/**
 * 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*/
    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: var(--text__color);
  font-family: var(--font-family-name__base), 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.75;
  font-size: 1.4rem;
}
p {
  margin-top: 0rem;
  margin-bottom: 1.8rem;
}
abbr[title] {
  border-bottom: 1px dotted #e6e6e6;
  cursor: help;
}
b,
strong {
  font-weight: var(--heading__font-weight__base);
}
em,
i {
  font-style: italic;
}
mark {
  background: #fff;
  color: #3cc7dd;
}
small,
.small {
  font-size: 12px;
}
hr {
  border: 0;
  border-top: 1px solid #e6e6e6;
  margin-bottom: 24px;
  margin-top: 24px;
}
sub,
sup {
  font-size: 78.57142856999999%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
dfn {
  font-style: italic;
}
h1 {
  color: var(--heading__color__base);
  font-family: var(--heading__font-family__base);
  font-weight: var(--heading__font-weight__base);
  line-height: 1.428;
  font-size: 3.8rem;
  margin-top: 0rem;
  margin-bottom: 3rem;
}
h2 {
  color: var(--heading__color__base);
  font-family: var(--heading__font-family__base);
  font-weight: var(--heading__font-weight__base);
  line-height: 1.428;
  font-size: 3rem;
  margin-top: 0rem;
  margin-bottom: 2rem;
}
h3 {
  color: var(--heading__color__base);
  font-family: var(--heading__font-family__base);
  font-weight: var(--heading__font-weight__base);
  line-height: 1.428;
  font-size: 2.4rem;
  margin-top: 0rem;
  margin-bottom: 1.7rem;
}
h4 {
  color: var(--heading__color__base);
  font-family: var(--heading__font-family__base);
  font-weight: var(--heading__font-weight__base);
  line-height: 1.428;
  font-size: 1.8rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
h5 {
  color: var(--heading__color__base);
  font-family: var(--heading__font-family__base);
  font-weight: var(--heading__font-weight__base);
  line-height: 1.428;
  font-size: 1.5rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
h6 {
  color: var(--heading__color__base);
  font-family: var(--heading__font-family__base);
  font-weight: var(--heading__font-weight__base);
  line-height: 1.428;
  font-size: 1.3rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small {
  color: #666;
  font-family: var(--font-family-name__base), 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  font-size: 1.4rem;
}
a,
.alink {
  color: var(--link__color);
  text-decoration: none;
}
a:visited,
.alink:visited {
  color: var(--link__color);
  text-decoration: none;
}
a:hover,
.alink:hover {
  color: var(--link__hover__color);
  text-decoration: none;
}
a:active,
.alink:active {
  color: #222;
  text-decoration: none;
}
ul,
ol {
  margin-top: 0rem;
  margin-bottom: 2.4rem;
}
ul > li,
ol > li {
  margin-top: 0rem;
  margin-bottom: 1.2rem;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
dl {
  margin-bottom: 24px;
  margin-top: 0;
}
dt {
  font-weight: var(--heading__font-weight__base);
  margin-bottom: 6px;
  margin-top: 0;
}
dd {
  margin-bottom: 12px;
  margin-top: 0;
  margin-left: 0;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, 'Courier New', monospace;
}
code {
  background: #fff;
  color: var(--heading__color__base);
  padding: 2px 4px;
  font-size: 1.2rem;
  white-space: nowrap;
}
kbd {
  background: #fff;
  color: var(--heading__color__base);
  padding: 2px 4px;
  font-size: 1.2rem;
}
pre {
  background: #fff;
  border: 1px solid #e6e6e6;
  color: var(--heading__color__base);
  line-height: 1.75;
  margin: 0 0 12px;
  padding: 12px;
  font-size: 1.2rem;
  display: block;
  word-wrap: break-word;
}
pre code {
  background-color: transparent;
  border-radius: 0;
  color: inherit;
  font-size: inherit;
  padding: 0;
  white-space: pre-wrap;
}
blockquote {
  margin: 0 0 5rem;
  padding: 3rem 1.5rem 3rem 6rem;
  color: var(--text__color);
  font-family: var(--font-family-name__base), 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-style: italic;
  font-weight: 400;
  line-height: 1.75;
  font-size: 1.4rem;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  color: #666;
  line-height: 1.75;
  font-size: 1.1rem;
  display: block;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '“';
}
blockquote cite {
  font-style: normal;
}
blockquote:before,
blockquote:after {
  content: '';
}
q {
  quotes: none;
}
q:before,
q:after {
  content: '';
  content: none;
}
cite {
  font-style: normal;
}
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  max-width: 100%;
}
table th {
  text-align: left;
}
table > tbody > tr > th,
table > tfoot > tr > th,
table > tbody > tr > td,
table > tfoot > tr > td {
  vertical-align: top;
}
table > thead > tr > th,
table > thead > tr > td {
  vertical-align: bottom;
}
table > thead > tr > th,
table > tbody > tr > th,
table > tfoot > tr > th,
table > thead > tr > td,
table > tbody > tr > td,
table > tfoot > tr > td {
  padding: 8px 12px;
}
button,
.cart.table-wrapper .actions-toolbar > .action {
  background-image: none;
  background: var(--button__background);
  border: 2px solid var(--button__color);
  color: var(--button__color);
  cursor: pointer;
  display: inline-block;
  font-family: inherit;
  font-weight: var(--button__font-weight);
  margin: 0;
  padding: 7px 25px;
  font-size: 1.4rem;
  line-height: 2.24rem;
  box-sizing: border-box;
  vertical-align: middle;
}
button:focus,
button:active,
.cart.table-wrapper .actions-toolbar > .action:focus,
.cart.table-wrapper .actions-toolbar > .action:active {
  background: var(--button__hover__background);
  border: 2px solid var(--theme__color__primary);
  color: var(--button__hover__color);
}
button:hover,
.cart.table-wrapper .actions-toolbar > .action:hover {
  background: var(--button__hover__background);
  border: 2px solid var(--theme__color__primary);
  color: var(--button__hover__color);
}
button.disabled,
button[disabled],
fieldset[disabled] button,
.cart.table-wrapper .actions-toolbar > .action.disabled,
.cart.table-wrapper .actions-toolbar > .action[disabled],
fieldset[disabled] .cart.table-wrapper .actions-toolbar > .action {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
button::-moz-focus-inner,
.cart.table-wrapper .actions-toolbar > .action::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input[type="text"],
input[type="password"],
input[type="url"],
input[type="tel"],
input[type="search"],
input[type="number"],
input[type*="date"],
input[type="email"] {
  background: transparent;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border-radius: 0;
  font-family: var(--font-family-name__base), 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  height: 40px;
  line-height: 1.75;
  padding: 0 9px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
}
input[type="text"]:disabled,
input[type="password"]:disabled,
input[type="url"]:disabled,
input[type="tel"]:disabled,
input[type="search"]:disabled,
input[type="number"]:disabled,
input[type*="date"]:disabled,
input[type="email"]:disabled {
  opacity: 0.5;
}
input[type="text"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type*="date"]::-moz-placeholder,
input[type="email"]::-moz-placeholder {
  color: #999999;
}
input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type*="date"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder {
  color: #999999;
}
input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type*="date"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder {
  color: #999999;
}
input[type="number"] {
  -moz-appearance: textfield;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="search"] {
  -webkit-appearance: none;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}
select {
  background: transparent;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border-radius: 0;
  font-family: var(--font-family-name__base), 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  height: 40px;
  line-height: 1.75;
  padding: 4px 15px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
}
select:disabled {
  opacity: 0.5;
}
select[multiple] {
  height: auto;
  background-image: none;
}
textarea {
  background: transparent;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border-radius: 0;
  font-family: var(--font-family-name__base), 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  height: auto;
  line-height: 1.75;
  margin: 0;
  padding: 12px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
  resize: vertical;
}
textarea:disabled {
  opacity: 0.5;
}
textarea::-moz-placeholder {
  color: #999999;
}
textarea::-webkit-input-placeholder {
  color: #999999;
}
textarea:-ms-input-placeholder {
  color: #999999;
}
input[type="checkbox"] {
  margin: 2px 6px 0 0;
  position: relative;
  top: 2px;
}
input[type="checkbox"]:disabled {
  opacity: 0.5;
}
input[type="radio"] {
  margin: 2px 6px 0 0;
}
input[type="radio"]:disabled {
  opacity: 0.5;
}
input.mage-error,
select.mage-error,
textarea.mage-error {
  border-color: #ed8380;
}
div.mage-error {
  color: #e02b27;
  font-size: 1.2rem;
}
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
form {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
address {
  font-style: normal;
}
*:focus {
  box-shadow: none;
  outline: 0;
}
._keyfocus *:focus,
input:not([disabled]):focus,
textarea:not([disabled]):focus,
select:not([disabled]):focus {
  box-shadow: none;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/* Breacrumbs background */
.hidden {
  display: none;
}
.w-max-45 {
  max-width: 45% !important;
}
.color_primary {
  color: var(--theme__color__primary);
}
.color_heading {
  color: var(--heading__color__base);
}
.bundle-options-container .block-bundle-summary .bundle.items,
.cart-container .checkout-methods-items,
.opc-wrapper .opc,
.opc-progress-bar,
.checkout-agreements-items,
.order-details-items .items-qty,
.product-items,
.prices-tier,
.block-wishlist-management .wishlist-select-items,
.block-banners .banner-items,
.block-banners-inline .banner-items,
.block-event .slider-panel .slider {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.bundle-options-container .block-bundle-summary .bundle.items > li,
.cart-container .checkout-methods-items > li,
.opc-wrapper .opc > li,
.opc-progress-bar > li,
.checkout-agreements-items > li,
.order-details-items .items-qty > li,
.product-items > li,
.prices-tier > li,
.block-wishlist-management .wishlist-select-items > li,
.block-banners .banner-items > li,
.block-banners-inline .banner-items > li,
.block-event .slider-panel .slider > li {
  margin: 0;
}
.abs-action-addto-product,
.block-event .slider-panel .slider .item .action.event,
.bundle-options-container .block-bundle-summary .product-addto-links > .action,
.product-info-main .action.tocompare,
.product-options-bottom .action.tocompare,
.product-info-main .action.towishlist,
.product-options-bottom .action.towishlist,
.block-bundle-summary .action.towishlist {
  background-image: none;
  background: var(--button__background);
  border: 2px solid var(--button__color);
  color: var(--button__color);
  cursor: pointer;
  font-family: inherit;
  font-weight: var(--button__font-weight);
  margin: 0;
  padding: 7px 25px;
  font-size: 1.4rem;
  line-height: 2.24rem;
  box-sizing: border-box;
  vertical-align: middle;
  display: inline-block;
  text-decoration: none;
  border-radius: var(--button__border-radius);
}
.abs-action-link-button:focus,
.abs-action-link-button:active,
.abs-action-addto-product:focus,
.abs-action-addto-product:active,
.block-event .slider-panel .slider .item .action.event:focus,
.block-event .slider-panel .slider .item .action.event:active,
.bundle-options-container .block-bundle-summary .product-addto-links > .action:focus,
.bundle-options-container .block-bundle-summary .product-addto-links > .action:active,
.product-info-main .action.tocompare:focus,
.product-info-main .action.tocompare:active,
.product-options-bottom .action.tocompare:focus,
.product-options-bottom .action.tocompare:active,
.product-info-main .action.towishlist:focus,
.product-info-main .action.towishlist:active,
.product-options-bottom .action.towishlist:focus,
.product-options-bottom .action.towishlist:active,
.block-bundle-summary .action.towishlist:focus,
.block-bundle-summary .action.towishlist:active {
  background: var(--button__hover__background);
  border: 2px solid var(--theme__color__primary);
  color: var(--button__hover__color);
}
.abs-action-link-button:hover,
.abs-action-addto-product:hover,
.block-event .slider-panel .slider .item .action.event:hover,
.bundle-options-container .block-bundle-summary .product-addto-links > .action:hover,
.product-info-main .action.tocompare:hover,
.product-options-bottom .action.tocompare:hover,
.product-info-main .action.towishlist:hover,
.product-options-bottom .action.towishlist:hover,
.block-bundle-summary .action.towishlist:hover {
  background: var(--button__hover__background);
  border: 2px solid var(--theme__color__primary);
  color: var(--button__hover__color);
}
.abs-action-link-button.disabled,
.abs-action-link-button[disabled],
fieldset[disabled] .abs-action-link-button,
.abs-action-addto-product.disabled,
.abs-action-addto-product[disabled],
fieldset[disabled] .abs-action-addto-product,
.block-event .slider-panel .slider .item .action.event.disabled,
.block-event .slider-panel .slider .item .action.event[disabled],
fieldset[disabled] .block-event .slider-panel .slider .item .action.event,
.bundle-options-container .block-bundle-summary .product-addto-links > .action.disabled,
.bundle-options-container .block-bundle-summary .product-addto-links > .action[disabled],
fieldset[disabled] .bundle-options-container .block-bundle-summary .product-addto-links > .action,
.product-info-main .action.tocompare.disabled,
.product-info-main .action.tocompare[disabled],
fieldset[disabled] .product-info-main .action.tocompare,
.product-options-bottom .action.tocompare.disabled,
.product-options-bottom .action.tocompare[disabled],
fieldset[disabled] .product-options-bottom .action.tocompare,
.product-info-main .action.towishlist.disabled,
.product-info-main .action.towishlist[disabled],
fieldset[disabled] .product-info-main .action.towishlist,
.product-options-bottom .action.towishlist.disabled,
.product-options-bottom .action.towishlist[disabled],
fieldset[disabled] .product-options-bottom .action.towishlist,
.block-bundle-summary .action.towishlist.disabled,
.block-bundle-summary .action.towishlist[disabled],
fieldset[disabled] .block-bundle-summary .action.towishlist {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.abs-action-link-button:hover,
.abs-action-link-button:active,
.abs-action-link-button:focus,
.abs-action-addto-product:hover,
.abs-action-addto-product:active,
.abs-action-addto-product:focus,
.block-event .slider-panel .slider .item .action.event:hover,
.block-event .slider-panel .slider .item .action.event:active,
.block-event .slider-panel .slider .item .action.event:focus,
.bundle-options-container .block-bundle-summary .product-addto-links > .action:hover,
.bundle-options-container .block-bundle-summary .product-addto-links > .action:active,
.bundle-options-container .block-bundle-summary .product-addto-links > .action:focus,
.product-info-main .action.tocompare:hover,
.product-info-main .action.tocompare:active,
.product-info-main .action.tocompare:focus,
.product-options-bottom .action.tocompare:hover,
.product-options-bottom .action.tocompare:active,
.product-options-bottom .action.tocompare:focus,
.product-info-main .action.towishlist:hover,
.product-info-main .action.towishlist:active,
.product-info-main .action.towishlist:focus,
.product-options-bottom .action.towishlist:hover,
.product-options-bottom .action.towishlist:active,
.product-options-bottom .action.towishlist:focus,
.block-bundle-summary .action.towishlist:hover,
.block-bundle-summary .action.towishlist:active,
.block-bundle-summary .action.towishlist:focus {
  text-decoration: none;
}
.cart.table-wrapper .item-options dt,
.opc-block-summary .items-in-cart .product .item-options dt {
  clear: left;
  float: left;
  margin: 0 12px 6px 0;
}
.cart.table-wrapper .item-options dt:after,
.opc-block-summary .items-in-cart .product .item-options dt:after {
  content: ': ';
}
.cart.table-wrapper .item-options dd,
.opc-block-summary .items-in-cart .product .item-options dd {
  display: inline-block;
  float: left;
  margin: 0 0 6px;
  word-break: break-all;
}
.minicart-items .product-image-wrapper {
  height: auto;
  padding: 0 !important;
}
.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 {
  font-size: 1.8rem;
  border-bottom: 1px solid #e8e8e8;
  margin-bottom: 15px;
  padding-bottom: 12px;
}
.login-container .block .block-title strong {
  font-weight: 500;
}
.block-reorder .block-title,
.block-compare .block-title,
.widget .block-title,
.block-wishlist .block-title,
.block-wishlist-search-results .block-title {
  margin-bottom: 15px;
}
.block-reorder .block-title > strong,
.block-compare .block-title > strong,
.widget .block-title > strong,
.block-wishlist .block-title > strong,
.block-wishlist-search-results .block-title > strong {
  color: var(--heading__color__base);
  font-family: var(--heading__font-family__base);
  font-weight: var(--heading__font-weight__base);
  line-height: 1.428;
  font-size: 2.4rem;
  margin-top: 0rem;
  margin-bottom: 1.7rem;
}
.account .column.main .block:not(.widget) .block-title,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-title,
.sales-guest-view .column.main .block:not(.widget) .block-title {
  margin-bottom: 15px;
}
.account .column.main .block:not(.widget) .block-title > strong,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-title > strong,
.sales-guest-view .column.main .block:not(.widget) .block-title > strong {
  color: var(--heading__color__base);
  font-family: var(--heading__font-family__base);
  font-weight: var(--heading__font-weight__base);
  line-height: 1.428;
  font-size: 2.4rem;
  margin-top: 0rem;
  margin-bottom: 1.7rem;
}
.account .column.main .block:not(.widget) .block-title > .action,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-title > .action,
.sales-guest-view .column.main .block:not(.widget) .block-title > .action {
  margin-left: 15px;
}
.account .column.main .block:not(.widget) .box-title,
[class^='sales-guest-'] .column.main .block:not(.widget) .box-title,
.sales-guest-view .column.main .block:not(.widget) .box-title {
  display: inline-block;
  margin: 0 0 6px;
}
.account .column.main .block:not(.widget) .box-title > span,
[class^='sales-guest-'] .column.main .block:not(.widget) .box-title > span,
.sales-guest-view .column.main .block:not(.widget) .box-title > span {
  color: var(--heading__color__base);
  font-family: var(--heading__font-family__base);
  font-weight: var(--heading__font-weight__base);
  line-height: 1.428;
  font-size: 1.8rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.account .column.main .block:not(.widget) .box-title > .action,
[class^='sales-guest-'] .column.main .block:not(.widget) .box-title > .action,
.sales-guest-view .column.main .block:not(.widget) .box-title > .action {
  font-weight: 400;
  margin-left: 12px;
}
.account .column.main .block:not(.widget) .block-content p:last-child,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-content p:last-child,
.sales-guest-view .column.main .block:not(.widget) .block-content p:last-child {
  margin-bottom: 0;
}
.account .column.main .block:not(.widget) .block-content .box,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box,
.sales-guest-view .column.main .block:not(.widget) .block-content .box {
  margin-bottom: 24px;
}
.wishlist-dropdown {
  display: inline-block;
  position: relative;
}
.abs-dropdown-simple:before,
.abs-dropdown-simple:after,
.wishlist-dropdown:before,
.wishlist-dropdown:after {
  content: '';
  display: table;
}
.abs-dropdown-simple:after,
.wishlist-dropdown:after {
  clear: both;
}
.abs-dropdown-simple .action.toggle,
.wishlist-dropdown .action.toggle {
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}
.abs-dropdown-simple .action.toggle:after,
.wishlist-dropdown .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e607';
  font-family: 'icons-blank-theme';
  margin: 0 0 0 5px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-dropdown-simple .action.toggle:hover:after,
.wishlist-dropdown .action.toggle:hover:after {
  color: inherit;
}
.abs-dropdown-simple .action.toggle:active:after,
.wishlist-dropdown .action.toggle:active:after {
  color: inherit;
}
.abs-dropdown-simple .action.toggle.active,
.wishlist-dropdown .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.abs-dropdown-simple .action.toggle.active:after,
.wishlist-dropdown .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e618';
  font-family: 'icons-blank-theme';
  margin: 0 0 0 5px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-dropdown-simple .action.toggle.active:hover:after,
.wishlist-dropdown .action.toggle.active:hover:after {
  color: inherit;
}
.abs-dropdown-simple .action.toggle.active:active:after,
.wishlist-dropdown .action.toggle.active:active:after {
  color: inherit;
}
.abs-dropdown-simple ul.dropdown,
.wishlist-dropdown ul.dropdown {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #fff;
  border: 1px solid #bbb;
  margin-top: 4px;
  min-width: 200px;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.abs-dropdown-simple ul.dropdown li,
.wishlist-dropdown ul.dropdown li {
  margin: 0;
  padding: 5px 5px 5px 23px;
}
.abs-dropdown-simple 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,
.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,
.wishlist-dropdown ul.dropdown:before {
  border: 6px solid;
  border-color: transparent transparent #fff transparent;
  z-index: 99;
}
.abs-dropdown-simple ul.dropdown:after,
.wishlist-dropdown ul.dropdown:after {
  border: 7px solid;
  border-color: transparent transparent #bbb transparent;
  z-index: 98;
}
.abs-dropdown-simple ul.dropdown:before,
.wishlist-dropdown ul.dropdown:before {
  left: 10px;
  top: -12px;
}
.abs-dropdown-simple ul.dropdown:after,
.wishlist-dropdown ul.dropdown:after {
  left: 9px;
  top: -14px;
}
.abs-dropdown-simple.active,
.wishlist-dropdown.active {
  overflow: visible;
}
.abs-dropdown-simple.active ul.dropdown,
.wishlist-dropdown.active ul.dropdown {
  display: block;
}
.bundle-options-container .input-text.qty,
.cart.table-wrapper .col.qty .input-text,
.account .table-return-items .qty .input-text,
.table.grouped .control .qty,
.account .table-wrapper .data.table.wishlist .box-tocart .qty,
.products-grid.wishlist .product-item .box-tocart input.qty,
.block-wishlist-info-items .input-text.qty,
.sidebar .block-addbysku .fieldset .fields .field.qty .qty {
  text-align: center;
  width: 47px;
}
.block,
.sidebar .widget.block:not(:last-child),
.sidebar .widget:not(:last-child),
.block-banners,
.block-banners-inline {
  margin-bottom: 48px;
}
.sidebar .action.delete,
.table-comparison .cell.remove .action.delete,
.block-compare .action.delete,
.filter-current .action.remove {
  display: inline-block;
  text-decoration: none;
}
.abs-remove-button-for-blocks > span,
.sidebar .action.delete > span,
.table-comparison .cell.remove .action.delete > span,
.block-compare .action.delete > span,
.filter-current .action.remove > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-remove-button-for-blocks:before,
.sidebar .action.delete:before,
.table-comparison .cell.remove .action.delete:before,
.block-compare .action.delete:before,
.filter-current .action.remove:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 26px;
  line-height: 15px;
  color: #303030;
  content: '\e616';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-remove-button-for-blocks:hover:before,
.sidebar .action.delete:hover:before,
.table-comparison .cell.remove .action.delete:hover:before,
.block-compare .action.delete:hover:before,
.filter-current .action.remove:hover:before {
  color: #303030;
}
.abs-remove-button-for-blocks:active:before,
.sidebar .action.delete:active:before,
.table-comparison .cell.remove .action.delete:active:before,
.block-compare .action.delete:active:before,
.filter-current .action.remove:active:before {
  color: #303030;
}
.navigation .level0 .submenu .product-item-name,
.navigation .level0 .submenu .product.name a,
.product-item .product-item-name,
.product-item .product.name a,
.product-item-name,
.product.name a {
  font-weight: 400;
}
.navigation .level0 .submenu .product-item-name > a,
.navigation .level0 .submenu .product.name a > a,
.product-item .product-item-name > a,
.product-item .product.name a > a,
.product-item-name > a,
.product.name a > a {
  color: var(--heading__color__base);
  text-decoration: none;
}
.abs-product-link > a:visited,
.navigation .level0 .submenu .product-item-name > a:visited,
.navigation .level0 .submenu .product.name a > a:visited,
.product-item .product-item-name > a:visited,
.product-item .product.name a > a:visited,
.product-item-name > a:visited,
.product.name a > a:visited {
  color: var(--heading__color__base);
  text-decoration: none;
}
.abs-product-link > a:hover,
.navigation .level0 .submenu .product-item-name > a:hover,
.navigation .level0 .submenu .product.name a > a:hover,
.product-item .product-item-name > a:hover,
.product-item .product.name a > a:hover,
.product-item-name > a:hover,
.product.name a > a:hover {
  color: var(--link__hover__color);
  text-decoration: none;
}
.abs-product-link > a:active,
.navigation .level0 .submenu .product-item-name > a:active,
.navigation .level0 .submenu .product.name a > a:active,
.product-item .product-item-name > a:active,
.product-item .product.name a > a:active,
.product-item-name > a:active,
.product.name a > a:active {
  color: var(--link__hover__color);
  text-decoration: none;
}
.fieldset .review-legend.legend,
.form.wishlist.items .actions-toolbar {
  margin-left: 0;
}
.cart.table-wrapper .action.help.map,
.opc-wrapper .edit-address-link,
.opc-block-shipping-information .shipping-information-title .action-edit,
.action-auth-toggle,
.checkout-payment-method .checkout-billing-address .action-cancel,
.checkout-agreements-block .action-show,
.table-comparison .wishlist.split.button > .action,
.product-items .wishlist.split.button > .action {
  line-height: 1.75;
  padding: 0;
  color: var(--link__color);
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  border-radius: 0;
  font-size: inherit;
  font-weight: 400;
}
.abs-action-button-as-link:visited,
.cart.table-wrapper .action.help.map:visited,
.opc-wrapper .edit-address-link:visited,
.opc-block-shipping-information .shipping-information-title .action-edit:visited,
.action-auth-toggle:visited,
.checkout-payment-method .checkout-billing-address .action-cancel:visited,
.checkout-agreements-block .action-show:visited,
.table-comparison .wishlist.split.button > .action:visited,
.product-items .wishlist.split.button > .action:visited {
  color: var(--link__color);
  text-decoration: none;
}
.abs-action-button-as-link:hover,
.cart.table-wrapper .action.help.map:hover,
.opc-wrapper .edit-address-link:hover,
.opc-block-shipping-information .shipping-information-title .action-edit:hover,
.action-auth-toggle:hover,
.checkout-payment-method .checkout-billing-address .action-cancel:hover,
.checkout-agreements-block .action-show:hover,
.table-comparison .wishlist.split.button > .action:hover,
.product-items .wishlist.split.button > .action:hover {
  color: var(--link__hover__color);
  text-decoration: none;
}
.abs-action-button-as-link:active,
.cart.table-wrapper .action.help.map:active,
.opc-wrapper .edit-address-link:active,
.opc-block-shipping-information .shipping-information-title .action-edit:active,
.action-auth-toggle:active,
.checkout-payment-method .checkout-billing-address .action-cancel:active,
.checkout-agreements-block .action-show:active,
.table-comparison .wishlist.split.button > .action:active,
.product-items .wishlist.split.button > .action:active {
  color: #222;
  text-decoration: none;
}
.abs-action-button-as-link:hover,
.abs-action-button-as-link:active,
.abs-action-button-as-link:focus,
.cart.table-wrapper .action.help.map:hover,
.cart.table-wrapper .action.help.map:active,
.cart.table-wrapper .action.help.map:focus,
.opc-wrapper .edit-address-link:hover,
.opc-wrapper .edit-address-link:active,
.opc-wrapper .edit-address-link:focus,
.opc-block-shipping-information .shipping-information-title .action-edit:hover,
.opc-block-shipping-information .shipping-information-title .action-edit:active,
.opc-block-shipping-information .shipping-information-title .action-edit:focus,
.action-auth-toggle:hover,
.action-auth-toggle:active,
.action-auth-toggle:focus,
.checkout-payment-method .checkout-billing-address .action-cancel:hover,
.checkout-payment-method .checkout-billing-address .action-cancel:active,
.checkout-payment-method .checkout-billing-address .action-cancel:focus,
.checkout-agreements-block .action-show:hover,
.checkout-agreements-block .action-show:active,
.checkout-agreements-block .action-show:focus,
.table-comparison .wishlist.split.button > .action:hover,
.table-comparison .wishlist.split.button > .action:active,
.table-comparison .wishlist.split.button > .action:focus,
.product-items .wishlist.split.button > .action:hover,
.product-items .wishlist.split.button > .action:active,
.product-items .wishlist.split.button > .action:focus {
  background: none;
  border: 0;
}
.abs-action-button-as-link.disabled,
.abs-action-button-as-link[disabled],
fieldset[disabled] .abs-action-button-as-link,
.cart.table-wrapper .action.help.map.disabled,
.cart.table-wrapper .action.help.map[disabled],
fieldset[disabled] .cart.table-wrapper .action.help.map,
.opc-wrapper .edit-address-link.disabled,
.opc-wrapper .edit-address-link[disabled],
fieldset[disabled] .opc-wrapper .edit-address-link,
.opc-block-shipping-information .shipping-information-title .action-edit.disabled,
.opc-block-shipping-information .shipping-information-title .action-edit[disabled],
fieldset[disabled] .opc-block-shipping-information .shipping-information-title .action-edit,
.action-auth-toggle.disabled,
.action-auth-toggle[disabled],
fieldset[disabled] .action-auth-toggle,
.checkout-payment-method .checkout-billing-address .action-cancel.disabled,
.checkout-payment-method .checkout-billing-address .action-cancel[disabled],
fieldset[disabled] .checkout-payment-method .checkout-billing-address .action-cancel,
.checkout-agreements-block .action-show.disabled,
.checkout-agreements-block .action-show[disabled],
fieldset[disabled] .checkout-agreements-block .action-show,
.table-comparison .wishlist.split.button > .action.disabled,
.table-comparison .wishlist.split.button > .action[disabled],
fieldset[disabled] .table-comparison .wishlist.split.button > .action,
.product-items .wishlist.split.button > .action.disabled,
.product-items .wishlist.split.button > .action[disabled],
fieldset[disabled] .product-items .wishlist.split.button > .action {
  color: var(--link__color);
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.cart.table-wrapper .action.help.map:active,
.cart.table-wrapper .action.help.map:not(:focus),
.opc-wrapper .edit-address-link:active,
.opc-wrapper .edit-address-link:not(:focus),
.opc-block-shipping-information .shipping-information-title .action-edit:active,
.opc-block-shipping-information .shipping-information-title .action-edit:not(:focus),
.action-auth-toggle:active,
.action-auth-toggle:not(:focus),
.checkout-payment-method .checkout-billing-address .action-cancel:active,
.checkout-payment-method .checkout-billing-address .action-cancel:not(:focus),
.checkout-agreements-block .action-show:active,
.checkout-agreements-block .action-show:not(:focus),
.table-comparison .wishlist.split.button > .action:active,
.table-comparison .wishlist.split.button > .action:not(:focus),
.product-items .wishlist.split.button > .action:active,
.product-items .wishlist.split.button > .action:not(:focus) {
  box-shadow: none;
}
.abs-add-fields .action.remove,
.form.send.friend .action.remove {
  line-height: 1.75;
  padding: 0;
  color: var(--link__color);
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  border-radius: 0;
  font-size: inherit;
  font-weight: 400;
  left: 12px;
  margin-left: 70%;
  position: absolute;
  top: 31px;
  width: auto;
}
.abs-action-remove:visited,
.abs-add-fields .action.remove:visited,
.form.send.friend .action.remove:visited {
  color: var(--link__color);
  text-decoration: none;
}
.abs-action-remove:hover,
.abs-add-fields .action.remove:hover,
.form.send.friend .action.remove:hover {
  color: var(--link__hover__color);
  text-decoration: none;
}
.abs-action-remove:active,
.abs-add-fields .action.remove:active,
.form.send.friend .action.remove:active {
  color: #222;
  text-decoration: none;
}
.abs-action-remove:hover,
.abs-action-remove:active,
.abs-action-remove:focus,
.abs-add-fields .action.remove:hover,
.abs-add-fields .action.remove:active,
.abs-add-fields .action.remove:focus,
.form.send.friend .action.remove:hover,
.form.send.friend .action.remove:active,
.form.send.friend .action.remove:focus {
  background: none;
  border: 0;
}
.abs-action-remove.disabled,
.abs-action-remove[disabled],
fieldset[disabled] .abs-action-remove,
.abs-add-fields .action.remove.disabled,
.abs-add-fields .action.remove[disabled],
fieldset[disabled] .abs-add-fields .action.remove,
.form.send.friend .action.remove.disabled,
.form.send.friend .action.remove[disabled],
fieldset[disabled] .form.send.friend .action.remove {
  color: var(--link__color);
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.abs-add-fields .action.remove:active,
.abs-add-fields .action.remove:not(:focus),
.form.send.friend .action.remove:active,
.form.send.friend .action.remove:not(:focus) {
  box-shadow: none;
}
.form.send.friend .fieldset {
  margin-bottom: 50px;
}
.form.send.friend .fieldset .field:not(.choice) .control {
  width: 70%;
}
.form.send.friend .fieldset .actions-toolbar:not(:first-child) > .secondary {
  float: left;
}
.form.send.friend .fieldset .actions-toolbar:not(:first-child) > .secondary .action.add {
  margin-top: 36px;
}
.form.send.friend .fieldset .fields .actions-toolbar {
  margin: 0;
}
.form.send.friend .message.notice {
  margin: 36px 0 0;
}
.form.send.friend .additional {
  margin-top: 55px;
  position: relative;
}
.fieldset > .field.no-label > .label,
.fieldset > .fields > .field.no-label > .label,
.mgz__actions-switch-checkbox,
.bfb-element.mgz-element-bfb_file input[type=file],
.bfb-element.mgz-element-bfb_singleslider input,
.cart.table-wrapper .col.qty .label,
.minicart-wrapper .action.showcart .text,
.minicart-wrapper .action.showcart .counter-label,
.checkout-index-index .page-title-wrapper,
.checkout-payment-method .field-select-billing > .label,
.checkout-payment-method .payments .legend,
.checkout-payment-method .ccard .legend,
.fieldset .fullname.field > .label,
.account .column.main .limiter > .label,
.field.street .field .label,
.account-nav .title,
.page-product-downloadable .product-options-wrapper .fieldset .legend.links-title,
.block-reorder .product-item .label,
.opc-wrapper .form-discount .field .label,
.product-item-actions .actions-secondary > .action span,
.table-comparison .cell.label.remove span,
.table-comparison .cell.label.product span,
.filter-options-content .filter-count-label,
.block.newsletter .label,
.action.skip:not(:focus),
.page-header .switcher .label,
.page-footer .switcher .label,
.products-grid.wishlist .product-item .comment-box .label,
.block-wishlist-search-form .form-wishlist-search .fieldset > .legend,
.page-multiple-wishlist .page-title-wrapper .page-title {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.shipping-policy-block.field-tooltip .field-tooltip-action span {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.abs-add-clearfix:before,
.abs-add-clearfix:after,
.abs-add-fields .fieldset .actions-toolbar:not(:first-child):before,
.abs-add-fields .fieldset .actions-toolbar:not(:first-child):after,
.cart.table-wrapper .actions-toolbar:before,
.cart.table-wrapper .actions-toolbar:after,
.cart.table-wrapper .item-options:before,
.cart.table-wrapper .item-options:after,
.minicart-items .product-item > .product:before,
.minicart-items .product-item > .product:after,
.checkout-container:before,
.checkout-container:after,
.checkout-onepage-success:before,
.checkout-onepage-success:after,
.opc-estimated-wrapper:before,
.opc-estimated-wrapper:after,
.opc-wrapper .field.addresses:before,
.opc-wrapper .field.addresses:after,
.opc-block-summary .items-in-cart .product .item-options:before,
.opc-block-summary .items-in-cart .product .item-options:after,
.fieldset .fullname .field:before,
.fieldset .fullname .field:after,
.page-product-downloadable .product-add-form:before,
.page-product-downloadable .product-add-form:after,
.map-popup .map-info-price:before,
.map-popup .map-info-price:after,
.customer-review .product-details:before,
.customer-review .product-details:after,
.toolbar:before,
.toolbar:after,
.toolbar-products:before,
.toolbar-products:after,
.sidebar .product-items-images:before,
.sidebar .product-items-images:after,
.header.content:before,
.header.content:after,
.form.send.friend .fieldset .actions-toolbar:not(:first-child):before,
.form.send.friend .fieldset .actions-toolbar:not(:first-child):after {
  content: '';
  display: table;
}
.abs-add-clearfix:after,
.abs-add-fields .fieldset .actions-toolbar:not(:first-child):after,
.cart.table-wrapper .actions-toolbar:after,
.cart.table-wrapper .item-options:after,
.minicart-items .product-item > .product:after,
.checkout-container:after,
.checkout-onepage-success:after,
.opc-estimated-wrapper:after,
.opc-wrapper .field.addresses:after,
.opc-block-summary .items-in-cart .product .item-options:after,
.fieldset .fullname .field:after,
.page-product-downloadable .product-add-form:after,
.map-popup .map-info-price:after,
.customer-review .product-details:after,
.toolbar:after,
.toolbar-products:after,
.sidebar .product-items-images:after,
.header.content:after,
.form.send.friend .fieldset .actions-toolbar:not(:first-child):after {
  clear: both;
}
.abs-field-date .control,
.abs-field-tooltip,
.columns .column.main,
.columns .sidebar-main,
.columns .sidebar-additional,
.bundle-options-container .block-bundle-summary,
.cart-summary,
.opc-wrapper .shipping-address-item,
.shipping-policy-block.field-tooltip .field-tooltip-content,
.opc-block-summary,
.product-item,
.sidebar .product-items-images .product-item,
.search-autocomplete,
.sidebar .block-addbysku .fieldset .fields .field.sku,
.block-event .slider-panel .slider .item .action.show,
.field.date .control,
.field .control._with-tooltip {
  box-sizing: border-box;
}
.abs-navigation-icon:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 34px;
  line-height: 1.2;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-split-button:before,
.abs-split-button:after {
  content: '';
  display: table;
}
.abs-split-button:after {
  clear: both;
}
.abs-split-button .action.split {
  float: left;
  margin: 0;
}
.abs-split-button .action.toggle {
  float: right;
  margin: 0;
}
.abs-split-button button.action.split,
.abs-split-button .cart.table-wrapper .actions-toolbar > .action.action.split {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.abs-split-button button + .action.toggle,
.abs-split-button .cart.table-wrapper .actions-toolbar > .action + .action.toggle {
  border-bottom-left-radius: 0;
  border-left: 0;
  border-top-left-radius: 0;
}
.abs-split-button .action.toggle {
  padding: 4px 6px;
  display: inline-block;
  text-decoration: none;
}
.abs-split-button .action.toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-split-button .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e607';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-split-button .action.toggle:hover:after {
  color: inherit;
}
.abs-split-button .action.toggle:active:after {
  color: inherit;
}
.abs-split-button .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.abs-split-button .action.toggle.active > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-split-button .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e618';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-split-button .action.toggle.active:hover:after {
  color: inherit;
}
.abs-split-button .action.toggle.active:active:after {
  color: inherit;
}
.abs-split-button .items {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #fff;
  border: 1px solid #bbb;
  margin-top: 4px;
  min-width: 100%;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.abs-split-button .items li {
  margin: 0;
  padding: 3px 6px;
}
.abs-split-button .items li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.abs-split-button .items:before,
.abs-split-button .items:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.abs-split-button .items:before {
  border: 6px solid;
  border-color: transparent transparent #fff transparent;
  z-index: 99;
}
.abs-split-button .items:after {
  border: 7px solid;
  border-color: transparent transparent #bbb transparent;
  z-index: 98;
}
.abs-split-button .items:before {
  right: 10px;
  top: -12px;
}
.abs-split-button .items:after {
  right: 9px;
  top: -14px;
}
.abs-split-button.active {
  overflow: visible;
}
.abs-split-button.active .items {
  display: block;
}
.bundle-options-container .block-bundle-summary .product-addto-links > .action,
.product-info-main .action.tocompare,
.product-options-bottom .action.tocompare,
.product-info-main .action.towishlist,
.product-options-bottom .action.towishlist,
.block-bundle-summary .action.towishlist {
  line-height: 1.2rem;
  padding: 6px 8px;
  font-size: 1.1rem;
}
.product-item-actions .actions-secondary > .action,
.product-info-main .product-addto-links .action,
.product-options-bottom .product-addto-links .action,
.product-items .action.towishlist,
.products.list.items .action.towishlist,
.table-comparison .action.towishlist,
.table-comparison .wishlist.split.button > .action.split,
.product-items .wishlist.split.button > .action.split {
  display: inline-block;
  text-decoration: none;
}
.abs-actions-addto-gridlist > span,
.product-item-actions .actions-secondary > .action > span,
.product-info-main .product-addto-links .action > span,
.product-options-bottom .product-addto-links .action > span,
.product-items .action.towishlist > span,
.products.list.items .action.towishlist > span,
.table-comparison .action.towishlist > span,
.table-comparison .wishlist.split.button > .action.split > span,
.product-items .wishlist.split.button > .action.split > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-actions-addto-gridlist:before,
.product-item-actions .actions-secondary > .action:before,
.product-info-main .product-addto-links .action:before,
.product-options-bottom .product-addto-links .action:before,
.product-items .action.towishlist:before,
.products.list.items .action.towishlist:before,
.table-comparison .action.towishlist:before,
.table-comparison .wishlist.split.button > .action.split:before,
.product-items .wishlist.split.button > .action.split:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 29px;
  line-height: 24px;
  color: var(--heading__color__base);
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-actions-addto-gridlist:hover:before,
.product-item-actions .actions-secondary > .action:hover:before,
.product-info-main .product-addto-links .action:hover:before,
.product-options-bottom .product-addto-links .action:hover:before,
.product-items .action.towishlist:hover:before,
.products.list.items .action.towishlist:hover:before,
.table-comparison .action.towishlist:hover:before,
.table-comparison .wishlist.split.button > .action.split:hover:before,
.product-items .wishlist.split.button > .action.split:hover:before {
  color: #666;
}
#store-selector .form-continue .actions-toolbar .action.primary,
.bundle-actions .action.primary,
.bundle-options-container .block-bundle-summary .box-tocart .action.primary,
.cart-container .checkout-methods-items .action.primary,
.block-minicart .block-content > .actions > .primary .action.primary,
.methods-shipping .actions-toolbar .action.primary,
.block-authentication .action.action-register,
.block-authentication .action.action-login,
.checkout-payment-method .payment-method-content > .actions-toolbar > .primary .action.primary,
.form-address-edit .actions-toolbar .action.primary,
.product-info-main .box-tocart .action.tocart,
.product-options-bottom .box-tocart .action.tocart {
  line-height: 2.24rem;
  padding: 7px 25px;
  font-size: 1.4rem;
}
.cart-summary .actions-toolbar > .primary button,
.block-compare .action.compare,
.cart-summary .actions-toolbar > .primary .cart.table-wrapper .actions-toolbar > .action {
  background: var(--button__background);
  border: 2px solid var(--button__color);
  color: var(--button__color);
}
.abs-revert-secondary-color:focus,
.abs-revert-secondary-color:active,
.cart-summary .actions-toolbar > .primary button:focus,
.cart-summary .actions-toolbar > .primary button:active,
.block-compare .action.compare:focus,
.block-compare .action.compare:active,
.cart-summary .actions-toolbar > .primary .cart.table-wrapper .actions-toolbar > .action:focus,
.cart-summary .actions-toolbar > .primary .cart.table-wrapper .actions-toolbar > .action:active {
  background: var(--button__hover__background);
  border: 2px solid var(--theme__color__primary);
  color: var(--button__hover__color);
}
.abs-revert-secondary-color:hover,
.cart-summary .actions-toolbar > .primary button:hover,
.block-compare .action.compare:hover,
.cart-summary .actions-toolbar > .primary .cart.table-wrapper .actions-toolbar > .action:hover {
  background: var(--button__hover__background);
  border: 2px solid var(--theme__color__primary);
  color: var(--button__hover__color);
}
.bundle-actions {
  margin: 12px 0;
}
.bundle-options-container .price-notice .price-including-tax,
.bundle-options-container .price-notice .price-excluding-tax,
.bundle-options-container .price-notice .weee,
.cart-summary .price-including-tax,
.cart-summary .price-excluding-tax,
.cart-summary .weee,
.product-options-wrapper .field .price-notice .price-including-tax,
.product-options-wrapper .field .price-notice .price-excluding-tax,
.product-options-wrapper .field .price-notice .weee {
  font-size: 1.4rem;
  display: inline-block;
  white-space: nowrap;
}
.bundle-options-container .price-notice .price-including-tax + .price-excluding-tax,
.cart-summary .price-including-tax + .price-excluding-tax,
.product-options-wrapper .field .price-notice .price-including-tax + .price-excluding-tax {
  display: inline-block;
  font-size: 1.1rem;
}
.bundle-options-container .price-notice .price-including-tax + .price-excluding-tax:before,
.cart-summary .price-including-tax + .price-excluding-tax:before,
.product-options-wrapper .field .price-notice .price-including-tax + .price-excluding-tax:before {
  content: '(' attr(data-label) ': ';
}
.bundle-options-container .price-notice .price-including-tax + .price-excluding-tax:after,
.cart-summary .price-including-tax + .price-excluding-tax:after,
.product-options-wrapper .field .price-notice .price-including-tax + .price-excluding-tax:after {
  content: ')';
}
.price-including-tax .cart-tax-total,
.price-excluding-tax .cart-tax-total {
  cursor: pointer;
  padding-right: 12px;
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.abs-tax-total:after,
.price-including-tax .cart-tax-total:after,
.price-excluding-tax .cart-tax-total:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 26px;
  line-height: 10px;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  margin: 3px 0 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.price-including-tax .cart-tax-total:after,
.price-excluding-tax .cart-tax-total:after {
  position: absolute;
  right: -12px;
  top: 3px;
}
.abs-tax-total-expanded:after {
  content: '\e621';
}
.abs-tax-total-expanded:after,
.price-including-tax .cart-tax-total-expanded:after,
.price-excluding-tax .cart-tax-total-expanded:after {
  content: '\e621';
}
.block-wishlist-search-form .block-title {
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 30px;
  padding-bottom: 12px;
}
.block-wishlist-search-form .block-title > strong,
.block-wishlist-search-form .block-title > span {
  font-size: 2.2rem;
  font-weight: 300;
}
.review-ratings .rating-summary {
  display: table-row;
}
.review-ratings .rating-label {
  display: table-cell;
  padding-bottom: 6px;
  padding-right: 30px;
  padding-top: 1px;
  vertical-align: top;
}
.review-ratings .rating-result {
  display: table-cell;
  vertical-align: top;
}
.block-minicart .subtotal .label:after,
.minicart-items .details-qty .label:after,
.minicart-items .price-minicart .label:after,
.block-wishlist-management .wishlist-select .wishlist-name-label:after {
  content: ': ';
}
.abs-dropdown-items-new .action.new,
.wishlist.split.button .action.new,
.wishlist-dropdown .action.new {
  display: inline-block;
  text-decoration: none;
}
.abs-icon-add:before,
.abs-dropdown-items-new .action.new:before,
.wishlist.split.button .action.new:before,
.wishlist-dropdown .action.new:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  line-height: 10px;
  color: inherit;
  content: '\e61c';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.wishlist.split.button .items .item:last-child:hover,
.wishlist-dropdown .items .item:last-child:hover {
  background: #e8e8e8;
}
.wishlist.split.button .action.new:before,
.wishlist-dropdown .action.new:before {
  margin-left: -17px;
  margin-right: 6px;
}
.abs-sidebar-totals .table-caption,
.cart-summary .block .fieldset.estimate > .legend,
.cart-summary .block .fieldset.estimate > .legend + br,
.minicart-items .product-item-details .weee[data-label] .label,
.sidebar-main .block-reorder .subtitle,
.sidebar-additional .block-reorder .subtitle,
.sidebar .subtitle,
.no-display,
.cart-totals .table-caption,
.opc-block-summary .table-totals .table-caption {
  display: none;
}
.order-status {
  display: inline-block;
  margin-bottom: 24px;
}
.block-compare .counter,
.block-wishlist .counter {
  color: #7ddae8;
  font-size: 1.2rem;
  white-space: nowrap;
}
.cart-container .form-cart .action.continue {
  border-radius: var(--button__border-radius);
  font-weight: var(--heading__font-weight__base);
  background-image: none;
  background: var(--button__background);
  border: 2px solid var(--button__color);
  color: var(--button__color);
  cursor: pointer;
  font-family: inherit;
  font-weight: var(--button__font-weight);
  margin: 0;
  padding: 7px 15px 7px 0;
  font-size: 1.4rem;
  line-height: 2.24rem;
  box-sizing: border-box;
  vertical-align: middle;
  display: inline-block;
  text-decoration: none;
}
.abs-shopping-cart-items .action.continue:hover,
.abs-shopping-cart-items .action.continue:active,
.abs-shopping-cart-items .action.continue:focus,
.cart-container .form-cart .action.continue:hover,
.cart-container .form-cart .action.continue:active,
.cart-container .form-cart .action.continue:focus {
  text-decoration: none;
}
.abs-shopping-cart-items .action.continue:before,
.cart-container .form-cart .action.continue:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
  line-height: 16px;
  color: inherit;
  content: '\e617';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-shopping-cart-items .action.continue:hover:before,
.cart-container .form-cart .action.continue:hover:before {
  color: inherit;
}
.abs-shopping-cart-items .action.continue:active:before,
.cart-container .form-cart .action.continue:active:before {
  color: inherit;
}
.abs-shopping-cart-items .action.continue:focus,
.abs-shopping-cart-items .action.continue:active,
.cart-container .form-cart .action.continue:focus,
.cart-container .form-cart .action.continue:active {
  background: var(--button__hover__background);
  border: 2px solid var(--theme__color__primary);
  color: var(--button__hover__color);
}
.abs-shopping-cart-items .action.continue:hover,
.cart-container .form-cart .action.continue:hover {
  background: var(--button__hover__background);
  border: 2px solid var(--theme__color__primary);
  color: var(--button__hover__color);
}
.abs-shopping-cart-items .action.continue.disabled,
.abs-shopping-cart-items .action.continue[disabled],
fieldset[disabled] .abs-shopping-cart-items .action.continue,
.cart-container .form-cart .action.continue.disabled,
.cart-container .form-cart .action.continue[disabled],
fieldset[disabled] .cart-container .form-cart .action.continue {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.cart-container .form-cart .action.continue:active {
  box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.12);
}
.cart-container .form-cart .action.update {
  display: inline-block;
  text-decoration: none;
  padding-left: 6px;
}
.abs-shopping-cart-items .action.update:before,
.cart-container .form-cart .action.update:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
  line-height: 16px;
  color: inherit;
  content: '\e603';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-shopping-cart-items .action.update:hover:before,
.cart-container .form-cart .action.update:hover:before {
  color: inherit;
}
.abs-shopping-cart-items .action.update:active:before,
.cart-container .form-cart .action.update:active:before {
  color: inherit;
}
.field.date .control {
  position: relative;
}
.abs-field-date input,
.field.date input {
  margin-right: 12px;
  width: calc(100% - 40px - 12px);
}
.field .control._with-tooltip {
  position: relative;
}
.field .control._with-tooltip input {
  margin-right: 12px;
  width: calc(100% - 24px - 12px - 6px);
}
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content,
.shipping-policy-block.field-tooltip .field-tooltip-content {
  right: -12px;
  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: 12px;
  left: auto;
  top: 0;
}
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:before,
.shipping-policy-block.field-tooltip .field-tooltip-content:before {
  border-bottom-color: #999;
}
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:after,
.shipping-policy-block.field-tooltip .field-tooltip-content:after {
  border-bottom-color: #f4f4f4;
  top: 1px;
}
.opc-wrapper .step-title,
.opc-block-shipping-information .shipping-information-title,
.opc-block-summary > .title,
.checkout-agreements-items .checkout-agreements-item-title {
  border-bottom: 1px solid #ccc;
  padding-bottom: 12px;
  color: var(--text__color);
  font-weight: 300;
  font-size: 2.6rem;
}
.cart-totals .mark,
.opc-block-summary .table-totals .mark {
  font-weight: 400;
  padding-left: 4px;
}
.cart-totals .mark strong,
.opc-block-summary .table-totals .mark strong {
  font-weight: 400;
}
.cart-totals .amount,
.opc-block-summary .table-totals .amount {
  padding-right: 4px;
  text-align: right;
  white-space: nowrap;
}
.cart-totals .amount strong,
.opc-block-summary .table-totals .amount strong {
  font-weight: 400;
}
.cart-totals .grand .mark,
.cart-totals .grand .amount,
.opc-block-summary .table-totals .grand .mark,
.opc-block-summary .table-totals .grand .amount {
  padding-top: 24px;
}
.cart-totals .grand .amount,
.opc-block-summary .table-totals .grand .amount {
  padding-right: 4px;
  text-align: right;
}
.cart-totals .grand .amount strong,
.opc-block-summary .table-totals .grand .amount strong {
  font-weight: var(--heading__font-weight__base);
}
.cart-totals .msrp,
.opc-block-summary .table-totals .msrp {
  margin-bottom: 12px;
}
.cart-totals .totals-tax-summary .mark,
.cart-totals .totals-tax-summary .amount,
.opc-block-summary .table-totals .totals-tax-summary .mark,
.opc-block-summary .table-totals .totals-tax-summary .amount {
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  cursor: pointer;
}
.cart-totals .totals-tax-summary .amount .price,
.opc-block-summary .table-totals .totals-tax-summary .amount .price {
  display: block;
  text-decoration: none;
  padding-right: 30px;
  position: relative;
}
.abs-sidebar-totals .totals-tax-summary .amount .price > span,
.cart-totals .totals-tax-summary .amount .price > span,
.opc-block-summary .table-totals .totals-tax-summary .amount .price > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-sidebar-totals .totals-tax-summary .amount .price:after,
.cart-totals .totals-tax-summary .amount .price:after,
.opc-block-summary .table-totals .totals-tax-summary .amount .price:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
  line-height: inherit;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.cart-totals .totals-tax-summary .amount .price:after,
.opc-block-summary .table-totals .totals-tax-summary .amount .price:after {
  position: absolute;
  right: -5px;
  top: -12px;
}
.cart-totals .totals-tax-summary.expanded .mark,
.cart-totals .totals-tax-summary.expanded .amount,
.opc-block-summary .table-totals .totals-tax-summary.expanded .mark,
.opc-block-summary .table-totals .totals-tax-summary.expanded .amount {
  border-bottom: 0;
}
.abs-sidebar-totals .totals-tax-summary.expanded .amount .price:after,
.cart-totals .totals-tax-summary.expanded .amount .price:after,
.opc-block-summary .table-totals .totals-tax-summary.expanded .amount .price:after {
  content: '\e621';
}
.cart-totals .totals-tax-details,
.opc-block-summary .table-totals .totals-tax-details {
  border-bottom: 1px solid #e6e6e6;
  display: none;
}
.cart-totals .totals-tax-details.shown,
.opc-block-summary .table-totals .totals-tax-details.shown {
  display: table-row;
}
.cart-summary .block > .title {
  border-top: 1px solid #e6e6e6;
  cursor: pointer;
  font-weight: 600;
  display: block;
  text-decoration: none;
  margin-bottom: 0;
  overflow: hidden;
  padding: 7px 36px 7px 6px;
  position: relative;
}
.abs-discount-block > .title:after,
.cart-summary .block > .title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
  line-height: inherit;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.cart-summary .block > .title:after {
  position: absolute;
  right: -5px;
  top: -5px;
}
.column.main .cart-summary .block > .title strong {
  font-size: 1.8rem;
  font-weight: 400;
}
.cart-summary .block > .content {
  display: none;
}
.abs-discount-block.active > .title:after,
.cart-summary .block.active > .title:after {
  content: '\e621';
}
.cart-summary .block.active > .content {
  display: block;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../../frontend/bluesky/bluesky_kalles_default/en_US/fonts/opensans/light/opensans-300.woff2') format('woff2'), url('../../frontend/bluesky/bluesky_kalles_default/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/bluesky/bluesky_kalles_default/en_US/fonts/opensans/regular/opensans-400.woff2') format('woff2'), url('../../frontend/bluesky/bluesky_kalles_default/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/bluesky/bluesky_kalles_default/en_US/fonts/opensans/semibold/opensans-600.woff2') format('woff2'), url('../../frontend/bluesky/bluesky_kalles_default/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/bluesky/bluesky_kalles_default/en_US/fonts/opensans/bold/opensans-700.woff2') format('woff2'), url('../../frontend/bluesky/bluesky_kalles_default/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: 48px;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
  width: 100%;
}
.columns .sidebar-main {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}
.columns .sidebar-additional {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}
.table-wrapper {
  margin-bottom: 24px;
}
table > caption {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.table:not(.cart):not(.totals) {
  border: none;
}
.table:not(.cart):not(.totals) > thead > tr > th,
.table:not(.cart):not(.totals) > tbody > tr > th,
.table:not(.cart):not(.totals) > tfoot > tr > th,
.table:not(.cart):not(.totals) > thead > tr > td,
.table:not(.cart):not(.totals) > tbody > tr > td,
.table:not(.cart):not(.totals) > tfoot > tr > td {
  border: none;
}
.table:not(.cart):not(.totals) > thead > tr > th,
.table:not(.cart):not(.totals) > thead > tr > td {
  border-bottom: 1px solid #ddd;
}
.table:not(.cart):not(.totals) tfoot > tr:first-child th,
.table:not(.cart):not(.totals) tfoot > tr:first-child td {
  border-top: 1px solid #ddd;
  padding-top: 24px;
}
.table:not(.cart):not(.totals) tfoot .mark {
  font-weight: 400;
  text-align: right;
}
.message.info {
  margin: 0 0 12px;
  padding: 12px 24px;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #fdf0d5;
  color: #6f4400;
  padding-left: 40px;
  position: relative;
}
.message.info a {
  color: var(--link__color);
}
.message.info a:hover {
  color: var(--link__hover__color);
}
.message.info a:active {
  color: var(--link__hover__color);
}
.message.info > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: #c07600;
  content: '\e602';
  font-family: 'icons-blank-theme';
  margin: -14px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 18px;
  width: 40px;
  position: absolute;
  text-align: center;
}
.message.error {
  margin: 0 0 12px;
  padding: 12px 24px;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #fae5e5;
  color: #e02b27;
  padding-left: 40px;
  position: relative;
}
.message.error a {
  color: var(--link__color);
}
.message.error a:hover {
  color: var(--link__hover__color);
}
.message.error a:active {
  color: var(--link__hover__color);
}
.message.error > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: #b30000;
  content: '\e602';
  font-family: 'icons-blank-theme';
  margin: -14px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 18px;
  width: 40px;
  position: absolute;
  text-align: center;
}
.message.warning {
  margin: 0 0 12px;
  padding: 12px 24px;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #fdf0d5;
  color: #6f4400;
  padding-left: 40px;
  position: relative;
}
.message.warning a {
  color: var(--link__color);
}
.message.warning a:hover {
  color: var(--link__hover__color);
}
.message.warning a:active {
  color: var(--link__hover__color);
}
.message.warning > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: #c07600;
  content: '\e602';
  font-family: 'icons-blank-theme';
  margin: -14px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 18px;
  width: 40px;
  position: absolute;
  text-align: center;
}
.message.notice {
  margin: 0 0 12px;
  padding: 12px 24px;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #fdf0d5;
  color: #6f4400;
  padding-left: 40px;
  position: relative;
}
.message.notice a {
  color: var(--link__color);
}
.message.notice a:hover {
  color: var(--link__hover__color);
}
.message.notice a:active {
  color: var(--link__hover__color);
}
.message.notice > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: #c07600;
  content: '\e602';
  font-family: 'icons-blank-theme';
  margin: -14px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 18px;
  width: 40px;
  position: absolute;
  text-align: center;
}
.message.success {
  margin: 0 0 12px;
  padding: 12px 24px;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #e5efe5;
  color: #006400;
  padding-left: 40px;
  position: relative;
}
.message.success a {
  color: var(--link__color);
}
.message.success a:hover {
  color: var(--link__hover__color);
}
.message.success a:active {
  color: var(--link__hover__color);
}
.message.success > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: #006400;
  content: '\e610';
  font-family: 'icons-blank-theme';
  margin: -14px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 18px;
  width: 40px;
  position: absolute;
  text-align: center;
}
.tooltip.wrapper {
  position: relative;
}
.tooltip.wrapper .tooltip.content {
  background: #383838;
  max-width: 360px;
  padding: 8px 10px;
  z-index: 100;
  display: none;
  position: absolute;
  text-align: left;
  color: #fff;
  font-family: var(--font-family-name__base);
  line-height: 1.4;
  font-size: 1.2rem;
  margin-top: 5px;
  left: 0;
  top: 100%;
}
.tooltip.wrapper .tooltip.content:after,
.tooltip.wrapper .tooltip.content:before {
  border: solid transparent;
  content: '';
  height: 0;
  position: absolute;
  width: 0;
}
.tooltip.wrapper .tooltip.content:after {
  border-width: 5px;
  border-color: transparent;
}
.tooltip.wrapper .tooltip.content:before {
  border-width: 5px;
  border-color: transparent;
}
.tooltip.wrapper .tooltip.content:after,
.tooltip.wrapper .tooltip.content:before {
  bottom: 100%;
}
.tooltip.wrapper .tooltip.content:after {
  border-bottom-color: #383838;
  left: 15px;
  margin-left: -5px;
}
.tooltip.wrapper .tooltip.content:before {
  left: 15px;
  margin-left: -5px;
}
.tooltip.wrapper .tooltip.toggle {
  cursor: pointer;
}
.tooltip.wrapper .tooltip.toggle:hover + .tooltip.content,
.tooltip.wrapper .tooltip.toggle:focus + .tooltip.content,
.tooltip.wrapper:hover .tooltip.content {
  display: block;
}
.tooltip.wrapper .tooltip.content dl {
  margin-bottom: 0;
}
.tooltip.wrapper .tooltip.content dd {
  white-space: normal;
}
.tooltip.wrapper .tooltip.content .subtitle {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 15px;
}
.tooltip.wrapper .tooltip.content .label {
  margin-top: 12px;
}
.tooltip.wrapper .tooltip.content .label:first-child {
  margin-top: 0;
}
.tooltip.wrapper .tooltip.content .values {
  margin: 0;
}
.ui-tooltip {
  position: absolute;
  z-index: 9999;
}
.load.indicator {
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 9999;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  position: absolute;
}
.load.indicator:before {
  border-radius: 5px;
  height: 160px;
  width: 160px;
  bottom: 0;
  box-sizing: border-box;
  content: '';
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
}
.load.indicator > span {
  display: none;
}
.loading-mask,
#loading-page-ready-browser {
  bottom: 0;
  left: 0;
  margin: auto;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
  background-color: rgba(255, 255, 255, 0.9);
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.loading-mask .loader,
#loading-page-ready-browser .loader,
.loading-mask .browser-loader,
#loading-page-ready-browser .browser-loader {
  display: inline-block;
  color: transparent;
  border: 3px solid;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border-color: #616161 #E0E0E0 #E0E0E0 #E0E0E0;
  line-height: 1;
  -webkit-animation: bls-spin 0.5s infinite linear;
  -moz-animation: bls-spin 0.5s infinite linear;
  -ms-animation: bls-spin 0.5s infinite linear;
  animation: bls-spin 0.5s infinite linear;
  margin: auto;
}
.loading-mask .loader > img,
#loading-page-ready-browser .loader > img,
.loading-mask .browser-loader > img,
#loading-page-ready-browser .browser-loader > img,
.loading-mask .loader > p,
#loading-page-ready-browser .loader > p,
.loading-mask .browser-loader > p,
#loading-page-ready-browser .browser-loader > p {
  display: none;
}
body > .loading-mask {
  z-index: 9999;
}
._block-content-loading {
  position: relative;
}
[data-role='main-css-loader'] {
  display: none;
}
.fieldset {
  border: 0;
  margin: 0 0 24px;
  padding: 0;
  letter-spacing: -0.31em;
}
.fieldset > * {
  letter-spacing: normal;
}
.fieldset > .legend {
  margin: 0 0 30px;
  padding: 0;
  box-sizing: border-box;
  float: left;
  line-height: 1.2;
  font-size: 2rem;
}
.fieldset > .legend + br {
  clear: both;
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.fieldset:last-child {
  margin-bottom: 24px;
}
.fieldset > .field,
.fieldset > .fields > .field {
  margin: 0 0 24px;
}
.fieldset > .field > .label,
.fieldset > .fields > .field > .label {
  margin: 0 0 6px;
  display: inline-block;
}
.fieldset > .field:last-child,
.fieldset > .fields > .field:last-child {
  margin-bottom: 0;
}
.fieldset > .field > .label,
.fieldset > .fields > .field > .label {
  font-weight: 400;
}
.fieldset > .field > .label + br,
.fieldset > .fields > .field > .label + br {
  display: none;
}
.fieldset > .field .choice input,
.fieldset > .fields > .field .choice input {
  vertical-align: top;
}
.fieldset > .field .fields.group:before,
.fieldset > .fields > .field .fields.group:before,
.fieldset > .field .fields.group:after,
.fieldset > .fields > .field .fields.group:after {
  content: '';
  display: table;
}
.fieldset > .field .fields.group:after,
.fieldset > .fields > .field .fields.group:after {
  clear: both;
}
.fieldset > .field .fields.group .field,
.fieldset > .fields > .field .fields.group .field {
  box-sizing: border-box;
  float: left;
}
.fieldset > .field .fields.group.group-2 .field,
.fieldset > .fields > .field .fields.group.group-2 .field {
  width: 50% !important;
}
.fieldset > .field .fields.group.group-3 .field,
.fieldset > .fields > .field .fields.group.group-3 .field {
  width: 33.3% !important;
}
.fieldset > .field .fields.group.group-4 .field,
.fieldset > .fields > .field .fields.group.group-4 .field {
  width: 25% !important;
}
.fieldset > .field .fields.group.group-5 .field,
.fieldset > .fields > .field .fields.group.group-5 .field {
  width: 20% !important;
}
.fieldset > .field .addon,
.fieldset > .fields > .field .addon {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding: 0;
  width: 100%;
}
.fieldset > .field .addon textarea,
.fieldset > .fields > .field .addon textarea,
.fieldset > .field .addon select,
.fieldset > .fields > .field .addon select,
.fieldset > .field .addon input,
.fieldset > .fields > .field .addon input {
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: inline-block;
  margin: 0;
  width: auto;
}
.fieldset > .field .addon .addbefore,
.fieldset > .fields > .field .addon .addbefore,
.fieldset > .field .addon .addafter,
.fieldset > .fields > .field .addon .addafter {
  background: transparent;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border-radius: 0;
  font-family: var(--font-family-name__base), 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  height: 40px;
  line-height: 1.75;
  padding: 0 9px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
  -ms-flex-order: 3;
  -webkit-order: 3;
  order: 3;
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  width: auto;
}
.fieldset > .field .addon .addbefore:disabled,
.fieldset > .fields > .field .addon .addbefore:disabled,
.fieldset > .field .addon .addafter:disabled,
.fieldset > .fields > .field .addon .addafter:disabled {
  opacity: 0.5;
}
.fieldset > .field .addon .addbefore::-moz-placeholder,
.fieldset > .fields > .field .addon .addbefore::-moz-placeholder,
.fieldset > .field .addon .addafter::-moz-placeholder,
.fieldset > .fields > .field .addon .addafter::-moz-placeholder {
  color: #999999;
}
.fieldset > .field .addon .addbefore::-webkit-input-placeholder,
.fieldset > .fields > .field .addon .addbefore::-webkit-input-placeholder,
.fieldset > .field .addon .addafter::-webkit-input-placeholder,
.fieldset > .fields > .field .addon .addafter::-webkit-input-placeholder {
  color: #999999;
}
.fieldset > .field .addon .addbefore:-ms-input-placeholder,
.fieldset > .fields > .field .addon .addbefore:-ms-input-placeholder,
.fieldset > .field .addon .addafter:-ms-input-placeholder,
.fieldset > .fields > .field .addon .addafter:-ms-input-placeholder {
  color: #999999;
}
.fieldset > .field .addon .addbefore,
.fieldset > .fields > .field .addon .addbefore {
  float: left;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}
.fieldset > .field .additional,
.fieldset > .fields > .field .additional {
  margin-top: 12px;
}
.fieldset > .field.required > .label:after,
.fieldset > .fields > .field.required > .label:after,
.fieldset > .field._required > .label:after,
.fieldset > .fields > .field._required > .label:after {
  content: '*';
  color: #e02b27;
  font-size: 1.2rem;
  margin: 0 0 0 6px;
}
.fieldset > .field .note,
.fieldset > .fields > .field .note {
  font-size: 1.2rem;
  margin: 3px 0 0;
  padding: 0;
  display: inline-block;
  text-decoration: none;
}
.fieldset > .field .note:before,
.fieldset > .fields > .field .note:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 12px;
  content: '\e618';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.fieldset > .field.choice .label,
.fieldset > .fields > .field.choice .label {
  display: inline;
  font-weight: normal;
}
.column:not(.main) .fieldset > .field .label,
.column:not(.main) .fieldset > .fields > .field .label {
  font-weight: normal;
}
.fieldset > .field .field.choice,
.fieldset > .fields > .field .field.choice {
  margin-bottom: 12px;
}
.fieldset > .field .field.choice:last-child,
.fieldset > .fields > .field .field.choice:last-child {
  margin-bottom: 0;
}
.fieldset > .field input[type=file],
.fieldset > .fields > .field input[type=file] {
  margin: 6px 0;
}
.legend + .fieldset,
.legend + div {
  clear: both;
}
.legend strong {
  margin-left: 6px;
}
fieldset.field {
  border: 0;
  padding: 0;
}
.field.date .time-picker {
  display: inline-block;
  margin-top: 12px;
  white-space: nowrap;
}
.field .message.warning {
  margin-top: 12px;
}
.field-error,
div.mage-error {
  margin-top: 7px;
}
.field-error {
  color: #e02b27;
  font-size: 1.2rem;
}
.product-options-wrapper .date.required div[for*='options'].mage-error {
  display: none !important;
}
.field .tooltip {
  position: relative;
}
.field .tooltip .tooltip-content {
  background: #383838;
  max-width: 360px;
  padding: 8px 10px;
  z-index: 100;
  display: none;
  position: absolute;
  text-align: left;
  color: #fff;
  font-family: var(--font-family-name__base);
  line-height: 1.4;
  font-size: 1.2rem;
  margin-left: 5px;
  left: 100%;
  top: 0;
}
.field .tooltip .tooltip-content:after,
.field .tooltip .tooltip-content:before {
  border: solid transparent;
  content: '';
  height: 0;
  position: absolute;
  width: 0;
}
.field .tooltip .tooltip-content:after {
  border-width: 5px;
  border-color: transparent;
}
.field .tooltip .tooltip-content:before {
  border-width: 5px;
  border-color: transparent;
}
.field .tooltip .tooltip-content:after,
.field .tooltip .tooltip-content:before {
  right: 100%;
}
.field .tooltip .tooltip-content:after {
  border-right-color: #383838;
  margin-top: -5px;
  top: 15px;
}
.field .tooltip .tooltip-content:before {
  margin-top: -5px;
  top: 15px;
}
.field .tooltip .tooltip-toggle {
  cursor: pointer;
}
.field .tooltip .tooltip-toggle:hover + .tooltip-content,
.field .tooltip .tooltip-toggle:focus + .tooltip-content,
.field .tooltip:hover .tooltip-content {
  display: block;
}
.field .tooltip .tooltip-content {
  min-width: 200px;
  white-space: normal;
}
input:focus ~ .tooltip .tooltip-content,
select:focus ~ .tooltip .tooltip-content {
  display: block;
}
._has-datepicker ~ .ui-datepicker-trigger {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-shadow: none;
  font-weight: 400;
  display: block;
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
}
._has-datepicker ~ .ui-datepicker-trigger:focus,
._has-datepicker ~ .ui-datepicker-trigger:active {
  background: none;
  border: none;
}
._has-datepicker ~ .ui-datepicker-trigger:hover {
  background: none;
  border: none;
}
._has-datepicker ~ .ui-datepicker-trigger.disabled,
._has-datepicker ~ .ui-datepicker-trigger[disabled],
fieldset[disabled] ._has-datepicker ~ .ui-datepicker-trigger {
  pointer-events: none;
  opacity: 0.5;
}
._has-datepicker ~ .ui-datepicker-trigger > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
._has-datepicker ~ .ui-datepicker-trigger:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 40px;
  line-height: 40px;
  color: #7ddae8;
  content: '\e612';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
._has-datepicker ~ .ui-datepicker-trigger:focus {
  box-shadow: none;
  outline: 0;
}
.sidebar .fieldset {
  margin: 0;
}
.sidebar .fieldset > .field:not(.choice):not(:last-child),
.sidebar .fieldset .fields > .field:not(:last-child) {
  margin: 0 0 24px;
}
.sidebar .fieldset > .field:not(.choice) .label,
.sidebar .fieldset .fields > .field .label {
  margin: 0 0 4px;
  padding: 0 0 6px;
  text-align: left;
  width: 100%;
}
.sidebar .fieldset > .field:not(.choice) .control,
.sidebar .fieldset .fields > .field .control {
  width: 100%;
}
@font-face {
  font-family: 'icons-blank-theme';
  src: url('../../frontend/bluesky/bluesky_kalles_default/en_US/fonts/Blank-Theme-Icons/Blank-Theme-Icons.woff2') format('woff2'), url('../../frontend/bluesky/bluesky_kalles_default/en_US/fonts/Blank-Theme-Icons/Blank-Theme-Icons.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
button,
a.action.primary,
.cart.table-wrapper .actions-toolbar > .action {
  border-radius: var(--button__border-radius);
}
button:active,
.cart.table-wrapper .actions-toolbar > .action:active {
  box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.12);
}
a.action.primary {
  display: inline-block;
  text-decoration: none;
}
a.action.primary:hover,
a.action.primary:active,
a.action.primary:focus {
  text-decoration: none;
}
.action.primary,
.action-primary {
  background-image: none;
  background: var(--theme__color__primary);
  border: 2px solid var(--theme__color__primary);
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: inherit;
  font-weight: var(--button__font-weight);
  padding: 7px 25px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
}
.action.primary:focus,
.action-primary:focus,
.action.primary:active,
.action-primary:active {
  background: var(--theme__color__primary);
  border: 2px solid var(--theme__color__primary);
  color: #fff;
}
.action.primary:hover,
.action-primary:hover {
  background: var(--theme__color__primary);
  border: 2px solid var(--theme__color__primary);
  color: #fff;
}
.action.primary.disabled,
.action-primary.disabled,
.action.primary[disabled],
.action-primary[disabled],
fieldset[disabled] .action.primary,
fieldset[disabled] .action-primary {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.product.data.items {
  margin: 0;
  padding: 0;
  margin-bottom: 24px;
}
.product.data.items > .item.title {
  box-sizing: border-box;
  float: none;
  width: 100%;
}
.product.data.items > .item.title > .switch {
  display: block;
}
.product.data.items > .item.content {
  box-sizing: border-box;
  display: block;
  float: none;
  margin: 0;
}
.product.data.items > .item.content:before,
.product.data.items > .item.content:after {
  content: '';
  display: table;
}
.product.data.items > .item.content:after {
  clear: both;
}
.product.data.items > .item.content.active {
  display: block;
}
.product.data.items > .item.title {
  margin: 0 0 6px;
}
.product.data.items > .item.title > .switch {
  background: #f6f6f6;
  border-bottom: 1px solid transparent;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  border-top: 1px solid transparent;
  padding: 1.3rem 24px 1.3rem 24px;
  font-weight: 500;
  font-size: 1.4rem;
  color: #222;
  text-decoration: none;
}
.product.data.items > .item.title > .switch:visited {
  color: #222;
  text-decoration: none;
}
.product.data.items > .item.title > .switch:hover {
  color: #fff;
  text-decoration: none;
}
.product.data.items > .item.title > .switch:active {
  color: #fff;
  text-decoration: none;
}
.product.data.items > .item.title:not(.disabled) > .switch:focus,
.product.data.items > .item.title:not(.disabled) > .switch:hover {
  background: var(--theme__color__primary);
}
.product.data.items > .item.title:not(.disabled) > .switch:active,
.product.data.items > .item.title.active > .switch,
.product.data.items > .item.title.active > .switch:focus,
.product.data.items > .item.title.active > .switch:hover {
  background: var(--theme__color__primary);
  color: #fff;
  text-decoration: none;
  padding-bottom: 1.3rem;
}
.product.data.items > .item.content {
  background: var(--theme__color__primary);
  border: 0;
  margin: 0 0 6px;
  padding: 3rem 0 0 0;
}
.pages > .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.pages .items {
  font-size: 0;
  letter-spacing: -1px;
  line-height: 0;
  white-space: nowrap;
  margin: 0;
  padding: 0;
  list-style: none none;
  display: inline-block;
  font-weight: var(--text-weight);
}
.pages .item {
  font-size: 1.4rem;
  line-height: 3.5rem;
  letter-spacing: normal;
  margin: 0 10px 0 0;
  display: inline-block;
}
.pages .item .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.pages a.page {
  color: #222;
  display: inline-block;
  text-decoration: none;
}
.pages a.page:visited {
  color: #222;
}
.pages a.page:hover {
  background: #fff;
  color: #ec0101;
  text-decoration: none;
}
.pages a.page:active {
  color: #ec0101;
}
.pages strong.page {
  font-size: 1.4rem;
  line-height: 3.5rem;
  letter-spacing: normal;
  color: #ec0101;
  display: inline-block;
  font-weight: var(--text-weight);
}
.pages .action {
  color: #222;
  display: inline-block;
  padding: 0;
  text-decoration: none;
}
.pages .action:visited {
  color: #222;
}
.pages .action:hover {
  background: #fff;
  color: var(--theme__color__primary);
  text-decoration: none;
}
.pages .action:active {
  color: #ec0101;
}
.pages .action.next {
  display: inline-block;
  text-decoration: none;
}
.pages .action.next:visited:before {
  color: #222;
}
.pages .action.next:active:before {
  color: #ec0101;
}
.pages .action.next > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.pages .action.next:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: inherit;
  color: #222;
  content: "→";
  font-family: 'icons-blank-theme';
  margin: 0 0 0 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.pages .action.next:hover:before {
  color: var(--theme__color__primary);
}
.pages .action.next:active:before {
  color: #ec0101;
}
.pages .action.previous {
  display: inline-block;
  text-decoration: none;
}
.pages .action.previous:visited:before {
  color: #222;
}
.pages .action.previous:active:before {
  color: #ec0101;
}
.pages .action.previous > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.pages .action.previous:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: inherit;
  color: #222;
  content: "←";
  font-family: 'icons-blank-theme';
  margin: 0 0 0 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.pages .action.previous:hover:before {
  color: var(--theme__color__primary);
}
.pages .action.previous:active:before {
  color: #ec0101;
}
.pages .action {
  width: 34px;
}
.pages .action.previous {
  margin-right: 12px;
}
.pages .action.next {
  margin-left: 12px;
}
.actions-toolbar > .primary,
.actions-toolbar > .secondary {
  text-align: center;
  margin-bottom: 12px;
}
.actions-toolbar > .primary .action,
.actions-toolbar > .secondary .action {
  margin-bottom: 12px;
}
.actions-toolbar > .primary:last-child,
.actions-toolbar > .secondary:last-child {
  margin-bottom: 0;
}
.actions-toolbar > .secondary .action.back {
  display: none;
}
.breadcrumbs {
  margin: 0 0 5rem;
  min-height: 24px;
}
.breadcrumbs .items {
  font-size: 1.4rem;
  color: var(--heading__color__base);
  margin: 0;
  padding: 0;
  list-style: none none;
}
.breadcrumbs .items > li {
  display: inline-block;
  vertical-align: top;
}
.breadcrumbs .item {
  margin: 0;
}
.breadcrumbs a {
  color: #999;
  text-decoration: none;
}
.breadcrumbs a:visited {
  color: #666;
  text-decoration: none;
}
.breadcrumbs a:hover {
  color: #666;
  text-decoration: underline;
}
.breadcrumbs a:active {
  color: #666;
  text-decoration: none;
}
.breadcrumbs strong {
  font-weight: 400;
}
.breadcrumbs .item:not(:last-child) {
  display: inline-block;
  text-decoration: none;
}
.breadcrumbs .item:not(:last-child):after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 18px;
  color: #999;
  content: '\e608';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.ui-dialog.popup .action.close {
  position: absolute;
  height: 40px;
  right: 0;
  top: 0;
  width: 40px;
  z-index: 1001;
  display: inline-block;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
}
.ui-dialog.popup .action.close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.ui-dialog.popup .action.close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e616';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.ui-dialog.popup .action.close:hover:before {
  color: inherit;
}
.ui-dialog.popup .action.close:active:before {
  color: inherit;
}
.ui-dialog.popup .action.close:focus,
.ui-dialog.popup .action.close:active {
  background: none;
  border: none;
}
.ui-dialog.popup .action.close:hover {
  background: none;
  border: none;
}
.ui-dialog.popup .action.close.disabled,
.ui-dialog.popup .action.close[disabled],
fieldset[disabled] .ui-dialog.popup .action.close {
  pointer-events: none;
  opacity: 0.5;
}
.popup-pointer {
  margin-left: -14px;
  position: absolute;
  top: -14px;
}
.popup-pointer:before,
.popup-pointer:after {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-bottom-style: solid;
}
.popup-pointer:before {
  left: 2px;
  top: 2px;
  border: solid 6px;
  border-color: transparent transparent #fff transparent;
  z-index: 99;
}
.popup-pointer:after {
  left: 1px;
  top: 0px;
  border: solid 7px;
  border-color: transparent transparent #aeaeae transparent;
  z-index: 98;
}
.price-tier_price .price-excluding-tax,
.price-tier_price .price-including-tax {
  display: inline;
}
.price-including-tax,
.price-excluding-tax {
  display: block;
  font-size: 1.8rem;
  line-height: 1;
}
.price-including-tax .price,
.price-excluding-tax .price {
  font-weight: var(--heading__font-weight__base);
}
.price-including-tax + .price-excluding-tax,
.weee[data-label] {
  display: block;
  font-size: 1.8rem;
}
.price-including-tax + .price-excluding-tax:before,
.weee[data-label]:before {
  content: attr(data-label) ': ';
  font-size: 1.1rem;
}
.price-including-tax + .price-excluding-tax .price,
.weee[data-label] .price {
  font-size: 1.1rem;
}
body._has-modal {
  height: 100%;
  width: 100%;
}
body .modal-custom-overlay,
body .modals-overlay {
  background: transparent;
}
.modal-custom,
.modal-popup {
  -webkit-animation: fadeOutRightShort 0.3s;
  -moz-animation: fadeOutRightShort 0.3s;
  -ms-animation: fadeOutRightShort 0.3s;
  animation: fadeOutRightShort 0.3s;
}
.modal-custom._show,
.modal-popup._show {
  -webkit-animation: 0.5s cubic-bezier(0.26, 0.54, 0.32, 1) forwards fadeInLeftShort;
  -moz-animation: 0.5s cubic-bezier(0.26, 0.54, 0.32, 1) forwards fadeInLeftShort;
  -ms-animation: 0.5s cubic-bezier(0.26, 0.54, 0.32, 1) forwards fadeInLeftShort;
  animation: 0.5s cubic-bezier(0.26, 0.54, 0.32, 1) forwards fadeInLeftShort;
}
.modals-wrapper:after {
  content: '';
  display: block;
  position: fixed;
  z-index: 4;
  top: 0;
  left: 0;
  right: 0;
  height: 100vh;
  opacity: 0;
  pointer-events: none;
  background: rgba(0, 0, 0, 0.6);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
  cursor: url('../../frontend/bluesky/bluesky_kalles_default/en_US/images/my-cursor.png'), pointer;
}
._has-modal .modals-wrapper:after,
._has-modal-custom .modals-wrapper:after {
  opacity: 1;
  pointer-events: initial;
}
._has-modal .modals-wrapper:after,
._has-modal-custom .modals-wrapper:after {
  pointer-events: none;
}
.modals-overlay {
  z-index: 899;
}
.modal-slide,
.modal-popup {
  bottom: 0;
  left: 0;
  min-width: 0;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0s 0.3s, opacity 0.3s ease;
  transition: visibility 0s 0.3s, opacity 0.3s ease;
}
.modal-slide._show,
.modal-popup._show {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.modal-slide._show .modal-inner-wrap,
.modal-popup._show .modal-inner-wrap {
  -webkit-animation: 0.5s ease 0s 1 normal forwards running fadeIn;
  -moz-animation: 0.5s ease 0s 1 normal forwards running fadeIn;
  -ms-animation: 0.5s ease 0s 1 normal forwards running fadeIn;
  animation: 0.5s ease 0s 1 normal forwards running fadeIn;
}
.modal-slide .modal-inner-wrap,
.modal-popup .modal-inner-wrap {
  background-color: #fff;
  box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.35);
  opacity: 1;
  pointer-events: auto;
}
.modal-slide {
  left: 44px;
  z-index: 900;
}
.modal-slide._show .modal-inner-wrap {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.modal-slide .modal-inner-wrap {
  height: 100%;
  overflow-y: auto;
  position: static;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  width: auto;
  min-height: unset !important;
}
.modal-slide .modal-inner-wrap[class] {
  background: #fff !important;
}
.modal-slide._inner-scroll .modal-inner-wrap {
  overflow-y: visible;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.modal-slide._inner-scroll .modal-header,
.modal-slide._inner-scroll .modal-footer {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.modal-slide._inner-scroll .modal-content {
  overflow-y: auto;
}
.modal-slide._inner-scroll .modal-footer {
  margin-top: auto;
}
.modal-slide .modal-header,
.modal-slide .modal-content,
.modal-slide .modal-footer {
  padding: 0 2.6rem 2.6rem;
}
.modal-slide .modal-header {
  padding-bottom: 2.1rem;
  padding-top: 2.1rem;
}
body .modal-popup .modal-title {
  font-weight: var(--heading__font-weight__base);
}
.modal-popup {
  z-index: 900;
  left: 0;
  overflow-y: auto;
}
.modal-popup.confirm .modal-inner-wrap {
  max-width: 50rem;
}
.modal-popup.confirm .modal-inner-wrap .modal-content {
  padding-right: 7rem;
}
.modal-popup._show .modal-inner-wrap {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.modal-popup .modal-inner-wrap {
  margin: 5rem auto;
  width: 75%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  box-sizing: border-box;
  height: auto;
  left: 0;
  position: absolute;
  right: 0;
}
.modal-popup._inner-scroll {
  overflow-y: visible;
}
.ie11 .modal-popup._inner-scroll {
  overflow-y: auto;
}
.modal-popup._inner-scroll .modal-inner-wrap {
  max-height: 90%;
}
.ie11 .modal-popup._inner-scroll .modal-inner-wrap {
  max-height: none;
}
.modal-popup._inner-scroll .modal-content {
  overflow-y: auto;
}
.modal-popup .modal-header,
.modal-popup .modal-content,
.modal-popup .modal-footer {
  padding-left: 3rem;
  padding-right: 3rem;
}
.modal-popup .modal-header,
.modal-popup .modal-footer {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.modal-popup .modal-header {
  padding-bottom: 3rem / 2.5;
  padding-top: 3rem;
}
.modal-popup .modal-footer {
  margin-top: auto;
  padding-bottom: 3rem;
  padding-top: 3rem;
  text-align: center;
}
.modal-popup .modal-footer .action-accept {
  min-width: 11rem;
  margin-left: 1rem;
}
.modal-popup .modal-footer-actions {
  text-align: right;
}
.modal-header .action-close {
  margin: 0 !important;
}
.modal-content .block-title {
  text-transform: uppercase;
  font-weight: var(--heading__font-weight__base);
  background-color: #fff;
  color: #222;
  text-align: left;
  letter-spacing: 1px;
  padding: 1.3rem 0 1.3rem 1.8rem;
  border-bottom: 1px solid #e6e6e6 !important;
  border-top: 0;
  position: relative;
  margin-bottom: 0 !important;
  font-size: 1.4rem !important;
  text-align: left !important;
}
.modal-content .block-content {
  padding: 1.8rem;
  min-width: 30rem;
}
.modal-content .block-content .actions-toolbar > div {
  float: none;
  display: block;
  margin: 1.5rem 0 0;
  padding: 0;
}
.modal-content .block-content .actions-toolbar > div button,
.modal-content .block-content .actions-toolbar > div .action,
.modal-content .block-content .actions-toolbar > div .cart.table-wrapper .actions-toolbar > .action {
  width: 100%;
  float: none;
  text-align: center;
  border-radius: 0;
}
.modal-content .block-content .actions-toolbar .primary button,
.modal-content .block-content .actions-toolbar .primary .cart.table-wrapper .actions-toolbar > .action {
  background-color: var(--theme__color__primary);
  border-color: var(--theme__color__primary);
  color: #fff;
}
.modal-content .block-content .actions-toolbar .secondary .action {
  background-image: none;
  background: var(--button__background);
  border: 2px solid var(--button__color);
  color: var(--button__color);
  cursor: pointer;
  display: inline-block;
  font-family: inherit;
  font-weight: var(--button__font-weight);
  margin: 0;
  padding: 7px 25px;
  font-size: 1.4rem;
  line-height: 2.24rem;
  box-sizing: border-box;
  vertical-align: middle;
}
.modal-content .block-content .actions-toolbar .secondary .action:focus,
.modal-content .block-content .actions-toolbar .secondary .action:active {
  background: var(--button__hover__background);
  border: 2px solid var(--theme__color__primary);
  color: var(--button__hover__color);
}
.modal-content .block-content .actions-toolbar .secondary .action:hover {
  background: var(--button__hover__background);
  border: 2px solid var(--theme__color__primary);
  color: var(--button__hover__color);
}
.modal-content .block-content .actions-toolbar .secondary .action.disabled,
.modal-content .block-content .actions-toolbar .secondary .action[disabled],
fieldset[disabled] .modal-content .block-content .actions-toolbar .secondary .action {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.modal-custom .action-close,
.modal-popup .action-close,
.modal-slide .action-close {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-shadow: none;
  font-weight: 400;
  display: inline-block;
  text-decoration: none;
  position: absolute;
  right: 0;
  top: 0;
}
.modal-custom .action-close:focus,
.modal-popup .action-close:focus,
.modal-slide .action-close:focus,
.modal-custom .action-close:active,
.modal-popup .action-close:active,
.modal-slide .action-close:active {
  background: none;
  border: none;
}
.modal-custom .action-close:hover,
.modal-popup .action-close:hover,
.modal-slide .action-close:hover {
  background: none;
  border: none;
}
.modal-custom .action-close.disabled,
.modal-popup .action-close.disabled,
.modal-slide .action-close.disabled,
.modal-custom .action-close[disabled],
.modal-popup .action-close[disabled],
.modal-slide .action-close[disabled],
fieldset[disabled] .modal-custom .action-close,
fieldset[disabled] .modal-popup .action-close,
fieldset[disabled] .modal-slide .action-close {
  pointer-events: none;
  opacity: 0.5;
}
.modal-custom .action-close > span,
.modal-popup .action-close > span,
.modal-slide .action-close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.modal-custom .action-close:before,
.modal-popup .action-close:before,
.modal-slide .action-close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
  line-height: 32px;
  color: var(--header-icons-color);
  content: '\e616';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.modal-custom .action-close:hover:before,
.modal-popup .action-close:hover:before,
.modal-slide .action-close:hover:before {
  color: inherit;
}
.modal-custom .action-close:active:before,
.modal-popup .action-close:active:before,
.modal-slide .action-close:active:before {
  color: inherit;
}
.modal-custom .action-close:hover:before,
.modal-popup .action-close:hover:before,
.modal-slide .action-close:hover:before {
  color: #4d4d4d;
}
.modal-custom .action-close {
  margin: 30px;
}
.modal-popup {
  pointer-events: none;
}
.modal-popup .modal-title {
  border-bottom: 1px solid #c1c1c1;
  font-weight: 300;
  padding-bottom: 12px;
  font-size: 26px;
  margin-bottom: 0;
  min-height: 1em;
  word-wrap: break-word;
}
.modal-popup .action-close {
  padding: 12px;
}
.modal-slide .action-close {
  padding: 1.1rem 2rem;
}
.modal-slide .page-main-actions {
  margin-bottom: -15.9rem;
  margin-top: 2.1rem;
}
.modals-overlay {
  background-color: rgba(0, 0, 0, 0.6);
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
}
body._has-modal-custom .modal-custom-overlay {
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 899;
}
/**
 * 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.24rem;
  padding: 7px 25px;
  font-size: 1.4rem;
}
#delivery-method-selector .action.selected {
  background: #fff;
}
#delivery-method-selector .action-select-shipping {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
#delivery-method-selector .action-select-store-pickup {
  border-bottom-left-radius: 0;
  border-left: 0;
  border-top-left-radius: 0;
}
/**
      * @codingStandardsIgnoreStart
      */
#store-selector .form-login {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
#store-selector .form-continue {
  margin: 24px 0 0;
}
.location-details .location-name {
  font-size: 18px;
  font-weight: var(--heading__font-weight__base);
}
.store-selector-popup .modal-title {
  border-bottom: 0;
}
.store-selector-popup .modal-header {
  padding-bottom: 0;
}
/**
      * @codingStandardsIgnoreStart
      */
#opc-store-selector-popup {
  display: none;
}
#opc-store-selector-popup .block-search {
  float: none;
  width: 100%;
  margin: 0 0 24px;
  padding: 0 0 12px;
  border-bottom: 1px solid #c1c1c1;
}
.modal-content #opc-store-selector-popup {
  display: block;
}
.store-selector-popup-table thead th {
  display: none;
}
.store-selector-popup-table tbody .location .location-name {
  font-size: 18px;
}
.store-selector-popup-table tbody .location + .location {
  border-top: 1px solid #ccc;
}
.store-selector-popup-table tbody .col-location-details {
  padding-left: 0;
}
.store-selector-popup-table tbody .col-location-details p:last-child {
  margin-bottom: 0;
}
.store-selector-popup-table tbody .col-location-actions {
  padding-right: 0;
  vertical-align: middle;
}
.store-selector-popup-table tbody .col-location-actions .action {
  float: right;
}
.store-selector-popup-empty-query,
.store-selector-popup-no-locations {
  margin: 0 0 24px;
}
/**
 * Copyright 2014 Adobe
 * All Rights Reserved.
 */
.lac-notification-sticky {
  position: relative;
  z-index: 999;
}
.lac-notification-sticky .lac-notification {
  background-color: #373330;
  color: #fff;
  font-size: 16px;
}
.lac-notification-sticky .lac-notification .lac-notification-icon {
  float: left;
  margin: 10px 25px 10px 10px;
}
.lac-notification-sticky .lac-notification .lac-notification-icon .logo-img {
  display: block;
}
.lac-notification-sticky .lac-notification .lac-notification-text {
  float: left;
  padding: 15px 0;
}
.lac-notification-sticky .lac-notification .lac-notification-links {
  float: right;
  padding: 15px 0;
}
.lac-notification-sticky .lac-notification .lac-notification-links a {
  color: #fff;
  font-size: 14px;
}
.lac-notification-sticky .lac-notification .lac-notification-links .lac-notification-close-link:after {
  background: url('../../frontend/bluesky/bluesky_kalles_default/en_US/Magento_LoginAsCustomerFrontendUi/images/close.svg');
  content: ' ';
  display: inline-block;
  height: 12px;
  margin-left: 5px;
  vertical-align: middle;
  width: 12px;
}
@font-face {
  font-family: 'pagebuilder-font';
  font-style: normal;
  font-weight: normal;
  src: url('../../frontend/bluesky/bluesky_kalles_default/en_US/Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.eot');
  src: url('../../frontend/bluesky/bluesky_kalles_default/en_US/Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.eot?#iefix') format('embedded-opentype'), url('../../frontend/bluesky/bluesky_kalles_default/en_US/Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.woff') format('woff'), url('../../frontend/bluesky/bluesky_kalles_default/en_US/Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.ttf') format('truetype');
}
.pagebuilder-icon,
.slick-prev:before,
.slick-next:before,
.slick-prev:after,
.slick-next:after {
  -webkit-font-smoothing: antialiased;
  font-family: 'pagebuilder-font';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
}
[class^='pagebuilder-icon-']:before,
[class*=' pagebuilder-icon-']:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-family: 'pagebuilder-font';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
  text-decoration: inherit;
  text-rendering: auto;
  text-transform: none;
  vertical-align: middle;
}
.pagebuilder-icon-down:before {
  content: '\f101';
}
.pagebuilder-icon-next:before {
  content: '\f102';
}
.pagebuilder-icon-prev:before {
  content: '\f103';
}
.pagebuilder-icon-up:before {
  content: '\f104';
}
.product-full-width-section {
  padding: 0.5em 0;
}
.product-full-width-section .block.review-add {
  margin-top: 2.7rem;
}
.page-layout-product-full-width .block.related {
  margin-top: 2.7rem;
}
.page-main-details .product-section-title {
  border-bottom: 1px solid #c6c6c6;
  margin-bottom: 15px;
  padding-bottom: 12px;
}
.additional-attributes-wrapper .additional-attributes {
  border: none;
  width: auto;
}
.additional-attributes-wrapper .additional-attributes > tbody > tr > th {
  border: none;
  padding: 5.5px 30px 10px 0;
}
.additional-attributes-wrapper .additional-attributes > tbody > tr > td {
  border: none;
  padding: 5.5px 5px 10px;
}
.cms-index-index.page-layout-cms-full-width .nav-sections {
  margin-bottom: 0;
}
.slick-slider {
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-touch-action: pan-y;
  -ms-user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  box-sizing: border-box;
  display: block;
  position: relative;
  touch-action: pan-y;
  user-select: none;
}
.slick-list {
  display: block;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
}
.slick-track {
  display: block;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 0;
}
.slick-track:before,
.slick-track:after {
  content: '';
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  border: 1px solid transparent;
  display: block;
  height: auto;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-prev {
  left: 2rem;
}
.slick-prev:before {
  content: '\f103';
  padding-right: 5px;
}
.slick-next {
  right: 2rem;
}
.slick-next:before {
  content: '\f102';
  padding-left: 5px;
}
.slick-prev,
.slick-next {
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  background: rgba(252, 252, 252, 0.6);
  border: none;
  border-radius: 0;
  color: transparent;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 60px;
  line-height: 0;
  outline: none;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 60px;
  z-index: 101;
}
.slick-prev.slick-disabled,
.slick-next.slick-disabled {
  opacity: 0.2;
}
.slick-prev:hover,
.slick-next:hover {
  background: #fcfcfc;
  border: none;
}
.slick-prev:hover.slick-disabled,
.slick-next:hover.slick-disabled {
  opacity: 0.2;
}
.slick-prev:hover:before,
.slick-next:hover:before {
  color: #494949;
}
.slick-prev:before,
.slick-next:before,
.slick-prev:after,
.slick-next:after {
  color: #555;
  font-size: 38px;
  opacity: 1;
}
.slick-prev:active,
.slick-next:active,
.slick-prev:focus,
.slick-next:focus,
.slick-prev:not(.primary),
.slick-next:not(.primary) {
  background: rgba(252, 252, 252, 0.7);
  border: none;
  box-shadow: none;
}
.slick-prev:active:active,
.slick-next:active:active,
.slick-prev:focus:active,
.slick-next:focus:active,
.slick-prev:not(.primary):active,
.slick-next:not(.primary):active {
  box-shadow: none;
}
.slick-dots {
  font-size: 1.4rem;
  line-height: normal;
  letter-spacing: normal;
  display: block;
  list-style: none;
  margin: 0;
  padding: 15px 0;
  text-align: center;
  width: 100%;
}
.slick-dots li {
  cursor: pointer;
  display: inline-block;
  height: 14px;
  margin: 0 5px;
  padding: 0;
  position: relative;
  vertical-align: middle;
  width: 14px;
}
.slick-dots li button,
.slick-dots li .cart.table-wrapper .actions-toolbar > .action {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 10px;
  box-shadow: none;
  cursor: pointer;
  display: block;
  height: 14px;
  padding: 0;
  text-indent: -99999px;
  transition: 0.3s;
  width: 14px;
}
.slick-dots li button:hover,
.slick-dots li .cart.table-wrapper .actions-toolbar > .action:hover {
  border: 1px solid #b3b3b3;
}
.slick-dots li button:active,
.slick-dots li button:focus,
.slick-dots li button:not(.primary),
.slick-dots li .cart.table-wrapper .actions-toolbar > .action:active,
.slick-dots li .cart.table-wrapper .actions-toolbar > .action:focus,
.slick-dots li .cart.table-wrapper .actions-toolbar > .action:not(.primary) {
  box-shadow: none;
}
.slick-dots li.slick-active button,
.slick-dots li.slick-active .cart.table-wrapper .actions-toolbar > .action {
  background: #1c1918;
}
[data-content-type='banner'] > [data-element='link'],
[data-content-type='banner'] > [data-element='empty_link'] {
  color: inherit;
  text-decoration: inherit;
}
[data-content-type='banner'] > [data-element='link']:hover,
[data-content-type='banner'] > [data-element='empty_link']:hover {
  color: inherit;
  text-decoration: inherit;
}
.pagebuilder-banner-wrapper {
  background-clip: padding-box;
  border-radius: inherit;
  box-sizing: border-box;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.pagebuilder-banner-wrapper .pagebuilder-overlay {
  -moz-transition: background-color 500ms ease;
  -o-transition: background-color 500ms ease;
  -webkit-transition: background-color 500ms ease;
  box-sizing: border-box;
  padding: 30px;
  position: relative;
  transition: background-color 500ms ease;
}
.pagebuilder-banner-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay {
  align-items: center;
  display: flex;
  justify-content: center;
}
.pagebuilder-banner-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
  max-width: 540px;
}
.pagebuilder-banner-wrapper.jarallax .video-overlay {
  z-index: 0;
}
.pagebuilder-banner-wrapper [data-element='content'] {
  min-height: 50px;
  overflow: auto;
}
.pagebuilder-banner-wrapper .pagebuilder-banner-button {
  -moz-transition: opacity 500ms ease;
  -o-transition: opacity 500ms ease;
  -webkit-transition: opacity 500ms ease;
  margin: 20px 0 0 0;
  max-width: 100%;
  text-align: inherit;
  transition: opacity 500ms ease;
  word-break: break-word;
}
.pagebuilder-banner-wrapper .pagebuilder-poster-content {
  width: 100%;
}
[data-appearance='collage-centered'] .pagebuilder-banner-wrapper .pagebuilder-overlay {
  margin-left: auto;
  margin-right: auto;
}
[data-appearance='collage-left'] .pagebuilder-banner-wrapper .pagebuilder-overlay {
  margin-right: auto;
}
[data-appearance='collage-right'] .pagebuilder-banner-wrapper .pagebuilder-overlay {
  margin-left: auto;
}
[data-content-type$='block'] .block p:last-child {
  margin-bottom: 1rem;
  margin-top: 0;
}
[data-content-type='buttons'] {
  max-width: 100%;
}
[data-content-type='button-item'] {
  max-width: 100%;
}
[data-content-type='button-item'] [data-element='link'],
[data-content-type='button-item'] [data-element='empty_link'] {
  max-width: 100%;
  word-wrap: break-word;
}
[data-content-type='button-item'] [data-element='empty_link'] {
  cursor: default;
}
a.pagebuilder-button-link,
button.pagebuilder-button-link,
div.pagebuilder-button-link,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-link {
  line-height: 2.24rem;
  font-size: 1.4rem;
  line-height: 1.75;
  margin: 0 10px 10px 0;
  padding: 7px 25px;
  color: var(--link__color);
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  font-weight: 600;
  box-shadow: none;
  box-sizing: border-box;
  display: inline-block;
}
a.pagebuilder-button-link:visited,
button.pagebuilder-button-link:visited,
div.pagebuilder-button-link:visited,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-link:visited {
  color: var(--link__color);
  text-decoration: none;
}
a.pagebuilder-button-link:hover,
button.pagebuilder-button-link:hover,
div.pagebuilder-button-link:hover,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-link:hover {
  color: var(--link__hover__color);
  text-decoration: none;
}
a.pagebuilder-button-link:active,
button.pagebuilder-button-link:active,
div.pagebuilder-button-link:active,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-link:active {
  color: #222;
  text-decoration: none;
}
a.pagebuilder-button-link:hover,
button.pagebuilder-button-link:hover,
div.pagebuilder-button-link:hover,
a.pagebuilder-button-link:active,
button.pagebuilder-button-link:active,
div.pagebuilder-button-link:active,
a.pagebuilder-button-link:focus,
button.pagebuilder-button-link:focus,
div.pagebuilder-button-link:focus,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-link:hover,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-link:active,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-link:focus {
  background: none;
  border: 0;
}
a.pagebuilder-button-link.disabled,
button.pagebuilder-button-link.disabled,
div.pagebuilder-button-link.disabled,
a.pagebuilder-button-link[disabled],
button.pagebuilder-button-link[disabled],
div.pagebuilder-button-link[disabled],
fieldset[disabled] a.pagebuilder-button-link,
fieldset[disabled] button.pagebuilder-button-link,
fieldset[disabled] div.pagebuilder-button-link,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-link.disabled,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-link[disabled],
fieldset[disabled] .cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-link {
  color: var(--link__color);
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
a.pagebuilder-button-primary,
button.pagebuilder-button-primary,
div.pagebuilder-button-primary,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary {
  text-decoration: none;
  background-image: none;
  background: var(--theme__color__primary);
  border: 2px solid var(--theme__color__primary);
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: inherit;
  font-weight: var(--button__font-weight);
  margin: 0 10px 10px 0;
  box-sizing: border-box;
  vertical-align: middle;
  line-height: 2.24rem;
  padding: 7px 25px;
  font-size: 1.4rem;
  border-radius: var(--button__border-radius);
  box-shadow: none;
}
a.pagebuilder-button-primary:hover,
button.pagebuilder-button-primary:hover,
div.pagebuilder-button-primary:hover,
a.pagebuilder-button-primary:active,
button.pagebuilder-button-primary:active,
div.pagebuilder-button-primary:active,
a.pagebuilder-button-primary:focus,
button.pagebuilder-button-primary:focus,
div.pagebuilder-button-primary:focus,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary:hover,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary:active,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary:focus {
  text-decoration: none;
}
a.pagebuilder-button-primary:focus,
button.pagebuilder-button-primary:focus,
div.pagebuilder-button-primary:focus,
a.pagebuilder-button-primary:active,
button.pagebuilder-button-primary:active,
div.pagebuilder-button-primary:active,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary:focus,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary:active {
  background: var(--theme__color__primary);
  border: 2px solid var(--theme__color__primary);
  color: #fff;
}
a.pagebuilder-button-primary:hover,
button.pagebuilder-button-primary:hover,
div.pagebuilder-button-primary:hover,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary:hover {
  background: var(--theme__color__primary);
  border: 2px solid var(--theme__color__primary);
  color: #fff;
}
a.pagebuilder-button-primary.disabled,
button.pagebuilder-button-primary.disabled,
div.pagebuilder-button-primary.disabled,
a.pagebuilder-button-primary[disabled],
button.pagebuilder-button-primary[disabled],
div.pagebuilder-button-primary[disabled],
fieldset[disabled] a.pagebuilder-button-primary,
fieldset[disabled] button.pagebuilder-button-primary,
fieldset[disabled] div.pagebuilder-button-primary,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary.disabled,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary[disabled],
fieldset[disabled] .cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
a.pagebuilder-button-secondary,
button.pagebuilder-button-secondary,
div.pagebuilder-button-secondary,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-secondary {
  text-decoration: none;
  background-image: none;
  background: var(--button__background);
  border: 2px solid var(--button__color);
  color: var(--button__color);
  cursor: pointer;
  display: inline-block;
  font-family: inherit;
  font-weight: var(--button__font-weight);
  margin: 0 10px 10px 0;
  box-sizing: border-box;
  vertical-align: middle;
  line-height: 2.24rem;
  padding: 7px 25px;
  font-size: 1.4rem;
  border-radius: var(--button__border-radius);
  box-shadow: none;
}
a.pagebuilder-button-secondary:hover,
button.pagebuilder-button-secondary:hover,
div.pagebuilder-button-secondary:hover,
a.pagebuilder-button-secondary:active,
button.pagebuilder-button-secondary:active,
div.pagebuilder-button-secondary:active,
a.pagebuilder-button-secondary:focus,
button.pagebuilder-button-secondary:focus,
div.pagebuilder-button-secondary:focus,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-secondary:hover,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-secondary:active,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-secondary:focus {
  text-decoration: none;
}
a.pagebuilder-button-secondary:focus,
button.pagebuilder-button-secondary:focus,
div.pagebuilder-button-secondary:focus,
a.pagebuilder-button-secondary:active,
button.pagebuilder-button-secondary:active,
div.pagebuilder-button-secondary:active,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-secondary:focus,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-secondary:active {
  background: var(--button__hover__background);
  border: 2px solid var(--theme__color__primary);
  color: var(--button__hover__color);
}
a.pagebuilder-button-secondary:hover,
button.pagebuilder-button-secondary:hover,
div.pagebuilder-button-secondary:hover,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-secondary:hover {
  background: var(--button__hover__background);
  border: 2px solid var(--theme__color__primary);
  color: var(--button__hover__color);
}
a.pagebuilder-button-secondary.disabled,
button.pagebuilder-button-secondary.disabled,
div.pagebuilder-button-secondary.disabled,
a.pagebuilder-button-secondary[disabled],
button.pagebuilder-button-secondary[disabled],
div.pagebuilder-button-secondary[disabled],
fieldset[disabled] a.pagebuilder-button-secondary,
fieldset[disabled] button.pagebuilder-button-secondary,
fieldset[disabled] div.pagebuilder-button-secondary,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-secondary.disabled,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-secondary[disabled],
fieldset[disabled] .cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-secondary {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.pagebuilder-column {
  box-sizing: border-box;
}
[data-content-type='heading'] {
  word-wrap: break-word;
}
[data-content-type='html'] {
  word-wrap: break-word;
}
figure[data-content-type='image'] {
  box-sizing: border-box;
}
figure[data-content-type='image'] > [data-element='link'],
figure[data-content-type='image'] > [data-element='link'] img {
  border-radius: inherit;
}
figure[data-content-type='image'] figcaption {
  word-wrap: break-word;
}
[data-content-type='map'] {
  box-sizing: border-box;
  height: 300px;
}
[data-content-type='row'] li.product-item {
  text-align: left;
}
.pagebuilder-column .widget-product-grid .product-item {
  max-width: 100%;
  min-width: 50px;
}
.pagebuilder-column .widget-product-grid .product-item .price-box {
  word-wrap: break-word;
}
.pagebuilder-column .widget-product-grid .product-item .price-box .price {
  white-space: normal;
}
.pagebuilder-column .widget-product-grid .product-item .product-item-actions .actions-primary {
  display: inline-block;
  max-width: 100%;
}
.pagebuilder-column .widget-product-grid .product-item .product-item-actions .actions-secondary {
  display: inline-block;
  width: auto;
}
.pagebuilder-column .widget-product-grid .product-item .product-item-actions .tocart {
  max-width: 100%;
  white-space: normal;
}
.pagebuilder-column [data-content-type='products'] .block.widget .products-grid .widget-product-grid.product-items .product-item {
  width: 200px;
}
[data-content-type='products'][data-appearance='carousel'] .slick-initialized li.product-item {
  display: block;
}
[data-content-type='products'][data-appearance='carousel'] .slick-initialized li.product-item:first-child {
  visibility: visible;
}
[data-content-type='products'][data-appearance='carousel'] .product-item-info {
  width: auto;
}
[data-content-type='products'][data-appearance='carousel'] li.product-item {
  display: none;
}
[data-content-type='products'][data-appearance='carousel'] li.product-item:first-child {
  display: block;
  visibility: hidden;
}
[data-content-type='products'][data-appearance='carousel'].center-mode .product-item {
  opacity: 0.5;
  transition: all 300ms ease;
}
[data-content-type='products'][data-appearance='carousel'].center-mode .product-item:hover {
  opacity: 1;
}
[data-content-type='products'][data-appearance='carousel'].center-mode .slick-current .product-item {
  opacity: 1;
}
[data-content-type='row'][data-appearance='contained'] {
  box-sizing: border-box;
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: var(--layout__max-width);
}
[data-content-type='row'][data-appearance='contained'] [data-element='inner'] {
  box-sizing: border-box;
}
[data-content-type='row'][data-appearance='full-bleed'] {
  box-sizing: border-box;
}
[data-content-type='row'][data-appearance='full-width'] {
  box-sizing: border-box;
}
[data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  max-width: var(--layout__max-width);
  width: 100%;
}
[data-content-type='slide'] {
  box-sizing: border-box;
  line-height: 20px;
  min-height: inherit;
  overflow: hidden;
}
[data-content-type='slide'] > [data-element='link'],
[data-content-type='slide'] > [data-element='empty_link'] {
  color: inherit;
  min-height: inherit;
  text-decoration: inherit;
}
[data-content-type='slide'] > [data-element='link']:hover,
[data-content-type='slide'] > [data-element='empty_link']:hover {
  color: inherit;
  text-decoration: inherit;
}
[data-content-type='slide'] + [data-content-type='slide'] {
  height: 0;
  min-height: 0;
}
.slick-slider [data-content-type='slide'] + [data-content-type='slide'] {
  height: initial;
  min-height: inherit;
}
.pagebuilder-slide-wrapper {
  border-radius: inherit;
  box-sizing: border-box;
  min-height: inherit;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.pagebuilder-slide-wrapper .jarallax-viewport-element {
  height: 100%;
  left: -15000vw;
  position: absolute;
  top: 0;
  width: 1px;
  z-index: 100;
}
.slick-current .pagebuilder-slide-wrapper .jarallax-viewport-element {
  left: 0;
}
.pagebuilder-slide-wrapper.jarallax .video-overlay {
  -webkit-transform: unset;
  z-index: 1;
}
.pagebuilder-slide-wrapper.jarallax .pagebuilder-overlay {
  position: relative;
  z-index: 2;
}
.pagebuilder-slide-wrapper.jarallax [id*='jarallax-container'] > div,
.pagebuilder-slide-wrapper.jarallax [id*='jarallax-container'] > img,
.pagebuilder-slide-wrapper.jarallax [id*='jarallax-container'] > video,
.pagebuilder-slide-wrapper.jarallax [id*='jarallax-container'] > iframe {
  margin: auto !important;
  transform: none !important;
}
.pagebuilder-slide-wrapper .pagebuilder-overlay {
  -moz-transition: background-color 500ms ease;
  -o-transition: background-color 500ms ease;
  -webkit-transition: background-color 500ms ease;
  border-radius: inherit;
  box-sizing: border-box;
  padding: 30px;
  transition: background-color 500ms ease;
}
.pagebuilder-slide-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: inherit;
}
.pagebuilder-slide-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
  max-width: 540px;
}
.pagebuilder-slide-wrapper [data-element='content'] {
  min-height: 50px;
  overflow: auto;
}
.pagebuilder-slide-wrapper .pagebuilder-slide-button {
  -moz-transition: opacity 500ms ease;
  -o-transition: opacity 500ms ease;
  -webkit-transition: opacity 500ms ease;
  margin: 20px 0 0 0;
  max-width: 100%;
  text-align: inherit;
  transition: opacity 500ms ease;
  word-break: break-word;
}
.pagebuilder-slide-wrapper .pagebuilder-poster-content {
  width: 100%;
}
[data-appearance='collage-centered'] .pagebuilder-slide-wrapper .pagebuilder-overlay {
  margin-left: auto;
  margin-right: auto;
}
[data-appearance='collage-left'] .pagebuilder-slide-wrapper .pagebuilder-overlay {
  margin-right: auto;
}
[data-appearance='collage-right'] .pagebuilder-slide-wrapper .pagebuilder-overlay {
  margin-left: auto;
}
div[data-content-type='slider'] {
  visibility: hidden;
}
div[data-content-type='slider'].slick-initialized {
  visibility: visible;
}
div[data-content-type='slider'] .slick-list,
div[data-content-type='slider'] .slick-track,
div[data-content-type='slider'] .slick-slide {
  min-height: inherit;
}
div[data-content-type='slider'] .slick-list > div,
div[data-content-type='slider'] .slick-track > div,
div[data-content-type='slider'] .slick-slide > div {
  line-height: 0;
  min-height: inherit;
  overflow: hidden;
  width: 100%;
}
div[data-content-type='slider'] a.button {
  -moz-appearance: button;
  -webkit-appearance: button;
  appearance: button;
  color: initial;
  padding: 10px;
  text-decoration: none;
}
div[data-content-type='tabs'] .tabs-navigation {
  display: block;
  font-size: 0;
  margin: 0 0 -1px;
  padding: 0;
}
div[data-content-type='tabs'] .tabs-navigation li:first-child {
  margin-left: 0 !important;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header {
  background: #f6f6f6;
  border: 1px solid #ccc;
  border-bottom: 0;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow-wrap: break-word;
  position: relative;
  word-wrap: break-word;
  z-index: 1;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header:not(:first-child) {
  margin-left: -1px;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title {
  border-right: 0;
  color: #000;
  cursor: pointer !important;
  display: block;
  font-size: 14px;
  font-weight: 600;
  padding: 1.4rem 2rem;
  position: relative;
  transition: all 0.3s;
  vertical-align: middle;
  white-space: normal;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title span.tab-title {
  display: block;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title:hover {
  text-decoration: none;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header:last-child {
  border-right: 1px solid #ccc;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header.ui-state-active {
  background: #fff;
  z-index: 19;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header.ui-state-active a.tab-title {
  position: relative;
  transition: all 0.3s;
}
div[data-content-type='tabs'] .tabs-content {
  border: 1px solid #ccc;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  z-index: 9;
}
div[data-content-type='tabs'] .tabs-content [data-content-type='tab-item'] {
  box-sizing: border-box;
  min-height: inherit;
}
div[data-content-type='tabs'] .tabs-content [data-content-type='tab-item']:not(:first-child) {
  display: none;
}
div[data-content-type='tabs'].tab-align-left .tabs-content {
  border-top-left-radius: 0 !important;
}
div[data-content-type='tabs'].tab-align-right .tabs-content {
  border-top-right-radius: 0 !important;
}
div[data-content-type='text'] {
  word-wrap: break-word;
}
div[data-content-type='video'] {
  font-size: 0;
}
div[data-content-type='video'] .pagebuilder-video-inner {
  box-sizing: border-box;
  display: inline-block;
  width: 100%;
}
div[data-content-type='video'] .pagebuilder-video-container {
  border-radius: inherit;
  overflow: hidden;
  padding-top: 56.25%;
  position: relative;
}
div[data-content-type='video'] iframe,
div[data-content-type='video'] video {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.jarallax {
  position: relative;
  z-index: 0;
}
.jarallax > .jarallax-img {
  font-family: 'object-fit: cover;', sans-serif;
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.jarallax-video-fallback {
  transform: scale3d(0, 0, 0);
}
.jarallax .video-overlay {
  -webkit-transform: translate3d(0, 0, 0);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -99;
}
.jarallax [id*='jarallax-container'] video,
.jarallax [id*='jarallax-container'] iframe {
  visibility: hidden;
}
.cms-content-important {
  background-color: #f5f5f5;
  color: #333;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.1;
  margin: 0 0 35px -20px;
  padding: 20px;
}
.pagebuilder-full-width {
  float: left;
  width: 100%;
}
.pagebuilder-content-type {
  box-sizing: border-box;
  margin-bottom: 20px;
}
.pagebuilder-accordion {
  margin: 0;
  padding: 0;
}
.pagebuilder-accordion > .item.title {
  box-sizing: border-box;
  float: none;
  width: 100%;
}
.pagebuilder-accordion > .item.title > .switch {
  display: block;
}
.pagebuilder-accordion > .item.content {
  box-sizing: border-box;
  display: block;
  float: none;
  margin: 0;
}
.pagebuilder-accordion > .item.content:before,
.pagebuilder-accordion > .item.content:after {
  content: '';
  display: table;
}
.pagebuilder-accordion > .item.content:after {
  clear: both;
}
.pagebuilder-accordion > .item.content.active {
  display: block;
}
.pagebuilder-accordion > .item.title {
  margin: 0 0 6px;
}
.pagebuilder-accordion > .item.title > .switch {
  background: #f6f6f6;
  border-bottom: 1px solid transparent;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  border-top: 1px solid transparent;
  padding: 1.3rem 24px 1.3rem 24px;
  font-weight: 500;
  font-size: 1.4rem;
  color: #222;
  text-decoration: none;
}
.pagebuilder-accordion > .item.title > .switch:visited {
  color: #222;
  text-decoration: none;
}
.pagebuilder-accordion > .item.title > .switch:hover {
  color: #fff;
  text-decoration: none;
}
.pagebuilder-accordion > .item.title > .switch:active {
  color: #fff;
  text-decoration: none;
}
.pagebuilder-accordion > .item.title:not(.disabled) > .switch:focus,
.pagebuilder-accordion > .item.title:not(.disabled) > .switch:hover {
  background: var(--theme__color__primary);
}
.pagebuilder-accordion > .item.title:not(.disabled) > .switch:active,
.pagebuilder-accordion > .item.title.active > .switch,
.pagebuilder-accordion > .item.title.active > .switch:focus,
.pagebuilder-accordion > .item.title.active > .switch:hover {
  background: var(--theme__color__primary);
  color: #fff;
  text-decoration: none;
  padding-bottom: 1.3rem;
}
.pagebuilder-accordion > .item.content {
  background: var(--theme__color__primary);
  border: 0;
  margin: 0 0 6px;
  padding: 3rem 0 0 0;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form-discount .g-recaptcha {
  margin-top: 50px !important;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.login-container .g-recaptcha,
.form-login .g-recaptcha,
.form-edit-account .g-recaptcha {
  margin-bottom: 10px !important;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.required-captcha.checkbox {
  position: absolute;
  display: block;
  visibility: visible;
  overflow: hidden;
  opacity: 0;
  width: 1px;
  height: 1px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.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;
}
.amslick-slider-container {
  /* phpcs:ignore Magento2.Less.SemicolonSpacing.NotAtEnd */
}
.amslick-slider-container .slick-dots li button:focus,
.amslick-slider-container .slick-dots li button:hover,
.amslick-slider-container .slick-list:focus,
.amslick-slider-container .slick-dots li .cart.table-wrapper .actions-toolbar > .action:focus,
.amslick-slider-container .slick-dots li .cart.table-wrapper .actions-toolbar > .action:hover {
  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;
}
.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: 36px;
}
.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 6px;
  padding: 0;
  position: relative;
  width: 20px;
}
.amslick-slider-container .slick-dots li button,
.amslick-slider-container .slick-slider .slick-arrow,
.amslick-slider-container .slick-dots li .cart.table-wrapper .actions-toolbar > .action {
  box-shadow: none;
  cursor: pointer;
  display: block;
  outline: 0;
}
.amslick-slider-container .slick-dots li button,
.amslick-slider-container .slick-dots li .cart.table-wrapper .actions-toolbar > .action {
  background: 0 0;
  border: 0;
  color: transparent;
  font-size: 0;
  height: 20px;
  line-height: 0;
  padding: 6px;
  width: 20px;
}
.amslick-slider-container .slick-dots li button:focus:before,
.amslick-slider-container .slick-dots li button:hover:before,
.amslick-slider-container .slick-dots li .cart.table-wrapper .actions-toolbar > .action:focus:before,
.amslick-slider-container .slick-dots li .cart.table-wrapper .actions-toolbar > .action:hover:before {
  opacity: 1;
}
.amslick-slider-container .slick-dots li button:before,
.amslick-slider-container .slick-dots li .cart.table-wrapper .actions-toolbar > .action:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: #000;
  content: '•';
  font-size: 16px;
  height: 20px;
  left: 0;
  line-height: 20px;
  opacity: 0.25;
  position: absolute;
  text-align: center;
  top: 0;
  width: 20px;
}
.amslick-slider-container .slick-dots li.slick-active button:before,
.amslick-slider-container .slick-dots li.slick-active .cart.table-wrapper .actions-toolbar > .action:before {
  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);
  }
}
.aminstafeed-post-wrapper {
  padding-right: 30px;
}
.aminstafeed-post-wrapper .instagram-media,
.aminst-feed .instagram-media {
  min-width: auto !important;
  padding: 1px !important;
}
.aminst-feed-wrapper {
  padding: 0 0 25px 0;
  position: relative;
}
.aminst-feed-title {
  flex-basis: 100%;
  font-size: 16px;
  margin: 20px 0;
  padding: 0 0 10px 0;
  position: relative;
  text-align: center;
}
.aminst-feed-title:after {
  background: #dadada;
  bottom: 0;
  content: '';
  height: 2px;
  left: 0;
  margin: 0 auto;
  max-width: 106px;
  position: absolute;
  right: 0;
  width: 100%;
}
.aminst-feed-link {
  transition: 0.1s all ease-in;
  -webkit-transition: 0.1;
  -moz-transition: 0.1;
  -ms-transition: 0.1;
  transition: 0.1;
  display: block;
  height: 100%;
  overflow: hidden;
}
.aminst-feed-img {
  transition: 0.3s all ease-in;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  height: 100%;
  width: 100%;
}
.aminst-feed-comment-cont {
  display: none;
}
.aminst-feed-post {
  opacity: 0;
  transform: translate(0, -100%);
  animation: slide-top 0.3s forwards;
  box-sizing: border-box;
  height: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
}
@keyframes slide-top {
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
.aminst-feed-post.-thumbnail {
  max-height: 150px;
  max-width: 150px;
  width: 100%;
}
.aminst-feed-post.-thumbnail .aminst-feed-review {
  margin: 0 0 10px 0;
}
.aminst-feed-post.-thumbnail .aminst-feed-caption {
  font-size: 12px;
}
.aminst-relation-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: 0.2s all ease-in;
  -webkit-transition: 0.2;
  -moz-transition: 0.2;
  -ms-transition: 0.2;
  transition: 0.2;
  background: transparent;
  bottom: 0;
  color: #fff;
  font-size: 11px;
  line-height: 1;
  min-height: 35px;
  padding: 0 10px;
  position: absolute;
  right: 0;
  width: 15px;
}
.aminst-relation-link:hover {
  text-decoration: none;
}
.aminst-relation-link .aminst-title {
  color: #fff;
  display: none;
  line-height: 1.3;
  max-width: 80%;
  overflow: hidden;
  text-align: left;
}
.aminst-relation-link .aminst-button {
  background-color: #22c9ee;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHZpZXdCb3g9IjAgMCAxNyAxMCI+ICA8ZGVmcy8+ICA8cGF0aCBmaWxsPSIjZmZmIiBzdHJva2U9IiNmZmYiIHN0cm9rZS13aWR0aD0iLjMiIGQ9Ik04LjUwMTcxIDFjLTQuMDc3NTkgMC03LjMxNDIgNC4wMDQ4NS03LjQ1MDU3IDQuMTc3NTktLjA2ODE4Ny4wODE4My0uMDY4MTg3LjIwMDAyIDAgLjI4MTg0LjEzNjM3LjE3Mjc0IDMuMzcyOTggNC4xNzc1OSA3LjQ1MDU3IDQuMTc3NTlzNy4zMTQxOS00LjAwNDg1IDcuNDUwNTktNC4xNzc1OWMuMDYzNi0uMDgxODIuMDYzNi0uMjAwMDEgMC0uMjgxODRDMTUuODE1OSA1LjAwNDg1IDEyLjU3OTMgMSA4LjUwMTcxIDF6bTAgOC4xODI0NGMtMy40NDExNyAwLTYuMzU5NTgtMy4xNTAyNC02Ljk3NzgxLTMuODYzOTMuNjE4MjMtLjcxMzY5IDMuNTM2NjQtMy44NjM5MyA2Ljk3NzgxLTMuODYzOTMgMy40NDExOSAwIDYuMzU5NTkgMy4xNTAyNCA2Ljk3Nzc5IDMuODYzOTMtLjYxODIuNzEzNjktMy41MzIxIDMuODYzOTMtNi45Nzc3OSAzLjg2MzkzeiIvPiAgPHBhdGggZmlsbD0iI2ZmZiIgc3Ryb2tlPSIjZmZmIiBzdHJva2Utd2lkdGg9Ii4zIiBkPSJNOC41MDE3NSAyLjUxMzc1Yy0xLjU0NTU3IDAtMi44MDQ3NiAxLjI1OTE4LTIuODA0NzYgMi44MDQ3NiAwIDEuNTQ1NTcgMS4yNTkxOSAyLjgwNDc2IDIuODA0NzYgMi44MDQ3NiAxLjU0NTU1IDAgMi44MDQ3NS0xLjI1OTE5IDIuODA0NzUtMi44MDQ3NiAwLTEuNTQ1NTgtMS4yNTkyLTIuODA0NzYtMi44MDQ3NS0yLjgwNDc2em0wIDUuMTU0OTRjLTEuMjk1NTUgMC0yLjM1MDE4LTEuMDU0NjMtMi4zNTAxOC0yLjM1MDE4IDAtMS4yOTU1NiAxLjA1NDYzLTIuMzUwMTggMi4zNTAxOC0yLjM1MDE4czIuMzUwMTUgMS4wNTQ2MiAyLjM1MDE1IDIuMzUwMThjMCAxLjI5NTU1LTEuMDU0NiAyLjM1MDE4LTIuMzUwMTUgMi4zNTAxOHoiLz48L3N2Zz4=);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20px;
  border: 0;
  border-radius: 100px;
  bottom: 10px / 2;
  box-shadow: 0 2px 4px rgba(19, 112, 179, 0.25);
  color: #fff;
  font-size: 0;
  height: 25px;
  left: initial;
  min-height: auto;
  padding: 0;
  position: absolute;
  right: 10px / 2;
  width: 25px;
}
.aminst-relation-wrap {
  display: inline-block;
  width: 100%;
}
.aminst-relation-wrap .aminst-relation-link {
  margin: -12px 0 0;
  outline: 1px solid #008eff;
  position: relative;
  width: 100%;
}
.aminst-relation-wrap .aminst-relation-link .aminst-title {
  display: -webkit-box;
}
.aminst-relation-wrap .aminst-relation-link:hover .aminst-button {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHZpZXdCb3g9IjAgMCAzMSA4Ij4gIDxkZWZzLz4gIDxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0zMC4zNTM2IDQuMzUzNTZjLjE5NTItLjE5NTI3LjE5NTItLjUxMTg1IDAtLjcwNzExTDI3LjE3MTYuNDY0NDY4Yy0uMTk1My0uMTk1MjYyLS41MTE5LS4xOTUyNjItLjcwNzEgMC0uMTk1My4xOTUyNjMtLjE5NTMuNTExODQ1IDAgLjcwNzExMkwyOS4yOTI5IDRsLTIuODI4NCAyLjgyODQzYy0uMTk1My4xOTUyNi0uMTk1My41MTE4NCAwIC43MDcxMS4xOTUyLjE5NTI2LjUxMTguMTk1MjYuNzA3MSAwbDMuMTgyLTMuMTgxOTh6TS00ZS04IDQuNUgzMHYtMUg0ZS04bC04ZS04IDF6Ii8+PC9zdmc+);
  right: 10px;
  width: 35px;
}
.aminst-relation-wrap .aminst-relation-link .aminst-button {
  background-color: transparent;
  box-shadow: none;
  border-radius: inherit;
  bottom: initial;
  background-size: contain;
  white-space: nowrap;
  position: absolute;
  right: 15px;
  font-size: 0;
  width: 30px;
  height: 15px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHZpZXdCb3g9IjAgMCAyNiA4Ij4gIDxkZWZzLz4gIDxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0yNS4zNTM2IDQuMzUzNTZjLjE5NTItLjE5NTI3LjE5NTItLjUxMTg1IDAtLjcwNzExTDIyLjE3MTYuNDY0NDY4Yy0uMTk1My0uMTk1MjYyLS41MTE5LS4xOTUyNjItLjcwNzEgMC0uMTk1My4xOTUyNjItLjE5NTMuNTExODQ1IDAgLjcwNzEwMkwyNC4yOTI5IDRsLTIuODI4NCAyLjgyODQzYy0uMTk1My4xOTUyNi0uMTk1My41MTE4NCAwIC43MDcxMS4xOTUyLjE5NTI2LjUxMTguMTk1MjYuNzA3MSAwbDMuMTgyLTMuMTgxOTh6TS00ZS04IDQuNUgyNXYtMUg0ZS04bC04ZS04IDF6Ii8+PC9zdmc+);
}
.aminst-feed-post.-low_resolution {
  max-height: 320px;
  max-width: 320px;
  width: 100%;
}
.aminst-feed-post.-low_resolution .aminst-feed-caption {
  max-height: 64%;
}
.aminst-feed-post.-standard_resolution {
  max-height: 640px;
  max-width: 640px;
  width: 100%;
}
.aminst-feed-btn {
  transition: 0.1s all ease-in;
  -webkit-transition: 0.1;
  -moz-transition: 0.1;
  -ms-transition: 0.1;
  transition: 0.1;
  align-content: center;
  align-items: center;
  background: #fff;
  border: 1px solid #1787e0;
  border-radius: 2px;
  box-shadow: none;
  color: #1787e0;
  display: inline-flex;
  font-size: 16px;
  justify-content: center;
  margin: 20px 0 0;
  max-width: 270px;
  text-align: center;
  width: 100%;
}
.aminst-feed-btn:not(.primary) {
  box-shadow: none;
}
.aminst-feed-btn:hover,
.aminst-feed-btn:focus,
.aminst-feed-btn:active {
  background: #1787e0;
  border-color: #1787e0;
  color: #fff;
}
.aminst-feed-btn:focus,
.aminst-feed-btn:active {
  transform: translateY(2px);
}
.aminsta-load-dot {
  background: #fff;
}
.aminst-feed-btn-text {
  transition: 0.1s all ease-in;
  -webkit-transition: 0.1;
  -moz-transition: 0.1;
  -ms-transition: 0.1;
  transition: 0.1;
}
.ie11 .aminst-relation-link .aminst-title {
  padding: 10px 10px 10px 0;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ie11 .aminst-feed-post:not(.-thumbnail) .aminst-feed-link:hover + .aminst-relation-link .aminst-title,
.ie11 .aminst-feed-post:not(.-thumbnail) .aminst-feed-link.-hovered + .aminst-relation-link .aminst-title {
  padding: 15px 10px 15px 0;
}
.ie11 .aminst-feed-post:not(.-thumbnail) .aminst-relation-link .aminst-button {
  bottom: 30%;
}
.aminst-feed-watch {
  -webkit-font-smoothing: antialiased;
  align-items: center;
  bottom: 0;
  display: flex;
  flex-direction: column;
  font-size: 14px;
  justify-content: center;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
._am-hide {
  display: block !important;
  overflow: hidden !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 0 !important;
  height: 0 !important;
  opacity: 0 !important;
}
._am-slide-top {
  opacity: 0;
  transform: translate(0, -100%);
  animation: slide-top 0.3s forwards;
}
@keyframes slide-top {
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
.aminst-button-arrow {
  background-color: transparent;
  box-shadow: none;
  border-radius: inherit;
  bottom: initial;
  background-size: contain;
  white-space: nowrap;
  position: absolute;
  right: 15px;
  font-size: 0;
  width: 30px;
  height: 15px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHZpZXdCb3g9IjAgMCAyNiA4Ij4gIDxkZWZzLz4gIDxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0yNS4zNTM2IDQuMzUzNTZjLjE5NTItLjE5NTI3LjE5NTItLjUxMTg1IDAtLjcwNzExTDIyLjE3MTYuNDY0NDY4Yy0uMTk1My0uMTk1MjYyLS41MTE5LS4xOTUyNjItLjcwNzEgMC0uMTk1My4xOTUyNjItLjE5NTMuNTExODQ1IDAgLjcwNzEwMkwyNC4yOTI5IDRsLTIuODI4NCAyLjgyODQzYy0uMTk1My4xOTUyNi0uMTk1My41MTE4NCAwIC43MDcxMS4xOTUyLjE5NTI2LjUxMTguMTk1MjYuNzA3MSAwbDMuMTgyLTMuMTgxOTh6TS00ZS04IDQuNUgyNXYtMUg0ZS04bC04ZS04IDF6Ii8+PC9zdmc+);
}
@keyframes aminsta-load-1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes aminsta-load-2 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
.aminst-loader-wrapper {
  display: inline-flex;
}
.aminst-loader-wrapper.-progress .aminst-loader-content {
  display: block !important;
  overflow: hidden !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 0 !important;
  height: 0 !important;
  opacity: 0 !important;
}
.aminst-loader-dot {
  display: inline-block;
  margin: 5px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #008eff;
  animation-timing-function: cubic-bezier(0, 2, 2, 0);
}
.aminst-loader-dot:nth-child(1) {
  left: -50%;
  animation: aminsta-load-1 0.8s infinite;
}
.aminst-loader-dot:nth-child(2) {
  left: -25%;
  animation: aminsta-load-1 0.8s infinite;
  animation-delay: 0.1s;
}
.aminst-loader-dot:nth-child(3) {
  left: 0;
  animation: aminsta-load-1 0.8s infinite;
  animation-delay: 0.2s;
}
.aminst-loader-dot:nth-child(4) {
  left: 25%;
  animation: aminsta-load-1 0.8s infinite;
  animation-delay: 0.3s;
}
.aminst-feed-wrapper .fancyambox-bg {
  background: rgba(255, 255, 255, 0.8);
  opacity: 1;
}
.aminst-feed-wrapper .fancyambox-close-small {
  display: flex;
  justify-content: center;
  align-items: center;
}
.aminst-feed-wrapper .fancyambox-close-small:after {
  content: none;
}
.aminst-feed-wrapper .fancyambox-close-small:before {
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMTUiIHZpZXdCb3g9IjAgMCAxNSAxNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTE1IDEuMTYzMTRMMTMuODM2NCAwTDcuNSA2LjMzNzI5TDEuMTYzNTcgMEwwIDEuMTYyNzFMNi4zMzcyOSA3LjVMMC4wMDA4NTcxNDMgMTMuODM3M0wxLjE2MzU3IDE1TDcuNSA4LjY2MzE0TDEzLjgzNjQgMTQuOTk5NkwxNC45OTgzIDEzLjgzNjlMOC42NjI3MSA3LjVMMTUgMS4xNjMxNFoiIGZpbGw9IiM1NzU4NTUiLz48L3N2Zz4=);
  content: '';
  transition: 0.3s all ease-in;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  height: 15px;
  right: 15px;
  top: 15px;
  width: 15px;
}
.aminst-feed-wrapper .fancyambox-close-small:hover {
  background: none;
  border: none;
  box-shadow: none;
}
.aminst-feed-wrapper .fancyambox-close-small:hover:before {
  background-color: transparent;
  filter: contrast(5);
}
.aminst-feed-wrapper .fancyambox-inner .aminst-feed-post {
  display: flex;
  border: none;
  flex-direction: column;
}
.aminst-feed-wrapper .fancyambox-inner .instagram-media {
  max-width: 100%;
  min-width: auto;
}
.aminst-feed-wrapper .fancyambox-inner .aminst-feed-single-post {
  border: none;
  border-radius: 6px;
  box-shadow: 0 5px 16px rgba(18, 36, 50, 0.2);
  max-width: 420px;
  padding: 25px 30px;
}
.aminst-feed-wrapper .fancyambox-inner .aminst-feed-single-post .aminst-feed-post {
  margin: 0;
}
.aminst-token-icon {
  position: relative;
}
.aminst-token-icon:after {
  position: absolute;
  top: calc(50% - 8px);
  left: 100%;
  display: block;
  overflow: hidden;
  margin: 0 0 0 10px;
  width: 20px;
  color: #008000;
  content: '\e62d';
  font-size: 16px;
  font-family: 'Admin Icons';
  line-height: 1;
  pointer-events: none;
  user-select: none;
  speak: none;
}
.aminst-feed-grid-container .aminst-feed-posts {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  overflow: hidden;
}
.aminst-feed-grid-container {
  text-align: center;
}
.aminst-feed-link {
  display: flex;
}
.aminst-feed-collage-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.aminst-feed-collage-container .aminst-feed-posts {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.aminst-feed-collage-container .aminst-feed-title {
  flex-basis: 100%;
}
.aminst-feed-collage-container .aminst-feed-link {
  display: flex;
}
.aminst-feed-single-post {
  border: 1px solid #ccc;
  display: inline-block;
  max-width: 100%;
}
.aminst-feed-single-post a {
  color: #000;
  text-decoration: none;
}
.aminst-feed-single-post .aminst-feed-single-header {
  align-items: center;
  display: flex;
  padding: 10px;
}
.aminst-feed-single-post .aminst-feed-single-header .aminst-feed-icon {
  background: linear-gradient(40deg, #fcb045 15%, #fd1d1d 50%, #bc1888 85%);
  border-radius: 50%;
  box-sizing: border-box;
  display: block;
  height: 48px;
  margin-right: 12px;
  padding: 4px;
  width: 48px;
}
.aminst-feed-single-post .aminst-feed-single-header .aminst-feed-icon .aminsta-feed-user-icon {
  border-radius: 50%;
  box-shadow: 0 0 0 2px #fff;
  display: block;
  height: 40px;
  width: 40px;
}
.aminst-feed-single-post .aminst-feed-single-header .aminst-feed-user-info .aminst-feed-user-info-name a {
  color: #000;
  font-weight: 600;
}
.aminst-feed-single-post .aminst-feed-single-footer {
  padding: 0 10px;
}
.aminst-feed-single-post .aminst-feed-single-footer .aminst-feed-view-more {
  border-bottom: 1px solid #ccc;
  font-weight: 600;
  padding: 15px 0;
}
.aminst-feed-single-post .aminst-feed-single-footer .aminst-feed-view-more a {
  color: #008eff;
}
.aminst-feed-single-post .aminst-feed-single-footer .amints-feed-likes {
  font-weight: 600;
  padding: 15px 0;
}
.aminst-feed-single-post .aminst-feed-single-footer .amints-feed-caption {
  font-size: 0;
  padding-bottom: 10px;
}
.aminst-feed-single-post .aminst-feed-single-footer .amints-feed-caption div {
  display: inline;
  font-size: 1.4rem;
}
.aminst-feed-single-post .aminst-feed-single-footer .amints-feed-caption .amints-feed-caption-userlink {
  font-weight: 600;
}
.aminst-feed-single-post .aminst-feed-single-footer .amints-feed-caption .amints-feed-caption-more-button {
  cursor: pointer;
}
.aminst-feed-single-post .aminst-feed-single-footer .amints-feed-caption .amints-feed-caption-more-text {
  display: none;
}
.aminst-feed-single-post .aminst-feed-user-info-followers,
.aminst-feed-single-post .amints-feed-caption-more-button {
  color: #737373;
}
.aminst-feed-slider-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto;
}
.aminst-feed-slider-container .swiper-pagination {
  padding-bottom: 35px;
  position: static;
}
.aminst-feed-slider-container .swiper-pagination-bullet {
  height: 6px;
  margin: 0 6px;
  width: 6px;
}
.aminst-feed-slider-container .swiper-pagination-bullet-active {
  background: #000000;
}
.aminst-feed-slider-container .swiper-container {
  height: 100%;
  overflow: hidden;
  width: 100%;
}
.aminst-feed-slider-container .swiper-slide {
  align-items: center;
  display: flex;
  height: auto;
  justify-content: center;
  text-align: center;
}
.aminst-feed-slider-container .aminst-feed-post {
  border-color: transparent;
  border-style: solid;
  border-width: 0;
}
.aminst-feed-slider-container .aminst-feed-link {
  display: flex;
  width: 100%;
}
.aminst-feed-slider-container .aminst-feed-img {
  object-fit: cover;
}
.aminst-feed-slider-container .aminst-feed-img.-low_resolution {
  max-height: 320px;
  max-width: 320px;
  width: 100%;
}
.aminst-feed-slider-container .aminst-feed-img.-low_resolution .aminst-feed-caption {
  max-height: 64%;
}
.aminst-feed-slider-container .aminst-feed-img.-standard_resolution {
  max-height: 640px;
  max-width: 640px;
  width: 100%;
}
.aminst-feed-slider-container .aminst-feed-img.-thumbnail {
  max-height: 150px;
  max-width: 150px;
  width: 100%;
}
.aminst-feed-slider-container .swiper-button-next,
.aminst-feed-slider-container .swiper-button-prev {
  background-repeat: no-repeat;
  z-index: 2;
}
.aminst-feed-slider-container .swiper-button-next:after,
.aminst-feed-slider-container .swiper-button-prev:after {
  content: '';
}
.aminst-feed-slider-container .swiper-button-next.swiper-button-disabled,
.aminst-feed-slider-container .swiper-button-prev.swiper-button-disabled {
  opacity: 1;
}
.aminst-feed-slider-container .swiper-button-next {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pjxzdmcgdmlld0JveD0iMCAwIDUxMiA1MTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHRpdGxlLz48ZyBkYXRhLW5hbWU9IjEiIGlkPSJfMSI+PHBhdGggZD0iTTIwMi4xLDQ1MGExNSwxNSwwLDAsMS0xMC42LTI1LjYxTDM2NS43OSwyNTAuMSwxOTEuNSw3NS44MUExNSwxNSwwLDAsMSwyMTIuNzEsNTQuNmwxODQuOSwxODQuOWExNSwxNSwwLDAsMSwwLDIxLjIxbC0xODQuOSwxODQuOUExNSwxNSwwLDAsMSwyMDIuMSw0NTBaIi8+PC9nPjwvc3ZnPg==);
  background-position: right;
}
.aminst-feed-slider-container .swiper-button-prev {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pjxzdmcgdmlld0JveD0iMCAwIDUxMiA1MTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHRpdGxlLz48ZyBkYXRhLW5hbWU9IjEiIGlkPSJfMSI+PHBhdGggZD0iTTM1Myw0NTBhMTUsMTUsMCwwLDEtMTAuNjEtNC4zOUwxNTcuNSwyNjAuNzFhMTUsMTUsMCwwLDEsMC0yMS4yMUwzNDIuMzksNTQuNmExNSwxNSwwLDEsMSwyMS4yMiwyMS4yMUwxODkuMzIsMjUwLjEsMzYzLjYxLDQyNC4zOUExNSwxNSwwLDAsMSwzNTMsNDUwWiIvPjwvZz48L3N2Zz4=);
  background-position: left;
}
/**
 * Avalara_AvaTax
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Open Software License (OSL 3.0)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/osl-3.0.php
 *
 * @copyright  Copyright (c) 2016 Avalara, Inc.
 * @license    http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
 */
/**
 * Avalara_AvaTax
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Open Software License (OSL 3.0)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/osl-3.0.php
 *
 * @copyright  Copyright (c) 2016 Avalara, Inc.
 * @license    http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
 */
.validateAddressForm .form.validate,
.validateBinding .form.validate,
.checkout-validate-address .form.validate {
  display: flex;
  flex-wrap: wrap;
}
.validateAddressForm .form.validate .addressOption,
.validateBinding .form.validate .addressOption,
.checkout-validate-address .form.validate .addressOption {
  display: flex;
  margin: 20px 10px 0 10px;
  flex: 1 0 auto;
}
.validateAddressForm .form.validate .addressOption .addressLabel,
.validateBinding .form.validate .addressOption .addressLabel,
.checkout-validate-address .form.validate .addressOption .addressLabel {
  flex: 1;
  cursor: pointer;
  display: block;
  padding: 10px 10px 10px 30px;
  left: -10px;
  position: relative;
}
.validateAddressForm .form.validate .addressOption .addressLabel .optionTitle,
.validateBinding .form.validate .addressOption .addressLabel .optionTitle,
.checkout-validate-address .form.validate .addressOption .addressLabel .optionTitle {
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 5px;
}
.validateAddressForm .form.validate .addressOption .addressRadio,
.validateBinding .form.validate .addressOption .addressRadio,
.checkout-validate-address .form.validate .addressOption .addressRadio {
  flex: 0;
  right: -10px;
  top: 10px;
  display: table;
  position: relative;
}
.validateAddressForm .form.validate .addressOption.selected,
.validateBinding .form.validate .addressOption.selected,
.checkout-validate-address .form.validate .addressOption.selected {
  outline: 1px solid #ccc;
  background: #f5f5f5;
}
.validateAddressForm .legend,
.validateBinding .legend,
.checkout-validate-address .legend {
  margin: 0;
  padding: 0;
  border-bottom: none;
}
.validateAddressForm .legend .step-title,
.validateBinding .legend .step-title,
.checkout-validate-address .legend .step-title {
  padding-bottom: 15px;
}
.validateAddressForm .validatedAddress,
.validateBinding .validatedAddress,
.checkout-validate-address .validatedAddress {
  margin-top: 10px;
  padding: 10px;
  outline: 1px solid #ccc;
  background: #f5f5f5;
}
.validateAddressForm .address-field-changed,
.validateBinding .address-field-changed,
.checkout-validate-address .address-field-changed {
  text-decoration: none;
  background-color: #93EE9E;
}
.validateAddressForm .errorMessageContainer .instructions p,
.validateBinding .errorMessageContainer .instructions p,
.checkout-validate-address .errorMessageContainer .instructions p,
.validateAddressForm .errorMessageContainer .originalAddressText,
.validateBinding .errorMessageContainer .originalAddressText,
.checkout-validate-address .errorMessageContainer .originalAddressText {
  margin: 10px 0 ;
  padding: 10px;
  outline: 1px solid #ccc;
  background: #f5f5f5;
}
.validateAddressForm .instructions,
.validateBinding .instructions,
.checkout-validate-address .instructions {
  margin-top: 10px;
}
.validateAddressForm .instructions a:hover,
.validateBinding .instructions a:hover,
.checkout-validate-address .instructions a:hover {
  cursor: pointer;
}
.validateAddressForm,
.validateBinding {
  display: none;
}
.multishipping-checkout .form.validate .addressOption {
  margin: 0 10px 10px 0;
}
.items.payment-methods .certificates {
  text-align: center;
  padding-bottom: 10px;
}
.totals-tax.certificate-links {
  display: flex;
  flex-direction: column;
}
.totals-tax.certificate-links a {
  display: inline-block;
}
.cart-totals tbody .totals-tax-details:not(.custom-tax) th,
.table-totals tbody .totals-tax-details:not(.custom-tax) th.mark {
  padding-left: 10px;
}
.customs-explanation {
  clear: both;
  padding-top: 20px;
}
.avatax-certificate-dialog {
  background-image: url('../../frontend/bluesky/bluesky_kalles_default/en_US/Avalara_AvaTax/images/loader.gif');
  background-repeat: no-repeat;
  background-position: center top;
  min-height: 200px;
}
.avatax-certificate-dialog #gencert_loading {
  display: none !important;
}
.account.avatax-certificates-index .page-title-wrapper {
  display: flex;
  margin-bottom: 25px;
  align-items: center;
  justify-content: space-between;
}
.account.avatax-certificates-index .page-title-wrapper:before,
.account.avatax-certificates-index .page-title-wrapper:after {
  display: none;
}
.account.avatax-certificates-index .page-title-wrapper .page-title {
  margin: 0;
}
.totals-tax-summary.totals-tax-holder {
  transform: translateY(100%);
}
.totals-tax-details.custom-tax {
  transform: translateY(-100%);
}
.einvoice-download-section {
  margin: 2rem 0;
  padding: 2rem;
  background: #f5f5f5;
  border: 1px solid #cccccc;
}
.einvoice-download-section .admin__field {
  margin-bottom: 1.5rem;
}
.einvoice-download-section .admin__field-label {
  font-weight: 600;
  margin-bottom: 0.5rem;
  display: block;
}
.einvoice-download-section .admin__control-select {
  width: 100%;
  max-width: 400px;
  height: 32px;
  padding: 4px 8px;
}
.einvoice-download-section .actions-toolbar {
  margin-top: 1.5rem;
}
.bfb-checkbox-item,
.bfb-radio-item {
  margin-top: 0.7rem;
}
.mgz-control-radio,
.mgz-control-checkbox {
  cursor: pointer;
  opacity: 0.01;
  overflow: hidden;
  position: absolute !important;
  vertical-align: top;
}
.mgz-control-radio:after,
.mgz-control-checkbox:after {
  display: none;
}
.mgz-control-radio + label,
.mgz-control-checkbox + label {
  cursor: pointer;
  display: inline-block;
  vertical-align: sub;
}
.mgz-control-radio + label:before,
.mgz-control-checkbox + label:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  /* Better Font Rendering =========== */
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'Magezon-Icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #FFF;
  border: 1px solid #adadad;
  color: transparent;
  float: left;
  height: 1.6rem;
  text-align: center;
  vertical-align: top;
  width: 1.6rem;
}
.mgz-control-radio + label,
.mgz-control-checkbox + label {
  padding-left: 2.2rem;
}
.mgz-control-radio + label:before,
.mgz-control-checkbox + label:before {
  margin: 1px 0 0 -2.2rem;
}
.mgz-control-radio:checked + label:before,
.mgz-control-checkbox:checked + label:before {
  color: #514943;
}
.mgz-control-radio.disabled + label,
.mgz-control-checkbox.disabled + label,
.mgz-control-radio[disabled] + label,
.mgz-control-checkbox[disabled] + label {
  color: #303030;
  cursor: default;
  opacity: 0.5;
}
.mgz-control-radio.disabled + label:before,
.mgz-control-checkbox.disabled + label:before,
.mgz-control-radio[disabled] + label:before,
.mgz-control-checkbox[disabled] + label:before {
  background-color: #e9e9e9;
  border-color: #adadad;
  cursor: default;
}
._keyfocus .mgz-control-radio:not([disabled]):focus + label:before,
._keyfocus .mgz-control-checkbox:not([disabled]):focus + label:before,
._keyfocus .mgz-control-radio:not(.disabled):focus + label:before,
._keyfocus .mgz-control-checkbox:not(.disabled):focus + label:before {
  border-color: #007bdb;
}
.mgz-control-radio:not([disabled]):hover + label:before,
.mgz-control-checkbox:not([disabled]):hover + label:before,
.mgz-control-radio:not(.disabled):hover + label:before,
.mgz-control-checkbox:not(.disabled):hover + label:before {
  border-color: #878787;
}
.mgz-control-radio + label:before {
  border-radius: 1.6rem;
  content: '';
  transition: border-color 0.1s linear, color 0.1s ease-in;
}
.mgz-control-radio.mgz-control-radio + label:before {
  line-height: 140%;
}
.mgz-control-radio:checked + label {
  position: relative;
}
.mgz-control-radio:checked + label:after {
  background-color: #514943;
  border-radius: 50%;
  content: '';
  height: 10px;
  left: 3px;
  position: absolute;
  top: 4px;
  width: 10px;
}
.mgz-control-radio:checked:not([disabled]):hover,
.mgz-control-radio:checked:not(.disabled):hover {
  cursor: default;
}
.mgz-control-radio:checked:not([disabled]):hover + label,
.mgz-control-radio:checked:not(.disabled):hover + label {
  cursor: default;
}
.mgz-control-radio:checked:not([disabled]):hover + label:before,
.mgz-control-radio:checked:not(.disabled):hover + label:before {
  border-color: #adadad;
}
.mgz-control-checkbox + label:before {
  border-radius: 1px;
  content: '';
  font-size: 0;
  transition: font-size 0.1s ease-out, color 0.1s ease-out, border-color 0.1s linear;
}
.mgz-control-checkbox:checked + label:before {
  content: '\e62d';
  font-size: 1.1rem;
  line-height: 125%;
}
.mgz__actions-switch {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.admin__field-control .mgz__actions-switch {
  line-height: 3.2rem;
}
.mgz__actions-switch + .admin__field-service {
  min-width: 34rem;
}
.mgz__actions-switch-checkbox {
  position: absolute !important;
}
._disabled .mgz__actions-switch-checkbox + .mgz__actions-switch-label,
.mgz__actions-switch-checkbox.disabled + .mgz__actions-switch-label {
  cursor: not-allowed;
  opacity: 0.5;
  pointer-events: none;
}
.mgz__actions-switch-checkbox:checked + .mgz__actions-switch-label:before {
  left: 15px;
}
.mgz__actions-switch-checkbox:checked + .mgz__actions-switch-label:after {
  background: #79a22e;
}
.mgz__actions-switch-checkbox:checked + .mgz__actions-switch-label .mgz__actions-switch-text:before {
  content: attr(data-text-on);
}
._error .mgz__actions-switch-checkbox + .mgz__actions-switch-label:before,
._error .mgz__actions-switch-checkbox + .mgz__actions-switch-label:after {
  border-color: #e22626;
}
.mgz__actions-switch-label {
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  cursor: pointer;
  display: inline-block;
  height: 22px;
  line-height: 22px;
  position: relative;
  user-select: none;
  vertical-align: middle;
}
.mgz__actions-switch-label:before,
.mgz__actions-switch-label:after {
  left: 0;
  position: absolute;
  right: auto;
  top: 0;
}
.mgz__actions-switch-label:before {
  background: #fff;
  border: 1px solid #aaa6a0;
  border-radius: 100%;
  content: '';
  display: block;
  height: 22px;
  transition: left 0.2s ease-in 0s;
  width: 22px;
  z-index: 1;
}
.mgz__actions-switch-label:after {
  background: #e3e3e3;
  border: 1px solid #aaa6a0;
  border-radius: 12px;
  content: '';
  display: block;
  height: 22px;
  transition: background 0.2s ease-in 0s;
  width: 37px;
  z-index: 0;
}
.mgz__actions-switch-text:before {
  content: attr(data-text-off);
  padding-left: 47px;
  white-space: nowrap;
}
.mgzFlex,
.mgz-newsletter-form-inline,
.mgz-newsletter-form-inline2,
.mgz-newsletter-form-inline .mgz-newsletter-fields,
.mgz-newsletter-form-inline2 .mgz-newsletter-fields {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.mgz-invisible {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.magezon-icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'Magezon-Icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.MgzFontAwesome {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.mgz-text-left {
  text-align: left;
}
.mgz-text-right {
  text-align: right;
}
.mgz-text-center {
  text-align: center;
}
.mgz-text-justify {
  text-align: justify;
}
.mgz-hidden {
  display: none;
}
.mgz-hide {
  display: none;
}
.mgz-visible {
  display: block;
}
.mgz_fit {
  width: 1% !important;
}
.mgz_center {
  text-align: center;
}
/* gobal popup-ajaxsuite style */
.block-authentication .block-customer-login .block-form-login .block-content .form-login .control .username,
.block-authentication .block-customer-login .block-form-login .block-content .form-login .control .password {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.block-authentication .block-customer-login .block-form-login .block-content .form-login .labeltoken {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.hside_opened {
  overflow: hidden;
}
.modal-popup .action-close,
.modal-custom .action-close,
.modal-slide .action-close {
  padding: 0;
}
.modal-popup .action-close:before,
.modal-custom .action-close:before,
.modal-slide .action-close:before {
  display: none;
}
.popup-ajaxsuite {
  max-width: 76rem;
  margin: auto;
}
.popup-ajaxsuite.modal-popup._inner-scroll .modal-inner-wrap {
  min-width: unset;
}
.popup-ajaxsuite.modal-popup._inner-scroll .modal-inner-wrap .modal-content {
  padding: 0;
}
.popup-ajaxsuite .block-customer-login {
  padding: 0 !important;
}
.popup-ajaxsuite .block-customer-login .block-content {
  padding: 3rem;
}
.popup-ajaxsuite #mb-ajaxsuite-popup-wrapper {
  padding: 2rem;
}
.popup-ajaxsuite .block-form-login .block-title,
.popup-ajaxsuite .pupup-suc-added-to-your-bag {
  text-transform: uppercase;
  font-weight: var(--heading__font-weight__base);
  background-color: #fff;
  color: #222;
  text-align: left;
  letter-spacing: 1px;
  padding: 1.3rem 0 1.3rem 1.8rem;
  border: 1px solid #e6e6e6;
  border-top: 0;
  position: relative;
  margin-bottom: 0;
}
.popup-ajaxsuite .block-form-login .block-title strong,
.popup-ajaxsuite .pupup-suc-added-to-your-bag strong {
  color: #222;
}
.popup-ajaxsuite .block-form-login .block-title:after,
.popup-ajaxsuite .pupup-suc-added-to-your-bag:after {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.modals-wrapper .modal-popup._inner-scroll {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.modals-wrapper .modal-popup._inner-scroll .modal-inner-wrap {
  width: fit-content;
  position: relative;
  box-shadow: none;
  transform: none;
  border-radius: 0;
}
.modals-wrapper .modal-popup._inner-scroll .modal-inner-wrap .modal-header {
  padding: 0;
}
.modals-wrapper .modal-popup._inner-scroll .modal-inner-wrap .modal-content {
  border-radius: 0;
}
.modals-wrapper .modal-popup._inner-scroll .modal-inner-wrap .modal-content .block-authentication {
  border-radius: 0;
}
.modals-wrapper .modal-popup._inner-scroll .modal-inner-wrap .modal-content .block-authentication .block-title {
  font-size: 1.4rem;
}
.modals-wrapper .modal-popup._inner-scroll .modal-inner-wrap .modal-content .form-login .fieldset {
  margin-bottom: 0;
}
.modals-wrapper .modal-popup._inner-scroll .modal-inner-wrap .modal-content .form-login .fieldset label {
  text-transform: uppercase;
  font-size: 1.2rem;
  color: #999999;
  display: inline-block;
  margin-bottom: 4px;
}
.modals-wrapper .modal-popup._inner-scroll .modal-inner-wrap .modal-content .form-login .password .action {
  display: block;
  text-align: right;
  margin-top: 0.5rem;
  color: #999;
}
.modals-wrapper .modal-popup._inner-scroll .modal-inner-wrap .modal-content .form-login .actions-toolbar > .primary {
  float: none;
  display: block;
  margin-bottom: 1.7rem;
}
.modals-wrapper .modal-popup._inner-scroll .modal-inner-wrap .modal-content .form-login .actions-toolbar > .primary button,
.modals-wrapper .modal-popup._inner-scroll .modal-inner-wrap .modal-content .form-login .actions-toolbar > .primary .cart.table-wrapper .actions-toolbar > .action {
  border-radius: 0;
}
.modals-wrapper .modal-popup._inner-scroll .modal-inner-wrap .modal-content .form-login .actions-toolbar .action-register,
.modals-wrapper .modal-popup._inner-scroll .modal-inner-wrap .modal-content .form-login .actions-toolbar .action-login {
  display: block;
  width: 100%;
  text-align: center;
  float: none;
}
.modals-wrapper .modal-popup._inner-scroll .modal-inner-wrap .modal-content .form-login .actions-toolbar .action-register {
  margin-top: 1.5rem;
}
#mb-ajaxsuite-popup-wrapper {
  text-align: center;
}
#mb-ajaxsuite-popup-wrapper .photo.image {
  max-width: 35.5rem;
  width: 100%;
  height: 100%;
}
#mb-ajaxsuite-popup-wrapper .product-name {
  margin-top: 1rem;
  margin-bottom: 1.5rem;
}
#mb-ajaxsuite-popup-wrapper .product-name strong {
  color: var(--heading__color__base);
  display: block;
  margin-bottom: 6px;
  font-size: 1.6rem;
}
#mb-ajaxsuite-popup-wrapper .product-name .greycolor {
  color: #999;
  font-size: 14px;
}
#mb-ajaxsuite-popup-wrapper .ajaxsuite-buttons button,
#mb-ajaxsuite-popup-wrapper .ajaxsuite-buttons .cart.table-wrapper .actions-toolbar > .action {
  display: block;
  width: 100%;
}
#mb-ajaxsuite-popup-wrapper .wrapper-success .pupup-suc-added-to-your-bag {
  top: -2rem;
  margin-left: -2rem;
  margin-right: -2rem;
}
#mb-ajaxsuite-popup-wrapper .wrapper-success .product-information {
  margin-bottom: 3rem;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  flex-wrap: wrap;
  flex-wrap: nowrap;
}
#mb-ajaxsuite-popup-wrapper .wrapper-success .product-information .product-infor {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: space-between;
}
#mb-ajaxsuite-popup-wrapper .wrapper-success .product-information .product-name {
  margin: 0;
  text-align: left;
}
#mb-ajaxsuite-popup-wrapper .wrapper-success .product-information .product-name .pupup-suc-added-to-your-bag {
  font-weight: var(--heading__color__base);
  margin-bottom: 1rem;
  font-size: 1.6rem;
  color: var(--heading__color__base);
}
#mb-ajaxsuite-popup-wrapper .wrapper-success .product-information .product-name .pupup-suc-added-ajax-cart-qty-price {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  margin-top: 0.7rem;
  font-size: 1.6rem;
  color: var(--heading__color__base);
}
#mb-ajaxsuite-popup-wrapper .wrapper-success .product-information .product-name .pupup-suc-added-ajax-cart-qty-price .pupup-suc-added-ajax-cart-qty {
  margin-top: 0.8rem;
  font-size: 1.4rem;
}
.action.towishlist.loading,
.action.tocompare.loading,
.action.link-quickview.loading,
.action.towishlist.disabled,
.action.tocompare.disabled,
.action.link-quickview.disabled {
  opacity: 1;
}
.action.towishlist.loading:before,
.action.tocompare.loading:before,
.action.link-quickview.loading:before,
.action.towishlist.disabled:before,
.action.tocompare.disabled:before,
.action.link-quickview.disabled:before {
  content: "" !important;
  border: 1px solid;
  color: transparent;
  width: 14px;
  height: 14px;
  border-radius: 50px;
  border-color: #5f5f5f #797979 #ccc #fff;
  line-height: 1;
  -webkit-animation: spin 0.4s infinite linear;
  -moz-animation: spin 0.4s infinite linear;
  -ms-animation: spin 0.4s infinite linear;
  animation: spin 0.4s infinite linear;
  display: inline-block;
}
.action.tocart span {
  position: relative;
}
.action.tocart span:before {
  content: "" !important;
  border: 1px solid;
  color: transparent;
  width: 14px;
  height: 14px;
  border-radius: 50px;
  border-color: #5f5f5f #797979 #ccc #fff;
  line-height: 1;
  -webkit-animation: spin 0.4s infinite linear;
  -moz-animation: spin 0.4s infinite linear;
  -ms-animation: spin 0.4s infinite linear;
  animation: spin 0.4s infinite linear;
  display: inline-block;
  margin-right: 3px;
  opacity: 0;
  position: relative;
  top: 2px;
  left: -2px;
}
.action.tocart.loading span:before {
  opacity: 1;
}
.checkmark__circle {
  stroke-dasharray: 166;
  stroke-dashoffset: 166;
  stroke-width: 2;
  stroke-miterlimit: 10;
  stroke: #7ac142;
  fill: none;
  animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}
svg.checkmark {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: block;
  stroke-width: 2;
  stroke: #fff;
  stroke-miterlimit: 10;
  margin: 10% auto;
  box-shadow: inset 0px 0px 0px #7ac142;
  animation: fill 0.4s ease-in-out 0.4s forwards, scale 0.3s ease-in-out 0.9s both;
}
.checkmark__check {
  transform-origin: 50% 50%;
  stroke-dasharray: 48;
  stroke-dashoffset: 48;
  animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}
@keyframes wave {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes stroke {
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes scale {
  0%,
  100% {
    transform: none;
  }
  50% {
    transform: scale3d(1.1, 1.1, 1);
  }
}
@keyframes fill {
  100% {
    box-shadow: inset 0px 0px 0px 30px #7ac142;
  }
}
body header.page-header:before {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  height: 3px;
  width: 0;
  opacity: 0;
  background: var(--theme__color__primary);
  transition: width 0.25s ease-in-out;
  z-index: 100;
  pointer-events: none;
}
body.ajax_ld header.page-header:before {
  width: 40%;
  opacity: 1;
}
body.ajax_end header.page-header:before {
  width: 100%;
  opacity: 1;
}
/* Ipad and lager srceen */
/* Mobile screen */
.transition {
  transition: 0.3s all ease-in;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.bls-overlay-active:after {
  opacity: 1;
  pointer-events: initial;
}
@keyframes bls-spin {
  0% {
    transform: rotate(0);
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
  }
  100% {
    transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
  }
}
@-webkit-keyframes bls-spin {
  0% {
    transform: rotate(0);
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
  }
  100% {
    transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
  }
}
@-webkit-keyframes bls-scale {
  30% {
    transform: scale(0.3);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes bls-scale {
  30% {
    transform: scale(0.3);
  }
  100% {
    transform: scale(1);
  }
}
.bls-scale {
  -webkit-animation-name: bls-scale;
  animation-name: bls-scale;
}
@-webkit-keyframes fadeInLeftShort {
  from {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    -moz-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    transform: translateX(-100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInLeftShort {
  from {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    -moz-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    transform: translateX(-100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInLeftShort {
  -webkit-animation-name: fadeInLeftShort;
  animation-name: fadeInLeftShort;
}
@keyframes fadeOutRightShort {
  from {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translateX(100px);
    -moz-transform: translateX(100px);
    -ms-transform: translateX(100px);
    transform: translateX(100px);
  }
}
.fadeOutRightShort {
  -webkit-animation-name: fadeOutRightShort;
  animation-name: fadeOutRightShort;
}
.mfp-wrap.mfp-close-btn-in,
.modals-overlay,
.modal-custom-overlay {
  cursor: url('../../frontend/bluesky/bluesky_kalles_default/en_US/images/my-cursor.png'), pointer;
}
.slick-slider {
  padding-left: 0;
  margin-bottom: 0;
}
.slick-slider:hover .slick-prev,
.slick-slider:hover .slick-next {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.slick-prev:before,
.slick-next:before {
  font-size: 38px;
  opacity: 1;
}
.slick-prev {
  left: 0;
  -webkit-transform: translate(15px, -50%);
  -moz-transform: translate(15px, -50%);
  -ms-transform: translate(15px, -50%);
  transform: translate(15px, -50%);
}
.slick-prev:before {
  padding-right: 5px;
}
.slick-next {
  right: 0;
  -webkit-transform: translate(-15px, -50%);
  -moz-transform: translate(-15px, -50%);
  -ms-transform: translate(-15px, -50%);
  transform: translate(-15px, -50%);
}
.slick-next:before {
  padding-left: 5px;
}
div .slick-prev,
div .slick-next,
div .slick-next:not(.primary),
div .slick-prev:not(.primary) {
  opacity: 0;
  visibility: hidden;
  color: transparent;
  cursor: pointer;
  display: block;
  font-size: 0;
  line-height: 0;
  outline: none;
  padding: 0;
  position: absolute;
  top: 40%;
  z-index: 3;
}
div .slick-prev::before,
div .slick-next::before,
div .slick-next:not(.primary)::before,
div .slick-prev:not(.primary)::before {
  color: #222;
  font-size: 3.6rem;
  padding: 0;
  position: absolute;
  top: -2px;
  bottom: -2px;
  left: -2px;
  right: -2px;
}
div .slick-prev,
div .slick-next,
div .slick-next:not(.primary),
div .slick-prev:not(.primary),
div .fotorama__arr .fotorama__arr__arr {
  width: 36px;
  height: 36px;
  border: 2px solid var(--heading__color__base);
  background: transparent;
  border-radius: 50%;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
div .slick-prev:before,
div .slick-next:before,
div .slick-next:not(.primary):before,
div .slick-prev:not(.primary):before,
div .fotorama__arr .fotorama__arr__arr:before {
  font-family: 'Pe-icon-7-stroke';
  font-size: 3.6rem;
}
div .slick-prev:hover,
div .slick-next:hover,
div .slick-next:not(.primary):hover,
div .slick-prev:not(.primary):hover,
div .fotorama__arr .fotorama__arr__arr:hover,
div .slick-prev:focus,
div .slick-next:focus,
div .slick-next:not(.primary):focus,
div .slick-prev:not(.primary):focus,
div .fotorama__arr .fotorama__arr__arr:focus {
  background: var(--theme__color__primary);
  border-color: var(--theme__color__primary);
}
div .slick-prev:hover:before,
div .slick-next:hover:before,
div .slick-next:not(.primary):hover:before,
div .slick-prev:not(.primary):hover:before,
div .fotorama__arr .fotorama__arr__arr:hover:before,
div .slick-prev:focus:before,
div .slick-next:focus:before,
div .slick-next:not(.primary):focus:before,
div .slick-prev:not(.primary):focus:before,
div .fotorama__arr .fotorama__arr__arr:focus:before {
  color: #fff;
}
div .slick-prev:before,
div .fotorama__arr--prev .fotorama__arr__arr:before {
  content: "\e686";
}
div .slick-next:before,
div .fotorama__arr--next .fotorama__arr__arr:before {
  content: "\e684";
}
div .fotorama__arr .fotorama__arr__arr {
  box-sizing: content-box;
}
.slick-dots {
  font-size: 1.4rem;
  line-height: normal;
  letter-spacing: normal;
  display: block;
  list-style: none;
  margin: 2.5rem 0 0;
  text-align: center;
  width: 100%;
}
.slick-dots li {
  cursor: pointer;
  display: inline-block;
  margin: 0 5px;
  padding: 0;
  position: relative;
  vertical-align: middle;
}
.fotorama__nav--dots .fotorama__dot,
.slick-dots li button,
.slick-dots li .cart.table-wrapper .actions-toolbar > .action {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: transparent;
  border: 2px solid #222;
  box-shadow: none;
  cursor: pointer;
  display: block;
  padding: 0;
  text-indent: -99999px;
  position: relative;
  overflow: hidden;
}
.fotorama__nav--dots .fotorama__dot:after,
.slick-dots li button:after,
.slick-dots li .cart.table-wrapper .actions-toolbar > .action:after {
  content: '';
  position: absolute;
  bottom: 0;
  height: 0;
  left: 0;
  width: 100%;
  background-color: #222;
  -webkit-transition: height 0.3s;
  transition: height 0.3s;
}
.fotorama__nav--dots .fotorama__dot:hover,
.slick-dots li button:hover,
.slick-dots li .cart.table-wrapper .actions-toolbar > .action:hover {
  border: 2px solid #222;
}
.fotorama__nav--dots .fotorama__dot:hover:after,
.slick-dots li button:hover:after,
.slick-dots li .cart.table-wrapper .actions-toolbar > .action:hover:after {
  height: 100%;
}
.fotorama__nav--dots .fotorama__dot:active,
.slick-dots li button:active,
.fotorama__nav--dots .fotorama__dot:focus,
.slick-dots li button:focus,
.fotorama__nav--dots .fotorama__dot:not(.primary),
.slick-dots li button:not(.primary),
.slick-dots li .cart.table-wrapper .actions-toolbar > .action:active,
.slick-dots li .cart.table-wrapper .actions-toolbar > .action:focus,
.slick-dots li .cart.table-wrapper .actions-toolbar > .action:not(.primary) {
  box-shadow: none;
}
.slick-dots .slick-active button,
.fotorama__nav--dots .fotorama__active button,
.slick-dots .slick-active .fotorama__dot,
.fotorama__nav--dots .fotorama__active .fotorama__dot,
.slick-dots .slick-active .cart.table-wrapper .actions-toolbar > .action,
.fotorama__nav--dots .fotorama__active .cart.table-wrapper .actions-toolbar > .action {
  border-color: #222;
}
.slick-dots .slick-active button:after,
.fotorama__nav--dots .fotorama__active button:after,
.slick-dots .slick-active .fotorama__dot:after,
.fotorama__nav--dots .fotorama__active .fotorama__dot:after,
.slick-dots .slick-active .cart.table-wrapper .actions-toolbar > .action:after,
.fotorama__nav--dots .fotorama__active .cart.table-wrapper .actions-toolbar > .action:after {
  height: 100%;
  background: #222;
}
.slick-track .slick-slide {
  justify-content: flex-start;
}
.slick-track .slick-slide > div {
  width: 100%;
}
.fotorama__active .fotorama__dot {
  border: 2px solid #222 !important;
  background-color: #222 !important;
}
.slick-list {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}
.slick-list .slick-slide {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.margin_item-- .slick-list,
.margin_item-- .row,
.margin_item-- .products-list .product-item-info {
  margin-left: 0;
  margin-right: 0;
}
.margin_item-- .slick-list .slick-slide,
.margin_item-- .row .slick-slide,
.margin_item-- .products-list .product-item-info .slick-slide,
.margin_item-- .slick-list > *[class*="col"],
.margin_item-- .row > *[class*="col"],
.margin_item-- .products-list .product-item-info > *[class*="col"],
.margin_item-- .slick-list .product_item_images,
.margin_item-- .row .product_item_images,
.margin_item-- .products-list .product-item-info .product_item_images,
.margin_item-- .slick-list .product-item-details,
.margin_item-- .row .product-item-details,
.margin_item-- .products-list .product-item-info .product-item-details {
  padding-left: 0;
  padding-right: 0;
}
.margin_item--:not(.widget-product-advanced) .slick-list > *[class*="col"]:not(.has-children),
.margin_item--:not(.widget-product-advanced) .row > *[class*="col"]:not(.has-children),
.margin_item--:not(.widget-product-advanced) .products-list .product-item-info > *[class*="col"]:not(.has-children) {
  margin-bottom: 0;
}
.margin_item--10 .slick-list,
.margin_item--20 .slick-list,
[data-space-between-item="10"] .slick-list,
[data-space-between-item="20"] .slick-list,
.margin_item--10 .row,
.margin_item--20 .row,
[data-space-between-item="10"] .row,
[data-space-between-item="20"] .row,
.margin_item--10 .products-list .product-item-info,
.margin_item--20 .products-list .product-item-info,
[data-space-between-item="10"] .products-list .product-item-info,
[data-space-between-item="20"] .products-list .product-item-info {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
.margin_item--10 .slick-list .slick-slide,
.margin_item--20 .slick-list .slick-slide,
[data-space-between-item="10"] .slick-list .slick-slide,
[data-space-between-item="20"] .slick-list .slick-slide,
.margin_item--10 .row .slick-slide,
.margin_item--20 .row .slick-slide,
[data-space-between-item="10"] .row .slick-slide,
[data-space-between-item="20"] .row .slick-slide,
.margin_item--10 .products-list .product-item-info .slick-slide,
.margin_item--20 .products-list .product-item-info .slick-slide,
[data-space-between-item="10"] .products-list .product-item-info .slick-slide,
[data-space-between-item="20"] .products-list .product-item-info .slick-slide,
.margin_item--10 .slick-list > *[class*="col"],
.margin_item--20 .slick-list > *[class*="col"],
[data-space-between-item="10"] .slick-list > *[class*="col"],
[data-space-between-item="20"] .slick-list > *[class*="col"],
.margin_item--10 .row > *[class*="col"],
.margin_item--20 .row > *[class*="col"],
[data-space-between-item="10"] .row > *[class*="col"],
[data-space-between-item="20"] .row > *[class*="col"],
.margin_item--10 .products-list .product-item-info > *[class*="col"],
.margin_item--20 .products-list .product-item-info > *[class*="col"],
[data-space-between-item="10"] .products-list .product-item-info > *[class*="col"],
[data-space-between-item="20"] .products-list .product-item-info > *[class*="col"],
.margin_item--10 .slick-list > div[class*="product"],
.margin_item--20 .slick-list > div[class*="product"],
[data-space-between-item="10"] .slick-list > div[class*="product"],
[data-space-between-item="20"] .slick-list > div[class*="product"],
.margin_item--10 .row > div[class*="product"],
.margin_item--20 .row > div[class*="product"],
[data-space-between-item="10"] .row > div[class*="product"],
[data-space-between-item="20"] .row > div[class*="product"],
.margin_item--10 .products-list .product-item-info > div[class*="product"],
.margin_item--20 .products-list .product-item-info > div[class*="product"],
[data-space-between-item="10"] .products-list .product-item-info > div[class*="product"],
[data-space-between-item="20"] .products-list .product-item-info > div[class*="product"] {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.margin_item--10 .slick-list .slick-slide > div,
.margin_item--20 .slick-list .slick-slide > div,
[data-space-between-item="10"] .slick-list .slick-slide > div,
[data-space-between-item="20"] .slick-list .slick-slide > div,
.margin_item--10 .slick-list > *[class*="col"] > div,
.margin_item--20 .slick-list > *[class*="col"] > div,
[data-space-between-item="10"] .slick-list > *[class*="col"] > div,
[data-space-between-item="20"] .slick-list > *[class*="col"] > div,
.margin_item--10 .slick-list > div[class*="product"] > div,
.margin_item--20 .slick-list > div[class*="product"] > div,
[data-space-between-item="10"] .slick-list > div[class*="product"] > div,
[data-space-between-item="20"] .slick-list > div[class*="product"] > div {
  margin-bottom: 20px;
}
.margin_item--10 .slick-list .slick-slide > div:last-child,
.margin_item--20 .slick-list .slick-slide > div:last-child,
[data-space-between-item="10"] .slick-list .slick-slide > div:last-child,
[data-space-between-item="20"] .slick-list .slick-slide > div:last-child,
.margin_item--10 .slick-list > *[class*="col"] > div:last-child,
.margin_item--20 .slick-list > *[class*="col"] > div:last-child,
[data-space-between-item="10"] .slick-list > *[class*="col"] > div:last-child,
[data-space-between-item="20"] .slick-list > *[class*="col"] > div:last-child,
.margin_item--10 .slick-list > div[class*="product"] > div:last-child,
.margin_item--20 .slick-list > div[class*="product"] > div:last-child,
[data-space-between-item="10"] .slick-list > div[class*="product"] > div:last-child,
[data-space-between-item="20"] .slick-list > div[class*="product"] > div:last-child {
  margin-bottom: 0;
}
.margin_item--10 .products-list .product-item .product-item-info,
.margin_item--20 .products-list .product-item .product-item-info,
[data-space-between-item="10"] .products-list .product-item .product-item-info,
[data-space-between-item="20"] .products-list .product-item .product-item-info {
  max-width: unset;
}
.margin_item--10 .products-list .product-item:not(:last-of-type),
.margin_item--20 .products-list .product-item:not(:last-of-type),
[data-space-between-item="10"] .products-list .product-item:not(:last-of-type),
[data-space-between-item="20"] .products-list .product-item:not(:last-of-type) {
  margin-bottom: 1rem;
}
.margin_item--10:not(.widget-product-advanced) .slick-list > *[class*="col"]:not(.has-children),
.margin_item--20:not(.widget-product-advanced) .slick-list > *[class*="col"]:not(.has-children),
[data-space-between-item="10"]:not(.widget-product-advanced) .slick-list > *[class*="col"]:not(.has-children),
[data-space-between-item="20"]:not(.widget-product-advanced) .slick-list > *[class*="col"]:not(.has-children),
.margin_item--10:not(.widget-product-advanced) .row > *[class*="col"]:not(.has-children),
.margin_item--20:not(.widget-product-advanced) .row > *[class*="col"]:not(.has-children),
[data-space-between-item="10"]:not(.widget-product-advanced) .row > *[class*="col"]:not(.has-children),
[data-space-between-item="20"]:not(.widget-product-advanced) .row > *[class*="col"]:not(.has-children) {
  margin-bottom: 1rem;
}
.margin_item--10 .slick-list .slick-slide > div,
[data-space-between-item="10"] .slick-list .slick-slide > div,
.margin_item--10 .slick-list > *[class*="col"] > div,
[data-space-between-item="10"] .slick-list > *[class*="col"] > div,
.margin_item--10 .slick-list > div[class*="product"] > div,
[data-space-between-item="10"] .slick-list > div[class*="product"] > div {
  margin-bottom: 10px;
}
.margin_item--10 .slick-list .slick-slide > div:last-child,
[data-space-between-item="10"] .slick-list .slick-slide > div:last-child,
.margin_item--10 .slick-list > *[class*="col"] > div:last-child,
[data-space-between-item="10"] .slick-list > *[class*="col"] > div:last-child,
.margin_item--10 .slick-list > div[class*="product"] > div:last-child,
[data-space-between-item="10"] .slick-list > div[class*="product"] > div:last-child {
  margin-bottom: 0;
}
.margin_item--30 .slick-list,
[data-space-between-item="30"] .slick-list,
.margin_item--30 .row,
[data-space-between-item="30"] .row,
.margin_item--30 .products-list .product-item-info,
[data-space-between-item="30"] .products-list .product-item-info {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}
.margin_item--30 .slick-list .slick-slide,
[data-space-between-item="30"] .slick-list .slick-slide,
.margin_item--30 .row .slick-slide,
[data-space-between-item="30"] .row .slick-slide,
.margin_item--30 .products-list .product-item-info .slick-slide,
[data-space-between-item="30"] .products-list .product-item-info .slick-slide,
.margin_item--30 .slick-list > *[class*="col"],
[data-space-between-item="30"] .slick-list > *[class*="col"],
.margin_item--30 .row > *[class*="col"],
[data-space-between-item="30"] .row > *[class*="col"],
.margin_item--30 .products-list .product-item-info > *[class*="col"],
[data-space-between-item="30"] .products-list .product-item-info > *[class*="col"],
.margin_item--30 .slick-list > *[class*="product"],
[data-space-between-item="30"] .slick-list > *[class*="product"],
.margin_item--30 .row > *[class*="product"],
[data-space-between-item="30"] .row > *[class*="product"],
.margin_item--30 .products-list .product-item-info > *[class*="product"],
[data-space-between-item="30"] .products-list .product-item-info > *[class*="product"] {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.margin_item--30 .slick-list .slick-slide > div,
[data-space-between-item="30"] .slick-list .slick-slide > div,
.margin_item--30 .slick-list > *[class*="col"] > div,
[data-space-between-item="30"] .slick-list > *[class*="col"] > div,
.margin_item--30 .slick-list > div[class*="product"] > div,
[data-space-between-item="30"] .slick-list > div[class*="product"] > div {
  margin-bottom: 30px;
}
.margin_item--30 .slick-list .slick-slide > div:last-child,
[data-space-between-item="30"] .slick-list .slick-slide > div:last-child,
.margin_item--30 .slick-list > *[class*="col"] > div:last-child,
[data-space-between-item="30"] .slick-list > *[class*="col"] > div:last-child,
.margin_item--30 .slick-list > div[class*="product"] > div:last-child,
[data-space-between-item="30"] .slick-list > div[class*="product"] > div:last-child {
  margin-bottom: 0;
}
.margin_item--30:not(.widget-product-advanced) .slick-list > *[class*="col"]:not(.has-children),
[data-space-between-item="30"]:not(.widget-product-advanced) .slick-list > *[class*="col"]:not(.has-children),
.margin_item--30:not(.widget-product-advanced) .row > *[class*="col"]:not(.has-children),
[data-space-between-item="30"]:not(.widget-product-advanced) .row > *[class*="col"]:not(.has-children) {
  margin-bottom: 1.5rem;
}
.margin_item--30 .products-list .product-item:not(:last-of-type),
[data-space-between-item="30"] .products-list .product-item:not(:last-of-type) {
  margin-bottom: 1.5rem;
}
.margin_item--40 .slick-list,
[data-space-between-item="40"] .slick-list,
.margin_item--40 .row,
[data-space-between-item="40"] .row,
.margin_item--40 .products-list .product-item-info,
[data-space-between-item="40"] .products-list .product-item-info {
  margin-left: -1rem;
  margin-right: -1rem;
}
.margin_item--40 .slick-list .slick-slide,
[data-space-between-item="40"] .slick-list .slick-slide,
.margin_item--40 .row .slick-slide,
[data-space-between-item="40"] .row .slick-slide,
.margin_item--40 .products-list .product-item-info .slick-slide,
[data-space-between-item="40"] .products-list .product-item-info .slick-slide,
.margin_item--40 .slick-list > *[class*="col"],
[data-space-between-item="40"] .slick-list > *[class*="col"],
.margin_item--40 .row > *[class*="col"],
[data-space-between-item="40"] .row > *[class*="col"],
.margin_item--40 .products-list .product-item-info > *[class*="col"],
[data-space-between-item="40"] .products-list .product-item-info > *[class*="col"],
.margin_item--40 .slick-list > div[class*="product"],
[data-space-between-item="40"] .slick-list > div[class*="product"],
.margin_item--40 .row > div[class*="product"],
[data-space-between-item="40"] .row > div[class*="product"],
.margin_item--40 .products-list .product-item-info > div[class*="product"],
[data-space-between-item="40"] .products-list .product-item-info > div[class*="product"] {
  padding-left: 1rem;
  padding-right: 1rem;
}
.margin_item--40 .slick-list .slick-slide > div,
[data-space-between-item="40"] .slick-list .slick-slide > div,
.margin_item--40 .slick-list > *[class*="col"] > div,
[data-space-between-item="40"] .slick-list > *[class*="col"] > div,
.margin_item--40 .slick-list > div[class*="product"] > div,
[data-space-between-item="40"] .slick-list > div[class*="product"] > div {
  margin-bottom: 40px;
}
.margin_item--40 .slick-list .slick-slide > div:last-child,
[data-space-between-item="40"] .slick-list .slick-slide > div:last-child,
.margin_item--40 .slick-list > *[class*="col"] > div:last-child,
[data-space-between-item="40"] .slick-list > *[class*="col"] > div:last-child,
.margin_item--40 .slick-list > div[class*="product"] > div:last-child,
[data-space-between-item="40"] .slick-list > div[class*="product"] > div:last-child {
  margin-bottom: 0;
}
.margin_item--40:not(.widget-product-advanced) .slick-list > *[class*="col"]:not(.has-children),
[data-space-between-item="40"]:not(.widget-product-advanced) .slick-list > *[class*="col"]:not(.has-children),
.margin_item--40:not(.widget-product-advanced) .row > *[class*="col"]:not(.has-children),
[data-space-between-item="40"]:not(.widget-product-advanced) .row > *[class*="col"]:not(.has-children) {
  margin-bottom: 2rem;
}
.margin_item--40 .products-list .product-item .product-item-info,
[data-space-between-item="40"] .products-list .product-item .product-item-info {
  max-width: unset;
}
.margin_item--40 .products-list .product-item:not(:last-of-type),
[data-space-between-item="40"] .products-list .product-item:not(:last-of-type) {
  margin-bottom: 2rem;
}
.navigation .level0 .submenu a.data-bgset-image-wrapper,
.data-bgset-image-wrapper {
  padding-top: calc(100%/(0 + var(--aspect-ratio, 16/9)));
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  display: block;
}
.navigation .level0 .submenu a.data-bgset-image-wrapper .item-link,
.data-bgset-image-wrapper .item-link {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 3;
}
.navigation .level0 .submenu a.data-bgset-image-wrapper {
  transition: 0.3s all ease-in;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.lazyloaded:not(.products-image-hover) {
  -webkit-animation: 1.25s cubic-bezier(0.26, 0.54, 0.32, 1) forwards fadeIn;
  -moz-animation: 1.25s cubic-bezier(0.26, 0.54, 0.32, 1) forwards fadeIn;
  -ms-animation: 1.25s cubic-bezier(0.26, 0.54, 0.32, 1) forwards fadeIn;
  animation: 1.25s cubic-bezier(0.26, 0.54, 0.32, 1) forwards fadeIn;
}
/* fade image in while loading and show a spinner as background image (good for progressive images) */
img.lazyload,
img.lazyloading,
img.swatch-option-loading {
  margin: auto;
  height: 100%;
  background-color: var(--lazyload_bg_color);
  background-size: var(--lazyload_bg_size);
  background-repeat: no-repeat;
  background-position: center;
}
body .fotorama__spinner {
  background-size: var(--lazyload_bg_size);
  background-repeat: no-repeat;
  background-position: center;
}
body .fotorama__wrap--css3 .fotorama__spinner {
  animation: none;
}
p.rs-p-wp-fix + rs-module-wrap {
  background-color: var(--lazyload_bg_color) !important;
  visibility: visible !important;
  min-height: 40rem;
}
p.rs-p-wp-fix + rs-module-wrap:after {
  content: "";
  border: 1px solid;
  color: transparent;
  width: 30px;
  height: 30px;
  border-radius: 50px;
  border-color: #5f5f5f #797979 #ccc #fff;
  line-height: 1;
  -webkit-animation: spin 0.4s infinite linear;
  -moz-animation: spin 0.4s infinite linear;
  -ms-animation: spin 0.4s infinite linear;
  animation: spin 0.4s infinite linear;
  display: inline-block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
p.rs-p-wp-fix + rs-module-wrap.has_background--image:after {
  display: none;
}
div[class*="background-image"][data-bgset].lazyload,
div[class*="background-image"][data-bgset].lazyloading {
  position: relative;
}
div[class*="background-image"][data-bgset].lazyload:before,
div[class*="background-image"][data-bgset].lazyloading:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-size: var(--lazyload_bg_size);
  background-color: var(--lazyload_bg_color);
  background-repeat: no-repeat;
  background-position: center;
}
div[class*="background-image"][data-bgset].lazyload .pagebuilder-poster-content,
div[class*="background-image"][data-bgset].lazyloading .pagebuilder-poster-content {
  opacity: 0;
}
.lazyload .category-view-info,
.lazyloading .category-view-info,
.lazyload .pagebuilder-poster-content,
.lazyloading .pagebuilder-poster-content {
  opacity: 0;
}
.data-bgset-image-wrapper.lazyload,
.data-bgset-image-wrapper.lazyloading {
  position: relative;
}
.data-bgset-image-wrapper.lazyload:after,
.data-bgset-image-wrapper.lazyloading:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-size: var(--lazyload_bg_size);
  background-color: var(--lazyload_bg_color);
  background-repeat: no-repeat;
  background-position: center;
}
.data-bgset-image-wrapper.lazyload .pagebuilder-poster-content,
.data-bgset-image-wrapper.lazyloading .pagebuilder-poster-content {
  opacity: 0;
}
img.swatch-option-loading {
  content: url('../../frontend/bluesky/bluesky_kalles_default/en_US/images/swatch_loading.png');
}
@-webkit-keyframes skeletonAnimation {
  0% {
    opacity: 0.45;
  }
  100% {
    opacity: 0.9;
  }
}
@keyframes skeletonAnimation {
  0% {
    opacity: 0.45;
  }
  100% {
    opacity: 0.9;
  }
}
.button-close,
.action-close,
.action.close {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
  z-index: 2;
}
.button-close:focus,
.action-close:focus,
.action.close:focus,
.button-close:active,
.action-close:active,
.action.close:active {
  background: none;
  border: none;
}
.button-close:hover,
.action-close:hover,
.action.close:hover {
  background: none;
  border: none;
}
.button-close.disabled,
.action-close.disabled,
.action.close.disabled,
.button-close[disabled],
.action-close[disabled],
.action.close[disabled],
fieldset[disabled] .button-close,
fieldset[disabled] .action-close,
fieldset[disabled] .action.close {
  pointer-events: none;
  opacity: 0.5;
}
.button-close:focus,
.action-close:focus,
.action.close:focus,
.button-close:active,
.action-close:active,
.action.close:active {
  background: none;
  border: none;
}
.button-close:hover,
.action-close:hover,
.action.close:hover {
  background: none;
  border: none;
}
.button-close.disabled,
.action-close.disabled,
.action.close.disabled,
.button-close[disabled],
.action-close[disabled],
.action.close[disabled],
fieldset[disabled] .button-close,
fieldset[disabled] .action-close,
fieldset[disabled] .action.close {
  pointer-events: none;
  opacity: 0.5;
}
.button-close:after,
.action-close:after,
.action.close:after {
  content: "\e680";
  font-family: Pe-icon-7-stroke;
  font-size: 4rem;
  line-height: 1;
  color: var(--heading__color__base);
  font-weight: normal;
  text-align: center;
  display: inline-block;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  -webkit-font-smoothing: antialiased;
  transition: 0.3s all ease-in;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media all and (min-width: 1200px) {
  .button-close:hover,
  .action-close:hover,
  .action.close:hover,
  .button-close:active,
  .action-close:active,
  .action.close:active {
    color: var(--heading__color__base);
  }
  .button-close:hover:after,
  .action-close:hover:after,
  .action.close:hover:after,
  .button-close:active:after,
  .action-close:active:after,
  .action.close:active:after {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}
.button-close:before,
.action-close:before,
.action.close:before {
  display: none;
}
.modal-popup .button-close,
.modal-popup .action-close,
.modal-popup .action.close {
  right: 0;
  background-color: #222;
  border-radius: 0;
}
.modal-popup .button-close:after,
.modal-popup .action-close:after,
.modal-popup .action.close:after {
  color: #fff;
}
.modal-popup .button-close:focus,
.modal-popup .action-close:focus,
.modal-popup .action.close:focus,
.modal-popup .button-close:active,
.modal-popup .action-close:active,
.modal-popup .action.close:active,
.modal-popup .button-close:hover,
.modal-popup .action-close:hover,
.modal-popup .action.close:hover {
  background-color: #222;
}
.lazyload-image .brand-image,
.lazyload-image .post-list-wrapper .blog-post-thumb .post-ftimg-hld a,
.lazyload-image .product img[data-src],
.lazyload-image .absolute-content-image.lazyload-content:not(.col-banner),
.lazyload-image .absolute-content-image .banner-img,
.lazyload-image .default-banner-image img[data-src] {
  background-image: url(../../frontend/bluesky/bluesky_kalles_default/en_US/images/lazy-load.svg);
  background-size: 23px auto;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #fff;
}
.lazyload-image .default-banner-image img[data-src] {
  min-width: 23px;
}
.lazyload-image img.lazy-loaded {
  -webkit-animation: 0.4s ease-out 0s 1 normal forwards running fadeIn;
  -moz-animation: 0.4s ease-out 0s 1 normal forwards running fadeIn;
  -ms-animation: 0.4s ease-out 0s 1 normal forwards running fadeIn;
  animation: 0.4s ease-out 0s 1 normal forwards running fadeIn;
}
.lazyload-image .lazyload-content .content,
.lazyload-image .lazyload-content .thumb-infor {
  z-index: -1 !important;
}
#purchase-fake-order.purchase-order {
  width: 35rem;
  background-color: #fff;
  position: fixed;
  left: 30px;
  bottom: 30px;
  z-index: 999;
  padding: 10px;
  border-radius: 5px;
  font-size: 1.2rem;
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 0 12px rgba(0, 0, 0, 0.12);
  -ms-box-shadow: 0 0 12px rgba(0, 0, 0, 0.12);
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.12);
  -webkit-transition: transition;
  -moz-transition: transition;
  -ms-transition: transition;
  transition: transition;
}
#purchase-fake-order.purchase-order:after,
#purchase-fake-order.purchase-order:before {
  content: "";
  display: table;
  clear: both;
}
#purchase-fake-order.purchase-order .product-purchase {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  align-items: center;
}
#purchase-fake-order.purchase-order .purchase-image img {
  width: 70px;
}
#purchase-fake-order.purchase-order .dib {
  margin-bottom: 5px;
  display: block;
}
#purchase-fake-order.purchase-order .dib,
#purchase-fake-order.purchase-order .minutes-ago {
  color: #222;
}
#purchase-fake-order.purchase-order .minutes-ago {
  display: inline-flex;
  margin-bottom: 0;
  margin-right: 5px;
}
#purchase-fake-order.purchase-order .price-box {
  font-size: 14px;
  color: var(--heading__color__base);
}
#purchase-fake-order.purchase-order .purchase-info {
  padding-left: 15px;
}
#purchase-fake-order.purchase-order .purchase-info .title {
  text-decoration: none;
  display: block;
  font-size: 1.4rem;
  line-height: 1.5;
  width: 100%;
  text-transform: uppercase;
  font-weight: var(--heading__font-weight__base);
  text-align: left;
  margin: 0 0 0.7rem;
}
#purchase-fake-order.purchase-order .purchase-info .title a:not(:hover) {
  color: var(--heading__color__base);
}
#purchase-fake-order.purchase-order .purchase-info .title a:hover {
  color: var(--link__hover__color);
}
#purchase-fake-order.purchase-order .purchase-close {
  position: absolute;
  right: 4px;
  top: 10px;
  display: inline-block;
  text-decoration: none;
}
#purchase-fake-order.purchase-order .purchase-close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
#purchase-fake-order.purchase-order .purchase-close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
  line-height: 20px;
  color: var(--heading__color__base);
  content: '\e616';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
#purchase-fake-order.purchase-order .btnProductQuickview {
  color: var(--heading__color__base);
  text-transform: capitalize;
  display: inline-flex;
  align-items: center;
  gap: 0 4px;
}
#purchase-fake-order.purchase-order .btnProductQuickview:before {
  color: #0ca940;
  font-family: 'Line Awesome Free';
  font-weight: 900;
  content: "\f058";
  font-size: 1.5rem;
}
#newsletter_pop_up {
  display: none;
}
.newletter_popup_close {
  width: 3rem;
  height: 3rem;
  align-items: center;
  justify-content: center;
  background-color: var(--button__background);
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 1;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
  display: inline-flex;
}
.newletter_popup_close:focus,
.newletter_popup_close:active {
  background: none;
  border: none;
}
.newletter_popup_close:hover {
  background: none;
  border: none;
}
.newletter_popup_close.disabled,
.newletter_popup_close[disabled],
fieldset[disabled] .newletter_popup_close {
  pointer-events: none;
  opacity: 0.5;
}
.newletter_popup_close:after {
  content: "\e680";
  font-family: Pe-icon-7-stroke;
  font-size: 4rem;
  line-height: 1;
  color: var(--heading__color__base);
  font-weight: normal;
  text-align: center;
  display: inline-block;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  -webkit-font-smoothing: antialiased;
  transition: 0.3s all ease-in;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media all and (min-width: 1200px) {
  .newletter_popup_close:hover,
  .newletter_popup_close:active {
    color: var(--heading__color__base);
  }
  .newletter_popup_close:hover:after,
  .newletter_popup_close:active:after {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}
.col-newsletter-popup {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.col-newsletter-popup .content-popup {
  padding: 30px;
  text-align: center;
  font-size: 1.4rem;
  text-transform: capitalize;
  overflow: auto;
  flex: 1;
}
.col-newsletter-popup .content-popup h3 {
  color: var(--heading__color__base);
  font-size: 1.8rem;
  margin-bottom: 1rem;
}
.col-newsletter-popup .content-popup .subscribe-bottom {
  font-size: 12px;
  /* When the checkbox is checked, add a blue background */
  /* Create the checkmark/indicator (hidden when not checked) */
  /* Show the checkmark when checked */
  /* Style the checkmark/indicator */
}
.col-newsletter-popup .content-popup .subscribe-bottom .input-check-box {
  display: inline-flex;
  align-items: center;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-right: 5px;
}
.col-newsletter-popup .content-popup .subscribe-bottom input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  left: 0;
  right: 0;
  z-index: 1;
}
.col-newsletter-popup .content-popup .subscribe-bottom .checkmark {
  display: inline-flex;
  height: 15px;
  width: 15px;
  border: 1px solid #e6e6e6;
  border-radius: 0;
}
.col-newsletter-popup .content-popup .subscribe-bottom .input-check-box input#newsletter_popup_dont_show_again:checked ~ .checkmark {
  background-color: #fff;
}
.col-newsletter-popup .content-popup .subscribe-bottom .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.col-newsletter-popup .content-popup .subscribe-bottom .input-check-box input#newsletter_popup_dont_show_again:checked ~ .checkmark:after {
  display: block;
}
.col-newsletter-popup .content-popup .subscribe-bottom .input-check-box .checkmark:after {
  left: 4px;
  top: 2px;
  width: 5px;
  height: 8px;
  border: solid #222;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.col-newsletter-popup .content-popup .subscribe-bottom label {
  color: inherit;
}
.col-newsletter-popup .form.subscribe {
  position: relative;
  margin: 11px 0;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  flex-wrap: wrap;
  border-radius: var(--button__border-radius);
  border: 1px solid #222;
  padding: 2px 2px 2px 15px;
}
.col-newsletter-popup .form.subscribe .field.newsletter {
  flex: 1;
}
.col-newsletter-popup .form.subscribe input[type="email"] {
  border: 0;
}
.col-newsletter-popup .form.subscribe .actions button,
.col-newsletter-popup .form.subscribe .actions .cart.table-wrapper .actions-toolbar > .action {
  height: 100%;
  padding: 0 20px;
}
.cms-page-has-uploaded-image-banner {
  padding: 6vh 0;
  max-height: 30rem;
  text-align: center;
  margin: 0 0 60px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
.cms-page-has-uploaded-image-banner .page-title-wrapper {
  margin: 1rem 0;
  text-align: inherit;
  position: relative;
  z-index: 1;
}
.cms-page-has-uploaded-image-banner .page-title-wrapper .page-title {
  max-width: var(--layout__max-width);
  color: #fff;
  text-transform: capitalize;
  font-weight: 500;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 20px;
  margin: auto;
}
.cms-page-has-uploaded-image-banner .breadcrumbs {
  position: relative;
  z-index: 2;
  background: transparent;
  min-height: 24.5px;
  margin: 1rem 0;
}
.cms-page-has-uploaded-image-banner .breadcrumbs .items {
  padding-top: 0;
  padding-bottom: 0;
}
.cms-page-has-uploaded-image-banner .breadcrumbs .items a {
  color: #fff;
}
.cms-page-has-uploaded-image-banner .breadcrumbs .items .item {
  color: #ededed;
}
.cms-page-has-uploaded-image-banner .breadcrumbs .items .item:not(:last-child):after {
  color: #ededed;
}
.cms-page-has-uploaded-image-banner:before {
  content: '';
  opacity: 0.54;
  position: absolute;
  background: #222;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
}
.top-header-banner-image-cms-page:not(.cms-page-has-uploaded-image-banner) {
  padding-top: 0;
}
.hide__rating .product-item .product-reviews-summary {
  display: none !important;
}
.hide__price .product-item .price-box {
  display: none !important;
}
.hide__quickview .product-item .button_quickview {
  display: none !important;
}
.hide__compare .product-item a.action.tocompare {
  display: none !important;
}
.hide__wishlist .product-item a.action.towishlist {
  display: none !important;
}
.hide__addtocart .product-item .actions-primary {
  display: none !important;
}
.hide__addtocart--related .block.related .products-grid .product-items .product-item .field.choice.related {
  display: none;
}
.hide__addtocart--related .section.block.related .rokan-title .short_description {
  display: none;
}
canvas#confettiCanvas {
  pointer-events: none;
}
@media only screen and (max-width: 1199px) {
  .navigation.nav-sections {
    padding: 0;
    min-height: 100vh;
  }
  .navigation .parent .level-top {
    display: block;
    text-decoration: none;
    position: relative;
  }
  .navigation .parent .level-top:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 42px;
    line-height: inherit;
    color: inherit;
    content: '\e622';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .parent .level-top:after {
    position: absolute;
    right: 7px;
    top: -8px;
  }
  .navigation .parent .level-top.ui-state-active:after {
    content: '\e621';
  }
  .navigation.nav-sections {
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
    position: fixed;
    top: 0;
    bottom: 0;
    background-color: #fff;
    left: 0;
    min-width: unset;
    margin: 0;
    -webkit-transform: translate3d(-104%, 0, 0);
    -moz-transform: translate3d(-104%, 0, 0);
    -ms-transform: translate3d(-104%, 0, 0);
    transform: translate3d(-104%, 0, 0);
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
    -ms-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
    z-index: 500;
    width: 80%;
    max-width: 340px;
  }
  .navigation.nav-sections .close-menu-mobile {
    opacity: 0;
    visibility: hidden;
  }
  .navigation.nav-sections .switcher {
    border-top: 1px solid #d1d1d1;
    font-size: 1.6rem;
    font-weight: var(--heading__font-weight__base);
    margin: 0;
    padding: 0.8rem 3.5rem 0.8rem 2rem;
  }
  .navigation.nav-sections .switcher .label {
    display: block;
    margin-bottom: 6px;
  }
  .navigation.nav-sections .switcher:last-child {
    border-bottom: 1px solid #d1d1d1;
  }
  .navigation.nav-sections .switcher-trigger strong {
    display: block;
    text-decoration: none;
    position: relative;
  }
  .navigation.nav-sections .switcher-trigger strong:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 42px;
    line-height: inherit;
    color: inherit;
    content: '\e622';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation.nav-sections .switcher-trigger strong:after {
    position: absolute;
    right: 0;
    top: 0;
  }
  .navigation.nav-sections .switcher-trigger.active strong:after {
    content: '\e621';
  }
  .navigation.nav-sections .switcher-dropdown {
    margin: 0;
    padding: 0;
    list-style: none none;
    display: none;
    padding: 12px 0;
  }
  .navigation.nav-sections .switcher-options.active .switcher-dropdown {
    display: block;
  }
  .navigation.nav-sections .header.links {
    margin: 0;
    padding: 0;
    list-style: none none;
    border-bottom: 1px solid #d1d1d1;
  }
  .navigation.nav-sections .header.links li {
    font-size: 1.6rem;
    margin: 0;
  }
  .navigation.nav-sections .header.links li.greet.welcome {
    border-top: 1px solid #d1d1d1;
    font-weight: var(--heading__font-weight__base);
    padding: 0.8rem 15px;
  }
  .navigation.nav-sections .header.links li > a {
    border-top: 1px solid #d1d1d1;
  }
  .navigation.nav-sections .header.links a,
  .navigation.nav-sections .header.links a:hover {
    color: #575757;
    text-decoration: none;
    display: block;
    font-weight: var(--heading__font-weight__base);
    padding: 0.8rem 15px;
  }
  .navigation.nav-sections .header.links .header.links {
    border: 0;
  }
  .nav-open body {
    overflow: hidden;
  }
  .nav-open .nav-sections {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .nav-open .nav-toggle:after {
    opacity: 1;
    pointer-events: initial;
  }
  .nav-open .navigation.nav-sections .close-menu-mobile {
    opacity: 1;
    visibility: visible;
  }
  .nav-sections-items {
    position: relative;
    z-index: 1;
  }
  .nav-sections-items:before,
  .nav-sections-items:after {
    content: '';
    display: table;
  }
  .nav-sections-items:after {
    clear: both;
  }
  .nav-sections-item-title {
    background: var(--navigation__background), 5%;
    border: 1px solid var(--navigation__background);
    border-width: 0 0 1px 1px;
    box-sizing: border-box;
    float: left;
    height: 71px;
    padding-top: 24px;
    text-align: center;
    width: 33.33%;
  }
  .nav-sections-item-title.active {
    background: transparent;
    border-bottom: 0;
  }
  .nav-sections-item-title .nav-sections-item-switch:hover {
    text-decoration: none;
  }
  .nav-sections-item-content {
    box-sizing: border-box;
    float: right;
    margin-left: -100%;
    margin-top: 71px;
    width: 100%;
    padding: 30px 0;
  }
  .nav-sections-item-content:before,
  .nav-sections-item-content:after {
    content: '';
    display: table;
  }
  .nav-sections-item-content:after {
    clear: both;
  }
  .nav-sections-item-content.active {
    display: block;
  }
  .navigation {
    background: var(--navigation__background);
    box-sizing: border-box;
  }
  .navigation ul {
    margin: 0;
    padding: 0;
  }
  .navigation li {
    margin: 0;
  }
  .navigation a {
    display: block;
    padding-top: 12px;
    padding-right: 0;
    padding-bottom: 12px;
    padding-left: 15px;
  }
  .navigation a,
  .navigation a:hover {
    color: #575757;
    text-decoration: none;
  }
  .navigation .level0 {
    font-size: 1.4rem;
  }
  .navigation .level0 > .level-top {
    font-weight: var(--navigation-level0-item__font-weight);
    padding: 10px 48px 10px 15px;
    text-transform: var(--navigation-level0-item__text-transform);
    word-wrap: break-word;
  }
  .navigation .level0 > .level-top:hover {
    color: #666;
  }
  .navigation .level0.active .all-category .ui-state-focus {
    border-color: #222;
    border-style: solid;
    border-width: 0;
    color: #222;
    padding-left: 7px;
    display: inline-block;
  }
  .navigation .level0 > .level1 {
    font-weight: 600;
  }
  .navigation .level0.active > a:not(.ui-state-active),
  .navigation .level0.has-active > a:not(.ui-state-active) {
    border-color: #222;
    border-style: solid;
    border-width: 0;
    color: #222;
  }
  .navigation .level0.active > a:not(.ui-state-active) span:not(.ui-menu-icon),
  .navigation .level0.has-active > a:not(.ui-state-active) span:not(.ui-menu-icon) {
    margin-left: -8px;
  }
  .navigation .submenu > li {
    word-wrap: break-word;
  }
  .navigation .submenu > li > a:hover {
    color: #666;
  }
  .navigation .submenu:not(:first-child) {
    background: var(--submenu__background);
    font-size: 14px;
    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: var(--submenu-item__color);
    display: block;
    line-height: normal;
  }
  .navigation .submenu:not(:first-child) ul > li a:hover {
    color: #666;
  }
  .navigation .submenu:not(:first-child).expanded {
    display: block !important;
    padding-right: 0;
    top: 0 !important;
  }
  .navigation .submenu:not(:first-child) .active > a {
    border-color: #222;
    border-style: solid;
    border-width: 0 0 0 8px;
    padding-left: 7px;
  }
  .navigation .submenu:not(:first-child) .level1.active > a {
    padding-left: 7px;
  }
  .nav-horizontal .vertical-menu-container .nav-toggle {
    display: none;
  }
  .navigation .logo_menu {
    display: none !important;
  }
  .navigation .close-menu {
    width: 4.5rem;
    height: 4.5rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0;
    color: #fff;
    position: absolute;
    z-index: 2;
    top: 0;
    right: -5px;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    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;
    background-color: #000;
  }
  .navigation .close-menu:focus,
  .navigation .close-menu:active {
    background: none;
    border: none;
  }
  .navigation .close-menu:hover {
    background: none;
    border: none;
  }
  .navigation .close-menu.disabled,
  .navigation .close-menu[disabled],
  fieldset[disabled] .navigation .close-menu {
    pointer-events: none;
    opacity: 0.5;
  }
  .navigation .close-menu:after {
    content: "\e680";
    font-family: Pe-icon-7-stroke;
    font-size: 3.4rem;
    line-height: 1;
    color: inherit;
    font-weight: normal;
    text-align: center;
    display: inline-block;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    -webkit-font-smoothing: antialiased;
    transition: 0.3s all ease-in;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .navigation .close-menu:hover {
    background-color: #000;
    color: #fff;
  }
  .navigation .menu-mobile-title {
    font-size: 1.4rem;
    text-transform: uppercase;
    position: relative;
    background-color: #000;
    color: #fff;
    padding-top: 12px;
    padding-bottom: 12px;
    font-weight: var(--navigation-level0-item__font-weight);
    text-transform: var(--navigation-level0-item__text-transform);
    padding-left: 15px;
    display: flex !important;
    font-size: var(--naviation-level0-item__font-size);
  }
  .navigation .menu-mobile-title a {
    flex: 1;
    color: inherit;
    padding: 0;
    text-align: center;
    position: relative;
  }
  .navigation .menu-mobile-title a:hover {
    color: #fff;
  }
  .navigation .menu-mobile-title a:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -12px;
    bottom: -12px;
    z-index: 0;
    opacity: 0;
    transition: 0.3s all ease-in;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    background-color: var(--theme__color__primary);
  }
  .navigation .menu-mobile-title a span {
    position: relative;
    z-index: 1;
  }
  .navigation .menu-mobile-title a.active:after {
    opacity: 1;
  }
  .navigation .menu-mobile-title [data-menu="horizontal-list"]:after {
    left: -15px;
  }
  .navigation [data-menu="horizontal-list"] ~ [data-menu="verticalmenu-list"] {
    padding-left: 15px;
  }
  .navigation [data-menu="horizontal-list"] ~ [data-menu="verticalmenu-list"]:before {
    content: '';
    position: absolute;
    top: -12px;
    bottom: -12px;
    left: 0;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
  }
  .navigation .append-content {
    display: block;
  }
  .navigation .submenu .row {
    margin: 0;
  }
  .navigation ul {
    width: 100%;
  }
  .navigation ul li > a {
    border-top: 1px solid #e6e6e6;
  }
  .navigation ul li > a:hover {
    background-color: rgba(82, 12, 12, 0.04);
  }
  .navigation .level0.block_content .submenu-block-content {
    border-top: 1px solid #e6e6e6;
  }
  .navigation .level0.block_content .submenu-block-content .menu-block-content {
    padding-left: 25px;
  }
  .menu-bottom-block,
  .menu-top-block,
  .menu-right-block,
  .menu-left-block {
    display: none;
  }
  .menu-item-has-children,
  .navigation.nav-sections li.level0.switcher-currency,
  .navigation.nav-sections li.level0.switcher-language,
  .level0.block_content {
    position: relative;
  }
  .menu-item-has-children > a,
  .navigation.nav-sections li.level0.switcher-currency > a,
  .navigation.nav-sections li.level0.switcher-language > a,
  .level0.block_content > a,
  .menu-item-has-children > .switcher-trigger strong,
  .navigation.nav-sections li.level0.switcher-currency > .switcher-trigger strong,
  .navigation.nav-sections li.level0.switcher-language > .switcher-trigger strong,
  .level0.block_content > .switcher-trigger strong,
  .menu-item-has-children > .switcher-trigger strong,
  .navigation.nav-sections li.level0.switcher-currency > .switcher-trigger strong,
  .navigation.nav-sections li.level0.switcher-language > .switcher-trigger strong,
  .level0.block_content > .switcher-trigger strong {
    position: relative;
  }
  .menu-item-has-children > a::after,
  .navigation.nav-sections li.level0.switcher-currency > a::after,
  .navigation.nav-sections li.level0.switcher-language > a::after,
  .level0.block_content > a::after,
  .menu-item-has-children > .switcher-trigger strong::after,
  .navigation.nav-sections li.level0.switcher-currency > .switcher-trigger strong::after,
  .navigation.nav-sections li.level0.switcher-language > .switcher-trigger strong::after,
  .level0.block_content > .switcher-trigger strong::after,
  .menu-item-has-children > .switcher-trigger strong::after,
  .navigation.nav-sections li.level0.switcher-currency > .switcher-trigger strong::after,
  .navigation.nav-sections li.level0.switcher-language > .switcher-trigger strong::after,
  .level0.block_content > .switcher-trigger strong::after,
  .menu-item-has-children > a:before,
  .navigation.nav-sections li.level0.switcher-currency > a:before,
  .navigation.nav-sections li.level0.switcher-language > a:before,
  .level0.block_content > a:before,
  .menu-item-has-children > .switcher-trigger strong:before,
  .navigation.nav-sections li.level0.switcher-currency > .switcher-trigger strong:before,
  .navigation.nav-sections li.level0.switcher-language > .switcher-trigger strong:before,
  .level0.block_content > .switcher-trigger strong:before,
  .menu-item-has-children > .switcher-trigger strong:before,
  .navigation.nav-sections li.level0.switcher-currency > .switcher-trigger strong:before,
  .navigation.nav-sections li.level0.switcher-language > .switcher-trigger strong:before,
  .level0.block_content > .switcher-trigger strong:before {
    position: absolute;
    content: '';
    top: 50%;
    right: 15px;
    background-color: currentColor;
    -webkit-transform: translateY(-50%) rotate(-90deg);
    -moz-transform: translateY(-50%) rotate(-90deg);
    -ms-transform: translateY(-50%) rotate(-90deg);
    transform: translateY(-50%) rotate(-90deg);
    -webkit-transition: transform 0.35s ease-in-out, opacity 0.35s ease-in-out, -webkit-transform 0.35s ease-in-out;
    -moz-transition: transform 0.35s ease-in-out, opacity 0.35s ease-in-out, -webkit-transform 0.35s ease-in-out;
    -ms-transition: transform 0.35s ease-in-out, opacity 0.35s ease-in-out, -webkit-transform 0.35s ease-in-out;
    transition: transform 0.35s ease-in-out, opacity 0.35s ease-in-out, -webkit-transform 0.35s ease-in-out;
  }
  .menu-item-has-children > a:after,
  .navigation.nav-sections li.level0.switcher-currency > a:after,
  .navigation.nav-sections li.level0.switcher-language > a:after,
  .level0.block_content > a:after,
  .menu-item-has-children > .switcher-trigger strong:after,
  .navigation.nav-sections li.level0.switcher-currency > .switcher-trigger strong:after,
  .navigation.nav-sections li.level0.switcher-language > .switcher-trigger strong:after,
  .level0.block_content > .switcher-trigger strong:after,
  .menu-item-has-children > .switcher-trigger strong:after,
  .navigation.nav-sections li.level0.switcher-currency > .switcher-trigger strong:after,
  .navigation.nav-sections li.level0.switcher-language > .switcher-trigger strong:after,
  .level0.block_content > .switcher-trigger strong:after {
    width: 1px;
    height: 12px;
    right: 21px;
  }
  .menu-item-has-children > a:before,
  .navigation.nav-sections li.level0.switcher-currency > a:before,
  .navigation.nav-sections li.level0.switcher-language > a:before,
  .level0.block_content > a:before,
  .menu-item-has-children > .switcher-trigger strong:before,
  .navigation.nav-sections li.level0.switcher-currency > .switcher-trigger strong:before,
  .navigation.nav-sections li.level0.switcher-language > .switcher-trigger strong:before,
  .level0.block_content > .switcher-trigger strong:before,
  .menu-item-has-children > .switcher-trigger strong:before,
  .navigation.nav-sections li.level0.switcher-currency > .switcher-trigger strong:before,
  .navigation.nav-sections li.level0.switcher-language > .switcher-trigger strong:before,
  .level0.block_content > .switcher-trigger strong:before {
    width: 12px;
    height: 1px;
    opacity: 1;
  }
  .menu-item-has-children > a.ui-state-active:before,
  .navigation.nav-sections li.level0.switcher-currency > a.ui-state-active:before,
  .navigation.nav-sections li.level0.switcher-language > a.ui-state-active:before,
  .level0.block_content > a.ui-state-active:before,
  .menu-item-has-children > .switcher-trigger strong.ui-state-active:before,
  .navigation.nav-sections li.level0.switcher-currency > .switcher-trigger strong.ui-state-active:before,
  .navigation.nav-sections li.level0.switcher-language > .switcher-trigger strong.ui-state-active:before,
  .level0.block_content > .switcher-trigger strong.ui-state-active:before,
  .menu-item-has-children > .switcher-trigger strong.ui-state-active:before,
  .navigation.nav-sections li.level0.switcher-currency > .switcher-trigger strong.ui-state-active:before,
  .navigation.nav-sections li.level0.switcher-language > .switcher-trigger strong.ui-state-active:before,
  .level0.block_content > .switcher-trigger strong.ui-state-active:before,
  .menu-item-has-children > a.ui-state-active:after,
  .navigation.nav-sections li.level0.switcher-currency > a.ui-state-active:after,
  .navigation.nav-sections li.level0.switcher-language > a.ui-state-active:after,
  .level0.block_content > a.ui-state-active:after,
  .menu-item-has-children > .switcher-trigger strong.ui-state-active:after,
  .navigation.nav-sections li.level0.switcher-currency > .switcher-trigger strong.ui-state-active:after,
  .navigation.nav-sections li.level0.switcher-language > .switcher-trigger strong.ui-state-active:after,
  .level0.block_content > .switcher-trigger strong.ui-state-active:after,
  .menu-item-has-children > .switcher-trigger strong.ui-state-active:after,
  .navigation.nav-sections li.level0.switcher-currency > .switcher-trigger strong.ui-state-active:after,
  .navigation.nav-sections li.level0.switcher-language > .switcher-trigger strong.ui-state-active:after,
  .level0.block_content > .switcher-trigger strong.ui-state-active:after {
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
    transform: translate(-50%, -50%) rotate(90deg);
  }
  .menu-item-has-children > a.ui-state-active::before,
  .navigation.nav-sections li.level0.switcher-currency > a.ui-state-active::before,
  .navigation.nav-sections li.level0.switcher-language > a.ui-state-active::before,
  .level0.block_content > a.ui-state-active::before,
  .menu-item-has-children > .switcher-trigger strong.ui-state-active::before,
  .navigation.nav-sections li.level0.switcher-currency > .switcher-trigger strong.ui-state-active::before,
  .navigation.nav-sections li.level0.switcher-language > .switcher-trigger strong.ui-state-active::before,
  .level0.block_content > .switcher-trigger strong.ui-state-active::before,
  .menu-item-has-children > .switcher-trigger strong.ui-state-active::before,
  .navigation.nav-sections li.level0.switcher-currency > .switcher-trigger strong.ui-state-active::before,
  .navigation.nav-sections li.level0.switcher-language > .switcher-trigger strong.ui-state-active::before,
  .level0.block_content > .switcher-trigger strong.ui-state-active::before {
    opacity: 0;
  }
  .menu-item-has-children .open-children-toggle,
  .navigation.nav-sections li.level0.switcher-currency .open-children-toggle,
  .navigation.nav-sections li.level0.switcher-language .open-children-toggle,
  .level0.block_content .open-children-toggle {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    min-width: 45px;
    min-height: 45px;
    z-index: 2;
    cursor: pointer;
  }
  .menu-item-has-children .subchildmenu,
  .navigation.nav-sections li.level0.switcher-currency .subchildmenu,
  .navigation.nav-sections li.level0.switcher-language .subchildmenu,
  .level0.block_content .subchildmenu {
    display: none;
  }
  .menu-item-has-children .subchildmenu > li > a,
  .navigation.nav-sections li.level0.switcher-currency .subchildmenu > li > a,
  .navigation.nav-sections li.level0.switcher-language .subchildmenu > li > a,
  .level0.block_content .subchildmenu > li > a {
    padding-left: 15px;
  }
  .menu-item-has-children .subchildmenu.opened,
  .navigation.nav-sections li.level0.switcher-currency .subchildmenu.opened,
  .navigation.nav-sections li.level0.switcher-language .subchildmenu.opened,
  .level0.block_content .subchildmenu.opened {
    height: auto;
    opacity: 1;
    visibility: visible;
  }
  .menu-item-has-children .submenu,
  .navigation.nav-sections li.level0.switcher-currency .submenu,
  .navigation.nav-sections li.level0.switcher-language .submenu,
  .level0.block_content .submenu,
  .menu-item-has-children .switcher-content,
  .navigation.nav-sections li.level0.switcher-currency .switcher-content,
  .navigation.nav-sections li.level0.switcher-language .switcher-content,
  .level0.block_content .switcher-content {
    background-image: none !important;
    max-width: 100%;
    transition: none;
    display: none;
    text-align: left;
  }
  .menu-item-has-children .submenu .subchildmenu .subchildmenu,
  .navigation.nav-sections li.level0.switcher-currency .submenu .subchildmenu .subchildmenu,
  .navigation.nav-sections li.level0.switcher-language .submenu .subchildmenu .subchildmenu,
  .level0.block_content .submenu .subchildmenu .subchildmenu,
  .menu-item-has-children .switcher-content .subchildmenu .subchildmenu,
  .navigation.nav-sections li.level0.switcher-currency .switcher-content .subchildmenu .subchildmenu,
  .navigation.nav-sections li.level0.switcher-language .switcher-content .subchildmenu .subchildmenu,
  .level0.block_content .switcher-content .subchildmenu .subchildmenu {
    display: none;
  }
  .menu-item-has-children .submenu:not(:first-child),
  .navigation.nav-sections li.level0.switcher-currency .submenu:not(:first-child),
  .navigation.nav-sections li.level0.switcher-language .submenu:not(:first-child),
  .level0.block_content .submenu:not(:first-child),
  .menu-item-has-children .switcher-content:not(:first-child),
  .navigation.nav-sections li.level0.switcher-currency .switcher-content:not(:first-child),
  .navigation.nav-sections li.level0.switcher-language .switcher-content:not(:first-child),
  .level0.block_content .switcher-content:not(:first-child) {
    transition: none;
    overflow: visible;
  }
  .menu-item-has-children .submenu:not(:first-child) ul,
  .navigation.nav-sections li.level0.switcher-currency .submenu:not(:first-child) ul,
  .navigation.nav-sections li.level0.switcher-language .submenu:not(:first-child) ul,
  .level0.block_content .submenu:not(:first-child) ul,
  .menu-item-has-children .switcher-content:not(:first-child) ul,
  .navigation.nav-sections li.level0.switcher-currency .switcher-content:not(:first-child) ul,
  .navigation.nav-sections li.level0.switcher-language .switcher-content:not(:first-child) ul,
  .level0.block_content .switcher-content:not(:first-child) ul {
    padding-left: 0 !important;
    padding-right: 0;
  }
  .menu-item-has-children .submenu:not(:first-child) ul li > a,
  .navigation.nav-sections li.level0.switcher-currency .submenu:not(:first-child) ul li > a,
  .navigation.nav-sections li.level0.switcher-language .submenu:not(:first-child) ul li > a,
  .level0.block_content .submenu:not(:first-child) ul li > a,
  .menu-item-has-children .switcher-content:not(:first-child) ul li > a,
  .navigation.nav-sections li.level0.switcher-currency .switcher-content:not(:first-child) ul li > a,
  .navigation.nav-sections li.level0.switcher-language .switcher-content:not(:first-child) ul li > a,
  .level0.block_content .switcher-content:not(:first-child) ul li > a {
    padding-left: 25px;
  }
  .menu-item-has-children .submenu:not(:first-child) ul li li > a,
  .navigation.nav-sections li.level0.switcher-currency .submenu:not(:first-child) ul li li > a,
  .navigation.nav-sections li.level0.switcher-language .submenu:not(:first-child) ul li li > a,
  .level0.block_content .submenu:not(:first-child) ul li li > a,
  .menu-item-has-children .switcher-content:not(:first-child) ul li li > a,
  .navigation.nav-sections li.level0.switcher-currency .switcher-content:not(:first-child) ul li li > a,
  .navigation.nav-sections li.level0.switcher-language .switcher-content:not(:first-child) ul li li > a,
  .level0.block_content .switcher-content:not(:first-child) ul li li > a {
    padding-left: 40px;
  }
  .menu-item-has-children .submenu:not(:first-child) ul li li li > a,
  .navigation.nav-sections li.level0.switcher-currency .submenu:not(:first-child) ul li li li > a,
  .navigation.nav-sections li.level0.switcher-language .submenu:not(:first-child) ul li li li > a,
  .level0.block_content .submenu:not(:first-child) ul li li li > a,
  .menu-item-has-children .switcher-content:not(:first-child) ul li li li > a,
  .navigation.nav-sections li.level0.switcher-currency .switcher-content:not(:first-child) ul li li li > a,
  .navigation.nav-sections li.level0.switcher-language .switcher-content:not(:first-child) ul li li li > a,
  .level0.block_content .switcher-content:not(:first-child) ul li li li > a {
    padding-left: 55px;
  }
  .menu-item-has-children .submenu:not(:first-child) ul li li li li > a,
  .navigation.nav-sections li.level0.switcher-currency .submenu:not(:first-child) ul li li li li > a,
  .navigation.nav-sections li.level0.switcher-language .submenu:not(:first-child) ul li li li li > a,
  .level0.block_content .submenu:not(:first-child) ul li li li li > a,
  .menu-item-has-children .switcher-content:not(:first-child) ul li li li li > a,
  .navigation.nav-sections li.level0.switcher-currency .switcher-content:not(:first-child) ul li li li li > a,
  .navigation.nav-sections li.level0.switcher-language .switcher-content:not(:first-child) ul li li li li > a,
  .level0.block_content .switcher-content:not(:first-child) ul li li li li > a {
    padding-left: 70px;
  }
  .menu-item-has-children .submenu.opened > .subchildmenu,
  .navigation.nav-sections li.level0.switcher-currency .submenu.opened > .subchildmenu,
  .navigation.nav-sections li.level0.switcher-language .submenu.opened > .subchildmenu,
  .level0.block_content .submenu.opened > .subchildmenu,
  .menu-item-has-children .switcher-content.opened > .subchildmenu,
  .navigation.nav-sections li.level0.switcher-currency .switcher-content.opened > .subchildmenu,
  .navigation.nav-sections li.level0.switcher-language .switcher-content.opened > .subchildmenu,
  .level0.block_content .switcher-content.opened > .subchildmenu,
  .menu-item-has-children .submenu.opened > .row > .subchildmenu,
  .navigation.nav-sections li.level0.switcher-currency .submenu.opened > .row > .subchildmenu,
  .navigation.nav-sections li.level0.switcher-language .submenu.opened > .row > .subchildmenu,
  .level0.block_content .submenu.opened > .row > .subchildmenu,
  .menu-item-has-children .switcher-content.opened > .row > .subchildmenu,
  .navigation.nav-sections li.level0.switcher-currency .switcher-content.opened > .row > .subchildmenu,
  .navigation.nav-sections li.level0.switcher-language .switcher-content.opened > .row > .subchildmenu,
  .level0.block_content .switcher-content.opened > .row > .subchildmenu {
    display: block;
  }
  .menu-item-has-children .switcher-content li > a,
  .navigation.nav-sections li.level0.switcher-currency .switcher-content li > a,
  .navigation.nav-sections li.level0.switcher-language .switcher-content li > a,
  .level0.block_content .switcher-content li > a {
    padding-left: 25px;
  }
  .navigation.nav-sections .switcher-trigger strong {
    font-weight: var(--navigation-level0-item__font-weight);
    color: #575757;
  }
  .navigation.nav-sections .switcher-trigger.active + .switcher-dropdown {
    display: block;
    padding: 0;
  }
  .navigation.nav-sections li.level0.switcher-language.show > a:before,
  .navigation.nav-sections li.level0.switcher-currency.show > a:before,
  .navigation.nav-sections li.level0.switcher-language.show > a strong:before,
  .navigation.nav-sections li.level0.switcher-currency.show > a strong:before,
  .navigation.nav-sections li.level0.switcher-language.show > a:after,
  .navigation.nav-sections li.level0.switcher-currency.show > a:after,
  .navigation.nav-sections li.level0.switcher-language.show > a strong:after,
  .navigation.nav-sections li.level0.switcher-currency.show > a strong:after {
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
    -moz-transform: translate(-50%, -50%) rotate(90deg);
    -ms-transform: translate(-50%, -50%) rotate(90deg);
    transform: translate(-50%, -50%) rotate(90deg);
  }
  .navigation.nav-sections li.level0.switcher-language.show > a::before,
  .navigation.nav-sections li.level0.switcher-currency.show > a::before,
  .navigation.nav-sections li.level0.switcher-language.show > a strong::before,
  .navigation.nav-sections li.level0.switcher-currency.show > a strong::before {
    opacity: 0;
  }
  .nav-open body .navigation {
    padding: 0;
    width: 80%;
    overflow: visible;
  }
  .nav-open body .navigation #close-menu {
    display: inline-flex;
  }
  .nav-open body .navigation > ul {
    height: calc(100% - 48.5px);
    overflow: auto;
    padding: 0;
    -webkit-animation: 1s fadeIn;
    -moz-animation: 1s fadeIn;
    -ms-animation: 1s fadeIn;
    animation: 1s fadeIn;
  }
  .navigation.vertical-menu-container .title-menu-dropdown {
    display: none;
  }
  .vertical-before-open {
    overflow: hidden;
  }
  .vertical-menu-container.navigation {
    display: none;
  }
  .field-tooltip .field-tooltip-content {
    right: -12px;
    top: 40px;
    left: auto;
  }
  .hidden-l {
    display: none !important;
  }
  html:not(.nav-open) .header-container .not-visible-mobile {
    height: 0;
    visibility: hidden;
  }
  .header__menu {
    flex: 1;
    order: -1;
  }
  .header__action {
    flex: 1;
  }
  .menu-thumb-icon {
    margin-right: 5px !important;
  }
  .header-container.layout-5 .header__action {
    flex: unset;
  }
  .header-container.layout-5 .logo-container .nav-toggle {
    display: block;
    margin-right: 2rem;
  }
  .products.wrapper.list .products.list.items.product-items .product-item-details {
    position: static;
  }
  .products.wrapper.list .products.list.items.product-items .product-item-actions .actions-secondary {
    position: absolute;
    top: 3rem;
    left: 3rem;
    z-index: 2;
  }
  .furniture_banner .pagebuilder-column-group {
    flex-wrap: wrap;
  }
  .furniture_banner .pagebuilder-column-group > .pagebuilder-column {
    width: 100% !important;
  }
}
@media only screen and (max-width: 1199px) and all and (min-width: 1200px) {
  .navigation .close-menu:hover,
  .navigation .close-menu:active {
    color: inherit;
  }
  .navigation .close-menu:hover:after,
  .navigation .close-menu:active:after {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}
@media all and (min-width: 576px) {
  .container-products-packery [data-content-type='products'] .block.widget .products-grid .widget-product-grid.product-items .product-item {
    width: 100%;
  }
  .container-products-packery .product-item .product-item-info {
    position: relative;
    overflow: hidden;
  }
  .container-products-packery .product-item .product-item-info:hover .product-item-details {
    opacity: 1;
    visibility: visible;
  }
  .container-products-packery .product-item .product_item_images {
    margin: 0;
  }
  .container-products-packery .product-item .product-item-details {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px 15px;
    opacity: 0;
    visibility: hidden;
    z-index: 3;
    transition: 0.3s all ease-in;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    -webkit-background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0, rgba(0, 0, 0, 0) 100%);
    -moz-background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0, rgba(0, 0, 0, 0) 100%);
    -ms-background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0, rgba(0, 0, 0, 0) 100%);
  }
  .container-products-packery .product-item .product-item-details .product-item-name > a {
    color: #fff;
  }
  .container-products-packery .product-item .product-item-details .price-final_price *,
  .container-products-packery .product-item .product-item-details .old-price,
  .container-products-packery .product-item .product-item-details .price-box {
    color: rgba(255, 255, 255, 0.7);
  }
  .container-products-packery .product-item .product-item-details .price-box .special-price * {
    color: #ec0101;
  }
  .container-products-packery .product-item .product-item-details div[class*="swatch-opt"] {
    background: none;
  }
  .container-products-packery .product-item .product-item-details div[class*="swatch-opt"] .swatch-attribute.size {
    position: static;
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .container-products-packery .product-item .product-item-details div[class*="swatch-opt"] .swatch-attribute.size .swatch-attribute-options {
    justify-content: flex-start;
    margin: 0.5rem 0 0;
  }
  .container-products-packery .pagebuilder-column {
    flex-basis: unset;
  }
  .products-grid.wishlist .product-item-tooltip {
    display: inline-block;
  }
  .products-grid.wishlist .product-item .fieldset .field.qty .label {
    width: auto;
  }
  .products-grid.wishlist .product-item .box-tocart .fieldset {
    margin: 2rem 0 0 !important;
  }
  .products-grid.wishlist .product-item .box-tocart .actions-primary {
    margin: 0;
  }
  .products-grid.wishlist .product-item .box-tocart .stock {
    margin: 24px 0 0;
  }
  .wishlist-index-index .products-grid .product-item {
    padding: 0;
    width: 100% / 3;
  }
  div:not(.widget-product-advanced-list) .products.wrapper.list .products.list.items.product-items .product-item-info {
    display: table-row;
  }
  div:not(.widget-product-advanced-list) .products.wrapper.list .products.list.items.product-items .product-item-info .product_item_images,
  div:not(.widget-product-advanced-list) .products.wrapper.list .products.list.items.product-items .product-item-info .product-item-details {
    display: table-cell;
    vertical-align: top;
  }
  div:not(.widget-product-advanced-list) .products.wrapper.list .products.list.items.product-items .product-item-info .product_item_images {
    max-width: 180px;
    margin-bottom: 0;
  }
  div:not(.widget-product-advanced-list) .products.wrapper.list .products.list.items.product-items .product-item .product-item-details {
    padding-left: 3rem;
  }
}
.rokantheme-instagram .item-row .intagram-item:not(:last-of-type) {
  margin-bottom: 2rem;
}
.rokantheme-instagram .intagram-item a {
  display: block;
  overflow: hidden;
}
.rokantheme-instagram .intagram-item a img {
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  transition: 0.4s;
}
.rokantheme-instagram .intagram-item a:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.rokantheme-instagram .intagram-item a.circle {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.rokantheme-instagram .intagram-item a.circle img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.rokantheme-instagram .intagram-item a.has-intagram-icon:not(.has-caption) {
  position: relative;
}
.rokantheme-instagram .intagram-item a.has-intagram-icon:not(.has-caption):before {
  content: "\f16d";
  color: #fff;
  font-size: 26px;
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  transition: 0.4s;
}
.rokantheme-instagram .intagram-item a.has-intagram-icon:not(.has-caption):hover:before {
  opacity: 1;
  visibility: visible;
}
.rokantheme-instagram .intagram-item a.has-intagram-icon:after,
.rokantheme-instagram .intagram-item a.has-caption:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.3);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  transition: 0.4s;
}
.rokantheme-instagram .intagram-item a.has-intagram-icon:hover:after,
.rokantheme-instagram .intagram-item a.has-caption:hover:after {
  opacity: 1;
  visibility: visible;
}
.rokantheme-instagram .intagram-item a.has-intagram-icon.circle:after,
.rokantheme-instagram .intagram-item a.has-caption.circle:after {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.rokantheme-instagram .intagram-item a.has-caption figcaption {
  color: #fff;
  font-size: 14px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 0 10%;
  text-align: center;
  z-index: 2;
}
.rokantheme-instagram .intagram-item a.has-caption:after {
  opacity: 1;
  visibility: visible;
}
.rokantheme-instagram .instagram-connect-error {
  text-align: center;
  padding: 25px 15px;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
.rokantheme-instagram .instagram-connect-error p {
  margin-bottom: 0;
}
.rokantheme-instagram .instagram-connect-error p strong {
  display: block;
  margin-bottom: 8px;
}
body.load-end #layered_ajax_overlay:after {
  width: 100%;
  opacity: 1;
}
body.load-end header.page-header:before {
  width: 100%;
  opacity: 1;
}
body.ajax-filter header.page-header:before {
  width: 70%;
  opacity: 1;
}
#layered_ajax_price_attribute {
  overflow: hidden;
  padding-right: 10px;
}
#layered_ajax_overlay {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  pointer-events: none;
  display: none;
  z-index: 3;
}
#layered_ajax_overlay:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 3px;
  width: 0;
  opacity: 1;
  background: var(--theme__color__primary);
  transition: width 0.25s ease-in-out;
  z-index: 100;
  pointer-events: none;
  z-index: 6;
}
#layered_ajax_overlay:before {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 4;
  opacity: 1;
  visibility: visible;
  cursor: progress;
  transition: 0.3s all ease-in;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
#layered_ajax_overlay div {
  display: none;
}
.irs {
  position: relative;
  display: block;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 12px;
}
.irs-line {
  position: relative;
  display: block;
  overflow: hidden;
  outline: none !important;
}
.irs-bar {
  position: absolute;
  display: block;
  left: 0;
  width: 0;
}
.irs-shadow {
  position: absolute;
  display: none;
  left: 0;
  width: 0;
}
.irs-handle {
  position: absolute;
  display: block;
  box-sizing: border-box;
  cursor: default;
  z-index: 1;
}
.irs-handle.type_last {
  z-index: 2;
}
.irs-min,
.irs-max {
  position: absolute;
  display: block;
  cursor: default;
}
.irs-min {
  left: 0;
}
.irs-max {
  right: 0;
}
.irs-from,
.irs-to,
.irs-single {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  cursor: default;
  white-space: nowrap;
}
.irs-grid {
  position: absolute;
  display: none;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20px;
}
.irs-with-grid .irs-grid {
  display: block;
}
.irs-grid-pol {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 8px;
  background: #000;
}
.irs-grid-pol.small {
  height: 4px;
}
.irs-grid-text {
  position: absolute;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  text-align: center;
  font-size: 9px;
  line-height: 9px;
  padding: 0 3px;
  color: #000;
}
.irs-disable-mask {
  position: absolute;
  display: block;
  top: 0;
  left: -1%;
  width: 102%;
  height: 100%;
  cursor: default;
  background: rgba(0, 0, 0, 0);
  z-index: 2;
}
.lt-ie9 .irs-disable-mask {
  background: #000;
  filter: alpha(opacity=0);
  cursor: not-allowed;
}
.irs-disabled {
  opacity: 0.4;
}
.irs-hidden-input {
  position: absolute !important;
  display: block !important;
  top: 0 !important;
  left: 0 !important;
  width: 0 !important;
  height: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: hidden;
  outline: none !important;
  z-index: -9999 !important;
  background: none !important;
  border-style: solid !important;
  border-color: transparent !important;
}
.irs--flat {
  height: 40px;
}
.irs--flat.irs-with-grid {
  height: 60px;
}
.irs--flat .irs-line {
  top: 30px;
  height: 2px;
  background-color: #e5e5e5;
  border-radius: 4px;
}
.irs--flat .irs-bar {
  top: 30px;
  height: 2px;
  background-color: #000;
}
.irs--flat .irs-bar--single {
  border-radius: 4px 0 0 4px;
}
.irs--flat .irs-shadow {
  height: 1px;
  bottom: 16px;
  background-color: #e5e5e5;
}
.irs--flat .irs-handle {
  top: 22px;
  position: absolute;
  background: #fff;
  height: 18px;
  width: 18px;
  border: 5px solid #000;
  border-radius: 100%;
  cursor: ew-resize;
}
.irs--flat .irs-handle > i:first-child {
  position: absolute;
  display: block;
  top: 0;
  left: 50%;
  width: 2px;
  height: 100%;
  margin-left: -1px;
  background-color: #ffffff;
}
.irs--flat .irs-handle.state_hover > i:first-child,
.irs--flat .irs-handle:hover > i:first-child {
  background-color: #a43540;
}
.irs--flat .irs-min,
.irs--flat .irs-max {
  top: 0;
  padding: 1px 3px;
  color: #999;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  background-color: #e1e4e9;
  border-radius: 4px;
}
.irs--flat .irs-from,
.irs--flat .irs-to,
.irs--flat .irs-single {
  color: #000;
  font-size: 12px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  background-color: #f2f2f2;
  border-radius: 4px;
  font-family: var(--heading__font-family__base);
}
.irs--flat .irs-from:before,
.irs--flat .irs-to:before,
.irs--flat .irs-single:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #f2f2f2;
}
.irs--flat .irs-grid-pol {
  background-color: #e1e4e9;
}
.irs--flat .irs-grid-text {
  color: #999;
}
.irs--big {
  height: 55px;
}
.irs--big.irs-with-grid {
  height: 70px;
}
.irs--big .irs-line {
  top: 33px;
  height: 12px;
  background-color: white;
  background: linear-gradient(to bottom, #ddd -50%, white 150%);
  border: 1px solid #ccc;
  border-radius: 12px;
}
.irs--big .irs-bar {
  top: 33px;
  height: 12px;
  background-color: #92bce0;
  border: 1px solid #428bca;
  background: linear-gradient(to bottom, #ffffff 0%, #428bca 30%, #b9d4ec 100%);
  box-shadow: inset 0 0 1px 1px rgba(255, 255, 255, 0.5);
}
.irs--big .irs-bar--single {
  border-radius: 12px 0 0 12px;
}
.irs--big .irs-shadow {
  height: 1px;
  bottom: 16px;
  background-color: rgba(66, 139, 202, 0.5);
}
.irs--big .irs-handle {
  top: 25px;
  width: 30px;
  height: 30px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  background-color: #cbcfd5;
  background: linear-gradient(to bottom, white 0%, #B4B9BE 30%, white 100%);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2), inset 0 0 3px 1px white;
  border-radius: 30px;
}
.irs--big .irs-handle.state_hover,
.irs--big .irs-handle:hover {
  border-color: rgba(0, 0, 0, 0.45);
  background-color: #939ba7;
  background: linear-gradient(to bottom, white 0%, #919BA5 30%, white 100%);
}
.irs--big .irs-min,
.irs--big .irs-max {
  top: 0;
  padding: 1px 5px;
  color: white;
  text-shadow: none;
  background-color: #9f9f9f;
  border-radius: 3px;
}
.irs--big .irs-from,
.irs--big .irs-to,
.irs--big .irs-single {
  color: white;
  text-shadow: none;
  padding: 1px 5px;
  background-color: #428bca;
  background: linear-gradient(to bottom, #428bca 0%, #3071a9 100%);
  border-radius: 3px;
}
.irs--big .irs-grid-pol {
  background-color: #428bca;
}
.irs--big .irs-grid-text {
  color: #428bca;
}
.irs--modern {
  height: 55px;
}
.irs--modern.irs-with-grid {
  height: 55px;
}
.irs--modern .irs-line {
  top: 25px;
  height: 5px;
  background-color: #d1d6e0;
  background: linear-gradient(to bottom, #e0e4ea 0%, #d1d6e0 100%);
  border: 1px solid #a3adc1;
  border-bottom-width: 0;
  border-radius: 5px;
}
.irs--modern .irs-bar {
  top: 25px;
  height: 5px;
  background: #20b426;
  background: linear-gradient(to bottom, #20b426 0%, #18891d 100%);
}
.irs--modern .irs-bar--single {
  border-radius: 5px 0 0 5px;
}
.irs--modern .irs-shadow {
  height: 1px;
  bottom: 21px;
  background-color: rgba(209, 214, 224, 0.5);
}
.irs--modern .irs-handle {
  top: 37px;
  width: 12px;
  height: 13px;
  border: 1px solid #a3adc1;
  border-top-width: 0;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 3px 3px;
}
.irs--modern .irs-handle > i:nth-child(1) {
  position: absolute;
  display: block;
  top: -4px;
  left: 1px;
  width: 6px;
  height: 6px;
  border: 1px solid #a3adc1;
  background: white;
  transform: rotate(45deg);
}
.irs--modern .irs-handle > i:nth-child(2) {
  position: absolute;
  display: block;
  box-sizing: border-box;
  top: 0;
  left: 0;
  width: 10px;
  height: 12px;
  background: #e9e6e6;
  background: linear-gradient(to bottom, white 0%, #e9e6e6 100%);
  border-radius: 0 0 3px 3px;
}
.irs--modern .irs-handle > i:nth-child(3) {
  position: absolute;
  display: block;
  box-sizing: border-box;
  top: 3px;
  left: 3px;
  width: 4px;
  height: 5px;
  border-left: 1px solid #a3adc1;
  border-right: 1px solid #a3adc1;
}
.irs--modern .irs-handle.state_hover,
.irs--modern .irs-handle:hover {
  border-color: #7685a2;
  background: #c3c7cd;
  background: linear-gradient(to bottom, #ffffff 0%, #919ba5 30%, #ffffff 100%);
}
.irs--modern .irs-handle.state_hover > i:nth-child(1),
.irs--modern .irs-handle:hover > i:nth-child(1) {
  border-color: #7685a2;
}
.irs--modern .irs-handle.state_hover > i:nth-child(3),
.irs--modern .irs-handle:hover > i:nth-child(3) {
  border-color: #48536a;
}
.irs--modern .irs-min,
.irs--modern .irs-max {
  top: 0;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  color: white;
  background-color: #d1d6e0;
  border-radius: 5px;
}
.irs--modern .irs-from,
.irs--modern .irs-to,
.irs--modern .irs-single {
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  background-color: #20b426;
  color: white;
  border-radius: 5px;
}
.irs--modern .irs-from:before,
.irs--modern .irs-to:before,
.irs--modern .irs-single:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #20b426;
}
.irs--modern .irs-grid {
  height: 25px;
}
.irs--modern .irs-grid-pol {
  background-color: #dedede;
}
.irs--modern .irs-grid-text {
  color: silver;
  font-size: 13px;
}
.irs--sharp {
  height: 50px;
  font-size: 12px;
  line-height: 1;
}
.irs--sharp.irs-with-grid {
  height: 57px;
}
.irs--sharp .irs-line {
  top: 30px;
  height: 2px;
  background-color: black;
  border-radius: 2px;
}
.irs--sharp .irs-bar {
  top: 30px;
  height: 2px;
  background-color: #ee22fa;
}
.irs--sharp .irs-bar--single {
  border-radius: 2px 0 0 2px;
}
.irs--sharp .irs-shadow {
  height: 1px;
  bottom: 21px;
  background-color: rgba(0, 0, 0, 0.5);
}
.irs--sharp .irs-handle {
  top: 25px;
  width: 10px;
  height: 10px;
  background-color: #a804b2;
}
.irs--sharp .irs-handle > i:first-child {
  position: absolute;
  display: block;
  top: 100%;
  left: 0;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-top-color: #a804b2;
}
.irs--sharp .irs-handle.state_hover,
.irs--sharp .irs-handle:hover {
  background-color: black;
}
.irs--sharp .irs-handle.state_hover > i:first-child,
.irs--sharp .irs-handle:hover > i:first-child {
  border-top-color: black;
}
.irs--sharp .irs-min,
.irs--sharp .irs-max {
  color: white;
  font-size: 14px;
  line-height: 1;
  top: 0;
  padding: 3px 4px;
  opacity: 0.4;
  background-color: #a804b2;
  border-radius: 2px;
}
.irs--sharp .irs-from,
.irs--sharp .irs-to,
.irs--sharp .irs-single {
  font-size: 14px;
  line-height: 1;
  text-shadow: none;
  padding: 3px 4px;
  background-color: #a804b2;
  color: white;
  border-radius: 2px;
}
.irs--sharp .irs-from:before,
.irs--sharp .irs-to:before,
.irs--sharp .irs-single:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #a804b2;
}
.irs--sharp .irs-grid {
  height: 25px;
}
.irs--sharp .irs-grid-pol {
  background-color: #dedede;
}
.irs--sharp .irs-grid-text {
  color: silver;
  font-size: 13px;
}
.irs--round {
  height: 50px;
}
.irs--round.irs-with-grid {
  height: 65px;
}
.irs--round .irs-line {
  top: 36px;
  height: 4px;
  background-color: #dee4ec;
  border-radius: 4px;
}
.irs--round .irs-bar {
  top: 36px;
  height: 4px;
  background-color: #006cfa;
}
.irs--round .irs-bar--single {
  border-radius: 4px 0 0 4px;
}
.irs--round .irs-shadow {
  height: 4px;
  bottom: 21px;
  background-color: rgba(222, 228, 236, 0.5);
}
.irs--round .irs-handle {
  top: 26px;
  width: 24px;
  height: 24px;
  border: 4px solid #006cfa;
  background-color: white;
  border-radius: 24px;
  box-shadow: 0 1px 3px rgba(0, 0, 255, 0.3);
}
.irs--round .irs-handle.state_hover,
.irs--round .irs-handle:hover {
  background-color: #f0f6ff;
}
.irs--round .irs-min,
.irs--round .irs-max {
  color: #333;
  font-size: 14px;
  line-height: 1;
  top: 0;
  padding: 3px 5px;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}
.irs--round .irs-from,
.irs--round .irs-to,
.irs--round .irs-single {
  font-size: 14px;
  line-height: 1;
  text-shadow: none;
  padding: 3px 5px;
  background-color: #006cfa;
  color: white;
  border-radius: 4px;
}
.irs--round .irs-from:before,
.irs--round .irs-to:before,
.irs--round .irs-single:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #006cfa;
}
.irs--round .irs-grid {
  height: 25px;
}
.irs--round .irs-grid-pol {
  background-color: #dedede;
}
.irs--round .irs-grid-text {
  color: silver;
  font-size: 13px;
}
.irs--square {
  height: 50px;
}
.irs--square.irs-with-grid {
  height: 60px;
}
.irs--square .irs-line {
  top: 31px;
  height: 4px;
  background-color: #dedede;
}
.irs--square .irs-bar {
  top: 31px;
  height: 4px;
  background-color: black;
}
.irs--square .irs-shadow {
  height: 2px;
  bottom: 21px;
  background-color: #dedede;
}
.irs--square .irs-handle {
  top: 25px;
  width: 16px;
  height: 16px;
  border: 3px solid black;
  background-color: white;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.irs--square .irs-handle.state_hover,
.irs--square .irs-handle:hover {
  background-color: #f0f6ff;
}
.irs--square .irs-min,
.irs--square .irs-max {
  color: #333;
  font-size: 14px;
  line-height: 1;
  top: 0;
  padding: 3px 5px;
  background-color: rgba(0, 0, 0, 0.1);
}
.irs--square .irs-from,
.irs--square .irs-to,
.irs--square .irs-single {
  font-size: 14px;
  line-height: 1;
  text-shadow: none;
  padding: 3px 5px;
  background-color: black;
  color: white;
}
.irs--square .irs-grid {
  height: 25px;
}
.irs--square .irs-grid-pol {
  background-color: #dedede;
}
.irs--square .irs-grid-text {
  color: silver;
  font-size: 11px;
}
.panel.header .links,
.panel.header .switcher {
  display: none;
}
.nav-sections {
  background: var(--navigation__background);
}
.nav-toggle {
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  display: block;
  font-size: 0;
  left: 15px;
  position: absolute;
  top: 15px;
  z-index: 14;
}
.nav-toggle:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: inherit;
  color: var(--header-icons-color);
  content: '\e609';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.nav-toggle:hover:before {
  color: var(--theme__color__primary);
}
.nav-toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.nav-toggle:after {
  content: '';
  display: block;
  position: fixed;
  z-index: 4;
  top: 0;
  left: 0;
  right: 0;
  height: 100vh;
  opacity: 0;
  pointer-events: none;
  background: rgba(0, 0, 0, 0.6);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
  cursor: url('../../frontend/bluesky/bluesky_kalles_default/en_US/images/my-cursor.png'), pointer;
}
:root {
  --navigation-level1-item_color: #222;
  --naviation-level0-item__font-size: 14px;
  --vertical_submenu__background: #f6f6f8;
}
.navigation * {
  box-sizing: border-box;
}
.navigation .level0 > a,
.navigation .submenu {
  text-align: left;
}
.navigation .level0 > a .label,
.navigation .submenu .label {
  display: inline-block;
  line-height: 1;
  font-weight: 400;
  font-size: 0.9rem;
  text-transform: capitalize;
  padding: 4px 7px !important;
  border-radius: 30px;
  -webkit-transform: translateY(-60%);
  -moz-transform: translateY(-60%);
  -ms-transform: translateY(-60%);
  transform: translateY(-60%);
  margin-left: 5px !important;
}
.navigation .level0 > a {
  font-family: var(--navigation-level0-item__font-family);
  text-transform: var(--navigation-level0-item__text-transform);
  font-weight: var(--navigation-level0-item__font-weight);
  font-size: var(--naviation-level0-item__font-size);
  cursor: pointer;
}
.navigation .level0 > a:hover {
  color: var(--link__hover__color);
}
.navigation .level0 > a .menu-thumb-icon {
  margin-right: 5px;
  max-width: 3rem;
  vertical-align: sub;
  font-size: 22px;
}
.navigation .level0 .products-grid .product-item .product_item_images .product-item-actions_middle > * {
  width: auto;
  display: block;
}
.navigation .level0 .elementor-category-thumbnail-image-item .category-thumbnail__image:hover {
  background-position: center;
  background-size: cover;
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -ms-transform: scale(1.08);
  transform: scale(1.08);
}
.navigation.horizontal .level0 > a .menu-thumb-icon {
  margin: auto;
  max-width: 9.6rem;
  vertical-align: middle;
}
.vertical-menu-container.navigation {
  position: relative;
  background-color: transparent;
  padding: 0;
  margin-left: 0;
}
.vertical-menu-container.navigation ul,
.vertical-menu-container.navigation ol {
  list-style: none;
}
.vertical-menu-container.navigation .expand-category-link a:before {
  content: '+';
  padding-right: 5px;
  vertical-align: middle;
}
.vertical-menu-container.navigation .expand-category-link.expanding a:before {
  content: '-';
}
.nav-toggle {
  position: static;
  text-align: left;
}
.nav-toggle:before {
  display: none;
}
.widget-menu-container .widget-menu-html {
  background: var(--navigation__background);
  box-sizing: border-box;
}
.widget-menu-container .widget-menu-html ul {
  margin: 0;
  padding: 0;
}
.widget-menu-container .widget-menu-html li {
  margin: 0;
}
.widget-menu-container .widget-menu-html a {
  display: block;
  padding-top: 12px;
  padding-right: 0;
  padding-bottom: 12px;
  padding-left: 15px;
}
.widget-menu-container .widget-menu-html a,
.widget-menu-container .widget-menu-html a:hover {
  color: #575757;
  text-decoration: none;
}
.widget-menu-container .widget-menu-html .level0 {
  font-size: 1.4rem;
}
.widget-menu-container .widget-menu-html .level0 > .level-top {
  font-weight: var(--navigation-level0-item__font-weight);
  padding: 10px 48px 10px 15px;
  text-transform: var(--navigation-level0-item__text-transform);
  word-wrap: break-word;
}
.widget-menu-container .widget-menu-html .level0 > .level-top:hover {
  color: #666;
}
.widget-menu-container .widget-menu-html .level0.active .all-category .ui-state-focus {
  border-color: #222;
  border-style: solid;
  border-width: 0;
  color: #222;
  padding-left: 7px;
  display: inline-block;
}
.widget-menu-container .widget-menu-html .level0 > .level1 {
  font-weight: 600;
}
.widget-menu-container .widget-menu-html .level0.active > a:not(.ui-state-active),
.widget-menu-container .widget-menu-html .level0.has-active > a:not(.ui-state-active) {
  border-color: #222;
  border-style: solid;
  border-width: 0;
  color: #222;
}
.widget-menu-container .widget-menu-html .level0.active > a:not(.ui-state-active) span:not(.ui-menu-icon),
.widget-menu-container .widget-menu-html .level0.has-active > a:not(.ui-state-active) span:not(.ui-menu-icon) {
  margin-left: -8px;
}
.widget-menu-container .widget-menu-html .submenu > li {
  word-wrap: break-word;
}
.widget-menu-container .widget-menu-html .submenu > li > a:hover {
  color: #666;
}
.widget-menu-container .widget-menu-html .submenu:not(:first-child) {
  background: var(--submenu__background);
  font-size: 14px;
  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;
}
.widget-menu-container .widget-menu-html .submenu:not(:first-child) > li > a {
  padding-left: 15px;
}
.widget-menu-container .widget-menu-html .submenu:not(:first-child) > li:last-child {
  margin-bottom: 0;
}
.widget-menu-container .widget-menu-html .submenu:not(:first-child) ul {
  display: block;
  padding-left: 15px;
}
.widget-menu-container .widget-menu-html .submenu:not(:first-child) ul > li {
  margin: 0;
}
.widget-menu-container .widget-menu-html .submenu:not(:first-child) ul > li a {
  color: var(--submenu-item__color);
  display: block;
  line-height: normal;
}
.widget-menu-container .widget-menu-html .submenu:not(:first-child) ul > li a:hover {
  color: #666;
}
.widget-menu-container .widget-menu-html .submenu:not(:first-child).expanded {
  display: block !important;
  padding-right: 0;
  top: 0 !important;
}
.widget-menu-container .widget-menu-html .submenu:not(:first-child) .active > a {
  border-color: #222;
  border-style: solid;
  border-width: 0 0 0 8px;
  padding-left: 7px;
}
.widget-menu-container .widget-menu-html .submenu:not(:first-child) .level1.active > a {
  padding-left: 7px;
}
.widget-menu-container * {
  box-sizing: border-box;
}
.widget-menu-container .title-menu-dropdown,
.widget-menu-container .verticalmenu-list {
  width: 100%;
}
.widget-menu-container .title-menu-dropdown {
  background: #007e91;
  font-size: var(--navigation-desktop__font-size);
  text-transform: uppercase;
  color: #fff;
  line-height: 55px;
  margin: 0;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: 0.3s all ease-in;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  display: inline-block;
  text-decoration: none;
}
.widget-menu-container .title-menu-dropdown > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.widget-menu-container .title-menu-dropdown:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 20px;
  color: inherit;
  content: '\e609';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.widget-menu-container .title-menu-dropdown:before {
  padding-right: 1.5rem;
}
@media only screen and (min-width: 1200px) {
  .widget-menu-container .title-menu-dropdown {
    padding: 0 15px;
  }
}
@media only screen and (max-width: 1199px) {
  .widget-menu-container .title-menu-dropdown {
    padding: 0 15px;
  }
}
.widget-menu-container .title-menu-dropdown .icon {
  font-size: 24px;
  vertical-align: middle;
  padding-right: 4%;
}
@media (min-width: 1199px) {
  .widget-menu-container .title-menu-dropdown .icon {
    padding-right: 30px;
  }
}
.widget-menu-container .title-menu-dropdown .icon-down {
  vertical-align: middle;
}
.widget-menu-container .level0 > a .label,
.widget-menu-container .submenu .label {
  display: inline-block;
  line-height: 1.1;
  font-weight: 400;
  font-size: 0.9rem;
  text-transform: capitalize;
  padding: 4px 7px !important;
  border-radius: 30px;
  -webkit-transform: translateY(-60%);
  -moz-transform: translateY(-60%);
  -ms-transform: translateY(-60%);
  transform: translateY(-60%);
  margin-left: 5px !important;
}
.widget-menu-container .level0 > a {
  font-family: var(--navigation-level0-item__font-family);
  text-transform: var(--navigation-level0-item__text-transform);
  cursor: pointer;
}
.widget-menu-container .level0 > a:hover {
  color: var(--link__hover__color);
}
.widget-menu-container .level0 > a .menu-thumb-icon {
  margin-right: 5px;
  max-width: 3rem;
  vertical-align: sub;
}
.widget-menu-container .nav-open body .navigation {
  padding: 0;
  width: 80%;
  overflow: visible;
}
.widget-menu-container .nav-open body .navigation #close-menu {
  display: inline-flex;
}
.widget-menu-container .nav-open body .navigation > ul {
  height: calc(100% - 48.5px);
  overflow: auto;
  -webkit-animation: 1s fadeIn;
  -moz-animation: 1s fadeIn;
  -ms-animation: 1s fadeIn;
  animation: 1s fadeIn;
}
.widget-menu-container .nav-open body .navigation .menu-mobile-title {
  display: flex !important;
}
.widget-menu-container .menu-mobile-title {
  font-weight: var(--heading__font-weight__base);
  font-size: 1.4rem;
  text-transform: uppercase;
  position: relative;
  background-color: #000;
  color: #fff;
  padding-top: 12px;
  padding-bottom: 12px;
  font-weight: var(--navigation-level0-item__font-weight);
  text-transform: var(--navigation-level0-item__text-transform);
  padding-left: 15px;
  font-size: var(--naviation-level0-item__font-size);
}
.widget-menu-container .menu-mobile-title a {
  flex: 1;
  color: inherit;
  padding: 0;
  text-align: center;
  position: relative;
}
.widget-menu-container .menu-mobile-title a:hover {
  color: #fff;
}
.widget-menu-container .menu-mobile-title a:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -12px;
  bottom: -12px;
  z-index: 0;
  opacity: 0;
  transition: 0.3s all ease-in;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  background-color: var(--theme__color__primary);
}
.widget-menu-container .menu-mobile-title a span {
  position: relative;
  z-index: 1;
}
.widget-menu-container .menu-mobile-title a.active:after {
  opacity: 1;
}
.widget-menu-container .menu-mobile-title [data-menu="horizontal-list"]:after {
  left: -15px;
}
.widget-menu-container [data-menu="horizontal-list"] ~ [data-menu="verticalmenu-list"] {
  padding-left: 15px;
}
.widget-menu-container [data-menu="horizontal-list"] ~ [data-menu="verticalmenu-list"]:before {
  content: '';
  position: absolute;
  top: -12px;
  bottom: -12px;
  left: 0;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
.widget-menu-container .append-content {
  display: block;
}
.widget-menu-container .widget-menu-html .submenu .row {
  margin: 0;
}
.widget-menu-container .widget-menu-html ul {
  width: 100%;
}
.widget-menu-container .widget-menu-html ul li > a {
  border-top: 1px solid #e6e6e6;
}
.widget-menu-container .widget-menu-html ul li > a:hover {
  background-color: rgba(82, 12, 12, 0.04);
}
.widget-menu-container .widget-menu-html .level0.block_content .submenu-block-content {
  border-top: 1px solid #e6e6e6;
}
.widget-menu-container .widget-menu-html .level0.block_content .submenu-block-content .menu-block-content {
  padding-left: 25px;
}
.widget-menu-container .menu-item-has-children,
.widget-menu-container .widget-menu-html li.level0.switcher-currency,
.widget-menu-container .widget-menu-html li.level0.switcher-language,
.widget-menu-container .level0.block_content {
  position: relative;
}
.widget-menu-container .menu-item-has-children > a,
.widget-menu-container .widget-menu-html li.level0.switcher-currency > a,
.widget-menu-container .widget-menu-html li.level0.switcher-language > a,
.widget-menu-container .level0.block_content > a,
.widget-menu-container .menu-item-has-children > .switcher-trigger strong,
.widget-menu-container .widget-menu-html li.level0.switcher-currency > .switcher-trigger strong,
.widget-menu-container .widget-menu-html li.level0.switcher-language > .switcher-trigger strong,
.widget-menu-container .level0.block_content > .switcher-trigger strong,
.widget-menu-container .menu-item-has-children > .switcher-trigger strong,
.widget-menu-container .widget-menu-html li.level0.switcher-currency > .switcher-trigger strong,
.widget-menu-container .widget-menu-html li.level0.switcher-language > .switcher-trigger strong,
.widget-menu-container .level0.block_content > .switcher-trigger strong {
  position: relative;
}
.widget-menu-container .menu-item-has-children > a::after,
.widget-menu-container .widget-menu-html li.level0.switcher-currency > a::after,
.widget-menu-container .widget-menu-html li.level0.switcher-language > a::after,
.widget-menu-container .level0.block_content > a::after,
.widget-menu-container .menu-item-has-children > .switcher-trigger strong::after,
.widget-menu-container .widget-menu-html li.level0.switcher-currency > .switcher-trigger strong::after,
.widget-menu-container .widget-menu-html li.level0.switcher-language > .switcher-trigger strong::after,
.widget-menu-container .level0.block_content > .switcher-trigger strong::after,
.widget-menu-container .menu-item-has-children > .switcher-trigger strong::after,
.widget-menu-container .widget-menu-html li.level0.switcher-currency > .switcher-trigger strong::after,
.widget-menu-container .widget-menu-html li.level0.switcher-language > .switcher-trigger strong::after,
.widget-menu-container .level0.block_content > .switcher-trigger strong::after,
.widget-menu-container .menu-item-has-children > a:before,
.widget-menu-container .widget-menu-html li.level0.switcher-currency > a:before,
.widget-menu-container .widget-menu-html li.level0.switcher-language > a:before,
.widget-menu-container .level0.block_content > a:before,
.widget-menu-container .menu-item-has-children > .switcher-trigger strong:before,
.widget-menu-container .widget-menu-html li.level0.switcher-currency > .switcher-trigger strong:before,
.widget-menu-container .widget-menu-html li.level0.switcher-language > .switcher-trigger strong:before,
.widget-menu-container .level0.block_content > .switcher-trigger strong:before,
.widget-menu-container .menu-item-has-children > .switcher-trigger strong:before,
.widget-menu-container .widget-menu-html li.level0.switcher-currency > .switcher-trigger strong:before,
.widget-menu-container .widget-menu-html li.level0.switcher-language > .switcher-trigger strong:before,
.widget-menu-container .level0.block_content > .switcher-trigger strong:before {
  position: relative;
}
.widget-menu-container .menu-item-has-children > a::after::after,
.widget-menu-container .widget-menu-html li.level0.switcher-currency > a::after::after,
.widget-menu-container .widget-menu-html li.level0.switcher-language > a::after::after,
.widget-menu-container .level0.block_content > a::after::after,
.widget-menu-container .menu-item-has-children > .switcher-trigger strong::after::after,
.widget-menu-container .widget-menu-html li.level0.switcher-currency > .switcher-trigger strong::after::after,
.widget-menu-container .widget-menu-html li.level0.switcher-language > .switcher-trigger strong::after::after,
.widget-menu-container .level0.block_content > .switcher-trigger strong::after::after,
.widget-menu-container .menu-item-has-children > .switcher-trigger strong::after::after,
.widget-menu-container .widget-menu-html li.level0.switcher-currency > .switcher-trigger strong::after::after,
.widget-menu-container .widget-menu-html li.level0.switcher-language > .switcher-trigger strong::after::after,
.widget-menu-container .level0.block_content > .switcher-trigger strong::after::after,
.widget-menu-container .menu-item-has-children > a:before::after,
.widget-menu-container .widget-menu-html li.level0.switcher-currency > a:before::after,
.widget-menu-container .widget-menu-html li.level0.switcher-language > a:before::after,
.widget-menu-container .level0.block_content > a:before::after,
.widget-menu-container .menu-item-has-children > .switcher-trigger strong:before::after,
.widget-menu-container .widget-menu-html li.level0.switcher-currency > .switcher-trigger strong:before::after,
.widget-menu-container .widget-menu-html li.level0.switcher-language > .switcher-trigger strong:before::after,
.widget-menu-container .level0.block_content > .switcher-trigger strong:before::after,
.widget-menu-container .menu-item-has-children > .switcher-trigger strong:before::after,
.widget-menu-container .widget-menu-html li.level0.switcher-currency > .switcher-trigger strong:before::after,
.widget-menu-container .widget-menu-html li.level0.switcher-language > .switcher-trigger strong:before::after,
.widget-menu-container .level0.block_content > .switcher-trigger strong:before::after,
.widget-menu-container .menu-item-has-children > a::after:before,
.widget-menu-container .widget-menu-html li.level0.switcher-currency > a::after:before,
.widget-menu-container .widget-menu-html li.level0.switcher-language > a::after:before,
.widget-menu-container .level0.block_content > a::after:before,
.widget-menu-container .menu-item-has-children > .switcher-trigger strong::after:before,
.widget-menu-container .widget-menu-html li.level0.switcher-currency > .switcher-trigger strong::after:before,
.widget-menu-container .widget-menu-html li.level0.switcher-language > .switcher-trigger strong::after:before,
.widget-menu-container .level0.block_content > .switcher-trigger strong::after:before,
.widget-menu-container .menu-item-has-children > .switcher-trigger strong::after:before,
.widget-menu-container .widget-menu-html li.level0.switcher-currency > .switcher-trigger strong::after:before,
.widget-menu-container .widget-menu-html li.level0.switcher-language > .switcher-trigger strong::after:before,
.widget-menu-container .level0.block_content > .switcher-trigger strong::after:before,
.widget-menu-container .menu-item-has-children > a:before:before,
.widget-menu-container .widget-menu-html li.level0.switcher-currency > a:before:before,
.widget-menu-container .widget-menu-html li.level0.switcher-language > a:before:before,
.widget-menu-container .level0.block_content > a:before:before,
.widget-menu-container .menu-item-has-children > .switcher-trigger strong:before:before,
.widget-menu-container .widget-menu-html li.level0.switcher-currency > .switcher-trigger strong:before:before,
.widget-menu-container .widget-menu-html li.level0.switcher-language > .switcher-trigger strong:before:before,
.widget-menu-container .level0.block_content > .switcher-trigger strong:before:before,
.widget-menu-container .menu-item-has-children > .switcher-trigger strong:before:before,
.widget-menu-container .widget-menu-html li.level0.switcher-currency > .switcher-trigger strong:before:before,
.widget-menu-container .widget-menu-html li.level0.switcher-language > .switcher-trigger strong:before:before,
.widget-menu-container .level0.block_content > .switcher-trigger strong:before:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  background-color: currentColor;
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
  -moz-transform: translate(-50%, -50%) rotate(-90deg);
  -ms-transform: translate(-50%, -50%) rotate(-90deg);
  transform: translate(-50%, -50%) rotate(-90deg);
  -webkit-transition: transform 0.35s ease-in-out, opacity 0.35s ease-in-out, -webkit-transform 0.35s ease-in-out;
  -moz-transition: transform 0.35s ease-in-out, opacity 0.35s ease-in-out, -webkit-transform 0.35s ease-in-out;
  -ms-transition: transform 0.35s ease-in-out, opacity 0.35s ease-in-out, -webkit-transform 0.35s ease-in-out;
  transition: transform 0.35s ease-in-out, opacity 0.35s ease-in-out, -webkit-transform 0.35s ease-in-out;
}
.widget-menu-container .menu-item-has-children > a::after:after,
.widget-menu-container .widget-menu-html li.level0.switcher-currency > a::after:after,
.widget-menu-container .widget-menu-html li.level0.switcher-language > a::after:after,
.widget-menu-container .level0.block_content > a::after:after,
.widget-menu-container .menu-item-has-children > .switcher-trigger strong::after:after,
.widget-menu-container .widget-menu-html li.level0.switcher-currency > .switcher-trigger strong::after:after,
.widget-menu-container .widget-menu-html li.level0.switcher-language > .switcher-trigger strong::after:after,
.widget-menu-container .level0.block_content > .switcher-trigger strong::after:after,
.widget-menu-container .menu-item-has-children > .switcher-trigger strong::after:after,
.widget-menu-container .widget-menu-html li.level0.switcher-currency > .switcher-trigger strong::after:after,
.widget-menu-container .widget-menu-html li.level0.switcher-language > .switcher-trigger strong::after:after,
.widget-menu-container .level0.block_content > .switcher-trigger strong::after:after,
.widget-menu-container .menu-item-has-children > a:before:after,
.widget-menu-container .widget-menu-html li.level0.switcher-currency > a:before:after,
.widget-menu-container .widget-menu-html li.level0.switcher-language > a:before:after,
.widget-menu-container .level0.block_content > a:before:after,
.widget-menu-container .menu-item-has-children > .switcher-trigger strong:before:after,
.widget-menu-container .widget-menu-html li.level0.switcher-currency > .switcher-trigger strong:before:after,
.widget-menu-container .widget-menu-html li.level0.switcher-language > .switcher-trigger strong:before:after,
.widget-menu-container .level0.block_content > .switcher-trigger strong:before:after,
.widget-menu-container .menu-item-has-children > .switcher-trigger strong:before:after,
.widget-menu-container .widget-menu-html li.level0.switcher-currency > .switcher-trigger strong:before:after,
.widget-menu-container .widget-menu-html li.level0.switcher-language > .switcher-trigger strong:before:after,
.widget-menu-container .level0.block_content > .switcher-trigger strong:before:after {
  width: 1px;
  height: 12px;
}
.widget-menu-container .menu-item-has-children > a::after:before,
.widget-menu-container .widget-menu-html li.level0.switcher-currency > a::after:before,
.widget-menu-container .widget-menu-html li.level0.switcher-language > a::after:before,
.widget-menu-container .level0.block_content > a::after:before,
.widget-menu-container .menu-item-has-children > .switcher-trigger strong::after:before,
.widget-menu-container .widget-menu-html li.level0.switcher-currency > .switcher-trigger strong::after:before,
.widget-menu-container .widget-menu-html li.level0.switcher-language > .switcher-trigger strong::after:before,
.widget-menu-container .level0.block_content > .switcher-trigger strong::after:before,
.widget-menu-container .menu-item-has-children > .switcher-trigger strong::after:before,
.widget-menu-container .widget-menu-html li.level0.switcher-currency > .switcher-trigger strong::after:before,
.widget-menu-container .widget-menu-html li.level0.switcher-language > .switcher-trigger strong::after:before,
.widget-menu-container .level0.block_content > .switcher-trigger strong::after:before,
.widget-menu-container .menu-item-has-children > a:before:before,
.widget-menu-container .widget-menu-html li.level0.switcher-currency > a:before:before,
.widget-menu-container .widget-menu-html li.level0.switcher-language > a:before:before,
.widget-menu-container .level0.block_content > a:before:before,
.widget-menu-container .menu-item-has-children > .switcher-trigger strong:before:before,
.widget-menu-container .widget-menu-html li.level0.switcher-currency > .switcher-trigger strong:before:before,
.widget-menu-container .widget-menu-html li.level0.switcher-language > .switcher-trigger strong:before:before,
.widget-menu-container .level0.block_content > .switcher-trigger strong:before:before,
.widget-menu-container .menu-item-has-children > .switcher-trigger strong:before:before,
.widget-menu-container .widget-menu-html li.level0.switcher-currency > .switcher-trigger strong:before:before,
.widget-menu-container .widget-menu-html li.level0.switcher-language > .switcher-trigger strong:before:before,
.widget-menu-container .level0.block_content > .switcher-trigger strong:before:before {
  width: 12px;
  height: 1px;
  opacity: 1;
}
.widget-menu-container .menu-item-has-children > a:after,
.widget-menu-container .widget-menu-html li.level0.switcher-currency > a:after,
.widget-menu-container .widget-menu-html li.level0.switcher-language > a:after,
.widget-menu-container .level0.block_content > a:after,
.widget-menu-container .menu-item-has-children > .switcher-trigger strong:after,
.widget-menu-container .widget-menu-html li.level0.switcher-currency > .switcher-trigger strong:after,
.widget-menu-container .widget-menu-html li.level0.switcher-language > .switcher-trigger strong:after,
.widget-menu-container .level0.block_content > .switcher-trigger strong:after,
.widget-menu-container .menu-item-has-children > .switcher-trigger strong:after,
.widget-menu-container .widget-menu-html li.level0.switcher-currency > .switcher-trigger strong:after,
.widget-menu-container .widget-menu-html li.level0.switcher-language > .switcher-trigger strong:after,
.widget-menu-container .level0.block_content > .switcher-trigger strong:after {
  width: 1px;
  height: 12px;
  right: 21px;
}
.widget-menu-container .menu-item-has-children > a:before,
.widget-menu-container .widget-menu-html li.level0.switcher-currency > a:before,
.widget-menu-container .widget-menu-html li.level0.switcher-language > a:before,
.widget-menu-container .level0.block_content > a:before,
.widget-menu-container .menu-item-has-children > .switcher-trigger strong:before,
.widget-menu-container .widget-menu-html li.level0.switcher-currency > .switcher-trigger strong:before,
.widget-menu-container .widget-menu-html li.level0.switcher-language > .switcher-trigger strong:before,
.widget-menu-container .level0.block_content > .switcher-trigger strong:before,
.widget-menu-container .menu-item-has-children > .switcher-trigger strong:before,
.widget-menu-container .widget-menu-html li.level0.switcher-currency > .switcher-trigger strong:before,
.widget-menu-container .widget-menu-html li.level0.switcher-language > .switcher-trigger strong:before,
.widget-menu-container .level0.block_content > .switcher-trigger strong:before {
  width: 12px;
  height: 1px;
  opacity: 1;
}
.widget-menu-container .menu-item-has-children > a.ui-state-active:before,
.widget-menu-container .widget-menu-html li.level0.switcher-currency > a.ui-state-active:before,
.widget-menu-container .widget-menu-html li.level0.switcher-language > a.ui-state-active:before,
.widget-menu-container .level0.block_content > a.ui-state-active:before,
.widget-menu-container .menu-item-has-children > .switcher-trigger strong.ui-state-active:before,
.widget-menu-container .widget-menu-html li.level0.switcher-currency > .switcher-trigger strong.ui-state-active:before,
.widget-menu-container .widget-menu-html li.level0.switcher-language > .switcher-trigger strong.ui-state-active:before,
.widget-menu-container .level0.block_content > .switcher-trigger strong.ui-state-active:before,
.widget-menu-container .menu-item-has-children > .switcher-trigger strong.ui-state-active:before,
.widget-menu-container .widget-menu-html li.level0.switcher-currency > .switcher-trigger strong.ui-state-active:before,
.widget-menu-container .widget-menu-html li.level0.switcher-language > .switcher-trigger strong.ui-state-active:before,
.widget-menu-container .level0.block_content > .switcher-trigger strong.ui-state-active:before,
.widget-menu-container .menu-item-has-children > a.ui-state-active:after,
.widget-menu-container .widget-menu-html li.level0.switcher-currency > a.ui-state-active:after,
.widget-menu-container .widget-menu-html li.level0.switcher-language > a.ui-state-active:after,
.widget-menu-container .level0.block_content > a.ui-state-active:after,
.widget-menu-container .menu-item-has-children > .switcher-trigger strong.ui-state-active:after,
.widget-menu-container .widget-menu-html li.level0.switcher-currency > .switcher-trigger strong.ui-state-active:after,
.widget-menu-container .widget-menu-html li.level0.switcher-language > .switcher-trigger strong.ui-state-active:after,
.widget-menu-container .level0.block_content > .switcher-trigger strong.ui-state-active:after,
.widget-menu-container .menu-item-has-children > .switcher-trigger strong.ui-state-active:after,
.widget-menu-container .widget-menu-html li.level0.switcher-currency > .switcher-trigger strong.ui-state-active:after,
.widget-menu-container .widget-menu-html li.level0.switcher-language > .switcher-trigger strong.ui-state-active:after,
.widget-menu-container .level0.block_content > .switcher-trigger strong.ui-state-active:after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  -moz-transform: translate(-50%, -50%) rotate(90deg);
  -ms-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}
.widget-menu-container .menu-item-has-children > a.ui-state-active::before,
.widget-menu-container .widget-menu-html li.level0.switcher-currency > a.ui-state-active::before,
.widget-menu-container .widget-menu-html li.level0.switcher-language > a.ui-state-active::before,
.widget-menu-container .level0.block_content > a.ui-state-active::before,
.widget-menu-container .menu-item-has-children > .switcher-trigger strong.ui-state-active::before,
.widget-menu-container .widget-menu-html li.level0.switcher-currency > .switcher-trigger strong.ui-state-active::before,
.widget-menu-container .widget-menu-html li.level0.switcher-language > .switcher-trigger strong.ui-state-active::before,
.widget-menu-container .level0.block_content > .switcher-trigger strong.ui-state-active::before,
.widget-menu-container .menu-item-has-children > .switcher-trigger strong.ui-state-active::before,
.widget-menu-container .widget-menu-html li.level0.switcher-currency > .switcher-trigger strong.ui-state-active::before,
.widget-menu-container .widget-menu-html li.level0.switcher-language > .switcher-trigger strong.ui-state-active::before,
.widget-menu-container .level0.block_content > .switcher-trigger strong.ui-state-active::before {
  opacity: 0;
}
.widget-menu-container .menu-item-has-children .open-children-toggle,
.widget-menu-container .widget-menu-html li.level0.switcher-currency .open-children-toggle,
.widget-menu-container .widget-menu-html li.level0.switcher-language .open-children-toggle,
.widget-menu-container .level0.block_content .open-children-toggle {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  min-width: 45px;
  min-height: 45px;
  z-index: 2;
  cursor: pointer;
}
.widget-menu-container .menu-item-has-children .subchildmenu,
.widget-menu-container .widget-menu-html li.level0.switcher-currency .subchildmenu,
.widget-menu-container .widget-menu-html li.level0.switcher-language .subchildmenu,
.widget-menu-container .level0.block_content .subchildmenu {
  display: none;
}
.widget-menu-container .menu-item-has-children .subchildmenu > li > a,
.widget-menu-container .widget-menu-html li.level0.switcher-currency .subchildmenu > li > a,
.widget-menu-container .widget-menu-html li.level0.switcher-language .subchildmenu > li > a,
.widget-menu-container .level0.block_content .subchildmenu > li > a {
  padding-left: 15px;
}
.widget-menu-container .menu-item-has-children .subchildmenu.opened,
.widget-menu-container .widget-menu-html li.level0.switcher-currency .subchildmenu.opened,
.widget-menu-container .widget-menu-html li.level0.switcher-language .subchildmenu.opened,
.widget-menu-container .level0.block_content .subchildmenu.opened {
  height: auto;
  opacity: 1;
  visibility: visible;
}
.widget-menu-container .menu-item-has-children .submenu,
.widget-menu-container .widget-menu-html li.level0.switcher-currency .submenu,
.widget-menu-container .widget-menu-html li.level0.switcher-language .submenu,
.widget-menu-container .level0.block_content .submenu,
.widget-menu-container .menu-item-has-children .switcher-content,
.widget-menu-container .widget-menu-html li.level0.switcher-currency .switcher-content,
.widget-menu-container .widget-menu-html li.level0.switcher-language .switcher-content,
.widget-menu-container .level0.block_content .switcher-content {
  background-image: none !important;
  max-width: 100%;
  transition: none;
  display: none;
}
.widget-menu-container .menu-item-has-children .submenu .subchildmenu .subchildmenu,
.widget-menu-container .widget-menu-html li.level0.switcher-currency .submenu .subchildmenu .subchildmenu,
.widget-menu-container .widget-menu-html li.level0.switcher-language .submenu .subchildmenu .subchildmenu,
.widget-menu-container .level0.block_content .submenu .subchildmenu .subchildmenu,
.widget-menu-container .menu-item-has-children .switcher-content .subchildmenu .subchildmenu,
.widget-menu-container .widget-menu-html li.level0.switcher-currency .switcher-content .subchildmenu .subchildmenu,
.widget-menu-container .widget-menu-html li.level0.switcher-language .switcher-content .subchildmenu .subchildmenu,
.widget-menu-container .level0.block_content .switcher-content .subchildmenu .subchildmenu {
  display: none;
}
.widget-menu-container .menu-item-has-children .submenu:not(:first-child),
.widget-menu-container .widget-menu-html li.level0.switcher-currency .submenu:not(:first-child),
.widget-menu-container .widget-menu-html li.level0.switcher-language .submenu:not(:first-child),
.widget-menu-container .level0.block_content .submenu:not(:first-child),
.widget-menu-container .menu-item-has-children .switcher-content:not(:first-child),
.widget-menu-container .widget-menu-html li.level0.switcher-currency .switcher-content:not(:first-child),
.widget-menu-container .widget-menu-html li.level0.switcher-language .switcher-content:not(:first-child),
.widget-menu-container .level0.block_content .switcher-content:not(:first-child) {
  transition: none;
  overflow: visible;
}
.widget-menu-container .menu-item-has-children .submenu:not(:first-child) ul,
.widget-menu-container .widget-menu-html li.level0.switcher-currency .submenu:not(:first-child) ul,
.widget-menu-container .widget-menu-html li.level0.switcher-language .submenu:not(:first-child) ul,
.widget-menu-container .level0.block_content .submenu:not(:first-child) ul,
.widget-menu-container .menu-item-has-children .switcher-content:not(:first-child) ul,
.widget-menu-container .widget-menu-html li.level0.switcher-currency .switcher-content:not(:first-child) ul,
.widget-menu-container .widget-menu-html li.level0.switcher-language .switcher-content:not(:first-child) ul,
.widget-menu-container .level0.block_content .switcher-content:not(:first-child) ul {
  padding-left: 0 !important;
}
.widget-menu-container .menu-item-has-children .submenu:not(:first-child) ul li > a,
.widget-menu-container .widget-menu-html li.level0.switcher-currency .submenu:not(:first-child) ul li > a,
.widget-menu-container .widget-menu-html li.level0.switcher-language .submenu:not(:first-child) ul li > a,
.widget-menu-container .level0.block_content .submenu:not(:first-child) ul li > a,
.widget-menu-container .menu-item-has-children .switcher-content:not(:first-child) ul li > a,
.widget-menu-container .widget-menu-html li.level0.switcher-currency .switcher-content:not(:first-child) ul li > a,
.widget-menu-container .widget-menu-html li.level0.switcher-language .switcher-content:not(:first-child) ul li > a,
.widget-menu-container .level0.block_content .switcher-content:not(:first-child) ul li > a {
  padding-left: 25px;
}
.widget-menu-container .menu-item-has-children .submenu:not(:first-child) ul li li > a,
.widget-menu-container .widget-menu-html li.level0.switcher-currency .submenu:not(:first-child) ul li li > a,
.widget-menu-container .widget-menu-html li.level0.switcher-language .submenu:not(:first-child) ul li li > a,
.widget-menu-container .level0.block_content .submenu:not(:first-child) ul li li > a,
.widget-menu-container .menu-item-has-children .switcher-content:not(:first-child) ul li li > a,
.widget-menu-container .widget-menu-html li.level0.switcher-currency .switcher-content:not(:first-child) ul li li > a,
.widget-menu-container .widget-menu-html li.level0.switcher-language .switcher-content:not(:first-child) ul li li > a,
.widget-menu-container .level0.block_content .switcher-content:not(:first-child) ul li li > a {
  padding-left: 40px;
}
.widget-menu-container .menu-item-has-children .submenu:not(:first-child) ul li li li > a,
.widget-menu-container .widget-menu-html li.level0.switcher-currency .submenu:not(:first-child) ul li li li > a,
.widget-menu-container .widget-menu-html li.level0.switcher-language .submenu:not(:first-child) ul li li li > a,
.widget-menu-container .level0.block_content .submenu:not(:first-child) ul li li li > a,
.widget-menu-container .menu-item-has-children .switcher-content:not(:first-child) ul li li li > a,
.widget-menu-container .widget-menu-html li.level0.switcher-currency .switcher-content:not(:first-child) ul li li li > a,
.widget-menu-container .widget-menu-html li.level0.switcher-language .switcher-content:not(:first-child) ul li li li > a,
.widget-menu-container .level0.block_content .switcher-content:not(:first-child) ul li li li > a {
  padding-left: 55px;
}
.widget-menu-container .menu-item-has-children .submenu:not(:first-child) ul li li li li > a,
.widget-menu-container .widget-menu-html li.level0.switcher-currency .submenu:not(:first-child) ul li li li li > a,
.widget-menu-container .widget-menu-html li.level0.switcher-language .submenu:not(:first-child) ul li li li li > a,
.widget-menu-container .level0.block_content .submenu:not(:first-child) ul li li li li > a,
.widget-menu-container .menu-item-has-children .switcher-content:not(:first-child) ul li li li li > a,
.widget-menu-container .widget-menu-html li.level0.switcher-currency .switcher-content:not(:first-child) ul li li li li > a,
.widget-menu-container .widget-menu-html li.level0.switcher-language .switcher-content:not(:first-child) ul li li li li > a,
.widget-menu-container .level0.block_content .switcher-content:not(:first-child) ul li li li li > a {
  padding-left: 70px;
}
.widget-menu-container .menu-item-has-children .submenu.opened > .subchildmenu,
.widget-menu-container .widget-menu-html li.level0.switcher-currency .submenu.opened > .subchildmenu,
.widget-menu-container .widget-menu-html li.level0.switcher-language .submenu.opened > .subchildmenu,
.widget-menu-container .level0.block_content .submenu.opened > .subchildmenu,
.widget-menu-container .menu-item-has-children .switcher-content.opened > .subchildmenu,
.widget-menu-container .widget-menu-html li.level0.switcher-currency .switcher-content.opened > .subchildmenu,
.widget-menu-container .widget-menu-html li.level0.switcher-language .switcher-content.opened > .subchildmenu,
.widget-menu-container .level0.block_content .switcher-content.opened > .subchildmenu,
.widget-menu-container .menu-item-has-children .submenu.opened > .row > .subchildmenu,
.widget-menu-container .widget-menu-html li.level0.switcher-currency .submenu.opened > .row > .subchildmenu,
.widget-menu-container .widget-menu-html li.level0.switcher-language .submenu.opened > .row > .subchildmenu,
.widget-menu-container .level0.block_content .submenu.opened > .row > .subchildmenu,
.widget-menu-container .menu-item-has-children .switcher-content.opened > .row > .subchildmenu,
.widget-menu-container .widget-menu-html li.level0.switcher-currency .switcher-content.opened > .row > .subchildmenu,
.widget-menu-container .widget-menu-html li.level0.switcher-language .switcher-content.opened > .row > .subchildmenu,
.widget-menu-container .level0.block_content .switcher-content.opened > .row > .subchildmenu {
  display: block;
}
.widget-menu-container .menu-item-has-children .switcher-content li > a,
.widget-menu-container .widget-menu-html li.level0.switcher-currency .switcher-content li > a,
.widget-menu-container .widget-menu-html li.level0.switcher-language .switcher-content li > a,
.widget-menu-container .level0.block_content .switcher-content li > a {
  padding-left: 25px;
}
.widget-menu-container .widget-menu-html .switcher-trigger strong {
  font-weight: var(--navigation-level0-item__font-weight);
  color: #575757;
}
.widget-menu-container .widget-menu-html .switcher-trigger.active strong:before,
.widget-menu-container .widget-menu-html .switcher-trigger.active strong:after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  -moz-transform: translate(-50%, -50%) rotate(90deg);
  -ms-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}
.widget-menu-container .widget-menu-html .switcher-trigger.active strong::before {
  opacity: 0;
}
.widget-menu-container .widget-menu-html .switcher-trigger.active + .switcher-dropdown {
  display: block;
  padding: 0;
}
.blueskytechco-onepagecheckout-full.checkout-index-index .nav-sections {
  display: block;
}
.blueskytechco-onepagecheckout-full.checkout-index-index .nav-toggle {
  display: block;
}
.blueskytechco-onepagecheckout-full.checkout-index-index .opc-block-summary._block-content-loading {
  z-index: 0;
}
.blueskytechco-onepagecheckout hr {
  display: none;
}
.blueskytechco-onepagecheckout input[type="radio"] {
  position: relative;
}
.blueskytechco-onepagecheckout .fieldset > .field {
  margin: 5px 0 5px !important;
}
.blueskytechco-onepagecheckout .label,
.blueskytechco-onepagecheckout .fieldset > .field:not(.choice) > .label {
  margin: 0 0 8px;
  display: block;
  width: auto;
  float: none;
  text-align: left;
}
.blueskytechco-onepagecheckout .fieldset > .field:not(.choice) > .control {
  width: 100%;
}
.blueskytechco-onepagecheckout .create-account .field,
.blueskytechco-onepagecheckout #opc-sidebar .choice.field {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  align-items: center;
}
.blueskytechco-onepagecheckout .create-account .field input[type="checkbox"],
.blueskytechco-onepagecheckout #opc-sidebar .choice.field input[type="checkbox"] {
  margin-top: 0;
  top: 0;
}
.blueskytechco-onepagecheckout .create-account .field label,
.blueskytechco-onepagecheckout #opc-sidebar .choice.field label {
  float: none;
  margin-bottom: 0 !important;
}
.blueskytechco-onepagecheckout .page-main {
  position: relative;
}
.blueskytechco-onepagecheckout .page-main .authentication-wrapper {
  width: auto;
  float: none;
  margin: 0;
  position: fixed;
  left: 0;
  top: 50%;
  display: block;
  border: 1px solid #ccc;
  border-left: 0;
  z-index: 5;
  border-radius: 0 3px 3px 0;
}
.blueskytechco-onepagecheckout .page-main .authentication-wrapper > button,
.blueskytechco-onepagecheckout .page-main .authentication-wrapper > .cart.table-wrapper .actions-toolbar > .action {
  transition: 0.3s all ease-in;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  background-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;
  min-width: 4rem;
  min-height: 4rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff;
}
.blueskytechco-onepagecheckout .page-main .authentication-wrapper > button:focus,
.blueskytechco-onepagecheckout .page-main .authentication-wrapper > button:active,
.blueskytechco-onepagecheckout .page-main .authentication-wrapper > .cart.table-wrapper .actions-toolbar > .action:focus,
.blueskytechco-onepagecheckout .page-main .authentication-wrapper > .cart.table-wrapper .actions-toolbar > .action:active {
  background: none;
  border: none;
}
.blueskytechco-onepagecheckout .page-main .authentication-wrapper > button:hover,
.blueskytechco-onepagecheckout .page-main .authentication-wrapper > .cart.table-wrapper .actions-toolbar > .action:hover {
  background: none;
  border: none;
}
.blueskytechco-onepagecheckout .page-main .authentication-wrapper > button.disabled,
.blueskytechco-onepagecheckout .page-main .authentication-wrapper > button[disabled],
fieldset[disabled] .blueskytechco-onepagecheckout .page-main .authentication-wrapper > button,
.blueskytechco-onepagecheckout .page-main .authentication-wrapper > .cart.table-wrapper .actions-toolbar > .action.disabled,
.blueskytechco-onepagecheckout .page-main .authentication-wrapper > .cart.table-wrapper .actions-toolbar > .action[disabled],
fieldset[disabled] .blueskytechco-onepagecheckout .page-main .authentication-wrapper > .cart.table-wrapper .actions-toolbar > .action {
  pointer-events: none;
  opacity: 0.5;
}
.blueskytechco-onepagecheckout .page-main .authentication-wrapper > button span,
.blueskytechco-onepagecheckout .page-main .authentication-wrapper > .cart.table-wrapper .actions-toolbar > .action span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.blueskytechco-onepagecheckout .page-main .authentication-wrapper > button:before,
.blueskytechco-onepagecheckout .page-main .authentication-wrapper > .cart.table-wrapper .actions-toolbar > .action:before {
  content: "\e90e";
  font-family: iconKalles;
  font-size: 16px;
  color: #222;
  line-height: 1;
}
.blueskytechco-onepagecheckout .page-main .authentication-wrapper .authentication-dropdown {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: auto;
  min-width: 30rem;
  background-color: transparent;
  border: 0;
  pointer-events: none;
}
.blueskytechco-onepagecheckout .page-main .authentication-wrapper .authentication-dropdown .modal-inner-wrap {
  position: relative;
  padding: 0;
  pointer-events: auto;
  background-color: #fff;
  z-index: 5;
}
.blueskytechco-onepagecheckout .page-main .authentication-wrapper .authentication-dropdown .modal-inner-wrap .action-login {
  margin-bottom: 0;
}
.blueskytechco-onepagecheckout .page-main .authentication-wrapper .authentication-dropdown._show {
  transform: none;
}
.blueskytechco-onepagecheckout .opc-estimated-wrapper {
  padding: 1.5rem 2rem;
  margin-bottom: 3rem;
  border: 1px solid #f5f5f5;
  background-color: #f5f5f5;
}
.blueskytechco-onepagecheckout .opc-estimated-wrapper .estimated-block {
  color: var(--heading__color__base);
  font-size: 1.6rem;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
.blueskytechco-onepagecheckout .opc-estimated-wrapper .estimated-block span {
  margin-bottom: 0;
}
.blueskytechco-onepagecheckout .opc-estimated-wrapper .minicart-wrapper {
  display: none;
}
.blueskytechco-onepagecheckout #checkoutSteps li:not(.item),
.blueskytechco-onepagecheckout #opc-sidebar {
  padding: 2rem;
  background-color: #fff;
  box-sizing: border-box;
  transition: all 0.2s ease-in-out;
  border: 1px solid #e6e6e6;
  width: 100%;
}
.blueskytechco-onepagecheckout .opc-wrapper .step-title,
.blueskytechco-onepagecheckout #opc-sidebar .title {
  margin-bottom: 1.8rem;
  border-bottom: 1px solid #e6e6e6;
  font-family: var(--heading__font-family__base);
  color: var(--heading__color__base);
  text-align: left;
  padding: 0 0 1rem;
  font-size: 1.6rem;
  text-transform: capitalize;
}
.blueskytechco-onepagecheckout .opc-wrapper {
  width: 100%;
  padding-right: 0;
}
.blueskytechco-onepagecheckout .opc-wrapper #shipping {
  float: left;
}
.blueskytechco-onepagecheckout .opc-wrapper #shipping #checkout-step-shipping .shipping-address-item {
  width: 100%;
}
.blueskytechco-onepagecheckout .opc-wrapper #shipping #checkout-step-shipping .shipping-address-item.selected-item:after {
  content: '';
  display: inline-block;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: transparent;
  height: 13px;
  width: 7px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  position: absolute;
  top: 2px;
  right: 7px;
}
.blueskytechco-onepagecheckout .opc-wrapper #shipping #checkout-step-shipping .shipping-address-item.selected-item:before {
  content: '';
  width: 2.5rem;
  height: 2.5rem;
  background-color: var(--theme__color__primary);
  position: absolute;
  top: 0;
  right: 0;
  left: auto;
}
.blueskytechco-onepagecheckout .opc-wrapper #shipping #checkout-step-shipping .not-selected-item {
  cursor: pointer;
}
.blueskytechco-onepagecheckout .opc-wrapper #shipping #checkout-step-shipping .new-address-popup .action-show-popup {
  margin-bottom: 0;
}
.blueskytechco-onepagecheckout .opc-wrapper #opc-shipping_method {
  float: right;
  margin-left: 4%;
}
.blueskytechco-onepagecheckout .opc-wrapper #opc-shipping_method div[name$=".blueskytechco_opc_shipping_delivery_date"] {
  margin-bottom: 10px;
}
.blueskytechco-onepagecheckout .opc-wrapper #opc-shipping_method div[name$=".blueskytechco_opc_shipping_delivery_date"] .label {
  margin: 0 0 8px;
  display: inline-block;
}
.blueskytechco-onepagecheckout .opc-wrapper #opc-shipping_method div[name$=".blueskytechco_opc_shipping_delivery_comment"] .label {
  margin: 0 0 8px;
  display: inline-block;
}
.blueskytechco-onepagecheckout .opc-wrapper #opc-shipping_method #checkout-step-shipping_method {
  margin-bottom: 0;
}
.blueskytechco-onepagecheckout .opc-wrapper #opc-shipping_method #checkout-step-shipping_method #checkout-shipping-method-load {
  margin-top: 1.5rem;
}
.blueskytechco-onepagecheckout .opc-wrapper #opc-shipping_method #checkout-step-shipping_method #checkout-shipping-method-load .table-checkout-shipping-method {
  width: 100%;
  min-width: 100%;
}
.blueskytechco-onepagecheckout .opc-wrapper #opc-shipping_method #checkout-step-shipping_method #checkout-shipping-method-load .table-checkout-shipping-method tbody tr:first-child td {
  border-top: 1px solid #e6e6e6;
}
.blueskytechco-onepagecheckout .opc-wrapper #opc-shipping_method #checkout-step-shipping_method #checkout-shipping-method-load .table-checkout-shipping-method .row {
  margin: 0;
  display: table-row;
}
.blueskytechco-onepagecheckout .opc-wrapper #opc-shipping_method #checkout-step-shipping_method #checkout-shipping-method-load .table-checkout-shipping-method .row td {
  padding: 1rem;
  width: auto;
  border-color: #e6e6e6;
}
.blueskytechco-onepagecheckout .opc-wrapper #opc-shipping_method #checkout-step-shipping_method #checkout-shipping-method-load .table-checkout-shipping-method .row td.col-method {
  vertical-align: middle;
  text-align: center;
}
.blueskytechco-onepagecheckout .opc-wrapper #opc-shipping_method #checkout-step-shipping_method #checkout-shipping-method-load .table-checkout-shipping-method .row td.col-method input[type="radio"] {
  margin: 0;
}
.blueskytechco-onepagecheckout .opc-wrapper #opc-shipping_method #checkout-step-shipping_method #shipping-method-buttons-container {
  display: none;
}
.blueskytechco-onepagecheckout .opc-wrapper #checkout-step-payment,
.blueskytechco-onepagecheckout .opc-wrapper #checkout-step-shipping {
  margin-bottom: 0;
}
.blueskytechco-onepagecheckout .opc-wrapper #payment {
  float: right;
  margin-top: 3rem;
}
.blueskytechco-onepagecheckout .opc-wrapper #payment br {
  display: none;
}
.blueskytechco-onepagecheckout .opc-wrapper #payment #co-payment-form .onepage-delivery {
  margin-top: 20px;
}
.blueskytechco-onepagecheckout .opc-wrapper #payment #co-payment-form .fieldset:last-child {
  margin-bottom: 0;
}
.blueskytechco-onepagecheckout .opc-wrapper #payment #checkout-payment-method-load .payment-methods {
  margin: auto;
}
.blueskytechco-onepagecheckout .opc-wrapper #payment #checkout-payment-method-load .payment-methods .payment-group:not(:first-child) .step-title {
  font-size: 18px;
  font-weight: unset;
}
.blueskytechco-onepagecheckout .opc-wrapper #payment #checkout-payment-method-load .payment-methods .payment-group .checkout-billing-address {
  margin: 0;
}
.blueskytechco-onepagecheckout .opc-wrapper #payment #checkout-payment-method-load .payment-methods .payment-group .checkout-billing-address .actions-toolbar {
  margin-top: 30px;
}
.blueskytechco-onepagecheckout .opc-wrapper #payment #checkout-payment-method-load .payment-methods .payment-group .payment-method .payment-method-title {
  padding: 10px 0;
  border-color: #e6e6e6;
  /*#paypal_express{
                                        min-height: 44px;
                                        float: left;
                                    }*/
  /*label[for="paypal_express"]{
                                        float: left;
                                        flex-wrap: wrap;
                                        width: 90%;
                                        .action-help{
                                            flex: 0 0 100%;
                                            margin: 5px 0 0;
                                            .lib-font-size(12);
                                            font-style: italic;
                                            &:not(:hover){
                                                color: @text__color;
                                            }
                                        }
                                    }*/
}
.blueskytechco-onepagecheckout .opc-wrapper #payment #checkout-payment-method-load .payment-methods .payment-group .payment-method .payment-method-title input[type="radio"] {
  margin-top: 0;
  top: 2px;
}
.blueskytechco-onepagecheckout .opc-wrapper #payment #checkout-payment-method-load .payment-methods .payment-group .payment-method .payment-method-title label {
  display: inline-flex;
  margin-bottom: 0;
  align-items: center;
}
.blueskytechco-onepagecheckout .opc-wrapper #payment #checkout-payment-method-load .payment-methods .payment-group .payment-method:first-child .payment-method-title {
  padding-top: 0;
}
.blueskytechco-onepagecheckout .opc-wrapper #payment #checkout-payment-method-load .payment-methods .payment-group .payment-method:last-child .payment-method-title {
  padding-bottom: 0;
}
.blueskytechco-onepagecheckout .opc-wrapper #payment #checkout-payment-method-load .payment-methods .payment-group .payment-method .payment-method-content {
  padding: 0;
}
.blueskytechco-onepagecheckout .opc-wrapper #payment #checkout-payment-method-load .payment-methods .payment-group .payment-method .payment-method-content .action.primary,
.blueskytechco-onepagecheckout .opc-wrapper #payment #checkout-payment-method-load .payment-methods .payment-group .payment-method .payment-method-content .box-tocart .action.instant-purchase,
.blueskytechco-onepagecheckout .opc-wrapper #payment #checkout-payment-method-load .payment-methods .payment-group .payment-method .payment-method-content .multicheckout .action.primary {
  display: none;
}
.blueskytechco-onepagecheckout .opc-wrapper #payment #checkout-payment-method-load .payment-methods .payment-group .payment-method .payment-method-content p {
  margin-bottom: 0;
}
.blueskytechco-onepagecheckout .opc-wrapper #braintree_expirationDate {
  width: auto;
}
.blueskytechco-onepagecheckout .opc-wrapper .payment-method-braintree .cvv {
  max-width: unset;
}
.blueskytechco-onepagecheckout .opc-wrapper .payment-method-braintree .cvv .field-tooltip {
  top: -4px;
  right: 0;
}
.blueskytechco-onepagecheckout .opc-wrapper #braintree_cc_number {
  min-height: 48px;
}
.blueskytechco-onepagecheckout .opc-wrapper ul.credit-card-types.braintree-credit-card-types {
  float: left;
  width: 100%;
}
.blueskytechco-onepagecheckout .opc-wrapper .payment-virtual {
  margin-top: 0 !important;
  width: 100% !important;
}
.blueskytechco-onepagecheckout #shipping .form-login {
  margin: 0;
}
.blueskytechco-onepagecheckout #shipping .form-login .fieldset {
  margin-bottom: 0;
}
.blueskytechco-onepagecheckout #shipping .form-login .fieldset > .field {
  margin: 0 0 10px;
}
.blueskytechco-onepagecheckout #shipping .form-login .fieldset > .field > label {
  padding: 0;
}
.blueskytechco-onepagecheckout #shipping #shipping-new-address-form {
  margin-bottom: 0;
}
.blueskytechco-onepagecheckout #shipping #shipping-new-address-form .street .additional .label {
  position: static;
  width: auto;
  height: auto;
}
.blueskytechco-onepagecheckout #shipping .form-shipping-address {
  margin: 0;
}
.blueskytechco-onepagecheckout #opc-sidebar {
  float: right;
  width: 100%;
  margin-top: 30px;
  border: 1px solid #e6e6e6;
}
.blueskytechco-onepagecheckout #opc-sidebar .label {
  margin: 0 0 5px;
  display: inline-block;
}
.blueskytechco-onepagecheckout #opc-sidebar > .field {
  margin: 10px 0;
}
.blueskytechco-onepagecheckout #opc-sidebar .items-in-cart {
  margin-bottom: 1.8rem;
  border-bottom: 1px solid #e6e6e6;
}
.blueskytechco-onepagecheckout #opc-sidebar .items-in-cart .title {
  padding-bottom: 2rem;
}
.blueskytechco-onepagecheckout #opc-sidebar .minicart-items .product-item .product.options .toggle {
  margin-bottom: 5px;
}
.blueskytechco-onepagecheckout #opc-sidebar .minicart-items .product-item .item-options .label {
  margin-right: 5px;
  margin-bottom: 0;
}
.blueskytechco-onepagecheckout #opc-sidebar .minicart-items .product-item-name a:not(:hover) {
  color: var(--heading__color__base);
}
.blueskytechco-onepagecheckout #opc-sidebar .opc-block-summary {
  background-color: #fff;
  margin-bottom: 1rem;
  padding: 0;
}
.blueskytechco-onepagecheckout #opc-sidebar .opc-block-summary .items-in-cart .title {
  padding: 0 0 1rem;
  margin-bottom: 1.5rem;
}
.blueskytechco-onepagecheckout #opc-sidebar .opc-block-summary .items-in-cart .title strong {
  font-size: 1.4rem;
  font-weight: var(--text-weight);
  text-transform: lowercase;
}
.blueskytechco-onepagecheckout #opc-sidebar .opc-block-summary .items-in-cart .minicart-items-wrapper {
  padding: 0 1.5rem 0 0;
  max-height: 364px;
}
.blueskytechco-onepagecheckout #opc-sidebar .opc-block-summary .items-in-cart .minicart-items-wrapper .product-item {
  padding: 1.5rem 0;
}
.blueskytechco-onepagecheckout #opc-sidebar .opc-block-summary .items-in-cart .minicart-items-wrapper .product-item:first-child {
  padding-top: 0;
}
.blueskytechco-onepagecheckout #opc-sidebar .opc-block-summary .items-in-cart .minicart-items-wrapper .product-item .product-image-container {
  max-width: 75px;
  height: auto !important;
}
.blueskytechco-onepagecheckout #opc-sidebar .opc-block-summary .items-in-cart .minicart-items-wrapper .product-item .product-image-container img {
  height: auto !important;
}
.blueskytechco-onepagecheckout #opc-sidebar .opc-block-summary .items-in-cart .minicart-items-wrapper .product-item-name {
  margin: 0 0 5px;
}
.blueskytechco-onepagecheckout #opc-sidebar .opc-block-summary .items-in-cart .minicart-items-wrapper .product-item-inner {
  margin-bottom: 0;
}
.blueskytechco-onepagecheckout #opc-sidebar .opc-block-summary .items-in-cart .minicart-items-wrapper .product-item .price {
  font-size: 1.4rem;
}
.blueskytechco-onepagecheckout #opc-sidebar .opc-block-summary .items-in-cart .minicart-items-wrapper .product-item .details-qty {
  margin-top: 5px;
}
.blueskytechco-onepagecheckout #opc-sidebar .opc-block-summary .items-in-cart .minicart-items-wrapper .product-item .details-qty input.qty {
  max-width: 45px;
  text-align: center;
  height: auto;
}
.blueskytechco-onepagecheckout #opc-sidebar .opc-block-summary .items-in-cart .minicart-items-wrapper .product-item .product.options {
  font-size: 1.3rem;
}
.blueskytechco-onepagecheckout #opc-sidebar .opc-block-summary .items-in-cart .minicart-items-wrapper .product-item .product.options .item-options {
  margin-bottom: 0;
  font-size: 1.2rem;
}
.blueskytechco-onepagecheckout #opc-sidebar .opc-block-summary .table-totals {
  font-family: var(--heading__font-family__base);
  color: var(--heading__color__base);
}
.blueskytechco-onepagecheckout #opc-sidebar .opc-block-summary .table-totals .mark {
  padding-left: 0;
}
.blueskytechco-onepagecheckout #opc-sidebar .opc-block-summary .table-totals .mark strong {
  font-weight: var(--heading__font-weight__base);
}
.blueskytechco-onepagecheckout #opc-sidebar .opc-block-summary .table-totals .mark .value {
  font-style: italic;
  font-family: var(--font-family-name__base), 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
}
.blueskytechco-onepagecheckout #opc-sidebar .opc-block-summary .table-totals tbody th,
.blueskytechco-onepagecheckout #opc-sidebar .opc-block-summary .table-totals tbody td {
  padding-top: 3px;
  padding-bottom: 3px;
}
.blueskytechco-onepagecheckout #opc-sidebar .opc-block-summary .table-totals tbody td {
  padding-right: 0;
}
.blueskytechco-onepagecheckout #opc-sidebar .discount-code {
  margin: 15px 0;
}
.blueskytechco-onepagecheckout #opc-sidebar .discount-code #discount-form {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  flex-wrap: wrap;
}
.blueskytechco-onepagecheckout #opc-sidebar .discount-code #discount-form:after,
.blueskytechco-onepagecheckout #opc-sidebar .discount-code #discount-form:before {
  content: '';
  display: table;
  clear: both;
}
.blueskytechco-onepagecheckout #opc-sidebar .discount-code #discount-form .payment-option-inner {
  width: 100%;
  display: inline-block;
  flex: 1;
}
.blueskytechco-onepagecheckout #opc-sidebar .discount-code #discount-form .actions-toolbar {
  float: right;
  margin-left: 10px;
}
.blueskytechco-onepagecheckout #opc-sidebar .discount-code #discount-form .actions-toolbar .action {
  margin: 0;
  color: var(--text__color);
  font-weight: 400;
  background-color: #f5f5f5;
  border-color: #f5f5f5;
  border-radius: 0;
}
.blueskytechco-onepagecheckout #opc-sidebar .actions-toolbar > .primary {
  width: 100%;
}
.blueskytechco-onepagecheckout #opc-sidebar .actions-toolbar > .primary > .btn-placeorder {
  margin: 0;
  width: 100%;
}
.blueskytechco-onepagecheckout #opc-sidebar .footer.links {
  margin-top: 10px;
  padding-left: 0;
  list-style: none;
}
.blueskytechco-onepagecheckout .ui_tpicker_hour_slider,
.blueskytechco-onepagecheckout .ui_tpicker_minute_slider {
  width: 100%!important;
}
.blueskytechco-onepagecheckout span.qty-button {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
}
.blueskytechco-onepagecheckout span.increase {
  display: inline-block;
  text-decoration: none;
}
.blueskytechco-onepagecheckout span.increase:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 26px;
  line-height: inherit;
  color: inherit;
  content: '\e621';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.blueskytechco-onepagecheckout span.decrease {
  display: inline-block;
  text-decoration: none;
}
.blueskytechco-onepagecheckout span.decrease:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 26px;
  line-height: inherit;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.blueskytechco-onepagecheckout span.increase,
.blueskytechco-onepagecheckout span.decrease {
  position: relative;
  display: block;
  cursor: pointer;
  font-size: 0;
}
.blueskytechco-onepagecheckout span.increase:after,
.blueskytechco-onepagecheckout span.decrease:after {
  display: block;
  line-height: 15px;
}
.blueskytechco-onepagecheckout #paypay-in-context-button.disable {
  opacity: 0.4;
  cursor: default;
  pointer-events: none;
}
.blueskytechco-onepagecheckout .page-wrapper .page-title-wrapper {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
  margin: 0 0 60px;
  position: relative;
}
.blueskytechco-onepagecheckout .cms-page-has-uploaded-image-banner .page-title-wrapper {
  margin-bottom: 0;
}
.checkout-index-index .modals-wrapper .modal-popup._inner-scroll .modal-inner-wrap {
  width: 80%;
  max-width: 700px;
  left: 0;
  margin-left: 0;
  margin: auto;
}
.checkout-index-index .modals-wrapper .form-shipping-address {
  margin: auto;
}
.checkout-agreements-block .checkout-agreement button,
.checkout-agreements-block .checkout-agreement .cart.table-wrapper .actions-toolbar > .action {
  text-transform: capitalize;
}
.checkout-agreements-block .checkout-agreement button:not(:hover),
.checkout-agreements-block .checkout-agreement .cart.table-wrapper .actions-toolbar > .action:not(:hover) {
  color: var(--heading__color__base);
}
.checkout-onepage-success .checkout-success {
  text-align: center;
}
.checkout-onepage-success .checkout-success .actions-toolbar {
  margin-top: 2rem;
}
.checkout-onepage-success .checkout-success .actions-toolbar .primary {
  float: none;
}
.checkout-onepage-success #registration {
  text-align: center;
}
.ui-timepicker-div .ui-button {
  padding: 0;
  width: 3rem;
  height: 3rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
/* #paypal-smart-button{
        position: relative;
        z-index: 1;
    }
    .paypal-express-in-context-mini-cart-container,
    #paypal-smart-button{
        margin-top: 1rem;
    }*/
#delivery-method-selector .action.selected {
  background-color: var(--theme__color__primary);
  border-color: var(--theme__color__primary);
  color: #fff;
}
/*test*/
:root {
  --post_item_title-size: 1.6rem;
  --post_item_title-weight: 600;
}
.post-image,
.post-ftimg-hld {
  position: relative;
  overflow: hidden;
  margin: 0 0 1.2rem;
}
.post-title {
  max-width: unset;
  padding: 0;
  margin: 0 0 0.5rem;
  line-height: 1.1;
}
.post-title > a {
  font-size: var(--post_item_title-size);
  font-weight: var(--post_item_title-weight);
}
.post-title > a:not(:hover) {
  color: var(--heading__color__base);
}
.post-info {
  flex: unset;
  max-width: unset;
  width: auto;
  color: var(--text__color);
  padding: 0;
  font-size: 1.4rem;
  text-transform: none;
  font-weight: 400;
  font-style: normal;
}
.post-info .item {
  display: inline-flex;
  align-items: center;
}
.post-info .label {
  font-weight: 400;
  padding-right: 2px;
}
.post-info .value {
  font-style: normal;
  color: var(--heading__color__base);
}
.post-info .value a {
  color: #222;
}
.post-info .post-title a:not(:hover) {
  color: var(--heading__color__base);
}
.post-description {
  line-height: 1.75;
  font-size: 14px;
  margin: 1rem 0 0;
}
.btn.post-read-more {
  float: none;
  margin: 1.5rem 0 0;
}
.page-wrapper:not(.lazyload-image) .post-item .blog-post-thumb a {
  transition: 0.3s all ease-in;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.widget-blog-posts-slider-carousel4 .post-title {
  margin-top: 1rem;
}
.widget-blog-posts-slider-carousel4 .post-info .value {
  font-weight: 600;
  font-size: 1.3rem;
  text-transform: uppercase;
}
.widget-blog-posts-slider-carousel5 .elementor-blog-post-item {
  position: relative;
  overflow: hidden;
}
.widget-blog-posts-slider-carousel5 .elementor-blog-post-item .post-image {
  margin-bottom: 0;
}
.widget-blog-posts-slider-carousel5 .elementor-blog-post-item::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: #fff;
  z-index: 1;
  pointer-events: none;
  opacity: 0;
  transition: 0.3s all ease-in;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.widget-blog-posts-slider-carousel5 .elementor-blog-post-item .post-info {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 3;
  opacity: 0;
  visibility: hidden;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  border: 1px solid #e6e6e6;
  justify-content: center;
  padding: 1.5rem 2.2rem;
  transition: 0.3s all ease-in;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.widget-blog-posts-slider-carousel5 .elementor-blog-post-item .post-info .post-text-hld {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.widget-blog-posts-slider-carousel5 .elementor-blog-post-item:hover .post-image a {
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -ms-transform: scale(1.08);
  transform: scale(1.08);
}
.widget-blog-posts-slider-carousel5 .elementor-blog-post-item:hover::before {
  opacity: 1;
}
.widget-blog-posts-slider-carousel5 .elementor-blog-post-item:hover .post-info {
  opacity: 1;
  visibility: visible;
}
div[class*="widget-blog-posts-grid"],
.widget-blog-post-list {
  margin: 0;
  padding: 0;
  list-style: none none;
}
div[class*="widget-blog-posts-grid"] li,
.widget-blog-post-list li {
  margin: 0;
}
div[class*="widget-blog-posts-grid"] .post-image,
.widget-blog-post-list .post-image {
  margin-bottom: 0;
}
div[class*="widget-blog-posts-grid"] .post-image a,
.widget-blog-post-list .post-image a {
  line-height: 0;
}
.widget-blog-posts-grid-default .widget-blog-post-grid,
.widget-blog-posts-grid-default-2 .widget-blog-post-grid,
.widget-blog-posts-grid-default-4 .widget-blog-post-grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 3rem;
}
.widget-blog-posts-grid-default .widget-blog-post-grid .elementor-blog-post-item:first-child,
.widget-blog-posts-grid-default-2 .widget-blog-post-grid .elementor-blog-post-item:first-child,
.widget-blog-posts-grid-default-4 .widget-blog-post-grid .elementor-blog-post-item:first-child {
  position: relative;
}
.widget-blog-posts-grid-default .widget-blog-post-grid .elementor-blog-post-item:first-child .post-content,
.widget-blog-posts-grid-default-2 .widget-blog-post-grid .elementor-blog-post-item:first-child .post-content,
.widget-blog-posts-grid-default-4 .widget-blog-post-grid .elementor-blog-post-item:first-child .post-content {
  overflow: hidden;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  z-index: 1;
}
.widget-blog-posts-grid-default .widget-blog-post-grid .elementor-blog-post-item:first-child .post-content .post-info,
.widget-blog-posts-grid-default-2 .widget-blog-post-grid .elementor-blog-post-item:first-child .post-content .post-info,
.widget-blog-posts-grid-default-4 .widget-blog-post-grid .elementor-blog-post-item:first-child .post-content .post-info {
  position: relative;
}
.widget-blog-posts-grid-default .widget-blog-post-grid .elementor-blog-post-item:first-child .post-content .post-info::before,
.widget-blog-posts-grid-default-2 .widget-blog-post-grid .elementor-blog-post-item:first-child .post-content .post-info::before,
.widget-blog-posts-grid-default-4 .widget-blog-post-grid .elementor-blog-post-item:first-child .post-content .post-info::before {
  content: '';
  position: absolute;
  top: -1.5rem;
  left: -1.5rem;
  right: -1.5rem;
  bottom: -1.5rem;
  z-index: -1;
  background: #fff;
}
.widget-blog-posts-grid-default .widget-blog-post-grid .elementor-blog-post-item:not(:first-child),
.widget-blog-posts-grid-default-2 .widget-blog-post-grid .elementor-blog-post-item:not(:first-child),
.widget-blog-posts-grid-default-4 .widget-blog-post-grid .elementor-blog-post-item:not(:first-child) {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  flex-wrap: wrap;
  flex-wrap: nowrap;
}
.widget-blog-posts-grid-default .widget-blog-post-grid .elementor-blog-post-item:not(:first-child) .post-image,
.widget-blog-posts-grid-default-2 .widget-blog-post-grid .elementor-blog-post-item:not(:first-child) .post-image,
.widget-blog-posts-grid-default-4 .widget-blog-post-grid .elementor-blog-post-item:not(:first-child) .post-image {
  flex: 0 0 45%;
  margin-right: 2rem;
  max-width: 20rem;
}
.widget-blog-posts-grid-default .widget-blog-post-grid .elementor-blog-post-item:not(:first-child) .post-description,
.widget-blog-posts-grid-default-2 .widget-blog-post-grid .elementor-blog-post-item:not(:first-child) .post-description,
.widget-blog-posts-grid-default-4 .widget-blog-post-grid .elementor-blog-post-item:not(:first-child) .post-description {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.widget-blog-posts-grid-default .elementor-blog-post-item:not(:first-child) .post-read-more {
  display: none;
}
.widget-blog-posts-grid-default-2 .elementor-blog-post-item:first-child .post-content {
  max-width: 80%;
}
.widget-blog-posts-grid-default-2 .elementor-blog-post-item:not(:first-child) .post-image {
  display: none;
}
.widget-blog-posts-grid-default-2 .elementor-blog-post-item .btn.post-read-more {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
  margin: 1.5rem 0 0;
}
.widget-blog-posts-grid-default-2 .elementor-blog-post-item .btn.post-read-more:focus,
.widget-blog-posts-grid-default-2 .elementor-blog-post-item .btn.post-read-more:active {
  background: none;
  border: none;
}
.widget-blog-posts-grid-default-2 .elementor-blog-post-item .btn.post-read-more:hover {
  background: none;
  border: none;
}
.widget-blog-posts-grid-default-2 .elementor-blog-post-item .btn.post-read-more.disabled,
.widget-blog-posts-grid-default-2 .elementor-blog-post-item .btn.post-read-more[disabled],
fieldset[disabled] .widget-blog-posts-grid-default-2 .elementor-blog-post-item .btn.post-read-more {
  pointer-events: none;
  opacity: 0.5;
}
.widget-blog-posts-grid-default-2 .elementor-blog-post-item .btn.post-read-more:hover {
  color: var(--theme__color__primary);
}
.widget-blog-posts-grid-default-4 .elementor-blog-post-item:first-child {
  border: 1px solid #e6e6e6;
}
.widget-blog-posts-grid-default-4 .elementor-blog-post-item:first-child .post-info {
  width: 80%;
  margin: -2rem auto 0;
  background: #fff;
  padding: 2rem 1.5rem;
  text-align: center;
  position: relative;
  z-index: 1;
}
.widget-blog-posts-grid-default-4 .elementor-blog-post-item:not(:first-child) {
  flex-direction: row-reverse;
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 3rem;
}
.widget-blog-posts-grid-default-4 .elementor-blog-post-item:not(:first-child) .post-image {
  margin-right: 0 !important;
  margin-left: 2rem;
}
.widget-blog-posts-grid-default-4 .elementor-blog-post-item:not(:first-child) .post-info {
  flex: 1;
}
.widget-blog-posts-list-default-3 .elementor-blog-post-item {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  margin-bottom: 3rem;
}
.widget-blog-posts-list-default-3 .elementor-blog-post-item .post-image {
  flex: 0 0 40%;
  margin-right: 3rem;
  max-width: 35rem;
}
.widget-blog-posts-list-default-3 .elementor-blog-post-item .post-info {
  flex: 1;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: space-between;
}
.widget-blog-posts-list-default-3 .elementor-blog-post-item .post-date {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 7rem;
  height: 7rem;
  background: #222;
  color: #fff;
  text-transform: uppercase;
}
.widget-blog-posts-list-default-3 .elementor-blog-post-item .post-date .year {
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1;
}
.widget-blog-posts-list-default-3 .elementor-blog-post-item .btn.post-read-more {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
  margin: 1.5rem 0 0;
}
.widget-blog-posts-list-default-3 .elementor-blog-post-item .btn.post-read-more:focus,
.widget-blog-posts-list-default-3 .elementor-blog-post-item .btn.post-read-more:active {
  background: none;
  border: none;
}
.widget-blog-posts-list-default-3 .elementor-blog-post-item .btn.post-read-more:hover {
  background: none;
  border: none;
}
.widget-blog-posts-list-default-3 .elementor-blog-post-item .btn.post-read-more.disabled,
.widget-blog-posts-list-default-3 .elementor-blog-post-item .btn.post-read-more[disabled],
fieldset[disabled] .widget-blog-posts-list-default-3 .elementor-blog-post-item .btn.post-read-more {
  pointer-events: none;
  opacity: 0.5;
}
.widget-blog-posts-list-default-3 .elementor-blog-post-item .btn.post-read-more:hover {
  color: var(--theme__color__primary);
}
.blog-page-list .blog-list-post-featured {
  margin-bottom: 6rem;
}
.blog-list-post-featured .slick-list {
  margin: 0;
}
.blog-list-post-featured .slick-list .slick-slide {
  padding: 0;
}
.blog-list-post-featured .item {
  position: relative;
  overflow: hidden;
}
.blog-list-post-featured .item:hover .post-image a img {
  -webkit-transform: scale(1.09);
  -moz-transform: scale(1.09);
  -ms-transform: scale(1.09);
  transform: scale(1.09);
}
.blog-list-post-featured .item:hover .post-image a::after {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: 0.6s;
}
.blog-list-post-featured .item .post-image {
  margin: 0;
}
.blog-list-post-featured .item .post-image a {
  display: block;
  overflow: hidden;
  position: relative;
  height: 0;
  padding-top: 75%;
}
.blog-list-post-featured .item .post-image a::after {
  position: absolute;
  border-radius: 50%;
  width: 0;
  height: 0;
  top: 50%;
  left: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  content: "";
  z-index: 2;
}
.blog-list-post-featured .item .post-image a img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  -webkit-transition: opacity 0.5s, transform 2s cubic-bezier(0, 0, 0.44, 1.18), -webkit-transform 2s cubic-bezier(0, 0, 0.44, 1.18);
  -moz-transition: opacity 0.5s, transform 2s cubic-bezier(0, 0, 0.44, 1.18), -webkit-transform 2s cubic-bezier(0, 0, 0.44, 1.18);
  -ms-transition: opacity 0.5s, transform 2s cubic-bezier(0, 0, 0.44, 1.18), -webkit-transform 2s cubic-bezier(0, 0, 0.44, 1.18);
  transition: opacity 0.5s, transform 2s cubic-bezier(0, 0, 0.44, 1.18), -webkit-transform 2s cubic-bezier(0, 0, 0.44, 1.18);
}
.blog-list-post-featured .item .post-top {
  padding: 20px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  color: #878787;
  text-align: center;
  min-height: 153px;
}
.blog-list-post-featured .item .cat-links a {
  font-size: 1.2rem;
  color: #fff;
}
.blog-list-post-featured .item .post-item-title {
  margin: 10px 0 5px;
}
.blog-list-post-featured .item .post-item-title a {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
}
.blog-layout-masonry .post-list .post-holder {
  margin: 0 0 4rem;
}
.blog-layout-masonry .post-list .post-title {
  margin: 10px 0 5px;
}
.blog-layout-masonry .post-list .post-title a {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
  line-height: 1.428;
  font-size: 1.4rem;
}
.blog-layout-masonry .post-list .post-author {
  font-size: 1.2rem;
}
.blog-layout-masonry .post-list .post-author a {
  color: #fff;
}
.blog-layout-masonry .post-list .post-info .label {
  display: none;
}
.blog-layout-masonry .post-list .post-info .value {
  color: var(--text__color);
}
.blog-layout-masonry .post-list .post-header {
  position: relative;
  overflow: hidden;
}
.blog-layout-masonry .post-list .post-header .post-ftimg-hld {
  margin: 0;
}
.blog-layout-masonry .post-list .post-header .inside-thumb {
  padding: 20px 20px 25px;
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 30px;
  background: rgba(0, 0, 0, 0.9);
  text-align: center;
  color: #878787;
}
.blog-layout-masonry .post-list .post-content {
  background: #f6f6f8;
  padding: 25px;
  text-align: center;
  display: block !important;
}
.blog-layout-masonry .post-list .post-content .post-text-hld {
  margin-bottom: 1.3rem;
}
.blog-layout-masonry .post-list .post-content .post-read-more {
  background-image: none;
  background: var(--button__background);
  border: 2px solid var(--button__color);
  color: var(--button__color);
  cursor: pointer;
  display: inline-block;
  font-family: inherit;
  font-weight: var(--button__font-weight);
  margin: 0;
  padding: 7px 25px;
  font-size: 1.4rem;
  line-height: 2.24rem;
  box-sizing: border-box;
  vertical-align: middle;
  border-radius: 40px;
  padding: 9px 25px;
  margin: 10px 0 20px;
}
.blog-layout-masonry .post-list .post-content .post-read-more:focus,
.blog-layout-masonry .post-list .post-content .post-read-more:active {
  background: var(--button__hover__background);
  border: 2px solid var(--theme__color__primary);
  color: var(--button__hover__color);
}
.blog-layout-masonry .post-list .post-content .post-read-more:hover {
  background: var(--button__hover__background);
  border: 2px solid var(--theme__color__primary);
  color: var(--button__hover__color);
}
.blog-layout-masonry .post-list .post-content .post-read-more.disabled,
.blog-layout-masonry .post-list .post-content .post-read-more[disabled],
fieldset[disabled] .blog-layout-masonry .post-list .post-content .post-read-more {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
/*test*/
.navigation .level0 .submenu .category-thumbnail__info .category-thumbnail__title,
.category-thumbnail__info .category-thumbnail__title {
  font-size: 1.4rem;
  text-transform: capitalize;
  margin: 0;
}
.navigation .level0 .submenu .category-thumbnail__info .category-thumbnail__title a,
.category-thumbnail__info .category-thumbnail__title a {
  color: var(--heading__color__base);
  padding: 0;
  display: block;
}
.elementor-category-thumbnail-image-item {
  position: relative;
  height: 100%;
}
.elementor-category-thumbnail-image-item .category-thumbnail__image {
  display: block;
  height: 100%;
}
.elementor-category-thumbnail-image-item .category-thumbnail__image.radius {
  border-radius: 50%;
}
.elementor-category-thumbnail-image-item .category-thumbnail__info {
  text-align: center;
  padding: 1.5rem 0 0;
}
.elementor-category-thumbnail-image-item .category-thumbnail__info.absolute {
  position: absolute;
}
.elementor-category-thumbnail-image-item .category-thumbnail__info.absolute.center-bottom {
  bottom: 2rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.elementor-category-thumbnail-image-item .category-thumbnail__info.absolute.left-center {
  top: 0;
  left: 3rem;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  transform: none;
  text-align: left;
}
.elementor-category-thumbnail-image-item .link-shop-now {
  color: var(--heading__color__base);
}
.widget-category-thumbnail-image-slider-carousel4 .elementor-category-thumbnail-image-item .category-thumbnail__image {
  margin-bottom: 20px;
  border-radius: 50%;
}
.widget-category-thumbnail-image-slider-carousel4 .elementor-category-thumbnail-image-item .category-thumbnail__info.absolute.center-bottom {
  transform: none;
  right: 0;
  left: 0;
  background: #fff;
}
.widget-category-thumbnail-image-slider-carousel6 .slick-list {
  border-right: 1px solid #e6e6e6;
}
.widget-category-thumbnail-image-slider-carousel6 .slick-slide {
  line-height: 0;
}
.widget-category-thumbnail-image-slider-carousel6 .category-thumbnail_img {
  width: 50%;
  border: 2px solid #222;
  border-radius: 50%;
  margin: auto;
}
.widget-category-thumbnail-image-slider-carousel6 .elementor-category-thumbnail-image-item {
  padding: 15px;
  position: relative;
}
.widget-category-thumbnail-image-slider-carousel6 .elementor-category-thumbnail-image-item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border: 1px solid #e6e6e6;
  border-right: 0;
  pointer-events: none;
}
.widget-category-thumbnail-image-slider-carousel6 .elementor-category-thumbnail-image-item .category-thumbnail__image {
  background-size: initial;
}
.widget-category-thumbnail-image-slider-carousel6 .elementor-category-thumbnail-image-item .category-thumbnail__title {
  min-height: 4rem;
  font-weight: var(--text-weight);
}
.widget-category-thumbnail-image-slider-carousel7 .elementor-category-thumbnail-image-item .category-thumbnail__image {
  margin-bottom: 20px;
}
.widget-category-thumbnail-image-slider-carousel7 .elementor-category-thumbnail-image-item .category-thumbnail__info {
  padding-top: 0;
}
.widget-category-thumbnail-image-slider-carousel7 .elementor-category-thumbnail-image-item .category-thumbnail__info .category-thumbnail__title {
  font-size: 1.8rem;
  font-weight: var(--text-weight);
}
.widget-category-thumbnail-image-slider-carousel7 .elementor-category-thumbnail-image-item .category-thumbnail__info .count-products-for-categories {
  display: none;
}
div[class*="widget-category-thumbnail-image-grid"] .category-thumbnail__title,
.widget-category-thumbnail-image-slider-carousel .category-thumbnail__title {
  padding: 12px 20px;
  background: #fff;
  -webkit-box-shadow: 1px 1px 0 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 1px 1px 0 0 rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 1px 1px 0 0 rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 0 0 rgba(0, 0, 0, 0.1);
}
div[class*="widget-category-thumbnail-image-grid"] .category-thumbnail__title:hover,
.widget-category-thumbnail-image-slider-carousel .category-thumbnail__title:hover {
  -webkit-box-shadow: 1px 1px 0 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 1px 1px 0 0 rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 1px 1px 0 0 rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 0 0 rgba(0, 0, 0, 0.1);
}
.column.main .widget-category-thumbnail-image-grid-default6 .row-level-2 .col-12 .col-6 {
  margin-bottom: 0;
}
.cat-style-button-2 .category-thumbnail__info .category-thumbnail__title {
  background: #000;
  box-shadow: none;
  font-weight: 500;
}
.cat-style-button-2 .category-thumbnail__info .category-thumbnail__title a {
  color: #fff;
}
div[class*="widget-category-thumbnail-image-grid"] * {
  box-sizing: border-box;
}
div[class*="widget-category-thumbnail-image-grid"] .row-level-2 {
  height: 100%;
}
div[class*="widget-category-thumbnail-image-grid"] .elementor-category-thumbnail-image-item {
  height: 100%;
}
div[class*="widget-category-thumbnail-image-grid"] .elementor-category-thumbnail-image-item .category-thumbnail__image {
  height: 100%;
  background-position: center;
}
.cricle_line .widget-category-thumbnail-image-slider .slick-slide:last-of-type {
  border-right: 1px solid #e6e6e6;
}
.cricle_line .widget-category-thumbnail-image-slider .elementor-category-thumbnail-image-item {
  -webkit-box-shadow: 1px 0 0 0 #e6e6e6, 0 1px 0 0 #e6e6e6, 1px 1px 0 0 #e6e6e6, /* Just to fix the corner */ 1px 0 0 0 #e6e6e6 inset, 0 1px 0 0 #e6e6e6 inset;
  -moz-box-shadow: 1px 0 0 0 #e6e6e6, 0 1px 0 0 #e6e6e6, 1px 1px 0 0 #e6e6e6, /* Just to fix the corner */ 1px 0 0 0 #e6e6e6 inset, 0 1px 0 0 #e6e6e6 inset;
  -ms-box-shadow: 1px 0 0 0 #e6e6e6, 0 1px 0 0 #e6e6e6, 1px 1px 0 0 #e6e6e6, /* Just to fix the corner */ 1px 0 0 0 #e6e6e6 inset, 0 1px 0 0 #e6e6e6 inset;
  box-shadow: 1px 0 0 0 #e6e6e6, 0 1px 0 0 #e6e6e6, 1px 1px 0 0 #e6e6e6, /* Just to fix the corner */ 1px 0 0 0 #e6e6e6 inset, 0 1px 0 0 #e6e6e6 inset;
  margin: 0;
  padding: 2.5rem 1.5rem;
}
.cricle_line .widget-category-thumbnail-image-slider .elementor-category-thumbnail-image-item .category-thumbnail__image {
  background-size: unset;
  border: 2px solid #222;
  border-radius: 50%;
  background-size: initial;
  padding: 0;
  width: 89px;
  height: 89px;
  margin: auto;
}
.cricle_line .widget-category-thumbnail-image-slider .elementor-category-thumbnail-image-item .data-bgset-image-wrapper.lazyloading:after {
  border-radius: 50%;
}
.cricle_line .widget-category-thumbnail-image-slider .elementor-category-thumbnail-image-item .category-thumbnail__info {
  margin-top: 0;
  position: static;
  transform: none;
  padding-left: 1px;
  padding-right: 1px;
}
.cricle_line .widget-category-thumbnail-image-slider .elementor-category-thumbnail-image-item .category-thumbnail__info .category-thumbnail__title {
  font-weight: var(--text-weight);
  min-height: 4rem;
}
/*test*/
.header-daily-deal-container .container-countdown-time {
  display: inline-flex;
  align-items: center;
  background-color: var(--theme__color__primary);
  color: #fff;
  font-size: 1.6rem;
  font-weight: 600;
  border-radius: 5px;
  padding: 4px 20px;
}
.header-daily-deal-container .container-countdown-time .final-text-daily-deal {
  padding-right: 1rem;
}
.header-daily-deal-container .container-countdown-time .final-date-daily-deal {
  display: inline-block;
}
.header-daily-deal-container .container-countdown-time .final-date-daily-deal .countdown_ti {
  display: inline-block;
  min-width: 15px;
  text-align: center;
}
.header-daily-deal-container .container-countdown-time .final-date-daily-deal > span {
  display: inline-block;
}
.header-daily-deal-container .container-countdown-time .final-date-daily-deal > span::after {
  content: ":";
  padding-left: 5px;
}
.header-daily-deal-container .container-countdown-time .final-date-daily-deal > span:last-child::after {
  display: none;
}
.widget-daily-deal-wrapper .product-item {
  margin-top: 0;
}
.container-sold-salable-quantity .container-sold-percent {
  width: 100%;
  height: 10px;
  background-color: #eaeaea;
  margin: 10px 0 0;
  display: inline-block;
}
.container-sold-salable-quantity .container-sold-percent .sold-percent {
  background-color: var(--theme__color__primary);
  height: 100%;
}
.container-sold-salable-quantity .container-sold-number {
  font-size: 1.4rem;
  color: #383838;
}
.container-sold-salable-quantity .container-sold-number .number-sold {
  font-weight: 600;
  padding-left: 2px;
}
.widget-daily-deal-slider .product-item-info .product-item-details {
  text-align: left;
}
.widget-daily-deal-slider .product-item-info .product-item-details .price-box {
  text-align: left;
  justify-content: flex-start;
}
.widget-daily-deal-slider .product-item-info .product-item-details .price-box .price {
  font-size: 18px;
}
.widget-daily-deal-slider .product-item-info .product-item-details .product-item-name {
  font-size: 19px;
  font-weight: 500;
  text-transform: capitalize;
}
.percent-2 .container-sold-salable-quantity .container-sold-percent,
.percent-3 .container-sold-salable-quantity .container-sold-percent {
  height: 8px;
  border-radius: 5px;
  background-color: #ededed;
}
.percent-2 .container-sold-salable-quantity .container-sold-percent .sold-percent,
.percent-3 .container-sold-salable-quantity .container-sold-percent .sold-percent {
  background-image: -webkit-linear-gradient(215deg, #5fbd74 0%, #b7e0c0 100%);
  background-image: linear-gradient(235deg, #5fbd74 0%, #b7e0c0 100%);
  border-radius: 4px;
}
.percent-3 .container-sold-salable-quantity .container-sold-percent .sold-percent {
  background-image: -webkit-linear-gradient(215deg, #000000 0%, #e9e9e9 100%);
  background-image: linear-gradient(235deg, #000000 0%, #e9e9e9 100%);
}
[data-daily-style="daily__style-3"] .header-daily-deal-container {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 3rem;
}
[data-daily-style="daily__style-3"] .header-daily-deal-container .elementor__header {
  margin-right: 2.5rem;
  margin-bottom: 0;
}
[data-daily-style="daily__style-3"] .header-daily-deal-container .elementor__header .elementor__headline {
  margin-bottom: 0;
  color: #FC360A;
}
[data-daily-style="daily__style-3"] .header-daily-deal-container .elementor__header .elementor__headline:after,
[data-daily-style="daily__style-3"] .header-daily-deal-container .elementor__header .elementor__headline:before {
  display: none;
}
[data-daily-style="daily__style-3"] .header-daily-deal-container .container-countdown-time {
  background-color: #FC360A;
  font-weight: var(--text-weight);
  font-size: 14px;
  padding: 2px 10px;
}
[data-daily-style="daily__style-3"] .products-grid .widget-daily-deal-slider {
  border: 1px solid #e6e6e6;
  border-left: 0;
}
[data-daily-style="daily__style-3"] .products-grid .widget-daily-deal-slider .product-item {
  -webkit-box-shadow: 1px 0 0 0 #e6e6e6, 0 0px 0 0 #e6e6e6, 1px 0px 0 0 #e6e6e6, /* Just to fix the corner */ 1px 0 0 0 #e6e6e6 inset, 0 0px 0 0 #e6e6e6 inset;
  -moz-box-shadow: 1px 0 0 0 #e6e6e6, 0 0px 0 0 #e6e6e6, 1px 0px 0 0 #e6e6e6, /* Just to fix the corner */ 1px 0 0 0 #e6e6e6 inset, 0 0px 0 0 #e6e6e6 inset;
  -ms-box-shadow: 1px 0 0 0 #e6e6e6, 0 0px 0 0 #e6e6e6, 1px 0px 0 0 #e6e6e6, /* Just to fix the corner */ 1px 0 0 0 #e6e6e6 inset, 0 0px 0 0 #e6e6e6 inset;
  box-shadow: 1px 0 0 0 #e6e6e6, 0 0px 0 0 #e6e6e6, 1px 0px 0 0 #e6e6e6, /* Just to fix the corner */ 1px 0 0 0 #e6e6e6 inset, 0 0px 0 0 #e6e6e6 inset;
}
[data-daily-style="daily__style-3"] .products-grid .widget-daily-deal-slider .product-item-info {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column-reverse;
}
[data-daily-style="daily__style-3"] .products-grid .widget-daily-deal-slider .product-item-info .container-sold-salable-quantity {
  display: none;
}
[data-daily-style="daily__style-3"] .products-grid .widget-daily-deal-slider .product-item-info .product-item-details {
  margin-bottom: 0 !important;
}
[data-daily-style="daily__style-3"] .products-grid .widget-daily-deal-slider .product-item-info .product-item-details .product-item-name,
[data-daily-style="daily__style-3"] .products-grid .widget-daily-deal-slider .product-item-info .product-item-details .price-box .price {
  font-size: inherit;
}
[data-daily-style="daily__style-3"] .products-grid .widget-daily-deal-slider .container-sold-salable-quantity {
  display: none;
}
/*test*/
.ul-list-faqs {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.ul-list-faqs li {
  margin: 0 0 1rem;
}
.pagebuilder-faq-item .pagebuilder-image-empty-preview,
.pagebuilder-faq-item:not(.clicked_faq) > .data-content-faqs {
  display: none;
}
.data-header-faqs {
  position: relative;
  overflow: hidden;
}
.data-header-faqs .faq-title {
  color: inherit;
  font-size: 1.4rem;
  font-weight: 400;
  padding: 2.2rem 7rem 2.2rem 3rem;
  margin: 0;
  transition: 0.3s all ease-in;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.data-header-faqs .click-toggle-faqs {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 30px;
  left: 0;
  text-align: right;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
}
.data-header-faqs .click-toggle-faqs span {
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background-color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.data-header-faqs .click-toggle-faqs span::after,
.data-header-faqs .click-toggle-faqs span:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  background-color: currentColor;
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
  -moz-transform: translate(-50%, -50%) rotate(-90deg);
  -ms-transform: translate(-50%, -50%) rotate(-90deg);
  transform: translate(-50%, -50%) rotate(-90deg);
  -webkit-transition: transform 0.35s ease-in-out, opacity 0.35s ease-in-out, -webkit-transform 0.35s ease-in-out;
  -moz-transition: transform 0.35s ease-in-out, opacity 0.35s ease-in-out, -webkit-transform 0.35s ease-in-out;
  -ms-transition: transform 0.35s ease-in-out, opacity 0.35s ease-in-out, -webkit-transform 0.35s ease-in-out;
  transition: transform 0.35s ease-in-out, opacity 0.35s ease-in-out, -webkit-transform 0.35s ease-in-out;
}
.data-header-faqs .click-toggle-faqs span:after {
  width: 1px;
  height: 12px;
}
.data-header-faqs .click-toggle-faqs span:before {
  width: 12px;
  height: 1px;
  opacity: 1;
}
.faq-active .click-toggle-faqs span:before,
.faq-active .click-toggle-faqs span:after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  -moz-transform: translate(-50%, -50%) rotate(90deg);
  -ms-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}
.faq-active .click-toggle-faqs span::before {
  opacity: 0;
}
.faq-active [data-element="question"] {
  color: #fff;
  background-color: var(--theme__color__primary);
}
.data-content-faqs {
  font-size: 1.4rem;
  padding: 2rem 3rem;
  margin: 0;
  border: 1px solid #e6e6e6;
  border-top: 0;
}
.bg_grey .data-header-faqs .faq-title {
  background-color: #f6f6f8;
  color: #222;
  padding: 1.2rem 4rem 1.2rem 3rem;
}
.bg_grey .data-header-faqs .click-toggle-faqs {
  right: 0;
}
.bg_grey .data-header-faqs .click-toggle-faqs span {
  border-radius: 0;
  background-color: #222;
}
.bg_grey .data-header-faqs .click-toggle-faqs span::before,
.bg_grey .data-header-faqs .click-toggle-faqs span:after {
  background-color: #fff;
}
.bg_grey .data-header-faqs .click-toggle-faqs span:after {
  width: 2px;
}
.bg_grey .data-header-faqs .click-toggle-faqs span::before {
  height: 2px;
}
.ul-list-faqs li.faq-style2 {
  max-width: 770px;
  margin: 0 auto 10px;
}
.ul-list-faqs li.faq-style2 .faq-title {
  background: #fff;
}
.ul-list-faqs li.faq-style2 .click-toggle-faqs span {
  background: var(--theme__color__primary);
  color: #fff;
}
.ul-list-faqs li.faq-style2 .data-content-faqs {
  background: #fff;
}
.ul-list-faqs li.faq-style2 .faq-active [data-element="question"] {
  color: #fff;
  background-color: var(--theme__color__primary);
}
.ul-list-faqs li.faq-style2 .faq-active .click-toggle-faqs span {
  color: var(--theme__color__primary);
  background-color: #fff;
}
/*test*/
.pswp .pswp__ui--fit .pswp__top-bar,
.pswp .pswp__ui--fit .pswp__caption,
.pswp .pswp__button--arrow--left:before,
.pswp .pswp__button--arrow--right:before {
  background-color: rgba(33, 43, 54, 0.9);
}
.pswp .pswp__bg {
  background-color: #fff;
}
.pswp .pswp__button--arrow--left,
.pswp .pswp__button--arrow--right {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
}
.pswp .pswp__button--arrow--left:focus,
.pswp .pswp__button--arrow--right:focus,
.pswp .pswp__button--arrow--left:active,
.pswp .pswp__button--arrow--right:active {
  background: none;
  border: none;
}
.pswp .pswp__button--arrow--left:hover,
.pswp .pswp__button--arrow--right:hover {
  background: none;
  border: none;
}
.pswp .pswp__button--arrow--left.disabled,
.pswp .pswp__button--arrow--right.disabled,
.pswp .pswp__button--arrow--left[disabled],
.pswp .pswp__button--arrow--right[disabled],
fieldset[disabled] .pswp .pswp__button--arrow--left,
fieldset[disabled] .pswp .pswp__button--arrow--right {
  pointer-events: none;
  opacity: 0.5;
}
.pswp .pswp__button:hover {
  background-color: unset;
  border: none;
}
/*test*/
.mr_20 .elementor-icon-box-wrapper .elementor-icon-box-icon {
  margin-right: 20px;
}
.elementor-icon-box-wrapper {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  flex-wrap: nowrap;
}
.elementor-icon-box-wrapper .elementor-icon-box-content {
  flex: 1;
}
.elementor-icon-box-wrapper .elementor-icon-box-content a:not(:hover) {
  color: var(--text__color);
}
.elementor-icon-box-icon {
  line-height: 1;
}
.elementor-icon-box-title {
  font-size: 1.4rem;
  margin: 0 0 5px;
}
.elementor-icon-box-description {
  margin: 0;
}
[data-icon-box-position="top"] .elementor-icon-box-wrapper {
  flex-direction: column;
}
[data-icon-box-position="top"] .elementor-icon-box-icon {
  margin: 0 0 1rem;
}
[data-icon-box-position="left"] .elementor-icon-box-icon {
  margin: 0 5px 0 0;
}
[data-icon-box-position="right"] .elementor-icon-box-icon {
  order: 2;
  margin: 0 0 0 5px;
}
[data-icon-box-view="stacked"] .elementor-icon-box-icon,
[data-icon-box-view="framed"] .elementor-icon-box-icon {
  width: 5rem;
  height: 5rem;
  display: inline-block;
  align-items: center;
  justify-content: center;
  text-align: center;
}
[data-icon-box-view="framed"] .elementor-icon-box-icon {
  border: 1px solid #e6e6e6;
  background: #fff;
}
[data-icon-box-view="stacked"] .elementor-icon-box-icon {
  border: 1px solid #222;
  background: #222;
  color: #fff;
}
[data-justify-content="center"] .elementor-icon-box-wrapper {
  align-items: center;
}
/*test*/
.elementor-image-box-wrapper {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  flex-wrap: nowrap;
}
.elementor-image-box-wrapper .elementor-image-box-content {
  flex: 1;
}
.elementor-image-box-title {
  font-size: 1.8rem;
  margin: 0 0 3px;
}
.elementor-image-box-description {
  margin: 0;
}
[data-image-box-position="top"] .elementor-image-box-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
[data-image-box-position="top"] .elementor-image-box-img {
  margin: 0 0 20px;
}
[data-image-box-position="left"] .elementor-image-box-img {
  margin: 0 20px 0 0;
  max-width: 35%;
}
[data-image-box-position="right"] .elementor-image-box-img {
  order: 2;
  margin: 0 0 0 20px;
  max-width: 35%;
}
.body-font .elementor-image-box-title {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 2px;
  font-weight: 500;
  font-family: var(--font-family-name__base);
}
/*test*/
.widget-instagram-slider .slick-slide > div {
  line-height: 0;
}
.elementor-instagram-item {
  overflow: hidden;
  position: relative;
}
.elementor-instagram-item.circle {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.elementor-instagram-item .instagram-content {
  margin: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  transition: 0.4s;
  z-index: 1;
}
.elementor-instagram-item .instagram-content .instagram-icon {
  line-height: 1;
}
.elementor-instagram-item .instagram-content .instagram-icon:before {
  content: "\f16d";
  color: #fff;
  font-size: 26px;
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
.elementor-instagram-item .instagram-content figcaption {
  color: #fff;
  font-size: 14px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
}
.elementor-instagram-item:hover .instagram-content {
  opacity: 1;
  visibility: visible;
}
.instagram-connect-error {
  text-align: center;
  padding: 25px 15px;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
.instagram-connect-error p {
  margin-bottom: 0;
}
.instagram-connect-error p strong {
  display: block;
  margin-bottom: 8px;
}
/*test*/
/*test*/
/*test*/
@-webkit-keyframes ripple {
  0% {
    opacity: 1;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes ripple {
  0% {
    opacity: 1;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.widget-lookbook-wrapper .elementor-lookbook-item {
  padding: 0;
}
.widget-lookbook-wrapper .slick-slide > div {
  line-height: 0;
}
.elementor-lookbook-item .lookbook-item-preview {
  position: relative;
  overflow: hidden;
}
.elementor-lookbook-item .lookbook-item-title {
  margin: 1rem 0 2rem;
  display: none;
}
.lookbook-icon {
  position: absolute;
}
.lookbook-icon > a {
  cursor: pointer;
  text-align: center;
  z-index: 10;
  padding: 0;
  backface-visibility: hidden;
  font-size: 14px;
  text-shadow: none;
  font-weight: 600;
  opacity: 1;
}
.lookbook-icon > a span {
  min-width: 30px;
  min-height: 30px;
  border: 2px solid #000;
  border-color: #fff;
  border-radius: 50%;
  display: block;
  background-color: #fff;
  color: var(--heading__color__base);
  position: relative;
  z-index: 2;
  -webkit-transition: transform 0.2s ease-out, opacify 0.2s ease-out;
  -moz-transition: transform 0.2s ease-out, opacify 0.2s ease-out;
  -ms-transition: transform 0.2s ease-out, opacify 0.2s ease-out;
  transition: transform 0.2s ease-out, opacify 0.2s ease-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.lookbook-icon > a::after {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -9px;
  margin-left: -9px;
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-left-color: #000;
  border-radius: 50%;
  vertical-align: middle;
  z-index: 11;
  -webkit-animation: spin 0.4s infinite linear;
  -moz-animation: spin 0.4s infinite linear;
  -ms-animation: spin 0.4s infinite linear;
  animation: spin 0.4s infinite linear;
}
.lookbook-icon > a::before {
  content: '';
  background: #fff;
  position: absolute;
  top: -8px;
  right: -8px;
  bottom: -8px;
  left: -8px;
  border-radius: 50%;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 800px;
  perspective: 800px;
  -webkit-animation: ripple 2s infinite;
  -moz-animation: ripple 2s infinite;
  -ms-animation: ripple 2s infinite;
  animation: ripple 2s infinite;
}
.lookbook-icon.dark > a span {
  background-color: var(--heading__color__base);
  color: #fff;
  border: 2px solid #fff;
}
.lookbook-icon.dark > a::after {
  border-left-color: #fff;
}
.pin-icon-style2 .lookbook-icon > a span {
  background: #65affa;
  border-color: #65affa;
  color: #fff;
  font-weight: normal;
}
.home-lookbook .lookbook-icon > a span {
  background: #f0807f;
  border-color: #f0807f;
  color: #fff;
}
.home-lookbook .slick-list {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.home-lookbook .slick-list .slick-slide {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.widget-lookbook-slider .slick-slide > div {
  line-height: 0;
}
.widget-lookbook-slider .slick-slide > div > div {
  line-height: initial;
}
.widget-lookbook-slider .slick-slide > div:last-child {
  margin-bottom: 0;
}
.widget-lookbook-wrapper .slick-dots {
  width: 100%;
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  bottom: 12px;
}
.blueskytechco_quickview-product-shortview .page-main {
  padding: 0;
  background: #fff;
}
body.product-short-magnific-popup .mfp-content {
  max-width: 315px !important;
}
body.product-short-magnific-popup .mfp-content .mfp-iframe-scaler {
  padding-top: 145%;
}
body.product-short-magnific-popup .mfp-container.mfp-iframe-holder .mfp-close {
  top: -4px;
  right: -3px;
}
body.product-short-magnific-popup .mfp-container.mfp-iframe-holder .mfp-close::after {
  font-size: 3rem;
}
.short-product-info-main {
  padding: 25px;
  border-radius: 2px;
  background-color: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
.short-product-info-main:hover .elementor-image-short-product > a .short-products-view-hover {
  opacity: 1;
  -webkit-transform: scale(1.09);
  transform: scale(1.09);
}
.short-product-info-main .elementor-image-short-product {
  position: relative;
  overflow: hidden;
}
.short-product-info-main .elementor-image-short-product > a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.short-product-info-main .elementor-image-short-product > a img {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -ms-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
.short-product-info-main .elementor-image-short-product > a .short-products-view-hover {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease, transform 2s cubic-bezier(0, 0, 0.44, 1.18);
  -moz-transition: opacity 0.5s ease, transform 2s cubic-bezier(0, 0, 0.44, 1.18);
  -ms-transition: opacity 0.5s ease, transform 2s cubic-bezier(0, 0, 0.44, 1.18);
  transition: opacity 0.5s ease, transform 2s cubic-bezier(0, 0, 0.44, 1.18);
}
.short-product-info-main .container-product-name {
  margin: 20px 0 5px;
  text-align: center;
}
.short-product-info-main .container-product-name .page-title {
  font-size: 1.5rem;
  margin: 0;
}
.short-product-info-main .container-product-name .page-title a {
  color: var(--heading__color__base);
}
.short-product-info-main .short-product-info-price {
  text-align: center;
}
.short-product-info-main .short-product-info-price .price-box {
  display: inline-flex;
  align-items: center;
  grid-gap: 0 10px;
  color: #696969;
}
.short-product-info-main .short-product-info-price .price-box .price-label {
  display: none;
}
.short-product-info-main .short-product-info-price .price-box .special-price {
  color: #ec0101;
}
@media only screen and (max-width: 767px) {
  .product-short-magnific-popup .mfp-container.mfp-iframe-holder .mfp-content {
    height: auto;
  }
}
.abs-product-link > a,
.product-item .product-item-name > a,
.product-item .product.name a > a,
.product-item-name > a,
.product.name a > a,
.navigation .level0 .submenu .product-item-name > a,
.navigation .level0 .submenu .product.name a > a,
.product-item .product-item-name > a,
.product-item .product.name a > a,
.product-item-name > a,
.product.name a > a {
  line-height: 1.4;
  display: block;
}
.product-items .product-addto-links .action,
.products.list.items .product-addto-links .action,
.table-comparison .product-addto-links .action,
#checkout .product-addto-links .action,
.product-info-main .product-addto-links .action,
.product-items .product-item .action,
.products.list.items .product-item .action,
.table-comparison .product-item .action,
#checkout .product-item .action,
.product-info-main .product-item .action,
.product-items .minicart-wrapper .action,
.products.list.items .minicart-wrapper .action,
.table-comparison .minicart-wrapper .action,
#checkout .minicart-wrapper .action,
.product-info-main .minicart-wrapper .action,
.product-items .field.choice.related .action,
.products.list.items .field.choice.related .action,
.table-comparison .field.choice.related .action,
#checkout .field.choice.related .action,
.product-info-main .field.choice.related .action,
.product-items .product-addto-links label,
.products.list.items .product-addto-links label,
.table-comparison .product-addto-links label,
#checkout .product-addto-links label,
.product-info-main .product-addto-links label,
.product-items .product-item label,
.products.list.items .product-item label,
.table-comparison .product-item label,
#checkout .product-item label,
.product-info-main .product-item label,
.product-items .minicart-wrapper label,
.products.list.items .minicart-wrapper label,
.table-comparison .minicart-wrapper label,
#checkout .minicart-wrapper label,
.product-info-main .minicart-wrapper label,
.product-items .field.choice.related label,
.products.list.items .field.choice.related label,
.table-comparison .field.choice.related label,
#checkout .field.choice.related label,
.product-info-main .field.choice.related label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
.product-items .product-addto-links .action.towishlist:before,
.products.list.items .product-addto-links .action.towishlist:before,
.table-comparison .product-addto-links .action.towishlist:before,
#checkout .product-addto-links .action.towishlist:before,
.product-info-main .product-addto-links .action.towishlist:before,
.product-items .product-item .action.towishlist:before,
.products.list.items .product-item .action.towishlist:before,
.table-comparison .product-item .action.towishlist:before,
#checkout .product-item .action.towishlist:before,
.product-info-main .product-item .action.towishlist:before,
.product-items .minicart-wrapper .action.towishlist:before,
.products.list.items .minicart-wrapper .action.towishlist:before,
.table-comparison .minicart-wrapper .action.towishlist:before,
#checkout .minicart-wrapper .action.towishlist:before,
.product-info-main .minicart-wrapper .action.towishlist:before,
.product-items .field.choice.related .action.towishlist:before,
.products.list.items .field.choice.related .action.towishlist:before,
.table-comparison .field.choice.related .action.towishlist:before,
#checkout .field.choice.related .action.towishlist:before,
.product-info-main .field.choice.related .action.towishlist:before,
.product-items .product-addto-links label.towishlist:before,
.products.list.items .product-addto-links label.towishlist:before,
.table-comparison .product-addto-links label.towishlist:before,
#checkout .product-addto-links label.towishlist:before,
.product-info-main .product-addto-links label.towishlist:before,
.product-items .product-item label.towishlist:before,
.products.list.items .product-item label.towishlist:before,
.table-comparison .product-item label.towishlist:before,
#checkout .product-item label.towishlist:before,
.product-info-main .product-item label.towishlist:before,
.product-items .minicart-wrapper label.towishlist:before,
.products.list.items .minicart-wrapper label.towishlist:before,
.table-comparison .minicart-wrapper label.towishlist:before,
#checkout .minicart-wrapper label.towishlist:before,
.product-info-main .minicart-wrapper label.towishlist:before,
.product-items .field.choice.related label.towishlist:before,
.products.list.items .field.choice.related label.towishlist:before,
.table-comparison .field.choice.related label.towishlist:before,
#checkout .field.choice.related label.towishlist:before,
.product-info-main .field.choice.related label.towishlist:before {
  content: "\e805";
  color: #fff;
  font-size: 1.6rem;
  font-family: fakalles;
  line-height: 1;
  overflow: visible;
  transition: 0.3s all ease-in;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.product-items .product-addto-links .action.tocompare:before,
.products.list.items .product-addto-links .action.tocompare:before,
.table-comparison .product-addto-links .action.tocompare:before,
#checkout .product-addto-links .action.tocompare:before,
.product-info-main .product-addto-links .action.tocompare:before,
.product-items .product-item .action.tocompare:before,
.products.list.items .product-item .action.tocompare:before,
.table-comparison .product-item .action.tocompare:before,
#checkout .product-item .action.tocompare:before,
.product-info-main .product-item .action.tocompare:before,
.product-items .minicart-wrapper .action.tocompare:before,
.products.list.items .minicart-wrapper .action.tocompare:before,
.table-comparison .minicart-wrapper .action.tocompare:before,
#checkout .minicart-wrapper .action.tocompare:before,
.product-info-main .minicart-wrapper .action.tocompare:before,
.product-items .field.choice.related .action.tocompare:before,
.products.list.items .field.choice.related .action.tocompare:before,
.table-comparison .field.choice.related .action.tocompare:before,
#checkout .field.choice.related .action.tocompare:before,
.product-info-main .field.choice.related .action.tocompare:before,
.product-items .product-addto-links label.tocompare:before,
.products.list.items .product-addto-links label.tocompare:before,
.table-comparison .product-addto-links label.tocompare:before,
#checkout .product-addto-links label.tocompare:before,
.product-info-main .product-addto-links label.tocompare:before,
.product-items .product-item label.tocompare:before,
.products.list.items .product-item label.tocompare:before,
.table-comparison .product-item label.tocompare:before,
#checkout .product-item label.tocompare:before,
.product-info-main .product-item label.tocompare:before,
.product-items .minicart-wrapper label.tocompare:before,
.products.list.items .minicart-wrapper label.tocompare:before,
.table-comparison .minicart-wrapper label.tocompare:before,
#checkout .minicart-wrapper label.tocompare:before,
.product-info-main .minicart-wrapper label.tocompare:before,
.product-items .field.choice.related label.tocompare:before,
.products.list.items .field.choice.related label.tocompare:before,
.table-comparison .field.choice.related label.tocompare:before,
#checkout .field.choice.related label.tocompare:before,
.product-info-main .field.choice.related label.tocompare:before {
  content: "\f021";
  color: #fff;
  font-size: 1.6rem;
  font-family: 'Line Awesome Free';
  font-weight: 900;
  line-height: 1;
  overflow: visible;
  transition: 0.3s all ease-in;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.product-items .product-addto-links .action.tocompare span,
.products.list.items .product-addto-links .action.tocompare span,
.table-comparison .product-addto-links .action.tocompare span,
#checkout .product-addto-links .action.tocompare span,
.product-info-main .product-addto-links .action.tocompare span,
.product-items .product-item .action.tocompare span,
.products.list.items .product-item .action.tocompare span,
.table-comparison .product-item .action.tocompare span,
#checkout .product-item .action.tocompare span,
.product-info-main .product-item .action.tocompare span,
.product-items .minicart-wrapper .action.tocompare span,
.products.list.items .minicart-wrapper .action.tocompare span,
.table-comparison .minicart-wrapper .action.tocompare span,
#checkout .minicart-wrapper .action.tocompare span,
.product-info-main .minicart-wrapper .action.tocompare span,
.product-items .field.choice.related .action.tocompare span,
.products.list.items .field.choice.related .action.tocompare span,
.table-comparison .field.choice.related .action.tocompare span,
#checkout .field.choice.related .action.tocompare span,
.product-info-main .field.choice.related .action.tocompare span,
.product-items .product-addto-links label.tocompare span,
.products.list.items .product-addto-links label.tocompare span,
.table-comparison .product-addto-links label.tocompare span,
#checkout .product-addto-links label.tocompare span,
.product-info-main .product-addto-links label.tocompare span,
.product-items .product-item label.tocompare span,
.products.list.items .product-item label.tocompare span,
.table-comparison .product-item label.tocompare span,
#checkout .product-item label.tocompare span,
.product-info-main .product-item label.tocompare span,
.product-items .minicart-wrapper label.tocompare span,
.products.list.items .minicart-wrapper label.tocompare span,
.table-comparison .minicart-wrapper label.tocompare span,
#checkout .minicart-wrapper label.tocompare span,
.product-info-main .minicart-wrapper label.tocompare span,
.product-items .field.choice.related label.tocompare span,
.products.list.items .field.choice.related label.tocompare span,
.table-comparison .field.choice.related label.tocompare span,
#checkout .field.choice.related label.tocompare span,
.product-info-main .field.choice.related label.tocompare span {
  padding-top: 0.1rem;
}
.product-items .product-addto-links .action.link-quickview:before,
.products.list.items .product-addto-links .action.link-quickview:before,
.table-comparison .product-addto-links .action.link-quickview:before,
#checkout .product-addto-links .action.link-quickview:before,
.product-info-main .product-addto-links .action.link-quickview:before,
.product-items .product-item .action.link-quickview:before,
.products.list.items .product-item .action.link-quickview:before,
.table-comparison .product-item .action.link-quickview:before,
#checkout .product-item .action.link-quickview:before,
.product-info-main .product-item .action.link-quickview:before,
.product-items .minicart-wrapper .action.link-quickview:before,
.products.list.items .minicart-wrapper .action.link-quickview:before,
.table-comparison .minicart-wrapper .action.link-quickview:before,
#checkout .minicart-wrapper .action.link-quickview:before,
.product-info-main .minicart-wrapper .action.link-quickview:before,
.product-items .field.choice.related .action.link-quickview:before,
.products.list.items .field.choice.related .action.link-quickview:before,
.table-comparison .field.choice.related .action.link-quickview:before,
#checkout .field.choice.related .action.link-quickview:before,
.product-info-main .field.choice.related .action.link-quickview:before,
.product-items .product-addto-links label.link-quickview:before,
.products.list.items .product-addto-links label.link-quickview:before,
.table-comparison .product-addto-links label.link-quickview:before,
#checkout .product-addto-links label.link-quickview:before,
.product-info-main .product-addto-links label.link-quickview:before,
.product-items .product-item label.link-quickview:before,
.products.list.items .product-item label.link-quickview:before,
.table-comparison .product-item label.link-quickview:before,
#checkout .product-item label.link-quickview:before,
.product-info-main .product-item label.link-quickview:before,
.product-items .minicart-wrapper label.link-quickview:before,
.products.list.items .minicart-wrapper label.link-quickview:before,
.table-comparison .minicart-wrapper label.link-quickview:before,
#checkout .minicart-wrapper label.link-quickview:before,
.product-info-main .minicart-wrapper label.link-quickview:before,
.product-items .field.choice.related label.link-quickview:before,
.products.list.items .field.choice.related label.link-quickview:before,
.table-comparison .field.choice.related label.link-quickview:before,
#checkout .field.choice.related label.link-quickview:before,
.product-info-main .field.choice.related label.link-quickview:before {
  content: "\e904";
  color: #fff;
  font-size: 1.6rem;
  font-family: iconKalles;
  line-height: 1;
  overflow: visible;
  transition: 0.3s all ease-in;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.product-items .product-addto-links .action.showcart:before,
.products.list.items .product-addto-links .action.showcart:before,
.table-comparison .product-addto-links .action.showcart:before,
#checkout .product-addto-links .action.showcart:before,
.product-info-main .product-addto-links .action.showcart:before,
.product-items .product-item .action.showcart:before,
.products.list.items .product-item .action.showcart:before,
.table-comparison .product-item .action.showcart:before,
#checkout .product-item .action.showcart:before,
.product-info-main .product-item .action.showcart:before,
.product-items .minicart-wrapper .action.showcart:before,
.products.list.items .minicart-wrapper .action.showcart:before,
.table-comparison .minicart-wrapper .action.showcart:before,
#checkout .minicart-wrapper .action.showcart:before,
.product-info-main .minicart-wrapper .action.showcart:before,
.product-items .field.choice.related .action.showcart:before,
.products.list.items .field.choice.related .action.showcart:before,
.table-comparison .field.choice.related .action.showcart:before,
#checkout .field.choice.related .action.showcart:before,
.product-info-main .field.choice.related .action.showcart:before,
.product-items .product-addto-links label.showcart:before,
.products.list.items .product-addto-links label.showcart:before,
.table-comparison .product-addto-links label.showcart:before,
#checkout .product-addto-links label.showcart:before,
.product-info-main .product-addto-links label.showcart:before,
.product-items .product-item label.showcart:before,
.products.list.items .product-item label.showcart:before,
.table-comparison .product-item label.showcart:before,
#checkout .product-item label.showcart:before,
.product-info-main .product-item label.showcart:before,
.product-items .minicart-wrapper label.showcart:before,
.products.list.items .minicart-wrapper label.showcart:before,
.table-comparison .minicart-wrapper label.showcart:before,
#checkout .minicart-wrapper label.showcart:before,
.product-info-main .minicart-wrapper label.showcart:before,
.product-items .field.choice.related label.showcart:before,
.products.list.items .field.choice.related label.showcart:before,
.table-comparison .field.choice.related label.showcart:before,
#checkout .field.choice.related label.showcart:before,
.product-info-main .field.choice.related label.showcart:before,
.product-items .product-addto-links .action.tocart:before,
.products.list.items .product-addto-links .action.tocart:before,
.table-comparison .product-addto-links .action.tocart:before,
#checkout .product-addto-links .action.tocart:before,
.product-info-main .product-addto-links .action.tocart:before,
.product-items .product-item .action.tocart:before,
.products.list.items .product-item .action.tocart:before,
.table-comparison .product-item .action.tocart:before,
#checkout .product-item .action.tocart:before,
.product-info-main .product-item .action.tocart:before,
.product-items .minicart-wrapper .action.tocart:before,
.products.list.items .minicart-wrapper .action.tocart:before,
.table-comparison .minicart-wrapper .action.tocart:before,
#checkout .minicart-wrapper .action.tocart:before,
.product-info-main .minicart-wrapper .action.tocart:before,
.product-items .field.choice.related .action.tocart:before,
.products.list.items .field.choice.related .action.tocart:before,
.table-comparison .field.choice.related .action.tocart:before,
#checkout .field.choice.related .action.tocart:before,
.product-info-main .field.choice.related .action.tocart:before,
.product-items .product-addto-links label.tocart:before,
.products.list.items .product-addto-links label.tocart:before,
.table-comparison .product-addto-links label.tocart:before,
#checkout .product-addto-links label.tocart:before,
.product-info-main .product-addto-links label.tocart:before,
.product-items .product-item label.tocart:before,
.products.list.items .product-item label.tocart:before,
.table-comparison .product-item label.tocart:before,
#checkout .product-item label.tocart:before,
.product-info-main .product-item label.tocart:before,
.product-items .minicart-wrapper label.tocart:before,
.products.list.items .minicart-wrapper label.tocart:before,
.table-comparison .minicart-wrapper label.tocart:before,
#checkout .minicart-wrapper label.tocart:before,
.product-info-main .minicart-wrapper label.tocart:before,
.product-items .field.choice.related label.tocart:before,
.products.list.items .field.choice.related label.tocart:before,
.table-comparison .field.choice.related label.tocart:before,
#checkout .field.choice.related label.tocart:before,
.product-info-main .field.choice.related label.tocart:before {
  content: "\e903";
  color: #fff;
  font-size: 1.6rem;
  font-family: iconKalles;
  line-height: 1;
  overflow: visible;
  transition: 0.3s all ease-in;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.product-items .field.choice.related,
.products.list.items .field.choice.related,
.table-comparison .field.choice.related,
#checkout .field.choice.related,
.product-info-main .field.choice.related {
  overflow: hidden;
}
.product-items {
  list-style: none;
}
.product-image-container {
  display: inline-block;
  max-width: 100%;
  position: relative;
}
.product-image-wrapper {
  display: block;
  height: 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
  background-size: cover;
}
.product-image-photo,
.products-image-hover {
  display: block;
  height: auto;
  margin: 0 auto;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #fff;
}
.product-item .products-image-hover {
  z-index: 1;
  opacity: 0;
}
.swatch-input {
  left: -1000px;
  position: absolute;
  visibility: hidden;
}
.swatch-option {
  float: left;
}
.swatch-attribute:not(.color) .swatch-option {
  height: auto;
}
.swatch-attribute .swatch-attribute-options {
  margin: 0.7rem 0 0;
}
.review-list .rating-summary,
.product-reviews-summary .rating-summary {
  left: 0 !important;
  z-index: 1;
}
.review-list .rating-summary .rating-result,
.product-reviews-summary .rating-summary .rating-result {
  margin-left: 0;
  width: 7.1rem !important;
  vertical-align: baseline;
}
.review-list .rating-summary .rating-result::before,
.product-reviews-summary .rating-summary .rating-result::before,
.review-list .rating-summary .rating-result > span:before,
.product-reviews-summary .rating-summary .rating-result > span:before {
  font-weight: bold !important;
}
.product-reviews-summary {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  line-height: 1;
}
.product-reviews-summary.no-rating .reviews-actions {
  min-height: 1.4rem;
}
.product-reviews-summary.no-rating .reviews-actions:before {
  font-family: "Font Awesome 5 Free";
  color: #e6e6e6;
  content: "\f005" "\f005" "\f005" "\f005" "\f005";
}
.product-reviews-summary > div {
  display: inline-flex;
}
.product-reviews-summary .reviews-actions {
  display: none;
}
.product-reviews-summary .reviews-actions a:not(:hover) {
  color: #999;
}
.product-reviews-summary .reviews-actions a.action.view {
  margin: 0 1rem;
  padding: 0 1rem;
  border: 1px solid #e6e6e6;
  border-width: 0 1px;
  display: inline-block;
  line-height: 1;
}
.product-reviews-summary .reviews-actions .action.view:before {
  content: '(';
  margin-right: -2.5px;
}
.product-reviews-summary .reviews-actions .action.view:after {
  content: ')';
  margin-left: -1.5px;
}
.product-info-main .price-final_price *,
.product-item .price-final_price *,
.product-info-main .price-configured_price *,
.product-item .price-configured_price * {
  color: #696969;
}
.product-info-main .special-price .price,
.product-item .special-price .price,
.product-info-main .minimal-price .price,
.product-item .minimal-price .price {
  font-weight: 400;
}
.product-info-main .special-price .price-wrapper,
.product-item .special-price .price-wrapper,
.product-info-main .minimal-price .price-wrapper,
.product-item .minimal-price .price-wrapper {
  display: inline-block;
}
.product-info-main .special-price .price-including-tax + .price-excluding-tax,
.product-item .special-price .price-including-tax + .price-excluding-tax,
.product-info-main .minimal-price .price-including-tax + .price-excluding-tax,
.product-item .minimal-price .price-including-tax + .price-excluding-tax {
  display: block;
}
.product-info-main .special-price *,
.product-item .special-price *,
.product-info-main .minimal-price *,
.product-item .minimal-price *,
.product-info-main .special-price .price-final_price *,
.product-item .special-price .price-final_price *,
.product-info-main .minimal-price .price-final_price *,
.product-item .minimal-price .price-final_price * {
  color: #ec0101;
}
.product-info-main .old-price,
.product-item .old-price {
  color: #878787;
  text-decoration: line-through;
}
.product-info-main .old-price *,
.product-item .old-price *,
.product-info-main .old-price .price-final_price *,
.product-item .old-price .price-final_price * {
  color: #878787;
  font-size: 1.4rem;
  font-weight: 400;
}
.product-info-main .regular-price .price-label,
.product-item .regular-price .price-label {
  display: none;
}
.product-info-main .minimal-price .price-container,
.product-item .minimal-price .price-container {
  display: block;
}
.product-info-main .minimal-price-link,
.product-item .minimal-price-link {
  margin-top: 5px;
}
.product-info-main .minimal-price-link .price-label,
.product-item .minimal-price-link .price-label {
  color: var(--link__color);
  font-size: 1.4rem;
}
.product-info-main .minimal-price-link .price,
.product-item .minimal-price-link .price {
  font-weight: 400;
}
.product-info-main .minimal-price-link,
.product-item .minimal-price-link,
.product-info-main .price-excluding-tax,
.product-item .price-excluding-tax,
.product-info-main .price-including-tax,
.product-item .price-including-tax {
  display: block;
  white-space: nowrap;
}
.product-info-main .price-from,
.product-item .price-from,
.product-info-main .price-to,
.product-item .price-to {
  margin: 0;
}
.product-info-main .price-to,
.product-item .price-to {
  margin-left: 1rem;
}
.product-info-main .prices-tier .price-container .price-including-tax + .price-excluding-tax:before,
.product-item .prices-tier .price-container .price-including-tax + .price-excluding-tax:before {
  content: '(' attr(data-label) ': ';
}
.product-info-main .prices-tier .price-container .price-including-tax + .price-excluding-tax:last-child:after,
.product-item .prices-tier .price-container .price-including-tax + .price-excluding-tax:last-child:after {
  content: ')';
}
.product-info-main .prices-tier .price-container .weee[data-label],
.product-item .prices-tier .price-container .weee[data-label] {
  display: inline;
}
.product-info-main .prices-tier .price-container .weee[data-label] .price,
.product-item .prices-tier .price-container .weee[data-label] .price {
  font-size: 1.1rem;
}
.product-info-main .prices-tier .price-container .weee[data-label]:before,
.product-item .prices-tier .price-container .weee[data-label]:before {
  content: ' +' attr(data-label) ': ';
}
.product-info-main .actual-price,
.product-item .actual-price {
  font-weight: var(--heading__font-weight__base);
}
.product-item .price-box {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  flex-wrap: wrap;
}
.product-item .price-box .price {
  font-weight: 400;
  white-space: nowrap;
}
.product-item .price-box .price-label {
  display: none;
  font-size: 12px;
  color: #666;
}
.product-item .price-box .price-label:after {
  content: ':';
}
.product-item .price-box > span {
  display: flex;
  align-items: center;
  margin-right: 10px;
}
.product-item .price-box > span:last-child {
  margin: 0;
}
.product-info-main .brand img {
  padding: 10px 15px;
  border: 1px solid #e6e6e6;
  max-width: 115px;
  margin-bottom: 10px;
}
.navigation .level0 .submenu .product-item-name,
.navigation .level0 .submenu .product.name a {
  margin-top: 0;
  margin-bottom: 0;
  white-space: initial;
}
.product-item .image_hover_effects--zoom .product-image-wrapper img:only-child,
.product-item .image_hover_effects--zoom .products-image-hover {
  transition: opacity 0.8s ease, transform 1.1s cubic-bezier(0.15, 0.75, 0.5, 1) 0s;
}
.product-item .image_hover_effects--zoom .products-image-hover {
  opacity: 0;
}
.product-item .image_hover_effects--zoom .product_item_images:hover .products-image-hover,
.product-item .image_hover_effects--zoom .product_item_images:hover .product-image-wrapper img:only-child {
  -webkit-transform: scale(1.09);
  -moz-transform: scale(1.09);
  -ms-transform: scale(1.09);
  transform: scale(1.09);
  opacity: 1;
  transition: opacity 0.8s ease, transform 1.1s cubic-bezier(0.15, 0.75, 0.5, 1) 0s;
}
.product-item .image_hover_effects--zoom-overlay .product-image-wrapper {
  position: relative;
}
.product-item .image_hover_effects--zoom-overlay .product-image-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.product-item .image_hover_effects--zoom-overlay .product-image-wrapper img:only-child,
.product-item .image_hover_effects--zoom-overlay .products-image-hover {
  transition: opacity 0.8s ease, transform 1.1s cubic-bezier(0.15, 0.75, 0.5, 1) 0s;
}
.product-item .image_hover_effects--zoom-overlay .product_item_images:hover .product-image-wrapper img:only-child,
.product-item .image_hover_effects--zoom-overlay .product_item_images:hover .products-image-hover {
  -webkit-transform: scale(1.09);
  -moz-transform: scale(1.09);
  -ms-transform: scale(1.09);
  transform: scale(1.09);
  opacity: 1;
  transition: opacity 0.8s ease, transform 1.1s cubic-bezier(0.15, 0.75, 0.5, 1) 0s;
}
.product-item .image_hover_effects--zoom-overlay .product_item_images:hover .product-image-wrapper::before,
.product-item .image_hover_effects--zoom-overlay .product_item_images:hover .products-image-hover::before {
  opacity: 1;
}
.product-item .image_hover_effects--overlay .product-image-wrapper::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  pointer-events: none;
  background-color: transparent;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.product-item .image_hover_effects--overlay .product_item_images:hover .product-image-wrapper::before {
  background-color: rgba(0, 0, 0, 0.1);
}
.product-item .image_hover_effects--box-effect .product-image-wrapper:before,
.product-item .image_hover_effects--box-effect .product-image-wrapper:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  z-index: 2;
  transition: opacity 0.8s ease, transform 1.1s cubic-bezier(0.15, 0.75, 0.5, 1) 0s;
}
.product-item .image_hover_effects--box-effect .product-image-wrapper:hover:before {
  width: 0;
}
.product-item .image_hover_effects--box-effect .product-image-wrapper:hover:after {
  height: 0;
}
.product-item .image_hover_effects--box-effect .product-image-wrapper:hover:before,
.product-item .image_hover_effects--box-effect .product-image-wrapper:hover:after {
  background-color: rgba(255, 255, 255, 0.15);
}
.product-item .product_item_images {
  font-size: 0;
  overflow: hidden;
  position: relative;
  margin-bottom: 1rem;
}
.product-item .product-item-name,
.product-item .product.name a {
  margin-top: 0;
  margin-bottom: 0;
}
.product-item .product-reviews-summary {
  margin: 6px 0;
  display: block;
}
.product-item .product-reviews-summary .reviews-actions {
  display: none;
}
.product-item .product-reviews-summary .reviews-actions a span {
  font-size: 0;
}
.product-item .product-reviews-summary .reviews-actions .action.view {
  border: 0;
  padding: 0;
  margin: 0;
  position: relative;
  top: -1px;
}
.product-item .product-reviews-summary .reviews-actions .action.view span {
  font-size: 0;
}
.product-item .product-item-details div[class*="swatch-opt-"] {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  z-index: 3;
  min-height: 1.6rem;
}
.product-item .product-item-details div[class*="swatch-opt-"] .swatch-attribute.color {
  width: 100%;
}
.product-item .product-item-details div[class*="swatch-opt-"] .swatch-attribute.color .swatch-option {
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 50%;
  margin: 0 8px 6px 0;
  min-width: unset;
}
.product-item .product-item-details div[class*="swatch-opt-"] .swatch-attribute.color .swatch-option.image {
  width: 1.6rem !important;
  height: 1.6rem !important;
}
.product-item .product-item-details div[class*="swatch-opt-"] .swatch-attribute.size .swatch-option {
  margin: 0 3px 0 0;
  min-width: unset;
}
.product-label {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  font-family: var(--heading__font-family__base);
  text-transform: capitalize;
  z-index: 3;
  bottom: auto;
  font-size: 1rem;
}
.product-label .label-product {
  width: 3rem;
  height: 3rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  line-height: 1;
}
.product-label .onsale {
  color: #fff;
  background: #ff4e00;
  margin-bottom: 3px;
}
.product-label .newlabel {
  background: #109533;
  color: #fff;
}
.products-grid .product_item_images {
  margin-bottom: 1rem;
}
.products-grid .product-item-photo {
  display: block;
}
.products-list .product-item .product-image-container {
  transform: none;
}
.products-list .product-item:hover .product-image-container {
  transform: none;
}
.products-list .product-item:hover .product-image-container::before {
  display: none;
}
.products-list .product-item:hover .img-hover {
  opacity: 0;
  visibility: hidden;
}
.pagebuilder-products .products-grid,
[data-content-type='products'] .products-grid {
  margin-left: 0;
}
.pagebuilder-products .product-item,
[data-content-type='products'] .product-item {
  margin: 0;
}
.block.widget .product-items {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}
.block.widget .product-item-info {
  width: auto;
}
.block.widget .pager {
  padding: 0;
}
.block.widget .pager .toolbar-amount {
  float: none;
  font-size: 1.2rem;
}
.block.widget .pager .pages-item-previous {
  padding-left: 0;
}
.block.widget .pager .pages-item-next {
  position: relative;
}
.block.widget .pager .items {
  white-space: nowrap;
}
.msg_validation--product-options.message-error {
  position: absolute;
  top: 0;
  bottom: auto;
  left: 0;
  right: 0;
  z-index: 3;
  -webkit-animation: 0.5s cubic-bezier(0.26, 0.54, 0.32, 1) forwards fadeIn;
  -moz-animation: 0.5s cubic-bezier(0.26, 0.54, 0.32, 1) forwards fadeIn;
  -ms-animation: 0.5s cubic-bezier(0.26, 0.54, 0.32, 1) forwards fadeIn;
  animation: 0.5s cubic-bezier(0.26, 0.54, 0.32, 1) forwards fadeIn;
  padding-left: 40px;
}
.msg_validation--product-options.message-error > *:first-child:before {
  content: "\f071";
  margin-top: -13px;
  font-family: 'Line Awesome Free';
  font-style: normal;
  font-weight: 900;
  font-size: 16px;
  width: auto;
  left: 15px;
}
.products-list .product-item {
  width: 100%;
}
.products-list .product-item-info {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  flex-wrap: wrap;
  flex-wrap: nowrap;
}
.products-list .product-item:hover .product-item-photo {
  transform: none;
}
.products-list .product_item_images {
  line-height: 1;
  max-width: 50%;
}
[data-content-type='products'] .swatch-attribute-label {
  font-weight: var(--heading__font-weight__base);
  position: relative;
}
[data-content-type='products'] .swatch-attribute-label.required {
  padding-right: 12px;
}
[data-content-type='products'] .swatch-attribute-label[data-required='1']:after {
  color: #e02b27;
  content: '*';
  font-size: 14px;
  font-weight: var(--heading__font-weight__base);
  position: absolute;
  right: -11px;
  top: -2px;
}
[data-content-type='products'] .swatch-attribute-selected-option {
  color: var(--theme__color__primary);
  padding-left: 17px;
}
[data-content-type='products'] .swatch-attribute-options {
  margin: 12px 0;
}
[data-content-type='products'] .swatch-attribute-options:focus {
  box-shadow: none;
}
[data-content-type='products'] .swatch-attribute-options .swatch-option-tooltip-layered .title {
  color: #fff;
  bottom: -5px;
  height: 20px;
  left: 0;
  margin-bottom: 12px;
  position: absolute;
  text-align: center;
  width: 100%;
}
[data-content-type='products'] .swatch-attribute.size .swatch-option,
[data-content-type='products'] .swatch-attribute.manufacturer .swatch-option {
  background: #fff;
  color: var(--heading__color__base);
}
[data-content-type='products'] .swatch-attribute.size .swatch-option.selected,
[data-content-type='products'] .swatch-attribute.manufacturer .swatch-option.selected {
  background: var(--button__hover__background);
  border: 1px solid var(--button__hover__background);
  color: var(--button__hover__color);
}
[data-content-type='products'] .swatch-option {
  border: 1px solid #e6e6e6;
  cursor: pointer;
  float: left;
  height: 20px;
  margin: 0 12px 6px 0;
  max-width: 100%;
  min-width: 30px;
  overflow: hidden;
  padding: 1px 2px;
  position: relative;
  text-align: center;
  text-overflow: ellipsis;
}
[data-content-type='products'] .swatch-option:focus {
  box-shadow: none;
}
[data-content-type='products'] .swatch-option.text {
  background: #fff;
  color: var(--heading__color__base);
  font-size: 12px;
  font-weight: var(--heading__font-weight__base);
  line-height: 20px;
  margin-right: 7px;
  min-width: 22px;
  padding: 3px 7px;
}
[data-content-type='products'] .swatch-option.text.selected {
  background-color: var(--theme__color__primary) !important;
}
[data-content-type='products'] .swatch-option.selected {
  color: var(--theme__color__primary);
}
[data-content-type='products'] .swatch-option:not(.disabled):hover {
  color: var(--theme__color__primary);
}
[data-content-type='products'] .swatch-option.disabled {
  box-shadow: unset;
  cursor: default;
  pointer-events: none;
}
[data-content-type='products'] .swatch-option.disabled:after {
  background: linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  background: -moz-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(42%, rgba(255, 255, 255, 0)), color-stop(43%, #ffffff), color-stop(46%, #ffffff), color-stop(47%, #ff5216), color-stop(53%, #ff5216), color-stop(54%, #ffffff), color-stop(57%, #ffffff), color-stop(58%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  bottom: 0;
  content: '';
  filter: 'progid:DXImageTransform.Microsoft.gradient(startColorstr=#00ffffff, endColorstr=#00ffffff, GradientType=1)';
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
[data-content-type='products'] .swatch-option-disabled {
  border: 0;
  cursor: default;
  outline: none !important;
}
[data-content-type='products'] .swatch-option-disabled:after {
  -webkit-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  transform: rotate(-30deg);
  content: '';
  height: 2px;
  left: -4px;
  position: absolute;
  top: 10px;
  width: 42px;
  z-index: 995;
  background: #e02b27;
}
[data-content-type='products'] .swatch-option-tooltip {
  color: #fff;
  display: none;
  max-height: 100%;
  min-height: 20px;
  min-width: 20px;
  padding: 6px;
  position: absolute;
  text-align: center;
  z-index: 999;
  background: #383838;
}
[data-content-type='products'] .swatch-option-tooltip .corner,
[data-content-type='products'] .swatch-option-tooltip-layered .corner {
  bottom: 0;
  height: 8px;
  left: 40%;
  position: absolute;
}
[data-content-type='products'] .swatch-option-tooltip .corner:before,
[data-content-type='products'] .swatch-option-tooltip-layered .corner:before,
[data-content-type='products'] .swatch-option-tooltip .corner:after,
[data-content-type='products'] .swatch-option-tooltip-layered .corner:after {
  border-style: solid;
  content: '';
  font-size: 1px;
  height: 0;
  position: relative;
  width: 0;
}
[data-content-type='products'] .swatch-option-tooltip .corner:before,
[data-content-type='products'] .swatch-option-tooltip-layered .corner:before {
  border-color: #adadad transparent transparent transparent;
  border-width: 8px 8.5px 0 8.5px;
  left: 0;
  top: 2px;
}
[data-content-type='products'] .swatch-option-tooltip .corner:after,
[data-content-type='products'] .swatch-option-tooltip-layered .corner:after {
  border-color: #fff transparent transparent transparent;
  border-width: 7px 7.5px 0 7.5px;
  left: -15px;
  top: 1px;
}
[data-content-type='products'] .swatch-option-tooltip .image,
[data-content-type='products'] .swatch-option-tooltip-layered .image {
  display: block;
  height: 130px;
  margin: 0 auto;
  width: 130px;
}
[data-content-type='products'] .swatch-option-tooltip-layered {
  border: 1px solid #e6e6e6;
  color: #fff;
  background: #383838;
  display: none;
  left: -47px;
  position: absolute;
  width: 140px;
  z-index: 999;
}
[data-content-type='products'] .swatch-option-tooltip .title {
  color: #fff;
  display: block;
  max-height: 200px;
  min-height: 20px;
  overflow: hidden;
  text-align: center;
}
[data-content-type='products'] .swatch-option-link-layered {
  margin: 0 !important;
  padding: 0 !important;
  position: relative;
}
[data-content-type='products'] .swatch-option-link-layered:focus > div {
  box-shadow: 0 0 3px 1px var(--theme__color__primary);
}
[data-content-type='products'] .swatch-option-link-layered:hover > .swatch-option-tooltip-layered {
  display: block;
}
[data-content-type='products'] .swatch-opt {
  margin: 24px 0;
}
[data-content-type='products'] .swatch-opt-listing {
  margin-bottom: 12px;
}
[data-content-type='products'] .swatch-more {
  display: inline-block;
  margin: 2px 0;
  padding: 2px;
  position: static;
  z-index: 1;
}
[data-content-type='products'] .swatch-visual-tooltip-layered {
  height: 160px;
  top: -170px;
}
[data-content-type='products'] .swatch-textual-tooltip-layered {
  height: 30px;
  top: -40px;
}
[data-content-type='products'] .swatch-input {
  left: -1000px;
  position: absolute;
  visibility: hidden;
}
[data-content-type='products'] .clearfix:after {
  clear: both;
  content: '';
  display: block;
  height: 0;
  visibility: hidden;
}
/*test*/
.product-item .product-item-details {
  position: relative;
}
.product-item .product-item-details div[class*="swatch-opt"] .swatch-attribute.color .swatch-option {
  position: relative;
  overflow: visible;
  border: 0;
}
.product-item .product-item-details div[class*="swatch-opt"] .swatch-attribute.color .swatch-option::before {
  content: '';
  position: absolute;
  top: -2px;
  right: -2px;
  bottom: -2px;
  left: -2px;
  background: transparent;
  border: 1px solid #e6e6e6;
  z-index: 1;
  border-radius: 50%;
}
.product-item .product-item-details div[class*="swatch-opt"] .swatch-attribute.color .swatch-option.selected::before {
  border-color: #222;
}
.product-item .product-item-details div[class*="swatch-opt"] .swatch-attribute.size {
  position: absolute;
  top: -1.7rem;
  z-index: 2;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  opacity: 0;
  visibility: hidden;
  left: 0;
  width: 100%;
  transition: 0.3s all ease-in;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.product-item .product-item-details div[class*="swatch-opt"] .swatch-attribute.size .swatch-attribute-options {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
}
.product-item .product-item-details div[class*="swatch-opt"] .swatch-attribute.size .swatch-option {
  background: transparent;
  border: 0;
  min-width: unset;
  width: auto;
  height: auto;
  border-radius: 0;
  padding: 0 5px;
  text-shadow: -1px -1px 1px rgba(255, 255, 255, 0.1), 1px 1px 1px rgba(0, 0, 0, 0.15);
  margin: 0;
  float: none;
  font-size: 1.4rem;
  font-weight: 400;
  color: #fff;
}
.product-item .product-item-details div[class*="swatch-opt"] .swatch-attribute.size .swatch-option:hover,
.product-item .product-item-details div[class*="swatch-opt"] .swatch-attribute.size .swatch-option.selected {
  color: var(--theme__color__primary);
  text-shadow: none;
}
.product-item:hover .product-item-details div[class*="swatch-opt"] .swatch-attribute.size {
  opacity: 1;
  visibility: visible;
}
.products-grid .product-item .actions-secondary .action,
.products-grid .field.choice.related .action,
.products-grid .product-item .actions-secondary label,
.products-grid .field.choice.related label {
  width: 3rem;
  height: 3rem;
}
.products-grid:not(.slick-slider) .product-item,
.products-grid .product-items:not(.slick-slider) .product-item {
  margin-top: 3rem;
}
.products-grid .slick-slide .product-item {
  margin-top: 0;
}
.products-grid .product-item {
  position: relative;
}
.products-grid .product-item:only-child.col-xxl-12.col-xl-12.col-lg-12.col-md-12.col-sm-12 {
  margin-top: 0;
}
.products-grid .product-item .actions-primary {
  width: 100%;
}
.products-grid .product-item .actions-primary .stock.unavailable {
  background-image: none;
  background: var(--button__background);
  border: 0;
  color: var(--button__color);
  cursor: pointer;
  display: inline-block;
  font-family: inherit;
  font-weight: 400;
  margin: 0;
  padding: 8px 20px;
  font-size: 1.4rem;
  line-height: 2.24rem;
  box-sizing: border-box;
  vertical-align: middle;
  line-height: inherit;
  width: 100%;
  border-radius: var(--button__border-radius);
  background-color: #e6e6e6;
  text-transform: var(--button__text_transform);
  text-align: center;
}
.products-grid .product-item .actions-primary .stock.unavailable:focus,
.products-grid .product-item .actions-primary .stock.unavailable:active {
  background: var(--button__hover__background);
  border: 2px solid var(--theme__color__primary);
  color: var(--button__hover__color);
}
.products-grid .product-item .actions-primary .stock.unavailable:hover {
  background: var(--button__hover__background);
  border: 2px solid var(--theme__color__primary);
  color: var(--button__hover__color);
}
.products-grid .product-item .actions-primary .stock.unavailable.disabled,
.products-grid .product-item .actions-primary .stock.unavailable[disabled],
fieldset[disabled] .products-grid .product-item .actions-primary .stock.unavailable {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.products-grid .product-item .actions-primary .stock.unavailable span {
  display: block !important;
}
.products-grid .product-item .actions-secondary {
  z-index: 2;
}
.products-grid.products-related .product-items .product-item:before {
  bottom: 0;
  transform: none;
}
.products-grid.products-related .product-items .product-item:before .product-item-info:after {
  display: none;
}
.elementor__header + .products-grid:not(.slick-slider) {
  margin-top: -3rem;
}
.container-products-packery [data-content-type='products'] .block.widget .products-grid .widget-product-grid.product-items .product-item {
  width: 100%;
}
.product__style-3 .products-grid .product-item {
  font-size: 1.6rem;
}
.product__style-3 .products-grid .product-item .product_item_images {
  border-radius: 5px;
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 0 12px rgba(0, 0, 0, 0.12);
  -ms-box-shadow: 0 0 12px rgba(0, 0, 0, 0.12);
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.12);
  margin-top: 12px;
  margin-bottom: 2.5rem;
}
.product__style-3 .products-grid .product-item .product-item-details {
  text-align: center;
}
.product__style-3 .products-grid .product-item .product-item-details .price-box {
  justify-content: center;
}
.product__style-3 .products-grid .product-item .product-item-details .price-container .price {
  font-size: 1.6rem;
}
.product__style-3 .products-grid .product-item .product-item-details .product-reviews-summary .rating-summary {
  display: block;
  text-align: center;
}
.product__style-3 .products-grid .product-item .product-item-details div[class*="swatch-opt"] .swatch-attribute.size {
  top: -3rem;
}
.product__style-3 .products-grid .swatch-attribute .swatch-attribute-options {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.product__style-3 .products-grid .swatch-attribute.color .swatch-attribute-options {
  margin-left: 8px;
}
.product__style-3 .products-grid:not(.slick-slider) .product-item,
.product__style-3 .products-grid .product-items:not(.slick-slider) .product-item {
  margin-top: 2rem;
}
.product__style-6 .products-grid .product-item {
  -webkit-box-shadow: 1px 0 0 0 #e6e6e6, 0 1px 0 0 #e6e6e6, 1px 1px 0 0 #e6e6e6, /* Just to fix the corner */ 1px 0 0 0 #e6e6e6 inset, 0 1px 0 0 #e6e6e6 inset;
  -moz-box-shadow: 1px 0 0 0 #e6e6e6, 0 1px 0 0 #e6e6e6, 1px 1px 0 0 #e6e6e6, /* Just to fix the corner */ 1px 0 0 0 #e6e6e6 inset, 0 1px 0 0 #e6e6e6 inset;
  -ms-box-shadow: 1px 0 0 0 #e6e6e6, 0 1px 0 0 #e6e6e6, 1px 1px 0 0 #e6e6e6, /* Just to fix the corner */ 1px 0 0 0 #e6e6e6 inset, 0 1px 0 0 #e6e6e6 inset;
  box-shadow: 1px 0 0 0 #e6e6e6, 0 1px 0 0 #e6e6e6, 1px 1px 0 0 #e6e6e6, /* Just to fix the corner */ 1px 0 0 0 #e6e6e6 inset, 0 1px 0 0 #e6e6e6 inset;
  margin: 0;
  padding: 1.5rem;
}
.product__style-6 .products-grid .product-item .product-item-details {
  text-align: center;
}
.product__style-6 .products-grid .product-item .product-item-details .price-box {
  text-align: center;
  justify-content: center;
}
.product__style-6 .products-grid .product-item .product-item-details .swatch-attribute .swatch-attribute-options {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.product__style-6 .products-grid .product-item .product-item-details div[class*="swatch-opt-"] {
  min-height: unset;
}
.product__style-6 .products-grid .product-item .product-item-name,
.product__style-6 .products-grid .product-item .product.name a {
  display: -webkit-box;
  margin: 0 auto;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.product__style-6 .products-grid:not(.slick-slider) .product-item,
.product__style-6 .products-grid .product-items:not(.slick-slider) .product-item {
  margin-top: 0;
  margin-bottom: 0;
}
.product__style-6 .container-products-switch .products-grid {
  margin-top: 4rem;
  display: grid;
  grid-template-columns: repeat(4, 25%);
}
.product__style-6 .container-products-switch .products-grid .product-item {
  width: 100% !important;
}
@media only screen and (max-width: 1199px) {
  .product__style-6 .container-products-switch .products-grid {
    grid-template-columns: repeat(3, 33.3333%);
  }
}
@media only screen and (max-width: 575px) {
  .product__style-6 .container-products-switch .products-grid {
    grid-template-columns: repeat(2, 50%);
  }
}
.product__style-6 .container-products-switch .products-grid.category_page_grid_5 {
  grid-template-columns: repeat(5, 20%);
}
.product__style-6 .container-products-switch .products-grid.category_page_grid_3 {
  grid-template-columns: repeat(3, 33.333%);
}
.product__style-6 .container-products-switch .products-grid.category_page_grid_2 {
  grid-template-columns: repeat(2, 50%);
}
.product__style-6 .products-grid.wishlist .product-items,
.product__style-6 .products-grid .products.list.items:not(.slick-slider) {
  margin-left: 0;
  margin-right: 0;
}
.product__style-6 .section.block.related .product-item {
  border-bottom: 1px solid #e6e6e6;
}
.abs-product-link,
.navigation .level0 .submenu .product-item-name,
.navigation .level0 .submenu .product.name a,
.product-item .product-item-name,
.product-item .product.name a,
.product-item-name,
.product.name a {
  font-weight: 500;
}
.abs-product-link > a,
.navigation .level0 .submenu .product-item-name > a,
.navigation .level0 .submenu .product.name a > a,
.product-item .product-item-name > a,
.product-item .product.name a > a,
.product-item-name > a,
.product.name a > a {
  color: var(--heading__color__base);
  text-decoration: none;
}
.abs-product-link > a:visited,
.navigation .level0 .submenu .product-item-name > a:visited,
.navigation .level0 .submenu .product.name a > a:visited,
.product-item .product-item-name > a:visited,
.product-item .product.name a > a:visited,
.product-item-name > a:visited,
.product.name a > a:visited {
  color: var(--heading__color__base);
  text-decoration: none;
}
.abs-product-link > a:hover,
.navigation .level0 .submenu .product-item-name > a:hover,
.navigation .level0 .submenu .product.name a > a:hover,
.product-item .product-item-name > a:hover,
.product-item .product.name a > a:hover,
.product-item-name > a:hover,
.product.name a > a:hover {
  color: var(--link__hover__color);
  text-decoration: none;
}
.abs-product-link > a:active,
.navigation .level0 .submenu .product-item-name > a:active,
.navigation .level0 .submenu .product.name a > a:active,
.product-item .product-item-name > a:active,
.product-item .product.name a > a:active,
.product-item-name > a:active,
.product.name a > a:active {
  color: var(--link__hover__color);
  text-decoration: none;
}
/*test*/
.final-date-product-countdown-timers {
  text-align: center;
  margin: 15px 0 10px;
}
.final-date-product-countdown-timers > * {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  min-width: 40px;
  min-height: 40px;
  border-radius: 3px;
  box-shadow: 0 0 3px rgba(34, 34, 34, 0.1);
  padding: 5px;
  margin: 0 2px 5px;
}
.final-date-product-countdown-timers .countdown_ti {
  font-size: 14px;
  margin: 0 0 5px;
  line-height: 1;
}
.final-date-product-countdown-timers .countdown_tx {
  font-size: 14px;
  line-height: 1;
}
.desgin_product_price_countdown--dark .final-date-product-countdown-timers > * {
  background-color: #222;
}
.desgin_product_price_countdown--dark .final-date-product-countdown-timers .countdown_ti {
  color: #fff;
}
.desgin_product_price_countdown--dark .final-date-product-countdown-timers .countdown_tx {
  color: #999;
}
.desgin_product_price_countdown--light .final-date-product-countdown-timers > * {
  background-color: #fff;
}
.desgin_product_price_countdown--light .final-date-product-countdown-timers .countdown_ti {
  color: #222;
}
.desgin_product_price_countdown--light .final-date-product-countdown-timers .countdown_tx {
  color: #999;
}
*[class*=widget-product-countdown-timers] .product_item_images {
  margin-bottom: 0;
}
*[class*=widget-product-countdown-timers] .product-item-details {
  text-align: center;
}
*[class*=widget-product-countdown-timers] .product-item-details .price-box {
  justify-content: center;
  margin-top: 5px;
}
.widget-product-countdown-timers-slider .product-item {
  margin-top: 0;
}
.widget-product-countdown-timers-grid .product-item-photo {
  overflow: hidden;
}
.product-countdown-layout2 .final-date-product-countdown-timers {
  position: static;
  opacity: 1 !important;
  text-align: left;
  margin: 30px 0 0;
}
.product-countdown-layout2 .product-image-photo,
.product-countdown-layout2 .products-image-hover {
  background-color: #f5f5f5;
  transform: none !important;
}
.product-countdown-layout2 .product-item-info .product_item-images {
  padding-bottom: 20px;
}
.product-countdown-layout2 .product-item-info .product_item-details {
  margin-bottom: 30px;
}
.product-countdown-layout2 .product-item-info .product_item-details .product-item-name {
  font-size: 3.2rem;
  font-weight: var(--heading__font-weight__base);
  margin-bottom: 10px;
}
.product-countdown-layout2 .product-item-info .product_item-details .price-box {
  font-size: 22px;
  line-height: 22px;
  margin-bottom: 20px;
}
.product-countdown-layout2 .product-item-info .product_item-details .price-box .price {
  font-size: 22px;
}
.product-countdown-layout2 .variations_button {
  display: flex;
  align-items: center;
}
.product-countdown-layout2 .variations_button .actions-secondarys {
  display: flex;
  align-items: center;
}
.product-countdown-layout2 .variations_button .actions-secondarys .action {
  position: relative;
  min-width: 40px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin-left: 10px;
  border-radius: 5px;
  border: 1px solid #222;
  text-align: center;
  transition: 0.3s;
  display: inline-block;
}
.product-countdown-layout2 .variations_button .actions-secondarys .action span {
  display: none;
}
.product-countdown-layout2 .variations_button .actions-secondarys .action::before {
  color: #222;
}
.product-countdown-layout2 .variations_button .actions-secondarys .action:hover {
  background: var(--theme__color__primary);
  color: #fff;
  border-color: var(--theme__color__primary);
}
.product-countdown-layout2 .variations_button .actions-secondarys .action:hover::before {
  color: #fff;
}
.product-countdown-layout2 .variations_button .actions-primary {
  width: auto;
}
.product-countdown-layout2 .variations_button .actions-primary button,
.product-countdown-layout2 .variations_button .actions-primary .cart.table-wrapper .actions-toolbar > .action {
  min-width: 160px;
  border-radius: 5px;
  min-height: 40px;
}
.product-countdown-layout2 .variations_button .actions-primary button::before,
.product-countdown-layout2 .variations_button .actions-primary .cart.table-wrapper .actions-toolbar > .action::before {
  display: none;
}
.product-countdown-layout2 .variations_button .actions-primary button:focus,
.product-countdown-layout2 .variations_button .actions-primary .cart.table-wrapper .actions-toolbar > .action:focus {
  background: var(--theme__color__primary);
  color: #fff;
  border-color: var(--theme__color__primary);
}
.product-countdown-layout2 .product-share-links {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 20px;
}
.product-countdown-layout2 .product-share-links .share-links {
  display: inline-flex;
  margin-right: 10px;
  text-transform: capitalize;
}
.product-countdown-layout2 .product-share-links .share-links a {
  color: var(--text__color);
}
.product-countdown-layout2 .product-share-links .share-dialog {
  margin: 0;
}
.product-countdown-layout2 .final-date-product-countdown-timers > span {
  background: none;
  color: var(--text__color);
  min-width: unset;
  min-height: unset;
  border: 0;
  box-shadow: none;
  margin: 0;
}
.product-countdown-layout2 .final-date-product-countdown-timers .countdown_ti {
  min-width: 50px;
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 2px solid #ddd;
  color: var(--heading__color__base);
  font-weight: 600;
}
.product-countdown-layout2 .final-date-product-countdown-timers .countdown_tx {
  text-transform: uppercase;
}
[data-content-type='htmlquote'] {
  position: relative;
  background: #f1f1f1;
  padding: 30px 25px 30px 60px;
  margin: 20px 0;
  font-family: var(--other_font_family);
  font-style: italic;
}
[data-content-type='htmlquote']:before {
  content: open-quote;
  font-size: 50px;
  margin: 0 15px 0;
  position: absolute;
  left: 5px;
  top: 20px;
  display: block;
  width: auto;
  background: transparent;
  text-shadow: none;
  opacity: 1;
  height: auto;
  color: inherit;
  visibility: visible;
  line-height: 1;
}
.quote-author {
  margin: 15px 0;
  font-size: 14px;
}
.quote-description p {
  margin-bottom: 0;
}
/*test*/
.elementor-testimonial-item {
  text-align: center;
}
.testimonial-customer img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin: 0 auto 15px;
  object-fit: cover;
}
.testimonial-name {
  font-weight: 500;
  color: #222;
  text-transform: capitalize;
  margin: 0 0 10px;
}
.testimonial-content {
  font-weight: 300;
  margin: 0 auto 10px;
  max-width: 525px;
}
.testimonial-job {
  font-weight: 500;
  color: #222;
  text-transform: capitalize;
  margin: 0 0 10px;
}
.testimonial-rating .rating-summary .rating-result {
  margin: auto;
}
.widget-testimonial-slider-design--2 .slick-slide .elementor-testimonial-item {
  text-align: left;
  padding: 4rem 2.5rem;
  border: 1px solid #e6e6e6;
}
.widget-testimonial-slider-design--2 .slick-slide .elementor-testimonial-item .testimonial-img {
  margin-right: 1.5rem;
}
.widget-testimonial-slider-design--2 .slick-slide .elementor-testimonial-item .testimonial-img img {
  height: 8rem;
  width: 8rem;
  object-fit: cover;
}
.widget-testimonial-slider-design--2 .slick-slide .elementor-testimonial-item .testimonial-content {
  margin-bottom: 3rem;
}
.widget-testimonial-slider-design--2 .slick-slide .elementor-testimonial-item .testimonial-name {
  text-transform: uppercase;
  letter-spacing: 2px;
}
.widget-testimonial-slider-design--2 .slick-slide .elementor-testimonial-item .testimonial-job {
  font-weight: 400;
  color: var(--text__color);
}
.widget-testimonial-slider-design--2 .testimonial-info {
  text-align: center;
}
/*test*/
.elementor-newsletter-wrapper .form-subscribe {
  border: 1px solid var(--text__color);
  border-radius: var(--button__border-radius);
  padding: 2px;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.elementor-newsletter-wrapper .form-subscribe .field-newsletter {
  flex: 1;
}
.elementor-newsletter-wrapper input {
  height: 40px;
  font-size: 1.3rem;
  border: 0;
  border-radius: var(--button__border-radius);
  background-color: transparent;
  color: #fff;
}
.elementor-newsletter-wrapper button,
.elementor-newsletter-wrapper .cart.table-wrapper .actions-toolbar > .action {
  border-radius: var(--button__border-radius);
  background-image: none;
  background: #222;
  border: 2px solid var(--button__color);
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: inherit;
  font-weight: var(--button__font-weight);
  margin: 0;
  padding: 7px 25px;
  font-size: 1.4rem;
  line-height: 2.24rem;
  box-sizing: border-box;
  vertical-align: middle;
  height: 100%;
  padding-left: 2rem;
  padding-right: 2rem;
}
.elementor-newsletter-wrapper button:focus,
.elementor-newsletter-wrapper button:active,
.elementor-newsletter-wrapper .cart.table-wrapper .actions-toolbar > .action:focus,
.elementor-newsletter-wrapper .cart.table-wrapper .actions-toolbar > .action:active {
  background: var(--button__hover__background);
  border: 2px solid var(--theme__color__primary);
  color: var(--button__hover__color);
}
.elementor-newsletter-wrapper button:hover,
.elementor-newsletter-wrapper .cart.table-wrapper .actions-toolbar > .action:hover {
  background: var(--button__hover__background);
  border: 2px solid var(--theme__color__primary);
  color: var(--button__hover__color);
}
.elementor-newsletter-wrapper button.disabled,
.elementor-newsletter-wrapper button[disabled],
fieldset[disabled] .elementor-newsletter-wrapper button,
.elementor-newsletter-wrapper .cart.table-wrapper .actions-toolbar > .action.disabled,
.elementor-newsletter-wrapper .cart.table-wrapper .actions-toolbar > .action[disabled],
fieldset[disabled] .elementor-newsletter-wrapper .cart.table-wrapper .actions-toolbar > .action {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.elementor-newsletter-wrapper button:focus,
.elementor-newsletter-wrapper button:active,
.elementor-newsletter-wrapper .cart.table-wrapper .actions-toolbar > .action:focus,
.elementor-newsletter-wrapper .cart.table-wrapper .actions-toolbar > .action:active {
  background: var(--button__hover__background);
  border: 2px solid var(--theme__color__primary);
  color: var(--button__hover__color);
}
.elementor-newsletter-wrapper button:hover,
.elementor-newsletter-wrapper .cart.table-wrapper .actions-toolbar > .action:hover {
  background: var(--button__hover__background);
  border: 2px solid var(--theme__color__primary);
  color: var(--button__hover__color);
}
.elementor-newsletter-wrapper button.disabled,
.elementor-newsletter-wrapper button[disabled],
fieldset[disabled] .elementor-newsletter-wrapper button,
.elementor-newsletter-wrapper .cart.table-wrapper .actions-toolbar > .action.disabled,
.elementor-newsletter-wrapper .cart.table-wrapper .actions-toolbar > .action[disabled],
fieldset[disabled] .elementor-newsletter-wrapper .cart.table-wrapper .actions-toolbar > .action {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.style_2 .elementor-newsletter-wrapper .form-subscribe {
  padding: 0;
  border-radius: 0;
}
.style_2 .elementor-newsletter-wrapper .form-subscribe input,
.style_2 .elementor-newsletter-wrapper .form-subscribe button,
.style_2 .elementor-newsletter-wrapper .form-subscribe .cart.table-wrapper .actions-toolbar > .action {
  border-radius: 0;
}
.larger .elementor-newsletter-wrapper .form-subscribe {
  border-color: #eee;
}
.larger .elementor-newsletter-wrapper .form-subscribe input {
  height: 58px;
  padding-left: 15px;
  font-size: 1.6rem;
  color: #000;
}
.larger .elementor-newsletter-wrapper .form-subscribe button,
.larger .elementor-newsletter-wrapper .form-subscribe .cart.table-wrapper .actions-toolbar > .action {
  min-height: 58px;
}
@media only screen and (max-width: 575px) {
  .larger .elementor-newsletter-wrapper .form-subscribe {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .larger .elementor-newsletter-wrapper .form-subscribe input {
    text-align: center;
  }
  .larger .elementor-newsletter-wrapper .form-subscribe .actions-subscribe button,
  .larger .elementor-newsletter-wrapper .form-subscribe .actions-subscribe .cart.table-wrapper .actions-toolbar > .action {
    width: 100%;
  }
  .larger .elementor-newsletter-wrapper .form-subscribe > div {
    width: 100%;
  }
}
.larger.newl_des_4 .elementor-newsletter-wrapper .form-subscribe {
  border-color: #ddd;
}
.larger.newl_des_4 .elementor-newsletter-wrapper .form-subscribe button,
.larger.newl_des_4 .elementor-newsletter-wrapper .form-subscribe .cart.table-wrapper .actions-toolbar > .action {
  min-width: 200px;
  text-transform: uppercase;
  letter-spacing: 0.17em;
}
.color_white .elementor-newsletter-wrapper .form-subscribe {
  border: 0;
}
.color_white .elementor-newsletter-wrapper .form-subscribe .field-newsletter {
  margin-right: 10px;
}
.color_white .elementor-newsletter-wrapper .form-subscribe ::-webkit-input-placeholder {
  /* Edge */
  color: #fff;
}
.color_white .elementor-newsletter-wrapper .form-subscribe :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #fff;
}
.color_white .elementor-newsletter-wrapper .form-subscribe ::placeholder {
  color: #fff;
}
.color_white .elementor-newsletter-wrapper .form-subscribe input {
  color: #fff;
  border: 1px solid #fff;
  margin-right: 2px;
  height: 50px;
}
.newsletter-style2 .elementor-newsletter-wrapper .form-subscribe {
  border: 0;
  border-radius: 0;
  padding: 0;
  grid-gap: 10px;
}
.newsletter-style2 .elementor-newsletter-wrapper .field-newsletter {
  flex: 1;
}
.newsletter-style2 .elementor-newsletter-wrapper .field-newsletter input {
  height: 50px;
  border: 1px solid #878787;
  border-radius: 0;
}
.newsletter-style2 .elementor-newsletter-wrapper .actions-subscribe button,
.newsletter-style2 .elementor-newsletter-wrapper .actions-subscribe .cart.table-wrapper .actions-toolbar > .action {
  height: 50px;
  min-width: 200px;
  border-radius: 0;
}
@media only screen and (max-width: 575px) {
  .newsletter-style2 .elementor-newsletter-wrapper .form-subscribe {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .newsletter-style2 .elementor-newsletter-wrapper .form-subscribe input {
    text-align: center;
  }
  .newsletter-style2 .elementor-newsletter-wrapper .form-subscribe .actions-subscribe button,
  .newsletter-style2 .elementor-newsletter-wrapper .form-subscribe .actions-subscribe .cart.table-wrapper .actions-toolbar > .action {
    width: 100%;
  }
  .newsletter-style2 .elementor-newsletter-wrapper .form-subscribe > div {
    width: 100%;
  }
}
.newsletter-style3 .elementor-newsletter-wrapper {
  max-width: 525px;
  margin: auto;
}
.newsletter-style3 .elementor-newsletter-wrapper .form-subscribe {
  border-radius: 0;
  border-color: #222222;
}
.newsletter-style3 .elementor-newsletter-wrapper input {
  height: 50px;
  color: #222;
  /* Mozilla Firefox 4 to 18 */
  /* Mozilla Firefox 19+ */
  /* Internet Explorer 10+ */
}
.newsletter-style3 .elementor-newsletter-wrapper input::placeholder {
  color: #222;
}
.newsletter-style3 .elementor-newsletter-wrapper input::-webkit-input-placeholder {
  color: #222;
}
.newsletter-style3 .elementor-newsletter-wrapper input:focus::-webkit-input-placeholder {
  color: transparent;
}
.newsletter-style3 .elementor-newsletter-wrapper input:-moz-placeholder {
  color: #222;
}
.newsletter-style3 .elementor-newsletter-wrapper input:focus:-moz-placeholder {
  color: #222;
}
.newsletter-style3 .elementor-newsletter-wrapper input::-moz-placeholder {
  color: #222;
}
.newsletter-style3 .elementor-newsletter-wrapper input:focus::-moz-placeholder {
  color: #222;
}
.newsletter-style3 .elementor-newsletter-wrapper input:-ms-input-placeholder {
  color: #222;
}
.newsletter-style3 .elementor-newsletter-wrapper input:focus:-ms-input-placeholder {
  color: transparent;
}
.newsletter-style3 .elementor-newsletter-wrapper button,
.newsletter-style3 .elementor-newsletter-wrapper .cart.table-wrapper .actions-toolbar > .action {
  border-radius: 0;
  height: 50px;
  min-width: 200px;
  font-size: 1.6rem;
}
.newsletter-style3 .elementor-newsletter-wrapper button::after,
.newsletter-style3 .elementor-newsletter-wrapper .cart.table-wrapper .actions-toolbar > .action::after {
  font-family: 'Line Awesome Free';
  font-weight: 900;
  content: "\f061";
  display: inline-block;
  margin-left: 5px;
  font-size: 16px;
  color: currentColor;
}
@media only screen and (max-width: 575px) {
  .newsletter-style3 .elementor-newsletter-wrapper .form-subscribe {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .newsletter-style3 .elementor-newsletter-wrapper .form-subscribe input {
    text-align: center;
  }
  .newsletter-style3 .elementor-newsletter-wrapper .form-subscribe .actions-subscribe button,
  .newsletter-style3 .elementor-newsletter-wrapper .form-subscribe .actions-subscribe .cart.table-wrapper .actions-toolbar > .action {
    width: 100%;
  }
  .newsletter-style3 .elementor-newsletter-wrapper .form-subscribe > div {
    width: 100%;
  }
}
.h-55 .elementor-newsletter-wrapper {
  max-width: 530px;
  margin: auto;
}
.h-55 .elementor-newsletter-wrapper .form-subscribe {
  border-color: #222;
}
.h-55 .elementor-newsletter-wrapper input {
  height: 50px;
  /* Mozilla Firefox 4 to 18 */
  /* Mozilla Firefox 19+ */
  /* Internet Explorer 10+ */
}
.h-55 .elementor-newsletter-wrapper input::placeholder {
  color: #222;
}
.h-55 .elementor-newsletter-wrapper input::-webkit-input-placeholder {
  color: #222;
}
.h-55 .elementor-newsletter-wrapper input:focus::-webkit-input-placeholder {
  color: transparent;
}
.h-55 .elementor-newsletter-wrapper input:-moz-placeholder {
  color: #222;
}
.h-55 .elementor-newsletter-wrapper input:focus:-moz-placeholder {
  color: #222;
}
.h-55 .elementor-newsletter-wrapper input::-moz-placeholder {
  color: #222;
}
.h-55 .elementor-newsletter-wrapper input:focus::-moz-placeholder {
  color: #222;
}
.h-55 .elementor-newsletter-wrapper input:-ms-input-placeholder {
  color: #222;
}
.h-55 .elementor-newsletter-wrapper input:focus:-ms-input-placeholder {
  color: transparent;
}
.h-55 .elementor-newsletter-wrapper button,
.h-55 .elementor-newsletter-wrapper .cart.table-wrapper .actions-toolbar > .action {
  min-width: 200px;
}
@media only screen and (max-width: 575px) {
  .h-55 .elementor-newsletter-wrapper .form-subscribe {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    border: 0;
  }
  .h-55 .elementor-newsletter-wrapper .form-subscribe input {
    text-align: center;
    margin-bottom: 10px;
    border: 1px solid var(--heading__color__base);
  }
  .h-55 .elementor-newsletter-wrapper .form-subscribe .actions-subscribe button,
  .h-55 .elementor-newsletter-wrapper .form-subscribe .actions-subscribe .cart.table-wrapper .actions-toolbar > .action {
    width: 100%;
    min-height: 50px;
  }
  .h-55 .elementor-newsletter-wrapper .form-subscribe > div {
    width: 100%;
  }
}
.footer-container.layout-5 .elementor-newsletter-wrapper .form-subscribe {
  border-radius: 0;
  border: 0;
}
.footer-container.layout-5 .elementor-newsletter-wrapper .field-newsletter input {
  border: 1px solid var(--text__color);
  border-radius: 0;
}
.footer-container.layout-5 .elementor-newsletter-wrapper .actions-subscribe button,
.footer-container.layout-5 .elementor-newsletter-wrapper .actions-subscribe .cart.table-wrapper .actions-toolbar > .action {
  border-radius: 0;
  border: 0;
  background-color: var(--theme__color__primary);
}
/*test*/
[data-content-type="staticmenu-item"] > * {
  margin: 0 0 12.5px;
  display: inline-block;
}
[data-content-type="staticmenu-item"] style {
  display: none;
}
.header-static-menu {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  color: var(--heading__color__base);
  position: relative;
}
footer [data-content-type="heading"] {
  margin: 0 0 3rem;
}
footer .elementor-static-menu-title {
  color: var(--footer-title-color);
}
footer .static-menu-click:after,
footer .static-menu-click:before {
  background: var(--footer-title-color);
}
footer [data-content-type="heading"],
.elementor-static-menu-title {
  font-size: 1.6rem;
  color: var(--heading__color__base);
  font-weight: 500;
  text-transform: capitalize;
}
.elementor-static-menu-title {
  margin: 0;
}
.static-menu-click {
  color: inherit;
  position: relative;
  display: block;
  width: 35px;
  height: 35px;
  text-align: center;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}
.static-menu-click::after,
.static-menu-click:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  background-color: currentColor;
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
  -moz-transform: translate(-50%, -50%) rotate(-90deg);
  -ms-transform: translate(-50%, -50%) rotate(-90deg);
  transform: translate(-50%, -50%) rotate(-90deg);
  -webkit-transition: transform 0.35s ease-in-out, opacity 0.35s ease-in-out, -webkit-transform 0.35s ease-in-out;
  -moz-transition: transform 0.35s ease-in-out, opacity 0.35s ease-in-out, -webkit-transform 0.35s ease-in-out;
  -ms-transition: transform 0.35s ease-in-out, opacity 0.35s ease-in-out, -webkit-transform 0.35s ease-in-out;
  transition: transform 0.35s ease-in-out, opacity 0.35s ease-in-out, -webkit-transform 0.35s ease-in-out;
}
.static-menu-click:after {
  width: 1px;
  height: 12px;
}
.static-menu-click:before {
  width: 12px;
  height: 1px;
  opacity: 1;
}
.static-menu-click.less-action:before,
.static-menu-click.less-action:after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  -moz-transform: translate(-50%, -50%) rotate(90deg);
  -ms-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}
.static-menu-click.less-action::before {
  opacity: 0;
}
.static-menu-click:before,
.static-menu-click:after {
  background-color: var(--heading__color__base);
}
.elementor-content-static-menu a:not(:hover),
.staticmenu-container a:not(:hover) {
  color: var(--text__color);
}
.header-static-menu + .elementor-content-static-menu {
  display: none;
  margin: 3rem 0 0;
}
.hozital-menu [data-content-type="staticmenu-item"],
.hozital-menu.staticmenu-container > * {
  margin: 0;
  display: inline-block;
  padding: 0 10px;
}
.footer-container.layout-6 {
  color: #fff;
}
.footer-container.layout-6 .header-static-menu {
  color: #fff;
}
.footer-container.layout-6 footer [data-content-type="heading"],
.footer-container.layout-6 .elementor-static-menu-title {
  color: #fff;
}
.footer-container.layout-6 .elementor-icon-box-description a:not(:hover),
.footer-container.layout-6 .elementor-content-static-menu a:not(:hover),
.footer-container.layout-6 .staticmenu-container a:not(:hover) {
  color: #fff;
}
.footer-container.layout-6 ul.social-link li a {
  color: #fff;
}
.footer-container.layout-6 .elementor-newsletter-wrapper .field-newsletter input {
  color: #fff;
  border-color: #fff;
}
.footer-container.layout-6 .elementor-newsletter-wrapper button,
.footer-container.layout-6 .elementor-newsletter-wrapper .cart.table-wrapper .actions-toolbar > .action {
  font-weight: normal;
}
.footer-container.layout-6 .static-menu-click:before,
.footer-container.layout-6 .static-menu-click:after {
  background-color: #fff;
}
/*test*/
[data-content-type="cbanner"] .pagebuilder-banner-wrapper [data-element='content'] {
  min-height: unset;
}
[data-content-type="cbanner"] div[class*="pagebuilder-banner-wrapper background-image"] {
  position: relative;
  overflow: hidden;
}
[data-content-type="cbanner"][data-image-hover-effects="zoom"] div[class*="pagebuilder-banner-wrapper background-image"]:not(.lazyload, .lazyloading) .pagebuilder-overlay,
[data-content-type="cbanner"][data-image-hover-effects="zoom-overlay"] div[class*="pagebuilder-banner-wrapper background-image"]:not(.lazyload, .lazyloading) .pagebuilder-overlay {
  z-index: 2;
}
[data-content-type="cbanner"][data-image-hover-effects="zoom"] div[class*="pagebuilder-banner-wrapper background-image"]:not(.lazyload, .lazyloading):after,
[data-content-type="cbanner"][data-image-hover-effects="zoom-overlay"] div[class*="pagebuilder-banner-wrapper background-image"]:not(.lazyload, .lazyloading):after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  background: inherit;
}
[data-content-type="cbanner"][data-justify-content="flex-end"] .pagebuilder-banner-wrapper .pagebuilder-overlay {
  align-items: flex-end;
}
[data-content-type="cbanner"][data-justify-content="flex-start"] .pagebuilder-banner-wrapper .pagebuilder-overlay {
  align-items: flex-start;
}
.elementor__heading.medium h1,
.elementor__heading.medium h2,
.elementor__heading.medium h3,
.elementor__heading.medium h4,
.elementor__heading.medium h5,
.elementor__heading.medium h6 {
  font-weight: inherit;
}
.elementor__heading.margin_0 h1,
.elementor__heading.margin_0 h2,
.elementor__heading.margin_0 h3,
.elementor__heading.margin_0 h4,
.elementor__heading.margin_0 h5,
.elementor__heading.margin_0 h6 {
  margin: 0;
}
/*test*/
:root {
  --button__font-weight: 600;
  --button__text_transform: none;
  --button__border-radius: 40px;
  --other_font_family: 'Libre Baskerville', serif;
}
/*  Large button */
.pagebuilder-column-group:not(.empty-child) {
  margin-left: -15px;
  margin-right: -15px;
  width: auto;
}
.pagebuilder-column-group:not(.empty-child) .pagebuilder-column {
  padding-left: 15px;
  padding-right: 15px;
}
[data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner {
  padding-left: 15px;
  padding-right: 15px;
}
.page-main-full-width [data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner,
.page-main-full-width .column.main > [data-content-type='row'][data-appearance='contained'] {
  padding-left: 15px;
  padding-right: 15px;
}
.pagebuilder-button-secondary {
  transition: 0.3s all ease-in;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.pagebuilder-banner-wrapper [data-element='content'] {
  min-height: 25px;
}
@media only screen and (min-width: 576px) {
  .flex-basic-xs-100 .pagebuilder-column {
    flex-basis: unset;
  }
}
.light {
  font-weight: 300;
}
.light .post-info {
  font-weight: 300;
}
.light a,
.light h1,
.light h2,
.light h3,
.light h4,
.light h5,
.light h6 {
  font-weight: 300;
}
.regular {
  font-weight: 400;
}
.regular a,
.regular h1,
.regular h2,
.regular h3,
.regular h4,
.regular h5,
.regular h6 {
  font-weight: 400;
}
.medium {
  font-weight: 500;
}
.medium .post-info {
  font-weight: 500;
}
.medium a,
.medium h1,
.medium h2,
.medium h3,
.medium h4,
.medium h5,
.medium h6 {
  font-weight: 500;
}
.light {
  font-weight: 300;
}
.light .post-info {
  font-weight: 300;
}
.light a,
.light h1,
.light h2,
.light h3,
.light h4,
.light h5,
.light h6 {
  font-weight: 300;
}
.bold {
  font-weight: 700;
}
.bold a,
.bold h1,
.bold h2,
.bold h3,
.bold h4,
.bold h5,
.bold h6 {
  font-weight: 700;
}
.bold a strong,
.bold h1 strong,
.bold h2 strong,
.bold h3 strong,
.bold h4 strong,
.bold h5 strong,
.bold h6 strong {
  font-weight: 700;
}
.btn {
  background-image: none;
  background: var(--button__background);
  border: 2px solid var(--button__color);
  color: var(--button__color);
  cursor: pointer;
  font-family: inherit;
  font-weight: var(--button__font-weight);
  margin: 0;
  padding: 7px 25px;
  font-size: 1.4rem;
  line-height: 2.24rem;
  box-sizing: border-box;
  vertical-align: middle;
  display: inline-block;
  text-decoration: none;
  border-radius: var(--button__border-radius);
}
.btn:focus,
.btn:active {
  background: var(--button__hover__background);
  border: 2px solid var(--theme__color__primary);
  color: var(--button__hover__color);
}
.btn:hover {
  background: var(--button__hover__background);
  border: 2px solid var(--theme__color__primary);
  color: var(--button__hover__color);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.btn:hover,
.btn:active,
.btn:focus {
  text-decoration: none;
}
figure {
  margin: 0;
}
.col-15 {
  width: 20%;
  flex: 0 0 auto;
}
.uppercase {
  text-transform: uppercase;
}
.high-light {
  color: #ec0101;
}
.size-24 {
  font-size: 2.4rem;
}
@media only screen and (max-width: 1366px) {
  .hidden-xl {
    display: none !important;
  }
}
.border_top {
  border-bottom-width: 0 !important;
  border-left-width: 0 !important;
  border-right-width: 0 !important;
}
.border_left {
  border-bottom-width: 0 !important;
  border-top-width: 0 !important;
  border-right-width: 0 !important;
}
.border_right {
  border-bottom-width: 0 !important;
  border-top-width: 0 !important;
  border-left-width: 0 !important;
}
.border_bottom {
  border-top-width: 0 !important;
  border-right-width: 0 !important;
  border-left-width: 0 !important;
}
.margin_0 {
  margin-top: 0;
  margin-bottom: 0;
}
.margin_0 hr {
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;
}
.p_margin_0 p {
  margin-bottom: 0;
}
.margin_bottom_0 {
  margin-bottom: 0;
}
.margin_bottom_0 h2,
.margin_bottom_0 h3,
.margin_bottom_0 h4,
.margin_bottom_0 h5,
.margin_bottom_0 p {
  margin-bottom: 0;
}
.mb_23 {
  margin-bottom: 2.3rem;
}
.ls__1 {
  letter-spacing: 1px;
}
.ls__2 {
  letter-spacing: 2px;
}
.ls__3 {
  letter-spacing: 3px;
}
.ls__4 {
  letter-spacing: 4px;
}
.fs__0 {
  font-size: 0;
}
.fs__45 {
  font-size: 45px;
}
.fs__45 h3 span,
.fs__45 h3 strong {
  font-size: 45px;
}
.max-width-640 {
  max-width: 640px;
}
.z-index--2 {
  position: relative;
  z-index: 2;
}
.bg_white .pagebuilder-button-secondary {
  background-color: #fff;
}
.color_white {
  color: #fff;
}
.color_white .pagebuilder-button-secondary {
  border-color: #fff;
  color: #fff;
  background-color: transparent;
}
.dark_color {
  color: #222;
}
.dark_color a:not(:hover) {
  color: #222;
}
figure.full-width img {
  width: 100%;
}
ul.social-link.footer li a {
  color: var(--footer-links-color);
}
@media only screen and (max-width: 993px) {
  .pagebuilder-mobile-hidden {
    display: none !important;
  }
}
[data-element="heading_text_editer"] > h2:not(:last-of-type),
[data-element="heading_text_editer"] > h3:not(:last-of-type),
[data-element="heading_text_editer"] > h4:not(:last-of-type),
[data-element="heading_text_editer"] > h5:not(:last-of-type),
[data-element="heading_text_editer"] > h6:not(:last-of-type),
[data-element="heading_text_editer"] > p:not(:last-of-type) {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .size-26 span {
    font-size: 26px !important;
  }
  .size-40 span {
    font-size: 40px !important;
  }
  .size-16 span {
    font-size: 16px !important;
  }
  .text-center-sm {
    text-align: center !important;
  }
}
div[data-content-type="tabs"] .tabs-navigation,
.pagebuilder-content-type.pagebuilder-tabs .tabs-navigation {
  border: 0;
}
div[data-content-type="tabs"] .tabs-navigation li.tab-header,
.pagebuilder-content-type.pagebuilder-tabs .tabs-navigation li.tab-header {
  background: var(--button__background);
  margin: 0 0.2rem;
  border: 1px dashed transparent;
  border-radius: var(--button__border-radius) !important;
}
div[data-content-type="tabs"] .tabs-navigation li.tab-header:last-child,
.pagebuilder-content-type.pagebuilder-tabs .tabs-navigation li.tab-header:last-child {
  border: 1px dashed transparent;
}
div[data-content-type="tabs"] .tabs-navigation li.tab-header a.tab-title,
.pagebuilder-content-type.pagebuilder-tabs .tabs-navigation li.tab-header a.tab-title {
  border-right: 0;
  color: var(--text__color);
  font-size: 1.4rem;
  font-weight: var(--text-weight);
  padding: 0.7rem 2.5rem;
  text-transform: capitalize;
}
div[data-content-type="tabs"] .tabs-navigation li.tab-header.ui-state-active,
.pagebuilder-content-type.pagebuilder-tabs .tabs-navigation li.tab-header.ui-state-active {
  background: #fff;
  border-color: var(--heading__color__base);
  z-index: 3;
}
div[data-content-type="tabs"] .tabs-navigation li.tab-header.ui-state-active:after,
.pagebuilder-content-type.pagebuilder-tabs .tabs-navigation li.tab-header.ui-state-active:after {
  display: none;
}
div[data-content-type="tabs"] .tabs-navigation li.tab-header.ui-state-active:last-child,
.pagebuilder-content-type.pagebuilder-tabs .tabs-navigation li.tab-header.ui-state-active:last-child {
  border: 1px dashed var(--heading__color__base);
}
div[data-content-type="tabs"] .tabs-navigation li.tab-header.ui-state-active a.tab-title,
.pagebuilder-content-type.pagebuilder-tabs .tabs-navigation li.tab-header.ui-state-active a.tab-title {
  color: var(--heading__color__base);
}
div[data-content-type="tabs"] .tabs-navigation li.tab-header:hover a.tab-title,
.pagebuilder-content-type.pagebuilder-tabs .tabs-navigation li.tab-header:hover a.tab-title {
  color: var(--heading__color__base);
}
div[data-content-type="tabs"] .tabs-content,
.pagebuilder-content-type.pagebuilder-tabs .tabs-content {
  border: 0;
  margin: 0;
  z-index: 3;
}
div[data-content-type='tabs'] .tabs-content [data-content-type='tab-item'] {
  -webkit-animation: fadeIn 1s ease;
  -moz-animation: fadeIn 1s ease;
  -ms-animation: fadeIn 1s ease;
  animation: fadeIn 1s ease;
}
div[data-content-type='tabs'].vertical-tab,
.pagebuilder-content-type.pagebuilder-tabs.vertical-tab .tabs-container {
  border: 1px solid #e6e6e6;
}
div[data-content-type='tabs'].vertical-tab .tabs-navigation,
.pagebuilder-content-type.pagebuilder-tabs.vertical-tab .tabs-container .tabs-navigation {
  padding: 20px 0;
}
div[data-content-type='tabs'].vertical-tab .tabs-navigation li.tab-header,
.pagebuilder-content-type.pagebuilder-tabs.vertical-tab .tabs-container .tabs-navigation li.tab-header {
  border: 0 !important;
}
div[data-content-type='tabs'].vertical-tab .tabs-navigation li.tab-header.ui-state-active a.tab-title,
.pagebuilder-content-type.pagebuilder-tabs.vertical-tab .tabs-container .tabs-navigation li.tab-header.ui-state-active a.tab-title {
  color: var(--theme__color__primary);
}
html body #maincontent div[data-content-type='tabs'] .tabs-content [data-content-type='tab-item']:not(:first-child) {
  display: none;
}
[data-content-type="image"] {
  line-height: 0;
}
.elementor__item--hover,
[data-content-type="image"] {
  position: relative;
  overflow: hidden;
}
.image_hover_effects--zoom .elementor__item--hover .data-bgset-image-wrapper,
.image_hover_effects--zoom .elementor__item--hover .post-image-effect img,
.image_hover_effects--zoom .elementor__item--hover [data-content-type="image"] img,
.image_hover_effects--zoom .elementor__item--hover div[class*="pagebuilder-banner-wrapper background-image"]:after {
  transition: 0.6s ease-in-out;
}
.image_hover_effects--zoom .elementor__item--hover:hover .data-bgset-image-wrapper,
.image_hover_effects--zoom .elementor__item--hover:hover .post-image-effect img,
.image_hover_effects--zoom .elementor__item--hover:hover [data-content-type="image"] img,
.image_hover_effects--zoom .elementor__item--hover:hover div[class*="pagebuilder-banner-wrapper background-image"]:after {
  -webkit-transform: scale(1.09);
  -moz-transform: scale(1.09);
  -ms-transform: scale(1.09);
  transform: scale(1.09);
}
[data-image-hover-effects="zoom"] .data-bgset-image-wrapper,
[data-image-hover-effects="zoom"] .post-image-effect img,
[data-image-hover-effects="zoom"] [data-content-type="image"] img,
[data-image-hover-effects="zoom"] div[class*="pagebuilder-banner-wrapper background-image"]:after {
  transition: 0.6s ease-in-out;
}
[data-image-hover-effects="zoom"]:hover .data-bgset-image-wrapper,
[data-image-hover-effects="zoom"]:hover .post-image-effect img,
[data-image-hover-effects="zoom"]:hover [data-content-type="image"] img,
[data-image-hover-effects="zoom"]:hover div[class*="pagebuilder-banner-wrapper background-image"]:after {
  -webkit-transform: scale(1.09);
  -moz-transform: scale(1.09);
  -ms-transform: scale(1.09);
  transform: scale(1.09);
}
.image_hover_effects--overlay .elementor__item--hover {
  transition: opacity 0.5s, transform 2s cubic-bezier(0, 0, 0.44, 1.18), -webkit-transform 2s cubic-bezier(0, 0, 0.44, 1.18);
}
.image_hover_effects--overlay .elementor__item--hover .data-bgset-image-wrapper::before,
.image_hover_effects--overlay .elementor__item--hover .post-image-effect::before,
.image_hover_effects--overlay .elementor__item--hover [data-content-type="image"]::before,
.image_hover_effects--overlay .elementor__item--hover div[class*="pagebuilder-banner-wrapper background-image"]::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: transparent;
  transition: opacity 0.5s, transform 2s cubic-bezier(0, 0, 0.44, 1.18), -webkit-transform 2s cubic-bezier(0, 0, 0.44, 1.18);
  border-radius: inherit;
  z-index: 1;
}
.image_hover_effects--overlay .elementor__item--hover:hover .data-bgset-image-wrapper::before,
.image_hover_effects--overlay .elementor__item--hover:hover .post-image-effect::before,
.image_hover_effects--overlay .elementor__item--hover:hover [data-content-type="image"]::before,
.image_hover_effects--overlay .elementor__item--hover:hover div[class*="pagebuilder-banner-wrapper background-image"]::before {
  background-color: rgba(0, 0, 0, 0.2);
}
[data-image-hover-effects="overlay"] {
  transition: opacity 0.5s, transform 2s cubic-bezier(0, 0, 0.44, 1.18), -webkit-transform 2s cubic-bezier(0, 0, 0.44, 1.18);
}
[data-image-hover-effects="overlay"] .data-bgset-image-wrapper::before,
[data-image-hover-effects="overlay"] .post-image-effect::before,
[data-image-hover-effects="overlay"] [data-content-type="image"]::before,
[data-image-hover-effects="overlay"] div[class*="pagebuilder-banner-wrapper background-image"]::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: transparent;
  transition: opacity 0.5s, transform 2s cubic-bezier(0, 0, 0.44, 1.18), -webkit-transform 2s cubic-bezier(0, 0, 0.44, 1.18);
  border-radius: inherit;
  z-index: 1;
}
[data-image-hover-effects="overlay"]:hover .data-bgset-image-wrapper::before,
[data-image-hover-effects="overlay"]:hover .post-image-effect::before,
[data-image-hover-effects="overlay"]:hover [data-content-type="image"]::before,
[data-image-hover-effects="overlay"]:hover div[class*="pagebuilder-banner-wrapper background-image"]::before {
  background-color: rgba(0, 0, 0, 0.2);
}
.image_hover_effects--zoom-overlay .elementor__item--hover .data-bgset-image-wrapper::before,
.image_hover_effects--zoom-overlay .elementor__item--hover .post-image-effect::before,
.image_hover_effects--zoom-overlay .elementor__item--hover [data-content-type="image"]::before,
.image_hover_effects--zoom-overlay .elementor__item--hover div[class*="pagebuilder-banner-wrapper background-image"]::before {
  position: absolute;
  border-radius: 50%;
  width: 0;
  height: 0;
  top: 50%;
  left: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  content: "";
  z-index: 2;
}
.image_hover_effects--zoom-overlay .elementor__item--hover .data-bgset-image-wrapper,
.image_hover_effects--zoom-overlay .elementor__item--hover .post-image-effect img,
.image_hover_effects--zoom-overlay .elementor__item--hover [data-content-type="image"] img,
.image_hover_effects--zoom-overlay .elementor__item--hover div[class*="pagebuilder-banner-wrapper background-image"]:after {
  transition: opacity 0.5s, transform 2s cubic-bezier(0, 0, 0.44, 1.18), -webkit-transform 2s cubic-bezier(0, 0, 0.44, 1.18);
}
.image_hover_effects--zoom-overlay .elementor__item--hover:hover .data-bgset-image-wrapper::before,
.image_hover_effects--zoom-overlay .elementor__item--hover:hover .post-image-effect::before,
.image_hover_effects--zoom-overlay .elementor__item--hover:hover [data-content-type="image"]::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: 0.6s;
}
.image_hover_effects--zoom-overlay .elementor__item--hover:hover .data-bgset-image-wrapper,
.image_hover_effects--zoom-overlay .elementor__item--hover:hover .post-image-effect img,
.image_hover_effects--zoom-overlay .elementor__item--hover:hover [data-content-type="image"] img,
.image_hover_effects--zoom-overlay .elementor__item--hover:hover div[class*="pagebuilder-banner-wrapper background-image"]:after {
  -webkit-transform: scale(1.09);
  -moz-transform: scale(1.09);
  -ms-transform: scale(1.09);
  transform: scale(1.09);
}
[data-image-hover-effects="zoom-overlay"] .data-bgset-image-wrapper::before,
[data-image-hover-effects="zoom-overlay"] .post-image-effect::before,
[data-image-hover-effects="zoom-overlay"] [data-content-type="image"]::before,
[data-image-hover-effects="zoom-overlay"] div[class*="pagebuilder-banner-wrapper background-image"]::before {
  position: absolute;
  border-radius: 50%;
  width: 0;
  height: 0;
  top: 50%;
  left: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  content: "";
  z-index: 2;
}
[data-image-hover-effects="zoom-overlay"] .data-bgset-image-wrapper,
[data-image-hover-effects="zoom-overlay"] .post-image-effect img,
[data-image-hover-effects="zoom-overlay"] [data-content-type="image"] img,
[data-image-hover-effects="zoom-overlay"] div[class*="pagebuilder-banner-wrapper background-image"]:after {
  transition: opacity 0.5s, transform 2s cubic-bezier(0, 0, 0.44, 1.18), -webkit-transform 2s cubic-bezier(0, 0, 0.44, 1.18);
}
[data-image-hover-effects="zoom-overlay"]:hover .data-bgset-image-wrapper::before,
[data-image-hover-effects="zoom-overlay"]:hover .post-image-effect::before,
[data-image-hover-effects="zoom-overlay"]:hover [data-content-type="image"]::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: 0.6s;
}
[data-image-hover-effects="zoom-overlay"]:hover .data-bgset-image-wrapper,
[data-image-hover-effects="zoom-overlay"]:hover .post-image-effect img,
[data-image-hover-effects="zoom-overlay"]:hover [data-content-type="image"] img,
[data-image-hover-effects="zoom-overlay"]:hover div[class*="pagebuilder-banner-wrapper background-image"]:after {
  -webkit-transform: scale(1.09);
  -moz-transform: scale(1.09);
  -ms-transform: scale(1.09);
  transform: scale(1.09);
}
.image_hover_effects--box-effect .elementor__item--hover .data-bgset-image-wrapper:before,
.image_hover_effects--box-effect .elementor__item--hover .post-image-effect:before,
.image_hover_effects--box-effect .elementor__item--hover [data-content-type="image"]:before,
.image_hover_effects--box-effect .elementor__item--hover div[class*="pagebuilder-banner-wrapper background-image"]:before,
.image_hover_effects--box-effect .elementor__item--hover .data-bgset-image-wrapper:after,
.image_hover_effects--box-effect .elementor__item--hover .post-image-effect:after,
.image_hover_effects--box-effect .elementor__item--hover [data-content-type="image"]:after,
.image_hover_effects--box-effect .elementor__item--hover div[class*="pagebuilder-banner-wrapper background-image"]:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  z-index: 2;
  transition: all 0.5s linear;
}
.image_hover_effects--box-effect .elementor__item--hover .data-bgset-image-wrapper:hover:before,
.image_hover_effects--box-effect .elementor__item--hover .post-image-effect:hover:before,
.image_hover_effects--box-effect .elementor__item--hover [data-content-type="image"]:hover:before,
.image_hover_effects--box-effect .elementor__item--hover div[class*="pagebuilder-banner-wrapper background-image"]:hover:before {
  width: 0;
}
.image_hover_effects--box-effect .elementor__item--hover .data-bgset-image-wrapper:hover:after,
.image_hover_effects--box-effect .elementor__item--hover .post-image-effect:hover:after,
.image_hover_effects--box-effect .elementor__item--hover [data-content-type="image"]:hover:after,
.image_hover_effects--box-effect .elementor__item--hover div[class*="pagebuilder-banner-wrapper background-image"]:hover:after {
  height: 0;
}
.image_hover_effects--box-effect .elementor__item--hover .data-bgset-image-wrapper:hover:before,
.image_hover_effects--box-effect .elementor__item--hover .post-image-effect:hover:before,
.image_hover_effects--box-effect .elementor__item--hover [data-content-type="image"]:hover:before,
.image_hover_effects--box-effect .elementor__item--hover div[class*="pagebuilder-banner-wrapper background-image"]:hover:before,
.image_hover_effects--box-effect .elementor__item--hover .data-bgset-image-wrapper:hover:after,
.image_hover_effects--box-effect .elementor__item--hover .post-image-effect:hover:after,
.image_hover_effects--box-effect .elementor__item--hover [data-content-type="image"]:hover:after,
.image_hover_effects--box-effect .elementor__item--hover div[class*="pagebuilder-banner-wrapper background-image"]:hover:after {
  background-color: rgba(255, 255, 255, 0.15);
}
[data-image-hover-effects="box-effect"] .data-bgset-image-wrapper:before,
[data-image-hover-effects="box-effect"] .post-image-effect:before,
[data-image-hover-effects="box-effect"] [data-content-type="image"]:before,
[data-image-hover-effects="box-effect"] div[class*="pagebuilder-banner-wrapper background-image"]:before,
[data-image-hover-effects="box-effect"] .data-bgset-image-wrapper:after,
[data-image-hover-effects="box-effect"] .post-image-effect:after,
[data-image-hover-effects="box-effect"] [data-content-type="image"]:after,
[data-image-hover-effects="box-effect"] div[class*="pagebuilder-banner-wrapper background-image"]:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  z-index: 2;
  transition: all 0.5s linear;
}
[data-image-hover-effects="box-effect"] .data-bgset-image-wrapper:hover:before,
[data-image-hover-effects="box-effect"] .post-image-effect:hover:before,
[data-image-hover-effects="box-effect"] [data-content-type="image"]:hover:before,
[data-image-hover-effects="box-effect"] div[class*="pagebuilder-banner-wrapper background-image"]:hover:before {
  width: 0;
}
[data-image-hover-effects="box-effect"] .data-bgset-image-wrapper:hover:after,
[data-image-hover-effects="box-effect"] .post-image-effect:hover:after,
[data-image-hover-effects="box-effect"] [data-content-type="image"]:hover:after,
[data-image-hover-effects="box-effect"] div[class*="pagebuilder-banner-wrapper background-image"]:hover:after {
  height: 0;
}
[data-image-hover-effects="box-effect"] .data-bgset-image-wrapper:hover:before,
[data-image-hover-effects="box-effect"] .post-image-effect:hover:before,
[data-image-hover-effects="box-effect"] [data-content-type="image"]:hover:before,
[data-image-hover-effects="box-effect"] div[class*="pagebuilder-banner-wrapper background-image"]:hover:before,
[data-image-hover-effects="box-effect"] .data-bgset-image-wrapper:hover:after,
[data-image-hover-effects="box-effect"] .post-image-effect:hover:after,
[data-image-hover-effects="box-effect"] [data-content-type="image"]:hover:after,
[data-image-hover-effects="box-effect"] div[class*="pagebuilder-banner-wrapper background-image"]:hover:after {
  background-color: rgba(255, 255, 255, 0.15);
}
.dark_button {
  background-image: none;
  background: #222;
  border: 2px solid var(--button__color);
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: inherit;
  font-weight: var(--button__font-weight);
  margin: 0;
  padding: 7px 25px;
  font-size: 1.4rem;
  line-height: 2.24rem;
  box-sizing: border-box;
  vertical-align: middle;
}
.dark_button:focus,
.dark_button:active {
  background: var(--button__hover__background);
  border: 2px solid var(--theme__color__primary);
  color: var(--button__hover__color);
}
.dark_button:hover {
  background: var(--button__hover__background);
  border: 2px solid var(--theme__color__primary);
  color: var(--button__hover__color);
}
.dark_button.disabled,
.dark_button[disabled],
fieldset[disabled] .dark_button {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.rokan-title,
.elementor__header,
.block .title.rokan-title {
  margin-bottom: 3rem;
  text-align: center;
}
.rokan-title .module-title,
.elementor__header .module-title,
.block .title.rokan-title .module-title,
.rokan-title .elementor__headline,
.elementor__header .elementor__headline,
.block .title.rokan-title .elementor__headline,
.rokan-title h3 strong,
.elementor__header h3 strong,
.block .title.rokan-title h3 strong,
.rokan-title h3,
.elementor__header h3,
.block .title.rokan-title h3 {
  font-size: 2.4rem;
  text-transform: capitalize;
  margin-bottom: 0;
}
.rokan-title h3 strong,
.elementor__header h3 strong,
.block .title.rokan-title h3 strong {
  margin-top: 0;
}
.rokan-title .short_description,
.elementor__header .short_description,
.block .title.rokan-title .short_description,
.rokan-title .short-description,
.elementor__header .short-description,
.block .title.rokan-title .short-description,
.rokan-title .elementor__description,
.elementor__header .elementor__description,
.block .title.rokan-title .elementor__description,
.rokan-title .des,
.elementor__header .des,
.block .title.rokan-title .des,
.rokan-title .short-des,
.elementor__header .short-des,
.block .title.rokan-title .short-des {
  font-size: 1.4rem;
  font-family: var(--other_font_family);
  margin-bottom: 0;
}
.rokan-title .short_description .action.select,
.elementor__header .short_description .action.select,
.block .title.rokan-title .short_description .action.select,
.rokan-title .short-description .action.select,
.elementor__header .short-description .action.select,
.block .title.rokan-title .short-description .action.select,
.rokan-title .elementor__description .action.select,
.elementor__header .elementor__description .action.select,
.block .title.rokan-title .elementor__description .action.select,
.rokan-title .des .action.select,
.elementor__header .des .action.select,
.block .title.rokan-title .des .action.select,
.rokan-title .short-des .action.select,
.elementor__header .short-des .action.select,
.block .title.rokan-title .short-des .action.select {
  font-family: var(--other_font_family);
  padding-left: 5px;
  margin: 0;
}
.rokan-title.has-see-all,
.elementor__header.has-see-all,
.block .title.rokan-title.has-see-all {
  position: relative;
}
.rokan-title.has-see-all .module-title,
.elementor__header.has-see-all .module-title,
.block .title.rokan-title.has-see-all .module-title {
  padding-right: 10%;
  position: relative;
}
.rokan-title.has-see-all .see-all,
.elementor__header.has-see-all .see-all,
.block .title.rokan-title.has-see-all .see-all {
  position: absolute;
  right: -1rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 1.4rem;
  display: inline-block;
  text-decoration: none;
}
.rokan-title.has-see-all .see-all:not(:hover),
.elementor__header.has-see-all .see-all:not(:hover),
.block .title.rokan-title.has-see-all .see-all:not(:hover) {
  color: var(--text__color);
}
.rokan-title.has-see-all .see-all:after,
.elementor__header.has-see-all .see-all:after,
.block .title.rokan-title.has-see-all .see-all:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
  line-height: inherit;
  color: inherit;
  content: '\e608';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.rokan-title.container-header-widget-product-advanced,
.elementor__header.container-header-widget-product-advanced,
.block .title.rokan-title.container-header-widget-product-advanced {
  margin-bottom: 0;
}
.rokan-title .module-title,
.elementor__header .module-title,
.block .title.rokan-title .module-title,
.rokan-title .elementor__headline,
.elementor__header .elementor__headline,
.block .title.rokan-title .elementor__headline,
.rokan-title h3,
.elementor__header h3,
.block .title.rokan-title h3 {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
.rokan-title .module-title:after,
.elementor__header .module-title:after,
.block .title.rokan-title .module-title:after,
.rokan-title .elementor__headline:after,
.elementor__header .elementor__headline:after,
.block .title.rokan-title .elementor__headline:after,
.rokan-title h3:after,
.elementor__header h3:after,
.block .title.rokan-title h3:after,
.rokan-title .module-title:before,
.elementor__header .module-title:before,
.block .title.rokan-title .module-title:before,
.rokan-title .elementor__headline:before,
.elementor__header .elementor__headline:before,
.block .title.rokan-title .elementor__headline:before,
.rokan-title h3:before,
.elementor__header h3:before,
.block .title.rokan-title h3:before {
  content: "";
  display: inline-block;
  width: 6rem;
  height: 2px;
  background: var(--heading__color__base);
}
.rokan-title .module-title:after,
.elementor__header .module-title:after,
.block .title.rokan-title .module-title:after,
.rokan-title .elementor__headline:after,
.elementor__header .elementor__headline:after,
.block .title.rokan-title .elementor__headline:after,
.rokan-title h3:after,
.elementor__header h3:after,
.block .title.rokan-title h3:after {
  margin-left: 3rem;
}
.rokan-title .module-title:before,
.elementor__header .module-title:before,
.block .title.rokan-title .module-title:before,
.rokan-title .elementor__headline:before,
.elementor__header .elementor__headline:before,
.block .title.rokan-title .elementor__headline:before,
.rokan-title h3:before,
.elementor__header h3:before,
.block .title.rokan-title h3:before {
  margin-right: 3rem;
}
@media all and (max-width: 576px) {
  .rokan-title .module-title:after,
  .elementor__header .module-title:after,
  .block .title.rokan-title .module-title:after,
  .rokan-title .elementor__headline:after,
  .elementor__header .elementor__headline:after,
  .block .title.rokan-title .elementor__headline:after,
  .rokan-title h3:after,
  .elementor__header h3:after,
  .block .title.rokan-title h3:after,
  .rokan-title .module-title:before,
  .elementor__header .module-title:before,
  .block .title.rokan-title .module-title:before,
  .rokan-title .elementor__headline:before,
  .elementor__header .elementor__headline:before,
  .block .title.rokan-title .elementor__headline:before,
  .rokan-title h3:before,
  .elementor__header h3:before,
  .block .title.rokan-title h3:before {
    width: 3rem;
  }
  .rokan-title .module-title:after,
  .elementor__header .module-title:after,
  .block .title.rokan-title .module-title:after,
  .rokan-title .elementor__headline:after,
  .elementor__header .elementor__headline:after,
  .block .title.rokan-title .elementor__headline:after,
  .rokan-title h3:after,
  .elementor__header h3:after,
  .block .title.rokan-title h3:after {
    margin-left: 1rem;
  }
  .rokan-title .module-title:before,
  .elementor__header .module-title:before,
  .block .title.rokan-title .module-title:before,
  .rokan-title .elementor__headline:before,
  .elementor__header .elementor__headline:before,
  .block .title.rokan-title .elementor__headline:before,
  .rokan-title h3:before,
  .elementor__header h3:before,
  .block .title.rokan-title h3:before {
    margin-right: 1rem;
  }
}
.other_font,
.post-view .post-posed-date .value,
#post-comments .publish-date {
  font-family: var(--other_font_family);
  font-style: italic !important;
}
ul.social-link {
  padding-left: 0;
  margin-bottom: 0;
}
ul.social-link li {
  display: inline-flex;
  margin-bottom: 1rem;
}
ul.social-link li a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: none;
  padding-right: 0.2rem;
  padding-left: 0.2rem;
  border-radius: 0;
  color: var(--text__color);
  font-size: 16px;
}
ul.social-link li a .text {
  display: none;
}
ul.social-link li:not(:last-of-type) {
  margin-right: 2rem;
}
ul.social-link li:hover a {
  -webkit-transform: translateY(-4px) translateZ(0);
  -moz-transform: translateY(-4px) translateZ(0);
  -ms-transform: translateY(-4px) translateZ(0);
  transform: translateY(-4px) translateZ(0);
}
.product-share-links {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 1.3rem;
}
.product-share-links .share-links .share-links-click {
  text-transform: capitalize;
  min-height: 3.5rem;
  display: inline-flex;
  align-items: center;
}
.product-share-links .share-links .share-links-click:before {
  content: "\e9f2";
  font-family: iconKalles;
  font-size: 16px;
  color: var(--text__color);
  line-height: 1;
  position: relative;
  padding-right: 1rem;
  top: -1px;
  transition: 0.3s all ease-in;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.product-share-links .share-links .share-links-click:not(:hover) {
  color: var(--text__color);
}
.product-share-links .share-links .share-links-click:hover:before {
  color: var(--theme__color__primary);
}
.product-share-links {
  justify-content: center;
}
.product-share-links .share-links {
  display: none;
}
.product-share-links .share-dialog {
  margin-left: 0;
  margin-top: 3.5rem;
}
.product-share-links .share-dialog a {
  transition: 0.3s all ease-in;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  display: inline-block;
}
.product-share-links .share-dialog a .icon {
  background-color: transparent !important;
  font-size: 1.8rem;
  color: #222;
  transition: 0.3s all ease-in;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.product-share-links .share-dialog a:hover {
  -webkit-transform: translateY(-4px);
  -moz-transform: translateY(-4px);
  -ms-transform: translateY(-4px);
  transform: translateY(-4px);
}
.product-share-links .share-dialog a:hover .fa-facebook-f {
  color: #3b5998;
}
.product-share-links .share-dialog a:hover .fa-twitter {
  color: #1da1f2;
}
.product-share-links .share-dialog a:hover .fa-pinterest {
  color: #e61b27;
}
.product-share-links .share-dialog a:hover .fa-google {
  color: #ed3c32;
}
.share-dialog {
  margin-left: 1rem;
}
.share-dialog a .icon {
  color: #fff;
  width: 3.5rem;
  height: 3.5rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 1.3rem;
  border-radius: 50%;
}
.share-dialog a .icon.fa-facebook-f {
  background: #3b5998;
}
.share-dialog a .icon.fa-twitter {
  background: #1da1f2;
}
.share-dialog a .icon.fa-pinterest {
  background: #e61b27;
}
.share-dialog a .icon.fa-google {
  background: #ed3c32;
}
.share-dialog a:not(:last-child) {
  margin-right: 0.4rem;
}
.no-padding .pagebuilder-column-group {
  padding: 0;
  margin: 0;
}
.bottom .pagebuilder-banner-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay {
  align-items: flex-end;
}
.border-1 {
  border: 1px solid #ddd;
}
.icons a span {
  transition: 0.3s all ease-in;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.icons a span::after {
  font-family: 'Line Awesome Free';
  font-weight: 900;
  content: "\f061";
  display: inline-block;
  margin-left: 5px;
  font-size: 16px;
  color: currentColor;
  transition: 0.3s all ease-in;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.icons a span:hover {
  opacity: 0.8;
}
.icons a span:hover::after {
  -webkit-transform: translateX(0.25rem);
  -moz-transform: translateX(0.25rem);
  -ms-transform: translateX(0.25rem);
  transform: translateX(0.25rem);
}
.pagebuilder-gallery.style2 {
  text-align: center;
}
.pagebuilder-gallery.style2 .elementor-img-item {
  max-width: 110px;
  margin: auto;
}
.pagebuilder-gallery.style2 .elementor-img-item figure a {
  opacity: 0.5;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  transition: filter 0.3s, opacity 0.3s, -webkit-filter 0.3s;
}
.pagebuilder-gallery.style2 .elementor-img-item figure:hover a {
  opacity: 1;
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
.pagebuilder-gallery.style3 {
  text-align: center;
}
.pagebuilder-gallery.style3 .elementor-img-item {
  max-width: 105px;
  margin: auto;
}
.pagebuilder-gallery.style3 .elementor-img-item figure:hover a {
  -webkit-animation: 0.5s bounceIn;
  -moz-animation: 0.5s bounceIn;
  -ms-animation: 0.5s bounceIn;
  animation: 0.5s bounceIn;
}
.elementor__heading.style2 h3 span {
  display: inline-block;
  position: relative;
  z-index: 3;
}
.elementor__heading.style2 h3 span::after {
  content: "";
  display: block;
  position: relative;
  width: 60%;
  max-width: 150px;
  height: 2px;
  background-color: currentColor;
  margin: 12px auto 0;
}
.elementor__heading.style3 {
  display: inline-block;
  padding: 10px;
  background-color: #222;
}
.elementor__heading.style3 > div {
  border: 1px solid #fff;
  padding: 15px 57px;
}
.elementor__heading.style5 {
  max-width: 800px;
  margin: auto;
  padding: 45px 15px;
  background: rgba(255, 255, 255, 0.85);
}
.title_9 h3 span {
  position: relative;
}
.title_9 h3 span:after {
  content: "";
  height: 8px;
  background-color: var(--theme__color__primary);
  position: absolute;
  bottom: 4px;
  opacity: 0.3;
  left: 0;
  width: 100%;
  z-index: -1;
}
a.pagebuilder-button-link {
  font-size: 16px;
  font-weight: 400;
  padding: 0;
  margin: 0;
  line-height: 2.24rem;
  color: var(--button__color) !important;
  border-bottom: 2px solid var(--button__color);
  transition: all 0.3s;
}
a.pagebuilder-button-link:hover {
  color: var(--link__hover__color) !important;
  border-bottom: 2px solid var(--button__color);
}
div[data-content-type="tabs"].tab-button-style2 .tabs-navigation li.tab-header {
  border: 0 !important;
  border-radius: 0 !important;
  background: none;
}
div[data-content-type="tabs"].tab-button-style2 .tabs-navigation li.tab-header a {
  padding: 2.5px 15px;
  font-size: 1.6rem;
  font-weight: 500;
}
div[data-content-type="tabs"].tab-button-style2 .tabs-navigation li.tab-header a span {
  position: relative;
  display: inline-block;
  padding-top: 1px;
  padding-bottom: 1px;
}
div[data-content-type="tabs"].tab-button-style2 .tabs-navigation li.tab-header a span::after {
  content: '';
  position: absolute;
  bottom: 3px;
  left: 0;
  width: 0;
  height: 2px;
  -webkit-transition: width 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -moz-transition: width 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -ms-transition: width 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition: width 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.15);
}
div[data-content-type="tabs"].tab-button-style2 .tabs-navigation li.tab-header.ui-state-active a span::after {
  width: 100%;
  background-color: var(--heading__color__base);
}
div[data-content-type="tabs"].tab-button-style2.tab-se2 .tabs-navigation li.tab-header a {
  display: inline-flex;
  align-items: center;
  padding: 2.5px 0;
}
div[data-content-type="tabs"].tab-button-style2.tab-se2 .tabs-navigation li.tab-header a::after {
  content: "";
  height: 14px;
  margin: 0 15px;
  display: inline-block;
  vertical-align: bottom;
  width: 1px;
  background-color: #adadad;
  -webkit-transform: rotate(25deg);
  -moz-transform: rotate(25deg);
  -ms-transform: rotate(25deg);
  transform: rotate(25deg);
}
div[data-content-type="tabs"].tab-button-style2.tab-se2 .tabs-navigation li.tab-header.ui-state-active a span {
  color: var(--theme__color__primary);
}
div[data-content-type="tabs"].tab-button-style2.tab-se2 .tabs-navigation li.tab-header.ui-state-active a span::after {
  background-color: var(--theme__color__primary);
}
div[data-content-type="tabs"].tab-button-style2.tab-se2 .tabs-navigation li.tab-header:last-child a::after {
  display: none;
}
div[data-content-type="tabs"].tab-button-style2.tab-se2 .tabs-content {
  margin-top: 30px;
}
div[data-content-type="tabs"].tab-button-style2.tab-se .tabs-navigation li.tab-header a span::after {
  display: none;
}
div[data-content-type="tabs"].tab-button-style2.tab-se .tabs-navigation li.tab-header.ui-state-active a span {
  color: var(--theme__color__primary);
}
@media only screen and (max-width: 991px) {
  div[data-content-type="tabs"].tab-button-style2.tab-se .tabs-navigation {
    text-align: center !important;
  }
}
div[data-content-type='tabs'].ovf_vsb .tabs-content {
  overflow: visible;
}
.button_dark .pagebuilder-button-secondary {
  padding: 11px 45px;
  background-color: #222;
  border-color: #222;
  color: #fff;
  border-radius: 0;
  margin: 0;
  font-weight: 500;
}
.button_dark .pagebuilder-button-secondary [data-element="link_text"]::after {
  font-family: 'Line Awesome Free';
  font-weight: 900;
  content: "\f063";
  display: inline-block;
  margin-left: 5px;
  font-size: 16px;
  color: currentColor;
  transition: 0.3s all ease-in;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.button_dark .pagebuilder-button-secondary:hover {
  opacity: 0.8;
}
.button_dark .pagebuilder-button-secondary:hover span::after {
  -webkit-transform: translateX(0.25rem);
  -moz-transform: translateX(0.25rem);
  -ms-transform: translateX(0.25rem);
  transform: translateX(0.25rem);
}
.button_dark .pagebuilder-button-primary {
  padding: 7px 40px ;
  background-color: #222;
  border-color: #222;
  color: #fff;
  border-radius: 0;
  margin: 0;
  font-weight: 500;
  transition: 0.3s all ease-in;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.button_dark.se .pagebuilder-button-primary {
  background-color: transparent;
  color: #222;
}
.button_dark.icon .pagebuilder-button-primary {
  font-size: 1.3rem;
  font-weight: normal;
}
.button_dark.icon .pagebuilder-button-primary [data-element="link_text"]::after {
  font-family: 'Line Awesome Free';
  font-weight: 900;
  content: "\f061";
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  font-size: 16px;
  color: currentColor;
  transition: 0.3s all ease-in;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.button_dark.icon .pagebuilder-button-primary:hover {
  background-color: #222;
  border-color: #222;
  opacity: 0.8;
}
.button_dark.icon .pagebuilder-button-primary:hover span::after {
  -webkit-transform: translateX(0.25rem);
  -moz-transform: translateX(0.25rem);
  -ms-transform: translateX(0.25rem);
  transform: translateX(0.25rem);
}
.instagram__headline .widget-instagram-slider-default {
  position: relative;
}
.instagram__headline .elementor__header {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 90%;
  max-width: 400px;
  margin: auto;
  padding: 23px 10px;
  pointer-events: none;
  background-color: rgba(246, 246, 248, 0.8);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.22);
  -moz-box-shadow: 0 0 12px rgba(0, 0, 0, 0.22);
  -ms-box-shadow: 0 0 12px rgba(0, 0, 0, 0.22);
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.22);
}
.instagram__headline .elementor__header .elementor__headline {
  color: var(--heading__color__base);
  font-family: var(--other_font_family);
  font-size: 1.6rem;
  margin-bottom: 5px;
  font-weight: normal;
  font-style: italic;
  text-transform: capitalize;
}
.instagram__headline .elementor__header .elementor__headline::after,
.instagram__headline .elementor__header .elementor__headline::before {
  display: none;
}
.instagram__headline .elementor__header .elementor__description {
  font-style: normal;
  font-family: var(--font-family-name__base);
}
.instagram__headline .elementor__header .elementor__description h4 {
  margin: 0;
}
.button-slick2 .slick-slider .slick-arrow {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  border-radius: 0;
  background-color: #222;
  border-color: #222;
}
.button-slick2 .slick-slider .slick-arrow::before {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  color: #fff;
}
.button-slick3 .slick-slider .slick-arrow {
  border-radius: 0;
  background-color: var(--theme__color__primary);
  border-color: var(--theme__color__primary);
  color: #fff;
}
.button-slick3 .slick-slider .slick-arrow::before {
  color: #fff;
}
.button-slick3 .slick-slider .slick-arrow:hover {
  opacity: 0.7;
}
.nt_shipping .elementor-image-box-wrapper .elementor-image-box-img {
  width: 50px;
  height: 50px;
  margin-bottom: 0;
}
.nt_shipping .elementor-image-box-wrapper .elementor-image-box-content .elementor-image-box-title {
  font-size: 19px;
  color: #fff;
  font-weight: 700;
  margin: 0;
}
.nt_shipping .elementor-image-box-wrapper .elementor-image-box-content .elementor-image-box-description {
  color: #fff;
}
.ft_3-shipping .elementor-image-box-wrapper .elementor-image-box-content .elementor-image-box-title {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 5px;
}
.ft_3-shipping .elementor-image-box-wrapper .elementor-image-box-content .elementor-image-box-description {
  color: var(--text__color);
}
.fl_2-shipping .elementor-image-box-wrapper .elementor-image-box-img {
  margin-bottom: 10px;
}
.fl_2-shipping .elementor-image-box-wrapper .elementor-image-box-content .elementor-image-box-title {
  font-size: 17px;
  margin-bottom: 5px;
}
.icon-box-w .elementor-icon-box-wrapper .elementor-icon-box-icon {
  margin-right: 2rem;
  color: #fff;
}
.icon-box-w .elementor-icon-box-wrapper .elementor-icon-box-content .elementor-icon-box-title {
  color: #fff;
}
.icon-box-w .elementor-icon-box-wrapper .elementor-icon-box-content .elementor-icon-box-description {
  color: #fff;
}
.daily_deal-boder .widget-daily-deal-slider-carousel {
  padding: 0 30px 48px;
  border: 2px solid var(--theme__color__primary);
  border-radius: 5px;
}
.daily_deal-boder .widget-daily-deal-slider-carousel .elementor__header {
  text-align: left;
  background: #fff;
  -webkit-transform: translateY(-26px);
  -moz-transform: translateY(-26px);
  -ms-transform: translateY(-26px);
  transform: translateY(-26px);
  padding: 5px 20px;
  display: inline-block;
}
.daily_deal-boder .widget-daily-deal-slider-carousel .elementor__header .elementor__headline,
.daily_deal-boder .widget-daily-deal-slider-carousel .elementor__header h3 {
  text-transform: capitalize;
  font-size: 40px;
  line-height: 1.1;
  margin-right: 18px;
}
.daily_deal-boder .widget-daily-deal-slider-carousel .elementor__header .elementor__headline::after,
.daily_deal-boder .widget-daily-deal-slider-carousel .elementor__header h3::after,
.daily_deal-boder .widget-daily-deal-slider-carousel .elementor__header .elementor__headline::before,
.daily_deal-boder .widget-daily-deal-slider-carousel .elementor__header h3::before {
  display: none;
}
.daily_deal-boder .widget-daily-deal-slider-carousel .container-countdown-time {
  margin-bottom: 30px;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateY(-20px);
}
@media only screen and (max-width: 767px) {
  .daily_deal-boder .widget-daily-deal-slider-carousel .container-countdown-time {
    position: static;
    transform: none;
  }
}
.daily_deal-boder .header-daily-deal-container {
  position: relative;
}
.tt_divider {
  margin: 5px 0 8px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.tt_divider > span {
  width: 24px;
  height: 1px;
  display: inline-block;
  background-color: #dcdcdc;
}
.tt_divider > i {
  display: inline-block;
  margin: 0 8px;
  font-size: 22px;
}
.section-top-header {
  position: relative;
}
.section-top-header .btn__top--header--banner--close {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  color: #fff;
  padding-left: 10px;
  font-size: 1.2rem;
}
.section-top-header .btn__top--header--banner--close::after,
.section-top-header .btn__top--header--banner--close::before {
  content: "";
  width: 7px;
  height: 1px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -0.5px;
  display: inline-block;
  background-color: #fff;
  -webkit-transition: background-color 0.2s ease-in-out, transform 0.2s ease-in-out;
  -moz-transition: background-color 0.2s ease-in-out, transform 0.2s ease-in-out;
  -ms-transition: background-color 0.2s ease-in-out, transform 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out, transform 0.2s ease-in-out;
}
.section-top-header .btn__top--header--banner--close:hover {
  opacity: 0.7;
}
.section-top-header .btn__top--header--banner--close:hover::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.section-top-header .btn__top--header--banner--close:hover::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.style1 .header-daily-deal-container .container-countdown-time {
  background: none;
  font-size: 1.2rem;
  font-weight: normal;
  padding-right: 0.5rem;
}
@media only screen and (max-width: 575px) {
  .style1 .header-daily-deal-container .container-countdown-time {
    display: flex;
    flex-direction: column;
  }
}
.style1 .header-daily-deal-container .final-date-daily-deal {
  font-weight: 600;
  font-size: 1.4rem;
}
.style1 .final-text-daily-deal-2 {
  padding-left: 5px;
  cursor: pointer;
}
.style1 .final-text-daily-deal-2::after {
  font-family: 'Line Awesome Free';
  font-weight: 900;
  content: "\f061";
  transition: 0.3s all ease-in;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.style1.f-10 .header-daily-deal-container .container-countdown-time {
  font-size: 1rem;
}
.style1.f-10 .header-daily-deal-container .final-date-daily-deal {
  font-size: 1.2rem;
}
.style1.f-10 .final-text-daily-deal-2::after {
  display: none;
}
.portfolio [data-content-type="image"] {
  position: relative;
}
.portfolio [data-content-type="image"]:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: #000;
  opacity: 0;
  transition: 0.3s all ease-in;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  z-index: 1;
  pointer-events: none;
}
.portfolio [data-content-type="image"] figcaption {
  position: absolute;
  bottom: 1rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  margin: auto;
  background-color: #fff;
  color: #222;
  font-weight: 500;
  line-height: 1.3;
  padding: 12px 20px;
  -webkit-box-shadow: 1px 1px 0 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 1px 1px 0 0 rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 1px 1px 0 0 rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 0 0 rgba(0, 0, 0, 0.1);
  opacity: 0;
  transition: 0.3s all ease-in;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  z-index: 2;
  pointer-events: none;
}
.portfolio [data-content-type="image"]:hover:after {
  opacity: 0.1;
}
.portfolio [data-content-type="image"]:hover figcaption {
  opacity: 1;
  bottom: 2rem;
}
#products-popup-common .mfp-close:hover::after,
#newsletter-popup-common .mfp-close:hover::after {
  opacity: 1;
}
#products-popup-common .widget-product-advanced,
#newsletter-popup-common .widget-product-advanced {
  background-color: #fff;
  padding: 30px;
}
#products-popup-common .widget-product-advanced .product-item-actions,
#newsletter-popup-common .widget-product-advanced .product-item-actions {
  display: none !important;
}
#products-popup-common .newsletter-popup__container,
#newsletter-popup-common .newsletter-popup__container {
  position: relative;
}
#products-popup-common .newsletter-popup__container .popup-new__checkzone,
#newsletter-popup-common .newsletter-popup__container .popup-new__checkzone {
  width: fit-content;
  font-size: 12px;
  text-align: center;
  margin: auto;
  margin-top: -30px;
}
#products-popup-common .heading_text_editer h4,
#newsletter-popup-common .heading_text_editer h4 {
  margin-top: 0;
}
#newsletter-popup-common {
  position: relative;
}
.newsletter-popup__container {
  padding-bottom: 30px;
}
.new-popup-1 .pagebuilder-column-group:not(.empty-child) {
  margin-left: 0;
  margin-right: 0;
  width: auto;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .new-popup-2 .pagebuilder-column {
    max-width: 400px !important;
    margin: auto;
  }
}
/*test*/
body {
  overflow-x: hidden;
}
.block-search {
  z-index: 6;
}
.block-search .products {
  margin: 0;
}
.block-search .mini_search_header .widget-title {
  font-size: 1.6rem;
  text-transform: uppercase;
  font-weight: 500;
}
.block-search .quick-search {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
}
.block-search .quick-search .quick-search-title {
  white-space: nowrap;
  margin: 0 5px 0 0;
}
.block-search .quick-search .quick-search-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.block-search .quick-search .quick-search-list li {
  display: inline-block;
  margin-bottom: 0;
  margin-right: 3px;
}
.block-search .quick-search .quick-search-list li a:not(:hover) {
  color: var(--text__color);
}
.block-search .top-search .icon-search {
  font-style: normal;
}
.block-search .top-search .icon-search:before {
  content: '\e914';
  font-family: 'iconKalles';
  font-size: 2.2rem;
  color: var(--header-icons-color);
  font-weight: normal;
  text-align: center;
  display: inline-block;
  transition: 0.3s all ease-in;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-font-smoothing: antialiased;
}
.block-search .top-search .icon-search:hover:before {
  color: var(--theme__color__primary);
}
.block-search .top-search .icon-search:hover {
  color: var(--theme__color__primary);
}
.block-search .top-search .text,
.block-search .top-search span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.block-search button.action.search,
.block-search .cart.table-wrapper .actions-toolbar > .action.action.search {
  display: block;
  background: var(--theme__color__primary);
  padding: 0 15px;
  border-radius: 0 3px 3px 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
}
.block-search button.action.search:before,
.block-search .cart.table-wrapper .actions-toolbar > .action.action.search:before {
  content: '\e914';
  font-family: 'iconKalles';
  font-size: 2.2rem;
  color: #222;
  font-weight: normal;
  text-align: center;
  display: inline-block;
  transition: 0.3s all ease-in;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-font-smoothing: antialiased;
}
.block-search button.action.search:hover:before,
.block-search .cart.table-wrapper .actions-toolbar > .action.action.search:hover:before {
  color: var(--theme__color__primary);
}
.block-search button.action.search .text,
.block-search button.action.search span,
.block-search .cart.table-wrapper .actions-toolbar > .action.action.search .text,
.block-search .cart.table-wrapper .actions-toolbar > .action.action.search span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.block-search .result-header {
  padding: 10px 20px;
  box-shadow: 0 3px 10px 0 rgba(129, 129, 129, 0.2);
  color: var(--heading__color__base);
  margin: 15px 0;
  font-weight: 500;
  margin-top: 0;
}
.block-search .title-view-all-search {
  padding: 2rem;
  font-weight: var(--heading__font-weight__base);
  border-top: 1px solid #e6e6e6;
}
.block-search .title-view-all-search .see-all:not(:hover) {
  color: var(--heading__color__base);
}
.block-search .auto-complete-result {
  position: absolute;
  background-color: #fff;
  z-index: 2;
  top: 100%;
  left: 0;
  right: 0;
}
.block-search .auto-complete-result .products-list {
  max-height: 45vh;
  overflow-y: auto;
  overflow-x: hidden;
  position: relative;
}
.block-search .auto-complete-result .products-list .product-item-info {
  display: flex;
  width: 100%;
  margin-bottom: 20px;
}
.block-search .auto-complete-result .products-list .product-item-info .product-item-photo {
  padding: 0 15px 0 0;
  flex: 0 0 45%;
  max-width: 95px;
  margin: 0;
  line-height: 0;
}
.block-search .auto-complete-result .products-list .product-item-info .product-item-details {
  flex: 1;
}
.block-search .auto-complete-result .products-list .product-item-info .product-reviews-summary .reviews-actions .action.add {
  white-space: inherit;
}
.block-search .auto-complete-result .title {
  padding: 15px 0;
  border-top: 1px solid #e6e6e6;
  margin: 0;
}
.block-search .auto-complete-result .no-result {
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: center;
}
.block-search .auto-complete-result .no-result svg {
  max-width: 35px;
  max-height: 35px;
  margin: auto;
  display: block;
  margin-top: 12px;
}
.block-search #search_mini_form .product-items {
  transition: 0.3s all ease-in;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.block-search #search_mini_form.loading .rokan-autocomplete-wrapper {
  position: relative;
}
.block-search #search_mini_form.loading .rokan-autocomplete-wrapper:after {
  background-color: var(--theme__color__primary);
  height: 13px;
  width: 13px;
  top: 0;
  -webkit-animation: bls-scale 1s 0s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;
  -moz-animation: bls-scale 1s 0s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;
  -ms-animation: bls-scale 1s 0s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;
  animation: bls-scale 1s 0s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;
  content: '';
  display: block;
  border-radius: 50%;
  position: absolute;
  left: 0;
  right: 0;
  top: 100px;
  margin: auto;
}
.block-search #search_mini_form.loading .products-list .product-items {
  opacity: 0;
  visibility: hidden;
}
.block-search.block-quick-search {
  width: auto;
}
.block-search.block-quick-search .label {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.block-search .search-form .field.search {
  position: relative;
}
.block-search .search-form .field.search .control {
  border: 0;
}
.block-search .search-form .field.search .control .input-text {
  background-color: transparent;
  padding-left: 1.5rem;
  position: static;
  margin: 0;
  box-shadow: none;
  font-size: 1.3rem;
  border-radius: var(--button__border-radius);
  border-color: #e6e6e6;
}
.block-search .search-form .field-by-cat-search select {
  border-radius: var(--button__border-radius);
}
.block-search .search-form .field-by-cat-search .chosen-container {
  width: auto !important;
  height: 100%;
  display: inline-flex;
  align-items: center;
  position: static;
}
.block-search .search-form .field-by-cat-search .chosen-container .chosen-single {
  border-radius: 30px 0 0 30px;
  display: inline-flex;
  align-items: center;
  padding: 2px 1.7rem 2px 1.5rem;
}
.block-search .search-form .field-by-cat-search .chosen-container .chosen-single span {
  margin-right: 1rem;
}
.block-search .search-form .field-by-cat-search .chosen-container .chosen-single div b {
  display: inline-block;
  text-decoration: none;
}
.block-search .search-form .field-by-cat-search .chosen-container .chosen-single div b:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: inherit;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.block-search .search-form .field-by-cat-search .chosen-container .chosen-drop {
  min-width: 180px;
  width: auto;
  font-size: 1.2rem;
}
.block-search .search-form .field-by-cat-search .chosen-container.chosen-with-drop .chosen-drop li.highlighted {
  background-color: var(--theme__color__primary);
}
.block-search .search-form .field-by-cat-search .items-list {
  margin: 0;
  padding: 0;
  list-style: none none;
  margin-bottom: 1rem;
}
.block-search .search-form .field-by-cat-search .items-list > li {
  display: inline-block;
  vertical-align: top;
}
.block-search .search-form .field-by-cat-search .items-list li {
  margin: 0.5rem;
}
.block-search .search-form .field-by-cat-search .items-list li a:not(:hover) {
  color: var(--text__color);
}
.block-search .search-form .field-by-cat-search .items-list li.selected a {
  text-decoration: underline;
  color: var(--theme__color__primary);
}
.block-search .minisearch .control::after {
  content: "";
  color: transparent;
  border: 1px solid;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border-color: #616161 #E0E0E0 #E0E0E0 #E0E0E0;
  line-height: 1;
  -webkit-animation: bls-spin 0.5s infinite linear;
  -moz-animation: bls-spin 0.5s infinite linear;
  -ms-animation: bls-spin 0.5s infinite linear;
  animation: bls-spin 0.5s infinite linear;
  display: inline-block;
  position: absolute;
  opacity: 0;
  right: 40px;
  top: 30%;
  pointer-events: none;
}
.block-search .minisearch.loading .control::after {
  opacity: 1;
  pointer-events: initial;
}
.block-search:not(.search_type_canvas) .search-form:not(.type-list-categories) {
  display: flex;
  border: 1px solid #ddd;
  border-radius: 40px;
  padding: 2px;
}
.block-search:not(.search_type_canvas) .search-form:not(.type-list-categories) .field-by-cat-search .chosen-container .chosen-single {
  border: 0;
  border-right: 1px solid #ddd;
}
.block-search:not(.search_type_canvas) .search-form:not(.type-list-categories) .field.search {
  position: relative;
}
.block-search:not(.search_type_canvas) .search-form:not(.type-list-categories) .field.search input {
  border: 0;
}
.block-search:not(.search_type_canvas) .search-form:not(.type-list-categories) select {
  border-width: 0 1px 0 0;
}
.block-search.search_type_defaut {
  width: auto;
  float: none;
}
.block-search.search_type_defaut #search-form .rokan-autocomplete-wrapper {
  margin-top: 10px;
}
.block-search.search_type_defaut .search-form:not(.type-list-categories) .field.search {
  flex: 1;
  display: flex;
  align-items: center;
}
.block-search.search_type_defaut .search-form:not(.type-list-categories) .control {
  flex: 1;
  position: relative;
}
.block-search.search_type_defaut .actions .search {
  background: none;
}
.block-search.search_type_defaut .search-clear {
  right: 10px;
}
.block-search.search_type_defaut .minisearch .control::after {
  right: 15px;
}
.block-search.search_type_canvas .dropdown-toggle {
  position: relative;
  z-index: 2;
}
.block-search.search_type_canvas .chosen-container {
  position: relative;
}
.block-search.search_type_canvas #search-form {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
  position: fixed;
  top: 0;
  bottom: 0;
  background-color: #fff;
  right: 0;
  min-width: unset;
  margin: 0;
  -webkit-transform: translate3d(104%, 0, 0);
  -moz-transform: translate3d(104%, 0, 0);
  -ms-transform: translate3d(104%, 0, 0);
  transform: translate3d(104%, 0, 0);
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
  -ms-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
  z-index: 500;
  width: 85%;
  max-width: 340px;
  display: flex;
  flex-direction: column;
  height: 100vh;
}
.block-search.search_type_canvas #search-form.opend {
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  transform: none;
}
.block-search.search_type_canvas .search-form {
  flex-direction: column;
  border: 0;
}
.block-search.search_type_canvas .mini_search_header {
  padding: 10px 5px 10px 20px;
  border-bottom: 1px solid #e6e6e6;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.block-search.search_type_canvas .mini_search_header .widget-title {
  margin: 0;
}
.block-search.search_type_canvas .form.minisearch,
.block-search.search_type_canvas .rokan-autocomplete-wrapper {
  display: flex;
  flex-direction: column;
  flex: 1;
  height: 100%;
}
.block-search.search_type_canvas .form.minisearch .auto-complete-result,
.block-search.search_type_canvas .rokan-autocomplete-wrapper .auto-complete-result,
.block-search.search_type_canvas .form.minisearch .result-header + div,
.block-search.search_type_canvas .rokan-autocomplete-wrapper .result-header + div {
  flex: 1;
}
.block-search.search_type_canvas .auto-complete-result {
  position: static;
}
.block-search.search_type_canvas .auto-complete-result .result-header {
  margin: 0;
}
.block-search.search_type_canvas .auto-complete-result .result-header + div {
  position: relative;
  display: flex;
  flex-direction: column;
}
.block-search.search_type_canvas .search-category-dropdown {
  margin-bottom: 20px;
  position: relative;
}
.block-search.search_type_canvas .search-category-dropdown .chosen-container {
  width: 100% !important;
}
.block-search.search_type_canvas .search-category-dropdown .chosen-container .chosen-single {
  width: 100%;
  border-radius: var(--button__border-radius);
  min-height: 40px;
}
.block-search.search_type_canvas .search-category-dropdown .chosen-container .chosen-container .chosen-results li.highlighted {
  background-color: var(--theme__color__primary);
}
.block-search.search_type_canvas button.action.search,
.block-search.search_type_canvas .cart.table-wrapper .actions-toolbar > .action.action.search {
  background: transparent;
  color: initial;
}
.block-search.search_type_canvas button.action.search:before,
.block-search.search_type_canvas .cart.table-wrapper .actions-toolbar > .action.action.search:before {
  font-size: 1.8rem;
  color: var(--heading__color__base);
}
.block-search.search_type_canvas .form-minisearch-search-product {
  padding: 30px 20px;
  border-bottom: 1px solid #e6e6e6;
}
.block-search.search_type_canvas .products-list {
  position: relative;
  flex: 1;
  margin: 0;
  max-height: unset;
}
.block-search.search_type_canvas .products-list .product-items {
  padding: 30px 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: auto;
  margin: 0;
}
.block-search.search_type_canvas .products-list .product-items li:last-of-type .product-item-info {
  margin-bottom: 0;
}
.block-search.search_type_dropdown .mini_search_header,
.block-search.search_type_defaut .mini_search_header {
  display: none;
}
.block-search.search_type_dropdown #search-form,
.block-search.search_type_defaut #search-form {
  position: relative;
}
.block-search.search_type_dropdown #search-form .quick-search,
.block-search.search_type_defaut #search-form .quick-search {
  padding: 10px 20px;
}
.block-search.search_type_dropdown #search-form .quick-search,
.block-search.search_type_defaut #search-form .quick-search,
.block-search.search_type_dropdown #search-form .auto-complete-result,
.block-search.search_type_defaut #search-form .auto-complete-result {
  margin-top: 0;
}
.block-search.search_type_dropdown #search-form .rokan-autocomplete-wrapper,
.block-search.search_type_defaut #search-form .rokan-autocomplete-wrapper {
  max-height: 80vh;
  border: 1px solid #e6e6e6;
  border-top: 0;
}
.block-search.search_type_dropdown #search-form .rokan-autocomplete-wrapper .products-list,
.block-search.search_type_defaut #search-form .rokan-autocomplete-wrapper .products-list {
  padding: 0 25px 25px;
}
.block-search.search_type_dropdown .auto-complete-result {
  position: static;
  margin-top: 1.5rem;
}
.block-search.search_type_dropdown #search-form {
  position: absolute;
  top: 100%;
  right: 0;
  display: none;
}
.block-search.search_type_dropdown #search-form .result-header {
  margin-top: 0;
}
.block-search.search_type_dropdown #search-form .search-form {
  border-radius: 0;
  background-color: #fff;
}
.block-search.search_type_dropdown #search-form .search-form .field.search {
  width: 100%;
}
.block-search.search_type_dropdown .block-search .minisearch .control:after {
  right: 6rem;
}
.block-search.search_type_dropdown .search-clear {
  right: 6rem;
}
.block-search.search_type_popup {
  z-index: 6;
}
.block-search.search_type_popup .button-close {
  position: absolute;
  right: 20px;
  top: 20px;
}
.block-search.search_type_popup .dropdown-toggle {
  position: relative;
  z-index: 1;
}
.block-search.search_type_popup #search-form {
  position: fixed;
  background-color: #fff;
  top: 0;
  left: 0;
  right: 0;
  transition: 0.5s;
  opacity: 0;
  padding: 6rem 3rem;
  z-index: 6;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}
.block-search.search_type_popup #search-form.opend {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.block-search.search_type_popup #search-form > * {
  width: 95%;
  max-width: var(--layout__max-width);
  margin: auto;
}
.block-search.search_type_popup #search-form .field-by-cat-search .items-list {
  text-align: center;
  margin-bottom: 2rem;
}
.block-search.search_type_popup #search-form .field-by-cat-search .items-list li a {
  padding-left: 1rem;
  padding-right: 1rem;
}
.block-search.search_type_popup #search-form .mini_search_header .widget-title {
  margin: 0 0 30px;
  text-align: center;
  font-size: 3rem;
  text-transform: capitalize;
}
.block-search.search_type_popup #search-form .field.search .control .input-text {
  height: 5rem;
  padding-left: 2rem;
  font-size: 1.6rem;
}
.block-search.search_type_popup #search-form .field.search .control .search-clear {
  right: 6rem;
}
.block-search.search_type_popup #search-form .field.search .control::after {
  right: 6rem;
}
.block-search.search_type_popup #search-form .field.search button.action.search,
.block-search.search_type_popup #search-form .field.search .cart.table-wrapper .actions-toolbar > .action.action.search {
  border-radius: var(--button__border-radius);
  top: 3px;
  right: 3px;
  bottom: 3px;
  background-color: #222;
}
.block-search.search_type_popup #search-form .field.search button.action.search:before,
.block-search.search_type_popup #search-form .field.search .cart.table-wrapper .actions-toolbar > .action.action.search:before {
  color: #fff;
}
.block-search.search_type_popup #search-form .field.search button.action.search:hover,
.block-search.search_type_popup #search-form .field.search .cart.table-wrapper .actions-toolbar > .action.action.search:hover {
  background-color: #222;
}
.block-search.search_type_popup #search-form .quick-search {
  font-size: 1.3rem;
}
.block-search.search_type_popup #search-form .result-header {
  box-shadow: none;
  padding-left: 0;
  padding-right: 0;
  border-bottom: 1px solid #e6e6e6;
}
.block-search.search_type_popup #search-form .auto-complete-result {
  position: static;
}
.block-search.search_type_popup #search-form .auto-complete-result .rokan-autocomplete-wrapper {
  box-shadow: none;
  padding: 15px 0 0;
}
.block-search.search_type_popup #search-form .title-view-all-search {
  padding-left: 0;
}
.block-search.search_type_popup .dropdown-toggle a:after,
.block-search.search_type_canvas .dropdown-toggle a:after {
  content: '';
  display: block;
  position: fixed;
  z-index: 4;
  top: 0;
  left: 0;
  right: 0;
  height: 100vh;
  opacity: 0;
  pointer-events: none;
  background: rgba(0, 0, 0, 0.6);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
  cursor: url('../../frontend/bluesky/bluesky_kalles_default/en_US/images/my-cursor.png'), pointer;
}
.open-search {
  overflow: hidden;
}
.open-search .block-search .dropdown-toggle a:after {
  opacity: 1;
  pointer-events: initial;
}
.search-clear {
  margin-top: 15px;
  position: absolute;
  z-index: 2;
  font-size: 0;
  right: 30px;
  top: 50%;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
}
.search-clear:focus,
.search-clear:active {
  background: none;
  border: none;
}
.search-clear:hover {
  background: none;
  border: none;
}
.search-clear.disabled,
.search-clear[disabled],
fieldset[disabled] .search-clear {
  pointer-events: none;
  opacity: 0.5;
}
.search-clear:after {
  content: "\e680";
  font-family: Pe-icon-7-stroke;
  font-size: 24px;
  line-height: 1;
  color: var(--heading__color__base);
  font-weight: normal;
  text-align: center;
  display: inline-block;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  -webkit-font-smoothing: antialiased;
  transition: 0.3s all ease-in;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media all and (min-width: 1200px) {
  .search-clear:hover,
  .search-clear:active {
    color: var(--heading__color__base);
  }
  .search-clear:hover:after,
  .search-clear:active:after {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}
.search-clear.hidden {
  display: none;
}
.form.minisearch.loading .search-clear {
  display: none;
}
.setproduct {
  margin-bottom: 0;
  position: relative;
}
.setproduct > img {
  display: block;
  width: 100%;
  object-fit: contain;
}
.setproduct .product-item .product-icon .view-detail .text {
  color: black;
  font-size: 2.2rem;
  width: 50px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: white;
  border-radius: 50%;
  position: relative;
  z-index: 2;
}
.setproduct .product-item .product-icon .view-detail .loading::after {
  content: '';
  background: #fff;
  opacity: 0.3;
  position: absolute;
  top: -15px;
  right: -15px;
  bottom: -15px;
  left: -15px;
  border-radius: 50%;
  -webkit-animation: ripple 2s infinite;
  animation: ripple 2s infinite;
}
.setproduct .product-item > .product {
  position: absolute;
  left: 10rem;
  top: 0;
  -webkit-font-smoothing: antialised;
  backface-visibility: hidden;
  -webkit-font-smoothing: subpixel-antialiased;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  opacity: 0;
  padding: 3rem;
  background: #fff;
  border-radius: 3px;
  width: 390px;
  max-width: max-content;
  text-align: center;
  z-index: 11;
}
@media screen and (max-width: 991px) {
  .setproduct .product-item > .product {
    display: none;
  }
}
.setproduct .product-item > .product::before {
  content: '';
  position: absolute;
  left: -27px;
  top: 30px;
  width: 0;
  height: 0;
  border-top: 30px solid transparent;
  border-right: 100px solid #fff;
  border-bottom: 30px solid transparent;
  z-index: 1;
}
.setproduct .product-item > .product .product-item-info {
  padding: 1rem 0 0;
}
.setproduct .product-item > .product .product-item-info .product-item-name {
  margin: 0 0 5px;
}
.setproduct .product-item > .product .product-item-info .product-reviews-summary {
  justify-content: center;
}
.setproduct .product-item > .product .product-item-info .product-top {
  margin: 0 0 1.9rem;
}
.setproduct .product-item > .product .product-item-info .product-top .price-box {
  justify-content: center;
  align-items: center;
  font-family: var(--heading__font-family__base);
}
.setproduct .product-item > .product .product-item-info .view-details .view-detail-link {
  display: block;
  padding: 13px;
  border: 1px solid var(--heading__color__base);
  text-transform: uppercase;
  font-size: 1.4rem;
  background-color: white;
}
.setproduct .product-item > .product .product-item-info .view-details .view-detail-link:hover {
  background-color: var(--heading__color__base);
  border-color: var(--heading__color__base);
  color: white;
}
.setproduct .product-item > .product .product-item-info .view-detail a {
  color: #bc8246;
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-size: 16px;
  letter-spacing: -0.5px;
  padding-bottom: 3px;
  border-bottom: 2px solid #bc8246;
  font-weight: 600;
  text-transform: uppercase;
}
.setproduct .product-item.active > .product {
  top: 0;
  left: 10rem;
  transform: translateY(-5%) translateZ(0);
  opacity: 1;
  visibility: visible;
  box-shadow: 0 0.8rem 1.6rem -0.8rem #a3a7b2;
}
@-webkit-keyframes ripple {
  0% {
    opacity: 1;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes ripple {
  0% {
    opacity: 1;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@media screen and (max-width: 1400px) {
  .setproduct .product-item > .product {
    width: 270px;
    transform: translatex(-42%);
    left: 0;
    top: 100px;
    box-shadow: 0 0.8rem 1.6rem -0.8rem #a3a7b2;
  }
  .setproduct .product-item > .product::before {
    content: '';
    position: absolute;
    left: 50%;
    top: -48px;
    width: 0;
    height: 0;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-bottom: 40px solid #fff;
    z-index: 1;
    transform: translateX(-50%);
  }
  .setproduct .product-item.active > .product {
    top: 85px;
    opacity: 1;
    left: 0;
    visibility: visible;
    box-shadow: 0 0.8rem 1.6rem -0.8rem #a3a7b2;
    transform: translateX(-42%);
  }
}
#locator_filter .column_left .block-content {
  padding: 15px 15px;
  margin-bottom: 20px;
  background: #f8f8f8;
  width: 100%;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  border: 1px solid #e6e6e6;
}
#locator_filter .column_left .block-content #current-address {
  flex: 1;
}
#locator_filter .column_left .block-content input {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
#locator_filter .column_left .block-content .button {
  border-radius: 0 0 0 0;
}
#locator_filter .column_left .location-information h2 {
  font-size: 1.8rem;
}
#locator_filter .column_left .center {
  overflow: auto;
  height: 90vh;
  max-height: 700px;
}
#locator_filter .column_left .center #store_list .list {
  display: flex;
  margin-bottom: 15px;
  overflow: auto;
  font-size: 14px;
  background: #f6f6f6;
  cursor: pointer;
  flex-wrap: wrap;
  border: 1px solid #e6e6e6;
}
#locator_filter .column_left .center #store_list .list .image {
  flex: 0 0 40%;
  max-width: 150px;
  margin: 15px;
}
#locator_filter .column_left .center #store_list .list .location-information {
  flex: 1;
  margin: 15px;
  margin-left: 0;
}
#locator_filter .column_left .center #store_list .list .location-information h2 {
  margin-bottom: 0.5rem;
  font-size: 1.6rem;
}
#locator_filter .column_left .center #store_list .list .location-information div a {
  font-weight: 500;
  font-size: 1.8rem;
  margin-bottom: 20px;
}
#locator_filter .column_left .center #store_list .list .location-information .view-detail a {
  font-size: 14px;
  border-bottom: 1px solid;
}
#locator_filter .column_left .center #store_list .list .location-information .view-detail a:not(:hover) {
  color: var(--heading__color__base);
}
#locator_filter .column_left .center #store_list .list .today_time {
  width: 100%;
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  align-items: center;
  margin-top: 5px;
  padding: 5px 15px 5px 15px;
  background: #dfdfdf;
}
#locator_filter .column_left .center #store_list .list .today_time:before {
  content: "\f017";
  font-family: "Font Awesome 5 Free";
  margin-right: 10px;
}
#locator_filter .column_left .center #store_list .list .today_time .locator_arrow {
  margin-left: auto;
}
#locator_filter .column_left .center #store_list .list .today_time .locator_arrow:before {
  content: '\e622';
  display: inline-block;
  font-family: 'icons-blank-theme';
  font-size: 30px;
  line-height: 1;
  vertical-align: top;
  margin-left: 0;
}
#locator_filter .column_left .center #store_list .list .all_today_time {
  width: 100%;
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  margin-top: 10px;
  padding: 15px;
  background: #dfdfdf;
  flex-direction: column;
}
#locator_filter .column_left .center #store_list .list .all_today_time > div {
  padding: 3px 0;
  text-transform: capitalize;
}
#locator_filter .column_left .center #store_list .list .all_today_time .active {
  font-weight: 500;
  color: var(--theme__color__primary);
}
#locator_filter .column_left .bstlocator_input button,
#locator_filter .column_left .bstlocator_input .cart.table-wrapper .actions-toolbar > .action {
  border-radius: 0;
}
#locator_filter .column_right #bst-map-load button,
#locator_filter .column_right #bst-map-load .cart.table-wrapper .actions-toolbar > .action {
  background: #fff !important;
  color: inherit !important;
  border-color: inherit !important;
}
#locator_filter .column_right .gm-style-iw-d h2 {
  margin-bottom: 0;
}
#locator_filter .column_right .locator-title {
  font-size: 1.6rem;
  text-transform: uppercase;
}
#locator_filter .column_right .locator-title a {
  color: #222;
}
#locator_filter-store .column_right #bst-map-view button,
#locator_filter-store .column_right #bst-map-view .cart.table-wrapper .actions-toolbar > .action {
  background: #fff !important;
  color: inherit !important;
  border-color: inherit !important;
}
#locator_filter-store .column_left #store_list_view .today_time {
  width: 100%;
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  align-items: center;
  margin-top: 5px;
  padding: 5px 15px 5px 15px;
  background: #dfdfdf;
  cursor: pointer;
}
#locator_filter-store .column_left #store_list_view .today_time:before {
  content: "\f017";
  font-family: "Font Awesome 5 Free";
  margin-right: 10px;
}
#locator_filter-store .column_left #store_list_view .today_time .locator_arrow {
  margin-left: auto;
}
#locator_filter-store .column_left #store_list_view .today_time .locator_arrow:before {
  content: '\e622';
  display: inline-block;
  font-family: 'icons-blank-theme';
  font-size: 30px;
  line-height: 1;
  vertical-align: top;
  margin-left: 0;
}
#locator_filter-store .column_left #store_list_view .all_today_time {
  width: 100%;
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  margin-top: 10px;
  padding: 15px;
  background: #dfdfdf;
  flex-direction: column;
}
#locator_filter-store .column_left #store_list_view .all_today_time > div {
  padding: 3px 0;
  text-transform: capitalize;
}
#locator_filter-store .column_left #store_list_view .all_today_time .active {
  font-weight: 500;
}
#locator_filter-store .column_left #store_list_view .location-information {
  flex: 1;
  margin: 15px;
  margin-left: 0;
}
#locator_filter-store .column_left #store_list_view .location-information div a {
  font-weight: 500;
  font-size: 1.8rem;
  margin-bottom: 20px;
}
#locator_filter-store .column_left #store_list_view .map-directions {
  margin: 0 0 10px;
}
#locator_filter-store .column_left #store_list_view .map-directions a {
  background-image: none;
  background: var(--button__background);
  border: 2px solid var(--button__color);
  color: var(--button__color);
  cursor: pointer;
  display: inline-block;
  font-family: inherit;
  font-weight: var(--button__font-weight);
  margin: 0;
  padding: 7px 25px;
  font-size: 1.4rem;
  line-height: 2.24rem;
  box-sizing: border-box;
  vertical-align: middle;
  display: inline-flex;
  align-items: center;
}
#locator_filter-store .column_left #store_list_view .map-directions a:focus,
#locator_filter-store .column_left #store_list_view .map-directions a:active {
  background: var(--button__hover__background);
  border: 2px solid var(--theme__color__primary);
  color: var(--button__hover__color);
}
#locator_filter-store .column_left #store_list_view .map-directions a:hover {
  background: var(--button__hover__background);
  border: 2px solid var(--theme__color__primary);
  color: var(--button__hover__color);
}
#locator_filter-store .column_left #store_list_view .map-directions a.disabled,
#locator_filter-store .column_left #store_list_view .map-directions a[disabled],
fieldset[disabled] #locator_filter-store .column_left #store_list_view .map-directions a {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
#locator_filter-store .column_left #store_list_view .map-directions a i {
  margin-right: 5px;
}
.gm-style .gm-style-iw-c .gm-style-iw-d div .store {
  display: flex;
}
.gm-style .gm-style-iw-c .gm-style-iw-d div .store .image {
  flex: 0 0 40%;
  max-width: 100px;
}
.gm-style .gm-style-iw-c .gm-style-iw-d div .store .image img {
  max-width: 100%;
}
.gm-style .gm-style-iw-c .gm-style-iw-d div .store .info {
  padding-left: 15px;
}
.gm-style .gm-style-iw-c .gm-style-iw-d div .store .info p {
  margin: 0 0 5px;
}
.gm-style .gm-style-iw-c .gm-style-iw-d div div {
  margin: 10px 0;
}
.gmnoprint .gm-svpc img {
  max-width: inherit;
  max-height: inherit;
}
.notice_activation_purchase_code {
  background: red;
  color: #fff;
  border-bottom: 2px solid #ddd;
  padding: 10px;
  text-align: center;
}
.product-container {
  position: relative;
  border: 1px solid #ddd;
  border-radius: 6px;
  overflow: hidden;
  max-width: 600px;
  background: #fff;
  margin-top: 30px;
}
.product-container .inner-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.product-container .image-area {
  width: 40%;
  padding: 10px;
}
.product-container .image-area img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 4px;
}
.product-container .content-area {
  width: 60%;
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.product-container .content-area h4 {
  margin-top: 0px;
  margin-bottom: 15px;
}
.product-container .content-area p {
  font-size: 14px;
}
.product-container .content-area .buy-it-with-sku {
  margin-bottom: 5px;
  display: flex;
}
.product-container .content-area .buy-it-with-sku strong {
  word-break: break-word;
  white-space: normal;
}
.product-container .buy-it-with-label {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000;
  color: #fff;
  font-size: 11px;
  font-weight: bold;
  padding: 6px 10px;
  border-bottom-right-radius: 8px;
  text-transform: uppercase;
}
.arrtibute-area {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
  flex-wrap: wrap;
}
.arrtibute-item {
  display: flex;
  flex-direction: column;
}
.arrtibute-item label {
  font-weight: 600;
  margin-bottom: 6px;
  font-size: 14px;
  color: #333;
}
.arrtibute-item select {
  font-size: 14px;
  border: 1px solid #ccc;
  border-radius: 6px;
  background-color: #fff;
  transition: border-color 0.3s;
  height: 35px;
}
.arrtibute-item select:focus {
  outline: none;
}
@media screen and (max-width: 580px) {
  .product-container .inner-wrapper {
    display: block;
  }
  .product-container .inner-wrapper .image-area {
    width: 80%;
    padding: 20px;
    margin: 0 auto;
  }
  .product-container .inner-wrapper .content-area {
    width: 100%;
    padding: 15px;
    text-align: left;
  }
  .product-container .inner-wrapper .content-area h4 {
    text-align: left;
    margin-bottom: 8px;
  }
  .product-container .inner-wrapper .content-area p {
    text-align: left;
  }
  .product-container .inner-wrapper .arrtibute-area {
    margin-top: 20px;
  }
  .product-container .inner-wrapper .arrtibute-area .arrtibute-item {
    flex-direction: unset;
  }
  .product-container .inner-wrapper .arrtibute-area .arrtibute-item label {
    margin-right: 8px;
    margin-top: 5px;
  }
}
.bfb-element-datepicker {
  background: #ffffff;
  border: 1px solid #007bdb;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
}
.bfb-element-datepicker .ui-datepicker-buttonpane button,
.bfb-element-datepicker .ui-datepicker-buttonpane .block-footer .action-add,
.bfb-element-datepicker .ui-datepicker-buttonpane .cart.table-wrapper .actions-toolbar > .action {
  background: #ffffff;
  border: 1px solid #adadad;
  border-radius: 1px;
  box-sizing: border-box;
  color: #007dbd;
  float: left;
  line-height: 34px;
  padding: 0;
  text-align: center;
  width: 49%;
  font-weight: 500;
  box-shadow: none;
}
.bfb-element-datepicker .ui-datepicker-buttonpane button:hover,
.bfb-element-datepicker .ui-datepicker-buttonpane .block-footer .action-add:hover,
.bfb-element-datepicker .ui-datepicker-buttonpane .cart.table-wrapper .actions-toolbar > .action:hover {
  background: #007dbd;
  border-color: #007dbd;
  color: #FFF;
}
.bfb-element-datepicker table.ui-datepicker-calendar tr {
  background: transparent;
}
.bfb-element-datepicker table.ui-datepicker-calendar tr th {
  background: transparent;
  border: 0;
  padding: 0;
}
.bfb-element-datepicker table.ui-datepicker-calendar span,
.bfb-element-datepicker table.ui-datepicker-calendar a {
  box-sizing: border-box;
  color: #514943;
  display: block;
  font-size: 14px;
  font-weight: 600;
  line-height: 38px;
  text-align: center;
  text-decoration: none;
  width: 38px;
  padding: 0;
}
.bfb-element-datepicker .ui-datepicker-buttonpane {
  border: 0;
}
.bfb-element-datepicker .ui-datepicker-buttonpane .ui-datepicker-close {
  float: right;
}
.bfb-element-datepicker .ui-datepicker-title .ui-datepicker-year,
.bfb-element-datepicker .ui-datepicker-title .ui-datepicker-month {
  margin: 0;
}
.bfb-element-datepicker .ui-datepicker-title > select:first-child {
  margin-right: 6%;
}
.bfb-element-datepicker .ui-datepicker-title > .ui-datepicker-year:first-child {
  margin-right: 6%;
}
.bfb-element-datepicker .ui-datepicker-calendar {
  border: 0;
}
.bfb-element-datepicker .ui-datepicker-calendar .ui-state-disabled {
  background: #f5f5f5;
}
.bfb-element-datepicker .ui-slider .ui-slider-handle {
  cursor: pointer;
}
.bfb-animated {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bfb-fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
.bfb-spinner {
  font-size: 4rem;
  left: 50%;
  margin-left: -2rem;
  margin-top: -2rem;
  position: absolute;
  top: 50%;
}
.bfb-spinner > span:nth-child(1) {
  -webkit-animation-delay: 0.27s;
  -moz-animation-delay: 0.27s;
  -ms-animation-delay: 0.27s;
  animation-delay: 0.27s;
  -webkit-transform: rotate(-315deg);
  -moz-transform: rotate(-315deg);
  -ms-transform: rotate(-315deg);
  transform: rotate(-315deg);
}
.bfb-spinner > span:nth-child(2) {
  -webkit-animation-delay: 0.36s;
  -moz-animation-delay: 0.36s;
  -ms-animation-delay: 0.36s;
  animation-delay: 0.36s;
  -webkit-transform: rotate(-270deg);
  -moz-transform: rotate(-270deg);
  -ms-transform: rotate(-270deg);
  transform: rotate(-270deg);
}
.bfb-spinner > span:nth-child(3) {
  -webkit-animation-delay: 0.45s;
  -moz-animation-delay: 0.45s;
  -ms-animation-delay: 0.45s;
  animation-delay: 0.45s;
  -webkit-transform: rotate(-225deg);
  -moz-transform: rotate(-225deg);
  -ms-transform: rotate(-225deg);
  transform: rotate(-225deg);
}
.bfb-spinner > span:nth-child(4) {
  -webkit-animation-delay: 0.54s;
  -moz-animation-delay: 0.54s;
  -ms-animation-delay: 0.54s;
  animation-delay: 0.54s;
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.bfb-spinner > span:nth-child(5) {
  -webkit-animation-delay: 0.63s;
  -moz-animation-delay: 0.63s;
  -ms-animation-delay: 0.63s;
  animation-delay: 0.63s;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.bfb-spinner > span:nth-child(6) {
  -webkit-animation-delay: 0.72s;
  -moz-animation-delay: 0.72s;
  -ms-animation-delay: 0.72s;
  animation-delay: 0.72s;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.bfb-spinner > span:nth-child(7) {
  -webkit-animation-delay: 0.8100000000000001s;
  -moz-animation-delay: 0.8100000000000001s;
  -ms-animation-delay: 0.8100000000000001s;
  animation-delay: 0.8100000000000001s;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.bfb-spinner > span:nth-child(8) {
  -webkit-animation-delay: 0.9;
  -moz-animation-delay: 0.9;
  -ms-animation-delay: 0.9;
  animation-delay: 0.9;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
@-moz-keyframes fade {
  0% {
    background-color: #514943;
  }
  100% {
    background-color: #FFF;
  }
}
@-webkit-keyframes fade {
  0% {
    background-color: #514943;
  }
  100% {
    background-color: #FFF;
  }
}
@-ms-keyframes fade {
  0% {
    background-color: #514943;
  }
  100% {
    background-color: #FFF;
  }
}
@keyframes fade {
  0% {
    background-color: #514943;
  }
  100% {
    background-color: #FFF;
  }
}
.bfb-spinner > span {
  -webkit-transform: scale(0.4);
  -moz-transform: scale(0.4);
  -ms-transform: scale(0.4);
  transform: scale(0.4);
  -webkit-animation-name: fade;
  -moz-animation-name: fade;
  -ms-animation-name: fade;
  animation-name: fade;
  -webkit-animation-duration: 0.72s;
  -moz-animation-duration: 0.72s;
  -ms-animation-duration: 0.72s;
  animation-duration: 0.72s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: linear;
  -moz-animation-direction: linear;
  -ms-animation-direction: linear;
  animation-direction: linear;
  background-color: #FFF;
  border-radius: 6px;
  clip: rect(0 1em/3.5 0.1em 0);
  height: 0.1em;
  margin-top: 1em / 2;
  position: absolute;
  width: 1em;
}
.ie9 .bfb-spinner {
  background: url('../../frontend/bluesky/bluesky_kalles_default/en_US/images/ajax-loader.gif') no-repeat center;
}
.ie9 .bfb-spinner > span {
  display: none;
}
.bfb-popup-overlay {
  display: none;
}
.bfb-popup-show .bfb-popup-overlay {
  z-index: 998;
  position: fixed;
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  transition: all 0.3s ease-out;
}
.bfb-popup {
  position: relative;
  background: #FFF;
  width: auto;
  max-width: 100%;
  margin: 0 auto;
  overflow-y: scroll;
  overflow-x: hidden;
}
.bfb-popup:before,
.bfb-popup:after {
  content: '';
  display: table;
  clear: both;
}
.bfb-popup .bfb-popup-close {
  height: 30px;
  width: 30px;
  position: absolute;
  top: 2px;
  right: 2px;
  line-height: 20px;
  cursor: pointer;
  opacity: 0.5;
  z-index: 4;
  background: url('../../frontend/bluesky/bluesky_kalles_default/en_US/BlueFormBuilder_Core/images/close-icon.png') center center no-repeat;
  background-size: 20px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.bfb-popup .bfb-popup-close:hover {
  opacity: 1;
  background-size: 22px;
}
.bfb-popup .block.bfb {
  box-shadow: none;
}
.bfb-popup-slidein .bfb-popup {
  opacity: 0;
}
.bfb-popup-slidein.bfb-popup-align-bottom-right .bfb-popup,
.bfb-popup-slidein.bfb-popup-align-bottom-left .bfb-popup {
  bottom: 0;
  transform: translate3d(0, 100%, 0);
  -webkit-transform: translate3d(0, 100%, 0);
}
.bfb-popup-slidein.bfb-popup-align-bottom-right.popup-show .bfb-popup,
.bfb-popup-slidein.bfb-popup-align-bottom-left.popup-show .bfb-popup {
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
}
.bfb-popup-slidein.popup-show .bfb-popup {
  opacity: 1;
}
.bfb-popup-container {
  position: fixed;
  box-shadow: none;
  z-index: 999;
  transition: transform 0.3s cubic-bezier(0, 0, 0, 1);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0, 1);
}
.bfb-popup-container.bfb-popup-align-inline {
  position: static;
}
.bfb-popup-container .bfb-popup {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  position: fixed;
  margin: 0;
  z-index: 999;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.bfb-popup-container .block.bfb {
  background: #FFF;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.bfb-popup-container .bfb-popup-link {
  cursor: pointer;
  padding: 6px 15px 12px 15px;
  letter-spacing: 0.5px;
  display: inline-block;
  position: relative;
  transition: transform 0.3s;
  -webkit-transition: -webkit-transform 0.3s;
  background: #007dbd;
  color: #FFF;
}
.bfb-popup-container .bfb-popup-link:hover {
  text-decoration: none;
}
.bfb-popup-container.bfb-popup-align-left {
  left: 0;
}
.bfb-popup-container.bfb-popup-align-left .bfb-popup-link {
  border-radius: 3px 3px 0 0;
  transform: translate3d(-200%, 0, 0) rotate(90deg);
  -webkit-transform: translate3d(-200%, 0, 0) rotate(90deg);
  transform-origin: 0 100%;
  -webkit-transform-origin: 0 100%;
}
.bfb-popup-container.bfb-popup-align-left.a-show .bfb-popup-link {
  transform: translate3d(-4px, 0, 0) rotate(90deg);
  -webkit-transform: translate3d(-4px, 0, 0) rotate(90deg);
}
.bfb-popup-container.bfb-popup-align-left.a-show .bfb-popup-link:hover {
  transform: translate3d(0, 0, 0) rotate(90deg);
  -webkit-transform: translate3d(0, 0, 0) rotate(90deg);
}
.bfb-popup-container.bfb-popup-align-left .bfb-popup {
  left: -1px;
  transform: translate3d(-100%, 0, 0);
  -webkit-transform: translate3d(-100%, 0, 0);
}
.bfb-popup-container.bfb-popup-align-left.popup-show .bfb-popup {
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
}
.bfb-popup-container.bfb-popup-align-right {
  right: 0;
}
.bfb-popup-container.bfb-popup-align-right.a-show .bfb-popup-link {
  transform: translate3d(4px, 0, 0) rotate(-90deg);
  -webkit-transform: translate3d(4px, 0, 0) rotate(-90deg);
}
.bfb-popup-container.bfb-popup-align-right.a-show .bfb-popup-link:hover {
  transform: translate3d(0, 0, 0) rotate(-90deg);
  -webkit-transform: translate3d(0, 0, 0) rotate(-90deg);
}
.bfb-popup-container.bfb-popup-align-right .bfb-popup-link {
  border-radius: 3px 3px 0 0;
  transform: translate3d(200%, 0, 0) rotate(-90deg);
  -webkit-transform: translate3d(200%, 0, 0) rotate(-90deg);
  transform-origin: 100% 100%;
  -webkit-transform-origin: 100% 100%;
}
.bfb-popup-container.bfb-popup-align-right .bfb-popup {
  right: -1px;
  transform: translate3d(100%, 0, 0);
  -webkit-transform: translate3d(100%, 0, 0);
}
.bfb-popup-container.bfb-popup-align-left,
.bfb-popup-container.bfb-popup-align-right {
  top: 50%;
}
.bfb-popup-container.bfb-popup-align-left .bfb-popup-link,
.bfb-popup-container.bfb-popup-align-right .bfb-popup-link {
  top: -40px;
}
.bfb-popup-container.bfb-popup-align-left.popup-show .bfb-popup,
.bfb-popup-container.bfb-popup-align-right.popup-show .bfb-popup {
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
}
.bfb-popup-container.bfb-popup-align-left .bfb-popup-link:hover,
.bfb-popup-container.bfb-popup-align-right .bfb-popup-link:hover {
  -webkit-box-shadow: 2px -2px 2px rgba(0, 0, 0, 0.12), 2px -2px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 2px -2px 2px rgba(0, 0, 0, 0.12), 2px -2px 2px rgba(0, 0, 0, 0.24);
}
.bfb-popup-container.bfb-popup-align-bottom-left {
  left: 30px;
}
.bfb-popup-container.bfb-popup-align-bottom-left .bfb-popup {
  left: 30px;
}
.bfb-popup-container.bfb-popup-align-bottom-left .bfb-popup-link:hover {
  -webkit-box-shadow: 2px -2px 2px rgba(0, 0, 0, 0.12), 2px -2px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 2px -2px 2px rgba(0, 0, 0, 0.12), 2px -2px 2px rgba(0, 0, 0, 0.24);
}
.bfb-popup-container.bfb-popup-align-bottom-right {
  right: 30px;
}
.bfb-popup-container.bfb-popup-align-bottom-right .bfb-popup {
  right: 30px;
}
.bfb-popup-container.bfb-popup-align-bottom-right,
.bfb-popup-container.bfb-popup-align-bottom-left {
  bottom: 0;
}
.bfb-popup-container.bfb-popup-align-bottom-right .bfb-popup-link,
.bfb-popup-container.bfb-popup-align-bottom-left .bfb-popup-link {
  border-radius: 3px 3px 0 0;
  transform: translate3d(0, 6px, 0);
  -webkit-transform: translate3d(0, 6px, 0);
}
.bfb-popup-container.bfb-popup-align-bottom-right .bfb-popup-link:hover,
.bfb-popup-container.bfb-popup-align-bottom-left .bfb-popup-link:hover {
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
}
.bfb-magnific .bfb-popup {
  position: relative;
  border-radius: 3px;
}
.bfb-popup-animate-left .mfp-with-anim,
.bfb-popup-animate-right .mfp-with-anim {
  transition: transform 0.35s ease-out, opacity 0.2s linear;
  -moz-transition: transform 0.35s ease-out, opacity 0.2s linear;
  -webkit-transition: -webkit-transform 0.35s ease-out, opacity 0.2s linear;
  -ms-transition: transform 0.35s ease-out, opacity 0.2s linear;
  -o-transition: transform 0.35s ease-out, opacity 0.2s linear;
}
.bfb-popup-animate-left.mfp-bg,
.bfb-popup-animate-right.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}
.bfb-popup-animate-left.mfp-ready .mfp-with-anim,
.bfb-popup-animate-right.mfp-ready .mfp-with-anim {
  opacity: 1;
  -webkit-transform: scale(1) translate3d(0, 0, 0);
  -moz-transform: scale(1) translate3d(0, 0, 0);
  -o-transform: scale(1) translate3d(0, 0, 0);
  -ms-transform: scale(1) translate3d(0, 0, 0);
  transform: scale(1) translate3d(0, 0, 0);
}
.bfb-popup-animate-left.mfp-ready.mfp-bg,
.bfb-popup-animate-right.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.bfb-popup-animate-left.mfp-removing.mfp-bg,
.bfb-popup-animate-right.mfp-removing.mfp-bg {
  opacity: 0;
}
.bfb-popup-animate-left.mfp-removing .mfp-with-anim,
.bfb-popup-animate-right.mfp-removing .mfp-with-anim,
.bfb-popup-animate-left .mfp-with-anim,
.bfb-popup-animate-right .mfp-with-anim {
  opacity: 0;
}
.bfb-popup-animate-left.mfp-removing .mfp-with-anim,
.bfb-popup-animate-left .mfp-with-anim {
  -webkit-transform: scale(0.5) translate3d(-300%, 0, 0) rotate(3deg);
  -moz-transform: scale(0.5) translate3d(-300%, 0, 0) rotate(3deg);
  -o-transform: scale(0.5) translate3d(-300%, 0, 0) rotate(3deg);
  -ms-transform: scale(0.5) translate3d(-300%, 0, 0) rotate(3deg);
  transform: scale(0.5) translate3d(-300%, 0, 0) rotate(3deg);
}
.bfb-popup-animate-right.mfp-removing .mfp-with-anim,
.bfb-popup-animate-right .mfp-with-anim {
  -webkit-transform: scale(0.5) translate3d(300%, 0, 0) rotate(-3deg);
  -moz-transform: scale(0.5) translate3d(300%, 0, 0) rotate(-3deg);
  -o-transform: scale(0.5) translate3d(300%, 0, 0) rotate(-3deg);
  -ms-transform: scale(0.5) translate3d(300%, 0, 0) rotate(-3deg);
  transform: scale(0.5) translate3d(300%, 0, 0) rotate(-3deg);
}
.bfb-popup-align-inline .bfb-popup-link {
  padding: 5px 12px;
}
.bfbAnimation {
  -webkit-transition: 200ms ease-in-out;
  -moz-transition: 200ms ease-in-out;
  -ms-transition: 200ms ease-in-out;
  -o-transition: 200ms ease-in-out;
}
.bfb-element .bfb-element-control-inner {
  position: relative;
}
.bfb-element .bfb-element-control-inner:before,
.bfb-element .bfb-element-control-inner:after {
  content: " ";
  display: table;
  clear: both;
}
.bfb-element .bfb-element-control-inner:before,
.bfb-element .bfb-element-control-inner:after {
  content: " ";
  display: table;
  clear: both;
}
.bfb-element .iti {
  width: 100%;
}
.bfb-element .intl-tel-input,
.bfb-element .admin__control-text {
  width: 100%;
}
.bfb-element .g-recaptcha {
  display: inline-block;
}
.bfb-element .bfb-element-input-limit {
  text-align: right;
}
.bfb-element .bfb-element-label {
  position: relative;
}
.bfb-element.required .bfb-element-label label {
  padding-right: 15px;
}
.bfb-element.required .bfb-element-label label > span:after {
  color: #e22626;
  content: '*';
  font-size: 1.6rem;
  font-weight: 500;
  position: absolute;
  margin-left: 5px;
}
.bfb-element.bfb-element-hidden {
  display: none;
}
.bfb-element.bfb-element-label-hidden .bfb-element-label {
  display: none;
}
.bfb-element.bfb-element-label-above .bfb-element-tooltip .bfb-element-tooltip-content,
.bfb-element.bfb-element-label-left .bfb-element-tooltip .bfb-element-tooltip-content,
.bfb-element.bfb-element-label-below .bfb-element-tooltip .bfb-element-tooltip-content {
  left: -18px;
  right: auto;
}
.bfb-element.bfb-element-label-above .bfb-element-tooltip .bfb-element-tooltip-content:before,
.bfb-element.bfb-element-label-left .bfb-element-tooltip .bfb-element-tooltip-content:before,
.bfb-element.bfb-element-label-below .bfb-element-tooltip .bfb-element-tooltip-content:before {
  left: 15px;
}
.bfb-element.bfb-element-label-above .bfb-element-tooltip .bfb-element-tooltip-content:after,
.bfb-element.bfb-element-label-left .bfb-element-tooltip .bfb-element-tooltip-content:after,
.bfb-element.bfb-element-label-below .bfb-element-tooltip .bfb-element-tooltip-content:after {
  left: 15px;
}
.bfb-element.bfb-element-label-right .bfb-element-tooltip .bfb-element-tooltip-content {
  left: auto;
  right: -18px;
}
.bfb-element.bfb-element-label-right .bfb-element-tooltip .bfb-element-tooltip-content:before {
  right: 15px;
}
.bfb-element.bfb-element-label-right .bfb-element-tooltip .bfb-element-tooltip-content:after {
  right: 15px;
}
.bfb-element.bfb-element-label-left .bfb-element-label {
  width: 25%;
  float: left;
  padding-right: 15px;
}
.bfb-element.bfb-element-label-left .bfb-element-control {
  width: 75%;
  float: left;
}
.bfb-element.bfb-element-label-left .bfb-element-label {
  text-align: center;
}
.bfb-element.bfb-element-label-right .bfb-element-label {
  width: 25%;
  float: right;
  padding-left: 15px;
}
.bfb-element.bfb-element-label-right .bfb-element-control {
  width: 75%;
  float: left;
}
.bfb-element.bfb-element-label-right .bfb-element-control-inner {
  float: right;
  width: 100%;
}
.bfb-element.bfb-element-icon-left .bfb-control {
  padding-left: 30px;
}
.bfb-element.bfb-element-icon-left .bfb-element-icon {
  left: 0;
}
.bfb-element.bfb-element-icon-right .bfb-control {
  padding-right: 30px;
}
.bfb-element.bfb-element-icon-right .bfb-element-icon {
  right: 0;
}
.bfb-element.bfb-element-label-align-left .bfb-element-label {
  text-align: left;
}
.bfb-element.bfb-element-label-align-right .bfb-element-label {
  text-align: right;
}
.bfb-element.mgz-element-bfb_textarea .admin__control-textarea {
  height: auto;
}
.bfb-element.mgz-element-bfb_date .ui-datepicker-trigger {
  display: none;
}
.bfb-element.mgz-element-bfb_date .bfb-element-icon {
  cursor: pointer;
}
.bfb-element.mgz-element-bfb_time .bfb-element-control select {
  width: auto;
}
.bfb-element.mgz-element-bfb_time .bfb-element-control span {
  margin: 0 5px;
}
.bfb-element.mgz-element-bfb_address .addressfield {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin-right: -20px;
}
.bfb-element.mgz-element-bfb_address .subfield {
  width: 50%;
  margin-bottom: 10px;
  padding-right: 20px;
}
.bfb-element.mgz-element-bfb_address .subfield select {
  width: 100%;
}
.bfb-element.mgz-element-bfb_starratings .bfb-element-stars {
  overflow: hidden;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote {
  height: 32px;
  width: auto;
  overflow: hidden;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote:before {
  color: #e6e6e6;
  font-family: 'Magezon-Icons';
  font-size: 32px;
  height: 32px;
  letter-spacing: 8px;
  line-height: 32px;
  font-style: normal;
  font-weight: normal;
  speak: none;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  content: '\e605' '\e605' '\e605' '\e605' '\e605' '\e605' '\e605' '\e605' '\e605' '\e605';
  display: block;
  position: absolute;
  z-index: 1;
}
.bfb-element.mgz-element-bfb_starratings .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;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote input[type="radio"]:hover + label:before,
.bfb-element.mgz-element-bfb_starratings .review-control-vote input[type="radio"]:checked + label:before {
  opacity: 1;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote label {
  cursor: pointer;
  display: block;
  position: absolute;
}
.bfb-element.mgz-element-bfb_starratings .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;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote label:before {
  color: #fdbc00;
  font-family: 'Magezon-Icons';
  font-size: 32px;
  height: 32px;
  letter-spacing: 8px;
  line-height: 32px;
  font-style: normal;
  font-weight: normal;
  speak: none;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  opacity: 0;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote label:hover:before {
  opacity: 1;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote label:hover ~ label:before {
  opacity: 0;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-10 {
  z-index: 2;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-10:before {
  content: '\e605' '\e605' '\e605' '\e605' '\e605' '\e605' '\e605' '\e605' '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-9 {
  z-index: 3;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-9:before {
  content: '\e605' '\e605' '\e605' '\e605' '\e605' '\e605' '\e605' '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-8 {
  z-index: 4;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-8:before {
  content: '\e605' '\e605' '\e605' '\e605' '\e605' '\e605' '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-7 {
  z-index: 5;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-7:before {
  content: '\e605' '\e605' '\e605' '\e605' '\e605' '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-6 {
  z-index: 6;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-6:before {
  content: '\e605' '\e605' '\e605' '\e605' '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-5 {
  z-index: 7;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-5:before {
  content: '\e605' '\e605' '\e605' '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-4 {
  z-index: 8;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-4:before {
  content: '\e605' '\e605' '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-3 {
  z-index: 9;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-3:before {
  content: '\e605' '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-2 {
  z-index: 10;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-2:before {
  content: '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-1 {
  z-index: 11;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-1:before {
  content: '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote:before {
  content: '\e605' '\e605' '\e605' '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-10 {
  z-index: 2;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-10:before {
  content: '\e605' '\e605' '\e605' '\e605' '\e605' '\e605' '\e605' '\e605' '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-9 {
  z-index: 3;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-9:before {
  content: '\e605' '\e605' '\e605' '\e605' '\e605' '\e605' '\e605' '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-8 {
  z-index: 4;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-8:before {
  content: '\e605' '\e605' '\e605' '\e605' '\e605' '\e605' '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-7 {
  z-index: 5;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-7:before {
  content: '\e605' '\e605' '\e605' '\e605' '\e605' '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-6 {
  z-index: 6;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-6:before {
  content: '\e605' '\e605' '\e605' '\e605' '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-5 {
  z-index: 7;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-5:before {
  content: '\e605' '\e605' '\e605' '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-4 {
  z-index: 8;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-4:before {
  content: '\e605' '\e605' '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-3 {
  z-index: 9;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-3:before {
  content: '\e605' '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-2 {
  z-index: 10;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-2:before {
  content: '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-1 {
  z-index: 11;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-1:before {
  content: '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote.star-10:before {
  content: "\f005" "\f005" "\f005" "\f005" "\f005" "\f005" "\f005" "\f005" "\f005" "\f005";
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-9 {
  z-index: 3;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-9:before {
  content: '\e605' '\e605' '\e605' '\e605' '\e605' '\e605' '\e605' '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-8 {
  z-index: 4;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-8:before {
  content: '\e605' '\e605' '\e605' '\e605' '\e605' '\e605' '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-7 {
  z-index: 5;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-7:before {
  content: '\e605' '\e605' '\e605' '\e605' '\e605' '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-6 {
  z-index: 6;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-6:before {
  content: '\e605' '\e605' '\e605' '\e605' '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-5 {
  z-index: 7;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-5:before {
  content: '\e605' '\e605' '\e605' '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-4 {
  z-index: 8;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-4:before {
  content: '\e605' '\e605' '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-3 {
  z-index: 9;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-3:before {
  content: '\e605' '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-2 {
  z-index: 10;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-2:before {
  content: '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-1 {
  z-index: 11;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-1:before {
  content: '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote.star-9:before {
  content: "\f005" "\f005" "\f005" "\f005" "\f005" "\f005" "\f005" "\f005" "\f005";
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-8 {
  z-index: 4;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-8:before {
  content: '\e605' '\e605' '\e605' '\e605' '\e605' '\e605' '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-7 {
  z-index: 5;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-7:before {
  content: '\e605' '\e605' '\e605' '\e605' '\e605' '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-6 {
  z-index: 6;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-6:before {
  content: '\e605' '\e605' '\e605' '\e605' '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-5 {
  z-index: 7;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-5:before {
  content: '\e605' '\e605' '\e605' '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-4 {
  z-index: 8;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-4:before {
  content: '\e605' '\e605' '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-3 {
  z-index: 9;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-3:before {
  content: '\e605' '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-2 {
  z-index: 10;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-2:before {
  content: '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-1 {
  z-index: 11;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-1:before {
  content: '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote.star-8:before {
  content: "\f005" "\f005" "\f005" "\f005" "\f005" "\f005" "\f005" "\f005";
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-7 {
  z-index: 5;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-7:before {
  content: '\e605' '\e605' '\e605' '\e605' '\e605' '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-6 {
  z-index: 6;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-6:before {
  content: '\e605' '\e605' '\e605' '\e605' '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-5 {
  z-index: 7;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-5:before {
  content: '\e605' '\e605' '\e605' '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-4 {
  z-index: 8;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-4:before {
  content: '\e605' '\e605' '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-3 {
  z-index: 9;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-3:before {
  content: '\e605' '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-2 {
  z-index: 10;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-2:before {
  content: '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-1 {
  z-index: 11;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-1:before {
  content: '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote.star-7:before {
  content: "\f005" "\f005" "\f005" "\f005" "\f005" "\f005" "\f005";
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-6 {
  z-index: 6;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-6:before {
  content: '\e605' '\e605' '\e605' '\e605' '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-5 {
  z-index: 7;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-5:before {
  content: '\e605' '\e605' '\e605' '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-4 {
  z-index: 8;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-4:before {
  content: '\e605' '\e605' '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-3 {
  z-index: 9;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-3:before {
  content: '\e605' '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-2 {
  z-index: 10;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-2:before {
  content: '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-1 {
  z-index: 11;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-1:before {
  content: '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote.star-6:before {
  content: "\f005" "\f005" "\f005" "\f005" "\f005" "\f005";
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-5 {
  z-index: 7;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-5:before {
  content: '\e605' '\e605' '\e605' '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-4 {
  z-index: 8;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-4:before {
  content: '\e605' '\e605' '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-3 {
  z-index: 9;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-3:before {
  content: '\e605' '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-2 {
  z-index: 10;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-2:before {
  content: '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-1 {
  z-index: 11;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-1:before {
  content: '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote.star-5:before {
  content: "\f005" "\f005" "\f005" "\f005" "\f005";
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-4 {
  z-index: 8;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-4:before {
  content: '\e605' '\e605' '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-3 {
  z-index: 9;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-3:before {
  content: '\e605' '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-2 {
  z-index: 10;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-2:before {
  content: '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-1 {
  z-index: 11;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-1:before {
  content: '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote.star-4:before {
  content: "\f005" "\f005" "\f005" "\f005";
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-3 {
  z-index: 9;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-3:before {
  content: '\e605' '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-2 {
  z-index: 10;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-2:before {
  content: '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-1 {
  z-index: 11;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-1:before {
  content: '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote.star-3:before {
  content: "\f005" "\f005" "\f005";
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-2 {
  z-index: 10;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-2:before {
  content: '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-1 {
  z-index: 11;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-1:before {
  content: '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote.star-2:before {
  content: "\f005" "\f005";
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-1 {
  z-index: 11;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-1:before {
  content: '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote.star-1:before {
  content: "\f005";
}
.bfb-element.mgz-element-control-inner {
  position: relative;
  max-width: 100%;
  width: 100%;
}
.bfb-element.mgz-element-bfb_file .bfb-element-file-inner:before,
.bfb-element.mgz-element-bfb_file .bfb-element-file-inner:after {
  content: " ";
  display: table;
  clear: both;
}
.bfb-element.mgz-element-bfb_file .bfb-element-file-inner:before,
.bfb-element.mgz-element-bfb_file .bfb-element-file-inner:after {
  content: " ";
  display: table;
  clear: both;
}
.bfb-element.mgz-element-bfb_file .bfb-file-insert {
  padding: 30px 0;
  text-align: center;
  border: 2px dashed #848484;
  background: #FAFAFA;
  cursor: pointer;
  position: relative;
  z-index: 1;
  margin-bottom: 5px;
}
.bfb-element.mgz-element-bfb_file .bfb-file-insert:hover i {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
}
.bfb-element.mgz-element-bfb_file .bfb-file-insert i {
  -webkit-transition: 200ms ease-in-out;
  -moz-transition: 200ms ease-in-out;
  -ms-transition: 200ms ease-in-out;
  -o-transition: 200ms ease-in-out;
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
  font-size: 28px;
}
.bfb-element.mgz-element-bfb_file .bfb-file-insert i.bfb-element-icon {
  position: static;
}
.bfb-element.mgz-element-bfb_file .bfb-file-insert h3 {
  font-weight: 500;
  margin: 10px 0;
}
.bfb-element.mgz-element-bfb_file .file-uploader-spinner {
  background-image: url(../../frontend/bluesky/bluesky_kalles_default/en_US/BlueFormBuilder_Core/images/loader.gif);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 20px;
  display: none;
  height: 20px;
  margin-left: 1rem;
  vertical-align: top;
  width: 20px;
}
.bfb-element.mgz-element-bfb_file .bfb-element-file-inner.loading .file-uploader-spinner {
  display: inline-block;
}
.bfb-element.mgz-element-bfb_file .bfb-element-file-inner.loading .bfb-element-icon {
  display: none;
}
.bfb-element.mgz-element-bfb_file input[data-role='values'] {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  position: absolute;
  top: 0;
  height: 0;
  border: 0;
  outline: none;
  z-index: -1;
  opacity: 0;
}
.bfb-element.mgz-element-bfb_file .file-uploader-button {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 7px 15px 7px 15px;
  background: #e3e3e3;
  color: #333;
  cursor: pointer;
  display: inline-block;
  margin-bottom: 5px;
}
.bfb-element.mgz-element-bfb_file .file-uploader-button:hover {
  background: #ebebeb;
}
.bfb-element.mgz-element-bfb_file .bfb-file-list .bfb-file-row {
  float: left;
  width: 100%;
  color: #007dbd;
  cursor: pointer;
  margin-bottom: 5px;
}
.bfb-element.mgz-element-bfb_file .bfb-file-list .bfb-file-row:last-child {
  margin-bottom: 0;
}
.bfb-element.mgz-element-bfb_file .bfb-file-list .bfb-file-row i {
  -webkit-transition: 200ms ease-in-out;
  -moz-transition: 200ms ease-in-out;
  -ms-transition: 200ms ease-in-out;
  -o-transition: 200ms ease-in-out;
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
  color: #e22626;
  margin-top: 5px;
  margin-left: 4px;
}
.bfb-element.mgz-element-bfb_file .bfb-file-list .bfb-file-row i:hover {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
}
.bfb-element.mgz-element-bfb_file .bfb-file-list .bfb-file-row .bfb-file-row-inner {
  -webkit-border-radius: 0.33333rem;
  -moz-border-radius: 0.33333rem;
  border-radius: 0.33333rem;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #f8f8f8;
  border: 0.09167rem solid #dadada;
  color: #999;
  padding: 8px;
  line-height: 14px;
  position: relative;
  overflow: hidden;
}
.bfb-element.mgz-element-bfb_file .bfb-file-list .bfb-file-row .bfb-file-info img {
  height: 25px;
  float: left;
  margin-right: 10px;
  width: auto;
}
.bfb-element.mgz-element-bfb_file .bfb-file-list .bfb-file-row .bfb-file-info .bfb-file-info-name {
  float: left;
  padding-top: 5px;
  color: #333;
}
.bfb-element.mgz-element-bfb_file .bfb-file-list .bfb-file-row .bfb-file-info .fa.fa-file {
  float: left;
  font-size: 25px;
  margin-right: 10px;
}
.bfb-element.mgz-element-bfb_file .bfb-file-meta {
  margin-bottom: 5px;
}
.bfb-element.mgz-element-bfb_number .bfb-element-number-minus,
.bfb-element.mgz-element-bfb_number .bfb-element-number-plus {
  height: 40px;
  width: 40px;
  line-height: 40px;
  background-color: #007dbd;
  color: #ffffff;
  position: absolute;
  top: 0;
  text-align: center;
  left: 0;
  cursor: pointer;
}
.bfb-element.mgz-element-bfb_number .bfb-element-number-minus:hover,
.bfb-element.mgz-element-bfb_number .bfb-element-number-plus:hover {
  background: #0077b3;
}
.bfb-element.mgz-element-bfb_number .bfb-element-number-minus:before {
  content: '-';
  font-size: 24px;
}
.bfb-element.mgz-element-bfb_number .bfb-element-number-plus {
  left: auto;
  right: 0;
}
.bfb-element.mgz-element-bfb_number .bfb-element-number-plus:before {
  content: '+';
  font-size: 24px;
}
.bfb-element.mgz-element-bfb_number input {
  padding-left: 38px;
  padding-right: 38px;
}
.bfb-element.mgz-element-bfb_select select {
  width: 100%;
}
.bfb-element.mgz-element-bfb_multiselect select {
  height: auto;
  max-width: 100%;
  min-width: 15rem;
  overflow: auto;
  padding: 0;
  width: 100%;
}
.bfb-element.mgz-element-bfb_multiselect select option,
.bfb-element.mgz-element-bfb_multiselect select optgroup {
  padding: 0.5rem 1rem;
}
.bfb-element.mgz-element-bfb_choicematrix table {
  width: 100%;
}
.bfb-element.mgz-element-bfb_choicematrix tbody label span {
  display: none;
}
.bfb-element.mgz-element-bfb_choicematrix table > thead > tr > th,
.bfb-element.mgz-element-bfb_choicematrix table > tbody > tr > th,
.bfb-element.mgz-element-bfb_choicematrix table > tfoot > tr > th,
.bfb-element.mgz-element-bfb_choicematrix table > thead > tr > td,
.bfb-element.mgz-element-bfb_choicematrix table > tbody > tr > td,
.bfb-element.mgz-element-bfb_choicematrix table > tfoot > tr > td {
  padding: 11px 10px;
  position: relative;
}
.bfb-element.mgz-element-bfb_recaptcha .captcha-logo,
.bfb-element.mgz-element-bfb_magento2_captcha .captcha-logo {
  max-height: 80px;
}
.bfb-element .bfb-element-label > label {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  line-height: 40px;
  font-weight: 600;
  cursor: pointer;
}
.bfb-element .bfb-element-icon {
  position: absolute;
  top: 0;
  text-align: center;
  line-height: 40px;
  width: 40px;
  font-size: 40px / 2;
  color: #333;
}
.bfb-element .bfb-element-description {
  margin-top: 5px;
  float: left;
  width: 100%;
}
.bfb-element .bfb-element-description p:first-child {
  margin-top: 0;
}
.bfb-element .bfb-element-tooltip {
  position: absolute;
  width: 18px;
  display: inline-block;
  cursor: pointer;
  z-index: 1;
}
.bfb-element .bfb-element-tooltip .bfb-element-tooltip-action {
  position: relative;
  z-index: 5;
  text-align: center;
  line-height: 40px;
}
.bfb-element .bfb-element-tooltip .bfb-element-tooltip-content {
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  text-align: left;
  cursor: text;
  bottom: 3.2rem;
  background: #FFF;
  border: 1px solid #d9d9d9;
  position: absolute;
  width: 32rem;
  z-index: 1;
  display: none;
  right: -2.3rem;
  padding: 17px 20px 20px;
  border-top: 3px solid #0077b3;
}
.bfb-element .bfb-element-tooltip .bfb-element-tooltip-content:before,
.bfb-element .bfb-element-tooltip .bfb-element-tooltip-content:after {
  border: 1.6rem solid transparent;
  height: 0;
  width: 0;
  border-top-color: #d9d9d9;
  content: '';
  display: block;
  position: absolute;
  right: 2rem;
  top: 100%;
  z-index: 2;
}
.bfb-element .bfb-element-tooltip .bfb-element-tooltip-content:before {
  border-width: 1rem;
}
.bfb-element .bfb-element-tooltip .bfb-element-tooltip-content:after {
  border-top-color: #FFF;
  margin-top: -1px;
  z-index: 3;
  border-width: 1rem;
}
.bfb-element .bfb-element-tooltip:hover .bfb-element-tooltip-content {
  display: block;
}
.bfb-element .bfb-autocomplete-wrapper {
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28);
  -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28);
  overflow: hidden;
  position: absolute;
  z-index: 20;
  background: #FFF;
  width: 100%;
}
.bfb-element .bfb-autocomplete-wrapper .bfb-autocomplete {
  padding: 0;
  list-style: none;
  background: #ffffff;
  border: 1px solid #c2c2c2;
  border-top: 0;
  float: left;
  max-height: 500px;
  overflow: scroll;
  border: 0;
  margin: 0;
  width: 100%;
}
.bfb-element .bfb-autocomplete-wrapper .bfb-autocomplete li {
  margin: 0;
  padding: 8px 10px 8px 15px;
  display: block;
  cursor: pointer;
  text-align: left;
  font-weight: normal;
  font-style: normal;
  color: #333;
}
.bfb-element .bfb-autocomplete-wrapper .bfb-autocomplete li:hover {
  text-decoration: none;
  background: #F0F0F0;
}
.bfb-element .bfb-choices-item {
  margin-bottom: 15px;
  padding-right: 20px;
  margin-top: 0;
}
.bfb-element .bfb-choices-item label {
  display: inline-block;
}
.bfb-element .bfb-choices-item .bfb-choices-image {
  margin-bottom: 8px;
  position: relative;
}
.bfb-element .bfb-choices-item > label {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  cursor: pointer;
  position: relative;
}
.bfb-element .bfb-choices-item > label:hover {
  border-color: #ddd;
}
.bfb-element .bfb-choices-image-style-modern .bfb-choices-item > label {
  background-color: #fff;
  padding: 15px;
  border: 1px solid transparent;
  background-color: #FFF;
}
.bfb-element .bfb-choices-image-style-modern .bfb-choices-item > label:hover {
  border-color: #ddd;
}
.bfb-element .bfb-choices-image-style-modern .bfb-choices-item.option-selected .bfb-choices-image:after {
  /* use !important to prevent issues with browser extensions that change fonts */
  /* Better Font Rendering =========== */
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'Magezon-Icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  content: "\e5ca";
  font-size: 22px;
  line-height: 32px;
  color: #fff;
  background: #72b239;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -16px 0 0 -16px;
  width: 32px;
  height: 32px;
  text-align: center;
}
.bfb-element .bfb-choices-image-style-modern .bfb-choices-item.option-selected > label {
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}
.bfb-element .bfb-choices-image-style-classic .bfb-choices-item > label {
  background-color: #fff;
  display: inline-block;
  margin: 0 auto;
  border: 2px solid #ddd;
  padding: 10px;
  text-align: center;
}
.bfb-element .bfb-choices-image-style-classic .bfb-choices-item > label:hover {
  border-color: #666;
}
.bfb-element .bfb-choices-image-style-classic .bfb-choices-item.option-selected > label {
  border-color: #666;
}
.mgz-element-bfb_fieldset .bfb-fieldset-heading {
  background-color: #007dbd;
  color: #FFF;
}
.mgz-element-bfb_fieldset .bfb-fieldset-heading .title {
  margin: 0;
  font-weight: 500;
}
.bfb-element.mgz-element-bfb_starratings ul {
  list-style: none;
}
.bfb-element.mgz-element-bfb_starratings ul li {
  display: inline-block;
  font-size: 34px;
  margin-right: 6px;
}
.bfb-pages {
  position: relative;
  z-index: 1;
}
.bfb-pages.mgz-element-tab-position-top > .mgz-tabs-nav {
  padding: 0 15px;
}
.bfb-pages.mgz-element-tab-position-top > .mgz-tabs-nav:before {
  height: 5px;
  position: absolute;
  bottom: 0;
  background: #069;
  content: '';
  width: 100%;
  left: 0;
}
.bfb-pages > .mgz-tabs-nav {
  margin: 0;
  list-style: none;
  background: #007dbd;
  float: none;
  overflow: hidden;
  width: auto;
  position: relative;
}
.bfb-pages .bfb-page-indicator.circles .bfb-page-indicator-page-number {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  height: 40px;
  width: 40px;
  display: inline-block;
  margin: 0 5px 0 0;
  line-height: 40px;
  text-align: center;
  background-color: #ddd;
  color: #666;
}
.bfb-pages .bfb-page-indicator.circles .bfb-page-indicator-page {
  margin: 0 25px 0 0;
}
.bfb-pages .bfb-page-indicator.connector .bfb-page-indicator-page-number {
  display: block;
  text-indent: -9999px;
  height: 6px;
  background-color: #ddd;
  margin: 0 0 16px 0;
  position: relative;
}
.bfb-pages .bfb-page-indicator.connector .bfb-page-indicator-page-triangle {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -5px;
  border-style: solid;
  border-width: 6px 5px 0 5px;
  border-color: transparent transparent transparent transparent;
}
.bfb-pages .bfb-page-indicator.connector .bfb-page-indicator-page {
  text-align: center;
}
.bfb-pages .bfb-page-indicator.connector .bfb-page-indicator-page.mgz-active .bfb-page-indicator-page-number {
  background-color: #72b239;
}
.bfb-pages .bfb-page-indicator.connector .bfb-page-indicator-page.mgz-active .bfb-page-indicator-page-triangle {
  border-top-color: #72b239;
}
.bfb-pages.bfb-pages-indicator-tabs {
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.bfb-pages.bfb-pages-indicator-tabs > .mgz-tabs-content {
  padding: 20px;
}
.bfb-pages.bfb-pages-indicator-tabs > .mgz-tabs-content > .mgz-tabs-tab-title {
  display: none;
}
.bfb-pages.bfb-pages-indicator-tabs > .mgz-tabs-content > .mgz-tabs-tab-content {
  background-color: transparent;
  border: none;
}
.bfb-pages.bfb-pages-indicator-tabs > .mgz-tabs-nav {
  display: block;
}
.bfb-pages.bfb-pages-indicator-tabs > .mgz-tabs-nav > .mgz-tabs-tab-title {
  display: inline-block;
}
.bfb-pages.bfb-pages-indicator-tabs > .mgz-tabs-nav > .mgz-tabs-tab-title > a {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 0;
  padding: 18px 20px;
  color: #333;
  font-size: 1.5rem;
}
.bfb-pages.bfb-pages-indicator-tabs > .mgz-tabs-nav > .mgz-tabs-tab-title:not(.mgz-active) > a {
  color: #FFF;
  background: transparent;
}
.bfb-pages.bfb-pages-indicator-tabs > .mgz-tabs-nav > .mgz-tabs-tab-title.mgz-active > a {
  background: #FFF;
}
.bfb-pages.bfb-pages-indicator-tabs > .mgz-tabs-nav > .mgz-tabs-tab-content {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #FFF;
  border: 0;
}
.bfb-pages.bfb-pages-indicator-progress > .bfb-page-indicator {
  font-size: 1.8rem;
}
.bfb-pages.bfb-pages-indicator-cirles > .bfb-page-indicator,
.bfb-pages.bfb-pages-indicator-connector > .bfb-page-indicator {
  font-size: 1.6rem;
}
.bfb-pages.bfb-pages-indicator-progress > .mgz-tabs-nav,
.bfb-pages.bfb-pages-indicator-circles > .mgz-tabs-nav,
.bfb-pages.bfb-pages-indicator-connector > .mgz-tabs-nav,
.bfb-pages.bfb-pages-indicator-progress > .mgz-tabs-content > .mgz-tabs-tab-title,
.bfb-pages.bfb-pages-indicator-circles > .mgz-tabs-content > .mgz-tabs-tab-title,
.bfb-pages.bfb-pages-indicator-connector > .mgz-tabs-content > .mgz-tabs-tab-title {
  display: none;
}
.bfb-pages.bfb-pages-indicator-progress > .mgz-tabs-content > .mgz-tabs-tab-content,
.bfb-pages.bfb-pages-indicator-circles > .mgz-tabs-content > .mgz-tabs-tab-content,
.bfb-pages.bfb-pages-indicator-connector > .mgz-tabs-content > .mgz-tabs-tab-content {
  background-color: transparent;
  border: none;
}
.bfb-pages .bfb-page-indicator {
  margin-bottom: 20px;
  display: none;
}
.bfb-pages .bfb-page-indicator .bfb-page-indicator-page {
  float: left;
}
.bfb-pages .bfb-page-indicator-page-progress-wrap {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  display: block;
  width: 100%;
  background-color: #ddd;
  height: 14px;
  overflow: hidden;
  position: relative;
  margin: 5px 0 0;
}
.bfb-pages .bfb-page-indicator-page-progress-wrap .bfb-page-indicator-page-progress {
  background-color: #72b239;
  height: 14px;
  position: absolute;
  left: 0;
  top: 0;
}
.bfb-pages .bfb-page-indicator-page.mgz-active .bfb-page-indicator-page-number {
  background-color: #72b239;
  color: #FFF;
}
.bfb-pages.bfb-pages-nav-left .bfb-nav-buttons {
  text-align: left;
}
.bfb-pages.bfb-pages-nav-right .bfb-nav-buttons {
  text-align: right;
}
.bfb-pages.bfb-pages-nav-center .bfb-nav-buttons {
  text-align: center;
}
.bfb-pages.bfb-pages-nav-split .action.action-prev {
  float: left;
}
.bfb-pages.bfb-pages-nav-split .action.action-next {
  float: right;
}
.bfb-pages .bfb-nav-buttons {
  padding: 15px 0;
}
.bfb-pages .bfb-nav-buttons .bfb-nav-buttons-inner:before,
.bfb-pages .bfb-nav-buttons .bfb-nav-buttons-inner:after {
  content: " ";
  display: table;
  clear: both;
}
.bfb-pages .bfb-nav-buttons .bfb-nav-buttons-inner:before,
.bfb-pages .bfb-nav-buttons .bfb-nav-buttons-inner:after {
  content: " ";
  display: table;
  clear: both;
}
.bfb-pages .bfb-nav-buttons .bfb-nav-buttons-inner .action {
  box-shadow: none;
  font-weight: normal;
  display: inline-block;
  border: 0;
}
.bfb-pages .bfb-nav-buttons .bfb-nav-buttons-inner .action:last-child {
  margin-left: 5px;
}
.bfb-pages .bfb-nav-buttons .bfb-nav-buttons-inner .action.action-next {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: #575757;
  border-color: #575757;
  color: #FFF;
  width: auto;
}
.bfb-pages .bfb-nav-buttons .bfb-nav-buttons-inner .action.action-next:hover {
  background: #333;
}
.bfb-form-success {
  max-width: 1240px;
}
.bfb-form-success.bfb-form-success-style1 {
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  margin: 0 auto;
}
.bfb-form-success.bfb-form-success-style1 .bfb-form-success-title {
  background-color: #007dbd;
  font-weight: 500;
  padding: 15px 20px;
  color: #FFF;
  position: relative;
  margin: 0;
}
.bfb-form-success.bfb-form-success-style1 .bfb-form-success-title:before {
  height: 5px;
  position: absolute;
  bottom: 0;
  background: #006699;
  content: '';
  width: 100%;
  left: 0;
}
.bfb-form-success.bfb-form-success-style1 .bfb-form-success-footer {
  background: #f5f5f5;
  padding: 15px 0;
  text-align: center;
}
.bfb-form-success.bfb-form-success-style2 {
  text-align: center;
}
.bfb-form-success.bfb-form-success-style2 .bfb-form-success-content {
  font-size: 1.25em;
}
.bfb-form-success .bfb-form-success-content {
  padding: 30px 20px;
}
.bfb-form-success .bfb-form-success-content a {
  color: #95ff00;
}
.bfb-form-success svg {
  width: 100px;
  display: block;
  margin: 20px auto 0;
}
.bfb-form-success .path {
  stroke-dasharray: 1000;
  stroke-dashoffset: 0;
}
.bfb-form-success .path.circle {
  -webkit-animation: bfbdash 0.9s ease-in-out;
  animation: bfbdash 0.9s ease-in-out;
}
.bfb-form-success .path.line {
  stroke-dashoffset: 1000;
  -webkit-animation: bfbdash 0.9s 0.35s ease-in-out forwards;
  animation: bfbdash 0.9s 0.35s ease-in-out forwards;
}
.bfb-form-success .path.check {
  stroke-dashoffset: 0;
  -webkit-animation: bfbdash-check 0.9s 0.35s ease-in-out forwards;
  animation: bfbdash-check 0.9s 0.35s ease-in-out forwards;
}
@-webkit-keyframes bfbdash {
  0% {
    stroke-dashoffset: 1000;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes bfbdash {
  0% {
    stroke-dashoffset: 1000;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes bfbdash-check {
  0% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: 900;
  }
}
@keyframes bfbdash-check {
  0% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: 900;
  }
}
mark.im-caret {
  animation: 1s blink step-end infinite !important;
}
mark.im-caret-select {
  background-color: rgba(0, 0, 0, 0.25);
}
@keyframes blink {
  from,
  to {
    border-right-color: black;
  }
  50% {
    border-right-color: transparent;
  }
}
span.im-static {
  color: grey;
}
div.im-colormask {
  display: inline-block;
  border-style: inset;
  border-width: 2px;
  appearance: textfield;
  cursor: text;
}
div.im-colormask > input,
div.im-colormask > input:-webkit-autofill {
  position: absolute !important;
  display: inline-block;
  background-color: transparent;
  color: transparent;
  -webkit-text-fill-color: transparent;
  transition: background-color 5000s ease-in-out 0s;
  caret-color: transparent;
  text-shadow: none;
  appearance: caret;
  border-style: none;
  left: 0;
  /*calculated*/
}
div.im-colormask > input:focus {
  outline: none;
}
div.im-colormask > input::selection {
  background: none;
}
div.im-colormask > input::-moz-selection {
  background: none;
}
div.im-colormask > input:-webkit-autofill ~ div {
  background-color: #faffbd;
}
div.im-colormask > div {
  color: black;
  display: inline-block;
  width: 100px;
  /*calculated*/
}
[im-insert="false"] {
  caret-color: red;
  caret-shape: block;
}
.mgzFlex,
.mgz-newsletter-form-inline,
.mgz-newsletter-form-inline2,
.mgz-newsletter-form-inline .mgz-newsletter-fields,
.mgz-newsletter-form-inline2 .mgz-newsletter-fields {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.magezon-icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'Magezon-Icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.bfb-box-shadow {
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.bfb-state-hidden {
  display: none;
}
.bfb-state-shown {
  display: block;
}
.bfb-form-js {
  display: none;
}
.bfb-others {
  display: none;
  margin-top: 5px;
}
.bfb-column {
  float: left;
  width: 100%;
}
.bfb-columnauto > div {
  width: auto;
  display: inline-block;
}
.bfb-column1 > div {
  width: 100%;
}
.bfb-column2 > div {
  width: 50%;
  float: left;
}
.bfb-column2 > div:nth-child(2n+1) {
  clear: left;
}
.bfb-column3 > div {
  width: 33.333%;
  float: left;
}
.bfb-column3 > div:nth-child(3n+1) {
  clear: left;
}
.bfb-column4 > div {
  width: 25%;
  float: left;
}
.bfb-column4 > div:nth-child(4n+1) {
  clear: left;
}
.bfb-column5 > div {
  width: 20%;
  float: left;
}
.bfb-column5 > div:nth-child(5n+1) {
  clear: left;
}
.bfb-column6 > div {
  width: 16.666%;
  float: left;
}
.bfb-column6 > div:nth-child(6n+1) {
  clear: left;
}
.bfb-loading-mask {
  background: rgba(255, 255, 255, 0.5);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 399;
  display: none;
}
.block.bfb {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  margin: 0 auto;
  max-width: 100%;
}
.block.bfb.bfb-loading .bfb-loading-mask {
  display: block;
}
.bfb-submission-confirmed .bfb-submission-title {
  font-weight: 500;
}
.bfb-submission-confirmed .bfb-submission-summary {
  margin-bottom: 40px;
}
.bfb-submission-confirmed table {
  border: 1px solid #d6d6d6;
}
.bfb-submission-confirmed table tr:nth-child(odd) td {
  background: #f2f2f2;
}
.bfb-submission-confirmed table tr td {
  padding: 1.2rem 1.2rem;
}
.bfb-submission-confirmed table tr td:first-child {
  width: 20%;
}
.bfb-submission-confirmed table tr td:last-child {
  border-left: 1px dashed #d6d6d6;
}
.bfb-widget .bfb {
  margin: 0;
}
.iti--allow-dropdown {
  display: block;
}
.mgz-newsletter-form-wrapper {
  margin-bottom: 15px;
}
.mgz-newsletter-form {
  max-width: 100%;
}
.mgz-newsletter-form.loading .mgz-newsletter-btn span {
  visibility: hidden;
}
.mgz-newsletter-form.loading .mgz-newsletter-btn:before {
  display: block;
}
.mgz-newsletter-form .mgz-newsletter-fields .mgz-newsletter-field {
  margin-bottom: 10px;
}
.mgz-newsletter-form .actions {
  margin-bottom: 10px;
}
.mgz-newsletter-form .mgz-newsletter-btn {
  position: relative;
}
.mgz-newsletter-form .mgz-newsletter-btn:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  display: none;
  top: 50%;
  left: 50%;
  width: 26px;
  height: 26px;
  margin-top: -13px;
  margin-left: -13px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 3px solid #fff;
  border-top-color: #000;
  content: '';
}
.mgz-newsletter-message-success {
  color: #006400;
}
.mgz-newsletter-message-error {
  color: #e02b27;
}
.mgz-newsletter-form-inline .mgz-newsletter-fields,
.mgz-newsletter-form-inline2 .mgz-newsletter-fields {
  width: 100%;
}
.mgz-newsletter-form-inline .mgz-newsletter-fields .mgz-newsletter-field,
.mgz-newsletter-form-inline2 .mgz-newsletter-fields .mgz-newsletter-field {
  padding-right: 10px;
  width: 100%;
}
.mgz-newsletter-form-inline .mgz-newsletter-fields > .mgz-newsletter-field:last-child {
  padding: 0;
}
.mgz-newsletter-form-inline .mgz-newsletter-btn {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin-left: -2px;
}
.popupbuilder-popup {
  display: none;
}
.popupbuilder-prevent-scroll {
  overflow: hidden;
}
.mgz-flex.mgz-flex-position-top-left .popupbuilder-widget-content,
.mgz-flex.mgz-flex-position-center-left .popupbuilder-widget-content,
.mgz-flex.mgz-flex-position-bottom-left .popupbuilder-widget-content {
  left: 0;
}
.mgz-flex.mgz-flex-position-top-right .popupbuilder-widget-content,
.mgz-flex.mgz-flex-position-center-right .popupbuilder-widget-content,
.mgz-flex.mgz-flex-position-bottom-right .popupbuilder-widget-content {
  right: 0;
}
.mgz-flex.mgz-flex-position-top-left .popupbuilder-widget-content,
.mgz-flex.mgz-flex-position-top-center .popupbuilder-widget-content,
.mgz-flex.mgz-flex-position-top-right .popupbuilder-widget-content {
  top: 0;
}
.mgz-flex.mgz-flex-position-bottom-left .popupbuilder-widget-content,
.mgz-flex.mgz-flex-position-bottom-center .popupbuilder-widget-content,
.mgz-flex.mgz-flex-position-bottom-right .popupbuilder-widget-content {
  bottom: 0;
}
.popupbuilder-popup-modal {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
  pointer-events: none;
  background-color: transparent;
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.popupbuilder-popup-modal .popupbuilder-buttons-wrapper,
.popupbuilder-popup-modal .popupbuilder-header {
  display: none;
}
.popupbuilder-popup-modal .popupbuilder-message {
  width: 100%;
  max-width: 100%;
}
.popupbuilder-popup-modal .popupbuilder-widget-content {
  background-color: #fff;
  position: absolute;
  pointer-events: all;
  width: 700px;
}
.popupbuilder-popup-modal .popupbuilder-poup-content-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  max-width: 100%;
  max-width: 100vw;
  max-height: 100vh;
  width: 100%;
  overflow: auto;
  box-sizing: border-box;
}
.popupbuilder-popup-modal .popupbuilder-poup-content-inner > .magezon-builder {
  width: 100%;
}
.popupbuilder-popup-modal .popupbuilder-popup {
  display: block;
  width: 100%;
}
.popupbuilder-popup-modal .popupbuilder-popup-close {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  right: 20px;
  top: 20px;
  color: #000;
  z-index: 1200;
  cursor: pointer;
  pointer-events: all;
}
.bfb-pdf-wrapper {
  text-align: center;
  margin-top: 25px;
}
.bfb-pdf-btn:visited,
.bfb-pdf-btn {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #ebebeb;
  color: #333;
  display: inline-block;
  padding: 10px 25px;
  margin: 0 auto;
  text-decoration: none;
}
.bfb-pdf-btn:visited:hover,
.bfb-pdf-btn:hover {
  text-decoration: none;
  color: #333;
  background-color: #e0e0e0;
}
.bundle-options-container {
  clear: both;
  margin-bottom: 48px;
}
.bundle-options-container .legend.title {
  color: var(--heading__color__base);
  font-family: var(--heading__font-family__base);
  font-weight: var(--heading__font-weight__base);
  line-height: 1.428;
  font-size: 3rem;
  margin-top: 0rem;
  margin-bottom: 2rem;
}
.bundle-options-container .product-add-form {
  display: none;
}
.bundle-options-container .product-options-wrapper {
  margin-bottom: 36px;
}
.bundle-options-container .action.back {
  margin-bottom: 36px;
}
.bundle-options-container .price-box .price {
  font-size: 18px;
  font-weight: var(--heading__font-weight__base);
}
.bundle-options-container .block-bundle-summary {
  background: #e8e8e8;
  padding: 12px 24px;
}
.bundle-options-container .block-bundle-summary > .title > strong {
  color: var(--heading__color__base);
  font-family: var(--heading__font-family__base);
  font-weight: var(--heading__font-weight__base);
  line-height: 1.428;
  font-size: 3rem;
  margin-top: 0rem;
  margin-bottom: 2rem;
}
.bundle-options-container .block-bundle-summary .bundle-summary {
  margin-top: 36px;
}
.bundle-options-container .block-bundle-summary .bundle-summary.empty {
  display: none;
}
.bundle-options-container .block-bundle-summary .bundle-summary > .subtitle {
  color: var(--heading__color__base);
  font-family: var(--heading__font-family__base);
  font-weight: var(--heading__font-weight__base);
  line-height: 1.428;
  font-size: 2.4rem;
  margin-top: 0rem;
  margin-bottom: 1.7rem;
  display: block;
}
.bundle-options-container .block-bundle-summary .bundle.items > li {
  margin-bottom: 12px;
}
.bundle-options-container .block-bundle-summary .box-tocart .actions {
  display: inline-block;
  margin-bottom: 12px;
}
.bundle-options-container .block-bundle-summary .product-addto-links > .action {
  vertical-align: top;
}
.bundle-options-container .nested .field.qty {
  margin-top: 24px;
}
.bundle-options-container .nested .field.qty .label {
  font-weight: 400;
  margin: 0 0 6px;
  display: inline-block;
}
.bundle-options-container p.required {
  color: #e02b27;
}
.bundle-options-container .product-options-bottom {
  clear: left;
}
.block-category-event {
  background: #f0f0f0;
  color: #666;
  padding: 12px 0 15px;
  text-align: center;
}
.block-category-event.block:last-child {
  margin-bottom: 12px;
}
.block-category-event .block-title {
  margin: 0 0 12px;
}
.block-category-event .block-title strong {
  font-size: 1.5rem;
  font-weight: 300;
}
.block-category-event .ticker {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.block-category-event .ticker li {
  display: none;
  margin: 0 15px;
}
.block-category-event .ticker .value {
  font-size: 1.8rem;
  font-weight: 300;
}
.block-category-event .ticker .label {
  font-size: 1rem;
  display: block;
  text-transform: lowercase;
}
.block-category-event .dates {
  display: table;
  margin: 0 auto;
}
.block-category-event .dates .start,
.block-category-event .dates .end {
  display: table-cell;
  vertical-align: top;
}
.block-category-event .dates .date {
  font-size: 1.8rem;
}
.block-category-event .dates .time {
  display: block;
}
.block-category-event .dates .start {
  padding-right: 48px;
  position: relative;
}
.block-category-event .dates .start:after {
  font-size: 1.8rem;
  content: '\2013';
  display: block;
  position: absolute;
  right: 15px;
  top: 0;
}
.column.main .cart-summary .block > .title,
.column.main .paypal-review-discount .block > .title {
  text-align: left;
  padding-left: 2rem;
  line-height: 1;
  padding-top: 1.7rem;
  padding-bottom: 1.7rem;
}
.column.main .cart-summary .block > .title strong,
.column.main .paypal-review-discount .block > .title strong {
  font-weight: var(--heading__font-weight__base);
  font-size: 1.5rem;
}
.column.main .cart-summary .block > .title:after,
.column.main .paypal-review-discount .block > .title:after {
  right: 10px;
}
.cart-summary {
  background: #fff;
  border: 1px solid #e6e6e6;
  margin-bottom: 30px;
}
.cart-summary > .title {
  display: block;
  color: var(--heading__color__base);
  font-family: var(--heading__font-family__base);
  font-weight: var(--heading__font-weight__base);
  line-height: 1.428;
  font-size: 2.4rem;
  margin-top: 0rem;
  margin-bottom: 1.7rem;
  padding-left: 2rem;
  padding-top: 2rem;
  text-align: left;
  font-size: 1.8rem;
}
.cart-summary .block {
  margin-bottom: 0;
  margin-top: 10px;
}
.cart-summary .block .item-options {
  margin-left: 0;
}
.cart-summary .block > .title:after {
  top: 50% !important;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cart-summary .block .fieldset {
  margin: 15px 0 15px;
}
.cart-summary .block .fieldset.rate {
  margin-top: 0;
}
.cart-summary .block .fieldset .field {
  margin: 0 0 12px;
}
.cart-summary .block .fieldset .field.note {
  font-size: 12px;
}
.cart-summary .block .fieldset .methods .field > .label {
  display: inline;
}
.cart-summary #block-shipping .table-wrapper,
.cart-summary .block.discount .table-wrapper,
.cart-summary #block-shipping .content,
.cart-summary .block.discount .content {
  padding-left: 16px;
  padding-right: 16px;
}
.cart-summary .block.discount > .title {
  padding-top: 15px;
  padding-bottom: 15px;
}
.cart-totals {
  border-top: 1px solid #e6e6e6;
  padding-top: 12px;
  padding-left: 16px;
  padding-right: 16px;
}
.cart-totals .table-wrapper {
  margin-bottom: 0;
  overflow: inherit;
}
.cart-totals .discount.coupon {
  display: none;
}
.cart-totals .grand .mark,
.cart-totals .mark {
  padding-top: 8px;
}
.cart-totals .grand .amount,
.cart-totals .amount {
  padding-top: 8px;
}
.block.discount #discount-coupon-form {
  margin-bottom: 3rem;
}
.cart.table-wrapper {
  margin-bottom: 3rem;
}
.cart.table-wrapper .items {
  border: 1px solid #e6e6e6;
}
.cart.table-wrapper .items thead + .item {
  border-top: 1px solid #e6e6e6;
}
.cart.table-wrapper .items > .item {
  border-bottom: 1px solid #e6e6e6;
  position: relative;
  background: #fff;
}
.cart.table-wrapper tbody th,
.cart.table-wrapper tr th {
  border-bottom: 0;
}
.cart.table-wrapper tbody th,
.cart.table-wrapper tr th,
.cart.table-wrapper tbody td,
.cart.table-wrapper tr td {
  border: 1px solid #e6e6e6;
}
.cart.table-wrapper tbody td:first-child,
.cart.table-wrapper tr td:first-child {
  border: 0;
}
.cart.table-wrapper .col {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.cart.table-wrapper .col.qty .input-text {
  margin-top: -5px;
}
.cart.table-wrapper .item-actions td {
  padding-bottom: 12px;
  text-align: center;
  white-space: normal;
}
.cart.table-wrapper .item .col.item {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  min-height: 75px;
  padding: 1.5rem 0;
  position: relative;
}
.cart.table-wrapper .box-tocart .up-down {
  margin: auto;
}
.cart.table-wrapper .actions-toolbar > .action {
  display: inline-block;
  text-decoration: none;
  margin-bottom: 12px;
  margin-right: 12px;
}
.cart.table-wrapper .actions-toolbar > .action:hover,
.cart.table-wrapper .actions-toolbar > .action:active,
.cart.table-wrapper .actions-toolbar > .action:focus {
  text-decoration: none;
}
.cart.table-wrapper .actions-toolbar > .action:last-child {
  margin-right: 0;
}
.cart.table-wrapper .actions-toolbar a {
  display: block;
  font-size: 0;
  display: inline-block;
  text-decoration: none;
}
.cart.table-wrapper .actions-toolbar a > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.cart.table-wrapper .actions-toolbar a:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 24px;
  color: var(--heading__color__base);
  content: '\e601';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.cart.table-wrapper .actions-toolbar a.action-edit {
  display: inline-block;
  text-decoration: none;
}
.cart.table-wrapper .actions-toolbar a.action-edit:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  line-height: 24px;
  color: var(--heading__color__base);
  content: '\e606';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.cart.table-wrapper .actions-toolbar a.action-delete:before {
  content: '\e616';
}
.cart.table-wrapper .action.help.map {
  font-weight: 400;
}
.cart.table-wrapper .product-item-details {
  white-space: normal;
}
.cart.table-wrapper .product-item-name {
  display: inline-block;
  font-weight: 400;
  margin-top: -6px;
}
.cart.table-wrapper .gift-registry-name-label:after {
  content: ':';
}
.cart.table-wrapper .item-options {
  font-size: 12px;
  margin-bottom: 12px;
}
.cart.table-wrapper .item-options dt {
  color: var(--heading__color__base);
}
.cart.table-wrapper .action.configure {
  display: inline-block;
  margin: 0 0 24px;
}
.cart-container .checkout-methods-items {
  padding: 0 2rem 2rem;
  margin-top: 2rem;
}
.cart-container .checkout-methods-items .item + .item {
  margin-top: 12px;
}
.cart-container .checkout-methods-items .item .action:not(:hover) {
  color: var(--button__color);
}
.cart-container .checkout-methods-items .item .action.multicheckout:not(:hover) {
  color: var(--heading__color__base);
}
.cart-products-toolbar .toolbar-amount {
  margin: 30px 0 15px;
  padding: 0;
  text-align: center;
}
.cart-products-toolbar .pages {
  margin: 0 0 30px;
  text-align: center;
}
.cart-products-toolbar .pages .items > .item {
  border-bottom: 0;
}
.cart-products-toolbar-top {
  border-bottom: 1px solid #e6e6e6;
}
.block.crosssell {
  margin-top: 70px;
}
.cart-tax-info + .cart-tax-total,
.cart .cart-tax-info + .cart-tax-total {
  display: block;
}
.cart.table-wrapper .col {
  text-align: center;
}
.account .order-items.table-wrapper .col {
  text-align: left;
  border: 1px solid #e6e6e6;
  padding: 1rem 1.5rem;
  width: auto;
}
.account .order-items.table-wrapper thead tr th.col {
  border-bottom: 0;
}
.account .order-details-items {
  border-bottom: 0;
}
.account .order-details-items .item-options {
  margin-bottom: 0;
}
.account .order-details-items .item-options dd {
  margin-bottom: 0.8rem;
}
.block-minicart .items-total {
  float: left;
  margin: 0 12px;
}
.block-minicart .items-total .count {
  font-weight: var(--heading__font-weight__base);
}
.block-minicart .subtotal {
  margin: 0 12px 12px;
  text-align: right;
}
.block-minicart .amount .price-wrapper:first-child .price {
  font-size: 18px;
  font-weight: var(--heading__font-weight__base);
}
.block-minicart .subtitle {
  display: none;
}
.block-minicart .subtitle.empty {
  display: block;
  font-size: 14px;
  padding: 36px 0 24px;
  text-align: center;
}
.block-minicart .text.empty {
  text-align: center;
}
.block-minicart .block-content > .actions {
  margin-top: 15px;
  text-align: center;
}
.block-minicart .block-content > .actions > .primary {
  margin: 0 12px 15px;
}
.block-minicart .block-content > .actions > .primary .action.primary {
  display: block;
  margin-bottom: 15px;
  width: 100%;
}
.block-minicart .block-content > .actions > .primary .action.primary:last-child {
  margin-bottom: 0;
}
.block-minicart .block-category-link,
.block-minicart .block-product-link,
.block-minicart .block-cms-link,
.block-minicart .block-banners {
  margin: 15px 0 0;
  text-align: center;
}
.minicart-wrapper {
  display: inline-block;
  position: relative;
  float: right;
}
.minicart-wrapper:before,
.minicart-wrapper:after {
  content: '';
  display: table;
}
.minicart-wrapper:after {
  clear: both;
}
.minicart-wrapper .action.showcart {
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}
.minicart-wrapper .action.showcart:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 35px;
  line-height: 33px;
  color: var(--header-icons-color);
  content: '\e611';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-wrapper .action.showcart:hover:before {
  color: var(--theme__color__primary);
}
.minicart-wrapper .action.showcart:active:before {
  color: var(--header-icons-color);
}
.minicart-wrapper .action.showcart.active {
  display: inline-block;
  text-decoration: none;
}
.minicart-wrapper .action.showcart.active:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 35px;
  line-height: 33px;
  color: var(--header-icons-color);
  content: '\e611';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-wrapper .action.showcart.active:hover:before {
  color: var(--theme__color__primary);
}
.minicart-wrapper .action.showcart.active:active:before {
  color: var(--header-icons-color);
}
.minicart-wrapper .block-minicart {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #fff;
  border: 1px solid #bbb;
  margin-top: 4px;
  min-width: 100%;
  width: 320px;
  z-index: 101;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.minicart-wrapper .block-minicart li {
  margin: 0;
}
.minicart-wrapper .block-minicart li:hover {
  cursor: pointer;
}
.minicart-wrapper .block-minicart:before,
.minicart-wrapper .block-minicart:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.minicart-wrapper .block-minicart:before {
  border: 6px solid;
  border-color: transparent transparent #fff transparent;
  z-index: 99;
}
.minicart-wrapper .block-minicart:after {
  border: 7px solid;
  border-color: transparent transparent #bbb transparent;
  z-index: 98;
}
.minicart-wrapper .block-minicart:before {
  right: 26px;
  top: -12px;
}
.minicart-wrapper .block-minicart:after {
  right: 25px;
  top: -14px;
}
.minicart-wrapper.active {
  overflow: visible;
}
.minicart-wrapper.active .block-minicart {
  display: block;
}
.minicart-wrapper .block-minicart {
  padding: 25px 3rem;
}
.minicart-wrapper .block-minicart .block-title {
  display: none;
}
.minicart-wrapper .product .actions {
  float: right;
  margin: -28px 0 0;
  text-align: right;
}
.minicart-wrapper .product .actions > .primary,
.minicart-wrapper .product .actions > .secondary {
  display: inline;
}
.minicart-wrapper .action.close {
  display: inline-block;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
  height: 40px;
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
}
.minicart-wrapper .action.close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.minicart-wrapper .action.close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
  line-height: 32px;
  color: inherit;
  content: '\e616';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-wrapper .action.close:hover:before {
  color: inherit;
}
.minicart-wrapper .action.close:active:before {
  color: inherit;
}
.minicart-wrapper .action.close:focus,
.minicart-wrapper .action.close:active {
  background: none;
  border: none;
}
.minicart-wrapper .action.close:hover {
  background: none;
  border: none;
}
.minicart-wrapper .action.close.disabled,
.minicart-wrapper .action.close[disabled],
fieldset[disabled] .minicart-wrapper .action.close {
  pointer-events: none;
  opacity: 0.5;
}
.minicart-wrapper .action.showcart {
  white-space: nowrap;
}
.minicart-wrapper .action.showcart .counter.qty {
  background: #222;
  color: #fff;
  height: 24px;
  line-height: 24px;
  border-radius: 2px;
  display: inline-block;
  margin: 3px 0 0;
  min-width: 18px;
  overflow: hidden;
  padding: 0 3px;
  text-align: center;
  white-space: normal;
}
.minicart-wrapper .action.showcart .counter.qty.empty {
  display: none;
}
.minicart-wrapper .action.showcart .counter.qty .loader > img {
  max-width: 24px;
}
.minicart-wrapper .minicart-widgets {
  margin-top: 15px;
}
.minicart-items-wrapper {
  border: 1px solid #e6e6e6;
  margin: 0 -3rem;
  border-left: 0;
  border-right: 0;
  overflow-x: auto;
  padding: 15px;
}
.minicart-items {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.minicart-items .product-item {
  padding: 24px 0;
}
.minicart-items .product-item:not(:first-child) {
  border-top: 1px solid #e6e6e6;
}
.minicart-items .product-item:first-child {
  padding-top: 0;
}
.minicart-items .product-item-pricing .label {
  display: inline-block;
}
.minicart-items .price-minicart {
  margin-bottom: 6px;
}
.minicart-items .message {
  margin-bottom: 0;
  margin-top: 10px;
}
.minicart-items .product > .product-item-photo,
.minicart-items .product > .product-image-container {
  float: left;
}
.minicart-items .product .toggle {
  display: block;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  white-space: nowrap;
}
.minicart-items .product .toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 16px;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-items .product .toggle:after {
  position: static;
  right: 24px;
  top: 0;
}
.minicart-items .product.active > .toggle:after {
  content: '\e621';
}
.minicart-items .product-item-name {
  font-weight: 400;
  margin: 0 0 12px;
}
.minicart-items .product-item-name a {
  color: var(--link__color);
}
.minicart-items .product-item-details {
  padding-left: 88px;
}
.minicart-items .product-item-details .price {
  font-weight: var(--heading__font-weight__base);
}
.minicart-items .product-item-details .price-including-tax,
.minicart-items .product-item-details .price-excluding-tax {
  margin: 6px 0 0;
}
.minicart-items .product-item-details .weee[data-label] {
  font-size: 1.1rem;
}
.minicart-items .product-item-details .details-qty {
  margin-top: 12px;
}
.minicart-items .product.options .tooltip.toggle {
  display: inline-block;
  text-decoration: none;
}
.minicart-items .product.options .tooltip.toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.minicart-items .product.options .tooltip.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  margin: -3px 0 0 7px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-items .product.options .tooltip.toggle .details {
  display: none;
}
.minicart-items .item-qty {
  text-align: center;
  width: 45px;
}
.minicart-items .update-cart-item {
  font-size: 1.1rem;
  margin-left: 5px;
  vertical-align: top;
}
.minicart-items .subtitle {
  display: none;
}
.minicart-items .action.edit,
.minicart-items .action.delete {
  display: inline-block;
  text-decoration: none;
}
.minicart-items .action.edit > span,
.minicart-items .action.delete > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.minicart-items .action.edit:before,
.minicart-items .action.delete:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: #303030;
  content: '\e606';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-items .action.edit:hover:before,
.minicart-items .action.delete:hover:before {
  color: #303030;
}
.minicart-items .action.edit:active:before,
.minicart-items .action.delete:active:before {
  color: #303030;
}
.minicart-items .action.delete:before {
  content: '\e604';
}
.checkout-container {
  margin: 0 0 24px;
}
.opc-wrapper {
  margin: 0 0 24px;
}
.opc-wrapper .step-content {
  margin: 0 0 48px;
}
.checkout-index-index .nav-sections,
.checkout-index-index .nav-toggle {
  display: none;
}
.checkout-index-index .logo {
  margin-left: 0;
}
.checkout-onepage-success .print {
  display: none;
}
.opc-estimated-wrapper {
  border-bottom: 1px solid #ccc;
  margin: 0 0 15px;
  padding: 18px 15px;
}
.opc-estimated-wrapper .estimated-block {
  font-size: 18px;
  font-weight: var(--heading__font-weight__base);
  float: left;
}
.opc-estimated-wrapper .estimated-block .estimated-label {
  display: block;
  margin: 0 0 6px;
}
.opc-estimated-wrapper .minicart-wrapper .action.showcart:before {
  color: var(--button__color);
}
.opc-estimated-wrapper .minicart-wrapper .action.showcart:hover:before {
  color: var(--button__hover__color);
}
.opc-progress-bar {
  margin: 0 0 24px;
  counter-reset: i;
  font-size: 0;
}
.opc-progress-bar-item {
  margin: 0 0 12px;
  display: inline-block;
  position: relative;
  text-align: center;
  vertical-align: top;
  width: 50%;
}
.opc-progress-bar-item:before {
  background: #e4e4e4;
  top: 19px;
  content: '';
  height: 7px;
  left: 0;
  position: absolute;
  width: 100%;
}
.opc-progress-bar-item:first-child:before {
  border-radius: 6px 0 0 6px;
}
.opc-progress-bar-item:last-child:before {
  border-radius: 0 6px 6px 0;
}
.opc-progress-bar-item > span {
  display: inline-block;
  padding-top: 45px;
  width: 100%;
  word-wrap: break-word;
  color: #e4e4e4;
  font-weight: 300;
  font-size: 1.8rem;
}
.opc-progress-bar-item > span:before,
.opc-progress-bar-item > span:after {
  background: #e4e4e4;
  height: 38px;
  margin-left: -19px;
  width: 38px;
  border-radius: 50%;
  content: '';
  left: 50%;
  position: absolute;
  top: 0;
}
.opc-progress-bar-item > span:after {
  background: #fff;
  height: 26px;
  margin-left: -13px;
  top: 6px;
  width: 26px;
  content: counter(i);
  counter-increment: i;
  color: #666;
  font-weight: 600;
  font-size: 1.8rem;
}
.opc-progress-bar-item._active:before {
  background: #222;
}
.opc-progress-bar-item._active > span {
  color: #666;
}
.opc-progress-bar-item._active > span:before {
  background: #222;
}
.opc-progress-bar-item._active > span:after {
  content: '\e610';
  font-family: 'icons-blank-theme';
  line-height: 1;
  font-size: 2.8rem;
}
.opc-progress-bar-item._complete {
  cursor: pointer;
}
.opc-progress-bar-item._complete > span {
  color: #666;
}
.opc-progress-bar-item._complete > span:after {
  content: '\e610';
  font-family: 'icons-blank-theme';
  line-height: 1;
  font-size: 2.8rem;
}
.field.choice .field-tooltip {
  display: inline-block;
  margin-left: 12px;
  position: relative;
  top: -3px;
}
.field.choice .field-tooltip-action {
  line-height: 24px;
}
.field._error .control input,
.field._error .control select,
.field._error .control textarea {
  border-color: #ed8380;
}
.opc-wrapper .fieldset > .field > .label {
  font-weight: 400;
}
.field-tooltip {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 1px;
}
.field-tooltip._active {
  z-index: 100;
}
.field-tooltip._active .field-tooltip-content {
  display: block;
}
.field-tooltip._active .field-tooltip-action:before {
  color: #666;
}
.field-tooltip .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.field-tooltip .field-tooltip-action {
  display: inline-block;
  text-decoration: none;
}
.field-tooltip .field-tooltip-action > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.field-tooltip .field-tooltip-action:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: inherit;
  color: #bbb;
  content: '\e623';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.field-tooltip .field-tooltip-action:hover:before {
  color: #666;
}
.field-tooltip .field-tooltip-action:before {
  padding-left: 1px;
}
._keyfocus .field-tooltip .field-tooltip-action:focus {
  z-index: 100;
}
._keyfocus .field-tooltip .field-tooltip-action:focus + .field-tooltip-content {
  display: block;
}
._keyfocus .field-tooltip .field-tooltip-action:focus:before {
  color: #666;
}
.field-tooltip .field-tooltip-content {
  background: #f4f4f4;
  border: 1px solid #999;
  border-radius: 1px;
  font-size: 14px;
  padding: 12px;
  width: 270px;
  display: none;
  left: 38px;
  position: absolute;
  text-transform: none;
  top: -9px;
  word-wrap: break-word;
  z-index: 2;
}
.field-tooltip .field-tooltip-content:before,
.field-tooltip .field-tooltip-content:after {
  border: 10px solid transparent;
  height: 0;
  width: 0;
  border-right-color: #f4f4f4;
  left: -21px;
  top: 12px;
  content: '';
  display: block;
  position: absolute;
  z-index: 3;
}
.field-tooltip .field-tooltip-content:before {
  border-right-color: #666666;
}
.field-tooltip .field-tooltip-content:after {
  border-right-color: #f4f4f4;
  width: 1px;
  z-index: 4;
}
@media only screen and (max-width: 992px) {
  .field-tooltip .field-tooltip-content {
    left: auto;
    right: -10px;
    top: 40px;
  }
  .field-tooltip .field-tooltip-content::before,
  .field-tooltip .field-tooltip-content::after {
    border: 10px solid transparent;
    height: 0;
    left: auto;
    margin-top: -21px;
    right: 10px;
    top: 0;
    width: 0;
  }
  .field-tooltip .field-tooltip-content::before {
    border-bottom-color: #999;
  }
  .field-tooltip .field-tooltip-content::after {
    border-bottom-color: #f4f4f4;
    top: 1px;
  }
}
.opc-wrapper .form-login,
.opc-wrapper .form-shipping-address {
  margin-top: 28px;
  margin-bottom: 24px;
}
.opc-wrapper .form-login .fieldset .note,
.opc-wrapper .form-shipping-address .fieldset .note {
  font-size: 14px;
  margin-top: 12px;
}
.opc-wrapper .shipping-address-items {
  font-size: 0;
}
.opc-wrapper .shipping-address-item {
  border: 2px solid transparent;
  line-height: 30px;
  margin: 0 0 24px;
  padding: 24px 41px 24px 24px;
  transition: 0.3s border-color;
  width: 50%;
  display: inline-block;
  font-size: 14px;
  position: relative;
  vertical-align: top;
  word-wrap: break-word;
}
.opc-wrapper .shipping-address-item.selected-item {
  border-color: #222;
}
.opc-wrapper .shipping-address-item.selected-item:after {
  background: #222;
  color: #fff;
  content: '\e610';
  font-family: 'icons-blank-theme';
  height: 27px;
  width: 29px;
  font-size: 27px;
  line-height: 21px;
  padding-top: 2px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
}
.opc-wrapper .action-show-popup {
  margin: 0 0 24px;
}
.opc-wrapper .action-show-popup > span:before {
  content: '+';
  padding-right: 6px;
}
.opc-wrapper .action-select-shipping-item {
  float: right;
  margin: 24px 0 0;
}
.opc-wrapper .edit-address-link {
  display: block;
  float: left;
  margin: 26px 5px 0 0;
}
.checkout-shipping-method .step-title {
  margin-bottom: 0;
}
.checkout-shipping-method .no-quotes-block {
  margin: 24px 0;
}
.methods-shipping .actions-toolbar .action.primary {
  margin: 24px 0 0;
}
.table-checkout-shipping-method thead th {
  display: none;
}
.table-checkout-shipping-method tbody td {
  border-top: 1px solid #ccc;
  padding-bottom: 24px;
  padding-top: 24px;
}
.table-checkout-shipping-method tbody td:first-child {
  padding-left: 0;
  padding-right: 0;
  width: 20px;
}
.table-checkout-shipping-method tbody tr:first-child td {
  border-top: none;
}
.table-checkout-shipping-method tbody .row-error td {
  border-top: none;
  padding-bottom: 12px;
  padding-top: 0;
}
.checkout-shipping-method {
  position: relative;
}
.shipping-policy-block.field-tooltip {
  top: 12px;
}
.shipping-policy-block.field-tooltip .field-tooltip-action {
  color: var(--link__color);
  cursor: pointer;
}
.shipping-policy-block.field-tooltip .field-tooltip-action:before {
  display: none;
}
.shipping-policy-block.field-tooltip .field-tooltip-content {
  width: 420px;
  top: 36px;
}
.opc-block-shipping-information {
  padding: 0 36px;
}
.opc-block-shipping-information .shipping-information-title {
  border-bottom: 1px solid #ccc;
  margin: 0 0 24px;
  position: relative;
}
.opc-block-shipping-information .shipping-information-title .action-edit {
  top: 2px;
  display: inline-block;
  text-decoration: none;
  margin: 0;
  position: absolute;
  right: 0;
}
.opc-block-shipping-information .shipping-information-title .action-edit > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.opc-block-shipping-information .shipping-information-title .action-edit:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: var(--header-icons-color);
  content: '\e606';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.opc-block-shipping-information .shipping-information-title .action-edit:hover:before {
  color: #666;
}
.opc-block-shipping-information .shipping-information-title .action-edit:active:before {
  color: var(--header-icons-color);
}
.opc-block-shipping-information .shipping-information-content {
  line-height: 27px;
}
.opc-block-shipping-information .shipping-information-content .actions-toolbar {
  margin-left: 0;
}
.opc-block-shipping-information .ship-to,
.opc-block-shipping-information .ship-via {
  margin: 0 0 24px;
}
.opc-block-summary {
  background: #f5f5f5;
  padding: 22px 36px;
  margin: 0 0 24px;
}
.opc-block-summary > .title {
  display: block;
}
.opc-block-summary .mark .value {
  color: #999;
  display: block;
}
.opc-block-summary .discount.coupon {
  display: none;
}
.opc-block-summary .grand.incl + .grand.excl .mark,
.opc-block-summary .grand.incl + .grand.excl .amount {
  border-top: 0;
  font-size: 1.4rem;
  padding-top: 0;
}
.opc-block-summary .grand.incl + .grand.excl .mark strong,
.opc-block-summary .grand.incl + .grand.excl .amount strong {
  font-weight: 400;
}
.opc-block-summary .not-calculated {
  font-style: italic;
  white-space: normal;
}
.opc-block-summary .items-in-cart > .title {
  border-bottom: 1px solid #e6e6e6;
  padding: 12px 48px 12px 0;
  cursor: pointer;
  display: block;
  text-decoration: none;
  margin-bottom: 0;
  position: relative;
}
.opc-block-summary .items-in-cart > .title > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.opc-block-summary .items-in-cart > .title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
  line-height: 12px;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  margin: 3px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.opc-block-summary .items-in-cart > .title:after {
  position: absolute;
  right: 0;
  top: 12px;
}
.opc-block-summary .items-in-cart > .title strong {
  font-size: 1.8rem;
  font-weight: 300;
  margin: 0;
}
.opc-block-summary .items-in-cart.active > .title:after {
  content: '\e621';
}
.opc-block-summary .items-in-cart .product {
  position: relative;
}
.opc-block-summary .minicart-items-wrapper {
  margin: 0 -15px 0 0;
  max-height: 370px;
  padding: 15px 15px 0 0;
  border: 0;
}
.column.main .opc-block-summary .product-item {
  margin: 0;
  padding-left: 0;
}
.opc-block-summary .product-item .product-item-inner {
  display: table;
  margin: 0 0 12px;
  width: 100%;
}
.opc-block-summary .product-item .product-item-name-block {
  display: table-cell;
  padding-right: 6px;
  text-align: left;
}
.opc-block-summary .product-item .subtotal {
  display: table-cell;
  text-align: right;
}
.opc-block-summary .product-item .price {
  font-size: 1.6rem;
  font-weight: 400;
}
.opc-block-summary .product-item .price-including-tax + .price-excluding-tax {
  margin: 0;
}
.opc-block-summary .product-item .price-including-tax + .price-excluding-tax .price {
  font-size: 1rem;
}
.opc-block-summary .actions-toolbar {
  position: relative;
  z-index: 1;
}
.opc-block-summary .actions-toolbar .secondary {
  border-top: 1px solid #e6e6e6;
  display: block;
  float: none;
  margin: -1px 0 0;
  padding: 15px 0 0;
  text-align: left;
}
.opc-block-summary .actions-toolbar .secondary .action {
  margin: 0;
}
.authentication-dropdown {
  box-sizing: border-box;
}
.authentication-dropdown .modal-inner-wrap {
  padding: 30px;
}
.authentication-wrapper {
  float: right;
  margin-top: -72px;
  max-width: 50%;
  position: relative;
  z-index: 1;
}
._has-auth-shown .authentication-wrapper {
  z-index: 900;
}
.block-authentication .block-title {
  font-size: 2.4rem;
  border-bottom: 0;
  margin-bottom: 30px;
}
.block-authentication .block-title strong {
  font-weight: 300;
}
.block-authentication .field .label {
  font-weight: 400;
}
.block-authentication .actions-toolbar {
  margin-bottom: 6px;
}
.block-authentication .actions-toolbar > .secondary {
  padding-top: 30px;
  text-align: left;
}
.block-authentication .block[class] {
  margin: 0;
}
.block-authentication .block[class] ul {
  list-style: none;
  padding-left: 12px;
}
.block-authentication .block[class] .field .control,
.block-authentication .block[class] .field .label {
  float: none;
  width: auto;
}
.block-authentication .block[class] + .block {
  border-top: 1px solid #c1c1c1;
  margin-top: 48px;
  padding-top: 48px;
  position: relative;
}
.block-authentication .block[class] + .block:before {
  height: 36px;
  line-height: 34px;
  margin: -19px 0 0 -18px;
  min-width: 36px;
  background: #fff;
  border: 1px solid #c1c1c1;
  border-radius: 50%;
  box-sizing: border-box;
  color: #c1c1c1;
  content: attr(data-label);
  display: inline-block;
  left: 50%;
  letter-spacing: normal;
  padding: 0 0.2rem;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: 0;
}
.checkout-payment-method .step-title {
  border-bottom: 0;
  margin-bottom: 0;
}
.checkout-payment-method .payment-method:first-child .payment-method-title {
  border-top: 0;
}
.checkout-payment-method .payment-method._active .payment-method-content {
  display: block;
}
.checkout-payment-method .payment-method + .payment-method .payment-method-title {
  border-top: 1px solid #ccc;
}
.checkout-payment-method .payment-method-title {
  padding: 24px 0;
  margin: 0;
}
.checkout-payment-method .payment-method-title .payment-icon {
  display: inline-block;
  margin-right: 6px;
  vertical-align: middle;
}
.checkout-payment-method .payment-method-title .action-help {
  display: inline-block;
  margin-left: 6px;
}
.checkout-payment-method .payment-method-content {
  display: none;
  padding: 0 0 24px 22px;
}
.checkout-payment-method .payment-method-content .fieldset:not(:last-child) {
  margin: 0 0 24px;
}
.checkout-payment-method .payment-group + .payment-group .step-title {
  margin: 24px 0 0;
}
.checkout-payment-method .field-select-billing,
.checkout-payment-method .billing-address-form {
  max-width: 600px;
}
.checkout-payment-method .billing-address-same-as-shipping-block {
  margin: 0 0 12px;
}
.checkout-payment-method .checkout-billing-address {
  margin: 0 0 24px;
}
.checkout-payment-method .checkout-billing-address .primary .action-update {
  margin-right: 0;
}
.checkout-payment-method .checkout-billing-address .billing-address-details {
  line-height: 27px;
  padding: 0 0 0 23px;
}
.checkout-payment-method .payment-method-note + .checkout-billing-address {
  margin-top: 24px;
}
.checkout-payment-method .payment-method-iframe {
  background-color: transparent;
  display: none;
  width: 100%;
}
.checkout-payment-method .no-payments-block {
  margin: 24px 0;
}
.checkout-payment-method .payment-option._active .payment-option-title .action-toggle:after {
  content: '\e621';
}
.checkout-payment-method .payment-option._collapsible .payment-option-title {
  cursor: pointer;
}
.checkout-payment-method .payment-option._collapsible .payment-option-content {
  display: none;
}
.checkout-payment-method .payment-option-title {
  border-top: 1px solid #ccc;
  padding: 24px 0;
}
.checkout-payment-method .payment-option-title .action-toggle {
  color: var(--link__color);
  display: inline-block;
  text-decoration: none;
}
.checkout-payment-method .payment-option-title .action-toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
  line-height: 16px;
  color: var(--header-icons-color);
  content: '\e622';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.checkout-payment-method .payment-option-title .action-toggle:hover:after {
  color: #666;
}
.checkout-payment-method .payment-option-title .action-toggle:active:after {
  color: var(--header-icons-color);
}
.checkout-payment-method .payment-option-content {
  padding: 0 0 24px 22px;
}
.checkout-payment-method .payment-option-inner {
  margin: 0 0 24px;
}
.checkout-payment-method .credit-card-types {
  padding: 0;
}
.checkout-payment-method .credit-card-types .item {
  display: inline-block;
  list-style: none;
  margin: 0 6px 0 0;
  vertical-align: top;
}
.checkout-payment-method .credit-card-types .item._active {
  font-weight: var(--heading__font-weight__base);
}
.checkout-payment-method .credit-card-types .item._active img {
  -webkit-filter: grayscale(0%);
}
.checkout-payment-method .credit-card-types .item._inactive {
  opacity: 0.4;
}
.checkout-payment-method .credit-card-types .item span {
  display: inline-block;
  padding-top: 6px;
  vertical-align: top;
}
.checkout-payment-method .credit-card-types img {
  -webkit-filter: grayscale(100%);
  -webkit-transition: all 0.6s ease;
}
.checkout-payment-method .ccard .fields > .year {
  padding-left: 6px;
}
.checkout-payment-method .ccard .fields .select {
  padding-left: 6px;
  padding-right: 6px;
}
.checkout-payment-method .ccard .month .select {
  width: 140px;
}
.checkout-payment-method .ccard .year .select {
  width: 80px;
}
.checkout-payment-method .ccard .captcha .input-text,
.checkout-payment-method .ccard .number .input-text {
  width: 225px;
}
.checkout-payment-method .ccard > .field.cvv > .control {
  padding-right: 24px;
  width: auto;
}
.checkout-payment-method .ccard .cvv .input-text {
  width: 55px;
}
.checkout-payment-method .ccard.fieldset > .field .fields.group.group-2 .field {
  width: auto !important;
}
.checkout-agreements-block .checkout-agreements {
  margin-bottom: 24px;
}
.checkout-agreements-block .checkout-agreement.field {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.checkout-agreements-block .checkout-agreement.field.required label:after {
  content: none;
}
.checkout-agreements-block .checkout-agreement.field.required .action-show:after {
  content: '*';
  color: #e02b27;
  font-size: 1.2rem;
}
.checkout-agreements-block .action-show {
  vertical-align: baseline;
}
.checkout-agreements-items {
  padding-bottom: 36px;
}
.checkout-agreements-items .checkout-agreements-item {
  margin-bottom: 24px;
}
.checkout-agreements-items .checkout-agreements-item-title {
  border-bottom: 0;
}
.checkout-agreement-item-content {
  overflow: auto;
}
.login-container .block-new-customer .actions-toolbar {
  margin-top: 25px;
}
.login-container .block .block-title {
  font-size: 1.8rem;
}
.login-container .fieldset:after {
  margin: 12px 0 0;
  content: attr(data-hasrequired);
  display: block;
  letter-spacing: normal;
  word-spacing: normal;
  color: #e02b27;
  font-size: 1.2rem;
}
.login-container .fieldset:after {
  margin-top: 35px;
}
.block-addresses-list .items.addresses > .item {
  margin-bottom: 24px;
}
.block-addresses-list .items.addresses > .item:last-child {
  margin-bottom: 0;
}
.form-address-edit .region_id {
  display: none;
}
.form-edit-account .fieldset.password {
  display: none;
}
.box-billing-address .box-content,
.box-shipping-address .box-content,
.box-information .box-content,
.box-newsletter .box-content {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  line-height: 26px;
}
.fieldset .fullname.field > .label + .control {
  width: 100%;
}
.account .column.main h2 {
  margin-top: 0;
}
.account .column.main .toolbar {
  text-align: center;
}
.account .column.main .toolbar .limiter-options {
  width: auto;
}
.account .sidebar-additional {
  margin-top: 40px;
}
.account .table-wrapper:last-child {
  margin-bottom: 0;
}
.account .table-wrapper .action {
  margin-right: 15px;
}
.account .table-wrapper .action:last-child {
  margin-right: 0;
}
.account-nav .content {
  background: #f5f5f5;
  padding: 15px 0;
}
.account-nav .item {
  margin: 3px 0 0;
}
.account-nav .item:first-child {
  margin-top: 0;
}
.account-nav .item a,
.account-nav .item > strong {
  border-left: 3px solid transparent;
  display: block;
  padding: 6px 18px 6px 15px;
}
.account-nav .item a {
  text-decoration: none;
}
.account-nav .item a:hover {
  background: #e8e8e8;
}
.account-nav .item.current a,
.account-nav .item.current strong {
  border-color: #222;
  font-weight: 600;
}
.account-nav .item.current a {
  border-color: #222;
}
.account-nav .item .delimiter {
  border-top: 1px solid #d1d1d1;
  display: block;
  margin: 12px 1.8rem;
}
.column.main .block:last-child {
  margin-bottom: 0;
}
.block .title {
  margin-bottom: 12px;
}
.block .title strong {
  color: var(--heading__color__base);
  font-family: var(--heading__font-family__base);
  font-weight: var(--heading__font-weight__base);
  line-height: 1.428;
  font-size: 1.8rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.column.main .block .title strong {
  font-size: 24px;
}
.block p:last-child {
  margin: 0;
}
.block .box-actions {
  margin-top: 6px;
}
.field.password .control {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.field.password .control .mage-error {
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}
.field.password .control .input-text {
  -ms-flex-order: 0;
  -webkit-order: 0;
  order: 0;
  z-index: 2;
}
.password-strength-meter {
  background-color: #f4f4f4;
  height: 40px;
  line-height: 40px;
  padding: 0 9px;
  position: relative;
  z-index: 1;
}
.password-strength-meter:before {
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  z-index: -1;
}
.password-none .password-strength-meter:before {
  background-color: #f4f4f4;
  width: 100%;
}
.password-weak .password-strength-meter:before {
  background-color: #ffafae;
  width: 25%;
}
.password-medium .password-strength-meter:before {
  background-color: #ffd6b3;
  width: 50%;
}
.password-strong .password-strength-meter:before {
  background-color: #c5eeac;
  width: 75%;
}
.password-very-strong .password-strength-meter:before {
  background-color: #81b562;
  width: 100%;
}
.control.captcha-image {
  margin-top: 12px;
}
.control.captcha-image .captcha-img {
  vertical-align: middle;
}
.downloadable.samples {
  margin-bottom: 24px;
}
.downloadable.samples dd {
  margin: 0 0 12px;
}
.table-downloadable-products .product-name {
  margin-right: 15px;
}
.field.downloads .price-container {
  display: inline;
  white-space: nowrap;
}
.field.downloads .price-container:before {
  content: ' + ';
  display: inline;
}
.field.downloads .price-excluding-tax {
  display: inline;
}
.field.downloads .price-excluding-tax:before {
  content: ' (' attr(data-label) ': ';
}
.field.downloads .price-excluding-tax:after {
  content: ')';
}
.field.downloads .price-including-tax {
  font-size: 1.4rem;
  display: inline;
  font-weight: 600;
}
.field.downloads .sample.link {
  float: right;
}
.page-product-downloadable .product-add-form {
  clear: both;
  margin-bottom: 30px;
}
.page-product-downloadable .product-options-bottom .field.qty {
  display: none !important;
}
.table.grouped > thead > tr > th,
.table.grouped > tbody > tr > th,
.table.grouped > tfoot > tr > th,
.table.grouped > thead > tr > td,
.table.grouped > tbody > tr > td,
.table.grouped > tfoot > tr > td {
  border-top: 1px solid #ddd;
}
.table.grouped > caption + thead > tr:first-child > th,
.table.grouped > colgroup + thead > tr:first-child > th,
.table.grouped > thead:first-child > tr:first-child > th,
.table.grouped > caption + thead > tr:first-child > td,
.table.grouped > colgroup + thead > tr:first-child > td,
.table.grouped > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table.grouped > tbody + tbody {
  border-top: 1px solid #ddd;
}
.table.grouped > thead > tr > th {
  border-bottom: 0;
}
.table.grouped .product-item-name {
  font-weight: 400;
}
.table.grouped .price-box .price {
  font-size: 14px;
}
.table.grouped .stock.unavailable {
  font-weight: normal;
  margin: 0;
  text-transform: none;
  white-space: nowrap;
}
.table.grouped .row-tier-price td {
  border-top: 0;
}
.table.grouped .row-tier-price .prices-tier {
  margin: 0 -10px 10px;
}
.map-popup-wrapper.popup .action.close {
  top: 12px;
}
.map-popup {
  background: #fff;
  border: 1px solid #aeaeae;
  padding: 22px;
  width: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  transition: opacity 0.3s linear;
  left: 0;
  margin-top: 12px;
  position: absolute;
  top: 0;
  z-index: 1001;
  display: none;
  opacity: 0;
  box-sizing: border-box;
}
.map-popup .popup-header {
  margin: 0 0 25px;
  padding-right: 22px;
}
.map-popup .popup-header .title {
  color: var(--heading__color__base);
  font-family: var(--heading__font-family__base);
  font-weight: var(--heading__font-weight__base);
  line-height: 1.428;
  font-size: 2.4rem;
  margin-top: 0rem;
  margin-bottom: 1.7rem;
}
.map-popup .popup-content {
  margin: 12px 0 0;
}
.map-popup .popup-actions .action.close {
  position: absolute;
  display: inline-block;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
  right: 12px;
  top: 12px;
}
.map-popup .popup-actions .action.close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.map-popup .popup-actions .action.close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e616';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.map-popup .popup-actions .action.close:hover:before {
  color: inherit;
}
.map-popup .popup-actions .action.close:active:before {
  color: inherit;
}
.map-popup .popup-actions .action.close:focus,
.map-popup .popup-actions .action.close:active {
  background: none;
  border: none;
}
.map-popup .popup-actions .action.close:hover {
  background: none;
  border: none;
}
.map-popup .popup-actions .action.close.disabled,
.map-popup .popup-actions .action.close[disabled],
fieldset[disabled] .map-popup .popup-actions .action.close {
  pointer-events: none;
  opacity: 0.5;
}
.map-popup.active {
  opacity: 1;
}
.map-popup .map-info-price {
  margin-bottom: 15px;
}
.map-popup .map-info-price .price-box {
  margin: 0 0 24px;
}
.map-popup .map-info-price .price-box .label:after {
  content: ': ';
}
.map-popup .regular-price .price-label {
  display: none;
}
.map-old-price:not(:last-child),
.product-info-price .map-show-info:not(:last-child) {
  margin-right: 12px;
}
.map-fallback-price {
  display: none;
}
.map-old-price {
  text-decoration: none;
}
.map-old-price .price-wrapper {
  text-decoration: line-through;
}
.map-form-addtocart {
  display: inline-block;
  text-align: center;
}
.map-form-addtocart img {
  display: block;
  margin: 0 auto;
}
button.map-show-info,
.cart.table-wrapper .actions-toolbar > .action.map-show-info {
  background-image: none;
  -moz-box-sizing: content-box;
  box-shadow: none;
  line-height: inherit;
  text-shadow: none;
  font-weight: 400;
  line-height: 1.75;
  margin: 0;
  padding: 0;
  color: var(--link__color);
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
}
button.map-show-info:focus,
button.map-show-info:active,
.cart.table-wrapper .actions-toolbar > .action.map-show-info:focus,
.cart.table-wrapper .actions-toolbar > .action.map-show-info:active {
  background: none;
  border: none;
}
button.map-show-info:hover,
.cart.table-wrapper .actions-toolbar > .action.map-show-info:hover {
  background: none;
  border: none;
}
button.map-show-info.disabled,
button.map-show-info[disabled],
fieldset[disabled] button.map-show-info,
.cart.table-wrapper .actions-toolbar > .action.map-show-info.disabled,
.cart.table-wrapper .actions-toolbar > .action.map-show-info[disabled],
fieldset[disabled] .cart.table-wrapper .actions-toolbar > .action.map-show-info {
  pointer-events: none;
  opacity: 0.5;
}
button.map-show-info:visited,
.cart.table-wrapper .actions-toolbar > .action.map-show-info:visited {
  color: var(--link__color);
  text-decoration: none;
}
button.map-show-info:hover,
.cart.table-wrapper .actions-toolbar > .action.map-show-info:hover {
  color: var(--link__hover__color);
  text-decoration: none;
}
button.map-show-info:active,
.cart.table-wrapper .actions-toolbar > .action.map-show-info:active {
  color: #222;
  text-decoration: none;
}
button.map-show-info:hover,
button.map-show-info:active,
button.map-show-info:focus,
.cart.table-wrapper .actions-toolbar > .action.map-show-info:hover,
.cart.table-wrapper .actions-toolbar > .action.map-show-info:active,
.cart.table-wrapper .actions-toolbar > .action.map-show-info:focus {
  background: none;
  border: 0;
}
button.map-show-info.disabled,
button.map-show-info[disabled],
fieldset[disabled] button.map-show-info,
.cart.table-wrapper .actions-toolbar > .action.map-show-info.disabled,
.cart.table-wrapper .actions-toolbar > .action.map-show-info[disabled],
fieldset[disabled] .cart.table-wrapper .actions-toolbar > .action.map-show-info {
  color: var(--link__color);
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.data.switch .counter {
  color: #7ddae8;
}
.data.switch .counter:before {
  content: '(';
}
.data.switch .counter:after {
  content: ')';
}
.rating-summary {
  overflow: hidden;
  white-space: nowrap;
}
.rating-summary .rating-result {
  width: 6rem;
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.rating-summary .rating-result:before {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
  -webkit-font-smoothing: antialiased;
  color: #e6e6e6;
  font-family: "Font Awesome 5 Free";
  font-size: 1.2rem;
  height: 1.2rem;
  letter-spacing: 0;
  line-height: 1.2rem;
  content: "\f005" "\f005" "\f005" "\f005" "\f005";
  display: block;
  font-style: normal;
  font-weight: normal;
  speak: none;
}
.rating-summary .rating-result > span {
  display: block;
  overflow: hidden;
}
.rating-summary .rating-result > span:before {
  position: relative;
  z-index: 2;
  -webkit-font-smoothing: antialiased;
  color: #fdbc00;
  font-family: "Font Awesome 5 Free";
  font-size: 1.2rem;
  height: 1.2rem;
  letter-spacing: 0;
  line-height: 1.2rem;
  content: "\f005" "\f005" "\f005" "\f005" "\f005";
  display: block;
  font-style: normal;
  font-weight: normal;
  speak: none;
}
.rating-summary .rating-result > span span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.rating-summary .rating-result {
  margin-left: -5px;
}
.product-reviews-summary .rating-summary .label,
.table-reviews .rating-summary .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.review-control-vote {
  overflow: hidden;
}
.review-control-vote:before {
  color: #e6e6e6;
  font-family: "Font Awesome 5 Free";
  font-size: 1.2rem;
  height: 1.2rem;
  letter-spacing: 0;
  line-height: 1.2rem;
  font-style: normal;
  font-weight: normal;
  speak: none;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  content: "\f005" "\f005" "\f005" "\f005" "\f005";
  display: block;
  position: absolute;
  z-index: 1;
}
.review-control-vote input[type="radio"] {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.review-control-vote input[type="radio"]:hover + label:before,
.review-control-vote input[type="radio"]:checked + label:before {
  opacity: 1;
}
.review-control-vote label {
  cursor: pointer;
  display: block;
  position: absolute;
}
.review-control-vote label span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.review-control-vote label:before {
  color: #fdbc00;
  font-family: "Font Awesome 5 Free";
  font-size: 1.2rem;
  height: 1.2rem;
  letter-spacing: 0;
  line-height: 1.2rem;
  font-style: normal;
  font-weight: normal;
  speak: none;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  opacity: 0;
}
.review-control-vote label:hover:before {
  opacity: 1;
}
.review-control-vote label:hover ~ label:before {
  opacity: 0;
}
.review-control-vote .rating-5 {
  z-index: 2;
}
.review-control-vote .rating-5:before {
  content: "\f005" "\f005" "\f005" "\f005" "\f005";
}
.review-control-vote .rating-4 {
  z-index: 3;
}
.review-control-vote .rating-4:before {
  content: "\f005" "\f005" "\f005" "\f005";
}
.review-control-vote .rating-3 {
  z-index: 4;
}
.review-control-vote .rating-3:before {
  content: "\f005" "\f005" "\f005";
}
.review-control-vote .rating-2 {
  z-index: 5;
}
.review-control-vote .rating-2:before {
  content: "\f005" "\f005";
}
.review-control-vote .rating-1 {
  z-index: 6;
}
.review-control-vote .rating-1:before {
  content: "\f005";
}
.block.add.review {
  margin-bottom: 48px;
}
.block.add.review > .title {
  color: var(--heading__color__base);
  font-family: var(--heading__font-family__base);
  font-weight: var(--heading__font-weight__base);
  line-height: 1.428;
  font-size: 3rem;
  margin-top: 0rem;
  margin-bottom: 2rem;
}
.block.add.review .legend {
  color: var(--heading__color__base);
  font-family: var(--heading__font-family__base);
  font-weight: var(--heading__font-weight__base);
  line-height: 1.428;
  font-size: 2.4rem;
  margin-top: 0rem;
  margin-bottom: 1.7rem;
  margin: 0 0 24px;
}
.block.add.review .field.rating {
  display: table-row;
}
.block.add.review .field.rating .label {
  display: table-cell;
  padding: 6px 0;
  vertical-align: middle;
}
.block.add.review .field.rating .control {
  display: table-cell;
  vertical-align: top;
}
.block.reviews.list > .title {
  color: var(--heading__color__base);
  font-family: var(--heading__font-family__base);
  font-weight: var(--heading__font-weight__base);
  line-height: 1.428;
  font-size: 3rem;
  margin-top: 0rem;
  margin-bottom: 2rem;
}
.block.reviews.list .review.item {
  margin-bottom: 48px;
}
.block.reviews.list .review.title {
  color: var(--heading__color__base);
  font-family: var(--heading__font-family__base);
  font-weight: var(--heading__font-weight__base);
  line-height: 1.428;
  font-size: 2.4rem;
  margin-top: 0rem;
  margin-bottom: 1.7rem;
}
.data.table.reviews .rating-summary {
  margin-top: -4px;
}
.customer-review.view {
  margin-bottom: 24px;
}
.customer-review.view .review.title,
.customer-review.view .ratings-summary,
.customer-review.view .product-details {
  margin-bottom: 24px;
}
.product-reviews-summary {
  display: table;
  margin: 12px 0 12px;
}
.products.wrapper.list .product-reviews-summary {
  margin: 0 auto;
}
.product-reviews-summary.empty {
  margin-left: 0;
}
.product-reviews-summary .rating-summary {
  display: table-cell;
  left: -6px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}
.product-reviews-summary .reviews-actions {
  display: table-cell;
  line-height: 1.2rem;
  vertical-align: middle;
}
.product-reviews-summary .reviews-actions a {
  margin-right: 6px;
}
.customer-review .product-details {
  margin-bottom: 48px;
}
.customer-review .product-media {
  float: left;
  margin-right: 3%;
  max-width: 285px;
  width: 30%;
}
.customer-review .review-details .customer-review-rating {
  margin-bottom: 24px;
}
.customer-review .review-details .customer-review-rating .item {
  margin-bottom: 12px;
}
.customer-review .review-details .customer-review-rating .item:last-child {
  margin-bottom: 0;
}
.customer-review .review-details .review-title {
  color: var(--heading__color__base);
  font-family: var(--heading__font-family__base);
  font-weight: var(--heading__font-weight__base);
  line-height: 1.428;
  font-size: 2.4rem;
  margin-top: 0rem;
  margin-bottom: 1.7rem;
  font-weight: 600;
  margin-bottom: 24px;
}
.customer-review .review-details .review-content {
  margin-bottom: 24px;
}
.customer-review .product-reviews-summary .rating-summary,
.customer-review .product-reviews-summary .reviews-actions {
  display: block;
}
.review-field-ratings .nested {
  display: table;
}
.review-field-ratings .review-field-rating {
  display: table-row;
}
.review-field-ratings .review-field-rating .label,
.review-field-ratings .review-field-rating .control {
  display: table-cell;
  padding-bottom: 12px;
  vertical-align: top;
}
.review-field-ratings .review-field-rating .label {
  padding-right: 12px;
  padding-top: 6px;
}
.review-field-ratings .review-field-rating .control {
  padding-top: 2px;
}
.review-toolbar {
  border-top: 1px solid #c9c9c9;
  margin: 0 0 24px;
  text-align: center;
}
.review-toolbar:first-child {
  display: none;
}
.review-toolbar .pages {
  border-bottom: 1px solid #c9c9c9;
  display: block;
  padding: 24px 0;
  text-align: center;
}
.review-toolbar .limiter {
  display: none;
}
.review-add .block-title {
  display: none;
}
.review-form .action.submit.primary {
  background: var(--button__background);
  border: 2px solid var(--button__color);
  color: var(--button__color);
}
.review-form .action.submit.primary:focus,
.review-form .action.submit.primary:active {
  background: var(--button__hover__background);
  border: 2px solid var(--theme__color__primary);
  color: var(--button__hover__color);
}
.review-form .action.submit.primary:hover {
  background: var(--button__hover__background);
  border: 2px solid var(--theme__color__primary);
  color: var(--button__hover__color);
}
.fieldset .review-legend.legend {
  margin-bottom: 24px;
}
.fieldset .review-legend.legend strong {
  display: block;
  margin-left: 0;
}
.review-field-rating .control {
  margin-bottom: 57.6px;
  margin-top: 12px;
}
.review-list {
  margin-bottom: 36px;
}
.review-list .block-title strong {
  color: var(--heading__color__base);
  font-family: var(--heading__font-family__base);
  font-weight: var(--heading__font-weight__base);
  line-height: 1.428;
  font-size: 3rem;
  margin-top: 0rem;
  margin-bottom: 2rem;
}
.review-item {
  border-bottom: 1px solid #c9c9c9;
  margin: 0;
  padding: 24px 0;
}
.review-item:after {
  clear: both;
  content: '';
  display: table;
}
.review-item:last-child {
  border-width: 0;
}
.review-ratings {
  display: table;
  margin-bottom: 12px;
  max-width: 100%;
}
.review-author {
  display: inline;
}
.review-title {
  color: var(--heading__color__base);
  font-family: var(--heading__font-family__base);
  font-weight: var(--heading__font-weight__base);
  line-height: 1.428;
  font-size: 2.4rem;
  margin-top: 0rem;
  margin-bottom: 1.7rem;
  margin: 0 0 24px;
}
.review-content {
  margin-bottom: 24px;
}
.block-reward-info .reward-rates:not(:last-child),
.block-reward-info .reward-limit:not(:last-child),
.block-reward-info .reward-expiring:not(:last-child) {
  margin-bottom: 30px;
}
.block-reward-info .reward-rates .title,
.block-reward-info .reward-limit .title,
.block-reward-info .reward-expiring .title {
  display: inline-block;
  margin-bottom: 12px;
}
.order-links {
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 10px;
}
.order-links .item {
  display: inline-block;
  margin-right: 20px;
}
.order-actions-toolbar .action {
  margin: 0 20px 0 0;
}
.order-details-items {
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 20px;
  padding-bottom: 10px;
}
.order-details-items .order-title > strong {
  color: var(--heading__color__base);
  font-family: var(--heading__font-family__base);
  font-weight: var(--heading__font-weight__base);
  line-height: 1.428;
  font-size: 2.4rem;
  margin-top: 0rem;
  margin-bottom: 1.7rem;
  display: inline-block;
}
.order-details-items .items-qty .item {
  white-space: nowrap;
}
.order-details-items .items-qty .title:after {
  content: ': ';
}
.order-details-items .table-order-items .product-item-name {
  margin-top: 0;
}
.order-details-items .table-order-items tbody + tbody {
  border-top: 1px solid #e6e6e6;
}
.order-details-items .item-options dt {
  margin: 0;
}
.order-details-items .item-options dd {
  margin: 0 0 15px;
}
.order-details-items .item-options.links dt {
  display: inline-block;
}
.order-details-items .item-options.links dt:after {
  content: ': ';
}
.order-details-items .item-options.links dd {
  margin: 0;
}
.order-pager-wrapper .toolbar-amount {
  padding-top: 3px;
}
.order-pager-wrapper .pages-items .item:first-child,
.order-pager-wrapper .pages-items .item:last-child {
  margin-right: 0;
}
.order-actions-toolbar {
  margin-bottom: 25px;
}
.order-actions-toolbar .action {
  margin-right: 30px;
}
.order-actions-toolbar .action.print {
  margin: 0;
}
.page-title-wrapper .order-date {
  margin: 0 0 24px;
}
.account .page-title-wrapper .page-title,
[class^='sales-guest-'] .page-title-wrapper .page-title,
.sales-guest-view .page-title-wrapper .page-title {
  margin-right: 30px;
}
.form-orders-search .field.email,
.form-orders-search .field.zip {
  margin-bottom: 0;
}
.block-reorder .product-item .checkbox {
  position: relative;
  top: 2px;
  vertical-align: baseline;
}
.block-reorder .product-item .field.item {
  display: inline-block;
}
.block-reorder .product-item-name {
  display: inline-block;
}
.block-reorder .actions-toolbar {
  margin: 17px 0;
  max-width: 178px;
}
.block-order-details-comments {
  margin: 0 0 40px;
}
.block-order-details-comments .comment-date {
  font-weight: 600;
}
.block-order-details-comments .comment-content {
  line-height: 1.6;
  margin: 0 0 20px;
}
.block-order-details-view .box-content .payment-method .title {
  font-weight: 400;
}
.block-order-details-view .box-content .payment-method .content {
  margin: 0;
}
.block-order-details-view .box-content .payment-method .content > strong {
  font-weight: 400;
}
.block-order-details-view .box-content .payment-method .content > strong:after {
  content: ': ';
}
.order-tracking {
  border-bottom: 1px solid #e6e6e6;
  margin: 0;
  padding: 20px 0;
}
.order-tracking .tracking-title {
  display: inline-block;
}
.order-tracking .tracking-content {
  display: inline-block;
  margin: 0 0 0 5px;
}
.opc-wrapper .form-discount {
  max-width: 500px;
}
.action.mailto.friend {
  margin-left: -7px;
  display: inline-block;
  text-decoration: none;
}
.action.mailto.friend:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: inherit;
  content: '\e61d';
  font-family: 'icons-blank-theme';
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.action.mailto.friend span {
  display: inline-block;
  line-height: 28px;
  vertical-align: top;
}
.swatch-attribute-label {
  font-weight: var(--heading__font-weight__base);
  position: relative;
}
.swatch-attribute-label.required {
  padding-right: 12px;
}
.swatch-attribute-label[data-required='1']:after {
  color: #e02b27;
  content: '*';
  font-size: 14px;
  font-weight: var(--heading__font-weight__base);
  position: absolute;
  right: -11px;
  top: -2px;
}
.swatch-attribute-selected-option {
  color: var(--theme__color__primary);
  padding-left: 17px;
}
.swatch-attribute-options {
  margin: 12px 0;
}
.swatch-attribute-options:focus {
  box-shadow: none;
}
.swatch-attribute-options .swatch-option-tooltip-layered .title {
  color: #fff;
  bottom: -5px;
  height: 20px;
  left: 0;
  margin-bottom: 12px;
  position: absolute;
  text-align: center;
  width: 100%;
}
.swatch-attribute.size .swatch-option,
.swatch-attribute.manufacturer .swatch-option {
  background: #fff;
  color: var(--heading__color__base);
}
.swatch-attribute.size .swatch-option.selected,
.swatch-attribute.manufacturer .swatch-option.selected {
  background: var(--button__hover__background);
  border: 1px solid var(--button__hover__background);
  color: var(--button__hover__color);
}
.swatch-option {
  border: 1px solid #e6e6e6;
  cursor: pointer;
  float: left;
  height: 20px;
  margin: 0 12px 6px 0;
  max-width: 100%;
  min-width: 30px;
  overflow: hidden;
  padding: 1px 2px;
  position: relative;
  text-align: center;
  text-overflow: ellipsis;
}
.swatch-option:focus {
  box-shadow: none;
}
.swatch-option.text {
  background: #fff;
  color: var(--heading__color__base);
  font-size: 12px;
  font-weight: var(--heading__font-weight__base);
  line-height: 20px;
  margin-right: 7px;
  min-width: 22px;
  padding: 4px 8px;
}
.swatch-option.text.selected {
  background-color: var(--theme__color__primary);
}
.swatch-option.selected {
  color: var(--theme__color__primary);
}
.swatch-option:not(.disabled):hover {
  color: var(--theme__color__primary);
}
.swatch-option.disabled {
  box-shadow: unset;
  cursor: default;
  pointer-events: none;
}
.swatch-option.disabled:after {
  background: linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  background: -moz-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(42%, rgba(255, 255, 255, 0)), color-stop(43%, #ffffff), color-stop(46%, #ffffff), color-stop(47%, #ff5216), color-stop(53%, #ff5216), color-stop(54%, #ffffff), color-stop(57%, #ffffff), color-stop(58%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  bottom: 0;
  content: '';
  filter: 'progid:DXImageTransform.Microsoft.gradient(startColorstr=#00ffffff, endColorstr=#00ffffff, GradientType=1)';
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.swatch-option-disabled {
  border: 0;
  cursor: default;
  outline: none !important;
}
.swatch-option-disabled:after {
  -webkit-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  transform: rotate(-30deg);
  background: #e02b27;
  content: '';
  height: 2px;
  left: -4px;
  position: absolute;
  top: 10px;
  width: 42px;
  z-index: 995;
}
.swatch-option-tooltip {
  color: #fff;
  background: #383838;
  display: none;
  max-height: 100%;
  min-height: 20px;
  min-width: 20px;
  padding: 6px;
  position: absolute;
  text-align: center;
  z-index: 999;
}
.swatch-option-tooltip .corner,
.swatch-option-tooltip-layered .corner {
  bottom: 0;
  height: 8px;
  left: 40%;
  position: absolute;
}
.swatch-option-tooltip .corner:before,
.swatch-option-tooltip-layered .corner:before,
.swatch-option-tooltip .corner:after,
.swatch-option-tooltip-layered .corner:after {
  border-style: solid;
  content: '';
  font-size: 1px;
  height: 0;
  position: relative;
  width: 0;
}
.swatch-option-tooltip .corner:before,
.swatch-option-tooltip-layered .corner:before {
  border-color: #adadad transparent transparent transparent;
  border-width: 8px 8.5px 0 8.5px;
  left: 0;
  top: 2px;
}
.swatch-option-tooltip .corner:after,
.swatch-option-tooltip-layered .corner:after {
  border-color: #fff transparent transparent transparent;
  border-width: 7px 7.5px 0 7.5px;
  left: -15px;
  top: 1px;
}
.swatch-option-tooltip .image,
.swatch-option-tooltip-layered .image {
  display: block;
  height: 130px;
  margin: 0 auto;
  width: 130px;
}
.swatch-option-tooltip-layered {
  background: #383838;
  border: 1px solid #e6e6e6;
  color: #fff;
  display: none;
  left: -47px;
  position: absolute;
  width: 140px;
  z-index: 999;
}
.swatch-option-tooltip .title {
  color: #fff;
  display: block;
  max-height: 200px;
  min-height: 20px;
  overflow: hidden;
  text-align: center;
}
.swatch-option-link-layered {
  margin: 0 !important;
  padding: 0 !important;
  position: relative;
}
.swatch-option-link-layered:focus > div {
  box-shadow: 0 0 3px 1px var(--theme__color__primary);
}
.swatch-option-link-layered:hover > .swatch-option-tooltip-layered {
  display: block;
}
.swatch-opt {
  margin: 24px 0;
}
.swatch-opt-listing {
  margin-bottom: 12px;
}
.swatch-more {
  display: inline-block;
  margin: 2px 0;
  padding: 2px;
  position: static;
}
.swatch-visual-tooltip-layered {
  height: 160px;
  top: -170px;
}
.swatch-textual-tooltip-layered {
  height: 30px;
  top: -40px;
}
.swatch-input {
  left: -1000px;
  position: absolute;
  visibility: hidden;
}
.clearfix:after {
  clear: both;
  content: '';
  display: block;
  height: 0;
  visibility: hidden;
}
.my-credit-cards .status {
  font-style: italic;
}
.my-credit-cards .action.delete {
  background-image: none;
  -moz-box-sizing: content-box;
  box-shadow: none;
  line-height: inherit;
  text-shadow: none;
  font-weight: 400;
  line-height: 1.75;
  margin: 0;
  padding: 0;
  color: var(--link__color);
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
}
.my-credit-cards .action.delete:focus,
.my-credit-cards .action.delete:active {
  background: none;
  border: none;
}
.my-credit-cards .action.delete:hover {
  background: none;
  border: none;
}
.my-credit-cards .action.delete.disabled,
.my-credit-cards .action.delete[disabled],
fieldset[disabled] .my-credit-cards .action.delete {
  pointer-events: none;
  opacity: 0.5;
}
.my-credit-cards .action.delete:visited {
  color: var(--link__color);
  text-decoration: none;
}
.my-credit-cards .action.delete:hover {
  color: var(--link__hover__color);
  text-decoration: none;
}
.my-credit-cards .action.delete:active {
  color: #222;
  text-decoration: none;
}
.my-credit-cards .action.delete:hover,
.my-credit-cards .action.delete:active,
.my-credit-cards .action.delete:focus {
  background: none;
  border: 0;
}
.my-credit-cards .action.delete.disabled,
.my-credit-cards .action.delete[disabled],
fieldset[disabled] .my-credit-cards .action.delete {
  color: var(--link__color);
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.my-credit-cards-popup .modal-footer {
  text-align: right;
}
.my-credit-cards-popup .action.secondary {
  background-image: none;
  -moz-box-sizing: content-box;
  box-shadow: none;
  line-height: inherit;
  text-shadow: none;
  font-weight: 400;
  line-height: 1.75;
  margin: 0;
  padding: 0;
  color: var(--link__color);
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  margin-right: 24px;
}
.my-credit-cards-popup .action.secondary:focus,
.my-credit-cards-popup .action.secondary:active {
  background: none;
  border: none;
}
.my-credit-cards-popup .action.secondary:hover {
  background: none;
  border: none;
}
.my-credit-cards-popup .action.secondary.disabled,
.my-credit-cards-popup .action.secondary[disabled],
fieldset[disabled] .my-credit-cards-popup .action.secondary {
  pointer-events: none;
  opacity: 0.5;
}
.my-credit-cards-popup .action.secondary:visited {
  color: var(--link__color);
  text-decoration: none;
}
.my-credit-cards-popup .action.secondary:hover {
  color: var(--link__hover__color);
  text-decoration: none;
}
.my-credit-cards-popup .action.secondary:active {
  color: #222;
  text-decoration: none;
}
.my-credit-cards-popup .action.secondary:hover,
.my-credit-cards-popup .action.secondary:active,
.my-credit-cards-popup .action.secondary:focus {
  background: none;
  border: 0;
}
.my-credit-cards-popup .action.secondary.disabled,
.my-credit-cards-popup .action.secondary[disabled],
fieldset[disabled] .my-credit-cards-popup .action.secondary {
  color: var(--link__color);
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
/* */
.page-main .sub-category {
  min-height: 58px;
}
.page-main .category-info {
  contain: layout style;
  min-height: 60px;
  display: block;
}
/* Fix all children inside category-info */
.category-info > * {
  contain: layout;
}
span.base[data-ui-id="page-title-wrapper"],
.page-title-wrapper .page-title {
  font-family: 'Oswald', sans-serif;
  font-display: swap;
  min-height: 45px;
  display: block;
}
.section-top-header strong,
strong#DOWJ3EE {
  font-size: 16px !important;
  line-height: 1.5 !important;
  display: block;
  min-height: 24px;
}
main#maincontent,
.page-main {
  contain: layout style;
}
body {
  margin: 0;
}
.section-top-header {
  min-height: 44px;
  line-height: 44px;
}
.product-image-wrapper {
  aspect-ratio: 1 / 1;
  width: 100%;
  overflow: hidden;
}
.product-image-photo {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.message.global.cookie,
.message-global-cookie,
.top-promo-bar {
  min-height: 50px;
}
.sidebar-main,
.toolbar-products {
  min-height: 50px;
  contain: layout;
}
.product-item .product.details.product-item-details div[class*="swatch-opt-"] {
  min-height: 29px;
}
.filter-options-content:has(#layered_ajax_price_attribute) {
  min-height: 94px;
}
.products-grid .product-item {
  display: inline-block;
}
.product-items {
  font-size: 0;
}
.product-item {
  font-size: var(--product_item-size);
  vertical-align: top;
}
.product-item:nth-child(2n + 1) {
  margin-left: 0;
}
.product-item-name {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  display: block;
  hyphens: auto;
  margin: 6px 0;
  word-wrap: break-word;
}
.product-item-info {
  max-width: 100%;
}
.product-item-actions {
  font-size: 0;
}
.product-item-actions > * {
  font-size: 1.4rem;
}
.product-item-actions .actions-secondary {
  display: inline-block;
  font-size: 1.4rem;
  vertical-align: middle;
  white-space: nowrap;
}
.product-item-actions .actions-secondary > button.action,
.product-item-actions .actions-secondary > .cart.table-wrapper .actions-toolbar > .action.action {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
}
.product-item-actions .actions-secondary > button.action:focus,
.product-item-actions .actions-secondary > button.action:active,
.product-item-actions .actions-secondary > .cart.table-wrapper .actions-toolbar > .action.action:focus,
.product-item-actions .actions-secondary > .cart.table-wrapper .actions-toolbar > .action.action:active {
  background: none;
  border: none;
}
.product-item-actions .actions-secondary > button.action:hover,
.product-item-actions .actions-secondary > .cart.table-wrapper .actions-toolbar > .action.action:hover {
  background: none;
  border: none;
}
.product-item-actions .actions-secondary > button.action.disabled,
.product-item-actions .actions-secondary > button.action[disabled],
fieldset[disabled] .product-item-actions .actions-secondary > button.action,
.product-item-actions .actions-secondary > .cart.table-wrapper .actions-toolbar > .action.action.disabled,
.product-item-actions .actions-secondary > .cart.table-wrapper .actions-toolbar > .action.action[disabled],
fieldset[disabled] .product-item-actions .actions-secondary > .cart.table-wrapper .actions-toolbar > .action.action {
  pointer-events: none;
  opacity: 0.5;
}
.product-item-actions .actions-secondary > .action {
  line-height: 35px;
  text-align: center;
  width: 35px;
}
.product-item-actions .actions-secondary > .action:before {
  margin: 0;
}
.product-item-actions .actions-primary {
  display: inline-block;
  vertical-align: middle;
}
.product-item-description {
  margin: 1.5rem 0;
}
.product-item .product-reviews-summary .rating-summary {
  margin: 0 4px 0 0;
}
.product-item .product-reviews-summary .reviews-actions {
  font-size: 12px;
}
.product-item .tocompare:before {
  content: '\e61f';
}
.product-item .tocart {
  white-space: nowrap;
}
.price-container .price {
  font-size: 1.4rem;
}
.price-container .price-including-tax + .price-excluding-tax,
.price-container .weee {
  margin-top: 6px;
}
.price-container .price-including-tax + .price-excluding-tax,
.price-container .weee,
.price-container .price-including-tax + .price-excluding-tax .price,
.price-container .weee .price,
.price-container .weee + .price-excluding-tax:before,
.price-container .weee + .price-excluding-tax .price {
  font-size: 1.1rem;
}
.price-container .weee:before {
  content: '(' attr(data-label) ': ';
}
.price-container .weee:after {
  content: ')';
}
.price-container .weee + .price-excluding-tax:before {
  content: attr(data-label) ': ';
}
.category-image .image {
  display: block;
  height: auto;
  max-width: 100%;
}
.category-image,
.category-description {
  margin-bottom: 24px;
}
.toolbar {
  margin: 4.5rem 0 0;
  padding: 3.5rem 0 0;
}
.toolbar-amount {
  display: block;
  line-height: 26px;
  margin: 0;
  vertical-align: middle;
}
.products.wrapper ~ .toolbar .toolbar-amount {
  display: none;
}
.toolbar-products:not(:last-child) {
  background: #fff;
  color: var(--text__color);
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
  margin: 0;
  padding: 0;
  border: 0;
}
.toolbar-products:not(:last-child):after,
.toolbar-products:not(:last-child):before {
  display: none;
}
.toolbar-products:not(:last-child) .toolbar-amount {
  order: 1;
  flex: 1;
}
.toolbar-products:not(:last-child) .modes {
  order: 2;
}
.toolbar-products:not(:last-child) .grid-mode-show-type-products {
  order: 3;
}
.toolbar-products:not(:last-child) .sorter {
  order: 4;
  flex: 1;
  display: inline-flex;
  justify-content: flex-end;
  align-items: center;
}
.toolbar-products:not(:last-child) label,
.toolbar-products:not(:last-child) .sorter-action {
  color: var(--text__color);
}
.toolbar-products select {
  height: auto;
  padding: 0;
  padding: 7px 10px;
  border-radius: var(--button__border-radius);
}
.toolbar-products .pages {
  display: none;
}
.products.wrapper ~ .toolbar-products .pages {
  display: block;
}
.toolbar-products .limiter label {
  display: none;
}
.toolbar-products .limiter .control {
  display: inline-block;
}
.products.wrapper ~ .toolbar .sorter {
  display: none;
}
.sorter .sorter-action {
  position: relative;
  top: -2px;
}
.sorter-options {
  margin: 0 0 0 7px;
  width: auto;
}
.sorter-action {
  vertical-align: top;
  display: inline-block;
  text-decoration: none;
}
.sorter-action > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sorter-action:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 32px;
  color: inherit;
  content: '\e613';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.sorter-action:hover:before {
  color: var(--theme__color__primary);
}
.sorter .sorter-label {
  display: none;
}
.sorter .sort-desc:before {
  content: '\e614';
}
.modes {
  display: inline-flex;
  align-items: center;
}
.modes .modes-label {
  display: none;
}
.modes .modes-mode {
  display: inline-flex;
  align-items: center;
}
.limiter-options {
  margin: 0 5px 0 7px;
  width: auto;
}
.limiter-label {
  font-weight: 400;
}
.page-products .toolbar .limiter {
  display: none;
}
.old-price,
.old.price {
  text-decoration: line-through;
}
.prices-tier .price-container .price-including-tax + .price-excluding-tax:before {
  content: '(' attr(data-label) ': ';
}
.prices-tier .price-container .price-including-tax + .price-excluding-tax:last-child:after {
  content: ')';
}
.prices-tier .price-container .weee[data-label] {
  display: inline;
}
.prices-tier .price-container .weee[data-label] .price {
  font-size: 1.1rem;
}
.prices-tier .price-container .weee[data-label]:before {
  content: ' +' attr(data-label) ': ';
}
.actual-price {
  font-weight: var(--heading__font-weight__base);
}
.product.name a {
  font-weight: 500;
}
.category-image .image {
  display: block;
  height: auto;
  max-width: 100%;
}
.category-image,
.category-description {
  margin-bottom: 24px;
}
.product.media .placeholder .photo.container {
  max-width: 100%;
}
.product.media .notice {
  color: #7ddae8;
  font-size: 1.2rem;
  margin: 12px 0;
}
.product.media .product.thumbs {
  margin: 24px 0 36px;
}
.product.media .items.thumbs {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.product.media .items.thumbs > li {
  display: inline-block;
  vertical-align: top;
}
.product.media .items.thumbs .active {
  display: block;
  line-height: 1;
}
.product.info.detailed {
  clear: both;
  margin-bottom: 30px;
}
.product.info.detailed .table-wrapper {
  margin-bottom: 0;
}
.product.info.detailed .additional-attributes {
  width: 100%;
}
.product.info.detailed .additional-attributes > thead > tr > td,
.product.info.detailed .additional-attributes > tbody > tr > td,
.product.info.detailed .additional-attributes > tfoot > tr > td {
  padding: 4px 6px 12px 6px;
}
.product.info.detailed .additional-attributes > thead > tr > th,
.product.info.detailed .additional-attributes > tbody > tr > th,
.product.info.detailed .additional-attributes > tfoot > tr > th {
  padding: 4px 36px 12px 0;
}
.product.info.detailed .additional-attributes tbody tr th {
  font-weight: var(--heading__font-weight__base);
  color: var(--heading__color__base);
}
.product.info.detailed .additional-attributes tbody tr th,
.product.info.detailed .additional-attributes tbody tr td {
  padding: 0.8rem 0;
}
.product.info.detailed .additional-attributes tbody tr:not(:only-child, :last-child) {
  border-bottom: 1px solid #e6e6e6;
}
.product-info-main .page-title-wrapper .page-title {
  margin-bottom: 0.7rem;
  text-align: left;
}
.product-info-main .stock.available,
.product-info-main .stock.unavailable {
  display: inline-block;
  margin-right: 24px;
  vertical-align: top;
}
.product-info-main .stock.available:before,
.product-info-main .stock.unavailable:before {
  content: attr(title) ':';
  font-weight: var(--text-weight);
}
.product-info-main .product.attribute.sku {
  display: inline-block;
  vertical-align: top;
}
.product-info-main .product.attribute.sku > .value {
  display: inline-block;
  vertical-align: top;
  word-break: break-all;
}
.product-info-main .product.attribute.sku .type {
  font-weight: var(--text-weight);
}
.product-info-main .product.attribute.sku .type:after {
  content: ':';
}
.product-info-main .product.attribute.overview {
  margin: calc(24px - 2px) 0 calc(24px + 3px);
}
.product-info-main .product.attribute.overview th {
  font-weight: 600;
  color: #222;
  white-space: nowrap;
  width: 1%;
  padding-right: 1.4rem !important;
}
.product-info-main .product.alert {
  margin: 12px 0;
}
.product-info-main .product-reviews-summary .reviews-actions {
  font-size: 1.3rem;
  line-height: 1;
}
.product-info-main .product-options-bottom {
  margin: 0;
}
.product-options-wrapper .fieldset-product-options-inner .legend {
  font-weight: var(--heading__font-weight__base);
  margin: 0 0 6px;
  font-size: 1.4rem;
  border: none;
  display: inline-block;
  float: none;
  padding: 0;
}
.product-options-wrapper .fieldset-product-options-inner input.datetime-picker ~ select.datetime-picker {
  margin-top: 12px;
}
.product-options-wrapper .fieldset-product-options-inner.required .legend:after,
.product-options-wrapper .fieldset-product-options-inner._required .legend:after {
  content: '*';
  color: #e02b27;
  font-size: 1.2rem;
  margin: 0 0 0 6px;
}
.product-options-wrapper .field .note {
  display: block;
}
.product-info-main .price-box .price-label,
.product-options-bottom .price-box .price-label {
  display: none !important;
}
.product-info-main .price-box .old-price .price,
.product-options-bottom .price-box .old-price .price {
  margin-left: 1rem;
  font-weight: 400;
}
.product-info-main .price-box .price,
.product-options-bottom .price-box .price {
  white-space: nowrap;
}
.product-info-main .special-price .price-label + .price-wrapper,
.product-options-bottom .special-price .price-label + .price-wrapper {
  display: inline-block;
}
.product-info-main .old-price .price-label:after,
.product-options-bottom .old-price .price-label:after,
.product-info-main .special-price .price-label:after,
.product-options-bottom .special-price .price-label:after {
  content: ': ';
}
.product-info-main .box-tocart,
.product-options-bottom .box-tocart {
  margin-right: 1.3rem;
  margin-bottom: 1.3rem;
}
.product-info-main .box-tocart .fieldset,
.product-options-bottom .box-tocart .fieldset {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-bottom: 0;
}
.product-info-main .box-tocart .fieldset #paypal-smart-button,
.product-options-bottom .box-tocart .fieldset #paypal-smart-button {
  text-align: left;
  margin-top: 1rem;
}
.product-info-main .box-tocart .actions,
.product-options-bottom .box-tocart .actions {
  text-align: center;
}
.product-info-main .box-tocart .field.qty,
.product-options-bottom .box-tocart .field.qty {
  padding-right: 2rem;
  margin-bottom: 0;
}
.product-info-main .box-tocart .field.qty label,
.product-options-bottom .box-tocart .field.qty label {
  display: none;
}
.product-info-main .box-tocart .input-text.qty,
.product-options-bottom .box-tocart .input-text.qty {
  text-align: center;
  width: 40px;
  font-weight: var(--heading__font-weight__base);
}
.product-info-main .box-tocart .actions,
.product-options-bottom .box-tocart .actions {
  text-align: center;
}
.product-info-main .product-addto-links,
.product-options-bottom .product-addto-links {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 1.3rem;
}
.product-info-main .product-addto-links .action,
.product-options-bottom .product-addto-links .action {
  transition: 0.3s all ease-in;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  font-size: 1.4rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.product-info-main .product-addto-links .action span,
.product-options-bottom .product-addto-links .action span {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.product-info-main .product-addto-links .action:not(:last-child),
.product-options-bottom .product-addto-links .action:not(:last-child) {
  margin-right: 1.3rem;
}
.product-info-main .product-addto-links .action:not(:hover),
.product-options-bottom .product-addto-links .action:not(:hover) {
  color: var(--text__color);
}
.product-info-main .action.tocompare,
.product-options-bottom .action.tocompare {
  vertical-align: middle;
}
.product-options-bottom {
  margin: 0.7rem 0 1.7rem;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.prices-tier {
  background: #f5f5f5;
  margin: 12px 0;
  padding: 12px 18px;
}
.prices-tier .price-container {
  display: inline-block;
}
.prices-tier .price-including-tax,
.prices-tier .price-excluding-tax,
.prices-tier .weee {
  display: inline-block;
}
.prices-tier .price-including-tax .price,
.prices-tier .price-excluding-tax .price,
.prices-tier .weee .price {
  font-size: 1.4rem;
  font-weight: var(--heading__font-weight__base);
}
.ui-dialog-titlebar-close {
  line-height: 1.75;
  margin: 0;
  padding: 0;
  color: var(--link__color);
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
}
.ui-dialog-titlebar-close:visited {
  color: var(--link__color);
  text-decoration: none;
}
.ui-dialog-titlebar-close:hover {
  color: var(--link__hover__color);
  text-decoration: none;
}
.ui-dialog-titlebar-close:active {
  color: #222;
  text-decoration: none;
}
.ui-dialog-titlebar-close:hover,
.ui-dialog-titlebar-close:active,
.ui-dialog-titlebar-close:focus {
  background: none;
  border: 0;
}
.ui-dialog-titlebar-close.disabled,
.ui-dialog-titlebar-close[disabled],
fieldset[disabled] .ui-dialog-titlebar-close {
  color: var(--link__color);
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.block.related .action.select {
  margin: 0 6px;
}
.block-compare .block-title .counter,
.block-wishlist .block-title .counter {
  display: none;
}
.sidebar .product-items .product-item {
  margin-bottom: 24px;
  position: relative;
  background: transparent;
}
.sidebar .product-items .product-item-info {
  position: relative;
  width: auto;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}
.sidebar .product-items .product-item-info > * {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.sidebar .product-items .product-item-name {
  margin-top: 0;
}
.sidebar .product-items .product-item-details {
  flex: 1;
}
.sidebar .product-items .product-item-actions {
  display: block;
  margin-top: 0;
}
.sidebar .product-items .product-item-actions > div {
  margin-bottom: 0.8rem;
}
.sidebar .product-items .product-item-actions .actions-primary {
  margin-right: 1rem;
}
.sidebar .product-items .product-item-actions .actions-primary .action.tocart {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
  border-radius: 0;
  padding: 0;
  font-size: 1.3rem;
  border-bottom: 2px solid;
}
.sidebar .product-items .product-item-actions .actions-primary .action.tocart:focus,
.sidebar .product-items .product-item-actions .actions-primary .action.tocart:active {
  background: none;
  border: none;
}
.sidebar .product-items .product-item-actions .actions-primary .action.tocart:hover {
  background: none;
  border: none;
}
.sidebar .product-items .product-item-actions .actions-primary .action.tocart.disabled,
.sidebar .product-items .product-item-actions .actions-primary .action.tocart[disabled],
fieldset[disabled] .sidebar .product-items .product-item-actions .actions-primary .action.tocart {
  pointer-events: none;
  opacity: 0.5;
}
.sidebar .product-items .product-item-actions .actions-primary .action.tocart:not(:hover) {
  color: var(--heading__color__base);
}
.sidebar .product-items .product-item-actions .actions-primary .action.tocart:hover {
  color: var(--link__hover__color);
}
.sidebar .product-items .product-item-actions .actions-primary .action.tocart:before {
  display: none;
}
.sidebar .product-items .product-item-actions .button_quickview a:before {
  display: none;
}
.sidebar .product-items .product-item-actions .button_quickview a:not(:hover) {
  color: var(--heading__color__base);
}
.sidebar .product-items .price-box {
  display: block;
  margin: 3px 0;
}
.sidebar .product-items .text {
  margin-right: 8px;
}
.sidebar .product-items .counter {
  color: #7ddae8;
  font-size: 1.2rem;
  white-space: nowrap;
}
.sidebar .product-items .minilist .price {
  display: inline;
  padding: 0;
}
.sidebar .product-items .minilist .weee:before {
  display: inline-block;
}
.sidebar .actions-toolbar .primary .action {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
}
.sidebar .actions-toolbar .primary .action:focus,
.sidebar .actions-toolbar .primary .action:active {
  background: none;
  border: none;
}
.sidebar .actions-toolbar .primary .action:hover {
  background: none;
  border: none;
}
.sidebar .actions-toolbar .primary .action.disabled,
.sidebar .actions-toolbar .primary .action[disabled],
fieldset[disabled] .sidebar .actions-toolbar .primary .action {
  pointer-events: none;
  opacity: 0.5;
}
.sidebar .actions-toolbar .primary .action:not(:hover) {
  color: var(--heading__color__base);
}
.sidebar .actions-toolbar .primary .action:hover {
  color: var(--link__hover__color);
}
.sidebar .action.delete {
  position: absolute;
  right: 0;
  top: 0;
}
.sidebar .action.delete:before {
  font-size: 2rem;
}
.sidebar .product-items-images {
  margin-left: -6px;
}
.sidebar .product-items-images .product-item {
  float: left;
  padding-left: 6px;
}
.sidebar .product-items-names .product-item {
  display: flex;
  margin-bottom: 12px;
}
.sidebar .product-items-names .product-item-name {
  margin: 0;
}
.catalog-category-view.page-layout-1column .column.main {
  min-height: inherit;
}
body.catalog-product-compare-index .action.print {
  float: right;
  margin: 15px 0;
}
.table-wrapper.comparison {
  clear: both;
  max-width: 100%;
  overflow-x: auto;
}
.table-comparison {
  table-layout: fixed;
}
.table-comparison .cell.label,
.table-comparison td:last-child {
  border-right: 1px solid #ddd;
}
.table-comparison .cell {
  padding: 15px;
  width: 140px;
}
.table-comparison .cell .attribute.value {
  overflow: hidden;
  width: 100%;
}
.table-comparison .cell.product.info,
.table-comparison .cell.product.label {
  border-bottom: 1px solid #ddd;
}
.table-comparison .cell.label .attribute.label {
  display: block;
  width: 100%;
  word-wrap: break-word;
}
.table-comparison .cell.attribute {
  font-size: 1.3rem;
}
.table-comparison .cell.attribute img {
  height: auto;
  max-width: 100%;
}
.table-comparison .product-item-photo {
  display: block;
  margin: 0 auto 15px;
}
.table-comparison .product-image-photo {
  margin-left: 0;
}
.table-comparison .product-item-actions,
.table-comparison .price-box,
.table-comparison .product.rating,
.table-comparison .product-item-name {
  display: block;
  margin: 15px 0;
}
.table-comparison .product-addto-links {
  margin-top: 15px;
}
.table-comparison .product-addto-links .action.split,
.table-comparison .product-addto-links .action.toggle {
  line-height: 1.2rem;
  padding: 6px 8px;
  font-size: 1.1rem;
}
.table-comparison .product-addto-links .action.toggle {
  padding: 0;
}
.table-comparison .cell.remove {
  padding-bottom: 0;
  padding-top: 0;
  text-align: right;
}
.table-comparison .product-item-actions > .actions-primary + .actions-secondary {
  margin-top: 12px;
}
.table-comparison .action.tocart {
  white-space: nowrap;
}
.comparison.headings {
  background: #fff;
  left: 0;
  position: absolute;
  top: 0;
  width: auto;
  z-index: 2;
}
.block-compare .product-item .product-item-name {
  font-weight: var(--text-weight);
}
.block-compare .action.delete {
  right: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.block-compare .actions-toolbar {
  margin: 2rem 0 0;
}
.block-compare .actions-toolbar .secondary a.action {
  margin-top: 0;
}
.search-autocomplete {
  margin-top: 0;
}
.block-search {
  margin-bottom: 0;
  position: relative;
  z-index: 4;
}
.block-search .block-title {
  display: none;
}
.block-search .block-content {
  margin-bottom: 0;
}
.block-search .label {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.block-search .action.search {
  display: inline-block;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
  padding: 6px 0;
  position: absolute;
  right: 10px;
  top: 0;
  z-index: 1;
}
.block-search .action.search > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.block-search .action.search:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: var(--header-icons-color);
  content: '\e615';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.block-search .action.search:hover:before {
  color: inherit;
}
.block-search .action.search:active:before {
  color: inherit;
}
.block-search .action.search:focus,
.block-search .action.search:active {
  background: none;
  border: none;
}
.block-search .action.search:hover {
  background: none;
  border: none;
}
.block-search .action.search.disabled,
.block-search .action.search[disabled],
fieldset[disabled] .block-search .action.search {
  pointer-events: none;
  opacity: 0.5;
}
.block-search .action.search:focus:before {
  color: #333;
}
.block-search input {
  margin: 0;
}
.block-search input::-webkit-input-placeholder {
  color: #999999;
}
.block-search input:-moz-placeholder {
  color: #999999;
}
.block-search input::-moz-placeholder {
  color: #999999;
}
.block-search input:-ms-input-placeholder {
  color: #999999;
}
.block-search .nested {
  display: none;
}
.search-autocomplete {
  display: none;
  margin-top: -15px;
  overflow: hidden;
  position: absolute;
  z-index: 3;
}
.search-autocomplete ul {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.search-autocomplete ul li {
  border-top: 1px solid #e5e5e5;
  cursor: pointer;
  margin: 0;
  padding: 6px 48px 6px 12px;
  position: relative;
  text-align: left;
  white-space: normal;
}
.search-autocomplete ul li:not(:empty) {
  border-top: 0;
  border: 1px solid #ccc;
  background: #fff;
}
.search-autocomplete ul li:first-child {
  border-top: none;
}
.search-autocomplete ul li:hover,
.search-autocomplete ul li.selected {
  background: #e8e8e8;
}
.search-autocomplete ul li .amount {
  color: #999;
  position: absolute;
  right: 7px;
  top: 6px;
}
.form.search.advanced .fields.range .field:first-child {
  position: relative;
}
.form.search.advanced .fields.range .field:first-child .control {
  padding-right: 25px;
}
.form.search.advanced .fields.range .field:first-child .control:after {
  content: ' \2013 ';
  display: inline-block;
  position: absolute;
  right: 0;
  text-align: center;
  top: 6px;
  width: 25px;
}
.form.search.advanced .fields.range .field:last-child {
  position: relative;
}
.form.search.advanced .fields.range .field:last-child div.mage-error[generated] {
  left: 0;
  position: absolute;
  top: 32px;
}
.form.search.advanced .fields.range .field.with-addon .control {
  padding-right: 45px;
}
.form.search.advanced .group.price .addon .addafter {
  background: none;
  border: 0;
  padding-top: 6px;
  position: absolute;
  right: 0;
  top: 0;
}
.search.summary {
  margin-bottom: 12px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
*/
.form.contact {
  float: none;
  width: 100%;
  margin-bottom: 3rem;
}
.form.contact .row.field {
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 0;
}
.form.contact .row.field > div {
  margin-bottom: 24px;
}
.form.contact .control {
  line-height: 1;
}
.form.contact .actions-toolbar > .primary,
.form.contact .actions-toolbar > .secondary {
  text-align: left;
}
/* */
/* */
/* */
/* */
/* */
/* */
.filter-options .filter-options-title,
.block .filter-options-title,
.filter-options .block-title strong,
.block .block-title strong {
  cursor: pointer;
  overflow: hidden;
  position: relative;
  word-break: break-all;
  z-index: 1;
  font-size: 1.6rem;
  font-weight: 500;
  color: var(--heading__color__base);
}
.filter.block {
  margin-bottom: 0;
}
.filter-title strong[data-count]:after {
  color: #fff;
  background: var(--theme__color__primary);
  border-radius: 2px;
  content: attr(data-count);
  display: inline-block;
  font-size: 0.8em;
  line-height: 1;
  margin: 0 6px;
  min-width: 1em;
  padding: 2px;
}
.filter-title strong.disabled {
  opacity: 0.5;
}
.filter .block-subtitle {
  border-bottom: 1px solid #e6e6e6;
  font-size: 14px;
  line-height: 1em;
  padding-bottom: 1.8rem;
}
.filter-subtitle {
  display: none;
}
.filter-current {
  margin: 0;
}
.filter-current .items {
  padding: 6px 12px;
  padding-left: 0;
}
.filter-current .item {
  padding-left: 20px;
  position: relative;
  z-index: 1;
  color: var(--heading__color__base);
}
.filter .filter-current-subtitle {
  border: none;
  display: block;
  padding-bottom: 12px;
}
.filter-current .action.remove {
  left: -5px;
  position: absolute;
}
.filter-actions {
  margin-bottom: 30px;
}
.filter-actions a:not(:hover) {
  color: var(--heading__color__base);
}
.filter-label {
  font-weight: var(--heading__font-weight__base);
}
.filter-label:after {
  content: ': ';
}
.filter-value {
  color: var(--text__color);
}
.filter-options {
  display: none;
  margin: 0;
}
.filter-options-content {
  margin: 0;
}
.filter-options-content ul,
.filter-options-content ol {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
.filter-options-content .item {
  margin: 12px 0;
}
.filter-options-content .item:last-child {
  margin-bottom: 0;
}
.filter-options-content .item:first-child {
  margin-top: 0;
}
.filter-options-content a {
  color: var(--heading__color__base);
  margin-right: -5px;
  padding-right: 7px;
}
.filter-options-content a:hover {
  color: var(--link__hover__color);
  text-decoration: none;
}
.filter-options-content a:hover + .count {
  background-color: #e8e8e8;
}
.filter-options-content .count {
  color: var(--text__color);
  font-weight: 300;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 1.3rem;
}
.filter-options-content .count:before {
  content: '(';
}
.filter-options-content .count:after {
  content: ')';
}
.filter-options-content .swatch-attribute .swatch-option {
  min-width: 2.6rem;
  width: 2.6rem;
  height: 2.6rem;
  font-size: 0.85714rem;
  padding: 0;
  margin: 0 7px 5px 0;
  background: transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  text-transform: uppercase;
  outline: none;
  background-size: cover !important;
}
.filter-options-content .swatch-attribute .swatch-option:focus {
  box-shadow: none;
  border-color: var(--theme__color__primary);
}
/* */
.block.newsletter {
  position: relative;
  z-index: 2;
}
.block.newsletter .form.subscribe {
  display: table;
  width: 100%;
}
.block.newsletter .fieldset {
  display: table-cell;
  margin: 0;
  padding: 0;
  vertical-align: top;
}
.block.newsletter .field {
  margin: 0;
}
.block.newsletter .field .control {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  flex-wrap: wrap;
  margin: auto;
  width: 100%;
  justify-content: center;
  align-items: center;
}
.block.newsletter .field .control .input-focus {
  flex: 1;
}
.block.newsletter input {
  padding: 0 0 0 20px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.block.newsletter .title {
  display: none;
}
.block.newsletter .action.subscribe {
  margin-left: -1px;
  border-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.block.newsletter div.mage-error[generated] {
  position: absolute;
}
/* */
/* */
#rev_slider_119_1_wrapper {
  width: 100% !important;
  height: 214px !important;
  min-height: 214px !important;
  display: block !important;
  overflow: hidden !important;
}
body {
  background-color: #fff;
}
.page-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
}
.page-main {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.page-header {
  background-color: var(--header__background-color);
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 24px;
}
.header.content {
  padding-top: 12px;
  position: relative;
}
.logo {
  float: left;
  margin: 0 0 12px 48px;
  max-width: 50%;
  position: relative;
  z-index: 3;
}
.logo img {
  display: block;
}
.page-print .logo {
  float: none;
}
.page-main > .page-title-wrapper .page-title + .action {
  margin-top: 36px;
}
.action.skip:focus {
  background: #f0f0f0;
  padding: 12px;
  box-sizing: border-box;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 15;
}
.action-skip-wrapper {
  height: 0;
  position: relative;
}
.message.global p {
  margin: 0;
}
.message.global.noscript,
.message.global.cookie {
  margin: 0 0 12px;
  padding: 12px 24px;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #ffee9c;
  border-color: #d6ca8e;
  color: var(--text__color);
  margin: 0;
}
.message.global.noscript a,
.message.global.cookie a {
  color: var(--link__color);
}
.message.global.noscript a:hover,
.message.global.cookie a:hover {
  color: var(--link__hover__color);
}
.message.global.noscript a:active,
.message.global.cookie a:active {
  color: #222;
}
.message.global.cookie {
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  z-index: 3;
}
.message.global.cookie .actions {
  margin-top: 12px;
}
.message.global.demo {
  margin: 0 0 12px;
  padding: 12px 24px;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #ff0101;
  border-color: #ff0101;
  color: #fff;
  margin-bottom: 0;
  text-align: center;
}
.message.global.demo a {
  color: var(--link__color);
}
.message.global.demo a:hover {
  color: var(--link__hover__color);
}
.message.global.demo a:active {
  color: #222;
}
.page-footer {
  margin-top: auto;
}
.footer.content {
  border-top: 1px solid #e6e6e6;
  margin-top: 25px;
  padding-bottom: 25px;
  padding-top: 25px;
}
.footer.content .links > li {
  margin: 0 0 8px;
}
.footer.content .switcher-store {
  margin: 0 0 30px;
}
.footer .copyright,
.footer .bugs {
  display: block;
  margin: 20px 0 0;
}
.page-header .switcher,
.page-footer .switcher {
  margin-right: 10px;
}
.page-header .switcher .options,
.page-footer .switcher .options {
  display: inline-block;
  position: relative;
}
.page-header .switcher .options:before,
.page-footer .switcher .options:before,
.page-header .switcher .options:after,
.page-footer .switcher .options:after {
  content: '';
  display: table;
}
.page-header .switcher .options:after,
.page-footer .switcher .options:after {
  clear: both;
}
.page-header .switcher .options .action.toggle,
.page-footer .switcher .options .action.toggle {
  padding: 0;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}
.page-header .switcher .options .action.toggle > span,
.page-footer .switcher .options .action.toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.page-header .switcher .options .action.toggle:after,
.page-footer .switcher .options .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.page-header .switcher .options .action.toggle:hover:after,
.page-footer .switcher .options .action.toggle:hover:after {
  color: inherit;
}
.page-header .switcher .options .action.toggle:active:after,
.page-footer .switcher .options .action.toggle:active:after {
  color: inherit;
}
.page-header .switcher .options .action.toggle.active,
.page-footer .switcher .options .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.page-header .switcher .options .action.toggle.active > span,
.page-footer .switcher .options .action.toggle.active > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.page-header .switcher .options .action.toggle.active:after,
.page-footer .switcher .options .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e621';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.page-header .switcher .options .action.toggle.active:hover:after,
.page-footer .switcher .options .action.toggle.active:hover:after {
  color: inherit;
}
.page-header .switcher .options .action.toggle.active:active:after,
.page-footer .switcher .options .action.toggle.active:active:after {
  color: inherit;
}
.page-header .switcher .options ul.dropdown,
.page-footer .switcher .options ul.dropdown {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #fff;
  border: 1px solid #bbb;
  margin-top: 4px;
  min-width: 160px;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.page-header .switcher .options ul.dropdown li,
.page-footer .switcher .options ul.dropdown li {
  margin: 0;
  padding: 0;
}
.page-header .switcher .options ul.dropdown li:hover,
.page-footer .switcher .options ul.dropdown li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.page-header .switcher .options ul.dropdown:before,
.page-footer .switcher .options ul.dropdown:before,
.page-header .switcher .options ul.dropdown:after,
.page-footer .switcher .options ul.dropdown:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.page-header .switcher .options ul.dropdown:before,
.page-footer .switcher .options ul.dropdown:before {
  border: 6px solid;
  border-color: transparent transparent #fff transparent;
  z-index: 99;
}
.page-header .switcher .options ul.dropdown:after,
.page-footer .switcher .options ul.dropdown:after {
  border: 7px solid;
  border-color: transparent transparent #bbb transparent;
  z-index: 98;
}
.page-header .switcher .options ul.dropdown:before,
.page-footer .switcher .options ul.dropdown:before {
  left: 10px;
  top: -12px;
}
.page-header .switcher .options ul.dropdown:after,
.page-footer .switcher .options ul.dropdown:after {
  left: 9px;
  top: -14px;
}
.page-header .switcher .options.active,
.page-footer .switcher .options.active {
  overflow: visible;
}
.page-header .switcher .options.active ul.dropdown,
.page-footer .switcher .options.active ul.dropdown {
  display: block;
}
.page-header .switcher .options ul.dropdown a,
.page-footer .switcher .options ul.dropdown a {
  display: block;
  padding: 8px;
}
.page-header .switcher .options ul.dropdown a:hover,
.page-footer .switcher .options ul.dropdown a:hover {
  text-decoration: none;
}
.page-header .switcher li,
.page-footer .switcher li {
  font-size: 12px;
  margin: 0;
}
.page-header .switcher strong,
.page-footer .switcher strong {
  font-weight: 400;
}
.widget {
  clear: both;
}
.page-header .widget.block {
  margin: 24px 0;
}
.ui-datepicker td {
  padding: 0;
}
/* */
.toolbar.wishlist-toolbar .limiter {
  float: right;
}
.toolbar.wishlist-toolbar .main .pages {
  display: inline-block;
  position: relative;
  z-index: 0;
}
.toolbar.wishlist-toolbar .toolbar-amount,
.toolbar.wishlist-toolbar .limiter {
  display: inline-block;
  z-index: 1;
}
.product-items .action.towishlist:before,
.products.list.items .action.towishlist:before,
.table-comparison .action.towishlist:before {
  content: '\e601';
}
.account .table-wrapper .data.table.wishlist > thead > tr > th,
.account .table-wrapper .data.table.wishlist > tbody > tr > th,
.account .table-wrapper .data.table.wishlist > tfoot > tr > th,
.account .table-wrapper .data.table.wishlist > thead > tr > td,
.account .table-wrapper .data.table.wishlist > tbody > tr > td,
.account .table-wrapper .data.table.wishlist > tfoot > tr > td {
  border-top: 1px solid #ddd;
}
.account .table-wrapper .data.table.wishlist > caption + thead > tr:first-child > th,
.account .table-wrapper .data.table.wishlist > colgroup + thead > tr:first-child > th,
.account .table-wrapper .data.table.wishlist > thead:first-child > tr:first-child > th,
.account .table-wrapper .data.table.wishlist > caption + thead > tr:first-child > td,
.account .table-wrapper .data.table.wishlist > colgroup + thead > tr:first-child > td,
.account .table-wrapper .data.table.wishlist > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.account .table-wrapper .data.table.wishlist > tbody + tbody {
  border-top: 1px solid #ddd;
}
.account .table-wrapper .data.table.wishlist thead > tr > th {
  border-bottom: 0;
}
.account .table-wrapper .data.table.wishlist tbody > tr:last-child > td {
  border-bottom: 1px solid #ddd;
}
.account .table-wrapper .data.table.wishlist .product.name {
  display: inline-block;
  margin-bottom: 12px;
}
.account .table-wrapper .data.table.wishlist .box-tocart {
  margin: 12px 0;
}
.account .table-wrapper .data.table.wishlist .box-tocart .qty {
  vertical-align: middle;
}
.account .table-wrapper .data.table.wishlist .col.item {
  width: 50%;
}
.account .table-wrapper .data.table.wishlist .col.photo {
  max-width: 150px;
}
.account .table-wrapper .data.table.wishlist .col.selector {
  max-width: 15px;
}
.account .table-wrapper .data.table.wishlist textarea {
  margin: 12px 0;
}
.account .table-wrapper .data.table.wishlist .input-text.qty {
  margin-bottom: 12px;
}
.account .table-wrapper .data.table.wishlist .action.primary {
  vertical-align: top;
}
.account .table-wrapper .data.table.wishlist .price {
  font-weight: var(--heading__font-weight__base);
}
.block-wishlist .product-item-name {
  margin-right: 30px;
}
.products-grid.wishlist .product-item {
  margin: 0 0 3rem;
}
.products-grid.wishlist .product-item:nth-child(3n + 1) {
  margin-left: 0;
}
.products-grid.wishlist .product-item-photo {
  display: block;
  margin-bottom: 12px;
}
.products-grid.wishlist .product-item-info {
  width: 100%;
}
.products-grid.wishlist .product-item-name {
  margin-top: 0;
}
.products-grid.wishlist .product-item .price-box {
  margin: 0;
}
.products-grid.wishlist .product-item .price-as-configured {
  margin-bottom: 0;
}
.products-grid.wishlist .product-item-comment {
  display: block;
  height: 60px;
  margin: 12px 0 8px;
}
.products-grid.wishlist .product-item .box-tocart .fieldset {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  margin: 1rem 0 0;
}
.products-grid.wishlist .product-item .box-tocart .fieldset > * {
  margin-bottom: 1rem;
}
.products-grid.wishlist .product-item .box-tocart .fieldset .field.qty {
  padding-right: 5px;
  display: block;
}
.products-grid.wishlist .product-item .box-tocart .fieldset .field.qty label {
  font-size: 1.2rem;
  margin-bottom: 1rem;
}
.products-grid.wishlist .product-item .box-tocart .fieldset .field.qty > .control {
  float: none;
}
.products-grid.wishlist .product-item .box-tocart .fieldset .field.qty > .control input {
  border-radius: 2px;
}
.products-grid.wishlist .product-item .box-tocart .fieldset .product-item-actions {
  flex: 1;
}
.products-grid.wishlist .product-item .box-tocart .fieldset .product-item-actions .actions-primary .tocart {
  border-radius: 2px;
}
.products-grid.wishlist .product-item .box-tocart .fieldset .product-item-actions .actions-primary .tocart:before {
  display: none;
}
.products-grid.wishlist .product-item .box-tocart input.qty {
  height: 32px;
}
.products-grid.wishlist .product-item .product-item-inner > .product-item-actions {
  margin: 0;
}
.products-grid.wishlist .product-item .product-item-inner > .product-item-actions > * {
  margin-right: 15px;
}
.products-grid.wishlist .product-item .product-item-inner > .product-item-actions > *:last-child {
  margin-right: 0;
}
.products-grid.wishlist .product-item .product-item-inner > .product-item-actions .action.edit:not(:hover),
.products-grid.wishlist .product-item .product-item-inner > .product-item-actions .action.delete:not(:hover) {
  color: #999;
}
.wishlist-index-index .actions-toolbar .primary .update,
.wishlist-index-index .actions-toolbar .primary .share {
  background-color: #f6f6f6;
  border-color: #f6f6f6;
  color: var(--heading__color__base);
  font-weight: var(--text-weight);
}
.wishlist-index-index .actions-toolbar .primary .tocart {
  background-color: var(--button__hover__background);
  border-color: var(--button__hover__background);
  color: var(--button__hover__color);
}
body .mfp-close {
  font-size: 0 !important;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
}
body .mfp-close:focus,
body .mfp-close:active {
  background: none;
  border: none;
}
body .mfp-close:hover {
  background: none;
  border: none;
}
body .mfp-close.disabled,
body .mfp-close[disabled],
fieldset[disabled] body .mfp-close {
  pointer-events: none;
  opacity: 0.5;
}
body .mfp-close:after {
  content: "\e680";
  font-family: Pe-icon-7-stroke;
  font-size: 4rem;
  line-height: 1;
  color: var(--heading__color__base);
  font-weight: normal;
  text-align: center;
  display: inline-block;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  -webkit-font-smoothing: antialiased;
  transition: 0.3s all ease-in;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media all and (min-width: 1200px) {
  body .mfp-close:hover,
  body .mfp-close:active {
    color: var(--heading__color__base);
  }
  body .mfp-close:hover:after,
  body .mfp-close:active:after {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}
body .mfp-bg {
  background-color: transparent;
  opacity: 1;
}
body .mfp-bg:after {
  content: '';
  display: block;
  position: fixed;
  z-index: 4;
  top: 0;
  left: 0;
  right: 0;
  height: 100vh;
  opacity: 0;
  pointer-events: none;
  background: rgba(0, 0, 0, 0.6);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
  cursor: url('../../frontend/bluesky/bluesky_kalles_default/en_US/images/my-cursor.png'), pointer;
}
body .mfp-bg.mfp-ready:after {
  opacity: 1;
  pointer-events: initial;
}
body .mfp-bg.mfp-ready.mfp-removing:after {
  opacity: 0;
}
body .mfp-content {
  max-height: 95vh;
  max-width: 910px;
  overflow: hidden;
  -webkit-animation: 0.4s cubic-bezier(0.26, 0.54, 0.32, 1) forwards fadeInLeftShort;
  -moz-animation: 0.4s cubic-bezier(0.26, 0.54, 0.32, 1) forwards fadeInLeftShort;
  -ms-animation: 0.4s cubic-bezier(0.26, 0.54, 0.32, 1) forwards fadeInLeftShort;
  animation: 0.4s cubic-bezier(0.26, 0.54, 0.32, 1) forwards fadeInLeftShort;
}
body .mfp-zoom-in {
  /* animate in */
  /* animate out */
}
body .mfp-zoom-in .mfp-content {
  -webkit-animation: 0.4s cubic-bezier(0.26, 0.54, 0.32, 1) forwards fadeOutRightShort;
  -moz-animation: 0.4s cubic-bezier(0.26, 0.54, 0.32, 1) forwards fadeOutRightShort;
  -ms-animation: 0.4s cubic-bezier(0.26, 0.54, 0.32, 1) forwards fadeOutRightShort;
  animation: 0.4s cubic-bezier(0.26, 0.54, 0.32, 1) forwards fadeOutRightShort;
}
body .mfp-zoom-in.mfp-ready .mfp-content {
  -webkit-animation: 0.4s cubic-bezier(0.26, 0.54, 0.32, 1) forwards fadeInLeftShort;
  -moz-animation: 0.4s cubic-bezier(0.26, 0.54, 0.32, 1) forwards fadeInLeftShort;
  -ms-animation: 0.4s cubic-bezier(0.26, 0.54, 0.32, 1) forwards fadeInLeftShort;
  animation: 0.4s cubic-bezier(0.26, 0.54, 0.32, 1) forwards fadeInLeftShort;
}
body .mfp-zoom-in.mfp-removing .mfp-content {
  -webkit-animation: 0.4s cubic-bezier(0.26, 0.54, 0.32, 1) forwards fadeOutRightShort;
  -moz-animation: 0.4s cubic-bezier(0.26, 0.54, 0.32, 1) forwards fadeOutRightShort;
  -ms-animation: 0.4s cubic-bezier(0.26, 0.54, 0.32, 1) forwards fadeOutRightShort;
  animation: 0.4s cubic-bezier(0.26, 0.54, 0.32, 1) forwards fadeOutRightShort;
}
body .mfp-iframe-scaler .mfp-iframe {
  box-shadow: none;
  background: transparent;
}
body .mfp-iframe-scaler * {
  opacity: 0;
  transition: 0.3s all ease-in;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  transition-delay: 0.3s;
}
body .mfp-ready .mfp-iframe-scaler * {
  opacity: 1;
}
.blueskytechco_quickview-product-view {
  overflow: hidden;
}
.blueskytechco_quickview-product-view:not(.thumb_slide) {
  overflow-y: auto;
}
.blueskytechco_quickview-product-view .page.messages {
  position: relative;
  z-index: 2;
}
.blueskytechco_quickview-product-view .column.main > div {
  box-sizing: border-box;
}
.blueskytechco_quickview-product-view .product-reviews-summary .reviews-actions {
  display: none;
}
.blueskytechco_quickview-product-view .product-options-bottom {
  float: none !important;
  width: 100% !important;
}
.blueskytechco_quickview-product-view .bundle-options-container .legend.title {
  font-size: 3rem;
}
.blueskytechco_quickview-product-view .bundle-options-container .bundle-options-wrapper,
.blueskytechco_quickview-product-view .bundle-options-container .product-options-wrapper,
.blueskytechco_quickview-product-view .bundle-options-container .block-bundle-summary {
  float: none !important;
  width: 100%;
  margin-top: 30px;
  padding: 0;
}
.blueskytechco_quickview-product-view .page-title-wrapper .page-title {
  font-size: 3rem;
}
.blueskytechco_quickview-product-view .product-info-main {
  padding: 20px;
}
.blueskytechco_quickview-product-view .field.downloads > .label {
  font-weight: bold;
  margin: 0 0 8px;
  display: inline-block;
}
.blueskytechco_quickview-product-view .page-wrapper #maincontent {
  padding: 0;
  background: #fff;
  width: 100% !important;
}
.blueskytechco_quickview-product-view .vertical_left .fotorama__stage[style*="lef"] {
  margin-left: 10px;
}
.blueskytechco_quickview-product-view .vertical_right .fotorama__stage[style*="lef"] {
  margin-left: 0;
}
.blueskytechco_quickview-product-view > *:not(.page-wrapper, .swatch-option-tooltip, .modals-wrapper) {
  display: none;
}
.blueskytechco_quickview-product-view .modals-wrapper .checkmark {
  display: none;
}
.blueskytechco_quickview-product-view .page-wrapper > *:not(#maincontent, .ajaxsuite-popup-wrapper) {
  display: none;
}
.mfp-container.mfp-iframe-holder .mfp-close {
  top: -5px;
  right: 10px;
  width: auto;
  color: #838383;
  font-weight: normal;
  padding: 5px;
}
.mfp-container.mfp-iframe-holder .mfp-iframe-scaler {
  padding-top: 68.7%;
}
.mfp-container.mfp-iframe-holder .mfp-preloader {
  display: inline-block;
  color: transparent;
  border: 3px solid;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border-color: #616161 #E0E0E0 #E0E0E0 #E0E0E0;
  line-height: 1;
  -webkit-animation: bls-spin 0.5s infinite linear;
  -moz-animation: bls-spin 0.5s infinite linear;
  -ms-animation: bls-spin 0.5s infinite linear;
  animation: bls-spin 0.5s infinite linear;
  vertical-align: middle;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.vertical_right .fotorama__nav-wrap--vertical.fotorama__nav-wrap {
  left: auto;
  right: 0;
}
.vertical_right .fotorama__stage {
  left: 0 !important;
}
.vertical_right .fotorama__stage .fotorama__img {
  left: 0;
  top: 0;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  transform: none;
}
.vertical_left .fotorama__stage .fotorama__img {
  left: 0;
  top: 0;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  transform: none;
}
.button_quickview {
  display: inline-block;
  vertical-align: middle;
}
.button_quickview .link-quickview {
  display: inline-block;
  text-decoration: none;
}
.button_quickview .link-quickview > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.button_quickview .link-quickview:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  line-height: 20px;
  color: inherit;
  content: '\e615';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.button_quickview .link-quickview span {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.wishlist.split.button {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.wishlist.split.button:before,
.wishlist.split.button:after {
  content: '';
  display: table;
}
.wishlist.split.button:after {
  clear: both;
}
.wishlist.split.button .action.split {
  float: left;
  margin: 0;
}
.wishlist.split.button .action.toggle {
  float: right;
  margin: 0;
}
.wishlist.split.button button.action.split,
.wishlist.split.button .cart.table-wrapper .actions-toolbar > .action.action.split {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.wishlist.split.button button + .action.toggle,
.wishlist.split.button .cart.table-wrapper .actions-toolbar > .action + .action.toggle {
  border-bottom-left-radius: 0;
  border-left: 0;
  border-top-left-radius: 0;
}
.wishlist.split.button .action.toggle {
  display: inline-block;
  text-decoration: none;
}
.wishlist.split.button .action.toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.wishlist.split.button .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: var(--heading__color__base);
  content: '\e622';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.wishlist.split.button .action.toggle:hover:after {
  color: #666;
}
.wishlist.split.button .action.toggle:active:after {
  color: inherit;
}
.wishlist.split.button .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.wishlist.split.button .action.toggle.active > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.wishlist.split.button .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: var(--heading__color__base);
  content: '\e621';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.wishlist.split.button .action.toggle.active:hover:after {
  color: #666;
}
.wishlist.split.button .action.toggle.active:active:after {
  color: inherit;
}
.wishlist.split.button .items {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #fff;
  border: 1px solid #bbb;
  margin-top: 4px;
  min-width: 200px;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.wishlist.split.button .items li {
  margin: 0;
  padding: 5px 5px 5px 23px;
}
.wishlist.split.button .items li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.wishlist.split.button .items:before,
.wishlist.split.button .items:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.wishlist.split.button .items:before {
  border: 6px solid;
  border-color: transparent transparent #fff transparent;
  z-index: 99;
}
.wishlist.split.button .items:after {
  border: 7px solid;
  border-color: transparent transparent #bbb transparent;
  z-index: 98;
}
.wishlist.split.button .items:before {
  left: 10px;
  top: -12px;
}
.wishlist.split.button .items:after {
  left: 9px;
  top: -14px;
}
.wishlist.split.button.active {
  overflow: visible;
}
.wishlist.split.button.active .items {
  display: block;
}
.wishlist.split.button .items {
  text-align: left;
}
.wishlist.split.button .items .item > span {
  display: block;
  padding: 5px 5px 5px 23px;
}
.wishlist.split.button .items .item:last-child:hover {
  background: #e8e8e8;
}
.wishlist.split.button .items li {
  padding: 0;
}
.table-comparison .wishlist.split.button > .action.split:before,
.product-items .wishlist.split.button > .action.split:before {
  content: '\e601';
}
.table-comparison .wishlist.split.button > .action:active,
.product-items .wishlist.split.button > .action:active,
.table-comparison .wishlist.split.button > .action:focus,
.product-items .wishlist.split.button > .action:focus,
.table-comparison .wishlist.split.button > .action:hover,
.product-items .wishlist.split.button > .action:hover {
  color: #666;
}
.table-comparison .wishlist.split.button > .action.toggle:before,
.product-items .wishlist.split.button > .action.toggle:before {
  border-left: 1px solid var(--heading__color__base);
  content: '';
  float: left;
  height: 15px;
  margin-top: 3px;
}
.product-info-main .wishlist.split.button .action.split,
.block-bundle-summary .wishlist.split.button .action.split,
.product-add-form .wishlist.split.button .action.split,
.product-info-main .wishlist.split.button .action.toggle,
.block-bundle-summary .wishlist.split.button .action.toggle,
.product-add-form .wishlist.split.button .action.toggle {
  line-height: 1.2rem;
  padding: 6px 8px;
  font-size: 1.1rem;
}
.product-info-main .wishlist.split.button .action.toggle,
.block-bundle-summary .wishlist.split.button .action.toggle,
.product-add-form .wishlist.split.button .action.toggle {
  padding: 0;
}
.cart.table-wrapper .wishlist.split.button {
  margin-bottom: 12px;
}
.cart.table-wrapper .wishlist.split.button > .action.toggle {
  padding: 4px 6px;
}
.wishlist.window.popup {
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #aeaeae;
  padding: 22px;
  width: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  transition: opacity 0.3s linear;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1001;
  display: none;
  opacity: 0;
}
.wishlist.window.popup .popup-header {
  margin: 0 0 25px;
  padding-right: 22px;
}
.wishlist.window.popup .popup-header .title {
  color: var(--heading__color__base);
  font-family: var(--heading__font-family__base);
  font-weight: var(--heading__font-weight__base);
  line-height: 1.428;
  font-size: 2.4rem;
  margin-top: 0rem;
  margin-bottom: 1.7rem;
}
.wishlist.window.popup .popup-actions .action.close {
  position: absolute;
  display: inline-block;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
  right: 12px;
  top: 12px;
}
.wishlist.window.popup .popup-actions .action.close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.wishlist.window.popup .popup-actions .action.close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e616';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.wishlist.window.popup .popup-actions .action.close:hover:before {
  color: inherit;
}
.wishlist.window.popup .popup-actions .action.close:active:before {
  color: inherit;
}
.wishlist.window.popup .popup-actions .action.close:focus,
.wishlist.window.popup .popup-actions .action.close:active {
  background: none;
  border: none;
}
.wishlist.window.popup .popup-actions .action.close:hover {
  background: none;
  border: none;
}
.wishlist.window.popup .popup-actions .action.close.disabled,
.wishlist.window.popup .popup-actions .action.close[disabled],
fieldset[disabled] .wishlist.window.popup .popup-actions .action.close {
  pointer-events: none;
  opacity: 0.5;
}
.wishlist.window.popup.active {
  opacity: 1;
}
.wishlist.window.popup.active {
  display: block;
}
.wishlist.overlay {
  transition: opacity 0.15s linear;
  background: #000;
  z-index: 899;
  bottom: 0;
  left: 0;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
}
.wishlist.overlay.active {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.wishlist.overlay.active {
  display: block;
}
.block-wishlist-management {
  position: relative;
}
.block-wishlist-management .wishlist-select .wishlist-name-label {
  font-weight: 600;
}
.block-wishlist-management .wishlist-title {
  margin-bottom: 12px;
}
.block-wishlist-management .wishlist-title strong {
  font-weight: 300;
  margin-right: 12px;
}
.block-wishlist-management .wishlist-notice {
  color: #7ddae8;
  display: inline-block;
  margin-right: 24px;
}
.block-wishlist-management .wishlist-toolbar-select,
.block-wishlist-management .wishlist-toolbar-actions {
  display: inline-block;
}
.block-wishlist-management .wishlist-toolbar-select {
  margin-right: 24px;
}
.block-wishlist-management .wishlist-dropdown.move {
  margin-right: 24px;
}
.block-wishlist-search-form .form-wishlist-search {
  margin-bottom: 72px;
  max-width: 500px;
}
.block-wishlist-search-results .toolbar-wishlist-results {
  text-align: center;
}
.block-wishlist-info-items .block-title {
  font-size: 2.2rem;
  margin-bottom: 24px;
}
.block-wishlist-info-items .block-title > strong {
  font-weight: 300;
}
.block-wishlist-info-items .product-item {
  width: 100%;
}
.block-wishlist-info-items .product-item-photo {
  margin-left: 24px;
}
.block-wishlist-info-items .product-item-info {
  width: auto;
}
.block-wishlist-info-items .product-item-info:hover .split {
  visibility: visible;
}
.block-wishlist-info-items .price-wrapper {
  display: block;
  margin: 0 0 12px;
}
.block-wishlist-info-items .split {
  clear: both;
  padding: 12px 0;
}
.block-wishlist-info-items .action.towishlist {
  padding: 12px 0;
}
.block-wishlist-info-items .input-text.qty {
  margin-right: 12px;
}
.fotorama-video-container:after {
  background: url('../../frontend/bluesky/bluesky_kalles_default/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/bluesky/bluesky_kalles_default/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-width: 320px) and (max-width: 780px) and (orientation: landscape) {
  .product-video {
    height: 100%;
    width: 81%;
  }
}
.sidebar .block-addbysku .fieldset {
  margin: 0;
}
.sidebar .block-addbysku .fieldset .fields {
  position: relative;
}
.sidebar .block-addbysku .fieldset .fields .field {
  display: inline-block;
  margin-bottom: 12px;
  vertical-align: top;
}
.sidebar .block-addbysku .fieldset .fields .field.sku {
  margin-right: -85px;
  padding-right: 90px;
  width: 100%;
}
.sidebar .block-addbysku .fieldset .fields .field.qty .qty + .mage-error {
  width: 80px;
}
.sidebar .block-addbysku .fieldset .fields .actions-toolbar {
  position: absolute;
  right: 0;
  top: 6px;
}
.sidebar .block-addbysku .form-addbysku .actions-toolbar {
  margin-bottom: 24px;
}
.sidebar .block-addbysku .form-addbysku .actions-toolbar .primary {
  text-align: left;
}
.sidebar .block-addbysku .form-addbysku .actions-toolbar .primary .action {
  width: auto;
}
.sidebar .block-addbysku .form-addbysku .actions-toolbar .secondary {
  float: none;
  text-align: left;
}
.sidebar .block-addbysku .action.add {
  display: inline-block;
  text-decoration: none;
  line-height: normal;
  padding: 2px 0;
  width: auto;
}
.sidebar .block-addbysku .action.add > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sidebar .block-addbysku .action.add:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 31px;
  line-height: 22px;
  color: inherit;
  content: '\e61c';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.sidebar .block-addbysku .action.add:hover:before {
  color: inherit;
}
.sidebar .block-addbysku .action.add:active:before {
  color: inherit;
}
.sidebar .block-addbysku .action.links {
  display: inline-block;
  margin: 24px 0 0;
}
.sidebar .block-addbysku .action.reset {
  display: block;
  margin: 12px 0;
}
.sidebar .block-addbysku .action.remove {
  display: inline-block;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
}
.sidebar .block-addbysku .action.remove > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sidebar .block-addbysku .action.remove:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 22px;
  color: inherit;
  content: '\e616';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.sidebar .block-addbysku .action.remove:hover:before {
  color: inherit;
}
.sidebar .block-addbysku .action.remove:active:before {
  color: inherit;
}
.sidebar .block-addbysku .action.remove:focus,
.sidebar .block-addbysku .action.remove:active {
  background: none;
  border: none;
}
.sidebar .block-addbysku .action.remove:hover {
  background: none;
  border: none;
}
.sidebar .block-addbysku .action.remove.disabled,
.sidebar .block-addbysku .action.remove[disabled],
fieldset[disabled] .sidebar .block-addbysku .action.remove {
  pointer-events: none;
  opacity: 0.5;
}
.block-banners .banner-item,
.block-banners-inline .banner-item {
  display: block;
}
.block-banners .banner-item-content,
.block-banners-inline .banner-item-content {
  margin-bottom: 24px;
}
.block-banners .banner-item-content img,
.block-banners-inline .banner-item-content img {
  display: block;
  margin: 0 auto;
}
.columns .block-event {
  position: relative;
  z-index: 2;
}
.block-event .block-content {
  position: relative;
}
.block-event .block-content > .action {
  cursor: pointer;
  margin-top: -6px;
  position: absolute;
  top: 50%;
  z-index: 3;
}
.block-event .block-content > .action.backward,
.block-event .block-content > .action.forward {
  opacity: 0.5;
  overflow: hidden;
  width: 20px;
  display: inline-block;
  text-decoration: none;
}
.block-event .block-content > .action.backward > span,
.block-event .block-content > .action.forward > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.block-event .block-content > .action.backward:before,
.block-event .block-content > .action.forward:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 55px;
  line-height: 30px;
  color: inherit;
  content: '\e617';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.block-event .block-content > .action.backward:before,
.block-event .block-content > .action.forward:before {
  margin-left: -15px;
}
.block-event .block-content > .action.backward {
  left: 0;
}
.block-event .block-content > .action.forward {
  right: 0;
}
.block-event .block-content > .action.forward:before {
  content: '\e608';
}
.block-event .block-content > .action.forward:before {
  margin-left: -20px;
}
.block-event .block-content > .action.inactive {
  cursor: default;
  display: none;
}
.block-event .block-content > .action:hover {
  opacity: 1;
}
.block-event .slider-panel {
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.block-event .slider-panel .slider {
  white-space: nowrap;
}
.block-event .slider-panel .slider .item {
  background: #f0f0f0;
  display: inline-block;
  text-align: center;
  vertical-align: top;
  white-space: normal;
  width: 16.35%;
}
.sidebar-main .block-event .slider-panel .slider .item,
.sidebar-additional .block-event .slider-panel .slider .item {
  width: 100%;
}
.block-event .slider-panel .slider .item img {
  max-width: 100%;
}
.block-event .slider-panel .slider .item .category-name {
  display: inline-block;
  font-size: 1.8rem;
  padding: 15px 5px 0;
  word-break: break-all;
}
.block-event .slider-panel .slider .item .ticker {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.block-event .slider-panel .slider .item .ticker li {
  display: none;
  margin: 0 5px;
}
.block-event .slider-panel .slider .item .ticker .value {
  font-size: 2.6rem;
  font-weight: 300;
}
.block-event .slider-panel .slider .item .ticker .label {
  display: block;
  font-size: 1.3rem;
}
.block-event .slider-panel .slider .item .dates {
  font-weight: 300;
}
.block-event .slider-panel .slider .item .dates .start,
.block-event .slider-panel .slider .item .dates .end,
.block-event .slider-panel .slider .item .dates .date {
  display: block;
}
.block-event .slider-panel .slider .item .dates .start:after {
  font-size: 1.8rem;
  content: '\2013';
  display: block;
}
.block-event .slider-panel .slider .item .dates .date {
  font-size: 1.8rem;
  font-weight: 300;
}
.block-event .slider-panel .slider .item .dates .time {
  font-size: 1.3rem;
}
.block-event .slider-panel .slider .item .box-event .box-content {
  padding: 5px 0 12px;
}
.block-event .slider-panel .slider .item .box-event .box-title {
  display: block;
  font-weight: 300;
  margin: 12px 0 0;
}
.block-event .slider-panel .slider .item .action.show {
  display: block;
  padding: 0;
}
.block-event .slider-panel .slider .item .action.show .category.name {
  display: inline-block;
  padding: 30px 10px 0;
}
.block-event .slider-panel .slider .item .action.show img {
  display: block;
}
.block-event .slider-panel .slider .item .action.event {
  background-image: none;
  background: var(--theme__color__primary);
  border: 2px solid var(--theme__color__primary);
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: inherit;
  font-weight: var(--button__font-weight);
  padding: 7px 25px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
  margin-top: 15px;
}
.block-event .slider-panel .slider .item .action.event:focus,
.block-event .slider-panel .slider .item .action.event:active {
  background: var(--theme__color__primary);
  border: 2px solid var(--theme__color__primary);
  color: #fff;
}
.block-event .slider-panel .slider .item .action.event:hover {
  background: var(--theme__color__primary);
  border: 2px solid var(--theme__color__primary);
  color: #fff;
}
.block-event .slider-panel .slider .item .action.event.disabled,
.block-event .slider-panel .slider .item .action.event[disabled],
fieldset[disabled] .block-event .slider-panel .slider .item .action.event {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.block-event .slider-panel .slider .item .action.event:hover {
  text-decoration: none;
}
.block-static-block.widget,
.block-cms-link.widget {
  margin-bottom: 24px;
}
.links .block-static-block.widget,
.links .block-cms-link.widget {
  margin-bottom: 0;
}
.block-cms-link-inline.widget {
  margin: 0;
}
.block-wishlist-search .form-wishlist-search {
  margin: 24px 0 0;
}
.block-cms-hierarchy-link.widget {
  display: block;
  margin-bottom: 24px;
}
.block-cms-hierarchy-link-inline.widget {
  margin: 0;
}
/* link color */
/**
//  * Copyright © Bluesky, Inc. All rights reserved.
//  * See COPYING.txt for license details.
//  */
@-webkit-keyframes fadeInsTicky {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInsTicky {
  -webkit-animation-name: fadeInsTicky;
  animation-name: fadeInsTicky;
}
.header_scroll_up .sticky-header,
.header_scroll_up.sticky-header {
  animation-name: fadeInsTicky;
  animation-duration: 1s;
  animation-fill-mode: inherit;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
.columns .column.main {
  padding-bottom: 0;
}
.columns .column.main .block:last-of-type {
  margin-bottom: 0;
}
.container-min {
  max-width: 1430px;
  margin-right: auto;
  margin-left: auto;
  width: 90%;
}
rs-slide .container,
rs-slide .container-larger {
  position: relative;
}
.page-main,
.page-header .header.panel,
.footer.content,
.container,
.container-sm,
.container-md,
.container-lg,
.container-xl,
.wrapper-the-blue-sky-slider .nivo-controlNav,
.js-marquee-wrapper,
.breadcrumbs .items {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
#cookie-status {
  text-align: center;
  padding: 10px 0;
}
body .container-products-mode-list .grid-mode-show-type-products {
  display: none !important;
}
select {
  color: var(--text__color);
  -webkit-appearance: none;
  appearance: none;
  background-image: url(../../frontend/bluesky/bluesky_kalles_default/en_US/images/icon-select.png);
  background-position: right 10px top 50%;
  background-size: auto 18px;
  background-repeat: no-repeat;
  padding-right: 3rem !important;
}
.btn.small {
  background-image: none;
  background: var(--button__background);
  border: 2px solid var(--button__color);
  color: var(--button__color);
  cursor: pointer;
  display: inline-block;
  font-family: inherit;
  font-weight: var(--button__font-weight);
  margin: 0;
  padding: 7px 5%;
  font-size: 1.4rem;
  line-height: 2.24rem;
  box-sizing: border-box;
  vertical-align: middle;
}
.btn.small:focus,
.btn.small:active {
  background: var(--button__hover__background);
  border: 2px solid var(--theme__color__primary);
  color: var(--button__hover__color);
}
.btn.small:hover {
  background: var(--button__hover__background);
  border: 2px solid var(--theme__color__primary);
  color: var(--button__hover__color);
}
.btn.small.disabled,
.btn.small[disabled],
fieldset[disabled] .btn.small {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.action.primary,
.action-primary {
  line-height: 22.4px;
}
.action.as-dark {
  background-color: #222;
  border-color: #222;
  color: #fff;
  border: 2px solid var(--button__color);
}
.flex-layout {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  flex-wrap: wrap;
}
.flex-layout.center {
  align-items: center;
  justify-content: center;
}
.flex-layout.column {
  flex-direction: column;
}
.flex-layout.no-wrap {
  flex-wrap: nowrap;
}
.flex-layout.flex-end {
  justify-content: flex-end;
}
.space-between {
  justify-content: space-between;
}
.space-around {
  justify-content: space-around;
}
.center_hozital {
  justify-content: center;
}
.center_vertical {
  align-items: center;
}
[class*="my-tooltip"] .tooltip-content {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(2px);
  -moz-transform: translateY(2px);
  -ms-transform: translateY(2px);
  transform: translateY(2px);
  transition: 0.3s all ease-in;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  transition-delay: 0.1s;
  display: block !important;
  text-align: center;
}
[class*="my-tooltip"] .tooltip-content.no-wrap {
  white-space: nowrap;
}
[class*="my-tooltip"]:hover .tooltip-content {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
}
.my-tooltip {
  position: relative;
}
.my-tooltip .tooltip-content {
  background: #383838;
  max-width: 360px;
  padding: 8px 10px;
  z-index: 100;
  display: none;
  position: absolute;
  text-align: left;
  color: #fff;
  font-family: var(--font-family-name__base);
  line-height: 1.4;
  font-size: 1.2rem;
  margin-bottom: 5px;
  bottom: 100%;
  left: 0;
}
.my-tooltip .tooltip-content:after,
.my-tooltip .tooltip-content:before {
  border: solid transparent;
  content: '';
  height: 0;
  position: absolute;
  width: 0;
}
.my-tooltip .tooltip-content:after {
  border-width: 5px;
  border-color: transparent;
}
.my-tooltip .tooltip-content:before {
  border-width: 5px;
  border-color: transparent;
}
.my-tooltip .tooltip-content:after,
.my-tooltip .tooltip-content:before {
  top: 100%;
}
.my-tooltip .tooltip-content:after {
  border-top-color: #383838;
  left: 15px;
  margin-left: -5px;
}
.my-tooltip .tooltip-content:before {
  left: 15px;
  margin-left: -5px;
}
.my-tooltip .tooltip-toggle {
  cursor: pointer;
}
.my-tooltip .tooltip-toggle:hover + .tooltip-content,
.my-tooltip .tooltip-toggle:focus + .tooltip-content,
.my-tooltip:hover .tooltip-content {
  display: block;
}
.my-tooltip-left {
  position: relative;
}
.my-tooltip-left .tooltip-content {
  background: #383838;
  max-width: 360px;
  padding: 8px 10px;
  z-index: 100;
  display: none;
  position: absolute;
  text-align: left;
  color: #fff;
  font-family: var(--font-family-name__base);
  line-height: 1.4;
  font-size: 1.2rem;
  margin-right: 5px;
  right: 100%;
  top: 0;
}
.my-tooltip-left .tooltip-content:after,
.my-tooltip-left .tooltip-content:before {
  border: solid transparent;
  content: '';
  height: 0;
  position: absolute;
  width: 0;
}
.my-tooltip-left .tooltip-content:after {
  border-width: 5px;
  border-color: transparent;
}
.my-tooltip-left .tooltip-content:before {
  border-width: 5px;
  border-color: transparent;
}
.my-tooltip-left .tooltip-content:after,
.my-tooltip-left .tooltip-content:before {
  left: 100%;
}
.my-tooltip-left .tooltip-content:after {
  border-left-color: #383838;
  margin-top: -5px;
  top: 15px;
}
.my-tooltip-left .tooltip-content:before {
  margin-top: -5px;
  top: 15px;
}
.my-tooltip-left .tooltip-toggle {
  cursor: pointer;
}
.my-tooltip-left .tooltip-toggle:hover + .tooltip-content,
.my-tooltip-left .tooltip-toggle:focus + .tooltip-content,
.my-tooltip-left:hover .tooltip-content {
  display: block;
}
.my-tooltip-top {
  position: relative;
}
.my-tooltip-top .tooltip-content {
  background: #383838;
  max-width: 360px;
  padding: 8px 10px;
  z-index: 100;
  display: none;
  position: absolute;
  text-align: left;
  color: #fff;
  font-family: var(--font-family-name__base);
  line-height: 1.4;
  font-size: 1.2rem;
  margin-bottom: 5px;
  bottom: 100%;
  left: 0;
}
.my-tooltip-top .tooltip-content:after,
.my-tooltip-top .tooltip-content:before {
  border: solid transparent;
  content: '';
  height: 0;
  position: absolute;
  width: 0;
}
.my-tooltip-top .tooltip-content:after {
  border-width: 5px;
  border-color: transparent;
}
.my-tooltip-top .tooltip-content:before {
  border-width: 5px;
  border-color: transparent;
}
.my-tooltip-top .tooltip-content:after,
.my-tooltip-top .tooltip-content:before {
  top: 100%;
}
.my-tooltip-top .tooltip-content:after {
  border-top-color: #383838;
  left: 15px;
  margin-left: -5px;
}
.my-tooltip-top .tooltip-content:before {
  left: 15px;
  margin-left: -5px;
}
.my-tooltip-top .tooltip-toggle {
  cursor: pointer;
}
.my-tooltip-top .tooltip-toggle:hover + .tooltip-content,
.my-tooltip-top .tooltip-toggle:focus + .tooltip-content,
.my-tooltip-top:hover .tooltip-content {
  display: block;
}
.swatch-option-tooltip {
  min-height: unset;
  min-width: 6rem;
  transition: 0.3s all ease-in;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  font-size: 1.2rem;
}
.swatch-option-tooltip .image {
  display: none !important;
}
.swatch-option-tooltip .title {
  margin-bottom: 0;
  line-height: 1;
  min-height: unset;
}
.swatch-option-tooltip .corner:before,
.swatch-option-tooltip .corner:after {
  border-color: #383838 transparent transparent transparent;
}
.swatch-option-tooltip .corner:before {
  top: -3px;
  left: 6px;
}
.swatch-option-tooltip .corner:after {
  top: -4px;
  left: -11px;
}
.swatch-option-tooltip[style*="display: none"] {
  -webkit-transform: translateY(8px);
  -moz-transform: translateY(8px);
  -ms-transform: translateY(8px);
  transform: translateY(8px);
  opacity: 0;
}
.swatch-option-tooltip[style*="display: block"] {
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
  padding: 8px 1rem;
  clip: auto;
  height: auto;
  width: auto;
  opacity: 1;
  visibility: visible;
}
.hidden-text {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.row_5 {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
.row_5 [class*="col-"],
.row_5 .col {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.row_10 {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  flex-wrap: wrap;
  margin-left: -1rem;
  margin-right: -1rem;
}
.row_10 [class*="col-"],
.row_10 .col {
  padding-left: 1rem;
  padding-right: 1rem;
}
.hozital-menu ul,
ul.hozital-list {
  margin: 0;
  padding: 0;
  list-style: none none;
  margin-bottom: 0;
}
.hozital-menu ul li,
ul.hozital-list li {
  display: inline-flex;
  line-height: 1;
  margin: 0;
  align-items: center;
}
.hozital-menu ul li em,
ul.hozital-list li em,
.hozital-menu ul li i,
ul.hozital-list li i {
  padding-right: 3px;
}
.container_lager {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
/* Typography */
h1.light,
h2.light,
h3.light,
h4.light,
h5.light,
h6.light {
  font-weight: 300 !important;
}
h1.regular,
h2.regular,
h3.regular,
h4.regular,
h5.regular,
h6.regular,
h1 .regular,
h2 .regular,
h3 .regular,
h4 .regular,
h5 .regular,
h6 .regular {
  font-weight: 400;
}
* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
* p:only-of-type {
  margin-bottom: 0;
}
a {
  transition: 0.3s all ease-in;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
a.btn:visited,
a.alink:visited {
  color: var(--button__color);
}
ul,
ol {
  padding-left: 1.7rem;
}
blockquote {
  background: #f1f1f1;
}
blockquote::before {
  content: '“';
  font-size: 5rem;
}
.btn,
.block-cart-failed .action.continue,
.cart-container .form-cart .action.continue {
  background-image: none;
  background: var(--button__background);
  border: 2px solid var(--button__color);
  color: var(--button__color);
  cursor: pointer;
  display: inline-block;
  font-family: inherit;
  font-weight: var(--button__font-weight);
  margin: 0;
  padding: 7px 25px;
  font-size: 1.4rem;
  line-height: 2.24rem;
  box-sizing: border-box;
  vertical-align: middle;
  transition: 0.3s all ease-in;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  border-radius: var(--button__border-radius);
  text-transform: var(--button__text_transform);
}
.btn:focus,
.block-cart-failed .action.continue:focus,
.cart-container .form-cart .action.continue:focus,
.btn:active,
.block-cart-failed .action.continue:active,
.cart-container .form-cart .action.continue:active {
  background: var(--button__hover__background);
  border: 2px solid var(--theme__color__primary);
  color: var(--button__hover__color);
}
.btn:hover,
.block-cart-failed .action.continue:hover,
.cart-container .form-cart .action.continue:hover {
  background: var(--button__hover__background);
  border: 2px solid var(--theme__color__primary);
  color: var(--button__hover__color);
}
.btn.disabled,
.block-cart-failed .action.continue.disabled,
.cart-container .form-cart .action.continue.disabled,
.btn[disabled],
.block-cart-failed .action.continue[disabled],
.cart-container .form-cart .action.continue[disabled],
fieldset[disabled] .btn,
fieldset[disabled] .block-cart-failed .action.continue,
fieldset[disabled] .cart-container .form-cart .action.continue {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.btn:active,
.block-cart-failed .action.continue:active,
.cart-container .form-cart .action.continue:active {
  -webkit-box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.12);
  -ms-box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.12);
  box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.12);
}
.btn.transparent,
.block-cart-failed .action.continue.transparent,
.cart-container .form-cart .action.continue.transparent {
  background: transparent;
  border: 2px solid;
}
.btn.light:not(:hover),
.block-cart-failed .action.continue.light:not(:hover),
.cart-container .form-cart .action.continue.light:not(:hover) {
  background-color: #fff;
  color: var(--heading__color__base);
}
.btn + .btn {
  margin-left: 1rem;
}
button,
.action.primary,
.action.secondary,
.action.btn,
.action-gift,
.cart.table-wrapper .actions-toolbar > .action {
  transition: 0.3s all ease-in;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  text-transform: var(--button__text_transform);
  border-radius: var(--button__border-radius);
}
button:active,
.action.primary:active,
.action.secondary:active,
.action.btn:active,
.action-gift:active,
.cart.table-wrapper .actions-toolbar > .action:active {
  -webkit-box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.12);
  -ms-box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.12);
  box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.12);
}
table > tbody > tr > th,
table > tfoot > tr > th,
table > tbody > tr > td,
table > tfoot > tr > td,
table > thead > tr > th {
  vertical-align: middle;
  border: 1px solid #ddd;
}
.message.global.cookie {
  -webkit-box-shadow: 0 0 9px rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 0 0 9px rgba(0, 0, 0, 0.14);
  -ms-box-shadow: 0 0 9px rgba(0, 0, 0, 0.14);
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.14);
  background: #fff;
  line-height: 1.75;
  z-index: 4;
}
.message.global.cookie .content {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.message.global.cookie .content > * {
  padding: 5px 0;
  margin: 0;
}
.message.global.cookie .content strong {
  color: #222;
}
.message.global.cookie .content button,
.message.global.cookie .content .cart.table-wrapper .actions-toolbar > .action {
  font-weight: 500;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
}
.product.info.detailed,
.block.related,
.block.upsell {
  margin-bottom: 60px;
}
@media only screen and (max-width: 991px) {
  .product.info.detailed,
  .block.related,
  .block.upsell {
    margin-bottom: 50px;
  }
}
.product.info.detailed.full-width,
.block.related.full-width,
.block.upsell.full-width {
  width: 100vw;
  position: relative;
  left: calc((-1 * (100vw - 100%)/2));
}
.product.info.detailed .block-static-block.widget,
.block.related .block-static-block.widget,
.block.upsell .block-static-block.widget,
.product.info.detailed .block-cms-link.widget,
.block.related .block-cms-link.widget,
.block.upsell .block-cms-link.widget {
  margin-bottom: 0;
}
.block.related,
.block.upsell {
  margin-top: 60px;
}
section.container_horizontal_tab_postions .ui-tabs-nav,
.section.container_horizontal_tab_postions .ui-tabs-nav {
  margin-bottom: 1.5rem;
}
section.has-white-bg,
.section.has-white-bg {
  padding: 60px 0;
  background-color: #fff;
}
section.has-bg,
.section.has-bg {
  padding: 60px 0;
}
.page-title-wrapper {
  margin: 5rem 0;
  text-align: center;
}
.page-title-wrapper .page-title {
  font-size: 3rem;
  font-weight: 500;
  text-transform: capitalize;
  margin-bottom: 0;
}
.top-banner-blog-container {
  display: none;
}
div[class="top-banner-blog-container"][style*="background-image"] {
  display: block;
  padding: 7rem 0;
  text-align: center;
  background-position: top center;
  background-attachment: fixed;
  background-repeat: no-repeat;
}
div[class="top-banner-blog-container"][style*="background-image"] .top-banner-blog-title {
  color: #fff;
  font-size: 4.8rem;
}
@media only screen and (max-width: 767px) {
  div[class="top-banner-blog-container"][style*="background-image"] .top-banner-blog-title {
    font-size: 6.25vw;
  }
}
.title {
  margin-bottom: 5.2rem;
  text-align: center;
}
.title h2 {
  margin-bottom: 1rem;
  font-size: 4.8rem;
}
.title h2 span {
  color: var(--theme__color__primary);
}
.block-title,
.block-authentication .block-title {
  font-family: var(--heading__font-family__base);
  color: var(--heading__color__base);
  margin-bottom: 2rem;
}
.block.related .block-actions button,
.block.upsell .block-actions button,
.block.related .block-actions .cart.table-wrapper .actions-toolbar > .action,
.block.upsell .block-actions .cart.table-wrapper .actions-toolbar > .action {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
}
.block.related .block-actions button:focus,
.block.upsell .block-actions button:focus,
.block.related .block-actions button:active,
.block.upsell .block-actions button:active,
.block.related .block-actions .cart.table-wrapper .actions-toolbar > .action:focus,
.block.upsell .block-actions .cart.table-wrapper .actions-toolbar > .action:focus,
.block.related .block-actions .cart.table-wrapper .actions-toolbar > .action:active,
.block.upsell .block-actions .cart.table-wrapper .actions-toolbar > .action:active {
  background: none;
  border: none;
}
.block.related .block-actions button:hover,
.block.upsell .block-actions button:hover,
.block.related .block-actions .cart.table-wrapper .actions-toolbar > .action:hover,
.block.upsell .block-actions .cart.table-wrapper .actions-toolbar > .action:hover {
  background: none;
  border: none;
}
.block.related .block-actions button.disabled,
.block.upsell .block-actions button.disabled,
.block.related .block-actions button[disabled],
.block.upsell .block-actions button[disabled],
fieldset[disabled] .block.related .block-actions button,
fieldset[disabled] .block.upsell .block-actions button,
.block.related .block-actions .cart.table-wrapper .actions-toolbar > .action.disabled,
.block.upsell .block-actions .cart.table-wrapper .actions-toolbar > .action.disabled,
.block.related .block-actions .cart.table-wrapper .actions-toolbar > .action[disabled],
.block.upsell .block-actions .cart.table-wrapper .actions-toolbar > .action[disabled],
fieldset[disabled] .block.related .block-actions .cart.table-wrapper .actions-toolbar > .action,
fieldset[disabled] .block.upsell .block-actions .cart.table-wrapper .actions-toolbar > .action {
  pointer-events: none;
  opacity: 0.5;
}
.block-newsletter-form {
  padding: 40px 0;
}
.block-newsletter-form input {
  border-radius: 0;
}
.cms-index-index .page.messages {
  position: fixed;
  cursor: pointer;
  right: 35px;
  top: 140px;
  z-index: 999;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-animation: bounceOutRight 1.5s ease-in 4s forwards;
  -moz-animation: bounceOutRight 1.5s ease-in 4s forwards;
  -ms-animation: bounceOutRight 1.5s ease-in 4s forwards;
  animation: bounceOutRight 1.5s ease-in 4s forwards;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.cms-index-index .page.messages .messages {
  display: inline-block;
}
body .modal-custom .modal-inner-wrap,
body .modal-popup .modal-inner-wrap,
body .modal-slide .modal-inner-wrap {
  border-radius: 0;
  box-shadow: none;
}
body .modal-custom .modal-title,
body .modal-popup .modal-title,
body .modal-slide .modal-title {
  padding-top: 12px;
  text-align: center;
}
.pswp .pswp__button:hover {
  background: url(../../frontend/bluesky/bluesky_kalles_default/en_US/images/default-skin.png) 0 0 no-repeat;
  background-size: 264px 88px;
}
.pswp .pswp__button.pswp__button--close {
  background-position: 0 -44px;
}
.pswp .pswp__button.pswp__button--share {
  background-position: -44px -44px;
}
.pswp .pswp__button.pswp__button--zoom {
  background-position: -88px 0;
}
.breadcrumbs {
  background: #f6f6f8;
  padding: 0 !important;
  min-height: 44.5px;
}
.breadcrumbs .items {
  margin: auto;
  padding: 1rem 0;
  max-width: var(--layout__max-width);
  padding-left: 15px;
  padding-right: 15px;
}
.page-header {
  position: relative;
  z-index: 4;
  margin-bottom: 0;
  border-bottom: 0;
}
._has-modal-custom .page-header {
  z-index: 2;
}
.container-setting-language-currency .switcher-label {
  display: none;
}
.container-setting-language-currency .switcher {
  display: inline-block;
  margin-right: 0;
  line-height: 1;
  padding: 0 2px 0 2px;
  border-right: 1px solid;
  border-color: rgba(245, 245, 245, 0.15);
}
.container-setting-language-currency .switcher:first-child {
  padding-left: 0;
}
.container-setting-language-currency .switcher:last-child {
  padding-right: 0;
  border-right: 0;
}
.container-setting-language-currency .switcher .switcher-options .switcher-trigger.action.toggle {
  line-height: 1;
  white-space: nowrap;
}
.container-setting-language-currency .switcher .switcher-options .switcher-trigger.action.toggle * {
  line-height: 1;
  text-transform: capitalize;
}
.container-setting-language-currency .switcher .switcher-options .switcher-trigger.action.toggle:after {
  vertical-align: middle;
  margin-left: -4px;
  line-height: 0.7;
}
.container-setting-language-currency .switcher .switcher-options .switcher-trigger.action.toggle strong,
.container-setting-language-currency .switcher .switcher-options .switcher-trigger.action.toggle:after {
  transition: 0.3s all ease-in;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.container-setting-language-currency .switcher .switcher-options .dropdown.switcher-dropdown {
  border: 1px solid #e6e6e6;
  box-shadow: none;
  margin: 0;
  display: block;
  opacity: 0;
  visibility: hidden;
  top: calc(100% + 30px);
  right: 0;
  padding: 1rem 0;
  -webkit-transition: top 0.3s ease;
  -moz-transition: top 0.3s ease;
  -ms-transition: top 0.3s ease;
  transition: top 0.3s ease;
  min-width: 180px;
}
.container-setting-language-currency .switcher .switcher-options .dropdown.switcher-dropdown:before,
.container-setting-language-currency .switcher .switcher-options .dropdown.switcher-dropdown:after {
  display: none;
}
.container-setting-language-currency .switcher .switcher-options .dropdown.switcher-dropdown li {
  font-size: 1.2rem;
}
.container-setting-language-currency .switcher .switcher-options .dropdown.switcher-dropdown li:hover {
  background: transparent;
}
.container-setting-language-currency .switcher .switcher-options .dropdown.switcher-dropdown li a {
  padding: 0.2rem 2rem;
  line-height: 2.6rem;
}
.container-setting-language-currency .switcher .switcher-options .dropdown.switcher-dropdown li a:not(:hover) {
  color: var(--text__color);
}
.container-setting-language-currency .switcher .switcher-options.active .dropdown.switcher-dropdown {
  opacity: 1;
  visibility: visible;
  top: calc(100% + 12px);
}
.header-container .container {
  width: 100% !important;
}
.header-container .header_middle {
  padding-top: 8px;
  padding-bottom: 8px;
}
.header-container:not(.sticky) .logo-sticky {
  display: none;
}
.header-container:not(.sticky) .action-sticky.show-on-sticky {
  display: none;
}
.header-container .logo-container {
  display: inline-flex;
  align-items: center;
}
.header-container .logo-container .nav-toggle {
  display: none;
}
.header-container .logo {
  max-width: 100%;
  margin: 0;
  float: none;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
.header-container .header.links {
  margin: 0;
  padding: 0;
  list-style: none none;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  flex-wrap: wrap;
  flex-wrap: nowrap;
}
.header-container .header.links .greet.welcome,
.header-container .header.links .customer-welcome + .authorization-link {
  display: none;
}
.header-container .header.links li {
  margin-bottom: 0;
  border-width: 0 1px;
  white-space: nowrap;
}
.header-container .header.links li:not(:last-child) {
  padding-right: 1rem;
  margin-right: 1rem;
}
.header-container .header.links li.customer-welcome {
  margin-right: 0;
}
.header-container .header.links li.compare .compare {
  display: block;
}
.header-container .header.links li:not(:hover) a {
  color: var(--topbarcolor);
}
.header-container .header.links li.customer-welcome .customer-name .action.switch,
.header-container .header.links li.authorization-link .action.switch,
.header-container .header.links li.customer-welcome .customer-name a[href*="login"],
.header-container .header.links li.authorization-link a[href*="login"] {
  font-size: 0;
}
.header-container .header.links li.customer-welcome .customer-name .action.switch:before,
.header-container .header.links li.authorization-link .action.switch:before,
.header-container .header.links li.customer-welcome .customer-name a[href*="login"]:before,
.header-container .header.links li.authorization-link a[href*="login"]:before {
  content: "\e90e";
  font-family: 'iconKalles';
  font-size: 2.2rem;
  line-height: 1;
  position: relative;
  -webkit-font-smoothing: antialiased;
  vertical-align: baseline;
  padding-right: 2px;
  color: var(--header-icons-color);
  transition: 0.3s all ease-in;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.header-container .header.links li.customer-welcome .customer-name .action.switch:hover::before,
.header-container .header.links li.authorization-link .action.switch:hover::before,
.header-container .header.links li.customer-welcome .customer-name a[href*="login"]:hover::before,
.header-container .header.links li.authorization-link a[href*="login"]:hover::before {
  color: var(--theme__color__primary);
}
.header-container .header.links li.authorization-link {
  border-right: 0;
  margin-top: -1px;
  margin-right: 0;
  padding-right: 0;
  white-space: nowrap;
}
.header-container .header.links li.authorization-link a[href*="logout"]:after {
  display: none;
}
.header-container .header__action-default .minicart-wrapper .action.showcart .counter.qty,
.header-container .header__action-default li .counter.qty {
  position: absolute;
  right: -1rem;
  top: -5px;
  width: 1.5rem;
  min-width: 1.5rem;
  font-size: 10px;
  height: 1.5rem;
  color: #fff;
  background-color: #000;
  display: inline-flex;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  line-height: 1;
  margin-top: 0;
}
.header-container .header__action-default .minicart-wrapper .action.showcart .counter.qty.empty,
.header-container .header__action-default li .counter.qty.empty {
  display: inline-flex;
}
@media only screen and (max-width: 767px) {
  .header-container .header__action-default .minicart-wrapper .action.showcart .counter.qty,
  .header-container .header__action-default li .counter.qty {
    min-width: 1.8rem;
    min-height: 1rem;
    height: 1.8rem;
  }
}
.header-container .hotline,
.header-container .address {
  margin: 0 1.5rem 0 0.9rem;
}
.header-container .hotline .icon,
.header-container .address .icon {
  line-height: 1;
  margin-right: 0.8rem;
  color: var(--header-icons-color);
}
.header-container .hotline .icon > *,
.header-container .address .icon > * {
  margin-right: -2.5px;
  vertical-align: middle;
}
.header-container .hotline p,
.header-container .address p {
  margin-bottom: 0;
}
.header-container .hotline h5,
.header-container .address h5 {
  margin: 0;
}
.header-container.sticky .logo-container {
  z-index: 4;
}
.header-container.sticky .header__logo + .header__menu .next-back-menu-custom {
  margin-left: 1.5rem;
}
.header-container.sticky .logo-sticky,
.header-container.sticky .sticky-logo {
  display: inline-flex;
  align-items: center;
  max-width: 25rem;
}
.header-container.sticky .sticky-header,
.header-container.sticky.sticky-header {
  background-color: var(--header_sticky_bg);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 23;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.header-container.sticky .sticky-header.center-element .logo-sticky,
.header-container.sticky.sticky-header.center-element .logo-sticky,
.header-container.sticky .sticky-header.center-element .action-sticky,
.header-container.sticky.sticky-header.center-element .action-sticky {
  flex: 1;
}
.header-container.sticky .sticky-header.center-element .logo-sticky .header__action-default,
.header-container.sticky.sticky-header.center-element .logo-sticky .header__action-default,
.header-container.sticky .sticky-header.center-element .action-sticky .header__action-default,
.header-container.sticky.sticky-header.center-element .action-sticky .header__action-default {
  justify-content: flex-end;
}
.header-container.sticky .sticky-header.center-element .header__menu,
.header-container.sticky.sticky-header.center-element .header__menu {
  flex: 2;
  justify-content: center;
}
.header-container.sticky .sticky-header.center-element .header__menu,
.header-container.sticky.sticky-header.center-element .header__menu {
  padding-top: 8px;
  padding-bottom: 8px;
}
@media only screen and (min-width: 1200px) {
  .header-container.sticky.sticky-header .static-sticky {
    position: static;
  }
  .header-container.sticky.sticky-header .header__menu.show-menu {
    max-width: 60%;
    margin: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .header-container.sticky.sticky-header .header__menu.show-menu .custommenu > ul {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.header-container.sticky .fixed-minicart .minicart-wrapper .ui-widget-content .block-minicart {
  height: 100vh;
}
.header-container.sticky .action-sticky {
  justify-content: flex-end;
}
.header-container.sticky .action-sticky .minicart-wrapper {
  margin-left: 0;
}
.header-container.sticky .action-sticky .header__action-default > li {
  margin: 0 0.5rem;
}
.header-container.sticky .action-sticky .header__action-default > li > a:before,
.header-container.sticky .action-sticky .header__action-default > li .minicart-wrapper > a:before {
  font-size: 2.6rem;
  color: var(--navigation-level0-item__color);
}
.header-container.sticky .action-sticky .header__action-default > li:last-child {
  margin-right: 0;
}
.header-container.sticky .action-sticky .minicart-wrapper .action.showcart .counter.qty,
.header-container.sticky .action-sticky li .counter.qty {
  min-width: 2rem;
  min-height: 1rem;
  height: 2rem;
  line-height: 1;
}
.header-container.sticky .hidden-sticky {
  display: none !important;
}
.unvisible {
  display: none;
}
html:not(.hside_opened) .header-container.kalles_scroll_up .sticky-header,
html:not(.hside_opened) .header-container.kalles_scroll_up.sticky-header {
  animation-name: fadeInsTicky;
  animation-duration: 1s;
  animation-fill-mode: inherit;
}
.topbar {
  background-color: var(--topbarbg);
  color: var(--topbarcolor);
  font-size: var(--topbar-size);
  padding: 4px 0;
}
.topbar.has-border {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.topbar .elementor-icon-box-wrapper .elementor-icon-box-content a:not(:hover) {
  color: var(--topbarcolor);
}
.topbar .topbar__section {
  padding: 6px 0;
}
.topbar .topbar__section [data-content-type='row'][data-appearance='contained'] {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.topbar .topbar__section [data-content-type='row'][data-appearance='contained'] .pagebuilder-column-group {
  margin-left: 0;
  margin-right: 0;
}
.topbar a:not(:hover) {
  color: var(--topbarcolor);
}
.topbar .action strong,
.topbar .action.toggle::after {
  color: var(--topbarcolor);
}
.topbar p,
.topbar ul {
  margin-bottom: 0;
}
.topbar ul.social-link {
  margin: 0;
  padding: 0;
}
.topbar ul.social-link li {
  margin: 0 1.4rem 0 0 !important;
}
.topbar ul.social-link li a {
  margin-left: 0;
}
.topbar ul.social-link .tooltip-content {
  display: none !important;
}
.header__action ul {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.header__action .block.block-search {
  margin-left: 0.8rem;
  margin-right: 0.8rem;
}
.header__action.hidden_text .header__action-default > li:not(.account-link-header) {
  font-size: 0;
}
.header__action .account-link-header {
  display: none;
}
.header__action-default > li {
  margin-left: 0.8rem;
  margin-right: 0.8rem;
  margin-bottom: 0;
  line-height: 1;
}
.header__action-default > li a {
  position: relative;
  display: block;
}
.header__action-default > li a::before {
  transition: 0.3s all ease-in;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.header__action-default > li > a:before,
.header__action-default > li .minicart-wrapper > a:before,
.header__action-default > li .minicart-wrapper > a.active:before {
  color: var(--header-icons-color);
}
.header__action-default > li > a:hover::before,
.header__action-default > li .minicart-wrapper > a:hover::before,
.header__action-default > li .minicart-wrapper > a.active:hover::before {
  color: var(--theme__color__primary);
}
.header__action-default > li.wishlist a:before {
  content: "\e907";
  font-family: 'iconKalles';
  font-size: 2.2rem;
  line-height: 1;
  position: relative;
  -webkit-font-smoothing: antialiased;
}
.header__action-default > li .minicart-wrapper {
  margin-left: 0;
}
.header__action-default > li .minicart-wrapper .action.showcart:before {
  content: "\e903";
  font-family: 'iconKalles';
  font-size: 2.2rem;
  line-height: 1;
  position: relative;
  -webkit-font-smoothing: antialiased;
}
.header__action-default .customer-welcome li .counter.qty {
  display: none;
}
.sub-category-slide {
  margin-bottom: 50px;
}
.sub-category-slide .mf-image-box {
  position: relative;
  overflow: hidden;
}
.sub-category-slide .mf-image-box .image-content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 2rem;
  width: fit-content;
  margin: auto;
  text-align: center;
}
.sub-category-slide .mf-image-box .image-content a {
  display: block;
  font-weight: var(--heading__font-weight__base);
  color: var(--heading__color__base);
  text-transform: capitalize;
  background-color: #fff;
  padding: 12px 20px;
  min-width: 150px;
  -webkit-box-shadow: 1px 1px 0 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 1px 1px 0 0 rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 1px 1px 0 0 rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 0 0 rgba(0, 0, 0, 0.1);
}
.block-minicart .cart_threshold {
  font-size: 13px;
  padding: 8px 20px;
  border-bottom: 1px solid rgba(129, 129, 129, 0.2);
  box-shadow: 0 0 10px 0 rgba(129, 129, 129, 0.2);
  line-height: normal;
}
.block-minicart .cart_thres_1 span,
.block-minicart .cart_thres_2 span,
.block-minicart .cart_thres_3 span {
  color: #ec0101;
  font-weight: 500;
}
.block-minicart .cart_bar_w {
  width: 100%;
  height: 9px;
  background-color: #eee;
  border-radius: 5px;
  margin: 15px 0 10px;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.12);
  position: relative;
}
.block-minicart .cart_bar_w > span {
  background-color: #008060;
  width: 0;
  border-radius: 5px;
  transition: width 0.4s ease-in-out;
  display: block;
  height: 100%;
  position: relative;
}
.block-minicart .cart_bar_w > span:after {
  position: absolute;
  top: -12px;
  right: 0;
  content: "\f0d1";
  font-family: 'Line Awesome Free';
  font-weight: 900;
  font-size: 18px;
  color: #fff;
  background-color: #008060;
  padding: 6px;
  border-radius: 12px;
  line-height: 1;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.12);
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
}
.block-minicart .cart_bar_w > span,
.block-minicart .cart_bar_w > span:after {
  animation: 5s linear infinite progress;
  -moz-animation: 5s linear infinite progress;
  -webkit-animation: 5s linear infinite progress;
  -ms-animation: progress 5s linear infinite;
  -o-animation: 5s linear infinite progress;
  background-size: 1rem 1rem;
  background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 0, rgba(255, 255, 255, 0.15) 25%, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 0) 100%);
  background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0, rgba(255, 255, 255, 0.2)), color-stop(25%, rgba(255, 255, 255, 0.2)), color-stop(25%, rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0.2)), color-stop(75%, rgba(255, 255, 255, 0.2)), color-stop(75%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.3) 0, rgba(255, 255, 255, 0.3) 25%, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.3) 75%, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 0) 100%);
  background-image: -o-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 0, rgba(255, 255, 255, 0.15) 25%, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 0) 100%);
  background-image: -ms-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 0, rgba(255, 255, 255, 0.15) 25%, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(135deg, rgba(255, 255, 255, 0.15) 0, rgba(255, 255, 255, 0.15) 25%, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 0) 100%);
}
.page-footer {
  color: var(--footer-links-color);
}
.page-footer .widget.block,
.page-footer .block-static-block.widget,
.page-footer .block-cms-link.widget {
  margin: 0;
}
.page-footer .elementor-icon-box-wrapper .elementor-icon-box-content a:not(:hover),
.page-footer .elementor-content-static-menu a:not(:hover),
.page-footer .staticmenu-container a:not(:hover) {
  color: var(--footer-links-color);
}
.page-footer .footer-container {
  background-color: var(--footer__background-color);
}
#back-top {
  position: fixed;
  bottom: 10rem;
  right: 2rem;
  width: 4.5rem;
  height: 4.5rem;
  font-size: 36px;
  border-radius: 2px;
  line-height: 1;
  text-align: center;
  background-color: #fff;
  color: #222;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
  transition: 0.3s all ease-in;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  cursor: pointer;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
#back-top.show {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
#back-top.sticky_atc_shown {
  bottom: 12rem;
}
@media only screen and (max-width: 767px) {
  #back-top.sticky_atc_shown {
    bottom: 15rem;
  }
}
footer .fixed-bottom {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
}
.link-on-bottom .mobile-bottom-link {
  list-style: none;
  margin-bottom: 0;
  background-color: #fff;
  border-top: 1px solid #e6e6e6;
  padding: 0;
}
.link-on-bottom .mobile-bottom-link li {
  margin-bottom: 0;
  flex: 1;
}
.link-on-bottom .mobile-bottom-link li a,
.link-on-bottom .mobile-bottom-link li .link-cart-bottom {
  padding: 15px 10px;
  display: block;
  text-align: center;
  line-height: 1;
  font-weight: 600;
  font-size: 11px;
}
.link-on-bottom .mobile-bottom-link li a span,
.link-on-bottom .mobile-bottom-link li .link-cart-bottom span {
  display: block;
  font-size: 19px;
  margin-bottom: 9px;
  font-weight: 600;
}
.link-on-bottom .mobile-bottom-link li a:not(:hover),
.link-on-bottom .mobile-bottom-link li .link-cart-bottom:not(:hover) {
  color: #222;
}
.link-on-bottom .mobile-bottom-link li a .nav-toggle,
.link-on-bottom .mobile-bottom-link li .link-cart-bottom .nav-toggle {
  position: static;
  width: auto;
  height: auto;
}
.link-on-bottom .mobile-bottom-link li a .nav-toggle:before,
.link-on-bottom .mobile-bottom-link li .link-cart-bottom .nav-toggle:before {
  display: none;
}
.link-on-bottom .mobile-bottom-link li a .nav-toggle span,
.link-on-bottom .mobile-bottom-link li .link-cart-bottom .nav-toggle span {
  position: static;
  width: auto;
  height: auto;
}
.link-on-bottom .cart-bottom .link-cart-bottom {
  position: relative;
}
.link-on-bottom .cart-bottom .link-cart-bottom .count {
  position: absolute;
  right: 0;
  left: 25px;
  top: 10px;
  margin: auto;
  width: 1.8rem;
  min-width: 1.8rem;
  font-size: 10px;
  height: 1.8rem;
  color: #fff;
  background-color: #000;
  display: inline-flex;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
.nav-open .page-footer {
  position: relative;
  z-index: 1;
}
.toolbar {
  position: relative;
}
.toolbar .modes .modes-mode span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.toolbar:last-of-type .grid-mode-show-type-products {
  display: none;
}
.sidebar-additional .block-wishlist .product-item .product-item-details {
  min-height: 1px !important;
}
.sidebar-additional .block-wishlist .product-item .product-item-name > a,
.sidebar-additional .block-wishlist .product-item .product.name > a {
  font-weight: var(--text-weight);
}
.sidebar-additional .block-wishlist .product-item .button_quickview {
  display: none;
}
.sidebar .block-reorder {
  display: none;
}
.pages .items {
  display: inline-flex;
}
.pages .items .item {
  margin-right: 1rem;
  vertical-align: middle;
}
.pages .items .item a,
.pages .items .item strong {
  padding: 0;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 0;
  margin: 0;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  transition: 0.3s all ease-in;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.pages .items .item a:active,
.pages .items .item strong:active {
  box-shadow: none;
}
.pages .action.previous {
  margin-right: 0;
}
.pages .action.next {
  margin-left: 0;
}
.minicart-wrapper .subtitle.empty {
  font-weight: var(--text-weight);
}
.minicart-wrapper .subtitle.empty:before {
  content: "";
  display: block;
  -webkit-mask: url(../../frontend/bluesky/bluesky_kalles_default/en_US/images/empty_cart.svg) no-repeat center;
  -moz-mask: url(../../frontend/bluesky/bluesky_kalles_default/en_US/images/empty_cart.svg) no-repeat center;
  -ms-mask: url(../../frontend/bluesky/bluesky_kalles_default/en_US/images/empty_cart.svg) no-repeat center;
  mask: url(../../frontend/bluesky/bluesky_kalles_default/en_US/images/empty_cart.svg) no-repeat center;
  background-color: #999;
  width: 4.5rem;
  height: 4.5rem;
  -webkit-mask-size: contain;
  margin: auto;
  margin-bottom: 2rem;
}
.minicart-wrapper .product-image-container {
  max-width: 95px;
  margin-right: 15px;
}
.minicart-wrapper .action.close {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
}
.minicart-wrapper .action.close:before {
  display: none;
}
.minicart-wrapper .action.close:focus,
.minicart-wrapper .action.close:active {
  background: none;
  border: none;
}
.minicart-wrapper .action.close:hover {
  background: none;
  border: none;
}
.minicart-wrapper .action.close.disabled,
.minicart-wrapper .action.close[disabled],
fieldset[disabled] .minicart-wrapper .action.close {
  pointer-events: none;
  opacity: 0.5;
}
.minicart-wrapper .action.close:after {
  content: "\e680";
  font-family: Pe-icon-7-stroke;
  font-size: 4rem;
  line-height: 1;
  color: var(--heading__color__base);
  font-weight: normal;
  text-align: center;
  display: inline-block;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  -webkit-font-smoothing: antialiased;
  transition: 0.3s all ease-in;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media all and (min-width: 1200px) {
  .minicart-wrapper .action.close:hover,
  .minicart-wrapper .action.close:active {
    color: var(--heading__color__base);
  }
  .minicart-wrapper .action.close:hover:after,
  .minicart-wrapper .action.close:active:after {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}
.minicart-wrapper .button-close-cart {
  text-align: center;
}
.minicart-wrapper .button-close-cart button,
.minicart-wrapper .button-close-cart .cart.table-wrapper .actions-toolbar > .action {
  background-image: none;
  background: var(--theme__color__primary);
  border: 2px solid var(--theme__color__primary);
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: inherit;
  font-weight: var(--button__font-weight);
  padding: 7px 25px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
}
.minicart-wrapper .button-close-cart button:focus,
.minicart-wrapper .button-close-cart button:active,
.minicart-wrapper .button-close-cart .cart.table-wrapper .actions-toolbar > .action:focus,
.minicart-wrapper .button-close-cart .cart.table-wrapper .actions-toolbar > .action:active {
  background: var(--theme__color__primary);
  border: 2px solid var(--theme__color__primary);
  color: #fff;
}
.minicart-wrapper .button-close-cart button:hover,
.minicart-wrapper .button-close-cart .cart.table-wrapper .actions-toolbar > .action:hover {
  background: var(--theme__color__primary);
  border: 2px solid var(--theme__color__primary);
  color: #fff;
}
.minicart-wrapper .button-close-cart button.disabled,
.minicart-wrapper .button-close-cart button[disabled],
fieldset[disabled] .minicart-wrapper .button-close-cart button,
.minicart-wrapper .button-close-cart .cart.table-wrapper .actions-toolbar > .action.disabled,
.minicart-wrapper .button-close-cart .cart.table-wrapper .actions-toolbar > .action[disabled],
fieldset[disabled] .minicart-wrapper .button-close-cart .cart.table-wrapper .actions-toolbar > .action {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.minicart-wrapper .block-minicart {
  -webkit-box-shadow: 2px 3px 6px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 2px 3px 6px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 2px 3px 6px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 3px 6px rgba(0, 0, 0, 0.2);
  border: 0;
}
.minicart-wrapper .minicart-items-wrapper {
  border: 0;
}
.minicart-wrapper .minicart-items-wrapper .product-item-details {
  padding-right: 2rem;
}
.minicart-wrapper .minicart-items-wrapper .product-item-details .product-item-name a {
  color: var(--heading__color__base);
}
.minicart-wrapper .minicart-items-wrapper .product-item-details .product-item-pricing {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  position: relative;
  flex-direction: column;
}
.minicart-wrapper .minicart-items-wrapper .product-item-details .product-item-pricing .price-excluding-tax {
  margin: 0;
}
.minicart-wrapper .minicart-items-wrapper .product-item-details .product-item-pricing .qty {
  margin-top: 0;
  display: inline-block;
  text-decoration: none;
}
.minicart-wrapper .minicart-items-wrapper .product-item-details .product-item-pricing .qty > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.minicart-wrapper .minicart-items-wrapper .product-item-details .product-item-pricing .qty:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  line-height: 20px;
  color: var(--heading__color__base);
  content: '\e616';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-wrapper .minicart-items-wrapper .product-item-details .product-item-pricing .qty.details-qty {
  margin-top: 10px;
  position: relative;
}
.minicart-wrapper .minicart-items-wrapper .product-item-details .product-item-pricing .qty.up-down {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2px 11px;
  border: 1px solid #e6e6e6;
  border-radius: 15px;
}
.minicart-wrapper .minicart-items-wrapper .product-item-details .product-item-pricing .qty.up-down .qty-down-fixed-onclick,
.minicart-wrapper .minicart-items-wrapper .product-item-details .product-item-pricing .qty.up-down .qty-up-fixed-onclick {
  color: var(--text__color);
  font-size: 1rem;
}
.minicart-wrapper .minicart-items-wrapper .product-item-details .product-item-pricing .qty .label {
  display: none;
}
.minicart-wrapper .minicart-items-wrapper .product-item-details .product-item-pricing .qty .update-cart-item {
  vertical-align: middle;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
  color: var(--text__color);
  position: absolute;
  right: -6px;
  bottom: 0;
  top: 0;
  -webkit-transform: translateX(120%);
  -moz-transform: translateX(120%);
  -ms-transform: translateX(120%);
  transform: translateX(120%);
}
.minicart-wrapper .minicart-items-wrapper .product-item-details .product-item-pricing .qty .update-cart-item:focus,
.minicart-wrapper .minicart-items-wrapper .product-item-details .product-item-pricing .qty .update-cart-item:active {
  background: none;
  border: none;
}
.minicart-wrapper .minicart-items-wrapper .product-item-details .product-item-pricing .qty .update-cart-item:hover {
  background: none;
  border: none;
}
.minicart-wrapper .minicart-items-wrapper .product-item-details .product-item-pricing .qty .update-cart-item.disabled,
.minicart-wrapper .minicart-items-wrapper .product-item-details .product-item-pricing .qty .update-cart-item[disabled],
fieldset[disabled] .minicart-wrapper .minicart-items-wrapper .product-item-details .product-item-pricing .qty .update-cart-item {
  pointer-events: none;
  opacity: 0.5;
}
.minicart-wrapper .minicart-items-wrapper .product-item-details .product-item-pricing .qty .update-cart-item:hover,
.minicart-wrapper .minicart-items-wrapper .product-item-details .product-item-pricing .qty .update-cart-item:focus {
  color: var(--theme__color__primary);
}
.minicart-wrapper .minicart-items-wrapper .product-item-details .product-item-pricing .qty input {
  height: auto;
  text-align: left;
  border: 0;
  padding: 0;
}
.minicart-wrapper .minicart-items-wrapper .product-item-details .actions {
  position: absolute !important;
  top: 1.5rem;
  right: -7px;
  margin: 0;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  flex-wrap: wrap;
  flex-direction: column-reverse;
  justify-content: flex-end;
  align-items: center;
}
.minicart-wrapper .minicart-items-wrapper .product-item-details .actions .action.edit {
  display: none;
}
.minicart-wrapper .minicart-items-wrapper .product-item-details .actions .action.edit:before {
  font-size: 2rem;
}
.minicart-wrapper .minicart-items-wrapper .product-item-details .actions .action.delete:before {
  content: '\e616';
}
.minicart-wrapper .minicart-items-wrapper .product-item-details .product.options .toggle {
  display: none !important;
}
.minicart-wrapper .minicart-items-wrapper .product-item-details .product.options .content {
  display: block !important;
}
.minicart-wrapper .minicart-items-wrapper .product-item-details .product.options.list {
  display: grid;
  grid-template-columns: 24% 70%;
  margin-bottom: 0;
  margin-top: 0.7rem;
  font-size: 1.2rem;
}
.minicart-wrapper .minicart-items-wrapper .product-item-details .product.options.list .label {
  color: var(--heading__color__base);
  font-weight: 500;
}
.minicart-wrapper .minicart-items-wrapper .product-item-details .product.options.list .label:after {
  content: ":";
  padding-left: 2px;
}
.minicart-wrapper .minicart-items-wrapper .product-item-details .product.options.list dd {
  margin-bottom: 8px;
}
.minicart-wrapper .minicart-items-wrapper .product-item {
  border-top: 0;
}
.minicart-wrapper .minicart-items-wrapper .product-item .product {
  position: relative;
}
.minicart-wrapper .minicart-items-wrapper .product-item .product .product-item-photo {
  margin-bottom: 0;
}
.minicart-wrapper .block-minicart:before,
.minicart-wrapper .block-minicart:after {
  display: none;
}
.minicart-wrapper .block-content .items-total {
  display: none;
}
.minicart-wrapper .block-content .subtotal {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  font-family: var(--heading__font-family__base);
  margin-left: 0;
  margin-right: 0;
  border-top: 1px solid #e6e6e6;
  padding-top: 2rem;
}
.minicart-wrapper .block-content .subtotal .label {
  font-size: 1.4rem;
  color: var(--heading__color__base);
}
.minicart-wrapper .block-content .subtotal .price-container {
  color: var(--heading__color__base);
}
.minicart-wrapper .block-content .subtotal .price-container .price {
  font-size: 1.6rem;
}
.minicart-wrapper .block-content .actions button,
.minicart-wrapper .block-content .actions .btn,
.minicart-wrapper .block-content .actions .cart.table-wrapper .actions-toolbar > .action {
  width: 100%;
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}
.minicart-wrapper .block-content .actions .secondary {
  margin-right: 0;
  margin-left: 0;
}
.minicart-wrapper .block-content .actions .secondary .action.viewcart {
  background: #f6f6f6;
  color: var(--heading__color__base);
}
.minicart-wrapper .loading-mask {
  display: none;
}
.minicart-wrapper .loading-mask .loader {
  width: 15px;
  height: 15px;
  border-width: 2px;
}
.fixed-minicart .minicart-wrapper:after {
  content: '';
  display: block;
  position: fixed;
  z-index: 4;
  top: 0;
  left: 0;
  right: 0;
  height: 100vh;
  opacity: 0;
  pointer-events: none;
  background: rgba(0, 0, 0, 0.6);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
  cursor: url('../../frontend/bluesky/bluesky_kalles_default/en_US/images/my-cursor.png'), pointer;
}
.fixed-minicart .minicart-wrapper .ui-widget-content {
  display: block !important;
}
.fixed-minicart .minicart-wrapper .ui-widget-content .product-item-details .product-item-name {
  margin-bottom: 4px;
}
.fixed-minicart .minicart-wrapper .ui-widget-content .product-item-details .product-item-pricing .minicart-price {
  font-weight: var(--text-weight);
}
.fixed-minicart .minicart-wrapper .ui-widget-content .product-item-details .product-item-pricing .minicart-price .price {
  font-weight: var(--text-weight);
}
.fixed-minicart .minicart-wrapper .ui-widget-content .product-item-details .product-item-pricing .qty:before {
  display: none;
}
.fixed-minicart .minicart-wrapper .ui-widget-content .product-item-details .product-item-pricing .qty input {
  text-align: center;
  padding: 0 5px;
  position: relative;
  left: -2px;
  color: #999;
}
.fixed-minicart .minicart-wrapper .ui-widget-content .product-item-details .actions {
  top: -3px;
}
.fixed-minicart .minicart-wrapper .ui-widget-content .product-item-details .actions .action.delete:before {
  font-size: 2.6rem;
}
.fixed-minicart .minicart-wrapper .ui-widget-content .product-item-details .actions .action.delete:before,
.fixed-minicart .minicart-wrapper .ui-widget-content .product-item-details .actions .action.edit:before {
  line-height: 1;
  color: #999;
}
.fixed-minicart .minicart-wrapper .ui-widget-content .block-minicart {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
  position: fixed;
  top: 0;
  bottom: 0;
  background-color: #fff;
  right: 0;
  min-width: unset;
  margin: 0;
  -webkit-transform: translate3d(104%, 0, 0);
  -moz-transform: translate3d(104%, 0, 0);
  -ms-transform: translate3d(104%, 0, 0);
  transform: translate3d(104%, 0, 0);
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
  -ms-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
  z-index: 500;
  width: 85%;
  max-width: 340px;
  padding: 0;
}
.fixed-minicart .minicart-wrapper .ui-widget-content .block-minicart .block-title {
  display: block;
  border-bottom: 1px solid #e6e6e6;
  padding: 2.2rem 2rem;
  margin-bottom: 0;
}
.fixed-minicart .minicart-wrapper .ui-widget-content .block-minicart .block-title .text {
  color: var(--heading__color__base);
  font-size: 1.6rem;
  font-weight: 500;
  text-transform: uppercase;
}
.fixed-minicart .minicart-wrapper .ui-widget-content .block-minicart .block-title .qty {
  display: none;
}
.fixed-minicart .minicart-wrapper .ui-widget-content .block-minicart #minicart-content-wrapper {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  height: 100%;
  flex-wrap: nowrap;
}
.fixed-minicart .minicart-wrapper .ui-widget-content .block-minicart #minicart-content-wrapper .block-content {
  padding: 1.3rem 2rem 1.5rem;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  flex-wrap: nowrap;
  flex: 1 1 auto;
  justify-content: space-between;
}
.fixed-minicart .minicart-wrapper .ui-widget-content .block-minicart #minicart-content-wrapper .block-content .action.close {
  top: 9px;
  right: 5px;
}
.fixed-minicart .minicart-wrapper .ui-widget-content .block-minicart #minicart-content-wrapper .block-content .minicart-items-wrapper {
  margin: 0;
  padding-left: 0;
  padding-right: 20px;
  margin-right: -2rem;
  flex: 1 1 auto;
  overflow: hidden;
  position: relative;
  height: 100% !important;
}
.fixed-minicart .minicart-wrapper .ui-widget-content .block-minicart #minicart-content-wrapper .block-content .minicart-items-wrapper .minicart-items {
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-y: auto;
  overflow-x: hidden;
}
.fixed-minicart .minicart-wrapper .ui-widget-content .block-minicart #minicart-content-wrapper .block-content .minicart-items-wrapper .product-item {
  border-bottom: 1px solid #e6e6e6;
  padding-top: 0;
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
  margin-right: 1.5rem;
  cursor: initial;
}
.fixed-minicart .minicart-wrapper .ui-widget-content .block-minicart #minicart-content-wrapper .block-content .minicart-items-wrapper .product-item:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}
.fixed-minicart .minicart-wrapper .ui-widget-content .block-minicart #minicart-content-wrapper .block-content .subtotal {
  margin-top: auto;
  margin-bottom: 2rem;
}
.fixed-minicart .minicart-wrapper .ui-widget-content .block-minicart #minicart-content-wrapper .block-content > .actions {
  margin: 0;
}
.fixed-minicart .minicart-wrapper .ui-widget-content .block-minicart #minicart-content-wrapper .block-content > .actions > .primary {
  margin: 0;
}
.fixed-minicart .minicart-wrapper .ui-widget-content .block-minicart #minicart-content-wrapper .block-content > .actions > .primary .action.primary {
  margin-top: 1rem;
  margin-bottom: 0;
}
.fixed-minicart .minicart-wrapper .ui-widget-content .block-minicart #minicart-content-wrapper .block-content > .actions .secondary .action {
  border: 0;
}
.fixed-minicart .minicart-wrapper.active:after {
  opacity: 1;
  pointer-events: initial;
}
.fixed-minicart .minicart-wrapper.active .block-minicart {
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  transform: none;
}
.ajax-loading .minicart-wrapper .loading-mask {
  display: flex;
}
.category-info .page-title-wrapper {
  margin: 0;
}
.category-info .category-view-info {
  padding: 15px;
}
.category-info .category-description {
  margin-bottom: 0;
}
.category-info.background-image {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 35px 0;
  text-align: center;
}
.category-info.background-image:after {
  content: '';
  background-color: #000000;
  opacity: 0.54;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.category-info.background-image .category-view-info {
  position: relative;
  z-index: 1;
}
.category-info.background-image .page-title-wrapper .page-title {
  font-size: 2rem;
  color: #fff;
  margin-bottom: 5px;
}
.category-info.background-image .category-description {
  color: #ededed;
}
.page-layout-category-full-width .category-view .page-main {
  max-width: unset;
  padding: 0;
}
.page-layout-category-full-width .category-view .category-view-info {
  max-width: var(--layout__max-width);
  padding: 15px;
  margin: auto;
}
.search.results > .block {
  display: none;
}
.search.results > .block .item {
  padding-left: 1rem;
}
body .fotorama__nav--thumbs .fotorama__nav__frame.fotorama__active {
  border-color: var(--theme__color__primary);
}
.fotorama__nav__frame:not(.fotorama__nav__frame--dot) {
  cursor: pointer;
  opacity: 0.4;
  transition: 0.3s all ease-in;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.fotorama__nav__frame:not(.fotorama__nav__frame--dot) img {
  transition: 0.3s all ease-in;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.fotorama__nav__frame:not(.fotorama__nav__frame--dot):hover {
  opacity: 1;
}
.fotorama__nav__frame:not(.fotorama__nav__frame--dot):hover img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.products-grid .product-items .product-item-info .actions-primary .stock.unavailable {
  pointer-events: none;
}
.products-grid .product-items .product-item-info .actions-primary .stock.unavailable span {
  display: none;
}
.products-grid .product-items .product-item-info .actions-primary .stock:before {
  font-size: 1.4rem;
  color: var(--heading__color__base);
}
.products-grid .product-items .product-item-info .field.choice.related {
  background: transparent;
  top: auto;
  bottom: 1.5rem;
  left: auto;
  right: 1.5rem;
}
.products-grid .product-items .product-item-info .field.choice.related .label {
  font-size: 0;
  cursor: pointer;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
  width: 3rem;
  height: 3rem;
  padding: 3px;
  transition: 0.3s all ease-in;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  box-sizing: content-box;
}
.products-grid .product-items .product-item-info .field.choice.related .label:focus,
.products-grid .product-items .product-item-info .field.choice.related .label:active {
  background: none;
  border: none;
}
.products-grid .product-items .product-item-info .field.choice.related .label:hover {
  background: none;
  border: none;
}
.products-grid .product-items .product-item-info .field.choice.related .label.disabled,
.products-grid .product-items .product-item-info .field.choice.related .label[disabled],
fieldset[disabled] .products-grid .product-items .product-item-info .field.choice.related .label {
  pointer-events: none;
  opacity: 0.5;
}
.products-grid .product-items .product-item-info .field.choice.related .label:before {
  content: "\e903";
  color: #222;
  font-size: 1.4rem;
  font-family: iconKalles;
  line-height: 1;
  overflow: visible;
  transition: 0.3s all ease-in;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  transition: none;
}
.products-grid .product-items .product-item-info .field.choice.related input {
  opacity: 0;
  width: 0;
  margin: 0;
  position: absolute;
}
.products-grid .product-items .product-item-info .field.choice.related input:checked + .label:before {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 1.4rem;
}
.products-grid .product-items .product-item-info .field.choice.related:hover .label {
  background: var(--button__hover__background);
}
.products-grid .product-items .product-item-info .field.choice.related:hover .label:before {
  color: var(--button__hover__color);
}
.block.related,
.block.upsell,
.block.crosssell {
  position: relative;
}
.block.related .products-grid .product-items .product-item .field.choice.related,
.block.upsell .products-grid .product-items .product-item .field.choice.related,
.block.crosssell .products-grid .product-items .product-item .field.choice.related {
  opacity: 1;
  visibility: visible;
  transform: none;
}
.block.related .rokan-title.block-title,
.block.upsell .rokan-title.block-title,
.block.crosssell .rokan-title.block-title {
  margin-bottom: 3rem;
}
.block.related .block-actions,
.block.upsell .block-actions,
.block.crosssell .block-actions {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  color: var(--text__color);
}
.block.related .block-actions button,
.block.upsell .block-actions button,
.block.crosssell .block-actions button,
.block.related .block-actions .cart.table-wrapper .actions-toolbar > .action,
.block.upsell .block-actions .cart.table-wrapper .actions-toolbar > .action,
.block.crosssell .block-actions .cart.table-wrapper .actions-toolbar > .action {
  color: var(--heading__color__base);
}
.product-info-main .product.attribute.sku .type {
  display: inline-block;
  padding-right: 1rem;
  min-width: 8.9rem;
}
.product-info-main .buynow-button {
  margin-bottom: 2rem;
  width: 100%;
}
.product-info-main .buynow-button button,
.product-info-main .buynow-button .cart.table-wrapper .actions-toolbar > .action {
  width: 100%;
  background-color: #222;
  border-color: #222;
}
.product-info-main .buynow-button button:hover,
.product-info-main .buynow-button .cart.table-wrapper .actions-toolbar > .action:hover {
  opacity: 0.8;
}
.product-info-main .box-tocart.update .buynow-button {
  margin-top: 10px;
}
.product-info-main .page-title-wrapper {
  margin: 0 0 3px;
}
.product-info-main .page-title-wrapper .page-title {
  font-size: 1.8rem;
  font-weight: var(--heading__font-weight__base);
  color: var(--heading__color__base);
}
.product-info-main .product-info-price {
  margin: 0 0 1rem;
}
.product-info-main .product-info-price .price-box .price {
  font-size: 2.2rem;
}
.product-info-main .product-add-form form .box-tocart {
  margin-right: 0;
  width: 100%;
}
.product-info-main .product-add-form form .box-tocart .fieldset .actions {
  flex: 1;
}
.product-info-main .product-add-form form .box-tocart .fieldset .actions button,
.product-info-main .product-add-form form .box-tocart .fieldset .actions .cart.table-wrapper .actions-toolbar > .action {
  width: 100%;
}
.product-info-main .product-add-form form .box-tocart .fieldset .actions button span,
.product-info-main .product-add-form form .box-tocart .fieldset .actions .cart.table-wrapper .actions-toolbar > .action span {
  white-space: nowrap;
}
.product-info-main .product-add-form form .box-tocart .fieldset .actions button.loading:before,
.product-info-main .product-add-form form .box-tocart .fieldset .actions .cart.table-wrapper .actions-toolbar > .action.loading:before {
  position: relative;
  top: 2px !important;
  margin-right: 2px;
}
.product-info-main .product-add-form .swatch-attribute-options {
  margin: 5px 0 0;
  flex: 0 0 100%;
}
.product-info-main .product-addto-links .action {
  background: transparent;
  font-weight: var(--text-weight);
  border: 0;
}
.product-info-main .product-addto-links .action span {
  margin-left: 0.7rem;
  transition: 0.3s all ease-in;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.product-info-main .product-addto-links .action.towishlist {
  padding-left: 0;
}
.product-info-main .product-addto-links .action:not(:hover)::before {
  color: var(--text__color) !important;
}
.product-info-main .product-addto-links .action:hover,
.product-info-main .product-addto-links .action:focus {
  background-color: transparent;
  border: 0;
}
.product-info-main .product-addto-links .action:hover span,
.product-info-main .product-addto-links .action:focus span,
.product-info-main .product-addto-links .action:hover:before,
.product-info-main .product-addto-links .action:focus:before {
  color: var(--theme__color__primary) !important;
}
.product-info-main .product-reviews-summary {
  margin: 0 0 1rem;
}
.product-info-main .product-reviews-summary.empty .reviews-actions {
  margin-bottom: 4px;
}
.product-info-main .stock.available:before,
.product-info-main .stock.unavailable:before {
  padding-right: 1rem;
  min-width: 9rem;
  display: inline-block;
}
.product-info-main .stock.available span,
.product-info-main .stock.unavailable span {
  color: var(--heading__color__base);
}
.product-info-main .product.attribute.overview {
  margin-top: 0.7rem;
  margin-bottom: 24px;
}
.product-info-main .product.attribute.overview table th,
.product-info-main .product.attribute.overview table td {
  padding: 0;
}
.product-info-main .box-tocart .action.tocart .disabled:before {
  position: relative;
  top: 2px;
}
.product-info-main .product-social-links {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
@media all and (max-width: 576px) {
  .product-info-main .product-social-links {
    flex-direction: column;
    align-items: flex-start;
  }
}
.product-info-main .product-options-wrapper {
  margin: 1.2rem 0;
}
.product-info-main .product-options-wrapper .swatch-opt .swatch-attribute {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.product-info-main .product-options-wrapper .swatch-opt .swatch-attribute-label {
  margin-bottom: 1.2rem;
  margin-right: 1rem;
  color: #222;
}
.product-info-main .product-options-wrapper .swatch-opt .swatch-attribute-label:after {
  content: ":";
}
.product-info-main .product-options-wrapper .swatch-opt .swatch-attribute:not(:last-child) {
  margin-right: 3.5rem;
}
.product-info-main .product-options-wrapper .swatch-opt .swatch-attribute.size .text {
  background: transparent;
  text-transform: capitalize;
  font-weight: var(--text-weight);
  padding: 0;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.product-info-main .product-options-wrapper .swatch-opt .swatch-attribute.size .text:not(:hover) {
  color: var(--text__color);
}
.product-info-main .product-options-wrapper .swatch-opt .swatch-attribute.size .text.selected {
  color: var(--link__hover__color);
}
.product-info-main .product-options-wrapper .swatch-opt .swatch-attribute.color .color {
  min-width: 2.4rem;
  min-height: 2.4rem;
}
.product-info-main .options-list {
  margin-bottom: 2rem;
}
.product-info-main .product-category > a:not(:hover) {
  color: var(--text__color);
}
.product-info-main .product-category label {
  padding-right: 1rem;
  color: var(--text__color);
  min-width: 9.4rem;
  display: inline-block;
}
.product-info-main .product-page-brand-common-view .brand-label {
  min-width: 7.7rem;
  padding-right: 1rem;
  box-sizing: content-box;
}
.page-product-configurable .product-info-main .product-options-wrapper {
  margin-top: 12px;
}
.product-main-content .product-video {
  height: auto;
}
.product-main-content .fotorama__video-close {
  z-index: 3;
}
/*   Product detail page */
.box-tocart {
  position: relative;
}
.box-tocart div.mage-error {
  position: absolute;
  left: 0;
  margin-top: 0;
  top: 0;
  -webkit-transform: translateY(-105%);
  -moz-transform: translateY(-105%);
  -ms-transform: translateY(-105%);
  transform: translateY(-105%);
}
.box-tocart .up-down {
  border: 1px solid #222;
  background: #fff;
  border-radius: var(--button__border-radius);
  padding: 0 1.5rem !important;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.box-tocart .up-down a {
  color: #222;
  display: inline-flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  flex: 1;
  box-sizing: content-box;
  width: 3rem;
  height: 3rem;
}
.box-tocart .up-down .control input {
  border: 0;
  margin-top: 0 !important;
  height: 38px;
  max-width: 7.8rem;
}
/*   Product detail page */
.product-main-content:after,
.product-main-content:before {
  content: "";
  display: table;
  clear: both;
}
.product-info-main .box-tocart .up-down {
  margin-right: 1rem !important;
}
.product-info-main .product-options-wrapper {
  margin: 24px 0 0.7rem;
}
.product-info-main .product-options-wrapper .fieldset {
  margin-bottom: 0;
}
.product-info-main .product-options-wrapper .swatch-opt {
  margin: 0;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.product-info-main .product-options-wrapper .swatch-opt .swatch-attribute {
  margin-bottom: 1rem;
}
.product-info-main .product-options-wrapper .swatch-opt .swatch-attribute-selected-option {
  padding-left: 0;
  font-weight: 600;
  text-transform: uppercase;
  color: #222;
}
.product-info-main .product-options-wrapper .swatch-opt .swatch-option {
  margin-right: 0.8rem;
  margin-bottom: 1rem;
  transition: 0.3ss all ease-in;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
.product-info-main .product-options-wrapper .swatch-opt .swatch-option.selected {
  border-color: #222;
}
.product-info-main .product-options-wrapper .product-info-price .old-price .price {
  color: #999;
  font-weight: var(--text-weight);
}
.product-info-main .product-options-wrapper .fieldset > .field .choice input {
  vertical-align: middle;
  margin-top: -2px;
}
.product-info-main .product-social-links {
  text-align: left;
  width: auto;
}
.product-info-main .product-add-form .table-wrapper.grouped thead th {
  color: var(--heading__color__base);
  font-weight: var(--heading__font-weight__base);
}
.product-info-main .product-add-form .table-wrapper.grouped .col.item {
  padding-left: 0;
}
.product-info-main .product-add-form .table-wrapper.grouped .price-box {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .product-info-main .product-add-form .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    border: 1px solid #e6e6e6;
    padding: 8px 18px;
  }
  .product-info-main .product-add-form .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr:not(:last-child) {
    border-bottom: 0;
  }
  .product-info-main .product-add-form .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr .col {
    font-size: 13px;
  }
  .product-info-main .product-add-form .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr .col.item {
    flex: 0 0 70%;
    padding-top: 6px;
  }
  .product-info-main .product-add-form .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr .col.qty:before {
    margin-bottom: 0.5rem;
  }
}
.product-info-main div[class="share-dialog"][style="display: block;"] {
  -webkit-animation: 0.5s fadeInRight;
  -moz-animation: 0.5s fadeInRight;
  -ms-animation: 0.5s fadeInRight;
  animation: 0.5s fadeInRight;
}
.review-toolbar {
  border-top: 1px solid #ccc;
}
.review-toolbar .pages {
  border-bottom: 1px solid #ccc;
}
.review-item {
  border-bottom: 1px solid #e6e6e6;
}
.review-item:first-child {
  padding-top: 0;
}
.review-item .review-content {
  margin-bottom: 2rem;
}
.review-item .review-details {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  font-size: 1.3rem;
}
.review-item .review-details .review-details-value {
  font-size: 1.2rem;
  color: #222;
}
.review-item .review-details .review-author {
  padding-right: 1rem;
}
.fieldset .review-legend.legend strong {
  display: inline-block;
  margin-left: 0.6rem;
}
.review-field-ratings .review-field-rating .label {
  padding-top: 0;
}
.review-field-ratings .review-field-rating .control {
  padding-top: 0.7rem;
}
.page-product-downloadable .sample.link {
  text-transform: capitalize;
}
.page-product-downloadable .sample.link:not(:hover) {
  color: var(--text__color);
}
.page-product-bundle .bundle-options-container {
  margin-bottom: 0;
}
.page-product-bundle .bundle-options-container .product-add-form {
  margin-top: 4rem;
}
.page-product-bundle .bundle-options-container .product-add-form {
  margin-bottom: 4rem;
}
.page-product-bundle .bundle-options-container #product_addtocart_form:after,
.page-product-bundle .bundle-options-container #product_addtocart_form:before {
  content: '';
  display: table;
  clear: both;
}
.page-product-bundle .bundle-options-container .legend.title,
.page-product-bundle .block-bundle-summary .legend.title,
.page-product-bundle .bundle-options-container .title,
.page-product-bundle .block-bundle-summary .title {
  font-size: 2rem;
  margin-bottom: 2rem;
  text-align: left;
}
.page-product-bundle .bundle-options-container .legend.title strong,
.page-product-bundle .block-bundle-summary .legend.title strong,
.page-product-bundle .bundle-options-container .title strong,
.page-product-bundle .block-bundle-summary .title strong {
  font-size: 2rem;
}
.page-product-bundle .block-bundle-summary {
  padding: 0;
  background-color: transparent;
}
.page-product-bundle .block-bundle-summary .bundle-info {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  flex-wrap: wrap;
}
.page-product-bundle .block-bundle-summary .bundle-info .product-image-container {
  flex: 0 0 25%;
  max-width: 25%;
  margin-right: 1.5rem;
}
.page-product-bundle .block-bundle-summary .bundle-info .product.name {
  color: #222;
  margin-bottom: 5px;
}
.page-product-bundle .block-bundle-summary .bundle-info .box-tocart .fieldset {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0;
}
.page-product-bundle .block-bundle-summary .bundle-info .box-tocart .up-down {
  background: transparent;
  margin: 1rem 1rem 1rem 0;
  max-width: 115px;
}
.page-product-bundle .block-bundle-summary .bundle-info .box-tocart .actions {
  margin: 1rem 0;
}
.page-product-bundle .block-bundle-summary .bundle-info .price-box .price {
  font-weight: 400;
  color: #222;
}
.page-product-bundle .product-info-main .product.attribute.overview {
  margin-bottom: 1rem;
}
.page-product-bundle .product-info-main .price-box {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  flex-wrap: wrap;
}
.product.info.detailed {
  margin-top: 60px;
}
.product.info.detailed .product.data.items > .item.title .switch .counter {
  color: var(--text__color);
}
.product.info.detailed .product.data.items > .item.title.active > .switch .counter,
.product.info.detailed .product.data.items > .item.title:hover > .switch .counter,
.product.info.detailed .product.data.items > .item.title:focus > .switch .counter {
  color: #fff;
}
.product.info.detailed .product.data.items > .item.content {
  display: none;
  text-align: left;
  -webkit-animation: 0.6s ease-out 0s 1 normal forwards running fadeIn;
  -moz-animation: 0.6s ease-out 0s 1 normal forwards running fadeIn;
  -ms-animation: 0.6s ease-out 0s 1 normal forwards running fadeIn;
  animation: 0.6s ease-out 0s 1 normal forwards running fadeIn;
}
.product.info.detailed .product.data.items > .item.content .description table tr td strong,
.product.info.detailed .product.data.items > .item.content .description table tr td span {
  color: var(--heading__color__base);
}
.product.info.detailed .product.data.items > .item.content .description table tr td strong.semi,
.product.info.detailed .product.data.items > .item.content .description table tr td span.semi {
  font-weight: var(--heading__font-weight__base);
}
.product.info.detailed .product.data.items .data.switch .counter {
  color: var(--text__color);
  font-size: 1.2rem;
}
.product.info.detailed .product.data.items .item.title.active + .item.content {
  display: block;
}
.product.info.detailed .additional-attributes tbody tr th,
.product.info.detailed .additional-attributes tbody tr td {
  width: auto;
}
.cart-container .cart.table-wrapper .items .product-item-photo {
  line-height: 0;
  max-width: 125px;
}
.cart-container .cart.table-wrapper .items .item-actions .action {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
  text-transform: none;
}
.cart-container .cart.table-wrapper .items .item-actions .action:focus,
.cart-container .cart.table-wrapper .items .item-actions .action:active {
  background: none;
  border: none;
}
.cart-container .cart.table-wrapper .items .item-actions .action:hover {
  background: none;
  border: none;
}
.cart-container .cart.table-wrapper .items .item-actions .action.disabled,
.cart-container .cart.table-wrapper .items .item-actions .action[disabled],
fieldset[disabled] .cart-container .cart.table-wrapper .items .item-actions .action {
  pointer-events: none;
  opacity: 0.5;
}
.cart-container .cart.table-wrapper .items .item:last-child {
  border-bottom: 0;
}
.cart-container .cart.table-wrapper th.col {
  width: auto;
  color: var(--heading__color__base);
  font-weight: var(--heading__font-weight__base);
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  background-color: #fff;
  border-bottom: 0;
}
.cart-container .cart.table-wrapper td.price .price-including-tax .price,
.cart-container .cart.table-wrapper td.price .price-excluding-tax .price {
  color: var(--text__color);
  font-weight: var(--text-weight);
  font-size: 1.4rem;
}
.cart-container .cart.table-wrapper .product-item-details {
  vertical-align: middle;
}
.cart-container .cart .box-tocart .up-down {
  max-width: 120px;
  justify-content: space-between;
}
.cart-container .cart.actions .clear:not(:hover) {
  background-color: var(--button__background);
  color: var(--button__color);
}
.cart-container #gift-options-cart .gift-item-block .content {
  padding: 0;
}
.cart-container #gift-options-cart .gift-item-block .content .gift-options-content .fieldset {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.cart-container #gift-options-cart .gift-item-block .content .gift-options-content .fieldset .field {
  padding: 0 15px;
}
.cart-container #gift-options-cart .gift-item-block .content .gift-options-content .fieldset .field:not(.text) {
  flex: 0 0 50%;
  max-width: 50%;
}
.cart-container #gift-options-cart .gift-item-block .content .gift-options-content .fieldset .text {
  flex: 0 0 100%;
  max-width: 100%;
}
.cart-container #gift-options-cart .gift-item-block .content .gift-options-content .fieldset .text textarea {
  height: 10rem;
}
.cart-empty {
  text-align: center;
}
.checkout-index-index .hidden-checkout,
.checkout-index-index .logo-container .nav-toggle {
  display: none !important;
}
.login-container {
  max-width: 97rem;
  margin: auto;
}
.login-container .block .block-title {
  border-bottom: 0;
  padding-bottom: 0;
}
.login-container .block .block-content .fieldset:after {
  text-align: left;
  margin-top: 12px;
}
.login-container .block .block-content .fieldset.login .actions-toolbar .primary button,
.login-container .block .block-content .fieldset.login .actions-toolbar .primary .cart.table-wrapper .actions-toolbar > .action {
  padding-left: 3.5rem;
  padding-right: 3.5rem;
}
.login-container .block .block-content .fieldset > .field {
  margin-bottom: 2rem;
}
.login-container .block .block-content .fieldset > .field .control {
  width: 100%;
}
.login-container .block .block-content .fieldset > .field > .label {
  float: none;
  text-align: left;
  padding-top: 0;
  padding-bottom: 6px;
  font-weight: var(--text-weight);
}
.login-container .block .block-content .actions-toolbar {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  flex-wrap: wrap;
  flex-direction: column-reverse;
  align-items: flex-start;
}
.login-container .block .block-content .actions-toolbar .secondary {
  margin-bottom: 2rem;
  float: none !important;
  text-align: right;
  width: 100%;
}
.login-container .block .block-content .actions-toolbar .secondary a {
  margin-top: 0;
  text-transform: none;
}
.login-container .block .block-content .actions-toolbar .secondary a:not(:hover) {
  color: var(--text__color);
}
.login-container .block .block-content .actions-toolbar .primary {
  margin: 0;
}
.login-container .block .block-content .actions-toolbar .primary button,
.login-container .block .block-content .actions-toolbar .primary .action,
.login-container .block .block-content .actions-toolbar .primary .cart.table-wrapper .actions-toolbar > .action {
  margin: 0;
}
.customer-account-create #maincontent,
.customer-account-forgotpassword #maincontent {
  max-width: 97rem;
  margin: auto;
}
.customer-account-create .form-create-account .fieldset:not(.additional_info),
.customer-account-forgotpassword .form-create-account .fieldset:not(.additional_info),
.customer-account-create .forget .fieldset:not(.additional_info),
.customer-account-forgotpassword .forget .fieldset:not(.additional_info) {
  background: #fff;
  padding: 30px;
  border: 1px solid #e6e6e6;
}
.customer-account-create .form-create-account .fieldset:not(.additional_info) .legend,
.customer-account-forgotpassword .form-create-account .fieldset:not(.additional_info) .legend,
.customer-account-create .forget .fieldset:not(.additional_info) .legend,
.customer-account-forgotpassword .forget .fieldset:not(.additional_info) .legend {
  color: var(--heading__color__base);
  font-weight: var(--heading__font-weight__base);
  font-family: var(--heading__font-family__base);
}
.customer-account-create .form-create-account .fieldset:not(.additional_info) .newsletter:before,
.customer-account-forgotpassword .form-create-account .fieldset:not(.additional_info) .newsletter:before,
.customer-account-create .forget .fieldset:not(.additional_info) .newsletter:before,
.customer-account-forgotpassword .forget .fieldset:not(.additional_info) .newsletter:before {
  display: none;
}
.customer-account-create .form-create-account .actions-toolbar,
.customer-account-forgotpassword .form-create-account .actions-toolbar,
.customer-account-create .forget .actions-toolbar,
.customer-account-forgotpassword .forget .actions-toolbar {
  width: 100%;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
}
.customer-account-create .form-create-account .actions-toolbar > div,
.customer-account-forgotpassword .form-create-account .actions-toolbar > div,
.customer-account-create .forget .actions-toolbar > div,
.customer-account-forgotpassword .forget .actions-toolbar > div {
  float: none;
}
.customer-account-create .form-create-account .actions-toolbar > div button,
.customer-account-forgotpassword .form-create-account .actions-toolbar > div button,
.customer-account-create .forget .actions-toolbar > div button,
.customer-account-forgotpassword .forget .actions-toolbar > div button,
.customer-account-create .form-create-account .actions-toolbar > div .cart.table-wrapper .actions-toolbar > .action,
.customer-account-forgotpassword .form-create-account .actions-toolbar > div .cart.table-wrapper .actions-toolbar > .action,
.customer-account-create .forget .actions-toolbar > div .cart.table-wrapper .actions-toolbar > .action,
.customer-account-forgotpassword .forget .actions-toolbar > div .cart.table-wrapper .actions-toolbar > .action {
  text-transform: var(--button__text_transform);
}
.customer-account-create .form-create-account .actions-toolbar > div button:active,
.customer-account-forgotpassword .form-create-account .actions-toolbar > div button:active,
.customer-account-create .forget .actions-toolbar > div button:active,
.customer-account-forgotpassword .forget .actions-toolbar > div button:active,
.customer-account-create .form-create-account .actions-toolbar > div .cart.table-wrapper .actions-toolbar > .action:active,
.customer-account-forgotpassword .form-create-account .actions-toolbar > div .cart.table-wrapper .actions-toolbar > .action:active,
.customer-account-create .forget .actions-toolbar > div .cart.table-wrapper .actions-toolbar > .action:active,
.customer-account-forgotpassword .forget .actions-toolbar > div .cart.table-wrapper .actions-toolbar > .action:active {
  -webkit-box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.12);
  -ms-box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.12);
  box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.12);
}
.customer-account-create .forget .captcha button,
.customer-account-forgotpassword .forget .captcha button,
.customer-account-create .forget .captcha .cart.table-wrapper .actions-toolbar > .action,
.customer-account-forgotpassword .forget .captcha .cart.table-wrapper .actions-toolbar > .action {
  border-radius: 0;
}
.customer-account-create .forget .actions-toolbar,
.customer-account-forgotpassword .forget .actions-toolbar {
  margin-top: 3rem;
}
.form.password.reset,
.form.send.confirmation,
.form.password.forget,
.form.create.account,
.form.search.advanced,
.form.form-orders-search {
  width: auto !important;
}
body.account.page-layout-2columns-left .sidebar-main .block .title,
body.account.page-layout-2columns-right .sidebar-additional .block .title {
  text-align: left;
}
body.account .column.main > .block,
body.account .column.main .form-edit-account,
body.account .column.main .form-address-edit {
  border: 1px solid #e6e6e6;
  padding: 3rem;
  margin-bottom: 3rem;
}
body.account .column.main > .block .action:not(.save, .back):not(:hover),
body.account .column.main .form-edit-account .action:not(.save, .back):not(:hover),
body.account .column.main .form-address-edit .action:not(.save, .back):not(:hover) {
  color: #999;
}
body.account .column.main .wishlist-toolbar:not(:last-of-type) {
  display: none;
}
body.account .column.main .legend {
  color: var(--heading__color__base);
}
body.account .column.main .block.block-dashboard-orders #my-orders-table thead tr th,
body.account .column.main .block.block-dashboard-orders #my-orders-table tbody tr th,
body.account .column.main .block.block-dashboard-orders #my-orders-table thead tr td,
body.account .column.main .block.block-dashboard-orders #my-orders-table tbody tr td {
  width: auto;
}
body.account .sidebar-additional {
  margin-top: 4rem;
}
body.account .limiter select {
  height: 4rem;
}
body.account .orders-history table#my-orders-table {
  margin-bottom: 0;
}
body.account .orders-history table#my-orders-table thead th,
body.account .orders-history table#my-orders-table tbody th,
body.account .orders-history table#my-orders-table thead td,
body.account .orders-history table#my-orders-table tbody td {
  padding: 1rem 1.5rem;
  width: auto;
  border: 1px solid #e6e6e6;
}
body.account .orders-history table#my-orders-table thead th {
  border-bottom: 0 !important;
}
body.account.sales-order-print .column.main .actions-toolbar .secondary .action {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
}
body.account.sales-order-print .column.main .actions-toolbar .secondary .action:focus,
body.account.sales-order-print .column.main .actions-toolbar .secondary .action:active {
  background: none;
  border: none;
}
body.account.sales-order-print .column.main .actions-toolbar .secondary .action:hover {
  background: none;
  border: none;
}
body.account.sales-order-print .column.main .actions-toolbar .secondary .action.disabled,
body.account.sales-order-print .column.main .actions-toolbar .secondary .action[disabled],
fieldset[disabled] body.account.sales-order-print .column.main .actions-toolbar .secondary .action {
  pointer-events: none;
  opacity: 0.5;
}
.account .page-title-wrapper .page-title,
[class^=sales-guest-] .page-title-wrapper .page-title,
.sales-guest-view .page-title-wrapper .page-title {
  margin-right: auto;
}
.account-nav,
.block-collapsible-nav {
  margin-bottom: 0;
}
.account-nav .block-collapsible-nav-title,
.block-collapsible-nav .block-collapsible-nav-title {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  margin: 0;
}
.account-nav .content,
.block-collapsible-nav .content,
.account-nav .block-collapsible-nav-content,
.block-collapsible-nav .block-collapsible-nav-content {
  background-color: transparent;
  padding: 0;
  border: 1px solid #e6e6e6;
  padding: 3rem;
}
.account-nav .content .nav.items .item a,
.block-collapsible-nav .content .nav.items .item a,
.account-nav .block-collapsible-nav-content .nav.items .item a,
.block-collapsible-nav .block-collapsible-nav-content .nav.items .item a {
  border-left: 0;
  padding: 6px 0;
}
.account-nav .content .nav.items .item a:not(:hover),
.block-collapsible-nav .content .nav.items .item a:not(:hover),
.account-nav .block-collapsible-nav-content .nav.items .item a:not(:hover),
.block-collapsible-nav .block-collapsible-nav-content .nav.items .item a:not(:hover) {
  color: var(--text__color);
}
.account-nav .content .nav.items .item a:hover,
.block-collapsible-nav .content .nav.items .item a:hover,
.account-nav .block-collapsible-nav-content .nav.items .item a:hover,
.block-collapsible-nav .block-collapsible-nav-content .nav.items .item a:hover {
  background: transparent;
}
.account-nav .content .nav.items .item .delimiter,
.block-collapsible-nav .content .nav.items .item .delimiter,
.account-nav .block-collapsible-nav-content .nav.items .item .delimiter,
.block-collapsible-nav .block-collapsible-nav-content .nav.items .item .delimiter {
  border-top: 1px solid #e6e6e6;
  margin-left: 0;
  margin-right: 0;
}
.account-nav .content .nav.items .item.current strong,
.block-collapsible-nav .content .nav.items .item.current strong,
.account-nav .block-collapsible-nav-content .nav.items .item.current strong,
.block-collapsible-nav .block-collapsible-nav-content .nav.items .item.current strong {
  color: var(--theme__color__primary);
  border-left: 0;
  padding: 0 0 6px;
}
.table-wrapper.comparison {
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  margin-top: 1rem;
}
#product-comparison {
  background-color: #fff;
  margin-bottom: 0;
}
#product-comparison .cell.label .attribute.label {
  font-weight: var(--heading__font-weight__base);
}
#product-comparison th.cell.label {
  background-color: #f3f5f6;
  vertical-align: middle;
  border-bottom: 1px solid #e6e6e6;
}
#product-comparison thead tr td.remove {
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  border-right: 1px solid #e6e6e6;
}
#product-comparison tbody tr td {
  border-bottom: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
}
#product-comparison tbody tr td .attribute.value h2 {
  font-size: 20px !important;
}
#product-comparison tbody tr .reviews-actions,
#product-comparison tbody tr .price-label,
#product-comparison tbody tr .button_quickview {
  display: none;
}
#product-comparison tbody tr .product-item-actions {
  position: relative;
}
#product-comparison tbody tr .product-item-actions .actions-primary {
  width: 100%;
}
#product-comparison tbody tr .product-item-actions .actions-primary .action.tocart {
  width: 100%;
  text-align: left;
  padding-right: 40px;
  padding-left: 15px;
}
#product-comparison tbody tr .product-item-actions .actions-secondary {
  margin-top: 0 !important;
  position: absolute;
  right: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0;
}
#product-comparison tbody tr .product-item-actions .actions-secondary .towishlist {
  background-color: #fff;
  border-radius: var(--button__border-radius);
}
#product-comparison tbody:nth-of-type(2) tr:nth-of-type(2) {
  display: none;
}
#product-comparison .cell {
  width: 195px;
}
:root {
  --layout__max-width: 1200px;
  --font-family-name__base: Poppins, sans-serif;
  --font-size__base: 14px;
  --text-weight: 400;
  --heading__font-family__base: Poppins, sans-serif;
  --heading__font-weight__base: 600;
  --navigation-level0-item__font-family: var(--heading__font-family__base);
  --navigation-desktop__font-size: 1.4rem;
  --navigation-level0-item__font-weight: 400;
  --other_font_family: 'Libre Baskerville', serif;
  --theme__color__primary: #56cfe1;
  --text__color: #878787;
  --heading__color__base: #222;
  --link__color: var(--theme__color__primary);
  --link__hover__color: var(--theme__color__primary);
  --button__color: #222;
  --button__background: transparent;
  --button__hover__background: var(--theme__color__primary);
  --button__hover__color: #fff;
  --button__border-radius: 40px;
  --button__font-weight: 600;
  --button__text_transform: false;
  --topbarbg: #f6f6f8;
  --topbarcolor: var(--text__color);
  --topbar-size: 12px;
  --header__background-color: #fff;
  --header-icons-color: var(--heading__color__base);
  --header_sticky_bg: var(--header__background-color);
  --navigation__background: #fff;
  --navigation-level0-item__color: var(--heading__color__base);
  --submenu__background: #fff;
  --submenu-item__color: var(--text__color);
  --navigation-level0-item__text-transform: capitalize;
  --footer-title-color: #222;
  --footer__background-color: #fff;
  --footer-links-color: var(--text__color);
  --product_item-size: 1.4rem;
  --lazyload_bg_color: #f5f5f5;
  --lazyload_bg_size: 50px;
}
.dark_button {
  background-image: none;
  background: #222;
  border: 2px solid var(--button__color);
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: inherit;
  font-weight: var(--button__font-weight);
  margin: 0;
  padding: 7px 25px;
  font-size: 1.4rem;
  line-height: 2.24rem;
  box-sizing: border-box;
  vertical-align: middle;
}
.dark_button:focus,
.dark_button:active {
  background: var(--button__hover__background);
  border: 2px solid var(--theme__color__primary);
  color: var(--button__hover__color);
}
.dark_button:hover {
  background: var(--button__hover__background);
  border: 2px solid var(--theme__color__primary);
  color: var(--button__hover__color);
}
.dark_button.disabled,
.dark_button[disabled],
fieldset[disabled] .dark_button {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
/* Breadcrumb restyle */
@-webkit-keyframes move {
  0% {
    left: 0;
    opacity: 0;
  }
  5% {
    opacity: 0;
  }
  48% {
    opacity: 0.2;
  }
  80% {
    opacity: 0;
  }
  100% {
    left: 82%;
  }
}
@keyframes move {
  0% {
    left: 0;
    opacity: 0;
  }
  5% {
    opacity: 0;
  }
  48% {
    opacity: 0.2;
  }
  80% {
    opacity: 0;
  }
  100% {
    left: 82%;
  }
}
.animation-move,
.product-info-main .product-add-form form .box-tocart .fieldset .actions button,
.cart-container .checkout-methods-items .action.primary,
.blueskytechco-onepagecheckout #opc-sidebar .actions-toolbar > .primary > .btn-placeorder,
.product-info-main .product-add-form form .box-tocart .fieldset .actions .cart.table-wrapper .actions-toolbar > .action {
  position: relative;
}
.animation-move::after,
.product-info-main .product-add-form form .box-tocart .fieldset .actions button::after,
.cart-container .checkout-methods-items .action.primary::after,
.product-info-main .product-add-form form .box-tocart .fieldset .actions .cart.table-wrapper .actions-toolbar > .action::after {
  position: absolute;
  content: '';
  opacity: 0;
  top: 0;
  left: 0;
  z-index: 1;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.03) 1%, rgba(255, 255, 255, 0.6) 30%, rgba(255, 255, 255, 0.85) 50%, rgba(255, 255, 255, 0.85) 70%, rgba(255, 255, 255, 0.85) 71%, rgba(255, 255, 255, 0) 100%);
  width: 15%;
  height: 100%;
  transform: skew(-10deg, 0deg);
  animation: move 2s;
  animation-iteration-count: infinite;
  animation-delay: 1s;
}
blockquote {
  font-family: var(--other_font_family);
  font-style: italic !important;
  position: relative;
}
blockquote::before {
  position: absolute;
  left: 2.5rem;
  top: 0;
}
.pages .items .item.pages-item-next {
  margin-left: -0.8rem;
}
._keyfocus *:focus,
input:not([disabled]):focus,
textarea:not([disabled]):focus,
select:not([disabled]):focus {
  outline: 0;
  border-color: #222;
  transition: border-color 0.4s;
}
@media (min-width: 1600px) {
  rs-slide .container-larger {
    max-width: 1480px;
    margin: auto;
  }
}
.header__action-default .minicart-wrapper .action.showcart .counter.qty,
.header__action-default .counter.qty {
  -webkit-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
}
.default-contact-header {
  position: relative;
  z-index: 3;
  text-align: right;
  margin-left: auto;
}
.default-contact-header a {
  font-size: 12px;
  padding-left: 5px;
}
.default-contact-header a i {
  font-size: 14px;
  padding-right: 5px;
}
.topbar__locator {
  margin-right: 20px;
}
.topbar__locator .elementor-icon-box-wrapper {
  line-height: 1;
}
.header-container .header.links li a[href*="create"] {
  display: none;
}
.navigation .level0.high-light > .level-top {
  color: inherit;
}
.nav-toggle {
  fill: var(--header-icons-color);
}
.header__left ul.social-link {
  margin: 0;
  padding: 0;
}
.header__left ul.social-link li {
  margin: 0 1rem 0 0 !important;
}
.header__left ul.social-link a {
  color: var(--header-icons-color);
  margin-left: 0;
}
.header__left ul.social-link a:hover {
  color: var(--theme__color__primary);
}
.header-container .icon-type--2 .header__action-default > li.wishlist a:before {
  content: "\f004";
  font-family: 'iconKalles';
  font-size: 2.2rem;
  line-height: 1;
  position: relative;
  -webkit-font-smoothing: antialiased;
  font-family: 'Line Awesome Free';
  font-weight: normal;
  font-size: 2.8rem;
}
.header-container .icon-type--2 .header__action-default > li.wishlist a .counter.qty {
  top: -2px;
  right: -6px;
}
.header-container .icon-type--2 .header__action-default > li.wishlist a:hover:before {
  color: var(--theme__color__primary);
}
.header-container .icon-type--2 .header__action-default > li .minicart-wrapper .action.showcart:before {
  content: "\f07a";
  font-family: 'iconKalles';
  font-size: 2.2rem;
  line-height: 1;
  position: relative;
  -webkit-font-smoothing: antialiased;
  font-family: 'Line Awesome Free';
  font-weight: 900;
  font-size: 3.2rem;
}
.header-container .icon-type--2 .header__action-default > li .minicart-wrapper .action.showcart .counter.qty {
  right: -3px;
  top: 0;
}
.header-container .icon-type--2 .header__action-default > li .minicart-wrapper .action.showcart:hover:before {
  color: var(--theme__color__primary);
}
.header-container .icon-type--2 .block-search .top-search .icon-search::before {
  content: "\f002";
  font-family: 'Line Awesome Free';
  font-weight: 900;
  font-size: 2.8rem;
}
.header-container .icon-type--2 .block-search .top-search .icon-search:hover:before {
  color: var(--theme__color__primary);
}
.header-container .icon-type--2 .header.links li.customer-welcome .customer-name .action.switch:before,
.header-container .icon-type--2 .header.links li.authorization-link .action.switch:before,
.header-container .icon-type--2 .header.links li.customer-welcome .customer-name a[href*="login"]:before,
.header-container .icon-type--2 .header.links li.authorization-link a[href*="login"]:before {
  content: "\f007";
  font-family: 'iconKalles';
  font-size: 2.2rem;
  line-height: 1;
  position: relative;
  -webkit-font-smoothing: antialiased;
  font-family: 'Line Awesome Free';
  font-size: 2.8rem;
}
.header-container .icon-type--2 .header.links li.customer-welcome .customer-name .action.switch:hover:before,
.header-container .icon-type--2 .header.links li.authorization-link .action.switch:hover:before,
.header-container .icon-type--2 .header.links li.customer-welcome .customer-name a[href*="login"]:hover:before,
.header-container .icon-type--2 .header.links li.authorization-link a[href*="login"]:hover:before {
  color: var(--theme__color__primary);
}
.header-container .icon-type--2.semibold .block-search .top-search .icon-search:before,
.header-container .icon-type--2.semibold .header__action-default > li a::before,
.header-container .icon-type--2.semibold .header__action-default > li .minicart-wrapper > a:before {
  -webkit-font-smoothing: antialiased;
}
.header-container.layout-2 .navigation .horizontal-list {
  text-align: left;
}
.header-container.layout-4 .topbar {
  font-size: 13px;
}
.header-container.layout-4 .topbar .dark {
  color: var(--topbarcolor) !important;
}
.header-container.layout-4 .topbar .topbar__inner {
  min-height: 50px;
}
.header-container.layout-4 .topbar .action strong,
.header-container.layout-4 .topbar .action.toggle::after {
  color: var(--topbarcolor);
}
.header-container.layout-4 .header__menu {
  max-width: unset;
}
.header-container.layout-4 .header__menu .nav-toggle {
  display: none;
}
.header-container.layout-4 .logo {
  margin: 0;
}
.header-container.layout-4 .header__logo {
  flex: unset;
}
.header-container.layout-4 .header__left,
.header-container.layout-4 .header__action {
  flex: 1;
}
.header-container.layout-5 .header__menu .nav-toggle {
  display: none;
}
.header-container.layout-5 .css_h_se {
  min-height: 90px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.header-container.layout-5 .header__logo {
  flex: unset;
}
.header-container.layout-5 .top-search {
  flex: 1;
}
.header-container.layout-5 .top-search .block-search {
  max-width: 600px;
  margin: 0 auto;
}
.header-container.layout-8 .header__left {
  flex: 1;
}
.header-container.layout-8 .header__logo {
  justify-content: center;
}
.header-container.layout-8 .horizontal-menu-container .nav-toggle {
  display: none;
}
.css_h_se {
  min-height: 100px;
}
@media only screen and (max-width: 1199px) {
  .css_h_se {
    min-height: 62px;
  }
}
.hside_opened .header-container.layout-4 .header_middle {
  position: relative;
  z-index: 24;
}
.nav_overlay {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 100vh;
  background: rgba(0, 0, 0, 0.6);
  cursor: pointer;
  z-index: 499;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease 0s;
}
.header__setting {
  display: flex;
  flex-direction: column;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  opacity: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
  position: fixed;
  top: 0;
  bottom: 0;
  background-color: #fff;
  right: 0;
  min-width: unset;
  margin: 0;
  -webkit-transform: translate3d(104%, 0, 0);
  -moz-transform: translate3d(104%, 0, 0);
  -ms-transform: translate3d(104%, 0, 0);
  transform: translate3d(104%, 0, 0);
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
  -ms-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
  z-index: 500;
  width: 85%;
  max-width: 340px;
}
.header__setting .settings-head {
  padding: 4rem 3rem 0 2rem;
}
@media only screen and (max-width: 767px) {
  .header__setting .settings-head {
    padding: 2rem;
  }
}
.header__setting .settings-head .settings-close {
  display: inline-flex;
  align-items: center;
  font-size: 1.5rem;
  line-height: 3rem;
  color: var(--heading__color__base);
  text-transform: uppercase;
  cursor: pointer;
}
.header__setting .settings-head .settings-close .pegk {
  font-size: 3rem;
}
.header__setting .settings-head .settings-close:hover {
  color: var(--theme__color__primary);
}
.header__setting .settings-inner {
  flex: 1 1 auto;
  padding: 2rem 3rem 0;
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  overflow-y: auto;
}
@media only screen and (max-width: 767px) {
  .header__setting .settings-inner {
    padding: 1rem 2rem;
  }
}
.header__setting .settings-inner .switcher {
  margin-bottom: 20px;
  display: block;
}
.header__setting .settings-inner .switcher .switcher-label {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
  display: block;
  margin: 0 0 10px;
  color: var(--heading__color__base);
  font-weight: 500;
}
.header__setting .settings-inner .switcher .switcher-options .switcher-trigger {
  display: none;
}
.header__setting .settings-inner .switcher .action.toggle::after {
  display: none !important;
}
.header__setting .settings-inner .switcher ul.dropdown {
  box-shadow: none;
  border: 0;
  position: static;
  display: block;
}
.header__setting .settings-inner .switcher ul.dropdown::before,
.header__setting .settings-inner .switcher ul.dropdown::after {
  display: none !important;
}
.header__setting .settings-inner .switcher ul.dropdown a {
  color: var(--text__color);
  padding: 5px 8px;
}
.setting-view span {
  color: var(--header-icons-color);
  font-size: 2.8rem;
  position: relative;
  cursor: pointer;
}
.setting-view span::before {
  content: "\f0c9";
  font-family: 'Line Awesome Free';
  font-weight: 900;
  font-size: 2.8rem;
}
.setting-view span:hover:before {
  color: var(--theme__color__primary);
}
.modal_input:checked ~ .header__setting {
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  transform: none;
  opacity: 1;
}
.modal_input:checked ~ .nav_overlay {
  opacity: 1;
  visibility: visible;
}
.block-search.search_type_canvas .auto-complete-result .result-header + div .title-view-all-search .see-all:after {
  content: "→";
  display: inline-flex;
}
.block-search.search_type_canvas .auto-complete-result .result-header + div .title-view-all-search .see-all:hover:after {
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  transform: translateX(5px);
}
.block-minicart .block-content > .actions > .primary .action.primary,
.block-minicart .block-content > .actions .action {
  text-transform: uppercase;
  font-size: 1.2rem;
  letter-spacing: 2px;
}
.footer-container .block-newsletter-form .rokan-title {
  text-align: left;
}
.footer-container .block-newsletter-form .rokan-title .short-des {
  font-family: var(--font-family-name__base), 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-style: normal;
}
.block.newsletter .control {
  border: 1px solid var(--text__color);
  border-radius: var(--button__border-radius);
  padding: 2px;
}
.block.newsletter .control .input-focus input {
  border: 0;
  border-radius: var(--button__border-radius);
  background-color: transparent;
}
.block.newsletter .action.subscribe {
  border-radius: var(--button__border-radius);
  padding-left: 2rem;
  padding-right: 2rem;
  background-image: none;
  background: #222;
  border: 2px solid var(--button__color);
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: inherit;
  font-weight: var(--button__font-weight);
  margin: 0;
  padding: 7px 25px;
  font-size: 1.4rem;
  line-height: 2.24rem;
  box-sizing: border-box;
  vertical-align: middle;
}
.block.newsletter .action.subscribe:focus,
.block.newsletter .action.subscribe:active {
  background: var(--button__hover__background);
  border: 2px solid var(--theme__color__primary);
  color: var(--button__hover__color);
}
.block.newsletter .action.subscribe:hover {
  background: var(--button__hover__background);
  border: 2px solid var(--theme__color__primary);
  color: var(--button__hover__color);
}
.block.newsletter .action.subscribe.disabled,
.block.newsletter .action.subscribe[disabled],
fieldset[disabled] .block.newsletter .action.subscribe {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.block.newsletter .action.subscribe:focus,
.block.newsletter .action.subscribe:active {
  background: var(--button__hover__background);
  border: 2px solid var(--theme__color__primary);
  color: var(--button__hover__color);
}
.block.newsletter .action.subscribe:hover {
  background: var(--button__hover__background);
  border: 2px solid var(--theme__color__primary);
  color: var(--button__hover__color);
}
.block.newsletter .action.subscribe.disabled,
.block.newsletter .action.subscribe[disabled],
fieldset[disabled] .block.newsletter .action.subscribe {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.swatch-option.disabled {
  pointer-events: none;
  opacity: 0.6;
}
.swatch-option.disabled:after {
  background: none !important;
}
.filter-options-content .swatch-attribute.color .swatch-option-link-layered,
.filter-options-content .swatch-attribute.brand .swatch-option-link-layered {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.filter-options-content .swatch-attribute.color .swatch-option-link-layered:not(:last-of-type),
.filter-options-content .swatch-attribute.brand .swatch-option-link-layered:not(:last-of-type) {
  margin-bottom: 1.7rem !important;
}
.filter-options-content .swatch-attribute.color .swatch-option-link-layered::after,
.filter-options-content .swatch-attribute.brand .swatch-option-link-layered::after {
  content: attr(aria-label);
  display: inline-block;
  text-transform: capitalize;
  padding-left: 3px;
}
.filter-options-content .swatch-attribute.color .swatch-option,
.filter-options-content .swatch-attribute.brand .swatch-option {
  float: none;
  margin-bottom: 0;
}
.filter-options-content .swatch-attribute.brand .swatch-option {
  border-radius: 0;
  background-size: 90% !important;
  padding: 5px;
  width: 5rem;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
.sidebar .block-search .block-title {
  display: block;
  margin-top: 0;
}
.sidebar .block-search .block-content form {
  position: relative;
}
.sidebar *[class*="categories"] a::before,
.sidebar *[class*="block-archive"] a::before {
  content: '+';
  padding-right: 2px;
}
.filter-options .filter-options-content .item > a,
.filter-options .filter-options-content .swatch-attribute > a,
.filter-options .filter-options-content .item .swatch-option.text,
.filter-options .filter-options-content .swatch-attribute .swatch-option.text {
  position: relative;
}
.filter-options .filter-options-content .item > a:before,
.filter-options .filter-options-content .swatch-attribute > a:before,
.filter-options .filter-options-content .item .swatch-option.text:before,
.filter-options .filter-options-content .swatch-attribute .swatch-option.text:before {
  display: inline-block;
  vertical-align: middle;
  content: '';
  width: 1.6rem;
  height: 1.6rem;
  box-shadow: 0 0 0 1px #d4d6d8 inset;
  margin: 0 10px 2px 0;
  background-color: #fff;
  border-radius: 2px;
}
.filter-options .filter-options-content .item > a:after,
.filter-options .filter-options-content .swatch-attribute > a:after,
.filter-options .filter-options-content .item .swatch-option.text:after,
.filter-options .filter-options-content .swatch-attribute .swatch-option.text:after {
  content: "";
  opacity: 0;
  visibility: hidden;
  transition: 0.3s all ease-in;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  position: absolute;
  top: 3px;
  left: 6px;
  display: inline-block;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  height: 10px;
  width: 5px;
  border-bottom: 1px solid #222;
  border-right: 1px solid #222;
}
.filter-options .filter-options-content .item > a:focus:after,
.filter-options .filter-options-content .swatch-attribute > a:focus:after,
.filter-options .filter-options-content .item .swatch-option.text:focus:after,
.filter-options .filter-options-content .swatch-attribute .swatch-option.text:focus:after {
  opacity: 1;
  visibility: visible;
}
.filter-options .filter-options-content .item > a .count:after,
.filter-options .filter-options-content .swatch-attribute > a .count:after,
.filter-options .filter-options-content .item .swatch-option.text .count:after,
.filter-options .filter-options-content .swatch-attribute .swatch-option.text .count:after {
  position: relative;
  left: -2px;
}
.filter-options .filter-options-content .item > a:not(:hover) .count,
.filter-options .filter-options-content .swatch-attribute > a:not(:hover) .count,
.filter-options .filter-options-content .item .swatch-option.text:not(:hover) .count,
.filter-options .filter-options-content .swatch-attribute .swatch-option.text:not(:hover) .count {
  color: #999;
}
.filter-options .filter-options-content .swatch-attribute .swatch-attribute-options a .text {
  margin: 0 0 12px;
  text-align: left;
  width: auto;
  height: auto;
  border: 0;
  border-radius: 0;
  display: block;
  font-size: 1.4rem;
  font-weight: var(--text-weight);
  float: none;
  text-transform: capitalize;
}
.filter-options .filter-options-content .swatch-attribute .swatch-attribute-options a .text:after {
  left: 4px;
}
.filter-options .filter-options-content .swatch-attribute .swatch-attribute-options a:not(:hover) .text {
  color: var(--heading__color__base);
}
.filter-options .filter-options-content .swatch-attribute .swatch-attribute-options a:last-child .text {
  margin-bottom: 0;
}
.filter-options .filter-options-content .swatch-attribute .swatch-attribute-options a:hover .text {
  color: var(--theme__color__primary);
}
.sidebar .widget .block-title + ul,
.sidebar .widget .block-title + div {
  list-style: none;
  margin: 0;
}
.sidebar .widget .block-title + ul li,
.sidebar .widget .block-title + div li,
.sidebar .widget .block-title + ul .item,
.sidebar .widget .block-title + div .item {
  margin: 0;
}
.sidebar .widget .block-title + ul li:hover a,
.sidebar .widget .block-title + div li:hover a,
.sidebar .widget .block-title + ul .item:hover a,
.sidebar .widget .block-title + div .item:hover a {
  color: var(--theme__color__primary);
}
.sidebar .widget a:not(:hover) {
  color: var(--heading__color__base);
}
.toolbar:not(:last-child) .grid-mode-show-type-products,
.toolbar:not(:last-child) .modes {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  flex-wrap: wrap;
}
.toolbar:not(:last-child) .grid-mode-show-type-products > a,
.toolbar:not(:last-child) .modes > a,
.toolbar:not(:last-child) .grid-mode-show-type-products .modes-mode,
.toolbar:not(:last-child) .modes .modes-mode {
  display: inline-flex;
  border: 1px solid currentcolor;
  color: var(--text__color);
  height: 26px;
  font-size: 0;
  transition: 0.25s;
  position: relative;
  margin-right: 0.6rem;
}
.toolbar:not(:last-child) .grid-mode-show-type-products > a:before,
.toolbar:not(:last-child) .modes > a:before,
.toolbar:not(:last-child) .grid-mode-show-type-products .modes-mode:before,
.toolbar:not(:last-child) .modes .modes-mode:before {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  width: 10px;
  height: 20px;
  background: currentcolor;
  transition: 0.3s;
}
.toolbar:not(:last-child) .grid-mode-show-type-products > a.mode-grid.active,
.toolbar:not(:last-child) .modes > a.mode-grid.active,
.toolbar:not(:last-child) .grid-mode-show-type-products .modes-mode.mode-grid.active,
.toolbar:not(:last-child) .modes .modes-mode.mode-grid.active {
  display: none;
}
.toolbar:not(:last-child) .grid-mode-show-type-products > a.grid-mode-2,
.toolbar:not(:last-child) .modes > a.grid-mode-2,
.toolbar:not(:last-child) .grid-mode-show-type-products .modes-mode.grid-mode-2,
.toolbar:not(:last-child) .modes .modes-mode.grid-mode-2 {
  width: 29px;
}
.toolbar:not(:last-child) .grid-mode-show-type-products > a.grid-mode-2:before,
.toolbar:not(:last-child) .modes > a.grid-mode-2:before,
.toolbar:not(:last-child) .grid-mode-show-type-products .modes-mode.grid-mode-2:before,
.toolbar:not(:last-child) .modes .modes-mode.grid-mode-2:before {
  -webkit-box-shadow: 13px 0 0 currentColor;
  -moz-box-shadow: 13px 0 0 currentColor;
  -ms-box-shadow: 13px 0 0 currentColor;
  box-shadow: 13px 0 0 currentColor;
}
@media only screen and (max-width: 575px) {
  .toolbar:not(:last-child) .grid-mode-show-type-products > a.grid-mode-2,
  .toolbar:not(:last-child) .modes > a.grid-mode-2,
  .toolbar:not(:last-child) .grid-mode-show-type-products .modes-mode.grid-mode-2,
  .toolbar:not(:last-child) .modes .modes-mode.grid-mode-2 {
    color: #222;
  }
}
.toolbar:not(:last-child) .grid-mode-show-type-products > a.grid-mode-3,
.toolbar:not(:last-child) .modes > a.grid-mode-3,
.toolbar:not(:last-child) .grid-mode-show-type-products .modes-mode.grid-mode-3,
.toolbar:not(:last-child) .modes .modes-mode.grid-mode-3 {
  width: 42px;
}
.toolbar:not(:last-child) .grid-mode-show-type-products > a.grid-mode-3:before,
.toolbar:not(:last-child) .modes > a.grid-mode-3:before,
.toolbar:not(:last-child) .grid-mode-show-type-products .modes-mode.grid-mode-3:before,
.toolbar:not(:last-child) .modes .modes-mode.grid-mode-3:before {
  -webkit-box-shadow: 13px 0 0 currentColor, 26px 0 0 currentColor;
  -moz-box-shadow: 13px 0 0 currentColor, 26px 0 0 currentColor;
  -ms-box-shadow: 13px 0 0 currentColor, 26px 0 0 currentColor;
  box-shadow: 13px 0 0 currentColor, 26px 0 0 currentColor;
}
@media only screen and (max-width: 1199px) {
  .toolbar:not(:last-child) .grid-mode-show-type-products > a.grid-mode-3,
  .toolbar:not(:last-child) .modes > a.grid-mode-3,
  .toolbar:not(:last-child) .grid-mode-show-type-products .modes-mode.grid-mode-3,
  .toolbar:not(:last-child) .modes .modes-mode.grid-mode-3 {
    color: #222;
  }
}
@media only screen and (max-width: 575px) {
  .toolbar:not(:last-child) .grid-mode-show-type-products > a.grid-mode-3,
  .toolbar:not(:last-child) .modes > a.grid-mode-3,
  .toolbar:not(:last-child) .grid-mode-show-type-products .modes-mode.grid-mode-3,
  .toolbar:not(:last-child) .modes .modes-mode.grid-mode-3 {
    display: none;
  }
}
.toolbar:not(:last-child) .grid-mode-show-type-products > a.grid-mode-4,
.toolbar:not(:last-child) .modes > a.grid-mode-4,
.toolbar:not(:last-child) .grid-mode-show-type-products .modes-mode.grid-mode-4,
.toolbar:not(:last-child) .modes .modes-mode.grid-mode-4 {
  width: 55px;
}
.toolbar:not(:last-child) .grid-mode-show-type-products > a.grid-mode-4:before,
.toolbar:not(:last-child) .modes > a.grid-mode-4:before,
.toolbar:not(:last-child) .grid-mode-show-type-products .modes-mode.grid-mode-4:before,
.toolbar:not(:last-child) .modes .modes-mode.grid-mode-4:before {
  -webkit-box-shadow: 13px 0 0 currentColor, 26px 0 0 currentColor, 39px 0 0 currentColor;
  -moz-box-shadow: 13px 0 0 currentColor, 26px 0 0 currentColor, 39px 0 0 currentColor;
  -ms-box-shadow: 13px 0 0 currentColor, 26px 0 0 currentColor, 39px 0 0 currentColor;
  box-shadow: 13px 0 0 currentColor, 26px 0 0 currentColor, 39px 0 0 currentColor;
}
@media only screen and (max-width: 1199px) {
  .toolbar:not(:last-child) .grid-mode-show-type-products > a.grid-mode-4,
  .toolbar:not(:last-child) .modes > a.grid-mode-4,
  .toolbar:not(:last-child) .grid-mode-show-type-products .modes-mode.grid-mode-4,
  .toolbar:not(:last-child) .modes .modes-mode.grid-mode-4 {
    display: none;
  }
}
.toolbar:not(:last-child) .grid-mode-show-type-products > a.grid-mode-5,
.toolbar:not(:last-child) .modes > a.grid-mode-5,
.toolbar:not(:last-child) .grid-mode-show-type-products .modes-mode.grid-mode-5,
.toolbar:not(:last-child) .modes .modes-mode.grid-mode-5 {
  width: 68px;
}
.toolbar:not(:last-child) .grid-mode-show-type-products > a.grid-mode-5:before,
.toolbar:not(:last-child) .modes > a.grid-mode-5:before,
.toolbar:not(:last-child) .grid-mode-show-type-products .modes-mode.grid-mode-5:before,
.toolbar:not(:last-child) .modes .modes-mode.grid-mode-5:before {
  -webkit-box-shadow: 13px 0 0 currentColor, 26px 0 0 currentColor, 39px 0 0 currentColor, 52px 0 0 currentColor;
  -moz-box-shadow: 13px 0 0 currentColor, 26px 0 0 currentColor, 39px 0 0 currentColor, 52px 0 0 currentColor;
  -ms-box-shadow: 13px 0 0 currentColor, 26px 0 0 currentColor, 39px 0 0 currentColor, 52px 0 0 currentColor;
  box-shadow: 13px 0 0 currentColor, 26px 0 0 currentColor, 39px 0 0 currentColor, 52px 0 0 currentColor;
}
@media only screen and (max-width: 1366px) {
  .toolbar:not(:last-child) .grid-mode-show-type-products > a.grid-mode-5,
  .toolbar:not(:last-child) .modes > a.grid-mode-5,
  .toolbar:not(:last-child) .grid-mode-show-type-products .modes-mode.grid-mode-5,
  .toolbar:not(:last-child) .modes .modes-mode.grid-mode-5 {
    display: none;
  }
}
.toolbar:not(:last-child) .grid-mode-show-type-products > a.grid-mode-6,
.toolbar:not(:last-child) .modes > a.grid-mode-6,
.toolbar:not(:last-child) .grid-mode-show-type-products .modes-mode.grid-mode-6,
.toolbar:not(:last-child) .modes .modes-mode.grid-mode-6 {
  width: 81px;
}
.toolbar:not(:last-child) .grid-mode-show-type-products > a.grid-mode-6:before,
.toolbar:not(:last-child) .modes > a.grid-mode-6:before,
.toolbar:not(:last-child) .grid-mode-show-type-products .modes-mode.grid-mode-6:before,
.toolbar:not(:last-child) .modes .modes-mode.grid-mode-6:before {
  -webkit-box-shadow: 13px 0 0 currentColor, 26px 0 0 currentColor, 39px 0 0 currentColor, 52px 0 0 currentColor, 65px 0 0 currentColor;
  -moz-box-shadow: 13px 0 0 currentColor, 26px 0 0 currentColor, 39px 0 0 currentColor, 52px 0 0 currentColor, 65px 0 0 currentColor;
  -ms-box-shadow: 13px 0 0 currentColor, 26px 0 0 currentColor, 39px 0 0 currentColor, 52px 0 0 currentColor, 65px 0 0 currentColor;
  box-shadow: 13px 0 0 currentColor, 26px 0 0 currentColor, 39px 0 0 currentColor, 52px 0 0 currentColor, 65px 0 0 currentColor;
}
@media only screen and (max-width: 1440px) {
  .toolbar:not(:last-child) .grid-mode-show-type-products > a.grid-mode-6,
  .toolbar:not(:last-child) .modes > a.grid-mode-6,
  .toolbar:not(:last-child) .grid-mode-show-type-products .modes-mode.grid-mode-6,
  .toolbar:not(:last-child) .modes .modes-mode.grid-mode-6 {
    display: none;
  }
}
.toolbar:not(:last-child) .grid-mode-show-type-products > a.mode-list,
.toolbar:not(:last-child) .modes > a.mode-list,
.toolbar:not(:last-child) .grid-mode-show-type-products .modes-mode.mode-list,
.toolbar:not(:last-child) .modes .modes-mode.mode-list {
  width: 29px;
}
.toolbar:not(:last-child) .grid-mode-show-type-products > a.mode-list::before,
.toolbar:not(:last-child) .modes > a.mode-list::before,
.toolbar:not(:last-child) .grid-mode-show-type-products .modes-mode.mode-list::before,
.toolbar:not(:last-child) .modes .modes-mode.mode-list::before {
  right: 2px;
  height: 5px;
  width: 23px;
  box-shadow: 0 7.3px 0 currentColor, 0 15.1px 0 currentColor;
}
.toolbar:not(:last-child) .grid-mode-show-type-products > a.mode-grid,
.toolbar:not(:last-child) .modes > a.mode-grid,
.toolbar:not(:last-child) .grid-mode-show-type-products .modes-mode.mode-grid,
.toolbar:not(:last-child) .modes .modes-mode.mode-grid {
  width: 29px;
}
.toolbar:not(:last-child) .grid-mode-show-type-products > a.mode-grid:before,
.toolbar:not(:last-child) .modes > a.mode-grid:before,
.toolbar:not(:last-child) .grid-mode-show-type-products .modes-mode.mode-grid:before,
.toolbar:not(:last-child) .modes .modes-mode.mode-grid:before {
  -webkit-box-shadow: 13px 0 0 currentColor;
  -moz-box-shadow: 13px 0 0 currentColor;
  -ms-box-shadow: 13px 0 0 currentColor;
  box-shadow: 13px 0 0 currentColor;
}
@media only screen and (min-width: 1200px) {
  .toolbar:not(:last-child) .grid-mode-show-type-products > a.mode-grid,
  .toolbar:not(:last-child) .modes > a.mode-grid,
  .toolbar:not(:last-child) .grid-mode-show-type-products .modes-mode.mode-grid,
  .toolbar:not(:last-child) .modes .modes-mode.mode-grid {
    width: 55px;
  }
  .toolbar:not(:last-child) .grid-mode-show-type-products > a.mode-grid:before,
  .toolbar:not(:last-child) .modes > a.mode-grid:before,
  .toolbar:not(:last-child) .grid-mode-show-type-products .modes-mode.mode-grid:before,
  .toolbar:not(:last-child) .modes .modes-mode.mode-grid:before {
    -webkit-box-shadow: 13px 0 0 currentColor, 26px 0 0 currentColor, 39px 0 0 currentColor;
    -moz-box-shadow: 13px 0 0 currentColor, 26px 0 0 currentColor, 39px 0 0 currentColor;
    -ms-box-shadow: 13px 0 0 currentColor, 26px 0 0 currentColor, 39px 0 0 currentColor;
    box-shadow: 13px 0 0 currentColor, 26px 0 0 currentColor, 39px 0 0 currentColor;
  }
}
@media only screen and (min-width: 576px) {
  .toolbar:not(:last-child) .grid-mode-show-type-products > a.mode-grid,
  .toolbar:not(:last-child) .modes > a.mode-grid,
  .toolbar:not(:last-child) .grid-mode-show-type-products .modes-mode.mode-grid,
  .toolbar:not(:last-child) .modes .modes-mode.mode-grid {
    width: 42px;
  }
  .toolbar:not(:last-child) .grid-mode-show-type-products > a.mode-grid:before,
  .toolbar:not(:last-child) .modes > a.mode-grid:before,
  .toolbar:not(:last-child) .grid-mode-show-type-products .modes-mode.mode-grid:before,
  .toolbar:not(:last-child) .modes .modes-mode.mode-grid:before {
    -webkit-box-shadow: 13px 0 0 currentColor, 26px 0 0 currentColor;
    -moz-box-shadow: 13px 0 0 currentColor, 26px 0 0 currentColor;
    -ms-box-shadow: 13px 0 0 currentColor, 26px 0 0 currentColor;
    box-shadow: 13px 0 0 currentColor, 26px 0 0 currentColor;
  }
}
.toolbar:not(:last-child) .grid-mode-show-type-products > a.actived,
.toolbar:not(:last-child) .modes > a.actived,
.toolbar:not(:last-child) .grid-mode-show-type-products .modes-mode.actived,
.toolbar:not(:last-child) .modes .modes-mode.actived,
.toolbar:not(:last-child) .grid-mode-show-type-products > a.active,
.toolbar:not(:last-child) .modes > a.active,
.toolbar:not(:last-child) .grid-mode-show-type-products .modes-mode.active,
.toolbar:not(:last-child) .modes .modes-mode.active,
.toolbar:not(:last-child) .grid-mode-show-type-products > a:hover,
.toolbar:not(:last-child) .modes > a:hover,
.toolbar:not(:last-child) .grid-mode-show-type-products .modes-mode:hover,
.toolbar:not(:last-child) .modes .modes-mode:hover {
  color: #222;
}
.toolbar:not(:last-child) .grid-mode-show-type-products.check-view-mode-toolbar-list,
.toolbar:not(:last-child) .modes.check-view-mode-toolbar-list {
  display: none;
}
.toolbar select {
  padding-left: 1.5rem;
}
.rating-summary .rating-result::before,
.rating-summary .rating-result > span:before {
  font-weight: 600;
}
.products-grid.wishlist .product-items,
.products-grid .products.list.items:not(.slick-slider) {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}
.products-grid.wishlist .product-items > *:not(.slick-list),
.products-grid .products.list.items:not(.slick-slider) > *:not(.slick-list) {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
div:not(.widget-product-advanced-list) .products.wrapper.list {
  margin: 4.5rem 0 0;
}
div:not(.widget-product-advanced-list) .products.wrapper.list .product-item-info {
  display: block;
}
div:not(.widget-product-advanced-list) .products.wrapper.list .product-item-info .product_item_images {
  max-width: unset;
  margin-bottom: 2rem;
}
div:not(.widget-product-advanced-list) .products.wrapper.list .product-item-details div[class*="swatch-opt"] {
  margin-bottom: 0.8rem;
}
div:not(.widget-product-advanced-list) .products.wrapper.list .product-item-details div[class*="swatch-opt"] .swatch-attribute .swatch-attribute-options {
  margin: 0;
}
div:not(.widget-product-advanced-list) .products.wrapper.list .product-item-details div[class*="swatch-opt"] .swatch-attribute.size {
  position: static;
  transform: none;
  opacity: 1;
  visibility: visible;
}
div:not(.widget-product-advanced-list) .products.wrapper.list .product-item-details div[class*="swatch-opt"] .swatch-attribute.size .swatch-attribute-options {
  justify-content: flex-start;
}
div:not(.widget-product-advanced-list) .products.wrapper.list .product-item-details div[class*="swatch-opt"] .swatch-attribute.size .swatch-option:not(:hover) {
  color: var(--text__color);
}
div:not(.widget-product-advanced-list) .products.wrapper.list .product-item-details div[class*="swatch-opt"] .swatch-attribute.size .swatch-option:first-child {
  padding-left: 0;
}
div:not(.widget-product-advanced-list) .products.wrapper.list .product-item-details .product-reviews-summary {
  margin: 6px 0;
}
div:not(.widget-product-advanced-list) .products.wrapper.list .product-item-details .product-item-description .action.more {
  display: none;
}
div:not(.widget-product-advanced-list) .products.wrapper.list .product-item-details .action-column-right {
  flex: 0 0 100%;
}
@media only screen and (min-width: 1200px) {
  div:not(.widget-product-advanced-list) .products.wrapper.list .product-item-details .action-column-right {
    margin: 0 calc(6% - 15px) 0 6%;
    flex: 0 0 40%;
    max-width: 180px;
  }
}
div:not(.widget-product-advanced-list) .products.wrapper.list .product-item-details .action-column-right .stock:before {
  content: attr(title) ":";
  font-weight: var(--text-weight);
  padding-right: 1rem;
  color: var(--heading__color__base);
}
div:not(.widget-product-advanced-list) .products.wrapper.list .product-item-details .action-column-right .stock span {
  color: var(--theme__color__primary);
}
div:not(.widget-product-advanced-list) .products.wrapper.list .product-item-name,
div:not(.widget-product-advanced-list) .products.wrapper.list .product.name a {
  font-size: 1.4rem;
}
div:not(.widget-product-advanced-list) .products.wrapper.list .product-item-description table tr th,
div:not(.widget-product-advanced-list) .products.wrapper.list .product-item-description table tr td {
  padding: 0;
}
div:not(.widget-product-advanced-list) .products.wrapper.list .product-item-description table tr th {
  width: 1%;
  padding-left: 0;
  padding-right: 1rem;
  white-space: nowrap;
  font-weight: 600;
  color: var(--heading__color__base);
}
div:not(.widget-product-advanced-list) .products.wrapper.list .product-item-actions .button_quickview {
  display: none;
}
div:not(.widget-product-advanced-list) .products.wrapper.list .product-item-actions .action.tocart,
div:not(.widget-product-advanced-list) .products.wrapper.list .product-item-actions .stock.unavailable {
  text-transform: var(--button__text_transform);
  width: 100%;
  background-image: none;
  background: var(--theme__color__primary);
  border: 2px solid var(--theme__color__primary);
  color: var(--theme__color__primary);
  cursor: pointer;
  display: inline-block;
  font-family: inherit;
  margin: 0;
  padding: 7px 25px;
  font-size: 1.4rem;
  line-height: 2.24rem;
  box-sizing: border-box;
  vertical-align: middle;
  -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.15);
  color: #fff;
  font-weight: var(--text-weight);
}
div:not(.widget-product-advanced-list) .products.wrapper.list .product-item-actions .action.tocart:focus,
div:not(.widget-product-advanced-list) .products.wrapper.list .product-item-actions .stock.unavailable:focus,
div:not(.widget-product-advanced-list) .products.wrapper.list .product-item-actions .action.tocart:active,
div:not(.widget-product-advanced-list) .products.wrapper.list .product-item-actions .stock.unavailable:active {
  background: var(--button__hover__background);
  border: 2px solid var(--theme__color__primary);
  color: var(--button__hover__color);
}
div:not(.widget-product-advanced-list) .products.wrapper.list .product-item-actions .action.tocart:hover,
div:not(.widget-product-advanced-list) .products.wrapper.list .product-item-actions .stock.unavailable:hover {
  background: var(--button__hover__background);
  border: 2px solid var(--theme__color__primary);
  color: var(--button__hover__color);
}
div:not(.widget-product-advanced-list) .products.wrapper.list .product-item-actions .action.tocart.disabled,
div:not(.widget-product-advanced-list) .products.wrapper.list .product-item-actions .stock.unavailable.disabled,
div:not(.widget-product-advanced-list) .products.wrapper.list .product-item-actions .action.tocart[disabled],
div:not(.widget-product-advanced-list) .products.wrapper.list .product-item-actions .stock.unavailable[disabled],
fieldset[disabled] div:not(.widget-product-advanced-list) .products.wrapper.list .product-item-actions .action.tocart,
fieldset[disabled] div:not(.widget-product-advanced-list) .products.wrapper.list .product-item-actions .stock.unavailable {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
div:not(.widget-product-advanced-list) .products.wrapper.list .product-item-actions .action.tocart:before,
div:not(.widget-product-advanced-list) .products.wrapper.list .product-item-actions .stock.unavailable:before {
  display: none;
}
div:not(.widget-product-advanced-list) .products.wrapper.list .product-item-actions .stock.unavailable {
  text-align: center;
  pointer-events: none;
  border-radius: var(--button__border-radius);
  opacity: 0.6;
}
div:not(.widget-product-advanced-list) .products.wrapper.list .product-item-actions .stock.unavailable span {
  color: #fff;
}
div:not(.widget-product-advanced-list) .products.wrapper.list .product-item-actions .actions-secondary.tocompare {
  display: none;
}
div:not(.widget-product-advanced-list) .products.wrapper.list .product-item {
  margin-bottom: 0;
  padding: 2rem;
  border: 1px solid #e6e6e6;
  position: relative;
}
div:not(.widget-product-advanced-list) .products.wrapper.list .product-item:not(:last-child) {
  border-bottom: 0;
}
body .fotorama__nav--thumbs .fotorama__nav__frame {
  border: 0;
}
body .fotorama__nav--thumbs .fotorama__nav__frame .fotorama__active {
  border-color: transparent;
}
body .fotorama__nav--thumbs .fotorama__nav__frame .fotorama__nav--dots {
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  bottom: 10px;
}
.product-info-main .product-reviews-summary .reviews-actions a.action {
  padding: 0;
  border: 0;
  margin: 0 0 0 1rem;
  color: #222;
  font-size: 1.4rem;
}
.product-info-main .product-reviews-summary .reviews-actions a.action.add {
  display: none;
}
.product-info-main .product-reviews-summary .reviews-actions a.action.view::before {
  content: '(';
}
.product-info-main .product-reviews-summary .reviews-actions a.action.view::after {
  content: ')';
}
.product-info-main .product-addto-links .action::before {
  padding-left: 1px;
}
.product-info-main .product-add-form form .box-tocart .fieldset .actions button,
.product-info-main .product-add-form form .box-tocart .fieldset .actions .cart.table-wrapper .actions-toolbar > .action {
  background-image: none;
  background: var(--theme__color__primary);
  border: 2px solid var(--theme__color__primary);
  color: var(--button__hover__color);
  cursor: pointer;
  display: inline-block;
  font-family: inherit;
  font-weight: var(--button__font-weight);
  margin: 0;
  padding: 7px 25px;
  font-size: 1.4rem;
  line-height: 2.24rem;
  box-sizing: border-box;
  vertical-align: middle;
  text-transform: uppercase;
  position: relative;
}
.product-info-main .product-add-form form .box-tocart .fieldset .actions button:focus,
.product-info-main .product-add-form form .box-tocart .fieldset .actions button:active,
.product-info-main .product-add-form form .box-tocart .fieldset .actions .cart.table-wrapper .actions-toolbar > .action:focus,
.product-info-main .product-add-form form .box-tocart .fieldset .actions .cart.table-wrapper .actions-toolbar > .action:active {
  background: var(--button__hover__background);
  border: 2px solid var(--theme__color__primary);
  color: var(--button__hover__color);
}
.product-info-main .product-add-form form .box-tocart .fieldset .actions button:hover,
.product-info-main .product-add-form form .box-tocart .fieldset .actions .cart.table-wrapper .actions-toolbar > .action:hover {
  background: var(--button__hover__background);
  border: 2px solid var(--theme__color__primary);
  color: var(--button__hover__color);
}
.product-info-main .product-add-form form .box-tocart .fieldset .actions button.disabled,
.product-info-main .product-add-form form .box-tocart .fieldset .actions button[disabled],
fieldset[disabled] .product-info-main .product-add-form form .box-tocart .fieldset .actions button,
.product-info-main .product-add-form form .box-tocart .fieldset .actions .cart.table-wrapper .actions-toolbar > .action.disabled,
.product-info-main .product-add-form form .box-tocart .fieldset .actions .cart.table-wrapper .actions-toolbar > .action[disabled],
fieldset[disabled] .product-info-main .product-add-form form .box-tocart .fieldset .actions .cart.table-wrapper .actions-toolbar > .action {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.product-info-main .product-rate-price {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.product-info-main .stock .value,
.product-info-main .product-info-stock-sku .value,
.product-info-main .stock span,
.product-info-main .product-info-stock-sku span {
  color: #222;
}
.product-info-main .product-category {
  color: #222;
}
.product-info-main .product-category a:not(:hover) {
  color: #222;
}
.product-info-main .product-category > a:not(:last-of-type):after {
  content: ',';
  padding-right: 3px;
}
.product-info-main .product-options-wrapper .swatch-opt .swatch-attribute {
  align-items: flex-start;
}
.product-info-main .product-options-wrapper .swatch-opt .swatch-attribute-label {
  text-transform: uppercase;
  display: block;
}
.product-info-main .product-options-wrapper .swatch-opt .swatch-attribute.size .text {
  min-width: 3rem;
  min-height: 3rem;
  border-radius: 0;
  font-weight: var(--text-weight);
}
.product-info-main .product-options-wrapper .swatch-opt .swatch-attribute.size .text.selected,
.product-info-main .product-options-wrapper .swatch-opt .swatch-attribute.size .text:hover {
  color: #fff;
  border-color: #222;
  background-color: #222;
}
.product-info-main .product-options-wrapper .swatch-opt .swatch-attribute.color .color {
  border: 0;
  position: relative;
  border-radius: 50%;
  overflow: visible;
  margin-right: 1.4rem;
}
.product-info-main .product-options-wrapper .swatch-opt .swatch-attribute.color .color::after {
  content: "";
  border: 2px solid #e6e6e6;
  position: absolute;
  top: -4px;
  left: -4px;
  right: -4px;
  bottom: -4px;
  border-radius: 50%;
}
.product-info-main .product-options-wrapper .swatch-opt .swatch-attribute.color .color.selected::after {
  border-color: #222;
}
.product-info-main .out-stock {
  border-top: 1px solid #e6e6e6;
  margin-bottom: 1.3rem;
}
.product-info-main .out-stock .frm_notify .required label::after {
  content: '*';
  color: #e02b27;
  font-size: 1.2rem;
  margin: 0 0 0 6.25px;
}
.product-info-main .out-stock .frm_notify > p {
  color: var(--heading__color__base);
  font-weight: var(--heading__font-weight__base);
  margin: 15px 0 10px;
  font-size: 1.6rem;
}
.product-info-main .out-stock .frm_notify .review-field-notify-email {
  margin-bottom: 2rem;
}
.product-info-main .out-stock .frm_notify input[type="submit"] {
  background-image: none;
  background: var(--button__background);
  border: 2px solid var(--button__color);
  color: var(--button__color);
  cursor: pointer;
  display: inline-block;
  font-family: inherit;
  font-weight: var(--button__font-weight);
  margin: 0;
  padding: 7px 25px;
  font-size: 1.4rem;
  line-height: 2.24rem;
  box-sizing: border-box;
  vertical-align: middle;
  border-radius: 40px;
  transition: 0.3s all ease-in;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.product-info-main .out-stock .frm_notify input[type="submit"]:focus,
.product-info-main .out-stock .frm_notify input[type="submit"]:active {
  background: var(--button__hover__background);
  border: 2px solid var(--theme__color__primary);
  color: var(--button__hover__color);
}
.product-info-main .out-stock .frm_notify input[type="submit"]:hover {
  background: var(--button__hover__background);
  border: 2px solid var(--theme__color__primary);
  color: var(--button__hover__color);
}
.product-info-main .out-stock .frm_notify input[type="submit"].disabled,
.product-info-main .out-stock .frm_notify input[type="submit"][disabled],
fieldset[disabled] .product-info-main .out-stock .frm_notify input[type="submit"] {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.product-info-main .upsell-stock {
  text-align: center;
  margin: 2rem 0 3rem;
}
.product-info-main .upsell-stock .message {
  font-size: 1.6rem;
  color: var(--heading__color__base);
  font-weight: var(--heading__font-weight__base);
  text-transform: uppercase;
  margin-bottom: 1rem;
}
.product-info-main .upsell-stock .message i {
  margin-right: 5px;
  font-size: 2rem;
  -webkit-animation: fadeIn 1s linear infinite both;
  -moz-animation: fadeIn 1s linear infinite both;
  -ms-animation: fadeIn 1s linear infinite both;
  animation: fadeIn 1s linear infinite both;
}
.product-info-main .upsell-stock .message .count {
  color: #f76b6a;
}
.product-info-main .upsell-stock .progressbar-countdown-p-p-c {
  margin: 15px auto 20px;
  height: 12px;
  background-color: #ffe8e8;
  border-radius: 5px;
  overflow: hidden;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.product-info-main .upsell-stock .progressbar-countdown-p-p-c > div {
  background-color: #f76b6a;
  -webkit-background-image: linear-gradient(135deg, rgba(255, 255, 255, 0.15) 0, rgba(255, 255, 255, 0.15) 25%, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 0) 100%);
  -moz-background-image: linear-gradient(135deg, rgba(255, 255, 255, 0.15) 0, rgba(255, 255, 255, 0.15) 25%, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 0) 100%);
  -ms-background-image: linear-gradient(135deg, rgba(255, 255, 255, 0.15) 0, rgba(255, 255, 255, 0.15) 25%, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(135deg, rgba(255, 255, 255, 0.15) 0, rgba(255, 255, 255, 0.15) 25%, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 0) 100%);
  background-size: 40px 40px;
  height: 100%;
  border-radius: 5px 0 0 5px;
  -webkit-animation: 5s linear infinite progress;
  -moz-animation: 5s linear infinite progress;
  -ms-animation: 5s linear infinite progress;
  animation: 5s linear infinite progress;
}
.product-info-main .upsell-stock #countbox-p-p-c-container {
  display: inline-flex;
  justify-content: space-between;
  width: 100%;
  max-width: 400px;
}
.product-info-main .upsell-stock #countbox-p-p-c-container .countdown_ti {
  display: block;
  font-size: 4rem;
  line-height: 1;
  color: var(--heading__color__base);
  font-weight: 500;
  margin: 5px 0;
}
.product-info-main .upsell-stock #countbox-p-p-c-container .countdown_tx {
  font-size: 1.1rem;
  text-transform: uppercase;
  color: var(--heading__color__base);
}
.product.info.detailed [data-icon-box-position="top"] .elementor-icon-box-icon {
  font-size: 3rem;
}
.products-grid .product-items .product-item-info .field.choice.related {
  background: #fff;
  border-radius: var(--button__border-radius);
}
.trust_seal {
  margin: 0.5rem 0 1rem;
}
.trust_seal [data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner,
.trust_seal [data-content-type='row'][data-appearance='contained'] {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.product.info.detailed .product.data.items {
  text-align: center;
}
.product.info.detailed .product.data.items > .item.title {
  text-align: left;
}
.product.info.detailed .product.data.items > .item.title.active {
  background: var(--theme__color__primary);
  color: #fff;
}
.review-title {
  font-size: 1.4rem;
  margin-bottom: 2rem;
  font-weight: 500;
}
.review-fieldset.fieldset > .legend,
.review-list.fieldset > .legend,
.review-fieldset .block-title strong,
.review-list .block-title strong {
  color: #222;
  font-size: 1.8rem;
  display: block;
  margin-bottom: 3rem;
}
.review-control-vote::before {
  color: #ccc;
}
.review-control-vote label:before {
  font-weight: 600;
}
.review-form .review-field-ratings legend.label {
  color: #222;
  display: block;
  font-weight: var(--heading__font-weight__base);
  margin-bottom: 1rem;
}
.product.info.detailed.tab-accordions {
  box-shadow: none !important;
  background: none;
  padding: 0;
}
.product.info.detailed.tab-accordions .items .panel {
  margin-bottom: 10px;
}
.product.info.detailed.tab-accordions .items .panel .title {
  margin: 0;
  background: #f6f6f8;
}
.product.info.detailed.tab-accordions .items .panel .title a {
  display: flex;
  justify-content: space-between;
  color: var(--heading__color__base);
  text-align: left;
}
.product.info.detailed.tab-accordions .items .panel .title a:hover {
  color: var(--theme__color__primary);
}
.product.info.detailed.tab-accordions .items .panel .title a .txt_h_tab {
  padding: 10px 20px;
  display: inline-block;
  font-weight: 500;
}
.product.info.detailed.tab-accordions .items .panel .title a .nav_link_icon {
  width: 44px;
  height: 44px;
  background-color: #222;
  color: #fff;
  display: inline-block;
  position: relative;
}
.product.info.detailed.tab-accordions .items .panel .title a .nav_link_icon::after,
.product.info.detailed.tab-accordions .items .panel .title a .nav_link_icon::before {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
  transform: translate(-50%, -50%) rotate(-90deg);
  background-color: currentColor;
  transition: transform 0.35s ease-in-out, opacity 0.35s ease-in-out, -webkit-transform 0.35s ease-in-out;
}
.product.info.detailed.tab-accordions .items .panel .title a .nav_link_icon::before {
  width: 15px;
  height: 2px;
}
.product.info.detailed.tab-accordions .items .panel .title a .nav_link_icon::after {
  width: 2px;
  height: 15px;
}
.product.info.detailed.tab-accordions .items .panel .content {
  padding: 20px;
  border: 1px solid #e6e6e6;
  border-top: 0;
  width: 100% !important;
}
.product.info.detailed.tab-accordions .items .panel.active .title a .nav_link_icon::after,
.product.info.detailed.tab-accordions .items .panel.active .title a .nav_link_icon::before {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  -moz-transform: translate(-50%, -50%) rotate(90deg);
  -ms-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}
.product.info.detailed.tab-accordions .items .panel.active .title a .nav_link_icon::before {
  opacity: 0;
}
.post-holder .post-ftimg-hld {
  font-size: 0;
  margin-bottom: 2.5rem;
}
.post-holder .post-header .post-info .item::after {
  display: none !important;
}
.blog-page-list .post-list .post-holder .post-content {
  display: none;
}
.post-view > .post-holder .post-header {
  padding: 5rem 15px;
  text-align: center;
}
.post-view > .post-holder .post-header::before {
  content: '';
  position: absolute;
  background-color: rgba(0, 0, 0, 0.54);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
}
.post-view > .post-holder .post-info .category-comment {
  margin-top: 0.9rem;
}
.post-view > .post-holder .post-info .category-comment .item {
  display: inline-flex;
}
.post-view > .post-holder .post-info .category-comment .item > *:first-of-type {
  padding-right: 3px;
}
.post-view > .post-holder .post-tag-comment {
  padding: 1.5rem 2rem;
  border: 1px solid #e6e6e6;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.post-view > .post-holder .post-tag-comment .mf-blog-icon {
  opacity: 0.45;
}
.post-view > .post-holder .post-tag-comment .label {
  color: var(--heading__color__base);
}
.post-view > .post-holder .post-tag-comment .post-comments {
  margin-right: 0;
}
#post-comments .publish-date {
  font-size: 1.2rem;
}
@-moz-keyframes progress {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -60px -60px;
  }
}
@-ms-keyframes progress {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -60px -60px;
  }
}
@-o-keyframes progress {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -60px -60px;
  }
}
@keyframes progress {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -60px -60px;
  }
}
.cart-container {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.cart-container > *,
.cart-container .cart-gift-item {
  float: none !important;
  width: 100% !important;
}
.cart-container .cart-summary {
  position: static;
  order: 10;
}
.cart-container .form-cart {
  order: -1;
  margin-bottom: 6rem;
}
.cart-container .form-cart .cart.table-wrapper .items {
  border: 0;
}
.cart-container .form-cart .cart.table-wrapper .items .item:last-child {
  border-bottom: 1px solid #e6e6e6;
}
.cart-container .form-cart .cart.table-wrapper tr th {
  text-transform: uppercase;
}
.cart-container .form-cart .cart.table-wrapper tbody th,
.cart-container .form-cart .cart.table-wrapper tr th,
.cart-container .form-cart .cart.table-wrapper tbody td,
.cart-container .form-cart .cart.table-wrapper tr td {
  border: 0;
  text-align: left;
}
.cart-container .form-cart .cart.table-wrapper .box-tocart .up-down {
  margin: inherit;
}
.cart-container .form-cart .cart.table-wrapper .subtotal .price-including-tax .price,
.cart-container .form-cart .cart.table-wrapper .subtotal .price-excluding-tax .price {
  font-weight: 500;
  font-size: 14px;
}
.cart-container .form-cart .product-label .label-product {
  width: 3rem;
  height: 3rem;
  font-size: 1rem;
}
.cart-container .free-ship-calculated .cart_threshold {
  color: #222;
  padding: 0;
  box-shadow: none;
  border: 0;
}
.cart-container .free-ship-calculated .cart_threshold .cr {
  color: var(--theme__color__primary);
}
.cart-container .free-ship-calculated .cart_threshold .cart_thres_2 {
  margin-bottom: 5px;
}
.cart-container .free-ship-calculated .cart_bar_w {
  max-width: 420px;
  display: inline-block;
  width: 100%;
  height: 9px;
  background-color: #eee;
  border-radius: 5px;
  margin: 15px 0 10px;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.12);
}
.cart-container .free-ship-calculated .cart_bar_w > span,
.cart-container .free-ship-calculated .cart_bar_w > span:after {
  background-color: #008060;
  -webkit-animation: 5s linear infinite progress;
  -moz-animation: 5s linear infinite progress;
  -ms-animation: 5s linear infinite progress;
  animation: 5s linear infinite progress;
  -webkit-background-image: linear-gradient(135deg, rgba(255, 255, 255, 0.15) 0, rgba(255, 255, 255, 0.15) 25%, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 0) 100%);
  -moz-background-image: linear-gradient(135deg, rgba(255, 255, 255, 0.15) 0, rgba(255, 255, 255, 0.15) 25%, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 0) 100%);
  -ms-background-image: linear-gradient(135deg, rgba(255, 255, 255, 0.15) 0, rgba(255, 255, 255, 0.15) 25%, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(135deg, rgba(255, 255, 255, 0.15) 0, rgba(255, 255, 255, 0.15) 25%, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 0) 100%);
  background-size: 1rem 1rem;
}
.cart-container .free-ship-calculated .cart_bar_w > span {
  height: 100%;
  display: block;
  position: relative;
  border-radius: 5px;
}
.cart-container .free-ship-calculated .cart_bar_w > span:after {
  content: "\f0d1";
  font-family: 'Line Awesome Free';
  position: absolute;
  top: -12px;
  left: auto;
  font-size: 18px;
  color: #fff;
  padding: 6px;
  border-radius: 12px;
  line-height: 1;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.12);
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
  background-color: #008060;
  right: 0;
}
.cart-container #cart-totals {
  border: 0;
  padding: 0;
}
.cart-container #cart-totals table tr th,
.cart-container #cart-totals table tr td {
  border: 0;
  padding-left: 0;
}
.cart-container #cart-totals table tr.grand.totals th strong,
.cart-container #cart-totals table tr.grand.totals td strong {
  font-size: 1.6rem;
  font-weight: var(--heading__font-weight__base);
  text-transform: uppercase;
  color: #222;
}
.cart-container div#block-discount {
  max-width: 42rem;
}
.cart-container div#block-discount > .title {
  display: none;
}
.cart-container div#block-discount strong {
  font-weight: var(--text-weight);
  font-size: 14px;
}
.cart-container div#block-discount .content {
  padding: 0px;
  display: block !important;
}
.cart-container div#block-discount .content .fieldset.coupon {
  position: relative;
}
.cart-container div#block-discount .content .fieldset.coupon .mage-error {
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform: translateY(104%);
  -moz-transform: translateY(104%);
  -ms-transform: translateY(104%);
  transform: translateY(104%);
}
.cart-container div#block-discount .content .control {
  position: relative;
  padding: 2px;
  border: 1px solid #e6e6e6;
  border-radius: var(--button__border-radius);
}
.cart-container div#block-discount .content .control input {
  padding-right: 160px;
  border: 0;
}
.cart-container div#block-discount .content .actions-toolbar {
  position: absolute;
  right: 3px;
  bottom: 3px;
}
.cart-container div#block-discount .content .actions-toolbar button,
.cart-container div#block-discount .content .actions-toolbar .cart.table-wrapper .actions-toolbar > .action {
  background-image: none;
  background: #222;
  border: 2px solid var(--button__color);
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: inherit;
  font-weight: var(--button__font-weight);
  margin: 0;
  padding: 7px 25px;
  font-size: 1.4rem;
  line-height: 2.24rem;
  box-sizing: border-box;
  vertical-align: middle;
}
.cart-container div#block-discount .content .actions-toolbar button:focus,
.cart-container div#block-discount .content .actions-toolbar button:active,
.cart-container div#block-discount .content .actions-toolbar .cart.table-wrapper .actions-toolbar > .action:focus,
.cart-container div#block-discount .content .actions-toolbar .cart.table-wrapper .actions-toolbar > .action:active {
  background: var(--button__hover__background);
  border: 2px solid var(--theme__color__primary);
  color: var(--button__hover__color);
}
.cart-container div#block-discount .content .actions-toolbar button:hover,
.cart-container div#block-discount .content .actions-toolbar .cart.table-wrapper .actions-toolbar > .action:hover {
  background: var(--button__hover__background);
  border: 2px solid var(--theme__color__primary);
  color: var(--button__hover__color);
}
.cart-container div#block-discount .content .actions-toolbar button.disabled,
.cart-container div#block-discount .content .actions-toolbar button[disabled],
fieldset[disabled] .cart-container div#block-discount .content .actions-toolbar button,
.cart-container div#block-discount .content .actions-toolbar .cart.table-wrapper .actions-toolbar > .action.disabled,
.cart-container div#block-discount .content .actions-toolbar .cart.table-wrapper .actions-toolbar > .action[disabled],
fieldset[disabled] .cart-container div#block-discount .content .actions-toolbar .cart.table-wrapper .actions-toolbar > .action {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.cart-container div#block-discount .content .actions-toolbar button:focus,
.cart-container div#block-discount .content .actions-toolbar button:active,
.cart-container div#block-discount .content .actions-toolbar .cart.table-wrapper .actions-toolbar > .action:focus,
.cart-container div#block-discount .content .actions-toolbar .cart.table-wrapper .actions-toolbar > .action:active {
  background: var(--button__hover__background);
  border: 2px solid var(--theme__color__primary);
  color: var(--button__hover__color);
}
.cart-container div#block-discount .content .actions-toolbar button:hover,
.cart-container div#block-discount .content .actions-toolbar .cart.table-wrapper .actions-toolbar > .action:hover {
  background: var(--button__hover__background);
  border: 2px solid var(--theme__color__primary);
  color: var(--button__hover__color);
}
.cart-container div#block-discount .content .actions-toolbar button.disabled,
.cart-container div#block-discount .content .actions-toolbar button[disabled],
fieldset[disabled] .cart-container div#block-discount .content .actions-toolbar button,
.cart-container div#block-discount .content .actions-toolbar .cart.table-wrapper .actions-toolbar > .action.disabled,
.cart-container div#block-discount .content .actions-toolbar .cart.table-wrapper .actions-toolbar > .action[disabled],
fieldset[disabled] .cart-container div#block-discount .content .actions-toolbar .cart.table-wrapper .actions-toolbar > .action {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.cart-container .checkout-methods-items {
  text-align: right;
  margin-top: 1rem;
  padding-right: 0;
}
.cart-container .checkout-methods-items .action.primary {
  background-color: var(--theme__color__primary);
  border-color: var(--theme__color__primary);
}
.cart-container .checkout-methods-items .action.primary:not(:hover) {
  color: #fff;
}
.cart-container .cart-summary {
  border: 0;
}
.cart-container .cart-summary > .title {
  display: none;
}
.cart-container .cart-summary #block-shipping {
  border: 1px solid #e6e6e6;
  padding: 2.2rem 3rem 3rem;
  position: relative;
  margin: 0 0 6rem;
}
.cart-container .cart-summary #block-shipping > .title {
  border: 0;
  padding: 0;
  text-align: center;
  z-index: 1;
  background: #fff;
  padding: 0 20px;
}
.cart-container .cart-summary #block-shipping > .title #block-shipping-heading {
  font-size: 2rem;
}
.cart-container .cart-summary #block-shipping > .title:after {
  display: none;
}
.cart-container .cart-summary #block-shipping #block-summary {
  padding: 0;
  display: block !important;
}
.cart-container .cart-summary #block-shipping #block-summary fieldset.fieldset.estimate {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin: auto;
}
.cart-container .cart-summary #block-shipping #block-summary fieldset.fieldset.estimate .field {
  flex: 1;
  padding: 0 15px;
}
.cart-container .cart-summary #block-shipping #block-summary fieldset.fieldset.estimate .field select,
.cart-container .cart-summary #block-shipping #block-summary fieldset.fieldset.estimate .field input {
  border-radius: var(--button__border-radius);
  border-color: #e6e6e6;
}
.cart-container .cart-summary #block-shipping #block-summary fieldset.fieldset.estimate p.field.note {
  flex: 0 0 100%;
  text-align: center;
  margin-bottom: 3rem;
  font-size: 14px;
}
.cart-container #gift-options-cart .gift-item-block .title {
  display: none;
}
.cart-container #gift-options-cart .gift-item-block .content {
  display: block !important;
}
.cart-container .cart.main.actions .action,
.cart-container .cart.main.actions button,
.cart-container .cart.main.actions .cart.table-wrapper .actions-toolbar > .action {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
}
.cart-container .cart.main.actions .action:focus,
.cart-container .cart.main.actions button:focus,
.cart-container .cart.main.actions .action:active,
.cart-container .cart.main.actions button:active,
.cart-container .cart.main.actions .cart.table-wrapper .actions-toolbar > .action:focus,
.cart-container .cart.main.actions .cart.table-wrapper .actions-toolbar > .action:active {
  background: none;
  border: none;
}
.cart-container .cart.main.actions .action:hover,
.cart-container .cart.main.actions button:hover,
.cart-container .cart.main.actions .cart.table-wrapper .actions-toolbar > .action:hover {
  background: none;
  border: none;
}
.cart-container .cart.main.actions .action.disabled,
.cart-container .cart.main.actions button.disabled,
.cart-container .cart.main.actions .action[disabled],
.cart-container .cart.main.actions button[disabled],
fieldset[disabled] .cart-container .cart.main.actions .action,
fieldset[disabled] .cart-container .cart.main.actions button,
.cart-container .cart.main.actions .cart.table-wrapper .actions-toolbar > .action.disabled,
.cart-container .cart.main.actions .cart.table-wrapper .actions-toolbar > .action[disabled],
fieldset[disabled] .cart-container .cart.main.actions .cart.table-wrapper .actions-toolbar > .action {
  pointer-events: none;
  opacity: 0.5;
}
.cart-container .cart.main.actions .action:before,
.cart-container .cart.main.actions button:before,
.cart-container .cart.main.actions .cart.table-wrapper .actions-toolbar > .action:before {
  display: none;
}
.cart-container .cart.main.actions .action:hover,
.cart-container .cart.main.actions button:hover,
.cart-container .cart.main.actions .cart.table-wrapper .actions-toolbar > .action:hover {
  color: var(--theme__color__primary);
}
.cart-container .cart.main.actions .action#empty_cart_button,
.cart-container .cart.main.actions button#empty_cart_button,
.cart-container .cart.main.actions .cart.table-wrapper .actions-toolbar > .action#empty_cart_button {
  margin: 0 1rem;
}
.cart-container .cart-bottom {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
.cart-container .cart-bottom > div {
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}
.cart-container .cart-bottom .cart-summary-right {
  flex: 1;
}
body.catalog-product-view .mfp-content {
  max-width: 950px;
  max-height: unset;
}
.table-responsive {
  min-height: 0.01%;
  overflow-x: auto;
}
.table-responsive .sizeguide_table tr td {
  transition: 0.3s all ease-in;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.table-responsive .sizeguide_table tr td:hover {
  background-color: rgba(0, 0, 0, 0.06);
}
.extra-popup {
  margin-top: 30px;
  margin-bottom: 20px;
}
.extra-popup .product-askquestion-buttons,
.extra-popup .product-information-buttons,
.extra-popup .product-information-buttons {
  display: inline-flex;
  align-items: center;
  margin-right: 20px;
}
.extra-popup .product-askquestion-buttons a,
.extra-popup .product-information-buttons a,
.extra-popup .product-information-buttons a {
  color: var(--heading__color__base);
  font-weight: 500;
}
.extra-popup .product-askquestion-buttons a:hover,
.extra-popup .product-information-buttons a:hover,
.extra-popup .product-information-buttons a:hover {
  color: var(--theme__color__primary);
}
#delivery-return,
#popup-size-guide {
  position: relative;
  background: #fff;
  width: 100%;
  max-width: 100%;
  margin: 30px auto;
  padding: 30px;
  max-height: 90vh;
  overflow: auto;
  overflow-x: hidden;
}
#delivery-return p,
#popup-size-guide p {
  margin-bottom: 1.3rem;
}
#askquestion-popup {
  position: relative;
  background: #fff;
  width: 100%;
  max-width: 570px;
  margin: 0 auto;
  padding: 30px;
  max-height: 90vh;
  overflow: auto;
}
#askquestion-popup .contact-form h3 {
  text-align: center;
}
#askquestion-popup .contact-form .field {
  margin-bottom: 1.3rem;
}
#askquestion-popup .contact-form .control textarea {
  overflow: auto;
  padding: 10px 15px;
  height: 190px;
}
#askquestion-popup .contact-form .button {
  width: 100%;
}
#askquestion-popup .contact-form .required > label {
  font-size: 13px;
}
#askquestion-popup .contact-form .required > label::after {
  content: '*';
  color: #e02b27;
  font-size: 1.2rem;
  margin: 0 0 0 6.25px;
}
#askquestion-popup .gx-5 .field {
  flex: 0 0 auto;
  width: 100%;
}
#popup-size-guide div[data-content-type='tabs'] .tabs-navigation {
  border-bottom: 1px solid #e6e6e6;
}
#popup-size-guide div[data-content-type='tabs'] .tabs-navigation li.tab-header {
  border-radius: 0 !important;
  border: 1px solid transparent;
  border-bottom: 0;
  margin-bottom: -2px;
}
#popup-size-guide div[data-content-type='tabs'] .tabs-navigation li.tab-header a {
  font-weight: 500;
  padding: 15px 15px 25px;
}
#popup-size-guide div[data-content-type='tabs'] .tabs-navigation li.tab-header a::after {
  content: "";
  position: absolute;
  left: 15px;
  bottom: 10px;
  width: 22px;
  height: 4px;
  background: #8d8d8d;
}
#popup-size-guide div[data-content-type='tabs'] .tabs-navigation li.tab-header.ui-state-active {
  border-color: #ccc;
}
#popup-size-guide div[data-content-type='tabs'] .tabs-navigation li.tab-header.ui-state-active a::after {
  background: #222222;
}
@media only screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
  }
}
.sticky-addcart {
  -webkit-box-shadow: 0 0 9px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 0 9px rgba(0, 0, 0, 0.12);
  -ms-box-shadow: 0 0 9px rgba(0, 0, 0, 0.12);
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.12);
  -webkit-transition: transform 0.25s ease;
  -moz-transition: transform 0.25s ease;
  -ms-transition: transform 0.25s ease;
  transition: transform 0.25s ease;
  -webkit-transform: translate3d(0, 100%, 0);
  -moz-transform: translate3d(0, 100%, 0);
  -ms-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  padding: 10px 0;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  z-index: 3;
}
.sticky-addcart.sticky_atc_shown {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.sticky-addcart .al_center.fl_center {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.sticky-addcart .prd_stick-img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  border: 1px solid #f5f5f5;
  background-position: center;
}
.sticky-addcart .sticky_atc_content {
  padding-right: 10%;
}
.sticky-addcart .price-label {
  display: none;
}
.sticky-addcart .sticky_atc_thumb {
  max-width: 75px;
  margin-right: 15px;
}
.sticky-addcart .product-name {
  font-size: 1.4rem;
  margin-bottom: 3px;
}
.sticky-addcart .sticky-action {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  flex-wrap: wrap;
  width: unset;
  grid-gap: 0 10px;
}
.sticky-addcart .sticky-action .sticky-btn {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  grid-gap: 0 15px;
}
.sticky-addcart .sticky-action .quantity {
  display: inline-flex;
  align-items: center;
  border: 1px solid #e6e6e6;
  padding: 0 15px;
  border-radius: 30px;
}
.sticky-addcart .sticky-action .quantity .input-text {
  border: 0;
  text-align: center;
  width: 70px;
}
.sticky-addcart .sticky-action .quantity .plus,
.sticky-addcart .sticky-action .quantity .minus {
  color: var(--heading__color__base);
}
.sticky-addcart .sticky-action .quantity .minus {
  position: relative;
  top: 1px;
}
.sticky-addcart .sticky-action button,
.sticky-addcart .sticky-action .cart.table-wrapper .actions-toolbar > .action {
  background-color: var(--theme__color__primary);
  border-color: var(--theme__color__primary);
  color: #fff;
  border-radius: 2px;
  text-transform: uppercase;
  border-radius: 30px;
}
.sticky-addcart .sticky-action button:hover,
.sticky-addcart .sticky-action .cart.table-wrapper .actions-toolbar > .action:hover {
  background-color: var(--heading__color__base);
  border-color: var(--heading__color__base);
}
.sticky-addcart .sticky-action .price-box {
  display: inline-flex;
  align-items: center;
  grid-gap: 0 10px;
  color: #696969;
}
.sticky-addcart .sticky-action .price-box .price-label {
  display: none;
}
.sticky-addcart .sticky-action .price-box .special-price {
  color: #ec0101;
}
@media only screen and (max-width: 767px) {
  #sticky-addcart {
    bottom: 70px;
    padding: 14px 0;
  }
  #sticky-addcart .sticky_atc_content {
    display: none;
  }
  #sticky-addcart .sticky-action {
    flex-wrap: nowrap;
    grid-gap: 0;
    padding: 0;
  }
  #sticky-addcart .sticky-btn {
    grid-gap: 0;
    margin: 0 5px;
  }
  #sticky-addcart button,
  #sticky-addcart .cart.table-wrapper .actions-toolbar > .action {
    padding: 7px 20px;
    font-size: 1.2rem;
    margin: 0 5px;
  }
  .page-product-bundle #sticky-addcart {
    display: none;
  }
}
@media only screen and (max-width: 575px) {
  #sticky-addcart {
    bottom: 70px;
  }
  #sticky-addcart .sticky-action .price-box {
    display: none;
  }
}
.button-dot2 .slick-dots li {
  width: auto;
}
.button-dot2 .slick-dots li button,
.button-dot2 .slick-dots li .cart.table-wrapper .actions-toolbar > .action {
  width: 8px;
  height: 8px;
  background-color: #fff;
  border: 0;
  border-radius: 5px;
}
.button-dot2 .slick-dots li.slick-active button,
.button-dot2 .slick-dots li.slick-active .cart.table-wrapper .actions-toolbar > .action {
  width: 30px;
}
.bg_overlay {
  position: relative;
}
.bg_overlay::after {
  background-color: #222222;
  opacity: 0.2;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
}
.f_body .pagebuilder-button-primary,
.f_body .post-title a,
.f_body .product-item-name,
.f_body h4,
.f_body h5 {
  font-family: Futura, sans-serif;
}
.nt_pr .product-item-name > a {
  font-size: 16px;
  font-weight: 500;
  text-transform: none;
}
.page-with-filter:not([class*="page-layout-2columns-"]) .column.main {
  display: flex;
  flex-direction: column;
}
.page-with-filter:not([class*="page-layout-2columns-"]) .toolbar-products:not(:last-child) {
  order: -1;
}
.page-with-filter:not([class*="page-layout-2columns-"]) .block-title.filter-title {
  display: none !important;
}
.page-layout-2columns-left .toolbar .cat_filter,
.page-layout-2columns-right .toolbar .cat_filter {
  display: none !important;
}
.page-layout-2columns-left .products.wrapper ~ .toolbar .toolbar-amount,
.page-layout-2columns-right .products.wrapper ~ .toolbar .toolbar-amount {
  display: none ;
}
.catalog-category-fullwidth .toolbar-products .toolbar-amount,
.catalog-category-packery .toolbar-products .toolbar-amount,
.catalog-category-sidebar-canvas .toolbar-products .toolbar-amount,
.catalog-category-masonry .toolbar-products .toolbar-amount,
.catalog-category-grid .toolbar-products .toolbar-amount {
  display: none;
}
.catalog-category-fullwidth .toolbar-products .cat_filter,
.catalog-category-packery .toolbar-products .cat_filter,
.catalog-category-sidebar-canvas .toolbar-products .cat_filter,
.catalog-category-masonry .toolbar-products .cat_filter,
.catalog-category-grid .toolbar-products .cat_filter {
  flex: 1;
}
.catalog-category-fullwidth .toolbar-products .limiter,
.catalog-category-packery .toolbar-products .limiter,
.catalog-category-sidebar-canvas .toolbar-products .limiter,
.catalog-category-masonry .toolbar-products .limiter,
.catalog-category-grid .toolbar-products .limiter {
  display: none !important;
}
.catalog-category-fullwidth .products ~ .toolbar-products,
.catalog-category-packery .products ~ .toolbar-products,
.catalog-category-sidebar-canvas .products ~ .toolbar-products,
.catalog-category-masonry .products ~ .toolbar-products,
.catalog-category-grid .products ~ .toolbar-products {
  margin: 4.5rem 0 0;
  padding: 2.5rem 0 0;
}
.catalog-category-fullwidth .columns .products ~ .toolbar-products,
.catalog-category-packery .columns .products ~ .toolbar-products,
.catalog-category-sidebar-canvas .columns .products ~ .toolbar-products,
.catalog-category-masonry .columns .products ~ .toolbar-products,
.catalog-category-grid .columns .products ~ .toolbar-products {
  text-align: center;
  order: unset;
  display: block;
}
.catalog-category-fullwidth .columns .products ~ .toolbar-products .cat_filter,
.catalog-category-packery .columns .products ~ .toolbar-products .cat_filter,
.catalog-category-sidebar-canvas .columns .products ~ .toolbar-products .cat_filter,
.catalog-category-masonry .columns .products ~ .toolbar-products .cat_filter,
.catalog-category-grid .columns .products ~ .toolbar-products .cat_filter,
.catalog-category-fullwidth .columns .products ~ .toolbar-products .grid-mode-show-type-products,
.catalog-category-packery .columns .products ~ .toolbar-products .grid-mode-show-type-products,
.catalog-category-sidebar-canvas .columns .products ~ .toolbar-products .grid-mode-show-type-products,
.catalog-category-masonry .columns .products ~ .toolbar-products .grid-mode-show-type-products,
.catalog-category-grid .columns .products ~ .toolbar-products .grid-mode-show-type-products,
.catalog-category-fullwidth .columns .products ~ .toolbar-products .limiter,
.catalog-category-packery .columns .products ~ .toolbar-products .limiter,
.catalog-category-sidebar-canvas .columns .products ~ .toolbar-products .limiter,
.catalog-category-masonry .columns .products ~ .toolbar-products .limiter,
.catalog-category-grid .columns .products ~ .toolbar-products .limiter {
  display: none;
}
.catalog-category-fullwidth .columns .products ~ .toolbar-products .pages,
.catalog-category-packery .columns .products ~ .toolbar-products .pages,
.catalog-category-sidebar-canvas .columns .products ~ .toolbar-products .pages,
.catalog-category-masonry .columns .products ~ .toolbar-products .pages,
.catalog-category-grid .columns .products ~ .toolbar-products .pages {
  float: none;
}
.catalog-category-fullwidth .columns .products ~ .toolbar-products .pages .pages-items .item,
.catalog-category-packery .columns .products ~ .toolbar-products .pages .pages-items .item,
.catalog-category-sidebar-canvas .columns .products ~ .toolbar-products .pages .pages-items .item,
.catalog-category-masonry .columns .products ~ .toolbar-products .pages .pages-items .item,
.catalog-category-grid .columns .products ~ .toolbar-products .pages .pages-items .item {
  margin: 0;
}
.catalog-category-fullwidth .columns .products ~ .toolbar-products .pages .pages-items .item a,
.catalog-category-packery .columns .products ~ .toolbar-products .pages .pages-items .item a,
.catalog-category-sidebar-canvas .columns .products ~ .toolbar-products .pages .pages-items .item a,
.catalog-category-masonry .columns .products ~ .toolbar-products .pages .pages-items .item a,
.catalog-category-grid .columns .products ~ .toolbar-products .pages .pages-items .item a,
.catalog-category-fullwidth .columns .products ~ .toolbar-products .pages .pages-items .item strong,
.catalog-category-packery .columns .products ~ .toolbar-products .pages .pages-items .item strong,
.catalog-category-sidebar-canvas .columns .products ~ .toolbar-products .pages .pages-items .item strong,
.catalog-category-masonry .columns .products ~ .toolbar-products .pages .pages-items .item strong,
.catalog-category-grid .columns .products ~ .toolbar-products .pages .pages-items .item strong {
  width: auto;
  padding: 0 1.5rem;
}
.catalog-category-fullwidth .columns .products ~ .toolbar-products .pages .pages-items .previous::before,
.catalog-category-packery .columns .products ~ .toolbar-products .pages .pages-items .previous::before,
.catalog-category-sidebar-canvas .columns .products ~ .toolbar-products .pages .pages-items .previous::before,
.catalog-category-masonry .columns .products ~ .toolbar-products .pages .pages-items .previous::before,
.catalog-category-grid .columns .products ~ .toolbar-products .pages .pages-items .previous::before,
.catalog-category-fullwidth .columns .products ~ .toolbar-products .pages .pages-items .next::before,
.catalog-category-packery .columns .products ~ .toolbar-products .pages .pages-items .next::before,
.catalog-category-sidebar-canvas .columns .products ~ .toolbar-products .pages .pages-items .next::before,
.catalog-category-masonry .columns .products ~ .toolbar-products .pages .pages-items .next::before,
.catalog-category-grid .columns .products ~ .toolbar-products .pages .pages-items .next::before {
  display: none;
}
.catalog-category-fullwidth .columns .products ~ .toolbar-products .pages .pages-items .pages-item-previous a .label + span,
.catalog-category-packery .columns .products ~ .toolbar-products .pages .pages-items .pages-item-previous a .label + span,
.catalog-category-sidebar-canvas .columns .products ~ .toolbar-products .pages .pages-items .pages-item-previous a .label + span,
.catalog-category-masonry .columns .products ~ .toolbar-products .pages .pages-items .pages-item-previous a .label + span,
.catalog-category-grid .columns .products ~ .toolbar-products .pages .pages-items .pages-item-previous a .label + span,
.catalog-category-fullwidth .columns .products ~ .toolbar-products .pages .pages-items .pages-item-next a .label + span,
.catalog-category-packery .columns .products ~ .toolbar-products .pages .pages-items .pages-item-next a .label + span,
.catalog-category-sidebar-canvas .columns .products ~ .toolbar-products .pages .pages-items .pages-item-next a .label + span,
.catalog-category-masonry .columns .products ~ .toolbar-products .pages .pages-items .pages-item-next a .label + span,
.catalog-category-grid .columns .products ~ .toolbar-products .pages .pages-items .pages-item-next a .label + span {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.catalog-category-fullwidth .cat_filter,
.catalog-category-packery .cat_filter,
.catalog-category-sidebar-canvas .cat_filter,
.catalog-category-masonry .cat_filter,
.catalog-category-grid .cat_filter {
  margin-right: 20px;
}
.catalog-category-fullwidth .cat_filter a:not(:hover),
.catalog-category-packery .cat_filter a:not(:hover),
.catalog-category-sidebar-canvas .cat_filter a:not(:hover),
.catalog-category-masonry .cat_filter a:not(:hover),
.catalog-category-grid .cat_filter a:not(:hover) {
  color: var(--text__color);
}
.catalog-category-fullwidth .cat_filter a::before,
.catalog-category-packery .cat_filter a::before,
.catalog-category-sidebar-canvas .cat_filter a::before,
.catalog-category-masonry .cat_filter a::before,
.catalog-category-grid .cat_filter a::before {
  content: "\e905";
  font-family: iconKalles;
  font-size: 1.6rem;
  color: inherit;
  line-height: 1;
  padding-right: 5px;
}
.products-footer {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 60px;
}
.products-footer .button {
  background-image: none;
  background: var(--button__background);
  border: 2px solid var(--button__color);
  color: var(--button__color);
  cursor: pointer;
  display: inline-block;
  font-family: inherit;
  font-weight: var(--button__font-weight);
  margin: 0;
  padding: 7px 25px;
  font-size: 1.4rem;
  line-height: 2.24rem;
  box-sizing: border-box;
  vertical-align: middle;
  border-radius: 40px;
  padding: 11px 45px;
  position: relative;
  -webkit-appearance: none;
  appearance: none;
}
.products-footer .button:focus,
.products-footer .button:active {
  background: var(--button__hover__background);
  border: 2px solid var(--theme__color__primary);
  color: var(--button__hover__color);
}
.products-footer .button:hover {
  background: var(--button__hover__background);
  border: 2px solid var(--theme__color__primary);
  color: var(--button__hover__color);
}
.products-footer .button.disabled,
.products-footer .button[disabled],
fieldset[disabled] .products-footer .button {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.products-footer .button::before {
  content: "";
  display: inline-block;
  color: transparent;
  border: 1px solid;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border-color: #616161 #E0E0E0 #E0E0E0 #E0E0E0;
  line-height: 1;
  -webkit-animation: bls-spin 0.5s infinite linear;
  -moz-animation: bls-spin 0.5s infinite linear;
  -ms-animation: bls-spin 0.5s infinite linear;
  animation: bls-spin 0.5s infinite linear;
  position: absolute;
  left: 23px;
  top: 15px;
  transform: translateY(-50%);
  opacity: 0;
}
.products-footer .button.loading::before {
  opacity: 1;
}
.catalog-category-fullwidth .page-main-full-width {
  padding-left: 15px;
  padding-right: 15px;
}
.catalog-category-sidebar-canvas .btn_filter:after {
  content: '';
  display: block;
  position: fixed;
  z-index: 4;
  top: 0;
  left: 0;
  right: 0;
  height: 100vh;
  opacity: 0;
  pointer-events: none;
  background: rgba(0, 0, 0, 0.6);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
  cursor: url('../../frontend/bluesky/bluesky_kalles_default/en_US/images/my-cursor.png'), pointer;
}
.catalog-category-sidebar-canvas .block.filter {
  position: relative;
  visibility: visible;
  z-index: 5;
}
.catalog-category-sidebar-canvas .block.filter::after {
  z-index: 1;
}
.catalog-category-sidebar-canvas .block.filter.active .filter-options,
.catalog-category-sidebar-canvas .block.filter.active .filter-title {
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  transform: none;
}
.catalog-category-sidebar-canvas .block.filter .filter-title {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
  position: fixed;
  top: 0;
  bottom: 0;
  background-color: #fff;
  left: 0;
  min-width: unset;
  -webkit-transform: translate3d(-104%, 0, 0);
  -moz-transform: translate3d(-104%, 0, 0);
  -ms-transform: translate3d(-104%, 0, 0);
  transform: translate3d(-104%, 0, 0);
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
  -ms-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
  z-index: 500;
  width: 85%;
  max-width: 340px;
  cursor: pointer;
  height: 50px;
  display: flex;
  align-items: center;
  padding: 5px 10px 5px 20px;
  color: #fff;
  margin: 0;
  background-color: #222;
  text-transform: uppercase;
  font-size: 1.6rem;
}
.catalog-category-sidebar-canvas .block.filter .filter-title strong {
  display: inline-block;
  text-decoration: none;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
}
.catalog-category-sidebar-canvas .block.filter .filter-title strong:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 36px;
  line-height: inherit;
  color: #fff;
  content: '\e616';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.catalog-category-sidebar-canvas .block.filter .filter-title strong:after {
  position: absolute;
  right: 10px;
  line-height: 1;
}
.catalog-category-sidebar-canvas .block.filter .filter-options {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
  position: fixed;
  top: 0;
  bottom: 0;
  background-color: #fff;
  left: 0;
  min-width: unset;
  margin: 0;
  -webkit-transform: translate3d(-104%, 0, 0);
  -moz-transform: translate3d(-104%, 0, 0);
  -ms-transform: translate3d(-104%, 0, 0);
  transform: translate3d(-104%, 0, 0);
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
  -ms-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
  z-index: 500;
  width: 85%;
  max-width: 340px;
  top: 50px;
  padding-top: 20px;
  display: block;
  overflow: hidden;
  overflow-y: auto;
}
.catalog-category-sidebar-canvas .block.filter .filter-options > div {
  width: 100%;
  margin: 0;
}
.catalog-category-sidebar-canvas.filter-active .btn_filter:after {
  opacity: 1;
  pointer-events: initial;
}
.catalog-category-sidebar-canvas.filter-active .filter-current-subtitle {
  display: block;
}
.catalog-category-packery .toolbar.toolbar-products .modes,
.catalog-category-packery .toolbar.toolbar-products .grid-mode-show-type-products {
  display: none;
}
.catalog-category-sidebar-canvas .columns .block.filter {
  border: 0;
  margin: 0;
}
.catalog-category-sidebar-canvas .columns .block.filter .filter-content {
  margin: 0rem;
}
.catalog-category-masonry .modes .mode-list {
  display: none !important;
}
.bluesky-page-preloader .toolbar.toolbar-products {
  margin: 0;
  padding: 0;
}
.bluesky-page-preloader .toolbar.toolbar-products .limiter {
  display: none !important;
}
.bluesky-page-preloader .pages {
  margin-top: 60px;
}
.bluesky-page-preloader .products.wrapper ~ .toolbar.toolbar-products {
  margin-top: 50px;
  margin-bottom: 30px;
}
.bluesky-page-preloader .products.wrapper ~ .toolbar.toolbar-products .pages {
  margin: 0;
  padding-top: 30px;
  border-top: 1px solid #e6e6e6;
  float: none;
}
.product-full-width-section {
  padding: 4.5em 0;
}
.product-full-width-section [data-content-type='row'][data-appearance='contained'] {
  padding-left: 15px;
  padding-right: 15px;
}
.page-main-details .column.main {
  min-height: 50px;
}
.page-main-details .product-section-title {
  font-size: 2rem;
  margin-bottom: 3rem;
}
@keyframes drift-fadeZoomIn {
  0% {
    transform: scale(0.8);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes drift-fadeZoomOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes drift-fadeIn {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes drift-fadeOut {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
.img_action_zoom {
  position: relative;
}
.theiaStickySidebar > * {
  width: 100% !important;
  float: none !important;
}
.drift-bounding-box,
.drift-zoom-pane {
  position: absolute;
  pointer-events: none;
}
body .drift-bounding-box {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.3) inset;
  z-index: 5;
  background: rgba(255, 255, 255, 0.2);
}
.drift-zoom-pane {
  overflow: hidden;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.drift-zoom-pane {
  background: #fff;
  transform: translate3d(0, 0, 0);
  z-index: 3;
  box-shadow: 0 1px 5px rgba(127, 127, 127, 0.02), 0 5px 18px rgba(127, 127, 127, 0.2);
}
.drift-zoom-pane.drift-open {
  display: block;
}
.dt_img_zoom {
  position: absolute;
  display: inline-block;
  top: 0;
  right: 0;
  background: transparent;
}
.dt_img_zoom .drift-zoom-pane {
  height: 50.375rem;
  width: 50.375rem;
  left: 10px;
}
.rtl_true .dt_img_zoom {
  left: 0;
  right: auto;
}
.rtl_true .dt_img_zoom .drift-zoom-pane {
  right: 0;
  left: auto;
}
.drift-loading .drift-zoom-pane-loader {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  background-size: 50px;
}
.drift-zoom-pane img {
  position: absolute;
  display: block;
  max-width: none;
  max-height: none;
  object-fit: contain;
}
.drift-zoom-pane img {
  top: 0;
  left: 0;
}
.drift-zoom-pane.drift-opening {
  animation: drift-fadeZoomIn 200ms cubic-bezier(0.4, 0, 0.2, 1);
}
.p-thumb .drift-zoom-pane.drift-opening {
  animation: drift-fadeIn 200ms cubic-bezier(0.4, 0, 0.2, 1);
}
.drift-zoom-pane.drift-closing {
  animation: drift-fadeZoomOut 150ms cubic-bezier(0, 0, 0.2, 1);
}
.p-thumb .drift-zoom-pane.drift-closing {
  animation: drift-fadeOut 150ms cubic-bezier(0, 0, 0.2, 1);
}
.zoom_tp_1 .img_action_zoom .product-image {
  cursor: crosshair;
}
.zoom_tp_2 .summary {
  transition: opacity 0.2s ease;
}
.zoom_tp_2 .product-images.img_action_zoom {
  z-index: 2;
}
.zoom_tp_2 .zoom_fade_if .summary {
  margin-top: 0;
  opacity: 0.3;
}
.zoom_tp_3 .drift-zoom-pane {
  width: 260px !important;
  height: 260px !important;
  overflow: hidden;
  border: 1px solid #ec0101;
  border-radius: 100% !important;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.3);
}
.theiaStickySidebar .product.media {
  position: relative;
}
.theiaStickySidebar .group_btns {
  position: absolute;
  right: 5px;
  bottom: 12px;
  z-index: 3;
  transition: 0.3s all ease-in;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.theiaStickySidebar .group_btns button,
.theiaStickySidebar .group_btns .cart.table-wrapper .actions-toolbar > .action {
  width: 38px;
  height: 38px;
  background-color: #000d1d;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  margin: 0 7.5px;
  padding: 0;
  border: 0;
  min-height: 38px;
  font-weight: 400;
}
.theiaStickySidebar .group_btns button:hover,
.theiaStickySidebar .group_btns .cart.table-wrapper .actions-toolbar > .action:hover {
  background-color: var(--theme__color__primary);
}
.product-layout-1 .thumb_right,
.product-layout-1 .thumb_left {
  position: relative;
}
.product-layout-1 .thumb_right::after,
.product-layout-1 .thumb_left::after {
  content: "";
  clear: both;
  display: table;
}
.product-layout-1 .thumb_right .col_thumb,
.product-layout-1 .thumb_left .col_thumb {
  float: right;
  width: calc((100% - 90px));
  position: relative;
}
.product-layout-1 .thumb_right .col_thumb .gallery-img,
.product-layout-1 .thumb_left .col_thumb .gallery-img {
  position: relative;
}
.product-layout-1 .thumb_right .col_thumb .show_btn_pr_gallery.my-tooltip-top .tooltip-content,
.product-layout-1 .thumb_left .col_thumb .show_btn_pr_gallery.my-tooltip-top .tooltip-content {
  left: auto;
  right: 0;
}
.product-layout-1 .thumb_right .col_nav,
.product-layout-1 .thumb_left .col_nav {
  float: left;
  width: 80px;
  overflow: hidden;
  position: relative;
}
.product-layout-1 .thumb_right .col_nav .slick-arrow,
.product-layout-1 .thumb_left .col_nav .slick-arrow {
  border-radius: 0;
  background-color: rgba(245, 245, 245, 0.5);
  border: 1px solid rgba(0, 0, 0, 0.123);
  visibility: visible;
  opacity: 1;
  transform: none;
  top: auto;
  right: auto;
  bottom: 0;
  left: 1px;
}
.product-layout-1 .thumb_right .col_nav .slick-arrow::before,
.product-layout-1 .thumb_left .col_nav .slick-arrow::before {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  color: var(--text__color);
}
.product-layout-1 .thumb_right .col_nav .slick-arrow.slick-next,
.product-layout-1 .thumb_left .col_nav .slick-arrow.slick-next {
  left: 43px !important;
}
.product-layout-1 .thumb_right .col_nav .slick-arrow:hover,
.product-layout-1 .thumb_left .col_nav .slick-arrow:hover {
  background-color: rgba(245, 245, 245, 0.8);
}
@media only screen and (max-width: 767px) {
  .product-layout-1 .thumb_right .col_thumb,
  .product-layout-1 .thumb_left .col_thumb {
    width: 100%;
  }
  .product-layout-1 .thumb_right .col_nav,
  .product-layout-1 .thumb_left .col_nav {
    display: none;
  }
}
.product-layout-1 .thumb_right .col_thumb {
  float: left;
}
.product-layout-1 .thumb_right .col_nav {
  float: right;
}
.product-layout-1 .p-thumb-nav .product-image {
  cursor: pointer;
  overflow: hidden;
  position: relative;
}
.product-layout-1 .p-thumb-nav .product-image .product-image {
  opacity: 0.6;
  height: 100%;
  transition: 0.3s all ease-in;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.product-layout-1 .p-thumb-nav .product-image .product-image:hover {
  opacity: 1;
  transform: translateY(-5px);
}
.product-layout-1 .p-thumb-nav .is-selected .product-image .product-image {
  opacity: 1;
}
.product-layout-1 .col_thumb .gallery-images > .product-image:not(:first-child) {
  display: none;
}
.product-layout-1 .col_thumb .slick-slide > div {
  line-height: 0;
}
.thumb_bottom .col_thumb .slick-list {
  margin-left: 0;
  margin-right: 0;
}
.thumb_bottom .col_nav {
  margin-top: 10px;
}
.thumb_bottom .p-thumb-nav {
  overflow: hidden;
}
.thumb_bottom .p-thumb-nav .slick-list {
  margin-left: -5px;
  margin-right: -5px;
}
.thumb_bottom .p-thumb-nav .slick-slide {
  padding-left: 5px;
  padding-right: 5px;
}
.thumb_bottom .p-thumb-nav .slick-slide > div {
  line-height: 0;
}
.thumb_bottom .p-thumb-nav .gallery-img {
  padding-top: 127.57092199%;
}
.thumb_bottom .p-thumb-nav .gallery-img .product-image {
  object-position: center center;
  object-fit: contain;
  display: block;
  max-width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.amasty-fpc-crawler-status {
  position: fixed;
  right: 20px;
  bottom: 20px;
  min-width: 400px;
  border: 2px solid #008080;
  z-index: 9999;
  background: white;
}
.amasty-fpc-crawler-status .status-header {
  text-align: center;
  color: white;
  font-weight: bold;
  background: #008080;
  font-size: 20px;
  padding: 5px 0;
}
.amasty-fpc-crawler-status.status-ignored .status {
  color: #bebebe;
}
.amasty-fpc-crawler-status.status-hit .status {
  color: #67b96a;
}
.amasty-fpc-crawler-status.status-miss .status {
  color: #d10c12;
}
.amasty-fpc-crawler-status .status {
  text-transform: uppercase;
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  padding: 5px 0;
}
.amasty-fpc-crawler-status .not-cacheable .not-cacheable-header {
  background: #e4e4e4;
  text-align: center;
  font-weight: bold;
  padding: 3px 0;
}
.amasty-fpc-crawler-status .not-cacheable .blocks {
  max-height: 100px;
  overflow-y: auto;
}
.amasty-fpc-crawler-status .not-cacheable .blocks .not-cacheable-block {
  padding: 7px;
  border-bottom: 1px solid #e4e4e4;
  font-size: 12px;
}
.amasty-fpc-crawler-status .not-cacheable .blocks .not-cacheable-block:last-child {
  border-bottom: none;
}
.debug-status-toggle {
  text-align: center;
  background: #008080;
  font-size: 15px;
  font-weight: bold;
  color: #ffffff;
}
.debug-status-toggle:hover {
  background: #005f5f;
  cursor: pointer;
}
.amfpc-context-container {
  max-height: 700px;
  overflow-y: auto;
  display: none;
}
.amfpc-context-container.-toggled {
  display: block;
}
.amfpc-context-container .context-type-description {
  padding: 5px;
  margin: 0;
  background: #ffffff;
  border-bottom: 2px solid #008080;
  color: #000;
}
.amfpc-context-container .amfpc-context-item {
  padding: 5px;
  border-bottom: 2px solid #008080;
}
.amfpc-context-container .amfpc-context-item .context-row {
  color: #818181;
  background-color: #efefef;
  display: block;
  padding: 2px 10px;
}
.amfpc-context-container .amfpc-context-item .context-row.-unique-entry {
  color: #4d544b;
  background-color: #e0f0dc;
}
.amfpc-context-container .amfpc-context-item .context-row.-vary-entry {
  color: #4d544b;
  background-color: #dce4f0;
}
@media only screen and (max-width: 992px) {
  .field-tooltip .field-tooltip-content {
    right: -12px;
    top: 40px;
    left: auto;
  }
}
@media only screen and (max-width: 991px) {
  .abs-button-responsive-smaller,
  .product-info-main .box-tocart .actions .action.tocart {
    width: 100%;
  }
  .abs-visually-hidden-mobile-m {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-mobile-m:before,
  .abs-add-clearfix-mobile-m:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-mobile-m:after {
    clear: both;
  }
  .abs-icon-add-mobile,
  .block-wishlist-management .wishlist-add.item .add {
    display: block;
    text-decoration: none;
  }
  .abs-icon-add-mobile:before,
  .block-wishlist-management .wishlist-add.item .add:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 10px;
    line-height: 10px;
    color: inherit;
    content: '\e61c';
    font-family: 'icons-blank-theme';
    margin: 0 5px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .abs-toggling-title-mobile,
  .block-wishlist-management .wishlist-select .wishlist-name {
    border-bottom: 1px solid #e6e6e6;
    border-top: 1px solid #e6e6e6;
    cursor: pointer;
    margin-bottom: 0;
    padding: 12px 48px 12px 15px;
    position: relative;
    display: block;
    text-decoration: none;
  }
  .abs-toggling-title-mobile:after,
  .block-wishlist-management .wishlist-select .wishlist-name:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 28px;
    line-height: inherit;
    color: inherit;
    content: '\e622';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .abs-toggling-title-mobile:after,
  .block-wishlist-management .wishlist-select .wishlist-name:after {
    position: absolute;
    right: 12px;
    top: 0;
  }
  .abs-toggling-title-mobile.active:after,
  .block-wishlist-management .wishlist-select .wishlist-name.active:after {
    content: '\e621';
  }
  .abs-pager-toolbar-mobile .toolbar-amount,
  .abs-pager-toolbar-mobile .limiter,
  .abs-pager-toolbar-mobile .pages,
  .account .toolbar .toolbar-amount,
  .account .toolbar .limiter,
  .account .toolbar .pages,
  .toolbar-wishlist-results .toolbar-amount,
  .toolbar-wishlist-results .limiter,
  .toolbar-wishlist-results .pages {
    float: none;
    margin-bottom: 30px;
  }
  .abs-shopping-cart-items-mobile .actions,
  .cart-container .form-cart .actions {
    text-align: center;
  }
  .abs-shopping-cart-items-mobile .action.update,
  .abs-shopping-cart-items-mobile .action.continue,
  .abs-shopping-cart-items-mobile .action.clear,
  .cart-container .form-cart .action.update,
  .cart-container .form-cart .action.continue,
  .cart-container .form-cart .action.clear {
    margin: 0 auto 12px;
  }
  .abs-shopping-cart-items-mobile .action.update,
  .abs-shopping-cart-items-mobile .action.clear,
  .cart-container .form-cart .action.update,
  .cart-container .form-cart .action.clear {
    display: block;
  }
  .abs-checkout-tooltip-content-position-top-mobile,
  .field-tooltip .field-tooltip-content {
    right: -12px;
    top: 40px;
    left: auto;
  }
  .abs-checkout-tooltip-content-position-top-mobile:before,
  .abs-checkout-tooltip-content-position-top-mobile:after,
  .field-tooltip .field-tooltip-content:before,
  .field-tooltip .field-tooltip-content:after {
    border: 10px solid transparent;
    height: 0;
    width: 0;
    margin-top: -21px;
    right: 12px;
    left: auto;
    top: 0;
  }
  .abs-checkout-tooltip-content-position-top-mobile:before,
  .field-tooltip .field-tooltip-content:before {
    border-bottom-color: #999;
  }
  .abs-checkout-tooltip-content-position-top-mobile:after,
  .field-tooltip .field-tooltip-content:after {
    border-bottom-color: #f4f4f4;
    top: 1px;
  }
  .navigation,
  .breadcrumbs,
  .page-header .header.panel,
  .header.content,
  .footer.content,
  .page-main,
  .page-wrapper > .widget,
  .page-wrapper > .page-bottom,
  .block.category.event,
  .top-container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .account .page-main,
  .cms-privacy-policy .page-main {
    padding-top: 41px;
    position: relative;
  }
  .product.data.items {
    margin: 0;
    padding: 0;
  }
  .product.data.items > .item.title {
    box-sizing: border-box;
    float: none;
    width: 100%;
  }
  .product.data.items > .item.title > .switch {
    display: block;
  }
  .product.data.items > .item.content {
    box-sizing: border-box;
    display: block;
    float: none;
    margin: 0;
  }
  .product.data.items > .item.content:before,
  .product.data.items > .item.content:after {
    content: '';
    display: table;
  }
  .product.data.items > .item.content:after {
    clear: both;
  }
  .product.data.items > .item.content.active {
    display: block;
  }
  .product.data.items > .item.title {
    margin: 0 0 6px;
  }
  .product.data.items > .item.title > .switch {
    background: #f6f6f6;
    border-bottom: 1px solid transparent;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    border-top: 1px solid transparent;
    padding: 1.3rem 24px 1.3rem 24px;
    font-weight: 500;
    font-size: 1.4rem;
    color: #222;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:visited {
    color: #222;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:hover {
    color: #fff;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:active {
    color: #fff;
    text-decoration: none;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:focus,
  .product.data.items > .item.title:not(.disabled) > .switch:hover {
    background: var(--theme__color__primary);
  }
  .product.data.items > .item.title:not(.disabled) > .switch:active,
  .product.data.items > .item.title.active > .switch,
  .product.data.items > .item.title.active > .switch:focus,
  .product.data.items > .item.title.active > .switch:hover {
    background: var(--theme__color__primary);
    color: #fff;
    text-decoration: none;
    padding-bottom: 1.3rem;
  }
  .product.data.items > .item.content {
    background: var(--theme__color__primary);
    border: 0;
    margin: 0 0 6px;
    padding: 3rem 0 0 0;
  }
  .product.data.items .data.item {
    display: block;
  }
  .product.data.items .item.title > .switch {
    padding: 1px 15px 1px;
  }
  .product.data.items > .item.content {
    padding: 10px 15px 30px;
  }
  .modal-popup.modal-slide {
    left: 44px;
    z-index: 900;
  }
  .modal-popup.modal-slide._show .modal-inner-wrap {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .modal-popup.modal-slide .modal-inner-wrap {
    height: 100%;
    overflow-y: auto;
    position: static;
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    width: auto;
    min-height: unset !important;
  }
  .modal-popup.modal-slide .modal-inner-wrap[class] {
    background: #fff !important;
  }
  .modal-popup.modal-slide .modal-inner-wrap {
    margin: 0;
    max-height: none;
  }
  .custom-slide {
    bottom: 0;
    left: 0;
    min-width: 0;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 0s 0.3s, opacity 0.3s ease;
    transition: visibility 0s 0.3s, opacity 0.3s ease;
    left: 44px;
    z-index: 900;
  }
  .custom-slide._show {
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  .custom-slide._show .modal-inner-wrap {
    -webkit-animation: 0.5s ease 0s 1 normal forwards running fadeIn;
    -moz-animation: 0.5s ease 0s 1 normal forwards running fadeIn;
    -ms-animation: 0.5s ease 0s 1 normal forwards running fadeIn;
    animation: 0.5s ease 0s 1 normal forwards running fadeIn;
  }
  .custom-slide .modal-inner-wrap {
    background-color: #fff;
    box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.35);
    opacity: 1;
    pointer-events: auto;
  }
  .custom-slide._show .modal-inner-wrap {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .custom-slide .modal-inner-wrap {
    height: 100%;
    overflow-y: auto;
    position: static;
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    width: auto;
    min-height: unset !important;
  }
  .custom-slide .modal-inner-wrap[class] {
    background: #fff !important;
  }
  .custom-slide._show {
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden;
    overflow-y: auto;
  }
  .custom-slide .modal-inner-wrap {
    background-color: #f4f4f4;
    box-sizing: border-box;
    height: auto;
    min-height: 100%;
  }
  body._has-modal-custom {
    height: 100vh;
    overflow: hidden;
    width: 100vw;
  }
  body._has-modal-custom .modal-custom-overlay {
    background-color: rgba(0, 0, 0, 0.6);
  }
  .modal-popup {
    pointer-events: auto;
  }
  .modal-popup.modal-slide .modal-inner-wrap[class] {
    background-color: #f4f4f4;
  }
  .modal-popup.modal-slide._inner-scroll._show {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
  }
  .modal-popup.modal-slide._inner-scroll .modal-inner-wrap {
    height: auto;
    min-height: 100%;
  }
  .modal-popup .modal-title {
    font-size: 14px;
    font-weight: var(--heading__font-weight__base);
  }
  .lac-notification {
    padding: 5px 0;
  }
  .lac-notification .lac-notification-icon {
    display: none;
  }
  .lac-notification .lac-notification-text,
  .lac-notification .lac-notification-links {
    float: none;
    padding: 5px 0;
    text-align: center;
  }
  .pagebuilder-banner-wrapper {
    background-attachment: scroll !important;
  }
  .pagebuilder-banner-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
    max-width: none;
  }
  .pagebuilder-column {
    background-attachment: scroll !important;
    flex-basis: 100%;
    max-width: 100%;
  }
  .pagebuilder-column-group {
    flex-wrap: wrap;
  }
  .pagebuilder-column-line {
    flex-wrap: wrap;
  }
  [data-content-type='row'][data-appearance='contained'] [data-element='inner'] {
    background-attachment: scroll !important;
  }
  [data-content-type='row'][data-appearance='full-bleed'] {
    background-attachment: scroll !important;
  }
  [data-content-type='row'][data-appearance='full-width'] {
    background-attachment: scroll !important;
  }
  .pagebuilder-slide-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
    max-width: none;
  }
  [data-content-type='tab-item'] {
    background-attachment: scroll !important;
  }
  .pagebuilder-mobile-hidden {
    display: none !important;
  }
  .products-grid .product-item .product_item_images .product-item-actions {
    position: absolute;
    bottom: 1rem;
    right: 1rem;
    z-index: 3;
    background-color: #fff;
    -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
    border-radius: 35px;
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: column-reverse;
  }
  .products-grid .product-item .product_item_images .product-item-actions .actions-primary .tocart,
  .products-grid .product-item .product_item_images .product-item-actions .actions-primary .stock.unavailable,
  .products-grid .product-item .product_item_images .product-item-actions .towishlist {
    background-image: none;
    background: none;
    -moz-box-sizing: content-box;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    text-decoration: none;
    text-shadow: none;
    font-weight: 400;
    width: 3rem;
    height: 3rem;
    margin: 3px;
    padding: 0;
    background-color: transparent;
    border: 0;
  }
  .products-grid .product-item .product_item_images .product-item-actions .actions-primary .tocart:focus,
  .products-grid .product-item .product_item_images .product-item-actions .actions-primary .stock.unavailable:focus,
  .products-grid .product-item .product_item_images .product-item-actions .towishlist:focus,
  .products-grid .product-item .product_item_images .product-item-actions .actions-primary .tocart:active,
  .products-grid .product-item .product_item_images .product-item-actions .actions-primary .stock.unavailable:active,
  .products-grid .product-item .product_item_images .product-item-actions .towishlist:active {
    background: none;
    border: none;
  }
  .products-grid .product-item .product_item_images .product-item-actions .actions-primary .tocart:hover,
  .products-grid .product-item .product_item_images .product-item-actions .actions-primary .stock.unavailable:hover,
  .products-grid .product-item .product_item_images .product-item-actions .towishlist:hover {
    background: none;
    border: none;
  }
  .products-grid .product-item .product_item_images .product-item-actions .actions-primary .tocart.disabled,
  .products-grid .product-item .product_item_images .product-item-actions .actions-primary .stock.unavailable.disabled,
  .products-grid .product-item .product_item_images .product-item-actions .towishlist.disabled,
  .products-grid .product-item .product_item_images .product-item-actions .actions-primary .tocart[disabled],
  .products-grid .product-item .product_item_images .product-item-actions .actions-primary .stock.unavailable[disabled],
  .products-grid .product-item .product_item_images .product-item-actions .towishlist[disabled],
  fieldset[disabled] .products-grid .product-item .product_item_images .product-item-actions .actions-primary .tocart,
  fieldset[disabled] .products-grid .product-item .product_item_images .product-item-actions .actions-primary .stock.unavailable,
  fieldset[disabled] .products-grid .product-item .product_item_images .product-item-actions .towishlist {
    pointer-events: none;
    opacity: 0.5;
  }
  .products-grid .product-item .product_item_images .product-item-actions .actions-primary .tocart::before,
  .products-grid .product-item .product_item_images .product-item-actions .actions-primary .stock.unavailable::before,
  .products-grid .product-item .product_item_images .product-item-actions .towishlist::before {
    color: #222 !important;
  }
  .products-grid .product-item .product_item_images .product-item-actions .actions-primary .stock.unavailable {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    opacity: 0.5;
  }
  .products-grid .product-item .product_item_images .product-item-actions .actions-primary .stock.unavailable:before {
    content: "\e903";
    color: #fff;
    font-size: 1.6rem;
    font-family: iconKalles;
    line-height: 1;
    overflow: visible;
    transition: 0.3s all ease-in;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .products-grid .product-item .product_item_images .product-item-actions .actions-primary .tocart,
  .products-grid .product-item .product_item_images .product-item-actions .actions-primary .stock.unavailable {
    margin-top: 0;
  }
  .products-grid .product-item .product_item_images .product-item-actions .actions-primary .tocart span,
  .products-grid .product-item .product_item_images .product-item-actions .actions-primary .stock.unavailable span {
    display: none !important;
  }
  .products-grid .product-item .product_item_images .product-item-actions .actions-primary .tocart span::before,
  .products-grid .product-item .product_item_images .product-item-actions .actions-primary .stock.unavailable span::before {
    position: static;
    margin: 0;
  }
  .products-grid .product-item .product_item_images .product-item-actions .actions-primary .tocart:after,
  .products-grid .product-item .product_item_images .product-item-actions .actions-primary .stock.unavailable:after {
    content: "" !important;
    border: 1px solid;
    color: transparent;
    width: 14px;
    height: 14px;
    border-radius: 50px;
    border-color: #5f5f5f #797979 #ccc #fff;
    line-height: 1;
    -webkit-animation: spin 0.4s infinite linear;
    -moz-animation: spin 0.4s infinite linear;
    -ms-animation: spin 0.4s infinite linear;
    animation: spin 0.4s infinite linear;
    display: inline-block;
    opacity: 0;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
  }
  .products-grid .product-item .product_item_images .product-item-actions .actions-primary .tocart.loading:before,
  .products-grid .product-item .product_item_images .product-item-actions .actions-primary .stock.unavailable.loading:before {
    opacity: 0;
    transition: none;
  }
  .products-grid .product-item .product_item_images .product-item-actions .actions-primary .tocart.loading:after,
  .products-grid .product-item .product_item_images .product-item-actions .actions-primary .stock.unavailable.loading:after {
    opacity: 1;
  }
  .products-grid .product-item .product_item_images .product-item-actions .actions-primary .tocart.loading span,
  .products-grid .product-item .product_item_images .product-item-actions .actions-primary .stock.unavailable.loading span {
    display: block;
    font-size: 0;
  }
  .products-grid .product-item .product_item_images .product-item-actions .towishlist span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .products-grid .product-item .product_item_images .product-item-actions .towishlist::before {
    font-size: 1.4rem !important;
  }
  .products-grid .product-item .product_item_images .product-item-actions .button_quickview,
  .products-grid .product-item .product_item_images .product-item-actions .tocompare {
    display: none;
  }
  .products-grid .product-item .product_item_images .product-item-actions .actions-secondary,
  .products-grid .product-item .product_item_images .product-item-actions .product-item-actions_middle {
    position: static;
  }
  body .text-center-mb {
    text-align: center;
  }
  body .text-center-mb > * {
    text-align: center !important;
  }
  .center-mobile {
    text-align: center;
  }
  .h-title-tab {
    text-align: center;
    margin-bottom: 20px;
  }
  .h-title-tab span {
    font-size: 24px !important;
  }
  #locator_filter,
  #locator_filter-store {
    flex-direction: column;
  }
  #locator_filter .column_left,
  #locator_filter-store .column_left,
  #locator_filter .column_right,
  #locator_filter-store .column_right {
    width: 100% !important;
  }
  #locator_filter .column_right,
  #locator_filter-store .column_right {
    order: -1;
    padding: 0 0 30px !important;
  }
  .bfb-popup {
    margin: 0;
    height: 100%;
    top: 0 !important;
    width: 100% !important;
    left: 0 !important;
    max-height: 100% !important;
  }
  .bfb-popup .block.bfb {
    width: 100%;
    height: 100%;
    overflow: scroll;
  }
  .bfb-magnific .mfp-content {
    height: 100%;
  }
  .bfb-magnific .mfp-container {
    padding: 0;
  }
  .popupbuilder-popup-modal .popupbuilder-popup-close {
    right: 10px !important;
    top: 10px !important;
  }
  body .cart.table-wrapper {
    overflow: inherit;
  }
  body .cart.table-wrapper #shopping-cart-table {
    border: 0;
  }
  body .cart.table-wrapper thead .col:not(.item) {
    display: none;
  }
  body .cart.table-wrapper thead .col.item {
    background: #e6e6e6;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  body .cart.table-wrapper tbody td,
  body .cart.table-wrapper tr td {
    border: 0;
  }
  body .cart.table-wrapper .cart.item {
    padding: 0 1rem 1rem;
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    flex-wrap: nowrap;
    border: 1px solid #e6e6e6;
    margin-bottom: 1.5rem;
  }
  body .cart.table-wrapper .cart.item .item-info {
    flex: 1;
  }
  body .cart.table-wrapper .col.qty,
  body .cart.table-wrapper .col.price,
  body .cart.table-wrapper .col.subtotal,
  body .cart.table-wrapper .col.msrp {
    box-sizing: border-box;
    display: block;
    float: left;
    text-align: center;
    white-space: nowrap;
    width: 25%;
  }
  body .cart.table-wrapper .col.qty[data-th]:before,
  body .cart.table-wrapper .col.price[data-th]:before,
  body .cart.table-wrapper .col.subtotal[data-th]:before,
  body .cart.table-wrapper .col.msrp[data-th]:before {
    content: attr(data-th) ':';
    display: block;
    font-weight: var(--heading__font-weight__base);
    padding-bottom: 12px;
  }
  body .cart.table-wrapper .col.msrp {
    white-space: normal;
  }
  body .cart.table-wrapper .col.qty {
    width: 50%;
  }
  body .cart.table-wrapper .item .item-actions {
    position: absolute;
    right: 8px;
  }
  body .cart.table-wrapper .item .col.item {
    text-align: left;
    border-bottom: 1px solid #e6e6e6;
    box-shadow: none;
  }
  body .cart.table-wrapper .product-item-photo {
    margin-right: 1.5rem;
  }
  .cart-container .form-cart .actions {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
  }
  .cart-container .form-cart .actions .action {
    margin: 10px;
  }
  .field-tooltip .field-tooltip-content {
    right: -12px;
    top: 40px;
    left: auto;
  }
  .checkout-payment-method .payment-methods {
    margin: 0 -15px;
  }
  .checkout-payment-method .step-title {
    padding-left: 15px;
    padding-right: 15px;
  }
  .checkout-payment-method .payment-method-title {
    padding: 15px;
  }
  .checkout-payment-method .payment-method-content {
    padding: 0 15px 24px;
  }
  .checkout-payment-method .checkout-billing-address .action-cancel {
    margin-top: 12px;
  }
  .checkout-payment-method .payment-option {
    margin: 0 -15px;
  }
  .checkout-payment-method .payment-option .payment-option-title {
    padding: 15px;
  }
  .checkout-payment-method .payment-option .payment-option-content {
    padding: 0 15px 24px;
  }
  .login-container .fieldset:after {
    text-align: center;
  }
  .account .messages {
    margin-bottom: 0;
  }
  .control.captcha-image .captcha-img {
    margin-bottom: 12px;
    display: block;
  }
  .customer-account-index .page-title-wrapper {
    position: relative;
  }
  .form.search.advanced .field.price .with-addon .input-text {
    flex-basis: auto;
    width: 100%;
  }
  .map-popup {
    max-width: 100%;
  }
  .map-old-price,
  .map-show-info {
    display: inline-block;
  }
  .map-old-price:not(:last-child),
  .map-show-info:not(:last-child) {
    margin-bottom: 12px;
  }
  .reward-settings + .actions-toolbar {
    margin-top: 10px;
  }
  .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;
  }
  .toolbar-products {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
  }
  .toolbar-products > * {
    padding: 5px 0;
  }
  .toolbar-products:after,
  .toolbar-products:before {
    display: none;
  }
  .toolbar-products:last-child .modes {
    display: none;
  }
  .toolbar-products .pages {
    width: 100%;
    text-align: center;
  }
  .toolbar-products:not(:last-child) {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .toolbar-products:not(:last-child) .toolbar-sorter .sorter-label {
    display: none;
  }
  .toolbar-products:not(:last-child) .toolbar-amount {
    display: none;
  }
  .toolbar-products:not(:last-child) select {
    margin: 0;
    border: 0;
    background: #fff;
    background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
    background-repeat: no-repeat;
    background-position-x: 98%;
    background-position-y: 6px;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding: 6px 10px;
    height: auto;
    padding-right: 2.5rem;
  }
  .toolbar-products:not(:last-child) .sorter .sorter-action {
    top: 0;
  }
  .toolbar-products:not(:last-child) .limiter {
    display: block;
    order: 1;
    flex: 1;
  }
  .toolbar-products:not(:last-child) .limiter label,
  .toolbar-products:not(:last-child) .limiter .limiter-text {
    display: none;
  }
  .catalog-product-view .column.main {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .catalog-product-view .product.media {
    -ms-flex-order: -1;
    -webkit-order: -1;
    order: -1;
  }
  .configurable-variation-qty {
    display: none;
  }
  .block.related .action.select {
    display: block;
    margin: 6px 0;
  }
  .compare,
  .product-addto-links .action.tocompare,
  .product-item-actions .actions-secondary > .action.tocompare,
  [class*='block-compare'] {
    display: none;
  }
  .filter-options .filter-options-title,
  .block .filter-options-title,
  .filter-options .block-title strong,
  .block .block-title strong {
    padding: 12px 42px 12px 0;
  }
  body.filter-active .columns {
    z-index: 999;
  }
  .block.filter .cat_filter .btn_filter {
    position: fixed;
    left: 0;
    top: 60%;
    font-size: 0;
    display: block;
    background-color: #fff;
    border: 1px solid #e6e6e6;
    border-left: 0;
    min-width: 4rem;
    min-height: 4rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
    padding: 0;
    z-index: 3;
    border-radius: 0 3px 3px 0;
  }
  .block.filter .cat_filter .btn_filter:after {
    content: '';
    display: block;
    position: fixed;
    z-index: 4;
    top: 0;
    left: 0;
    right: 0;
    height: 100vh;
    opacity: 0;
    pointer-events: none;
    background: rgba(0, 0, 0, 0.6);
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
    cursor: url('../../frontend/bluesky/bluesky_kalles_default/en_US/images/my-cursor.png'), pointer;
  }
  .block.filter .cat_filter .btn_filter:before {
    content: "";
    width: 17px;
    height: 17px;
    display: block;
    -webkit-mask: url(../../frontend/bluesky/bluesky_kalles_default/en_US/images/icon_filter.svg) no-repeat center;
    -moz-mask: url(../../frontend/bluesky/bluesky_kalles_default/en_US/images/icon_filter.svg) no-repeat center;
    -ms-mask: url(../../frontend/bluesky/bluesky_kalles_default/en_US/images/icon_filter.svg) no-repeat center;
    mask: url(../../frontend/bluesky/bluesky_kalles_default/en_US/images/icon_filter.svg) no-repeat center;
    background-color: var(--text__color);
    -webkit-mask-size: contain;
  }
  .block.filter .filter-options,
  .block.filter .filter-title {
    display: block !important;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
    position: fixed;
    top: 0;
    bottom: 0;
    background-color: #fff;
    left: 0;
    min-width: unset;
    margin: 0;
    -webkit-transform: translate3d(-104%, 0, 0);
    -moz-transform: translate3d(-104%, 0, 0);
    -ms-transform: translate3d(-104%, 0, 0);
    transform: translate3d(-104%, 0, 0);
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
    -ms-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
    z-index: 500;
    width: 85%;
    max-width: 340px;
  }
  .block.filter .filter-title {
    background: #222;
    bottom: auto;
  }
  .block.filter .filter-title strong {
    font-size: 1.6rem;
    font-weight: var(--heading__font-weight__base);
    color: #fff;
    text-transform: uppercase;
    box-shadow: none;
    background: none;
    text-align: left;
    min-height: 5rem;
    padding: 0 1rem 0 1.5rem;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 5;
    display: inline-block;
    text-decoration: none;
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  .block.filter .filter-title strong:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 36px;
    line-height: inherit;
    color: #fff;
    content: '\e616';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .block.filter .filter-title strong:after {
    float: right;
    line-height: 1;
    position: relative;
    top: -2px;
  }
  .block.filter .filter-options {
    top: 50px;
    overflow-y: auto;
  }
  .block.filter.active {
    position: relative;
    visibility: visible;
    z-index: 99;
  }
  .block.filter.active .filter-options-item:last-child {
    margin-bottom: 48px;
  }
  .block.filter.active .cat_filter .btn_filter:after {
    opacity: 1;
    pointer-events: initial;
  }
  .block.filter.active .filter-options,
  .block.filter.active .filter-title {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .filter .block-subtitle {
    font-weight: var(--heading__font-weight__base);
    padding: 12px 0;
  }
  .filter-options-item {
    border-bottom: 1px solid #e6e6e6;
  }
  .filter-options-item:first-of-type .filter-options-title,
  .filter-options-item:first-of-type .block-title strong {
    padding-top: 0;
  }
  .filter-options-title {
    padding-left: 1.5rem !important;
    padding-top: 12px !important;
    display: block;
    text-decoration: none;
  }
  .filter-options-title:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 30px;
    line-height: inherit;
    color: inherit;
    content: '\e622';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .filter-options-title:after {
    position: absolute;
    right: 13px;
    top: 4px;
  }
  .active > .filter-options-title:after {
    content: '\e621';
  }
  .filter-options-content {
    padding: 0 1.5rem 3rem;
    display: none;
  }
  .filter-actions {
    margin: -15px 0 30px;
  }
  .filter .filter-current {
    border: solid #e6e6e6;
    border-width: 1px 0;
    margin-bottom: 3rem;
  }
  .filter .filter-current .items .item {
    color: var(--heading__color__base);
  }
  .filter .filter-current-subtitle {
    position: relative;
    z-index: 1;
    display: block;
    text-decoration: none;
  }
  .filter .filter-current-subtitle:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 30px;
    line-height: inherit;
    color: inherit;
    content: '\e622';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .filter .filter-current-subtitle:before {
    position: absolute;
    right: 10px;
    top: 13px;
  }
  .filter .filter-current-subtitle:after {
    color: var(--text__color);
    content: ' (' attr(data-count) ')';
    font-size: 0.9em;
  }
  .filter .filter-current.active {
    padding-bottom: 20px;
  }
  .filter .filter-current.active .block-subtitle:before {
    content: '\e621';
  }
  .filter .filter-current.active .items {
    display: block;
  }
  .filter .filter-current.active + .block-actions {
    display: block;
  }
  .filter-no-options .filter-title:before {
    background: rgba(255, 255, 255, 0.5);
    content: '';
    display: block;
    height: 40px;
    left: 0;
    margin-top: -60px;
    position: relative;
    width: 75px;
    z-index: 99;
  }
  .filter-no-options .filter-content {
    margin-bottom: 24px;
  }
  .page-with-filter .columns .sidebar-main {
    -ms-flex-order: 0;
    -webkit-order: 0;
    order: 0;
  }
  .page-with-filter .columns .sidebar-main .block-title {
    margin-bottom: 0;
  }
  .mfp-wrap .mfp-container {
    padding-left: 0;
    padding-right: 0;
    width: 90%;
    right: 0;
    margin: auto;
    max-height: 90vh;
  }
  .block-wishlist-management {
    clear: both;
    margin-top: -21px;
  }
  .block-wishlist-management .wishlist-select {
    margin: 0 -15px 20px;
  }
  .block-wishlist-management .wishlist-select-items {
    border-bottom: 1px solid #e6e6e6;
    background: #f5f5f5;
    display: none;
    padding: 15px 0;
  }
  .block-wishlist-management .wishlist-select-items.active {
    display: block;
  }
  .block-wishlist-management .wishlist-select-items .item {
    margin: 3px 0 0;
  }
  .block-wishlist-management .wishlist-select-items .item:first-child {
    margin-top: 0;
  }
  .block-wishlist-management .wishlist-select-items .item.current {
    display: none;
  }
  .block-wishlist-management .wishlist-select-items .item a {
    display: block;
    padding: 6px 18px;
    text-decoration: none;
  }
  .block-wishlist-management .wishlist-select-items .item a:hover {
    background: #e8e8e8;
  }
  .block-wishlist-management .wishlist-title strong {
    font-size: 2.6rem;
  }
  .block-wishlist-management .wishlist-info {
    margin-bottom: 15px;
  }
  .block-wishlist-management .wishlist-toolbar-select,
  .block-wishlist-management .wishlist-toolbar-actions {
    margin-bottom: 15px;
  }
  .products-grid.wishlist .product-item-checkbox {
    left: 0;
    position: absolute;
    top: 20px;
  }
  .page-multiple-wishlist .products-grid.wishlist .product-item-photo {
    margin-left: 30px;
  }
  .page-multiple-wishlist .products-grid.wishlist .product-item-name,
  .page-multiple-wishlist .products-grid.wishlist .product-item-description,
  .page-multiple-wishlist .products-grid.wishlist .product-item .price-box,
  .page-multiple-wishlist .products-grid.wishlist .product-item-tooltip {
    margin-left: 115px;
  }
  .products-grid.wishlist .wishlist-dropdown {
    display: none;
  }
  .hidden-sm {
    display: none !important;
  }
  .rokan-title br {
    display: none;
  }
  body .rokan-title,
  body .block .title.rokan-title {
    margin-bottom: 2rem;
  }
  body .rokan-title .module-title,
  body .block .title.rokan-title .module-title,
  body .rokan-title h3 strong,
  body .block .title.rokan-title h3 strong,
  body .rokan-title h3,
  body .block .title.rokan-title h3 {
    font-size: 2rem;
  }
  .sidebar-additional {
    margin-top: 3rem;
  }
  .catalog-product-view .product.media {
    margin-bottom: 3rem;
  }
  .product.data.items > .item.title {
    margin-bottom: 0;
  }
  .product.data.items > .item.title:not(:first-of-type) {
    margin: 2rem 0 0;
  }
  .product.data.items > .item.content {
    border: 1px solid #e6e6e6;
    background-color: #fff;
    padding: 2rem 1.5rem;
  }
  .product.info.detailed .product.data.items > .item.title .switch {
    padding: 1.3rem;
    line-height: 1;
    border-bottom: 0;
    position: relative;
  }
  .product.info.detailed .product.data.items > .item.title .switch::after,
  .product.info.detailed .product.data.items > .item.title .switch:before {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    background-color: currentColor;
    -webkit-transform: translate(-50%, -50%) rotate(-90deg);
    -moz-transform: translate(-50%, -50%) rotate(-90deg);
    -ms-transform: translate(-50%, -50%) rotate(-90deg);
    transform: translate(-50%, -50%) rotate(-90deg);
    -webkit-transition: transform 0.35s ease-in-out, opacity 0.35s ease-in-out, -webkit-transform 0.35s ease-in-out;
    -moz-transition: transform 0.35s ease-in-out, opacity 0.35s ease-in-out, -webkit-transform 0.35s ease-in-out;
    -ms-transition: transform 0.35s ease-in-out, opacity 0.35s ease-in-out, -webkit-transform 0.35s ease-in-out;
    transition: transform 0.35s ease-in-out, opacity 0.35s ease-in-out, -webkit-transform 0.35s ease-in-out;
  }
  .product.info.detailed .product.data.items > .item.title .switch:after {
    width: 1px;
    height: 12px;
  }
  .product.info.detailed .product.data.items > .item.title .switch:before {
    width: 12px;
    height: 1px;
    opacity: 1;
  }
  .product.info.detailed .product.data.items > .item.title .switch:after {
    right: 21px;
    left: auto;
  }
  .product.info.detailed .product.data.items > .item.title .switch:before {
    right: 10px;
    left: auto;
  }
  .product.info.detailed .product.data.items > .item.title.active > .switch,
  .product.info.detailed .product.data.items > .item.title.active > .switch:focus,
  .product.info.detailed .product.data.items > .item.title.active > .switch:hover {
    padding-bottom: 1.3rem;
  }
  .product.info.detailed .product.data.items > .item.title.active > .switch:before,
  .product.info.detailed .product.data.items > .item.title.active > .switch:after {
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
    -moz-transform: translate(-50%, -50%) rotate(90deg);
    -ms-transform: translate(-50%, -50%) rotate(90deg);
    transform: translate(-50%, -50%) rotate(90deg);
  }
  .product.info.detailed .product.data.items > .item.title.active > .switch::before {
    opacity: 0;
  }
  .account .column.main {
    margin-bottom: 3rem !important;
  }
  .header-container.layout-5 .header_middle .header__action,
  .header-container.layout-5 .header_middle .header__logo {
    flex: 1;
  }
  .header-container.layout-5 .header_middle .logo-container .logo {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
  .header-container.layout-5 .top-search {
    flex: inherit !important;
    order: 3;
    width: 100%;
    max-width: 100%;
    margin: 2rem 0 0;
    padding: 0;
  }
  .header-container.layout-5 .top-search .block-search {
    max-width: 100% !important;
  }
  .catalog-category-masonry .toolbar:not(:last-child) .grid-mode-show-type-products > a.grid-mode-3 {
    color: inherit;
  }
  .catalog-category-masonry .toolbar:not(:last-child) .grid-mode-show-type-products a.grid-mode-3.actived {
    color: #222;
  }
  .products-grid .products.list.items.container-products-masonry,
  .products-grid .products.list.items.container-products-packery {
    margin-right: -7.5px;
    margin-left: -7.5px;
  }
  .products-grid .products.list.items.container-products-masonry > *,
  .products-grid .products.list.items.container-products-packery > * {
    padding-right: 7.5px;
    padding-left: 7.5px;
  }
}
@media only screen and (max-width: 767px) {
  .abs-visually-hidden-mobile {
    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,
  .account .toolbar:before,
  .account .toolbar: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,
  .account .toolbar:after {
    clear: both;
  }
  .abs-checkout-order-review tbody tr:not(:last-child) {
    border-bottom: 1px solid #e6e6e6;
  }
  .abs-checkout-order-review tbody tr .col.item:before {
    display: none;
  }
  .abs-checkout-order-review tbody tr .col.qty,
  .abs-checkout-order-review tbody tr .col.price,
  .abs-checkout-order-review tbody tr .col.subtotal {
    box-sizing: border-box;
    float: left;
    text-align: center;
    white-space: nowrap;
    width: 33%;
  }
  .abs-checkout-order-review tbody tr .col.qty[data-th]:before,
  .abs-checkout-order-review tbody tr .col.price[data-th]:before,
  .abs-checkout-order-review tbody tr .col.subtotal[data-th]:before {
    content: attr(data-th) ':';
    display: block;
    font-weight: var(--heading__font-weight__base);
    padding-bottom: 12px;
  }
  .abs-checkout-order-review tbody tr .product-item-name {
    margin: 0;
  }
  .abs-no-display-s,
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison).additional-attributes tbody th {
    display: none;
  }
  .abs-pager-toolbar-mobile-s .toolbar-amount,
  .abs-pager-toolbar-mobile-s .limiter,
  .abs-pager-toolbar-mobile-s .pages {
    margin-bottom: 30px;
  }
  .table-wrapper {
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
    position: relative;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) {
    border: none;
    display: block;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > thead > tr > th {
    display: none;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody {
    display: block;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr {
    display: block;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr td,
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr th {
    border-bottom: none;
    display: block;
    padding: 6px 0;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr td[data-th]:before,
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr th[data-th]:before {
    padding-right: 12px;
    content: attr(data-th) ': ';
    display: inline-block;
    color: var(--heading__color__base);
    font-weight: var(--heading__font-weight__base);
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) tbody > tr > td:first-child {
    padding-top: 24px;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) tbody > tr > td:last-child {
    padding-bottom: 24px;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison).additional-attributes tbody td:last-child {
    border: none;
    padding: 0 0 6px;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot {
    display: block;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr {
    display: block;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:first-child th,
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:first-child td {
    padding-top: 24px;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot th {
    box-sizing: border-box;
    float: left;
    padding-left: 0;
    padding-right: 0;
    text-align: left;
    width: 70%;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot td {
    box-sizing: border-box;
    float: left;
    padding-left: 0;
    padding-right: 0;
    text-align: right;
    width: 30%;
  }
  .data-table-definition-list thead {
    display: none;
  }
  .data-table-definition-list tbody th {
    padding-bottom: 0;
  }
  .data-table-definition-list tbody th,
  .data-table-definition-list tbody td {
    display: block;
    padding-left: 0;
    padding-right: 0;
  }
  .modals-wrapper .modal-popup._inner-scroll {
    left: 0;
  }
  .modals-wrapper .modal-popup._inner-scroll .modal-inner-wrap {
    background: #fff;
    max-width: 90%;
    min-height: 1rem;
  }
  .modals-wrapper .modal-popup._inner-scroll .modal-inner-wrap .modal-content #mb-ajaxsuite-popup-wrapper .photo.image {
    display: none;
  }
  .modals-wrapper .modal-popup._inner-scroll .modal-inner-wrap .modal-content #mb-ajaxsuite-popup-wrapper .product-name,
  .modals-wrapper .modal-popup._inner-scroll .modal-inner-wrap .modal-content #mb-ajaxsuite-popup-wrapper .product-information .product-name {
    text-align: center !important;
    justify-content: center;
  }
  .modals-wrapper .modal-popup._inner-scroll .modal-inner-wrap .modal-content #mb-ajaxsuite-popup-wrapper .product-name .product-name:before,
  .modals-wrapper .modal-popup._inner-scroll .modal-inner-wrap .modal-content #mb-ajaxsuite-popup-wrapper .product-information .product-name .product-name:before {
    display: none;
  }
  .modals-wrapper .modal-popup._inner-scroll .modal-inner-wrap .modal-content #mb-ajaxsuite-popup-wrapper .pupup-suc-added-ajax-cart-qty-price {
    justify-content: center;
  }
  .modals-wrapper .modal-popup._inner-scroll .modal-inner-wrap .modal-content #mb-ajaxsuite-popup-wrapper .ajaxsuite-buttons #button_continue_shopping {
    display: none;
  }
  .modals-wrapper .modal-popup._inner-scroll .modal-inner-wrap .modal-content #mb-ajaxsuite-popup-wrapper .wrapper-success {
    min-width: 220px;
  }
  .modals-wrapper .modal-popup._inner-scroll .modal-inner-wrap .modal-content #mb-ajaxsuite-popup-wrapper .wrapper-success .product-information {
    justify-content: center;
  }
  .modals-wrapper .modal-popup._inner-scroll .modal-inner-wrap .modal-content #mb-ajaxsuite-popup-wrapper .wrapper-success .product-information .product-name {
    text-align: center;
  }
  .modals-wrapper .modal-popup._inner-scroll .modal-inner-wrap .modal-content .block-authentication .bg-login-popup {
    display: none;
  }
  body #newsletter_pop_up {
    position: fixed !important;
    left: 0 !important;
    top: 50% !important;
    right: 0;
    margin: auto;
    max-width: 80vw;
    max-height: 80vh;
    height: auto;
    width: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
  }
  body #newsletter_pop_up .col-newsletter-popup .content-popup h2 {
    font-size: 1.8rem;
  }
  #purchase-fake-order.purchase-order {
    display: none;
  }
  .blueskytechco-onepagecheckout .page-main .authentication-wrapper {
    float: none;
    margin-bottom: 3rem;
    margin-top: -2rem;
  }
  .blueskytechco-onepagecheckout .opc-wrapper #opc-shipping_method {
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%;
    margin-top: 25px;
  }
  .blueskytechco-onepagecheckout .opc-wrapper #opc-shipping_method #checkout-step-shipping_method #checkout-shipping-method-load .table-checkout-shipping-method {
    min-width: unset;
  }
  .blueskytechco-onepagecheckout .opc-wrapper #payment {
    overflow-x: auto;
    overflow-y: hidden;
  }
  .blueskytechco-onepagecheckout .opc-wrapper #payment #checkout-payment-method-load .step-title {
    border: 0;
  }
  .blueskytechco-onepagecheckout .opc-wrapper #payment #checkout-payment-method-load .checkout-billing-address .billing-address-same-as-shipping-block {
    margin: 0;
  }
  .blueskytechco-onepagecheckout .create-account {
    margin-bottom: 0;
  }
  .blueskytechco-onepagecheckout .create-account .pass {
    float: left;
    width: 48%;
    margin-right: 4%;
    margin-bottom: 0;
  }
  .blueskytechco-onepagecheckout .create-account .confirm-pass {
    float: left;
    width: 48%;
  }
  #products-popup-common .mfp-close,
  #newsletter-popup-common .mfp-close {
    position: absolute !important;
  }
  #products-popup-common .mfp-close::after,
  #newsletter-popup-common .mfp-close::after {
    color: var(--text__color) !important;
  }
  #products-popup-common .mfp-close:hover::after,
  #newsletter-popup-common .mfp-close:hover::after {
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff !important;
  }
  #products-popup-common .elementor__header h3,
  #newsletter-popup-common .elementor__header h3 {
    font-size: 1.6rem;
  }
  .bfb-element .bfb-element-label,
  .bfb-element .bfb-element-control {
    width: 100% !important;
    padding: 0 !important;
  }
  .bfb-element.mgz-element-bfb_starratings .review-control-vote label:before,
  .bfb-element.mgz-element-bfb_starratings .review-control-vote:before {
    font-size: 28px;
    height: 28px;
    letter-spacing: 5px;
    line-height: 28px;
    width: 12px;
  }
  .bfb-element.bfb-element-label-align-right .bfb-element-label {
    text-align: left;
  }
  .bfb-element .bfb-element-control-inner {
    width: 100% !important;
  }
  .bfb-element.mgz-element-bfb_address .addressfield {
    margin: 0;
  }
  .bfb-element.mgz-element-bfb_address .subfield {
    width: 100%;
    padding-right: 0;
  }
  .bfb-element.mgz-element-bfb_choicematrix table thead {
    display: none;
  }
  .bfb-element.mgz-element-bfb_choicematrix table tbody > tr {
    display: block;
    margin-bottom: 10px;
  }
  .bfb-element.mgz-element-bfb_choicematrix table tbody > tr > td {
    display: block;
    text-align: left;
    background-color: #f5f5f5;
  }
  .bfb-element.mgz-element-bfb_choicematrix table tbody > tr > td.matrix-row-label-cell {
    font-weight: 600;
    background-color: #FFF;
  }
  .bfb-element.mgz-element-bfb_choicematrix table tbody label span {
    display: block;
  }
  .mgz-newsletter-form-inline {
    display: block;
  }
  .mgz-newsletter-form-inline .mgz-newsletter-fields {
    display: block;
  }
  .minicart-wrapper {
    margin-top: 12px;
  }
  .minicart-wrapper:before,
  .minicart-wrapper:after {
    content: '';
    display: table;
  }
  .minicart-wrapper:after {
    clear: both;
  }
  .minicart-wrapper .product .actions {
    float: left;
    margin: 10px 0 0 0;
  }
  .minicart-wrapper .update-cart-item {
    float: right;
    margin-left: 0;
  }
  .opc-wrapper .step-title {
    font-size: 18px;
    border-bottom: 0;
    padding-bottom: 0;
  }
  .opc-wrapper .form-login {
    border-bottom: 1px solid #ccc;
    margin: 0 0 15px;
    padding: 0 0 15px;
  }
  .opc-wrapper .shipping-address-item {
    border-bottom: 1px solid #ccc;
    margin: 0 0 15px;
    padding: 0 0 15px;
    width: 100%;
  }
  .opc-wrapper .shipping-address-item.selected-item {
    padding: 15px 41px 15px 18px;
    border-bottom-width: 2px;
  }
  .opc-wrapper .shipping-address-item.selected-item .edit-address-link {
    right: 41px;
  }
  .opc-wrapper .form-login,
  .opc-wrapper .form-shipping-address {
    margin-top: 28px;
  }
  .opc-wrapper .action-select-shipping-item {
    float: none;
    margin-top: 12px;
    width: 100%;
  }
  .opc-wrapper .action-show-popup {
    width: 100%;
  }
  .opc-wrapper .edit-address-link {
    display: inline-block;
    text-decoration: none;
    margin: 0;
    position: absolute;
    right: 0;
    top: 1px;
  }
  .opc-wrapper .edit-address-link > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .opc-wrapper .edit-address-link:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 28px;
    line-height: 28px;
    color: #303030;
    content: '\e606';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .opc-wrapper .edit-address-link:hover:before {
    color: #303030;
  }
  .opc-wrapper .edit-address-link:active:before {
    color: #303030;
  }
  .shipping-policy-block.field-tooltip {
    margin-bottom: 24px;
    position: relative;
    right: auto;
    top: auto;
  }
  .shipping-policy-block.field-tooltip .field-tooltip-content {
    width: 300px;
    right: auto;
  }
  .shipping-policy-block.field-tooltip .field-tooltip-content:before,
  .shipping-policy-block.field-tooltip .field-tooltip-content:after {
    right: auto;
  }
  .opc-block-shipping-information .shipping-information-title {
    font-size: 2.3rem;
  }
  .account .column.main,
  .account .sidebar-additional {
    margin: 0;
  }
  .account .order-details-items .table-order-items .product-item-name,
  .account .order-details-items .table-order-items .price-including-tax,
  .account .order-details-items .table-order-items .price-excluding-tax,
  .account .order-details-items .table-order-items .items-qty {
    display: inline-block;
    vertical-align: top;
  }
  .account .toolbar .pages {
    float: right;
  }
  .account .toolbar .limiter {
    clear: both;
  }
  .order-details-items thead {
    display: block;
  }
  .order-details-items thead tr,
  .order-details-items thead td {
    display: block;
  }
  .table-wrapper .table.table-order-items tfoot td.order-pager-wrapper {
    width: 100%;
  }
  .order-items.table-wrapper .col.price,
  .order-items.table-wrapper .col.qty,
  .order-items.table-wrapper .col.subtotal,
  .order-items.table-wrapper .col.msrp {
    text-align: left;
  }
  .page-products *:not(.section-product) .products-grid .product-items:not(.container-products-masonry, .container-products-packery, .widget-product-countdown-timers-grid, .widget-daily-deal-grid) .product-item,
  .page-layout-1column *:not(.section-product) .products-grid .product-items:not(.container-products-masonry, .container-products-packery, .widget-product-countdown-timers-grid, .widget-daily-deal-grid) .product-item,
  .page-layout-3columns *:not(.section-product) .products-grid .product-items:not(.container-products-masonry, .container-products-packery, .widget-product-countdown-timers-grid, .widget-daily-deal-grid) .product-item,
  .page-products.page-layout-1column *:not(.section-product) .products-grid .product-items:not(.container-products-masonry, .container-products-packery, .widget-product-countdown-timers-grid, .widget-daily-deal-grid) .product-item,
  .page-products.page-layout-3columns *:not(.section-product) .products-grid .product-items:not(.container-products-masonry, .container-products-packery, .widget-product-countdown-timers-grid, .widget-daily-deal-grid) .product-item,
  .page-products *:not(.section-product) .products-grid .product-items:not(.container-products-masonry) .product-item,
  .page-layout-1column *:not(.section-product) .products-grid .product-items:not(.container-products-masonry) .product-item,
  .page-layout-3columns *:not(.section-product) .products-grid .product-items:not(.container-products-masonry) .product-item,
  .page-products.page-layout-1column *:not(.section-product) .products-grid .product-items:not(.container-products-masonry) .product-item,
  .page-products.page-layout-3columns *:not(.section-product) .products-grid .product-items:not(.container-products-masonry) .product-item,
  .page-products *:not(.section-product) .products-grid .product-items:not(.container-products-packery) .product-item,
  .page-layout-1column *:not(.section-product) .products-grid .product-items:not(.container-products-packery) .product-item,
  .page-layout-3columns *:not(.section-product) .products-grid .product-items:not(.container-products-packery) .product-item,
  .page-products.page-layout-1column *:not(.section-product) .products-grid .product-items:not(.container-products-packery) .product-item,
  .page-products.page-layout-3columns *:not(.section-product) .products-grid .product-items:not(.container-products-packery) .product-item,
  .page-products *:not(.section-product) .products-grid .product-items:not(.widget-product-countdown-timers-grid) .product-item,
  .page-layout-1column *:not(.section-product) .products-grid .product-items:not(.widget-product-countdown-timers-grid) .product-item,
  .page-layout-3columns *:not(.section-product) .products-grid .product-items:not(.widget-product-countdown-timers-grid) .product-item,
  .page-products.page-layout-1column *:not(.section-product) .products-grid .product-items:not(.widget-product-countdown-timers-grid) .product-item,
  .page-products.page-layout-3columns *:not(.section-product) .products-grid .product-items:not(.widget-product-countdown-timers-grid) .product-item,
  .page-products *:not(.section-product) .products-grid .product-items:not(.widget-daily-deal-grid) .product-item,
  .page-layout-1column *:not(.section-product) .products-grid .product-items:not(.widget-daily-deal-grid) .product-item,
  .page-layout-3columns *:not(.section-product) .products-grid .product-items:not(.widget-daily-deal-grid) .product-item,
  .page-products.page-layout-1column *:not(.section-product) .products-grid .product-items:not(.widget-daily-deal-grid) .product-item,
  .page-products.page-layout-3columns *:not(.section-product) .products-grid .product-items:not(.widget-daily-deal-grid) .product-item {
    width: calc(100%/3);
  }
  .page-products *:not(.section-product) .products-grid .product-items:not(.container-products-masonry, .container-products-packery, .widget-product-countdown-timers-grid, .widget-daily-deal-grid) .product-item:nth-child(3n + 1),
  .page-layout-1column *:not(.section-product) .products-grid .product-items:not(.container-products-masonry, .container-products-packery, .widget-product-countdown-timers-grid, .widget-daily-deal-grid) .product-item:nth-child(3n + 1),
  .page-layout-3columns *:not(.section-product) .products-grid .product-items:not(.container-products-masonry, .container-products-packery, .widget-product-countdown-timers-grid, .widget-daily-deal-grid) .product-item:nth-child(3n + 1),
  .page-products.page-layout-1column *:not(.section-product) .products-grid .product-items:not(.container-products-masonry, .container-products-packery, .widget-product-countdown-timers-grid, .widget-daily-deal-grid) .product-item:nth-child(3n + 1),
  .page-products.page-layout-3columns *:not(.section-product) .products-grid .product-items:not(.container-products-masonry, .container-products-packery, .widget-product-countdown-timers-grid, .widget-daily-deal-grid) .product-item:nth-child(3n + 1),
  .page-products *:not(.section-product) .products-grid .product-items:not(.container-products-masonry) .product-item:nth-child(3n + 1),
  .page-layout-1column *:not(.section-product) .products-grid .product-items:not(.container-products-masonry) .product-item:nth-child(3n + 1),
  .page-layout-3columns *:not(.section-product) .products-grid .product-items:not(.container-products-masonry) .product-item:nth-child(3n + 1),
  .page-products.page-layout-1column *:not(.section-product) .products-grid .product-items:not(.container-products-masonry) .product-item:nth-child(3n + 1),
  .page-products.page-layout-3columns *:not(.section-product) .products-grid .product-items:not(.container-products-masonry) .product-item:nth-child(3n + 1),
  .page-products *:not(.section-product) .products-grid .product-items:not(.container-products-packery) .product-item:nth-child(3n + 1),
  .page-layout-1column *:not(.section-product) .products-grid .product-items:not(.container-products-packery) .product-item:nth-child(3n + 1),
  .page-layout-3columns *:not(.section-product) .products-grid .product-items:not(.container-products-packery) .product-item:nth-child(3n + 1),
  .page-products.page-layout-1column *:not(.section-product) .products-grid .product-items:not(.container-products-packery) .product-item:nth-child(3n + 1),
  .page-products.page-layout-3columns *:not(.section-product) .products-grid .product-items:not(.container-products-packery) .product-item:nth-child(3n + 1),
  .page-products *:not(.section-product) .products-grid .product-items:not(.widget-product-countdown-timers-grid) .product-item:nth-child(3n + 1),
  .page-layout-1column *:not(.section-product) .products-grid .product-items:not(.widget-product-countdown-timers-grid) .product-item:nth-child(3n + 1),
  .page-layout-3columns *:not(.section-product) .products-grid .product-items:not(.widget-product-countdown-timers-grid) .product-item:nth-child(3n + 1),
  .page-products.page-layout-1column *:not(.section-product) .products-grid .product-items:not(.widget-product-countdown-timers-grid) .product-item:nth-child(3n + 1),
  .page-products.page-layout-3columns *:not(.section-product) .products-grid .product-items:not(.widget-product-countdown-timers-grid) .product-item:nth-child(3n + 1),
  .page-products *:not(.section-product) .products-grid .product-items:not(.widget-daily-deal-grid) .product-item:nth-child(3n + 1),
  .page-layout-1column *:not(.section-product) .products-grid .product-items:not(.widget-daily-deal-grid) .product-item:nth-child(3n + 1),
  .page-layout-3columns *:not(.section-product) .products-grid .product-items:not(.widget-daily-deal-grid) .product-item:nth-child(3n + 1),
  .page-products.page-layout-1column *:not(.section-product) .products-grid .product-items:not(.widget-daily-deal-grid) .product-item:nth-child(3n + 1),
  .page-products.page-layout-3columns *:not(.section-product) .products-grid .product-items:not(.widget-daily-deal-grid) .product-item:nth-child(3n + 1) {
    margin-left: 0;
  }
  .form.contact .control {
    line-height: 1;
  }
  .mfp-container.mfp-iframe-holder .mfp-content {
    height: 100%;
  }
  .blueskytechco_quickview-product-view {
    overflow: hidden;
    overflow-y: auto;
  }
  .blueskytechco_quickview-product-view .row.gx-5 {
    margin: 0;
  }
  .blueskytechco_quickview-product-view .row.gx-5 > div {
    padding-left: 0;
    padding-right: 0;
  }
  .hidden-s {
    display: none !important;
  }
  .enable-mobile-menu {
    padding-bottom: 7.1rem;
  }
  .minicart-wrapper {
    margin-top: 0;
  }
  .catalog-product-view .fotorama__nav-wrap--horizontal {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 15px;
  }
  .header__action-default li.link.wishlist {
    display: none;
  }
  .product.attribute.description img {
    margin-bottom: 1.5rem;
  }
  .cart-container #block-shipping #block-summary fieldset.fieldset.estimate {
    flex-direction: column;
  }
  .cart-container #block-shipping #block-summary fieldset.fieldset.estimate .field {
    padding: 0 !important;
  }
  .catalog-category-masonry .container-products-masonry .item {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .catalog-category-masonry .container-products-masonry .item.col-md-4 {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .product-layout-3 .drift-zoom-pane.drift-open,
  .product-layout-2 .drift-zoom-pane.drift-open {
    display: none !important;
  }
  .dt_img_zoom {
    display: none !important;
  }
}
@media only screen and (max-width: 575px) {
  .tooltip.wrapper .tooltip.content {
    min-width: 10rem;
  }
  .blueskytechco-onepagecheckout .create-account .pass {
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }
  .blueskytechco-onepagecheckout .create-account .confirm-pass {
    float: none;
    width: 100%;
  }
  .widget-blog-posts-list.widget-blog-posts-list-default-3 .elementor-blog-post-item {
    flex-wrap: wrap;
    flex-direction: column;
  }
  .widget-blog-posts-list.widget-blog-posts-list-default-3 .elementor-blog-post-item .post-image {
    flex: 0 0 100%;
    margin-right: 0;
    max-width: unset;
  }
  .widget-blog-posts-list.widget-blog-posts-list-default-3 .elementor-blog-post-item .post-info {
    margin-top: -10%;
    background: #fff;
    z-index: 1;
    width: 90%;
    padding: 2rem;
  }
  .widget-blog-posts-list .widget-blog-posts-grid-default {
    position: static !important;
  }
  .products-grid .product-items .product-item .product_item_images {
    position: relative;
  }
  .products-grid .product-items .product-item .product_item_images .product-item-inner .actions-primary .tocart,
  .products-grid .product-items .product-item .product_item_images .product-item-inner .link-quickview {
    margin: 0;
  }
  .products-grid .product-items .product-item .product_item_images .product-item-inner .actions-primary .tocart::before,
  .products-grid .product-items .product-item .product_item_images .product-item-inner .link-quickview::before {
    font-size: 1.4rem !important;
  }
  .products-grid .product-items .product-item .product_item_images .product-item-actions .towishlist::before {
    font-size: 1.3rem !important;
  }
  body .toolbar-products:not(:last-child) .limiter {
    display: none;
  }
  .button-slick2 .slick-slider .slick-arrow.slick-next {
    right: 10px;
  }
  .button-slick2 .slick-slider .slick-arrow.slick-prev {
    left: 10px;
  }
  .products-popup__container [data-col-xs="1"] .elementor-blog-post-item,
  .products-popup__container [data-col-xs="1"] .product-item,
  .products-popup__container [data-col-xs="1"] .item-loading-slick {
    flex: 0 0 100%;
    width: 100%;
  }
  .products-popup__container [data-col-xs="1"] .slick-slide {
    width: 400px;
  }
  .minicart-wrapper .block-minicart {
    width: 290px;
  }
  .modal-popup .field-tooltip .field-tooltip-content {
    width: 200px;
  }
  .page-products *:not(.section-product) .products-grid .product-items:not(.container-products-masonry) .product-item,
  .page-layout-1column *:not(.section-product) .products-grid .product-items:not(.container-products-masonry) .product-item,
  .page-layout-3columns *:not(.section-product) .products-grid .product-items:not(.container-products-masonry) .product-item,
  .page-products.page-layout-1column *:not(.section-product) .products-grid .product-items:not(.container-products-masonry) .product-item,
  .page-products.page-layout-3columns *:not(.section-product) .products-grid .product-items:not(.container-products-masonry) .product-item,
  .page-products *:not(.section-product) .products-grid .product-items:not(.container-products-packery) .product-item,
  .page-layout-1column *:not(.section-product) .products-grid .product-items:not(.container-products-packery) .product-item,
  .page-layout-3columns *:not(.section-product) .products-grid .product-items:not(.container-products-packery) .product-item,
  .page-products.page-layout-1column *:not(.section-product) .products-grid .product-items:not(.container-products-packery) .product-item,
  .page-products.page-layout-3columns *:not(.section-product) .products-grid .product-items:not(.container-products-packery) .product-item,
  .page-products *:not(.section-product) .products-grid .product-items:not(.widget-product-countdown-timers-grid) .product-item,
  .page-layout-1column *:not(.section-product) .products-grid .product-items:not(.widget-product-countdown-timers-grid) .product-item,
  .page-layout-3columns *:not(.section-product) .products-grid .product-items:not(.widget-product-countdown-timers-grid) .product-item,
  .page-products.page-layout-1column *:not(.section-product) .products-grid .product-items:not(.widget-product-countdown-timers-grid) .product-item,
  .page-products.page-layout-3columns *:not(.section-product) .products-grid .product-items:not(.widget-product-countdown-timers-grid) .product-item,
  .page-products *:not(.section-product) .products-grid .product-items:not(.widget-daily-deal-grid) .product-item,
  .page-layout-1column *:not(.section-product) .products-grid .product-items:not(.widget-daily-deal-grid) .product-item,
  .page-layout-3columns *:not(.section-product) .products-grid .product-items:not(.widget-daily-deal-grid) .product-item,
  .page-products.page-layout-1column *:not(.section-product) .products-grid .product-items:not(.widget-daily-deal-grid) .product-item,
  .page-products.page-layout-3columns *:not(.section-product) .products-grid .product-items:not(.widget-daily-deal-grid) .product-item,
  .page-products *:not(.section-product) .products-grid .product-items:not(.container-products-masonry, .container-products-packery, .widget-product-countdown-timers-grid, .widget-daily-deal-grid) .product-item,
  .page-layout-1column *:not(.section-product) .products-grid .product-items:not(.container-products-masonry, .container-products-packery, .widget-product-countdown-timers-grid, .widget-daily-deal-grid) .product-item,
  .page-layout-3columns *:not(.section-product) .products-grid .product-items:not(.container-products-masonry, .container-products-packery, .widget-product-countdown-timers-grid, .widget-daily-deal-grid) .product-item,
  .page-products.page-layout-1column *:not(.section-product) .products-grid .product-items:not(.container-products-masonry, .container-products-packery, .widget-product-countdown-timers-grid, .widget-daily-deal-grid) .product-item,
  .page-products.page-layout-3columns *:not(.section-product) .products-grid .product-items:not(.container-products-masonry, .container-products-packery, .widget-product-countdown-timers-grid, .widget-daily-deal-grid) .product-item {
    width: calc(100%/2);
  }
  .page-products *:not(.section-product) .products-grid .product-items:not(.container-products-masonry) .product-item:nth-child(2n + 1),
  .page-layout-1column *:not(.section-product) .products-grid .product-items:not(.container-products-masonry) .product-item:nth-child(2n + 1),
  .page-layout-3columns *:not(.section-product) .products-grid .product-items:not(.container-products-masonry) .product-item:nth-child(2n + 1),
  .page-products.page-layout-1column *:not(.section-product) .products-grid .product-items:not(.container-products-masonry) .product-item:nth-child(2n + 1),
  .page-products.page-layout-3columns *:not(.section-product) .products-grid .product-items:not(.container-products-masonry) .product-item:nth-child(2n + 1),
  .page-products *:not(.section-product) .products-grid .product-items:not(.container-products-packery) .product-item:nth-child(2n + 1),
  .page-layout-1column *:not(.section-product) .products-grid .product-items:not(.container-products-packery) .product-item:nth-child(2n + 1),
  .page-layout-3columns *:not(.section-product) .products-grid .product-items:not(.container-products-packery) .product-item:nth-child(2n + 1),
  .page-products.page-layout-1column *:not(.section-product) .products-grid .product-items:not(.container-products-packery) .product-item:nth-child(2n + 1),
  .page-products.page-layout-3columns *:not(.section-product) .products-grid .product-items:not(.container-products-packery) .product-item:nth-child(2n + 1),
  .page-products *:not(.section-product) .products-grid .product-items:not(.widget-product-countdown-timers-grid) .product-item:nth-child(2n + 1),
  .page-layout-1column *:not(.section-product) .products-grid .product-items:not(.widget-product-countdown-timers-grid) .product-item:nth-child(2n + 1),
  .page-layout-3columns *:not(.section-product) .products-grid .product-items:not(.widget-product-countdown-timers-grid) .product-item:nth-child(2n + 1),
  .page-products.page-layout-1column *:not(.section-product) .products-grid .product-items:not(.widget-product-countdown-timers-grid) .product-item:nth-child(2n + 1),
  .page-products.page-layout-3columns *:not(.section-product) .products-grid .product-items:not(.widget-product-countdown-timers-grid) .product-item:nth-child(2n + 1),
  .page-products *:not(.section-product) .products-grid .product-items:not(.widget-daily-deal-grid) .product-item:nth-child(2n + 1),
  .page-layout-1column *:not(.section-product) .products-grid .product-items:not(.widget-daily-deal-grid) .product-item:nth-child(2n + 1),
  .page-layout-3columns *:not(.section-product) .products-grid .product-items:not(.widget-daily-deal-grid) .product-item:nth-child(2n + 1),
  .page-products.page-layout-1column *:not(.section-product) .products-grid .product-items:not(.widget-daily-deal-grid) .product-item:nth-child(2n + 1),
  .page-products.page-layout-3columns *:not(.section-product) .products-grid .product-items:not(.widget-daily-deal-grid) .product-item:nth-child(2n + 1),
  .page-products *:not(.section-product) .products-grid .product-items:not(.container-products-masonry, .container-products-packery, .widget-product-countdown-timers-grid, .widget-daily-deal-grid) .product-item:nth-child(2n + 1),
  .page-layout-1column *:not(.section-product) .products-grid .product-items:not(.container-products-masonry, .container-products-packery, .widget-product-countdown-timers-grid, .widget-daily-deal-grid) .product-item:nth-child(2n + 1),
  .page-layout-3columns *:not(.section-product) .products-grid .product-items:not(.container-products-masonry, .container-products-packery, .widget-product-countdown-timers-grid, .widget-daily-deal-grid) .product-item:nth-child(2n + 1),
  .page-products.page-layout-1column *:not(.section-product) .products-grid .product-items:not(.container-products-masonry, .container-products-packery, .widget-product-countdown-timers-grid, .widget-daily-deal-grid) .product-item:nth-child(2n + 1),
  .page-products.page-layout-3columns *:not(.section-product) .products-grid .product-items:not(.container-products-masonry, .container-products-packery, .widget-product-countdown-timers-grid, .widget-daily-deal-grid) .product-item:nth-child(2n + 1) {
    margin-left: 0;
  }
  .products-grid.wishlist {
    margin-bottom: 36px;
    margin-right: 0;
  }
  .products-grid.wishlist .button_quickview {
    display: none;
  }
  .products-grid.wishlist .product-item {
    position: relative;
  }
  .products-grid.wishlist .product-item-photo {
    float: left;
    margin-right: 24px;
  }
  .products-grid.wishlist .product-item-actions {
    display: block;
    float: left;
  }
  .products-grid.wishlist .product-item-actions .action {
    margin-right: 15px;
  }
  .products-grid.wishlist .product-item-actions .action:last-child {
    margin-right: 0;
  }
  .products-grid.wishlist .product-item-actions .action.edit {
    float: left;
  }
  .products-grid.wishlist .product-item-actions .action.delete {
    float: right;
  }
  .products-grid.wishlist .product-item-actions .action.edit,
  .products-grid.wishlist .product-item-actions .action.delete {
    margin-top: 7px;
  }
  .products-grid.wishlist .product-item-name,
  .products-grid.wishlist .product-item-description,
  .products-grid.wishlist .product-item .price-box,
  .products-grid.wishlist .product-item-tooltip {
    margin-left: 95px;
  }
  .products-grid.wishlist .product-item .box-tocart .stock {
    margin-top: 7px;
  }
  .products-grid.wishlist .product-item .giftregisty-dropdown {
    display: none;
  }
  .products-grid.wishlist .product-image-container {
    max-width: 80px;
  }
  .wishlist-index-index .product-item {
    width: 100%;
  }
  .wishlist-index-index .product-item-info {
    width: auto;
  }
  .hidden-xs {
    display: none !important;
  }
  .header-container.sticky .sticky-header.center-element .action-sticky .header__action-default > li.wishlist {
    display: none;
  }
  .product-info-main .box-tocart {
    margin-bottom: 0;
  }
  .product-info-main .box-tocart .field.qty.up-down,
  .product-info-main .box-tocart .actions {
    margin-bottom: 1.3rem;
  }
  #shopping-cart-table .box-tocart .up-down input {
    width: 45px !important;
  }
  body .product-info-main .product-reviews-summary {
    flex-direction: column;
    align-items: flex-start;
  }
  body .product-info-main .product-reviews-summary .rating-summary {
    display: block;
  }
  body .product-info-main .product-reviews-summary .reviews-actions a.action.view {
    margin-left: 0;
    padding-left: 0;
    border-left: 0;
    display: inline-block;
    line-height: 1;
  }
  .catalog-category-packery .container-products-packery .item {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media only screen and (max-width: 359px) {
  .blueskytechco-onepagecheckout #opc-sidebar .discount-code #discount-form .payment-option-inner {
    flex: 0 0 100%;
  }
  .blueskytechco-onepagecheckout #opc-sidebar .discount-code #discount-form .actions-toolbar {
    margin-top: 10px;
    margin-left: 0;
  }
  .blueskytechco-onepagecheckout #opc-sidebar .discount-code #discount-form .actions-toolbar .primary {
    text-align: left;
  }
  .toolbar-products:not(:last-child) {
    padding: 0 1rem;
  }
  .wishlist-index-index .actions-toolbar > .primary,
  .wishlist-index-index .actions-toolbar > .secondary {
    text-align: center;
  }
}
@media all and (min-width: 768px) {
  .abs-blocks-2columns-s {
    width: 48.8%;
  }
  .abs-blocks-2columns-s:nth-child(odd) {
    clear: left;
    float: left;
  }
  .abs-blocks-2columns-s:nth-child(even) {
    float: right;
  }
  .abs-reset-left-margin-desktop-s {
    margin-left: 0;
  }
  .abs-visually-hidden-desktop-s {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-desktop-s:before,
  .abs-add-clearfix-desktop-s:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-desktop-s:after {
    clear: both;
  }
  .abs-add-box-sizing-desktop-s {
    box-sizing: border-box;
  }
  .ui-dialog.popup {
    width: 420px;
  }
  #mb-ajaxsuite-popup-wrapper .photo.image {
    max-width: 27rem;
  }
  #mb-ajaxsuite-popup-wrapper .pop-up-success {
    max-width: 25.5rem;
  }
  #mb-ajaxsuite-popup-wrapper .wrapper-success {
    max-width: 50rem;
  }
  #mb-ajaxsuite-popup-wrapper .wrapper-success .photo.image {
    max-width: 100%;
  }
  #mb-ajaxsuite-popup-wrapper .wrapper-success .product-information .photo.image {
    max-width: 23.6rem;
    margin-right: 3rem;
    width: 50%;
    height: 100%;
  }
  #mb-ajaxsuite-popup-wrapper .wrapper-success .product-information .product-name {
    margin: 0;
    text-align: left;
  }
  #mb-ajaxsuite-popup-wrapper .wrapper-success .product-information .product-name .product-item-name {
    font-size: 1.8rem;
    padding-top: 11%;
  }
  #mb-ajaxsuite-popup-wrapper .wrapper-success .ajaxsuite-buttons {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 30px;
  }
  .action.tocart.disabled:before {
    position: relative;
    top: 2px;
    left: -2px;
  }
  .modal-popup .block-form-login {
    min-width: 350px;
  }
  #newsletter_pop_up {
    max-width: 70vw;
    max-height: 70vw;
  }
  .col-img-bg-pupup {
    padding-top: 54%;
    width: 100%;
  }
  .blueskytechco-onepagecheckout #checkoutSteps #store-pickup.selected-shipping {
    margin-right: 4%;
  }
  .blueskytechco-onepagecheckout #checkoutSteps li:not(.item) {
    width: 48%;
  }
  .blueskytechco-onepagecheckout #checkoutSteps li:not(.item)#store-pickup {
    float: left;
  }
  .blueskytechco-onepagecheckout #checkoutSteps .selected-shipping + .checkout-shipping-address + .checkout-shipping-method {
    margin-top: 3rem;
  }
  .blueskytechco-onepagecheckout #store-pickup.selected-store-pickup ~ #shipping,
  .blueskytechco-onepagecheckout #store-pickup.selected-store-pickup ~ #opc-shipping_method {
    padding: 0;
  }
  .blueskytechco-onepagecheckout #store-pickup.selected-store-pickup ~ #payment {
    margin: 0;
  }
  div[class*="widget-category-thumbnail-image-grid"] .category-thumbnail__title,
  .widget-category-thumbnail-image-slider-carousel .category-thumbnail__title {
    min-width: 150px;
  }
  .block.widget .products-grid .product-item {
    width: 100%/3;
  }
  .product-countdown-layout2 .product-item-info {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    flex-wrap: wrap;
  }
  .product-countdown-layout2 .product-item-info .product_item-images,
  .product-countdown-layout2 .product-item-info .product-item-actions {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 15px;
  }
  .page-main-full-width [data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner,
  .page-main-full-width .column.main > [data-content-type='row'][data-appearance='contained'] {
    width: 95%;
  }
  .jw-row {
    flex-direction: row !important;
    flex-wrap: wrap;
  }
  .jw-row .jw-col-4 {
    max-width: calc(33.333% - 15px);
    flex: 0 0 33.33%;
  }
  .jw-row .jw-col-8 {
    max-width: calc(66.666% - 15px);
    flex: 0 0 66.666%;
  }
  .jw-row .jw-font-button a {
    font-family: var(--heading__font-family__base);
  }
  .products-popup__container [data-col-xxl="3"] .elementor-blog-post-item,
  .products-popup__container [data-col-xxl="3"] .product-item,
  .products-popup__container [data-col-xxl="3"] .item-loading-slick {
    flex: 0 0 calc(100% / 3);
    width: calc(100% / 3);
  }
  .review-form {
    max-width: 500px;
  }
  .review-ratings {
    float: left;
    margin-bottom: 0;
    max-width: 232px;
  }
  .review-ratings ~ .review-content,
  .review-ratings ~ .review-details {
    margin-left: 280px;
  }
  .review-toolbar {
    margin: 0 0 30px;
  }
  .review-toolbar .pages {
    padding: 30px 0;
  }
  .fieldset .review-legend.legend {
    margin-bottom: 30px;
  }
  .review-item {
    padding: 30px 0;
  }
  .review-title {
    margin: 0 0 30px;
  }
  .products-grid .product-item {
    margin-bottom: 0;
  }
  .product-item-actions {
    display: block;
  }
  .product-item-actions .actions-primary + .actions-secondary > * {
    white-space: normal;
  }
  .products-list .product-item .product-item-photo {
    margin-bottom: 0;
  }
  .page-products *:not(.section-product) .products-grid .product-items:not(.container-products-masonry, .container-products-packery, .widget-product-countdown-timers-grid, .widget-daily-deal-grid) .product-item,
  .page-layout-1column *:not(.section-product) .products-grid .product-items:not(.container-products-masonry, .container-products-packery, .widget-product-countdown-timers-grid, .widget-daily-deal-grid) .product-item,
  .page-layout-3columns *:not(.section-product) .products-grid .product-items:not(.container-products-masonry, .container-products-packery, .widget-product-countdown-timers-grid, .widget-daily-deal-grid) .product-item,
  .page-products.page-layout-1column *:not(.section-product) .products-grid .product-items:not(.container-products-masonry, .container-products-packery, .widget-product-countdown-timers-grid, .widget-daily-deal-grid) .product-item,
  .page-products.page-layout-3columns *:not(.section-product) .products-grid .product-items:not(.container-products-masonry, .container-products-packery, .widget-product-countdown-timers-grid, .widget-daily-deal-grid) .product-item,
  .page-products *:not(.section-product) .products-grid .product-items:not(.container-products-masonry) .product-item,
  .page-layout-1column *:not(.section-product) .products-grid .product-items:not(.container-products-masonry) .product-item,
  .page-layout-3columns *:not(.section-product) .products-grid .product-items:not(.container-products-masonry) .product-item,
  .page-products.page-layout-1column *:not(.section-product) .products-grid .product-items:not(.container-products-masonry) .product-item,
  .page-products.page-layout-3columns *:not(.section-product) .products-grid .product-items:not(.container-products-masonry) .product-item,
  .page-products *:not(.section-product) .products-grid .product-items:not(.container-products-packery) .product-item,
  .page-layout-1column *:not(.section-product) .products-grid .product-items:not(.container-products-packery) .product-item,
  .page-layout-3columns *:not(.section-product) .products-grid .product-items:not(.container-products-packery) .product-item,
  .page-products.page-layout-1column *:not(.section-product) .products-grid .product-items:not(.container-products-packery) .product-item,
  .page-products.page-layout-3columns *:not(.section-product) .products-grid .product-items:not(.container-products-packery) .product-item,
  .page-products *:not(.section-product) .products-grid .product-items:not(.widget-product-countdown-timers-grid) .product-item,
  .page-layout-1column *:not(.section-product) .products-grid .product-items:not(.widget-product-countdown-timers-grid) .product-item,
  .page-layout-3columns *:not(.section-product) .products-grid .product-items:not(.widget-product-countdown-timers-grid) .product-item,
  .page-products.page-layout-1column *:not(.section-product) .products-grid .product-items:not(.widget-product-countdown-timers-grid) .product-item,
  .page-products.page-layout-3columns *:not(.section-product) .products-grid .product-items:not(.widget-product-countdown-timers-grid) .product-item,
  .page-products *:not(.section-product) .products-grid .product-items:not(.widget-daily-deal-grid) .product-item,
  .page-layout-1column *:not(.section-product) .products-grid .product-items:not(.widget-daily-deal-grid) .product-item,
  .page-layout-3columns *:not(.section-product) .products-grid .product-items:not(.widget-daily-deal-grid) .product-item,
  .page-products.page-layout-1column *:not(.section-product) .products-grid .product-items:not(.widget-daily-deal-grid) .product-item,
  .page-products.page-layout-3columns *:not(.section-product) .products-grid .product-items:not(.widget-daily-deal-grid) .product-item {
    width: calc(100%/3);
  }
  .page-products *:not(.section-product) .products-grid .product-items:not(.container-products-masonry, .container-products-packery, .widget-product-countdown-timers-grid, .widget-daily-deal-grid) .product-item:nth-child(3n + 1),
  .page-layout-1column *:not(.section-product) .products-grid .product-items:not(.container-products-masonry, .container-products-packery, .widget-product-countdown-timers-grid, .widget-daily-deal-grid) .product-item:nth-child(3n + 1),
  .page-layout-3columns *:not(.section-product) .products-grid .product-items:not(.container-products-masonry, .container-products-packery, .widget-product-countdown-timers-grid, .widget-daily-deal-grid) .product-item:nth-child(3n + 1),
  .page-products.page-layout-1column *:not(.section-product) .products-grid .product-items:not(.container-products-masonry, .container-products-packery, .widget-product-countdown-timers-grid, .widget-daily-deal-grid) .product-item:nth-child(3n + 1),
  .page-products.page-layout-3columns *:not(.section-product) .products-grid .product-items:not(.container-products-masonry, .container-products-packery, .widget-product-countdown-timers-grid, .widget-daily-deal-grid) .product-item:nth-child(3n + 1),
  .page-products *:not(.section-product) .products-grid .product-items:not(.container-products-masonry) .product-item:nth-child(3n + 1),
  .page-layout-1column *:not(.section-product) .products-grid .product-items:not(.container-products-masonry) .product-item:nth-child(3n + 1),
  .page-layout-3columns *:not(.section-product) .products-grid .product-items:not(.container-products-masonry) .product-item:nth-child(3n + 1),
  .page-products.page-layout-1column *:not(.section-product) .products-grid .product-items:not(.container-products-masonry) .product-item:nth-child(3n + 1),
  .page-products.page-layout-3columns *:not(.section-product) .products-grid .product-items:not(.container-products-masonry) .product-item:nth-child(3n + 1),
  .page-products *:not(.section-product) .products-grid .product-items:not(.container-products-packery) .product-item:nth-child(3n + 1),
  .page-layout-1column *:not(.section-product) .products-grid .product-items:not(.container-products-packery) .product-item:nth-child(3n + 1),
  .page-layout-3columns *:not(.section-product) .products-grid .product-items:not(.container-products-packery) .product-item:nth-child(3n + 1),
  .page-products.page-layout-1column *:not(.section-product) .products-grid .product-items:not(.container-products-packery) .product-item:nth-child(3n + 1),
  .page-products.page-layout-3columns *:not(.section-product) .products-grid .product-items:not(.container-products-packery) .product-item:nth-child(3n + 1),
  .page-products *:not(.section-product) .products-grid .product-items:not(.widget-product-countdown-timers-grid) .product-item:nth-child(3n + 1),
  .page-layout-1column *:not(.section-product) .products-grid .product-items:not(.widget-product-countdown-timers-grid) .product-item:nth-child(3n + 1),
  .page-layout-3columns *:not(.section-product) .products-grid .product-items:not(.widget-product-countdown-timers-grid) .product-item:nth-child(3n + 1),
  .page-products.page-layout-1column *:not(.section-product) .products-grid .product-items:not(.widget-product-countdown-timers-grid) .product-item:nth-child(3n + 1),
  .page-products.page-layout-3columns *:not(.section-product) .products-grid .product-items:not(.widget-product-countdown-timers-grid) .product-item:nth-child(3n + 1),
  .page-products *:not(.section-product) .products-grid .product-items:not(.widget-daily-deal-grid) .product-item:nth-child(3n + 1),
  .page-layout-1column *:not(.section-product) .products-grid .product-items:not(.widget-daily-deal-grid) .product-item:nth-child(3n + 1),
  .page-layout-3columns *:not(.section-product) .products-grid .product-items:not(.widget-daily-deal-grid) .product-item:nth-child(3n + 1),
  .page-products.page-layout-1column *:not(.section-product) .products-grid .product-items:not(.widget-daily-deal-grid) .product-item:nth-child(3n + 1),
  .page-products.page-layout-3columns *:not(.section-product) .products-grid .product-items:not(.widget-daily-deal-grid) .product-item:nth-child(3n + 1) {
    margin-left: 0;
  }
  .blueskytechco_quickview-product-view {
    /* width */
    /* Track */
    /* Handle */
  }
  .blueskytechco_quickview-product-view ::-webkit-scrollbar {
    width: 3px;
  }
  .blueskytechco_quickview-product-view ::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.15);
  }
  .blueskytechco_quickview-product-view ::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.25);
  }
  .blueskytechco_quickview-product-view .page-wrapper {
    position: relative;
  }
  .blueskytechco_quickview-product-view .page-wrapper .column.main {
    padding: 0;
  }
  .blueskytechco_quickview-product-view .page-wrapper .column.main .product.media {
    width: 54.333333%;
    margin: 0;
  }
  .blueskytechco_quickview-product-view .page-wrapper .product-info-main {
    width: 45.666667%;
    padding: 20px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: auto;
  }
  .blueskytechco_quickview-product-view.thumb_slide .page-main:after,
  .blueskytechco_quickview-product-view.thumb_slide .page-main:before {
    content: "";
    position: absolute;
    left: 54.333333%;
    right: 5px;
    background: #fff;
    height: 20px;
    z-index: 2;
  }
  .blueskytechco_quickview-product-view.thumb_slide .page-main:before {
    top: 0;
  }
  .blueskytechco_quickview-product-view.thumb_slide .page-main:after {
    bottom: 0;
  }
  .blueskytechco_quickview-product-view.thumb_slide .column.main .product.media {
    width: 54.333333%;
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    margin: 0;
    float: none;
  }
  .blueskytechco_quickview-product-view.thumb_slide .gallery-placeholder,
  .blueskytechco_quickview-product-view.thumb_slide .fotorama-item,
  .blueskytechco_quickview-product-view.thumb_slide .fotorama__wrap {
    height: 100%;
  }
  .blueskytechco_quickview-product-view.thumb_slide .fotorama__stage {
    width: 100% !important;
    height: 100% !important;
  }
  .blueskytechco_quickview-product-view.thumb_slide .fotorama__stage .fotorama__stage__frame .fotorama__img {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    max-height: unset;
    width: 100%;
  }
  .blueskytechco_quickview-product-view.thumb_slide .fotorama__nav-wrap--horizontal {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
  }
  .blueskytechco_quickview-product-view:not(.thumb_slide) .product.media {
    padding: 20px;
  }
  .blueskytechco_quickview-product-view .gallery-placeholder.vertical_left,
  .blueskytechco_quickview-product-view .gallery-placeholder.vertical_right {
    padding: 20px;
  }
  .blueskytechco_quickview-product-view .product-category a {
    pointer-events: none;
  }
  #back-top {
    right: 3rem;
  }
  .product-layout-2 .drift-zoom-pane {
    background-color: transparent;
  }
  .product-layout-2 #gallery-images {
    display: flex;
    margin: 0 -5px;
    flex-wrap: wrap;
  }
  .product-layout-2 .gallery-images > .product-image {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 5px;
  }
  .product-layout-2 .gallery-images .gallery-img {
    line-height: 0;
    overflow: hidden;
    position: relative;
  }
  .product-layout-3 .drift-zoom-pane {
    background-color: transparent;
  }
  .product-layout-3 .gallery-images > .product-image {
    margin-bottom: 30px;
  }
  .product-layout-3 .gallery-images > .product-image:last-child {
    margin-bottom: 0;
  }
  .product-layout-3 .gallery-images .gallery-img {
    line-height: 0;
    overflow: hidden;
    position: relative;
  }
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sources%22%3A%5B%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_resets.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_typography.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_utilities.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_custom_bluesky_extend.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2Fvariables%5C%2F_typography.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_tables.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fen_US%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_cart.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_buttons.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_forms.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_variables.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fen_US%5C%2FMagento_Bundle%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%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%2Fbluesky%5C%2Fbluesky_kalles_default%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%2Fbluesky%5C%2Fbluesky_kalles_default%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%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fen_US%5C%2FMagento_Sales%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fen_US%5C%2FMagento_Catalog%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_listings.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fen_US%5C%2FMagento_Catalog%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fen_US%5C%2FMagento_MultipleWishlist%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fen_US%5C%2FMagento_Banner%5C%2Fcss%5C%2Fsource%5C%2F_widgets.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fen_US%5C%2FMagento_CatalogEvent%5C%2Fcss%5C%2Fsource%5C%2F_widgets.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_extends.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fen_US%5C%2FMagento_Wishlist%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%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%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fen_US%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_minicart.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fen_US%5C%2FMagento_Customer%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fen_US%5C%2FMagento_Theme%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_dropdowns.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_icons.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2Fvariables%5C%2F_icons.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fen_US%5C%2FMagento_GroupedProduct%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fen_US%5C%2FMagento_AdvancedCheckout%5C%2Fcss%5C%2Fsource%5C%2F_widgets.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fen_US%5C%2FMagento_LayeredNavigation%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fen_US%5C%2FBlueskytechco_PageBuilderCustom%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Fproduct-advanced%5C%2F_bls_product.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fen_US%5C%2FMagento_Review%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%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%2Fbluesky%5C%2Fbluesky_kalles_default%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%2Fbluesky%5C%2Fbluesky_kalles_default%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%2Fbluesky%5C%2Fbluesky_kalles_default%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%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fen_US%5C%2FMagento_SendFriend%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_forms.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fen_US%5C%2FMagezon_Core%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_actions-switcher.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fen_US%5C%2FBlueFormBuilder_Core%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_form.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%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%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fen_US%5C%2FMagento_Downloadable%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fen_US%5C%2FMagento_SalesRule%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fen_US%5C%2FMagento_Newsletter%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%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%2Fbluesky%5C%2Fbluesky_kalles_default%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%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fen_US%5C%2FMagento_Msrp%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fen_US%5C%2FMagento_Catalog%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_toolbar.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_layout.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fen_US%5C%2FMagento_CatalogSearch%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%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%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fen_US%5C%2FMagento_InventoryInStorePickupFrontend%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_price.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%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%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_typography.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_layout.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_tables.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_messages.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_messages.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_tooltips.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_tooltips.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_loaders.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_loaders.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fen_US%5C%2FBlueskytechco_RokanBase%5C%2Fcss%5C%2Fsource%5C%2F_bls_base.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_buttons.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_sections.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_sections.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_pages.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_pages.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_actions-toolbar.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_breadcrumbs.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_breadcrumbs.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_popups.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Fcomponents%5C%2F_modals.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Fcomponents%5C%2F_modals_extend.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fen_US%5C%2FMagento_InventoryConfigurableProductFrontendUi%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fen_US%5C%2FMagento_LoginAsCustomerFrontendUi%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fen_US%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2F_icons.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fen_US%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fen_US%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fslick%5C%2F_slick.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fen_US%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2F_layout.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%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%2Fbluesky%5C%2Fbluesky_kalles_default%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%2Fbluesky%5C%2Fbluesky_kalles_default%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%2Fbluesky%5C%2Fbluesky_kalles_default%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%2Fbluesky%5C%2Fbluesky_kalles_default%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%2Fbluesky%5C%2Fbluesky_kalles_default%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%2Fbluesky%5C%2Fbluesky_kalles_default%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%2Fbluesky%5C%2Fbluesky_kalles_default%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%2Fbluesky%5C%2Fbluesky_kalles_default%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%2Fbluesky%5C%2Fbluesky_kalles_default%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%2Fbluesky%5C%2Fbluesky_kalles_default%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%2Fbluesky%5C%2Fbluesky_kalles_default%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%2Fbluesky%5C%2Fbluesky_kalles_default%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%2Fbluesky%5C%2Fbluesky_kalles_default%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%2Fbluesky%5C%2Fbluesky_kalles_default%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%2Fbluesky%5C%2Fbluesky_kalles_default%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%2Fbluesky%5C%2Fbluesky_kalles_default%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%2Fbluesky%5C%2Fbluesky_kalles_default%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%2Fbluesky%5C%2Fbluesky_kalles_default%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%2Fbluesky%5C%2Fbluesky_kalles_default%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%2Fbluesky%5C%2Fbluesky_kalles_default%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%2Fbluesky%5C%2Fbluesky_kalles_default%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%2Fbluesky%5C%2Fbluesky_kalles_default%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%2Fbluesky%5C%2Fbluesky_kalles_default%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%2Fbluesky%5C%2Fbluesky_kalles_default%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%2Fbluesky%5C%2Fbluesky_kalles_default%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%2Fbluesky%5C%2Fbluesky_kalles_default%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%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fen_US%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fjarallax%5C%2F_jarallax.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fen_US%5C%2FMagento_ReCaptchaCheckoutSalesRule%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fen_US%5C%2FMagento_ReCaptchaCustomer%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fen_US%5C%2FMagento_ReCaptchaFrontendUi%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fen_US%5C%2FMagento_ReCaptchaReview%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fen_US%5C%2FMagento_ReCaptchaSendFriend%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fen_US%5C%2FMagento_ReCaptchaWishlist%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fen_US%5C%2FAmasty_Base%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_slick.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%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%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fen_US%5C%2FAmasty_InstagramFeed%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_base.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fen_US%5C%2FAmasty_InstagramFeed%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcomponents%5C%2F_mixins.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fen_US%5C%2FAmasty_InstagramFeed%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcomponents%5C%2F_helpers.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fen_US%5C%2FAmasty_InstagramFeed%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcomponents%5C%2F_loaders.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fen_US%5C%2FAmasty_InstagramFeed%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcomponents%5C%2F_popup.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fen_US%5C%2FAmasty_InstagramFeed%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcomponents%5C%2F_button.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fen_US%5C%2FAmasty_InstagramFeed%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_variables.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fen_US%5C%2FAmasty_InstagramFeed%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fgrid%5C%2F_grid.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fen_US%5C%2FAmasty_InstagramFeed%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fgrid%5C%2F_collage.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fen_US%5C%2FAmasty_InstagramFeed%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fgrid%5C%2F_single-post.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fen_US%5C%2FAmasty_InstagramFeed%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fgrid%5C%2F_slider.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fen_US%5C%2FAvalara_AvaTax%5C%2Fcss%5C%2Fsource%5C%2F_address-validation.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fen_US%5C%2FAvalara_AvaTax%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fen_US%5C%2FMagezon_Core%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_checkbox-radio.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fen_US%5C%2FBlueFormBuilder_Core%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fen_US%5C%2FMagezon_Core%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_mixins.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fen_US%5C%2FMagezon_Newsletter%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fen_US%5C%2FMagezon_Core%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fen_US%5C%2FBlueskytechco_AjaxSuite%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fen_US%5C%2FBlueskytechco_RokanBase%5C%2Fcss%5C%2Fsource%5C%2F_forfrontend.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fen_US%5C%2FBlueskytechco_RokanBase%5C%2Fcss%5C%2Fsource%5C%2F_responsive.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fen_US%5C%2FBlueskytechco_MenuBuilder%5C%2Fcss%5C%2Fsource%5C%2F_navigation.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_navigation.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fen_US%5C%2FBlueskytechco_MenuBuilder%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%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%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_custom_default_extend.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fen_US%5C%2FBlueskytechco_PageBuilderCustom%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Fproduct-advanced%5C%2F_custom-theme.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fen_US%5C%2FBlueskytechco_Instagram%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fen_US%5C%2FBlueskytechco_PageBuilderCustom%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Finstagram%5C%2F_instagram.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fen_US%5C%2FBlueskytechco_LayeredAjax%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fen_US%5C%2FBlueskytechco_OnePageCheckout%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fen_US%5C%2FBlueskytechco_PageBuilderCustom%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Fblog-posts%5C%2F_blog-post.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fen_US%5C%2FBlueskytechco_PageBuilderCustom%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Fcategory-thumbnail-image%5C%2F_category-thumbnail.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fen_US%5C%2FBlueskytechco_PageBuilderCustom%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Fdaily_deal%5C%2F_daily-deal.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fen_US%5C%2FBlueskytechco_PageBuilderCustom%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Ffaq%5C%2F_faq.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fen_US%5C%2FBlueskytechco_PageBuilderCustom%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Fgallery%5C%2F_gallery.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fen_US%5C%2FBlueskytechco_PageBuilderCustom%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Ficonbox%5C%2F_icon-box.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fen_US%5C%2FBlueskytechco_PageBuilderCustom%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Fimagebox%5C%2F_image-box.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fen_US%5C%2FBlueskytechco_PageBuilderCustom%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Flookbook%5C%2F_lookbook.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fen_US%5C%2FBlueskytechco_PageBuilderCustom%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Fproduct-advanced%5C%2F_variables.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_rating.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fen_US%5C%2FBlueskytechco_PageBuilderCustom%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Fproduct-advanced%5C%2F_swatches.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fen_US%5C%2FBlueskytechco_PageBuilderCustom%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Fproductcountdowntimers%5C%2F_pricecountdown.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fen_US%5C%2FBlueskytechco_PageBuilderCustom%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Fhtmlquote%5C%2F_quote.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fen_US%5C%2FBlueskytechco_PageBuilderCustom%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Ftestimonial%5C%2F_testimonial.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fen_US%5C%2FBlueskytechco_PageBuilderCustom%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Fnewsletter%5C%2F_newsletter.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fen_US%5C%2FBlueskytechco_PageBuilderCustom%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Fstaticmenu%5C%2F_staticmenu.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fen_US%5C%2FBlueskytechco_PageBuilderCustom%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Fcbanner%5C%2F_cbanner.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fen_US%5C%2FBlueskytechco_PageBuilderCustom%5C%2Fcss%5C%2Fsource%5C%2F_extend.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fen_US%5C%2FBlueskytechco_SearchSuite%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fen_US%5C%2FBlueskytechco_SetProduct%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fen_US%5C%2FBlueskytechco_StoreLocator%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fen_US%5C%2FBlueskytechco_Themeoption%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fen_US%5C%2FHarriswebworks_BuyItWith%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fen_US%5C%2FBlueFormBuilder_Core%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_datepicker.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fen_US%5C%2FBlueFormBuilder_Core%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_animate.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fen_US%5C%2FBlueFormBuilder_Core%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_spinner.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fen_US%5C%2FBlueFormBuilder_Core%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_popup.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fen_US%5C%2FBlueFormBuilder_Core%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_success_message.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fen_US%5C%2FBlueFormBuilder_Core%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_inputmask.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fen_US%5C%2FMagezon_PopupBuilder%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fen_US%5C%2FBlueFormBuilder_Pdf%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fen_US%5C%2FMagento_CatalogEvent%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_popups.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fen_US%5C%2FMagento_Reward%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fen_US%5C%2FMagento_Swatches%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fen_US%5C%2FMagento_Vault%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fen_US%5C%2FMagento_Contact%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fen_US%5C%2FBlueskytechco_QuickviewProduct%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fen_US%5C%2FMagento_ProductVideo%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fen_US%5C%2FMagento_Cms%5C%2Fcss%5C%2Fsource%5C%2F_widgets.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fen_US%5C%2FMagento_MultipleWishlist%5C%2Fcss%5C%2Fsource%5C%2F_widgets.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fen_US%5C%2FMagento_VersionsCms%5C%2Fcss%5C%2Fsource%5C%2F_widgets.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_extend.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fen_US%5C%2FAmasty_Fpc%5C%2Fcss%5C%2Fsource%5C%2F_extend.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_responsive.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%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%2Fbluesky%5C%2Fbluesky_kalles_default%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%2COC5MU%2CkBD4MV%3BEAAA%2CaClOqB%2C%2BBCpDC%2C8CFsRtB%3BEAAA%2CkBAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CiBAAA%3B%3BADnEA%3BECmEA%2CgBAAA%3BEAAA%2CqBAAA%3B%3BADtDA%2CIAAI%3BECsDJ%2CiCAAA%3BEDpDI%2CYAAA%3B%3BAAGJ%3BAACA%3BECgDA%2CaC3NyB%2CiCD2NzB%3B%3BAD5CA%3BAACA%3BEC2CA%2CkBAAA%3B%3BADvCA%3BECuCA%2CgBAAA%3BEAAA%2CcAAA%3B%3BADlCA%3BAACA%3BECiCA%2CeAAA%3B%3BAD7BA%3BEACI%2CSAAA%3BEC4BJ%2C6BAAA%3BEAAA%2CmBAAA%3BEAAA%2CgBAAA%3B%3BADtBA%3BAACA%3BECqBA%2C6BAAA%3BEDnBI%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CwBAAA%3B%3BAAGJ%3BEACI%2CWAAA%3B%3BAAGJ%3BEACI%2CeAAA%3B%3BAAGJ%3BECMA%2CkBAAA%3B%3BADQA%3BECRA%2COC7MmB%2C2BD6MnB%3BEAAA%2CaC5NyB%2CiCD4NzB%3BEAAA%2CaC3NyB%2CiCD2NzB%3BEAAA%2CkBAAA%3BEAAA%2CiBAAA%3BEAAA%2CgBAAA%3BEAAA%2CmBAAA%3B%3BADYA%3BECZA%2COC7MmB%2C2BD6MnB%3BEAAA%2CaC5NyB%2CiCD4NzB%3BEAAA%2CaC3NyB%2CiCD2NzB%3BEAAA%2CkBAAA%3BEAAA%2CeAAA%3BEAAA%2CgBAAA%3BEAAA%2CmBAAA%3B%3BADgBA%3BEChBA%2COC7MmB%2C2BD6MnB%3BEAAA%2CaC5NyB%2CiCD4NzB%3BEAAA%2CaC3NyB%2CiCD2NzB%3BEAAA%2CkBAAA%3BEAAA%2CiBAAA%3BEAAA%2CgBAAA%3BEAAA%2CqBAAA%3B%3BADoBA%3BECpBA%2COC7MmB%2C2BD6MnB%3BEAAA%2CaC5NyB%2CiCD4NzB%3BEAAA%2CaC3NyB%2CiCD2NzB%3BEAAA%2CkBAAA%3BEAAA%2CiBAAA%3BEAAA%2CgBAAA%3BEAAA%2CmBAAA%3B%3BADwBA%3BECxBA%2COC7MmB%2C2BD6MnB%3BEAAA%2CaC5NyB%2CiCD4NzB%3BEAAA%2CaC3NyB%2CiCD2NzB%3BEAAA%2CkBAAA%3BEAAA%2CiBAAA%3BEAAA%2CgBAAA%3BEAAA%2CmBAAA%3B%3BAD4BA%3BEC5BA%2COC7MmB%2C2BD6MnB%3BEAAA%2CaC5NyB%2CiCD4NzB%3BEAAA%2CaC3NyB%2CiCD2NzB%3BEAAA%2CkBAAA%3BEAAA%2CiBAAA%3BEAAA%2CgBAAA%3BEAAA%2CmBAAA%3B%3BADgCA%2CEACI%3BAADA%2CEACA%3BAADI%2CEACJ%3BAADQ%2CEACR%3BAADY%2CEACZ%3BAADgB%2CEAChB%3BAADJ%2CEAEI%3BAAFA%2CEAEA%3BAAFI%2CEAEJ%3BAAFQ%2CEAER%3BAAFY%2CEAEZ%3BAAFgB%2CEAEhB%3BEClCJ%2CWAAA%3BEAAA%2CaClOqB%2C%2BBCpDC%2C8CFsRtB%3BEAAA%2CkBAAA%3BEAAA%2CgBAAA%3BEAAA%2CcAAA%3BEAAA%2CiBAAA%3B%3BADkDA%3BAACA%3BECnDA%2COC3MU%2CkBD2MV%3BEAAA%2CqBAAA%3B%3BADjJA%2CCAAC%3BAAAD%2CMAAC%3BECiJD%2COC3MU%2CkBD2MV%3BEAAA%2CqBAAA%3B%3BAD5IA%2CCAAC%3BAAAD%2CMAAC%3BEC4ID%2COC1MiB%2CyBD0MjB%3BEAAA%2CqBAAA%3B%3BADvIA%2CCAAC%3BAAAD%2CMAAC%3BECuID%2CWAAA%3BEAAA%2CqBAAA%3B%3BADyEA%3BAACA%3BEC1EA%2CgBAAA%3BEAAA%2CqBAAA%3B%3BADyEA%2CEAYM%3BAAXN%2CEAWM%3BECrFN%2CgBAAA%3BEAAA%2CqBAAA%3B%3BADyEA%2CEAwBI%3BAAvBJ%2CEAuBI%3BAAxBJ%2CEAyBI%3BAAxBJ%2CEAwBI%3BEACI%2CgBAAA%3B%3BAAIR%3BECvGA%2CmBAAA%3BEAAA%2CaAAA%3B%3BAD4GA%3BEC5GA%2CaC3NyB%2CiCD2NzB%3BEAAA%2CkBAAA%3BEAAA%2CaAAA%3B%3BADkHA%3BEClHA%2CmBAAA%3BEAAA%2CaAAA%3BEDqHI%2CcAAA%3B%3BAA2BJ%3BAACA%3BAACA%3BAACA%3BECnJA%2CsCEpR8C%2CwBFoR9C%3B%3BADwJA%3BECxJA%2CgBAAA%3BEAAA%2COC7MmB%2C2BD6MnB%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BED6JI%2CmBAAA%3B%3BAAIJ%3BECjKA%2CgBAAA%3BEAAA%2COC7MmB%2C2BD6MnB%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3B%3BADyKA%3BECzKA%2CgBAAA%3BEAAA%2CyBAAA%3BEAAA%2COC7MmB%2C2BD6MnB%3BEAAA%2CiBAAA%3BEAAA%2CgBAAA%3BEAAA%2CaAAA%3BEAAA%2CiBAAA%3BEDiLI%2CcAAA%3BEACA%2CqBAAA%3B%3BAATJ%2CGAWI%3BEACI%2C6BAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CqBAAA%3B%3BAAuBR%3BECjNA%2CgBAAA%3BEAAA%2C8BAAA%3BEAAA%2COC5MU%2CkBD4MV%3BEAAA%2CaClOqB%2C%2BBCpDC%2C8CFsRtB%3BEAAA%2CkBAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CiBAAA%3B%3BAD6NQ%2CUAHJ%2CEAGK%3BAAAD%2CUAFJ%2CGAEK%3BAAAD%2CUADJ%2CGACK%3BEACG%2CgBAAA%3B%3BAAbZ%2CUAiBI%3BAAjBJ%2CUAkBI%3BAAlBJ%2CUAmBI%3BECpOJ%2CWAAA%3BEAAA%2CiBAAA%3BEAAA%2CiBAAA%3BEDwOQ%2CcAAA%3B%3BAAEA%2CUARJ%2COAQK%3BAAAD%2CUAPJ%2CMAOK%3BAAAD%2CUANJ%2COAMK%3BEC1OT%2CSCQyB%2CKDRzB%3B%3BADiNA%2CUA8BI%3BEC%5C%2FOJ%2CkBAAA%3B%3BADsPI%2CUAAC%3BAACD%2CUAAC%3BEACG%2CSAAS%2CEAAT%3B%3BAAIR%3BEACI%2CYAAA%3B%3BAAEA%2CCAAC%3BAACD%2CCAAC%3BEACG%2CSAAS%2CEAAT%3BEACA%2CaAAA%3B%3BAAKR%3BECvQA%2CkBAAA%3B%3BAFnOA%3BEEmOA%2CWAAA%3BEGzRA%2CyBAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3B%3BALoDA%2CKKlDA%3BEACI%2CgBAAA%3B%3BALiDJ%2CKK9CE%2CQAEI%2CKACI%3BAL2CV%2CKK7CE%2CQACI%2CKACI%3BAL2CV%2CKK9CE%2CQAEI%2CKAEI%3BAL0CV%2CKK7CE%2CQACI%2CKAEI%3BEACE%2CmBAAA%3B%3BALyCZ%2CKKpCE%2CQAAQ%2CKACJ%3BALmCN%2CKKpCE%2CQAAQ%2CKAEJ%3BEACE%2CsBAAA%3B%3BALiCR%2CKK7BE%2CQAGI%2CKACI%3BALyBV%2CKK5BE%2CQAEI%2CKACI%3BALyBV%2CKK3BE%2CQACI%2CKACI%3BALyBV%2CKK7BE%2CQAGI%2CKAEI%3BALwBV%2CKK5BE%2CQAEI%2CKAEI%3BALwBV%2CKK3BE%2CQACI%2CKAEI%3BEH2PV%2CiBAAA%3B%3BAF%5C%2FNA%3BAMsEA%2CKAAK%2CcAiED%2CiBAGM%3BEC5JV%2CsBAAA%3BELiPA%2CYCtMiB%2CyBDsMjB%3BEAAA%2CkBCvMY%2CoBDuMZ%3BEAAA%2COCvMY%2CoBDuMZ%3BEAAA%2CeAAA%3BEAAA%2CqBAAA%3BEAAA%2CoBAAA%3BEAAA%2CaClMkB%2C0BDkMlB%3BEAAA%2CSAAA%3BEAAA%2CiBAAA%3BEAAA%2CiBAAA%3BEAAA%2CoBAAA%3BEK9NA%2CsBAAA%3BEACA%2CsBAAA%3B%3BAAiBA%2CMAAC%3BAACD%2CMAAC%3BADkDD%2CKAAK%2CcAiED%2CiBAGM%2CUCvHT%3BADmDD%2CKAAK%2CcAiED%2CiBAGM%2CUCtHT%3BEL2MD%2CYCrMwB%2CgCDqMxB%3BEAAA%2CkBC9MoB%2C4BD8MpB%3BEAAA%2COCpMmB%2C2BDoMnB%3B%3BAK%5C%2FLA%2CMAAC%3BADsCD%2CKAAK%2CcAiED%2CiBAGM%2CUC1GT%3BEL%2BLD%2CYCrMwB%2CgCDqMxB%3BEAAA%2CkBC9MoB%2C4BD8MpB%3BEAAA%2COCpMmB%2C2BDoMnB%3B%3BAKnLA%2CMAAC%3BAACD%2CMAAC%3BAACD%2CQAAQ%2CUAAW%3BADwBnB%2CKAAK%2CcAiED%2CiBAGM%2CUC9FT%3BAD0BD%2CKAAK%2CcAiED%2CiBAGM%2CUC7FT%3BAACD%2CQAAQ%2CUDwBR%2CMAAK%2CcAiED%2CiBAGM%3BEJqFV%2CYAAA%3BEK%5C%2FKI%2CeAAA%3BEACA%2CoBAAA%3B%3BAP%5C%2FCA%2CMAAC%3BAMoEL%2CKAAK%2CcAiED%2CiBAGM%2CUNxIL%3BEACG%2CSAAA%3BEACA%2CUAAA%3B%3BAQ4LR%2CKAAK%3BAACL%2CKAAK%3BAACL%2CKAAK%3BAACL%2CKAAK%3BAACL%2CKAAK%3BAACL%2CKAAK%3BAACL%2CKAAK%3BAACL%2CKAAK%3BENwBL%2CuBAAA%3BEAAA%2C4BAAA%3BEAAA%2CsBAAA%3BEAAA%2CgBAAA%3BEAAA%2C0FAAA%3BEAAA%2CeAAA%3BEAAA%2CYAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CwBAAA%3BEAAA%2CWAAA%3BEMjPA%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%3BENtGD%2CYAAA%3B%3BAMqHA%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%3BENrHD%2CcAAA%3B%3BAM0HA%2CKAzJK%2CaAyJJ%3BAAAD%2CKAxJK%2CiBAwJJ%3BAAAD%2CKAvJK%2CYAuJJ%3BAAAD%2CKAtJK%2CYAsJJ%3BAAAD%2CKArJK%2CeAqJJ%3BAAAD%2CKApJK%2CeAoJJ%3BAAAD%2CKAnJK%2CcAmJJ%3BAAAD%2CKAlJK%2CcAkJJ%3BEN1HD%2CcAAA%3B%3BAM%2BHA%2CKA9JK%2CaA8JJ%3BAAAD%2CKA7JK%2CiBA6JJ%3BAAAD%2CKA5JK%2CYA4JJ%3BAAAD%2CKA3JK%2CYA2JJ%3BAAAD%2CKA1JK%2CeA0JJ%3BAAAD%2CKAzJK%2CeAyJJ%3BAAAD%2CKAxJK%2CcAwJJ%3BAAAD%2CKAvJK%2CcAuJJ%3BEN%5C%2FHD%2CcAAA%3B%3BAMpBA%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%3BENYA%2CuBAAA%3BEAAA%2C4BAAA%3BEAAA%2CsBAAA%3BEAAA%2CgBAAA%3BEAAA%2C0FAAA%3BEAAA%2CeAAA%3BEAAA%2CYAAA%3BEAAA%2CiBAAA%3BEAAA%2CiBAAA%3BEAAA%2CwBAAA%3BEAAA%2CWAAA%3BEMjPA%2CsBAAA%3B%3BAAuVA%2CMAAC%3BENtGD%2CYAAA%3B%3BAMRA%2CMAAM%3BENQN%2CYAAA%3BEMNI%2CsBAAA%3B%3BAAGJ%3BENGA%2CuBAAA%3BEAAA%2C4BAAA%3BEAAA%2CsBAAA%3BEAAA%2CgBAAA%3BEAAA%2C0FAAA%3BEAAA%2CeAAA%3BEAAA%2CYAAA%3BEAAA%2CiBAAA%3BEAAA%2CSAAA%3BEAAA%2CaAAA%3BEAAA%2CwBAAA%3BEAAA%2CWAAA%3BEMjPA%2CsBAAA%3BENiPA%2CgBAAA%3B%3BAMsGA%2CQAAC%3BENtGD%2CYAAA%3B%3BAMqHA%2CQAAC%3BENrHD%2CcAAA%3B%3BAM0HA%2CQAAC%3BEN1HD%2CcAAA%3B%3BAM%2BHA%2CQAAC%3BEN%5C%2FHD%2CcAAA%3B%3BAMEA%2CKAAK%3BENFL%2CmBAAA%3BEMII%2CkBAAA%3BEACA%2CQAAA%3B%3BAA5MJ%2CKAyMK%2CiBAzMJ%3BENuMD%2CYAAA%3B%3BAMQA%2CKAAK%3BENRL%2CmBAAA%3B%3BAMvMA%2CKA%2BMK%2CcA%5C%2FMJ%3BENuMD%2CYAAA%3B%3BAMzHA%2CKAAC%3BAAAD%2CMAAC%3BAAAD%2CQAAC%3BENyHD%2CqBAAA%3B%3BAMkBA%2CGAAG%3BENlBH%2CcAAA%3BEAAA%2CiBAAA%3B%3BAMsBA%2CKAAK%3BAACL%2CKAAK%3BAACL%2CKAAK%3BEACD%2CeAAA%3BEACA%2C0BAAA%3B%3BAAGJ%2CKAAK%3BEACD%2CSAAA%3BEACA%2CUAAA%3B%3BARrPJ%3BEACI%2C6CAAA%3B%3BAAGJ%3BEACI%2CkBAAA%3B%3BAAIA%2CCAAC%3BEACG%2CgBAAA%3BEACA%2CUAAA%3B%3BAAQJ%2CUAJO%2CEAIN%3BAAAD%2CKAHC%2CIAAI%2CYAGJ%3BAAAD%2CQAFI%2CIAAI%2CYAEP%3BAAAD%2CMADE%2CIAAI%2CYACL%3BEEmML%2CgBAAA%3B%3B%3B%3B%3B%3B%3BAOlHJ%3BEACI%2CaAAA%3B%3BAAEJ%3BEACE%2CyBAAA%3B%3BAAmCF%3BEP2EI%2COC9MoB%2C4BD8MpB%3B%3BAOxEJ%3BEPwEI%2COC7MmB%2C2BD6MnB%3B%3BAQxRA%2CyBAmCI%2CsBAsBI%2CQAAO%3BAJyNf%2CeAKI%3BAKrQJ%2CYAGI%3BACKJ%3BACEA%3BACpBA%2CoBAYI%3BACsEA%2CQAAC%3BACwRL%3BAC1PY%2C0BAVR%2CUAEK%2COAQI%3BAChIb%2CcAII%3BAAHJ%2CqBAGI%3BACJJ%2CYA0DI%2CcAKI%3BEjBiOR%2CSAAA%3BEAAA%2CUAAA%3BED1KA%2CqBAAA%3B%3BAS9GA%2CyBAmCI%2CsBAsBI%2CQAAO%2CMUxDT%3BAdiRN%2CeAKI%2CwBctRE%3BATiBN%2CYAGI%2CKSpBE%3BARyBN%2CiBQzBM%3BAP2BN%2C0BO3BM%3BANON%2CoBAYI%2CWMnBE%3BALyFF%2CQAAC%2CMKzFC%3BAJiXN%2CYIjXM%3BAHuHM%2C0BAVR%2CUAEK%2COAQI%2CMGvHP%3BAFTN%2CcAII%2CcEKE%3BAFRN%2CqBAGI%2CcEKE%3BADTN%2CYA0DI%2CcAKI%2CQCtDF%3BEACE%2CSAAA%3B%3BAAopBR%3BADzfoB%2CYA3GhB%2CcAKI%2CQAII%2CMAkFI%2CQAgBK%3BAT7JrB%2CyBAmCI%2CsBAyCI%2CqBACM%3BAM6Ld%2CkBA6FI%2CQAAO%3BAA5FX%2CuBA4FI%2CQAAO%3BAKvVX%2CkBAGI%2CQAAO%3BAAFX%2CuBAEI%2CQAAO%3BAADX%2CqBACI%2CQAAO%3BEdoBX%2CsBAAA%3BELiPA%2CYCtMiB%2CyBDsMjB%3BEAAA%2CkBCvMY%2CoBDuMZ%3BEAAA%2COCvMY%2CoBDuMZ%3BEAAA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CaClMkB%2C0BDkMlB%3BEAAA%2CSAAA%3BEAAA%2CiBAAA%3BEAAA%2CiBAAA%3BEAAA%2CoBAAA%3BEK9NA%2CsBAAA%3BEACA%2CsBAAA%3BEL6NA%2CqBAAA%3BEKxHA%2CqBAAA%3BELwHA%2CeCnMoB%2C4BDmMpB%3B%3BAK5MA%2CuBAAC%3BAACD%2CuBAAC%3BAaykBD%2CyBb1kBC%3BAa0kBD%2CyBbzkBC%3BAYgFmB%2CYA3GhB%2CcAKI%2CQAII%2CMAkFI%2CQAgBK%2CMZjFpB%3BAYiFmB%2CYA3GhB%2CcAKI%2CQAII%2CMAkFI%2CQAgBK%2CMZhFpB%3BAG7ED%2CyBAmCI%2CsBAyCI%2CqBACM%2CUHDb%3BAG5ED%2CyBAmCI%2CsBAyCI%2CqBACM%2CUHAb%3BAS6LD%2CkBA6FI%2CQAAO%2CUT3RV%3BAS8LD%2CkBA6FI%2CQAAO%2CUT1RV%3BAS8LD%2CuBA4FI%2CQAAO%2CUT3RV%3BAS%2BLD%2CuBA4FI%2CQAAO%2CUT1RV%3BAc7DD%2CkBAGI%2CQAAO%2CWdyDV%3BAc5DD%2CkBAGI%2CQAAO%2CWd0DV%3BAc5DD%2CuBAEI%2CQAAO%2CWdyDV%3BAc3DD%2CuBAEI%2CQAAO%2CWd0DV%3BAc3DD%2CqBACI%2CQAAO%2CWdyDV%3BAc1DD%2CqBACI%2CQAAO%2CWd0DV%3BEL2MD%2CYCrMwB%2CgCDqMxB%3BEAAA%2CkBC9MoB%2C4BD8MpB%3BEAAA%2COCpMmB%2C2BDoMnB%3B%3BAK%5C%2FLA%2CuBAAC%3BAa6jBD%2CyBb7jBC%3BAYoEmB%2CYA3GhB%2CcAKI%2CQAII%2CMAkFI%2CQAgBK%2CMZpEpB%3BAGzFD%2CyBAmCI%2CsBAyCI%2CqBACM%2CUHYb%3BASiLD%2CkBA6FI%2CQAAO%2CUT9QV%3BASkLD%2CuBA4FI%2CQAAO%2CUT9QV%3BAczED%2CkBAGI%2CQAAO%2CWdsEV%3BAcxED%2CuBAEI%2CQAAO%2CWdsEV%3BAcvED%2CqBACI%2CQAAO%2CWdsEV%3BEL%2BLD%2CYCrMwB%2CgCDqMxB%3BEAAA%2CkBC9MoB%2C4BD8MpB%3BEAAA%2COCpMmB%2C2BDoMnB%3B%3BAKnLA%2CuBAAC%3BAACD%2CuBAAC%3BAACD%2CQAAQ%2CUAAW%3BAa%2BiBnB%2CyBbjjBC%3BAaijBD%2CyBbhjBC%3BAACD%2CQAAQ%2CUa%2BiBR%3BADzfoB%2CYA3GhB%2CcAKI%2CQAII%2CMAkFI%2CQAgBK%2CMZxDpB%3BAYwDmB%2CYA3GhB%2CcAKI%2CQAII%2CMAkFI%2CQAgBK%2CMZvDpB%3BAACD%2CQAAQ%2CUYsDY%2CaA3GhB%2CcAKI%2CQAII%2CMAkFI%2CQAgBK%3BAT7JrB%2CyBAmCI%2CsBAyCI%2CqBACM%2CUHwBb%3BAGrGD%2CyBAmCI%2CsBAyCI%2CqBACM%2CUHyBb%3BAACD%2CQAAQ%2CUGvGR%2C0BAmCI%2CsBAyCI%2CqBACM%3BAM6Ld%2CkBA6FI%2CQAAO%2CUTlQV%3BASqKD%2CkBA6FI%2CQAAO%2CUTjQV%3BAACD%2CQAAQ%2CUSmKR%2CmBA6FI%2CQAAO%3BAA5FX%2CuBA4FI%2CQAAO%2CUTlQV%3BASsKD%2CuBA4FI%2CQAAO%2CUTjQV%3BAACD%2CQAAQ%2CUSoKR%2CwBA4FI%2CQAAO%3BAKvVX%2CkBAGI%2CQAAO%2CWdkFV%3BAcrFD%2CkBAGI%2CQAAO%2CWdmFV%3BAACD%2CQAAQ%2CUcvFR%2CmBAGI%2CQAAO%3BAAFX%2CuBAEI%2CQAAO%2CWdkFV%3BAcpFD%2CuBAEI%2CQAAO%2CWdmFV%3BAACD%2CQAAQ%2CUctFR%2CwBAEI%2CQAAO%3BAADX%2CqBACI%2CQAAO%2CWdkFV%3BAcnFD%2CqBACI%2CQAAO%2CWdmFV%3BAACD%2CQAAQ%2CUcrFR%2CsBACI%2CQAAO%3BEnBqQX%2CYAAA%3BEK%5C%2FKI%2CeAAA%3BEACA%2CoBAAA%3B%3BAAwDJ%2CuBAAC%3BAACD%2CuBAAC%3BAACD%2CuBAAC%3BAakfD%2CyBbpfC%3BAaofD%2CyBbnfC%3BAamfD%2CyBblfC%3BAYPmB%2CYA3GhB%2CcAKI%2CQAII%2CMAkFI%2CQAgBK%2CMZKpB%3BAYLmB%2CYA3GhB%2CcAKI%2CQAII%2CMAkFI%2CQAgBK%2CMZMpB%3BAYNmB%2CYA3GhB%2CcAKI%2CQAII%2CMAkFI%2CQAgBK%2CMZOpB%3BAGpKD%2CyBAmCI%2CsBAyCI%2CqBACM%2CUHqFb%3BAGlKD%2CyBAmCI%2CsBAyCI%2CqBACM%2CUHsFb%3BAGnKD%2CyBAmCI%2CsBAyCI%2CqBACM%2CUHuFb%3BASsGD%2CkBA6FI%2CQAAO%2CUTrMV%3BASwGD%2CkBA6FI%2CQAAO%2CUTpMV%3BASuGD%2CkBA6FI%2CQAAO%2CUTnMV%3BASuGD%2CuBA4FI%2CQAAO%2CUTrMV%3BASyGD%2CuBA4FI%2CQAAO%2CUTpMV%3BASwGD%2CuBA4FI%2CQAAO%2CUTnMV%3BAcpJD%2CkBAGI%2CQAAO%2CWd%2BIV%3BAclJD%2CkBAGI%2CQAAO%2CWdgJV%3BAcnJD%2CkBAGI%2CQAAO%2CWdiJV%3BAcnJD%2CuBAEI%2CQAAO%2CWd%2BIV%3BAcjJD%2CuBAEI%2CQAAO%2CWdgJV%3BAclJD%2CuBAEI%2CQAAO%2CWdiJV%3BAclJD%2CqBACI%2CQAAO%2CWd%2BIV%3BAchJD%2CqBACI%2CQAAO%2CWdgJV%3BAcjJD%2CqBACI%2CQAAO%2CWdiJV%3BEACG%2CqBAAA%3B%3BADtCJ%2CKAAK%2CcAmID%2Ccc1OJ%3BAEdA%2CkBAoDI%2CeA4BI%2CSAEI%2CcFpEZ%3BEACI%2CWAAA%3BEACA%2CWAAA%3BEACA%2CoBAAA%3B%3BAdoGJ%2CKAAK%2CcAmID%2Ccc1OJ%2CGAKK%3BAEnBL%2CkBAoDI%2CeA4BI%2CSAEI%2CcFpEZ%2CGAKK%3BEACG%2CSAAS%2CIAAT%3B%3BAdiGR%2CKAAK%2CcAmID%2CcchOJ%3BAExBA%2CkBAoDI%2CeA4BI%2CSAEI%2CcF1DZ%3BEACI%2CqBAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CqBAAA%3B%3BAG%2BJJ%2CeAmBI%3BEHrGA%2CYAAA%3BEACA%2CqBAAA%3B%3BAGiFJ%2CeAmBI%2CuBHlGA%3BEACI%2CgBAAA%3B%3BAJ3BR%2CQAAQ%2CMACJ%2CSAAQ%2CMAAO%2COAAM%3BEI2CrB%2CcAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3B%3BAI7HJ%2CgBACI%2COAOI%3BEtBkQR%2CiBAAA%3BEkB9HI%2CgCAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3B%3BAI9IJ%2CgBACI%2COAOI%2CaJ%2BHJ%3BEACI%2CgBAAA%3B%3BANzBR%2CcACI%3BAEwqBJ%2CcACI%3BASxjBJ%2COAGI%3BAJnJJ%2CeACI%3BAJgFJ%2C8BACI%3BEGZJ%2CmBAAA%3B%3BANxCA%2CcACI%2CaMyCF%3BAJ%2BnBF%2CcACI%2CaIhoBF%3BAKwEF%2COAGI%2CaL3EF%3BACxEF%2CeACI%2CaDuEF%3BAHSF%2C8BACI%2CaGVF%3BElBiHF%2COC7MmB%2C2BD6MnB%3BEAAA%2CaC5NyB%2CiCD4NzB%3BEAAA%2CaC3NyB%2CiCD2NzB%3BEAAA%2CkBAAA%3BEAAA%2CiBAAA%3BEAAA%2CgBAAA%3BEAAA%2CqBAAA%3B%3BAsBvLA%2CQACI%2CQAAO%2CKAkBH%2COAAM%2CIAAI%2CSJoEd%3BANiCJ%2CuBAEI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSMpCd%3BANkCJ%2CiBACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSMpCd%3BEAnBJ%2CmBAAA%3B%3BAIpEA%2CQACI%2CQAAO%2CKAkBH%2COAAM%2CIAAI%2CSJoEd%2CaAjBF%3BANkDF%2CuBAEI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSMpCd%2CaAjBF%3BANmDF%2CiBACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSMpCd%2CaAjBF%3BElBiHF%2COC7MmB%2C2BD6MnB%3BEAAA%2CaC5NyB%2CiCD4NzB%3BEAAA%2CaC3NyB%2CiCD2NzB%3BEAAA%2CkBAAA%3BEAAA%2CiBAAA%3BEAAA%2CgBAAA%3BEAAA%2CqBAAA%3B%3BAsBvLA%2CQACI%2CQAAO%2CKAkBH%2COAAM%2CIAAI%2CSJoEd%2CaAGM%3BAN8BV%2CuBAEI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSMpCd%2CaAGM%3BAN%2BBV%2CiBACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSMpCd%2CaAGM%3BEACE%2CiBAAA%3B%3BAI3FZ%2CQACI%2CQAAO%2CKAkBH%2COAAM%2CIAAI%2CSJ4Ed%3BANyBJ%2CuBAEI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSM5Bd%3BAN0BJ%2CiBACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSM5Bd%3BEACI%2CqBAAA%3BEACA%2CeAAA%3B%3BAIjGR%2CQACI%2CQAAO%2CKAkBH%2COAAM%2CIAAI%2CSJ4Ed%2CWAIM%3BANqBV%2CuBAEI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSM5Bd%2CWAIM%3BANsBV%2CiBACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSM5Bd%2CWAIM%3BElBoFV%2COC7MmB%2C2BD6MnB%3BEAAA%2CaC5NyB%2CiCD4NzB%3BEAAA%2CaC3NyB%2CiCD2NzB%3BEAAA%2CkBAAA%3BEAAA%2CiBAAA%3BEAAA%2CgBAAA%3BEAAA%2CmBAAA%3B%3BAsBvLA%2CQACI%2CQAAO%2CKAkBH%2COAAM%2CIAAI%2CSJ4Ed%2CWAQM%3BANiBV%2CuBAEI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSM5Bd%2CWAQM%3BANkBV%2CiBACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSM5Bd%2CWAQM%3BEACE%2CgBAAA%3BEACA%2CiBAAA%3B%3BAIzGZ%2CQACI%2CQAAO%2CKAkBH%2COAAM%2CIAAI%2CSJ0Fd%2CeACI%2CEAAC%3BANUT%2CuBAEI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSMdd%2CeACI%2CEAAC%3BANWT%2CiBACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSMdd%2CeACI%2CEAAC%3BEACG%2CgBAAA%3B%3BAI%5C%2FGZ%2CQACI%2CQAAO%2CKAkBH%2COAAM%2CIAAI%2CSJ0Fd%2CeAKI%3BANMR%2CuBAEI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSMdd%2CeAKI%3BANOR%2CiBACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSMdd%2CeAKI%3BEACI%2CmBAAA%3B%3BAH%5C%2FGR%2CSAAC%3BEShEL%2CqBAAA%3BEACA%2CkBAAA%3B%3BAxBFA%2CoBAAC%3BAACD%2CoBAAC%3BAegEG%2CSAAC%2CSfjEJ%3BAeiEG%2CSAAC%2CSfhEJ%3BEACG%2CSAAS%2CEAAT%3BEACA%2CcAAA%3B%3BAAGJ%2CoBAAC%3BAe2DG%2CSAAC%2CSf3DJ%3BEACG%2CWAAA%3B%3BAkBoLJ%2CoBMvLA%3BAT6DI%2CSAAC%2CSS7DL%3BEAEI%2CeAAA%3BExB8OJ%2CqBAAA%3BEyBhOA%2CqBAAA%3B%3BAAMA%2CoBDtBA%2CeCsBC%3BAVuCG%2CSAAC%2CSS7DL%2CeCsBC%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BEzB9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CS0BzPgB%2CO1ByPhB%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CiBAAA%3BEAAA%2CsBAAA%3BEyBqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAtRI%2CoBDnCJ%2CeCkCC%2CMACI%3BAV0BD%2CSAAC%2CSS7DL%2CeCkCC%2CMACI%3BEzB6ML%2CcAAA%3B%3BAyBvMI%2CoBDzCJ%2CeCwCC%2COACI%3BAVoBD%2CSAAC%2CSS7DL%2CeCwCC%2COACI%3BEzBuML%2CcAAA%3B%3BAwBqEA%2CoBArTA%2CeAqTC%3BATxPG%2CSAAC%2CSS7DL%2CeAqTC%3BExBrED%2CqBAAA%3BEyBhOA%2CqBAAA%3B%3BAAMA%2CoBDtBA%2CeAqTC%2COC%5C%2FRA%3BAVuCG%2CSAAC%2CSS7DL%2CeAqTC%2COC%5C%2FRA%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BEzB9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CS0BxOc%2CO1BwOd%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CiBAAA%3BEAAA%2CsBAAA%3BEyBqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAtRI%2CoBDnCJ%2CeAqTC%2COCnRA%2CMACI%3BAV0BD%2CSAAC%2CSS7DL%2CeAqTC%2COCnRA%2CMACI%3BEzB6ML%2CcAAA%3B%3BAyBvMI%2CoBDzCJ%2CeAqTC%2COC7QA%2COACI%3BAVoBD%2CSAAC%2CSS7DL%2CeAqTC%2COC7QA%2COACI%3BEzBuML%2CcAAA%3B%3BAkBzDA%2CoBMAA%3BAT1HI%2CSAAC%2CSS0HL%3BExByDA%2CSAAA%3BEAAA%2CUAAA%3BED1KA%2CqBAAA%3BEC0KA%2CgBAAA%3BEAAA%2CsBAAA%3BEAAA%2CeAAA%3BEAAA%2CgBAAA%3BEAAA%2CYAAA%3BEwBhDI%2CsBAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3BExB8CJ%2CSAAA%3BEAAA%2CyCAAA%3B%3BAkBzDA%2CoBMAA%2CYAsBI%3BAThJA%2CSAAC%2CSS0HL%2CYAsBI%3BExBmCJ%2CSAAA%3BEAAA%2CyBAAA%3B%3BAwB3BQ%2CoBA9BR%2CYAsBI%2CGAQK%3BATxJL%2CSAAC%2CSS0HL%2CYAsBI%2CGAQK%3BExB2BT%2CmBAAA%3BEwBzBY%2CeAAA%3B%3BAAuTZ%2CoBAvVA%2CYAuVC%3BAACD%2CoBAxVA%2CYAwVC%3BATldG%2CSAAC%2CSS0HL%2CYAuVC%3BATjdG%2CSAAC%2CSS0HL%2CYAwVC%3BEACG%2C0BAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3B%3BAAGJ%2CoBAjWA%2CYAiWC%3BAT3dG%2CSAAC%2CSS0HL%2CYAiWC%3BEACG%2CiBAAA%3BExBzSJ%2CsDAAA%3BEwB2SI%2CWAAA%3B%3BAAGJ%2CoBAvWA%2CYAuWC%3BATjeG%2CSAAC%2CSS0HL%2CYAuWC%3BEACG%2CiBAAA%3BExB%5C%2FSJ%2CsDAAA%3BEwBiTI%2CWAAA%3B%3BAAzDJ%2CoBAjTA%2CYAiTC%3BAT3aG%2CSAAC%2CSS0HL%2CYAiTC%3BExBxPD%2CUAAA%3BEAAA%2CUAAA%3B%3BAwB6PA%2CoBAtTA%2CYAsTC%3BAThbG%2CSAAC%2CSS0HL%2CYAsTC%3BExB7PD%2CSAAA%3BEAAA%2CUAAA%3B%3BAwBZA%2CoBAAC%3BATvKG%2CSAAC%2CSSuKJ%3BEACG%2CiBAAA%3B%3BAADJ%2CoBAAC%2COAGG%3BAT1KA%2CSAAC%2CSSuKJ%2COAGG%3BEACI%2CcAAA%3B%3BAhBhRR%2CyBAYI%2CYAAW%3BAJoJP%2CKAjCH%2CcA8BD%2CKAGK%2CIACG%3BAkBhEZ%2CQA0CI%2CoBACI%2CKACI%3BAKpJZ%2CMAAM%2CQAmBF%2CSACI%3BARwBR%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CSAkB%5C%2FB%2CYAGI%3BAAqDA%2CcAFM%2CSACV%2CSACK%2CKAuCG%2CYAgCI%2CMAAK%3BAJyDb%2C0BADJ%2CYACK%3BAanOW%2CQAnBhB%2CgBACI%2CUAGI%2CQAGI%2COAYK%2CIACG%3BEVkOpB%2CkBAAA%3BEACA%2CWAAA%3B%3BAIrBJ%3BACaA%2CQACI%2CQAAO%2CMAAM%2CIAAI%3BAADrB%2CQAEI%2CQAAO%2CIAAI%3BAPlPf%3BAACA%3BEEiQI%2CmBAAA%3B%3BAJ8QI%2CQADJ%2CQACK%3BAAgLT%2CiBA4EI%2CMAAK%2COAKD%2CQAAO%3BAAuCP%2CcADJ%2CQACK%3BAejvBL%2COAAC%2CQAqBG%2CQAAO%3BE7BoMf%2CqBAAA%3BEyB9QA%2CqBAAA%3B%3BAPyPA%2C6BOSE%3BAX4PM%2CQADJ%2CQACK%2COW5PP%3BAX4aF%2CiBA4EI%2CMAAK%2COAKD%2CQAAO%2COW7fb%3BAXoiBM%2CcADJ%2CQACK%2COWpiBP%3BAI7ME%2COAAC%2CQAqBG%2CQAAO%2COJwLb%3BEzBhQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAyBHA%2C6BAAC%3BAXwfO%2CQADJ%2CQACK%2COWxfR%3BAXwqBD%2CiBA4EI%2CMAAK%2COAKD%2CQAAO%2COWzvBd%3BAXgyBO%2CcADJ%2CQACK%2COWhyBR%3BAI%2BCG%2COAAC%2CQAqBG%2CQAAO%2COJpEd%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BEzB9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CS0B1OU%2CO1B0OV%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CsBAAA%3BEyBqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2C6BADH%2CMACI%3BAX2eG%2CQADJ%2CQACK%2COW5eR%2CMACI%3BAX2pBL%2CiBA4EI%2CMAAK%2COAKD%2CQAAO%2COW7uBd%2CMACI%3BAXmxBG%2CcADJ%2CQACK%2COWpxBR%2CMACI%3BAIkCD%2COAAC%2CQAqBG%2CQAAO%2COJxDd%2CMACI%3BEzB2PL%2CcAAA%3B%3BAyBrPI%2C6BADH%2COACI%3BAXqeG%2CQADJ%2CQACK%2COWteR%2COACI%3BAXqpBL%2CiBA4EI%2CMAAK%2COAKD%2CQAAO%2COWvuBd%2COACI%3BAX6wBG%2CcADJ%2CQACK%2COW9wBR%2COACI%3BAI4BD%2COAAC%2CQAqBG%2CQAAO%2COJlDd%2COACI%3BEzBqPL%2CcAAA%3B%3BA8BmGA%2CWAAY%2CQAAQ%2CSAChB%3BAADJ%2CWAAY%2CQAAQ%2CSAEhB%2CSAAQ%2CKAAM%3BAAQd%2CQAAC%2CKAyBG%3BAAzBJ%2CQAAC%2CKA0BG%2CSAAQ%2CKAAM%3BAjBtTd%2CQAVH%2CKAUI%3BACvCT%2CQAAQ%2CKAAM%3BEIoNV%2CgBAAA%3B%3BAYqGJ%2CWAAY%2CQAAQ%2CSAChB%2CmBZpGE%3BAYmGN%2CWAAY%2CQAAQ%2CSAEhB%2CSAAQ%2CKAAM%2CEZrGZ%3BAY6GF%2CQAAC%2CKAyBG%2CmBZtIF%3BAY6GF%2CQAAC%2CKA0BG%2CSAAQ%2CKAAM%2CEZvIhB%3BAL%5C%2FKE%2CQAVH%2CKAUI%2CKK%2BKH%3BAJtNN%2CQAAQ%2CKAAM%2CEIsNR%3BElBAN%2COC7MmB%2C2BD6MnB%3BEAAA%2CqBAAA%3B%3BADjJA%2CiBmBiJM%2CInBjJL%3BA%2BBoPD%2CWAAY%2CQAAQ%2CSAChB%2CmBZpGE%2CInBjJL%3BA%2BBoPD%2CWAAY%2CQAAQ%2CSAEhB%2CSAAQ%2CKAAM%2CEZrGZ%2CInBjJL%3BA%2BB8PG%2CQAAC%2CKAyBG%2CmBZtIF%2CInBjJL%3BA%2BB8PG%2CQAAC%2CKA0BG%2CSAAQ%2CKAAM%2CEZvIhB%2CInBjJL%3BAc9BO%2CQAVH%2CKAUI%2CKK%2BKH%2CInBjJL%3BAerED%2CQAAQ%2CKAAM%2CEIsNR%2CInBjJL%3BECiJD%2COC7MmB%2C2BD6MnB%3BEAAA%2CqBAAA%3B%3BAD5IA%2CiBmB4IM%2CInB5IL%3BA%2BB%2BOD%2CWAAY%2CQAAQ%2CSAChB%2CmBZpGE%2CInB5IL%3BA%2BB%2BOD%2CWAAY%2CQAAQ%2CSAEhB%2CSAAQ%2CKAAM%2CEZrGZ%2CInB5IL%3BA%2BByPG%2CQAAC%2CKAyBG%2CmBZtIF%2CInB5IL%3BA%2BByPG%2CQAAC%2CKA0BG%2CSAAQ%2CKAAM%2CEZvIhB%2CInB5IL%3BAcnCO%2CQAVH%2CKAUI%2CKK%2BKH%2CInB5IL%3BAe1ED%2CQAAQ%2CKAAM%2CEIsNR%2CInB5IL%3BEC4ID%2COC1MiB%2CyBD0MjB%3BEAAA%2CqBAAA%3B%3BADvIA%2CiBmBuIM%2CInBvIL%3BA%2BB0OD%2CWAAY%2CQAAQ%2CSAChB%2CmBZpGE%2CInBvIL%3BA%2BB0OD%2CWAAY%2CQAAQ%2CSAEhB%2CSAAQ%2CKAAM%2CEZrGZ%2CInBvIL%3BA%2BBoPG%2CQAAC%2CKAyBG%2CmBZtIF%2CInBvIL%3BA%2BBoPG%2CQAAC%2CKA0BG%2CSAAQ%2CKAAM%2CEZvIhB%2CInBvIL%3BAcxCO%2CQAVH%2CKAUI%2CKK%2BKH%2CInBvIL%3BAe%5C%2FED%2CQAAQ%2CKAAM%2CEIsNR%2CInBvIL%3BECuID%2COC1MiB%2CyBD0MjB%3BEAAA%2CqBAAA%3B%3BA%2BBzBI%2CSAAU%2CQAAC%2COAAO%3BAZrPtB%2CKAAK%2CSAAS%2CMACV%3BEDiSJ%2CcAAA%3B%3BAdnEQ%2CKA1GH%2CcAyGD%2CQACK%2CKAAK%3BA4B9Md%2CYAgFI%3BAChGJ%2C%2BBAGI%2C4BAMI%3BACER%3BAChBA%2CwBAiFI%2C0BASI%3BAxBxGR%2C0BA6BI%3BAISI%2CiBAAkB%2CUAnCrB%2CMAAM%2COAqCG%3BAADN%2CcAAe%2CUApClB%2CMAAM%2COAqCG%3BEfwPd%2CiBAAA%3BEAAA%2CUAAA%3BEAAA%2COC3MU%2CkBD2MV%3BEAAA%2CqBAAA%3BEK5FA%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CeAAA%3BEayIA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3B%3BAnBlMA%2C0BAAC%3BAKkGO%2CKA1GH%2CcAyGD%2CQACK%2CKAAK%2CILlGb%3BAiC5GD%2CYAgFI%2CmBjC4BH%3BAkC5HD%2C%2BBAGI%2C4BAMI%2CalCmHP%3BAmCjHD%2CmBnCiHC%3BAoCjID%2CwBAiFI%2C0BASI%2CepCuCP%3BAY%5C%2FID%2C0BA6BI%2CaZkHH%3BAgBzGO%2CiBAAkB%2CUAnCrB%2CMAAM%2COAqCG%2CUhBuGb%3BAgBxGO%2CcAAe%2CUApClB%2CMAAM%2COAqCG%2CUhBuGb%3BECiJD%2COC3MU%2CkBD2MV%3BEAAA%2CqBAAA%3B%3BAD5IA%2C0BAAC%3BAK6FO%2CKA1GH%2CcAyGD%2CQACK%2CKAAK%2CIL7Fb%3BAiCjHD%2CYAgFI%2CmBjCiCH%3BAkCjID%2C%2BBAGI%2C4BAMI%2CalCwHP%3BAmCtHD%2CmBnCsHC%3BAoCtID%2CwBAiFI%2C0BASI%2CepC4CP%3BAYpJD%2C0BA6BI%2CaZuHH%3BAgB9GO%2CiBAAkB%2CUAnCrB%2CMAAM%2COAqCG%2CUhB4Gb%3BAgB7GO%2CcAAe%2CUApClB%2CMAAM%2COAqCG%2CUhB4Gb%3BEC4ID%2COC1MiB%2CyBD0MjB%3BEAAA%2CqBAAA%3B%3BADvIA%2C0BAAC%3BAKwFO%2CKA1GH%2CcAyGD%2CQACK%2CKAAK%2CILxFb%3BAiCtHD%2CYAgFI%2CmBjCsCH%3BAkCtID%2C%2BBAGI%2C4BAMI%2CalC6HP%3BAmC3HD%2CmBnC2HC%3BAoC3ID%2CwBAiFI%2C0BASI%2CepCiDP%3BAYzJD%2C0BA6BI%2CaZ4HH%3BAgBnHO%2CiBAAkB%2CUAnCrB%2CMAAM%2COAqCG%2CUhBiHb%3BAgBlHO%2CcAAe%2CUApClB%2CMAAM%2COAqCG%2CUhBiHb%3BECuID%2CWAAA%3BEAAA%2CqBAAA%3B%3BAKxFA%2C0BAAC%3BAACD%2C0BAAC%3BAACD%2C0BAAC%3BADuCO%2CKA1GH%2CcAyGD%2CQACK%2CKAAK%2CICzCb%3BADyCO%2CKA1GH%2CcAyGD%2CQACK%2CKAAK%2CICxCb%3BADwCO%2CKA1GH%2CcAyGD%2CQACK%2CKAAK%2CICvCb%3BA2BvKD%2CYAgFI%2CmB3BqFH%3BA2BrKD%2CYAgFI%2CmB3BsFH%3BA2BtKD%2CYAgFI%2CmB3BuFH%3BA4BvLD%2C%2BBAGI%2C4BAMI%2Ca5B4KP%3BA4BrLD%2C%2BBAGI%2C4BAMI%2Ca5B6KP%3BA4BtLD%2C%2BBAGI%2C4BAMI%2Ca5B8KP%3BA6B5KD%2CmB7B0KC%3BA6B1KD%2CmB7B2KC%3BA6B3KD%2CmB7B4KC%3BA8B5LD%2CwBAiFI%2C0BASI%2Ce9BgGP%3BA8B1LD%2CwBAiFI%2C0BASI%2Ce9BiGP%3BA8B3LD%2CwBAiFI%2C0BASI%2Ce9BkGP%3BAM1MD%2C0BA6BI%2CaN2KH%3BAMxMD%2C0BA6BI%2CaN4KH%3BAMzMD%2C0BA6BI%2CaN6KH%3BAUpKO%2CiBAAkB%2CUAnCrB%2CMAAM%2COAqCG%2CUVgKb%3BAUlKO%2CiBAAkB%2CUAnCrB%2CMAAM%2COAqCG%2CUViKb%3BAUnKO%2CiBAAkB%2CUAnCrB%2CMAAM%2COAqCG%2CUVkKb%3BAUnKO%2CcAAe%2CUApClB%2CMAAM%2COAqCG%2CUVgKb%3BAUjKO%2CcAAe%2CUApClB%2CMAAM%2COAqCG%2CUViKb%3BAUlKO%2CcAAe%2CUApClB%2CMAAM%2COAqCG%2CUVkKb%3BEACG%2CgBAAA%3BEACA%2CSAAA%3B%3BAAGJ%2C0BAAC%3BAACD%2C0BAAC%3BAACD%2CQAAQ%2CUAAW%3BADgCX%2CKA1GH%2CcAyGD%2CQACK%2CKAAK%2CIClCb%3BADkCO%2CKA1GH%2CcAyGD%2CQACK%2CKAAK%2CICjCb%3BAACD%2CQAAQ%2CUDgCA%2CMA1GH%2CcAyGD%2CQACK%2CKAAK%3BA4B9Md%2CYAgFI%2CmB3B4FH%3BA2B5KD%2CYAgFI%2CmB3B6FH%3BAACD%2CQAAQ%2CU2B9KR%2CaAgFI%3BAChGJ%2C%2BBAGI%2C4BAMI%2Ca5BmLP%3BA4B5LD%2C%2BBAGI%2C4BAMI%2Ca5BoLP%3BAACD%2CQAAQ%2CU4B9LR%2CgCAGI%2C4BAMI%3BACER%2CmB7BiLC%3BA6BjLD%2CmB7BkLC%3BAACD%2CQAAQ%2CU6BnLR%3BAChBA%2CwBAiFI%2C0BASI%2Ce9BuGP%3BA8BjMD%2CwBAiFI%2C0BASI%2Ce9BwGP%3BAACD%2CQAAQ%2CU8BnMR%2CyBAiFI%2C0BASI%3BAxBxGR%2C0BA6BI%2CaNkLH%3BAM%5C%2FMD%2C0BA6BI%2CaNmLH%3BAACD%2CQAAQ%2CUMjNR%2C2BA6BI%3BAISI%2CiBAAkB%2CUAnCrB%2CMAAM%2COAqCG%2CUVuKb%3BAUzKO%2CiBAAkB%2CUAnCrB%2CMAAM%2COAqCG%2CUVwKb%3BAACD%2CQAAQ%2CUU3KA%2CkBAAkB%2CUAnCrB%2CMAAM%2COAqCG%3BAADN%2CcAAe%2CUApClB%2CMAAM%2COAqCG%2CUVuKb%3BAUxKO%2CcAAe%2CUApClB%2CMAAM%2COAqCG%2CUVwKb%3BAACD%2CQAAQ%2CUU1KA%2CeAAe%2CUApClB%2CMAAM%2COAqCG%3BEfwPd%2COC3MU%2CkBD2MV%3BEAAA%2CYAAA%3BEK5EI%2CeAAA%3BEACA%2CoBAAA%3BEACA%2C0BAAA%3B%3BAD2BI%2CKA1GH%2CcAyGD%2CQACK%2CKAAK%2CIckGb%3BAdlGO%2CKA1GH%2CcAyGD%2CQACK%2CKAAK%2CIcmGb%2CIAAI%3BAcjTL%2CYAgFI%2CmBdgOH%3BAchTD%2CYAgFI%2CmBdiOH%2CIAAI%3BAejUL%2C%2BBAGI%2C4BAMI%2CafuTP%3BAehUD%2C%2BBAGI%2C4BAMI%2CafwTP%2CIAAI%3BAgBtTL%2CmBhBqTC%3BAgBrTD%2CmBhBsTC%2CIAAI%3BAiBtUL%2CwBAiFI%2C0BASI%2CejB2OP%3BAiBrUD%2CwBAiFI%2C0BASI%2CejB4OP%2CIAAI%3BAPpVL%2C0BA6BI%2CaOsTH%3BAPnVD%2C0BA6BI%2CaOuTH%2CIAAI%3BAH9SG%2CiBAAkB%2CUAnCrB%2CMAAM%2COAqCG%2CUG2Sb%3BAH7SO%2CiBAAkB%2CUAnCrB%2CMAAM%2COAqCG%2CUG4Sb%2CIAAI%3BAH7SG%2CcAAe%2CUApClB%2CMAAM%2COAqCG%2CUG2Sb%3BAH5SO%2CcAAe%2CUApClB%2CMAAM%2COAqCG%2CUG4Sb%2CIAAI%3BEACD%2CgBAAA%3B%3BAAwFI%2CeADJ%2CQACK%3BAkB7aT%2CKAAK%2CKAAK%2COlB4aN%2CQACK%3BElB7IT%2CiBAAA%3BEAAA%2CUAAA%3BEAAA%2COC3MU%2CkBD2MV%3BEAAA%2CqBAAA%3BEK5FA%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CeAAA%3BEayIA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEAqBI%2CUAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3B%3BAnB3NJ%2CkBAAC%3BAmB8RO%2CeADJ%2CQACK%2COnB9RR%3BAqC%5C%2FID%2CKAAK%2CKAAK%2COlB4aN%2CQACK%2COnB9RR%3BECiJD%2COC3MU%2CkBD2MV%3BEAAA%2CqBAAA%3B%3BAD5IA%2CkBAAC%3BAmByRO%2CeADJ%2CQACK%2COnBzRR%3BAqCpJD%2CKAAK%2CKAAK%2COlB4aN%2CQACK%2COnBzRR%3BEC4ID%2COC1MiB%2CyBD0MjB%3BEAAA%2CqBAAA%3B%3BADvIA%2CkBAAC%3BAmBoRO%2CeADJ%2CQACK%2COnBpRR%3BAqCzJD%2CKAAK%2CKAAK%2COlB4aN%2CQACK%2COnBpRR%3BECuID%2CWAAA%3BEAAA%2CqBAAA%3B%3BAKxFA%2CkBAAC%3BAACD%2CkBAAC%3BAACD%2CkBAAC%3BAamOO%2CeADJ%2CQACK%2CObrOR%3BAaqOO%2CeADJ%2CQACK%2CObpOR%3BAaoOO%2CeADJ%2CQACK%2CObnOR%3BA%2BB1MD%2CKAAK%2CKAAK%2COlB4aN%2CQACK%2CObrOR%3BA%2BBxMD%2CKAAK%2CKAAK%2COlB4aN%2CQACK%2CObpOR%3BA%2BBzMD%2CKAAK%2CKAAK%2COlB4aN%2CQACK%2CObnOR%3BEACG%2CgBAAA%3BEACA%2CSAAA%3B%3BAAGJ%2CkBAAC%3BAACD%2CkBAAC%3BAACD%2CQAAQ%2CUAAW%3BAa4NX%2CeADJ%2CQACK%2COb9NR%3BAa8NO%2CeADJ%2CQACK%2COb7NR%3BAACD%2CQAAQ%2CUa4NA%2CgBADJ%2CQACK%3BAkB7aT%2CKAAK%2CKAAK%2COlB4aN%2CQACK%2COb9NR%3BA%2BB%5C%2FMD%2CKAAK%2CKAAK%2COlB4aN%2CQACK%2COb7NR%3BAACD%2CQAAQ%2CU%2BBjNR%2CMAAK%2CKAAK%2COlB4aN%2CQACK%3BElB7IT%2COC3MU%2CkBD2MV%3BEAAA%2CYAAA%3BEK5EI%2CeAAA%3BEACA%2CoBAAA%3BEACA%2C0BAAA%3B%3BAauNI%2CeADJ%2CQACK%2COA1FR%3BAA0FO%2CeADJ%2CQACK%2COAzFR%2CIAAI%3BAkBpVL%2CKAAK%2CKAAK%2COlB4aN%2CQACK%2COA1FR%3BAkBnVD%2CKAAK%2CKAAK%2COlB4aN%2CQACK%2COAzFR%2CIAAI%3BEACD%2CgBAAA%3B%3BAkBrVJ%2CKAAK%2CKAAK%2COlB%2BXN%3BEACI%2CmBAAA%3B%3BAkBhYR%2CKAAK%2CKAAK%2COlB%2BXN%2CUAGI%2COACK%2CIAAI%2CSACD%3BEACI%2CUAAA%3B%3BAkBrYpB%2CKAAK%2CKAAK%2COlB%2BXN%2CUAWI%2CiBACK%2CIAAI%2CcAGC%3BEAOE%2CWAAA%3B%3BAkBrZpB%2CKAAK%2CKAAK%2COlB%2BXN%2CUAWI%2CiBACK%2CIAAI%2CcAGC%2CaACE%2CQACK%3BEACG%2CgBAAA%3B%3BAkBjZ5B%2CKAAK%2CKAAK%2COlB%2BXN%2CUA2BI%2CQACI%3BEACI%2CSAAA%3B%3BAkB5ZhB%2CKAAK%2CKAAK%2COlBiaN%2CSACK%3BEACG%2CgBAAA%3B%3BAkBnaZ%2CKAAK%2CKAAK%2COlBuaN%3BEACI%2CgBAAA%3BEACA%2CkBAAA%3B%3BAmBxZA%2CSAJF%2CSAIG%2CSACK%3BAADN%2CSAHF%2CUAAU%2CSAGP%2CSACK%3BACyBlB%3BACuMC%2CYAAC%2CqBAMA%2CMAAK%3BAA4ON%2CYAAC%2C6BACA%3BAnC7TU%2CKAjCH%2CcA8BD%2CKAGK%2CIAMG%3BAiBrBJ%2CiBAhBJ%2CQAgBK%2CSAGG%3BAAHJ%2CiBAhBJ%2CQAgBK%2CSAgCG%3BAZ1KZ%2CqBACI%3BA0BFJ%2CwBA0GI%2CsBACM%3BAA3GV%2CwBA0HI%2CUACI%3BAKxHR%2CwBAoFI%2COACI%3BAlBjBA%2CSADJ%2CUACK%2CMACK%3BAAmBd%2CQACI%2CQAAO%2CKAYH%2CSACK%3BAAsCb%2CMAAM%2COACF%2COACI%3BAAUR%2CYACI%3BAmB1HJ%2C0BAaI%2CyBACI%2CUACI%2CQAAO%3BA7BsEnB%2CcAKI%2CcAOI%3BA8BjJR%2CYACI%2CeAEI%2COACI%3BA7B4HJ%2CQAzBH%2CKAyBI%2CQAOG%2CmBAUK%2CUAWG%3BACoiBpB%2CiBAGI%2CMAAK%2CMAAM%2COAEP%3BAALR%2CiBAII%2CMAAK%2CMAAM%2CQACP%3BAe1kBA%2COAHH%2CQAGI%2CQA%2BCG%3BAcxKZ%2CMAAM%2CWAwCF%3BApB8DA%2COADG%2CKACF%2CIAAI%3BAAwFT%2CYAEI%2CUAgCI%3BAAjCR%2CYACI%2CUAgCI%3BAJ3GA%2CcAFM%2CSACV%2CSACK%2CKA2BG%2CaACI%3BAJoBhB%2C2BAKI%2CsBAII%2CUACM%3BAAiBd%2CuBACI%2CoBACI%3BEfhLR%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA4CdI%2CsBAAC%2CcAGG%2CsBAQI%3BE5COZ%2CUAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3B%3BAAQA%2CiBAAC%3BAACD%2CiBAAC%3BAkB8VW%2CeAZR%2CUAWI%2CiBACK%2CIAAI%2CclB%5C%2FVhB%3BAkB%2BVW%2CeAZR%2CUAWI%2CiBACK%2CIAAI%2CclB9VhB%3BAI0FD%2CKAAK%2CcAiED%2CiBJ5JH%3BAI2FD%2CKAAK%2CcAiED%2CiBJ3JH%3BAI0FD%2CKAAK%2CcAmID%2CcJ9NH%3BAI2FD%2CKAAK%2CcAmID%2CcJ7NH%3BAqBgKD%2CeAGI%2CcAWM%2CWrB%5C%2FKT%3BAqBiKD%2CeAGI%2CcAWM%2CWrB9KT%3BASxBD%2CmBTuBC%3BASvBD%2CmBTwBC%3BASQD%2CyBTTC%3BASSD%2CyBTRC%3BA6CxCD%2CsB7CuCC%3BA6CvCD%2CsB7CwCC%3BAgCiDO%2CYADJ%2COACK%2CUhClDR%3BAgCkDO%2CYADJ%2COACK%2CUhCjDR%3BAoB3BD%2CkBAoDI%2CeA4BI%2CSAEI%2CcpBxDX%3BAoB1BD%2CkBAoDI%2CeA4BI%2CSAEI%2CcpBvDX%3BAsBsCD%2CSACI%2CUAWI%2COtBnDP%3BAsBuCD%2CSACI%2CUAWI%2COtBlDP%3BAyCGD%2C0BACI%2CkBzCLH%3BAyCID%2C0BACI%2CkBzCJH%3BA8CtCD%2CUAWI%2CgB9C0BH%3BA8CrCD%2CUAWI%2CgB9C2BH%3BA%2BB6GD%2CgBACI%2CiB%5C%2FB%5C%2FGH%3BA%2BB8GD%2CgBACI%2CiB%5C%2FB9GH%3BA%2BChCD%2CQ%5C%2FC%2BBC%3BA%2BC%5C%2FBD%2CQ%5C%2FCgCC%3BA%2BChBD%2CiB%5C%2FCeC%3BA%2BCfD%2CiB%5C%2FCgBC%3BAc0XD%2CQA4HI%2CsBdvfH%3BAc2XD%2CQA4HI%2CsBdtfH%3BAuB2BG%2COAAC%2CQvB5BJ%3BAuB4BG%2COAAC%2CQvB3BJ%3BAoC7CD%2CKAAK%2CKAAK%2COlB%2BXN%2CUAWI%2CiBACK%2CIAAI%2CclB%5C%2FVhB%3BAoC5CD%2CKAAK%2CKAAK%2COlB%2BXN%2CUAWI%2CiBACK%2CIAAI%2CclB9VhB%3BEACG%2CSAAS%2CEAAT%3BEACA%2CcAAA%3B%3BAAGJ%2CiBAAC%3BAkByVW%2CeAZR%2CUAWI%2CiBACK%2CIAAI%2CclBzVhB%3BAIqFD%2CKAAK%2CcAiED%2CiBJtJH%3BAIqFD%2CKAAK%2CcAmID%2CcJxNH%3BAqB2JD%2CeAGI%2CcAWM%2CWrBzKT%3BAS7BD%2CmBT6BC%3BASGD%2CyBTHC%3BA6C7CD%2CsB7C6CC%3BAgC4CO%2CYADJ%2COACK%2CUhC5CR%3BAoBhCD%2CkBAoDI%2CeA4BI%2CSAEI%2CcpBlDX%3BAsBiCD%2CSACI%2CUAWI%2COtB7CP%3BAyCFD%2C0BACI%2CkBzCCH%3BA8C3CD%2CUAWI%2CgB9CgCH%3BA%2BBwGD%2CgBACI%2CiB%5C%2FBzGH%3BA%2BCrCD%2CQ%5C%2FCqCC%3BA%2BCrBD%2CiB%5C%2FCqBC%3BAcqXD%2CQA4HI%2CsBdjfH%3BAuBsBG%2COAAC%2CQvBtBJ%3BAoClDD%2CKAAK%2CKAAK%2COlB%2BXN%2CUAWI%2CiBACK%2CIAAI%2CclBzVhB%3BEACG%2CWAAA%3B%3BAkBqnCJ%2CeACI%3BAA2BJ%3BA8BhsCA%2CQAGI%2CQAAO%3BAAHX%2CQAYI%3BAAZJ%2CQAmBI%3BAxCfJ%2CyBAmCI%3BAJpBJ%3BA4BYA%2CYAuBI%3BAY7CA%2CsBAAC%2CcAgBG%3BAxBXR%3BAPqFI%2CQAAC%3BACgUL%2CQA4HI%2CsBAII%3BAmCleR%3BArBxDoB%2CQAZhB%2CgBACI%2CUAGI%2CQAGI%2COAKK%3BAXyID%2CYA5FhB%2CcAKI%2CQAII%2CMAkFI%2CQACK%3BAoBnFjB%2CMAAC%2CKnBsmCD%3BAgCjqCI%2CMADJ%2CSACK%3BEhC%2BjBT%2CsBAAA%3B%3BAOjgBA%2CoBAAC%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BEzB9DA%2CeAAA%3BEAAA%2CgBAAA%3BEAAA%2CcAAA%3BEAAA%2CS0B9NQ%2CO1B8NR%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CsBAAA%3BEyBqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAzB7TA%2CiBAAC%3BAACD%2CiBAAC%3BEACG%2CSAAS%2CEAAT%3BEACA%2CcAAA%3B%3BAAGJ%2CiBAAC%3BEACG%2CWAAA%3B%3BAkB6lBJ%2CiBM%5C%2FMA%3BEACI%2CWAAA%3BEACA%2CSAAA%3B%3BAN6MJ%2CiBM1MA%3BEACI%2CYAAA%3BEACA%2CSAAA%3B%3BANwMJ%2CiBM1LA%2COAAM%3BAN0LN%2CiBdzgBA%2CMAAK%2CcAiED%2CiBAGM%2CUoB2QJ%3BEACF%2C6BAAA%3BEACA%2C0BAAA%3B%3BANwLJ%2CiBMrLA%2COAAS%3BANqLT%2CiBdzgBA%2CMAAK%2CcAiED%2CiBAGM%2CUoBgRD%3BEACL%2C4BAAA%3BEACA%2CcAAA%3BEACA%2CyBAAA%3B%3BANkLJ%2CiBMjfA%3BExBiIA%2CgBAAA%3BEAAA%2CqBAAA%3BEyBhOA%2CqBAAA%3B%3BAPglBA%2CiBMjfA%2CeCqHE%3BEzBhQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAyB2CA%2CiBDyFA%2CeCzFC%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BEzB9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CS0BzPgB%2CO1ByPhB%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BEyBqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAtRI%2CiBD4EJ%2CeC7EC%2CMACI%3BEzB6ML%2CcAAA%3B%3BAyBvMI%2CiBDsEJ%2CeCvEC%2COACI%3BEzBuML%2CcAAA%3B%3BAwBuHA%2CiBAxPA%2CeAwPC%3BExBvHD%2CqBAAA%3BEyBhOA%2CqBAAA%3B%3BADuVA%2CiBAxPA%2CeAwPC%2COCnIC%3BEzBhQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAyB2CA%2CiBDyFA%2CeAwPC%2COCjVA%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BEzB9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CS0BxOc%2CO1BwOd%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BEyBqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAtRI%2CiBD4EJ%2CeAwPC%2COCrUA%2CMACI%3BEzB6ML%2CcAAA%3B%3BAyBvMI%2CiBDsEJ%2CeAwPC%2COC%5C%2FTA%2COACI%3BEzBuML%2CcAAA%3B%3BAkBgXA%2CiBMzaA%3BExByDA%2CSAAA%3BEAAA%2CUAAA%3BED1KA%2CqBAAA%3BEC0KA%2CgBAAA%3BEAAA%2CsBAAA%3BEAAA%2CeAAA%3BEAAA%2CeAAA%3BEAAA%2CYAAA%3BEwBhDI%2CsBAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3BExB8CJ%2CSAAA%3BEAAA%2CyCAAA%3B%3BAkBgXA%2CiBMzaA%2COAsBI%3BExBmCJ%2CSAAA%3BEAAA%2CgBAAA%3B%3BAwB3BQ%2CiBA9BR%2COAsBI%2CGAQK%3BExB2BT%2CmBAAA%3BEwBzBY%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%3BExBzSJ%2CsDAAA%3BEwB2SI%2CWAAA%3B%3BAAGJ%2CiBAvWA%2COAuWC%3BEACG%2CiBAAA%3BExB%5C%2FSJ%2CsDAAA%3BEwBiTI%2CWAAA%3B%3BAAlCJ%2CiBAxUA%2COAwUC%3BExB%5C%2FQD%2CWAAA%3BEAAA%2CUAAA%3B%3BAwBoRA%2CiBA7UA%2COA6UC%3BExBpRD%2CUAAA%3BEAAA%2CUAAA%3B%3BAwBZA%2CiBAAC%3BEACG%2CiBAAA%3B%3BAADJ%2CiBAAC%2COAGG%3BEACI%2CcAAA%3B%3BAhBhRR%2CyBAmCI%2CsBAyCI%2CqBACM%3BAM6Ld%2CkBA6FI%2CQAAO%3BAA5FX%2CuBA4FI%2CQAAO%3BAKvVX%2CkBAGI%2CQAAO%3BAAFX%2CuBAEI%2CQAAO%3BAADX%2CqBACI%2CQAAO%3BEnBqQX%2CmBAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3B%3BAahKQ%2CQAzBH%2CKAyBI%2CQAOG%2CmBAUK%3BACiIjB%2CkBAsEI%2CqBAII%3BAAzER%2CuBAqEI%2CqBAII%3BAKxTA%2CcADJ%2CQACK%3BAAAD%2CSAHC%2CKAAK%2CMAEV%2CQACK%3BAAAD%2CiBADJ%2CQACK%3BAJMO%2CiBAJU%2CUAnCrB%2CMAAM%2COAqCG%2CUAEG%3BAAAD%2CcAHO%2CUApClB%2CMAAM%2COAqCG%2CUAEG%3BEfsPjB%2CqBAAA%3BEyB9QA%2CqBAAA%3B%3BAPipBA%2C2BO%5C%2FYE%3BAZpJM%2CQAzBH%2CKAyBI%2CQAOG%2CmBAUK%2CUYmIf%3BAXFF%2CkBAsEI%2CqBAII%2CQWxEN%3BAXDF%2CuBAqEI%2CqBAII%2CQWxEN%3BANhPM%2CcADJ%2CQACK%2CWMgPP%3BANhPM%2CSAHC%2CKAAK%2CMAEV%2CQACK%2CWMgPP%3BANhPM%2CiBADJ%2CQACK%2CWMgPP%3BAV1Oc%2CiBAJU%2CUAnCrB%2CMAAM%2COAqCG%2CUAEG%2CMU0Of%3BAV1Oc%2CcAHO%2CUApClB%2CMAAM%2COAqCG%2CUAEG%2CMU0Of%3BEzBhQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAyBHA%2C2BAAC%3BAZwGO%2CQAzBH%2CKAyBI%2CQAOG%2CmBAUK%2CUYzHhB%3BAX0PD%2CkBAsEI%2CqBAII%2CQWpUP%3BAX2PD%2CuBAqEI%2CqBAII%2CQWpUP%3BANYO%2CcADJ%2CQACK%2CWMZR%3BANYO%2CSAHC%2CKAAK%2CMAEV%2CQACK%2CWMZR%3BANYO%2CiBADJ%2CQACK%2CWMZR%3BAVkBe%2CiBAJU%2CUAnCrB%2CMAAM%2COAqCG%2CUAEG%2CMUlBhB%3BAVkBe%2CcAHO%2CUApClB%2CMAAM%2COAqCG%2CUAEG%2CMUlBhB%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BEzB9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2COC7MmB%2C2BD6MnB%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CsBAAA%3BEyBqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2C2BADH%2CMACI%3BAZ2FG%2CQAzBH%2CKAyBI%2CQAOG%2CmBAUK%2CUY7GhB%2CMACI%3BAX6OL%2CkBAsEI%2CqBAII%2CQWxTP%2CMACI%3BAX8OL%2CuBAqEI%2CqBAII%2CQWxTP%2CMACI%3BANDG%2CcADJ%2CQACK%2CWMAR%2CMACI%3BANDG%2CSAHC%2CKAAK%2CMAEV%2CQACK%2CWMAR%2CMACI%3BANDG%2CiBADJ%2CQACK%2CWMAR%2CMACI%3BAVKW%2CiBAJU%2CUAnCrB%2CMAAM%2COAqCG%2CUAEG%2CMUNhB%2CMACI%3BAVKW%2CcAHO%2CUApClB%2CMAAM%2COAqCG%2CUAEG%2CMUNhB%2CMACI%3BEzB2PL%2CWAAA%3B%3BAmDlNgB%2CeALZ%2CeAGI%2CiBACI%2CQACK%3BA3C7EjB%2CeAEI%2CQAAO%3BAAKX%2CyBAmCI%2CsBA8BI%2CYAMI%2CQAAO%3BAJ2MnB%2CeAKI%2CwBAII%2CQAAO%3BAiB7NK%2CeAThB%2CeACM%2CWAII%2CWAGE%2CQACK%3BAWsET%2CiBAFR%2CiBACI%2CQACK%3BAE1Gb%2CqBA0BI%2CQAAO%3BAA1BX%2CqBA2BI%2CQAAO%3BACjBS%2CwBAJhB%2CwBACM%2CmBACI%2CWACE%2CQACK%3BAbYrB%2CkBAKI%2CiBAAiB%2CQAAO%3BARqN5B%2CkBA%2BBI%2CYAkCI%2CQAAO%3BAAhEf%2CuBA8BI%2CYAkCI%2CQAAO%3BEdnDf%2CoBAAA%3BEAAA%2CiBAAA%3BEAAA%2CiBAAA%3B%3BAIzQA%2CaA0DI%2CiBACM%2CWACE%3BAU8uBJ%2CcAVJ%2CQAUK%3BAV1yBT%2CaA0DI%2CiBACM%2CWAqDV%2CMAAK%2CcAiED%2CiBAGM%3BEJqFV%2CYCtMiB%2CyBDsMjB%3BEAAA%2CkBCvMY%2CoBDuMZ%3BEAAA%2COCvMY%2CoBDuMZ%3B%3BAKqDA%2C2BAAC%3BAACD%2C2BAAC%3BAD%5C%2FTD%2CaA0DI%2CiBACM%2CWACE%2COCkQX%3BAD9TD%2CaA0DI%2CiBACM%2CWACE%2COCmQX%3BAS2eO%2CcAVJ%2CQAUK%2CQT5eR%3BAS4eO%2CcAVJ%2CQAUK%2CQT3eR%3BAD%5C%2FTD%2CaA0DI%2CiBACM%2CWAqDV%2CMAAK%2CcAiED%2CiBAGM%2CUC0IT%3BAD9TD%2CaA0DI%2CiBACM%2CWAqDV%2CMAAK%2CcAiED%2CiBAGM%2CUC2IT%3BELtDD%2CYCrMwB%2CgCDqMxB%3BEAAA%2CkBC9MoB%2C4BD8MpB%3BEAAA%2COCpMmB%2C2BDoMnB%3B%3BAK4DA%2C2BAAC%3BADrUD%2CaA0DI%2CiBACM%2CWACE%2COCyQX%3BASqeO%2CcAVJ%2CQAUK%2CQTreR%3BADrUD%2CaA0DI%2CiBACM%2CWAqDV%2CMAAK%2CcAiED%2CiBAGM%2CUCiJT%3BEL5DD%2CYCrMwB%2CgCDqMxB%3BEAAA%2CkBC9MoB%2C4BD8MpB%3BEAAA%2COCpMmB%2C2BDoMnB%3B%3BAQ%5C%2FRA%3BEUmtBI%2CcAAA%3B%3BAV5sBJ%2CyBA%2BBI%2CcUurBA%3BAVttBJ%2CyBA%2BBI%2CcUwrBA%3BAVvtBJ%2CyBA%2BBI%2CcUyrBA%3BAdzsBJ%2CacusBI%3BAdvsBJ%2CacwsBI%3BAdxsBJ%2CacysBI%3BAJ%5C%2FfJ%2CwBAsCI%2COAKI%2CcIkdJ%3BAJ7fJ%2CwBAsCI%2COAKI%2CcImdJ%3BAJ9fJ%2CwBAsCI%2COAKI%2CcIodJ%3BElBhcJ%2CiBAAA%3BEkBkcQ%2CqBAAA%3BEACA%2CmBAAA%3B%3BAV3tBR%2CyBA%2BBI%2CcU%2BrBA%2CqBAAuB%3BAd%5C%2FsB3B%2Cac%2BsBI%2CqBAAuB%3BAJrgB3B%2CwBAsCI%2COAKI%2CcI0dJ%2CqBAAuB%3BEACnB%2CqBAAA%3BElBvcR%2CiBAAA%3B%3BAQxRA%2CyBA%2BBI%2CcU%2BrBA%2CqBAAuB%2CuBAIlB%3BAdntBT%2Cac%2BsBI%2CqBAAuB%2CuBAIlB%3BAJzgBT%2CwBAsCI%2COAKI%2CcI0dJ%2CqBAAuB%2CuBAIlB%3BEACG%2CSAAS%2CIAAG%2CiBAAgB%2CIAA5B%3B%3BAVnuBZ%2CyBA%2BBI%2CcU%2BrBA%2CqBAAuB%2CuBAQlB%3BAdvtBT%2Cac%2BsBI%2CqBAAuB%2CuBAQlB%3BAJ7gBT%2CwBAsCI%2COAKI%2CcI0dJ%2CqBAAuB%2CuBAQlB%3BEACG%2CSAAS%2CGAAT%3B%3BAkCltBR%2CoBAUI%3BAATJ%2CoBASI%3BElCotBJ%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BElB7dJ%2CqBAAA%3BEyBhOA%2CqBAAA%3B%3BAAMA%2CcAAC%3BA2BzCG%2CoBAUI%2CgB3B%2BBP%3BA2BxCG%2CoBASI%2CgB3B%2BBP%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BEzB9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CS0B9NQ%2CO1B8NR%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CiBAAA%3BEAAA%2CsBAAA%3BEyBqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BA2B5UI%2CoBAUI%2CgBlC%2BtBH%3BAkCxuBD%2CoBASI%2CgBlC%2BtBH%3BEACG%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CQAAA%3B%3BAOzoBR%2CcP4oBK%2CSO5oBJ%3BEzBgKD%2CS0B%5C%2FNM%2CO1B%2BNN%3B%3BAyBhKA%2CuBAAC%3BA2BvFW%2CoBAFJ%2CgBAEK%2CS3BuFZ%3BA2BvFW%2CoBAFJ%2CgBAEK%2CS3BuFZ%3BEzBgKD%2CS0B%5C%2FNM%2CO1B%2BNN%3B%3BAezHA%2C2BACI%3BEfwHJ%2CgCAAA%3BEAAA%2CmBAAA%3BEAAA%2CoBAAA%3B%3BAezHA%2C2BACI%2CaGmrBE%3BAHprBN%2C2BACI%2CaGorBE%3BElB5jBN%2CiBAAA%3BEAAA%2CgBAAA%3B%3BA%2BBWI%2COAAC%2CQbkkBD%2CQACK%3BEACG%2CkBAAA%3B%3BAapkBR%2COAAC%2CQbkkBD%2CQAKK%3BEACG%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAa5kBR%2COAAC%2CQbkkBD%2CQAaK%3BEACG%2CmBAAA%3BEACA%2CmBAAA%3B%3BAG92BZ%2CeAUI%2CUAII%2COH42BH%3BAG3rBL%2CeA6HI%2CaAEI%2COH4jBH%3BAG3rBL%2CeA8HI%2CgBACI%2COH4jBH%3BAH9wBW%2C0BAJZ%2CUAEK%2COACG%2CeACK%2CMG8wBZ%3BEACG%2CSAAS%2CIAAT%3B%3BAAsCR%2CuBAOI%2CQAAO%3BAHn7BP%2CSAAC%2CMAAM%2COGm7BP%2CQAAO%3BAHz0BP%2CSAAC%2CSGy0BD%2CQAAO%3BElBtpBX%2CqBAAA%3BEyB9QA%2CqBAAA%3B%3BAAMA%2CaAAC%3BAPu5BD%2CuBAOI%2CQAAO%2CIO95BV%3BAVrBG%2CSAAC%2CMAAM%2COGm7BP%2CQAAO%2CIO95BV%3BAVqFG%2CSAAC%2CSGy0BD%2CQAAO%2CIO95BV%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BEzB9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CS0BpOU%2CO1BoOV%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CsBAAA%3BEyBqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAVtWI%2CSAAC%2CMAAM%2COG66BP%2COAAO%2CMAAK%2CWACP%3BAHp0BL%2CSAAC%2CSGm0BD%2COAAO%2CMAAK%2CWACP%3BElBjpBT%2CmBAAA%3B%3BAe7RI%2CSAAC%2CMAAM%2COGm7BP%2CQAAO%2CIAEF%3BAH30BL%2CSAAC%2CSGy0BD%2CQAAO%2CIAEF%3BEACG%2CkBAAA%3BEACA%2CiBAAA%3B%3BAAwVZ%2CmBA4FI%3BAdv1CJ%2CaAcI%2COAqCI%2CUAAS%2CSACH%3BAApDd%2CaAcI%2COAqCI%2CUAAS%2CSAEH%2CUAAU%3BAiBiIxB%2CeAmFI%2CsBAYI%2CMAAK%2CYAGD%3BAT5IR%2CaAAc%2CeAAE%3BAAChB%2CmBAAoB%2CeAAE%3BAEmQ1B%2CQAoHI%3BAStRJ%3BAnB3JA%2CYcowCI%3BAE51CJ%2CkBAYI%2CcFg1CA%3BEArYJ%2CaAAA%3B%3BANj4BA%3BEM45BI%2CqBAAA%3BEACA%2CmBAAA%3B%3BAJvNJ%2CcAwBI%3BAK%5C%2FtBJ%2CeAKI%3BEnBoLJ%2CcAAA%3BEAAA%2CiBAAA%3BEkB8yBI%2CmBAAA%3B%3BAdpzBJ%2CeACI%2CWc6zBA%2CQACK%3BEACG%2CejB7%5C%2FBQ%2C4BiB6%5C%2FBR%3BEACA%2CajBthCa%2CiCiBshCb%3BEb5iCZ%2CsBAAA%3BELiPA%2CYCtMiB%2CyBDsMjB%3BEAAA%2CkBCvMY%2CoBDuMZ%3BEAAA%2COCvMY%2CoBDuMZ%3BEAAA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CaClMkB%2C0BDkMlB%3BEAAA%2CSAAA%3BEAAA%2CuBAAA%3BEAAA%2CiBAAA%3BEAAA%2CoBAAA%3BEK9NA%2CsBAAA%3BEACA%2CsBAAA%3BEL6NA%2CqBAAA%3BEyB9QA%2CqBAAA%3B%3BApBwJA%2CwBa86BI%2CQACK%2CSb%5C%2F6BR%3BAACD%2CwBa66BI%2CQACK%2CSb96BR%3BAACD%2CwBa46BI%2CQACK%2CSb76BR%3BAD8GD%2CeACI%2CWc6zBA%2CQACK%2CSb%5C%2F6BR%3BADgHD%2CeACI%2CWc6zBA%2CQACK%2CSb96BR%3BAD%2BGD%2CeACI%2CWc6zBA%2CQACK%2CSb76BR%3BEACG%2CqBAAA%3B%3BAoBrJJ%2CwBPgkCI%2CQACK%2CSOjkCR%3BArBkQD%2CeACI%2CWc6zBA%2CQACK%2CSOjkCR%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BEzB9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CS0BzOQ%2CO1ByOR%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BEyBqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CwBPmjCA%2CQACK%2CSOrjCR%2CMACI%3BArBqPL%2CeACI%2CWc6zBA%2CQACK%2CSOrjCR%2CMACI%3BEzB2PL%2CcAAA%3B%3BAyBrPI%2CwBP6iCA%2CQACK%2CSO%5C%2FiCR%2COACI%3BArB%2BOL%2CeACI%2CWc6zBA%2CQACK%2CSO%5C%2FiCR%2COACI%3BEzBqPL%2CcAAA%3B%3BAK5MA%2CwBaogCI%2CQACK%2CSbrgCR%3BAACD%2CwBamgCI%2CQACK%2CSbpgCR%3BADqMD%2CeACI%2CWc6zBA%2CQACK%2CSbrgCR%3BADsMD%2CeACI%2CWc6zBA%2CQACK%2CSbpgCR%3BEL2MD%2CYCrMwB%2CgCDqMxB%3BEAAA%2CkBC9MoB%2C4BD8MpB%3BEAAA%2COCpMmB%2C2BDoMnB%3B%3BAK%5C%2FLA%2CwBau%5C%2FBI%2CQACK%2CSbx%5C%2FBR%3BADyLD%2CeACI%2CWc6zBA%2CQACK%2CSbx%5C%2FBR%3BEL%2BLD%2CYCrMwB%2CgCDqMxB%3BEAAA%2CkBC9MoB%2C4BD8MpB%3BEAAA%2COCpMmB%2C2BDoMnB%3B%3BAKnLA%2CwBa2%2BBI%2CQACK%2CSb5%2BBR%3BAACD%2CwBa0%2BBI%2CQACK%2CSb3%2BBR%3BAACD%2CQAAQ%2CUAAW%2CyBay%2BBf%2CQACK%3BAd%5C%2FzBT%2CeACI%2CWc6zBA%2CQACK%2CSb5%2BBR%3BAD6KD%2CeACI%2CWc6zBA%2CQACK%2CSb3%2BBR%3BAACD%2CQAAQ%2CUD2KR%2CgBACI%2CWc6zBA%2CQACK%3BElBzzBT%2CYAAA%3BEK%5C%2FKI%2CeAAA%3BEACA%2CoBAAA%3B%3BADwKJ%2CeACI%2CWc6zBA%2CQACK%2CSAaI%3BElBt0Bb%2C%2BCAAA%3B%3BAINA%2CeACI%2CWc6zBA%2CQAmBK%3BElB30BT%2CqBAAA%3BEyB9QA%2CqBAAA%3BEP%2BlCY%2CiBAAA%3B%3BAOzlCZ%2CwBPgkCI%2CQAmBK%2COOnlCR%3BArBkQD%2CeACI%2CWc6zBA%2CQAmBK%2COOnlCR%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BEzB9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CS0B7PU%2CO1B6PV%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BEyBqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CwBPmjCA%2CQAmBK%2COOvkCR%2CMACI%3BArBqPL%2CeACI%2CWc6zBA%2CQAmBK%2COOvkCR%2CMACI%3BEzB2PL%2CcAAA%3B%3BAyBrPI%2CwBP6iCA%2CQAmBK%2COOjkCR%2COACI%3BArB%2BOL%2CeACI%2CWc6zBA%2CQAmBK%2COOjkCR%2COACI%3BEzBqPL%2CcAAA%3B%3BAqC7NI%2CMAAC%2CKnBsmCD%3BEAEI%2CkBAAA%3B%3BAAHR%2CeAMI%3BAmB3mCA%2CMAAC%2CKnB2mCD%3BEAYA%2CkBAAA%3BEACA%2COAAO%2CwBAAP%3B%3BAgCnrCI%2CMADJ%2CSACK%3BEhC8rCL%2CkBAAA%3B%3BAgC9rCI%2CMADJ%2CSACK%2CchCgsCL%3BEACI%2CkBAAA%3BEACA%2COAAO%2C8BAAP%3B%3BAmCpsCR%2CqBACI%2CaACI%2CeACI%3BATIR%2CsBAAC%2CcAgBG%3BE5CmQR%2CYAAA%3BEAAA%2CSAAA%3BEkBs7BA%2CUAAA%3B%3BAmChtCA%2CqBACI%2CaACI%2CeACI%2CuBnC%2BsCX%3BAmCltCD%2CqBACI%2CaACI%2CeACI%2CuBnCgtCX%3BA0B5sCG%2CsBAAC%2CcAgBG%2CuB1B2rCP%3BA0B3sCG%2CsBAAC%2CcAgBG%2CuB1B4rCP%3BElB34BD%2C8BAAA%3BEACA%2CSAAA%3BEACA%2CQAAA%3BEAhDA%2CiBAAA%3BEkBg8BI%2CWAAA%3BEACA%2CUAAA%3BEACA%2CMAAA%3B%3BAmC5tCJ%2CqBACI%2CaACI%2CeACI%2CuBnC4tCX%3BA0BxtCG%2CsBAAC%2CcAgBG%2CuB1BwsCP%3BElBr8BD%2CyBAAA%3B%3BAqD1RA%2CqBACI%2CaACI%2CeACI%2CuBnCguCX%3BA0B5tCG%2CsBAAC%2CcAgBG%2CuB1B4sCP%3BElBz8BD%2C4BAAA%3BEkB28BI%2CQAAA%3B%3BATjtCJ%2CYAOI%3BAwBdJ%2C%2BBAGI%3BAbJJ%2CkBAMM%3BATYN%2C0BAQI%3BEXoPJ%2C6BAAA%3BEAAA%2CoBAAA%3BEAAA%2COC5MU%2CkBD4MV%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3B%3BAItLA%2CYcyqCI%3BAEjwCJ%2CkBAYI%2CcFqvCA%3BEACI%2CgBAAA%3BEACA%2CiBAAA%3B%3BAd3qCR%2CYcyqCI%2CMAII%3BAErwCR%2CkBAYI%2CcFqvCA%2CMAII%3BEACI%2CgBAAA%3B%3BAd9qCZ%2CYckrCI%3BAE1wCJ%2CkBAYI%2CcF8vCA%3BEACI%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3B%3BAdrrCR%2CYckrCI%2CQAKI%3BAE%5C%2FwCR%2CkBAYI%2CcF8vCA%2CQAKI%3BEACI%2CgBAAA%3B%3BAdxrCZ%2CYc4rCI%2COACI%3BAd7rCR%2CYc4rCI%2COAEI%3BAEtxCR%2CkBAYI%2CcFwwCA%2COACI%3BAErxCR%2CkBAYI%2CcFwwCA%2COAEI%3BEACI%2CiBAAA%3B%3BAd%5C%2FrCZ%2CYc4rCI%2COAMI%3BAE1xCR%2CkBAYI%2CcFwwCA%2COAMI%3BEACI%2CkBAAA%3BEACA%2CiBAAA%3B%3BAdpsCZ%2CYc4rCI%2COAMI%2CQAII%3BAE9xCZ%2CkBAYI%2CcFwwCA%2COAMI%2CQAII%3BEACI%2CajB5uCS%2CiCiB4uCT%3B%3BAdvsChB%2CYc4sCI%3BAEpyCJ%2CkBAYI%2CcFwxCA%3BEACI%2CmBAAA%3B%3BAd7sCR%2CYcgtCI%2CYACK%2CQACG%3BAdltCZ%2CYcgtCI%2CYACK%2CQAEG%3BAE3yCZ%2CkBAYI%2CcF4xCA%2CYACK%2CQACG%3BAE1yCZ%2CkBAYI%2CcF4xCA%2CYACK%2CQAEG%3BElB7hCZ%2C6BAAA%3BEAAA%2CgCAAA%3BEkBgiCgB%2CeAAA%3B%3BAdttChB%2CYcgtCI%2CYACK%2CQAQG%2CQAAQ%3BAEjzCpB%2CkBAYI%2CcF4xCA%2CYACK%2CQAQG%2CQAAQ%3BElBniCpB%2CcAAA%3BEyBhOA%2CqBAAA%3BEP2wCgB%2CmBAAA%3BEACA%2CkBAAA%3B%3BAAjBR%2CmBADJ%2CYACK%2CQAQG%2CQAAQ%2COO%5C%2FiClB%3BArB1KF%2CYcgtCI%2CYACK%2CQAQG%2CQAAQ%2COO%5C%2FiClB%3BALlQF%2CkBAYI%2CcF4xCA%2CYACK%2CQAQG%2CQAAQ%2COO%5C%2FiClB%3BEzBhQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAyB2CA%2CmBPovCI%2CYACK%2CQAQG%2CQAAQ%2COO7vCnB%3BArBoCD%2CYcgtCI%2CYACK%2CQAQG%2CQAAQ%2COO7vCnB%3BALpDD%2CkBAYI%2CcF4xCA%2CYACK%2CQAQG%2CQAAQ%2COO7vCnB%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BEzB9DA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CcAAA%3BEAAA%2CS0B9NQ%2CO1B8NR%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CsBAAA%3BEyBqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BArB%5C%2FPA%2CYcgtCI%2CYACK%2CQAQG%2CQAAQ%2COAWH%3BAE5zCjB%2CkBAYI%2CcF4xCA%2CYACK%2CQAQG%2CQAAQ%2COAWH%3BEACG%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3B%3BAdvuCpB%2CYcgtCI%2CYACK%2CQA0BI%2CSACG%3BAd5uChB%2CYcgtCI%2CYACK%2CQA0BI%2CSAEG%3BAEr0ChB%2CkBAYI%2CcF4xCA%2CYACK%2CQA0BI%2CSACG%3BAEp0ChB%2CkBAYI%2CcF4xCA%2CYACK%2CQA0BI%2CSAEG%3BEACI%2CgBAAA%3B%3BAOxtCpB%2CmBP0rCI%2CYACK%2CQA0BI%2CSAMG%2CQAAQ%2COO3tCvB%3BArBtBD%2CYcgtCI%2CYACK%2CQA0BI%2CSAMG%2CQAAQ%2COO3tCvB%3BAL9GD%2CkBAYI%2CcF4xCA%2CYACK%2CQA0BI%2CSAMG%2CQAAQ%2COO3tCvB%3BEzBgKD%2CS0B%5C%2FNM%2CO1B%2BNN%3B%3BAItLA%2CYcgtCI%2CYA0CK%3BAEl1CT%2CkBAYI%2CcF4xCA%2CYA0CK%3BElBpkCT%2CgCAAA%3BEkBskCY%2CaAAA%3B%3BAd5vCZ%2CYcgtCI%2CYA0CK%2CQAII%3BAEt1Cb%2CkBAYI%2CcF4xCA%2CYA0CK%2CQAII%3BEACG%2CkBAAA%3B%3BAdl1ChB%2CaAcI%2COcq1CE%3BEACE%2C6BAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BElB7lCR%2CcAAA%3BEyBhOA%2CqBAAA%3BEPo0CQ%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3B%3BAOj0CR%2CmBPozCM%2CSOpzCL%3BArB%5C%2FCD%2CaAcI%2COcq1CE%2CSOpzCL%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BEzB9DA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CcAAA%3BEAAA%2CS0B9NQ%2CO1B8NR%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CsBAAA%3BEyBqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BArBlVA%2CaAcI%2COcq1CE%2CSAeG%3BEACG%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3B%3BAAIA%2COAAO%2CKdz3CnB%2CcAcI%2COcq1CE%2CSAqBE%3BElB%5C%2FmCR%2CiBAAA%3BEkBknCgB%2CgBAAA%3B%3BAd33ChB%2CaAcI%2COck3CE%3BEACE%2CaAAA%3B%3BAOxxCR%2CmBP2xCK%2COACK%2CSO5xCT%3BArBzGD%2CaAcI%2COcs3CC%2COACK%2CSO5xCT%3BEzBgKD%2CS0B%5C%2FNM%2CO1B%2BNN%3B%3BAIzQA%2CaAcI%2COcs3CC%2COAQK%3BEACE%2CcAAA%3B%3BAnB55CZ%3BEACI%2CauDRc%2CWvDQd%3BEACA%2CSAAS%2C8CAAsB%2COAAO%2CcAClC%2C6CAAqB%2COAAO%2COADhC%3BEAEA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BAANJ%3BEACI%2CauDAc%2CWvDAd%3BEACA%2CSAAS%2CgDAAsB%2COAAO%2CcAClC%2C%2BCAAqB%2COAAO%2COADhC%3BEAEA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BAANJ%3BEACI%2CauDQc%2CWvDRd%3BEACA%2CSAAS%2CiDAAsB%2COAAO%2CcAClC%2CgDAAqB%2COAAO%2COADhC%3BEAEA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BAANJ%3BEACI%2CauDgBc%2CWvDhBd%3BEACA%2CSAAS%2C6CAAsB%2COAAO%2CcAClC%2C4CAAqB%2COAAO%2COADhC%3BEAEA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BAuDmCJ%3BEtD%2BOA%2CSAAA%3BEAAA%2CUAAA%3BED1KA%2CqBAAA%3B%3BAiDlHA%3BEhDgZA%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEA2BA%2CuBAAA%3BEACQ%2CeAAA%3BEuDnZJ%2CsBAAA%3B%3BAAEJ%2CQAAC%3BEACG%2CWAAA%3BEACA%2CSAAS%2CGAAT%3BEACA%2CcAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAPnCJ%2CQAGI%2CQAAO%3BEhDyRX%2CoBAAA%3BEA0IA%2CwBAAA%3BEACQ%2CgBAAA%3BEAfR%2CoBAAA%3BEACQ%2CYAAA%3BEAmCR%2CiBAAA%3BEACC%2CgBAAA%3BEACQ%2CQAAA%3BEgDrbD%2CWAAA%3B%3BAATR%2CQAYI%3BEhD4YJ%2CoBAAA%3BEACQ%2CYAAA%3BEAaR%2CwBAAA%3BEACQ%2CgBAAA%3BEAqBR%2CiBAAA%3BEACC%2CgBAAA%3BEACQ%2CQAAA%3B%3BAgD9bT%2CQAmBI%3BEhDqYJ%2CoBAAA%3BEACQ%2CYAAA%3BEAaR%2CwBAAA%3BEACQ%2CgBAAA%3BEAqBR%2CiBAAA%3BEACC%2CgBAAA%3BEACQ%2CQAAA%3B%3BAwDlcT%3BEACI%2CmBAAA%3B%3BAAGJ%2CKrDyeE%3BEHzdF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAwDjBQ%2CMADH%2CIAAI%2COACA%2CIAAI%3BErDkOb%2CYAAA%3B%3BAqDlOQ%2CMADH%2CIAAI%2COACA%2CIAAI%2CSrDoOX%2CQAGI%2CKACI%3BAqDxOF%2CMADH%2CIAAI%2COACA%2CIAAI%2CSrDqOX%2CQAEI%2CKACI%3BAqDxOF%2CMADH%2CIAAI%2COACA%2CIAAI%2CSrDsOX%2CQACI%2CKACI%3BAqDxOF%2CMADH%2CIAAI%2COACA%2CIAAI%2CSrDoOX%2CQAGI%2CKAEI%3BAqDzOF%2CMADH%2CIAAI%2COACA%2CIAAI%2CSrDqOX%2CQAEI%2CKAEI%3BAqDzOF%2CMADH%2CIAAI%2COACA%2CIAAI%2CSrDsOX%2CQACI%2CKAEI%3BEACE%2CYAAA%3B%3BAqD1OJ%2CMADH%2CIAAI%2COACA%2CIAAI%2CSrD%2BOX%2CQACI%2CKACI%3BAqDjPF%2CMADH%2CIAAI%2COACA%2CIAAI%2CSrD%2BOX%2CQACI%2CKAEI%3BEHoCV%2C6BAAA%3B%3BAwD9QoB%2CMATf%2CIAAI%2COACA%2CIAAI%2CSAMD%2CMACM%2CKACG%2CYACG%3BAADJ%2CMATf%2CIAAI%2COACA%2CIAAI%2CSAMD%2CMACM%2CKACG%2CYAEG%3BEACI%2C0BAAA%3BEACA%2CiBAAA%3B%3BAAZpB%2CMADH%2CIAAI%2COACA%2CIAAI%2CSAMD%2CMAWI%3BEACI%2CgBAAA%3BEACA%2CiBAAA%3B%3BAC5BpB%2CQAAQ%3BEzD%2BRR%2CgBAAA%3BEAAA%2CkBAAA%3BE0DnQA%2CcAAA%3BE1DmQA%2CkBAAA%3BEAAA%2CiBAAA%3BEAAA%2CmBAAA%3BEAAA%2CcAAA%3BEAAA%2CkBAAA%3BE0DtCA%2CkBAAA%3B%3BADzPA%2CQAAQ%2CKCoDR%3BE1D2OA%2COC3MU%2CkBD2MV%3B%3BA0DxOI%2CQDvDI%2CKCoDR%2CEAGK%3BE1DwOL%2COC1MiB%2CyBD0MjB%3B%3BA0DpOI%2CQD3DI%2CKCoDR%2CEAOK%3BE1DoOL%2COC1MiB%2CyBD0MjB%3B%3BAyD%5C%2FRA%2CQAAQ%2CKC2PN%2CIAAC%2CYAAY%3BEjCiGf%2CmCAAA%3BEACA%2CkCAAA%3BEzB9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CS0B9PW%2CO1B8PX%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CiBAAA%3BEAAA%2CsBAAA%3BEyBqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEzBxEA%2COAAA%3BEAAA%2CSAAA%3BEAAA%2CWAAA%3BE0DrBI%2CkBAAA%3BEACA%2CkBAAA%3B%3BADvQJ%2CQAAQ%3BEzD2RR%2CgBAAA%3BEAAA%2CkBAAA%3BE0DnQA%2CcAAA%3BE1DmQA%2CkBAAA%3BEAAA%2CiBAAA%3BEAAA%2CmBAAA%3BEAAA%2CcAAA%3BEAAA%2CkBAAA%3BE0DtCA%2CkBAAA%3B%3BADrPA%2CQAAQ%2CMCgDR%3BE1D2OA%2COC3MU%2CkBD2MV%3B%3BA0DxOI%2CQDnDI%2CMCgDR%2CEAGK%3BE1DwOL%2COC1MiB%2CyBD0MjB%3B%3BA0DpOI%2CQDvDI%2CMCgDR%2CEAOK%3BE1DoOL%2COC1MiB%2CyBD0MjB%3B%3BAyD3RA%2CQAAQ%2CMCuPN%2CIAAC%2CYAAY%3BEjCiGf%2CmCAAA%3BEACA%2CkCAAA%3BEzB9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CS0B9PW%2CO1B8PX%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CiBAAA%3BEAAA%2CsBAAA%3BEyBqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEzBxEA%2COAAA%3BEAAA%2CSAAA%3BEAAA%2CWAAA%3BE0DrBI%2CkBAAA%3BEACA%2CkBAAA%3B%3BADnQJ%2CQAAQ%3BEzDuRR%2CgBAAA%3BEAAA%2CkBAAA%3BE0DnQA%2CcAAA%3BE1DmQA%2CkBAAA%3BEAAA%2CiBAAA%3BEAAA%2CmBAAA%3BEAAA%2CcAAA%3BEAAA%2CkBAAA%3BE0DtCA%2CkBAAA%3B%3BADjPA%2CQAAQ%2CQC4CR%3BE1D2OA%2COC3MU%2CkBD2MV%3B%3BA0DxOI%2CQD%5C%2FCI%2CQC4CR%2CEAGK%3BE1DwOL%2COC1MiB%2CyBD0MjB%3B%3BA0DpOI%2CQDnDI%2CQC4CR%2CEAOK%3BE1DoOL%2COC1MiB%2CyBD0MjB%3B%3BAyDvRA%2CQAAQ%2CQCmPN%2CIAAC%2CYAAY%3BEjCiGf%2CmCAAA%3BEACA%2CkCAAA%3BEzB9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CS0B9PW%2CO1B8PX%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CiBAAA%3BEAAA%2CsBAAA%3BEyBqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEzBxEA%2COAAA%3BEAAA%2CSAAA%3BEAAA%2CWAAA%3BE0DrBI%2CkBAAA%3BEACA%2CkBAAA%3B%3BAD%5C%2FPJ%2CQAAQ%3BEzDmRR%2CgBAAA%3BEAAA%2CkBAAA%3BE0DnQA%2CcAAA%3BE1DmQA%2CkBAAA%3BEAAA%2CiBAAA%3BEAAA%2CmBAAA%3BEAAA%2CcAAA%3BEAAA%2CkBAAA%3BE0DtCA%2CkBAAA%3B%3BAD7OA%2CQAAQ%2COCwCR%3BE1D2OA%2COC3MU%2CkBD2MV%3B%3BA0DxOI%2CQD3CI%2COCwCR%2CEAGK%3BE1DwOL%2COC1MiB%2CyBD0MjB%3B%3BA0DpOI%2CQD%5C%2FCI%2COCwCR%2CEAOK%3BE1DoOL%2COC1MiB%2CyBD0MjB%3B%3BAyDnRA%2CQAAQ%2COC%2BON%2CIAAC%2CYAAY%3BEjCiGf%2CmCAAA%3BEACA%2CkCAAA%3BEzB9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CS0B9PW%2CO1B8PX%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CiBAAA%3BEAAA%2CsBAAA%3BEyBqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEzBxEA%2COAAA%3BEAAA%2CSAAA%3BEAAA%2CWAAA%3BE0DrBI%2CkBAAA%3BEACA%2CkBAAA%3B%3BAD3PJ%2CQAAQ%3BEzD%2BQR%2CgBAAA%3BEAAA%2CkBAAA%3BE0DnQA%2CcAAA%3BE1DmQA%2CkBAAA%3BEAAA%2CiBAAA%3BEAAA%2CmBAAA%3BEAAA%2CcAAA%3BEAAA%2CkBAAA%3BE0DtCA%2CkBAAA%3B%3BADzOA%2CQAAQ%2CQCoCR%3BE1D2OA%2COC3MU%2CkBD2MV%3B%3BA0DxOI%2CQDvCI%2CQCoCR%2CEAGK%3BE1DwOL%2COC1MiB%2CyBD0MjB%3B%3BA0DpOI%2CQD3CI%2CQCoCR%2CEAOK%3BE1DoOL%2COC1MiB%2CyBD0MjB%3B%3BAyD%5C%2FQA%2CQAAQ%2CQC2ON%2CIAAC%2CYAAY%3BEjCiGf%2CmCAAA%3BEACA%2CkCAAA%3BEzB9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CS0BhPa%2CO1BgPb%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CiBAAA%3BEAAA%2CsBAAA%3BEyBqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEzBxEA%2COAAA%3BEAAA%2CSAAA%3BEAAA%2CWAAA%3BE0DrBI%2CkBAAA%3BEACA%2CkBAAA%3B%3BAC3QJ%2CQAAQ%3BECqBR%2CkBAAA%3B%3BADrBA%2CQAAQ%2CQCuBR%3BE5DwQA%2CmBAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CYAAA%3BE4DhQI%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BE5D8PJ%2CWAAA%3BEAAA%2CaClOqB%2C6BDkOrB%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CeAAA%3BE4DxFA%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%3BE5DqOL%2CiBAAA%3BE4DnOQ%2CyBAAA%3B%3BAAGJ%2CQD%5C%2FDI%2CQCuBR%2CiBAwCK%3BE5DgOL%2CiBAAA%3BE4D9NQ%2CyBAAA%3B%3BAAyIR%2CQD1MQ%2CQCuBR%2CiBAmLC%3BAACD%2CQD3MQ%2CQCuBR%2CiBAoLC%3BEACG%2CYAAA%3B%3BAAGJ%2CQD%5C%2FMQ%2CQCuBR%2CiBAwLC%3BE5DgFD%2C4BAAA%3BEAAA%2CUAAA%3BEAAA%2CiBAAA%3B%3BA4D1EA%2CQDrNQ%2CQCuBR%2CiBA8LC%3BE5D0ED%2CUAAA%3BEAAA%2CiBAAA%3B%3BA4DhNA%2CQD%5C%2FEQ%2CQC%2BEN%3BE5DgNF%2CeAAA%3B%3BA4D5MA%2CQDnFQ%2CQCmFN%2CgBAA2B%2CMAAS%3BAACtC%2CQDpFQ%2CQCoFN%2CgBAA2B%2CMAAS%3BAACtC%2CQDrFQ%2CQCqFP%2CMAAO%3BEACJ%2CcAAA%3B%3BADtFJ%2CQAAQ%2CQAOJ%2CSAAQ%2CQACJ%3BEACI%2CgBAAA%3B%3BAATZ%2CQAAQ%2CQAOJ%2CSAAQ%2CQAKJ%3BEACI%2CmBAAA%3B%3BAAbZ%2CQAAQ%2CQAOJ%2CSAAQ%2CQASJ%3BEACI%2CqBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAApBZ%2CQAAQ%2CQAOJ%2CSAAQ%2CQAgBJ%3BEACI%2CgBAAA%3B%3BAAEA%2CQA1BJ%2CQAOJ%2CSAAQ%2CQAgBJ%2COAGK%3BEACG%2CaAAA%3B%3BAA3BhB%2CQAAQ%2CQAOJ%2CSAAQ%2CQAwBJ%3BEACI%2CSAAA%3B%3BAAKZ%3BEACI%2CkBAAA%3BEACA%2CaAAA%3B%3BAExCJ%2CKAAK%3BE7DgSL%2C0CAAA%3BEAAA%2CaAAA%3BE8D7QA%2CSAAA%3BEACA%2COAAA%3BEACA%2CeAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3BEDrBI%2CkBAAA%3B%3BACuBJ%2CKDzBK%2CUCyBJ%3BE9DuQD%2CkBAAA%3BEAAA%2CaAAA%3BEAAA%2CYAAA%3BE8DhQI%2CSAAA%3BEACA%2CsBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2COAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3B%3BADvCJ%2CKAAK%2CUAIC%3BEACE%2CaAAA%3B%3BAAIR%3BAACA%3BECoEA%2CSAAA%3BEACA%2COAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3BEACA%2CYAAA%3BE9D4MA%2C0CAAA%3BE%2BD5RH%2CoBAAA%3B%3BEACC%2CiBAAA%3B%3BEACA%2CoBAAA%3B%3BEACA%2CqBAAA%3B%3BEACA%2CaAAA%3BEACA%2CeAAA%3BEAkNE%2CmBAAA%3BEACA%2CuBAAA%3B%3BAFnNA%2CaAMI%3BAALJ%2C2BAKI%3BAANJ%2CaAOI%3BAANJ%2C2BAMI%3BEE0NN%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2C8BAAA%3BEACA%2CgCAAA%3BEACA%2CiCAAA%3BEACA%2C%2BBAAA%3BE%5C%2FDgDE%2CWAAA%3BEAAA%2CYAAA%3BE%2BD7CF%2CkBAAA%3BEACA%2C6CAAA%3BEACA%2CcAAA%3BE%5C%2FD2BA%2CgDAAA%3BEACK%2C6CAAA%3BEACC%2C4CAAA%3BEAcJ%2CwCAAA%3BE6D9QQ%2CYAAA%3B%3BAATR%2CaAMI%2CQAIM%3BAATV%2C2BAKI%2CQAIM%3BAAVV%2CaAOI%2CgBAGM%3BAATV%2C2BAMI%2CgBAGM%3BAAVV%2CaAMI%2CQAIa%3BAATjB%2C2BAKI%2CQAIa%3BAAVjB%2CaAOI%2CgBAGa%3BAATjB%2C2BAMI%2CgBAGa%3BEACN%2CaAAA%3B%3BAAKX%2CIACM%3BEACE%2CaAAA%3B%3BAAIR%3BEACI%2CkBAAA%3B%3BAAGJ%3BEACI%2CaAAA%3B%3BAxB7BJ%3BErCyRA%2CSAAA%3BEAAA%2CgBAAA%3BEAAA%2CUAAA%3BEM0KA%2CuBAAA%3B%3BA%2BBncA%2CS%5C%2FBqcE%3BEACE%2CsBAAA%3B%3BA%2BBtcJ%2CS%5C%2FBycE%3BENhLF%2CgBAAA%3BEAAA%2CUAAA%3BEMoLI%2CsBAAA%3BEACA%2CWAAA%3BENrLJ%2CgBAAA%3BEAAA%2CeAAA%3B%3BAMgMI%2CSAhBF%2CUAgBM%3BEACA%2CWAAA%3BEACA%2CcAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BA%2BB5dJ%2CSAAC%3BEACG%2CmBAAA%3B%3BAAHR%2CSAMM%3BAANN%2CSAOM%2CUAAU%3BErCkRhB%2CgBAAA%3B%3BAqCzRA%2CSAMM%2CS%5C%2FBuwBJ%3BA%2BB7wBF%2CSAOM%2CUAAU%2CS%5C%2FBswBd%3BENpfF%2CeAAA%3BEMwfI%2CqBAAA%3B%3BAAtOJ%2CS%2BBriBM%2CS%5C%2FBqiBL%3BAAAD%2CS%2BBpiBM%2CUAAU%2CS%5C%2FBoiBf%3BEACG%2CgBAAA%3B%3BA%2BB5iBJ%2CSAMM%2CS%5C%2FB%2BiBJ%3BA%2BBrjBF%2CSAOM%2CUAAU%2CS%5C%2FB8iBd%3BEN5RF%2CgBAAA%3B%3BAMqSI%2CS%2BBxjBE%2CS%5C%2FB%2BiBJ%2CSASM%3BAAAJ%2CS%2BBvjBE%2CUAAU%2CS%5C%2FB8iBd%2CSASM%3BEACA%2CaAAA%3B%3BA%2BB%5C%2FjBR%2CSAMM%2CS%5C%2FB6jBN%2CQACI%3BA%2BBpkBJ%2CSAOM%2CUAAU%2CS%5C%2FB4jBhB%2CQACI%3BEACI%2CmBAAA%3B%3BANhiBR%2CSqC%5C%2FBM%2CS%5C%2FBmkBN%2CQAAO%2CMNpiBN%3BAAAD%2CSqC9BM%2CUAAU%2CS%5C%2FBkkBhB%2CQAAO%2CMNpiBN%3BAACD%2CSqChCM%2CS%5C%2FBmkBN%2CQAAO%2CMNniBN%3BAAAD%2CSqC%5C%2FBM%2CUAAU%2CS%5C%2FBkkBhB%2CQAAO%2CMNniBN%3BEACG%2CSAAS%2CEAAT%3BEACA%2CcAAA%3B%3BAAGJ%2CSqCrCM%2CS%5C%2FBmkBN%2CQAAO%2CMN9hBN%3BAAAD%2CSqCpCM%2CUAAU%2CS%5C%2FBkkBhB%2CQAAO%2CMN9hBN%3BEACG%2CWAAA%3B%3BAqC5CJ%2CSAMM%2CS%5C%2FBmkBN%2CQAAO%2CMAEH%3BA%2BB3kBJ%2CSAOM%2CUAAU%2CS%5C%2FBkkBhB%2CQAAO%2CMAEH%3BEACI%2CsBAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CS%2BB1kBE%2CS%5C%2FBmkBN%2CQAAO%2CMAOF%2CQAAS%3BAAAV%2CS%2BBzkBE%2CUAAU%2CS%5C%2FBkkBhB%2CQAAO%2CMAOF%2CQAAS%3BEACN%2CqBAAA%3B%3BAAGJ%2CS%2BB9kBE%2CS%5C%2FBmkBN%2CQAAO%2CMAWF%2CQAAS%3BAAAV%2CS%2BB7kBE%2CUAAU%2CS%5C%2FBkkBhB%2CQAAO%2CMAWF%2CQAAS%3BEACN%2CYAAA%3B%3BAAGJ%2CS%2BBllBE%2CS%5C%2FBmkBN%2CQAAO%2CMAeF%2CQAAS%3BAAAV%2CS%2BBjlBE%2CUAAU%2CS%5C%2FBkkBhB%2CQAAO%2CMAeF%2CQAAS%3BEACN%2CqBAAA%3B%3BAAGJ%2CS%2BBtlBE%2CS%5C%2FBmkBN%2CQAAO%2CMAmBF%2CQAAS%3BAAAV%2CS%2BBrlBE%2CUAAU%2CS%5C%2FBkkBhB%2CQAAO%2CMAmBF%2CQAAS%3BEACN%2CqBAAA%3B%3BA%2BB7lBR%2CSAMM%2CS%5C%2FB2lBN%3BA%2BBjmBA%2CSAOM%2CUAAU%2CS%5C%2FB0lBhB%3BENpNA%2C4BAAA%3BEACA%2C2BAAA%3BEACA%2CoBAAA%3BEA2BA%2CyBAAA%3BEACQ%2CiBAAA%3BEMyLJ%2CUAAA%3BEACA%2CWAAA%3B%3BA%2BBrmBJ%2CSAMM%2CS%5C%2FB2lBN%2COAMI%3BA%2BBvmBJ%2CSAOM%2CUAAU%2CS%5C%2FB0lBhB%2COAMI%3BA%2BBvmBJ%2CSAMM%2CS%5C%2FB2lBN%2COAOI%3BA%2BBxmBJ%2CSAOM%2CUAAU%2CS%5C%2FB0lBhB%2COAOI%3BA%2BBxmBJ%2CSAMM%2CS%5C%2FB2lBN%2COAQI%3BA%2BBzmBJ%2CSAOM%2CUAAU%2CS%5C%2FB0lBhB%2COAQI%3BENhLJ%2CiBAAA%3BEACC%2CgBAAA%3BEACQ%2CQAAA%3BEAxBT%2CwBAAA%3BEACQ%2CgBAAA%3BEMwMA%2CqBAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3B%3BA%2BB9mBR%2CSAMM%2CS%5C%2FB2lBN%2COAgBI%3BA%2BBjnBJ%2CSAOM%2CUAAU%2CS%5C%2FB0lBhB%2COAgBI%3BA%2BBjnBJ%2CSAMM%2CS%5C%2FB2lBN%2COAiBI%3BA%2BBlnBJ%2CSAOM%2CUAAU%2CS%5C%2FB0lBhB%2COAiBI%3BENzVJ%2CuBAAA%3BEAAA%2C4BAAA%3BEAAA%2CsBAAA%3BEAAA%2CgBAAA%3BEAAA%2C0FAAA%3BEAAA%2CeAAA%3BEAAA%2CYAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CwBAAA%3BEAAA%2CWAAA%3BEMjPA%2CsBAAA%3BENiZA%2CiBAAA%3BEACC%2CgBAAA%3BEACQ%2CQAAA%3BEM0LD%2CqBAAA%3BEACA%2CsBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3B%3BAAzPR%2CS%2BBzXM%2CS%5C%2FB2lBN%2COAgBI%2CWAlPH%3BAAAD%2CS%2BBxXM%2CUAAU%2CS%5C%2FB0lBhB%2COAgBI%2CWAlPH%3BAAAD%2CS%2BBzXM%2CS%5C%2FB2lBN%2COAiBI%2CUAnPH%3BAAAD%2CS%2BBxXM%2CUAAU%2CS%5C%2FB0lBhB%2COAiBI%2CUAnPH%3BENtGD%2CYAAA%3B%3BAMqHA%2CS%2BBxYM%2CS%5C%2FB2lBN%2COAgBI%2CWAnOH%3BAAAD%2CS%2BBvYM%2CUAAU%2CS%5C%2FB0lBhB%2COAgBI%2CWAnOH%3BAAAD%2CS%2BBxYM%2CS%5C%2FB2lBN%2COAiBI%2CUApOH%3BAAAD%2CS%2BBvYM%2CUAAU%2CS%5C%2FB0lBhB%2COAiBI%2CUApOH%3BENrHD%2CcAAA%3B%3BAM0HA%2CS%2BB7YM%2CS%5C%2FB2lBN%2COAgBI%2CWA9NH%3BAAAD%2CS%2BB5YM%2CUAAU%2CS%5C%2FB0lBhB%2COAgBI%2CWA9NH%3BAAAD%2CS%2BB7YM%2CS%5C%2FB2lBN%2COAiBI%2CUA%5C%2FNH%3BAAAD%2CS%2BB5YM%2CUAAU%2CS%5C%2FB0lBhB%2COAiBI%2CUA%5C%2FNH%3BEN1HD%2CcAAA%3B%3BAM%2BHA%2CS%2BBlZM%2CS%5C%2FB2lBN%2COAgBI%2CWAzNH%3BAAAD%2CS%2BBjZM%2CUAAU%2CS%5C%2FB0lBhB%2COAgBI%2CWAzNH%3BAAAD%2CS%2BBlZM%2CS%5C%2FB2lBN%2COAiBI%2CUA1NH%3BAAAD%2CS%2BBjZM%2CUAAU%2CS%5C%2FB0lBhB%2COAiBI%2CUA1NH%3BEN%5C%2FHD%2CcAAA%3B%3BAqCzRA%2CSAMM%2CS%5C%2FB2lBN%2COA0BI%3BA%2BB3nBJ%2CSAOM%2CUAAU%2CS%5C%2FB0lBhB%2COA0BI%3BEACI%2CWAAA%3BENnMR%2CiBAAA%3BEACC%2CgBAAA%3BEACQ%2CQAAA%3B%3BAqC3bT%2CSAMM%2CS%5C%2FB2nBN%3BA%2BBjoBA%2CSAOM%2CUAAU%2CS%5C%2FB0nBhB%3BENxWA%2CgBAAA%3B%3BAMugBI%2CS%2BB1xBE%2CS%5C%2FBwxBL%2CSAAY%2CSAER%3BAAAD%2CS%2BBzxBE%2CUAAU%2CS%5C%2FBuxBf%2CSAAY%2CSAER%3BAAAD%2CS%2BB1xBE%2CS%5C%2FByxBL%2CUAAa%2CSACT%3BAAAD%2CS%2BBzxBE%2CUAAU%2CS%5C%2FBwxBf%2CUAAa%2CSACT%3BEACG%2CSAAS%2CGAAT%3BENxgBR%2CcAAA%3BEAAA%2CiBAAA%3BEAAA%2CiBAAA%3B%3BAqCzRA%2CSAMM%2CS%5C%2FB%2BzBN%3BA%2BBr0BA%2CSAOM%2CUAAU%2CS%5C%2FB8zBhB%3BEN5iBA%2CiBAAA%3BEAAA%2CeAAA%3BEAAA%2CUAAA%3BEAAA%2CqBAAA%3BEyB9QA%2CqBAAA%3B%3BAAMA%2CSYXM%2CS%5C%2FB%2BzBN%2CMmBpzBC%3BAAAD%2CSYVM%2CUAAU%2CS%5C%2FB8zBhB%2CMmBpzBC%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BEzB9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CS0BxOc%2CO1BwOd%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CsBAAA%3BEyBqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAYlVQ%2CSAVF%2CSAUG%2COACG%3BAADJ%2CSATF%2CUAAU%2CSASP%2COACG%3BEACI%2CeAAA%3BEACA%2CmBAAA%3B%3BAAKJ%2COAAO%2CIAAI%2COAAQ%2CUAlBzB%2CSAiBE%3BAACI%2COAAO%2CIAAI%2COAAQ%2CUAjBzB%2CUAAU%2CSAgBR%3BEAEQ%2CmBAAA%3B%3BAAzBhB%2CSAMM%2CSAuBE%2COAAM%3BAA7Bd%2CSAOM%2CUAAU%2CSAsBR%2COAAM%3BEACF%2CmBAAA%3B%3BAAEA%2CSA1BN%2CSAuBE%2COAAM%2COAGD%3BAAAD%2CSAzBN%2CUAAU%2CSAsBR%2COAAM%2COAGD%3BEACG%2CgBAAA%3B%3BAAjChB%2CSAMM%2CSA%2BBE%2CMAAK%3BAArCb%2CSAOM%2CUAAU%2CSA8BR%2CMAAK%3BEACD%2CaAAA%3B%3BAAKZ%2COAAU%3BAACV%2COAAU%3BEACN%2CWAAA%3B%3BAAGJ%2COACI%3BEACI%2CgBAAA%3B%3BAAIR%2CQAAQ%3BEACJ%2CSAAA%3BEACA%2CUAAA%3B%3BAAIA%2CMAAC%2CKAGG%3BEACI%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAKJ%2CMADJ%2CSACK%3BEACG%2CgBAAA%3B%3BAAKZ%3BAACA%2CGAAG%3BEACC%2CeAAA%3B%3BAAGJ%3BErCuMA%2CcAAA%3BEAAA%2CiBAAA%3B%3BAqC%5C%2FLgB%2CwBAHZ%2CMACK%2CSACG%2CIAAG%2CgBACE%3BEACG%2CwBAAA%3B%3BAAOpB%2CMAAO%3BEuBnFP%2CkBAAA%3B%3BAvBmFA%2CMAAO%2CSuBjFP%3BE5DwQA%2CmBAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CYAAA%3BE4DhQI%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BE5D8PJ%2CWAAA%3BEAAA%2CaClOqB%2C6BDkOrB%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CgBAAA%3BE4DvHA%2CUAAA%3BEACA%2CMAAA%3B%3BAAxHI%2CMvBuDG%2CSuBjFP%2CiBA0BK%3BAACD%2CMvBsDG%2CSuBjFP%2CiBA2BK%3BEACG%2CyBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3B%3BAAGJ%2CMvB8CG%2CSuBjFP%2CiBAmCK%3BE5DqOL%2CiBAAA%3BE4DnOQ%2CyBAAA%3B%3BAAGJ%2CMvByCG%2CSuBjFP%2CiBAwCK%3BE5DgOL%2CiBAAA%3BE4D9NQ%2CyBAAA%3B%3BAA0GR%2CMvBnEO%2CSuBjFP%2CiBAoJC%3BAACD%2CMvBpEO%2CSuBjFP%2CiBAqJC%3BEACG%2CWAAA%3B%3BAAGJ%2CMvBxEO%2CSuBjFP%2CiBAyJC%3BE5D%2BGD%2C2BAAA%3BEAAA%2CgBAAA%3BEAAA%2CSAAA%3B%3BA4DzGA%2CMvB9EO%2CSuBjFP%2CiBA%2BJC%3BE5DyGD%2CgBAAA%3BEAAA%2CSAAA%3B%3BA4DhNA%2CMvByBO%2CSuBzBL%3BE5DgNF%2CeAAA%3B%3BA4D5MA%2CMvBqBO%2CSuBrBL%2CgBAA2B%2CMAAS%3BAACtC%2CMvBoBO%2CSuBpBL%2CgBAA2B%2CMAAS%3BAACtC%2CMvBmBO%2CSuBnBN%2CMAAO%3BEACJ%2CcAAA%3B%3BAvBkBJ%2CMAAO%2CSAEH%3BEACI%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAIR%2CKAAK%2CMAAS%2CWAAS%3BAACvB%2CMAAM%2CMAAS%2CWAAS%3BEACpB%2CcAAA%3B%3BAAGJ%2CgBACM%3BEhCgHN%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2C4BAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEAEA%2CiBAAA%3BELgDA%2CgBAAA%3BEAAA%2CcAAA%3BEyB9QA%2CqBAAA%3BEY%2BGQ%2CqBAAA%3BEACA%2CsBAAA%3B%3BAhCiHR%2CgBgC5HM%2CyBhC4HL%3BAACD%2CgBgC7HM%2CyBhC6HL%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CgBgClIM%2CyBhCkIL%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CgBgCvIM%2CyBhCuIL%3BAACD%2CgBgCxIM%2CyBhCwIL%3BAACD%2CQAAQ%2CUAAW%2CiBgCzIb%3BEhC0IF%2CoBAAA%3BEL%2BBJ%2CYAAA%3B%3BAqC1KA%2CgBACM%2CyBZ6JJ%3BEzBhQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAyBHA%2CgBY%2BFM%2CyBZ%5C%2FFL%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BEzB9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CS0B9OY%2CO1B8OZ%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CsBAAA%3BEyBqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAYrOQ%2CgBAbF%2CyBAaG%3BEACG%2CgBAAA%3BEACA%2CUAAA%3B%3BAASZ%2CQACI%3BEACI%2CSAAA%3B%3BAAII%2CQALR%2CUAGM%2CSAAM%2CIAAI%2CSAEP%2CIAAI%3BAAAL%2CQALR%2CUAII%2CQAAU%2CSACL%2CIAAI%3BEACD%2CgBAAA%3B%3BAAPhB%2CQACI%2CUAGM%2CSAAM%2CIAAI%2CSAMR%3BAAVZ%2CQACI%2CUAII%2CQAAU%2CSAKN%3BEACI%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3B%3BAAdhB%2CQACI%2CUAGM%2CSAAM%2CIAAI%2CSAaR%3BAAjBZ%2CQACI%2CUAII%2CQAAU%2CSAYN%3BEACI%2CWAAA%3B%3BAtCzJhB%3BEACI%2CaGFW%2CmBHEX%3BEACA%2CSAAS%2CsDAAsB%2COAAO%2CcAClC%2CqDAAqB%2COAAO%2COADhC%3BEAEA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BAiEZJ%3BAACA%2CCAAC%2COAAO%3BA5DoIR%2CKAAK%2CcAiED%2CiBAGM%3BEJqFV%2CeCnMoB%2C4BDmMpB%3B%3BAgExRI%2CMAAC%3BA5D%2BHL%2CKAAK%2CcAiED%2CiBAGM%2CU4DnML%3BEhEwRL%2C%2BCAAA%3B%3BAgEnRA%2CCAAC%2COAAO%3BEhEmRR%2CqBAAA%3BEKxHA%2CqBAAA%3B%3BAAEA%2CC2D7JC%2COAAO%2CQ3D6JP%3BAACD%2CC2D9JC%2COAAO%2CQ3D8JP%3BAACD%2CC2D%5C%2FJC%2COAAO%2CQ3D%2BJP%3BEACG%2CqBAAA%3B%3BA2D5JJ%2COAAO%3BAACP%3BE3D6BA%2CsBAAA%3BELiPA%2CYC9MoB%2C4BD8MpB%3BEAAA%2CkBC9MoB%2C4BD8MpB%3BEAAA%2CWAAA%3BEAAA%2CeAAA%3BEAAA%2CqBAAA%3BEAAA%2CoBAAA%3BEAAA%2CaClMkB%2C0BDkMlB%3BEAAA%2CiBAAA%3BEAAA%2CiBAAA%3BEK9NA%2CsBAAA%3BEACA%2CsBAAA%3B%3BAAiBA%2CO2DnEO%2CQ3DmEN%3BAAAD%2CeAAC%3BAACD%2CO2DpEO%2CQ3DoEN%3BAAAD%2CeAAC%3BEL2MD%2CYC9MoB%2C4BD8MpB%3BEAAA%2CkBC9MoB%2C4BD8MpB%3BEAAA%2CWAAA%3B%3BAK%5C%2FLA%2CO2DhFO%2CQ3DgFN%3BAAAD%2CeAAC%3BEL%2BLD%2CYC9MoB%2C4BD8MpB%3BEAAA%2CkBC9MoB%2C4BD8MpB%3BEAAA%2CWAAA%3B%3BAKnLA%2CO2D5FO%2CQ3D4FN%3BAAAD%2CeAAC%3BAACD%2CO2D7FO%2CQ3D6FN%3BAAAD%2CeAAC%3BAACD%2CQAAQ%2CUAAW%2CQ2D9FZ%3BA3D8FP%2CQAAQ%2CUAAW%3BELiLnB%2CYAAA%3BEK%5C%2FKI%2CeAAA%3BEACA%2CoBAAA%3B%3BA4DlHJ%2CQAAQ%2CKAAK%3BECuJb%2CSAAA%3BEACA%2CUAAA%3BEDtJI%2CmBAAA%3B%3BAAFJ%2CQAAQ%2CKAAK%2CMC0JX%2CQAAK%3BEACH%2CsBAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3B%3BAD7JJ%2CQAAQ%2CKAAK%2CMC0JX%2CQAAK%2CMAKD%3BEACE%2CcAAA%3B%3BADhKR%2CQAAQ%2CKAAK%2CMCoKX%2CQAAK%3BEAEH%2CsBAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3B%3BAlE7HJ%2CQiE5CQ%2CKAAK%2CMCoKX%2CQAAK%2CQlExHN%3BAACD%2CQiE7CQ%2CKAAK%2CMCoKX%2CQAAK%2CQlEvHN%3BEACG%2CSAAS%2CEAAT%3BEACA%2CcAAA%3B%3BAAGJ%2CQiElDQ%2CKAAK%2CMCoKX%2CQAAK%2CQlElHN%3BEACG%2CWAAA%3B%3BAkEwHA%2CQD3KI%2CKAAK%2CMCoKX%2CQAAK%2CQAOF%3BEACG%2CcAAA%3B%3BAD5KR%2CQAAQ%2CKAAK%2CMCiOP%2CQAAK%3BElE%2BDX%2CeAAA%3B%3BAiEhSA%2CQAAQ%2CKAAK%2CMCqOX%2CQAAK%2CMACD%3BElE0DN%2CmBAAA%3BEAAA%2CoCAAA%3BEAAA%2CkCAAA%3BEAAA%2CmCAAA%3BEAAA%2CiCAAA%3BEAAA%2CgCAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CWAAA%3BEAAA%2CqBAAA%3B%3BADjJA%2CQkE%5C%2FIQ%2CKAAK%2CMCqOX%2CQAAK%2CMACD%2CUnEvFL%3BECiJD%2CWAAA%3BEAAA%2CqBAAA%3B%3BAD5IA%2CQkEpJQ%2CKAAK%2CMCqOX%2CQAAK%2CMACD%2CUnElFL%3BEC4ID%2CWAAA%3BEAAA%2CqBAAA%3B%3BADvIA%2CQkEzJQ%2CKAAK%2CMCqOX%2CQAAK%2CMACD%2CUnE7EL%3BECuID%2CWAAA%3BEAAA%2CqBAAA%3B%3BAkE9BI%2CQDlQI%2CKAAK%2CMCqOX%2CQAAK%2CMA6BF%2CIAAI%2CWAAc%2CUAAO%3BAAC1B%2CQDnQI%2CKAAK%2CMCqOX%2CQAAK%2CMA8BF%2CIAAI%2CWAAc%2CUAAO%3BElE6B9B%2CYC9MoB%2C4BD8MpB%3B%3BAkEzBI%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%3BElEsBtB%2CYC9MoB%2C4BD8MpB%3BEAAA%2CWAAA%3BEAAA%2CqBAAA%3BEAAA%2CsBAAA%3B%3BAiEhSA%2CQAAQ%2CKAAK%2CMCkRX%2CQAAK%3BElEcP%2CYC9MoB%2C4BD8MpB%3BEAAA%2CSAAA%3BEAAA%2CeAAA%3BEAAA%2CmBAAA%3B%3BAmEhSA%2CMC8VE%3BEpE1UF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAmE3BA%2CMCmHA%3BEpE%2BHA%2CYAAA%3BEACA%2CoBAAA%3BEACA%2CcAAA%3BEoEgEA%2CmBAAA%3BEpEpBA%2CSAAA%3BEAAA%2CUAAA%3BED1KA%2CqBAAA%3BEC0KA%2CqBAAA%3BEAAA%2CaC%5C%2FNU%2CkBD%2BNV%3B%3BAmEhSA%2CMC6HA%3BEpEmKA%2CiBAAA%3BEAAA%2CmBAAA%3BEAnCA%2CsBAAA%3BEAmCA%2CkBAAA%3BEAAA%2CqBAAA%3B%3BAmEhSA%2CMC6HA%2CMAUI%3BEpEnHJ%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAmE3BA%2CMC4IA%2CEAAC%3BEpEoJD%2CWAAA%3BEAAA%2CqBAAA%3BEAAA%2CqBAAA%3B%3BAoEtII%2CMAdJ%2CEAAC%2CKAcI%3BEpEsIL%2CWAAA%3B%3BAoE1HI%2CMA1BJ%2CEAAC%2CKA0BI%3BEpE0HL%2CgBAAA%3BEAAA%2CcAAA%3BEAAA%2CqBAAA%3B%3BAoE7GI%2CMAvCJ%2CEAAC%2CKAuCI%3BEpE6GL%2CcAAA%3B%3BAmEhSA%2CMCgMA%2COAAM%3BEpEgGN%2CiBAAA%3BEAAA%2CmBAAA%3BEAnCA%2CsBAAA%3BEAmCA%2CcAAA%3BEAAA%2CqBAAA%3BEAAA%2CaC%5C%2FNU%2CkBD%2BNV%3B%3BAmEhSA%2CMCqNA%3BEpE2EA%2CWAAA%3BEAAA%2CqBAAA%3BEAAA%2CUAAA%3BEAAA%2CqBAAA%3B%3BAoE7DI%2CMAdJ%2CQAcK%3BEpE6DL%2CWAAA%3B%3BAoEjDI%2CMA1BJ%2CQA0BK%3BEpEiDL%2CgBAAA%3BEAAA%2COC9MoB%2C4BD8MpB%3BEAAA%2CqBAAA%3B%3BAoEpCI%2CMAvCJ%2CQAuCK%3BEpEoCL%2CcAAA%3B%3BAoExBI%2CMAnDJ%2CQAmDK%3BEpEwBL%2CqBAAA%3BEyB9QA%2CqBAAA%3B%3BA2C4WI%2CMAzKJ%2CQAmDK%2CKAqHJ%2CQACI%3BEpE9FL%2CWAAA%3B%3BAoEoGI%2CMA%5C%2FKJ%2CQAmDK%2CKA2HJ%2COACI%3BEpEpGL%2CcAAA%3B%3BAoExBI%2CMAnDJ%2CQAmDK%2CK3CYH%3BEzBhQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAyBHA%2CM2C6LA%2CQAmDK%2CK3ChPJ%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BEzB9DA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CWAAA%3BEAAA%2CSChFuB%2CKDgFvB%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CeAAA%3BEAAA%2CmBAAA%3BEyBqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CM2CgLJ%2CQAmDK%2CK3CpOJ%2CMACI%3BEzB2PL%2COC9MoB%2C4BD8MpB%3B%3BAyBrPI%2CM2C0KJ%2CQAmDK%2CK3C9NJ%2COACI%3BEzBqPL%2CcAAA%3B%3BAoENI%2CMArEJ%2CQAqEK%3BEpEML%2CqBAAA%3BEyB9QA%2CqBAAA%3B%3BA2C4WI%2CMAzKJ%2CQAqEK%2CSAmGJ%2CQACI%3BEpE9FL%2CWAAA%3B%3BAoEoGI%2CMA%5C%2FKJ%2CQAqEK%2CSAyGJ%2COACI%3BEpEpGL%2CcAAA%3B%3BAoENI%2CMArEJ%2CQAqEK%2CS3CNH%3BEzBhQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAyBHA%2CM2C6LA%2CQAqEK%2CS3ClQJ%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BEzB9DA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CWAAA%3BEAAA%2CSC%5C%2FE2B%2CKD%2BE3B%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CeAAA%3BEAAA%2CmBAAA%3BEyBqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CM2CgLJ%2CQAqEK%2CS3CtPJ%2CMACI%3BEzB2PL%2COC9MoB%2C4BD8MpB%3B%3BAyBrPI%2CM2C0KJ%2CQAqEK%2CS3ChPJ%2COACI%3BEzBqPL%2CcAAA%3B%3BAmEhSA%2CMAGI%3BEACI%2CWAAA%3B%3BAAEA%2CMAHJ%2CQAGK%3BEACG%2CkBAAA%3B%3BAAGJ%2CMAPJ%2CQAOK%3BEACG%2CiBAAA%3B%3BAEXZ%2CgBACM%3BAADN%2CgBAEM%3BEACE%2CkBAAA%3BEAMA%2CmBAAA%3B%3BAATR%2CgBACM%2CWAIE%3BAALR%2CgBAEM%2CaAGE%3BEACI%2CmBAAA%3B%3BAAIJ%2CgBATF%2CWASG%3BAAAD%2CgBARF%2CaAQG%3BEACG%2CgBAAA%3B%3BAAXZ%2CgBAeM%2CaACE%2CQAAO%3BEACH%2CaAAA%3B%3BACjBZ%3BEtEgSA%2CgBAAA%3BEAAA%2CgBAAA%3B%3BAsEhSA%2CYCoEA%3BEvE4NA%2CiBAAA%3BEAAA%2COC7MmB%2C2BD6MnB%3BEAAA%2CSAAA%3BEAAA%2CUAAA%3BED1KA%2CqBAAA%3B%3BAuEtHA%2CYCoEA%2COxEwDE%3BEACE%2CqBAAA%3BEACA%2CmBAAA%3B%3BAuE9HJ%2CYC0EA%3BEACI%2CSAAA%3B%3BAD3EJ%2CYC8EA%3BEvEkNA%2CWAAA%3BEAAA%2CqBAAA%3B%3BAuEpMI%2CYAdJ%2CEAcK%3BEvEoML%2CWAAA%3BEAAA%2CqBAAA%3B%3BAuEvLI%2CYA3BJ%2CEA2BK%3BEvEuLL%2CWAAA%3BEAAA%2C0BAAA%3B%3BAuE1KI%2CYAxCJ%2CEAwCK%3BEvE0KL%2CWAAA%3BEAAA%2CqBAAA%3B%3BAsEhSA%2CYCoIA%3BEvE4JA%2CgBAAA%3B%3BAsEhSA%2CYC4JI%2CMAAK%2CIAAI%3BEvEoIb%2CqBAAA%3BEyBhOA%2CqBAAA%3B%3BAAMA%2CY8CsFI%2CMAAK%2CIAAI%2Ca9CtFZ%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BEzB9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CWAAA%3BEAAA%2CS0BxPQ%2CO1BwPR%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CSAAA%3BEAAA%2CsBAAA%3BEyBqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BA%2BC9VY%2CUAFP%2CMACG%2CQACK%3BExEqRb%2CkBAAA%3BEwEjRgB%2CYAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3BEACA%2CaAAA%3BExE6QhB%2CqBAAA%3BEKzDA%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2C4BAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3BELgDA%2CgBAAA%3B%3BAwErRY%2CUAFP%2CMACG%2CQACK%2CM%5C%2FCyQX%3BEzBhQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAyBHA%2CU%2BCfK%2CMACG%2CQACK%2CM%5C%2FCaZ%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BEzB9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CS0B1OU%2CO1B0OV%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BEyBqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CU%2BC5BC%2CMACG%2CQACK%2CM%5C%2FCyBZ%2CMACI%3BEzB2PL%2CcAAA%3B%3BAyBrPI%2CU%2BClCC%2CMACG%2CQACK%2CM%5C%2FC%2BBZ%2COACI%3BEzBqPL%2CcAAA%3B%3BAK7CA%2CUmE1OK%2CMACG%2CQACK%2CMnEwOZ%3BAACD%2CUmE3OK%2CMACG%2CQACK%2CMnEyOZ%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CUmEhPK%2CMACG%2CQACK%2CMnE8OZ%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CUmErPK%2CMACG%2CQACK%2CMnEmPZ%3BAACD%2CUmEtPK%2CMACG%2CQACK%2CMnEoPZ%3BAACD%2CQAAQ%2CUAAW%2CWmEvPd%2CMACG%2CQACK%3BEnEsPT%2CoBAAA%3BEL%2BBJ%2CYAAA%3B%3BAwEtPA%3BEAQI%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAxEubJ%2CcAAC%3BAACD%2CcAAC%3BEACG%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2C0BAAA%3B%3BAAGJ%2CcAAC%3BEArND%2CSAAA%3BEAAA%2CQAAA%3BEAAA%2CiBAAA%3BEAAA%2CsDAAA%3BEAAA%2CWAAA%3B%3BAA6NA%2CcAAC%3BEA7ND%2CSAAA%3BEAAA%2CQAAA%3BEAAA%2CiBAAA%3BEAAA%2CyDAAA%3BEAAA%2CWAAA%3B%3BAoD5RQ%2CMAAC%2CWAAY%3BAACb%2CMAAC%2CWAAY%3BEACT%2CeAAA%3B%3BAAuBR%3BAACA%3BEACI%2CcAAA%3BEpDiQR%2CiBAAA%3BEoD%5C%2FPQ%2CcAAA%3B%3BAAJJ%2CoBAMI%3BAALJ%2CoBAKI%3BEACI%2CanDiCa%2CiCmDjCb%3B%3BAAWR%2CoBAAuB%3BAACvB%2CKAAK%3BEACD%2CcAAA%3BEpD%2BOR%2CiBAAA%3B%3BAoD5OQ%2CoBALmB%2CuBAKlB%3BAAAD%2CKAJC%2CYAIA%3BEACG%2CSAAS%2CiBAAiB%2CIAA1B%3BEpD2OZ%2CiBAAA%3B%3BAoDjPI%2CoBAAuB%2CuBAUnB%3BAATJ%2CKAAK%2CYASD%3BEpDuOR%2CiBAAA%3B%3BAyE7JI%2CIAAC%3BEACG%2CYAAA%3BEACA%2CWAAA%3B%3BAAHR%2CIAKI%3BAALJ%2CIAMI%3BEACI%2CuBAAA%3B%3BAAGR%3BAACA%3BEzEmIF%2CyCAAA%3BEACK%2CsCAAA%3BEACC%2CqCAAA%3BEAcJ%2CiCAAA%3B%3BAyE%5C%2FII%2CaAAC%3BAAAD%2CYAAC%3BEzE%2BHP%2CwByE9H2B%2C0DzE8H3B%3BEACK%2CqByE%5C%2FHsB%2C0DzE%2BHtB%3BEACC%2CoByEhIqB%2C0DzEgIrB%3BEAcJ%2CgByE9IyB%2C0DzE8IzB%3B%3BA%2BD7FA%2CeAAC%3BEACG%2CSAAS%2CEAAT%3BEACN%2CcAAA%3BEACM%2CeAAA%3BEACN%2CUAAA%3BEACM%2CMAAA%3BEACA%2COAAA%3BEACA%2CQAAA%3BEACA%2CaAAA%3BEACA%2CUAAA%3BEACA%2CoBAAA%3BE%5C%2FDmFJ%2C8BAAA%3BEAhBF%2CwBAAA%3BEACK%2CqBAAA%3BEACC%2CoBAAA%3BEAcJ%2CgBAAA%3BE%2BDhFI%2CYAAY%2CmCAAZ%3B%3BAAIP%2CWUzDO%2CgBVyDN%3BAAAD%2CkBUzDO%2CgBVyDN%3BEACA%2CUAAA%3BEACA%2CuBAAA%3B%3BAUzDU%2CWAFJ%2CgBAEK%3BAAAD%2CkBAFJ%2CgBAEK%3BEACG%2CoBAAA%3B%3BAAKZ%3BEzE6HA%2CYAAA%3B%3BAyExHA%3BAACA%3BEAxIA%2CSAAA%3BEACA%2COAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CyDAAA%3BEACQ%2CiDAAA%3B%3BAAER%2CYAAC%3BAAAD%2CYAAC%3BEACG%2CmBAAA%3BEACA%2CUAAA%3BEACA%2CqCAAA%3BEACQ%2C6BAAA%3B%3BAAJZ%2CYAAC%2CMAMG%3BAANJ%2CYAAC%2CMAMG%3BEzE8NN%2CgEAAA%3BEACK%2C6DAAA%3BEACC%2C4DAAA%3BEAcJ%2CwDAAA%3B%3BAyExHA%2CYAhHA%3BAAiHA%2CYAjHA%3BEzEwOA%2CsBAAA%3BEAAA%2C4CAAA%3BEyErOI%2CUAAA%3BEACA%2CoBAAA%3B%3BAAiHJ%3BEzEmHA%2CUAAA%3BEAAA%2CYAAA%3B%3BAyE5NA%2CYAAC%2CMACG%3BEACI%2CmBAAmB%2CaAAnB%3BEACQ%2CWAAW%2CaAAX%3B%3BAAsGhB%2CYAjGA%3BEACI%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CsDAAA%3BEACQ%2CsCAAA%3BEACR%2CWAAA%3BEACA%2C4BAAA%3B%3BAA0FJ%2CYAxFA%2CkBAAiB%3BEACb%2CgBAAA%3B%3BAAyFA%2CYAAC%2CcACG%3BEACI%2CmBAAA%3BEzEmOZ%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEAkCA%2C8BAAA%3BEACI%2C0BAAA%3BEACI%2CsBAAA%3B%3BAyE3QJ%2CYAAC%2CcAOG%3BAAPJ%2CYAAC%2CcAQG%3BEzEqOR%2CoBAAA%3BEACQ%2CYAAA%3BEAMR%2CsBAAA%3BEACQ%2CcAAA%3B%3BAyErPJ%2CYAAC%2CcAaG%3BEACI%2CgBAAA%3B%3BAAdR%2CYAAC%2CcAiBG%3BEACI%2CgBAAA%3B%3BAApBZ%2CYAwBI%3BAAxBJ%2CYAyBI%3BAAzBJ%2CYA0BI%3BEzEyFJ%2CwBAAA%3B%3BAyEnHA%2CYA8BI%3BEzEqFJ%2CsBAAA%3BEAAA%2CmBAAA%3B%3BAyEhFA%2CIAAK%2CaAAa%3BEACd%2CaxE5IqB%2CiCwE4IrB%3B%3BAAEJ%3BEzE6EA%2CYAAA%3BEyEpMA%2COAAA%3BEACA%2CgBAAA%3B%3BAAEA%2CYAAC%2CQACG%3BEzEgMJ%2CgBAAA%3B%3BAyEjMA%2CYAAC%2CQACG%2CkBAGI%3BEACI%2CmBAAA%3B%3BAAKZ%2CYAAC%2CMACG%3BEACI%2CmBAAmB%2CaAAnB%3BEACQ%2CWAAW%2CaAAX%3B%3BAAuGhB%2CYAnGA%3BEzEgLA%2CiBAAA%3BEAAA%2CUAAA%3BEAoHA%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEAkCA%2C8BAAA%3BEACI%2C0BAAA%3BEACI%2CsBAAA%3BEyErUJ%2CsBAAA%3BEACA%2CYAAA%3BEACA%2COAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3B%3BAA8FA%2CYAAC%3BEACG%2CmBAAA%3B%3BAAEA%2CKAAM%2CaAHT%3BEAIO%2CgBAAA%3B%3BAAJR%2CYAAC%2CcAOG%3BEACI%2CeAAA%3B%3BAAEA%2CKAAM%2CaAVb%2CcAOG%3BEAIQ%2CgBAAA%3B%3BAAXZ%2CYAAC%2CcAeG%3BEACI%2CgBAAA%3B%3BAApBZ%2CYAwBI%3BAAxBJ%2CYAyBI%3BAAzBJ%2CYA0BI%3BEzEmDJ%2CkBAAA%3BEAAA%2CmBAAA%3B%3BAyE7EA%2CYA%2BBI%3BAA%5C%2FBJ%2CYAgCI%3BEzEyKJ%2CoBAAA%3BEACQ%2CYAAA%3BEAMR%2CsBAAA%3BEACQ%2CcAAA%3B%3BAyEjNR%2CYAqCI%3BEzEwCJ%2C0BAAA%3BEAAA%2CiBAAA%3B%3BAyE7EA%2CYA0CI%3BEACI%2CgBAAA%3BEzEkCR%2CoBAAA%3BEAAA%2CiBAAA%3BEyE%5C%2FBQ%2CkBAAA%3B%3BAA9CR%2CYA0CI%2CcAKI%3BEACI%2CgBAAA%3BEACA%2CiBAAA%3B%3BAAjDZ%2CYAqDI%3BEACI%2CiBAAA%3B%3BAAGR%2CaACI%3BEACI%2CoBAAA%3B%3BAAGR%2CcACI%3BEACI%2CyBAAA%3BEACA%2CaAAa%2CiCAAb%3BEACA%2CsBAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2C%2BBAAA%3BEACA%2CgCAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3BEACA%2C2BAAA%3BEACA%2CiBAAA%3BEACA%2C2BAAA%3B%3BAAdR%2CcAgBI%3BEACI%2CeAAA%3BEACA%2CgBAAA%3B%3BAAlBR%2CcAgBI%2CeAGI%2CiBACM%3BEACE%2CWAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAAxBhB%2CcAgBI%2CeAGI%2CiBACM%2CMAKE%3BAAzBhB%2CcAgBI%2CeAGI%2CiBACM%2CMAKU%3BAAzBxB%2CcAgBI%2CeAGI%2CiBACM%2CMrE9Jd%2CMAAK%2CcAiED%2CiBAGM%3BEqEgGU%2CWAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEzEbpB%2CgBAAA%3B%3BAyEfA%2CcAgBI%2CeAGI%2CiBAaI%2CSACI%3BAAjChB%2CcAgBI%2CeAGI%2CiBAaI%2CSrE1KZ%2CMAAK%2CcAiED%2CiBAGM%3BEqEwGU%2CkBxEjOA%2C4BwEiOA%3BEACA%2CcxElOA%2C4BwEkOA%3BEACA%2CWAAA%3B%3BAApCpB%2CcAgBI%2CeAGI%2CiBAoBI%2CWACI%3BEpE1QhB%2CsBAAA%3BELiPA%2CYCtMiB%2CyBDsMjB%3BEAAA%2CkBCvMY%2CoBDuMZ%3BEAAA%2COCvMY%2CoBDuMZ%3BEAAA%2CeAAA%3BEAAA%2CqBAAA%3BEAAA%2CoBAAA%3BEAAA%2CaClMkB%2C0BDkMlB%3BEAAA%2CSAAA%3BEAAA%2CiBAAA%3BEAAA%2CiBAAA%3BEAAA%2CoBAAA%3BEK9NA%2CsBAAA%3BEACA%2CsBAAA%3B%3BAAiBA%2CcoE6MI%2CeAGI%2CiBAoBI%2CWACI%2CQpErOf%3BAACD%2CcoE4MI%2CeAGI%2CiBAoBI%2CWACI%2CQpEpOf%3BEL2MD%2CYCrMwB%2CgCDqMxB%3BEAAA%2CkBC9MoB%2C4BD8MpB%3BEAAA%2COCpMmB%2C2BDoMnB%3B%3BAK%5C%2FLA%2CcoEgMI%2CeAGI%2CiBAoBI%2CWACI%2CQpExNf%3BEL%2BLD%2CYCrMwB%2CgCDqMxB%3BEAAA%2CkBC9MoB%2C4BD8MpB%3BEAAA%2COCpMmB%2C2BDoMnB%3B%3BAKnLA%2CcoEoLI%2CeAGI%2CiBAoBI%2CWACI%2CQpE5Mf%3BAACD%2CcoEmLI%2CeAGI%2CiBAoBI%2CWACI%2CQpE3Mf%3BAACD%2CQAAQ%2CUAAW%2CeoEkLf%2CeAGI%2CiBAoBI%2CWACI%3BEzEzBhB%2CYAAA%3BEK%5C%2FKI%2CeAAA%3BEACA%2CoBAAA%3B%3BAqE1FJ%2CaAGI%3BAAFJ%2CYAEI%3BAADJ%2CYACI%3BErE4MJ%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2C4BAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEAEA%2CiBAAA%3BELgDA%2CgBAAA%3BEAAA%2CqBAAA%3BEyB9QA%2CqBAAA%3BEiDkBQ%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3B%3BArE6MR%2CaqExNI%2CcrEwNH%3BAAAD%2CYqExNI%2CcrEwNH%3BAAAD%2CYqExNI%2CcrEwNH%3BAACD%2CaqEzNI%2CcrEyNH%3BAAAD%2CYqEzNI%2CcrEyNH%3BAAAD%2CYqEzNI%2CcrEyNH%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CaqE9NI%2CcrE8NH%3BAAAD%2CYqE9NI%2CcrE8NH%3BAAAD%2CYqE9NI%2CcrE8NH%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CaqEnOI%2CcrEmOH%3BAAAD%2CYqEnOI%2CcrEmOH%3BAAAD%2CYqEnOI%2CcrEmOH%3BAACD%2CaqEpOI%2CcrEoOH%3BAAAD%2CYqEpOI%2CcrEoOH%3BAAAD%2CYqEpOI%2CcrEoOH%3BAACD%2CQAAQ%2CUAAW%2CcqErOf%3BArEqOJ%2CQAAQ%2CUAAW%2CaqErOf%3BArEqOJ%2CQAAQ%2CUAAW%2CaqErOf%3BErEsOA%2CoBAAA%3BEL%2BBJ%2CYAAA%3B%3BA0ExQA%2CaAGI%2CcjDyPF%3BAiD3PF%2CYAEI%2CcjDyPF%3BAiD1PF%2CYACI%2CcjDyPF%3BEzBhQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAyBHA%2CaiDGI%2CcjDHH%3BAAAD%2CYiDGI%2CcjDHH%3BAAAD%2CYiDGI%2CcjDHH%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BEzB9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2COC1LiB%2CyBD0LjB%3BEAAA%2CS0B1OU%2CO1B0OV%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BEyBqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CaiDVA%2CcjDSH%2CMACI%3BAAAD%2CYiDVA%2CcjDSH%2CMACI%3BAAAD%2CYiDVA%2CcjDSH%2CMACI%3BEzB2PL%2CcAAA%3B%3BAyBrPI%2CaiDhBA%2CcjDeH%2COACI%3BAAAD%2CYiDhBA%2CcjDeH%2COACI%3BAAAD%2CYiDhBA%2CcjDeH%2COACI%3BEzBqPL%2CcAAA%3B%3BA0EvPY%2CaAdR%2CcAaK%2CMACI%3BAAAD%2CYAdR%2CcAaK%2CMACI%3BAAAD%2CYAdR%2CcAaK%2CMACI%3BEACG%2CcAAA%3B%3BAAMhB%2CaACI%3BE1E%2BOJ%2CYAAA%3B%3BA0E1OA%3BEACI%2CoBAAA%3B%3BAADJ%2CYAGI%3BE1EuOJ%2CgCAAA%3BEAAA%2CgBAAA%3BEAAA%2CoBAAA%3BE0EnOQ%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CqBAAA%3B%3BAAVR%2CYAaI%3BEACI%2CaAAA%3B%3BAAIR%2CYACI%3BEACI%2CoBAAA%3B%3BAAFR%2CYAKI%3BEACI%2CuBAAA%3BEACA%2CkBAAA%3B%3BAAIR%3BE1E6MA%2CoCAAA%3BE0E3MI%2CSAAA%3BEACA%2COAAA%3BEACA%2CeAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3B%3BAAIA%2CIAAC%2CkBACG%3BEACI%2CaAAA%3BEACA%2COAAA%3BEACA%2CeAAA%3BEACA%2CMAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3B%3B%3B%3B%3B%3BAC1GhB%2CuBACI%3BEACI%2CaAAA%3B%3B%3B%3B%3BAxBuBA%2CaAAC%2CkBACK%3BEACE%2CaAAA%3B%3BAAIR%2CaAAC%2CsBACK%3BAADN%2CaAAC%2CsBAEK%3BEACE%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3B%3BAAMZ%3BEnDgXA%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3B%3BAmDlXA%2CyBAII%3BEnDwPJ%2CoBAAA%3BEAAA%2CiBAAA%3BEAAA%2CiBAAA%3B%3BAmDrPQ%2CyBAHJ%2CQAGK%3BEnDqPT%2CgBAAA%3B%3BAmD5PA%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%3BEnDyMJ%2CeAAA%3BEAAA%2CaC3NyB%2CiCD2NzB%3B%3BAmDnMA%2CqBACI%3BEACI%2CgBAAA%3B%3BAAFR%2CqBAKI%3BEACI%2CiBAAA%3B%3B%3B%3B%3BAAMR%3BEAEI%2CaAAA%3B%3BAAFJ%2CyBAII%3BEACI%2CWAAA%3BEACA%2CWAAA%3BEnDiLR%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CgCAAA%3B%3BAmDvKA%2CcACI%3BEACI%2CcAAA%3B%3BAAIR%2C2BACI%2CMACI%3BEACI%2CaAAA%3B%3BAAHZ%2C2BAOI%2CMACI%2CUACI%3BEnDwJZ%2CeAAA%3B%3BAmDjKA%2C2BAOI%2CMACI%2CUAQM%3BEnDiJd%2C0BAAA%3B%3BAmDjKA%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%3BEnDmHA%2CgBAAA%3B%3B%3B%3B%3B%3BA4ExRA%3BEACI%2CkBAAA%3BEACA%2CYAAA%3B%3BAAFJ%2CwBAGI%3BEACI%2CyBAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3B%3BAANR%2CwBAGI%2CkBAKI%3BEACI%2CWAAA%3BEACA%2C2BAAA%3B%3BAAVZ%2CwBAGI%2CkBAKI%2CuBAII%3BEACI%2CcAAA%3B%3BAAbhB%2CwBAGI%2CkBAcI%3BEACI%2CWAAA%3BEACA%2CeAAA%3B%3BAAnBZ%2CwBAGI%2CkBAmBI%3BEACI%2CYAAA%3BEACA%2CeAAA%3B%3BAAxBZ%2CwBAGI%2CkBAmBI%2CwBAII%3BEACI%2CWAAA%3BEACA%2CeAAA%3B%3BAAIA%2CwBA7BZ%2CkBAmBI%2CwBASI%2C6BACK%3BEACG%2CgBAAgB%2CwDAAhB%3BEACA%2CSAAS%2CGAAT%3BEACA%2CqBAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CsBAAA%3BEACA%2CWAAA%3B%3BAC%5C%2FCpB%3BEACI%2CaCNuB%2CkBDMvB%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CSAAS%2CuEAAT%3BEACA%2CSAAS%2C%2BEAA8C%2COAAO%2C0BAC1D%2CyEAAwC%2COAAO%2CaAC%5C%2FC%2CwEAAuC%2COAAO%2CWAFlD%3B%3BAAKJ%3BAEgJI%2CWAAC%3BAAAD%2CWAAC%3BAACD%2CWAAC%3BAAAD%2CWAAC%3BEFhJD%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%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%2CSDxG2B%2COCwG3B%3BEACA%2CkBAAA%3B%3BAAIR%3BEACI%2CWAAA%3B%3BAACA%2CWAAC%3BEACG%2CSDjH2B%2COCiH3B%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%2FEiHA%2CiBAAA%3BEAAA%2CmBAAA%3BEAnCA%2CsBAAA%3BE%2BE5EI%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAAPJ%2CWAQI%3BEACI%2CeAAA%3BEACA%2CqBAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3BEACA%2CWAAA%3B%3BAAhBR%2CWAQI%2CGASI%3BAAjBR%2CWAQI%2CG3EhDJ%2CMAAK%2CcAiED%2CiBAGM%3BE2EVE%2CgBAAA%3BEACA%2CsBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3BEACA%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3B%3BAAEA%2CWAtBR%2CGASI%2COAaK%3BAAAD%2CWAtBR%2CG3EhDJ%2CMAAK%2CcAiED%2CiBAGM%2CU2EEG%3BEACG%2CyBAAA%3B%3BAAGJ%2CWA1BR%2CGASI%2COAiBK%3BAACD%2CWA3BR%2CGASI%2COAkBK%3BAACD%2CWA5BR%2CGASI%2COAmBK%2CIAAI%3BAAFL%2CWA1BR%2CG3EhDJ%2CMAAK%2CcAiED%2CiBAGM%2CU2EMG%3BAACD%2CWA3BR%2CG3EhDJ%2CMAAK%2CcAiED%2CiBAGM%2CU2EOG%3BAACD%2CWA5BR%2CG3EhDJ%2CMAAK%2CcAiED%2CiBAGM%2CU2EQG%2CIAAI%3BEACD%2CgBAAA%3B%3BAAIR%2CWAjCJ%2CGAiCK%2CaACG%3BAADJ%2CWAjCJ%2CGAiCK%2Ca3EjFT%2CMAAK%2CcAiED%2CiBAGM%3BE2EeM%2CmBAAA%3B%3BAE1NhB%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%3BApFwHL%2CKAAK%2CcAiED%2CiBAGM%2CUoF5LL%3BExFiRL%2CoBAAA%3BEAAA%2CiBAAA%3BEAAA%2CiBAAA%3BEAAA%2CqBAAA%3BEAAA%2CiBAAA%3BEAAA%2COC3MU%2CkBD2MV%3BEAAA%2CqBAAA%3BEK5FA%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CeAAA%3BEL0FA%2CgBAAA%3BEwF1QQ%2CgBAAA%3BEACA%2CsBAAA%3BEACA%2CqBAAA%3B%3BAzFuHR%2CCyFhIK%2CwBzFgIJ%3BAAAD%2CMyFhIK%2CwBzFgIJ%3BAAAD%2CGyFhIK%2CwBzFgIJ%3BAKRD%2CKAAK%2CcAiED%2CiBAGM%2CUoF5LL%2CwBzFgIJ%3BECiJD%2COC3MU%2CkBD2MV%3BEAAA%2CqBAAA%3B%3BAD5IA%2CCyFrIK%2CwBzFqIJ%3BAAAD%2CMyFrIK%2CwBzFqIJ%3BAAAD%2CGyFrIK%2CwBzFqIJ%3BAKbD%2CKAAK%2CcAiED%2CiBAGM%2CUoF5LL%2CwBzFqIJ%3BEC4ID%2COC1MiB%2CyBD0MjB%3BEAAA%2CqBAAA%3B%3BADvIA%2CCyF1IK%2CwBzF0IJ%3BAAAD%2CMyF1IK%2CwBzF0IJ%3BAAAD%2CGyF1IK%2CwBzF0IJ%3BAKlBD%2CKAAK%2CcAiED%2CiBAGM%2CUoF5LL%2CwBzF0IJ%3BECuID%2CWAAA%3BEAAA%2CqBAAA%3B%3BAKxFA%2CCmFzLK%2CwBnFyLJ%3BAAAD%2CMmFzLK%2CwBnFyLJ%3BAAAD%2CGmFzLK%2CwBnFyLJ%3BAACD%2CCmF1LK%2CwBnF0LJ%3BAAAD%2CMmF1LK%2CwBnF0LJ%3BAAAD%2CGmF1LK%2CwBnF0LJ%3BAACD%2CCmF3LK%2CwBnF2LJ%3BAAAD%2CMmF3LK%2CwBnF2LJ%3BAAAD%2CGmF3LK%2CwBnF2LJ%3BADnED%2CKAAK%2CcAiED%2CiBAGM%2CUoF5LL%2CwBnFyLJ%3BADjED%2CKAAK%2CcAiED%2CiBAGM%2CUoF5LL%2CwBnF0LJ%3BADlED%2CKAAK%2CcAiED%2CiBAGM%2CUoF5LL%2CwBnF2LJ%3BEACG%2CgBAAA%3BEACA%2CSAAA%3B%3BAAGJ%2CCmFhMK%2CwBnFgMJ%3BAAAD%2CMmFhMK%2CwBnFgMJ%3BAAAD%2CGmFhMK%2CwBnFgMJ%3BAACD%2CCmFjMK%2CwBnFiMJ%3BAAAD%2CMmFjMK%2CwBnFiMJ%3BAAAD%2CGmFjMK%2CwBnFiMJ%3BAACD%2CQAAQ%2CUAAW%2CEmFlMd%3BAnFkML%2CQAAQ%2CUAAW%2COmFlMd%3BAnFkML%2CQAAQ%2CUAAW%2CImFlMd%3BApFwHL%2CKAAK%2CcAiED%2CiBAGM%2CUoF5LL%2CwBnFgMJ%3BADxED%2CKAAK%2CcAiED%2CiBAGM%2CUoF5LL%2CwBnFiMJ%3BAACD%2CQAAQ%2CUD1ER%2CMAAK%2CcAiED%2CiBAGM%2CUoF5LL%3BExFiRL%2COC3MU%2CkBD2MV%3BEAAA%2CYAAA%3BEK5EI%2CeAAA%3BEACA%2CoBAAA%3BEACA%2C0BAAA%3B%3BAmF3LA%2CCAAC%3BAAAD%2CMAAC%3BAAAD%2CGAAC%3BApF4GL%2CKAAK%2CcAiED%2CiBAGM%2CUoFhLL%3BEnF6IL%2CqBAAA%3BEAzHA%2CsBAAA%3BELiPA%2CYC9MoB%2C4BD8MpB%3BEAAA%2CkBC9MoB%2C4BD8MpB%3BEAAA%2CWAAA%3BEAAA%2CeAAA%3BEAAA%2CqBAAA%3BEAAA%2CoBAAA%3BEAAA%2CaClMkB%2C0BDkMlB%3BEAAA%2CqBAAA%3BEK9NA%2CsBAAA%3BEACA%2CsBAAA%3BEL6NA%2CoBAAA%3BEAAA%2CiBAAA%3BEAAA%2CiBAAA%3BEAAA%2CeCnMoB%2C4BDmMpB%3BEwFhQQ%2CgBAAA%3B%3BAnF0IR%2CCmF%5C%2FIK%2C2BnF%2BIJ%3BAAAD%2CMmF%5C%2FIK%2C2BnF%2BIJ%3BAAAD%2CGmF%5C%2FIK%2C2BnF%2BIJ%3BAACD%2CCmFhJK%2C2BnFgJJ%3BAAAD%2CMmFhJK%2C2BnFgJJ%3BAAAD%2CGmFhJK%2C2BnFgJJ%3BAACD%2CCmFjJK%2C2BnFiJJ%3BAAAD%2CMmFjJK%2C2BnFiJJ%3BAAAD%2CGmFjJK%2C2BnFiJJ%3BADrCD%2CKAAK%2CcAiED%2CiBAGM%2CUoFhLL%2C2BnF%2BIJ%3BADnCD%2CKAAK%2CcAiED%2CiBAGM%2CUoFhLL%2C2BnFgJJ%3BADpCD%2CKAAK%2CcAiED%2CiBAGM%2CUoFhLL%2C2BnFiJJ%3BEACG%2CqBAAA%3B%3BAAzFJ%2CCmFzDK%2C2BnFyDJ%3BAAAD%2CMmFzDK%2C2BnFyDJ%3BAAAD%2CGmFzDK%2C2BnFyDJ%3BAACD%2CCmF1DK%2C2BnF0DJ%3BAAAD%2CMmF1DK%2C2BnF0DJ%3BAAAD%2CGmF1DK%2C2BnF0DJ%3BADkDD%2CKAAK%2CcAiED%2CiBAGM%2CUoFhLL%2C2BnFyDJ%3BADmDD%2CKAAK%2CcAiED%2CiBAGM%2CUoFhLL%2C2BnF0DJ%3BEL2MD%2CYC9MoB%2C4BD8MpB%3BEAAA%2CkBC9MoB%2C4BD8MpB%3BEAAA%2CWAAA%3B%3BAK%5C%2FLA%2CCmFtEK%2C2BnFsEJ%3BAAAD%2CMmFtEK%2C2BnFsEJ%3BAAAD%2CGmFtEK%2C2BnFsEJ%3BADsCD%2CKAAK%2CcAiED%2CiBAGM%2CUoFhLL%2C2BnFsEJ%3BEL%2BLD%2CYC9MoB%2C4BD8MpB%3BEAAA%2CkBC9MoB%2C4BD8MpB%3BEAAA%2CWAAA%3B%3BAKnLA%2CCmFlFK%2C2BnFkFJ%3BAAAD%2CMmFlFK%2C2BnFkFJ%3BAAAD%2CGmFlFK%2C2BnFkFJ%3BAACD%2CCmFnFK%2C2BnFmFJ%3BAAAD%2CMmFnFK%2C2BnFmFJ%3BAAAD%2CGmFnFK%2C2BnFmFJ%3BAACD%2CQAAQ%2CUAAW%2CEmFpFd%3BAnFoFL%2CQAAQ%2CUAAW%2COmFpFd%3BAnFoFL%2CQAAQ%2CUAAW%2CImFpFd%3BApF4GL%2CKAAK%2CcAiED%2CiBAGM%2CUoFhLL%2C2BnFkFJ%3BAD0BD%2CKAAK%2CcAiED%2CiBAGM%2CUoFhLL%2C2BnFmFJ%3BAACD%2CQAAQ%2CUDwBR%2CMAAK%2CcAiED%2CiBAGM%2CUoFhLL%3BExFqQL%2CYAAA%3BEK%5C%2FKI%2CeAAA%3BEACA%2CoBAAA%3B%3BAmF%5C%2FEA%2CCAAC%3BAAAD%2CMAAC%3BAAAD%2CGAAC%3BApFoGL%2CKAAK%2CcAiED%2CiBAGM%2CUoFxKL%3BEnFqIL%2CqBAAA%3BEAzHA%2CsBAAA%3BELiPA%2CYCtMiB%2CyBDsMjB%3BEAAA%2CkBCvMY%2CoBDuMZ%3BEAAA%2COCvMY%2CoBDuMZ%3BEAAA%2CeAAA%3BEAAA%2CqBAAA%3BEAAA%2CoBAAA%3BEAAA%2CaClMkB%2C0BDkMlB%3BEAAA%2CqBAAA%3BEK9NA%2CsBAAA%3BEACA%2CsBAAA%3BEL6NA%2CoBAAA%3BEAAA%2CiBAAA%3BEAAA%2CiBAAA%3BEAAA%2CeCnMoB%2C4BDmMpB%3BEwFxPQ%2CgBAAA%3B%3BAnFkIR%2CCmFvIK%2C6BnFuIJ%3BAAAD%2CMmFvIK%2C6BnFuIJ%3BAAAD%2CGmFvIK%2C6BnFuIJ%3BAACD%2CCmFxIK%2C6BnFwIJ%3BAAAD%2CMmFxIK%2C6BnFwIJ%3BAAAD%2CGmFxIK%2C6BnFwIJ%3BAACD%2CCmFzIK%2C6BnFyIJ%3BAAAD%2CMmFzIK%2C6BnFyIJ%3BAAAD%2CGmFzIK%2C6BnFyIJ%3BADrCD%2CKAAK%2CcAiED%2CiBAGM%2CUoFxKL%2C6BnFuIJ%3BADnCD%2CKAAK%2CcAiED%2CiBAGM%2CUoFxKL%2C6BnFwIJ%3BADpCD%2CKAAK%2CcAiED%2CiBAGM%2CUoFxKL%2C6BnFyIJ%3BEACG%2CqBAAA%3B%3BAAzFJ%2CCmFjDK%2C6BnFiDJ%3BAAAD%2CMmFjDK%2C6BnFiDJ%3BAAAD%2CGmFjDK%2C6BnFiDJ%3BAACD%2CCmFlDK%2C6BnFkDJ%3BAAAD%2CMmFlDK%2C6BnFkDJ%3BAAAD%2CGmFlDK%2C6BnFkDJ%3BADkDD%2CKAAK%2CcAiED%2CiBAGM%2CUoFxKL%2C6BnFiDJ%3BADmDD%2CKAAK%2CcAiED%2CiBAGM%2CUoFxKL%2C6BnFkDJ%3BEL2MD%2CYCrMwB%2CgCDqMxB%3BEAAA%2CkBC9MoB%2C4BD8MpB%3BEAAA%2COCpMmB%2C2BDoMnB%3B%3BAK%5C%2FLA%2CCmF9DK%2C6BnF8DJ%3BAAAD%2CMmF9DK%2C6BnF8DJ%3BAAAD%2CGmF9DK%2C6BnF8DJ%3BADsCD%2CKAAK%2CcAiED%2CiBAGM%2CUoFxKL%2C6BnF8DJ%3BEL%2BLD%2CYCrMwB%2CgCDqMxB%3BEAAA%2CkBC9MoB%2C4BD8MpB%3BEAAA%2COCpMmB%2C2BDoMnB%3B%3BAKnLA%2CCmF1EK%2C6BnF0EJ%3BAAAD%2CMmF1EK%2C6BnF0EJ%3BAAAD%2CGmF1EK%2C6BnF0EJ%3BAACD%2CCmF3EK%2C6BnF2EJ%3BAAAD%2CMmF3EK%2C6BnF2EJ%3BAAAD%2CGmF3EK%2C6BnF2EJ%3BAACD%2CQAAQ%2CUAAW%2CEmF5Ed%3BAnF4EL%2CQAAQ%2CUAAW%2COmF5Ed%3BAnF4EL%2CQAAQ%2CUAAW%2CImF5Ed%3BApFoGL%2CKAAK%2CcAiED%2CiBAGM%2CUoFxKL%2C6BnF0EJ%3BAD0BD%2CKAAK%2CcAiED%2CiBAGM%2CUoFxKL%2C6BnF2EJ%3BAACD%2CQAAQ%2CUDwBR%2CMAAK%2CcAiED%2CiBAGM%2CUoFxKL%3BExF6PL%2CYAAA%3BEK%5C%2FKI%2CeAAA%3BEACA%2CoBAAA%3B%3BAoFlHJ%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%2CW%5C%2FFuDY%2CwB%2BFvDZ%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%2CWjGoDQ%2CwBiGpDR%3BEACA%2CWAAA%3B%3BACRR%3BEACI%2CsBAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3B%3BAAJJ%2C2BAMM%3BAANN%2C2BAOM%3BEACE%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CwBAAA%3B%3BAAEA%2C2BANF%2CwBAMG%3BAAAD%2C2BALF%2C8BAKG%3BEACG%2CcAAA%3BEACA%2CwBAAA%3B%3BAAIR%2C2BAAI%3BEACA%2CSAAA%3BEACA%2CaAAA%3B%3BAAEA%2CaAAc%2C4BAJd%3BEAKI%2CeAAA%3BEACA%2CmBAAA%3B%3BAAKZ%3BEACI%2CsBAAA%3BEACA%2CsBAAA%3BEACA%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3B%3BAALJ%2C0BAOI%3BEACI%2CYAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CUAAA%3BEACA%2CYAAA%3B%3BAAEA%2CcAAe%2C2BARnB%3BEASQ%2COAAA%3B%3BAAIR%2C0BAAC%2CSACG%3BEACI%2CwBAAA%3BEACA%2CUAAA%3B%3BAAHR%2C0BAAC%2CSAMG%3BEACI%2CkBAAA%3BEACA%2CUAAA%3B%3BAARR%2C0BAAC%2CSAWG%2C2BACM%3BAAZV%2C0BAAC%2CSAWG%2C2BAEM%3BAAbV%2C0BAAC%2CSAWG%2C2BAGM%3BAAdV%2C0BAAC%2CSAWG%2C2BAIM%3BEACE%2CuBAAA%3BEACA%2C0BAAA%3B%3BAArChB%2C0BA0CI%3BEACI%2C4CAAA%3BEACA%2C0CAAA%3BEACA%2C%2BCAAA%3BEACA%2CsBAAA%3BEACA%2CsBAAA%3BEACA%2CaAAA%3BEACA%2CuCAAA%3B%3BAAEA%2C0BATJ%2CqBASK%3BEACG%2CmBAAA%3BEACA%2CaAAA%3BEACA%2CuBAAA%3BEACA%2CmBAAA%3B%3BAAGJ%2C0BAhBJ%2CqBAgBK%2CIAAI%3BEACD%2CgBAAA%3B%3BAA3DZ%2C0BA%2BDI%3BEACI%2CgBAAA%3BEACA%2CcAAA%3B%3BAAjER%2C0BAoEI%3BEACI%2CmCAAA%3BEACA%2CiCAAA%3BEACA%2CsCAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2C8BAAA%3BEACA%2CsBAAA%3B%3BACzGR%2C0BACI%3BEACI%2CWAAA%3B%3BACFR%2CoCACI%2C2BACI%3BEACI%2CiBAAA%3BEACA%2CkBAAA%3B%3BACJZ%2CgCACI%2C2BACI%3BEACI%2CkBAAA%3B%3BACHZ%2CiCACI%2C2BACI%3BEACI%2CiBAAA%3B%3BACHZ%2CGAAG%3BEACC%2CkBAAA%3B%3BAAEA%2CGAHD%2C4BAGE%3BEACG%2CmBAAA%3B%3BAAJR%2CGAAG%2C4BAOC%3BAAPJ%2CGAAG%2C4BAQC%3BAARJ%2CGAAG%2C4BASC%3BEACI%2CmBAAA%3B%3BAAVR%2CGAAG%2C4BAOC%2CYAKM%3BAAZV%2CGAAG%2C4BAQC%2CaAIM%3BAAZV%2CGAAG%2C4BASC%2CaAGM%3BEACE%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3B%3BAAhBZ%2CGAAG%2C4BAmBC%2CEAAC%3BEACG%2CuBAAA%3BEACA%2C0BAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CaAAA%3BEACA%2CqBAAA%3B%3BACzBR%2CGAAG%2C0BACC%3BEACI%2CcAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3B%3BAALR%2CGAAG%2C0BACC%2CiBAMI%2CGAAE%3BEACE%2CyBAAA%3B%3BAARZ%2CGAAG%2C0BACC%2CiBAUI%2CGAAE%3BEACE%2CmBAAA%3BEACA%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2CuCAAA%3BEACA%2CwCAAA%3BEACA%2CqBAAA%3BEACA%2CSAAA%3BEACA%2CeAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CqBAAA%3BEACA%2CUAAA%3B%3BAAEA%2CGAzBT%2C0BACC%2CiBAUI%2CGAAE%2CWAcG%2CIAAI%3BEACD%2CiBAAA%3B%3BAA1BhB%2CGAAG%2C0BACC%2CiBAUI%2CGAAE%2CWAkBE%2CEAAC%3BEACG%2CeAAA%3BEACA%2CWAAA%3BEACA%2C0BAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CkBAAA%3BEACA%2CoBAAA%3BEACA%2CsBAAA%3BEACA%2CmBAAA%3B%3BAAxChB%2CGAAG%2C0BACC%2CiBAUI%2CGAAE%2CWAkBE%2CEAAC%2CUAaG%2CKAAI%3BEACA%2CcAAA%3B%3BAAGJ%2CGA9Cb%2C0BACC%2CiBAUI%2CGAAE%2CWAkBE%2CEAAC%2CUAiBI%3BEACG%2CqBAAA%3B%3BAAIR%2CGAnDT%2C0BACC%2CiBAUI%2CGAAE%2CWAwCG%3BEACG%2C4BAAA%3B%3BAAGJ%2CGAvDT%2C0BACC%2CiBAUI%2CGAAE%2CWA4CG%3BEACG%2CgBAAA%3BEACA%2CWAAA%3B%3BAAFJ%2CGAvDT%2C0BACC%2CiBAUI%2CGAAE%2CWA4CG%2CgBAIG%2CEAAC%3BEACG%2CkBAAA%3BEACA%2CoBAAA%3B%3BAA7DpB%2CGAAG%2C0BAmEC%3BEACI%2CsBAAA%3BEACA%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAAxER%2CGAAG%2C0BAmEC%2CcAOI%3BEACI%2CsBAAA%3BEACA%2CmBAAA%3B%3BAAEA%2CGA9ET%2C0BAmEC%2CcAOI%2C%2BBAIK%2CIAAI%3BEACD%2CaAAA%3B%3BAAKZ%2CGApFD%2C0BAoFE%2CeACG%3BEACI%2CoCAAA%3B%3BAAGR%2CGAzFD%2C0BAyFE%2CgBACG%3BEACI%2CqCAAA%3B%3BAC3FZ%2CGAAG%3BEACC%2CqBAAA%3B%3BACDJ%2CGAAG%3BEACC%2CYAAA%3B%3BAADJ%2CGAAG%2C2BAGC%3BEACI%2CsBAAA%3BEACA%2CqBAAA%3BEACA%2CWAAA%3B%3BAANR%2CGAAG%2C2BASC%3BEACI%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3B%3BAAbR%2CGAAG%2C2BAgBC%3BAAhBJ%2CGAAG%2C2BAiBC%3BEACI%2CYAAA%3BEACA%2COAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3B%3BACtBR%3BEACI%2CkBAAA%3BEACA%2CUAAA%3B%3BAAIA%2CSAAI%3BEACA%2CaAAa%2CgCAAb%3BEACA%2CYAAA%3BEACA%2COAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3B%3BAAIR%3BEACI%2CWAAW%2CgBAAX%3B%3BAAGJ%2CSACI%3BEACI%2CmBAAmB%2CoBAAnB%3BEACA%2CSAAA%3BEACA%2COAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3BEACA%2CYAAA%3B%3BAARR%2CSAWI%2C2BACI%3BAAZR%2CSAWI%2C2BAEI%3BEACI%2CkBAAA%3B%3BA9BtBZ%3BEACI%2CyBAAA%3BEACA%2CWAAA%3BEACA%2CaAAa%2CaAAa%2C8CAA1B%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CsBAAA%3BEACA%2CaAAA%3B%3BAAGJ%3BEACI%2CWAAA%3BEACA%2CWAAA%3B%3BAAGJ%3BEACI%2CsBAAA%3BEACA%2CmBAAA%3B%3BAAOJ%3BEZ%2BGA%2CSAAA%3BEACA%2CUAAA%3B%3BAYhHA%2CsBZkHE%2CQAAK%3BEACH%2CsBAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3B%3BAYrHJ%2CsBZkHE%2CQAAK%2CMAKD%3BEACE%2CcAAA%3B%3BAYxHR%2CsBZ4HE%2CQAAK%3BEAEH%2CsBAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3B%3BAlE7HJ%2CsBkEwHE%2CQAAK%2CQlExHN%3BAACD%2CsBkEuHE%2CQAAK%2CQlEvHN%3BEACG%2CSAAS%2CEAAT%3BEACA%2CcAAA%3B%3BAAGJ%2CsBkEkHE%2CQAAK%2CQlElHN%3BEACG%2CWAAA%3B%3BAkEwHA%2CsBAPF%2CQAAK%2CQAOF%3BEACG%2CcAAA%3B%3BAYpIR%2CsBZyLM%2CQAAK%3BElE%2BDX%2CeAAA%3B%3BA8ExPA%2CsBZ6LE%2CQAAK%2CMACD%3BElE0DN%2CmBAAA%3BEAAA%2CoCAAA%3BEAAA%2CkCAAA%3BEAAA%2CmCAAA%3BEAAA%2CiCAAA%3BEAAA%2CgCAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CWAAA%3BEAAA%2CqBAAA%3B%3BADjJA%2CsBmEsFE%2CQAAK%2CMACD%2CUnEvFL%3BECiJD%2CWAAA%3BEAAA%2CqBAAA%3B%3BAD5IA%2CsBmEiFE%2CQAAK%2CMACD%2CUnElFL%3BEC4ID%2CWAAA%3BEAAA%2CqBAAA%3B%3BADvIA%2CsBmE4EE%2CQAAK%2CMACD%2CUnE7EL%3BECuID%2CWAAA%3BEAAA%2CqBAAA%3B%3BAkE9BI%2CsBA7BF%2CQAAK%2CMA6BF%2CIAAI%2CWAAc%2CUAAO%3BAAC1B%2CsBA9BF%2CQAAK%2CMA8BF%2CIAAI%2CWAAc%2CUAAO%3BElE6B9B%2CYC9MoB%2C4BD8MpB%3B%3BAkEzBI%2CsBAlCF%2CQAAK%2CMAkCF%2CIAAI%2CWAAc%2CUAAO%3BAAC1B%2CsBAnCF%2CQAAK%2CMAmCF%2COAAU%3BAACX%2CsBApCF%2CQAAK%2CMAoCF%2COAAU%2CUAAO%3BAAClB%2CsBArCF%2CQAAK%2CMAqCF%2COAAU%2CUAAO%3BElEsBtB%2CYC9MoB%2C4BD8MpB%3BEAAA%2CWAAA%3BEAAA%2CqBAAA%3BEAAA%2CsBAAA%3B%3BA8ExPA%2CsBZ0OE%2CQAAK%3BElEcP%2CYC9MoB%2C4BD8MpB%3BEAAA%2CSAAA%3BEAAA%2CeAAA%3BEAAA%2CmBAAA%3B%3B%3B%3B%3B%3BA6GtSJ%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%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%3BACUA%3B%3B%3BAAAA%2CyBAEI%2CYAAY%2CGAAG%2COAAM%3BAAFzB%2CyBAII%2CYAAY%2CGAAG%2COAAM%3BAAJzB%2CyBAMI%2CYAAW%3BAANf%2CyBAEI%2CYAAY%2CG%5C%2FGgIhB%2CMAAK%2CcAiED%2CiBAGM%2CU%2BGpMe%3BAAFzB%2CyBAII%2CYAAY%2CG%5C%2FG8HhB%2CMAAK%2CcAiED%2CiBAGM%2CU%2BGlMe%3BEAGjB%2CUAAA%3B%3BAAPR%2CyBAUI%3BAAVJ%2CyBAWI%3BAAXJ%2CyBAYI%3BEACI%2CcAAA%3BEACA%2CkBAAA%3B%3BAAdR%2CyBAiBI%2CeAAe%3BAAjBnB%2CyBAkBI%2CeAAe%3BEACX%2CkBAAA%3B%3BAAnBR%2CyBAsBI%3BEACI%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3B%3BAAzBR%2CyBA4BI%2CYAAW%3BEACP%2CeAAA%3B%3BAA7BR%2CyBAgCI%2CcAAc%3BAAhClB%2CyBAiCI%2CcAAc%3BEACV%2CWAAW%2CoBAAX%3B%3BAAlCR%2CyBAqCI%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%3BAAnDZ%2CyBAuDI%3BAAvDJ%2CyBAwDI%2CaAAY%2CcAAe%3BEACvB%2CaAAA%3B%3BAAzDR%2CyBA4DI%3BEACI%2CWAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2CsBAAA%3B%3BAAhER%2CyBAmEI%2CUAAU%3BEACN%2CYAAA%3B%3BAApER%2CyBAuEI%2CaAAY%2CSAAU%3BEAClB%2CoBAAA%3B%3BAAxER%2CyBA2EI%2CgBAAgB%3BEACZ%2C6BAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3B%3BAA9ER%2CyBAiFI%2CaAAY%3BEACR%2CaAAA%3B%3BAAlFR%2CyBAqFI%2CeAAe%3BEACX%2CeAAA%3BEACA%2CkBAAA%3B%3BAAvFR%2CyBA0FI%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%3BAAxGR%2CyBA2GI%2CYAAW%3BAA3Gf%2CyBA4GI%2CYAAW%3BEACP%2CaAAA%3B%3BAA7GR%2CyBAgHI%2CcAAa%3BEACT%2CmBAAA%3B%3BAAjHR%2CyBAoHI%3BEACI%2CcAAA%3BEACA%2COAAA%3BEACA%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAA5HR%2CyBA%2BHI%2CYAAY%3BEACR%2CeAAA%3BEACA%2CqBAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAAtIR%2CyBAyII%2CYAAY%2CGAAG%3BAAzInB%2CyBA0II%2CcAAc%3BAA1IlB%2CyBAyII%2CYAAY%2CG%5C%2FGPhB%2CMAAK%2CcAiED%2CiBAGM%3BE%2BG3DF%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CUAAA%3B%3BAA9IR%2CyBAiJI%2CYAAY%2CGAAG%3BAAjJnB%2CyBAiJI%2CYAAY%2CG%5C%2FGfhB%2CMAAK%2CcAiED%2CiBAGM%3BE%2BGnDE%2CeAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CyBAZJ%2CYAAY%2CGAAG%2COAYV%2CMAAM%3BAACP%2CyBAbJ%2CYAAY%2CGAAG%2COAaV%2CMAAM%3BAADP%2CyBAZJ%2CYAAY%2CG%5C%2FGfhB%2CMAAK%2CcAiED%2CiBAGM%2CU%2BGzCD%2CMAAM%3BAACP%2CyBAbJ%2CYAAY%2CG%5C%2FGfhB%2CMAAK%2CcAiED%2CiBAGM%2CU%2BGxCD%2CMAAM%3BEACH%2CUAAA%3B%3BAAGJ%2CyBAjBJ%2CYAAY%2CGAAG%2COAiBV%3BAAAD%2CyBAjBJ%2CYAAY%2CG%5C%2FGfhB%2CMAAK%2CcAiED%2CiBAGM%2CU%2BGpCD%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%3BAA%5C%2FKZ%2CyBAmLI%2CYAAY%2CGAAE%2CaAAc%2COAAM%3BAAnLtC%2CyBAmLI%2CYAAY%2CGAAE%2Ca%5C%2FGjDlB%2CMAAK%2CcAiED%2CiBAGM%2CU%2BGnB4B%3BEAC9B%2CWAAA%3BEACA%2CaAAA%3B%3BAArLR%2CyBAwLI%3BEACI%2CwCAAA%3BEACA%2CsBAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3B%3BAA7LR%2CyBAgMI%2CcAAc%3BEAEN%2CgBCzMgB%2C0XDyMhB%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%2CgBC5NuB%2C0XD4NvB%3B%3BAAtNZ%2CyBA0NI%2CcAAc%2CaAAY%3BEACtB%2CQAAA%3B%3BAA3NR%2CyBA8NI%2CcAAc%2CaAAY%3BEACtB%2COAAA%3BEACA%2CWAAW%2CeAAe%2CiBAA1B%3B%3BAAhOR%2CyBAmOI%2CmBAAmB%3BEACf%2CqBAAA%3BEACA%2CsBAAA%3BEACA%2CYAAA%3B%3BAAtOR%2CyBAyOI%2CeAAc%2CaAAgB%3BEAC1B%2CeAAA%3B%3BAA1OR%2CyBA6OI%2CeAAc%2CaAAc%2CaAAa%3BEACrC%2CyBAAA%3BEACA%2CuBAAA%3BEACA%2CgBAAA%3B%3BAAhPR%2CyBAmPI%2CSAAQ%3BEACJ%2CWAAA%3B%3BACzOZ%3BEACI%3BIACI%2CWAAW%2CsBAAqB%2CSAAhC%3B%3BEAGJ%3BIACI%2CWAAW%2CsBAAqB%2CgBAAhC%3B%3B%3BACvBJ%3BEACI%2CmBAAA%3B%3BAAIJ%2CyBAEI%3BAADJ%2CYACI%3BEACI%2C0BAAA%3BEACA%2CuBAAA%3B%3BAAOJ%2CYAAC%3BEACG%2CmBAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2CYAAC%3BEAEO%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2CYAVH%2CMAUI%3BEACG%2CmBAAA%3BEACA%2CSAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CWAAA%3BEACA%2COAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CWAAA%3B%3BAAIR%2CYAAC%3BECTL%2C4BAAA%3BEtH6OF%2CuBAAA%3BEACK%2CoBAAA%3BEACC%2CmBAAA%3BEAcJ%2CeAAA%3BEqHjPQ%2CcAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CYAAC%3BECjBL%2C4BAAA%3BEtH6OF%2CiCAAA%3BEACK%2C8BAAA%3BEACC%2C6BAAA%3BEAcJ%2CyBAAA%3BEAhBF%2CoCAAA%3BEACK%2CiCAAA%3BEACC%2CgCAAA%3BEAcJ%2C4BAAA%3BEqHzOQ%2CYAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CYAAC%3BEACG%2CaAAA%3B%3BAAIR%3BEE1DI%2CUAAA%3BEACA%2CWAAW%2CmBAAX%3BEACA%2CkCAAA%3BEF2DA%2CsBAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAE5DJ%3BEACI%3BIACI%2CUAAA%3BIACA%2CWAAW%2CeAAX%3B%3B%3BAF4DR%2CiBAAiB%3BEAET%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3B%3BAAJR%2CiBAAiB%2CWAOb%3BEACI%2CkBAAA%3B%3BAARR%2CiBAAiB%2CWAWb%3BEACI%2CeAAA%3B%3BAAIR%3BECxFI%2CaAAA%3BEAQA%2C8BAAA%3BEAIA%2CmBAAA%3BEAqBJ%2C4BAAA%3BEtH6OF%2CuBAAA%3BEACK%2CoBAAA%3BEACC%2CmBAAA%3BEAcJ%2CeAAA%3BEqHjMQ%2CuBAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CqBAAC%3BEACG%2CqBAAA%3B%3BAAlBR%2CqBAqBI%3BEACI%2CWAAA%3BEACA%2CaAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3B%3BAA3BR%2CqBA8BI%3BEACI%2CyBAAA%3BEACA%2Cy0CAAA%3BEACA%2C2BAAA%3BEACA%2C4BAAA%3BEACA%2CqBAAA%3BEACA%2CSAAA%3BEACA%2CoBAAA%3BEACA%2CgBAAA%3BEACA%2C8CAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3B%3BAAIR%3BEACI%2CqBAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CqBAAsB%3BEAEd%2CiBAAA%3BEACA%2C0BAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAALR%2CqBAAsB%2CsBAQlB%3BEACI%2CoBAAA%3B%3BAAGJ%2CqBAZkB%2CsBAYjB%2CMAAO%3BEACJ%2CijBAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3B%3BAAfR%2CqBAAsB%2CsBAkBlB%3BECtFJ%2C6BAAA%3BEACA%2CgBAAA%3BEACA%2CsBAAA%3BEACA%2CeAAA%3BEACA%2CwBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CijBAAA%3B%3BADgFA%2CiBAAiB%3BEAET%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3B%3BAAJR%2CiBAAiB%2CgBAOb%3BEACI%2CeAAA%3B%3BAAIR%2CiBAAiB%3BEACb%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3B%3BAAGJ%3BECzJA%2C4BAAA%3BEtH6OF%2CuBAAA%3BEACK%2CoBAAA%3BEACC%2CmBAAA%3BEAcJ%2CeAAA%3BEqHhGQ%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CoBAAA%3BEACA%2CeAAA%3BEACA%2CuBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CgBAAC%2CIAAI%3BEACD%2CgBAAA%3B%3BAAGJ%2CgBAAC%3BAACD%2CgBAAC%3BAACD%2CgBAAC%3BEACG%2CmBAAA%3BEACA%2CqBAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CgBAAC%3BAACD%2CgBAAC%3BEACG%2CWAAW%2CeAAX%3B%3BAAIR%3BEACI%2CgBAAA%3B%3BAAGJ%3BECnMA%2C4BAAA%3BEtH6OF%2CuBAAA%3BEACK%2CoBAAA%3BEACC%2CmBAAA%3BEAcJ%2CeAAA%3B%3BAqHrDA%2CKACI%2CsBAAsB%3BEAClB%2CyBAAA%3BEACA%2CuBAAA%3BEACA%2CmBAAA%3B%3BAAJR%2CKAOI%2CkBAAiB%2CIAAI%2CaAAc%2CkBAAiB%2CMAAS%2CwBAAsB%3BAAPvF%2CKAQI%2CkBAAiB%2CIAAI%2CaAAc%2CkBAAiB%2CSAAY%2CwBAAsB%3BEAClF%2CyBAAA%3B%3BAATR%2CKAYI%2CkBAAiB%2CIAAI%2CaAAc%2CsBAAsB%3BEACrD%2CWAAA%3B%3BAAIR%3BEACI%2CmCAAA%3BEACA%2CmBAAA%3BEACA%2CSAAA%3BEACA%2CaAAA%3BEACA%2CsBAAA%3BEACA%2CeAAA%3BEACA%2CuBAAA%3BEACA%2COAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3B%3BAE7QR%3BEACI%2CyBAAA%3BEACA%2C2BAAA%3BEACA%2CoBAAA%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3BEACA%2CqBAAA%3B%3BAAGJ%3BEAEQ%2CUAAA%3BEACA%2CWAAW%2CmBAAX%3BEACA%2CkCAAA%3B%3BAAGJ%3BEACI%3BIACI%2CUAAA%3BIACA%2CWAAW%2CeAAX%3B%3B%3BADgEZ%3BEACI%2C6BAAA%3BEACA%2CgBAAA%3BEACA%2CsBAAA%3BEACA%2CeAAA%3BEACA%2CwBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CijBAAA%3B%3BAE5FJ%3BEACI%3BIACI%2CWAAW%2CQAAX%3B%3BEAGJ%3BIACI%2CWAAW%2CQAAX%3B%3B%3BAAIR%3BEACI%3BIACI%2CWAAW%2CQAAX%3B%3BEAGJ%3BIACI%2CWAAW%2CQAAX%3B%3B%3BAASJ%3BEAEQ%2CoBAAA%3B%3BAAGJ%2CsBAAC%2CUAAW%3BEDjChB%2CyBAAA%3BEACA%2C2BAAA%3BEACA%2CoBAAA%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3BEACA%2CqBAAA%3B%3BACgCA%3BEAEQ%2CqBAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2C2BAA2B%2CwBAA3B%3B%3BAAGJ%2CkBAAC%2CUAAU%3BEACP%2CUAAA%3BEACA%2CuCAAA%3B%3BAAGJ%2CkBAAC%2CUAAU%3BEACP%2CUAAA%3BEACA%2CuCAAA%3BEACA%2CqBAAA%3B%3BAAGJ%2CkBAAC%2CUAAU%3BEACP%2COAAA%3BEACA%2CuCAAA%3BEACA%2CqBAAA%3B%3BAAGJ%2CkBAAC%2CUAAU%3BEACP%2CSAAA%3BEACA%2CuCAAA%3BEACA%2CqBAAA%3B%3BACjER%2CoBACI%3BEACI%2CoCAAA%3BEACA%2CUAAA%3B%3BAAHR%2CoBAMI%3BEHHA%2CaAAA%3BEAQA%2CuBAAA%3BEAIA%2CmBAAA%3B%3BAGJI%2CoBALJ%2CwBAKK%3BEACG%2CaAAA%3B%3BAAGJ%2CoBATJ%2CwBASK%3BEHZL%2CaAAA%3BEAQA%2CuBAAA%3BEAIA%2CmBAAA%3BEAyDJ%2CsBAAA%3BEACA%2CkCAAA%3BEACA%2C4BAAA%3BEACA%2C6eAAA%3BEACA%2CSAAS%2CEAAT%3BEAxCA%2C4BAAA%3BEtH6OF%2CiCAAA%3BEACK%2C8BAAA%3BEACC%2C6BAAA%3BEAcJ%2CyBAAA%3BEAhBF%2CoCAAA%3BEACK%2CiCAAA%3BEACC%2CgCAAA%3BEAcJ%2C4BAAA%3BEyH9QY%2CYAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3B%3BAAtBZ%2CoBA0BI%2CwBAAuB%3BEAEf%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CoBAPJ%2CwBAAuB%2CMAOlB%3BEACG%2C6BAAA%3BEACA%2CQAAQ%2CWAAR%3B%3BAAnCZ%2CoBAuCI%2CkBACI%3BEHrCJ%2CaAAA%3BEGwCQ%2CYAAA%3BEACA%2CsBAAA%3B%3BAA5CZ%2CoBAuCI%2CkBAQI%3BEACI%2CeAAA%3BEACA%2CeAAA%3B%3BAAjDZ%2CoBAuCI%2CkBAaI%3BEACI%2CYAAA%3BEACA%2CkBAAA%3BEACA%2C4CAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAzDZ%2CoBAuCI%2CkBAqBI%2CyBAAyB%3BEACrB%2CSAAA%3B%3BAC7DZ%3BEAEQ%2CkBAAA%3B%3BAAGJ%2CkBAAC%3BEACG%2CkBAAA%3BEACA%2CKAAK%2CeAAL%3BEACA%2CUAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CcAAA%3BEACA%2CSCuCiB%2CODvCjB%3BEACA%2CeAAA%3BEACA%2CaC6Bc%2CaD7Bd%3BEACA%2CcAAA%3BEACA%2CoBAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3B%3BAEpBR%2C2BAA4B%3BENGxB%2CaAAA%3BEAQA%2CuBAAA%3BEAIA%2CmBAAA%3BEAIA%2CeAAA%3BEMhBA%2CgBAAA%3B%3BAAGJ%3BEACI%2CkBAAA%3B%3BAAGJ%3BENPI%2CaAAA%3B%3BAOHJ%3BEPGI%2CaAAA%3BEAQA%2CuBAAA%3BEAIA%2CmBAAA%3BEAIA%2CeAAA%3B%3BAOnBJ%2C8BAKI%3BEPFA%2CaAAA%3BEAQA%2CuBAAA%3BEAIA%2CmBAAA%3BEAIA%2CeAAA%3B%3BAOnBJ%2C8BASI%3BEACI%2CgBAAA%3B%3BAAVR%2C8BAaI%3BEPVA%2CaAAA%3B%3BAQHJ%3BEACI%2CsBAAA%3BEACA%2CqBAAA%3BEACA%2CeAAA%3B%3BAAHJ%2CwBAKI%3BEACI%2CWAAA%3BEACA%2CqBAAA%3B%3BAAPR%2CwBAUI%3BEACI%2CmBAAA%3BEACA%2CaAAA%3BEACA%2CaAAA%3B%3BAAbR%2CwBAUI%2C2BAKI%3BEACI%2CYAAY%2C6DAAZ%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3B%3BAAvBZ%2CwBAUI%2C2BAKI%2CkBAUI%3BEACI%2CkBAAA%3BEACA%2C0BAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3B%3BAA9BhB%2CwBAUI%2C2BAwBI%2CuBACI%2C4BACI%3BEACI%2CWAAA%3BEACA%2CgBAAA%3B%3BAAtCpB%2CwBA4CI%3BEACI%2CeAAA%3B%3BAA7CR%2CwBA4CI%2C2BAGI%3BEACI%2C6BAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3B%3BAAlDZ%2CwBA4CI%2C2BAGI%2CuBAKI%3BEACI%2CcAAA%3B%3BAArDhB%2CwBA4CI%2C2BAaI%3BEACI%2CgBAAA%3BEACA%2CeAAA%3B%3BAA3DZ%2CwBA4CI%2C2BAkBI%3BEACI%2CYAAA%3BEACA%2CoBAAA%3B%3BAAEA%2CwBAtBR%2C2BAkBI%2CqBAIM%3BEACE%2CeAAA%3BEACA%2CiBAAA%3B%3BAApEhB%2CwBA4CI%2C2BAkBI%2CqBASI%3BEACI%2CgBAAA%3B%3BAAxEhB%2CwBA4CI%2C2BAkBI%2CqBAaI%3BEACI%2CeAAA%3B%3BAA5EhB%2CwBA4CI%2C2BAkBI%2CqBAiBI%3BEACI%2CaAAA%3B%3BAAhFhB%2CwBAqFI%3BAArFJ%2CwBAsFI%3BEACI%2CcAAA%3B%3BACvFR%3BETGI%2CaAAA%3BEAQA%2CuBAAA%3BEAQA%2CeAAA%3BEShBI%2CiBAAA%3BEACA%2CkBAAA%3B%3BAAJR%2C6BAOI%3BEACI%2CoBAAA%3BEACA%2CgBAAA%3B%3BAATR%2C6BAYI%3BEACI%2CWAAA%3BEACA%2CaAAA%3BEACA%2CUAAA%3B%3BAAfR%2C6BAkBI%3BEACI%2CmBAAA%3B%3BAAnBR%2C6BAsBI%3BEACI%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3B%3BAAzBR%2C6BA4BI%3BEACI%2CmBAAA%3BEACA%2CaAAA%3BEACA%2CYAAA%3BEACA%2CuBAAA%3BEACA%2CkBAAA%3B%3BAAjCR%2C6BAoCI%3BEACI%2CyBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3B%3BAAvCR%2C6BA0CI%3BETvCA%2CaAAA%3BESyCI%2CWAAA%3B%3BAA5CR%2C6BA%2BCI%3BEACI%2CiBAAA%3B%3BAAhDR%2C6BAmDI%2CiBAAgB%3BEAER%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3B%3BAAvDZ%2C6BAmDI%2CiBAAgB%2CgBAOZ%3BEACI%2CeAAA%3B%3BAA3DZ%2C6BA%2BDI%2CiBAAgB%3BEAER%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3B%3BAAnEZ%2C6BAuEI%2CiBAAgB%3BEAER%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3B%3BAAMZ%2C6BAA8B%3BAAC9B%2C6BAA8B%3BEAEtB%2C4BAAA%3BEACA%2CUAAA%3B%3BAAGJ%2C6BAP0B%2CoBAOzB%3BAAAD%2C6BAN0B%2CoBAMzB%3BEACG%2CSAAS%2CEAAT%3B%3BAAGJ%2C6BAX0B%2CoBAWzB%3BAAAD%2C6BAV0B%2CoBAUzB%3BEACG%2CUAAA%3B%3BAAIR%2C6BACI%3BEACI%2CqbAAA%3BEACA%2C0BAAA%3B%3BAAHR%2C6BAMI%3BEACI%2CibAAA%3BEACA%2CyBAAA%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%3BACnGZ%2CoBAGI%2CMAAK%3BAAFT%2CgBAEI%2CMAAK%3BAADT%2C0BACI%2CMAAK%3BEACD%2CaAAA%3BEACA%2CeAAA%3B%3BAALR%2CoBAGI%2CMAAK%2CSAID%3BAANR%2CgBAEI%2CMAAK%2CSAID%3BAALR%2C0BACI%2CMAAK%2CSAID%3BEACI%2CaAAA%3BEACA%2CwBAAA%3BEACA%2CcAAA%3B%3BAAVZ%2CoBAGI%2CMAAK%2CSAID%2CeAKI%3BAAXZ%2CgBAEI%2CMAAK%2CSAID%2CeAKI%3BAAVZ%2C0BACI%2CMAAK%2CSAID%2CeAKI%3BEACI%2COAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2C4BAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAlBhB%2CoBAGI%2CMAAK%2CSAID%2CeAKI%2CcAQI%3BAAnBhB%2CgBAEI%2CMAAK%2CSAID%2CeAKI%2CcAQI%3BAAlBhB%2C0BACI%2CMAAK%2CSAID%2CeAKI%2CcAQI%3BEACI%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3B%3BAAvBpB%2CoBAGI%2CMAAK%2CSAID%2CeAoBI%3BAA1BZ%2CgBAEI%2CMAAK%2CSAID%2CeAoBI%3BAAzBZ%2C0BACI%2CMAAK%2CSAID%2CeAoBI%3BEACI%2COAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2CoBAhCR%2CMAAK%2CSAID%2CeA4BK%3BAAAD%2CgBAhCR%2CMAAK%2CSAID%2CeA4BK%3BAAAD%2C0BAhCR%2CMAAK%2CSAID%2CeA4BK%3BEACG%2CuBAAA%3BEACA%2CmBAAA%3B%3BAArChB%2CoBA0CI%3BAAzCJ%2CgBAyCI%3BAAxCJ%2C0BAwCI%3BEACI%2CSAAA%3BEACA%2CUAAA%3BEACA%2CmBAAA%3B%3BAA7CR%2CoBA0CI%2CQAII%3BAA7CR%2CgBAyCI%2CQAII%3BAA5CR%2C0BAwCI%2CQAII%3BEACI%2CoBAAA%3B%3BAA%5C%2FCZ%2CoBAmDI%3BAAlDJ%2CgBAkDI%3BAAjDJ%2C0BAiDI%3BEACI%2CgBAAA%3BEACA%2CaAAA%3BEACA%2CuBAAA%3BEACA%2CmBAAA%3B%3BAAvDR%2CoBA0DI%3BAAzDJ%2CgBAyDI%3BAAxDJ%2C0BAwDI%3BEACI%2CqBAAA%3BEACA%2CyBAAA%3B%3BAA5DR%2CoBA%2BDI%2CuBACI%2CcAAc%3BAA%5C%2FDtB%2CgBA8DI%2CuBACI%2CcAAc%3BAA9DtB%2C0BA6DI%2CuBACI%2CcAAc%3BAAhEtB%2CoBA%2BDI%2CuBAEI%3BAAhER%2CgBA8DI%2CuBAEI%3BAA%5C%2FDR%2C0BA6DI%2CuBAEI%3BEACI%2CeAAA%3BEACA%2CaAAA%3BEACA%2CuBAAA%3BEACA%2CmBAAA%3B%3BAArEZ%2CoBAyEI%3BAAxEJ%2CgBAwEI%3BAAvEJ%2C0BAuEI%3BEACI%2CgBAAA%3B%3BAA1ER%2CoBAyEI%2CcAGI%2CEAAC%3BAA3ET%2CgBAwEI%2CcAGI%2CEAAC%3BAA1ET%2C0BAuEI%2CcAGI%2CEAAC%3BEACG%2CeAAA%3B%3BAAKZ%3BAACA%3BEACI%2CaAAA%3B%3BAAGJ%2CuBACI%2CMAAK%2CSACD%3BEACI%2CqBAAA%3B%3BACzFR%2CMAAM%2CgBAAiB%3BEACnB%2CkBAAA%3BEACA%2CoBAAA%3B%3BAAGJ%2CWAAW%3BEACP%2CaAAA%3BEACA%2CsBAAA%3B%3BAAFJ%2CWAAW%2CkBAIP%3BEACI%2CqBAAA%3B%3BAAIR%2CYAAa%2CMAAM%2CoBAAmB%2CIAAI%2CaAAc%3BAACxD%2CaAAc%2CMAAM%2CoBAAmB%2CIAAI%2CaAAc%2CGAAE%3BEACvD%2CkBAAA%3B%3BAAGJ%3BEACI%2CWAAA%3BEACA%2CiBAAA%3B%3BAAGJ%3BEACI%2CsBAAsB%2CsCAAtB%3BEACA%2C4BAAA%3BEACA%2C%2BBAAA%3BEACA%2CiBAAA%3B%3BAAJJ%2C0BAMI%3BEAEI%2CwBAAA%3B%3BAAIR%2CQAAQ%2C0BACJ%3BEACI%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2C8BAAA%3B%3BAAEA%2CQAPA%2C0BACJ%2CoBAMK%3BAAAS%2CQAPV%2C0BACJ%2CoBAMe%3BEACP%2CaAAA%3B%3BAARZ%2CQAAQ%2C0BACJ%2CoBAUI%3BEACI%2CSAAA%3B%3BAAMhB%2CmBAAmB%3BEACf%2CWAAW%2CgBAAX%3B%3BAAGJ%2CmBAAmB%3BEACf%2CWAAW%2CiBAAX%3B%3BAASJ%3BEACI%2CcAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CyBAAA%3B%3BAAJJ%2C0BAMI%3BEACI%2CqBAAA%3B%3BAAPR%2C0BAUI%3BEACI%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CcAAA%3B%3BAAbR%2C0BAgBI%3BEACI%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3B%3BAApBR%2C0BAuBI%3BEACI%2CkBAAA%3B%3BACtFR%3BAACA%3BEACI%2CkBAAA%3B%3BAAIJ%3BAACA%3BEACI%2CeAAA%3BEACA%2CaAAA%3BEACA%2CgBAAA%3BEACA%2C6BAAA%3BEACA%2CmBAAA%3B%3BAAEA%2CkBAAC%3BAAAD%2CqBAAC%3BEACG%2CaAAA%3B%3BAATR%2CkBAYM%3BAAXN%2CqBAWM%3BEACE%2CeAAA%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3B%3BAAEA%2CkBALF%2CQAKG%3BAAAD%2CqBALF%2CQAKG%3B%3B%3B%3BECqBP%2CaAAa%2CeAAb%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3BEACA%2CoBAAA%3BEACA%2CcAAA%3BEACA%2CqBAAA%3B%3BEAGA%2CmCAAA%3BEACA%2CkCAAA%3BEAID%2C8BAAA%3BEACA%2C2BAAA%3BEACA%2CsBAAA%3BEDnCW%2CsBAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CaAAA%3B%3BAA3BZ%2CkBAgCM%3BAA%5C%2FBN%2CqBA%2BBM%3BEACE%2CoBAAA%3B%3BAAEA%2CkBAHF%2CQAGG%3BAAAD%2CqBAHF%2CQAGG%3BEACG%2CuBAAA%3B%3BAAOA%2CkBAFP%2CQACK%2CQACG%3BAAAD%2CqBAFP%2CQACK%2CQACG%3BEACG%2CcAAA%3B%3BAAMZ%2CkBAAC%2CSAEK%3BAAFN%2CqBAAC%2CSAEK%3BAADN%2CkBAAC%2CUACK%3BAADN%2CqBAAC%2CUACK%3BEACE%2CcAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3B%3BAAEA%2CkBAPP%2CSAEK%2CQAKG%3BAAAD%2CqBAPP%2CSAEK%2CQAKG%3BAAAD%2CkBANP%2CUACK%2CQAKG%3BAAAD%2CqBANP%2CUACK%2CQAKG%3BEACG%2CyBAAA%3BEACA%2CqBAAA%3BEACA%2CeAAA%3B%3BAAWI%2CUAAW%2CmBAN1B%2CIAAI%2CYAGA%2CMACK%2CQACG%3BAACG%2CUAAW%2CsBAN1B%2CIAAI%2CYAGA%2CMACK%2CQACG%3BAACG%2CUAAW%2CmBAL1B%2CIAAI%2CWAEA%2CMACK%2CQACG%3BAACG%2CUAAW%2CsBAL1B%2CIAAI%2CWAEA%2CMACK%2CQACG%3BEAEO%2CqBAAA%3B%3BAASR%2CkBAhBX%2CIAAI%2CYAcA%2CMACK%2CQACG%3BAAAD%2CqBAhBX%2CIAAI%2CYAcA%2CMACK%2CQACG%3BAAAD%2CkBAfX%2CIAAI%2CWAaA%2CMACK%2CQACG%3BAAAD%2CqBAfX%2CIAAI%2CWAaA%2CMACK%2CQACG%3BEACG%2CqBAAA%3B%3BAAUZ%2CkBADF%2CQACG%3BEACG%2CqBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CwDAAA%3B%3BAAOA%2CkBAFP%2CkBACK%2CQACG%3BEACG%2CiBAAA%3B%3BAAMZ%2CkBAAC%2CQACK%3BEACE%2CkBAAA%3B%3BAAEA%2CkBAJP%2CQACK%2CQAGG%3BEACG%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CYAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CWAAA%3B%3BAAOJ%2CkBAnBP%2CQAgBI%2CIAAI%2CYAGA%3BAAAD%2CkBAnBP%2CQAiBI%2CIAAI%2CWAEA%3BEACG%2CeAAA%3B%3BAADJ%2CkBAnBP%2CQAgBI%2CIAAI%2CYAGA%2CMAGK%3BAAHN%2CkBAnBP%2CQAiBI%2CIAAI%2CWAEA%2CMAGK%3BEACE%2CeAAA%3B%3BAAEA%2CkBAzBf%2CQAgBI%2CIAAI%2CYAGA%2CMAGK%2CQAGG%3BAAAD%2CkBAzBf%2CQAiBI%2CIAAI%2CWAEA%2CMAGK%2CQAGG%3BEACG%2CqBAAA%3B%3BAAWhB%2CqBADF%2CQACG%3BEAEG%2CkBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CYAAA%3BEACA%2CkFAAA%3B%3BAAMA%2CqBAFP%2CQACK%2CQACG%3BEACG%2CSA3Ke%2COA2Kf%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3B%3BA5FrJhB%3BEACI%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3B%3BAAEA%2CqBAAsB%3BEAClB%2CmBAAA%3B%3BAANR%2CoBASM%3BEACE%2CgBAAA%3B%3BAAIR%3BEAEI%2C6BAAA%3B%3BAAEA%2CUAAW%2C8BAEL%3BAADN%2C6BAAC%2CSACK%3BEACE%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CoBAAA%3B%3BAAMA%2C6BAFP%2CQACK%2C6BACG%3BEACG%2CUAAA%3B%3BAAGJ%2C6BANP%2CQACK%2C6BAKG%3BEACG%2CmBAAA%3B%3BAAIA%2C6BAXX%2CQACK%2C6BASE%2C0BACK%3BEACG%2CSAAS%2CkBAAT%3B%3BAAQR%2COAFA%2C8BACF%2C6BACG%3BAACD%2COAHA%2C8BACF%2C6BAEG%3BEACG%2CqBAAA%3B%3BAAMhB%3BEACI%2CsBAAA%3BEACA%2CqBAAA%3BEACA%2CyBAAA%3BEACA%2CeAAA%3BEACA%2CqBAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CsBAAA%3B%3BAAEA%2C0BAAC%3BAACD%2C0BAAC%3BEACG%2COAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CMAAA%3B%3BAAGJ%2C0BAAC%3BEACG%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CmBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2CgCAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3B%3BAAGJ%2C0BAAC%3BEACG%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CmBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2CsCAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3B%3BAAKJ%2CyBAAC%3BEACG%2CSAAS%2CmBAAT%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3B%3BA8FSR%3BAC5FA%3BAACA%3BAADA%2C2BAIC%3BAAHD%2C4BAGC%3BEDyFA%2CoBAAA%3BEACA%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3B%3BAAuBD%3BEACC%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAEvLD%3B%3BEAEE%2CaAAa%2CeAAb%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3BEACA%2CoBAAA%3BEACA%2CcAAA%3BEACA%2CqBAAA%3B%3BEAGA%2CmCAAA%3BEACA%2CkCAAA%3B%3BAAGF%3BEACI%2CqBAAA%3BEACA%2C6CAAA%3BEACA%2CkBAAA%3BEACA%2CoBAAA%3BEACA%2CmCAAA%3BEACA%2CkCAAA%3B%3BAAGJ%3BEACE%2CgBAAA%3B%3BAAEF%3BEACE%2CiBAAA%3B%3BAAEF%3BEACE%2CkBAAA%3B%3BAAEF%3BEACE%2CmBAAA%3B%3BAAEF%3BEACI%2CaAAA%3B%3BAAEJ%3BEACI%2CaAAA%3B%3BAAEJ%3BEACI%2CcAAA%3B%3BAAEJ%3BEACI%2CoBAAA%3B%3BAAEJ%3BEACI%2CkBAAA%3B%3B%3BACpDA%2CqBACI%2CsBACI%2CkBACI%2CeACI%2CYACI%2CSACI%3BAANxB%2CqBACI%2CsBACI%2CkBACI%2CeACI%2CYACI%2CSAEI%3BEACI%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CSAAA%3B%3BAAf5B%2CqBACI%2CsBACI%2CkBACI%2CeACI%2CYAcE%3BEACE%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CSAAA%3B%3BAAQpB%3BEACI%2CgBAAA%3B%3BAAGJ%2CYAGI%3BAAFJ%2CaAEI%3BAADJ%2CYACI%3BEACI%2CUAAA%3B%3BAAEA%2CYAHJ%2CcAGK%3BAAAD%2CaAHJ%2CcAGK%3BAAAD%2CYAHJ%2CcAGK%3BEACG%2CaAAA%3B%3BAAKZ%3BEACI%2CgBAAA%3BEACA%2CYAAA%3B%3BAAEA%2CgBAAC%2CYAAY%2CcAAe%3BEACxB%2CgBAAA%3B%3BAADJ%2CgBAAC%2CYAAY%2CcAAe%2CkBAGxB%3BEACI%2CUAAA%3B%3BAARZ%2CgBAYI%3BEACI%2CqBAAA%3B%3BAAbR%2CgBAYI%2CsBAGI%3BEACI%2CaAAA%3B%3BAAhBZ%2CgBAoBI%3BEACI%2CaAAA%3B%3BAArBR%2CgBAwBI%2CkBAAkB%3BAAxBtB%2CgBAyBI%3BEAEI%2CyBAAA%3BEACA%2CatIDiB%2CiCsICjB%3BEACA%2CsBAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2C%2BBAAA%3BEACA%2CyBAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3B%3BAArCR%2CgBAwBI%2CkBAAkB%2CaAed%3BAAvCR%2CgBAyBI%2C6BAcI%3BEACI%2CWAAA%3B%3BAAGJ%2CgBAnBJ%2CkBAAkB%2CaAmBb%3BAAAD%2CgBAlBJ%2C6BAkBK%3BEACG%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CQAAA%3BEvIwLd%2CmBuIvL0B%2CgBvIuL1B%3BEACK%2CgBuIxLqB%2CgBvIwLrB%3BEACC%2CeuIzLoB%2CgBvIyLpB%3BEAcJ%2CWuIvMwB%2CgBvIuMxB%3B%3BAuIjMA%2CeACI%2CaAAY%3BExE5FnB%2CoBAAA%3B%3BEACC%2CiBAAA%3B%3BEACA%2CoBAAA%3B%3BEACA%2CqBAAA%3B%3BEACA%2CaAAA%3BEACA%2CeAAA%3BEwEyFU%2CuBAAA%3BEACA%2CmBAAA%3B%3BAAJR%2CeACI%2CaAAY%2CcAKR%3BEACI%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEvIuLZ%2CgBAAA%3B%3BAuIjMA%2CeACI%2CaAAY%2CcAKR%2CkBAOI%3BEACI%2CUAAA%3B%3BAAdhB%2CeACI%2CaAAY%2CcAKR%2CkBAWI%3BEvIgLZ%2CgBAAA%3B%3BAuIjMA%2CeACI%2CaAAY%2CcAKR%2CkBAWI%2CeAII%3BEvI4KhB%2CgBAAA%3B%3BAuIjMA%2CeACI%2CaAAY%2CcAKR%2CkBAWI%2CeAII%2CsBAGI%3BEvIyKpB%2CiBAAA%3B%3BAuIjMA%2CeACI%2CaAAY%2CcAKR%2CkBAWI%2CeAYI%2CYACI%3BEACI%2CgBAAA%3B%3BAA%5C%2FBxB%2CeACI%2CaAAY%2CcAKR%2CkBAWI%2CeAYI%2CYACI%2CUAGI%3BEACI%2CyBAAA%3BEvI%2BJ5B%2CiBAAA%3BEuI7J4B%2CcAAA%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3B%3BAAtC5B%2CeACI%2CaAAY%2CcAKR%2CkBAWI%2CeAYI%2CYAaI%2CUACI%3BEACI%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAA%5C%2FC5B%2CeACI%2CaAAY%2CcAKR%2CkBAWI%2CeAYI%2CYAsBI%2CiBACK%3BEACG%2CWAAA%3BEACA%2CcAAA%3BEACA%2CqBAAA%3B%3BAAvD5B%2CeACI%2CaAAY%2CcAKR%2CkBAWI%2CeAYI%2CYAsBI%2CiBACK%2CWAKG%3BAAzD5B%2CeACI%2CaAAY%2CcAKR%2CkBAWI%2CeAYI%2CYAsBI%2CiBACK%2CWnIZzB%2CMAAK%2CcAiED%2CiBAGM%3BEJqFV%2CgBAAA%3B%3BAuIjMA%2CeACI%2CaAAY%2CcAKR%2CkBAWI%2CeAYI%2CYAsBI%2CiBAWI%3BAA9DxB%2CeACI%2CaAAY%2CcAKR%2CkBAWI%2CeAYI%2CYAsBI%2CiBAYI%3BEACI%2CcAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAAnE5B%2CeACI%2CaAAY%2CcAKR%2CkBAWI%2CeAYI%2CYAsBI%2CiBAmBI%3BEACI%2CkBAAA%3B%3BAAS5B%3BEACI%2CkBAAA%3B%3BAADJ%2C2BAGI%2COAAM%3BEACF%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3B%3BAANR%2C2BASI%3BEACI%2CgBAAA%3BEACA%2CqBAAA%3B%3BAAXR%2C2BASI%2CcAII%3BEvIoGR%2COC7MmB%2C2BD6MnB%3BEuIlGY%2CcAAA%3BEACA%2CkBAAA%3BEvIiGZ%2CiBAAA%3B%3BAuIjHA%2C2BASI%2CcAWI%3BEACI%2CWAAA%3BEACA%2CeAAA%3B%3BAAtBZ%2C2BA0BI%2CmBACI%3BAA3BR%2C2BA0BI%2CmBnIlEJ%2CMAAK%2CcAiED%2CiBAGM%3BEmIAE%2CcAAA%3BEACA%2CWAAA%3B%3BAA7BZ%2C2BAiCI%2CiBACI%3BEACI%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3B%3BAArCZ%2C2BAiCI%2CiBAOI%3BEACI%2CmBAAA%3BExEpNf%2CoBAAA%3B%3BEACC%2CiBAAA%3B%3BEACA%2CoBAAA%3B%3BEACA%2CqBAAA%3B%3BEACA%2CaAAA%3BEACA%2CeAAA%3BEwEiNc%2CiBAAA%3B%3BAA3CZ%2C2BAiCI%2CiBAOI%2CqBAKI%3BExExNf%2CoBAAA%3B%3BEACC%2CiBAAA%3B%3BEACA%2CoBAAA%3B%3BEACA%2CqBAAA%3B%3BEACA%2CaAAA%3BEACA%2CeAAA%3BEwEqNkB%2CiBAAA%3BEACA%2CsBAAA%3BEACA%2C8BAAA%3B%3BAAjDhB%2C2BAiCI%2CiBAOI%2CqBAYI%3BEACI%2CSAAA%3BEACA%2CgBAAA%3B%3BAAtDhB%2C2BAiCI%2CiBAOI%2CqBAYI%2CcAII%3BEACI%2CatIrJD%2C2BsIqJC%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3BEACA%2COtIxJD%2C2BsIwJC%3B%3BAA5DpB%2C2BAiCI%2CiBAOI%2CqBAYI%2CcAWI%3BExE1OnB%2CoBAAA%3B%3BEACC%2CiBAAA%3B%3BEACA%2CoBAAA%3B%3BEACA%2CqBAAA%3B%3BEACA%2CaAAA%3BEwEwOsB%2CsBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEvI8CpB%2CiBAAA%3BEuI5CoB%2COtIjKD%2C2BsIiKC%3B%3BAArEpB%2C2BAiCI%2CiBAOI%2CqBAYI%2CcAWI%2CqCAQI%3BEACI%2CkBAAA%3BEvIyCxB%2CiBAAA%3B%3BAuI1BQ%2COAJH%2CWAII%3BAAAD%2COAHH%2CUAGI%3BAAAD%2COAFH%2CeAEI%3BAACD%2COALH%2CWAKI%3BAAAD%2COAJH%2CUAII%3BAAAD%2COAHH%2CeAGI%3BEACG%2CUAAA%3B%3BAAEA%2COARP%2CWAII%2CQAII%3BAAAD%2COAPP%2CUAGI%2CQAII%3BAAAD%2COANP%2CeAEI%2CQAII%3BAAAD%2COARP%2CWAKI%2CSAGI%3BAAAD%2COAPP%2CUAII%2CSAGI%3BAAAD%2COANP%2CeAGI%2CSAGI%3BEACG%2CSAAS%2CEAAT%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CuCAAA%3BEACA%2CcAAA%3BEvIFlB%2C4CAAA%3BEACK%2CyCAAA%3BEACC%2CwCAAA%3BEAcJ%2CoCAAA%3BEuIXgB%2CqBAAA%3B%3BAAKZ%2COAAC%2COACG%3BEACI%2CkBAAA%3B%3BAAEA%2COAJP%2COACG%2CKAGK%3BEACG%2CSAAS%2CEAAT%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CuCAAA%3BEACA%2CcAAA%3BEvItBlB%2C4CAAA%3BEACK%2CyCAAA%3BEACC%2CwCAAA%3BEAcJ%2CoCAAA%3BEuISgB%2CqBAAA%3BEACA%2CiBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CUAAA%3B%3BAAOA%2COA3BX%2COAyBI%2CQACG%2CKACK%3BEACG%2CUAAA%3B%3BAAQpB%3BEACI%2CqBAAA%3BEACA%2CsBAAA%3BEACA%2CeAAA%3BEACA%2CqBAAA%3BEACA%2CeAAA%3BEACA%2CUAAA%3BEACA%2CuBAAuB%2CuCAAvB%3B%3BAAGJ%2CGAAG%3BEACC%2CWAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3BEACA%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CqCAAA%3BEACA%2CgFAAA%3B%3BAAGJ%3BEACI%2CyBAAA%3BEACA%2CoBAAA%3BEACA%2CqBAAA%3BEACA%2CuBAAuB%2C4CAAvB%3B%3BAAGJ%3BEACI%3BIACI%2CWAAW%2CYAAX%3B%3BEAGJ%3BIACI%2CWAAW%2CcAAX%3B%3B%3BAAIR%3BEACI%3BIACI%2CoBAAA%3B%3B%3BAAIR%3BEAEI%3BEACA%3BIACI%2CeAAA%3B%3BEAGJ%3BIACI%2CWAAW%2CoBAAX%3B%3B%3BAAIR%3BEACI%3BIACI%2C0CAAA%3B%3B%3BAAOA%2CIADJ%2COAAM%2CYACD%3BEACG%2CSAAS%2CEAAT%3BEACA%2CeAAA%3BEACA%2CMAAA%3BEACA%2COAAA%3BEACA%2CWAAA%3BEACA%2CQAAA%3BEACA%2CUAAA%3BEACA%2CYtIvTQ%2C4BsIuTR%3BEACA%2CmCAAA%3BEACA%2CYAAA%3BEACA%2CoBAAA%3B%3BAAOA%2CIAFP%2CQACG%2COAAM%2CYACD%3BEACG%2CUAAA%3BEACA%2CUAAA%3B%3BAAOJ%2CIAFP%2CSACG%2COAAM%2CYACD%3BEACG%2CWAAA%3BEACA%2CUAAA%3B%3B%3B%3BAxE%5C%2FYpB%3BEuDoBI%2C4BAAA%3BEtH6OF%2CiCAAA%3BEACK%2C8BAAA%3BEACC%2C6BAAA%3BEAcJ%2CyBAAA%3BEAhBF%2CoCAAA%3BEACK%2CiCAAA%3BEACC%2CgCAAA%3BEAcJ%2C4BAAA%3B%3BA%2BD5EH%2CmBAAC%3BEACA%2CUAAA%3BEACA%2CuBAAA%3B%3BAAmCF%3BEACE%3BIACE%2CWAAW%2CSAAX%3BIACA%2CmBAAmB%2CSAAnB%3BIACA%2CgBAAgB%2CSAAhB%3BIACA%2CcAAc%2CSAAd%3B%3BEAEF%3BIACE%2CWAAW%2CcAAX%3BIACA%2CmBAAmB%2CcAAnB%3BIACA%2CgBAAgB%2CcAAhB%3BIACA%2CcAAc%2CcAAd%3B%3B%3BAAGJ%3BEACE%3BIACE%2CWAAW%2CSAAX%3BIACA%2CmBAAmB%2CSAAnB%3BIACA%2CgBAAgB%2CSAAhB%3BIACA%2CcAAc%2CSAAd%3B%3BEAEF%3BIACE%2CWAAW%2CcAAX%3BIACA%2CmBAAmB%2CcAAnB%3BIACA%2CgBAAgB%2CcAAhB%3BIACA%2CcAAc%2CcAAd%3B%3B%3BAAIJ%3BEACI%3BIACI%2CWAAU%2CUAAV%3B%3BEAEJ%3BIACI%2CWAAU%2CQAAV%3B%3B%3BAAGR%3BEACI%3BIACI%2CWAAU%2CUAAV%3B%3BEAEJ%3BIACI%2CWAAU%2CQAAV%3B%3B%3BAAGR%3BEACI%2CiCAAA%3BEACA%2CyBAAA%3B%3BAAGJ%3BEACI%3BIACI%2CUAAA%3BI%5C%2FD7BN%2CmB%2BD8BkB%2CkB%5C%2FD9BlB%3BIACK%2CgB%2BD6Ba%2CkB%5C%2FD7Bb%3BIACC%2Ce%2BD4BY%2CkB%5C%2FD5BZ%3BIAcJ%2CW%2BDcgB%2CkB%5C%2FDdhB%3B%3BE%2BDiBA%3BIACI%2CUAAA%3BI%5C%2FDlCN%2CmB%2BDmCkB%2Ca%5C%2FDnClB%3BIACK%2CgB%2BDkCa%2Ca%5C%2FDlCb%3BIACC%2Ce%2BDiCY%2Ca%5C%2FDjCZ%3BIAcJ%2CW%2BDmBgB%2Ca%5C%2FDnBhB%3B%3B%3BA%2BDuBJ%3BEACI%3BIACI%2CUAAA%3BI%5C%2FDzCN%2CmB%2BD0CkB%2CkB%5C%2FD1ClB%3BIACK%2CgB%2BDyCa%2CkB%5C%2FDzCb%3BIACC%2Ce%2BDwCY%2CkB%5C%2FDxCZ%3BIAcJ%2CW%2BD0BgB%2CkB%5C%2FD1BhB%3B%3BE%2BD6BA%3BIACI%2CUAAA%3BI%5C%2FD9CN%2CmB%2BD%2BCkB%2Ca%5C%2FD%5C%2FClB%3BIACK%2CgB%2BD8Ca%2Ca%5C%2FD9Cb%3BIACC%2Ce%2BD6CY%2Ca%5C%2FD7CZ%3BIAcJ%2CW%2BD%2BBgB%2Ca%5C%2FD%5C%2FBhB%3B%3B%3BA%2BDmCJ%3BEACI%2CuCAAA%3BEACA%2C%2BBAAA%3B%3BAAEJ%3BEACI%3BIACI%2CUAAA%3BI%5C%2FDzDN%2CmB%2BD0DkB%2Ca%5C%2FD1DlB%3BIACK%2CgB%2BDyDa%2Ca%5C%2FDzDb%3BIACC%2Ce%2BDwDY%2Ca%5C%2FDxDZ%3BIAcJ%2CW%2BD0CgB%2Ca%5C%2FD1ChB%3B%3BE%2BD6CA%3BIACI%2CUAAA%3BI%5C%2FD9DN%2CmB%2BD%2BDkB%2CiB%5C%2FD%5C%2FDlB%3BIACK%2CgB%2BD8Da%2CiB%5C%2FD9Db%3BIACC%2Ce%2BD6DY%2CiB%5C%2FD7DZ%3BIAcJ%2CW%2BD%2BCgB%2CiB%5C%2FD%5C%2FChB%3B%3B%3BA%2BDmDJ%3BEACI%2CyCAAA%3BEACA%2CiCAAA%3B%3BAAuDA%2CSAAS%3BAACT%3BAACA%3BEACI%2CYAAY%2CmCAAZ%3B%3BAAEJ%3BEACI%2CeAAA%3BEACA%2CgBAAA%3B%3BAACA%2CaAAC%2CMACG%3BAADJ%2CaAAC%2CMAEG%3BEACI%2CUAAA%3BEACA%2CmBAAA%3BE%5C%2FDxId%2CmB%2BDyI0B%2CkB%5C%2FDzI1B%3BEACK%2CgB%2BDwIqB%2CkB%5C%2FDxIrB%3BEACC%2Ce%2BDuIoB%2CkB%5C%2FDvIpB%3BEAcJ%2CW%2BDyHwB%2CkB%5C%2FDzHxB%3B%3BA%2BD8HA%2CWAAW%3BAACX%2CWAAW%3BEACP%2CeAAA%3BEACA%2CUAAA%3B%3BAAGJ%3BEACI%2COAAA%3BE%5C%2FDrJN%2CmB%2BDsJkB%2CqB%5C%2FDtJlB%3BEACK%2CgB%2BDqJa%2CqB%5C%2FDrJb%3BEACC%2Ce%2BDoJY%2CqB%5C%2FDpJZ%3BEAcJ%2CW%2BDsIgB%2CqB%5C%2FDtIhB%3B%3BA%2BDwII%2CWAAC%3BEACG%2CkBAAA%3B%3BAAIR%3BEACI%2CQAAA%3BE%5C%2FD9JN%2CmB%2BD%2BJkB%2CsB%5C%2FD%5C%2FJlB%3BEACK%2CgB%2BD8Ja%2CsB%5C%2FD9Jb%3BEACC%2Ce%2BD6JY%2CsB%5C%2FD7JZ%3BEAcJ%2CW%2BD%2BIgB%2CsB%5C%2FD%5C%2FIhB%3B%3BA%2BDiJI%2CWAAC%3BEACG%2CiBAAA%3B%3BAAIR%2CGACI%3BAADJ%2CGAEI%3BAAFJ%2CGAGI%2CYAAW%2CIAAI%3BAAHnB%2CGAII%2CYAAW%2CIAAI%3BEACX%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3BEACA%2CaAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CUAAA%3B%3BAACA%2CGAhBJ%2CYAgBK%3BAAAD%2CGAfJ%2CYAeK%3BAAAD%2CGAdJ%2CYAAW%2CIAAI%2CUAcV%3BAAAD%2CGAbJ%2CYAAW%2CIAAI%2CUAaV%3BE%5C%2FDvKT%2CWAAA%3BEAAA%2CiBAAA%3BE%2BD0KY%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3B%3BAAzBZ%2CGA4BI%3BAA5BJ%2CGA6BI%3BAA7BJ%2CGA8BI%2CYAAW%2CIAAI%3BAA9BnB%2CGA%2BBI%2CYAAW%2CIAAI%3BAA%5C%2FBnB%2CGAgCI%2CeAAe%3BE%5C%2FDtLnB%2CWAAA%3BEAAA%2CYAAA%3BEAAA%2CkBC7MmB%2C2BD6MnB%3BEAAA%2CuBAAA%3BEAAA%2CkBAAA%3BE%2BD5RH%2CoBAAA%3B%3BEACC%2CiBAAA%3B%3BEACA%2CoBAAA%3B%3BEACA%2CqBAAA%3B%3BEACA%2CaAAA%3BEACA%2CeAAA%3BEAodU%2CmBAAA%3BEACA%2CuBAAA%3BEACA%2CcAAA%3B%3BAAEA%2CGAfJ%2CYAeK%3BAAAD%2CGAdJ%2CYAcK%3BAAAD%2CGAbJ%2CYAAW%2CIAAI%2CUAaV%3BAAAD%2CGAZJ%2CYAAW%2CIAAI%2CUAYV%3BAAAD%2CGAXJ%2CeAAe%2CoBAWV%3BE%5C%2FDjMT%2Ca%2BDmGyB%2CkB%5C%2FDnGzB%3BEAAA%2CiBAAA%3B%3BA%2BDqMQ%2CGAnBJ%2CYAmBK%3BAAAD%2CGAlBJ%2CYAkBK%3BAAAD%2CGAjBJ%2CYAAW%2CIAAI%2CUAiBV%3BAAAD%2CGAhBJ%2CYAAW%2CIAAI%2CUAgBV%3BAAAD%2CGAfJ%2CeAAe%2CoBAeV%3BAACD%2CGApBJ%2CYAoBK%3BAAAD%2CGAnBJ%2CYAmBK%3BAAAD%2CGAlBJ%2CYAAW%2CIAAI%2CUAkBV%3BAAAD%2CGAjBJ%2CYAAW%2CIAAI%2CUAiBV%3BAAAD%2CGAhBJ%2CeAAe%2CoBAgBV%3BE%5C%2FDtMT%2CYC9MoB%2C4BD8MpB%3BEAAA%2CcC9MoB%2C4BD8MpB%3B%3BA%2BDyMY%2CGAvBR%2CYAmBK%2CMAII%3BAAAD%2CGAtBR%2CYAkBK%2CMAII%3BAAAD%2CGArBR%2CYAAW%2CIAAI%2CUAiBV%2CMAII%3BAAAD%2CGApBR%2CYAAW%2CIAAI%2CUAgBV%2CMAII%3BAAAD%2CGAnBR%2CeAAe%2CoBAeV%2CMAII%3BAAAD%2CGAvBR%2CYAoBK%2CMAGI%3BAAAD%2CGAtBR%2CYAmBK%2CMAGI%3BAAAD%2CGArBR%2CYAAW%2CIAAI%2CUAkBV%2CMAGI%3BAAAD%2CGApBR%2CYAAW%2CIAAI%2CUAiBV%2CMAGI%3BAAAD%2CGAnBR%2CeAAe%2CoBAgBV%2CMAGI%3BE%5C%2FDzMb%2CWAAA%3B%3BA%2BDmNQ%2CGAFJ%2CYAEK%3BAAAD%2CGADJ%2CqBAAqB%2CoBAChB%3BE%5C%2FDnNT%2CS%2BDoGiB%2CO%5C%2FDpGjB%3B%3BA%2BDyNQ%2CGAFJ%2CYAEK%3BAAAD%2CGADJ%2CqBAAqB%2CoBAChB%3BE%5C%2FDzNT%2CS%2BDqGkB%2CO%5C%2FDrGlB%3B%3BA%2BDsJA%2CGAwEI%2CeACI%3BEACI%2CuBAAA%3B%3BAAgIZ%3BE%5C%2FDhWA%2CiBAAA%3BEAAA%2CmBAAA%3BEAnCA%2CsBAAA%3BE%2BDqYI%2CcAAA%3BEACA%2CgBAAA%3BE%5C%2FDnWJ%2CkBAAA%3BE%2BDqWI%2CkBAAA%3BEACA%2CWAAA%3B%3BAANJ%2CWAOI%3BEACI%2CeAAA%3BEACA%2CqBAAA%3BEACA%2CaAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3B%3BAAIR%2CoBAAqB%3BAACrB%2CWAAY%2CGAAG%3BAAAf%2CWAAY%2CG3D3gBZ%2CMAAK%2CcAiED%2CiBAGM%3BEJqFV%2CWAAA%3BEAAA%2CYAAA%3BEAAA%2CkBAAA%3BEAAA%2CuBAAA%3BEAAA%2CsBAAA%3BE%2BDwXI%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CUAAA%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3B%3BAACA%2CoBAdiB%2CeAchB%3BAAAD%2CWAbQ%2CGAAG%2COAaV%3BAAAD%2CWAbQ%2CG3D3gBZ%2CMAAK%2CcAiED%2CiBAGM%2CU2DodL%3BEACG%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CSAAA%3BEACA%2COAAA%3BEACA%2CWAAA%3BEACA%2CsBAAA%3BEACA%2C%2BBAAA%3BEACA%2CuBAAA%3B%3BAAEJ%2CoBAzBiB%2CeAyBhB%3BAAAD%2CWAxBQ%2CGAAG%2COAwBV%3BAAAD%2CWAxBQ%2CG3D3gBZ%2CMAAK%2CcAiED%2CiBAGM%2CU2D%2BdL%3BE%5C%2FD1YL%2CsBAAA%3B%3BA%2BD4YQ%2CoBA3Ba%2CeAyBhB%2CMAEI%3BAAAD%2CWA1BI%2CGAAG%2COAwBV%2CMAEI%3BAAAD%2CWA1BI%2CG3D3gBZ%2CMAAK%2CcAiED%2CiBAGM%2CU2D%2BdL%2CMAEI%3BEACG%2CYAAA%3B%3BAAGR%2CoBA%5C%2FBiB%2CeA%2BBhB%3BAAAD%2CWA9BQ%2CGAAG%2COA8BV%3BAACD%2CoBAhCiB%2CeAgChB%3BAAAD%2CWA%5C%2FBQ%2CGAAG%2COA%2BBV%3BAACD%2CoBAjCiB%2CeAiChB%2CIAAI%3BAAAL%2CWAhCQ%2CGAAG%2COAgCV%2CIAAI%3BAAFL%2CWA9BQ%2CG3D3gBZ%2CMAAK%2CcAiED%2CiBAGM%2CU2DqeL%3BAACD%2CWA%5C%2FBQ%2CG3D3gBZ%2CMAAK%2CcAiED%2CiBAGM%2CU2DseL%3BAACD%2CWAhCQ%2CG3D3gBZ%2CMAAK%2CcAiED%2CiBAGM%2CU2DueL%2CIAAI%3BEACD%2CgBAAA%3B%3BAAGR%2CWAAY%2CcAER%3BAADJ%2CoBAAqB%2CkBACjB%3BAAFJ%2CWAAY%2CcAGR%3BAAFJ%2CoBAAqB%2CkBAEjB%3BAAHJ%2CWAAY%2Cc3D%5C%2FiBZ%2CMAAK%2CcAiED%2CiBAGM%3BA2D4eV%2CoBAAqB%2CkB3DhjBrB%2CMAAK%2CcAiED%2CiBAGM%3BEJqFV%2CkBAAA%3B%3BA%2BD0ZQ%2CWAJI%2CcAER%2COAEK%3BAAAD%2CoBAHa%2CkBACjB%2COAEK%3BAAAD%2CWAJI%2CcAGR%2CeACK%3BAAAD%2CoBAHa%2CkBAEjB%2CeACK%3BAAAD%2CWAJI%2Cc3D%5C%2FiBZ%2CMAAK%2CcAiED%2CiBAGM%2CU2D%2BeD%3BAAAD%2CoBAHa%2CkB3DhjBrB%2CMAAK%2CcAiED%2CiBAGM%2CU2D%2BeD%3BEACG%2CYAAA%3BE%5C%2FD3ZZ%2CgBAAA%3B%3BA%2BDiaA%2CYACI%3BEACI%2C2BAAA%3B%3BAAFR%2CYACI%2CaAEM%3BEACE%2CWAAA%3B%3BAAIZ%2CiBAAkB%3BE%5C%2FDzalB%2CsBAAA%3BE%2BD2aI%2CsBAAA%3B%3BAAIJ%3BEACI%2CqBAAA%3BEACA%2CsBAAA%3B%3BAAFJ%2CWAGI%3BEACI%2CqBAAA%3BEACA%2CsBAAA%3B%3BAAIR%2CcACI%3BAADJ%2CcAEI%3BAAFJ%2CcAGI%2CeAAe%3BEACX%2CcAAA%3BEACA%2CeAAA%3B%3BAALR%2CcACI%2CYAKI%3BAANR%2CcAEI%2CKAII%3BAANR%2CcAGI%2CeAAe%2CmBAGX%3BAANR%2CcACI%2CYAMM%2CIAAC%3BAAPX%2CcAEI%2CKAKM%2CIAAC%3BAAPX%2CcAGI%2CeAAe%2CmBAIT%2CIAAC%3BAAPX%2CcACI%2CYAOI%3BAARR%2CcAEI%2CKAMI%3BAARR%2CcAGI%2CeAAe%2CmBAKX%3BAARR%2CcACI%2CYAQI%3BAATR%2CcAEI%2CKAOI%3BAATR%2CcAGI%2CeAAe%2CmBAMX%3BEACI%2CeAAA%3BEACA%2CgBAAA%3B%3BAAQI%2CcALX%2CIAAI%2C0BACD%2CYAGM%2CIAAC%2CcACE%2CIAAI%3BAAAL%2CcALX%2CIAAI%2C0BAED%2CKAEM%2CIAAC%2CcACE%2CIAAI%3BAAAL%2CcALX%2CIAAI%2C0BAGD%2CeAAe%2CmBACT%2CIAAC%2CcACE%2CIAAI%3BEACD%2CgBAAA%3B%3BAAMpB%2CgBAII%3BAAHJ%2CgBAGI%3BAAFJ%2C8BAEI%3BAADJ%2C8BACI%3BAAJJ%2CgBAKI%3BAAJJ%2CgBAII%3BAAHJ%2C8BAGI%3BAAFJ%2C8BAEI%3BAALJ%2CgBAMI%2CeAAe%3BAALnB%2CgBAKI%2CeAAe%3BAAJnB%2C8BAII%2CeAAe%3BAAHnB%2C8BAGI%2CeAAe%3BEACX%2CoBAAA%3BEACA%2CqBAAA%3B%3BAARR%2CgBAII%2CYAKI%3BAARR%2CgBAGI%2CYAKI%3BAAPR%2C8BAEI%2CYAKI%3BAANR%2C8BACI%2CYAKI%3BAATR%2CgBAKI%2CKAII%3BAARR%2CgBAII%2CKAII%3BAAPR%2C8BAGI%2CKAII%3BAANR%2C8BAEI%2CKAII%3BAATR%2CgBAMI%2CeAAe%2CmBAGX%3BAARR%2CgBAKI%2CeAAe%2CmBAGX%3BAAPR%2C8BAII%2CeAAe%2CmBAGX%3BAANR%2C8BAGI%2CeAAe%2CmBAGX%3BAATR%2CgBAII%2CYAMM%2CIAAC%3BAATX%2CgBAGI%2CYAMM%2CIAAC%3BAARX%2C8BAEI%2CYAMM%2CIAAC%3BAAPX%2C8BACI%2CYAMM%2CIAAC%3BAAVX%2CgBAKI%2CKAKM%2CIAAC%3BAATX%2CgBAII%2CKAKM%2CIAAC%3BAARX%2C8BAGI%2CKAKM%2CIAAC%3BAAPX%2C8BAEI%2CKAKM%2CIAAC%3BAAVX%2CgBAMI%2CeAAe%2CmBAIT%2CIAAC%3BAATX%2CgBAKI%2CeAAe%2CmBAIT%2CIAAC%3BAARX%2C8BAII%2CeAAe%2CmBAIT%2CIAAC%3BAAPX%2C8BAGI%2CeAAe%2CmBAIT%2CIAAC%3BAAVX%2CgBAII%2CYAOM%2CMAAG%3BAAVb%2CgBAGI%2CYAOM%2CMAAG%3BAATb%2C8BAEI%2CYAOM%2CMAAG%3BAARb%2C8BACI%2CYAOM%2CMAAG%3BAAXb%2CgBAKI%2CKAMM%2CMAAG%3BAAVb%2CgBAII%2CKAMM%2CMAAG%3BAATb%2C8BAGI%2CKAMM%2CMAAG%3BAARb%2C8BAEI%2CKAMM%2CMAAG%3BAAXb%2CgBAMI%2CeAAe%2CmBAKT%2CMAAG%3BAAVb%2CgBAKI%2CeAAe%2CmBAKT%2CMAAG%3BAATb%2C8BAII%2CeAAe%2CmBAKT%2CMAAG%3BAARb%2C8BAGI%2CeAAe%2CmBAKT%2CMAAG%3BEACD%2CoBAAA%3BEACA%2CqBAAA%3B%3BAAbZ%2CgBAgBI%2CYACI%2CaAGM%3BAAnBd%2CgBAeI%2CYACI%2CaAGM%3BAAlBd%2C8BAcI%2CYACI%2CaAGM%3BAAjBd%2C8BAaI%2CYACI%2CaAGM%3BAApBd%2CgBAgBI%2CYAEM%2CIAAC%2CcAEG%3BAAnBd%2CgBAeI%2CYAEM%2CIAAC%2CcAEG%3BAAlBd%2C8BAcI%2CYAEM%2CIAAC%2CcAEG%3BAAjBd%2C8BAaI%2CYAEM%2CIAAC%2CcAEG%3BAApBd%2CgBAgBI%2CYAGM%2CMAAG%2CkBACC%3BAAnBd%2CgBAeI%2CYAGM%2CMAAG%2CkBACC%3BAAlBd%2C8BAcI%2CYAGM%2CMAAG%2CkBACC%3BAAjBd%2C8BAaI%2CYAGM%2CMAAG%2CkBACC%3BEACE%2CmBAAA%3B%3BAACA%2CgBANZ%2CYACI%2CaAGM%2CMAEG%3BAAAD%2CgBANZ%2CYACI%2CaAGM%2CMAEG%3BAAAD%2C8BANZ%2CYACI%2CaAGM%2CMAEG%3BAAAD%2C8BANZ%2CYACI%2CaAGM%2CMAEG%3BAAAD%2CgBANZ%2CYAEM%2CIAAC%2CcAEG%2CMAEG%3BAAAD%2CgBANZ%2CYAEM%2CIAAC%2CcAEG%2CMAEG%3BAAAD%2C8BANZ%2CYAEM%2CIAAC%2CcAEG%2CMAEG%3BAAAD%2C8BANZ%2CYAEM%2CIAAC%2CcAEG%2CMAEG%3BAAAD%2CgBANZ%2CYAGM%2CMAAG%2CkBACC%2CMAEG%3BAAAD%2CgBANZ%2CYAGM%2CMAAG%2CkBACC%2CMAEG%3BAAAD%2C8BANZ%2CYAGM%2CMAAG%2CkBACC%2CMAEG%3BAAAD%2C8BANZ%2CYAGM%2CMAAG%2CkBACC%2CMAEG%3BEACG%2CgBAAA%3B%3BAAvBpB%2CgBA4BI%2CeACI%2CcACI%3BAA7BZ%2CgBA2BI%2CeACI%2CcACI%3BAA5BZ%2C8BA0BI%2CeACI%2CcACI%3BAA3BZ%2C8BAyBI%2CeACI%2CcACI%3BEACI%2CgBAAA%3B%3BAAEJ%2CgBALR%2CeACI%2CcAIK%2CIAAI%3BAAAL%2CgBALR%2CeACI%2CcAIK%2CIAAI%3BAAAL%2C8BALR%2CeACI%2CcAIK%2CIAAI%3BAAAL%2C8BALR%2CeACI%2CcAIK%2CIAAI%3BEACD%2CmBAAA%3B%3BAAQA%2CgBAJX%2CIAAI%2C0BACD%2CYAEM%2CIAAC%2CcACE%2CIAAI%3BAAAL%2CgBAJX%2CIAAI%2C0BACD%2CYAEM%2CIAAC%2CcACE%2CIAAI%3BAAAL%2C8BAJX%2CIAAI%2C0BACD%2CYAEM%2CIAAC%2CcACE%2CIAAI%3BAAAL%2C8BAJX%2CIAAI%2C0BACD%2CYAEM%2CIAAC%2CcACE%2CIAAI%3BAAAL%2CgBAJX%2CIAAI%2C0BAED%2CKACM%2CIAAC%2CcACE%2CIAAI%3BAAAL%2CgBAJX%2CIAAI%2C0BAED%2CKACM%2CIAAC%2CcACE%2CIAAI%3BAAAL%2C8BAJX%2CIAAI%2C0BAED%2CKACM%2CIAAC%2CcACE%2CIAAI%3BAAAL%2C8BAJX%2CIAAI%2C0BAED%2CKACM%2CIAAC%2CcACE%2CIAAI%3BEACD%2CmBAAA%3B%3BAAMpB%2CgBAEI%2CYACI%2CaAGM%3BAALd%2C8BACI%2CYACI%2CaAGM%3BAANd%2CgBAEI%2CYAEM%2CIAAC%2CcAEG%3BAALd%2C8BACI%2CYAEM%2CIAAC%2CcAEG%3BAANd%2CgBAEI%2CYAGM%2CMAAG%2CkBACC%3BAALd%2C8BACI%2CYAGM%2CMAAG%2CkBACC%3BEACE%2CmBAAA%3B%3BAACA%2CgBANZ%2CYACI%2CaAGM%2CMAEG%3BAAAD%2C8BANZ%2CYACI%2CaAGM%2CMAEG%3BAAAD%2CgBANZ%2CYAEM%2CIAAC%2CcAEG%2CMAEG%3BAAAD%2C8BANZ%2CYAEM%2CIAAC%2CcAEG%2CMAEG%3BAAAD%2CgBANZ%2CYAGM%2CMAAG%2CkBACC%2CMAEG%3BAAAD%2C8BANZ%2CYAGM%2CMAAG%2CkBACC%2CMAEG%3BEACG%2CgBAAA%3B%3BAAMpB%2CgBAEI%3BAADJ%2C8BACI%3BAAFJ%2CgBAGI%3BAAFJ%2C8BAEI%3BAAHJ%2CgBAII%2CeAAe%3BAAHnB%2C8BAGI%2CeAAe%3BEACX%2CqBAAA%3BEACA%2CsBAAA%3B%3BAANR%2CgBAEI%2CYAKI%3BAANR%2C8BACI%2CYAKI%3BAAPR%2CgBAGI%2CKAII%3BAANR%2C8BAEI%2CKAII%3BAAPR%2CgBAII%2CeAAe%2CmBAGX%3BAANR%2C8BAGI%2CeAAe%2CmBAGX%3BAAPR%2CgBAEI%2CYAMM%2CIAAC%3BAAPX%2C8BACI%2CYAMM%2CIAAC%3BAARX%2CgBAGI%2CKAKM%2CIAAC%3BAAPX%2C8BAEI%2CKAKM%2CIAAC%3BAARX%2CgBAII%2CeAAe%2CmBAIT%2CIAAC%3BAAPX%2C8BAGI%2CeAAe%2CmBAIT%2CIAAC%3BAARX%2CgBAEI%2CYAOM%2CIAAC%3BAARX%2C8BACI%2CYAOM%2CIAAC%3BAATX%2CgBAGI%2CKAMM%2CIAAC%3BAARX%2C8BAEI%2CKAMM%2CIAAC%3BAATX%2CgBAII%2CeAAe%2CmBAKT%2CIAAC%3BAARX%2C8BAGI%2CeAAe%2CmBAKT%2CIAAC%3BEACC%2CqBAAA%3BEACA%2CsBAAA%3B%3BAAXZ%2CgBAcI%2CYACI%2CaAGM%3BAAjBd%2C8BAaI%2CYACI%2CaAGM%3BAAlBd%2CgBAcI%2CYAEM%2CIAAC%2CcAEG%3BAAjBd%2C8BAaI%2CYAEM%2CIAAC%2CcAEG%3BAAlBd%2CgBAcI%2CYAGM%2CMAAG%2CkBACC%3BAAjBd%2C8BAaI%2CYAGM%2CMAAG%2CkBACC%3BEACE%2CmBAAA%3B%3BAACA%2CgBANZ%2CYACI%2CaAGM%2CMAEG%3BAAAD%2C8BANZ%2CYACI%2CaAGM%2CMAEG%3BAAAD%2CgBANZ%2CYAEM%2CIAAC%2CcAEG%2CMAEG%3BAAAD%2C8BANZ%2CYAEM%2CIAAC%2CcAEG%2CMAEG%3BAAAD%2CgBANZ%2CYAGM%2CMAAG%2CkBACC%2CMAEG%3BAAAD%2C8BANZ%2CYAGM%2CMAAG%2CkBACC%2CMAEG%3BEACG%2CgBAAA%3B%3BAASJ%2CgBAJX%2CIAAI%2C0BACD%2CYAEM%2CIAAC%2CcACE%2CIAAI%3BAAAL%2C8BAJX%2CIAAI%2C0BACD%2CYAEM%2CIAAC%2CcACE%2CIAAI%3BAAAL%2CgBAJX%2CIAAI%2C0BAED%2CKACM%2CIAAC%2CcACE%2CIAAI%3BAAAL%2C8BAJX%2CIAAI%2C0BAED%2CKACM%2CIAAC%2CcACE%2CIAAI%3BEACD%2CqBAAA%3B%3BAAOR%2CgBAFR%2CeACI%2CcACK%2CIAAI%3BAAAL%2C8BAFR%2CeACI%2CcACK%2CIAAI%3BEACD%2CqBAAA%3B%3BAAKhB%2CgBAEI%3BAADJ%2C8BACI%3BAAFJ%2CgBAGI%3BAAFJ%2C8BAEI%3BAAHJ%2CgBAII%2CeAAe%3BAAHnB%2C8BAGI%2CeAAe%3BEACX%2CkBAAA%3BEACA%2CmBAAA%3B%3BAANR%2CgBAEI%2CYAKI%3BAANR%2C8BACI%2CYAKI%3BAAPR%2CgBAGI%2CKAII%3BAANR%2C8BAEI%2CKAII%3BAAPR%2CgBAII%2CeAAe%2CmBAGX%3BAANR%2C8BAGI%2CeAAe%2CmBAGX%3BAAPR%2CgBAEI%2CYAMM%2CIAAC%3BAAPX%2C8BACI%2CYAMM%2CIAAC%3BAARX%2CgBAGI%2CKAKM%2CIAAC%3BAAPX%2C8BAEI%2CKAKM%2CIAAC%3BAARX%2CgBAII%2CeAAe%2CmBAIT%2CIAAC%3BAAPX%2C8BAGI%2CeAAe%2CmBAIT%2CIAAC%3BAARX%2CgBAEI%2CYAOM%2CMAAG%3BAARb%2C8BACI%2CYAOM%2CMAAG%3BAATb%2CgBAGI%2CKAMM%2CMAAG%3BAARb%2C8BAEI%2CKAMM%2CMAAG%3BAATb%2CgBAII%2CeAAe%2CmBAKT%2CMAAG%3BAARb%2C8BAGI%2CeAAe%2CmBAKT%2CMAAG%3BEACD%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAXZ%2CgBAcI%2CYACI%2CaAGM%3BAAjBd%2C8BAaI%2CYACI%2CaAGM%3BAAlBd%2CgBAcI%2CYAEM%2CIAAC%2CcAEG%3BAAjBd%2C8BAaI%2CYAEM%2CIAAC%2CcAEG%3BAAlBd%2CgBAcI%2CYAGM%2CMAAG%2CkBACC%3BAAjBd%2C8BAaI%2CYAGM%2CMAAG%2CkBACC%3BEACE%2CmBAAA%3B%3BAACA%2CgBANZ%2CYACI%2CaAGM%2CMAEG%3BAAAD%2C8BANZ%2CYACI%2CaAGM%2CMAEG%3BAAAD%2CgBANZ%2CYAEM%2CIAAC%2CcAEG%2CMAEG%3BAAAD%2C8BANZ%2CYAEM%2CIAAC%2CcAEG%2CMAEG%3BAAAD%2CgBANZ%2CYAGM%2CMAAG%2CkBACC%2CMAEG%3BAAAD%2C8BANZ%2CYAGM%2CMAAG%2CkBACC%2CMAEG%3BEACG%2CgBAAA%3B%3BAASJ%2CgBAJX%2CIAAI%2C0BACD%2CYAEM%2CIAAC%2CcACE%2CIAAI%3BAAAL%2C8BAJX%2CIAAI%2C0BACD%2CYAEM%2CIAAC%2CcACE%2CIAAI%3BAAAL%2CgBAJX%2CIAAI%2C0BAED%2CKACM%2CIAAC%2CcACE%2CIAAI%3BAAAL%2C8BAJX%2CIAAI%2C0BAED%2CKACM%2CIAAC%2CcACE%2CIAAI%3BEACD%2CmBAAA%3B%3BAA%5C%2FBpB%2CgBAoCI%2CeACI%2CcACI%3BAArCZ%2C8BAmCI%2CeACI%2CcACI%3BEACI%2CgBAAA%3B%3BAAEJ%2CgBALR%2CeACI%2CcAIK%2CIAAI%3BAAAL%2C8BALR%2CeACI%2CcAIK%2CIAAI%3BEACD%2CmBAAA%3B%3BAAkIhB%2CWAAY%2CQAAQ%2CSAAS%2CEAAC%3BAAC9B%3BEACI%2CaAAa%2C0CAAb%3BEACA%2CsBAAA%3BEACA%2C4BAAA%3BEACA%2C2BAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3B%3BAAPJ%2CWAAY%2CQAAQ%2CSAAS%2CEAAC%2CyBAQ1B%3BAAPJ%2CyBAOI%3BEACI%2CkBAAA%3BEACA%2COAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3B%3BAAGR%2CWAAY%2CQAAQ%2CSAAS%2CEAAC%3BEuDx%5C%2FB9B%2C4BAAA%3BEtH6OF%2CiCAAA%3BEACK%2C8BAAA%3BEACC%2C6BAAA%3BEAcJ%2CyBAAA%3BEAhBF%2CoCAAA%3BEACK%2CiCAAA%3BEACC%2CgCAAA%3BEAcJ%2C4BAAA%3B%3BA%2BD8vBA%2CWAAW%2CIAAI%3BE%5C%2FD9wBjB%2CyB%2BD%2BwBwB%2CiD%5C%2FD%5C%2FwBxB%3BEACK%2CsB%2BD8wBmB%2CiD%5C%2FD9wBnB%3BEACC%2CqB%2BD6wBkB%2CiD%5C%2FD7wBlB%3BEAcJ%2CiB%2BD%2BvBsB%2CiD%5C%2FD%5C%2FvBtB%3B%3B%3BA%2BDmwBA%2CGAAG%3BAACH%2CGAAG%3BAACH%2CGAAG%3BEACC%2CYAAA%3BEACA%2CYAAA%3BE%5C%2FDvwBJ%2CkBCtKgB%2CwBDsKhB%3BEAAA%2CiBCrKe%2CuBDqKf%3BE%2BD0wBI%2C4BAAA%3BEACA%2C2BAAA%3B%3BAAEJ%2CIAAK%3BE%5C%2FD7wBL%2CiBCrKe%2CuBDqKf%3BE%2BD%2BwBI%2C4BAAA%3BEACA%2C2BAAA%3B%3BAAEJ%2CIAAK%2CsBAAsB%3BEACvB%2CeAAA%3B%3BAAEJ%2CCAAC%2CYAAe%3BEACZ%2CkB9D57BY%2CwB8D47BZ%3BEACA%2C8BAAA%3BEACA%2CiBAAA%3B%3BAACA%2CCAJH%2CYAAe%2CiBAIX%3BEACG%2CSAAS%2CEAAT%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CuCAAA%3BEACA%2CcAAA%3BE%5C%2FDjzBV%2C4CAAA%3BEACK%2CyCAAA%3BEACC%2CwCAAA%3BEAcJ%2CoCAAA%3BE%2BDoyBQ%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2COAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3BEACA%2CSAAA%3BEACA%2CYAAA%3B%3BAAIJ%2CCADH%2CYAAe%2CiBAAc%2CsBACzB%3BEACG%2CaAAA%3B%3BAAIJ%2CGADD%2C2BAA2B%2CYACzB%3BAACD%2CGAFD%2C2BAA2B%2CYAEzB%3BEACG%2CkBAAA%3B%3BAACA%2CGAJL%2C2BAA2B%2CYACzB%2CSAGI%3BAAAD%2CGAJL%2C2BAA2B%2CYAEzB%2CYAEI%3BEACG%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2COAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3BEACA%2CSAAA%3BE%5C%2FD5zBZ%2CiBCrKe%2CuBDqKf%3BEAAA%2CkBCtKgB%2CwBDsKhB%3BE%2BD%2BzBY%2C4BAAA%3BEACA%2C2BAAA%3B%3BAAbR%2CGADD%2C2BAA2B%2CYACzB%2CSAeG%3BAAdJ%2CGAFD%2C2BAA2B%2CYAEzB%2CYAcG%3BEACI%2CUAAA%3B%3BAAIZ%2CSAEI%3BAADJ%2CYACI%3BAAFJ%2CSAGI%3BAAFJ%2CYAEI%3BEACI%2CUAAA%3B%3BAAIJ%2CyBAAC%3BAACD%2CyBAAC%3BEACG%2CkBAAA%3B%3BAACA%2CyBAHH%2CSAGI%3BAAAD%2CyBAFH%2CYAEI%3BEACG%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2COAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3BEACA%2CSAAA%3BE%5C%2FDx1BZ%2CiBCrKe%2CuBDqKf%3BEAAA%2CkBCtKgB%2CwBDsKhB%3BE%2BD21BY%2C4BAAA%3BEACA%2C2BAAA%3B%3BAAbR%2CyBAAC%2CSAeG%3BAAdJ%2CyBAAC%2CYAcG%3BEACI%2CUAAA%3B%3BAAIZ%2CGAAG%3BEACC%2CaAAa%2C%2BBAAb%3B%3BAAEJ%3BEACI%3BIACI%2CaAAA%3B%3BEAEJ%3BIACI%2CYAAA%3B%3B%3BAAGR%3BEACI%3BIACI%2CaAAA%3B%3BEAEJ%3BIACI%2CYAAA%3B%3B%3BAyE1pCR%3BAACA%3BAACA%2COAAO%3BEnI4OP%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2C4BAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3BELgDA%2CgBAAA%3BEwIlSI%2CUAAA%3B%3BAnIqPJ%2CaAAC%3BAAAD%2CaAAC%3BAAAD%2COmIxPO%2CMnIwPN%3BAACD%2CaAAC%3BAAAD%2CaAAC%3BAAAD%2COmIzPO%2CMnIyPN%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CaAAC%3BAAAD%2CaAAC%3BAAAD%2COmI9PO%2CMnI8PN%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CaAAC%3BAAAD%2CaAAC%3BAAAD%2COmInQO%2CMnImQN%3BAACD%2CaAAC%3BAAAD%2CaAAC%3BAAAD%2COmIpQO%2CMnIoQN%3BAACD%2CQAAQ%2CUAAW%3BAAAnB%2CQAAQ%2CUAAW%3BAAAnB%2CQAAQ%2CUAAW%2CQmIrQZ%3BEnIsQH%2CoBAAA%3BEL%2BBJ%2CYAAA%3B%3BAK7CA%2CaAAC%3BAAAD%2CaAAC%3BAAAD%2COmIxPO%2CMnIwPN%3BAACD%2CaAAC%3BAAAD%2CaAAC%3BAAAD%2COmIzPO%2CMnIyPN%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CaAAC%3BAAAD%2CaAAC%3BAAAD%2COmI9PO%2CMnI8PN%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CaAAC%3BAAAD%2CaAAC%3BAAAD%2COmInQO%2CMnImQN%3BAACD%2CaAAC%3BAAAD%2CaAAC%3BAAAD%2COmIpQO%2CMnIoQN%3BAACD%2CQAAQ%2CUAAW%3BAAAnB%2CQAAQ%2CUAAW%3BAAAnB%2CQAAQ%2CUAAW%2CQmIrQZ%3BEnIsQH%2CoBAAA%3BEL%2BBJ%2CYAAA%3B%3BA%2BDjKA%2CaAAC%3BAAAD%2CaAAC%3BAAAD%2COyEpIO%2CMzEoIN%3BE%5C%2FDiKD%2CSCYiB%2CODZjB%3BEAAA%2C6BAAA%3BEAAA%2CeAAA%3BEAAA%2CcAAA%3BEAAA%2COC7MmB%2C2BD6MnB%3BEAAA%2CmBAAA%3BEAAA%2CkBAAA%3BEAAA%2CqBAAA%3BE%2BDxJI%2CoBAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3BEACA%2CmCAAA%3BEuDxGJ%2C4BAAA%3BEtH6OF%2CiCAAA%3BEACK%2C8BAAA%3BEACC%2C6BAAA%3BEAcJ%2CyBAAA%3BEAhBF%2CoCAAA%3BEACK%2CiCAAA%3BEACC%2CgCAAA%3BEAcJ%2C4BAAA%3B%3BA%2BDvIJ%2CgBAV2C%3BEACnC%2CaAAC%3BEAAD%2CaAAC%3BEAAD%2COyErJG%2CMzEqJF%3BEACD%2CaAAC%3BEAAD%2CaAAC%3BEAAD%2COyEtJG%2CMzEsJF%3BI%5C%2FD%2BIL%2COC7MmB%2C2BD6MnB%3B%3BE%2BD7IQ%2CaAHH%2CMAGI%3BEAAD%2CaAHH%2CMAGI%3BEAAD%2COyExJD%2CMzEqJF%2CMAGI%3BEAAD%2CaAFH%2COAEI%3BEAAD%2CaAFH%2COAEI%3BEAAD%2COyExJD%2CMzEsJF%2COAEI%3BI%5C%2FD6HX%2CmB%2BD5H0B%2Cc%5C%2FD4H1B%3BIACK%2CgB%2BD7HqB%2Cc%5C%2FD6HrB%3BIACC%2Ce%2BD9HoB%2Cc%5C%2FD8HpB%3BIAcJ%2CW%2BD5IwB%2Cc%5C%2FD4IxB%3B%3B%3BAwIjSI%2CaAAC%3BAAAD%2CaAAC%3BAAAD%2COAJG%2CMAIF%3BEACG%2CaAAA%3B%3BAAGX%2CYACC%3BAADD%2CYAEC%3BAAFD%2CYAGC%2CQAAO%3BEACN%2CQAAA%3BEACA%2CsBAAA%3BEACA%2CgBAAA%3B%3BAACA%2CYAND%2CcAME%3BAAAD%2CYALD%2CcAKE%3BAAAD%2CYAJD%2CQAAO%2CMAIL%3BEACA%2CWAAA%3B%3BAAED%2CYATD%2CcASE%3BAAAD%2CYARD%2CcAQE%3BAAAD%2CYAPD%2CQAAO%2CMAOL%3BAACD%2CYAVD%2CcAUE%3BAAAD%2CYATD%2CcASE%3BAAAD%2CYARD%2CQAAO%2CMAQL%3BAACD%2CYAXD%2CcAWE%3BAAAD%2CYAVD%2CcAUE%3BAAAD%2CYATD%2CQAAO%2CMASL%3BEACA%2CsBAAA%3B%3BAAoBH%2CeACC%3BAADD%2CeAEC%2CmBAAmB%2CiBAAiB%2CgBAAgB%3BAAFrD%2CeAGC%2CSAAS%2CIAAG%3BAAHb%2CeAIC%2CwBAAuB%2CiBAAiB%2CIAAI%3BAAJ7C%2CeAKC%2CwBAAwB%3BAALzB%2CeAMC%2CsBAAsB%2CIAAG%3BEACxB%2C8CAAA%3BEACA%2C0BAAA%3BEACA%2CkCAAA%3BEACA%2C4BAAA%3BEACA%2CsBAAA%3B%3BAAXF%2CeAaC%2CsBAAsB%2CIAAG%3BEACxB%2CeAAA%3B%3BAAGA%2CeADD%2CIACE%3BExI2NF%2CoEAAA%3BEACK%2CiEAAA%3BEACC%2CgEAAA%3BEAcJ%2C4DAAA%3B%3BAwI5PH%2CeAsBC%2CkBAAkB%3BAAtBnB%2CeAuBC%2CkBAAkB%3BEACjB%2CWAAA%3B%3BAAYF%2CoBAAoB%3BExIwNjB%2CYAAA%3BEwItNC%2CsBAAA%3BEACA%2CeAAA%3BEACA%2CUAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3BExIgND%2CiBAAA%3BEAhBF%2CgDAAA%3BEACK%2C6CAAA%3BEACC%2C4CAAA%3BEAcJ%2CwCAAA%3BEAhBF%2C8BAAA%3BEACK%2C2BAAA%3BEACC%2C0BAAA%3BEAcJ%2CsBAAA%3B%3BAwI3MF%2CoBAbmB%2CeAalB%3BAACD%2CoBAdmB%2CeAclB%3BEACA%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CWAAA%3B%3BAAjBF%2CoBAAoB%2CeAmBnB%3BEzEvFD%2CoBAAA%3B%3BEACC%2CiBAAA%3B%3BEACA%2CoBAAA%3B%3BEACA%2CqBAAA%3B%3BEACA%2CaAAA%3BEACA%2CeAAA%3BEyEoFC%2CiBAAA%3BEACA%2CmBAAA%3B%3BAAtBF%2CoBAAoB%2CeA2BnB%2CgBACC%3BExI4LC%2CWAAA%3B%3BAwIxNH%2CoBAAoB%2CeAgCnB%3BEACC%2CkBAAA%3BEACA%2CcAAA%3B%3BAAlCF%2CoBAAoB%2CeAoCnB%3BAApCD%2CoBAAoB%2CeAqCnB%3BEACC%2CWAAA%3B%3BAAtCF%2CoBAAoB%2CeAwCnB%3BEACC%2CoBAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3B%3BAA3CF%2CoBAAoB%2CeA6CnB%3BEACC%2CeAAA%3BEACA%2COvIpCoB%2C2BuIoCpB%3B%3BAA%5C%2FCF%2CoBAAoB%2CeAiDnB%3BEACC%2CkBAAA%3B%3BAAlDF%2CoBAAoB%2CeAiDnB%2CeAEC%3BEACC%2CqBAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CavI7DyB%2CiCuI6DzB%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAEC%2CoBA9DgB%2CeAiDnB%2CeAEC%2COAUC%2CEACE%2CIAAI%3BExI0JN%2COC7MmB%2C2BD6MnB%3B%3BAwIvJC%2CoBAjEgB%2CeAiDnB%2CeAEC%2COAUC%2CEAIE%3BExIuJF%2COC1MiB%2CyBD0MjB%3B%3BAwIxNH%2CoBAAoB%2CeAuEnB%3BEACC%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CSAAA%3BExI8IC%2CqBAAA%3BEyB9QA%2CqBAAA%3B%3BA%2BGsDH%2CoBAAoB%2CeAuEnB%2CgB%5C%2FGqII%3BEzBhQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAyBHA%2CoB%2BGgDiB%2CeAuEnB%2CgB%5C%2FGvHG%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BEzB9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2COC7MmB%2C2BD6MnB%3BEAAA%2CS0B1OU%2CO1B0OV%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CsBAAA%3BEyBqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BA%2BGjSH%2CoBAAoB%2CeAoFnB%3BEACC%2COvI1EoB%2C2BuI0EpB%3BEACA%2C0BAAA%3BExIkIC%2CoBAAA%3BEwIhID%2CmBAAA%3BEACA%2CUAAA%3B%3BAACA%2CoBA1FkB%2CeAoFnB%2CqBAME%3BEACA%2CcAAA%3BEACA%2CaAAa%2CmBAAb%3BEACA%2CgBAAA%3BEACA%2CSAAS%2COAAT%3BEACA%2CiBAAA%3B%3BAAqBH%3BEACC%2CaAAA%3B%3BAAED%3BExIiGG%2CWAAA%3BEAAA%2CYAAA%3BEwI9FF%2CmBAAA%3BEACA%2CuBAAA%3BExI6FE%2CkBCtMiB%2CyBDsMjB%3BEwI3FF%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEnI%2BBE%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2C4BAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3BELgDA%2CgBAAA%3BEwItFF%2CoBAAA%3B%3BAnIyCE%2CsBAAC%3BAACD%2CsBAAC%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CsBAAC%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CsBAAC%3BAACD%2CsBAAC%3BAACD%2CQAAQ%2CUAAW%3BEACf%2CoBAAA%3BEL%2BBJ%2CYAAA%3B%3BA%2BDjKA%2CsBAAC%3BE%5C%2FDiKD%2CSCYiB%2CODZjB%3BEAAA%2C6BAAA%3BEAAA%2CeAAA%3BEAAA%2CcAAA%3BEAAA%2COC7MmB%2C2BD6MnB%3BEAAA%2CmBAAA%3BEAAA%2CkBAAA%3BEAAA%2CqBAAA%3BE%2BDxJI%2CoBAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3BEACA%2CmCAAA%3BEuDxGJ%2C4BAAA%3BEtH6OF%2CiCAAA%3BEACK%2C8BAAA%3BEACC%2C6BAAA%3BEAcJ%2CyBAAA%3BEAhBF%2CoCAAA%3BEACK%2CiCAAA%3BEACC%2CgCAAA%3BEAcJ%2C4BAAA%3B%3BA%2BDvIJ%2CgBAV2C%3BEACnC%2CsBAAC%3BEACD%2CsBAAC%3BI%5C%2FD%2BIL%2COC7MmB%2C2BD6MnB%3B%3BE%2BD7IQ%2CsBAHH%2CMAGI%3BEAAD%2CsBAFH%2COAEI%3BI%5C%2FD6HX%2CmB%2BD5H0B%2Cc%5C%2FD4H1B%3BIACK%2CgB%2BD7HqB%2Cc%5C%2FD6HrB%3BIACC%2Ce%2BD9HoB%2Cc%5C%2FD8HpB%3BIAcJ%2CW%2BD5IwB%2Cc%5C%2FD4IxB%3B%3B%3BAwIpFH%3BEACC%2CWAAA%3BEACA%2CYAAA%3BEzE1MD%2CoBAAA%3B%3BEACC%2CiBAAA%3B%3BEACA%2CoBAAA%3B%3BEACA%2CqBAAA%3B%3BEACA%2CaAAA%3BEACA%2CeAAA%3BEyEuMA%2CmBAAA%3BEACA%2CuBAAA%3BEACA%2CsBAAA%3B%3BAAND%2CqBAOC%3BEACC%2CaAAA%3BEACA%2CkBAAA%3BExI2EC%2CiBAAA%3BEAAA%2C0BAAA%3BEwIxED%2CcAAA%3BEACA%2COAAA%3B%3BAAbF%2CqBAOC%2CeAOC%3BEACC%2COvIxImB%2C2BuIwInB%3BExIqEA%2CiBAAA%3BEwIlEA%2CmBAAA%3B%3BAAlBH%2CqBAOC%2CeAaC%3BEACC%2CeAAA%3B%3B%3B%3B%3B%3BAArBH%2CqBAOC%2CeAaC%2CkBAEC%3BEACG%2CoBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CyBAAA%3BEACA%2CsBAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3B%3BAA%5C%2FBN%2CqBAOC%2CeAaC%2CkBAaE%3BEACC%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CeAAA%3BEACA%2COAAA%3BEACA%2CQAAA%3BEACA%2CUAAA%3B%3BAAvCL%2CqBAOC%2CeAaC%2CkBAqBE%3BEACE%2CoBAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CyBAAA%3BExIuCH%2CgBAAA%3B%3BAwIpFH%2CqBAOC%2CeAaC%2CkBA6BE%2CiBAAiB%2CMAAK%2CiCAAiC%2CQAAW%3BEAChE%2CsBAAA%3B%3BAAlDN%2CqBAOC%2CeAaC%2CkBAiCE%2CWAAU%3BEACR%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CaAAA%3B%3BAAxDN%2CqBAOC%2CeAaC%2CkBAuCE%2CiBAAiB%2CMAAK%2CiCAAiC%2CQAAW%2CaAAU%3BEAC1E%2CcAAA%3B%3BAA5DN%2CqBAOC%2CeAaC%2CkBA2CE%2CiBAAiB%2CWAAU%3BEACzB%2CSAAA%3BEACA%2CQAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CyBAAA%3BEACA%2CmBAAmB%2CaAAnB%3BEACA%2CeAAe%2CaAAf%3BEACA%2CWAAW%2CaAAX%3B%3BAAxEN%2CqBAOC%2CeAaC%2CkBAsDC%3BEACC%2CcAAA%3B%3BAA3EJ%2CqBA%2BEC%2CMAAK%3BEACJ%2CkBAAA%3BEACA%2CcAAA%3BEzEzRF%2CoBAAA%3B%3BEACC%2CiBAAA%3B%3BEACA%2CoBAAA%3B%3BEACA%2CqBAAA%3B%3BEACA%2CaAAA%3BEACA%2CeAAA%3BE%5C%2FDuRE%2CeCnMoB%2C4BDmMpB%3BEwIAD%2CsBAAA%3BEACA%2CyBAAA%3B%3BAArFF%2CqBA%2BEC%2CMAAK%2CUAOJ%2COAAM%3BEACL%2COAAA%3B%3BAAvFH%2CqBA%2BEC%2CMAAK%2CUAUJ%2CMAAK%3BEACJ%2CSAAA%3B%3BAA1FH%2CqBA%2BEC%2CMAAK%2CUAaJ%2CSACC%3BAA7FH%2CqBA%2BEC%2CMAAK%2CUAaJ%2CSpIjKC%2CMAAK%2CcAiED%2CiBAGM%3BEoI%2BFT%2CYAAA%3BEACA%2CeAAA%3B%3BAA2DD%3BExItEA%2CcAAA%3BEAAA%2CiBAAA%3BEAAA%2CkBAAA%3BEAAA%2CgBAAA%3BEwI2EI%2CsBAAA%3BEACA%2C4BAAA%3BEACA%2C2BAAA%3BEACA%2CkBAAA%3B%3BAARJ%2CmCASI%3BExI%5C%2FEJ%2CcAAA%3BEwIiFQ%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAAbR%2CmCASI%2CoBAKI%3BExIpFR%2CWCrOgB%2CwBDqOhB%3BEAAA%2CWAAA%3BEAAA%2C0BAAA%3BEAAA%2CgBAAA%3BEAAA%2CkBAAA%3BEAAA%2CmBAAA%3BEAAA%2CeAAA%3BEwI4FY%2CYAAA%3B%3BAAtBZ%2CmCAyBI%3BEACL%2CkBAAA%3BEACA%2CUAAA%3BEACS%2CuBAAA%3BEACT%2CkBAAA%3BExInGC%2CcAAA%3B%3BAwIsEA%2CmCAyBI%2CaAMI%3BEACI%2CcAAA%3BEACA%2CiBAAA%3B%3BAAjCZ%2CmCAyBI%2CaAMI%2COAGR%3BEACC%2CWAAA%3B%3BAAnCD%2CmCAyBI%2CaAMI%2COAMR%3BEACC%2CcAAA%3B%3BAACA%2CmCAdG%2CaAMI%2COAMR%2CMAEE%2CIAAI%2CaAAa%3BEACjB%2CcAAA%3B%3BAAKE%2CmCAAC%3BEACG%2CSAAS%2CEAAT%3BEACA%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2COAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3BEACA%2CoBAAA%3B%3BAAIJ%2CiCAAC%2CIAAI%3BEACD%2CcAAA%3B%3BAAQX%2CaACC%2CcACC%3BEACC%2CwBAAA%3B%3BAAIH%2CYACC%2CcACC%3BEACC%2CwBAAA%3B%3BAAIH%2CgBACC%2CcACC%3BEACC%2CwBAAA%3B%3BAAIH%2CcACC%2CcACC%2CEAAC%2COAAO%3BEACP%2CwBAAA%3B%3BAAIH%2CeACC%2CcACC%2CEAAC%2COAAO%3BEACP%2CwBAAA%3B%3BAAIH%2CgBACC%2CcACC%3BEACC%2CwBAAA%3B%3BAAIH%2CyBACC%2COAAM%2CQAAS%2CeAAe%2CeAAe%2CcAAc%2COAAM%2COAAO%3BEACvE%2CaAAA%3B%3BAAFF%2CyBAIC%2CSAAQ%2CMAAM%2CQACb%2CaAAa%3BEACZ%2CaAAA%3B%3BAAKH%2CMAAM%3BEACL%2CoBAAA%3B%3BACrdE%2CwBAHqD%3BEC4BjD%2CWAAC%3BIACG%2CUAAA%3BIACA%2CiBAAA%3B%3BEAHR%2CWAKI%2CQACI%3BI1IuPR%2CcAAA%3BIyBhOA%2CqBAAA%3BIiHhBY%2CkBAAA%3B%3BEjHsBZ%2CWiH9BI%2CQACI%2CWjH6BP%3BIAuRD%2CmCAAA%3BIACA%2CkCAAA%3BIzB9DA%2CeAAA%3BIAAA%2CoBAAA%3BIAAA%2CcAAA%3BIAAA%2CS0B9NQ%2CO1B8NR%3BIAAA%2CaEzRe%2CmBFyRf%3BIAAA%2CsBAAA%3BIyBqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEiHvTY%2CWAVR%2CQACI%2CWASK%3BIACG%2CkBAAA%3BIACA%2CUAAA%3BIACA%2CSAAA%3B%3BEjH2EhB%2CWiHxFI%2CQACI%2CWAeK%2CgBjHwEZ%3BIzBgKD%2CS0B%5C%2FNM%2CO1B%2BNN%3B%3BE0I9NA%2CWAAW%3BI1I8Mb%2CwBAAA%3BIACK%2CqBAAA%3BIACC%2CoBAAA%3BIAcJ%2CgBAAA%3BI%2BDnHH%2CeAAA%3BIACA%2CMAAA%3BIACG%2CSAAA%3BIACH%2CsBAAA%3BI%5C%2FDgHG%2COAAA%3BI%2BD9GH%2CgBAAA%3BIACA%2CSAAA%3BI%5C%2FD6FC%2CmB0I3MkC%2CwB1I2MlC%3BIACK%2CgB0I5M6B%2CwB1I4M7B%3BIACC%2Ce0I7M4B%2CwB1I6M5B%3BIAcJ%2CW0I3NgC%2CwB1I2NhC%3BIAhBF%2CiDAAA%3BIACK%2C8CAAA%3BIACC%2C6CAAA%3BIAcJ%2CyCAAA%3BIAAA%2CYAAA%3BIAAA%2CUAAA%3BIAAA%2CgBAAA%3B%3BE0I9NA%2CWAAW%2CaAOP%3BIACI%2CUAAA%3BIACA%2CkBAAA%3B%3BEATR%2CWAAW%2CaAWP%3BIACI%2C6BAAA%3BIACA%2CiBAAA%3BIACA%2CazIXiB%2CiCyIWjB%3BIACA%2CSAAA%3BIACA%2CkCAAA%3B%3BEAhBR%2CWAAW%2CaAWP%2CUAOI%3BIACI%2CcAAA%3BIACA%2CkBAAA%3B%3BEAGJ%2CWAvBG%2CaAWP%2CUAYK%3BIACG%2CgCAAA%3B%3BEAxBZ%2CWAAW%2CaA4BP%2CkBACI%3BI1IiMR%2CcAAA%3BIyBhOA%2CqBAAA%3BIiHsCY%2CkBAAA%3B%3BEjHhCZ%2CWiHJW%2CaA4BP%2CkBACI%2COjHzBP%3BIAuRD%2CmCAAA%3BIACA%2CkCAAA%3BIzB9DA%2CeAAA%3BIAAA%2CoBAAA%3BIAAA%2CcAAA%3BIAAA%2CS0B9NQ%2CO1B8NR%3BIAAA%2CaEzRe%2CmBFyRf%3BIAAA%2CsBAAA%3BIyBqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEiHjQY%2CWAtCD%2CaA4BP%2CkBACI%2COASK%3BIACG%2CkBAAA%3BIACA%2CQAAA%3BIACA%2CMAAA%3B%3BEjHqBhB%2CWiH9DW%2CaA4BP%2CkBAiBK%2COAAQ%2COjHiBhB%3BIzBgKD%2CS0B%5C%2FNM%2CO1B%2BNN%3B%3BE0I9NA%2CWAAW%2CaAqDP%3BI1IyKJ%2CSAAA%3BIAAA%2CUAAA%3BID1KA%2CqBAAA%3BI2IGQ%2CaAAA%3BIACA%2CeAAA%3B%3BEAIA%2CWA5DG%2CaA2DP%2CkBACK%2COACG%3BIACI%2CcAAA%3B%3BEA9DhB%2CWAAW%2CaAmEP%2CQAAO%3BI1I2JX%2CSAAA%3BIAAA%2CUAAA%3BID1KA%2CqBAAA%3BI2IiBQ%2CgCAAA%3B%3BEArER%2CWAAW%2CaAmEP%2CQAAO%2CMAIH%3BIACI%2CiBAAA%3BIACA%2CSAAA%3B%3BEAEA%2CWA3ED%2CaAmEP%2CQAAO%2CMAIH%2CGAIK%2CMAAM%3BIACH%2C6BAAA%3BIACA%2CazI1ES%2CiCyI0ET%3BIACA%2CoBAAA%3B%3BEA9EhB%2CWAAW%2CaAmEP%2CQAAO%2CMAIH%2CGAUM%3BIACE%2C6BAAA%3B%3BEAlFhB%2CWAAW%2CaAmEP%2CQAAO%2CMAmBH%3BEAtFR%2CWAAW%2CaAmEP%2CQAAO%2CMAoBH%2CEAAC%3BI1IuIT%2CcAAA%3BIAAA%2CqBAAA%3BI0IpIY%2CcAAA%3BIACA%2CazIxFa%2CiCyIwFb%3BIACA%2CoBAAA%3B%3BEA5FZ%2CWAAW%2CaAmEP%2CQAAO%2CMA4BH%2CQAAO%3BIACH%2CSAAA%3B%3BEAKZ%2CSACI%3BIACI%2CgBAAA%3B%3BEAFR%2CSAII%3BI1IqGN%2CuBAAA%3BIACK%2CoBAAA%3BIACC%2CmBAAA%3BIAcJ%2CeAAA%3B%3BE%2BD5EH%2CS2EtCO%2CY3EsCN%3BIACA%2CUAAA%3BIACA%2CuBAAA%3B%3BE2E%5C%2FCE%2CSAUI%2CYAAW%2CaAAc%3BIACrB%2CUAAA%3BIACA%2CmBAAA%3B%3BEAIR%3BIAEI%2CkBAAA%3BIACA%2CUAAA%3B%3BE1I9IJ%2CmBAAC%3BEACD%2CmBAAC%3BIACG%2CSAAS%2CEAAT%3BIACA%2CcAAA%3B%3BEAGJ%2CmBAAC%3BIACG%2CWAAA%3B%3BE0I0IJ%3BIACI%2CYzIjFiB%2CiCyIiFjB%3BIACA%2CkBzIlFiB%2C6ByIkFjB%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%3BE1IpLJ%2C0BAAC%3BEACD%2C0BAAC%3BIACG%2CSAAS%2CEAAT%3BIACA%2CcAAA%3B%3BEAGJ%2C0BAAC%3BIACG%2CWAAA%3B%3BE0IyKA%2C0BAAC%3BIACG%2CcAAA%3B%3BEChLR%3BI3ImPA%2CYCnLqB%2C6BDmLrB%3BI2IhPI%2CsBAAA%3B%3BEAHJ%2CWAKI%3BIACI%2CSAAA%3BIACA%2CUAAA%3B%3BEAPR%2CWAUI%3BIACI%2CSAAA%3B%3BEAXR%2CWAcI%3BIACI%2CcAAA%3BI3IoOR%2CiBAAA%3BIAAA%2CgBAAA%3BIAAA%2CoBAAA%3BIAAA%2CkBAAA%3B%3BE2InPA%2CWAsBI%3BEAtBJ%2CWAuBI%2CEAAC%3BI3I4NL%2CcAAA%3BIAAA%2CqBAAA%3B%3BE2InPA%2CWA4BI%3BI3IuNJ%2CiBAAA%3B%3BE2InPA%2CWA4BI%2CQAIM%3BI3ImNV%2CaCrNkC%2C0CDqNlC%3BIAAA%2C4BAAA%3BIAAA%2CgBCpLqC%2C6CDoLrC%3BI2I7MY%2CqBAAA%3B%3BEACA%2CWAXR%2CQAIM%2CaAOG%3BI3I4Mb%2CWAAA%3B%3BE2IvMQ%2CWAhBJ%2CQAgBK%2COACG%2CcACI%3BI3IqMhB%2CkBAAA%3BIAAA%2CmBAAA%3BIAAA%2CeAAA%3BIAAA%2CWAAA%3BIAAA%2CiBAAA%3BI2I7LoB%2CqBAAA%3B%3BEAtDpB%2CWA4BI%2CQA%2BBM%3BI3IwLV%2CgBAAA%3B%3BE2IpLQ%2CWAnCJ%2CQAmCK%2COAEK%2CIAAC%2CIAAI%3BEADX%2CWApCJ%2CQAoCK%2CWACK%2CIAAC%2CIAAI%3BI3IkLnB%2CkBAAA%3BIAAA%2CmBAAA%3BIAAA%2CeAAA%3BIAAA%2CWAAA%3B%3BE2IpLQ%2CWAnCJ%2CQAmCK%2COAEK%2CIAAC%2CIAAI%2CkBAQH%2CKAAI%2CIAAI%3BEAThB%2CWApCJ%2CQAoCK%2CWACK%2CIAAC%2CIAAI%2CkBAQH%2CKAAI%2CIAAI%3BI3I0KxB%2CiBAAA%3B%3BE2InPA%2CWAsFI%2CSACM%3BIACE%2CqBAAA%3B%3BEAEI%2CWAJZ%2CSACM%2CKAEI%2CIACG%3BI3IyJjB%2CWAAA%3B%3BE2InJQ%2CWAVJ%2CSAUK%2CIAAI%3BI3ImJb%2CYChLkB%2C0BDgLlB%3BIAAA%2CeAAA%3BIAAA%2CgBAAA%3BIAAA%2CgBAAA%3BI2I7IY%2CqBAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CoBAAA%3BIACA%2C8BAAA%3B%3BEAXJ%2CWAVJ%2CSAUK%2CIAAI%2CcAaC%2CKACI%3BI3IqIlB%2CkBAAA%3B%3BE2IjIgB%2CWA5BZ%2CSAUK%2CIAAI%2CcAaC%2CKAKG%3BIACG%2CgBAAA%3B%3BEAnBZ%2CWAVJ%2CSAUK%2CIAAI%2CcAuBD%3BIACI%2CcAAA%3BI3I2HhB%2CkBAAA%3B%3BE2InJQ%2CWAVJ%2CSAUK%2CIAAI%2CcAuBD%2CGAIM%3BIACE%2CSAAA%3B%3BEA5BZ%2CWAVJ%2CSAUK%2CIAAI%2CcAuBD%2CGAIM%2CKAGE%3BI3IqHpB%2COCjLkB%2C0BDiLlB%3BI2IhHwB%2CcAAA%3BIACA%2CmBAAA%3B%3BEACA%2CWA%5C%2FCpB%2CSAUK%2CIAAI%2CcAuBD%2CGAIM%2CKAGE%2CEAOK%3BI3I8GzB%2CWAAA%3B%3BE2IvGY%2CWAtDR%2CSAUK%2CIAAI%2CcA4CA%3BIACG%2CyBAAA%3BIACA%2CgBAAA%3BIACA%2CiBAAA%3B%3BEA%5C%2FCR%2CWAVJ%2CSAUK%2CIAAI%2CcAkDD%2CQACM%3BI3IgGlB%2CkBAAA%3BIAAA%2CmBAAA%3BIAAA%2CuBAAA%3BIAAA%2CiBAAA%3B%3BE2IpFgB%2CWAzEZ%2CSAUK%2CIAAI%2CcA8DD%2CQACK%2COACK%3BI3ImFtB%2CiBAAA%3B%3BE4IybA%2CeACI%2CyBACI%3BIACI%2CaAAA%3B%3BEAKZ%2CWACI%3BIACI%2CwBAAA%3B%3BEAFR%2CWAII%3BIACI%2CaAAA%3BIACA%2CcAAA%3BIACA%2CoBAAA%3BIACA%2CmBAAA%3BIACA%2CuBAAA%3BIAEA%2CYAAA%3BI5I5cR%2CWAAA%3BI4I8cQ%2CkBAAA%3BIACA%2CUAAA%3BIACA%2CMAAA%3BIACA%2CWAAA%3BI5IjeV%2CmB4IkesB%2CgB5IletB%3BIACK%2CgB4IieiB%2CgB5IjejB%3BIACC%2Ce4IgegB%2CgB5IhehB%3BIAcJ%2CW4IkdoB%2CgB5IldpB%3BIKzDA%2CsBAAA%3BIACA%2CgBAAA%3BIACA%2C4BAAA%3BIACA%2CSAAA%3BIACA%2CgBAAA%3BIACA%2CoBAAA%3BIACA%2CSAAA%3BIACA%2CUAAA%3BIACA%2CqBAAA%3BIACA%2CiBAAA%3BILgDA%2CgBAAA%3BIAAA%2CsBAAA%3B%3BEK7CA%2CWuIkfI%2CYvIlfH%3BEACD%2CWuIifI%2CYvIjfH%3BIACG%2CgBAAA%3BIACA%2CYAAA%3B%3BEAGJ%2CWuI4eI%2CYvI5eH%3BIACG%2CgBAAA%3BIACA%2CYAAA%3B%3BEAGJ%2CWuIueI%2CYvIveH%3BEACD%2CWuIseI%2CYvIteH%3BEACD%2CQAAQ%2CUAAW%2CYuIqef%3BIvIpeA%2CoBAAA%3BIL%2BBJ%2CYAAA%3B%3BE%2BDjKA%2CW6EsmBI%2CY7EtmBH%3BI%5C%2FDiKD%2CSCYiB%2CODZjB%3BIAAA%2C6BAAA%3BIAAA%2CiBAAA%3BIAAA%2CcAAA%3BIAAA%2CcAAA%3BIAAA%2CmBAAA%3BIAAA%2CkBAAA%3BIAAA%2CqBAAA%3BI%2BDxJI%2CoBAAA%3BIACA%2CmBAAA%3BIACA%2CuBAAA%3BIACA%2CmCAAA%3BIuDxGJ%2C4BAAA%3BItH6OF%2CiCAAA%3BIACK%2C8BAAA%3BIACC%2C6BAAA%3BIAcJ%2CyBAAA%3BIAhBF%2CoCAAA%3BIACK%2CiCAAA%3BIACC%2CgCAAA%3BIAcJ%2C4BAAA%3B%3BE4IydQ%2CWApBJ%2CYAoBK%3BI5IzdT%2CsBAAA%3BIAAA%2CWAAA%3B%3BE4IicA%2CWA6BI%3BIACI%2CiBAAA%3BIACA%2CyBAAA%3BIACA%2CkBAAA%3BI5IjeR%2CsBAAA%3BIAAA%2CWAAA%3BI4IoeQ%2CiBAAA%3BIACA%2CoBAAA%3BI5IreR%2CaCrNkC%2C0CDqNlC%3BIAAA%2CgBCpLqC%2C6CDoLrC%3BIAAA%2CkBAAA%3BI4IyeQ%2CwBAAA%3BI5IzeR%2CW4I9R%2BB%2CuC5I8R%5C%2FB%3B%3BE4IicA%2CWA6BI%2CmBAaI%3BIACI%2COAAA%3BIACA%2CcAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CkBAAA%3B%3BEACA%2CWAnBR%2CmBAaI%2CEAMK%3BI5Ijfb%2CWAAA%3B%3BE4IofY%2CWAtBR%2CmBAaI%2CEASK%3BIACG%2CSAAS%2CEAAT%3BIACA%2CkBAAA%3BIACA%2COAAA%3BIACA%2CQAAA%3BIACA%2CUAAA%3BIACA%2CaAAA%3BIACA%2CUAAA%3BIACA%2CUAAA%3BItBzvBhB%2C4BAAA%3BItH6OF%2CiCAAA%3BIACK%2C8BAAA%3BIACC%2C6BAAA%3BIAcJ%2CyBAAA%3BIAhBF%2CoCAAA%3BIACK%2CiCAAA%3BIACC%2CgCAAA%3BIAcJ%2C4BAAA%3BI4I8fgB%2CkB3I5sBI%2C4B2I4sBJ%3B%3BEA7DhB%2CWA6BI%2CmBAaI%2CEAqBI%3BIACI%2CkBAAA%3BIACA%2CUAAA%3B%3BEAGA%2CWAvCZ%2CmBAaI%2CEAyBK%2COACI%3BIACG%2CUAAA%3B%3BEAKR%2CWA7CR%2CmBA4CI%2C8BACK%3BIACG%2CWAAA%3B%3BEA3EhB%2CWA%2BEI%2C8BAAgC%3BIAC5B%2CkBAAA%3B%3BEACA%2CWAFJ%2C8BAAgC%2CkCAE3B%3BIACG%2CSAAS%2CEAAT%3BIACA%2CkBAAA%3BIACA%2CUAAA%3BIACA%2CaAAA%3BIACA%2COAAA%3BIACA%2C%2BCAAA%3B%3BEAvFZ%2CWA0FI%3BIACI%2CcAAA%3B%3BEA3FR%2CWA6FI%2CSACI%3BIACI%2CSAAA%3B%3BEA%5C%2FFZ%2CWAkGI%3BIACI%2CWAAA%3B%3BEAnGR%2CWAkGI%2CGAEI%2CGACM%3BIACE%2C6BAAA%3B%3BEACA%2CWALZ%2CGAEI%2CGACM%2CIAEG%3BI5IxiBjB%2CwCAAA%3B%3BE4IicA%2CWA6GI%2CQAAO%2CcACH%3BIAII%2C6BAAA%3B%3BEAlHZ%2CWA6GI%2CQAAO%2CcACH%2CuBACI%3BIACI%2CkBAAA%3B%3BEAOhB%3BEACA%3BEACA%3BEACA%3BIACI%2CaAAA%3B%3BEAGJ%3BEACA%2CWAAW%2CaAAc%2CGAAE%2COAAO%3BEAClC%2CWAAW%2CaAAc%2CGAAE%2COAAO%3BEAClC%2COAAO%3BIACH%2CkBAAA%3B%3BEAJJ%2CuBAKM%3BEAJN%2CWAAW%2CaAAc%2CGAAE%2COAAO%2CkBAI5B%3BEAHN%2CWAAW%2CaAAc%2CGAAE%2COAAO%2CkBAG5B%3BEAFN%2COAAO%2CcAED%3BEALN%2CuBAMK%2CoBAAkB%3BEALvB%2CWAAW%2CaAAc%2CGAAE%2COAAO%2CkBAK7B%2CoBAAkB%3BEAJvB%2CWAAW%2CaAAc%2CGAAE%2COAAO%2CkBAI7B%2CoBAAkB%3BEAHvB%2COAAO%2CcAGF%2CoBAAkB%3BEANvB%2CuBAOM%2CoBAAkB%3BEANxB%2CWAAW%2CaAAc%2CGAAE%2COAAO%2CkBAM5B%2CoBAAkB%3BEALxB%2CWAAW%2CaAAc%2CGAAE%2COAAO%2CkBAK5B%2CoBAAkB%3BEAJxB%2COAAO%2CcAID%2CoBAAkB%3BIAChB%2CkBAAA%3B%3BEAEA%2CuBALF%2CIAKG%3BEAAD%2CWATG%2CaAAc%2CGAAE%2COAAO%2CkBAI5B%2CIAKG%3BEAAD%2CWARG%2CaAAc%2CGAAE%2COAAO%2CkBAG5B%2CIAKG%3BEAAD%2COAPD%2CcAED%2CIAKG%3BEAAD%2CuBAJH%2CoBAAkB%2COAId%3BEAAD%2CWATG%2CaAAc%2CGAAE%2COAAO%2CkBAK7B%2CoBAAkB%2COAId%3BEAAD%2CWARG%2CaAAc%2CGAAE%2COAAO%2CkBAI7B%2CoBAAkB%2COAId%3BEAAD%2COAPD%2CcAGF%2CoBAAkB%2COAId%3BEAAD%2CuBAHF%2CoBAAkB%2COAGf%3BEAAD%2CWATG%2CaAAc%2CGAAE%2COAAO%2CkBAM5B%2CoBAAkB%2COAGf%3BEAAD%2CWARG%2CaAAc%2CGAAE%2COAAO%2CkBAK5B%2CoBAAkB%2COAGf%3BEAAD%2COAPD%2CcAID%2CoBAAkB%2COAGf%3BEACD%2CuBANF%2CIAMG%3BEAAD%2CWAVG%2CaAAc%2CGAAE%2COAAO%2CkBAI5B%2CIAMG%3BEAAD%2CWATG%2CaAAc%2CGAAE%2COAAO%2CkBAG5B%2CIAMG%3BEAAD%2COARD%2CcAED%2CIAMG%3BEAAD%2CuBALH%2CoBAAkB%2COAKd%3BEAAD%2CWAVG%2CaAAc%2CGAAE%2COAAO%2CkBAK7B%2CoBAAkB%2COAKd%3BEAAD%2CWATG%2CaAAc%2CGAAE%2COAAO%2CkBAI7B%2CoBAAkB%2COAKd%3BEAAD%2COARD%2CcAGF%2CoBAAkB%2COAKd%3BEAAD%2CuBAJF%2CoBAAkB%2COAIf%3BEAAD%2CWAVG%2CaAAc%2CGAAE%2COAAO%2CkBAM5B%2CoBAAkB%2COAIf%3BEAAD%2CWATG%2CaAAc%2CGAAE%2COAAO%2CkBAK5B%2CoBAAkB%2COAIf%3BEAAD%2COARD%2CcAID%2CoBAAkB%2COAIf%3BIACG%2CkBAAA%3BIACA%2CSAAS%2CEAAT%3BIACA%2CQAAA%3BIACA%2CWAAA%3BIACA%2C8BAAA%3BI5I%5C%2FlBd%2CmB4IgmB0B%2CiBAAiB%2Cc5IhmB3C%3BIACK%2CgB4I%2BlBqB%2CiBAAiB%2Cc5I%5C%2FlBtC%3BIACC%2Ce4I8lBoB%2CiBAAiB%2Cc5I9lBrC%3BIAcJ%2CW4IglBwB%2CiBAAiB%2Cc5IhlBzC%3BIAhBF%2C%2BGAAA%3BIACK%2C4GAAA%3BIACC%2C2GAAA%3BIAcJ%2CuGAAA%3B%3BE4IqlBQ%2CuBAjBF%2CIAiBG%3BEAAD%2CWArBG%2CaAAc%2CGAAE%2COAAO%2CkBAI5B%2CIAiBG%3BEAAD%2CWApBG%2CaAAc%2CGAAE%2COAAO%2CkBAG5B%2CIAiBG%3BEAAD%2COAnBD%2CcAED%2CIAiBG%3BEAAD%2CuBAhBH%2CoBAAkB%2COAgBd%3BEAAD%2CWArBG%2CaAAc%2CGAAE%2COAAO%2CkBAK7B%2CoBAAkB%2COAgBd%3BEAAD%2CWApBG%2CaAAc%2CGAAE%2COAAO%2CkBAI7B%2CoBAAkB%2COAgBd%3BEAAD%2COAnBD%2CcAGF%2CoBAAkB%2COAgBd%3BEAAD%2CuBAfF%2CoBAAkB%2COAef%3BEAAD%2CWArBG%2CaAAc%2CGAAE%2COAAO%2CkBAM5B%2CoBAAkB%2COAef%3BEAAD%2CWApBG%2CaAAc%2CGAAE%2COAAO%2CkBAK5B%2CoBAAkB%2COAef%3BEAAD%2COAnBD%2CcAID%2CoBAAkB%2COAef%3BIACG%2CUAAA%3BIACA%2CYAAA%3BIACA%2CWAAA%3B%3BEAEJ%2CuBAtBF%2CIAsBG%3BEAAD%2CWA1BG%2CaAAc%2CGAAE%2COAAO%2CkBAI5B%2CIAsBG%3BEAAD%2CWAzBG%2CaAAc%2CGAAE%2COAAO%2CkBAG5B%2CIAsBG%3BEAAD%2COAxBD%2CcAED%2CIAsBG%3BEAAD%2CuBArBH%2CoBAAkB%2COAqBd%3BEAAD%2CWA1BG%2CaAAc%2CGAAE%2COAAO%2CkBAK7B%2CoBAAkB%2COAqBd%3BEAAD%2CWAzBG%2CaAAc%2CGAAE%2COAAO%2CkBAI7B%2CoBAAkB%2COAqBd%3BEAAD%2COAxBD%2CcAGF%2CoBAAkB%2COAqBd%3BEAAD%2CuBApBF%2CoBAAkB%2COAoBf%3BEAAD%2CWA1BG%2CaAAc%2CGAAE%2COAAO%2CkBAM5B%2CoBAAkB%2COAoBf%3BEAAD%2CWAzBG%2CaAAc%2CGAAE%2COAAO%2CkBAK5B%2CoBAAkB%2COAoBf%3BEAAD%2COAxBD%2CcAID%2CoBAAkB%2COAoBf%3BIACG%2CWAAA%3BIACA%2CWAAA%3BIACA%2CUAAA%3B%3BEAGA%2CuBA5BN%2CIA2BG%2CgBACI%3BEAAD%2CWAhCD%2CaAAc%2CGAAE%2COAAO%2CkBAI5B%2CIA2BG%2CgBACI%3BEAAD%2CWA%5C%2FBD%2CaAAc%2CGAAE%2COAAO%2CkBAG5B%2CIA2BG%2CgBACI%3BEAAD%2COA9BL%2CcAED%2CIA2BG%2CgBACI%3BEAAD%2CuBA3BP%2CoBAAkB%2COA0Bd%2CgBACI%3BEAAD%2CWAhCD%2CaAAc%2CGAAE%2COAAO%2CkBAK7B%2CoBAAkB%2COA0Bd%2CgBACI%3BEAAD%2CWA%5C%2FBD%2CaAAc%2CGAAE%2COAAO%2CkBAI7B%2CoBAAkB%2COA0Bd%2CgBACI%3BEAAD%2COA9BL%2CcAGF%2CoBAAkB%2COA0Bd%2CgBACI%3BEAAD%2CuBA1BN%2CoBAAkB%2COAyBf%2CgBACI%3BEAAD%2CWAhCD%2CaAAc%2CGAAE%2COAAO%2CkBAM5B%2CoBAAkB%2COAyBf%2CgBACI%3BEAAD%2CWA%5C%2FBD%2CaAAc%2CGAAE%2COAAO%2CkBAK5B%2CoBAAkB%2COAyBf%2CgBACI%3BEAAD%2COA9BL%2CcAID%2CoBAAkB%2COAyBf%2CgBACI%3BEACD%2CuBA7BN%2CIA2BG%2CgBAEI%3BEAAD%2CWAjCD%2CaAAc%2CGAAE%2COAAO%2CkBAI5B%2CIA2BG%2CgBAEI%3BEAAD%2CWAhCD%2CaAAc%2CGAAE%2COAAO%2CkBAG5B%2CIA2BG%2CgBAEI%3BEAAD%2COA%5C%2FBL%2CcAED%2CIA2BG%2CgBAEI%3BEAAD%2CuBA5BP%2CoBAAkB%2COA0Bd%2CgBAEI%3BEAAD%2CWAjCD%2CaAAc%2CGAAE%2COAAO%2CkBAK7B%2CoBAAkB%2COA0Bd%2CgBAEI%3BEAAD%2CWAhCD%2CaAAc%2CGAAE%2COAAO%2CkBAI7B%2CoBAAkB%2COA0Bd%2CgBAEI%3BEAAD%2COA%5C%2FBL%2CcAGF%2CoBAAkB%2COA0Bd%2CgBAEI%3BEAAD%2CuBA3BN%2CoBAAkB%2COAyBf%2CgBAEI%3BEAAD%2CWAjCD%2CaAAc%2CGAAE%2COAAO%2CkBAM5B%2CoBAAkB%2COAyBf%2CgBAEI%3BEAAD%2CWAhCD%2CaAAc%2CGAAE%2COAAO%2CkBAK5B%2CoBAAkB%2COAyBf%2CgBAEI%3BEAAD%2COA%5C%2FBL%2CcAID%2CoBAAkB%2COAyBf%2CgBAEI%3BIACG%2CmBAAmB%2CsBAAqB%2CaAAxC%3BIACA%2CWAAW%2CsBAAqB%2CaAAhC%3B%3BEAEJ%2CuBAjCN%2CIA2BG%2CgBAMI%3BEAAD%2CWArCD%2CaAAc%2CGAAE%2COAAO%2CkBAI5B%2CIA2BG%2CgBAMI%3BEAAD%2CWApCD%2CaAAc%2CGAAE%2COAAO%2CkBAG5B%2CIA2BG%2CgBAMI%3BEAAD%2COAnCL%2CcAED%2CIA2BG%2CgBAMI%3BEAAD%2CuBAhCP%2CoBAAkB%2COA0Bd%2CgBAMI%3BEAAD%2CWArCD%2CaAAc%2CGAAE%2COAAO%2CkBAK7B%2CoBAAkB%2COA0Bd%2CgBAMI%3BEAAD%2CWApCD%2CaAAc%2CGAAE%2COAAO%2CkBAI7B%2CoBAAkB%2COA0Bd%2CgBAMI%3BEAAD%2COAnCL%2CcAGF%2CoBAAkB%2COA0Bd%2CgBAMI%3BEAAD%2CuBA%5C%2FBN%2CoBAAkB%2COAyBf%2CgBAMI%3BEAAD%2CWArCD%2CaAAc%2CGAAE%2COAAO%2CkBAM5B%2CoBAAkB%2COAyBf%2CgBAMI%3BEAAD%2CWApCD%2CaAAc%2CGAAE%2COAAO%2CkBAK5B%2CoBAAkB%2COAyBf%2CgBAMI%3BEAAD%2COAnCL%2CcAID%2CoBAAkB%2COAyBf%2CgBAMI%3BIACG%2CUAAA%3B%3BEAvChB%2CuBA2CI%3BEA1CJ%2CWAAW%2CaAAc%2CGAAE%2COAAO%2CkBA0C9B%3BEAzCJ%2CWAAW%2CaAAc%2CGAAE%2COAAO%2CkBAyC9B%3BEAxCJ%2COAAO%2CcAwCH%3BIACI%2CkBAAA%3BIACA%2CQAAA%3BIACA%2CMAAA%3BIACA%2CcAAA%3BIACA%2CeAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CeAAA%3B%3BEAnDR%2CuBAqDI%3BEApDJ%2CWAAW%2CaAAc%2CGAAE%2COAAO%2CkBAoD9B%3BEAnDJ%2CWAAW%2CaAAc%2CGAAE%2COAAO%2CkBAmD9B%3BEAlDJ%2COAAO%2CcAkDH%3BIACG%2CaAAA%3B%3BEAtDP%2CuBAqDI%2CcAEM%2CKACI%3BEAvDd%2CWAAW%2CaAAc%2CGAAE%2COAAO%2CkBAoD9B%2CcAEM%2CKACI%3BEAtDd%2CWAAW%2CaAAc%2CGAAE%2COAAO%2CkBAmD9B%2CcAEM%2CKACI%3BEArDd%2COAAO%2CcAkDH%2CcAEM%2CKACI%3BIACE%2CkBAAA%3B%3BEAGR%2CuBAPJ%2CcAOK%3BEAAD%2CWA3DG%2CaAAc%2CGAAE%2COAAO%2CkBAoD9B%2CcAOK%3BEAAD%2CWA1DG%2CaAAc%2CGAAE%2COAAO%2CkBAmD9B%2CcAOK%3BEAAD%2COAzDD%2CcAkDH%2CcAOK%3BIACG%2CYAAA%3BIACA%2CUAAA%3BIACA%2CmBAAA%3B%3BEA%5C%2FDZ%2CuBAkEI%3BEAjEJ%2CWAAW%2CaAAc%2CGAAE%2COAAO%2CkBAiE9B%3BEAhEJ%2CWAAW%2CaAAc%2CGAAE%2COAAO%2CkBAgE9B%3BEA%5C%2FDJ%2COAAO%2CcA%2BDH%3BEAlEJ%2CuBAmEI%3BEAlEJ%2CWAAW%2CaAAc%2CGAAE%2COAAO%2CkBAkE9B%3BEAjEJ%2CWAAW%2CaAAc%2CGAAE%2COAAO%2CkBAiE9B%3BEAhEJ%2COAAO%2CcAgEH%3BIACI%2CiCAAA%3BIACA%2CeAAA%3BIACA%2CgBAAA%3BIACA%2CaAAA%3BIACA%2CgBAAA%3B%3BEAxER%2CuBAkEI%2CSAOI%2CcAAc%3BEAxEtB%2CWAAW%2CaAAc%2CGAAE%2COAAO%2CkBAiE9B%2CSAOI%2CcAAc%3BEAvEtB%2CWAAW%2CaAAc%2CGAAE%2COAAO%2CkBAgE9B%2CSAOI%2CcAAc%3BEAtEtB%2COAAO%2CcA%2BDH%2CSAOI%2CcAAc%3BEAzEtB%2CuBAmEI%2CkBAMI%2CcAAc%3BEAxEtB%2CWAAW%2CaAAc%2CGAAE%2COAAO%2CkBAkE9B%2CkBAMI%2CcAAc%3BEAvEtB%2CWAAW%2CaAAc%2CGAAE%2COAAO%2CkBAiE9B%2CkBAMI%2CcAAc%3BEAtEtB%2COAAO%2CcAgEH%2CkBAMI%2CcAAc%3BIACV%2CaAAA%3B%3BEAEJ%2CuBAVJ%2CSAUK%2CIAAI%3BEAAL%2CWA3EG%2CaAAc%2CGAAE%2COAAO%2CkBAiE9B%2CSAUK%2CIAAI%3BEAAL%2CWA1EG%2CaAAc%2CGAAE%2COAAO%2CkBAgE9B%2CSAUK%2CIAAI%3BEAAL%2COAzED%2CcA%2BDH%2CSAUK%2CIAAI%3BEAAL%2CuBATJ%2CkBASK%2CIAAI%3BEAAL%2CWA3EG%2CaAAc%2CGAAE%2COAAO%2CkBAkE9B%2CkBASK%2CIAAI%3BEAAL%2CWA1EG%2CaAAc%2CGAAE%2COAAO%2CkBAiE9B%2CkBASK%2CIAAI%3BEAAL%2COAzED%2CcAgEH%2CkBASK%2CIAAI%3BIACD%2CgBAAA%3BIACA%2CiBAAA%3B%3BEAFJ%2CuBAVJ%2CSAUK%2CIAAI%2CcAGD%3BEAHJ%2CWA3EG%2CaAAc%2CGAAE%2COAAO%2CkBAiE9B%2CSAUK%2CIAAI%2CcAGD%3BEAHJ%2CWA1EG%2CaAAc%2CGAAE%2COAAO%2CkBAgE9B%2CSAUK%2CIAAI%2CcAGD%3BEAHJ%2COAzED%2CcA%2BDH%2CSAUK%2CIAAI%2CcAGD%3BEAHJ%2CuBATJ%2CkBASK%2CIAAI%2CcAGD%3BEAHJ%2CWA3EG%2CaAAc%2CGAAE%2COAAO%2CkBAkE9B%2CkBASK%2CIAAI%2CcAGD%3BEAHJ%2CWA1EG%2CaAAc%2CGAAE%2COAAO%2CkBAiE9B%2CkBASK%2CIAAI%2CcAGD%3BEAHJ%2COAzED%2CcAgEH%2CkBASK%2CIAAI%2CcAGD%3BIACI%2C0BAAA%3BIACA%2CgBAAA%3B%3BEALR%2CuBAVJ%2CSAUK%2CIAAI%2CcAGD%2CGAGI%2CGACM%3BEAPd%2CWA3EG%2CaAAc%2CGAAE%2COAAO%2CkBAiE9B%2CSAUK%2CIAAI%2CcAGD%2CGAGI%2CGACM%3BEAPd%2CWA1EG%2CaAAc%2CGAAE%2COAAO%2CkBAgE9B%2CSAUK%2CIAAI%2CcAGD%2CGAGI%2CGACM%3BEAPd%2COAzED%2CcA%2BDH%2CSAUK%2CIAAI%2CcAGD%2CGAGI%2CGACM%3BEAPd%2CuBATJ%2CkBASK%2CIAAI%2CcAGD%2CGAGI%2CGACM%3BEAPd%2CWA3EG%2CaAAc%2CGAAE%2COAAO%2CkBAkE9B%2CkBASK%2CIAAI%2CcAGD%2CGAGI%2CGACM%3BEAPd%2CWA1EG%2CaAAc%2CGAAE%2COAAO%2CkBAiE9B%2CkBASK%2CIAAI%2CcAGD%2CGAGI%2CGACM%3BEAPd%2COAzED%2CcAgEH%2CkBASK%2CIAAI%2CcAGD%2CGAGI%2CGACM%3BIACE%2CkBAAA%3B%3BEARhB%2CuBAVJ%2CSAUK%2CIAAI%2CcAGD%2CGAGI%2CGAII%2CGACM%3BEAXlB%2CWA3EG%2CaAAc%2CGAAE%2COAAO%2CkBAiE9B%2CSAUK%2CIAAI%2CcAGD%2CGAGI%2CGAII%2CGACM%3BEAXlB%2CWA1EG%2CaAAc%2CGAAE%2COAAO%2CkBAgE9B%2CSAUK%2CIAAI%2CcAGD%2CGAGI%2CGAII%2CGACM%3BEAXlB%2COAzED%2CcA%2BDH%2CSAUK%2CIAAI%2CcAGD%2CGAGI%2CGAII%2CGACM%3BEAXlB%2CuBATJ%2CkBASK%2CIAAI%2CcAGD%2CGAGI%2CGAII%2CGACM%3BEAXlB%2CWA3EG%2CaAAc%2CGAAE%2COAAO%2CkBAkE9B%2CkBASK%2CIAAI%2CcAGD%2CGAGI%2CGAII%2CGACM%3BEAXlB%2CWA1EG%2CaAAc%2CGAAE%2COAAO%2CkBAiE9B%2CkBASK%2CIAAI%2CcAGD%2CGAGI%2CGAII%2CGACM%3BEAXlB%2COAzED%2CcAgEH%2CkBASK%2CIAAI%2CcAGD%2CGAGI%2CGAII%2CGACM%3BIACE%2CkBAAA%3B%3BEAZpB%2CuBAVJ%2CSAUK%2CIAAI%2CcAGD%2CGAGI%2CGAII%2CGAII%2CGACM%3BEAftB%2CWA3EG%2CaAAc%2CGAAE%2COAAO%2CkBAiE9B%2CSAUK%2CIAAI%2CcAGD%2CGAGI%2CGAII%2CGAII%2CGACM%3BEAftB%2CWA1EG%2CaAAc%2CGAAE%2COAAO%2CkBAgE9B%2CSAUK%2CIAAI%2CcAGD%2CGAGI%2CGAII%2CGAII%2CGACM%3BEAftB%2COAzED%2CcA%2BDH%2CSAUK%2CIAAI%2CcAGD%2CGAGI%2CGAII%2CGAII%2CGACM%3BEAftB%2CuBATJ%2CkBASK%2CIAAI%2CcAGD%2CGAGI%2CGAII%2CGAII%2CGACM%3BEAftB%2CWA3EG%2CaAAc%2CGAAE%2COAAO%2CkBAkE9B%2CkBASK%2CIAAI%2CcAGD%2CGAGI%2CGAII%2CGAII%2CGACM%3BEAftB%2CWA1EG%2CaAAc%2CGAAE%2COAAO%2CkBAiE9B%2CkBASK%2CIAAI%2CcAGD%2CGAGI%2CGAII%2CGAII%2CGACM%3BEAftB%2COAzED%2CcAgEH%2CkBASK%2CIAAI%2CcAGD%2CGAGI%2CGAII%2CGAII%2CGACM%3BIACE%2CkBAAA%3B%3BEAhBxB%2CuBAVJ%2CSAUK%2CIAAI%2CcAGD%2CGAGI%2CGAII%2CGAII%2CGAII%2CGACM%3BEAnB1B%2CWA3EG%2CaAAc%2CGAAE%2COAAO%2CkBAiE9B%2CSAUK%2CIAAI%2CcAGD%2CGAGI%2CGAII%2CGAII%2CGAII%2CGACM%3BEAnB1B%2CWA1EG%2CaAAc%2CGAAE%2COAAO%2CkBAgE9B%2CSAUK%2CIAAI%2CcAGD%2CGAGI%2CGAII%2CGAII%2CGAII%2CGACM%3BEAnB1B%2COAzED%2CcA%2BDH%2CSAUK%2CIAAI%2CcAGD%2CGAGI%2CGAII%2CGAII%2CGAII%2CGACM%3BEAnB1B%2CuBATJ%2CkBASK%2CIAAI%2CcAGD%2CGAGI%2CGAII%2CGAII%2CGAII%2CGACM%3BEAnB1B%2CWA3EG%2CaAAc%2CGAAE%2COAAO%2CkBAkE9B%2CkBASK%2CIAAI%2CcAGD%2CGAGI%2CGAII%2CGAII%2CGAII%2CGACM%3BEAnB1B%2CWA1EG%2CaAAc%2CGAAE%2COAAO%2CkBAiE9B%2CkBASK%2CIAAI%2CcAGD%2CGAGI%2CGAII%2CGAII%2CGAII%2CGACM%3BEAnB1B%2COAzED%2CcAgEH%2CkBASK%2CIAAI%2CcAGD%2CGAGI%2CGAII%2CGAII%2CGAII%2CGACM%3BIACE%2CkBAAA%3B%3BEAQ5B%2CuBAtCJ%2CSAsCK%2COACK%3BEADN%2CWAvGG%2CaAAc%2CGAAE%2COAAO%2CkBAiE9B%2CSAsCK%2COACK%3BEADN%2CWAtGG%2CaAAc%2CGAAE%2COAAO%2CkBAgE9B%2CSAsCK%2COACK%3BEADN%2COArGD%2CcA%2BDH%2CSAsCK%2COACK%3BEADN%2CuBArCJ%2CkBAqCK%2COACK%3BEADN%2CWAvGG%2CaAAc%2CGAAE%2COAAO%2CkBAkE9B%2CkBAqCK%2COACK%3BEADN%2CWAtGG%2CaAAc%2CGAAE%2COAAO%2CkBAiE9B%2CkBAqCK%2COACK%3BEADN%2COArGD%2CcAgEH%2CkBAqCK%2COACK%3BEADN%2CuBAtCJ%2CSAsCK%2COAEK%2COAAO%3BEAFb%2CWAvGG%2CaAAc%2CGAAE%2COAAO%2CkBAiE9B%2CSAsCK%2COAEK%2COAAO%3BEAFb%2CWAtGG%2CaAAc%2CGAAE%2COAAO%2CkBAgE9B%2CSAsCK%2COAEK%2COAAO%3BEAFb%2COArGD%2CcA%2BDH%2CSAsCK%2COAEK%2COAAO%3BEAFb%2CuBArCJ%2CkBAqCK%2COAEK%2COAAO%3BEAFb%2CWAvGG%2CaAAc%2CGAAE%2COAAO%2CkBAkE9B%2CkBAqCK%2COAEK%2COAAO%3BEAFb%2CWAtGG%2CaAAc%2CGAAE%2COAAO%2CkBAiE9B%2CkBAqCK%2COAEK%2COAAO%3BEAFb%2COArGD%2CcAgEH%2CkBAqCK%2COAEK%2COAAO%3BIACN%2CcAAA%3B%3BEA3Gf%2CuBA%2BGI%2CkBACI%2CGACM%3BEAhHd%2CWAAW%2CaAAc%2CGAAE%2COAAO%2CkBA8G9B%2CkBACI%2CGACM%3BEA%5C%2FGd%2CWAAW%2CaAAc%2CGAAE%2COAAO%2CkBA6G9B%2CkBACI%2CGACM%3BEA9Gd%2COAAO%2CcA4GH%2CkBACI%2CGACM%3BIACE%2CkBAAA%3B%3BEAKhB%2CWAAW%2CaACP%2CkBACI%3BI5IxrBR%2CaCrNkC%2C0CDqNlC%3BIAAA%2CcAAA%3B%3BE4I4rBQ%2CWANG%2CaACP%2CkBAKK%2COACK%3BIACE%2CcAAA%3BIACA%2CUAAA%3B%3BEAUI%2CWAnBT%2CaAaP%2CGAAE%2COACG%2CkBAEI%2CKACK%2CIAEG%3BEAAD%2CWAnBT%2CaAaP%2CGAAE%2COAEG%2CkBACI%2CKACK%2CIAEG%3BEAAD%2CWAnBT%2CaAaP%2CGAAE%2COACG%2CkBAEI%2CKAEK%2CIAAE%2COACC%3BEAAD%2CWAnBT%2CaAaP%2CGAAE%2COAEG%2CkBACI%2CKAEK%2CIAAE%2COACC%3BEACD%2CWApBT%2CaAaP%2CGAAE%2COACG%2CkBAEI%2CKACK%2CIAGG%3BEAAD%2CWApBT%2CaAaP%2CGAAE%2COAEG%2CkBACI%2CKACK%2CIAGG%3BEAAD%2CWApBT%2CaAaP%2CGAAE%2COACG%2CkBAEI%2CKAEK%2CIAAE%2COAEC%3BEAAD%2CWApBT%2CaAaP%2CGAAE%2COAEG%2CkBACI%2CKAEK%2CIAAE%2COAEC%3BI5I1tBvB%2CmB4I2tBsC%2CsBAAqB%2Ca5I3tB3D%3BIACK%2CgB4I0tBiC%2CsBAAqB%2Ca5I1tBtD%3BIACC%2Ce4IytBgC%2CsBAAqB%2Ca5IztBrD%3BIAcJ%2CW4I2sBoC%2CsBAAqB%2Ca5I3sBzD%3B%3BE4I8sBoB%2CWAxBT%2CaAaP%2CGAAE%2COACG%2CkBAEI%2CKACK%2CIAOG%3BEAAD%2CWAxBT%2CaAaP%2CGAAE%2COAEG%2CkBACI%2CKACK%2CIAOG%3BEAAD%2CWAxBT%2CaAaP%2CGAAE%2COACG%2CkBAEI%2CKAEK%2CIAAE%2COAMC%3BEAAD%2CWAxBT%2CaAaP%2CGAAE%2COAEG%2CkBACI%2CKAEK%2CIAAE%2COAMC%3BIACG%2CUAAA%3B%3BEAOxB%2CSAAU%2CKAAK%3BIACX%2CUAAA%3BIACA%2CUAAA%3BIACA%2CiBAAA%3B%3BEAHJ%2CSAAU%2CKAAK%2CYAIX%3BIACK%2CoBAAA%3B%3BEALT%2CSAAU%2CKAAK%2CYAOT%3BIACE%2CQAAQ%2CmBAAR%3BIACA%2CcAAA%3BIACA%2CUAAA%3BI5IhvBV%2C4BAAA%3BIACK%2CyBAAA%3BIACC%2CwBAAA%3BIAcJ%2CoBAAA%3B%3BE4IkgCA%2CWAAW%2CwBACP%3BIACI%2CaAAA%3B%3BEAGR%3BIACI%2CgBAAA%3B%3BEAEJ%2CwBAAwB%3BIACpB%2CaAAA%3B%3BECjqCJ%2CcACI%3BI7IqJJ%2CYAAA%3BIAAA%2CSAAA%3BI6IlJQ%2CUAAA%3B%3BECgQR%3BIACI%2CwBAAA%3B%3BEA8uCA%2CIAAC%2CIAAI%2CWACD%2CkBACI%3BI9IhnDZ%2CSAAA%3BIACA%2CkBAAA%3B%3BE8IsnDA%3BIACI%2COAAA%3BIACA%2CSAAA%3B%3BEAGJ%3BIACI%2COAAA%3B%3BE7I7lBJ%3BIACI%2C4BAAA%3B%3BEAGA%2CiBAAC%2CSACG%3BIACI%2CWAAA%3B%3BEAFR%2CiBAAC%2CSAKG%2CgBACI%3BIACI%2CcAAA%3BIACA%2CkBAAA%3B%3BEAgjChB%2CSAAS%2CQAAQ%2CKACb%2CUAAS%2CKAAK%2CMAAM%2CcAChB%3BIACI%2CgBAAA%3B%3BEAHZ%2CSAAS%2CQAAQ%2CKACb%2CUAAS%2CKAAK%2CMAAM%2CcAKhB%2CsBACI%3BIACI%2CkBAAA%3BIACA%2CSAAA%3BIACA%2CUAAA%3BIACA%2CUAAA%3B%3BEAohDhB%2CiBACI%3BIACI%2CeAAA%3B%3BEAFR%2CiBACI%2C0BAEM%3BIACE%2CsBAAA%3B%3B%3BA8Dr%5C%2FGhB%2CwB0EjJyD%2CgC1EuId%3BEACnC%2CW6EqlBA%2CY7ErlBC%3BEACD%2CW6EolBA%2CY7EplBC%3BI%5C%2FD%2BIL%2CcAAA%3B%3BE%2BD7IQ%2CW6EklBJ%2CY7ErlBC%2CMAGI%3BEAAD%2CW6EklBJ%2CY7EplBC%2COAEI%3BI%5C%2FD6HX%2CmB%2BD5H0B%2Cc%5C%2FD4H1B%3BIACK%2CgB%2BD7HqB%2Cc%5C%2FD6HrB%3BIACC%2Ce%2BD9HoB%2Cc%5C%2FD8HpB%3BIAcJ%2CW%2BD5IwB%2Cc%5C%2FD4IxB%3B%3B%3BAyIlRJ%2CgBAH4C%3BEMwexC%2C2BACI%2C%2BBAA%2BB%2COAAM%2COAAQ%2CeAAe%2CqBAAoB%2CcAAe%3BIAC3F%2CWAAA%3B%3BEAFR%2C2BAII%2CcACI%3BIACI%2CkBAAA%3BIACA%2CgBAAA%3B%3BEAEA%2C2BALR%2CcACI%2CmBAIK%2CMACG%3BIACI%2CUAAA%3BIACA%2CmBAAA%3B%3BEAZpB%2C2BAII%2CcAaI%3BIACI%2CSAAA%3B%3BEAlBZ%2C2BAII%2CcAiBI%3BIACI%2CkBAAA%3BIACA%2CSAAA%3BIACA%2COAAA%3BIACA%2CQAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3BIzB7eZ%2C4BAAA%3BItH6OF%2CiCAAA%3BIACK%2C8BAAA%3BIACC%2C6BAAA%3BIAcJ%2CyBAAA%3BIAhBF%2CoCAAA%3BIACK%2CiCAAA%3BIACC%2CgCAAA%3BIAcJ%2C4BAAA%3BIAhBF%2CoB%2BIkQ2B%2CkE%5C%2FIlQ3B%3BIACK%2CiB%2BIiQsB%2CkE%5C%2FIjQtB%3BIACC%2CgB%2BIgQqB%2CkE%5C%2FIhQrB%3BIAcJ%2CY%2BIkPyB%2CkE%5C%2FIlPzB%3B%3BE%2BImNA%2C2BAII%2CcAiBI%2CsBAaI%2CmBACK%3BIACG%2CWAAA%3B%3BEApCpB%2C2BAII%2CcAiBI%2CsBAoBI%2CmBAAmB%3BEAzC%5C%2FB%2C2BAII%2CcAiBI%2CsBAqBI%3BEA1CZ%2C2BAII%2CcAiBI%2CsBAsBI%3BIACI%2C%2BBAAA%3B%3BEA5ChB%2C2BAII%2CcAiBI%2CsBA0BI%2CWACI%2CeAAe%3BI%5C%2FInQ%5C%2FB%2CcAAA%3B%3BE%2BImNA%2C2BAII%2CcAiBI%2CsBAgCI%2CIAAG%3BIACC%2CgBAAA%3B%3BEAtDhB%2C2BAII%2CcAiBI%2CsBAgCI%2CIAAG%2CqBAGC%2CkBAAiB%3BIACb%2CgBAAA%3BIACA%2CeAAA%3BIACA%2CUAAA%3BIACA%2CmBAAA%3B%3BEA5DpB%2C2BAII%2CcAiBI%2CsBAgCI%2CIAAG%2CqBAGC%2CkBAAiB%2CKAMb%3BIACI%2C2BAAA%3BIACA%2CkBAAA%3B%3BEAhExB%2C2BAsEI%3BIACI%2CiBAAA%3B%3BE5H%5C%2FNI%2CcAHE%2CSACV%2CSACK%2CKACI%3BIACG%2CqBAAA%3B%3BEAFR%2CcAFM%2CSACV%2CSACK%2CKAKG%2CUACI%2COAAM%2CIACF%3BIACI%2CWAAA%3B%3BEARhB%2CcAFM%2CSACV%2CSACK%2CKAaG%2CYACI%3BIACI%2C2BAAA%3B%3BEAfZ%2CcAFM%2CSACV%2CSACK%2CKAaG%2CYAII%3BIACI%2CSAAA%3B%3BEAlBZ%2CcAFM%2CSACV%2CSACK%2CKAaG%2CYAQI%3BIACI%2CgBAAA%3B%3BEAOpB%2CqBACI%2CeAEI%3BIACI%2CUAAA%3BIACA%2CeAAA%3B%3BElBypDZ%2CGAAG%2CIAAI%2C%2BBACH%2CUAAS%2CQAAQ%2CKACb%2CUAAS%2CKAAK%2CMAAM%2CcAGhB%3BIACI%2CkBAAA%3B%3BEANhB%2CGAAG%2CIAAI%2C%2BBACH%2CUAAS%2CQAAQ%2CKACb%2CUAAS%2CKAAK%2CMAAM%2CcAGhB%2CmBAGI%3BEARhB%2CGAAG%2CIAAI%2C%2BBACH%2CUAAS%2CQAAQ%2CKACb%2CUAAS%2CKAAK%2CMAAM%2CcAGhB%2CmBAII%3BIACI%2CmBAAA%3BIACA%2CmBAAA%3B%3BEAXpB%2CGAAG%2CIAAI%2C%2BBACH%2CUAAS%2CQAAQ%2CKACb%2CUAAS%2CKAAK%2CMAAM%2CcAGhB%2CmBASI%3BIACI%2CgBAAA%3BIACA%2CgBAAA%3B%3BEAhBpB%2CGAAG%2CIAAI%2C%2BBACH%2CUAAS%2CQAAQ%2CKACb%2CUAAS%2CKAAK%2CMAAM%2CcAkBhB%2CcACI%3BIACI%2CkBAAA%3B%3B%3BA%2BI1gEpB%2CqBAFF%2CUACC%2CeACE%2CIAAI%3BEhJ%2BPL%2CmBAAA%3B%3BAgJlQH%2CqBAQC%2CeACC%3BEACC%2CcAAA%3BEACA%2CgBAAA%3B%3BAAXH%2CqBAQC%2CeACC%2CEAGC%3BEhJsOF%2CwBAAA%3BEACK%2CqBAAA%3BEACC%2CoBAAA%3BEAcJ%2CgBAAA%3B%3BAgJnPA%2CqBAPF%2CeACC%2CEAME%2CMACA%3BEhJkOH%2CmBgJ1PgB%2CUhJ0PhB%3BEACK%2CgBgJ3PW%2CUhJ2PX%3BEACC%2CegJ5PU%2CUhJ4PV%3BEAcJ%2CWgJ1Qc%2CUhJ0Qd%3B%3BAgJ9OA%2CqBAZF%2CeACC%2CEAWE%3BEhJ8NH%2C0BAAA%3BEACK%2CuBAAA%3BEACC%2CsBAAA%3BEAcJ%2CkBAAA%3B%3BAgJ9OA%2CqBAZF%2CeACC%2CEAWE%2COAGA%3BEhJ2NH%2C0BAAA%3BEACK%2CuBAAA%3BEACC%2CsBAAA%3BEAcJ%2CkBAAA%3B%3BAgJrOC%2CqBArBH%2CeACC%2CEAmBE%2CkBACC%2CIAAI%3BEACJ%2CkBAAA%3B%3BAACA%2CqBAvBJ%2CeACC%2CEAmBE%2CkBACC%2CIAAI%2CcAEH%3BEhJmOH%2CSiJ1RY%2COjJ0RZ%3BEAAA%2CWAAA%3BEAAA%2CeAAA%3BEAAA%2CaiJ3RiB%2CuBjJ2RjB%3BEAAA%2CgBAAA%3BEgJjOG%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CQAAA%3BEhJ%2BML%2CmBgJ9MiB%2CqBhJ8MjB%3BEACK%2CgBgJ%5C%2FMY%2CqBhJ%2BMZ%3BEACC%2CegJhNW%2CqBhJgNX%3BEAcJ%2CWgJ9Ne%2CqBhJ8Nf%3BEgJ5NG%2CUAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEhJ0ML%2CwBAAA%3BEACK%2CqBAAA%3BEACC%2CoBAAA%3BEAcJ%2CgBAAA%3B%3BAgJtNG%2CqBApCL%2CeACC%2CEAmBE%2CkBACC%2CIAAI%2CcAcH%2CMACC%3BEACA%2CUAAA%3BEACA%2CmBAAA%3B%3BAAOH%2CqBA7CH%2CeACC%2CEA0CE%2CkBAEC%3BAAAD%2CqBA7CH%2CeACC%2CEA2CE%2CYACC%3BEACA%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2COAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEhJsMF%2CoCAAA%3BEgJpME%2CUAAA%3BEACA%2CkBAAA%3BEhJmLJ%2CwBAAA%3BEACK%2CqBAAA%3BEACC%2CoBAAA%3BEAcJ%2CgBAAA%3B%3BAgJ%5C%2FLE%2CqBA3DJ%2CeACC%2CEA0CE%2CkBAeC%2CMACC%3BAAAD%2CqBA3DJ%2CeACC%2CEA2CE%2CYAcC%2CMACC%3BEACA%2CUAAA%3BEACA%2CmBAAA%3B%3BAAID%2CqBAjEJ%2CeACC%2CEA0CE%2CkBAqBC%2COACC%3BAAAD%2CqBAjEJ%2CeACC%2CEA2CE%2CYAoBC%2COACC%3BEhJyKL%2C0BAAA%3BEACK%2CuBAAA%3BEACC%2CsBAAA%3BEAcJ%2CkBAAA%3B%3BAgJnLA%2CqBAvEF%2CeACC%2CEAsEE%2CYACA%3BEhJkLD%2CWAAA%3BEAAA%2CeAAA%3BEgJ7KG%2CoBAAA%3BEACE%2C4BAAA%3BEACA%2CgBAAA%3BEACA%2CuBAAA%3BEhJ0KL%2CqBAAA%3BEAAA%2CkBAAA%3BEgJvKE%2CQAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3BEhJqJJ%2CmBgJpJgB%2CqBhJoJhB%3BEACK%2CgBgJrJW%2CqBhJqJX%3BEACC%2CegJtJU%2CqBhJsJV%3BEAcJ%2CWgJpKc%2CqBhJoKd%3BEgJlKE%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAAED%2CqBA5FH%2CeACC%2CEAsEE%2CYAqBC%3BEACA%2CUAAA%3BEACA%2CmBAAA%3B%3BAAtGL%2CqBA4GC%3BEACC%2CkBAAA%3BEACG%2CkBAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3B%3BAAhHL%2CqBA4GC%2CyBAKI%3BEACC%2CgBAAA%3B%3BAAlHN%2CqBA4GC%2CyBAKI%2CEAEC%3BEACC%2CcAAA%3BEACA%2CkBAAA%3B%3BAEnJQ%2CIAFb%2CSACA%2CsBACc%3BEACG%2CWAAA%3BEACA%2CUAAA%3B%3BAAJlB%2CIAAC%2CSAOA%2COAAM%2CYAAY%3BEACjB%2CWAAA%3BEACA%2CUAAA%3B%3BAAGF%2CIAAC%2CYACA%2COAAM%2CYAAY%3BEACjB%2CUAAA%3BEACA%2CUAAA%3B%3BAAIH%3BEACC%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAED%3BEACC%2CeAAA%3BEACA%2CMAAA%3BEACA%2COAAA%3BEACA%2CSAAA%3BEACA%2CQAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEACA%2CUAAA%3B%3BAACA%2CqBAAC%3BEACA%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2COAAA%3BEACA%2CWAAA%3BEACA%2CQAAA%3BEACA%2CUAAA%3BEACA%2CYAAY%2C4BAAZ%3BEACA%2CmCAAA%3BEACA%2CYAAA%3BEACA%2CoBAAA%3BEACA%2CUAAA%3B%3BAAED%2CqBAAC%3BEACA%2CSAAS%2CEAAT%3BEACA%2CeAAA%3BEACA%2CMAAA%3BEACA%2COAAA%3BEACA%2CSAAA%3BEACA%2CQAAA%3BEACA%2C0CAAA%3BEACA%2CUAAA%3BEACA%2CUAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BE5BpBC%2C4BAAA%3BEtH6OF%2CiCAAA%3BEACK%2C8BAAA%3BEACC%2C6BAAA%3BEAcJ%2CyBAAA%3BEAhBF%2CoCAAA%3BEACK%2CiCAAA%3BEACC%2CgCAAA%3BEAcJ%2C4BAAA%3B%3BAkJ3QH%2CqBAqCC%3BEACC%2CaAAA%3B%3BAAGF%3BEACC%2CkBAAA%3BEACA%2CcAAA%3BEACA%2C2BAAA%3BEACA%2CyBAAA%3BEACA%2CwBAAA%3BEACA%2CsBAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3B%3BAAED%3BEACC%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CwBAAA%3B%3BAAED%3BEACC%2CkBAAA%3BEACA%2CcAAA%3BEACA%2COAAA%3BEACA%2CQAAA%3B%3BAAED%3BEACC%2CkBAAA%3BEACA%2CaAAA%3BEACA%2COAAA%3BEACA%2CQAAA%3B%3BAAED%3BEACC%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CsBAAA%3BEACA%2CeAAA%3BEACA%2CUAAA%3B%3BAAED%2CWAAW%3BEACV%2CUAAA%3B%3BAAED%3BAAAS%3BEACR%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3B%3BAAED%3BEACC%2COAAA%3B%3BAAED%3BEACC%2CQAAA%3B%3BAAED%3BAACA%3BAACA%3BEACC%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CMAAA%3BEACA%2COAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3B%3BAAED%3BEACC%2CkBAAA%3BEACA%2CaAAA%3BEACA%2CSAAA%3BEACA%2COAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3B%3BAAED%2CcAAe%3BEACd%2CcAAA%3B%3BAAED%3BEACC%2CkBAAA%3BEACA%2CMAAA%3BEACA%2COAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3B%3BAAED%2CaAAa%3BEACZ%2CWAAA%3B%3BAAED%3BEACC%2CkBAAA%3BEACA%2CSAAA%3BEACA%2COAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3B%3BAAED%3BEACC%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CMAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2C4BAAA%3BEACA%2CUAAA%3B%3BAAED%2COAAQ%3BEACP%2CgBAAA%3BEACA%2CwBAAA%3BEACA%2CmBAAA%3B%3BAAED%3BEACC%2CYAAA%3B%3BAAED%3BEACC%2C6BAAA%3BEACA%2CyBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3BEACA%2CuBAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CgBAAA%3BEACA%2CwBAAA%3BEACA%2CcAAA%3BEACA%2C2BAAA%3BEACA%2C8BAAA%3BEACA%2CoCAAA%3B%3BAAED%3BEACC%2CYAAA%3B%3BAAED%2CUAAU%3BEACT%2CYAAA%3B%3BAAED%2CUAAW%3BEACT%2CSAAA%3BEACA%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3B%3BAAEF%2CUAAW%3BEACT%2CSAAA%3BEACA%2CWAAA%3BEACA%2CsBAAA%3B%3BAAEF%2CUAAW%3BEACT%2C0BAAA%3B%3BAAEF%2CUAAW%3BEACT%2CWAAA%3BEACA%2CYAAA%3BEACA%2CyBAAA%3B%3BAAEF%2CUAAW%3BEACT%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CsBAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3B%3BAAEF%2CUAAW%2CYAAc%2CIAAC%3BEACxB%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CMAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CyBAAA%3B%3BAAEF%2CUAAW%2CYAAW%2CYAAe%2CIAAC%3BAACtC%2CUAAW%2CYAAW%2CMAAS%2CIAAC%3BEAC9B%2CyBAAA%3B%3BAAEF%2CUAAW%3BAACX%2CUAAW%3BEACT%2CMAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3B%3BAAEF%2CUAAW%3BAACX%2CUAAW%3BAACX%2CUAAW%3BEACT%2CWAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CajJlM0B%2CiCiJkM1B%3B%3BAAEF%2CUAAW%2CUAAS%3BAACpB%2CUAAW%2CQAAO%3BAAClB%2CUAAW%2CYAAW%3BEACpB%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CYAAA%3BEACA%2CSAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2C6BAAA%3BEACA%2CyBAAA%3B%3BAAEF%2CUAAW%3BEACT%2CyBAAA%3B%3BAAEF%2CUAAW%3BEACT%2CWAAA%3B%3BAAEF%3BEACE%2CYAAA%3B%3BAAEF%2CSAAS%3BEACP%2CYAAA%3B%3BAAEF%2CSAAU%3BEACR%2CSAAA%3BEACA%2CYAAA%3BEACA%2CuBAAA%3BEACA%2CYAAY%2CiDAAZ%3BEACA%2CsBAAA%3BEACA%2CmBAAA%3B%3BAAEF%2CSAAU%3BEACR%2CSAAA%3BEACA%2CYAAA%3BEACA%2CyBAAA%3BEACA%2CyBAAA%3BEACA%2CYAAY%2CiEAAZ%3BEACA%2CsDAAA%3B%3BAAEF%2CSAAU%3BEACR%2C4BAAA%3B%3BAAEF%2CSAAU%3BEACR%2CWAAA%3BEACA%2CYAAA%3BEACA%2CyCAAA%3B%3BAAEF%2CSAAU%3BEACR%2CSAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CoCAAA%3BEACA%2CyBAAA%3BEACA%2CYAAY%2C6DAAZ%3BEACA%2CmEAAA%3BEACA%2CmBAAA%3B%3BAAEF%2CSAAU%2CYAAW%3BAACrB%2CSAAU%2CYAAW%3BEACnB%2CiCAAA%3BEACA%2CyBAAA%3BEACA%2CYAAY%2C6DAAZ%3B%3BAAEF%2CSAAU%3BAACV%2CSAAU%3BEACR%2CMAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3B%3BAAEF%2CSAAU%3BAACV%2CSAAU%3BAACV%2CSAAU%3BEACR%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CYAAY%2CoDAAZ%3BEACA%2CkBAAA%3B%3BAAEF%2CSAAU%3BEACR%2CyBAAA%3B%3BAAEF%2CSAAU%3BEACR%2CcAAA%3B%3BAAEF%3BEACE%2CYAAA%3B%3BAAEF%2CYAAY%3BEACV%2CYAAA%3B%3BAAEF%2CYAAa%3BEACX%2CSAAA%3BEACA%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CYAAY%2CoDAAZ%3BEACA%2CyBAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3B%3BAAEF%2CYAAa%3BEACX%2CSAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CYAAY%2CoDAAZ%3B%3BAAEF%2CYAAa%3BEACX%2C0BAAA%3B%3BAAEF%2CYAAa%3BEACX%2CWAAA%3BEACA%2CYAAA%3BEACA%2C0CAAA%3B%3BAAEF%2CYAAa%3BEACX%2CSAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CyBAAA%3BEACA%2CmBAAA%3BEACA%2C0CAAA%3BEACA%2C0BAAA%3B%3BAAEF%2CYAAa%2CYAAc%2CIAAC%2CUAAU%3BEACpC%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CSAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CiBAAA%3BEACA%2CWAAW%2CaAAX%3B%3BAAEF%2CYAAa%2CYAAc%2CIAAC%2CUAAU%3BEACpC%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CsBAAA%3BEACA%2CMAAA%3BEACA%2COAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CYAAY%2CkDAAZ%3BEACA%2C0BAAA%3B%3BAAEF%2CYAAa%2CYAAc%2CIAAC%2CUAAU%3BEACpC%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CsBAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3BEACA%2C8BAAA%3BEACA%2C%2BBAAA%3B%3BAAEF%2CYAAa%2CYAAW%3BAACxB%2CYAAa%2CYAAW%3BEACtB%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CYAAY%2CiEAAZ%3B%3BAAEF%2CYAAa%2CYAAW%2CYAAe%2CIAAC%2CUAAU%3BAAClD%2CYAAa%2CYAAW%2CMAAS%2CIAAC%2CUAAU%3BEAC1C%2CqBAAA%3B%3BAAEF%2CYAAa%2CYAAW%2CYAAe%2CIAAC%2CUAAU%3BAAClD%2CYAAa%2CYAAW%2CMAAS%2CIAAC%2CUAAU%3BEAC1C%2CqBAAA%3B%3BAAEF%2CYAAa%3BAACb%2CYAAa%3BEACX%2CMAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3B%3BAAEF%2CYAAa%3BAACb%2CYAAa%3BAACb%2CYAAa%3BEACX%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3B%3BAAEF%2CYAAa%2CUAAS%3BAACtB%2CYAAa%2CQAAO%3BAACpB%2CYAAa%2CYAAW%3BEACtB%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CYAAA%3BEACA%2CSAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2C6BAAA%3BEACA%2CyBAAA%3B%3BAAEF%2CYAAa%3BEACX%2CYAAA%3B%3BAAEF%2CYAAa%3BEACX%2CyBAAA%3B%3BAAEF%2CYAAa%3BEACX%2CaAAA%3BEACA%2CeAAA%3B%3BAAEF%3BEACE%2CYAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3B%3BAAEF%2CWAAW%3BEACT%2CYAAA%3B%3BAAEF%2CWAAY%3BEACV%2CSAAA%3BEACA%2CWAAA%3BEACA%2CuBAAA%3BEACA%2CkBAAA%3B%3BAAEF%2CWAAY%3BEACV%2CSAAA%3BEACA%2CWAAA%3BEACA%2CyBAAA%3B%3BAAEF%2CWAAY%3BEACV%2C0BAAA%3B%3BAAEF%2CWAAY%3BEACV%2CWAAA%3BEACA%2CYAAA%3BEACA%2CoCAAA%3B%3BAAEF%2CWAAY%3BEACV%2CSAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CyBAAA%3B%3BAAEF%2CWAAY%2CYAAc%2CIAAC%3BEACzB%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CSAAA%3BEACA%2COAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2C6BAAA%3BEACA%2CyBAAA%3B%3BAAEF%2CWAAY%2CYAAW%3BAACvB%2CWAAY%2CYAAW%3BEACrB%2CuBAAA%3B%3BAAEF%2CWAAY%2CYAAW%2CYAAe%2CIAAC%3BAACvC%2CWAAY%2CYAAW%2CMAAS%2CIAAC%3BEAC%5C%2FB%2CuBAAA%3B%3BAAEF%2CWAAY%3BAACZ%2CWAAY%3BEACV%2CYAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CMAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3B%3BAAEF%2CWAAY%3BAACZ%2CWAAY%3BAACZ%2CWAAY%3BEACV%2CeAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3B%3BAAEF%2CWAAY%2CUAAS%3BAACrB%2CWAAY%2CQAAO%3BAACnB%2CWAAY%2CYAAW%3BEACrB%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CYAAA%3BEACA%2CSAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2C6BAAA%3BEACA%2CyBAAA%3B%3BAAEF%2CWAAY%3BEACV%2CYAAA%3B%3BAAEF%2CWAAY%3BEACV%2CyBAAA%3B%3BAAEF%2CWAAY%3BEACV%2CaAAA%3BEACA%2CeAAA%3B%3BAAEF%3BEACE%2CYAAA%3B%3BAAEF%2CWAAW%3BEACT%2CYAAA%3B%3BAAEF%2CWAAY%3BEACV%2CSAAA%3BEACA%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3B%3BAAEF%2CWAAY%3BEACV%2CSAAA%3BEACA%2CWAAA%3BEACA%2CyBAAA%3B%3BAAEF%2CWAAY%3BEACV%2C0BAAA%3B%3BAAEF%2CWAAY%3BEACV%2CWAAA%3BEACA%2CYAAA%3BEACA%2C0CAAA%3B%3BAAEF%2CWAAY%3BEACV%2CSAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CyBAAA%3BEACA%2CuBAAA%3BEACA%2CmBAAA%3BEACA%2C0CAAA%3B%3BAAEF%2CWAAY%2CYAAW%3BAACvB%2CWAAY%2CYAAW%3BEACrB%2CyBAAA%3B%3BAAEF%2CWAAY%3BAACZ%2CWAAY%3BEACV%2CWAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CMAAA%3BEACA%2CgBAAA%3BEACA%2CoCAAA%3BEACA%2CkBAAA%3B%3BAAEF%2CWAAY%3BAACZ%2CWAAY%3BAACZ%2CWAAY%3BEACV%2CeAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3B%3BAAEF%2CWAAY%2CUAAS%3BAACrB%2CWAAY%2CQAAO%3BAACnB%2CWAAY%2CYAAW%3BEACrB%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CYAAA%3BEACA%2CSAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2C6BAAA%3BEACA%2CyBAAA%3B%3BAAEF%2CWAAY%3BEACV%2CYAAA%3B%3BAAEF%2CWAAY%3BEACV%2CyBAAA%3B%3BAAEF%2CWAAY%3BEACV%2CaAAA%3BEACA%2CeAAA%3B%3BAAEF%3BEACE%2CYAAA%3B%3BAAEF%2CYAAY%3BEACV%2CYAAA%3B%3BAAEF%2CYAAa%3BEACX%2CSAAA%3BEACA%2CWAAA%3BEACA%2CyBAAA%3B%3BAAEF%2CYAAa%3BEACX%2CSAAA%3BEACA%2CWAAA%3BEACA%2CuBAAA%3B%3BAAEF%2CYAAa%3BEACX%2CWAAA%3BEACA%2CYAAA%3BEACA%2CyBAAA%3B%3BAAEF%2CYAAa%3BEACX%2CSAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CuBAAA%3BEACA%2CuBAAA%3BEACA%2CmBAAmB%2CaAAnB%3BEACA%2CeAAe%2CaAAf%3BEACA%2CWAAW%2CaAAX%3B%3BAAEF%2CYAAa%2CYAAW%3BAACxB%2CYAAa%2CYAAW%3BEACtB%2CyBAAA%3B%3BAAEF%2CYAAa%3BAACb%2CYAAa%3BEACX%2CWAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CMAAA%3BEACA%2CgBAAA%3BEACA%2CoCAAA%3B%3BAAEF%2CYAAa%3BAACb%2CYAAa%3BAACb%2CYAAa%3BEACX%2CeAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CuBAAA%3BEACA%2CYAAA%3B%3BAAEF%2CYAAa%3BEACX%2CYAAA%3B%3BAAEF%2CYAAa%3BEACX%2CyBAAA%3B%3BAAEF%2CYAAa%3BEACX%2CaAAA%3BEACA%2CeAAA%3B%3BAR7tBC%2CMAAM%2COACF%3BAADJ%2CMAAM%2COAEF%3BEACI%2CaAAA%3B%3BAAIR%3BE1IyRA%2CYCnLqB%2C6BDmLrB%3B%3BA0IrRA%3BE1IqRA%2CqBAAA%3BEyB9QA%2CqBAAA%3BEiHCI%2CeAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3B%3BAjHDJ%2CWAAC%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BEzB9DA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2COC1LiB%2CyBD0LjB%3BEAAA%2CS0BvPQ%2CO1BuPR%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CsBAAA%3BEyBqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CWADH%2CMACI%3BEzB2PL%2COC9MoB%2C4BD8MpB%3B%3BA0IrRA%2CWjHyQE%3BEzBhQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA%2BDwKA%2CWAAC%3BEACG%2CSAAS%2CEAAT%3BEACN%2CcAAA%3BEACM%2CeAAA%3BEACN%2CUAAA%3BEACM%2CMAAA%3BEACA%2COAAA%3BEACA%2CQAAA%3BEACA%2CaAAA%3BEACA%2CUAAA%3BEACA%2CoBAAA%3BE%5C%2FDmFJ%2C8BAAA%3BEAhBF%2CwBAAA%3BEACK%2CqBAAA%3BEACC%2CoBAAA%3BEAcJ%2CgBAAA%3BE%2BDhFI%2CYAAY%2CmCAAZ%3B%3BA6EzNR%3BEACI%2CoCAAA%3BEACA%2CwCAAA%3BEACC%2CuCAAA%3B%3BAA6GD%2CWACI%3BEACI%2CsBAAA%3B%3BAAFR%2CWAKI%2CQAAU%3BAALd%2CWAMI%3BEACI%2CgBAAA%3B%3BAAPR%2CWAKI%2CQAAU%2CIAGN%3BAARR%2CWAMI%2CSAEI%3BEACI%2CqBAAA%3BEACA%2CcAAA%3BE5I%2BKZ%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2C0BAAA%3BEAAA%2CgBAAA%3BEAAA%2CmBAAA%3BEAhBF%2CmB4IzJ0B%2CgB5IyJ1B%3BEACK%2CgB4I1JqB%2CgB5I0JrB%3BEACC%2Ce4I3JoB%2CgB5I2JpB%3BEAcJ%2CW4IzKwB%2CgB5IyKxB%3BE4IvKY%2C2BAAA%3B%3BAAlBZ%2CWAqBI%2CQACM%3BE5ImKV%2CaCvNO%2C0CDuNP%3BEAAA%2CgBCpLqC%2C6CDoLrC%3BEAAA%2CaCrNkC%2C0CDqNlC%3BEAAA%2CW4I9R%2BB%2CuC5I8R%5C%2FB%3BE4I9JY%2CeAAA%3B%3BAACA%2CWAPR%2CQACM%2CIAMG%3BE5I6Jb%2COC1MiB%2CyBD0MjB%3B%3BA4IzLA%2CWAqBI%2CQACM%2CIASE%3BEACI%2CiBAAA%3BE5IyJhB%2CeAAA%3BE4IvJgB%2CmBAAA%3BEACA%2CeAAA%3B%3BAAnChB%2CWAqBI%2CQAkBI%2CeAAe%2CcAAc%2CqBAAqB%2C6BAA%2BB%3BEAC7E%2CWAAA%3BEACA%2CcAAA%3B%3BAAII%2CWAxBZ%2CQAsBI%2CyCACI%2C2BACK%3BEACG%2C2BAAA%3BEACA%2CsBAAA%3BE5I0HtB%2CmB4IzHkC%2CW5IyHlC%3BEACK%2CgB4I1H6B%2CW5I0H7B%3BEACC%2Ce4I3H4B%2CW5I2H5B%3BEAcJ%2CW4IzIgC%2CW5IyIhC%3B%3BA4InII%2CWAAC%2CWAEG%2CQACM%2CIACE%3BEACI%2CYAAA%3BE5I8HpB%2CiBAAA%3BE4I5HoB%2CsBAAA%3B%3BAAk5BpB%2CwBAAwB%3BEACpB%2CkBAAA%3BEACA%2C6BAAA%3BEACA%2CUAAA%3BEACA%2CcAAA%3B%3BAAJJ%2CwBAAwB%2CWAKpB%3BAALJ%2CwBAAwB%2CWAMpB%3BEACI%2CgBAAA%3B%3BAAII%2CwBAXY%2CWASpB%2CsBACI%2CEACK%3BEACG%2CSAAS%2CGAAT%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3B%3BAAKA%2CwBAnBQ%2CWASpB%2CsBAQK%2CUACG%2CEACK%3BEACG%2CSAAS%2CGAAT%3B%3BAAMpB%3BEACI%2CgBAAA%3BEACA%2CgBAAA%3B%3BAACA%2CWAAC%3BEACG%2CaAAA%3B%3BAAqbR%2CsBA3KA%3BE5I9jCA%2CYCnLqB%2C6BDmLrB%3BE4IikCI%2CsBAAA%3B%3BAAwKJ%2CsBA3KA%2CkBAKI%3BEACI%2CSAAA%3BEACA%2CUAAA%3B%3BAAoKR%2CsBA3KA%2CkBAUI%3BEACI%2CSAAA%3B%3BAAgKR%2CsBA3KA%2CkBAcI%3BEACI%2CcAAA%3BE5I7kCR%2CiBAAA%3BEAAA%2CgBAAA%3BEAAA%2CoBAAA%3BEAAA%2CkBAAA%3B%3BA4IyuCA%2CsBA3KA%2CkBAsBI%3BAAqJJ%2CsBA3KA%2CkBAuBI%2CEAAC%3BE5IrlCL%2CcAAA%3BEAAA%2CqBAAA%3B%3BA4IyuCA%2CsBA3KA%2CkBA4BI%3BE5I1lCJ%2CiBAAA%3B%3BA4IyuCA%2CsBA3KA%2CkBA4BI%2CQAIM%3BE5I9lCV%2CaCrNkC%2C0CDqNlC%3BEAAA%2C4BAAA%3BEAAA%2CgBCpLqC%2C6CDoLrC%3BE4IomCY%2CqBAAA%3B%3BAACA%2CsBAvCZ%2CkBA4BI%2CQAIM%2CaAOG%3BE5IrmCb%2CWAAA%3B%3BA4I0mCQ%2CsBA5CR%2CkBA4BI%2CQAgBK%2COACG%2CcACI%3BE5I5mChB%2CkBAAA%3BEAAA%2CmBAAA%3BEAAA%2CeAAA%3BEAAA%2CWAAA%3BEAAA%2CiBAAA%3BE4IonCoB%2CqBAAA%3B%3BAAqHpB%2CsBA3KA%2CkBA4BI%2CQA%2BBM%3BE5IznCV%2CgBAAA%3B%3BA4I6nCQ%2CsBA%5C%2FDR%2CkBA4BI%2CQAmCK%2COAEK%2CIAAC%2CIAAI%3BAADX%2CsBAhER%2CkBA4BI%2CQAoCK%2CWACK%2CIAAC%2CIAAI%3BE5I%5C%2FnCnB%2CkBAAA%3BEAAA%2CmBAAA%3BEAAA%2CeAAA%3BEAAA%2CWAAA%3B%3BA4I6nCQ%2CsBA%5C%2FDR%2CkBA4BI%2CQAmCK%2COAEK%2CIAAC%2CIAAI%2CkBAQH%2CKAAI%2CIAAI%3BAAThB%2CsBAhER%2CkBA4BI%2CQAoCK%2CWACK%2CIAAC%2CIAAI%2CkBAQH%2CKAAI%2CIAAI%3BE5IvoCxB%2CiBAAA%3B%3BA4IyuCA%2CsBA3KA%2CkBAsFI%2CSACM%3BEACE%2CqBAAA%3B%3BAAEI%2CsBA1FhB%2CkBAsFI%2CSACM%2CKAEI%2CIACG%3BE5IxpCjB%2CWAAA%3B%3BA4I8pCQ%2CsBAhGR%2CkBAsFI%2CSAUK%2CIAAI%3BE5I9pCb%2CYChLkB%2C0BDgLlB%3BEAAA%2CeAAA%3BEAAA%2CgBAAA%3BEAAA%2CgBAAA%3BE4IoqCY%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CoBAAA%3BEACA%2C8BAAA%3B%3BAAXJ%2CsBAhGR%2CkBAsFI%2CSAUK%2CIAAI%2CcAaC%2CKACI%3BE5I5qClB%2CkBAAA%3B%3BA4IgrCgB%2CsBAlHhB%2CkBAsFI%2CSAUK%2CIAAI%2CcAaC%2CKAKG%3BEACG%2CgBAAA%3B%3BAAnBZ%2CsBAhGR%2CkBAsFI%2CSAUK%2CIAAI%2CcAuBD%3BEACI%2CcAAA%3BE5ItrChB%2CkBAAA%3B%3BA4I8pCQ%2CsBAhGR%2CkBAsFI%2CSAUK%2CIAAI%2CcAuBD%2CGAIM%3BEACE%2CSAAA%3B%3BAA5BZ%2CsBAhGR%2CkBAsFI%2CSAUK%2CIAAI%2CcAuBD%2CGAIM%2CKAGE%3BE5I5rCpB%2COCjLkB%2C0BDiLlB%3BE4IisCwB%2CcAAA%3BEACA%2CmBAAA%3B%3BAACA%2CsBArIxB%2CkBAsFI%2CSAUK%2CIAAI%2CcAuBD%2CGAIM%2CKAGE%2CEAOK%3BE5InsCzB%2CWAAA%3B%3BA4I0sCY%2CsBA5IZ%2CkBAsFI%2CSAUK%2CIAAI%2CcA4CA%3BEACG%2CyBAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3B%3BAA%5C%2FCR%2CsBAhGR%2CkBAsFI%2CSAUK%2CIAAI%2CcAkDD%2CQACM%3BE5IjtClB%2CkBAAA%3BEAAA%2CmBAAA%3BEAAA%2CuBAAA%3BEAAA%2CiBAAA%3B%3BA4I6tCgB%2CsBA%5C%2FJhB%2CkBAsFI%2CSAUK%2CIAAI%2CcA8DD%2CQACK%2COACK%3BE5I9tCtB%2CiBAAA%3B%3BA4IyuCA%2CsBAEI%3BEACI%2CsBAAA%3B%3BAAHR%2CsBAKI%3BAALJ%2CsBAMI%3BEACI%2CWAAA%3B%3BAAPR%2CsBASI%3BE5IlvCJ%2CmBAAA%3BEAAA%2CWCtN4B%2CoCDsN5B%3BEAAA%2CyBAAA%3BEAAA%2CWAAA%3BE4IuvCQ%2CiBAAA%3BEACA%2CSAAA%3BE7EphDX%2CoBAAA%3B%3BEACC%2CiBAAA%3B%3BEACA%2CoBAAA%3B%3BEACA%2CqBAAA%3B%3BEACA%2CaAAA%3BEACA%2CeAAA%3BE6EihDU%2CuBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEtBz%5C%2FCR%2C4BAAA%3BEtH6OF%2CiCAAA%3BEACK%2C8BAAA%3BEACC%2C6BAAA%3BEAcJ%2CyBAAA%3BEAhBF%2CoCAAA%3BEACK%2CiCAAA%3BEACC%2CgCAAA%3BEAcJ%2C4BAAA%3BEAAA%2CqBAAA%3BEyB9QA%2CqBAAA%3B%3BAmHu%5C%2FCA%2CsBASI%2CqBnH9vCF%3BEzBhQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAyBHA%2CsBmH0%5C%2FCI%2CqBnH1%5C%2FCH%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BEzB9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CS0BvPQ%2CO1BuPR%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CsBAAA%3BEyBqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAmHgsCQ%2CsBAvBJ%2CqBAuBK%3BEACG%2CqBAAA%3B%3BAAKJ%2CwBAHiD%3BEAGjD%2CsBA7BJ%3BI5IlvCJ%2CeAAA%3B%3B%3BA4IkxCQ%2CwBAHqD%3BEAGrD%2CsBAhCJ%3BI5IlvCJ%2CeAAA%3B%3B%3BA4IyuCA%2CsBASI%2CqBAgCI%3BEACI%2CeAAA%3BEACA%2CsBAAA%3BEACA%2CiBAAA%3B%3BAAIJ%2CQAH8B%3BEAG9B%2CsBAvCJ%2CqBAgCI%3BIAKQ%2CmBAAA%3B%3B%3BAA9ChB%2CsBASI%2CqBAwCI%3BEACI%2CsBAAA%3B%3BAAlDZ%2CsBAsDI%2CQAAU%2CIAEN%3BAAxDR%2CsBAuDI%2CSACI%3BEACI%2CqBAAA%3BEACA%2CgBAAA%3BE5InyCZ%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2C0BAAA%3BEAAA%2CgBAAA%3BEAAA%2CmBAAA%3BEAhBF%2CmB4IyzC0B%2CgB5IzzC1B%3BEACK%2CgB4IwzCqB%2CgB5IxzCrB%3BEACC%2Ce4IuzCoB%2CgB5IvzCpB%3BEAcJ%2CW4IyyCwB%2CgB5IzyCxB%3BE4I2yCY%2C2BAAA%3B%3BAAlEZ%2CsBAqEI%2CQACM%3BE5I%5C%2FyCV%2CaCvNO%2C0CDuNP%3BEAAA%2CgBCpLqC%2C6CDoLrC%3BE4IkzCY%2CeAAA%3B%3BAACA%2CsBALR%2CQACM%2CIAIG%3BE5InzCb%2COC1MiB%2CyBD0MjB%3B%3BA4IyuCA%2CsBAqEI%2CQACM%2CIAOE%3BEACI%2CiBAAA%3BE5IvzChB%2CeAAA%3BE4IyzCgB%2CmBAAA%3B%3BAAhFhB%2CsBAoFI%2CUAAU%2CKAAK%3BEACX%2CUAAA%3BEACA%2CUAAA%3BEACA%2CiBAAA%3B%3BAAvFR%2CsBAoFI%2CUAAU%2CKAAK%2CYAIX%3BEACK%2CoBAAA%3B%3BAAzFb%2CsBAoFI%2CUAAU%2CKAAK%2CYAOT%3BEACE%2CQAAQ%2CmBAAR%3BEACA%2CcAAA%3BE5It1Cd%2C4BAAA%3BEACK%2CyBAAA%3BEACC%2CwBAAA%3BEAcJ%2CoBAAA%3B%3BA4IyuCA%2CsBAoFI%2CUAAU%2CKAAK%2CYAaX%3BEACI%2CwBAAA%3B%3BAAlGZ%2CsBAqGI%3BEACI%2Ca3I1iDiB%2CiC2I0iDjB%3BEACA%2CiBAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BE5Il1CR%2CsBAAA%3BEAAA%2CWAAA%3BE4Iq1CQ%2CiBAAA%3BEACA%2CoBAAA%3BE5It1CR%2CaCrNkC%2C0CDqNlC%3BEAAA%2CgBCpLqC%2C6CDoLrC%3BEAAA%2CkBAAA%3BEAAA%2CW4I9R%2BB%2CuC5I8R%5C%2FB%3B%3BA4IyuCA%2CsBAqGI%2CmBAaI%3BEACI%2COAAA%3BEACA%2CcAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BAACA%2CsBAnBR%2CmBAaI%2CEAMK%3BE5Ij2Cb%2CWAAA%3B%3BA4Io2CY%2CsBAtBR%2CmBAaI%2CEASK%3BEACG%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2COAAA%3BEACA%2CQAAA%3BEACA%2CUAAA%3BEACA%2CaAAA%3BEACA%2CUAAA%3BEACA%2CUAAA%3BEtBzmDhB%2C4BAAA%3BEtH6OF%2CiCAAA%3BEACK%2C8BAAA%3BEACC%2C6BAAA%3BEAcJ%2CyBAAA%3BEAhBF%2CoCAAA%3BEACK%2CiCAAA%3BEACC%2CgCAAA%3BEAcJ%2C4BAAA%3BE4I82CgB%2CkB3I5jDI%2C4B2I4jDJ%3B%3BAArIhB%2CsBAqGI%2CmBAaI%2CEAqBI%3BEACI%2CkBAAA%3BEACA%2CUAAA%3B%3BAAGA%2CsBAvCZ%2CmBAaI%2CEAyBK%2COACI%3BEACG%2CUAAA%3B%3BAAKR%2CsBA7CR%2CmBA4CI%2C8BACK%3BEACG%2CWAAA%3B%3BAAnJhB%2CsBAuJI%2C8BAAgC%3BEAC5B%2CkBAAA%3B%3BAACA%2CsBAFJ%2C8BAAgC%2CkCAE3B%3BEACG%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CaAAA%3BEACA%2COAAA%3BEACA%2C%2BCAAA%3B%3BAA%5C%2FJZ%2CsBAkKI%3BEACI%2CcAAA%3B%3BAAnKR%2CsBAsKI%2CkBACI%2CSACI%3BEACI%2CSAAA%3B%3BAAzKhB%2CsBAsKI%2CkBAMI%3BEACI%2CWAAA%3B%3BAA7KZ%2CsBAsKI%2CkBAMI%2CGAEI%2CGACM%3BEACE%2C6BAAA%3B%3BAACA%2CsBAXhB%2CkBAMI%2CGAEI%2CGACM%2CIAEG%3BE5I15CrB%2CwCAAA%3B%3BA4IyuCA%2CsBAsKI%2CkBAiBI%2CQAAO%2CcACH%3BEAII%2C6BAAA%3B%3BAA5LhB%2CsBAsKI%2CkBAiBI%2CQAAO%2CcACH%2CuBACI%3BEACI%2CkBAAA%3B%3BAA1LpB%2CsBAkMI%3BAAlMJ%2CsBAmMI%2CkBAAkB%2CGAAE%2COAAO%3BAAnM%5C%2FB%2CsBAoMI%2CkBAAkB%2CGAAE%2COAAO%3BAApM%5C%2FB%2CsBAqMI%2CQAAO%3BEACH%2CkBAAA%3B%3BAAtMR%2CsBAkMI%2CwBAKM%3BAAvMV%2CsBAmMI%2CkBAAkB%2CGAAE%2COAAO%2CkBAIrB%3BAAvMV%2CsBAoMI%2CkBAAkB%2CGAAE%2COAAO%2CkBAGrB%3BAAvMV%2CsBAqMI%2CQAAO%2CcAED%3BAAvMV%2CsBAkMI%2CwBAMK%2CoBAAkB%3BAAxM3B%2CsBAmMI%2CkBAAkB%2CGAAE%2COAAO%2CkBAKtB%2CoBAAkB%3BAAxM3B%2CsBAoMI%2CkBAAkB%2CGAAE%2COAAO%2CkBAItB%2CoBAAkB%3BAAxM3B%2CsBAqMI%2CQAAO%2CcAGF%2CoBAAkB%3BAAxM3B%2CsBAkMI%2CwBAOM%2CoBAAkB%3BAAzM5B%2CsBAmMI%2CkBAAkB%2CGAAE%2COAAO%2CkBAMrB%2CoBAAkB%3BAAzM5B%2CsBAoMI%2CkBAAkB%2CGAAE%2COAAO%2CkBAKrB%2CoBAAkB%3BAAzM5B%2CsBAqMI%2CQAAO%2CcAID%2CoBAAkB%3BEAChB%2CkBAAA%3B%3BAACA%2CsBATR%2CwBAKM%2CIAIG%3BAAAD%2CsBARR%2CkBAAkB%2CGAAE%2COAAO%2CkBAIrB%2CIAIG%3BAAAD%2CsBAPR%2CkBAAkB%2CGAAE%2COAAO%2CkBAGrB%2CIAIG%3BAAAD%2CsBANR%2CQAAO%2CcAED%2CIAIG%3BAAAD%2CsBATR%2CwBAMK%2CoBAAkB%2COAGd%3BAAAD%2CsBARR%2CkBAAkB%2CGAAE%2COAAO%2CkBAKtB%2CoBAAkB%2COAGd%3BAAAD%2CsBAPR%2CkBAAkB%2CGAAE%2COAAO%2CkBAItB%2CoBAAkB%2COAGd%3BAAAD%2CsBANR%2CQAAO%2CcAGF%2CoBAAkB%2COAGd%3BAAAD%2CsBATR%2CwBAOM%2CoBAAkB%2COAEf%3BAAAD%2CsBARR%2CkBAAkB%2CGAAE%2COAAO%2CkBAMrB%2CoBAAkB%2COAEf%3BAAAD%2CsBAPR%2CkBAAkB%2CGAAE%2COAAO%2CkBAKrB%2CoBAAkB%2COAEf%3BAAAD%2CsBANR%2CQAAO%2CcAID%2CoBAAkB%2COAEf%3BAACD%2CsBAVR%2CwBAKM%2CIAKG%3BAAAD%2CsBATR%2CkBAAkB%2CGAAE%2COAAO%2CkBAIrB%2CIAKG%3BAAAD%2CsBARR%2CkBAAkB%2CGAAE%2COAAO%2CkBAGrB%2CIAKG%3BAAAD%2CsBAPR%2CQAAO%2CcAED%2CIAKG%3BAAAD%2CsBAVR%2CwBAMK%2CoBAAkB%2COAId%3BAAAD%2CsBATR%2CkBAAkB%2CGAAE%2COAAO%2CkBAKtB%2CoBAAkB%2COAId%3BAAAD%2CsBARR%2CkBAAkB%2CGAAE%2COAAO%2CkBAItB%2CoBAAkB%2COAId%3BAAAD%2CsBAPR%2CQAAO%2CcAGF%2CoBAAkB%2COAId%3BAAAD%2CsBAVR%2CwBAOM%2CoBAAkB%2COAGf%3BAAAD%2CsBATR%2CkBAAkB%2CGAAE%2COAAO%2CkBAMrB%2CoBAAkB%2COAGf%3BAAAD%2CsBARR%2CkBAAkB%2CGAAE%2COAAO%2CkBAKrB%2CoBAAkB%2COAGf%3BAAAD%2CsBAPR%2CQAAO%2CcAID%2CoBAAkB%2COAGf%3BE7E7oDb%2CkBAAA%3B%3BAACA%2CsB6EkoDI%2CwBAKM%2CIAIG%2CO7E3oDZ%3BAAAD%2CsB6EmoDI%2CkBAAkB%2CGAAE%2COAAO%2CkBAIrB%2CIAIG%2CO7E3oDZ%3BAAAD%2CsB6EooDI%2CkBAAkB%2CGAAE%2COAAO%2CkBAGrB%2CIAIG%2CO7E3oDZ%3BAAAD%2CsB6EqoDI%2CQAAO%2CcAED%2CIAIG%2CO7E3oDZ%3BAAAD%2CsB6EkoDI%2CwBAMK%2CoBAAkB%2COAGd%2CO7E3oDZ%3BAAAD%2CsB6EmoDI%2CkBAAkB%2CGAAE%2COAAO%2CkBAKtB%2CoBAAkB%2COAGd%2CO7E3oDZ%3BAAAD%2CsB6EooDI%2CkBAAkB%2CGAAE%2COAAO%2CkBAItB%2CoBAAkB%2COAGd%2CO7E3oDZ%3BAAAD%2CsB6EqoDI%2CQAAO%2CcAGF%2CoBAAkB%2COAGd%2CO7E3oDZ%3BAAAD%2CsB6EkoDI%2CwBAOM%2CoBAAkB%2COAEf%2CO7E3oDZ%3BAAAD%2CsB6EmoDI%2CkBAAkB%2CGAAE%2COAAO%2CkBAMrB%2CoBAAkB%2COAEf%2CO7E3oDZ%3BAAAD%2CsB6EooDI%2CkBAAkB%2CGAAE%2COAAO%2CkBAKrB%2CoBAAkB%2COAEf%2CO7E3oDZ%3BAAAD%2CsB6EqoDI%2CQAAO%2CcAID%2CoBAAkB%2COAEf%2CO7E3oDZ%3BAAAD%2CsB6EkoDI%2CwBAKM%2CIAKG%2CO7E5oDZ%3BAAAD%2CsB6EmoDI%2CkBAAkB%2CGAAE%2COAAO%2CkBAIrB%2CIAKG%2CO7E5oDZ%3BAAAD%2CsB6EooDI%2CkBAAkB%2CGAAE%2COAAO%2CkBAGrB%2CIAKG%2CO7E5oDZ%3BAAAD%2CsB6EqoDI%2CQAAO%2CcAED%2CIAKG%2CO7E5oDZ%3BAAAD%2CsB6EkoDI%2CwBAMK%2CoBAAkB%2COAId%2CO7E5oDZ%3BAAAD%2CsB6EmoDI%2CkBAAkB%2CGAAE%2COAAO%2CkBAKtB%2CoBAAkB%2COAId%2CO7E5oDZ%3BAAAD%2CsB6EooDI%2CkBAAkB%2CGAAE%2COAAO%2CkBAItB%2CoBAAkB%2COAId%2CO7E5oDZ%3BAAAD%2CsB6EqoDI%2CQAAO%2CcAGF%2CoBAAkB%2COAId%2CO7E5oDZ%3BAAAD%2CsB6EkoDI%2CwBAOM%2CoBAAkB%2COAGf%2CO7E5oDZ%3BAAAD%2CsB6EmoDI%2CkBAAkB%2CGAAE%2COAAO%2CkBAMrB%2CoBAAkB%2COAGf%2CO7E5oDZ%3BAAAD%2CsB6EooDI%2CkBAAkB%2CGAAE%2COAAO%2CkBAKrB%2CoBAAkB%2COAGf%2CO7E5oDZ%3BAAAD%2CsB6EqoDI%2CQAAO%2CcAID%2CoBAAkB%2COAGf%2CO7E5oDZ%3BAACD%2CsB6EioDI%2CwBAKM%2CIAIG%2CO7E1oDZ%3BAAAD%2CsB6EkoDI%2CkBAAkB%2CGAAE%2COAAO%2CkBAIrB%2CIAIG%2CO7E1oDZ%3BAAAD%2CsB6EmoDI%2CkBAAkB%2CGAAE%2COAAO%2CkBAGrB%2CIAIG%2CO7E1oDZ%3BAAAD%2CsB6EooDI%2CQAAO%2CcAED%2CIAIG%2CO7E1oDZ%3BAAAD%2CsB6EioDI%2CwBAMK%2CoBAAkB%2COAGd%2CO7E1oDZ%3BAAAD%2CsB6EkoDI%2CkBAAkB%2CGAAE%2COAAO%2CkBAKtB%2CoBAAkB%2COAGd%2CO7E1oDZ%3BAAAD%2CsB6EmoDI%2CkBAAkB%2CGAAE%2COAAO%2CkBAItB%2CoBAAkB%2COAGd%2CO7E1oDZ%3BAAAD%2CsB6EooDI%2CQAAO%2CcAGF%2CoBAAkB%2COAGd%2CO7E1oDZ%3BAAAD%2CsB6EioDI%2CwBAOM%2CoBAAkB%2COAEf%2CO7E1oDZ%3BAAAD%2CsB6EkoDI%2CkBAAkB%2CGAAE%2COAAO%2CkBAMrB%2CoBAAkB%2COAEf%2CO7E1oDZ%3BAAAD%2CsB6EmoDI%2CkBAAkB%2CGAAE%2COAAO%2CkBAKrB%2CoBAAkB%2COAEf%2CO7E1oDZ%3BAAAD%2CsB6EooDI%2CQAAO%2CcAID%2CoBAAkB%2COAEf%2CO7E1oDZ%3BAAAD%2CsB6EioDI%2CwBAKM%2CIAKG%2CO7E3oDZ%3BAAAD%2CsB6EkoDI%2CkBAAkB%2CGAAE%2COAAO%2CkBAIrB%2CIAKG%2CO7E3oDZ%3BAAAD%2CsB6EmoDI%2CkBAAkB%2CGAAE%2COAAO%2CkBAGrB%2CIAKG%2CO7E3oDZ%3BAAAD%2CsB6EooDI%2CQAAO%2CcAED%2CIAKG%2CO7E3oDZ%3BAAAD%2CsB6EioDI%2CwBAMK%2CoBAAkB%2COAId%2CO7E3oDZ%3BAAAD%2CsB6EkoDI%2CkBAAkB%2CGAAE%2COAAO%2CkBAKtB%2CoBAAkB%2COAId%2CO7E3oDZ%3BAAAD%2CsB6EmoDI%2CkBAAkB%2CGAAE%2COAAO%2CkBAItB%2CoBAAkB%2COAId%2CO7E3oDZ%3BAAAD%2CsB6EooDI%2CQAAO%2CcAGF%2CoBAAkB%2COAId%2CO7E3oDZ%3BAAAD%2CsB6EioDI%2CwBAOM%2CoBAAkB%2COAGf%2CO7E3oDZ%3BAAAD%2CsB6EkoDI%2CkBAAkB%2CGAAE%2COAAO%2CkBAMrB%2CoBAAkB%2COAGf%2CO7E3oDZ%3BAAAD%2CsB6EmoDI%2CkBAAkB%2CGAAE%2COAAO%2CkBAKrB%2CoBAAkB%2COAGf%2CO7E3oDZ%3BAAAD%2CsB6EooDI%2CQAAO%2CcAID%2CoBAAkB%2COAGf%2CO7E3oDZ%3BEACG%2CkBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CQAAA%3BEACA%2CSAAA%3BE%5C%2FDkNJ%2C8BAAA%3BEAhBF%2CmB%2BDhMkB%2CsBAAsB%2Cc%5C%2FDgMxC%3BEACK%2CgB%2BDjMa%2CsBAAsB%2Cc%5C%2FDiMnC%3BEACC%2Ce%2BDlMY%2CsBAAsB%2Cc%5C%2FDkMlC%3BEAcJ%2CW%2BDhNgB%2CsBAAsB%2Cc%5C%2FDgNtC%3BEAhBF%2C%2BGAAA%3BEACK%2C4GAAA%3BEACC%2C2GAAA%3BEAcJ%2CuGAAA%3B%3BA%2BD3MA%2CsB6EsnDI%2CwBAKM%2CIAIG%2CO7E%5C%2FnDZ%3BAAAD%2CsB6EunDI%2CkBAAkB%2CGAAE%2COAAO%2CkBAIrB%2CIAIG%2CO7E%5C%2FnDZ%3BAAAD%2CsB6EwnDI%2CkBAAkB%2CGAAE%2COAAO%2CkBAGrB%2CIAIG%2CO7E%5C%2FnDZ%3BAAAD%2CsB6EynDI%2CQAAO%2CcAED%2CIAIG%2CO7E%5C%2FnDZ%3BAAAD%2CsB6EsnDI%2CwBAMK%2CoBAAkB%2COAGd%2CO7E%5C%2FnDZ%3BAAAD%2CsB6EunDI%2CkBAAkB%2CGAAE%2COAAO%2CkBAKtB%2CoBAAkB%2COAGd%2CO7E%5C%2FnDZ%3BAAAD%2CsB6EwnDI%2CkBAAkB%2CGAAE%2COAAO%2CkBAItB%2CoBAAkB%2COAGd%2CO7E%5C%2FnDZ%3BAAAD%2CsB6EynDI%2CQAAO%2CcAGF%2CoBAAkB%2COAGd%2CO7E%5C%2FnDZ%3BAAAD%2CsB6EsnDI%2CwBAOM%2CoBAAkB%2COAEf%2CO7E%5C%2FnDZ%3BAAAD%2CsB6EunDI%2CkBAAkB%2CGAAE%2COAAO%2CkBAMrB%2CoBAAkB%2COAEf%2CO7E%5C%2FnDZ%3BAAAD%2CsB6EwnDI%2CkBAAkB%2CGAAE%2COAAO%2CkBAKrB%2CoBAAkB%2COAEf%2CO7E%5C%2FnDZ%3BAAAD%2CsB6EynDI%2CQAAO%2CcAID%2CoBAAkB%2COAEf%2CO7E%5C%2FnDZ%3BAAAD%2CsB6EsnDI%2CwBAKM%2CIAKG%2CO7EhoDZ%3BAAAD%2CsB6EunDI%2CkBAAkB%2CGAAE%2COAAO%2CkBAIrB%2CIAKG%2CO7EhoDZ%3BAAAD%2CsB6EwnDI%2CkBAAkB%2CGAAE%2COAAO%2CkBAGrB%2CIAKG%2CO7EhoDZ%3BAAAD%2CsB6EynDI%2CQAAO%2CcAED%2CIAKG%2CO7EhoDZ%3BAAAD%2CsB6EsnDI%2CwBAMK%2CoBAAkB%2COAId%2CO7EhoDZ%3BAAAD%2CsB6EunDI%2CkBAAkB%2CGAAE%2COAAO%2CkBAKtB%2CoBAAkB%2COAId%2CO7EhoDZ%3BAAAD%2CsB6EwnDI%2CkBAAkB%2CGAAE%2COAAO%2CkBAItB%2CoBAAkB%2COAId%2CO7EhoDZ%3BAAAD%2CsB6EynDI%2CQAAO%2CcAGF%2CoBAAkB%2COAId%2CO7EhoDZ%3BAAAD%2CsB6EsnDI%2CwBAOM%2CoBAAkB%2COAGf%2CO7EhoDZ%3BAAAD%2CsB6EunDI%2CkBAAkB%2CGAAE%2COAAO%2CkBAMrB%2CoBAAkB%2COAGf%2CO7EhoDZ%3BAAAD%2CsB6EwnDI%2CkBAAkB%2CGAAE%2COAAO%2CkBAKrB%2CoBAAkB%2COAGf%2CO7EhoDZ%3BAAAD%2CsB6EynDI%2CQAAO%2CcAID%2CoBAAkB%2COAGf%2CO7EhoDZ%3BE%5C%2FD2MD%2CUAAA%3BEAAA%2CYAAA%3B%3BA%2BDvMA%2CsB6EknDI%2CwBAKM%2CIAIG%2CO7E3nDZ%3BAAAD%2CsB6EmnDI%2CkBAAkB%2CGAAE%2COAAO%2CkBAIrB%2CIAIG%2CO7E3nDZ%3BAAAD%2CsB6EonDI%2CkBAAkB%2CGAAE%2COAAO%2CkBAGrB%2CIAIG%2CO7E3nDZ%3BAAAD%2CsB6EqnDI%2CQAAO%2CcAED%2CIAIG%2CO7E3nDZ%3BAAAD%2CsB6EknDI%2CwBAMK%2CoBAAkB%2COAGd%2CO7E3nDZ%3BAAAD%2CsB6EmnDI%2CkBAAkB%2CGAAE%2COAAO%2CkBAKtB%2CoBAAkB%2COAGd%2CO7E3nDZ%3BAAAD%2CsB6EonDI%2CkBAAkB%2CGAAE%2COAAO%2CkBAItB%2CoBAAkB%2COAGd%2CO7E3nDZ%3BAAAD%2CsB6EqnDI%2CQAAO%2CcAGF%2CoBAAkB%2COAGd%2CO7E3nDZ%3BAAAD%2CsB6EknDI%2CwBAOM%2CoBAAkB%2COAEf%2CO7E3nDZ%3BAAAD%2CsB6EmnDI%2CkBAAkB%2CGAAE%2COAAO%2CkBAMrB%2CoBAAkB%2COAEf%2CO7E3nDZ%3BAAAD%2CsB6EonDI%2CkBAAkB%2CGAAE%2COAAO%2CkBAKrB%2CoBAAkB%2COAEf%2CO7E3nDZ%3BAAAD%2CsB6EqnDI%2CQAAO%2CcAID%2CoBAAkB%2COAEf%2CO7E3nDZ%3BAAAD%2CsB6EknDI%2CwBAKM%2CIAKG%2CO7E5nDZ%3BAAAD%2CsB6EmnDI%2CkBAAkB%2CGAAE%2COAAO%2CkBAIrB%2CIAKG%2CO7E5nDZ%3BAAAD%2CsB6EonDI%2CkBAAkB%2CGAAE%2COAAO%2CkBAGrB%2CIAKG%2CO7E5nDZ%3BAAAD%2CsB6EqnDI%2CQAAO%2CcAED%2CIAKG%2CO7E5nDZ%3BAAAD%2CsB6EknDI%2CwBAMK%2CoBAAkB%2COAId%2CO7E5nDZ%3BAAAD%2CsB6EmnDI%2CkBAAkB%2CGAAE%2COAAO%2CkBAKtB%2CoBAAkB%2COAId%2CO7E5nDZ%3BAAAD%2CsB6EonDI%2CkBAAkB%2CGAAE%2COAAO%2CkBAItB%2CoBAAkB%2COAId%2CO7E5nDZ%3BAAAD%2CsB6EqnDI%2CQAAO%2CcAGF%2CoBAAkB%2COAId%2CO7E5nDZ%3BAAAD%2CsB6EknDI%2CwBAOM%2CoBAAkB%2COAGf%2CO7E5nDZ%3BAAAD%2CsB6EmnDI%2CkBAAkB%2CGAAE%2COAAO%2CkBAMrB%2CoBAAkB%2COAGf%2CO7E5nDZ%3BAAAD%2CsB6EonDI%2CkBAAkB%2CGAAE%2COAAO%2CkBAKrB%2CoBAAkB%2COAGf%2CO7E5nDZ%3BAAAD%2CsB6EqnDI%2CQAAO%2CcAID%2CoBAAkB%2COAGf%2CO7E5nDZ%3BE%5C%2FDuMD%2CWAAA%3BEAAA%2CWAAA%3BE%2BDpMI%2CUAAA%3B%3BA6E4nDQ%2CsBAbR%2CwBAKM%2CIAQG%3BAAAD%2CsBAZR%2CkBAAkB%2CGAAE%2COAAO%2CkBAIrB%2CIAQG%3BAAAD%2CsBAXR%2CkBAAkB%2CGAAE%2COAAO%2CkBAGrB%2CIAQG%3BAAAD%2CsBAVR%2CQAAO%2CcAED%2CIAQG%3BAAAD%2CsBAbR%2CwBAMK%2CoBAAkB%2COAOd%3BAAAD%2CsBAZR%2CkBAAkB%2CGAAE%2COAAO%2CkBAKtB%2CoBAAkB%2COAOd%3BAAAD%2CsBAXR%2CkBAAkB%2CGAAE%2COAAO%2CkBAItB%2CoBAAkB%2COAOd%3BAAAD%2CsBAVR%2CQAAO%2CcAGF%2CoBAAkB%2COAOd%3BAAAD%2CsBAbR%2CwBAOM%2CoBAAkB%2COAMf%3BAAAD%2CsBAZR%2CkBAAkB%2CGAAE%2COAAO%2CkBAMrB%2CoBAAkB%2COAMf%3BAAAD%2CsBAXR%2CkBAAkB%2CGAAE%2COAAO%2CkBAKrB%2CoBAAkB%2COAMf%3BAAAD%2CsBAVR%2CQAAO%2CcAID%2CoBAAkB%2COAMf%3BEACG%2CUAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3B%3BAAEJ%2CsBAlBR%2CwBAKM%2CIAaG%3BAAAD%2CsBAjBR%2CkBAAkB%2CGAAE%2COAAO%2CkBAIrB%2CIAaG%3BAAAD%2CsBAhBR%2CkBAAkB%2CGAAE%2COAAO%2CkBAGrB%2CIAaG%3BAAAD%2CsBAfR%2CQAAO%2CcAED%2CIAaG%3BAAAD%2CsBAlBR%2CwBAMK%2CoBAAkB%2COAYd%3BAAAD%2CsBAjBR%2CkBAAkB%2CGAAE%2COAAO%2CkBAKtB%2CoBAAkB%2COAYd%3BAAAD%2CsBAhBR%2CkBAAkB%2CGAAE%2COAAO%2CkBAItB%2CoBAAkB%2COAYd%3BAAAD%2CsBAfR%2CQAAO%2CcAGF%2CoBAAkB%2COAYd%3BAAAD%2CsBAlBR%2CwBAOM%2CoBAAkB%2COAWf%3BAAAD%2CsBAjBR%2CkBAAkB%2CGAAE%2COAAO%2CkBAMrB%2CoBAAkB%2COAWf%3BAAAD%2CsBAhBR%2CkBAAkB%2CGAAE%2COAAO%2CkBAKrB%2CoBAAkB%2COAWf%3BAAAD%2CsBAfR%2CQAAO%2CcAID%2CoBAAkB%2COAWf%3BEACG%2CWAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3B%3BA7EhoDhB%2CsB6E2mDI%2CwBAKM%2CIAkBG%2CgB7EloDZ%3BAAAD%2CsB6E4mDI%2CkBAAkB%2CGAAE%2COAAO%2CkBAIrB%2CIAkBG%2CgB7EloDZ%3BAAAD%2CsB6E6mDI%2CkBAAkB%2CGAAE%2COAAO%2CkBAGrB%2CIAkBG%2CgB7EloDZ%3BAAAD%2CsB6E8mDI%2CQAAO%2CcAED%2CIAkBG%2CgB7EloDZ%3BAAAD%2CsB6E2mDI%2CwBAMK%2CoBAAkB%2COAiBd%2CgB7EloDZ%3BAAAD%2CsB6E4mDI%2CkBAAkB%2CGAAE%2COAAO%2CkBAKtB%2CoBAAkB%2COAiBd%2CgB7EloDZ%3BAAAD%2CsB6E6mDI%2CkBAAkB%2CGAAE%2COAAO%2CkBAItB%2CoBAAkB%2COAiBd%2CgB7EloDZ%3BAAAD%2CsB6E8mDI%2CQAAO%2CcAGF%2CoBAAkB%2COAiBd%2CgB7EloDZ%3BAAAD%2CsB6E2mDI%2CwBAOM%2CoBAAkB%2COAgBf%2CgB7EloDZ%3BAAAD%2CsB6E4mDI%2CkBAAkB%2CGAAE%2COAAO%2CkBAMrB%2CoBAAkB%2COAgBf%2CgB7EloDZ%3BAAAD%2CsB6E6mDI%2CkBAAkB%2CGAAE%2COAAO%2CkBAKrB%2CoBAAkB%2COAgBf%2CgB7EloDZ%3BAAAD%2CsB6E8mDI%2CQAAO%2CcAID%2CoBAAkB%2COAgBf%2CgB7EloDZ%3BAACD%2CsB6E0mDI%2CwBAKM%2CIAkBG%2CgB7EjoDZ%3BAAAD%2CsB6E2mDI%2CkBAAkB%2CGAAE%2COAAO%2CkBAIrB%2CIAkBG%2CgB7EjoDZ%3BAAAD%2CsB6E4mDI%2CkBAAkB%2CGAAE%2COAAO%2CkBAGrB%2CIAkBG%2CgB7EjoDZ%3BAAAD%2CsB6E6mDI%2CQAAO%2CcAED%2CIAkBG%2CgB7EjoDZ%3BAAAD%2CsB6E0mDI%2CwBAMK%2CoBAAkB%2COAiBd%2CgB7EjoDZ%3BAAAD%2CsB6E2mDI%2CkBAAkB%2CGAAE%2COAAO%2CkBAKtB%2CoBAAkB%2COAiBd%2CgB7EjoDZ%3BAAAD%2CsB6E4mDI%2CkBAAkB%2CGAAE%2COAAO%2CkBAItB%2CoBAAkB%2COAiBd%2CgB7EjoDZ%3BAAAD%2CsB6E6mDI%2CQAAO%2CcAGF%2CoBAAkB%2COAiBd%2CgB7EjoDZ%3BAAAD%2CsB6E0mDI%2CwBAOM%2CoBAAkB%2COAgBf%2CgB7EjoDZ%3BAAAD%2CsB6E2mDI%2CkBAAkB%2CGAAE%2COAAO%2CkBAMrB%2CoBAAkB%2COAgBf%2CgB7EjoDZ%3BAAAD%2CsB6E4mDI%2CkBAAkB%2CGAAE%2COAAO%2CkBAKrB%2CoBAAkB%2COAgBf%2CgB7EjoDZ%3BAAAD%2CsB6E6mDI%2CQAAO%2CcAID%2CoBAAkB%2COAgBf%2CgB7EjoDZ%3BE%5C%2FD%2BKH%2CmB%2BD9KkB%2CsBAAqB%2Ca%5C%2FD8KvC%3BEACK%2CgB%2BD%5C%2FKa%2CsBAAqB%2Ca%5C%2FD%2BKlC%3BEACC%2Ce%2BDhLY%2CsBAAqB%2Ca%5C%2FDgLjC%3BEAcJ%2CW%2BD9LgB%2CsBAAqB%2Ca%5C%2FD8LrC%3B%3BA%2BD3LA%2CsB6EsmDI%2CwBAKM%2CIAkBG%2CgB7E7nDZ%3BAAAD%2CsB6EumDI%2CkBAAkB%2CGAAE%2COAAO%2CkBAIrB%2CIAkBG%2CgB7E7nDZ%3BAAAD%2CsB6EwmDI%2CkBAAkB%2CGAAE%2COAAO%2CkBAGrB%2CIAkBG%2CgB7E7nDZ%3BAAAD%2CsB6EymDI%2CQAAO%2CcAED%2CIAkBG%2CgB7E7nDZ%3BAAAD%2CsB6EsmDI%2CwBAMK%2CoBAAkB%2COAiBd%2CgB7E7nDZ%3BAAAD%2CsB6EumDI%2CkBAAkB%2CGAAE%2COAAO%2CkBAKtB%2CoBAAkB%2COAiBd%2CgB7E7nDZ%3BAAAD%2CsB6EwmDI%2CkBAAkB%2CGAAE%2COAAO%2CkBAItB%2CoBAAkB%2COAiBd%2CgB7E7nDZ%3BAAAD%2CsB6EymDI%2CQAAO%2CcAGF%2CoBAAkB%2COAiBd%2CgB7E7nDZ%3BAAAD%2CsB6EsmDI%2CwBAOM%2CoBAAkB%2COAgBf%2CgB7E7nDZ%3BAAAD%2CsB6EumDI%2CkBAAkB%2CGAAE%2COAAO%2CkBAMrB%2CoBAAkB%2COAgBf%2CgB7E7nDZ%3BAAAD%2CsB6EwmDI%2CkBAAkB%2CGAAE%2COAAO%2CkBAKrB%2CoBAAkB%2COAgBf%2CgB7E7nDZ%3BAAAD%2CsB6EymDI%2CQAAO%2CcAID%2CoBAAkB%2COAgBf%2CgB7E7nDZ%3BEACG%2CUAAA%3B%3BA6Em6CJ%2CsBAkMI%2CwBA2BI%3BAA7NR%2CsBAmMI%2CkBAAkB%2CGAAE%2COAAO%2CkBA0BvB%3BAA7NR%2CsBAoMI%2CkBAAkB%2CGAAE%2COAAO%2CkBAyBvB%3BAA7NR%2CsBAqMI%2CQAAO%2CcAwBH%3BEACI%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CeAAA%3B%3BAArOZ%2CsBAkMI%2CwBAqCI%3BAAvOR%2CsBAmMI%2CkBAAkB%2CGAAE%2COAAO%2CkBAoCvB%3BAAvOR%2CsBAoMI%2CkBAAkB%2CGAAE%2COAAO%2CkBAmCvB%3BAAvOR%2CsBAqMI%2CQAAO%2CcAkCH%3BEACI%2CaAAA%3B%3BAAxOZ%2CsBAkMI%2CwBAqCI%2CcAEM%2CKACI%3BAA1OlB%2CsBAmMI%2CkBAAkB%2CGAAE%2COAAO%2CkBAoCvB%2CcAEM%2CKACI%3BAA1OlB%2CsBAoMI%2CkBAAkB%2CGAAE%2COAAO%2CkBAmCvB%2CcAEM%2CKACI%3BAA1OlB%2CsBAqMI%2CQAAO%2CcAkCH%2CcAEM%2CKACI%3BEACE%2CkBAAA%3B%3BAAGR%2CsBA5CR%2CwBAqCI%2CcAOK%3BAAAD%2CsBA3CR%2CkBAAkB%2CGAAE%2COAAO%2CkBAoCvB%2CcAOK%3BAAAD%2CsBA1CR%2CkBAAkB%2CGAAE%2COAAO%2CkBAmCvB%2CcAOK%3BAAAD%2CsBAzCR%2CQAAO%2CcAkCH%2CcAOK%3BEACG%2CYAAA%3BEACA%2CUAAA%3BEACA%2CmBAAA%3B%3BAAjPhB%2CsBAkMI%2CwBAkDI%3BAApPR%2CsBAmMI%2CkBAAkB%2CGAAE%2COAAO%2CkBAiDvB%3BAApPR%2CsBAoMI%2CkBAAkB%2CGAAE%2COAAO%2CkBAgDvB%3BAApPR%2CsBAqMI%2CQAAO%2CcA%2BCH%3BAApPR%2CsBAkMI%2CwBAmDI%3BAArPR%2CsBAmMI%2CkBAAkB%2CGAAE%2COAAO%2CkBAkDvB%3BAArPR%2CsBAoMI%2CkBAAkB%2CGAAE%2COAAO%2CkBAiDvB%3BAArPR%2CsBAqMI%2CQAAO%2CcAgDH%3BEACI%2CiCAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CaAAA%3B%3BAAzPZ%2CsBAkMI%2CwBAkDI%2CSAMI%2CcAAc%3BAA1P1B%2CsBAmMI%2CkBAAkB%2CGAAE%2COAAO%2CkBAiDvB%2CSAMI%2CcAAc%3BAA1P1B%2CsBAoMI%2CkBAAkB%2CGAAE%2COAAO%2CkBAgDvB%2CSAMI%2CcAAc%3BAA1P1B%2CsBAqMI%2CQAAO%2CcA%2BCH%2CSAMI%2CcAAc%3BAA1P1B%2CsBAkMI%2CwBAmDI%2CkBAKI%2CcAAc%3BAA1P1B%2CsBAmMI%2CkBAAkB%2CGAAE%2COAAO%2CkBAkDvB%2CkBAKI%2CcAAc%3BAA1P1B%2CsBAoMI%2CkBAAkB%2CGAAE%2COAAO%2CkBAiDvB%2CkBAKI%2CcAAc%3BAA1P1B%2CsBAqMI%2CQAAO%2CcAgDH%2CkBAKI%2CcAAc%3BEACV%2CaAAA%3B%3BAAEJ%2CsBA3DR%2CwBAkDI%2CSASK%2CIAAI%3BAAAL%2CsBA1DR%2CkBAAkB%2CGAAE%2COAAO%2CkBAiDvB%2CSASK%2CIAAI%3BAAAL%2CsBAzDR%2CkBAAkB%2CGAAE%2COAAO%2CkBAgDvB%2CSASK%2CIAAI%3BAAAL%2CsBAxDR%2CQAAO%2CcA%2BCH%2CSASK%2CIAAI%3BAAAL%2CsBA3DR%2CwBAmDI%2CkBAQK%2CIAAI%3BAAAL%2CsBA1DR%2CkBAAkB%2CGAAE%2COAAO%2CkBAkDvB%2CkBAQK%2CIAAI%3BAAAL%2CsBAzDR%2CkBAAkB%2CGAAE%2COAAO%2CkBAiDvB%2CkBAQK%2CIAAI%3BAAAL%2CsBAxDR%2CQAAO%2CcAgDH%2CkBAQK%2CIAAI%3BEACD%2CgBAAA%3BEACA%2CiBAAA%3B%3BAAFJ%2CsBA3DR%2CwBAkDI%2CSASK%2CIAAI%2CcAGD%3BAAHJ%2CsBA1DR%2CkBAAkB%2CGAAE%2COAAO%2CkBAiDvB%2CSASK%2CIAAI%2CcAGD%3BAAHJ%2CsBAzDR%2CkBAAkB%2CGAAE%2COAAO%2CkBAgDvB%2CSASK%2CIAAI%2CcAGD%3BAAHJ%2CsBAxDR%2CQAAO%2CcA%2BCH%2CSASK%2CIAAI%2CcAGD%3BAAHJ%2CsBA3DR%2CwBAmDI%2CkBAQK%2CIAAI%2CcAGD%3BAAHJ%2CsBA1DR%2CkBAAkB%2CGAAE%2COAAO%2CkBAkDvB%2CkBAQK%2CIAAI%2CcAGD%3BAAHJ%2CsBAzDR%2CkBAAkB%2CGAAE%2COAAO%2CkBAiDvB%2CkBAQK%2CIAAI%2CcAGD%3BAAHJ%2CsBAxDR%2CQAAO%2CcAgDH%2CkBAQK%2CIAAI%2CcAGD%3BEACI%2C0BAAA%3B%3BAAJR%2CsBA3DR%2CwBAkDI%2CSASK%2CIAAI%2CcAGD%2CGAEI%2CGACM%3BAANd%2CsBA1DR%2CkBAAkB%2CGAAE%2COAAO%2CkBAiDvB%2CSASK%2CIAAI%2CcAGD%2CGAEI%2CGACM%3BAANd%2CsBAzDR%2CkBAAkB%2CGAAE%2COAAO%2CkBAgDvB%2CSASK%2CIAAI%2CcAGD%2CGAEI%2CGACM%3BAANd%2CsBAxDR%2CQAAO%2CcA%2BCH%2CSASK%2CIAAI%2CcAGD%2CGAEI%2CGACM%3BAANd%2CsBA3DR%2CwBAmDI%2CkBAQK%2CIAAI%2CcAGD%2CGAEI%2CGACM%3BAANd%2CsBA1DR%2CkBAAkB%2CGAAE%2COAAO%2CkBAkDvB%2CkBAQK%2CIAAI%2CcAGD%2CGAEI%2CGACM%3BAANd%2CsBAzDR%2CkBAAkB%2CGAAE%2COAAO%2CkBAiDvB%2CkBAQK%2CIAAI%2CcAGD%2CGAEI%2CGACM%3BAANd%2CsBAxDR%2CQAAO%2CcAgDH%2CkBAQK%2CIAAI%2CcAGD%2CGAEI%2CGACM%3BEACE%2CkBAAA%3B%3BAAPhB%2CsBA3DR%2CwBAkDI%2CSASK%2CIAAI%2CcAGD%2CGAEI%2CGAII%2CGACM%3BAAVlB%2CsBA1DR%2CkBAAkB%2CGAAE%2COAAO%2CkBAiDvB%2CSASK%2CIAAI%2CcAGD%2CGAEI%2CGAII%2CGACM%3BAAVlB%2CsBAzDR%2CkBAAkB%2CGAAE%2COAAO%2CkBAgDvB%2CSASK%2CIAAI%2CcAGD%2CGAEI%2CGAII%2CGACM%3BAAVlB%2CsBAxDR%2CQAAO%2CcA%2BCH%2CSASK%2CIAAI%2CcAGD%2CGAEI%2CGAII%2CGACM%3BAAVlB%2CsBA3DR%2CwBAmDI%2CkBAQK%2CIAAI%2CcAGD%2CGAEI%2CGAII%2CGACM%3BAAVlB%2CsBA1DR%2CkBAAkB%2CGAAE%2COAAO%2CkBAkDvB%2CkBAQK%2CIAAI%2CcAGD%2CGAEI%2CGAII%2CGACM%3BAAVlB%2CsBAzDR%2CkBAAkB%2CGAAE%2COAAO%2CkBAiDvB%2CkBAQK%2CIAAI%2CcAGD%2CGAEI%2CGAII%2CGACM%3BAAVlB%2CsBAxDR%2CQAAO%2CcAgDH%2CkBAQK%2CIAAI%2CcAGD%2CGAEI%2CGAII%2CGACM%3BEACE%2CkBAAA%3B%3BAAXpB%2CsBA3DR%2CwBAkDI%2CSASK%2CIAAI%2CcAGD%2CGAEI%2CGAII%2CGAII%2CGACM%3BAAdtB%2CsBA1DR%2CkBAAkB%2CGAAE%2COAAO%2CkBAiDvB%2CSASK%2CIAAI%2CcAGD%2CGAEI%2CGAII%2CGAII%2CGACM%3BAAdtB%2CsBAzDR%2CkBAAkB%2CGAAE%2COAAO%2CkBAgDvB%2CSASK%2CIAAI%2CcAGD%2CGAEI%2CGAII%2CGAII%2CGACM%3BAAdtB%2CsBAxDR%2CQAAO%2CcA%2BCH%2CSASK%2CIAAI%2CcAGD%2CGAEI%2CGAII%2CGAII%2CGACM%3BAAdtB%2CsBA3DR%2CwBAmDI%2CkBAQK%2CIAAI%2CcAGD%2CGAEI%2CGAII%2CGAII%2CGACM%3BAAdtB%2CsBA1DR%2CkBAAkB%2CGAAE%2COAAO%2CkBAkDvB%2CkBAQK%2CIAAI%2CcAGD%2CGAEI%2CGAII%2CGAII%2CGACM%3BAAdtB%2CsBAzDR%2CkBAAkB%2CGAAE%2COAAO%2CkBAiDvB%2CkBAQK%2CIAAI%2CcAGD%2CGAEI%2CGAII%2CGAII%2CGACM%3BAAdtB%2CsBAxDR%2CQAAO%2CcAgDH%2CkBAQK%2CIAAI%2CcAGD%2CGAEI%2CGAII%2CGAII%2CGACM%3BEACE%2CkBAAA%3B%3BAAfxB%2CsBA3DR%2CwBAkDI%2CSASK%2CIAAI%2CcAGD%2CGAEI%2CGAII%2CGAII%2CGAII%2CGACM%3BAAlB1B%2CsBA1DR%2CkBAAkB%2CGAAE%2COAAO%2CkBAiDvB%2CSASK%2CIAAI%2CcAGD%2CGAEI%2CGAII%2CGAII%2CGAII%2CGACM%3BAAlB1B%2CsBAzDR%2CkBAAkB%2CGAAE%2COAAO%2CkBAgDvB%2CSASK%2CIAAI%2CcAGD%2CGAEI%2CGAII%2CGAII%2CGAII%2CGACM%3BAAlB1B%2CsBAxDR%2CQAAO%2CcA%2BCH%2CSASK%2CIAAI%2CcAGD%2CGAEI%2CGAII%2CGAII%2CGAII%2CGACM%3BAAlB1B%2CsBA3DR%2CwBAmDI%2CkBAQK%2CIAAI%2CcAGD%2CGAEI%2CGAII%2CGAII%2CGAII%2CGACM%3BAAlB1B%2CsBA1DR%2CkBAAkB%2CGAAE%2COAAO%2CkBAkDvB%2CkBAQK%2CIAAI%2CcAGD%2CGAEI%2CGAII%2CGAII%2CGAII%2CGACM%3BAAlB1B%2CsBAzDR%2CkBAAkB%2CGAAE%2COAAO%2CkBAiDvB%2CkBAQK%2CIAAI%2CcAGD%2CGAEI%2CGAII%2CGAII%2CGAII%2CGACM%3BAAlB1B%2CsBAxDR%2CQAAO%2CcAgDH%2CkBAQK%2CIAAI%2CcAGD%2CGAEI%2CGAII%2CGAII%2CGAII%2CGACM%3BEACE%2CkBAAA%3B%3BAAQ5B%2CsBAtFR%2CwBAkDI%2CSAoCK%2COACK%3BAADN%2CsBArFR%2CkBAAkB%2CGAAE%2COAAO%2CkBAiDvB%2CSAoCK%2COACK%3BAADN%2CsBApFR%2CkBAAkB%2CGAAE%2COAAO%2CkBAgDvB%2CSAoCK%2COACK%3BAADN%2CsBAnFR%2CQAAO%2CcA%2BCH%2CSAoCK%2COACK%3BAADN%2CsBAtFR%2CwBAmDI%2CkBAmCK%2COACK%3BAADN%2CsBArFR%2CkBAAkB%2CGAAE%2COAAO%2CkBAkDvB%2CkBAmCK%2COACK%3BAADN%2CsBApFR%2CkBAAkB%2CGAAE%2COAAO%2CkBAiDvB%2CkBAmCK%2COACK%3BAADN%2CsBAnFR%2CQAAO%2CcAgDH%2CkBAmCK%2COACK%3BAADN%2CsBAtFR%2CwBAkDI%2CSAoCK%2COAEK%2COAAO%3BAAFb%2CsBArFR%2CkBAAkB%2CGAAE%2COAAO%2CkBAiDvB%2CSAoCK%2COAEK%2COAAO%3BAAFb%2CsBApFR%2CkBAAkB%2CGAAE%2COAAO%2CkBAgDvB%2CSAoCK%2COAEK%2COAAO%3BAAFb%2CsBAnFR%2CQAAO%2CcA%2BCH%2CSAoCK%2COAEK%2COAAO%3BAAFb%2CsBAtFR%2CwBAmDI%2CkBAmCK%2COAEK%2COAAO%3BAAFb%2CsBArFR%2CkBAAkB%2CGAAE%2COAAO%2CkBAkDvB%2CkBAmCK%2COAEK%2COAAO%3BAAFb%2CsBApFR%2CkBAAkB%2CGAAE%2COAAO%2CkBAiDvB%2CkBAmCK%2COAEK%2COAAO%3BAAFb%2CsBAnFR%2CQAAO%2CcAgDH%2CkBAmCK%2COAEK%2COAAO%3BEACL%2CcAAA%3B%3BAA3RpB%2CsBAkMI%2CwBA6FI%2CkBACI%2CGACM%3BAAjSlB%2CsBAmMI%2CkBAAkB%2CGAAE%2COAAO%2CkBA4FvB%2CkBACI%2CGACM%3BAAjSlB%2CsBAoMI%2CkBAAkB%2CGAAE%2COAAO%2CkBA2FvB%2CkBACI%2CGACM%3BAAjSlB%2CsBAqMI%2CQAAO%2CcA0FH%2CkBACI%2CGACM%3BEACE%2CkBAAA%3B%3BAAlSpB%2CsBAuSI%2CkBAAkB%2CkBACd%3BE5IjhDR%2CaCrNkC%2C0CDqNlC%3BEAAA%2CcAAA%3B%3BA4IuhDgB%2CsBAPZ%2CkBAAkB%2CkBAKb%2COACG%2COACK%3BAACD%2CsBARZ%2CkBAAkB%2CkBAKb%2COACG%2COAEK%3BE5IxiDnB%2CmB4IyiDkC%2CsBAAqB%2Ca5IziDvD%3BEACK%2CgB4IwiD6B%2CsBAAqB%2Ca5IxiDlD%3BEACC%2Ce4IuiD4B%2CsBAAqB%2Ca5IviDjD%3BEAcJ%2CW4IyhDgC%2CsBAAqB%2Ca5IzhDrD%3B%3BA4I4hDgB%2CsBAZZ%2CkBAAkB%2CkBAKb%2COACG%2COAMK%3BEACG%2CUAAA%3B%3BAARZ%2CsBALJ%2CkBAAkB%2CkBAKb%2COAWK%3BEACE%2CcAAA%3BEACA%2CUAAA%3B%3BAOvxDhB%2CmCAAmC%2CqBAC%5C%2FB%3BEACI%2CcAAA%3B%3BAAFR%2CmCAAmC%2CqBAI%5C%2FB%3BEAEI%2CcAAA%3B%3BAANR%2CmCAAmC%2CqBAQ%5C%2FB%2CmBAAkB%3BEACd%2CUAAA%3B%3BAAGR%2C8BAEI%3BEACI%2CaAAA%3B%3BAAHR%2C8BAKI%2CMAAK%3BEACD%2CkBAAA%3B%3BAANR%2C8BAQI%2CUAAY%3BEACR%2C4BAAA%3B%3BAATR%2C8BAWI%3BAAXJ%2C8BAYI%2CUAAY%2CSAAM%2CIAAI%2CSAAY%3BEAC9B%2CeAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3B%3BAAjBR%2C8BAmBI%2CUAAY%2CSAAM%2CIAAI%2CSAAY%3BEAC9B%2CWAAA%3B%3BAApBR%2C8BAuBI%2CgBAAgB%3BAAvBpB%2C8BAwBI%2CaAAa%2CQAAO%3BEpF3E3B%2CoBAAA%3B%3BEACC%2CiBAAA%3B%3BEACA%2CoBAAA%3B%3BEACA%2CqBAAA%3B%3BEACA%2CaAAA%3BEACA%2CeAAA%3BEoFwEU%2CiBAAA%3BEACA%2CmBAAA%3B%3BAA3BR%2C8BAuBI%2CgBAAgB%2COAKZ%2CMAAK%3BAA5Bb%2C8BAwBI%2CaAAa%2CQAAO%2CMAIhB%2CMAAK%3BEACD%2CaAAA%3BEACA%2CMAAA%3B%3BAA9BZ%2C8BAuBI%2CgBAAgB%2COASZ%3BAAhCR%2C8BAwBI%2CaAAa%2CQAAO%2CMAQhB%3BEACI%2CWAAA%3BEACA%2C2BAAA%3B%3BAAlCZ%2C8BAqCI%3BEACI%2CkBAAA%3B%3BAAtCR%2C8BAqCI%2CWAEI%3BEACI%2CWAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3BEACA%2CeAAA%3BEACA%2COAAA%3BEACA%2CQAAA%3BEACA%2CcAAA%3BEACA%2CsBAAA%3BEACA%2CcAAA%3BEACA%2CUAAA%3BEACA%2C0BAAA%3B%3BAAlDZ%2C8BAqCI%2CWAEI%2CwBAYM%3BAAnDd%2C8BAqCI%2CWAEI%2CwB%5C%2FIyCR%2CQAAK%2CcAiED%2CiBAGM%3BEkHxKV%2C4BAAA%3BEtH6OF%2CiCAAA%3BEACK%2C8BAAA%3BEACC%2C6BAAA%3BEAcJ%2CyBAAA%3BEAhBF%2CoCAAA%3BEACK%2CiCAAA%3BEACC%2CgCAAA%3BEAcJ%2C4BAAA%3BEKzDA%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2C4BAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3BELgDA%2CgBAAA%3BEmJnLgB%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3BEACA%2CgBAAA%3B%3BA9IiIhB%2C8B8IvJI%2CWAEI%2CwBAYM%2CS9IyIb%3BAACD%2C8B8IxJI%2CWAEI%2CwBAYM%2CS9I0Ib%3BAADD%2C8B8IvJI%2CWAEI%2CwB%5C%2FIyCR%2CQAAK%2CcAiED%2CiBAGM%2CUCwCT%3BAACD%2C8B8IxJI%2CWAEI%2CwB%5C%2FIyCR%2CQAAK%2CcAiED%2CiBAGM%2CUCyCT%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2C8B8I7JI%2CWAEI%2CwBAYM%2CS9I%2BIb%3BAAAD%2C8B8I7JI%2CWAEI%2CwB%5C%2FIyCR%2CQAAK%2CcAiED%2CiBAGM%2CUC8CT%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2C8B8IlKI%2CWAEI%2CwBAYM%2CS9IoJb%3BAACD%2C8B8InKI%2CWAEI%2CwBAYM%2CS9IqJb%3BAACD%2CQAAQ%2CUAAW%2C%2BB8IpKf%2CWAEI%2CwBAYM%3BA9IoJd%2C8B8IlKI%2CWAEI%2CwB%5C%2FIyCR%2CQAAK%2CcAiED%2CiBAGM%2CUCmDT%3BAACD%2C8B8InKI%2CWAEI%2CwB%5C%2FIyCR%2CQAAK%2CcAiED%2CiBAGM%2CUCoDT%3BAACD%2CQAAQ%2CUAAW%2C%2BB8IpKf%2CWAEI%2CwB%5C%2FIyCR%2CQAAK%2CcAiED%2CiBAGM%3BECsDN%2CoBAAA%3BEL%2BBJ%2CYAAA%3B%3BAmJzOA%2C8BAqCI%2CWAEI%2CwBAYM%2CSASE%3BAA5DhB%2C8BAqCI%2CWAEI%2CwB%5C%2FIyCR%2CQAAK%2CcAiED%2CiBAGM%2CU%2BIxFM%3BEnJ%5C%2FFhB%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAmJ2FgB%2C8BA1BZ%2CWAEI%2CwBAYM%2CSAYG%3BAAAD%2C8BA1BZ%2CWAEI%2CwB%5C%2FIyCR%2CQAAK%2CcAiED%2CiBAGM%2CU%2BIrFO%3BEnJ0KjB%2CSmJxKoD%2COnJwKpD%3BEAAA%2CuBAAA%3BEAAA%2CeAAA%3BEAAA%2CWAAA%3BEAAA%2CcAAA%3B%3BAmJzOA%2C8BAqCI%2CWAEI%2CwBAiCI%3BEACI%2CeAAA%3BEACA%2CMAAA%3BEACA%2COAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEpFhInB%2CoBAAA%3B%3BEACC%2CiBAAA%3B%3BEACA%2CoBAAA%3B%3BEACA%2CqBAAA%3B%3BEACA%2CaAAA%3BEACA%2CeAAA%3BEoF6HkB%2CmBAAA%3BEACA%2CuBAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2C6BAAA%3BEACA%2CSAAA%3BEACA%2CoBAAA%3B%3BAArFhB%2C8BAqCI%2CWAEI%2CwBAiCI%2CyBAcI%3BEACI%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CoBAAA%3BEACA%2CsBAAA%3BEACA%2CUAAA%3B%3BAA3FpB%2C8BAqCI%2CWAEI%2CwBAiCI%2CyBAcI%2CkBAMI%3BEACI%2CgBAAA%3B%3BAAGR%2C8BA3DZ%2CWAEI%2CwBAiCI%2CyBAwBK%3BEACG%2CeAAA%3B%3BAAjGpB%2C8BAsGI%3BEACI%2CoBAAA%3BEACA%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CyBAAA%3B%3BAA1GR%2C8BAsGI%2CuBAKI%3BEACI%2COlJhFO%2C2BkJgFP%3BEnJ6HZ%2CiBAAA%3BE%2BD5RH%2CoBAAA%3B%3BEACC%2CiBAAA%3B%3BEACA%2CoBAAA%3B%3BEACA%2CqBAAA%3B%3BEACA%2CaAAA%3BEACA%2CeAAA%3BEoF6Jc%2C8BAAA%3BEACA%2CWAAA%3B%3BAAhHZ%2C8BAsGI%2CuBAKI%2CiBAMI%3BEACI%2CgBAAA%3B%3BAAlHhB%2C8BAsGI%2CuBAeI%3BEACI%2CaAAA%3B%3BAAtHZ%2C8BAgII%2CeAAe%2CGAAE%2CIAAI%3BAAhIzB%2C8BAiII%3BEA3JJ%2CaAAA%3BEACA%2CsBAAA%3BEACA%2CsBAAA%3BEACA%2CgCAAA%3BEACA%2CyBAAA%3BEACA%2CWAAA%3B%3BAAqBA%2C8BAqII%2CaAAa%3BAArIjB%2C8BAsIK%2CaAAa%3BEACV%2CqBAAA%3BEACA%2CgCAAA%3BEACA%2CalJ5HiB%2CiCkJ4HjB%3BEACA%2COlJ9GW%2C2BkJ8GX%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEnJ6FR%2CiBAAA%3BEAAA%2C0BAAA%3B%3BAmJzOA%2C8BA%2BKI%3BEACI%2CWAAA%3BEACA%2CgBAAA%3B%3BAAjLR%2C8BA%2BKI%2CaAGI%3BEACI%2CWAAA%3B%3BAAnLZ%2C8BA%2BKI%2CaAGI%2CUAEI%2CwBACI%3BEACI%2CWAAA%3B%3BAAEI%2C8BATpB%2CaAGI%2CUAEI%2CwBACI%2CuBAEK%2CcACI%3BEACG%2CSAAS%2CEAAT%3BEACA%2CqBAAA%3BEnJ%2BB9B%2CmBmJ9B0C%2CanJ8B1C%3BEACK%2CgBmJ%5C%2FBqC%2CanJ%2BBrC%3BEACC%2CemJhCoC%2CanJgCpC%3BEAcJ%2CWmJ9CwC%2CanJ8CxC%3BEmJ5C4B%2C6BAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3BEACA%2C6BAAA%3BEACA%2C4BAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CUAAA%3B%3BAAEJ%2C8BAvBpB%2CaAGI%2CUAEI%2CwBACI%2CuBAEK%2CcAeI%3BEACG%2CSAAS%2CEAAT%3BEACA%2CaAAA%3BEACA%2CcAAA%3BEACA%2CkBlJ%5C%2FKR%2C4BkJ%2BKQ%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CQAAA%3BEACA%2CUAAA%3B%3BAA9M5B%2C8BA%2BKI%2CaAGI%2CUAEI%2CwBA8BI%3BEACI%2CeAAA%3B%3BAAnNpB%2C8BA%2BKI%2CaAGI%2CUAEI%2CwBAiCI%2CmBACI%3BEACI%2CgBAAA%3B%3BAAvNxB%2C8BA%2BKI%2CaA6CI%3BEACI%2CYAAA%3BEACA%2CeAAA%3B%3BAA9NZ%2C8BA%2BKI%2CaA6CI%2CqBAGI%2CIAAG%3BEACF%2CmBAAA%3B%3BAAhOb%2C8BA%2BKI%2CaA6CI%2CqBAGI%2CIAAG%2CmDAEC%3BEACI%2CeAAA%3BEACA%2CqBAAA%3B%3BAAnOpB%2C8BA%2BKI%2CaA6CI%2CqBAUI%2CIAAG%2CsDACC%3BEACI%2CeAAA%3BEACA%2CqBAAA%3B%3BAAzOpB%2C8BA%2BKI%2CaA6CI%2CqBAgBI%3BEACI%2CgBAAA%3B%3BAA7OhB%2C8BA%2BKI%2CaA6CI%2CqBAgBI%2C%2BBAEI%3BEACI%2CkBAAA%3B%3BAA%5C%2FOpB%2C8BA%2BKI%2CaA6CI%2CqBAgBI%2C%2BBAEI%2C%2BBAEI%3BEACI%2CWAAA%3BEACA%2CeAAA%3B%3BAAlPxB%2C8BA%2BKI%2CaA6CI%2CqBAgBI%2C%2BBAEI%2C%2BBAEI%2CgCAGI%2CMACI%2CGAAE%2CYAAa%3BEACX%2C6BAAA%3B%3BAArPhC%2C8BA%2BKI%2CaA6CI%2CqBAgBI%2C%2BBAEI%2C%2BBAEI%2CgCAQI%3BEACI%2CSAAA%3BEACA%2CkBAAA%3B%3BAA1P5B%2C8BA%2BKI%2CaA6CI%2CqBAgBI%2C%2BBAEI%2C%2BBAEI%2CgCAQI%2CKAGI%3BEACI%2CaAAA%3BEACA%2CWAAA%3BEACA%2CqBAAA%3B%3BAACA%2C8BAhF5B%2CaA6CI%2CqBAgBI%2C%2BBAEI%2C%2BBAEI%2CgCAQI%2CKAGI%2CGAIK%3BEACG%2CsBAAA%3BEACA%2CkBAAA%3B%3BAAFJ%2C8BAhF5B%2CaA6CI%2CqBAgBI%2C%2BBAEI%2C%2BBAEI%2CgCAQI%2CKAGI%2CGAIK%2CWAGG%2CMAAK%3BEACD%2CSAAA%3B%3BAAnQxC%2C8BA%2BKI%2CaA6CI%2CqBAgBI%2C%2BBA8BI%3BEACI%2CaAAA%3B%3BAA3QpB%2C8BA%2BKI%2CaAgGI%3BAA%5C%2FQR%2C8BA%2BKI%2CaAiGI%3BEACI%2CgBAAA%3B%3BAAjRZ%2C8BA%2BKI%2CaAoGI%3BEACI%2CYAAA%3BEACA%2CgBAAA%3B%3BAArRZ%2C8BA%2BKI%2CaAoGI%2CSAGI%3BEACI%2CaAAA%3B%3BAAvRhB%2C8BA%2BKI%2CaAoGI%2CSAMI%2CiBACI%3BEACI%2CgBAAA%3B%3BAA3RpB%2C8BA%2BKI%2CaAoGI%2CSAMI%2CiBAII%2CUAAS%3BEACL%2CgBAAA%3B%3BAA9RpB%2C8BA%2BKI%2CaAoGI%2CSAcI%2C8BACI%3BEACI%2CYAAA%3B%3BAAEI%2C8BAtHpB%2CaAoGI%2CSAcI%2C8BACI%2CiBAEI%2CeACK%2CIAAI%2CcACD%3BEACI%2CeAAA%3BEACA%2CkBAAA%3B%3BAAxShC%2C8BA%2BKI%2CaAoGI%2CSAcI%2C8BACI%2CiBAEI%2CeAOI%3BEACI%2CSAAA%3B%3BAA5S5B%2C8BA%2BKI%2CaAoGI%2CSAcI%2C8BACI%2CiBAEI%2CeAOI%2C0BAEI%3BEACI%2CgBAAA%3B%3BAA9ShC%2C8BA%2BKI%2CaAoGI%2CSAcI%2C8BACI%2CiBAEI%2CeAaI%2CgBACI%3BEACI%2CeAAA%3BEACA%2CqBAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BAApThC%2C8BA%2BKI%2CaAoGI%2CSAcI%2C8BACI%2CiBAEI%2CeAaI%2CgBACI%2CsBAGI%2CMAAK%3BEACD%2CaAAA%3BEACA%2CQAAA%3B%3BAAvTpC%2C8BA%2BKI%2CaAoGI%2CSAcI%2C8BACI%2CiBAEI%2CeAaI%2CgBACI%2CsBAWI%3BEACI%2CoBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAiBR%2C8BAlKxB%2CaAoGI%2CSAcI%2C8BACI%2CiBAEI%2CeAaI%2CgBAgCK%2CYACG%3BEACI%2CcAAA%3B%3BAAGR%2C8BAvKxB%2CaAoGI%2CSAcI%2C8BACI%2CiBAEI%2CeAaI%2CgBAqCK%2CWACG%3BEACI%2CiBAAA%3B%3BAAxVpC%2C8BA%2BKI%2CaAoGI%2CSAcI%2C8BACI%2CiBAEI%2CeAaI%2CgBA0CI%3BEACI%2CUAAA%3B%3BAA5VhC%2C8BA%2BKI%2CaAoGI%2CSAcI%2C8BACI%2CiBAEI%2CeAaI%2CgBA0CI%2CwBAEI%2CQAAO%3BAA7VvC%2C8BA%2BKI%2CaAoGI%2CSAcI%2C8BACI%2CiBAEI%2CeAaI%2CgBA0CI%2CwBAEqB%2CYAAY%2CQAAO%3BAA7VpE%2C8BA%2BKI%2CaAoGI%2CSAcI%2C8BACI%2CiBAEI%2CeAaI%2CgBA0CI%2CwBAE2D%2CeAAe%2CQAAO%3BEACzE%2CaAAA%3B%3BAA9VpC%2C8BA%2BKI%2CaAoGI%2CSAcI%2C8BACI%2CiBAEI%2CeAaI%2CgBA0CI%2CwBAKI%3BEACI%2CgBAAA%3B%3BAAjWpC%2C8BA%2BKI%2CaA2LI%3BEACI%2CWAAA%3B%3BAA3WZ%2C8BA%2BKI%2CaA8LI%2C0BAA0B%3BEACtB%2CgBAAA%3B%3BAA9WZ%2C8BA%2BKI%2CaA8LI%2C0BAA0B%2CKAEtB%3BEACI%2CSAAA%3BEACA%2CQAAA%3B%3BAAjXhB%2C8BA%2BKI%2CaAqMI%3BEACI%2CgBAAA%3B%3BAArXZ%2C8BA%2BKI%2CaAwMI%2CGAAE%2CkBAAkB%3BEAChB%2CWAAA%3BEACA%2CWAAA%3B%3BAAzXZ%2C8BA%2BKI%2CaA4MI%3BEACI%2CwBAAA%3BEACA%2CsBAAA%3B%3BAA7XZ%2C8BAqYI%2CUACI%3BEACI%2CSAAA%3B%3BAAvYZ%2C8BAqYI%2CUACI%2CYAEI%3BEACI%2CgBAAA%3B%3BAAzYhB%2C8BAqYI%2CUACI%2CYAEI%2CUAEM%3BEACE%2CgBAAA%3B%3BAA3YpB%2C8BAqYI%2CUACI%2CYAEI%2CUAEM%2CSAEI%3BEACE%2CUAAA%3B%3BAA7YxB%2C8BAqYI%2CUAaI%3BEACI%2CgBAAA%3B%3BAAnZZ%2C8BAqYI%2CUAaI%2C2BAEI%2CQACI%2CYACI%3BEACI%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3B%3BAAzZxB%2C8BAqYI%2CUAyBI%3BEACI%2CSAAA%3B%3BAA%5C%2FZZ%2C8BAkaI%3BEACI%2CYAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3B%3BAAtaR%2C8BAkaI%2CaAMI%3BEACI%2CeAAA%3BEACA%2CqBAAA%3B%3BAA1aZ%2C8BAkaI%2CaAUM%3BEACE%2CcAAA%3B%3BAA7aZ%2C8BAkaI%2CaAaI%3BEACI%2CqBAAA%3BEACA%2CgCAAA%3B%3BAAjbZ%2C8BAkaI%2CaAaI%2CeAGI%3BEACI%2CoBAAA%3B%3BAAnbhB%2C8BAkaI%2CaAoBI%2CgBACI%2CcACI%2CSAAQ%2CQACJ%3BEACI%2CkBAAA%3B%3BAA1bxB%2C8BAkaI%2CaAoBI%2CgBACI%2CcAMI%2CcACI%3BEACI%2CiBAAA%3BEACA%2CgBAAA%3B%3BAAKA%2C8BAnCpB%2CaAoBI%2CgBACI%2CcAYK%2CKACG%2CEACK%2CIAAI%3BEnJ5N7B%2COC7MmB%2C2BD6MnB%3B%3BAmJzOA%2C8BAkaI%2CaA0CI%3BEACI%2CsBAAA%3BEACA%2CmBAAA%3BEACA%2CUAAA%3B%3BAA%5C%2FcZ%2C8BAkaI%2CaA0CI%2CmBAII%2CeACI%3BEACI%2CiBAAA%3BEACA%2CqBAAA%3B%3BAAndpB%2C8BAkaI%2CaA0CI%2CmBAII%2CeACI%2COAGI%3BEnJ3OpB%2CiBAAA%3BEmJ6OwB%2CalJ5cd%2CkBkJ4cc%3BEACD%2CyBAAA%3B%3BAAvdvB%2C8BAkaI%2CaA0CI%2CmBAII%2CeAUI%3BEACI%2CqBAAA%3BEnJlPpB%2CiBAAA%3B%3BAmJzOA%2C8BAkaI%2CaA0CI%2CmBAII%2CeAUI%2CwBAGI%3BEACI%2CiBAAA%3B%3BAACA%2C8BA7DpB%2CaA0CI%2CmBAII%2CeAUI%2CwBAGI%2CcAEK%3BEACG%2CcAAA%3B%3BAAhe5B%2C8BAkaI%2CaA0CI%2CmBAII%2CeAUI%2CwBAGI%2CcAKI%3BEACI%2CeAAA%3BEACA%2CuBAAA%3B%3BAApe5B%2C8BAkaI%2CaA0CI%2CmBAII%2CeAUI%2CwBAGI%2CcAKI%2CyBAGI%3BEACI%2CuBAAA%3B%3BAAGR%2C8BAvEpB%2CaA0CI%2CmBAII%2CeAUI%2CwBAGI%2CcAYK%3BEACG%2CeAAA%3B%3BAAEJ%2C8BA1EpB%2CaA0CI%2CmBAII%2CeAUI%2CwBAGI%2CcAeK%3BEACG%2CgBAAA%3B%3BAA7e5B%2C8BAkaI%2CaA0CI%2CmBAII%2CeAUI%2CwBAGI%2CcAkBI%3BEnJtQxB%2CiBAAA%3B%3BAmJzOA%2C8BAkaI%2CaA0CI%2CmBAII%2CeAUI%2CwBAGI%2CcAqBI%3BEACI%2CeAAA%3B%3BAAnf5B%2C8BAkaI%2CaA0CI%2CmBAII%2CeAUI%2CwBAGI%2CcAqBI%2CaAEI%2CMAAK%3BEACD%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3B%3BAAvfhC%2C8BAkaI%2CaA0CI%2CmBAII%2CeAUI%2CwBAGI%2CcA6BI%2CSAAQ%3BEnJjRhC%2CiBAAA%3B%3BAmJzOA%2C8BAkaI%2CaA0CI%2CmBAII%2CeAUI%2CwBAGI%2CcA6BI%2CSAAQ%2CQAEJ%3BEACI%2CgBAAA%3BEnJpRhC%2CiBAAA%3B%3BAmJzOA%2C8BAkaI%2CaA0CI%2CmBAwDI%3BEACI%2CalJxfS%2CiCkJwfT%3BEACA%2COlJ1eG%2C2BkJ0eH%3B%3BAAtgBhB%2C8BAkaI%2CaA0CI%2CmBAwDI%2CcAGI%3BEACI%2CeAAA%3B%3BAAxgBpB%2C8BAkaI%2CaA0CI%2CmBAwDI%2CcAGI%2CMAEI%3BEACI%2CalJ5fC%2CiCkJ4fD%3B%3BAA1gBxB%2C8BAkaI%2CaA0CI%2CmBAwDI%2CcAGI%2CMAKI%3BEACI%2CkBAAA%3BEACA%2CalJvgBH%2C%2BBCpDC%2C8CiJ2jBE%3BEACA%2CeAAA%3BEACA%2CgBAAA%3B%3BAAhhBxB%2C8BAkaI%2CaA0CI%2CmBAwDI%2CcAeI%2CMACI%3BAAphBpB%2C8BAkaI%2CaA0CI%2CmBAwDI%2CcAeI%2CMAEI%3BEACI%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAvhBxB%2C8BAkaI%2CaA0CI%2CmBAwDI%2CcAeI%2CMAMI%3BEACI%2CgBAAA%3B%3BAA1hBxB%2C8BAkaI%2CaA6HI%3BEACI%2CcAAA%3B%3BAAhiBZ%2C8BAkaI%2CaA6HI%2CeAEI%3BEpFplBf%2CoBAAA%3B%3BEACC%2CiBAAA%3B%3BEACA%2CoBAAA%3B%3BEACA%2CqBAAA%3B%3BEACA%2CaAAA%3BEACA%2CeAAA%3B%3BAoFilBkB%2C8BAjIZ%2CaA6HI%2CeAEI%2CeAEK%3BAACD%2C8BAlIZ%2CaA6HI%2CeAEI%2CeAGK%3BEACG%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CWAAA%3B%3BAAviBpB%2C8BAkaI%2CaA6HI%2CeAEI%2CeAQI%3BEACI%2CWAAA%3BEACA%2CqBAAA%3BEACA%2COAAA%3B%3BAA5iBpB%2C8BAkaI%2CaA6HI%2CeAEI%2CeAaI%3BEACI%2CYAAA%3BEACA%2CiBAAA%3B%3BAAhjBpB%2C8BAkaI%2CaA6HI%2CeAEI%2CeAaI%2CiBAGI%3BEACI%2CSAAA%3BEACA%2COlJthBd%2CkBkJshBc%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3BEnJ7UxB%2CgBAAA%3B%3BAmJzOA%2C8BAkaI%2CaA0JI%2CiBACM%3BEACE%2CWAAA%3B%3BAA9jBhB%2C8BAkaI%2CaA0JI%2CiBACM%2CWAEI%3BEACE%2CSAAA%3BEACA%2CWAAA%3B%3BAAjkBpB%2C8BAkaI%2CaAmKI%2CQAAO%3BEACH%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3B%3BAAxkBZ%2C8BA4kBI%3BAA5kBJ%2C8BA4kB6B%3BEACrB%2CqBAAA%3B%3BAAIA%2C8BADJ%2CKACK%3BEACG%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3B%3BAAGJ%2C8BAPJ%2CKAOK%3BEnJ9WT%2CqBAAA%3BEyBhOA%2CqBAAA%3B%3BAAMA%2C8B0HikBI%2CKAOK%2CS1HxkBR%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BEzB9DA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CcAAA%3BEAAA%2CS0B%5C%2FNM%2CO1B%2BNN%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CsBAAA%3BEyBqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BA0H8SQ%2C8BAhBJ%2CKAgBK%3BEnJvXT%2CqBAAA%3BEyBhOA%2CqBAAA%3B%3BAAMA%2C8B0HikBI%2CKAgBK%2CS1HjlBR%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BEzB9DA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CcAAA%3BEAAA%2CS0B9NQ%2CO1B8NR%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CsBAAA%3BEyBqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BA0HwTQ%2C8BA1BJ%2CKA0BK%3BAAAW%2C8BA1BhB%2CKA0BiB%3BEACT%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3B%3BAACA%2C8BA%5C%2FBR%2CKA0BK%2CSAKI%3BAAAD%2C8BA%5C%2FBR%2CKA0BiB%2CSAKR%3BEACG%2CcAAA%3BEACA%2CiBAAA%3B%3BAAMR%2C8BADJ%2C0BACK%3BEACG%2CYAAA%3BEACA%2CeAAA%3BEACA%2CoBAAA%3B%3BAA1nBZ%2C8BA6nBI%2CcACI%3BEnJtpBR%2CUAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEA4PA%2CgBAAA%3BEmJwZY%2CkBAAA%3B%3BAAjoBZ%2C8BAooBI%2CoCACI%3BEACI%2CgBAAA%3B%3BAAIZ%2CqBACI%2CgBACI%2CaAAY%2CcACR%3BEACI%2CUAAA%3BEACA%2CgBAAA%3BEACA%2COAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3B%3BAARhB%2CqBACI%2CgBAUI%3BEACI%2CYAAA%3B%3BAAIZ%2C0BACI%2CoBACI%3BAAFR%2C0BACI%2CoB%5C%2FI3kBJ%2CMAAK%2CcAiED%2CiBAGM%3BE%2BI4gBE%2C0BAAA%3B%3BAAHA%2C0BAFR%2CoBACI%2COACK%2CIAAI%3BAAAL%2C0BAFR%2CoB%5C%2FI3kBJ%2CMAAK%2CcAiED%2CiBAGM%2CU%2BIygBG%2CIAAI%3BEACD%2COlJloBG%2C2BkJkoBH%3B%3BAAOhB%2CyBACI%3BEACI%2CkBAAA%3B%3BAAFR%2CyBACI%2CkBAEI%3BEACI%2CgBAAA%3B%3BAAJZ%2CyBACI%2CkBAEI%2CiBAEI%3BEACI%2CWAAA%3B%3BAANhB%2CyBAUI%3BEACI%2CkBAAA%3B%3BAAGR%2CkBACI%3BEACI%2CUAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CoBAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BAAcA%2CyBADJ%2CQACK%3BEACG%2CkBlJ9qBQ%2C4BkJ8qBR%3BEACA%2CclJ%5C%2FqBQ%2C4BkJ%2BqBR%3BEACA%2CWAAA%3B%3B%3BACxwBZ%3BEACI%2C8BAAA%3BEACA%2C6BAAA%3B%3BAAkGJ%3BAACA%3BEACI%2CkBAAA%3BEACA%2CgBAAA%3BEpJ%2BLJ%2CkBAAA%3B%3BAoJ1LA%3BEACI%2CgBAAA%3BEACA%2CUAAA%3BEpJwLJ%2CkBAAA%3BEAAA%2CgBAAA%3B%3BAoJ1LA%2CWAMK%3BEpJoLL%2CWoJnL4B%2C2BpJmL5B%3BEAAA%2CaoJjL8B%2C6BpJiL9B%3B%3BAoJhLQ%2CWAJH%2CIAII%2CIAAI%3BEpJgLb%2COC7MmB%2C2BD6MnB%3B%3BAoJ1KA%3BEACI%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEpJuKJ%2COC5MU%2CkBD4MV%3BEAAA%2CUAAA%3BEAAA%2CiBAAA%3BEAAA%2CoBAAA%3BEAAA%2CgBAAA%3BEAAA%2CkBAAA%3B%3BAoJ1KA%2CUAYI%3BEACI%2CoBAAA%3BEACA%2CmBAAA%3B%3BAAdR%2CUAiBI%3BEpJyJJ%2CgBAAA%3BEoJvJQ%2CkBAAA%3B%3BAAnBR%2CUAsBI%3BEpJoJJ%2CkBAAA%3BEAAA%2COC7MmB%2C2BD6MnB%3B%3BAoJ1KA%2CUAsBI%2COAGI%3BEACI%2CWAAA%3B%3BAAKJ%2CUADJ%2CYAAY%2CEACP%2CIAAI%3BEpJ2Ib%2COC7MmB%2C2BD6MnB%3B%3BAoJrIA%3BEACI%2CiBAAA%3BEpJoIJ%2CeAAA%3BEAAA%2CgBAAA%3B%3BAoJ%5C%2FHA%2CIAAI%3BEACA%2CWAAA%3BEpJ8HJ%2CkBAAA%3B%3BAoJvHI%2CaAAC%2CIAAI%2CiBACD%2CWACI%2CiBACI%3BE9BzIhB%2C4BAAA%3BEtH6OF%2CiCAAA%3BEACK%2C8BAAA%3BEACC%2C6BAAA%3BEAcJ%2CyBAAA%3BEAhBF%2CoCAAA%3BEACK%2CiCAAA%3BEACC%2CgCAAA%3BEAcJ%2C4BAAA%3B%3BAoJxGA%2CmCACI%3BEACI%2CgBAAA%3B%3BAAFR%2CmCAII%2CWACI%3BEACI%2CgBAAA%3BEpJkGZ%2CiBAAA%3BEoJhGY%2CyBAAA%3B%3BAAKZ%2CmCACI%3BEACI%2CkBAAA%3BEACA%2CgBAAA%3B%3BAAHR%2CmCACI%2C0BAII%3BEACI%2CgBAAA%3B%3BAAGJ%2CmCARJ%2C0BAQK%3BEACG%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2COAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CMAAA%3BEpJ4EZ%2CgBAAA%3BEoJ1EY%2CUAAA%3BEACA%2CoBAAA%3BEACA%2CUAAA%3BE9BrLZ%2C4BAAA%3BEtH6OF%2CiCAAA%3BEACK%2C8BAAA%3BEACC%2C6BAAA%3BEAcJ%2CyBAAA%3BEAhBF%2CoCAAA%3BEACK%2CiCAAA%3BEACC%2CgCAAA%3BEAcJ%2C4BAAA%3B%3BAoJ3FA%2CmCACI%2C0BAsBI%3BEACI%2CkBAAA%3BEACA%2COAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CMAAA%3BEACA%2CUAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BErFhOf%2CoBAAA%3B%3BEACC%2CiBAAA%3B%3BEACA%2CoBAAA%3B%3BEACA%2CqBAAA%3B%3BEACA%2CaAAA%3BEACA%2CiBAAA%3BEqF%2BNc%2CsBAAA%3BEpJwDZ%2CyBAAA%3BEAAA%2CuBAAA%3BEAAA%2CsBAAA%3BEsH7PA%2C4BAAA%3BEtH6OF%2CiCAAA%3BEACK%2C8BAAA%3BEACC%2C6BAAA%3BEAcJ%2CyBAAA%3BEAhBF%2CoCAAA%3BEACK%2CiCAAA%3BEACC%2CgCAAA%3BEAcJ%2C4BAAA%3B%3BAoJ3FA%2CmCACI%2C0BAsBI%2CWAmBI%3BEACI%2CoBAAA%3BEpJgDhB%2CqBAAA%3BEoJ9CgB%2C4BAAA%3BEACA%2CgBAAA%3BEACA%2CuBAAA%3B%3BAAIR%2CmCAlDJ%2C0BAkDK%2CMACG%2CYACI%3BEpJsBlB%2CmBoJrBiC%2CWpJqBjC%3BEACK%2CgBoJtB4B%2CWpJsB5B%3BEACC%2CeoJvB2B%2CWpJuB3B%3BEAcJ%2CWoJrC%2BB%2CWpJqC%5C%2FB%3B%3BAoJhCY%2CmCA1DR%2C0BAkDK%2CMAQI%3BEACG%2CUAAA%3B%3BAATR%2CmCAlDJ%2C0BAkDK%2CMAYG%3BEACI%2CUAAA%3BEACA%2CmBAAA%3B%3BAAYhB%2CGAAG%3BAACH%3BEpJaA%2CSAAA%3BEAAA%2CUAAA%3BED1KA%2CqBAAA%3B%3BAqJ4JA%2CGAAG%2CiCAIC%3BAAHJ%2CsBAGI%3BEACI%2CSAAA%3B%3BAALR%2CGAAG%2CiCAQC%3BAAPJ%2CsBAOI%3BEACI%2CgBAAA%3B%3BAATR%2CGAAG%2CiCAQC%2CYAGI%3BAAVR%2CsBAOI%2CYAGI%3BEACI%2CcAAA%3B%3BAAKZ%2C%2BBAGI%3BAAFJ%2CiCAEI%3BAADJ%2CiCACI%3BEACI%2CaAAA%3BEACA%2C0BAAA%3BEpJRR%2CcAAA%3B%3BAoJYY%2C%2BBANR%2CuBAKI%2C0BACK%3BAAAD%2CiCANR%2CuBAKI%2C0BACK%3BAAAD%2CiCANR%2CuBAKI%2C0BACK%3BEACG%2CkBAAA%3B%3BAADJ%2C%2BBANR%2CuBAKI%2C0BACK%2CYAGG%3BAAHJ%2CiCANR%2CuBAKI%2C0BACK%2CYAGG%3BAAHJ%2CiCANR%2CuBAKI%2C0BACK%2CYAGG%3BEACI%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2COAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEpJpBpB%2CmBAAA%3BEAAA%2CsBAAA%3BEAAA%2CqBAAA%3BEAAA%2CoBAAA%3BEoJyBoB%2CUAAA%3B%3BAAbR%2C%2BBANR%2CuBAKI%2C0BACK%2CYAGG%2CcAYI%3BAAfR%2CiCANR%2CuBAKI%2C0BACK%2CYAGG%2CcAYI%3BAAfR%2CiCANR%2CuBAKI%2C0BACK%2CYAGG%2CcAYI%3BEACI%2CkBAAA%3B%3BAAEA%2C%2BBAxBpB%2CuBAKI%2C0BACK%2CYAGG%2CcAYI%2CWAGK%3BAAAD%2CiCAxBpB%2CuBAKI%2C0BACK%2CYAGG%2CcAYI%2CWAGK%3BAAAD%2CiCAxBpB%2CuBAKI%2C0BACK%2CYAGG%2CcAYI%2CWAGK%3BEACG%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3BEpJrC5B%2CgBAAA%3B%3BAoJgDY%2C%2BBA1CR%2CuBAKI%2C0BAqCK%2CIAAI%3BAAAL%2CiCA1CR%2CuBAKI%2C0BAqCK%2CIAAI%3BAAAL%2CiCA1CR%2CuBAKI%2C0BAqCK%2CIAAI%3BErF5UpB%2CoBAAA%3B%3BEACC%2CiBAAA%3B%3BEACA%2CoBAAA%3B%3BEACA%2CqBAAA%3B%3BEACA%2CaAAA%3BEACA%2CeAAA%3BEqFyUkB%2CiBAAA%3B%3BAAFJ%2C%2BBA1CR%2CuBAKI%2C0BAqCK%2CIAAI%2CcAID%3BAAJJ%2CiCA1CR%2CuBAKI%2C0BAqCK%2CIAAI%2CcAID%3BAAJJ%2CiCA1CR%2CuBAKI%2C0BAqCK%2CIAAI%2CcAID%3BEpJpDhB%2CaAAA%3BEAAA%2CkBAAA%3BEAAA%2CgBAAA%3B%3BAoJgDY%2C%2BBA1CR%2CuBAKI%2C0BAqCK%2CIAAI%2CcAUD%3BAAVJ%2CiCA1CR%2CuBAKI%2C0BAqCK%2CIAAI%2CcAUD%3BAAVJ%2CiCA1CR%2CuBAKI%2C0BAqCK%2CIAAI%2CcAUD%3BEACI%2CoBAAA%3BEACA%2CqBAAA%3BEACA%2C4BAAA%3BEACA%2CgBAAA%3BEACA%2CuBAAA%3B%3BAAUZ%2C%2BBADJ%2C0BACK%2CIAAI%2CcACD%3BEACI%2CaAAA%3B%3BAAQR%2CiCADJ%2C0BACK%2CYACG%3BEpJpFZ%2CcAAA%3B%3BAoJyFQ%2CiCAPJ%2C0BAOK%2CIAAI%2CcACD%3BEACI%2CaAAA%3B%3BAAVhB%2CiCACI%2C0BAaI%2CKAAI%3BE%5C%2FIxJZ%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2C4BAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3BELgDA%2CgBAAA%3BEAAA%2CkBAAA%3B%3BAK7CA%2CiC%2BI%2BHI%2C0BAaI%2CKAAI%2Ce%5C%2FI5IX%3BAACD%2CiC%2BI8HI%2C0BAaI%2CKAAI%2Ce%5C%2FI3IX%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CiC%2BIyHI%2C0BAaI%2CKAAI%2Ce%5C%2FItIX%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CiC%2BIoHI%2C0BAaI%2CKAAI%2Ce%5C%2FIjIX%3BAACD%2CiC%2BImHI%2C0BAaI%2CKAAI%2Ce%5C%2FIhIX%3BAACD%2CQAAQ%2CUAAW%2CkC%2BIkHf%2C0BAaI%2CKAAI%3BE%5C%2FI9HR%2CoBAAA%3BEL%2BBJ%2CYAAA%3B%3BAoJmGY%2CiCAjBR%2C0BAaI%2CKAAI%2CeAIC%3BEACG%2COnJlTI%2C4BmJkTJ%3B%3BAAQR%2CiCADJ%2C0BACK%3BEpJ5GT%2CyBAAA%3B%3BAoJ4GQ%2CiCADJ%2C0BACK%2CYAGG%3BEpJ%5C%2FGZ%2CUAAA%3BEAAA%2CoBAAA%3BEAAA%2CgBAAA%3BEAAA%2CoBAAA%3BEoJoHgB%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAAIR%2CiCAfJ%2C0BAeK%2CIAAI%3BEACD%2C2BAAA%3BEpJ3HZ%2CgCAAA%3BEAAA%2CoBAAA%3B%3BAoJ0HQ%2CiCAfJ%2C0BAeK%2CIAAI%2CcAKD%3BEACI%2C0BAAA%3BEpJhIhB%2CiBAAA%3B%3BAoJ0HQ%2CiCAfJ%2C0BAeK%2CIAAI%2CcAUD%3BEACI%2COAAA%3B%3BAAOhB%2CiCACI%3BErFzaP%2CoBAAA%3B%3BEACC%2CiBAAA%3B%3BEACA%2CoBAAA%3B%3BEACA%2CqBAAA%3B%3BEACA%2CaAAA%3BEACA%2CeAAA%3BEqFsaU%2CiBAAA%3BEpJ%5C%2FIR%2CmBAAA%3B%3BAoJ4IA%2CiCACI%2C0BAKI%3BEpJlJR%2CaAAA%3BEAAA%2CkBAAA%3BEAAA%2CgBAAA%3B%3BAoJ4IA%2CiCACI%2C0BAWI%3BEACI%2COAAA%3BErFrbf%2CoBAAA%3B%3BEACC%2CiBAAA%3B%3BEACA%2CoBAAA%3B%3BEACA%2CqBAAA%3B%3BEACA%2CaAAA%3BEACA%2CeAAA%3BEqFkbc%2CiBAAA%3BEACA%2CsBAAA%3BEACA%2C8BAAA%3B%3BAAjBZ%2CiCACI%2C0BAmBI%3BEACI%2CsBAAA%3BEACA%2CuBAAA%3BEACA%2CmBAAA%3BEpJnKZ%2CWAAA%3BEAAA%2CYAAA%3BEAAA%2CgBAAA%3BEAAA%2CWAAA%3BEAAA%2CyBAAA%3B%3BAoJ4IA%2CiCACI%2C0BAmBI%2CWAUI%3BEpJ1KZ%2CiBAAA%3BEAAA%2CgBAAA%3BEoJ6KgB%2CcAAA%3B%3BAAjChB%2CiCACI%2C0BAoCI%2CKAAI%3BE%5C%2FI1OZ%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2C4BAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3BELgDA%2CgBAAA%3BEAAA%2CkBAAA%3B%3BAK7CA%2CiC%2BI0LI%2C0BAoCI%2CKAAI%2Ce%5C%2FI9NX%3BAACD%2CiC%2BIyLI%2C0BAoCI%2CKAAI%2Ce%5C%2FI7NX%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CiC%2BIoLI%2C0BAoCI%2CKAAI%2Ce%5C%2FIxNX%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CiC%2BI%2BKI%2C0BAoCI%2CKAAI%2Ce%5C%2FInNX%3BAACD%2CiC%2BI8KI%2C0BAoCI%2CKAAI%2Ce%5C%2FIlNX%3BAACD%2CQAAQ%2CUAAW%2CkC%2BI6Kf%2C0BAoCI%2CKAAI%3BE%5C%2FIhNR%2CoBAAA%3BEL%2BBJ%2CYAAA%3B%3BAoJqLY%2CiCAxCR%2C0BAoCI%2CKAAI%2CeAIC%3BEACG%2COnJpYI%2C4BmJoYJ%3B%3BAAwDhB%2CeACI%3BEACI%2CmBAAA%3B%3BAAGR%2CwBACI%3BEACI%2CSAAA%3B%3BAAFR%2CwBACI%2CYAEI%3BEACI%2CUAAA%3B%3BAAJZ%2CwBAOG%3BEACK%2CkBAAA%3BEACA%2CgBAAA%3B%3BAACA%2CwBAHL%2CMAGM%2CMACG%2CYACI%2CEACI%3BEpJhRtB%2CmBoJiRsC%2CWpJjRtC%3BEACK%2CgBoJgRiC%2CWpJhRjC%3BEACC%2CeoJ%2BQgC%2CWpJ%5C%2FQhC%3BEAcJ%2CWoJiQoC%2CWpJjQpC%3B%3BAoJoQoB%2CwBAVjB%2CMAGM%2CMACG%2CYACI%2CEAKK%3BEACG%2CMAAA%3BEACA%2COAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3B%3BAAzBxB%2CwBAOG%2CMAwBK%3BEACI%2CSAAA%3B%3BAAhCZ%2CwBAOG%2CMAwBK%2CYAEI%3BEACI%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3B%3BAACA%2CwBAhCb%2CMAwBK%2CYAEI%2CEAMK%3BEACG%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2C0CAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CUAAA%3B%3BAAhDpB%2CwBAOG%2CMAwBK%2CYAEI%2CEAiBI%3BEACI%2CkBAAA%3BEACA%2COAAA%3BEACA%2CMAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3BEpJ3TtB%2C%2BCoJ6T4D%2CqDAAgD%2C8BpJ7T5G%3BEACK%2C4CoJ4TuD%2CqDAAgD%2C8BpJ5TvG%3BEACC%2C2CoJ2TsD%2CqDAAgD%2C8BpJ3TtG%3BEAcJ%2CuCoJ6S0D%2CqDAAgD%2C8BpJ7S1G%3B%3BAoJmPA%2CwBAOG%2CMAuDK%3BEACI%2CaAAA%3BEACA%2CkBAAA%3BEACA%2COAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2C8BAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3B%3BAAvEZ%2CwBAOG%2CMAmEK%2CWACI%3BEACI%2CiBAAA%3BEACA%2CWAAA%3B%3BAA7EhB%2CwBAOG%2CMAyEK%3BEACI%2CkBAAA%3B%3BAAjFZ%2CwBAOG%2CMAyEK%2CiBAEI%3BEACI%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3B%3BAAQnB%2CoBACC%2CWACU%3BEACI%2CgBAAA%3B%3BAAHf%2CoBACC%2CWAIU%3BEACI%2CkBAAA%3B%3BAANf%2CoBACC%2CWAIU%2CYAEI%3BEACI%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3B%3BAAbnB%2CoBACC%2CWAeU%3BEACI%2CiBAAA%3B%3BAAjBf%2CoBACC%2CWAeU%2CaAEI%3BEACI%2CWAAA%3B%3BAAnBnB%2CoBACC%2CWAqBU%2CWACI%3BEACI%2CaAAA%3B%3BAAxBnB%2CoBACC%2CWAqBU%2CWAII%3BEACI%2COnJxjBN%2CkBmJwjBM%3B%3BAA3BnB%2CoBACC%2CWA8BU%3BEACI%2CkBAAA%3BEACA%2CgBAAA%3B%3BAAjCf%2CoBACC%2CWA8BU%2CaAGI%3BEACI%2CSAAA%3B%3BAAnCnB%2CoBACC%2CWA8BU%2CaAMI%3BEACI%2CuBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2C8BAAA%3BEAEA%2CkBAAA%3BEACA%2CcAAA%3B%3BAA9CnB%2CoBACC%2CWAiDU%3BEACI%2CmBAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CyBAAA%3B%3BAAtDf%2CoBACC%2CWAiDU%2CcAKI%3BEACI%2CqBAAA%3B%3BAAxDnB%2CoBACC%2CWAiDU%2CcAQI%3BE%5C%2FI5nBZ%2CsBAAA%3BELiPA%2CYCtMiB%2CyBDsMjB%3BEAAA%2CkBCvMY%2CoBDuMZ%3BEAAA%2COCvMY%2CoBDuMZ%3BEAAA%2CeAAA%3BEAAA%2CqBAAA%3BEAAA%2CoBAAA%3BEAAA%2CaClMkB%2C0BDkMlB%3BEAAA%2CSAAA%3BEAAA%2CiBAAA%3BEAAA%2CiBAAA%3BEAAA%2CoBAAA%3BEK9NA%2CsBAAA%3BEACA%2CsBAAA%3BE%2BI0mBgB%2CmBAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3B%3BA%5C%2FI3lBhB%2CoB%2BI8hBF%2CWAiDU%2CcAQI%2CgB%5C%2FIvlBX%3BAACD%2CoB%2BI6hBF%2CWAiDU%2CcAQI%2CgB%5C%2FItlBX%3BEL2MD%2CYCrMwB%2CgCDqMxB%3BEAAA%2CkBC9MoB%2C4BD8MpB%3BEAAA%2COCpMmB%2C2BDoMnB%3B%3BAK%5C%2FLA%2CoB%2BIihBF%2CWAiDU%2CcAQI%2CgB%5C%2FI1kBX%3BEL%2BLD%2CYCrMwB%2CgCDqMxB%3BEAAA%2CkBC9MoB%2C4BD8MpB%3BEAAA%2COCpMmB%2C2BDoMnB%3B%3BAKnLA%2CoB%2BIqgBF%2CWAiDU%2CcAQI%2CgB%5C%2FI9jBX%3BAACD%2CoB%2BIogBF%2CWAiDU%2CcAQI%2CgB%5C%2FI7jBX%3BAACD%2CQAAQ%2CUAAW%2CqB%2BImgBrB%2CWAiDU%2CcAQI%3BEpJ3YZ%2CYAAA%3BEK%5C%2FKI%2CeAAA%3BEACA%2CoBAAA%3B%3B%3BAgJsBJ%2CWAAY%2CQAAQ%2CSAAS%2C0BAEzB%3BAADJ%2CyBACI%3BErJsJJ%2CiBAAA%3BEAAA%2C0BAAA%3BEAAA%2CSAAA%3B%3BAqJxJA%2CWAAY%2CQAAQ%2CSAAS%2C0BAEzB%2C2BAjEJ%3BAAgEA%2CyBACI%2C2BAjEJ%3BErJuNA%2COC7MmB%2C2BD6MnB%3BEqJrNI%2CUAAA%3BEACA%2CcAAA%3B%3BAAmEJ%3BEACI%2CkBAAA%3BEACA%2CYAAA%3B%3BAAFJ%2CwCAII%3BEACI%2CcAAA%3BEACA%2CYAAA%3B%3BAAGA%2CwCALJ%2C2BAKK%3BEACG%2CkBAAA%3B%3BAAVZ%2CwCAcI%3BErJmIJ%2CkBAAA%3BEAAA%2CmBAAA%3B%3BAqJhIQ%2CwCAHJ%2C0BAGK%3BEACG%2CkBAAA%3B%3BAAEA%2CwCANR%2C0BAGK%2CSAGI%3BErJ6Hb%2CYAAA%3BEqJ3HgB%2CSAAA%3BErJ2GlB%2CmBqJ1G8B%2CgBrJ0G9B%3BEACK%2CgBqJ3GyB%2CgBrJ2GzB%3BEACC%2CeqJ5GwB%2CgBrJ4GxB%3BEAcJ%2CWqJ1H4B%2CgBrJ0H5B%3B%3BAqJtHY%2CwCAbR%2C0BAGK%2CSAUI%3BEACG%2CMAAA%3BErJqHhB%2CUAAA%3BEqJnHgB%2CQAAA%3BEACA%2CSAAA%3BEtF1KnB%2CoBAAA%3B%3BEACC%2CiBAAA%3B%3BEACA%2CoBAAA%3B%3BEACA%2CqBAAA%3B%3BEACA%2CaAAA%3BEACA%2CeAAA%3BEsFuKkB%2CsBAAA%3BEACA%2CuBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3B%3BAApChB%2CwCA6CI%3BErJoGJ%2COC7MmB%2C2BD6MnB%3B%3BAqJhGA%2CiDACI%2CyCACI%3BEACI%2CmBAAA%3BEACA%2CkBAAA%3B%3BAAII%2CiDAPZ%2CyCAKI%2C0BACK%2CSACI%3BEACG%2CeAAA%3BEACA%2CQAAA%3BEACA%2COAAA%3BEACA%2CgBAAA%3B%3BAAMpB%2CiDACI%3BEACI%2C%2BBAAA%3B%3BAAFR%2CiDAII%3BEACI%2CcAAA%3B%3BAALR%2CiDAOI%3BEACI%2CUAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3B%3BAAXR%2CiDAaI%3BEACI%2CaAAA%3BEACA%2CkBAAA%3B%3BAACA%2CiDAHJ%2CyCAGK%3BEACG%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2COAAA%3BEACA%2CSAAA%3BEACA%2CQAAA%3BEACA%2CyBAAA%3BEACA%2CeAAA%3BEACA%2CoBAAA%3B%3BAAzBZ%2CiDAaI%2CyCAeI%3BEACI%2CwBAAA%3B%3BAA7BZ%2CiDAaI%2CyCAkBI%3BEACI%2CgBAAA%3BEACA%2CapJlLF%2CkBoJkLE%3B%3BAAIZ%2CiDACI%2CyCACI%3BEACI%2CmBAAA%3B%3BAAHZ%2CiDACI%2CyCAII%3BEACI%2CcAAA%3B%3BAANZ%2CiDACI%2CyCAII%2C0BAEI%3BEACI%2CiBAAA%3BEACC%2CapJ%5C%2FLP%2CkBoJ%2BLO%3B%3BAATjB%2CiDACI%2CyCAII%2C0BAMI%3BEACI%2CaAAA%3B%3BAAMhB%2CGAAG%2C%2BCAEC%3BAADJ%2CgDACI%3BErJqBJ%2CkBAAA%3BEAAA%2CgBAAA%3BEAhBF%2CkDAAA%3BEACK%2C%2BCAAA%3BEACC%2C8CAAA%3BEAcJ%2C0CAAA%3B%3BAqJ9OA%2CGAuNG%2C%2BCAEC%2C2BAzNH%3BAAAD%2CgDAyNI%2C2BAzNH%3BErJ8NH%2CkDAAA%3BEACK%2C%2BCAAA%3BEACC%2C8CAAA%3BEAcJ%2C0CAAA%3B%3BAqJhBA%2COAAO%2CKAAM%2C%2BCACT%2CaACI%2CQACI%3BEACI%2CgBAAA%3B%3BAAKhB%2CmBACI%2C0BACI%3BEACI%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3B%3BAALZ%2CmBACI%2C0BACI%2C2BAII%3BEACI%2CWAAA%3B%3BAAUhB%2CGAAG%2C%2BCACC%3BEACI%2CsBAAA%3B%3BAAFR%2CGAAG%2C%2BCAKC%3BEACI%2CYAAA%3B%3BAANR%2CGAAG%2C%2BCASC%3BEACI%2CYAAA%3B%3BAAVR%2CGAAG%2C%2BCASC%2CyCAGI%3BEACI%2CYAAA%3BEACA%2C2BAAA%3B%3BAAOA%2CYAFR%2CwCACI%2CaACK%3BEACG%2C%2BBAAA%3B%3BAAJhB%2CYACI%2CwCAMI%3BErJnDV%2C4JAAA%3BEACK%2CyJAAA%3BEACC%2CwJAAA%3BEAcJ%2CoJAAA%3BEqJyCY%2CSAAA%3BEACA%2CsBAAA%3B%3BAAdZ%2CYACI%2CwCAMI%2CyCAQI%3BEACI%2CsBAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3BEACA%2CwBAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3B%3BAAvBhB%2CYACI%2CwCAMI%2CyCAkBI%2C0BAAyB%2CYAAY%3BEACjC%2CkBAAA%3B%3BAA1BhB%2CYACI%2CwCAMI%2CyCAqBI%3BEACI%2CaAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3B%3BAAjChB%2CYACI%2CwCAMI%2CyCAqBI%2C0BAMI%3BEACI%2CapJ9RV%2CkBoJ8RU%3BEACA%2CgBAAA%3B%3B%3BACvVpB%2C4BACI%3BEACI%2CoBAAA%3BEACA%2CmBAAA%3BEtJoRR%2CkBC9MoB%2C4BD8MpB%3BEAAA%2CWAAA%3BEAAA%2CiBAAA%3BEAAA%2CgBAAA%3BEsJ%5C%2FQQ%2CkBAAA%3BEACA%2CiBAAA%3B%3BAATR%2C4BACI%2C0BAUI%3BEACI%2CmBAAA%3B%3BAAZZ%2C4BACI%2C0BAcI%3BEAEI%2CqBAAA%3B%3BAAjBZ%2C4BACI%2C0BAcI%2CuBAII%3BEACI%2CqBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3B%3BAAtBhB%2C4BACI%2C0BAcI%2CuBAUK%3BEACG%2CqBAAA%3B%3BAAEA%2C4BA3BZ%2C0BAcI%2CuBAUK%2COAGI%3BEACG%2CSAAS%2CGAAT%3BEACA%2CiBAAA%3B%3BAAIA%2C4BAjChB%2C0BAcI%2CuBAUK%2COAQI%2CWACI%3BEACG%2CaAAA%3B%3BAASxB%2C0BACI%3BEACI%2CaAAA%3B%3BAAIR%2CgCAEI%3BEACI%2CWAAA%3BEACA%2CYAAA%3BEACA%2CyBAAA%3BEACA%2CgBAAA%3BEACA%2CqBAAA%3B%3BAAPR%2CgCAEI%2CwBAOI%3BEtJ4NR%2CkBC9MoB%2C4BD8MpB%3BEsJ1NY%2CYAAA%3B%3BAAXZ%2CgCAeI%3BEtJsNJ%2CiBAAA%3BEsJpNQ%2CcAAA%3B%3BAAjBR%2CgCAeI%2CuBAII%3BEACI%2CgBAAA%3BEACA%2CiBAAA%3B%3BAAIZ%2CyBACI%2CmBACI%3BEACI%2CgBAAA%3B%3BAAHZ%2CyBACI%2CmBACI%2CsBAEI%3BEACI%2CgBAAA%3BEACA%2C2BAAA%3B%3BAANhB%2CyBACI%2CmBACI%2CsBAEI%2CWAGI%3BEACI%2CeAAA%3B%3BAARpB%2CyBACI%2CmBACI%2CsBASI%3BEACI%2CeAAA%3BEACA%2CgBAAA%3BEACA%2C0BAAA%3B%3BAAKhB%2CUAEI%2CiCACI%3BAAFR%2CUACI%2CiCACI%3BEACI%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CyBAAA%3B%3BAANZ%2CUAEI%2CiCACI%2CwBAII%3BAANZ%2CUACI%2CiCACI%2CwBAII%3BEACI%2CkBAAkB%2CyDAAlB%3BEACA%2CkBAAkB%2CiDAAlB%3BEACA%2CkBAAA%3B%3BAAKhB%2CUACI%2CiCACI%2CwBACI%3BEACI%2CkBAAkB%2CyDAAlB%3BEACA%2CkBAAkB%2CiDAAlB%3B%3BAAMhB%2CmCACI%3BEvF9HP%2CoBAAA%3B%3BEACC%2CiBAAA%3B%3BEACA%2CoBAAA%3B%3BEACA%2CqBAAA%3B%3BEACA%2CaAAA%3BEACA%2CeAAA%3BEuF2HU%2CmBAAA%3B%3BAAHR%2CmCACI%2C6BAGI%3BEACI%2CoBAAA%3BEACA%2CgBAAA%3B%3BAANZ%2CmCACI%2C6BAGI%2CmBAGI%3BEACI%2CgBAAA%3BEAKA%2CcAAA%3B%3BAAJA%2CmCARZ%2C6BAGI%2CmBAGI%2CqBAEK%3BAACD%2CmCATZ%2C6BAGI%2CmBAGI%2CqBAGK%3BEACG%2CaAAA%3B%3BAAXpB%2CmCACI%2C6BAeI%3BEACI%2CyBAAA%3BEACA%2CarJlFF%2CkBqJkFE%3BEACA%2CeAAA%3BEACA%2CiBAAA%3B%3BAApBZ%2CmCAwBI%2CeAEI%3BEACI%2CyBAAA%3BEACA%2CcAAA%3B%3BAA5BZ%2CmCAwBI%2CeAEI%2C0BAGI%3BEtJkHd%2C4JAAA%3BEACK%2CyJAAA%3BEACC%2CwJAAA%3BEAcJ%2CoJAAA%3B%3BAsJ%5C%2FJA%2CmCAwBI%2CeAEI%2C0BAWI%3BEvFlKf%2CoBAAA%3B%3BEACC%2CiBAAA%3B%3BEACA%2CoBAAA%3B%3BEACA%2CqBAAA%3B%3BEACA%2CaAAA%3BEACA%2CiBAAA%3BEuFiKkB%2C8BAAA%3B%3BAAzChB%2CmCAwBI%2CeAEI%2C0BAWI%2CmBAKI%3BEACI%2CaAAA%3B%3BAA3CpB%2CmCAwBI%2CeAEI%2C0BAWI%2CmBAQI%3BEACI%2C2BAAA%3B%3BAA9CpB%2CmCAwBI%2CeAEI%2C0BAWI%2CmBAQI%2CsBAEI%3BAA%5C%2FCpB%2CmCAwBI%2CeAEI%2C0BAWI%2CmBAQI%2CsBAGI%2CWAAW%3BEACP%2CkBAAA%3B%3BAAjDxB%2CmCAwBI%2CeAEI%2C0BA2BI%3BEACI%2CaAAA%3B%3B%3BACrFhB%3BEACI%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3B%3BAAHJ%2CaAII%3BEvJ0LJ%2CgBAAA%3B%3BAuJrLA%2CqBAEI%3BAACA%2CqBAAC%2CIAAI%2CcAAe%3BEAChB%2CaAAA%3B%3BAAKR%3BEACI%2CkBAAA%3BEACA%2CgBAAA%3B%3BAAFJ%2CiBAII%3BEACI%2CcAAA%3BEvJuKR%2CiBAAA%3BEAAA%2CgBAAA%3BEAAA%2CgCAAA%3BEAAA%2CSAAA%3BEsH7PA%2C4BAAA%3BEtH6OF%2CiCAAA%3BEACK%2C8BAAA%3BEACC%2C6BAAA%3BEAcJ%2CyBAAA%3BEAhBF%2CoCAAA%3BEACK%2CiCAAA%3BEACC%2CgCAAA%3BEAcJ%2C4BAAA%3B%3BAuJ5KA%2CiBASI%3BEACI%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3BEACA%2COAAA%3BEACA%2CiBAAA%3BExF%5C%2FHX%2CoBAAA%3B%3BEACC%2CiBAAA%3B%3BEACA%2CoBAAA%3B%3BEACA%2CqBAAA%3B%3BEACA%2CaAAA%3BEACA%2CeAAA%3BEwF4HU%2CyBAAA%3BEACA%2CmBAAA%3B%3BAAlBR%2CiBASI%2CmBAUI%3BEvJyJR%2CWAAA%3BEAAA%2CYAAA%3BEAAA%2CkBAAA%3BEAAA%2CsBAAA%3BEuJvJY%2CoBAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3BExFnEZ%2CkBAAA%3B%3BAACA%2CiBwFoDI%2CmBAUI%2CKxF9DP%3BAACD%2CiBwFmDI%2CmBAUI%2CKxF7DP%3BEACG%2CkBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CQAAA%3BEACA%2CSAAA%3BE%5C%2FDkNJ%2C8BAAA%3BEAhBF%2CmB%2BDhMkB%2CsBAAsB%2Cc%5C%2FDgMxC%3BEACK%2CgB%2BDjMa%2CsBAAsB%2Cc%5C%2FDiMnC%3BEACC%2Ce%2BDlMY%2CsBAAsB%2Cc%5C%2FDkMlC%3BEAcJ%2CW%2BDhNgB%2CsBAAsB%2Cc%5C%2FDgNtC%3BEAhBF%2C%2BGAAA%3BEACK%2C4GAAA%3BEACC%2C2GAAA%3BEAcJ%2CuGAAA%3B%3BA%2BD3MA%2CiBwFwCI%2CmBAUI%2CKxFlDP%3BE%5C%2FD2MD%2CUAAA%3BEAAA%2CYAAA%3B%3BA%2BDvMA%2CiBwFoCI%2CmBAUI%2CKxF9CP%3BE%5C%2FDuMD%2CWAAA%3BEAAA%2CWAAA%3BE%2BDpMI%2CUAAA%3B%3BAAIJ%2CWwFmDI%2CmBACI%2CKxFpDP%3BAACD%2CWwFkDI%2CmBACI%2CKxFnDP%3BE%5C%2FD%2BKH%2CmB%2BD9KkB%2CsBAAqB%2Ca%5C%2FD8KvC%3BEACK%2CgB%2BD%5C%2FKa%2CsBAAqB%2Ca%5C%2FD%2BKlC%3BEACC%2Ce%2BDhLY%2CsBAAqB%2Ca%5C%2FDgLjC%3BEAcJ%2CW%2BD9LgB%2CsBAAqB%2Ca%5C%2FD8LrC%3B%3BA%2BD3LA%2CWwF8CI%2CmBACI%2CKxF%5C%2FCP%3BEACG%2CUAAA%3B%3BAwF4CJ%2CWAOI%3BEvJuIJ%2CWAAA%3BEAAA%2CkBC9MoB%2C4BD8MpB%3B%3BAuJlIA%3BEvJkIA%2CiBAAA%3BEAAA%2CkBAAA%3BEAAA%2CSAAA%3BEuJhII%2CyBAAA%3BEACA%2CaAAA%3B%3BAAEJ%2CQACI%2CkBACI%3BEACI%2CyBAAA%3BEACA%2CWAAA%3BEACA%2CgCAAA%3B%3BAALZ%2CQACI%2CkBAMI%3BEACI%2CQAAA%3B%3BAARZ%2CQACI%2CkBAMI%2CmBAEI%3BEACI%2CgBAAA%3BEACA%2CsBAAA%3B%3BAACA%2CQAXZ%2CkBAMI%2CmBAEI%2CKAGK%3BAACD%2CQAZZ%2CkBAMI%2CmBAEI%2CKAIK%3BEACG%2CsBAAA%3B%3BAAEJ%2CQAfZ%2CkBAMI%2CmBAEI%2CKAOK%3BEACG%2CUAAA%3B%3BAAEJ%2CQAlBZ%2CkBAMI%2CmBAEI%2CKAUK%3BEACG%2CWAAA%3B%3BAAMpB%2CaACI%2CGAAE%3BEACE%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAHR%2CaACI%2CGAAE%2CWAIE%3BEACI%2CgBAAA%3B%3BAANZ%2CaACI%2CGAAE%2CWAOE%2CmBACI%3BEACI%2CYtJrHI%2C4BsJqHJ%3BEACA%2CWAAA%3B%3BAAXhB%2CaACI%2CGAAE%2CWAaE%3BEACI%2CgBAAA%3B%3BAAfZ%2CaACI%2CGAAE%2CWAgBE%2CYACI%3BEvJiFZ%2CWAAA%3BEAAA%2CkBC9MoB%2C4BD8MpB%3B%3BAuJnGA%2CaACI%2CGAAE%2CWAgBE%2CYAII%2CmBACI%3BEACI%2COtJlIA%2C4BsJkIA%3BEACA%2CsBAAA%3B%3B%3BAC1NpB%2CKAEI%2CeAAe%3BAAFnB%2CKAGI%2CeAAe%3BAAHnB%2CKAII%2C2BAA0B%3BAAJ9B%2CKAKI%2C4BAA2B%3BEACvB%2CuCAAA%3B%3BAANR%2CKASI%3BEACI%2CsBAAA%3B%3BAAVR%2CKAaI%3BAAbJ%2CKAcI%3BEnJ8NJ%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2C4BAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3BELgDA%2CgBAAA%3B%3BAK7CA%2CKmJ3OI%2C2BnJ2OH%3BAAAD%2CKmJ1OI%2C4BnJ0OH%3BAACD%2CKmJ5OI%2C2BnJ4OH%3BAAAD%2CKmJ3OI%2C4BnJ2OH%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CKmJjPI%2C2BnJiPH%3BAAAD%2CKmJhPI%2C4BnJgPH%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CKmJtPI%2C2BnJsPH%3BAAAD%2CKmJrPI%2C4BnJqPH%3BAACD%2CKmJvPI%2C2BnJuPH%3BAAAD%2CKmJtPI%2C4BnJsPH%3BAACD%2CQAAQ%2CUAAW%2CMmJxPf%3BAnJwPJ%2CQAAQ%2CUAAW%2CMmJvPf%3BEnJwPA%2CoBAAA%3BEL%2BBJ%2CYAAA%3B%3BAwJlRQ%2CKADJ%2CcACK%3BEACG%2CuBAAA%3BEACA%2CYAAA%3B%3B%3BACyCZ%2CMACI%2C4BACI%3BEACI%2CkBAAA%3B%3BAAIZ%3BE1F5DH%2CoBAAA%3B%3BEACC%2CiBAAA%3B%3BEACA%2CoBAAA%3B%3BEACA%2CqBAAA%3B%3BEACA%2CaAAA%3BEACA%2CiBAAA%3B%3BA0FuDE%2C2BAII%3BEACI%2COAAA%3B%3BAAEI%2C2BAHR%2C4BAEI%2CEACK%2CIAAI%3BEACD%2COxJYN%2CkBwJZM%3B%3BAAKhB%3BEAEI%2CcAAA%3B%3BAAEJ%3BEzJ%2BMA%2CiBAAA%3BEAAA%2CeAAA%3B%3BAyJ5MA%3BEzJ4MA%2CSAAA%3B%3BAyJvMA%2C8BACI%3BEACI%2CsBAAA%3B%3BAAFR%2C8BAII%3BEzJmMJ%2CgBAAA%3B%3BAyJ9LA%2C%2BBACI%3BEzJ6LJ%2CiBAAA%3B%3BAyJxLA%2CgCACI%3BEACI%2CQAAA%3BEzJsLR%2CiBAAA%3B%3BAyJjLA%2C8BAEI%3BAADJ%2C6BACI%3BEzJ%2BKJ%2CWAAA%3BEAAA%2CYAAA%3BEyJ5KQ%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3BEACA%2CkBAAA%3B%3BAAIR%2C6BACI%3BEzJoKJ%2CyBAAA%3BEAAA%2CgBAAA%3B%3BAyJ9JA%2C8BACI%3BEzJ6JJ%2CsBAAA%3BEAAA%2CgBAAA%3BEAAA%2CWAAA%3B%3BAyJvJA%2C%2BBACI%3BEACG%2CmBAAA%3B%3B%3BAC3FP%3BE3F5CH%2CoBAAA%3B%3BEACC%2CiBAAA%3B%3BEACA%2CoBAAA%3B%3BEACA%2CqBAAA%3B%3BEACA%2CaAAA%3BEACA%2CiBAAA%3B%3BA2FuCE%2C4BAII%3BEACI%2COAAA%3B%3BAAMR%3BE1JqOA%2CiBAAA%3BEAAA%2CeAAA%3B%3BA0JlOA%3BE1JkOA%2CSAAA%3B%3BA0J7NA%2C%2BBACI%3BEACI%2CsBAAA%3BEACA%2CuBAAA%3BEACA%2CmBAAA%3B%3BAAJR%2C%2BBAMI%3BE1JuNJ%2CgBAAA%3B%3BA0JlNA%2CgCACI%3BE1JiNJ%2CkBAAA%3BEAAA%2CcAAA%3B%3BA0J3MA%2CiCACI%3BEACI%2CQAAA%3BE1JyMR%2CkBAAA%3BEAAA%2CcAAA%3B%3BA0JnMA%2CUACI%3BEACI%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BE1J8LR%2CaClOqB%2C6BDkOrB%3B%3B%3BAiJtQA%2CwBACI%2CaACM%3BEACE%2CcAAA%3B%3BAAIZ%3BEACI%2CgBAAA%3BEACA%2CkBAAA%3B%3BAACA%2CyBAAC%3BEjJ4OP%2C0BAAA%3BEACK%2CuBAAA%3BEACC%2CsBAAA%3BEAcJ%2CkBAAA%3B%3BAiJ%5C%2FPA%2CyBAOI%3BEACI%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CQAAA%3BEjJoOV%2CmBiJnOsB%2CqBjJmOtB%3BEACK%2CgBiJpOiB%2CqBjJoOjB%3BEACC%2CeiJrOgB%2CqBjJqOhB%3BEAcJ%2CWiJnPoB%2CqBjJmPpB%3BE%2BD5RH%2CoBAAA%3B%3BEACC%2CiBAAA%3B%3BEACA%2CoBAAA%3B%3BEACA%2CqBAAA%3B%3BEACA%2CaAAA%3BEACA%2CeAAA%3BEkFuCU%2CsBAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEjJ0NV%2CwBAAA%3BEACK%2CqBAAA%3BEACC%2CoBAAA%3BEAcJ%2CgBAAA%3BEiJlOQ%2CUAAA%3B%3BAA7BR%2CyBAOI%2CmBAgBI%3BEACI%2CcAAA%3B%3BAACA%2CyBAlBR%2CmBAgBI%2CgBAEK%3BEjJsOb%2CSiJ1RY%2COjJ0RZ%3BEAAA%2CWAAA%3BEAAA%2CeAAA%3BEAAA%2CaiJ3RiB%2CuBjJ2RjB%3BEAAA%2CgBAAA%3B%3BAiJ%5C%2FPA%2CyBAOI%2CmBAuBI%3BEjJiOR%2CWAAA%3BEAAA%2CeAAA%3BEiJ5NY%2CoBAAA%3BEACA%2C4BAAA%3BEACA%2CgBAAA%3BEACA%2CuBAAA%3BEjJyNZ%2CqBAAA%3B%3BAiJrNI%2CyBAAC%2CMACG%3BEACI%2CUAAA%3BEACA%2CmBAAA%3B%3BAAKZ%3BEACI%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3B%3BAAJJ%2CwBAMI%3BEACI%2CgBAAA%3B%3BAAPR%2CwBAMI%2CEAGI%3BEACI%2CcAAA%3BEACA%2CkBAAA%3B%3B%3B%3B%3BAU9FhB%3BEACI%3BIACG%2CUAAA%3BIACE%2CmBAAkB%2CUAAlB%3BIACA%2CWAAU%2CUAAV%3B%3BEAEJ%3BIACG%2CUAAA%3BIACC%2CmBAAkB%2CQAAlB%3BIACA%2CWAAU%2CQAAV%3B%3B%3BAAGR%3BEACI%3BIACE%2CUAAA%3BIACE%2CmBAAkB%2CUAAlB%3BIACA%2CWAAU%2CUAAV%3B%3BEAEJ%3BIACI%2CUAAA%3BIACA%2CmBAAkB%2CQAAlB%3BIACA%2CWAAU%2CQAAV%3B%3B%3BAAwBL%2CwBACI%3BEACI%2CUAAA%3B%3BAAFR%2CwBAII%2CaACK%3BEACG%2CcAAA%3B%3BAAIZ%2CwBACI%3BEACI%2CkBAAA%3BEACA%2CgBAAA%3B%3BAAHR%2CwBAMI%3BEACI%2CmBAAA%3BE3JkOR%2CaAAA%3B%3BA2J9NA%3BEACI%2CkBAAA%3B%3BAADJ%2CcAEM%3BEACE%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3BEACA%2C2BAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3B%3BAAXR%2CcAEM%2CIAUE%3BE3JkNR%2CeAAA%3BEAAA%2CgBAAA%3BEAAA%2CsBAAA%3BE2J9MY%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CsBAAA%3BEACA%2CO1JHO%2C2B0JGP%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BE3JwLd%2CkEAAA%3BEACK%2C%2BDAAA%3BEACC%2C8DAAA%3BEAcJ%2C0DAAA%3BE2JrMY%2CoBAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3B%3BAAEJ%2CcA3BF%2CIA2BG%3BEACG%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CUAAA%3BEACA%2CgCAAA%3BEACA%2CwBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CqBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CoCAAA%3BEACA%2CuBAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3BEACA%2CWAAA%3BE3JgKd%2C4CAAA%3BEACK%2CyCAAA%3BEACC%2CwCAAA%3BEAcJ%2CoCAAA%3B%3BA2J5KQ%2CcAhDF%2CIAgDG%3BEA3FT%2CSAAS%2CEAAT%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CmCAAA%3BEACA%2C2BAAA%3BEACA%2C0BAAA%3BEACA%2CkBAAA%3BE3J2OF%2CqCAAA%3BEACK%2CkCAAA%3BEACC%2CiCAAA%3BEAcJ%2C6BAAA%3B%3BA2JvKI%2CcAAC%2CKAEK%2CIACE%3BEACI%2CkB1J1CG%2C2B0J0CH%3BEACA%2CWAAA%3BE3JkKhB%2CsBAAA%3B%3BA2J%5C%2FJY%2CcARP%2CKAEK%2CIAMG%3BEACG%2CuBAAA%3B%3BAAKhB%2CgBACI%2CeACM%2CIACE%3BEACI%2CmBAAA%3BEACA%2CqBAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3B%3BAAMhB%2CcACI%2CeAAiB%2CIAAE%3BEACf%2CmBAAA%3BEACA%2CqBAAA%3BEACA%2CWAAA%3B%3BAAJR%2CcAOI%3BEACI%2CyBAAA%3BEACA%2C0BAAA%3B%3BAATR%2CcAOI%2CYAGI%3BEACI%2C0BAAA%3BEACA%2C2BAAA%3B%3BAASZ%2CuBACI%2CaACM%3BEACE%2CcAAA%3B%3BAAHZ%2CuBACI%2CaACM%2CMAEI%3BEACE%2CoBAAA%3B%3BAAIL%2CuBARP%2CaAOK%2CMACG%3BEACG%2CgBAAA%3B%3BAAMf%2CwBACI%3BEAEI%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2COAAA%3BEACA%2CQAAA%3BEACA%2CYAAA%3B%3BAAmBR%2C0CACI%3BEACI%2CUAAA%3BEACA%2CgBAAA%3B%3BAAGR%2CIAAI%2C6BACA%3BEACI%2C2BAAA%3B%3BAAFR%2CIAAI%2C6BACA%2CaAEI%3BEACI%2CiBAAA%3B%3BAAJZ%2CIAAI%2C6BAOA%2CeAAc%2CkBACV%3BEACI%2CSAAA%3BEACA%2CWAAA%3B%3BAACA%2CIAXR%2C6BAOA%2CeAAc%2CkBACV%2CWAGK%3BEACG%2CeAAA%3B%3BAAKhB%3BEACI%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3BEACA%2CuCAAA%3B%3BAAEA%2CwBAAC%2CMACG%2C%2BBACK%2CIACG%3BEACI%2CUAAA%3BEACA%2CmBAAmB%2CWAAnB%3BEACA%2CWAAW%2CWAAX%3B%3BAAZpB%2CwBAkBI%3BEACI%2CkBAAA%3BEACA%2CgBAAA%3B%3BAApBR%2CwBAkBI%2C%2BBAIK%3BEACG%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3B%3BAA3BZ%2CwBAkBI%2C%2BBAIK%2CIAOG%3BEACI%2CcAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BE3JKlB%2C2B2JJsC%2CiC3JItC%3BEACK%2CwB2JLiC%2CiC3JKjC%3BEACC%2CuB2JNgC%2CiC3JMhC%3BEAcJ%2CmB2JpBoC%2CiC3JoBpC%3B%3BA2JrDA%2CwBAkBI%2C%2BBAIK%2CIAeG%3BEACI%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2COAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3BEACA%2CsBAAA%3BEACA%2CUAAA%3BE3JVlB%2CoD2JY%2BB%2C8B3JZ%5C%2FB%3BEACK%2CiD2JW0B%2C8B3JX1B%3BEACC%2CgD2JUyB%2C8B3JVzB%3BEAcJ%2C4C2JJ6B%2C8B3JI7B%3B%3BA2JrDA%2CwBAuDI%3BEACI%2CkBAAA%3BEACA%2CkBAAA%3B%3BAAzDR%2CwBAuDI%2CwBAGI%3BEACI%2CiBAAA%3BEAEA%2CSAAA%3B%3BAA7DZ%2CwBAuDI%2CwBAGI%2CYAII%3BEACI%2CO1JvNG%2C2B0JuNH%3B%3BAA%5C%2FDhB%2CwBAmEI%3BEACI%2CkBAAA%3B%3BAApER%2CwBAmEI%2C0BAEI%3BEACI%2CoBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BE3JnBZ%2CcAAA%3B%3BA2JrDA%2CwBAmEI%2C0BAEI%2CWAMI%3BEACI%2CaAAA%3B%3BAA5EhB%2CwBAmEI%2C0BAEI%2CWAUI%3BE3J1BZ%2CcAAA%3B%3BA2J0CH%2CwBARoD%3BEACjD%2C6BACI%2CeAAc%2CkBACV%3BIACI%2CYAAA%3B%3B%3BA7HzUZ%2CiBAKK%3BAAJL%2CaAAc%2CmBAIT%3BAAHL%2CaAAc%2CSAAQ%2CKAAM%2CEAGvB%3BAAFL%2CkBAEK%3BAADL%2CQAAQ%2CKAAM%2CEACT%3BAAiYL%2CWAAY%2CQAAQ%2CSAChB%2CmBAlYC%3BAAiYL%2CWAAY%2CQAAQ%2CSAEhB%2CSAAQ%2CKAAM%2CEAnYb%3BAA2YD%2CQAAC%2CKAyBG%2CmBApaH%3BAA2YD%2CQAAC%2CKA0BG%2CSAAQ%2CKAAM%2CEArajB%3BAjB%2BGG%2CQAVH%2CKAUI%2CKiB%5C%2FGJ%3BAhBwEL%2CQAAQ%2CKAAM%2CEgBxET%3BE9B8RL%2CgBAAA%3BE8B5RQ%2CcAAA%3B%3BAAIR%2CcAMI%2CqBAKI%3BAAVR%2CSAAS%2CKAAK%2CMAKV%2CqBAKI%3BAATR%2CiBAII%2CqBAKI%3BAARR%2CSAGI%2CqBAKI%3BAAPR%2CkBAEI%2CqBAKI%3BAAXR%2CcAOI%2CcAII%3BAAVR%2CSAAS%2CKAAK%2CMAMV%2CcAII%3BAATR%2CiBAKI%2CcAII%3BAARR%2CSAII%2CcAII%3BAAPR%2CkBAGI%2CcAII%3BAAXR%2CcAQI%2CkBAGI%3BAAVR%2CSAAS%2CKAAK%2CMAOV%2CkBAGI%3BAATR%2CiBAMI%2CkBAGI%3BAARR%2CSAKI%2CkBAGI%3BAAPR%2CkBAII%2CkBAGI%3BAAXR%2CcASI%2COAAM%2COAAO%2CQAET%3BAAVR%2CSAAS%2CKAAK%2CMAQV%2COAAM%2COAAO%2CQAET%3BAATR%2CiBAOI%2COAAM%2COAAO%2CQAET%3BAARR%2CSAMI%2COAAM%2COAAO%2CQAET%3BAAPR%2CkBAKI%2COAAM%2COAAO%2CQAET%3BAAXR%2CcAMI%2CqBAMI%3BAAXR%2CSAAS%2CKAAK%2CMAKV%2CqBAMI%3BAAVR%2CiBAII%2CqBAMI%3BAATR%2CSAGI%2CqBAMI%3BAARR%2CkBAEI%2CqBAMI%3BAAZR%2CcAOI%2CcAKI%3BAAXR%2CSAAS%2CKAAK%2CMAMV%2CcAKI%3BAAVR%2CiBAKI%2CcAKI%3BAATR%2CSAII%2CcAKI%3BAARR%2CkBAGI%2CcAKI%3BAAZR%2CcAQI%2CkBAII%3BAAXR%2CSAAS%2CKAAK%2CMAOV%2CkBAII%3BAAVR%2CiBAMI%2CkBAII%3BAATR%2CSAKI%2CkBAII%3BAARR%2CkBAII%2CkBAII%3BAAZR%2CcASI%2COAAM%2COAAO%2CQAGT%3BAAXR%2CSAAS%2CKAAK%2CMAQV%2COAAM%2COAAO%2CQAGT%3BAAVR%2CiBAOI%2COAAM%2COAAO%2CQAGT%3BAATR%2CSAMI%2COAAM%2COAAO%2CQAGT%3BAARR%2CkBAKI%2COAAM%2COAAO%2CQAGT%3BEACI%2CoBAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3BEACA%2CcAAA%3B%3BAAYI%2CcAtBZ%2CqBAKI%2CQAgBK%2CWACI%3BAAAD%2CSA3BP%2CKAAK%2CMAKV%2CqBAKI%2CQAgBK%2CWACI%3BAAAD%2CiBAtBZ%2CqBAKI%2CQAgBK%2CWACI%3BAAAD%2CSAtBZ%2CqBAKI%2CQAgBK%2CWACI%3BAAAD%2CkBAtBZ%2CqBAKI%2CQAgBK%2CWACI%3BAAAD%2CcArBZ%2CcAII%2CQAgBK%2CWACI%3BAAAD%2CSA3BP%2CKAAK%2CMAMV%2CcAII%2CQAgBK%2CWACI%3BAAAD%2CiBArBZ%2CcAII%2CQAgBK%2CWACI%3BAAAD%2CSArBZ%2CcAII%2CQAgBK%2CWACI%3BAAAD%2CkBArBZ%2CcAII%2CQAgBK%2CWACI%3BAAAD%2CcApBZ%2CkBAGI%2CQAgBK%2CWACI%3BAAAD%2CSA3BP%2CKAAK%2CMAOV%2CkBAGI%2CQAgBK%2CWACI%3BAAAD%2CiBApBZ%2CkBAGI%2CQAgBK%2CWACI%3BAAAD%2CSApBZ%2CkBAGI%2CQAgBK%2CWACI%3BAAAD%2CkBApBZ%2CkBAGI%2CQAgBK%2CWACI%3BAAAD%2CcAnBZ%2COAAM%2COAAO%2CQAET%2CQAgBK%2CWACI%3BAAAD%2CSA3BP%2CKAAK%2CMAQV%2COAAM%2COAAO%2CQAET%2CQAgBK%2CWACI%3BAAAD%2CiBAnBZ%2COAAM%2COAAO%2CQAET%2CQAgBK%2CWACI%3BAAAD%2CSAnBZ%2COAAM%2COAAO%2CQAET%2CQAgBK%2CWACI%3BAAAD%2CkBAnBZ%2COAAM%2COAAO%2CQAET%2CQAgBK%2CWACI%3BAAAD%2CcAtBZ%2CqBAMI%2CMAeK%2CWACI%3BAAAD%2CSA3BP%2CKAAK%2CMAKV%2CqBAMI%2CMAeK%2CWACI%3BAAAD%2CiBAtBZ%2CqBAMI%2CMAeK%2CWACI%3BAAAD%2CSAtBZ%2CqBAMI%2CMAeK%2CWACI%3BAAAD%2CkBAtBZ%2CqBAMI%2CMAeK%2CWACI%3BAAAD%2CcArBZ%2CcAKI%2CMAeK%2CWACI%3BAAAD%2CSA3BP%2CKAAK%2CMAMV%2CcAKI%2CMAeK%2CWACI%3BAAAD%2CiBArBZ%2CcAKI%2CMAeK%2CWACI%3BAAAD%2CSArBZ%2CcAKI%2CMAeK%2CWACI%3BAAAD%2CkBArBZ%2CcAKI%2CMAeK%2CWACI%3BAAAD%2CcApBZ%2CkBAII%2CMAeK%2CWACI%3BAAAD%2CSA3BP%2CKAAK%2CMAOV%2CkBAII%2CMAeK%2CWACI%3BAAAD%2CiBApBZ%2CkBAII%2CMAeK%2CWACI%3BAAAD%2CSApBZ%2CkBAII%2CMAeK%2CWACI%3BAAAD%2CkBApBZ%2CkBAII%2CMAeK%2CWACI%3BAAAD%2CcAnBZ%2COAAM%2COAAO%2CQAGT%2CMAeK%2CWACI%3BAAAD%2CSA3BP%2CKAAK%2CMAQV%2COAAM%2COAAO%2CQAGT%2CMAeK%2CWACI%3BAAAD%2CiBAnBZ%2COAAM%2COAAO%2CQAGT%2CMAeK%2CWACI%3BAAAD%2CSAnBZ%2COAAM%2COAAO%2CQAGT%2CMAeK%2CWACI%3BAAAD%2CkBAnBZ%2COAAM%2COAAO%2CQAGT%2CMAeK%2CWACI%3BE9B4PjB%2CS4JvO2B%2CO5JuO3B%3BEAAA%2CWAAA%3BEAAA%2CiBAAA%3BEAAA%2CqBAAA%3BE4JxMF%2CcAAA%3BEACA%2CiBAAA%3BEtCtDE%2C4BAAA%3BEtH6OF%2CiCAAA%3BEACK%2C8BAAA%3BEACC%2C6BAAA%3BEAcJ%2CyBAAA%3BEAhBF%2CoCAAA%3BEACK%2CiCAAA%3BEACC%2CgCAAA%3BEAcJ%2C4BAAA%3B%3BA8BlPgB%2CcAhCZ%2CqBAKI%2CQA0BK%2CUACI%3BAAAD%2CSArCP%2CKAAK%2CMAKV%2CqBAKI%2CQA0BK%2CUACI%3BAAAD%2CiBAhCZ%2CqBAKI%2CQA0BK%2CUACI%3BAAAD%2CSAhCZ%2CqBAKI%2CQA0BK%2CUACI%3BAAAD%2CkBAhCZ%2CqBAKI%2CQA0BK%2CUACI%3BAAAD%2CcA%5C%2FBZ%2CcAII%2CQA0BK%2CUACI%3BAAAD%2CSArCP%2CKAAK%2CMAMV%2CcAII%2CQA0BK%2CUACI%3BAAAD%2CiBA%5C%2FBZ%2CcAII%2CQA0BK%2CUACI%3BAAAD%2CSA%5C%2FBZ%2CcAII%2CQA0BK%2CUACI%3BAAAD%2CkBA%5C%2FBZ%2CcAII%2CQA0BK%2CUACI%3BAAAD%2CcA9BZ%2CkBAGI%2CQA0BK%2CUACI%3BAAAD%2CSArCP%2CKAAK%2CMAOV%2CkBAGI%2CQA0BK%2CUACI%3BAAAD%2CiBA9BZ%2CkBAGI%2CQA0BK%2CUACI%3BAAAD%2CSA9BZ%2CkBAGI%2CQA0BK%2CUACI%3BAAAD%2CkBA9BZ%2CkBAGI%2CQA0BK%2CUACI%3BAAAD%2CcA7BZ%2COAAM%2COAAO%2CQAET%2CQA0BK%2CUACI%3BAAAD%2CSArCP%2CKAAK%2CMAQV%2COAAM%2COAAO%2CQAET%2CQA0BK%2CUACI%3BAAAD%2CiBA7BZ%2COAAM%2COAAO%2CQAET%2CQA0BK%2CUACI%3BAAAD%2CSA7BZ%2COAAM%2COAAO%2CQAET%2CQA0BK%2CUACI%3BAAAD%2CkBA7BZ%2COAAM%2COAAO%2CQAET%2CQA0BK%2CUACI%3BAAAD%2CcAhCZ%2CqBAMI%2CMAyBK%2CUACI%3BAAAD%2CSArCP%2CKAAK%2CMAKV%2CqBAMI%2CMAyBK%2CUACI%3BAAAD%2CiBAhCZ%2CqBAMI%2CMAyBK%2CUACI%3BAAAD%2CSAhCZ%2CqBAMI%2CMAyBK%2CUACI%3BAAAD%2CkBAhCZ%2CqBAMI%2CMAyBK%2CUACI%3BAAAD%2CcA%5C%2FBZ%2CcAKI%2CMAyBK%2CUACI%3BAAAD%2CSArCP%2CKAAK%2CMAMV%2CcAKI%2CMAyBK%2CUACI%3BAAAD%2CiBA%5C%2FBZ%2CcAKI%2CMAyBK%2CUACI%3BAAAD%2CSA%5C%2FBZ%2CcAKI%2CMAyBK%2CUACI%3BAAAD%2CkBA%5C%2FBZ%2CcAKI%2CMAyBK%2CUACI%3BAAAD%2CcA9BZ%2CkBAII%2CMAyBK%2CUACI%3BAAAD%2CSArCP%2CKAAK%2CMAOV%2CkBAII%2CMAyBK%2CUACI%3BAAAD%2CiBA9BZ%2CkBAII%2CMAyBK%2CUACI%3BAAAD%2CSA9BZ%2CkBAII%2CMAyBK%2CUACI%3BAAAD%2CkBA9BZ%2CkBAII%2CMAyBK%2CUACI%3BAAAD%2CcA7BZ%2COAAM%2COAAO%2CQAGT%2CMAyBK%2CUACI%3BAAAD%2CSArCP%2CKAAK%2CMAQV%2COAAM%2COAAO%2CQAGT%2CMAyBK%2CUACI%3BAAAD%2CiBA7BZ%2COAAM%2COAAO%2CQAGT%2CMAyBK%2CUACI%3BAAAD%2CSA7BZ%2COAAM%2COAAO%2CQAGT%2CMAyBK%2CUACI%3BAAAD%2CkBA7BZ%2COAAM%2COAAO%2CQAGT%2CMAyBK%2CUACI%3BE9BkPjB%2CS4JtO0B%2CO5JsO1B%3BEAAA%2CWAAA%3BEAAA%2CiBAAA%3BEAAA%2Ca8BjPgF%2CmB9BiPhF%3BEAAA%2CgBAAA%3BE4JxMF%2CcAAA%3BEACA%2CiBAAA%3BEtCtDE%2C4BAAA%3BEtH6OF%2CiCAAA%3BEACK%2C8BAAA%3BEACC%2C6BAAA%3BEAcJ%2CyBAAA%3BEAhBF%2CoCAAA%3BEACK%2CiCAAA%3BEACC%2CgCAAA%3BEAcJ%2C4BAAA%3B%3BA8BnPY%2CcA%5C%2FBR%2CqBAKI%2CQA0BK%2CUAQG%3BAARJ%2CSApCH%2CKAAK%2CMAKV%2CqBAKI%2CQA0BK%2CUAQG%3BAARJ%2CiBA%5C%2FBR%2CqBAKI%2CQA0BK%2CUAQG%3BAARJ%2CSA%5C%2FBR%2CqBAKI%2CQA0BK%2CUAQG%3BAARJ%2CkBA%5C%2FBR%2CqBAKI%2CQA0BK%2CUAQG%3BAARJ%2CcA9BR%2CcAII%2CQA0BK%2CUAQG%3BAARJ%2CSApCH%2CKAAK%2CMAMV%2CcAII%2CQA0BK%2CUAQG%3BAARJ%2CiBA9BR%2CcAII%2CQA0BK%2CUAQG%3BAARJ%2CSA9BR%2CcAII%2CQA0BK%2CUAQG%3BAARJ%2CkBA9BR%2CcAII%2CQA0BK%2CUAQG%3BAARJ%2CcA7BR%2CkBAGI%2CQA0BK%2CUAQG%3BAARJ%2CSApCH%2CKAAK%2CMAOV%2CkBAGI%2CQA0BK%2CUAQG%3BAARJ%2CiBA7BR%2CkBAGI%2CQA0BK%2CUAQG%3BAARJ%2CSA7BR%2CkBAGI%2CQA0BK%2CUAQG%3BAARJ%2CkBA7BR%2CkBAGI%2CQA0BK%2CUAQG%3BAARJ%2CcA5BR%2COAAM%2COAAO%2CQAET%2CQA0BK%2CUAQG%3BAARJ%2CSApCH%2CKAAK%2CMAQV%2COAAM%2COAAO%2CQAET%2CQA0BK%2CUAQG%3BAARJ%2CiBA5BR%2COAAM%2COAAO%2CQAET%2CQA0BK%2CUAQG%3BAARJ%2CSA5BR%2COAAM%2COAAO%2CQAET%2CQA0BK%2CUAQG%3BAARJ%2CkBA5BR%2COAAM%2COAAO%2CQAET%2CQA0BK%2CUAQG%3BAARJ%2CcA%5C%2FBR%2CqBAMI%2CMAyBK%2CUAQG%3BAARJ%2CSApCH%2CKAAK%2CMAKV%2CqBAMI%2CMAyBK%2CUAQG%3BAARJ%2CiBA%5C%2FBR%2CqBAMI%2CMAyBK%2CUAQG%3BAARJ%2CSA%5C%2FBR%2CqBAMI%2CMAyBK%2CUAQG%3BAARJ%2CkBA%5C%2FBR%2CqBAMI%2CMAyBK%2CUAQG%3BAARJ%2CcA9BR%2CcAKI%2CMAyBK%2CUAQG%3BAARJ%2CSApCH%2CKAAK%2CMAMV%2CcAKI%2CMAyBK%2CUAQG%3BAARJ%2CiBA9BR%2CcAKI%2CMAyBK%2CUAQG%3BAARJ%2CSA9BR%2CcAKI%2CMAyBK%2CUAQG%3BAARJ%2CkBA9BR%2CcAKI%2CMAyBK%2CUAQG%3BAARJ%2CcA7BR%2CkBAII%2CMAyBK%2CUAQG%3BAARJ%2CSApCH%2CKAAK%2CMAOV%2CkBAII%2CMAyBK%2CUAQG%3BAARJ%2CiBA7BR%2CkBAII%2CMAyBK%2CUAQG%3BAARJ%2CSA7BR%2CkBAII%2CMAyBK%2CUAQG%3BAARJ%2CkBA7BR%2CkBAII%2CMAyBK%2CUAQG%3BAARJ%2CcA5BR%2COAAM%2COAAO%2CQAGT%2CMAyBK%2CUAQG%3BAARJ%2CSApCH%2CKAAK%2CMAQV%2COAAM%2COAAO%2CQAGT%2CMAyBK%2CUAQG%3BAARJ%2CiBA5BR%2COAAM%2COAAO%2CQAGT%2CMAyBK%2CUAQG%3BAARJ%2CSA5BR%2COAAM%2COAAO%2CQAGT%2CMAyBK%2CUAQG%3BAARJ%2CkBA5BR%2COAAM%2COAAO%2CQAGT%2CMAyBK%2CUAQG%3BEACI%2CmBAAA%3B%3BAAMJ%2CcA9CZ%2CqBAKI%2CQAwCK%2CeACI%3BAAAD%2CSAnDP%2CKAAK%2CMAKV%2CqBAKI%2CQAwCK%2CeACI%3BAAAD%2CiBA9CZ%2CqBAKI%2CQAwCK%2CeACI%3BAAAD%2CSA9CZ%2CqBAKI%2CQAwCK%2CeACI%3BAAAD%2CkBA9CZ%2CqBAKI%2CQAwCK%2CeACI%3BAAAD%2CcA7CZ%2CcAII%2CQAwCK%2CeACI%3BAAAD%2CSAnDP%2CKAAK%2CMAMV%2CcAII%2CQAwCK%2CeACI%3BAAAD%2CiBA7CZ%2CcAII%2CQAwCK%2CeACI%3BAAAD%2CSA7CZ%2CcAII%2CQAwCK%2CeACI%3BAAAD%2CkBA7CZ%2CcAII%2CQAwCK%2CeACI%3BAAAD%2CcA5CZ%2CkBAGI%2CQAwCK%2CeACI%3BAAAD%2CSAnDP%2CKAAK%2CMAOV%2CkBAGI%2CQAwCK%2CeACI%3BAAAD%2CiBA5CZ%2CkBAGI%2CQAwCK%2CeACI%3BAAAD%2CSA5CZ%2CkBAGI%2CQAwCK%2CeACI%3BAAAD%2CkBA5CZ%2CkBAGI%2CQAwCK%2CeACI%3BAAAD%2CcA3CZ%2COAAM%2COAAO%2CQAET%2CQAwCK%2CeACI%3BAAAD%2CSAnDP%2CKAAK%2CMAQV%2COAAM%2COAAO%2CQAET%2CQAwCK%2CeACI%3BAAAD%2CiBA3CZ%2COAAM%2COAAO%2CQAET%2CQAwCK%2CeACI%3BAAAD%2CSA3CZ%2COAAM%2COAAO%2CQAET%2CQAwCK%2CeACI%3BAAAD%2CkBA3CZ%2COAAM%2COAAO%2CQAET%2CQAwCK%2CeACI%3BAAAD%2CcA9CZ%2CqBAMI%2CMAuCK%2CeACI%3BAAAD%2CSAnDP%2CKAAK%2CMAKV%2CqBAMI%2CMAuCK%2CeACI%3BAAAD%2CiBA9CZ%2CqBAMI%2CMAuCK%2CeACI%3BAAAD%2CSA9CZ%2CqBAMI%2CMAuCK%2CeACI%3BAAAD%2CkBA9CZ%2CqBAMI%2CMAuCK%2CeACI%3BAAAD%2CcA7CZ%2CcAKI%2CMAuCK%2CeACI%3BAAAD%2CSAnDP%2CKAAK%2CMAMV%2CcAKI%2CMAuCK%2CeACI%3BAAAD%2CiBA7CZ%2CcAKI%2CMAuCK%2CeACI%3BAAAD%2CSA7CZ%2CcAKI%2CMAuCK%2CeACI%3BAAAD%2CkBA7CZ%2CcAKI%2CMAuCK%2CeACI%3BAAAD%2CcA5CZ%2CkBAII%2CMAuCK%2CeACI%3BAAAD%2CSAnDP%2CKAAK%2CMAOV%2CkBAII%2CMAuCK%2CeACI%3BAAAD%2CiBA5CZ%2CkBAII%2CMAuCK%2CeACI%3BAAAD%2CSA5CZ%2CkBAII%2CMAuCK%2CeACI%3BAAAD%2CkBA5CZ%2CkBAII%2CMAuCK%2CeACI%3BAAAD%2CcA3CZ%2COAAM%2COAAO%2CQAGT%2CMAuCK%2CeACI%3BAAAD%2CSAnDP%2CKAAK%2CMAQV%2COAAM%2COAAO%2CQAGT%2CMAuCK%2CeACI%3BAAAD%2CiBA3CZ%2COAAM%2COAAO%2CQAGT%2CMAuCK%2CeACI%3BAAAD%2CSA3CZ%2COAAM%2COAAO%2CQAGT%2CMAuCK%2CeACI%3BAAAD%2CkBA3CZ%2COAAM%2COAAO%2CQAGT%2CMAuCK%2CeACI%3BE9BoOjB%2CS4JrO4B%2CO5JqO5B%3BEAAA%2CWAAA%3BEAAA%2CiBAAA%3BEAAA%2CuBAAA%3BE4JxMF%2CcAAA%3BEACA%2CiBAAA%3BEtCtDE%2C4BAAA%3BEtH6OF%2CiCAAA%3BEACK%2C8BAAA%3BEACC%2C6BAAA%3BEAcJ%2CyBAAA%3BEAhBF%2CoCAAA%3BEACK%2CiCAAA%3BEACC%2CgCAAA%3BEAcJ%2C4BAAA%3B%3BA8B3NgB%2CcAvDZ%2CqBAKI%2CQAgDK%2CSAEI%3BAAAD%2CSA5DP%2CKAAK%2CMAKV%2CqBAKI%2CQAgDK%2CSAEI%3BAAAD%2CiBAvDZ%2CqBAKI%2CQAgDK%2CSAEI%3BAAAD%2CSAvDZ%2CqBAKI%2CQAgDK%2CSAEI%3BAAAD%2CkBAvDZ%2CqBAKI%2CQAgDK%2CSAEI%3BAAAD%2CcAtDZ%2CcAII%2CQAgDK%2CSAEI%3BAAAD%2CSA5DP%2CKAAK%2CMAMV%2CcAII%2CQAgDK%2CSAEI%3BAAAD%2CiBAtDZ%2CcAII%2CQAgDK%2CSAEI%3BAAAD%2CSAtDZ%2CcAII%2CQAgDK%2CSAEI%3BAAAD%2CkBAtDZ%2CcAII%2CQAgDK%2CSAEI%3BAAAD%2CcArDZ%2CkBAGI%2CQAgDK%2CSAEI%3BAAAD%2CSA5DP%2CKAAK%2CMAOV%2CkBAGI%2CQAgDK%2CSAEI%3BAAAD%2CiBArDZ%2CkBAGI%2CQAgDK%2CSAEI%3BAAAD%2CSArDZ%2CkBAGI%2CQAgDK%2CSAEI%3BAAAD%2CkBArDZ%2CkBAGI%2CQAgDK%2CSAEI%3BAAAD%2CcApDZ%2COAAM%2COAAO%2CQAET%2CQAgDK%2CSAEI%3BAAAD%2CSA5DP%2CKAAK%2CMAQV%2COAAM%2COAAO%2CQAET%2CQAgDK%2CSAEI%3BAAAD%2CiBApDZ%2COAAM%2COAAO%2CQAET%2CQAgDK%2CSAEI%3BAAAD%2CSApDZ%2COAAM%2COAAO%2CQAET%2CQAgDK%2CSAEI%3BAAAD%2CkBApDZ%2COAAM%2COAAO%2CQAET%2CQAgDK%2CSAEI%3BAAAD%2CcAvDZ%2CqBAMI%2CMA%2BCK%2CSAEI%3BAAAD%2CSA5DP%2CKAAK%2CMAKV%2CqBAMI%2CMA%2BCK%2CSAEI%3BAAAD%2CiBAvDZ%2CqBAMI%2CMA%2BCK%2CSAEI%3BAAAD%2CSAvDZ%2CqBAMI%2CMA%2BCK%2CSAEI%3BAAAD%2CkBAvDZ%2CqBAMI%2CMA%2BCK%2CSAEI%3BAAAD%2CcAtDZ%2CcAKI%2CMA%2BCK%2CSAEI%3BAAAD%2CSA5DP%2CKAAK%2CMAMV%2CcAKI%2CMA%2BCK%2CSAEI%3BAAAD%2CiBAtDZ%2CcAKI%2CMA%2BCK%2CSAEI%3BAAAD%2CSAtDZ%2CcAKI%2CMA%2BCK%2CSAEI%3BAAAD%2CkBAtDZ%2CcAKI%2CMA%2BCK%2CSAEI%3BAAAD%2CcArDZ%2CkBAII%2CMA%2BCK%2CSAEI%3BAAAD%2CSA5DP%2CKAAK%2CMAOV%2CkBAII%2CMA%2BCK%2CSAEI%3BAAAD%2CiBArDZ%2CkBAII%2CMA%2BCK%2CSAEI%3BAAAD%2CSArDZ%2CkBAII%2CMA%2BCK%2CSAEI%3BAAAD%2CkBArDZ%2CkBAII%2CMA%2BCK%2CSAEI%3BAAAD%2CcApDZ%2COAAM%2COAAO%2CQAGT%2CMA%2BCK%2CSAEI%3BAAAD%2CSA5DP%2CKAAK%2CMAQV%2COAAM%2COAAO%2CQAGT%2CMA%2BCK%2CSAEI%3BAAAD%2CiBApDZ%2COAAM%2COAAO%2CQAGT%2CMA%2BCK%2CSAEI%3BAAAD%2CSApDZ%2COAAM%2COAAO%2CQAGT%2CMA%2BCK%2CSAEI%3BAAAD%2CkBApDZ%2COAAM%2COAAO%2CQAGT%2CMA%2BCK%2CSAEI%3BAAAD%2CcAvDZ%2CqBAKI%2CQAiDK%2COACI%3BAAAD%2CSA5DP%2CKAAK%2CMAKV%2CqBAKI%2CQAiDK%2COACI%3BAAAD%2CiBAvDZ%2CqBAKI%2CQAiDK%2COACI%3BAAAD%2CSAvDZ%2CqBAKI%2CQAiDK%2COACI%3BAAAD%2CkBAvDZ%2CqBAKI%2CQAiDK%2COACI%3BAAAD%2CcAtDZ%2CcAII%2CQAiDK%2COACI%3BAAAD%2CSA5DP%2CKAAK%2CMAMV%2CcAII%2CQAiDK%2COACI%3BAAAD%2CiBAtDZ%2CcAII%2CQAiDK%2COACI%3BAAAD%2CSAtDZ%2CcAII%2CQAiDK%2COACI%3BAAAD%2CkBAtDZ%2CcAII%2CQAiDK%2COACI%3BAAAD%2CcArDZ%2CkBAGI%2CQAiDK%2COACI%3BAAAD%2CSA5DP%2CKAAK%2CMAOV%2CkBAGI%2CQAiDK%2COACI%3BAAAD%2CiBArDZ%2CkBAGI%2CQAiDK%2COACI%3BAAAD%2CSArDZ%2CkBAGI%2CQAiDK%2COACI%3BAAAD%2CkBArDZ%2CkBAGI%2CQAiDK%2COACI%3BAAAD%2CcApDZ%2COAAM%2COAAO%2CQAET%2CQAiDK%2COACI%3BAAAD%2CSA5DP%2CKAAK%2CMAQV%2COAAM%2COAAO%2CQAET%2CQAiDK%2COACI%3BAAAD%2CiBApDZ%2COAAM%2COAAO%2CQAET%2CQAiDK%2COACI%3BAAAD%2CSApDZ%2COAAM%2COAAO%2CQAET%2CQAiDK%2COACI%3BAAAD%2CkBApDZ%2COAAM%2COAAO%2CQAET%2CQAiDK%2COACI%3BAAAD%2CcAvDZ%2CqBAMI%2CMAgDK%2COACI%3BAAAD%2CSA5DP%2CKAAK%2CMAKV%2CqBAMI%2CMAgDK%2COACI%3BAAAD%2CiBAvDZ%2CqBAMI%2CMAgDK%2COACI%3BAAAD%2CSAvDZ%2CqBAMI%2CMAgDK%2COACI%3BAAAD%2CkBAvDZ%2CqBAMI%2CMAgDK%2COACI%3BAAAD%2CcAtDZ%2CcAKI%2CMAgDK%2COACI%3BAAAD%2CSA5DP%2CKAAK%2CMAMV%2CcAKI%2CMAgDK%2COACI%3BAAAD%2CiBAtDZ%2CcAKI%2CMAgDK%2COACI%3BAAAD%2CSAtDZ%2CcAKI%2CMAgDK%2COACI%3BAAAD%2CkBAtDZ%2CcAKI%2CMAgDK%2COACI%3BAAAD%2CcArDZ%2CkBAII%2CMAgDK%2COACI%3BAAAD%2CSA5DP%2CKAAK%2CMAOV%2CkBAII%2CMAgDK%2COACI%3BAAAD%2CiBArDZ%2CkBAII%2CMAgDK%2COACI%3BAAAD%2CSArDZ%2CkBAII%2CMAgDK%2COACI%3BAAAD%2CkBArDZ%2CkBAII%2CMAgDK%2COACI%3BAAAD%2CcApDZ%2COAAM%2COAAO%2CQAGT%2CMAgDK%2COACI%3BAAAD%2CSA5DP%2CKAAK%2CMAQV%2COAAM%2COAAO%2CQAGT%2CMAgDK%2COACI%3BAAAD%2CiBApDZ%2COAAM%2COAAO%2CQAGT%2CMAgDK%2COACI%3BAAAD%2CSApDZ%2COAAM%2COAAO%2CQAGT%2CMAgDK%2COACI%3BAAAD%2CkBApDZ%2COAAM%2COAAO%2CQAGT%2CMAgDK%2COACI%3BE9B2NjB%2CS4JpO4B%2CO5JoO5B%3BEAAA%2CWAAA%3BEAAA%2CiBAAA%3BEAAA%2CuBAAA%3BE4JxMF%2CcAAA%3BEACA%2CiBAAA%3BEtCtDE%2C4BAAA%3BEtH6OF%2CiCAAA%3BEACK%2C8BAAA%3BEACC%2C6BAAA%3BEAcJ%2CyBAAA%3BEAhBF%2CoCAAA%3BEACK%2CiCAAA%3BEACC%2CgCAAA%3BEAcJ%2C4BAAA%3B%3BA8BxRA%2CcAqEI%2COAAM%2COAAO%3BAApEjB%2CSAAS%2CKAAK%2CMAoEV%2COAAM%2COAAO%3BAAnEjB%2CiBAmEI%2COAAM%2COAAO%3BAAlEjB%2CSAkEI%2COAAM%2COAAO%3BAAjEjB%2CkBAiEI%2COAAM%2COAAO%3BEACT%2CgBAAA%3B%3BAAIR%3BEACI%2CgBAAA%3B%3BAAOJ%3BEACI%2CqBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3B%3BAAGJ%3BEACI%2CcAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CsBAAA%3B%3BAAGJ%3BAACA%3BEACI%2CcAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3BEACA%2COAAA%3BEACA%2CSAAA%3BEACA%2CsBAAA%3B%3BAAGJ%2CaAAc%3BEACV%2CUAAA%3BEACA%2CUAAA%3B%3BAAIJ%3BEACI%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BAAGJ%3BEACI%2CWAAA%3B%3BAAIA%2CiBAAC%2CIAAI%2CQACD%3BEACI%2CYAAA%3B%3BAAHZ%2CiBAOI%3BE9BkJJ%2CkBAAA%3B%3BA8B5IA%2CYAGI%3BAAFJ%2CwBAEI%3BEACI%2CkBAAA%3BEACA%2CUAAA%3B%3BAALR%2CYAGI%2CgBAII%3BAANR%2CwBAEI%2CgBAII%3BEACI%2CcAAA%3BE9BoIZ%2CaAAA%3BE8BlIY%2CwBAAA%3B%3BAAEA%2CYATR%2CgBAII%2CeAKK%3BAAAD%2CwBATR%2CgBAII%2CeAKK%3BAAZb%2CYAGI%2CgBAII%2CeAMK%2COAAI%3BAAZjB%2CwBAEI%2CgBAII%2CeAMK%2COAAI%3BE9B%2BHjB%2CiBAAA%3B%3BA8BzHA%3BEiCnKH%2CoBAAA%3B%3BEACC%2CiBAAA%3B%3BEACA%2CoBAAA%3B%3BEACA%2CqBAAA%3B%3BEACA%2CaAAA%3BEACA%2CeAAA%3BEjCgKM%2CmBAAA%3BEACA%2CcAAA%3B%3BAAEA%2CwBAAC%2CUACG%3BEACI%2CkBAAA%3B%3BAAEA%2CwBAJP%2CUACG%2CiBAGK%3BE9BgHb%2Ca4JpRgB%2CqB5JoRhB%3BEAAA%2CcAAA%3BE6JxEA%2CSD7MmB%2CQAAA%2CQAAA%2CQAAA%2CQAAA%2COC6MnB%3B%3BA%5C%2FHjDA%2CwBAkBK%3BEACG%2CoBAAA%3B%3BAAnBR%2CwBAsBI%3BE9BmGJ%2CaAAA%3B%3BA8B%5C%2FFY%2CwBAJR%2CiBAGI%2CEACK%2CIAAI%3BE9B%2BFjB%2CWAAA%3B%3BA8B3FY%2CwBARR%2CiBAGI%2CEAKK%2COAAO%3BEACJ%2CcAAA%3BEACA%2CeAAA%3BEACA%2CyBAAA%3BEACA%2CmBAAA%3BEACA%2CqBAAA%3BEACA%2CcAAA%3B%3BAAMJ%2CwBApBR%2CiBAkBI%2CQAAO%2CKAEF%3BEACG%2CSAAS%2CGAAT%3BEACA%2CoBAAA%3B%3BAAGJ%2CwBAzBR%2CiBAkBI%2CQAAO%2CKAOF%3BEACG%2CSAAS%2CGAAT%3BEACA%2CmBAAA%3B%3BAAOhB%2CkBAGI%2CmBAEI%3BAAJR%2CaAEI%2CmBAEI%3BAALR%2CkBAII%2CwBACI%3BAAJR%2CaAGI%2CwBACI%3BE9B4DR%2CcAAA%3B%3BA8BjEA%2CkBAUI%2CeAEI%3BAAXR%2CaASI%2CeAEI%3BAAZR%2CkBAWI%2CeACI%3BAAXR%2CaAUI%2CeACI%3BE9BqDR%2CgBAAA%3B%3BA8BjEA%2CkBAUI%2CeAMI%3BAAfR%2CaASI%2CeAMI%3BAAhBR%2CkBAWI%2CeAKI%3BAAfR%2CaAUI%2CeAKI%3BEACI%2CqBAAA%3B%3BAAjBZ%2CkBAUI%2CeAUI%2CqBAAqB%3BAAnB7B%2CaASI%2CeAUI%2CqBAAqB%3BAApB7B%2CkBAWI%2CeASI%2CqBAAqB%3BAAnB7B%2CaAUI%2CeASI%2CqBAAqB%3BEACjB%2CcAAA%3B%3BAArBZ%2CkBAUI%2CeAcI%3BAAvBR%2CaASI%2CeAcI%3BAAxBR%2CkBAWI%2CeAaI%3BAAvBR%2CaAUI%2CeAaI%3BAAxBR%2CkBAUI%2CeAeI%2CmBAAmB%3BAAxB3B%2CaASI%2CeAeI%2CmBAAmB%3BAAzB3B%2CkBAWI%2CeAcI%2CmBAAmB%3BAAxB3B%2CaAUI%2CeAcI%2CmBAAmB%3BE9BwC3B%2CcAAA%3B%3BA8BjEA%2CkBA8BI%3BAA7BJ%2CaA6BI%3BE9BmCJ%2CcAAA%3BE8BjCQ%2C6BAAA%3B%3BAAhCR%2CkBA8BI%2CWAII%3BAAjCR%2CaA6BI%2CWAII%3BAAlCR%2CkBA8BI%2CWAKI%2CmBAAmB%3BAAlC3B%2CaA6BI%2CWAKI%2CmBAAmB%3BE9B8B3B%2CcAAA%3BEAAA%2CiBAAA%3BE8B3BY%2CgBAAA%3B%3BAAtCZ%2CkBA0CI%2CeACI%3BAA1CR%2CaAyCI%2CeACI%3BEACI%2CaAAA%3B%3BAA5CZ%2CkBAgDI%2CeACI%3BAAhDR%2CaA%2BCI%2CeACI%3BEACI%2CcAAA%3B%3BAAlDZ%2CkBAsDI%3BAArDJ%2CaAqDI%3BEACI%2CeAAA%3B%3BAAvDR%2CkBAsDI%2CoBAGI%3BAAxDR%2CaAqDI%2CoBAGI%3BE9BQR%2COC3MU%2CkBD2MV%3BEAAA%2CiBAAA%3B%3BA8BjEA%2CkBAsDI%2CoBAQI%3BAA7DR%2CaAqDI%2CoBAQI%3BEACI%2CgBAAA%3B%3BAA%5C%2FDZ%2CkBAmEI%3BAAlEJ%2CaAkEI%3BAAnEJ%2CkBAoEI%3BAAnEJ%2CaAmEI%3BAApEJ%2CkBAqEI%3BAApEJ%2CaAoEI%3BEACI%2CcAAA%3BEACA%2CmBAAA%3B%3BAAvER%2CkBA2EI%3BAA1EJ%2CaA0EI%3BAA3EJ%2CkBA4EI%3BAA3EJ%2CaA2EI%3BEACI%2CSAAA%3B%3BAA7ER%2CkBA%2BEI%3BAA9EJ%2CaA8EI%3BEACI%2CiBAAA%3B%3BAAMY%2CkBAJhB%2CaACI%2CiBACI%2CqBACK%2CuBACI%3BAAAD%2CaAJhB%2CaACI%2CiBACI%2CqBACK%2CuBACI%3BEACG%2CSAAS%2CIAAG%2CiBAAiB%2CIAA7B%3B%3BAAGJ%2CkBARhB%2CaACI%2CiBACI%2CqBACK%2CuBAKI%2CWAAW%3BAAAZ%2CaARhB%2CaACI%2CiBACI%2CqBACK%2CuBAKI%2CWAAW%3BEACR%2CSAAS%2CGAAT%3B%3BAA3FxB%2CkBAkFI%2CaACI%2CiBAaI%2CMAAK%3BAA%5C%2FFjB%2CaAiFI%2CaACI%2CiBAaI%2CMAAK%3BEACD%2CeAAA%3B%3BAAjGhB%2CkBAkFI%2CaACI%2CiBAaI%2CMAAK%2CYAGD%3BAAlGhB%2CaAiFI%2CaACI%2CiBAaI%2CMAAK%2CYAGD%3BE9BlChB%2CiBAAA%3B%3BA8BsCgB%2CkBArBZ%2CaACI%2CiBAaI%2CMAAK%2CYAOA%3BAAAD%2CaArBZ%2CaACI%2CiBAaI%2CMAAK%2CYAOA%3BEACG%2CSAAS%2CKAAI%2CiBAAiB%2CIAA9B%3B%3BAAxGpB%2CkBA8GI%3BAA7GJ%2CaA6GI%3BEACI%2Ca7BzQiB%2CiC6ByQjB%3B%3BAAKJ%2CQAAC%2CKACG%3BEiChVX%2CoBAAA%3B%3BEACC%2CiBAAA%3B%3BEACA%2CoBAAA%3B%3BEACA%2CqBAAA%3B%3BEACA%2CaAAA%3BEACA%2CeAAA%3B%3BAjC0UM%2CQAAC%2CKACG%2CWAII%3BE9BxDZ%2CgBAAA%3BE8B2DgB%2CmBAAA%3B%3BAARZ%2CQAAC%2CKACG%2CWAUI%3BEACI%2CaAAA%3BEACA%2CeAAA%3BE9BhEhB%2CWAAA%3B%3BA8BmEgB%2CQAhBX%2CKACG%2CWAUI%2CaAKK%3BEACG%2CSAAS%2CGAAT%3B%3BAAjBhB%2CQAAC%2CKACG%2CWAoBK%3BEACG%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3B%3BAAEA%2CQA1BX%2CKACG%2CWAoBK%2COAKI%3BEACG%2CSAAA%3B%3BAAOpB%2CkBACI%2COACI%3BEACI%2CkBAAA%3BEACA%2CyBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAQZ%2CWAAY%2CQAAQ%2CSAChB%3BAADJ%2CWAAY%2CQAAQ%2CSAEhB%2CSAAQ%2CKAAM%3BEACV%2CaAAA%3BEACA%2CgBAAA%3BEAEA%2CoBAAA%3B%3BAAIJ%2CQAAC%2CKACG%2C2B8HhRR%2CuBAAuB%2CIAAG%3BA9H%2BQtB%2CQAAC%2CKACG%2C2B8H%5C%2FQR%3BE5JiKA%2C8C%2BIjEoE%2CmC%5C%2FIiEpE%3B%3BA8B6GI%2CQAAC%2CKACG%2C2B8H5QR%3BEAEI%2CUAAA%3B%3BAAGA%2CQ9HsQC%2CKACG%2C2B8HxQR%2CqBACK%2CMACG%3BAADJ%2CQ9HsQC%2CKACG%2C2B8HxQR%2CqBACK%2CMAEG%2CuBAAuB%2CIAAG%3BE5JuIpC%2CmB4JtI0B%2CW5JsI1B%3BEACK%2CgB4JvIqB%2CW5JuIrB%3BEACC%2Ce4JxIoB%2CW5JwIpB%3BEAcJ%2CW4JtJwB%2CW5JsJxB%3BE4JpJY%2CUAAA%3BE5JoJZ%2C8C%2BIjEoE%2CmC%5C%2FIiEpE%3B%3BA8B6GI%2CQAAC%2CKAKG%2CmC8HlOR%3BEACI%2CkBAAA%3B%3BAACA%2CQ9H2NC%2CKAKG%2CmC8HlOR%2CuBAEK%3BEACG%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2COAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CUAAA%3BE5JsGR%2CoCAAA%3BEAhBF%2CiCAAA%3BEACK%2C8BAAA%3BEACC%2C6BAAA%3BEAcJ%2CyBAAA%3B%3BA8B6GI%2CQAAC%2CKAKG%2CmC8HnNR%2CuBAAuB%2CIAAG%3BA9H8MtB%2CQAAC%2CKAKG%2CmC8HlNR%3BE5JgGA%2C8C%2BIjEoE%2CmC%5C%2FIiEpE%3B%3BA4J5FI%2CQ9HyMC%2CKAKG%2CmC8H%5C%2FMR%2CqBACK%2CMACG%2CuBAAuB%2CIAAG%3BAAD9B%2CQ9HyMC%2CKAKG%2CmC8H%5C%2FMR%2CqBACK%2CMAEG%3BE5J0EV%2CmB4JzE0B%2CW5JyE1B%3BEACK%2CgB4J1EqB%2CW5J0ErB%3BEACC%2Ce4J3EoB%2CW5J2EpB%3BEAcJ%2CW4JzFwB%2CW5JyFxB%3BE4JvFY%2CUAAA%3BE5JuFZ%2C8C%2BIjEoE%2CmC%5C%2FIiEpE%3B%3BA4JlFY%2CQ9H%2BLP%2CKAKG%2CmC8H%5C%2FMR%2CqBACK%2CMAQG%2CuBAEK%3BAAAD%2CQ9H%2BLP%2CKAKG%2CmC8H%5C%2FMR%2CqBACK%2CMASG%2CsBACK%3BEACG%2CUAAA%3B%3BAAzDZ%2CQ9HuPC%2CKASG%2C8B8HjQR%2CuBACK%3BEACG%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2COAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CoBAAA%3BEACA%2C6BAAA%3BE5JiHV%2CiCAAA%3BEACK%2C8BAAA%3BEACC%2C6BAAA%3BEAcJ%2CyBAAA%3B%3BA4J1HY%2CQ9HuOP%2CKASG%2C8B8HnPR%2CqBACK%2CMACG%2CuBACK%3BE5J0Hb%2CoCAAA%3B%3BA4JrEI%2CQ9HkLC%2CKAaG%2CiC8HjMR%2CuBAEK%3BAACD%2CQ9HiLC%2CKAaG%2CiC8HjMR%2CuBAGK%3BEACG%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CSAAA%3BEACA%2CQAAA%3BEACA%2COAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEAEA%2CUAAA%3BE5JyDR%2C8C%2BIjEoE%2CmC%5C%2FIiEpE%3B%3BA4JpDQ%2CQ9HiKH%2CKAaG%2CiC8HjMR%2CuBAkBK%2CMACI%3BEACG%2CQAAA%3B%3BAAGJ%2CQ9H6JH%2CKAaG%2CiC8HjMR%2CuBAkBK%2CMAKI%3BEACG%2CSAAA%3B%3BAAGJ%2CQ9HyJH%2CKAaG%2CiC8HjMR%2CuBAkBK%2CMASI%3BAACD%2CQ9HwJH%2CKAaG%2CiC8HjMR%2CuBAkBK%2CMAUI%3BEACG%2C2CAAA%3B%3BA9HuJR%2CQAAC%2CKAiBG%3BEACI%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BE9BjIZ%2CmBAAA%3B%3BA8B6GI%2CQAAC%2CKAyBG%3BAAzBJ%2CQAAC%2CKA0BG%2CSAAQ%2CKAAM%3BEACV%2CaAAA%3BEACA%2CgBAAA%3B%3BAA5BR%2CQAAC%2CKAiCG%3BE9B9IR%2CaAAA%3BEAAA%2CcAAA%3B%3BA8B6GI%2CQAAC%2CKAiCG%2CyBAII%3BE9BlJZ%2CaAAA%3B%3BA8B6GI%2CQAAC%2CKAiCG%2CyBAII%2CiBAGI%2CEACI%3BEACI%2CYAAA%3B%3BAA1CpB%2CQAAC%2CKAiCG%2CyBAcI%2CiBACI%2CQAAO%3BEACH%2CSAAA%3BEACA%2CUAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3B%3BAArDhB%2CQAAC%2CKAiCG%2CyBAcI%2CiBACI%2CQAAO%2CKAOH%3BEACI%2CYAAA%3B%3BAAxDpB%2CQAAC%2CKA%2BDG%2CsBACI%2CIAAG%3BEiCzclB%2CoBAAA%3B%3BEACC%2CiBAAA%3B%3BEACA%2CoBAAA%3B%3BEACA%2CqBAAA%3B%3BEACA%2CaAAA%3BEACA%2CeAAA%3BEjCsckB%2CuBAAA%3BEACA%2CuBAAA%3BEACA%2CsBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3B%3BAAEI%2CQAxEf%2CKA%2BDG%2CsBACI%2CIAAG%2CsBAOC%2CkBACK%3BEACG%2CWAAA%3B%3BAADJ%2CQAxEf%2CKA%2BDG%2CsBACI%2CIAAG%2CsBAOC%2CkBACK%2CMAGG%3BE9BxLxB%2CaAAA%3BEAAA%2CcAAA%3BEAAA%2CkBAAA%3BEAAA%2CmBAAA%3BE8B8L4B%2CgBAAA%3B%3BAAEA%2CQAnFvB%2CKA%2BDG%2CsBACI%2CIAAG%2CsBAOC%2CkBACK%2CMAGG%2CeAQK%3BE9BhM7B%2CaAAA%3BEAAA%2CcAAA%3B%3BA8BuMoB%2CQA1Ff%2CKA%2BDG%2CsBACI%2CIAAG%2CsBAOC%2CkBAmBK%2CKACG%3BE9BxMxB%2CiBAAA%3BE8B8M4B%2CgBAAA%3B%3BAAS5B%3BEACI%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CaAAA%3BEACA%2Ca7BvbqB%2CiC6BubrB%3BEACA%2C0BAAA%3BEACA%2CUAAA%3BEACA%2CYAAA%3BE9B9NJ%2CeAAA%3B%3BA8BuNA%2CcASI%3BEACI%2CWAAA%3BEACA%2CYAAA%3BEACA%2CoBAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3B%3BAAhBR%2CcAmBI%3BEACI%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3B%3BAAtBR%2CcAyBI%3BEACI%2CmBAAA%3BEACA%2CWAAA%3B%3BAAGR%2CcACI%3BE9BtPJ%2CmBAAA%3B%3BA8BqPA%2CcAII%3BEACI%2CcAAA%3B%3BAAOA%2CcADJ%2CSACK%2CKACG%3BEACI%2CeAAA%3B%3BAAGJ%2CcANR%2CSACK%2CKAKI%2CMACG%3BEACI%2CeAAA%3B%3BAAEA%2CcAVhB%2CSACK%2CKAKI%2CMACG%2CyBAGK%3BEACG%2CaAAA%3B%3BAALZ%2CcANR%2CSACK%2CKAKI%2CMASG%3BEACI%2CUAAA%3BEACA%2CkBAAA%3B%3BAASpB%2CqBAEI%3BAADJ%2C8BACI%3BEACI%2CcAAA%3B%3BAAHR%2CqBAMI%3BAALJ%2C8BAKI%3BEACI%2CSAAA%3B%3BAAUR%2CMAAM%2COACF%3BEiCxkBP%2CoBAAA%3B%3BEACC%2CiBAAA%3B%3BEACA%2CoBAAA%3B%3BEACA%2CqBAAA%3B%3BEACA%2CaAAA%3BEACA%2CeAAA%3BEjCqkBU%2CgBAAA%3B%3BAAHR%2CMAAM%2COAMF%3BEACI%2CWAAA%3B%3BAAPR%2CMAAM%2COAUF%3BEACI%2CUAAA%3B%3BAAXR%2CMAAM%2COAUF%2COAGI%3BEACI%2CWAAA%3BE9BzTZ%2CiBAAA%3B%3BA8B2SA%2CMAAM%2COAUF%2COAQI%3BEACI%2CeAAA%3B%3BAAnBZ%2CMAAM%2COAUF%2COAYI%3BEACI%2CkBAAA%3B%3BAAvBZ%2CMAAM%2COAUF%2COAgBI%3BEACI%2CmBAAA%3B%3BAAKR%2CgCAAgC%3BEAC5B%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CYAAA%3BEACA%2COAAA%3BEACA%2CQAAA%3BEACA%2CUAAA%3BE9BjWV%2CwB8BkW2B%2CiD9BlW3B%3BEACK%2CqB8BiWsB%2CiD9BjWtB%3BEACC%2CoB8BgWqB%2CiD9BhWrB%3BEAcJ%2CgB8BkVyB%2CiD9BlVzB%3BE8BoVQ%2CkBAAA%3B%3BAAEI%2CgCAXwB%2CcAU1B%2CIAAC%2CYACE%3BEACG%2CSAAS%2COAAT%3BEACA%2CiBAAA%3BEACA%2CaAAa%2CmBAAb%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3B%3BAA8CR%2CcADJ%2CSACK%3BEACG%2CWAAA%3B%3BAAEA%2CcAJR%2CSACK%2CKAGI%3BEiC3qBhB%2CoBAAA%3B%3BEACC%2CiBAAA%3B%3BEACA%2CoBAAA%3B%3BEACA%2CqBAAA%3B%3BEACA%2CaAAA%3BEACA%2CeAAA%3BEjCwqBkB%2CiBAAA%3B%3BAAGJ%2CcATR%2CSACK%2CKAQI%2CMACG%3BEACI%2CeAAA%3B%3BAAMR%2CcAjBR%2CSAgBK%2CKACI%3BEAEG%2CcAAA%3BEACA%2CcAAA%3B%3BAgIpoBJ%2C8BAFR%2CQACK%2CUACI%3BEACG%2Ca7JSS%2CiC6JTT%3BEACA%2CkBAAA%3B%3BAAEA%2C8BANZ%2CQACK%2CUACI%2CMAII%3BEACG%2CmBAAA%3B%3BAAGJ%2C8BAVZ%2CQACK%2CUACI%2CMAQI%2CmBAAmB%3BE9J6NpC%2CcAAA%3BE8J3NoB%2CSAAS%2CGAAT%3BEACA%2CeAAA%3BEACA%2Ca7JFK%2CiC6JEL%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3B%3BAAIR%2C8BArBR%2CQACK%2CUAoBI%3BE9JkNb%2COC9MoB%2C4BD8MpB%3BE8JhNgB%2CkBAAA%3B%3BAAGJ%2C8BA1BR%2CQACK%2CUAyBI%3BEACG%2CcAAA%3B%3BAAEA%2C8BA7BZ%2CQACK%2CUAyBI%2CQAGI%3BEACG%2CgBAAA%3B%3BAAJR%2C8BA1BR%2CQACK%2CUAyBI%2CQAOG%2C%2BBAA%2BB%3BE9JsM%5C%2FC%2CWAAA%3BE8JpMoB%2CYAAA%3BEACA%2CYAAA%3BEACA%2COAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAAIR%2C8BA7CR%2CQACK%2CUA4CI%2CKAEG%3BAADJ%2C8BA9CR%2CQACK%2CUA6CI%2CaACG%3BE9JwLhB%2CgBAAA%3BEAAA%2COC7MmB%2C2BD6MnB%3B%3BA8JpLoB%2C8BAnDhB%2CQACK%2CUA4CI%2CKAEG%2CeAIK%3BAAAD%2C8BAnDhB%2CQACK%2CUA6CI%2CaACG%2CeAIK%3BE9JoLrB%2CYCrMwB%2CgCDqMxB%3BEAAA%2CkBCrMwB%2CgCDqMxB%3BEAAA%2COCpMmB%2C2BDoMnB%3B%3BA8J3KQ%2C8BA5DJ%2CQA4DK%3BE9J2KT%2CyBAAA%3BE8JzKY%2CeAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CoBAAA%3BEACA%2CeAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CuBAAA%3B%3BAAEA%2C8BA1ER%2CQA4DK%2COAcI%3BEACG%2CgBAAA%3B%3BAAGJ%2C8BA9ER%2CQA4DK%2COAkBI%3BE9JyJb%2CgBAAA%3BEAAA%2COC7MmB%2C2BD6MnB%3BE8JtJgB%2CeAAA%3BEACA%2Ca7JtES%2CiC6JsET%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3B%3BAAEA%2C8BAxFZ%2CQA4DK%2COAkBI%2CKAUI%3BE9J%2BIjB%2CkBC9MoB%2C4BD8MpB%3B%3BA8J1IY%2C8BA7FR%2CQA4DK%2COAiCI%3BE9J0Ib%2COC9MoB%2C4BD8MpB%3B%3BA8JpIY%2C8BAnGR%2CQA4DK%2COAuCI%2CIAAI%2CWAAW%3BE9JoI5B%2COC9MoB%2C4BD8MpB%3B%3BA8JtHY%2C8BAjHR%2CQA4DK%2COAqDI%3BEACG%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CoBAAA%3B%3BAAEA%2C8BAtHZ%2CQA4DK%2COAqDI%2CSAKI%3BEAEG%2CYAAY%2C0NAAZ%3BEACA%2CYAAY%2C%2BNAAZ%3BEACA%2CYAAY%2C8NAAZ%3BEACA%2CYAAY%2C6NAAZ%3BEACA%2CYAAY%2CiDAAiD%2CwCAAwC%2CyCAAyC%2C0BAAyC%2C0BAAyC%2C0BAAuC%2C0BAAuC%2C0BAAyC%2C0BAAyC%2CyCAAyC%2CyCAAza%3BEACA%2CYAAY%2CkOAAZ%3BEACA%2CSAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CQAAQ%2C4GAAR%3BEACA%2COAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3B%3BAAIR%2C8BAxIR%2CQA4DK%2COA4EI%3BEACG%2CSAAA%3BEACA%2CeAAA%3BEACA%2CwBAAA%3B%3BAAEA%2C8BA7IZ%2CQA4DK%2COA4EI%2CSAKI%3BE9JkCjB%2CmBAAmB%2CcAAnB%3BEACI%2CeAAe%2CcAAf%3BEACI%2CWAAW%2CcAAX%3BE8JlCY%2CSAAS%2CEAAT%3BEACA%2CWAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BE9JkFpB%2CmBAAA%3B%3BA8JzEY%2C8BA9JR%2CQA4DK%2COAkGI%3BE9JyEb%2CWAAA%3BE8JtEgB%2CaAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BE9J%2BDhB%2CmBAAA%3B%3BA8J5DgB%2C8BA3KZ%2CQA4DK%2COAkGI%2CQAeO%3BAADJ%2C8BA5KZ%2CQA4DK%2COAkGI%2CQAcI%2CQACG%3BEACI%2CSAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3B%3BAAEA%2C8BAnLpB%2CQA4DK%2COAkGI%2CQAeO%2CQAMK%3BAAAD%2C8BAnLpB%2CQA4DK%2COAkGI%2CQAcI%2CQACG%2CQAMK%3BAACD%2C8BApLpB%2CQA4DK%2COAkGI%2CQAeO%2CQAOK%3BAAAD%2C8BApLpB%2CQA4DK%2COAkGI%2CQAcI%2CQACG%2CQAOK%3BEACG%2CmBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3B%3BAAGJ%2C8BA7LpB%2CQA4DK%2COAkGI%2CQAeO%2CQAgBK%3BAAAD%2C8BA7LpB%2CQA4DK%2COAkGI%2CQAcI%2CQACG%2CQAgBK%3BEACG%2CyDAAA%3BEACA%2C%2BBAAA%3BEACA%2COAAA%3BEACA%2CQAAA%3B%3BAAGJ%2C8BApMpB%2CQA4DK%2COAkGI%2CQAeO%2CQAuBK%3BAAAD%2C8BApMpB%2CQA4DK%2COAkGI%2CQAcI%2CQACG%2CQAuBK%3BEACG%2CsDAAA%3BEACA%2C%2BBAAA%3BEACA%2CWAAA%3BEACA%2CQAAA%3B%3BAA7BZ%2C8BA3KZ%2CQA4DK%2COAkGI%2CQA8CO%3BAAhCJ%2C8BA5KZ%2CQA4DK%2COAkGI%2CQAcI%2CQAgCG%3BEACI%2CcAAA%3BEACA%2CaAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3B%3BAAIR%2C8BApNZ%2CQA4DK%2COAkGI%2CQAsDI%3BE9JmBjB%2CyBAAA%3BEAAA%2CWAAA%3BEAAA%2CmBAAA%3BE8JfoB%2CaAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3B%3BAA9DR%2C8BA9JR%2CQA4DK%2COAkGI%2CQAiEG%3BE9JQhB%2CWAAA%3BE8JNoB%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAIR%2C8BAzOR%2CQA4DK%2COA6KI%3BEACG%2CoBAAA%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3B%3BAAEA%2C8BA9OZ%2CQA4DK%2COA6KI%2CaAKI%2CMAAS%3BE9JP1B%2CwBC9MoB%2C4BD8MpB%3B%3BA8JWgB%2C8BAlPZ%2CQA4DK%2COA6KI%2CaASI%2CMAAS%3BEACN%2CcAAA%3B%3BAAKZ%2C8BAxPJ%2CQAwPK%3BEACG%2CcAAA%3B%3BAAEA%2C8BA3PR%2CQAwPK%2CIAGI%3BEACG%2CmBAAA%3B%3BAAIR%2C8BAhQJ%2CQAgQK%3BEACG%2CqBAAA%3BEACA%2CaAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3B%3BAAGJ%2C8BAxQJ%2CQAwQK%3BEACG%2CaAAA%3BEACA%2CWAAA%3B%3BAAGJ%2C8BA7QJ%2CQA6QK%3BEACG%2CYAAA%3BEACA%2CUAAA%3B%3BAAGJ%2C8BAlRJ%2CQAkRK%3BEACG%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BAAtRZ%2C8BA0RI%2CUAAS%3BEACL%2CWAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3B%3B%3BAfxVR%2CaACI%3BEACI%2CkBAAA%3B%3BAAIQ%2CaALZ%2CsBAGI%2CIAAG%2CqBACC%2CkBACK%2CMACG%3BEACI%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CSAAA%3B%3BAAEA%2CaAXpB%2CsBAGI%2CIAAG%2CqBACC%2CkBACK%2CMACG%2CeAKK%3BEACG%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3BEACA%2CuBAAA%3BEACA%2CyBAAA%3BEACA%2CUAAA%3BE%5C%2FI4Q5B%2CkBAAA%3B%3BA%2BIvQ4B%2CaAzBxB%2CsBAGI%2CIAAG%2CqBACC%2CkBACK%2CMACG%2CeAkBK%2CSACI%3BEACG%2CkBAAA%3B%3BAAKhB%2CaA%5C%2FBZ%2CsBAGI%2CIAAG%2CqBACC%2CkBA2BK%3BEACG%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3BE%5C%2FI8OtB%2CmB%2BI7OkC%2CiB%5C%2FI6OlC%3BEACK%2CgB%2BI9O6B%2CiB%5C%2FI8O7B%3BEACC%2Ce%2BI%5C%2FO4B%2CiB%5C%2FI%2BO5B%3BEAcJ%2CW%2BI7PgC%2CiB%5C%2FI6PhC%3BE%2BI3PoB%2CUAAA%3BEACA%2CkBAAA%3BEACA%2COAAA%3BEACA%2CWAAA%3BEzBLpB%2C4BAAA%3BEtH6OF%2CiCAAA%3BEACK%2C8BAAA%3BEACC%2C6BAAA%3BEAcJ%2CyBAAA%3BEAhBF%2CoCAAA%3BEACK%2CiCAAA%3BEACC%2CgCAAA%3BEAcJ%2C4BAAA%3B%3BA%2BIjQgB%2CaA%5C%2FBZ%2CsBAGI%2CIAAG%2CqBACC%2CkBA2BK%2CKAYG%3BEhFvCvB%2CoBAAA%3B%3BEACC%2CiBAAA%3B%3BEACA%2CoBAAA%3B%3BEACA%2CqBAAA%3B%3BEACA%2CaAAA%3BEACA%2CeAAA%3BEgFoC0B%2CuBAAA%3BEACA%2CSAAA%3B%3BAAfR%2CaA%5C%2FBZ%2CsBAGI%2CIAAG%2CqBACC%2CkBA2BK%2CKAkBG%3BEACI%2CuBAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CoFAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3BE%5C%2FIqOxB%2CiBAAA%3BE%2BInOwB%2CgBAAA%3BEACA%2CWAAA%3B%3BAAEA%2CaAhEpB%2CsBAGI%2CIAAG%2CqBACC%2CkBA2BK%2CKAkBG%2CeAeK%3BAACD%2CaAjEpB%2CsBAGI%2CIAAG%2CqBACC%2CkBA2BK%2CKAkBG%2CeAgBK%3BEACG%2CO9IgBR%2C4B8IhBQ%3BEACA%2CiBAAA%3B%3BAAWR%2CaAJf%2CMACG%2CsBACI%2CIAAG%2CqBACC%2CkBACK%3BEACG%2CUAAA%3BEACA%2CmBAAA%3B%3BAAQxB%2CcACI%2CcAAc%2CmBAEV%3BAAHR%2CcAEI%2COAAM%2COAAO%2CQACT%3BAAHR%2CcACI%2CcAAc%2CmBAGV%3BAAJR%2CcAEI%2COAAM%2COAAO%2CQAET%3BE%5C%2FIoMR%2CWAAA%3BEAAA%2CYAAA%3B%3BA%2BIhMI%2CcAAC%2CIAAI%2CeAED%3BAAVR%2CcASI%2CeAAc%2CIAAI%2CeACd%3BE%5C%2FI8LR%2CgBAAA%3B%3BA%2BIxMA%2CcAcI%2CaACI%3BEACI%2CaAAA%3B%3BAAhBZ%2CcAmBI%3BEACI%2CkBAAA%3B%3BAAEI%2CcAHR%2CcAEK%2CWACI%2CWAAW%2CUAAU%2CUAAU%2CUAAU%3BEACtC%2CaAAA%3B%3BAAvBhB%2CcAmBI%2CcAOI%3BEACI%2CWAAA%3B%3BAA3BZ%2CcAmBI%2CcAOI%2CiBAEI%2COAAM%3BE1IrElB%2CsBAAA%3BELiPA%2CYCtMiB%2CyBDsMjB%3BEAAA%2CSAAA%3BEAAA%2COCvMY%2CoBDuMZ%3BEAAA%2CeAAA%3BEAAA%2CqBAAA%3BEAAA%2CoBAAA%3BEAAA%2CgBAAA%3BEAAA%2CSAAA%3BEAAA%2CiBAAA%3BEAAA%2CiBAAA%3BEAAA%2CoBAAA%3BEK9NA%2CsBAAA%3BEACA%2CsBAAA%3BE0IuDgB%2CoBAAA%3BEACA%2CWAAA%3BE%5C%2FIqKhB%2CeCnMoB%2C4BDmMpB%3BE%2BInKgB%2CyBAAA%3BE%5C%2FImKhB%2CgBCjMqB%2C6BDiMrB%3BE%2BIjKgB%2CkBAAA%3B%3BA1I3ChB%2Cc0IuBI%2CcAOI%2CiBAEI%2COAAM%2CY1IhCjB%3BAACD%2Cc0IsBI%2CcAOI%2CiBAEI%2COAAM%2CY1I%5C%2FBjB%3BEL2MD%2CYCrMwB%2CgCDqMxB%3BEAAA%2CkBC9MoB%2C4BD8MpB%3BEAAA%2COCpMmB%2C2BDoMnB%3B%3BAK%5C%2FLA%2Cc0IUI%2CcAOI%2CiBAEI%2COAAM%2CY1InBjB%3BEL%2BLD%2CYCrMwB%2CgCDqMxB%3BEAAA%2CkBC9MoB%2C4BD8MpB%3BEAAA%2COCpMmB%2C2BDoMnB%3B%3BAKnLA%2Cc0IFI%2CcAOI%2CiBAEI%2COAAM%2CY1IPjB%3BAACD%2Cc0IHI%2CcAOI%2CiBAEI%2COAAM%2CY1INjB%3BAACD%2CQAAQ%2CUAAW%2Ce0IJf%2CcAOI%2CiBAEI%2COAAM%3BE%5C%2FI4KlB%2CYAAA%3BEK%5C%2FKI%2CeAAA%3BEACA%2CoBAAA%3B%3BA0I1BJ%2CcAmBI%2CcAOI%2CiBAEI%2COAAM%2CYAYF%3BEACI%2CyBAAA%3B%3BAAzCpB%2CcAmBI%2CcA2BI%3BEACI%2CUAAA%3B%3BAAGR%2CcAAC%2CiBACG%2CeAAe%2CcAAa%3BEACxB%2CSAAA%3BEACA%2CeAAA%3B%3BAAHR%2CcAAC%2CiBACG%2CeAAe%2CcAAa%2COAIxB%2CmBAAkB%3BEACd%2CaAAA%3B%3BAAKhB%2CkBAAqB%2CiBAAc%2CIAAI%3BE%5C%2FI2IvC%2CiBAAA%3B%3BA%2BI2MA%2C2BACI%2C%2BBAA%2BB%2COAAM%2COAAQ%2CeAAe%2CqBAAoB%2CcAAe%3BEAC3F%2CWAAA%3B%3BAAmFR%2CiBACI%2CeACI%3BE%5C%2FIlSR%2CiBAAA%3B%3BA%2BIgSA%2CiBACI%2CeACI%2CcAEI%3BEACI%2CkBAAA%3BE%5C%2FIrTlB%2CgDAAA%3BEACK%2C6CAAA%3BEACC%2C4CAAA%3BEAcJ%2CwCAAA%3BE%2BIwSgB%2CgBAAA%3BEACA%2CqBAAA%3B%3BAAThB%2CiBACI%2CeACI%2CcASI%3BEACI%2CkBAAA%3B%3BAAZhB%2CiBACI%2CeACI%2CcASI%2CsBAEI%3BEACI%2CuBAAA%3B%3BAAdpB%2CiBACI%2CeACI%2CcASI%2CsBAKI%2CiBAAiB%3BE%5C%2FIhTjC%2CiBAAA%3B%3BA%2BIgSA%2CiBACI%2CeACI%2CcASI%2CsBAQI%2CyBACI%3BEACI%2CcAAA%3BEACA%2CkBAAA%3B%3BAAtBxB%2CiBACI%2CeACI%2CcASI%2CsBAcI%2CIAAG%2CqBAAsB%2CkBAAiB%3BEACtC%2CUAAA%3B%3BAA1BpB%2CiBACI%2CeA6BI%2CkBACI%3BEhF3lBf%2CoBAAA%3B%3BEACC%2CiBAAA%3B%3BEACA%2CoBAAA%3B%3BEACA%2CqBAAA%3B%3BEACA%2CaAAA%3BEACA%2CeAAA%3BEgFwlBkB%2CuBAAA%3B%3BAAEJ%2CiBAlCR%2CeA6BI%2CkBAKK%2CMACG%3BEACI%2CgBAAA%3B%3BAArCpB%2CiBA0CI%2CeAAc%2CIAAI%2CeAAgB%3BAA1CtC%2CiBA2CI%2CeAAe%2CeAAc%2CIAAI%2CeAAgB%3BEAC7C%2CgBAAA%3B%3BAAMR%2CiBACI%2CeACI%3BE%5C%2FIpWV%2C4JAAA%3BEACK%2CyJAAA%3BEACC%2CwJAAA%3BEAcJ%2CoJAAA%3BE%2BI4VY%2CSAAA%3BEACA%2CeAAA%3B%3BAAXZ%2CiBACI%2CeACI%2CcAUI%3BEACI%2CkBAAA%3B%3BAAbhB%2CiBACI%2CeACI%2CcAUI%2CsBAEI%3BEACI%2CkBAAA%3BEACA%2CuBAAA%3B%3BAAhBpB%2CiBACI%2CeACI%2CcAUI%2CsBAMI%2CkBACI%3BEhFjoBvB%2CoBAAA%3B%3BEACC%2CiBAAA%3B%3BEACA%2CoBAAA%3B%3BEACA%2CqBAAA%3B%3BEACA%2CaAAA%3BEACA%2CeAAA%3BEgF8nB0B%2CuBAAA%3B%3BAArBxB%2CiBACI%2CeACI%2CcAuBI%2CsBAAsB%2CIAAG%3BEACrB%2CiBAAA%3B%3BAA1BhB%2CiBACI%2CeACI%2CcA0BK%3BAA5Bb%2CiBACI%2CeACI%2CcA2BK%2CSAAQ%2CKAAM%3BEACX%2CoBAAA%3BEACA%2CcAAA%3BEACA%2CqBAAA%3BEACA%2C4BAAA%3BEACA%2CgBAAA%3BEACA%2CuBAAA%3B%3BAAGR%2CiBArCJ%2CeAqCK%2CIAAI%2CeAAgB%3BAAtC7B%2CiBACI%2CeAsCI%2CeAAc%2CIAAI%2CeAAgB%3BEAC9B%2CaAAA%3BEACA%2CgBAAA%3B%3BAAzCZ%2CiBA4CI%2C2BACI%3BEACI%2CgBAAA%3BEACA%2CaAAA%3BEACA%2CuBAAuB%2CcAAvB%3B%3BAAhDZ%2CiBA4CI%2C2BACI%2CeAII%3BEACI%2CsBAAA%3B%3BAAKJ%2CwBAH0C%3BEAG1C%2CiBAXR%2C2BACI%3BIAQQ%2CuBAAuB%2CmBAAvB%3B%3B%3BAAKJ%2CwBAHyC%3BEAGzC%2CiBAdR%2C2BACI%3BIAWQ%2CuBAAuB%2CcAAvB%3B%3B%3BAAEJ%2CiBAdR%2C2BACI%2CeAaK%3BEACG%2CuBAAuB%2CcAAvB%3B%3BAAEJ%2CiBAjBR%2C2BACI%2CeAgBK%3BEACG%2CuBAAuB%2CkBAAvB%3B%3BAAEJ%2CiBApBR%2C2BACI%2CeAmBK%3BEACG%2CuBAAuB%2CcAAvB%3B%3BAAjEhB%2CiBAqEI%2CeAAc%2CSAAU%3BAArE5B%2CiBAqE4C%2CeAAe%2CUAAS%2CKAAK%2CMAAM%2CIAAI%3BEAC3E%2CcAAA%3BEACA%2CeAAA%3B%3BAAvER%2CiBAyEI%2CSAAQ%2CMAAM%2CQACV%3BEACI%2CgCAAA%3B%3BAahchB%3BA9HsII%2CWAAY%2CQAAQ%2CSAChB%3BAADJ%2CWAAY%2CQAAQ%2CSAEhB%2CSAAQ%2CKAAM%3BAAQd%2CQAAC%2CKAyBG%3BAAzBJ%2CQAAC%2CKA0BG%2CSAAQ%2CKAAM%3BAjBtTd%2CQAVH%2CKAUI%3BACvCT%2CQAAQ%2CKAAM%3BEdsNd%2CgBAAA%3B%3BA4JnCJ%2CiBAEM%3BA9HoIF%2CWAAY%2CQAAQ%2CSAChB%2CmB8HrIF%3BA9HoIF%2CWAAY%2CQAAQ%2CSAEhB%2CSAAQ%2CKAAM%2CE8HtIhB%3BA9H8IE%2CQAAC%2CKAyBG%2CmB8HvKN%3BA9H8IE%2CQAAC%2CKA0BG%2CSAAQ%2CKAAM%2CE8HxKpB%3BA%5C%2FI9IM%2CQAVH%2CKAUI%2CK%2BI8IP%3BA9IrLF%2CQAAQ%2CKAAM%2CE8IqLZ%3BE5JiCF%2COC7MmB%2C2BD6MnB%3BEAAA%2CqBAAA%3B%3BADjJA%2CiB6JgHE%2CI7JhHD%3BA%2BBoPD%2CWAAY%2CQAAQ%2CSAChB%2CmB8HrIF%2CI7JhHD%3BA%2BBoPD%2CWAAY%2CQAAQ%2CSAEhB%2CSAAQ%2CKAAM%2CE8HtIhB%2CI7JhHD%3BA%2BB8PG%2CQAAC%2CKAyBG%2CmB8HvKN%2CI7JhHD%3BA%2BB8PG%2CQAAC%2CKA0BG%2CSAAQ%2CKAAM%2CE8HxKpB%2CI7JhHD%3BAc9BO%2CQAVH%2CKAUI%2CK%2BI8IP%2CI7JhHD%3BAerED%2CQAAQ%2CKAAM%2CE8IqLZ%2CI7JhHD%3BECiJD%2COC7MmB%2C2BD6MnB%3BEAAA%2CqBAAA%3B%3BAD5IA%2CiB6J2GE%2CI7J3GD%3BA%2BB%2BOD%2CWAAY%2CQAAQ%2CSAChB%2CmB8HrIF%2CI7J3GD%3BA%2BB%2BOD%2CWAAY%2CQAAQ%2CSAEhB%2CSAAQ%2CKAAM%2CE8HtIhB%2CI7J3GD%3BA%2BByPG%2CQAAC%2CKAyBG%2CmB8HvKN%2CI7J3GD%3BA%2BByPG%2CQAAC%2CKA0BG%2CSAAQ%2CKAAM%2CE8HxKpB%2CI7J3GD%3BAcnCO%2CQAVH%2CKAUI%2CK%2BI8IP%2CI7J3GD%3BAe1ED%2CQAAQ%2CKAAM%2CE8IqLZ%2CI7J3GD%3BEC4ID%2COC1MiB%2CyBD0MjB%3BEAAA%2CqBAAA%3B%3BADvIA%2CiB6JsGE%2CI7JtGD%3BA%2BB0OD%2CWAAY%2CQAAQ%2CSAChB%2CmB8HrIF%2CI7JtGD%3BA%2BB0OD%2CWAAY%2CQAAQ%2CSAEhB%2CSAAQ%2CKAAM%2CE8HtIhB%2CI7JtGD%3BA%2BBoPG%2CQAAC%2CKAyBG%2CmB8HvKN%2CI7JtGD%3BA%2BBoPG%2CQAAC%2CKA0BG%2CSAAQ%2CKAAM%2CE8HxKpB%2CI7JtGD%3BAcxCO%2CQAVH%2CKAUI%2CK%2BI8IP%2CI7JtGD%3BAe%5C%2FED%2CQAAQ%2CKAAM%2CE8IqLZ%2CI7JtGD%3BECuID%2COC1MiB%2CyBD0MjB%3BEAAA%2CqBAAA%3B%3B%3BA%2BJhQA%3BEACI%2CkBAAA%3BE%5C%2FJ%2BPJ%2CmBAAA%3B%3BA%2BJhQA%2CoCAIK%3BEACG%2CoBAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3BEACA%2CsBAAA%3BE%5C%2FJwPR%2CeAAA%3BEAAA%2CgBAAA%3BEAAA%2CkBAAA%3BEAAA%2CyCAAA%3BEAAA%2CYAAA%3BEAAA%2CiBAAA%3B%3BA%2BJhQA%2CoCAkBI%3BE%5C%2FJ8OJ%2CeAAA%3BEAAA%2CeAAA%3BE%2BJ1OQ%2CcAAA%3B%3BAAtBR%2CoCAyBI%3BE%5C%2FJuOJ%2CeAAA%3BE%2BJpOQ%2CcAAA%3B%3BAAKR%2CqCACI%2CqCACK%3BE%5C%2FJ6NT%2CsBAAA%3B%3BA%2BJ%5C%2FNA%2CqCACI%2CqCAKI%3BE%5C%2FJyNR%2CWAAA%3B%3BA%2BJ%5C%2FNA%2CqCACI%2CqCASI%3BE%5C%2FJqNR%2CWAAA%3B%3BA%2BJ%5C%2FMA%2CsCACI%2CqCACK%3BE%5C%2FJ6MT%2CsBAAA%3B%3BA%2BJ%5C%2FMA%2CsCACI%2CqCAKI%3BE%5C%2FJyMR%2CWAAA%3B%3BA%2BJ%5C%2FMA%2CsCACI%2CqCASI%3BE%5C%2FJqMR%2CWAAA%3B%3BA%2BJ%5C%2FLA%2CCAAC%2CwCACG%3BEACI%2CgBAAA%3B%3BAAFR%2CCAAC%2CwCAIG%3BEACI%2CkBAAA%3B%3BAALR%2CCAAC%2CwCAIG%2CsBAGI%3BEACI%2CuBAAA%3BEACA%2CeAAA%3B%3BAAIZ%2CuCACI%3BEACI%2CaAAA%3B%3BAAGR%2CqCACI%3BEACI%2CgBAAA%3B%3BAAsFR%2C0BACI%3BEACI%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3B%3BAALR%2C0BAOI%3BAAPJ%2C0BAQI%3BEACI%2CyBAAA%3BEACA%2C0BAAA%3B%3BAAVR%2C0BAYI%2CmBACI%3BEACI%2CoBAAA%3B%3BAAdZ%2C0BAYI%2CmBAII%3BEACI%2CmBAAA%3B%3BAAjBZ%2C0BAYI%2CmBAII%2CsBAEI%3BEACI%2CiBAAA%3BEACA%2Ca9J1JS%2CiC8J0JT%3BEACA%2CmBAAA%3B%3BAArBhB%2C0BAYI%2CmBAII%2CsBAOI%3BEACI%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3B%3BAA1BhB%2C0BAYI%2CmBAII%2CsBAOI%2CWAII%3BEACI%2CeAAA%3B%3BAA5BpB%2C0BAiCI%3BEACI%2CaAAA%3BEACA%2CmBAAA%3B%3BAAnCR%2C0BAiCI%2CmBAGI%3BEACI%2CaAAA%3BEACA%2CmBAAA%3B%3BAAtCZ%2C0BAiCI%2CmBAGI%2CoBAGI%3BEACI%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CqBAAA%3B%3BAAlDhB%2C0BAiCI%2CmBAGI%2CoBAGI%2CQAYI%3BEACI%2CaAAA%3B%3BAAEJ%2C0BArBZ%2CmBAGI%2CoBAGI%2CQAeK%3BEACG%2CWAAA%3B%3BAAEJ%2C0BAxBZ%2CmBAGI%2CoBAGI%2CQAkBK%3BEACG%2CY9JnLA%2C4B8JmLA%3BEACA%2CWAAA%3BEACA%2Cc9JrLA%2C4B8JqLA%3B%3BAACA%2C0BA5BhB%2CmBAGI%2CoBAGI%2CQAkBK%2CMAII%3BEACG%2CWAAA%3B%3BAA9DxB%2C0BAiCI%2CmBAkCI%3BEACI%2CWAAA%3B%3BAApEZ%2C0BAiCI%2CmBAkCI%2CiBAEI%3BAArEZ%2C0BAiCI%2CmBAkCI%2CiB3JvIR%2CMAAK%2CcAiED%2CiBAGM%3BE2JsEM%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3B%3BAACA%2C0BAxCZ%2CmBAkCI%2CiBAEI%2COAIK%3BAAAD%2C0BAxCZ%2CmBAkCI%2CiB3JvIR%2CMAAK%2CcAiED%2CiBAGM%2CU2JyEO%3BEACG%2CaAAA%3B%3BAAEJ%2C0BA3CZ%2CmBAkCI%2CiBAEI%2COAOK%3BAAAD%2C0BA3CZ%2CmBAkCI%2CiB3JvIR%2CMAAK%2CcAiED%2CiBAGM%2CU2J4EO%3BEACG%2CY9JtMA%2C4B8JsMA%3BEACA%2CWAAA%3BEACA%2Cc9JxMA%2C4B8JwMA%3B%3BAA%5C%2FEpB%2C0BAoFI%3BEACI%2CaAAA%3BEACA%2CmBAAA%3BEACA%2C2BAAA%3BEACA%2CgBAAA%3B%3BAAxFR%2C0BAoFI%2CqBAKI%3BEACI%2CoBAAA%3BEACA%2CkBAAA%3BEACA%2C0BAAA%3B%3BAA5FZ%2C0BAoFI%2CqBAKI%2CaAII%3BEACI%2CO9JrNN%2CkB8JqNM%3B%3BAA9FhB%2C0BAoFI%2CqBAaI%3BEACI%2CSAAA%3B%3BAAlGZ%2C0BAsGI%2CqCACM%3BEACE%2CgBAAA%3BEACA%2CO9JhOF%2CkB8JgOE%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CSAAA%3B%3BAA9GZ%2C0BAsGI%2CqCAUI%3BEACI%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3BEACA%2CO9JhPO%2C2B8JgPP%3BEACA%2CgBAAA%3B%3BAAzHZ%2C0BAsGI%2CqCAqBI%3BEACI%2CyBAAA%3B%3BAC7SZ%3BEACI%2CkBAAA%3BEhKqQJ%2CmBAAA%3BEAAA%2C4BAAA%3BEAAA%2CcAAA%3BEAAA%2CaClNgB%2CwBDkNhB%3BEAAA%2CkBAAA%3B%3BAgK1PI%2C%2BBAAC%3BEhK0PL%2CmBAAA%3BEAAA%2CeAAA%3BEAAA%2CgBAAA%3BEAAA%2CkBAAA%3BEAAA%2CSAAA%3BEAAA%2CSAAA%3BEgKhPQ%2CcAAA%3BEACA%2CWAAA%3BEACA%2CuBAAA%3BEACA%2CiBAAA%3BEACA%2CUAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3B%3BAAGR%3BEhKqOA%2CcAAA%3BEAAA%2CeAAA%3B%3BAgKhOA%2CkBACI%3BEACI%2CgBAAA%3B%3B%3BAC7CR%3BEjK2QA%2CkBAAA%3B%3BAiKxQA%2CqBACI%3BEjKuQJ%2CYAAA%3BEAAA%2CaAAA%3BEAAA%2CkBAAA%3BEAAA%2CmBAAA%3BEiKlQQ%2CiBAAA%3B%3BAAGR%3BEjK%2BPA%2CgBAAA%3BEAAA%2CWAAA%3BEAAA%2C0BAAA%3BEAAA%2CgBAAA%3B%3BAiKvPA%3BEjKuPA%2CgBAAA%3BEAAA%2CmBAAA%3BEiKlPI%2CgBAAA%3B%3BAAGJ%3BEjK%2BOA%2CgBAAA%3BEAAA%2CWAAA%3BEAAA%2C0BAAA%3BEAAA%2CgBAAA%3B%3BAiKxOA%2CmBACI%2CgBACI%3BEACI%2CYAAA%3B%3BAAIZ%2CoCACI%2CaACI%3BEACI%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CyBAAA%3B%3BAALZ%2CoCACI%2CaACI%2C4BAII%3BEACI%2CoBAAA%3B%3BAAPhB%2CoCACI%2CaACI%2C4BAII%2CiBAEI%3BEACI%2CYAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3B%3BAAXpB%2CoCACI%2CaACI%2C4BAYI%3BEACI%2CmBAAA%3B%3BAAfhB%2CoCACI%2CaACI%2C4BAeI%3BEACI%2CyBAAA%3BEACA%2CmBAAA%3B%3BAAnBhB%2CoCACI%2CaACI%2C4BAmBI%3BEACI%2CgBAAA%3BEACA%2COhKFN%2CkBgKEM%3B%3BAAvBhB%2CoCA2BI%3BEACI%2CkBAAA%3B%3B%3BAC1FR%2C6BACI%3BEACI%2CkBjKiFE%2CkBiKjFF%3BElK6RR%2CeCnMoB%2C4BDmMpB%3BEkK3RQ%2CYAAA%3BEnGDX%2CoBAAA%3B%3BEACC%2CiBAAA%3B%3BEACA%2CoBAAA%3B%3BEACA%2CqBAAA%3B%3BEACA%2CaAAA%3BEACA%2CiBAAA%3BEmGAU%2C8BAAA%3B%3BAARR%2C6BACI%2CgBAQI%3BEACI%2COAAA%3B%3BAAVZ%2C6BAaI%3BElKkRJ%2CYAAA%3BEAAA%2CiBAAA%3BEkK9QQ%2CSAAA%3BElK8QR%2CeCnMoB%2C4BDmMpB%3BEkK5QQ%2C6BAAA%3BEACA%2CWAAA%3B%3BAApBR%2C6BAsBI%3BAAtBJ%2C6B9JsIA%2CMAAK%2CcAiED%2CiBAGM%3BEJqFV%2CeCnMoB%2C4BDmMpB%3BEKjPA%2CsBAAA%3BELiPA%2CgBAAA%3BEAAA%2CkBCvMY%2CoBDuMZ%3BEAAA%2CWAAA%3BEAAA%2CeAAA%3BEAAA%2CqBAAA%3BEAAA%2CoBAAA%3BEAAA%2CaClMkB%2C0BDkMlB%3BEAAA%2CSAAA%3BEAAA%2CiBAAA%3BEAAA%2CiBAAA%3BEAAA%2CoBAAA%3BEK9NA%2CsBAAA%3BEACA%2CsBAAA%3BE6JzCQ%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3B%3BA7JwDR%2C6B6J7DI%2CO7J6DH%3BAACD%2C6B6J9DI%2CO7J8DH%3BAADD%2C6BDmDA%2CMAAK%2CcAiED%2CiBAGM%2CUCvHT%3BAACD%2C6BDkDA%2CMAAK%2CcAiED%2CiBAGM%2CUCtHT%3BEL2MD%2CYCrMwB%2CgCDqMxB%3BEAAA%2CkBC9MoB%2C4BD8MpB%3BEAAA%2COCpMmB%2C2BDoMnB%3B%3BAK%5C%2FLA%2C6B6J1EI%2CO7J0EH%3BAAAD%2C6BDsCA%2CMAAK%2CcAiED%2CiBAGM%2CUC1GT%3BEL%2BLD%2CYCrMwB%2CgCDqMxB%3BEAAA%2CkBC9MoB%2C4BD8MpB%3BEAAA%2COCpMmB%2C2BDoMnB%3B%3BAKnLA%2C6B6JtFI%2CO7JsFH%3BAACD%2C6B6JvFI%2CO7JuFH%3BAACD%2CQAAQ%2CUAAW%2C8B6JxFf%3BA7JsFJ%2C6BD0BA%2CMAAK%2CcAiED%2CiBAGM%2CUC9FT%3BAACD%2C6BDyBA%2CMAAK%2CcAiED%2CiBAGM%2CUC7FT%3BAACD%2CQAAQ%2CUAAW%2C8BDwBnB%2CMAAK%2CcAiED%2CiBAGM%3BEJqFV%2CYAAA%3BEK%5C%2FKI%2CeAAA%3BEACA%2CoBAAA%3B%3BAA9BJ%2C6B6J7DI%2CO7J6DH%3BAACD%2C6B6J9DI%2CO7J8DH%3BAADD%2C6BDmDA%2CMAAK%2CcAiED%2CiBAGM%2CUCvHT%3BAACD%2C6BDkDA%2CMAAK%2CcAiED%2CiBAGM%2CUCtHT%3BEL2MD%2CYCrMwB%2CgCDqMxB%3BEAAA%2CkBC9MoB%2C4BD8MpB%3BEAAA%2COCpMmB%2C2BDoMnB%3B%3BAK%5C%2FLA%2C6B6J1EI%2CO7J0EH%3BAAAD%2C6BDsCA%2CMAAK%2CcAiED%2CiBAGM%2CUC1GT%3BEL%2BLD%2CYCrMwB%2CgCDqMxB%3BEAAA%2CkBC9MoB%2C4BD8MpB%3BEAAA%2COCpMmB%2C2BDoMnB%3B%3BAKnLA%2C6B6JtFI%2CO7JsFH%3BAACD%2C6B6JvFI%2CO7JuFH%3BAACD%2CQAAQ%2CUAAW%2C8B6JxFf%3BA7JsFJ%2C6BD0BA%2CMAAK%2CcAiED%2CiBAGM%2CUC9FT%3BAACD%2C6BDyBA%2CMAAK%2CcAiED%2CiBAGM%2CUC7FT%3BAACD%2CQAAQ%2CUAAW%2C8BDwBnB%2CMAAK%2CcAiED%2CiBAGM%3BEJqFV%2CYAAA%3BEK%5C%2FKI%2CeAAA%3BEACA%2CoBAAA%3B%3BA6JlFJ%2CQACI%2C8BACI%3BEACI%2CUAAA%3BEACA%2CgBAAA%3B%3BAAJZ%2CQACI%2C8BACI%2CgBAGI%3BAALZ%2CQACI%2C8BACI%2CgBAGW%3BAALnB%2CQACI%2C8BACI%2CgB9JqGR%2CMAAK%2CcAiED%2CiBAGM%3BE8JrKM%2CgBAAA%3B%3BAAKhB%2COACI%2C8BACI%3BEACI%2CkBAAA%3B%3BAAHZ%2COACI%2C8BACI%2CgBAEI%3BEACI%2CYAAA%3BEACA%2CkBAAA%3BElK%2BOhB%2CiBAAA%3BEkK7OgB%2CWAAA%3B%3BAARhB%2COACI%2C8BACI%2CgBAQI%3BAAVZ%2COACI%2C8BACI%2CgB9J0FR%2CMAAK%2CcAiED%2CiBAGM%3BE8JrJM%2CgBAAA%3B%3BAAwBZ%2CwBArB0D%3BEAqB1D%2COAlCA%2C8BAcQ%3BIACI%2CsBAAA%3BIACA%2CuBAAA%3BIACA%2CmBAAA%3BIACA%2CkBAAA%3B%3BEAgBZ%2COAlCA%2C8BAcQ%2CgBAMI%3BIACI%2CkBAAA%3B%3BEAahB%2COAlCA%2C8BAcQ%2CgBASI%2CmBACI%3BEAUhB%2COAlCA%2C8BAcQ%2CgBASI%2CmB9JoEhB%2CMAAK%2CcAiED%2CiBAGM%3BI8JtIc%2CWAAA%3B%3BEASpB%2COAlCA%2C8BAcQ%2CgBAcK%3BIACG%2CWAAA%3B%3B%3BAAMhB%2COAAC%2CWACG%2C8BACI%3BEACI%2CkBAAA%3B%3BAAHZ%2COAAC%2CWACG%2C8BACI%2CgBAEI%3BAAJZ%2COAAC%2CWACG%2C8BACI%2CgB9JsDZ%2CMAAK%2CcAiED%2CiBAGM%3BE8JvHU%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CsBAAA%3B%3BAAOpB%2CYACI%2C8BACI%3BEACI%2CSAAA%3B%3BAAHZ%2CYACI%2C8BACI%2CgBAGI%3BEACI%2CkBAAA%3B%3BAANhB%2CYACI%2C8BACI%2CgBAMI%3B%3BEACA%2CWAAA%3B%3BAATZ%2CYACI%2C8BACI%2CgBAUI%3B%3BEACA%2CWAAA%3B%3BAAbZ%2CYACI%2C8BACI%2CgBAcI%3BEACA%2CWAAA%3B%3BAAjBZ%2CYACI%2C8BACI%2CgBAiBI%3BEACI%2CWAAA%3BEACA%2CsBAAA%3BEACA%2CiBAAA%3BEACA%2CYAAA%3B%3BAAMhB%2CkBACI%2C8BACI%3BEACI%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CcAAA%3B%3BAANZ%2CkBACI%2C8BASI%3BEACI%2COAAA%3B%3BAAXZ%2CkBACI%2C8BASI%2CkBAGI%3BEACI%2CYAAA%3BEACA%2CyBAAA%3BEACA%2CgBAAA%3B%3BAAhBhB%2CkBACI%2C8BAmBI%2CmBACI%3BAArBZ%2CkBACI%2C8BAmBI%2CmB9JPR%2CMAAK%2CcAiED%2CiBAGM%3BE8J3DM%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3B%3BAAyBZ%2CwBArB0D%3BEAqB1D%2CkBAhDA%2C8BA4BQ%3BIACI%2CsBAAA%3BIACA%2CuBAAA%3BIACA%2CmBAAA%3BIACA%2CkBAAA%3B%3BEAgBZ%2CkBAhDA%2C8BA4BQ%2CgBAMI%3BIACI%2CkBAAA%3B%3BEAahB%2CkBAhDA%2C8BA4BQ%2CgBASI%2CmBACI%3BEAUhB%2CkBAhDA%2C8BA4BQ%2CgBASI%2CmB9JzBhB%2CMAAK%2CcAiED%2CiBAGM%3BI8JzCc%2CWAAA%3B%3BEASpB%2CkBAhDA%2C8BA4BQ%2CgBAcK%3BIACG%2CWAAA%3B%3B%3BAAOpB%2CkBACI%3BEACI%2CgBAAA%3BEACA%2CYAAA%3B%3BAAHR%2CkBACI%2C8BAII%3BEACI%2CgBAAA%3BEACA%2CqBAAA%3B%3BAAPZ%2CkBACI%2C8BASI%3BEACI%2CYAAA%3BEACA%2CWAAA%3B%3B%3B%3B%3BAAEA%2CkBAbR%2C8BASI%2CMAIK%3BEACG%2CWAAA%3B%3BAAGJ%2CkBAjBR%2C8BASI%2CMAQK%3BEACG%2CWAAA%3B%3BAAGJ%2CkBArBR%2C8BASI%2CMAYK%2CMAAM%3BEACH%2CkBAAA%3B%3BAAIJ%2CkBA1BR%2C8BASI%2CMAiBK%3BEACG%2CWAAA%3B%3BAAGJ%2CkBA9BR%2C8BASI%2CMAqBK%2CMAAM%3BEACH%2CWAAA%3B%3BAAIJ%2CkBAnCR%2C8BASI%2CMA0BK%3BEACG%2CWAAA%3B%3BAAGJ%2CkBAvCR%2C8BASI%2CMA8BK%2CMAAM%3BEACH%2CWAAA%3B%3BAAIJ%2CkBA5CR%2C8BASI%2CMAmCK%3BEACG%2CWAAA%3B%3BAAGJ%2CkBAhDR%2C8BASI%2CMAuCK%2CMAAM%3BEACH%2CkBAAA%3B%3BAAlDhB%2CkBACI%2C8BAqDI%3BAAtDR%2CkBACI%2C8B9JvCJ%2CMAAK%2CcAiED%2CiBAGM%3BE8JyBE%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3B%3BAAEA%2CkBA3DR%2C8BAqDI%2COAMK%3BAAAD%2CkBA3DR%2C8B9JvCJ%2CMAAK%2CcAiED%2CiBAGM%2CU8J8BG%3BEACG%2CaAAa%2CmBAAb%3BEACA%2CgBAAA%3BEACA%2CSAAS%2COAAT%3BEACA%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3B%3BAAyBZ%2CwBAtB0D%3BEAsB1D%2CkBA3FA%2C8BAsEQ%3BIACI%2CsBAAA%3BIACA%2CuBAAA%3BIACA%2CmBAAA%3BIACA%2CkBAAA%3B%3BEAiBZ%2CkBA3FA%2C8BAsEQ%2CgBAMI%3BIACI%2CkBAAA%3B%3BEAchB%2CkBA3FA%2C8BAsEQ%2CgBASI%2CmBACI%3BEAWhB%2CkBA3FA%2C8BAsEQ%2CgBASI%2CmB9JtHhB%2CMAAK%2CcAiED%2CiBAGM%3BI8JoDc%2CWAAA%3B%3BEAUpB%2CkBA3FA%2C8BAsEQ%2CgBAeK%3BIACG%2CWAAA%3B%3B%3BAAOpB%2CKACI%3BEACI%2CgBAAA%3BEACA%2CYAAA%3B%3BAAHR%2CKACI%2C8BAGI%3BEACI%2CkBAAA%3B%3BAALZ%2CKACI%2C8BAMI%3BEACI%2CYAAA%3B%3B%3B%3B%3BAACA%2CKARR%2C8BAMI%2CMAEK%3BEACG%2CWAAA%3B%3BAAGJ%2CKAZR%2C8BAMI%2CMAMK%3BEACG%2CWAAA%3B%3BAAGJ%2CKAhBR%2C8BAMI%2CMAUK%2CMAAM%3BEACH%2CkBAAA%3B%3BAAIJ%2CKArBR%2C8BAMI%2CMAeK%3BEACG%2CWAAA%3B%3BAAGJ%2CKAzBR%2C8BAMI%2CMAmBK%2CMAAM%3BEACH%2CWAAA%3B%3BAAIJ%2CKA9BR%2C8BAMI%2CMAwBK%3BEACG%2CWAAA%3B%3BAAGJ%2CKAlCR%2C8BAMI%2CMA4BK%2CMAAM%3BEACH%2CWAAA%3B%3BAAIJ%2CKAvCR%2C8BAMI%2CMAiCK%3BEACG%2CWAAA%3B%3BAAGJ%2CKA3CR%2C8BAMI%2CMAqCK%2CMAAM%3BEACH%2CkBAAA%3B%3BAA7ChB%2CKACI%2C8BA%2BCI%3BAAhDR%2CKACI%2C8B9JrIJ%2CMAAK%2CcAiED%2CiBAGM%3BE8JiHE%2CgBAAA%3B%3BAA2BR%2CwBAzB0D%3BEAyB1D%2CKA3EA%2C8BAmDQ%3BIACI%2CsBAAA%3BIACA%2CuBAAA%3BIACA%2CmBAAA%3BIACA%2CkBAAA%3BIACA%2CSAAA%3B%3BEAmBZ%2CKA3EA%2C8BAmDQ%2CgBAMI%3BIACI%2CkBAAA%3BIACA%2CmBAAA%3BIACA%2CkBAAkB%2C2BAAlB%3B%3BEAehB%2CKA3EA%2C8BAmDQ%2CgBAWI%2CmBACI%3BEAYhB%2CKA3EA%2C8BAmDQ%2CgBAWI%2CmB9JnMhB%2CMAAK%2CcAiED%2CiBAGM%3BI8JiIc%2CWAAA%3BIACA%2CgBAAA%3B%3BEAUpB%2CKA3EA%2C8BAmDQ%2CgBAkBK%3BIACG%2CWAAA%3B%3B%3BAAQhB%2CiBAAC%2CSACG%2C8BACI%3BEACI%2CgBAAA%3BEACA%2CSAAA%3B%3BAAJZ%2CiBAAC%2CSACG%2C8BAKI%2CkBACI%3BEACI%2CkBjK9QV%2CkBiK8QU%3BEACA%2CgBAAA%3B%3BAAThB%2CiBAAC%2CSACG%2C8BAWI%2CmBACI%3BAAbZ%2CiBAAC%2CSACG%2C8BAWI%2CmB9J%5C%2FNZ%2CMAAK%2CcAiED%2CiBAGM%3BE8J6JU%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CkBjKxRA%2C4BiKwRA%3B%3B%3BACtWpB%2CqCACM%3BEnK2RN%2CkBAAA%3BEmKzRQ%2CqBAAA%3B%3BAAHR%2CqCAKI%3BEACI%2CaAAA%3B%3BAAGR%3BEpGTH%2CoBAAA%3B%3BEACC%2CiBAAA%3B%3BEACA%2CoBAAA%3B%3BEACA%2CqBAAA%3B%3BEACA%2CaAAA%3BEACA%2CiBAAA%3BEoGQM%2CmBAAA%3BEACA%2C8BAAA%3BEnK8QJ%2COC7MmB%2C2BD6MnB%3BEmK5QI%2CkBAAA%3B%3BAAEJ%2CMACI%3BEnKyQJ%2CgBAAA%3B%3BAmK1QA%2CMAII%3BEnKsQJ%2COC5KiB%2CyBD4KjB%3B%3BAmKlQQ%2CMADJ%2CmBACK%3BAACD%2CMAFJ%2CmBAEK%3BEnKiQT%2CYC5KiB%2CyBD4KjB%3B%3BAmK3PA%2CMAAO%3BAACP%3BEnK0PA%2CiBAAA%3BEAAA%2COC7MmB%2C2BD6MnB%3BEAAA%2CgBAAA%3BEAAA%2C0BAAA%3B%3BAmKpPA%3BEACI%2CSAAA%3B%3BAAEJ%3BEACI%2CcAAA%3BEpGwBJ%2CkBAAA%3BEoGtBI%2CcAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CQAAA%3BEnKwNN%2CmBmKvNkB%2CgBnKuNlB%3BEACK%2CgBmKxNa%2CgBnKwNb%3BEACC%2CemKzNY%2CgBnKyNZ%3BEAcJ%2CWmKvOgB%2CgBnKuOhB%3BEmKrOI%2CUAAA%3B%3BApGcJ%2CkBAAC%3BAACD%2CkBAAC%3BEACG%2CkBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CQAAA%3BEACA%2CSAAA%3BE%5C%2FDkNJ%2C8BAAA%3BEAhBF%2CmB%2BDhMkB%2CsBAAsB%2Cc%5C%2FDgMxC%3BEACK%2CgB%2BDjMa%2CsBAAsB%2Cc%5C%2FDiMnC%3BEACC%2Ce%2BDlMY%2CsBAAsB%2Cc%5C%2FDkMlC%3BEAcJ%2CW%2BDhNgB%2CsBAAsB%2Cc%5C%2FDgNtC%3BEAhBF%2C%2BGAAA%3BEACK%2C4GAAA%3BEACC%2C2GAAA%3BEAcJ%2CuGAAA%3B%3BA%2BD3MA%2CkBAAC%3BE%5C%2FD2MD%2CUAAA%3BEAAA%2CYAAA%3B%3BA%2BDvMA%2CkBAAC%3BE%5C%2FDuMD%2CWAAA%3BEAAA%2CWAAA%3BE%2BDpMI%2CUAAA%3B%3BAAIJ%2CkBoGpCK%2CYpGoCJ%3BAACD%2CkBoGrCK%2CYpGqCJ%3BE%5C%2FD%2BKH%2CmB%2BD9KkB%2CsBAAqB%2Ca%5C%2FD8KvC%3BEACK%2CgB%2BD%5C%2FKa%2CsBAAqB%2Ca%5C%2FD%2BKlC%3BEACC%2Ce%2BDhLY%2CsBAAqB%2Ca%5C%2FDgLjC%3BEAcJ%2CW%2BD9LgB%2CsBAAqB%2Ca%5C%2FD8LrC%3B%3BA%2BD3LA%2CkBoGzCK%2CYpGyCJ%3BEACG%2CUAAA%3B%3BAoGtCA%2CkBAAC%3BAACD%2CkBAAC%3BEnK%2BNL%2CkBC7MmB%2C2BD6MnB%3B%3BAmKxNQ%2C8BADJ%2CEACK%2CIAAI%3BAAAL%2CqBADJ%2CEACK%2CIAAI%3BEACD%2COlKWF%2CkBkKXE%3B%3BAAIZ%2CmBAAsB%3BEAClB%2CaAAA%3BEnKkNJ%2CgBAAA%3B%3BAmK7MA%2CaACI%3BAACA%2CaAAC%2CqBAAwB%3BEACrB%2CSAAA%3BEACA%2CqBAAA%3BEACA%2CeAAA%3B%3BAAeJ%2CiBAAC%3BEnKyLL%2CWAAA%3B%3BAmKzLI%2CiBAAC%2CSAGG%3BEnKsLR%2CWAAA%3B%3BAmKzLI%2CiBAAC%2CSAMG%2COAAO%3BAANX%2CiBAAC%2CSAOG%3BEnKkLR%2CWAAA%3B%3BAmK3KgB%2CiBAdX%2CSAUG%2CgCAGI%2CEACK%2CIAAI%3BAAAL%2CiBAdX%2CSAWG%2C%2BBAEI%2CEACK%2CIAAI%3BAAAL%2CiBAdX%2CSAYG%2CsBACI%2CEACK%2CIAAI%3BEnK2KrB%2CWAAA%3B%3BAmKzLI%2CiBAAC%2CSAmBG%2CGAAE%2CYAAa%2CGAAG%3BEnKsK1B%2CWAAA%3B%3BAmKzLI%2CiBAAC%2CSAsBG%2C8BACI%2CkBAAkB%3BEnKkK9B%2CWAAA%3BEmKhKgB%2CkBAAA%3B%3BAAzBZ%2CiBAAC%2CSAsBG%2C8BAKI%3BAA3BR%2CiBAAC%2CSAsBG%2C8B%5C%2FJUR%2CMAAK%2CcAiED%2CiBAGM%3BE%2BJxEM%2CmBAAA%3B%3BAA5BZ%2CiBAAC%2CSA%2BBG%2CmBAAkB%3BAA%5C%2FBtB%2CiBAAC%2CSAgCG%2CmBAAkB%3BEnKyJ1B%2CsBAAA%3B%3B%3BAoKzSA%2C6BACI%2C4BACI%3BEACI%2CiBAAA%3B%3BAAHZ%2C6BAMI%2CIAAG%3BEACC%2CkBAAA%3BEACA%2CgBAAA%3B%3BAAKI%2C6BAHP%2CiCAEG%2CIAAG%2CsDACE%2CIAAI%2CyBACD%3BAADJ%2C6BAFP%2CyCACG%2CIAAG%2CsDACE%2CIAAI%2CyBACD%3BEACI%2CUAAA%3B%3BAAEJ%2C6BAPX%2CiCAEG%2CIAAG%2CsDACE%2CIAAI%2CyBAIA%3BAAAD%2C6BANX%2CyCACG%2CIAAG%2CsDACE%2CIAAI%2CyBAIA%3BEACG%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2COAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CmBAAA%3B%3BAAKhB%2C6BAAC%2CiCACG%2C4BACI%3BEACI%2CqBAAA%3B%3BAAIZ%2C6BAAC%2CmCACG%2C4BACI%3BEACI%2CuBAAA%3B%3BAAOZ%2CmBAAC%2COACG%3BAADJ%2CmBAAC%2COAEG%3BAAFJ%2CmBAAC%2COAGG%3BAAHJ%2CmBAAC%2COAIG%3BAAJJ%2CmBAAC%2COAKG%3BAALJ%2CmBAAC%2COAMG%3BEACI%2CoBAAA%3B%3BAAGR%2CmBAAC%2CSACG%3BAADJ%2CmBAAC%2CSAEG%3BAAFJ%2CmBAAC%2CSAGG%3BAAHJ%2CmBAAC%2CSAIG%3BAAJJ%2CmBAAC%2CSAKG%3BAALJ%2CmBAAC%2CSAMG%3BEACI%2CSAAA%3B%3B%3BAC9DZ%3BEACI%2C0BAAA%3BEACA%2C8BAAA%3BEACA%2C6BAAA%3BEACA%2CqBAAqB%2C0BAArB%3B%3B%3BAA6DA%2CyBAAC%2CIAAI%3BEACD%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3B%3BAAHJ%2CyBAAC%2CIAAI%2CcAKD%3BEACI%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAIZ%2CyBAAyB%2C8BAA%2BB%3BEACpD%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAEJ%2CqBACI%2C0BAAyB%2C8BAA%2BB%3BAAD5D%2CqBAEI%2CQAAO%2CKAAQ%2C4BAAyB%3BEACpC%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAGR%3BE%5C%2FC7CA%2C4BAAA%3BEtH6OF%2CiCAAA%3BEACK%2C8BAAA%3BEACC%2C6BAAA%3BEAcJ%2CyBAAA%3BEAhBF%2CoCAAA%3BEACK%2CiCAAA%3BEACC%2CgCAAA%3BEAcJ%2C4BAAA%3B%3BAqK7MA%2C2BACI%3BEACI%2CgBAAA%3B%3BAASR%2CwBAL6C%3BEAK7C%2CkBAJQ%3BIACI%2CiBAAA%3B%3B%3BAAMZ%3BEACI%2CgBAAA%3B%3BAADJ%2CMAEI%3BEACI%2CgBAAA%3B%3BAAHR%2CMAKI%3BAALJ%2CMAMI%3BAANJ%2CMAOI%3BAAPJ%2CMAQI%3BAARJ%2CMASI%3BAATJ%2CMAUI%3BAAVJ%2CMAWI%3BEACI%2CgBAAA%3B%3BAAGR%3BEACI%2CgBAAA%3B%3BAADJ%2CQAEI%3BAAFJ%2CQAGI%3BAAHJ%2CQAII%3BAAJJ%2CQAKI%3BAALJ%2CQAMI%3BAANJ%2CQAOI%3BAAPJ%2CQAQI%3BEACI%2CgBAAA%3B%3BAAGR%3BEACI%2CgBAAA%3B%3BAADJ%2COAEI%3BEACI%2CgBAAA%3B%3BAAHR%2COAKI%3BAALJ%2COAMI%3BAANJ%2COAOI%3BAAPJ%2COAQI%3BAARJ%2COASI%3BAATJ%2COAUI%3BAAVJ%2COAWI%3BEACI%2CgBAAA%3B%3BAAGR%3BEACI%2CgBAAA%3B%3BAADJ%2CMAEI%3BEACI%2CgBAAA%3B%3BAAHR%2CMAKI%3BAALJ%2CMAMI%3BAANJ%2CMAOI%3BAAPJ%2CMAQI%3BAARJ%2CMASI%3BAATJ%2CMAUI%3BAAVJ%2CMAWI%3BEACI%2CgBAAA%3B%3BAAGR%3BEACI%2CgBAAA%3B%3BAADJ%2CKAEI%3BAAFJ%2CKAGI%3BAAHJ%2CKAII%3BAAJJ%2CKAKI%3BAALJ%2CKAMI%3BAANJ%2CKAOI%3BAAPJ%2CKAQI%3BEACI%2CgBAAA%3B%3BAATR%2CKAEI%2CEAQI%3BAAVR%2CKAGI%2CGAOI%3BAAVR%2CKAII%2CGAMI%3BAAVR%2CKAKI%2CGAKI%3BAAVR%2CKAMI%2CGAII%3BAAVR%2CKAOI%2CGAGI%3BAAVR%2CKAQI%2CGAEI%3BEACI%2CgBAAA%3B%3BAAKT%3BEhK3HH%2CsBAAA%3BELiPA%2CYCtMiB%2CyBDsMjB%3BEAAA%2CkBCvMY%2CoBDuMZ%3BEAAA%2COCvMY%2CoBDuMZ%3BEAAA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CaClMkB%2C0BDkMlB%3BEAAA%2CSAAA%3BEAAA%2CiBAAA%3BEAAA%2CiBAAA%3BEAAA%2CoBAAA%3BEK9NA%2CsBAAA%3BEACA%2CsBAAA%3BEL6NA%2CqBAAA%3BEKxHA%2CqBAAA%3BELwHA%2CeCnMoB%2C4BDmMpB%3B%3BAK5MA%2CIAAC%3BAACD%2CIAAC%3BEL2MD%2CYCrMwB%2CgCDqMxB%3BEAAA%2CkBC9MoB%2C4BD8MpB%3BEAAA%2COCpMmB%2C2BDoMnB%3B%3BAK%5C%2FLA%2CIAAC%3BEL%2BLD%2CYCrMwB%2CgCDqMxB%3BEAAA%2CkBC9MoB%2C4BD8MpB%3BEAAA%2COCpMmB%2C2BDoMnB%3B%3BAKnLA%2CIAAC%3BAACD%2CIAAC%3BAACD%2CQAAQ%2CUAAW%3BELiLnB%2CYAAA%3BEK%5C%2FKI%2CeAAA%3BEACA%2CoBAAA%3B%3BAAwDJ%2CIAAC%3BAACD%2CIAAC%3BAACD%2CIAAC%3BEACG%2CqBAAA%3B%3BAgKEJ%3BEACI%2CSAAA%3B%3BAAEJ%3BEACI%2CUAAA%3BEACA%2CcAAA%3B%3BAAEJ%3BEACI%2CyBAAA%3B%3BAAGJ%3BErKsGA%2CcAAA%3B%3BAqKjGA%3BErKiGA%2CiBAAA%3B%3BAqKxFA%2CwBAL2C%3BEACvC%3BIACI%2CwBAAA%3B%3B%3BAAGR%3BEACI%2CiCAAA%3BEACA%2C%2BBAAA%3BEACA%2CgCAAA%3B%3BAAEJ%3BEACI%2CiCAAA%3BEACA%2C8BAAA%3BEACA%2CgCAAA%3B%3BAAEJ%3BEACI%2CiCAAA%3BEACA%2C8BAAA%3BEACA%2C%2BBAAA%3B%3BAAEJ%3BEACI%2C8BAAA%3BEACA%2CgCAAA%3BEACA%2C%2BBAAA%3B%3BAAEJ%3BEACI%2CaAAA%3BEACA%2CgBAAA%3B%3BAAFJ%2CSAGI%3BEACI%2CqBAAA%3BEACA%2CkBAAA%3B%3BAAGR%2CWACI%3BEACI%2CgBAAA%3B%3BAAGR%3BEACI%2CgBAAA%3B%3BAADJ%2CgBAEI%3BAAFJ%2CgBAGI%3BAAHJ%2CgBAGQ%3BAAHR%2CgBAGY%3BAAHZ%2CgBA8pDH%2CCA3pDkB%3BEACP%2CgBAAA%3B%3BAAGR%3BEACI%2CqBAAA%3B%3BAAEJ%3BEACI%2CmBAAA%3B%3BAAEJ%3BEACI%2CmBAAA%3B%3BAAEJ%3BEACI%2CmBAAA%3B%3BAAEJ%3BEACI%2CmBAAA%3B%3BAAEJ%3BEACI%2CYAAA%3B%3BAAEJ%3BEACI%2CeAAA%3B%3BAADJ%2COAEI%2CGACI%3BAAHR%2COAEI%2CGACU%3BEACF%2CeAAA%3B%3BAAIZ%3BEACI%2CgBAAA%3B%3BAAEJ%3BEACI%2CkBAAA%3BEACA%2CUAAA%3B%3BAAEJ%2CSACI%3BEACI%2CsBAAA%3B%3BAAGR%3BEACI%2CWAAA%3B%3BAADJ%2CYAEI%3BEACI%2CkBAAA%3BEACA%2CWAAA%3BEACA%2C6BAAA%3B%3BAAGR%3BEACI%2CWAAA%3B%3BAADJ%2CWAEI%2CEAAC%2CIAAI%3BEACD%2CWAAA%3B%3BAAGR%2CMAAM%2CWACF%3BEACI%2CWAAA%3B%3BAAGR%2CEAAE%2CYAAY%2COACV%2CGACI%3BEACI%2COAAO%2CyBAAP%3B%3BAASZ%2CwBALyC%3BEACrC%3BIACI%2CwBAAA%3B%3B%3BAAUA%2CoCANF%2CKAMG%2CIAAI%3BAAAL%2CoCALF%2CKAKG%2CIAAI%3BAAAL%2CoCAJF%2CKAIG%2CIAAI%3BAAAL%2CoCAHF%2CKAGG%2CIAAI%3BAAAL%2CoCAFF%2CKAEG%2CIAAI%3BAAAL%2CoCADF%2CIACG%2CIAAI%3BEACD%2CgBAAA%3B%3BAAwBhB%2CQApB6B%3BEACrB%2CQACI%3BIACI%2C0BAAA%3B%3BEAGR%2CQACI%3BIACI%2C0BAAA%3B%3BEAGR%2CQACI%3BIACI%2C0BAAA%3B%3BEAGR%3BIACI%2C6BAAA%3B%3B%3BAA2CR%2CGAAG%2C0BAEC%3BAADJ%2CyBAAyB%2CiBACrB%3BEACI%2CSAAA%3B%3BAAHR%2CGAAG%2C0BAEC%2CiBAGI%2CGAAE%3BAAJV%2CyBAAyB%2CiBACrB%2CiBAGI%2CGAAE%3BErKlGV%2CYCtMiB%2CyBDsMjB%3BEAAA%2CgBAAA%3BEAAA%2C8BAAA%3BEAAA%2CeCnMoB%2C4BDmMpB%3B%3BAqKwGY%2CGAXT%2C0BAEC%2CiBAGI%2CGAAE%2CWAMG%3BAAAD%2CyBAVa%2CiBACrB%2CiBAGI%2CGAAE%2CWAMG%3BErKxGb%2C8BAAA%3B%3BAqK6FA%2CGAAG%2C0BAEC%2CiBAGI%2CGAAE%2CWAUE%2CEAAC%3BAAdb%2CyBAAyB%2CiBACrB%2CiBAGI%2CGAAE%2CWAUE%2CEAAC%3BEACG%2CeAAA%3BErK7GhB%2COC5MU%2CkBD4MV%3BEAAA%2CiBAAA%3BEAAA%2CaC%5C%2FNU%2CkBD%2BNV%3BEAAA%2CsBAAA%3BEAAA%2C0BAAA%3B%3BAqKqHY%2CGAxBT%2C0BAEC%2CiBAGI%2CGAAE%2CWAmBG%3BAAAD%2CyBAvBa%2CiBACrB%2CiBAGI%2CGAAE%2CWAmBG%3BErKrHb%2CgBAAA%3BEAAA%2CcC7MmB%2C2BD6MnB%3BEqKwHgB%2CUAAA%3B%3BAAEA%2CGA7Bb%2C0BAEC%2CiBAGI%2CGAAE%2CWAmBG%2CgBAKI%3BAAAD%2CyBA5BS%2CiBACrB%2CiBAGI%2CGAAE%2CWAmBG%2CgBAKI%3BEACG%2CaAAA%3B%3BAAGJ%2CGAjCb%2C0BAEC%2CiBAGI%2CGAAE%2CWAmBG%2CgBASI%3BAAAD%2CyBAhCS%2CiBACrB%2CiBAGI%2CGAAE%2CWAmBG%2CgBASI%3BErK9HjB%2CmBC7MmB%2C2BD6MnB%3B%3BAqKqHY%2CGAxBT%2C0BAEC%2CiBAGI%2CGAAE%2CWAmBG%2CgBAaG%2CEAAC%3BAAbL%2CyBAvBa%2CiBACrB%2CiBAGI%2CGAAE%2CWAmBG%2CgBAaG%2CEAAC%3BErKlIjB%2COC7MmB%2C2BD6MnB%3B%3BAqKuIY%2CGA1CT%2C0BAEC%2CiBAGI%2CGAAE%2CWAqCG%2CMACG%2CEAAC%3BAADL%2CyBAzCa%2CiBACrB%2CiBAGI%2CGAAE%2CWAqCG%2CMACG%2CEAAC%3BErKxIjB%2COC7MmB%2C2BD6MnB%3B%3BAqK6FA%2CGAAG%2C0BAkDC%3BAAjDJ%2CyBAAyB%2CiBAiDrB%3BEACI%2CSAAA%3BErKhJR%2CSAAA%3BEqKkJQ%2CUAAA%3B%3BAAGR%2CGAAG%2C0BACC%2CcAAc%3BErKtKpB%2CiCAAA%3BEACK%2C8BAAA%3BEACC%2C6BAAA%3BEAcJ%2CyBAAA%3B%3BAqK4JA%2CGAAG%2C0BAA0B%3BAAC7B%2CyBAAyB%2CiBAAiB%2CaAAc%3BEACpD%2CyBAAA%3B%3BAAFJ%2CGAAG%2C0BAA0B%2CaAGzB%3BAAFJ%2CyBAAyB%2CiBAAiB%2CaAAc%2CgBAEpD%3BEACI%2CeAAA%3B%3BAAJR%2CGAAG%2C0BAA0B%2CaAGzB%2CiBAEI%2CGAAE%3BAAJV%2CyBAAyB%2CiBAAiB%2CaAAc%2CgBAEpD%2CiBAEI%2CGAAE%3BEACE%2CoBAAA%3B%3BAACA%2CGAPT%2C0BAA0B%2CaAGzB%2CiBAEI%2CGAAE%2CWAEG%2CgBAAiB%2CEAAC%3BAAAnB%2CyBANa%2CiBAAiB%2CaAAc%2CgBAEpD%2CiBAEI%2CGAAE%2CWAEG%2CgBAAiB%2CEAAC%3BEACf%2COpKlXI%2C4BoKkXJ%3B%3BAAKhB%2CIAAK%2CKAAK%2CaAAa%2CIAAG%2C0BAA2B%2CcAAc%2C%2BBAA8B%2CIAAI%3BEACjG%2CaAAA%3B%3BAAuMJ%3BEACG%2CcAAA%3B%3BAAEH%3BAACA%3BEACI%2CkBAAA%3BEACA%2CgBAAA%3B%3BAASJ%2C0BACI%2CwBA1KJ%3BAAyKA%2C0BACI%2CwBAzKJ%2CmBAAmB%3BAAwKnB%2C0BACI%2CwBAxKJ%2C4BAA4B%3BAAuK5B%2C0BACI%2CwBAvKJ%2CIAAG%2CsDAAsD%3BErK1NzD%2C4BAAA%3B%3BAqK8NA%2C0BAmKI%2CwBAnKH%2CMAEG%3BAAFJ%2C0BAmKI%2CwBAnKH%2CMAGG%2CmBAAmB%3BAAHvB%2C0BAmKI%2CwBAnKH%2CMAIG%2C4BAA4B%3BAAJhC%2C0BAmKI%2CwBAnKH%2CMAKG%2CIAAG%2CsDAAsD%3BErKnP%5C%2FD%2CmBqKoPsB%2CWrKpPtB%3BEACK%2CgBqKmPiB%2CWrKnPjB%3BEACC%2CeqKkPgB%2CWrKlPhB%3BEAcJ%2CWqKoOoB%2CWrKpOpB%3B%3BAqKqYA%2CiCA9KA%3BAA8KA%2CiCA7KA%2CmBAAmB%3BAA6KnB%2CiCA5KA%2C4BAA4B%3BAA4K5B%2CiCA3KA%2CIAAG%2CsDAAsD%3BErK1NzD%2C4BAAA%3B%3BAqK8NA%2CiCAAC%2CMAEG%3BAAFJ%2CiCAAC%2CMAGG%2CmBAAmB%3BAAHvB%2CiCAAC%2CMAIG%2C4BAA4B%3BAAJhC%2CiCAAC%2CMAKG%2CIAAG%2CsDAAsD%3BErKnP%5C%2FD%2CmBqKoPsB%2CWrKpPtB%3BEACK%2CgBqKmPiB%2CWrKnPjB%3BEACC%2CeqKkPgB%2CWrKlPhB%3BEAcJ%2CWqKoOoB%2CWrKpOpB%3B%3BAqKwYA%2C6BACI%3BErKzYJ%2CuCqKgNS%2CqDACQ%2C8BrKjNjB%3B%3BAqKiPI%2C6BAwJA%2CwBA5JJ%2C0BAIK%3BAAAD%2C6BAwJA%2CwBA3JJ%2CmBAGK%3BAAAD%2C6BAwJA%2CwBA1JJ%2C4BAEK%3BAAAD%2C6BAwJA%2CwBAzJJ%2CIAAG%2CsDACE%3BEACG%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2COAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3BEACA%2CSAAA%3BEACA%2C6BAAA%3BErKxPR%2CuCqKgNS%2CqDACQ%2C8BrKjNjB%3BEqK0PQ%2CsBAAA%3BEACA%2CUAAA%3B%3BAAUA%2C6BAoIJ%2CwBA1IH%2CMAEG%2C0BAIK%3BAAAD%2C6BAoIJ%2CwBA1IH%2CMAGG%2CmBAGK%3BAAAD%2C6BAoIJ%2CwBA1IH%2CMAIG%2C4BAEK%3BAAAD%2C6BAoIJ%2CwBA1IH%2CMAKG%2CIAAG%2CsDACE%3BErKrQT%2CoCAAA%3B%3BAqK6YA%3BErK7YA%2CuCqKgNS%2CqDACQ%2C8BrKjNjB%3B%3BAqKiPI%2CoCAJJ%2C0BAIK%3BAAAD%2CoCAHJ%2CmBAGK%3BAAAD%2CoCAFJ%2C4BAEK%3BAAAD%2CoCADJ%2CIAAG%2CsDACE%3BEACG%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2COAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3BEACA%2CSAAA%3BEACA%2C6BAAA%3BErKxPR%2CuCqKgNS%2CqDACQ%2C8BrKjNjB%3BEqK0PQ%2CsBAAA%3BEACA%2CUAAA%3B%3BAAUA%2CoCANP%2CMAEG%2C0BAIK%3BAAAD%2CoCANP%2CMAGG%2CmBAGK%3BAAAD%2CoCANP%2CMAIG%2C4BAEK%3BAAAD%2CoCANP%2CMAKG%2CIAAG%2CsDACE%3BErKrQT%2CoCAAA%3B%3BAqKsRI%2CkCA4HA%2CwBAjIJ%2C0BAKK%3BAAAD%2CkCA4HA%2CwBAhIJ%2CmBAIK%3BAAAD%2CkCA4HA%2CwBA%5C%2FHJ%2C4BAGK%3BAAAD%2CkCA4HA%2CwBA9HJ%2CIAAG%2CsDAEE%3BEACG%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2C0CAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CUAAA%3B%3BAAkHR%2CkCACI%2CwBA%5C%2FGJ%3BAA8GA%2CkCACI%2CwBA9GJ%2CmBAAmB%3BAA6GnB%2CkCACI%2CwBA7GJ%2C4BAA4B%3BAA4G5B%2CkCACI%2CwBA5GJ%2CIAAG%2CsDAAsD%3BErKtSzD%2CuCqKgNS%2CqDACQ%2C8BrKjNjB%3B%3BAqK%2BSQ%2CkCAmGJ%2CwBAxGH%2CMAEG%2C0BAGK%3BAAAD%2CkCAmGJ%2CwBAxGH%2CMAGG%2CmBAEK%3BAAAD%2CkCAmGJ%2CwBAxGH%2CMAIG%2C4BACK%3BEACG%2CMAAA%3BEACA%2COAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3B%3BAAbZ%2CkCAwGI%2CwBAxGH%2CMAiBG%3BAAjBJ%2CkCAwGI%2CwBAxGH%2CMAkBG%2CmBAAmB%3BAAlBvB%2CkCAwGI%2CwBAxGH%2CMAmBG%2C4BAA4B%3BAAnBhC%2CkCAwGI%2CwBAxGH%2CMAoBG%2CIAAG%2CsDAAsD%3BErK9U%5C%2FD%2CmBqK%2BUsB%2CWrK%5C%2FUtB%3BEACK%2CgBqK8UiB%2CWrK9UjB%3BEACC%2CeqK6UgB%2CWrK7UhB%3BEAcJ%2CWqK%2BToB%2CWrK%5C%2FTpB%3B%3BAqKsRI%2CyCALJ%2C0BAKK%3BAAAD%2CyCAJJ%2CmBAIK%3BAAAD%2CyCAHJ%2C4BAGK%3BAAAD%2CyCAFJ%2CIAAG%2CsDAEE%3BEACG%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2C0CAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CUAAA%3B%3BAAwHR%2CyCApHA%3BAAoHA%2CyCAnHA%2CmBAAmB%3BAAmHnB%2CyCAlHA%2C4BAA4B%3BAAkH5B%2CyCAjHA%2CIAAG%2CsDAAsD%3BErKtSzD%2CuCqKgNS%2CqDACQ%2C8BrKjNjB%3B%3BAqK%2BSQ%2CyCALP%2CMAEG%2C0BAGK%3BAAAD%2CyCALP%2CMAGG%2CmBAEK%3BAAAD%2CyCALP%2CMAIG%2C4BACK%3BEACG%2CMAAA%3BEACA%2COAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3B%3BAAbZ%2CyCAAC%2CMAiBG%3BAAjBJ%2CyCAAC%2CMAkBG%2CmBAAmB%3BAAlBvB%2CyCAAC%2CMAmBG%2C4BAA4B%3BAAnBhC%2CyCAAC%2CMAoBG%2CIAAG%2CsDAAsD%3BErK9U%5C%2FD%2CmBqK%2BUsB%2CWrK%5C%2FUtB%3BEACK%2CgBqK8UiB%2CWrK9UjB%3BEACC%2CeqK6UgB%2CWrK7UhB%3BEAcJ%2CWqK%2BToB%2CWrK%5C%2FTpB%3B%3BAqK%2BUI%2CgCA6EA%2CwBAlFJ%2C0BAKK%3BAAAD%2CgCA6EA%2CwBAjFJ%2CmBAIK%3BAAAD%2CgCA6EA%2CwBAhFJ%2C4BAGK%3BAAAD%2CgCA6EA%2CwBA%5C%2FEJ%2CIAAG%2CsDAEE%3BAACD%2CgCA4EA%2CwBAlFJ%2C0BAMK%3BAAAD%2CgCA4EA%2CwBAjFJ%2CmBAKK%3BAAAD%2CgCA4EA%2CwBAhFJ%2C4BAIK%3BAAAD%2CgCA4EA%2CwBA%5C%2FEJ%2CIAAG%2CsDAGE%3BEACG%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CSAAA%3BEACA%2CQAAA%3BEACA%2COAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEAEA%2CUAAA%3BErK3VR%2C2BAAA%3B%3BAqKgWQ%2CgCA4DJ%2CwBAlFJ%2C0BAqBK%2CMACI%3BAAAD%2CgCA4DJ%2CwBAjFJ%2CmBAoBK%2CMACI%3BAAAD%2CgCA4DJ%2CwBAhFJ%2C4BAmBK%2CMACI%3BAAAD%2CgCA4DJ%2CwBA%5C%2FEJ%2CIAAG%2CsDAkBE%2CMACI%3BEACG%2CQAAA%3B%3BAAGJ%2CgCAwDJ%2CwBAlFJ%2C0BAqBK%2CMAKI%3BAAAD%2CgCAwDJ%2CwBAjFJ%2CmBAoBK%2CMAKI%3BAAAD%2CgCAwDJ%2CwBAhFJ%2C4BAmBK%2CMAKI%3BAAAD%2CgCAwDJ%2CwBA%5C%2FEJ%2CIAAG%2CsDAkBE%2CMAKI%3BEACG%2CSAAA%3B%3BAAGJ%2CgCAoDJ%2CwBAlFJ%2C0BAqBK%2CMASI%3BAAAD%2CgCAoDJ%2CwBAjFJ%2CmBAoBK%2CMASI%3BAAAD%2CgCAoDJ%2CwBAhFJ%2C4BAmBK%2CMASI%3BAAAD%2CgCAoDJ%2CwBA%5C%2FEJ%2CIAAG%2CsDAkBE%2CMASI%3BAACD%2CgCAmDJ%2CwBAlFJ%2C0BAqBK%2CMAUI%3BAAAD%2CgCAmDJ%2CwBAjFJ%2CmBAoBK%2CMAUI%3BAAAD%2CgCAmDJ%2CwBAhFJ%2C4BAmBK%2CMAUI%3BAAAD%2CgCAmDJ%2CwBA%5C%2FEJ%2CIAAG%2CsDAkBE%2CMAUI%3BEACG%2C2CAAA%3B%3BAA3BR%2CuCALJ%2C0BAKK%3BAAAD%2CuCAJJ%2CmBAIK%3BAAAD%2CuCAHJ%2C4BAGK%3BAAAD%2CuCAFJ%2CIAAG%2CsDAEE%3BAACD%2CuCANJ%2C0BAMK%3BAAAD%2CuCALJ%2CmBAKK%3BAAAD%2CuCAJJ%2C4BAIK%3BAAAD%2CuCAHJ%2CIAAG%2CsDAGE%3BEACG%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CSAAA%3BEACA%2CQAAA%3BEACA%2COAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEAEA%2CUAAA%3BErK3VR%2C2BAAA%3B%3BAqKgWQ%2CuCAtBR%2C0BAqBK%2CMACI%3BAAAD%2CuCArBR%2CmBAoBK%2CMACI%3BAAAD%2CuCApBR%2C4BAmBK%2CMACI%3BAAAD%2CuCAnBR%2CIAAG%2CsDAkBE%2CMACI%3BEACG%2CQAAA%3B%3BAAGJ%2CuCA1BR%2C0BAqBK%2CMAKI%3BAAAD%2CuCAzBR%2CmBAoBK%2CMAKI%3BAAAD%2CuCAxBR%2C4BAmBK%2CMAKI%3BAAAD%2CuCAvBR%2CIAAG%2CsDAkBE%2CMAKI%3BEACG%2CSAAA%3B%3BAAGJ%2CuCA9BR%2C0BAqBK%2CMASI%3BAAAD%2CuCA7BR%2CmBAoBK%2CMASI%3BAAAD%2CuCA5BR%2C4BAmBK%2CMASI%3BAAAD%2CuCA3BR%2CIAAG%2CsDAkBE%2CMASI%3BAACD%2CuCA%5C%2FBR%2C0BAqBK%2CMAUI%3BAAAD%2CuCA9BR%2CmBAoBK%2CMAUI%3BAAAD%2CuCA7BR%2C4BAmBK%2CMAUI%3BAAAD%2CuCA5BR%2CIAAG%2CsDAkBE%2CMAUI%3BEACG%2C2CAAA%3B%3BAA%2BDhB%3BEhK1pBI%2CsBAAA%3BELiPA%2CgBAAA%3BEAAA%2CkBCvMY%2CoBDuMZ%3BEAAA%2CWAAA%3BEAAA%2CeAAA%3BEAAA%2CqBAAA%3BEAAA%2CoBAAA%3BEAAA%2CaClMkB%2C0BDkMlB%3BEAAA%2CSAAA%3BEAAA%2CiBAAA%3BEAAA%2CiBAAA%3BEAAA%2CoBAAA%3BEK9NA%2CsBAAA%3BEACA%2CsBAAA%3B%3BAAiBA%2CYAAC%3BAACD%2CYAAC%3BEL2MD%2CYCrMwB%2CgCDqMxB%3BEAAA%2CkBC9MoB%2C4BD8MpB%3BEAAA%2COCpMmB%2C2BDoMnB%3B%3BAK%5C%2FLA%2CYAAC%3BEL%2BLD%2CYCrMwB%2CgCDqMxB%3BEAAA%2CkBC9MoB%2C4BD8MpB%3BEAAA%2COCpMmB%2C2BDoMnB%3B%3BAKnLA%2CYAAC%3BAACD%2CYAAC%3BAACD%2CQAAQ%2CUAAW%3BELiLnB%2CYAAA%3BEK%5C%2FKI%2CeAAA%3BEACA%2CoBAAA%3B%3BAgK6pBJ%3BAACA%3BAACA%2CMAAO%2COAAM%3BErKjfb%2CmBAAA%3BEAAA%2CkBAAA%3B%3BAqK%2BeA%2CYAjCA%3BAAkCA%2CkBAlCA%3BAAmCA%2CMAAO%2COAAM%2CYAnCb%3BAAiCA%2CYAhCA%3BAAiCA%2CkBAjCA%3BAAkCA%2CMAAO%2COAAM%2CYAlCb%3BAAgCA%2CYA%5C%2FBA%2CGAAG%3BAAgCH%2CkBAhCA%2CGAAG%3BAAiCH%2CMAAO%2COAAM%2CYAjCb%2CGAAG%3BAA%2BBH%2CYA9BA%3BAA%2BBA%2CkBA%5C%2FBA%3BAAgCA%2CMAAO%2COAAM%2CYAhCb%3BErKjdA%2CiBAAA%3BEAAA%2C0BAAA%3BEAAA%2CgBAAA%3B%3BAqK%2BeA%2CYAxBA%2CGAAG%3BAAyBH%2CkBAzBA%2CGAAG%3BAA0BH%2CMAAO%2COAAM%2CYA1Bb%2CGAAG%3BEACC%2CaAAA%3B%3BAAuBJ%2CYArBA%3BAAsBA%2CkBAtBA%3BAAuBA%2CMAAO%2COAAM%2CYAvBb%3BAAqBA%2CYApBA%3BAAqBA%2CkBArBA%3BAAsBA%2CMAAO%2COAAM%2CYAtBb%3BAAoBA%2CYAnBA%3BAAoBA%2CkBApBA%3BAAqBA%2CMAAO%2COAAM%2CYArBb%3BAAmBA%2CYAlBA%3BAAmBA%2CkBAnBA%3BAAoBA%2CMAAO%2COAAM%2CYApBb%3BAAkBA%2CYAjBA%3BAAkBA%2CkBAlBA%3BAAmBA%2CMAAO%2COAAM%2CYAnBb%3BErK9dA%2CiBAAA%3BEAAA%2CaClNgB%2CwBDkNhB%3BEqKkeI%2CgBAAA%3B%3BAAaJ%2CYArBA%2CmBAUI%2CQAAO%3BAAYX%2CkBAtBA%2CmBAUI%2CQAAO%3BAAaX%2CMAAO%2COAAM%2CYAvBb%2CmBAUI%2CQAAO%3BAAWX%2CYApBA%2CmBASI%2CQAAO%3BAAYX%2CkBArBA%2CmBASI%2CQAAO%3BAAaX%2CMAAO%2COAAM%2CYAtBb%2CmBASI%2CQAAO%3BAAWX%2CYAnBA%2CwBAQI%2CQAAO%3BAAYX%2CkBApBA%2CwBAQI%2CQAAO%3BAAaX%2CMAAO%2COAAM%2CYArBb%2CwBAQI%2CQAAO%3BAAWX%2CYAlBA%2CKAOI%2CQAAO%3BAAYX%2CkBAnBA%2CKAOI%2CQAAO%3BAAaX%2CMAAO%2COAAM%2CYApBb%2CKAOI%2CQAAO%3BAAWX%2CYAjBA%2CWAMI%2CQAAO%3BAAYX%2CkBAlBA%2CWAMI%2CQAAO%3BAAaX%2CMAAO%2COAAM%2CYAnBb%2CWAMI%2CQAAO%3BErKpeX%2CaClNgB%2CwBDkNhB%3BEqKseQ%2CiBAAA%3BEACA%2CSAAA%3B%3BAAaJ%2CYAAC%3BAAAD%2CkBAAC%3BAAAD%2CMAHG%2COAAM%2CYAGR%3BEACG%2CkBAAA%3B%3BAADJ%2CYAAC%2CYAGG%3BAAHJ%2CkBAAC%2CYAGG%3BAAHJ%2CMAHG%2COAAM%2CYAGR%2CYAGG%3BEACI%2CkBAAA%3BEACA%2CkBAAA%3B%3BAALR%2CYAAC%2CYAQG%3BAARJ%2CkBAAC%2CYAQG%3BAARJ%2CMAHG%2COAAM%2CYAGR%2CYAQG%3BEACI%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CQAAA%3BErK%5C%2FgBd%2CmBqKghB0B%2CgBrKhhB1B%3BEACK%2CgBqK%2BgBqB%2CgBrK%5C%2FgBrB%3BEACC%2CeqK8gBoB%2CgBrK9gBpB%3BEAcJ%2CWqKggBwB%2CgBrKhgBxB%3BEAAA%2CiBAAA%3BEAAA%2CqBAAA%3BEyBhOA%2CqBAAA%3B%3BA4IouBY%2CYAhBP%2CYAQG%2CSAQK%2CIAAI%3BAAAL%2CkBAhBP%2CYAQG%2CSAQK%2CIAAI%3BAAAL%2CMAnBL%2COAAM%2CYAGR%2CYAQG%2CSAQK%2CIAAI%3BEACD%2COpKjtBN%2CkBoKitBM%3B%3BA5I%5C%2FtBhB%2CY4I8sBK%2CYAQG%2CS5IttBP%3BAAAD%2CkB4I8sBK%2CYAQG%2CS5IttBP%3BAAAD%2CM4I2sBO%2COAAM%2CYAGR%2CYAQG%2CS5IttBP%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BEzB9DA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CcAAA%3BEAAA%2CS0BxPQ%2CO1BwPR%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CsBAAA%3BEyBqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BA4IucI%2CYAAC%3BAAAD%2CkBAAC%3BAAAD%2CMA%5C%2FBG%2COAAM%2CYA%2BBR%3BEACG%2CgBAAA%3B%3BAAlCR%2CYAqCI%3BAApCJ%2CkBAoCI%3BAAnCJ%2CMAAO%2COAAM%2CYAmCT%3BAArCJ%2CYAsCI%3BAArCJ%2CkBAqCI%3BAApCJ%2CMAAO%2COAAM%2CYAoCT%3BAAtCJ%2CYAuCI%3BAAtCJ%2CkBAsCI%3BAArCJ%2CMAAO%2COAAM%2CYAqCT%3BEtGlzBP%2CoBAAA%3B%3BEACC%2CiBAAA%3B%3BEACA%2CoBAAA%3B%3BEACA%2CqBAAA%3B%3BEACA%2CaAAA%3BEACA%2CeAAA%3BEsG%2ByBU%2CiBAAA%3BEACA%2CuBAAA%3BEACA%2CmBAAA%3B%3BAAEA%2CYARJ%2CcAQK%3BAAAD%2CkBARJ%2CcAQK%3BAAAD%2CMA3CD%2COAAM%2CYAmCT%2CcAQK%3BAAAD%2CYAPJ%2CqBAOK%3BAAAD%2CkBAPJ%2CqBAOK%3BAAAD%2CMA3CD%2COAAM%2CYAoCT%2CqBAOK%3BAAAD%2CYANJ%2CGAMK%3BAAAD%2CkBANJ%2CGAMK%3BAAAD%2CMA3CD%2COAAM%2CYAqCT%2CGAMK%3BAACD%2CYATJ%2CcASK%3BAAAD%2CkBATJ%2CcASK%3BAAAD%2CMA5CD%2COAAM%2CYAmCT%2CcASK%3BAAAD%2CYARJ%2CqBAQK%3BAAAD%2CkBARJ%2CqBAQK%3BAAAD%2CMA5CD%2COAAM%2CYAoCT%2CqBAQK%3BAAAD%2CYAPJ%2CGAOK%3BAAAD%2CkBAPJ%2CGAOK%3BAAAD%2CMA5CD%2COAAM%2CYAqCT%2CGAOK%3BEACG%2CSAAS%2CEAAT%3BEACA%2CqBAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CYpK%5C%2FuBO%2C2BoK%2BuBP%3B%3BAAGJ%2CYAjBJ%2CcAiBK%3BAAAD%2CkBAjBJ%2CcAiBK%3BAAAD%2CMApDD%2COAAM%2CYAmCT%2CcAiBK%3BAAAD%2CYAhBJ%2CqBAgBK%3BAAAD%2CkBAhBJ%2CqBAgBK%3BAAAD%2CMApDD%2COAAM%2CYAoCT%2CqBAgBK%3BAAAD%2CYAfJ%2CGAeK%3BAAAD%2CkBAfJ%2CGAeK%3BAAAD%2CMApDD%2COAAM%2CYAqCT%2CGAeK%3BEACG%2CiBAAA%3B%3BAAGJ%2CYArBJ%2CcAqBK%3BAAAD%2CkBArBJ%2CcAqBK%3BAAAD%2CMAxDD%2COAAM%2CYAmCT%2CcAqBK%3BAAAD%2CYApBJ%2CqBAoBK%3BAAAD%2CkBApBJ%2CqBAoBK%3BAAAD%2CMAxDD%2COAAM%2CYAoCT%2CqBAoBK%3BAAAD%2CYAnBJ%2CGAmBK%3BAAAD%2CkBAnBJ%2CGAmBK%3BAAAD%2CMAxDD%2COAAM%2CYAqCT%2CGAmBK%3BEACG%2CkBAAA%3B%3BAAeR%2CgBAb4C%3BEACpC%2CYAzBR%2CcAyBS%3BEAAD%2CkBAzBR%2CcAyBS%3BEAAD%2CMA5DL%2COAAM%2CYAmCT%2CcAyBS%3BEAAD%2CYAxBR%2CqBAwBS%3BEAAD%2CkBAxBR%2CqBAwBS%3BEAAD%2CMA5DL%2COAAM%2CYAoCT%2CqBAwBS%3BEAAD%2CYAvBR%2CGAuBS%3BEAAD%2CkBAvBR%2CGAuBS%3BEAAD%2CMA5DL%2COAAM%2CYAqCT%2CGAuBS%3BEACD%2CYA1BR%2CcA0BS%3BEAAD%2CkBA1BR%2CcA0BS%3BEAAD%2CMA7DL%2COAAM%2CYAmCT%2CcA0BS%3BEAAD%2CYAzBR%2CqBAyBS%3BEAAD%2CkBAzBR%2CqBAyBS%3BEAAD%2CMA7DL%2COAAM%2CYAoCT%2CqBAyBS%3BEAAD%2CYAxBR%2CGAwBS%3BEAAD%2CkBAxBR%2CGAwBS%3BEAAD%2CMA7DL%2COAAM%2CYAqCT%2CGAwBS%3BIACG%2CWAAA%3B%3BEAEJ%2CYA7BR%2CcA6BS%3BEAAD%2CkBA7BR%2CcA6BS%3BEAAD%2CMAhEL%2COAAM%2CYAmCT%2CcA6BS%3BEAAD%2CYA5BR%2CqBA4BS%3BEAAD%2CkBA5BR%2CqBA4BS%3BEAAD%2CMAhEL%2COAAM%2CYAoCT%2CqBA4BS%3BEAAD%2CYA3BR%2CGA2BS%3BEAAD%2CkBA3BR%2CGA2BS%3BEAAD%2CMAhEL%2COAAM%2CYAqCT%2CGA2BS%3BIACG%2CiBAAA%3B%3BEAGJ%2CYAjCR%2CcAiCS%3BEAAD%2CkBAjCR%2CcAiCS%3BEAAD%2CMApEL%2COAAM%2CYAmCT%2CcAiCS%3BEAAD%2CYAhCR%2CqBAgCS%3BEAAD%2CkBAhCR%2CqBAgCS%3BEAAD%2CMApEL%2COAAM%2CYAoCT%2CqBAgCS%3BEAAD%2CYA%5C%2FBR%2CGA%2BBS%3BEAAD%2CkBA%5C%2FBR%2CGA%2BBS%3BEAAD%2CMApEL%2COAAM%2CYAqCT%2CGA%2BBS%3BIACG%2CkBAAA%3B%3B%3BAAiBpB%3BApKk5DI%2CUAuDI%2CiBACI%3BAAMR%2CcACI%3BEDxhFJ%2CaClNgB%2CwBDkNhB%3BEqKykBA%2C6BAAA%3B%3BAAiBA%2CEAAE%3BEACE%2CeAAA%3BEACA%2CgBAAA%3B%3BAAFJ%2CEAAE%2CYAIE%3BEACI%2CoBAAA%3BEACA%2CmBAAA%3B%3BAANR%2CEAAE%2CYAIE%2CGAII%3BEAGI%2CoBAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3BEACA%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CoBAAA%3BErK1mBZ%2CgBAAA%3BEAAA%2COC5MU%2CkBD4MV%3BEAAA%2CeAAA%3B%3BAqK0lBA%2CEAAE%2CYAIE%2CGAII%2CEAkBI%3BEACI%2CaAAA%3B%3BAAIR%2CEA%5C%2FBN%2CYAIE%2CGA2BK%2CIAAI%3BEACD%2CkBAAA%3B%3BAAGJ%2CEAnCN%2CYAIE%2CGA%2BBK%2CMACG%3BErK9oBd%2CmBqK%2BoB8B%2CiBAAiB%2CarK%5C%2FoB%5C%2FC%3BEACK%2CgBqK8oByB%2CiBAAiB%2CarK9oB1C%3BEACC%2CeqK6oBwB%2CiBAAiB%2CarK7oBzC%3BEAcJ%2CWqK%2BnB4B%2CiBAAiB%2CarK%5C%2FnB7C%3B%3BAqKwoBA%3BEtGp6BH%2CoBAAA%3B%3BEACC%2CiBAAA%3B%3BEACA%2CoBAAA%3B%3BEACA%2CqBAAA%3B%3BEACA%2CaAAA%3BEACA%2CeAAA%3BEsGi6BM%2CmBAAA%3BEACA%2CqBAAA%3B%3BAAHJ%2CoBAKI%2CaACI%3BEACI%2C0BAAA%3BEACA%2CkBAAA%3BEACA%2CoBAAA%3BEACA%2CmBAAA%3B%3BAAEA%2CoBAPR%2CaACI%2CmBAMK%3BErKppBb%2CSqKqpB8D%2COrKrpB9D%3BEAAA%2CuBAAA%3BEAAA%2CeAAA%3BEAAA%2COC5MU%2CkBD4MV%3BEAAA%2CcAAA%3BEqKwpBgB%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CSAAA%3BE%5C%2FCv5BhB%2C4BAAA%3BEtH6OF%2CiCAAA%3BEACK%2C8BAAA%3BEACC%2C6BAAA%3BEAcJ%2CyBAAA%3BEAhBF%2CoCAAA%3BEACK%2CiCAAA%3BEACC%2CgCAAA%3BEAcJ%2C4BAAA%3B%3BAqK8pBY%2CoBAjBR%2CaACI%2CmBAgBK%2CIAAI%3BEACD%2COpK32BN%2CkBoK22BM%3B%3BAAIA%2CoBAtBZ%2CaACI%2CmBAoBK%2CMACI%3BEACG%2COpKl3BA%2C4BoKk3BA%3B%3BAAMpB%3BEACI%2CuBAAA%3B%3BAADJ%2CoBAGI%3BEACI%2CaAAA%3B%3BAAJR%2CoBAOI%3BEACI%2CcAAA%3BEACA%2CkBAAA%3B%3BAATR%2CoBAOI%2CcAII%3BE%5C%2FCl7BR%2C4BAAA%3BEtH6OF%2CiCAAA%3BEACK%2C8BAAA%3BEACC%2C6BAAA%3BEAcJ%2CyBAAA%3BEAhBF%2CoCAAA%3BEACK%2CiCAAA%3BEACC%2CgCAAA%3BEAcJ%2C4BAAA%3BEqKurBY%2CqBAAA%3B%3BAAbZ%2CoBAOI%2CcAII%2CEAII%3BEACI%2CwCAAA%3BEACA%2CiBAAA%3BErK3rBhB%2CWAAA%3BEsH7PA%2C4BAAA%3BEtH6OF%2CiCAAA%3BEACK%2C8BAAA%3BEACC%2C6BAAA%3BEAcJ%2CyBAAA%3BEAhBF%2CoCAAA%3BEACK%2CiCAAA%3BEACC%2CgCAAA%3BEAcJ%2C4BAAA%3B%3BAqKgsBY%2CoBAfR%2CcAII%2CEAWK%3BErKhtBf%2CmBqKitB8B%2CgBrKjtB9B%3BEACK%2CgBqKgtByB%2CgBrKhtBzB%3BEACC%2CeqK%2BsBwB%2CgBrK%5C%2FsBxB%3BEAcJ%2CWqKisB4B%2CgBrKjsB5B%3B%3BAqKgsBY%2CoBAfR%2CcAII%2CEAWK%2CMAIG%3BEACI%2CcAAA%3B%3BAALR%2CoBAfR%2CcAII%2CEAWK%2CMAQG%3BEACI%2CcAAA%3B%3BAATR%2CoBAfR%2CcAII%2CEAWK%2CMAYG%3BEACI%2CcAAA%3B%3BAAbR%2CoBAfR%2CcAII%2CEAWK%2CMAgBG%3BEACI%2CcAAA%3B%3BAAMpB%3BEACI%2CiBAAA%3B%3BAADJ%2CaAGI%2CEACI%3BEACI%2CWAAA%3BEACA%2CaAAA%3BEACA%2CcAAA%3BEACA%2CoBAAA%3BEACA%2CuBAAA%3BEACA%2CmBAAA%3BErKjuBZ%2CiBAAA%3BEqKmuBY%2CkBAAA%3B%3BAAEA%2CaAXR%2CEACI%2CMAUK%3BEACG%2CmBAAA%3B%3BAAGJ%2CaAfR%2CEACI%2CMAcK%3BEACG%2CmBAAA%3B%3BAAGJ%2CaAnBR%2CEACI%2CMAkBK%3BEACG%2CmBAAA%3B%3BAAGJ%2CaAvBR%2CEACI%2CMAsBK%3BEACG%2CmBAAA%3B%3BAAIR%2CaA5BJ%2CEA4BK%2CIAAI%3BEACD%2CoBAAA%3B%3BAAgCZ%2CWACI%3BEACI%2CUAAA%3BEACA%2CSAAA%3B%3BAAGR%2COACI%2C4BACI%2CqBAAoB%3BEAChB%2CqBAAA%3B%3BAAIZ%3BEACI%2CsBAAA%3B%3BAAEJ%2CMACI%2CEACI%3BE%5C%2FCtiCR%2C4BAAA%3BEtH6OF%2CiCAAA%3BEACK%2C8BAAA%3BEACC%2C6BAAA%3BEAcJ%2CyBAAA%3BEAhBF%2CoCAAA%3BEACK%2CiCAAA%3BEACC%2CgCAAA%3BEAcJ%2C4BAAA%3B%3BAqK4yBY%2CMAJR%2CEACI%2CKAGK%3BEACG%2CaAAa%2CmBAAb%3BEACA%2CgBAAA%3BEACA%2CSAAS%2COAAT%3BEACA%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BE%5C%2FChjChB%2C4BAAA%3BEtH6OF%2CiCAAA%3BEACK%2C8BAAA%3BEACC%2C6BAAA%3BEAcJ%2CyBAAA%3BEAhBF%2CoCAAA%3BEACK%2CiCAAA%3BEACC%2CgCAAA%3BEAcJ%2C4BAAA%3B%3BAqKuzBY%2CMAfR%2CEACI%2CKAcK%3BEACG%2CYAAA%3B%3BAAEA%2CMAlBZ%2CEACI%2CKAcK%2CMAGI%3BErK10BnB%2CmBqK20BkC%2CmBrK30BlC%3BEACK%2CgBqK00B6B%2CmBrK10B7B%3BEACC%2CeqKy0B4B%2CmBrKz0B5B%3BEAcJ%2CWqK2zBgC%2CmBrK3zBhC%3B%3BAqKo0BI%2CoBAAC%3BEACG%2CkBAAA%3B%3BAADJ%2CoBAAC%2COAGG%3BEACI%2CgBAAA%3BEACA%2CYAAA%3B%3BAALR%2CoBAAC%2COAGG%2CoBAII%2COACI%3BEACI%2CYAAA%3BEACA%2CgBAAgB%2CeAAhB%3BEACA%2CQAAQ%2CeAAR%3BEACA%2C0DAAA%3B%3BAAGJ%2CoBAfX%2COAGG%2CoBAII%2COAQK%2CMACG%3BEACI%2CUAAA%3BEACA%2CgBAAgB%2CYAAhB%3BEACA%2CQAAQ%2CYAAR%3B%3BAAQpB%2CoBAAC%3BEACG%2CkBAAA%3B%3BAADJ%2CoBAAC%2COAGG%3BEACI%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGI%2CoBARX%2COAGG%2CoBAII%2COACK%2CMACG%3BErKx3BtB%2CgCAAA%3BEACK%2C6BAAA%3BEACC%2C4BAAA%3BEAcJ%2CwBAAA%3B%3BAqKo3BI%2CmBAAC%2COACG%2CGACI%3BEACI%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAAEA%2CmBAPX%2COACG%2CGACI%2CKAKK%3BEACG%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2C8BAAA%3BEACA%2CmBAAA%3B%3BAAOhB%2CmBAAC%3BEACG%2CqBAAA%3BEACA%2CaAAA%3BEACA%2CsBAAA%3B%3BAAHJ%2CmBAAC%2COAKI%3BEACG%2CsBAAA%3BEACA%2CkBAAA%3B%3BAAKR%2CmBAAC%3BEACG%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CqCAAA%3B%3BAAIR%2CQACI%2CGACI%3BEACI%2CkBAAA%3B%3BAACA%2CQAHR%2CGACI%2CKAEK%3BEACG%2CSAAS%2CEAAT%3BEACA%2CWAAA%3BEACA%2CkBpKnnCI%2C4BoKmnCJ%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2COAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3B%3BAAOhB%2CCAAC%3BEACG%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CSAAA%3BEACA%2CoBAAA%3BEACA%2COpK%5C%2FnCQ%2CoBoK%2BnCR%3BEACA%2CyBpKhoCQ%2CoBoKgoCR%3BEACA%2CoBAAA%3B%3BAACA%2CCATH%2CwBASI%3BEACG%2COpKtoCS%2CyBoKsoCT%3BEACA%2CyBpKpoCI%2CoBoKooCJ%3B%3BAAKR%2CGAAG%2C0BAA0B%2CkBACzB%2CiBACI%2CGAAE%3BEACE%2CoBAAA%3BEACA%2C2BAAA%3BEACA%2CgBAAA%3B%3BAALZ%2CGAAG%2C0BAA0B%2CkBACzB%2CiBACI%2CGAAE%2CWAIE%3BEACI%2CmBAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3B%3BAAThB%2CGAAG%2C0BAA0B%2CkBACzB%2CiBACI%2CGAAE%2CWAIE%2CEAKI%3BEACI%2CkBAAA%3BEACA%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAEA%2CGAjBjB%2C0BAA0B%2CkBACzB%2CiBACI%2CGAAE%2CWAIE%2CEAKI%2CKAMK%3BEACG%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2COAAA%3BEACA%2CQAAA%3BEACA%2CWAAA%3BErKz%2BB1B%2C%2BBqK0%2BBiD%2CsCrK1%2BBjD%3BEACK%2C4BqKy%2BB4C%2CsCrKz%2BB5C%3BEACC%2C2BqKw%2BB2C%2CsCrKx%2BB3C%3BEAcJ%2CuBqK09B%2BC%2CsCrK19B%5C%2FC%3B%3BAqKm%2BBwB%2CGAjCrB%2C0BAA0B%2CkBACzB%2CiBACI%2CGAAE%2CWA4BG%2CgBACG%2CEACI%2CKACK%3BEACG%2CWAAA%3BEACA%2CkBpKlrCT%2C2BoKkrCS%3B%3BAAOxB%2CGA1CD%2C0BAA0B%2CkBA0CxB%2CQACG%2CiBACI%2CGAAE%2CWACE%3BEACI%2CoBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3B%3BAACA%2CGAjDjB%2C0BAA0B%2CkBA0CxB%2CQACG%2CiBACI%2CGAAE%2CWACE%2CEAIK%3BEACG%2CSAAS%2CEAAT%3BEACA%2CYAAA%3BEACA%2CcAAA%3BEACA%2CqBAAA%3BEACA%2CsBAAA%3BEACA%2CUAAA%3BEACA%2CyBAAA%3BErK1gC1B%2CmBqK2gCsC%2CarK3gCtC%3BEACK%2CgBqK0gCiC%2CarK1gCjC%3BEACC%2CeqKygCgC%2CarKzgChC%3BEAcJ%2CWqK2%5C%2FBoC%2CarK3%5C%2FBpC%3B%3BAqK%2B%5C%2FBgB%2CGA7Db%2C0BAA0B%2CkBA0CxB%2CQACG%2CiBACI%2CGAAE%2CWAiBG%2CgBACG%2CEACI%3BEACI%2COpKhtCR%2C4BoKgtCQ%3B%3BAACA%2CGAjEzB%2C0BAA0B%2CkBA0CxB%2CQACG%2CiBACI%2CGAAE%2CWAiBG%2CgBACG%2CEACI%2CKAEK%3BEACG%2CkBpKltCZ%2C4BoKktCY%3B%3BAAOR%2CGAzErB%2C0BAA0B%2CkBA0CxB%2CQACG%2CiBACI%2CGAAE%2CWA2BG%2CWACG%2CEACK%3BEACG%2CaAAA%3B%3BAAhCxB%2CGA1CD%2C0BAA0B%2CkBA0CxB%2CQAsCG%3BEACI%2CgBAAA%3B%3BAAQY%2CGAzFrB%2C0BAA0B%2CkBAoFxB%2COACG%2CiBACI%2CGAAE%2CWACE%2CEACI%2CKACK%3BEACG%2CaAAA%3B%3BAAIZ%2CGA9Fb%2C0BAA0B%2CkBAoFxB%2COACG%2CiBACI%2CGAAE%2CWAQG%2CgBACG%2CEACI%3BEACI%2COpKjvCR%2C4BoKivCQ%3B%3BAAQpB%2CwBAHyD%3BEAGzD%2CGAzGL%2C0BAA0B%2CkBAoFxB%2COACG%3BIAkBQ%2C6BAAA%3B%3B%3BAAKhB%2CGAAG%2C0BAA0B%2CQACzB%3BEACI%2CiBAAA%3B%3BAAKR%2CYACI%3BEACI%2CkBAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3B%3BAAGI%2CYAVR%2C8BASI%2C2BACK%3BEACG%2CaAAa%2CmBAAb%3BEACA%2CgBAAA%3BEACA%2CSAAS%2COAAT%3BEACA%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BE%5C%2FCp0ChB%2C4BAAA%3BEtH6OF%2CiCAAA%3BEACK%2C8BAAA%3BEACC%2C6BAAA%3BEAcJ%2CyBAAA%3BEAhBF%2CoCAAA%3BEACK%2CiCAAA%3BEACC%2CgCAAA%3BEAcJ%2C4BAAA%3B%3BAqK4kCQ%2CYAtBJ%2C8BAsBK%3BEACG%2CYAAA%3B%3BAAGI%2CYA1BZ%2C8BAsBK%2CMAGG%2CKACK%3BErKhmCnB%2CmBqKimCkC%2CmBrKjmClC%3BEACK%2CgBqKgmC6B%2CmBrKhmC7B%3BEACC%2CeqK%2BlC4B%2CmBrK%5C%2FlC5B%3BEAcJ%2CWqKilCgC%2CmBrKjlChC%3B%3BAqKqjCA%2CYAmCI%3BEACI%2CkBAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BE%5C%2FC51CR%2C4BAAA%3BEtH6OF%2CiCAAA%3BEACK%2C8BAAA%3BEACC%2C6BAAA%3BEAcJ%2CyBAAA%3BEAhBF%2CoCAAA%3BEACK%2CiCAAA%3BEACC%2CgCAAA%3BEAcJ%2C4BAAA%3B%3BAqKkmCI%2CYAAC%2CGACG%3BEACI%2C6BAAA%3BEACA%2CWAAA%3B%3BAAIR%2CYAAC%2CKACG%3BEACI%2CiBAAA%3BEACA%2CmBAAA%3B%3BAAGI%2CYANX%2CKACG%2C4BAII%2C2BACK%3BEACG%2CaAAa%2CmBAAb%3BEACA%2CgBAAA%3BEACA%2CSAAS%2COAAT%3BEACA%2CqBAAA%3BEACA%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BE%5C%2FCp3CpB%2C4BAAA%3BEtH6OF%2CiCAAA%3BEACK%2C8BAAA%3BEACC%2C6BAAA%3BEAcJ%2CyBAAA%3BEAhBF%2CoCAAA%3BEACK%2CiCAAA%3BEACC%2CgCAAA%3BEAcJ%2C4BAAA%3B%3BAqK4nCY%2CYAnBP%2CKACG%2C4BAkBK%3BEACG%2CsBAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3B%3BAAGI%2CYAzBf%2CKACG%2C4BAkBK%2CMAKG%2CKACK%3BErKlpCvB%2CmBqKmpCsC%2CmBrKnpCtC%3BEACK%2CgBqKkpCiC%2CmBrKlpCjC%3BEACC%2CeqKipCgC%2CmBrKjpChC%3BEAcJ%2CWqKmoCoC%2CmBrKnoCpC%3B%3BAqK4oCA%2CoBACI%3BEACI%2CkBAAA%3B%3BAAFR%2CoBAKI%3BEACI%2CkBAAA%3BEACA%2COAAA%3BEACA%2CQAAA%3BEACA%2CQAAA%3BEACA%2CUAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3BEACA%2CsBAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CoBAAA%3BEACA%2C0CAAA%3BErKhrCV%2CmBqKirCsB%2CgBrKjrCtB%3BEACK%2CgBqKgrCiB%2CgBrKhrCjB%3BEACC%2CeqK%2BqCgB%2CgBrK%5C%2FqChB%3BEAcJ%2CWqKiqCoB%2CgBrKjqCpB%3BEAhBF%2CgDAAA%3BEACK%2C6CAAA%3BEACC%2C4CAAA%3BEAcJ%2CwCAAA%3B%3BAqK4oCA%2CoBAKI%2CmBAoBI%3BEACI%2COpKn3CO%2C2BoKm3CP%3BErKtqCZ%2CaClNgB%2CwBDkNhB%3BEqKwqCY%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2C0BAAA%3B%3BAACA%2CoBA5BR%2CmBAoBI%2CqBAQK%3BAACD%2CoBA7BR%2CmBAoBI%2CqBASK%3BEACG%2CaAAA%3B%3BAAnChB%2CoBAKI%2CmBAiCI%3BEACI%2CkBAAA%3BEACA%2CapKt5CS%2C6BoKs5CT%3B%3BAAxCZ%2CoBAKI%2CmBAiCI%2CwBAGI%3BEACI%2CSAAA%3B%3BAAMhB%2CcACI%2CcACI%3BErK9sCV%2CmBqK%2BsC0B%2CarK%5C%2FsC1B%3BEACK%2CgBqK8sCqB%2CarK9sCrB%3BEACC%2CeqK6sCoB%2CarK7sCpB%3BEAcJ%2CWqK%2BrCwB%2CarK%5C%2FrCxB%3BEqKisCY%2CgBAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3B%3BAAEA%2CcARR%2CcACI%2CaAOK%3BErKrtCf%2CmBqKstC8B%2CcrKttC9B%3BEACK%2CgBqKqtCyB%2CcrKrtCzB%3BEACC%2CeqKotCwB%2CcrKptCxB%3BEAcJ%2CWqKssC4B%2CcrKtsC5B%3BEqKwsCgB%2CWAAA%3B%3BAAMhB%2CcACI%2CcACI%3BEACI%2CgBAAA%3BEACA%2CkBpKh6CQ%2C4BoKg6CR%3BEACA%2CcpKj6CQ%2C4BoKi6CR%3BEACA%2CWAAA%3B%3BAAEA%2CcAPR%2CcACI%2CaAMK%3BEACG%2CWAAA%3B%3BAAEJ%2CcAVR%2CcACI%2CaASK%3BEACG%2CYAAA%3B%3BAAKhB%2CYACI%2C6BACI%3BEACI%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3B%3BAALZ%2CYACI%2C6BAMI%2C6BACI%3BEACI%2CeAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CSAAA%3B%3BAAZhB%2CYACI%2C6BAMI%2C6BAOI%3BEACI%2CWAAA%3B%3BAAKhB%2CcACI%2C6BACI%2C6BACI%3BEACI%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAANhB%2CcACI%2C6BACI%2C6BAMI%3BEACI%2COpKx8CN%2CkBoKw8CM%3B%3BAAKhB%2CcACI%2C6BACI%3BEACI%2CmBAAA%3B%3BAAHZ%2CcACI%2C6BAII%2C6BACI%3BEACI%2CeAAA%3BEACA%2CkBAAA%3B%3BAAKhB%2CWACI%2C4BACI%3BEACI%2CkBAAA%3BEACA%2CWAAA%3B%3BAAJZ%2CWACI%2C4BAKI%2C4BACI%3BEACI%2CWAAA%3B%3BAARhB%2CWACI%2C4BAKI%2C4BAII%3BEACI%2CWAAA%3B%3BAAMhB%2CiBACI%3BEACI%2CoBAAA%3BEACA%2CkBpKh%5C%2FCY%2C4BoKg%5C%2FCZ%3BEACA%2CkBAAA%3B%3BAAJR%2CiBACI%2CmCAII%3BEACI%2CgBAAA%3BEACA%2CgBAAA%3BErKtzCd%2CmBqKuzC0B%2CiBrKvzC1B%3BEACK%2CgBqKszCqB%2CiBrKtzCrB%3BEACC%2CeqKqzCoB%2CiBrKrzCpB%3BEAcJ%2CWqKuyCwB%2CiBrKvyCxB%3BEqKyyCY%2CiBAAA%3BEACA%2CqBAAA%3B%3BAAXZ%2CiBACI%2CmCAII%2CmBAOI%3BAAZZ%2CiBACI%2CmCAII%2CmBAQI%3BEACI%2C0BAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAACA%2CiBAjBZ%2CmCAII%2CmBAOI%2CqBAMK%3BAAAD%2CiBAjBZ%2CmCAII%2CmBAQI%2CGAKK%3BAACD%2CiBAlBZ%2CmCAII%2CmBAOI%2CqBAOK%3BAAAD%2CiBAlBZ%2CmCAII%2CmBAQI%2CGAMK%3BEACG%2CaAAA%3B%3BAApBpB%2CiBACI%2CmCAuBI%3BEACI%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3BEACA%2CWAAW%2CiBAAX%3B%3BAAKJ%2CwBAJyD%3BEAIzD%2CiBAjCJ%2CmCAuBI%3BIAOQ%2CgBAAA%3BIACA%2CeAAA%3B%3B%3BAAhChB%2CiBAoCI%3BEACI%2CkBAAA%3B%3BAAGR%3BEACI%2CiBAAA%3BEACA%2CaAAA%3BEACA%2CuBAAA%3BEACA%2CmBAAA%3B%3BAAJJ%2CWAKM%3BEACE%2CWAAA%3BEACA%2CWAAA%3BEACA%2CqBAAA%3BEACA%2CyBAAA%3B%3BAATR%2CWAWM%3BEACE%2CqBAAA%3BEACA%2CaAAA%3BEACA%2CeAAA%3B%3BAAqBR%3BEACI%2CkBAAA%3B%3BAADJ%2CmBAEI%3BEACI%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CQAAA%3BEACA%2CWAAW%2CgBAAX%3BEACA%2CUAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3B%3BAACA%2CmBATJ%2CiCASK%3BAACD%2CmBAVJ%2CiCAUK%3BEACG%2CSAAS%2CEAAT%3BEACA%2CUAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2COAAA%3BEACA%2CQAAA%3BEACA%2CkBAAA%3BEACA%2CqBAAA%3BEACA%2CsBAAA%3BErK%5C%2F4Cd%2CiFAAA%3BEACK%2C8EAAA%3BEACC%2C6EAAA%3BEAcJ%2CyEAAA%3B%3BAqKm4CQ%2CmBAvBJ%2CiCAuBK%3BEACG%2CYAAA%3B%3BAACA%2CmBAzBR%2CiCAuBK%2CMAEI%3BErKr5Cf%2CmBqKs5C8B%2CarKt5C9B%3BEACK%2CgBqKq5CyB%2CarKr5CzB%3BEACC%2CeqKo5CwB%2CarKp5CxB%3BEAcJ%2CWqKs4C4B%2CarKt4C5B%3B%3BAqKy4CY%2CmBA7BR%2CiCAuBK%2CMAMI%3BErKz5Cf%2CmBqK05C8B%2CcrK15C9B%3BEACK%2CgBqKy5CyB%2CcrKz5CzB%3BEACC%2CeqKw5CwB%2CcrKx5CxB%3BEAcJ%2CWqK04C4B%2CcrK14C5B%3B%3BAqKg5CA%2COACI%2C6BACI%3BEACI%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CqBAAA%3B%3BAAKJ%2CwBAJ0D%3BEAI1D%2COAVJ%2C6BACI%3BIAMQ%2CaAAA%3BIACA%2CsBAAA%3B%3B%3BAAThB%2COACI%2C6BAWI%3BEACI%2CgBAAA%3BEACA%2CiBAAA%3B%3BAAdZ%2COAiBI%3BEACI%2CiBAAA%3BEACA%2CeAAA%3B%3BAACA%2COAHJ%2CyBAGK%3BEACG%2CaAAa%2CmBAAb%3BEACA%2CgBAAA%3BEACA%2CSAAS%2COAAT%3BE%5C%2FCpqDZ%2C4BAAA%3BEtH6OF%2CiCAAA%3BEACK%2C8BAAA%3BEACC%2C6BAAA%3BEAcJ%2CyBAAA%3BEAhBF%2CoCAAA%3BEACK%2CiCAAA%3BEACC%2CgCAAA%3BEAcJ%2C4BAAA%3B%3BAqK26CI%2COAAC%2CKACG%2C6BACI%3BEACI%2CeAAA%3B%3BAAHZ%2COAAC%2CKACG%2C6BAII%3BEACI%2CiBAAA%3B%3BAAIJ%2COAVP%2CKASG%2CyBACK%3BEACG%2CaAAA%3B%3BAAShB%2CUACI%3BEACI%2CkBAAA%3B%3BAACA%2CUAFJ%2C4BAEK%3BEACG%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2COAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CMAAA%3BErKx8CZ%2CsBAAA%3BEqK08CY%2CUAAA%3BE%5C%2FCvsDZ%2C4BAAA%3BEtH6OF%2CiCAAA%3BEACK%2C8BAAA%3BEACC%2C6BAAA%3BEAcJ%2CyBAAA%3BEAhBF%2CoCAAA%3BEACK%2CiCAAA%3BEACC%2CgCAAA%3BEAcJ%2C4BAAA%3BEqK48CY%2CUAAA%3BEACA%2CoBAAA%3B%3BAAdZ%2CUACI%2C4BAeI%3BEACI%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3BErKl%2BCd%2CmBqKm%2BC0B%2CgBrKn%2BC1B%3BEACK%2CgBqKk%2BCqB%2CgBrKl%2BCrB%3BEACC%2CeqKi%2BCoB%2CgBrKj%2BCpB%3BEAcJ%2CWqKm9CwB%2CgBrKn9CxB%3BEqKq9CY%2CYAAA%3BEACA%2CsBAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BErK1%2BCd%2CkDAAA%3BEACK%2C%2BCAAA%3BEACC%2C8CAAA%3BEAcJ%2C0CAAA%3BEqK69CY%2CUAAA%3BE%5C%2FC1tDZ%2C4BAAA%3BEtH6OF%2CiCAAA%3BEACK%2C8BAAA%3BEACC%2C6BAAA%3BEAcJ%2CyBAAA%3BEAhBF%2CoCAAA%3BEACK%2CiCAAA%3BEACC%2CgCAAA%3BEAcJ%2C4BAAA%3BEqK%2B9CY%2CUAAA%3BEACA%2CoBAAA%3B%3BAAGA%2CUAnCR%2C4BAkCK%2CMACI%3BEACG%2CYAAA%3B%3BAAFR%2CUAlCJ%2C4BAkCK%2CMAIG%3BEACI%2CUAAA%3BEACA%2CYAAA%3B%3BAAYJ%2CsBAFR%2CWACK%2CMACI%3BAAAD%2CwBAFR%2CWACK%2CMACI%3BEACG%2CUAAA%3B%3BAALhB%2CsBASI%3BAARJ%2CwBAQI%3BEACI%2CsBAAA%3BEACA%2CaAAA%3B%3BAAXR%2CsBASI%2CyBAGI%3BAAXR%2CwBAQI%2CyBAGI%3BEACI%2CwBAAA%3B%3BAAbZ%2CsBAgBI%3BAAfJ%2CwBAeI%3BEACI%2CkBAAA%3B%3BAAjBR%2CsBAgBI%2C6BAEI%3BAAjBR%2CwBAeI%2C6BAEI%3BEACI%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3B%3BAAvBZ%2CsBA0BI%2CqBACI%3BAA1BR%2CwBAyBI%2CqBACI%3BEACI%2CaAAA%3B%3BAAIZ%3BEACI%2CkBAAA%3B%3BAAEJ%3BEACI%2CoBAAA%3B%3BAAEJ%2CYAKI%2C0BAAyB%2CIAAI%3BEACzB%2CcAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3B%3BAAwBZ%2CwBAR%2BC%2CuBAAkC%3BEAC7E%2CYACI%3BIACI%2C2BAAA%3BIACA%2CYAAA%3B%3B%3B%3BACzwDR%3BEACI%2CkBAAA%3B%3BAAKJ%3BEACI%2CUAAA%3B%3BAADJ%2CaAGI%3BEACI%2CSAAA%3B%3BAAJR%2CaAQI%2CoBACI%3BEtKwMR%2CiBAAA%3BEAAA%2CyBAAA%3BEAAA%2CgBAAA%3B%3BAsKjNA%2CaAiBI%3BEACI%2CaAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3B%3BAApBR%2CaAiBI%2CcAKI%3BEACI%2CmBAAA%3BEACA%2CiBAAA%3B%3BAAxBZ%2CaAiBI%2CcAUI%3BEACI%2CSAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3B%3BAA9BZ%2CaAiBI%2CcAUI%2CmBAKI%3BEACI%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3B%3BAAGI%2CaArBhB%2CcAUI%2CmBAKI%2CGAKI%2CEACK%2CIAAI%3BEACD%2COrKlCd%2CkBqKkCc%3B%3BAAvCxB%2CaA%2BCI%2CYACI%3BEACI%2CkBAAA%3B%3BAArFZ%2CaAmFI%2CYACI%2CaApFP%3BEtKqPD%2CSCiJkB%2CODjJlB%3BEAAA%2CaCyIsB%2CYDzItB%3BEAAA%2CiBAAA%3BEAAA%2COC1LiB%2CyBD0LjB%3BEAAA%2CmBAAA%3BEAAA%2CkBAAA%3BEAAA%2CqBAAA%3BEsH7PA%2C4BAAA%3BEtH6OF%2CiCAAA%3BEACK%2C8BAAA%3BEACC%2C6BAAA%3BEAcJ%2CyBAAA%3BEAhBF%2CoCAAA%3BEACK%2CiCAAA%3BEACC%2CgCAAA%3BEAcJ%2C4BAAA%3BEsK3OI%2CmCAAA%3B%3BAAIA%2CaAqEA%2CYACI%2CaAvEP%2CMACI%3BEACG%2COrKwBY%2C4BqKxBZ%3B%3BAA0EI%2CaANR%2CYACI%2CaAKK%3BEtK4Jb%2COC9MoB%2C4BD8MpB%3B%3BAsKjNA%2CaA%2BCI%2CYA3GJ%3BAA4DA%2CaA%2BCI%2CYA1GJ%3BEtKAA%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAsKoDA%2CaA8DI%2COAAM%2COAAO%3BAA9DjB%2CalKwDA%2CMAAK%2CcAiED%2CiBAGM%2CUkK9DA%2COAAO%3BEACT%2CcAAA%3BEtKkJR%2CYC9MoB%2C4BD8MpB%3BEAAA%2CeAAA%3BEAAA%2C0BAAA%3BEsK5IQ%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3B%3BAA5GR%2CaAkGI%2COAAM%2COAAO%2COAlGhB%3BAAAD%2CalK4FA%2CMAAK%2CcAiED%2CiBAGM%2CUkK9DA%2COAAO%2COAlGhB%3BEtKqPD%2CSCiJkB%2CODjJlB%3BEAAA%2CaCyIsB%2CYDzItB%3BEAAA%2CiBAAA%3BEAAA%2CWAAA%3BEAAA%2CmBAAA%3BEAAA%2CkBAAA%3BEAAA%2CqBAAA%3BEsH7PA%2C4BAAA%3BEtH6OF%2CiCAAA%3BEACK%2C8BAAA%3BEACC%2C6BAAA%3BEAcJ%2CyBAAA%3BEAhBF%2CoCAAA%3BEACK%2CiCAAA%3BEACC%2CgCAAA%3BEAcJ%2C4BAAA%3BEsK3OI%2CmCAAA%3B%3BAAIA%2CaAoFA%2COAAM%2COAAO%2COArFhB%2CMACI%3BAAAD%2CalK8EJ%2CMAAK%2CcAiED%2CiBAGM%2CUkK9DA%2COAAO%2COArFhB%2CMACI%3BEACG%2COrKwBY%2C4BqKxBZ%3B%3BAAqBR%2CaA8DI%2COAAM%2COAAO%2COA1HjB%3BAA4DA%2CaA8DI%2COAAM%2COAAO%2COAzHjB%3BAA2DA%2CalKwDA%2CMAAK%2CcAiED%2CiBAGM%2CUkK9DA%2COAAO%2COA1HjB%3BAA4DA%2CalKwDA%2CMAAK%2CcAiED%2CiBAGM%2CUkK9DA%2COAAO%2COAzHjB%3BEtKAA%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAsKoDA%2CaA2EI%3BEtKsIJ%2CkBAAA%3BEAAA%2CiDAAA%3BEAAA%2COC7MmB%2C2BD6MnB%3BEAAA%2CcAAA%3BEsKhIQ%2CgBAAA%3BEACA%2CaAAA%3B%3BAAlFR%2CaAqFI%3BEACI%2CaAAA%3BEACA%2CarKjGiB%2CiCqKiGjB%3BEACA%2C6BAAA%3B%3BAAGI%2CaANR%2CuBAKI%2CSACK%2CIAAI%3BEtKsHjB%2COC7MmB%2C2BD6MnB%3B%3BAsKjNA%2CaAiGI%3BEACI%2CkBAAA%3BEACA%2CsBAAA%3BEACA%2CUAAA%3BEACA%2CSAAA%3BEACA%2COAAA%3BEACA%2CQAAA%3B%3BAAvGR%2CaAiGI%2CsBAQI%3BEACI%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BAA7GZ%2CaAiGI%2CsBAQI%2CeAMI%3BEACI%2CaAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3B%3BAAlHhB%2CaAiGI%2CsBAQI%2CeAMI%2CmBAKI%3BEACI%2CmBAAA%3BEACA%2CaAAA%3BEACA%2CeAAA%3BEACA%2CSAAA%3BEACA%2CcAAA%3B%3BAAzHpB%2CaAiGI%2CsBAQI%2CeAMI%2CmBAaI%3BEACI%2COAAA%3B%3BAA7HpB%2CaAiGI%2CsBAQI%2CeAMI%2CmBAiBI%2CyBAAyB%2CiBAAiB%2CQAAO%3BEAC7C%2CoBAAA%3B%3BAAjIpB%2CaAiGI%2CsBAqCI%3BEACI%2CeAAA%3BEACA%2C6BAAA%3BEACA%2CSAAA%3B%3BAAzIZ%2CaAiGI%2CsBA2CI%3BEACI%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3B%3BAA%5C%2FIZ%2CaAiGI%2CsBA2CI%2CWAKI%3BEACI%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3B%3BAAtJhB%2CaA2JI%2CkBACI%3BEhDxMR%2C4BAAA%3BEtH6OF%2CiCAAA%3BEACK%2C8BAAA%3BEACC%2C6BAAA%3BEAcJ%2CyBAAA%3BEAhBF%2CoCAAA%3BEACK%2CiCAAA%3BEACC%2CgCAAA%3BEAcJ%2C4BAAA%3B%3BAsKjDQ%2CaALJ%2CkBAKK%2CQACG%3BEACI%2CkBAAA%3B%3BAAEA%2CaATZ%2CkBAKK%2CQACG%2C4BAGK%3BEACG%2CkBrKlKA%2C4BqKkKA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CMAAA%3BEtKyBtB%2CmCsKvBkD%2C4CtKuBlD%3BEACK%2CgCsKxB6C%2C4CtKwB7C%3BEACC%2C%2BBsKzB4C%2C4CtKyB5C%3BEAcJ%2C2BsKvCgD%2C4CtKuChD%3BEsKrCoB%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2COAAA%3BEACA%2CQAAA%3BEACA%2CUAAA%3BEACA%2CYAAA%3B%3BAAnBZ%2CaALJ%2CkBAKK%2CQAuBG%2CeACI%3BEACI%2CUAAA%3BEACA%2CkBAAA%3B%3BAAMhB%2CaAAC%3BEACG%2CWAAA%3B%3BAADJ%2CaAAC%2CmBAGG%3BEACI%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CSAAA%3B%3BAA3MZ%2CaA%2BMI%2CaACI%2COAAM%3BEACF%2CkBAAA%3B%3BAAjNZ%2CaA%2BMI%2CaACI%2COAAM%2COAGF%3BEACI%2CSAAA%3B%3BAApNhB%2CaA%2BMI%2CaACI%2COAAM%2COAGF%2CSAGI%3BEACI%2C6BAAA%3BEACA%2CoBAAA%3BEACA%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEtKXpB%2CeCnMoB%2C4BDmMpB%3BEsKaoB%2CqBAAA%3B%3BAA9NpB%2CaA%2BMI%2CaAoBI%2CqBACI%3BEtKnBZ%2CeCnMoB%2C4BDmMpB%3B%3BAsKjNA%2CaA%2BMI%2CaAoBI%2CqBAMI%3BEACI%2CsBAAA%3BEACA%2CYAAA%3BEACA%2CoBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3B%3BAA9OhB%2CaA%2BMI%2CaAoBI%2CqBAMI%2CkBAOI%3BEACI%2C4BAAA%3BEACA%2CoBAAA%3BEACA%2CmBAAA%3BEACA%2C8BAAA%3B%3BAApPpB%2CaA%2BMI%2CaAoBI%2CqBAMI%2CkBAOI%2CeAMI%3BEACI%2CkBAAA%3B%3BAAvPxB%2CaA%2BMI%2CaAoBI%2CqBAMI%2CkBAOI%2CeAUI%2CIACI%3BEtK1CxB%2CqBAAA%3BEyB9QA%2CqBAAA%3B%3BAAMA%2Ca6IsQI%2CaAoBI%2CqBAMI%2CkBAOI%2CeAUI%2CIACI%2CE7IlTvB%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BEzB9DA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CcAAA%3BEAAA%2CS0B9NQ%2CO1B8NR%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CsBAAA%3BEyBqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BA6I1RA%2CaA%2BMI%2CaAoBI%2CqBAMI%2CkBA0BI%3BEACI%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3B%3BAAOI%2CaA9DpB%2CaAoBI%2CqBAuCI%2CkBAAiB%2CiBACb%2CaACI%2CGACK%3BEACG%2CkBrK3QR%2C4BqK2QQ%3B%3BAA9Q5B%2CaA%2BMI%2CaAoBI%2CqBAkDI%3BEtKpEZ%2CSAAA%3BEAAA%2CUAAA%3BED1KA%2CqBAAA%3BEuKgPgB%2CmBAAA%3B%3BAAvRhB%2CaA%2BMI%2CaAoBI%2CqBAkDI%2CYvKxOV%3BEACE%2CqBAAA%3BEACA%2CmBAAA%3B%3BAuK%5C%2FCJ%2CaA%2BMI%2CaAoBI%2CqBAkDI%2CYAII%3BEACI%2CcAAA%3B%3BAAGI%2CaA9EpB%2CaAoBI%2CqBAkDI%2CYAII%2CGAGI%2CEACK%2CIAAI%3BEACD%2COrKzRlB%2CkBqKyRkB%3B%3BAAIR%2CaAnFhB%2CaAoBI%2CqBAkDI%2CYAII%2CGASK%2CSACG%3BEACI%2C0BAAA%3BEACA%2COrKlSR%2C4BqKkSQ%3B%3BAAWhB%2CaAFR%2CYACI%2CSACK%3BEACG%2CSAAS%2CEAAT%3BEvGrJlB%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2C8BAAA%3BEACA%2CgCAAA%3BEACA%2CiCAAA%3BEACA%2C%2BBAAA%3BE%5C%2FDgDE%2CWAAA%3BEAAA%2CYAAA%3BE%2BD7CF%2CkBAAA%3BEACA%2C6CAAA%3BEACA%2CcAAA%3BE%5C%2FD2BA%2CgDAAA%3BEACK%2C6CAAA%3BEACC%2C4CAAA%3BEAcJ%2CwCAAA%3BEsKoGgB%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3BEACA%2CQAAA%3BEACA%2CoBAAA%3B%3BAAMA%2CaAlBZ%2CYAgBK%2CQACG%2CSACK%3BEACG%2CUAAA%3BEACA%2CuBAAA%3B%3BAAMhB%2CaAAC%2CIAAI%2CqBACD%2CaAAY%2CIAAI%3BEACZ%2CaAAA%3BEACA%2CsBAAA%3BEACA%2CmBAAA%3BEACA%2CYAAA%3B%3BAALR%2CaAAC%2CIAAI%2CqBACD%2CaAAY%2CIAAI%2CuBAMZ%2CqBAAqB%2CkBAAkB%3BEACnC%2CSAAA%3BEACA%2C4BAAA%3B%3BAATZ%2CaAAC%2CIAAI%2CqBACD%2CaAAY%2CIAAI%2CuBAWZ%2COAAM%3BEACF%2CkBAAA%3B%3BAAbZ%2CaAAC%2CIAAI%2CqBACD%2CaAAY%2CIAAI%2CuBAWZ%2COAAM%2COAGF%3BEACI%2CSAAA%3B%3BAAhBhB%2CaAAC%2CIAAI%2CqBACD%2CaAAY%2CIAAI%2CuBAmBZ%3BEACI%2CuBAAA%3B%3BAAKZ%2CaAAC%3BEACG%2CWAAA%3BEACA%2CWAAA%3B%3BAAFJ%2CaAAC%2CmBAIG%2CaACI%3BEACI%2CgBAAA%3B%3BAANZ%2CaAAC%2CmBAUG%2CaAAY%2CIAAI%2CuBACZ%2COAAM%3BEACF%2COAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3B%3BAAdZ%2CaAAC%2CmBAUG%2CaAAY%2CIAAI%2CuBAOZ%3BEACI%2COAAA%3BEACA%2CkBAAA%3B%3BAAnBZ%2CaAAC%2CmBAwBG%2CSACI%3BEACI%2CgBAAA%3B%3BAA1BZ%2CaAAC%2CmBA8BG%3BEACI%2CWAAA%3B%3BAA%5C%2FBR%2CaAAC%2CmBAkCG%2CYAAY%2CSAAQ%3BEAChB%2CWAAA%3B%3BAAIR%2CaAAC%2CmBACG%3BEACI%2CkBAAA%3BEACA%2CUAAA%3B%3BAAHR%2CaAAC%2CmBAMG%3BEACI%2CkBAAA%3B%3BAAPR%2CaAAC%2CmBAUG%3BEtKlNV%2CwBAAA%3BEACK%2CqBAAA%3BEACC%2CoBAAA%3BEAcJ%2CgBAAA%3BE%2BDnHH%2CeAAA%3BEACA%2CMAAA%3BEACG%2CSAAA%3BEACH%2CsBAAA%3BE%5C%2FDgHG%2CQAAA%3BE%2BD9GH%2CgBAAA%3BEACA%2CSAAA%3BE%5C%2FD6FC%2CmB%2BD%5C%2FGqB%2CuB%5C%2FD%2BGrB%3BEACK%2CgB%2BDhHgB%2CuB%5C%2FDgHhB%3BEACC%2Ce%2BDjHe%2CuB%5C%2FDiHf%3BEAcJ%2CW%2BD%5C%2FHmB%2CuB%5C%2FD%2BHnB%3BEAhBF%2CiDAAA%3BEACK%2C8CAAA%3BEACC%2C6CAAA%3BEAcJ%2CyCAAA%3BEAAA%2CYAAA%3BEAAA%2CUAAA%3BEAAA%2CgBAAA%3BEsKoMY%2CaAAA%3BEACA%2CsBAAA%3BEACA%2CaAAA%3B%3BAAEA%2CaAhBP%2CmBAUG%2CaAMK%3BEtKxNf%2CuBAAA%3BEACK%2CoBAAA%3BEACC%2CmBAAA%3BEAcJ%2CeAAA%3B%3BAsKwLI%2CaAAC%2CmBAqBG%3BEACI%2CsBAAA%3BEACA%2CSAAA%3B%3BAAvBR%2CaAAC%2CmBA0BG%3BEACI%2C2BAAA%3BEACA%2CgCAAA%3BEACA%2CaAAA%3BEACA%2C8BAAA%3BEACA%2CmBAAA%3B%3BAA%5C%2FBR%2CaAAC%2CmBA0BG%2CoBAOI%3BEACI%2CSAAA%3B%3BAAlCZ%2CaAAC%2CmBAsCG%2CMAAK%3BAAtCT%2CaAAC%2CmBAuCG%3BEACI%2CaAAA%3BEACA%2CsBAAA%3BEACA%2COAAA%3BEACA%2CYAAA%3B%3BAA3CR%2CaAAC%2CmBAsCG%2CMAAK%2CWAOD%3BAA7CR%2CaAAC%2CmBAuCG%2C4BAMI%3BAA7CR%2CaAAC%2CmBAsCG%2CMAAK%2CWAQD%2CeAAe%3BAA9CvB%2CaAAC%2CmBAuCG%2C4BAOI%2CeAAe%3BEACX%2COAAA%3B%3BAA%5C%2FCZ%2CaAAC%2CmBAmDG%3BEACI%2CgBAAA%3B%3BAApDR%2CaAAC%2CmBAmDG%2CsBAGI%3BEACI%2CSAAA%3B%3BAAvDZ%2CaAAC%2CmBAmDG%2CsBAOI%2CeAAe%3BEACX%2CkBAAA%3BEACA%2CaAAA%3BEACA%2CsBAAA%3B%3BAA7DZ%2CaAAC%2CmBAiEG%3BEACI%2CmBAAA%3BEACA%2CkBAAA%3B%3BAAnER%2CaAAC%2CmBAiEG%2C0BAII%3BEACI%2CsBAAA%3B%3BAAtEZ%2CaAAC%2CmBAiEG%2C0BAII%2CkBAGI%3BEACI%2CWAAA%3BEtKjQpB%2CeCnMoB%2C4BDmMpB%3BEsKmQoB%2CgBAAA%3B%3BAAMQ%2CaAjFvB%2CmBAiEG%2C0BAII%2CkBASI%2CkBACI%2CgBACI%2CGACK%3BEtKzQ7B%2CkBC9MoB%2C4BD8MpB%3B%3BAsKwLI%2CaAAC%2CmBA0FG%2COAAM%2COAAO%3BAA1FjB%2CaAAC%2CmBlKjVL%2CMAAK%2CcAiED%2CiBAGM%2CUkKuWI%2COAAO%3BEACT%2CuBAAA%3BEACA%2CcAAA%3B%3BAAEA%2CaA9FP%2CmBA0FG%2COAAM%2COAAO%2COAIR%3BAAAD%2CaA9FP%2CmBlKjVL%2CMAAK%2CcAiED%2CiBAGM%2CUkKuWI%2COAAO%2COAIR%3BEACG%2CiBAAA%3BEACA%2COrKreG%2C2BqKqeH%3B%3BAAhGZ%2CaAAC%2CmBAoGG%3BEACI%2CkBAAA%3BEACA%2CgCAAA%3B%3BAAtGR%2CaAAC%2CmBA0GG%3BEACI%2CkBAAA%3BEACA%2COAAA%3BEACA%2CSAAA%3BEACA%2CiBAAA%3B%3BAA9GR%2CaAAC%2CmBA0GG%2CeAMI%3BEACI%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CSAAA%3BEACA%2COAAA%3BEACA%2CQAAA%3BEACA%2CcAAA%3BEACA%2CSAAA%3B%3BAAGI%2CaA3Hf%2CmBA0GG%2CeAMI%2CeAUI%2CGACK%2CaACG%3BEACI%2CgBAAA%3B%3BAAQxB%2CaAAC%2CqBAEG%3BAADJ%2CaAAC%2CmBACG%3BEACI%2CaAAA%3B%3BAAHR%2CaAAC%2CqBAMG%3BAALJ%2CaAAC%2CmBAKG%3BEACI%2CkBAAA%3B%3BAAPR%2CaAAC%2CqBAMG%2CaAGI%3BAARR%2CaAAC%2CmBAKG%2CaAGI%3BEACI%2CkBAAA%3B%3BAAVZ%2CaAAC%2CqBAMG%2CaAOI%3BAAZR%2CaAAC%2CmBAKG%2CaAOI%3BAAbR%2CaAAC%2CqBAMG%2CaAQI%3BAAbR%2CaAAC%2CmBAKG%2CaAQI%3BEAEI%2CaAAA%3B%3BAAhBZ%2CaAAC%2CqBAMG%2CaAaI%3BAAlBR%2CaAAC%2CmBAKG%2CaAaI%3BEACI%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CaAAA%3B%3BAAtBZ%2CaAAC%2CqBAMG%2CaAaI%2C4BAKI%3BAAvBZ%2CaAAC%2CmBAKG%2CaAaI%2C4BAKI%3BEACI%2CoBAAA%3B%3BAAMhB%2CaAAC%2CqBACG%3BEACI%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAHR%2CaAAC%2CqBAMG%3BEACI%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CQAAA%3BEACA%2CaAAA%3B%3BAAVR%2CaAAC%2CqBAMG%2CaAMI%3BEACI%2CaAAA%3B%3BAAbZ%2CaAAC%2CqBAMG%2CaAUI%3BEACI%2CgBAAA%3BEACA%2CsBAAA%3B%3BAAlBZ%2CaAAC%2CqBAMG%2CaAUI%2CaAII%2COAAM%3BEACF%2CWAAA%3B%3BAAMR%2CaA3BP%2CqBA0BG%2CcAAc%2CYAAY%2CSACrB%3BEACG%2CWAAA%3B%3BAA5BZ%2CaAAC%2CqBAgCG%3BEACI%2CWAAA%3B%3BAAIR%2CaAAC%3BEACG%2CUAAA%3B%3BAADJ%2CaAAC%2CkBAGG%3BEACI%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3B%3BAANR%2CaAAC%2CkBASG%3BEACI%2CkBAAA%3BEACA%2CUAAA%3B%3BAAXR%2CaAAC%2CkBAeG%3BEACI%2CeAAA%3BEACA%2CsBAAA%3BEACA%2CMAAA%3BEACA%2COAAA%3BEACA%2CQAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEtKzad%2CmBsK0a0B%2CiBtK1a1B%3BEACK%2CgBsKyaqB%2CiBtKzarB%3BEACC%2CesKwaoB%2CiBtKxapB%3BEAcJ%2CWsK0ZwB%2CiBtK1ZxB%3B%3BAsK6ZY%2CaA5BP%2CkBAeG%2CaAaK%3BEACG%2CUAAA%3BEtK9alB%2CmBsK%2Ba8B%2CatK%5C%2Fa9B%3BEACK%2CgBsK8ayB%2CatK9azB%3BEACC%2CesK6awB%2CatK7axB%3BEAcJ%2CWsK%2BZ4B%2CatK%5C%2FZ5B%3B%3BAsKiYI%2CaAAC%2CkBAeG%2CaAmBK%3BEACG%2CUAAA%3BEtKpahB%2CWCrOgB%2CwBDqOhB%3BEsKsagB%2CYAAA%3B%3BAArCZ%2CaAAC%2CkBAeG%2CaAyBI%2CqBACI%3BEACI%2CkBAAA%3BEACA%2CmBAAA%3B%3BAA3ChB%2CaAAC%2CkBAeG%2CaAyBI%2CqBACI%2CYAII%2CGACI%3BEACI%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAhDxB%2CaAAC%2CkBAeG%2CaAuCI%2CoBACI%3BEACI%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2C0BAAA%3B%3BAA3DhB%2CaAAC%2CkBAeG%2CaAgDI%2COAAM%2COACF%2CSACI%3BEACI%2CYAAA%3BEACA%2CkBAAA%3BEtKpcxB%2CiBAAA%3B%3BAsKiYI%2CaAAC%2CkBAeG%2CaAgDI%2COAAM%2COACF%2CSAOI%3BEACI%2CWAAA%3B%3BAAGJ%2CaA3Ef%2CkBAeG%2CaAgDI%2COAAM%2COACF%2CSAWK%3BEACG%2CWAAA%3B%3BAA5EpB%2CaAAC%2CkBAeG%2CaAgDI%2COAAM%2COAiBF%2COAAM%2COAAO%3BAAhFzB%2CaAAC%2CkBAeG%2CaAgDI%2COAAM%2COlKzlBlB%2CMAAK%2CcAiED%2CiBAGM%2CUkKsiBY%2COAAO%3BEtKjd7B%2CeCnMoB%2C4BDmMpB%3BEsKmdoB%2CQAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3BEACA%2CsBAAA%3B%3BAAEA%2CaAvFf%2CkBAeG%2CaAgDI%2COAAM%2COAiBF%2COAAM%2COAAO%2COAOR%3BAAAD%2CaAvFf%2CkBAeG%2CaAgDI%2COAAM%2COlKzlBlB%2CMAAK%2CcAiED%2CiBAGM%2CUkKsiBY%2COAAO%2COAOR%3BEACG%2CWAAA%3B%3BAAGJ%2CaA3Ff%2CkBAeG%2CaAgDI%2COAAM%2COAiBF%2COAAM%2COAAO%2COAWR%3BAAAD%2CaA3Ff%2CkBAeG%2CaAgDI%2COAAM%2COlKzlBlB%2CMAAK%2CcAiED%2CiBAGM%2CUkKsiBY%2COAAO%2COAWR%3BEACG%2CsBAAA%3B%3BAA5FpB%2CaAAC%2CkBAeG%2CaAkFI%3BEtKleZ%2CiBAAA%3B%3BAsKiYI%2CaAAC%2CkBAeG%2CaAsFI%3BEACI%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CgCAAA%3B%3BAAzGZ%2CaAAC%2CkBAeG%2CaA6FI%3BEACI%2CgBAAA%3B%3BAA7GZ%2CaAAC%2CkBAeG%2CaA6FI%2CsBAGI%3BEACI%2CgBAAA%3BEACA%2CiBAAA%3B%3BAAjHhB%2CaAAC%2CkBAeG%2CaAsGI%3BEACI%2CeAAA%3B%3BAvGplBhB%2CauGylBK%2CkBAEG%2CiBACI%2CEvG5lBX%3BAAAD%2CauG0lBK%2CmBACG%2CiBACI%2CEvG5lBX%3BEACG%2CSAAS%2CEAAT%3BEACN%2CcAAA%3BEACM%2CeAAA%3BEACN%2CUAAA%3BEACM%2CMAAA%3BEACA%2COAAA%3BEACA%2CQAAA%3BEACA%2CaAAA%3BEACA%2CUAAA%3BEACA%2CoBAAA%3BE%5C%2FDmFJ%2C8BAAA%3BEAhBF%2CwBAAA%3BEACK%2CqBAAA%3BEACC%2CoBAAA%3BEAcJ%2CgBAAA%3BE%2BDhFI%2CYAAY%2CmCAAZ%3B%3BAuGslBJ%3BEACI%2CgBAAA%3B%3BAvGnlBP%2CYuGqlBO%2CcAAc%2CiBAAiB%2CEvGrlBrC%3BEACA%2CUAAA%3BEACA%2CuBAAA%3B%3BAuGwlBE%3BEACI%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CQAAA%3BEACA%2CeAAA%3BEtKriBN%2CmBsKsiBkB%2CgBtKtiBlB%3BEACK%2CgBsKqiBa%2CgBtKriBb%3BEACC%2CesKoiBY%2CgBtKpiBZ%3BEAcJ%2CWsKshBgB%2CgBtKthBhB%3BEKzDA%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2C4BAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3BELgDA%2CgBAAA%3B%3BAK7CA%2CaAAC%3BAACD%2CaAAC%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CaAAC%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CaAAC%3BAACD%2CaAAC%3BAACD%2CQAAQ%2CUAAW%3BEACf%2CoBAAA%3BEL%2BBJ%2CYAAA%3B%3BA%2BDjKA%2CaAAC%3BE%5C%2FDiKD%2CSCYiB%2CODZjB%3BEAAA%2C6BAAA%3BEAAA%2CeAAA%3BEAAA%2CcAAA%3BEAAA%2COC7MmB%2C2BD6MnB%3BEAAA%2CmBAAA%3BEAAA%2CkBAAA%3BEAAA%2CqBAAA%3BE%2BDxJI%2CoBAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3BEACA%2CmCAAA%3BEuDxGJ%2C4BAAA%3BEtH6OF%2CiCAAA%3BEACK%2C8BAAA%3BEACC%2C6BAAA%3BEAcJ%2CyBAAA%3BEAhBF%2CoCAAA%3BEACK%2CiCAAA%3BEACC%2CgCAAA%3BEAcJ%2C4BAAA%3B%3BA%2BDvIJ%2CgBAV2C%3BEACnC%2CaAAC%3BEACD%2CaAAC%3BI%5C%2FD%2BIL%2COC7MmB%2C2BD6MnB%3B%3BE%2BD7IQ%2CaAHH%2CMAGI%3BEAAD%2CaAFH%2COAEI%3BI%5C%2FD6HX%2CmB%2BD5H0B%2Cc%5C%2FD4H1B%3BIACK%2CgB%2BD7HqB%2Cc%5C%2FD6HrB%3BIACC%2Ce%2BD9HoB%2Cc%5C%2FD8HpB%3BIAcJ%2CW%2BD5IwB%2Cc%5C%2FD4IxB%3B%3B%3BAsK2hBI%2CaAAC%3BEACG%2CaAAA%3B%3BAAKJ%2CKADC%2CWACA%2CQACG%3BEACI%2CaAAA%3B%3BAC50BZ%3BEACI%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAFJ%2CWAGM%3BEACE%2CcAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3B%3BAANR%2CWAQI%2CcACI%2CcACI%2CaACI%3BEACI%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CoBAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3BEACD%2CuBAAA%3BEACC%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAAGA%2CWAjBhB%2CcACI%2CcACI%2CaAcI%2CSACK%3BEACG%2CSAAS%2CEAAT%3BEACA%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CqCAAA%3BEACA%2C6BAAA%3B%3BAApCxB%2CWAQI%2CcAiCM%3BEAIE%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CMAAA%3BEACA%2CkCAAA%3BEACA%2C2BAAA%3BEACA%2C4CAAA%3BEACA%2CyBAAA%3BEACA%2CiCAAA%3BEACA%2C4BAAA%3BEACA%2C6BAAA%3BEACA%2CUAAA%3BEACA%2CaAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAAjBA%2CmBAHoC%3BEAGpC%2CWArCR%2CcAiCM%3BIAEM%2CaAAA%3B%3B%3BAAoBJ%2CWAvDR%2CcAiCM%2CWAsBG%3BEACG%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3BEAEA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CkCAAA%3BEACA%2C8BAAA%3BEACA%2CqCAAA%3BEACA%2CUAAA%3B%3BAA1EhB%2CWAQI%2CcAiCM%2CWAmCE%3BEACI%2CiBAAA%3B%3BAA7EhB%2CWAQI%2CcAiCM%2CWAmCE%2CmBAEI%3BEACI%2CeAAA%3B%3BAA%5C%2FEpB%2CWAQI%2CcAiCM%2CWAmCE%2CmBAKI%3BEACI%2CuBAAA%3B%3BAAlFpB%2CWAQI%2CcAiCM%2CWAmCE%2CmBAQI%3BEACI%2CkBAAA%3B%3BAArFpB%2CWAQI%2CcAiCM%2CWAmCE%2CmBAQI%2CaAEI%3BEACI%2CuBAAA%3BEACA%2CmBAAA%3BEACA%2CatKZC%2CiCsKYD%3B%3BAAzFxB%2CWAQI%2CcAiCM%2CWAmCE%2CmBAgBI%2CcACI%3BEACI%2CcAAA%3BEACA%2CaAAA%3BEACA%2CkBtKJL%2C2BsKIK%3BEACA%2CyBAAA%3BEvKwMxB%2CiBAAA%3BEuKtMwB%2CuBAAA%3B%3BAACA%2CWA5FpB%2CcAiCM%2CWAmCE%2CmBAgBI%2CcACI%2CkBAOK%3BEACG%2CkBtKTT%2C2BsKSS%3BEACA%2CctKVT%2C2BsKUS%3BEACA%2CYAAA%3B%3BAAvG5B%2CWAQI%2CcAiCM%2CWAmCE%2CmBA%2BBI%2CaACI%3BEACI%2CcAAA%3BEACA%2CaAAa%2CmCAAb%3BEACA%2CeAAA%3BEACA%2CsBAAA%3BEACA%2CmBAAA%3BEACA%2CgCAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3B%3BAApHxB%2CWA0HI%2CcAAa%2COACR%3BEACG%2CMAAA%3BEACA%2CWAAA%3BEACA%2CWAAW%2CgBAAgB%2CaAA3B%3BEACA%2CUAAA%3BEACA%2CmBAAA%3BEACA%2C2CAAA%3B%3BAAKhB%3BEACG%3BIACG%2CUAAA%3BIACE%2CmBAAkB%2CUAAlB%3BIACA%2CWAAU%2CUAAV%3B%3BEAEJ%3BIACG%2CUAAA%3BIACC%2CmBAAkB%2CQAAlB%3BIACA%2CWAAU%2CQAAV%3B%3B%3BAAGR%3BEACI%3BIACE%2CUAAA%3BIACE%2CmBAAkB%2CUAAlB%3BIACA%2CWAAU%2CUAAV%3B%3BEAEJ%3BIACI%2CUAAA%3BIACA%2CmBAAkB%2CQAAlB%3BIACA%2CWAAU%2CQAAV%3B%3B%3BAAwCP%2CmBApCoC%3BEACjC%2CWAEI%2CcACM%3BIACE%2CYAAA%3BIACA%2CWAAW%2CgBAAX%3BIACA%2COAAA%3BIACA%2CUAAA%3BIACA%2C2CAAA%3B%3BEACA%2CWAPR%2CcACM%2CWAMG%3BIACG%2CSAAS%2CEAAT%3BIACA%2CkBAAA%3BIACA%2CSAAA%3BIACA%2CUAAA%3BIACA%2CQAAA%3BIACA%2CSAAA%3BIACA%2CmCAAA%3BIACA%2CoCAAA%3BIACA%2C8BAAA%3BIACA%2CUAAA%3BIACA%2CWAAW%2CgBAAX%3B%3BEAGR%2CWArBJ%2CcAqBK%2COACK%3BIACE%2CSAAA%3BIACA%2CUAAA%3BIACA%2COAAA%3BIACA%2CmBAAA%3BIACA%2C2CAAA%3BIACA%2CWAAW%2CgBAAX%3B%3B%3BAC5LnB%2CeACC%2CaACC%3BEACC%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CsBAAA%3BEACA%2CaAAA%3BEACA%2C8BAAA%3BEACA%2CyBAAA%3B%3BAAVH%2CeACC%2CaACC%2CeASC%3BEACC%2COAAA%3B%3BAAZJ%2CeACC%2CaACC%2CeAYC%3BEACC%2C%2BBAAA%3BEACG%2C8BAAA%3B%3BAAhBP%2CeACC%2CaACC%2CeAgBC%3BExKqRA%2CsBAAA%3B%3BAwKvSH%2CeACC%2CaAqBC%2CsBACC%3BExKgRA%2CiBAAA%3B%3BAwKvSH%2CeACC%2CaA0BC%3BEACC%2CcAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3B%3BAA9BH%2CeACC%2CaA0BC%2CQAIC%2CYACC%3BEACC%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CeAAA%3BEACA%2CyBAAA%3B%3BAAxCL%2CeACC%2CaA0BC%2CQAIC%2CYACC%2CMASC%3BEACC%2CaAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3B%3BAA5CN%2CeACC%2CaA0BC%2CQAIC%2CYACC%2CMAcC%3BEACC%2COAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3B%3BAAjDN%2CeACC%2CaA0BC%2CQAIC%2CYACC%2CMAcC%2CsBAIC%3BEACC%2CqBAAA%3BEACG%2CiBAAA%3B%3BAApDV%2CeACC%2CaA0BC%2CQAIC%2CYACC%2CMAcC%2CsBAQC%2CIACC%3BEACC%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3B%3BAA1DR%2CeACC%2CaA0BC%2CQAIC%2CYACC%2CMAcC%2CsBAeC%2CaACC%3BEACC%2CeAAA%3BEACA%2CwBAAA%3B%3BAACA%2CeAhEP%2CaA0BC%2CQAIC%2CYACC%2CMAcC%2CsBAeC%2CaACC%2CEAGE%2CIAAI%3BEACJ%2COvKwBa%2C2BuKxBb%3B%3BAAlET%2CeACC%2CaA0BC%2CQAIC%2CYACC%2CMAuCC%3BEACC%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEACA%2CyBAAA%3BEACA%2CsBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2C0BAAA%3BEACA%2CmBAAA%3B%3BAACA%2CeAlFL%2CaA0BC%2CQAIC%2CYACC%2CMAuCC%2CYAYE%3BEACA%2CSAAS%2COAAT%3BEACA%2CaAAa%2CqBAAb%3BEACA%2CkBAAA%3B%3BAAtFP%2CeACC%2CaA0BC%2CQAIC%2CYACC%2CMAuCC%2CYAiBC%3BEACC%2CiBAAA%3B%3BAACA%2CeAzFN%2CaA0BC%2CQAIC%2CYACC%2CMAuCC%2CYAiBC%2CeAEE%3BEACA%2CSAAS%2COAAT%3BEACA%2CqBAAA%3BEACA%2CaAAa%2CmBAAb%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3B%3BAAjGR%2CeACC%2CaA0BC%2CQAIC%2CYACC%2CMAqEC%3BEACC%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEACA%2CyBAAA%3BEACA%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACG%2CsBAAA%3B%3BAAhHT%2CeACC%2CaA0BC%2CQAIC%2CYACC%2CMAqEC%2CgBAYG%3BEACD%2CcAAA%3BEACG%2C0BAAA%3B%3BAAnHV%2CeACC%2CaA0BC%2CQAIC%2CYACC%2CMAqEC%2CgBAgBC%3BEACC%2CgBAAA%3BEACA%2COvK9BgB%2C4BuK8BhB%3B%3BAAvHP%2CeACC%2CaA6HC%2CkBACC%3BAA%5C%2FHH%2CeACC%2CaA6HC%2CkBpKgBC%2CMAAK%2CcAiED%2CiBAGM%3BEoKlFT%2CgBAAA%3B%3BAAhIJ%2CeAoIC%2CcACC%2CcACC%3BAAtIH%2CeAoIC%2CcACC%2CcpKSC%2CMAAK%2CcAiED%2CiBAGM%3BEoK3ET%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CgCAAA%3B%3BAAzIJ%2CeAoIC%2CcAQC%2CeACC%3BEACC%2CgBAAA%3B%3BAA9IJ%2CeAoIC%2CcAaC%3BExKsJC%2CiBAAA%3BEwKnJA%2CyBAAA%3B%3BAApJH%2CeAoIC%2CcAaC%2CeAIC%3BEACC%2CWAAA%3B%3BAAKJ%2CqBACC%2CcACC%2CcACC%3BAAHH%2CqBACC%2CcACC%2CcpKfC%2CMAAK%2CcAiED%2CiBAGM%3BEoKnDT%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CgCAAA%3B%3BAANJ%2CqBAUC%2CaACC%2CiBACC%3BEACC%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEACA%2CyBAAA%3BEACA%2CsBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2C0BAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3B%3BAACA%2CqBAfH%2CaACC%2CiBACC%2CYAaE%3BEACA%2CSAAS%2COAAT%3BEACA%2CaAAa%2CqBAAb%3BEACA%2CkBAAA%3B%3BAA5BL%2CqBAUC%2CaACC%2CiBACC%2CYAkBC%3BEACC%2CiBAAA%3B%3BAACA%2CqBAtBJ%2CaACC%2CiBACC%2CYAkBC%2CeAEE%3BEACA%2CSAAS%2COAAT%3BEACA%2CqBAAA%3BEACA%2CaAAa%2CmBAAb%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3B%3BAAvCN%2CqBAUC%2CaACC%2CiBAgCC%3BEACC%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEACA%2CyBAAA%3BEACA%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CsBAAA%3B%3BAAtDJ%2CqBAUC%2CaACC%2CiBAgCC%2CgBAYG%3BEACD%2CcAAA%3BEACG%2C0BAAA%3B%3BAAzDR%2CqBAUC%2CaACC%2CiBAgCC%2CgBAgBC%3BEACC%2CgBAAA%3B%3BAA5DL%2CqBAUC%2CaACC%2CiBAoDC%3BEACC%2COAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3B%3BAAlEJ%2CqBAUC%2CaACC%2CiBAoDC%2CsBAIC%2CIACC%3BEACC%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3B%3BAAvEN%2CqBAUC%2CaACC%2CiBAgEC%3BEACC%2CgBAAA%3B%3BAA5EJ%2CqBAUC%2CaACC%2CiBAgEC%2CgBAEC%3BEnKlLD%2CsBAAA%3BELiPA%2CYCtMiB%2CyBDsMjB%3BEAAA%2CkBCvMY%2CoBDuMZ%3BEAAA%2COCvMY%2CoBDuMZ%3BEAAA%2CeAAA%3BEAAA%2CqBAAA%3BEAAA%2CoBAAA%3BEAAA%2CaClMkB%2C0BDkMlB%3BEAAA%2CSAAA%3BEAAA%2CiBAAA%3BEAAA%2CiBAAA%3BEAAA%2CoBAAA%3BEK9NA%2CsBAAA%3BEACA%2CsBAAA%3BEmKgKE%2CoBAAA%3BEACA%2CmBAAA%3B%3BAnKhJF%2CqBmK0EF%2CaACC%2CiBAgEC%2CgBAEC%2CEnK7IA%3BAACD%2CqBmKyEF%2CaACC%2CiBAgEC%2CgBAEC%2CEnK5IA%3BEL2MD%2CYCrMwB%2CgCDqMxB%3BEAAA%2CkBC9MoB%2C4BD8MpB%3BEAAA%2COCpMmB%2C2BDoMnB%3B%3BAK%5C%2FLA%2CqBmK6DF%2CaACC%2CiBAgEC%2CgBAEC%2CEnKhIA%3BEL%2BLD%2CYCrMwB%2CgCDqMxB%3BEAAA%2CkBC9MoB%2C4BD8MpB%3BEAAA%2COCpMmB%2C2BDoMnB%3B%3BAKnLA%2CqBmKiDF%2CaACC%2CiBAgEC%2CgBAEC%2CEnKpHA%3BAACD%2CqBmKgDF%2CaACC%2CiBAgEC%2CgBAEC%2CEnKnHA%3BAACD%2CQAAQ%2CUAAW%2CsBmK%2BCrB%2CaACC%2CiBAgEC%2CgBAEC%3BExK%2BDD%2CYAAA%3BEK%5C%2FKI%2CeAAA%3BEACA%2CoBAAA%3B%3BAmKkCP%2CqBAUC%2CaACC%2CiBAgEC%2CgBAEC%2CEAIC%3BEACC%2CiBAAA%3B%3BAAQN%2CSAAU%2CeACT%2CeACC%2CIACC%3BEACC%2CaAAA%3B%3BAAJJ%2CSAAU%2CeACT%2CeACC%2CIACC%2COAEC%3BEACC%2CaAAA%3BEACA%2CgBAAA%3B%3BAAPL%2CSAAU%2CeACT%2CeACC%2CIACC%2COAEC%2COAGC%3BEACC%2CeAAA%3B%3BAATN%2CSAAU%2CeACT%2CeACC%2CIACC%2COASC%3BEACC%2CkBAAA%3B%3BAAbL%2CSAAU%2CeACT%2CeACC%2CIACC%2COASC%2CMAEC%3BEACC%2CeAAA%3B%3BAAfN%2CSAAU%2CeACT%2CeACC%2CIAiBC%3BEACI%2CcAAA%3B%3BAAKP%2CUACC%2CSACC%3BEACC%2CkBAAA%3BEACA%2CmBAAA%3B%3BACrRJ%3BEACC%2CeAAA%3BEACG%2CWAAA%3BEACA%2C6BAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3B%3BACLJ%3BEACI%2CkBAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3B%3BAAPJ%2CkBASI%3BEACI%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3B%3BAAZR%2CkBAeI%3BEACI%2CUAAA%3BEACA%2CaAAA%3B%3BAAjBR%2CkBAeI%2CYAII%3BEACI%2CWAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3B%3BAAvBZ%2CkBA2BI%3BEACI%2CUAAA%3BEACA%2CaAAA%3BEACA%2CaAAA%3BEACA%2CsBAAA%3BEACA%2CuBAAA%3B%3BAAhCR%2CkBA2BI%2CcAOI%3BEACI%2CeAAA%3BEACA%2CmBAAA%3B%3BAApCZ%2CkBA2BI%2CcAYI%3BEACI%2CeAAA%3B%3BAAxCZ%2CkBA2BI%2CcAgBI%3BEACI%2CkBAAA%3BEACA%2CaAAA%3B%3BAA7CZ%2CkBA2BI%2CcAgBI%2CiBAII%3BEACI%2CsBAAA%3BEACA%2CmBAAA%3B%3BAAjDhB%2CkBAsDI%3BEACI%2CkBAAA%3BEACA%2CMAAA%3BEACA%2COAAA%3BEACA%2CsBAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2C%2BBAAA%3BEACA%2CyBAAA%3B%3BAAIR%3BEACI%2CaAAA%3BEACA%2CSAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3B%3BAAGJ%3BEACI%2CaAAA%3BEACA%2CsBAAA%3B%3BAAFJ%2CeAII%3BEACI%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3B%3BAARR%2CeAWI%3BEACI%2CeAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3BEACA%2C6BAAA%3BEACA%2CYAAA%3B%3BAAEA%2CeARJ%2COAQK%3BEACG%2CaAAA%3B%3BAA2CZ%2CmBAtCqC%3BEACjC%2CkBACI%3BIACI%2CcAAA%3B%3BEAFR%2CkBACI%2CeAGI%3BIACI%2CUAAA%3BIACA%2CaAAA%3BIACA%2CcAAA%3B%3BEAPZ%2CkBACI%2CeASI%3BIACI%2CWAAA%3BIACA%2CaAAA%3BIACA%2CgBAAA%3B%3BEAbZ%2CkBACI%2CeASI%2CcAKI%3BIACI%2CgBAAA%3BIACA%2CkBAAA%3B%3BEAjBhB%2CkBACI%2CeASI%2CcAUI%3BIACI%2CgBAAA%3B%3BEArBhB%2CkBACI%2CeAuBI%3BIACI%2CgBAAA%3B%3BEAzBZ%2CkBACI%2CeAuBI%2CgBAEI%3BIACI%2CqBAAA%3B%3BEA3BhB%2CkBACI%2CeAuBI%2CgBAEI%2CgBAEI%3BIACI%2CiBAAA%3BIACA%2CeAAA%3B%3B%3BACnIxB%3BEACC%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2C0CAAA%3B%3BAAHD%2CuBAKC%2C0BAA0B%3BAAL3B%2CuBAMC%2C0BAA0B%2CcAAc%3BAANzC%2CuBAKC%2C0BvK4IG%2CMAAK%2CcAiED%2CiBAGM%3BEuK9MZ%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3B%3BAAEA%2CuBAfD%2C0BAA0B%2COAexB%3BAAAD%2CuBAdD%2C0BAA0B%2CcAAc%2CYActC%3BAAAD%2CuBAfD%2C0BvK4IG%2CMAAK%2CcAiED%2CiBAGM%2CUuKjMX%3BEACA%2CmBAAA%3BEACA%2CqBAAA%3BEACA%2CWAAA%3B%3BAAvBH%2CuBA2BC%2CMAAK%2CuBACJ%3BEACC%2CuBAAA%3B%3BAA7BH%2CuBA2BC%2CMAAK%2CuBACJ%2CGAGC%3BEACC%2CuBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3B%3BAAlCJ%2CuBAuCC%2CMAAK%2CuBAAwB%3BAAvC9B%2CuBAwCC%2CMAAK%2CuBAAwB%3BEAC5B%2CsBAAA%3BEACA%2CcAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CqBAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3B%3BAAlDF%2CuBAqDC%3BEACC%2CSAAA%3B%3BAAtDF%2CuBAqDC%2C0BAGC%3BEACC%2CYAAA%3B%3BAAzDH%2CuBA6DC%2CqBACC%3BAA9DF%2CuBA6DC%2CqBAEC%3BEACC%2CSAAA%3B%3BAAhEH%2CuBA6DC%2CqBAMG%2CSAAM%3BEACP%2CgBAAA%3B%3BAApEH%2CuBA6DC%2CqBAUG%2CsBAAmB%3BEACpB%2CgBAAA%3B%3BAAxEH%2CuBA4EC%3BEACC%2CSAAA%3B%3BAA7EF%2CuBA4EC%2CwBAGC%3BEACC%2CmBAAA%3B%3BAAhFH%2CuBAoFC%2CWAAW%3BEACV%2CeAAA%3B%3BACrFF%3BEACC%2CgCAAA%3BEACA%2CwBAAA%3BEACA%2CiCAAA%3BEACA%2CyBAAA%3B%3BAAGD%3BEACC%3BIACC%2CUAAA%3BIACA%2CmBAAmB%2CwBAAnB%3BIACA%2CWAAW%2CwBAAX%3B%3BEAGD%3BIACC%2CUAAA%3BIACA%2CmBAAmB%2CoBAAnB%3BIACA%2CWAAW%2CoBAAX%3B%3B%3BAAIF%3BEACC%2CkCAAA%3BEACA%2C0BAAA%3B%3BAC0GD%3BEAOI%2CeAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3B%3BAAjEI%2CYADF%2COACG%2CUAAU%3BEACP%2C8BAAA%3BEACA%2C2BAAA%3BEACA%2C0BAAA%3BEACA%2CsBAAA%3BEAEA%2CkCAAA%3BEACA%2C%2BBAAA%3BEACA%2C8BAAA%3BEACA%2C0BAAA%3B%3BAATJ%2CYADF%2COACG%2CUAAU%3BEACP%2C8BAAA%3BEACA%2C2BAAA%3BEACA%2C0BAAA%3BEACA%2CsBAAA%3BEAEA%2CkCAAA%3BEACA%2C%2BBAAA%3BEACA%2C8BAAA%3BEACA%2C0BAAA%3B%3BAATJ%2CYADF%2COACG%2CUAAU%3BEACP%2C8BAAA%3BEACA%2C2BAAA%3BEACA%2C0BAAA%3BEACA%2CsBAAA%3BEAEA%2CkCAAA%3BEACA%2C%2BBAAA%3BEACA%2C8BAAA%3BEACA%2C0BAAA%3B%3BAATJ%2CYADF%2COACG%2CUAAU%3BEACP%2C8BAAA%3BEACA%2C2BAAA%3BEACA%2C0BAAA%3BEACA%2CsBAAA%3BEAEA%2CkCAAA%3BEACA%2C%2BBAAA%3BEACA%2C8BAAA%3BEACA%2C0BAAA%3B%3BAATJ%2CYADF%2COACG%2CUAAU%3BEACP%2C8BAAA%3BEACA%2C2BAAA%3BEACA%2C0BAAA%3BEACA%2CsBAAA%3BEAEA%2CkCAAA%3BEACA%2C%2BBAAA%3BEACA%2C8BAAA%3BEACA%2C0BAAA%3B%3BAATJ%2CYADF%2COACG%2CUAAU%3BEACP%2C8BAAA%3BEACA%2C2BAAA%3BEACA%2C0BAAA%3BEACA%2CsBAAA%3BEAEA%2CiCAAA%3BEACA%2C8BAAA%3BEACA%2C6BAAA%3BEACA%2CyBAAA%3B%3BAATJ%2CYADF%2COACG%2CUAAU%3BEACP%2C4CAAA%3BEACA%2CyCAAA%3BEACA%2CwCAAA%3BEACA%2CoCAAA%3BEAEA%2CiCAAA%3BEACA%2C8BAAA%3BEACA%2C6BAAA%3BEACA%2CyBAAA%3B%3BAATJ%2CYADF%2COACG%2CUAAU%3BEACP%2C4BAAA%3BEACA%2CyBAAA%3BEACA%2CwBAAA%3BEACA%2CoBAAA%3BEAEA%2C%2BBAAA%3BEACA%2C4BAAA%3BEACA%2C2BAAA%3BEACA%2CuBAAA%3B%3BAA9DR%3BEACI%3BIACI%2CyBAAA%3B%3BEAGJ%3BIACI%2CsBAAA%3B%3B%3BAAIR%3BEACI%3BIACI%2CyBAAA%3B%3BEAGJ%3BIACI%2CsBAAA%3B%3B%3BAAIR%3BEACI%3BIACI%2CyBAAA%3B%3BEAGJ%3BIACI%2CsBAAA%3B%3B%3BAAIR%3BEACI%3BIACI%2CyBAAA%3B%3BEAGJ%3BIACI%2CsBAAA%3B%3B%3BAAsEZ%2CYAcM%3BEApDF%2CmBAjF0B%2CUAiF1B%3BEACA%2CgBAlF0B%2CUAkF1B%3BEACA%2CeAnF0B%2CUAmF1B%3BEACA%2CWApF0B%2CUAoF1B%3BEAEA%2C4BAAA%3BEACA%2CyBAAA%3BEACA%2CwBAAA%3BEACA%2CoBAAA%3BEAEA%2CiCAAA%3BEACA%2C8BAAA%3BEACA%2C6BAAA%3BEACA%2CyBAAA%3BEAEA%2C2CAAA%3BEACA%2CwCAAA%3BEACA%2CuCAAA%3BEACA%2CmCAAA%3BEAEA%2CmCAAA%3BEACA%2CgCAAA%3BEACA%2C%2BBAAA%3BEACA%2C2BAAA%3BEA%2BBI%2CsBAAA%3BEACA%2CkBAAA%3BEACA%2CMAAM%2CuBAAN%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAAGJ%2CIAAK%3BEACD%2CgBAAgB%2C6CAAhB%3B%3BAADJ%2CIAAK%2CaAGC%3BEACE%2CaAAA%3B%3BAC9JZ%3BEACC%2CaAAA%3B%3BAAGD%2CeACC%3BEACC%2CYAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CMAAA%3BEACA%2COAAA%3BEACA%2C6BAAA%3B%3BAAIF%3BEACC%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACG%2CkBAAA%3B%3BAAEH%2CUAAC%3BAACD%2CUAAC%3BEACA%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CWAAA%3B%3BAAbF%2CUAgBC%3BEACC%2CYAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CUAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3BEACA%2CgBAAgB%2CwEAAhB%3BEACA%2CqBAAA%3BEACA%2C0BAAA%3BEACA%2CkBAAA%3B%3BAAEA%2CUAfD%2CiBAeE%3BEACA%2CUAAA%3BEACA%2CqBAAA%3B%3BAAjCH%2CUAqCC%2COAAM%3BEACL%2CgBAAA%3B%3BAAIF%2CkBACC%3BEACC%2CUAAA%3B%3BAAGD%2CkBAAC%2C6BAEA%3BAADD%2CkBAAC%2C4BACA%3BEACC%2CSAAA%3BEACA%2CWAAW%2CuBAAX%3BEACA%2CmBAAmB%2CuBAAnB%3B%3BAAGD%2CkBARA%2C6BAQC%2CWACA%3BAADD%2CkBAPA%2C4BAOC%2CWACA%3BEACC%2CWAAW%2CoBAAX%3BEACA%2CmBAAmB%2CoBAAnB%3B%3BAAKH%2CkBAAC%2CWACA%3BEACC%2CUAAA%3B%3BAAKH%3BEACC%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3BEACA%2C2BAA0B%2CwBAA1B%3BEACA%2C2CAA0C%2CwBAA1C%3B%3BAAEA%2CoBAAC%3BEACA%2CgBAAA%3B%3BAARF%2CoBAWC%3BEACC%2CoBAAA%3BEACA%2C4BAAA%3BEACA%2CeAAA%3BEACA%2CSAAA%3BEACA%2CYAAA%3BEACA%2CgFAAA%3BEACA%2CwEAAA%3B%3BAAlBF%2CoBAqBC%2COAAM%3BEACL%2CgBAAA%3BEACA%2CwBAAA%3BEACA%2CgBAAA%3B%3BAAxBF%2CoBA2BC%3BEACC%2CeAAA%3BEACA%2C2BAAA%3BEACA%2CqBAAA%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2C0BAAA%3BEACA%2C0CAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3B%3BAAEA%2CoBAXD%2CgBAWE%3BEACA%2CqBAAA%3B%3BAAIF%2CoBAAC%3BEACA%2COAAA%3B%3BAADD%2CoBAAC%2CqBAGA%3BEACC%2C0BAAA%3BEACA%2CWAAW%2CyBAAuB%2CaAAlC%3BEACA%2CmBAAmB%2CyBAAuB%2CaAA1C%3BEACA%2CwBAAA%3BEACA%2CgCAAA%3B%3BAAGD%2CoBAXA%2CqBAWC%2COACA%3BEACC%2CWAAW%2CwBAAsB%2CaAAjC%3BEACA%2CmBAAmB%2CwBAAsB%2CaAAzC%3B%3BAAEA%2CoBAhBF%2CqBAWC%2COACA%2CgBAIE%3BEACA%2CWAAW%2CqBAAmB%2CaAA9B%3BEACA%2CmBAAmB%2CqBAAmB%2CaAAtC%3B%3BAAlBJ%2CoBAAC%2CqBAuBA%3BEACC%2CUAAA%3BEACA%2CWAAW%2CwBAAX%3BEACA%2CmBAAmB%2CwBAAnB%3B%3BAAGD%2CoBA7BA%2CqBA6BC%2CWACA%3BEACC%2CWAAW%2CoBAAX%3BEACA%2CmBAAmB%2CoBAAnB%3B%3BAAKH%2CoBAAC%3BEACA%2CQAAA%3B%3BAAEA%2CoBAHA%2CsBAGC%2COACA%3BEACC%2CWAAW%2CuBAAqB%2CcAAhC%3BEACA%2CmBAAmB%2CuBAAqB%2CcAAxC%3B%3BAAEA%2CoBARF%2CsBAGC%2COACA%2CgBAIE%3BEACA%2CWAAW%2CqBAAmB%2CcAA9B%3BEACA%2CmBAAmB%2CqBAAmB%2CcAAtC%3B%3BAAVJ%2CoBAAC%2CsBAeA%3BEACC%2C0BAAA%3BEACA%2CWAAW%2CwBAAsB%2CcAAjC%3BEACA%2CmBAAmB%2CwBAAsB%2CcAAzC%3BEACA%2C2BAAA%3BEACA%2CmCAAA%3B%3BAApBF%2CoBAAC%2CsBAuBA%3BEACC%2CWAAA%3BEACA%2CWAAW%2CuBAAX%3BEACA%2CmBAAmB%2CuBAAnB%3B%3BAAIF%2CoBAAC%3BAACD%2CoBAAC%3BEACA%2CQAAA%3B%3BAAFD%2CoBAAC%2CqBAIA%3BAAHD%2CoBAAC%2CsBAGA%3BEACC%2CUAAA%3B%3BAAGD%2CoBARA%2CqBAQC%2CWACA%3BAADD%2CoBAPA%2CsBAOC%2CWACA%3BEACC%2CWAAW%2CoBAAX%3BEACA%2CmBAAmB%2CoBAAnB%3B%3BAAKD%2CoBAhBD%2CqBAeA%2CgBACE%3BAAAD%2CoBAfD%2CsBAcA%2CgBACE%3BEACA%2CsFAAA%3BEACA%2C8EAAA%3B%3BAAKH%2CoBAAC%3BEACA%2CUAAA%3B%3BAADD%2CoBAAC%2C4BAGA%3BEACC%2CUAAA%3B%3BAAIA%2CoBARD%2C4BAOA%2CgBACE%3BEACA%2CsFAAA%3BEACA%2C8EAAA%3B%3BAAKH%2CoBAAC%3BEACA%2CWAAA%3B%3BAADD%2CoBAAC%2C6BAGA%3BEACC%2CWAAA%3B%3BAAIF%2CoBAAC%3BAACD%2CoBAAC%3BEACA%2CSAAA%3B%3BAAFD%2CoBAAC%2C6BAIA%3BAAHD%2CoBAAC%2C4BAGA%3BEACC%2C0BAAA%3BEACA%2CWAAW%2CsBAAX%3BEACA%2CmBAAmB%2CsBAAnB%3B%3BAAEA%2CoBATD%2C6BAIA%2CgBAKE%3BAAAD%2CoBARD%2C4BAGA%2CgBAKE%3BEACA%2CWAAW%2CoBAAX%3BEACA%2CmBAAmB%2CoBAAnB%3B%3BAAMJ%2CaACC%3BEACC%2CkBAAA%3BEACA%2CkBAAA%3B%3BAAIF%2CuBAEC%3BAADD%2CwBACC%3BEACC%2CyDAAA%3BEACA%2C8DAAA%3BEACA%2CyEAAA%3BEACA%2C6DAAA%3BEACA%2C4DAAA%3B%3BAAGD%2CuBAAC%3BAAAD%2CwBAAC%3BEACA%2CUAAA%3BEACA%2C6BAAA%3B%3BAAGD%2CuBAAC%2CUACA%3BAADD%2CwBAAC%2CUACA%3BEACC%2CUAAA%3BEACA%2CmBAAmB%2CSAAS%2CoBAA5B%3BEACA%2CgBAAgB%2CSAAS%2CoBAAzB%3BEACA%2CcAAc%2CSAAS%2CoBAAvB%3BEACA%2CeAAe%2CSAAS%2CoBAAxB%3BEACA%2CWAAW%2CSAAS%2CoBAApB%3B%3BAAGD%2CuBAVA%2CUAUC%3BAAAD%2CwBAVA%2CUAUC%3BEACA%2CYAAA%3B%3BAAIF%2CuBAAC%2CaAAa%3BAAAd%2CwBAAC%2CaAAa%3BEACb%2CUAAA%3B%3BAAGD%2CuBAAC%2CaAAc%3BAAAf%2CwBAAC%2CaAAc%3BAAlChB%2CuBAmCC%3BAAlCD%2CwBAkCC%3BEACC%2CUAAA%3B%3BAAKD%2CuBAAC%2CaAAc%3BAADhB%2CuBAEC%3BEACC%2CmBAAmB%2CWAAU%2CyBAAuB%2CYAApD%3BEACA%2CgBAAgB%2CWAAU%2CyBAAuB%2CYAAjD%3BEACA%2CcAAc%2CWAAU%2CyBAAuB%2CYAA%5C%2FC%3BEACA%2CeAAe%2CWAAU%2CyBAAuB%2CYAAhD%3BEACA%2CWAAW%2CWAAU%2CyBAAuB%2CYAA5C%3B%3BAAKD%2CwBAAC%2CaAAc%3BAADhB%2CwBAEC%3BEACC%2CmBAAmB%2CWAAU%2CwBAAsB%2CaAAnD%3BEACA%2CgBAAgB%2CWAAU%2CwBAAsB%2CaAAhD%3BEACA%2CcAAc%2CWAAU%2CwBAAsB%2CaAA9C%3BEACA%2CeAAe%2CWAAU%2CwBAAsB%2CaAA%5C%2FC%3BEACA%2CWAAW%2CWAAU%2CwBAAsB%2CaAA3C%3B%3BAAIF%2CuBACC%3BEACC%2CiBAAA%3B%3BAvI3UF%3BE4FoBC%2CqCAAA%3BEACA%2CkCAAA%3BEACA%2CiCAAA%3BEACA%2CgCAAA%3B%3BA5FnBD%2CYACC%3BEAEC%2CkBAAA%3B%3BA6FoKD%2CY7FtKA%2C2B6FsKC%3BAACD%2CY7FvKA%2C2B6FuKC%3BEACA%2CSAAS%2CGAAT%3BEACA%2CcAAA%3BEACA%2CWAAA%3B%3BADpJD%2CY5FtBA%2C2B4FsBC%3BAACD%2CY5FvBA%2C2B4FuBC%3BEACA%2CSAAS%2CGAAT%3BEACA%2CcAAA%3BEACA%2CWAAA%3B%3BA5F3BF%2CYAMC%3BEACC%2CWAAA%3B%3BAAPF%2CYAUC%3BAAVD%2CYAWC%3BEACC%2CWAAA%3B%3BAAZF%2CYAeC%3BEACC%2CqBAAA%3B%3BAAhBF%2CYAmBC%3BEACC%2CiBAAA%3B%3BAApBF%2CYAuBC%3BEACC%2CkBAAA%3B%3BAAGD%2CYAAC%2CSACA%2CmBACC%3BEACC%2CmBAAA%3B%3BAAHH%2CYAAC%2CSACA%2CmBACC%2CMAGG%2COAAI%3BEACL%2CcAAA%3BEACA%2CSAAS%2CGAAT%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3B%3BAAMJ%2CYAAC%3BEACA%2CaAAA%3B%3BAAGD%2CYAAC%2CyBACA%3BEACC%2CaAAA%3B%3BAAIF%2CYAAC%2CwBAGA%2CqBACC%3BAAHF%2CYAAC%2CuBAEA%2CqBACC%3BAAFF%2CYAAC%2CwBACA%2CqBACC%3BEACC%2CWAAA%3BEACA%2CWAAA%3B%3BAAEA%2CYARF%2CwBAGA%2CqBACC%2C6BAIE%3BAAAD%2CYAPF%2CuBAEA%2CqBACC%2C6BAIE%3BAAAD%2CYANF%2CwBACA%2CqBACC%2C6BAIE%3BEACA%2CUAAA%3B%3BAAGD%2CYAZF%2CwBAGA%2CqBACC%2C6BAQE%3BAAAD%2CYAXF%2CuBAEA%2CqBACC%2C6BAQE%3BAAAD%2CYAVF%2CwBACA%2CqBACC%2C6BAQE%3BEACA%2CUAAA%3B%3BAAMJ%2CYAAC%2CwBACA%2CqBACC%3BEACC%2CUAAA%3BEACA%2CYAAA%3B%3BAAEA%2CYANF%2CwBACA%2CqBACC%2C6BAIE%3BEACA%2CWAAA%3B%3BAAGD%2CYAVF%2CwBACA%2CqBACC%2C6BAQE%3BEACA%2CWAAA%3B%3BAAMJ%2CYAAC%2CuBACA%3BEACC%2CUAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3B%3BAAJF%2CYAAC%2CuBAOA%3BEACC%2CUAAA%3BEACA%2CWAAA%3B%3BAAIF%2CYAAC%2CuBACA%3BEACC%2CkBAAA%3B%3BAAIF%2CYAAC%2CwBACA%3BEACC%2CUAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3B%3BAAJF%2CYAAC%2CwBAOA%3BEACC%2CUAAA%3BEACA%2CWAAA%3B%3BAATF%2CYAAC%2CwBAYA%3BEACC%2CYAAA%3BEACA%2CWAAA%3B%3BAAIF%2CYAAC%2CsBACA%3BEACC%2CkBAAA%3B%3BAAFF%2CYAAC%2CsBAKA%3BEACC%2COAAA%3B%3BAAIF%2CYAAC%2CuBACA%3BEACC%2CmBAAA%3B%3BAAFF%2CYAAC%2CuBAKA%3BEACC%2CQAAA%3B%3BAAIF%2CYAAC%2C6BACA%3BEACC%2CgBAAA%3B%3BAAIF%2CYAAC%2C8BACA%3BEACC%2CiBAAA%3B%3BAAIF%2CYAAC%2CyBACA%3BEACC%2CYAAA%3B%3BAAIF%2CYAAC%2CqBACA%3BEACC%2CaAAA%3B%3BAAFF%2CYAAC%2CqBAKA%3BEACC%2CeAAA%3B%3BAAIF%2CYAAC%2CqBACA%2CqBACC%3BEACC%2CWAAA%3B%3BAAHH%2CYAAC%2CqBACA%2CqBAKC%3BEACC%2CaAAA%3B%3BAAKH%2CYAAC%2CwBACA%3BE4FnLD%2CoBAAA%3BEACA%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BE5FkLE%2CeAAA%3BEACA%2CmBAAA%3B%3BAAJF%2CYAAC%2CwBAOA%3BEACC%2CUAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3B%3BAAVF%2CYAAC%2CwBAOA%2CUAKC%3BEACC%2CWAAA%3B%3BAAKH%2CYAAC%2C4BACA%3BEACC%2CgBAAA%3B%3BAAFF%2CYAAC%2C4BAKA%3BEACC%2CYAAA%3BEACA%2CWAAA%3BEsHrMC%2CgBAAA%3B%3BAAEA%2CYtH4LF%2C4BAKA%2CqBsHjMG%3BE7JqRD%2CcAAA%3BEAAA%2CauC9Ea%2CevC8Eb%3BEAAA%2CeAAA%3BEAAA%2CYAAA%3BEAAA%2CmBAAA%3BEAAA%2CiBAAA%3BE6J1GA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CmCAAA%3BEA8BA%2CStHPgB%2CQAAA%2CQAAA%2CQAAA%2CQAAA%2CQAAA%2CQAAA%2CQAAA%2CQAAA%2CQAAA%2COsHOhB%3BEAlMI%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAtH%2BKP%2CYAAC%2C4BAKA%2CqBsHjLE%2CMAAK%3BE7JPL%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA6JMY%2CYtHsKd%2C4BAKA%2CqBsHjLE%2CMAAK%2CcAGA%2CMAEK%2CQACG%3BAAAD%2CYtHsKd%2C4BAKA%2CqBsHjLE%2CMAAK%2CcAIA%2CQACK%2CQACG%3BEACG%2CUAAA%3B%3BAtHqKnB%2CYAAC%2C4BAKA%2CqBsHpKE%3BEACI%2CeAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3B%3BAtH4JP%2CYAAC%2C4BAKA%2CqBsHpKE%2CMAKI%3BE7JzBJ%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA6JsBI%2CYtHsJN%2C4BAKA%2CqBsHpKE%2CMASK%3BE7J%2BOL%2CcAAA%3BEAAA%2CauC9Ea%2CevC8Eb%3BEAAA%2CeAAA%3BEAAA%2CYAAA%3BEAAA%2CmBAAA%3BEAAA%2CiBAAA%3BE6J1GA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CmCAAA%3BEAlIQ%2CUAAA%3B%3BAAIA%2CYtH2IV%2C4BAKA%2CqBsHpKE%2CMAmBK%2CMACI%3BEACG%2CUAAA%3B%3BAAIA%2CYtHsId%2C4BAKA%2CqBsHpKE%2CMAmBK%2CMAKK%2CQACG%3BEACG%2CUAAA%3B%3BAtHqInB%2CYAAC%2C4BAKA%2CqBsHjDM%2CSAAQ%3BEACJ%2CUAAA%3B%3BAAEA%2CYtHyCV%2C4BAKA%2CqBsHjDM%2CSAAQ%2CEAGH%3BEA0DT%2CStHPgB%2CQAAA%2CQAAA%2CQAAA%2CQAAA%2CQAAA%2CQAAA%2CQAAA%2CQAAA%2CQAAA%2COsHOhB%3B%3BAtHjBH%2CYAAC%2C4BAKA%2CqBsHjDM%2CSAAQ%3BEACJ%2CUAAA%3B%3BAAEA%2CYtHyCV%2C4BAKA%2CqBsHjDM%2CSAAQ%2CCAGH%3BEA0DT%2CStHPgB%2CQAAA%2CQAAA%2CQAAA%2CQAAA%2CQAAA%2CQAAA%2CQAAA%2CQAAA%2COsHOhB%3B%3BAtHjBH%2CYAAC%2C4BAKA%2CqBsHjDM%2CSAAQ%3BEACJ%2CUAAA%3B%3BAAEA%2CYtHyCV%2C4BAKA%2CqBsHjDM%2CSAAQ%2CCAGH%3BEA0DT%2CStHPgB%2CQAAA%2CQAAA%2CQAAA%2CQAAA%2CQAAA%2CQAAA%2CQAAA%2COsHOhB%3B%3BAtHjBH%2CYAAC%2C4BAKA%2CqBsHjDM%2CSAAQ%3BEACJ%2CUAAA%3B%3BAAEA%2CYtHyCV%2C4BAKA%2CqBsHjDM%2CSAAQ%2CCAGH%3BEA0DT%2CStHPgB%2CQAAA%2CQAAA%2CQAAA%2CQAAA%2CQAAA%2CQAAA%2COsHOhB%3B%3BAtHjBH%2CYAAC%2C4BAKA%2CqBsHjDM%2CSAAQ%3BEACJ%2CUAAA%3B%3BAAEA%2CYtHyCV%2C4BAKA%2CqBsHjDM%2CSAAQ%2CCAGH%3BEA0DT%2CStHPgB%2CQAAA%2CQAAA%2CQAAA%2CQAAA%2CQAAA%2COsHOhB%3B%3BAtHjBH%2CYAAC%2C4BAKA%2CqBsHjDM%2CSAAQ%3BEACJ%2CUAAA%3B%3BAAEA%2CYtHyCV%2C4BAKA%2CqBsHjDM%2CSAAQ%2CCAGH%3BEA0DT%2CStHPgB%2CQAAA%2CQAAA%2CQAAA%2CQAAA%2COsHOhB%3B%3BAtHjBH%2CYAAC%2C4BAKA%2CqBsHjDM%2CSAAQ%3BEACJ%2CUAAA%3B%3BAAEA%2CYtHyCV%2C4BAKA%2CqBsHjDM%2CSAAQ%2CCAGH%3BEA0DT%2CStHPgB%2CQAAA%2CQAAA%2CQAAA%2COsHOhB%3B%3BAtHjBH%2CYAAC%2C4BAKA%2CqBsHjDM%2CSAAQ%3BEACJ%2CUAAA%3B%3BAAEA%2CYtHyCV%2C4BAKA%2CqBsHjDM%2CSAAQ%2CCAGH%3BEA0DT%2CStHPgB%2CQAAA%2CQAAA%2COsHOhB%3B%3BAtHjBH%2CYAAC%2C4BAKA%2CqBsHjDM%2CSAAQ%3BEACJ%2CWAAA%3B%3BAAEA%2CYtHyCV%2C4BAKA%2CqBsHjDM%2CSAAQ%2CCAGH%3BEA0DT%2CStHPgB%2CQAAA%2COsHOhB%3B%3BAtHjBH%2CYAAC%2C4BAKA%2CqBsHjDM%2CSAAQ%3BEACJ%2CWAAA%3B%3BAAEA%2CYtHyCV%2C4BAKA%2CqBsHjDM%2CSAAQ%2CCAGH%3BEA0DT%2CStHPgB%2COsHOhB%3B%3BAtHAD%2CYAjBD%2C4BAKA%2CqBAYE%3BEsHAA%2CStHEiB%2CQAAA%2CQAAA%2CQAAA%2CQAAA%2COsHFjB%3B%3BAtHjBH%2CYAAC%2C4BAKA%2CqBsHjDM%2CSAAQ%3BEACJ%2CUAAA%3B%3BAAEA%2CYtHyCV%2C4BAKA%2CqBsHjDM%2CSAAQ%2CEAGH%3BEA0DT%2CStHPgB%2CQAAA%2CQAAA%2CQAAA%2CQAAA%2CQAAA%2CQAAA%2CQAAA%2CQAAA%2CQAAA%2COsHOhB%3B%3BAtHjBH%2CYAAC%2C4BAKA%2CqBsHjDM%2CSAAQ%3BEACJ%2CUAAA%3B%3BAAEA%2CYtHyCV%2C4BAKA%2CqBsHjDM%2CSAAQ%2CCAGH%3BEA0DT%2CStHPgB%2CQAAA%2CQAAA%2CQAAA%2CQAAA%2CQAAA%2CQAAA%2CQAAA%2CQAAA%2COsHOhB%3B%3BAtHjBH%2CYAAC%2C4BAKA%2CqBsHjDM%2CSAAQ%3BEACJ%2CUAAA%3B%3BAAEA%2CYtHyCV%2C4BAKA%2CqBsHjDM%2CSAAQ%2CCAGH%3BEA0DT%2CStHPgB%2CQAAA%2CQAAA%2CQAAA%2CQAAA%2CQAAA%2CQAAA%2CQAAA%2COsHOhB%3B%3BAtHjBH%2CYAAC%2C4BAKA%2CqBsHjDM%2CSAAQ%3BEACJ%2CUAAA%3B%3BAAEA%2CYtHyCV%2C4BAKA%2CqBsHjDM%2CSAAQ%2CCAGH%3BEA0DT%2CStHPgB%2CQAAA%2CQAAA%2CQAAA%2CQAAA%2CQAAA%2CQAAA%2COsHOhB%3B%3BAtHjBH%2CYAAC%2C4BAKA%2CqBsHjDM%2CSAAQ%3BEACJ%2CUAAA%3B%3BAAEA%2CYtHyCV%2C4BAKA%2CqBsHjDM%2CSAAQ%2CCAGH%3BEA0DT%2CStHPgB%2CQAAA%2CQAAA%2CQAAA%2CQAAA%2CQAAA%2COsHOhB%3B%3BAtHjBH%2CYAAC%2C4BAKA%2CqBsHjDM%2CSAAQ%3BEACJ%2CUAAA%3B%3BAAEA%2CYtHyCV%2C4BAKA%2CqBsHjDM%2CSAAQ%2CCAGH%3BEA0DT%2CStHPgB%2CQAAA%2CQAAA%2CQAAA%2CQAAA%2COsHOhB%3B%3BAtHjBH%2CYAAC%2C4BAKA%2CqBsHjDM%2CSAAQ%3BEACJ%2CUAAA%3B%3BAAEA%2CYtHyCV%2C4BAKA%2CqBsHjDM%2CSAAQ%2CCAGH%3BEA0DT%2CStHPgB%2CQAAA%2CQAAA%2CQAAA%2COsHOhB%3B%3BAtHjBH%2CYAAC%2C4BAKA%2CqBsHjDM%2CSAAQ%3BEACJ%2CUAAA%3B%3BAAEA%2CYtHyCV%2C4BAKA%2CqBsHjDM%2CSAAQ%2CCAGH%3BEA0DT%2CStHPgB%2CQAAA%2CQAAA%2COsHOhB%3B%3BAtHjBH%2CYAAC%2C4BAKA%2CqBsHjDM%2CSAAQ%3BEACJ%2CWAAA%3B%3BAAEA%2CYtHyCV%2C4BAKA%2CqBsHjDM%2CSAAQ%2CCAGH%3BEA0DT%2CStHPgB%2CQAAA%2COsHOhB%3B%3BAtHjBH%2CYAAC%2C4BAKA%2CqBsHjDM%2CSAAQ%3BEACJ%2CWAAA%3B%3BAAEA%2CYtHyCV%2C4BAKA%2CqBsHjDM%2CSAAQ%2CCAGH%3BEA0DT%2CStHPgB%2COsHOhB%3B%3BAtHQC%2CYAzBH%2C4BAKA%2CqBAmBG%2CMAAM%2CEACL%3BEsHRF%2CSD7MmB%2CQAAA%2CQAAA%2CQAAA%2CQAAA%2CQAAA%2CQAAA%2CQAAA%2CQAAA%2CQAAA%2COC6MnB%3B%3BAtHjBH%2CYAAC%2C4BAKA%2CqBsHjDM%2CSAAQ%3BEACJ%2CUAAA%3B%3BAAEA%2CYtHyCV%2C4BAKA%2CqBsHjDM%2CSAAQ%2CCAGH%3BEA0DT%2CStHPgB%2CQAAA%2CQAAA%2CQAAA%2CQAAA%2CQAAA%2CQAAA%2CQAAA%2CQAAA%2COsHOhB%3B%3BAtHjBH%2CYAAC%2C4BAKA%2CqBsHjDM%2CSAAQ%3BEACJ%2CUAAA%3B%3BAAEA%2CYtHyCV%2C4BAKA%2CqBsHjDM%2CSAAQ%2CCAGH%3BEA0DT%2CStHPgB%2CQAAA%2CQAAA%2CQAAA%2CQAAA%2CQAAA%2CQAAA%2CQAAA%2COsHOhB%3B%3BAtHjBH%2CYAAC%2C4BAKA%2CqBsHjDM%2CSAAQ%3BEACJ%2CUAAA%3B%3BAAEA%2CYtHyCV%2C4BAKA%2CqBsHjDM%2CSAAQ%2CCAGH%3BEA0DT%2CStHPgB%2CQAAA%2CQAAA%2CQAAA%2CQAAA%2CQAAA%2CQAAA%2COsHOhB%3B%3BAtHjBH%2CYAAC%2C4BAKA%2CqBsHjDM%2CSAAQ%3BEACJ%2CUAAA%3B%3BAAEA%2CYtHyCV%2C4BAKA%2CqBsHjDM%2CSAAQ%2CCAGH%3BEA0DT%2CStHPgB%2CQAAA%2CQAAA%2CQAAA%2CQAAA%2CQAAA%2COsHOhB%3B%3BAtHjBH%2CYAAC%2C4BAKA%2CqBsHjDM%2CSAAQ%3BEACJ%2CUAAA%3B%3BAAEA%2CYtHyCV%2C4BAKA%2CqBsHjDM%2CSAAQ%2CCAGH%3BEA0DT%2CStHPgB%2CQAAA%2CQAAA%2CQAAA%2CQAAA%2COsHOhB%3B%3BAtHjBH%2CYAAC%2C4BAKA%2CqBsHjDM%2CSAAQ%3BEACJ%2CUAAA%3B%3BAAEA%2CYtHyCV%2C4BAKA%2CqBsHjDM%2CSAAQ%2CCAGH%3BEA0DT%2CStHPgB%2CQAAA%2CQAAA%2CQAAA%2COsHOhB%3B%3BAtHjBH%2CYAAC%2C4BAKA%2CqBsHjDM%2CSAAQ%3BEACJ%2CUAAA%3B%3BAAEA%2CYtHyCV%2C4BAKA%2CqBsHjDM%2CSAAQ%2CCAGH%3BEA0DT%2CStHPgB%2CQAAA%2CQAAA%2COsHOhB%3B%3BAtHjBH%2CYAAC%2C4BAKA%2CqBsHjDM%2CSAAQ%3BEACJ%2CWAAA%3B%3BAAEA%2CYtHyCV%2C4BAKA%2CqBsHjDM%2CSAAQ%2CCAGH%3BEA0DT%2CStHPgB%2CQAAA%2COsHOhB%3B%3BAtHjBH%2CYAAC%2C4BAKA%2CqBsHjDM%2CSAAQ%3BEACJ%2CWAAA%3B%3BAAEA%2CYtHyCV%2C4BAKA%2CqBsHjDM%2CSAAQ%2CCAGH%3BEA0DT%2CStHPgB%2COsHOhB%3B%3BAtHQC%2CYAzBH%2C4BAKA%2CqBAmBG%2CMAAM%2CCACL%3BEsHRF%2CSD7MmB%2CQAAA%2CQAAA%2CQAAA%2CQAAA%2CQAAA%2CQAAA%2CQAAA%2CQAAA%2COC6MnB%3B%3BAtHjBH%2CYAAC%2C4BAKA%2CqBsHjDM%2CSAAQ%3BEACJ%2CUAAA%3B%3BAAEA%2CYtHyCV%2C4BAKA%2CqBsHjDM%2CSAAQ%2CCAGH%3BEA0DT%2CStHPgB%2CQAAA%2CQAAA%2CQAAA%2CQAAA%2CQAAA%2CQAAA%2CQAAA%2COsHOhB%3B%3BAtHjBH%2CYAAC%2C4BAKA%2CqBsHjDM%2CSAAQ%3BEACJ%2CUAAA%3B%3BAAEA%2CYtHyCV%2C4BAKA%2CqBsHjDM%2CSAAQ%2CCAGH%3BEA0DT%2CStHPgB%2CQAAA%2CQAAA%2CQAAA%2CQAAA%2CQAAA%2CQAAA%2COsHOhB%3B%3BAtHjBH%2CYAAC%2C4BAKA%2CqBsHjDM%2CSAAQ%3BEACJ%2CUAAA%3B%3BAAEA%2CYtHyCV%2C4BAKA%2CqBsHjDM%2CSAAQ%2CCAGH%3BEA0DT%2CStHPgB%2CQAAA%2CQAAA%2CQAAA%2CQAAA%2CQAAA%2COsHOhB%3B%3BAtHjBH%2CYAAC%2C4BAKA%2CqBsHjDM%2CSAAQ%3BEACJ%2CUAAA%3B%3BAAEA%2CYtHyCV%2C4BAKA%2CqBsHjDM%2CSAAQ%2CCAGH%3BEA0DT%2CStHPgB%2CQAAA%2CQAAA%2CQAAA%2CQAAA%2COsHOhB%3B%3BAtHjBH%2CYAAC%2C4BAKA%2CqBsHjDM%2CSAAQ%3BEACJ%2CUAAA%3B%3BAAEA%2CYtHyCV%2C4BAKA%2CqBsHjDM%2CSAAQ%2CCAGH%3BEA0DT%2CStHPgB%2CQAAA%2CQAAA%2CQAAA%2COsHOhB%3B%3BAtHjBH%2CYAAC%2C4BAKA%2CqBsHjDM%2CSAAQ%3BEACJ%2CUAAA%3B%3BAAEA%2CYtHyCV%2C4BAKA%2CqBsHjDM%2CSAAQ%2CCAGH%3BEA0DT%2CStHPgB%2CQAAA%2CQAAA%2COsHOhB%3B%3BAtHjBH%2CYAAC%2C4BAKA%2CqBsHjDM%2CSAAQ%3BEACJ%2CWAAA%3B%3BAAEA%2CYtHyCV%2C4BAKA%2CqBsHjDM%2CSAAQ%2CCAGH%3BEA0DT%2CStHPgB%2CQAAA%2COsHOhB%3B%3BAtHjBH%2CYAAC%2C4BAKA%2CqBsHjDM%2CSAAQ%3BEACJ%2CWAAA%3B%3BAAEA%2CYtHyCV%2C4BAKA%2CqBsHjDM%2CSAAQ%2CCAGH%3BEA0DT%2CStHPgB%2COsHOhB%3B%3BAtHQC%2CYAzBH%2C4BAKA%2CqBAmBG%2CMAAM%2CCACL%3BEsHRF%2CSD7MmB%2CQAAA%2CQAAA%2CQAAA%2CQAAA%2CQAAA%2CQAAA%2CQAAA%2COC6MnB%3B%3BAtHjBH%2CYAAC%2C4BAKA%2CqBsHjDM%2CSAAQ%3BEACJ%2CUAAA%3B%3BAAEA%2CYtHyCV%2C4BAKA%2CqBsHjDM%2CSAAQ%2CCAGH%3BEA0DT%2CStHPgB%2CQAAA%2CQAAA%2CQAAA%2CQAAA%2CQAAA%2CQAAA%2COsHOhB%3B%3BAtHjBH%2CYAAC%2C4BAKA%2CqBsHjDM%2CSAAQ%3BEACJ%2CUAAA%3B%3BAAEA%2CYtHyCV%2C4BAKA%2CqBsHjDM%2CSAAQ%2CCAGH%3BEA0DT%2CStHPgB%2CQAAA%2CQAAA%2CQAAA%2CQAAA%2CQAAA%2COsHOhB%3B%3BAtHjBH%2CYAAC%2C4BAKA%2CqBsHjDM%2CSAAQ%3BEACJ%2CUAAA%3B%3BAAEA%2CYtHyCV%2C4BAKA%2CqBsHjDM%2CSAAQ%2CCAGH%3BEA0DT%2CStHPgB%2CQAAA%2CQAAA%2CQAAA%2CQAAA%2COsHOhB%3B%3BAtHjBH%2CYAAC%2C4BAKA%2CqBsHjDM%2CSAAQ%3BEACJ%2CUAAA%3B%3BAAEA%2CYtHyCV%2C4BAKA%2CqBsHjDM%2CSAAQ%2CCAGH%3BEA0DT%2CStHPgB%2CQAAA%2CQAAA%2CQAAA%2COsHOhB%3B%3BAtHjBH%2CYAAC%2C4BAKA%2CqBsHjDM%2CSAAQ%3BEACJ%2CUAAA%3B%3BAAEA%2CYtHyCV%2C4BAKA%2CqBsHjDM%2CSAAQ%2CCAGH%3BEA0DT%2CStHPgB%2CQAAA%2CQAAA%2COsHOhB%3B%3BAtHjBH%2CYAAC%2C4BAKA%2CqBsHjDM%2CSAAQ%3BEACJ%2CWAAA%3B%3BAAEA%2CYtHyCV%2C4BAKA%2CqBsHjDM%2CSAAQ%2CCAGH%3BEA0DT%2CStHPgB%2CQAAA%2COsHOhB%3B%3BAtHjBH%2CYAAC%2C4BAKA%2CqBsHjDM%2CSAAQ%3BEACJ%2CWAAA%3B%3BAAEA%2CYtHyCV%2C4BAKA%2CqBsHjDM%2CSAAQ%2CCAGH%3BEA0DT%2CStHPgB%2COsHOhB%3B%3BAtHQC%2CYAzBH%2C4BAKA%2CqBAmBG%2CMAAM%2CCACL%3BEsHRF%2CSD7MmB%2CQAAA%2CQAAA%2CQAAA%2CQAAA%2CQAAA%2CQAAA%2COC6MnB%3B%3BAtHjBH%2CYAAC%2C4BAKA%2CqBsHjDM%2CSAAQ%3BEACJ%2CUAAA%3B%3BAAEA%2CYtHyCV%2C4BAKA%2CqBsHjDM%2CSAAQ%2CCAGH%3BEA0DT%2CStHPgB%2CQAAA%2CQAAA%2CQAAA%2CQAAA%2CQAAA%2COsHOhB%3B%3BAtHjBH%2CYAAC%2C4BAKA%2CqBsHjDM%2CSAAQ%3BEACJ%2CUAAA%3B%3BAAEA%2CYtHyCV%2C4BAKA%2CqBsHjDM%2CSAAQ%2CCAGH%3BEA0DT%2CStHPgB%2CQAAA%2CQAAA%2CQAAA%2CQAAA%2COsHOhB%3B%3BAtHjBH%2CYAAC%2C4BAKA%2CqBsHjDM%2CSAAQ%3BEACJ%2CUAAA%3B%3BAAEA%2CYtHyCV%2C4BAKA%2CqBsHjDM%2CSAAQ%2CCAGH%3BEA0DT%2CStHPgB%2CQAAA%2CQAAA%2CQAAA%2COsHOhB%3B%3BAtHjBH%2CYAAC%2C4BAKA%2CqBsHjDM%2CSAAQ%3BEACJ%2CUAAA%3B%3BAAEA%2CYtHyCV%2C4BAKA%2CqBsHjDM%2CSAAQ%2CCAGH%3BEA0DT%2CStHPgB%2CQAAA%2CQAAA%2COsHOhB%3B%3BAtHjBH%2CYAAC%2C4BAKA%2CqBsHjDM%2CSAAQ%3BEACJ%2CWAAA%3B%3BAAEA%2CYtHyCV%2C4BAKA%2CqBsHjDM%2CSAAQ%2CCAGH%3BEA0DT%2CStHPgB%2CQAAA%2COsHOhB%3B%3BAtHjBH%2CYAAC%2C4BAKA%2CqBsHjDM%2CSAAQ%3BEACJ%2CWAAA%3B%3BAAEA%2CYtHyCV%2C4BAKA%2CqBsHjDM%2CSAAQ%2CCAGH%3BEA0DT%2CStHPgB%2COsHOhB%3B%3BAtHQC%2CYAzBH%2C4BAKA%2CqBAmBG%2CMAAM%2CCACL%3BEsHRF%2CSD7MmB%2CQAAA%2CQAAA%2CQAAA%2CQAAA%2CQAAA%2COC6MnB%3B%3BAtHjBH%2CYAAC%2C4BAKA%2CqBsHjDM%2CSAAQ%3BEACJ%2CUAAA%3B%3BAAEA%2CYtHyCV%2C4BAKA%2CqBsHjDM%2CSAAQ%2CCAGH%3BEA0DT%2CStHPgB%2CQAAA%2CQAAA%2CQAAA%2CQAAA%2COsHOhB%3B%3BAtHjBH%2CYAAC%2C4BAKA%2CqBsHjDM%2CSAAQ%3BEACJ%2CUAAA%3B%3BAAEA%2CYtHyCV%2C4BAKA%2CqBsHjDM%2CSAAQ%2CCAGH%3BEA0DT%2CStHPgB%2CQAAA%2CQAAA%2CQAAA%2COsHOhB%3B%3BAtHjBH%2CYAAC%2C4BAKA%2CqBsHjDM%2CSAAQ%3BEACJ%2CUAAA%3B%3BAAEA%2CYtHyCV%2C4BAKA%2CqBsHjDM%2CSAAQ%2CCAGH%3BEA0DT%2CStHPgB%2CQAAA%2CQAAA%2COsHOhB%3B%3BAtHjBH%2CYAAC%2C4BAKA%2CqBsHjDM%2CSAAQ%3BEACJ%2CWAAA%3B%3BAAEA%2CYtHyCV%2C4BAKA%2CqBsHjDM%2CSAAQ%2CCAGH%3BEA0DT%2CStHPgB%2CQAAA%2COsHOhB%3B%3BAtHjBH%2CYAAC%2C4BAKA%2CqBsHjDM%2CSAAQ%3BEACJ%2CWAAA%3B%3BAAEA%2CYtHyCV%2C4BAKA%2CqBsHjDM%2CSAAQ%2CCAGH%3BEA0DT%2CStHPgB%2COsHOhB%3B%3BAtHQC%2CYAzBH%2C4BAKA%2CqBAmBG%2CMAAM%2CCACL%3BEsHRF%2CSD7MmB%2CQAAA%2CQAAA%2CQAAA%2CQAAA%2COC6MnB%3B%3BAtHjBH%2CYAAC%2C4BAKA%2CqBsHjDM%2CSAAQ%3BEACJ%2CUAAA%3B%3BAAEA%2CYtHyCV%2C4BAKA%2CqBsHjDM%2CSAAQ%2CCAGH%3BEA0DT%2CStHPgB%2CQAAA%2CQAAA%2CQAAA%2COsHOhB%3B%3BAtHjBH%2CYAAC%2C4BAKA%2CqBsHjDM%2CSAAQ%3BEACJ%2CUAAA%3B%3BAAEA%2CYtHyCV%2C4BAKA%2CqBsHjDM%2CSAAQ%2CCAGH%3BEA0DT%2CStHPgB%2CQAAA%2CQAAA%2COsHOhB%3B%3BAtHjBH%2CYAAC%2C4BAKA%2CqBsHjDM%2CSAAQ%3BEACJ%2CWAAA%3B%3BAAEA%2CYtHyCV%2C4BAKA%2CqBsHjDM%2CSAAQ%2CCAGH%3BEA0DT%2CStHPgB%2CQAAA%2COsHOhB%3B%3BAtHjBH%2CYAAC%2C4BAKA%2CqBsHjDM%2CSAAQ%3BEACJ%2CWAAA%3B%3BAAEA%2CYtHyCV%2C4BAKA%2CqBsHjDM%2CSAAQ%2CCAGH%3BEA0DT%2CStHPgB%2COsHOhB%3B%3BAtHQC%2CYAzBH%2C4BAKA%2CqBAmBG%2CMAAM%2CCACL%3BEsHRF%2CSD7MmB%2CQAAA%2CQAAA%2CQAAA%2COC6MnB%3B%3BAtHjBH%2CYAAC%2C4BAKA%2CqBsHjDM%2CSAAQ%3BEACJ%2CUAAA%3B%3BAAEA%2CYtHyCV%2C4BAKA%2CqBsHjDM%2CSAAQ%2CCAGH%3BEA0DT%2CStHPgB%2CQAAA%2CQAAA%2COsHOhB%3B%3BAtHjBH%2CYAAC%2C4BAKA%2CqBsHjDM%2CSAAQ%3BEACJ%2CWAAA%3B%3BAAEA%2CYtHyCV%2C4BAKA%2CqBsHjDM%2CSAAQ%2CCAGH%3BEA0DT%2CStHPgB%2CQAAA%2COsHOhB%3B%3BAtHjBH%2CYAAC%2C4BAKA%2CqBsHjDM%2CSAAQ%3BEACJ%2CWAAA%3B%3BAAEA%2CYtHyCV%2C4BAKA%2CqBsHjDM%2CSAAQ%2CCAGH%3BEA0DT%2CStHPgB%2COsHOhB%3B%3BAtHQC%2CYAzBH%2C4BAKA%2CqBAmBG%2CMAAM%2CCACL%3BEsHRF%2CSD7MmB%2CQAAA%2CQAAA%2COC6MnB%3B%3BAtHjBH%2CYAAC%2C4BAKA%2CqBsHjDM%2CSAAQ%3BEACJ%2CWAAA%3B%3BAAEA%2CYtHyCV%2C4BAKA%2CqBsHjDM%2CSAAQ%2CCAGH%3BEA0DT%2CStHPgB%2CQAAA%2COsHOhB%3B%3BAtHjBH%2CYAAC%2C4BAKA%2CqBsHjDM%2CSAAQ%3BEACJ%2CWAAA%3B%3BAAEA%2CYtHyCV%2C4BAKA%2CqBsHjDM%2CSAAQ%2CCAGH%3BEA0DT%2CStHPgB%2COsHOhB%3B%3BAtHQC%2CYAzBH%2C4BAKA%2CqBAmBG%2CMAAM%2CCACL%3BEsHRF%2CSD7MmB%2CQAAA%2COC6MnB%3B%3BAtHjBH%2CYAAC%2C4BAKA%2CqBsHjDM%2CSAAQ%3BEACJ%2CWAAA%3B%3BAAEA%2CYtHyCV%2C4BAKA%2CqBsHjDM%2CSAAQ%2CCAGH%3BEA0DT%2CStHPgB%2COsHOhB%3B%3BAtHQC%2CYAzBH%2C4BAKA%2CqBAmBG%2CMAAM%2CCACL%3BEsHRF%2CSD7MmB%2COC6MnB%3B%3BAtHoBH%2CYAAC%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3B%3BA6F9ED%2CY7FiFC%2CqBAEA%2CwB6FnFA%3BAACD%2CY7FgFC%2CqBAEA%2CwB6FlFA%3BEACA%2CSAAS%2CGAAT%3BEACA%2CcAAA%3BEACA%2CWAAA%3B%3BADpJD%2CY5FiOC%2CqBAEA%2CwB4FnOA%3BAACD%2CY5FgOC%2CqBAEA%2CwB4FlOA%3BEACA%2CSAAS%2CGAAT%3BEACA%2CcAAA%3BEACA%2CWAAA%3B%3BA5F6ND%2CYAAC%2CqBAUA%3BEACC%2CeAAA%3BEACA%2CkBAAA%3BEACA%2C0BAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3B%3BAAEA%2CYApBD%2CqBAUA%2CiBAUE%2CMACA%3BE4FtOH%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CUAAA%3BEATA%2CmB5F%2BOmB%2CU4F%5C%2FOnB%3BEACA%2CgB5F8OmB%2CU4F9OnB%3BEACA%2Ce5F6OmB%2CU4F7OnB%3BEACA%2Cc5F4OmB%2CU4F5OnB%3B%3BA5FqNA%2CYAAC%2CqBAUA%2CiBAiBC%3BE4FnQF%2CqCAAA%3BEACA%2CkCAAA%3BEACA%2CiCAAA%3BEACA%2CgCAAA%3BEAoBA%2CoBAAA%3BEACA%2CiBAAA%3BEACA%2CYAAA%3BE5F6OG%2CeAAA%3B%3BAAEA%2CYAhCF%2CqBAUA%2CiBAiBC%2CEAKE%3BEACA%2CgBAAA%3B%3BAAjCJ%2CYAAC%2CqBAUA%2CiBA2BC%3BEACC%2CgBAAA%3BEACA%2CcAAA%3B%3BAAvCH%2CYAAC%2CqBA4CA%3BEACC%2CgEAAA%3BEACA%2CwBAAA%3BEACA%2C4BAAA%3BEACA%2CqBAAA%3BEACA%2CaAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3B%3BAArDF%2CYAAC%2CqBAwDA%2CwBAAuB%2CQACtB%3BEACC%2CqBAAA%3B%3BAA1DH%2CYAAC%2CqBAwDA%2CwBAAuB%2CQAKtB%3BEACC%2CaAAA%3B%3BAA9DH%2CYAAC%2CqBAkEA%2CMAAK%3BE4F7QN%2CwBAAA%3BEACA%2CqBAAA%3BEACA%2CgBAAA%3BE5F6QE%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CSAAA%3BEACA%2CSAAA%3BEACA%2CaAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3B%3BAA1EF%2CYAAC%2CqBA6EA%3BE4FlRD%2C0BAAA%3BEACA%2CuBAAA%3BEACA%2CkBAAA%3BEAEA%2C6BAAA%3BEACA%2CoCAAA%3BEACA%2C4BAAA%3BE5F8QE%2C0BAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3B%3BAAEA%2CYAtFD%2CqBA6EA%2CsBASE%3BEACA%2CmBAAA%3B%3BAAvFH%2CYAAC%2CqBA2FA%2CeAEC%3BEACC%2CWAAA%3BEACA%2CWAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3B%3BAAEA%2CYApGF%2CqBA2FA%2CeAEC%2CcAOE%3BEACA%2CgBAAA%3B%3BAArGJ%2CYAAC%2CqBA2FA%2CeAEC%2CcAWC%3BE4FhVH%2CqCAAA%3BEACA%2CkCAAA%3BEACA%2CiCAAA%3BEACA%2CgCAAA%3BEAoBA%2CoBAAA%3BEACA%2CiBAAA%3BEACA%2CYAAA%3BE5F0TI%2CcAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3B%3BAAEA%2CYA%5C%2FGH%2CqBA2FA%2CeAEC%2CcAWC%2CEAOE%3BE4FhUL%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CUAAA%3BEATA%2CmB5FyUoB%2CU4FzUpB%3BEACA%2CgB5FwUoB%2CU4FxUpB%3BEACA%2Ce5FuUoB%2CU4FvUpB%3BEACA%2Cc5FsUoB%2CU4FtUpB%3B%3BA5FqNA%2CYAAC%2CqBA2FA%2CeAEC%2CcAwBC%3BE4F1TH%2CiCAAA%3BEACA%2C8BAAA%3BEACA%2CyBAAA%3BEAEA%2C6BAAA%3BEACA%2CoCAAA%3BEACA%2C4BAAA%3BE5FsTI%2CmBAAA%3BEACA%2CgCAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3B%3BAA7HJ%2CYAAC%2CqBA2FA%2CeAEC%2CcAmCC%2CeACC%3BEACC%2CYAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAArIL%2CYAAC%2CqBA2FA%2CeAEC%2CcAmCC%2CeAQC%3BEACC%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3B%3BAA3IL%2CYAAC%2CqBA2FA%2CeAEC%2CcAmCC%2CeAcC%2CIAAG%3BEACF%2CWAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3B%3BAAjJL%2CYAAC%2CqBAuJA%3BEACC%2CkBAAA%3B%3BAAIF%2CYAAC%2CuBACA%3BAADD%2CYAAC%2CuBAEA%3BEACC%2CYAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CyBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CkBAAA%3BEACA%2COAAA%3BEACA%2CeAAA%3B%3BAAEA%2CYAdD%2CuBACA%2C0BAaE%3BAAAD%2CYAdD%2CuBAEA%2CyBAYE%3BEACA%2CmBAAA%3B%3BAAKD%2CYApBD%2CuBAmBA%2C0BACE%3BEACA%2CSAAS%2CGAAT%3BEACA%2CeAAA%3B%3BAAtBH%2CYAAC%2CuBA0BA%3BEACC%2CUAAA%3BEACA%2CQAAA%3B%3BAAEA%2CYA9BD%2CuBA0BA%2CyBAIE%3BEACA%2CSAAS%2CGAAT%3BEACA%2CeAAA%3B%3BAAhCH%2CYAAC%2CuBAoCA%3BEACC%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAIF%2CYAAC%2CuBACA%3BEACC%2CWAAA%3B%3BAAIF%2CYAAC%2C4BACA%3BEACC%2CYAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3B%3BAAPF%2CYAAC%2C4BACA%2COAQC%3BAATF%2CYAAC%2C4BACA%2COASC%3BEACC%2CoBAAA%3B%3BAAKH%2CYAAC%2C6BACA%3BEACC%2CWAAA%3B%3BAAFF%2CYAAC%2C6BAKA%2CMACC%2CMAAM%3BEACL%2CaAAA%3B%3BAAPH%2CYAAC%2C6BAWA%2CMAAQ%2CQAAQ%2CKAAK%3BAAXtB%2CYAAC%2C6BAYA%2CMAAQ%2CQAAQ%2CKAAK%3BAAZtB%2CYAAC%2C6BAaA%2CMAAQ%2CQAAQ%2CKAAK%3BAAbtB%2CYAAC%2C6BAcA%2CMAAQ%2CQAAQ%2CKAAK%3BAAdtB%2CYAAC%2C6BAeA%2CMAAQ%2CQAAQ%2CKAAK%3BAAftB%2CYAAC%2C6BAgBA%2CMAAQ%2CQAAQ%2CKAAK%3BEACpB%2CkBAAA%3BEACA%2CkBAAA%3B%3BAAUF%2CYAAC%2C0BAEA%3BAADD%2CYAAC%2CiCACA%3BEACC%2CgBAAA%3B%3BAAnfH%2CYAufC%2CmBACG%3BEACD%2CyBAAA%3BEACA%2CqBAAA%3BEACA%2CyBAAA%3BEACA%2CsBAAA%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CaAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3B%3BAAngBH%2CYAugBC%3BEACC%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3B%3BAA9gBF%2CYAihBC%3BEACC%2CeAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3B%3BAAGC%2CYANF%2CyBAKC%2CEACE%3BEACA%2CaAAA%3B%3BAAxhBJ%2CYA6hBC%3BEACC%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CqBAAA%3BEACA%2CeAAA%3BEACA%2CUAAA%3B%3BAAliBF%2CYA6hBC%2CqBAOC%3BEACC%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3B%3BAAxiBH%2CYA6hBC%2CqBAcC%3BE4F9fD%2CiDAAA%3BEACA%2C8CAAA%3BEACA%2CyCAAA%3BEAIA%2C0BAAA%3BEACA%2CuBAAA%3BEACA%2CkBAAA%3BEAEA%2C6BAAA%3BEACA%2CoCAAA%3BEACA%2C4BAAA%3BE5FqfE%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3BEACA%2CaAAA%3BEACA%2CcAAA%3BEACA%2CuBAAA%3BEACA%2C6BAAA%3B%3BAAEA%2CYA9BF%2CqBAcC%2C6BAgBE%3BAACD%2CYA%5C%2FBF%2CqBAcC%2C6BAiBE%3BEACA%2CgCAAA%3BEACA%2CSAAA%3BEACA%2CQAAA%3BEACA%2CyBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3B%3BAAGD%2CYA5CF%2CqBAcC%2C6BA8BE%3BEACA%2CkBAAA%3B%3BAAGD%2CYAhDF%2CqBAcC%2C6BAkCE%3BEACA%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3B%3BAAIF%2CYAxDD%2CqBAwDE%2CMACA%3BEACC%2CcAAA%3B%3BAAvlBJ%2CYA4lBC%3BE4F%5C%2FiBA%2C8EAAA%3BEACA%2C2EAAA%3BEACA%2CsEAAA%3BE5FgjBC%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3B%3BAAnmBF%2CYA4lBC%2C0BASC%3BEACC%2CUAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CaAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3B%3BAAhnBH%2CYA4lBC%2C0BASC%2CkBAaC%3BEACC%2CSAAA%3BEACA%2C0BAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAAEA%2CYAhCH%2C0BASC%2CkBAaC%2CGAUE%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3B%3BAA9nBL%2CYAooBC%3BEACC%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CaAAA%3B%3BAAvoBF%2CYAooBC%2CkBAKC%3BEACC%2CqBAAA%3B%3BAA1oBH%2CYAooBC%2CkBASC%3BEACC%2CkBAAA%3BEACA%2CkBAAA%3B%3BAA%5C%2FoBH%2CYAooBC%2CkBAcG%3BE4F%5C%2FlBH%2C0BAAA%3BEACA%2CuBAAA%3BEACA%2CkBAAA%3BEAEA%2C6BAAA%3BEACA%2CoCAAA%3BEACA%2C4BAAA%3BEAzCA%2C4BAAA%3BEACA%2CyBAAA%3BEACA%2CwBAAA%3BEACA%2CuBAAA%3BE5FkoBE%2CeAAA%3BEACA%2CkBAAA%3B%3BAAEA%2CYApBF%2CkBAcG%2CQAMA%3BEACA%2CkBAAA%3B%3BAAzpBJ%2CYA8pBC%2CgCAEC%2CkBAEG%3BEACD%2CsBAAA%3BEACA%2CaAAA%3BEACA%2C6BAAA%3BEACA%2CsBAAA%3B%3BAAEA%2CYAVH%2CgCAEC%2CkBAEG%2CQAMA%3BEACA%2CkBAAA%3B%3BAAMA%2CYAjBJ%2CgCAEC%2CkBAaE%2CgBACA%2CmBACE%3B%3B%3B%3BE4FjnBJ%2CaAAa%2CeAAb%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3BEACA%2CoBAAA%3BEACA%2CcAAA%3BEACA%2CqBAAA%3B%3BEAGA%2CmCAAA%3BEACA%2CkCAAA%3BEAzDD%2C4BAAA%3BEACA%2CyBAAA%3BEACA%2CwBAAA%3BEACA%2CuBAAA%3BEAgCA%2C0BAAA%3BEACA%2CuBAAA%3BEACA%2CkBAAA%3BEAEA%2C6BAAA%3BEACA%2CoCAAA%3BEACA%2C4BAAA%3BE5F0nBK%2CSAAS%2COAAT%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CuBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3B%3BAAjBH%2CYAfF%2CgCAEC%2CkBAaE%2CgBAqBE%3BE4FrpBL%2CiDAAA%3BEACA%2C8CAAA%3BEACA%2CyCAAA%3B%3BA5F%5C%2FCD%2CYAysBC%2CiCAEC%2CkBACG%3BEACD%2CsBAAA%3BEACA%2CqBAAA%3BEACA%2CcAAA%3BEACA%2CsBAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3B%3BAAEA%2CYAXH%2CiCAEC%2CkBACG%2CQAQA%3BEACA%2CkBAAA%3B%3BAAIF%2CYAhBF%2CiCAEC%2CkBAcE%2CgBACE%3BEACD%2CkBAAA%3B%3BAAOL%2CyBACC%3BEACC%2CyBAAA%3BEACA%2CWAAA%3B%3BAAHF%2CyBACC%2CsBAIC%3BEACC%2CSAAA%3BEACA%2CgBAAA%3B%3BAAMF%2CYAAC%2C4BACA%3BEACC%2CgBAAA%3B%3BAAFF%2CYAAC%2C4BACA%2CGAGC%3BEACC%2CqBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3B%3BAAMJ%3BEACC%2CkBAAA%3BEACA%2CUAAA%3B%3BAAEA%2CUAAC%2C6BACE%3BEACD%2CeAAA%3B%3BAAEA%2CUAJD%2C6BACE%2CgBAGA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CWAAA%3BEACA%2COAAA%3B%3BAAfJ%2CUAoBG%3BEACD%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAKA%2CUAFD%2CoBAEE%2CQACA%3BE4F1uBF%2C0BAAA%3BEACA%2CuBAAA%3BEACA%2CkBAAA%3BEAEA%2C6BAAA%3BEACA%2CoCAAA%3BEACA%2C4BAAA%3BE5FsuBG%2CYAAA%3BEACA%2CWAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3BEACA%2CWAAA%3B%3BAAVF%2CUAFD%2CoBAEE%2CQAaA%3BEACC%2CkBAAA%3B%3BAAIF%2CUApBD%2CoBAoBE%2CUAEA%3BEACC%2CcAAA%3BEACA%2CoBAAA%3BEACA%2CWAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BAARF%2CUApBD%2CoBAoBE%2CUAWA%3BEACC%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CSAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2C2BAAA%3BEACA%2C6DAAA%3B%3BAApBF%2CUApBD%2CoBAoBE%2CUAuBA%3BEACC%2CkBAAA%3B%3BAAEA%2CUA9CH%2CoBAoBE%2CUAuBA%2CyBAGE%2CWACA%3BEACC%2CyBAAA%3B%3BAAFF%2CUA9CH%2CoBAoBE%2CUAuBA%2CyBAGE%2CWAKA%3BEACC%2CyBAAA%3B%3BAAOL%2CUAAC%3BE4FxyBD%2CgFAAA%3BEACA%2C6EAAA%3BEACA%2CwEAAA%3B%3BA5FsyBA%2CUAAC%2CyBAGE%3BEACD%2CaAAA%3B%3BAAJF%2CUAAC%2CyBAGE%2CoBAGC%3BEACD%2CaAAA%3B%3BAAPH%2CUAAC%2CyBAGE%2CoBAOC%3BEACD%2C6BAAA%3BEACA%2CYAAA%3B%3BAAZH%2CUAAC%2CyBAgBE%3BEACD%2CcAAA%3B%3BAAjBF%2CUAAC%2CyBAgBE%2CgBAGC%3BEACD%2CqBAAA%3B%3BAApBH%2CUAAC%2CyBAgBE%2CgBAGC%2CsBAGC%3BE4FxzBL%2CwBAAA%3BEACA%2CqBAAA%3BEACA%2CgBAAA%3BEAEA%2C6BAAA%3BEACA%2CoCAAA%3BEACA%2C4BAAA%3BE5FozBI%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3B%3BAAGD%2CUA9BF%2CyBAgBE%2CgBAGC%2CsBAWA%2CIAAI%2CaACF%3BEACD%2CWAAA%3BEACA%2CuBAAA%3B%3BAAIF%2CUArCF%2CyBAgBE%2CgBAGC%2CsBAkBA%2CWACE%3BEACD%2CgBAAA%3B%3BAAvCL%2CUAAC%2CyBAgBE%2CgBA4BC%3BE4F90BJ%2CwBAAA%3BEACA%2CqBAAA%3BEACA%2CgBAAA%3BEAEA%2C6BAAA%3BEACA%2CoCAAA%3BEACA%2C4BAAA%3BE5F00BG%2CsBAAA%3BEACA%2CSAAA%3B%3BAAKH%2CUAAC%2C6BACE%3BEACD%2CiBAAA%3B%3BAAIF%2CUAAC%2C2BAEE%3BAADH%2CUAAC%2C8BACE%3BEACD%2CiBAAA%3B%3BAAIF%2CUAAC%2C6BAIE%3BAAHH%2CUAAC%2C4BAGE%3BAAFH%2CUAAC%2C8BAEE%3BAAJH%2CUAAC%2C6BAKE%2CoBAAoB%3BAAJvB%2CUAAC%2C4BAIE%2CoBAAoB%3BAAHvB%2CUAAC%2C8BAGE%2CoBAAoB%3BEACrB%2CaAAA%3B%3BAANF%2CUAAC%2C6BASE%2CoBACC%3BAATJ%2CUAAC%2C4BAQE%2CoBACC%3BAARJ%2CUAAC%2C8BAOE%2CoBACC%3BEACD%2C6BAAA%3BEACA%2CYAAA%3B%3BAAtKJ%2CUA2KC%3BEACC%2CmBAAA%3BEACA%2CaAAA%3B%3BAA7KF%2CUA2KC%2CoBAIC%3BEACC%2CWAAA%3B%3BAAhLH%2CUAoLC%3BE4F73BA%2C2BAAA%3BEACA%2CwBAAA%3BEACA%2CmBAAA%3BEAEA%2C6BAAA%3BEACA%2CoCAAA%3BEACA%2C4BAAA%3BE5Fy3BC%2CcAAA%3BEACA%2CWAAA%3BEACA%2CsBAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3B%3BAA5LF%2CUAoLC%2CuCAUC%3BEACC%2CyBAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2COAAA%3BEACA%2CMAAA%3B%3BAAnMH%2CUAuMC%2CyBAAwB%2CWACvB%3BEACC%2CyBAAA%3BEACA%2CWAAA%3B%3BAAIF%2CUAAC%2CmBACA%3BEACC%2CgBAAA%3B%3BAAIF%2CUAAC%2CoBACA%3BEACC%2CiBAAA%3B%3BAAIF%2CUAAC%2CqBACA%3BEACC%2CkBAAA%3B%3BAAIF%2CUAAC%2CoBACA%2CQAAO%3BEACN%2CWAAA%3B%3BAAFF%2CUAAC%2CoBAKA%2CQAAO%3BEACN%2CYAAA%3B%3BAAtOH%2CUA0OC%3BEACC%2CeAAA%3B%3BA6Fh0BD%2CU7F%2BzBA%2CiBAGC%2CuB6Fl0BA%3BAACD%2CU7F8zBA%2CiBAGC%2CuB6Fj0BA%3BEACA%2CSAAS%2CGAAT%3BEACA%2CcAAA%3BEACA%2CWAAA%3B%3BADpJD%2CU5F%2B8BA%2CiBAGC%2CuB4Fl9BA%3BAACD%2CU5F88BA%2CiBAGC%2CuB4Fj9BA%3BEACA%2CSAAS%2CGAAT%3BEACA%2CcAAA%3BEACA%2CWAAA%3B%3BA5FiuBF%2CUA0OC%2CiBAGC%2CuBAGC%3BEACC%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CqBAAA%3BEACA%2CSAAA%3B%3BAAEA%2CUAZH%2CiBAGC%2CuBAGC%2CQAME%3BEACA%2CgBAAA%3B%3BAAGD%2CUAhBH%2CiBAGC%2CuBAGC%2CQAUE%3BE4Fz8BJ%2CwBAAA%3BEACA%2CqBAAA%3BEACA%2CgBAAA%3BE5Fy8BI%2CmBAAA%3BEACA%2CqBAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3B%3BAAEA%2CUAvBJ%2CiBAGC%2CuBAGC%2CQAUE%2CYAOC%3BEACA%2CgBAAA%3B%3BAwIlgCN%3BEACC%2CiBAAA%3B%3BAAEA%2CiBAAC%3BE5C8CD%2CgFAAA%3BEACA%2C6EAAA%3BEACA%2CwEAAA%3BE4C9CC%2CcAAA%3B%3BAAFD%2CiBAAC%2CwBAIA%3BEACC%2CyBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3B%3BAAEA%2CiBAZD%2CwBAIA%2CwBAQE%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CmBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CWAAA%3BEACA%2COAAA%3B%3BAAnBH%2CiBAAC%2CwBAuBA%3BEACC%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3B%3BAAIF%2CiBAAC%3BEACA%2CkBAAA%3B%3BAADD%2CiBAAC%2CwBAGA%3BEACC%2CiBAAA%3B%3BAArCH%2CiBAyCC%3BEACC%2CkBAAA%3B%3BAA1CF%2CiBAyCC%2C0BAEO%3BEACI%2CcAAA%3B%3BAA5CZ%2CiBAgDC%3BEACC%2CYAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3B%3BAAnDF%2CiBAsDC%3BEACC%2CsBAAA%3BEACA%2CoBAAA%3B%3BAACA%2CiBAHD%2CMAGE%3BEACA%2C2CAAA%3BEACA%2CmCAAA%3B%3BAAED%2CiBAPD%2CMAOE%3BEACA%2CuBAAA%3BEACA%2C0DAAA%3BEACA%2CkDAAA%3B%3BAAED%2CiBAZD%2CMAYE%3BEACA%2CoBAAA%3BEACA%2CgEAAA%3BEACA%2CwDAAA%3B%3BAAKH%3BEACC%3BIACC%2CuBAAA%3B%3BEAED%3BIACC%2CoBAAA%3B%3B%3BAAIF%3BEACC%3BIACC%2CuBAAA%3B%3BEAED%3BIACC%2CoBAAA%3B%3B%3BAAIF%3BEACC%3BIACC%2CoBAAA%3B%3BEAED%3BIACC%2CsBAAA%3B%3B%3BAAIF%3BEACC%3BIACC%2CoBAAA%3B%3BEAED%3BIACC%2CsBAAA%3B%3B%3BAC1GF%2CIAAI%3BEACA%2CqCAAA%3B%3BAAGJ%2CIAAI%3BEACA%2CqCAAA%3B%3BAAGJ%3BEACI%3BEAAM%3BIACF%2CyBAAA%3B%3BEAEJ%3BIACI%2C%2BBAAA%3B%3B%3BAAIR%2CIAAI%3BEACA%2CWAAA%3B%3BAAGJ%2CGAAG%3BEACC%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3BEACA%2CqBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CGAAG%2CaAAgB%3BAAAO%2CGAAG%2CaAAgB%2CQAAK%3BEAC9C%2C6BAAA%3BEACA%2CqBAAA%3BEACA%2C6BAAA%3BEACA%2CkBAAA%3BEACA%2CoCAAA%3BEACA%2CiDAAA%3BEACA%2CwBAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2COAAA%3B%3B%3BAAGJ%2CGAAG%2CaAAgB%2CQAAK%3BEACpB%2CaAAA%3B%3BAAGJ%2CGAAG%2CaAAgB%2CQAAK%3BEACpB%2CgBAAA%3B%3BAAGJ%2CGAAG%2CaAAgB%2CQAAK%3BEACpB%2CgBAAA%3B%3BAAGJ%2CGAAG%2CaAAgB%2CQAAK%2CiBAAoB%3BEACxC%2CyBAAA%3B%3BAAGJ%2CGAAG%2CaAAgB%3BEACf%2CYAAA%3BEACA%2CqBAAA%3BEACA%2CYAAA%3B%3B%3BAAGJ%3BEACI%2CgBAAA%3BEACA%2CkBAAA%3B%3BA7CvDJ%3BAEgDA%3BAACA%3BAADA%2C2BAIC%3BAAHD%2C4BAGC%3BEFnDA%2CoBAAA%3BEACA%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3B%3BAAgDD%3B%3BEAEE%2CaAAa%2CeAAb%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3BEACA%2CoBAAA%3BEACA%2CcAAA%3BEACA%2CqBAAA%3B%3BEAGA%2CmCAAA%3BEACA%2CkCAAA%3B%3BAASF%3BEArCC%2CgFAAA%3BEACA%2C6EAAA%3BEACA%2CwEAAA%3B%3BAAuCD%3BEACC%2CaAAA%3B%3BAAGD%3BEACC%2CcAAA%3B%3BAAGD%3BEACC%2CaAAA%3B%3BAAGD%3BEACC%2CaAAA%3BEACA%2CeAAA%3B%3BAAGD%3BEACC%2CWAAA%3BEACA%2CWAAA%3B%3BAAGD%2CeAAkB%3BEACjB%2CWAAA%3BEACA%2CqBAAA%3B%3BAAGD%2CYAAe%3BEACd%2CWAAA%3B%3BAAGD%2CYAAe%3BEACd%2CUAAA%3BEACA%2CWAAA%3B%3BAAEA%2CYAJc%2CMAIb%2CUAAU%3BEACV%2CWAAA%3B%3BAAIF%2CYAAe%3BEACd%2CcAAA%3BEACA%2CWAAA%3B%3BAAEA%2CYAJc%2CMAIb%2CUAAU%3BEACV%2CWAAA%3B%3BAAIF%2CYAAe%3BEACd%2CUAAA%3BEACA%2CWAAA%3B%3BAAEA%2CYAJc%2CMAIb%2CUAAU%3BEACV%2CWAAA%3B%3BAAIF%2CYAAe%3BEACd%2CUAAA%3BEACA%2CWAAA%3B%3BAAEA%2CYAJc%2CMAIb%2CUAAU%3BEACV%2CWAAA%3B%3BAAIF%2CYAAe%3BEACd%2CcAAA%3BEACA%2CWAAA%3B%3BAAEA%2CYAJc%2CMAIb%2CUAAU%3BEACV%2CWAAA%3B%3BAAIF%3BEACC%2CoCAAA%3BEACA%2CSAAA%3BEACA%2COAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3B%3BAAGD%2CMAAM%3BEAhGL%2C8BAAA%3BEACA%2C2BAAA%3BEACA%2CsBAAA%3BEAgGA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3B%3BAAEA%2CMANK%2CIAMJ%2CYACA%3BEACC%2CcAAA%3B%3BAAKH%2CyBACC%3BEACC%2CgBAAA%3B%3BAAFF%2CyBAKC%3BEACC%2CmBAAA%3B%3BAANF%2CyBASC%3BEACC%2CyBAAA%3B%3BAAGC%2CyBAJF%2CMAGC%2CGACE%2CUAAU%2CKACV%3BEACC%2CmBAAA%3B%3BAAfL%2CyBASC%2CMAGC%2CGAOC%3BEACC%2CsBAAA%3B%3BAAEA%2CyBAbH%2CMAGC%2CGAOC%2CGAGE%3BEACA%2CUAAA%3B%3BAAGD%2CyBAjBH%2CMAGC%2CGAOC%2CGAOE%3BEACA%2C%2BBAAA%3B%3BAAOL%2CWACC%3BEACC%2CSAAA%3B%3BAAIF%3BEACC%2CcAAA%3B%3BAEvOD%3BEACC%2CmBAAA%3B%3BAAGD%3BEACC%2CeAAA%3B%3BAAEA%2CoBAAC%2CQACA%2CoBACC%3BEACC%2CkBAAA%3B%3BAAGD%2CoBAND%2CQACA%2CoBAKE%3BEACA%2CcAAA%3B%3BAAVJ%2CoBAeC%2CuBACC%3BEACC%2CmBAAA%3B%3BAAjBH%2CoBAqBC%3BEACC%2CmBAAA%3B%3BAAtBF%2CoBAyBC%3BEACC%2CkBAAA%3B%3BAAEA%2CoBAHD%2CoBAGE%3BEACA%2C8BAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3BEACA%2CaAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2C0BAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3BEACA%2CsBAAA%3BEACA%2CSAAS%2CEAAT%3B%3BAAKH%3BEACC%2CcAAA%3B%3BAAGD%3BEACC%2CcAAA%3B%3BAAGD%2C2BAIC%3BAAHD%2C4BAGC%3BEAGC%2CWAAA%3B%3BAAPF%2C2BAUC%2CuBACC%3BAAVF%2C4BASC%2CuBACC%3BEACC%2CmBAAA%3BEACA%2CWAAA%3B%3BAAQA%2C2BAFF%2CuBACG%2CwBACA%3BEACA%2CUAAA%3B%3BAAJJ%2C2BASC%3BEFhCA%2CkCAAA%3BEACA%2C%2BBAAA%3BEACA%2C0BAAA%3BEAEA%2C6BAAA%3BEACA%2CoCAAA%3BEACA%2C4BAAA%3BEE4BC%2CiBAAA%3B%3BA4CzFF%3BEACC%2CaAAA%3B%3BAAGD%3BEACC%2CgBAAA%3B%3BAAIA%2CSAAC%2C2BAGA%3BAAFD%2CSAAC%2C8BAEA%3BAADD%2CSAAC%2C8BACA%3BEACC%2COAAA%3B%3BAAIF%2CSAAC%2C4BAGA%3BAAFD%2CSAAC%2C%2BBAEA%3BAADD%2CSAAC%2C%2BBACA%3BEACC%2CQAAA%3B%3BAAIF%2CSAAC%2C2BAGA%3BAAFD%2CSAAC%2C6BAEA%3BAADD%2CSAAC%2C4BACA%3BEACC%2CMAAA%3B%3BAAIF%2CSAAC%2C8BAGA%3BAAFD%2CSAAC%2CgCAEA%3BAADD%2CSAAC%2C%2BBACA%3BEACC%2CSAAA%3B%3BAAKH%3BEACC%2CeAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CMAAA%3BEACA%2COAAA%3BEACA%2CaAAA%3BEACA%2CoBAAA%3BEACA%2C6BAAA%3BEACA%2CyBAAA%3BEACA%2CsBAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3B%3BAAZD%2CyBAcC%3BAAdD%2CyBAeC%3BEACC%2CaAAA%3B%3BAAhBF%2CyBAmBC%3BEACC%2CWAAA%3BEACA%2CeAAA%3B%3BAArBF%2CyBAwBC%3BEACC%2CsBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CYAAA%3B%3BAA5BF%2CyBA%2BBC%3BE9C5DA%2CoBAAA%3BEACA%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BE8C2DC%2CSAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CcAAA%3BEACA%2CsBAAA%3B%3BAAvCF%2CyBA%2BBC%2CiCAUG%3BEACD%2CWAAA%3B%3BAA1CH%2CyBA8CC%3BEACC%2CcAAA%3BEACA%2CWAAA%3B%3BAAhDF%2CyBAmDC%3BEAEC%2CoBAAA%3BEACA%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEACA%2CwBAAA%3BEACA%2C%2BBAAA%3BEACA%2CqBAAA%3BEACA%2CuBAAA%3BEACA%2CyBAAA%3BEACA%2C2BAAA%3BEACA%2CsBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3BEACA%2CaAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3B%3BACjHF%3BEACC%2CkBAAA%3BEACA%2CgBAAA%3B%3BAAGD%2CYAAY%3BAACZ%3BE%5C%2FCiDC%2C0BAAA%3BEACA%2CuBAAA%3BEACA%2CkBAAA%3BEAEA%2C6BAAA%3BEACA%2CoCAAA%3BEACA%2C4BAAA%3BE%2BCrDA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CqBAAA%3B%3BAAEA%2CYAVW%2CQAUV%3BAAAD%2CYAAC%3BEACA%2CqBAAA%3BEACA%2CWAAA%3BEACA%2CyBAAA%3B%3BA1KAE%3BEACI%2CWAAA%3BEACA%2CmBAAA%3B%3BAAFJ%2CyBAII%2CQAAO%3BERoRX%2COC7MmB%2C2BD6MnB%3BEAAA%2CaC5NyB%2CiCD4NzB%3BEAAA%2CaC3NyB%2CiCD2NzB%3BEAAA%2CkBAAA%3BEAAA%2CeAAA%3BEAAA%2CgBAAA%3BEAAA%2CmBAAA%3B%3BAQxRA%2CyBAQI%3BEACI%2CaAAA%3B%3BAATR%2CyBAgBI%3BEACI%2CmBAAA%3B%3BAAjBR%2CyBAoBI%2CQAAO%3BEACH%2CmBAAA%3B%3BAArBR%2CyBAwBI%2CWACI%3BEACI%2CeAAA%3BEACA%2CaPkCa%2CiCOlCb%3B%3BAA3BZ%2CyBAmCI%3BERqPJ%2CmBAAA%3BEQlPQ%2CkBAAA%3B%3BAAtCR%2CyBAmCI%2CsBAKM%2CSAAS%3BERgPnB%2COC7MmB%2C2BD6MnB%3BEAAA%2CaC5NyB%2CiCD4NzB%3BEAAA%2CaC3NyB%2CiCD2NzB%3BEAAA%2CkBAAA%3BEAAA%2CeAAA%3BEAAA%2CgBAAA%3BEAAA%2CmBAAA%3B%3BAQxRA%2CyBAmCI%2CsBASI%3BEACI%2CgBAAA%3B%3BAAEA%2CyBAZR%2CsBASI%2CgBAGK%3BEACG%2CaAAA%3B%3BAAhDhB%2CyBAmCI%2CsBASI%2CgBAOM%3BERqOd%2COC7MmB%2C2BD6MnB%3BEAAA%2CaC5NyB%2CiCD4NzB%3BEAAA%2CaC3NyB%2CiCD2NzB%3BEAAA%2CkBAAA%3BEAAA%2CiBAAA%3BEAAA%2CgBAAA%3BEAAA%2CqBAAA%3BEQnOgB%2CcAAA%3B%3BAArDhB%2CyBAmCI%2CsBAsBI%2CQAAO%2CMAGD%3BEACE%2CmBAAA%3B%3BAA7DhB%2CyBAmCI%2CsBA8BI%2CYACI%3BEACI%2CqBAAA%3BEACA%2CmBAAA%3B%3BAApEhB%2CyBAmCI%2CsBAyCI%2CqBACM%3BEAEE%2CmBAAA%3B%3BAA%5C%2FEhB%2CyBAmFI%2CQACI%2COAAM%3BERoMd%2CgBAAA%3B%3BAQxRA%2CyBAmFI%2CQACI%2COAAM%2CIACF%3BERmMZ%2CgBAAA%3BEAAA%2CeAAA%3BEQhMgB%2CqBAAA%3B%3BAAxFhB%2CyBA%2BFI%2CEAAC%3BERyLL%2CcAAA%3B%3BAQxRA%2CyBAmGI%3BEACI%2CWAAA%3B%3BA2KpGR%3BEnLwRA%2CmBAAA%3BEAAA%2CWAAA%3BEmLrRI%2CoBAAA%3BEACA%2CkBAAA%3B%3BAAEA%2CqBAAC%2CMAAM%3BEACH%2CmBAAA%3B%3BAAPR%2CqBAUI%3BEACI%2CgBAAA%3B%3BAAXR%2CqBAUI%2CaAGI%3BEnL2QR%2CiBAAA%3BEmLzQY%2CgBAAA%3B%3BAAfZ%2CqBAmBI%3BEnLqQJ%2CSAAA%3BEAAA%2CUAAA%3BED1KA%2CqBAAA%3B%3BAoL9GA%2CqBAmBI%2CQAGI%3BEACI%2CaAAA%3BEACA%2CcAAA%3B%3BAAxBZ%2CqBAmBI%2CQAQI%3BEnL6PR%2CiBAAA%3BEmL3PY%2CgBAAA%3B%3BAA7BZ%2CqBAmBI%2CQAaI%3BEnLwPR%2CeAAA%3BEmLtPY%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%3BEnLuOR%2CiBAAA%3B%3BAmLxRA%2CqBAuCI%2COAcI%3BEACI%2CcAAA%3B%3BAAtDZ%2CqBAuCI%2COAkBI%3BEACI%2CmBAAA%3BEACA%2CkBAAA%3B%3BAAEA%2CqBAtBR%2COAkBI%2COAIK%3BEnL2Nb%2CiBAAA%3BEmLzNgB%2CSAAS%2COAAT%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CMAAA%3B%3BA%5C%2FKtEhB%2COAAO%2CKACH%2CcAAc%2COAAS%3BAAD3B%2COAAO%2CKAEH%2CwBAAwB%2COAAS%3BEAC7B%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CsBAAA%3B%3BAAPR%2COAAO%2CKACH%2CcAAc%2COAAS%2CSAOnB%3BAARR%2COAAO%2CKAEH%2CwBAAwB%2COAAS%2CSAM7B%3BEACI%2CaHuDa%2CiCGvDb%3BEJkRZ%2CiBAAA%3B%3BAI%5C%2FQQ%2COAZD%2CKACH%2CcAAc%2COAAS%2CSAWlB%3BAAAD%2COAZD%2CKAEH%2CwBAAwB%2COAAS%2CSAU5B%3BEACG%2CWAAA%3B%3BAAKZ%3BEACI%2CgBAAA%3BEAEA%2CyBAAA%3BEACA%2CmBAAA%3B%3BAAJJ%2CaAKM%3BEACE%2CcAAA%3BEJmQR%2COC7MmB%2C2BD6MnB%3BEAAA%2CaC5NyB%2CiCD4NzB%3BEAAA%2CaC3NyB%2CiCD2NzB%3BEAAA%2CkBAAA%3BEAAA%2CiBAAA%3BEAAA%2CgBAAA%3BEAAA%2CqBAAA%3BEIjQQ%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEJ%2BPR%2CiBAAA%3B%3BAIzQA%2CaAcI%3BEAEI%2CgBAAA%3BEACA%2CgBAAA%3B%3BAAjBR%2CaAcI%2COAII%3BEACI%2CcAAA%3B%3BAAIA%2CaATR%2COAQO%2CSACE%3BEACG%2CmBAAA%3BEJiOlB%2CmBIhO8B%2CgBJgO9B%3BEACK%2CgBIjOyB%2CgBJiOzB%3BEACC%2CeIlOwB%2CgBJkOxB%3BEAcJ%2CWIhP4B%2CgBJgP5B%3B%3BAIzQA%2CaAcI%2COAeI%3BEACI%2CmBAAA%3B%3BAACA%2CaAjBR%2COAeI%2CUAEK%3BEACG%2CaAAA%3B%3BAAhChB%2CaAcI%2COAeI%2CUAKI%3BEACI%2CgBAAA%3B%3BAAEA%2CaAvBZ%2COAeI%2CUAKI%2COAGK%3BEACG%2CeAAA%3B%3BAAtCpB%2CaAcI%2COAeI%2CUAaI%2CSACI%2COACM%3BEACE%2CeAAA%3B%3BAA7CxB%2CaAkEI%2CgBAEI%3BAApER%2CaAmEI%2COAAM%2CSACF%3BAApER%2CaAkEI%2CgBAGI%3BAArER%2CaAmEI%2COAAM%2CSAEF%3BEACI%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAvEZ%2CaA0EI%2COAAM%2CSACA%3BEACE%2CiBAAA%3BEACA%2CoBAAA%3B%3BAAMZ%3BEACI%2C6BAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAJJ%2CYAOI%3BEACI%2CgBAAA%3BEACA%2CiBAAA%3B%3BAATR%2CYAWI%2CUAAS%3BEACL%2CaAAA%3B%3BAAZR%2CYAcI%2COAAO%3BAAdX%2CYAeI%3BEACI%2CgBAAA%3B%3BAAhBR%2CYAkBI%2COAAO%3BAAlBX%2CYAmBI%3BEACI%2CgBAAA%3B%3BAAGR%2CMAAM%2CSACF%3BEACI%2CmBAAA%3B%3BAAIR%2CKAAK%3BEACD%2CmBAAA%3B%3BAADJ%2CKAAK%2CcAED%3BEACI%2CyBAAA%3B%3BAAHR%2CKAAK%2CcAED%2COAEI%2CMAAQ%3BEACJ%2C6BAAA%3B%3BAALZ%2CKAAK%2CcAED%2COAMM%3BEACE%2CgCAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3B%3BAAXZ%2CKAAK%2CcAcD%2CMAEI%3BAAhBR%2CKAAK%2CcAeD%2CGACI%3BEACI%2CgBAAA%3B%3BAAjBZ%2CKAAK%2CcAcD%2CMAKI%3BAAnBR%2CKAAK%2CcAeD%2CGAII%3BAAnBR%2CKAAK%2CcAcD%2CMAMI%3BAApBR%2CKAAK%2CcAeD%2CGAKI%3BEACI%2CyBAAA%3B%3BAAIA%2CKAzBP%2CcAcD%2CMAUI%2CGACK%3BAAAD%2CKAzBP%2CcAeD%2CGASI%2CGACK%3BEACG%2CSAAA%3B%3BAA1BhB%2CKAAK%2CcA8BD%3BEACI%2CmBAAA%3BEACA%2CsBAAA%3B%3BAACA%2CKAjCH%2CcA8BD%2CKAGK%2CIACG%3BEACI%2CgBAAA%3B%3BAAWR%2CKA9CH%2CcA6CD%2CMACK%2CQAAS%3BEACN%2CoBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAIA%2CKArDP%2CcA6CD%2CMAOI%2CKACK%3BE2DxLhB%2CoBAAA%3B%3BEACC%2CiBAAA%3B%3BEACA%2CoBAAA%3B%3BEACA%2CqBAAA%3B%3BEACA%2CaAAA%3BEACA%2CeAAA%3BE3DqLkB%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3B%3BAA1DhB%2CKAAK%2CcA8DD%2CYAAY%3BEACR%2CYAAA%3B%3BAA%5C%2FDR%2CKAAK%2CcAiED%2CiBAGM%3BEJqFV%2CqBAAA%3BEKxHA%2CqBAAA%3BEDsCY%2CmBAAA%3BEACA%2CkBAAA%3B%3BACrCZ%2CKDnCK%2CcAiED%2CiBAGM%2CUCjCT%3BAACD%2CKDpCK%2CcAiED%2CiBAGM%2CUChCT%3BAACD%2CKDrCK%2CcAiED%2CiBAGM%2CUC%5C%2FBT%3BEACG%2CqBAAA%3B%3BADoCQ%2CKA1EP%2CcAiED%2CiBAGM%2CUAMG%3BEACG%2CeAAA%3B%3BAA3EhB%2CKAAK%2CcAiED%2CiBAaI%3BEACI%2CcAAA%3BEACA%2CYAAA%3BEJyEZ%2CqBAAA%3BEyB9QA%2CqBAAA%3B%3BArBqHA%2CKAAK%2CcAiED%2CiBAaI%2CEqB%2BDN%3BEzBhQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAyBHA%2CKrB%2BGK%2CcAiED%2CiBAaI%2CEqB7LP%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BEzB9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2COC7MmB%2C2BD6MnB%3BEAAA%2CS0B%5C%2FPkB%2CO1B%2BPlB%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CsBAAA%3BEyBqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BArB1IY%2CKAxFP%2CcAiED%2CiBAaI%2CEAUK%3BEJiEb%2CqBAAA%3BEyB9QA%2CqBAAA%3B%3BAAMA%2CKrB%2BGK%2CcAiED%2CiBAaI%2CEAUK%2CYqBvMZ%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BEzB9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2COC7MmB%2C2BD6MnB%3BEAAA%2CS0B1PY%2CO1B0PZ%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CsBAAA%3BEyBqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAlPA%2CKrBgBK%2CcAiED%2CiBAaI%2CEAmBK%2CcqBjHZ%3BEzByKD%2CS0B1OU%2CO1B0OV%3B%3BAI%5C%2FCQ%2CKA1GH%2CcAyGD%2CQACK%2CKAAK%3BEAEF%2CgBAAA%3B%3BAAKJ%2CKAjHH%2CcAgHD%2CSACK%3BEACG%2CmBAAA%3B%3BAAGJ%2CKArHH%2CcAgHD%2CSAKK%3BEACG%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3B%3BAAKJ%2CKA7HH%2CcA4HD%2C0BACK%3BEACG%2CSAAS%2CGAAT%3B%3BAA9HZ%2CKAAK%2CcAmID%3BEACI%2CeAAA%3BEACA%2CmBAAA%3B%3BAArIR%2CKAAK%2CcAmID%2CcAKI%3BEACI%2COH7LO%2C2BG6LP%3B%3BAAzIZ%2CKAAK%2CcA6ID%2CQAAO%3BEACH%2CqBAAA%3BEACA%2CgBAAA%3B%3BAAIR%2CeAKI%3BEAEI%2CoBAAA%3BEACA%2CgBAAA%3B%3BAAMI%2CeATR%2CwBAQI%2CMACQ%3BEACA%2CgBAAA%3B%3BAAGA%2CeAbZ%2CwBAQI%2CMAII%2CQACK%2CIAAI%3BEACD%2COHpNR%2CoBGoNQ%3B%3BAAGA%2CeAjBhB%2CwBAQI%2CMAII%2CQAIK%2CcACI%2CIAAI%3BEACD%2COH9NL%2C2BG8NK%3B%3BAASxB%2CsBACI%3BEACI%2CmBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3B%3BAAJR%2CsBAOI%3BEACI%2CgBAAA%3BEACA%2CkBAAA%3B%3BAATR%2CsBAOI%2COAII%2COACM%3BEACE%2CgBAAA%3B%3BAAMhB%3BEACI%2CgCAAA%3B%3BAAOJ%2CMAAM%3BEACF%2CgBAAA%3B%3BAAGJ%2CcAEM%3BAADN%2CKAAM%2CeACA%3BEACE%2CcAAA%3B%3BAAIR%2CKAAK%2CcACD%3BEACI%2CkBAAA%3B%3BAAGR%2CQACI%2CaAAY%2CcACR%3BEACI%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CoBAAA%3BEACA%2CWAAA%3B%3BAANZ%2CQACI%2CaAAY%2CcAOR%2CMACI%2CGACI%2CGAAE%3BEACE%2CgBAAA%3B%3BAAXpB%2CQAgBI%3BEACI%2CgBAAA%3B%3BAAjBR%2CQAgBI%2CqBAEI%3BEACI%2CgBAAA%3B%3BAAnBZ%2CQAgBI%2CqBAEI%2CcAEI%3BEACI%2CqBAAA%3B%3BAiB5WhB%2CeACI%3BEACI%2CWAAA%3BEACA%2CcAAA%3B%3BAAHR%2CeACI%2CaAII%3BEACI%2CapBiDa%2CiCoBjDb%3B%3BAANZ%2CeAUI%3BEACI%2CmBAAA%3BEACA%2CiBAAA%3B%3BAASI%2CeAFR%2CQACI%2CeACK%2CYACG%3BEACI%2CeAAA%3BEACA%2CapB%2BBK%2CiCoB%5C%2FBL%3B%3BAAxBpB%2CeA8BI%3BEACI%2CaAAA%3B%3BAAEA%2CeAHJ%2CUAGK%3BEACG%2CcAAA%3BEACA%2CeAAA%3BEACA%2CoBAAA%3BEACA%2CkBAAA%3B%3BAAKJ%2CeADJ%2CMACK%3BEACG%2CkBAAA%3B%3BAA3CZ%2CeA%2BCI%2CeACM%3BEACE%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAlDZ%2CeA%2BCI%2CeACM%2CWAII%3BEACE%2CmBAAA%3B%3BAAGI%2CeAThB%2CeACM%2CWAII%2CWAGE%2CQACK%3BEAEG%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3B%3BAAEA%2CeAfpB%2CeACM%2CWAII%2CWAGE%2CQACK%2CQAMI%3BEACG%2CgBAAA%3B%3BAA%5C%2FD5B%2CeAuEI%3BAAvEJ%2CeAwEI%3BAAxEJ%2CeAyEI%3BAAzEJ%2CeA0EI%3BEACI%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAIR%3BEGjDA%2CqBAAA%3BEACA%2CkBAAA%3BEHoEI%2CYAAA%3B%3BArBtEJ%2CiBAAC%3BAACD%2CiBAAC%3BEACG%2CSAAS%2CEAAT%3BEACA%2CcAAA%3B%3BAAGJ%2CiBAAC%3BEACG%2CWAAA%3B%3BAqB2CJ%2CiBG9CA%3BEAEI%2CeAAA%3BExB8OJ%2CqBAAA%3BEyB9QA%2CqBAAA%3B%3BAAMA%2CiBDwBA%2CiBCxBC%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BEzB9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2COC1LiB%2CyBD0LjB%3BEAAA%2CS0B%5C%2FOQ%2CO1B%2BOR%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BEyBqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CiBDWJ%2CiBCZC%2CMACI%3BEzB2PL%2COC9MoB%2C4BD8MpB%3B%3BAyBrPI%2CiBDKJ%2CiBCNC%2COACI%3BEzBqPL%2COC1LiB%2CyBD0LjB%3B%3BAwBqEA%2CiBArTA%2CiBAqTC%3BExBrED%2CqBAAA%3BEyB9QA%2CqBAAA%3B%3BAAMA%2CiBDwBA%2CiBAqTC%2COC7UA%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BEzB9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2COC1LiB%2CyBD0LjB%3BEAAA%2CS0B%5C%2FOQ%2CO1B%2BOR%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BEyBqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CiBDWJ%2CiBAqTC%2COCjUA%2CMACI%3BEzB2PL%2COC9MoB%2C4BD8MpB%3B%3BAyBrPI%2CiBDKJ%2CiBAqTC%2COC3TA%2COACI%3BEzBqPL%2COC1LiB%2CyBD0LjB%3B%3BAqBlMA%2CiBGyIA%3BExByDA%2CSAAA%3BEAAA%2CUAAA%3BED1KA%2CqBAAA%3BEC0KA%2CgBAAA%3BEAAA%2CsBAAA%3BEAAA%2CeAAA%3BEAAA%2CeAAA%3BEAAA%2CYAAA%3BEAAA%2CYAAA%3BEwBhDI%2CsBAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3BExB8CJ%2CSAAA%3BEAAA%2CQAAA%3BEAAA%2CyCAAA%3B%3BAqBlMA%2CiBGyIA%2CgBAsBI%3BExBmCJ%2CSAAA%3B%3BAwB3BQ%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%3BExBzSJ%2CsDAAA%3BEwB2SI%2CWAAA%3B%3BAAGJ%2CiBAvWA%2CgBAuWC%3BEACG%2CiBAAA%3BExB%5C%2FSJ%2CsDAAA%3BEwBiTI%2CWAAA%3B%3BAAlCJ%2CiBAxUA%2CgBAwUC%3BExB%5C%2FQD%2CWAAA%3BEAAA%2CUAAA%3B%3BAwBoRA%2CiBA7UA%2CgBA6UC%3BExBpRD%2CWAAA%3BEAAA%2CUAAA%3B%3BAwBZA%2CiBAAC%3BEACG%2CiBAAA%3B%3BAADJ%2CiBAAC%2COAGG%3BEACI%2CcAAA%3B%3BAH1LR%2CiBAsBI%3BErB4KJ%2CkBAAA%3B%3BAqBlMA%2CiBAsBI%2CgBAGI%3BEACI%2CaAAA%3B%3BAA1BZ%2CiBA8BI%2CSACI%3BEACI%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3B%3BAAlCZ%2CiBA8BI%2CSACI%2CSAKM%3BAApCd%2CiBA8BI%2CSACI%2CSAMM%3BEACE%2CeAAA%3B%3BAAMR%2CiBADJ%2CQACK%3BErBsJT%2CqBAAA%3BEKzDA%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2C4BAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3BELgDA%2CgBAAA%3BEqB9IY%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3B%3BAAZJ%2CiBADJ%2CQACK%2CMI0IP%3BEzBhQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAyBHA%2CiBJiHI%2CQACK%2CMIlHR%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BEzB9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CS0B1OU%2CO1B0OV%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BEyBqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CiBJoGA%2CQACK%2CMItGR%2CMACI%3BEzB2PL%2CcAAA%3B%3BAyBrPI%2CiBJ8FA%2CQACK%2CMIhGR%2COACI%3BEzBqPL%2CcAAA%3B%3BAK7CA%2CiBgB1GI%2CQACK%2CMhByGR%3BAACD%2CiBgB3GI%2CQACK%2CMhB0GR%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CiBgBhHI%2CQACK%2CMhB%2BGR%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CiBgBrHI%2CQACK%2CMhBoHR%3BAACD%2CiBgBtHI%2CQACK%2CMhBqHR%3BAACD%2CQAAQ%2CUAAW%2CkBgBvHf%2CQACK%3BEhBuHL%2CoBAAA%3BEL%2BBJ%2CYAAA%3B%3BAqBvIQ%2CiBAhBJ%2CQAgBK%3BEACG%2CmBAAA%3B%3BAADJ%2CiBAhBJ%2CQAgBK%2CSAOG%2CSAAQ%3BErBgIpB%2CgBAAA%3BEAAA%2CWAAA%3BEAAA%2CYAAA%3BEAAA%2CiBAAA%3BEqB3HgB%2CkBAAA%3BEACA%2CqBAAA%3BEACA%2CeAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAEA%2CiBArCZ%2CQAgBK%2CSAOG%2CSAAQ%2CIAcH%3BEACG%2CaAAA%3B%3BAAtBZ%2CiBAhBJ%2CQAgBK%2CSAOG%2CSAAQ%2CIAkBJ%2CQACM%3BErB6GtB%2CeAAA%3B%3BAqBlMA%2CiBAiGI%3BEACI%2CgBAAA%3B%3BAAIR%3BErB4FA%2CyBAAA%3BEAAA%2CeAAA%3BEqBzFI%2CcAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CaAAA%3B%3BAAGJ%3BErBmFA%2CSAAA%3BEAAA%2CUAAA%3BED1KA%2CqBAAA%3B%3BAsBuFA%2CeAGI%3BEACI%2CeAAA%3B%3BAAEA%2CeAHJ%2CcAGK%2CIAAI%3BErB6Eb%2C6BAAA%3B%3BAqBzEQ%2CeAPJ%2CcAOK%3BEACG%2CcAAA%3B%3BAAXZ%2CeAuBI%2CsBACI%3BEACI%2CqBAAA%3B%3BAAzBZ%2CeA6BI%3BEACI%2CkBAAA%3B%3BAA9BR%2CeAiCI%3BEACI%2CgBAAA%3BEACA%2CgBAAA%3B%3BAAnCR%2CeAsCI%2CSACM%3BAAvCV%2CeAsCI%2CSAEM%3BEACE%2CWAAA%3B%3BAAzCZ%2CeAsCI%2CSAMI%3BErBuCR%2CcAAA%3BEyBhOA%2CqBAAA%3BEJkMY%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3B%3BAI9LZ%2CeJ6KI%2CSAMI%2CQInLP%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BEzB9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CS0B9NQ%2CO1B8NR%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CsBAAA%3BEyBqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAJnGY%2CeAnBR%2CSAMI%2CQAaK%3BEACG%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CMAAA%3B%3BAIzIhB%2CeJmHI%2CSA0BK%2COACK%2CUI9Ib%3BEzBgKD%2CS0B%5C%2FNM%2CO1B%2BNN%3B%3BAqBnFA%2CeA0EI%3BEACI%2CgBAAA%3BEACA%2CgBAAA%3B%3BAA5ER%2CeA0EI%2CmBAII%3BErBKR%2COC3MU%2CkBD2MV%3B%3BAqBnFA%2CeAmFI%3BEACI%2CkBAAA%3B%3BAApFR%2CeAmFI%2CsBAGI%3BEACI%2CapB%5C%2FNa%2CiCoB%2BNb%3B%3BAAvFZ%2CeAmFI%2CsBAOI%3BAA1FR%2CeAmFI%2CsBAQI%3BEACI%2CeAAA%3B%3BAA5FZ%2CeAmFI%2CsBAYI%2CMAAK%3BErBZb%2CiBAAA%3B%3BAqBnFA%2CeAmFI%2CsBAoBI%3BEACI%2CgBAAA%3B%3BAAxGZ%2CeA4GI%2CSAAQ%2CQACJ%2CSAAQ%3BErB1BhB%2CqBAAA%3BEyBhOA%2CqBAAA%3B%3BAJ6IA%2CeA4GI%2CSAAQ%2CQACJ%2CSAAQ%2COItCd%3BEzBhQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAyB2CA%2CeJmPI%2CSAAQ%2CQACJ%2CSAAQ%2COIpPf%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BEzB9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CS0B9NQ%2CO1B8NR%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CoBAAA%3BEAAA%2CsBAAA%3BEyBqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAJ5JA%2CeA4GI%2CSAAQ%2CQACJ%2CSAAQ%2COAUJ%3BEACI%2CaAAA%3B%3BAAxHhB%2CeAoII%3BEACI%2CkBAAA%3BEACA%2CWAAA%3B%3BAAtIR%2CeAyII%3BErBtDJ%2CiBAAA%3BEqBwDQ%2CgBAAA%3BEACA%2CmBAAA%3B%3BAA5IR%2CeA%2BII%3BEACI%2CaAAA%3B%3BAAIA%2CeADJ%2CQACK%3BAACD%2CeAFJ%2CQAEK%3BErBlET%2CqBAAA%3BEyB9QA%2CqBAAA%3B%3BAJ%2BUQ%2CeADJ%2CQACK%2CKI7EP%3BAJ8EM%2CeAFJ%2CQAEK%2COI9EP%3BEzBhQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAyBHA%2CeJwUI%2CQACK%2CKIzUR%3BAAAD%2CeJwUI%2CQAEK%2COI1UR%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BEzB9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CS0B1PY%2CO1B0PZ%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CsBAAA%3BEyBqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CeJ2TA%2CQACK%2CKI7TR%2CMACI%3BAAAD%2CeJ2TA%2CQAEK%2COI9TR%2CMACI%3BEzB2PL%2CcAAA%3B%3BAyBrPI%2CeJqTA%2CQACK%2CKIvTR%2COACI%3BAAAD%2CeJqTA%2CQAEK%2COIxTR%2COACI%3BEzBqPL%2CcAAA%3B%3BAyBzKA%2CeJyOI%2CQAcK%2COIvPR%3BEzByKD%2CS0B5PS%2CO1B4PT%3B%3BAS3QA%3BET2QA%2CgBAAA%3B%3BAStQA%3BETsQA%2CgBAAA%3B%3BAStQA%2CYAWI%3BEACI%2CgBAAA%3B%3BAAIR%2CqBACI%3BAADJ%2CqBAEI%3BEACI%2CaAAA%3B%3BAAHR%2CqBAMI%3BEACI%2CcAAA%3B%3BAAIR%2CyBAGI%3BEACI%2CaAAA%3B%3BAoCpDR%3BE7C2RA%2C6BAAA%3BE6CxRI%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAJJ%2CsBAMI%3BE7CqRJ%2CeAAA%3BEAAA%2CaC3NyB%2CiCD2NzB%3BE6ClRQ%2CWAAA%3B%3BAATR%2CsBAMI%2CiBAKI%3BEACI%2CcAAA%3BEACA%2CeAAA%3B%3BAAOI%2CsBAHZ%2CkBACI%2CQACK%2CSACI%3BE7CuQjB%2COCvMY%2CoBDuMZ%3B%3BA6CnQgB%2CsBAPZ%2CkBACI%2CQACK%2CSAKI%2CMAAM%3BE7CmQvB%2COCpMmB%2C2BDoMnB%3B%3BAU9PA%3BEV8PA%2CgBAAA%3BEU3PI%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%3BEVuPA%2CgBAAA%3BEUrPI%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CUAAA%3B%3BAAEA%2CsBAAC%3BEV%2BOL%2CmBAAA%3BEAAA%2CSAAA%3BEU5OQ%2CSAAS%2CEAAT%3BEACA%2CWAAA%3BEACA%2COAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAAIA%2CsBADH%2CYACI%3BEVoOT%2C0BAAA%3B%3BAU9NQ%2CsBADH%2CWACI%3BEV8NT%2C0BAAA%3B%3BAUvPA%2CsBA8BM%3BEACE%2CqBAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CqBAAA%3BEVqNR%2CcAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3B%3BAU1MQ%2CsBAfF%2COAeG%3BAACD%2CsBAhBF%2COAgBG%3BEVyMT%2CmBAAA%3BEAAA%2CYAAA%3BEAAA%2CkBAAA%3BEAAA%2CWAAA%3BEUpMY%2CkBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3B%3BAAGJ%2CsBA5BF%2COA4BG%3BEV6LT%2CgBAAA%3BEAAA%2CYAAA%3BEAAA%2CkBAAA%3BEAAA%2CQAAA%3BEAAA%2CWAAA%3BEUvLY%2CSAAS%2CUAAT%3BEACA%2CoBAAA%3BEVsLZ%2CWAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3B%3BAUzKQ%2CsBADH%2CQACI%3BEACG%2CgBAAA%3B%3BAAFR%2CsBAAC%2CQAKK%3BEVqKV%2CWAAA%3B%3BAUlKY%2CsBARP%2CQAKK%2COAGG%3BEVkKb%2CgBAAA%3B%3BAU9JY%2CsBAZP%2CQAKK%2COAOG%3BEV8Jb%2CS0BhPa%2CO1BgPb%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CcAAA%3BEAAA%2CiBAAA%3B%3BAUrJI%2CsBAAC%3BEACG%2CeAAA%3B%3BAADJ%2CsBAAC%2CUAGK%3BEVkJV%2CWAAA%3B%3BAU%5C%2FIY%2CsBANP%2CUAGK%2COAGG%3BEV%2BIb%2CS0BhPa%2CO1BgPb%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CcAAA%3BEAAA%2CiBAAA%3B%3BAkDnRI%2CMAAC%2COACG%3BEACI%2CqBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3B%3BAALR%2CMAAC%2COAQG%3BElD2QR%2CiBAAA%3B%3BAkDtQI%2CMAAC%2COACG%2CSACI%3BAAFR%2CMAAC%2COACG%2CSAEI%3BAAHR%2CMAAC%2COACG%2CSAGI%3BElDkQZ%2CqBAAA%3B%3BAkD3PA%2CYACI%2CUACM%2CSACI%3BEACE%2CgBAAA%3B%3BA2FdhB%3BEACI%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CQAAA%3B%3BAAEA%2CcAAC%3BE7I%2BPL%2CYAAA%3B%3BA6I%5C%2FPI%2CcAAC%2CQAGG%3BEACI%2CcAAA%3B%3BAAIA%2CcARP%2CQAOG%2CsBACK%3BE7IuPb%2CWAAA%3B%3BA6IrQA%2CcAoBI%3BE7I3BJ%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA6IAA%2CcAwBI%3BE7I6OJ%2CqBAAA%3BEyB9QA%2CqBAAA%3B%3BAoHSA%2CcAwBI%2CsBpHiOF%3BEzBhQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAyBHA%2CcoH2BI%2CsBpH3BH%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BEzB9DA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CWAAA%3BEAAA%2CS0B7NQ%2CO1B6NR%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CsBAAA%3BEyBqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CcoHcA%2CsBpHfH%2CMACI%3BEzB2PL%2CWAAA%3B%3BA6InOQ%2CcAVJ%2CsBAUK%3BEACG%2CiBAAA%3B%3BAAIA%2CUAAW%2CeAfnB%2CsBAcK%3BE7I%2BNT%2CYAAA%3B%3BA6I9NY%2CUAAW%2CeAfnB%2CsBAcK%2CMAIS%3BEACE%2CcAAA%3B%3BAAGJ%2CUAPO%2CeAfnB%2CsBAcK%2CMAQQ%3BE7IuNjB%2CWAAA%3B%3BA6IrQA%2CcAqDI%3BE7IgNJ%2CmBAAA%3BEAAA%2CsBAAA%3BEAAA%2CkBAAA%3BEAAA%2CeAAA%3BEAAA%2CaAAA%3BEAAA%2CYAAA%3BE6IzMQ%2CaAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CoBAAA%3BEACA%2CSAAA%3BEACA%2CqBAAA%3BEACA%2CUAAA%3B%3BAAEA%2CcAfJ%2CuBAeK%3BAACD%2CcAhBJ%2CuBAgBK%3BE7I8OT%2C8BAAA%3BEACA%2CSAAA%3BEACA%2CQAAA%3BEAhDA%2C2BAAA%3BEAAA%2CWAAA%3BEAAA%2CSAAA%3BE6IxLY%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAAGJ%2CcA9BJ%2CuBA8BK%3BE7IkLT%2C2BAAA%3B%3BA6I9KQ%2CcAlCJ%2CuBAkCK%3BE7I8KT%2C2BAAA%3BE6I5KY%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%3BI7IwHrC%2CyBAAA%3B%3BE6IrHA%2CcAAe%2CuBAAsB%3BI7IqHrC%2C4BAAA%3BI6InHI%2CQAAA%3B%3B%3BA7G1IJ%2CYAMI%3BAANJ%2CYAOI%3BEhCsPJ%2CgBAAA%3BEgCpPQ%2CmBAAA%3B%3BAATR%2CYAMI%2CYAKI%2CUACI%3BAAZZ%2CYAOI%2CuBAII%2CUACI%3BEACI%2CeAAA%3BEACA%2CgBAAA%3B%3BAAdhB%2CYAmBI%3BEACI%2CYAAA%3B%3BAApBR%2CYAuBI%3BEhCsOJ%2C6BAAA%3BEAAA%2CiBAAA%3BEAAA%2CgBAAA%3BEAAA%2C4BAAA%3BEAAA%2C6BAAA%3BEAAA%2CUAAA%3BEgC9NQ%2CqBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CqBAAA%3B%3BAAEA%2CYAdJ%2CuBAcK%3BEhCwNT%2CkBAAA%3B%3BAgCrNY%2CYAjBR%2CuBAcK%2CcAGI%3BEhCqNb%2CgBAAA%3BEAAA%2CWAAA%3BEAAA%2CS0BhPa%2CO1BgPb%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CYAAA%3BEAAA%2CWAAA%3BEgC9MgB%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3B%3BAArDhB%2CYAgEI%3BEACI%2CgBAAA%3B%3BAAGI%2CYAJR%2CmBAGM%2COACG%3BEACG%2CSAAS%2CGAAT%3BEACA%2CkBAAA%3B%3BAAtEhB%2CYA2EI%3BEACI%2CYAAA%3BEACA%2CgBAAA%3B%3BAA7ER%2CYAgFI%3BEAEI%2CcAAA%3BEACA%2CWAAA%3BEACA%2CoBAAA%3B%3BAAQR%2CyBACI%3BEACI%2CgBAAA%3B%3BAAFR%2CyBAKI%3BEACI%2CcAAA%3B%3BAAOI%2CiBAFR%2CiBACI%2CQACK%3BEAEG%2CgBAAA%3B%3BAAMhB%2C%2BBACI%2CMACI%3BEACI%2CaAAA%3B%3BAAHZ%2C%2BBAOI%2CMACI%3BEhCoIR%2C0BAAA%3BEAAA%2CoBAAA%3BEAAA%2CiBAAA%3B%3BAgC%5C%2FHY%2C%2BBANR%2CMACI%2CGAKK%3BEACG%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3B%3BAAKJ%2C%2BBAdR%2CMAaI%2CGACK%2CYACG%3BEACI%2CgBAAA%3B%3BAAvBpB%2C%2BBAOI%2CMAqBI%2CWACI%3BEACI%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CcAAA%3B%3BAY5KhB%3BEACI%2CkBAAA%3B%3BAAIA%2CsBAAC%3BEACG%2CSAAA%3B%3BAADJ%2CsBAAC%2CcAGG%3BE5CgRR%2COC3MU%2CkBD2MV%3BE4C9QY%2CeAAA%3B%3BAAEA%2CsBAPP%2CcAGG%2CsBAIK%3BEACG%2CaAAA%3B%3BAARZ%2CsBAAC%2CcAgBG%3BE5CmQR%2CYAAA%3BE4C%5C%2FPY%2CSAAA%3B%3BAXdZ%3BEjC6QA%2CeAAA%3B%3BAiC7QA%2C%2BBAGI%3BEjC0QJ%2C6BAAA%3BEiCvQQ%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAPR%2C%2BBAGI%2C4BAMI%3BEjCoQR%2CQAAA%3BEAAA%2CqBAAA%3BEyB9QA%2CqBAAA%3BEQsBY%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3B%3BAAvBZ%2C%2BBAGI%2C4BAMI%2CaRwPN%3BEzBhQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAyBHA%2C%2BBQFI%2C4BAMI%2CaRJP%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BEzB9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2COC1LiB%2CyBD0LjB%3BEAAA%2CS0B1PY%2CO1B0PZ%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CsBAAA%3BEyBqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2C%2BBQfA%2C4BAMI%2CaRQP%2CMACI%3BEzB2PL%2CWAAA%3B%3BAyBrPI%2C%2BBQrBA%2C4BAMI%2CaRcP%2COACI%3BEzBqPL%2COC1LiB%2CyBD0LjB%3B%3BAiC7QA%2C%2BBA2BI%3BEjCkPJ%2CiBAAA%3B%3BAiC7QA%2C%2BBA2BI%2C8BAEI%3BEACI%2CcAAA%3B%3BAA9BZ%2C%2BBAkCI%3BAAlCJ%2C%2BBAmCI%3BEACI%2CgBAAA%3B%3BAbrCR%3BEpB8QA%2CmBAAA%3BEAAA%2CkBAAA%3BEoB1QI%2CgBAAA%3B%3BAAJJ%2CkBAMM%3BEAEE%2CcAAA%3B%3BAARR%2CkBAgBI%2CMACI%3BEpB6PR%2CWAAA%3BEoB3PY%2CcAAA%3B%3BAAnBZ%2CkBAuBI%2CUAAS%3BEACL%2CaAAA%3B%3BAAIA%2CkBADJ%2COAAM%2CKACE%2CSAAM%2CKACN%3BAADJ%2CkBADJ%2COAAM%2CKACE%2CSAAM%2CKAEN%3BEACI%2CaAAA%3BEpB%2BOhB%2CiBAAA%3BEoB7OgB%2CcAAA%3B%3BAALR%2CkBADJ%2COAAM%2CKACE%2CSAAM%2CKACN%2CMAMI%3BAAPR%2CkBADJ%2COAAM%2CKACE%2CSAAM%2CKAEN%2CQAKI%3BEACI%2CgBAAA%3B%3BAApCpB%2CkBA0CI%3BEACI%2CkBAAA%3BEACA%2CmBAAA%3B%3BAA5CR%2CkBAoDI%2CeACM%3BEACE%2CgCAAA%3BEpBwNZ%2CyBAAA%3BEoBtNY%2CeAAA%3BEpBsNZ%2CcAAA%3BEyBhOA%2CqBAAA%3BELYY%2CgBAAA%3BEACA%2CkBAAA%3B%3BAA3DZ%2CkBAoDI%2CeACM%2CSK6MR%3BEzBhQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAyB2CA%2CkBLAI%2CeACM%2CSKDT%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BEzB9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CS0B9NQ%2CO1B8NR%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CeAAA%3BEAAA%2CsBAAA%3BEyBqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAL1RY%2CkBATR%2CeACM%2CSAQG%3BEACG%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3B%3BAAhEhB%2CkBAoDI%2CeACM%2CSAcE%3BEpB2MZ%2CiBAAA%3BEoBzMgB%2CgBAAA%3BEACA%2CSAAA%3B%3BAKwChB%2CkBL1DI%2CeAsBK%2COACK%2CSKmCb%3BEzBgKD%2CS0B%5C%2FNM%2CO1B%2BNN%3B%3BAoB9QA%2CkBAoDI%2CeA4BI%3BEACI%2CkBAAA%3B%3BAAjFZ%2CkBA0FI%3BEpBoLJ%2CmBAAA%3BEAAA%2CiBAAA%3BEAAA%2CsBAAA%3BEoBhLQ%2CSAAA%3B%3BAAGJ%2COAAO%2CKAAM%2CmBACT%3BEACI%2CSAAA%3BEACA%2CeAAA%3B%3BAApGZ%2CkBAwGI%2CcACI%3BEACI%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3B%3BAA5GZ%2CkBAwGI%2CcAOI%3BEACI%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3B%3BAAlHZ%2CkBAwGI%2CcAaI%3BEACI%2CmBAAA%3BEACA%2CiBAAA%3B%3BAAvHZ%2CkBAwGI%2CcAkBI%3BEpBoJR%2CiBAAA%3BEoBlJY%2CgBAAA%3B%3BAAIA%2CkBAxBR%2CcAuBI%2CqBACQ%3BEACA%2CSAAA%3B%3BAADJ%2CkBAxBR%2CcAuBI%2CqBACQ%2CuBAGA%3BEpB2IhB%2CeAAA%3B%3BAoB9QA%2CkBA0II%3BEACI%2CkBAAA%3BEACA%2CUAAA%3B%3BAA5IR%2CkBA0II%2CiBAII%3BEACI%2C6BAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3B%3BAApJZ%2CkBA0II%2CiBAII%2CWAQI%3BEACI%2CSAAA%3B%3BAc%5C%2FJhB%3BEACI%2CsBAAA%3B%3BAADJ%2CwBAGI%3BEACI%2CaAAA%3B%3BAAIR%3BEACI%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAAEA%2CgBAAiB%3BEACb%2CYAAA%3B%3BAAQR%2CqBACI%3BElC6PJ%2CiBAAA%3BEkC3PQ%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%3BElCyMb%2CYAAA%3BEAAA%2CiBAAA%3BEAAA%2CuBAAA%3BEAAA%2CeAAA%3BEkCpMgB%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3BEACA%2CcAAA%3BEACA%2CSAAS%2CgBAAT%3BEACA%2CqBAAA%3BEACA%2CSAAA%3BEACA%2CsBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CyBAAA%3BEACA%2CMAAA%3B%3BAC3FhB%2CwBACI%3BEACI%2CgBAAA%3BEACA%2CgBAAA%3B%3BAAIA%2CwBADJ%2CgBACK%2CYACG%3BEACI%2CaAAA%3B%3BAAIR%2CwBAPJ%2CgBAOK%2CQACG%3BEACI%2CcAAA%3B%3BAAIR%2CwBAbJ%2CgBAaQ%2CkBACA%3BEnC8PZ%2C0BAAA%3B%3BAmClRA%2CwBAsCI%3BEnC4OJ%2CeAAA%3BEmC1OQ%2CSAAA%3B%3BAAxCR%2CwBAsCI%2CsBAII%3BEACI%2CqBAAA%3BEACA%2CiBAAA%3BEACA%2CsBAAA%3B%3BAA7CZ%2CwBAsCI%2CsBAUI%3BEACI%2CqBAAA%3BEACA%2CgBAAA%3B%3BAAlDZ%2CwBAsDI%3BEACI%2CaAAA%3BEnC2NR%2CsBAAA%3B%3BAmCxNY%2CwBAJR%2CwBAGI%2CUACK%2CIAAI%3BEACD%2CgBAAA%3B%3BAAMR%2CwBADJ%2CeACQ%2CiBACA%3BEACI%2CgBAAA%3B%3BAAnEhB%2CwBAwEI%3BAAxEJ%2CwBAyEI%3BEnCyMJ%2CgBAAA%3B%3BAmClRA%2CwBA6EI%3BEACI%2CgBAAA%3B%3BAA9ER%2CwBAiFI%3BEACI%2CgBAAA%3B%3BAAlFR%2CwBAiFI%2C0BAGI%2CSACI%3BEACI%2CeAAA%3B%3BAAtFhB%2CwBAiFI%2C0BAaI%3BEnCoLR%2CiBAAA%3BEAAA%2CmBAAA%3B%3BAmC7KQ%2CwBADJ%2CqBACQ%3BEACA%2CgBAAA%3B%3BAAtGZ%2CwBAgHI%3BEACI%2C6BAAA%3BEACA%2CaAAA%3BEACA%2CWAAA%3B%3BAAnHR%2CwBAsHI%3BEACI%2CcAAA%3B%3BAK%5C%2FGY%2CwBAJhB%2CgBACK%2CQACG%2CsBACI%2CeACK%3BEACG%2CSd0ClB%2COc1CkB%3B%3BAAMhB%2CwBAXJ%2CgBAWK%2CaACG%3BEACI%2CeAAA%3B%3BAAFR%2CwBAXJ%2CgBAWK%2CaAKG%3BEACI%2CaAAA%3B%3BAAlBhB%2CwBAuBI%3BExCwPJ%2C0BAAA%3BEAAA%2CeAAA%3B%3BAwC%5C%2FQA%2CwBAuBI%2CsBAII%3BExCoPR%2COC3MU%2CkBD2MV%3BEAAA%2CqBAAA%3BEyBhOA%2CqBAAA%3B%3BAAMA%2CwBe9BI%2CsBAII%2Cef0BP%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BEzB9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2COC1LiB%2CyBD0LjB%3BEAAA%2CS0B9NQ%2CO1B8NR%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CSAAA%3BEAAA%2CsBAAA%3BEyBqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAtRI%2CwBe3CA%2CsBAII%2CefsCP%2CMACI%3BEzB6ML%2CWAAA%3B%3BAyBvMI%2CwBejDA%2CsBAII%2Cef4CP%2COACI%3BEzBuML%2COC1LiB%2CyBD0LjB%3B%3BAwC%5C%2FQA%2CwBA0CI%3BExCqOJ%2CsBAAA%3B%3BAwC%5C%2FQA%2CwBA8CI%3BEACI%2CgBAAA%3B%3BAA%5C%2FCR%2CwBAkDI%3BEACI%2CUAAA%3B%3BAAnDR%2CwBAkDI%2CmBAGI%3BEACI%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3B%3BAAEA%2CwBATR%2CmBAGI%2CMAMK%3BEACG%2CavCRS%2CiCuCQT%3B%3BAADJ%2CwBATR%2CmBAGI%2CMAMK%2CQAGG%3BEACI%2CgBAAgB%2CaAAhB%3B%3BAAIR%2CwBAjBR%2CmBAGI%2CMAcK%3BEACG%2CYAAA%3B%3BAApEhB%2CwBAkDI%2CmBAGI%2CMAkBI%3BEACI%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAA1EhB%2CwBAkDI%2CmBA4BI%3BEACI%2CgBAAgB%2CeAAhB%3BEACA%2CiCAAA%3B%3BAAhFZ%2CwBAoFI%2COAKI%2CQACM%3BEACE%2CiBAAA%3B%3BAA3FhB%2CwBAoFI%2COAKI%2CQAKI%3BEACI%2CiBAAA%3BEACA%2CkBAAA%3B%3BAAhGhB%2CwBAoFI%2COAgBI%2COACI%3BEACI%2CYAAA%3B%3BAAtGhB%2CwBAoFI%2COAsBI%2CMACI%3BEACI%2CWAAA%3B%3BAA5GhB%2CwBAoFI%2COA4BI%2CSAEI%3BAAlHZ%2CwBAoFI%2COA6BI%2CQACI%3BEACI%2CYAAA%3B%3BAAnHhB%2CwBAoFI%2COAmCM%2CSAAM%2CIACF%3BEACE%2CmBAAA%3BEACA%2CWAAA%3B%3BAA1HhB%2CwBAoFI%2COA0CI%2CKACI%3BEACI%2CWAAA%3B%3BAAIR%2CwBAhDJ%2COAgDK%2CSACK%2CSACE%2CQAAO%2CMAAM%2CQACT%3BEACI%2CsBAAA%3B%3BA7BzJxB%2C0BACI%3BEACI%2CmBAAA%3B%3BAAFR%2C0BAKI%2CoBAAmB%3BEX%2BYvB%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3B%3BAW9YQ%2C0BAHJ%2CoBAAmB%2CMAGd%2CSACG%2CMAAK%3BEACD%2CaAAA%3B%3BAAIA%2C0BATZ%2CoBAAmB%2CMAGd%2CSAKG%2CaACK%3BEACG%2CSAAS%2CGAAT%3BEXiRpB%2CcAAA%3BEAAA%2CiBAAA%3B%3BAWhSA%2C0BA6BI%3BEAEI%2CwBAAA%3B%3BAAKR%3BEAEI%2CoBAAA%3B%3BAAFJ%2C0BAII%3BEACI%2CmBAAA%3B%3BAALR%2C0BAQI%3BEAEI%2CgBAAA%3B%3BAAKR%3BEACI%2CcAAA%3B%3BAW5BI%2CgBADJ%2COACK%2CaACG%3BEACI%2CgBAAA%3B%3BAAJhB%2CgBACI%2COAOI%3BEtBkQR%2CiBAAA%3B%3BAMiwBA%2CgBgB7%5C%2FBI%2CUhB6%5C%2FBH%3BENjwBD%2CgBAAA%3BEM8xBA%2CSAAS%2CsBAAT%3BEACA%2CcAAA%3BEACA%2CsBAAA%3BEACA%2CoBAAA%3BENjyBA%2CcAAA%3BEAAA%2CiBAAA%3B%3BAsB1PQ%2CgBAFJ%2CUAEK%3BEACG%2CgBAAA%3B%3BAAKZ%2CqBACI%2COAAM%2CUACA%3BEACE%2CmBAAA%3B%3BAAEA%2CqBAJR%2COAAM%2CUACA%2CQAGG%3BEACG%2CgBAAA%3B%3BAAMhB%2CkBACI%3BEACI%2CaAAA%3B%3BAAQR%2CkBACI%2CUAAS%3BEACL%2CaAAA%3B%3BAAIR%2CoBAII%3BAAHJ%2CqBAGI%3BAAFJ%2CgBAEI%3BAADJ%2CeACI%3BEvBNJ%2CyBAAA%3BEACA%2CqBAAA%3BEACA%2CyBAAA%3BEACA%2CsBAAA%3BEAoBA%2CqBAAA%3BEACG%2CkBAAA%3BEACC%2CiBAAA%3BEACI%2CaAAA%3BEuBlBA%2CiBAAA%3B%3BAAOA%2CSADJ%2CUACK%2CMACK%2CSAGI%3BEACE%2CWAAA%3B%3BAAepB%2CQACI%2CQAAO%2CKACH%3BEACI%2CaAAA%3B%3BAAHZ%2CQACI%2CQAAO%2CKAKH%3BEACI%2CkBAAA%3B%3BAAPZ%2CQACI%2CQAAO%2CKAKH%2CSAEI%3BEACI%2CWAAA%3B%3BAAThB%2CQAwBI%3BEACI%2CgBAAA%3B%3BAAIA%2CQADJ%2CeACK%3BEACG%2CgBAAA%3B%3BAA9BZ%2CQA4BI%2CeAKI%3BEACI%2CkBAAA%3B%3BAAEA%2CQARR%2CeAKI%2CQAGK%3BEACG%2CeAAA%3B%3BAA2BhB%2CYAKI%3BEtBkHJ%2CmBAAA%3BEsBhHQ%2CeAAA%3B%3BAAPR%2CYAUI%3BEACI%2CeAAA%3B%3BAAEA%2CYAHJ%2CMAGK%3BEACG%2CaAAA%3B%3BAAdZ%2CYAUI%2CMAOI%3BAAjBR%2CYAUI%2CMAQM%3BEAEE%2CkCAAA%3BEACA%2CcAAA%3BEACA%2C0BAAA%3B%3BAAtBZ%2CYAUI%2CMAeI%3BEACI%2CqBAAA%3B%3BAAEA%2CYAlBR%2CMAeI%2CEAGK%3BEtB2Fb%2CmBAAA%3B%3BAsBtFQ%2CYAvBJ%2CMAuBK%2CQACG%3BAADJ%2CYAvBJ%2CMAuBK%2CQAEG%3BEtBoFZ%2CkBAAA%3BEAAA%2CgBAAA%3B%3BAsBtFQ%2CYAvBJ%2CMAuBK%2CQAQG%3BEtB8EZ%2CkBAAA%3B%3BAsBvHA%2CYAUI%2CMAoCI%3BEACI%2C6BAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3B%3BAAYJ%2COADG%2CKAAM%2COACR%3BEACG%2CgBAAA%3B%3BAAJZ%2CMAQI%3BEACI%2CmBAAA%3B%3BAATR%2CMAQI%2COAGI%3BEtBkDR%2COC7MmB%2C2BD6MnB%3BEAAA%2CaC5NyB%2CiCD4NzB%3BEAAA%2CaC3NyB%2CiCD2NzB%3BEAAA%2CkBAAA%3BEAAA%2CiBAAA%3BEAAA%2CgBAAA%3BEAAA%2CmBAAA%3B%3BAsBhDY%2COAAO%2CKAAM%2COALrB%2COAGI%3BEAGQ%2CeAAA%3B%3BAAdhB%2CMAmBI%2CEAAC%3BEACG%2CSAAA%3B%3BAApBR%2CMAuBI%3BEACI%2CeAAA%3B%3BAAQR%2CMAAM%2CSACF%3BEtBgJJ%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEAkCA%2C8BAAA%3BEACI%2C0BAAA%3BEACI%2CsBAAA%3B%3BAsBvLR%2CMAAM%2CSACF%2CSAII%3BEtBwLR%2CiBAAA%3BEACC%2CgBAAA%3BEACQ%2CQAAA%3B%3BAsB%5C%2FLT%2CMAAM%2CSACF%2CSAQI%3BEtBoLR%2CiBAAA%3BEACC%2CgBAAA%3BEACQ%2CQAAA%3BEsBpLG%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%3BEtBxCR%2CgBAAA%3B%3BAsBwCA%2CQAAQ%2CcAGJ%3BEACI%2CsBAAA%3B%3BAmB5UR%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%3BEzC2PJ%2CiBAAA%3BEyCzPQ%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%3BAdxDZ%2CMAAM%2CQxBiKJ%2CQAGI%2CKACI%3BAwBrKV%2CMAAM%2CQxBkKJ%2CQAEI%2CKACI%3BAwBrKV%2CMAAM%2CQxBmKJ%2CQACI%2CKACI%3BAwBrKV%2CMAAM%2CQxBiKJ%2CQAGI%2CKAEI%3BAwBtKV%2CMAAM%2CQxBkKJ%2CQAEI%2CKAEI%3BAwBtKV%2CMAAM%2CQxBmKJ%2CQACI%2CKAEI%3BEHyHV%2C0BAAA%3B%3BA2B%5C%2FRA%2CMAAM%2CQxB4KJ%2CUAAU%2CQAGN%2CKAAE%2CYACE%3BAwBhLV%2CMAAM%2CQxB6KJ%2CWAAW%2CQAEP%2CKAAE%2CYACE%3BAwBhLV%2CMAAM%2CQxB8KJ%2CQAAK%2CYACD%2CKAAE%2CYACE%3BAwBhLV%2CMAAM%2CQxB4KJ%2CUAAU%2CQAGN%2CKAAE%2CYAEE%3BAwBjLV%2CMAAM%2CQxB6KJ%2CWAAW%2CQAEP%2CKAAE%2CYAEE%3BAwBjLV%2CMAAM%2CQxB8KJ%2CQAAK%2CYACD%2CKAAE%2CYAEE%3BEACE%2CaAAA%3B%3BAwBlLZ%2CMAAM%2CQxBuLJ%2CQAAQ%3BEHwGV%2C0BAAA%3B%3BA2B%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%3BAmBtCZ%2CkBAAkB%2CMACd%2CQAAO%3BE9C8RX%2CSAAA%3B%3BA8CzRA%3BE9CyRA%2CgBAAA%3BEAAA%2CyBAAA%3BEAAA%2CaAAA%3BEAAA%2CWAAA%3BEAAA%2CyCAAA%3BEAAA%2C%2BBAAA%3BEAAA%2COAAA%3BEAAA%2CgBAAA%3BEAAA%2CkBAAA%3BEAAA%2CMAAA%3BEAAA%2CaAAA%3BEoLlJA%2CaAAA%3BEACA%2CUAAA%3BEtI%5C%2FHI%2CsBAAA%3B%3BAATJ%2CUsI0EA%3BEpL%2BMA%2CgBAAA%3BEAAA%2CmBAAA%3B%3BA8CzRA%2CUsI0EA%2CcAGI%3BEpL4MJ%2COC7MmB%2C2BD6MnB%3BEAAA%2CaC5NyB%2CiCD4NzB%3BEAAA%2CaC3NyB%2CiCD2NzB%3BEAAA%2CkBAAA%3BEAAA%2CiBAAA%3BEAAA%2CgBAAA%3BEAAA%2CqBAAA%3B%3BA8CzRA%2CUsIuFA%3BEpLkMA%2CgBAAA%3B%3BA8CzRA%2CUsIgGA%2CeACI%2CQAAO%3BEpLwLX%2CkBAAA%3BEAAA%2CqBAAA%3BEKzDA%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2C4BAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3BELgDA%2CgBAAA%3BEAAA%2CWAAA%3BEAAA%2CSAAA%3B%3BA8CzRA%2CUsIgGA%2CeACI%2CQAAO%2CM3J4KT%3BEzBhQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAyBHA%2CU2J%2BEA%2CeACI%2CQAAO%2CM3JhFV%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BEzB9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CS0B1OU%2CO1B0OV%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BEyBqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CU2JkEJ%2CeACI%2CQAAO%2CM3JpEV%2CMACI%3BEzB2PL%2CcAAA%3B%3BAyBrPI%2CU2J4DJ%2CeACI%2CQAAO%2CM3J9DV%2COACI%3BEzBqPL%2CcAAA%3B%3BAK7CA%2CU%2BK5IA%2CeACI%2CQAAO%2CM%5C%2FK2IV%3BAACD%2CU%2BK7IA%2CeACI%2CQAAO%2CM%5C%2FK4IV%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CU%2BKlJA%2CeACI%2CQAAO%2CM%5C%2FKiJV%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CU%2BKvJA%2CeACI%2CQAAO%2CM%5C%2FKsJV%3BAACD%2CU%2BKxJA%2CeACI%2CQAAO%2CM%5C%2FKuJV%3BAACD%2CQAAQ%2CUAAW%2CW%2BKzJnB%2CeACI%2CQAAO%3BE%5C%2FKyJP%2CoBAAA%3BEL%2BBJ%2CYAAA%3B%3BAoL%5C%2FIA%2CUAAC%3BEACG%2CUAAA%3B%3BAtI3IJ%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%3BA1CkEN%2CKAAK%2CcAiED%2CiBAGM%2CU0CtIJ%3BEzCkKN%2CsBAAA%3BEAEA%2C4BAAA%3BEAEA%2CgBAAA%3BEACA%2CoBAAA%3BEAIA%2CiBAAA%3BELgDA%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CSAAA%3BEAAA%2CUAAA%3BEAAA%2COC3MU%2CkBD2MV%3BEAAA%2CqBAAA%3BEK5FA%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CeAAA%3B%3BAA6CA%2CMyC9KM%2CczC8KL%3BAACD%2CMyC%5C%2FKM%2CczC%2BKL%3BAD7GD%2CKAAK%2CcAiED%2CiBAGM%2CU0CtIJ%2CczC8KL%3BAD5GD%2CKAAK%2CcAiED%2CiBAGM%2CU0CtIJ%2CczC%2BKL%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CMyCpLM%2CczCoLL%3BADlHD%2CKAAK%2CcAiED%2CiBAGM%2CU0CtIJ%2CczCoLL%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CMyCzLM%2CczCyLL%3BAACD%2CMyC1LM%2CczC0LL%3BAACD%2CQAAQ%2CUAAW%2COyC3Lb%3BA1CkEN%2CKAAK%2CcAiED%2CiBAGM%2CU0CtIJ%2CczCyLL%3BADvHD%2CKAAK%2CcAiED%2CiBAGM%2CU0CtIJ%2CczC0LL%3BAACD%2CQAAQ%2CUDzHR%2CMAAK%2CcAiED%2CiBAGM%2CU0CtIJ%3BEzC4LF%2CoBAAA%3BEL%2BBJ%2CYAAA%3B%3BADjJA%2CM%2BC1EM%2Cc%5C%2FC0EL%3BAKRD%2CKAAK%2CcAiED%2CiBAGM%2CU0CtIJ%2Cc%5C%2FC0EL%3BECiJD%2COC3MU%2CkBD2MV%3BEAAA%2CqBAAA%3B%3BAD5IA%2CM%2BC%5C%2FEM%2Cc%5C%2FC%2BEL%3BAKbD%2CKAAK%2CcAiED%2CiBAGM%2CU0CtIJ%2Cc%5C%2FC%2BEL%3BEC4ID%2COC1MiB%2CyBD0MjB%3BEAAA%2CqBAAA%3B%3BADvIA%2CM%2BCpFM%2Cc%5C%2FCoFL%3BAKlBD%2CKAAK%2CcAiED%2CiBAGM%2CU0CtIJ%2Cc%5C%2FCoFL%3BECuID%2CWAAA%3BEAAA%2CqBAAA%3B%3BAKxFA%2CMyCnIM%2CczCmIL%3BAACD%2CMyCpIM%2CczCoIL%3BAACD%2CMyCrIM%2CczCqIL%3BADnED%2CKAAK%2CcAiED%2CiBAGM%2CU0CtIJ%2CczCmIL%3BADjED%2CKAAK%2CcAiED%2CiBAGM%2CU0CtIJ%2CczCoIL%3BADlED%2CKAAK%2CcAiED%2CiBAGM%2CU0CtIJ%2CczCqIL%3BEACG%2CgBAAA%3BEACA%2CSAAA%3B%3BAAGJ%2CMyC1IM%2CczC0IL%3BAACD%2CMyC3IM%2CczC2IL%3BAACD%2CQAAQ%2CUAAW%2COyC5Ib%3BA1CkEN%2CKAAK%2CcAiED%2CiBAGM%2CU0CtIJ%2CczC0IL%3BADxED%2CKAAK%2CcAiED%2CiBAGM%2CU0CtIJ%2CczC2IL%3BAACD%2CQAAQ%2CUD1ER%2CMAAK%2CcAiED%2CiBAGM%2CU0CtIJ%3BE9C2NN%2COC3MU%2CkBD2MV%3BEAAA%2CYAAA%3BEK5EI%2CeAAA%3BEACA%2CoBAAA%3BEACA%2C0BAAA%3B%3BA0B%5C%2FMJ%2CKAAK%2COAAQ%3BE%5C%2FByRb%2CcAAA%3B%3BA%2BBtRI%2CKAHC%2COAAQ%2CSAGR%3BEACG%2CSAAS%2CGAAT%3B%3BAAGJ%2CKAPC%2COAAQ%2CSAOR%3BEACG%2CSAAS%2CGAAT%3B%3BAAIR%3BE8HsEA%2CgBAAA%3BEACA%2CmBAAA%3B%3BA9HvEA%2Ce8H0EA%3BE7JmMA%2CWAAA%3BE6JjMI%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3B%3BAAEA%2CeANJ%2CeAMK%3BEACG%2COAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3BEA6FR%2CmCAAA%3BE7J2FA%2CcAAA%3BEAAA%2Ca4JpRgB%2CqB5JoRhB%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CiBAAA%3BEAAA%2CmBAAA%3BE6JxEA%2CSD7MmB%2CQAAA%2CQAAA%2CQAAA%2CQAAA%2COC6MnB%3BEAXA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3B%3BA9H7LA%2Ce8H0EA%2CeAsBM%3BEACE%2CcAAA%3BEACA%2CgBAAA%3B%3BAAEA%2CeA1BR%2CeAsBM%2COAIG%3BEACG%2CkBAAA%3BEACA%2CUAAA%3BEA4EZ%2CmCAAA%3BE7J2FA%2CcAAA%3BEAAA%2Ca4JpRgB%2CqB5JoRhB%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CiBAAA%3BEAAA%2CmBAAA%3BE6JxEA%2CSD7MmB%2CQAAA%2CQAAA%2CQAAA%2CQAAA%2COC6MnB%3BEAXA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3B%3BA9H7LA%2Ce8H0EA%2CeAsBM%2COAiBE%3BE7JhHR%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA%2BBRA%2CeAGI%3BEACI%2CiBAAA%3B%3BAAIR%2CwBAEI%2CgB8H%2BGJ%3BA9HhHA%2CcACI%2CgB8H%2BGJ%3BE7JxHA%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA%2BBOA%3BE8HzBA%2CgBAAA%3B%3BAAEA%2CoBAAC%3BE7JqRD%2CcAAA%3BEAAA%2Ca4JpRgB%2CqB5JoRhB%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CiBAAA%3BEAAA%2CmBAAA%3BE6J1GA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CmCAAA%3BEA8BA%2CSD7MmB%2CQAAA%2CQAAA%2CQAAA%2CQAAA%2COC6MnB%3BEAlMI%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA9HUJ%2CoB8HPA%2CMAAK%3BE7JPL%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA6JMY%2CoBANZ%2CMAAK%2CcAGA%2CMAEK%2CQACG%3BAAAD%2CoBANZ%2CMAAK%2CcAIA%2CQACK%2CQACG%3BEACG%2CUAAA%3B%3BA9HAhB%2CoB8HMA%3BEACI%2CeAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3B%3BA9HTJ%2CoB8HMA%2CMAKI%3BE7JzBJ%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA6JsBI%2CoBATJ%2CMASK%3BE7J%2BOL%2CcAAA%3BEAAA%2Ca4JpRgB%2CqB5JoRhB%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CiBAAA%3BEAAA%2CmBAAA%3BE6J1GA%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%3BA9HhChB%2CoB8HyHI%2CSAAQ%3BEACJ%2CUAAA%3B%3BAAEA%2CoBAHJ%2CSAAQ%2CCAGH%3BEA0DT%2CSD7MmB%2CQAAA%2CQAAA%2CQAAA%2CQAAA%2COC6MnB%3B%3BA9HtLA%2CoB8HyHI%2CSAAQ%3BEACJ%2CUAAA%3B%3BAAEA%2CoBAHJ%2CSAAQ%2CCAGH%3BEA0DT%2CSD7MmB%2CQAAA%2CQAAA%2CQAAA%2COC6MnB%3B%3BA9HtLA%2CoB8HyHI%2CSAAQ%3BEACJ%2CUAAA%3B%3BAAEA%2CoBAHJ%2CSAAQ%2CCAGH%3BEA0DT%2CSD7MmB%2CQAAA%2CQAAA%2COC6MnB%3B%3BA9HtLA%2CoB8HyHI%2CSAAQ%3BEACJ%2CUAAA%3B%3BAAEA%2CoBAHJ%2CSAAQ%2CCAGH%3BEA0DT%2CSD7MmB%2CQAAA%2COC6MnB%3B%3BA9HtLA%2CoB8HyHI%2CSAAQ%3BEACJ%2CUAAA%3B%3BAAEA%2CoBAHJ%2CSAAQ%2CCAGH%3BEA0DT%2CSD7MmB%2COC6MnB%3B%3BA9H7KI%2CMAAC%2CIAAI%3BEACD%2CmBAAA%3B%3BAADJ%2CMAAC%2CIAAI%2COAGC%3BE%5C%2FBkPV%2COC7MmB%2C2BD6MnB%3BEAAA%2CaC5NyB%2CiCD4NzB%3BEAAA%2CaC3NyB%2CiCD2NzB%3BEAAA%2CkBAAA%3BEAAA%2CeAAA%3BEAAA%2CgBAAA%3BEAAA%2CmBAAA%3B%3BA%2BBrPI%2CMAAC%2CIAAI%2COAOD%3BE%5C%2FB8OR%2COC7MmB%2C2BD6MnB%3BEAAA%2CaC5NyB%2CiCD4NzB%3BEAAA%2CaC3NyB%2CiCD2NzB%3BEAAA%2CkBAAA%3BEAAA%2CiBAAA%3BEAAA%2CgBAAA%3BEAAA%2CqBAAA%3BE%2BB5OY%2CgBAAA%3B%3BAATR%2CMAAC%2CIAAI%2COAYD%2COAAM%3BEACF%2CkBAAA%3B%3BAAbR%2CMAAC%2CIAAI%2COAYD%2COAAM%2COAGF%3BEACI%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CsBAAA%3B%3BAAlBZ%2CMAAC%2CIAAI%2COAYD%2COAAM%2COASF%3BEACI%2CmBAAA%3BEACA%2CmBAAA%3B%3BAAKZ%2CMAAC%2CQAAQ%2CKACH%3BE%5C%2FBwNV%2COC7MmB%2C2BD6MnB%3BEAAA%2CaC5NyB%2CiCD4NzB%3BEAAA%2CaC3NyB%2CiCD2NzB%3BEAAA%2CkBAAA%3BEAAA%2CeAAA%3BEAAA%2CgBAAA%3BEAAA%2CmBAAA%3B%3BA%2BBnNY%2CMANP%2CQAAQ%2CKAKL%2CQACK%3BEACG%2CmBAAA%3B%3BAAGJ%2CMAVP%2CQAAQ%2CKAKL%2CQAKK%3BE%5C%2FB%2BMb%2COC7MmB%2C2BD6MnB%3BEAAA%2CaC5NyB%2CiCD4NzB%3BEAAA%2CaC3NyB%2CiCD2NzB%3BEAAA%2CkBAAA%3BEAAA%2CiBAAA%3BEAAA%2CgBAAA%3BEAAA%2CqBAAA%3B%3BA%2BBxMA%2CKAAK%2CMAAM%2CQACP%3BEACI%2CgBAAA%3B%3BAAIR%2CgBAAgB%3BEACZ%2CmBAAA%3B%3BAADJ%2CgBAAgB%2CKAGZ%2CQAAO%3BAAHX%2CgBAAgB%2CKAIZ%3BAAJJ%2CgBAAgB%2CKAKZ%3BEACI%2CmBAAA%3B%3BAAIR%3BEACI%2CcAAA%3BEACA%2CmBAAA%3B%3BAAEA%2CSAAS%2CQAAQ%2CKAAM%3BEACnB%2CcAAA%3B%3BAAGJ%2CwBAAC%3BEACG%2CcAAA%3B%3BAATR%2CwBAYI%3BEACI%2CmBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CsBAAA%3B%3BAAjBR%2CwBAoBI%3BEACI%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CsBAAA%3B%3BAAvBR%2CwBAoBI%2CiBAKI%3BEACI%2CiBAAA%3B%3BAAwBZ%2CgBACI%3BEAEI%2CmBAAA%3B%3BAAHR%2CgBAMI%3BEACI%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3B%3BAAVR%2CgBAaI%2CgBACI%3BEACI%2CmBAAA%3B%3BAAfZ%2CgBAaI%2CgBACI%2CwBAGI%3BEACI%2CmBAAA%3B%3BAAEA%2CgBAPZ%2CgBACI%2CwBAGI%2CMAGK%3BEACG%2CgBAAA%3B%3BAArBpB%2CgBAaI%2CgBAaI%3BE%5C%2FB4GR%2COC7MmB%2C2BD6MnB%3BEAAA%2CaC5NyB%2CiCD4NzB%3BEAAA%2CaC3NyB%2CiCD2NzB%3BEAAA%2CkBAAA%3BEAAA%2CiBAAA%3BEAAA%2CgBAAA%3BEAAA%2CqBAAA%3BE%2BB1GY%2CgBAAA%3BEACA%2CmBAAA%3B%3BAA7BZ%2CgBAaI%2CgBAmBI%3BEACI%2CmBAAA%3B%3BAAjCZ%2CgBAqCI%2CyBACI%3BAAtCR%2CgBAqCI%2CyBAEI%3BEACI%2CcAAA%3B%3BAAKZ%2CqBACI%3BEACI%2CcAAA%3B%3BAAFR%2CqBAKI%3BEACI%2CkBAAA%3B%3BAANR%2CqBAKI%2CqBAGI%3BAARR%2CqBAKI%2CqBAII%3BEACI%2CmBAAA%3BEACA%2CoBAAA%3BEACA%2CmBAAA%3B%3BAAZZ%2CqBAKI%2CqBAUI%3BEACI%2CmBAAA%3BEACA%2CgBAAA%3B%3BAAjBZ%2CqBAKI%2CqBAeI%3BEACI%2CgBAAA%3B%3BAAUR%2COAAC%3BEACG%2C6BAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAEA%2COALH%2CQAKI%3BEACG%2CaAAA%3B%3BAANR%2COAAC%2CQASG%3BEACI%2CgCAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3B%3BAAbR%2COAAC%2CQAgBG%3BEACI%2CaAAA%3B%3BAAIR%2COAAC%2CIACG%3BEACI%2CaAAA%3B%3BAAIR%2COAAC%2CKACG%2CQAAO%2COAAO%3BE%5C%2FB8BtB%2CYCtMiB%2CyBDsMjB%3BEAAA%2CkBCvMY%2CoBDuMZ%3BEAAA%2COCvMY%2CoBDuMZ%3B%3BAKqDA%2CO0BpFK%2CKACG%2CQAAO%2COAAO%2CQ1BmFrB%3BAACD%2CO0BrFK%2CKACG%2CQAAO%2COAAO%2CQ1BoFrB%3BELtDD%2CYCrMwB%2CgCDqMxB%3BEAAA%2CkBC9MoB%2C4BD8MpB%3BEAAA%2COCpMmB%2C2BDoMnB%3B%3BAK4DA%2CO0B3FK%2CKACG%2CQAAO%2COAAO%2CQ1B0FrB%3BEL5DD%2CYCrMwB%2CgCDqMxB%3BEAAA%2CkBC9MoB%2C4BD8MpB%3BEAAA%2COCpMmB%2C2BDoMnB%3B%3BA%2BBzBI%2CSAAU%2CQAAC%2COAAO%3BEAEd%2CmBAAA%3B%3BAAFJ%2CSAAU%2CQAAC%2COAAO%2COAId%3BEACI%2CcAAA%3BEACA%2CcAAA%3B%3BAAIR%2COAAC%2CaACG%3BEACI%2CqBAAA%3BEACA%2CgBAAA%3B%3BAAIR%2COAAC%3BEACG%2CmBAAA%3B%3BAADJ%2COAAC%2CKAGG%2CaAAa%3BE%5C%2FBKrB%2COC7MmB%2C2BD6MnB%3BEAAA%2CaC5NyB%2CiCD4NzB%3BEAAA%2CaC3NyB%2CiCD2NzB%3BEAAA%2CkBAAA%3BEAAA%2CeAAA%3BEAAA%2CgBAAA%3BEAAA%2CmBAAA%3B%3BA%2BBAI%2COAAC%3BEAEG%2CgCAAA%3BEACA%2CSAAA%3BEACA%2CeAAA%3B%3BA%5C%2FB5OR%2CO%2BBwOK%2CK%5C%2FBxOJ%3BEACG%2CWAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CcAAA%3B%3BA%2BB2OI%2COANH%2CKAMI%3BEACG%2CeAAA%3B%3BAAIR%2COAAC%3BEACG%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3B%3BAAIJ%2COAAC%3BEACG%2CeAAA%3B%3BAAGJ%2COAAC%3BE%5C%2FBtBL%2COC7MmB%2C2BD6MnB%3BEAAA%2CaC5NyB%2CiCD4NzB%3BEAAA%2CaC3NyB%2CiCD2NzB%3BEAAA%2CkBAAA%3BEAAA%2CiBAAA%3BEAAA%2CgBAAA%3BEAAA%2CqBAAA%3BE%2BBwBQ%2CgBAAA%3B%3BAAGJ%2COAAC%3BEACG%2CmBAAA%3B%3BAsJxTA%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%3BAzKVZ%3BEACI%2CgCAAA%3BEACA%2CmBAAA%3B%3BAAFJ%2CYAII%3BEACI%2CqBAAA%3BEACA%2CkBAAA%3B%3BAAIR%2CsBACI%3BEACI%2CkBAAA%3B%3BAAIR%3BEACI%2CgCAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3B%3BAAHJ%2CoBAKI%2CaACM%3BEZ0QV%2COC7MmB%2C2BD6MnB%3BEAAA%2CaC5NyB%2CiCD4NzB%3BEAAA%2CaC3NyB%2CiCD2NzB%3BEAAA%2CkBAAA%3BEAAA%2CiBAAA%3BEAAA%2CgBAAA%3BEAAA%2CqBAAA%3BEYxQY%2CqBAAA%3B%3BAARZ%2CoBAYI%2CWAGI%3BEACI%2CmBAAA%3B%3BAAIA%2CoBARR%2CWAOI%2COACK%3BEACG%2CSAAS%2CIAAT%3B%3BAArBhB%2CoBA0BI%2CmBACI%3BEACI%2CaAAA%3B%3BAA5BZ%2CoBA0BI%2CmBAKI%2CMAAQ%3BEACJ%2C6BAAA%3B%3BAAhCZ%2CoBAoCI%2CcACI%3BEACI%2CSAAA%3B%3BAAtCZ%2CoBAoCI%2CcAKI%3BEACI%2CgBAAA%3B%3BAAGJ%2CoBATJ%2CcASK%2CMACG%3BEACI%2CqBAAA%3B%3BAAEA%2CoBAbZ%2CcASK%2CMACG%2CGAGK%3BEACG%2CSAAS%2CIAAT%3B%3BAALZ%2CoBATJ%2CcASK%2CMASG%3BEACI%2CSAAA%3B%3BAAMhB%2CoBACI%3BEACI%2CgBAAA%3B%3BAAKI%2CoBAFR%2CaACI%2CMACK%3BAACD%2CoBAHR%2CaACI%2CMAEK%3BEACG%2CeAAA%3B%3BAAMhB%3BEACI%2CmBAAA%3B%3BAADJ%2CsBAGI%3BEACI%2CkBAAA%3B%3BAAEA%2CsBAHJ%2CQAGK%3BEACG%2CSAAA%3B%3BAASZ%2CmBACI%3BEACI%2CgBAAA%3B%3BAAIR%2CQAGI%2CoBACI%3BAAHR%2CuBAEI%2CoBACI%3BAAFR%2CiBACI%2CoBACI%3BEACI%2CkBAAA%3B%3BAAOJ%2CmBADJ%2COACK%3BAACD%2CmBAFJ%2COAEK%3BEACG%2CgBAAA%3B%3BAAKZ%2CcAKI%2CcACI%3BEACI%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CwBAAA%3B%3BAATZ%2CcAKI%2CcAWI%2COAAM%3BEACF%2CqBAAA%3B%3BAAjBZ%2CcAqBI%3BEACI%2CqBAAA%3B%3BAAtBR%2CcAyBI%3BEACI%2CcAAA%3BEACA%2CgBAAA%3B%3BAAUJ%2CoBAAC%3BEACG%2CgBAAA%3B%3BAADJ%2CoBAAC%2CSAGG%3BEACI%2CgBAAA%3B%3BAAJR%2CoBAAC%2CSAOG%3BEACI%2CgBAAA%3BEACA%2CgBAAA%3B%3BAAIR%2CoBAAC%2CKACG%2CaACI%2CgBACI%3BEACI%2CgBAAA%3B%3BAAJhB%2CoBAAC%2CKACG%2CaACI%2CgBAKI%3BEACI%2CSAAA%3B%3BAARhB%2CoBAAC%2CKACG%2CaACI%2CgBAKI%2CSAGM%3BEACE%2CgBAAA%3B%3BAAEA%2CoBAbnB%2CKACG%2CaACI%2CgBAKI%2CSAGM%2CSAGG%3BEACG%2CSAAS%2CIAAT%3B%3BAAS5B%3BEACI%2CgCAAA%3BEACA%2CSAAA%3BEACA%2CeAAA%3B%3BAAHJ%2CeAKI%3BEACI%2CqBAAA%3B%3BAANR%2CeASI%3BEACI%2CqBAAA%3BEACA%2CiBAAA%3B%3BA8BzNR%2CYACI%3BEACI%2CgBAAA%3B%3BANER%2COAAO%2COAAO%3BEACV%2CiBAAA%3BEpC2RJ%2CqBAAA%3BEyB9QA%2CqBAAA%3B%3BAAMA%2COWpBO%2COAAO%2COXoBb%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BEzB9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CS0BnOY%2CO1BmOZ%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CmBAAA%3BEyBqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAWrWA%2COAAO%2COAAO%2COASV%3BEACI%2CqBAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3B%3BAkJ2CA%2COADH%2CUACI%3BEACG%2CarLSa%2CiCqLTb%3BEACA%2CkBAAA%3B%3BAAEA%2COALP%2CUACI%2CMAII%3BEACG%2CmBAAA%3B%3BAAGJ%2COATP%2CUACI%2CMAQI%2CmBAAmB%3BEtL6NhC%2CcAAA%3BEsL3NgB%2CSAAS%2CGAAT%3BEACA%2CeAAA%3BEACA%2CarLFS%2CiCqLET%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3B%3BAAIR%2COApBH%2CUAoBI%3BEtLkNT%2COC9MoB%2C4BD8MpB%3BEsLhNY%2CkBAAA%3B%3BAAGJ%2COAzBH%2CUAyBI%3BEACG%2CcAAA%3B%3BAAEA%2COA5BP%2CUAyBI%2CQAGI%3BEACG%2CgBAAA%3B%3BAAJR%2COAzBH%2CUAyBI%2CQAOG%2C%2BBAA%2BB%3BEtLsM3C%2CWAAA%3BEsLpMgB%2CYAAA%3BEACA%2CYAAA%3BEACA%2COAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAAIR%2COA5CH%2CUA4CI%2CKAEG%3BAADJ%2COA7CH%2CUA6CI%2CaACG%3BEtLwLZ%2CgBAAA%3BEAAA%2COC7MmB%2C2BD6MnB%3B%3BAsLpLgB%2COAlDX%2CUA4CI%2CKAEG%2CeAIK%3BAAAD%2COAlDX%2CUA6CI%2CaACG%2CeAIK%3BEtLoLjB%2CYCrMwB%2CgCDqMxB%3BEAAA%2CkBCrMwB%2CgCDqMxB%3BEAAA%2COCpMmB%2C2BDoMnB%3B%3BAsL3KI%2COAAC%3BEtL2KL%2CyBAAA%3BEsLzKQ%2CeAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CoBAAA%3BEACA%2CeAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CuBAAA%3B%3BAAEA%2COAdH%2COAcI%3BEACG%2CgBAAA%3B%3BAAGJ%2COAlBH%2COAkBI%3BEtLyJT%2CgBAAA%3BEAAA%2COC7MmB%2C2BD6MnB%3BEsLtJY%2CeAAA%3BEACA%2CarLtEa%2CiCqLsEb%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3B%3BAAEA%2COA5BP%2COAkBI%2CKAUI%3BEtL%2BIb%2CkBC9MoB%2C4BD8MpB%3B%3BAsL1IQ%2COAjCH%2COAiCI%3BEtL0IT%2COC9MoB%2C4BD8MpB%3B%3BAsLpIQ%2COAvCH%2COAuCI%2CIAAI%2CWAAW%3BEtLoIxB%2COC9MoB%2C4BD8MpB%3B%3BAsLtHQ%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%3BEtLkCb%2CmBAAmB%2CcAAnB%3BEACI%2CeAAe%2CcAAf%3BEACI%2CWAAW%2CcAAX%3BEAsDR%2CmBAAA%3BEsLvFgB%2CSAAS%2CEAAT%3BEACA%2CWAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3B%3BAAQR%2COAlGH%2COAkGI%3BEtLyET%2CWAAA%3BEAAA%2CmBAAA%3BEsLrEY%2CaAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3B%3BAAEA%2COA%5C%2FGP%2COAkGI%2CQAeO%3BAADJ%2COAhHP%2COAkGI%2CQAcI%2CQACG%3BEACI%2CSAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3B%3BAAEA%2COAvHf%2COAkGI%2CQAeO%2CQAMK%3BAAAD%2COAvHf%2COAkGI%2CQAcI%2CQACG%2CQAMK%3BAACD%2COAxHf%2COAkGI%2CQAeO%2CQAOK%3BAAAD%2COAxHf%2COAkGI%2CQAcI%2CQACG%2CQAOK%3BEACG%2CmBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3B%3BAAGJ%2COAjIf%2COAkGI%2CQAeO%2CQAgBK%3BAAAD%2COAjIf%2COAkGI%2CQAcI%2CQACG%2CQAgBK%3BEACG%2CyDAAA%3BEACA%2C%2BBAAA%3BEACA%2COAAA%3BEACA%2CQAAA%3B%3BAAGJ%2COAxIf%2COAkGI%2CQAeO%2CQAuBK%3BAAAD%2COAxIf%2COAkGI%2CQAcI%2CQACG%2CQAuBK%3BEACG%2CsDAAA%3BEACA%2C%2BBAAA%3BEACA%2CWAAA%3BEACA%2CQAAA%3B%3BAA7BZ%2COA%5C%2FGP%2COAkGI%2CQA8CO%3BAAhCJ%2COAhHP%2COAkGI%2CQAcI%2CQAgCG%3BEACI%2CcAAA%3BEACA%2CaAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3B%3BAAIR%2COAxJP%2COAkGI%2CQAsDI%3BEtLmBb%2CmBAAA%3BEAAA%2CyBAAA%3BEAAA%2CWAAA%3BEsLfgB%2CaAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3B%3BAA9DR%2COAlGH%2COAkGI%2CQAiEG%3BEtLQZ%2CWAAA%3BEsLNgB%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%3BEtLPtB%2CwBC9MoB%2C4BD8MpB%3B%3BAsLWY%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%3BElLkOX%2CsBAAA%3BEAEA%2C4BAAA%3BEAEA%2CgBAAA%3BEACA%2CoBAAA%3BEAIA%2CiBAAA%3BELgDA%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CSAAA%3BEAAA%2CUAAA%3BEAAA%2COC3MU%2CkBD2MV%3BEAAA%2CqBAAA%3BEK5FA%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CeAAA%3B%3BAA6CA%2CgBkL9OI%2CQAAO%2COlL8OV%3BAACD%2CgBkL%5C%2FOI%2CQAAO%2COlL%2BOV%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CgBkLpPI%2CQAAO%2COlLoPV%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CgBkLzPI%2CQAAO%2COlLyPV%3BAACD%2CgBkL1PI%2CQAAO%2COlL0PV%3BAACD%2CQAAQ%2CUAAW%2CiBkL3Pf%2CQAAO%3BElL4PP%2CoBAAA%3BEL%2BBJ%2CYAAA%3B%3BADjJA%2CgBwL1II%2CQAAO%2COxL0IV%3BECiJD%2COC3MU%2CkBD2MV%3BEAAA%2CqBAAA%3B%3BAD5IA%2CgBwL%5C%2FII%2CQAAO%2COxL%2BIV%3BEC4ID%2COC1MiB%2CyBD0MjB%3BEAAA%2CqBAAA%3B%3BADvIA%2CgBwLpJI%2CQAAO%2COxLoJV%3BECuID%2CWAAA%3BEAAA%2CqBAAA%3B%3BAKxFA%2CgBkLnMI%2CQAAO%2COlLmMV%3BAACD%2CgBkLpMI%2CQAAO%2COlLoMV%3BAACD%2CgBkLrMI%2CQAAO%2COlLqMV%3BEACG%2CgBAAA%3BEACA%2CSAAA%3B%3BAAGJ%2CgBkL1MI%2CQAAO%2COlL0MV%3BAACD%2CgBkL3MI%2CQAAO%2COlL2MV%3BAACD%2CQAAQ%2CUAAW%2CiBkL5Mf%2CQAAO%3BEvL2RX%2COC3MU%2CkBD2MV%3BEAAA%2CYAAA%3BEK5EI%2CeAAA%3BEACA%2CoBAAA%3BEACA%2C0BAAA%3B%3BAkL3MJ%2CsBACI%3BEACI%2CiBAAA%3B%3BAAFR%2CsBAKI%2CQAAO%3BElLuNX%2CsBAAA%3BEAEA%2C4BAAA%3BEAEA%2CgBAAA%3BEACA%2CoBAAA%3BEAIA%2CiBAAA%3BELgDA%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CSAAA%3BEAAA%2CUAAA%3BEAAA%2COC3MU%2CkBD2MV%3BEAAA%2CqBAAA%3BEK5FA%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CeAAA%3BEkLnLQ%2CkBAAA%3B%3BAlLgOR%2CsBkLnOI%2CQAAO%2CUlLmOV%3BAACD%2CsBkLpOI%2CQAAO%2CUlLoOV%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CsBkLzOI%2CQAAO%2CUlLyOV%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CsBkL9OI%2CQAAO%2CUlL8OV%3BAACD%2CsBkL%5C%2FOI%2CQAAO%2CUlL%2BOV%3BAACD%2CQAAQ%2CUAAW%2CuBkLhPf%2CQAAO%3BElLiPP%2CoBAAA%3BEL%2BBJ%2CYAAA%3B%3BADjJA%2CsBwL%5C%2FHI%2CQAAO%2CUxL%2BHV%3BECiJD%2COC3MU%2CkBD2MV%3BEAAA%2CqBAAA%3B%3BAD5IA%2CsBwLpII%2CQAAO%2CUxLoIV%3BEC4ID%2COC1MiB%2CyBD0MjB%3BEAAA%2CqBAAA%3B%3BADvIA%2CsBwLzII%2CQAAO%2CUxLyIV%3BECuID%2CWAAA%3BEAAA%2CqBAAA%3B%3BAKxFA%2CsBkLxLI%2CQAAO%2CUlLwLV%3BAACD%2CsBkLzLI%2CQAAO%2CUlLyLV%3BAACD%2CsBkL1LI%2CQAAO%2CUlL0LV%3BEACG%2CgBAAA%3BEACA%2CSAAA%3B%3BAAGJ%2CsBkL%5C%2FLI%2CQAAO%2CUlL%2BLV%3BAACD%2CsBkLhMI%2CQAAO%2CUlLgMV%3BAACD%2CQAAQ%2CUAAW%2CuBkLjMf%2CQAAO%3BEvLgRX%2COC3MU%2CkBD2MV%3BEAAA%2CYAAA%3BEK5EI%2CeAAA%3BEACA%2CoBAAA%3BEACA%2C0BAAA%3B%3B%3BAQvMP%2CUACK%3BEACE%2CgBAAA%3B%3BAAGH%2CUAAW%3BEACZ%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3B%3B%3BAAIJ%2CcAAiB%3BEACb%2CeAAA%3B%3BAAEA%2CIAAI%2CKAAK%3BAACb%2CmBAAoB%3BEAChB%2CaAAa%2CoBAAb%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3B%3BAAEA%2CmBAAoB%3BAACxB%2CMAAM%3BEACF%2C0BAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3B%3BAAGA%2CIAAI%3BAACR%3BEACI%2CqBAAA%3B%3BAAEA%3BEACI%2CSAAA%3B%3BAAEJ%3BEACI%2CgBAAA%3BEACA%2CiBAAA%3B%3BAAEJ%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3B%3BAAGJ%3BEACI%2CWAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3B%3BAAEJ%2CQAAQ%2COAAO%3BAACf%3BAACA%3BEACI%2CgBAAA%3B%3BAAEJ%3BAACA%3BEACI%2CgBAAA%3BEACA%2CeAAA%3B%3BAAEA%2CaACI%2CSAAQ%2CQAAQ%2CqBACZ%2CIAAG%3BEACC%2CgBAAA%3B%3BAAKZ%2CuBAAuB%2CIAAI%3BEACvB%2CgBAAA%3B%3BAAIJ%2CcACI%3BEACI%2CqBAAA%3B%3BAAMJ%2CQAAC%3BEACG%2CYAAA%3B%3BAAIJ%2CQAAC%3BEbyLL%2CWCvKgB%2CwBDuKhB%3BEavLQ%2CmBAAA%3B%3BAAEA%2CQAJH%2CKAII%2CUAAU%3BEACP%2CcAAA%3B%3BAAKJ%2CQAVH%2CKAUI%3BEAEG%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CqBAAA%3BEACA%2CcAAA%3BEACA%2CaAAA%3BEACA%2CaAAA%3BEACA%2CqBAAA%3B%3BAAGJ%2CQArBH%2CKAqBI%3BEACG%2CeAAA%3B%3BAAGJ%2CQAzBH%2CKAyBI%3BEACG%2CYAAA%3B%3BAADJ%2CQAzBH%2CKAyBI%2CQAGI%3BEACG%2CiBAAA%3B%3BAAJR%2CQAzBH%2CKAyBI%2CQAOG%3BEACI%2CqBAAA%3BEACA%2CiBAAA%3BEACA%2CsBAAA%3BEACA%2CmBAAA%3B%3BAAXR%2CQAzBH%2CKAyBI%2CQAOG%2CmBAMK%2CSAAM%3BAAbf%2CQAzBH%2CKAyBI%2CQAOG%2CmBTAZ%2CQAAK%2CcAiED%2CiBAGM%2CUS9Da%3BER0FvB%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2C4BAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3BELgDA%2CgBAAA%3B%3BAK7CA%2CQQ5IK%2CKAyBI%2CQAOG%2CmBAMK%2CSAAM%2CORsGtB%3BAACD%2CQQ7IK%2CKAyBI%2CQAOG%2CmBAMK%2CSAAM%2CORuGtB%3BAADD%2CQQ5IK%2CKAyBI%2CQAOG%2CmBTAZ%2CQAAK%2CcAiED%2CiBAGM%2CUS9Da%2CORsGtB%3BAACD%2CQQ7IK%2CKAyBI%2CQAOG%2CmBTAZ%2CQAAK%2CcAiED%2CiBAGM%2CUS9Da%2CORuGtB%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CQQlJK%2CKAyBI%2CQAOG%2CmBAMK%2CSAAM%2COR4GtB%3BAAAD%2CQQlJK%2CKAyBI%2CQAOG%2CmBTAZ%2CQAAK%2CcAiED%2CiBAGM%2CUS9Da%2COR4GtB%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CQQvJK%2CKAyBI%2CQAOG%2CmBAMK%2CSAAM%2CORiHtB%3BAACD%2CQQxJK%2CKAyBI%2CQAOG%2CmBAMK%2CSAAM%2CORkHtB%3BAACD%2CQAAQ%2CUAAW%2CSQzJd%2CKAyBI%2CQAOG%2CmBAMK%2CSAAM%3BARiHvB%2CQQvJK%2CKAyBI%2CQAOG%2CmBTAZ%2CQAAK%2CcAiED%2CiBAGM%2CUS9Da%2CORiHtB%3BAACD%2CQQxJK%2CKAyBI%2CQAOG%2CmBTAZ%2CQAAK%2CcAiED%2CiBAGM%2CUS9Da%2CORkHtB%3BAACD%2CQAAQ%2CUAAW%2CSQzJd%2CKAyBI%2CQAOG%2CmBTAZ%2CQAAK%2CcAiED%2CiBAGM%2CUS9Da%3BERoHnB%2CoBAAA%3BEL%2BBJ%2CYAAA%3B%3BAahKQ%2CQAzBH%2CKAyBI%2CQAOG%2CmBAUK%3BEACG%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAAIA%2CQAjDf%2CKAyBI%2CQAOG%2CmBAUK%2CUAOI%3BEACG%2CSAAA%3B%3BAAzBhB%2CQAzBH%2CKAyBI%2CQAkCG%3BEACI%2CqBAAA%3BEACA%2CsBAAA%3B%3BAAIR%2CQAjEH%2CKAiEI%3BEACG%2CgBAAA%3B%3BAAlER%2CQAAC%2CKAqEG%2CyBACI%3BEACI%2CiBAAA%3B%3BAAvEZ%2CQAAC%2CKAqEG%2CyBAKI%3BEACI%2CeAAA%3B%3BAY3DhB%2CQZhBK%2CKA%2BEG%2CWY%5C%2FDP%3BEzByKD%2CS0BjOiB%2CO1BiOjB%3B%3BAazLI%2CQAAC%2CKAmFG%3BEACI%2CmBAAA%3B%3BAAKZ%2CgBACI%3BEb%2BFJ%2CiBAAA%3B%3BAahGA%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%3BEbiF%5C%2FB%2CiBAAA%3B%3BAa5EQ%2CgBADJ%2CMACK%3BEACG%2CSAAS%2CIAAI%2CiBAAiB%2CIAA9B%3B%3BAAGJ%2CgBALJ%2CMAKK%3BEACG%2CSAAS%2CGAAT%3B%3BAAIA%2CgBAVR%2CMASK%2CuBACI%3BEACG%2CSAAS%2CiBAAiB%2CIAA1B%3B%3BAAMhB%2CeACI%3BEACI%2CcAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3B%3BAAIR%3BAACA%3BEACI%2CmBAAA%3B%3BAkCjOJ%3BE%5C%2FCmRA%2CkBAAA%3BEAAA%2CmBAAA%3B%3BA%2BC5QA%3BEACI%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CSAAA%3BEACA%2CsBAAA%3B%3BAACA%2CSAAS%2CQAAW%2CWAAS%3BEACzB%2CaAAA%3B%3BAAIJ%2CiBAAC%2CIAAI%3BE%5C%2FCkQT%2CgBAAA%3BEAAA%2COC5MU%2CkBD4MV%3BE%2BD5RH%2CoBAAA%3B%3BEACC%2CiBAAA%3B%3BEACA%2CoBAAA%3B%3BEACA%2CqBAAA%3B%3BEACA%2CaAAA%3BEACA%2CeAAA%3BEhByBU%2CmBAAA%3BEACA%2C8BAAA%3BEACA%2CmBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CSAAA%3B%3BAACA%2CiBAVH%2CIAAI%2CaAUA%3BAACD%2CiBAXH%2CIAAI%2CaAWA%3BEACG%2CaAAA%3B%3BAAZR%2CiBAAC%2CIAAI%2CaAcD%3BEACI%2CQAAA%3BEACA%2COAAA%3B%3BAAhBR%2CiBAAC%2CIAAI%2CaAkBD%3BEACI%2CQAAA%3B%3BAAnBR%2CiBAAC%2CIAAI%2CaAqBD%3BEACI%2CQAAA%3B%3BAAtBR%2CiBAAC%2CIAAI%2CaAwBD%3BEACI%2CQAAA%3BEACA%2COAAA%3BEACA%2CoBAAA%3BEACA%2CyBAAA%3BEACA%2CmBAAA%3B%3BAA7BR%2CiBAAC%2CIAAI%2CaA%2BBD%3BAA%5C%2FBJ%2CiBAAC%2CIAAI%2CaAgCD%3BE%5C%2FCkOR%2COC5MU%2CkBD4MV%3B%3BA%2BCnQA%2CiBAsCI%3BEACI%2CYAAA%3BEACA%2CUAAA%3BEACA%2CiBAAA%3BE%5C%2FC0NR%2CeCnMoB%2C4BDmMpB%3B%3BA%2BCnQA%2CiBA4CI%3BEACI%2CaAAA%3B%3BAACA%2CSAAS%2CQAAW%2CoBAFxB%3BEAGQ%2CcAAA%3B%3BAA%5C%2FCZ%2CiBAmDI%2CSACI%3BEACI%2CaAAA%3B%3BAArDZ%2CiBAmDI%2CSAII%3BEACI%2CqBAAA%3B%3BAAMR%2CSAAS%2CQAAW%2CWAAS%3BEACzB%2CaAAA%3B%3BAAFR%2COAKI%3BEACI%2CkBAAA%3BEACA%2CSAAA%3B%3BAAIR%3BEACI%2CiBAAA%3BEACA%2CWAAA%3B%3BAAGJ%3BEACI%2CmBAAA%3BE%5C%2FCqLJ%2CqBAAA%3BEyB9QA%2CqBAAA%3B%3BAsBwFA%2CctB0KE%3BEzBhQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAyBHA%2CcAAC%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BEzB9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CS0B7OY%2CO1B6OZ%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CsBAAA%3BEyBqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CcADH%2CMACI%3BEzB2PL%2COC9MoB%2C4BD8MpB%3B%3BA%2BC1KA%2COACI%3BEACI%2CaAAA%3B%3BAAGA%2COADJ%2CWACK%3BEACG%2CSrBxEE%2COqBwEF%3B%3BAAKZ%3BEACI%2CoBAAA%3BEACA%2CmBAAA%3B%3BAAFJ%2CMAGI%3BEACI%2CaAAA%3B%3BAAJR%2CMAMI%3BEACI%2CoBAAA%3BEACA%2CmBAAA%3B%3BAAIR%3BEACI%2CmBAAA%3BEACA%2CWAAA%3B%3BAAGJ%3BEACI%2CgBAAA%3B%3BAAIA%2CcAAe%2CSAAS%3BEACpB%2CaAAA%3B%3BAjCnHR%3BAACA%2CIAAI%3BEACA%2C6BAAA%3B%3BAAOY%2CYAHZ%2CiBACI%2CqBACM%2CuBACG%3BEACG%2CSAAS%2CIAAI%2CiBAAiB%2CIAA9B%3B%3BAAGJ%2CYAPZ%2CiBACI%2CqBACM%2CuBAKG%2CWAAW%3BEACR%2CSAAS%2CGAAT%3B%3BAATpB%2CYACI%2CiBAaI%2CMAAK%3BEACD%2CeAAA%3B%3BAAfZ%2CYACI%2CiBAaI%2CMAAK%2CYAGD%3BEdqOZ%2CiBAAA%3B%3BAcjOY%2CYApBR%2CiBAaI%2CMAAK%2CYAOA%3BEACG%2CSAAS%2CKAAK%2CiBAAiB%2CIAA%5C%2FB%3B%3BAAMhB%3BEACI%2CabFqB%2CiCaErB%3B%3BAAGJ%2CQAAQ%2CKAAM%3BEdsNd%2CgBAAA%3B%3BAcjNA%2CeACI%3BEACI%2CcAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3B%3BAAIR%3BAACA%3BEACI%2CmBAAA%3B%3BAAWJ%2CQAAQ%2CMAKJ%2CaAAa%2COAAM%3BEACf%2CeAAA%3B%3BAANR%2CQAAQ%2CMASJ%3BEdmLJ%2CcAAA%3BEAAA%2CiBAAA%3BEchLQ%2CcAAA%3B%3BAAZR%2CQAAQ%2CMAeJ%2CSAAQ%3BEACJ%2CmBAAA%3B%3BAAhBR%2CQAAQ%2CMAmBJ%2COAAM%3BEdyKV%2CSAAA%3BEAAA%2CUAAA%3BED1KA%2CqBAAA%3B%3BAelBA%2CQAAQ%2CMAmBJ%2COAAM%2COfKR%3BEACE%2CqBAAA%3BEACA%2CmBAAA%3B%3BAe1BJ%2CQAAQ%2CMAmBJ%2COAAM%2COAGF%3BEACI%2CcAAA%3BEACA%2CcAAA%3B%3BAAKZ%2CQAAQ%2CKAAK%3BEACT%2CWAAA%3BEACA%2CmBAAA%3B%3BAAFJ%2CQAAQ%2CKAAK%2CSAGT%3BEACI%2CgBAAA%3B%3BAAJR%2CQAAQ%2CKAAK%2CSAMT%3BEACI%2CWAAA%3B%3BAAPR%2CQAAQ%2CKAAK%2CSAMT%2CuBXZF%2CQAGI%2CKACI%3BAWEV%2CQAAQ%2CKAAK%2CSAMT%2CuBXXF%2CQAEI%2CKACI%3BAWEV%2CQAAQ%2CKAAK%2CSAMT%2CuBXVF%2CQACI%2CKACI%3BEHiKV%2CyBAAA%3B%3BAc%5C%2FJA%2CQAAQ%2CKAAK%2CSAMT%2CuBXZF%2CQAGI%2CKAII%3BAWDV%2CQAAQ%2CKAAK%2CSAMT%2CuBXXF%2CQAEI%2CKAII%3BAWDV%2CQAAQ%2CKAAK%2CSAMT%2CuBXVF%2CQACI%2CKAII%3BEH8JV%2CwBAAA%3B%3BAc%5C%2FJA%2CQAAQ%2CKAAK%2CSAMT%2CuBAQI%2CMACI%2CGACI%3BEd%2BIhB%2CaC3NyB%2CiCD2NzB%3BEc7IoB%2CObhED%2C2BagEC%3B%3BAAlBpB%2CQAAQ%2CKAAK%2CSAMT%2CuBAQI%2CMACI%2CGAKI%3BAApBhB%2CQAAQ%2CKAAK%2CSAMT%2CuBAQI%2CMACI%2CGAKQ%3BEACA%2CiBAAA%3B%3BAAEJ%2CQAvBR%2CKAAK%2CSAMT%2CuBAQI%2CMACI%2CGAQK%2CIAAI%3BEACD%2CgCAAA%3B%3BAAOpB%2CkBACI%2CoBACI%3BEACI%2CqBAAA%3BEACA%2CgBAAA%3B%3BAAKJ%2CkBADJ%2COACK%3BAACD%2CkBAFJ%2COAEK%3BEACG%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3B%3BAACA%2CkBANR%2COACK%2CUAKI%3BAAAD%2CkBANR%2COAEK%2CYAII%3BEACG%2CSAAS%2CYAAY%2CGAArB%3BEACA%2Cab%5C%2FGN%2CkBa%2BGM%3B%3BAAOJ%2CkBAFR%2CSACK%2CUACI%3BEACG%2CqBAAA%3BEACA%2CmBAAA%3B%3BAAFJ%2CkBAFR%2CSACK%2CUACI%2CIAGK%3BEACE%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CqBAAA%3B%3BAANR%2CkBAFR%2CSACK%2CUACI%2CIASG%3BEACI%2CabhIV%2CkBagIU%3B%3BAACA%2CkBAbhB%2CSACK%2CUACI%2CIASG%2CMAEK%3BEACG%2CSAAS%2CGAAT%3B%3BAAKZ%2CkBAnBR%2CSACK%2CUAkBI%3BEACG%2CQAAQ%2CmBAA4B%2CgBAApC%3B%3BAADJ%2CkBAnBR%2CSACK%2CUAkBI%2CSAEG%3BEACI%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CSAAA%3BEACA%2CqBAAA%3B%3BAAKZ%2CkBA%5C%2FBJ%2CSA%2BBK%3BEACG%2CcAAA%3B%3BAArDZ%2CkBAwDI%2CyBAAyB%3BEdwE7B%2CiBAAA%3BEctEQ%2CcAAA%3B%3BAA1DR%2CkBA4DI%3BEACI%2CSAAA%3B%3BAAIR%2CwBACI%2CgCACI%3BEd6DR%2CaC3NyB%2CiCD2NzB%3BEAAA%2CeAAA%3BEAAA%2CiBAAA%3BEczDY%2CYAAA%3BEACA%2CqBAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3B%3BAATZ%2CwBACI%2CgCAYI%2CMAAK%2CgBACC%2CSAAM%3BEACJ%2CgBAAA%3B%3BAAOA%2CwBArBZ%2CgCAkBK%2CSAEG%2CQACK%3BAAAD%2CwBArBZ%2CgCAmBK%2CUACG%2CQACK%3BEACG%2CSAAS%2CGAAT%3BEdwCpB%2CcAAA%3BEAAA%2CiBAAA%3BEAAA%2CiBAAA%3B%3BAc%5C%2FDA%2CwBAsCI%2COACI%3BEACI%2CcAAA%3B%3BAASZ%2CkBAEI%2CWACI%3BAAFR%2CuBACI%2CWACI%3BEACI%2CwBAAA%3B%3BAAJZ%2CkBAEI%2CWAII%2CWACI%3BAANZ%2CuBACI%2CWAII%2CWACI%3BEACI%2CiBAAA%3BEACA%2CgBAAA%3B%3BAAThB%2CkBAEI%2CWAUI%3BAAXR%2CuBACI%2CWAUI%3BEACI%2CmBAAA%3B%3BAAbZ%2CkBAiBI%2CeACI%2CaAAe%3BAAjBvB%2CuBAgBI%2CeACI%2CaAAe%3BEACX%2CqBAAA%3B%3BAAMA%2CkBAHR%2CWAEI%2CaACK%3BAAAD%2CuBAHR%2CWAEI%2CaACK%3BAAAD%2CkBAFR%2CeACI%2CaACK%3BAAAD%2CuBAFR%2CeACI%2CaACK%3BEACG%2CSAAS%2CIAAT%3B%3BAA1BhB%2CkBA%2BBI%3BAA9BJ%2CuBA8BI%3BEACI%2CoBAAA%3BEACA%2CqBAAA%3B%3BAAjCR%2CkBA%2BBI%2CYAGI%3BAAjCR%2CuBA8BI%2CYAGI%3BEiDhTX%2CoBAAA%3B%3BEACC%2CiBAAA%3B%3BEACA%2CoBAAA%3B%3BEACA%2CqBAAA%3B%3BEACA%2CaAAA%3BEACA%2CeAAA%3BEjD6Sc%2CuBAAA%3BEACA%2CgBAAA%3B%3BAArCZ%2CkBA%2BBI%2CYAGI%2CUAII%3BAArCZ%2CuBA8BI%2CYAGI%2CUAII%3BEACI%2CgBAAA%3BEACA%2CgBAAA%3B%3BAAxChB%2CkBA%2BBI%2CYAYI%3BAA1CR%2CuBA8BI%2CYAYI%3BEACI%2CkBAAA%3B%3BAA5CZ%2CkBA%2BBI%2CYAeI%2COAAM%3BAA7Cd%2CuBA8BI%2CYAeI%2COAAM%3BEACF%2CmBAAA%3BEACA%2CgBAAA%3B%3BAAhDZ%2CkBA%2BBI%2CYAeI%2COAAM%2CIAGF%3BAAhDZ%2CuBA8BI%2CYAeI%2COAAM%2CIAGF%3BEACI%2CaAAA%3B%3BAAlDhB%2CkBA%2BBI%2CYAuBI%2CYAAW%3BAArDnB%2CuBA8BI%2CYAuBI%2CYAAW%3BEAEP%2CkBAAA%3BEACA%2CWAAA%3BEd3CZ%2CaC3NyB%2CiCD2NzB%3B%3BAcdA%2CkBA%2BBI%2CYA8BI%3BAA5DR%2CuBA8BI%2CYA8BI%3BEACI%2CkBAAA%3B%3BAA9DZ%2CkBAsEI%3BAArEJ%2CuBAqEI%3BEiDpVP%2CoBAAA%3B%3BEACC%2CiBAAA%3B%3BEACA%2CoBAAA%3B%3BEACA%2CqBAAA%3B%3BEACA%2CaAAA%3BEACA%2CeAAA%3BEjDiVU%2CmBAAA%3BEACA%2CqBAAA%3B%3BAAzER%2CkBAsEI%2CqBAII%3BAAzER%2CuBAqEI%2CqBAII%3BEwGzTR%2C4BAAA%3BEtH6OF%2CiCAAA%3BEACK%2C8BAAA%3BEACC%2C6BAAA%3BEAcJ%2CyBAAA%3BEAhBF%2CoCAAA%3BEACK%2CiCAAA%3BEACC%2CgCAAA%3BEAcJ%2C4BAAA%3BEAAA%2CiBAAA%3BEckEY%2CoBAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3B%3BAAlFZ%2CkBAsEI%2CqBAII%2CQAEI%3BAA3EZ%2CuBAqEI%2CqBAII%2CQAEI%3BEd%5C%2FTZ%2CUAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3B%3BAckUY%2CkBAdR%2CqBAII%2CQAUK%2CIAAI%3BAAAL%2CuBAdR%2CqBAII%2CQAUK%2CIAAI%3BEACD%2CoBAAA%3B%3BAAEJ%2CkBAjBR%2CqBAII%2CQAaK%2CIAAI%3BAAAL%2CuBAjBR%2CqBAII%2CQAaK%2CIAAI%3BEACD%2CObtRN%2CkBasRM%3B%3BAAxFhB%2CkBA6FI%2CQAAO%3BAA5FX%2CuBA4FI%2CQAAO%3BEAEH%2CsBAAA%3B%3BAAGR%3BEACI%2CuBAAA%3BEiDjXP%2CoBAAA%3B%3BEACC%2CiBAAA%3B%3BEACA%2CoBAAA%3B%3BEACA%2CqBAAA%3B%3BEACA%2CaAAA%3BEjD%2BWM%2CeAAA%3BEACA%2CmBAAA%3B%3BAAEJ%3BEd1FA%2CmBAAA%3BEc6FI%2CcAAA%3BEACA%2CkBAAA%3B%3BAAJJ%2CYAMI%3BEACI%2CqBAAA%3B%3BAAPR%2CYAUI%3BAAVJ%2CYAWI%3BAAXJ%2CYAYI%3BEACI%2CqBAAA%3B%3BAAbR%2CYAUI%2CqBAKI%3BAAfR%2CYAWI%2CqBAII%3BAAfR%2CYAYI%2CMAGI%3BEdzGR%2CiBAAA%3BEc2GY%2CabtUa%2CiCasUb%3B%3BAAKZ%3BEdhHA%2CiBAAA%3BEAAA%2CSAAA%3BEAAA%2CUAAA%3BEAAA%2COC3MU%2CkBD2MV%3BEAAA%2CqBAAA%3BEK5FA%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CeAAA%3B%3BANvDA%2CyBAAC%3BECiJD%2COC3MU%2CkBD2MV%3BEAAA%2CqBAAA%3B%3BAD5IA%2CyBAAC%3BEC4ID%2COC1MiB%2CyBD0MjB%3BEAAA%2CqBAAA%3B%3BADvIA%2CyBAAC%3BECuID%2CWAAA%3BEAAA%2CqBAAA%3B%3BAKxFA%2CyBAAC%3BAACD%2CyBAAC%3BAACD%2CyBAAC%3BEACG%2CgBAAA%3BEACA%2CSAAA%3B%3BAAGJ%2CyBAAC%3BAACD%2CyBAAC%3BAACD%2CQAAQ%2CUAAW%3BEL%2BEnB%2COC3MU%2CkBD2MV%3BEAAA%2CYAAA%3BEK5EI%2CeAAA%3BEACA%2CoBAAA%3BEACA%2C0BAAA%3B%3BAS8LJ%2CMAAM%2CQACF%2CQAAO%3BEACH%2CaAAA%3B%3BAAIR%2CcAEI%2CaACI%3BAAFR%2CeACI%2CaACI%3BEACI%2CaAAA%3B%3BAASZ%2CQACI%2CeACI%3BEACI%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CuBAAA%3B%3BAALZ%2CQACI%2CeAOI%3BEACI%2CkBAAA%3BEACA%2CWAAA%3BEiD7af%2CoBAAA%3B%3BEACC%2CiBAAA%3B%3BEACA%2CoBAAA%3B%3BEACA%2CqBAAA%3B%3BEACA%2CaAAA%3BEACA%2CeAAA%3BEjD0ac%2CqBAAA%3BEACA%2CsBAAA%3B%3BAAbZ%2CQACI%2CeAOI%2CmBAMM%3BEACE%2CqBAAA%3BEACA%2CsBAAA%3B%3BAAhBhB%2CQACI%2CeAmBI%3BEACI%2CaAAA%3B%3BAArBZ%2CQACI%2CeAuBI%3BEACI%2COAAA%3B%3BAAzBZ%2CQACI%2CeA2BI%3BEACI%2CcAAA%3BEACA%2CaAAA%3B%3BAA9BZ%2CQACI%2CeA2BI%2CsBAGM%3BEACE%2CqBAAA%3B%3BAAhChB%2CQACI%2CeA2BI%2CsBAMI%3BEACI%2CkBAAA%3B%3BAAnChB%2CQACI%2CeA2BI%2CsBAMI%2CiBAEI%2CQAAO%3BETpOvB%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2C4BAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CSAAA%3BEAEA%2CqBAAA%3BEACA%2CiBAAA%3BELgDA%2CgBAAA%3BEc6KoB%2CgBAAA%3BEACA%2CUAAA%3BEd9KpB%2CiBAAA%3BEcgLoB%2CwBAAA%3B%3BAT7NpB%2CQSqLI%2CeA2BI%2CsBAMI%2CiBAEI%2CQAAO%2COTxNtB%3BAACD%2CQSoLI%2CeA2BI%2CsBAMI%2CiBAEI%2CQAAO%2COTvNtB%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CQS%2BKI%2CeA2BI%2CsBAMI%2CiBAEI%2CQAAO%2COTlNtB%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CQS0KI%2CeA2BI%2CsBAMI%2CiBAEI%2CQAAO%2COT7MtB%3BAACD%2CQSyKI%2CeA2BI%2CsBAMI%2CiBAEI%2CQAAO%2COT5MtB%3BAACD%2CQAAQ%2CUAAW%2CSSwKf%2CeA2BI%2CsBAMI%2CiBAEI%2CQAAO%3BET1MnB%2CoBAAA%3BEL%2BBJ%2CYAAA%3B%3BAciLoB%2CQAzChB%2CeA2BI%2CsBAMI%2CiBAEI%2CQAAO%2COAMF%2CIAAI%3BEACD%2COb%5C%2FXL%2C2Ba%2BXK%3B%3BAAEJ%2CQA5ChB%2CeA2BI%2CsBAMI%2CiBAEI%2CQAAO%2COASF%3BEACG%2COb%5C%2FXP%2CyBa%2BXO%3B%3BAAEJ%2CQA%5C%2FChB%2CeA2BI%2CsBAMI%2CiBAEI%2CQAAO%2COAYF%3BEACG%2CaAAA%3B%3BAAMJ%2CQAtDhB%2CeA2BI%2CsBAyBI%2CkBACI%2CEACK%3BEACG%2CaAAA%3B%3BAAEJ%2CQAzDhB%2CeA2BI%2CsBAyBI%2CkBACI%2CEAIK%2CIAAI%3BEACD%2COb%5C%2FYL%2C2Ba%2BYK%3B%3BAA3DxB%2CQACI%2CeAgEI%3BEACI%2CcAAA%3BEACA%2CaAAA%3B%3BAAnEZ%2CQACI%2CeAqEI%3BEACI%2CiBAAA%3B%3BAAvEZ%2CQACI%2CeAyEI%3BEdjNR%2CcAAA%3BEAAA%2CiBAAA%3BEcoNY%2CmBAAA%3B%3BAA7EZ%2CQACI%2CeA%2BEI%2CUACI%3BEACI%2CeAAA%3BEACA%2CUAAA%3B%3BAAnFhB%2CQACI%2CeA%2BEI%2CUAMI%2CMAAK%3BEACD%2CqBAAA%3B%3BAAvFhB%2CQA2FI%2CiBACI%2CSACI%3BET7RZ%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2C4BAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3BELgDA%2CgBAAA%3B%3BAK7CA%2CQS%2BQI%2CiBACI%2CSACI%2CQTjRX%3BAACD%2CQS8QI%2CiBACI%2CSACI%2CQThRX%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CQSyQI%2CiBACI%2CSACI%2CQT3QX%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CQSoQI%2CiBACI%2CSACI%2CQTtQX%3BAACD%2CQSmQI%2CiBACI%2CSACI%2CQTrQX%3BAACD%2CQAAQ%2CUAAW%2CSSkQf%2CiBACI%2CSACI%3BETnQR%2CoBAAA%3BEL%2BBJ%2CYAAA%3B%3BAcsOgB%2CQAJZ%2CiBACI%2CSACI%2CQAEK%2CIAAI%3BEACD%2CObpbD%2C2BaobC%3B%3BAAEJ%2CQAPZ%2CiBACI%2CSACI%2CQAKK%3BEACG%2CObpbH%2CyBaobG%3B%3BAAMZ%2CQADJ%2CQACK%3BEAEG%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3B%3BAACA%2CQANR%2CQACK%2COAKI%3BEdrPb%2CeAAA%3B%3BAcuIA%2CQA4HI%3BEAEI%2CiBAAA%3B%3BAA9HR%2CQA4HI%2CsBAII%3BEAEI%2CWAAA%3BEACA%2CiBAAA%3B%3BAAnIZ%2CQA2II%2CqBACI%3BEACI%2CaAAA%3BEACA%2CmBAAA%3B%3BAA9IZ%2CQA2II%2CqBAMI%3BEACI%2CSAAA%3B%3BAASZ%2CsBAAsB%2CoBAClB%2CQAAO%3BEACH%2CmBAAA%3B%3BAA%2BGR%2CIAAI%2C8BACA%2CQAAO%3BEACH%2CYAAA%3BEACA%2CcAAA%3B%3BAAIR%2CcAAc%3BEACV%2CWAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3B%3BAAGJ%3BEACI%2CmBAAA%3B%3BAADJ%2CiBAUI%2CMAAK%3BAAVT%2CiBAWI%2CGAAE%3BEACE%2C4BAAA%3B%3BAAZR%2CiBAeI%3BEACI%2CaAAA%3BEACA%2CYAAA%3B%3BAAjBR%2CiBAeI%2CMAII%2CWAAU%3BEACN%2CgBAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CiBATJ%2CMASK%2CQAAQ%3BAACT%2CiBAVJ%2CMAUK%2CQAAQ%3BEACL%2C6BAAA%3B%3BAAGJ%2CiBAdJ%2CMAcK%2CMACG%2CWAAU%3BEACN%2CcAAA%3BEACA%2CWAAA%3BEACA%2CqBAAA%3B%3BAAIR%2CiBAtBJ%2CMAsBK%3BEdrcT%2CiBAAA%3B%3BAcqcQ%2CiBAtBJ%2CMAsBK%2CUAEG%3BEACI%2CYAAA%3BEACA%2CeAAA%3B%3BAAzChB%2CiBA8CI%3BEACI%2CcAAA%3BEACA%2CmBAAA%3B%3BAAhDR%2CiBAmDI%3BEACI%2CcAAA%3B%3BAApDR%2CiBAuDI%3BAAvDJ%2CiBAwDI%3BAAxDJ%2CiBAyDI%2CSAAQ%3BAAzDZ%2CiBA0DI%3BEACI%2CcAAA%3BEACA%2CcAAA%3B%3BAA5DR%2CiBA%2BDI%3BEACI%2CgBAAA%3B%3BAAhER%2CiBA%2BDI%2CqBAGI%2CQAAO%3BAAlEf%2CiBA%2BDI%2CqBAII%2CQAAO%3BEdnef%2CmBAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3B%3BAcgaA%2CiBA%2BDI%2CqBAQI%2CQAAO%3BEACH%2CUAAA%3B%3BAAxEZ%2CiBA4EI%2CMAAK%3BEACD%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3B%3BAA%5C%2FER%2CiBAsFI%2CsBACM%2CmBACI%3BEACE%2CgBAAA%3B%3BAAMR%2CiBADJ%2CQACK%3BEACG%2CmBAAA%3B%3BAAKZ%2CWAAW%3BEdrgBX%2CgBAAA%3BEcugBI%2COAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3B%3BAAGJ%2CcAKI%2CcAAc%3BEACV%2CabnvBE%2CkBamvBF%3B%3BAAIA%2CcADJ%2CQACK%3BEAEG%2CQAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEd5iBd%2CmBc6iB0B%2CgBd7iB1B%3BEACK%2CgBc4iBqB%2CgBd5iBrB%3BEACC%2Cec2iBoB%2CgBd3iBpB%3BEAcJ%2CWc6hBwB%2CgBd7hBxB%3B%3BAc8gBA%2CcA4BI%3BEACI%2CgBAAA%3B%3BAA7BR%2CcA4BI%2CiBAEI%2CWACK%2CEAAC%3BEACE%2CaAAA%3B%3BAmCp0BhB%3BEACI%2CaAAA%3B%3BAAGJ%3BEACI%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAAGI%2CaADJ%2COACK%3BEACG%2CaAAA%3B%3BAAPZ%2CaAWI%3BEACI%2CgBAAA%3B%3BAAZR%2CaAeI%3BEACI%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CSAAA%3B%3BAAvBR%2CaA0BI%2CQAAO%3BEjDwPX%2CqBAAA%3BEKzDA%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2C4BAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3BELgDA%2CgBAAA%3BEiDlPQ%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CMAAA%3BEACA%2CUAAA%3B%3BAApCR%2CaA0BI%2CQAAO%2COxB4OT%3BEzBhQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAyBHA%2CawBgBI%2CQAAO%2COxBhBV%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BEzB9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2COC1LiB%2CyBD0LjB%3BEAAA%2CS0B3OU%2CO1B2OV%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BEyBqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CawBGA%2CQAAO%2COxBJV%2CMACI%3BEzB2PL%2CcAAA%3B%3BAyBrPI%2CawBHA%2CQAAO%2COxBEV%2COACI%3BEzBqPL%2CcAAA%3B%3BAK7CA%2Ca4C3MI%2CQAAO%2CO5C2MV%3BAACD%2Ca4C5MI%2CQAAO%2CO5C4MV%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2Ca4CjNI%2CQAAO%2CO5CiNV%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2Ca4CtNI%2CQAAO%2CO5CsNV%3BAACD%2Ca4CvNI%2CQAAO%2CO5CuNV%3BAACD%2CQAAQ%2CUAAW%2Cc4CxNf%2CQAAO%3BE5CyNP%2CoBAAA%3BEL%2BBJ%2CYAAA%3B%3BAiD3OY%2CaAbR%2CQAAO%2COAYF%2CMACI%3BEjD2Ob%2CWAAA%3B%3BAiDlRA%2CaA6CI%3BEAEI%2CSAAA%3B%3BAjD2TR%2CaiD7TI%2CMjD6TH%3BEAxFD%2CcAAA%3B%3BAA6FA%2CaiDlUI%2CMjDkUH%3BEA7FD%2CcAAA%3B%3BAAkGA%2CaiDvUI%2CMjDuUH%3BEAlGD%2CcAAA%3B%3BAAuGA%2CaiD5UI%2CMjD4UH%3BEAvGD%2CcAAA%3B%3BAiDlRA%2CaAkDI%3BEACI%2CaAAA%3B%3BAAIR%3BEAEI%2CaAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAANJ%2CoBAQI%3BEjDmNJ%2CSAAA%3BEAAA%2CUAAA%3BED1KA%2CqBAAA%3B%3BAkDjDA%2CoBAQI%2CGAGI%3BEjDgNR%2C6BAAA%3BEiD9MY%2CeAAA%3BEACA%2CSAAA%3BEACA%2C0BAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAEA%2CoBAZR%2CGAGI%2CGASK%2CIAAI%3BEACD%2CaAAA%3BEjDsMhB%2CsBAAA%3BEAAA%2CgBAAA%3B%3BAiDjMY%2CoBAlBR%2CGAGI%2CGAeK%3BEACG%2CgBAAA%3B%3BAAGJ%2CoBAtBR%2CGAGI%2CGAmBK%3BAACD%2CoBAvBR%2CGAGI%2CGAoBK%3BEjD4Lb%2CmBAAA%3B%3BAiD3NA%2CoBAQI%2CGAGI%2CGAwBI%3BEjDwLZ%2CWAAA%3BEiDtLgB%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CQAAA%3B%3BAASJ%2CKAHP%2COAAO%2CSACR%2CQAAO%2CMACH%2COACK%3BEACG%2CkBAAA%3B%3BAADJ%2CKAHP%2COAAO%2CSACR%2CQAAO%2CMACH%2COACK%2CYAGG%3BEACI%2CmBAAA%3B%3BAAEA%2CKATf%2COAAO%2CSACR%2CQAAO%2CMACH%2COACK%2CYAGG%2CSAGK%3BEACG%2CSAAS%2CSAAT%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CWAAA%3B%3BAAKZ%2CKArBP%2COAAO%2CSACR%2CQAAO%2CMACH%2COAmBK%3BEACG%2CkBAAA%3B%3BAADJ%2CKArBP%2COAAO%2CSACR%2CQAAO%2CMACH%2COAmBK%2CWAGG%2CIAAG%2CWAAW%3BEACV%2COAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3B%3BAAIR%2CKA%5C%2FBP%2COAAO%2CSACR%2CQAAO%2CMACH%2COA6BK%2CWACG%3BEACI%2CmBAAA%3B%3BAAjCpB%2CKAAK%2COAAO%2CSAuCR%2COAAM%2CMACF%2COACI%3BEACI%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3B%3BAAMhB%2COAAO%3BEACH%2CmBAAA%3B%3B%3B%3B%3B%3BAuIvKA%2CKAAC%3BEACG%2CWAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3B%3BAAHJ%2CKAAC%2CQAIG%2CKAAI%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3B%3BAAPR%2CKAAC%2CQAIG%2CKAAI%2CMAIE%3BExLuRd%2CmBAAA%3B%3BAwL%5C%2FRI%2CKAAC%2CQAYG%3BEACI%2CcAAA%3B%3BAAbR%2CKAAC%2CQAeG%2CiBAAmB%3BAAfvB%2CKAAC%2CQAgBG%2CiBAAmB%3BEACf%2CgBAAA%3B%3B%3B%3B%3B%3B%3B%3BA3JCZ%2CeAEK%3BAADL%2CMACK%3BAAFL%2CeAGK%2CaAAa%3BAAFlB%2CMAEK%2CaAAa%3BEACV%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CqBAAA%3BEACA%2CUAAA%3BE7BqQR%2CiBAAA%3BEAAA%2CgBAAA%3BEAAA%2COC7MmB%2C2BD6MnB%3B%3BA6B5PI%2COAAC%3BEACG%2CgBAAA%3B%3BAAKI%2COAFP%2CMACG%2COACK%2CYAAY%3BE7BsPzB%2CWAAA%3BE6BpPgB%2CY5BsCI%2C4B4BtCJ%3BEACA%2CkBAAA%3BEACA%2CSAAS%2CgBAAT%3BEACA%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CaAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3B%3BAAGJ%2COAfP%2CMACG%2COAcK%3BEACG%2CYAAA%3B%3BAArBhB%2COAyBI%3BEACI%2CgCAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CsBAAA%3B%3BAAGJ%2COAAC%3BEACG%2CaAAA%3B%3BAAGJ%2COAAC%3BEACG%2CSAAA%3B%3BAADJ%2COAAC%2CQAGG%3BEACI%2CiBAAA%3BEACA%2CeAAA%3B%3BAALR%2COAAC%2CQAQG%3BEACI%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CO5BAO%2C2B4BAP%3B%3BAAGJ%2COAAQ%2CQAfX%2CQAeY%3BEACL%2CYAAA%3BEACA%2CcAAA%3BEACA%2CoBAAA%3B%3BAAlBR%2COAAC%2CQAqBG%2CQAAO%3BEAEH%2CUAAA%3BEACA%2CkBAAA%3B%3BAAIR%2COAAC%3BEACG%2CmBAAA%3B%3BAAEI%2COAHP%2CQAEG%2CEACK%2CIAAI%3BEACD%2CO5BpBG%2C2B4BoBH%3B%3BAAKZ%2COAAC%3BEACG%2Ca5BxCiB%2CiC4BwCjB%3B%3BAAEA%2COAHH%2CMAGI%3BEACG%2CSAAS%2CIAAT%3B%3BAAIR%2COAAC%3BE7B4KL%2COC5MU%2CkBD4MV%3B%3BA6BxKI%2COAAC%3BEACG%2CaAAA%3BEACA%2CSAAA%3B%3BAACA%2COAHH%2CQAGI%3BEACG%2CSAAA%3B%3BAADJ%2COAHH%2CQAGI%2CQAEG%3BAAFJ%2COAHH%2CQAGI%2CQAGG%3BEACI%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3B%3BAANR%2COAHH%2CQAGI%2CQAQG%3BEACI%2CcAAA%3B%3BAACA%2COAbX%2CQAGI%2CQAQG%2CMAEK%3BEACG%2CgBAAA%3B%3BAAEJ%2COAhBX%2CQAGI%2CQAQG%2CMAKK%3BEACG%2CaAAA%3B%3BAAdZ%2COAHH%2CQAGI%2CQAiBG%3BE7BoJZ%2COC7MmB%2C2BD6MnB%3BE6BlJgB%2CkBAAA%3BEACA%2CkBAAA%3B%3BAAEA%2COAzBX%2CQAGI%2CQAiBG%2CEAKK%3BEACG%2CO5B5DH%2CyB4B4DG%3BEACA%2CqBAAA%3B%3BAAEA%2COA7Bf%2CQAGI%2CQAiBG%2CEAKK%2CMAIO%3BEACA%2CyBAAA%3B%3BAA3BhB%2COAHH%2CQAGI%2CQAgCG%3BE7BqIZ%2COC5MU%2CkBD4MV%3BE6BnIgB%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BE7BiIhB%2CiBAAA%3B%3BA6B%5C%2FHgB%2COAzCX%2CQAGI%2CQAgCG%2COAMK%3BEACG%2CSAAS%2CGAAT%3B%3BAAGJ%2COA7CX%2CQAGI%2CQAgCG%2COAUK%3BEACG%2CSAAS%2CGAAT%3B%3BAA3CZ%2COAHH%2CQAGI%2CQAkDG%2CkBACI%3BEACI%2CiBAAA%3BE7BiHpB%2CaAAA%3BEAAA%2CcAAA%3BE6B9GoB%2CqBAAA%3BEACA%2CUAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3BEACA%2CoBAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3BEACA%2CkBAAA%3BEACA%2CyBAAA%3BEACA%2CaAAA%3BEACA%2CiCAAA%3B%3BAACA%2COArEf%2CQAGI%2CQAkDG%2CkBACI%2CeAeK%3BEACG%2CgBAAA%3BEACA%2Cc5B7GJ%2C4B4B6GI%3B%3B%3BAc7LxB%2CMAAM%3BEACF%2CkBAAA%3BEACA%2CUAAA%3B%3BAAFJ%2CMAAM%2CWAGF%2CMAAK%3BEACD%2CcAAA%3BEACA%2CWAAA%3B%3BAALR%2CMAAM%2CWAQF%3BEACI%2CmBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CmBAAA%3B%3BAAZR%2CMAAM%2CWAeF%3BEACI%2CSAAA%3B%3BAAhBR%2CMAAM%2CWAeF%2COAGI%3BEoBhBX%2CoBAAA%3B%3BEACC%2CiBAAA%3B%3BEACA%2CoBAAA%3B%3BEACA%2CqBAAA%3B%3BEACA%2CaAAA%3BEACA%2CeAAA%3BEpBac%2CYAAA%3BEACA%2CWAAA%3BEACA%2CuBAAA%3BEACA%2CmBAAA%3B%3BAAvBZ%2CMAAM%2CWAeF%2COAGI%2CSAMI%3BEACI%2COAAA%3B%3BAAzBhB%2CMAAM%2CWA8BF%3BEACI%2CmBAAA%3BEACA%2C4BAAA%3BEACA%2C%2BBAAA%3B%3BAAjCR%2CMAAM%2CWAoCF%3BEACI%2CaAAA%3B%3BAArCR%2CMAAM%2CWA2CF%2CQAAO%3BEACH%2CiBAAA%3BE3CkPR%2CgBAAA%3BE2ChPQ%2C4BAAA%3BEACA%2CyBAAA%3B%3BAA%5C%2FCR%2CMAAM%2CWAiDD%2CIAAG%2CWAAW%3BEACX%2CkBAAA%3B%3B%3B%3BApBbR%3BEACF%2CsBAAA%3BEACA%2CwBAAA%3BEACA%2C4BAAA%3BEACA%2CyBAAA%3BEACA%2C2BAAA%3B%3BAAGE%3BEvBiPA%2CsBAAA%3B%3BAuB7OA%3BEvBiWA%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEAkCA%2C8BAAA%3BEACI%2C0BAAA%3BEACI%2CsBAAA%3BEuBpYJ%2CiBAAA%3B%3BAAGJ%3BEvBmWA%2CoBAAA%3BEACQ%2CYAAA%3B%3BAuB5VR%3BEvB%2BNA%2CkBC3LuB%2C%2BBD2LvB%3BEuB7NI%2CgCAAA%3BEACA%2CmBAAA%3B%3BAAIA%2COAAC%3BEAEG%2CiBAAA%3BEACA%2CkBAAA%3B%3BAAIR%3BEACI%2CWAAA%3BEACA%2CqBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAALJ%2CKAOI%3BEACI%2CcAAA%3B%3BAAGJ%2CWAAY%3BEACR%2CWAAA%3B%3BAAIR%2CUACM%2CsBACE%2CYAAc%3BEACV%2CgBAAA%3B%3BAAUR%2COALG%2CKAKF%3BEvBoLL%2CmBAAA%3BEAAA%2CaAAA%3BEuBjLQ%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%3BEvBwJL%2CgBAAA%3BEAAA%2CkBAAA%3BE0DnQA%2CcAAA%3BE1DmQA%2CkBAAA%3BEAAA%2CiBAAA%3BEAAA%2CmBAAA%3BEAAA%2CqBAAA%3BEAAA%2COC5MU%2CkBD4MV%3BEuBtJQ%2CSAAA%3B%3BAAHJ%2CQALI%2COAKH%2CSmClFL%3BAnCmFI%2CQANI%2COAMH%2COmCnFL%3BE1D2OA%2COC3MU%2CkBD2MV%3B%3BA0DxOI%2CQnC0EI%2COAKH%2CSmClFL%2CEAGK%3BAAAD%2CQnC0EI%2COAMH%2COmCnFL%2CEAGK%3BE1DwOL%2COC1MiB%2CyBD0MjB%3B%3BA0DpOI%2CQnCsEI%2COAKH%2CSmClFL%2CEAOK%3BAAAD%2CQnCsEI%2COAMH%2COmCnFL%2CEAOK%3BE1DoOL%2CWAAA%3B%3BAuBnJI%2CQAXI%2COAWH%3BEACG%2CSAAA%3BEACA%2COAAA%3BEACA%2CeAAA%3BEACA%2CQAAA%3BEACA%2CUAAA%3B%3BAALJ%2CQAXI%2COAWH%2COAOG%3BEACI%2CgBAAA%3B%3BAAIR%2CQAvBI%2COAuBH%3BEvBuIL%2CgBAAA%3BEAAA%2CkBAAA%3BE0DnQA%2CcAAA%3BE1DmQA%2CkBAAA%3BEAAA%2CiBAAA%3BEAAA%2CmBAAA%3BEAAA%2CqBAAA%3BEAAA%2CWAAA%3BEuBrIQ%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAHJ%2CQAvBI%2COAuBH%2CKmCpGL%3BE1D2OA%2COC3MU%2CkBD2MV%3B%3BA0DxOI%2CQnC0EI%2COAuBH%2CKmCpGL%2CEAGK%3BE1DwOL%2COC1MiB%2CyBD0MjB%3B%3BA0DpOI%2CQnCsEI%2COAuBH%2CKmCpGL%2CEAOK%3BE1DoOL%2CWAAA%3B%3BAuB5HA%3BEACI%2CgBAAA%3B%3BAAIA%2COAAC%3BEACG%2C6BAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CiBAAA%3B%3BAAJJ%2COAAC%2CQAKG%2COACM%3BEACE%2CeAAA%3B%3BAAPZ%2COAAC%2CQAWG%3BEACI%2CgBAAA%3B%3BAAbZ%2COAiBI%3BAAjBJ%2COAkBI%3BEACI%2CcAAA%3BEACA%2CgBAAA%3B%3BAAIR%2CYAEI%3BAADJ%2CYACI%3BEACI%2CkBAAA%3B%3BAAHR%2CYAEI%2CUAGI%3BAAJR%2CYACI%2CUAGI%3BECxJR%2CqBAAA%3BEACA%2CkBAAA%3B%3BAxBFA%2CYuBsJI%2CUAGI%2CSvBzJP%3BAAAD%2CYuBsJI%2CUAGI%2CSvBzJP%3BAACD%2CYuBqJI%2CUAGI%2CSvBxJP%3BAAAD%2CYuBqJI%2CUAGI%2CSvBxJP%3BEACG%2CSAAS%2CEAAT%3BEACA%2CcAAA%3B%3BAAGJ%2CYuBgJI%2CUAGI%2CSvBnJP%3BAAAD%2CYuBgJI%2CUAGI%2CSvBnJP%3BEACG%2CWAAA%3B%3BAuB6IJ%2CYAEI%2CUAGI%2CSCrJR%3BADiJA%2CYACI%2CUAGI%2CSCrJR%3BExBgPA%2CUAAA%3BEwB9OI%2CeAAA%3BExB8OJ%2CqBAAA%3BEyBhOA%2CqBAAA%3B%3BAFgIA%2CYAEI%2CUAGI%2CSCrJR%2CeCoOE%3BAFnFF%2CYACI%2CUAGI%2CSCrJR%2CeCoOE%3BEzBhQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAyB2CA%2CYF4HI%2CUAGI%2CSCrJR%2CeCsBC%3BAAAD%2CYF4HI%2CUAGI%2CSCrJR%2CeCsBC%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BEzB9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CS0B9NQ%2CO1B8NR%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BEyBqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAtRI%2CYF%2BGA%2CUAGI%2CSCrJR%2CeCkCC%2CMACI%3BAAAD%2CYF%2BGA%2CUAGI%2CSCrJR%2CeCkCC%2CMACI%3BEzB6ML%2CcAAA%3B%3BAyBvMI%2CYFyGA%2CUAGI%2CSCrJR%2CeCwCC%2COACI%3BAAAD%2CYFyGA%2CUAGI%2CSCrJR%2CeCwCC%2COACI%3BEzBuML%2CcAAA%3B%3BAwBqEA%2CYDnKI%2CUAGI%2CSCrJR%2CeAqTC%3BAAAD%2CYDnKI%2CUAGI%2CSCrJR%2CeAqTC%3BExBrED%2CqBAAA%3BEyBhOA%2CqBAAA%3B%3BADqSA%2CYDnKI%2CUAGI%2CSCrJR%2CeAqTC%2COCjFC%3BADiFF%2CYDnKI%2CUAGI%2CSCrJR%2CeAqTC%2COCjFC%3BEzBhQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAyB2CA%2CYF4HI%2CUAGI%2CSCrJR%2CeAqTC%2COC%5C%2FRA%3BAAAD%2CYF4HI%2CUAGI%2CSCrJR%2CeAqTC%2COC%5C%2FRA%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BEzB9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CS0B%5C%2FNM%2CO1B%2BNN%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BEyBqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAtRI%2CYF%2BGA%2CUAGI%2CSCrJR%2CeAqTC%2COCnRA%2CMACI%3BAAAD%2CYF%2BGA%2CUAGI%2CSCrJR%2CeAqTC%2COCnRA%2CMACI%3BEzB6ML%2CcAAA%3B%3BAyBvMI%2CYFyGA%2CUAGI%2CSCrJR%2CeAqTC%2COC7QA%2COACI%3BAAAD%2CYFyGA%2CUAGI%2CSCrJR%2CeAqTC%2COC7QA%2COACI%3BEzBuML%2CcAAA%3B%3BAuBhGA%2CYAEI%2CUAGI%2CSCkCR%3BADtCA%2CYACI%2CUAGI%2CSCkCR%3BExByDA%2CSAAA%3BEAAA%2CUAAA%3BED1KA%2CqBAAA%3BEC0KA%2CgBAAA%3BEAAA%2CsBAAA%3BEAAA%2CeAAA%3BEAAA%2CgBAAA%3BEAAA%2CYAAA%3BEwBhDI%2CsBAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3BExB8CJ%2CSAAA%3BEAAA%2CyCAAA%3B%3BAuBhGA%2CYAEI%2CUAGI%2CSCkCR%2CYAsBI%3BAD5DJ%2CYACI%2CUAGI%2CSCkCR%2CYAsBI%3BExBmCJ%2CSAAA%3BEAAA%2CUAAA%3B%3BAwB3BQ%2CYDnEJ%2CUAGI%2CSCkCR%2CYAsBI%2CGAQK%3BAAAD%2CYDnEJ%2CUAGI%2CSCkCR%2CYAsBI%2CGAQK%3BExB2BT%2CmBAAA%3BEwBzBY%2CeAAA%3B%3BAAuTZ%2CYD5XI%2CUAGI%2CSCkCR%2CYAuVC%3BAAAD%2CYD5XI%2CUAGI%2CSCkCR%2CYAuVC%3BAACD%2CYD7XI%2CUAGI%2CSCkCR%2CYAwVC%3BAAAD%2CYD7XI%2CUAGI%2CSCkCR%2CYAwVC%3BEACG%2C0BAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3B%3BAAGJ%2CYDtYI%2CUAGI%2CSCkCR%2CYAiWC%3BAAAD%2CYDtYI%2CUAGI%2CSCkCR%2CYAiWC%3BEACG%2CiBAAA%3BExBzSJ%2CsDAAA%3BEwB2SI%2CWAAA%3B%3BAAGJ%2CYD5YI%2CUAGI%2CSCkCR%2CYAuWC%3BAAAD%2CYD5YI%2CUAGI%2CSCkCR%2CYAuWC%3BEACG%2CiBAAA%3BExB%5C%2FSJ%2CsDAAA%3BEwBiTI%2CWAAA%3B%3BAAzDJ%2CYDtVI%2CUAGI%2CSCkCR%2CYAiTC%3BAAAD%2CYDtVI%2CUAGI%2CSCkCR%2CYAiTC%3BExBxPD%2CUAAA%3BEAAA%2CUAAA%3B%3BAwB6PA%2CYD3VI%2CUAGI%2CSCkCR%2CYAsTC%3BAAAD%2CYD3VI%2CUAGI%2CSCkCR%2CYAsTC%3BExB7PD%2CSAAA%3BEAAA%2CUAAA%3B%3BAwBZA%2CYDlFI%2CUAGI%2CSC%2BEP%3BAAAD%2CYDlFI%2CUAGI%2CSC%2BEP%3BEACG%2CiBAAA%3B%3BAADJ%2CYDlFI%2CUAGI%2CSC%2BEP%2COAGG%3BAAHJ%2CYDlFI%2CUAGI%2CSC%2BEP%2COAGG%3BEACI%2CcAAA%3B%3BADxFR%2CYAEI%2CUAGI%2CSAYI%2CGAAE%2CSACE%3BAAjBhB%2CYACI%2CUAGI%2CSAYI%2CGAAE%2CSACE%3BEACI%2CcAAA%3BEACA%2CYAAA%3B%3BAAEA%2CYApBhB%2CUAGI%2CSAYI%2CGAAE%2CSACE%2CEAIK%3BAAAD%2CYApBhB%2CUAGI%2CSAYI%2CGAAE%2CSACE%2CEAIK%3BEACG%2CqBAAA%3B%3BAAvBxB%2CYAEI%2CUA2BI%3BAA5BR%2CYACI%2CUA2BI%3BEACI%2CeAAA%3BEACA%2CSAAA%3B%3BAA%5C%2FBZ%2CYAEI%2CUAoCI%3BAArCR%2CYACI%2CUAoCI%3BEACI%2CgBAAA%3B%3BAAgBZ%3BEACI%2CWAAA%3B%3BAAOJ%2CYACI%2CQAAO%3BEvBgCX%2CcAAA%3B%3BAuBnBA%2CcACI%3BEACI%2CUAAA%3B%3B%3BAJ9QJ%2CQAAC%2CiBACG%3BEACI%2CYAAA%3B%3BAAFR%2CQAAC%2CiBAIG%2CMAAM%3BEACF%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAAPR%2CQAAC%2CiBASG%3BAATJ%2CQAAC%2CiBAUG%3BEACI%2CqBAAA%3BEACA%2CUAAA%3B%3BAM0GZ%2CcNpFI%2CQACK%2CWMmFR%3BAAAD%2CSNtFS%2CKAAK%2CMAEV%2CQACK%2CWMmFR%3BAAAD%2CiBNpFI%2CQACK%2CWMmFR%3BEzByKD%2CS0B%5C%2FPkB%2CO1B%2BPlB%3B%3BAmBnPA%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CShBqHjC%2CQAGI%2CKACI%3BAgBzHV%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CShBsHjC%2CQAEI%2CKACI%3BAgBzHV%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CShBuHjC%2CQACI%2CKACI%3BAgBzHV%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CShBqHjC%2CQAGI%2CKAEI%3BAgB1HV%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CShBsHjC%2CQAEI%2CKAEI%3BAgB1HV%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CShBuHjC%2CQACI%2CKAEI%3BEHyHV%2C0BAAA%3B%3BAmBnPA%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CShBgIjC%2CUAAU%2CQAGN%2CKAAE%2CYACE%3BAgBpIV%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CShBiIjC%2CWAAW%2CQAEP%2CKAAE%2CYACE%3BAgBpIV%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CShBkIjC%2CQAAK%2CYACD%2CKAAE%2CYACE%3BAgBpIV%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CShBgIjC%2CUAAU%2CQAGN%2CKAAE%2CYAEE%3BAgBrIV%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CShBiIjC%2CWAAW%2CQAEP%2CKAAE%2CYAEE%3BAgBrIV%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CShBkIjC%2CQAAK%2CYACD%2CKAAE%2CYAEE%3BEACE%2CaAAA%3B%3BAgBtIZ%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CShB2IjC%2CQAAQ%3BEHwGV%2C0BAAA%3B%3BAmBnPA%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CSAK%5C%2FB%2CMAAQ%2CKAAK%3BEACT%2CgBAAA%3B%3BAANR%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CSAS%5C%2FB%2CMAAQ%2CKAAE%2CWAAc%3BEACpB%2C6BAAA%3B%3BAAVR%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CSAa%5C%2FB%2CSAAQ%3BEACJ%2CqBAAA%3BEACA%2CmBAAA%3B%3BAAfR%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CSAkB%5C%2FB%3BEACI%2CcAAA%3B%3BAAnBR%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CSAkB%5C%2FB%2CYAGI%3BEACI%2CsBAAA%3B%3BAAMJ%2CQA5BC%2CeAAe%2CMAAK%2CMAAM%2CSA2B%5C%2FB%2CKACK%3BEACG%2CUAAA%3B%3BAAGJ%2CQAhCC%2CeAAe%2CMAAK%2CMAAM%2CSA2B%5C%2FB%2CKAKK%3BEACG%2CgBAAA%3B%3BAAGJ%2CQApCC%2CeAAe%2CMAAK%2CMAAM%2CSA2B%5C%2FB%2CKASK%3BEACG%2CeAAA%3B%3BAArCZ%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CSAyC%5C%2FB%3BEACI%2CcAAA%3B%3BAA1CR%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CSA6C%5C%2FB%2CYAAW%3BEACP%2CmBAAA%3B%3BAA9CR%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CSAiD%5C%2FB%2CQAAO%3BEACH%2CmBAAA%3B%3BAAlDR%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CSAqD%5C%2FB%3BEACI%2CalB9BiB%2CiCkB8BjB%3B%3BAAIR%2CeASI%3BEACI%2CkBAAA%3B%3BAAMA%2CcAFM%2CSACV%2CSACK%3BEnByKT%2CgBAAA%3B%3BAmBvKY%2CcAJE%2CSACV%2CSACK%2CKAEI%2CUAAU%3BEACP%2CcAAA%3B%3BAAGJ%2CcARE%2CSACV%2CSACK%2CKAMI%3BEACG%2CcAAA%3BEACA%2CmBAAA%3B%3BAAEJ%2CcAZE%2CSACV%2CSACK%2CKAUI%3BEACG%2CWAAA%3B%3BAAEJ%2CcAfE%2CSACV%2CSACK%2CKAaI%3BEACG%2CaAAA%3B%3BAAdR%2CcAFM%2CSACV%2CSACK%2CKAiBG%3BEACI%2CSAAA%3B%3BAAlBR%2CcAFM%2CSACV%2CSACK%2CKAoBG%3BEACI%2CgBAAA%3B%3BAAYJ%2CcAnCE%2CSACV%2CSACK%2CKAiCI%3BEACG%2CcAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3B%3BAApCR%2CcAFM%2CSACV%2CSACK%2CKAuCG%2CYACI%3BE4C3JnB%2CoBAAA%3B%3BEACC%2CiBAAA%3B%3BEACA%2CoBAAA%3B%3BEACA%2CqBAAA%3B%3BEACA%2CaAAA%3BEACA%2CeAAA%3BE5CwJsB%2CqBAAA%3BEACA%2CgBAAA%3B%3BAA3CZ%2CcAFM%2CSACV%2CSACK%2CKAuCG%2CYACI%2CUAIM%3BEACE%2CmBAAA%3B%3BAA7ChB%2CcAFM%2CSACV%2CSACK%2CKAuCG%2CYACI%2CUAOI%2COAAM%3BEACF%2CkBAAA%3BEACA%2CcAAA%3B%3BAAjDhB%2CcAFM%2CSACV%2CSACK%2CKAuCG%2CYACI%2CUAOI%2COAAM%2CIAGF%3BEnBuHxB%2CiBAAA%3BEmBrH4B%2CmBAAA%3B%3BAApDpB%2CcAFM%2CSACV%2CSACK%2CKAuCG%2CYACI%2CUAOI%2COAAM%2CIAOA%3BEACG%2CWAAA%3B%3BAAvDrB%2CcAFM%2CSACV%2CSACK%2CKAuCG%2CYACI%2CUAOI%2COAAM%2CIAOA%2CWAEG%3BEACI%2CkBAAA%3B%3BAAzDzB%2CcAFM%2CSACV%2CSACK%2CKAuCG%2CYACI%2CUAqBI%3BEACI%2COAAA%3B%3BAA9DhB%2CcAFM%2CSACV%2CSACK%2CKAuCG%2CYACI%2CUAqBI%2CsBAEI%2CiBAAiB%3BEACb%2CkBAAA%3B%3BAACA%2CcAnEd%2CSACV%2CSACK%2CKAuCG%2CYACI%2CUAqBI%2CsBAEI%2CiBAAiB%2CQAEZ%3BEACG%2CaAAA%3B%3BAAlExB%2CcAFM%2CSACV%2CSACK%2CKAuCG%2CYAgCI%2CMAAK%3BEACD%2CYAAA%3B%3BAAxEZ%2CcAFM%2CSACV%2CSACK%2CKA4EG%2CoBACM%3BEACE%2CSAAA%3B%3BAA9EZ%2CcAFM%2CSACV%2CSACK%2CKA4EG%2CoBACM%2CwBAEI%3BEACE%2CkBAAA%3B%3BAAEA%2CcApFV%2CSACV%2CSACK%2CKA4EG%2CoBACM%2CwBAEI%2CIAGG%3BEACG%2CeAAA%3B%3BAAMA%2CcA3Fd%2CSACV%2CSACK%2CKA4EG%2CoBACM%2CwBASE%2CQACK%2CKAEI%2CIAAI%3BAAAL%2CcA3Fd%2CSACV%2CSACK%2CKA4EG%2CoBACM%2CwBASE%2CQAEK%2COACI%2CIAAI%3BEnBgFjC%2CWAAA%3B%3BAmBtEC%2CqBACG%2CiBACI%2CSACI%3BAAHX%2CqBACG%2CiBACI%2CSAEI%3BEnBkEZ%2CyBAAA%3BEAAA%2CqBAAA%3BEAAA%2COC7MmB%2C2BD6MnB%3BEmB9DgB%2CalBjKN%2CkBkBiKM%3B%3BAARf%2CqBACG%2CiBACI%2CSAQI%3BEnB4DZ%2CkBCrMwB%2CgCDqMxB%3BEAAA%2CcCrMwB%2CgCDqMxB%3BEAAA%2COCpMmB%2C2BDoMnB%3B%3BAyL7RF%2CIACE%3BEACE%2CuBAAA%3BEpLkOF%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2C4BAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3BELgDA%2CgBAAA%3B%3BAK7CA%2CIoL%5C%2FOA%2CWpL%2BOC%3BAACD%2CIoLhPA%2CWpLgPC%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CIoLrPA%2CWpLqPC%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CIoL1PA%2CWpL0PC%3BAACD%2CIoL3PA%2CWpL2PC%3BAACD%2CQAAQ%2CUAAW%2CKoL5PnB%3BEpL6PI%2CoBAAA%3BEL%2BBJ%2CYAAA%3B%3BA%2BDjKA%2CI0H3HA%2CW1H2HC%3BE%5C%2FDiKD%2CSCYiB%2CODZjB%3BEAAA%2C6BAAA%3BEAAA%2CeAAA%3BEAAA%2CcAAA%3BEAAA%2COC7MmB%2C2BD6MnB%3BEAAA%2CmBAAA%3BEAAA%2CkBAAA%3BEAAA%2CqBAAA%3BE%2BDxJI%2CoBAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3BEACA%2CmCAAA%3BEuDxGJ%2C4BAAA%3BEtH6OF%2CiCAAA%3BEACK%2C8BAAA%3BEACC%2C6BAAA%3BEAcJ%2CyBAAA%3BEAhBF%2CoCAAA%3BEACK%2CiCAAA%3BEACC%2CgCAAA%3BEAcJ%2C4BAAA%3B%3BA%2BDvIJ%2CgBAV2C%3BEACnC%2CI0H5IJ%2CW1H4IK%3BEACD%2CI0H7IJ%2CW1H6IK%3BI%5C%2FD%2BIL%2COC7MmB%2C2BD6MnB%3B%3BE%2BD7IQ%2CI0H%5C%2FIR%2CW1H4IK%2CMAGI%3BEAAD%2CI0H%5C%2FIR%2CW1H6IK%2COAEI%3BI%5C%2FD6HX%2CmB%2BD5H0B%2Cc%5C%2FD4H1B%3BIACK%2CgB%2BD7HqB%2Cc%5C%2FD6HrB%3BIACC%2Ce%2BD9HoB%2Cc%5C%2FD8HpB%3BIAcJ%2CW%2BD5IwB%2Cc%5C%2FD4IxB%3B%3B%3BAyL7RF%2CIAME%3BEACE%2C6BAAA%3BEACA%2CUAAA%3B%3BA1HwLF%2CI0H1LA%2CQ1H0LC%3BEACG%2CSAAS%2CEAAT%3BEACN%2CcAAA%3BEACM%2CeAAA%3BEACN%2CUAAA%3BEACM%2CMAAA%3BEACA%2COAAA%3BEACA%2CQAAA%3BEACA%2CaAAA%3BEACA%2CUAAA%3BEACA%2CoBAAA%3BE%5C%2FDmFJ%2C8BAAA%3BEAhBF%2CwBAAA%3BEACK%2CqBAAA%3BEACC%2CoBAAA%3BEAcJ%2CgBAAA%3BE%2BDhFI%2CYAAY%2CmCAAZ%3B%3BAAIP%2CI0H3MG%2CQAIG%2CU1HuML%3BEACA%2CUAAA%3BEACA%2CuBAAA%3B%3BA0HtMQ%2CIAPN%2CQAIG%2CUAEE%2CaACE%3BEACC%2CUAAA%3B%3BAAdV%2CIAmBE%3BEACE%2CgBAAA%3BEzLyQF%2CgBAAA%3BEyLvQE%2CgBAAA%3BEzLuPJ%2CwByLtPqB%2C0DzLsPrB%3BEACK%2CqByLvPgB%2C0DzLuPhB%3BEACC%2CoByLxPe%2C0DzLwPf%3BEAcJ%2CgByLtQmB%2C0DzLsQnB%3B%3BAyL7RF%2CIA2BE%3B%3B%3B%3BAA3BF%2CIA2BE%2CaACE%3BEzLiPJ%2CwByLhPuB%2C4DzLgPvB%3BEACK%2CqByLjPkB%2C4DzLiPlB%3BEACC%2CoByLlPiB%2C4DzLkPjB%3BEAcJ%2CgByLhQqB%2C4DzLgQrB%3B%3BAyL5PE%2CIANF%2CaAMG%2CUACC%3BEzL2ON%2CwByL1OyB%2C0DzL0OzB%3BEACK%2CqByL3OoB%2C0DzL2OpB%3BEACC%2CoByL5OmB%2C0DzL4OnB%3BEAcJ%2CgByL1PuB%2C0DzL0PvB%3B%3BAyLrPE%2CIAbF%2CaAaG%2CaACC%3BEzLoON%2CwByLnOyB%2C4DzLmOzB%3BEACK%2CqByLpOoB%2C4DzLoOpB%3BEACC%2CoByLrOmB%2C4DzLqOnB%3BEAcJ%2CgByLnPuB%2C4DzLmPvB%3B%3BAyL7RF%2CIAgDE%2CmBACE%3BEACE%2CgBAAA%3BEACA%2CuBAAA%3B%3BAAnDN%2CIAuDE%2CmBAAmB%3BEACjB%2CUAAA%3BEnExBF%2C4BAAA%3BEtH6OF%2CiCAAA%3BEACK%2C8BAAA%3BEACC%2C6BAAA%3BEAcJ%2CyBAAA%3BEAhBF%2CoCAAA%3BEACK%2CiCAAA%3BEACC%2CgCAAA%3BEAcJ%2C4BAAA%3BEyLnOE%2CsBAAA%3B%3BAA1DJ%2CIA6DE%2CWACE%2CmBAAmB%3BEACjB%2CUAAA%3B%3BAAIN%3BEACE%2CgBAAA%3B%3BAACA%2CqCAAC%2CIAAI%3BEACH%2CgBAAA%3B%3BAAHJ%2CqCAKE%2CMAAK%3BEACH%2CkBAAA%3BEACA%2CUAAA%3B%3BAAPJ%2CqCASE%2CQAAO%2CKACH%3BEACA%2CsBAAA%3B%3BAAXN%2CqCAcE%2CyBACE%3BEACE%2CaAAA%3B%3BAAhBN%2CqCAmBE%3BEACE%2CsBAAA%3BEACA%2CsBAAA%3B%3BAArBJ%2CqCAuBE%2C0BACE%2CQAAO%3BEzLkMT%2CeAAA%3B%3BAyL1NF%2CqCAuBE%2C0BAIE%3BAA3BJ%2CqCAuBE%2C0BAKE%3BAA5BJ%2CqCAuBE%2C0BAME%3BEACE%2CsBAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3B%3BAAjCN%2CqCAoCE%2CoBACE%3BEzLqLF%2CeAAA%3B%3BAyL1NF%2CqCAyCE%3BEACE%2CaAAA%3B%3BAA1CJ%2CqCA4CE%2COAAM%2CUACF%3BEACA%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CqBAAA%3B%3BAAhDN%2CqCAoDE%2CcACE%3BEACE%2CUAAA%3BEACA%2CgBAAA%3BEACA%2CsBAAA%3B%3BAAxDN%2CqCA4DE%2CeACE%2CiBAAgB%3BEACd%2CiBAAA%3B%3BAA9DN%2CqCAkEE%2CgBACE%2CiBAAgB%3BEACd%2CcAAA%3B%3BAApEN%2CqCAuEI%2CIAAC%2CIAAI%3BEACL%2CaAAA%3B%3BAAxEJ%2CqCA0EE%2CgBACE%3BEACE%2CaAAA%3B%3BAA5EN%2CqCA%2BEE%2CcACI%2CIAAC%2CIAAI%3BEACL%2CaAAA%3B%3BAAIN%2CcAAc%2CkBACZ%3BEACE%2CSAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CYAAA%3B%3BAAPJ%2CcAAc%2CkBAWZ%3BEzL0HA%2CkBAAA%3B%3BAyLrIF%2CcAAc%2CkBAeZ%3BE1HgEF%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2C8BAAA%3BEACA%2CgCAAA%3BEACA%2CiCAAA%3BEACA%2C%2BBAAA%3BE%5C%2FDgDE%2CWAAA%3BEAAA%2CYAAA%3BE%2BD7CF%2CkBAAA%3BEACA%2C6CAAA%3BEACA%2CcAAA%3BE%5C%2FD2BA%2CgDAAA%3BEACK%2C6CAAA%3BEACC%2C4CAAA%3BEAcJ%2CwCAAA%3BEyLpHE%2CsBAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2COAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3BEACA%2CSAAA%3B%3BAAGJ%2CeACE%2C8BAA6B%3BEAC3B%2CUAAA%3BEACA%2CQAAA%3B%3BAAHJ%2CeAKE%3BEACE%2CkBAAA%3B%3BAANJ%2CeAKE%2CiBAEE%3BEACE%2COAAA%3BEACA%2CMAAA%3BEzLkFN%2CuBAAA%3BEACK%2CoBAAA%3BEACC%2CmBAAA%3BEAcJ%2CeAAA%3B%3BAyL5FF%2CcACE%2CiBACE%3BEACE%2COAAA%3BEACA%2CMAAA%3BEzLwEN%2CuBAAA%3BEACK%2CoBAAA%3BEACC%2CmBAAA%3BEAcJ%2CeAAA%3B%3BAyLlFF%3BEACE%2CqBAAA%3BEACA%2CsBAAA%3B%3BAAFF%2CiBAGE%3BEzL%2BEA%2CqBAAA%3BEyB9QA%2CqBAAA%3B%3BAgK4LF%2CiBAGE%2CgBhKmEE%3BEzBhQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAyBHA%2CiBgKyLA%2CgBhKzLC%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BEzB9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CS0B3OU%2CO1B2OV%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CsBAAA%3BEyBqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAgK3JF%2CiBAGE%2CgBAQE%3BEzL1LF%2CUAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3B%3BAejCI%2CSAAC%2CMAAM%3BES8IX%2CqBAAA%3BEACA%2CkBAAA%3BETjIQ%2CsBAAA%3B%3BAf2BR%2CSezCK%2CMAAM%2COfyCV%3BAACD%2CSe1CK%2CMAAM%2COf0CV%3BEACG%2CSAAS%2CEAAT%3BEACA%2CcAAA%3B%3BAAGJ%2CSe%5C%2FCK%2CMAAM%2COf%2BCV%3BEACG%2CWAAA%3B%3BAehDA%2CSAAC%2CMAAM%2COS8bX%3BEACI%2CWAAA%3BEACA%2CSAAA%3B%3BAThcA%2CSAAC%2CMAAM%2COSmcX%3BEACI%2CYAAA%3BEACA%2CSAAA%3B%3BATrcA%2CSAAC%2CMAAM%2COSmdX%2COAAM%3BATndF%2CSAAC%2CMAAM%2COXoIX%2CMAAK%2CcAiED%2CiBAGM%2CUoB2QJ%3BEACF%2C6BAAA%3BEACA%2C0BAAA%3B%3BATrdA%2CSAAC%2CMAAM%2COSwdX%2COAAS%3BATxdL%2CSAAC%2CMAAM%2COXoIX%2CMAAK%2CcAiED%2CiBAGM%2CUoBgRD%3BEACL%2C4BAAA%3BEACA%2CcAAA%3BEACA%2CyBAAA%3B%3BAT3dA%2CSAAC%2CMAAM%2COS4JX%3BExBiIA%2CqBAAA%3BEyBhOA%2CqBAAA%3B%3BAV7DI%2CSAAC%2CMAAM%2COS4JX%2CeCqHE%3BEzBhQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAyB2CA%2CSVnEK%2CMAAM%2COS4JX%2CeCzFC%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BEzB9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2COC7MmB%2C2BD6MnB%3BEAAA%2CS0B9NQ%2CO1B8NR%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BEyBqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAtRI%2CSVhFC%2CMAAM%2COS4JX%2CeC7EC%2CMACI%3BEzB6ML%2CWAAA%3B%3BAyBvMI%2CSVtFC%2CMAAM%2COS4JX%2CeCvEC%2COACI%3BEzBuML%2CcAAA%3B%3BAwBuHA%2CSTpZK%2CMAAM%2COS4JX%2CeAwPC%3BExBvHD%2CqBAAA%3BEyBhOA%2CqBAAA%3B%3BADuVA%2CSTpZK%2CMAAM%2COS4JX%2CeAwPC%2COCnIC%3BEzBhQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAyB2CA%2CSVnEK%2CMAAM%2COS4JX%2CeAwPC%2COCjVA%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BEzB9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2COC7MmB%2C2BD6MnB%3BEAAA%2CS0B%5C%2FNM%2CO1B%2BNN%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BEyBqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAtRI%2CSVhFC%2CMAAM%2COS4JX%2CeAwPC%2COCrUA%2CMACI%3BEzB6ML%2CWAAA%3B%3BAyBvMI%2CSVtFC%2CMAAM%2COS4JX%2CeAwPC%2COC%5C%2FTA%2COACI%3BEzBuML%2CcAAA%3B%3BAe7RI%2CSAAC%2CMAAM%2COSoOX%3BExByDA%2CSAAA%3BEAAA%2CUAAA%3BED1KA%2CqBAAA%3BEC0KA%2CgBAAA%3BEAAA%2CsBAAA%3BEAAA%2CeAAA%3BEAAA%2CgBAAA%3BEAAA%2CYAAA%3BEwBhDI%2CsBAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3BExB8CJ%2CSAAA%3BEAAA%2CyCAAA%3B%3BAe7RI%2CSAAC%2CMAAM%2COSoOX%2COAsBI%3BExBmCJ%2CSAAA%3BEAAA%2CyBAAA%3B%3BAwB3BQ%2CSTlQH%2CMAAM%2COSoOX%2COAsBI%2CGAQK%3BExB2BT%2CmBAAA%3BEwBzBY%2CeAAA%3B%3BAAuTZ%2CST3jBK%2CMAAM%2COSoOX%2COAuVC%3BAACD%2CST5jBK%2CMAAM%2COSoOX%2COAwVC%3BEACG%2C0BAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3B%3BAAGJ%2CSTrkBK%2CMAAM%2COSoOX%2COAiWC%3BEACG%2CiBAAA%3BExBzSJ%2CsDAAA%3BEwB2SI%2CWAAA%3B%3BAAGJ%2CST3kBK%2CMAAM%2COSoOX%2COAuWC%3BEACG%2CiBAAA%3BExB%5C%2FSJ%2CsDAAA%3BEwBiTI%2CWAAA%3B%3BAAzDJ%2CSTrhBK%2CMAAM%2COSoOX%2COAiTC%3BExBxPD%2CUAAA%3BEAAA%2CUAAA%3B%3BAwB6PA%2CST1hBK%2CMAAM%2COSoOX%2COAsTC%3BExB7PD%2CSAAA%3BEAAA%2CUAAA%3B%3BAwBZA%2CSTjRK%2CMAAM%2COSiRV%3BEACG%2CiBAAA%3B%3BAADJ%2CSTjRK%2CMAAM%2COSiRV%2COAGG%3BEACI%2CcAAA%3B%3BATrRJ%2CSAAC%2CMAAM%2COAiBH%3BEACI%2CgBAAA%3B%3BAAlBR%2CSAAC%2CMAAM%2COAiBH%2COAEI%2CMACM%3BEACE%2CcAAA%3BEACA%2CyBAAA%3B%3BAAGA%2CSAzBf%2CMAAM%2COAiBH%2COAEI%2CMAKK%2CWACI%3BEfoQrB%2CmBAAA%3B%3BAe7RI%2CSAAC%2CMAAM%2COAiBH%2COAaI%3BEACI%2CUAAA%3B%3BAUqFhB%2CiBVjF0B%2CUAnCrB%2CMAAM%2COAqCG%2CUAEG%2CMU6EhB%3BAAAD%2CcVhFuB%2CUApClB%2CMAAM%2COAqCG%2CUAEG%2CMU6EhB%3BEzByKD%2CS0B%5C%2FPkB%2CO1B%2BPlB%3B%3BAe%5C%2FOgB%2CiBAXU%2CUAnCrB%2CMAAM%2COAqCG%2CUASG%3BAAAD%2CcAVO%2CUApClB%2CMAAM%2COAqCG%2CUASG%3BAACD%2CiBAZU%2CUAnCrB%2CMAAM%2COAqCG%2CUAUG%3BAAAD%2CcAXO%2CUApClB%2CMAAM%2COAqCG%2CUAUG%3BAACD%2CiBAbU%2CUAnCrB%2CMAAM%2COAqCG%2CUAWG%3BAAAD%2CcAZO%2CUApClB%2CMAAM%2COAqCG%2CUAWG%3BEf6OjB%2CWAAA%3B%3BAevOgB%2CiBAnBU%2CUAnCrB%2CMAAM%2COAqDG%2CUAAO%2COACJ%3BAAAD%2CcAlBO%2CUApClB%2CMAAM%2COAqDG%2CUAAO%2COACJ%3BEACG%2CuBdyBD%2C2BczBC%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%3BEfwNjB%2CmBAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3B%3BAepNgB%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%3BEfkMR%2CgBAAA%3BEAAA%2CyBAAA%3BEAAA%2CaAAA%3BEAAA%2CWAAA%3BEAAA%2CyCAAA%3BEAAA%2C%2BBAAA%3BEAAA%2CSAAA%3BEAAA%2COAAA%3BEAAA%2CeAAA%3BEAAA%2CQAAA%3BEAAA%2CMAAA%3BEAAA%2CaAAA%3BEoLlJA%2CaAAA%3BEACA%2CUAAA%3B%3BArKlDI%2CSAAC%2COAAO%2CMqKZZ%3BEpL%2BMA%2CgBAAA%3BEAAA%2CmBAAA%3B%3BAenMI%2CSAAC%2COAAO%2CMqKZZ%2CcAGI%3BEpL4MJ%2COC7MmB%2C2BD6MnB%3BEAAA%2CaC5NyB%2CiCD4NzB%3BEAAA%2CaC3NyB%2CiCD2NzB%3BEAAA%2CkBAAA%3BEAAA%2CiBAAA%3BEAAA%2CgBAAA%3BEAAA%2CqBAAA%3B%3BAenMI%2CSAAC%2COAAO%2CMqKUZ%2CeACI%2CQAAO%3BEpLwLX%2CkBAAA%3BEAAA%2CqBAAA%3BEKzDA%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2C4BAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3BELgDA%2CgBAAA%3BEAAA%2CWAAA%3BEAAA%2CSAAA%3B%3BAenMI%2CSAAC%2COAAO%2CMqKUZ%2CeACI%2CQAAO%2CM3J4KT%3BEzBhQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAyBHA%2CSVqEK%2COAAO%2CMqKUZ%2CeACI%2CQAAO%2CM3JhFV%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BEzB9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CS0B1OU%2CO1B0OV%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BEyBqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CSVwDC%2COAAO%2CMqKUZ%2CeACI%2CQAAO%2CM3JpEV%2CMACI%3BEzB2PL%2CcAAA%3B%3BAyBrPI%2CSVkDC%2COAAO%2CMqKUZ%2CeACI%2CQAAO%2CM3J9DV%2COACI%3BEzBqPL%2CcAAA%3B%3BAK7CA%2CSUtJK%2COAAO%2CMqKUZ%2CeACI%2CQAAO%2CM%5C%2FK2IV%3BAACD%2CSUvJK%2COAAO%2CMqKUZ%2CeACI%2CQAAO%2CM%5C%2FK4IV%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CSU5JK%2COAAO%2CMqKUZ%2CeACI%2CQAAO%2CM%5C%2FKiJV%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CSUjKK%2COAAO%2CMqKUZ%2CeACI%2CQAAO%2CM%5C%2FKsJV%3BAACD%2CSUlKK%2COAAO%2CMqKUZ%2CeACI%2CQAAO%2CM%5C%2FKuJV%3BAACD%2CQAAQ%2CUAAW%2CUUnKd%2COAAO%2CMqKUZ%2CeACI%2CQAAO%3BE%5C%2FKyJP%2CoBAAA%3BEL%2BBJ%2CYAAA%3B%3BAoL%5C%2FIA%2CSrKpDK%2COAAO%2CMqKoDX%3BEACG%2CUAAA%3B%3BArKjDI%2CSAJH%2COAAO%2CMAIH%3BEACG%2CcAAA%3B%3BAAIR%2CSAAC%3BEf0LL%2CgCAAA%3BEAAA%2CgBAAA%3BEAAA%2CYAAA%3BEoLhIA%2CSAAA%3BEACA%2COAAA%3BEACA%2CUAAA%3BEACA%2CeAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3B%3BAAEA%2CSrKjEK%2CQqKiEJ%3BEpLyHD%2CYAAA%3BEoLrHQ%2CyBAAA%3B%3BArKnEA%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%3BEfiJT%2CcAAA%3BEe%5C%2FIY%2CqBAAA%3BEACA%2CkBAAA%3B%3BAAKA%2C0BAjCR%2CUAgCK%2CQACI%3BAACD%2C0BAlCR%2CUAgCK%2CQAEI%3BEACG%2CqBAAA%3B%3BAAGJ%2C0BAtCR%2CUAgCK%2CQAMI%3BEACG%2CkBAAA%3B%3BAAIR%2C0BA3CJ%2CUA2CK%2CSAAS%3BEACN%2CkBAAA%3B%3BAAKZ%2C2BAKI%3BEACI%2CmBAAA%3BEACA%2CgBAAA%3B%3BAAUR%2C8BAKI%3BEACI%2CkBAAA%3B%3BAAYR%2C0BACI%3BEfqFJ%2CiBAAA%3BEenFQ%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%3BA2KxPR%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%2CuBACA%2CuBAA6B%3BEACzB%3BIACI%2CYAAA%3BIACA%2CUAAA%3B%3B%3BA9J9FJ%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%3BE5BsOb%2CqBAAA%3BEyB9QA%2CqBAAA%3BEG8CgB%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3B%3BAARJ%2CQAzDR%2CgBAwDI%2CQACK%2CIH0NX%3BEzBhQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAyBHA%2CQGvBI%2CgBAwDI%2CQACK%2CIHlCZ%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BEzB9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CS0BpOU%2CO1BoOV%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BEyBqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CQGpCA%2CgBAwDI%2CQACK%2CIHtBZ%2CMACI%3BEzB2PL%2CcAAA%3B%3BAyBrPI%2CQG1CA%2CgBAwDI%2CQACK%2CIHhBZ%2COACI%3BEzBqPL%2CcAAA%3B%3BA4B3NY%2CQApER%2CgBAwDI%2CQAYK%3BEACG%2CqBAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CQAzER%2CgBAwDI%2CQAiBK%3BEACG%2CcAAA%3BEACA%2CcAAA%3B%3BAAGJ%2CQA9ER%2CgBAwDI%2CQAsBK%3BE5BiNb%2CqBAAA%3BEKzDA%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2C4BAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3BELgDA%2CgBAAA%3B%3BA4BjNY%2CQA9ER%2CgBAwDI%2CQAsBK%2COHqMX%3BEzBhQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAyBHA%2CQGvBI%2CgBAwDI%2CQAsBK%2COHvDZ%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BEzB9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CS0B1OU%2CO1B0OV%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BEyBqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CQGpCA%2CgBAwDI%2CQAsBK%2COH3CZ%2CMACI%3BEzB2PL%2CcAAA%3B%3BAyBrPI%2CQG1CA%2CgBAwDI%2CQAsBK%2COHrCZ%2COACI%3BEzBqPL%2CcAAA%3B%3BAK7CA%2CQuBlPI%2CgBAwDI%2CQAsBK%2COvBoKZ%3BAACD%2CQuBnPI%2CgBAwDI%2CQAsBK%2COvBqKZ%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CQuBxPI%2CgBAwDI%2CQAsBK%2COvB0KZ%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CQuB7PI%2CgBAwDI%2CQAsBK%2COvB%2BKZ%3BAACD%2CQuB9PI%2CgBAwDI%2CQAsBK%2COvBgLZ%3BAACD%2CQAAQ%2CUAAW%2CSuB%5C%2FPf%2CgBAwDI%2CQAsBK%3BEvBkLT%2CoBAAA%3BEL%2BBJ%2CYAAA%3B%3BAgBhSA%2CcAQI%3BAAPJ%2CqBAOI%3BEACI%2CcAAA%3B%3BAATR%2CcAYI%3BAAXJ%2CqBAWI%3BEACI%2CmBAAA%3B%3BAAbR%2CcAYI%2CqBAGI%3BAAdR%2CqBAWI%2CqBAGI%3BEACI%2CcAAA%3BEACA%2CcAAA%3B%3BAChBR%2CQAAS%3BEACL%2CkBAAA%3BEACA%2CUAAA%3B%3BAAHR%2CYAMI%3BEACI%2CkBAAA%3B%3BAAPR%2CYAMI%2CeAGO%3BEACC%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CUAAA%3B%3BAAEA%2CYAVR%2CeAGO%2CUAOE%3BAACD%2CYAXR%2CeAGO%2CUAQE%3BEACG%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEjB4QhB%2CqBAAA%3BEyB9QA%2CqBAAA%3B%3BARFY%2CYAVR%2CeAGO%2CUAOE%2CSQoQX%3BARnQU%2CYAXR%2CeAGO%2CUAQE%2CQQmQX%3BEzBhQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAyBHA%2CYRlBI%2CeAGO%2CUAOE%2CSQQZ%3BAAAD%2CYRlBI%2CeAGO%2CUAQE%2CQQOZ%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BEzB9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CS0BzOQ%2CO1ByOR%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CsBAAA%3BEyBqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAR5UgB%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%3BAQ%2BEhB%2CYRjHI%2CeAGO%2CUA6BE%2CQQiFZ%3BEzByKD%2CS0BxPQ%2CO1BwPR%3B%3BAiBtPgB%2CYApCZ%2CeAGO%2CUA6BE%2CQAII%3BEACG%2CkBAAA%3B%3BAAIR%2CYAzCR%2CeAGO%2CUAsCE%3BEACG%2CeAAA%3BEACA%2CaAAA%3B%3BAAGJ%2CYA9CR%2CeAGO%2CUA2CE%3BEACG%2CUAAA%3B%3BAArDhB%2CYA0DI%3BEACI%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAA7DR%2CYA0DI%2CcAKI%3BEAEI%2CmBAAA%3B%3BAAjEZ%2CYA0DI%2CcAKI%2CQAII%3BEjB6NZ%2CmBAAA%3BEiB3NgB%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CaAAA%3B%3BAAEA%2CaAAc%2CaAjB1B%2CcAKI%2CQAII%3BAASI%2CmBAAoB%2CaAlBhC%2CcAKI%2CQAII%3BEAUQ%2CWAAA%3B%3BAA7EpB%2CYA0DI%2CcAKI%2CQAII%2CMAaI%3BEACI%2CeAAA%3B%3BAAjFpB%2CYA0DI%2CcAKI%2CQAII%2CMAiBI%3BEACI%2CqBAAA%3BEjB2MpB%2CiBAAA%3BEiBzMoB%2CmBAAA%3BEACA%2CqBAAA%3B%3BAAxFpB%2CYA0DI%2CcAKI%2CQAII%2CMAwBI%3BEjBqMhB%2CSAAA%3BEAAA%2CUAAA%3BED1KA%2CqBAAA%3B%3BAkBtHA%2CYA0DI%2CcAKI%2CQAII%2CMAwBI%2CQAGI%3BEACI%2CaAAA%3BEACA%2CaAAA%3B%3BAAhGxB%2CYA0DI%2CcAKI%2CQAII%2CMAwBI%2CQAQI%3BEjB6LpB%2CiBAAA%3BEiB3LwB%2CgBAAA%3B%3BAArGxB%2CYA0DI%2CcAKI%2CQAII%2CMAwBI%2CQAaI%3BEACI%2CcAAA%3BEjBuLxB%2CiBAAA%3B%3BAiBhSA%2CYA0DI%2CcAKI%2CQAII%2CMA2CI%3BEACI%2CgBAAA%3B%3BAA%5C%2FGpB%2CYA0DI%2CcAKI%2CQAII%2CMA2CI%2COAGI%3BAAjHpB%2CYA0DI%2CcAKI%2CQAII%2CMA2CI%2COAII%3BAAlHpB%2CYA0DI%2CcAKI%2CQAII%2CMA2CI%2COAKI%3BEACI%2CcAAA%3B%3BAAIA%2CYA9DpB%2CcAKI%2CQAII%2CMA2CI%2COASI%2COACK%3BEjBwKzB%2CiBAAA%3BEiBtK4B%2CSAAS%2COAAT%3BEACA%2CcAAA%3B%3BAA3H5B%2CYA0DI%2CcAKI%2CQAII%2CMA2CI%2COAiBI%3BEjBiKpB%2CiBAAA%3BEiB%5C%2FJwB%2CgBAAA%3B%3BAAjIxB%2CYA0DI%2CcAKI%2CQAII%2CMA2CI%2COAsBI%3BEjB4JpB%2CiBAAA%3B%3BAiBhSA%2CYA0DI%2CcAKI%2CQAII%2CMAsEI%2CWACI%3BEACI%2CmBAAA%3B%3BAA3IxB%2CYA0DI%2CcAKI%2CQAII%2CMAsEI%2CWAKI%3BEACI%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3B%3BAAKJ%2CYA5FhB%2CcAKI%2CQAII%2CMAkFI%2CQACK%3BEAEG%2CcAAA%3BEACA%2CUAAA%3B%3BAAHJ%2CYA5FhB%2CcAKI%2CQAII%2CMAkFI%2CQACK%2CKAKG%2CUAAS%3BEACL%2CqBAAA%3BEACA%2CoBAAA%3B%3BAAPR%2CYA5FhB%2CcAKI%2CQAII%2CMAkFI%2CQACK%2CKAUG%3BEACI%2CcAAA%3B%3BAAIR%2CYA3GhB%2CcAKI%2CQAII%2CMAkFI%2CQAgBK%3BEZtHrB%2CsBAAA%3BELiPA%2CYC9MoB%2C4BD8MpB%3BEAAA%2CkBC9MoB%2C4BD8MpB%3BEAAA%2CWAAA%3BEAAA%2CeAAA%3BEAAA%2CqBAAA%3BEAAA%2CoBAAA%3BEAAA%2CaClMkB%2C0BDkMlB%3BEAAA%2CiBAAA%3BEAAA%2CiBAAA%3BEK9NA%2CsBAAA%3BEACA%2CsBAAA%3BEYqGwB%2CgBAAA%3B%3BAZpFxB%2CYY1BI%2CcAKI%2CQAII%2CMAkFI%2CQAgBK%2CMZjFpB%3BAACD%2CYY3BI%2CcAKI%2CQAII%2CMAkFI%2CQAgBK%2CMZhFpB%3BEL2MD%2CYC9MoB%2C4BD8MpB%3BEAAA%2CkBC9MoB%2C4BD8MpB%3BEAAA%2CWAAA%3B%3BAK%5C%2FLA%2CYYvCI%2CcAKI%2CQAII%2CMAkFI%2CQAgBK%2CMZpEpB%3BEL%2BLD%2CYC9MoB%2C4BD8MpB%3BEAAA%2CkBC9MoB%2C4BD8MpB%3BEAAA%2CWAAA%3B%3BAKnLA%2CYYnDI%2CcAKI%2CQAII%2CMAkFI%2CQAgBK%2CMZxDpB%3BAACD%2CYYpDI%2CcAKI%2CQAII%2CMAkFI%2CQAgBK%2CMZvDpB%3BAACD%2CQAAQ%2CUAAW%2CaYrDf%2CcAKI%2CQAII%2CMAkFI%2CQAgBK%3BEjB2HrB%2CYAAA%3BEK%5C%2FKI%2CeAAA%3BEACA%2CoBAAA%3B%3BAYwDoB%2CYAhHpB%2CcAKI%2CQAII%2CMAkFI%2CQAgBK%2CMAKI%3BEACG%2CqBAAA%3B%3BA0KvKxB%2CmBAAC%3BAAAD%2CeAAC%3BE3L4RL%2CmBAAA%3B%3BA2L1RQ%2CMAAO%2CoBAFV%3BAAEG%2CMAAO%2CgBAFV%3BEAGO%2CgBAAA%3B%3BAAMR%2CsBAAC%3BEACG%2CSAAA%3B%3BACdR%2CsBACI%3BEACI%2CgBAAA%3B%3BACDJ%2CyBAAC%3BEACG%2CcAAA%3BEACA%2CmBAAA%3B%3BAAKJ%2CgCAAC%3BEACG%2CSAAA%3B%3B%3B%3B%3B%3B%3BA%5C%2FCXZ%3BEACI%3BIACE%2CUAAA%3BIACA%2CmBAAmB%2CwBAAnB%3BIACA%2CWAAW%2CwBAAX%3B%3BEACF%3BIACE%2CUAAA%3BIACA%2CuBAAA%3BIACA%2CeAAA%3B%3B%3BAACJ%3BEACE%3BIACE%2CUAAA%3BIACA%2CmBAAmB%2CwBAAnB%3BIACA%2CWAAW%2CwBAAX%3B%3BEACF%3BIACE%2CUAAA%3BIACA%2CuBAAA%3BIACA%2CeAAA%3B%3B%3BAACJ%3BEACE%2CoCAAA%3BEACA%2C4BAAA%3B%3BAAGH%2CiBACG%3BAACA%2CiBAAC%3BEACG%2C4BAAA%3BEACA%2CsBAAA%3BEACA%2C4BAAA%3B%3BAAeJ%3BAACA%2CCAAC%3BAACD%2CCAAC%3BEACG%2CsBAAA%3B%3BAAGJ%2CQACI%2CQAAO%3BEACH%2CiBAAA%3B%3BAAGI%2CQAJR%2CQAAO%2CKAGH%2COACK%3BEACG%2CgBAAA%3B%3BAAMhB%3BEACI%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CUAAA%3B%3BAAGJ%2CQAAS%3BAACT%2CQAAS%3BEACL%2CkBAAA%3B%3BAAGJ%3BAACA%2CYAAa%2CQAAO%3BAACpB%2COAAO%3BAACP%3BAACA%3BAACA%3BAACA%3BAACA%3BAACA%2C4BAA6B%3BAAC7B%3BAACA%2CYAAa%3BEACT%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3B%3BAAEJ%3BEACI%2CkBAAA%3BEACA%2CeAAA%3B%3BAAEJ%2CIAAK%2C8BAA8B%3BEAC%5C%2FB%2CwBAAA%3B%3BAA4EJ%3BE9IyHA%2COC5MU%2CkBD4MV%3BE8IvHI%2CwBAAA%3BEACA%2CgBAAA%3BEACA%2CgDAAA%3BEACA%2CuCAAA%3BEACA%2C0BAAA%3BEACA%2C4BAAA%3BEACA%2C8BAAA%3B%3BAAIA%2CIAAC%3BEzIpIL%2CsBAAA%3BELiPA%2CYCtMiB%2CyBDsMjB%3BEAAA%2CkBCvMY%2CoBDuMZ%3BEAAA%2COCvMY%2CoBDuMZ%3BEAAA%2CeAAA%3BEAAA%2CqBAAA%3BEAAA%2CoBAAA%3BEAAA%2CaClMkB%2C0BDkMlB%3BEAAA%2CSAAA%3BEAAA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CoBAAA%3BEK9NA%2CsBAAA%3BEACA%2CsBAAA%3B%3BAAiBA%2CIyI%2BFK%2CMzI%5C%2FFJ%3BAACD%2CIyI8FK%2CMzI9FJ%3BEL2MD%2CYCrMwB%2CgCDqMxB%3BEAAA%2CkBC9MoB%2C4BD8MpB%3BEAAA%2COCpMmB%2C2BDoMnB%3B%3BAK%5C%2FLA%2CIyIkFK%2CMzIlFJ%3BEL%2BLD%2CYCrMwB%2CgCDqMxB%3BEAAA%2CkBC9MoB%2C4BD8MpB%3BEAAA%2COCpMmB%2C2BDoMnB%3B%3BAKnLA%2CIyIsEK%2CMzItEJ%3BAACD%2CIyIqEK%2CMzIrEJ%3BAACD%2CQAAQ%2CUAAW%2CKyIoEd%3BE9I6GL%2CYAAA%3BEK%5C%2FKI%2CeAAA%3BEACA%2CoBAAA%3B%3BAyIsEJ%2COAAO%3BAACP%3BE9IuGA%2CmBAAA%3B%3BA8IlGI%2COAAC%3BEACG%2CsBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CkB7IzGI%2CoB6IyGJ%3B%3BAAKR%3BE%5C%2FEnMH%2CoBAAA%3B%3BEACC%2CiBAAA%3B%3BEACA%2CoBAAA%3B%3BEACA%2CqBAAA%3B%3BEACA%2CaAAA%3BEACA%2CeAAA%3B%3BA%2BEiMM%2CYAAC%3BE%5C%2FEiBL%2CmBAAA%3BEACA%2CuBAAA%3B%3BA%2BEdI%2CYAAC%3BEACG%2CsBAAA%3B%3BAAGJ%2CYAAC%3BEACG%2CiBAAA%3B%3BAAGJ%2CYAAC%3BEACG%2CyBAAA%3B%3BAAIR%3BE%5C%2FEIA%2C8BAAA%3B%3BA%2BEAA%3BEACI%2C6BAAA%3B%3BAAGJ%3BEACI%2CuBAAA%3B%3BAAGJ%3BEACI%2CmBAAA%3B%3BAAQJ%2CqBACI%3BEACI%2CUAAA%3BEACA%2CkBAAA%3BE9I6BV%2CmB8I5BsB%2Ce9I4BtB%3BEACK%2CgB8I7BiB%2Ce9I6BjB%3BEACC%2Ce8I9BgB%2Ce9I8BhB%3BEAcJ%2CW8I5CoB%2Ce9I4CpB%3BEsH7PA%2C4BAAA%3BEtH6OF%2CiCAAA%3BEACK%2C8BAAA%3BEACC%2C6BAAA%3BEAcJ%2CyBAAA%3BEAhBF%2CoCAAA%3BEACK%2CiCAAA%3BEACC%2CgCAAA%3BEAcJ%2C4BAAA%3BE8IzCQ%2CsBAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3B%3BAAEA%2CqBAVJ%2CiBAUK%3BEACG%2CmBAAA%3B%3BAAIR%2CqBAAC%2CMACG%3BEACI%2CUAAA%3BEACA%2CmBAAA%3BE9Iad%2CmB8IZ0B%2CgB9IY1B%3BEACK%2CgB8IbqB%2CgB9IarB%3BEACC%2Ce8IdoB%2CgB9IcpB%3BEAcJ%2CW8I5BwB%2CgB9I4BxB%3B%3BA8ItBA%3BElFpPA%2CkBAAA%3B%3BAkFoPA%2CWlFlPA%3BE5DwQA%2CmBAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CYAAA%3BE4DhQI%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BE5D8PJ%2CWAAA%3BEAAA%2CaClOqB%2C6BDkOrB%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CkBAAA%3BE4DpLA%2CYAAA%3BEACA%2COAAA%3B%3BAA3DI%2CWA1BJ%2CiBA0BK%3BAACD%2CWA3BJ%2CiBA2BK%3BEACG%2CyBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3B%3BAAGJ%2CWAnCJ%2CiBAmCK%3BE5DqOL%2CiBAAA%3BE4DnOQ%2CyBAAA%3B%3BAAGJ%2CWAxCJ%2CiBAwCK%3BE5DgOL%2CiBAAA%3BE4D9NQ%2CyBAAA%3B%3BAA6CR%2CWAvFA%2CiBAuFC%3BAACD%2CWAxFA%2CiBAwFC%3BEACG%2CSAAA%3B%3BAAEJ%2CWA3FA%2CiBA2FC%3BE5D6KD%2CyBAAA%3BEAAA%2CUAAA%3BEAAA%2CiBAAA%3B%3BA4DvKA%2CWAjGA%2CiBAiGC%3BE5DuKD%2CUAAA%3BEAAA%2CiBAAA%3B%3BA4DhNA%2CWAAE%3BE5DgNF%2CeAAA%3B%3BA4D5MA%2CWAAE%2CgBAA2B%2CMAAS%3BAACtC%2CWAAE%2CgBAA2B%2CMAAS%3BAACtC%2CWAAC%2CMAAO%3BEACJ%2CcAAA%3B%3BAkFuLJ%3BElFxPA%2CkBAAA%3B%3BAkFwPA%2CgBlFtPA%3BE5DwQA%2CmBAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CYAAA%3BE4DhQI%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BE5D8PJ%2CWAAA%3BEAAA%2CaClOqB%2C6BDkOrB%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CiBAAA%3BE4DtJA%2CWAAA%3BEACA%2CMAAA%3B%3BAAzFI%2CgBA1BJ%2CiBA0BK%3BAACD%2CgBA3BJ%2CiBA2BK%3BEACG%2CyBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3B%3BAAGJ%2CgBAnCJ%2CiBAmCK%3BE5DqOL%2CiBAAA%3BE4DnOQ%2CyBAAA%3B%3BAAGJ%2CgBAxCJ%2CiBAwCK%3BE5DgOL%2CiBAAA%3BE4D9NQ%2CyBAAA%3B%3BAA2ER%2CgBArHA%2CiBAqHC%3BAACD%2CgBAtHA%2CiBAsHC%3BEACG%2CUAAA%3B%3BAAGJ%2CgBA1HA%2CiBA0HC%3BE5D8ID%2C0BAAA%3BEAAA%2CgBAAA%3BEAAA%2CSAAA%3B%3BA4DxIA%2CgBAhIA%2CiBAgIC%3BE5DwID%2CgBAAA%3BEAAA%2CSAAA%3B%3BA4DhNA%2CgBAAE%3BE5DgNF%2CeAAA%3B%3BA4D5MA%2CgBAAE%2CgBAA2B%2CMAAS%3BAACtC%2CgBAAE%2CgBAA2B%2CMAAS%3BAACtC%2CgBAAC%2CMAAO%3BEACJ%2CcAAA%3B%3BAkF2LJ%3BElF5PA%2CkBAAA%3B%3BAkF4PA%2CelF1PA%3BE5DwQA%2CmBAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CYAAA%3BE4DhQI%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BE5D8PJ%2CWAAA%3BEAAA%2CaClOqB%2C6BDkOrB%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CkBAAA%3BE4DpLA%2CYAAA%3BEACA%2COAAA%3B%3BAA3DI%2CeA1BJ%2CiBA0BK%3BAACD%2CeA3BJ%2CiBA2BK%3BEACG%2CyBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3B%3BAAGJ%2CeAnCJ%2CiBAmCK%3BE5DqOL%2CiBAAA%3BE4DnOQ%2CyBAAA%3B%3BAAGJ%2CeAxCJ%2CiBAwCK%3BE5DgOL%2CiBAAA%3BE4D9NQ%2CyBAAA%3B%3BAA6CR%2CeAvFA%2CiBAuFC%3BAACD%2CeAxFA%2CiBAwFC%3BEACG%2CSAAA%3B%3BAAEJ%2CeA3FA%2CiBA2FC%3BE5D6KD%2CyBAAA%3BEAAA%2CUAAA%3BEAAA%2CiBAAA%3B%3BA4DvKA%2CeAjGA%2CiBAiGC%3BE5DuKD%2CUAAA%3BEAAA%2CiBAAA%3B%3BA4DhNA%2CeAAE%3BE5DgNF%2CeAAA%3B%3BA4D5MA%2CeAAE%2CgBAA2B%2CMAAS%3BAACtC%2CeAAE%2CgBAA2B%2CMAAS%3BAACtC%2CeAAC%2CMAAO%3BEACJ%2CcAAA%3B%3BAkF%2BLJ%3BEACI%2CiBAAA%3BEACA%2CeAAA%3BExBrPJ%2C4BAAA%3BEtH6OF%2CiCAAA%3BEACK%2C8BAAA%3BEACC%2C6BAAA%3BEAcJ%2CyBAAA%3BEAhBF%2CoCAAA%3BEACK%2CiCAAA%3BEACC%2CgCAAA%3BEAcJ%2C4BAAA%3BEAAA%2CiBAAA%3B%3BA8IVA%2CsBAMI%3BEACI%2CwBAAA%3B%3BAAPR%2CsBAUI%3BEACI%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3B%3BAAKA%2CsBAFJ%2CQAEK%3BAACD%2CsBAHJ%2CQAGK%3BEACG%2CyDAAA%3B%3BAAGJ%2CsBAPJ%2CQAOK%3BEACG%2CSAAA%3BEACA%2CSAAA%3B%3BAAGJ%2CsBAZJ%2CQAYK%3BEACG%2CSAAA%3BEACA%2CWAAA%3B%3BAAIR%2CsBAAC%3BE9IxCP%2CmB8IyCsB%2Ce9IzCtB%3BEACK%2CgB8IwCiB%2Ce9IxCjB%3BEACC%2Ce8IuCgB%2Ce9IvChB%3BEAcJ%2CW8IyBoB%2Ce9IzBpB%3BE8I2BQ%2CUAAA%3B%3BAAGJ%2CsBAAC%3BE9I9CP%2CmB8I%2BCsB%2CgB9I%5C%2FCtB%3BEACK%2CgB8I8CiB%2CgB9I9CjB%3BEACC%2Ce8I6CgB%2CgB9I7ChB%3BEAcJ%2CW8I%2BBoB%2CgB9I%5C%2FBpB%3BE8IiCQ%2CiBAAA%3BEAEA%2CUAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3BEACA%2CmBAAA%3B%3BAAKR%3BE9IxTA%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA8IqTA%3BE%5C%2FE5UH%2CoBAAA%3B%3BEACC%2CiBAAA%3B%3BEACA%2CoBAAA%3B%3BEACA%2CqBAAA%3B%3BEACA%2CaAAA%3BEACA%2CeAAA%3BE%2BEyUM%2CoBAAA%3BEACA%2CqBAAA%3B%3BAAHJ%2CMAKI%3BAALJ%2CMAMI%3BEACI%2CoBAAA%3BEACA%2CqBAAA%3B%3BAAIR%3BE%5C%2FExVH%2CoBAAA%3B%3BEACC%2CiBAAA%3B%3BEACA%2CoBAAA%3B%3BEACA%2CqBAAA%3B%3BEACA%2CaAAA%3BEACA%2CeAAA%3BE%2BEqVM%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAHJ%2COAKI%3BAALJ%2COAMI%3BEACI%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAIR%2CaAAc%3BAACd%2CEAAE%3BE9IzEF%2CSAAA%3BEAAA%2CUAAA%3BED1KA%2CqBAAA%3BE%2BIqPI%2CgBAAA%3B%3BAAHJ%2CaAAc%2CGAKV%3BAAJJ%2CEAAE%2CaAIE%3BEACI%2CoBAAA%3BEACA%2CcAAA%3BEACA%2CSAAA%3BEACA%2CmBAAA%3B%3BAATR%2CaAAc%2CGAKV%2CGAMI%3BAAVR%2CEAAE%2CaAIE%2CGAMI%3BAAXR%2CaAAc%2CGAKV%2CGAOI%3BAAXR%2CEAAE%2CaAIE%2CGAOI%3BEACI%2CkBAAA%3B%3BAAKZ%3BEACI%2CkBAAA%3BEACA%2CmBAAA%3B%3B%3BAAqDA%2CEAAC%3BAAAD%2CEAAC%3BAAAD%2CEAAC%3BAAAD%2CEAAC%3BAAAD%2CEAAC%3BAAAD%2CEAAC%3BEACG%2CgBAAA%3B%3BAAGJ%2CEAAC%3BAAAD%2CEAAC%3BAAAD%2CEAAC%3BAAAD%2CEAAC%3BAAAD%2CEAAC%3BAAAD%2CEAAC%3BAAVL%2CEAWI%3BAAVJ%2CEAUI%3BAATJ%2CEASI%3BAARJ%2CEAQI%3BAAPJ%2CEAOI%3BAANJ%2CEAMI%3BEACI%2CgBAAA%3B%3BAAIX%3BEACC%2C6CAAA%3B%3BAADD%2CCAEO%2CEAAC%3BEACG%2CgBAAA%3B%3BAAIR%3BExB%5C%2FZA%2C4BAAA%3BEtH6OF%2CiCAAA%3BEACK%2C8BAAA%3BEACC%2C6BAAA%3BEAcJ%2CyBAAA%3BEAhBF%2CoCAAA%3BEACK%2CiCAAA%3BEACC%2CgCAAA%3BEAcJ%2C4BAAA%3B%3BA8IuKQ%2CCAFH%2CIAEI%3BAAAD%2CCADH%2CMACI%3BEACG%2CO7I%5C%2FWA%2CoB6I%2BWA%3B%3BAAKZ%3BAACA%3BEACI%2CoBAAA%3B%3BAAGJ%3BE9IlLA%2CmBAAA%3B%3BA8IqLI%2CUAAC%3BE9IrLL%2CSCQyB%2CKDRzB%3BEAAA%2CeAAA%3B%3BA8I2LA%3BAACA%2CkBAAmB%2CQAAO%3BAAC1B%2CeAAgB%2CWAAW%2CQAAO%3BEzI9alC%2CsBAAA%3BELiPA%2CYCtMiB%2CyBDsMjB%3BEAAA%2CkBCvMY%2CoBDuMZ%3BEAAA%2COCvMY%2CoBDuMZ%3BEAAA%2CeAAA%3BEAAA%2CqBAAA%3BEAAA%2CoBAAA%3BEAAA%2CaClMkB%2C0BDkMlB%3BEAAA%2CSAAA%3BEAAA%2CiBAAA%3BEAAA%2CiBAAA%3BEAAA%2CoBAAA%3BEK9NA%2CsBAAA%3BEACA%2CsBAAA%3BEiHhCA%2C4BAAA%3BEtH6OF%2CiCAAA%3BEACK%2C8BAAA%3BEACC%2C6BAAA%3BEAcJ%2CyBAAA%3BEAhBF%2CoCAAA%3BEACK%2CiCAAA%3BEACC%2CgCAAA%3BEAcJ%2C4BAAA%3BEAAA%2CeCnMoB%2C4BDmMpB%3BEAAA%2CgBCjMqB%2C6BDiMrB%3B%3BAK5MA%2CIAAC%3BAAAD%2CkByIwYmB%2CQAAO%2CSzIxYzB%3BAAAD%2CeyIyYgB%2CWAAW%2CQAAO%2CSzIzYjC%3BAACD%2CIAAC%3BAAAD%2CkByIuYmB%2CQAAO%2CSzIvYzB%3BAAAD%2CeyIwYgB%2CWAAW%2CQAAO%2CSzIxYjC%3BEL2MD%2CYCrMwB%2CgCDqMxB%3BEAAA%2CkBC9MoB%2C4BD8MpB%3BEAAA%2COCpMmB%2C2BDoMnB%3B%3BAK%5C%2FLA%2CIAAC%3BAAAD%2CkByI2XmB%2CQAAO%2CSzI3XzB%3BAAAD%2CeyI4XgB%2CWAAW%2CQAAO%2CSzI5XjC%3BEL%2BLD%2CYCrMwB%2CgCDqMxB%3BEAAA%2CkBC9MoB%2C4BD8MpB%3BEAAA%2COCpMmB%2C2BDoMnB%3B%3BAKnLA%2CIAAC%3BAAAD%2CkByI%2BWmB%2CQAAO%2CSzI%5C%2FWzB%3BAAAD%2CeyIgXgB%2CWAAW%2CQAAO%2CSzIhXjC%3BAACD%2CIAAC%3BAAAD%2CkByI8WmB%2CQAAO%2CSzI9WzB%3BAAAD%2CeyI%2BWgB%2CWAAW%2CQAAO%2CSzI%5C%2FWjC%3BAACD%2CQAAQ%2CUAAW%3BAAAnB%2CQAAQ%2CUAAW%2CmByI6WA%2CQAAO%3BAzI7W1B%2CQAAQ%2CUAAW%2CgByI8WH%2CWAAW%2CQAAO%3BE9I7LlC%2CYAAA%3BEK%5C%2FKI%2CeAAA%3BEACA%2CoBAAA%3B%3BAyIiXA%2CIAAC%3BAAAD%2CkBAPe%2CQAAO%2CSAOrB%3BAAAD%2CeANY%2CWAAW%2CQAAO%2CSAM7B%3BE9InNP%2CuDAAA%3BEACK%2CoDAAA%3BEACC%2CmDAAA%3BEAcJ%2C%2BCAAA%3B%3BA8IuMI%2CIAAC%3BAAAD%2CkBAXe%2CQAAO%2CSAWrB%3BAAAD%2CeAVY%2CWAAW%2CQAAO%2CSAU7B%3BEACG%2CuBAAA%3BEACA%2CiBAAA%3B%3BAAIA%2CIADH%2CMACI%2CIAAI%3BAAAL%2CkBAjBW%2CQAAO%2CSAgBrB%2CMACI%2CIAAI%3BAAAL%2CeAhBQ%2CWAAW%2CQAAO%2CSAe7B%2CMACI%2CIAAI%3BEACD%2CsBAAA%3BEACA%2CO7I5ZO%2C2B6I4ZP%3B%3BAAKZ%2CIAAK%3BEACD%2CiBAAA%3B%3BAAGJ%3BAACA%2COAAO%3BAACP%2COAAO%3BAACP%2COAAO%3BAACP%3BA1IrXA%2CKAAK%2CcAiED%2CiBAGM%3BEkHxKV%2C4BAAA%3BEtH6OF%2CiCAAA%3BEACK%2C8BAAA%3BEACC%2C6BAAA%3BEAcJ%2CyBAAA%3BEAhBF%2CoCAAA%3BEACK%2CiCAAA%3BEACC%2CgCAAA%3BEAcJ%2C4BAAA%3BEAAA%2CgBCjMqB%2C6BDiMrB%3BEAAA%2CeCnMoB%2C4BDmMpB%3B%3BA8IiOI%2CMAAC%3BAAAD%2COARG%2CQAQF%3BAAAD%2COAPG%2CUAOF%3BAAAD%2COANG%2CIAMF%3BAAAD%2CYAAC%3BA1I1XL%2CKAAK%2CcAiED%2CiBAGM%2CU0IsTL%3BE9IjPP%2CuDAAA%3BEACK%2CoDAAA%3BEACC%2CmDAAA%3BEAcJ%2C%2BCAAA%3B%3BA8IwOJ%2CKAAM%2CQAAM%2CKAAG%3BAACf%2CKAAM%2CQAAM%2CKAAG%3BAACf%2CKAAM%2CQAAM%2CKAAG%3BAACf%2CKAAM%2CQAAM%2CKAAG%3BAACf%2CKAAM%2CQAAM%2CKAAG%3BEACX%2CsBAAA%3BEACA%2CsBAAA%3B%3BAAQA%2CQAAQ%2COAAO%3BE9ItQjB%2C%2BCAAA%3BEACK%2C4CAAA%3BEACC%2C2CAAA%3BEAcJ%2CuCAAA%3BE8IyPI%2CgBAAA%3BE9IzPJ%2CiBAAA%3BE8I2PI%2CUAAA%3B%3BAALJ%2CQAAQ%2COAAO%2COAOX%3BE%5C%2FEzhBP%2CoBAAA%3B%3BEACC%2CiBAAA%3B%3BEACA%2CoBAAA%3B%3BEACA%2CqBAAA%3B%3BEACA%2CaAAA%3BEACA%2CeAAA%3BE%2BEshBU%2CmBAAA%3BEACA%2C8BAAA%3B%3BAAVR%2CQAAQ%2COAAO%2COAOX%2CSAKK%3BEACG%2CcAAA%3BEACA%2CSAAA%3B%3BAAdZ%2CQAAQ%2COAAO%2COAOX%2CSAUI%3BEACI%2CWAAA%3B%3BAAlBZ%2CQAAQ%2COAAO%2COAOX%2CSAcI%3BAArBR%2CQAAQ%2COAAO%2COAOX%2CS1ItZJ%2CMAAK%2CcAiED%2CiBAGM%3BE0IiWE%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3B%3BAAKZ%2CQAAQ%2CKAAK%3BAACb%2CMAAM%3BAACN%2CMAAM%3BE9ItRN%2CmBAAA%3B%3BA%2BDnQJ%2CwBAHwD%3BEAGxD%2CQ%2BEuhBY%2CKAAK%3BE%5C%2FEvhBjB%2CM%2BEwhBU%3BE%5C%2FExhBV%2CM%2BEyhBU%3BI9ItRN%2CmBAAA%3B%3B%3BA8IyRI%2CQALI%2CKAAK%2CSAKR%3BAAAD%2CMAJE%2CQAID%3BAAAD%2CMAHE%2COAGD%3BEACG%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CMAAM%2C6BAAN%3B%3BAARR%2CQAAQ%2CKAAK%2CSAWT%2CoBAAmB%3BAAVvB%2CMAAM%2CQAUF%2CoBAAmB%3BAATvB%2CMAAM%2COASF%2CoBAAmB%3BAAXvB%2CQAAQ%2CKAAK%2CSAYT%2CgBAAe%3BAAXnB%2CMAAM%2CQAWF%2CgBAAe%3BAAVnB%2CMAAM%2COAUF%2CgBAAe%3BEACX%2CgBAAA%3B%3BAAIR%2CMAAM%3BAACN%2CMAAM%3BEACF%2CgBAAA%3B%3BAAKA%2COAAC%2CkCACG%3BAADJ%2CQAAC%2CkCACG%3BEACI%2CqBAAA%3B%3BAAIR%2COAAC%3BAAAD%2CQAAC%3BEACG%2CeAAA%3BEACA%2CsBAAA%3B%3BAAGJ%2COAAC%3BAAAD%2CQAAC%3BEACG%2CeAAA%3B%3BAAKR%3BE9I7TA%2CcAAA%3BEAAA%2CkBAAA%3B%3BA8I6TA%2CmBAII%3BE9IjUJ%2CeAAA%3BEAAA%2CgBAAA%3BEAAA%2C0BAAA%3BE8IqUQ%2CgBAAA%3B%3BAAKR%3BEACI%2CaAAA%3B%3BAAGJ%2CGAAG%2CmCAAmC%3BEAClC%2CcAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2C%2BBAAA%3BEACA%2C4BAAA%3BEACA%2C4BAAA%3B%3BAANJ%2CGAAG%2CmCAAmC%2C2BAQlC%3BEACI%2CWAAA%3BE9IvVR%2CiBAAA%3B%3BA8I6VI%2CwBAHyD%3BEAGzD%2CGAfD%2CmCAAmC%2C2BAQlC%3BI9ItVJ%2CiBAAA%3B%3B%3BA8IgWA%3BEACI%2CqBAAA%3BEACA%2CkBAAA%3B%3BAAFJ%2CMAII%3BEACI%2CmBAAA%3BE9IrWR%2CiBAAA%3B%3BA8IgWA%2CMAII%2CGAII%3BEACI%2CO7IvjBQ%2C4B6IujBR%3B%3BAAMZ%3BAACA%2CqBAAsB%3BEAClB%2Ca7I7kBqB%2CiC6I6kBrB%3BEACA%2CO7I%5C%2FjBe%2C2B6I%2BjBf%3BEACA%2CmBAAA%3B%3BAAMA%2CMAAC%2CQAEG%2CeACI%3BAAFR%2CMAAC%2COACG%2CeACI%3BAAHR%2CMAAC%2CQAEG%2Ce1IphBR%2CMAAK%2CcAiED%2CiBAGM%3BA0I%2BcN%2CMAAC%2COACG%2Ce1IphBR%2CMAAK%2CcAiED%2CiBAGM%3BEC4BV%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2C4BAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3BELgDA%2CgBAAA%3B%3BAK7CA%2CMyIsaK%2CQAEG%2CeACI%2COzIzaX%3BAAAD%2CMyIuaK%2COACG%2CeACI%2COzIzaX%3BAACD%2CMyIqaK%2CQAEG%2CeACI%2COzIxaX%3BAAAD%2CMyIsaK%2COACG%2CeACI%2COzIxaX%3BAADD%2CMyIsaK%2CQAEG%2Ce1IphBR%2CMAAK%2CcAiED%2CiBAGM%2CUCwCT%3BAAAD%2CMyIuaK%2COACG%2Ce1IphBR%2CMAAK%2CcAiED%2CiBAGM%2CUCwCT%3BAACD%2CMyIqaK%2CQAEG%2Ce1IphBR%2CMAAK%2CcAiED%2CiBAGM%2CUCyCT%3BAAAD%2CMyIsaK%2COACG%2Ce1IphBR%2CMAAK%2CcAiED%2CiBAGM%2CUCyCT%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CMyIgaK%2CQAEG%2CeACI%2COzInaX%3BAAAD%2CMyIiaK%2COACG%2CeACI%2COzInaX%3BAAAD%2CMyIgaK%2CQAEG%2Ce1IphBR%2CMAAK%2CcAiED%2CiBAGM%2CUC8CT%3BAAAD%2CMyIiaK%2COACG%2Ce1IphBR%2CMAAK%2CcAiED%2CiBAGM%2CUC8CT%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CMyI2ZK%2CQAEG%2CeACI%2COzI9ZX%3BAAAD%2CMyI4ZK%2COACG%2CeACI%2COzI9ZX%3BAACD%2CMyI0ZK%2CQAEG%2CeACI%2COzI7ZX%3BAAAD%2CMyI2ZK%2COACG%2CeACI%2COzI7ZX%3BAACD%2CQAAQ%2CUAAW%2COyIyZd%2CQAEG%2CeACI%3BAzI5ZZ%2CQAAQ%2CUAAW%2COyI0Zd%2COACG%2CeACI%3BAzI9ZZ%2CMyI2ZK%2CQAEG%2Ce1IphBR%2CMAAK%2CcAiED%2CiBAGM%2CUCmDT%3BAAAD%2CMyI4ZK%2COACG%2Ce1IphBR%2CMAAK%2CcAiED%2CiBAGM%2CUCmDT%3BAACD%2CMyI0ZK%2CQAEG%2Ce1IphBR%2CMAAK%2CcAiED%2CiBAGM%2CUCoDT%3BAAAD%2CMyI2ZK%2COACG%2Ce1IphBR%2CMAAK%2CcAiED%2CiBAGM%2CUCoDT%3BAACD%2CQAAQ%2CUAAW%2COyIyZd%2CQAEG%2Ce1IphBR%2CMAAK%2CcAiED%2CiBAGM%3BACqDV%2CQAAQ%2CUAAW%2COyI0Zd%2COACG%2Ce1IphBR%2CMAAK%2CcAiED%2CiBAGM%3BECsDN%2CoBAAA%3BEL%2BBJ%2CYAAA%3B%3BA8IoYA%3BEACI%2CeAAA%3B%3BAADJ%2CsBAGI%3BE9IvYJ%2CgBAAA%3B%3BA8I4YA%2CgBACI%2CMAAK%3BEACD%2CeAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3BEACA%2CYAAA%3BE9IlaV%2CmB8ImasB%2CgB9InatB%3BEACK%2CgB8IkaiB%2CgB9IlajB%3BEACC%2Ce8IiagB%2CgB9IjahB%3BEAcJ%2CW8ImZoB%2CgB9InZpB%3BEAhBF%2C0DAAA%3BEACK%2CuDAAA%3BEACC%2CsDAAA%3BEAcJ%2CkDAAA%3BE8IwZQ%2CqCAAA%3BEACA%2C6BAAA%3B%3BAAbR%2CgBACI%2CMAAK%2CSAcD%3BEACI%2CqBAAA%3B%3BAAMZ%2CIAEI%2CcAGI%3BAALR%2CIAGI%2CaAEI%3BAALR%2CIAII%2CaACI%3BE9IvaR%2CgBAAA%3BE8IyaY%2CgBAAA%3B%3BAAPZ%2CIAEI%2CcAQI%3BAAVR%2CIAGI%2CaAOI%3BAAVR%2CIAII%2CaAMI%3BEACI%2CiBAAA%3BEACA%2CkBAAA%3B%3BAAQJ%2CKADJ%2CcACK%3BEACG%2CyDAAA%3BEACA%2C2BAAA%3B%3BAAGJ%2CKANJ%2CcAMK%3BEACG%2C4BAAA%3B%3BAAGJ%2CKAVJ%2CcAUK%3BEACG%2CgCAAA%3B%3BAAGJ%2CKAdJ%2CcAcK%3BEACG%2C4BAAA%3B%3BAAkCZ%3BE9IteA%2CmBAAA%3BE8IweI%2CqBAAA%3BEACA%2CkBAAA%3B%3BAAHJ%2CYAII%3BEACI%2CYAAA%3BEACA%2CeAAA%3BE9I5eR%2CWCrOgB%2CwBDqOhB%3BE8I8eQ%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAaR%3BEACI%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3B%3BAAEJ%2CkBACI%3BEACI%2CUAAA%3B%3BAAGR%2CoCACI%3BEACI%2CaAAA%3B%3BAAFR%2CoCAKI%3BEACI%2CqBAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CoBAAA%3BEACA%2CuBAAA%3BEACA%2CuCAAA%3B%3BAAEA%2CoCARJ%2CUAQK%3BEACG%2CeAAA%3B%3BAAGJ%2CoCAZJ%2CUAYK%3BEACG%2CgBAAA%3BEACA%2CeAAA%3B%3BAAnBZ%2CoCAKI%2CUAiBI%2CkBACI%2CkBAAiB%2COAAO%3BEACpB%2CcAAA%3BEACA%2CmBAAA%3B%3BAAzBhB%2CoCAKI%2CUAiBI%2CkBACI%2CkBAAiB%2COAAO%2COAIpB%3BEACI%2CcAAA%3BEACA%2C0BAAA%3B%3BAAGJ%2CoCA3BZ%2CUAiBI%2CkBACI%2CkBAAiB%2COAAO%2COASnB%3BEACG%2CsBAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3B%3BAAnCpB%2CoCAKI%2CUAiBI%2CkBACI%2CkBAAiB%2COAAO%2COAepB%3BAACA%2CoCAlCZ%2CUAiBI%2CkBACI%2CkBAAiB%2COAAO%2COAgBnB%3BExB3yBjB%2C4BAAA%3BEtH6OF%2CiCAAA%3BEACK%2C8BAAA%3BEACC%2C6BAAA%3BEAcJ%2CyBAAA%3BEAhBF%2CoCAAA%3BEACK%2CiCAAA%3BEACC%2CgCAAA%3BEAcJ%2C4BAAA%3B%3BA8IugBA%2CoCAKI%2CUAiBI%2CkBA8BI%2CUAAS%3BEACL%2CyBAAA%3BEACA%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CcAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CKAAK%2CiBAAL%3BEACA%2CQAAA%3BEACA%2CeAAA%3BE9IplBlB%2CiCAAA%3BEACK%2C8BAAA%3BEACC%2C6BAAA%3BEAcJ%2CyBAAA%3BE8IukBgB%2CgBAAA%3B%3BAACA%2CoCA5DZ%2CUAiBI%2CkBA8BI%2CUAAS%2CkBAaJ%3BAACD%2CoCA7DZ%2CUAiBI%2CkBA8BI%2CUAAS%2CkBAcJ%3BEACG%2CaAAA%3B%3BAAnEpB%2CoCAKI%2CUAiBI%2CkBA8BI%2CUAAS%2CkBAkBL%3BE9I7kBhB%2CiBAAA%3B%3BA8IglBoB%2CoCApEhB%2CUAiBI%2CkBA8BI%2CUAAS%2CkBAkBL%2CGAGK%3BEACG%2CuBAAA%3B%3BAA1ExB%2CoCAKI%2CUAiBI%2CkBA8BI%2CUAAS%2CkBAkBL%2CGAOI%3BEACI%2CoBAAA%3BEACA%2CmBAAA%3B%3BAAEA%2CoCA5EpB%2CUAiBI%2CkBA8BI%2CUAAS%2CkBAkBL%2CGAOI%2CEAIK%2CIAAI%3BE9IxlB7B%2COC5MU%2CkBD4MV%3B%3BA8I%2BlBY%2CoCAnFR%2CUAiBI%2CkBAkEK%2COACG%2CUAAS%3BEACL%2CUAAA%3BEACA%2CmBAAA%3BEACA%2CKAAK%2CiBAAL%3B%3BAAOpB%2CiBAGI%3BEACI%2CsBAAA%3B%3BAAJR%2CiBAOI%3BE9IjnBJ%2CgBAAA%3BEAAA%2CmBAAA%3B%3BA8IunBI%2CiBAAC%2CIAAI%2CSACD%3BEACI%2CaAAA%3B%3BAAFR%2CiBAAC%2CIAAI%2CSAKD%2CeAAc%3BEACV%2CaAAA%3B%3BAAnBZ%2CiBAwBI%3BEACI%2CoBAAA%3BEACA%2CmBAAA%3B%3BAA1BR%2CiBAwBI%2CgBAII%3BEACI%2CaAAA%3B%3BAA7BZ%2CiBAiCI%3BEACI%2CeAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3BE9I9pBV%2CmB8I%2BpBsB%2Ca9I%5C%2FpBtB%3BEACK%2CgB8I8pBiB%2Ca9I9pBjB%3BEACC%2Ce8I6pBgB%2Ca9I7pBhB%3BEAcJ%2CW8I%2BoBoB%2Ca9I%5C%2FoBpB%3B%3BA8IopBQ%2CiBADJ%2CQACK%3BE9IppBT%2CSAAA%3BEAAA%2CUAAA%3BED1KA%2CqBAAA%3BEgElHH%2CoBAAA%3B%3BEACC%2CiBAAA%3B%3BEACA%2CoBAAA%3B%3BEACA%2CqBAAA%3B%3BEACA%2CaAAA%3BEACA%2CeAAA%3BE%2BE86Bc%2CiBAAA%3B%3BAAHJ%2CiBADJ%2CQACK%2CMAKG%2COAAM%3BAALV%2CiBADJ%2CQACK%2CMAMG%2CkBAAkB%3BEACd%2CaAAA%3B%3BAAPR%2CiBADJ%2CQACK%2CMAUG%3BEACI%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3B%3BAAEA%2CiBAhBZ%2CQACK%2CMAUG%2CGAKK%2CIAAI%3BEACD%2CmBAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2CiBArBZ%2CQACK%2CMAUG%2CGAUK%3BEACG%2CeAAA%3B%3BAAOJ%2CiBA7BZ%2CQACK%2CMAUG%2CGAkBK%2CQACG%3BEACI%2CcAAA%3B%3BAAIR%2CiBAnCZ%2CQACK%2CMAUG%2CGAwBK%2CIAAI%2CQACD%3BE9IvrBpB%2COC9LU%2CkBD8LV%3B%3BA8I4rBgB%2CiBAzCZ%2CQACK%2CMAUG%2CGA8BK%2CiBAAkB%2CeAGf%2CQAAO%3BAAFX%2CiBA1CZ%2CQACK%2CMAUG%2CGA%2BBK%2CmBAEG%2CQAAO%3BAAHX%2CiBAzCZ%2CQACK%2CMAUG%2CGA8BK%2CiBAAkB%2CeAIf%2CEAAC%3BAAHL%2CiBA1CZ%2CQACK%2CMAUG%2CGA%2BBK%2CmBAGG%2CEAAC%3BEACG%2CYAAA%3B%3BAAEA%2CiBAhDpB%2CQACK%2CMAUG%2CGA8BK%2CiBAAkB%2CeAGf%2CQAAO%2COAIF%3BAAAD%2CiBAhDpB%2CQACK%2CMAUG%2CGA%2BBK%2CmBAEG%2CQAAO%2COAIF%3BAAAD%2CiBAhDpB%2CQACK%2CMAUG%2CGA8BK%2CiBAAkB%2CeAIf%2CEAAC%2CeAGI%3BAAAD%2CiBAhDpB%2CQACK%2CMAUG%2CGA%2BBK%2CmBAGG%2CEAAC%2CeAGI%3BE9InsBzB%2CSC0IkB%2COD1IlB%3BEAAA%2CaCyIsB%2CYDzItB%3BEAAA%2CiBAAA%3BEO5NA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CmCAAA%3BEuIg6B4B%2CwBAAA%3BEACA%2CkBAAA%3BEACA%2CO7Il4BX%2CyB6Ik4BW%3BExBr8B5B%2C4BAAA%3BEtH6OF%2CiCAAA%3BEACK%2C8BAAA%3BEACC%2C6BAAA%3BEAcJ%2CyBAAA%3BEAhBF%2CoCAAA%3BEACK%2CiCAAA%3BEACC%2CgCAAA%3BEAcJ%2C4BAAA%3B%3BA8I4sB4B%2CiBAzDxB%2CQACK%2CMAUG%2CGA8BK%2CiBAAkB%2CeAGf%2CQAAO%2COAYF%2CMACI%3BAAAD%2CiBAzDxB%2CQACK%2CMAUG%2CGA%2BBK%2CmBAEG%2CQAAO%2COAYF%2CMACI%3BAAAD%2CiBAzDxB%2CQACK%2CMAUG%2CGA8BK%2CiBAAkB%2CeAIf%2CEAAC%2CeAWI%2CMACI%3BAAAD%2CiBAzDxB%2CQACK%2CMAUG%2CGA%2BBK%2CmBAGG%2CEAAC%2CeAWI%2CMACI%3BEACG%2CO7I35BZ%2C4B6I25BY%3B%3BAAMhB%2CiBAhEZ%2CQACK%2CMAUG%2CGAqDK%3BEACG%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAGI%2CiBAxEpB%2CQACK%2CMAUG%2CGAqDK%2CmBAOG%2CEAAC%2CgBACI%3BEACG%2CaAAA%3B%3BAAOpB%2CiBAhFJ%2CQAgFK%2CgBAGG%2CkBAAkB%2CQAAO%2CSAAU%2CSAAQ%3BAAH%5C%2FC%2CiBAhFJ%2CQAgFK%2CgBAIG%2CGAAG%2CSAAQ%3BEACP%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3BE9I1uBhB%2CaAAA%3BEAAA%2CiBAAA%3BEAAA%2CeAAA%3BEAAA%2CcAAA%3BEAAA%2CWAAA%3BE8IgvBgB%2CsBAAA%3BEACA%2CoBAAA%3BEACA%2CkBAAA%3BE%5C%2FEvzBhB%2CmBAAA%3BEACA%2CuBAAA%3BE%2BEwzBgB%2CcAAA%3BEACA%2CaAAA%3B%3BAAEA%2CiBApGZ%2CQAgFK%2CgBAGG%2CkBAAkB%2CQAAO%2CSAAU%2CSAAQ%2CIAiBtC%3BAAAD%2CiBApGZ%2CQAgFK%2CgBAIG%2CGAAG%2CSAAQ%2CIAgBN%3BEACG%2CoBAAA%3B%3BAAQR%2CwBALyD%3BEAKzD%2CiBA7GR%2CQAgFK%2CgBAGG%2CkBAAkB%2CQAAO%2CSAAU%2CSAAQ%3BEA0B3C%2CiBA7GR%2CQAgFK%2CgBAIG%2CGAAG%2CSAAQ%3BIAqBH%2CiBAAA%3BIACA%2CgBAAA%3BIACA%2CcAAA%3B%3B%3BAApJpB%2CiBA0JI%3BAA1JJ%2CiBA2JI%3BEACI%2CyBAAA%3B%3BAA5JR%2CiBA0JI%2CSAII%3BAA9JR%2CiBA2JI%2CSAGI%3BEACI%2CcAAA%3BEACA%2CoBAAA%3BE9I1wBZ%2COC1LiB%2CyBD0LjB%3B%3BA8I0mBA%2CiBA0JI%2CSAII%2CMAKK%3BAAnKb%2CiBA2JI%2CSAGI%2CMAKK%3BEACG%2CoBAAA%3BEACA%2CsBAAA%3B%3BAArKhB%2CiBA0JI%2CSAeI%3BAAzKR%2CiBA2JI%2CSAcI%3BEACI%2CgBAAA%3B%3BAA1KZ%2CiBA0JI%2CSAmBI%3BAA7KR%2CiBA2JI%2CSAkBI%3BEACI%2CSAAA%3B%3BAAIR%2CiBAAC%2COACG%3BEACI%2CUAAA%3B%3BAAFR%2CiBAAC%2COAIG%2CcAAgB%2CgBACZ%3BEACI%2CmBAAA%3B%3BAANZ%2CiBAAC%2COAUG%3BAAVJ%2CiBAAC%2COAWG%3BEACI%2CoBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3B%3BAAdR%2CiBAAC%2COAiBG%3BAACA%2CiBAlBH%2COAkBI%3BE9I9yBT%2CkBCxLe%2CuBDwLf%3BE8IgzBY%2CeAAA%3BEACA%2CMAAA%3BEACA%2COAAA%3BEACA%2CQAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BE9Ir0Bd%2CgDAAA%3BEACK%2C6CAAA%3BEACC%2C4CAAA%3BEAcJ%2CwCAAA%3B%3BA8IyzBY%2CiBA7BP%2COAiBG%2CeAYK%2CeAEG%3BAAFJ%2CiBA7BP%2COAkBI%2CcAWI%2CeAEG%3BAAFJ%2CiBA7BP%2COAiBG%2CeAYK%2CeAGG%3BAAHJ%2CiBA7BP%2COAkBI%2CcAWI%2CeAGG%3BEACI%2COAAA%3B%3BAAJR%2CiBA7BP%2COAiBG%2CeAYK%2CeAEG%2CaAII%3BAANR%2CiBA7BP%2COAkBI%2CcAWI%2CeAEG%2CaAII%3BAANR%2CiBA7BP%2COAiBG%2CeAYK%2CeAGG%2CeAGI%3BAANR%2CiBA7BP%2COAkBI%2CcAWI%2CeAGG%2CeAGI%3BEACI%2CyBAAA%3B%3BAAPZ%2CiBA7BP%2COAiBG%2CeAYK%2CeAWG%3BAAXJ%2CiBA7BP%2COAkBI%2CcAWI%2CeAWG%3BEACI%2COAAA%3BEACA%2CuBAAA%3B%3BAAbR%2CiBA7BP%2COAiBG%2CeAYK%2CeAgBG%3BAAhBJ%2CiBA7BP%2COAkBI%2CcAWI%2CeAgBG%3BE9Iz0BhB%2CgBAAA%3BEAAA%2CmBAAA%3B%3BA8I62BQ%2CwBA7B%2BC%3BEAC3C%2CiBArDP%2COAqDQ%2CcACG%3BIACI%2CgBAAA%3B%3BEAFR%2CiBArDP%2COAqDQ%2CcAKG%2CcAAa%3BIACT%2CcAAA%3BIACA%2CYAAA%3BIACA%2CkBAAA%3BIACA%2CSAAA%3BIACA%2CQAAA%3BI9I32BtB%2CmB8I42BmC%2CqB9I52BnC%3BIACK%2CgB8I22B8B%2CqB9I32B9B%3BIACC%2Ce8I02B6B%2CqB9I12B7B%3BIAcJ%2CW8I41BiC%2CqB9I51BjC%3B%3BE8Ii1BY%2CiBArDP%2COAqDQ%2CcAKG%2CcAAa%2CUAST%2CYACK%3BIAEG%2CoBAAA%3BIACA%2CqBAAA%3BIACA%2C4BAAA%3BIACA%2CgBAAA%3BIACA%2CuBAAA%3B%3B%3BAA1ExB%2CiBAAC%2COAiFG%2CgBACI%2CkBACI%2CmBACI%3BEACI%2CaAAA%3B%3BAArFpB%2CiBAAC%2COA0FG%3BEACI%2CyBAAA%3B%3BAA3FR%2CiBAAC%2COA0FG%2CeAGI%3BEACI%2CcAAA%3B%3BAA9FZ%2CiBAAC%2COA0FG%2CeAOI%2CwBACK%3BEACG%2CgBAAA%3B%3BAAII%2CiBAvGnB%2COA0FG%2CeAOI%2CwBACK%2CKAGI%2CIAEI%3BAAAD%2CiBAvGnB%2COA0FG%2CeAOI%2CwBACK%2CKAIG%2CkBAAkB%2CIACb%3BE9In4BzB%2CiBAAA%3BE8Iq4B4B%2CO7I1jCQ%2CoC6I0jCR%3B%3BAAIR%2CiBA7Gf%2COA0FG%2CeAOI%2CwBACK%2CKAWI%3BEACG%2CeAAA%3B%3BAA9GpB%2CiBAAC%2COA0FG%2CeAyBI%2CkBAAkB%2CQAAO%2CSAErB%2CSAAQ%3BAArHpB%2CiBAAC%2COA0FG%2CeA0BI%2CGACI%2CSAAQ%3BEACJ%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3B%3BAAzHhB%2CiBAAC%2COA8HG%3BEACI%2CwBAAA%3B%3BAAIZ%3BEACI%2CaAAA%3B%3BAAII%2CIAFJ%2CIAAI%2CeACJ%2CkBACK%2CiBACG%3BAACA%2CIAJR%2CIAAI%2CeACJ%2CkBACK%2CiBAEI%3BEACG%2C4BAAA%3BEACA%2CsBAAA%3BEACA%2C4BAAA%3B%3BAAOhB%3BE9Ih7BA%2CkBC%5C%2FLO%2CeD%2BLP%3BEAAA%2COC9LU%2CkBD8LV%3BEAAA%2CWC7LU%2CkBD6LV%3BE8Io7BI%2CcAAA%3B%3BAACA%2COAAC%3BEACG%2CkDAAA%3B%3BAAKQ%2COAHZ%2C4BACI%2C4BACI%2CEACK%2CIAAI%3BE9I37BrB%2COC9LU%2CkBD8LV%3B%3BA8Ig7BA%2COAiBI%3BEACG%2CcAAA%3B%3BAAlBP%2COAiBI%2CiBAGI%2C0BAAyB%3BEACrB%2CyBAAA%3BEACA%2C0BAAA%3B%3BAAtBZ%2COAiBI%2CiBAGI%2C0BAAyB%2C6BAIrB%3BEACI%2CcAAA%3BEACA%2CeAAA%3B%3BAAMR%2COADJ%2CEACK%2CIAAI%3BE9Ih9Bb%2COC9LU%2CkBD8LV%3B%3BA8Ig7BA%2COAyCI%2CQAAQ%3BAAzCZ%2COA0CI%2CQAAO%2COAAO%3BE9I19BlB%2COC9LU%2CkBD8LV%3B%3BA8Ig7BA%2COAkDI%3BAAlDJ%2COAmDI%3BEACI%2CgBAAA%3B%3BAApDR%2COAuDI%2CGAAE%3BEACE%2CSAAA%3BEACA%2CUAAA%3B%3BAAzDR%2COAuDI%2CGAAE%2CYAIE%3BEACI%2CoBAAA%3B%3BAA5DZ%2COAuDI%2CGAAE%2CYAIE%2CGAGI%3BEACI%2CcAAA%3B%3BAA%5C%2FDhB%2COAuDI%2CGAAE%2CYAYE%3BEACI%2CwBAAA%3B%3BAAMZ%2CeACI%3BE9I3%5C%2FBJ%2CSAAA%3BEAAA%2CUAAA%3BED1KA%2CqBAAA%3B%3BA%2BIoqCA%2CeAKI%2COAAM%3BE9I%5C%2F%5C%2FBV%2CmBAAA%3BEAAA%2CoBAAA%3B%3BA8IogCI%2CeAAC%2CYACG%2CwBACK%2CKAAE%2CIAAI%3BEACH%2CYAAA%3B%3BAAbhB%2CeAkBI%3BEACI%2CaAAA%3B%3BAAIR%2CuBAEK%3BE9InhCL%2CmBAAA%3BEAAA%2CoBAAA%3BE8IshCQ%2CgBAAA%3BEACA%2CcAAA%3B%3BAANR%2CuBAEK%2CKAUG%3BEACI%2CkBAAA%3BEACA%2CcAAA%3B%3BAAEA%2CuBAdP%2CKAUG%2CEAIK%3BExB9xCb%2C4BAAA%3BEtH6OF%2CiCAAA%3BEACK%2C8BAAA%3BEACC%2C6BAAA%3BEAcJ%2CyBAAA%3BEAhBF%2CoCAAA%3BEACK%2CiCAAA%3BEACC%2CgCAAA%3BEAcJ%2C4BAAA%3B%3BA8IyiCY%2CuBAtBP%2CKAmBI%2CIAGI%3BAAAD%2CuBAtBP%2CKAoBG%2CkBAAkB%2CIAEb%3BAAAD%2CuBAtBP%2CKAqBG%2CkBAAkB%2CIAAC%2COACd%3BEACG%2CO7IpuCC%2CyB6IouCD%3B%3BAAIA%2CuBA3BX%2CKAmBI%2CIAOI%2CMACI%3BAAAD%2CuBA3BX%2CKAoBG%2CkBAAkB%2CIAMb%2CMACI%3BAAAD%2CuBA3BX%2CKAqBG%2CkBAAkB%2CIAAC%2COAKd%2CMACI%3BEACG%2CO7I7vCA%2C4B6I6vCA%3B%3BAAOJ%2CuBAnCX%2CKAiCI%2CSACG%2CEACK%3BE9ItjCjB%2CSC2ImB%2COD3InB%3BEAAA%2CaCyIsB%2CYDzItB%3BEAAA%2CiBAAA%3BEO5NA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CmCAAA%3B%3BAuI2uCA%2CuBAEK%2CKAyCG%3BEACI%2CcAAA%3B%3BAAGI%2CuBA7CX%2CKAyCG%2CkBAGI%2CQAAO%2CSACF%3BE9IhkCjB%2CSC4IoB%2COD5IpB%3BEAAA%2CaCyIsB%2CYDzItB%3BEAAA%2CiBAAA%3BEO5NA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CmCAAA%3B%3BAuI2uCA%2CuBAsDI%2CkBACI%2CGACI%2CSAAQ%3BEACJ%2CaAAA%3B%3BAAQhB%3BEACI%2CmBAAA%3B%3BAADJ%2CmBAEI%3BEACI%2CkBAAA%3BEACA%2CgBAAA%3B%3BAAJR%2CmBAEI%2CcAGI%3BEACI%2CkBAAA%3BEACA%2COAAA%3BEACA%2CQAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3B%3BAAZZ%2CmBAEI%2CcAGI%2CeAQI%3BEACI%2CcAAA%3BEACA%2Ca7I5zCS%2CiC6I4zCT%3BEACA%2CO7I%5C%2FyCG%2C2B6I%2ByCH%3BEACA%2C0BAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BE9ItnClB%2CkDAAA%3BEACK%2C%2BCAAA%3BEACC%2C8CAAA%3BEAcJ%2C0CAAA%3B%3BA8I6mCA%2CeACI%3BEACI%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CiDAAA%3BEACA%2C%2BCAAA%3BEACA%2CmBAAA%3B%3BAANR%2CeAQI%2CcAGI%3BAAXR%2CeASI%2CcAEI%3BAAXR%2CeAUI%2CcACI%3BEACI%2CcAAA%3BEACA%2CgBAAA%3B%3BAAbZ%2CeAgBI%3BEACI%2CWAAA%3BEACA%2CWAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CuCAAA%3BEACA%2CkBAAA%3B%3BAAvBR%2CeAgBI%2CYAQM%3BEACE%2CyBAAA%3BEACA%2CQAAA%3BEACA%2CkBAAA%3BEACA%2CkCAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3B%3BAACA%2CeAhBR%2CYAQM%2COAQG%3BEACG%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CQAAA%3BEACA%2CSAAS%2COAAT%3BEACA%2CaAAa%2CmBAAb%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CuCAAA%3BEACA%2CuCAAA%3B%3BAA9ChB%2CeAgBI%2CYAiCM%3BAAjDV%2CeAgBI%2CYAkCM%2COAAI%3BEACF%2CsCAAA%3BEACA%2C2CAAA%3BEACA%2C8CAAA%3BEACA%2C0CAAA%3BEACA%2CyCAAA%3BEACA%2C0BAAA%3BEACA%2CkBAAkB%2CuQAAlB%3BEACA%2CkBAAkB%2CiDAA8C%2CyCAAmC%2C2CAAqC%2CyCAAoC%2CyCAAoC%2C2CAAqC%2C2CAAqC%2CyCAAoC%2CyCAA9T%3BEACA%2CkBAAkB%2CsQAAlB%3BEACA%2CkBAAkB%2CqQAAlB%3BEACA%2CkBAAkB%2CsQAAlB%3BEACA%2CkBAAkB%2CkQAAlB%3B%3BAAmOZ%3BE9I94CA%2COC1KiB%2CyBD0KjB%3B%3BA8I84CA%2CYAEI%2CQAAO%3BAAFX%2CYAGI%2CoBAAmB%3BAAHvB%2CYAII%2CgBAAe%3BEACX%2CSAAA%3B%3BAALR%2CYAOI%2C4BAA4B%2C4BAA4B%2CEAAC%2CIAAI%3BAAPjE%2CYAQI%2C%2BBAA%2BB%2CEAAC%2CIAAI%3BAARxC%2CYASI%2CsBAAsB%2CEAAC%2CIAAI%3BE9Iv5C%5C%2FB%2COC1KiB%2CyBD0KjB%3B%3BA8I84CA%2CYAYI%3BE9I15CJ%2CkBC3KuB%2C%2BBD2KvB%3B%3BA8I%2B5CA%3BEACI%2CeAAA%3BEACA%2CaAAA%3BEACA%2CWAAA%3BEACA%2CaAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3BEACA%2CWAAA%3BE9I17CN%2CmB8I27CmB%2CQ9I37CnB%3BEACK%2CgB8I07Cc%2CQ9I17Cd%3BEACC%2Ce8Iy7Ca%2CQ9Iz7Cb%3BEAcJ%2CW8I26CiB%2CQ9I36CjB%3BEAhBF%2CgDAAA%3BEACK%2C6CAAA%3BEACC%2C4CAAA%3BEAcJ%2CwCAAA%3BEsH7PA%2C4BAAA%3BEtH6OF%2CiCAAA%3BEACK%2C8BAAA%3BEACC%2C6BAAA%3BEAcJ%2CyBAAA%3BEAhBF%2CoCAAA%3BEACK%2CiCAAA%3BEACC%2CgCAAA%3BEAcJ%2C4BAAA%3BE8Ig7CI%2CeAAA%3BEACA%2CUAAA%3BEACA%2CoBAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3B%3BAAEA%2CSAAC%3BE9It8CP%2CmB8Iu8CuB%2CQ9Iv8CvB%3BEACK%2CgB8Is8CkB%2CQ9It8ClB%3BEACC%2Ce8Iq8CiB%2CQ9Ir8CjB%3BEAcJ%2CW8Iu7CqB%2CQ9Iv7CrB%3B%3BA8I27CI%2CSAAC%3BEACG%2CaAAA%3B%3BAAQR%2CwBALyD%3BEACjD%2CSAAC%3BIACG%2CaAAA%3B%3B%3BAAMZ%2CMACI%3BEACI%2CeAAA%3BEACA%2COAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3B%3BAAIR%2CeACI%3BEACI%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CsBAAA%3BEACA%2C6BAAA%3BEACA%2CUAAA%3B%3BAANR%2CeACI%2CoBAOI%3BEACI%2CgBAAA%3BEACA%2COAAA%3B%3BAAVZ%2CeACI%2CoBAOI%2CGAII%3BAAZZ%2CeACI%2CoBAOI%2CGAk6EX%2CCA95EiB%3BEACE%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3B%3BAAlBhB%2CeACI%2CoBAOI%2CGAII%2CEAQI%3BAApBhB%2CeACI%2CoBAOI%2CGAk6EX%2CCA95EiB%2CiBAQE%3BEACI%2CcAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CeA1BZ%2CoBAOI%2CGAII%2CEAeK%2CIAAI%3BAAAL%2CeA1BZ%2CoBAOI%2CGAk6EX%2CCA95EiB%2CiBAeG%2CIAAI%3BE9I5%2BCrB%2CWAAA%3B%3BA8Ii9CA%2CeACI%2CoBAOI%2CGAII%2CEAmBI%3BAA%5C%2FBhB%2CeACI%2CoBAOI%2CGAk6EX%2CCA95EiB%2CiBAmBE%3BEACI%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3B%3BAAEA%2CeAnChB%2CoBAOI%2CGAII%2CEAmBI%2CYAKK%3BAAAD%2CeAnChB%2CoBAOI%2CGAk6EX%2CCA95EiB%2CiBAmBE%2CYAKK%3BEACG%2CaAAA%3B%3BAArCxB%2CeACI%2CoBAOI%2CGAII%2CEAmBI%2CYASI%3BAAxCpB%2CeACI%2CoBAOI%2CGAk6EX%2CCA95EiB%2CiBAmBE%2CYASI%3BEACI%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3B%3BAA3CxB%2CeAiDI%2CaAAa%3BEACT%2CkBAAA%3B%3BAAlDR%2CeAiDI%2CaAAa%2CkBAIT%3BEACI%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CUAAA%3BEACA%2CSAAA%3BEACA%2CYAAA%3BE9I3gDZ%2CaAAA%3BEAAA%2CiBAAA%3BEAAA%2CeAAA%3BEAAA%2CcAAA%3BEAAA%2CWAAA%3BE8IihDY%2CsBAAA%3BEACA%2CoBAAA%3BEACA%2CkBAAA%3BE%5C%2FExlDZ%2CmBAAA%3BEACA%2CuBAAA%3BE%2BEylDY%2CcAAA%3B%3BAAKZ%2CSACI%3BEACI%2CkBAAA%3BEACA%2CUAAA%3B%3BAAoDR%3BEACI%2CkBAAA%3B%3BAADJ%2CQAGI%2COACI%2CYACI%3BE9Il2DZ%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA8Ii2DI%2CQAAC%2CaACG%3BEACI%2CaAAA%3B%3BAAiDZ%2CmBACI%2CgBACI%2CcACI%3BEACI%2C0BAAA%3B%3BAAJhB%2CmBACI%2CgBACI%2CcAKI%2CmBAEK%3BAATjB%2CmBACI%2CgBACI%2CcAMI%2CSAAQ%2CKACH%3BEACG%2Ca7Ix3DV%2CkB6Iw3DU%3B%3BAAVpB%2CmBACI%2CgBACI%2CcAYI%3BEACI%2CaAAA%3B%3BAAOhB%2CQACI%3BEACI%2CaAAA%3B%3BAAeR%2CMACI%3BEACI%2CoBAAA%3B%3BAAFR%2CMACI%2COAGI%3BEACI%2CkBAAA%3BEACA%2CsBAAA%3B%3BAANZ%2CMACI%2COAGI%2CMAII%3BAARZ%2CMACI%2COAGI%2CMAKI%3BEACI%2CUAAA%3BEACA%2CaAAA%3BEACA%2CcAAA%3BE9IlsDhB%2CgBAAA%3BE8IosDgB%2CSAAA%3BEACA%2CoBAAA%3BEACA%2CmBAAA%3BE9ItsDhB%2C2BAAA%3BEsH7PA%2C4BAAA%3BEtH6OF%2CiCAAA%3BEACK%2C8BAAA%3BEACC%2C6BAAA%3BEAcJ%2CyBAAA%3BEAhBF%2CoCAAA%3BEACK%2CiCAAA%3BEACC%2CgCAAA%3BEAcJ%2C4BAAA%3B%3BA8I0sDgB%2CMAnBZ%2COAGI%2CMAII%2CEAYK%3BAAAD%2CMAnBZ%2COAGI%2CMAKI%2COAWK%3BEACG%2CgBAAA%3B%3BAAOZ%2CMADJ%2CQACK%3BEACG%2CeAAA%3B%3BAAGJ%2CMALJ%2CQAKK%3BEACG%2CcAAA%3B%3BAASZ%2CiBAGI%2CUAAS%3BEACL%2Ca7In8DE%2CkB6Im8DF%3B%3BAAEA%2CiBAHJ%2CUAAS%2CMAGJ%3BEACG%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BE9IxvDd%2C4DAAA%3BEACK%2CyDAAA%3BEACC%2CwDAAA%3BEAcJ%2CoDAAA%3BEAAA%2CsBAAA%3BE8I4uDY%2CaAAA%3BEACA%2CcAAA%3BEACA%2C0BAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3B%3BAAhBZ%2CiBAoBI%3BEACI%2CeAAA%3BEACA%2CkBAAA%3B%3BAAtBR%2CiBAyBI%2CQAAO%3BEzIlzDX%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2C4BAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3BELgDA%2CgBAAA%3B%3BA8I0vDQ%2CiBADJ%2CQAAO%2CMACF%3BEACG%2CaAAA%3B%3BAzIxyDZ%2CiByIsyDI%2CQAAO%2CMzItyDV%3BAACD%2CiByIqyDI%2CQAAO%2CMzIryDV%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CiByIgyDI%2CQAAO%2CMzIhyDV%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CiByI2xDI%2CQAAO%2CMzI3xDV%3BAACD%2CiByI0xDI%2CQAAO%2CMzI1xDV%3BAACD%2CQAAQ%2CUAAW%2CkByIyxDf%2CQAAO%3BEzIxxDP%2CoBAAA%3BEL%2BBJ%2CYAAA%3B%3BA%2BDjKA%2CiB%2BE05DI%2CQAAO%2CM%5C%2FE15DV%3BE%5C%2FDiKD%2CSCYiB%2CODZjB%3BEAAA%2C6BAAA%3BEAAA%2CeAAA%3BEAAA%2CcAAA%3BEAAA%2COC7MmB%2C2BD6MnB%3BEAAA%2CmBAAA%3BEAAA%2CkBAAA%3BEAAA%2CqBAAA%3BE%2BDxJI%2CoBAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3BEACA%2CmCAAA%3BEuDxGJ%2C4BAAA%3BEtH6OF%2CiCAAA%3BEACK%2C8BAAA%3BEACC%2C6BAAA%3BEAcJ%2CyBAAA%3BEAhBF%2CoCAAA%3BEACK%2CiCAAA%3BEACC%2CgCAAA%3BEAcJ%2C4BAAA%3B%3BA%2BDvIJ%2CgBAV2C%3BEACnC%2CiB%2BEy4DA%2CQAAO%2CM%5C%2FEz4DN%3BEACD%2CiB%2BEw4DA%2CQAAO%2CM%5C%2FEx4DN%3BI%5C%2FD%2BIL%2COC7MmB%2C2BD6MnB%3B%3BE%2BD7IQ%2CiB%2BEs4DJ%2CQAAO%2CM%5C%2FEz4DN%2CMAGI%3BEAAD%2CiB%2BEs4DJ%2CQAAO%2CM%5C%2FEx4DN%2COAEI%3BI%5C%2FD6HX%2CmB%2BD5H0B%2Cc%5C%2FD4H1B%3BIACK%2CgB%2BD7HqB%2Cc%5C%2FD6HrB%3BIACC%2Ce%2BD9HoB%2Cc%5C%2FD8HpB%3BIAcJ%2CW%2BD5IwB%2Cc%5C%2FD4IxB%3B%3B%3BA8IguDA%2CiBAiCI%3BEACI%2CkBAAA%3B%3BAAlCR%2CiBAiCI%2CmBAGI%3BAApCR%2CiBAiCI%2CmB1I15DJ%2CMAAK%2CcAiED%2CiBAGM%3BEC5JV%2CsBAAA%3BELiPA%2CYC9MoB%2C4BD8MpB%3BEAAA%2CkBC9MoB%2C4BD8MpB%3BEAAA%2CWAAA%3BEAAA%2CeAAA%3BEAAA%2CqBAAA%3BEAAA%2CoBAAA%3BEAAA%2CaClMkB%2C0BDkMlB%3BEAAA%2CiBAAA%3BEAAA%2CiBAAA%3BEK9NA%2CsBAAA%3BEACA%2CsBAAA%3B%3BAAiBA%2CiByI68DI%2CmBAGI%2COzIh9DP%3BAACD%2CiByI48DI%2CmBAGI%2COzI%5C%2F8DP%3BAADD%2CiByI68DI%2CmB1I15DJ%2CMAAK%2CcAiED%2CiBAGM%2CUCvHT%3BAACD%2CiByI48DI%2CmB1I15DJ%2CMAAK%2CcAiED%2CiBAGM%2CUCtHT%3BEL2MD%2CYC9MoB%2C4BD8MpB%3BEAAA%2CkBC9MoB%2C4BD8MpB%3BEAAA%2CWAAA%3B%3BAK%5C%2FLA%2CiByIg8DI%2CmBAGI%2COzIn8DP%3BAAAD%2CiByIg8DI%2CmB1I15DJ%2CMAAK%2CcAiED%2CiBAGM%2CUC1GT%3BEL%2BLD%2CYC9MoB%2C4BD8MpB%3BEAAA%2CkBC9MoB%2C4BD8MpB%3BEAAA%2CWAAA%3B%3BAKnLA%2CiByIo7DI%2CmBAGI%2COzIv7DP%3BAACD%2CiByIm7DI%2CmBAGI%2COzIt7DP%3BAACD%2CQAAQ%2CUAAW%2CkByIk7Df%2CmBAGI%3BAzIv7DR%2CiByIo7DI%2CmB1I15DJ%2CMAAK%2CcAiED%2CiBAGM%2CUC9FT%3BAACD%2CiByIm7DI%2CmB1I15DJ%2CMAAK%2CcAiED%2CiBAGM%2CUC7FT%3BAACD%2CQAAQ%2CUAAW%2CkByIk7Df%2CmB1I15DJ%2CMAAK%2CcAiED%2CiBAGM%3BEJqFV%2CYAAA%3BEK%5C%2FKI%2CeAAA%3BEACA%2CoBAAA%3B%3BAyI84DJ%2CiBAyCI%3BE9IzxDN%2CkDAAA%3BEACK%2C%2BCAAA%3BEACC%2C8CAAA%3BEAcJ%2C0CAAA%3BE8I4wDQ%2CSAAA%3B%3BAA5CR%2CiBA%2BCI%3BEACI%2CSAAA%3B%3BAAhDR%2CiBA%2BCI%2CwBAEI%3BEACI%2CmBAAA%3B%3BAAlDZ%2CiBA%2BCI%2CwBAEI%2CsBAGI%2CmBACI%3BE9IrxDhB%2COC7MmB%2C2BD6MnB%3B%3BA8IguDA%2CiBA%2BCI%2CwBAEI%2CsBASI%3BE%5C%2FEtjEf%2CoBAAA%3B%3BEACC%2CiBAAA%3B%3BEACA%2CoBAAA%3B%3BEACA%2CqBAAA%3B%3BEACA%2CaAAA%3BEACA%2CeAAA%3BE%2BEmjEkB%2CuBAAA%3BEACA%2C2BAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3B%3BAA%5C%2FDhB%2CiBA%2BCI%2CwBAEI%2CsBASI%2CsBAMI%3BEACI%2CSAAA%3B%3BAAjEpB%2CiBA%2BCI%2CwBAEI%2CsBASI%2CsBAUI%3BEACI%2CaAAA%3BE9IryDpB%2CqBAAA%3BEyB9QA%2CqBAAA%3B%3BAqH8%2BDA%2CiBA%2BCI%2CwBAEI%2CsBASI%2CsBAUI%2CKrHhzDd%3BEzBhQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAyBHA%2CiBqHuhEI%2CwBAEI%2CsBASI%2CsBAUI%2CKrH5iEf%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BEzB9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2COC7MmB%2C2BD6MnB%3BEAAA%2CS0B1OU%2CO1B0OV%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CsBAAA%3BEyBqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAqHmuDoB%2CiBA7BhB%2CwBAEI%2CsBASI%2CsBAUI%2CKAQK%3BEACG%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAEJ%2CiBAjChB%2CwBAEI%2CsBASI%2CsBAUI%2CKAYK%3BEACG%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3BEACA%2CiBAAA%3BEACA%2CyBAAA%3BEACA%2CmBAAA%3B%3BAANJ%2CiBAjChB%2CwBAEI%2CsBASI%2CsBAUI%2CKAYK%2CQAOG%3BAAPJ%2CiBAjChB%2CwBAEI%2CsBASI%2CsBAUI%2CKAYK%2CQAQG%3BEACI%2CO7IrgElB%2CkB6IqgEkB%3BE9IzzD5B%2CeAAA%3B%3BA8IguDA%2CiBA%2BCI%2CwBAEI%2CsBASI%2CsBAUI%2CKAyBI%3BEACI%2CaAAA%3B%3BAA9FxB%2CiBA%2BCI%2CwBAEI%2CsBASI%2CsBAUI%2CKA6BI%3BEACI%2CsBAAA%3BEzI33DxB%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2C4BAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3BELgDA%2CgBAAA%3BE8Io0DwB%2CO7IhhEd%2CkB6IghEc%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3BEACA%2CMAAA%3BE9Ix1D1B%2CmB8Iy1DsC%2CgB9Iz1DtC%3BEACK%2CgB8Iw1DiC%2CgB9Ix1DjC%3BEACC%2Ce8Iu1DgC%2CgB9Iv1DhC%3BEAcJ%2CW8Iy0DoC%2CgB9Iz0DpC%3B%3BAK7CA%2CiByI4zDI%2CwBAEI%2CsBASI%2CsBAUI%2CKA6BI%2CkBzI92DnB%3BAACD%2CiByI2zDI%2CwBAEI%2CsBASI%2CsBAUI%2CKA6BI%2CkBzI72DnB%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CiByIszDI%2CwBAEI%2CsBASI%2CsBAUI%2CKA6BI%2CkBzIx2DnB%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CiByIizDI%2CwBAEI%2CsBASI%2CsBAUI%2CKA6BI%2CkBzIn2DnB%3BAACD%2CiByIgzDI%2CwBAEI%2CsBASI%2CsBAUI%2CKA6BI%2CkBzIl2DnB%3BAACD%2CQAAQ%2CUAAW%2CkByI%2ByDf%2CwBAEI%2CsBASI%2CsBAUI%2CKA6BI%3BEzIh2DhB%2CoBAAA%3BEL%2BBJ%2CYAAA%3B%3BA8I20DwB%2CiBA5DpB%2CwBAEI%2CsBASI%2CsBAUI%2CKA6BI%2CkBAUK%3BAACD%2CiBA7DpB%2CwBAEI%2CsBASI%2CsBAUI%2CKA6BI%2CkBAWK%3BEACG%2CO7I3hER%2C4B6I2hEQ%3B%3BAA7G5B%2CiBA%2BCI%2CwBAEI%2CsBASI%2CsBAUI%2CKA6CI%3BEACI%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3B%3BAArHxB%2CiBA%2BCI%2CwBAEI%2CsBAyEI%3BEACI%2C6BAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3BE%5C%2FE1nEnB%2CoBAAA%3B%3BEACC%2CiBAAA%3B%3BEACA%2CoBAAA%3B%3BEACA%2CqBAAA%3B%3BEACA%2CaAAA%3BEACA%2CeAAA%3BE%2BEunEkB%2C8BAAA%3BEACA%2CyBAAA%3BEACA%2CmBAAA%3B%3BAAGI%2CiBAtFhB%2CwBAEI%2CsBAyEI%2CSAUI%2CQACK%3BEACG%2CaAAA%3B%3BAACA%2CiBAxFpB%2CwBAEI%2CsBAyEI%2CSAUI%2CQACK%2CKAEI%3BEACG%2CeAAA%3B%3BArHjhE5B%2CiBqHw7DI%2CwBAEI%2CsBAyEI%2CSAUI%2CQAQK%2COrHrhEpB%3BEzByKD%2CS0B1OU%2CO1B0OV%3B%3BA8IguDA%2CiBA%2BCI%2CwBAEI%2CsBAmGI%2CSAAQ%2CQACJ%3BEACI%2CwBAAA%3B%3BAAtJpB%2CiBA%2BCI%2CwBAEI%2CsBAmGI%2CSAAQ%2CQAIJ%3BEACI%2CyBAAA%3B%3BAAzJpB%2CiBA%2BCI%2CwBAEI%2CsBA4GI%2CSAAQ%2CQAAQ%3BEACZ%2CaAAA%3BEACA%2C8BAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BE9Ij4DhB%2CiBAAA%3B%3BA8IguDA%2CiBA%2BCI%2CwBAEI%2CsBA4GI%2CSAAQ%2CQAAQ%2CKAMZ%3BEACI%2CO7IjlED%2C2B6IilEC%3BEACA%2CgBAAA%3B%3BAACA%2CiBAvHhB%2CwBAEI%2CsBA4GI%2CSAAQ%2CQAAQ%2CKAMZ%2COAGK%3BEACG%2CSAAS%2CGAAT%3BEACA%2CiBAAA%3B%3BAAxKxB%2CiBA%2BCI%2CwBAEI%2CsBA4GI%2CSAAQ%2CQAAQ%2CKAcZ%3BEACI%2CkBAAA%3B%3BAA5KpB%2CiBA%2BCI%2CwBAiII%3BEACI%2CaAAA%3B%3BAAjLZ%2CiBA%2BCI%2CwBAiII%2CcAGI%3BEACI%2CkBAAA%3B%3BAApLhB%2CiBA%2BCI%2CwBAiII%2CcAGI%2CSAGI%3BEACI%2CgBAAA%3B%3BAAUZ%2CiBAFJ%2CgBAEK%3BAACD%2CiBAHJ%2CgBAGK%3BEACG%2CaAAA%3B%3BAAnMZ%2CiBAuMI%2CeACI%3BEACI%2CaAAA%3B%3BAAzMZ%2CiBAuMI%2CeAKI%3BE%5C%2FExsEX%2CoBAAA%3B%3BEACC%2CiBAAA%3B%3BEACA%2CoBAAA%3B%3BEACA%2CqBAAA%3B%3BEACA%2CaAAA%3BEACA%2CeAAA%3BE%2BEqsEc%2CmBAAA%3BEACA%2C8BAAA%3BEACA%2Ca7I5oEa%2CiC6I4oEb%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2C6BAAA%3BEACA%2CiBAAA%3B%3BAApNZ%2CiBAuMI%2CeAKI%2CUAUI%3BE9It7DZ%2CiBAAA%3BE8Iw7DgB%2CO7IroEG%2C2B6IqoEH%3B%3BAAxNhB%2CiBAuMI%2CeAKI%2CUAeI%3BEACI%2CO7IzoEG%2C2B6IyoEH%3B%3BAA5NhB%2CiBAuMI%2CeAKI%2CUAeI%2CiBAGI%3BE9I97DhB%2CiBAAA%3B%3BA8IguDA%2CiBAuMI%2CeA6BI%2CSAEI%3BAAtOZ%2CiBAuMI%2CeA6BI%2CSAGI%3BAAvOZ%2CiBAuMI%2CeA6BI%2CS1I7lER%2CMAAK%2CcAiED%2CiBAGM%3BE0I6hEM%2CWAAA%3BEACA%2CoBAAA%3BEACA%2CqBAAA%3B%3BAA1OhB%2CiBAuMI%2CeA6BI%2CSASI%3BEACI%2CeAAA%3BEACA%2CcAAA%3B%3BAAGI%2CiBA3ChB%2CeA6BI%2CSASI%2CWAII%2CQACK%3BE9Il9DrB%2CmBAAA%3BEAAA%2COC7MmB%2C2BD6MnB%3B%3BA8IguDA%2CiBA2PI%3BEACI%2CaAAA%3B%3BAA5PR%2CiBA2PI%2CcAGI%3BEACI%2CWAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3B%3BA%5C%2FE9jEZ%2Ce%2BEokEI%2CkB%5C%2FEpkEH%3BEACG%2CSAAS%2CEAAT%3BEACN%2CcAAA%3BEACM%2CeAAA%3BEACN%2CUAAA%3BEACM%2CMAAA%3BEACA%2COAAA%3BEACA%2CQAAA%3BEACA%2CaAAA%3BEACA%2CUAAA%3BEACA%2CoBAAA%3BE%5C%2FDmFJ%2C8BAAA%3BEAhBF%2CwBAAA%3BEACK%2CqBAAA%3BEACC%2CoBAAA%3BEAcJ%2CgBAAA%3BE%2BDhFI%2CYAAY%2CmCAAZ%3B%3BA%2BEsjEJ%2CeACI%2CkBAII%3BEACI%2CyBAAA%3B%3BAANZ%2CeACI%2CkBAII%2CmBAEI%2CsBACI%3BEACI%2CkBAAA%3B%3BAATpB%2CeACI%2CkBAII%2CmBAEI%2CsBAKI%2CsBACI%3BEACI%2Ca7IntEd%2CkB6ImtEc%3B%3BAAdxB%2CeACI%2CkBAII%2CmBAEI%2CsBAKI%2CsBACI%2CgBAGI%3BEACI%2Ca7IttElB%2CkB6IstEkB%3B%3BAAKJ%2CeArBpB%2CkBAII%2CmBAEI%2CsBAKI%2CsBASI%2CKACK%3BEACG%2CaAAA%3B%3BAAvB5B%2CeACI%2CkBAII%2CmBAEI%2CsBAKI%2CsBASI%2CKAKI%3BEACI%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BE9IpgE5B%2CWAAA%3B%3BA8Is%2BDA%2CeACI%2CkBAII%2CmBAEI%2CsBA6BI%3BEACI%2CSAAA%3B%3BAAIQ%2CeAxCxB%2CkBAII%2CmBAEI%2CsBA6BI%2CSAGI%2CQACK%2COACI%3BE9I%5C%2FgE7B%2CiBAAA%3B%3BA8IshE4B%2CeA%5C%2FCxB%2CkBAII%2CmBAEI%2CsBA6BI%2CSAGI%2CQAOK%2COAEI%3BAAAD%2CeA%5C%2FCxB%2CkBAII%2CmBAEI%2CsBA6BI%2CSAGI%2CQAQK%2CKACI%3BEACG%2CcAAA%3BE9IvhEhC%2CWAAA%3B%3BA8Is%2BDA%2CeACI%2CkBAII%2CmBAmDI%3BE9I9iEd%2CwBAAA%3BEACK%2CqBAAA%3BEACC%2CoBAAA%3BEAcJ%2CgBAAA%3BE%2BDnHH%2CeAAA%3BEACA%2CMAAA%3BEACG%2CSAAA%3BEACH%2CsBAAA%3BE%5C%2FDgHG%2CQAAA%3BE%2BD9GH%2CgBAAA%3BEACA%2CSAAA%3BE%5C%2FD6FC%2CmB%2BD%5C%2FGqB%2CuB%5C%2FD%2BGrB%3BEACK%2CgB%2BDhHgB%2CuB%5C%2FDgHhB%3BEACC%2Ce%2BDjHe%2CuB%5C%2FDiHf%3BEAcJ%2CW%2BD%5C%2FHmB%2CuB%5C%2FD%2BHnB%3BEAhBF%2CiDAAA%3BEACK%2C8CAAA%3BEACC%2C6CAAA%3BEAcJ%2CyCAAA%3BEAAA%2CYAAA%3BEAAA%2CUAAA%3BEAAA%2CgBAAA%3BE8IgiEgB%2CUAAA%3B%3BAA1DhB%2CeACI%2CkBAII%2CmBAmDI%2CgBAII%3BEACI%2CcAAA%3BEACA%2CgCAAA%3BEACA%2CoBAAA%3BEACA%2CgBAAA%3B%3BAAhEpB%2CeACI%2CkBAII%2CmBAmDI%2CgBAII%2CaAMI%3BE9IxiEpB%2COC7MmB%2C2BD6MnB%3BEAAA%2CiBAAA%3BE8I2iEwB%2CgBAAA%3BEACA%2CyBAAA%3B%3BAAtExB%2CeACI%2CkBAII%2CmBAmDI%2CgBAII%2CaAaI%3BEACI%2CaAAA%3B%3BAA1ExB%2CeACI%2CkBAII%2CmBAmDI%2CgBAsBI%3BE%5C%2FEh1EnB%2CoBAAA%3B%3BEACC%2CiBAAA%3B%3BEACA%2CoBAAA%3B%3BEACA%2CqBAAA%3B%3BEACA%2CaAAA%3BEACA%2CeAAA%3BE%2BE60EsB%2CsBAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3B%3BAAlFpB%2CeACI%2CkBAII%2CmBAmDI%2CgBAsBI%2C0BAMI%3BEACI%2C2BAAA%3BE%5C%2FEv1E3B%2CoBAAA%3B%3BEACC%2CiBAAA%3B%3BEACA%2CoBAAA%3B%3BEACA%2CqBAAA%3B%3BEACA%2CaAAA%3BEACA%2CeAAA%3BE%2BEo1E0B%2CsBAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BEACA%2C8BAAA%3B%3BAA1FxB%2CeACI%2CkBAII%2CmBAmDI%2CgBAsBI%2C0BAMI%2CeAQI%2CQAAO%3BEACH%2CQAAA%3BEACA%2CUAAA%3B%3BAA9F5B%2CeACI%2CkBAII%2CmBAmDI%2CgBAsBI%2C0BAMI%2CeAaI%3BEACI%2CSAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CuBAAA%3B%3BAAzG5B%2CeACI%2CkBAII%2CmBAmDI%2CgBAsBI%2C0BAMI%2CeAaI%2CwBASI%3BEACI%2CkBAAA%3BEACA%2CSAAA%3BEACA%2COAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAjHhC%2CeACI%2CkBAII%2CmBAmDI%2CgBAsBI%2C0BAMI%2CeAaI%2CwBAkBI%3BEACI%2CgCAAA%3BEACA%2CcAAA%3BEACA%2CsBAAA%3BEACA%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CeAAA%3B%3BAACA%2CeAzH5B%2CkBAII%2CmBAmDI%2CgBAsBI%2C0BAMI%2CeAaI%2CwBAkBI%2CcAOK%3BEACG%2CgBAAA%3BEACA%2CgBAAA%3B%3BAA5HpC%2CeACI%2CkBAII%2CmBAmDI%2CgBAsBI%2C0BAMI%2CeA6CI%3BEACI%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAnI5B%2CeACI%2CkBAII%2CmBAmDI%2CgBAsBI%2C0BAMI%2CeAkDK%3BEACG%2CSAAA%3B%3BAAvI5B%2CeACI%2CkBAII%2CmBAmDI%2CgBAsBI%2C0BAMI%2CeAkDK%2CWAGI%3BEACG%2CSAAA%3B%3BAA1IhC%2CeACI%2CkBAII%2CmBAmDI%2CgBAsBI%2C0BAMI%2CeAkDK%2CWAGI%2CWAGG%2CQAAO%3BEACH%2CgBAAA%3BEACA%2CgBAAA%3B%3BAA9IpC%2CeACI%2CkBAII%2CmBAmDI%2CgBAsBI%2C0BAMI%2CeAkDK%2CWAYG%2CWACI%3BEACI%2CSAAA%3B%3BA%5C%2FEtsEvC%2Ce%2BEmjEO%2CkBA6JK%2CO%5C%2FEhtEX%3BEACA%2CUAAA%3BEACA%2CuBAAA%3B%3BA%2BE8sEU%2CeA7JJ%2CkBA6JK%2COAGG%3BE9IvpEd%2CuBAAA%3BEACK%2CoBAAA%3BEACC%2CmBAAA%3BEAcJ%2CeAAA%3B%3BA8I8oEA%2CaACI%2CkBACI%3BEACI%2CaAAA%3B%3BAAiBZ%2CcACI%3BEACI%2CSAAA%3B%3BAAFR%2CcAII%3BEACI%2CaAAA%3B%3BAALR%2CcAOI%3BEACI%2CgBAAA%3B%3BAAGJ%2CcAAC%3BEACG%2CkBAAA%3BEACA%2CsBAAA%3BEACA%2C2BAAA%3BEACA%2C4BAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3B%3BAAEA%2CcARH%2CiBAQI%3BEACG%2CSAAS%2CEAAT%3BEACA%2CyBAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3BEACA%2COAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CoBAAA%3B%3BAAjBR%2CcAAC%2CiBAoBG%3BEACI%2CkBAAA%3BEACA%2CUAAA%3B%3BAAtBR%2CcAAC%2CiBAyBG%2CoBACI%3BE9IvsEZ%2CeAAA%3BE8IysEgB%2CWAAA%3BEACA%2CkBAAA%3B%3BAA7BZ%2CcAAC%2CiBAiCG%3BEACI%2CcAAA%3B%3BAAKZ%2CgCACI%2CeACI%3BEACI%2CgBAAA%3BEACA%2CUAAA%3B%3BAAJZ%2CgCACI%2CeAMI%3BE9I3tER%2CWCrOgB%2CwBDqOhB%3BE8I6tEY%2CaAAA%3BEACA%2CYAAA%3B%3BAAUZ%2COAAO%2CQACF%3BEACG%2CaAAA%3B%3BAAFR%2COAAO%2CQACF%2CSAGG%3BEACI%2CkBAAA%3B%3BAAMZ%2CIAAK%2CuBAAuB%2CsBAAqB%3BEAC7C%2Cc7Il8EgB%2C4B6Ik8EhB%3B%3BAAIA%2CqBAAC%2CIAAI%3BEACD%2CeAAA%3BEACA%2CYAAA%3BExBv%5C%2FER%2C4BAAA%3BEtH6OF%2CiCAAA%3BEACK%2C8BAAA%3BEACC%2C6BAAA%3BEAcJ%2CyBAAA%3BEAhBF%2CoCAAA%3BEACK%2CiCAAA%3BEACC%2CgCAAA%3BEAcJ%2C4BAAA%3B%3BA8IwvEI%2CqBAAC%2CIAAI%2C4BAKD%3BExB1%5C%2FER%2C4BAAA%3BEtH6OF%2CiCAAA%3BEACK%2C8BAAA%3BEACC%2C6BAAA%3BEAcJ%2CyBAAA%3BEAhBF%2CoCAAA%3BEACK%2CiCAAA%3BEACC%2CgCAAA%3BEAcJ%2C4BAAA%3B%3BA8IiwEQ%2CqBATH%2CIAAI%2C4BASA%3BEACG%2CUAAA%3B%3BAADJ%2CqBATH%2CIAAI%2C4BASA%2CMAGG%3BE9IpxEd%2CmB8IqxE8B%2CW9IrxE9B%3BEACK%2CgB8IoxEyB%2CW9IpxEzB%3BEACC%2Ce8ImxEwB%2CW9InxExB%3BEAcJ%2CW8IqwE4B%2CW9IrwE5B%3B%3BA8IkxEoB%2CcAJhB%2CeACI%2CmBACI%2CiBACI%2COACK%3BEACG%2CoBAAA%3B%3BAADJ%2CcAJhB%2CeACI%2CmBACI%2CiBACI%2COACK%2CYAGG%3BEACI%2CaAAA%3B%3BAAIR%2CcAZhB%2CeACI%2CmBACI%2CiBACI%2COASK%3BEACG%2CiBAAA%3BEACA%2CO7Iz%2BEL%2C2B6Iy%2BEK%3B%3BAAfxB%2CcACI%2CeACI%2CmBAkBI%2COAAM%2COAAO%3BEACT%2CuBAAA%3BEACA%2CSAAA%3BEACA%2CcAAA%3BEACA%2CUAAA%3BEACA%2CaAAA%3B%3BAAzBhB%2CcACI%2CeACI%2CmBAkBI%2COAAM%2COAAO%2CQAOT%3BEACI%2CYAAA%3BEACA%2CeAAA%3BEzIn2EpB%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2C4BAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3BELgDA%2CgBAAA%3BE8I4yEoB%2CWAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3BExB3iFpB%2C4BAAA%3BEtH6OF%2CiCAAA%3BEACK%2C8BAAA%3BEACC%2C6BAAA%3BEAcJ%2CyBAAA%3BEAhBF%2CoCAAA%3BEACK%2CiCAAA%3BEACC%2CgCAAA%3BEAcJ%2C4BAAA%3BE8IgzEoB%2CuBAAA%3B%3BAzI71EpB%2CcyI2zEI%2CeACI%2CmBAkBI%2COAAM%2COAAO%2CQAOT%2COzIr1Ef%3BAACD%2CcyI0zEI%2CeACI%2CmBAkBI%2COAAM%2COAAO%2CQAOT%2COzIp1Ef%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CcyIqzEI%2CeACI%2CmBAkBI%2COAAM%2COAAO%2CQAOT%2COzI%5C%2F0Ef%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CcyIgzEI%2CeACI%2CmBAkBI%2COAAM%2COAAO%2CQAOT%2COzI10Ef%3BAACD%2CcyI%2ByEI%2CeACI%2CmBAkBI%2COAAM%2COAAO%2CQAOT%2COzIz0Ef%3BAACD%2CQAAQ%2CUAAW%2CeyI8yEf%2CeACI%2CmBAkBI%2COAAM%2COAAO%2CQAOT%3BEzIv0EZ%2CoBAAA%3BEL%2BBJ%2CYAAA%3B%3BA8IizEoB%2CcAnChB%2CeACI%2CmBAkBI%2COAAM%2COAAO%2CQAOT%2COASK%3BE9IjzErB%2CS4JpO4B%2CO5JoO5B%3BEAAA%2CWAAA%3BEAAA%2CiBAAA%3BEAAA%2CuBAAA%3BE4JxMF%2CcAAA%3BEACA%2CiBAAA%3BEtCtDE%2C4BAAA%3BEtH6OF%2CiCAAA%3BEACK%2C8BAAA%3BEACC%2C6BAAA%3BEAcJ%2CyBAAA%3BEAhBF%2CoCAAA%3BEACK%2CiCAAA%3BEACC%2CgCAAA%3BEAcJ%2C4BAAA%3BE8IszEwB%2CgBAAA%3B%3BAAzCxB%2CcACI%2CeACI%2CmBAkBI%2COAAM%2COAAO%2CQAyBT%3BEACI%2CUAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3B%3BAAIA%2CcApDhB%2CeACI%2CmBAkBI%2COAAM%2COAAO%2CQAgCT%2CMAAK%2CQAAS%2CSACT%3BE9Il0ErB%2CS8Im0EmC%2CO9In0EnC%3BEAAA%2Ca%2BD9PO%2CqB%5C%2FD8PP%3BEAAA%2CgBAAA%3BE8Io0EwB%2CiBAAA%3B%3BAAIR%2CcA1DZ%2CeACI%2CmBAkBI%2COAAM%2COAAO%2CQAuCR%2CMACG%3BEACI%2CY7I%5C%2FgFA%2CgC6I%2BgFA%3B%3BAAEA%2CcA9DpB%2CeACI%2CmBAkBI%2COAAM%2COAAO%2CQAuCR%2CMACG%2COAGK%3BEACG%2CO7IjhFT%2C2B6IihFS%3B%3BAAYxB%2CMAAC%3BAACD%2CMAAC%3BAACD%2CMAAC%3BEACG%2CkBAAA%3B%3BAAHJ%2CMAAC%2CQAKG%2CeAAe%2CeAAe%2CcAAc%2COAAM%2COAAO%3BAAJ7D%2CMAAC%2COAIG%2CeAAe%2CeAAe%2CcAAc%2COAAM%2COAAO%3BAAH7D%2CMAAC%2CUAGG%2CeAAe%2CeAAe%2CcAAc%2COAAM%2COAAO%3BEACrD%2CUAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3B%3BAAIA%2CMAZP%2CQAWG%2CaACK%3BAAAD%2CMAXP%2COAUG%2CaACK%3BAAAD%2CMAVP%2CUASG%2CaACK%3BE9Ir2Eb%2CmBAAA%3B%3BA8Iy1EI%2CMAAC%2CQAiBG%3BAAhBJ%2CMAAC%2COAgBG%3BAAfJ%2CMAAC%2CUAeG%3BE%5C%2FEtoFX%2CoBAAA%3B%3BEACC%2CiBAAA%3B%3BEACA%2CoBAAA%3B%3BEACA%2CqBAAA%3B%3BEACA%2CaAAA%3BEACA%2CeAAA%3BE%2BEmoFc%2CuBAAA%3BEACA%2CmBAAA%3BEACA%2CO7I1jFF%2CkB6I0jFE%3B%3BAArBR%2CMAAC%2CQAiBG%2CeAMI%3BAAtBR%2CMAAC%2COAgBG%2CeAMI%3BAArBR%2CMAAC%2CUAeG%2CeAMI%3BAAvBR%2CMAAC%2CQAiBG%2Ce1IngFR%2CMAAK%2CcAiED%2CiBAGM%3BA0I%2B6EN%2CMAAC%2COAgBG%2Ce1IngFR%2CMAAK%2CcAiED%2CiBAGM%3BA0Ig7EN%2CMAAC%2CUAeG%2Ce1IngFR%2CMAAK%2CcAiED%2CiBAGM%3BE0Is8EM%2CO7I9jFG%2C2B6I8jFH%3B%3BAAWhB%2CkBACI%2CSAAQ%2CUAAU%2CIACd%3BEACI%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3B%3BAALZ%2CkBASI%3BEACI%2CmBAAA%3BEACA%2CWAAA%3B%3BAAXR%2CkBASI%2CeAGI%3BAAZR%2CkBASI%2Ce1I9hFJ%2CMAAK%2CcAiED%2CiBAGM%3BE0I89EE%2CWAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3B%3BAAEA%2CkBARR%2CeAGI%2COAKK%3BAAAD%2CkBARR%2Ce1I9hFJ%2CMAAK%2CcAiED%2CiBAGM%2CU0Ik%2BEG%3BEACG%2CYAAA%3B%3BAAlBhB%2CkBAsBI%2CYAAW%2COACP%3BEACI%2CgBAAA%3B%3BAAxBZ%2CkBA2BI%3BE9Iv5EJ%2CeAAA%3B%3BA8I43EA%2CkBA2BI%2CoBAGI%3BE9I15ER%2CiBAAA%3BEAAA%2CaC3NyB%2CiCD2NzB%3BEAAA%2COC7MmB%2C2BD6MnB%3B%3BA8I43EA%2CkBAsCI%3BE9Il6EJ%2CgBAAA%3B%3BA8I43EA%2CkBAsCI%2CoBAII%2CWACI%3BE9Iv6EZ%2CiBAAA%3B%3BA8I43EA%2CkBAiDI%2CkBACI%2CKACI%3BEACI%2CeAAA%3BEACA%2CWAAA%3B%3BAArDhB%2CkBAiDI%2CkBACI%2CKACI%2CYAII%2CUACI%3BEACI%2COAAA%3B%3BAAzDxB%2CkBAiDI%2CkBACI%2CKACI%2CYAII%2CUACI%2CSAGI%3BAA3DxB%2CkBAiDI%2CkBACI%2CKACI%2CYAII%2CUACI%2CS1I7kFpB%2CMAAK%2CcAiED%2CiBAGM%3BE0I6gFkB%2CWAAA%3B%3BAA5D5B%2CkBAiDI%2CkBACI%2CKACI%2CYAII%2CUACI%2CSAGI%2COAEI%3BAA7D5B%2CkBAiDI%2CkBACI%2CKACI%2CYAII%2CUACI%2CS1I7kFpB%2CMAAK%2CcAiED%2CiBAGM%2CU0I8gFkB%3BEACI%2CmBAAA%3B%3BAAGA%2CkBAhB5B%2CkBACI%2CKACI%2CYAII%2CUACI%2CSAGI%2COAKK%2CQACI%3BAAAD%2CkBAhB5B%2CkBACI%2CKACI%2CYAII%2CUACI%2CS1I7kFpB%2CMAAK%2CcAiED%2CiBAGM%2CU0IihFmB%2CQACI%3BEACG%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3B%3BAApEpC%2CkBAiDI%2CkBA4BI%3BEACI%2CeAAA%3BEACA%2CcAAA%3B%3BAA%5C%2FEZ%2CkBAmFI%2CqBACI%3BEACI%2CuBAAA%3BEACA%2Ca7IjrFF%2CkB6IirFE%3BEACA%2CSAAA%3B%3BAAvFZ%2CkBAmFI%2CqBACI%2CQAKI%3BEACI%2CmBAAA%3BExBntFhB%2C4BAAA%3BEtH6OF%2CiCAAA%3BEACK%2C8BAAA%3BEACC%2C6BAAA%3BEAcJ%2CyBAAA%3BEAhBF%2CoCAAA%3BEACK%2CiCAAA%3BEACC%2CgCAAA%3BEAcJ%2C4BAAA%3B%3BA8I09EY%2CkBAXR%2CqBACI%2CQAUK%3BEACG%2CeAAA%3B%3BAAIA%2CkBAhBZ%2CqBACI%2CQAcK%2CIAAI%2CQACA%3BEACG%2CO7I5qFV%2CkB6I4qFU%3B%3BAAIR%2CkBArBR%2CqBACI%2CQAoBK%3BAACD%2CkBAtBR%2CqBACI%2CQAqBK%3BEACG%2C6BAAA%3BEACA%2CSAAA%3B%3BAAHJ%2CkBArBR%2CqBACI%2CQAoBK%2CMAKG%3BAAJJ%2CkBAtBR%2CqBACI%2CQAqBK%2CMAIG%3BAACA%2CkBA3BZ%2CqBACI%2CQAoBK%2CMAMI%3BAAAD%2CkBA3BZ%2CqBACI%2CQAqBK%2CMAKI%3BE9I1%2BEjB%2COC9MoB%2C4BD8MpB%3B%3BA8I43EA%2CkBAqHI%3BE9Ij%5C%2FEJ%2CgBAAA%3B%3BA8Io%5C%2FEQ%2CkBAHJ%2CyBAGK%2CMACG%3BEACI%2CkBAAA%3B%3BAASJ%2CkBAJR%2COAEK%2CUAEI%3BAAAD%2CkBAJR%2COAGK%2CYACI%3BEACG%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CqBAAA%3B%3BAALR%2CkBAFJ%2COAEK%2CUAQG%3BAAPJ%2CkBAHJ%2COAGK%2CYAOG%3BEACI%2CO7IntFG%2C2B6ImtFH%3B%3BAA1IhB%2CkBA%2BII%2CSAAQ%2CUAAU%3BEACd%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAjJR%2CkBA%2BII%2CSAAQ%2CUAAU%2CSAId%2CMAEI%3BAArJZ%2CkBA%2BII%2CSAAQ%2CUAAU%2CSAId%2CMAGI%3BEACI%2CUAAA%3B%3BAAQA%2CkBAHZ%2CYACI%2CQAAO%2COACH%2CUACK%3BEACG%2CkBAAA%3BEACA%2CQAAA%3B%3BAAjKpB%2CkBAuKI%3BE%5C%2FE%5C%2FzFP%2CoBAAA%3B%3BEACC%2CiBAAA%3B%3BEACA%2CoBAAA%3B%3BEACA%2CqBAAA%3B%3BEACA%2CaAAA%3BEACA%2CeAAA%3BE%2BE4zFU%2C8BAAA%3BEACA%2CmBAAA%3B%3BAAMJ%2CgBAJ4C%3BEAI5C%2CkBATA%3BIAMQ%2CsBAAA%3BIACA%2CuBAAA%3B%3B%3BAA9KZ%2CkBAkLI%3BEACI%2CgBAAA%3B%3BAAIQ%2CkBALZ%2CyBAGI%2CYACI%2CQACK%3BE%5C%2FE%5C%2F0FpB%2CoBAAA%3B%3BEACC%2CiBAAA%3B%3BEACA%2CoBAAA%3B%3BEACA%2CqBAAA%3B%3BEACA%2CaAAA%3BE%2BE60FsB%2CeAAA%3BEACA%2CmBAAA%3B%3BAAEA%2CkBAVhB%2CyBAGI%2CYACI%2CQACK%2CUAKI%3BEACG%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAAEA%2CkBAfpB%2CyBAGI%2CYACI%2CQACK%2CUAKI%2CMAKI%3BEACG%2CSAAS%2CGAAT%3B%3BAAIR%2CkBApBhB%2CyBAGI%2CYACI%2CQACK%2CUAeI%2CIAAI%3BEACD%2CoBAAA%3B%3BAAGJ%2CkBAxBhB%2CyBAGI%2CYACI%2CQACK%2CUAmBI%2CKACG%3BEACI%2CuBAAA%3BEACA%2C0BAAA%3BEACA%2Ca7IzyFlB%2CkB6IyyFkB%3BEACA%2CUAAA%3BEACA%2CeAAA%3BEACA%2CoBAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3B%3BAAEA%2CkBAnCxB%2CyBAGI%2CYACI%2CQACK%2CUAmBI%2CKACG%2CMAUK%2CIAAI%3BEACD%2CO7I9xFtB%2CkB6I8xFsB%3B%3BAAGJ%2CkBAvCxB%2CyBAGI%2CYACI%2CQACK%2CUAmBI%2CKACG%2CMAcK%3BEACG%2CO7IhyFf%2CyB6IgyFe%3B%3BAAKZ%2CkBA7ChB%2CyBAGI%2CYACI%2CQACK%2CUAwCI%2CMACG%3BEACI%2CiBAAA%3BEACA%2CkBAAA%3B%3BAAlO5B%2CkBA0OI%3BEACI%2CmBAAA%3B%3BAAKI%2CkBAFR%2CkBACM%2CIACG%2CIAAI%3BEACD%2CO7IzzFN%2CkB6IyzFM%3B%3BAAjPhB%2CkBA8OI%2CkBAOI%3BEACI%2CmBAAA%3BEACA%2CO7I%5C%2FzFF%2CkB6I%2BzFE%3BEACA%2CiBAAA%3BEACA%2CqBAAA%3B%3BAAzPZ%2CkBA6PI%2CgCACI%3BEACI%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3B%3BAAMZ%2C0BACI%2CmBACI%3BEACI%2CgBAAA%3B%3BAAKZ%2CqBACI%3BEACI%2CYAAA%3B%3BAAFR%2CqBAKI%3BEACI%2CUAAA%3B%3B%3BAAqCR%3BEACI%2CkBAAA%3B%3BAADJ%2CWAEI%2CIAAG%3BEACC%2CkBAAA%3BEACA%2COAAA%3BEACA%2CaAAA%3BEACA%2CMAAA%3BE9I5sFV%2CmB8I6sFsB%2CiB9I7sFtB%3BEACK%2CgB8I4sFiB%2CiB9I5sFjB%3BEACC%2Ce8I2sFgB%2CiB9I3sFhB%3BEAcJ%2CW8I6rFoB%2CiB9I7rFpB%3B%3BA8IsrFA%2CWAUI%3BEACI%2CsBAAA%3BEACA%2CgBAAA%3BE9IlsFR%2CeCnMoB%2C4BDmMpB%3BE8IosFQ%2CiBAAA%3BE%5C%2FEh%2BFX%2CoBAAA%3B%3BEACC%2CiBAAA%3B%3BEACA%2CoBAAA%3B%3BEACA%2CqBAAA%3B%3BEACA%2CaAAA%3BEACA%2CeAAA%3BE%2BE69FU%2CmBAAA%3B%3BAAhBR%2CWAUI%2CSAQI%3BEACI%2CWAAA%3BEACA%2CoBAAA%3BEACA%2CkBAAA%3BEACA%2CuBAAA%3BEACA%2CmBAAA%3BEACA%2COAAA%3BEACA%2CuBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3B%3BAA3BZ%2CWAUI%2CSAoBI%2CSACI%3BEACI%2CSAAA%3BEACA%2CwBAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3B%3B%3BAASZ%2CqBAAC%3BAACD%2CqBAAC%3BEACG%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CWAAA%3B%3BAAIR%2CkBACI%2CYAAY%3BEACR%2C6BAAA%3B%3BAAFR%2CkBAKI%3BEACI%2CqBAAA%3B%3BAANR%2CkBAKI%2CyBAGI%3BEACI%2CgBAAA%3B%3BAATZ%2CkBAKI%2CyBAOI%3BEACI%2CSAAA%3BE%5C%2FEnhGf%2CoBAAA%3B%3BEACC%2CiBAAA%3B%3BEACA%2CoBAAA%3B%3BEACA%2CqBAAA%3B%3BEACA%2CaAAA%3BE%2BEihGc%2CeAAA%3BEACA%2CsBAAA%3B%3BAAhBZ%2CkBAKI%2CyBAOI%2CYAMI%3BEACI%2CmBAAA%3B%3BAAnBhB%2CkBAKI%2CyBAOI%2CYAUI%3BEACI%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CWAAA%3B%3BAA1BhB%2CkBAKI%2CyBAOI%2CYAiBI%3BEACI%2CoBAAA%3BEACA%2CmBAAA%3BExBtgGhB%2C6BAAA%3BEtH6OF%2CwBAAA%3BEACK%2CqBAAA%3BEACC%2CoBAAA%3BEAcJ%2CgBAAA%3B%3BA8I2wFgB%2CkBA5BZ%2CyBAOI%2CYAiBI%2CeAIK%3BEACG%2CkBAAA%3B%3BAAlCpB%2CkBAKI%2CyBAkCI%2CoBACI%2CWACI%3BEACI%2CWAAA%3BEACA%2Ca7Ip%5C%2FFV%2CkB6Io%5C%2FFU%3B%3BAA3CpB%2CkBAKI%2CyBA2CI%2CUAAU%2CSAAO%2CQAAQ%3BEACrB%2CsBAAA%3BEACA%2CgBAAA%3B%3BAAlDZ%2CkBAsDI%3BEACI%2CgBAAA%3BEACA%2CWAAA%3B%3BAAxDR%2CkBA2DI%2CkBACI%2CeAAc%2CQACV%2CMACI%3BEACI%2CO7It%5C%2FFD%2C2B6Is%5C%2FFC%3BE9IzyFpB%2CaC3NyB%2CiCD2NzB%3B%3BA8I0uFA%2CkBA2DI%2CkBACI%2CeAAc%2CQAQV%2CKAAI%3BEACA%2CeAAA%3B%3BAArEhB%2CkBA2DI%2CkBACI%2CeAAc%2CQAYV%3BEACI%2CgBAAA%3B%3BAA4BZ%2CwBAzB6C%3BEAyB7C%2CkBA1CA%2CkBAkBQ%2CeAAe%2COAAM%2CIAAI%2COAAO%2CIAAI%2CSAAS%2CIAAI%2CmBAAsB%2CQAAQ%3BI%5C%2FEnlG9F%2CoBAAA%3B%3BIACC%2CiBAAA%3B%3BIACA%2CoBAAA%3B%3BIACA%2CqBAAA%3B%3BIACA%2CaAAA%3BIACA%2CiBAAA%3BI%2BEklGkB%2C8BAAA%3BIACA%2CyBAAA%3BIACA%2CiBAAA%3B%3BEACA%2CkBAzBZ%2CkBAkBQ%2CeAAe%2COAAM%2CIAAI%2COAAO%2CIAAI%2CSAAS%2CIAAI%2CmBAAsB%2CQAAQ%2CKAO1E%2CIAAI%3BIACD%2CgBAAA%3B%3BEAgBhB%2CkBA1CA%2CkBAkBQ%2CeAAe%2COAAM%2CIAAI%2COAAO%2CIAAI%2CSAAS%2CIAAI%2CmBAAsB%2CQAAQ%2CKAU3E%3BIACI%2CeAAA%3B%3BEAahB%2CkBA1CA%2CkBAkBQ%2CeAAe%2COAAM%2CIAAI%2COAAO%2CIAAI%2CSAAS%2CIAAI%2CmBAAsB%2CQAAQ%2CKAa3E%2CKAAI%3BIACA%2CaAAA%3BIACA%2CgBAAA%3B%3BEAGA%2CkBApChB%2CkBAkBQ%2CeAAe%2COAAM%2CIAAI%2COAAO%2CIAAI%2CSAAS%2CIAAI%2CmBAAsB%2CQAAQ%2CKAiB3E%2CKAAI%2CIACC%3BIACG%2CqBAAA%3B%3B%3BAAhGxB%2CkBAuGI%2CIAAG%2CsBAAsB%3BE9Ij2F%5C%2FB%2CmCAAA%3BEACK%2CgCAAA%3BEACC%2C%2BBAAA%3BEAcJ%2C2BAAA%3B%3BA8I61FI%2COAAC%3BEACG%2C0BAAA%3B%3BAADJ%2COAAC%2CQAGG%3BEACI%2C6BAAA%3B%3BAAIR%2COAAC%3BEACG%2CgCAAA%3B%3BAAEA%2COAHH%2CKAGI%3BEACG%2CcAAA%3B%3BAAJR%2COAAC%2CKAOG%3BEACI%2CmBAAA%3B%3BAARR%2COAAC%2CKAWG%3BE%5C%2FE5oGX%2CoBAAA%3B%3BEACC%2CiBAAA%3B%3BEACA%2CoBAAA%3B%3BEACA%2CqBAAA%3B%3BEACA%2CaAAA%3BEACA%2CeAAA%3BE%2BEyoGc%2C8BAAA%3BEACA%2CmBAAA%3BE9In3FZ%2CiBAAA%3B%3BA8Iq2FI%2COAAC%2CKAWG%2CgBAMI%3BE9It3FZ%2CiBAAA%3BE8Iw3FgB%2CWAAA%3B%3BAAnBZ%2COAAC%2CKAWG%2CgBAWI%3BEACI%2CmBAAA%3B%3BAAMhB%2CSAAU%2CeAAc%2COAAQ%3BEAC5B%2CqBAAA%3BEACA%2CmBAAA%3B%3BAAGJ%2CqBACI%2CqBACI%3BEACI%2CcAAA%3B%3BAAHZ%2CqBACI%2CqBAKI%3BEACI%2CmBAAA%3B%3BAAMZ%2C0BACI%2CQAAO%3BEACH%2C0BAAA%3B%3BAAEA%2C0BAHJ%2CQAAO%2CKAGF%2CIAAI%3BEACD%2CO7IrmGF%2CkB6IqmGE%3B%3BAAKZ%2CoBACI%3BEACG%2CgBAAA%3B%3BAAFP%2CoBACI%2C0BAEI%3BEACI%2CgBAAA%3B%3BAAJZ%2CoBACI%2C0BAKI%3BEACI%2CmBAAA%3B%3BAAGA%2CoBATR%2C0BAQI%2CwBACK%3BAACD%2CoBAVR%2C0BAQI%2CwBAEK%3BEACG%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CWAAA%3B%3BAAdhB%2CoBAkBI%2C0BAGI%2CQAAO%3BAArBf%2CoBAmBI%2CsBAEI%2CQAAO%3BAArBf%2CoBAkBI%2C0BAII%3BAAtBR%2CoBAmBI%2CsBAGI%3BE9Ip7FR%2CeAAA%3BE8Is7FY%2CmBAAA%3BEACA%2CgBAAA%3B%3BAAzBZ%2CoBAkBI%2C0BAGI%2CQAAO%2CMAMH%3BAA3BZ%2CoBAmBI%2CsBAEI%2CQAAO%2CMAMH%3BAA3BZ%2CoBAkBI%2C0BAII%2COAKI%3BAA3BZ%2CoBAmBI%2CsBAGI%2COAKI%3BE9Iz7FZ%2CeAAA%3B%3BA8I85FA%2CoBAiCI%3BEACI%2CUAAA%3BEACA%2C6BAAA%3B%3BAAnCR%2CoBAiCI%2CsBAII%3BE%5C%2FE%5C%2FtGX%2CoBAAA%3B%3BEACC%2CiBAAA%3B%3BEACA%2CoBAAA%3B%3BEACA%2CqBAAA%3B%3BEACA%2CaAAA%3BEACA%2CeAAA%3B%3BA%2BEqrGE%2CoBAiCI%2CsBAII%2CaAGI%3BEACI%2CaAAA%3BEACA%2CcAAA%3BEACA%2CoBAAA%3B%3BAA3ChB%2CoBAiCI%2CsBAII%2CaASI%2CSAAQ%3BEACJ%2CWAAA%3BEACA%2CkBAAA%3B%3BAAhDhB%2CoBAiCI%2CsBAII%2CaAcI%2CYACI%3BE%5C%2FE9uGnB%2CoBAAA%3B%3BEACC%2CiBAAA%3B%3BEACA%2CoBAAA%3B%3BEACA%2CqBAAA%3B%3BEACA%2CaAAA%3BEACA%2CeAAA%3BE%2BE2uGsB%2CgBAAA%3B%3BAAtDpB%2CoBAiCI%2CsBAII%2CaAcI%2CYAMI%3BEACI%2CuBAAA%3BEACA%2CwBAAA%3BEACA%2CgBAAA%3B%3BAA5DpB%2CoBAiCI%2CsBAII%2CaAcI%2CYAYI%3BEACI%2CcAAA%3B%3BAAhEpB%2CoBAiCI%2CsBAII%2CaA%2BBI%2CWAAW%3BEACP%2CgBAAA%3BEACA%2CWAAA%3B%3BAAtEhB%2CoBA2EI%2CmBACI%2CSAAQ%2CUAAU%3BEACd%2CmBAAA%3B%3BAA7EZ%2CoBA2EI%2CmBAII%3BE%5C%2FEzwGX%2CoBAAA%3B%3BEACC%2CiBAAA%3B%3BEACA%2CoBAAA%3B%3BEACA%2CqBAAA%3B%3BEACA%2CaAAA%3BEACA%2CeAAA%3B%3BA%2BEw0GE%2CQAAQ%2CKAAK%3BE9IjjGb%2CgBAAA%3B%3BA8IijGA%2CQAAQ%2CKAAK%2CSAGT%2CSAAQ%2CKAAK%2CMACR%2CQAAK%2CMACF%2CQAAQ%3BEACJ%2COAAO%2CkBAAP%3B%3BAAEJ%2CQARJ%2CKAAK%2CSAGT%2CSAAQ%2CKAAK%2CMACR%2CQAAK%2CMAID%2COAGI%2CUACG%3BAAHR%2CQATJ%2CKAAK%2CSAGT%2CSAAQ%2CKAAK%2CMACR%2CQAAK%2CMAKD%2CMAEI%2CUACG%3BAAFR%2CQAVJ%2CKAAK%2CSAGT%2CSAAQ%2CKAAK%2CMACR%2CQAAK%2CMAMD%2CMACI%2CUACG%3BE9I7jGpB%2CWAAA%3B%3BA8IijGA%2CQAAQ%2CKAAK%2CSAGT%2CSAAQ%2CKAAK%2CMAiBR%2CQAAK%3BEACF%2CaAAA%3BEACA%2CgBAAA%3BE9IvlGd%2CoEAAA%3BEACK%2CiEAAA%3BEACC%2CgEAAA%3BEAcJ%2C4DAAA%3B%3BA8IijGA%2CQAAQ%2CKAAK%2CSAGT%2CSAAQ%2CKAAK%2CMAiBR%2CQAAK%2CQAMF%2CaACI%2CMACI%2CGACI%2CGAEI%3BAA%5C%2FB5B%2CQAAQ%2CKAAK%2CSAGT%2CSAAQ%2CKAAK%2CMAiBR%2CQAAK%2CQAMF%2CaACI%2CMACI%2CGACI%2CGAGI%3BEACI%2CO7I%5C%2FxGb%2C2B6I%2BxGa%3B%3BAAEA%2CQAnCxB%2CKAAK%2CSAGT%2CSAAQ%2CKAAK%2CMAiBR%2CQAAK%2CQAMF%2CaACI%2CMACI%2CGACI%2CGAEI%2COAIK%3BAAAD%2CQAnCxB%2CKAAK%2CSAGT%2CSAAQ%2CKAAK%2CMAiBR%2CQAAK%2CQAMF%2CaACI%2CMACI%2CGACI%2CGAGI%2CKAGK%3BEACG%2Ca7IhzGX%2CiC6IgzGW%3B%3BAApCpC%2CQAAQ%2CKAAK%2CSAGT%2CSAAQ%2CKAAK%2CMAyCT%2CMAAK%2COAAQ%3BEACT%2CO7I1yGF%2CkB6I0yGE%3BE9I9lGZ%2CiBAAA%3B%3BA8IijGA%2CQAAQ%2CKAAK%2CSAGT%2CSAAQ%2CKAAK%2CMA6CT%2CMAAK%2CMAAM%2COAAQ%2CQAAK%3BEACpB%2CcAAA%3B%3BAAjDZ%2CQAAQ%2CKAAK%2CSAqDT%2CuBACI%2CMACI%2CGAEI%3BAAzDhB%2CQAAQ%2CKAAK%2CSAqDT%2CuBACI%2CMACI%2CGAGI%3BEACI%2CWAAA%3B%3BAAkFZ%2CeADJ%2CMACK%2CcACG%2COACI%3BEACI%2CcAAA%3BEACA%2CgBAAA%3B%3BAAJZ%2CeADJ%2CMACK%2CcACG%2COAMI%2CcACI%3BEzI%5C%2FvGpB%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2C4BAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3BELgDA%2CgBAAA%3BE8IwsGwB%2CoBAAA%3B%3BAzIrvGxB%2CeyI0uGI%2CMACK%2CcACG%2COAMI%2CcACI%2CQzInvGnB%3BAACD%2CeyIyuGI%2CMACK%2CcACG%2COAMI%2CcACI%2CQzIlvGnB%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CeyIouGI%2CMACK%2CcACG%2COAMI%2CcACI%2CQzI7uGnB%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CeyI%2BtGI%2CMACK%2CcACG%2COAMI%2CcACI%2CQzIxuGnB%3BAACD%2CeyI8tGI%2CMACK%2CcACG%2COAMI%2CcACI%2CQzIvuGnB%3BAACD%2CQAAQ%2CUAAW%2CgByI6tGf%2CMACK%2CcACG%2COAMI%2CcACI%3BEzIruGhB%2CoBAAA%3BEL%2BBJ%2CYAAA%3B%3BA8I6sGoB%2CeAhBhB%2CMACK%2CcACG%2COAaI%2CMACK%3BEACG%2CgBAAA%3B%3BAAMR%2CeAvBZ%2CMACK%2CcAqBG%2CGACK%3BEACG%2CWAAA%3BEACA%2CO7In6GD%2C2B6Im6GC%3BEACA%2Ca7Il7GK%2CiC6Ik7GL%3BEACA%2CmBAAA%3BEACA%2CsBAAA%3BEACA%2CsBAAA%3BEACA%2CgBAAA%3B%3BAAKJ%2CeAnCZ%2CMACK%2CcAiCG%2CGACK%2CMAEG%2CqBAAqB%3BAAFzB%2CeAnCZ%2CMACK%2CcAiCG%2CGACK%2CMAGG%2CqBAAqB%3BEACjB%2CO7Ih7Gd%2CkB6Ig7Gc%3BEACA%2Ca7Ip8Gd%2CkB6Io8Gc%3BE9IruGxB%2CiBAAA%3B%3BA8I8rGQ%2CeADJ%2CMACK%2CcA6CG%3BEACI%2CsBAAA%3B%3BAAhDhB%2CeACI%2CMAmDI%2CYAAY%3BEACR%2CgBAAA%3BEACA%2C8BAAA%3B%3BAAMA%2CeAFR%2CMAAK%2CQACD%2COACK%2CIAAI%3BE9IxvGjB%2CkBCtMiB%2CyBDsMjB%3BEAAA%2COCvMY%2CoBDuMZ%3B%3BA8I4rGA%2CeAmEI%2CmBACI%2CiBACI%3BEACI%2CUAAA%3B%3BAAtEhB%2CeAmEI%2CmBACI%2CiBACI%2CSAGI%2CsBACI%3BE%5C%2FEjiHvB%2CoBAAA%3B%3BEACC%2CiBAAA%3B%3BEACA%2CoBAAA%3B%3BEACA%2CqBAAA%3B%3BEACA%2CaAAA%3BEACA%2CeAAA%3BE%2BE8hH0B%2CeAAA%3B%3BAA3ExB%2CeAmEI%2CmBACI%2CiBACI%2CSAGI%2CsBACI%2CUAII%3BEACI%2CeAAA%3B%3BAAEA%2CeAbxB%2CmBACI%2CiBACI%2CSAGI%2CsBACI%2CUAII%2COAGK%2CIAAI%3BEACD%2CaAAA%3BEACA%2CcAAA%3B%3BAAlFhC%2CeAmEI%2CmBACI%2CiBACI%2CSAGI%2CsBACI%2CUAaI%3BEACI%2CcAAA%3BEACA%2CeAAA%3B%3BAAxF5B%2CeAmEI%2CmBACI%2CiBACI%2CSAGI%2CsBACI%2CUAaI%2CMAII%3BEACI%2CaAAA%3B%3BAAUhC%3BEACI%2CkBAAA%3B%3BAA8DJ%2CqBAEI%3BAAFJ%2CqBAGI%2CgBAAgB%3BEACZ%2CwBAAA%3B%3BAAoBR%3BEACI%2CgBAAA%3BEACA%2CYAAA%3B%3BAAFJ%2CgBAII%2COACI%3BEACI%2CgBAAA%3BEACA%2CiBAAA%3B%3BAAKI%2CgBARZ%2COAMI%2CeACI%2CUACK%3BEACG%2CgBAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CgBAbZ%2COAMI%2CeACI%2CUAMK%2CMACG%2CiBACI%2CSACI%3BAAHZ%2CgBAbZ%2COAMI%2CeACI%2CUAMK%2CMACG%2CiBACI%2CS1IpiHxB%2CMAAK%2CcAiED%2CiBAGM%3BE0Ik%2BGsB%2CoBAAA%3BEACA%2CqBAAA%3B%3BAAtBhC%2CgBAII%2COAMI%2CeACI%2CUAiBK%3BEACG%2CmBAAA%3B%3BAA7BpB%2CgBAII%2COAMI%2CeACI%2CUAiBK%2CSAGG%3BEACI%2CWAAA%3B%3BAAhCxB%2CgBAII%2COAMI%2CeACI%2CUAiBK%2CSAOI%3BEACG%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3BEACA%2Ca7I%5C%2FnHd%2CkB6I%2BnHc%3B%3BAAxCxB%2CgBAII%2COAMI%2CeAmCI%3BE%5C%2FEjsHf%2CoBAAA%3B%3BEACC%2CiBAAA%3B%3BEACA%2CoBAAA%3B%3BEACA%2CqBAAA%3B%3BEACA%2CaAAA%3BEACA%2CeAAA%3BE%2BE8rHkB%2C8BAAA%3BEACA%2CuBAAA%3B%3BAAhDhB%2CgBAII%2COAMI%2CeAmCI%2CiBAKI%3BEACI%2CmBAAA%3BEACA%2CsBAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3B%3BAAtDpB%2CgBAII%2COAMI%2CeAmCI%2CiBAKI%2CWAMI%3BEACI%2CaAAA%3BEACA%2CoBAAA%3B%3BAAEA%2CgBAxDpB%2COAMI%2CeAmCI%2CiBAKI%2CWAMI%2CEAIK%2CIAAI%3BEACD%2CO7IjoHlB%2CkB6IioHkB%3B%3BAA7D5B%2CgBAII%2COAMI%2CeAmCI%2CiBAqBI%3BEACI%2CSAAA%3B%3BAAnEpB%2CgBAII%2COAMI%2CeAmCI%2CiBAqBI%2CSAGI%3BAArEpB%2CgBAII%2COAMI%2CeAmCI%2CiBAqBI%2CSAII%3BAAtEpB%2CgBAII%2COAMI%2CeAmCI%2CiBAqBI%2CS1InlHhB%2CMAAK%2CcAiED%2CiBAGM%3BE0IohHc%2CSAAA%3B%3BAASxB%2CwBAEI%3BAADJ%2CgCACI%3BEACI%2CgBAAA%3BEACA%2CYAAA%3B%3BAAMI%2CwBAHR%2CqBAEI%2CUACK%2CIAAI%3BAAAL%2CgCAHR%2CqBAEI%2CUACK%2CIAAI%3BAAAL%2CwBAFR%2CQACI%2CUACK%2CIAAI%3BAAAL%2CgCAFR%2CQACI%2CUACK%2CIAAI%3BEACD%2CgBAAA%3BEACA%2CaAAA%3BEACA%2CyBAAA%3B%3BAAHJ%2CwBAHR%2CqBAEI%2CUACK%2CIAAI%2CkBAKD%3BAALJ%2CgCAHR%2CqBAEI%2CUACK%2CIAAI%2CkBAKD%3BAALJ%2CwBAFR%2CQACI%2CUACK%2CIAAI%2CkBAKD%3BAALJ%2CgCAFR%2CQACI%2CUACK%2CIAAI%2CkBAKD%3BEACI%2CO7IrqHD%2C2B6IqqHC%3BEACA%2Ca7IprHK%2CiC6IorHL%3BEACA%2Ca7ItrHK%2CiC6IsrHL%3B%3BAAIA%2CwBAfhB%2CqBAEI%2CUACK%2CIAAI%2CkBAWD%2CYACK%3BAAAD%2CgCAfhB%2CqBAEI%2CUACK%2CIAAI%2CkBAWD%2CYACK%3BAAAD%2CwBAdhB%2CQACI%2CUACK%2CIAAI%2CkBAWD%2CYACK%3BAAAD%2CgCAdhB%2CQACI%2CUACK%2CIAAI%2CkBAWD%2CYACK%3BEACG%2CaAAA%3B%3BAAvBxB%2CwBAOI%2CqBAsBI%3BAA5BR%2CgCAMI%2CqBAsBI%3BAA7BR%2CwBAQI%2CQAqBI%3BAA5BR%2CgCAOI%2CQAqBI%3BEACI%2CWAAA%3BE%5C%2FElwHf%2CoBAAA%3B%3BEACC%2CiBAAA%3B%3BEACA%2CoBAAA%3B%3BEACA%2CqBAAA%3B%3BEACA%2CaAAA%3BEACA%2CeAAA%3BE%2BE%2BvHc%2C2BAAA%3BEACA%2CmBAAA%3BEACA%2C8BAAA%3B%3BAAlCZ%2CwBAOI%2CqBAsBI%2CiBAOK%3BAAnCb%2CgCAMI%2CqBAsBI%2CiBAOK%3BAApCb%2CwBAQI%2CQAqBI%2CiBAOK%3BAAnCb%2CgCAOI%2CQAqBI%2CiBAOK%3BEACG%2CWAAA%3B%3BAArChB%2CwBAOI%2CqBAsBI%2CiBAOK%2CMAGG%3BAAtChB%2CgCAMI%2CqBAsBI%2CiBAOK%2CMAGG%3BAAvChB%2CwBAQI%2CQAqBI%2CiBAOK%2CMAGG%3BAAtChB%2CgCAOI%2CQAqBI%2CiBAOK%2CMAGG%3BAAvChB%2CwBAOI%2CqBAsBI%2CiBAOK%2CM1IroHb%2CMAAK%2CcAiED%2CiBAGM%3BA0I8hHV%2CgCAMI%2CqBAsBI%2CiBAOK%2CM1IroHb%2CMAAK%2CcAiED%2CiBAGM%3BA0I6hHV%2CwBAQI%2CQAqBI%2CiBAOK%2CM1IroHb%2CMAAK%2CcAiED%2CiBAGM%3BA0I8hHV%2CgCAOI%2CQAqBI%2CiBAOK%2CM1IroHb%2CMAAK%2CcAiED%2CiBAGM%3BEJqFV%2CgBCjMqB%2C6BDiMrB%3B%3BA8Ik%5C%2FGoB%2CwBAnChB%2CqBAsBI%2CiBAOK%2CMAGG%2COAGK%3BAAAD%2CgCAnChB%2CqBAsBI%2CiBAOK%2CMAGG%2COAGK%3BAAAD%2CwBAlChB%2CQAqBI%2CiBAOK%2CMAGG%2COAGK%3BAAAD%2CgCAlChB%2CQAqBI%2CiBAOK%2CMAGG%2COAGK%3BAAAD%2CwBAnChB%2CqBAsBI%2CiBAOK%2CM1IroHb%2CMAAK%2CcAiED%2CiBAGM%2CU0IukHW%3BAAAD%2CgCAnChB%2CqBAsBI%2CiBAOK%2CM1IroHb%2CMAAK%2CcAiED%2CiBAGM%2CU0IukHW%3BAAAD%2CwBAlChB%2CQAqBI%2CiBAOK%2CM1IroHb%2CMAAK%2CcAiED%2CiBAGM%2CU0IukHW%3BAAAD%2CgCAlChB%2CQAqBI%2CiBAOK%2CM1IroHb%2CMAAK%2CcAiED%2CiBAGM%2CU0IukHW%3BE9IlgHvB%2CuDAAA%3BEACK%2CoDAAA%3BEACC%2CmDAAA%3BEAcJ%2C%2BCAAA%3B%3BA8Iw8GA%2CwBAkDI%2CQACI%2CSACI%3BAAnDZ%2CgCAiDI%2CQACI%2CSACI%3BAApDZ%2CwBAkDI%2CQACI%2CS1IppHR%2CMAAK%2CcAiED%2CiBAGM%3BA0I8hHV%2CgCAiDI%2CQACI%2CS1IppHR%2CMAAK%2CcAiED%2CiBAGM%3BEJqFV%2CgBAAA%3B%3BA8Iw8GA%2CwBAkDI%2CQAOI%3BAAxDR%2CgCAiDI%2CQAOI%3BEACI%2CgBAAA%3B%3BAAKZ%2CKAAK%2CSAAS%3BAACd%2CKAAK%2CKAAK%3BAACV%2CKAAK%2CSAAS%3BAACd%2CKAAK%2COAAO%3BAACZ%2CKAAK%2COAAO%3BAACZ%2CKAAK%3BEACD%2CsBAAA%3B%3BAAOA%2CIAFA%2CQAEC%2C0BAA2B%2CcAExB%2COAAO%3BAADX%2CIAHA%2CQAGC%2C2BAA4B%2CoBACzB%2COAAO%3BEACH%2CgBAAA%3B%3BAALZ%2CIAAI%2CQASA%2CQAAO%2CKAEF%3BAAXT%2CIAAI%2CQASA%2CQAAO%2CKAGH%3BAAZR%2CIAAI%2CQASA%2CQAAO%2CKAIH%3BEACI%2CyBAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3B%3BAAIQ%2CIApBhB%2CQASA%2CQAAO%2CKAEF%2CSAOG%2CQACK%2CIAAI%2CcACA%2CIAAI%3BAAAL%2CIApBhB%2CQASA%2CQAAO%2CKAGH%2CmBAMI%2CQACK%2CIAAI%2CcACA%2CIAAI%3BAAAL%2CIApBhB%2CQASA%2CQAAO%2CKAIH%2CmBAKI%2CQACK%2CIAAI%2CcACA%2CIAAI%3BE9ItiHzB%2CWAAA%3B%3BA8I6jHY%2CIA3CR%2CQASA%2CQAAO%2CKAiCH%2CkBACK%2CIAAI%3BEACD%2CaAAA%3B%3BAA5ChB%2CIAAI%2CQASA%2CQAAO%2CKAuCH%3BEACI%2CO7IhxHO%2C2B6IgxHP%3B%3BAAjDZ%2CIAAI%2CQASA%2CQAAO%2CKA2CH%2COAAM%2CuBACF%2CiBAEI%2CMAEI%2CGAEI%3BAA3DxB%2CIAAI%2CQASA%2CQAAO%2CKA2CH%2COAAM%2CuBACF%2CiBAGI%2CMACI%2CGAEI%3BAA3DxB%2CIAAI%2CQASA%2CQAAO%2CKA2CH%2COAAM%2CuBACF%2CiBAEI%2CMAEI%2CGAGI%3BAA5DxB%2CIAAI%2CQASA%2CQAAO%2CKA2CH%2COAAM%2CuBACF%2CiBAGI%2CMACI%2CGAGI%3BEACI%2CWAAA%3B%3BAA7D5B%2CIAAI%2CQAqEA%3BEACI%2CgBAAA%3B%3BAAtER%2CIAAI%2CQAyEA%2CSACI%3BEACI%2CYAAA%3B%3BAA3EZ%2CIAAI%2CQAgFA%2CgBACI%2CMAAK%3BEACD%2CgBAAA%3B%3BAAlFZ%2CIAAI%2CQAgFA%2CgBACI%2CMAAK%2CgBAGD%2CMAGI%3BAAvFhB%2CIAAI%2CQAgFA%2CgBACI%2CMAAK%2CgBAID%2CMAEI%3BAAvFhB%2CIAAI%2CQAgFA%2CgBACI%2CMAAK%2CgBAGD%2CMAII%3BAAxFhB%2CIAAI%2CQAgFA%2CgBACI%2CMAAK%2CgBAID%2CMAGI%3BEACI%2CoBAAA%3BEACA%2CWAAA%3BEACA%2CyBAAA%3B%3BAA3FpB%2CIAAI%2CQAgFA%2CgBACI%2CMAAK%2CgBAcD%2CMACI%3BEACI%2C2BAAA%3B%3BAAOhB%2CIAxGA%2CQAwGC%2CkBACG%2CQAAO%2CKAAM%2CiBAAiB%2CWAAW%3BEzIprHjD%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2C4BAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3BELgDA%2CgBAAA%3B%3BAK7CA%2CIyI%2BjHI%2CQAwGC%2CkBACG%2CQAAO%2CKAAM%2CiBAAiB%2CWAAW%2CQzIxqHhD%3BAACD%2CIyI8jHI%2CQAwGC%2CkBACG%2CQAAO%2CKAAM%2CiBAAiB%2CWAAW%2CQzIvqHhD%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CIyIyjHI%2CQAwGC%2CkBACG%2CQAAO%2CKAAM%2CiBAAiB%2CWAAW%2CQzIlqHhD%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CIyIojHI%2CQAwGC%2CkBACG%2CQAAO%2CKAAM%2CiBAAiB%2CWAAW%2CQzI7pHhD%3BAACD%2CIyImjHI%2CQAwGC%2CkBACG%2CQAAO%2CKAAM%2CiBAAiB%2CWAAW%2CQzI5pHhD%3BAACD%2CQAAQ%2CUAAW%2CKyIkjHf%2CQAwGC%2CkBACG%2CQAAO%2CKAAM%2CiBAAiB%2CWAAW%3BEzI1pH7C%2CoBAAA%3BEL%2BBJ%2CYAAA%3B%3BA8IgoHA%2CQAAS%2CoBAAoB%3BAAAa%2CqBAAsB%2CoBAAoB%3BAAAa%2CiBAAkB%2CoBAAoB%3BEACnI%2CkBAAA%3B%3BAAEJ%3BAACA%3BEAMI%2CgBAAA%3B%3BAAPJ%2CYAEI%3BAADJ%2CsBACI%3BE9Ij5HJ%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BE8I44HQ%2CSAAA%3B%3BAAJR%2CYASI%3BAARJ%2CsBAQI%3BAATJ%2CYAUI%3BAATJ%2CsBASI%3BEACI%2C6BAAA%3BEACA%2CUAAA%3BEACA%2CyBAAA%3BEACA%2CaAAA%3B%3BAAdR%2CYASI%2CSAOI%2CKAAI%2CMACA%2CMACI%3BAAjBhB%2CsBAQI%2CSAOI%2CKAAI%2CMACA%2CMACI%3BAAlBhB%2CYAUI%2C%2BBAMI%2CKAAI%2CMACA%2CMACI%3BAAjBhB%2CsBASI%2C%2BBAMI%2CKAAI%2CMACA%2CMACI%3BEACI%2CcAAA%3BEACA%2CcAAA%3B%3BAAEA%2CYAbhB%2CSAOI%2CKAAI%2CMACA%2CMACI%2CEAIK%2CIAAI%3BAAAL%2CsBAbhB%2CSAOI%2CKAAI%2CMACA%2CMACI%2CEAIK%2CIAAI%3BAAAL%2CYAZhB%2C%2BBAMI%2CKAAI%2CMACA%2CMACI%2CEAIK%2CIAAI%3BAAAL%2CsBAZhB%2C%2BBAMI%2CKAAI%2CMACA%2CMACI%2CEAIK%2CIAAI%3BEACD%2CO7It2Hd%2CkB6Is2Hc%3B%3BAAGJ%2CYAjBhB%2CSAOI%2CKAAI%2CMACA%2CMACI%2CEAQK%3BAAAD%2CsBAjBhB%2CSAOI%2CKAAI%2CMACA%2CMACI%2CEAQK%3BAAAD%2CYAhBhB%2C%2BBAMI%2CKAAI%2CMACA%2CMACI%2CEAQK%3BAAAD%2CsBAhBhB%2C%2BBAMI%2CKAAI%2CMACA%2CMACI%2CEAQK%3BEACG%2CuBAAA%3B%3BAA3BxB%2CYASI%2CSAOI%2CKAAI%2CMACA%2CMAcI%3BAA9BhB%2CsBAQI%2CSAOI%2CKAAI%2CMACA%2CMAcI%3BAA%5C%2FBhB%2CYAUI%2C%2BBAMI%2CKAAI%2CMACA%2CMAcI%3BAA9BhB%2CsBASI%2C%2BBAMI%2CKAAI%2CMACA%2CMAcI%3BEACI%2C6BAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3B%3BAAGJ%2CYA5BZ%2CSAOI%2CKAAI%2CMACA%2CMAoBK%2CQACG%3BAADJ%2CsBA5BZ%2CSAOI%2CKAAI%2CMACA%2CMAoBK%2CQACG%3BAADJ%2CYA3BZ%2C%2BBAMI%2CKAAI%2CMACA%2CMAoBK%2CQACG%3BAADJ%2CsBA3BZ%2C%2BBAMI%2CKAAI%2CMACA%2CMAoBK%2CQACG%3BEACI%2CO7Ix3HJ%2C4B6Iw3HI%3BEACA%2CcAAA%3BEACA%2CgBAAA%3B%3BAA4GxB%2CcAAc%3BEACV%2CyBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3B%3BAAGJ%3BEACI%2CsBAAA%3BEACA%2CgBAAA%3B%3BAAFJ%2CmBAII%2CMAAK%2CMAAO%2CWAAU%3BEAClB%2Ca7I9%5C%2FHiB%2CiC6I8%5C%2FHjB%3B%3BAALR%2CmBAQI%2CGAAE%2CKAAK%3BEACH%2CyBAAA%3BEACA%2CsBAAA%3BEACA%2CgCAAA%3B%3BAAXR%2CmBAcI%2CMACI%2CGACI%2CGAAE%3BEACE%2CiBAAA%3BEACA%2CoBAAA%3BEACA%2CkBAAA%3BEACA%2C%2BBAAA%3B%3BAApBhB%2CmBAyBI%2CMACI%2CGACI%3BEACI%2CgCAAA%3BEACA%2C%2BBAAA%3B%3BAA7BhB%2CmBAyBI%2CMACI%2CGACI%2CGAII%2CWAAU%2CMACN%3BEACI%2C0BAAA%3B%3BAAjCxB%2CmBAyBI%2CMACI%2CGAWI%3BAArCZ%2CmBAyBI%2CMACI%2CGAYI%3BAAtCZ%2CmBAyBI%2CMACI%2CGAaI%3BEACI%2CaAAA%3B%3BAAxChB%2CmBAyBI%2CMACI%2CGAiBI%3BEACI%2CkBAAA%3B%3BAA5ChB%2CmBAyBI%2CMACI%2CGAiBI%2CsBAGI%3BEACI%2CWAAA%3B%3BAA%5C%2FCpB%2CmBAyBI%2CMACI%2CGAiBI%2CsBAGI%2CiBAGI%2CQAAO%3BEACH%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3B%3BAArDxB%2CmBAyBI%2CMACI%2CGAiBI%2CsBAcI%3BEACI%2CwBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CQAAA%3BE9I32HtB%2CmB8I42HkC%2CgB9I52HlC%3BEACK%2CgB8I22H6B%2CgB9I32H7B%3BEACC%2Ce8I02H4B%2CgB9I12H5B%3BEAcJ%2CW8I41HgC%2CgB9I51HhC%3BE8I81HoB%2CSAAA%3B%3BAAhEpB%2CmBAyBI%2CMACI%2CGAiBI%2CsBAcI%2CmBASI%3BEACI%2CsBAAA%3BE9Ij2HxB%2CeCnMoB%2C4BDmMpB%3B%3BA8Iy2HgB%2CmBAlDZ%2CMAgDK%2CYAAY%2CGACT%2CGACK%2CYAAY%3BEACT%2CaAAA%3B%3BAA5EpB%2CmBAkFI%3BEACI%2CYAAA%3B%3BA7IzpIR%3BEAEI%2C2BAAA%3BEAGA%2C6CAAA%3BEACA%2CuBAAA%3BEACA%2CkBAAA%3BEAGA%2CiDAAA%3BEACA%2CiCAAA%3BEAGA%2CuCAAwC%2CiCAAxC%3BEACA%2CuCAAA%3BEACA%2C0CAAA%3BEAGA%2CqBAAqB%2C0BAArB%3BEAIA%2CgCAAA%3BEACA%2CsBAAA%3BEACA%2C4BAAA%3BEACA%2CeAAe%2C4BAAf%3BEACA%2CsBAAsB%2C4BAAtB%3BEAGA%2CqBAAA%3BEACA%2CiCAAA%3BEACA%2C6BAA6B%2C4BAA7B%3BEACA%2C4BAAA%3BEACA%2C6BAAA%3BEACA%2C0BAAA%3BEACA%2C%2BBAAA%3BEAGA%2CmBAAA%3BEACA%2CeAAe%2CkBAAf%3BEACA%2CmBAAA%3BEAEA%2CgCAAA%3BEACA%2CsBAAsB%2C2BAAtB%3BEAEA%2CoBAAoB%2C%2BBAApB%3BEAEA%2C8BAAA%3BEACA%2CiCAAiC%2C2BAAjC%3BEACA%2C2BAAA%3BEACA%2CuBAAuB%2CkBAAvB%3BEAEA%2CoDAAA%3BEAGA%2C0BAAA%3BEACA%2CgCAAA%3BEACA%2CsBAAsB%2CkBAAtB%3BEAGA%2C2BAAA%3BEACA%2C4BAAA%3BEACA%2CwBAAA%3B%3BAAwGR%3BEIhHI%2CsBAAA%3BELiPA%2CgBAAA%3BEAAA%2CkBCvMY%2CoBDuMZ%3BEAAA%2CWAAA%3BEAAA%2CeAAA%3BEAAA%2CqBAAA%3BEAAA%2CoBAAA%3BEAAA%2CaClMkB%2C0BDkMlB%3BEAAA%2CSAAA%3BEAAA%2CiBAAA%3BEAAA%2CiBAAA%3BEAAA%2CoBAAA%3BEK9NA%2CsBAAA%3BEACA%2CsBAAA%3B%3BAAiBA%2CYAAC%3BAACD%2CYAAC%3BEL2MD%2CYCrMwB%2CgCDqMxB%3BEAAA%2CkBC9MoB%2C4BD8MpB%3BEAAA%2COCpMmB%2C2BDoMnB%3B%3BAK%5C%2FLA%2CYAAC%3BEL%2BLD%2CYCrMwB%2CgCDqMxB%3BEAAA%2CkBC9MoB%2C4BD8MpB%3BEAAA%2COCpMmB%2C2BDoMnB%3B%3BAKnLA%2CYAAC%3BAACD%2CYAAC%3BAACD%2CQAAQ%2CUAAW%3BELiLnB%2CYAAA%3BEK%5C%2FKI%2CeAAA%3BEACA%2CoBAAA%3B%3B%3BAJ%2BLR%3BEACI%3BIACI%2COAAA%3BIACA%2CUAAA%3B%3BEAGJ%3BIACI%2CUAAA%3B%3BEAGJ%3BIACI%2CYAAA%3B%3BEAGJ%3BIACI%2CUAAA%3B%3BEAGJ%3BIACI%2CSAAA%3B%3B%3BAAIR%3BEACI%3BIACI%2COAAA%3BIACA%2CUAAA%3B%3BEAGJ%3BIACI%2CUAAA%3B%3BEAGJ%3BIACI%2CYAAA%3B%3BEAGJ%3BIACI%2CUAAA%3B%3BEAGJ%3BIACI%2CSAAA%3B%3B%3BAAIR%3BAA61DI%2CkBAqCI%2CkBACI%2CKACI%2CYACI%2CUACI%2CSACI%3BAA2oBxB%2CeA8MI%2CwBAKI%2CQAAO%3BAAsLf%2C8BACI%2CaACI%2CiBACK%2CWACI%3BAAlkCjB%2CkBAqCI%2CkBACI%2CKACI%2CYACI%2CUACI%2CSG9lEpB%2CMAAK%2CcAiED%2CiBAGM%3BEHqJV%2CkBAAA%3B%3BAAEA%2CeAAC%3BAA01DD%2CkBAqCI%2CkBACI%2CKACI%2CYACI%2CUACI%2CSACI%2COAp4DvB%3BAA%2BgFD%2CeA8MI%2CwBAKI%2CQAAO%2CQAluFd%3BAA01DD%2CkBAqCI%2CkBACI%2CKACI%2CYACI%2CUACI%2CSG9lEpB%2CMAAK%2CcAiED%2CiBAGM%2CUHuJT%3BEACG%2CkBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CUAAA%3BEACA%2CMAAA%3BEACA%2COAAA%3BEACA%2CUAAA%3BEACA%2CYAAY%2C0OAAZ%3BEACA%2CUAAA%3BEACA%2CYAAA%3BEACA%2CWAAW%2CkBAAX%3BEACA%2CkBAAA%3BEACA%2CmCAAA%3BEACA%2CmBAAA%3B%3BAAMJ%3BEDrFA%2CaClNgB%2CwBDkNhB%3BEqKykBA%2C6BAAA%3BEpKlfI%2CkBAAA%3B%3BAAEA%2CUAAC%3BEACG%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CMAAA%3B%3BAAMJ%2CMADG%2COAAO%2CMACT%3BEACG%2CoBAAA%3B%3BAAIR%2CUAAW%2CEAAC%3BAACZ%2CKAAK%2CIAAI%2CYAAY%3BAACrB%2CQAAQ%2CIAAI%2CYAAY%3BAACxB%2CMAAM%2CIAAI%2CYAAY%3BEAClB%2CUAAA%3BEACA%2CkBAAA%3BEACA%2C6BAAA%3B%3BAAkBR%2CQAd2B%3BEACvB%2CQACI%3BIACI%2CiBAAA%3BIACA%2CYAAA%3B%3B%3BAAqDR%2CuBAEI%2CkBAAkB%2CQAAO%2CSAAU%2CSAAQ%3BAAF%5C%2FC%2CuBAGI%2CSAAQ%3BED7Ld%2CoDAAA%3BEACK%2CiDAAA%3BEACC%2CgDAAA%3BEAcJ%2C4CAAA%3B%3BACmLA%3BEACI%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3B%3BAAJJ%2CuBAKI%3BEACI%2CeAAA%3BEACA%2CiBAAA%3B%3BAAPR%2CuBAKI%2CEAGG%3BEACK%2CeAAA%3BEACA%2CkBAAA%3B%3BAAIZ%3BEACI%2CkBAAA%3B%3BAADJ%2CgBAEI%3BEACI%2CcAAA%3B%3BAAGR%2CiBAAkB%2CQAAO%2CMAAO%2CGAAG%2CEAAC%3BEAChC%2CaAAA%3B%3BAAMI%2CWADJ%2CQACK%2CWACI%3BEACG%2CcAAA%3B%3BAAKhB%3BEDrNA%2CMC1LiB%2CyBD0LjB%3B%3BACyNA%2CaACI%2CGAAE%3BEACE%2CSAAA%3BEACA%2CUAAA%3B%3BAAHR%2CaACI%2CGAAE%2CYAIE%3BEACI%2C6BAAA%3B%3BAANZ%2CaACI%2CGAAE%2CYAQE%3BEDlOR%2COC1LiB%2CyBD0LjB%3BECoOY%2CcAAA%3B%3BAAEA%2CaAZR%2CGAAE%2CYAQE%2CEAIK%3BEACG%2COArbI%2C4BAqbJ%3B%3BAAoBQ%2CiBAZpB%2CcAQI%2CwBACK%2CKACI%2CSACG%2CEACK%3BED3PzB%2CSCkP%2BB%2CODlP%5C%2FB%3BEAAA%2CaCyIsB%2CYDzItB%3BEAAA%2CiBAAA%3BEO5NA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CmCAAA%3BEP0NA%2CaCgPkC%2CmBDhPlC%3BEC8P4B%2CmBAAA%3BED9P5B%2CiBAAA%3B%3BACyPgB%2CiBAVZ%2CcAQI%2CwBACK%2CKACI%2CSACG%2CEAQI%2CSAAQ%3BEACJ%2CSAAA%3BEACA%2CWAAA%3B%3BAAIA%2CiBAzBxB%2CcAQI%2CwBACK%2CKACI%2CSACG%2CEAaK%2CMACI%3BEACG%2COAvdZ%2C4BAudY%3B%3BAAUR%2CiBApCpB%2CcAQI%2CwBACK%2CKAuBG%2CkBAGI%2CQAAO%2CSACF%3BEDnRzB%2CSCmPgC%2CODnPhC%3BEAAA%2CaCyIsB%2CYDzItB%3BEAAA%2CiBAAA%3BEO5NA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CmCAAA%3BEP0NA%2CaCgPkC%2CmBDhPlC%3BECsR4B%2CgBAAA%3BEDtR5B%2CiBAAA%3B%3BAC6OA%2CiBAEI%2CcAQI%2CwBACK%2CKAuBG%2CkBAGI%2CQAAO%2CSASH%2CSAAQ%3BEACJ%2CWAAA%3BEACA%2CMAAA%3B%3BAAIA%2CiBAlDxB%2CcAQI%2CwBACK%2CKAuBG%2CkBAGI%2CQAAO%2CSAcF%2CMACI%3BEACG%2COAhfZ%2C4BAgfY%3B%3BAAYZ%2CiBA%5C%2FDhB%2CcA4DI%2CcACI%2CYACI%2CaACK%3BEACG%2CSAAS%2COAAT%3BED%5C%2FSxB%2CaCgPkC%2CmBDhPlC%3BECiTwB%2CgBAAA%3BEDjTxB%2CiBAAA%3B%3BACsTwB%2CiBAvEpB%2CcA4DI%2CcACI%2CYACI%2CaAQK%2CMACI%3BEACG%2COArgBR%2C4BAqgBQ%3B%3BAAgBA%2CiBAxFxB%2CcA%2BEI%2CQACK%2CMACG%2CGAEK%2CiBAAkB%2CeAGf%2CQAAO%2COAEF%3BAAAD%2CiBAxFxB%2CcA%2BEI%2CQACK%2CMACG%2CGAGK%2CmBAEG%2CQAAO%2COAEF%3BAAAD%2CiBAxFxB%2CcA%2BEI%2CQACK%2CMACG%2CGAEK%2CiBAAkB%2CeAIf%2CEAAC%2CeACI%3BAAAD%2CiBAxFxB%2CcA%2BEI%2CQACK%2CMACG%2CGAGK%2CmBAGG%2CEAAC%2CeACI%3BEDvU7B%2CSCiP8B%2CODjP9B%3BEAAA%2CaCyIsB%2CYDzItB%3BEAAA%2CiBAAA%3BEO5NA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CmCAAA%3BEP0NA%2CaCgPkC%2CmBDhPlC%3BEAAA%2CiBAAA%3B%3BAC8UgC%2CiBA%5C%2FF5B%2CcA%2BEI%2CQACK%2CMACG%2CGAEK%2CiBAAkB%2CeAGf%2CQAAO%2COAQF%2CMACI%3BAAAD%2CiBA%5C%2FF5B%2CcA%2BEI%2CQACK%2CMACG%2CGAGK%2CmBAEG%2CQAAO%2COAQF%2CMACI%3BAAAD%2CiBA%5C%2FF5B%2CcA%2BEI%2CQACK%2CMACG%2CGAEK%2CiBAAkB%2CeAIf%2CEAAC%2CeAOI%2CMACI%3BAAAD%2CiBA%5C%2FF5B%2CcA%2BEI%2CQACK%2CMACG%2CGAGK%2CmBAGG%2CEAAC%2CeAOI%2CMACI%3BEACG%2COA7hBhB%2C4BA6hBgB%3B%3BAAQ5B%2CiBAxGJ%2CcAwGK%2CSACG%2CcAAc%2CYAAY%2CaAAY%3BAAD1C%2CiBAxGJ%2CcAwGK%2CSAEG%2CwBAA0B%2CKAAG%2CEAAC%3BAAFlC%2CiBAxGJ%2CcAwGK%2CSAGG%2CwBAA0B%2CKAAG%2CkBAAoB%2CIAAC%3BEAC9C%2CmCAAA%3B%3BAAKZ%2CiBAAC%2CSACG%2CYACI%3BEACI%2CgBAAA%3B%3BAAIZ%2CiBAAC%2CSAGG%3BED1WR%2CeAAA%3B%3BACuWI%2CiBAAC%2CSAGG%2CQAGI%3BED7WZ%2COC9LU%2CkBD8LV%3B%3BACuWI%2CiBAAC%2CSAGG%2CQAOI%3BEACI%2CgBAAA%3B%3BAAXZ%2CiBAAC%2CSAGG%2CQAWI%2CQAAQ%3BAAdhB%2CiBAAC%2CSAGG%2CQAYI%2CQAAO%2COAAO%3BEDtX1B%2COC9LU%2CkBD8LV%3B%3BACuWI%2CiBAAC%2CSAwBG%3BEACI%2CgBAAA%3B%3BAAzBR%2CiBAAC%2CSAwBG%2CcAGI%3BEACI%2CaAAA%3B%3BAA5BZ%2CiBAAC%2CSAgCG%3BEACI%2CSAAA%3B%3BAAjCR%2CiBAAC%2CSAoCG%3BEACI%2CWAAA%3B%3BAArCR%2CiBAAC%2CSAwCG%3BAAxCJ%2CiBAAC%2CSAyCG%3BEACI%2COAAA%3B%3BAAKR%2CiBAAC%2CSAGG%2CcACI%3BEACI%2CaAAA%3B%3BAALZ%2CiBAAC%2CSASG%3BEACI%2CgBAAA%3BEDhaZ%2CiBAAA%3BEAAA%2CoBAAA%3B%3BACsZI%2CiBAAC%2CSAcG%3BEACI%2CWAAA%3B%3BAAfR%2CiBAAC%2CSAiBG%3BEACI%2COAAA%3B%3BAAlBR%2CiBAAC%2CSAiBG%2CYAGI%3BEACI%2CgBAAA%3BEACA%2CcAAA%3B%3BAAIZ%2CiBAAC%2CSACG%3BEACI%2COAAA%3B%3BAAFR%2CiBAAC%2CSAIG%3BEACI%2CuBAAA%3B%3BAALR%2CiBAAC%2CSAOG%2C2BACI%3BEACI%2CaAAA%3B%3BAAOhB%3BEACI%2CiBAAA%3B%3BAAKJ%2CwBAHyD%3BEAGzD%3BIAFQ%2CgBAAA%3B%3B%3BAAKA%2CaADJ%2CkBACK%2CSACG%3BEACI%2CkBAAA%3BEACA%2CWAAA%3B%3BAAkYnB%3BEACC%2CSAAS%2CEAAT%3BEACA%2CeAAA%3BEACA%2CMAAA%3BEACA%2COAAA%3BEACA%2CQAAA%3BEACA%2CaAAA%3BEACM%2C8BAAA%3BEACN%2CeAAA%3BEACA%2CYAAA%3BEACM%2CUAAA%3BEACA%2CkBAAA%3BEACA%2C4BAAA%3B%3BAAIP%3BEACC%2CaAAA%3BEACA%2CsBAAA%3BEDh3BA%2CmBCi3BY%2CgBDj3BZ%3BEACK%2CgBCg3BO%2CgBDh3BP%3BEACC%2CeC%2B2BM%2CgBD%5C%2F2BN%3BEAcJ%2CWCi2BU%2CgBDj2BV%3BECm2BF%2CUAAA%3BEDn3BA%2CwBAAA%3BEACK%2CqBAAA%3BEACC%2CoBAAA%3BEAcJ%2CgBAAA%3BE%2BDnHH%2CeAAA%3BEACA%2CMAAA%3BEACG%2CSAAA%3BEACH%2CsBAAA%3BE%5C%2FDgHG%2CQAAA%3BE%2BD9GH%2CgBAAA%3BEACA%2CSAAA%3BE%5C%2FD6FC%2CmB%2BD%5C%2FGqB%2CuB%5C%2FD%2BGrB%3BEACK%2CgB%2BDhHgB%2CuB%5C%2FDgHhB%3BEACC%2Ce%2BDjHe%2CuB%5C%2FDiHf%3BEAcJ%2CW%2BD%5C%2FHmB%2CuB%5C%2FD%2BHnB%3BEAhBF%2CiDAAA%3BEACK%2C8CAAA%3BEACC%2C6CAAA%3BEAcJ%2CyCAAA%3BEAAA%2CYAAA%3BEAAA%2CUAAA%3BEAAA%2CgBAAA%3B%3BAC81BH%2CgBAOC%3BEACC%2CyBAAA%3B%3BAAMA%2CwBAJqD%3BEAIrD%2CgBAPD%3BIAIE%2CaAAA%3B%3B%3BAAXH%2CgBAOC%2CeAOC%3BEACC%2CoBAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2COA9jCmB%2C2BA8jCnB%3BEACY%2CyBAAA%3BEACZ%2CeAAA%3B%3BAArBH%2CgBAOC%2CeAOC%2CgBAQa%3BEACI%2CeAAA%3B%3BAAEhB%2CgBAlBF%2CeAOC%2CgBAWE%3BEACA%2COAtkCmB%2C4BAskCnB%3B%3BAA1BJ%2CgBA%2BBC%3BEACC%2CcAAA%3BEACA%2CoBAAA%3BEACS%2CkBAAA%3BEACT%2CaAAA%3BEACA%2CsBAAA%3BEACS%2CgBAAA%3BEACA%2CgBAAA%3B%3BAAIA%2CwBAH4C%3BEAG5C%2CgBAXV%3BIASE%2CkBAAA%3B%3B%3BAAxCH%2CgBA%2BBC%2CgBAWU%3BEACI%2CmBAAA%3BEACA%2CcAAA%3B%3BAA5Cf%2CgBA%2BBC%2CgBAWU%2CUAGI%3BED5oCZ%2CUAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BECyoCgB%2CcAAA%3BEACA%2CgBAAA%3BEACA%2COA5lCG%2C2BA4lCH%3BEACA%2CgBAAA%3B%3BAAlDnB%2CgBA%2BBC%2CgBAWU%2CUAUI%2CkBACI%3BEACI%2CaAAA%3B%3BAAIJ%2CgBA3BlB%2CgBAWU%2CUAeI%2CQAAO%2COACF%3BEACG%2CwBAAA%3B%3BAA3DvB%2CgBA%2BBC%2CgBAWU%2CUAoBI%2CGAAE%3BEACE%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3B%3BAACA%2CgBApClB%2CgBAWU%2CUAoBI%2CGAAE%2CSAKG%3BAACD%2CgBArClB%2CgBAWU%2CUAoBI%2CGAAE%2CSAMG%3BEACG%2CwBAAA%3B%3BAArEvB%2CgBA%2BBC%2CgBAWU%2CUAoBI%2CGAAE%2CSASE%3BEACI%2COAlnCV%2CkBAknCU%3BEACA%2CgBAAA%3B%3BAAQvB%2CaAGC%3BEDl7BE%2COC1LiB%2CyBD0LjB%3BEAAA%2CiBAAA%3BECw7BD%2CkBAAA%3BEACA%2CeAAA%3B%3BAACS%2CaARV%2CKAQW%3BEACG%2CSAAS%2COAAT%3BED37BZ%2CaCg7B8B%2CmBDh7B9B%3BEC67BY%2CgBAAA%3BED77BZ%2CiBAAA%3B%3BACk8BY%2CaAhBd%2CKAeW%2CMACI%3BEACG%2COAjpCI%2C4BAipCJ%3B%3BAAMnB%2CYAAY%2CQAAS%3BEDz9BpB%2CuBAAA%3BEACK%2CoBAAA%3BEACC%2CmBAAA%3BEAcJ%2CeAAA%3BEC48BF%2CUAAA%3B%3BAAGD%2CYAAY%2CQAAS%3BEACpB%2CUAAA%3BEACM%2CmBAAA%3B%3BAAWgB%2CaALP%2CmBACT%2CsBACI%2CeAAe%2CMACX%2CuBACI%2CSACK%3BEACG%2CSAAS%2CKAAT%3BEACA%2CoBAAA%3B%3BAAIA%2CaAXX%2CmBACT%2CsBACI%2CeAAe%2CMACX%2CuBACI%2CSAMK%2CMACI%3BEDl%5C%2FB3B%2CmBCm%5C%2FB0C%2CeDn%5C%2FB1C%3BEACK%2CgBCk%5C%2FBqC%2CeDl%5C%2FBrC%3BEACC%2CeCi%5C%2FBoC%2CeDj%5C%2FBpC%3BEAcJ%2CWCm%2BBwC%2CeDn%2BBxC%3B%3BACg%5C%2FBA%2CeACI%2CeACK%2CWAEI%2CWAAS%2CQAAO%3BAAJ7B%2CeACI%2CeACK%2CWAGG%3BEACI%2CyBAAA%3BEDt%5C%2FBhB%2CiBAAA%3BECw%5C%2FBgB%2CmBAAA%3B%3BAAkBhB%2CiBACI%2CuBACI%3BEACI%2CgBAAA%3B%3BAAHZ%2CiBACI%2CuBACI%2CaAGI%3BEACI%2CaAlvCK%2C%2BBCpDC%2C8CDsyCN%3BEACA%2CkBAAA%3B%3BAAMhB%2CMAAM%2CWACF%3BEACI%2CkBAruCE%2CkBAquCF%3BEDzhCR%2CeCnMoB%2C4BDmMpB%3BEC2hCQ%2CYAAA%3B%3BAAJR%2CMAAM%2CWACF%2CSAKI%2CaACI%3BEACI%2CSAAA%3BED%5C%2FhChB%2CeCnMoB%2C4BDmMpB%3BECiiCgB%2C6BAAA%3B%3BAAVhB%2CMAAM%2CWAeF%2CQAAO%3BEDtiCX%2CeCnMoB%2C4BDmMpB%3BECwiCQ%2CkBAAA%3BEACA%2CmBAAA%3BEI1xCR%2CsBAAA%3BELiPA%2CgBAAA%3BEAAA%2CkBCvMY%2CoBDuMZ%3BEAAA%2CWAAA%3BEAAA%2CeAAA%3BEAAA%2CqBAAA%3BEAAA%2CoBAAA%3BEAAA%2CaClMkB%2C0BDkMlB%3BEAAA%2CSAAA%3BEAAA%2CiBAAA%3BEAAA%2CiBAAA%3BEAAA%2CoBAAA%3BEK9NA%2CsBAAA%3BEACA%2CsBAAA%3B%3BAAiBA%2CMJmuCM%2CWAeF%2CQAAO%2CUIlvCV%3BAACD%2CMJkuCM%2CWAeF%2CQAAO%2CUIjvCV%3BEL2MD%2CYCrMwB%2CgCDqMxB%3BEAAA%2CkBC9MoB%2C4BD8MpB%3BEAAA%2COCpMmB%2C2BDoMnB%3B%3BAK%5C%2FLA%2CMJstCM%2CWAeF%2CQAAO%2CUIruCV%3BEL%2BLD%2CYCrMwB%2CgCDqMxB%3BEAAA%2CkBC9MoB%2C4BD8MpB%3BEAAA%2COCpMmB%2C2BDoMnB%3B%3BAKnLA%2CMJ0sCM%2CWAeF%2CQAAO%2CUIztCV%3BAACD%2CMJysCM%2CWAeF%2CQAAO%2CUIxtCV%3BAACD%2CQAAQ%2CUAAW%2COJwsCb%2CWAeF%2CQAAO%3BEDtiCX%2CYAAA%3BEK%5C%2FKI%2CeAAA%3BEACA%2CoBAAA%3B%3BAA9BJ%2CMJmuCM%2CWAeF%2CQAAO%2CUIlvCV%3BAACD%2CMJkuCM%2CWAeF%2CQAAO%2CUIjvCV%3BEL2MD%2CYCrMwB%2CgCDqMxB%3BEAAA%2CkBC9MoB%2C4BD8MpB%3BEAAA%2COCpMmB%2C2BDoMnB%3B%3BAK%5C%2FLA%2CMJstCM%2CWAeF%2CQAAO%2CUIruCV%3BEL%2BLD%2CYCrMwB%2CgCDqMxB%3BEAAA%2CkBC9MoB%2C4BD8MpB%3BEAAA%2COCpMmB%2C2BDoMnB%3B%3BAKnLA%2CMJ0sCM%2CWAeF%2CQAAO%2CUIztCV%3BAACD%2CMJysCM%2CWAeF%2CQAAO%2CUIxtCV%3BAACD%2CQAAQ%2CUAAW%2COJwsCb%2CWAeF%2CQAAO%3BEDtiCX%2CYAAA%3BEK%5C%2FKI%2CeAAA%3BEACA%2CoBAAA%3B%3BAJ8uCA%2CcAAC%3BEACG%2CoBAAA%3BEACA%2CYAAA%3B%3BAACA%2CcAHH%2CSAGI%3BEACG%2C2BAAA%3B%3BAAMJ%2CuBADJ%2CkBACK%2CMAEG%3BAADJ%2CuBAFJ%2CkBAEK%2CMACG%3BE8Dx2Cf%2CoBAAA%3B%3BEACC%2CiBAAA%3B%3BEACA%2CoBAAA%3B%3BEACA%2CqBAAA%3B%3BEACA%2CaAAA%3BEACA%2CeAAA%3BE9Dy2CkB%2CmBAAA%3B%3BAALA%2CuBAJZ%2CkBACK%2CMAEG%2C4BACK%2CIAAI%3BAAAL%2CuBAJZ%2CkBAEK%2CMACG%2C4BACK%2CIAAI%3BEACD%2CqBAAA%3B%3BAAMJ%2CuBAXZ%2CkBACK%2CMAEG%2C4BAQK%3BAAAD%2CuBAXZ%2CkBAEK%2CMACG%2C4BAQK%3BEACG%2CSAAS%2CgBAAT%3BEACA%2CqBAAA%3BEACA%2C0BAAA%3BEACA%2CiBAAA%3B%3BAAdZ%2CuBADJ%2CkBACK%2CMAkBG%3BAAjBJ%2CuBAFJ%2CkBAEK%2CMAiBG%3BEACI%2CWAAA%3BEACA%2CgBAAA%3B%3BAAIR%2CuBAzBJ%2CkBAyBK%2CMACG%3BEACI%2CgBAAA%3BEACA%2C%2BBAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEDvnClB%2CmBCwnC8B%2CaDxnC9B%3BEACK%2CgBCunCyB%2CaDvnCzB%3BEACC%2CeCsnCwB%2CaDtnCxB%3BEAcJ%2CWCwmC4B%2CaDxmC5B%3B%3BAC%2BmCA%2CQAGI%2CcACI%3BEACI%2CcAAA%3BEACA%2CaAAA%3B%3BAANZ%2CQAGI%2CcAMI%2CeACI%3BEACI%2CkBAAA%3B%3BAAQJ%2CQAHR%2CEAAC%2CqBAEG%2CEACK%3BAAAD%2CQAFR%2CEAAC%2CwBACG%2CEACK%3BEACG%2CSAAS%2CGAAT%3BEACA%2CkBAAA%3B%3BAAMhB%2CeACI%2CwBAEI%2CMAGK%3BAANb%2CeACI%2CwBAGI%2CkBAEK%3BAANb%2CeACI%2CwBAEI%2CMAII%2CeAAc%3BAAP1B%2CeACI%2CwBAGI%2CkBAGI%2CeAAc%3BEACV%2CkBAAA%3B%3BAAEA%2CeATZ%2CwBAEI%2CMAGK%2CIAII%3BAAAD%2CeATZ%2CwBAGI%2CkBAEK%2CIAII%3BAAAD%2CeATZ%2CwBAEI%2CMAII%2CeAAc%2CKAGT%3BAAAD%2CeATZ%2CwBAGI%2CkBAGI%2CeAAc%2CKAGT%3BEACG%2CqBAAA%3BEACA%2CsBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CaAAA%3BEACA%2CcAAA%3BEACA%2CmCAAA%3BEACA%2CoBAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2CeArBZ%2CwBAEI%2CMAGK%2CIAgBI%3BAAAD%2CeArBZ%2CwBAGI%2CkBAEK%2CIAgBI%3BAAAD%2CeArBZ%2CwBAEI%2CMAII%2CeAAc%2CKAeT%3BAAAD%2CeArBZ%2CwBAGI%2CkBAGI%2CeAAc%2CKAeT%3BEACG%2CSAAS%2CEAAT%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEqHh6CpB%2C4BAAA%3BEtH6OF%2CiCAAA%3BEACK%2C8BAAA%3BEACC%2C6BAAA%3BEAcJ%2CyBAAA%3BEAhBF%2CoCAAA%3BEACK%2CiCAAA%3BEACC%2CgCAAA%3BEAcJ%2C4BAAA%3BECqqCoB%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CqBAAA%3BEDxrCtB%2CmBCyrCkC%2CaDzrClC%3BEACK%2CgBCwrC6B%2CaDxrC7B%3BEACC%2CeCurC4B%2CaDvrC5B%3BEAcJ%2CWCyqCgC%2CaDzqChC%3BEC2qCoB%2CYAAA%3BEACA%2CUAAA%3BEACA%2C6BAAA%3BEACA%2C4BAAA%3B%3BAAIA%2CeAvChB%2CwBAEI%2CMAGK%2CIAiCI%2CMACI%3BAAAD%2CeAvChB%2CwBAGI%2CkBAEK%2CIAiCI%2CMACI%3BAAAD%2CeAvChB%2CwBAEI%2CMAII%2CeAAc%2CKAgCT%2CMACI%3BAAAD%2CeAvChB%2CwBAGI%2CkBAGI%2CeAAc%2CKAgCT%2CMACI%3BEACG%2CUAAA%3BEACA%2CmBAAA%3B%3BAAKJ%2CeA9ChB%2CwBAEI%2CMAGK%2CIAwCG%2COACK%3BAAAD%2CeA9ChB%2CwBAGI%2CkBAEK%2CIAwCG%2COACK%3BAAAD%2CeA9ChB%2CwBAEI%2CMAII%2CeAAc%2CKAuCV%2COACK%3BAAAD%2CeA9ChB%2CwBAGI%2CkBAGI%2CeAAc%2CKAuCV%2COACK%3BEACG%2CkBAAA%3BEACA%2CUAAA%3B%3BAAIR%2CeApDZ%2CwBAEI%2CMAGK%2CIA%2BCI%2CIAAI%2CQACD%3BAADJ%2CeApDZ%2CwBAGI%2CkBAEK%2CIA%2BCI%2CIAAI%2CQACD%3BAADJ%2CeApDZ%2CwBAEI%2CMAII%2CeAAc%2CKA8CT%2CIAAI%2CQACD%3BAADJ%2CeApDZ%2CwBAGI%2CkBAGI%2CeAAc%2CKA8CT%2CIAAI%2CQACD%3BEDhsCpB%2CWAAA%3B%3BAC0oCA%2CeACI%2CwBA4DI%2CkBACI%2C0BACI%2CEACI%3BEACI%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEDjtCxB%2CiBAAA%3BECmtCwB%2CaAl7Cd%2CkBAk7Cc%3BEACA%2CWAAA%3BEACA%2C0BAAA%3B%3BAACA%2CeA3EpB%2CwBA4DI%2CkBACI%2C0BACI%2CEACI%2CMAYK%3BEACG%2CSAAA%3B%3BAAIR%2CeAhFhB%2CwBA4DI%2CkBACI%2C0BACI%2CEAkBK%2CIAAI%2CQACD%3BED5tCxB%2COC7MmB%2C2BD6MnB%3B%3BACiuCoB%2CeAtFhB%2CwBA4DI%2CkBACI%2C0BACI%2CEAwBK%2CWACG%3BEACI%2CgBAAA%3B%3BAAIR%2CeA5FhB%2CwBA4DI%2CkBACI%2C0BACI%2CEA8BK%2CMACG%3BEACI%2COAv7CR%2C4BAu7CQ%3B%3BAAU5B%2CQACI%2CQAEI%2CaAAa%3BAAHrB%2CQACI%2CQAGI%2CaAAa%3BEACT%2CgBAAA%3BEACA%2CSAAA%3B%3BAANZ%2CQACI%2CQAEI%2CaAAa%2CKAKT%3BAARZ%2CQACI%2CQAGI%2CaAAa%2CMAIT%3BAARZ%2CQACI%2CQAEI%2CaAAa%2CKAMT%3BAATZ%2CQACI%2CQAGI%2CaAAa%2CMAKT%3BEACI%2CSAAA%3B%3BAAEA%2CQAXZ%2CQAEI%2CaAAa%2CKAKT%2CGAIK%2CMACG%3BAADJ%2CQAXZ%2CQAGI%2CaAAa%2CMAIT%2CGAIK%2CMACG%3BAADJ%2CQAXZ%2CQAEI%2CaAAa%2CKAMT%2CMAGK%2CMACG%3BAADJ%2CQAXZ%2CQAGI%2CaAAa%2CMAKT%2CMAGK%2CMACG%3BEACI%2COA%5C%2F8CJ%2C4BA%2B8CI%3B%3BAAOZ%2CQApBR%2CQAmBI%2CEACK%2CIAAI%3BEACD%2COAt9CG%2C2BAs9CH%3B%3BAA0GZ%2CQAAC%2CIAAI%2CaACD%3BAADJ%2CQAAC%2CIAAI%2CaAED%3BE8DjpDX%2CoBAAA%3B%3BEACC%2CiBAAA%3B%3BEACA%2CoBAAA%3B%3BEACA%2CqBAAA%3B%3BEACA%2CaAAA%3BEACA%2CeAAA%3B%3BA9D0oDM%2CQAAC%2CIAAI%2CaACD%2C8BAIK%3BAALT%2CQAAC%2CIAAI%2CaAED%2COAGK%3BAALT%2CQAAC%2CIAAI%2CaACD%2C8BAKI%3BAANR%2CQAAC%2CIAAI%2CaAED%2COAII%3BEACI%2CoBAAA%3BEACA%2C8BAAA%3BEACA%2COAxkDN%2CkBAwkDM%3BEACA%2CYAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CoBAAA%3B%3BAAEA%2CQAhBX%2CIAAI%2CaACD%2C8BAIK%2CIAWI%3BAAAD%2CQAhBX%2CIAAI%2CaAED%2COAGK%2CIAWI%3BAAAD%2CQAhBX%2CIAAI%2CaACD%2C8BAKI%2CYAUK%3BAAAD%2CQAhBX%2CIAAI%2CaAED%2COAII%2CYAUK%3BEACG%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CwBAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CQA3BX%2CIAAI%2CaACD%2C8BAIK%2CIAsBI%2CUAAU%3BAAAX%2CQA3BX%2CIAAI%2CaAED%2COAGK%2CIAsBI%2CUAAU%3BAAAX%2CQA3BX%2CIAAI%2CaACD%2C8BAKI%2CYAqBK%2CUAAU%3BAAAX%2CQA3BX%2CIAAI%2CaAED%2COAII%2CYAqBK%2CUAAU%3BEACP%2CaAAA%3B%3BAAGJ%2CQA%5C%2FBX%2CIAAI%2CaACD%2C8BAIK%2CIA0BI%3BAAAD%2CQA%5C%2FBX%2CIAAI%2CaAED%2COAGK%2CIA0BI%3BAAAD%2CQA%5C%2FBX%2CIAAI%2CaACD%2C8BAKI%2CYAyBK%3BAAAD%2CQA%5C%2FBX%2CIAAI%2CaAED%2COAII%2CYAyBK%3BEACG%2CWAAA%3B%3BAAEA%2CQAlCf%2CIAAI%2CaACD%2C8BAIK%2CIA0BI%2CYAGI%3BAAAD%2CQAlCf%2CIAAI%2CaAED%2COAGK%2CIA0BI%2CYAGI%3BAAAD%2CQAlCf%2CIAAI%2CaACD%2C8BAKI%2CYAyBK%2CYAGI%3BAAAD%2CQAlCf%2CIAAI%2CaAED%2COAII%2CYAyBK%2CYAGI%3BEDr6CvB%2CyCAAA%3BEACK%2CsCAAA%3BEACC%2CqCAAA%3BEAcJ%2CiCAAA%3B%3BAC65CgB%2CwBAH0D%3BEAG1D%2CQA1CX%2CIAAI%2CaACD%2C8BAIK%2CIA0BI%3BEAWD%2CQA1CX%2CIAAI%2CaAED%2COAGK%2CIA0BI%3BEAWD%2CQA1CX%2CIAAI%2CaACD%2C8BAKI%2CYAyBK%3BEAWD%2CQA1CX%2CIAAI%2CaAED%2COAII%2CYAyBK%3BIASO%2CWAAA%3B%3B%3BAAIR%2CQA5CX%2CIAAI%2CaACD%2C8BAIK%2CIAuCI%3BAAAD%2CQA5CX%2CIAAI%2CaAED%2COAGK%2CIAuCI%3BAAAD%2CQA5CX%2CIAAI%2CaACD%2C8BAKI%2CYAsCK%3BAAAD%2CQA5CX%2CIAAI%2CaAED%2COAII%2CYAsCK%3BEACG%2CWAAA%3B%3BAAEA%2CQA%5C%2FCf%2CIAAI%2CaACD%2C8BAIK%2CIAuCI%2CYAGI%3BAAAD%2CQA%5C%2FCf%2CIAAI%2CaAED%2COAGK%2CIAuCI%2CYAGI%3BAAAD%2CQA%5C%2FCf%2CIAAI%2CaACD%2C8BAKI%2CYAsCK%2CYAGI%3BAAAD%2CQA%5C%2FCf%2CIAAI%2CaAED%2COAII%2CYAsCK%2CYAGI%3BEDl7CvB%2CgEAAA%3BEACK%2C6DAAA%3BEACC%2C4DAAA%3BEAcJ%2CwDAAA%3B%3BAC46CoB%2CwBAJqD%3BEAIrD%2CQAzDf%2CIAAI%2CaACD%2C8BAIK%2CIAuCI%3BEAaG%2CQAzDf%2CIAAI%2CaAED%2COAGK%2CIAuCI%3BEAaG%2CQAzDf%2CIAAI%2CaACD%2C8BAKI%2CYAsCK%3BEAaG%2CQAzDf%2CIAAI%2CaAED%2COAII%2CYAsCK%3BIAUO%2CWAAA%3B%3B%3BAAMR%2CwBAH0D%3BEAG1D%2CQA5DX%2CIAAI%2CaACD%2C8BAIK%2CIAuCI%3BEAgBD%2CQA5DX%2CIAAI%2CaAED%2COAGK%2CIAuCI%3BEAgBD%2CQA5DX%2CIAAI%2CaACD%2C8BAKI%2CYAsCK%3BEAgBD%2CQA5DX%2CIAAI%2CaAED%2COAII%2CYAsCK%3BIAcO%2CaAAA%3B%3B%3BAAIR%2CQA9DX%2CIAAI%2CaACD%2C8BAIK%2CIAyDI%3BAAAD%2CQA9DX%2CIAAI%2CaAED%2COAGK%2CIAyDI%3BAAAD%2CQA9DX%2CIAAI%2CaACD%2C8BAKI%2CYAwDK%3BAAAD%2CQA9DX%2CIAAI%2CaAED%2COAII%2CYAwDK%3BEACG%2CWAAA%3B%3BAAEA%2CQAjEf%2CIAAI%2CaACD%2C8BAIK%2CIAyDI%2CYAGI%3BAAAD%2CQAjEf%2CIAAI%2CaAED%2COAGK%2CIAyDI%2CYAGI%3BAAAD%2CQAjEf%2CIAAI%2CaACD%2C8BAKI%2CYAwDK%2CYAGI%3BAAAD%2CQAjEf%2CIAAI%2CaAED%2COAII%2CYAwDK%2CYAGI%3BEDp8CvB%2CuFAAA%3BEACK%2CoFAAA%3BEACC%2CmFAAA%3BEAcJ%2C%2BEAAA%3B%3BAC87CgB%2CwBAHyD%3BEAGzD%2CQA3EX%2CIAAI%2CaACD%2C8BAIK%2CIAyDI%3BEAaD%2CQA3EX%2CIAAI%2CaAED%2COAGK%2CIAyDI%3BEAaD%2CQA3EX%2CIAAI%2CaACD%2C8BAKI%2CYAwDK%3BEAaD%2CQA3EX%2CIAAI%2CaAED%2COAII%2CYAwDK%3BIAWO%2CaAAA%3B%3B%3BAAIR%2CQA7EX%2CIAAI%2CaACD%2C8BAIK%2CIAwEI%3BAAAD%2CQA7EX%2CIAAI%2CaAED%2COAGK%2CIAwEI%3BAAAD%2CQA7EX%2CIAAI%2CaACD%2C8BAKI%2CYAuEK%3BAAAD%2CQA7EX%2CIAAI%2CaAED%2COAII%2CYAuEK%3BEACG%2CWAAA%3B%3BAAEA%2CQAhFf%2CIAAI%2CaACD%2C8BAIK%2CIAwEI%2CYAGI%3BAAAD%2CQAhFf%2CIAAI%2CaAED%2COAGK%2CIAwEI%2CYAGI%3BAAAD%2CQAhFf%2CIAAI%2CaACD%2C8BAKI%2CYAuEK%2CYAGI%3BAAAD%2CQAhFf%2CIAAI%2CaAED%2COAII%2CYAuEK%2CYAGI%3BEDn9CvB%2C8GAAA%3BEACK%2C2GAAA%3BEACC%2C0GAAA%3BEAcJ%2CsGAAA%3B%3BAC88CgB%2CwBAH%2BC%3BEAG%5C%2FC%2CQA3FX%2CIAAI%2CaACD%2C8BAIK%2CIAwEI%3BEAcD%2CQA3FX%2CIAAI%2CaAED%2COAGK%2CIAwEI%3BEAcD%2CQA3FX%2CIAAI%2CaACD%2C8BAKI%2CYAuEK%3BEAcD%2CQA3FX%2CIAAI%2CaAED%2COAII%2CYAuEK%3BIAYO%2CaAAA%3B%3B%3BAAIR%2CQA7FX%2CIAAI%2CaACD%2C8BAIK%2CIAwFI%3BAAAD%2CQA7FX%2CIAAI%2CaAED%2COAGK%2CIAwFI%3BAAAD%2CQA7FX%2CIAAI%2CaACD%2C8BAKI%2CYAuFK%3BAAAD%2CQA7FX%2CIAAI%2CaAED%2COAII%2CYAuFK%3BEACG%2CWAAA%3B%3BAAEA%2CQAhGf%2CIAAI%2CaACD%2C8BAIK%2CIAwFI%2CYAGI%3BAAAD%2CQAhGf%2CIAAI%2CaAED%2COAGK%2CIAwFI%2CYAGI%3BAAAD%2CQAhGf%2CIAAI%2CaACD%2C8BAKI%2CYAuFK%2CYAGI%3BAAAD%2CQAhGf%2CIAAI%2CaAED%2COAII%2CYAuFK%2CYAGI%3BEDn%2BCvB%2CqIAAA%3BEACK%2CkIAAA%3BEACC%2CiIAAA%3BEAcJ%2C6HAAA%3B%3BAC%2B9CgB%2CwBAH%2BC%3BEAG%5C%2FC%2CQA5GX%2CIAAI%2CaACD%2C8BAIK%2CIAwFI%3BEAeD%2CQA5GX%2CIAAI%2CaAED%2COAGK%2CIAwFI%3BEAeD%2CQA5GX%2CIAAI%2CaACD%2C8BAKI%2CYAuFK%3BEAeD%2CQA5GX%2CIAAI%2CaAED%2COAII%2CYAuFK%3BIAaO%2CaAAA%3B%3B%3BAAIR%2CQA9GX%2CIAAI%2CaACD%2C8BAIK%2CIAyGI%3BAAAD%2CQA9GX%2CIAAI%2CaAED%2COAGK%2CIAyGI%3BAAAD%2CQA9GX%2CIAAI%2CaACD%2C8BAKI%2CYAwGK%3BAAAD%2CQA9GX%2CIAAI%2CaAED%2COAII%2CYAwGK%3BEACG%2CWAAA%3B%3BAAEA%2CQAjHf%2CIAAI%2CaACD%2C8BAIK%2CIAyGI%2CUAGI%3BAAAD%2CQAjHf%2CIAAI%2CaAED%2COAGK%2CIAyGI%2CUAGI%3BAAAD%2CQAjHf%2CIAAI%2CaACD%2C8BAKI%2CYAwGK%2CUAGI%3BAAAD%2CQAjHf%2CIAAI%2CaAED%2COAII%2CYAwGK%2CUAGI%3BEACG%2CUAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2C2DAAA%3B%3BAAIR%2CQAzHX%2CIAAI%2CaACD%2C8BAIK%2CIAoHI%3BAAAD%2CQAzHX%2CIAAI%2CaAED%2COAGK%2CIAoHI%3BAAAD%2CQAzHX%2CIAAI%2CaACD%2C8BAKI%2CYAmHK%3BAAAD%2CQAzHX%2CIAAI%2CaAED%2COAII%2CYAmHK%3BEACG%2CWAAA%3B%3BAAEA%2CQA5Hf%2CIAAI%2CaACD%2C8BAIK%2CIAoHI%2CUAGI%3BAAAD%2CQA5Hf%2CIAAI%2CaAED%2COAGK%2CIAoHI%2CUAGI%3BAAAD%2CQA5Hf%2CIAAI%2CaACD%2C8BAKI%2CYAmHK%2CUAGI%3BAAAD%2CQA5Hf%2CIAAI%2CaAED%2COAII%2CYAmHK%2CUAGI%3BED%5C%2F%5C%2FCvB%2CyCAAA%3BEACK%2CsCAAA%3BEACC%2CqCAAA%3BEAcJ%2CiCAAA%3B%3BAC%2B%5C%2FCoB%2CwBAX%2BC%3BEAW%5C%2FC%2CQA5If%2CIAAI%2CaACD%2C8BAIK%2CIAoHI%3BEAmBG%2CQA5If%2CIAAI%2CaAED%2COAGK%2CIAoHI%3BEAmBG%2CQA5If%2CIAAI%2CaACD%2C8BAKI%2CYAmHK%3BEAmBG%2CQA5If%2CIAAI%2CaAED%2COAII%2CYAmHK%3BIASO%2CWAAA%3B%3BEAEA%2CQApInB%2CIAAI%2CaACD%2C8BAIK%2CIAoHI%2CUAWQ%3BEAAD%2CQApInB%2CIAAI%2CaAED%2COAGK%2CIAoHI%2CUAWQ%3BEAAD%2CQApInB%2CIAAI%2CaACD%2C8BAKI%2CYAmHK%2CUAWQ%3BEAAD%2CQApInB%2CIAAI%2CaAED%2COAII%2CYAmHK%2CUAWQ%3BIDvgD3B%2CuFAAA%3BIACK%2CoFAAA%3BIACC%2CmFAAA%3BIAcJ%2C%2BEAAA%3B%3B%3BACwgDgB%2CwBAToD%3BEASpD%2CQArJX%2CIAAI%2CaACD%2C8BAIK%2CIAoHI%3BEA4BD%2CQArJX%2CIAAI%2CaAED%2COAGK%2CIAoHI%3BEA4BD%2CQArJX%2CIAAI%2CaACD%2C8BAKI%2CYAmHK%3BEA4BD%2CQArJX%2CIAAI%2CaAED%2COAII%2CYAmHK%3BIAoBO%2CWAAA%3B%3BEAEA%2CQA%5C%2FInB%2CIAAI%2CaACD%2C8BAIK%2CIAoHI%2CUAsBQ%3BEAAD%2CQA%5C%2FInB%2CIAAI%2CaAED%2COAGK%2CIAoHI%2CUAsBQ%3BEAAD%2CQA%5C%2FInB%2CIAAI%2CaACD%2C8BAKI%2CYAmHK%2CUAsBQ%3BEAAD%2CQA%5C%2FInB%2CIAAI%2CaAED%2COAII%2CYAmHK%2CUAsBQ%3BIDlhD3B%2CgEAAA%3BIACK%2C6DAAA%3BIACC%2C4DAAA%3BIAcJ%2CwDAAA%3B%3B%3BAC0gDgB%2CQAvJX%2CIAAI%2CaACD%2C8BAIK%2CIAkJI%3BAAAD%2CQAvJX%2CIAAI%2CaAED%2COAGK%2CIAkJI%3BAAAD%2CQAvJX%2CIAAI%2CaACD%2C8BAKI%2CYAiJK%3BAAAD%2CQAvJX%2CIAAI%2CaAED%2COAII%2CYAiJK%3BAACD%2CQAxJX%2CIAAI%2CaACD%2C8BAIK%2CIAmJI%3BAAAD%2CQAxJX%2CIAAI%2CaAED%2COAGK%2CIAmJI%3BAAAD%2CQAxJX%2CIAAI%2CaACD%2C8BAKI%2CYAkJK%3BAAAD%2CQAxJX%2CIAAI%2CaAED%2COAII%2CYAkJK%3BAACD%2CQAzJX%2CIAAI%2CaACD%2C8BAIK%2CIAoJI%3BAAAD%2CQAzJX%2CIAAI%2CaAED%2COAGK%2CIAoJI%3BAAAD%2CQAzJX%2CIAAI%2CaACD%2C8BAKI%2CYAmJK%3BAAAD%2CQAzJX%2CIAAI%2CaAED%2COAII%2CYAmJK%3BEACG%2CWAAA%3B%3BAAIR%2CQA9JP%2CIAAI%2CaACD%2C8BA6JK%3BAAAD%2CQA9JP%2CIAAI%2CaAED%2COA4JK%3BEACG%2CaAAA%3B%3BAAhKhB%2CQAqKI%3BEACI%2CoBAAA%3B%3BAAkBJ%2CeAFY%2CeAEX%3BAAFL%2CeAAgB%2CeAGX%2COAAI%3BEACD%2CgBAAA%3B%3BAAUJ%2CcAAC%2CSAAU%3BAAFf%2CcAGI%2CUAAS%2CKAAK%2CMAAM%2CIAAI%3BEACpB%2CqBAAA%3BEACA%2CsBAAA%3B%3BAAHJ%2CcAAC%2CSAAU%2CeAKN%2CIAAC%2CIAAI%3BAAPd%2CcAGI%2CUAAS%2CKAAK%2CMAAM%2CIAAI%2CeAInB%2CIAAC%2CIAAI%3BEACF%2CqBAAA%3BEACA%2CsBAAA%3B%3BAAMZ%2CGAAG%2CIAAI%2C%2BBACH%2CUAAS%2CQAAQ%3BEDpkDrB%2CkBAAA%3B%3BACmkDA%2CGAAG%2CIAAI%2C%2BBACH%2CUAAS%2CQAAQ%2CKAIb%3BEACI%2CcAAA%3B%3BAANZ%2CGAAG%2CIAAI%2C%2BBACH%2CUAAS%2CQAAQ%2CKAIb%2CmBAGI%3BEACI%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAVhB%2CGAAG%2CIAAI%2C%2BBACH%2CUAAS%2CQAAQ%2CKAab%2CsBACI%2CIAAG%3BEACC%2CqBAAA%3B%3BAAhBhB%2CGAAG%2CIAAI%2C%2BBACH%2CUAAS%2CQAAQ%2CKAab%2CsBACI%2CIAAG%2CqBAGC%2CkBACI%3BEACI%2CSAAA%3B%3BAAGJ%2CGAvBjB%2CIAAI%2C%2BBACH%2CUAAS%2CQAAQ%2CKAab%2CsBACI%2CIAAG%2CqBAGC%2CkBAKK%3BEACG%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CUAAA%3BEACA%2CmBAAA%3B%3BAAJJ%2CGAvBjB%2CIAAI%2C%2BBACH%2CUAAS%2CQAAQ%2CKAab%2CsBACI%2CIAAG%2CqBAGC%2CkBAKK%2CKAMG%3BEACI%2C2BAAA%3B%3BAAIA%2CGAlCzB%2CIAAI%2C%2BBACH%2CUAAS%2CQAAQ%2CKAab%2CsBACI%2CIAAG%2CqBAGC%2CkBAKK%2CKAUG%2CeACK%2CIAAI%3BEACD%2COAlzDtB%2CkBAkzDsB%3B%3BAAGJ%2CGAtCzB%2CIAAI%2C%2BBACH%2CUAAS%2CQAAQ%2CKAab%2CsBACI%2CIAAG%2CqBAGC%2CkBAKK%2CKAUG%2CeAKK%3BEACG%2CeAAA%3B%3BAAvChC%2CGAAG%2CIAAI%2C%2BBACH%2CUAAS%2CQAAQ%2CKAab%2CsBAgCI%3BEACI%2CaAAA%3B%3BAA%5C%2FChB%2CGAAG%2CIAAI%2C%2BBACH%2CUAAS%2CQAAQ%2CKAab%2CsBAoCI%2C0BACI%2CQAAO%3BEACH%2CaAAA%3B%3BAApDpB%2CGAAG%2CIAAI%2C%2BBACH%2CUAAS%2CQAAQ%2CKAab%2CsBA0CI%3BEACI%2CcAAA%3B%3BAAQA%2CwBAN%2BC%3BEAM%5C%2FC%2CGAjEb%2CIAAI%2C%2BBACH%2CUAAS%2CQAAQ%2CKAab%2CsBA0CI%3BIAIQ%2CUAAU%2CoBAAV%3BIACA%2CaAAA%3BIACA%2CgBAAA%3B%3B%3BAAIA%2CGAlEjB%2CIAAI%2C%2BBACH%2CUAAS%2CQAAQ%2CKAab%2CsBA0CI%2CqBASI%2COACK%3BEACG%2CSAAS%2CYAAY%2CGAArB%3BEACA%2CaAt2Dd%2CkBAs2Dc%3BEACA%2CmBAAA%3BEACA%2COAt1DL%2C2BAs1DK%3B%3BAAtExB%2CGAAG%2CIAAI%2C%2BBACH%2CUAAS%2CQAAQ%2CKAab%2CsBA0CI%2CqBASI%2COAQI%3BEACI%2COA31DJ%2C4BA21DI%3B%3BAA1ExB%2CGAAG%2CIAAI%2C%2BBACH%2CUAAS%2CQAAQ%2CKA%2BEb%3BAAhFR%2CGAAG%2CIAAI%2C%2BBACH%2CUAAS%2CQAAQ%2CKAgFb%2CSAAQ%2CKAAM%3BEDppDtB%2CiBAAA%3B%3BACmkDA%2CGAAG%2CIAAI%2C%2BBACH%2CUAAS%2CQAAQ%2CKAoFb%2C0BACI%2CMACI%2CGAEI%3BAAzFpB%2CGAAG%2CIAAI%2C%2BBACH%2CUAAS%2CQAAQ%2CKAoFb%2C0BACI%2CMACI%2CGAGI%3BEACI%2CUAAA%3B%3BAA3FxB%2CGAAG%2CIAAI%2C%2BBACH%2CUAAS%2CQAAQ%2CKAoFb%2C0BACI%2CMACI%2CGAOI%3BEACI%2CSAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2COAp3DL%2C2BAo3DK%3B%3BAApGxB%2CGAAG%2CIAAI%2C%2BBACH%2CUAAS%2CQAAQ%2CKAyGb%2CsBACI%3BEACI%2CaAAA%3B%3BAA5GhB%2CGAAG%2CIAAI%2C%2BBACH%2CUAAS%2CQAAQ%2CKAyGb%2CsBAKI%2CQAAO%3BAA%5C%2FGnB%2CGAAG%2CIAAI%2C%2BBACH%2CUAAS%2CQAAQ%2CKAyGb%2CsBAMI%2COAAM%3BEDnrDlB%2CgBCjMqB%2C6BDiMrB%3BECqrDgB%2CWAAA%3BEIt6DhB%2CsBAAA%3BELiPA%2CYC9MoB%2C4BD8MpB%3BEAAA%2CkBC9MoB%2C4BD8MpB%3BEAAA%2COC9MoB%2C4BD8MpB%3BEAAA%2CeAAA%3BEAAA%2CqBAAA%3BEAAA%2CoBAAA%3BEAAA%2CSAAA%3BEAAA%2CiBAAA%3BEAAA%2CiBAAA%3BEAAA%2CoBAAA%3BEK9NA%2CsBAAA%3BEACA%2CsBAAA%3BEL6MF%2CoDAAA%3BEACK%2CiDAAA%3BEACC%2CgDAAA%3BEAcJ%2C4CAAA%3BEC8rDgB%2CWAAA%3BEACA%2CaA95DN%2CkBA85DM%3B%3BAI34DhB%2CGJ%2BwDG%2CIAAI%2C%2BBACH%2CUAAS%2CQAAQ%2CKAyGb%2CsBAKI%2CQAAO%2COI93DlB%3BAAAD%2CGJ%2BwDG%2CIAAI%2C%2BBACH%2CUAAS%2CQAAQ%2CKAyGb%2CsBAMI%2COAAM%2CYI%5C%2F3DjB%3BAACD%2CGJ8wDG%2CIAAI%2C%2BBACH%2CUAAS%2CQAAQ%2CKAyGb%2CsBAKI%2CQAAO%2COI73DlB%3BAAAD%2CGJ8wDG%2CIAAI%2C%2BBACH%2CUAAS%2CQAAQ%2CKAyGb%2CsBAMI%2COAAM%2CYI93DjB%3BEL2MD%2CYCrMwB%2CgCDqMxB%3BEAAA%2CkBC9MoB%2C4BD8MpB%3BEAAA%2COCpMmB%2C2BDoMnB%3B%3BAK%5C%2FLA%2CGJkwDG%2CIAAI%2C%2BBACH%2CUAAS%2CQAAQ%2CKAyGb%2CsBAKI%2CQAAO%2COIj3DlB%3BAAAD%2CGJkwDG%2CIAAI%2C%2BBACH%2CUAAS%2CQAAQ%2CKAyGb%2CsBAMI%2COAAM%2CYIl3DjB%3BEL%2BLD%2CYCrMwB%2CgCDqMxB%3BEAAA%2CkBC9MoB%2C4BD8MpB%3BEAAA%2COCpMmB%2C2BDoMnB%3B%3BAKnLA%2CGJsvDG%2CIAAI%2C%2BBACH%2CUAAS%2CQAAQ%2CKAyGb%2CsBAKI%2CQAAO%2COIr2DlB%3BAAAD%2CGJsvDG%2CIAAI%2C%2BBACH%2CUAAS%2CQAAQ%2CKAyGb%2CsBAMI%2COAAM%2CYIt2DjB%3BAACD%2CGJqvDG%2CIAAI%2C%2BBACH%2CUAAS%2CQAAQ%2CKAyGb%2CsBAKI%2CQAAO%2COIp2DlB%3BAAAD%2CGJqvDG%2CIAAI%2C%2BBACH%2CUAAS%2CQAAQ%2CKAyGb%2CsBAMI%2COAAM%2CYIr2DjB%3BAACD%2CQAAQ%2CUAAW%2CIJovDhB%2CIAAI%2C%2BBACH%2CUAAS%2CQAAQ%2CKAyGb%2CsBAKI%2CQAAO%3BAIn2DnB%2CQAAQ%2CUAAW%2CIJovDhB%2CIAAI%2C%2BBACH%2CUAAS%2CQAAQ%2CKAyGb%2CsBAMI%2COAAM%3BEDnrDlB%2CYAAA%3BEK%5C%2FKI%2CeAAA%3BEACA%2CoBAAA%3B%3BAJ%2B2DY%2CGA9Hb%2CIAAI%2C%2BBACH%2CUAAS%2CQAAQ%2CKAyGb%2CsBAKI%2CQAAO%2COAeF%3BAAAD%2CGA9Hb%2CIAAI%2C%2BBACH%2CUAAS%2CQAAQ%2CKAyGb%2CsBAMI%2COAAM%2CYAcD%3BEACG%2CaAAA%3B%3BAA%5C%2FHpB%2CGAAG%2CIAAI%2C%2BBACH%2CUAAS%2CQAAQ%2CKAyGb%2CsBAwBI%2COAAM%3BEACF%2CkBAAA%3BEACA%2CoBAAA%3BEDvsDhB%2CeCnMoB%2C4BDmMpB%3BECysDgB%2CYAAA%3B%3BAAtIhB%2CGAAG%2CIAAI%2C%2BBACH%2CUAAS%2CQAAQ%2CKAyGb%2CsBAwBI%2COAAM%2CYAKF%3BEACI%2CWAAA%3B%3BAAIJ%2CGA5Ib%2CIAAI%2C%2BBACH%2CUAAS%2CQAAQ%2CKAyGb%2CsBAiCI%2CmBACK%3BEACG%2CaAAA%3B%3BAA7IpB%2CGAAG%2CIAAI%2C%2BBACH%2CUAAS%2CQAAQ%2CKAiJb%3BEACI%2CgBAAA%3BEDttDZ%2CaAAA%3BEAAA%2CyBAAA%3BECytDY%2CkBAAA%3B%3BAAEA%2CGAxJT%2CIAAI%2C%2BBACH%2CUAAS%2CQAAQ%2CKAiJb%2CcAMK%2CIAAI%3BEACD%2CgBAAA%3B%3BAAgLhB%2CIAAK%2CuBAAuB%3BEACxB%2CSAAA%3B%3BAADJ%2CIAAK%2CuBAAuB%2CsBAGxB%3BEACI%2CyBAAA%3B%3BAAJR%2CIAAK%2CuBAAuB%2CsBAOxB%3BEACI%2CkBAAA%3BEACA%2CUAAA%3BEACA%2COAAA%3BEACA%2CQAAA%3BEACA%2CYAAA%3B%3BAAIR%2CkBACI%2CyBACI%2CiBACI%2CEAAC%3BEACG%2CUAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEDl6DhB%2CWAAA%3BEAAA%2CiBAAA%3B%3BACs6DgB%2CkBATZ%2CyBACI%2CiBACI%2CEAAC%2COAOI%3BEACG%2CaAAA%3B%3BAAIA%2CkBAdhB%2CyBACI%2CiBACI%2CEAAC%2COAWI%2CKACI%3BEACG%2CSAAS%2CGAAT%3B%3BAAGJ%2CkBAlBhB%2CyBACI%2CiBACI%2CEAAC%2COAWI%2CKAKI%3BEACG%2CSAAS%2CGAAT%3B%3BAAWZ%2CkBAFR%2CqBACI%2CQACK%3BEACG%2CiBAAA%3B%3BAAhChB%2CkBAqCI%2CkBACI%2CKACI%2CYACI%2CUACI%2CSACI%3BAA1CxB%2CkBAqCI%2CkBACI%2CKACI%2CYACI%2CUACI%2CSG9lEpB%2CMAAK%2CcAiED%2CiBAGM%3BEC5JV%2CsBAAA%3BELiPA%2CYC9MoB%2C4BD8MpB%3BEAAA%2CkBC9MoB%2C4BD8MpB%3BEAAA%2COCpMmB%2C2BDoMnB%3BEAAA%2CeAAA%3BEAAA%2CqBAAA%3BEAAA%2CoBAAA%3BEAAA%2CaClMkB%2C0BDkMlB%3BEAAA%2CSAAA%3BEAAA%2CiBAAA%3BEAAA%2CiBAAA%3BEAAA%2CoBAAA%3BEK9NA%2CsBAAA%3BEACA%2CsBAAA%3BEJwqE4B%2CyBAAA%3BEACA%2CkBAAA%3B%3BAIxpE5B%2CkBJ6oEI%2CkBACI%2CKACI%2CYACI%2CUACI%2CSACI%2COIlpEvB%3BAACD%2CkBJ4oEI%2CkBACI%2CKACI%2CYACI%2CUACI%2CSACI%2COIjpEvB%3BAADD%2CkBJ6oEI%2CkBACI%2CKACI%2CYACI%2CUACI%2CSG9lEpB%2CMAAK%2CcAiED%2CiBAGM%2CUCvHT%3BAACD%2CkBJ4oEI%2CkBACI%2CKACI%2CYACI%2CUACI%2CSG9lEpB%2CMAAK%2CcAiED%2CiBAGM%2CUCtHT%3BEL2MD%2CYCrMwB%2CgCDqMxB%3BEAAA%2CkBC9MoB%2C4BD8MpB%3BEAAA%2COCpMmB%2C2BDoMnB%3B%3BAK%5C%2FLA%2CkBJgoEI%2CkBACI%2CKACI%2CYACI%2CUACI%2CSACI%2COIroEvB%3BAAAD%2CkBJgoEI%2CkBACI%2CKACI%2CYACI%2CUACI%2CSG9lEpB%2CMAAK%2CcAiED%2CiBAGM%2CUC1GT%3BEL%2BLD%2CYCrMwB%2CgCDqMxB%3BEAAA%2CkBC9MoB%2C4BD8MpB%3BEAAA%2COCpMmB%2C2BDoMnB%3B%3BAKnLA%2CkBJonEI%2CkBACI%2CKACI%2CYACI%2CUACI%2CSACI%2COIznEvB%3BAACD%2CkBJmnEI%2CkBACI%2CKACI%2CYACI%2CUACI%2CSACI%2COIxnEvB%3BAACD%2CQAAQ%2CUAAW%2CmBJknEf%2CkBACI%2CKACI%2CYACI%2CUACI%2CSACI%3BAIznExB%2CkBJonEI%2CkBACI%2CKACI%2CYACI%2CUACI%2CSG9lEpB%2CMAAK%2CcAiED%2CiBAGM%2CUC9FT%3BAACD%2CkBJmnEI%2CkBACI%2CKACI%2CYACI%2CUACI%2CSG9lEpB%2CMAAK%2CcAiED%2CiBAGM%2CUC7FT%3BAACD%2CQAAQ%2CUAAW%2CmBJknEf%2CkBACI%2CKACI%2CYACI%2CUACI%2CSG9lEpB%2CMAAK%2CcAiED%2CiBAGM%3BEJqFV%2CYAAA%3BEK%5C%2FKI%2CeAAA%3BEACA%2CoBAAA%3B%3BAJ0kEJ%2CkBAyDI%3BE8DjvEP%2CoBAAA%3B%3BEACC%2CiBAAA%3B%3BEACA%2CoBAAA%3B%3BEACA%2CqBAAA%3B%3BEACA%2CaAAA%3BEACA%2CeAAA%3BE9D8uEU%2C8BAAA%3BEACA%2CmBAAA%3B%3BAA5DR%2CkBA%2BDI%2COAGI%3BAAlER%2CkBAgEI%2CwBAEI%3BAAlER%2CkBA%2BDI%2COAII%3BAAnER%2CkBAgEI%2CwBAGI%3BED%5C%2F9DR%2CWAAA%3B%3BAC45DA%2CkBAwEI%3BEACI%2CWAAA%3B%3BAAGI%2CkBAJR%2CkBAGI%2CEACK%2CIAAI%3BEDx%2BDjB%2CWAAA%3B%3BAC8%2BDgB%2CkBAVZ%2CkBAQM%2CIACG%2CIAAI%2CeACA%3BEACG%2CSAAS%2CGAAT%3BEACA%2CkBAAA%3B%3BAASJ%2CkBAHZ%2CyBACI%2CYACI%2CQACK%3BEACG%2CuBAAA%3B%3BAAEA%2CkBANhB%2CyBACI%2CYACI%2CQACK%2CUAGI%3BEACG%2CyBAAA%3BEACA%2CcAAA%3B%3BAAGJ%2CkBAXhB%2CyBACI%2CYACI%2CQACK%2CUAQI%2CKACG%3BEACI%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CaAruElB%2CkBAquEkB%3B%3BAAEA%2CkBAlBxB%2CyBACI%2CYACI%2CQACK%2CUAQI%2CKACG%2CMAMK%3BAACD%2CkBAnBxB%2CyBACI%2CYACI%2CQACK%2CUAQI%2CKACG%2CMAOK%3BEACG%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3B%3BAAKZ%2CkBA3BhB%2CyBACI%2CYACI%2CQACK%2CUAwBI%2CMACG%3BEACI%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CoBAAA%3B%3BAAEA%2CkBAnCxB%2CyBACI%2CYACI%2CQACK%2CUAwBI%2CMACG%2COAOK%3BEACG%2CSAAS%2CEAAT%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3B%3BAAIA%2CkBA%5C%2FC5B%2CyBACI%2CYACI%2CQACK%2CUAwBI%2CMACG%2COAkBK%2CSACI%3BEACG%2CkBAAA%3B%3BAA1IpC%2CkBAoJI%3BEACI%2C6BAAA%3BEACA%2CqBAAA%3B%3BAAKY%2CkBAPhB%2CWAII%2CYACI%2CUACI%2CMACK%3BEACG%2CSAAS%2CGAAT%3BEACA%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CoBAAA%3B%3BAA%5C%2FJxB%2CkBAoJI%2CWAII%2CYAYK%3BEACG%2COA9wEG%2C2BA8wEH%3BEACA%2CaA7xES%2CiCA6xET%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3B%3BAAxKhB%2CkBAoJI%2CWAII%2CYAmBI%3BEACI%2CmBAAA%3B%3BAA5KhB%2CkBAoJI%2CWAII%2CYAuBI%2CMAAK%3BEI5zEjB%2CsBAAA%3BELiPA%2CYCtMiB%2CyBDsMjB%3BEAAA%2CkBCvMY%2CoBDuMZ%3BEAAA%2COCvMY%2CoBDuMZ%3BEAAA%2CeAAA%3BEAAA%2CqBAAA%3BEAAA%2CoBAAA%3BEAAA%2CaClMkB%2C0BDkMlB%3BEAAA%2CSAAA%3BEAAA%2CiBAAA%3BEAAA%2CiBAAA%3BEAAA%2CoBAAA%3BEK9NA%2CsBAAA%3BEACA%2CsBAAA%3BEJ0yEgB%2CmBAAA%3BEqH10EhB%2C4BAAA%3BEtH6OF%2CiCAAA%3BEACK%2C8BAAA%3BEACC%2C6BAAA%3BEAcJ%2CyBAAA%3BEAhBF%2CoCAAA%3BEACK%2CiCAAA%3BEACC%2CgCAAA%3BEAcJ%2C4BAAA%3B%3BAK5MA%2CkBJ4vEI%2CWAII%2CYAuBI%2CMAAK%2CeIvxEhB%3BAACD%2CkBJ2vEI%2CWAII%2CYAuBI%2CMAAK%2CeItxEhB%3BEL2MD%2CYCrMwB%2CgCDqMxB%3BEAAA%2CkBC9MoB%2C4BD8MpB%3BEAAA%2COCpMmB%2C2BDoMnB%3B%3BAK%5C%2FLA%2CkBJ%2BuEI%2CWAII%2CYAuBI%2CMAAK%2CeI1wEhB%3BEL%2BLD%2CYCrMwB%2CgCDqMxB%3BEAAA%2CkBC9MoB%2C4BD8MpB%3BEAAA%2COCpMmB%2C2BDoMnB%3B%3BAKnLA%2CkBJmuEI%2CWAII%2CYAuBI%2CMAAK%2CeI9vEhB%3BAACD%2CkBJkuEI%2CWAII%2CYAuBI%2CMAAK%2CeI7vEhB%3BAACD%2CQAAQ%2CUAAW%2CmBJiuEf%2CWAII%2CYAuBI%2CMAAK%3BED3kEjB%2CYAAA%3BEK%5C%2FKI%2CeAAA%3BEACA%2CoBAAA%3B%3BAJ0kEJ%2CkBAwLI%3BEACI%2CkBAAA%3BEACA%2CmBAAA%3B%3BAA1LR%2CkBAwLI%2CcAII%3BEACI%2CiBAAA%3BEACA%2COAvyEO%2C2BAuyEP%3BEACA%2CaAtzEa%2CiCAszEb%3BEACA%2CyBAAA%3BEACA%2CmBAAA%3B%3BAAjMZ%2CkBAwLI%2CcAII%2CSAOI%3BEACI%2CiBAAA%3BEACA%2CeAAA%3BEDjnElB%2CiDAAA%3BEACK%2C8CAAA%3BEACC%2C6CAAA%3BEAcJ%2CyCAAA%3B%3BAC45DA%2CkBAwLI%2CcAII%2CSAeI%3BEACI%2CcAAA%3B%3BAA5MhB%2CkBAwLI%2CcAwBI%3BEACI%2CsBAAA%3BEACA%2CYAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEDjoEd%2CsDAAA%3BEACK%2CmDAAA%3BEACC%2CkDAAA%3BEAcJ%2C8CAAA%3B%3BAC45DA%2CkBAwLI%2CcAwBI%2C6BASK%3BEACG%2CyBAAA%3BEDtoElB%2C0BCuoEqC%2CkQDvoErC%3BEACK%2CuBCsoEgC%2CkQDtoEhC%3BEACC%2CsBCqoE%2BB%2CkQDroE%5C%2FB%3BEAcJ%2CkBCunEmC%2CkQDvnEnC%3BEC0nEgB%2C0BAAA%3BEACA%2CYAAA%3BEACA%2C0BAAA%3BED5oElB%2C8CAAA%3BEACK%2C2CAAA%3BEACC%2C0CAAA%3BEAcJ%2CsCAAA%3B%3BAC45DA%2CkBAwLI%2CcA%2BCI%3BEACI%2CoBAAA%3BEACA%2C8BAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3B%3BAA3OZ%2CkBAwLI%2CcA%2BCI%2C0BAMI%3BEACI%2CcAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2COA11EG%2C2BA01EH%3BEACA%2CgBAAA%3BEACA%2CaAAA%3B%3BAAnPhB%2CkBAwLI%2CcA%2BCI%2C0BAeI%3BEACI%2CiBAAA%3BEACA%2CyBAAA%3BEACA%2COAl2EG%2C2BAk2EH%3B%3BAAKhB%2CQAAQ%2CKAAK%2CSACT%2C%2BBAA%2BB%3BED3pEnC%2CeAAA%3B%3BACgqEA%2CcACI%2CeACI%2CmBACI%2COAAM%2COAAO%3BEACT%2CgBAAA%3BEDpqEhB%2CeCnMoB%2C4BDmMpB%3B%3BAC2qEA%3BEACI%2CqBAAA%3B%3BAADJ%2CWAGI%2C0BAAyB%2C8BAA%2BB%3BAAH5D%2CWAII%2C0BAAyB%3BEACrB%2CWAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3B%3BAAQR%2CQAAQ%2CKAAK%2CSACT%2CSAAQ%2CKAAK%3BEACT%2CkBAAA%3B%3BAAFR%2CQAAQ%2CKAAK%2CSACT%2CSAAQ%2CKAAK%2CMAGR%2CQAAK%3BEACF%2CgBAAA%3B%3BAAEA%2CQAPJ%2CKAAK%2CSACT%2CSAAQ%2CKAAK%2CMAGR%2CQAAK%2CMAGD%3BEACG%2CYAh5EI%2C4BAg5EJ%3BEACA%2CWAAA%3B%3BAAQhB%3BED3sEA%2CiBAAA%3BEC6sEI%2CmBAAA%3BEACA%2CgBAAA%3B%3BAAMA%2CgBAAC%2CSAAU%3BAAAX%2CYAAC%2CSAAU%3BAAHf%2CgBAII%2CaAAa%3BAAHjB%2CYAGI%2CaAAa%3BEACT%2CWAAA%3BEDttER%2CiBAAA%3BECwtEQ%2CcAAA%3BEACA%2CmBAAA%3B%3BAAKJ%2CoBAAC%3BED9tEL%2CWAAA%3B%3BAC6tEA%2CoBAKI%2CMAAK%3BEACD%2CgBAAA%3B%3BAAIR%2CYACI%2CsBACI%2COAAM%3BEACF%2CWAAA%3BEACA%2CcAAA%3BEACA%2CaAv8Ea%2CiCAu8Eb%3BEACA%2CmBAAA%3B%3BAAiFZ%2CQAAQ%2CKAAK%2CSAAS%3BEAClB%2C2BAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3B%3BAAHJ%2CQAAQ%2CKAAK%2CSAAS%2CeAKlB%2COACI%3BEACI%2CmBAAA%3B%3BAAPZ%2CQAAQ%2CKAAK%2CSAAS%2CeAKlB%2COACI%2COAGI%3BEACI%2CSAAA%3BEACA%2CmBAAA%3B%3BAAXhB%2CQAAQ%2CKAAK%2CSAAS%2CeAKlB%2COACI%2COAGI%2COAII%3BEACI%2CaAAA%3BEACA%2C8BAAA%3BEACA%2COA3hFD%2C2BA2hFC%3BEACA%2CgBAAA%3B%3BAAEA%2CQAnBZ%2CKAAK%2CSAAS%2CeAKlB%2COACI%2COAGI%2COAII%2CEAMK%3BEACG%2COAhiFJ%2C4BAgiFI%3B%3BAApBxB%2CQAAQ%2CKAAK%2CSAAS%2CeAKlB%2COACI%2COAGI%2COAII%2CEAUI%3BEACI%2CkBAAA%3BEACA%2CqBAAA%3BEACA%2CgBAAA%3B%3BAA1BxB%2CQAAQ%2CKAAK%2CSAAS%2CeAKlB%2COACI%2COAGI%2COAII%2CEAgBI%3BEACI%2CWAAA%3BEACA%2CYAAA%3BEACA%2CsBAAA%3BEACA%2CWAAA%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3B%3BAAEA%2CQArChB%2CKAAK%2CSAAS%2CeAKlB%2COACI%2COAGI%2COAII%2CEAgBI%2CeAQK%3BAACD%2CQAtChB%2CKAAK%2CSAAS%2CeAKlB%2COACI%2COAGI%2COAII%2CEAgBI%2CeASK%3BEACG%2CkBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CmBAAmB%2CsBAAsB%2CcAAzC%3BEACA%2CWAAW%2CsBAAsB%2CcAAjC%3BEACA%2C8BAAA%3BEACA%2CuGAAA%3B%3BAAGJ%2CQAjDhB%2CKAAK%2CSAAS%2CeAKlB%2COACI%2COAGI%2COAII%2CEAgBI%2CeAoBK%3BEACG%2CWAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CQAtDhB%2CKAAK%2CSAAS%2CeAKlB%2COACI%2COAGI%2COAII%2CEAgBI%2CeAyBK%3BEACG%2CUAAA%3BEACA%2CYAAA%3B%3BAAxD5B%2CQAAQ%2CKAAK%2CSAAS%2CeAKlB%2COACI%2COAwDI%3BEACI%2CaAAA%3BEACA%2CyBAAA%3BEACA%2CaAAA%3BEACA%2CsBAAA%3B%3BAAQY%2CQA1EpB%2CKAAK%2CSAAS%2CeAKlB%2COACI%2COA%2BDK%2COACG%2COACI%2CEACI%2CeAEK%3BAACD%2CQA3EpB%2CKAAK%2CSAAS%2CeAKlB%2COACI%2COA%2BDK%2COACG%2COACI%2CEACI%2CeAGK%3BEDz5E%5C%2FB%2CmBC05E8C%2CsBAAsB%2CaD15EpE%3BEACK%2CgBCy5EyC%2CsBAAsB%2CaDz5E%5C%2FD%3BEACC%2CeCw5EwC%2CsBAAsB%2CaDx5E9D%3BEAcJ%2CWC04E4C%2CsBAAsB%2CaD14ElE%3B%3BAC84E4B%2CQAhFpB%2CKAAK%2CSAAS%2CeAKlB%2COACI%2COA%2BDK%2COACG%2COACI%2CEACI%2CeAQK%3BEACG%2CUAAA%3B%3BAA6ChC%2CYACI%3BEACI%2CYAAA%3BEACA%2CqBAAA%3B%3BAAMQ%2CYAHZ%2CaACI%2CWACI%2CMACK%3BEACG%2CwBAAA%3B%3BAAQpB%2CeACI%2CWACI%2CaACI%3BEACI%2CaAAA%3B%3BAAOhB%2CUACK%2CeACG%3BEACI%2CkBAAA%3BEACA%2CkBAAA%3B%3BAAEA%2CUALP%2CeACG%2CaAIK%3BEACG%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CqCAAA%3BEACA%2COAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3BEACA%2CoBAAA%3B%3BAAfhB%2CUACK%2CeAkBG%2CWACI%3BEACI%2CkBAAA%3B%3BAArBhB%2CUACK%2CeAkBG%2CWACI%2CkBAGI%3BEACI%2CoBAAA%3B%3BAAGI%2CUA1BnB%2CeAkBG%2CWACI%2CkBAGI%2CMAGK%2CIACI%3BEACG%2CkBAAA%3B%3BAA5B5B%2CUACK%2CeAkCG%3BEACI%2CoBAAA%3BEACA%2CyBAAA%3BE8D1xFf%2CoBAAA%3B%3BEACC%2CiBAAA%3B%3BEACA%2CoBAAA%3B%3BEACA%2CqBAAA%3B%3BEACA%2CaAAA%3BEACA%2CeAAA%3BE9DuxFc%2C8BAAA%3B%3BAAvCZ%2CUACK%2CeAkCG%2CkBAMI%3BEACI%2CaAAA%3B%3BAA1ChB%2CUACK%2CeAkCG%2CkBAUI%3BEDtgFZ%2COC7MmB%2C2BD6MnB%3B%3BACy9EA%2CUACK%2CeAkCG%2CkBAcI%3BEACI%2CeAAA%3B%3BAAYhB%2CcACI%3BEDxhFJ%2CiBAAA%3B%3BACwiFJ%3BEACI%3BIACI%2CwBAAA%3B%3BEAGJ%3BIACI%2CgCAAA%3B%3B%3BAAIR%3BEACI%3BIACI%2CwBAAA%3B%3BEAGJ%3BIACI%2CgCAAA%3B%3B%3BAAIR%3BEACI%3BIACI%2CwBAAA%3B%3BEAGJ%3BIACI%2CgCAAA%3B%3B%3BAAIR%3BEACI%3BIACI%2CwBAAA%3B%3BEAGJ%3BIACI%2CgCAAA%3B%3B%3BAAKJ%3BE8D72FH%2CoBAAA%3B%3BEACC%2CiBAAA%3B%3BEACA%2CoBAAA%3B%3BEACA%2CqBAAA%3B%3BEACA%2CaAAA%3BEACA%2CeAAA%3BE9D02FM%2C8BAAA%3B%3BAAFJ%2CeAIK%3BAAJL%2CeAKI%3BEACI%2CsBAAA%3BEACA%2CsBAAA%3B%3BAAPR%2CeAUI%3BEACI%2CgBAAA%3BEACA%2CSAAA%3B%3BAAZR%2CeAeI%3BEACI%2CSAAA%3BEDjmFR%2CmBAAA%3B%3BACilFA%2CeAeI%2CWAII%2CMAAK%2CcACD%3BEACI%2CSAAA%3B%3BAArBhB%2CeAeI%2CWAII%2CMAAK%2CcACD%2COAGI%2CMAAK%3BEACD%2CgCAAA%3B%3BAAxBpB%2CeAeI%2CWAII%2CMAAK%2CcASD%2CGAAG%3BEACC%2CyBAAA%3B%3BAA7BhB%2CeAeI%2CWAII%2CMAAK%2CcAaD%2CMAAM%3BAAhClB%2CeAeI%2CWAII%2CMAAK%2CcAcD%2CGAAG%3BAAjCf%2CeAeI%2CWAII%2CMAAK%2CcAeD%2CMAAM%3BAAlClB%2CeAeI%2CWAII%2CMAAK%2CcAgBD%2CGAAG%3BEACC%2CSAAA%3BEACA%2CgBAAA%3B%3BAArChB%2CeAeI%2CWAII%2CMAAK%2CcAqBD%2CYACI%3BEACI%2CeAAA%3B%3BAA1CpB%2CeAeI%2CWAII%2CMAAK%2CcA2BD%2CUAEI%2CqBAAqB%3BAAhDrC%2CeAeI%2CWAII%2CMAAK%2CcA2BD%2CUAGI%2CqBAAqB%3BEACjB%2CgBAAA%3BEACA%2CeAAA%3B%3BAAnDpB%2CeAeI%2CWAwCI%2CeACI%3BEACI%2CWAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3B%3BAA3DhB%2CeAgEI%2CsBACI%3BEDlpFR%2CWAAA%3BECopFY%2CUAAA%3BEACA%2CgBAAA%3BEACA%2CSAAA%3B%3BAArEZ%2CeAgEI%2CsBACI%2CgBAKI%3BEDvpFZ%2COC9MoB%2C4BD8MpB%3B%3BACilFA%2CeAgEI%2CsBACI%2CgBAQI%3BEACI%2CkBAAA%3B%3BAA1EhB%2CeAgEI%2CsBAcI%3BEACI%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CuCAAA%3B%3BAAtFZ%2CeAgEI%2CsBAcI%2CYAUK%3BAAxFb%2CeAgEI%2CsBAcI%2CYAWK%2COAAI%3BEACD%2CyBAAA%3BED3rFlB%2C8CAAA%3BEACK%2C2CAAA%3BEACC%2C0CAAA%3BEAcJ%2CsCAAA%3BEAhBF%2C0BC8rFqC%2CkQD9rFrC%3BEACK%2CuBC6rFgC%2CkQD7rFhC%3BEACC%2CsBC4rF%2BB%2CkQD5rF%5C%2FB%3BEAcJ%2CkBC8qFmC%2CkQD9qFnC%3BECirFgB%2C0BAAA%3B%3BAAhGhB%2CeAgEI%2CsBAcI%2CYAqBK%3BEACG%2CYAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BAAEA%2CeAzCZ%2CsBAcI%2CYAqBK%2COAMI%3BEACG%2CSAAS%2COAAT%3BEACA%2CaAAa%2CmBAAb%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CUAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3BEAEA%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CuCAAA%3BEACA%2CuCAAA%3BEACA%2CyBAAA%3BEACA%2CQAAA%3B%3BAAxHpB%2CeA8HI%3BEACI%2CSAAA%3BEACA%2CUAAA%3B%3BAAhIR%2CeA8HI%2CaAII%2CMACI%2CGAEI%3BAArIhB%2CeA8HI%2CaAII%2CMACI%2CGAGI%3BEACI%2CSAAA%3BEACA%2CeAAA%3B%3BAAGJ%2CeAbZ%2CaAII%2CMACI%2CGAQK%2CMAAM%2COAEH%2CGAEI%3BAAJR%2CeAbZ%2CaAII%2CMACI%2CGAQK%2CMAAM%2COAGH%2CGACI%3BEDhuFxB%2CiBAAA%3BECkuF4B%2CaA77FH%2CiCA67FG%3BEACA%2CyBAAA%3BEDnuF5B%2CWAAA%3B%3BACilFA%2CeA2JI%2CIAAG%3BEACC%2CgBAAA%3B%3BAA5JR%2CeA2JI%2CIAAG%2CeAGE%3BEACG%2CaAAA%3B%3BAA%5C%2FJZ%2CeA2JI%2CIAAG%2CeAOC%3BEACI%2CaAn9FF%2CkBAm9FE%3BEACA%2CeAAA%3B%3BAApKZ%2CeA2JI%2CIAAG%2CeAYC%3BEACI%2CYAAA%3BEACA%2CyBAAA%3B%3BAAzKZ%2CeA2JI%2CIAAG%2CeAYC%2CSAII%2CUAAS%3BEACL%2CkBAAA%3B%3BAA5KhB%2CeA2JI%2CIAAG%2CeAYC%2CSAII%2CUAAS%2COAEL%3BEACI%2CkBAAA%3BEACA%2CSAAA%3BEACA%2COAAA%3BEDjxFtB%2CmBCkxFkC%2CgBDlxFlC%3BEACK%2CgBCixF6B%2CgBDjxF7B%3BEACC%2CeCgxF4B%2CgBDhxF5B%3BEAcJ%2CWCkwFgC%2CgBDlwFhC%3B%3BACilFA%2CeA2JI%2CIAAG%2CeAYC%2CSAeI%3BEACI%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CyBAAA%3BEACA%2CeA98FI%2C4BA88FJ%3B%3BAA1LhB%2CeA2JI%2CIAAG%2CeAYC%2CSAeI%2CSAMI%3BEACI%2CoBAAA%3BEACA%2CSAAA%3B%3BAA9LpB%2CeA2JI%2CIAAG%2CeAYC%2CSA2BI%3BEACI%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3B%3BAArMhB%2CeA2JI%2CIAAG%2CeAYC%2CSA2BI%2CiBAKI%3BAAvMhB%2CeA2JI%2CIAAG%2CeAYC%2CSA2BI%2CiBG56FZ%2CMAAK%2CcAiED%2CiBAGM%3BEC5JV%2CsBAAA%3BELiPA%2CgBAAA%3BEAAA%2CkBCvMY%2CoBDuMZ%3BEAAA%2CWAAA%3BEAAA%2CeAAA%3BEAAA%2CqBAAA%3BEAAA%2CoBAAA%3BEAAA%2CaClMkB%2C0BDkMlB%3BEAAA%2CSAAA%3BEAAA%2CiBAAA%3BEAAA%2CiBAAA%3BEAAA%2CoBAAA%3BEK9NA%2CsBAAA%3BEACA%2CsBAAA%3B%3BAAiBA%2CeJw7FI%2CIAAG%2CeAYC%2CSA2BI%2CiBAKI%2COIp%2BFf%3BAACD%2CeJu7FI%2CIAAG%2CeAYC%2CSA2BI%2CiBAKI%2COIn%2BFf%3BAADD%2CeJw7FI%2CIAAG%2CeAYC%2CSA2BI%2CiBG56FZ%2CMAAK%2CcAiED%2CiBAGM%2CUCvHT%3BAACD%2CeJu7FI%2CIAAG%2CeAYC%2CSA2BI%2CiBG56FZ%2CMAAK%2CcAiED%2CiBAGM%2CUCtHT%3BEL2MD%2CYCrMwB%2CgCDqMxB%3BEAAA%2CkBC9MoB%2C4BD8MpB%3BEAAA%2COCpMmB%2C2BDoMnB%3B%3BAK%5C%2FLA%2CeJ26FI%2CIAAG%2CeAYC%2CSA2BI%2CiBAKI%2COIv9Ff%3BAAAD%2CeJ26FI%2CIAAG%2CeAYC%2CSA2BI%2CiBG56FZ%2CMAAK%2CcAiED%2CiBAGM%2CUC1GT%3BEL%2BLD%2CYCrMwB%2CgCDqMxB%3BEAAA%2CkBC9MoB%2C4BD8MpB%3BEAAA%2COCpMmB%2C2BDoMnB%3B%3BAKnLA%2CeJ%2B5FI%2CIAAG%2CeAYC%2CSA2BI%2CiBAKI%2COI38Ff%3BAACD%2CeJ85FI%2CIAAG%2CeAYC%2CSA2BI%2CiBAKI%2COI18Ff%3BAACD%2CQAAQ%2CUAAW%2CgBJ65Ff%2CIAAG%2CeAYC%2CSA2BI%2CiBAKI%3BAI38FhB%2CeJ%2B5FI%2CIAAG%2CeAYC%2CSA2BI%2CiBG56FZ%2CMAAK%2CcAiED%2CiBAGM%2CUC9FT%3BAACD%2CeJ85FI%2CIAAG%2CeAYC%2CSA2BI%2CiBG56FZ%2CMAAK%2CcAiED%2CiBAGM%2CUC7FT%3BAACD%2CQAAQ%2CUAAW%2CgBJ65Ff%2CIAAG%2CeAYC%2CSA2BI%2CiBG56FZ%2CMAAK%2CcAiED%2CiBAGM%3BEJqFV%2CYAAA%3BEK%5C%2FKI%2CeAAA%3BEACA%2CoBAAA%3B%3BAA9BJ%2CeJw7FI%2CIAAG%2CeAYC%2CSA2BI%2CiBAKI%2COIp%2BFf%3BAACD%2CeJu7FI%2CIAAG%2CeAYC%2CSA2BI%2CiBAKI%2COIn%2BFf%3BAADD%2CeJw7FI%2CIAAG%2CeAYC%2CSA2BI%2CiBG56FZ%2CMAAK%2CcAiED%2CiBAGM%2CUCvHT%3BAACD%2CeJu7FI%2CIAAG%2CeAYC%2CSA2BI%2CiBG56FZ%2CMAAK%2CcAiED%2CiBAGM%2CUCtHT%3BEL2MD%2CYCrMwB%2CgCDqMxB%3BEAAA%2CkBC9MoB%2C4BD8MpB%3BEAAA%2COCpMmB%2C2BDoMnB%3B%3BAK%5C%2FLA%2CeJ26FI%2CIAAG%2CeAYC%2CSA2BI%2CiBAKI%2COIv9Ff%3BAAAD%2CeJ26FI%2CIAAG%2CeAYC%2CSA2BI%2CiBG56FZ%2CMAAK%2CcAiED%2CiBAGM%2CUC1GT%3BEL%2BLD%2CYCrMwB%2CgCDqMxB%3BEAAA%2CkBC9MoB%2C4BD8MpB%3BEAAA%2COCpMmB%2C2BDoMnB%3B%3BAKnLA%2CeJ%2B5FI%2CIAAG%2CeAYC%2CSA2BI%2CiBAKI%2COI38Ff%3BAACD%2CeJ85FI%2CIAAG%2CeAYC%2CSA2BI%2CiBAKI%2COI18Ff%3BAACD%2CQAAQ%2CUAAW%2CgBJ65Ff%2CIAAG%2CeAYC%2CSA2BI%2CiBAKI%3BAI38FhB%2CeJ%2B5FI%2CIAAG%2CeAYC%2CSA2BI%2CiBG56FZ%2CMAAK%2CcAiED%2CiBAGM%2CUC9FT%3BAACD%2CeJ85FI%2CIAAG%2CeAYC%2CSA2BI%2CiBG56FZ%2CMAAK%2CcAiED%2CiBAGM%2CUC7FT%3BAACD%2CQAAQ%2CUAAW%2CgBJ65Ff%2CIAAG%2CeAYC%2CSA2BI%2CiBG56FZ%2CMAAK%2CcAiED%2CiBAGM%3BEJqFV%2CYAAA%3BEK%5C%2FKI%2CeAAA%3BEACA%2CoBAAA%3B%3BAJ%2BvFJ%2CeA8MI%3BEACI%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3B%3BAAjNR%2CeA8MI%2CwBAKI%2CQAAO%3BEACH%2CkBAn%5C%2FFQ%2C4BAm%5C%2FFR%3BEACA%2CcAp%5C%2FFQ%2C4BAo%5C%2FFR%3B%3BAAGA%2CeAVR%2CwBAKI%2CQAAO%2CQAKF%2CIAAI%3BEACD%2CWAAA%3B%3BAAMhB%2CeACI%3BEACI%2CSAAA%3B%3BAAFR%2CeACI%2CcAGK%3BEACG%2CaAAA%3B%3BAALZ%2CeACI%2CcAOI%3BEACI%2CyBAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3B%3BAAZZ%2CeACI%2CcAOI%2CgBAMK%3BEACG%2CSAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3B%3BAApBhB%2CeACI%2CcAOI%2CgBAMK%2CSAQG%3BEDt0FhB%2CeAAA%3B%3BAC00FgB%2CeAzBZ%2CcAOI%2CgBAMK%2CSAYI%3BEACG%2CaAAA%3B%3BAA3BpB%2CeACI%2CcAOI%2CgBAuBI%3BEACI%2CUAAA%3BEACA%2CyBAAA%3B%3BAAjChB%2CeACI%2CcAOI%2CgBAuBI%2CeAII%2CSAAQ%2CSAAS%3BE8D%5C%2FmGpC%2CoBAAA%3B%3BEACC%2CiBAAA%3B%3BEACA%2CoBAAA%3B%3BEACA%2CqBAAA%3B%3BEACA%2CaAAA%3BEACA%2CeAAA%3BE9D4mGsB%2C6BAAA%3BEACA%2CYAAA%3B%3BAAtCpB%2CeACI%2CcAOI%2CgBAuBI%2CeAII%2CSAAQ%2CSAAS%2CSAKb%3BEACI%2COAAA%3BEACA%2CeAAA%3B%3BAA1CxB%2CeACI%2CcAOI%2CgBAuBI%2CeAII%2CSAAQ%2CSAAS%2CSAKb%2COAII%3BAA5CxB%2CeACI%2CcAOI%2CgBAuBI%2CeAII%2CSAAQ%2CSAAS%2CSAKb%2COAKI%3BED71FxB%2CeCnMoB%2C4BDmMpB%3BEC%2B1F4B%2CqBAAA%3B%3BAA%5C%2FC5B%2CeACI%2CcAOI%2CgBAuBI%2CeAII%2CSAAQ%2CSAAS%2CSAgBb%2CEAAC%2CMAAM%3BEACH%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEDt2FxB%2CeAAA%3B%3BACgzFA%2CeA8DI%2CmBACI%2CiBACI%3BEACI%2CaAAA%3B%3BAAjEhB%2CeA8DI%2CmBACI%2CiBAKI%3BEACI%2CyBAAA%3B%3BAArEhB%2CeA0EI%2CMAAK%2CKAAK%2CQAEN%3BAA5ER%2CeA0EI%2CMAAK%2CKAAK%2CQAGN%3BAA7ER%2CeA0EI%2CMAAK%2CKAAK%2CQGnhGd%2CMAAK%2CcAiED%2CiBAGM%3BEC4BV%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2C4BAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3BELgDA%2CgBAAA%3B%3BAK7CA%2CeJu6FI%2CMAAK%2CKAAK%2CQAEN%2CQIz6FP%3BAAAD%2CeJu6FI%2CMAAK%2CKAAK%2CQAGN%2COI16FP%3BAACD%2CeJs6FI%2CMAAK%2CKAAK%2CQAEN%2CQIx6FP%3BAAAD%2CeJs6FI%2CMAAK%2CKAAK%2CQAGN%2COIz6FP%3BAADD%2CeJu6FI%2CMAAK%2CKAAK%2CQGnhGd%2CMAAK%2CcAiED%2CiBAGM%2CUCwCT%3BAACD%2CeJs6FI%2CMAAK%2CKAAK%2CQGnhGd%2CMAAK%2CcAiED%2CiBAGM%2CUCyCT%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CeJi6FI%2CMAAK%2CKAAK%2CQAEN%2CQIn6FP%3BAAAD%2CeJi6FI%2CMAAK%2CKAAK%2CQAGN%2COIp6FP%3BAAAD%2CeJi6FI%2CMAAK%2CKAAK%2CQGnhGd%2CMAAK%2CcAiED%2CiBAGM%2CUC8CT%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CeJ45FI%2CMAAK%2CKAAK%2CQAEN%2CQI95FP%3BAAAD%2CeJ45FI%2CMAAK%2CKAAK%2CQAGN%2COI%5C%2F5FP%3BAACD%2CeJ25FI%2CMAAK%2CKAAK%2CQAEN%2CQI75FP%3BAAAD%2CeJ25FI%2CMAAK%2CKAAK%2CQAGN%2COI95FP%3BAACD%2CQAAQ%2CUAAW%2CgBJ05Ff%2CMAAK%2CKAAK%2CQAEN%3BAI55FR%2CQAAQ%2CUAAW%2CgBJ05Ff%2CMAAK%2CKAAK%2CQAGN%3BAI%5C%2F5FR%2CeJ45FI%2CMAAK%2CKAAK%2CQGnhGd%2CMAAK%2CcAiED%2CiBAGM%2CUCmDT%3BAACD%2CeJ25FI%2CMAAK%2CKAAK%2CQGnhGd%2CMAAK%2CcAiED%2CiBAGM%2CUCoDT%3BAACD%2CQAAQ%2CUAAW%2CgBJ05Ff%2CMAAK%2CKAAK%2CQGnhGd%2CMAAK%2CcAiED%2CiBAGM%3BECsDN%2CoBAAA%3BEL%2BBJ%2CYAAA%3B%3BACg4FY%2CeANR%2CMAAK%2CKAAK%2CQAEN%2CQAIK%3BAAAD%2CeANR%2CMAAK%2CKAAK%2CQAGN%2COAGK%3BAAAD%2CeANR%2CMAAK%2CKAAK%2CQGnhGd%2CMAAK%2CcAiED%2CiBAGM%2CUHq9FG%3BEACG%2CaAAA%3B%3BAAGJ%2CeAVR%2CMAAK%2CKAAK%2CQAEN%2CQAQK%3BAAAD%2CeAVR%2CMAAK%2CKAAK%2CQAGN%2COAOK%3BAAAD%2CeAVR%2CMAAK%2CKAAK%2CQGnhGd%2CMAAK%2CcAiED%2CiBAGM%2CUHy9FG%3BEDp4Fb%2COC9MoB%2C4BD8MpB%3B%3BACw4FY%2CeAdR%2CMAAK%2CKAAK%2CQAEN%2CQAYK%3BAAAD%2CeAdR%2CMAAK%2CKAAK%2CQAGN%2COAWK%3BAAAD%2CeAdR%2CMAAK%2CKAAK%2CQGnhGd%2CMAAK%2CcAiED%2CiBAGM%2CUH69FG%3BEACG%2CcAAA%3B%3BAAzFhB%2CeA8FI%3BE8D1qGP%2CoBAAA%3B%3BEACC%2CiBAAA%3B%3BEACA%2CoBAAA%3B%3BEACA%2CqBAAA%3B%3BEACA%2CaAAA%3BEACA%2CeAAA%3BE9DuqGU%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAjGR%2CeA8FI%2CaAKK%3BEACG%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3B%3BAAtGZ%2CeA8FI%2CaAWI%3BEACI%2COAAA%3B%3BAAiFZ%2CIAAI%2CqBACA%3BEACI%2CgBAAA%3BEACA%2CiBAAA%3B%3BAAKR%3BEACI%2CiBAAA%3BEACA%2CgBAAA%3B%3BAAFJ%2CiBAII%2CiBAAiB%2CGAAG%3BEqHpvGxB%2C4BAAA%3BEtH6OF%2CiCAAA%3BEACK%2C8BAAA%3BEACC%2C6BAAA%3BEAcJ%2CyBAAA%3BEAhBF%2CoCAAA%3BEACK%2CiCAAA%3BEACC%2CgCAAA%3BEAcJ%2C4BAAA%3B%3BAC0%5C%2FFQ%2CiBAHJ%2CiBAAiB%2CGAAG%2CGAGf%3BEACG%2CqCAAA%3B%3BAAKZ%3BEACI%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAFJ%2CYAII%3BAAJJ%2CYAKI%3BAALJ%2CYAMI%3BEACI%2CoBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3B%3BAATR%2CYAII%2C6BAOI%3BAAXR%2CYAKI%2C6BAMI%3BAAXR%2CYAMI%2C6BAKI%3BEACI%2COAztGO%2C2BAytGP%3BEACA%2CgBAAA%3B%3BAAEA%2CYAXR%2C6BAOI%2CEAIK%3BAAAD%2CYAVR%2C6BAMI%2CEAIK%3BAAAD%2CYATR%2C6BAKI%2CEAIK%3BEACG%2COA9tGI%2C4BA8tGJ%3B%3BAAMhB%3BAACA%3BEACI%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CaAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3B%3BAAVJ%2CgBAWI%3BAAVJ%2CiBAUI%3BEACI%2CqBAAA%3B%3BAAIR%3BEACI%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CaAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3B%3BAARJ%2CkBASI%2CcACI%3BEACI%2CkBAAA%3B%3BAAXZ%2CkBASI%2CcAKI%3BEACI%2CqBAAA%3B%3BAAfZ%2CkBASI%2CcASI%2CSACI%3BEACI%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CaAAA%3B%3BAAtBhB%2CkBASI%2CcAiBI%3BEACI%2CWAAA%3B%3BAA3BZ%2CkBASI%2CcAqBI%2CUACK%3BEACG%2CeAAA%3B%3BAAEA%2CkBAzBZ%2CcAqBI%2CUACK%2CQAGI%3BEACG%2CSAAS%2CGAAT%3BEACA%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CoBAAA%3B%3BAAtCpB%2CkBA2CI%2CMACI%3BEACI%2CcAAA%3BEACA%2CWAAA%3B%3BAAMZ%2CiBACI%2CIAAG%2C0BACC%3BEACI%2CgCAAA%3B%3BAAHZ%2CiBACI%2CIAAG%2C0BACC%2CiBAGI%2CGAAE%3BEACE%2C2BAAA%3BEACA%2C6BAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAThB%2CiBACI%2CIAAG%2C0BACC%2CiBAGI%2CGAAE%2CWAME%3BEACI%2CgBAAA%3BEACA%2CuBAAA%3B%3BAAEA%2CiBAdhB%2CIAAG%2C0BACC%2CiBAGI%2CGAAE%2CWAME%2CEAIK%3BEACG%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3B%3BAAIR%2CiBAzBZ%2CIAAG%2C0BACC%2CiBAGI%2CGAAE%2CWAqBG%3BEACG%2CkBAAA%3B%3BAAGI%2CiBA7BpB%2CIAAG%2C0BACC%2CiBAGI%2CGAAE%2CWAqBG%2CgBAGG%2CEACK%3BEACG%2CmBAAA%3B%3BAAuBhC%2CwBAbqD%3BEACjD%3BIACI%2CWAAA%3BIACA%2CmBAAA%3BIACA%2CkBAAA%3BIACA%2C4CAAA%3BIACA%2CiCAAA%3B%3B%3BAAQJ%3BEDjqGF%2C%2BCAAA%3BEACK%2C4CAAA%3BEACC%2C2CAAA%3BEAcJ%2CuCAAA%3BEAhBF%2CwCAAA%3BEACK%2CqCAAA%3BEACC%2CoCAAA%3BEAcJ%2CgCAAA%3BEAhBF%2CmBCsqGkB%2CuBDtqGlB%3BEACK%2CgBCqqGa%2CuBDrqGb%3BEACC%2CeCoqGY%2CuBDpqGZ%3BEAcJ%2CWCspGgB%2CuBDtpGhB%3BECypGI%2CeAAA%3BEACA%2CeAAA%3BEACA%2COAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3B%3BAAEA%2CeAAC%3BEDjrGP%2CmBCmrGsB%2CoBDnrGtB%3BEACK%2CgBCkrGiB%2CoBDlrGjB%3BEACC%2CeCirGgB%2CoBDjrGhB%3BEAcJ%2CWCmqGoB%2CoBDnqGpB%3B%3BACipGA%2CeAsBI%2CWAAU%3BE8Dn8GjB%2CoBAAA%3B%3BEACC%2CiBAAA%3B%3BEACA%2CoBAAA%3B%3BEACA%2CqBAAA%3B%3BEACA%2CaAAA%3BEACA%2CeAAA%3BE9Di8GU%2CuBAAA%3B%3BAAzBR%2CeA2BI%3BEACI%2CWAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CsBAAA%3BEACA%2C4BAAA%3BEACA%2CyBAAA%3BEACA%2C2BAAA%3B%3BAAnCR%2CeAqCI%3BEACI%2CkBAAA%3B%3BAAtCR%2CeAwCI%3BEACI%2CaAAA%3B%3BAAzCR%2CeA4CI%3BEACI%2CeAAA%3BEACA%2CkBAAA%3B%3BAA9CR%2CeAiDI%3BEACI%2CiBAAA%3BEACA%2CkBAAA%3B%3BAAnDR%2CeAuDI%3BE8Dp%2BGP%2CoBAAA%3B%3BEACC%2CiBAAA%3B%3BEACA%2CoBAAA%3B%3BEACA%2CqBAAA%3B%3BEACA%2CaAAA%3BEACA%2CeAAA%3BE9Di%2BGU%2CYAAA%3BEACA%2CgBAAA%3B%3BAA1DR%2CeAuDI%2CeAKI%3BE8Dz%2BGX%2CoBAAA%3B%3BEACC%2CiBAAA%3B%3BEACA%2CoBAAA%3B%3BEACA%2CqBAAA%3B%3BEACA%2CaAAA%3BEACA%2CeAAA%3BE9Ds%2BGc%2CmBAAA%3BEACA%2CgBAAA%3B%3BAA%5C%2FDZ%2CeAuDI%2CeAWI%3BEACI%2CoBAAA%3BEACA%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3B%3BAAvEZ%2CeAuDI%2CeAWI%2CUAMI%3BEACI%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAA3EhB%2CeAuDI%2CeAWI%2CUAYI%3BAA9EZ%2CeAuDI%2CeAWI%2CUAaI%3BEACI%2COA96GG%2C2BA86GH%3B%3BAAhFhB%2CeAuDI%2CeAWI%2CUAgBI%3BEACI%2CkBAAA%3BEACA%2CQAAA%3B%3BAApFhB%2CeAuDI%2CeAiCI%3BAAxFR%2CeAuDI%2CeGj2GJ%2CMAAK%2CcAiED%2CiBAGM%3BEH%2BzGE%2CkBAx7GQ%2C4BAw7GR%3BEACA%2CcAz7GQ%2C4BAy7GR%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CyBAAA%3BEACA%2CmBAAA%3B%3BAAEA%2CeAzCR%2CeAiCI%2COAQK%3BAAAD%2CeAzCR%2CeGj2GJ%2CMAAK%2CcAiED%2CiBAGM%2CUHs0GG%3BEACG%2CkBA%5C%2F7GG%2C2BA%2B7GH%3BEACA%2CcAh8GG%2C2BAg8GH%3B%3BAAlGhB%2CeAuDI%2CeA%2BCI%3BEACI%2CoBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BED1vGZ%2CcAAA%3B%3BACipGA%2CeAuDI%2CeA%2BCI%2CWAMI%3BEACI%2CaAAA%3B%3BAA7GhB%2CeAuDI%2CeA%2BCI%2CWAUI%3BEDjwGZ%2CcAAA%3B%3BACwyGJ%2CwBA7BqD%3BEACjD%3BIACI%2CYAAA%3BIACA%2CeAAA%3B%3BEAFJ%2CeAGI%3BIACI%2CaAAA%3B%3BEAJR%2CeAMI%3BIACI%2CiBAAA%3BIACA%2CWAAA%3BIACA%2CUAAA%3B%3BEATR%2CeAWI%3BIACI%2CWAAA%3BIACA%2CaAAA%3B%3BEAbR%2CeAeI%3BEAfJ%2CeGr6GA%2CMAAK%2CcAiED%2CiBAGM%3BIHi3GF%2CiBAAA%3BIACA%2CiBAAA%3BIACA%2CaAAA%3B%3BEAGR%2CoBACI%3BIACI%2CaAAA%3B%3B%3BAAgBZ%2CwBAXsD%3BEAClD%3BIACI%2CYAAA%3B%3BEADJ%2CeAGI%2CeACI%3BIACI%2CaAAA%3B%3B%3BAAMZ%2CYACI%2CYACI%3BEACI%2CWAAA%3B%3BAAHZ%2CYACI%2CYACI%2CGAEI%3BAAJZ%2CYACI%2CYACI%2CGG%5C%2F8GR%2CMAAK%2CcAiED%2CiBAGM%3BEH84GM%2CUAAA%3BEACA%2CWAAA%3BEACA%2CsBAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3B%3BAAEJ%2CYAVR%2CYACI%2CGASK%2CaACG%3BAADJ%2CYAVR%2CYACI%2CGASK%2CaGx9Gb%2CMAAK%2CcAiED%2CiBAGM%3BEHs5GU%2CWAAA%3B%3BAAMpB%3BEACI%2CkBAAA%3B%3BAACA%2CWAAC%3BEACG%2CyBAAA%3BEACA%2CYAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2COAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CoBAAA%3BEACA%2CUAAA%3B%3BAAGR%2COACI%3BAADJ%2COAEI%2CYAAY%3BAAFhB%2COAGI%3BAAHJ%2COAII%3BAAJJ%2COAKI%3BEACI%2C%2BBAAA%3B%3BAAGR%2CMACI%2CmBACM%3BEACE%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3B%3BA6LhiHZ%2CiBAAiB%2CIAAI%2CkCACjB%2CQAAO%3BEACH%2CaAAA%3BEACA%2CsBAAA%3B%3BAAHR%2CiBAAiB%2CIAAI%2CkCAMjB%2CkBAAiB%2CIAAI%3BEACjB%2CSAAA%3B%3BAAPR%2CiBAAiB%2CIAAI%2CkCASjB%2CaAAY%3BEACR%2CwBAAA%3B%3BAAIR%2C0BAEI%2CSACI%3BAAFR%2C2BACI%2CSACI%3BEACI%2CwBAAA%3B%3BAAJZ%2C0BAOI%2CUAAS%2CQAAW%2CWAAS%3BAANjC%2C2BAMI%2CUAAS%2CQAAW%2CWAAS%3BEACzB%2CcAAA%3B%3BAAIR%2C2BAKI%2CkBACI%3BAALR%2CyBAII%2CkBACI%3BAAJR%2CgCAGI%2CkBACI%3BAAHR%2CyBAEI%2CkBACI%3BAAFR%2CsBACI%2CkBACI%3BEACI%2CaAAA%3B%3BAAPZ%2C2BAKI%2CkBAKI%3BAATR%2CyBAII%2CkBAKI%3BAARR%2CgCAGI%2CkBAKI%3BAAPR%2CyBAEI%2CkBAKI%3BAANR%2CsBACI%2CkBAKI%3BEACI%2COAAA%3B%3BAAXZ%2C2BAKI%2CkBAQI%3BAAZR%2CyBAII%2CkBAQI%3BAAXR%2CgCAGI%2CkBAQI%3BAAVR%2CyBAEI%2CkBAQI%3BAATR%2CsBACI%2CkBAQI%3BEACI%2CwBAAA%3B%3BAAdZ%2C2BAqBI%2CUAAU%3BAApBd%2CyBAoBI%2CUAAU%3BAAnBd%2CgCAmBI%2CUAAU%3BAAlBd%2CyBAkBI%2CUAAU%3BAAjBd%2CsBAiBI%2CUAAU%3BE9L6Id%2CkBAAA%3BEAAA%2CmBAAA%3B%3BA8LlKA%2C2BA0BI%2CSACI%2CUAAU%3BAA1BlB%2CyBAyBI%2CSACI%2CUAAU%3BAAzBlB%2CgCAwBI%2CSACI%2CUAAU%3BAAxBlB%2CyBAuBI%2CSACI%2CUAAU%3BAAvBlB%2CsBAsBI%2CSACI%2CUAAU%3BEACN%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3B%3BAA9BZ%2C2BA0BI%2CSACI%2CUAAU%2CoBAKN%3BAA%5C%2FBZ%2CyBAyBI%2CSACI%2CUAAU%2CoBAKN%3BAA9BZ%2CgCAwBI%2CSACI%2CUAAU%2CoBAKN%3BAA7BZ%2CyBAuBI%2CSACI%2CUAAU%2CoBAKN%3BAA5BZ%2CsBAsBI%2CSACI%2CUAAU%2CoBAKN%3BAAhCZ%2C2BA0BI%2CSACI%2CUAAU%2CoBAMN%3BAAhCZ%2CyBAyBI%2CSACI%2CUAAU%2CoBAMN%3BAA%5C%2FBZ%2CgCAwBI%2CSACI%2CUAAU%2CoBAMN%3BAA9BZ%2CyBAuBI%2CSACI%2CUAAU%2CoBAMN%3BAA7BZ%2CsBAsBI%2CSACI%2CUAAU%2CoBAMN%3BAAjCZ%2C2BA0BI%2CSACI%2CUAAU%2CoBAON%3BAAjCZ%2CyBAyBI%2CSACI%2CUAAU%2CoBAON%3BAAhCZ%2CgCAwBI%2CSACI%2CUAAU%2CoBAON%3BAA%5C%2FBZ%2CyBAuBI%2CSACI%2CUAAU%2CoBAON%3BAA9BZ%2CsBAsBI%2CSACI%2CUAAU%2CoBAON%3BEACI%2CaAAA%3B%3BAAnChB%2C2BA0BI%2CSACI%2CUAAU%2CoBAWN%3BAArCZ%2CyBAyBI%2CSACI%2CUAAU%2CoBAWN%3BAApCZ%2CgCAwBI%2CSACI%2CUAAU%2CoBAWN%3BAAnCZ%2CyBAuBI%2CSACI%2CUAAU%2CoBAWN%3BAAlCZ%2CsBAsBI%2CSACI%2CUAAU%2CoBAWN%3BEACI%2CWAAA%3B%3BAAvChB%2C2BA0BI%2CSACI%2CUAAU%2CoBAWN%2COAGI%2CaACI%3BAAzCpB%2CyBAyBI%2CSACI%2CUAAU%2CoBAWN%2COAGI%2CaACI%3BAAxCpB%2CgCAwBI%2CSACI%2CUAAU%2CoBAWN%2COAGI%2CaACI%3BAAvCpB%2CyBAuBI%2CSACI%2CUAAU%2CoBAWN%2COAGI%2CaACI%3BAAtCpB%2CsBAsBI%2CSACI%2CUAAU%2CoBAWN%2COAGI%2CaACI%3BEACI%2CSAAA%3B%3BAA3CxB%2C2BA0BI%2CSACI%2CUAAU%2CoBAWN%2COAGI%2CaACI%2CMAGI%3BAA5CxB%2CyBAyBI%2CSACI%2CUAAU%2CoBAWN%2COAGI%2CaACI%2CMAGI%3BAA3CxB%2CgCAwBI%2CSACI%2CUAAU%2CoBAWN%2COAGI%2CaACI%2CMAGI%3BAA1CxB%2CyBAuBI%2CSACI%2CUAAU%2CoBAWN%2COAGI%2CaACI%2CMAGI%3BAAzCxB%2CsBAsBI%2CSACI%2CUAAU%2CoBAWN%2COAGI%2CaACI%2CMAGI%3BAA7CxB%2C2BA0BI%2CSACI%2CUAAU%2CoBAWN%2COAGI%2CaACI%2CMAII%3BAA7CxB%2CyBAyBI%2CSACI%2CUAAU%2CoBAWN%2COAGI%2CaACI%2CMAII%3BAA5CxB%2CgCAwBI%2CSACI%2CUAAU%2CoBAWN%2COAGI%2CaACI%2CMAII%3BAA3CxB%2CyBAuBI%2CSACI%2CUAAU%2CoBAWN%2COAGI%2CaACI%2CMAII%3BAA1CxB%2CsBAsBI%2CSACI%2CUAAU%2CoBAWN%2COAGI%2CaACI%2CMAII%3BEACI%2CWAAA%3BEACA%2CiBAAA%3B%3BAAMJ%2C2BA5BpB%2CSACI%2CUAAU%2CoBAWN%2COAGI%2CaAWI%2CUAEK%3BAAAD%2CyBA5BpB%2CSACI%2CUAAU%2CoBAWN%2COAGI%2CaAWI%2CUAEK%3BAAAD%2CgCA5BpB%2CSACI%2CUAAU%2CoBAWN%2COAGI%2CaAWI%2CUAEK%3BAAAD%2CyBA5BpB%2CSACI%2CUAAU%2CoBAWN%2COAGI%2CaAWI%2CUAEK%3BAAAD%2CsBA5BpB%2CSACI%2CUAAU%2CoBAWN%2COAGI%2CaAWI%2CUAEK%3BAAAD%2C2BA5BpB%2CSACI%2CUAAU%2CoBAWN%2COAGI%2CaAYI%2CMACK%3BAAAD%2CyBA5BpB%2CSACI%2CUAAU%2CoBAWN%2COAGI%2CaAYI%2CMACK%3BAAAD%2CgCA5BpB%2CSACI%2CUAAU%2CoBAWN%2COAGI%2CaAYI%2CMACK%3BAAAD%2CyBA5BpB%2CSACI%2CUAAU%2CoBAWN%2COAGI%2CaAYI%2CMACK%3BAAAD%2CsBA5BpB%2CSACI%2CUAAU%2CoBAWN%2COAGI%2CaAYI%2CMACK%3BEACG%2CaAAA%3B%3BAAvD5B%2C2BA0BI%2CSACI%2CUAAU%2CoBAWN%2COAGI%2CaAkBI%2CqBAEI%2CEACI%2COAAO%3BAA7DnC%2CyBAyBI%2CSACI%2CUAAU%2CoBAWN%2COAGI%2CaAkBI%2CqBAEI%2CEACI%2COAAO%3BAA5DnC%2CgCAwBI%2CSACI%2CUAAU%2CoBAWN%2COAGI%2CaAkBI%2CqBAEI%2CEACI%2COAAO%3BAA3DnC%2CyBAuBI%2CSACI%2CUAAU%2CoBAWN%2COAGI%2CaAkBI%2CqBAEI%2CEACI%2COAAO%3BAA1DnC%2CsBAsBI%2CSACI%2CUAAU%2CoBAWN%2COAGI%2CaAkBI%2CqBAEI%2CEACI%2COAAO%3BAA9DnC%2C2BA0BI%2CSACI%2CUAAU%2CoBAWN%2COAGI%2CaAmBI%2CiBACI%2CEACI%2COAAO%3BAA7DnC%2CyBAyBI%2CSACI%2CUAAU%2CoBAWN%2COAGI%2CaAmBI%2CiBACI%2CEACI%2COAAO%3BAA5DnC%2CgCAwBI%2CSACI%2CUAAU%2CoBAWN%2COAGI%2CaAmBI%2CiBACI%2CEACI%2COAAO%3BAA3DnC%2CyBAuBI%2CSACI%2CUAAU%2CoBAWN%2COAGI%2CaAmBI%2CiBACI%2CEACI%2COAAO%3BAA1DnC%2CsBAsBI%2CSACI%2CUAAU%2CoBAWN%2COAGI%2CaAmBI%2CiBACI%2CEACI%2COAAO%3BE9L7JnC%2CUAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3B%3BA8L0FA%2C2BAwEI%3BAAvEJ%2CyBAuEI%3BAAtEJ%2CgCAsEI%3BAArEJ%2CyBAqEI%3BAApEJ%2CsBAoEI%3BEACI%2CkBAAA%3B%3BAAzER%2C2BAwEI%2CYAEI%2CEAAC%2CIAAI%3BAAzEb%2CyBAuEI%2CYAEI%2CEAAC%2CIAAI%3BAAxEb%2CgCAsEI%2CYAEI%2CEAAC%2CIAAI%3BAAvEb%2CyBAqEI%2CYAEI%2CEAAC%2CIAAI%3BAAtEb%2CsBAoEI%2CYAEI%2CEAAC%2CIAAI%3BEACD%2CO7LrHF%2CkB6LqHE%3B%3BAAIA%2C2BAPR%2CYAMI%2CEACK%3BAAAD%2CyBAPR%2CYAMI%2CEACK%3BAAAD%2CgCAPR%2CYAMI%2CEACK%3BAAAD%2CyBAPR%2CYAMI%2CEACK%3BAAAD%2CsBAPR%2CYAMI%2CEACK%3BE9LmFb%2CS8LlF8D%2CO9LkF9D%3BEAAA%2CuBAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CcAAA%3BE8L9EgB%2CkBAAA%3B%3BAAShB%3BEACI%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAHJ%2CgBAKI%3BEzLjLJ%2CsBAAA%3BELiPA%2CYCtMiB%2CyBDsMjB%3BEAAA%2CkBCvMY%2CoBDuMZ%3BEAAA%2COCvMY%2CoBDuMZ%3BEAAA%2CeAAA%3BEAAA%2CqBAAA%3BEAAA%2CoBAAA%3BEAAA%2CaClMkB%2C0BDkMlB%3BEAAA%2CSAAA%3BEAAA%2CiBAAA%3BEAAA%2CiBAAA%3BEAAA%2CoBAAA%3BEK9NA%2CsBAAA%3BEACA%2CsBAAA%3BEyL%2BJQ%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CwBAAA%3BEACA%2CgBAAA%3B%3BAzLlJR%2CgByL4II%2CQzL5IH%3BAACD%2CgByL2II%2CQzL3IH%3BEL2MD%2CYCrMwB%2CgCDqMxB%3BEAAA%2CkBC9MoB%2C4BD8MpB%3BEAAA%2COCpMmB%2C2BDoMnB%3B%3BAK%5C%2FLA%2CgByL%2BHI%2CQzL%5C%2FHH%3BEL%2BLD%2CYCrMwB%2CgCDqMxB%3BEAAA%2CkBC9MoB%2C4BD8MpB%3BEAAA%2COCpMmB%2C2BDoMnB%3B%3BAKnLA%2CgByLmHI%2CQzLnHH%3BAACD%2CgByLkHI%2CQzLlHH%3BAACD%2CQAAQ%2CUAAW%2CiByLiHf%3BE9LgEJ%2CYAAA%3BEK%5C%2FKI%2CeAAA%3BEACA%2CoBAAA%3B%3BAyLqHI%2CgBAPJ%2CQAOK%3BEACG%2CSAAS%2CEAAT%3BE%5C%2FHEd%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2C8BAAA%3BEACA%2CgCAAA%3BEACA%2CiCAAA%3BEACA%2C%2BBAAA%3BE%5C%2FDgDE%2CWAAA%3BEAAA%2CYAAA%3BE%2BD7CF%2CkBAAA%3BEACA%2C6CAAA%3BEACA%2CcAAA%3BE%5C%2FD2BA%2CgDAAA%3BEACK%2C6CAAA%3BEACC%2C4CAAA%3BEAcJ%2CwCAAA%3BE8LpDY%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CSAAA%3BEACA%2CWAAW%2CgBAAX%3BEACA%2CUAAA%3B%3BAAIA%2CgBApBR%2CQAmBK%2CQACI%3BEACG%2CUAAA%3B%3BAA0BhB%2C2BACI%3BEACI%2CkBAAA%3BEACA%2CmBAAA%3B%3BA%5C%2FH%5C%2FER%2CgC%2BH%2BKI%2CY%5C%2FH%5C%2FKH%3BEACG%2CSAAS%2CEAAT%3BEACN%2CcAAA%3BEACM%2CeAAA%3BEACN%2CUAAA%3BEACM%2CMAAA%3BEACA%2COAAA%3BEACA%2CQAAA%3BEACA%2CaAAA%3BEACA%2CUAAA%3BEACA%2CoBAAA%3BE%5C%2FDmFJ%2C8BAAA%3BEAhBF%2CwBAAA%3BEACK%2CqBAAA%3BEACC%2CoBAAA%3BEAcJ%2CgBAAA%3BE%2BDhFI%2CYAAY%2CmCAAZ%3B%3BA%2BHiKJ%2CgCAII%2COAAM%3BEAEF%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CUAAA%3B%3BAAEA%2CgCANJ%2COAAM%2COAMD%3BEACG%2CUAAA%3B%3BAAGJ%2CgCAVJ%2COAAM%2COAUD%2COAEG%3BAAFJ%2CgCAVJ%2COAAM%2COAUD%2COAGG%3BE9LlHd%2CuBAAA%3BEACK%2CoBAAA%3BEACC%2CmBAAA%3BEAcJ%2CeAAA%3B%3BA8LiFA%2CgCAII%2COAAM%2COAkBF%3BE9LvHV%2CwBAAA%3BEACK%2CqBAAA%3BEACC%2CoBAAA%3BEAcJ%2CgBAAA%3BE%2BDnHH%2CeAAA%3BEACA%2CMAAA%3BEACG%2CSAAA%3BEACH%2CsBAAA%3BE%5C%2FDgHG%2COAAA%3BE%2BD9GH%2CgBAAA%3BE%5C%2FD8FC%2CmB8LyHqC%2CwB9LzHrC%3BEACK%2CgB8LwHgC%2CwB9LxHhC%3BEACC%2Ce8LuH%2BB%2CwB9LvH%5C%2FB%3BEAcJ%2CW8LyGmC%2CwB9LzGnC%3BEAhBF%2CiDAAA%3BEACK%2C8CAAA%3BEACC%2C6CAAA%3BEAcJ%2CyCAAA%3BEAAA%2CYAAA%3BEAAA%2CUAAA%3BEAAA%2CgBAAA%3BE8L6GY%2CeAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2C0BAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3BEACA%2CsBAAA%3BEACA%2CyBAAA%3BE9LrHZ%2CiBAAA%3B%3BA8LiFA%2CgCAII%2COAAM%2COAkBF%2CcAiBI%3BE9LxHZ%2CqBAAA%3BEyBhOA%2CqBAAA%3BEqK8VgB%2CWAAA%3BEACA%2CaAAA%3BEACA%2C8BAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3B%3BArK5VhB%2CgCqK%2BSI%2COAAM%2COAkBF%2CcAiBI%2COrKlVX%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BEzB9DA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CWAAA%3BEAAA%2CS0B1OU%2CO1B0OV%3BEAAA%2CaEzRe%2CmBFyRf%3BEAAA%2CsBAAA%3BEyBqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAqK0DgB%2CgCA9CZ%2COAAM%2COAkBF%2CcAiBI%2COAWK%3BEACG%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CcAAA%3B%3BAArDpB%2CgCAII%2COAAM%2COAsDF%3BE9L3JV%2CwBAAA%3BEACK%2CqBAAA%3BEACC%2CoBAAA%3BEAcJ%2CgBAAA%3BE%2BDnHH%2CeAAA%3BEACA%2CMAAA%3BEACG%2CSAAA%3BEACH%2CsBAAA%3BE%5C%2FDgHG%2COAAA%3BE%2BD9GH%2CgBAAA%3BEACA%2CSAAA%3BE%5C%2FD6FC%2CmB8L6JqC%2CwB9L7JrC%3BEACK%2CgB8L4JgC%2CwB9L5JhC%3BEACC%2Ce8L2J%2BB%2CwB9L3J%5C%2FB%3BEAcJ%2CW8L6ImC%2CwB9L7InC%3BEAhBF%2CiDAAA%3BEACK%2C8CAAA%3BEACC%2C6CAAA%3BEAcJ%2CyCAAA%3BEAAA%2CYAAA%3BEAAA%2CUAAA%3BEAAA%2CgBAAA%3BE8LiJY%2CSAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3B%3BAApEZ%2CgCAII%2COAAM%2COAoEF%2CgBACK%3BEACG%2CWAAA%3BEACA%2CSAAA%3B%3BA%5C%2FHxOnB%2CgC%2BH4OQ%2CcACG%2CY%5C%2FH7OV%3BEACA%2CUAAA%3BEACA%2CuBAAA%3B%3BA%2BH0OM%2CgCAAC%2CcAIG%3BEACI%2CcAAA%3B%3BAAsBZ%2CyBACI%2CSAAQ%2CiBAEJ%3BAAHR%2CyBACI%2CSAAQ%2CiBAGJ%3BEACI%2CaAAA%3B%3BAAMZ%2CgCACI%2CSACI%2COAAM%3BEACF%2CSAAA%3BEACA%2CSAAA%3B%3BAAJZ%2CgCACI%2CSACI%2COAAM%2COAIF%3BEACI%2CYAAA%3B%3BAAMhB%2CyBACI%2COACI%3BEACI%2CwBAAA%3B%3BAAKZ%2CuBACI%2CSAAQ%3BEACJ%2CSAAA%3BEACA%2CUAAA%3B%3BAAHR%2CuBACI%2CSAAQ%2CiBAGJ%3BEACI%2CwBAAA%3B%3BAALZ%2CuBAQI%3BEACI%2CgBAAA%3B%3BAATR%2CuBAWI%2CUAAS%2CQAAW%2CWAAQ%3BEACxB%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAbR%2CuBAWI%2CUAAS%2CQAAW%2CWAAQ%2CiBAGxB%3BEACG%2CSAAA%3BEACC%2CiBAAA%3BEACA%2C6BAAA%3BEACA%2CWAAA%3B%3BAAUZ%3BEACI%2CgBAAA%3B%3BAADJ%2C2BAGI%2C0BAAyB%3BEACrB%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAKR%2CkBACI%2CQAAO%3BEACH%2CgBAAA%3B%3BAAFR%2CkBAII%3BEACI%2CeAAA%3BEACA%2CmBAAA%3B%3BAAwCR%3BEACI%3BIACI%2CWAAW%2CUAAX%3BIACA%2CUAAA%3B%3BEAGJ%3BIACI%2CWAAW%2CQAAX%3BIACA%2CUAAA%3B%3B%3BAAIR%3BEACI%3BIACI%2CUAAA%3B%3BEAGJ%3BIACI%2CUAAA%3B%3B%3BAAIR%3BEACI%3BIACI%2CWAAW%2CQAAX%3BIACA%2CUAAA%3B%3BEAGJ%3BIACI%2CWAAW%2CQAAX%3BIACA%2CUAAA%3B%3B%3BAAIR%3BEACI%3BIACI%2CWAAW%2CQAAX%3BIACA%2CUAAA%3B%3BEAGJ%3BIACI%2CWAAW%2CQAAX%3BIACA%2CUAAA%3B%3B%3BAAIR%3BEACI%2CkBAAA%3B%3BAAGJ%2CmBAAoB%3BEAChB%2CsBAAA%3BEACA%2CsBAAA%3B%3BAAGJ%3BAACA%3BEACI%2CkBAAA%3BEACA%2CoBAAA%3B%3BAAGJ%2CIAAK%3BEACD%2C8CAAA%3BEACA%2CUAAA%3BEACA%2CoCAAA%3B%3BAAGJ%3BEACI%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CMAAA%3BEACA%2COAAA%3B%3BAAGJ%3BEACI%2CgBAAA%3BEACA%2CWAAW%2CoBAAX%3BEACA%2CUAAA%3BEACA%2CoFAAA%3B%3BAAGJ%2CgBAAgB%3BEACZ%2CcAAA%3B%3BAAGJ%3BEACI%2CkBAAA%3BEACA%2CqBAAA%3BEACA%2CMAAA%3BEACA%2CQAAA%3BEACA%2CuBAAA%3B%3BAAGJ%2CYAAa%3BEACT%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3B%3BAAGJ%2CSAAU%3BEACN%2COAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CSAAU%2CaAAa%3BEACnB%2CQAAA%3BEACA%2CUAAA%3B%3BAAGJ%2CcAAe%3BEACX%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CWAAW%2CqBAAX%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CqBAAA%3B%3BAAGJ%2CgBAAiB%3BEACb%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAGJ%2CgBAAiB%3BEACb%2CMAAA%3BEACA%2COAAA%3B%3BAAGJ%2CgBAAgB%3BEACZ%2CkCAAkC%2C4BAAlC%3B%3BAAGJ%2CQAAS%2CiBAAgB%3BEACrB%2C8BAA8B%2C4BAA9B%3B%3BAAGJ%2CgBAAgB%3BEACZ%2CmCAAmC%2C0BAAnC%3B%3BAAGJ%2CQAAS%2CiBAAgB%3BEACrB%2C%2BBAA%2BB%2C0BAA%5C%2FB%3B%3BAAGJ%2CUAAW%2CiBAAiB%3BEACxB%2CiBAAA%3B%3BAAGJ%2CUACI%3BEACI%2C6BAAA%3B%3BAAFR%2CUAII%2CgBAAe%3BEACX%2CUAAA%3B%3BAAIR%2CUAAW%2CcAAc%3BEACrB%2CaAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CUAAW%3BEACP%2CuBAAA%3BEACA%2CwBAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2C8BAAA%3BEACA%2CyCAAA%3B%3BAA2EJ%2CmBACI%2CSAAQ%3BEACJ%2CkBAAA%3B%3BAAFR%2CmBAII%3BEACI%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3BExE7yBR%2C4BAAA%3BEtH6OF%2CiCAAA%3BEACK%2C8BAAA%3BEACC%2C6BAAA%3BEAcJ%2CyBAAA%3BEAhBF%2CoCAAA%3BEACK%2CiCAAA%3BEACC%2CgCAAA%3BEAcJ%2C4BAAA%3B%3BA8LwiBA%2CmBAII%2CYAMI%3BAAVR%2CmBAII%2CY1LrsBJ%2CMAAK%2CcAiED%2CiBAGM%3BE0LwoBE%2CWAAA%3BEACA%2CYAAA%3BEACA%2CyBAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CUAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3B%3BAACA%2CmBAlBR%2CYAMI%2COAYK%3BAAAD%2CmBAlBR%2CY1LrsBJ%2CMAAK%2CcAiED%2CiBAGM%2CU0LmpBG%3BEACG%2CkB7L7wBI%2C4B6L6wBJ%3B%3BAAMhB%2CiBACI%3BAADJ%2CiBAEI%3BEACI%2CkBAAA%3B%3BAAEA%2CiBAJJ%2CaAIK%3BAAAD%2CiBAHJ%2CYAGK%3BEACG%2CSAAS%2CEAAT%3BEACA%2CWAAA%3BEACA%2CcAAA%3B%3BAARZ%2CiBACI%2CaAUI%3BAAXR%2CiBAEI%2CYASI%3BEACI%2CYAAA%3BEACA%2COAAO%2CmBAAP%3BEACA%2CkBAAA%3B%3BAAdZ%2CiBACI%2CaAUI%2CWAII%3BAAfZ%2CiBAEI%2CYASI%2CWAII%3BEACI%2CkBAAA%3B%3BAAGA%2CiBAlBZ%2CaAUI%2CWAOI%2CqBACK%2CeAAgB%3BAAAjB%2CiBAjBZ%2CYASI%2CWAOI%2CqBACK%2CeAAgB%3BEACb%2CUAAA%3BEACA%2CQAAA%3B%3BAArBpB%2CiBACI%2CaAyBI%3BAA1BR%2CiBAEI%2CYAwBI%3BEACI%2CWAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEAEA%2CkBAAA%3B%3BAA%5C%2FBZ%2CiBACI%2CaAyBI%2CSAMI%3BAAhCZ%2CiBAEI%2CYAwBI%2CSAMI%3BEACI%2CgBAAA%3BEACA%2C0CAAA%3BEACA%2CsCAAA%3BEACA%2CmBAAA%3BEACA%2CUAAA%3BEACA%2CeAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3BEACA%2CSAAA%3B%3BAAEA%2CiBA3CZ%2CaAyBI%2CSAMI%2CaAYK%3BAAAD%2CiBA1CZ%2CYAwBI%2CSAMI%2CaAYK%3BE9LjoBnB%2CmB8LkoBkC%2Ca9LloBlC%3BEACK%2CgB8LioB6B%2Ca9LjoB7B%3BEACC%2Ce8LgoB4B%2Ca9LhoB5B%3BEAcJ%2CW8LknBgC%2Ca9LlnBhC%3BE8LonBoB%2CO7Lh0BV%2CkB6Lg0BU%3B%3BAAGJ%2CiBAjDZ%2CaAyBI%2CSAMI%2CaAkBK%3BAAAD%2CiBAhDZ%2CYAwBI%2CSAMI%2CaAkBK%3BEACG%2CqBAAA%3B%3BAAGJ%2CiBArDZ%2CaAyBI%2CSAMI%2CaAsBK%3BAAAD%2CiBApDZ%2CYAwBI%2CSAMI%2CaAsBK%3BEACG%2C0CAAA%3B%3BAAehB%2CwBAXyD%3BEAWzD%2CiBArEA%2CaA2DQ%3BEAUR%2CiBApEA%2CYA0DQ%3BIACI%2CWAAA%3B%3BEASZ%2CiBArEA%2CaA8DQ%3BEAOR%2CiBApEA%2CYA6DQ%3BIACI%2CaAAA%3B%3B%3BAAhEhB%2CiBAuEI%2CaACI%3BEACI%2CWAAA%3B%3BAAzEZ%2CiBAuEI%2CaAII%3BEACI%2CYAAA%3B%3BAA5EZ%2CiBA%2BEI%2CaACI%3BEACI%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAnFZ%2CiBA%2BEI%2CaACI%2CeAII%3BEACI%2CYAAA%3BEACA%2CYAAA%3BExEx5BhB%2C4BAAA%3BEtH6OF%2CiCAAA%3BEACK%2C8BAAA%3BEACC%2C6BAAA%3BEAcJ%2CyBAAA%3BEAhBF%2CoCAAA%3BEACK%2CiCAAA%3BEACC%2CgCAAA%3BEAcJ%2C4BAAA%3B%3BA8L6pBgB%2CiBATZ%2CaACI%2CeAII%2CeAIK%3BEACG%2CUAAA%3BEACA%2CWAAW%2CgBAAX%3B%3BAA1FpB%2CiBA%2BEI%2CaAeI%2CaACI%2CeACI%3BEACI%2CUAAA%3B%3BAAjGpB%2CiBAuGI%2CWACI%2CgBACM%2CiBAAc%2CIAAI%3BEAChB%2CaAAA%3B%3BAA1GhB%2CiBAuGI%2CWAMI%2CaACK%3BEACE%2CcAAA%3B%3BAAMf%2CaACI%2CWACI%3BEACI%2CcAAA%3BEACA%2CeAAA%3B%3BAAJZ%2CaAOI%3BEACI%2CgBAAA%3B%3BAARR%2CaAUI%3BEACI%2CgBAAA%3B%3BAAXR%2CaAUI%2CaAEI%3BEACI%2CiBAAA%3BEACA%2CkBAAA%3B%3BAAdZ%2CaAUI%2CaAMI%3BEACI%2CiBAAA%3BEACA%2CkBAAA%3B%3BAAlBZ%2CaAUI%2CaAMI%2CaAGM%3BEACE%2CcAAA%3B%3BAApBhB%2CaAUI%2CaAaI%3BEACI%2C0BAAA%3B%3BAAxBZ%2CaAUI%2CaAaI%2CaAEI%3BEACI%2C8BAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2COAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3B%3BACtgCpB%3BEACI%2CeAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CaAAA%3BEACA%2CiBAAA%3B%3BAAPJ%2C0BASI%3BEACI%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3B%3BAAGJ%2C0BAAC%2CeAAgB%3BEACb%2CcAAA%3B%3BAAGJ%2C0BAAC%2CWAAY%3BEACT%2CcAAA%3B%3BAAGJ%2C0BAAC%2CYAAa%3BEACV%2CcAAA%3B%3BAA3BR%2C0BA8BI%3BEACI%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3B%3BAAnCR%2C0BAsCI%2CeACI%3BEACI%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3B%3BAA3CZ%2C0BAsCI%2CeAQI%3BEAEQ%2CiBAAA%3BEACA%2CgBAAA%3B%3BAAjDhB%2C0BAsCI%2CeAQI%2CQAMI%3BEACI%2CYAAA%3BEACA%2CgCAAA%3BEACA%2CeAAA%3B%3BAAEA%2C0BAnBZ%2CeAQI%2CQAMI%2CqBAKK%3BEACG%2CmBAAA%3B%3BAAOpB%3BEACI%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3B%3BAAEA%2CoBAAC%3BEACG%2CmBAAA%3BEACA%2CeAAA%3B%3BAAIR%3BEACI%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CaAAA%3B%3BAAEA%2CwBAAC%3BEACG%2CcAAA%3B%3BAANR%2CwBASI%3BEACI%2CYAAA%3BEACA%2CSAAA%3BEACA%2CmBAAA%3BEACA%2CgCAAA%3BEACA%2CWAAA%3B%3BAAdR%2CwBAiBI%3BEACI%2CYAAA%3BEACA%2CgCAAA%3B%3BAAnBR%2CwBAiBI%2CoBAII%3BEACI%2CcAAA%3BEACA%2CyBAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3B%3BAAEA%2CwBAVR%2CoBAII%2CaAMK%3BEACG%2CcAAA%3BEACA%2CyBAAA%3B%3BAAGJ%2CwBAfR%2CoBAII%2CaAWK%3BEACG%2CcAAA%3BEACA%2CyBAAA%3B%3BAClFZ%2CwBAJ%2BC%3BEnD0H%5C%2FC%2CcACI%3BI7IqJJ%2CYAAA%3BIAAA%2CSAAA%3BI6IlJQ%2CUAAA%3B%3B%3BAmDtHR%2CwBAJqD%3BE9K%2BDrD%3BEJsgBA%2CkBACI%2CYACI%2CSACI%2CQAAO%3BIT7XnB%2CWAAA%3B%3BEakSA%3BIlB7eA%2CSAAA%3BIACA%2CMAAM%2CgBAAN%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEAiBA%2C0BAAC%3BEACD%2C0BAAC%3BIACG%2CSAAS%2CEAAT%3BIACA%2CcAAA%3B%3BEAGJ%2C0BAAC%3BIACG%2CWAAA%3B%3BEkB22BJ%3BEH3mBQ%2C0BA3CJ%2CUA2CK%2CIAAI%2CKACD%3BIfpBZ%2CcAAA%3BIyB9QA%2CqBAAA%3B%3BEAMA%2CoBAAC%3BEV2RO%2C0BA3CJ%2CUA2CK%2CIAAI%2CKACD%2CKU5RX%3BIAqUD%2CmCAAA%3BIACA%2CkCAAA%3BIzB9DA%2CeAAA%3BIAAA%2CiBAAA%3BIAAA%2CcAAA%3BIAAA%2CS0BpOU%2CO1BoOV%3BIAAA%2CaEzRe%2CmBFyRf%3BIAAA%2CiBAAA%3BIAAA%2CsBAAA%3BIyBqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEP4lBA%3BEH3rBQ%2C0BAFJ%2CUAEK%2COAGG%3BIGyrBR%2CgCAAA%3BIACA%2C6BAAA%3BIACA%2CeAAA%3BIACA%2CgBAAA%3BIACA%2C4BAAA%3BIACA%2CkBAAA%3BIlB3qBJ%2CcAAA%3BIyBhOA%2CqBAAA%3B%3BEAMA%2C0BAAC%3BEVoMO%2C0BAFJ%2CUAEK%2COAGG%2CeUvMX%3BIAuRD%2CmCAAA%3BIACA%2CkCAAA%3BIzB9DA%2CeAAA%3BIAAA%2CoBAAA%3BIAAA%2CcAAA%3BIAAA%2CS0B9NQ%2CO1B8NR%3BIAAA%2CaEzRe%2CmBFyRf%3BIAAA%2CsBAAA%3BIyBqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEP4mBI%2C0BAAC%3BEH3sBG%2C0BAFJ%2CUAEK%2COAGG%2CeGwsBP%3BIACG%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CMAAA%3B%3BEOx1BR%2C0BP21BK%2COO31BJ%3BEV0IO%2C0BAFJ%2CUAEK%2COAGG%2CeG8sBP%2COO31BJ%3BIzBgKD%2CS0B%5C%2FNM%2CO1B%2BNN%3B%3BEkB8uBA%2CyBACI%3BEADJ%2CyBAEI%3BEAFJ%2CyBAGI%3BEI1qBJ%2CQAKI%2CSJmqBA%3BEIxqBJ%2CQAKI%2CSJoqBA%3BEIzqBJ%2CQAKI%2CSJqqBA%3BEHpqBJ%2CyBGkqBI%3BEHlqBJ%2CyBGmqBI%3BEHnqBJ%2CyBGoqBI%3BIACI%2CWAAA%3BIACA%2CmBAAA%3B%3BEAqGR%2C%2BBACI%3BEdxpBJ%2CeACI%2CWcupBA%3BIACI%2CkBAAA%3B%3BEAIA%2C%2BBADJ%2CQACK%3BEACD%2C%2BBAFJ%2CQAEK%3BEACD%2C%2BBAHJ%2CQAGK%3BEd%5C%2FpBT%2CeACI%2CWc2pBA%2CQACK%3BEd7pBT%2CeACI%2CWc2pBA%2CQAEK%3BEd9pBT%2CeACI%2CWc2pBA%2CQAGK%3BIACG%2CmBAAA%3B%3BEAGJ%2C%2BBAPJ%2CQAOK%3BEACD%2C%2BBARJ%2CQAQK%3BEdpqBT%2CeACI%2CWc2pBA%2CQAOK%3BEdnqBT%2CeACI%2CWc2pBA%2CQAQK%3BIACG%2CcAAA%3B%3BEAgHZ%3BE2H5mCA%2CcACI%3BI7IqJJ%2CYAAA%3BIAAA%2CSAAA%3BIkBs7BA%2CUAAA%3B%3BEAEA%2CiDAAC%3BEACD%2CiDAAC%3BE2H%5C%2FkCD%2CcACI%2CuB3H6kCH%3BE2H9kCD%2CcACI%2CuB3H8kCH%3BIlB34BD%2C8BAAA%3BIACA%2CSAAA%3BIACA%2CQAAA%3BIAhDA%2CiBAAA%3BIkBg8BI%2CWAAA%3BIACA%2CUAAA%3BIACA%2CMAAA%3B%3BEAGJ%2CiDAAC%3BE2H3lCD%2CcACI%2CuB3H0lCH%3BIlBr8BD%2CyBAAA%3B%3BEkBy8BA%2CiDAAC%3BE2H%5C%2FlCD%2CcACI%2CuB3H8lCH%3BIlBz8BD%2C4BAAA%3BIkB28BI%2CQAAA%3B%3BE8BtsCJ%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%3BEiBlCR%2CQAAQ%2CKAAK%3BICkIb%2CSAAA%3BIACA%2CUAAA%3B%3BEDnIA%2CQAAQ%2CKAAK%2CMCqIX%2CQAAK%3BIACH%2CsBAAA%3BIACA%2CWAAA%3BIACA%2CWAAA%3B%3BEDxIJ%2CQAAQ%2CKAAK%2CMCqIX%2CQAAK%2CMAKD%3BIACE%2CcAAA%3B%3BED3IR%2CQAAQ%2CKAAK%2CMC%2BIX%2CQAAK%3BIAEH%2CsBAAA%3BIACA%2CcAAA%3BIACA%2CWAAA%3BIACA%2CSAAA%3B%3BElE7HJ%2CQiEvBQ%2CKAAK%2CMC%2BIX%2CQAAK%2CQlExHN%3BEACD%2CQiExBQ%2CKAAK%2CMC%2BIX%2CQAAK%2CQlEvHN%3BIACG%2CSAAS%2CEAAT%3BIACA%2CcAAA%3B%3BEAGJ%2CQiE7BQ%2CKAAK%2CMC%2BIX%2CQAAK%2CQlElHN%3BIACG%2CWAAA%3B%3BEkEwHA%2CQDtJI%2CKAAK%2CMC%2BIX%2CQAAK%2CQAOF%3BIACG%2CcAAA%3B%3BEDvJR%2CQAAQ%2CKAAK%2CMC4MP%2CQAAK%3BIlE%2BDX%2CeAAA%3B%3BEiE3QA%2CQAAQ%2CKAAK%2CMCgNX%2CQAAK%2CMACD%3BIlE0DN%2CmBAAA%3BIAAA%2CoCAAA%3BIAAA%2CkCAAA%3BIAAA%2CmCAAA%3BIAAA%2CiCAAA%3BIAAA%2CgCAAA%3BIAAA%2CgBAAA%3BIAAA%2CiBAAA%3BIAAA%2CWAAA%3BIAAA%2CqBAAA%3B%3BEDjJA%2CQkE1HQ%2CKAAK%2CMCgNX%2CQAAK%2CMACD%2CUnEvFL%3BICiJD%2CWAAA%3BIAAA%2CqBAAA%3B%3BED5IA%2CQkE%5C%2FHQ%2CKAAK%2CMCgNX%2CQAAK%2CMACD%2CUnElFL%3BIC4ID%2CWAAA%3BIAAA%2CqBAAA%3B%3BEDvIA%2CQkEpIQ%2CKAAK%2CMCgNX%2CQAAK%2CMACD%2CUnE7EL%3BICuID%2CWAAA%3BIAAA%2CqBAAA%3B%3BEkE9BI%2CQD7OI%2CKAAK%2CMCgNX%2CQAAK%2CMA6BF%2CIAAI%2CWAAc%2CUAAO%3BEAC1B%2CQD9OI%2CKAAK%2CMCgNX%2CQAAK%2CMA8BF%2CIAAI%2CWAAc%2CUAAO%3BIlE6B9B%2CYC9MoB%2C4BD8MpB%3B%3BEkEzBI%2CQDlPI%2CKAAK%2CMCgNX%2CQAAK%2CMAkCF%2CIAAI%2CWAAc%2CUAAO%3BEAC1B%2CQDnPI%2CKAAK%2CMCgNX%2CQAAK%2CMAmCF%2COAAU%3BEACX%2CQDpPI%2CKAAK%2CMCgNX%2CQAAK%2CMAoCF%2COAAU%2CUAAO%3BEAClB%2CQDrPI%2CKAAK%2CMCgNX%2CQAAK%2CMAqCF%2COAAU%2CUAAO%3BIlEsBtB%2CYC9MoB%2C4BD8MpB%3BIAAA%2CWAAA%3BIAAA%2CqBAAA%3BIAAA%2CsBAAA%3B%3BEiE3QA%2CQAAQ%2CKAAK%2CMC6PX%2CQAAK%3BIlEcP%2CYC9MoB%2C4BD8MpB%3BIAAA%2CSAAA%3BIAAA%2CeAAA%3BIAAA%2CmBAAA%3B%3BEiE3QA%2CQAAQ%2CKAAK%2CMAGT%2CMAAK%3BIACD%2CcAAA%3B%3BEAJR%2CQAAQ%2CKAAK%2CMAOT%2CMAAK%2CMACC%3BIACE%2CqBAAA%3B%3BEATZ%2CQAAQ%2CKAAK%2CMAaP%2CQAAK%3BIACH%2CuBAAA%3B%3BEQuSJ%2CYAAC%3BIzE1CL%2CUAAA%3BIAAA%2CYAAA%3B%3BEyE5NA%2CYAsQK%2CYAtQJ%2CMACG%3BIACI%2CmBAAmB%2CaAAnB%3BIACQ%2CWAAW%2CaAAX%3B%3BEAmQZ%2CYAAC%2CYA9PL%3BIACI%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CgBAAA%3BIACA%2CsDAAA%3BIACQ%2CsCAAA%3BIACR%2CWAAA%3BIACA%2C4BAAA%3B%3BEAuPA%2CYAAC%2CYArPL%2CkBAAiB%3BIACb%2CgBAAA%3B%3BEAoPA%2CYAAC%2CYAGG%3BIACI%2CSAAA%3BIACA%2CgBAAA%3B%3BEChOZ%3BID9EA%2CSAAA%3BIACA%2COAAA%3BIACA%2CYAAA%3BIACA%2CeAAA%3BIACA%2CQAAA%3BIACA%2CMAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3BIACA%2CyDAAA%3BIACQ%2CiDAAA%3BIzEsPR%2CUAAA%3BIAAA%2CYAAA%3B%3BEyEpPA%2CaAAC%3BIACG%2CmBAAA%3BIACA%2CUAAA%3BIACA%2CqCAAA%3BIACQ%2C6BAAA%3B%3BEAJZ%2CaAAC%2CMAMG%3BIzE8NN%2CgEAAA%3BIACK%2C6DAAA%3BIACC%2C4DAAA%3BIAcJ%2CwDAAA%3B%3BE0EjLA%2CaDvDA%3BIzEwOA%2CsBAAA%3BIAAA%2C4CAAA%3BIyErOI%2CUAAA%3BIACA%2CoBAAA%3B%3BEAQJ%2CaAAC%2CMACG%3BIACI%2CmBAAmB%2CaAAnB%3BIACQ%2CWAAW%2CaAAX%3B%3BECwChB%2CaDnCA%3BIACI%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CgBAAA%3BIACA%2CsDAAA%3BIACQ%2CsCAAA%3BIACR%2CWAAA%3BIACA%2C4BAAA%3B%3BEC4BJ%2CaD1BA%2CkBAAiB%3BIACb%2CgBAAA%3B%3BEC6BA%2CaAAC%3BIACG%2CiCAAA%3BIACA%2CkBAAA%3BIACA%2CgBAAA%3B%3BEAPR%2CaAUI%3BI1EuKJ%2CyBAAA%3BI0ErKQ%2CsBAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3B%3BEAKJ%2CIAAC%3BIACG%2CaAAA%3BIACA%2CgBAAA%3BIACA%2CYAAA%3B%3BEAHJ%2CIAAC%2CkBAKG%3BI1EyJR%2CoCAAA%3B%3BE0EnJA%3BIACI%2CoBAAA%3B%3BEACA%2CYAAC%2CYACG%2CkBAAiB%3BI1EgJzB%2CyBAAA%3B%3BE0E3IY%2CYANP%2CYAKI%2CcACI%3BIACG%2CiCAAA%3BIACA%2CgBAAA%3B%3BEAHR%2CYALH%2CYAKI%2CcAMG%3BIACI%2CYAAA%3BIACA%2CgBAAA%3B%3BEAfhB%2CYAoBI%3BI1E%2BHJ%2CeAAA%3BIAAA%2CaC3NyB%2CiCD2NzB%3B%3BE4ExOA%3BIACI%2CcAAA%3B%3BEADJ%2CiBAGI%3BIACI%2CaAAA%3B%3BEAJR%2CiBAOI%3BEAPJ%2CiBAQI%3BIACI%2CWAAA%3BIACA%2CcAAA%3BIACA%2CkBAAA%3B%3BEKAR%3BIACI%2CwCAAA%3B%3BEADJ%2C2BAGI%2CqBAAoB%2CIAAI%3BIACpB%2CeAAA%3B%3BEQ7DR%3BIACI%2CwCAAA%3BIACA%2CgBAAA%3BIACA%2CeAAA%3B%3BEwGXJ%3BIACI%2CeAAA%3B%3BECHJ%3BIACI%2CeAAA%3B%3BElGgBJ%2CyBAAyB%2C6BACrB%3BIACI%2CwCAAA%3B%3BECTR%2CyBAAyB%3BIACrB%2CwCAAA%3B%3BECOJ%2CyBAAyB%3BIACrB%2CwCAAA%3B%3BECgGJ%2C0BACI%2CqBAAoB%2CIAAI%3BIACpB%2CeAAA%3B%3BEMfR%3BIACI%2CwCAAA%3B%3BE3BrDJ%3BIACI%2CwBAAA%3B%3BEiE0SJ%2CcACI%2CcACI%2CqBAEI%3BIACI%2CkBAAA%3BIACA%2CYAAA%3BIACA%2CWAAA%3BIACA%2CUAAA%3BIACA%2CsBAAA%3BI%5C%2FItFlB%2CkDAAA%3BIACK%2C%2BCAAA%3BIACC%2C8CAAA%3BIAcJ%2C0CAAA%3BI%2BIyEgB%2CmBAAA%3BIhFrWnB%2CoBAAA%3B%3BIACC%2CiBAAA%3B%3BIACA%2CoBAAA%3B%3BIACA%2CqBAAA%3B%3BIACA%2CaAAA%3BIACA%2CeAAA%3BIgFkWkB%2CmBAAA%3BIACA%2C8BAAA%3B%3BEAfhB%2CcACI%2CcACI%2CqBAEI%2CsBAYI%2CiBAAiB%3BEAhBjC%2CcACI%2CcACI%2CqBAEI%2CsBAaI%2CiBAAiB%2COAAM%3BEAjBvC%2CcACI%2CcACI%2CqBAEI%2CsBAcI%3BI1IxIhB%2CsBAAA%3BIACA%2CgBAAA%3BIACA%2C4BAAA%3BIAEA%2CgBAAA%3BIACA%2CoBAAA%3BIACA%2CSAAA%3BIAEA%2CqBAAA%3BIACA%2CiBAAA%3BILgDA%2CgBAAA%3BIAAA%2CWAAA%3BIAAA%2CYAAA%3BI%2BImFoB%2CWAAA%3BIACA%2CUAAA%3BIACA%2C6BAAA%3BIACA%2CSAAA%3B%3BE1InIpB%2Cc0I2GI%2CcACI%2CqBAEI%2CsBAYI%2CiBAAiB%2CQ1I1HhC%3BEAAD%2Cc0I2GI%2CcACI%2CqBAEI%2CsBAaI%2CiBAAiB%2COAAM%2CY1I3HtC%3BEAAD%2Cc0I2GI%2CcACI%2CqBAEI%2CsBAcI%2CY1I5Hf%3BEACD%2Cc0I0GI%2CcACI%2CqBAEI%2CsBAYI%2CiBAAiB%2CQ1IzHhC%3BEAAD%2Cc0I0GI%2CcACI%2CqBAEI%2CsBAaI%2CiBAAiB%2COAAM%2CY1I1HtC%3BEAAD%2Cc0I0GI%2CcACI%2CqBAEI%2CsBAcI%2CY1I3Hf%3BIACG%2CgBAAA%3BIACA%2CYAAA%3B%3BEAGJ%2Cc0IqGI%2CcACI%2CqBAEI%2CsBAYI%2CiBAAiB%2CQ1IpHhC%3BEAAD%2Cc0IqGI%2CcACI%2CqBAEI%2CsBAaI%2CiBAAiB%2COAAM%2CY1IrHtC%3BEAAD%2Cc0IqGI%2CcACI%2CqBAEI%2CsBAcI%2CY1ItHf%3BIACG%2CgBAAA%3BIACA%2CYAAA%3B%3BEAGJ%2Cc0IgGI%2CcACI%2CqBAEI%2CsBAYI%2CiBAAiB%2CQ1I%5C%2FGhC%3BEAAD%2Cc0IgGI%2CcACI%2CqBAEI%2CsBAaI%2CiBAAiB%2COAAM%2CY1IhHtC%3BEAAD%2Cc0IgGI%2CcACI%2CqBAEI%2CsBAcI%2CY1IjHf%3BEACD%2Cc0I%2BFI%2CcACI%2CqBAEI%2CsBAYI%2CiBAAiB%2CQ1I9GhC%3BEAAD%2Cc0I%2BFI%2CcACI%2CqBAEI%2CsBAaI%2CiBAAiB%2COAAM%2CY1I%5C%2FGtC%3BEAAD%2Cc0I%2BFI%2CcACI%2CqBAEI%2CsBAcI%2CY1IhHf%3BEACD%2CQAAQ%2CUAAW%2Ce0I8Ff%2CcACI%2CqBAEI%2CsBAYI%2CiBAAiB%3BE1I7GjC%2CQAAQ%2CUAAW%2Ce0I8Ff%2CcACI%2CqBAEI%2CsBAaI%2CiBAAiB%2COAAM%3BE1I9GvC%2CQAAQ%2CUAAW%2Ce0I8Ff%2CcACI%2CqBAEI%2CsBAcI%3BI1I9GZ%2CoBAAA%3BIL%2BBJ%2CYAAA%3B%3BE%2BIwFoB%2CcA1BhB%2CcACI%2CqBAEI%2CsBAYI%2CiBAAiB%2CQAWZ%3BEAAD%2CcA1BhB%2CcACI%2CqBAEI%2CsBAaI%2CiBAAiB%2COAAM%2CYAUlB%3BEAAD%2CcA1BhB%2CcACI%2CqBAEI%2CsBAcI%2CYASK%3BIACG%2CWAAA%3B%3BEA5BxB%2CcACI%2CcACI%2CqBAEI%2CsBA2BI%2CiBAAiB%2COAAM%3BIACnB%2CoBAAA%3BIACA%2CmBAAA%3BIACA%2CuBAAA%3BIACA%2CYAAA%3B%3BEACA%2CcAnChB%2CcACI%2CqBAEI%2CsBA2BI%2CiBAAiB%2COAAM%2CYAKlB%3BI%5C%2FIjGrB%2CS4JpO4B%2CO5JoO5B%3BIAAA%2CWAAA%3BIAAA%2CiBAAA%3BIAAA%2CuBAAA%3BI4JxMF%2CcAAA%3BIACA%2CiBAAA%3BItCtDE%2C4BAAA%3BItH6OF%2CiCAAA%3BIACK%2C8BAAA%3BIACC%2C6BAAA%3BIAcJ%2CyBAAA%3BIAhBF%2CoCAAA%3BIACK%2CiCAAA%3BIACC%2CgCAAA%3BIAcJ%2C4BAAA%3B%3BE%2BI6DA%2CcACI%2CcACI%2CqBAEI%2CsBAsCI%2CiBAAiB%3BEA1CjC%2CcACI%2CcACI%2CqBAEI%2CsBAuCI%2CiBAAiB%2COAAM%3BIACnB%2CaAAA%3B%3BEA5CpB%2CcACI%2CcACI%2CqBAEI%2CsBAsCI%2CiBAAiB%2CQAGb%3BEA7CpB%2CcACI%2CcACI%2CqBAEI%2CsBAuCI%2CiBAAiB%2COAAM%2CYAEnB%3BIACI%2CwBAAA%3B%3BEACA%2CcA9CpB%2CcACI%2CqBAEI%2CsBAsCI%2CiBAAiB%2CQAGb%2CKAEK%3BEAAD%2CcA9CpB%2CcACI%2CqBAEI%2CsBAuCI%2CiBAAiB%2COAAM%2CYAEnB%2CKAEK%3BIACG%2CgBAAA%3BIACA%2CSAAA%3B%3BEAGR%2CcAnDhB%2CcACI%2CqBAEI%2CsBAsCI%2CiBAAiB%2CQAUZ%3BEAAD%2CcAnDhB%2CcACI%2CqBAEI%2CsBAuCI%2CiBAAiB%2COAAM%2CYASlB%3BIACG%2CSAAS%2CEAAT%3BIACA%2CiBAAA%3BIACA%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CmBAAA%3BIACA%2CuCAAA%3BIACA%2CcAAA%3BI%5C%2FIzI1B%2C4CAAA%3BIACK%2CyCAAA%3BIACC%2CwCAAA%3BIAcJ%2CoCAAA%3BI%2BI4HwB%2CqBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2COAAA%3BIACA%2CQAAA%3BIACA%2CYAAA%3B%3BEAGA%2CcAtEpB%2CcACI%2CqBAEI%2CsBAsCI%2CiBAAiB%2CQA4BZ%2CQACI%3BEAAD%2CcAtEpB%2CcACI%2CqBAEI%2CsBAuCI%2CiBAAiB%2COAAM%2CYA2BlB%2CQACI%3BIACG%2CUAAA%3BIACA%2CgBAAA%3B%3BEAEJ%2CcA1EpB%2CcACI%2CqBAEI%2CsBAsCI%2CiBAAiB%2CQA4BZ%2CQAKI%3BEAAD%2CcA1EpB%2CcACI%2CqBAEI%2CsBAuCI%2CiBAAiB%2COAAM%2CYA2BlB%2CQAKI%3BIACG%2CUAAA%3B%3BEANR%2CcArEhB%2CcACI%2CqBAEI%2CsBAsCI%2CiBAAiB%2CQA4BZ%2CQAQG%3BEARJ%2CcArEhB%2CcACI%2CqBAEI%2CsBAuCI%2CiBAAiB%2COAAM%2CYA2BlB%2CQAQG%3BIACI%2CcAAA%3BIACA%2CYAAA%3B%3BEAhF5B%2CcACI%2CcACI%2CqBAEI%2CsBAgFI%2CYACI%3BI%5C%2FI9ZpB%2CSAAA%3BIACA%2CMAAM%2CgBAAN%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BE%2BI0ZoB%2CcAvFhB%2CcACI%2CqBAEI%2CsBAgFI%2CYAIK%3BIACG%2CiBAAA%3B%3BEAzFxB%2CcACI%2CcACI%2CqBAEI%2CsBAwFI%3BEA5FhB%2CcACI%2CcACI%2CqBAEI%2CsBAyFI%3BIACI%2CaAAA%3B%3BEA9FpB%2CcACI%2CcACI%2CqBAEI%2CsBA4FI%3BEAhGhB%2CcACI%2CcACI%2CqBAEI%2CsBA6FI%3BIACI%2CgBAAA%3B%3BEsBjFpB%2CIAAK%3BIACD%2CkBAAA%3B%3BEADJ%2CIAAK%2CgBAEC%3BIACE%2C6BAAA%3B%3BEA6qBR%3BIACI%2CkBAAA%3B%3BEAEJ%3BIACI%2CkBAAA%3BIACA%2CmBAAA%3B%3BEAFJ%2CYAGI%3BIACI%2C0BAAA%3B%3BEGpxBX%3BEAAgB%3BIACZ%2CsBAAA%3B%3BEADJ%2CeAEC%3BEAFe%2CqBAEf%3BEAFD%2CeAaD%2CCAXe%3BEAFE%2CqBAajB%2CCAXe%3BIACZ%2CsBAAA%3B%3BEAHF%2CeAKC%3BEALe%2CqBAKf%3BIACC%2CSAAA%3BIACA%2C4BAAA%3B%3BEM8CF%3BIACC%2CSAAA%3BIACA%2CYAAA%3BIACA%2CiBAAA%3BIACA%2CsBAAA%3BIACA%2CkBAAA%3BIACA%2C2BAAA%3B%3BEAND%2CUAQC%2COAAM%3BIACL%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3B%3BEAGF%2CaACC%3BIACC%2CYAAA%3B%3BEAFF%2CaAKC%3BIACC%2CUAAA%3B%3BEG7OF%2CyBACC%3BIACC%2CsBAAA%3BIACA%2CoBAAA%3B%3BE7KiSK%2CIADC%2CMACA%3BIACG%2CiBAAA%3B%3BEADJ%2CIADC%2CMACA%2CcAEG%3BIACI%2CSAAA%3B%3BEAII%2CIARX%2CMACA%2CcAKG%2CMACI%2CKACK%2CIAAI%3BIACD%2CaAAA%3B%3BEAEJ%2CIAXX%2CMACA%2CcAKG%2CMACI%2CKAIK%3BIACG%2CmBAAA%3BIACA%2CiBAAA%3BIACA%2CoBAAA%3B%3BEAbhB%2CIADC%2CMACA%2CcAiBG%2CMAEI%3BEAnBR%2CIADC%2CMACA%2CcAkBG%2CGACI%3BIACI%2CSAAA%3B%3BEApBZ%2CIADC%2CMACA%2CcAuBG%2CMAAK%3BIACD%2CoBAAA%3BI2Draf%2CoBAAA%3B%3BIACC%2CiBAAA%3B%3BIACA%2CoBAAA%3B%3BIACA%2CqBAAA%3B%3BIACA%2CaAAA%3BIACA%2CiBAAA%3BI3Doac%2CyBAAA%3BIACA%2CqBAAA%3B%3BEA7BR%2CIADC%2CMACA%2CcAuBG%2CMAAK%2CKAOD%3BIACI%2COAAA%3B%3BEAIJ%2CIApCP%2CMACA%2CcAkCG%2CKACK%3BEACD%2CIArCP%2CMACA%2CcAkCG%2CKAEK%3BEACD%2CIAtCP%2CMACA%2CcAkCG%2CKAGK%3BEACD%2CIAvCP%2CMACA%2CcAkCG%2CKAIK%3BIACG%2CsBAAA%3BIACA%2CcAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3BIACA%2CmBAAA%3BIACA%2CUAAA%3B%3BEAEA%2CIA%5C%2FCX%2CMACA%2CcAkCG%2CKACK%2CIAWI%2CSAAS%3BEAAV%2CIA%5C%2FCX%2CMACA%2CcAkCG%2CKAEK%2CMAUI%2CSAAS%3BEAAV%2CIA%5C%2FCX%2CMACA%2CcAkCG%2CKAGK%2CSASI%2CSAAS%3BEAAV%2CIA%5C%2FCX%2CMACA%2CcAkCG%2CKAIK%2CKAQI%2CSAAS%3BIACN%2CSAAS%2CcAAc%2CGAAvB%3BIACA%2CcAAA%3BIACA%2CaH7XK%2CiCG6XL%3BIACA%2CoBAAA%3B%3BEAIR%2CIAvDP%2CMACA%2CcAkCG%2CKAoBK%3BIACG%2CmBAAA%3B%3BEAEJ%2CIA1DP%2CMACA%2CcAkCG%2CKAuBK%3BIACG%2CUAAA%3B%3BEA1DZ%2CIADC%2CMACA%2CcA6DG%2CMACI%3BIACI%2CkBAAA%3BIACA%2CUAAA%3B%3BEAhEZ%2CIADC%2CMACA%2CcA6DG%2CMAKI%2CKAAI%3BIACD%2CgBAAA%3BIACA%2CgCAAA%3BIACA%2CgBAAA%3B%3BEAIH%2CIA1EP%2CMACA%2CcAwEG%2CSACK%3BIACG%2CoBAAA%3B%3BEAMhB%2CeACI%2CWAEI%3BI2DheX%2CoBAAA%3B%3BIACC%2CiBAAA%3B%3BIACA%2CoBAAA%3B%3BIACA%2CqBAAA%3B%3BIACA%2CaAAA%3BIACA%2CeAAA%3BI3D6dc%2CmBAAA%3BIACA%2C6BAAA%3B%3BEANZ%2CeACI%2CWAEI%2CSAII%3BIACI%2CYAAA%3B%3BEyI%5C%2FVhB%2CcACI%3BI7IqJJ%2CYAAA%3BIAAA%2CSAAA%3BI6IlJQ%2CUAAA%3B%3BE1GOR%2CwBACI%3BInC0IJ%2CeAAA%3B%3BEmC3IA%2CwBAKI%3BInCsIJ%2CkBAAA%3BIAAA%2CmBAAA%3B%3BEmC3IA%2CwBAUI%3BInCiIJ%2CaAAA%3B%3BEmC3IA%2CwBAcI%3BInC6HJ%2CoBAAA%3B%3BEmC3IA%2CwBAkBI%2C0BACI%3BIACI%2CgBAAA%3B%3BEKFZ%2CwBACI%3BIxCwHJ%2CeAAA%3B%3BEwCzHA%2CwBACI%2CgBAGI%3BIxCqHR%2CaAAA%3B%3BEwCzHA%2CwBACI%2CgBAOI%3BIxCiHR%2CoBAAA%3B%3BEsBiEQ%2CgBADJ%2CUACK%3BIACG%2CkBAAA%3B%3BEAKZ%2CQACI%3BIACI%2CgBAAA%3B%3BEAQR%2CQAAQ%2CcACJ%3BItBlFJ%2CmBAAA%3BIsBoFQ%2CcAAA%3B%3BEAIR%2CuBACI%3BIACI%2CkBAAA%3B%3BEAIR%2CKAAK%2COAAO%2CSACR%2COAAM%2CMACF%2CYACI%3BIACI%2CgBAAA%3BIACA%2CWAAA%3B%3BEwBnThB%3BIACI%2CeAAA%3B%3BEAGJ%3BEACA%3BIACI%2CqBAAA%3B%3BEAEA%2CcAAC%2CIAAI%3BEAAL%2CcAAC%2CIAAI%3BIACD%2CmBAAA%3B%3BEuIpER%2CgBACM%3BIACE%2CgBAAA%3B%3BEzKkRR%2CoBACI%3BIACI%2CaAAA%3BIACA%2CkBAAA%3BIACA%2CkBAAA%3BIACA%2CYAAA%3B%3BEALR%2CoBAQI%3BIACI%2CkBAAA%3B%3BEATR%2CoBAYI%2CQAAO%3BEAZX%2CoBAaI%2CQAAO%3BIACH%2CSAAA%3B%3BE2K1RR%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%3BExIiKZ%3BIgB3MH%2CoBAAA%3B%3BIACC%2CiBAAA%3B%3BIACA%2CoBAAA%3B%3BIACA%2CqBAAA%3B%3BIACA%2CaAAA%3BIACA%2CeAAA%3BIhBwMM%2CmBAAA%3BIACA%2C8BAAA%3B%3BEAHJ%2CiBAIM%3BIACE%2CcAAA%3B%3BEAEJ%2CiBAAC%3BEAAQ%2CiBAAC%3BIACN%2CaAAA%3B%3BEAEJ%2CiBAAC%2CWACG%3BIACI%2CaAAA%3B%3BEAZZ%2CiBAeI%3BIACI%2CWAAA%3BIACA%2CkBAAA%3B%3BEAGR%2CiBAAiB%2CIAAI%3BIACjB%2CyBAAA%3BIACA%2C4BAAA%3B%3BEAFJ%2CiBAAiB%2CIAAI%2CaAGjB%2CgBACI%3BIACI%2CaAAA%3B%3BEALZ%2CiBAAiB%2CIAAI%2CaAQjB%3BIACI%2CaAAA%3B%3BEATR%2CiBAAiB%2CIAAI%2CaAWjB%3BIACI%2CSAAA%3BIACA%2CSAAA%3BIACA%2CgBAAA%3BIACA%2CsBAAsB%2CgMAAtB%3BIACA%2C4BAAA%3BIACA%2C0BAAA%3BIACA%2C0BAAA%3BIAEA%2CwBAAA%3BIACA%2CqBAAA%3BIACA%2CiBAAA%3BIACA%2CYAAA%3BIACA%2CqBAAA%3B%3BEAxBR%2CiBAAiB%2CIAAI%2CaA0BjB%2CQAAQ%3BIACJ%2CMAAA%3B%3BEA3BR%2CiBAAiB%2CIAAI%2CaA6BjB%3BIACI%2CcAAA%3BIACA%2CQAAA%3BIACA%2COAAA%3B%3BEAhCR%2CiBAAiB%2CIAAI%2CaA6BjB%2CSAII%3BEAjCR%2CiBAAiB%2CIAAI%2CaA6BjB%2CSAKI%3BIACI%2CaAAA%3B%3BEjCwUZ%2CqBACI%2CQAAO%3BId3LX%2CqBAAA%3BIACA%2CoBAAA%3BIACA%2CaAAA%3BIAkCA%2C8BAAA%3BIACI%2C0BAAA%3BIACI%2CsBAAA%3B%3BEcoJR%2CqBAMI%2CSAAQ%3BIdpJZ%2CkBAAA%3BIACC%2CiBAAA%3BIACQ%2CSAAA%3B%3BEcgKT%3BIACI%2CaAAA%3B%3BEAEJ%2CMAAM%2CQACF%2CQAAO%3BIACH%2CcAAA%3BIACA%2CaAAA%3B%3BEAIR%3BEACA%2CoBAAqB%2CQAAO%3BEAC5B%2CqBAAsB%2CmBAAqB%2CUAAO%3BEAClD%3BIACI%2CaAAA%3B%3BEe7ZJ%2CeAEK%3BEADJ%2CMACI%3BEAFL%2CeAGK%2CaAAa%3BEAFjB%2CMAEI%2CaAAa%3BI7B0ElB%2CyBAAA%3B%3BE6BrEI%2CIAAC%2CcACG%3BIACI%2CYAAA%3B%3BEAKR%2CMAAC%2COACG%2CYACI%3BIAEI%2CeAAA%3BIACA%2COAAA%3BIACA%2CQAAA%3BIACA%2CYAAA%3BIACA%2CcAAA%3BIACA%2CsBAAA%3BIACA%2CyBAAA%3BIACA%2CcAAA%3BIACA%2CeAAA%3BIACA%2CgBAAA%3BIACA%2CoBAAA%3BIACA%2CmBAAA%3BIACA%2CuBAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CUAAA%3BIACA%2C0BAAA%3B%3BEkCnDhB%2CMlC%2BBK%2COACG%2CYACI%2CYkCjCX%3BIACG%2CSAAS%2CEAAT%3BIACN%2CcAAA%3BIACM%2CeAAA%3BIACN%2CUAAA%3BIACM%2CMAAA%3BIACA%2COAAA%3BIACA%2CQAAA%3BIACA%2CaAAA%3BIACA%2CUAAA%3BIACA%2CoBAAA%3BI%5C%2FDmFJ%2C8BAAA%3BIAhBF%2CwBAAA%3BIACK%2CqBAAA%3BIACC%2CoBAAA%3BIAcJ%2CgBAAA%3BI%2BDhFI%2CYAAY%2CmCAAZ%3B%3BElCwCY%2CMAtBX%2COACG%2CYACI%2CYAoBK%3BIACG%2CSAAS%2CEAAT%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CcAAA%3BI7BoBtB%2C6DAAA%3BIACK%2C0DAAA%3BIACC%2CyDAAA%3BIAcJ%2CqDAAA%3BI6BjCoB%2CkB5B3KV%2CkB4B2KU%3BIACA%2C0BAAA%3B%3BEA9BhB%2CMAAC%2COAkCG%3BEAlCJ%2CMAAC%2COAmCG%3BIACI%2CyBAAA%3BI7BUd%2CwBAAA%3BIACK%2CqBAAA%3BIACC%2CoBAAA%3BIAcJ%2CgBAAA%3BI%2BDnHH%2CeAAA%3BIACA%2CMAAA%3BIACG%2CSAAA%3BIACH%2CsBAAA%3BI%5C%2FDgHG%2COAAA%3BI%2BD9GH%2CgBAAA%3BIACA%2CSAAA%3BI%5C%2FD6FC%2CmB6BP0C%2CwB7BO1C%3BIACK%2CgB6BRqC%2CwB7BQrC%3BIACC%2Ce6BToC%2CwB7BSpC%3BIAcJ%2CW6BvBwC%2CwB7BuBxC%3BIAhBF%2CiDAAA%3BIACK%2C8CAAA%3BIACC%2C6CAAA%3BIAcJ%2CyCAAA%3BIAAA%2CYAAA%3BIAAA%2CUAAA%3BIAAA%2CgBAAA%3B%3BE6B9DI%2CMAAC%2COA0CG%3BIACI%2CgBAAA%3BIACA%2CYAAA%3B%3BEA5CR%2CMAAC%2COA0CG%2CcAII%3BI7BgBZ%2CiBAAA%3BIAAA%2CaC3NyB%2CiCD2NzB%3BIAAA%2CWAAA%3BIAAA%2CyBAAA%3BIAAA%2CgBAAA%3BI6BVgB%2CgBAAA%3BIACA%2CgBAAA%3BIACA%2CgBAAA%3BIACA%2CwBAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3BI7BGhB%2CqBAAA%3BIyBhOA%2CqBAAA%3BIsC5DH%2CoBAAA%3B%3BIACC%2CiBAAA%3B%3BIACA%2CoBAAA%3B%3BIACA%2CqBAAA%3B%3BIACA%2CaAAA%3BIACA%2CeAAA%3BIlC4RkB%2C8BAAA%3BIACA%2CmBAAA%3B%3BEJhOhB%2CMI4JK%2COA0CG%2CcAII%2COJ1MX%3BIAuRD%2CmCAAA%3BIACA%2CkCAAA%3BIzB9DA%2CeAAA%3BIAAA%2CoBAAA%3BIAAA%2CWAAA%3BIAAA%2CS0B1OU%2CO1B0OV%3BIAAA%2CaEzRe%2CmBFyRf%3BIAAA%2CsBAAA%3BIyBqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEIlEgB%2CMArEX%2COA0CG%2CcAII%2COAuBK%3BIACG%2CYAAA%3BIACA%2CcAAA%3BIACA%2CkBAAA%3BIACA%2CSAAA%3B%3BEAzEhB%2CMAAC%2COA6EG%3BIACI%2CSAAA%3BIACA%2CgBAAA%3B%3BEAEJ%2CMAjFH%2COAiFI%3BIACG%2CkBAAA%3BIACA%2CmBAAA%3BIACA%2CWAAA%3B%3BEAHJ%2CMAjFH%2COAiFI%2COAIG%2CqBAAoB%3BIAChB%2CmBAAA%3B%3BEkCpGnB%2CMlCcQ%2COAiFI%2COAoBG%2CYACI%2CYkCpHlB%3BIACA%2CUAAA%3BIACA%2CuBAAA%3B%3BElC6FU%2CMAjFH%2COAiFI%2COAyBG%3BEAzBJ%2CMAjFH%2COAiFI%2COA0BG%3BI7B7Dd%2CuBAAA%3BIACK%2CoBAAA%3BIACC%2CmBAAA%3BIAcJ%2CeAAA%3B%3BE6BoDA%2COACI%3BIACI%2Ca5BjRiB%2CiC4BiRjB%3BIACA%2CeAAA%3B%3BEAGA%2COADH%2CQACI%3BIACG%2CgCAAA%3B%3BEACA%2COAHP%2CQACI%2CKAEI%2CcACG%3BEADJ%2COAHP%2CQACI%2CKAEI%2CcAEG%2CaAAa%3BIACT%2CcAAA%3B%3BEAIZ%2COAVH%2CQAUI%3BIACG%2CoBAAA%3BIACA%2CiBAAA%3BI7BrEZ%2CcAAA%3BIyBhOA%2CqBAAA%3B%3BEAMA%2COImRK%2CQAUI%2CMJ7RR%3BIAuRD%2CmCAAA%3BIACA%2CkCAAA%3BIzB9DA%2CeAAA%3BIAAA%2CoBAAA%3BIAAA%2CcAAA%3BIAAA%2CS0B9NQ%2CO1B8NR%3BIAAA%2CaEzRe%2CmBFyRf%3BIAAA%2CsBAAA%3BIyBqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEIGY%2COAnBP%2CQAUI%2CMASI%3BIACG%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CQAAA%3B%3BEJ%5C%2FOhB%2COIiPsB%2CUAxBjB%2CQAUI%2CMJnOR%3BIzBgKD%2CS0B%5C%2FNM%2CO1B%2BNN%3B%3BE6BwFQ%2COA%5C%2FBH%2CQA%2BBI%3BIACG%2CsBAAA%3BIACA%2CaAAA%3B%3BEAGR%2COAAC%3BIACG%2CoBAAA%3B%3BEAIR%2COAAQ%3BIACJ%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CmBAAA%3B%3BEAHJ%2COAAQ%2CgBAKJ%2COACI%3BIACI%2CO5BtTO%2C2B4BsTP%3B%3BEAIR%2COAXI%2CgBAWH%3BIACG%2CkBAAA%3BIACA%2CUAAA%3BI7B%5C%2FGR%2CcAAA%3BIyB9QA%2CqBAAA%3B%3BEAMA%2COI0WQ%2CgBAWH%2CSJrXJ%3BIAqUD%2CmCAAA%3BIACA%2CkCAAA%3BIzB9DA%2CeAAA%3BIAAA%2CoBAAA%3BIAAA%2CcAAA%3BIAAA%2CS0B9NQ%2CO1B8NR%3BIAAA%2CaEzRe%2CmBFyRf%3BIAAA%2CsBAAA%3BIyBqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEI8CQ%2COArBA%2CgBAWH%2CSAUI%3BIACG%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CSAAA%3B%3BEAGJ%2COA3BA%2CgBAWH%2CSAgBI%3BI7B7HT%2COC5MU%2CkBD4MV%3BI6B%2BHY%2CSAAS%2CKAAK%2CiBAAiB%2CGAA%5C%2FB%3BIACA%2CgBAAA%3B%3BEAIR%2COAlCI%2CgBAkCH%3BIACG%2CoBAAA%3B%3BEJ9SR%2COI2QQ%2CgBAkCH%2COAGG%2CgBJhTP%3BIzByKD%2CS0B%5C%2FNM%2CO1B%2BNN%3B%3BE6BoII%2COAlCI%2CgBAkCH%2COAUG%3BIACI%2CcAAA%3B%3BEAGJ%2COAhDA%2CgBAkCH%2COAcO%3BIACA%2CcAAA%3B%3BEAQJ%2CkBADJ%2CcACK%3BIACG%2CoCAAA%3BIACA%2CSAAS%2CEAAT%3BIACA%2CcAAA%3BIACA%2CYAAA%3BIACA%2COAAA%3BIACA%2CiBAAA%3BIACA%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CWAAA%3B%3BEAXZ%2CkBAeI%3BIACI%2CmBAAA%3B%3BEAIR%2CiBACI%2CSACI%3BI7BfR%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3B%3BE6BWT%2CiBACI%2CSACI%2CcAEI%3BIACI%2CgBAAA%3B%3BE4JjJlB%2CSACE%3BIACE%2CeAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CQAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3B%3BE1KpEF%3BIACI%2CWAAA%3BIACA%2CiBAAA%3B%3BEAII%2C0BAFJ%2CUAEK%3BIACG%2CoBAAA%3B%3BEAMA%2C0BATR%2CUAEK%2COAOI%3BIACG%2CgCAAA%3BIfchB%2CmBAAA%3BIeZgB%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%3BIfXzB%2CmBAAA%3B%3BEe0BQ%2C0BAlDJ%2CUAkDK%2CMACG%3BIf3BZ%2CiBAAA%3B%3BEeiCQ%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%3BE%2BH2CR%3BIACI%2CwBAAA%3B%3BEAuVJ%2CYACI%3BIACI%2CaAAA%3B%3BEAIR%2CIAAK%3BEACL%2CIAAK%2COAAO%2COAAM%3BI9IndlB%2CmBAAA%3B%3BE8IkdA%2CIAAK%2CaAID%3BEAHJ%2CIAAK%2COAAO%2COAAM%2CYAGd%3BEAJJ%2CIAAK%2CaAKD%2CGAAG%3BEAJP%2CIAAK%2COAAO%2COAAM%2CYAId%2CGAAG%3BEALP%2CIAAK%2CaAMD%3BEALJ%2CIAAK%2COAAO%2COAAM%2CYAKd%3BI9IxdJ%2CeAAA%3B%3BE8I6qDA%3BIACI%2CgBAAA%3B%3BEA2%2BBJ%2CqBACI%2CSAAQ%3BIACJ%2CmBAAA%3B%3BEAIR%2CQAAQ%2CKAAK%2CMACR%2CQAAK%3BIACF%2CgBAAA%3B%3BEAEA%2CQAJA%2CKAAK%2CMACR%2CQAAK%2CMAGD%2CIAAI%3BIACD%2CgBAAA%3B%3BEALZ%2CQAAQ%2CKAAK%2CMASR%2CQAAK%3BIACF%2CyBAAA%3BIACA%2CsBAAA%3BIACA%2CoBAAA%3B%3BEAseR%2CQAAQ%2CKAAK%2CSACT%2CSAAQ%2CKAAK%2CMACR%2CQAAK%2CMACF%3BI9IppGZ%2CeAAA%3BI8IspGgB%2CcAAA%3BIACA%2CgBAAA%3BI%5C%2FE%5C%2F2GhB%2CkBAAA%3B%3BEACA%2CQ%2BEw2GQ%2CKAAK%2CSACT%2CSAAQ%2CKAAK%2CMACR%2CQAAK%2CMACF%2CQ%5C%2FE32GX%3BEACD%2CQ%2BEu2GQ%2CKAAK%2CSACT%2CSAAQ%2CKAAK%2CMACR%2CQAAK%2CMACF%2CQ%5C%2FE12GX%3BIACG%2CkBAAA%3BIACA%2CSAAS%2CEAAT%3BIACA%2CQAAA%3BIACA%2CSAAA%3BI%5C%2FDkNJ%2C8BAAA%3BIAhBF%2CmB%2BDhMkB%2CsBAAsB%2Cc%5C%2FDgMxC%3BIACK%2CgB%2BDjMa%2CsBAAsB%2Cc%5C%2FDiMnC%3BIACC%2Ce%2BDlMY%2CsBAAsB%2Cc%5C%2FDkMlC%3BIAcJ%2CW%2BDhNgB%2CsBAAsB%2Cc%5C%2FDgNtC%3BIAhBF%2C%2BGAAA%3BIACK%2C4GAAA%3BIACC%2C2GAAA%3BIAcJ%2CuGAAA%3B%3BE%2BD3MA%2CQ%2BE41GQ%2CKAAK%2CSACT%2CSAAQ%2CKAAK%2CMACR%2CQAAK%2CMACF%2CQ%5C%2FE%5C%2F1GX%3BI%5C%2FD2MD%2CUAAA%3BIAAA%2CYAAA%3B%3BE%2BDvMA%2CQ%2BEw1GQ%2CKAAK%2CSACT%2CSAAQ%2CKAAK%2CMACR%2CQAAK%2CMACF%2CQ%5C%2FE31GX%3BI%5C%2FDuMD%2CWAAA%3BIAAA%2CWAAA%3BI%2BDpMI%2CUAAA%3B%3BE%2BE61GY%2CQARR%2CKAAK%2CSACT%2CSAAQ%2CKAAK%2CMACR%2CQAAK%2CMACF%2CQAKK%3BIACG%2CWAAA%3BIACA%2CUAAA%3B%3BEAEJ%2CQAZR%2CKAAK%2CSACT%2CSAAQ%2CKAAK%2CMACR%2CQAAK%2CMACF%2CQASK%3BIACG%2CWAAA%3BIACA%2CUAAA%3B%3BEAIR%2CQAlBJ%2CKAAK%2CSACT%2CSAAQ%2CKAAK%2CMACR%2CQAAK%2CMAgBD%2COAAQ%3BEACT%2CQAnBJ%2CKAAK%2CSACT%2CSAAQ%2CKAAK%2CMACR%2CQAAK%2CMAiBD%2COAAQ%2CUAAO%3BEAChB%2CQApBJ%2CKAAK%2CSACT%2CSAAQ%2CKAAK%2CMACR%2CQAAK%2CMAkBD%2COAAQ%2CUAAO%3BI9IrqG5B%2CsBAAA%3B%3BE%2BDhMA%2CQ%2BEi1GQ%2CKAAK%2CSACT%2CSAAQ%2CKAAK%2CMACR%2CQAAK%2CMAqBD%2COACI%2CU%5C%2FEz2GhB%3BEACD%2CQ%2BEg1GQ%2CKAAK%2CSACT%2CSAAQ%2CKAAK%2CMACR%2CQAAK%2CMAqBD%2COACI%2CU%5C%2FEx2GhB%3BI%5C%2FD%2BKH%2CmB%2BD9KkB%2CsBAAqB%2Ca%5C%2FD8KvC%3BIACK%2CgB%2BD%5C%2FKa%2CsBAAqB%2Ca%5C%2FD%2BKlC%3BIACC%2Ce%2BDhLY%2CsBAAqB%2Ca%5C%2FDgLjC%3BIAcJ%2CW%2BD9LgB%2CsBAAqB%2Ca%5C%2FD8LrC%3B%3BE%2BD3LA%2CQ%2BE40GQ%2CKAAK%2CSACT%2CSAAQ%2CKAAK%2CMACR%2CQAAK%2CMAqBD%2COACI%2CU%5C%2FEp2GhB%3BIACG%2CUAAA%3B%3BE%2BE08HJ%2CQAAS%2CQAAO%3BIACZ%2C8BAAA%3B%3BE7I5%2BFA%2CiBAAC%2CSACG%2CeACI%3BEAFR%2CiBAAC%2CSACG%2CeAEI%3BIACI%2COAAA%3B%3BEAJZ%2CiBAAC%2CSACG%2CeAKI%2CgBACI%3BIACI%2CkBAAA%3BIACA%2CSAAA%3BIACA%2CWAAW%2CgBAAX%3B%3BEAVhB%2CiBAAC%2CSAcG%3BIACI%2CwBAAA%3BIACA%2CQAAA%3BIACA%2CWAAA%3BIACA%2CeAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3B%3BEApBR%2CiBAAC%2CSAcG%2CYAQI%3BIACI%2C0BAAA%3B%3BE6L5yBhB%2CyBACI%2CSAAQ%2CIAAI%2CaACR%2C8BACK%2CIAAC%3BIACE%2CcAAA%3B%3BEAJhB%2CyBACI%2CSAAQ%2CIAAI%2CaACR%2C8BAKI%2CEAAC%2CYAAY%3BIACT%2CWAAA%3B%3BEAQhB%2CcAEI%2CUAAS%2CKAAK%2CMAAM%3BEAFxB%2CcAGI%2CUAAS%2CKAAK%2CMAAM%3BIAChB%2CoBAAA%3BIACA%2CmBAAA%3B%3BEALR%2CcAEI%2CUAAS%2CKAAK%2CMAAM%2C2BAKf%3BEAPT%2CcAGI%2CUAAS%2CKAAK%2CMAAM%2C2BAIf%3BIACG%2CoBAAA%3BIACA%2CmBAAA%3B%3B%3BAE7SZ%2CwBAJqD%3BE9KmerD%3BIlBveA%2CSAAA%3BIACA%2CMAAM%2CgBAAN%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEAiBA%2CwBAAC%3BEACD%2CwBAAC%3BEkBgwBD%2C0BACI%2CMAAM%2CGlBlwBT%3BEkBiwBD%2C0BACI%2CMAAM%2CGlBjwBT%3BEwDsCW%2CcAFR%2COACK%2CIAAI%2CSACA%2CIAAI%2CmBACD%2CMAGI%2CGxD3CnB%3BEwDuCW%2CcAFR%2COACK%2CIAAI%2CSACA%2CIAAI%2CmBACD%2CMAGI%2CGxD1CnB%3BEYmMD%2CQAaI%2CSZjNH%3BEYoMD%2CQAaI%2CSZhNH%3BIACG%2CSAAS%2CEAAT%3BIACA%2CcAAA%3B%3BEAGJ%2CwBAAC%3BEkB2vBD%2C0BACI%2CMAAM%2CGlB5vBT%3BEwDiCW%2CcAFR%2COACK%2CIAAI%2CSACA%2CIAAI%2CmBACD%2CMAGI%2CGxDrCnB%3BEY8LD%2CQAaI%2CSZ3MH%3BIACG%2CWAAA%3B%3BEkB4vBI%2C0BADJ%2CMAAM%2CGACD%2CIAAI%3BIACD%2CgCAAA%3B%3BEAOI%2C0BATZ%2CMAAM%2CGAOF%2CKACK%2CKACI%3BIACG%2CaAAA%3B%3BEAIR%2C0BAdR%2CMAAM%2CGAOF%2CKAOK%3BEACD%2C0BAfR%2CMAAM%2CGAOF%2CKAQK%3BEACD%2C0BAhBR%2CMAAM%2CGAOF%2CKASK%3BIACG%2CsBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3BIACA%2CmBAAA%3BIACA%2CUAAA%3B%3BEAEA%2C0BAvBZ%2CMAAM%2CGAOF%2CKAOK%2CIASI%2CSAAS%3BEAAV%2C0BAvBZ%2CMAAM%2CGAOF%2CKAQK%2CMAQI%2CSAAS%3BEAAV%2C0BAvBZ%2CMAAM%2CGAOF%2CKASK%2CSAOI%2CSAAS%3BIACN%2CSAAS%2CcAAc%2CGAAvB%3BIACA%2CcAAA%3BIACA%2CajBnwBK%2CiCiBmwBL%3BIACA%2CoBAAA%3B%3BEA5BpB%2C0BACI%2CMAAM%2CGAgCF%3BIACI%2CSAAA%3B%3BEAoKZ%3BEsCr7BoB%2CcAhBhB%2COACK%2CIAAI%2COACA%2CIAAI%2CSACA%2CIAAI%2CmBAaA%2CsBACG%2CMACI%3BItCy6B5B%2CaAAA%3B%3BEAoDA%2C2BACI%3BEADJ%2C2BAEI%3BEAFJ%2C2BAGI%3BIACI%2CmBAAA%3B%3BEsCv%5C%2FBR%3BIrDsUA%2CgBAAA%3BIACA%2CkBAAA%3BIACA%2CWAAA%3BIACA%2C4CAAA%3BIACA%2CiCAAA%3BIqDxUI%2CkBAAA%3B%3BEAKY%2CcAHZ%2COACK%2CIAAI%2COACA%2CIAAI%2CSACA%2CIAAI%3BIrDscrB%2CYAAA%3BIACA%2CcAAA%3B%3BEqDvcgB%2CcAHZ%2COACK%2CIAAI%2COACA%2CIAAI%2CSACA%2CIAAI%2CmBrDycnB%2CQAAQ%2CKAAK%3BIACX%2CaAAA%3B%3BEqD1cY%2CcAHZ%2COACK%2CIAAI%2COACA%2CIAAI%2CSACA%2CIAAI%2CmBrD6cnB%3BIACE%2CcAAA%3B%3BEqD9cY%2CcAHZ%2COACK%2CIAAI%2COACA%2CIAAI%2CSACA%2CIAAI%2CmBrD6cnB%2CQAGI%3BIACE%2CcAAA%3B%3BEqDjdQ%2CcAHZ%2COACK%2CIAAI%2COACA%2CIAAI%2CSACA%2CIAAI%2CmBrD6cnB%2CQAGI%2CKAGE%3BEqDndQ%2CcAHZ%2COACK%2CIAAI%2COACA%2CIAAI%2CSACA%2CIAAI%2CmBrD6cnB%2CQAGI%2CKAIE%3BIACI%2CmBAAA%3BIACA%2CcAAA%3BIHvOZ%2CcAAA%3B%3BEG0OY%2CcqD5dR%2COACK%2CIAAI%2COACA%2CIAAI%2CSACA%2CIAAI%2CmBrD6cnB%2CQAGI%2CKAGE%2CGAMK%2CSAAS%3BEAAV%2CcqD5dR%2COACK%2CIAAI%2COACA%2CIAAI%2CSACA%2CIAAI%2CmBrD6cnB%2CQAGI%2CKAIE%2CGAKK%2CSAAS%3BIH1OtB%2CmBAAA%3BIG4OgB%2CSAAS%2CcAAa%2CIAAtB%3BIACA%2CqBAAA%3BIH7OhB%2COC7MmB%2C2BD6MnB%3BIAAA%2CaC3NyB%2CiCD2NzB%3B%3BEwD%5C%2FOgB%2CcAHZ%2COACK%2CIAAI%2COACA%2CIAAI%2CSACA%2CIAAI%2CmBAGD%2CMAAQ%2CKACF%2CKAAE%3BIACA%2CiBAAA%3B%3BEALZ%2CcAHZ%2COACK%2CIAAI%2COACA%2CIAAI%2CSACA%2CIAAI%2CmBAGD%2CMAAQ%2CKAKF%2CKAAE%3BIACA%2CoBAAA%3B%3BEAWI%2CcAvB5B%2COACK%2CIAAI%2COACA%2CIAAI%2CSACA%2CIAAI%2CmBAaA%2CsBACG%2CMAKI%2CGACK%3BIACG%2CYAAA%3BIACA%2CgBAAA%3B%3BEAYxB%2CcAFR%2COACK%2CIAAI%2CSACA%2CIAAI%2CmBACD%3BIACI%2CcAAA%3B%3BEAFR%2CcAFR%2COACK%2CIAAI%2CSACA%2CIAAI%2CmBACD%2CMAGI%3BIACI%2CcAAA%3B%3BEAGA%2CcAVpB%2COACK%2CIAAI%2CSACA%2CIAAI%2CmBACD%2CMAGI%2CGAIK%2CYACG%3BEADJ%2CcAVpB%2COACK%2CIAAI%2CSACA%2CIAAI%2CmBACD%2CMAGI%2CGAIK%2CYAEG%3BIACI%2CiBAAA%3B%3BEAXpB%2CcAFR%2COACK%2CIAAI%2CSACA%2CIAAI%2CmBACD%2CMAeI%3BIACI%2CsBAAA%3BIACA%2CWAAA%3BIACA%2CeAAA%3BIACA%2CgBAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3B%3BEAtBZ%2CcAFR%2COACK%2CIAAI%2CSACA%2CIAAI%2CmBACD%2CMAwBI%3BIACI%2CsBAAA%3BIACA%2CWAAA%3BIACA%2CeAAA%3BIACA%2CgBAAA%3BIACA%2CiBAAA%3BIACA%2CUAAA%3B%3BEAQxB%2C2BACI%3BIACI%2CaAAA%3B%3BEAFR%2C2BAKI%2CMAAM%3BIACF%2CiBAAA%3B%3BEANR%2C2BASI%2CMAAM%3BEATV%2C2BAUI%2CMAAM%3BIACF%2CcAAA%3BIACA%2CeAAA%3BIACA%2CgBAAA%3B%3BE%2BEyWR%2CeACI%2CaAAY%3BIACR%2COAAA%3B%3BEAFR%2CeACI%2CaAAY%2CcAGR%3BIACI%2CgBAAA%3BIACA%2CcAAA%3BIACA%2CgBAAA%3B%3BEAPZ%2CeACI%2CaAAY%2CcAGR%2CkBAKI%2CeACI%2C4BACI%2COAAM%3BIACF%2CaAAA%3B%3BEAZxB%2CeACI%2CaAAY%2CcAGR%2CkBAKI%2CeACI%2C4BAKI%3BEAfpB%2CeACI%2CaAAY%2CcAGR%2CkBAKI%2CeACI%2C4BAMI%2CqBAAqB%3BIACjB%2C6BAAA%3BIACA%2CuBAAA%3B%3BEAGI%2CeApBxB%2CaAAY%2CcAGR%2CkBAKI%2CeACI%2C4BAKI%2CcAKI%2CcACK%3BEAAD%2CeApBxB%2CaAAY%2CcAGR%2CkBAKI%2CeACI%2C4BAMI%2CqBAAqB%2CcAIjB%2CcACK%3BIACG%2CaAAA%3B%3BEAtBhC%2CeACI%2CaAAY%2CcAGR%2CkBAKI%2CeACI%2C4BAiBI%3BIACI%2CuBAAA%3B%3BEA5BxB%2CeACI%2CaAAY%2CcAGR%2CkBAKI%2CeACI%2C4BAqBI%2CmBACI%3BIACI%2CaAAA%3B%3BEAjC5B%2CeACI%2CaAAY%2CcAGR%2CkBAKI%2CeACI%2C4BA2BI%3BIACI%2CgBAAA%3B%3BEAtCxB%2CeACI%2CaAAY%2CcAGR%2CkBAKI%2CeACI%2C4BA2BI%2CiBAGI%3BIACI%2CuBAAA%3B%3BEAzC5B%2CeACI%2CaAAY%2CcAGR%2CkBAKI%2CeACI%2C4BA2BI%2CiBAGI%2CqBAGI%3BIACI%2CkBAAA%3B%3BEA5ChC%2CeACI%2CaAAY%2CcAGR%2CkBAKI%2CeAyCI%2CsBACI%3BIACI%2CaAAA%3B%3BECvO3B%2CIAAK%3BIACJ%2C0BAAA%3BIACA%2CkBAAA%3BIACA%2CmBAAA%3BIACG%2CQAAA%3BIACA%2CYAAA%3BIACA%2CeAAA%3BIACH%2CgBAAA%3BIACA%2CYAAA%3BIACA%2CWAAA%3BIxItDA%2CmBwIuDY%2CgBxIvDZ%3BIACK%2CgBwIsDO%2CgBxItDP%3BIACC%2CewIqDM%2CgBxIrDN%3BIAcJ%2CWwIuCU%2CgBxIvCV%3BIAhBF%2C0BAAA%3BIACK%2CuBAAA%3BIACC%2CsBAAA%3BIAcJ%2CkBAAA%3B%3BEwI6BH%2CIAAK%2CmBAaD%2CsBAAsB%2CeACrB%3BIxI3CF%2CiBAAA%3B%3BEwIgDH%2CoBAAoB%3BIACnB%2CaAAA%3B%3BEW2eE%2C8BACI%2CWACI%3BIACI%2CWAAA%3BIACA%2CmBAAA%3BIACA%2CiBAAA%3B%3BEALZ%2C8BAQI%2CaACI%3BIACI%2CgBAAA%3BIACA%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CgBAAA%3B%3BEAbZ%2C8BAQI%2CaACI%2CqBAKI%2C%2BBACI%2C%2BBACI%3BIACI%2CgBAAA%3B%3BEAjBxB%2C8BAQI%2CaAcI%3BIACI%2CgBAAA%3BIACA%2CkBAAA%3B%3BEAxBZ%2C8BAQI%2CaAcI%2CSAGI%2C8BACI%3BIACI%2CSAAA%3B%3BEA3BpB%2C8BAQI%2CaAcI%2CSAGI%2C8BAII%2C0BACI%3BIACI%2CSAAA%3B%3BEA%5C%2FBxB%2C8BAqCI%3BIACI%2CgBAAA%3B%3BEAtCR%2C8BAqCI%2CgBAEI%3BIACI%2CWAAA%3BIACA%2CUAAA%3BIACA%2CgBAAA%3BIACA%2CgBAAA%3B%3BEA3CZ%2C8BAqCI%2CgBAQI%3BIACI%2CWAAA%3BIACA%2CUAAA%3B%3BEkB4%2BBZ%2CsBAEI%3BEADJ%2CwBACI%3BIACI%2C6BAAA%3B%3BEACA%2CsBAFJ%2CWAEK%3BEAAD%2CwBAFJ%2CWAEK%3BIACG%2COpKxwDF%2CkBoKwwDE%3B%3BEAIA%2CsBAPR%2CWAMK%2CMACI%3BEAAD%2CwBAPR%2CWAMK%2CMACI%3BIACG%2CoCAAA%3BIACA%2CWAAA%3B%3BEAXhB%2CsBAiBI%2CmBAAmB%3BEAhBvB%2CwBAgBI%2CmBAAmB%3BIACf%2CiBAAA%3B%3BE9Hp2BX%2CYACC%3BEADD%2CYAEC%3BIACC%2CsBAAA%3BIACA%2CqBAAA%3B%3BEAGD%2CYAAC%2C4BACA%2CqBAAqB%2CMAAK%3BEAD3B%2CYAAC%2C4BAEA%2CqBAAoB%3BIACnB%2CeAAA%3BIACA%2CYAAA%3BIACA%2CmBAAA%3BIACA%2CiBAAA%3BIACA%2CWAAA%3B%3BEAIF%2CYAAC%2C8BACA%3BIACC%2CgBAAA%3B%3BEApBH%2CYAwBC%3BIACC%2CsBAAA%3B%3BEAGD%2CYAAC%2CwBAEA%3BIACC%2CSAAA%3B%3BEAHF%2CYAAC%2CwBAMA%3BIACC%2CWAAA%3BIACA%2CgBAAA%3B%3BEAIF%2CYAAC%2C6BACA%2CMACC%3BIACC%2CaAAA%3B%3BEAHH%2CYAAC%2C6BACA%2CMAKC%2CMACG%3BIACD%2CcAAA%3BIACA%2CmBAAA%3B%3BEATJ%2CYAAC%2C6BACA%2CMAKC%2CMACG%2CKAIC%3BIACD%2CcAAA%3BIACA%2CgBAAA%3BIACA%2CyBAAA%3B%3BEAEA%2CYAhBJ%2C6BACA%2CMAKC%2CMACG%2CKAIC%2CKAKA%3BIACA%2CgBAAA%3BIACA%2CsBAAA%3B%3BEAlBN%2CYAAC%2C6BACA%2CMAKC%2CMAiBC%2CMAAM%3BIACL%2CcAAA%3B%3BE8F7%2BBL%3BIACC%2CcAAA%3B%3BEADD%2C2BAGC%3BIACC%2CcAAA%3B%3BEhHsSC%3BIACI%2CgBAAA%3B%3BErBvVJ%2CiBAAC%3BEACD%2CiBAAC%3BIACG%2CSAAS%2CEAAT%3BIACA%2CcAAA%3B%3BEAGJ%2CiBAAC%3BIACG%2CWAAA%3B%3BEqB%2BUJ%2CiBAGI%2CSACI%3BIACI%2CWAAA%3BIACA%2CkBAAA%3B%3BEANZ%2CiBASI%3BIACI%2CYAAA%3BIACA%2CcAAA%3B%3BEZ1UR%2CYACI%3BIT4NJ%2CeAAA%3BIS1NQ%2CgBAAA%3BIACA%2CiBAAA%3B%3BEuByHR%2CYACI%3BIhC%2BFJ%2C6BAAA%3BIAAA%2CgBAAA%3BIAAA%2CiBAAA%3B%3BEgChGA%2CYAOI%3BIhCyFJ%2C6BAAA%3BIAAA%2CgBAAA%3BIAAA%2CiBAAA%3BIgCrFQ%2CWAAA%3B%3BEAEA%2CYANJ%2CuBAMK%3BIhCmFT%2C4BAAA%3BIgCjFY%2CwBAAA%3B%3BEAFJ%2CYANJ%2CuBAMK%2CcAIG%3BIhC%2BEZ%2CWAAA%3B%3BEgChGA%2CYAuBI%3BEAvBJ%2CYAwBI%3BIhCwEJ%2CgBAAA%3B%3BEgChGA%2CYA4BI%3BIACI%2CWAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3B%3BEA%5C%2FBR%2CYAkCI%3BIACI%2CWAAA%3B%3BEAnCR%2CYAsCI%3BIhC0DJ%2CqBAAA%3BIyB9QA%2CqBAAA%3BIO8NQ%2CSAAA%3BIACA%2CkBAAA%3BIACA%2CQAAA%3BIACA%2CQAAA%3B%3BEAnDR%2CYAsCI%2CmBP8CF%3BIzBhQF%2CSAAA%3BIACA%2CMAAM%2CgBAAN%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEyBHA%2CYO8MI%2CmBP9MH%3BIAqUD%2CmCAAA%3BIACA%2CkCAAA%3BIzB9DA%2CeAAA%3BIAAA%2CiBAAA%3BIAAA%2CcAAA%3BIAAA%2CS0B1PY%2CO1B0PZ%3BIAAA%2CaEzRe%2CmBFyRf%3BIAAA%2CsBAAA%3BIyBqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEApUI%2CYOiMA%2CmBPlMH%2CMACI%3BIzB2PL%2CcAAA%3B%3BEyBrPI%2CYO2LA%2CmBP5LH%2COACI%3BIzBqPL%2CcAAA%3B%3BE4CnPI%2CsBAAC%3BIACG%2CmBAAA%3BIACA%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CSAAA%3B%3BEAJJ%2CsBAAC%2CcAMG%3BI5C6OR%2CYAAA%3BI4C3OY%2CWAAA%3B%3BEAEA%2CsBAVP%2CcAMG%2CuBAIK%3BEACD%2CsBAXP%2CcAMG%2CuBAKK%3BIACG%2CWAAA%3B%3BEXIhB%2C%2BBACI%3BIACI%2CiBAAA%3B%3BEXuRR%2CQACI%2CQAAO%3BEADX%2CQAEI%3BIACI%2CSAAA%3B%3BEVzGR%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%3BECZR%2CcAKI%2CEAAC%2CIAAI%2CkBACD%2CeAEI%2CeAAc%2CIAAI%2C0HAKd%3BEAZhB%2CoBAII%2CEAAC%2CIAAI%2CkBACD%2CeAEI%2CeAAc%2CIAAI%2C0HAKd%3BEAXhB%2CqBAGI%2CEAAC%2CIAAI%2CkBACD%2CeAEI%2CeAAc%2CIAAI%2C0HAKd%3BEAVhB%2CcAAc%2CoBAEV%2CEAAC%2CIAAI%2CkBACD%2CeAEI%2CeAAc%2CIAAI%2C0HAKd%3BEAThB%2CcAAc%2CqBACV%2CEAAC%2CIAAI%2CkBACD%2CeAEI%2CeAAc%2CIAAI%2C0HAKd%3BEAbhB%2CcAKI%2CEAAC%2CIAAI%2CkBACD%2CeAGI%2CeAAc%2CIAAI%2C6BAId%3BEAZhB%2CoBAII%2CEAAC%2CIAAI%2CkBACD%2CeAGI%2CeAAc%2CIAAI%2C6BAId%3BEAXhB%2CqBAGI%2CEAAC%2CIAAI%2CkBACD%2CeAGI%2CeAAc%2CIAAI%2C6BAId%3BEAVhB%2CcAAc%2CoBAEV%2CEAAC%2CIAAI%2CkBACD%2CeAGI%2CeAAc%2CIAAI%2C6BAId%3BEAThB%2CcAAc%2CqBACV%2CEAAC%2CIAAI%2CkBACD%2CeAGI%2CeAAc%2CIAAI%2C6BAId%3BEAbhB%2CcAKI%2CEAAC%2CIAAI%2CkBACD%2CeAII%2CeAAc%2CIAAI%2C6BAGd%3BEAZhB%2CoBAII%2CEAAC%2CIAAI%2CkBACD%2CeAII%2CeAAc%2CIAAI%2C6BAGd%3BEAXhB%2CqBAGI%2CEAAC%2CIAAI%2CkBACD%2CeAII%2CeAAc%2CIAAI%2C6BAGd%3BEAVhB%2CcAAc%2CoBAEV%2CEAAC%2CIAAI%2CkBACD%2CeAII%2CeAAc%2CIAAI%2C6BAGd%3BEAThB%2CcAAc%2CqBACV%2CEAAC%2CIAAI%2CkBACD%2CeAII%2CeAAc%2CIAAI%2C6BAGd%3BEAbhB%2CcAKI%2CEAAC%2CIAAI%2CkBACD%2CeAKI%2CeAAc%2CIAAI%2CuCAEd%3BEAZhB%2CoBAII%2CEAAC%2CIAAI%2CkBACD%2CeAKI%2CeAAc%2CIAAI%2CuCAEd%3BEAXhB%2CqBAGI%2CEAAC%2CIAAI%2CkBACD%2CeAKI%2CeAAc%2CIAAI%2CuCAEd%3BEAVhB%2CcAAc%2CoBAEV%2CEAAC%2CIAAI%2CkBACD%2CeAKI%2CeAAc%2CIAAI%2CuCAEd%3BEAThB%2CcAAc%2CqBACV%2CEAAC%2CIAAI%2CkBACD%2CeAKI%2CeAAc%2CIAAI%2CuCAEd%3BEAbhB%2CcAKI%2CEAAC%2CIAAI%2CkBACD%2CeAMI%2CeAAc%2CIAAI%2CyBACd%3BEAZhB%2CoBAII%2CEAAC%2CIAAI%2CkBACD%2CeAMI%2CeAAc%2CIAAI%2CyBACd%3BEAXhB%2CqBAGI%2CEAAC%2CIAAI%2CkBACD%2CeAMI%2CeAAc%2CIAAI%2CyBACd%3BEAVhB%2CcAAc%2CoBAEV%2CEAAC%2CIAAI%2CkBACD%2CeAMI%2CeAAc%2CIAAI%2CyBACd%3BEAThB%2CcAAc%2CqBACV%2CEAAC%2CIAAI%2CkBACD%2CeAMI%2CeAAc%2CIAAI%2CyBACd%3BIbJhB%2COab6B%2CYba7B%3B%3BEaOoB%2CcAXhB%2CEAAC%2CIAAI%2CkBACD%2CeAEI%2CeAAc%2CIAAI%2C0HAKd%2CcAGK%2CUAAU%3BEAAX%2CoBAXhB%2CEAAC%2CIAAI%2CkBACD%2CeAEI%2CeAAc%2CIAAI%2C0HAKd%2CcAGK%2CUAAU%3BEAAX%2CqBAXhB%2CEAAC%2CIAAI%2CkBACD%2CeAEI%2CeAAc%2CIAAI%2C0HAKd%2CcAGK%2CUAAU%3BEAAX%2CcAbN%2CoBAEV%2CEAAC%2CIAAI%2CkBACD%2CeAEI%2CeAAc%2CIAAI%2C0HAKd%2CcAGK%2CUAAU%3BEAAX%2CcAZN%2CqBACV%2CEAAC%2CIAAI%2CkBACD%2CeAEI%2CeAAc%2CIAAI%2C0HAKd%2CcAGK%2CUAAU%3BEAAX%2CcAXhB%2CEAAC%2CIAAI%2CkBACD%2CeAGI%2CeAAc%2CIAAI%2C6BAId%2CcAGK%2CUAAU%3BEAAX%2CoBAXhB%2CEAAC%2CIAAI%2CkBACD%2CeAGI%2CeAAc%2CIAAI%2C6BAId%2CcAGK%2CUAAU%3BEAAX%2CqBAXhB%2CEAAC%2CIAAI%2CkBACD%2CeAGI%2CeAAc%2CIAAI%2C6BAId%2CcAGK%2CUAAU%3BEAAX%2CcAbN%2CoBAEV%2CEAAC%2CIAAI%2CkBACD%2CeAGI%2CeAAc%2CIAAI%2C6BAId%2CcAGK%2CUAAU%3BEAAX%2CcAZN%2CqBACV%2CEAAC%2CIAAI%2CkBACD%2CeAGI%2CeAAc%2CIAAI%2C6BAId%2CcAGK%2CUAAU%3BEAAX%2CcAXhB%2CEAAC%2CIAAI%2CkBACD%2CeAII%2CeAAc%2CIAAI%2C6BAGd%2CcAGK%2CUAAU%3BEAAX%2CoBAXhB%2CEAAC%2CIAAI%2CkBACD%2CeAII%2CeAAc%2CIAAI%2C6BAGd%2CcAGK%2CUAAU%3BEAAX%2CqBAXhB%2CEAAC%2CIAAI%2CkBACD%2CeAII%2CeAAc%2CIAAI%2C6BAGd%2CcAGK%2CUAAU%3BEAAX%2CcAbN%2CoBAEV%2CEAAC%2CIAAI%2CkBACD%2CeAII%2CeAAc%2CIAAI%2C6BAGd%2CcAGK%2CUAAU%3BEAAX%2CcAZN%2CqBACV%2CEAAC%2CIAAI%2CkBACD%2CeAII%2CeAAc%2CIAAI%2C6BAGd%2CcAGK%2CUAAU%3BEAAX%2CcAXhB%2CEAAC%2CIAAI%2CkBACD%2CeAKI%2CeAAc%2CIAAI%2CuCAEd%2CcAGK%2CUAAU%3BEAAX%2CoBAXhB%2CEAAC%2CIAAI%2CkBACD%2CeAKI%2CeAAc%2CIAAI%2CuCAEd%2CcAGK%2CUAAU%3BEAAX%2CqBAXhB%2CEAAC%2CIAAI%2CkBACD%2CeAKI%2CeAAc%2CIAAI%2CuCAEd%2CcAGK%2CUAAU%3BEAAX%2CcAbN%2CoBAEV%2CEAAC%2CIAAI%2CkBACD%2CeAKI%2CeAAc%2CIAAI%2CuCAEd%2CcAGK%2CUAAU%3BEAAX%2CcAZN%2CqBACV%2CEAAC%2CIAAI%2CkBACD%2CeAKI%2CeAAc%2CIAAI%2CuCAEd%2CcAGK%2CUAAU%3BEAAX%2CcAXhB%2CEAAC%2CIAAI%2CkBACD%2CeAMI%2CeAAc%2CIAAI%2CyBACd%2CcAGK%2CUAAU%3BEAAX%2CoBAXhB%2CEAAC%2CIAAI%2CkBACD%2CeAMI%2CeAAc%2CIAAI%2CyBACd%2CcAGK%2CUAAU%3BEAAX%2CqBAXhB%2CEAAC%2CIAAI%2CkBACD%2CeAMI%2CeAAc%2CIAAI%2CyBACd%2CcAGK%2CUAAU%3BEAAX%2CcAbN%2CoBAEV%2CEAAC%2CIAAI%2CkBACD%2CeAMI%2CeAAc%2CIAAI%2CyBACd%2CcAGK%2CUAAU%3BEAAX%2CcAZN%2CqBACV%2CEAAC%2CIAAI%2CkBACD%2CeAMI%2CeAAc%2CIAAI%2CyBACd%2CcAGK%2CUAAU%3BIACP%2CcAAA%3B%3BE2K5QpB%2CKAAC%2CQACG%3BIACI%2CcAAA%3B%3BECgTd%2CcAAc%2CkBACV%3BIACE%2CYAAA%3B%3BEAGN%3BIACE%2CgBAAA%3BIACA%2CgBAAA%3B%3BEAFF%2CqCAGE%2CKAAI%3BIACF%2CSAAA%3B%3BEAJJ%2CqCAGE%2CKAAI%2CKAEA%3BIACA%2CeAAA%3BIACA%2CgBAAA%3B%3BE3CgEJ%3BIACI%2CwBAAA%3B%3BEA68CJ%3BIACI%2CsBAAA%3B%3BEA%2BkBJ%3BIACI%2CaAAA%3B%3BEA41BJ%2CqBACI%3BIACI%2CkBAAA%3BIACA%2COAAA%3BIACA%2CQAAA%3BIACA%2CYAAA%3B%3BE7IprER%2CuBACI%2CGAAE%2CKAAK%3BIACH%2CaAAA%3B%3BEA8%2BCR%2CQAAQ%2CUAAU%2CYACd%3BIACI%2CqBAAA%3B%3BEAipBR%2CeACI%2CgBACI%2CeACI%2CSAAQ%2CSAAS%3BIACb%2CsBAAA%3B%3BEAJhB%2CeACI%2CgBACI%2CeACI%2CSAAQ%2CSAAS%2CSAGb%3BIACI%2CqBAAA%3B%3BE6Lh6FpB%2CyBACI%2C4BACI%3BIACI%2CiBAAA%3BIACA%2CaAAA%3BIACA%2CcAAA%3B%3BEAEA%2CyBANR%2C4BACI%2CMAKK%3BIACG%2CuBAAA%3BIACA%2CmBAAA%3BIACA%2CoBAAA%3B%3BEA%2BdhB%2CiBAEI%2CiBAAgB%3BEADpB%2CiBACI%2CiBAAgB%3BIACZ%2CwBAAA%3B%3BEAGR%3BIACI%2CwBAAA%3B%3B%3BAEhyBJ%2CwBAJsD%3BErIqBtD%2CQAAQ%2CQACJ%2CSAAQ%3BIACJ%2CgBAAA%3B%3BEwF%2BzBR%2C8BACI%2CgBACI%3BIACI%2CWAAA%3BIACA%2CWAAA%3BIACA%2CmBAAA%3B%3BEALZ%2C8BACI%2CgBAMI%3BIACI%2CWAAA%3BIACA%2CWAAA%3B%3BEC1YR%2CuBAAC%2CiCACG%3BIACI%2CeAAA%3BIACA%2CsBAAA%3B%3BEAHR%2CuBAAC%2CiCACG%2C0BAII%3BIACI%2CcAAA%3BIACA%2CeAAA%3BIACA%2CgBAAA%3B%3BEARZ%2CuBAAC%2CiCACG%2C0BAUI%3BIACI%2CgBAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CUAAA%3BIACA%2CaAAA%3B%3BEAjBhB%2CuBAsBI%3BIACI%2C2BAAA%3B%3BEL%5C%2FDR%2CcACI%2CeACI%2CcACI%3BIACI%2CkBAAA%3B%3BEAJhB%2CcACI%2CeACI%2CcACI%2CqBAGI%2CoBAEI%2CiBAAiB%3BEARrC%2CcACI%2CeACI%2CcACI%2CqBAGI%2CoBAGI%3BIACI%2CSAAA%3B%3BEAEA%2CcAXpB%2CeACI%2CcACI%2CqBAGI%2CoBAEI%2CiBAAiB%2CQAIZ%3BEAAD%2CcAXpB%2CeACI%2CcACI%2CqBAGI%2CoBAGI%2CgBAGK%3BIACG%2CiBAAA%3B%3BEAMJ%2CcAlBpB%2CeACI%2CcACI%2CqBAcI%2CsBACI%2CYACK%3BIACG%2CiBAAA%3B%3BEAQ5B%2CIAAK%2CkBAAiB%2CIAAI%2CaAAc%3BIACpC%2CaAAA%3B%3BEsBypCQ%2CcAFR%2CcACI%2CaACK%3BIACG%2CWAAA%3B%3BEAEJ%2CcALR%2CcACI%2CaAIK%3BIACG%2CUAAA%3B%3BEAwPhB%2C0BACI%2CkBACI%3BEAFR%2C0BACI%2CkBAEI%3BEAHR%2C0BACI%2CkBAGI%3BIACI%2CcAAA%3BIACA%2CWAAA%3B%3BEANZ%2C0BACI%2CkBAOI%3BIACI%2CYAAA%3B%3BEhJvgDZ%2CiBAAkB%3BIACd%2CYAAA%3B%3BEwH7PJ%2CYACI%2CeACI%3BI7I8JR%2CYAAA%3B%3BEavCA%2CcAKI%2CEAAC%2CIAAI%2CkBACD%2CeAEI%2CeAAc%2CIAAI%2C6BAKd%3BEAZhB%2CoBAII%2CEAAC%2CIAAI%2CkBACD%2CeAEI%2CeAAc%2CIAAI%2C6BAKd%3BEAXhB%2CqBAGI%2CEAAC%2CIAAI%2CkBACD%2CeAEI%2CeAAc%2CIAAI%2C6BAKd%3BEAVhB%2CcAAc%2CoBAEV%2CEAAC%2CIAAI%2CkBACD%2CeAEI%2CeAAc%2CIAAI%2C6BAKd%3BEAThB%2CcAAc%2CqBACV%2CEAAC%2CIAAI%2CkBACD%2CeAEI%2CeAAc%2CIAAI%2C6BAKd%3BEAbhB%2CcAKI%2CEAAC%2CIAAI%2CkBACD%2CeAGI%2CeAAc%2CIAAI%2C6BAId%3BEAZhB%2CoBAII%2CEAAC%2CIAAI%2CkBACD%2CeAGI%2CeAAc%2CIAAI%2C6BAId%3BEAXhB%2CqBAGI%2CEAAC%2CIAAI%2CkBACD%2CeAGI%2CeAAc%2CIAAI%2C6BAId%3BEAVhB%2CcAAc%2CoBAEV%2CEAAC%2CIAAI%2CkBACD%2CeAGI%2CeAAc%2CIAAI%2C6BAId%3BEAThB%2CcAAc%2CqBACV%2CEAAC%2CIAAI%2CkBACD%2CeAGI%2CeAAc%2CIAAI%2C6BAId%3BEAbhB%2CcAKI%2CEAAC%2CIAAI%2CkBACD%2CeAII%2CeAAc%2CIAAI%2CuCAGd%3BEAZhB%2CoBAII%2CEAAC%2CIAAI%2CkBACD%2CeAII%2CeAAc%2CIAAI%2CuCAGd%3BEAXhB%2CqBAGI%2CEAAC%2CIAAI%2CkBACD%2CeAII%2CeAAc%2CIAAI%2CuCAGd%3BEAVhB%2CcAAc%2CoBAEV%2CEAAC%2CIAAI%2CkBACD%2CeAII%2CeAAc%2CIAAI%2CuCAGd%3BEAThB%2CcAAc%2CqBACV%2CEAAC%2CIAAI%2CkBACD%2CeAII%2CeAAc%2CIAAI%2CuCAGd%3BEAbhB%2CcAKI%2CEAAC%2CIAAI%2CkBACD%2CeAKI%2CeAAc%2CIAAI%2CyBAEd%3BEAZhB%2CoBAII%2CEAAC%2CIAAI%2CkBACD%2CeAKI%2CeAAc%2CIAAI%2CyBAEd%3BEAXhB%2CqBAGI%2CEAAC%2CIAAI%2CkBACD%2CeAKI%2CeAAc%2CIAAI%2CyBAEd%3BEAVhB%2CcAAc%2CoBAEV%2CEAAC%2CIAAI%2CkBACD%2CeAKI%2CeAAc%2CIAAI%2CyBAEd%3BEAThB%2CcAAc%2CqBACV%2CEAAC%2CIAAI%2CkBACD%2CeAKI%2CeAAc%2CIAAI%2CyBAEd%3BEAbhB%2CcAKI%2CEAAC%2CIAAI%2CkBACD%2CeAMI%2CeAAc%2CIAAI%2C0HACd%3BEAZhB%2CoBAII%2CEAAC%2CIAAI%2CkBACD%2CeAMI%2CeAAc%2CIAAI%2C0HACd%3BEAXhB%2CqBAGI%2CEAAC%2CIAAI%2CkBACD%2CeAMI%2CeAAc%2CIAAI%2C0HACd%3BEAVhB%2CcAAc%2CoBAEV%2CEAAC%2CIAAI%2CkBACD%2CeAMI%2CeAAc%2CIAAI%2C0HACd%3BEAThB%2CcAAc%2CqBACV%2CEAAC%2CIAAI%2CkBACD%2CeAMI%2CeAAc%2CIAAI%2C0HACd%3BIb0BhB%2COa3CmC%2CYb2CnC%3B%3BEavBoB%2CcAXhB%2CEAAC%2CIAAI%2CkBACD%2CeAEI%2CeAAc%2CIAAI%2C6BAKd%2CcAGK%2CUAAU%3BEAAX%2CoBAXhB%2CEAAC%2CIAAI%2CkBACD%2CeAEI%2CeAAc%2CIAAI%2C6BAKd%2CcAGK%2CUAAU%3BEAAX%2CqBAXhB%2CEAAC%2CIAAI%2CkBACD%2CeAEI%2CeAAc%2CIAAI%2C6BAKd%2CcAGK%2CUAAU%3BEAAX%2CcAbN%2CoBAEV%2CEAAC%2CIAAI%2CkBACD%2CeAEI%2CeAAc%2CIAAI%2C6BAKd%2CcAGK%2CUAAU%3BEAAX%2CcAZN%2CqBACV%2CEAAC%2CIAAI%2CkBACD%2CeAEI%2CeAAc%2CIAAI%2C6BAKd%2CcAGK%2CUAAU%3BEAAX%2CcAXhB%2CEAAC%2CIAAI%2CkBACD%2CeAGI%2CeAAc%2CIAAI%2C6BAId%2CcAGK%2CUAAU%3BEAAX%2CoBAXhB%2CEAAC%2CIAAI%2CkBACD%2CeAGI%2CeAAc%2CIAAI%2C6BAId%2CcAGK%2CUAAU%3BEAAX%2CqBAXhB%2CEAAC%2CIAAI%2CkBACD%2CeAGI%2CeAAc%2CIAAI%2C6BAId%2CcAGK%2CUAAU%3BEAAX%2CcAbN%2CoBAEV%2CEAAC%2CIAAI%2CkBACD%2CeAGI%2CeAAc%2CIAAI%2C6BAId%2CcAGK%2CUAAU%3BEAAX%2CcAZN%2CqBACV%2CEAAC%2CIAAI%2CkBACD%2CeAGI%2CeAAc%2CIAAI%2C6BAId%2CcAGK%2CUAAU%3BEAAX%2CcAXhB%2CEAAC%2CIAAI%2CkBACD%2CeAII%2CeAAc%2CIAAI%2CuCAGd%2CcAGK%2CUAAU%3BEAAX%2CoBAXhB%2CEAAC%2CIAAI%2CkBACD%2CeAII%2CeAAc%2CIAAI%2CuCAGd%2CcAGK%2CUAAU%3BEAAX%2CqBAXhB%2CEAAC%2CIAAI%2CkBACD%2CeAII%2CeAAc%2CIAAI%2CuCAGd%2CcAGK%2CUAAU%3BEAAX%2CcAbN%2CoBAEV%2CEAAC%2CIAAI%2CkBACD%2CeAII%2CeAAc%2CIAAI%2CuCAGd%2CcAGK%2CUAAU%3BEAAX%2CcAZN%2CqBACV%2CEAAC%2CIAAI%2CkBACD%2CeAII%2CeAAc%2CIAAI%2CuCAGd%2CcAGK%2CUAAU%3BEAAX%2CcAXhB%2CEAAC%2CIAAI%2CkBACD%2CeAKI%2CeAAc%2CIAAI%2CyBAEd%2CcAGK%2CUAAU%3BEAAX%2CoBAXhB%2CEAAC%2CIAAI%2CkBACD%2CeAKI%2CeAAc%2CIAAI%2CyBAEd%2CcAGK%2CUAAU%3BEAAX%2CqBAXhB%2CEAAC%2CIAAI%2CkBACD%2CeAKI%2CeAAc%2CIAAI%2CyBAEd%2CcAGK%2CUAAU%3BEAAX%2CcAbN%2CoBAEV%2CEAAC%2CIAAI%2CkBACD%2CeAKI%2CeAAc%2CIAAI%2CyBAEd%2CcAGK%2CUAAU%3BEAAX%2CcAZN%2CqBACV%2CEAAC%2CIAAI%2CkBACD%2CeAKI%2CeAAc%2CIAAI%2CyBAEd%2CcAGK%2CUAAU%3BEAAX%2CcAXhB%2CEAAC%2CIAAI%2CkBACD%2CeAMI%2CeAAc%2CIAAI%2C0HACd%2CcAGK%2CUAAU%3BEAAX%2CoBAXhB%2CEAAC%2CIAAI%2CkBACD%2CeAMI%2CeAAc%2CIAAI%2C0HACd%2CcAGK%2CUAAU%3BEAAX%2CqBAXhB%2CEAAC%2CIAAI%2CkBACD%2CeAMI%2CeAAc%2CIAAI%2C0HACd%2CcAGK%2CUAAU%3BEAAX%2CcAbN%2CoBAEV%2CEAAC%2CIAAI%2CkBACD%2CeAMI%2CeAAc%2CIAAI%2C0HACd%2CcAGK%2CUAAU%3BEAAX%2CcAZN%2CqBACV%2CEAAC%2CIAAI%2CkBACD%2CeAMI%2CeAAc%2CIAAI%2C0HACd%2CcAGK%2CUAAU%3BIACP%2CcAAA%3B%3BEMRxB%2CcAAc%3BIACV%2CmBAAA%3BIACA%2CeAAA%3B%3BEAFJ%2CcAAc%2CSAGV%3BIACI%2CaAAA%3B%3BEAGA%2CcAPM%2CSAMV%2CSACK%3BIACG%2CkBAAA%3B%3BEAEA%2CcAVE%2CSAMV%2CSACK%2CKAGI%3BIACG%2CWAAA%3BIACA%2CkBAAA%3B%3BEAGJ%2CcAfE%2CSAMV%2CSACK%2CKAQI%3BIACG%2CcAAA%3BIACA%2CWAAA%3B%3BEAFJ%2CcAfE%2CSAMV%2CSACK%2CKAQI%2CQAIG%3BIACI%2CkBAAA%3B%3BEAEA%2CcAtBN%2CSAMV%2CSACK%2CKAQI%2CQAIG%2CQAGK%3BIACG%2CeAAA%3B%3BEAGJ%2CcA1BN%2CSAMV%2CSACK%2CKAQI%2CQAIG%2CQAOK%3BIACG%2CWAAA%3B%3BEAGJ%2CcA9BN%2CSAMV%2CSACK%2CKAQI%2CQAIG%2CQAWK%3BIACG%2CYAAA%3B%3BEAGJ%2CcAlCN%2CSAMV%2CSACK%2CKAQI%2CQAIG%2CQAeK%3BEACD%2CcAnCN%2CSAMV%2CSACK%2CKAQI%2CQAIG%2CQAgBK%3BIACG%2CeAAA%3B%3BEAKZ%2CcAzCE%2CSAMV%2CSACK%2CKAkCI%3BEACD%2CcA1CE%2CSAMV%2CSACK%2CKAmCI%3BEAnCL%2CcAPM%2CSAMV%2CSACK%2CKAoCG%3BEACA%2CcA5CE%2CSAMV%2CSACK%2CKAqCI%3BIACG%2CiBAAA%3B%3BEAtCR%2CcAPM%2CSAMV%2CSACK%2CKAyCG%2CYACI%3BIACI%2CeAAA%3B%3BEA3CZ%2CcAPM%2CSAMV%2CSACK%2CKA%2BCG%3BIACI%2CaAAA%3B%3BEAIR%2CcA3DM%2CSAMV%2CSAqDK%3BIACG%2CeAAA%3B%3BEAWJ%2CqBADJ%2CSACK%3BIACG%2CWAAA%3B%3BEACA%2CqBAHR%2CSACK%2CKAEI%3BIACG%2CWAAA%3B%3BE2HoFhB%3BIACI%2CwBAAA%3B%3BEAiwCQ%2CiBAFP%2COACG%2CeACK%2CeACG%2CeAAe%2CwBAAwB%2CKAAE%3BIACrC%2CaAAA%3B%3BEA4nDpB%2CkBAAmB%3BIACf%2CgBAAA%3B%3BEADJ%2CkBAAmB%2CYAGf%2COAAM%2CIAAI%3BEAHd%2CkBAAmB%2CYAIf%3BIACI%2CqBAAA%3B%3BEAIR%2CoBACI%2CYACI%2CSACI%3BIACI%2CsBAAA%3B%3BEAKhB%2CIAGI%2CmBACI%3BIACI%2CsBAAA%3BIACA%2CuBAAA%3B%3BEANZ%2CIAGI%2CmBACI%2CyBAII%3BIACI%2CcAAA%3B%3BEAKI%2CIAXhB%2CmBACI%2CyBAQI%2CiBACI%2CEACK%2COAAO%3BIACJ%2CcAAA%3BIACA%2CeAAA%3BIACA%2CcAAA%3BIACA%2CqBAAA%3BIACA%2CcAAA%3B%3BEgDn%2BFxB%2CyBACI%2C4BACI%3BIACI%2CiBAAA%3BIACA%2CaAAA%3BIACA%2CcAAA%3B%3B%3BAEnUZ%2CwBAJuD%3BE7C0wBvD%2C8BAA%2BB%2CaAC3B%2CeACI%2CeACI%3BIACI%2CcAAA%3B%3BEAJhB%2C8BAA%2BB%2CaAC3B%2CeACI%2CeAII%3BIACI%2CgBAAA%3BIACA%2CcAAA%3B%3BEARhB%2C8BAA%2BB%2CaAC3B%2CeACI%2CeAII%2CiBAGI%3BIACI%2CgBAAA%3B%3BEpGviBhB%2CiBAAC%2CIAAI%3BIACD%2CeAAA%3B%3BE5B5BR%2CqBACI%2CiBACM%3BEAFV%2CqBACI%2CiBAEM%3BIACE%2CkBAAA%3B%3B%3BA6K%5C%2FMhB%2CgBAH2C%3BE9K4EvC%3BIAnBA%2CYAAA%3B%3BEAEA%2CsBAAC%2CUAAU%3BIACP%2CWAAA%3BIACA%2CWAAA%3B%3BEAGJ%2CsBAAC%2CUAAU%3BIACP%2CYAAA%3B%3BEA%2BNJ%3BIAhBA%2CcAAA%3B%3BEAmNA%3BIlBnfA%2CSAAA%3BIACA%2CMAAM%2CgBAAN%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEAiBA%2C2BAAC%3BEACD%2C2BAAC%3BIACG%2CSAAS%2CEAAT%3BIACA%2CcAAA%3B%3BEAGJ%2C2BAAC%3BIACG%2CWAAA%3B%3BEkBoiBJ%3BIAhBA%2CsBAAA%3B%3BEsDzgBI%2CUAAC%3BIACG%2CYAAA%3B%3BE%2BD0WR%2C2BACI%2COAAM%3BIACF%2CgBAAA%3B%3BEAFR%2C2BAKI%3BIACI%2CkBAAA%3B%3BEANR%2C2BASI%3BIAKI%2CgBAAA%3B%3BEAdR%2C2BASI%2CiBACI%2COAAM%3BIACF%2CeAAA%3B%3BEAXZ%2C2BASI%2CiBAOI%2CqBACI%2COAAM%3BIACF%2CkBAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3BIACA%2CYAAA%3B%3BEArBhB%2C2BASI%2CiBAOI%2CqBAQI%3BIACI%2CSAAA%3BIACA%2CgBAAA%3B%3BEA1BhB%2C2BASI%2CiBAOI%2CqBAQI%2CcAII%3BIvIrKhB%2CiBAAA%3BIuIuKoB%2CgBAAA%3B%3BEA9BpB%2C2BASI%2CiBA0BI%3BIACI%2CaAAA%3BIACA%2C8BAAA%3BIACA%2CcAAA%3B%3BEASA%2COAFP%2COACI%2CSACI%3BIACG%2CkBAAA%3BIACA%2CQAAA%3BIACA%2CUAAA%3B%3BEAOhB%2CYACI%3BIACI%2CgBAAA%3B%3BEClLX%3BIACC%2CeAAA%3BIACA%2CgBAAA%3B%3BEAGD%3BIACC%2CgBAAA%3BIACA%2CWAAA%3B%3BEW%2BcE%2C8BACI%2CeACI%2CcAAa%3BIACT%2CgBAAA%3B%3BEAHZ%2C8BACI%2CeAII%2CGAAE%2CIAAI%3BIACF%2CUAAA%3B%3BEACA%2C8BANR%2CeAII%2CGAAE%2CIAAI%2COAED%3BIACG%2CWAAA%3B%3BEARhB%2C8BACI%2CeAUI%2CmBAAqB%2C6BAA6B%3BIAC9C%2CgBAAA%3B%3BEAZZ%2C8BAeI%2CcAAa%2CsBAAyB%3BEAf1C%2C8BAgBI%2CcAAa%2CsBAAyB%3BIAClC%2CUAAA%3B%3BEAjBR%2C8BAmBI%2CcAAa%2CsBAAyB%3BIAClC%2CSAAA%3B%3BEEnbR%2CGAAG%2C%2BCAEC%3BEADJ%2CgDACI%3BIrJ3EJ%2CgBAAA%3B%3BE8ByWA%2CMAAM%2COAAQ%2CeAAe%3BIACzB%2CaAAA%3B%3BEiI5cJ%2C0BACI%3BIhG3LP%2CoBAAA%3B%3BIACC%2CiBAAA%3B%3BIACA%2CoBAAA%3B%3BIACA%2CqBAAA%3B%3BIACA%2CaAAA%3BIACA%2CeAAA%3B%3BEgGqLE%2C0BACI%2CmBAEI%3BEAHR%2C0BACI%2CmBAGI%3BIACI%2CaAAA%3BIACA%2CcAAA%3BIACA%2CeAAA%3B%3BEMkJZ%2CqBACI%2C0BAAyB%2C8BAA%2BB%3BEAD5D%2CqBAEI%2CQAAO%2CKAAQ%2C4BAAyB%3BIACpC%2CUAAA%3B%3BEAGR%3BIACI%2C8BAAA%3BIACA%2CeAAA%3B%3BEAFJ%2COAGI%3BIACI%2CWAAW%2CoBAAX%3BIACA%2CgBAAA%3B%3BEALR%2COAOI%3BIACI%2CWAAU%2CoBAAV%3BIACA%2CiBAAA%3B%3BEATR%2COAWI%2CgBAAgB%3BIACZ%2CaAAY%2CiCAAZ%3B%3BEAqgDR%2C0BACI%2CmBACI%3BEAFR%2C0BACI%2CmBAEI%3BEAHR%2C0BACI%2CmBAGI%3BIACI%2CUAAU%2CcAAV%3BIACA%2COAAO%2CcAAP%3B%3BEtI7iDR%2COAAC%3BIACG%2CgBAAA%3B%3BEAGJ%2COAAC%3BIACG%2CWAAA%3BIACA%2CgBAAA%3BIACA%2CgBAAA%3B%3BEAGJ%2COAAC%2CQAAW%2CUAAC%3BEACb%2COAAC%2CQAAW%2CUAAC%3BIACT%2CkBAAA%3B%3BEAGJ%2COAAC%3BIACG%2CgBAAA%3B%3BEADJ%2COAAC%2CQAGG%3BIACI%2CeAAA%3B%3BEAIR%2CSAAU%2CQAAC%2COAAO%3BIACd%2CmBAAA%3B%3BEAGJ%2COAAC%3BIACG%2CeAAA%3B%3BEAGJ%2COAAC%3BIACG%2CgBAAA%3B%3BElBjDA%2CcAAe%2CSADlB%3BIAEO%2CgBAAA%3B%3BEAGJ%2CQALH%2CKAKI%3BIACG%2CcAAA%3B%3BEADJ%2CQALH%2CKAKI%2CQAGG%2CiBAAiB%2CqBACZ%3BIACG%2CmBAAA%3B%3BEASZ%2CcADJ%2CSACK%2CKACG%3BIACI%2CgBAAA%3B%3BEAMhB%2CcAKI%2CEAAC%2CIAAI%2CkBACD%2CeAEI%2CeAAc%2CIAAI%2C0HAKd%3BEAZhB%2CoBAII%2CEAAC%2CIAAI%2CkBACD%2CeAEI%2CeAAc%2CIAAI%2C0HAKd%3BEAXhB%2CqBAGI%2CEAAC%2CIAAI%2CkBACD%2CeAEI%2CeAAc%2CIAAI%2C0HAKd%3BEAVhB%2CcAAc%2CoBAEV%2CEAAC%2CIAAI%2CkBACD%2CeAEI%2CeAAc%2CIAAI%2C0HAKd%3BEAThB%2CcAAc%2CqBACV%2CEAAC%2CIAAI%2CkBACD%2CeAEI%2CeAAc%2CIAAI%2C0HAKd%3BEAbhB%2CcAKI%2CEAAC%2CIAAI%2CkBACD%2CeAGI%2CeAAc%2CIAAI%2C6BAId%3BEAZhB%2CoBAII%2CEAAC%2CIAAI%2CkBACD%2CeAGI%2CeAAc%2CIAAI%2C6BAId%3BEAXhB%2CqBAGI%2CEAAC%2CIAAI%2CkBACD%2CeAGI%2CeAAc%2CIAAI%2C6BAId%3BEAVhB%2CcAAc%2CoBAEV%2CEAAC%2CIAAI%2CkBACD%2CeAGI%2CeAAc%2CIAAI%2C6BAId%3BEAThB%2CcAAc%2CqBACV%2CEAAC%2CIAAI%2CkBACD%2CeAGI%2CeAAc%2CIAAI%2C6BAId%3BEAbhB%2CcAKI%2CEAAC%2CIAAI%2CkBACD%2CeAII%2CeAAc%2CIAAI%2C6BAGd%3BEAZhB%2CoBAII%2CEAAC%2CIAAI%2CkBACD%2CeAII%2CeAAc%2CIAAI%2C6BAGd%3BEAXhB%2CqBAGI%2CEAAC%2CIAAI%2CkBACD%2CeAII%2CeAAc%2CIAAI%2C6BAGd%3BEAVhB%2CcAAc%2CoBAEV%2CEAAC%2CIAAI%2CkBACD%2CeAII%2CeAAc%2CIAAI%2C6BAGd%3BEAThB%2CcAAc%2CqBACV%2CEAAC%2CIAAI%2CkBACD%2CeAII%2CeAAc%2CIAAI%2C6BAGd%3BEAbhB%2CcAKI%2CEAAC%2CIAAI%2CkBACD%2CeAKI%2CeAAc%2CIAAI%2CuCAEd%3BEAZhB%2CoBAII%2CEAAC%2CIAAI%2CkBACD%2CeAKI%2CeAAc%2CIAAI%2CuCAEd%3BEAXhB%2CqBAGI%2CEAAC%2CIAAI%2CkBACD%2CeAKI%2CeAAc%2CIAAI%2CuCAEd%3BEAVhB%2CcAAc%2CoBAEV%2CEAAC%2CIAAI%2CkBACD%2CeAKI%2CeAAc%2CIAAI%2CuCAEd%3BEAThB%2CcAAc%2CqBACV%2CEAAC%2CIAAI%2CkBACD%2CeAKI%2CeAAc%2CIAAI%2CuCAEd%3BEAbhB%2CcAKI%2CEAAC%2CIAAI%2CkBACD%2CeAMI%2CeAAc%2CIAAI%2CyBACd%3BEAZhB%2CoBAII%2CEAAC%2CIAAI%2CkBACD%2CeAMI%2CeAAc%2CIAAI%2CyBACd%3BEAXhB%2CqBAGI%2CEAAC%2CIAAI%2CkBACD%2CeAMI%2CeAAc%2CIAAI%2CyBACd%3BEAVhB%2CcAAc%2CoBAEV%2CEAAC%2CIAAI%2CkBACD%2CeAMI%2CeAAc%2CIAAI%2CyBACd%3BEAThB%2CcAAc%2CqBACV%2CEAAC%2CIAAI%2CkBACD%2CeAMI%2CeAAc%2CIAAI%2CyBACd%3BIb7DhB%2COaiB6B%2CYbjB7B%3B%3BEagEoB%2CcAXhB%2CEAAC%2CIAAI%2CkBACD%2CeAEI%2CeAAc%2CIAAI%2C0HAKd%2CcAGK%2CUAAU%3BEAAX%2CoBAXhB%2CEAAC%2CIAAI%2CkBACD%2CeAEI%2CeAAc%2CIAAI%2C0HAKd%2CcAGK%2CUAAU%3BEAAX%2CqBAXhB%2CEAAC%2CIAAI%2CkBACD%2CeAEI%2CeAAc%2CIAAI%2C0HAKd%2CcAGK%2CUAAU%3BEAAX%2CcAbN%2CoBAEV%2CEAAC%2CIAAI%2CkBACD%2CeAEI%2CeAAc%2CIAAI%2C0HAKd%2CcAGK%2CUAAU%3BEAAX%2CcAZN%2CqBACV%2CEAAC%2CIAAI%2CkBACD%2CeAEI%2CeAAc%2CIAAI%2C0HAKd%2CcAGK%2CUAAU%3BEAAX%2CcAXhB%2CEAAC%2CIAAI%2CkBACD%2CeAGI%2CeAAc%2CIAAI%2C6BAId%2CcAGK%2CUAAU%3BEAAX%2CoBAXhB%2CEAAC%2CIAAI%2CkBACD%2CeAGI%2CeAAc%2CIAAI%2C6BAId%2CcAGK%2CUAAU%3BEAAX%2CqBAXhB%2CEAAC%2CIAAI%2CkBACD%2CeAGI%2CeAAc%2CIAAI%2C6BAId%2CcAGK%2CUAAU%3BEAAX%2CcAbN%2CoBAEV%2CEAAC%2CIAAI%2CkBACD%2CeAGI%2CeAAc%2CIAAI%2C6BAId%2CcAGK%2CUAAU%3BEAAX%2CcAZN%2CqBACV%2CEAAC%2CIAAI%2CkBACD%2CeAGI%2CeAAc%2CIAAI%2C6BAId%2CcAGK%2CUAAU%3BEAAX%2CcAXhB%2CEAAC%2CIAAI%2CkBACD%2CeAII%2CeAAc%2CIAAI%2C6BAGd%2CcAGK%2CUAAU%3BEAAX%2CoBAXhB%2CEAAC%2CIAAI%2CkBACD%2CeAII%2CeAAc%2CIAAI%2C6BAGd%2CcAGK%2CUAAU%3BEAAX%2CqBAXhB%2CEAAC%2CIAAI%2CkBACD%2CeAII%2CeAAc%2CIAAI%2C6BAGd%2CcAGK%2CUAAU%3BEAAX%2CcAbN%2CoBAEV%2CEAAC%2CIAAI%2CkBACD%2CeAII%2CeAAc%2CIAAI%2C6BAGd%2CcAGK%2CUAAU%3BEAAX%2CcAZN%2CqBACV%2CEAAC%2CIAAI%2CkBACD%2CeAII%2CeAAc%2CIAAI%2C6BAGd%2CcAGK%2CUAAU%3BEAAX%2CcAXhB%2CEAAC%2CIAAI%2CkBACD%2CeAKI%2CeAAc%2CIAAI%2CuCAEd%2CcAGK%2CUAAU%3BEAAX%2CoBAXhB%2CEAAC%2CIAAI%2CkBACD%2CeAKI%2CeAAc%2CIAAI%2CuCAEd%2CcAGK%2CUAAU%3BEAAX%2CqBAXhB%2CEAAC%2CIAAI%2CkBACD%2CeAKI%2CeAAc%2CIAAI%2CuCAEd%2CcAGK%2CUAAU%3BEAAX%2CcAbN%2CoBAEV%2CEAAC%2CIAAI%2CkBACD%2CeAKI%2CeAAc%2CIAAI%2CuCAEd%2CcAGK%2CUAAU%3BEAAX%2CcAZN%2CqBACV%2CEAAC%2CIAAI%2CkBACD%2CeAKI%2CeAAc%2CIAAI%2CuCAEd%2CcAGK%2CUAAU%3BEAAX%2CcAXhB%2CEAAC%2CIAAI%2CkBACD%2CeAMI%2CeAAc%2CIAAI%2CyBACd%2CcAGK%2CUAAU%3BEAAX%2CoBAXhB%2CEAAC%2CIAAI%2CkBACD%2CeAMI%2CeAAc%2CIAAI%2CyBACd%2CcAGK%2CUAAU%3BEAAX%2CqBAXhB%2CEAAC%2CIAAI%2CkBACD%2CeAMI%2CeAAc%2CIAAI%2CyBACd%2CcAGK%2CUAAU%3BEAAX%2CcAbN%2CoBAEV%2CEAAC%2CIAAI%2CkBACD%2CeAMI%2CeAAc%2CIAAI%2CyBACd%2CcAGK%2CUAAU%3BEAAX%2CcAZN%2CqBACV%2CEAAC%2CIAAI%2CkBACD%2CeAMI%2CeAAc%2CIAAI%2CyBACd%2CcAGK%2CUAAU%3BIACP%2CcAAA%3B%3BE4K9H1B%3B%3B%3B%3B%3BEAAA%2CqC1HgIE%3BI%5C%2FDnEA%2CUAAA%3B%3BEyL7DF%2CqC1HqIA%3BI%5C%2FDxEE%2C%2BBAAA%3B%3BEyL7DF%2CqC1H0IA%3BI%5C%2FD7EE%2C%2BBAAA%3B%3BEyL7DF%2CqCAEE%3BIACE%2CkBAAA%3B%3BEAHJ%2CqCAEE%2CcAEE%2CQAAO%3BIACL%2CUAAA%3B%3BEALN%2CqCAEE%2CcAEE%2CQAAO%2CKAEL%2CSAAQ%3BIzLuDZ%2CiBAAA%3BIyLrDM%2CSAAA%3B%3BEARR%2CqCAEE%2CcASE%3BIACE%2CiBAAA%3BIACA%2CaAAA%3BIACA%2CkBAAA%3BIACA%2CQAAA%3BIACA%2CMAAA%3BIACA%2CSAAA%3BIACA%2CcAAA%3B%3BEAKA%2CqCAFH%2CYACC%2CWACG%3BEACD%2CqCAHH%2CYACC%2CWAEG%3BIACC%2CSAAS%2CEAAT%3BIACA%2CkBAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CgBAAA%3BIACA%2CYAAA%3BIACA%2CUAAA%3B%3BEAEF%2CqCAZH%2CYACC%2CWAWG%3BIACC%2CMAAA%3B%3BEAEF%2CqCAfH%2CYACC%2CWAcG%3BIACC%2CSAAA%3B%3BEAhBN%2CqCAAC%2CYAmBC%2CQAAO%2CKACL%2CSAAQ%3BIzLoBZ%2CiBAAA%3BIyLjBM%2CkBAAA%3BIACA%2COAAA%3BIACA%2CSAAA%3BIACA%2CMAAA%3BIACA%2CSAAA%3BIACA%2CWAAA%3B%3BEA5BN%2CqCAAC%2CYA%2BBC%3BEA%5C%2FBF%2CqCAAC%2CYAgCC%3BEAhCF%2CqCAAC%2CYAiCC%3BIACE%2CYAAA%3B%3BEAlCJ%2CqCAAC%2CYAoCC%3BIACE%2CsBAAA%3BIACA%2CuBAAA%3B%3BEAtCJ%2CqCAAC%2CYAoCC%2CiBAGE%2CwBAAwB%3BIACtB%2COAAA%3BIzLhBR%2CmByLiBoB%2CoBzLjBpB%3BIACK%2CgByLgBe%2CoBzLhBf%3BIACC%2CeyLec%2CoBzLfd%3BIAcJ%2CWyLCkB%2CoBzLDlB%3BIyLGM%2CiBAAA%3BIACA%2CWAAA%3B%3BEA5CN%2CqCAAC%2CYA%2BCC%3BIACE%2CkBAAA%3BIACA%2CYAAA%3BIACA%2COAAA%3BIACA%2CQAAA%3B%3BEAGJ%2CqCAAC%2CIAAI%2CcACH%2CSAAQ%3BIACN%2CaAAA%3B%3BEAIF%2CqCADF%2CqBACG%3BEACD%2CqCAFF%2CqBAEG%3BIACC%2CaAAA%3B%3BEAnFN%2CqCAsFE%2CkBACE%3BIACE%2CoBAAA%3B%3BE3CuiDJ%3BIACI%2CWAAA%3B%3BEgD9lCJ%2CiBACI%3BIACI%2C6BAAA%3B%3BEAFR%2CiBAKI%3BIACI%2CaAAA%3BIACA%2CcAAA%3BIACA%2CeAAA%3B%3BEARR%2CiBAWI%2CgBACK%3BIACG%2CaAAA%3BIACA%2CcAAA%3BIACA%2CYAAA%3B%3BEAfZ%2CiBAWI%2CgBAQI%3BIACI%2CcAAA%3BIACA%2CgBAAA%3BIACA%2CkBAAA%3B%3BEAKZ%2CiBACI%3BIACI%2C6BAAA%3B%3BEAFR%2CiBAKI%2CgBACK%3BIACG%2CmBAAA%3B%3BEACA%2CiBAHR%2CgBACK%2CiBAEI%3BIACG%2CgBAAA%3B%3BEAThB%2CiBAKI%2CgBASI%3BIACI%2CcAAA%3BIACA%2CgBAAA%3BIACA%2CkBAAA%22%7D *//** css related to Uppy **/
.uppy-Dashboard-progressindicators,
.uppy-Dashboard-close,
.uppy-Dashboard-dropFilesHereHint,
.uppy-Dashboard-inner{
    display:none;
}

.image.image-placeholder #fileUploader{
    border:500px solid transparent;
    bottom:0;
    cursor:pointer;
    font-size:10em;
    height:100%;
    left:0;
    opacity:0;
    position:absolute;
    right:0;
    top:0;
    width:100%;
    z-index:3
}
@charset "UTF-8";.fancyambox-enabled{overflow:hidden}.fancyambox-enabled body{overflow:visible;height:100%}.fancyambox-is-hidden{position:absolute;top:-9999px;left:-9999px;visibility:hidden}.fancyambox-container{position:fixed;top:0;left:0;width:100%;height:100%;z-index:99993;-webkit-tap-highlight-color:transparent;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transform:translateZ(0);transform:translateZ(0)}.fancyambox-container~.fancyambox-container{z-index:99992}.fancyambox-bg,.fancyambox-inner,.fancyambox-outer,.fancyambox-stage{position:absolute;top:0;right:0;bottom:0;left:0}.fancyambox-outer{overflow-y:auto;-webkit-overflow-scrolling:touch}.fancyambox-bg{background:#1e1e1e;opacity:0;transition-duration:inherit;transition-property:opacity;transition-timing-function:cubic-bezier(.47,0,.74,.71)}.fancyambox-is-open .fancyambox-bg{opacity:.87;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancyambox-caption-wrap,.fancyambox-infobar,.fancyambox-toolbar{position:absolute;direction:ltr;z-index:99997;opacity:0;visibility:hidden;transition:opacity .25s,visibility 0s linear .25s;box-sizing:border-box}.fancyambox-show-caption .fancyambox-caption-wrap,.fancyambox-show-infobar .fancyambox-infobar,.fancyambox-show-toolbar .fancyambox-toolbar{opacity:1;visibility:visible;transition:opacity .25s,visibility 0s}.fancyambox-infobar{top:0;left:50%;margin-left:-79px}.fancyambox-infobar__body{display:inline-block;width:70px;line-height:44px;font-size:13px;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;text-align:center;color:#ddd;background-color:rgba(30,30,30,.7);pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent;-webkit-font-smoothing:subpixel-antialiased}.fancyambox-toolbar{top:0;right:0}.fancyambox-stage{overflow:hidden;direction:ltr;z-index:99994;-webkit-transform:translateZ(0)}.fancyambox-slide{position:absolute;top:0;left:0;width:100%;height:100%;margin:0;padding:0;overflow:auto;outline:none;white-space:normal;box-sizing:border-box;text-align:center;z-index:99994;-webkit-overflow-scrolling:touch;display:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform;-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.fancyambox-slide:before{content:"";display:inline-block;vertical-align:middle;height:100%;width:0}.fancyambox-is-sliding .fancyambox-slide,.fancyambox-slide--current,.fancyambox-slide--next,.fancyambox-slide--previous{display:block}.fancyambox-slide--image{overflow:visible}.fancyambox-slide--image:before{display:none}.fancyambox-slide--video .fancyambox-content,.fancyambox-slide--video iframe{background:#000}.fancyambox-slide--map .fancyambox-content,.fancyambox-slide--map iframe{background:#e5e3df}.fancyambox-slide--next{z-index:99995}.fancyambox-slide>div{display:inline-block;position:relative;padding:24px;margin:44px 0;border-width:0;vertical-align:middle;text-align:left;background-color:#fff;overflow:auto;box-sizing:border-box}.fancyambox-slide .fancyambox-image-wrap{position:absolute;top:0;left:0;margin:0;padding:0;border:0;z-index:99995;background:transparent;cursor:default;overflow:visible;-webkit-transform-origin:top left;transform-origin:top left;background-size:100% 100%;background-repeat:no-repeat;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancyambox-can-zoomOut .fancyambox-image-wrap{cursor:zoom-out}.fancyambox-can-zoomIn .fancyambox-image-wrap{cursor:zoom-in}.fancyambox-can-drag .fancyambox-image-wrap{cursor:-webkit-grab;cursor:grab}.fancyambox-is-dragging .fancyambox-image-wrap{cursor:-webkit-grabbing;cursor:grabbing}.fancyambox-image,.fancyambox-spaceball{position:absolute;top:0;left:0;width:100%;height:100%;margin:0;padding:0;border:0;max-width:none;max-height:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancyambox-spaceball{z-index:1}.fancyambox-slide--iframe .fancyambox-content{padding:0;width:80%;height:80%;max-width:calc(100% - 100px);max-height:calc(100% - 88px);overflow:visible;background:#fff}.fancyambox-iframe{display:block;padding:0;border:0;height:100%}.fancyambox-error,.fancyambox-iframe{margin:0;width:100%;background:#fff}.fancyambox-error{padding:40px;max-width:380px;cursor:default}.fancyambox-error p{margin:0;padding:0;color:#444;font:16px/20px Helvetica Neue,Helvetica,Arial,sans-serif}.fancyambox-close-small{position:absolute;top:0;right:0;width:44px;height:44px;padding:0;margin:0;border:0;border-radius:0;outline:none;background:transparent;z-index:10;cursor:pointer}.fancyambox-close-small:after{content:"×";position:absolute;top:5px;right:5px;width:30px;height:30px;font:20px/30px Arial,Helvetica Neue,Helvetica,sans-serif;color:#888;font-weight:300;text-align:center;border-radius:50%;border-width:0;background:#fff;transition:background .25s;box-sizing:border-box;z-index:2}.fancyambox-close-small:hover:after{color:#555;background:#eee}.fancyambox-slide--iframe .fancyambox-close-small{top:0;right:-44px}.fancyambox-slide--iframe .fancyambox-close-small:after{background:transparent;font-size:35px;color:#aaa}.fancyambox-slide--iframe .fancyambox-close-small:hover:after{color:#fff}.fancyambox-caption-wrap{bottom:0;left:0;right:0;padding:60px 30px 0;background:linear-gradient(180deg,transparent 0,rgba(0,0,0,.1) 20%,rgba(0,0,0,.2) 40%,rgba(0,0,0,.6) 80%,rgba(0,0,0,.8));pointer-events:none}.fancyambox-caption{padding:30px 0;border-top:1px solid hsla(0,0%,100%,.4);font-size:14px;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;color:#fff;line-height:20px;-webkit-text-size-adjust:none}.fancyambox-caption a,.fancyambox-caption button,.fancyambox-caption select{pointer-events:all}.fancyambox-caption a{color:#fff;text-decoration:underline}.fancyambox-button{display:inline-block;position:relative;margin:0;padding:0;border:0;width:44px;height:44px;line-height:44px;text-align:center;background:transparent;color:#ddd;border-radius:0;cursor:pointer;vertical-align:top;outline:none}.fancyambox-button[disabled]{cursor:default;pointer-events:none}.fancyambox-button,.fancyambox-infobar__body{background:rgba(30,30,30,.6)}.fancyambox-button:hover:not([disabled]){color:#fff;background:rgba(0,0,0,.8)}.fancyambox-button:after,.fancyambox-button:before{content:"";pointer-events:none;position:absolute;background-color:currentColor;color:currentColor;opacity:.9;box-sizing:border-box;display:inline-block}.fancyambox-button[disabled]:after,.fancyambox-button[disabled]:before{opacity:.3}.fancyambox-button--left:after,.fancyambox-button--right:after{top:18px;width:6px;height:6px;background:transparent;border-top:2px solid currentColor;border-right:2px solid currentColor}.fancyambox-button--left:after{left:20px;-webkit-transform:rotate(-135deg);transform:rotate(-135deg)}.fancyambox-button--right:after{right:20px;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.fancyambox-button--left{border-bottom-left-radius:5px}.fancyambox-button--right{border-bottom-right-radius:5px}.fancyambox-button--close:after,.fancyambox-button--close:before{content:"";display:inline-block;position:absolute;height:2px;width:16px;top:calc(50% - 1px);left:calc(50% - 8px)}.fancyambox-button--close:before{-webkit-transform:rotate(45deg);transform:rotate(45deg)}.fancyambox-button--close:after{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.fancyambox-arrow{position:absolute;top:50%;margin:-50px 0 0;height:100px;width:54px;padding:0;border:0;outline:none;background:none;cursor:pointer;z-index:99995;opacity:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;transition:opacity .25s}.fancyambox-arrow:after{content:"";position:absolute;top:28px;width:44px;height:44px;background-color:rgba(30,30,30,.8);background-image:url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjRkZGRkZGIiBoZWlnaHQ9IjQ4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSI0OCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4gICAgPHBhdGggZD0iTTAgMGgyNHYyNEgweiIgZmlsbD0ibm9uZSIvPiAgICA8cGF0aCBkPSJNMTIgNGwtMS40MSAxLjQxTDE2LjE3IDExSDR2MmgxMi4xN2wtNS41OCA1LjU5TDEyIDIwbDgtOHoiLz48L3N2Zz4=);background-repeat:no-repeat;background-position:50%;background-size:24px 24px}.fancyambox-arrow--right{right:0}.fancyambox-arrow--left{left:0;-webkit-transform:scaleX(-1);transform:scaleX(-1)}.fancyambox-arrow--left:after,.fancyambox-arrow--right:after{left:0}.fancyambox-show-nav .fancyambox-arrow{opacity:.6}.fancyambox-show-nav .fancyambox-arrow[disabled]{opacity:.3}.fancyambox-slide>.fancyambox-loading{border:6px solid hsla(0,0%,39%,.4);border-top:6px solid hsla(0,0%,100%,.6);border-radius:100%;height:50px;width:50px;-webkit-animation:a .8s infinite linear;animation:a .8s infinite linear;background:transparent;position:absolute;top:50%;left:50%;margin-top:-25px;margin-left:-25px;z-index:99999}@-webkit-keyframes a{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes a{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fancyambox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}.fancyambox-fx-slide.fancyambox-slide--previous{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);opacity:0}.fancyambox-fx-slide.fancyambox-slide--next{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);opacity:0}.fancyambox-fx-slide.fancyambox-slide--current{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}.fancyambox-fx-fade.fancyambox-slide--next,.fancyambox-fx-fade.fancyambox-slide--previous{opacity:0;transition-timing-function:cubic-bezier(.19,1,.22,1)}.fancyambox-fx-fade.fancyambox-slide--current{opacity:1}.fancyambox-fx-zoom-in-out.fancyambox-slide--previous{-webkit-transform:scale3d(1.5,1.5,1.5);transform:scale3d(1.5,1.5,1.5);opacity:0}.fancyambox-fx-zoom-in-out.fancyambox-slide--next{-webkit-transform:scale3d(.5,.5,.5);transform:scale3d(.5,.5,.5);opacity:0}.fancyambox-fx-zoom-in-out.fancyambox-slide--current{-webkit-transform:scaleX(1);transform:scaleX(1);opacity:1}.fancyambox-fx-rotate.fancyambox-slide--previous{-webkit-transform:rotate(-1turn);transform:rotate(-1turn);opacity:0}.fancyambox-fx-rotate.fancyambox-slide--next{-webkit-transform:rotate(1turn);transform:rotate(1turn);opacity:0}.fancyambox-fx-rotate.fancyambox-slide--current{-webkit-transform:rotate(0deg);transform:rotate(0deg);opacity:1}.fancyambox-fx-circular.fancyambox-slide--previous{-webkit-transform:scale3d(0,0,0) translate3d(-100%,0,0);transform:scale3d(0,0,0) translate3d(-100%,0,0);opacity:0}.fancyambox-fx-circular.fancyambox-slide--next{-webkit-transform:scale3d(0,0,0) translate3d(100%,0,0);transform:scale3d(0,0,0) translate3d(100%,0,0);opacity:0}.fancyambox-fx-circular.fancyambox-slide--current{-webkit-transform:scaleX(1) translateZ(0);transform:scaleX(1) translateZ(0);opacity:1}.fancyambox-fx-tube.fancyambox-slide--previous{-webkit-transform:translate3d(-100%,0,0) scale(.1) skew(-10deg);transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancyambox-fx-tube.fancyambox-slide--next{-webkit-transform:translate3d(100%,0,0) scale(.1) skew(10deg);transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancyambox-fx-tube.fancyambox-slide--current{-webkit-transform:translateZ(0) scale(1);transform:translateZ(0) scale(1)}@media (max-width:800px){.fancyambox-infobar{left:0;margin-left:0}.fancyambox-button--left,.fancyambox-button--right{display:none!important}.fancyambox-caption{padding:20px 0;margin:0}}.fancyambox-button--fullscreen:before{width:15px;height:11px;left:calc(50% - 7px);top:calc(50% - 6px);border:2px solid;background:none}.fancyambox-button--pause:before,.fancyambox-button--play:before{top:calc(50% - 6px);left:calc(50% - 4px);background:transparent}.fancyambox-button--play:before{width:0;height:0;border-top:6px inset transparent;border-bottom:6px inset transparent;border-left:10px solid;border-radius:1px}.fancyambox-button--pause:before{width:7px;height:11px;border-style:solid;border-width:0 2px}.fancyambox-button--thumbs,.fancyambox-thumbs{display:none}@media (min-width:800px){.fancyambox-button--thumbs{display:inline-block}.fancyambox-button--thumbs span{font-size:23px}.fancyambox-button--thumbs:before{width:3px;height:3px;top:calc(50% - 2px);left:calc(50% - 2px);box-shadow:0 -4px 0,-4px -4px 0,4px -4px 0,inset 0 0 0 32px,-4px 0 0,4px 0 0,0 4px 0,-4px 4px 0,4px 4px 0}.fancyambox-thumbs{position:absolute;top:0;right:0;bottom:0;left:auto;width:220px;margin:0;padding:5px 5px 0 0;background:#fff;word-break:normal;-webkit-tap-highlight-color:transparent;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;box-sizing:border-box;z-index:99995}.fancyambox-show-thumbs .fancyambox-thumbs{display:block}.fancyambox-show-thumbs .fancyambox-inner{right:220px}.fancyambox-thumbs>ul{list-style:none;position:absolute;position:relative;width:100%;height:100%;margin:0;padding:0;overflow-x:hidden;overflow-y:auto;font-size:0}.fancyambox-thumbs>ul>li{float:left;overflow:hidden;max-width:50%;padding:0;margin:0;width:105px;height:75px;position:relative;cursor:pointer;outline:none;border:5px solid transparent;border-top-width:0;border-right-width:0;-webkit-tap-highlight-color:transparent;-webkit-backface-visibility:hidden;backface-visibility:hidden;box-sizing:border-box}li.fancyambox-thumbs-loading{background:rgba(0,0,0,.1)}.fancyambox-thumbs>ul>li>img{position:absolute;top:0;left:0;min-width:100%;min-height:100%;max-width:none;max-height:none;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancyambox-thumbs>ul>li:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:2px;border:4px solid #4ea7f9;z-index:99991;opacity:0;transition:all .2s cubic-bezier(.25,.46,.45,.94)}.fancyambox-thumbs>ul>li.fancyambox-thumbs-active:before{opacity:1}}
@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper,swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide,swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,swiper-container:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:var(--swiper-navigation-top-offset,50%);width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset,10px);right:auto}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:var(--swiper-pagination-bottom,8px);top:var(--swiper-pagination-top,auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius,50%);background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:var(--swiper-pagination-right,8px);left:var(--swiper-pagination-left,auto);top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,:host(.swiper-horizontal.swiper-rtl) .swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,rgba(0,0,0,.25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:var(--swiper-pagination-progressbar-size,4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:var(--swiper-scrollbar-border-radius,10px);position:relative;-ms-touch-action:none;background:var(--swiper-scrollbar-bg-color,rgba(0,0,0,.1))}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:var(--swiper-scrollbar-sides-offset,1%);bottom:var(--swiper-scrollbar-bottom,4px);top:var(--swiper-scrollbar-top,auto);z-index:50;height:var(--swiper-scrollbar-size,4px);width:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;left:var(--swiper-scrollbar-left,auto);right:var(--swiper-scrollbar-right,4px);top:var(--swiper-scrollbar-sides-offset,1%);z-index:50;width:var(--swiper-scrollbar-size,4px);height:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:var(--swiper-scrollbar-drag-bg-color,rgba(0,0,0,.5));border-radius:var(--swiper-scrollbar-border-radius,10px);left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move;touch-action:none}.swiper .swiper-notification,swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-next+.swiper-slide,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}
@font-face {
  font-family: 'Magento-Icons';
  src: url('../../frontend/bluesky/bluesky_kalles_default/en_US/Magezon_Core/fonts/Magento-Icons/Magento-Icons.eot');
  src: url('../../frontend/bluesky/bluesky_kalles_default/en_US/Magezon_Core/fonts/Magento-Icons/Magento-Icons.eot?#iefix') format('embedded-opentype'), url('../../frontend/bluesky/bluesky_kalles_default/en_US/Magezon_Core/fonts/Magento-Icons/Magento-Icons.woff2') format('woff2'), url('../../frontend/bluesky/bluesky_kalles_default/en_US/Magezon_Core/fonts/Magento-Icons/Magento-Icons.woff') format('woff'), url('../../frontend/bluesky/bluesky_kalles_default/en_US/Magezon_Core/fonts/Magento-Icons/Magento-Icons.ttf') format('truetype'), url('../../frontend/bluesky/bluesky_kalles_default/en_US/Magezon_Core/fonts/Magento-Icons/Magento-Icons.svg#Magento-Icons') format('svg');
  font-weight: normal;
  font-style: normal;
}
.spinner {
  display: inline-block;
  font-size: 4rem;
  height: 1em;
  margin-right: 1.5rem;
  position: relative;
  width: 1em;
}
.spinner > span {
  -webkit-transform: scale(0.4);
  -moz-transform: scale(0.4);
  -ms-transform: scale(0.4);
  transform: scale(0.4);
  -webkit-animation-name: fade;
  -moz-animation-name: fade;
  -ms-animation-name: fade;
  animation-name: fade;
  -webkit-animation-duration: .72s;
  -moz-animation-duration: .72s;
  -ms-animation-duration: .72s;
  animation-duration: .72s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: normal;
  -moz-animation-direction: normal;
  -ms-animation-direction: normal;
  animation-direction: normal;
  background-color: #fff;
  border-radius: 6px;
  clip: rect(0 0.28571429em 0.1em 0);
  height: .1em;
  margin-top: .5em;
  position: absolute;
  width: 1em;
}
.spinner > span:nth-child(1) {
  -webkit-animation-delay: 0.27s;
  -moz-animation-delay: 0.27s;
  -ms-animation-delay: 0.27s;
  animation-delay: 0.27s;
  -webkit-transform: rotate(-315deg);
  -moz-transform: rotate(-315deg);
  -ms-transform: rotate(-315deg);
  transform: rotate(-315deg);
}
.spinner > span:nth-child(2) {
  -webkit-animation-delay: 0.36s;
  -moz-animation-delay: 0.36s;
  -ms-animation-delay: 0.36s;
  animation-delay: 0.36s;
  -webkit-transform: rotate(-270deg);
  -moz-transform: rotate(-270deg);
  -ms-transform: rotate(-270deg);
  transform: rotate(-270deg);
}
.spinner > span:nth-child(3) {
  -webkit-animation-delay: 0.45s;
  -moz-animation-delay: 0.45s;
  -ms-animation-delay: 0.45s;
  animation-delay: 0.45s;
  -webkit-transform: rotate(-225deg);
  -moz-transform: rotate(-225deg);
  -ms-transform: rotate(-225deg);
  transform: rotate(-225deg);
}
.spinner > span:nth-child(4) {
  -webkit-animation-delay: 0.54s;
  -moz-animation-delay: 0.54s;
  -ms-animation-delay: 0.54s;
  animation-delay: 0.54s;
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.spinner > span:nth-child(5) {
  -webkit-animation-delay: 0.63s;
  -moz-animation-delay: 0.63s;
  -ms-animation-delay: 0.63s;
  animation-delay: 0.63s;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.spinner > span:nth-child(6) {
  -webkit-animation-delay: 0.72s;
  -moz-animation-delay: 0.72s;
  -ms-animation-delay: 0.72s;
  animation-delay: 0.72s;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.spinner > span:nth-child(7) {
  -webkit-animation-delay: 0.81s;
  -moz-animation-delay: 0.81s;
  -ms-animation-delay: 0.81s;
  animation-delay: 0.81s;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.spinner > span:nth-child(8) {
  -webkit-animation-delay: 0.9;
  -moz-animation-delay: 0.9;
  -ms-animation-delay: 0.9;
  animation-delay: 0.9;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
@-moz-keyframes fade {
  0% {
    background-color: #514943;
  }
  100% {
    background-color: #fff;
  }
}
@-webkit-keyframes fade {
  0% {
    background-color: #514943;
  }
  100% {
    background-color: #fff;
  }
}
@-ms-keyframes fade {
  0% {
    background-color: #514943;
  }
  100% {
    background-color: #fff;
  }
}
@keyframes fade {
  0% {
    background-color: #514943;
  }
  100% {
    background-color: #fff;
  }
}
form.loading .mgz__spinner {
  display: block;
}
.mgz__spinner {
  display: none;
  position: relative;
  width: 186px;
  height: 20px;
  margin: auto;
  position: absolute;
  left: 45%;
  top: 15px;
}
.mgz__spinner .spinner-item {
  position: absolute;
  top: 0;
  background-color: #d8d8d8;
  width: 20px;
  height: 20px;
  animation-name: bounce_fountainG;
  -o-animation-name: bounce_fountainG;
  -ms-animation-name: bounce_fountainG;
  -webkit-animation-name: bounce_fountainG;
  -moz-animation-name: bounce_fountainG;
  animation-duration: 0.645s;
  -o-animation-duration: 0.645s;
  -ms-animation-duration: 0.645s;
  -webkit-animation-duration: 0.645s;
  -moz-animation-duration: 0.645s;
  animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-direction: normal;
  -o-animation-direction: normal;
  -ms-animation-direction: normal;
  -webkit-animation-direction: normal;
  -moz-animation-direction: normal;
  transform: scale(0.3);
  -o-transform: scale(0.3);
  -ms-transform: scale(0.3);
  -webkit-transform: scale(0.3);
  -moz-transform: scale(0.3);
  border-radius: 15px;
  -o-border-radius: 15px;
  -ms-border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
}
.mgz__spinner .spinner-item.spinner-item-1 {
  left: 0;
  animation-delay: 0.256s;
  -o-animation-delay: 0.256s;
  -ms-animation-delay: 0.256s;
  -webkit-animation-delay: 0.256s;
  -moz-animation-delay: 0.256s;
}
.mgz__spinner .spinner-item.spinner-item-2 {
  left: 20px;
  animation-delay: 0.3225s;
  -o-animation-delay: 0.3225s;
  -ms-animation-delay: 0.3225s;
  -webkit-animation-delay: 0.3225s;
  -moz-animation-delay: 0.3225s;
}
.mgz__spinner .spinner-item.spinner-item-3 {
  left: 40px;
  animation-delay: 0.389s;
  -o-animation-delay: 0.389s;
  -ms-animation-delay: 0.389s;
  -webkit-animation-delay: 0.389s;
  -moz-animation-delay: 0.389s;
}
.mgz__spinner .spinner-item.spinner-item-4 {
  left: 60px;
  animation-delay: 0.4555s;
  -o-animation-delay: 0.4555s;
  -ms-animation-delay: 0.4555s;
  -webkit-animation-delay: 0.4555s;
  -moz-animation-delay: 0.4555s;
}
.mgz__spinner .spinner-item.spinner-item-5 {
  left: 80px;
  animation-delay: 0.522s;
  -o-animation-delay: 0.522s;
  -ms-animation-delay: 0.522s;
  -webkit-animation-delay: 0.522s;
  -moz-animation-delay: 0.522s;
}
.mgz__spinner .spinner-item.spinner-item-6 {
  left: 100px;
  animation-delay: 0.5885s;
  -o-animation-delay: 0.5885s;
  -ms-animation-delay: 0.5885s;
  -webkit-animation-delay: 0.5885s;
  -moz-animation-delay: 0.5885s;
}
.mgz__spinner .spinner-item.spinner-item-7 {
  left: 120px;
  animation-delay: 0.645s;
  -o-animation-delay: 0.645s;
  -ms-animation-delay: 0.645s;
  -webkit-animation-delay: 0.645s;
  -moz-animation-delay: 0.645s;
}
.mgz__spinner .spinner-item.spinner-item-8 {
  left: 140px;
  animation-delay: 0.7115s;
  -o-animation-delay: 0.7115s;
  -ms-animation-delay: 0.7115s;
  -webkit-animation-delay: 0.7115s;
  -moz-animation-delay: 0.7115s;
}
@keyframes bounce_fountainG {
  0% {
    transform: scale(1);
    background-color: #d8d8d8;
  }
  100% {
    transform: scale(0.3);
    background-color: #d8d8d8;
  }
}
@-o-keyframes bounce_fountainG {
  0% {
    -o-transform: scale(1);
    background-color: #d8d8d8;
  }
  100% {
    -o-transform: scale(0.3);
    background-color: #d8d8d8;
  }
}
@-ms-keyframes bounce_fountainG {
  0% {
    -ms-transform: scale(1);
    background-color: #d8d8d8;
  }
  100% {
    -ms-transform: scale(0.3);
    background-color: #d8d8d8;
  }
}
@-webkit-keyframes bounce_fountainG {
  0% {
    -webkit-transform: scale(1);
    background-color: #d8d8d8;
  }
  100% {
    -webkit-transform: scale(0.3);
    background-color: #d8d8d8;
  }
}
@-moz-keyframes bounce_fountainG {
  0% {
    -moz-transform: scale(1);
    background-color: #d8d8d8;
  }
  100% {
    -moz-transform: scale(0.3);
    background-color: #d8d8d8;
  }
}
.mgz__page-actions.page-main-actions {
  margin: 0 0 3rem;
  background: #f8f8f8;
  border-bottom: 1px solid #e3e3e3;
  border-top: 1px solid #e3e3e3;
  padding: 1.5rem;
}
.mgz__page-actions.page-main-actions .page-actions .page-actions-buttons {
  float: right;
  justify-content: flex-end;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.mgz__page-actions.page-main-actions .page-actions .page-actions-buttons button {
  background-color: transparent;
  text-shadow: none;
  color: #41362f;
  font-size: 1.6rem;
  letter-spacing: .025em;
  padding-bottom: .8875em;
  padding-top: .8875em;
  border-color: transparent;
  box-shadow: none;
  margin-left: 1.3rem;
  font-weight: 600;
}
.mgz__page-actions.page-main-actions .page-actions .page-actions-buttons button.primary {
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
  background-color: #eb5202;
  border-color: #eb5202;
  color: #fff;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.25);
}
.mgz__page-actions.page-main-actions .page-actions .page-actions-buttons button.primary:hover {
  background-color: #ba4000;
  border-color: #b84002;
  box-shadow: 0 0 0 1px #007bdb;
  color: #fff;
  text-decoration: none;
}
.mgz__page-actions.page-main-actions .page-actions .page-actions-buttons button.action-secondary {
  background-color: #514943;
  border-color: #514943;
  color: #fff;
}
.mgz__page-actions.page-main-actions .page-actions .page-actions-buttons button.action-secondary:hover {
  background-color: #35302c;
  border-color: #35302c;
  box-shadow: 0 0 0 1px #007bdb;
}
.mgz__page-actions.page-main-actions .page-actions .page-actions-buttons > button.back {
  float: left;
  -ms-flex-order: -1;
  -webkit-order: -1;
  order: -1;
  margin-left: 1.3rem;
}
@media (max-width: 480px) {
  .mgz__page-actions.page-main-actions .page-actions .page-actions-buttons {
    display: block;
  }
  .mgz__page-actions.page-main-actions .page-actions .page-actions-buttons button.back {
    margin: 0;
  }
}
.mgz__page-actions.page-main-actions .page-actions:before,
.mgz__page-actions.page-main-actions .page-actions:after {
  content: '';
  display: table;
  clear: both;
}
.mgz__page-actions.page-main-actions .page-actions #back:before {
  content: '\e626';
  margin-right: .5em;
  position: relative;
  top: 1px;
  font-family: 'Magento-Icons';
}
@media (max-width: 480px) {
  .mgz__page-actions.page-main-actions .page-actions .page-actions-buttons {
    text-align: center;
  }
  .mgz__page-actions.page-main-actions .page-actions .page-actions-buttons button {
    margin-left: 0;
  }
}
.sidebar {
  max-width: 100%;
}
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit;box-shadow: none;}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(../../frontend/bluesky/bluesky_kalles_default/en_US/Magezon_Core/css/owlcarousel/owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
.owl-carousel .owl-dots,.owl-carousel .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}.owl-carousel .owl-nav{margin-top:10px}.owl-carousel .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;border-radius:3px}.owl-carousel .owl-nav [class*=owl-]:hover{background:#869791;color:#FFF;text-decoration:none}.owl-carousel .owl-nav .disabled{opacity:.5;cursor:default}.owl-carousel .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-carousel .owl-dots .owl-dot{display:inline-block;zoom:1}.owl-carousel .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}.owl-carousel .owl-dots .owl-dot.active span,.owl-carousel .owl-dots .owl-dot:hover span{background:#869791}@charset "UTF-8";

/*!
 * animate.css -https://daneden.github.io/animate.css/
 * Version - 3.7.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2019 Daniel Eden
 */

@-webkit-keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

@keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }

  25%,
  75% {
    opacity: 0;
  }
}

@keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }

  25%,
  75% {
    opacity: 0;
  }
}

.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

@keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

@keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.heartBeat {
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

@-webkit-keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

.flipOutX {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

@-webkit-keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }

  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }

  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

@keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  to {
    opacity: 0;
  }
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  to {
    opacity: 0;
  }
}

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.animated.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.animated.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

.animated.delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}

.animated.delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}

.animated.fast {
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms;
}

.animated.faster {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
}

.animated.slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}

@media (print), (prefers-reduced-motion: reduce) {
  .animated {
    -webkit-animation-duration: 1ms !important;
    animation-duration: 1ms !important;
    -webkit-transition-duration: 1ms !important;
    transition-duration: 1ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
  }
}@font-face {
  font-family: 'Magezon-Icons';
  src:  url('../../frontend/bluesky/bluesky_kalles_default/en_US/Magezon_Core/fonts/mgz_icons.eot?lbpphw');
  src:  url('../../frontend/bluesky/bluesky_kalles_default/en_US/Magezon_Core/css/fonts/mgz_icons.eot?lbpphw#iefix') format('embedded-opentype'),
  url('../../frontend/bluesky/bluesky_kalles_default/en_US/Magezon_Core/fonts/mgz_icons.ttf?lbpphw') format('truetype'),
  url('../../frontend/bluesky/bluesky_kalles_default/en_US/Magezon_Core/fonts/mgz_icons.woff?lbpphw') format('woff'),
  url('../../frontend/bluesky/bluesky_kalles_default/en_US/Magezon_Core/fonts/mgz_icons.svg?lbpphw#mgz_icons') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.mgz-icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'Magezon-Icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;

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

.mgz-icon:before {
    font-family: inherit;
}

.mgz-icon-search:before {
  content: "\e8b6";
}
.mgz-icon-close:before {
  content: "\e62f";
}
.mgz-icon-add:before {
  content: "\e90d";
}
.mgz-icon-fullscreen:before {
  content: "\e915";
}
.mgz-icon-dragndrop:before {
  content: "\e913";
}
.mgz-icon-edit:before {
  content: "\e91d";
}
.mgz-icon-delete:before {
  content: "\e912";
}
.mgz-icon-clone:before {
  content: "\e911";
}
.mgz-icon-arrow_drop_right:before {
  content: "\e916";
}
.mgz-icon-arrow_drop_down:before {
  content: "\e5c5";
}
.mgz-icon-arrow_drop_up:before {
  content: "\e5c7";
}
.mgz-icon-1-1:before {
  content: "\e900";
}
.mgz-icon-1-2_1-2:before {
  content: "\e901";
}
.mgz-icon-1-3_1-3_1-3:before {
  content: "\e902";
}
.mgz-icon-1-4_1-2_1-4:before {
  content: "\e904";
}
.mgz-icon-1-4_1-4_1-4_1-4:before {
  content: "\e905";
}
.mgz-icon-1-4_3-4:before {
  content: "\e906";
}
.mgz-icon-1-6_1-6_1-6_1-2:before {
  content: "\e907";
}
.mgz-icon-1-6_1-6_1-6_1-6_1-6_1-6:before {
  content: "\e908";
}
.mgz-icon-l_15_15_15_15_15:before {
  content: "\e909";
}
.mgz-icon-1-6_2-3_1-6:before {
  content: "\e90a";
}
.mgz-icon-2-3_1-3:before {
  content: "\e90b";
}
.mgz-icon-5-6_1-6:before {
  content: "\e90c";
}
.mgz-icon-1-6_4-6_1-6:before {
  content: "\e90e";
}
.mgz-icon-row:before {
  content: "\e91e";
}
.mgz-icon-fullscreen:before {
  content: "\e915";
}
.mgz-icon-fullscreen_exit:before {
  content: "\e914";
}
.mgz-icon-check-mage:before {
  content: "\e62d";
}
.mgz-icon-plus:before {
  content: "\e61c";
}
.mgz-icon-minus:before {
  content: "\e60f";
}
.mgz-icon-remove:before {
  content: "\e604";
}
.mgz-icon-up:before {
  content: "\e621";
}
.mgz-icon-down:before {
  content: "\e622";
}
.mgz-icon-product:before {
  content: "\e608";
}
.mgz-icon-tabs:before {
  content: "\e879";
}
.mgz-icon-divider:before {
  content: "\e822";
  font-weight: bold;
}
.mgz-icon-spacer:before {
  content: "\e877";
  font-weight: bold;
}
.mgz-settings-icon:before{
  content: "\e910";
}
.mgz-icon-play:before {
  content: "\e939";
}
.mgz-icon-cms:before {
  content: "\e602";
}
.mgz-icon-testimonial:before {
  content: "\e920";
}
.mgz-icon-social-icons:before {
  content: "\e876";
}
.mgz-icon-pricing-table:before {
  content: "\e859";
}
.mgz-icon-accordion:before {
  content: "\e806";
}
.mgz-icon-number-counter:before {
  content: "\e921";
}
.mgz-icon-favorite:before {
  content: "\e895";
}
.mgz-icon-toggle:before {
  content: "\e887";
}
.mgz-icon-slideshow:before {
  content: "\e875";
}
.mgz-icon-icon-list:before {
  content: "\e893";
}
.mgz-icon-flip-box:before {
  content: "\e903";
}
.mgz-icon-code:before {
  content: "\e894";
}
.mgz-icon-countdown:before {
  content: "\e818";
}
.mgz-icon-magezon-pagebuilder:before {
  content: "\e922";
}
.mgz-icon-checkbox:before {
  content: "\e816";
}
.mgz-icon-number-field:before {
  content: "\e846";
}
.mgz-icon-menu-toggle:before {
  content: "\e943";
}
.mgz-icon-button:before {
  content: "\e812";
}
.mgz-icon-text-field:before {
  content: "\e882";
}
.mgz-icon-delete2:before {
  content: "\e630";
}
.mgz-icon-check:before {
  content: "\e5ca";
}
.mgz-icon-tablet-landscape:before {
  content: "\1f4bb";
}
.mgz-icon-mobile-portrait:before {
  content: "\1f4f1";
}
.mgz-icon-mobile-landscape:before {
  content: "\1f4f2";
}
.mgz-icon-desktop:before {
  content: "\1f4fa";
}
.mgz-icon-tablet-portrait:before {
  content: "\1f5b3";
}
.mgz-icon-arrow_downward:before {
  content: "\e5dc";
}
.mgz-icon-stores:before {
  content: "\e60e";
}
.mgz-icon-sales:before {
  content: "\e60b";
}
.mgz-icon-layers:before {
  content: "\1f5d7";
}
.mgz-icon-column:before {
  content: "\23f8";
}
.mgz-icon-minimize:before {
  content: "\e91c";
}[class*='mgz-col-'] {
  width: 100%;
  float: left;
}
.mgz-col-xs-1, .mgz-col-sm-1, .mgz-col-md-1, .mgz-col-lg-1, .mgz-col-xs-2, .mgz-col-sm-2, .mgz-col-md-2, .mgz-col-lg-2, .mgz-col-xs-3, .mgz-col-sm-3, .mgz-col-md-3, .mgz-col-lg-3, .mgz-col-xs-4, .mgz-col-sm-4, .mgz-col-md-4, .mgz-col-lg-4, .mgz-col-xs-5, .mgz-col-sm-5, .mgz-col-md-5, .mgz-col-lg-5, .mgz-col-xs-6, .mgz-col-sm-6, .mgz-col-md-6, .mgz-col-lg-6, .mgz-col-xs-7, .mgz-col-sm-7, .mgz-col-md-7, .mgz-col-lg-7, .mgz-col-xs-8, .mgz-col-sm-8, .mgz-col-md-8, .mgz-col-lg-8, .mgz-col-xs-9, .mgz-col-sm-9, .mgz-col-md-9, .mgz-col-lg-9, .mgz-col-xs-10, .mgz-col-sm-10, .mgz-col-md-10, .mgz-col-lg-10, .mgz-col-xs-11, .mgz-col-sm-11, .mgz-col-md-11, .mgz-col-lg-11, .mgz-col-xs-12, .mgz-col-sm-12, .mgz-col-md-12, .mgz-col-lg-12, .mgz-col-xs-15, .mgz-col-sm-15, .mgz-col-md-15, .mgz-col-lg-15, .mgz-col-xs-25, .mgz-col-sm-25, .mgz-col-md-25, .mgz-col-lg-25, .mgz-col-xs-35, .mgz-col-sm-35, .mgz-col-md-35, .mgz-col-lg-35, .mgz-col-xs-45, .mgz-col-sm-45, .mgz-col-md-45, .mgz-col-lg-45 {
  position: relative;
  min-height: 1px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.mgz-col-xs-1, .mgz-col-xs-2, .mgz-col-xs-3, .mgz-col-xs-4, .mgz-col-xs-5, .mgz-col-xs-6, .mgz-col-xs-7, .mgz-col-xs-8, .mgz-col-xs-9, .mgz-col-xs-10, .mgz-col-xs-11, .mgz-col-xs-12, .mgz-col-xs-15, .mgz-col-xs-25, .mgz-col-xs-35, .mgz-col-xs-45 {
  float: left;
}
.mgz-col-xs-12 {
  width: 100%;
}
.mgz-col-xs-11 {
  width: 91.66666667%;
}
.mgz-col-xs-10 {
  width: 83.33333333%;
}
.mgz-col-xs-9 {
  width: 75%;
}
.mgz-col-xs-8 {
  width: 66.66666667%;
}
.mgz-col-xs-7 {
  width: 58.33333333%;
}
.mgz-col-xs-6 {
  width: 50%;
}
.mgz-col-xs-5 {
  width: 41.66666667%;
}
.mgz-col-xs-4 {
  width: 33.33333333%;
}
.mgz-col-xs-3 {
  width: 25%;
}
.mgz-col-xs-15 {
  width: 20%;
}
.mgz-col-xs-25 {
  width: 40%;
}
.mgz-col-xs-35 {
  width: 60%;
}
.mgz-col-xs-45 {
  width: 80%;
}
.mgz-col-xs-2 {
  width: 16.66666667%;
}
.mgz-col-xs-1 {
  width: 8.33333333%;
}
.mgz-col-xs-pull-12 {
  right: 100%;
}
.mgz-col-xs-pull-11 {
  right: 91.66666667%;
}
.mgz-col-xs-pull-10 {
  right: 83.33333333%;
}
.mgz-col-xs-pull-9 {
  right: 75%;
}
.mgz-col-xs-pull-8 {
  right: 66.66666667%;
}
.mgz-col-xs-pull-7 {
  right: 58.33333333%;
}
.mgz-col-xs-pull-6 {
  right: 50%;
}
.mgz-col-xs-pull-5 {
  right: 41.66666667%;
}
.mgz-col-xs-pull-4 {
  right: 33.33333333%;
}
.mgz-col-xs-pull-3 {
  right: 25%;
}
.mgz-col-xs-pull-15 {
  right: 20%;
}
.mgz-col-xs-pull-25 {
  right: 40%;
}
.mgz-col-xs-pull-35 {
  right: 60%;
}
.mgz-col-xs-pull-45 {
  right: 80%;
}
.mgz-col-xs-pull-2 {
  right: 16.66666667%;
}
.mgz-col-xs-pull-1 {
  right: 8.33333333%;
}
.mgz-col-xs-pull-0 {
  right: auto;
}
.mgz-col-xs-push-12 {
  left: 100%;
}
.mgz-col-xs-push-11 {
  left: 91.66666667%;
}
.mgz-col-xs-push-10 {
  left: 83.33333333%;
}
.mgz-col-xs-push-9 {
  left: 75%;
}
.mgz-col-xs-push-8 {
  left: 66.66666667%;
}
.mgz-col-xs-push-7 {
  left: 58.33333333%;
}
.mgz-col-xs-push-6 {
  left: 50%;
}
.mgz-col-xs-push-5 {
  left: 41.66666667%;
}
.mgz-col-xs-push-4 {
  left: 33.33333333%;
}
.mgz-col-xs-push-3 {
  left: 25%;
}
.mgz-col-xs-push-15 {
  left: 20%;
}
.mgz-col-xs-push-25 {
  left: 40%;
}
.mgz-col-xs-push-35 {
  left: 60%;
}
.mgz-col-xs-push-45 {
  left: 80%;
}
.mgz-col-xs-push-2 {
  left: 16.66666667%;
}
.mgz-col-xs-push-1 {
  left: 8.33333333%;
}
.mgz-col-xs-push-0 {
  left: auto;
}
.mgz-col-xs-offset-12 {
  margin-left: 100%;
}
.mgz-col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.mgz-col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.mgz-col-xs-offset-9 {
  margin-left: 75%;
}
.mgz-col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.mgz-col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.mgz-col-xs-offset-6 {
  margin-left: 50%;
}
.mgz-col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.mgz-col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.mgz-col-xs-offset-3 {
  margin-left: 25%;
}
.mgz-col-xs-offset-15 {
  margin-left: 20%;
}
.mgz-col-xs-offset-25 {
  margin-left: 40%;
}
.mgz-col-xs-offset-35 {
  margin-left: 60%;
}
.mgz-col-xs-offset-45 {
  margin-left: 80%;
}
.mgz-col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.mgz-col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.mgz-col-xs-offset-0 {
  margin-left: 0%;
}

.mgz-container {
  width: 1280px;
  max-width: 100%;
  margin: 0 auto;
}

.mgz-row:before,
.mgz-row:after {
  content: " ";
  display: table;
}
.mgz-row:after {
  clear: both;
}

.mgz-text-left {
  text-align: left
}

.mgz-text-right {
  text-align: right
}

.mgz-text-center {
  text-align: center
}

.mgz-text-justify {
  text-align: justify
}

.f-right {
  float: right;
  width: auto;
}

.f-left {
  float: left;
  width: auto;
}

.f-none {
  float: none;
  width: auto;
}
@media (min-width: 576px) {
  .mgz-col-sm-1, .mgz-col-sm-2, .mgz-col-sm-3, .mgz-col-sm-4, .mgz-col-sm-5, .mgz-col-sm-6, .mgz-col-sm-7, .mgz-col-sm-8, .mgz-col-sm-9, .mgz-col-sm-10, .mgz-col-sm-11, .mgz-col-sm-12, .mgz-col-sm-15, .mgz-col-sm-25, .mgz-col-sm-35, .mgz-col-sm-45 {
    float: left;
  }
  .mgz-col-sm-12 {
    width: 100%;
  }
  .mgz-col-sm-11 {
    width: 91.66666667%;
  }
  .mgz-col-sm-10 {
    width: 83.33333333%;
  }
  .mgz-col-sm-9 {
    width: 75%;
  }
  .mgz-col-sm-8 {
    width: 66.66666667%;
  }
  .mgz-col-sm-7 {
    width: 58.33333333%;
  }
  .mgz-col-sm-6 {
    width: 50%;
  }
  .mgz-col-sm-5 {
    width: 41.66666667%;
  }
  .mgz-col-sm-4 {
    width: 33.33333333%;
  }
  .mgz-col-sm-3 {
    width: 25%;
  }
  .mgz-col-sm-15 {
    width: 20%;
  }
  .mgz-col-sm-25 {
    width: 40%;
  }
  .mgz-col-sm-35 {
    width: 60%;
  }
  .mgz-col-sm-45 {
    width: 80%;
  }
  .mgz-col-sm-2 {
    width: 16.66666667%;
  }
  .mgz-col-sm-1 {
    width: 8.33333333%;
  }
  .mgz-col-sm-pull-12 {
    right: 100%;
  }
  .mgz-col-sm-pull-11 {
    right: 91.66666667%;
  }
  .mgz-col-sm-pull-10 {
    right: 83.33333333%;
  }
  .mgz-col-sm-pull-9 {
    right: 75%;
  }
  .mgz-col-sm-pull-8 {
    right: 66.66666667%;
  }
  .mgz-col-sm-pull-7 {
    right: 58.33333333%;
  }
  .mgz-col-sm-pull-6 {
    right: 50%;
  }
  .mgz-col-sm-pull-5 {
    right: 41.66666667%;
  }
  .mgz-col-sm-pull-4 {
    right: 33.33333333%;
  }
  .mgz-col-sm-pull-3 {
    right: 25%;
  }
  .mgz-col-sm-pull-15 {
    right: 20%;
  }
  .mgz-col-sm-pull-25 {
    right: 40%;
  }
  .mgz-col-sm-pull-35 {
    right: 60%;
  }
  .mgz-col-sm-pull-45 {
    right: 80%;
  }
  .mgz-col-sm-pull-2 {
    right: 16.66666667%;
  }
  .mgz-col-sm-pull-1 {
    right: 8.33333333%;
  }
  .mgz-col-sm-pull-0 {
    right: auto;
  }
  .mgz-col-sm-push-12 {
    left: 100%;
  }
  .mgz-col-sm-push-11 {
    left: 91.66666667%;
  }
  .mgz-col-sm-push-10 {
    left: 83.33333333%;
  }
  .mgz-col-sm-push-9 {
    left: 75%;
  }
  .mgz-col-sm-push-8 {
    left: 66.66666667%;
  }
  .mgz-col-sm-push-7 {
    left: 58.33333333%;
  }
  .mgz-col-sm-push-6 {
    left: 50%;
  }
  .mgz-col-sm-push-5 {
    left: 41.66666667%;
  }
  .mgz-col-sm-push-4 {
    left: 33.33333333%;
  }
  .mgz-col-sm-push-3 {
    left: 25%;
  }
  .mgz-col-sm-push-15 {
    left: 20%;
  }
  .mgz-col-sm-push-25 {
    left: 40%;
  }
  .mgz-col-sm-push-35 {
    left: 60%;
  }
  .mgz-col-sm-push-45 {
    left: 80%;
  }
  .mgz-col-sm-push-2 {
    left: 16.66666667%;
  }
  .mgz-col-sm-push-1 {
    left: 8.33333333%;
  }
  .mgz-col-sm-push-0 {
    left: auto;
  }
  .mgz-col-sm-offset-12 {
    margin-left: 100%;
  }
  .mgz-col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .mgz-col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .mgz-col-sm-offset-9 {
    margin-left: 75%;
  }
  .mgz-col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .mgz-col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .mgz-col-sm-offset-6 {
    margin-left: 50%;
  }
  .mgz-col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .mgz-col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .mgz-col-sm-offset-3 {
    margin-left: 25%;
  }
  .mgz-col-sm-offset-15 {
    margin-left: 20%;
  }
  .mgz-col-sm-offset-25 {
    margin-left: 40%;
  }
  .mgz-col-sm-offset-35 {
    margin-left: 60%;
  }
  .mgz-col-sm-offset-45 {
    margin-left: 80%;
  }
  .mgz-col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .mgz-col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .mgz-col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 768px) {
  .mgz-col-md-1, .mgz-col-md-2, .mgz-col-md-3, .mgz-col-md-4, .mgz-col-md-5, .mgz-col-md-6, .mgz-col-md-7, .mgz-col-md-8, .mgz-col-md-9, .mgz-col-md-10, .mgz-col-md-11, .mgz-col-md-12, .mgz-col-md-15, .mgz-col-md-25, .mgz-col-md-35, .mgz-col-md-45 {
    float: left;
  }
  .mgz-col-md-12 {
    width: 100%;
  }
  .mgz-col-md-11 {
    width: 91.66666667%;
  }
  .mgz-col-md-10 {
    width: 83.33333333%;
  }
  .mgz-col-md-9 {
    width: 75%;
  }
  .mgz-col-md-8 {
    width: 66.66666667%;
  }
  .mgz-col-md-7 {
    width: 58.33333333%;
  }
  .mgz-col-md-6 {
    width: 50%;
  }
  .mgz-col-md-5 {
    width: 41.66666667%;
  }
  .mgz-col-md-4 {
    width: 33.33333333%;
  }
  .mgz-col-md-3 {
    width: 25%;
  }
  .mgz-col-md-15 {
    width: 20%;
  }
  .mgz-col-md-25 {
    width: 40%;
  }
  .mgz-col-md-35 {
    width: 60%;
  }
  .mgz-col-md-45 {
    width: 80%;
  }
  .mgz-col-md-2 {
    width: 16.66666667%;
  }
  .mgz-col-md-1 {
    width: 8.33333333%;
  }
  .mgz-col-md-pull-12 {
    right: 100%;
  }
  .mgz-col-md-pull-11 {
    right: 91.66666667%;
  }
  .mgz-col-md-pull-10 {
    right: 83.33333333%;
  }
  .mgz-col-md-pull-9 {
    right: 75%;
  }
  .mgz-col-md-pull-8 {
    right: 66.66666667%;
  }
  .mgz-col-md-pull-7 {
    right: 58.33333333%;
  }
  .mgz-col-md-pull-6 {
    right: 50%;
  }
  .mgz-col-md-pull-5 {
    right: 41.66666667%;
  }
  .mgz-col-md-pull-4 {
    right: 33.33333333%;
  }
  .mgz-col-md-pull-3 {
    right: 25%;
  }
  .mgz-col-md-pull-15 {
    right: 20%;
  }
  .mgz-col-md-pull-25 {
    right: 40%;
  }
  .mgz-col-md-pull-35 {
    right: 60%;
  }
  .mgz-col-md-pull-45 {
    right: 80%;
  }
  .mgz-col-md-pull-2 {
    right: 16.66666667%;
  }
  .mgz-col-md-pull-1 {
    right: 8.33333333%;
  }
  .mgz-col-md-pull-0 {
    right: auto;
  }
  .mgz-col-md-push-12 {
    left: 100%;
  }
  .mgz-col-md-push-11 {
    left: 91.66666667%;
  }
  .mgz-col-md-push-10 {
    left: 83.33333333%;
  }
  .mgz-col-md-push-9 {
    left: 75%;
  }
  .mgz-col-md-push-8 {
    left: 66.66666667%;
  }
  .mgz-col-md-push-7 {
    left: 58.33333333%;
  }
  .mgz-col-md-push-6 {
    left: 50%;
  }
  .mgz-col-md-push-5 {
    left: 41.66666667%;
  }
  .mgz-col-md-push-4 {
    left: 33.33333333%;
  }
  .mgz-col-md-push-3 {
    left: 25%;
  }
  .mgz-col-md-push-15 {
    left: 20%;
  }
  .mgz-col-md-push-25 {
    left: 40%;
  }
  .mgz-col-md-push-35 {
    left: 60%;
  }
  .mgz-col-md-push-45 {
    left: 80%;
  }
  .mgz-col-md-push-2 {
    left: 16.66666667%;
  }
  .mgz-col-md-push-1 {
    left: 8.33333333%;
  }
  .mgz-col-md-push-0 {
    left: auto;
  }
  .mgz-col-md-offset-12 {
    margin-left: 100%;
  }
  .mgz-col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .mgz-col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .mgz-col-md-offset-9 {
    margin-left: 75%;
  }
  .mgz-col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .mgz-col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .mgz-col-md-offset-6 {
    margin-left: 50%;
  }
  .mgz-col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .mgz-col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .mgz-col-md-offset-3 {
    margin-left: 25%;
  }
  .mgz-col-md-offset-15 {
    margin-left: 20%;
  }
  .mgz-col-md-offset-25 {
    margin-left: 40%;
  }
  .mgz-col-md-offset-35 {
    margin-left: 60%;
  }
  .mgz-col-md-offset-45 {
    margin-left: 80%;
  }
  .mgz-col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .mgz-col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .mgz-col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .mgz-col-lg-1, .mgz-col-lg-2, .mgz-col-lg-3, .mgz-col-lg-4, .mgz-col-lg-5, .mgz-col-lg-6, .mgz-col-lg-7, .mgz-col-lg-8, .mgz-col-lg-9, .mgz-col-lg-10, .mgz-col-lg-11, .mgz-col-lg-12, .mgz-col-lg-15, .mgz-col-lg-25, .mgz-col-lg-35, .mgz-col-lg-45 {
    float: left;
  }
  .mgz-col-lg-12 {
    width: 100%;
  }
  .mgz-col-lg-11 {
    width: 91.66666667%;
  }
  .mgz-col-lg-10 {
    width: 83.33333333%;
  }
  .mgz-col-lg-9 {
    width: 75%;
  }
  .mgz-col-lg-8 {
    width: 66.66666667%;
  }
  .mgz-col-lg-7 {
    width: 58.33333333%;
  }
  .mgz-col-lg-6 {
    width: 50%;
  }
  .mgz-col-lg-5 {
    width: 41.66666667%;
  }
  .mgz-col-lg-4 {
    width: 33.33333333%;
  }
  .mgz-col-lg-3 {
    width: 25%;
  }
  .mgz-col-lg-15 {
    width: 20%;
  }
  .mgz-col-lg-25 {
    width: 40%;
  }
  .mgz-col-lg-35 {
    width: 60%;
  }
  .mgz-col-lg-45 {
    width: 80%;
  }
  .mgz-col-lg-2 {
    width: 16.66666667%;
  }
  .mgz-col-lg-1 {
    width: 8.33333333%;
  }
  .mgz-col-lg-pull-12 {
    right: 100%;
  }
  .mgz-col-lg-pull-11 {
    right: 91.66666667%;
  }
  .mgz-col-lg-pull-10 {
    right: 83.33333333%;
  }
  .mgz-col-lg-pull-9 {
    right: 75%;
  }
  .mgz-col-lg-pull-8 {
    right: 66.66666667%;
  }
  .mgz-col-lg-pull-7 {
    right: 58.33333333%;
  }
  .mgz-col-lg-pull-6 {
    right: 50%;
  }
  .mgz-col-lg-pull-5 {
    right: 41.66666667%;
  }
  .mgz-col-lg-pull-4 {
    right: 33.33333333%;
  }
  .mgz-col-lg-pull-3 {
    right: 25%;
  }
  .mgz-col-lg-pull-15 {
    right: 20%;
  }
  .mgz-col-lg-pull-25 {
    right: 40%;
  }
  .mgz-col-lg-pull-35 {
    right: 60%;
  }
  .mgz-col-lg-pull-45 {
    right: 80%;
  }
  .mgz-col-lg-pull-2 {
    right: 16.66666667%;
  }
  .mgz-col-lg-pull-1 {
    right: 8.33333333%;
  }
  .mgz-col-lg-pull-0 {
    right: auto;
  }
  .mgz-col-lg-push-12 {
    left: 100%;
  }
  .mgz-col-lg-push-11 {
    left: 91.66666667%;
  }
  .mgz-col-lg-push-10 {
    left: 83.33333333%;
  }
  .mgz-col-lg-push-9 {
    left: 75%;
  }
  .mgz-col-lg-push-8 {
    left: 66.66666667%;
  }
  .mgz-col-lg-push-7 {
    left: 58.33333333%;
  }
  .mgz-col-lg-push-6 {
    left: 50%;
  }
  .mgz-col-lg-push-5 {
    left: 41.66666667%;
  }
  .mgz-col-lg-push-4 {
    left: 33.33333333%;
  }
  .mgz-col-lg-push-3 {
    left: 25%;
  }
  .mgz-col-lg-push-15 {
    left: 20%;
  }
  .mgz-col-lg-push-25 {
    left: 40%;
  }
  .mgz-col-lg-push-35 {
    left: 60%;
  }
  .mgz-col-lg-push-45 {
    left: 80%;
  }
  .mgz-col-lg-push-2 {
    left: 16.66666667%;
  }
  .mgz-col-lg-push-1 {
    left: 8.33333333%;
  }
  .mgz-col-lg-push-0 {
    left: auto;
  }
  .mgz-col-lg-offset-12 {
    margin-left: 100%;
  }
  .mgz-col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .mgz-col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .mgz-col-lg-offset-9 {
    margin-left: 75%;
  }
  .mgz-col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .mgz-col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .mgz-col-lg-offset-6 {
    margin-left: 50%;
  }
  .mgz-col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .mgz-col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .mgz-col-lg-offset-3 {
    margin-left: 25%;
  }
  .mgz-col-lg-offset-15 {
    margin-left: 20%;
  }
  .mgz-col-lg-offset-25 {
    margin-left: 40%;
  }
  .mgz-col-lg-offset-35 {
    margin-left: 60%;
  }
  .mgz-col-lg-offset-45 {
    margin-left: 80%;
  }
  .mgz-col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .mgz-col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .mgz-col-lg-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .mgz-col-xl-1, .mgz-col-xl-2, .mgz-col-xl-3, .mgz-col-xl-4, .mgz-col-xl-5, .mgz-col-xl-6, .mgz-col-xl-7, .mgz-col-xl-8, .mgz-col-xl-9, .mgz-col-xl-10, .mgz-col-xl-11, .mgz-col-xl-12, .mgz-col-xl-15, .mgz-col-xl-25, .mgz-col-xl-35, .mgz-col-xl-45 {
    float: left;
  }
  .mgz-col-xl-12 {
    width: 100%;
  }
  .mgz-col-xl-11 {
    width: 91.66666667%;
  }
  .mgz-col-xl-10 {
    width: 83.33333333%;
  }
  .mgz-col-xl-9 {
    width: 75%;
  }
  .mgz-col-xl-8 {
    width: 66.66666667%;
  }
  .mgz-col-xl-7 {
    width: 58.33333333%;
  }
  .mgz-col-xl-6 {
    width: 50%;
  }
  .mgz-col-xl-5 {
    width: 41.66666667%;
  }
  .mgz-col-xl-4 {
    width: 33.33333333%;
  }
  .mgz-col-xl-3 {
    width: 25%;
  }
  .mgz-col-xl-15 {
    width: 20%;
  }
  .mgz-col-xl-25 {
    width: 40%;
  }
  .mgz-col-xl-35 {
    width: 60%;
  }
  .mgz-col-xl-45 {
    width: 80%;
  }
  .mgz-col-xl-2 {
    width: 16.66666667%;
  }
  .mgz-col-xl-1 {
    width: 8.33333333%;
  }
  .mgz-col-xl-pull-12 {
    right: 100%;
  }
  .mgz-col-xl-pull-11 {
    right: 91.66666667%;
  }
  .mgz-col-xl-pull-10 {
    right: 83.33333333%;
  }
  .mgz-col-xl-pull-9 {
    right: 75%;
  }
  .mgz-col-xl-pull-8 {
    right: 66.66666667%;
  }
  .mgz-col-xl-pull-7 {
    right: 58.33333333%;
  }
  .mgz-col-xl-pull-6 {
    right: 50%;
  }
  .mgz-col-xl-pull-5 {
    right: 41.66666667%;
  }
  .mgz-col-xl-pull-4 {
    right: 33.33333333%;
  }
  .mgz-col-xl-pull-3 {
    right: 25%;
  }
  .mgz-col-xl-pull-15 {
    right: 20%;
  }
  .mgz-col-xl-pull-25 {
    right: 40%;
  }
  .mgz-col-xl-pull-35 {
    right: 60%;
  }
  .mgz-col-xl-pull-45 {
    right: 80%;
  }
  .mgz-col-xl-pull-2 {
    right: 16.66666667%;
  }
  .mgz-col-xl-pull-1 {
    right: 8.33333333%;
  }
  .mgz-col-xl-pull-0 {
    right: auto;
  }
  .mgz-col-xl-push-12 {
    left: 100%;
  }
  .mgz-col-xl-push-11 {
    left: 91.66666667%;
  }
  .mgz-col-xl-push-10 {
    left: 83.33333333%;
  }
  .mgz-col-xl-push-9 {
    left: 75%;
  }
  .mgz-col-xl-push-8 {
    left: 66.66666667%;
  }
  .mgz-col-xl-push-7 {
    left: 58.33333333%;
  }
  .mgz-col-xl-push-6 {
    left: 50%;
  }
  .mgz-col-xl-push-5 {
    left: 41.66666667%;
  }
  .mgz-col-xl-push-4 {
    left: 33.33333333%;
  }
  .mgz-col-xl-push-3 {
    left: 25%;
  }
  .mgz-col-xl-push-15 {
    left: 20%;
  }
  .mgz-col-xl-push-25 {
    left: 40%;
  }
  .mgz-col-xl-push-35 {
    left: 60%;
  }
  .mgz-col-xl-push-45 {
    left: 80%;
  }
  .mgz-col-xl-push-2 {
    left: 16.66666667%;
  }
  .mgz-col-xl-push-1 {
    left: 8.33333333%;
  }
  .mgz-col-xl-push-0 {
    left: auto;
  }
  .mgz-col-xl-offset-12 {
    margin-left: 100%;
  }
  .mgz-col-xl-offset-11 {
    margin-left: 91.66666667%;
  }
  .mgz-col-xl-offset-10 {
    margin-left: 83.33333333%;
  }
  .mgz-col-xl-offset-9 {
    margin-left: 75%;
  }
  .mgz-col-xl-offset-8 {
    margin-left: 66.66666667%;
  }
  .mgz-col-xl-offset-7 {
    margin-left: 58.33333333%;
  }
  .mgz-col-xl-offset-6 {
    margin-left: 50%;
  }
  .mgz-col-xl-offset-5 {
    margin-left: 41.66666667%;
  }
  .mgz-col-xl-offset-4 {
    margin-left: 33.33333333%;
  }
  .mgz-col-xl-offset-3 {
    margin-left: 25%;
  }
  .mgz-col-xl-offset-15 {
    margin-left: 20%;
  }
  .mgz-col-xl-offset-25 {
    margin-left: 40%;
  }
  .mgz-col-xl-offset-35 {
    margin-left: 60%;
  }
  .mgz-col-xl-offset-45 {
    margin-left: 80%;
  }
  .mgz-col-xl-offset-2 {
    margin-left: 16.66666667%;
  }
  .mgz-col-xl-offset-1 {
    margin-left: 8.33333333%;
  }
  .mgz-col-xl-offset-0 {
    margin-left: 0%;
  }
}
@media (max-width: 575px) {
  .mgz-grid-col-xs-6 > div:nth-child(6n+1),
  .mgz-grid-col-xs-3 > div:nth-child(3n+1),
  .mgz-grid-col-xs-4 > div:nth-child(4n+1),
  .mgz-grid-col-xs-15 > div:nth-child(5n+1),
  .mgz-grid-col-xs-2 > div:nth-child(2n+1) {
    clear: left;
  }
  .mgz-grid-col-xs-6> div,
  .mgz-grid-col-xs-3 > div,
  .mgz-grid-col-xs-4 > div,
  .mgz-grid-col-xs-15 > div,
  .mgz-grid-col-xs-2 > div {
    float: left;
  }
  .mgz-grid-col-xs-6 > div {
    width: 16.66666667%;
  }
  .mgz-grid-col-xs-3 > div {
    width: 33.33333333%;
  }
  .mgz-grid-col-xs-4 > div {
    width: 25%;
  }
  .mgz-grid-col-xs-15 > div {
    width: 20%;
  }
  .mgz-grid-col-xs-2 > div {
    width: 50%;
  }
  .mgz-hidden-xs {
    display: none !important;
  }
  .xs_left {
    text-align: left;
  }
  .xs_center {
    text-align: center;
  }
  .xs_right {
    text-align: right;
  }
  .xs_f-right {
    float: right;
  }
  .xs_f-left {
    float: left;
  }
  .xs_f-none {
    float: none;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .mgz-grid-col-xs-12 > div:nth-child(12n+1),
  .mgz-grid-col-xs-6 > div:nth-child(6n+1),
  .mgz-grid-col-xs-5 > div:nth-child(5n+1),
  .mgz-grid-col-xs-4 > div:nth-child(4n+1),
  .mgz-grid-col-xs-3 > div:nth-child(3n+1),
  .mgz-grid-col-xs-2 > div:nth-child(2n+1),
  .mgz-grid-col-xs-1 > div:nth-child(1n+1) {
    clear: left;
  }
  .mgz-grid-col-xs-12 > div,
  .mgz-grid-col-xs-6 > div,
  .mgz-grid-col-xs-5 > div,
  .mgz-grid-col-xs-4 > div,
  .mgz-grid-col-xs-3 > div,
  .mgz-grid-col-xs-2 > div,
  .mgz-grid-col-xs-1 > div {
    float: left;
  }
  .mgz-grid-col-xs-12 > div {
    width: 8.33333333%;
  }
  .mgz-grid-col-xs-6 > div {
    width: 16.66666667%;
  }
  .mgz-grid-col-xs-5 > div {
    width: 20%;
  }
  .mgz-grid-col-xs-4 > div {
    width: 25%;
  }
  .mgz-grid-col-xs-3 > div {
    width: 33.33333333%;
  }
  .mgz-grid-col-xs-2 > div {
    width: 50%;
  }
  .mgz-grid-col-xs-1 > div {
    width: 100%;
  }
  .mgz-hidden-sm {
    display: none !important;
  }
  .sm_left {
    text-align: left;
  }
  .sm_center {
    text-align: center;
  }
  .sm_right {
    text-align: right;
  }
  .sm_f-right {
    float: right;
  }
  .sm_f-left {
    float: left;
  }
  .sm_f-none {
    float: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .mgz-grid-col-md-12 > div:nth-child(12n+1),
  .mgz-grid-col-md-6 > div:nth-child(6n+1),
  .mgz-grid-col-md-5 > div:nth-child(5n+1),
  .mgz-grid-col-md-4 > div:nth-child(4n+1),
  .mgz-grid-col-md-3 > div:nth-child(3n+1),
  .mgz-grid-col-md-2 > div:nth-child(2n+1),
  .mgz-grid-col-md-1 > div:nth-child(1n+1) {
    clear: left;
  }
  .mgz-grid-col-md-12 > div,
  .mgz-grid-col-md-6 > div,
  .mgz-grid-col-md-5 > div,
  .mgz-grid-col-md-4 > div,
  .mgz-grid-col-md-3 > div,
  .mgz-grid-col-md-2 > div,
  .mgz-grid-col-md-1 > div {
    float: left;
  }
  .mgz-grid-col-md-12 > div {
    width: 8.33333333%;
  }
  .mgz-grid-col-md-6 > div {
    width: 16.66666667%;
  }
  .mgz-grid-col-md-5 > div {
    width: 20%;
  }
  .mgz-grid-col-md-4 > div {
    width: 25%;
  }
  .mgz-grid-col-md-3 > div {
    width: 33.33333333%;
  }
  .mgz-grid-col-md-2 > div {
    width: 50%;
  }
  .mgz-grid-col-md-1 > div {
    width: 100%;
  }
  .mgz-hidden-md {
    display: none !important;
  }
  .md_left {
    text-align: left;
  }
  .md_center {
    text-align: center;
  }
  .md_right {
    text-align: right;
  }
  .md_f-right {
    float: right;
  }
  .md_f-left {
    float: left;
  }
  .md_f-none {
    float: none;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .mgz-grid-col-lg-12 > div:nth-child(12n+1),
  .mgz-grid-col-lg-6 > div:nth-child(6n+1),
  .mgz-grid-col-lg-5 > div:nth-child(5n+1),
  .mgz-grid-col-lg-4 > div:nth-child(4n+1),
  .mgz-grid-col-lg-3 > div:nth-child(3n+1),
  .mgz-grid-col-lg-2 > div:nth-child(2n+1),
  .mgz-grid-col-lg-1 > div:nth-child(1n+1) {
    clear: left;
  }
  .mgz-grid-col-lg-12 > div,
  .mgz-grid-col-lg-6 > div,
  .mgz-grid-col-lg-5 > div,
  .mgz-grid-col-lg-4 > div,
  .mgz-grid-col-lg-3 > div,
  .mgz-grid-col-lg-2 > div,
  .mgz-grid-col-lg-1 > div {
    float: left;
  }
  .mgz-grid-col-lg-12 > div {
    width: 8.33333333%;
  }
  .mgz-grid-col-lg-6 > div {
    width: 16.66666667%;
  }
  .mgz-grid-col-lg-5 > div {
    width: 20%;
  }
  .mgz-grid-col-lg-4 > div {
    width: 25%;
  }
  .mgz-grid-col-lg-3 > div {
    width: 33.33333333%;
  }
  .mgz-grid-col-lg-2 > div {
    width: 50%;
  }
  .mgz-grid-col-lg-1 > div {
    width: 100%;
  }
  .mgz-hidden-lg {
    display: none !important;
  }
  .lg_left {
    text-align: left;
  }
  .lg_center {
    text-align: center;
  }
  .lg_right {
    text-align: right;
  }
  .lg_f-right {
    float: right;
  }
  .lg_f-left {
    float: left;
  }
  .lg_f-none {
    float: none;
  }
}
@media (min-width: 1200px) {
  .mgz-grid-col-xl-12 > div:nth-child(12n+1),
  .mgz-grid-col-xl-6 > div:nth-child(6n+1),
  .mgz-grid-col-xl-5 > div:nth-child(5n+1),
  .mgz-grid-col-xl-4 > div:nth-child(4n+1),
  .mgz-grid-col-xl-3 > div:nth-child(3n+1),
  .mgz-grid-col-xl-2 > div:nth-child(2n+1),
  .mgz-grid-col-xl-1 > div:nth-child(1n+1) {
    clear: left;
  }
  .mgz-grid-col-xl-12 > div,
  .mgz-grid-col-xl-6 > div,
  .mgz-grid-col-xl-5 > div,
  .mgz-grid-col-xl-4 > div,
  .mgz-grid-col-xl-3 > div,
  .mgz-grid-col-xl-2 > div,
  .mgz-grid-col-xl-1 > div {
    float: left;
  }
  .mgz-grid-col-xl-12 > div {
    width: 8.33333333%;
  }
  .mgz-grid-col-xl-6 > div {
    width: 16.66666667%;
  }
  .mgz-grid-col-xl-5 > div {
    width: 20%;
  }
  .mgz-grid-col-xl-4 > div {
    width: 25%;
  }
  .mgz-grid-col-xl-3 > div {
    width: 33.33333333%;
  }
  .mgz-grid-col-xl-2 > div {
    width: 50%;
  }
  .mgz-grid-col-xl-1 > div {
    width: 100%;
  }
  .mgz-hidden-xl {
    display: none !important;
  }
  .xl_left {
    text-align: left;
  }
  .xl_center {
    text-align: center;
  }
  .xl_right {
    text-align: right;
  }
  .xl_f-right {
    float: right;
  }
  .xl_f-left {
    float: left;
  }
  .xl_f-none {
    float: none;
  }
}
.mgz-pull-right {
  float: right !important;
}
.mgz-pull-left {
  float: left !important;
}@font-face{font-family:mgz_openiconic;src:url(../../frontend/bluesky/bluesky_kalles_default/en_US/Magezon_Builder/fonts/mgz_openiconic.eot?54101537);src:url(../../frontend/bluesky/bluesky_kalles_default/en_US/Magezon_Builder/fonts/mgz_openiconic.eot?54101537#iefix) format('embedded-opentype'),url(../../frontend/bluesky/bluesky_kalles_default/en_US/Magezon_Builder/fonts/mgz_openiconic.woff?54101537) format('woff'),url(../../frontend/bluesky/bluesky_kalles_default/en_US/Magezon_Builder/fonts/mgz_openiconic.ttf?54101537) format('truetype'),url(../../frontend/bluesky/bluesky_kalles_default/en_US/Magezon_Builder/fonts/mgz_openiconic.svg?54101537#mgz_openiconic) format('svg');font-weight:400;font-style:normal}[class*=" mgz-oi-"]:before,[class^=mgz-oi-]:before{font-family:mgz_openiconic;font-style:normal;font-weight:400;speak:none;display:inline-block;text-decoration:inherit;width:1em;margin-right:0;text-align:center;font-variant:normal;text-transform:none;line-height:inherit;margin-left:0}.mgz-oi-dial:before{content:'\e800'}.mgz-oi-pilcrow:before{content:'\e801'}.mgz-oi-at:before{content:'\e802'}.mgz-oi-hash:before{content:'\e803'}.mgz-oi-key-inv:before{content:'\e804'}.mgz-oi-key:before{content:'\e805'}.mgz-oi-chart-pie-alt:before{content:'\e806'}.mgz-oi-chart-pie:before{content:'\e807'}.mgz-oi-chart-bar:before{content:'\e808'}.mgz-oi-umbrella:before{content:'\e809'}.mgz-oi-moon-inv:before{content:'\e80a'}.mgz-oi-mobile:before{content:'\e80b'}.mgz-oi-cd:before{content:'\e80c'}.mgz-oi-split:before{content:'\e80d'}.mgz-oi-exchange:before{content:'\e80e'}.mgz-oi-block:before{content:'\e80f'}.mgz-oi-resize-full:before{content:'\e810'}.mgz-oi-article-alt:before{content:'\e811'}.mgz-oi-article:before{content:'\e812'}.mgz-oi-pencil-alt:before{content:'\e813'}.mgz-oi-undo:before{content:'\e814'}.mgz-oi-attach:before{content:'\e815'}.mgz-oi-link:before{content:'\e816'}.mgz-oi-search:before{content:'\e817'}.mgz-oi-mail:before{content:'\e818'}.mgz-oi-heart:before{content:'\e819'}.mgz-oi-comment:before{content:'\e81a'}.mgz-oi-resize-full-alt:before{content:'\e81b'}.mgz-oi-lock:before{content:'\e81c'}.mgz-oi-book-open:before{content:'\e81d'}.mgz-oi-arrow-curved:before{content:'\e81e'}.mgz-oi-equalizer:before{content:'\e81f'}.mgz-oi-heart-empty:before{content:'\e820'}.mgz-oi-lock-empty:before{content:'\e821'}.mgz-oi-comment-inv:before{content:'\e822'}.mgz-oi-folder:before{content:'\e823'}.mgz-oi-resize-small:before{content:'\e824'}.mgz-oi-play:before{content:'\e825'}.mgz-oi-cursor:before{content:'\e826'}.mgz-oi-aperture:before{content:'\e827'}.mgz-oi-play-circle2:before{content:'\e828'}.mgz-oi-resize-small-alt:before{content:'\e829'}.mgz-oi-folder-empty:before{content:'\e82a'}.mgz-oi-comment-alt:before{content:'\e82b'}.mgz-oi-lock-open:before{content:'\e82c'}.mgz-oi-star:before{content:'\e82d'}.mgz-oi-user:before{content:'\e82e'}.mgz-oi-lock-open-empty:before{content:'\e82f'}.mgz-oi-box:before{content:'\e830'}.mgz-oi-resize-vertical:before{content:'\e831'}.mgz-oi-stop:before{content:'\e832'}.mgz-oi-aperture-alt:before{content:'\e833'}.mgz-oi-book:before{content:'\e834'}.mgz-oi-steering-wheel:before{content:'\e835'}.mgz-oi-pause:before{content:'\e836'}.mgz-oi-to-start:before{content:'\e837'}.mgz-oi-move:before{content:'\e838'}.mgz-oi-resize-horizontal:before{content:'\e839'}.mgz-oi-rss-alt:before{content:'\e83a'}.mgz-oi-comment-alt2:before{content:'\e83b'}.mgz-oi-rss:before{content:'\e83c'}.mgz-oi-comment-inv-alt:before{content:'\e83d'}.mgz-oi-comment-inv-alt2:before{content:'\e83e'}.mgz-oi-eye:before{content:'\e83f'}.mgz-oi-pin:before{content:'\e840'}.mgz-oi-video:before{content:'\e841'}.mgz-oi-picture:before{content:'\e842'}.mgz-oi-camera:before{content:'\e843'}.mgz-oi-tag:before{content:'\e844'}.mgz-oi-chat:before{content:'\e845'}.mgz-oi-cog:before{content:'\e846'}.mgz-oi-popup:before{content:'\e847'}.mgz-oi-to-end:before{content:'\e848'}.mgz-oi-book-alt:before{content:'\e849'}.mgz-oi-brush:before{content:'\e84a'}.mgz-oi-eject:before{content:'\e84b'}.mgz-oi-down:before{content:'\e84c'}.mgz-oi-wrench:before{content:'\e84d'}.mgz-oi-chat-inv:before{content:'\e84e'}.mgz-oi-tag-empty:before{content:'\e84f'}.mgz-oi-ok:before{content:'\e850'}.mgz-oi-ok-circle:before{content:'\e851'}.mgz-oi-download:before{content:'\e852'}.mgz-oi-location:before{content:'\e853'}.mgz-oi-share:before{content:'\e854'}.mgz-oi-left:before{content:'\e855'}.mgz-oi-target:before{content:'\e856'}.mgz-oi-brush-alt:before{content:'\e857'}.mgz-oi-cancel:before{content:'\e858'}.mgz-oi-upload:before{content:'\e859'}.mgz-oi-location-inv:before{content:'\e85a'}.mgz-oi-calendar:before{content:'\e85b'}.mgz-oi-right:before{content:'\e85c'}.mgz-oi-signal:before{content:'\e85d'}.mgz-oi-eyedropper:before{content:'\e85e'}.mgz-oi-layers:before{content:'\e85f'}.mgz-oi-award:before{content:'\e860'}.mgz-oi-up:before{content:'\e861'}.mgz-oi-calendar-inv:before{content:'\e862'}.mgz-oi-location-alt:before{content:'\e863'}.mgz-oi-download-cloud:before{content:'\e864'}.mgz-oi-cancel-circle:before{content:'\e865'}.mgz-oi-plus:before{content:'\e866'}.mgz-oi-upload-cloud:before{content:'\e867'}.mgz-oi-compass:before{content:'\e868'}.mgz-oi-calendar-alt:before{content:'\e869'}.mgz-oi-down-circle:before{content:'\e86a'}.mgz-oi-award-empty:before{content:'\e86b'}.mgz-oi-layers-alt:before{content:'\e86c'}.mgz-oi-sun:before{content:'\e86d'}.mgz-oi-list:before{content:'\e86e'}.mgz-oi-left-circle:before{content:'\e86f'}.mgz-oi-mic:before{content:'\e870'}.mgz-oi-trash:before{content:'\e871'}.mgz-oi-quote-left:before{content:'\e872'}.mgz-oi-plus-circle:before{content:'\e873'}.mgz-oi-minus:before{content:'\e874'}.mgz-oi-quote-right:before{content:'\e875'}.mgz-oi-trash-empty:before{content:'\e876'}.mgz-oi-volume-off:before{content:'\e877'}.mgz-oi-right-circle:before{content:'\e878'}.mgz-oi-list-nested:before{content:'\e879'}.mgz-oi-sun-inv:before{content:'\e87a'}.mgz-oi-bat-empty:before{content:'\e87b'}.mgz-oi-up-circle:before{content:'\e87c'}.mgz-oi-volume-up:before{content:'\e87d'}.mgz-oi-doc:before{content:'\e87e'}.mgz-oi-quote-left-alt:before{content:'\e87f'}.mgz-oi-minus-circle:before{content:'\e880'}.mgz-oi-cloud:before{content:'\e881'}.mgz-oi-rain:before{content:'\e882'}.mgz-oi-bat-half:before{content:'\e883'}.mgz-oi-cw:before{content:'\e884'}.mgz-oi-headphones:before{content:'\e885'}.mgz-oi-doc-inv:before{content:'\e886'}.mgz-oi-quote-right-alt:before{content:'\e887'}.mgz-oi-help:before{content:'\e888'}.mgz-oi-info:before{content:'\e889'}.mgz-oi-pencil:before{content:'\e88a'}.mgz-oi-doc-alt:before{content:'\e88b'}.mgz-oi-clock:before{content:'\e88c'}.mgz-oi-loop:before{content:'\e88d'}.mgz-oi-bat-full:before{content:'\e88e'}.mgz-oi-flash:before{content:'\e88f'}.mgz-oi-moon:before{content:'\e890'}.mgz-oi-bat-charge:before{content:'\e891'}.mgz-oi-loop-alt:before{content:'\e892'}.mgz-oi-lamp:before{content:'\e893'}.mgz-oi-doc-inv-alt:before{content:'\e894'}.mgz-oi-pencil-neg:before{content:'\e895'}.mgz-oi-home:before{content:'\e896'}@charset "UTF-8";
.mgz-flex,
.mgz-flex-position-top-left,
.mgz-flex-position-top-center,
.mgz-flex-position-top-right,
.mgz-flex-position-middle-left,
.mgz-flex-position-center-left,
.mgz-flex-position-middle-center,
.mgz-flex-position-center-center,
.mgz-flex-position-middle-right,
.mgz-flex-position-center-right,
.mgz-flex-position-bottom-left,
.mgz-flex-position-bottom-center,
.mgz-flex-position-bottom-right,
.mgz-element-row.mgz-row-wrap-reverse > .mgz-element-inner,
.mgz-element-row.mgz-row-equal-height > .mgz-element-inner,
.mgz-element-row.mgz-row-wrap-reverse > .mgz-element-inner > .inner-content,
.mgz-element-row.mgz-row-equal-height > .mgz-element-inner > .inner-content,
.mgz-element-row.mgz-row-wrap-reverse
    > .mgz-element-inner
    > .inner-content
    > .mgz-element,
.mgz-element-row.mgz-row-equal-height
    > .mgz-element-inner
    > .inner-content
    > .mgz-element,
.mgz-element-row.mgz-row-wrap-reverse
    > .mgz-element-inner
    > .inner-content
    > .mgz-element
    > .mgz-element-inner,
.mgz-element-row.mgz-row-equal-height
    > .mgz-element-inner
    > .inner-content
    > .mgz-element
    > .mgz-element-inner,
.mgz-socialicons li,
.mgz-countdown {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.mgz-invisible {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
a.mgz-btn {
    color: #333;
}
.mgz-btn:not(.primary) {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
button.mgz-btn {
    border: 0;
}
.mgz-btn {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin: 0;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    word-wrap: break-word;
    text-decoration: none;
    position: relative;
    line-height: normal;
    padding: 10px 20px;
    color: #333;
    background-color: #e3e3e3;
    font-size: 1.4rem;
    max-width: 100%;
    height: auto;
}
.mgz-btn:hover {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    color: #5e5e5e;
    background-color: #dcdcdc;
    text-decoration: none;
}
.mgz-btn:focus {
    outline: none;
}
.mgz-btn.mgz-btn-save,
.mgz-btn.mgz-btn-cancel,
.mgz-btn.mgz-btn-replace {
    padding: 15px 20px;
    font-size: 1.6rem;
    font-weight: 500;
    min-width: 140px;
}
.mgz-btn.mgz-btn-save {
    background: #007dbd;
    color: #fff;
}
.mgz-btn.mgz-btn-save:hover {
    background: #0073ae;
}
.mgz-btn.mgz-btn-cancel {
    color: #fff;
    background-color: #afafaf;
}
.mgz-btn.mgz-btn-cancel:hover {
    background-color: #8c8c8c;
}
.mgz-btn.mgz-btn-replace {
    float: left;
    color: #fff;
    background-color: #afafaf;
}
.mgz-btn.mgz-btn-replace:hover {
    background-color: #8c8c8c;
}
.mgz-btn.mgz-btn-delete {
    color: #fff;
    background-color: #e22626;
}
.mgz-btn.mgz-btn-delete:hover {
    background-color: #ca1c1c;
}
.parallax-wrapper {
    position: relative !important;
    overflow: hidden;
    -webkit-mask-image: -webkit-radial-gradient(white, black);
}
.mgz-icon,
.tabs-opener:before {
    font-family: "Magezon-Icons" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.mgz-fa {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}
.mgz-fa-s {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}
.mgz-fa-r {
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
}
.mgz-liststyle {
    margin: 0;
    padding: 0;
    list-style: none;
}
/*!
 * ImageHover.css - http://www.imagehover.io
 * Version 1.0
 * Author: Ciarán Walsh

 * Made available under a MIT License:
 * http://www.opensource.org/licenses/mit-license.php

 */
.mgz-hover {
    position: relative;
    overflow: hidden;
    display: block;
}
.mgz-hover-description {
    position: relative;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    transform: translateZ(0);
}
.mgz-hover-main {
    overflow: hidden;
}
[class^="mgz-hover-"] > img,
[class*=" mgz-hover-"] > img {
    vertical-align: top;
    max-width: 100%;
}
[class^="mgz-hover-"] .mgz-hover-description,
[class*=" mgz-hover-"] .mgz-hover-description {
    background-color: rgba(255, 255, 255, 0.8);
    padding: 30px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
[class^="mgz-hover-"],
[class*=" mgz-hover-"],
[class^="mgz-hover-"]:before,
[class^="mgz-hover-"]:after,
[class*=" mgz-hover-"]:before,
[class*=" mgz-hover-"]:after,
[class^="mgz-hover-"] *,
[class*=" mgz-hover-"] *,
[class^="mgz-hover-"] *:before,
[class^="mgz-hover-"] *:after,
[class*=" mgz-hover-"] *:before,
[class*=" mgz-hover-"] *:after {
    box-sizing: border-box;
    transition: all 0.35s ease;
}
/* mgz-hover-fade-*
----------------------------- */
[class^="mgz-hover-fade"] .mgz-hover-description,
[class*=" mgz-hover-fade"] .mgz-hover-description {
    opacity: 0;
}
[class^="mgz-hover-fade"]:hover > .mgz-hover-main,
[class*=" mgz-hover-fade"]:hover > .mgz-hover-main {
    opacity: 0;
}
[class^="mgz-hover-fade"]:hover .mgz-hover-description,
[class*=" mgz-hover-fade"]:hover .mgz-hover-description {
    opacity: 1;
}
[class^="mgz-hover-fade"]:hover > .mgz-hover-main,
[class^="mgz-hover-fade"]:hover .mgz-hover-description,
[class*=" mgz-hover-fade"]:hover > .mgz-hover-main,
[class*=" mgz-hover-fade"]:hover .mgz-hover-description {
    transform: translate(0, 0);
}
/* mgz-hover-fade
----------------------------- */
/* mgz-hover-fade-in-up
----------------------------- */
.mgz-hover-fade-in-up .mgz-hover-description {
    transform: translate(0, 15%);
}
/* mgz-hover-fade-in-down
----------------------------- */
.mgz-hover-fade-in-down .mgz-hover-description {
    transform: translate(0, -15%);
}
/* mgz-hover-fade-in-left
----------------------------- */
.mgz-hover-fade-in-left .mgz-hover-description {
    transform: translate(-15%, 0);
}
/* mgz-hover-fade-in-right
----------------------------- */
.mgz-hover-fade-in-right .mgz-hover-description {
    transform: translate(15%, 0);
}
/* mgz-hover-push-*
----------------------------- */
[class^="mgz-hover-push-"]:hover .mgz-hover-description,
[class*=" mgz-hover-push-"]:hover .mgz-hover-description {
    transform: translate(0, 0);
}
/* mgz-hover-push-up
----------------------------- */
.mgz-hover-push-up .mgz-hover-description {
    transform: translateY(100%);
}
.mgz-hover-push-up:hover > .mgz-hover-main {
    transform: translateY(-100%);
}
/* mgz-hover-push-down
----------------------------- */
.mgz-hover-push-down .mgz-hover-description {
    transform: translateY(-100%);
}
.mgz-hover-push-down:hover > .mgz-hover-main {
    transform: translateY(100%);
}
/* mgz-hover-push-left
----------------------------- */
.mgz-hover-push-left .mgz-hover-description {
    transform: translateX(100%);
}
.mgz-hover-push-left:hover > .mgz-hover-main {
    transform: translateX(-100%);
}
/* mgz-hover-push--right
----------------------------- */
.mgz-hover-push-right .mgz-hover-description {
    transform: translateX(-100%);
}
.mgz-hover-push-right:hover > .mgz-hover-main {
    transform: translateX(100%);
}
/* mgz-hover-slide-*
----------------------------- */
[class^="mgz-hover-slide-"]:hover .mgz-hover-description,
[class*=" mgz-hover-slide-"]:hover .mgz-hover-description {
    transform: translate(0, 0);
}
/* mgz-hover-slide-up
----------------------------- */
.mgz-hover-slide-up .mgz-hover-description {
    transform: translateY(100%);
}
/* mgz-hover-slide-down
----------------------------- */
.mgz-hover-slide-down .mgz-hover-description {
    transform: translateY(-100%);
}
/* mgz-hover-slide-left
----------------------------- */
.mgz-hover-slide-left .mgz-hover-description {
    transform: translateX(100%);
}
/* mgz-hover-slide-right
----------------------------- */
.mgz-hover-slide-right .mgz-hover-description {
    transform: translateX(-100%);
}
/* mgz-hover-slide-top-left
----------------------------- */
.mgz-hover-slide-top-left .mgz-hover-description {
    transform: translate(-100%, -100%);
}
/* mgz-hover-slide-top-right
----------------------------- */
.mgz-hover-slide-top-right .mgz-hover-description {
    transform: translate(100%, -100%);
}
/* mgz-hover-slide-bottom-left
----------------------------- */
.mgz-hover-slide-bottom-left .mgz-hover-description {
    transform: translate(-100%, 100%);
}
/* mgz-hover-slide-bottom-right
----------------------------- */
.mgz-hover-slide-bottom-right .mgz-hover-description {
    transform: translate(100%, 100%);
}
/* mgz-hover-reveal-*
----------------------------- */
[class^="mgz-hover-reveal-"]:before,
[class*=" mgz-hover-reveal-"]:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    background-color: #007dbd;
}
[class^="mgz-hover-reveal-"] .mgz-hover-description,
[class*=" mgz-hover-reveal-"] .mgz-hover-description {
    opacity: 0;
}
[class^="mgz-hover-reveal-"]:hover:before,
[class*=" mgz-hover-reveal-"]:hover:before {
    transform: translate(0, 0);
}
[class^="mgz-hover-reveal-"]:hover .mgz-hover-description,
[class*=" mgz-hover-reveal-"]:hover .mgz-hover-description {
    opacity: 1;
    transition-delay: 0.21s;
}
/* mgz-hover-reveal-up
----------------------------- */
.mgz-hover-reveal-up:before {
    transform: translateY(100%);
}
/* mgz-hover-reveal-down
----------------------------- */
.mgz-hover-reveal-down:before {
    transform: translateY(-100%);
}
/* mgz-hover-reveal-left
----------------------------- */
.mgz-hover-reveal-left:before {
    transform: translateX(100%);
}
/* mgz-hover-reveal-right
----------------------------- */
.mgz-hover-reveal-right:before {
    transform: translateX(-100%);
}
/* mgz-hover-reveal-top-left
----------------------------- */
.mgz-hover-reveal-top-left:before {
    transform: translate(-100%, -100%);
}
/* mgz-hover-reveal-top-right
----------------------------- */
.mgz-hover-reveal-top-right:before {
    transform: translate(100%, -100%);
}
/* mgz-hover-reveal-bottom-left
----------------------------- */
.mgz-hover-reveal-bottom-left:before {
    transform: translate(-100%, 100%);
}
/* mgz-hover-reveal-bottom-right
----------------------------- */
.mgz-hover-reveal-bottom-right:before {
    transform: translate(100%, 100%);
}
/* mgz-hover-hinge-*
----------------------------- */
[class^="mgz-hover-hinge-"],
[class*=" mgz-hover-hinge-"] {
    perspective: 50em;
}
[class^="mgz-hover-hinge-"] .mgz-hover-description,
[class*=" mgz-hover-hinge-"] .mgz-hover-description {
    opacity: 0;
    z-index: 1;
}
[class^="mgz-hover-hinge-"]:hover img,
[class*=" mgz-hover-hinge-"]:hover img {
    opacity: 0;
}
[class^="mgz-hover-hinge-"]:hover .mgz-hover-description,
[class*=" mgz-hover-hinge-"]:hover .mgz-hover-description {
    opacity: 1;
    transition-delay: 0.21s;
}
/* mgz-hover-hinge-up
----------------------------- */
.mgz-hover-hinge-up img {
    transform-origin: 50% 0%;
}
.mgz-hover-hinge-up .mgz-hover-description {
    transform: rotateX(90deg);
    transform-origin: 50% 100%;
}
.mgz-hover-hinge-up:hover > .mgz-hover-main {
    transform: rotateX(-90deg);
}
.mgz-hover-hinge-up:hover .mgz-hover-description {
    transform: rotateX(0);
}
/* mgz-hover-hinge-down
----------------------------- */
.mgz-hover-hinge-down img {
    transform-origin: 50% 100%;
}
.mgz-hover-hinge-down .mgz-hover-description {
    transform: rotateX(-90deg);
    transform-origin: 50% -50%;
}
.mgz-hover-hinge-down:hover > .mgz-hover-main {
    transform: rotateX(90deg);
    opacity: 0;
}
.mgz-hover-hinge-down:hover .mgz-hover-description {
    transform: rotateX(0);
}
/* mgz-hover-hinge-left
----------------------------- */
.mgz-hover-hinge-left img {
    transform-origin: 0% 50%;
}
.mgz-hover-hinge-left .mgz-hover-description {
    transform: rotateY(-90deg);
    transform-origin: 100% 50%;
}
.mgz-hover-hinge-left:hover > .mgz-hover-main {
    transform: rotateY(90deg);
}
.mgz-hover-hinge-left:hover .mgz-hover-description {
    transform: rotateY(0);
}
/* mgz-hover-hinge-right
----------------------------- */
.mgz-hover-hinge-right img {
    transform-origin: 100% 50%;
}
.mgz-hover-hinge-right .mgz-hover-description {
    transform: rotateY(90deg);
    transform-origin: 0 50%;
}
.mgz-hover-hinge-right:hover > .mgz-hover-main {
    transform: rotateY(-90deg);
}
.mgz-hover-hinge-right:hover .mgz-hover-description {
    transform: rotateY(0);
}
/* mgz-hover-flip-*
----------------------------- */
[class^="mgz-hover-flip-"],
[class*=" mgz-hover-flip-"] {
    perspective: 50em;
}
[class^="mgz-hover-flip-"] img,
[class*=" mgz-hover-flip-"] img {
    backface-visibility: hidden;
}
[class^="mgz-hover-flip-"] .mgz-hover-description,
[class*=" mgz-hover-flip-"] .mgz-hover-description {
    opacity: 0;
}
[class^="mgz-hover-flip-"]:hover > .mgz-hover-main,
[class*=" mgz-hover-flip-"]:hover > .mgz-hover-main {
    opacity: 0;
}
[class^="mgz-hover-flip-"]:hover .mgz-hover-description,
[class*=" mgz-hover-flip-"]:hover .mgz-hover-description {
    opacity: 1;
    transition-delay: 0.14s;
}
/* mgz-hover-flip-horiz
----------------------------- */
.mgz-hover-flip-horiz .mgz-hover-description {
    transform: rotateX(90deg);
    transform-origin: 0% 50%;
}
.mgz-hover-flip-horiz:hover img {
    transform: rotateX(-180deg);
}
.mgz-hover-flip-horiz:hover .mgz-hover-description {
    transform: rotateX(0deg);
}
/* mgz-hover-flip-vert
----------------------------- */
.mgz-hover-flip-vert .mgz-hover-description {
    transform: rotateY(90deg);
    transform-origin: 50% 0%;
}
.mgz-hover-flip-vert:hover > .mgz-hover-main {
    transform: rotateY(-180deg);
}
.mgz-hover-flip-vert:hover .mgz-hover-description {
    transform: rotateY(0deg);
}
/* mgz-hover-flip-diag-1
----------------------------- */
.mgz-hover-flip-diag-1 .mgz-hover-description {
    transform: rotate3d(1, -1, 0, 100deg);
}
.mgz-hover-flip-diag-1:hover > .mgz-hover-main {
    transform: rotate3d(-1, 1, 0, 100deg);
}
.mgz-hover-flip-diag-1:hover .mgz-hover-description {
    transform: rotate3d(0, 0, 0, 0deg);
}
/* mgz-hover-flip-diag-2
----------------------------- */
.mgz-hover-flip-diag-2 .mgz-hover-description {
    transform: rotate3d(1, 1, 0, 100deg);
}
.mgz-hover-flip-diag-2:hover > .mgz-hover-main {
    transform: rotate3d(-1, -1, 0, 100deg);
}
.mgz-hover-flip-diag-2:hover .mgz-hover-description {
    transform: rotate3d(0, 0, 0, 0deg);
}
/* mgz-hover-shutter-out-*
----------------------------- */
[class^="mgz-hover-shutter-out-"]:before,
[class*=" mgz-hover-shutter-out-"]:before {
    background: #007dbd;
    position: absolute;
    content: "";
    transition-delay: 0.105s;
}
[class^="mgz-hover-shutter-out-"] .mgz-hover-description,
[class*=" mgz-hover-shutter-out-"] .mgz-hover-description {
    opacity: 0;
    transition-delay: 0s;
}
[class^="mgz-hover-shutter-out-"]:hover:before,
[class*=" mgz-hover-shutter-out-"]:hover:before {
    transition-delay: 0s;
}
[class^="mgz-hover-shutter-out-"]:hover .mgz-hover-description,
[class*=" mgz-hover-shutter-out-"]:hover .mgz-hover-description {
    opacity: 1;
    transition-delay: 0.105s;
}
/* mgz-hover-shutter-out-horiz
----------------------------- */
.mgz-hover-shutter-out-horiz:before {
    left: 50%;
    right: 50%;
    top: 0;
    bottom: 0;
}
.mgz-hover-shutter-out-horiz:hover:before {
    left: 0;
    right: 0;
}
/* mgz-hover-shutter-out-vert
----------------------------- */
.mgz-hover-shutter-out-vert:before {
    top: 50%;
    bottom: 50%;
    left: 0;
    right: 0;
}
.mgz-hover-shutter-out-vert:hover:before {
    top: 0;
    bottom: 0;
}
/* mgz-hover-shutter-out-diag-1
----------------------------- */
.mgz-hover-shutter-out-diag-1:before {
    top: 50%;
    bottom: 50%;
    left: -35%;
    right: -35%;
    transform: rotate(45deg);
}
.mgz-hover-shutter-out-diag-1:hover:before {
    top: -35%;
    bottom: -35%;
}
/* mgz-hover-shutter-out-diag-2
----------------------------- */
.mgz-hover-shutter-out-diag-2:before {
    top: 50%;
    bottom: 50%;
    left: -35%;
    right: -35%;
    transform: rotate(-45deg);
}
.mgz-hover-shutter-out-diag-2:hover:before {
    top: -35%;
    bottom: -35%;
}
/* mgz-hover-shutter-in-*
----------------------------- */
[class^="mgz-hover-shutter-in-"]:after,
[class^="mgz-hover-shutter-in-"]:before,
[class*=" mgz-hover-shutter-in-"]:after,
[class*=" mgz-hover-shutter-in-"]:before {
    background: #007dbd;
    position: absolute;
    content: "";
}
[class^="mgz-hover-shutter-in-"]:after,
[class*=" mgz-hover-shutter-in-"]:after {
    top: 0;
    left: 0;
}
[class^="mgz-hover-shutter-in-"]:before,
[class*=" mgz-hover-shutter-in-"]:before {
    right: 0;
    bottom: 0;
}
[class^="mgz-hover-shutter-in-"] .mgz-hover-description,
[class*=" mgz-hover-shutter-in-"] .mgz-hover-description {
    opacity: 0;
    z-index: 1;
}
[class^="mgz-hover-shutter-in-"]:hover .mgz-hover-description,
[class*=" mgz-hover-shutter-in-"]:hover .mgz-hover-description {
    opacity: 1;
    transition-delay: 0.21s;
}
/* mgz-hover-shutter-in-horiz
----------------------------- */
.mgz-hover-shutter-in-horiz:after,
.mgz-hover-shutter-in-horiz:before {
    width: 0;
    height: 100%;
}
.mgz-hover-shutter-in-horiz:hover:after,
.mgz-hover-shutter-in-horiz:hover:before {
    width: 50%;
}
/* mgz-hover-shutter-in-vert
----------------------------- */
.mgz-hover-shutter-in-vert:after,
.mgz-hover-shutter-in-vert:before {
    height: 0;
    width: 100%;
}
.mgz-hover-shutter-in-vert:hover:after,
.mgz-hover-shutter-in-vert:hover:before {
    height: 50%;
}
/* mgz-hover-shutter-in-out-horiz
----------------------------- */
.mgz-hover-shutter-in-out-horiz:after,
.mgz-hover-shutter-in-out-horiz:before {
    width: 0;
    height: 100%;
    opacity: 0.75;
}
.mgz-hover-shutter-in-out-horiz:hover:after,
.mgz-hover-shutter-in-out-horiz:hover:before {
    width: 100%;
}
/* mgz-hover-shutter-in-out-vert
----------------------------- */
.mgz-hover-shutter-in-out-vert:after,
.mgz-hover-shutter-in-out-vert:before {
    height: 0;
    width: 100%;
    opacity: 0.75;
}
.mgz-hover-shutter-in-out-vert:hover:after,
.mgz-hover-shutter-in-out-vert:hover:before {
    height: 100%;
}
/* mgz-hover-shutter-in-out-diag-1
----------------------------- */
.mgz-hover-shutter-in-out-diag-1:after,
.mgz-hover-shutter-in-out-diag-1:before {
    width: 200%;
    height: 200%;
    transition: all 0.6s ease;
    opacity: 0.75;
}
.mgz-hover-shutter-in-out-diag-1:after {
    transform: skew(-45deg) translateX(-150%);
}
.mgz-hover-shutter-in-out-diag-1:before {
    transform: skew(-45deg) translateX(150%);
}
.mgz-hover-shutter-in-out-diag-1:hover:after {
    transform: skew(-45deg) translateX(-50%);
}
.mgz-hover-shutter-in-out-diag-1:hover:before {
    transform: skew(-45deg) translateX(50%);
}
/* mgz-hover-shutter-in-out-diag-2
----------------------------- */
.mgz-hover-shutter-in-out-diag-2:after,
.mgz-hover-shutter-in-out-diag-2:before {
    width: 200%;
    height: 200%;
    transition: all 0.6s ease;
    opacity: 0.75;
}
.mgz-hover-shutter-in-out-diag-2:after {
    transform: skew(45deg) translateX(-100%);
}
.mgz-hover-shutter-in-out-diag-2:before {
    transform: skew(45deg) translateX(100%);
}
.mgz-hover-shutter-in-out-diag-2:hover:after {
    transform: skew(45deg) translateX(0%);
}
.mgz-hover-shutter-in-out-diag-2:hover:before {
    transform: skew(45deg) translateX(0%);
}
/* mgz-hover-fold*
----------------------------- */
[class^="mgz-hover-fold"],
[class*=" mgz-hover-fold"] {
    perspective: 50em;
}
[class^="mgz-hover-fold"] img,
[class*=" mgz-hover-fold"] img {
    transform-origin: 50% 0%;
}
[class^="mgz-hover-fold"] .mgz-hover-description,
[class*=" mgz-hover-fold"] .mgz-hover-description {
    z-index: 1;
    opacity: 0;
}
[class^="mgz-hover-fold"]:hover > .mgz-hover-main,
[class*=" mgz-hover-fold"]:hover > .mgz-hover-main {
    opacity: 0;
    transition-delay: 0;
}
[class^="mgz-hover-fold"]:hover .mgz-hover-description,
[class*=" mgz-hover-fold"]:hover .mgz-hover-description {
    transform: rotateX(0) translate3d(0, 0%, 0) scale(1);
    opacity: 1;
    transition-delay: 0.21s;
}
/* mgz-hover-fold-up
----------------------------- */
.mgz-hover-fold-up > img {
    transform-origin: 50% 0%;
}
.mgz-hover-fold-up .mgz-hover-description {
    transform: rotateX(-90deg) translate3d(0%, -50%, 0) scale(0.6);
    transform-origin: 50% 100%;
}
.mgz-hover-fold-up:hover > .mgz-hover-main {
    transform: rotateX(90deg) scale(0.6) translateY(50%);
}
/* mgz-hover-fold-down
----------------------------- */
.mgz-hover-fold-down > img {
    transform-origin: 50% 100%;
}
.mgz-hover-fold-down .mgz-hover-description {
    transform: rotateX(90deg) translate3d(0%, 50%, 0) scale(0.6);
    transform-origin: 50% 0%;
}
.mgz-hover-fold-down:hover > .mgz-hover-main {
    transform: rotateX(-90deg) scale(0.6) translateY(-50%);
}
/* mgz-hover-fold-left
----------------------------- */
.mgz-hover-fold-left > img {
    transform-origin: 0% 50%;
}
.mgz-hover-fold-left .mgz-hover-description {
    transform: rotateY(90deg) translate3d(-50%, 0%, 0) scale(0.6);
    transform-origin: 100% 50%;
}
.mgz-hover-fold-left:hover > .mgz-hover-main {
    transform: rotateY(-90deg) scale(0.6) translateX(50%);
}
/* mgz-hover-fold-right
----------------------------- */
.mgz-hover-fold-right > img {
    transform-origin: 100% 50%;
}
.mgz-hover-fold-right .mgz-hover-description {
    transform: rotateY(-90deg) translate3d(50%, 0%, 0) scale(0.6);
    transform-origin: 0 50%;
}
.mgz-hover-fold-right:hover > .mgz-hover-main {
    transform: rotateY(90deg) scale(0.6) translateX(-50%);
}
/* mgz-hover-zoom-in
----------------------------- */
.mgz-hover-zoom-in .mgz-hover-description {
    opacity: 0;
    transform: scale(0.5);
}
.mgz-hover-zoom-in:hover .mgz-hover-description {
    transform: scale(1);
    opacity: 1;
}
/* mgz-hover-zoom-out*
----------------------------- */
[class^="mgz-hover-zoom-out"] .mgz-hover-description,
[class*=" mgz-hover-zoom-out"] .mgz-hover-description {
    transform: scale(0.5);
    transform-origin: 50% 50%;
    opacity: 0;
}
[class^="mgz-hover-zoom-out"]:hover .mgz-hover-description,
[class^="mgz-hover-zoom-out"].hover .mgz-hover-description,
[class*=" mgz-hover-zoom-out"]:hover .mgz-hover-description,
[class*=" mgz-hover-zoom-out"].hover .mgz-hover-description {
    transform: scale(1);
    opacity: 1;
    transition-delay: 0.35s;
}
/* mgz-hover-zoom-out
----------------------------- */
.mgz-hover-zoom-out:hover > .mgz-hover-main {
    transform: scale(0.5);
    opacity: 0;
}
/* mgz-hover-zoom-out-up
----------------------------- */
.mgz-hover-zoom-out-up:hover > .mgz-hover-main,
.mgz-hover-zoom-out-up.hover > img {
    animation: mgz-hover-zoom-out-up 0.4025s linear;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}
@-webkit-keyframes mgz-hover-zoom-out-up {
    50% {
        transform: scale(0.8) translateY(0%);
        opacity: 0.5;
    }
    100% {
        transform: scale(0.8) translateY(-150%);
        opacity: 0.5;
    }
}
@keyframes mgz-hover-zoom-out-up {
    50% {
        transform: scale(0.8) translateY(0%);
        opacity: 0.5;
    }
    100% {
        transform: scale(0.8) translateY(-150%);
        opacity: 0.5;
    }
}
/* mgz-hover-zoom-out-down
----------------------------- */
.mgz-hover-zoom-out-down:hover > .mgz-hover-main,
.mgz-hover-zoom-out-down.hover > img {
    animation: mgz-hover-zoom-out-down 0.4025s linear;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}
@-webkit-keyframes mgz-hover-zoom-out-down {
    50% {
        transform: scale(0.8) translateY(0%);
        opacity: 0.5;
    }
    100% {
        transform: scale(0.8) translateY(150%);
        opacity: 0.5;
    }
}
@keyframes mgz-hover-zoom-out-down {
    50% {
        transform: scale(0.8) translateY(0%);
        opacity: 0.5;
    }
    100% {
        transform: scale(0.8) translateY(150%);
        opacity: 0.5;
    }
}
/* mgz-hover-zoom-out-left
----------------------------- */
.mgz-hover-zoom-out-left:hover > .mgz-hover-main,
.mgz-hover-zoom-out-left.hover > img {
    animation: mgz-hover-zoom-out-left 0.4025s linear;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}
@-webkit-keyframes mgz-hover-zoom-out-left {
    50% {
        transform: scale(0.8) translateX(0%);
        opacity: 0.5;
    }
    100% {
        transform: scale(0.8) translateX(-150%);
        opacity: 0.5;
    }
}
@keyframes mgz-hover-zoom-out-left {
    50% {
        transform: scale(0.8) translateX(0%);
        opacity: 0.5;
    }
    100% {
        transform: scale(0.8) translateX(-150%);
        opacity: 0.5;
    }
}
/* mgz-hover-zoom-out-right
----------------------------- */
.mgz-hover-zoom-out-right:hover > .mgz-hover-main,
.mgz-hover-zoom-out-right.hover > img {
    animation: mgz-hover-zoom-out-right 0.4025s linear;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}
@-webkit-keyframes mgz-hover-zoom-out-right {
    50% {
        transform: scale(0.8) translateX(0%);
        opacity: 0.5;
    }
    100% {
        transform: scale(0.8) translateX(150%);
        opacity: 0.5;
    }
}
@keyframes mgz-hover-zoom-out-right {
    50% {
        transform: scale(0.8) translateX(0%);
        opacity: 0.5;
    }
    100% {
        transform: scale(0.8) translateX(150%);
        opacity: 0.5;
    }
}
/* mgz-hover-zoom-out-flip-horiz
----------------------------- */
.mgz-hover-zoom-out-flip-horiz {
    perspective: 50em;
}
.mgz-hover-zoom-out-flip-horiz .mgz-hover-description {
    opacity: 0;
    transform: rotateX(90deg) translateY(-100%) scale(0.5);
}
.mgz-hover-zoom-out-flip-horiz:hover > .mgz-hover-main,
.mgz-hover-zoom-out-flip-horiz.hover > img {
    transform: rotateX(-100deg) translateY(50%) scale(0.5);
    opacity: 0;
    transition-delay: 0;
}
.mgz-hover-zoom-out-flip-horiz:hover .mgz-hover-description,
.mgz-hover-zoom-out-flip-horiz.hover .mgz-hover-description {
    transform: rotateX(0) translateY(0%) scale(1);
    opacity: 1;
    transition-delay: 0.35s;
}
/* mgz-hover-zoom-out-flip-vert
----------------------------- */
.mgz-hover-zoom-out-flip-vert {
    perspective: 50em;
}
.mgz-hover-zoom-out-flip-vert .mgz-hover-description {
    opacity: 0;
    transform: rotateY(90deg) translate(50%, 0) scale(0.5);
}
.mgz-hover-zoom-out-flip-vert:hover > .mgz-hover-main,
.mgz-hover-zoom-out-flip-vert.hover > img {
    transform: rotateY(-100deg) translateX(50%) scale(0.5);
    opacity: 0;
    transition-delay: 0;
}
.mgz-hover-zoom-out-flip-vert:hover .mgz-hover-description,
.mgz-hover-zoom-out-flip-vert.hover .mgz-hover-description {
    transform: rotateY(0) translate(0, 0) scale(1);
    opacity: 1;
    transition-delay: 0.35s;
}
/* mgz-hover-blur
----------------------------- */
.mgz-hover-blur .mgz-hover-description {
    opacity: 0;
}
.mgz-hover-blur:hover > .mgz-hover-main {
    filter: blur(30px);
    transform: scale(1.2);
    opacity: 0;
}
.mgz-hover-blur:hover .mgz-hover-description {
    opacity: 1;
    transition-delay: 0.21s;
}
/* mgz-hover-zoom-in
----------------------------- */
.mgz-hover-zoom-in .mgz-hover-description {
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
}
.mgz-hover-zoom-in:hover .mgz-hover-description {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}
/* mgz-hover-zoom-out*
----------------------------- */
[class^="mgz-hover-zoom-out"] .mgz-hover-description,
[class*=" mgz-hover-zoom-out"] .mgz-hover-description {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    opacity: 0;
}
[class^="mgz-hover-zoom-out"]:hover .mgz-hover-description,
[class^="mgz-hover-zoom-out"].hover .mgz-hover-description,
[class*=" mgz-hover-zoom-out"]:hover .mgz-hover-description,
[class*=" mgz-hover-zoom-out"].hover .mgz-hover-description {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    transition-delay: 0.35s;
}
/* mgz-hover-zoom-out
----------------------------- */
.mgz-hover-zoom-out:hover > .mgz-hover-main {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0;
}
/* mgz-hover-zoom-out-up
----------------------------- */
.mgz-hover-zoom-out-up:hover > .mgz-hover-main,
.mgz-hover-zoom-out-up.hover > img {
    -webkit-animation: mgz-hover-zoom-out-up 0.4025s linear;
    animation: mgz-hover-zoom-out-up 0.4025s linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
@-webkit-keyframes mgz-hover-zoom-out-up {
    50% {
        -webkit-transform: scale(0.8) translateY(0%);
        transform: scale(0.8) translateY(0%);
        opacity: 0.5;
    }
    100% {
        -webkit-transform: scale(0.8) translateY(-150%);
        transform: scale(0.8) translateY(-150%);
        opacity: 0.5;
    }
}
@keyframes mgz-hover-zoom-out-up {
    50% {
        -webkit-transform: scale(0.8) translateY(0%);
        transform: scale(0.8) translateY(0%);
        opacity: 0.5;
    }
    100% {
        -webkit-transform: scale(0.8) translateY(-150%);
        transform: scale(0.8) translateY(-150%);
        opacity: 0.5;
    }
}
/* mgz-hover-zoom-out-down
----------------------------- */
.mgz-hover-zoom-out-down:hover > .mgz-hover-main,
.mgz-hover-zoom-out-down.hover > img {
    -webkit-animation: mgz-hover-zoom-out-down 0.4025s linear;
    animation: mgz-hover-zoom-out-down 0.4025s linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
@-webkit-keyframes mgz-hover-zoom-out-down {
    50% {
        -webkit-transform: scale(0.8) translateY(0%);
        transform: scale(0.8) translateY(0%);
        opacity: 0.5;
    }
    100% {
        -webkit-transform: scale(0.8) translateY(150%);
        transform: scale(0.8) translateY(150%);
        opacity: 0.5;
    }
}
@keyframes mgz-hover-zoom-out-down {
    50% {
        -webkit-transform: scale(0.8) translateY(0%);
        transform: scale(0.8) translateY(0%);
        opacity: 0.5;
    }
    100% {
        -webkit-transform: scale(0.8) translateY(150%);
        transform: scale(0.8) translateY(150%);
        opacity: 0.5;
    }
}
/* mgz-hover-zoom-out-left
----------------------------- */
.mgz-hover-zoom-out-left:hover > .mgz-hover-main,
.mgz-hover-zoom-out-left.hover > img {
    -webkit-animation: mgz-hover-zoom-out-left 0.4025s linear;
    animation: mgz-hover-zoom-out-left 0.4025s linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
@-webkit-keyframes mgz-hover-zoom-out-left {
    50% {
        -webkit-transform: scale(0.8) translateX(0%);
        transform: scale(0.8) translateX(0%);
        opacity: 0.5;
    }
    100% {
        -webkit-transform: scale(0.8) translateX(-150%);
        transform: scale(0.8) translateX(-150%);
        opacity: 0.5;
    }
}
@keyframes mgz-hover-zoom-out-left {
    50% {
        -webkit-transform: scale(0.8) translateX(0%);
        transform: scale(0.8) translateX(0%);
        opacity: 0.5;
    }
    100% {
        -webkit-transform: scale(0.8) translateX(-150%);
        transform: scale(0.8) translateX(-150%);
        opacity: 0.5;
    }
}
/* mgz-hover-zoom-out-right
----------------------------- */
.mgz-hover-zoom-out-right:hover > .mgz-hover-main,
.mgz-hover-zoom-out-right.hover > img {
    -webkit-animation: mgz-hover-zoom-out-right 0.4025s linear;
    animation: mgz-hover-zoom-out-right 0.4025s linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
@-webkit-keyframes mgz-hover-zoom-out-right {
    50% {
        -webkit-transform: scale(0.8) translateX(0%);
        transform: scale(0.8) translateX(0%);
        opacity: 0.5;
    }
    100% {
        -webkit-transform: scale(0.8) translateX(150%);
        transform: scale(0.8) translateX(150%);
        opacity: 0.5;
    }
}
@keyframes mgz-hover-zoom-out-right {
    50% {
        -webkit-transform: scale(0.8) translateX(0%);
        transform: scale(0.8) translateX(0%);
        opacity: 0.5;
    }
    100% {
        -webkit-transform: scale(0.8) translateX(150%);
        transform: scale(0.8) translateX(150%);
        opacity: 0.5;
    }
}
/* mgz-hover-zoom-out-flip-horiz
----------------------------- */
.mgz-hover-zoom-out-flip-horiz {
    -webkit-perspective: 50em;
    perspective: 50em;
}
.mgz-hover-zoom-out-flip-horiz .mgz-hover-description {
    opacity: 0;
    -webkit-transform: rotateX(90deg) translateY(-100%) scale(0.5);
    transform: rotateX(90deg) translateY(-100%) scale(0.5);
}
.mgz-hover-zoom-out-flip-horiz:hover > .mgz-hover-main,
.mgz-hover-zoom-out-flip-horiz.hover > img {
    -webkit-transform: rotateX(-100deg) translateY(50%) scale(0.5);
    transform: rotateX(-100deg) translateY(50%) scale(0.5);
    opacity: 0;
    transition-delay: 0;
}
.mgz-hover-zoom-out-flip-horiz:hover .mgz-hover-description,
.mgz-hover-zoom-out-flip-horiz.hover .mgz-hover-description {
    -webkit-transform: rotateX(0) translateY(0%) scale(1);
    transform: rotateX(0) translateY(0%) scale(1);
    opacity: 1;
    transition-delay: 0.35s;
}
/* mgz-hover-zoom-out-flip-vert
----------------------------- */
.mgz-hover-zoom-out-flip-vert {
    -webkit-perspective: 50em;
    perspective: 50em;
}
.mgz-hover-zoom-out-flip-vert .mgz-hover-description {
    opacity: 0;
    -webkit-transform: rotateY(90deg) translate(50%, 0) scale(0.5);
    transform: rotateY(90deg) translate(50%, 0) scale(0.5);
}
.mgz-hover-zoom-out-flip-vert:hover > .mgz-hover-main,
.mgz-hover-zoom-out-flip-vert.hover > img {
    -webkit-transform: rotateY(-100deg) translateX(50%) scale(0.5);
    transform: rotateY(-100deg) translateX(50%) scale(0.5);
    opacity: 0;
    transition-delay: 0;
}
.mgz-hover-zoom-out-flip-vert:hover .mgz-hover-description,
.mgz-hover-zoom-out-flip-vert.hover .mgz-hover-description {
    -webkit-transform: rotateY(0) translate(0, 0) scale(1);
    transform: rotateY(0) translate(0, 0) scale(1);
    opacity: 1;
    transition-delay: 0.35s;
}
/* mgz-hover-blur
----------------------------- */
.mgz-hover-blur .mgz-hover-description {
    opacity: 0;
}
.mgz-hover-blur:hover > .mgz-hover-main {
    -webkit-filter: blur(30px);
    filter: blur(30px);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0;
}
.mgz-hover-blur:hover .mgz-hover-description {
    opacity: 1;
    transition-delay: 0.21s;
}
/* mgz-hover-scale
----------------------------- */
.mgz-hover-zoom .mgz-hover-description {
    opacity: 0;
}
.mgz-hover-zoom:hover > img,
.mgz-hover-zoom:hover > .mgz-hover-main {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.mgz-hover-zoom:hover .mgz-hover-description {
    opacity: 1;
    transition-delay: 0.21s;
}
.mgz-image-hovers.owl-carousel .owl-item {
    overflow: hidden;
}
.mgz-image-hovers.owl-carousel .owl-item .hover-type-zoomin {
    opacity: 1;
    -webkit-transition: all 0.4s !important;
    -moz-transition: all 0.4s !important;
    -ms-transition: all 0.4s !important;
    -o-transition: all 0.4s !important;
}
.mgz-image-hovers.owl-carousel .owl-item .hover-type-zoomout {
    opacity: 1;
    -webkit-transform: scale(1.12);
    -ms-transform: scale(1.12);
    transform: scale(1.12);
    -webkit-transition: opacity 1s, -webkit-transform 1s !important;
    transition: opacity 1s, -webkit-transform 1s !important;
    -o-transition: opacity 1s, transform 1s !important;
    transition: opacity 1s, transform 1s !important;
    transition: opacity 1s, transform 1s, -webkit-transform 1s !important;
}
.mgz-image-hovers.owl-carousel .owl-item .hover-type-liftup {
    -webkit-transform: perspective(1000px) scale(1);
    transform: perspective(1000px) scale(1);
    -webkit-transition: -webkit-transform 0.35s !important;
    transition: -webkit-transform 0.35s !important;
    -o-transition: transform 0.35s !important;
    transition: transform 0.35s !important;
    transition: transform 0.35s, -webkit-transform 0.35s !important;
    position: relative;
    z-index: 1;
}
.mgz-image-hovers.owl-carousel .owl-item:hover .hover-type-zoomin {
    opacity: 0.9;
    -webkit-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1);
}
.mgz-image-hovers.owl-carousel .owl-item:hover .hover-type-zoomout {
    opacity: 0.9;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.mgz-image-hovers.owl-carousel .owl-item:hover .hover-type-liftup {
    -webkit-transform: perspective(1000px) scale(1.03);
    transform: perspective(1000px) scale(1.03);
}
.mgz-image-hovers.owl-carousel .owl-item:hover .hover-type-liftup:before {
    opacity: 1;
}
.mgz-image-hovers .hover-type-zoomin {
    overflow: hidden;
}
.mgz-image-hovers .hover-type-zoomin img {
    opacity: 1;
    -webkit-transition: all 0.4s !important;
    -moz-transition: all 0.4s !important;
    -ms-transition: all 0.4s !important;
    -o-transition: all 0.4s !important;
}
.mgz-image-hovers .hover-type-zoomin:hover img {
    opacity: 0.9;
    -webkit-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1);
}
.mgz-image-hovers .hover-type-zoomout {
    overflow: hidden;
}
.mgz-image-hovers .hover-type-zoomout img {
    opacity: 1;
    -webkit-transform: scale(1.12);
    -ms-transform: scale(1.12);
    transform: scale(1.12);
    -webkit-transition: opacity 1s, -webkit-transform 1s !important;
    transition: opacity 1s, -webkit-transform 1s !important;
    -o-transition: opacity 1s, transform 1s !important;
    transition: opacity 1s, transform 1s !important;
    transition: opacity 1s, transform 1s, -webkit-transform 1s !important;
}
.mgz-image-hovers .hover-type-zoomout:hover img {
    opacity: 0.9;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.mgz-image-hovers .hover-type-liftup {
    position: relative;
}
.mgz-image-hovers .hover-type-liftup img {
    -webkit-transform: perspective(1000px) scale(1);
    transform: perspective(1000px) scale(1);
    -webkit-transition: -webkit-transform 0.35s !important;
    transition: -webkit-transform 0.35s !important;
    -o-transition: transform 0.35s !important;
    transition: transform 0.35s !important;
    transition: transform 0.35s, -webkit-transform 0.35s !important;
    position: relative;
    z-index: 1;
}
.mgz-image-hovers .hover-type-liftup:before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    content: "";
    -webkit-transition: opacity 0.35s !important;
    -o-transition: opacity 0.35s !important;
    transition: opacity 0.35s !important;
    -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.4);
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.4);
    opacity: 0;
}
.mgz-image-hovers .hover-type-liftup:hover img {
    -webkit-transform: perspective(1000px) scale(1.03);
    transform: perspective(1000px) scale(1.03);
}
.mgz-image-hovers .hover-type-liftup:hover:before {
    opacity: 1;
}
.mgz-hover-image {
    float: right;
}
.mgz-hover.zoom .mgz-hover-image {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
}
.mgz-hover.zoom:hover .mgz-hover-image {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.mgz-hover.border:before {
    border: 2px solid #fff;
    top: -2px;
    bottom: -2px;
    right: -2px;
    left: -2px;
    content: "";
    display: block;
    position: absolute;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
}
.mgz-hover.border:hover:before {
    top: 15px;
    bottom: 15px;
    right: 15px;
    left: 15px;
    z-index: 1;
}
.mgz-hover.flashed:after {
    -webkit-transition: transform 0.6s;
    -moz-transition: transform 0.6s;
    -ms-transition: transform 0.6s;
    -o-transition: transform 0.6s;
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg)
        translate3d(0, -300%, 0);
    -moz-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg)
        translate3d(0, -300%, 0);
    -ms-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg)
        translate3d(0, -300%, 0);
    -o-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg)
        translate3d(0, -300%, 0);
    position: absolute;
    top: 0;
    left: 0;
    width: 1000px;
    height: 200px;
    background: rgba(255, 255, 255, 0.5);
    content: "";
}
.mgz-hover.flashed:hover:after {
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg)
        translate3d(0, 300%, 0);
    -moz-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg)
        translate3d(0, 300%, 0);
    -ms-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg)
        translate3d(0, 300%, 0);
    -o-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg)
        translate3d(0, 300%, 0);
}
.mgz-hover.shadow {
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
}
.mgz-hover.shadow:hover {
    -webkit-box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.2);
}
.mgz-position-top-left {
    position: absolute;
    top: 0;
    left: 0;
}
.mgz-position-top-center {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}
.mgz-position-top-right {
    position: absolute;
    top: 0;
    right: 0;
}
.mgz-position-middle-left,
.mgz-position-center-left {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.mgz-position-middle-center,
.mgz-position-center-center {
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
}
.mgz-position-middle-right,
.mgz-position-center-right {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.mgz-position-bottom-left {
    position: absolute;
    bottom: 0;
    left: 0;
}
.mgz-position-bottom-center {
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}
.mgz-position-bottom-right {
    position: absolute;
    bottom: 0;
    right: 0;
}
.mgz-flex-position-top-left {
    -webkit-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    -webkit-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
}
.mgz-flex-position-top-center {
    -webkit-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
}
.mgz-flex-position-top-right {
    -webkit-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    -webkit-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
}
.mgz-flex-position-middle-left,
.mgz-flex-position-center-left {
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
}
.mgz-flex-position-middle-center,
.mgz-flex-position-center-center {
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
}
.mgz-flex-position-middle-right,
.mgz-flex-position-center-right {
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
}
.mgz-flex-position-bottom-left {
    -webkit-align-items: flex-end;
    -ms-align-items: flex-end;
    align-items: flex-end;
    -webkit-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
}
.mgz-flex-position-bottom-center {
    -webkit-align-items: flex-end;
    -ms-align-items: flex-end;
    align-items: flex-end;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
}
.mgz-flex-position-bottom-right {
    -webkit-align-items: flex-end;
    -ms-align-items: flex-end;
    align-items: flex-end;
    -webkit-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
}
.mgz-bg-transform-wrapper {
    overflow: hidden;
}
.mgz-bg-transform-zoom-in:hover .mgz-bg,
.mgz-bg-transform-zoom-out .mgz-bg {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
.mgz-bg-transform-zoom-out:hover .mgz-bg {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.mgz-bg-transform-move-left .mgz-bg {
    -webkit-transform: scale(1.2) translateX(8%);
    -ms-transform: scale(1.2) translateX(8%);
    transform: scale(1.2) translateX(8%);
}
.mgz-bg-transform-move-left:hover .mgz-bg,
.mgz-bg-transform-move-right .mgz-bg {
    -webkit-transform: scale(1.2) translateX(-8%);
    -ms-transform: scale(1.2) translateX(-8%);
    transform: scale(1.2) translateX(-8%);
}
.mgz-bg-transform-move-right:hover .mgz-bg {
    -webkit-transform: scale(1.2) translateX(8%);
    -ms-transform: scale(1.2) translateX(8%);
    transform: scale(1.2) translateX(8%);
}
.mgz-bg-transform-move-up .mgz-bg {
    -webkit-transform: scale(1.2) translateY(8%);
    -ms-transform: scale(1.2) translateY(8%);
    transform: scale(1.2) translateY(8%);
}
.mgz-bg-transform-move-down .mgz-bg,
.mgz-bg-transform-move-up:hover .mgz-bg {
    -webkit-transform: scale(1.2) translateY(-8%);
    -ms-transform: scale(1.2) translateY(-8%);
    transform: scale(1.2) translateY(-8%);
}
.mgz-bg-transform-move-down:hover .mgz-bg {
    -webkit-transform: scale(1.2) translateY(8%);
    -ms-transform: scale(1.2) translateY(8%);
    transform: scale(1.2) translateY(8%);
}
*[class*="mgz-animated-item--"] {
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    width: 100%;
}
.mgz-animated-content:hover .mgz-animated-item--grow {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.mgz-animated-content:hover .mgz-animated-item--shrink {
    -webkit-transform: scale(0.85);
    -ms-transform: scale(0.85);
    transform: scale(0.85);
}
.mgz-animated-content:hover .mgz-animated-item--enter-zoom-in,
.mgz-animated-content:hover .mgz-animated-item--enter-zoom-out,
.mgz-animated-content:hover .mgz-animated-item--fade-in {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}
.mgz-animated-content:hover .mgz-animated-item--exit-zoom-in,
.mgz-animated-content:hover .mgz-animated-item--exit-zoom-out,
.mgz-animated-content:hover .mgz-animated-item--fade-out {
    opacity: 0;
}
.mgz-animated-content:hover .mgz-animated-item--exit-zoom-out {
    -webkit-transform: scale(0.2);
    -ms-transform: scale(0.2);
    transform: scale(0.2);
}
.mgz-animated-content:hover .mgz-animated-item--exit-zoom-in {
    -webkit-transform: scale(2);
    -ms-transform: scale(2);
    transform: scale(2);
}
.mgz-animated-content:hover .mgz-animated-item--enter-from-bottom,
.mgz-animated-content:hover .mgz-animated-item--enter-from-left,
.mgz-animated-content:hover .mgz-animated-item--enter-from-right,
.mgz-animated-content:hover .mgz-animated-item--enter-from-top {
    opacity: 1;
    -webkit-transform: translateY(0) translateX(0);
    -ms-transform: translateY(0) translateX(0);
    transform: translateY(0) translateX(0);
}
.mgz-animated-content:hover .mgz-animated-item--exit-to-right {
    -webkit-transform: translateX(1000px);
    -ms-transform: translateX(1000px);
    transform: translateX(1000px);
}
.mgz-animated-content:hover .mgz-animated-item--exit-to-left {
    -webkit-transform: translateX(-1000px);
    -ms-transform: translateX(-1000px);
    transform: translateX(-1000px);
}
.mgz-animated-content:hover .mgz-animated-item--exit-to-top {
    -webkit-transform: translateY(-600px);
    -ms-transform: translateY(-600px);
    transform: translateY(-600px);
}
.mgz-animated-content:hover .mgz-animated-item--exit-to-bottom {
    -webkit-transform: translateY(600px);
    -ms-transform: translateY(600px);
    transform: translateY(600px);
}
.mgz-animated-content:hover .mgz-animated-item--exit-to-bottom,
.mgz-animated-content:hover .mgz-animated-item--exit-to-left,
.mgz-animated-content:hover .mgz-animated-item--exit-to-right,
.mgz-animated-content:hover .mgz-animated-item--exit-to-top {
    opacity: 0;
}
.mgz-animated-content:hover .mgz-animated-item--move-right {
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px);
}
.mgz-animated-content:hover .mgz-animated-item--move-left {
    -webkit-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    transform: translateX(-30px);
}
.mgz-animated-content:hover .mgz-animated-item--move-up {
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
}
.mgz-animated-content:hover .mgz-animated-item--move-down {
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
}
.mgz-animated-content [class^="elementor-animated-item"] {
    will-change: transform, opacity;
}
.mgz-animated-content .mgz-animated-item--enter-zoom-in {
    -webkit-transform: scale(0.2);
    -ms-transform: scale(0.2);
    transform: scale(0.2);
}
.mgz-animated-content .mgz-animated-item--enter-zoom-out {
    -webkit-transform: scale(2);
    -ms-transform: scale(2);
    transform: scale(2);
}
.mgz-animated-content .mgz-animated-item--enter-zoom-in,
.mgz-animated-content .mgz-animated-item--enter-zoom-out,
.mgz-animated-content .mgz-animated-item--fade-in {
    opacity: 0;
}
.mgz-animated-content .mgz-animated-item--exit-zoom-in,
.mgz-animated-content .mgz-animated-item--exit-zoom-out,
.mgz-animated-content .mgz-animated-item--fade-out {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.mgz-animated-content .mgz-animated-item--enter-from-right {
    -webkit-transform: translateX(1000px);
    -ms-transform: translateX(1000px);
    transform: translateX(1000px);
}
.mgz-animated-content .mgz-animated-item--enter-from-left {
    -webkit-transform: translateX(-1000px);
    -ms-transform: translateX(-1000px);
    transform: translateX(-1000px);
}
.mgz-animated-content .mgz-animated-item--enter-from-top {
    -webkit-transform: translateY(-600px);
    -ms-transform: translateY(-600px);
    transform: translateY(-600px);
}
.mgz-animated-content .mgz-animated-item--enter-from-bottom {
    -webkit-transform: translateY(500px);
    -ms-transform: translateY(500px);
    transform: translateY(500px);
}
.mgz-animated-content .mgz-animated-item--enter-from-bottom,
.mgz-animated-content .mgz-animated-item--enter-from-left,
.mgz-animated-content .mgz-animated-item--enter-from-right,
.mgz-animated-content .mgz-animated-item--enter-from-top {
    opacity: 0;
}
.mgz-animated-content .mgz-animated-item--exit-to-bottom,
.mgz-animated-content .mgz-animated-item--exit-to-left,
.mgz-animated-content .mgz-animated-item--exit-to-right,
.mgz-animated-content .mgz-animated-item--exit-to-top {
    opacity: 1;
    -webkit-transform: translateY(0) translateX(0);
    -ms-transform: translateY(0) translateX(0);
    transform: translateY(0) translateX(0);
}
.owl-nav .owl-prev,
.owl-nav .owl-next {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.owl-dots {
    text-align: center;
}
.owl-dots .owl-dot {
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}
@-webkit-keyframes backSlideOut {
    25% {
        opacity: 0.5;
        -webkit-transform: translateZ(-500px);
    }
    75% {
        opacity: 0.5;
        -webkit-transform: translateZ(-500px) translateX(-200%);
    }
    100% {
        opacity: 0.5;
        -webkit-transform: translateZ(-500px) translateX(-200%);
    }
}
@-moz-keyframes backSlideOut {
    25% {
        opacity: 0.5;
        -moz-transform: translateZ(-500px);
    }
    75% {
        opacity: 0.5;
        -moz-transform: translateZ(-500px) translateX(-200%);
    }
    100% {
        opacity: 0.5;
        -moz-transform: translateZ(-500px) translateX(-200%);
    }
}
@keyframes backSlideOut {
    25% {
        opacity: 0.5;
        transform: translateZ(-500px);
    }
    75% {
        opacity: 0.5;
        transform: translateZ(-500px) translateX(-200%);
    }
    100% {
        opacity: 0.5;
        transform: translateZ(-500px) translateX(-200%);
    }
}
@-webkit-keyframes backSlideIn {
    0%,
    25% {
        opacity: 0.5;
        -webkit-transform: translateZ(-500px) translateX(200%);
    }
    75% {
        opacity: 0.5;
        -webkit-transform: translateZ(-500px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateZ(0) translateX(0);
    }
}
@-moz-keyframes backSlideIn {
    0%,
    25% {
        opacity: 0.5;
        -moz-transform: translateZ(-500px) translateX(200%);
    }
    75% {
        opacity: 0.5;
        -moz-transform: translateZ(-500px);
    }
    100% {
        opacity: 1;
        -moz-transform: translateZ(0) translateX(0);
    }
}
@keyframes backSlideIn {
    0%,
    25% {
        opacity: 0.5;
        transform: translateZ(-500px) translateX(200%);
    }
    75% {
        opacity: 0.5;
        transform: translateZ(-500px);
    }
    100% {
        opacity: 1;
        transform: translateZ(0) translateX(0);
    }
}
@-webkit-keyframes scaleToFade {
    to {
        opacity: 0;
        -webkit-transform: scale(0.8);
    }
}
@-moz-keyframes scaleToFade {
    to {
        opacity: 0;
        -moz-transform: scale(0.8);
    }
}
@keyframes scaleToFade {
    to {
        opacity: 0;
        transform: scale(0.8);
    }
}
@-webkit-keyframes goDown {
    from {
        -webkit-transform: translateY(-100%);
    }
}
@-moz-keyframes goDown {
    from {
        -moz-transform: translateY(-100%);
    }
}
@keyframes goDown {
    from {
        transform: translateY(-100%);
    }
}
@-webkit-keyframes scaleUpFrom {
    from {
        opacity: 0;
        -webkit-transform: scale(1.5);
    }
}
@-moz-keyframes scaleUpFrom {
    from {
        opacity: 0;
        -moz-transform: scale(1.5);
    }
}
@keyframes scaleUpFrom {
    from {
        opacity: 0;
        transform: scale(1.5);
    }
}
@-webkit-keyframes scaleUpTo {
    to {
        opacity: 0;
        -webkit-transform: scale(1.5);
    }
}
@-moz-keyframes scaleUpTo {
    to {
        opacity: 0;
        -moz-transform: scale(1.5);
    }
}
@keyframes scaleUpTo {
    to {
        opacity: 0;
        transform: scale(1.5);
    }
}
.owl-backSlide-out {
    -webkit-animation: backSlideOut 1s both ease;
    -moz-animation: backSlideOut 1s both ease;
    animation: backSlideOut 1s both ease;
}
.owl-backSlide-in {
    -webkit-animation: backSlideIn 1s both ease;
    -moz-animation: backSlideIn 1s both ease;
    animation: backSlideIn 1s both ease;
}
/* goDown */
.owl-goDown-out {
    -webkit-animation: scaleToFade 0.7s ease both;
    -moz-animation: scaleToFade 0.7s ease both;
    animation: scaleToFade 0.7s ease both;
}
.owl-goDown-in {
    -webkit-animation: goDown 0.6s ease both;
    -moz-animation: goDown 0.6s ease both;
    animation: goDown 0.6s ease both;
}
/* scaleUp */
.owl-fadeUp-in {
    -webkit-animation: scaleUpFrom 0.5s ease both;
    -moz-animation: scaleUpFrom 0.5s ease both;
    animation: scaleUpFrom 0.5s ease both;
}
.owl-fadeUp-out {
    -webkit-animation: scaleUpTo 0.5s ease both;
    -moz-animation: scaleUpTo 0.5s ease both;
    animation: scaleUpTo 0.5s ease both;
}
.mgz-element-inner {
    height: 100%;
    position: relative;
}
.mgz-element-inner:before,
.mgz-element-inner:after {
    content: " ";
    display: table;
    clear: both;
}
.inner-content {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
}
.inner-content:before,
.inner-content:after {
    content: " ";
    display: table;
    clear: both;
}
.magezon-builder-preload .mgz-element {
    z-index: 0;
}
.mgz-child:not(:last-child) > .mgz-element-inner {
    margin-bottom: 15px;
}
.mgz-element {
    position: relative;
    text-align: left;
}
.mgz-element:before,
.mgz-element:after {
    content: " ";
    display: table;
    clear: both;
}
.mgz-element p:last-child {
    margin-bottom: 0;
}
.mgz-element .title {
    font-weight: 400;
}
.mgz-element-title-align-left .inner-content {
    margin-left: 0 !important;
}
.mgz-element-title-align-right .inner-content {
    margin-right: 0 !important;
}
.mgz-parallax,
.mgz-parallax-inner,
.mgz-parallax-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.mgz-parallax {
    -webkit-border-radius: inherit;
    -moz-border-radius: inherit;
    border-radius: inherit;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    overflow: hidden;
    pointer-events: none;
}
.mgz-parallax.mgz-parallax-mouse-parallax {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
.mgz-parallax .mgz-parallax-inner {
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
.mgz-parallax .mgz-parallax-inner * {
    background-position: inherit !important;
    background-size: inherit !important;
    background-repeat: inherit !important;
}
.mgz-mfp .mfp-title {
    position: absolute;
    margin-top: 10px;
}
.mgz-mfp .mfp-counter {
    top: auto;
    bottom: -25px;
}
.mgz-animated {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
}
.mgz-animated:not(.mgz_start_animation) {
    -webkit-animation: none;
    -o-animation: none;
    animation: none;
}
.mgz_start_animation {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
}
.mgz-animated-infinite {
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}
@-webkit-keyframes mgz_ttb {
    0% {
        -webkit-transform: translate(0, -10%);
        opacity: 0;
    }
    100% {
        -webkit-transform: translate(0, 0);
        opacity: 1;
    }
}
@-moz-keyframes mgz_ttb {
    0% {
        -moz-transform: translate(0, -10%);
        opacity: 0;
    }
    100% {
        -moz-transform: translate(0, 0);
        opacity: 1;
    }
}
@-o-keyframes mgz_ttb {
    0% {
        -o-transform: translate(0, -10%);
        opacity: 0;
    }
    100% {
        -o-transform: translate(0, 0);
        opacity: 1;
    }
}
@keyframes mgz_ttb {
    0% {
        -webkit-transform: translate(0, -10%);
        -ms-transform: translate(0, -10%);
        -o-transform: translate(0, -10%);
        transform: translate(0, -10%);
        opacity: 0;
    }
    100% {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
        opacity: 1;
    }
}
@-webkit-keyframes mgz_btt {
    0% {
        -webkit-transform: translate(0, 10%);
        opacity: 0;
    }
    100% {
        -webkit-transform: translate(0, 0);
        opacity: 1;
    }
}
@-moz-keyframes mgz_btt {
    0% {
        -moz-transform: translate(0, 10%);
        opacity: 0;
    }
    100% {
        -moz-transform: translate(0, 0);
        opacity: 1;
    }
}
@-o-keyframes mgz_btt {
    0% {
        -o-transform: translate(0, 10%);
        opacity: 0;
    }
    100% {
        -o-transform: translate(0, 0);
        opacity: 1;
    }
}
@keyframes mgz_btt {
    0% {
        -webkit-transform: translate(0, 10%);
        -ms-transform: translate(0, 10%);
        -o-transform: translate(0, 10%);
        transform: translate(0, 10%);
        opacity: 0;
    }
    100% {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
        opacity: 1;
    }
}
@-webkit-keyframes mgz_ltr {
    0% {
        -webkit-transform: translate(-10%, 0);
        opacity: 0;
    }
    100% {
        -webkit-transform: translate(0, 0);
        opacity: 1;
    }
}
@-moz-keyframes mgz_ltr {
    0% {
        -moz-transform: translate(-10%, 0);
        opacity: 0;
    }
    100% {
        -moz-transform: translate(0, 0);
        opacity: 1;
    }
}
@-o-keyframes mgz_ltr {
    0% {
        -o-transform: translate(-10%, 0);
        opacity: 0;
    }
    100% {
        -o-transform: translate(0, 0);
        opacity: 1;
    }
}
@keyframes mgz_ltr {
    0% {
        -webkit-transform: translate(-10%, 0);
        -ms-transform: translate(-10%, 0);
        -o-transform: translate(-10%, 0);
        transform: translate(-10%, 0);
        opacity: 0;
    }
    100% {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
        opacity: 1;
    }
}
@-webkit-keyframes mgz_rtl {
    0% {
        -webkit-transform: translate(10%, 0);
        opacity: 0;
    }
    100% {
        -webkit-transform: translate(0, 0);
        opacity: 1;
    }
}
@-moz-keyframes mgz_rtl {
    0% {
        -moz-transform: translate(10%, 0);
        opacity: 0;
    }
    100% {
        -moz-transform: translate(0, 0);
        opacity: 1;
    }
}
@-o-keyframes mgz_rtl {
    0% {
        -o-transform: translate(10%, 0);
        opacity: 0;
    }
    100% {
        -o-transform: translate(0, 0);
        opacity: 1;
    }
}
@keyframes mgz_rtl {
    0% {
        -webkit-transform: translate(10%, 0);
        -ms-transform: translate(10%, 0);
        -o-transform: translate(10%, 0);
        transform: translate(10%, 0);
        opacity: 0;
    }
    100% {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
        opacity: 1;
    }
}
@-webkit-keyframes mgz_appear {
    0% {
        -webkit-transform: scale(0.5);
        opacity: 0.1;
    }
    100% {
        -webkit-transform: scale(1);
        opacity: 1;
    }
}
@-moz-keyframes mgz_appear {
    0% {
        -moz-transform: scale(0.5);
        opacity: 0.1;
    }
    100% {
        -moz-transform: scale(1);
        opacity: 1;
    }
}
@-o-keyframes mgz_appear {
    0% {
        -o-transform: scale(0.5);
        opacity: 0.1;
    }
    100% {
        -o-transform: scale(1);
        opacity: 1;
    }
}
@keyframes mgz_appear {
    0% {
        -webkit-transform: scale(0.5);
        -ms-transform: scale(0.5);
        -o-transform: scale(0.5);
        transform: scale(0.5);
        opacity: 0.1;
    }
    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}
.mgz_top-to-bottom {
    -webkit-animation: mgz_ttb 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -moz-animation: mgz_ttb 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -ms-animation: mgz_ttb 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);
    animation: mgz_ttb 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.mgz_bottom-to-top {
    -webkit-animation: mgz_btt 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -moz-animation: mgz_btt 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -ms-animation: mgz_btt 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);
    animation: mgz_btt 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.mgz_left-to-right {
    -webkit-animation: mgz_ltr 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -moz-animation: mgz_ltr 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -ms-animation: mgz_ltr 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);
    animation: mgz_ltr 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.mgz_right-to-left {
    -webkit-animation: mgz_rtl 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -moz-animation: mgz_rtl 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -ms-animation: mgz_rtl 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);
    animation: mgz_rtl 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.mgz_appear {
    -webkit-animation: mgz_appear 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -moz-animation: mgz_appear 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -ms-animation: mgz_appear 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);
    animation: mgz_appear 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}
.mgz-row-full-height {
    min-height: 500px;
}
.mgz-row-full-height > .mgz-element-inner {
    min-height: 500px;
}
.mgz-element-row.mgz-row-wrap-reverse > .mgz-element-inner > .inner-content,
.mgz-element-row.mgz-row-equal-height > .mgz-element-inner > .inner-content {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.mgz-element-row.mgz-row-wrap-reverse
    > .mgz-element-inner
    > .inner-content:before,
.mgz-element-row.mgz-row-equal-height
    > .mgz-element-inner
    > .inner-content:before,
.mgz-element-row.mgz-row-wrap-reverse
    > .mgz-element-inner
    > .inner-content:after,
.mgz-element-row.mgz-row-equal-height
    > .mgz-element-inner
    > .inner-content:after {
    display: none;
}
.mgz-element-row.mgz-row-wrap-reverse
    > .mgz-element-inner
    > .inner-content
    > .mgz-element,
.mgz-element-row.mgz-row-equal-height
    > .mgz-element-inner
    > .inner-content
    > .mgz-element {
    -webkit-align-items: stretch;
    -ms-align-items: stretch;
    align-items: stretch;
}
.mgz-element-row.mgz-row-wrap-reverse
    > .mgz-element-inner
    > .inner-content
    > .mgz-element
    > .mgz-element-inner,
.mgz-element-row.mgz-row-equal-height
    > .mgz-element-inner
    > .inner-content
    > .mgz-element
    > .mgz-element-inner {
    -webkit-flex-grow: 1;
    -ms-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
}
.mgz-element-row.content-top
    > .mgz-element-inner
    > .inner-content
    > .mgz-element
    > .mgz-element-inner {
    -webkit-align-self: flex-start;
    -ms-align-self: flex-start;
    align-self: flex-start;
    -webkit-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
}
.mgz-element-row.content-middle
    > .mgz-element-inner
    > .inner-content
    > .mgz-element
    > .mgz-element-inner {
    -webkit-align-self: center;
    -ms-align-self: center;
    align-self: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
}
.mgz-element-row.content-bottom
    > .mgz-element-inner
    > .inner-content
    > .mgz-element
    > .mgz-element-inner {
    -webkit-align-self: flex-end;
    -ms-align-self: flex-end;
    align-self: flex-end;
    -webkit-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
}
.mgz-element-row.mgz-container {
    float: none;
    margin: 0 auto;
}
.page-layout-1column-fullwidth
    .column
    > .magezon-builder
    > .full_width_row
    > .mgz-element-inner,
.page-layout-1column-fullwidth
    .column
    > .magezon-builder
    > .full_width_row_content
    > .mgz-element-inner {
    padding-left: 10px;
    padding-right: 10px;
}
@media (max-width: 767px) {
    .mgz-row-wrap-reverse > .mgz-element-inner > .inner-content {
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
}
.mgz-element-column > .mgz-element-inner {
    padding: 10px;
}
.mgz-element-column.mgz-element-column-empty > .mgz-element-inner {
    padding: 0;
    margin: 0;
}
.mgz-row-gap-margin > .mgz-element-inner {
    margin: 10px;
    padding: 0;
}
.mgz-element-separator {
    position: relative;
}
.mgz-element-separator .title {
    background: #fff;
    position: relative;
    z-index: 1;
    padding: 0 8px;
    display: inline-block;
    margin: 0;
}
.mgz-element-separator .title i + span,
.mgz-element-separator .title span + i {
    padding-left: 5px;
}
.mgz-element-separator .mgz-element-separator-line {
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    height: 1px;
    border-top: 1px solid transparent;
    margin: 0 auto;
}
.mgz-element-separator .mgz-text-left .title {
    padding-left: 0;
}
.mgz-element-separator .mgz-text-left .mgz-element-separator-line {
    left: 0;
}
.mgz-element-separator .mgz-text-right .title {
    padding-right: 0;
}
.mgz-element-separator-wrapper {
    position: relative;
}
.mgz-element-heading-text {
    margin: 0;
    color: inherit;
}
.mgz-element-heading-text > a {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    opacity: 1;
    font-weight: inherit;
}
.mgz-element-heading-text > a,
.mgz-element-heading-text > a:focus,
.mgz-element-heading-text > a:hover,
.mgz-element-heading-text > a:visited {
    border: none;
    text-decoration: inherit;
    color: inherit;
    font-weight: inherit;
}
.mgz-element-heading-text > a:hover {
    opacity: 0.85;
}
.mgz-tabs:before,
.mgz-tabs-nav:before,
.mgz-tabs-content:before,
.mgz-tabs:after,
.mgz-tabs-nav:after,
.mgz-tabs-content:after {
    content: " ";
    display: table;
    clear: both;
}
.mgz-tabs-nav > .mgz-tabs-tab-title > a,
.mgz-tabs-content > .mgz-tabs-tab-title > a {
    color: #666666;
}
.mgz-tabs-nav > .mgz-tabs-tab-title:not(.mgz-active) > a,
.mgz-tabs-content > .mgz-tabs-tab-title:not(.mgz-active) > a {
    background: #ebebeb;
}
.mgz-tabs-nav > .mgz-tabs-tab-title:not(.mgz-active) > a:hover,
.mgz-tabs-content > .mgz-tabs-tab-title:not(.mgz-active) > a:hover {
    background: #dcdcdc;
}
.mgz-tabs-nav > .mgz-tabs-tab-title:first-child > a,
.mgz-tabs-content > .mgz-tabs-tab-title:first-child > a {
    margin-top: 0 !important;
}
.mgz-tabs-nav > .mgz-tabs-tab-title.mgz-active > a,
.mgz-tabs-content > .mgz-tabs-tab-title.mgz-active > a {
    background: #f8f8f8;
}
.mgz-tabs {
    color: #333;
}
.mgz-tabs .mgz-tabs-tab-title > a {
    -webkit-transition: background 0.2s ease-in-out, color 0.2s ease-in-out,
        border 0.2s ease-in-out;
    -moz-transition: background 0.2s ease-in-out, color 0.2s ease-in-out,
        border 0.2s ease-in-out;
    -ms-transition: background 0.2s ease-in-out, color 0.2s ease-in-out,
        border 0.2s ease-in-out;
    -o-transition: background 0.2s ease-in-out, color 0.2s ease-in-out,
        border 0.2s ease-in-out;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 14px 20px;
    display: block;
    position: relative;
    z-index: 1;
    border: 1px solid #e3e3e3;
}
.mgz-tabs .mgz-tabs-tab-title > a:hover {
    text-decoration: none;
}
.mgz-tabs .mgz-tabs-tab-content {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: none;
}
.mgz-tabs .mgz-tabs-tab-content.mgz-active {
    display: block;
}
.mgz-tabs .mgz-tabs-tab-content > .mgz-element > .mgz-element-inner {
    margin-bottom: 0;
}
.mgz-tabs:not(.mgz-tabs-no-fill-content) .mgz-tabs-tab-content {
    border: 1px solid #e3e3e3;
    background: #f8f8f8;
    margin-top: -1px;
}
.mgz-element-tab-position-top.mgz-tabs,
.mgz-element-tab-position-bottom.mgz-tabs {
    flex-direction: column;
}
.mgz-element-tab-position-top.mgz-tabs
    > .mgz-tabs-nav
    > .mgz-tabs-tab-title
    > a,
.mgz-element-tab-position-bottom.mgz-tabs
    > .mgz-tabs-nav
    > .mgz-tabs-tab-title
    > a {
    margin-right: 5px;
}
.mgz-element-tab-position-top.mgz-tabs
    > .mgz-tabs-nav
    > .mgz-tabs-tab-title:last-child,
.mgz-element-tab-position-bottom.mgz-tabs
    > .mgz-tabs-nav
    > .mgz-tabs-tab-title:last-child {
    margin-right: 0;
}
@media (min-width: 768px) {
    .mgz-tabs {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
    .mgz-tabs .mgz-tabs-tab-title {
        text-align: left;
        display: inline-block;
    }
    .mgz-tabs .mgz-tabs-content > .mgz-tabs-tab-title {
        display: none;
    }
    .mgz-element-tab-align-right.mgz-tabs > .mgz-tabs-nav {
        text-align: right;
    }
    .mgz-element-tab-align-center.mgz-tabs > .mgz-tabs-nav {
        text-align: center;
    }
    .mgz-element-tab-position-top.mgz-tabs:not(
            .mgz-tabs-no-fill-content
        )[data-gap="0"]
        > .mgz-tabs-nav
        > .mgz-tabs-tab-title
        > a,
    .mgz-element-tab-position-top.mgz-tabs:not(
            .mgz-tabs-no-fill-content
        )[data-gap="0"]
        > .mgz-tabs-content
        > .mgz-tabs-tab-title
        > a {
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }
    .mgz-element-tab-position-top.mgz-tabs:not(
            .mgz-tabs-no-fill-content
        )[data-gap="0"]
        > .mgz-tabs-nav
        > .mgz-tabs-tab-title:last-child
        > a,
    .mgz-element-tab-position-top.mgz-tabs:not(
            .mgz-tabs-no-fill-content
        )[data-gap="0"]
        > .mgz-tabs-content
        > .mgz-tabs-tab-title:last-child
        > a {
        margin-right: 0;
    }
    .mgz-element-tab-position-top.mgz-tabs:not(
            .mgz-tabs-no-fill-content
        )[data-gap="0"]
        > .mgz-tabs-nav
        > .mgz-tabs-tab-title.mgz-active
        > a,
    .mgz-element-tab-position-top.mgz-tabs:not(
            .mgz-tabs-no-fill-content
        )[data-gap="0"]
        > .mgz-tabs-content
        > .mgz-tabs-tab-title.mgz-active
        > a {
        border-bottom-color: transparent;
    }
    .mgz-element-tab-position-top.mgz-tabs:not(
            .mgz-tabs-no-fill-content
        )[data-gap="0"]
        > .mgz-tabs-content
        > .mgz-tabs-tab-content {
        border-top-left-radius: 0;
    }
    .mgz-element-tab-position-top.mgz-tabs
        > .mgz-tabs-nav
        > .mgz-tabs-tab-title
        > a {
        margin-top: 0 !important;
    }
    .mgz-element-tab-position-top.mgz-element-tab-align-right.mgz-tabs:not(
            .mgz-tabs-no-fill-content
        )[data-gap="0"]
        > .mgz-tabs-content
        > .mgz-tabs-tab-content {
        border-top-left-radius: 5px;
        border-top-right-radius: 0;
    }
    .mgz-element-tab-position-bottom.mgz-tabs:not(
            .mgz-tabs-no-fill-content
        )[data-gap="0"]
        > .mgz-tabs-nav
        > .mgz-tabs-tab-title
        > a,
    .mgz-element-tab-position-bottom.mgz-tabs:not(
            .mgz-tabs-no-fill-content
        )[data-gap="0"]
        > .mgz-tabs-content
        > .mgz-tabs-tab-title
        > a {
        border-top-right-radius: 0;
        border-top-left-radius: 0;
    }
    .mgz-element-tab-position-bottom.mgz-tabs:not(
            .mgz-tabs-no-fill-content
        )[data-gap="0"]
        > .mgz-tabs-nav
        > .mgz-tabs-tab-title:last-child
        > a,
    .mgz-element-tab-position-bottom.mgz-tabs:not(
            .mgz-tabs-no-fill-content
        )[data-gap="0"]
        > .mgz-tabs-content
        > .mgz-tabs-tab-title:last-child
        > a {
        margin-right: 0;
    }
    .mgz-element-tab-position-bottom.mgz-tabs:not(
            .mgz-tabs-no-fill-content
        )[data-gap="0"]
        > .mgz-tabs-nav
        > .mgz-tabs-tab-title.mgz-active
        > a,
    .mgz-element-tab-position-bottom.mgz-tabs:not(
            .mgz-tabs-no-fill-content
        )[data-gap="0"]
        > .mgz-tabs-content
        > .mgz-tabs-tab-title.mgz-active
        > a {
        border-top-color: transparent;
    }
    .mgz-element-tab-position-bottom.mgz-tabs:not(
            .mgz-tabs-no-fill-content
        )[data-gap="0"]
        > .mgz-tabs-content
        > .mgz-tabs-tab-content {
        border-bottom-left-radius: 0;
        margin-bottom: -1px;
    }
    .mgz-element-tab-position-bottom.mgz-tabs > .mgz-tabs-nav {
        order: 1;
    }
    .mgz-element-tab-position-bottom.mgz-tabs
        > .mgz-tabs-nav
        > .mgz-tabs-tab-title
        > a {
        margin-top: 0 !important;
    }
    .mgz-element-tab-position-bottom.mgz-tabs
        > .mgz-tabs-content
        > .mgz-tabs-tab-content {
        margin-top: 0 !important;
    }
    .mgz-element-tab-position-left.mgz-tabs > .mgz-tabs-nav,
    .mgz-element-tab-position-right.mgz-tabs > .mgz-tabs-nav {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .mgz-element-tab-position-left.mgz-tabs
        > .mgz-tabs-nav
        > .mgz-tabs-tab-title,
    .mgz-element-tab-position-right.mgz-tabs
        > .mgz-tabs-nav
        > .mgz-tabs-tab-title {
        margin-right: 0;
        display: block;
        width: 100%;
        margin-bottom: 5px;
    }
    .mgz-element-tab-position-left.mgz-tabs
        > .mgz-tabs-nav
        > .mgz-tabs-tab-title
        > a,
    .mgz-element-tab-position-right.mgz-tabs
        > .mgz-tabs-nav
        > .mgz-tabs-tab-title
        > a {
        margin-right: 0;
    }
    .mgz-element-tab-position-left.mgz-tabs
        > .mgz-tabs-nav
        > .mgz-tabs-tab-title:first-child
        > a,
    .mgz-element-tab-position-right.mgz-tabs
        > .mgz-tabs-nav
        > .mgz-tabs-tab-title:first-child
        > a {
        margin-top: 0;
    }
    .mgz-element-tab-position-left.mgz-tabs > .mgz-tabs-content,
    .mgz-element-tab-position-right.mgz-tabs > .mgz-tabs-content {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        min-width: 0;
    }
    .mgz-element-tab-position-left.mgz-tabs
        > .mgz-tabs-content
        > .mgz-tabs-tab-content,
    .mgz-element-tab-position-right.mgz-tabs
        > .mgz-tabs-content
        > .mgz-tabs-tab-content {
        margin-top: 0;
        height: 100%;
    }
    .mgz-element-tab-position-left .mgz-tabs-tab-content,
    .mgz-element-tab-position-right .mgz-tabs-tab-content {
        margin-top: 0 !important;
    }
    .mgz-element-tab-position-left.mgz-tabs:not(
            .mgz-tabs-no-fill-content
        )[data-gap="0"]
        > .mgz-tabs-nav
        > .mgz-tabs-tab-title
        > a {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }
    .mgz-element-tab-position-left.mgz-tabs:not(
            .mgz-tabs-no-fill-content
        )[data-gap="0"]
        > .mgz-tabs-nav
        > .mgz-tabs-tab-title.mgz-active
        > a {
        border-right-width: 0;
    }
    .mgz-element-tab-position-left.mgz-tabs:not(
            .mgz-tabs-no-fill-content
        )[data-gap="0"]
        > .mgz-tabs-content
        > .mgz-tabs-tab-content {
        border-top-left-radius: 0;
        margin-left: -1px;
    }
    .mgz-element-tab-position-right.mgz-tabs:not(
            .mgz-tabs-no-fill-content
        )[data-gap="0"]
        > .mgz-tabs-nav
        > .mgz-tabs-tab-title
        > a {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }
    .mgz-element-tab-position-right.mgz-tabs:not(
            .mgz-tabs-no-fill-content
        )[data-gap="0"]
        > .mgz-tabs-nav
        > .mgz-tabs-tab-title.mgz-active
        > a {
        border-left-width: 0;
    }
    .mgz-element-tab-position-right.mgz-tabs:not(
            .mgz-tabs-no-fill-content
        )[data-gap="0"]
        > .mgz-tabs-content
        > .mgz-tabs-tab-content {
        border-top-right-radius: 0;
        margin-right: -1px;
    }
    .mgz-element-tab-position-right.mgz-tabs > .mgz-tabs-nav {
        order: 1;
    }
}
.tabs-opener {
    height: 50px;
    width: 50px;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    text-align: center;
    font-size: 20px;
    font-weight: 100;
    display: none;
}
.tabs-opener:before {
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    content: "\e624";
}
.tabs-opener:hover {
    background-color: rgba(0, 0, 0, 0.05);
}
@media (max-width: 767px) {
    .mgz-tabs-content .mgz-tabs-tab-title {
        display: none;
    }
    .mgz-tabs-nav .mgz-tabs-tab-title {
        display: inline-block;
    }
    .mgz-tabs:not(.mgz-tabs-no-fill-content)[data-gap="0"]
        > .mgz-tabs-content
        > .mgz-tabs-tab-content.mgz-active {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }
    .mgz-tabs:not(.mgz-tabs-no-fill-content)[data-gap="0"]
        > .mgz-tabs-content
        > .mgz-tabs-tab-title {
        margin-top: 5px;
    }
    .mgz-tabs:not(.mgz-tabs-no-fill-content)[data-gap="0"]
        > .mgz-tabs-content
        > .mgz-tabs-tab-title:first-child {
        margin-top: 0;
    }
    .mgz-tabs:not(.mgz-tabs-no-fill-content)[data-gap="0"]
        > .mgz-tabs-content
        > .mgz-tabs-tab-title.mgz-active
        > a {
        border-bottom-color: transparent;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }
    .mgz-tabs:not(.mgz-tabs-no-fill-content)[data-gap="0"]
        > .mgz-tabs-content
        > .mgz-tabs-tab-content.mgz-active {
        border-top-color: transparent;
    }
    .mgz-tabs.tabs-mobile-accordion .mgz-tabs-nav {
        display: none;
    }
    .mgz-tabs.tabs-mobile-accordion .mgz-tabs-content .mgz-tabs-tab-title {
        display: block;
        position: relative;
    }
    .mgz-tabs.tabs-mobile-accordion
        .mgz-tabs-content
        .mgz-tabs-tab-title
        .tabs-opener {
        display: block;
    }
    .mgz-tabs.tabs-mobile-accordion
        .mgz-tabs-content
        .mgz-tabs-tab-title.mgz-active
        .tabs-opener:before {
        content: "\e623";
    }
    .mgz-tabs .mgz-tabs-content > .mgz-tabs-tab-title:first-child {
        margin-top: 0 !important;
    }
    .mgz-tabs .mgz-tabs-content > .mgz-tabs-tab-title > a {
        margin-right: 0 !important;
    }
    .mgz-tabs .mgz-tabs-content > .mgz-tabs-tab-content {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
}
.mgz-element-text p:first-child {
    margin-top: 0;
}
.mgz-element-text p:last-child {
    margin-bottom: 0;
}
.mgz-btn-style-modern .mgz-btn {
    background-image: -webkit-linear-gradient(
        top,
        rgba(255, 255, 255, 0.2) 0,
        rgba(255, 255, 255, 0.01) 100%
    );
    background-image: -o-linear-gradient(
        top,
        rgba(255, 255, 255, 0.2) 0,
        rgba(255, 255, 255, 0.01) 100%
    );
    background-image: linear-gradient(
        to bottom,
        rgba(255, 255, 255, 0.2) 0,
        rgba(255, 255, 255, 0.01) 100%
    );
    background-repeat: repeat-x;
}
.mgz-btn-style-gradient .mgz-btn {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    background-size: 200% 100%;
}
.mgz-btn-style-gradient .mgz-btn:hover {
    background-position: 100% 0;
}
.mgz-btn-style-3d .mgz-btn:hover {
    top: 2px;
}
.mgz-btn-size-xs .mgz-btn {
    font-size: 11px;
    padding: 8px 12px;
}
.mgz-btn-size-sm .mgz-btn {
    font-size: 12px;
    padding: 11px 16px;
}
.mgz-btn-size-md .mgz-btn {
    font-size: 14px;
    padding: 14px 20px;
}
.mgz-btn-size-lg .mgz-btn {
    font-size: 18px;
    padding: 18px 30px;
}
.mgz-btn-size-xl .mgz-btn {
    font-size: 22px;
    padding: 22px 35px;
}
.mgz-element .swatch-option {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.mgz-element-single_image .mgz-element-inner {
    font-size: 0;
}
.mgz-single-image-wrapper {
    display: inline-block;
    line-height: 0;
    max-width: 100%;
    font-size: 1.4rem;
    position: relative;
}
.mgz-single-image-wrapper a {
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    display: block;
}
.mgz-single-image-wrapper img {
    border-color: #ebebeb;
}
.mgz-single-image-wrapper.mgz-box-shadow-3d:before,
.mgz-single-image-wrapper.mgz-box-shadow-3d:after {
    -webkit-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.6);
    box-shadow: 0 15px 10px rgba(0, 0, 0, 0.6);
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: skewY(-6deg);
    -moz-transform: skewY(-6deg);
    -ms-transform: skewY(-6deg);
    -o-transform: skewY(-6deg);
    content: "";
    position: absolute;
    left: 5px;
    right: 50%;
    bottom: 8px;
    height: 30%;
    z-index: -1;
}
.mgz-single-image-wrapper.mgz-box-shadow-3d:after {
    left: 50%;
    right: 5px;
    -webkit-transform: skewY(6deg);
    -moz-transform: skewY(6deg);
    -ms-transform: skewY(6deg);
    -o-transform: skewY(6deg);
    -webkit-transform-origin: 100% 0;
    -moz-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
}
.mgz-single-image-wrapper.mgz-box-outline {
    padding: 5px;
    border: 1px solid #ebebeb;
}
.mgz-single-image-wrapper.mgz-box-outline img {
    border: 1px solid #ebebeb;
}
.mgz-single-image-wrapper.mgz-box-shadow {
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
.mgz-single-image-wrapper.mgz-box-shadow img {
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
.mgz-single-image-wrapper.mgz-box-shadow2 {
    -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
}
.mgz-single-image-wrapper.mgz-box-shadow2 img {
    -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
}
.mgz-single-image-wrapper .image-title + .image-description {
    margin-top: 10px;
}
.mgz-single-image-wrapper .image-content {
    padding: 10px 20px;
    text-align: left;
    line-height: initial;
    clear: both;
    z-index: 1;
    position: absolute;
}
.mgz-single-image-wrapper .mgz-flex-position-below .image-content {
    padding: 10px 0;
    position: static;
}
.mgz-single-image-wrapper.item-content-hover .image-content {
    display: none;
}
.mgz-single-image-wrapper.item-content-hover:hover .image-content {
    display: block;
}
.mgz-single-image-wrapper .mgz-image-link {
    cursor: pointer;
}
.mgz-element-gmaps .gm-style-iw-d {
    overflow: visible !important;
    max-height: none !important;
    font-size: 13px;
}
.mgz-element-gmaps .gm-style-iw-c {
    max-height: none !important;
    padding: 10px !important;
}
.mgz-socialicons {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
}
.mgz-socialicons:before,
.mgz-socialicons:after {
    content: " ";
    display: table;
    clear: both;
}
.mgz-socialicons li {
    position: relative;
    margin-bottom: 8px;
    float: left;
}
.mgz-socialicons li a {
    float: left;
    margin-right: 8px;
}
.mgz-socialicons li i {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    width: 32px;
    height: 32px;
    padding: 0;
    display: inline-block;
    position: relative;
    text-align: center;
    text-decoration: none;
    line-height: 32px;
    color: #fff;
}
.mgz-socialicons li i.mgz-fa-facebook-f {
    background: #3b5998;
}
.mgz-socialicons li i.mgz-fa-whatsapp {
    background: #24CC63;
}
.mgz-socialicons li i.mgz-fa-x-twitter {
    background: #183153;
}
.mgz-socialicons li i.mgz-fa-tiktok {
    background: #000000;
}
.mgz-socialicons li i.mgz-fa-bluesky {
    background: #0c7dff;
}
.mgz-socialicons li i.mgz-fa-pinterest-p {
    background: #cb2027;
}
.mgz-socialicons li i.mgz-fa-linkedin-in {
    background: #007bb6;
}
.mgz-socialicons li i.mgz-fa-tumblr {
    background: #32506d;
}
.mgz-socialicons li i.mgz-fa-instagram {
    background: #517fa4;
}
.mgz-socialicons li i.mgz-fa-skype {
    background: #12a5f4;
}
.mgz-socialicons li i.mgz-fa-dribbble {
    background: #ea4c8d;
}
.mgz-socialicons li i.mgz-fa-flickr {
    background: #ff0084;
}
.mgz-socialicons li i.mgz-fa-youtube {
    background: #a82400;
}
.mgz-socialicons li i.mgz-fa-vimeo-v {
    background: #45bbff;
}
.mgz-socialicons li i.mgz-fa-rss {
    background: #ff8a3c;
}
.mgz-socialicons li i.mgz-fa-behance {
    background: #191919;
}
.mgz-socialicons li .mgz-socialicons-follow-button {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-align-self: center;
    -ms-align-self: center;
    align-self: center;
    margin-right: 25px;
    padding: 0 12px;
    color: rgba(0, 0, 0, 0.5);
    background: rgba(0, 0, 0, 0.1);
    font-size: 14px;
    line-height: 1.6em;
}
.mgz-socialicons li .mgz-socialicons-follow-button:hover {
    text-decoration: none;
    color: rgba(0, 0, 0, 0.6);
    background: rgba(0, 0, 0, 0.2);
}
.mgz-socialicons .mgz-socialicons_network_name {
    display: none;
}
.mgz-element-newsletter_form .block.newsletter {
    display: inline-block;
    float: none;
    width: auto;
}
.mgz-element-newsletter_form .action.sr-only {
    position: static;
    width: auto;
    height: 100%;
    margin: 0;
    clip: unset;
    overflow: visible;
}
.mgz-element-newsletter_form .newsletter-title {
    margin: 0 0 20px;
    font-weight: 500;
}
.mgz-element-newsletter_form .newsletter-description {
    margin-bottom: 10px;
}
.magezon-builder .block-search {
    margin: 0;
    padding: 0;
    max-width: 100%;
    float: none;
    display: inline-block;
}
.mgz-element-search_form .block-search {
    margin: 0;
}
@media only screen and (max-width: 767px) {
    .mgz-element-search_form-wrapper {
        position: static;
    }
    .mgz-element-search_form-wrapper > .mgz-element-inner {
        position: static;
    }
    .mgz-element-search_form {
        position: static;
    }
    .mgz-element-search_form > .mgz-element-inner {
        position: static;
    }
    .mgz-element-search_form .minisearch.active .control {
        display: block;
    }
    .mgz-element-search_form .block-search .control {
        border: 0;
        width: 100%;
        left: 0;
        right: 0;
        margin: 0;
        bottom: -15px;
        position: absolute;
        background: #fff;
    }
    .mgz-element-search_form .block-search .form.active .control input {
        position: static;
    }
}
.mgz-carousel-hidden {
    background: url("../../frontend/bluesky/bluesky_kalles_default/en_US/Magezon_Builder/images/loader.gif") no-repeat center 25%;
}
.mgz-carousel:before,
.mgz-carousel:after {
    content: " ";
    display: table;
    clear: both;
}
.mgz-carousel.owl-carousel.owl-loaded .owl-stage-outer,
.mgz-carousel.owl-carousel.owl-loaded .owl-nav,
.mgz-carousel.owl-carousel.owl-loaded .owl-dots {
    opacity: 1;
}
.mgz-carousel.owl-carousel.owl-loaded.mgz-carousel-hidden .owl-stage-outer,
.mgz-carousel.owl-carousel.owl-loaded.mgz-carousel-hidden .owl-nav,
.mgz-carousel.owl-carousel.owl-loaded.mgz-carousel-hidden .owl-dots {
    opacity: 0;
}
.mgz-carousel .owl-item {
    position: relative;
    background-repeat: no-repeat;
    background-position: center top;
}
.mgz-carousel .owl-item img {
    max-width: 100%;
}
.mgz-carousel .mgz-carousel-item-inner {
    position: relative;
}
.mgz-carousel a + .item-content {
    cursor: pointer;
}
.mgz-carousel .item-content {
    position: absolute;
    text-align: center;
    color: #333;
    z-index: 1;
    font-size: 14px;
}
.mgz-carousel .item-title {
    font-size: 16px;
}
.mgz-carousel .owl-nav {
    margin: 0;
}
.mgz-carousel .owl-nav [class*="owl-"] {
    -webkit-transition: opacity 300ms ease-in-out,
        background-color 300ms ease-in-out, color 300ms ease-in-out;
    -moz-transition: opacity 300ms ease-in-out,
        background-color 300ms ease-in-out, color 300ms ease-in-out;
    -ms-transition: opacity 300ms ease-in-out,
        background-color 300ms ease-in-out, color 300ms ease-in-out;
    -o-transition: opacity 300ms ease-in-out, background-color 300ms ease-in-out,
        color 300ms ease-in-out;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin: 0;
    padding: 0;
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
    display: inline-block;
}
.mgz-carousel .owl-nav [class*="owl-"]:hover {
    background: rgba(0, 0, 0, 0.8);
}
.mgz-carousel .owl-nav .owl-next {
    margin-left: 5px;
}
.mgz-carousel .owl-dots {
    margin-top: 10px;
    width: 100%;
    pointer-events: none;
}
.mgz-carousel .owl-dots .owl-dot {
    pointer-events: all;
}
.mgz-carousel .owl-dots .owl-dot span {
    -webkit-transition: width 300ms ease-in-out, height 300ms ease-in-out,
        margin 300ms ease-in-out, background-color 300ms ease-in-out;
    -moz-transition: width 300ms ease-in-out, height 300ms ease-in-out,
        margin 300ms ease-in-out, background-color 300ms ease-in-out;
    -ms-transition: width 300ms ease-in-out, height 300ms ease-in-out,
        margin 300ms ease-in-out, background-color 300ms ease-in-out;
    -o-transition: width 300ms ease-in-out, height 300ms ease-in-out,
        margin 300ms ease-in-out, background-color 300ms ease-in-out;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    display: block;
    width: 10px;
    height: 10px;
    margin: 8px;
    background: rgba(0, 0, 0, 0.6);
}
.mgz-carousel .owl-dots .owl-dot:hover span,
.mgz-carousel .owl-dots .owl-dot.active span {
    background: rgba(0, 0, 0, 0.8);
}
.mgz-carousel .mgz-carousel-magnific {
    cursor: pointer;
}
.mgz-carousel .mgz-carousel-multirow .product-item-info {
    margin-bottom: 15px;
}
.mgz-carousel .mgz-carousel-multirow .product-item-info:last-child {
    margin-bottom: 0;
}
.mgz-carousel .product-item {
    list-style: none;
    margin: 0;
    padding: 0;
    max-width: 100%;
}
.mgz-carousel .product-item .product-item-info {
    width: 100%;
}
.mgz-carousel.mgz-carousel-equal-height .owl-stage {
    display: flex;
}
.mgz-carousel.mgz-carousel-equal-height .owl-item {
    display: flex;
    flex: 1 0 auto;
}
.mgz-carousel-dot-inside .owl-dots {
    position: absolute;
    bottom: 15px;
    margin: 0;
}
.mgz-carousel-dot-inside .owl-dots .owl-dot {
    bottom: 15px;
}
.mgz-carousel-dot-inside .owl-dots .owl-dot span {
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    background: #fff;
}
.mgz-carousel-dot-inside .owl-dots .owl-dot:hover span,
.mgz-carousel-dot-inside .owl-dots .owl-dot.active span {
    background: #fff;
    width: 16px;
    height: 16px;
    margin: 5px;
}
.mgz-carousel-dot-inside .owl-dots .owl-dot:hover:not(.active) span {
    background: #fff;
}
.mgz-carousel-nav-position-top_left .owl-nav,
.mgz-carousel-nav-position-top_right .owl-nav {
    position: absolute;
}
.mgz-carousel-nav-position-top_left.mgz-carousel-nav-size-mini .owl-nav,
.mgz-carousel-nav-position-top_right.mgz-carousel-nav-size-mini .owl-nav {
    top: -40px;
}
.mgz-carousel-nav-position-top_left.mgz-carousel-nav-size-small .owl-nav,
.mgz-carousel-nav-position-top_right.mgz-carousel-nav-size-small .owl-nav {
    top: -50px;
}
.mgz-carousel-nav-position-top_left.mgz-carousel-nav-size-normal .owl-nav,
.mgz-carousel-nav-position-top_right.mgz-carousel-nav-size-normal .owl-nav {
    top: -60px;
}
.mgz-carousel-nav-position-top_left.mgz-carousel-nav-size-large .owl-nav,
.mgz-carousel-nav-position-top_right.mgz-carousel-nav-size-large .owl-nav {
    top: -70px;
}
.mgz-carousel-nav-position-top_left .owl-nav {
    left: 0;
}
.mgz-carousel-nav-position-top_right .owl-nav {
    right: 0;
}
.mgz-carousel-nav-position-bottom_left .owl-nav {
    text-align: left;
    margin-top: 10px;
}
.mgz-carousel-nav-position-bottom_right .owl-nav {
    text-align: right;
    margin-top: 10px;
}
.mgz-carousel-nav-position-bottom_center .owl-nav {
    margin-top: 10px;
    text-align: center;
}
.mgz-carousel-nav-position-bottom_center .owl-nav .owl-prev {
    margin-right: 5px;
}
.mgz-carousel-nav-position-top_split.mgz-carousel-nav-size-mini .owl-prev,
.mgz-carousel-nav-position-top_split.mgz-carousel-nav-size-mini .owl-next {
    top: -40px;
}
.mgz-carousel-nav-position-top_split.mgz-carousel-nav-size-small .owl-prev,
.mgz-carousel-nav-position-top_split.mgz-carousel-nav-size-small .owl-next {
    top: -50px;
}
.mgz-carousel-nav-position-top_split.mgz-carousel-nav-size-normal .owl-prev,
.mgz-carousel-nav-position-top_split.mgz-carousel-nav-size-normal .owl-next {
    top: -60px;
}
.mgz-carousel-nav-position-top_split.mgz-carousel-nav-size-large .owl-prev,
.mgz-carousel-nav-position-top_split.mgz-carousel-nav-size-large .owl-next {
    top: -70px;
}
.mgz-carousel-nav-position-top_split .owl-nav [class*="owl-"] {
    position: absolute;
}
.mgz-carousel-nav-position-top_split .owl-nav .owl-prev {
    left: 0;
}
.mgz-carousel-nav-position-top_split .owl-nav .owl-next {
    right: 0;
}
.mgz-carousel-nav-position-top_split.owl-rtl .owl-nav .owl-prev {
    right: 0;
    left: auto;
}
.mgz-carousel-nav-position-top_split.owl-rtl .owl-nav .owl-next {
    left: 0;
    right: auto;
}
.mgz-carousel-nav-position-center_split .owl-nav [class*="owl-"] {
    position: absolute;
    opacity: 0;
}
.mgz-carousel-nav-position-center_split .owl-nav .owl-prev {
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    position: absolute;
    top: 50%;
    left: 0;
}
.mgz-carousel-nav-position-center_split.owl-rtl .owl-nav .owl-prev {
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    position: absolute;
    top: 50%;
    right: 0;
    left:auto;
}
.mgz-carousel-nav-position-center_split .owl-nav .owl-next {
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    position: absolute;
    top: 50%;
    right: 0;
}
.mgz-carousel-nav-position-center_split.owl-rtl .owl-nav .owl-next {
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    position: absolute;
    top: 50%;
    left: 0;
    right:auto;
}
.mgz-carousel-nav-position-center_split:hover .owl-nav [class*="owl-"] {
    opacity: 1;
    filter: alpha(opacity=100);
}
.mgz-carousel-nav-position-bottom_split.mgz-carousel-nav-size-mini .owl-prev,
.mgz-carousel-nav-position-bottom_split.mgz-carousel-nav-size-mini .owl-next {
    bottom: -40px;
}
.mgz-carousel-nav-position-bottom_split.mgz-carousel-nav-size-small .owl-prev,
.mgz-carousel-nav-position-bottom_split.mgz-carousel-nav-size-small .owl-next {
    bottom: -50px;
}
.mgz-carousel-nav-position-bottom_split.mgz-carousel-nav-size-normal .owl-prev,
.mgz-carousel-nav-position-bottom_split.mgz-carousel-nav-size-normal .owl-next {
    bottom: -60px;
}
.mgz-carousel-nav-position-bottom_split.mgz-carousel-nav-size-large .owl-prev,
.mgz-carousel-nav-position-bottom_split.mgz-carousel-nav-size-large .owl-next {
    bottom: -70px;
}
.mgz-carousel-nav-position-bottom_split .owl-nav [class*="owl-"] {
    position: absolute;
}
.mgz-carousel-nav-position-bottom_split .owl-nav .owl-prev {
    left: 0;
}
.mgz-carousel-nav-position-bottom_split .owl-nav .owl-next {
    right: 0;
}
.mgz-carousel-nav-size-mini .owl-nav [class*="owl-"] {
    width: 20px;
    height: 20px;
    line-height: 20px;
}
.mgz-carousel-nav-size-small .owl-nav [class*="owl-"] {
    width: 30px;
    height: 30px;
    line-height: 30px;
}
.mgz-carousel-nav-size-normal .owl-nav [class*="owl-"] {
    width: 40px;
    height: 40px;
    line-height: 40px;
}
.mgz-carousel-nav-size-large .owl-nav [class*="owl-"] {
    width: 50px;
    height: 50px;
    line-height: 50px;
}
.mgz-product-listing .product-image-wrapper {
    height: auto;
    padding: 0 !important;
}
.mgz-product-listing .product-image-wrapper .product-image-photo {
    position: static;
}
.magezon-builder .mgz-element-sidebar .sidebar-main,
.magezon-builder .mgz-element-sidebar .sidebar-additional {
    width: 100%;
    padding: 0;
}
.magezon-builder .mgz-element-sidebar .filter-options-item {
    width: 100%;
    border-bottom: 1px solid #cccccc;
}
.magezon-builder .mgz-element-sidebar .filter-options-title {
    padding: 10px 40px 0 10px;
}
@media (min-width: 768px) {
    .magezon-builder .mgz-element-sidebar .filter-options-item:before,
    .magezon-builder .mgz-element-sidebar .filter-options-item:after {
        display: none !important;
        border: 0 !important;
    }
    .magezon-builder .mgz-element-sidebar .filter-options-content {
        position: static;
        border: 0;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        width: 100%;
    }
}
.mgz-countdown {
    -webkit-align-self: center;
    -ms-align-self: center;
    align-self: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    padding: 30px;
}
.mgz-countdown .mgz-countdown-heading-wrapper {
    text-align: left;
}
.mgz-countdown .mgz-countdown-subheading {
    font-size: 1.4rem;
}
.mgz-countdown .mgz-countdown-heading {
    font-size: 18px;
    font-weight: 700;
}
.mgz-countdown .mgz-countdown-number {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    position: relative;
    display: inline-block;
}
.mgz-countdown .mgz-countdown-counter-wrapper {
    -webkit-flex-grow: 1;
    -ms-flex-grow: 1;
    flex-grow: 1;
}
.mgz-countdown .mgz-countdown-unit {
    position: relative;
    padding: 10px;
}
.mgz-countdown .mgz-countdown-unit-number {
    font-size: 24px;
    line-height: 1;
}
.mgz-countdown .mgz-countdown-unit-label {
    font-size: 1.4rem;
}
.mgz-countdown .mgz-countdown-unit-label {
    min-width: 80px;
}
.mgz-countdown .svg-container {
    display: inline-block;
    position: relative;
    z-index: 1;
    width: 100%;
    height: auto;
    padding-bottom: 100%;
}
.mgz-countdown .svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.mgz-countdown.mgz-countdown-text-inline .mgz-countdown-unit-label {
    min-width: auto;
    display: inline-block;
}
.mgz-countdown .mgz-countdown-link-wrapper {
    padding: 10px;
}
.mgz-countdown-separator-colon .mgz-countdown-number:after {
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    content: ":";
    font-size: 30px;
    position: absolute;
    right: 0px;
    top: 50%;
    z-index: 10;
    display: inline-block;
}
.mgz-countdown-separator-colon .mgz-countdown-number:last-child:after {
    display: none;
}
.mgz-countdown-separator-line .mgz-countdown-number:after {
    content: "";
    display: inline-block;
    top: 0px;
    bottom: 0px;
    z-index: 10;
    border-right: 1px solid #cccccc;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    left: auto;
}
.mgz-countdown-separator-line .mgz-countdown-number:last-child:after {
    display: none;
}
.mgz-countdown-circle .mgz-countdown-unit {
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 11;
}
@media (max-width: 767px) {
    .mgz-countdown {
        display: block;
        padding: 10px;
    }
    .mgz-countdown .mgz-countdown-counter-wrapper {
        margin-top: 20px;
        margin-bottom: 10px;
    }
    .mgz-countdown .mgz-countdown-heading-wrapper,
    .mgz-countdown .mgz-countdown-link-wrapper {
        text-align: center;
    }
    .mgz-countdown.mgz-countdown-text-inline .mgz-countdown-unit-label {
        min-width: 80px;
        display: block;
    }
    .mgz-countdown.mgz-countdown-separator-colon .mgz-countdown-number:after {
        display: none;
    }
    .mgz-countdown .mgz-countdown-unit {
        padding: 10px !important;
    }
}
.page-layout-1column-fullwidth #maincontent {
    max-width: 100%;
    margin: 0;
    padding: 0;
}
.page-layout-1column,
.page-layout-2columns-left,
.page-layout-2columns-right,
.page-layout-1column-fullwidth {
    overflow-x: hidden;
}
.magezon-builder {
    position: relative;
    z-index: 2;
}
.magezon-builder:before,
.magezon-builder:after {
    content: " ";
    display: table;
    clear: both;
}
.magezon-builder * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.magezon-builder iframe,
.magezon-builder video,
.magezon-builder img {
    max-width: 100%;
}
.magezon-builder p {
    margin-top: 0;
}
.mgz-block-heading {
    margin-bottom: 10px;
    padding-bottom: 10px;
    position: relative;
    text-align: center;
}
.mgz-block-heading.mgz-block-heading-line:before {
    content: "";
    display: block;
    height: 1px;
    width: 100%;
    background: #cecece;
    position: absolute;
    top: 40%;
    z-index: 0;
}
.mgz-block-heading.mgz-block-heading-line .title {
    display: inline-block;
    background: #fff;
    padding: 0;
    position: relative;
}
.mgz-block-heading.mgz-block-heading-line h2 {
    font-weight: 500;
}
.mgz-block-heading.mgz-block-heading-line-position-bottom:before {
    bottom: 0;
    top: auto;
}
.mgz-block-heading.mgz-block-heading-align-center {
    text-align: center;
}
.mgz-block-heading.mgz-block-heading-align-center .title {
    padding: 0 10px;
}
.mgz-block-heading.mgz-block-heading-align-left {
    text-align: left;
}
.mgz-block-heading.mgz-block-heading-align-left .title {
    padding-right: 10px;
}
.mgz-block-heading.mgz-block-heading-align-right {
    text-align: right;
}
.mgz-block-heading.mgz-block-heading-align-right .title {
    padding-left: 10px;
}
.mgz-block-heading .title {
    margin: 0;
    font-weight: 400;
}
.mgz-block-heading .info {
    margin: 0;
}
.mgz_fit {
    width: 1%;
}
.magezon-builder-btn {
    background: #007dbd;
    border-color: #007dbd;
    color: #fff;
    position: relative;
    text-align: left;
    font-weight: 500;
    line-height: 1.4;
    padding: 0.6rem 1em 0.6rem 35px;
    display: inline-block;
    margin-bottom: 10px;
}
.magezon-builder-btn:hover {
    color: #fff;
    text-decoration: none;
    background: #0073ae;
}
.magezon-builder-btn i {
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    font-size: 25px;
    position: absolute;
    left: 15px;
}
table .magezon-builder .mgz-container {
    width: 100%;
}
.mgz-condition-html .rule-tree ul {
    padding-left: 16px;
}
.mgz-builder-single_image-icon {
    background-image: url("../../frontend/bluesky/bluesky_kalles_default/en_US/Magezon_Builder/images/icons/element-icon-single-image.svg") !important;
}
.item.product .magezon-builder .mgz-container {
    width: 100%;
}
.mgz-builder-wrapper._disabled > .admin__field-control > button,
.mgz-builder-wrapper._disabled > .admin__field-control .mgz-builder {
    cursor: default;
    opacity: 0.5;
    pointer-events: none;
}
.mgz-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}
.mgz-absolute-link {
    position: absolute;
    z-index: 11;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}
.admin__form-loading-mask[data-component="linkbuilder_form.linkbuilder_form"] {
    display: none;
}
.mgz-image-switch-after {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
}
.mgz-image-switch:hover .mgz-image-switch-before {
    opacity: 0;
}
.mgz-image-switch:hover .mgz-image-switch-after {
    opacity: 1;
}
body._has-modal .mgz-modal {
    z-index: 799 !important;
}
@media all and (min-width: 768px) {
  html {
    height: auto !important;
  }
}/*!
Chosen, a Select Box Enhancer for jQuery and Prototype
by Patrick Filler for Harvest, http://getharvest.com

Version 1.4.2
Full source at https://github.com/harvesthq/chosen
Copyright (c) 2011-2015 Harvest http://getharvest.com

MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
This file is generated by `grunt build`, do not edit it by hand.
*/

/* @group Base */
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
  *display: inline;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.chosen-container * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  left: -9999px;
  z-index: 1010;
  width: 100%;
  border: 1px solid #e8e8e8;
  border-top: 0;
  background: #fff;
}
.chosen-container.chosen-with-drop .chosen-drop {
  left: 0;
}
.chosen-container a {
  cursor: pointer;
}
.chosen-container .search-choice .group-name, .chosen-container .chosen-single .group-name {
  margin-right: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: normal;
  color: #999999;
}
.chosen-container .search-choice .group-name:after, .chosen-container .chosen-single .group-name:after {
  content: ":";
  padding-left: 2px;
  vertical-align: top;
}

/* @end */
/* @group Single Chosen */
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  border: 1px solid #e8e8e8;
  background-color: #fff;
  text-decoration: none;
  white-space: nowrap;
  padding: 6px 15px;
  color: inherit;
}
.chosen-container-single .chosen-default {
  color: #999;
}
.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
}
.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url('../../frontend/bluesky/bluesky_kalles_default/en_US/Blueskytechco_RokanBase/css/chosen-sprite.png') -42px 1px no-repeat;
  font-size: 1px;
}
.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px;
}
.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px;
}
.chosen-container-single .chosen-single div {
  position: absolute;
  top: 50%;
  right: 10px;
  display: block;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
}
.chosen-container-single .chosen-single div b:before{
  font-family: 'FontAwesome';
  content: "\f0d7";
}
.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap;
}
.chosen-container-single .chosen-search input[type="text"] {
  margin: 1px 0;
  padding: 6px 15px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #e8e8e8;
  line-height: normal;
  border-radius: 0;
}
.chosen-container-single .chosen-drop {
  margin-top: -1px;
  background-clip: padding-box;
}
.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  left: -9999px;
}

/* @end */
/* @group Results */
.chosen-container .chosen-results {
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch;
}
.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  word-wrap: break-word;
  -webkit-touch-callout: none;
}
.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}
.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default;
}
.chosen-container .chosen-results li.highlighted {
  background-color: #b11e22;
  color: #fff;
}
.chosen-container .chosen-results li.no-results {
  color: #777;
  display: list-item;
  background: #fafafa;
}
.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default;
}
.chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}
.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}

/* @end */
/* @group Multi Chosen */
.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0 5px;
  width: 100%;
  height: auto !important;
  height: 1%;
  border: 1px solid #aaa;
  background-color: #fff;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background-image: -webkit-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: -moz-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: -o-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: linear-gradient(#eeeeee 1%, #ffffff 15%);
  cursor: text;
}
.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}
.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  margin: 1px 0;
  padding: 0;
  height: 25px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none;
  color: #999;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}
.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 5px 3px 0;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaa;
  max-width: 100%;
  border-radius: 3px;
  background-color: #eeeeee;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-size: 100% 19px;
  background-repeat: repeat-x;
  background-clip: padding-box;
  box-shadow: 0 0 2px white inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  line-height: 13px;
  cursor: default;
}
.chosen-container-multi .chosen-choices li.search-choice span {
  word-wrap: break-word;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url('../../frontend/bluesky/bluesky_kalles_default/en_US/Blueskytechco_RokanBase/css/chosen-sprite.png') -42px 1px no-repeat;
  font-size: 1px;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px;
}
.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  color: #666;
}
.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4;
}
.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}
.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}
.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default;
}

/* @end */
/* @group Active  */

.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent;
}
.chosen-container-active .chosen-choices li.search-field input[type="text"] {
  color: #222 !important;
}

/* @end */
/* @group Disabled Support */
.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default;
}
.chosen-disabled .chosen-single {
  cursor: default;
}
.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}

/* @end */
/* @group Right to Left */
.chosen-rtl {
  text-align: right;
}
.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0;
}
.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl;
}
.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px;
}
.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px;
}
.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px;
}
.chosen-rtl .chosen-choices li {
  float: right;
}
.chosen-rtl .chosen-choices li.search-field input[type="text"] {
  direction: rtl;
}
.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}
.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px;
}
.chosen-rtl.chosen-container-single-nosearch .chosen-search,
.chosen-rtl .chosen-drop {
  left: 9999px;
}
.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}
.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0;
}
.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none;
}
.chosen-rtl .chosen-search input[type="text"] {
  padding: 4px 5px 4px 20px;
  background: white url('../../frontend/bluesky/bluesky_kalles_default/en_US/Blueskytechco_RokanBase/css/chosen-sprite.png') no-repeat -30px -20px;
  background: url('../../frontend/bluesky/bluesky_kalles_default/en_US/Blueskytechco_RokanBase/css/chosen-sprite.png') no-repeat -30px -20px;
  direction: rtl;
}
.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px;
}
.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px;
}

/* @end */

/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*

	Contents:

	1. Buttons
	2. Share modal and links
	3. Index indicator ("1 of X" counter)
	4. Caption
	5. Loading indicator
	6. Additional styles (root element, top bar, idle state, hidden state, etc.)

*/
/*
	
	1. Buttons

 */
/* <button> css reset */
.pswp__button {
  width: 44px;
  height: 44px;
  position: relative;
  background: none;
  cursor: pointer;
  overflow: visible;
  -webkit-appearance: none;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
  float: right;
  opacity: 0.75;
  -webkit-transition: opacity 0.2s;
          transition: opacity 0.2s;
  -webkit-box-shadow: none;
          box-shadow: none; }
  .pswp__button:focus, .pswp__button:hover {
    opacity: 1; }
  .pswp__button:active {
    outline: none;
    opacity: 0.9; }
  .pswp__button::-moz-focus-inner {
    padding: 0;
    border: 0; }

/* pswp__ui--over-close class it added when mouse is over element that should close gallery */
.pswp__ui--over-close .pswp__button--close {
  opacity: 1; }

.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  background: url(../../frontend/bluesky/bluesky_kalles_default/en_US/Blueskytechco_RokanBase/css/default-skin/default-skin.png) 0 0 no-repeat;
  background-size: 264px 88px;
  width: 44px;
  height: 44px; }

@media (-webkit-min-device-pixel-ratio: 1.1), (-webkit-min-device-pixel-ratio: 1.09375), (min-resolution: 105dpi), (min-resolution: 1.1dppx) {
  /* Serve SVG sprite if browser supports SVG and resolution is more than 105dpi */
  .pswp--svg .pswp__button,
  .pswp--svg .pswp__button--arrow--left:before,
  .pswp--svg .pswp__button--arrow--right:before {
    background-image: url(../../frontend/bluesky/bluesky_kalles_default/en_US/Blueskytechco_RokanBase/css/default-skin/default-skin.svg); }
  .pswp--svg .pswp__button--arrow--left,
  .pswp--svg .pswp__button--arrow--right {
    background: none; } }

.pswp__button--close {
  background-position: 0 -44px; }

.pswp__button--share {
  background-position: -44px -44px; }

.pswp__button--fs {
  display: none; }

.pswp--supports-fs .pswp__button--fs {
  display: block; }

.pswp--fs .pswp__button--fs {
  background-position: -44px 0; }

.pswp__button--zoom {
  display: none;
  background-position: -88px 0; }

.pswp--zoom-allowed .pswp__button--zoom {
  display: block; }

.pswp--zoomed-in .pswp__button--zoom {
  background-position: -132px 0; }

/* no arrows on touch screens */
.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
  visibility: hidden; }

/*
	Arrow buttons hit area
	(icon is added to :before pseudo-element)
*/
.pswp__button--arrow--left,
.pswp__button--arrow--right {
  background: none;
  top: 50%;
  margin-top: -50px;
  width: 70px;
  height: 100px;
  position: absolute; }

.pswp__button--arrow--left {
  left: 0; }

.pswp__button--arrow--right {
  right: 0; }

.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  content: '';
  top: 35px;
  background-color: rgba(0, 0, 0, 0.3);
  height: 30px;
  width: 32px;
  position: absolute; }

.pswp__button--arrow--left:before {
  left: 6px;
  background-position: -138px -44px; }

.pswp__button--arrow--right:before {
  right: 6px;
  background-position: -94px -44px; }

/*

	2. Share modal/popup and links

 */
.pswp__counter,
.pswp__share-modal {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none; }

.pswp__share-modal {
  display: block;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 10px;
  position: absolute;
  z-index: 1600;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
          transition: opacity 0.25s ease-out;
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__share-modal--hidden {
  display: none; }

.pswp__share-tooltip {
  z-index: 1620;
  position: absolute;
  background: #FFF;
  top: 56px;
  border-radius: 2px;
  display: block;
  width: auto;
  right: 44px;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  -webkit-transform: translateY(6px);
      -ms-transform: translateY(6px);
          transform: translateY(6px);
  -webkit-transition: -webkit-transform 0.25s;
          transition: transform 0.25s;
  -webkit-backface-visibility: hidden;
  will-change: transform; }
  .pswp__share-tooltip a {
    display: block;
    padding: 8px 12px;
    color: #000;
    text-decoration: none;
    font-size: 14px;
    line-height: 18px; }
    .pswp__share-tooltip a:hover {
      text-decoration: none;
      color: #000; }
    .pswp__share-tooltip a:first-child {
      /* round corners on the first/last list item */
      border-radius: 2px 2px 0 0; }
    .pswp__share-tooltip a:last-child {
      border-radius: 0 0 2px 2px; }

.pswp__share-modal--fade-in {
  opacity: 1; }
  .pswp__share-modal--fade-in .pswp__share-tooltip {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0); }

/* increase size of share links on touch devices */
.pswp--touch .pswp__share-tooltip a {
  padding: 16px 12px; }

a.pswp__share--facebook:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: -12px;
  right: 15px;
  border: 6px solid transparent;
  border-bottom-color: #FFF;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  pointer-events: none; }

a.pswp__share--facebook:hover {
  background: #3E5C9A;
  color: #FFF; }
  a.pswp__share--facebook:hover:before {
    border-bottom-color: #3E5C9A; }

a.pswp__share--twitter:hover {
  background: #55ACEE;
  color: #FFF; }

a.pswp__share--pinterest:hover {
  background: #CCC;
  color: #CE272D; }

a.pswp__share--download:hover {
  background: #DDD; }

/*

	3. Index indicator ("1 of X" counter)

 */
.pswp__counter {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  font-size: 13px;
  line-height: 44px;
  color: #FFF;
  opacity: 0.75;
  padding: 0 10px; }

/*
	
	4. Caption

 */
.pswp__caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 44px; }
  .pswp__caption small {
    font-size: 11px;
    color: #BBB; }

.pswp__caption__center {
  text-align: left;
  max-width: 420px;
  margin: 0 auto;
  font-size: 13px;
  padding: 10px;
  line-height: 20px;
  color: #CCC; }

.pswp__caption--empty {
  display: none; }

/* Fake caption element, used to calculate height of next/prev image */
.pswp__caption--fake {
  visibility: hidden; }

/*

	5. Loading indicator (preloader)

	You can play with it here - http://codepen.io/dimsemenov/pen/yyBWoR

 */
.pswp__preloader {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -22px;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
          transition: opacity 0.25s ease-out;
  will-change: opacity;
  direction: ltr; }

.pswp__preloader__icn {
  width: 20px;
  height: 20px;
  margin: 12px; }

.pswp__preloader--active {
  opacity: 1; }
  .pswp__preloader--active .pswp__preloader__icn {
    /* We use .gif in browsers that don't support CSS animation */
    background: url(../../frontend/bluesky/bluesky_kalles_default/en_US/Blueskytechco_RokanBase/css/default-skin/preloader.gif) 0 0 no-repeat; }

.pswp--css_animation .pswp__preloader--active {
  opacity: 1; }
  .pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
    -webkit-animation: clockwise 500ms linear infinite;
            animation: clockwise 500ms linear infinite; }
  .pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
    -webkit-animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
            animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite; }

.pswp--css_animation .pswp__preloader__icn {
  background: none;
  opacity: 0.75;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 15px;
  top: 15px;
  margin: 0; }

.pswp--css_animation .pswp__preloader__cut {
  /* 
			The idea of animating inner circle is based on Polymer ("material") loading indicator 
			 by Keanu Lee https://blog.keanulee.com/2014/10/20/the-tale-of-three-spinners.html
		*/
  position: relative;
  width: 7px;
  height: 14px;
  overflow: hidden; }

.pswp--css_animation .pswp__preloader__donut {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 14px;
  height: 14px;
  border: 2px solid #FFF;
  border-radius: 50%;
  border-left-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  background: none;
  margin: 0; }

@media screen and (max-width: 1024px) {
  .pswp__preloader {
    position: relative;
    left: auto;
    top: auto;
    margin: 0;
    float: right; } }

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

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

@-webkit-keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  50% {
    -webkit-transform: rotate(-140deg);
            transform: rotate(-140deg); }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0); } }

@keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  50% {
    -webkit-transform: rotate(-140deg);
            transform: rotate(-140deg); }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0); } }

/*
	
	6. Additional styles

 */
/* root element of UI */
.pswp__ui {
  -webkit-font-smoothing: auto;
  visibility: visible;
  opacity: 1;
  z-index: 1550; }

/* top black bar with buttons and "1 of X" indicator */
.pswp__top-bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  width: 100%; }

.pswp__caption,
.pswp__top-bar,
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  -webkit-backface-visibility: hidden;
  will-change: opacity;
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
          transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

/* pswp--has_mouse class is added only when two subsequent mousemove events occur */
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  visibility: visible; }

.pswp__top-bar,
.pswp__caption {
  background-color: rgba(0, 0, 0, 0.5); }

/* pswp__ui--fit class is added when main image "fits" between top bar and bottom bar (caption) */
.pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption {
  background-color: rgba(0, 0, 0, 0.3); }

/* pswp__ui--idle class is added when mouse isn't moving for several seconds (JS option timeToIdle) */
.pswp__ui--idle .pswp__top-bar {
  opacity: 0; }

.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
  opacity: 0; }

/*
	pswp__ui--hidden class is added when controls are hidden
	e.g. when user taps to toggle visibility of controls
*/
.pswp__ui--hidden .pswp__top-bar,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right {
  /* Force paint & create composition layer for controls. */
  opacity: 0.001; }

/* pswp__ui--one-slide class is added when there is just one item in gallery */
.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
  display: none; }

.pswp__element--disabled {
  display: none !important; }

.pswp--minimal--dark .pswp__top-bar {
  background: none; }
/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none; }
  .pswp * {
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .pswp img {
    max-width: none; }

/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
          transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--open {
  display: block; }

.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab; }

.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing; }

/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.pswp__container,
.pswp__zoom-wrap {
  -ms-touch-action: none;
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none; }

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  /* for open/close transition */
  -webkit-transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
          transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
          transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  -webkit-transition: none;
  transition: none; }

.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden; }

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden; }

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0; }

/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden; }

/*
	div element that matches size of large image
	large image loads on top of it
*/
.pswp__img--placeholder--blank {
  background: #222; }

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0; }

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC; }

.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline; }
.la,.lab,.lad,.lal,.lar,.las{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1}.la-lg{font-size:1.33333em;line-height:.75em;vertical-align:-.0667em}.la-xs{font-size:.75em}.la-sm{font-size:.875em}.la-1x{font-size:1em}.la-2x{font-size:2em}.la-3x{font-size:3em}.la-4x{font-size:4em}.la-5x{font-size:5em}.la-6x{font-size:6em}.la-7x{font-size:7em}.la-8x{font-size:8em}.la-9x{font-size:9em}.la-10x{font-size:10em}.la-fw{text-align:center;width:1.25em}.la-ul{list-style-type:none;margin-left:2.5em;padding-left:0}.la-ul>li{position:relative}.la-li{left:-2em;position:absolute;text-align:center;width:2em;line-height:inherit}.la-border{border:solid .08em #eee;border-radius:.1em;padding:.2em .25em .15em}.la-pull-left{float:left}.la-pull-right{float:right}.la.la-pull-left,.lab.la-pull-left,.lal.la-pull-left,.lar.la-pull-left,.las.la-pull-left{margin-right:.3em}.la.la-pull-right,.lab.la-pull-right,.lal.la-pull-right,.lar.la-pull-right,.las.la-pull-right{margin-left:.3em}.la-spin{-webkit-animation:la-spin 2s infinite linear;animation:la-spin 2s infinite linear}.la-pulse{-webkit-animation:la-spin 1s infinite steps(8);animation:la-spin 1s infinite steps(8)}@-webkit-keyframes la-spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes la-spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.la-rotate-90{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.la-rotate-180{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.la-rotate-270{-webkit-transform:rotate(270deg);transform:rotate(270deg)}.la-flip-horizontal{-webkit-transform:scale(-1,1);transform:scale(-1,1)}.la-flip-vertical{-webkit-transform:scale(1,-1);transform:scale(1,-1)}.la-flip-both,.la-flip-horizontal.la-flip-vertical{-webkit-transform:scale(-1,-1);transform:scale(-1,-1)}:root .la-flip-both,:root .la-flip-horizontal,:root .la-flip-vertical,:root .la-rotate-180,:root .la-rotate-270,:root .la-rotate-90{-webkit-filter:none;filter:none}.la-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}.la-stack-1x,.la-stack-2x{left:0;position:absolute;text-align:center;width:100%}.la-stack-1x{line-height:inherit}.la-stack-2x{font-size:2em}.la-inverse{color:#fff}.la-500px:before{content:"\f26e"}.la-accessible-icon:before{content:"\f368"}.la-accusoft:before{content:"\f369"}.la-acquisitions-incorporated:before{content:"\f6af"}.la-ad:before{content:"\f641"}.la-address-book:before{content:"\f2b9"}.la-address-card:before{content:"\f2bb"}.la-adjust:before{content:"\f042"}.la-adn:before{content:"\f170"}.la-adobe:before{content:"\f778"}.la-adversal:before{content:"\f36a"}.la-affiliatetheme:before{content:"\f36b"}.la-air-freshener:before{content:"\f5d0"}.la-airbnb:before{content:"\f834"}.la-algolia:before{content:"\f36c"}.la-align-center:before{content:"\f037"}.la-align-justify:before{content:"\f039"}.la-align-left:before{content:"\f036"}.la-align-right:before{content:"\f038"}.la-alipay:before{content:"\f642"}.la-allergies:before{content:"\f461"}.la-amazon:before{content:"\f270"}.la-amazon-pay:before{content:"\f42c"}.la-ambulance:before{content:"\f0f9"}.la-american-sign-language-interpreting:before{content:"\f2a3"}.la-amilia:before{content:"\f36d"}.la-anchor:before{content:"\f13d"}.la-android:before{content:"\f17b"}.la-angellist:before{content:"\f209"}.la-angle-double-down:before{content:"\f103"}.la-angle-double-left:before{content:"\f100"}.la-angle-double-right:before{content:"\f101"}.la-angle-double-up:before{content:"\f102"}.la-angle-down:before{content:"\f107"}.la-angle-left:before{content:"\f104"}.la-angle-right:before{content:"\f105"}.la-angle-up:before{content:"\f106"}.la-angry:before{content:"\f556"}.la-angrycreative:before{content:"\f36e"}.la-angular:before{content:"\f420"}.la-ankh:before{content:"\f644"}.la-app-store:before{content:"\f36f"}.la-app-store-ios:before{content:"\f370"}.la-apper:before{content:"\f371"}.la-apple:before{content:"\f179"}.la-apple-alt:before{content:"\f5d1"}.la-apple-pay:before{content:"\f415"}.la-archive:before{content:"\f187"}.la-archway:before{content:"\f557"}.la-arrow-alt-circle-down:before{content:"\f358"}.la-arrow-alt-circle-left:before{content:"\f359"}.la-arrow-alt-circle-right:before{content:"\f35a"}.la-arrow-alt-circle-up:before{content:"\f35b"}.la-arrow-circle-down:before{content:"\f0ab"}.la-arrow-circle-left:before{content:"\f0a8"}.la-arrow-circle-right:before{content:"\f0a9"}.la-arrow-circle-up:before{content:"\f0aa"}.la-arrow-down:before{content:"\f063"}.la-arrow-left:before{content:"\f060"}.la-arrow-right:before{content:"\f061"}.la-arrow-up:before{content:"\f062"}.la-arrows-alt:before{content:"\f0b2"}.la-arrows-alt-h:before{content:"\f337"}.la-arrows-alt-v:before{content:"\f338"}.la-artstation:before{content:"\f77a"}.la-assistive-listening-systems:before{content:"\f2a2"}.la-asterisk:before{content:"\f069"}.la-asymmetrik:before{content:"\f372"}.la-at:before{content:"\f1fa"}.la-atlas:before{content:"\f558"}.la-atlassian:before{content:"\f77b"}.la-atom:before{content:"\f5d2"}.la-audible:before{content:"\f373"}.la-audio-description:before{content:"\f29e"}.la-autoprefixer:before{content:"\f41c"}.la-avianex:before{content:"\f374"}.la-aviato:before{content:"\f421"}.la-award:before{content:"\f559"}.la-aws:before{content:"\f375"}.la-baby:before{content:"\f77c"}.la-baby-carriage:before{content:"\f77d"}.la-backspace:before{content:"\f55a"}.la-backward:before{content:"\f04a"}.la-bacon:before{content:"\f7e5"}.la-balance-scale:before{content:"\f24e"}.la-balance-scale-left:before{content:"\f515"}.la-balance-scale-right:before{content:"\f516"}.la-ban:before{content:"\f05e"}.la-band-aid:before{content:"\f462"}.la-bandcamp:before{content:"\f2d5"}.la-barcode:before{content:"\f02a"}.la-bars:before{content:"\f0c9"}.la-baseball-ball:before{content:"\f433"}.la-basketball-ball:before{content:"\f434"}.la-bath:before{content:"\f2cd"}.la-battery-empty:before{content:"\f244"}.la-battery-full:before{content:"\f240"}.la-battery-half:before{content:"\f242"}.la-battery-quarter:before{content:"\f243"}.la-battery-three-quarters:before{content:"\f241"}.la-battle-net:before{content:"\f835"}.la-bed:before{content:"\f236"}.la-beer:before{content:"\f0fc"}.la-behance:before{content:"\f1b4"}.la-behance-square:before{content:"\f1b5"}.la-bell:before{content:"\f0f3"}.la-bell-slash:before{content:"\f1f6"}.la-bezier-curve:before{content:"\f55b"}.la-bible:before{content:"\f647"}.la-bicycle:before{content:"\f206"}.la-biking:before{content:"\f84a"}.la-bimobject:before{content:"\f378"}.la-binoculars:before{content:"\f1e5"}.la-biohazard:before{content:"\f780"}.la-birthday-cake:before{content:"\f1fd"}.la-bitbucket:before{content:"\f171"}.la-bitcoin:before{content:"\f379"}.la-bity:before{content:"\f37a"}.la-black-tie:before{content:"\f27e"}.la-blackberry:before{content:"\f37b"}.la-blender:before{content:"\f517"}.la-blender-phone:before{content:"\f6b6"}.la-blind:before{content:"\f29d"}.la-blog:before{content:"\f781"}.la-blogger:before{content:"\f37c"}.la-blogger-b:before{content:"\f37d"}.la-bluetooth:before{content:"\f293"}.la-bluetooth-b:before{content:"\f294"}.la-bold:before{content:"\f032"}.la-bolt:before{content:"\f0e7"}.la-bomb:before{content:"\f1e2"}.la-bone:before{content:"\f5d7"}.la-bong:before{content:"\f55c"}.la-book:before{content:"\f02d"}.la-book-dead:before{content:"\f6b7"}.la-book-medical:before{content:"\f7e6"}.la-book-open:before{content:"\f518"}.la-book-reader:before{content:"\f5da"}.la-bookmark:before{content:"\f02e"}.la-bootstrap:before{content:"\f836"}.la-border-all:before{content:"\f84c"}.la-border-none:before{content:"\f850"}.la-border-style:before{content:"\f853"}.la-bowling-ball:before{content:"\f436"}.la-box:before{content:"\f466"}.la-box-open:before{content:"\f49e"}.la-boxes:before{content:"\f468"}.la-braille:before{content:"\f2a1"}.la-brain:before{content:"\f5dc"}.la-bread-slice:before{content:"\f7ec"}.la-briefcase:before{content:"\f0b1"}.la-briefcase-medical:before{content:"\f469"}.la-broadcast-tower:before{content:"\f519"}.la-broom:before{content:"\f51a"}.la-brush:before{content:"\f55d"}.la-btc:before{content:"\f15a"}.la-buffer:before{content:"\f837"}.la-bug:before{content:"\f188"}.la-building:before{content:"\f1ad"}.la-bullhorn:before{content:"\f0a1"}.la-bullseye:before{content:"\f140"}.la-burn:before{content:"\f46a"}.la-buromobelexperte:before{content:"\f37f"}.la-bus:before{content:"\f207"}.la-bus-alt:before{content:"\f55e"}.la-business-time:before{content:"\f64a"}.la-buy-n-large:before{content:"\f8a6"}.la-buysellads:before{content:"\f20d"}.la-calculator:before{content:"\f1ec"}.la-calendar:before{content:"\f133"}.la-calendar-alt:before{content:"\f073"}.la-calendar-check:before{content:"\f274"}.la-calendar-day:before{content:"\f783"}.la-calendar-minus:before{content:"\f272"}.la-calendar-plus:before{content:"\f271"}.la-calendar-times:before{content:"\f273"}.la-calendar-week:before{content:"\f784"}.la-camera:before{content:"\f030"}.la-camera-retro:before{content:"\f083"}.la-campground:before{content:"\f6bb"}.la-canadian-maple-leaf:before{content:"\f785"}.la-candy-cane:before{content:"\f786"}.la-cannabis:before{content:"\f55f"}.la-capsules:before{content:"\f46b"}.la-car:before{content:"\f1b9"}.la-car-alt:before{content:"\f5de"}.la-car-battery:before{content:"\f5df"}.la-car-crash:before{content:"\f5e1"}.la-car-side:before{content:"\f5e4"}.la-caret-down:before{content:"\f0d7"}.la-caret-left:before{content:"\f0d9"}.la-caret-right:before{content:"\f0da"}.la-caret-square-down:before{content:"\f150"}.la-caret-square-left:before{content:"\f191"}.la-caret-square-right:before{content:"\f152"}.la-caret-square-up:before{content:"\f151"}.la-caret-up:before{content:"\f0d8"}.la-carrot:before{content:"\f787"}.la-cart-arrow-down:before{content:"\f218"}.la-cart-plus:before{content:"\f217"}.la-cash-register:before{content:"\f788"}.la-cat:before{content:"\f6be"}.la-cc-amazon-pay:before{content:"\f42d"}.la-cc-amex:before{content:"\f1f3"}.la-cc-apple-pay:before{content:"\f416"}.la-cc-diners-club:before{content:"\f24c"}.la-cc-discover:before{content:"\f1f2"}.la-cc-jcb:before{content:"\f24b"}.la-cc-mastercard:before{content:"\f1f1"}.la-cc-paypal:before{content:"\f1f4"}.la-cc-stripe:before{content:"\f1f5"}.la-cc-visa:before{content:"\f1f0"}.la-centercode:before{content:"\f380"}.la-centos:before{content:"\f789"}.la-certificate:before{content:"\f0a3"}.la-chair:before{content:"\f6c0"}.la-chalkboard:before{content:"\f51b"}.la-chalkboard-teacher:before{content:"\f51c"}.la-charging-station:before{content:"\f5e7"}.la-chart-area:before{content:"\f1fe"}.la-chart-bar:before{content:"\f080"}.la-chart-line:before{content:"\f201"}.la-chart-pie:before{content:"\f200"}.la-check:before{content:"\f00c"}.la-check-circle:before{content:"\f058"}.la-check-double:before{content:"\f560"}.la-check-square:before{content:"\f14a"}.la-cheese:before{content:"\f7ef"}.la-chess:before{content:"\f439"}.la-chess-bishop:before{content:"\f43a"}.la-chess-board:before{content:"\f43c"}.la-chess-king:before{content:"\f43f"}.la-chess-knight:before{content:"\f441"}.la-chess-pawn:before{content:"\f443"}.la-chess-queen:before{content:"\f445"}.la-chess-rook:before{content:"\f447"}.la-chevron-circle-down:before{content:"\f13a"}.la-chevron-circle-left:before{content:"\f137"}.la-chevron-circle-right:before{content:"\f138"}.la-chevron-circle-up:before{content:"\f139"}.la-chevron-down:before{content:"\f078"}.la-chevron-left:before{content:"\f053"}.la-chevron-right:before{content:"\f054"}.la-chevron-up:before{content:"\f077"}.la-child:before{content:"\f1ae"}.la-chrome:before{content:"\f268"}.la-chromecast:before{content:"\f838"}.la-church:before{content:"\f51d"}.la-circle:before{content:"\f111"}.la-circle-notch:before{content:"\f1ce"}.la-city:before{content:"\f64f"}.la-clinic-medical:before{content:"\f7f2"}.la-clipboard:before{content:"\f328"}.la-clipboard-check:before{content:"\f46c"}.la-clipboard-list:before{content:"\f46d"}.la-clock:before{content:"\f017"}.la-clone:before{content:"\f24d"}.la-closed-captioning:before{content:"\f20a"}.la-cloud:before{content:"\f0c2"}.la-cloud-download-alt:before{content:"\f381"}.la-cloud-meatball:before{content:"\f73b"}.la-cloud-moon:before{content:"\f6c3"}.la-cloud-moon-rain:before{content:"\f73c"}.la-cloud-rain:before{content:"\f73d"}.la-cloud-showers-heavy:before{content:"\f740"}.la-cloud-sun:before{content:"\f6c4"}.la-cloud-sun-rain:before{content:"\f743"}.la-cloud-upload-alt:before{content:"\f382"}.la-cloudscale:before{content:"\f383"}.la-cloudsmith:before{content:"\f384"}.la-cloudversify:before{content:"\f385"}.la-cocktail:before{content:"\f561"}.la-code:before{content:"\f121"}.la-code-branch:before{content:"\f126"}.la-codepen:before{content:"\f1cb"}.la-codiepie:before{content:"\f284"}.la-coffee:before{content:"\f0f4"}.la-cog:before{content:"\f013"}.la-cogs:before{content:"\f085"}.la-coins:before{content:"\f51e"}.la-columns:before{content:"\f0db"}.la-comment:before{content:"\f075"}.la-comment-alt:before{content:"\f27a"}.la-comment-dollar:before{content:"\f651"}.la-comment-dots:before{content:"\f4ad"}.la-comment-medical:before{content:"\f7f5"}.la-comment-slash:before{content:"\f4b3"}.la-comments:before{content:"\f086"}.la-comments-dollar:before{content:"\f653"}.la-compact-disc:before{content:"\f51f"}.la-compass:before{content:"\f14e"}.la-compress:before{content:"\f066"}.la-compress-arrows-alt:before{content:"\f78c"}.la-concierge-bell:before{content:"\f562"}.la-confluence:before{content:"\f78d"}.la-connectdevelop:before{content:"\f20e"}.la-contao:before{content:"\f26d"}.la-cookie:before{content:"\f563"}.la-cookie-bite:before{content:"\f564"}.la-copy:before{content:"\f0c5"}.la-copyright:before{content:"\f1f9"}.la-cotton-bureau:before{content:"\f89e"}.la-couch:before{content:"\f4b8"}.la-cpanel:before{content:"\f388"}.la-creative-commons:before{content:"\f25e"}.la-creative-commons-by:before{content:"\f4e7"}.la-creative-commons-nc:before{content:"\f4e8"}.la-creative-commons-nc-eu:before{content:"\f4e9"}.la-creative-commons-nc-jp:before{content:"\f4ea"}.la-creative-commons-nd:before{content:"\f4eb"}.la-creative-commons-pd:before{content:"\f4ec"}.la-creative-commons-pd-alt:before{content:"\f4ed"}.la-creative-commons-remix:before{content:"\f4ee"}.la-creative-commons-sa:before{content:"\f4ef"}.la-creative-commons-sampling:before{content:"\f4f0"}.la-creative-commons-sampling-plus:before{content:"\f4f1"}.la-creative-commons-share:before{content:"\f4f2"}.la-creative-commons-zero:before{content:"\f4f3"}.la-credit-card:before{content:"\f09d"}.la-critical-role:before{content:"\f6c9"}.la-crop:before{content:"\f125"}.la-crop-alt:before{content:"\f565"}.la-cross:before{content:"\f654"}.la-crosshairs:before{content:"\f05b"}.la-crow:before{content:"\f520"}.la-crown:before{content:"\f521"}.la-crutch:before{content:"\f7f7"}.la-css3:before{content:"\f13c"}.la-css3-alt:before{content:"\f38b"}.la-cube:before{content:"\f1b2"}.la-cubes:before{content:"\f1b3"}.la-cut:before{content:"\f0c4"}.la-cuttlefish:before{content:"\f38c"}.la-d-and-d:before{content:"\f38d"}.la-d-and-d-beyond:before{content:"\f6ca"}.la-dashcube:before{content:"\f210"}.la-database:before{content:"\f1c0"}.la-deaf:before{content:"\f2a4"}.la-delicious:before{content:"\f1a5"}.la-democrat:before{content:"\f747"}.la-deploydog:before{content:"\f38e"}.la-deskpro:before{content:"\f38f"}.la-desktop:before{content:"\f108"}.la-dev:before{content:"\f6cc"}.la-deviantart:before{content:"\f1bd"}.la-dharmachakra:before{content:"\f655"}.la-dhl:before{content:"\f790"}.la-diagnoses:before{content:"\f470"}.la-diaspora:before{content:"\f791"}.la-dice:before{content:"\f522"}.la-dice-d20:before{content:"\f6cf"}.la-dice-d6:before{content:"\f6d1"}.la-dice-five:before{content:"\f523"}.la-dice-four:before{content:"\f524"}.la-dice-one:before{content:"\f525"}.la-dice-six:before{content:"\f526"}.la-dice-three:before{content:"\f527"}.la-dice-two:before{content:"\f528"}.la-digg:before{content:"\f1a6"}.la-digital-ocean:before{content:"\f391"}.la-digital-tachograph:before{content:"\f566"}.la-directions:before{content:"\f5eb"}.la-discord:before{content:"\f392"}.la-discourse:before{content:"\f393"}.la-divide:before{content:"\f529"}.la-dizzy:before{content:"\f567"}.la-dna:before{content:"\f471"}.la-dochub:before{content:"\f394"}.la-docker:before{content:"\f395"}.la-dog:before{content:"\f6d3"}.la-dollar-sign:before{content:"\f155"}.la-dolly:before{content:"\f472"}.la-dolly-flatbed:before{content:"\f474"}.la-donate:before{content:"\f4b9"}.la-door-closed:before{content:"\f52a"}.la-door-open:before{content:"\f52b"}.la-dot-circle:before{content:"\f192"}.la-dove:before{content:"\f4ba"}.la-download:before{content:"\f019"}.la-draft2digital:before{content:"\f396"}.la-drafting-compass:before{content:"\f568"}.la-dragon:before{content:"\f6d5"}.la-draw-polygon:before{content:"\f5ee"}.la-dribble:before{content:"\f17d"}.la-dribble-square:before{content:"\f397"}.la-dropbox:before{content:"\f16b"}.la-drum:before{content:"\f569"}.la-drum-steelpan:before{content:"\f56a"}.la-drumstick-bite:before{content:"\f6d7"}.la-drupal:before{content:"\f1a9"}.la-dumbbell:before{content:"\f44b"}.la-dumpster:before{content:"\f793"}.la-dumpster-fire:before{content:"\f794"}.la-dungeon:before{content:"\f6d9"}.la-dyalog:before{content:"\f399"}.la-earlybirds:before{content:"\f39a"}.la-ebay:before{content:"\f4f4"}.la-edge:before{content:"\f282"}.la-edit:before{content:"\f044"}.la-egg:before{content:"\f7fb"}.la-eject:before{content:"\f052"}.la-elementor:before{content:"\f430"}.la-ellipsis-h:before{content:"\f141"}.la-ellipsis-v:before{content:"\f142"}.la-ello:before{content:"\f5f1"}.la-ember:before{content:"\f423"}.la-empire:before{content:"\f1d1"}.la-envelope:before{content:"\f0e0"}.la-envelope-open:before{content:"\f2b6"}.la-envelope-open-text:before{content:"\f658"}.la-envelope-square:before{content:"\f199"}.la-envira:before{content:"\f299"}.la-equals:before{content:"\f52c"}.la-eraser:before{content:"\f12d"}.la-erlang:before{content:"\f39d"}.la-ethereum:before{content:"\f42e"}.la-ethernet:before{content:"\f796"}.la-etsy:before{content:"\f2d7"}.la-euro-sign:before{content:"\f153"}.la-evernote:before{content:"\f839"}.la-exchange-alt:before{content:"\f362"}.la-exclamation:before{content:"\f12a"}.la-exclamation-circle:before{content:"\f06a"}.la-exclamation-triangle:before{content:"\f071"}.la-expand:before{content:"\f065"}.la-expand-arrows-alt:before{content:"\f31e"}.la-expeditedssl:before{content:"\f23e"}.la-external-link-alt:before{content:"\f35d"}.la-external-link-square-alt:before{content:"\f360"}.la-eye:before{content:"\f06e"}.la-eye-dropper:before{content:"\f1fb"}.la-eye-slash:before{content:"\f070"}.la-facebook:before{content:"\f09a"}.la-facebook-f:before{content:"\f39e"}.la-facebook-messenger:before{content:"\f39f"}.la-facebook-square:before{content:"\f082"}.la-fan:before{content:"\f863"}.la-fantasy-flight-games:before{content:"\f6dc"}.la-fast-backward:before{content:"\f049"}.la-fast-forward:before{content:"\f050"}.la-fax:before{content:"\f1ac"}.la-feather:before{content:"\f52d"}.la-feather-alt:before{content:"\f56b"}.la-fedex:before{content:"\f797"}.la-fedora:before{content:"\f798"}.la-female:before{content:"\f182"}.la-fighter-jet:before{content:"\f0fb"}.la-figma:before{content:"\f799"}.la-file:before{content:"\f15b"}.la-file-alt:before{content:"\f15c"}.la-file-archive:before{content:"\f1c6"}.la-file-audio:before{content:"\f1c7"}.la-file-code:before{content:"\f1c9"}.la-file-contract:before{content:"\f56c"}.la-file-csv:before{content:"\f6dd"}.la-file-download:before{content:"\f56d"}.la-file-excel:before{content:"\f1c3"}.la-file-export:before{content:"\f56e"}.la-file-image:before{content:"\f1c5"}.la-file-import:before{content:"\f56f"}.la-file-invoice:before{content:"\f570"}.la-file-invoice-dollar:before{content:"\f571"}.la-file-medical:before{content:"\f477"}.la-file-medical-alt:before{content:"\f478"}.la-file-pdf:before{content:"\f1c1"}.la-file-powerpoint:before{content:"\f1c4"}.la-file-prescription:before{content:"\f572"}.la-file-signature:before{content:"\f573"}.la-file-upload:before{content:"\f574"}.la-file-video:before{content:"\f1c8"}.la-file-word:before{content:"\f1c2"}.la-fill:before{content:"\f575"}.la-fill-drip:before{content:"\f576"}.la-film:before{content:"\f008"}.la-filter:before{content:"\f0b0"}.la-fingerprint:before{content:"\f577"}.la-fire:before{content:"\f06d"}.la-fire-alt:before{content:"\f7e4"}.la-fire-extinguisher:before{content:"\f134"}.la-firefox:before{content:"\f269"}.la-first-aid:before{content:"\f479"}.la-first-order:before{content:"\f2b0"}.la-first-order-alt:before{content:"\f50a"}.la-firstdraft:before{content:"\f3a1"}.la-fish:before{content:"\f578"}.la-fist-raised:before{content:"\f6de"}.la-flag:before{content:"\f024"}.la-flag-checkered:before{content:"\f11e"}.la-flag-usa:before{content:"\f74d"}.la-flask:before{content:"\f0c3"}.la-flickr:before{content:"\f16e"}.la-flipboard:before{content:"\f44d"}.la-flushed:before{content:"\f579"}.la-fly:before{content:"\f417"}.la-folder:before{content:"\f07b"}.la-folder-minus:before{content:"\f65d"}.la-folder-open:before{content:"\f07c"}.la-folder-plus:before{content:"\f65e"}.la-font:before{content:"\f031"}.la-font-awesome:before{content:"\f2b4"}.la-font-awesome-alt:before{content:"\f35c"}.la-font-awesome-flag:before{content:"\f425"}.la-font-awesome-logo-full:before{content:"\f4e6"}.la-fonticons:before{content:"\f280"}.la-fonticons-fi:before{content:"\f3a2"}.la-football-ball:before{content:"\f44e"}.la-fort-awesome:before{content:"\f286"}.la-fort-awesome-alt:before{content:"\f3a3"}.la-forumbee:before{content:"\f211"}.la-forward:before{content:"\f04e"}.la-foursquare:before{content:"\f180"}.la-free-code-camp:before{content:"\f2c5"}.la-freebsd:before{content:"\f3a4"}.la-frog:before{content:"\f52e"}.la-frown:before{content:"\f119"}.la-frown-open:before{content:"\f57a"}.la-fulcrum:before{content:"\f50b"}.la-funnel-dollar:before{content:"\f662"}.la-futbol:before{content:"\f1e3"}.la-galactic-republic:before{content:"\f50c"}.la-galactic-senate:before{content:"\f50d"}.la-gamepad:before{content:"\f11b"}.la-gas-pump:before{content:"\f52f"}.la-gavel:before{content:"\f0e3"}.la-gem:before{content:"\f3a5"}.la-genderless:before{content:"\f22d"}.la-get-pocket:before{content:"\f265"}.la-gg:before{content:"\f260"}.la-gg-circle:before{content:"\f261"}.la-ghost:before{content:"\f6e2"}.la-gift:before{content:"\f06b"}.la-gifts:before{content:"\f79c"}.la-git:before{content:"\f1d3"}.la-git-alt:before{content:"\f841"}.la-git-square:before{content:"\f1d2"}.la-github:before{content:"\f09b"}.la-github-alt:before{content:"\f113"}.la-github-square:before{content:"\f092"}.la-gitkraken:before{content:"\f3a6"}.la-gitlab:before{content:"\f296"}.la-gitter:before{content:"\f426"}.la-glass-cheers:before{content:"\f79f"}.la-glass-martini:before{content:"\f000"}.la-glass-martini-alt:before{content:"\f57b"}.la-glass-whiskey:before{content:"\f7a0"}.la-glasses:before{content:"\f530"}.la-glide:before{content:"\f2a5"}.la-glide-g:before{content:"\f2a6"}.la-globe:before{content:"\f0ac"}.la-globe-africa:before{content:"\f57c"}.la-globe-americas:before{content:"\f57d"}.la-globe-asia:before{content:"\f57e"}.la-globe-europe:before{content:"\f7a2"}.la-gofore:before{content:"\f3a7"}.la-golf-ball:before{content:"\f450"}.la-goodreads:before{content:"\f3a8"}.la-goodreads-g:before{content:"\f3a9"}.la-google:before{content:"\f1a0"}.la-google-drive:before{content:"\f3aa"}.la-google-play:before{content:"\f3ab"}.la-google-plus:before{content:"\f2b3"}.la-google-plus-g:before{content:"\f0d5"}.la-google-plus-square:before{content:"\f0d4"}.la-google-wallet:before{content:"\f1ee"}.la-gopuram:before{content:"\f664"}.la-graduation-cap:before{content:"\f19d"}.la-gratipay:before{content:"\f184"}.la-grav:before{content:"\f2d6"}.la-greater-than:before{content:"\f531"}.la-greater-than-equal:before{content:"\f532"}.la-grimace:before{content:"\f57f"}.la-grin:before{content:"\f580"}.la-grin-alt:before{content:"\f581"}.la-grin-beam:before{content:"\f582"}.la-grin-beam-sweat:before{content:"\f583"}.la-grin-hearts:before{content:"\f584"}.la-grin-squint:before{content:"\f585"}.la-grin-squint-tears:before{content:"\f586"}.la-grin-stars:before{content:"\f587"}.la-grin-tears:before{content:"\f588"}.la-grin-tongue:before{content:"\f589"}.la-grin-tongue-squint:before{content:"\f58a"}.la-grin-tongue-wink:before{content:"\f58b"}.la-grin-wink:before{content:"\f58c"}.la-grip-horizontal:before{content:"\f58d"}.la-grip-lines:before{content:"\f7a4"}.la-grip-lines-vertical:before{content:"\f7a5"}.la-grip-vertical:before{content:"\f58e"}.la-gripfire:before{content:"\f3ac"}.la-grunt:before{content:"\f3ad"}.la-guitar:before{content:"\f7a6"}.la-gulp:before{content:"\f3ae"}.la-h-square:before{content:"\f0fd"}.la-hacker-news:before{content:"\f1d4"}.la-hacker-news-square:before{content:"\f3af"}.la-hackerrank:before{content:"\f5f7"}.la-hamburger:before{content:"\f805"}.la-hammer:before{content:"\f6e3"}.la-hamsa:before{content:"\f665"}.la-hand-holding:before{content:"\f4bd"}.la-hand-holding-heart:before{content:"\f4be"}.la-hand-holding-usd:before{content:"\f4c0"}.la-hand-lizard:before{content:"\f258"}.la-hand-middle-finger:before{content:"\f806"}.la-hand-paper:before{content:"\f256"}.la-hand-peace:before{content:"\f25b"}.la-hand-point-down:before{content:"\f0a7"}.la-hand-point-left:before{content:"\f0a5"}.la-hand-point-right:before{content:"\f0a4"}.la-hand-point-up:before{content:"\f0a6"}.la-hand-pointer:before{content:"\f25a"}.la-hand-rock:before{content:"\f255"}.la-hand-scissors:before{content:"\f257"}.la-hand-spock:before{content:"\f259"}.la-hands:before{content:"\f4c2"}.la-hands-helping:before{content:"\f4c4"}.la-handshake:before{content:"\f2b5"}.la-hanukiah:before{content:"\f6e6"}.la-hard-hat:before{content:"\f807"}.la-hashtag:before{content:"\f292"}.la-hat-cowboy:before{content:"\f8c0"}.la-hat-cowboy-side:before{content:"\f8c1"}.la-hat-wizard:before{content:"\f6e8"}.la-haykal:before{content:"\f666"}.la-hdd:before{content:"\f0a0"}.la-heading:before{content:"\f1dc"}.la-headphones:before{content:"\f025"}.la-headphones-alt:before{content:"\f58f"}.la-headset:before{content:"\f590"}.la-heart:before{content:"\f004"}.la-heart-broken:before{content:"\f7a9"}.la-heartbeat:before{content:"\f21e"}.la-helicopter:before{content:"\f533"}.la-highlighter:before{content:"\f591"}.la-hiking:before{content:"\f6ec"}.la-hippo:before{content:"\f6ed"}.la-hips:before{content:"\f452"}.la-hire-a-helper:before{content:"\f3b0"}.la-history:before{content:"\f1da"}.la-hockey-puck:before{content:"\f453"}.la-holly-berry:before{content:"\f7aa"}.la-home:before{content:"\f015"}.la-hooli:before{content:"\f427"}.la-hornbill:before{content:"\f592"}.la-horse:before{content:"\f6f0"}.la-horse-head:before{content:"\f7ab"}.la-hospital:before{content:"\f0f8"}.la-hospital-alt:before{content:"\f47d"}.la-hospital-symbol:before{content:"\f47e"}.la-hot-tub:before{content:"\f593"}.la-hotdog:before{content:"\f80f"}.la-hotel:before{content:"\f594"}.la-hotjar:before{content:"\f3b1"}.la-hourglass:before{content:"\f254"}.la-hourglass-end:before{content:"\f253"}.la-hourglass-half:before{content:"\f252"}.la-hourglass-start:before{content:"\f251"}.la-house-damage:before{content:"\f6f1"}.la-houzz:before{content:"\f27c"}.la-hryvnia:before{content:"\f6f2"}.la-html5:before{content:"\f13b"}.la-hubspot:before{content:"\f3b2"}.la-i-cursor:before{content:"\f246"}.la-ice-cream:before{content:"\f810"}.la-icicles:before{content:"\f7ad"}.la-icons:before{content:"\f86d"}.la-id-badge:before{content:"\f2c1"}.la-id-card:before{content:"\f2c2"}.la-id-card-alt:before{content:"\f47f"}.la-igloo:before{content:"\f7ae"}.la-image:before{content:"\f03e"}.la-images:before{content:"\f302"}.la-imdb:before{content:"\f2d8"}.la-inbox:before{content:"\f01c"}.la-indent:before{content:"\f03c"}.la-industry:before{content:"\f275"}.la-infinity:before{content:"\f534"}.la-info:before{content:"\f129"}.la-info-circle:before{content:"\f05a"}.la-instagram:before{content:"\f16d"}.la-intercom:before{content:"\f7af"}.la-internet-explorer:before{content:"\f26b"}.la-invision:before{content:"\f7b0"}.la-ioxhost:before{content:"\f208"}.la-italic:before{content:"\f033"}.la-itch-io:before{content:"\f83a"}.la-itunes:before{content:"\f3b4"}.la-itunes-note:before{content:"\f3b5"}.la-java:before{content:"\f4e4"}.la-jedi:before{content:"\f669"}.la-jedi-order:before{content:"\f50e"}.la-jenkins:before{content:"\f3b6"}.la-jira:before{content:"\f7b1"}.la-joget:before{content:"\f3b7"}.la-joint:before{content:"\f595"}.la-joomla:before{content:"\f1aa"}.la-journal-whills:before{content:"\f66a"}.la-js:before{content:"\f3b8"}.la-js-square:before{content:"\f3b9"}.la-jsfiddle:before{content:"\f1cc"}.la-kaaba:before{content:"\f66b"}.la-kaggle:before{content:"\f5fa"}.la-key:before{content:"\f084"}.la-keybase:before{content:"\f4f5"}.la-keyboard:before{content:"\f11c"}.la-keycdn:before{content:"\f3ba"}.la-khanda:before{content:"\f66d"}.la-kickstarter:before{content:"\f3bb"}.la-kickstarter-k:before{content:"\f3bc"}.la-kiss:before{content:"\f596"}.la-kiss-beam:before{content:"\f597"}.la-kiss-wink-heart:before{content:"\f598"}.la-kiwi-bird:before{content:"\f535"}.la-korvue:before{content:"\f42f"}.la-landmark:before{content:"\f66f"}.la-language:before{content:"\f1ab"}.la-laptop:before{content:"\f109"}.la-laptop-code:before{content:"\f5fc"}.la-laptop-medical:before{content:"\f812"}.la-laravel:before{content:"\f3bd"}.la-lastfm:before{content:"\f202"}.la-lastfm-square:before{content:"\f203"}.la-laugh:before{content:"\f599"}.la-laugh-beam:before{content:"\f59a"}.la-laugh-squint:before{content:"\f59b"}.la-laugh-wink:before{content:"\f59c"}.la-layer-group:before{content:"\f5fd"}.la-leaf:before{content:"\f06c"}.la-leanpub:before{content:"\f212"}.la-lemon:before{content:"\f094"}.la-less:before{content:"\f41d"}.la-less-than:before{content:"\f536"}.la-less-than-equal:before{content:"\f537"}.la-level-down-alt:before{content:"\f3be"}.la-level-up-alt:before{content:"\f3bf"}.la-life-ring:before{content:"\f1cd"}.la-lightbulb:before{content:"\f0eb"}.la-line:before{content:"\f3c0"}.la-link:before{content:"\f0c1"}.la-linkedin:before{content:"\f08c"}.la-linkedin-in:before{content:"\f0e1"}.la-linode:before{content:"\f2b8"}.la-linux:before{content:"\f17c"}.la-lira-sign:before{content:"\f195"}.la-list:before{content:"\f03a"}.la-list-alt:before{content:"\f022"}.la-list-ol:before{content:"\f0cb"}.la-list-ul:before{content:"\f0ca"}.la-location-arrow:before{content:"\f124"}.la-lock:before{content:"\f023"}.la-lock-open:before{content:"\f3c1"}.la-long-arrow-alt-down:before{content:"\f309"}.la-long-arrow-alt-left:before{content:"\f30a"}.la-long-arrow-alt-right:before{content:"\f30b"}.la-long-arrow-alt-up:before{content:"\f30c"}.la-low-vision:before{content:"\f2a8"}.la-luggage-cart:before{content:"\f59d"}.la-lyft:before{content:"\f3c3"}.la-magento:before{content:"\f3c4"}.la-magic:before{content:"\f0d0"}.la-magnet:before{content:"\f076"}.la-mail-bulk:before{content:"\f674"}.la-mailchimp:before{content:"\f59e"}.la-male:before{content:"\f183"}.la-mandalorian:before{content:"\f50f"}.la-map:before{content:"\f279"}.la-map-marked:before{content:"\f59f"}.la-map-marked-alt:before{content:"\f5a0"}.la-map-marker:before{content:"\f041"}.la-map-marker-alt:before{content:"\f3c5"}.la-map-pin:before{content:"\f276"}.la-map-signs:before{content:"\f277"}.la-markdown:before{content:"\f60f"}.la-marker:before{content:"\f5a1"}.la-mars:before{content:"\f222"}.la-mars-double:before{content:"\f227"}.la-mars-stroke:before{content:"\f229"}.la-mars-stroke-h:before{content:"\f22b"}.la-mars-stroke-v:before{content:"\f22a"}.la-mask:before{content:"\f6fa"}.la-mastodon:before{content:"\f4f6"}.la-maxcdn:before{content:"\f136"}.la-mdb:before{content:"\f8ca"}.la-medal:before{content:"\f5a2"}.la-medapps:before{content:"\f3c6"}.la-medium:before{content:"\f23a"}.la-medium-m:before{content:"\f3c7"}.la-medkit:before{content:"\f0fa"}.la-medrt:before{content:"\f3c8"}.la-meetup:before{content:"\f2e0"}.la-megaport:before{content:"\f5a3"}.la-meh:before{content:"\f11a"}.la-meh-blank:before{content:"\f5a4"}.la-meh-rolling-eyes:before{content:"\f5a5"}.la-memory:before{content:"\f538"}.la-mendeley:before{content:"\f7b3"}.la-menorah:before{content:"\f676"}.la-mercury:before{content:"\f223"}.la-meteor:before{content:"\f753"}.la-microchip:before{content:"\f2db"}.la-microphone:before{content:"\f130"}.la-microphone-alt:before{content:"\f3c9"}.la-microphone-alt-slash:before{content:"\f539"}.la-microphone-slash:before{content:"\f131"}.la-microscope:before{content:"\f610"}.la-microsoft:before{content:"\f3ca"}.la-minus:before{content:"\f068"}.la-minus-circle:before{content:"\f056"}.la-minus-square:before{content:"\f146"}.la-mitten:before{content:"\f7b5"}.la-mix:before{content:"\f3cb"}.la-mixcloud:before{content:"\f289"}.la-mizuni:before{content:"\f3cc"}.la-mobile:before{content:"\f10b"}.la-mobile-alt:before{content:"\f3cd"}.la-modx:before{content:"\f285"}.la-monero:before{content:"\f3d0"}.la-money-bill:before{content:"\f0d6"}.la-money-bill-alt:before{content:"\f3d1"}.la-money-bill-wave:before{content:"\f53a"}.la-money-bill-wave-alt:before{content:"\f53b"}.la-money-check:before{content:"\f53c"}.la-money-check-alt:before{content:"\f53d"}.la-monument:before{content:"\f5a6"}.la-moon:before{content:"\f186"}.la-mortar-pestle:before{content:"\f5a7"}.la-mosque:before{content:"\f678"}.la-motorcycle:before{content:"\f21c"}.la-mountain:before{content:"\f6fc"}.la-mouse:before{content:"\f8cc"}.la-mouse-pointer:before{content:"\f245"}.la-mug-hot:before{content:"\f7b6"}.la-music:before{content:"\f001"}.la-napster:before{content:"\f3d2"}.la-neos:before{content:"\f612"}.la-network-wired:before{content:"\f6ff"}.la-neuter:before{content:"\f22c"}.la-newspaper:before{content:"\f1ea"}.la-nimblr:before{content:"\f5a8"}.la-node:before{content:"\f419"}.la-node-js:before{content:"\f3d3"}.la-not-equal:before{content:"\f53e"}.la-notes-medical:before{content:"\f481"}.la-npm:before{content:"\f3d4"}.la-ns8:before{content:"\f3d5"}.la-nutritionix:before{content:"\f3d6"}.la-object-group:before{content:"\f247"}.la-object-ungroup:before{content:"\f248"}.la-odnoklassniki:before{content:"\f263"}.la-odnoklassniki-square:before{content:"\f264"}.la-oil-can:before{content:"\f613"}.la-old-republic:before{content:"\f510"}.la-om:before{content:"\f679"}.la-opencart:before{content:"\f23d"}.la-openid:before{content:"\f19b"}.la-opera:before{content:"\f26a"}.la-optin-monster:before{content:"\f23c"}.la-orcid:before{content:"\f8d2"}.la-osi:before{content:"\f41a"}.la-otter:before{content:"\f700"}.la-outdent:before{content:"\f03b"}.la-page4:before{content:"\f3d7"}.la-pagelines:before{content:"\f18c"}.la-pager:before{content:"\f815"}.la-paint-brush:before{content:"\f1fc"}.la-paint-roller:before{content:"\f5aa"}.la-palette:before{content:"\f53f"}.la-palfed:before{content:"\f3d8"}.la-pallet:before{content:"\f482"}.la-paper-plane:before{content:"\f1d8"}.la-paperclip:before{content:"\f0c6"}.la-parachute-box:before{content:"\f4cd"}.la-paragraph:before{content:"\f1dd"}.la-parking:before{content:"\f540"}.la-passport:before{content:"\f5ab"}.la-pastafarianism:before{content:"\f67b"}.la-paste:before{content:"\f0ea"}.la-patreon:before{content:"\f3d9"}.la-pause:before{content:"\f04c"}.la-pause-circle:before{content:"\f28b"}.la-paw:before{content:"\f1b0"}.la-paypal:before{content:"\f1ed"}.la-peace:before{content:"\f67c"}.la-pen:before{content:"\f304"}.la-pen-alt:before{content:"\f305"}.la-pen-fancy:before{content:"\f5ac"}.la-pen-nib:before{content:"\f5ad"}.la-pen-square:before{content:"\f14b"}.la-pencil-alt:before{content:"\f303"}.la-pencil-ruler:before{content:"\f5ae"}.la-penny-arcade:before{content:"\f704"}.la-people-carry:before{content:"\f4ce"}.la-pepper-hot:before{content:"\f816"}.la-percent:before{content:"\f295"}.la-percentage:before{content:"\f541"}.la-periscope:before{content:"\f3da"}.la-person-booth:before{content:"\f756"}.la-phabricator:before{content:"\f3db"}.la-phoenix-framework:before{content:"\f3dc"}.la-phoenix-squadron:before{content:"\f511"}.la-phone:before{content:"\f095"}.la-phone-alt:before{content:"\f879"}.la-phone-slash:before{content:"\f3dd"}.la-phone-square:before{content:"\f098"}.la-phone-square-alt:before{content:"\f87b"}.la-phone-volume:before{content:"\f2a0"}.la-photo-video:before{content:"\f87c"}.la-php:before{content:"\f457"}.la-pied-piper:before{content:"\f2ae"}.la-pied-piper-alt:before{content:"\f1a8"}.la-pied-piper-hat:before{content:"\f4e5"}.la-pied-piper-pp:before{content:"\f1a7"}.la-piggy-bank:before{content:"\f4d3"}.la-pills:before{content:"\f484"}.la-pinterest:before{content:"\f0d2"}.la-pinterest-p:before{content:"\f231"}.la-pinterest-square:before{content:"\f0d3"}.la-pizza-slice:before{content:"\f818"}.la-place-of-worship:before{content:"\f67f"}.la-plane:before{content:"\f072"}.la-plane-arrival:before{content:"\f5af"}.la-plane-departure:before{content:"\f5b0"}.la-play:before{content:"\f04b"}.la-play-circle:before{content:"\f144"}.la-playstation:before{content:"\f3df"}.la-plug:before{content:"\f1e6"}.la-plus:before{content:"\f067"}.la-plus-circle:before{content:"\f055"}.la-plus-square:before{content:"\f0fe"}.la-podcast:before{content:"\f2ce"}.la-poll:before{content:"\f681"}.la-poll-h:before{content:"\f682"}.la-poo:before{content:"\f2fe"}.la-poo-storm:before{content:"\f75a"}.la-poop:before{content:"\f619"}.la-portrait:before{content:"\f3e0"}.la-pound-sign:before{content:"\f154"}.la-power-off:before{content:"\f011"}.la-pray:before{content:"\f683"}.la-praying-hands:before{content:"\f684"}.la-prescription:before{content:"\f5b1"}.la-prescription-bottle:before{content:"\f485"}.la-prescription-bottle-alt:before{content:"\f486"}.la-print:before{content:"\f02f"}.la-procedures:before{content:"\f487"}.la-product-hunt:before{content:"\f288"}.la-project-diagram:before{content:"\f542"}.la-pushed:before{content:"\f3e1"}.la-puzzle-piece:before{content:"\f12e"}.la-python:before{content:"\f3e2"}.la-qq:before{content:"\f1d6"}.la-qrcode:before{content:"\f029"}.la-question:before{content:"\f128"}.la-question-circle:before{content:"\f059"}.la-quidditch:before{content:"\f458"}.la-quinscape:before{content:"\f459"}.la-quora:before{content:"\f2c4"}.la-quote-left:before{content:"\f10d"}.la-quote-right:before{content:"\f10e"}.la-quran:before{content:"\f687"}.la-r-project:before{content:"\f4f7"}.la-radiation:before{content:"\f7b9"}.la-radiation-alt:before{content:"\f7ba"}.la-rainbow:before{content:"\f75b"}.la-random:before{content:"\f074"}.la-raspberry-pi:before{content:"\f7bb"}.la-ravelry:before{content:"\f2d9"}.la-react:before{content:"\f41b"}.la-reacteurope:before{content:"\f75d"}.la-readme:before{content:"\f4d5"}.la-rebel:before{content:"\f1d0"}.la-receipt:before{content:"\f543"}.la-record-vinyl:before{content:"\f8d9"}.la-recycle:before{content:"\f1b8"}.la-red-river:before{content:"\f3e3"}.la-reddit:before{content:"\f1a1"}.la-reddit-alien:before{content:"\f281"}.la-reddit-square:before{content:"\f1a2"}.la-redhat:before{content:"\f7bc"}.la-redo:before{content:"\f01e"}.la-redo-alt:before{content:"\f2f9"}.la-registered:before{content:"\f25d"}.la-remove-format:before{content:"\f87d"}.la-renren:before{content:"\f18b"}.la-reply:before{content:"\f3e5"}.la-reply-all:before{content:"\f122"}.la-replyd:before{content:"\f3e6"}.la-republican:before{content:"\f75e"}.la-researchgate:before{content:"\f4f8"}.la-resolving:before{content:"\f3e7"}.la-restroom:before{content:"\f7bd"}.la-retweet:before{content:"\f079"}.la-rev:before{content:"\f5b2"}.la-ribbon:before{content:"\f4d6"}.la-ring:before{content:"\f70b"}.la-road:before{content:"\f018"}.la-robot:before{content:"\f544"}.la-rocket:before{content:"\f135"}.la-rocketchat:before{content:"\f3e8"}.la-rockrms:before{content:"\f3e9"}.la-route:before{content:"\f4d7"}.la-rss:before{content:"\f09e"}.la-rss-square:before{content:"\f143"}.la-ruble-sign:before{content:"\f158"}.la-ruler:before{content:"\f545"}.la-ruler-combined:before{content:"\f546"}.la-ruler-horizontal:before{content:"\f547"}.la-ruler-vertical:before{content:"\f548"}.la-running:before{content:"\f70c"}.la-rupee-sign:before{content:"\f156"}.la-sad-cry:before{content:"\f5b3"}.la-sad-tear:before{content:"\f5b4"}.la-safari:before{content:"\f267"}.la-salesforce:before{content:"\f83b"}.la-sass:before{content:"\f41e"}.la-satellite:before{content:"\f7bf"}.la-satellite-dish:before{content:"\f7c0"}.la-save:before{content:"\f0c7"}.la-schlix:before{content:"\f3ea"}.la-school:before{content:"\f549"}.la-screwdriver:before{content:"\f54a"}.la-scribd:before{content:"\f28a"}.la-scroll:before{content:"\f70e"}.la-sd-card:before{content:"\f7c2"}.la-search:before{content:"\f002"}.la-search-dollar:before{content:"\f688"}.la-search-location:before{content:"\f689"}.la-search-minus:before{content:"\f010"}.la-search-plus:before{content:"\f00e"}.la-searchengin:before{content:"\f3eb"}.la-seedling:before{content:"\f4d8"}.la-sellcast:before{content:"\f2da"}.la-sellsy:before{content:"\f213"}.la-server:before{content:"\f233"}.la-servicestack:before{content:"\f3ec"}.la-shapes:before{content:"\f61f"}.la-share:before{content:"\f064"}.la-share-alt:before{content:"\f1e0"}.la-share-alt-square:before{content:"\f1e1"}.la-share-square:before{content:"\f14d"}.la-shekel-sign:before{content:"\f20b"}.la-shield-alt:before{content:"\f3ed"}.la-ship:before{content:"\f21a"}.la-shipping-fast:before{content:"\f48b"}.la-shirtsinbulk:before{content:"\f214"}.la-shoe-prints:before{content:"\f54b"}.la-shopping-bag:before{content:"\f290"}.la-shopping-basket:before{content:"\f291"}.la-shopping-cart:before{content:"\f07a"}.la-shopware:before{content:"\f5b5"}.la-shower:before{content:"\f2cc"}.la-shuttle-van:before{content:"\f5b6"}.la-sign:before{content:"\f4d9"}.la-sign-in-alt:before{content:"\f2f6"}.la-sign-language:before{content:"\f2a7"}.la-sign-out-alt:before{content:"\f2f5"}.la-signal:before{content:"\f012"}.la-signature:before{content:"\f5b7"}.la-sim-card:before{content:"\f7c4"}.la-simplybuilt:before{content:"\f215"}.la-sistrix:before{content:"\f3ee"}.la-sitemap:before{content:"\f0e8"}.la-sith:before{content:"\f512"}.la-skating:before{content:"\f7c5"}.la-sketch:before{content:"\f7c6"}.la-skiing:before{content:"\f7c9"}.la-skiing-nordic:before{content:"\f7ca"}.la-skull:before{content:"\f54c"}.la-skull-crossbones:before{content:"\f714"}.la-skyatlas:before{content:"\f216"}.la-skype:before{content:"\f17e"}.la-slack:before{content:"\f198"}.la-slack-hash:before{content:"\f3ef"}.la-slash:before{content:"\f715"}.la-sleigh:before{content:"\f7cc"}.la-sliders-h:before{content:"\f1de"}.la-slideshare:before{content:"\f1e7"}.la-smile:before{content:"\f118"}.la-smile-beam:before{content:"\f5b8"}.la-smile-wink:before{content:"\f4da"}.la-smog:before{content:"\f75f"}.la-smoking:before{content:"\f48d"}.la-smoking-ban:before{content:"\f54d"}.la-sms:before{content:"\f7cd"}.la-snapchat:before{content:"\f2ab"}.la-snapchat-ghost:before{content:"\f2ac"}.la-snapchat-square:before{content:"\f2ad"}.la-snowboarding:before{content:"\f7ce"}.la-snowflake:before{content:"\f2dc"}.la-snowman:before{content:"\f7d0"}.la-snowplow:before{content:"\f7d2"}.la-socks:before{content:"\f696"}.la-solar-panel:before{content:"\f5ba"}.la-sort:before{content:"\f0dc"}.la-sort-alpha-down:before{content:"\f15d"}.la-sort-alpha-down-alt:before{content:"\f881"}.la-sort-alpha-up:before{content:"\f15e"}.la-sort-alpha-up-alt:before{content:"\f882"}.la-sort-amount-down:before{content:"\f160"}.la-sort-amount-down-alt:before{content:"\f884"}.la-sort-amount-up:before{content:"\f161"}.la-sort-amount-up-alt:before{content:"\f885"}.la-sort-down:before{content:"\f0dd"}.la-sort-numeric-down:before{content:"\f162"}.la-sort-numeric-down-alt:before{content:"\f886"}.la-sort-numeric-up:before{content:"\f163"}.la-sort-numeric-up-alt:before{content:"\f887"}.la-sort-up:before{content:"\f0de"}.la-soundcloud:before{content:"\f1be"}.la-sourcetree:before{content:"\f7d3"}.la-spa:before{content:"\f5bb"}.la-space-shuttle:before{content:"\f197"}.la-speakap:before{content:"\f3f3"}.la-speaker-deck:before{content:"\f83c"}.la-spell-check:before{content:"\f891"}.la-spider:before{content:"\f717"}.la-spinner:before{content:"\f110"}.la-splotch:before{content:"\f5bc"}.la-spotify:before{content:"\f1bc"}.la-spray-can:before{content:"\f5bd"}.la-square:before{content:"\f0c8"}.la-square-full:before{content:"\f45c"}.la-square-root-alt:before{content:"\f698"}.la-squarespace:before{content:"\f5be"}.la-stack-exchange:before{content:"\f18d"}.la-stack-overflow:before{content:"\f16c"}.la-stackpath:before{content:"\f842"}.la-stamp:before{content:"\f5bf"}.la-star:before{content:"\f005"}.la-star-and-crescent:before{content:"\f699"}.la-star-half:before{content:"\f089"}.la-star-half-alt:before{content:"\f5c0"}.la-star-of-david:before{content:"\f69a"}.la-star-of-life:before{content:"\f621"}.la-staylinked:before{content:"\f3f5"}.la-steam:before{content:"\f1b6"}.la-steam-square:before{content:"\f1b7"}.la-steam-symbol:before{content:"\f3f6"}.la-step-backward:before{content:"\f048"}.la-step-forward:before{content:"\f051"}.la-stethoscope:before{content:"\f0f1"}.la-sticker-mule:before{content:"\f3f7"}.la-sticky-note:before{content:"\f249"}.la-stop:before{content:"\f04d"}.la-stop-circle:before{content:"\f28d"}.la-stopwatch:before{content:"\f2f2"}.la-store:before{content:"\f54e"}.la-store-alt:before{content:"\f54f"}.la-strava:before{content:"\f428"}.la-stream:before{content:"\f550"}.la-street-view:before{content:"\f21d"}.la-strikethrough:before{content:"\f0cc"}.la-stripe:before{content:"\f429"}.la-stripe-s:before{content:"\f42a"}.la-stroopwafel:before{content:"\f551"}.la-studiovinari:before{content:"\f3f8"}.la-stumbleupon:before{content:"\f1a4"}.la-stumbleupon-circle:before{content:"\f1a3"}.la-subscript:before{content:"\f12c"}.la-subway:before{content:"\f239"}.la-suitcase:before{content:"\f0f2"}.la-suitcase-rolling:before{content:"\f5c1"}.la-sun:before{content:"\f185"}.la-superpowers:before{content:"\f2dd"}.la-superscript:before{content:"\f12b"}.la-supple:before{content:"\f3f9"}.la-surprise:before{content:"\f5c2"}.la-suse:before{content:"\f7d6"}.la-swatchbook:before{content:"\f5c3"}.la-swift:before{content:"\f8e1"}.la-swimmer:before{content:"\f5c4"}.la-swimming-pool:before{content:"\f5c5"}.la-symfony:before{content:"\f83d"}.la-synagogue:before{content:"\f69b"}.la-sync:before{content:"\f021"}.la-sync-alt:before{content:"\f2f1"}.la-syringe:before{content:"\f48e"}.la-table:before{content:"\f0ce"}.la-table-tennis:before{content:"\f45d"}.la-tablet:before{content:"\f10a"}.la-tablet-alt:before{content:"\f3fa"}.la-tablets:before{content:"\f490"}.la-tachometer-alt:before{content:"\f3fd"}.la-tag:before{content:"\f02b"}.la-tags:before{content:"\f02c"}.la-tape:before{content:"\f4db"}.la-tasks:before{content:"\f0ae"}.la-taxi:before{content:"\f1ba"}.la-teamspeak:before{content:"\f4f9"}.la-teeth:before{content:"\f62e"}.la-teeth-open:before{content:"\f62f"}.la-telegram:before{content:"\f2c6"}.la-telegram-plane:before{content:"\f3fe"}.la-temperature-high:before{content:"\f769"}.la-temperature-low:before{content:"\f76b"}.la-tencent-weibo:before{content:"\f1d5"}.la-tenge:before{content:"\f7d7"}.la-terminal:before{content:"\f120"}.la-text-height:before{content:"\f034"}.la-text-width:before{content:"\f035"}.la-th:before{content:"\f00a"}.la-th-large:before{content:"\f009"}.la-th-list:before{content:"\f00b"}.la-the-red-yeti:before{content:"\f69d"}.la-theater-masks:before{content:"\f630"}.la-themeco:before{content:"\f5c6"}.la-themeisle:before{content:"\f2b2"}.la-thermometer:before{content:"\f491"}.la-thermometer-empty:before{content:"\f2cb"}.la-thermometer-full:before{content:"\f2c7"}.la-thermometer-half:before{content:"\f2c9"}.la-thermometer-quarter:before{content:"\f2ca"}.la-thermometer-three-quarters:before{content:"\f2c8"}.la-think-peaks:before{content:"\f731"}.la-thumbs-down:before{content:"\f165"}.la-thumbs-up:before{content:"\f164"}.la-thumbtack:before{content:"\f08d"}.la-ticket-alt:before{content:"\f3ff"}.la-times:before{content:"\f00d"}.la-times-circle:before{content:"\f057"}.la-tint:before{content:"\f043"}.la-tint-slash:before{content:"\f5c7"}.la-tired:before{content:"\f5c8"}.la-toggle-off:before{content:"\f204"}.la-toggle-on:before{content:"\f205"}.la-toilet:before{content:"\f7d8"}.la-toilet-paper:before{content:"\f71e"}.la-toolbox:before{content:"\f552"}.la-tools:before{content:"\f7d9"}.la-tooth:before{content:"\f5c9"}.la-torah:before{content:"\f6a0"}.la-torii-gate:before{content:"\f6a1"}.la-tractor:before{content:"\f722"}.la-trade-federation:before{content:"\f513"}.la-trademark:before{content:"\f25c"}.la-traffic-light:before{content:"\f637"}.la-train:before{content:"\f238"}.la-tram:before{content:"\f7da"}.la-transgender:before{content:"\f224"}.la-transgender-alt:before{content:"\f225"}.la-trash:before{content:"\f1f8"}.la-trash-alt:before{content:"\f2ed"}.la-trash-restore:before{content:"\f829"}.la-trash-restore-alt:before{content:"\f82a"}.la-tree:before{content:"\f1bb"}.la-trello:before{content:"\f181"}.la-tripadvisor:before{content:"\f262"}.la-trophy:before{content:"\f091"}.la-truck:before{content:"\f0d1"}.la-truck-loading:before{content:"\f4de"}.la-truck-monster:before{content:"\f63b"}.la-truck-moving:before{content:"\f4df"}.la-truck-pickup:before{content:"\f63c"}.la-tshirt:before{content:"\f553"}.la-tty:before{content:"\f1e4"}.la-tumblr:before{content:"\f173"}.la-tumblr-square:before{content:"\f174"}.la-tv:before{content:"\f26c"}.la-twitch:before{content:"\f1e8"}.la-twitter:before{content:"\f099"}.la-twitter-square:before{content:"\f081"}.la-typo3:before{content:"\f42b"}.la-uber:before{content:"\f402"}.la-ubuntu:before{content:"\f7df"}.la-uikit:before{content:"\f403"}.la-umbraco:before{content:"\f8e8"}.la-umbrella:before{content:"\f0e9"}.la-umbrella-beach:before{content:"\f5ca"}.la-underline:before{content:"\f0cd"}.la-undo:before{content:"\f0e2"}.la-undo-alt:before{content:"\f2ea"}.la-uniregistry:before{content:"\f404"}.la-universal-access:before{content:"\f29a"}.la-university:before{content:"\f19c"}.la-unlink:before{content:"\f127"}.la-unlock:before{content:"\f09c"}.la-unlock-alt:before{content:"\f13e"}.la-untappd:before{content:"\f405"}.la-upload:before{content:"\f093"}.la-ups:before{content:"\f7e0"}.la-usb:before{content:"\f287"}.la-user:before{content:"\f007"}.la-user-alt:before{content:"\f406"}.la-user-alt-slash:before{content:"\f4fa"}.la-user-astronaut:before{content:"\f4fb"}.la-user-check:before{content:"\f4fc"}.la-user-circle:before{content:"\f2bd"}.la-user-clock:before{content:"\f4fd"}.la-user-cog:before{content:"\f4fe"}.la-user-edit:before{content:"\f4ff"}.la-user-friends:before{content:"\f500"}.la-user-graduate:before{content:"\f501"}.la-user-injured:before{content:"\f728"}.la-user-lock:before{content:"\f502"}.la-user-md:before{content:"\f0f0"}.la-user-minus:before{content:"\f503"}.la-user-ninja:before{content:"\f504"}.la-user-nurse:before{content:"\f82f"}.la-user-plus:before{content:"\f234"}.la-user-secret:before{content:"\f21b"}.la-user-shield:before{content:"\f505"}.la-user-slash:before{content:"\f506"}.la-user-tag:before{content:"\f507"}.la-user-tie:before{content:"\f508"}.la-user-times:before{content:"\f235"}.la-users:before{content:"\f0c0"}.la-users-cog:before{content:"\f509"}.la-usps:before{content:"\f7e1"}.la-ussunnah:before{content:"\f407"}.la-utensil-spoon:before{content:"\f2e5"}.la-utensils:before{content:"\f2e7"}.la-vaadin:before{content:"\f408"}.la-vector-square:before{content:"\f5cb"}.la-venus:before{content:"\f221"}.la-venus-double:before{content:"\f226"}.la-venus-mars:before{content:"\f228"}.la-viacoin:before{content:"\f237"}.la-viadeo:before{content:"\f2a9"}.la-viadeo-square:before{content:"\f2aa"}.la-vial:before{content:"\f492"}.la-vials:before{content:"\f493"}.la-viber:before{content:"\f409"}.la-video:before{content:"\f03d"}.la-video-slash:before{content:"\f4e2"}.la-vihara:before{content:"\f6a7"}.la-vimeo:before{content:"\f40a"}.la-vimeo-square:before{content:"\f194"}.la-vimeo-v:before{content:"\f27d"}.la-vine:before{content:"\f1ca"}.la-vk:before{content:"\f189"}.la-vnv:before{content:"\f40b"}.la-voicemail:before{content:"\f897"}.la-volleyball-ball:before{content:"\f45f"}.la-volume-down:before{content:"\f027"}.la-volume-mute:before{content:"\f6a9"}.la-volume-off:before{content:"\f026"}.la-volume-up:before{content:"\f028"}.la-vote-yea:before{content:"\f772"}.la-vr-cardboard:before{content:"\f729"}.la-vuejs:before{content:"\f41f"}.la-walking:before{content:"\f554"}.la-wallet:before{content:"\f555"}.la-warehouse:before{content:"\f494"}.la-water:before{content:"\f773"}.la-wave-square:before{content:"\f83e"}.la-waze:before{content:"\f83f"}.la-weebly:before{content:"\f5cc"}.la-weibo:before{content:"\f18a"}.la-weight:before{content:"\f496"}.la-weight-hanging:before{content:"\f5cd"}.la-weixin:before{content:"\f1d7"}.la-whatsapp:before{content:"\f232"}.la-whatsapp-square:before{content:"\f40c"}.la-wheelchair:before{content:"\f193"}.la-whmcs:before{content:"\f40d"}.la-wifi:before{content:"\f1eb"}.la-wikipedia-w:before{content:"\f266"}.la-wind:before{content:"\f72e"}.la-window-close:before{content:"\f410"}.la-window-maximize:before{content:"\f2d0"}.la-window-minimize:before{content:"\f2d1"}.la-window-restore:before{content:"\f2d2"}.la-windows:before{content:"\f17a"}.la-wine-bottle:before{content:"\f72f"}.la-wine-glass:before{content:"\f4e3"}.la-wine-glass-alt:before{content:"\f5ce"}.la-wix:before{content:"\f5cf"}.la-wizards-of-the-coast:before{content:"\f730"}.la-wolf-pack-battalion:before{content:"\f514"}.la-won-sign:before{content:"\f159"}.la-wordpress:before{content:"\f19a"}.la-wordpress-simple:before{content:"\f411"}.la-wpbeginner:before{content:"\f297"}.la-wpexplorer:before{content:"\f2de"}.la-wpforms:before{content:"\f298"}.la-wpressr:before{content:"\f3e4"}.la-wrench:before{content:"\f0ad"}.la-x-ray:before{content:"\f497"}.la-xbox:before{content:"\f412"}.la-xing:before{content:"\f168"}.la-xing-square:before{content:"\f169"}.la-y-combinator:before{content:"\f23b"}.la-yahoo:before{content:"\f19e"}.la-yammer:before{content:"\f840"}.la-yandex:before{content:"\f413"}.la-yandex-international:before{content:"\f414"}.la-yarn:before{content:"\f7e3"}.la-yelp:before{content:"\f1e9"}.la-yen-sign:before{content:"\f157"}.la-yin-yang:before{content:"\f6ad"}.la-yoast:before{content:"\f2b1"}.la-youtube:before{content:"\f167"}.la-youtube-square:before{content:"\f431"}.la-zhihu:before{content:"\f63f"}.sr-only{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.sr-only-focusable:active,.sr-only-focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}@font-face{font-family:'Line Awesome Brands';font-style:normal;font-weight:400;font-display: swap;src:url(../../frontend/bluesky/bluesky_kalles_default/en_US/Blueskytechco_PageBuilderCustom/fonts/la-brands-400.eot);src:url(../../frontend/bluesky/bluesky_kalles_default/en_US/Blueskytechco_PageBuilderCustom/fonts/la-brands-400.eot?#iefix) format("embedded-opentype"),url(../../frontend/bluesky/bluesky_kalles_default/en_US/Blueskytechco_PageBuilderCustom/fonts/la-brands-400.woff2) format("woff2"),url(../../frontend/bluesky/bluesky_kalles_default/en_US/Blueskytechco_PageBuilderCustom/fonts/la-brands-400.woff) format("woff"),url(../../frontend/bluesky/bluesky_kalles_default/en_US/Blueskytechco_PageBuilderCustom/fonts/la-brands-400.ttf) format("truetype"),url(../../frontend/bluesky/bluesky_kalles_default/en_US/Blueskytechco_PageBuilderCustom/fonts/la-brands-400.svg#lineawesome) format("svg")}.lab{font-family:'Line Awesome Brands'}@font-face{font-family:'Line Awesome Free';font-style:normal;font-weight:400;font-display: swap;src:url(../../frontend/bluesky/bluesky_kalles_default/en_US/Blueskytechco_PageBuilderCustom/fonts/la-regular-400.eot);src:url(../../frontend/bluesky/bluesky_kalles_default/en_US/Blueskytechco_PageBuilderCustom/fonts/la-regular-400.eot?#iefix) format("embedded-opentype"),url(../../frontend/bluesky/bluesky_kalles_default/en_US/Blueskytechco_PageBuilderCustom/fonts/la-regular-400.woff2) format("woff2"),url(../../frontend/bluesky/bluesky_kalles_default/en_US/Blueskytechco_PageBuilderCustom/fonts/la-regular-400.woff) format("woff"),url(../../frontend/bluesky/bluesky_kalles_default/en_US/Blueskytechco_PageBuilderCustom/fonts/la-regular-400.ttf) format("truetype"),url(../../frontend/bluesky/bluesky_kalles_default/en_US/Blueskytechco_PageBuilderCustom/fonts/la-regular-400.svg#lineawesome) format("svg")}.lar{font-family:'Line Awesome Free';font-weight:400}@font-face{font-family:'Line Awesome Free';font-style:normal;font-weight:900;font-display: swap;src:url(../../frontend/bluesky/bluesky_kalles_default/en_US/Blueskytechco_PageBuilderCustom/fonts/la-solid-900.eot);src:url(../../frontend/bluesky/bluesky_kalles_default/en_US/Blueskytechco_PageBuilderCustom/fonts/la-solid-900.eot?#iefix) format("embedded-opentype"),url(../../frontend/bluesky/bluesky_kalles_default/en_US/Blueskytechco_PageBuilderCustom/fonts/la-solid-900.woff2) format("woff2"),url(../../frontend/bluesky/bluesky_kalles_default/en_US/Blueskytechco_PageBuilderCustom/fonts/la-solid-900.woff) format("woff"),url(../../frontend/bluesky/bluesky_kalles_default/en_US/Blueskytechco_PageBuilderCustom/fonts/la-solid-900.ttf) format("truetype"),url(../../frontend/bluesky/bluesky_kalles_default/en_US/Blueskytechco_PageBuilderCustom/fonts/la-solid-900.svg#lineawesome) format("svg")}.la,.las{font-family:'Line Awesome Free';font-weight:900}.la.la-glass:before{content:"\f000"}.la.la-meetup{font-family:'Line Awesome Brands';font-weight:400}.la.la-star-o{font-family:'Line Awesome Free';font-weight:400}.la.la-star-o:before{content:"\f005"}.la.la-remove:before{content:"\f00d"}.la.la-close:before{content:"\f00d"}.la.la-gear:before{content:"\f013"}.la.la-trash-o{font-family:'Line Awesome Free';font-weight:400}.la.la-trash-o:before{content:"\f2ed"}.la.la-file-o{font-family:'Line Awesome Free';font-weight:400}.la.la-file-o:before{content:"\f15b"}.la.la-clock-o{font-family:'Line Awesome Free';font-weight:400}.la.la-clock-o:before{content:"\f017"}.la.la-arrow-circle-o-down{font-family:'Line Awesome Free';font-weight:400}.la.la-arrow-circle-o-down:before{content:"\f358"}.la.la-arrow-circle-o-up{font-family:'Line Awesome Free';font-weight:400}.la.la-arrow-circle-o-up:before{content:"\f35b"}.la.la-play-circle-o{font-family:'Line Awesome Free';font-weight:400}.la.la-play-circle-o:before{content:"\f144"}.la.la-repeat:before{content:"\f01e"}.la.la-rotate-right:before{content:"\f01e"}.la.la-refresh:before{content:"\f021"}.la.la-list-alt{font-family:'Line Awesome Free';font-weight:400}.la.la-dedent:before{content:"\f03b"}.la.la-video-camera:before{content:"\f03d"}.la.la-picture-o{font-family:'Line Awesome Free';font-weight:400}.la.la-picture-o:before{content:"\f03e"}.la.la-photo{font-family:'Line Awesome Free';font-weight:400}.la.la-photo:before{content:"\f03e"}.la.la-image{font-family:'Line Awesome Free';font-weight:400}.la.la-image:before{content:"\f03e"}.la.la-pencil:before{content:"\f303"}.la.la-map-marker:before{content:"\f3c5"}.la.la-pencil-square-o{font-family:'Line Awesome Free';font-weight:400}.la.la-pencil-square-o:before{content:"\f044"}.la.la-share-square-o{font-family:'Line Awesome Free';font-weight:400}.la.la-share-square-o:before{content:"\f14d"}.la.la-check-square-o{font-family:'Line Awesome Free';font-weight:400}.la.la-check-square-o:before{content:"\f14a"}.la.la-arrows:before{content:"\f0b2"}.la.la-times-circle-o{font-family:'Line Awesome Free';font-weight:400}.la.la-times-circle-o:before{content:"\f057"}.la.la-check-circle-o{font-family:'Line Awesome Free';font-weight:400}.la.la-check-circle-o:before{content:"\f058"}.la.la-mail-forward:before{content:"\f064"}.la.la-eye{font-family:'Line Awesome Free';font-weight:400}.la.la-eye-slash{font-family:'Line Awesome Free';font-weight:400}.la.la-warning:before{content:"\f071"}.la.la-calendar:before{content:"\f073"}.la.la-arrows-v:before{content:"\f338"}.la.la-arrows-h:before{content:"\f337"}.la.la-bar-chart{font-family:'Line Awesome Free';font-weight:400}.la.la-bar-chart:before{content:"\f080"}.la.la-bar-chart-o{font-family:'Line Awesome Free';font-weight:400}.la.la-bar-chart-o:before{content:"\f080"}.la.la-twitter-square{font-family:'Line Awesome Brands';font-weight:400}.la.la-facebook-square{font-family:'Line Awesome Brands';font-weight:400}.la.la-gears:before{content:"\f085"}.la.la-thumbs-o-up{font-family:'Line Awesome Free';font-weight:400}.la.la-thumbs-o-up:before{content:"\f164"}.la.la-thumbs-o-down{font-family:'Line Awesome Free';font-weight:400}.la.la-thumbs-o-down:before{content:"\f165"}.la.la-heart-o{font-family:'Line Awesome Free';font-weight:400}.la.la-heart-o:before{content:"\f004"}.la.la-sign-out:before{content:"\f2f5"}.la.la-linkedin-square{font-family:'Line Awesome Brands';font-weight:400}.la.la-linkedin-square:before{content:"\f08c"}.la.la-thumb-tack:before{content:"\f08d"}.la.la-external-link:before{content:"\f35d"}.la.la-sign-in:before{content:"\f2f6"}.la.la-github-square{font-family:'Line Awesome Brands';font-weight:400}.la.la-lemon-o{font-family:'Line Awesome Free';font-weight:400}.la.la-lemon-o:before{content:"\f094"}.la.la-square-o{font-family:'Line Awesome Free';font-weight:400}.la.la-square-o:before{content:"\f0c8"}.la.la-bookmark-o{font-family:'Line Awesome Free';font-weight:400}.la.la-bookmark-o:before{content:"\f02e"}.la.la-twitter{font-family:'Line Awesome Brands';font-weight:400}.la.la-facebook{font-family:'Line Awesome Brands';font-weight:400}.la.la-facebook:before{content:"\f39e"}.la.la-facebook-f{font-family:'Line Awesome Brands';font-weight:400}.la.la-facebook-f:before{content:"\f39e"}.la.la-github{font-family:'Line Awesome Brands';font-weight:400}.la.la-credit-card{font-family:'Line Awesome Free';font-weight:400}.la.la-feed:before{content:"\f09e"}.la.la-hdd-o{font-family:'Line Awesome Free';font-weight:400}.la.la-hdd-o:before{content:"\f0a0"}.la.la-hand-o-right{font-family:'Line Awesome Free';font-weight:400}.la.la-hand-o-right:before{content:"\f0a4"}.la.la-hand-o-left{font-family:'Line Awesome Free';font-weight:400}.la.la-hand-o-left:before{content:"\f0a5"}.la.la-hand-o-up{font-family:'Line Awesome Free';font-weight:400}.la.la-hand-o-up:before{content:"\f0a6"}.la.la-hand-o-down{font-family:'Line Awesome Free';font-weight:400}.la.la-hand-o-down:before{content:"\f0a7"}.la.la-arrows-alt:before{content:"\f31e"}.la.la-group:before{content:"\f0c0"}.la.la-chain:before{content:"\f0c1"}.la.la-scissors:before{content:"\f0c4"}.la.la-files-o{font-family:'Line Awesome Free';font-weight:400}.la.la-files-o:before{content:"\f0c5"}.la.la-floppy-o{font-family:'Line Awesome Free';font-weight:400}.la.la-floppy-o:before{content:"\f0c7"}.la.la-navicon:before{content:"\f0c9"}.la.la-reorder:before{content:"\f0c9"}.la.la-pinterest{font-family:'Line Awesome Brands';font-weight:400}.la.la-pinterest-square{font-family:'Line Awesome Brands';font-weight:400}.la.la-google-plus-square{font-family:'Line Awesome Brands';font-weight:400}.la.la-google-plus{font-family:'Line Awesome Brands';font-weight:400}.la.la-google-plus:before{content:"\f0d5"}.la.la-money{font-family:'Line Awesome Free';font-weight:400}.la.la-money:before{content:"\f3d1"}.la.la-unsorted:before{content:"\f0dc"}.la.la-sort-desc:before{content:"\f0dd"}.la.la-sort-asc:before{content:"\f0de"}.la.la-linkedin{font-family:'Line Awesome Brands';font-weight:400}.la.la-linkedin:before{content:"\f0e1"}.la.la-rotate-left:before{content:"\f0e2"}.la.la-legal:before{content:"\f0e3"}.la.la-tachometer:before{content:"\f3fd"}.la.la-dashboard:before{content:"\f3fd"}.la.la-comment-o{font-family:'Line Awesome Free';font-weight:400}.la.la-comment-o:before{content:"\f075"}.la.la-comments-o{font-family:'Line Awesome Free';font-weight:400}.la.la-comments-o:before{content:"\f086"}.la.la-flash:before{content:"\f0e7"}.la.la-clipboard{font-family:'Line Awesome Free';font-weight:400}.la.la-paste{font-family:'Line Awesome Free';font-weight:400}.la.la-paste:before{content:"\f328"}.la.la-lightbulb-o{font-family:'Line Awesome Free';font-weight:400}.la.la-lightbulb-o:before{content:"\f0eb"}.la.la-exchange:before{content:"\f362"}.la.la-cloud-download:before{content:"\f381"}.la.la-cloud-upload:before{content:"\f382"}.la.la-bell-o{font-family:'Line Awesome Free';font-weight:400}.la.la-bell-o:before{content:"\f0f3"}.la.la-cutlery:before{content:"\f2e7"}.la.la-file-text-o{font-family:'Line Awesome Free';font-weight:400}.la.la-file-text-o:before{content:"\f15c"}.la.la-building-o{font-family:'Line Awesome Free';font-weight:400}.la.la-building-o:before{content:"\f1ad"}.la.la-hospital-o{font-family:'Line Awesome Free';font-weight:400}.la.la-hospital-o:before{content:"\f0f8"}.la.la-tablet:before{content:"\f3fa"}.la.la-mobile:before{content:"\f3cd"}.la.la-mobile-phone:before{content:"\f3cd"}.la.la-circle-o{font-family:'Line Awesome Free';font-weight:400}.la.la-circle-o:before{content:"\f111"}.la.la-mail-reply:before{content:"\f3e5"}.la.la-github-alt{font-family:'Line Awesome Brands';font-weight:400}.la.la-folder-o{font-family:'Line Awesome Free';font-weight:400}.la.la-folder-o:before{content:"\f07b"}.la.la-folder-open-o{font-family:'Line Awesome Free';font-weight:400}.la.la-folder-open-o:before{content:"\f07c"}.la.la-smile-o{font-family:'Line Awesome Free';font-weight:400}.la.la-smile-o:before{content:"\f118"}.la.la-frown-o{font-family:'Line Awesome Free';font-weight:400}.la.la-frown-o:before{content:"\f119"}.la.la-meh-o{font-family:'Line Awesome Free';font-weight:400}.la.la-meh-o:before{content:"\f11a"}.la.la-keyboard-o{font-family:'Line Awesome Free';font-weight:400}.la.la-keyboard-o:before{content:"\f11c"}.la.la-flag-o{font-family:'Line Awesome Free';font-weight:400}.la.la-flag-o:before{content:"\f024"}.la.la-mail-reply-all:before{content:"\f122"}.la.la-star-half-o{font-family:'Line Awesome Free';font-weight:400}.la.la-star-half-o:before{content:"\f089"}.la.la-star-half-empty{font-family:'Line Awesome Free';font-weight:400}.la.la-star-half-empty:before{content:"\f089"}.la.la-star-half-full{font-family:'Line Awesome Free';font-weight:400}.la.la-star-half-full:before{content:"\f089"}.la.la-code-fork:before{content:"\f126"}.la.la-chain-broken:before{content:"\f127"}.la.la-shield:before{content:"\f3ed"}.la.la-calendar-o{font-family:'Line Awesome Free';font-weight:400}.la.la-calendar-o:before{content:"\f133"}.la.la-maxcdn{font-family:'Line Awesome Brands';font-weight:400}.la.la-html5{font-family:'Line Awesome Brands';font-weight:400}.la.la-css3{font-family:'Line Awesome Brands';font-weight:400}.la.la-ticket:before{content:"\f3ff"}.la.la-minus-square-o{font-family:'Line Awesome Free';font-weight:400}.la.la-minus-square-o:before{content:"\f146"}.la.la-level-up:before{content:"\f3bf"}.la.la-level-down:before{content:"\f3be"}.la.la-pencil-square:before{content:"\f14b"}.la.la-external-link-square:before{content:"\f360"}.la.la-compass{font-family:'Line Awesome Free';font-weight:400}.la.la-caret-square-o-down{font-family:'Line Awesome Free';font-weight:400}.la.la-caret-square-o-down:before{content:"\f150"}.la.la-toggle-down{font-family:'Line Awesome Free';font-weight:400}.la.la-toggle-down:before{content:"\f150"}.la.la-caret-square-o-up{font-family:'Line Awesome Free';font-weight:400}.la.la-caret-square-o-up:before{content:"\f151"}.la.la-toggle-up{font-family:'Line Awesome Free';font-weight:400}.la.la-toggle-up:before{content:"\f151"}.la.la-caret-square-o-right{font-family:'Line Awesome Free';font-weight:400}.la.la-caret-square-o-right:before{content:"\f152"}.la.la-toggle-right{font-family:'Line Awesome Free';font-weight:400}.la.la-toggle-right:before{content:"\f152"}.la.la-eur:before{content:"\f153"}.la.la-euro:before{content:"\f153"}.la.la-gbp:before{content:"\f154"}.la.la-usd:before{content:"\f155"}.la.la-dollar:before{content:"\f155"}.la.la-inr:before{content:"\f156"}.la.la-rupee:before{content:"\f156"}.la.la-jpy:before{content:"\f157"}.la.la-cny:before{content:"\f157"}.la.la-rmb:before{content:"\f157"}.la.la-yen:before{content:"\f157"}.la.la-rub:before{content:"\f158"}.la.la-ruble:before{content:"\f158"}.la.la-rouble:before{content:"\f158"}.la.la-krw:before{content:"\f159"}.la.la-won:before{content:"\f159"}.la.la-btc{font-family:'Line Awesome Brands';font-weight:400}.la.la-bitcoin{font-family:'Line Awesome Brands';font-weight:400}.la.la-bitcoin:before{content:"\f15a"}.la.la-file-text:before{content:"\f15c"}.la.la-sort-alpha-asc:before{content:"\f15d"}.la.la-sort-alpha-desc:before{content:"\f881"}.la.la-sort-amount-asc:before{content:"\f160"}.la.la-sort-amount-desc:before{content:"\f884"}.la.la-sort-numeric-asc:before{content:"\f162"}.la.la-sort-numeric-desc:before{content:"\f886"}.la.la-youtube-square{font-family:'Line Awesome Brands';font-weight:400}.la.la-youtube{font-family:'Line Awesome Brands';font-weight:400}.la.la-xing{font-family:'Line Awesome Brands';font-weight:400}.la.la-xing-square{font-family:'Line Awesome Brands';font-weight:400}.la.la-youtube-play{font-family:'Line Awesome Brands';font-weight:400}.la.la-youtube-play:before{content:"\f167"}.la.la-dropbox{font-family:'Line Awesome Brands';font-weight:400}.la.la-stack-overflow{font-family:'Line Awesome Brands';font-weight:400}.la.la-instagram{font-family:'Line Awesome Brands';font-weight:400}.la.la-flickr{font-family:'Line Awesome Brands';font-weight:400}.la.la-adn{font-family:'Line Awesome Brands';font-weight:400}.la.la-bitbucket{font-family:'Line Awesome Brands';font-weight:400}.la.la-bitbucket-square{font-family:'Line Awesome Brands';font-weight:400}.la.la-bitbucket-square:before{content:"\f171"}.la.la-tumblr{font-family:'Line Awesome Brands';font-weight:400}.la.la-tumblr-square{font-family:'Line Awesome Brands';font-weight:400}.la.la-long-arrow-down:before{content:"\f309"}.la.la-long-arrow-up:before{content:"\f30c"}.la.la-long-arrow-left:before{content:"\f30a"}.la.la-long-arrow-right:before{content:"\f30b"}.la.la-apple{font-family:'Line Awesome Brands';font-weight:400}.la.la-windows{font-family:'Line Awesome Brands';font-weight:400}.la.la-android{font-family:'Line Awesome Brands';font-weight:400}.la.la-linux{font-family:'Line Awesome Brands';font-weight:400}.la.la-dribble{font-family:'Line Awesome Brands';font-weight:400}.la.la-skype{font-family:'Line Awesome Brands';font-weight:400}.la.la-foursquare{font-family:'Line Awesome Brands';font-weight:400}.la.la-trello{font-family:'Line Awesome Brands';font-weight:400}.la.la-gratipay{font-family:'Line Awesome Brands';font-weight:400}.la.la-gittip{font-family:'Line Awesome Brands';font-weight:400}.la.la-gittip:before{content:"\f184"}.la.la-sun-o{font-family:'Line Awesome Free';font-weight:400}.la.la-sun-o:before{content:"\f185"}.la.la-moon-o{font-family:'Line Awesome Free';font-weight:400}.la.la-moon-o:before{content:"\f186"}.la.la-vk{font-family:'Line Awesome Brands';font-weight:400}.la.la-weibo{font-family:'Line Awesome Brands';font-weight:400}.la.la-renren{font-family:'Line Awesome Brands';font-weight:400}.la.la-pagelines{font-family:'Line Awesome Brands';font-weight:400}.la.la-stack-exchange{font-family:'Line Awesome Brands';font-weight:400}.la.la-arrow-circle-o-right{font-family:'Line Awesome Free';font-weight:400}.la.la-arrow-circle-o-right:before{content:"\f35a"}.la.la-arrow-circle-o-left{font-family:'Line Awesome Free';font-weight:400}.la.la-arrow-circle-o-left:before{content:"\f359"}.la.la-caret-square-o-left{font-family:'Line Awesome Free';font-weight:400}.la.la-caret-square-o-left:before{content:"\f191"}.la.la-toggle-left{font-family:'Line Awesome Free';font-weight:400}.la.la-toggle-left:before{content:"\f191"}.la.la-dot-circle-o{font-family:'Line Awesome Free';font-weight:400}.la.la-dot-circle-o:before{content:"\f192"}.la.la-vimeo-square{font-family:'Line Awesome Brands';font-weight:400}.la.la-try:before{content:"\f195"}.la.la-turkish-lira:before{content:"\f195"}.la.la-plus-square-o{font-family:'Line Awesome Free';font-weight:400}.la.la-plus-square-o:before{content:"\f0fe"}.la.la-slack{font-family:'Line Awesome Brands';font-weight:400}.la.la-wordpress{font-family:'Line Awesome Brands';font-weight:400}.la.la-openid{font-family:'Line Awesome Brands';font-weight:400}.la.la-institution:before{content:"\f19c"}.la.la-bank:before{content:"\f19c"}.la.la-mortar-board:before{content:"\f19d"}.la.la-yahoo{font-family:'Line Awesome Brands';font-weight:400}.la.la-google{font-family:'Line Awesome Brands';font-weight:400}.la.la-reddit{font-family:'Line Awesome Brands';font-weight:400}.la.la-reddit-square{font-family:'Line Awesome Brands';font-weight:400}.la.la-stumbleupon-circle{font-family:'Line Awesome Brands';font-weight:400}.la.la-stumbleupon{font-family:'Line Awesome Brands';font-weight:400}.la.la-delicious{font-family:'Line Awesome Brands';font-weight:400}.la.la-digg{font-family:'Line Awesome Brands';font-weight:400}.la.la-pied-piper-pp{font-family:'Line Awesome Brands';font-weight:400}.la.la-pied-piper-alt{font-family:'Line Awesome Brands';font-weight:400}.la.la-drupal{font-family:'Line Awesome Brands';font-weight:400}.la.la-joomla{font-family:'Line Awesome Brands';font-weight:400}.la.la-spoon:before{content:"\f2e5"}.la.la-behance{font-family:'Line Awesome Brands';font-weight:400}.la.la-behance-square{font-family:'Line Awesome Brands';font-weight:400}.la.la-steam{font-family:'Line Awesome Brands';font-weight:400}.la.la-steam-square{font-family:'Line Awesome Brands';font-weight:400}.la.la-automobile:before{content:"\f1b9"}.la.la-cab:before{content:"\f1ba"}.la.la-envelope-o{font-family:'Line Awesome Free';font-weight:400}.la.la-envelope-o:before{content:"\f0e0"}.la.la-deviantart{font-family:'Line Awesome Brands';font-weight:400}.la.la-soundcloud{font-family:'Line Awesome Brands';font-weight:400}.la.la-file-pdf-o{font-family:'Line Awesome Free';font-weight:400}.la.la-file-pdf-o:before{content:"\f1c1"}.la.la-file-word-o{font-family:'Line Awesome Free';font-weight:400}.la.la-file-word-o:before{content:"\f1c2"}.la.la-file-excel-o{font-family:'Line Awesome Free';font-weight:400}.la.la-file-excel-o:before{content:"\f1c3"}.la.la-file-powerpoint-o{font-family:'Line Awesome Free';font-weight:400}.la.la-file-powerpoint-o:before{content:"\f1c4"}.la.la-file-image-o{font-family:'Line Awesome Free';font-weight:400}.la.la-file-image-o:before{content:"\f1c5"}.la.la-file-photo-o{font-family:'Line Awesome Free';font-weight:400}.la.la-file-photo-o:before{content:"\f1c5"}.la.la-file-picture-o{font-family:'Line Awesome Free';font-weight:400}.la.la-file-picture-o:before{content:"\f1c5"}.la.la-file-archive-o{font-family:'Line Awesome Free';font-weight:400}.la.la-file-archive-o:before{content:"\f1c6"}.la.la-file-zip-o{font-family:'Line Awesome Free';font-weight:400}.la.la-file-zip-o:before{content:"\f1c6"}.la.la-file-audio-o{font-family:'Line Awesome Free';font-weight:400}.la.la-file-audio-o:before{content:"\f1c7"}.la.la-file-sound-o{font-family:'Line Awesome Free';font-weight:400}.la.la-file-sound-o:before{content:"\f1c7"}.la.la-file-video-o{font-family:'Line Awesome Free';font-weight:400}.la.la-file-video-o:before{content:"\f1c8"}.la.la-file-movie-o{font-family:'Line Awesome Free';font-weight:400}.la.la-file-movie-o:before{content:"\f1c8"}.la.la-file-code-o{font-family:'Line Awesome Free';font-weight:400}.la.la-file-code-o:before{content:"\f1c9"}.la.la-vine{font-family:'Line Awesome Brands';font-weight:400}.la.la-codepen{font-family:'Line Awesome Brands';font-weight:400}.la.la-jsfiddle{font-family:'Line Awesome Brands';font-weight:400}.la.la-life-ring{font-family:'Line Awesome Free';font-weight:400}.la.la-life-bouy{font-family:'Line Awesome Free';font-weight:400}.la.la-life-bouy:before{content:"\f1cd"}.la.la-life-buoy{font-family:'Line Awesome Free';font-weight:400}.la.la-life-buoy:before{content:"\f1cd"}.la.la-life-saver{font-family:'Line Awesome Free';font-weight:400}.la.la-life-saver:before{content:"\f1cd"}.la.la-support{font-family:'Line Awesome Free';font-weight:400}.la.la-support:before{content:"\f1cd"}.la.la-circle-o-notch:before{content:"\f1ce"}.la.la-rebel{font-family:'Line Awesome Brands';font-weight:400}.la.la-ra{font-family:'Line Awesome Brands';font-weight:400}.la.la-ra:before{content:"\f1d0"}.la.la-resistance{font-family:'Line Awesome Brands';font-weight:400}.la.la-resistance:before{content:"\f1d0"}.la.la-empire{font-family:'Line Awesome Brands';font-weight:400}.la.la-ge{font-family:'Line Awesome Brands';font-weight:400}.la.la-ge:before{content:"\f1d1"}.la.la-git-square{font-family:'Line Awesome Brands';font-weight:400}.la.la-git{font-family:'Line Awesome Brands';font-weight:400}.la.la-hacker-news{font-family:'Line Awesome Brands';font-weight:400}.la.la-y-combinator-square{font-family:'Line Awesome Brands';font-weight:400}.la.la-y-combinator-square:before{content:"\f1d4"}.la.la-yc-square{font-family:'Line Awesome Brands';font-weight:400}.la.la-yc-square:before{content:"\f1d4"}.la.la-tencent-weibo{font-family:'Line Awesome Brands';font-weight:400}.la.la-qq{font-family:'Line Awesome Brands';font-weight:400}.la.la-weixin{font-family:'Line Awesome Brands';font-weight:400}.la.la-wechat{font-family:'Line Awesome Brands';font-weight:400}.la.la-wechat:before{content:"\f1d7"}.la.la-send:before{content:"\f1d8"}.la.la-paper-plane-o{font-family:'Line Awesome Free';font-weight:400}.la.la-paper-plane-o:before{content:"\f1d8"}.la.la-send-o{font-family:'Line Awesome Free';font-weight:400}.la.la-send-o:before{content:"\f1d8"}.la.la-circle-thin{font-family:'Line Awesome Free';font-weight:400}.la.la-circle-thin:before{content:"\f111"}.la.la-header:before{content:"\f1dc"}.la.la-sliders:before{content:"\f1de"}.la.la-futbol-o{font-family:'Line Awesome Free';font-weight:400}.la.la-futbol-o:before{content:"\f1e3"}.la.la-soccer-ball-o{font-family:'Line Awesome Free';font-weight:400}.la.la-soccer-ball-o:before{content:"\f1e3"}.la.la-slideshare{font-family:'Line Awesome Brands';font-weight:400}.la.la-twitch{font-family:'Line Awesome Brands';font-weight:400}.la.la-yelp{font-family:'Line Awesome Brands';font-weight:400}.la.la-newspaper-o{font-family:'Line Awesome Free';font-weight:400}.la.la-newspaper-o:before{content:"\f1ea"}.la.la-paypal{font-family:'Line Awesome Brands';font-weight:400}.la.la-google-wallet{font-family:'Line Awesome Brands';font-weight:400}.la.la-cc-visa{font-family:'Line Awesome Brands';font-weight:400}.la.la-cc-mastercard{font-family:'Line Awesome Brands';font-weight:400}.la.la-cc-discover{font-family:'Line Awesome Brands';font-weight:400}.la.la-cc-amex{font-family:'Line Awesome Brands';font-weight:400}.la.la-cc-paypal{font-family:'Line Awesome Brands';font-weight:400}.la.la-cc-stripe{font-family:'Line Awesome Brands';font-weight:400}.la.la-bell-slash-o{font-family:'Line Awesome Free';font-weight:400}.la.la-bell-slash-o:before{content:"\f1f6"}.la.la-trash:before{content:"\f2ed"}.la.la-copyright{font-family:'Line Awesome Free';font-weight:400}.la.la-eyedropper:before{content:"\f1fb"}.la.la-area-chart:before{content:"\f1fe"}.la.la-pie-chart:before{content:"\f200"}.la.la-line-chart:before{content:"\f201"}.la.la-lastfm{font-family:'Line Awesome Brands';font-weight:400}.la.la-lastfm-square{font-family:'Line Awesome Brands';font-weight:400}.la.la-ioxhost{font-family:'Line Awesome Brands';font-weight:400}.la.la-angellist{font-family:'Line Awesome Brands';font-weight:400}.la.la-cc{font-family:'Line Awesome Free';font-weight:400}.la.la-cc:before{content:"\f20a"}.la.la-ils:before{content:"\f20b"}.la.la-shekel:before{content:"\f20b"}.la.la-sheqel:before{content:"\f20b"}.la.la-meanpath{font-family:'Line Awesome Brands';font-weight:400}.la.la-meanpath:before{content:"\f2b4"}.la.la-buysellads{font-family:'Line Awesome Brands';font-weight:400}.la.la-connectdevelop{font-family:'Line Awesome Brands';font-weight:400}.la.la-dashcube{font-family:'Line Awesome Brands';font-weight:400}.la.la-forumbee{font-family:'Line Awesome Brands';font-weight:400}.la.la-leanpub{font-family:'Line Awesome Brands';font-weight:400}.la.la-sellsy{font-family:'Line Awesome Brands';font-weight:400}.la.la-shirtsinbulk{font-family:'Line Awesome Brands';font-weight:400}.la.la-simplybuilt{font-family:'Line Awesome Brands';font-weight:400}.la.la-skyatlas{font-family:'Line Awesome Brands';font-weight:400}.la.la-diamond{font-family:'Line Awesome Free';font-weight:400}.la.la-diamond:before{content:"\f3a5"}.la.la-intersex:before{content:"\f224"}.la.la-facebook-official{font-family:'Line Awesome Brands';font-weight:400}.la.la-facebook-official:before{content:"\f09a"}.la.la-pinterest-p{font-family:'Line Awesome Brands';font-weight:400}.la.la-whatsapp{font-family:'Line Awesome Brands';font-weight:400}.la.la-hotel:before{content:"\f236"}.la.la-viacoin{font-family:'Line Awesome Brands';font-weight:400}.la.la-medium{font-family:'Line Awesome Brands';font-weight:400}.la.la-y-combinator{font-family:'Line Awesome Brands';font-weight:400}.la.la-yc{font-family:'Line Awesome Brands';font-weight:400}.la.la-yc:before{content:"\f23b"}.la.la-optin-monster{font-family:'Line Awesome Brands';font-weight:400}.la.la-opencart{font-family:'Line Awesome Brands';font-weight:400}.la.la-expeditedssl{font-family:'Line Awesome Brands';font-weight:400}.la.la-battery-4:before{content:"\f240"}.la.la-battery:before{content:"\f240"}.la.la-battery-3:before{content:"\f241"}.la.la-battery-2:before{content:"\f242"}.la.la-battery-1:before{content:"\f243"}.la.la-battery-0:before{content:"\f244"}.la.la-object-group{font-family:'Line Awesome Free';font-weight:400}.la.la-object-ungroup{font-family:'Line Awesome Free';font-weight:400}.la.la-sticky-note-o{font-family:'Line Awesome Free';font-weight:400}.la.la-sticky-note-o:before{content:"\f249"}.la.la-cc-jcb{font-family:'Line Awesome Brands';font-weight:400}.la.la-cc-diners-club{font-family:'Line Awesome Brands';font-weight:400}.la.la-clone{font-family:'Line Awesome Free';font-weight:400}.la.la-hourglass-o{font-family:'Line Awesome Free';font-weight:400}.la.la-hourglass-o:before{content:"\f254"}.la.la-hourglass-1:before{content:"\f251"}.la.la-hourglass-2:before{content:"\f252"}.la.la-hourglass-3:before{content:"\f253"}.la.la-hand-rock-o{font-family:'Line Awesome Free';font-weight:400}.la.la-hand-rock-o:before{content:"\f255"}.la.la-hand-grab-o{font-family:'Line Awesome Free';font-weight:400}.la.la-hand-grab-o:before{content:"\f255"}.la.la-hand-paper-o{font-family:'Line Awesome Free';font-weight:400}.la.la-hand-paper-o:before{content:"\f256"}.la.la-hand-stop-o{font-family:'Line Awesome Free';font-weight:400}.la.la-hand-stop-o:before{content:"\f256"}.la.la-hand-scissors-o{font-family:'Line Awesome Free';font-weight:400}.la.la-hand-scissors-o:before{content:"\f257"}.la.la-hand-lizard-o{font-family:'Line Awesome Free';font-weight:400}.la.la-hand-lizard-o:before{content:"\f258"}.la.la-hand-spock-o{font-family:'Line Awesome Free';font-weight:400}.la.la-hand-spock-o:before{content:"\f259"}.la.la-hand-pointer-o{font-family:'Line Awesome Free';font-weight:400}.la.la-hand-pointer-o:before{content:"\f25a"}.la.la-hand-peace-o{font-family:'Line Awesome Free';font-weight:400}.la.la-hand-peace-o:before{content:"\f25b"}.la.la-registered{font-family:'Line Awesome Free';font-weight:400}.la.la-creative-commons{font-family:'Line Awesome Brands';font-weight:400}.la.la-gg{font-family:'Line Awesome Brands';font-weight:400}.la.la-gg-circle{font-family:'Line Awesome Brands';font-weight:400}.la.la-tripadvisor{font-family:'Line Awesome Brands';font-weight:400}.la.la-odnoklassniki{font-family:'Line Awesome Brands';font-weight:400}.la.la-odnoklassniki-square{font-family:'Line Awesome Brands';font-weight:400}.la.la-get-pocket{font-family:'Line Awesome Brands';font-weight:400}.la.la-wikipedia-w{font-family:'Line Awesome Brands';font-weight:400}.la.la-safari{font-family:'Line Awesome Brands';font-weight:400}.la.la-chrome{font-family:'Line Awesome Brands';font-weight:400}.la.la-firefox{font-family:'Line Awesome Brands';font-weight:400}.la.la-opera{font-family:'Line Awesome Brands';font-weight:400}.la.la-internet-explorer{font-family:'Line Awesome Brands';font-weight:400}.la.la-television:before{content:"\f26c"}.la.la-contao{font-family:'Line Awesome Brands';font-weight:400}.la.la-500px{font-family:'Line Awesome Brands';font-weight:400}.la.la-amazon{font-family:'Line Awesome Brands';font-weight:400}.la.la-calendar-plus-o{font-family:'Line Awesome Free';font-weight:400}.la.la-calendar-plus-o:before{content:"\f271"}.la.la-calendar-minus-o{font-family:'Line Awesome Free';font-weight:400}.la.la-calendar-minus-o:before{content:"\f272"}.la.la-calendar-times-o{font-family:'Line Awesome Free';font-weight:400}.la.la-calendar-times-o:before{content:"\f273"}.la.la-calendar-check-o{font-family:'Line Awesome Free';font-weight:400}.la.la-calendar-check-o:before{content:"\f274"}.la.la-map-o{font-family:'Line Awesome Free';font-weight:400}.la.la-map-o:before{content:"\f279"}.la.la-commenting:before{content:"\f4ad"}.la.la-commenting-o{font-family:'Line Awesome Free';font-weight:400}.la.la-commenting-o:before{content:"\f4ad"}.la.la-houzz{font-family:'Line Awesome Brands';font-weight:400}.la.la-vimeo{font-family:'Line Awesome Brands';font-weight:400}.la.la-vimeo:before{content:"\f27d"}.la.la-black-tie{font-family:'Line Awesome Brands';font-weight:400}.la.la-fonticons{font-family:'Line Awesome Brands';font-weight:400}.la.la-reddit-alien{font-family:'Line Awesome Brands';font-weight:400}.la.la-edge{font-family:'Line Awesome Brands';font-weight:400}.la.la-credit-card-alt:before{content:"\f09d"}.la.la-codiepie{font-family:'Line Awesome Brands';font-weight:400}.la.la-modx{font-family:'Line Awesome Brands';font-weight:400}.la.la-fort-awesome{font-family:'Line Awesome Brands';font-weight:400}.la.la-usb{font-family:'Line Awesome Brands';font-weight:400}.la.la-product-hunt{font-family:'Line Awesome Brands';font-weight:400}.la.la-mixcloud{font-family:'Line Awesome Brands';font-weight:400}.la.la-scribd{font-family:'Line Awesome Brands';font-weight:400}.la.la-pause-circle-o{font-family:'Line Awesome Free';font-weight:400}.la.la-pause-circle-o:before{content:"\f28b"}.la.la-stop-circle-o{font-family:'Line Awesome Free';font-weight:400}.la.la-stop-circle-o:before{content:"\f28d"}.la.la-bluetooth{font-family:'Line Awesome Brands';font-weight:400}.la.la-bluetooth-b{font-family:'Line Awesome Brands';font-weight:400}.la.la-gitlab{font-family:'Line Awesome Brands';font-weight:400}.la.la-wpbeginner{font-family:'Line Awesome Brands';font-weight:400}.la.la-wpforms{font-family:'Line Awesome Brands';font-weight:400}.la.la-envira{font-family:'Line Awesome Brands';font-weight:400}.la.la-wheelchair-alt{font-family:'Line Awesome Brands';font-weight:400}.la.la-wheelchair-alt:before{content:"\f368"}.la.la-question-circle-o{font-family:'Line Awesome Free';font-weight:400}.la.la-question-circle-o:before{content:"\f059"}.la.la-volume-control-phone:before{content:"\f2a0"}.la.la-asl-interpreting:before{content:"\f2a3"}.la.la-deafness:before{content:"\f2a4"}.la.la-hard-of-hearing:before{content:"\f2a4"}.la.la-glide{font-family:'Line Awesome Brands';font-weight:400}.la.la-glide-g{font-family:'Line Awesome Brands';font-weight:400}.la.la-signing:before{content:"\f2a7"}.la.la-viadeo{font-family:'Line Awesome Brands';font-weight:400}.la.la-viadeo-square{font-family:'Line Awesome Brands';font-weight:400}.la.la-snapchat{font-family:'Line Awesome Brands';font-weight:400}.la.la-snapchat-ghost{font-family:'Line Awesome Brands';font-weight:400}.la.la-snapchat-square{font-family:'Line Awesome Brands';font-weight:400}.la.la-pied-piper{font-family:'Line Awesome Brands';font-weight:400}.la.la-first-order{font-family:'Line Awesome Brands';font-weight:400}.la.la-yoast{font-family:'Line Awesome Brands';font-weight:400}.la.la-themeisle{font-family:'Line Awesome Brands';font-weight:400}.la.la-google-plus-official{font-family:'Line Awesome Brands';font-weight:400}.la.la-google-plus-official:before{content:"\f2b3"}.la.la-google-plus-circle{font-family:'Line Awesome Brands';font-weight:400}.la.la-google-plus-circle:before{content:"\f2b3"}.la.la-font-awesome{font-family:'Line Awesome Brands';font-weight:400}.la.la-fa{font-family:'Line Awesome Brands';font-weight:400}.la.la-fa:before{content:"\f2b4"}.la.la-handshake-o{font-family:'Line Awesome Free';font-weight:400}.la.la-handshake-o:before{content:"\f2b5"}.la.la-envelope-open-o{font-family:'Line Awesome Free';font-weight:400}.la.la-envelope-open-o:before{content:"\f2b6"}.la.la-linode{font-family:'Line Awesome Brands';font-weight:400}.la.la-address-book-o{font-family:'Line Awesome Free';font-weight:400}.la.la-address-book-o:before{content:"\f2b9"}.la.la-vcard:before{content:"\f2bb"}.la.la-address-card-o{font-family:'Line Awesome Free';font-weight:400}.la.la-address-card-o:before{content:"\f2bb"}.la.la-vcard-o{font-family:'Line Awesome Free';font-weight:400}.la.la-vcard-o:before{content:"\f2bb"}.la.la-user-circle-o{font-family:'Line Awesome Free';font-weight:400}.la.la-user-circle-o:before{content:"\f2bd"}.la.la-user-o{font-family:'Line Awesome Free';font-weight:400}.la.la-user-o:before{content:"\f007"}.la.la-id-badge{font-family:'Line Awesome Free';font-weight:400}.la.la-drivers-license:before{content:"\f2c2"}.la.la-id-card-o{font-family:'Line Awesome Free';font-weight:400}.la.la-id-card-o:before{content:"\f2c2"}.la.la-drivers-license-o{font-family:'Line Awesome Free';font-weight:400}.la.la-drivers-license-o:before{content:"\f2c2"}.la.la-quora{font-family:'Line Awesome Brands';font-weight:400}.la.la-free-code-camp{font-family:'Line Awesome Brands';font-weight:400}.la.la-telegram{font-family:'Line Awesome Brands';font-weight:400}.la.la-thermometer-4:before{content:"\f2c7"}.la.la-thermometer:before{content:"\f2c7"}.la.la-thermometer-3:before{content:"\f2c8"}.la.la-thermometer-2:before{content:"\f2c9"}.la.la-thermometer-1:before{content:"\f2ca"}.la.la-thermometer-0:before{content:"\f2cb"}.la.la-bathtub:before{content:"\f2cd"}.la.la-s15:before{content:"\f2cd"}.la.la-window-maximize{font-family:'Line Awesome Free';font-weight:400}.la.la-window-restore{font-family:'Line Awesome Free';font-weight:400}.la.la-times-rectangle:before{content:"\f410"}.la.la-window-close-o{font-family:'Line Awesome Free';font-weight:400}.la.la-window-close-o:before{content:"\f410"}.la.la-times-rectangle-o{font-family:'Line Awesome Free';font-weight:400}.la.la-times-rectangle-o:before{content:"\f410"}.la.la-bandcamp{font-family:'Line Awesome Brands';font-weight:400}.la.la-grav{font-family:'Line Awesome Brands';font-weight:400}.la.la-etsy{font-family:'Line Awesome Brands';font-weight:400}.la.la-imdb{font-family:'Line Awesome Brands';font-weight:400}.la.la-ravelry{font-family:'Line Awesome Brands';font-weight:400}.la.la-eercast{font-family:'Line Awesome Brands';font-weight:400}.la.la-eercast:before{content:"\f2da"}.la.la-snowflake-o{font-family:'Line Awesome Free';font-weight:400}.la.la-snowflake-o:before{content:"\f2dc"}.la.la-superpowers{font-family:'Line Awesome Brands';font-weight:400}.la.la-wpexplorer{font-family:'Line Awesome Brands';font-weight:400}.la.la-spotify{font-family:'Line Awesome Brands';font-weight:400}@font-face{font-family:iconKalles;font-display:swap;src:url(../../frontend/bluesky/bluesky_kalles_default/en_US/Blueskytechco_PageBuilderCustom/fonts/iconKalles.ttf) format('truetype'),url(../../frontend/bluesky/bluesky_kalles_default/en_US/Blueskytechco_PageBuilderCustom/fonts/iconKalles.woff) format('woff'),url(../../frontend/bluesky/bluesky_kalles_default/en_US/Blueskytechco_PageBuilderCustom/fonts/iconKalles.svg) format('svg');font-weight:400;font-style:normal}.iccl{font-family:iconKalles,sans-serif;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1}.iccl-edit:before{content:"\e915"}.iccl-feather:before{content:"\e916"}.iccl-grid:before{content:"\e917"}.iccl-home:before{content:"\e918"}.iccl-menu:before{content:"\e919"}.iccl-sidebar:before{content:"\e91a"}.iccl-trello:before{content:"\e91b"}.iccl-x2:before{content:"\e913"}.iccl-x:before{content:"\e90c"}.iccl-search:before{content:"\e914"}.iccl-cart:before{content:"\e903"}.iccl-eye:before{content:"\e904"}.iccl-user:before{content:"\e90e"}.iccl-heart:before{content:"\e907"}.iccl-heart2:before{content:"\e908"}.iccl-eye2:before{content:"\e911"}.iccl-settings:before{content:"\e90d"}.iccl-box:before{content:"\e902"}.iccl-filter:before{content:"\e905"}.iccl-filter2:before{content:"\e906"}.iccl-info:before{content:"\e912"}.iccl-link:before{content:"\e909"}.iccl-link2:before{content:"\e90a"}.iccl-moreh:before{content:"\e90b"}.iccl-video:before{content:"\e90f"}.iccl-zoom:before{content:"\e910"}.iccl-bell:before{content:"\e900"}.iccl-belloff:before{content:"\e901"}@font-face{font-family:fakalles;font-display:swap;src:url(../../frontend/bluesky/bluesky_kalles_default/en_US/Blueskytechco_PageBuilderCustom/fonts/fakalles.eot);src:url(../../frontend/bluesky/bluesky_kalles_default/en_US/Blueskytechco_PageBuilderCustom/fonts/fakalles.eot) format('embedded-opentype'),url(../../frontend/bluesky/bluesky_kalles_default/en_US/Blueskytechco_PageBuilderCustom/fonts/fakalles.woff2) format('woff2'),url(../../frontend/bluesky/bluesky_kalles_default/en_US/Blueskytechco_PageBuilderCustom/fonts/fakalles.woff) format('woff'),url(../../frontend/bluesky/bluesky_kalles_default/en_US/Blueskytechco_PageBuilderCustom/fonts/fakalles.ttf) format('truetype'),url(../../frontend/bluesky/bluesky_kalles_default/en_US/Blueskytechco_PageBuilderCustom/fonts/fakalles.svg) format('svg');font-weight:400;font-style:normal}.facl{display:inline-block;font:normal normal normal 14px/1 fakalles;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.facl-star:before{content:'\e800'}.facl-search:before{content:'\e801'}.facl-star-empty:before{content:'\e802'}.facl-star-half:before{content:'\e803'}.facl-heart:before{content:'\e804'}.facl-heart-o:before{content:'\e805'}.facl-mail:before{content:'\e806'}.facl-user:before{content:'\e807'}.facl-eye:before{content:'\e808'}.facl-eye-off:before{content:'\e809'}.facl-plus:before{content:'\e80a'}.facl-minus:before{content:'\e80b'}.facl-ok:before{content:'\e80c'}.facl-cancel:before{content:'\e80d'}.facl-edit:before{content:'\e80e'}.facl-cog:before{content:'\e80f'}.facl-basket:before{content:'\e810'}.facl-comment:before{content:'\e811'}.facl-comments:before{content:'\e812'}.facl-tags:before{content:'\e813'}.facl-tag:before{content:'\e814'}.facl-attention:before{content:'\e815'}.facl-twitter:before{content:'\f099'}.facl-facebook:before{content:'\f09a'}.facl-pinterest-circled:before{content:'\f0d2'}.facl-gplus:before{content:'\f0d5'}.facl-mail-alt:before{content:'\f0e0'}.facl-linkedin:before{content:'\f0e1'}.facl-comment-o:before{content:'\f0e5'}.facl-comments-o:before{content:'\f0e6'}.facl-angle-left:before{content:'\f104'}.facl-angle-right:before{content:'\f105'}.facl-angle-up:before{content:'\f106'}.facl-angle-down:before{content:'\f107'}.facl-quote-left:before{content:'\f10d'}.facl-star-half-alt:before{content:'\f123'}.facl-help:before{content:'\f128'}.facl-info:before{content:'\f129'}.facl-youtube-play:before{content:'\f16a'}.facl-instagram:before{content:'\f16d'}.facl-tumblr:before{content:'\f173'}.facl-left:before{content:'\f177'}.facl-right:before{content:'\f178'}.facl-dribbble:before{content:'\f17d'}.facl-vkontakte:before{content:'\f189'}.facl-behance:before{content:'\f1b4'}.facl-soundcloud:before{content:'\f1be'}.facl-vine:before{content:'\f1ca'}.facl-sliders:before{content:'\f1de'}.facl-cart-plus:before{content:'\f217'}.facl-cart-arrow-down:before{content:'\f218'}.facl-street-view:before{content:'\f21d'}.facl-pinterest:before{content:'\f231'}.facl-whatsapp:before{content:'\f232'}.facl-commenting:before{content:'\f27a'}.facl-commenting-o:before{content:'\f27b'}.facl-vimeo:before{content:'\f27d'}.facl-shopping-bag:before{content:'\f290'}.facl-shopping-basket:before{content:'\f291'}.facl-user-o:before{content:'\f2c0'}.facl-telegram:before{content:'\f2c6'}@font-face{font-family:Pe-icon-7-stroke;font-display:swap;src:url(../../frontend/bluesky/bluesky_kalles_default/en_US/Blueskytechco_PageBuilderCustom/fonts/pe-icon-7-stroke.eot);src:url(../../frontend/bluesky/bluesky_kalles_default/en_US/Blueskytechco_PageBuilderCustom/fonts/pe-icon-7-stroke.eot) format('embedded-opentype'),url(../../frontend/bluesky/bluesky_kalles_default/en_US/Blueskytechco_PageBuilderCustom/fonts/pe-icon-7-stroke.woff) format('woff'),url(../../frontend/bluesky/bluesky_kalles_default/en_US/Blueskytechco_PageBuilderCustom/fonts/pe-icon-7-stroke.ttf) format('truetype'),url(../../frontend/bluesky/bluesky_kalles_default/en_US/Blueskytechco_PageBuilderCustom/fonts/pe-icon-7-stroke.svg) format('svg');font-weight:400;font-style:normal}.pegk{display:inline-block;font-family:Pe-icon-7-stroke,sans-serif;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.pe-7s-album:before{content:"\e6aa"}.pe-7s-arc:before{content:"\e6ab"}.pe-7s-back-2:before{content:"\e6ac"}.pe-7s-bandaid:before{content:"\e6ad"}.pe-7s-car:before{content:"\e6ae"}.pe-7s-diamond:before{content:"\e6af"}.pe-7s-door-lock:before{content:"\e6b0"}.pe-7s-eyedropper:before{content:"\e6b1"}.pe-7s-female:before{content:"\e6b2"}.pe-7s-gym:before{content:"\e6b3"}.pe-7s-hammer:before{content:"\e6b4"}.pe-7s-headphones:before{content:"\e6b5"}.pe-7s-helm:before{content:"\e6b6"}.pe-7s-hourglass:before{content:"\e6b7"}.pe-7s-leaf:before{content:"\e6b8"}.pe-7s-magic-wand:before{content:"\e6b9"}.pe-7s-male:before{content:"\e6ba"}.pe-7s-map-2:before{content:"\e6bb"}.pe-7s-next-2:before{content:"\e6bc"}.pe-7s-paint-bucket:before{content:"\e6bd"}.pe-7s-pendrive:before{content:"\e6be"}.pe-7s-photo:before{content:"\e6bf"}.pe-7s-piggy:before{content:"\e6c0"}.pe-7s-plugin:before{content:"\e6c1"}.pe-7s-refresh-2:before{content:"\e6c2"}.pe-7s-rocket:before{content:"\e6c3"}.pe-7s-settings:before{content:"\e6c4"}.pe-7s-shield:before{content:"\e6c5"}.pe-7s-smile:before{content:"\e6c6"}.pe-7s-usb:before{content:"\e6c7"}.pe-7s-vector:before{content:"\e6c8"}.pe-7s-wine:before{content:"\e6c9"}.pe-7s-cloud-upload:before{content:"\e68a"}.pe-7s-cash:before{content:"\e68c"}.pe-7s-close:before{content:"\e680"}.pe-7s-bluetooth:before{content:"\e68d"}.pe-7s-cloud-download:before{content:"\e68b"}.pe-7s-way:before{content:"\e68e"}.pe-7s-close-circle:before{content:"\e681"}.pe-7s-id:before{content:"\e68f"}.pe-7s-angle-up:before{content:"\e682"}.pe-7s-wristwatch:before{content:"\e690"}.pe-7s-angle-up-circle:before{content:"\e683"}.pe-7s-world:before{content:"\e691"}.pe-7s-angle-right:before{content:"\e684"}.pe-7s-volume:before{content:"\e692"}.pe-7s-angle-right-circle:before{content:"\e685"}.pe-7s-users:before{content:"\e693"}.pe-7s-angle-left:before{content:"\e686"}.pe-7s-user-female:before{content:"\e694"}.pe-7s-angle-left-circle:before{content:"\e687"}.pe-7s-up-arrow:before{content:"\e695"}.pe-7s-angle-down:before{content:"\e688"}.pe-7s-switch:before{content:"\e696"}.pe-7s-angle-down-circle:before{content:"\e689"}.pe-7s-scissors:before{content:"\e697"}.pe-7s-wallet:before{content:"\e600"}.pe-7s-safe:before{content:"\e698"}.pe-7s-volume2:before{content:"\e601"}.pe-7s-volume1:before{content:"\e602"}.pe-7s-voicemail:before{content:"\e603"}.pe-7s-video:before{content:"\e604"}.pe-7s-user:before{content:"\e605"}.pe-7s-upload:before{content:"\e606"}.pe-7s-unlock:before{content:"\e607"}.pe-7s-umbrella:before{content:"\e608"}.pe-7s-trash:before{content:"\e609"}.pe-7s-tools:before{content:"\e60a"}.pe-7s-timer:before{content:"\e60b"}.pe-7s-ticket:before{content:"\e60c"}.pe-7s-target:before{content:"\e60d"}.pe-7s-sun:before{content:"\e60e"}.pe-7s-study:before{content:"\e60f"}.pe-7s-stopwatch:before{content:"\e610"}.pe-7s-star:before{content:"\e611"}.pe-7s-speaker:before{content:"\e612"}.pe-7s-signal:before{content:"\e613"}.pe-7s-shuffle:before{content:"\e614"}.pe-7s-shopbag:before{content:"\e615"}.pe-7s-share:before{content:"\e616"}.pe-7s-server:before{content:"\e617"}.pe-7s-search:before{content:"\e618"}.pe-7s-film:before{content:"\e6a5"}.pe-7s-science:before{content:"\e619"}.pe-7s-disk:before{content:"\e6a6"}.pe-7s-ribbon:before{content:"\e61a"}.pe-7s-repeat:before{content:"\e61b"}.pe-7s-refresh:before{content:"\e61c"}.pe-7s-add-user:before{content:"\e6a9"}.pe-7s-refresh-cloud:before{content:"\e61d"}.pe-7s-paperclip:before{content:"\e69c"}.pe-7s-radio:before{content:"\e61e"}.pe-7s-note2:before{content:"\e69d"}.pe-7s-print:before{content:"\e61f"}.pe-7s-network:before{content:"\e69e"}.pe-7s-prev:before{content:"\e620"}.pe-7s-mute:before{content:"\e69f"}.pe-7s-power:before{content:"\e621"}.pe-7s-medal:before{content:"\e6a0"}.pe-7s-portfolio:before{content:"\e622"}.pe-7s-like2:before{content:"\e6a1"}.pe-7s-plus:before{content:"\e623"}.pe-7s-left-arrow:before{content:"\e6a2"}.pe-7s-play:before{content:"\e624"}.pe-7s-key:before{content:"\e6a3"}.pe-7s-plane:before{content:"\e625"}.pe-7s-joy:before{content:"\e6a4"}.pe-7s-photo-gallery:before{content:"\e626"}.pe-7s-pin:before{content:"\e69b"}.pe-7s-phone:before{content:"\e627"}.pe-7s-plug:before{content:"\e69a"}.pe-7s-pen:before{content:"\e628"}.pe-7s-right-arrow:before{content:"\e699"}.pe-7s-paper-plane:before{content:"\e629"}.pe-7s-delete-user:before{content:"\e6a7"}.pe-7s-paint:before{content:"\e62a"}.pe-7s-bottom-arrow:before{content:"\e6a8"}.pe-7s-notebook:before{content:"\e62b"}.pe-7s-note:before{content:"\e62c"}.pe-7s-next:before{content:"\e62d"}.pe-7s-news-paper:before{content:"\e62e"}.pe-7s-musiclist:before{content:"\e62f"}.pe-7s-music:before{content:"\e630"}.pe-7s-mouse:before{content:"\e631"}.pe-7s-more:before{content:"\e632"}.pe-7s-moon:before{content:"\e633"}.pe-7s-monitor:before{content:"\e634"}.pe-7s-micro:before{content:"\e635"}.pe-7s-menu:before{content:"\e636"}.pe-7s-map:before{content:"\e637"}.pe-7s-map-marker:before{content:"\e638"}.pe-7s-mail:before{content:"\e639"}.pe-7s-mail-open:before{content:"\e63a"}.pe-7s-mail-open-file:before{content:"\e63b"}.pe-7s-magnet:before{content:"\e63c"}.pe-7s-loop:before{content:"\e63d"}.pe-7s-look:before{content:"\e63e"}.pe-7s-lock:before{content:"\e63f"}.pe-7s-lintern:before{content:"\e640"}.pe-7s-link:before{content:"\e641"}.pe-7s-like:before{content:"\e642"}.pe-7s-light:before{content:"\e643"}.pe-7s-less:before{content:"\e644"}.pe-7s-keypad:before{content:"\e645"}.pe-7s-junk:before{content:"\e646"}.pe-7s-info:before{content:"\e647"}.pe-7s-home:before{content:"\e648"}.pe-7s-help2:before{content:"\e649"}.pe-7s-help1:before{content:"\e64a"}.pe-7s-graph3:before{content:"\e64b"}.pe-7s-graph2:before{content:"\e64c"}.pe-7s-graph1:before{content:"\e64d"}.pe-7s-graph:before{content:"\e64e"}.pe-7s-global:before{content:"\e64f"}.pe-7s-gleam:before{content:"\e650"}.pe-7s-glasses:before{content:"\e651"}.pe-7s-gift:before{content:"\e652"}.pe-7s-folder:before{content:"\e653"}.pe-7s-flag:before{content:"\e654"}.pe-7s-filter:before{content:"\e655"}.pe-7s-file:before{content:"\e656"}.pe-7s-expand1:before{content:"\e657"}.pe-7s-exapnd2:before{content:"\e658"}.pe-7s-edit:before{content:"\e659"}.pe-7s-drop:before{content:"\e65a"}.pe-7s-drawer:before{content:"\e65b"}.pe-7s-download:before{content:"\e65c"}.pe-7s-display2:before{content:"\e65d"}.pe-7s-display1:before{content:"\e65e"}.pe-7s-diskette:before{content:"\e65f"}.pe-7s-date:before{content:"\e660"}.pe-7s-cup:before{content:"\e661"}.pe-7s-culture:before{content:"\e662"}.pe-7s-crop:before{content:"\e663"}.pe-7s-credit:before{content:"\e664"}.pe-7s-copy-file:before{content:"\e665"}.pe-7s-config:before{content:"\e666"}.pe-7s-compass:before{content:"\e667"}.pe-7s-comment:before{content:"\e668"}.pe-7s-coffee:before{content:"\e669"}.pe-7s-cloud:before{content:"\e66a"}.pe-7s-clock:before{content:"\e66b"}.pe-7s-check:before{content:"\e66c"}.pe-7s-chat:before{content:"\e66d"}.pe-7s-cart:before{content:"\e66e"}.pe-7s-camera:before{content:"\e66f"}.pe-7s-call:before{content:"\e670"}.pe-7s-calculator:before{content:"\e671"}.pe-7s-browser:before{content:"\e672"}.pe-7s-box2:before{content:"\e673"}.pe-7s-box1:before{content:"\e674"}.pe-7s-bookmarks:before{content:"\e675"}.pe-7s-bicycle:before{content:"\e676"}.pe-7s-bell:before{content:"\e677"}.pe-7s-battery:before{content:"\e678"}.pe-7s-ball:before{content:"\e679"}.pe-7s-back:before{content:"\e67a"}.pe-7s-attention:before{content:"\e67b"}.pe-7s-anchor:before{content:"\e67c"}.pe-7s-albums:before{content:"\e67d"}.pe-7s-alarm:before{content:"\e67e"}.pe-7s-airplay:before{content:"\e67f"}.far{font-weight:400!important}/*!
 * Bootstrap Grid v5.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */.container,.container-fluid,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl{width:100%;padding-right:var(--bs-gutter-x,.75rem);padding-left:var(--bs-gutter-x,.75rem);margin-right:auto;margin-left:auto}.row{--bs-gutter-x:1.5rem;--bs-gutter-y:0;display:flex;flex-wrap:wrap;margin-top:calc(-1 * var(--bs-gutter-y));margin-right:calc(-.5 * var(--bs-gutter-x));margin-left:calc(-.5 * var(--bs-gutter-x))}.row>*{box-sizing:border-box;flex-shrink:0;width:100%;max-width:100%;padding-right:calc(var(--bs-gutter-x) * .5);padding-left:calc(var(--bs-gutter-x) * .5);margin-top:var(--bs-gutter-y)}.col{flex:1 0 0%}.row-cols-auto>*{flex:0 0 auto;width:auto}.row-cols-1>*{flex:0 0 auto;width:100%}.row-cols-2>*{flex:0 0 auto;width:50%}.row-cols-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-4>*{flex:0 0 auto;width:25%}.row-cols-5>*{flex:0 0 auto;width:20%}.row-cols-6>*{flex:0 0 auto;width:16.6666666667%}.col-auto{flex:0 0 auto;width:auto}.col-1{flex:0 0 auto;width:8.33333333%}.col-2{flex:0 0 auto;width:16.66666667%}.col-3{flex:0 0 auto;width:25%}.col-4{flex:0 0 auto;width:33.33333333%}.col-5{flex:0 0 auto;width:41.66666667%}.col-6{flex:0 0 auto;width:50%}.col-7{flex:0 0 auto;width:58.33333333%}.col-8{flex:0 0 auto;width:66.66666667%}.col-9{flex:0 0 auto;width:75%}.col-10{flex:0 0 auto;width:83.33333333%}.col-11{flex:0 0 auto;width:91.66666667%}.col-12{flex:0 0 auto;width:100%}.offset-1{margin-left:8.33333333%}.offset-2{margin-left:16.66666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.33333333%}.offset-5{margin-left:41.66666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.33333333%}.offset-8{margin-left:66.66666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.33333333%}.offset-11{margin-left:91.66666667%}.g-0,.gx-0{--bs-gutter-x:0}.g-0,.gy-0{--bs-gutter-y:0}.g-1,.gx-1{--bs-gutter-x:0.25rem}.g-1,.gy-1{--bs-gutter-y:0.25rem}.g-2,.gx-2{--bs-gutter-x:0.5rem}.g-2,.gy-2{--bs-gutter-y:0.5rem}.g-3,.gx-3{--bs-gutter-x:1rem}.g-3,.gy-3{--bs-gutter-y:1rem}.g-4,.gx-4{--bs-gutter-x:1.5rem}.g-4,.gy-4{--bs-gutter-y:1.5rem}.g-5,.gx-5{--bs-gutter-x:3rem}.g-5,.gy-5{--bs-gutter-y:3rem}@media (min-width:576px){.col-sm{flex:1 0 0%}.row-cols-sm-auto>*{flex:0 0 auto;width:auto}.row-cols-sm-1>*{flex:0 0 auto;width:100%}.row-cols-sm-2>*{flex:0 0 auto;width:50%}.row-cols-sm-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-sm-4>*{flex:0 0 auto;width:25%}.row-cols-sm-5>*{flex:0 0 auto;width:20%}.row-cols-sm-6>*{flex:0 0 auto;width:16.6666666667%}.col-sm-auto{flex:0 0 auto;width:auto}.col-sm-1{flex:0 0 auto;width:8.33333333%}.col-sm-2{flex:0 0 auto;width:16.66666667%}.col-sm-3{flex:0 0 auto;width:25%}.col-sm-4{flex:0 0 auto;width:33.33333333%}.col-sm-5{flex:0 0 auto;width:41.66666667%}.col-sm-6{flex:0 0 auto;width:50%}.col-sm-7{flex:0 0 auto;width:58.33333333%}.col-sm-8{flex:0 0 auto;width:66.66666667%}.col-sm-9{flex:0 0 auto;width:75%}.col-sm-10{flex:0 0 auto;width:83.33333333%}.col-sm-11{flex:0 0 auto;width:91.66666667%}.col-sm-12{flex:0 0 auto;width:100%}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.33333333%}.offset-sm-2{margin-left:16.66666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.33333333%}.offset-sm-5{margin-left:41.66666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.33333333%}.offset-sm-8{margin-left:66.66666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.33333333%}.offset-sm-11{margin-left:91.66666667%}.g-sm-0,.gx-sm-0{--bs-gutter-x:0}.g-sm-0,.gy-sm-0{--bs-gutter-y:0}.g-sm-1,.gx-sm-1{--bs-gutter-x:0.25rem}.g-sm-1,.gy-sm-1{--bs-gutter-y:0.25rem}.g-sm-2,.gx-sm-2{--bs-gutter-x:0.5rem}.g-sm-2,.gy-sm-2{--bs-gutter-y:0.5rem}.g-sm-3,.gx-sm-3{--bs-gutter-x:1rem}.g-sm-3,.gy-sm-3{--bs-gutter-y:1rem}.g-sm-4,.gx-sm-4{--bs-gutter-x:1.5rem}.g-sm-4,.gy-sm-4{--bs-gutter-y:1.5rem}.g-sm-5,.gx-sm-5{--bs-gutter-x:3rem}.g-sm-5,.gy-sm-5{--bs-gutter-y:3rem}}@media (min-width:768px){.col-md{flex:1 0 0%}.row-cols-md-auto>*{flex:0 0 auto;width:auto}.row-cols-md-1>*{flex:0 0 auto;width:100%}.row-cols-md-2>*{flex:0 0 auto;width:50%}.row-cols-md-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-md-4>*{flex:0 0 auto;width:25%}.row-cols-md-5>*{flex:0 0 auto;width:20%}.row-cols-md-6>*{flex:0 0 auto;width:16.6666666667%}.col-md-auto{flex:0 0 auto;width:auto}.col-md-1{flex:0 0 auto;width:8.33333333%}.col-md-2{flex:0 0 auto;width:16.66666667%}.col-md-3{flex:0 0 auto;width:25%}.col-md-4{flex:0 0 auto;width:33.33333333%}.col-md-5{flex:0 0 auto;width:41.66666667%}.col-md-6{flex:0 0 auto;width:50%}.col-md-7{flex:0 0 auto;width:58.33333333%}.col-md-8{flex:0 0 auto;width:66.66666667%}.col-md-9{flex:0 0 auto;width:75%}.col-md-10{flex:0 0 auto;width:83.33333333%}.col-md-11{flex:0 0 auto;width:91.66666667%}.col-md-12{flex:0 0 auto;width:100%}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.33333333%}.offset-md-2{margin-left:16.66666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.33333333%}.offset-md-5{margin-left:41.66666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.33333333%}.offset-md-8{margin-left:66.66666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.33333333%}.offset-md-11{margin-left:91.66666667%}.g-md-0,.gx-md-0{--bs-gutter-x:0}.g-md-0,.gy-md-0{--bs-gutter-y:0}.g-md-1,.gx-md-1{--bs-gutter-x:0.25rem}.g-md-1,.gy-md-1{--bs-gutter-y:0.25rem}.g-md-2,.gx-md-2{--bs-gutter-x:0.5rem}.g-md-2,.gy-md-2{--bs-gutter-y:0.5rem}.g-md-3,.gx-md-3{--bs-gutter-x:1rem}.g-md-3,.gy-md-3{--bs-gutter-y:1rem}.g-md-4,.gx-md-4{--bs-gutter-x:1.5rem}.g-md-4,.gy-md-4{--bs-gutter-y:1.5rem}.g-md-5,.gx-md-5{--bs-gutter-x:3rem}.g-md-5,.gy-md-5{--bs-gutter-y:3rem}}@media (min-width:992px){.col-lg{flex:1 0 0%}.row-cols-lg-auto>*{flex:0 0 auto;width:auto}.row-cols-lg-1>*{flex:0 0 auto;width:100%}.row-cols-lg-2>*{flex:0 0 auto;width:50%}.row-cols-lg-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-lg-4>*{flex:0 0 auto;width:25%}.row-cols-lg-5>*{flex:0 0 auto;width:20%}.row-cols-lg-6>*{flex:0 0 auto;width:16.6666666667%}.col-lg-auto{flex:0 0 auto;width:auto}.col-lg-1{flex:0 0 auto;width:8.33333333%}.col-lg-2{flex:0 0 auto;width:16.66666667%}.col-lg-3{flex:0 0 auto;width:25%}.col-lg-4{flex:0 0 auto;width:33.33333333%}.col-lg-5{flex:0 0 auto;width:41.66666667%}.col-lg-6{flex:0 0 auto;width:50%}.col-lg-7{flex:0 0 auto;width:58.33333333%}.col-lg-8{flex:0 0 auto;width:66.66666667%}.col-lg-9{flex:0 0 auto;width:75%}.col-lg-10{flex:0 0 auto;width:83.33333333%}.col-lg-11{flex:0 0 auto;width:91.66666667%}.col-lg-12{flex:0 0 auto;width:100%}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.33333333%}.offset-lg-2{margin-left:16.66666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.33333333%}.offset-lg-5{margin-left:41.66666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.33333333%}.offset-lg-8{margin-left:66.66666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.33333333%}.offset-lg-11{margin-left:91.66666667%}.g-lg-0,.gx-lg-0{--bs-gutter-x:0}.g-lg-0,.gy-lg-0{--bs-gutter-y:0}.g-lg-1,.gx-lg-1{--bs-gutter-x:0.25rem}.g-lg-1,.gy-lg-1{--bs-gutter-y:0.25rem}.g-lg-2,.gx-lg-2{--bs-gutter-x:0.5rem}.g-lg-2,.gy-lg-2{--bs-gutter-y:0.5rem}.g-lg-3,.gx-lg-3{--bs-gutter-x:1rem}.g-lg-3,.gy-lg-3{--bs-gutter-y:1rem}.g-lg-4,.gx-lg-4{--bs-gutter-x:1.5rem}.g-lg-4,.gy-lg-4{--bs-gutter-y:1.5rem}.g-lg-5,.gx-lg-5{--bs-gutter-x:3rem}.g-lg-5,.gy-lg-5{--bs-gutter-y:3rem}}@media (min-width:1200px){.col-xl{flex:1 0 0%}.row-cols-xl-auto>*{flex:0 0 auto;width:auto}.row-cols-xl-1>*{flex:0 0 auto;width:100%}.row-cols-xl-2>*{flex:0 0 auto;width:50%}.row-cols-xl-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-xl-4>*{flex:0 0 auto;width:25%}.row-cols-xl-5>*{flex:0 0 auto;width:20%}.row-cols-xl-6>*{flex:0 0 auto;width:16.6666666667%}.col-xl-auto{flex:0 0 auto;width:auto}.col-xl-1{flex:0 0 auto;width:8.33333333%}.col-xl-2{flex:0 0 auto;width:16.66666667%}.col-xl-3{flex:0 0 auto;width:25%}.col-xl-4{flex:0 0 auto;width:33.33333333%}.col-xl-5{flex:0 0 auto;width:41.66666667%}.col-xl-6{flex:0 0 auto;width:50%}.col-xl-7{flex:0 0 auto;width:58.33333333%}.col-xl-8{flex:0 0 auto;width:66.66666667%}.col-xl-9{flex:0 0 auto;width:75%}.col-xl-10{flex:0 0 auto;width:83.33333333%}.col-xl-11{flex:0 0 auto;width:91.66666667%}.col-xl-12{flex:0 0 auto;width:100%}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.33333333%}.offset-xl-2{margin-left:16.66666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.33333333%}.offset-xl-5{margin-left:41.66666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.33333333%}.offset-xl-8{margin-left:66.66666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.33333333%}.offset-xl-11{margin-left:91.66666667%}.g-xl-0,.gx-xl-0{--bs-gutter-x:0}.g-xl-0,.gy-xl-0{--bs-gutter-y:0}.g-xl-1,.gx-xl-1{--bs-gutter-x:0.25rem}.g-xl-1,.gy-xl-1{--bs-gutter-y:0.25rem}.g-xl-2,.gx-xl-2{--bs-gutter-x:0.5rem}.g-xl-2,.gy-xl-2{--bs-gutter-y:0.5rem}.g-xl-3,.gx-xl-3{--bs-gutter-x:1rem}.g-xl-3,.gy-xl-3{--bs-gutter-y:1rem}.g-xl-4,.gx-xl-4{--bs-gutter-x:1.5rem}.g-xl-4,.gy-xl-4{--bs-gutter-y:1.5rem}.g-xl-5,.gx-xl-5{--bs-gutter-x:3rem}.g-xl-5,.gy-xl-5{--bs-gutter-y:3rem}}@media (min-width:1400px){.col-xxl{flex:1 0 0%}.row-cols-xxl-auto>*{flex:0 0 auto;width:auto}.row-cols-xxl-1>*{flex:0 0 auto;width:100%}.row-cols-xxl-2>*{flex:0 0 auto;width:50%}.row-cols-xxl-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-xxl-4>*{flex:0 0 auto;width:25%}.row-cols-xxl-5>*{flex:0 0 auto;width:20%}.row-cols-xxl-6>*{flex:0 0 auto;width:16.6666666667%}.col-xxl-auto{flex:0 0 auto;width:auto}.col-xxl-1{flex:0 0 auto;width:8.33333333%}.col-xxl-2{flex:0 0 auto;width:16.66666667%}.col-xxl-3{flex:0 0 auto;width:25%}.col-xxl-4{flex:0 0 auto;width:33.33333333%}.col-xxl-5{flex:0 0 auto;width:41.66666667%}.col-xxl-6{flex:0 0 auto;width:50%}.col-xxl-7{flex:0 0 auto;width:58.33333333%}.col-xxl-8{flex:0 0 auto;width:66.66666667%}.col-xxl-9{flex:0 0 auto;width:75%}.col-xxl-10{flex:0 0 auto;width:83.33333333%}.col-xxl-11{flex:0 0 auto;width:91.66666667%}.col-xxl-12{flex:0 0 auto;width:100%}.offset-xxl-0{margin-left:0}.offset-xxl-1{margin-left:8.33333333%}.offset-xxl-2{margin-left:16.66666667%}.offset-xxl-3{margin-left:25%}.offset-xxl-4{margin-left:33.33333333%}.offset-xxl-5{margin-left:41.66666667%}.offset-xxl-6{margin-left:50%}.offset-xxl-7{margin-left:58.33333333%}.offset-xxl-8{margin-left:66.66666667%}.offset-xxl-9{margin-left:75%}.offset-xxl-10{margin-left:83.33333333%}.offset-xxl-11{margin-left:91.66666667%}.g-xxl-0,.gx-xxl-0{--bs-gutter-x:0}.g-xxl-0,.gy-xxl-0{--bs-gutter-y:0}.g-xxl-1,.gx-xxl-1{--bs-gutter-x:0.25rem}.g-xxl-1,.gy-xxl-1{--bs-gutter-y:0.25rem}.g-xxl-2,.gx-xxl-2{--bs-gutter-x:0.5rem}.g-xxl-2,.gy-xxl-2{--bs-gutter-y:0.5rem}.g-xxl-3,.gx-xxl-3{--bs-gutter-x:1rem}.g-xxl-3,.gy-xxl-3{--bs-gutter-y:1rem}.g-xxl-4,.gx-xxl-4{--bs-gutter-x:1.5rem}.g-xxl-4,.gy-xxl-4{--bs-gutter-y:1.5rem}.g-xxl-5,.gx-xxl-5{--bs-gutter-x:3rem}.g-xxl-5,.gy-xxl-5{--bs-gutter-y:3rem}}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-block{display:block!important}.d-grid{display:grid!important}.d-table{display:table!important}.d-table-row{display:table-row!important}.d-table-cell{display:table-cell!important}.d-flex{display:flex!important}.d-inline-flex{display:inline-flex!important}.d-none{display:none!important}.flex-fill{flex:1 1 auto!important}.flex-row{flex-direction:row!important}.flex-column{flex-direction:column!important}.flex-row-reverse{flex-direction:row-reverse!important}.flex-column-reverse{flex-direction:column-reverse!important}.flex-grow-0{flex-grow:0!important}.flex-grow-1{flex-grow:1!important}.flex-shrink-0{flex-shrink:0!important}.flex-shrink-1{flex-shrink:1!important}.flex-wrap{flex-wrap:wrap!important}.flex-nowrap{flex-wrap:nowrap!important}.flex-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-start{justify-content:flex-start!important}.justify-content-end{justify-content:flex-end!important}.justify-content-center{justify-content:center!important}.justify-content-between{justify-content:space-between!important}.justify-content-around{justify-content:space-around!important}.justify-content-evenly{justify-content:space-evenly!important}.align-items-start{align-items:flex-start!important}.align-items-end{align-items:flex-end!important}.align-items-center{align-items:center!important}.align-items-baseline{align-items:baseline!important}.align-items-stretch{align-items:stretch!important}.align-content-start{align-content:flex-start!important}.align-content-end{align-content:flex-end!important}.align-content-center{align-content:center!important}.align-content-between{align-content:space-between!important}.align-content-around{align-content:space-around!important}.align-content-stretch{align-content:stretch!important}.align-self-auto{align-self:auto!important}.align-self-start{align-self:flex-start!important}.align-self-end{align-self:flex-end!important}.align-self-center{align-self:center!important}.align-self-baseline{align-self:baseline!important}.align-self-stretch{align-self:stretch!important}.order-first{order:-1!important}.order-0{order:0!important}.order-1{order:1!important}.order-2{order:2!important}.order-3{order:3!important}.order-4{order:4!important}.order-5{order:5!important}.order-last{order:6!important}.m-0{margin:0!important}.m-1{margin:.25rem!important}.m-2{margin:.5rem!important}.m-3{margin:1rem!important}.m-4{margin:1.5rem!important}.m-5{margin:3rem!important}.m-auto{margin:auto!important}.mx-0{margin-right:0!important;margin-left:0!important}.mx-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-3{margin-right:1rem!important;margin-left:1rem!important}.mx-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-5{margin-right:3rem!important;margin-left:3rem!important}.mx-auto{margin-right:auto!important;margin-left:auto!important}.my-0{margin-top:0!important;margin-bottom:0!important}.my-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-0{margin-top:0!important}.mt-1{margin-top:.25rem!important}.mt-2{margin-top:.5rem!important}.mt-3{margin-top:1rem!important}.mt-4{margin-top:1.5rem!important}.mt-5{margin-top:3rem!important}.mt-auto{margin-top:auto!important}.me-0{margin-right:0!important}.me-1{margin-right:.25rem!important}.me-2{margin-right:.5rem!important}.me-3{margin-right:1rem!important}.me-4{margin-right:1.5rem!important}.me-5{margin-right:3rem!important}.me-auto{margin-right:auto!important}.mb-0{margin-bottom:0!important}.mb-1{margin-bottom:.25rem!important}.mb-2{margin-bottom:.5rem!important}.mb-3{margin-bottom:1rem!important}.mb-4{margin-bottom:1.5rem!important}.mb-5{margin-bottom:3rem!important}.mb-auto{margin-bottom:auto!important}.ms-0{margin-left:0!important}.ms-1{margin-left:.25rem!important}.ms-2{margin-left:.5rem!important}.ms-3{margin-left:1rem!important}.ms-4{margin-left:1.5rem!important}.ms-5{margin-left:3rem!important}.ms-auto{margin-left:auto!important}.p-0{padding:0!important}.p-1{padding:.25rem!important}.p-2{padding:.5rem!important}.p-3{padding:1rem!important}.p-4{padding:1.5rem!important}.p-5{padding:3rem!important}.px-0{padding-right:0!important;padding-left:0!important}.px-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-3{padding-right:1rem!important;padding-left:1rem!important}.px-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-5{padding-right:3rem!important;padding-left:3rem!important}.py-0{padding-top:0!important;padding-bottom:0!important}.py-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-0{padding-top:0!important}.pt-1{padding-top:.25rem!important}.pt-2{padding-top:.5rem!important}.pt-3{padding-top:1rem!important}.pt-4{padding-top:1.5rem!important}.pt-5{padding-top:3rem!important}.pe-0{padding-right:0!important}.pe-1{padding-right:.25rem!important}.pe-2{padding-right:.5rem!important}.pe-3{padding-right:1rem!important}.pe-4{padding-right:1.5rem!important}.pe-5{padding-right:3rem!important}.pb-0{padding-bottom:0!important}.pb-1{padding-bottom:.25rem!important}.pb-2{padding-bottom:.5rem!important}.pb-3{padding-bottom:1rem!important}.pb-4{padding-bottom:1.5rem!important}.pb-5{padding-bottom:3rem!important}.ps-0{padding-left:0!important}.ps-1{padding-left:.25rem!important}.ps-2{padding-left:.5rem!important}.ps-3{padding-left:1rem!important}.ps-4{padding-left:1.5rem!important}.ps-5{padding-left:3rem!important}@media (min-width:576px){.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}.d-sm-block{display:block!important}.d-sm-grid{display:grid!important}.d-sm-table{display:table!important}.d-sm-table-row{display:table-row!important}.d-sm-table-cell{display:table-cell!important}.d-sm-flex{display:flex!important}.d-sm-inline-flex{display:inline-flex!important}.d-sm-none{display:none!important}.flex-sm-fill{flex:1 1 auto!important}.flex-sm-row{flex-direction:row!important}.flex-sm-column{flex-direction:column!important}.flex-sm-row-reverse{flex-direction:row-reverse!important}.flex-sm-column-reverse{flex-direction:column-reverse!important}.flex-sm-grow-0{flex-grow:0!important}.flex-sm-grow-1{flex-grow:1!important}.flex-sm-shrink-0{flex-shrink:0!important}.flex-sm-shrink-1{flex-shrink:1!important}.flex-sm-wrap{flex-wrap:wrap!important}.flex-sm-nowrap{flex-wrap:nowrap!important}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-sm-start{justify-content:flex-start!important}.justify-content-sm-end{justify-content:flex-end!important}.justify-content-sm-center{justify-content:center!important}.justify-content-sm-between{justify-content:space-between!important}.justify-content-sm-around{justify-content:space-around!important}.justify-content-sm-evenly{justify-content:space-evenly!important}.align-items-sm-start{align-items:flex-start!important}.align-items-sm-end{align-items:flex-end!important}.align-items-sm-center{align-items:center!important}.align-items-sm-baseline{align-items:baseline!important}.align-items-sm-stretch{align-items:stretch!important}.align-content-sm-start{align-content:flex-start!important}.align-content-sm-end{align-content:flex-end!important}.align-content-sm-center{align-content:center!important}.align-content-sm-between{align-content:space-between!important}.align-content-sm-around{align-content:space-around!important}.align-content-sm-stretch{align-content:stretch!important}.align-self-sm-auto{align-self:auto!important}.align-self-sm-start{align-self:flex-start!important}.align-self-sm-end{align-self:flex-end!important}.align-self-sm-center{align-self:center!important}.align-self-sm-baseline{align-self:baseline!important}.align-self-sm-stretch{align-self:stretch!important}.order-sm-first{order:-1!important}.order-sm-0{order:0!important}.order-sm-1{order:1!important}.order-sm-2{order:2!important}.order-sm-3{order:3!important}.order-sm-4{order:4!important}.order-sm-5{order:5!important}.order-sm-last{order:6!important}.m-sm-0{margin:0!important}.m-sm-1{margin:.25rem!important}.m-sm-2{margin:.5rem!important}.m-sm-3{margin:1rem!important}.m-sm-4{margin:1.5rem!important}.m-sm-5{margin:3rem!important}.m-sm-auto{margin:auto!important}.mx-sm-0{margin-right:0!important;margin-left:0!important}.mx-sm-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-sm-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-sm-3{margin-right:1rem!important;margin-left:1rem!important}.mx-sm-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-sm-5{margin-right:3rem!important;margin-left:3rem!important}.mx-sm-auto{margin-right:auto!important;margin-left:auto!important}.my-sm-0{margin-top:0!important;margin-bottom:0!important}.my-sm-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-sm-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-sm-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-sm-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-sm-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-sm-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-sm-0{margin-top:0!important}.mt-sm-1{margin-top:.25rem!important}.mt-sm-2{margin-top:.5rem!important}.mt-sm-3{margin-top:1rem!important}.mt-sm-4{margin-top:1.5rem!important}.mt-sm-5{margin-top:3rem!important}.mt-sm-auto{margin-top:auto!important}.me-sm-0{margin-right:0!important}.me-sm-1{margin-right:.25rem!important}.me-sm-2{margin-right:.5rem!important}.me-sm-3{margin-right:1rem!important}.me-sm-4{margin-right:1.5rem!important}.me-sm-5{margin-right:3rem!important}.me-sm-auto{margin-right:auto!important}.mb-sm-0{margin-bottom:0!important}.mb-sm-1{margin-bottom:.25rem!important}.mb-sm-2{margin-bottom:.5rem!important}.mb-sm-3{margin-bottom:1rem!important}.mb-sm-4{margin-bottom:1.5rem!important}.mb-sm-5{margin-bottom:3rem!important}.mb-sm-auto{margin-bottom:auto!important}.ms-sm-0{margin-left:0!important}.ms-sm-1{margin-left:.25rem!important}.ms-sm-2{margin-left:.5rem!important}.ms-sm-3{margin-left:1rem!important}.ms-sm-4{margin-left:1.5rem!important}.ms-sm-5{margin-left:3rem!important}.ms-sm-auto{margin-left:auto!important}.p-sm-0{padding:0!important}.p-sm-1{padding:.25rem!important}.p-sm-2{padding:.5rem!important}.p-sm-3{padding:1rem!important}.p-sm-4{padding:1.5rem!important}.p-sm-5{padding:3rem!important}.px-sm-0{padding-right:0!important;padding-left:0!important}.px-sm-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-sm-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-sm-3{padding-right:1rem!important;padding-left:1rem!important}.px-sm-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-sm-5{padding-right:3rem!important;padding-left:3rem!important}.py-sm-0{padding-top:0!important;padding-bottom:0!important}.py-sm-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-sm-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-sm-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-sm-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-sm-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-sm-0{padding-top:0!important}.pt-sm-1{padding-top:.25rem!important}.pt-sm-2{padding-top:.5rem!important}.pt-sm-3{padding-top:1rem!important}.pt-sm-4{padding-top:1.5rem!important}.pt-sm-5{padding-top:3rem!important}.pe-sm-0{padding-right:0!important}.pe-sm-1{padding-right:.25rem!important}.pe-sm-2{padding-right:.5rem!important}.pe-sm-3{padding-right:1rem!important}.pe-sm-4{padding-right:1.5rem!important}.pe-sm-5{padding-right:3rem!important}.pb-sm-0{padding-bottom:0!important}.pb-sm-1{padding-bottom:.25rem!important}.pb-sm-2{padding-bottom:.5rem!important}.pb-sm-3{padding-bottom:1rem!important}.pb-sm-4{padding-bottom:1.5rem!important}.pb-sm-5{padding-bottom:3rem!important}.ps-sm-0{padding-left:0!important}.ps-sm-1{padding-left:.25rem!important}.ps-sm-2{padding-left:.5rem!important}.ps-sm-3{padding-left:1rem!important}.ps-sm-4{padding-left:1.5rem!important}.ps-sm-5{padding-left:3rem!important}}@media (min-width:768px){.d-md-inline{display:inline!important}.d-md-inline-block{display:inline-block!important}.d-md-block{display:block!important}.d-md-grid{display:grid!important}.d-md-table{display:table!important}.d-md-table-row{display:table-row!important}.d-md-table-cell{display:table-cell!important}.d-md-flex{display:flex!important}.d-md-inline-flex{display:inline-flex!important}.d-md-none{display:none!important}.flex-md-fill{flex:1 1 auto!important}.flex-md-row{flex-direction:row!important}.flex-md-column{flex-direction:column!important}.flex-md-row-reverse{flex-direction:row-reverse!important}.flex-md-column-reverse{flex-direction:column-reverse!important}.flex-md-grow-0{flex-grow:0!important}.flex-md-grow-1{flex-grow:1!important}.flex-md-shrink-0{flex-shrink:0!important}.flex-md-shrink-1{flex-shrink:1!important}.flex-md-wrap{flex-wrap:wrap!important}.flex-md-nowrap{flex-wrap:nowrap!important}.flex-md-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-md-start{justify-content:flex-start!important}.justify-content-md-end{justify-content:flex-end!important}.justify-content-md-center{justify-content:center!important}.justify-content-md-between{justify-content:space-between!important}.justify-content-md-around{justify-content:space-around!important}.justify-content-md-evenly{justify-content:space-evenly!important}.align-items-md-start{align-items:flex-start!important}.align-items-md-end{align-items:flex-end!important}.align-items-md-center{align-items:center!important}.align-items-md-baseline{align-items:baseline!important}.align-items-md-stretch{align-items:stretch!important}.align-content-md-start{align-content:flex-start!important}.align-content-md-end{align-content:flex-end!important}.align-content-md-center{align-content:center!important}.align-content-md-between{align-content:space-between!important}.align-content-md-around{align-content:space-around!important}.align-content-md-stretch{align-content:stretch!important}.align-self-md-auto{align-self:auto!important}.align-self-md-start{align-self:flex-start!important}.align-self-md-end{align-self:flex-end!important}.align-self-md-center{align-self:center!important}.align-self-md-baseline{align-self:baseline!important}.align-self-md-stretch{align-self:stretch!important}.order-md-first{order:-1!important}.order-md-0{order:0!important}.order-md-1{order:1!important}.order-md-2{order:2!important}.order-md-3{order:3!important}.order-md-4{order:4!important}.order-md-5{order:5!important}.order-md-last{order:6!important}.m-md-0{margin:0!important}.m-md-1{margin:.25rem!important}.m-md-2{margin:.5rem!important}.m-md-3{margin:1rem!important}.m-md-4{margin:1.5rem!important}.m-md-5{margin:3rem!important}.m-md-auto{margin:auto!important}.mx-md-0{margin-right:0!important;margin-left:0!important}.mx-md-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-md-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-md-3{margin-right:1rem!important;margin-left:1rem!important}.mx-md-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-md-5{margin-right:3rem!important;margin-left:3rem!important}.mx-md-auto{margin-right:auto!important;margin-left:auto!important}.my-md-0{margin-top:0!important;margin-bottom:0!important}.my-md-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-md-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-md-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-md-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-md-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-md-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-md-0{margin-top:0!important}.mt-md-1{margin-top:.25rem!important}.mt-md-2{margin-top:.5rem!important}.mt-md-3{margin-top:1rem!important}.mt-md-4{margin-top:1.5rem!important}.mt-md-5{margin-top:3rem!important}.mt-md-auto{margin-top:auto!important}.me-md-0{margin-right:0!important}.me-md-1{margin-right:.25rem!important}.me-md-2{margin-right:.5rem!important}.me-md-3{margin-right:1rem!important}.me-md-4{margin-right:1.5rem!important}.me-md-5{margin-right:3rem!important}.me-md-auto{margin-right:auto!important}.mb-md-0{margin-bottom:0!important}.mb-md-1{margin-bottom:.25rem!important}.mb-md-2{margin-bottom:.5rem!important}.mb-md-3{margin-bottom:1rem!important}.mb-md-4{margin-bottom:1.5rem!important}.mb-md-5{margin-bottom:3rem!important}.mb-md-auto{margin-bottom:auto!important}.ms-md-0{margin-left:0!important}.ms-md-1{margin-left:.25rem!important}.ms-md-2{margin-left:.5rem!important}.ms-md-3{margin-left:1rem!important}.ms-md-4{margin-left:1.5rem!important}.ms-md-5{margin-left:3rem!important}.ms-md-auto{margin-left:auto!important}.p-md-0{padding:0!important}.p-md-1{padding:.25rem!important}.p-md-2{padding:.5rem!important}.p-md-3{padding:1rem!important}.p-md-4{padding:1.5rem!important}.p-md-5{padding:3rem!important}.px-md-0{padding-right:0!important;padding-left:0!important}.px-md-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-md-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-md-3{padding-right:1rem!important;padding-left:1rem!important}.px-md-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-md-5{padding-right:3rem!important;padding-left:3rem!important}.py-md-0{padding-top:0!important;padding-bottom:0!important}.py-md-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-md-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-md-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-md-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-md-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-md-0{padding-top:0!important}.pt-md-1{padding-top:.25rem!important}.pt-md-2{padding-top:.5rem!important}.pt-md-3{padding-top:1rem!important}.pt-md-4{padding-top:1.5rem!important}.pt-md-5{padding-top:3rem!important}.pe-md-0{padding-right:0!important}.pe-md-1{padding-right:.25rem!important}.pe-md-2{padding-right:.5rem!important}.pe-md-3{padding-right:1rem!important}.pe-md-4{padding-right:1.5rem!important}.pe-md-5{padding-right:3rem!important}.pb-md-0{padding-bottom:0!important}.pb-md-1{padding-bottom:.25rem!important}.pb-md-2{padding-bottom:.5rem!important}.pb-md-3{padding-bottom:1rem!important}.pb-md-4{padding-bottom:1.5rem!important}.pb-md-5{padding-bottom:3rem!important}.ps-md-0{padding-left:0!important}.ps-md-1{padding-left:.25rem!important}.ps-md-2{padding-left:.5rem!important}.ps-md-3{padding-left:1rem!important}.ps-md-4{padding-left:1.5rem!important}.ps-md-5{padding-left:3rem!important}}@media (min-width:992px){.d-lg-inline{display:inline!important}.d-lg-inline-block{display:inline-block!important}.d-lg-block{display:block!important}.d-lg-grid{display:grid!important}.d-lg-table{display:table!important}.d-lg-table-row{display:table-row!important}.d-lg-table-cell{display:table-cell!important}.d-lg-flex{display:flex!important}.d-lg-inline-flex{display:inline-flex!important}.d-lg-none{display:none!important}.flex-lg-fill{flex:1 1 auto!important}.flex-lg-row{flex-direction:row!important}.flex-lg-column{flex-direction:column!important}.flex-lg-row-reverse{flex-direction:row-reverse!important}.flex-lg-column-reverse{flex-direction:column-reverse!important}.flex-lg-grow-0{flex-grow:0!important}.flex-lg-grow-1{flex-grow:1!important}.flex-lg-shrink-0{flex-shrink:0!important}.flex-lg-shrink-1{flex-shrink:1!important}.flex-lg-wrap{flex-wrap:wrap!important}.flex-lg-nowrap{flex-wrap:nowrap!important}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-lg-start{justify-content:flex-start!important}.justify-content-lg-end{justify-content:flex-end!important}.justify-content-lg-center{justify-content:center!important}.justify-content-lg-between{justify-content:space-between!important}.justify-content-lg-around{justify-content:space-around!important}.justify-content-lg-evenly{justify-content:space-evenly!important}.align-items-lg-start{align-items:flex-start!important}.align-items-lg-end{align-items:flex-end!important}.align-items-lg-center{align-items:center!important}.align-items-lg-baseline{align-items:baseline!important}.align-items-lg-stretch{align-items:stretch!important}.align-content-lg-start{align-content:flex-start!important}.align-content-lg-end{align-content:flex-end!important}.align-content-lg-center{align-content:center!important}.align-content-lg-between{align-content:space-between!important}.align-content-lg-around{align-content:space-around!important}.align-content-lg-stretch{align-content:stretch!important}.align-self-lg-auto{align-self:auto!important}.align-self-lg-start{align-self:flex-start!important}.align-self-lg-end{align-self:flex-end!important}.align-self-lg-center{align-self:center!important}.align-self-lg-baseline{align-self:baseline!important}.align-self-lg-stretch{align-self:stretch!important}.order-lg-first{order:-1!important}.order-lg-0{order:0!important}.order-lg-1{order:1!important}.order-lg-2{order:2!important}.order-lg-3{order:3!important}.order-lg-4{order:4!important}.order-lg-5{order:5!important}.order-lg-last{order:6!important}.m-lg-0{margin:0!important}.m-lg-1{margin:.25rem!important}.m-lg-2{margin:.5rem!important}.m-lg-3{margin:1rem!important}.m-lg-4{margin:1.5rem!important}.m-lg-5{margin:3rem!important}.m-lg-auto{margin:auto!important}.mx-lg-0{margin-right:0!important;margin-left:0!important}.mx-lg-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-lg-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-lg-3{margin-right:1rem!important;margin-left:1rem!important}.mx-lg-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-lg-5{margin-right:3rem!important;margin-left:3rem!important}.mx-lg-auto{margin-right:auto!important;margin-left:auto!important}.my-lg-0{margin-top:0!important;margin-bottom:0!important}.my-lg-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-lg-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-lg-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-lg-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-lg-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-lg-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-lg-0{margin-top:0!important}.mt-lg-1{margin-top:.25rem!important}.mt-lg-2{margin-top:.5rem!important}.mt-lg-3{margin-top:1rem!important}.mt-lg-4{margin-top:1.5rem!important}.mt-lg-5{margin-top:3rem!important}.mt-lg-auto{margin-top:auto!important}.me-lg-0{margin-right:0!important}.me-lg-1{margin-right:.25rem!important}.me-lg-2{margin-right:.5rem!important}.me-lg-3{margin-right:1rem!important}.me-lg-4{margin-right:1.5rem!important}.me-lg-5{margin-right:3rem!important}.me-lg-auto{margin-right:auto!important}.mb-lg-0{margin-bottom:0!important}.mb-lg-1{margin-bottom:.25rem!important}.mb-lg-2{margin-bottom:.5rem!important}.mb-lg-3{margin-bottom:1rem!important}.mb-lg-4{margin-bottom:1.5rem!important}.mb-lg-5{margin-bottom:3rem!important}.mb-lg-auto{margin-bottom:auto!important}.ms-lg-0{margin-left:0!important}.ms-lg-1{margin-left:.25rem!important}.ms-lg-2{margin-left:.5rem!important}.ms-lg-3{margin-left:1rem!important}.ms-lg-4{margin-left:1.5rem!important}.ms-lg-5{margin-left:3rem!important}.ms-lg-auto{margin-left:auto!important}.p-lg-0{padding:0!important}.p-lg-1{padding:.25rem!important}.p-lg-2{padding:.5rem!important}.p-lg-3{padding:1rem!important}.p-lg-4{padding:1.5rem!important}.p-lg-5{padding:3rem!important}.px-lg-0{padding-right:0!important;padding-left:0!important}.px-lg-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-lg-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-lg-3{padding-right:1rem!important;padding-left:1rem!important}.px-lg-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-lg-5{padding-right:3rem!important;padding-left:3rem!important}.py-lg-0{padding-top:0!important;padding-bottom:0!important}.py-lg-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-lg-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-lg-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-lg-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-lg-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-lg-0{padding-top:0!important}.pt-lg-1{padding-top:.25rem!important}.pt-lg-2{padding-top:.5rem!important}.pt-lg-3{padding-top:1rem!important}.pt-lg-4{padding-top:1.5rem!important}.pt-lg-5{padding-top:3rem!important}.pe-lg-0{padding-right:0!important}.pe-lg-1{padding-right:.25rem!important}.pe-lg-2{padding-right:.5rem!important}.pe-lg-3{padding-right:1rem!important}.pe-lg-4{padding-right:1.5rem!important}.pe-lg-5{padding-right:3rem!important}.pb-lg-0{padding-bottom:0!important}.pb-lg-1{padding-bottom:.25rem!important}.pb-lg-2{padding-bottom:.5rem!important}.pb-lg-3{padding-bottom:1rem!important}.pb-lg-4{padding-bottom:1.5rem!important}.pb-lg-5{padding-bottom:3rem!important}.ps-lg-0{padding-left:0!important}.ps-lg-1{padding-left:.25rem!important}.ps-lg-2{padding-left:.5rem!important}.ps-lg-3{padding-left:1rem!important}.ps-lg-4{padding-left:1.5rem!important}.ps-lg-5{padding-left:3rem!important}}@media (min-width:1200px){.d-xl-inline{display:inline!important}.d-xl-inline-block{display:inline-block!important}.d-xl-block{display:block!important}.d-xl-grid{display:grid!important}.d-xl-table{display:table!important}.d-xl-table-row{display:table-row!important}.d-xl-table-cell{display:table-cell!important}.d-xl-flex{display:flex!important}.d-xl-inline-flex{display:inline-flex!important}.d-xl-none{display:none!important}.flex-xl-fill{flex:1 1 auto!important}.flex-xl-row{flex-direction:row!important}.flex-xl-column{flex-direction:column!important}.flex-xl-row-reverse{flex-direction:row-reverse!important}.flex-xl-column-reverse{flex-direction:column-reverse!important}.flex-xl-grow-0{flex-grow:0!important}.flex-xl-grow-1{flex-grow:1!important}.flex-xl-shrink-0{flex-shrink:0!important}.flex-xl-shrink-1{flex-shrink:1!important}.flex-xl-wrap{flex-wrap:wrap!important}.flex-xl-nowrap{flex-wrap:nowrap!important}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-xl-start{justify-content:flex-start!important}.justify-content-xl-end{justify-content:flex-end!important}.justify-content-xl-center{justify-content:center!important}.justify-content-xl-between{justify-content:space-between!important}.justify-content-xl-around{justify-content:space-around!important}.justify-content-xl-evenly{justify-content:space-evenly!important}.align-items-xl-start{align-items:flex-start!important}.align-items-xl-end{align-items:flex-end!important}.align-items-xl-center{align-items:center!important}.align-items-xl-baseline{align-items:baseline!important}.align-items-xl-stretch{align-items:stretch!important}.align-content-xl-start{align-content:flex-start!important}.align-content-xl-end{align-content:flex-end!important}.align-content-xl-center{align-content:center!important}.align-content-xl-between{align-content:space-between!important}.align-content-xl-around{align-content:space-around!important}.align-content-xl-stretch{align-content:stretch!important}.align-self-xl-auto{align-self:auto!important}.align-self-xl-start{align-self:flex-start!important}.align-self-xl-end{align-self:flex-end!important}.align-self-xl-center{align-self:center!important}.align-self-xl-baseline{align-self:baseline!important}.align-self-xl-stretch{align-self:stretch!important}.order-xl-first{order:-1!important}.order-xl-0{order:0!important}.order-xl-1{order:1!important}.order-xl-2{order:2!important}.order-xl-3{order:3!important}.order-xl-4{order:4!important}.order-xl-5{order:5!important}.order-xl-last{order:6!important}.m-xl-0{margin:0!important}.m-xl-1{margin:.25rem!important}.m-xl-2{margin:.5rem!important}.m-xl-3{margin:1rem!important}.m-xl-4{margin:1.5rem!important}.m-xl-5{margin:3rem!important}.m-xl-auto{margin:auto!important}.mx-xl-0{margin-right:0!important;margin-left:0!important}.mx-xl-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-xl-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-xl-3{margin-right:1rem!important;margin-left:1rem!important}.mx-xl-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-xl-5{margin-right:3rem!important;margin-left:3rem!important}.mx-xl-auto{margin-right:auto!important;margin-left:auto!important}.my-xl-0{margin-top:0!important;margin-bottom:0!important}.my-xl-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-xl-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-xl-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-xl-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-xl-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-xl-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-xl-0{margin-top:0!important}.mt-xl-1{margin-top:.25rem!important}.mt-xl-2{margin-top:.5rem!important}.mt-xl-3{margin-top:1rem!important}.mt-xl-4{margin-top:1.5rem!important}.mt-xl-5{margin-top:3rem!important}.mt-xl-auto{margin-top:auto!important}.me-xl-0{margin-right:0!important}.me-xl-1{margin-right:.25rem!important}.me-xl-2{margin-right:.5rem!important}.me-xl-3{margin-right:1rem!important}.me-xl-4{margin-right:1.5rem!important}.me-xl-5{margin-right:3rem!important}.me-xl-auto{margin-right:auto!important}.mb-xl-0{margin-bottom:0!important}.mb-xl-1{margin-bottom:.25rem!important}.mb-xl-2{margin-bottom:.5rem!important}.mb-xl-3{margin-bottom:1rem!important}.mb-xl-4{margin-bottom:1.5rem!important}.mb-xl-5{margin-bottom:3rem!important}.mb-xl-auto{margin-bottom:auto!important}.ms-xl-0{margin-left:0!important}.ms-xl-1{margin-left:.25rem!important}.ms-xl-2{margin-left:.5rem!important}.ms-xl-3{margin-left:1rem!important}.ms-xl-4{margin-left:1.5rem!important}.ms-xl-5{margin-left:3rem!important}.ms-xl-auto{margin-left:auto!important}.p-xl-0{padding:0!important}.p-xl-1{padding:.25rem!important}.p-xl-2{padding:.5rem!important}.p-xl-3{padding:1rem!important}.p-xl-4{padding:1.5rem!important}.p-xl-5{padding:3rem!important}.px-xl-0{padding-right:0!important;padding-left:0!important}.px-xl-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-xl-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-xl-3{padding-right:1rem!important;padding-left:1rem!important}.px-xl-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-xl-5{padding-right:3rem!important;padding-left:3rem!important}.py-xl-0{padding-top:0!important;padding-bottom:0!important}.py-xl-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-xl-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-xl-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-xl-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-xl-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-xl-0{padding-top:0!important}.pt-xl-1{padding-top:.25rem!important}.pt-xl-2{padding-top:.5rem!important}.pt-xl-3{padding-top:1rem!important}.pt-xl-4{padding-top:1.5rem!important}.pt-xl-5{padding-top:3rem!important}.pe-xl-0{padding-right:0!important}.pe-xl-1{padding-right:.25rem!important}.pe-xl-2{padding-right:.5rem!important}.pe-xl-3{padding-right:1rem!important}.pe-xl-4{padding-right:1.5rem!important}.pe-xl-5{padding-right:3rem!important}.pb-xl-0{padding-bottom:0!important}.pb-xl-1{padding-bottom:.25rem!important}.pb-xl-2{padding-bottom:.5rem!important}.pb-xl-3{padding-bottom:1rem!important}.pb-xl-4{padding-bottom:1.5rem!important}.pb-xl-5{padding-bottom:3rem!important}.ps-xl-0{padding-left:0!important}.ps-xl-1{padding-left:.25rem!important}.ps-xl-2{padding-left:.5rem!important}.ps-xl-3{padding-left:1rem!important}.ps-xl-4{padding-left:1.5rem!important}.ps-xl-5{padding-left:3rem!important}}@media (min-width:1400px){.d-xxl-inline{display:inline!important}.d-xxl-inline-block{display:inline-block!important}.d-xxl-block{display:block!important}.d-xxl-grid{display:grid!important}.d-xxl-table{display:table!important}.d-xxl-table-row{display:table-row!important}.d-xxl-table-cell{display:table-cell!important}.d-xxl-flex{display:flex!important}.d-xxl-inline-flex{display:inline-flex!important}.d-xxl-none{display:none!important}.flex-xxl-fill{flex:1 1 auto!important}.flex-xxl-row{flex-direction:row!important}.flex-xxl-column{flex-direction:column!important}.flex-xxl-row-reverse{flex-direction:row-reverse!important}.flex-xxl-column-reverse{flex-direction:column-reverse!important}.flex-xxl-grow-0{flex-grow:0!important}.flex-xxl-grow-1{flex-grow:1!important}.flex-xxl-shrink-0{flex-shrink:0!important}.flex-xxl-shrink-1{flex-shrink:1!important}.flex-xxl-wrap{flex-wrap:wrap!important}.flex-xxl-nowrap{flex-wrap:nowrap!important}.flex-xxl-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-xxl-start{justify-content:flex-start!important}.justify-content-xxl-end{justify-content:flex-end!important}.justify-content-xxl-center{justify-content:center!important}.justify-content-xxl-between{justify-content:space-between!important}.justify-content-xxl-around{justify-content:space-around!important}.justify-content-xxl-evenly{justify-content:space-evenly!important}.align-items-xxl-start{align-items:flex-start!important}.align-items-xxl-end{align-items:flex-end!important}.align-items-xxl-center{align-items:center!important}.align-items-xxl-baseline{align-items:baseline!important}.align-items-xxl-stretch{align-items:stretch!important}.align-content-xxl-start{align-content:flex-start!important}.align-content-xxl-end{align-content:flex-end!important}.align-content-xxl-center{align-content:center!important}.align-content-xxl-between{align-content:space-between!important}.align-content-xxl-around{align-content:space-around!important}.align-content-xxl-stretch{align-content:stretch!important}.align-self-xxl-auto{align-self:auto!important}.align-self-xxl-start{align-self:flex-start!important}.align-self-xxl-end{align-self:flex-end!important}.align-self-xxl-center{align-self:center!important}.align-self-xxl-baseline{align-self:baseline!important}.align-self-xxl-stretch{align-self:stretch!important}.order-xxl-first{order:-1!important}.order-xxl-0{order:0!important}.order-xxl-1{order:1!important}.order-xxl-2{order:2!important}.order-xxl-3{order:3!important}.order-xxl-4{order:4!important}.order-xxl-5{order:5!important}.order-xxl-last{order:6!important}.m-xxl-0{margin:0!important}.m-xxl-1{margin:.25rem!important}.m-xxl-2{margin:.5rem!important}.m-xxl-3{margin:1rem!important}.m-xxl-4{margin:1.5rem!important}.m-xxl-5{margin:3rem!important}.m-xxl-auto{margin:auto!important}.mx-xxl-0{margin-right:0!important;margin-left:0!important}.mx-xxl-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-xxl-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-xxl-3{margin-right:1rem!important;margin-left:1rem!important}.mx-xxl-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-xxl-5{margin-right:3rem!important;margin-left:3rem!important}.mx-xxl-auto{margin-right:auto!important;margin-left:auto!important}.my-xxl-0{margin-top:0!important;margin-bottom:0!important}.my-xxl-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-xxl-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-xxl-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-xxl-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-xxl-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-xxl-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-xxl-0{margin-top:0!important}.mt-xxl-1{margin-top:.25rem!important}.mt-xxl-2{margin-top:.5rem!important}.mt-xxl-3{margin-top:1rem!important}.mt-xxl-4{margin-top:1.5rem!important}.mt-xxl-5{margin-top:3rem!important}.mt-xxl-auto{margin-top:auto!important}.me-xxl-0{margin-right:0!important}.me-xxl-1{margin-right:.25rem!important}.me-xxl-2{margin-right:.5rem!important}.me-xxl-3{margin-right:1rem!important}.me-xxl-4{margin-right:1.5rem!important}.me-xxl-5{margin-right:3rem!important}.me-xxl-auto{margin-right:auto!important}.mb-xxl-0{margin-bottom:0!important}.mb-xxl-1{margin-bottom:.25rem!important}.mb-xxl-2{margin-bottom:.5rem!important}.mb-xxl-3{margin-bottom:1rem!important}.mb-xxl-4{margin-bottom:1.5rem!important}.mb-xxl-5{margin-bottom:3rem!important}.mb-xxl-auto{margin-bottom:auto!important}.ms-xxl-0{margin-left:0!important}.ms-xxl-1{margin-left:.25rem!important}.ms-xxl-2{margin-left:.5rem!important}.ms-xxl-3{margin-left:1rem!important}.ms-xxl-4{margin-left:1.5rem!important}.ms-xxl-5{margin-left:3rem!important}.ms-xxl-auto{margin-left:auto!important}.p-xxl-0{padding:0!important}.p-xxl-1{padding:.25rem!important}.p-xxl-2{padding:.5rem!important}.p-xxl-3{padding:1rem!important}.p-xxl-4{padding:1.5rem!important}.p-xxl-5{padding:3rem!important}.px-xxl-0{padding-right:0!important;padding-left:0!important}.px-xxl-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-xxl-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-xxl-3{padding-right:1rem!important;padding-left:1rem!important}.px-xxl-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-xxl-5{padding-right:3rem!important;padding-left:3rem!important}.py-xxl-0{padding-top:0!important;padding-bottom:0!important}.py-xxl-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-xxl-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-xxl-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-xxl-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-xxl-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-xxl-0{padding-top:0!important}.pt-xxl-1{padding-top:.25rem!important}.pt-xxl-2{padding-top:.5rem!important}.pt-xxl-3{padding-top:1rem!important}.pt-xxl-4{padding-top:1.5rem!important}.pt-xxl-5{padding-top:3rem!important}.pe-xxl-0{padding-right:0!important}.pe-xxl-1{padding-right:.25rem!important}.pe-xxl-2{padding-right:.5rem!important}.pe-xxl-3{padding-right:1rem!important}.pe-xxl-4{padding-right:1.5rem!important}.pe-xxl-5{padding-right:3rem!important}.pb-xxl-0{padding-bottom:0!important}.pb-xxl-1{padding-bottom:.25rem!important}.pb-xxl-2{padding-bottom:.5rem!important}.pb-xxl-3{padding-bottom:1rem!important}.pb-xxl-4{padding-bottom:1.5rem!important}.pb-xxl-5{padding-bottom:3rem!important}.ps-xxl-0{padding-left:0!important}.ps-xxl-1{padding-left:.25rem!important}.ps-xxl-2{padding-left:.5rem!important}.ps-xxl-3{padding-left:1rem!important}.ps-xxl-4{padding-left:1.5rem!important}.ps-xxl-5{padding-left:3rem!important}}@media print{.d-print-inline{display:inline!important}.d-print-inline-block{display:inline-block!important}.d-print-block{display:block!important}.d-print-grid{display:grid!important}.d-print-table{display:table!important}.d-print-table-row{display:table-row!important}.d-print-table-cell{display:table-cell!important}.d-print-flex{display:flex!important}.d-print-inline-flex{display:inline-flex!important}.d-print-none{display:none!important}}@font-face {
    font-family: Futura;
    font-weight: 300;
    font-style: normal;
    font-display: swap;
    src: url("../../frontend/bluesky/bluesky_kalles_default/en_US/Blueskytechco_PageBuilderCustom/fonts/FuturaLT-Light.woff2") format("woff2"), url("../../frontend/bluesky/bluesky_kalles_default/en_US/Blueskytechco_PageBuilderCustom/fonts/FuturaLT-Light.woff") format("woff");
}

@font-face {
    font-family: Futura;
    font-weight: 300;
    font-style: oblique;
    font-display: swap;
    src: url("../../frontend/bluesky/bluesky_kalles_default/en_US/Blueskytechco_PageBuilderCustom/fonts/FuturaLT-LightOblique.woff2") format("woff2"), url("../../frontend/bluesky/bluesky_kalles_default/en_US/Blueskytechco_PageBuilderCustom/fonts/FuturaLT-LightOblique.woff") format("woff");
}

@font-face {
    font-family: Futura;
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    src: url("../../frontend/bluesky/bluesky_kalles_default/en_US/Blueskytechco_PageBuilderCustom/fonts/FuturaLT-Book.woff2") format("woff2"), url("../../frontend/bluesky/bluesky_kalles_default/en_US/Blueskytechco_PageBuilderCustom/fonts/FuturaLT-Book.woff") format("woff");
}

@font-face {
    font-family: Futura;
    font-weight: 400;
    font-style: oblique;
    font-display: swap;
    src: url("../../frontend/bluesky/bluesky_kalles_default/en_US/Blueskytechco_PageBuilderCustom/fonts/FuturaLT-BookOblique.woff2") format("woff2"), url("../../frontend/bluesky/bluesky_kalles_default/en_US/Blueskytechco_PageBuilderCustom/fonts/FuturaLT-BookOblique.woff") format("woff");
}

@font-face {
    font-family: Futura;
    font-weight: 500;
    font-style: normal;
    font-display: swap;
    src: url("../../frontend/bluesky/bluesky_kalles_default/en_US/Blueskytechco_PageBuilderCustom/fonts/FuturaLT.woff2") format("woff2"), url("../../frontend/bluesky/bluesky_kalles_default/en_US/Blueskytechco_PageBuilderCustom/fonts/FuturaLT.woff") format("woff");
}

@font-face {
    font-family: Futura;
    font-weight: 500;
    font-style: oblique;
    font-display: swap;
    src: url("../../frontend/bluesky/bluesky_kalles_default/en_US/Blueskytechco_PageBuilderCustom/fonts/FuturaLT-Oblique.woff2") format("woff2"), url("../../frontend/bluesky/bluesky_kalles_default/en_US/Blueskytechco_PageBuilderCustom/fonts/FuturaLT-Oblique.woff") format("woff");
}

@font-face {
    font-family: Futura;
    font-weight: 600;
    font-style: normal;
    font-display: swap;
    src: url("../../frontend/bluesky/bluesky_kalles_default/en_US/Blueskytechco_PageBuilderCustom/fonts/FuturaLT-Heavy.woff2") format("woff2"), url("../../frontend/bluesky/bluesky_kalles_default/en_US/Blueskytechco_PageBuilderCustom/fonts/FuturaLT-Heavy.woff") format("woff");
}

@font-face {
    font-family: Futura;
    font-weight: 600;
    font-style: oblique;
    font-display: swap;
    src: url("../../frontend/bluesky/bluesky_kalles_default/en_US/Blueskytechco_PageBuilderCustom/fonts/FuturaLT-HeavyOblique.woff2") format("woff2"), url("../../frontend/bluesky/bluesky_kalles_default/en_US/Blueskytechco_PageBuilderCustom/fonts/FuturaLT-HeavyOblique.woff") format("woff");
}

@font-face {
    font-family: Futura;
    font-weight: 700;
    font-style: normal;
    font-display: swap;
    src: url("../../frontend/bluesky/bluesky_kalles_default/en_US/Blueskytechco_PageBuilderCustom/fonts/FuturaLT-Bold.woff2") format("woff2"), url("../../frontend/bluesky/bluesky_kalles_default/en_US/Blueskytechco_PageBuilderCustom/fonts/FuturaLT-Bold.woff") format("woff");
}

@font-face {
    font-family: Futura;
    font-weight: 700;
    font-style: oblique;
    font-display: swap;
    src: url("../../frontend/bluesky/bluesky_kalles_default/en_US/Blueskytechco_PageBuilderCustom/fonts/FuturaLT-BoldOblique.woff2") format("woff2"), url("../../frontend/bluesky/bluesky_kalles_default/en_US/Blueskytechco_PageBuilderCustom/fonts/FuturaLT-BoldOblique.woff") format("woff");
}


@font-face {
    font-family: Futura;
    font-weight: 800;
    font-style: normal;
    font-display: swap;
    src: url("../../frontend/bluesky/bluesky_kalles_default/en_US/Blueskytechco_PageBuilderCustom/fonts/FuturaLT-ExtraBold.woff2") format("woff2"), url("../../frontend/bluesky/bluesky_kalles_default/en_US/Blueskytechco_PageBuilderCustom/fonts/FuturaLT-ExtraBold.woff") format("woff");
}

@font-face {
    font-family: Futura;
    font-weight: 800;
    font-style: oblique;
    font-display: swap;
    src: url("../../frontend/bluesky/bluesky_kalles_default/en_US/Blueskytechco_PageBuilderCustom/fonts/FuturaLT-ExtraBoldOblique.woff2") format("woff2"), url("../../frontend/bluesky/bluesky_kalles_default/en_US/Blueskytechco_PageBuilderCustom/fonts/FuturaLT-ExtraBoldOblique.woff") format("woff");
}

@font-face {
    font-family: Futura;
    font-weight: 900;
    font-style: normal;
    font-display: swap;
    src: url(../../frontend/bluesky/bluesky_kalles_default/en_US/Blueskytechco_PageBuilderCustom/fonts/FuturaLT-Heavy.woff) format("woff"), url(../../frontend/bluesky/bluesky_kalles_default/en_US/Blueskytechco_PageBuilderCustom/fonts/FuturaLT-Heavy.woff2) format("woff2");
}

@font-face {
    font-family: 'Avenir Next Rounded Std';
    src: url('../../frontend/bluesky/bluesky_kalles_default/en_US/Blueskytechco_PageBuilderCustom/fonts/AvenirNextRoundedStd-Reg.woff2') format('woff2'), url('../../frontend/bluesky/bluesky_kalles_default/en_US/Blueskytechco_PageBuilderCustom/fonts/AvenirNextRoundedStd-Reg.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Avenir Next Rounded Std';
    src: url('../../frontend/bluesky/bluesky_kalles_default/en_US/Blueskytechco_PageBuilderCustom/fonts/AvenirNextRoundedStd-Italic.woff2') format('woff2'), url('../../frontend/bluesky/bluesky_kalles_default/en_US/Blueskytechco_PageBuilderCustom/fonts/AvenirNextRoundedStd-Italic.woff') format('woff');
    font-weight: 400;
    font-style: italic;
}


@font-face {
    font-family: 'Avenir Next Rounded Std';
    src: url('../../frontend/bluesky/bluesky_kalles_default/en_US/Blueskytechco_PageBuilderCustom/fonts/AvenirNextRoundedStd-Med.woff2') format('woff2'), url('../../frontend/bluesky/bluesky_kalles_default/en_US/Blueskytechco_PageBuilderCustom/fonts/AvenirNextRoundedStd-Med.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Avenir Next Rounded Std';
    src: url('../../frontend/bluesky/bluesky_kalles_default/en_US/Blueskytechco_PageBuilderCustom/fonts/AvenirNextRoundedStd-MedIt.woff2') format('woff2'), url('../../frontend/bluesky/bluesky_kalles_default/en_US/Blueskytechco_PageBuilderCustom/fonts/AvenirNextRoundedStd-MedIt.woff') format('woff');
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: 'Avenir Next Rounded Std';
    src: url('../../frontend/bluesky/bluesky_kalles_default/en_US/Blueskytechco_PageBuilderCustom/fonts/AvenirNextRoundedStd-Demi.woff2') format('woff2'), url('../../frontend/bluesky/bluesky_kalles_default/en_US/Blueskytechco_PageBuilderCustom/fonts/AvenirNextRoundedStd-Demi.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}


@font-face {
    font-family: 'Avenir Next Rounded Std';
    src: url('../../frontend/bluesky/bluesky_kalles_default/en_US/Blueskytechco_PageBuilderCustom/fonts/AvenirNextRoundedStd-DemiIt.woff2') format('woff2'), url('../../frontend/bluesky/bluesky_kalles_default/en_US/Blueskytechco_PageBuilderCustom/fonts/AvenirNextRoundedStd-DemiIt.woff') format('woff');
    font-weight: 600;
    font-style: italic;
}


@font-face {
    font-family: 'Avenir Next Rounded Std';
    src: url('../../frontend/bluesky/bluesky_kalles_default/en_US/Blueskytechco_PageBuilderCustom/fonts/AvenirNextRoundedStd-Bold.woff2') format('woff2'), url('../../frontend/bluesky/bluesky_kalles_default/en_US/Blueskytechco_PageBuilderCustom/fonts/AvenirNextRoundedStd-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}


@font-face {
    font-family: 'Avenir Next Rounded Std';
    src: url('../../frontend/bluesky/bluesky_kalles_default/en_US/Blueskytechco_PageBuilderCustom/fonts/AvenirNextRoundedStd-BoldIt.woff2') format('woff2'), url('../../frontend/bluesky/bluesky_kalles_default/en_US/Blueskytechco_PageBuilderCustom/fonts/AvenirNextRoundedStd-BoldIt.woff') format('woff');
    font-weight: 700;
    font-style: italic;
}/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s; }

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s; }
@keyframes animation-moving-down{
    0%{
      transform:translateY(0)
    }
    50%{
      transform:translateY(-4px)
    }
    100%{
      transform:translateY(-8px)
    }
  }
  @keyframes animation-moving-up{
    0%{
      transform:translateY(-8px)
    }
    50%{
      transform:translateY(-4px)
    }
    100%{
      transform:translateY(-8px)
    }
  }

@-webkit-keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }
@keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom; 
}

@-webkit-keyframes flash {
  from, 50%, to {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }
@keyframes flash {
  from, 50%, to {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }
.flash {
  -webkit-animation-name: flash;
  animation-name: flash; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 1.15, 1.15);
    transform: scale3d(1.15, 1.15, 1.15); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 1.15, 1.15);
    transform: scale3d(1.15, 1.15, 1.15); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse; }

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand; }

@-webkit-keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }
@keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }
.shake {
  -webkit-animation-name: shake;
  animation-name: shake; }

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg); }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg); }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg); }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg); }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg); }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg); }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg); }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg); }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake; }

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg); }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg); } }
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg); }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg); } }
.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing; }

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
.tada {
  -webkit-animation-name: tada;
  animation-name: tada; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none; }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  to {
    -webkit-transform: none;
    transform: none; } }
@keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none; }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  to {
    -webkit-transform: none;
    transform: none; } }
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble; }

@-webkit-keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none; }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg); }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg); } }
@keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none; }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg); }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg); } }
.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center; }

@-webkit-keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn; }

@-webkit-keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }
@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown; }

@-webkit-keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }
@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft; }

@-webkit-keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }
@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight; }

@-webkit-keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp; }

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut; }

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown; }

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft; }

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight; }

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp; }

@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown; }

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig; }

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-10%, 0, 0);
    transform: translate3d(-10%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-10%, 0, 0);
    transform: translate3d(-10%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft; }

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig; }

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(10%, 0, 0);
    transform: translate3d(10%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(10%, 0, 0);
    transform: translate3d(10%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight; }

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig; }

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; }

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig; }

@-webkit-keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }
@keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }
@keyframes fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown; }

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }
@keyframes fadeOutDownBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig; }

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }
@keyframes fadeOutLeft {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft; }

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }
@keyframes fadeOutLeftBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig; }

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }
@keyframes fadeOutRight {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight; }

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }
@keyframes fadeOutRightBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig; }

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }
@keyframes fadeOutUp {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp; }

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }
@keyframes fadeOutUpBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig; }

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }
@keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip; }

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }
@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX; }

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }
@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY; }

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }
@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }
.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important; }

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }
@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }
.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY; }

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1; }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1; }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out; }

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }
@keyframes lightSpeedOut {
  from {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in; }

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn; }

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft; }

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight; }

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft; }

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight; }

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }
@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut; }

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }
@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft; }

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }
@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight; }

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }
@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft; }

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }
@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight; }

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }
@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }
.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }
@keyframes rollOut {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut; }

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn; 
}
@keyframes zoomInBit {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.7, 0.7, 0.7);
    transform: scale3d(0.7, 0.7, 0.7);
  }
  50% {
    opacity: 1; } }
.zoomInBit {
  -webkit-animation-name: zoomInBit;
  animation-name: zoomInBit; 
}
@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown; }

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft; }

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight; }

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp; }

@-webkit-keyframes zoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }
@-webkit-keyframes zoomOutBit {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.7, 0.7, 0.7);
    transform: scale3d(0.7, 0.7, 0.7); }
  to {
    opacity: 0; } }
@keyframes zoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut; }

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown; }

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center; } }
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center; } }
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft; }

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center; } }
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center; } }
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight; }

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp; }

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown; }

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft; }

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight; }

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); 
  } 
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp; }

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }
@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown; }

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }
@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft; }

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }
@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight; }

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }
@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp; }

/**/
@-webkit-keyframes blurFadeIn {
  0% {
    opacity: 0;
    transform: scale(1.3); }
  50% {
    opacity: 0.5; }
  100% {
    opacity: 1;
    transform: scale(1); } }
@keyframes blurFadeIn {
  0% {
    opacity: 0;
    transform: scale(1.3); }
  50% {
    opacity: 0.5; }
  100% {
    opacity: 1;
    transform: scale(1); } }
.blurFadeIn {
  -webkit-animation-name: blurFadeIn;
  animation-name: blurFadeIn; }

@-webkit-keyframes blurFadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); } }
@keyframes blurFadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); } }
.blurFadeInDown {
  -webkit-animation-name: blurFadeInDown;
  animation-name: blurFadeInDown; }

@-webkit-keyframes passing {
  0% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0; }
  50% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    opacity: 0; } }
@keyframes passing {
  0% {
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0; }
  50% {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
    opacity: 0; } }
.passing {
  -webkit-animation-name: passing;
  animation-name: passing; }  
@-webkit-keyframes passing-reverse {
  0% {
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    opacity: 0; }
  50% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0; } }
@keyframes passing-reverse {
  0% {
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
    opacity: 0; }
  50% {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0; } 
}
.passing {
  -webkit-animation-name: passing-reverse;
  animation-name: passing-reverse; }  

/*// Spin animation*/
@keyframes spin {
  0% {
    transform: rotate(0);
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
  }
  100% {
    transform: rotate(359deg);
    -webkit-transform: rotate(359deg); 
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin{
  0% {
    transform: rotate(0);
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
  }
  100% {
    transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
  }
}

.spin{
    -webkit-animation-name: spin;
  animation-name: spin; 
}
  @-webkit-keyframes tracking-in-contract-bck {
    0% {
    letter-spacing: 1em;
    -webkit-transform: translateZ(400px);
        transform: translateZ(400px);
    opacity: 0;
    }
    40% {
    opacity: 0.6;
    }
    100% {
    -webkit-transform: translateZ(0);
        transform: translateZ(0);
    opacity: 1;
    }
  }
  @keyframes tracking-in-contract-bck {
    0% {
    letter-spacing: 1em;
    -webkit-transform: translateZ(400px);
        transform: translateZ(400px);
    opacity: 0;
    }
    40% {
    opacity: 0.6;
    }
    100% {
    -webkit-transform: translateZ(0);
        transform: translateZ(0);
    opacity: 1;
    }
  }/*!
 * Font Awesome Free 6.4.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2023 Fonticons, Inc.
 */
.fa{font-family:var(--fa-style-family,"Font Awesome 6 Free");font-weight:var(--fa-style,900)}.fa,.fa-brands,.fa-classic,.fa-regular,.fa-sharp,.fa-solid,.fab,.far,.fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:var(--fa-display,inline-block);font-style:normal;font-variant:normal;line-height:1;text-rendering:auto}.fa-classic,.fa-regular,.fa-solid,.far,.fas{font-family:"Font Awesome 6 Free"}.fa-brands,.fab{font-family:"Font Awesome 6 Brands"}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-2xs{font-size:.625em;line-height:.1em;vertical-align:.225em}.fa-xs{font-size:.75em;line-height:.08333em;vertical-align:.125em}.fa-sm{font-size:.875em;line-height:.07143em;vertical-align:.05357em}.fa-lg{font-size:1.25em;line-height:.05em;vertical-align:-.075em}.fa-xl{font-size:1.5em;line-height:.04167em;vertical-align:-.125em}.fa-2xl{font-size:2em;line-height:.03125em;vertical-align:-.1875em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:var(--fa-li-margin,2.5em);padding-left:0}.fa-ul>li{position:relative}.fa-li{left:calc(var(--fa-li-width, 2em)*-1);position:absolute;text-align:center;width:var(--fa-li-width,2em);line-height:inherit}.fa-border{border-radius:var(--fa-border-radius,.1em);border:var(--fa-border-width,.08em) var(--fa-border-style,solid) var(--fa-border-color,#eee);padding:var(--fa-border-padding,.2em .25em .15em)}.fa-pull-left{float:left;margin-right:var(--fa-pull-margin,.3em)}.fa-pull-right{float:right;margin-left:var(--fa-pull-margin,.3em)}.fa-beat{-webkit-animation-name:fa-beat;animation-name:fa-beat;-webkit-animation-delay:var(--fa-animation-delay,0s);animation-delay:var(--fa-animation-delay,0s);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,ease-in-out);animation-timing-function:var(--fa-animation-timing,ease-in-out)}.fa-bounce{-webkit-animation-name:fa-bounce;animation-name:fa-bounce;-webkit-animation-delay:var(--fa-animation-delay,0s);animation-delay:var(--fa-animation-delay,0s);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,cubic-bezier(.28,.84,.42,1));animation-timing-function:var(--fa-animation-timing,cubic-bezier(.28,.84,.42,1))}.fa-fade{-webkit-animation-name:fa-fade;animation-name:fa-fade;-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1));animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1))}.fa-beat-fade,.fa-fade{-webkit-animation-delay:var(--fa-animation-delay,0s);animation-delay:var(--fa-animation-delay,0s);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s)}.fa-beat-fade{-webkit-animation-name:fa-beat-fade;animation-name:fa-beat-fade;-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1));animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1))}.fa-flip{-webkit-animation-name:fa-flip;animation-name:fa-flip;-webkit-animation-delay:var(--fa-animation-delay,0s);animation-delay:var(--fa-animation-delay,0s);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,ease-in-out);animation-timing-function:var(--fa-animation-timing,ease-in-out)}.fa-shake{-webkit-animation-name:fa-shake;animation-name:fa-shake;-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,linear);animation-timing-function:var(--fa-animation-timing,linear)}.fa-shake,.fa-spin{-webkit-animation-delay:var(--fa-animation-delay,0s);animation-delay:var(--fa-animation-delay,0s);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal)}.fa-spin{-webkit-animation-name:fa-spin;animation-name:fa-spin;-webkit-animation-duration:var(--fa-animation-duration,2s);animation-duration:var(--fa-animation-duration,2s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,linear);animation-timing-function:var(--fa-animation-timing,linear)}.fa-spin-reverse{--fa-animation-direction:reverse}.fa-pulse,.fa-spin-pulse{-webkit-animation-name:fa-spin;animation-name:fa-spin;-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,steps(8));animation-timing-function:var(--fa-animation-timing,steps(8))}@media (prefers-reduced-motion:reduce){.fa-beat,.fa-beat-fade,.fa-bounce,.fa-fade,.fa-flip,.fa-pulse,.fa-shake,.fa-spin,.fa-spin-pulse{-webkit-animation-delay:-1ms;animation-delay:-1ms;-webkit-animation-duration:1ms;animation-duration:1ms;-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-transition-delay:0s;transition-delay:0s;-webkit-transition-duration:0s;transition-duration:0s}}@-webkit-keyframes fa-beat{0%,90%{-webkit-transform:scale(1);transform:scale(1)}45%{-webkit-transform:scale(var(--fa-beat-scale,1.25));transform:scale(var(--fa-beat-scale,1.25))}}@keyframes fa-beat{0%,90%{-webkit-transform:scale(1);transform:scale(1)}45%{-webkit-transform:scale(var(--fa-beat-scale,1.25));transform:scale(var(--fa-beat-scale,1.25))}}@-webkit-keyframes fa-bounce{0%{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}10%{-webkit-transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0);transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0)}30%{-webkit-transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em));transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em))}50%{-webkit-transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0);transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0)}57%{-webkit-transform:scale(1) translateY(var(--fa-bounce-rebound,-.125em));transform:scale(1) translateY(var(--fa-bounce-rebound,-.125em))}64%{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}to{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}}@keyframes fa-bounce{0%{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}10%{-webkit-transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0);transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0)}30%{-webkit-transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em));transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em))}50%{-webkit-transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0);transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0)}57%{-webkit-transform:scale(1) translateY(var(--fa-bounce-rebound,-.125em));transform:scale(1) translateY(var(--fa-bounce-rebound,-.125em))}64%{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}to{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}}@-webkit-keyframes fa-fade{50%{opacity:var(--fa-fade-opacity,.4)}}@keyframes fa-fade{50%{opacity:var(--fa-fade-opacity,.4)}}@-webkit-keyframes fa-beat-fade{0%,to{opacity:var(--fa-beat-fade-opacity,.4);-webkit-transform:scale(1);transform:scale(1)}50%{opacity:1;-webkit-transform:scale(var(--fa-beat-fade-scale,1.125));transform:scale(var(--fa-beat-fade-scale,1.125))}}@keyframes fa-beat-fade{0%,to{opacity:var(--fa-beat-fade-opacity,.4);-webkit-transform:scale(1);transform:scale(1)}50%{opacity:1;-webkit-transform:scale(var(--fa-beat-fade-scale,1.125));transform:scale(var(--fa-beat-fade-scale,1.125))}}@-webkit-keyframes fa-flip{50%{-webkit-transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg));transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg))}}@keyframes fa-flip{50%{-webkit-transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg));transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg))}}@-webkit-keyframes fa-shake{0%{-webkit-transform:rotate(-15deg);transform:rotate(-15deg)}4%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}8%,24%{-webkit-transform:rotate(-18deg);transform:rotate(-18deg)}12%,28%{-webkit-transform:rotate(18deg);transform:rotate(18deg)}16%{-webkit-transform:rotate(-22deg);transform:rotate(-22deg)}20%{-webkit-transform:rotate(22deg);transform:rotate(22deg)}32%{-webkit-transform:rotate(-12deg);transform:rotate(-12deg)}36%{-webkit-transform:rotate(12deg);transform:rotate(12deg)}40%,to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@keyframes fa-shake{0%{-webkit-transform:rotate(-15deg);transform:rotate(-15deg)}4%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}8%,24%{-webkit-transform:rotate(-18deg);transform:rotate(-18deg)}12%,28%{-webkit-transform:rotate(18deg);transform:rotate(18deg)}16%{-webkit-transform:rotate(-22deg);transform:rotate(-22deg)}20%{-webkit-transform:rotate(22deg);transform:rotate(22deg)}32%{-webkit-transform:rotate(-12deg);transform:rotate(-12deg)}36%{-webkit-transform:rotate(12deg);transform:rotate(12deg)}40%,to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.fa-rotate-90{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-webkit-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-webkit-transform:scaleX(-1);transform:scaleX(-1)}.fa-flip-vertical{-webkit-transform:scaleY(-1);transform:scaleY(-1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{-webkit-transform:scale(-1);transform:scale(-1)}.fa-rotate-by{-webkit-transform:rotate(var(--fa-rotate-angle,none));transform:rotate(var(--fa-rotate-angle,none))}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%;z-index:var(--fa-stack-z-index,auto)}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:var(--fa-inverse,#fff)}

.fa-0:before{content:"\30"}.fa-1:before{content:"\31"}.fa-2:before{content:"\32"}.fa-3:before{content:"\33"}.fa-4:before{content:"\34"}.fa-5:before{content:"\35"}.fa-6:before{content:"\36"}.fa-7:before{content:"\37"}.fa-8:before{content:"\38"}.fa-9:before{content:"\39"}.fa-fill-drip:before{content:"\f576"}.fa-arrows-to-circle:before{content:"\e4bd"}.fa-chevron-circle-right:before,.fa-circle-chevron-right:before{content:"\f138"}.fa-at:before{content:"\40"}.fa-trash-alt:before,.fa-trash-can:before{content:"\f2ed"}.fa-text-height:before{content:"\f034"}.fa-user-times:before,.fa-user-xmark:before{content:"\f235"}.fa-stethoscope:before{content:"\f0f1"}.fa-comment-alt:before,.fa-message:before{content:"\f27a"}.fa-info:before{content:"\f129"}.fa-compress-alt:before,.fa-down-left-and-up-right-to-center:before{content:"\f422"}.fa-explosion:before{content:"\e4e9"}.fa-file-alt:before,.fa-file-lines:before,.fa-file-text:before{content:"\f15c"}.fa-wave-square:before{content:"\f83e"}.fa-ring:before{content:"\f70b"}.fa-building-un:before{content:"\e4d9"}.fa-dice-three:before{content:"\f527"}.fa-calendar-alt:before,.fa-calendar-days:before{content:"\f073"}.fa-anchor-circle-check:before{content:"\e4aa"}.fa-building-circle-arrow-right:before{content:"\e4d1"}.fa-volleyball-ball:before,.fa-volleyball:before{content:"\f45f"}.fa-arrows-up-to-line:before{content:"\e4c2"}.fa-sort-desc:before,.fa-sort-down:before{content:"\f0dd"}.fa-circle-minus:before,.fa-minus-circle:before{content:"\f056"}.fa-door-open:before{content:"\f52b"}.fa-right-from-bracket:before,.fa-sign-out-alt:before{content:"\f2f5"}.fa-atom:before{content:"\f5d2"}.fa-soap:before{content:"\e06e"}.fa-heart-music-camera-bolt:before,.fa-icons:before{content:"\f86d"}.fa-microphone-alt-slash:before,.fa-microphone-lines-slash:before{content:"\f539"}.fa-bridge-circle-check:before{content:"\e4c9"}.fa-pump-medical:before{content:"\e06a"}.fa-fingerprint:before{content:"\f577"}.fa-hand-point-right:before{content:"\f0a4"}.fa-magnifying-glass-location:before,.fa-search-location:before{content:"\f689"}.fa-forward-step:before,.fa-step-forward:before{content:"\f051"}.fa-face-smile-beam:before,.fa-smile-beam:before{content:"\f5b8"}.fa-flag-checkered:before{content:"\f11e"}.fa-football-ball:before,.fa-football:before{content:"\f44e"}.fa-school-circle-exclamation:before{content:"\e56c"}.fa-crop:before{content:"\f125"}.fa-angle-double-down:before,.fa-angles-down:before{content:"\f103"}.fa-users-rectangle:before{content:"\e594"}.fa-people-roof:before{content:"\e537"}.fa-people-line:before{content:"\e534"}.fa-beer-mug-empty:before,.fa-beer:before{content:"\f0fc"}.fa-diagram-predecessor:before{content:"\e477"}.fa-arrow-up-long:before,.fa-long-arrow-up:before{content:"\f176"}.fa-burn:before,.fa-fire-flame-simple:before{content:"\f46a"}.fa-male:before,.fa-person:before{content:"\f183"}.fa-laptop:before{content:"\f109"}.fa-file-csv:before{content:"\f6dd"}.fa-menorah:before{content:"\f676"}.fa-truck-plane:before{content:"\e58f"}.fa-record-vinyl:before{content:"\f8d9"}.fa-face-grin-stars:before,.fa-grin-stars:before{content:"\f587"}.fa-bong:before{content:"\f55c"}.fa-pastafarianism:before,.fa-spaghetti-monster-flying:before{content:"\f67b"}.fa-arrow-down-up-across-line:before{content:"\e4af"}.fa-spoon:before,.fa-utensil-spoon:before{content:"\f2e5"}.fa-jar-wheat:before{content:"\e517"}.fa-envelopes-bulk:before,.fa-mail-bulk:before{content:"\f674"}.fa-file-circle-exclamation:before{content:"\e4eb"}.fa-circle-h:before,.fa-hospital-symbol:before{content:"\f47e"}.fa-pager:before{content:"\f815"}.fa-address-book:before,.fa-contact-book:before{content:"\f2b9"}.fa-strikethrough:before{content:"\f0cc"}.fa-k:before{content:"\4b"}.fa-landmark-flag:before{content:"\e51c"}.fa-pencil-alt:before,.fa-pencil:before{content:"\f303"}.fa-backward:before{content:"\f04a"}.fa-caret-right:before{content:"\f0da"}.fa-comments:before{content:"\f086"}.fa-file-clipboard:before,.fa-paste:before{content:"\f0ea"}.fa-code-pull-request:before{content:"\e13c"}.fa-clipboard-list:before{content:"\f46d"}.fa-truck-loading:before,.fa-truck-ramp-box:before{content:"\f4de"}.fa-user-check:before{content:"\f4fc"}.fa-vial-virus:before{content:"\e597"}.fa-sheet-plastic:before{content:"\e571"}.fa-blog:before{content:"\f781"}.fa-user-ninja:before{content:"\f504"}.fa-person-arrow-up-from-line:before{content:"\e539"}.fa-scroll-torah:before,.fa-torah:before{content:"\f6a0"}.fa-broom-ball:before,.fa-quidditch-broom-ball:before,.fa-quidditch:before{content:"\f458"}.fa-toggle-off:before{content:"\f204"}.fa-archive:before,.fa-box-archive:before{content:"\f187"}.fa-person-drowning:before{content:"\e545"}.fa-arrow-down-9-1:before,.fa-sort-numeric-desc:before,.fa-sort-numeric-down-alt:before{content:"\f886"}.fa-face-grin-tongue-squint:before,.fa-grin-tongue-squint:before{content:"\f58a"}.fa-spray-can:before{content:"\f5bd"}.fa-truck-monster:before{content:"\f63b"}.fa-w:before{content:"\57"}.fa-earth-africa:before,.fa-globe-africa:before{content:"\f57c"}.fa-rainbow:before{content:"\f75b"}.fa-circle-notch:before{content:"\f1ce"}.fa-tablet-alt:before,.fa-tablet-screen-button:before{content:"\f3fa"}.fa-paw:before{content:"\f1b0"}.fa-cloud:before{content:"\f0c2"}.fa-trowel-bricks:before{content:"\e58a"}.fa-face-flushed:before,.fa-flushed:before{content:"\f579"}.fa-hospital-user:before{content:"\f80d"}.fa-tent-arrow-left-right:before{content:"\e57f"}.fa-gavel:before,.fa-legal:before{content:"\f0e3"}.fa-binoculars:before{content:"\f1e5"}.fa-microphone-slash:before{content:"\f131"}.fa-box-tissue:before{content:"\e05b"}.fa-motorcycle:before{content:"\f21c"}.fa-bell-concierge:before,.fa-concierge-bell:before{content:"\f562"}.fa-pen-ruler:before,.fa-pencil-ruler:before{content:"\f5ae"}.fa-people-arrows-left-right:before,.fa-people-arrows:before{content:"\e068"}.fa-mars-and-venus-burst:before{content:"\e523"}.fa-caret-square-right:before,.fa-square-caret-right:before{content:"\f152"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-sun-plant-wilt:before{content:"\e57a"}.fa-toilets-portable:before{content:"\e584"}.fa-hockey-puck:before{content:"\f453"}.fa-table:before{content:"\f0ce"}.fa-magnifying-glass-arrow-right:before{content:"\e521"}.fa-digital-tachograph:before,.fa-tachograph-digital:before{content:"\f566"}.fa-users-slash:before{content:"\e073"}.fa-clover:before{content:"\e139"}.fa-mail-reply:before,.fa-reply:before{content:"\f3e5"}.fa-star-and-crescent:before{content:"\f699"}.fa-house-fire:before{content:"\e50c"}.fa-minus-square:before,.fa-square-minus:before{content:"\f146"}.fa-helicopter:before{content:"\f533"}.fa-compass:before{content:"\f14e"}.fa-caret-square-down:before,.fa-square-caret-down:before{content:"\f150"}.fa-file-circle-question:before{content:"\e4ef"}.fa-laptop-code:before{content:"\f5fc"}.fa-swatchbook:before{content:"\f5c3"}.fa-prescription-bottle:before{content:"\f485"}.fa-bars:before,.fa-navicon:before{content:"\f0c9"}.fa-people-group:before{content:"\e533"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-heart-broken:before,.fa-heart-crack:before{content:"\f7a9"}.fa-external-link-square-alt:before,.fa-square-up-right:before{content:"\f360"}.fa-face-kiss-beam:before,.fa-kiss-beam:before{content:"\f597"}.fa-film:before{content:"\f008"}.fa-ruler-horizontal:before{content:"\f547"}.fa-people-robbery:before{content:"\e536"}.fa-lightbulb:before{content:"\f0eb"}.fa-caret-left:before{content:"\f0d9"}.fa-circle-exclamation:before,.fa-exclamation-circle:before{content:"\f06a"}.fa-school-circle-xmark:before{content:"\e56d"}.fa-arrow-right-from-bracket:before,.fa-sign-out:before{content:"\f08b"}.fa-chevron-circle-down:before,.fa-circle-chevron-down:before{content:"\f13a"}.fa-unlock-alt:before,.fa-unlock-keyhole:before{content:"\f13e"}.fa-cloud-showers-heavy:before{content:"\f740"}.fa-headphones-alt:before,.fa-headphones-simple:before{content:"\f58f"}.fa-sitemap:before{content:"\f0e8"}.fa-circle-dollar-to-slot:before,.fa-donate:before{content:"\f4b9"}.fa-memory:before{content:"\f538"}.fa-road-spikes:before{content:"\e568"}.fa-fire-burner:before{content:"\e4f1"}.fa-flag:before{content:"\f024"}.fa-hanukiah:before{content:"\f6e6"}.fa-feather:before{content:"\f52d"}.fa-volume-down:before,.fa-volume-low:before{content:"\f027"}.fa-comment-slash:before{content:"\f4b3"}.fa-cloud-sun-rain:before{content:"\f743"}.fa-compress:before{content:"\f066"}.fa-wheat-alt:before,.fa-wheat-awn:before{content:"\e2cd"}.fa-ankh:before{content:"\f644"}.fa-hands-holding-child:before{content:"\e4fa"}.fa-asterisk:before{content:"\2a"}.fa-check-square:before,.fa-square-check:before{content:"\f14a"}.fa-peseta-sign:before{content:"\e221"}.fa-header:before,.fa-heading:before{content:"\f1dc"}.fa-ghost:before{content:"\f6e2"}.fa-list-squares:before,.fa-list:before{content:"\f03a"}.fa-phone-square-alt:before,.fa-square-phone-flip:before{content:"\f87b"}.fa-cart-plus:before{content:"\f217"}.fa-gamepad:before{content:"\f11b"}.fa-circle-dot:before,.fa-dot-circle:before{content:"\f192"}.fa-dizzy:before,.fa-face-dizzy:before{content:"\f567"}.fa-egg:before{content:"\f7fb"}.fa-house-medical-circle-xmark:before{content:"\e513"}.fa-campground:before{content:"\f6bb"}.fa-folder-plus:before{content:"\f65e"}.fa-futbol-ball:before,.fa-futbol:before,.fa-soccer-ball:before{content:"\f1e3"}.fa-paint-brush:before,.fa-paintbrush:before{content:"\f1fc"}.fa-lock:before{content:"\f023"}.fa-gas-pump:before{content:"\f52f"}.fa-hot-tub-person:before,.fa-hot-tub:before{content:"\f593"}.fa-map-location:before,.fa-map-marked:before{content:"\f59f"}.fa-house-flood-water:before{content:"\e50e"}.fa-tree:before{content:"\f1bb"}.fa-bridge-lock:before{content:"\e4cc"}.fa-sack-dollar:before{content:"\f81d"}.fa-edit:before,.fa-pen-to-square:before{content:"\f044"}.fa-car-side:before{content:"\f5e4"}.fa-share-alt:before,.fa-share-nodes:before{content:"\f1e0"}.fa-heart-circle-minus:before{content:"\e4ff"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-microscope:before{content:"\f610"}.fa-sink:before{content:"\e06d"}.fa-bag-shopping:before,.fa-shopping-bag:before{content:"\f290"}.fa-arrow-down-z-a:before,.fa-sort-alpha-desc:before,.fa-sort-alpha-down-alt:before{content:"\f881"}.fa-mitten:before{content:"\f7b5"}.fa-person-rays:before{content:"\e54d"}.fa-users:before{content:"\f0c0"}.fa-eye-slash:before{content:"\f070"}.fa-flask-vial:before{content:"\e4f3"}.fa-hand-paper:before,.fa-hand:before{content:"\f256"}.fa-om:before{content:"\f679"}.fa-worm:before{content:"\e599"}.fa-house-circle-xmark:before{content:"\e50b"}.fa-plug:before{content:"\f1e6"}.fa-chevron-up:before{content:"\f077"}.fa-hand-spock:before{content:"\f259"}.fa-stopwatch:before{content:"\f2f2"}.fa-face-kiss:before,.fa-kiss:before{content:"\f596"}.fa-bridge-circle-xmark:before{content:"\e4cb"}.fa-face-grin-tongue:before,.fa-grin-tongue:before{content:"\f589"}.fa-chess-bishop:before{content:"\f43a"}.fa-face-grin-wink:before,.fa-grin-wink:before{content:"\f58c"}.fa-deaf:before,.fa-deafness:before,.fa-ear-deaf:before,.fa-hard-of-hearing:before{content:"\f2a4"}.fa-road-circle-check:before{content:"\e564"}.fa-dice-five:before{content:"\f523"}.fa-rss-square:before,.fa-square-rss:before{content:"\f143"}.fa-land-mine-on:before{content:"\e51b"}.fa-i-cursor:before{content:"\f246"}.fa-stamp:before{content:"\f5bf"}.fa-stairs:before{content:"\e289"}.fa-i:before{content:"\49"}.fa-hryvnia-sign:before,.fa-hryvnia:before{content:"\f6f2"}.fa-pills:before{content:"\f484"}.fa-face-grin-wide:before,.fa-grin-alt:before{content:"\f581"}.fa-tooth:before{content:"\f5c9"}.fa-v:before{content:"\56"}.fa-bangladeshi-taka-sign:before{content:"\e2e6"}.fa-bicycle:before{content:"\f206"}.fa-rod-asclepius:before,.fa-rod-snake:before,.fa-staff-aesculapius:before,.fa-staff-snake:before{content:"\e579"}.fa-head-side-cough-slash:before{content:"\e062"}.fa-ambulance:before,.fa-truck-medical:before{content:"\f0f9"}.fa-wheat-awn-circle-exclamation:before{content:"\e598"}.fa-snowman:before{content:"\f7d0"}.fa-mortar-pestle:before{content:"\f5a7"}.fa-road-barrier:before{content:"\e562"}.fa-school:before{content:"\f549"}.fa-igloo:before{content:"\f7ae"}.fa-joint:before{content:"\f595"}.fa-angle-right:before{content:"\f105"}.fa-horse:before{content:"\f6f0"}.fa-q:before{content:"\51"}.fa-g:before{content:"\47"}.fa-notes-medical:before{content:"\f481"}.fa-temperature-2:before,.fa-temperature-half:before,.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-dong-sign:before{content:"\e169"}.fa-capsules:before{content:"\f46b"}.fa-poo-bolt:before,.fa-poo-storm:before{content:"\f75a"}.fa-face-frown-open:before,.fa-frown-open:before{content:"\f57a"}.fa-hand-point-up:before{content:"\f0a6"}.fa-money-bill:before{content:"\f0d6"}.fa-bookmark:before{content:"\f02e"}.fa-align-justify:before{content:"\f039"}.fa-umbrella-beach:before{content:"\f5ca"}.fa-helmet-un:before{content:"\e503"}.fa-bullseye:before{content:"\f140"}.fa-bacon:before{content:"\f7e5"}.fa-hand-point-down:before{content:"\f0a7"}.fa-arrow-up-from-bracket:before{content:"\e09a"}.fa-folder-blank:before,.fa-folder:before{content:"\f07b"}.fa-file-medical-alt:before,.fa-file-waveform:before{content:"\f478"}.fa-radiation:before{content:"\f7b9"}.fa-chart-simple:before{content:"\e473"}.fa-mars-stroke:before{content:"\f229"}.fa-vial:before{content:"\f492"}.fa-dashboard:before,.fa-gauge-med:before,.fa-gauge:before,.fa-tachometer-alt-average:before{content:"\f624"}.fa-magic-wand-sparkles:before,.fa-wand-magic-sparkles:before{content:"\e2ca"}.fa-e:before{content:"\45"}.fa-pen-alt:before,.fa-pen-clip:before{content:"\f305"}.fa-bridge-circle-exclamation:before{content:"\e4ca"}.fa-user:before{content:"\f007"}.fa-school-circle-check:before{content:"\e56b"}.fa-dumpster:before{content:"\f793"}.fa-shuttle-van:before,.fa-van-shuttle:before{content:"\f5b6"}.fa-building-user:before{content:"\e4da"}.fa-caret-square-left:before,.fa-square-caret-left:before{content:"\f191"}.fa-highlighter:before{content:"\f591"}.fa-key:before{content:"\f084"}.fa-bullhorn:before{content:"\f0a1"}.fa-globe:before{content:"\f0ac"}.fa-synagogue:before{content:"\f69b"}.fa-person-half-dress:before{content:"\e548"}.fa-road-bridge:before{content:"\e563"}.fa-location-arrow:before{content:"\f124"}.fa-c:before{content:"\43"}.fa-tablet-button:before{content:"\f10a"}.fa-building-lock:before{content:"\e4d6"}.fa-pizza-slice:before{content:"\f818"}.fa-money-bill-wave:before{content:"\f53a"}.fa-area-chart:before,.fa-chart-area:before{content:"\f1fe"}.fa-house-flag:before{content:"\e50d"}.fa-person-circle-minus:before{content:"\e540"}.fa-ban:before,.fa-cancel:before{content:"\f05e"}.fa-camera-rotate:before{content:"\e0d8"}.fa-air-freshener:before,.fa-spray-can-sparkles:before{content:"\f5d0"}.fa-star:before{content:"\f005"}.fa-repeat:before{content:"\f363"}.fa-cross:before{content:"\f654"}.fa-box:before{content:"\f466"}.fa-venus-mars:before{content:"\f228"}.fa-arrow-pointer:before,.fa-mouse-pointer:before{content:"\f245"}.fa-expand-arrows-alt:before,.fa-maximize:before{content:"\f31e"}.fa-charging-station:before{content:"\f5e7"}.fa-shapes:before,.fa-triangle-circle-square:before{content:"\f61f"}.fa-random:before,.fa-shuffle:before{content:"\f074"}.fa-person-running:before,.fa-running:before{content:"\f70c"}.fa-mobile-retro:before{content:"\e527"}.fa-grip-lines-vertical:before{content:"\f7a5"}.fa-spider:before{content:"\f717"}.fa-hands-bound:before{content:"\e4f9"}.fa-file-invoice-dollar:before{content:"\f571"}.fa-plane-circle-exclamation:before{content:"\e556"}.fa-x-ray:before{content:"\f497"}.fa-spell-check:before{content:"\f891"}.fa-slash:before{content:"\f715"}.fa-computer-mouse:before,.fa-mouse:before{content:"\f8cc"}.fa-arrow-right-to-bracket:before,.fa-sign-in:before{content:"\f090"}.fa-shop-slash:before,.fa-store-alt-slash:before{content:"\e070"}.fa-server:before{content:"\f233"}.fa-virus-covid-slash:before{content:"\e4a9"}.fa-shop-lock:before{content:"\e4a5"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-blender-phone:before{content:"\f6b6"}.fa-building-wheat:before{content:"\e4db"}.fa-person-breastfeeding:before{content:"\e53a"}.fa-right-to-bracket:before,.fa-sign-in-alt:before{content:"\f2f6"}.fa-venus:before{content:"\f221"}.fa-passport:before{content:"\f5ab"}.fa-heart-pulse:before,.fa-heartbeat:before{content:"\f21e"}.fa-people-carry-box:before,.fa-people-carry:before{content:"\f4ce"}.fa-temperature-high:before{content:"\f769"}.fa-microchip:before{content:"\f2db"}.fa-crown:before{content:"\f521"}.fa-weight-hanging:before{content:"\f5cd"}.fa-xmarks-lines:before{content:"\e59a"}.fa-file-prescription:before{content:"\f572"}.fa-weight-scale:before,.fa-weight:before{content:"\f496"}.fa-user-friends:before,.fa-user-group:before{content:"\f500"}.fa-arrow-up-a-z:before,.fa-sort-alpha-up:before{content:"\f15e"}.fa-chess-knight:before{content:"\f441"}.fa-face-laugh-squint:before,.fa-laugh-squint:before{content:"\f59b"}.fa-wheelchair:before{content:"\f193"}.fa-arrow-circle-up:before,.fa-circle-arrow-up:before{content:"\f0aa"}.fa-toggle-on:before{content:"\f205"}.fa-person-walking:before,.fa-walking:before{content:"\f554"}.fa-l:before{content:"\4c"}.fa-fire:before{content:"\f06d"}.fa-bed-pulse:before,.fa-procedures:before{content:"\f487"}.fa-shuttle-space:before,.fa-space-shuttle:before{content:"\f197"}.fa-face-laugh:before,.fa-laugh:before{content:"\f599"}.fa-folder-open:before{content:"\f07c"}.fa-heart-circle-plus:before{content:"\e500"}.fa-code-fork:before{content:"\e13b"}.fa-city:before{content:"\f64f"}.fa-microphone-alt:before,.fa-microphone-lines:before{content:"\f3c9"}.fa-pepper-hot:before{content:"\f816"}.fa-unlock:before{content:"\f09c"}.fa-colon-sign:before{content:"\e140"}.fa-headset:before{content:"\f590"}.fa-store-slash:before{content:"\e071"}.fa-road-circle-xmark:before{content:"\e566"}.fa-user-minus:before{content:"\f503"}.fa-mars-stroke-up:before,.fa-mars-stroke-v:before{content:"\f22a"}.fa-champagne-glasses:before,.fa-glass-cheers:before{content:"\f79f"}.fa-clipboard:before{content:"\f328"}.fa-house-circle-exclamation:before{content:"\e50a"}.fa-file-arrow-up:before,.fa-file-upload:before{content:"\f574"}.fa-wifi-3:before,.fa-wifi-strong:before,.fa-wifi:before{content:"\f1eb"}.fa-bath:before,.fa-bathtub:before{content:"\f2cd"}.fa-underline:before{content:"\f0cd"}.fa-user-edit:before,.fa-user-pen:before{content:"\f4ff"}.fa-signature:before{content:"\f5b7"}.fa-stroopwafel:before{content:"\f551"}.fa-bold:before{content:"\f032"}.fa-anchor-lock:before{content:"\e4ad"}.fa-building-ngo:before{content:"\e4d7"}.fa-manat-sign:before{content:"\e1d5"}.fa-not-equal:before{content:"\f53e"}.fa-border-style:before,.fa-border-top-left:before{content:"\f853"}.fa-map-location-dot:before,.fa-map-marked-alt:before{content:"\f5a0"}.fa-jedi:before{content:"\f669"}.fa-poll:before,.fa-square-poll-vertical:before{content:"\f681"}.fa-mug-hot:before{content:"\f7b6"}.fa-battery-car:before,.fa-car-battery:before{content:"\f5df"}.fa-gift:before{content:"\f06b"}.fa-dice-two:before{content:"\f528"}.fa-chess-queen:before{content:"\f445"}.fa-glasses:before{content:"\f530"}.fa-chess-board:before{content:"\f43c"}.fa-building-circle-check:before{content:"\e4d2"}.fa-person-chalkboard:before{content:"\e53d"}.fa-mars-stroke-h:before,.fa-mars-stroke-right:before{content:"\f22b"}.fa-hand-back-fist:before,.fa-hand-rock:before{content:"\f255"}.fa-caret-square-up:before,.fa-square-caret-up:before{content:"\f151"}.fa-cloud-showers-water:before{content:"\e4e4"}.fa-bar-chart:before,.fa-chart-bar:before{content:"\f080"}.fa-hands-bubbles:before,.fa-hands-wash:before{content:"\e05e"}.fa-less-than-equal:before{content:"\f537"}.fa-train:before{content:"\f238"}.fa-eye-low-vision:before,.fa-low-vision:before{content:"\f2a8"}.fa-crow:before{content:"\f520"}.fa-sailboat:before{content:"\e445"}.fa-window-restore:before{content:"\f2d2"}.fa-plus-square:before,.fa-square-plus:before{content:"\f0fe"}.fa-torii-gate:before{content:"\f6a1"}.fa-frog:before{content:"\f52e"}.fa-bucket:before{content:"\e4cf"}.fa-image:before{content:"\f03e"}.fa-microphone:before{content:"\f130"}.fa-cow:before{content:"\f6c8"}.fa-caret-up:before{content:"\f0d8"}.fa-screwdriver:before{content:"\f54a"}.fa-folder-closed:before{content:"\e185"}.fa-house-tsunami:before{content:"\e515"}.fa-square-nfi:before{content:"\e576"}.fa-arrow-up-from-ground-water:before{content:"\e4b5"}.fa-glass-martini-alt:before,.fa-martini-glass:before{content:"\f57b"}.fa-rotate-back:before,.fa-rotate-backward:before,.fa-rotate-left:before,.fa-undo-alt:before{content:"\f2ea"}.fa-columns:before,.fa-table-columns:before{content:"\f0db"}.fa-lemon:before{content:"\f094"}.fa-head-side-mask:before{content:"\e063"}.fa-handshake:before{content:"\f2b5"}.fa-gem:before{content:"\f3a5"}.fa-dolly-box:before,.fa-dolly:before{content:"\f472"}.fa-smoking:before{content:"\f48d"}.fa-compress-arrows-alt:before,.fa-minimize:before{content:"\f78c"}.fa-monument:before{content:"\f5a6"}.fa-snowplow:before{content:"\f7d2"}.fa-angle-double-right:before,.fa-angles-right:before{content:"\f101"}.fa-cannabis:before{content:"\f55f"}.fa-circle-play:before,.fa-play-circle:before{content:"\f144"}.fa-tablets:before{content:"\f490"}.fa-ethernet:before{content:"\f796"}.fa-eur:before,.fa-euro-sign:before,.fa-euro:before{content:"\f153"}.fa-chair:before{content:"\f6c0"}.fa-check-circle:before,.fa-circle-check:before{content:"\f058"}.fa-circle-stop:before,.fa-stop-circle:before{content:"\f28d"}.fa-compass-drafting:before,.fa-drafting-compass:before{content:"\f568"}.fa-plate-wheat:before{content:"\e55a"}.fa-icicles:before{content:"\f7ad"}.fa-person-shelter:before{content:"\e54f"}.fa-neuter:before{content:"\f22c"}.fa-id-badge:before{content:"\f2c1"}.fa-marker:before{content:"\f5a1"}.fa-face-laugh-beam:before,.fa-laugh-beam:before{content:"\f59a"}.fa-helicopter-symbol:before{content:"\e502"}.fa-universal-access:before{content:"\f29a"}.fa-chevron-circle-up:before,.fa-circle-chevron-up:before{content:"\f139"}.fa-lari-sign:before{content:"\e1c8"}.fa-volcano:before{content:"\f770"}.fa-person-walking-dashed-line-arrow-right:before{content:"\e553"}.fa-gbp:before,.fa-pound-sign:before,.fa-sterling-sign:before{content:"\f154"}.fa-viruses:before{content:"\e076"}.fa-square-person-confined:before{content:"\e577"}.fa-user-tie:before{content:"\f508"}.fa-arrow-down-long:before,.fa-long-arrow-down:before{content:"\f175"}.fa-tent-arrow-down-to-line:before{content:"\e57e"}.fa-certificate:before{content:"\f0a3"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-suitcase:before{content:"\f0f2"}.fa-person-skating:before,.fa-skating:before{content:"\f7c5"}.fa-filter-circle-dollar:before,.fa-funnel-dollar:before{content:"\f662"}.fa-camera-retro:before{content:"\f083"}.fa-arrow-circle-down:before,.fa-circle-arrow-down:before{content:"\f0ab"}.fa-arrow-right-to-file:before,.fa-file-import:before{content:"\f56f"}.fa-external-link-square:before,.fa-square-arrow-up-right:before{content:"\f14c"}.fa-box-open:before{content:"\f49e"}.fa-scroll:before{content:"\f70e"}.fa-spa:before{content:"\f5bb"}.fa-location-pin-lock:before{content:"\e51f"}.fa-pause:before{content:"\f04c"}.fa-hill-avalanche:before{content:"\e507"}.fa-temperature-0:before,.fa-temperature-empty:before,.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-bomb:before{content:"\f1e2"}.fa-registered:before{content:"\f25d"}.fa-address-card:before,.fa-contact-card:before,.fa-vcard:before{content:"\f2bb"}.fa-balance-scale-right:before,.fa-scale-unbalanced-flip:before{content:"\f516"}.fa-subscript:before{content:"\f12c"}.fa-diamond-turn-right:before,.fa-directions:before{content:"\f5eb"}.fa-burst:before{content:"\e4dc"}.fa-house-laptop:before,.fa-laptop-house:before{content:"\e066"}.fa-face-tired:before,.fa-tired:before{content:"\f5c8"}.fa-money-bills:before{content:"\e1f3"}.fa-smog:before{content:"\f75f"}.fa-crutch:before{content:"\f7f7"}.fa-cloud-arrow-up:before,.fa-cloud-upload-alt:before,.fa-cloud-upload:before{content:"\f0ee"}.fa-palette:before{content:"\f53f"}.fa-arrows-turn-right:before{content:"\e4c0"}.fa-vest:before{content:"\e085"}.fa-ferry:before{content:"\e4ea"}.fa-arrows-down-to-people:before{content:"\e4b9"}.fa-seedling:before,.fa-sprout:before{content:"\f4d8"}.fa-arrows-alt-h:before,.fa-left-right:before{content:"\f337"}.fa-boxes-packing:before{content:"\e4c7"}.fa-arrow-circle-left:before,.fa-circle-arrow-left:before{content:"\f0a8"}.fa-group-arrows-rotate:before{content:"\e4f6"}.fa-bowl-food:before{content:"\e4c6"}.fa-candy-cane:before{content:"\f786"}.fa-arrow-down-wide-short:before,.fa-sort-amount-asc:before,.fa-sort-amount-down:before{content:"\f160"}.fa-cloud-bolt:before,.fa-thunderstorm:before{content:"\f76c"}.fa-remove-format:before,.fa-text-slash:before{content:"\f87d"}.fa-face-smile-wink:before,.fa-smile-wink:before{content:"\f4da"}.fa-file-word:before{content:"\f1c2"}.fa-file-powerpoint:before{content:"\f1c4"}.fa-arrows-h:before,.fa-arrows-left-right:before{content:"\f07e"}.fa-house-lock:before{content:"\e510"}.fa-cloud-arrow-down:before,.fa-cloud-download-alt:before,.fa-cloud-download:before{content:"\f0ed"}.fa-children:before{content:"\e4e1"}.fa-blackboard:before,.fa-chalkboard:before{content:"\f51b"}.fa-user-alt-slash:before,.fa-user-large-slash:before{content:"\f4fa"}.fa-envelope-open:before{content:"\f2b6"}.fa-handshake-alt-slash:before,.fa-handshake-simple-slash:before{content:"\e05f"}.fa-mattress-pillow:before{content:"\e525"}.fa-guarani-sign:before{content:"\e19a"}.fa-arrows-rotate:before,.fa-refresh:before,.fa-sync:before{content:"\f021"}.fa-fire-extinguisher:before{content:"\f134"}.fa-cruzeiro-sign:before{content:"\e152"}.fa-greater-than-equal:before{content:"\f532"}.fa-shield-alt:before,.fa-shield-halved:before{content:"\f3ed"}.fa-atlas:before,.fa-book-atlas:before{content:"\f558"}.fa-virus:before{content:"\e074"}.fa-envelope-circle-check:before{content:"\e4e8"}.fa-layer-group:before{content:"\f5fd"}.fa-arrows-to-dot:before{content:"\e4be"}.fa-archway:before{content:"\f557"}.fa-heart-circle-check:before{content:"\e4fd"}.fa-house-chimney-crack:before,.fa-house-damage:before{content:"\f6f1"}.fa-file-archive:before,.fa-file-zipper:before{content:"\f1c6"}.fa-square:before{content:"\f0c8"}.fa-glass-martini:before,.fa-martini-glass-empty:before{content:"\f000"}.fa-couch:before{content:"\f4b8"}.fa-cedi-sign:before{content:"\e0df"}.fa-italic:before{content:"\f033"}.fa-church:before{content:"\f51d"}.fa-comments-dollar:before{content:"\f653"}.fa-democrat:before{content:"\f747"}.fa-z:before{content:"\5a"}.fa-person-skiing:before,.fa-skiing:before{content:"\f7c9"}.fa-road-lock:before{content:"\e567"}.fa-a:before{content:"\41"}.fa-temperature-arrow-down:before,.fa-temperature-down:before{content:"\e03f"}.fa-feather-alt:before,.fa-feather-pointed:before{content:"\f56b"}.fa-p:before{content:"\50"}.fa-snowflake:before{content:"\f2dc"}.fa-newspaper:before{content:"\f1ea"}.fa-ad:before,.fa-rectangle-ad:before{content:"\f641"}.fa-arrow-circle-right:before,.fa-circle-arrow-right:before{content:"\f0a9"}.fa-filter-circle-xmark:before{content:"\e17b"}.fa-locust:before{content:"\e520"}.fa-sort:before,.fa-unsorted:before{content:"\f0dc"}.fa-list-1-2:before,.fa-list-numeric:before,.fa-list-ol:before{content:"\f0cb"}.fa-person-dress-burst:before{content:"\e544"}.fa-money-check-alt:before,.fa-money-check-dollar:before{content:"\f53d"}.fa-vector-square:before{content:"\f5cb"}.fa-bread-slice:before{content:"\f7ec"}.fa-language:before{content:"\f1ab"}.fa-face-kiss-wink-heart:before,.fa-kiss-wink-heart:before{content:"\f598"}.fa-filter:before{content:"\f0b0"}.fa-question:before{content:"\3f"}.fa-file-signature:before{content:"\f573"}.fa-arrows-alt:before,.fa-up-down-left-right:before{content:"\f0b2"}.fa-house-chimney-user:before{content:"\e065"}.fa-hand-holding-heart:before{content:"\f4be"}.fa-puzzle-piece:before{content:"\f12e"}.fa-money-check:before{content:"\f53c"}.fa-star-half-alt:before,.fa-star-half-stroke:before{content:"\f5c0"}.fa-code:before{content:"\f121"}.fa-glass-whiskey:before,.fa-whiskey-glass:before{content:"\f7a0"}.fa-building-circle-exclamation:before{content:"\e4d3"}.fa-magnifying-glass-chart:before{content:"\e522"}.fa-arrow-up-right-from-square:before,.fa-external-link:before{content:"\f08e"}.fa-cubes-stacked:before{content:"\e4e6"}.fa-krw:before,.fa-won-sign:before,.fa-won:before{content:"\f159"}.fa-virus-covid:before{content:"\e4a8"}.fa-austral-sign:before{content:"\e0a9"}.fa-f:before{content:"\46"}.fa-leaf:before{content:"\f06c"}.fa-road:before{content:"\f018"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-person-circle-plus:before{content:"\e541"}.fa-chart-pie:before,.fa-pie-chart:before{content:"\f200"}.fa-bolt-lightning:before{content:"\e0b7"}.fa-sack-xmark:before{content:"\e56a"}.fa-file-excel:before{content:"\f1c3"}.fa-file-contract:before{content:"\f56c"}.fa-fish-fins:before{content:"\e4f2"}.fa-building-flag:before{content:"\e4d5"}.fa-face-grin-beam:before,.fa-grin-beam:before{content:"\f582"}.fa-object-ungroup:before{content:"\f248"}.fa-poop:before{content:"\f619"}.fa-location-pin:before,.fa-map-marker:before{content:"\f041"}.fa-kaaba:before{content:"\f66b"}.fa-toilet-paper:before{content:"\f71e"}.fa-hard-hat:before,.fa-hat-hard:before,.fa-helmet-safety:before{content:"\f807"}.fa-eject:before{content:"\f052"}.fa-arrow-alt-circle-right:before,.fa-circle-right:before{content:"\f35a"}.fa-plane-circle-check:before{content:"\e555"}.fa-face-rolling-eyes:before,.fa-meh-rolling-eyes:before{content:"\f5a5"}.fa-object-group:before{content:"\f247"}.fa-chart-line:before,.fa-line-chart:before{content:"\f201"}.fa-mask-ventilator:before{content:"\e524"}.fa-arrow-right:before{content:"\f061"}.fa-map-signs:before,.fa-signs-post:before{content:"\f277"}.fa-cash-register:before{content:"\f788"}.fa-person-circle-question:before{content:"\e542"}.fa-h:before{content:"\48"}.fa-tarp:before{content:"\e57b"}.fa-screwdriver-wrench:before,.fa-tools:before{content:"\f7d9"}.fa-arrows-to-eye:before{content:"\e4bf"}.fa-plug-circle-bolt:before{content:"\e55b"}.fa-heart:before{content:"\f004"}.fa-mars-and-venus:before{content:"\f224"}.fa-home-user:before,.fa-house-user:before{content:"\e1b0"}.fa-dumpster-fire:before{content:"\f794"}.fa-house-crack:before{content:"\e3b1"}.fa-cocktail:before,.fa-martini-glass-citrus:before{content:"\f561"}.fa-face-surprise:before,.fa-surprise:before{content:"\f5c2"}.fa-bottle-water:before{content:"\e4c5"}.fa-circle-pause:before,.fa-pause-circle:before{content:"\f28b"}.fa-toilet-paper-slash:before{content:"\e072"}.fa-apple-alt:before,.fa-apple-whole:before{content:"\f5d1"}.fa-kitchen-set:before{content:"\e51a"}.fa-r:before{content:"\52"}.fa-temperature-1:before,.fa-temperature-quarter:before,.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-cube:before{content:"\f1b2"}.fa-bitcoin-sign:before{content:"\e0b4"}.fa-shield-dog:before{content:"\e573"}.fa-solar-panel:before{content:"\f5ba"}.fa-lock-open:before{content:"\f3c1"}.fa-elevator:before{content:"\e16d"}.fa-money-bill-transfer:before{content:"\e528"}.fa-money-bill-trend-up:before{content:"\e529"}.fa-house-flood-water-circle-arrow-right:before{content:"\e50f"}.fa-poll-h:before,.fa-square-poll-horizontal:before{content:"\f682"}.fa-circle:before{content:"\f111"}.fa-backward-fast:before,.fa-fast-backward:before{content:"\f049"}.fa-recycle:before{content:"\f1b8"}.fa-user-astronaut:before{content:"\f4fb"}.fa-plane-slash:before{content:"\e069"}.fa-trademark:before{content:"\f25c"}.fa-basketball-ball:before,.fa-basketball:before{content:"\f434"}.fa-satellite-dish:before{content:"\f7c0"}.fa-arrow-alt-circle-up:before,.fa-circle-up:before{content:"\f35b"}.fa-mobile-alt:before,.fa-mobile-screen-button:before{content:"\f3cd"}.fa-volume-high:before,.fa-volume-up:before{content:"\f028"}.fa-users-rays:before{content:"\e593"}.fa-wallet:before{content:"\f555"}.fa-clipboard-check:before{content:"\f46c"}.fa-file-audio:before{content:"\f1c7"}.fa-burger:before,.fa-hamburger:before{content:"\f805"}.fa-wrench:before{content:"\f0ad"}.fa-bugs:before{content:"\e4d0"}.fa-rupee-sign:before,.fa-rupee:before{content:"\f156"}.fa-file-image:before{content:"\f1c5"}.fa-circle-question:before,.fa-question-circle:before{content:"\f059"}.fa-plane-departure:before{content:"\f5b0"}.fa-handshake-slash:before{content:"\e060"}.fa-book-bookmark:before{content:"\e0bb"}.fa-code-branch:before{content:"\f126"}.fa-hat-cowboy:before{content:"\f8c0"}.fa-bridge:before{content:"\e4c8"}.fa-phone-alt:before,.fa-phone-flip:before{content:"\f879"}.fa-truck-front:before{content:"\e2b7"}.fa-cat:before{content:"\f6be"}.fa-anchor-circle-exclamation:before{content:"\e4ab"}.fa-truck-field:before{content:"\e58d"}.fa-route:before{content:"\f4d7"}.fa-clipboard-question:before{content:"\e4e3"}.fa-panorama:before{content:"\e209"}.fa-comment-medical:before{content:"\f7f5"}.fa-teeth-open:before{content:"\f62f"}.fa-file-circle-minus:before{content:"\e4ed"}.fa-tags:before{content:"\f02c"}.fa-wine-glass:before{content:"\f4e3"}.fa-fast-forward:before,.fa-forward-fast:before{content:"\f050"}.fa-face-meh-blank:before,.fa-meh-blank:before{content:"\f5a4"}.fa-parking:before,.fa-square-parking:before{content:"\f540"}.fa-house-signal:before{content:"\e012"}.fa-bars-progress:before,.fa-tasks-alt:before{content:"\f828"}.fa-faucet-drip:before{content:"\e006"}.fa-cart-flatbed:before,.fa-dolly-flatbed:before{content:"\f474"}.fa-ban-smoking:before,.fa-smoking-ban:before{content:"\f54d"}.fa-terminal:before{content:"\f120"}.fa-mobile-button:before{content:"\f10b"}.fa-house-medical-flag:before{content:"\e514"}.fa-basket-shopping:before,.fa-shopping-basket:before{content:"\f291"}.fa-tape:before{content:"\f4db"}.fa-bus-alt:before,.fa-bus-simple:before{content:"\f55e"}.fa-eye:before{content:"\f06e"}.fa-face-sad-cry:before,.fa-sad-cry:before{content:"\f5b3"}.fa-audio-description:before{content:"\f29e"}.fa-person-military-to-person:before{content:"\e54c"}.fa-file-shield:before{content:"\e4f0"}.fa-user-slash:before{content:"\f506"}.fa-pen:before{content:"\f304"}.fa-tower-observation:before{content:"\e586"}.fa-file-code:before{content:"\f1c9"}.fa-signal-5:before,.fa-signal-perfect:before,.fa-signal:before{content:"\f012"}.fa-bus:before{content:"\f207"}.fa-heart-circle-xmark:before{content:"\e501"}.fa-home-lg:before,.fa-house-chimney:before{content:"\e3af"}.fa-window-maximize:before{content:"\f2d0"}.fa-face-frown:before,.fa-frown:before{content:"\f119"}.fa-prescription:before{content:"\f5b1"}.fa-shop:before,.fa-store-alt:before{content:"\f54f"}.fa-floppy-disk:before,.fa-save:before{content:"\f0c7"}.fa-vihara:before{content:"\f6a7"}.fa-balance-scale-left:before,.fa-scale-unbalanced:before{content:"\f515"}.fa-sort-asc:before,.fa-sort-up:before{content:"\f0de"}.fa-comment-dots:before,.fa-commenting:before{content:"\f4ad"}.fa-plant-wilt:before{content:"\e5aa"}.fa-diamond:before{content:"\f219"}.fa-face-grin-squint:before,.fa-grin-squint:before{content:"\f585"}.fa-hand-holding-dollar:before,.fa-hand-holding-usd:before{content:"\f4c0"}.fa-bacterium:before{content:"\e05a"}.fa-hand-pointer:before{content:"\f25a"}.fa-drum-steelpan:before{content:"\f56a"}.fa-hand-scissors:before{content:"\f257"}.fa-hands-praying:before,.fa-praying-hands:before{content:"\f684"}.fa-arrow-right-rotate:before,.fa-arrow-rotate-forward:before,.fa-arrow-rotate-right:before,.fa-redo:before{content:"\f01e"}.fa-biohazard:before{content:"\f780"}.fa-location-crosshairs:before,.fa-location:before{content:"\f601"}.fa-mars-double:before{content:"\f227"}.fa-child-dress:before{content:"\e59c"}.fa-users-between-lines:before{content:"\e591"}.fa-lungs-virus:before{content:"\e067"}.fa-face-grin-tears:before,.fa-grin-tears:before{content:"\f588"}.fa-phone:before{content:"\f095"}.fa-calendar-times:before,.fa-calendar-xmark:before{content:"\f273"}.fa-child-reaching:before{content:"\e59d"}.fa-head-side-virus:before{content:"\e064"}.fa-user-cog:before,.fa-user-gear:before{content:"\f4fe"}.fa-arrow-up-1-9:before,.fa-sort-numeric-up:before{content:"\f163"}.fa-door-closed:before{content:"\f52a"}.fa-shield-virus:before{content:"\e06c"}.fa-dice-six:before{content:"\f526"}.fa-mosquito-net:before{content:"\e52c"}.fa-bridge-water:before{content:"\e4ce"}.fa-person-booth:before{content:"\f756"}.fa-text-width:before{content:"\f035"}.fa-hat-wizard:before{content:"\f6e8"}.fa-pen-fancy:before{content:"\f5ac"}.fa-digging:before,.fa-person-digging:before{content:"\f85e"}.fa-trash:before{content:"\f1f8"}.fa-gauge-simple-med:before,.fa-gauge-simple:before,.fa-tachometer-average:before{content:"\f629"}.fa-book-medical:before{content:"\f7e6"}.fa-poo:before{content:"\f2fe"}.fa-quote-right-alt:before,.fa-quote-right:before{content:"\f10e"}.fa-shirt:before,.fa-t-shirt:before,.fa-tshirt:before{content:"\f553"}.fa-cubes:before{content:"\f1b3"}.fa-divide:before{content:"\f529"}.fa-tenge-sign:before,.fa-tenge:before{content:"\f7d7"}.fa-headphones:before{content:"\f025"}.fa-hands-holding:before{content:"\f4c2"}.fa-hands-clapping:before{content:"\e1a8"}.fa-republican:before{content:"\f75e"}.fa-arrow-left:before{content:"\f060"}.fa-person-circle-xmark:before{content:"\e543"}.fa-ruler:before{content:"\f545"}.fa-align-left:before{content:"\f036"}.fa-dice-d6:before{content:"\f6d1"}.fa-restroom:before{content:"\f7bd"}.fa-j:before{content:"\4a"}.fa-users-viewfinder:before{content:"\e595"}.fa-file-video:before{content:"\f1c8"}.fa-external-link-alt:before,.fa-up-right-from-square:before{content:"\f35d"}.fa-table-cells:before,.fa-th:before{content:"\f00a"}.fa-file-pdf:before{content:"\f1c1"}.fa-bible:before,.fa-book-bible:before{content:"\f647"}.fa-o:before{content:"\4f"}.fa-medkit:before,.fa-suitcase-medical:before{content:"\f0fa"}.fa-user-secret:before{content:"\f21b"}.fa-otter:before{content:"\f700"}.fa-female:before,.fa-person-dress:before{content:"\f182"}.fa-comment-dollar:before{content:"\f651"}.fa-briefcase-clock:before,.fa-business-time:before{content:"\f64a"}.fa-table-cells-large:before,.fa-th-large:before{content:"\f009"}.fa-book-tanakh:before,.fa-tanakh:before{content:"\f827"}.fa-phone-volume:before,.fa-volume-control-phone:before{content:"\f2a0"}.fa-hat-cowboy-side:before{content:"\f8c1"}.fa-clipboard-user:before{content:"\f7f3"}.fa-child:before{content:"\f1ae"}.fa-lira-sign:before{content:"\f195"}.fa-satellite:before{content:"\f7bf"}.fa-plane-lock:before{content:"\e558"}.fa-tag:before{content:"\f02b"}.fa-comment:before{content:"\f075"}.fa-birthday-cake:before,.fa-cake-candles:before,.fa-cake:before{content:"\f1fd"}.fa-envelope:before{content:"\f0e0"}.fa-angle-double-up:before,.fa-angles-up:before{content:"\f102"}.fa-paperclip:before{content:"\f0c6"}.fa-arrow-right-to-city:before{content:"\e4b3"}.fa-ribbon:before{content:"\f4d6"}.fa-lungs:before{content:"\f604"}.fa-arrow-up-9-1:before,.fa-sort-numeric-up-alt:before{content:"\f887"}.fa-litecoin-sign:before{content:"\e1d3"}.fa-border-none:before{content:"\f850"}.fa-circle-nodes:before{content:"\e4e2"}.fa-parachute-box:before{content:"\f4cd"}.fa-indent:before{content:"\f03c"}.fa-truck-field-un:before{content:"\e58e"}.fa-hourglass-empty:before,.fa-hourglass:before{content:"\f254"}.fa-mountain:before{content:"\f6fc"}.fa-user-doctor:before,.fa-user-md:before{content:"\f0f0"}.fa-circle-info:before,.fa-info-circle:before{content:"\f05a"}.fa-cloud-meatball:before{content:"\f73b"}.fa-camera-alt:before,.fa-camera:before{content:"\f030"}.fa-square-virus:before{content:"\e578"}.fa-meteor:before{content:"\f753"}.fa-car-on:before{content:"\e4dd"}.fa-sleigh:before{content:"\f7cc"}.fa-arrow-down-1-9:before,.fa-sort-numeric-asc:before,.fa-sort-numeric-down:before{content:"\f162"}.fa-hand-holding-droplet:before,.fa-hand-holding-water:before{content:"\f4c1"}.fa-water:before{content:"\f773"}.fa-calendar-check:before{content:"\f274"}.fa-braille:before{content:"\f2a1"}.fa-prescription-bottle-alt:before,.fa-prescription-bottle-medical:before{content:"\f486"}.fa-landmark:before{content:"\f66f"}.fa-truck:before{content:"\f0d1"}.fa-crosshairs:before{content:"\f05b"}.fa-person-cane:before{content:"\e53c"}.fa-tent:before{content:"\e57d"}.fa-vest-patches:before{content:"\e086"}.fa-check-double:before{content:"\f560"}.fa-arrow-down-a-z:before,.fa-sort-alpha-asc:before,.fa-sort-alpha-down:before{content:"\f15d"}.fa-money-bill-wheat:before{content:"\e52a"}.fa-cookie:before{content:"\f563"}.fa-arrow-left-rotate:before,.fa-arrow-rotate-back:before,.fa-arrow-rotate-backward:before,.fa-arrow-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-hard-drive:before,.fa-hdd:before{content:"\f0a0"}.fa-face-grin-squint-tears:before,.fa-grin-squint-tears:before{content:"\f586"}.fa-dumbbell:before{content:"\f44b"}.fa-list-alt:before,.fa-rectangle-list:before{content:"\f022"}.fa-tarp-droplet:before{content:"\e57c"}.fa-house-medical-circle-check:before{content:"\e511"}.fa-person-skiing-nordic:before,.fa-skiing-nordic:before{content:"\f7ca"}.fa-calendar-plus:before{content:"\f271"}.fa-plane-arrival:before{content:"\f5af"}.fa-arrow-alt-circle-left:before,.fa-circle-left:before{content:"\f359"}.fa-subway:before,.fa-train-subway:before{content:"\f239"}.fa-chart-gantt:before{content:"\e0e4"}.fa-indian-rupee-sign:before,.fa-indian-rupee:before,.fa-inr:before{content:"\e1bc"}.fa-crop-alt:before,.fa-crop-simple:before{content:"\f565"}.fa-money-bill-1:before,.fa-money-bill-alt:before{content:"\f3d1"}.fa-left-long:before,.fa-long-arrow-alt-left:before{content:"\f30a"}.fa-dna:before{content:"\f471"}.fa-virus-slash:before{content:"\e075"}.fa-minus:before,.fa-subtract:before{content:"\f068"}.fa-chess:before{content:"\f439"}.fa-arrow-left-long:before,.fa-long-arrow-left:before{content:"\f177"}.fa-plug-circle-check:before{content:"\e55c"}.fa-street-view:before{content:"\f21d"}.fa-franc-sign:before{content:"\e18f"}.fa-volume-off:before{content:"\f026"}.fa-american-sign-language-interpreting:before,.fa-asl-interpreting:before,.fa-hands-american-sign-language-interpreting:before,.fa-hands-asl-interpreting:before{content:"\f2a3"}.fa-cog:before,.fa-gear:before{content:"\f013"}.fa-droplet-slash:before,.fa-tint-slash:before{content:"\f5c7"}.fa-mosque:before{content:"\f678"}.fa-mosquito:before{content:"\e52b"}.fa-star-of-david:before{content:"\f69a"}.fa-person-military-rifle:before{content:"\e54b"}.fa-cart-shopping:before,.fa-shopping-cart:before{content:"\f07a"}.fa-vials:before{content:"\f493"}.fa-plug-circle-plus:before{content:"\e55f"}.fa-place-of-worship:before{content:"\f67f"}.fa-grip-vertical:before{content:"\f58e"}.fa-arrow-turn-up:before,.fa-level-up:before{content:"\f148"}.fa-u:before{content:"\55"}.fa-square-root-alt:before,.fa-square-root-variable:before{content:"\f698"}.fa-clock-four:before,.fa-clock:before{content:"\f017"}.fa-backward-step:before,.fa-step-backward:before{content:"\f048"}.fa-pallet:before{content:"\f482"}.fa-faucet:before{content:"\e005"}.fa-baseball-bat-ball:before{content:"\f432"}.fa-s:before{content:"\53"}.fa-timeline:before{content:"\e29c"}.fa-keyboard:before{content:"\f11c"}.fa-caret-down:before{content:"\f0d7"}.fa-clinic-medical:before,.fa-house-chimney-medical:before{content:"\f7f2"}.fa-temperature-3:before,.fa-temperature-three-quarters:before,.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-mobile-android-alt:before,.fa-mobile-screen:before{content:"\f3cf"}.fa-plane-up:before{content:"\e22d"}.fa-piggy-bank:before{content:"\f4d3"}.fa-battery-3:before,.fa-battery-half:before{content:"\f242"}.fa-mountain-city:before{content:"\e52e"}.fa-coins:before{content:"\f51e"}.fa-khanda:before{content:"\f66d"}.fa-sliders-h:before,.fa-sliders:before{content:"\f1de"}.fa-folder-tree:before{content:"\f802"}.fa-network-wired:before{content:"\f6ff"}.fa-map-pin:before{content:"\f276"}.fa-hamsa:before{content:"\f665"}.fa-cent-sign:before{content:"\e3f5"}.fa-flask:before{content:"\f0c3"}.fa-person-pregnant:before{content:"\e31e"}.fa-wand-sparkles:before{content:"\f72b"}.fa-ellipsis-v:before,.fa-ellipsis-vertical:before{content:"\f142"}.fa-ticket:before{content:"\f145"}.fa-power-off:before{content:"\f011"}.fa-long-arrow-alt-right:before,.fa-right-long:before{content:"\f30b"}.fa-flag-usa:before{content:"\f74d"}.fa-laptop-file:before{content:"\e51d"}.fa-teletype:before,.fa-tty:before{content:"\f1e4"}.fa-diagram-next:before{content:"\e476"}.fa-person-rifle:before{content:"\e54e"}.fa-house-medical-circle-exclamation:before{content:"\e512"}.fa-closed-captioning:before{content:"\f20a"}.fa-hiking:before,.fa-person-hiking:before{content:"\f6ec"}.fa-venus-double:before{content:"\f226"}.fa-images:before{content:"\f302"}.fa-calculator:before{content:"\f1ec"}.fa-people-pulling:before{content:"\e535"}.fa-n:before{content:"\4e"}.fa-cable-car:before,.fa-tram:before{content:"\f7da"}.fa-cloud-rain:before{content:"\f73d"}.fa-building-circle-xmark:before{content:"\e4d4"}.fa-ship:before{content:"\f21a"}.fa-arrows-down-to-line:before{content:"\e4b8"}.fa-download:before{content:"\f019"}.fa-face-grin:before,.fa-grin:before{content:"\f580"}.fa-backspace:before,.fa-delete-left:before{content:"\f55a"}.fa-eye-dropper-empty:before,.fa-eye-dropper:before,.fa-eyedropper:before{content:"\f1fb"}.fa-file-circle-check:before{content:"\e5a0"}.fa-forward:before{content:"\f04e"}.fa-mobile-android:before,.fa-mobile-phone:before,.fa-mobile:before{content:"\f3ce"}.fa-face-meh:before,.fa-meh:before{content:"\f11a"}.fa-align-center:before{content:"\f037"}.fa-book-dead:before,.fa-book-skull:before{content:"\f6b7"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-heart-circle-exclamation:before{content:"\e4fe"}.fa-home-alt:before,.fa-home-lg-alt:before,.fa-home:before,.fa-house:before{content:"\f015"}.fa-calendar-week:before{content:"\f784"}.fa-laptop-medical:before{content:"\f812"}.fa-b:before{content:"\42"}.fa-file-medical:before{content:"\f477"}.fa-dice-one:before{content:"\f525"}.fa-kiwi-bird:before{content:"\f535"}.fa-arrow-right-arrow-left:before,.fa-exchange:before{content:"\f0ec"}.fa-redo-alt:before,.fa-rotate-forward:before,.fa-rotate-right:before{content:"\f2f9"}.fa-cutlery:before,.fa-utensils:before{content:"\f2e7"}.fa-arrow-up-wide-short:before,.fa-sort-amount-up:before{content:"\f161"}.fa-mill-sign:before{content:"\e1ed"}.fa-bowl-rice:before{content:"\e2eb"}.fa-skull:before{content:"\f54c"}.fa-broadcast-tower:before,.fa-tower-broadcast:before{content:"\f519"}.fa-truck-pickup:before{content:"\f63c"}.fa-long-arrow-alt-up:before,.fa-up-long:before{content:"\f30c"}.fa-stop:before{content:"\f04d"}.fa-code-merge:before{content:"\f387"}.fa-upload:before{content:"\f093"}.fa-hurricane:before{content:"\f751"}.fa-mound:before{content:"\e52d"}.fa-toilet-portable:before{content:"\e583"}.fa-compact-disc:before{content:"\f51f"}.fa-file-arrow-down:before,.fa-file-download:before{content:"\f56d"}.fa-caravan:before{content:"\f8ff"}.fa-shield-cat:before{content:"\e572"}.fa-bolt:before,.fa-zap:before{content:"\f0e7"}.fa-glass-water:before{content:"\e4f4"}.fa-oil-well:before{content:"\e532"}.fa-vault:before{content:"\e2c5"}.fa-mars:before{content:"\f222"}.fa-toilet:before{content:"\f7d8"}.fa-plane-circle-xmark:before{content:"\e557"}.fa-cny:before,.fa-jpy:before,.fa-rmb:before,.fa-yen-sign:before,.fa-yen:before{content:"\f157"}.fa-rouble:before,.fa-rub:before,.fa-ruble-sign:before,.fa-ruble:before{content:"\f158"}.fa-sun:before{content:"\f185"}.fa-guitar:before{content:"\f7a6"}.fa-face-laugh-wink:before,.fa-laugh-wink:before{content:"\f59c"}.fa-horse-head:before{content:"\f7ab"}.fa-bore-hole:before{content:"\e4c3"}.fa-industry:before{content:"\f275"}.fa-arrow-alt-circle-down:before,.fa-circle-down:before{content:"\f358"}.fa-arrows-turn-to-dots:before{content:"\e4c1"}.fa-florin-sign:before{content:"\e184"}.fa-arrow-down-short-wide:before,.fa-sort-amount-desc:before,.fa-sort-amount-down-alt:before{content:"\f884"}.fa-less-than:before{content:"\3c"}.fa-angle-down:before{content:"\f107"}.fa-car-tunnel:before{content:"\e4de"}.fa-head-side-cough:before{content:"\e061"}.fa-grip-lines:before{content:"\f7a4"}.fa-thumbs-down:before{content:"\f165"}.fa-user-lock:before{content:"\f502"}.fa-arrow-right-long:before,.fa-long-arrow-right:before{content:"\f178"}.fa-anchor-circle-xmark:before{content:"\e4ac"}.fa-ellipsis-h:before,.fa-ellipsis:before{content:"\f141"}.fa-chess-pawn:before{content:"\f443"}.fa-first-aid:before,.fa-kit-medical:before{content:"\f479"}.fa-person-through-window:before{content:"\e5a9"}.fa-toolbox:before{content:"\f552"}.fa-hands-holding-circle:before{content:"\e4fb"}.fa-bug:before{content:"\f188"}.fa-credit-card-alt:before,.fa-credit-card:before{content:"\f09d"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-hand-holding-hand:before{content:"\e4f7"}.fa-book-open-reader:before,.fa-book-reader:before{content:"\f5da"}.fa-mountain-sun:before{content:"\e52f"}.fa-arrows-left-right-to-line:before{content:"\e4ba"}.fa-dice-d20:before{content:"\f6cf"}.fa-truck-droplet:before{content:"\e58c"}.fa-file-circle-xmark:before{content:"\e5a1"}.fa-temperature-arrow-up:before,.fa-temperature-up:before{content:"\e040"}.fa-medal:before{content:"\f5a2"}.fa-bed:before{content:"\f236"}.fa-h-square:before,.fa-square-h:before{content:"\f0fd"}.fa-podcast:before{content:"\f2ce"}.fa-temperature-4:before,.fa-temperature-full:before,.fa-thermometer-4:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-bell:before{content:"\f0f3"}.fa-superscript:before{content:"\f12b"}.fa-plug-circle-xmark:before{content:"\e560"}.fa-star-of-life:before{content:"\f621"}.fa-phone-slash:before{content:"\f3dd"}.fa-paint-roller:before{content:"\f5aa"}.fa-hands-helping:before,.fa-handshake-angle:before{content:"\f4c4"}.fa-location-dot:before,.fa-map-marker-alt:before{content:"\f3c5"}.fa-file:before{content:"\f15b"}.fa-greater-than:before{content:"\3e"}.fa-person-swimming:before,.fa-swimmer:before{content:"\f5c4"}.fa-arrow-down:before{content:"\f063"}.fa-droplet:before,.fa-tint:before{content:"\f043"}.fa-eraser:before{content:"\f12d"}.fa-earth-america:before,.fa-earth-americas:before,.fa-earth:before,.fa-globe-americas:before{content:"\f57d"}.fa-person-burst:before{content:"\e53b"}.fa-dove:before{content:"\f4ba"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-socks:before{content:"\f696"}.fa-inbox:before{content:"\f01c"}.fa-section:before{content:"\e447"}.fa-gauge-high:before,.fa-tachometer-alt-fast:before,.fa-tachometer-alt:before{content:"\f625"}.fa-envelope-open-text:before{content:"\f658"}.fa-hospital-alt:before,.fa-hospital-wide:before,.fa-hospital:before{content:"\f0f8"}.fa-wine-bottle:before{content:"\f72f"}.fa-chess-rook:before{content:"\f447"}.fa-bars-staggered:before,.fa-reorder:before,.fa-stream:before{content:"\f550"}.fa-dharmachakra:before{content:"\f655"}.fa-hotdog:before{content:"\f80f"}.fa-blind:before,.fa-person-walking-with-cane:before{content:"\f29d"}.fa-drum:before{content:"\f569"}.fa-ice-cream:before{content:"\f810"}.fa-heart-circle-bolt:before{content:"\e4fc"}.fa-fax:before{content:"\f1ac"}.fa-paragraph:before{content:"\f1dd"}.fa-check-to-slot:before,.fa-vote-yea:before{content:"\f772"}.fa-star-half:before{content:"\f089"}.fa-boxes-alt:before,.fa-boxes-stacked:before,.fa-boxes:before{content:"\f468"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-assistive-listening-systems:before,.fa-ear-listen:before{content:"\f2a2"}.fa-tree-city:before{content:"\e587"}.fa-play:before{content:"\f04b"}.fa-font:before{content:"\f031"}.fa-rupiah-sign:before{content:"\e23d"}.fa-magnifying-glass:before,.fa-search:before{content:"\f002"}.fa-ping-pong-paddle-ball:before,.fa-table-tennis-paddle-ball:before,.fa-table-tennis:before{content:"\f45d"}.fa-diagnoses:before,.fa-person-dots-from-line:before{content:"\f470"}.fa-trash-can-arrow-up:before,.fa-trash-restore-alt:before{content:"\f82a"}.fa-naira-sign:before{content:"\e1f6"}.fa-cart-arrow-down:before{content:"\f218"}.fa-walkie-talkie:before{content:"\f8ef"}.fa-file-edit:before,.fa-file-pen:before{content:"\f31c"}.fa-receipt:before{content:"\f543"}.fa-pen-square:before,.fa-pencil-square:before,.fa-square-pen:before{content:"\f14b"}.fa-suitcase-rolling:before{content:"\f5c1"}.fa-person-circle-exclamation:before{content:"\e53f"}.fa-chevron-down:before{content:"\f078"}.fa-battery-5:before,.fa-battery-full:before,.fa-battery:before{content:"\f240"}.fa-skull-crossbones:before{content:"\f714"}.fa-code-compare:before{content:"\e13a"}.fa-list-dots:before,.fa-list-ul:before{content:"\f0ca"}.fa-school-lock:before{content:"\e56f"}.fa-tower-cell:before{content:"\e585"}.fa-down-long:before,.fa-long-arrow-alt-down:before{content:"\f309"}.fa-ranking-star:before{content:"\e561"}.fa-chess-king:before{content:"\f43f"}.fa-person-harassing:before{content:"\e549"}.fa-brazilian-real-sign:before{content:"\e46c"}.fa-landmark-alt:before,.fa-landmark-dome:before{content:"\f752"}.fa-arrow-up:before{content:"\f062"}.fa-television:before,.fa-tv-alt:before,.fa-tv:before{content:"\f26c"}.fa-shrimp:before{content:"\e448"}.fa-list-check:before,.fa-tasks:before{content:"\f0ae"}.fa-jug-detergent:before{content:"\e519"}.fa-circle-user:before,.fa-user-circle:before{content:"\f2bd"}.fa-user-shield:before{content:"\f505"}.fa-wind:before{content:"\f72e"}.fa-car-burst:before,.fa-car-crash:before{content:"\f5e1"}.fa-y:before{content:"\59"}.fa-person-snowboarding:before,.fa-snowboarding:before{content:"\f7ce"}.fa-shipping-fast:before,.fa-truck-fast:before{content:"\f48b"}.fa-fish:before{content:"\f578"}.fa-user-graduate:before{content:"\f501"}.fa-adjust:before,.fa-circle-half-stroke:before{content:"\f042"}.fa-clapperboard:before{content:"\e131"}.fa-circle-radiation:before,.fa-radiation-alt:before{content:"\f7ba"}.fa-baseball-ball:before,.fa-baseball:before{content:"\f433"}.fa-jet-fighter-up:before{content:"\e518"}.fa-diagram-project:before,.fa-project-diagram:before{content:"\f542"}.fa-copy:before{content:"\f0c5"}.fa-volume-mute:before,.fa-volume-times:before,.fa-volume-xmark:before{content:"\f6a9"}.fa-hand-sparkles:before{content:"\e05d"}.fa-grip-horizontal:before,.fa-grip:before{content:"\f58d"}.fa-share-from-square:before,.fa-share-square:before{content:"\f14d"}.fa-child-combatant:before,.fa-child-rifle:before{content:"\e4e0"}.fa-gun:before{content:"\e19b"}.fa-phone-square:before,.fa-square-phone:before{content:"\f098"}.fa-add:before,.fa-plus:before{content:"\2b"}.fa-expand:before{content:"\f065"}.fa-computer:before{content:"\e4e5"}.fa-close:before,.fa-multiply:before,.fa-remove:before,.fa-times:before,.fa-xmark:before{content:"\f00d"}.fa-arrows-up-down-left-right:before,.fa-arrows:before{content:"\f047"}.fa-chalkboard-teacher:before,.fa-chalkboard-user:before{content:"\f51c"}.fa-peso-sign:before{content:"\e222"}.fa-building-shield:before{content:"\e4d8"}.fa-baby:before{content:"\f77c"}.fa-users-line:before{content:"\e592"}.fa-quote-left-alt:before,.fa-quote-left:before{content:"\f10d"}.fa-tractor:before{content:"\f722"}.fa-trash-arrow-up:before,.fa-trash-restore:before{content:"\f829"}.fa-arrow-down-up-lock:before{content:"\e4b0"}.fa-lines-leaning:before{content:"\e51e"}.fa-ruler-combined:before{content:"\f546"}.fa-copyright:before{content:"\f1f9"}.fa-equals:before{content:"\3d"}.fa-blender:before{content:"\f517"}.fa-teeth:before{content:"\f62e"}.fa-ils:before,.fa-shekel-sign:before,.fa-shekel:before,.fa-sheqel-sign:before,.fa-sheqel:before{content:"\f20b"}.fa-map:before{content:"\f279"}.fa-rocket:before{content:"\f135"}.fa-photo-film:before,.fa-photo-video:before{content:"\f87c"}.fa-folder-minus:before{content:"\f65d"}.fa-store:before{content:"\f54e"}.fa-arrow-trend-up:before{content:"\e098"}.fa-plug-circle-minus:before{content:"\e55e"}.fa-sign-hanging:before,.fa-sign:before{content:"\f4d9"}.fa-bezier-curve:before{content:"\f55b"}.fa-bell-slash:before{content:"\f1f6"}.fa-tablet-android:before,.fa-tablet:before{content:"\f3fb"}.fa-school-flag:before{content:"\e56e"}.fa-fill:before{content:"\f575"}.fa-angle-up:before{content:"\f106"}.fa-drumstick-bite:before{content:"\f6d7"}.fa-holly-berry:before{content:"\f7aa"}.fa-chevron-left:before{content:"\f053"}.fa-bacteria:before{content:"\e059"}.fa-hand-lizard:before{content:"\f258"}.fa-notdef:before{content:"\e1fe"}.fa-disease:before{content:"\f7fa"}.fa-briefcase-medical:before{content:"\f469"}.fa-genderless:before{content:"\f22d"}.fa-chevron-right:before{content:"\f054"}.fa-retweet:before{content:"\f079"}.fa-car-alt:before,.fa-car-rear:before{content:"\f5de"}.fa-pump-soap:before{content:"\e06b"}.fa-video-slash:before{content:"\f4e2"}.fa-battery-2:before,.fa-battery-quarter:before{content:"\f243"}.fa-radio:before{content:"\f8d7"}.fa-baby-carriage:before,.fa-carriage-baby:before{content:"\f77d"}.fa-traffic-light:before{content:"\f637"}.fa-thermometer:before{content:"\f491"}.fa-vr-cardboard:before{content:"\f729"}.fa-hand-middle-finger:before{content:"\f806"}.fa-percent:before,.fa-percentage:before{content:"\25"}.fa-truck-moving:before{content:"\f4df"}.fa-glass-water-droplet:before{content:"\e4f5"}.fa-display:before{content:"\e163"}.fa-face-smile:before,.fa-smile:before{content:"\f118"}.fa-thumb-tack:before,.fa-thumbtack:before{content:"\f08d"}.fa-trophy:before{content:"\f091"}.fa-person-praying:before,.fa-pray:before{content:"\f683"}.fa-hammer:before{content:"\f6e3"}.fa-hand-peace:before{content:"\f25b"}.fa-rotate:before,.fa-sync-alt:before{content:"\f2f1"}.fa-spinner:before{content:"\f110"}.fa-robot:before{content:"\f544"}.fa-peace:before{content:"\f67c"}.fa-cogs:before,.fa-gears:before{content:"\f085"}.fa-warehouse:before{content:"\f494"}.fa-arrow-up-right-dots:before{content:"\e4b7"}.fa-splotch:before{content:"\f5bc"}.fa-face-grin-hearts:before,.fa-grin-hearts:before{content:"\f584"}.fa-dice-four:before{content:"\f524"}.fa-sim-card:before{content:"\f7c4"}.fa-transgender-alt:before,.fa-transgender:before{content:"\f225"}.fa-mercury:before{content:"\f223"}.fa-arrow-turn-down:before,.fa-level-down:before{content:"\f149"}.fa-person-falling-burst:before{content:"\e547"}.fa-award:before{content:"\f559"}.fa-ticket-alt:before,.fa-ticket-simple:before{content:"\f3ff"}.fa-building:before{content:"\f1ad"}.fa-angle-double-left:before,.fa-angles-left:before{content:"\f100"}.fa-qrcode:before{content:"\f029"}.fa-clock-rotate-left:before,.fa-history:before{content:"\f1da"}.fa-face-grin-beam-sweat:before,.fa-grin-beam-sweat:before{content:"\f583"}.fa-arrow-right-from-file:before,.fa-file-export:before{content:"\f56e"}.fa-shield-blank:before,.fa-shield:before{content:"\f132"}.fa-arrow-up-short-wide:before,.fa-sort-amount-up-alt:before{content:"\f885"}.fa-house-medical:before{content:"\e3b2"}.fa-golf-ball-tee:before,.fa-golf-ball:before{content:"\f450"}.fa-chevron-circle-left:before,.fa-circle-chevron-left:before{content:"\f137"}.fa-house-chimney-window:before{content:"\e00d"}.fa-pen-nib:before{content:"\f5ad"}.fa-tent-arrow-turn-left:before{content:"\e580"}.fa-tents:before{content:"\e582"}.fa-magic:before,.fa-wand-magic:before{content:"\f0d0"}.fa-dog:before{content:"\f6d3"}.fa-carrot:before{content:"\f787"}.fa-moon:before{content:"\f186"}.fa-wine-glass-alt:before,.fa-wine-glass-empty:before{content:"\f5ce"}.fa-cheese:before{content:"\f7ef"}.fa-yin-yang:before{content:"\f6ad"}.fa-music:before{content:"\f001"}.fa-code-commit:before{content:"\f386"}.fa-temperature-low:before{content:"\f76b"}.fa-biking:before,.fa-person-biking:before{content:"\f84a"}.fa-broom:before{content:"\f51a"}.fa-shield-heart:before{content:"\e574"}.fa-gopuram:before{content:"\f664"}.fa-earth-oceania:before,.fa-globe-oceania:before{content:"\e47b"}.fa-square-xmark:before,.fa-times-square:before,.fa-xmark-square:before{content:"\f2d3"}.fa-hashtag:before{content:"\23"}.fa-expand-alt:before,.fa-up-right-and-down-left-from-center:before{content:"\f424"}.fa-oil-can:before{content:"\f613"}.fa-t:before{content:"\54"}.fa-hippo:before{content:"\f6ed"}.fa-chart-column:before{content:"\e0e3"}.fa-infinity:before{content:"\f534"}.fa-vial-circle-check:before{content:"\e596"}.fa-person-arrow-down-to-line:before{content:"\e538"}.fa-voicemail:before{content:"\f897"}.fa-fan:before{content:"\f863"}.fa-person-walking-luggage:before{content:"\e554"}.fa-arrows-alt-v:before,.fa-up-down:before{content:"\f338"}.fa-cloud-moon-rain:before{content:"\f73c"}.fa-calendar:before{content:"\f133"}.fa-trailer:before{content:"\e041"}.fa-bahai:before,.fa-haykal:before{content:"\f666"}.fa-sd-card:before{content:"\f7c2"}.fa-dragon:before{content:"\f6d5"}.fa-shoe-prints:before{content:"\f54b"}.fa-circle-plus:before,.fa-plus-circle:before{content:"\f055"}.fa-face-grin-tongue-wink:before,.fa-grin-tongue-wink:before{content:"\f58b"}.fa-hand-holding:before{content:"\f4bd"}.fa-plug-circle-exclamation:before{content:"\e55d"}.fa-chain-broken:before,.fa-chain-slash:before,.fa-link-slash:before,.fa-unlink:before{content:"\f127"}.fa-clone:before{content:"\f24d"}.fa-person-walking-arrow-loop-left:before{content:"\e551"}.fa-arrow-up-z-a:before,.fa-sort-alpha-up-alt:before{content:"\f882"}.fa-fire-alt:before,.fa-fire-flame-curved:before{content:"\f7e4"}.fa-tornado:before{content:"\f76f"}.fa-file-circle-plus:before{content:"\e494"}.fa-book-quran:before,.fa-quran:before{content:"\f687"}.fa-anchor:before{content:"\f13d"}.fa-border-all:before{content:"\f84c"}.fa-angry:before,.fa-face-angry:before{content:"\f556"}.fa-cookie-bite:before{content:"\f564"}.fa-arrow-trend-down:before{content:"\e097"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-draw-polygon:before{content:"\f5ee"}.fa-balance-scale:before,.fa-scale-balanced:before{content:"\f24e"}.fa-gauge-simple-high:before,.fa-tachometer-fast:before,.fa-tachometer:before{content:"\f62a"}.fa-shower:before{content:"\f2cc"}.fa-desktop-alt:before,.fa-desktop:before{content:"\f390"}.fa-m:before{content:"\4d"}.fa-table-list:before,.fa-th-list:before{content:"\f00b"}.fa-comment-sms:before,.fa-sms:before{content:"\f7cd"}.fa-book:before{content:"\f02d"}.fa-user-plus:before{content:"\f234"}.fa-check:before{content:"\f00c"}.fa-battery-4:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-house-circle-check:before{content:"\e509"}.fa-angle-left:before{content:"\f104"}.fa-diagram-successor:before{content:"\e47a"}.fa-truck-arrow-right:before{content:"\e58b"}.fa-arrows-split-up-and-left:before{content:"\e4bc"}.fa-fist-raised:before,.fa-hand-fist:before{content:"\f6de"}.fa-cloud-moon:before{content:"\f6c3"}.fa-briefcase:before{content:"\f0b1"}.fa-person-falling:before{content:"\e546"}.fa-image-portrait:before,.fa-portrait:before{content:"\f3e0"}.fa-user-tag:before{content:"\f507"}.fa-rug:before{content:"\e569"}.fa-earth-europe:before,.fa-globe-europe:before{content:"\f7a2"}.fa-cart-flatbed-suitcase:before,.fa-luggage-cart:before{content:"\f59d"}.fa-rectangle-times:before,.fa-rectangle-xmark:before,.fa-times-rectangle:before,.fa-window-close:before{content:"\f410"}.fa-baht-sign:before{content:"\e0ac"}.fa-book-open:before{content:"\f518"}.fa-book-journal-whills:before,.fa-journal-whills:before{content:"\f66a"}.fa-handcuffs:before{content:"\e4f8"}.fa-exclamation-triangle:before,.fa-triangle-exclamation:before,.fa-warning:before{content:"\f071"}.fa-database:before{content:"\f1c0"}.fa-arrow-turn-right:before,.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-bottle-droplet:before{content:"\e4c4"}.fa-mask-face:before{content:"\e1d7"}.fa-hill-rockslide:before{content:"\e508"}.fa-exchange-alt:before,.fa-right-left:before{content:"\f362"}.fa-paper-plane:before{content:"\f1d8"}.fa-road-circle-exclamation:before{content:"\e565"}.fa-dungeon:before{content:"\f6d9"}.fa-align-right:before{content:"\f038"}.fa-money-bill-1-wave:before,.fa-money-bill-wave-alt:before{content:"\f53b"}.fa-life-ring:before{content:"\f1cd"}.fa-hands:before,.fa-sign-language:before,.fa-signing:before{content:"\f2a7"}.fa-calendar-day:before{content:"\f783"}.fa-ladder-water:before,.fa-swimming-pool:before,.fa-water-ladder:before{content:"\f5c5"}.fa-arrows-up-down:before,.fa-arrows-v:before{content:"\f07d"}.fa-face-grimace:before,.fa-grimace:before{content:"\f57f"}.fa-wheelchair-alt:before,.fa-wheelchair-move:before{content:"\e2ce"}.fa-level-down-alt:before,.fa-turn-down:before{content:"\f3be"}.fa-person-walking-arrow-right:before{content:"\e552"}.fa-envelope-square:before,.fa-square-envelope:before{content:"\f199"}.fa-dice:before{content:"\f522"}.fa-bowling-ball:before{content:"\f436"}.fa-brain:before{content:"\f5dc"}.fa-band-aid:before,.fa-bandage:before{content:"\f462"}.fa-calendar-minus:before{content:"\f272"}.fa-circle-xmark:before,.fa-times-circle:before,.fa-xmark-circle:before{content:"\f057"}.fa-gifts:before{content:"\f79c"}.fa-hotel:before{content:"\f594"}.fa-earth-asia:before,.fa-globe-asia:before{content:"\f57e"}.fa-id-card-alt:before,.fa-id-card-clip:before{content:"\f47f"}.fa-magnifying-glass-plus:before,.fa-search-plus:before{content:"\f00e"}.fa-thumbs-up:before{content:"\f164"}.fa-user-clock:before{content:"\f4fd"}.fa-allergies:before,.fa-hand-dots:before{content:"\f461"}.fa-file-invoice:before{content:"\f570"}.fa-window-minimize:before{content:"\f2d1"}.fa-coffee:before,.fa-mug-saucer:before{content:"\f0f4"}.fa-brush:before{content:"\f55d"}.fa-mask:before{content:"\f6fa"}.fa-magnifying-glass-minus:before,.fa-search-minus:before{content:"\f010"}.fa-ruler-vertical:before{content:"\f548"}.fa-user-alt:before,.fa-user-large:before{content:"\f406"}.fa-train-tram:before{content:"\e5b4"}.fa-user-nurse:before{content:"\f82f"}.fa-syringe:before{content:"\f48e"}.fa-cloud-sun:before{content:"\f6c4"}.fa-stopwatch-20:before{content:"\e06f"}.fa-square-full:before{content:"\f45c"}.fa-magnet:before{content:"\f076"}.fa-jar:before{content:"\e516"}.fa-note-sticky:before,.fa-sticky-note:before{content:"\f249"}.fa-bug-slash:before{content:"\e490"}.fa-arrow-up-from-water-pump:before{content:"\e4b6"}.fa-bone:before{content:"\f5d7"}.fa-user-injured:before{content:"\f728"}.fa-face-sad-tear:before,.fa-sad-tear:before{content:"\f5b4"}.fa-plane:before{content:"\f072"}.fa-tent-arrows-down:before{content:"\e581"}.fa-exclamation:before{content:"\21"}.fa-arrows-spin:before{content:"\e4bb"}.fa-print:before{content:"\f02f"}.fa-try:before,.fa-turkish-lira-sign:before,.fa-turkish-lira:before{content:"\e2bb"}.fa-dollar-sign:before,.fa-dollar:before,.fa-usd:before{content:"\24"}.fa-x:before{content:"\58"}.fa-magnifying-glass-dollar:before,.fa-search-dollar:before{content:"\f688"}.fa-users-cog:before,.fa-users-gear:before{content:"\f509"}.fa-person-military-pointing:before{content:"\e54a"}.fa-bank:before,.fa-building-columns:before,.fa-institution:before,.fa-museum:before,.fa-university:before{content:"\f19c"}.fa-umbrella:before{content:"\f0e9"}.fa-trowel:before{content:"\e589"}.fa-d:before{content:"\44"}.fa-stapler:before{content:"\e5af"}.fa-masks-theater:before,.fa-theater-masks:before{content:"\f630"}.fa-kip-sign:before{content:"\e1c4"}.fa-hand-point-left:before{content:"\f0a5"}.fa-handshake-alt:before,.fa-handshake-simple:before{content:"\f4c6"}.fa-fighter-jet:before,.fa-jet-fighter:before{content:"\f0fb"}.fa-share-alt-square:before,.fa-square-share-nodes:before{content:"\f1e1"}.fa-barcode:before{content:"\f02a"}.fa-plus-minus:before{content:"\e43c"}.fa-video-camera:before,.fa-video:before{content:"\f03d"}.fa-graduation-cap:before,.fa-mortar-board:before{content:"\f19d"}.fa-hand-holding-medical:before{content:"\e05c"}.fa-person-circle-check:before{content:"\e53e"}.fa-level-up-alt:before,.fa-turn-up:before{content:"\f3bf"}
.fa-sr-only,.fa-sr-only-focusable:not(:focus),.sr-only,.sr-only-focusable:not(:focus){position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}/*!
 * Font Awesome Free 6.4.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2023 Fonticons, Inc.
 */
:host,:root{--fa-style-family-brands:"Font Awesome 6 Brands";--fa-font-brands:normal 400 1em/1 "Font Awesome 6 Brands"}@font-face{font-family:"Font Awesome 6 Brands";font-style:normal;font-weight:400;font-display:swap;src:url(../../frontend/bluesky/bluesky_kalles_default/en_US/CertiProSolutions_Awma/webfonts/fa-brands-400.woff2) format("woff2"),url(../../frontend/bluesky/bluesky_kalles_default/en_US/CertiProSolutions_Awma/webfonts/fa-brands-400.ttf) format("truetype")}.fa-brands,.fab{font-weight:400}.fa-monero:before{content:"\f3d0"}.fa-hooli:before{content:"\f427"}.fa-yelp:before{content:"\f1e9"}.fa-cc-visa:before{content:"\f1f0"}.fa-lastfm:before{content:"\f202"}.fa-shopware:before{content:"\f5b5"}.fa-creative-commons-nc:before{content:"\f4e8"}.fa-aws:before{content:"\f375"}.fa-redhat:before{content:"\f7bc"}.fa-yoast:before{content:"\f2b1"}.fa-cloudflare:before{content:"\e07d"}.fa-ups:before{content:"\f7e0"}.fa-wpexplorer:before{content:"\f2de"}.fa-dyalog:before{content:"\f399"}.fa-bity:before{content:"\f37a"}.fa-stackpath:before{content:"\f842"}.fa-buysellads:before{content:"\f20d"}.fa-first-order:before{content:"\f2b0"}.fa-modx:before{content:"\f285"}.fa-guilded:before{content:"\e07e"}.fa-vnv:before{content:"\f40b"}.fa-js-square:before,.fa-square-js:before{content:"\f3b9"}.fa-microsoft:before{content:"\f3ca"}.fa-qq:before{content:"\f1d6"}.fa-orcid:before{content:"\f8d2"}.fa-java:before{content:"\f4e4"}.fa-invision:before{content:"\f7b0"}.fa-creative-commons-pd-alt:before{content:"\f4ed"}.fa-centercode:before{content:"\f380"}.fa-glide-g:before{content:"\f2a6"}.fa-drupal:before{content:"\f1a9"}.fa-hire-a-helper:before{content:"\f3b0"}.fa-creative-commons-by:before{content:"\f4e7"}.fa-unity:before{content:"\e049"}.fa-whmcs:before{content:"\f40d"}.fa-rocketchat:before{content:"\f3e8"}.fa-vk:before{content:"\f189"}.fa-untappd:before{content:"\f405"}.fa-mailchimp:before{content:"\f59e"}.fa-css3-alt:before{content:"\f38b"}.fa-reddit-square:before,.fa-square-reddit:before{content:"\f1a2"}.fa-vimeo-v:before{content:"\f27d"}.fa-contao:before{content:"\f26d"}.fa-square-font-awesome:before{content:"\e5ad"}.fa-deskpro:before{content:"\f38f"}.fa-sistrix:before{content:"\f3ee"}.fa-instagram-square:before,.fa-square-instagram:before{content:"\e055"}.fa-battle-net:before{content:"\f835"}.fa-the-red-yeti:before{content:"\f69d"}.fa-hacker-news-square:before,.fa-square-hacker-news:before{content:"\f3af"}.fa-edge:before{content:"\f282"}.fa-threads:before{content:"\e618"}.fa-napster:before{content:"\f3d2"}.fa-snapchat-square:before,.fa-square-snapchat:before{content:"\f2ad"}.fa-google-plus-g:before{content:"\f0d5"}.fa-artstation:before{content:"\f77a"}.fa-markdown:before{content:"\f60f"}.fa-sourcetree:before{content:"\f7d3"}.fa-google-plus:before{content:"\f2b3"}.fa-diaspora:before{content:"\f791"}.fa-foursquare:before{content:"\f180"}.fa-stack-overflow:before{content:"\f16c"}.fa-github-alt:before{content:"\f113"}.fa-phoenix-squadron:before{content:"\f511"}.fa-pagelines:before{content:"\f18c"}.fa-algolia:before{content:"\f36c"}.fa-red-river:before{content:"\f3e3"}.fa-creative-commons-sa:before{content:"\f4ef"}.fa-safari:before{content:"\f267"}.fa-google:before{content:"\f1a0"}.fa-font-awesome-alt:before,.fa-square-font-awesome-stroke:before{content:"\f35c"}.fa-atlassian:before{content:"\f77b"}.fa-linkedin-in:before{content:"\f0e1"}.fa-digital-ocean:before{content:"\f391"}.fa-nimblr:before{content:"\f5a8"}.fa-chromecast:before{content:"\f838"}.fa-evernote:before{content:"\f839"}.fa-hacker-news:before{content:"\f1d4"}.fa-creative-commons-sampling:before{content:"\f4f0"}.fa-adversal:before{content:"\f36a"}.fa-creative-commons:before{content:"\f25e"}.fa-watchman-monitoring:before{content:"\e087"}.fa-fonticons:before{content:"\f280"}.fa-weixin:before{content:"\f1d7"}.fa-shirtsinbulk:before{content:"\f214"}.fa-codepen:before{content:"\f1cb"}.fa-git-alt:before{content:"\f841"}.fa-lyft:before{content:"\f3c3"}.fa-rev:before{content:"\f5b2"}.fa-windows:before{content:"\f17a"}.fa-wizards-of-the-coast:before{content:"\f730"}.fa-square-viadeo:before,.fa-viadeo-square:before{content:"\f2aa"}.fa-meetup:before{content:"\f2e0"}.fa-centos:before{content:"\f789"}.fa-adn:before{content:"\f170"}.fa-cloudsmith:before{content:"\f384"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-dribbble-square:before,.fa-square-dribbble:before{content:"\f397"}.fa-codiepie:before{content:"\f284"}.fa-node:before{content:"\f419"}.fa-mix:before{content:"\f3cb"}.fa-steam:before{content:"\f1b6"}.fa-cc-apple-pay:before{content:"\f416"}.fa-scribd:before{content:"\f28a"}.fa-debian:before{content:"\e60b"}.fa-openid:before{content:"\f19b"}.fa-instalod:before{content:"\e081"}.fa-expeditedssl:before{content:"\f23e"}.fa-sellcast:before{content:"\f2da"}.fa-square-twitter:before,.fa-twitter-square:before{content:"\f081"}.fa-r-project:before{content:"\f4f7"}.fa-delicious:before{content:"\f1a5"}.fa-freebsd:before{content:"\f3a4"}.fa-vuejs:before{content:"\f41f"}.fa-accusoft:before{content:"\f369"}.fa-ioxhost:before{content:"\f208"}.fa-fonticons-fi:before{content:"\f3a2"}.fa-app-store:before{content:"\f36f"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-itunes-note:before{content:"\f3b5"}.fa-golang:before{content:"\e40f"}.fa-kickstarter:before{content:"\f3bb"}.fa-grav:before{content:"\f2d6"}.fa-weibo:before{content:"\f18a"}.fa-uncharted:before{content:"\e084"}.fa-firstdraft:before{content:"\f3a1"}.fa-square-youtube:before,.fa-youtube-square:before{content:"\f431"}.fa-wikipedia-w:before{content:"\f266"}.fa-rendact:before,.fa-wpressr:before{content:"\f3e4"}.fa-angellist:before{content:"\f209"}.fa-galactic-republic:before{content:"\f50c"}.fa-nfc-directional:before{content:"\e530"}.fa-skype:before{content:"\f17e"}.fa-joget:before{content:"\f3b7"}.fa-fedora:before{content:"\f798"}.fa-stripe-s:before{content:"\f42a"}.fa-meta:before{content:"\e49b"}.fa-laravel:before{content:"\f3bd"}.fa-hotjar:before{content:"\f3b1"}.fa-bluetooth-b:before{content:"\f294"}.fa-sticker-mule:before{content:"\f3f7"}.fa-creative-commons-zero:before{content:"\f4f3"}.fa-hips:before{content:"\f452"}.fa-behance:before{content:"\f1b4"}.fa-reddit:before{content:"\f1a1"}.fa-discord:before{content:"\f392"}.fa-chrome:before{content:"\f268"}.fa-app-store-ios:before{content:"\f370"}.fa-cc-discover:before{content:"\f1f2"}.fa-wpbeginner:before{content:"\f297"}.fa-confluence:before{content:"\f78d"}.fa-mdb:before{content:"\f8ca"}.fa-dochub:before{content:"\f394"}.fa-accessible-icon:before{content:"\f368"}.fa-ebay:before{content:"\f4f4"}.fa-amazon:before{content:"\f270"}.fa-unsplash:before{content:"\e07c"}.fa-yarn:before{content:"\f7e3"}.fa-square-steam:before,.fa-steam-square:before{content:"\f1b7"}.fa-500px:before{content:"\f26e"}.fa-square-vimeo:before,.fa-vimeo-square:before{content:"\f194"}.fa-asymmetrik:before{content:"\f372"}.fa-font-awesome-flag:before,.fa-font-awesome-logo-full:before,.fa-font-awesome:before{content:"\f2b4"}.fa-gratipay:before{content:"\f184"}.fa-apple:before{content:"\f179"}.fa-hive:before{content:"\e07f"}.fa-gitkraken:before{content:"\f3a6"}.fa-keybase:before{content:"\f4f5"}.fa-apple-pay:before{content:"\f415"}.fa-padlet:before{content:"\e4a0"}.fa-amazon-pay:before{content:"\f42c"}.fa-github-square:before,.fa-square-github:before{content:"\f092"}.fa-stumbleupon:before{content:"\f1a4"}.fa-fedex:before{content:"\f797"}.fa-phoenix-framework:before{content:"\f3dc"}.fa-shopify:before{content:"\e057"}.fa-neos:before{content:"\f612"}.fa-square-threads:before{content:"\e619"}.fa-hackerrank:before{content:"\f5f7"}.fa-researchgate:before{content:"\f4f8"}.fa-swift:before{content:"\f8e1"}.fa-angular:before{content:"\f420"}.fa-speakap:before{content:"\f3f3"}.fa-angrycreative:before{content:"\f36e"}.fa-y-combinator:before{content:"\f23b"}.fa-empire:before{content:"\f1d1"}.fa-envira:before{content:"\f299"}.fa-gitlab-square:before,.fa-square-gitlab:before{content:"\e5ae"}.fa-studiovinari:before{content:"\f3f8"}.fa-pied-piper:before{content:"\f2ae"}.fa-wordpress:before{content:"\f19a"}.fa-product-hunt:before{content:"\f288"}.fa-firefox:before{content:"\f269"}.fa-linode:before{content:"\f2b8"}.fa-goodreads:before{content:"\f3a8"}.fa-odnoklassniki-square:before,.fa-square-odnoklassniki:before{content:"\f264"}.fa-jsfiddle:before{content:"\f1cc"}.fa-sith:before{content:"\f512"}.fa-themeisle:before{content:"\f2b2"}.fa-page4:before{content:"\f3d7"}.fa-hashnode:before{content:"\e499"}.fa-react:before{content:"\f41b"}.fa-cc-paypal:before{content:"\f1f4"}.fa-squarespace:before{content:"\f5be"}.fa-cc-stripe:before{content:"\f1f5"}.fa-creative-commons-share:before{content:"\f4f2"}.fa-bitcoin:before{content:"\f379"}.fa-keycdn:before{content:"\f3ba"}.fa-opera:before{content:"\f26a"}.fa-itch-io:before{content:"\f83a"}.fa-umbraco:before{content:"\f8e8"}.fa-galactic-senate:before{content:"\f50d"}.fa-ubuntu:before{content:"\f7df"}.fa-draft2digital:before{content:"\f396"}.fa-stripe:before{content:"\f429"}.fa-houzz:before{content:"\f27c"}.fa-gg:before{content:"\f260"}.fa-dhl:before{content:"\f790"}.fa-pinterest-square:before,.fa-square-pinterest:before{content:"\f0d3"}.fa-xing:before{content:"\f168"}.fa-blackberry:before{content:"\f37b"}.fa-creative-commons-pd:before{content:"\f4ec"}.fa-playstation:before{content:"\f3df"}.fa-quinscape:before{content:"\f459"}.fa-less:before{content:"\f41d"}.fa-blogger-b:before{content:"\f37d"}.fa-opencart:before{content:"\f23d"}.fa-vine:before{content:"\f1ca"}.fa-paypal:before{content:"\f1ed"}.fa-gitlab:before{content:"\f296"}.fa-typo3:before{content:"\f42b"}.fa-reddit-alien:before{content:"\f281"}.fa-yahoo:before{content:"\f19e"}.fa-dailymotion:before{content:"\e052"}.fa-affiliatetheme:before{content:"\f36b"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-bootstrap:before{content:"\f836"}.fa-odnoklassniki:before{content:"\f263"}.fa-nfc-symbol:before{content:"\e531"}.fa-ethereum:before{content:"\f42e"}.fa-speaker-deck:before{content:"\f83c"}.fa-creative-commons-nc-eu:before{content:"\f4e9"}.fa-patreon:before{content:"\f3d9"}.fa-avianex:before{content:"\f374"}.fa-ello:before{content:"\f5f1"}.fa-gofore:before{content:"\f3a7"}.fa-bimobject:before{content:"\f378"}.fa-facebook-f:before{content:"\f39e"}.fa-google-plus-square:before,.fa-square-google-plus:before{content:"\f0d4"}.fa-mandalorian:before{content:"\f50f"}.fa-first-order-alt:before{content:"\f50a"}.fa-osi:before{content:"\f41a"}.fa-google-wallet:before{content:"\f1ee"}.fa-d-and-d-beyond:before{content:"\f6ca"}.fa-periscope:before{content:"\f3da"}.fa-fulcrum:before{content:"\f50b"}.fa-cloudscale:before{content:"\f383"}.fa-forumbee:before{content:"\f211"}.fa-mizuni:before{content:"\f3cc"}.fa-schlix:before{content:"\f3ea"}.fa-square-xing:before,.fa-xing-square:before{content:"\f169"}.fa-bandcamp:before{content:"\f2d5"}.fa-wpforms:before{content:"\f298"}.fa-cloudversify:before{content:"\f385"}.fa-usps:before{content:"\f7e1"}.fa-megaport:before{content:"\f5a3"}.fa-magento:before{content:"\f3c4"}.fa-spotify:before{content:"\f1bc"}.fa-optin-monster:before{content:"\f23c"}.fa-fly:before{content:"\f417"}.fa-aviato:before{content:"\f421"}.fa-itunes:before{content:"\f3b4"}.fa-cuttlefish:before{content:"\f38c"}.fa-blogger:before{content:"\f37c"}.fa-flickr:before{content:"\f16e"}.fa-viber:before{content:"\f409"}.fa-soundcloud:before{content:"\f1be"}.fa-digg:before{content:"\f1a6"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-symfony:before{content:"\f83d"}.fa-maxcdn:before{content:"\f136"}.fa-etsy:before{content:"\f2d7"}.fa-facebook-messenger:before{content:"\f39f"}.fa-audible:before{content:"\f373"}.fa-think-peaks:before{content:"\f731"}.fa-bilibili:before{content:"\e3d9"}.fa-erlang:before{content:"\f39d"}.fa-x-twitter:before{content:"\e61b"}.fa-cotton-bureau:before{content:"\f89e"}.fa-dashcube:before{content:"\f210"}.fa-42-group:before,.fa-innosoft:before{content:"\e080"}.fa-stack-exchange:before{content:"\f18d"}.fa-elementor:before{content:"\f430"}.fa-pied-piper-square:before,.fa-square-pied-piper:before{content:"\e01e"}.fa-creative-commons-nd:before{content:"\f4eb"}.fa-palfed:before{content:"\f3d8"}.fa-superpowers:before{content:"\f2dd"}.fa-resolving:before{content:"\f3e7"}.fa-xbox:before{content:"\f412"}.fa-searchengin:before{content:"\f3eb"}.fa-tiktok:before{content:"\e07b"}.fa-facebook-square:before,.fa-square-facebook:before{content:"\f082"}.fa-renren:before{content:"\f18b"}.fa-linux:before{content:"\f17c"}.fa-glide:before{content:"\f2a5"}.fa-linkedin:before{content:"\f08c"}.fa-hubspot:before{content:"\f3b2"}.fa-deploydog:before{content:"\f38e"}.fa-twitch:before{content:"\f1e8"}.fa-ravelry:before{content:"\f2d9"}.fa-mixer:before{content:"\e056"}.fa-lastfm-square:before,.fa-square-lastfm:before{content:"\f203"}.fa-vimeo:before{content:"\f40a"}.fa-mendeley:before{content:"\f7b3"}.fa-uniregistry:before{content:"\f404"}.fa-figma:before{content:"\f799"}.fa-creative-commons-remix:before{content:"\f4ee"}.fa-cc-amazon-pay:before{content:"\f42d"}.fa-dropbox:before{content:"\f16b"}.fa-instagram:before{content:"\f16d"}.fa-cmplid:before{content:"\e360"}.fa-facebook:before{content:"\f09a"}.fa-gripfire:before{content:"\f3ac"}.fa-jedi-order:before{content:"\f50e"}.fa-uikit:before{content:"\f403"}.fa-fort-awesome-alt:before{content:"\f3a3"}.fa-phabricator:before{content:"\f3db"}.fa-ussunnah:before{content:"\f407"}.fa-earlybirds:before{content:"\f39a"}.fa-trade-federation:before{content:"\f513"}.fa-autoprefixer:before{content:"\f41c"}.fa-whatsapp:before{content:"\f232"}.fa-slideshare:before{content:"\f1e7"}.fa-google-play:before{content:"\f3ab"}.fa-viadeo:before{content:"\f2a9"}.fa-line:before{content:"\f3c0"}.fa-google-drive:before{content:"\f3aa"}.fa-servicestack:before{content:"\f3ec"}.fa-simplybuilt:before{content:"\f215"}.fa-bitbucket:before{content:"\f171"}.fa-imdb:before{content:"\f2d8"}.fa-deezer:before{content:"\e077"}.fa-raspberry-pi:before{content:"\f7bb"}.fa-jira:before{content:"\f7b1"}.fa-docker:before{content:"\f395"}.fa-screenpal:before{content:"\e570"}.fa-bluetooth:before{content:"\f293"}.fa-gitter:before{content:"\f426"}.fa-d-and-d:before{content:"\f38d"}.fa-microblog:before{content:"\e01a"}.fa-cc-diners-club:before{content:"\f24c"}.fa-gg-circle:before{content:"\f261"}.fa-pied-piper-hat:before{content:"\f4e5"}.fa-kickstarter-k:before{content:"\f3bc"}.fa-yandex:before{content:"\f413"}.fa-readme:before{content:"\f4d5"}.fa-html5:before{content:"\f13b"}.fa-sellsy:before{content:"\f213"}.fa-sass:before{content:"\f41e"}.fa-wirsindhandwerk:before,.fa-wsh:before{content:"\e2d0"}.fa-buromobelexperte:before{content:"\f37f"}.fa-salesforce:before{content:"\f83b"}.fa-octopus-deploy:before{content:"\e082"}.fa-medapps:before{content:"\f3c6"}.fa-ns8:before{content:"\f3d5"}.fa-pinterest-p:before{content:"\f231"}.fa-apper:before{content:"\f371"}.fa-fort-awesome:before{content:"\f286"}.fa-waze:before{content:"\f83f"}.fa-cc-jcb:before{content:"\f24b"}.fa-snapchat-ghost:before,.fa-snapchat:before{content:"\f2ab"}.fa-fantasy-flight-games:before{content:"\f6dc"}.fa-rust:before{content:"\e07a"}.fa-wix:before{content:"\f5cf"}.fa-behance-square:before,.fa-square-behance:before{content:"\f1b5"}.fa-supple:before{content:"\f3f9"}.fa-rebel:before{content:"\f1d0"}.fa-css3:before{content:"\f13c"}.fa-staylinked:before{content:"\f3f5"}.fa-kaggle:before{content:"\f5fa"}.fa-space-awesome:before{content:"\e5ac"}.fa-deviantart:before{content:"\f1bd"}.fa-cpanel:before{content:"\f388"}.fa-goodreads-g:before{content:"\f3a9"}.fa-git-square:before,.fa-square-git:before{content:"\f1d2"}.fa-square-tumblr:before,.fa-tumblr-square:before{content:"\f174"}.fa-trello:before{content:"\f181"}.fa-creative-commons-nc-jp:before{content:"\f4ea"}.fa-get-pocket:before{content:"\f265"}.fa-perbyte:before{content:"\e083"}.fa-grunt:before{content:"\f3ad"}.fa-weebly:before{content:"\f5cc"}.fa-connectdevelop:before{content:"\f20e"}.fa-leanpub:before{content:"\f212"}.fa-black-tie:before{content:"\f27e"}.fa-themeco:before{content:"\f5c6"}.fa-python:before{content:"\f3e2"}.fa-android:before{content:"\f17b"}.fa-bots:before{content:"\e340"}.fa-free-code-camp:before{content:"\f2c5"}.fa-hornbill:before{content:"\f592"}.fa-js:before{content:"\f3b8"}.fa-ideal:before{content:"\e013"}.fa-git:before{content:"\f1d3"}.fa-dev:before{content:"\f6cc"}.fa-sketch:before{content:"\f7c6"}.fa-yandex-international:before{content:"\f414"}.fa-cc-amex:before{content:"\f1f3"}.fa-uber:before{content:"\f402"}.fa-github:before{content:"\f09b"}.fa-php:before{content:"\f457"}.fa-alipay:before{content:"\f642"}.fa-youtube:before{content:"\f167"}.fa-skyatlas:before{content:"\f216"}.fa-firefox-browser:before{content:"\e007"}.fa-replyd:before{content:"\f3e6"}.fa-suse:before{content:"\f7d6"}.fa-jenkins:before{content:"\f3b6"}.fa-twitter:before{content:"\f099"}.fa-rockrms:before{content:"\f3e9"}.fa-pinterest:before{content:"\f0d2"}.fa-buffer:before{content:"\f837"}.fa-npm:before{content:"\f3d4"}.fa-yammer:before{content:"\f840"}.fa-btc:before{content:"\f15a"}.fa-dribbble:before{content:"\f17d"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-internet-explorer:before{content:"\f26b"}.fa-stubber:before{content:"\e5c7"}.fa-telegram-plane:before,.fa-telegram:before{content:"\f2c6"}.fa-old-republic:before{content:"\f510"}.fa-odysee:before{content:"\e5c6"}.fa-square-whatsapp:before,.fa-whatsapp-square:before{content:"\f40c"}.fa-node-js:before{content:"\f3d3"}.fa-edge-legacy:before{content:"\e078"}.fa-slack-hash:before,.fa-slack:before{content:"\f198"}.fa-medrt:before{content:"\f3c8"}.fa-usb:before{content:"\f287"}.fa-tumblr:before{content:"\f173"}.fa-vaadin:before{content:"\f408"}.fa-quora:before{content:"\f2c4"}.fa-square-x-twitter:before{content:"\e61a"}.fa-reacteurope:before{content:"\f75d"}.fa-medium-m:before,.fa-medium:before{content:"\f23a"}.fa-amilia:before{content:"\f36d"}.fa-mixcloud:before{content:"\f289"}.fa-flipboard:before{content:"\f44d"}.fa-viacoin:before{content:"\f237"}.fa-critical-role:before{content:"\f6c9"}.fa-sitrox:before{content:"\e44a"}.fa-discourse:before{content:"\f393"}.fa-joomla:before{content:"\f1aa"}.fa-mastodon:before{content:"\f4f6"}.fa-airbnb:before{content:"\f834"}.fa-wolf-pack-battalion:before{content:"\f514"}.fa-buy-n-large:before{content:"\f8a6"}.fa-gulp:before{content:"\f3ae"}.fa-creative-commons-sampling-plus:before{content:"\f4f1"}.fa-strava:before{content:"\f428"}.fa-ember:before{content:"\f423"}.fa-canadian-maple-leaf:before{content:"\f785"}.fa-teamspeak:before{content:"\f4f9"}.fa-pushed:before{content:"\f3e1"}.fa-wordpress-simple:before{content:"\f411"}.fa-nutritionix:before{content:"\f3d6"}.fa-wodu:before{content:"\e088"}.fa-google-pay:before{content:"\e079"}.fa-intercom:before{content:"\f7af"}.fa-zhihu:before{content:"\f63f"}.fa-korvue:before{content:"\f42f"}.fa-pix:before{content:"\e43a"}.fa-steam-symbol:before{content:"\f3f6"}/*!
 * Font Awesome Free 6.4.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2023 Fonticons, Inc.
 */
:host,:root{--fa-style-family-classic:"Font Awesome 6 Free";--fa-font-solid:normal 900 1em/1 "Font Awesome 6 Free"}@font-face{font-family:"Font Awesome 6 Free";font-style:normal;font-weight:900;font-display:swap;src:url(../../frontend/bluesky/bluesky_kalles_default/en_US/CertiProSolutions_Awma/webfonts/fa-solid-900.woff2) format("woff2"),url(../../frontend/bluesky/bluesky_kalles_default/en_US/CertiProSolutions_Awma/webfonts/fa-solid-900.ttf) format("truetype")}.fa-solid,.fas{font-weight:900}/*!
 * Font Awesome Free 6.4.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2023 Fonticons, Inc.
 */
@font-face{font-family:"FontAwesome";font-display:swap;src:url(../../frontend/bluesky/bluesky_kalles_default/en_US/CertiProSolutions_Awma/webfonts/fa-solid-900.woff2) format("woff2"),url(../../frontend/bluesky/bluesky_kalles_default/en_US/CertiProSolutions_Awma/webfonts/fa-solid-900.ttf) format("truetype")}@font-face{font-family:"FontAwesome";font-display:swap;src:url(../../frontend/bluesky/bluesky_kalles_default/en_US/CertiProSolutions_Awma/webfonts/fa-brands-400.woff2) format("woff2"),url(../../frontend/bluesky/bluesky_kalles_default/en_US/CertiProSolutions_Awma/webfonts/fa-brands-400.ttf) format("truetype")}@font-face{font-family:"FontAwesome";font-display:swap;src:url(../../frontend/bluesky/bluesky_kalles_default/en_US/CertiProSolutions_Awma/webfonts/fa-regular-400.woff2) format("woff2"),url(../../frontend/bluesky/bluesky_kalles_default/en_US/CertiProSolutions_Awma/webfonts/fa-regular-400.ttf) format("truetype");unicode-range:u+f003,u+f006,u+f014,u+f016-f017,u+f01a-f01b,u+f01d,u+f022,u+f03e,u+f044,u+f046,u+f05c-f05d,u+f06e,u+f070,u+f087-f088,u+f08a,u+f094,u+f096-f097,u+f09d,u+f0a0,u+f0a2,u+f0a4-f0a7,u+f0c5,u+f0c7,u+f0e5-f0e6,u+f0eb,u+f0f6-f0f8,u+f10c,u+f114-f115,u+f118-f11a,u+f11c-f11d,u+f133,u+f147,u+f14e,u+f150-f152,u+f185-f186,u+f18e,u+f190-f192,u+f196,u+f1c1-f1c9,u+f1d9,u+f1db,u+f1e3,u+f1ea,u+f1f7,u+f1f9,u+f20a,u+f247-f248,u+f24a,u+f24d,u+f255-f25b,u+f25d,u+f271-f274,u+f278,u+f27b,u+f28c,u+f28e,u+f29c,u+f2b5,u+f2b7,u+f2ba,u+f2bc,u+f2be,u+f2c0-f2c1,u+f2c3,u+f2d0,u+f2d2,u+f2d4,u+f2dc}@font-face{font-family:"FontAwesome";font-display:swap;src:url(../../frontend/bluesky/bluesky_kalles_default/en_US/CertiProSolutions_Awma/webfonts/fa-v4compatibility.woff2) format("woff2"),url(../../frontend/bluesky/bluesky_kalles_default/en_US/CertiProSolutions_Awma/webfonts/fa-v4compatibility.ttf) format("truetype");unicode-range:u+f041,u+f047,u+f065-f066,u+f07d-f07e,u+f080,u+f08b,u+f08e,u+f090,u+f09a,u+f0ac,u+f0ae,u+f0b2,u+f0d0,u+f0d6,u+f0e4,u+f0ec,u+f10a-f10b,u+f123,u+f13e,u+f148-f149,u+f14c,u+f156,u+f15e,u+f160-f161,u+f163,u+f175-f178,u+f195,u+f1f8,u+f219,u+f27a}/*!
 * Font Awesome Free 6.4.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2023 Fonticons, Inc.
 */
@font-face{font-family:"Font Awesome 5 Brands";font-display:swap;font-weight:400;src:url(../../frontend/bluesky/bluesky_kalles_default/en_US/CertiProSolutions_Awma/webfonts/fa-brands-400.woff2) format("woff2"),url(../../frontend/bluesky/bluesky_kalles_default/en_US/CertiProSolutions_Awma/webfonts/fa-brands-400.ttf) format("truetype")}@font-face{font-family:"Font Awesome 5 Free";font-display:swap;font-weight:900;src:url(../../frontend/bluesky/bluesky_kalles_default/en_US/CertiProSolutions_Awma/webfonts/fa-solid-900.woff2) format("woff2"),url(../../frontend/bluesky/bluesky_kalles_default/en_US/CertiProSolutions_Awma/webfonts/fa-solid-900.ttf) format("truetype")}@font-face{font-family:"Font Awesome 5 Free";font-display:swap;font-weight:400;src:url(../../frontend/bluesky/bluesky_kalles_default/en_US/CertiProSolutions_Awma/webfonts/fa-regular-400.woff2) format("woff2"),url(../../frontend/bluesky/bluesky_kalles_default/en_US/CertiProSolutions_Awma/webfonts/fa-regular-400.ttf) format("truetype")}/*!
 * Font Awesome Free 6.4.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2023 Fonticons, Inc.
 */
.fa.fa-glass:before{content:"\f000"}.fa.fa-envelope-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-envelope-o:before{content:"\f0e0"}.fa.fa-star-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-star-o:before{content:"\f005"}.fa.fa-close:before,.fa.fa-remove:before{content:"\f00d"}.fa.fa-gear:before{content:"\f013"}.fa.fa-trash-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-trash-o:before{content:"\f2ed"}.fa.fa-home:before{content:"\f015"}.fa.fa-file-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-file-o:before{content:"\f15b"}.fa.fa-clock-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-clock-o:before{content:"\f017"}.fa.fa-arrow-circle-o-down{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-arrow-circle-o-down:before{content:"\f358"}.fa.fa-arrow-circle-o-up{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-arrow-circle-o-up:before{content:"\f35b"}.fa.fa-play-circle-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-play-circle-o:before{content:"\f144"}.fa.fa-repeat:before,.fa.fa-rotate-right:before{content:"\f01e"}.fa.fa-refresh:before{content:"\f021"}.fa.fa-list-alt{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-list-alt:before{content:"\f022"}.fa.fa-dedent:before{content:"\f03b"}.fa.fa-video-camera:before{content:"\f03d"}.fa.fa-picture-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-picture-o:before{content:"\f03e"}.fa.fa-photo{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-photo:before{content:"\f03e"}.fa.fa-image{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-image:before{content:"\f03e"}.fa.fa-map-marker:before{content:"\f3c5"}.fa.fa-pencil-square-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-pencil-square-o:before{content:"\f044"}.fa.fa-edit{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-edit:before{content:"\f044"}.fa.fa-share-square-o:before{content:"\f14d"}.fa.fa-check-square-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-check-square-o:before{content:"\f14a"}.fa.fa-arrows:before{content:"\f0b2"}.fa.fa-times-circle-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-times-circle-o:before{content:"\f057"}.fa.fa-check-circle-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-check-circle-o:before{content:"\f058"}.fa.fa-mail-forward:before{content:"\f064"}.fa.fa-expand:before{content:"\f424"}.fa.fa-compress:before{content:"\f422"}.fa.fa-eye,.fa.fa-eye-slash{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-warning:before{content:"\f071"}.fa.fa-calendar:before{content:"\f073"}.fa.fa-arrows-v:before{content:"\f338"}.fa.fa-arrows-h:before{content:"\f337"}.fa.fa-bar-chart-o:before,.fa.fa-bar-chart:before{content:"\e0e3"}.fa.fa-twitter-square{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-twitter-square:before{content:"\f081"}.fa.fa-facebook-square{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-facebook-square:before{content:"\f082"}.fa.fa-gears:before{content:"\f085"}.fa.fa-thumbs-o-up{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-thumbs-o-up:before{content:"\f164"}.fa.fa-thumbs-o-down{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-thumbs-o-down:before{content:"\f165"}.fa.fa-heart-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-heart-o:before{content:"\f004"}.fa.fa-sign-out:before{content:"\f2f5"}.fa.fa-linkedin-square{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-linkedin-square:before{content:"\f08c"}.fa.fa-thumb-tack:before{content:"\f08d"}.fa.fa-external-link:before{content:"\f35d"}.fa.fa-sign-in:before{content:"\f2f6"}.fa.fa-github-square{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-github-square:before{content:"\f092"}.fa.fa-lemon-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-lemon-o:before{content:"\f094"}.fa.fa-square-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-square-o:before{content:"\f0c8"}.fa.fa-bookmark-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-bookmark-o:before{content:"\f02e"}.fa.fa-facebook,.fa.fa-twitter{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-facebook:before{content:"\f39e"}.fa.fa-facebook-f{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-facebook-f:before{content:"\f39e"}.fa.fa-github{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-credit-card{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-feed:before{content:"\f09e"}.fa.fa-hdd-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-hdd-o:before{content:"\f0a0"}.fa.fa-hand-o-right{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-hand-o-right:before{content:"\f0a4"}.fa.fa-hand-o-left{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-hand-o-left:before{content:"\f0a5"}.fa.fa-hand-o-up{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-hand-o-up:before{content:"\f0a6"}.fa.fa-hand-o-down{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-hand-o-down:before{content:"\f0a7"}.fa.fa-globe:before{content:"\f57d"}.fa.fa-tasks:before{content:"\f828"}.fa.fa-arrows-alt:before{content:"\f31e"}.fa.fa-group:before{content:"\f0c0"}.fa.fa-chain:before{content:"\f0c1"}.fa.fa-cut:before{content:"\f0c4"}.fa.fa-files-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-files-o:before{content:"\f0c5"}.fa.fa-floppy-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-floppy-o:before{content:"\f0c7"}.fa.fa-save{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-save:before{content:"\f0c7"}.fa.fa-navicon:before,.fa.fa-reorder:before{content:"\f0c9"}.fa.fa-magic:before{content:"\e2ca"}.fa.fa-pinterest,.fa.fa-pinterest-square{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-pinterest-square:before{content:"\f0d3"}.fa.fa-google-plus-square{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-google-plus-square:before{content:"\f0d4"}.fa.fa-google-plus{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-google-plus:before{content:"\f0d5"}.fa.fa-money:before{content:"\f3d1"}.fa.fa-unsorted:before{content:"\f0dc"}.fa.fa-sort-desc:before{content:"\f0dd"}.fa.fa-sort-asc:before{content:"\f0de"}.fa.fa-linkedin{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-linkedin:before{content:"\f0e1"}.fa.fa-rotate-left:before{content:"\f0e2"}.fa.fa-legal:before{content:"\f0e3"}.fa.fa-dashboard:before,.fa.fa-tachometer:before{content:"\f625"}.fa.fa-comment-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-comment-o:before{content:"\f075"}.fa.fa-comments-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-comments-o:before{content:"\f086"}.fa.fa-flash:before{content:"\f0e7"}.fa.fa-clipboard:before{content:"\f0ea"}.fa.fa-lightbulb-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-lightbulb-o:before{content:"\f0eb"}.fa.fa-exchange:before{content:"\f362"}.fa.fa-cloud-download:before{content:"\f0ed"}.fa.fa-cloud-upload:before{content:"\f0ee"}.fa.fa-bell-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-bell-o:before{content:"\f0f3"}.fa.fa-cutlery:before{content:"\f2e7"}.fa.fa-file-text-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-file-text-o:before{content:"\f15c"}.fa.fa-building-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-building-o:before{content:"\f1ad"}.fa.fa-hospital-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-hospital-o:before{content:"\f0f8"}.fa.fa-tablet:before{content:"\f3fa"}.fa.fa-mobile-phone:before,.fa.fa-mobile:before{content:"\f3cd"}.fa.fa-circle-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-circle-o:before{content:"\f111"}.fa.fa-mail-reply:before{content:"\f3e5"}.fa.fa-github-alt{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-folder-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-folder-o:before{content:"\f07b"}.fa.fa-folder-open-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-folder-open-o:before{content:"\f07c"}.fa.fa-smile-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-smile-o:before{content:"\f118"}.fa.fa-frown-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-frown-o:before{content:"\f119"}.fa.fa-meh-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-meh-o:before{content:"\f11a"}.fa.fa-keyboard-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-keyboard-o:before{content:"\f11c"}.fa.fa-flag-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-flag-o:before{content:"\f024"}.fa.fa-mail-reply-all:before{content:"\f122"}.fa.fa-star-half-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-star-half-o:before{content:"\f5c0"}.fa.fa-star-half-empty{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-star-half-empty:before{content:"\f5c0"}.fa.fa-star-half-full{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-star-half-full:before{content:"\f5c0"}.fa.fa-code-fork:before{content:"\f126"}.fa.fa-chain-broken:before,.fa.fa-unlink:before{content:"\f127"}.fa.fa-calendar-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-calendar-o:before{content:"\f133"}.fa.fa-css3,.fa.fa-html5,.fa.fa-maxcdn{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-unlock-alt:before{content:"\f09c"}.fa.fa-minus-square-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-minus-square-o:before{content:"\f146"}.fa.fa-level-up:before{content:"\f3bf"}.fa.fa-level-down:before{content:"\f3be"}.fa.fa-pencil-square:before{content:"\f14b"}.fa.fa-external-link-square:before{content:"\f360"}.fa.fa-compass{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-caret-square-o-down{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-caret-square-o-down:before{content:"\f150"}.fa.fa-toggle-down{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-toggle-down:before{content:"\f150"}.fa.fa-caret-square-o-up{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-caret-square-o-up:before{content:"\f151"}.fa.fa-toggle-up{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-toggle-up:before{content:"\f151"}.fa.fa-caret-square-o-right{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-caret-square-o-right:before{content:"\f152"}.fa.fa-toggle-right{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-toggle-right:before{content:"\f152"}.fa.fa-eur:before,.fa.fa-euro:before{content:"\f153"}.fa.fa-gbp:before{content:"\f154"}.fa.fa-dollar:before,.fa.fa-usd:before{content:"\24"}.fa.fa-inr:before,.fa.fa-rupee:before{content:"\e1bc"}.fa.fa-cny:before,.fa.fa-jpy:before,.fa.fa-rmb:before,.fa.fa-yen:before{content:"\f157"}.fa.fa-rouble:before,.fa.fa-rub:before,.fa.fa-ruble:before{content:"\f158"}.fa.fa-krw:before,.fa.fa-won:before{content:"\f159"}.fa.fa-bitcoin,.fa.fa-btc{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-bitcoin:before{content:"\f15a"}.fa.fa-file-text:before{content:"\f15c"}.fa.fa-sort-alpha-asc:before{content:"\f15d"}.fa.fa-sort-alpha-desc:before{content:"\f881"}.fa.fa-sort-amount-asc:before{content:"\f884"}.fa.fa-sort-amount-desc:before{content:"\f160"}.fa.fa-sort-numeric-asc:before{content:"\f162"}.fa.fa-sort-numeric-desc:before{content:"\f886"}.fa.fa-youtube-square{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-youtube-square:before{content:"\f431"}.fa.fa-xing,.fa.fa-xing-square,.fa.fa-youtube{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-xing-square:before{content:"\f169"}.fa.fa-youtube-play{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-youtube-play:before{content:"\f167"}.fa.fa-adn,.fa.fa-bitbucket,.fa.fa-bitbucket-square,.fa.fa-dropbox,.fa.fa-flickr,.fa.fa-instagram,.fa.fa-stack-overflow{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-bitbucket-square:before{content:"\f171"}.fa.fa-tumblr,.fa.fa-tumblr-square{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-tumblr-square:before{content:"\f174"}.fa.fa-long-arrow-down:before{content:"\f309"}.fa.fa-long-arrow-up:before{content:"\f30c"}.fa.fa-long-arrow-left:before{content:"\f30a"}.fa.fa-long-arrow-right:before{content:"\f30b"}.fa.fa-android,.fa.fa-apple,.fa.fa-dribbble,.fa.fa-foursquare,.fa.fa-gittip,.fa.fa-gratipay,.fa.fa-linux,.fa.fa-skype,.fa.fa-trello,.fa.fa-windows{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-gittip:before{content:"\f184"}.fa.fa-sun-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-sun-o:before{content:"\f185"}.fa.fa-moon-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-moon-o:before{content:"\f186"}.fa.fa-pagelines,.fa.fa-renren,.fa.fa-stack-exchange,.fa.fa-vk,.fa.fa-weibo{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-arrow-circle-o-right{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-arrow-circle-o-right:before{content:"\f35a"}.fa.fa-arrow-circle-o-left{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-arrow-circle-o-left:before{content:"\f359"}.fa.fa-caret-square-o-left{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-caret-square-o-left:before{content:"\f191"}.fa.fa-toggle-left{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-toggle-left:before{content:"\f191"}.fa.fa-dot-circle-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-dot-circle-o:before{content:"\f192"}.fa.fa-vimeo-square{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-vimeo-square:before{content:"\f194"}.fa.fa-try:before,.fa.fa-turkish-lira:before{content:"\e2bb"}.fa.fa-plus-square-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-plus-square-o:before{content:"\f0fe"}.fa.fa-openid,.fa.fa-slack,.fa.fa-wordpress{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-bank:before,.fa.fa-institution:before{content:"\f19c"}.fa.fa-mortar-board:before{content:"\f19d"}.fa.fa-google,.fa.fa-reddit,.fa.fa-reddit-square,.fa.fa-yahoo{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-reddit-square:before{content:"\f1a2"}.fa.fa-behance,.fa.fa-behance-square,.fa.fa-delicious,.fa.fa-digg,.fa.fa-drupal,.fa.fa-joomla,.fa.fa-pied-piper-alt,.fa.fa-pied-piper-pp,.fa.fa-stumbleupon,.fa.fa-stumbleupon-circle{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-behance-square:before{content:"\f1b5"}.fa.fa-steam,.fa.fa-steam-square{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-steam-square:before{content:"\f1b7"}.fa.fa-automobile:before{content:"\f1b9"}.fa.fa-cab:before{content:"\f1ba"}.fa.fa-deviantart,.fa.fa-soundcloud,.fa.fa-spotify{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-file-pdf-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-file-pdf-o:before{content:"\f1c1"}.fa.fa-file-word-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-file-word-o:before{content:"\f1c2"}.fa.fa-file-excel-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-file-excel-o:before{content:"\f1c3"}.fa.fa-file-powerpoint-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-file-powerpoint-o:before{content:"\f1c4"}.fa.fa-file-image-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-file-image-o:before{content:"\f1c5"}.fa.fa-file-photo-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-file-photo-o:before{content:"\f1c5"}.fa.fa-file-picture-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-file-picture-o:before{content:"\f1c5"}.fa.fa-file-archive-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-file-archive-o:before{content:"\f1c6"}.fa.fa-file-zip-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-file-zip-o:before{content:"\f1c6"}.fa.fa-file-audio-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-file-audio-o:before{content:"\f1c7"}.fa.fa-file-sound-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-file-sound-o:before{content:"\f1c7"}.fa.fa-file-video-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-file-video-o:before{content:"\f1c8"}.fa.fa-file-movie-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-file-movie-o:before{content:"\f1c8"}.fa.fa-file-code-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-file-code-o:before{content:"\f1c9"}.fa.fa-codepen,.fa.fa-jsfiddle,.fa.fa-vine{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-life-bouy:before,.fa.fa-life-buoy:before,.fa.fa-life-saver:before,.fa.fa-support:before{content:"\f1cd"}.fa.fa-circle-o-notch:before{content:"\f1ce"}.fa.fa-ra,.fa.fa-rebel{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-ra:before{content:"\f1d0"}.fa.fa-resistance{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-resistance:before{content:"\f1d0"}.fa.fa-empire,.fa.fa-ge{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-ge:before{content:"\f1d1"}.fa.fa-git-square{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-git-square:before{content:"\f1d2"}.fa.fa-git,.fa.fa-hacker-news,.fa.fa-y-combinator-square{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-y-combinator-square:before{content:"\f1d4"}.fa.fa-yc-square{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-yc-square:before{content:"\f1d4"}.fa.fa-qq,.fa.fa-tencent-weibo,.fa.fa-wechat,.fa.fa-weixin{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-wechat:before{content:"\f1d7"}.fa.fa-send:before{content:"\f1d8"}.fa.fa-paper-plane-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-paper-plane-o:before{content:"\f1d8"}.fa.fa-send-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-send-o:before{content:"\f1d8"}.fa.fa-circle-thin{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-circle-thin:before{content:"\f111"}.fa.fa-header:before{content:"\f1dc"}.fa.fa-futbol-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-futbol-o:before{content:"\f1e3"}.fa.fa-soccer-ball-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-soccer-ball-o:before{content:"\f1e3"}.fa.fa-slideshare,.fa.fa-twitch,.fa.fa-yelp{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-newspaper-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-newspaper-o:before{content:"\f1ea"}.fa.fa-cc-amex,.fa.fa-cc-discover,.fa.fa-cc-mastercard,.fa.fa-cc-paypal,.fa.fa-cc-stripe,.fa.fa-cc-visa,.fa.fa-google-wallet,.fa.fa-paypal{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-bell-slash-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-bell-slash-o:before{content:"\f1f6"}.fa.fa-trash:before{content:"\f2ed"}.fa.fa-copyright{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-eyedropper:before{content:"\f1fb"}.fa.fa-area-chart:before{content:"\f1fe"}.fa.fa-pie-chart:before{content:"\f200"}.fa.fa-line-chart:before{content:"\f201"}.fa.fa-lastfm,.fa.fa-lastfm-square{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-lastfm-square:before{content:"\f203"}.fa.fa-angellist,.fa.fa-ioxhost{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-cc{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-cc:before{content:"\f20a"}.fa.fa-ils:before,.fa.fa-shekel:before,.fa.fa-sheqel:before{content:"\f20b"}.fa.fa-buysellads,.fa.fa-connectdevelop,.fa.fa-dashcube,.fa.fa-forumbee,.fa.fa-leanpub,.fa.fa-sellsy,.fa.fa-shirtsinbulk,.fa.fa-simplybuilt,.fa.fa-skyatlas{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-diamond{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-diamond:before{content:"\f3a5"}.fa.fa-intersex:before,.fa.fa-transgender:before{content:"\f224"}.fa.fa-transgender-alt:before{content:"\f225"}.fa.fa-facebook-official{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-facebook-official:before{content:"\f09a"}.fa.fa-pinterest-p,.fa.fa-whatsapp{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-hotel:before{content:"\f236"}.fa.fa-medium,.fa.fa-viacoin,.fa.fa-y-combinator,.fa.fa-yc{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-yc:before{content:"\f23b"}.fa.fa-expeditedssl,.fa.fa-opencart,.fa.fa-optin-monster{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-battery-4:before,.fa.fa-battery:before{content:"\f240"}.fa.fa-battery-3:before{content:"\f241"}.fa.fa-battery-2:before{content:"\f242"}.fa.fa-battery-1:before{content:"\f243"}.fa.fa-battery-0:before{content:"\f244"}.fa.fa-object-group,.fa.fa-object-ungroup,.fa.fa-sticky-note-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-sticky-note-o:before{content:"\f249"}.fa.fa-cc-diners-club,.fa.fa-cc-jcb{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-clone{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-hourglass-o:before{content:"\f254"}.fa.fa-hourglass-1:before{content:"\f251"}.fa.fa-hourglass-2:before{content:"\f252"}.fa.fa-hourglass-3:before{content:"\f253"}.fa.fa-hand-rock-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-hand-rock-o:before{content:"\f255"}.fa.fa-hand-grab-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-hand-grab-o:before{content:"\f255"}.fa.fa-hand-paper-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-hand-paper-o:before{content:"\f256"}.fa.fa-hand-stop-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-hand-stop-o:before{content:"\f256"}.fa.fa-hand-scissors-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-hand-scissors-o:before{content:"\f257"}.fa.fa-hand-lizard-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-hand-lizard-o:before{content:"\f258"}.fa.fa-hand-spock-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-hand-spock-o:before{content:"\f259"}.fa.fa-hand-pointer-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-hand-pointer-o:before{content:"\f25a"}.fa.fa-hand-peace-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-hand-peace-o:before{content:"\f25b"}.fa.fa-registered{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-creative-commons,.fa.fa-gg,.fa.fa-gg-circle,.fa.fa-odnoklassniki,.fa.fa-odnoklassniki-square{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-odnoklassniki-square:before{content:"\f264"}.fa.fa-chrome,.fa.fa-firefox,.fa.fa-get-pocket,.fa.fa-internet-explorer,.fa.fa-opera,.fa.fa-safari,.fa.fa-wikipedia-w{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-television:before{content:"\f26c"}.fa.fa-500px,.fa.fa-amazon,.fa.fa-contao{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-calendar-plus-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-calendar-plus-o:before{content:"\f271"}.fa.fa-calendar-minus-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-calendar-minus-o:before{content:"\f272"}.fa.fa-calendar-times-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-calendar-times-o:before{content:"\f273"}.fa.fa-calendar-check-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-calendar-check-o:before{content:"\f274"}.fa.fa-map-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-map-o:before{content:"\f279"}.fa.fa-commenting:before{content:"\f4ad"}.fa.fa-commenting-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-commenting-o:before{content:"\f4ad"}.fa.fa-houzz,.fa.fa-vimeo{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-vimeo:before{content:"\f27d"}.fa.fa-black-tie,.fa.fa-edge,.fa.fa-fonticons,.fa.fa-reddit-alien{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-credit-card-alt:before{content:"\f09d"}.fa.fa-codiepie,.fa.fa-fort-awesome,.fa.fa-mixcloud,.fa.fa-modx,.fa.fa-product-hunt,.fa.fa-scribd,.fa.fa-usb{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-pause-circle-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-pause-circle-o:before{content:"\f28b"}.fa.fa-stop-circle-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-stop-circle-o:before{content:"\f28d"}.fa.fa-bluetooth,.fa.fa-bluetooth-b,.fa.fa-envira,.fa.fa-gitlab,.fa.fa-wheelchair-alt,.fa.fa-wpbeginner,.fa.fa-wpforms{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-wheelchair-alt:before{content:"\f368"}.fa.fa-question-circle-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-question-circle-o:before{content:"\f059"}.fa.fa-volume-control-phone:before{content:"\f2a0"}.fa.fa-asl-interpreting:before{content:"\f2a3"}.fa.fa-deafness:before,.fa.fa-hard-of-hearing:before{content:"\f2a4"}.fa.fa-glide,.fa.fa-glide-g{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-signing:before{content:"\f2a7"}.fa.fa-viadeo,.fa.fa-viadeo-square{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-viadeo-square:before{content:"\f2aa"}.fa.fa-snapchat,.fa.fa-snapchat-ghost{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-snapchat-ghost:before{content:"\f2ab"}.fa.fa-snapchat-square{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-snapchat-square:before{content:"\f2ad"}.fa.fa-first-order,.fa.fa-google-plus-official,.fa.fa-pied-piper,.fa.fa-themeisle,.fa.fa-yoast{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-google-plus-official:before{content:"\f2b3"}.fa.fa-google-plus-circle{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-google-plus-circle:before{content:"\f2b3"}.fa.fa-fa,.fa.fa-font-awesome{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-fa:before{content:"\f2b4"}.fa.fa-handshake-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-handshake-o:before{content:"\f2b5"}.fa.fa-envelope-open-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-envelope-open-o:before{content:"\f2b6"}.fa.fa-linode{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-address-book-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-address-book-o:before{content:"\f2b9"}.fa.fa-vcard:before{content:"\f2bb"}.fa.fa-address-card-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-address-card-o:before{content:"\f2bb"}.fa.fa-vcard-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-vcard-o:before{content:"\f2bb"}.fa.fa-user-circle-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-user-circle-o:before{content:"\f2bd"}.fa.fa-user-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-user-o:before{content:"\f007"}.fa.fa-id-badge{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-drivers-license:before{content:"\f2c2"}.fa.fa-id-card-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-id-card-o:before{content:"\f2c2"}.fa.fa-drivers-license-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-drivers-license-o:before{content:"\f2c2"}.fa.fa-free-code-camp,.fa.fa-quora,.fa.fa-telegram{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-thermometer-4:before,.fa.fa-thermometer:before{content:"\f2c7"}.fa.fa-thermometer-3:before{content:"\f2c8"}.fa.fa-thermometer-2:before{content:"\f2c9"}.fa.fa-thermometer-1:before{content:"\f2ca"}.fa.fa-thermometer-0:before{content:"\f2cb"}.fa.fa-bathtub:before,.fa.fa-s15:before{content:"\f2cd"}.fa.fa-window-maximize,.fa.fa-window-restore{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-times-rectangle:before{content:"\f410"}.fa.fa-window-close-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-window-close-o:before{content:"\f410"}.fa.fa-times-rectangle-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-times-rectangle-o:before{content:"\f410"}.fa.fa-bandcamp,.fa.fa-eercast,.fa.fa-etsy,.fa.fa-grav,.fa.fa-imdb,.fa.fa-ravelry{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-eercast:before{content:"\f2da"}.fa.fa-snowflake-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-snowflake-o:before{content:"\f2dc"}.fa.fa-meetup,.fa.fa-superpowers,.fa.fa-wpexplorer{font-family:"Font Awesome 6 Brands";font-weight:400}.sub-category .sub-category-slide {
    padding: 0 70px 0 70px;
    max-height: 58px;
    overflow: hidden;
}
.catalog-category-view .slick-list .slick-slide {
    max-height: 59px;
}
.sub-category .sub-category-slide .slick-list{
    margin-left: 0;
    margin-right: 0;
}

.sub-category-slide .mf-image-box{
    position: inherit;
}

.sub-category-slide .mf-image-box .image-content {
    position: inherit;
}

.sub-category-slide .mf-image-box .image-content a {
    border: 1px solid rgba(0, 0, 0, 1.0);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.sub-category-slide .mf-image-box .image-content a:hover {
    color: #EC0000;
}

.mfp-container.mfp-iframe-holder .mfp-iframe-scaler {
    position: unset;
    padding-top: 100%;
}

.mfp-container.mfp-iframe-holder .mfp-iframe-scaler .mfp-iframe {
    width: 100%;
}

.mfp-container.mfp-iframe-holder .mfp-close {
    right: -5px;
}

.blueskytechco_quickview-product-view .loading-mask {
    display: flex;
}

.gallery-placeholder__image {
    display: none !important;
}

.product-info-main .product-options-wrapper .swatch-opt .swatch-attribute.color .image {
    min-width: 2.4rem;
    min-height: 2.4rem;
    width: 1.6rem !important;
    height: 1.6rem !important;
    background-size: contain !important;
    border: 0;
    position: relative;
    border-radius: 50%;
    overflow: visible;
    margin-right: 1.4rem;
}

.product-info-main .product-options-wrapper .swatch-opt .swatch-attribute.color .image::after {
    content: "";
    border: 2px solid #e6e6e6;
    position: absolute;
    top: -4px;
    left: -4px;
    right: -4px;
    bottom: -4px;
    border-radius: 50%;
}

.product-info-main .product-options-wrapper .swatch-opt .swatch-attribute.color .image.selected::after{
    border-color: #222222;
}

.attribute-buying-guide-content a {
    color:#EC0000;
}

.attribute-buying-guide-content a:hover {
    color:#EC0000;
}

.product.info > .product.data.items > .item.content{
    padding: 3rem 15rem 0 15rem;
}

.fotorama__stage .fotorama__stage__frame .fotorama__img { 
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.attribute-prop65-content {
    padding-top: 10px;
}

.trust_seal {
    text-align: center;
}

.table-checkout-shipping-method td.col {
    border: 0;
}

@media (min-width: 768px) {
    .blueskytechco_quickview-product-view.thumb_slide .fotorama__stage .fotorama__stage__frame .fotorama__img {
        top: 0;
    }
}

@media all and (min-width: 993px), print {
    #checkout {
        max-width: 1170px;
        margin: 0 auto;
    }

    .checkout-payment-method .payment-method-content .fieldset.cps_sagepayments > .field.type .control {
        margin-left: 0;
    }
}

.threshold_discount_top_message {
    text-align: center;
    color: #EC0000;
}

.threshold_discount .threshold_discount_message{
    color: #EC0000;
}

.opc-block-summary .title {
    margin-bottom: 0;
}

.next-back-menu-custom .back-menu .back-menu-button {
    position: relative;
    top: 0px;
    left: 20px;
}

.cart-qty-box-tocart-content {
    display: flex;
    gap: 10px;
}

.cart_heavy_shipping_charge_message {
    display: flex;
	font-size: 14px;
	align-items: center;
	color: #EC0000;
    white-space: normal;
}

.cart_heavy_shipping_charge_message_mobile {
	font-size: 12px;
	color: #EC0000;
    white-space: normal;
    display: flex;
    align-items: center;
}

.cart_prohibited_items_message {
    display: flex;
	font-size: 14px;
	align-items: center;
	color: #EC0000;
    white-space: normal;
}

.cart_prohibited_items_message_mobile {
	font-size: 12px;
	color: #EC0000;
    white-space: normal;
    display: flex;
    align-items: center;
}

@media only screen and (min-width: 1237px), print {
    .cart_heavy_shipping_charge_message_mobile {
        display: none;
    }

    .cart_prohibited_items_message_mobile {
        display: none;
    }
}

@media only screen and (max-width: 1236px), print {
    .cart_heavy_shipping_charge_message {
        display: none;
    }

    .cart_prohibited_items_message {
        display: none;
    }
}

.account .column.main .block-dashboard-info .box-title.box-block {
    display: block;
}

.product-item-sku {
    font-size: 12px;
    margin-bottom: 6px;
}

.product-item-sku-label {
    font-weight: 600;
    color: #000;
}

.payment-methods .payment-group .payment-method-message {
    color: #EC0000;
    line-height: normal;
    font-size: 16px;
}

@media only screen and (max-width: 992px) {
    .payment-methods .payment-group .payment-method-message {
        padding-left: 15px;
        padding-right: 15px;
    }

    .product.info > .product.data.items > .item.content {
        padding: 10px 25px 10px 25px;
    }
}

@media only screen and (max-width: 492px) {
    .payment-methods .payment-group .payment-method-message {
        font-size: 12px;
    }
}

.product-info-main .product-category .prohibited-items-region-content {
    color: #EC0000;
    padding-top: 10px;
    font-weight: 600;
}

.product-info-main .retail-price-block,
.product-info-main .wholesale-price-block {
    color: #696969;
}

.product-info-main .retail-price-block .retail-price,
.product-info-main .wholesale-price-block .wholesale-price,
.product-info-main .product-info-price .price-box .retail-price,
.product-info-main .product-info-price .price-box .wholesale-price,
.product-info-main .product-info-price .price-box .personal-price {
    font-size: 2.2rem;
}

.product-info-main .retail-price-block .retail-price-label,
.product-info-main .wholesale-price-block .retail-price-label,
.product-info-main .product-info-price .price-box .retail-price-label,
.product-info-main .product-info-price .price-box .wholesale-price-label,
.product-info-main .product-info-price .price-box .personal-price-label {
    font-size: 18px;
}

.product-info-main .product-info-price .price-box.price-final_price .price-label.display-price-label {
    display: inline !important;
}

.cart-container .form-cart .cart.table-wrapper .box-tocart .up-down.up-down-margin-auto {
    margin: auto;
    min-width: 120px;
    margin-left: 0;
    margin-right: 0;
}

.product-info-main .product-options-wrapper .swatch-opt .swatch-attribute.color .swatch-option.disabled::before {
    content: "";
    border: 2px solid #EC0000;
    position: absolute;
    top: -4px;
    left: 10px;
    right: 0;
    bottom: 0;
    height: 30px;
    width: 0;
    -moz-transform: skew(-45deg);
    -webkit-transform: skew(-45deg);
    transform: skew(-45deg);
    z-index: 999;
}

.checkout-validate-address.checkout-validate-address-hide {
    display: none;
}

.cart_heavy_shipping_charge_message_hide {
    display: none;
}

.mini_search_header .button-close span,
.filter-options-content .swatch-attribute-options .swatch-option-link-layered span,
.footer-link-title .elementor-icon-box-title a span,
.footer-link-title .elementor-icon-box-icon a span span,
.box-tocart .qty-down-fixed-onclick span,
.box-tocart .qty-up-fixed-onclick span,
.header-static-menu .static-menu-click span,
.sticky-btn .quantity .minus span,
.sticky-btn .quantity .plus span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.mgz-element-inner .bfb-element-control .mgz-control-radio {
    opacity: unset;
    position: unset !important;
    vertical-align: baseline;
}

/*.box-tocart .qty-down-fixed-onclick:focus {
	outline-style: auto;
}

.breadcrumbs a:hover {
    color: #666;
	background-color: inherit;
}
.breadcrumbs a {
    color: #545454;
	background-color: inherit;
}*/

*:focus {
    outline: 1px solid #EC0000;
}

.section-top-header .btn__top--header--banner--close:focus {
    outline: 1px solid #EC0000;
}

.navigation .level0>.level-top:focus {
    outline: 1px solid #EC0000;
}

.header-container .logo:focus {
    outline: 1px solid #EC0000;
}

.minicart-wrapper .action.showcart:focus {
    outline: 1px solid #EC0000;
}

.dropdown .top-search:focus {
    outline: 1px solid #EC0000;
}
/*
#nickname_fnotify_emailield, #email_address {
	border: 1px solid #787676;
}*/

#nickname_fnotify_emailield:focus {
	outline: 1px solid #EC0000;
}

.category-description a {
	text-decoration: underline;
}

/*.quick-search .quick-search-title {
    color: #4e4e4e;
	background-color: #fff;
}*/

.swatch-option-link-layered:focus {
	outline: 1px solid #EC0000;
}

.top-search {
	display: inline-block;
	width: 44px;
	height: 44px;
	text-align: center;
}

.button-close:focus {
	outline: 1px solid #EC0000;
}

@media (prefers-reduced-motion: reduce) {
  button {
    animation: none;
    -webkit-animation: none;
  }
  
  a {
	 animation: none;
    -webkit-animation: none; 
  }
  
  .spinner > span {
		animation: none;
		-webkit-animation: none;
	}
	
	#tab-label-custom-product-tab-shipping_and_returns,
	#tab-label-custom-product-tab-disclaimer,
	#tab-label-custom-product-tab-udf_web_key_features {
        animation: none;
		-webkit-animation: none;
    }
	
	 button.button-close {
		animation: none;
		-webkit-animation: none;
		transition: none;
	}
	
	.button-close:after {
		animation: none;
		-webkit-animation: none;
		transition: none;
	}
	
	.button-close:hover {
		animation: none;
		-webkit-animation: none;
		transition: none;
	}
	
	.aminst-feed-link {
		animation: none;
		-webkit-animation: none;
	}
	
	.link-quickview {
		animation: none;
		-webkit-animation: none;
	}
}

/*.block-search .quick-search .quick-search-list li a:not(:hover) {
	color: #000;
	background: #fff;
}*/

.block-search .quick-search .quick-search-list li a:focus {
	outline: 1px solid #EC0000;
}

.breadcrumbs a:focus {
    outline: 1px solid #EC0000; 
}

.my-tooltip-top:focus {
    outline: 1px solid #EC0000;
}

.product-info-main .product-category a:not(:hover):focus {
	outline: 1px solid #EC0000;
}

.screen-reader-text {
    overflow: hidden;
    clip: rect(0,0,0,0);
    position: absolute !important;
    width: 1px;
    height: 1px;
    border: 0;
    word-wrap: normal !important;
}

.product.attribute.description strong {
	color: #EC0000;
}

/*.section-top-header .btn__top--header--banner--close {
	background-color: #000 !important;
	color: #fff !important;
}

.button-close, .action-close, .action.close {
	color: #000000;
}*/

/* cps 021 start */
.bfb-box-shadow .bfb-error div.mage-error {
    margin-top: 0px;
}
.bfb-box-shadow .mgz-child:not(:last-child) > .mgz-element-inner {
	margin-bottom: 10px;
}
.bfb-box-shadow .bfb-element .bfb-element-label > label{
	line-height: 0;
}
.bfb-box-shadow .bfb-element.required .bfb-element-label label > span:after{
    position: static;
}
.bfb-box-shadow .bfb-element.mgz-element-bfb_address .addressfield{
    width: 100%;
    display: block;
  	margin: 0;
}
.bfb-box-shadow .bfb-element.mgz-element-bfb_address .subfield{
	/*width: 100%;
    margin-bottom: 0;
    padding-right: 0;*/
    float: left;
}
/* cps 021 end */

.btn_filter {
	display: inline-block;
	width: 44px!important;
	height: 44px!important;
	background-color: #fff;
}


.box-title {
	min-width: 44px!important;
    min-height: 44px!important;
	display: inline-block;
}

.sub-category-slide .mf-image-box .image-content a:focus {
	border: 1px solid #EC0000;
}

.slick-prev.slick-arrow.slick-disabled:focus {
	outline: 1px solid #EC0000;
}

.slick-next.slick-arrow {
	outline: 1px solid #EC0000;
}

.navigation .level0>.level-top {
	background-color: #fff;
}

.sub-category-slide .mf-image-box .image-content a {
	min-height: 44px!important;
	display: inline-block;
}

/*a {
	color: #b50404;
	background-color: #fff;
}

body {
	color: #4e4e4e;
    background-color: #fff;
}*/

/*.page-footer .elementor-content-static-menu a:not(:hover) {
     background-color: inherit;
}
.page-footer .elementor-content-static-menu a:hover {
     background-color: inherit;
}*/

.see-all {
	min-width: 44px !important;
    min-height: 44px !important;
	display: inline-block;
}

.irs--flat .irs-line:focus {
	outline: 1px solid #EC0000 !important;
}

/*.elementor-newsletter-wrapper button:hover {
	background-color: #b50404!important;
}*/

/*.social-link a, .footer-link-title a {
	background: inherit;
}

.total-mini-cart-item {
	color: #fff;
    background-color: #000;
}*/

.action.clear.filter-clear {
	min-width: 44px !important;
    min-height: 44px !important;
	display: inline-block;
}

/*.counter.qty {
	color: #fff!important;
    background-color: #000!important;
}*/

/*.content__top--header--banner a {
	background: inherit;
	color: #f96565;
}*/

.block.block-new-customer a:focus {
	outline: 1px solid #EC0000;
}

/*.mgz-btn.mgz-link {
	    background-color: #b50404!important;
}
*/
.mgz-btn.mgz-link:focus {
	outline: 1px solid #EC0000;
}

/*.actions-subscribe button {
	color: #fff!important;
    background-color: #000!important;
}

.form.bfb-form input[type="text"], .form.bfb-form input[type="tel"], .form.bfb-form select, .form.bfb-form textarea {
	border: 1px solid #787676;
}*/

.fotorama__loaded--img.fotorama__active:focus, .fotorama__nav__frame--thumb.fotorama__active:focus {
	outline: 1px solid #EC0000;
}

.fotorama__nav__frame.fotorama__nav__frame--thumb:focus {
	outline: 1px solid #EC0000;
}

.social-link.block-layout .my-tooltip-top {
	color: #fff;
}

/*#login-form input[type="email"], #login-form input[type="password"] {
	border: 1px solid #787676;
}

input.super-attribute-select {
	border: 1px solid #787676;
}*/

/*.my-tooltip-top .tooltip-content {
	background: #383838 !important;
	    color: #fff !important;
}

.toolbar .modes .modes-mode span {
	background: #383838 !important;
	    color: #fff !important;
}

.footer-link-title .elementor-icon-box-description a {
	color: #cccccc !important;
}

.aminst-feed-btn-text.aminst-loader-content {
	color: #025AA2;
}*/

.aminst-feed-btn:hover, .aminst-feed-btn:focus, .aminst-feed-btn:active {
    background: #fff;
}

/*.pages strong.page {
	color: #b50505 !important;
}*/

/*.block-new-customer .action.create.primary {
	background: #b50404 !important;
	border: 2px solid #b50404 !important;
}*/

/*.form-login button.action.login.primary {
	background: #b50404 !important;
	border: 2px solid #b50404 !important;
}*/

.block-new-customer .action.create.primary:focus {
	outline: 1px solid #000 !important;
}

.cms-demo_sport_2 .pagebuilder-button-primary:focus {
	border: 1px solid #000 !important;
}

/*.review-form .action.submit.primary:hover {
	background: #b50505 !important;
}*/

/*.review-form .action.submit.primary {
	background: #000 !important;
    color: #fff !important;
}

.review-form .action.submit.primary span {
	background: inherit;
}

.category-info.background-image .page-title-wrapper .page-title {
	color: #fff !important;
}*/

/*.pin-icon-product.action.link-quickview:link, .pin-icon-product.action.link-quickview:visited {
	color: #b50404;
}*/

/*.lookbook-icon>a span {
	color: #000 !important;
	background: #fff !important;
}*/

/*.home-custom-belt-embroidery a, .home-custom-patches a, .home-custom-silkscreening a {
	background: #b50404 !important;
	border: 2px solid #b50404 !important;
}*/

.back-menu-button.slick-prev.slick-arrow:focus {
	outline: 1px solid #EC0000;
}

.next-menu-button.slick-next.slick-arrow:focus {
	outline: 1px solid #EC0000;
}
/* Amasty Instagram Feed */
.aminst-wrapper-7888 .aminst-feed-posts {
    margin: -10px 0;
}

.aminst-wrapper-7888 .aminst-feed-post {
    margin: 10px;
}
.aminst-feed-grid-container .hidden-caption {
    display: none;
}
.cms-pages-awma-event-form .form.bfb-form h2, .cms-pages-contact-us .form.bfb-form h2, 
.cms-pages-request-wholesale-account .form.bfb-form h2{
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
}
.cms-pages-contact-us .form.bfb-form h2:first-child::after, .cms-pages-request-wholesale-account h2:first-child::after {
    color: #EC0000;
    content: '*';
    font-size: 1.6rem;
    font-weight: 500;
    position: absolute;
    margin-left: 5px;
}

.swatch-attribute-options {
    outline: none !important;
}

#product-options-wrapper .fieldset {
    outline: none !important;
}

.swatch-option.color.selected, .swatch-option.image.selected {
    outline: none !important;
}/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-preloader a:hover {
  color: #FFF;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: #333;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}
/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}
/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
       .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
      }
      .mfp-img-mobile img.mfp-img {
        padding: 0;
      }
      .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
      }
      .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
      }
      .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        box-sizing: border-box;
      }
      .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0;
      }
      .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
      }
      .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0;
      }
    }
    @media all and (max-width: 900px) {
      .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
      }
      .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0;
      }
      .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%;
      }
      .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
      }
    }
/* 

====== Zoom effect ======

*/
.mfp-zoom-in {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-zoom-in .mfp-with-anim {
  opacity: 0;
  transition: all 0.2s ease-in-out;
  transform: scale(0.8);
}
.mfp-zoom-in.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}
.mfp-zoom-in.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1);
}
.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-zoom-in.mfp-removing .mfp-with-anim {
  transform: scale(0.8);
  opacity: 0;
}
.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}
/* 

====== Newspaper effect ======

*/
.mfp-newspaper {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-newspaper .mfp-with-anim {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.5s;
  transform: scale(0) rotate(500deg);
}
.mfp-newspaper.mfp-bg {
  opacity: 0;
  transition: all 0.5s;
}
.mfp-newspaper.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1) rotate(0deg);
}
.mfp-newspaper.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-newspaper.mfp-removing .mfp-with-anim {
  transform: scale(0) rotate(500deg);
  opacity: 0;
}
.mfp-newspaper.mfp-removing.mfp-bg {
  opacity: 0;
}
/* 

====== Move-horizontal effect ======

*/
.mfp-move-horizontal {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-move-horizontal .mfp-with-anim {
  opacity: 0;
  transition: all 0.3s;
  transform: translateX(-50px);
}
.mfp-move-horizontal.mfp-bg {
  opacity: 0;
  transition: all 0.3s;
}
.mfp-move-horizontal.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: translateX(0);
}
.mfp-move-horizontal.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-move-horizontal.mfp-removing .mfp-with-anim {
  transform: translateX(50px);
  opacity: 0;
}
.mfp-move-horizontal.mfp-removing.mfp-bg {
  opacity: 0;
}
/* 

====== Move-from-top effect ======

*/
.mfp-move-from-top {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-move-from-top .mfp-content {
  vertical-align: top;
}
.mfp-move-from-top .mfp-with-anim {
  opacity: 0;
  transition: all 0.2s;
  transform: translateY(-100px);
}
.mfp-move-from-top.mfp-bg {
  opacity: 0;
  transition: all 0.2s;
}
.mfp-move-from-top.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: translateY(0);
}
.mfp-move-from-top.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-move-from-top.mfp-removing .mfp-with-anim {
  transform: translateY(-50px);
  opacity: 0;
}
.mfp-move-from-top.mfp-removing.mfp-bg {
  opacity: 0;
}
/* 

====== 3d unfold ======

*/
.mfp-3d-unfold {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-3d-unfold .mfp-content {
  perspective: 2000px;
}
.mfp-3d-unfold .mfp-with-anim {
  opacity: 0;
  transition: all 0.3s ease-in-out;
  transform-style: preserve-3d;
  transform: rotateY(-60deg);
}
.mfp-3d-unfold.mfp-bg {
  opacity: 0;
  transition: all 0.5s;
}
.mfp-3d-unfold.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: rotateY(0deg);
}
.mfp-3d-unfold.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-3d-unfold.mfp-removing .mfp-with-anim {
  transform: rotateY(60deg);
  opacity: 0;
}
.mfp-3d-unfold.mfp-removing.mfp-bg {
  opacity: 0;
}
/* 

====== Zoom-out effect ======

*/
.mfp-zoom-out {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-zoom-out .mfp-with-anim {
  opacity: 0;
  transition: all 0.3s ease-in-out;
  transform: scale(1.3);
}
.mfp-zoom-out.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}
.mfp-zoom-out.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1);
}
.mfp-zoom-out.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-zoom-out.mfp-removing .mfp-with-anim {
  transform: scale(1.3);
  opacity: 0;
}
.mfp-zoom-out.mfp-removing.mfp-bg {
  opacity: 0;
}
/* 

====== "Hinge" close effect ======

*/
@keyframes hinge {
  0% {
    transform: rotate(0);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    transform: rotate(80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  40% {
    transform: rotate(60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  80% {
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  100% {
    transform: translateY(700px);
    opacity: 0;
  }
}
.hinge {
  animation-duration: 1s;
  animation-name: hinge;
}
.mfp-with-fade .mfp-content,
.mfp-with-fade.mfp-bg {
  opacity: 0;
  transition: opacity 0.5s ease-out;
}
.mfp-with-fade.mfp-ready .mfp-content {
  opacity: 1;
}
.mfp-with-fade.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-with-fade.mfp-removing.mfp-bg {
  opacity: 0;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.3s ease-out; 
  -moz-transition: all 0.3s ease-out; 
  -o-transition: all 0.3s ease-out; 
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container, 
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}
.irs {
  position: relative;
  display: block;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.irs-line {
  position: relative;
  display: block;
  overflow: hidden;
  outline: none !important;
}
.irs-line-left,
.irs-line-mid,
.irs-line-right {
  position: absolute;
  display: block;
  top: 0;
}
.irs-line-left {
  left: 0;
  width: 11%;
}
.irs-line-mid {
  left: 9%;
  width: 82%;
}
.irs-line-right {
  right: 0;
  width: 11%;
}
.irs-bar {
  position: absolute;
  display: block;
  left: 0;
  width: 0;
}
.irs-bar-edge {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  border-radius: 5px 0 0 5px;
}
.irs-shadow {
  position: absolute;
  display: none;
  left: 0;
  width: 0;
}
.irs-slider {
  position: absolute;
  display: block;
  cursor: pointer;
  z-index: 1;
}
.irs-slider.type_last {
  z-index: 2;
}
.irs-min {
  position: absolute;
  display: block;
  left: 0;
  cursor: default;
}
.irs-max {
  position: absolute;
  display: block;
  right: 0;
  cursor: default;
}
.irs-from,
.irs-to,
.irs-single {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  cursor: default;
  white-space: nowrap;
}
.irs-grid {
  position: absolute;
  display: none;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20px;
}
.irs-with-grid .irs-grid {
  display: block;
}
.irs-grid-pol {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 8px;
  background: #000;
}
.irs-grid-pol.small {
  height: 4px;
}
.irs-grid-text {
  position: absolute;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  text-align: center;
  font-size: 9px;
  line-height: 9px;
  padding: 0 3px;
  color: #000;
}
.irs-disable-mask {
  position: absolute;
  display: block;
  top: 0;
  left: -1%;
  width: 102%;
  height: 100%;
  cursor: default;
  background: rgba(0, 0, 0, 0);
  z-index: 2;
}
.irs-disabled {
  opacity: 0.4;
}
.lt-ie9 .irs-disabled {
  filter: alpha(opacity=40);
}
.irs-hidden-input {
  position: absolute !important;
  display: block !important;
  top: 0 !important;
  left: 0 !important;
  width: 0 !important;
  height: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  outline: none !important;
  z-index: -9999 !important;
  background: none !important;
  border-style: solid !important;
  border-color: transparent !important;
}
.bfb-ionslider-flat .irs-line-mid,
.bfb-ionslider-flat .irs-line-left,
.bfb-ionslider-flat .irs-line-right,
.bfb-ionslider-flat .irs-bar,
.bfb-ionslider-flat .irs-bar-edge {
  background: url('../../frontend/bluesky/bluesky_kalles_default/en_US/Magezon_Core/images/sprite-skin-flat.png') repeat-x;
}
.bfb-ionslider-flat .irs {
  height: 40px;
}
.bfb-ionslider-flat .irs-with-grid {
  height: 60px;
}
.bfb-ionslider-flat .irs-line {
  height: 12px;
  top: 25px;
}
.bfb-ionslider-flat .irs-line-left {
  height: 12px;
  background-position: 0 -30px;
}
.bfb-ionslider-flat .irs-line-mid {
  height: 12px;
  background-position: 0 0;
}
.bfb-ionslider-flat .irs-line-right {
  height: 12px;
  background-position: 100% -30px;
}
.bfb-ionslider-flat .irs-bar {
  height: 12px;
  top: 25px;
  background-position: 0 -60px;
}
.bfb-ionslider-flat .irs-bar-edge {
  top: 25px;
  height: 12px;
  width: 9px;
  background-position: 0 -90px;
}
.bfb-ionslider-flat .irs-shadow {
  height: 3px;
  top: 34px;
  background: #000;
  opacity: 0.25;
}
.bfb-ionslider-flat .lt-ie9 .irs-shadow {
  filter: alpha(opacity=25);
}
.bfb-ionslider-flat .irs-slider {
  width: 16px;
  height: 18px;
  top: 22px;
  background-position: 0 -120px;
  text-align: center;
}
.bfb-ionslider-flat .irs-slider.state_hover,
.bfb-ionslider-flat .irs-slider:hover {
  background-position: 0 -150px;
}
.bfb-ionslider-flat .irs-min,
.bfb-ionslider-flat .irs-max {
  color: #999;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  top: 0;
  padding: 1px 3px;
  background: #e1e4e9;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.bfb-ionslider-flat .irs-from,
.bfb-ionslider-flat .irs-to,
.bfb-ionslider-flat .irs-single {
  color: #fff !important;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  background: #ed5565;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.bfb-ionslider-flat .irs-from:after,
.bfb-ionslider-flat .irs-to:after,
.bfb-ionslider-flat .irs-single:after {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #ed5565;
}
.bfb-ionslider-flat .irs-grid-pol {
  background: #e1e4e9;
}
.bfb-ionslider-flat .irs-grid-text {
  color: #999;
}
.bfb-ionslider-flat .irs-slider:before {
  content: '';
  position: absolute;
  left: auto;
  right: auto;
  width: 2px;
  background: #ed5565;
  height: 100%;
}
.bfb-ionslider-modern .irs-line-mid,
.bfb-ionslider-modern .irs-line-left,
.bfb-ionslider-modern .irs-line-right,
.bfb-ionslider-modern .irs-bar,
.bfb-ionslider-modern .irs-bar-edge,
.bfb-ionslider-modern .irs-slider {
  background: url('../../frontend/bluesky/bluesky_kalles_default/en_US/Magezon_Core/images/sprite-skin-modern.png') repeat-x;
}
.bfb-ionslider-modern .irs {
  height: 50px;
}
.bfb-ionslider-modern .irs-with-grid {
  height: 70px;
}
.bfb-ionslider-modern .irs-line {
  height: 6px;
  top: 25px;
}
.bfb-ionslider-modern .irs-line-left {
  height: 6px;
  background-position: 0 -30px;
}
.bfb-ionslider-modern .irs-line-mid {
  height: 6px;
  background-position: 0 0;
}
.bfb-ionslider-modern .irs-line-right {
  height: 6px;
  background-position: 100% -30px;
}
.bfb-ionslider-modern .irs-bar {
  height: 6px;
  top: 25px;
  background-position: 0 -60px;
}
.bfb-ionslider-modern .irs-bar-edge {
  top: 25px;
  height: 6px;
  width: 6px;
  background-position: 0 -90px;
}
.bfb-ionslider-modern .irs-shadow {
  height: 5px;
  top: 25px;
  background: #000;
  opacity: 0.25;
}
.bfb-ionslider-modern .lt-ie9 .irs-shadow {
  filter: alpha(opacity=25);
}
.bfb-ionslider-modern .irs-slider {
  width: 11px;
  height: 18px;
  top: 31px;
  background-position: 0 -120px;
}
.bfb-ionslider-modern .irs-slider.state_hover,
.bfb-ionslider-modern .irs-slider:hover {
  background-position: 0 -150px;
}
.bfb-ionslider-modern .irs-min,
.bfb-ionslider-modern .irs-max {
  color: #999;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  top: 0;
  padding: 1px 3px;
  background: #e1e4e9;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.bfb-ionslider-modern .irs-from,
.bfb-ionslider-modern .irs-to,
.bfb-ionslider-modern .irs-single {
  color: #fff !important;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  background: #20b426;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.bfb-ionslider-modern .irs-from:after,
.bfb-ionslider-modern .irs-to:after,
.bfb-ionslider-modern .irs-single:after {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #20b426;
}
.bfb-ionslider-modern .irs-grid {
  height: 34px;
}
.bfb-ionslider-modern .irs-grid-pol {
  background: #c0c0c0;
}
.bfb-ionslider-modern .irs-grid-text {
  bottom: 12px;
  color: #c0c0c0;
}
.bfb-ionslider-html5 .irs {
  height: 55px;
}
.bfb-ionslider-html5 .irs-with-grid {
  height: 75px;
}
.bfb-ionslider-html5 .irs-line {
  height: 10px;
  top: 33px;
  background: #EEE;
  background: linear-gradient(to bottom, #DDD -50%, #FFF 150%);
  /* W3C */
  border: 1px solid #CCC;
  border-radius: 16px;
  -moz-border-radius: 16px;
}
.bfb-ionslider-html5 .irs-line-left {
  height: 8px;
}
.bfb-ionslider-html5 .irs-line-mid {
  height: 8px;
}
.bfb-ionslider-html5 .irs-line-right {
  height: 8px;
}
.bfb-ionslider-html5 .irs-bar {
  height: 10px;
  top: 33px;
  border-top: 1px solid #428bca;
  border-bottom: 1px solid #428bca;
  background: #428bca;
  background: linear-gradient(to top, #428bca 0%, #7fc3e8 100%);
  /* W3C */
}
.bfb-ionslider-html5 .irs-bar-edge {
  height: 10px;
  top: 33px;
  width: 14px;
  border: 1px solid #428bca;
  border-right: 0;
  background: #428bca;
  background: linear-gradient(to top, #428bca 0%, #7fc3e8 100%);
  /* W3C */
  border-radius: 16px 0 0 16px;
  -moz-border-radius: 16px 0 0 16px;
}
.bfb-ionslider-html5 .irs-shadow {
  height: 2px;
  top: 38px;
  background: #000;
  opacity: 0.3;
  border-radius: 5px;
  -moz-border-radius: 5px;
}
.bfb-ionslider-html5 .lt-ie9 .irs-shadow {
  filter: alpha(opacity=30);
}
.bfb-ionslider-html5 .irs-slider {
  top: 25px;
  width: 27px;
  height: 27px;
  border: 1px solid #AAA;
  background: #DDD;
  background: linear-gradient(to bottom, #ffffff 0%, #dcdcdc 20%, #ffffff 100%);
  /* W3C */
  border-radius: 27px;
  -moz-border-radius: 27px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
  cursor: pointer;
}
.bfb-ionslider-html5 .irs-slider.state_hover,
.bfb-ionslider-html5 .irs-slider:hover {
  background: #FFF;
}
.bfb-ionslider-html5 .irs-min,
.bfb-ionslider-html5 .irs-max {
  color: #333;
  font-size: 12px;
  line-height: 1.333;
  text-shadow: none;
  top: 0;
  padding: 1px 5px;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  -moz-border-radius: 3px;
}
.bfb-ionslider-html5 .lt-ie9 .irs-min,
.bfb-ionslider-html5 .lt-ie9 .irs-max {
  background: #ccc;
}
.bfb-ionslider-html5 .irs-from,
.bfb-ionslider-html5 .irs-to,
.bfb-ionslider-html5 .irs-single {
  color: #fff !important;
  font-size: 14px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  background: #428bca;
  border-radius: 3px;
  -moz-border-radius: 3px;
}
.bfb-ionslider-html5 .lt-ie9 .irs-from,
.bfb-ionslider-html5 .lt-ie9 .irs-to,
.bfb-ionslider-html5 .lt-ie9 .irs-single {
  background: #999;
}
.bfb-ionslider-html5 .irs-grid {
  height: 27px;
}
.bfb-ionslider-html5 .irs-grid-pol {
  opacity: 0.5;
  background: #428bca;
}
.bfb-ionslider-html5 .irs-grid-pol.small {
  background: #999;
}
.bfb-ionslider-html5 .irs-grid-text {
  bottom: 5px;
  color: #99a4ac;
}
.bfb-ionslider-nice .irs-line-mid,
.bfb-ionslider-nice .irs-line-left,
.bfb-ionslider-nice .irs-line-right,
.bfb-ionslider-nice .irs-bar,
.bfb-ionslider-nice .irs-bar-edge,
.bfb-ionslider-nice .irs-slider {
  background: url('../../frontend/bluesky/bluesky_kalles_default/en_US/Magezon_Core/images/sprite-skin-nice.png') repeat-x;
}
.bfb-ionslider-nice .irs {
  height: 40px;
}
.bfb-ionslider-nice .irs-with-grid {
  height: 60px;
}
.bfb-ionslider-nice .irs-line {
  height: 8px;
  top: 25px;
}
.bfb-ionslider-nice .irs-line-left {
  height: 8px;
  background-position: 0 -30px;
}
.bfb-ionslider-nice .irs-line-mid {
  height: 8px;
  background-position: 0 0;
}
.bfb-ionslider-nice .irs-line-right {
  height: 8px;
  background-position: 100% -30px;
}
.bfb-ionslider-nice .irs-bar {
  height: 8px;
  top: 25px;
  background-position: 0 -60px;
}
.bfb-ionslider-nice .irs-bar-edge {
  top: 25px;
  height: 8px;
  width: 11px;
  background-position: 0 -90px;
}
.bfb-ionslider-nice .irs-shadow {
  height: 1px;
  top: 34px;
  background: #000;
  opacity: 0.15;
}
.bfb-ionslider-nice .lt-ie9 .irs-shadow {
  filter: alpha(opacity=15);
}
.bfb-ionslider-nice .irs-slider {
  width: 22px;
  height: 22px;
  top: 17px;
  background-position: 0 -120px;
}
.bfb-ionslider-nice .irs-slider.state_hover,
.bfb-ionslider-nice .irs-slider:hover {
  background-position: 0 -150px;
}
.bfb-ionslider-nice .irs-min,
.bfb-ionslider-nice .irs-max {
  color: #999;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  top: 0;
  padding: 1px 3px;
  background: rgba(0, 0, 0, 0.1);
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.bfb-ionslider-nice .lt-ie9 .irs-min,
.bfb-ionslider-nice .lt-ie9 .irs-max {
  background: #ccc;
}
.bfb-ionslider-nice .irs-from,
.bfb-ionslider-nice .irs-to,
.bfb-ionslider-nice .irs-single {
  color: #fff !important;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  background: rgba(0, 0, 0, 0.3);
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.bfb-ionslider-nice .lt-ie9 .irs-from,
.bfb-ionslider-nice .lt-ie9 .irs-to,
.bfb-ionslider-nice .lt-ie9 .irs-single {
  background: #999;
}
.bfb-ionslider-nice .irs-grid-pol {
  background: #99a4ac;
}
.bfb-ionslider-nice .irs-grid-text {
  color: #99a4ac;
}
.bfb-ionslider-simple .irs-line-mid,
.bfb-ionslider-simple .irs-line-left,
.bfb-ionslider-simple .irs-line-right,
.bfb-ionslider-simple .irs-bar,
.bfb-ionslider-simple .irs-bar-edge,
.bfb-ionslider-simple .irs-slider {
  background: url('../../frontend/bluesky/bluesky_kalles_default/en_US/Magezon_Core/images/sprite-skin-simple.png') repeat-x;
}
.bfb-ionslider-simple .irs {
  height: 40px;
}
.bfb-ionslider-simple .irs-with-grid {
  height: 60px;
}
.bfb-ionslider-simple .irs-line {
  height: 6px;
  top: 25px;
}
.bfb-ionslider-simple .irs-line-left {
  height: 6px;
  background-position: 0 -30px;
}
.bfb-ionslider-simple .irs-line-mid {
  height: 6px;
  background-position: 0 0;
}
.bfb-ionslider-simple .irs-line-right {
  height: 6px;
  background-position: 100% -30px;
}
.bfb-ionslider-simple .irs-bar {
  height: 6px;
  top: 25px;
  background-position: 0 -60px;
}
.bfb-ionslider-simple .irs-bar-edge {
  top: 25px;
  height: 6px;
  width: 7px;
  background-position: 0 -90px;
}
.bfb-ionslider-simple .irs-shadow {
  height: 1px;
  top: 34px;
  background: #000;
  opacity: 0.75;
}
.bfb-ionslider-simple .lt-ie9 .irs-shadow {
  filter: alpha(opacity=75);
}
.bfb-ionslider-simple .irs-slider {
  width: 8px;
  height: 15px;
  top: 21px;
  background-position: 0 -120px;
}
.bfb-ionslider-simple .irs-slider.state_hover,
.bfb-ionslider-simple .irs-slider:hover {
  background-position: 0 -150px;
}
.bfb-ionslider-simple .irs-min,
.bfb-ionslider-simple .irs-max {
  color: #c0c0c0;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  top: 0;
  padding: 1px 3px;
  background: rgba(0, 0, 0, 0.1);
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.bfb-ionslider-simple .lt-ie9 .irs-min,
.bfb-ionslider-simple .lt-ie9 .irs-max {
  background: #3654b0;
}
.bfb-ionslider-simple .irs-from,
.bfb-ionslider-simple .irs-to,
.bfb-ionslider-simple .irs-single {
  color: #fff !important;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  background: rgba(255, 255, 255, 0.8);
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.bfb-ionslider-simple .lt-ie9 .irs-from,
.bfb-ionslider-simple .lt-ie9 .irs-to,
.bfb-ionslider-simple .lt-ie9 .irs-single {
  background: #d8dff3;
}
.bfb-ionslider-simple .irs-grid-pol {
  background: #777;
}
.bfb-ionslider-simple .irs-grid-text {
  color: #e0e0e0;
}
.iti{position:relative;display:inline-block}.iti *{box-sizing:border-box;-moz-box-sizing:border-box}.iti__hide{display:none}.iti__v-hide{visibility:hidden}.iti input,.iti input[type=tel],.iti input[type=text]{position:relative;z-index:0;margin-top:0!important;margin-bottom:0!important;padding-right:36px;margin-right:0}.iti__flag-container{position:absolute;top:0;bottom:0;right:0;padding:1px}.iti__selected-flag{z-index:1;position:relative;display:flex;align-items:center;height:100%;padding:0 6px 0 8px}.iti__arrow{margin-left:6px;width:0;height:0;border-left:3px solid transparent;border-right:3px solid transparent;border-top:4px solid #555}.iti__arrow--up{border-top:none;border-bottom:4px solid #555}.iti__country-list{position:absolute;z-index:2;list-style:none;text-align:left;padding:0;margin:0 0 0 -1px;box-shadow:1px 1px 4px rgba(0,0,0,.2);background-color:#fff;border:1px solid #ccc;white-space:nowrap;max-height:200px;overflow-y:scroll;-webkit-overflow-scrolling:touch}.iti__country-list--dropup{bottom:100%;margin-bottom:-1px}@media (max-width:500px){.iti__country-list{white-space:normal}}.iti__flag-box{display:inline-block;width:20px}.iti__divider{padding-bottom:5px;margin-bottom:5px;border-bottom:1px solid #ccc}.iti__country{padding:5px 10px;outline:0}.iti__dial-code{color:#999}.iti__country.iti__highlight{background-color:rgba(0,0,0,.05)}.iti__country-name,.iti__dial-code,.iti__flag-box{vertical-align:middle}.iti__country-name,.iti__flag-box{margin-right:6px}.iti--allow-dropdown input,.iti--allow-dropdown input[type=tel],.iti--allow-dropdown input[type=text],.iti--separate-dial-code input,.iti--separate-dial-code input[type=tel],.iti--separate-dial-code input[type=text]{padding-right:6px;padding-left:52px;margin-left:0}.iti--allow-dropdown .iti__flag-container,.iti--separate-dial-code .iti__flag-container{right:auto;left:0}.iti--allow-dropdown .iti__flag-container:hover{cursor:pointer}.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag{background-color:rgba(0,0,0,.05)}.iti--allow-dropdown input[disabled]+.iti__flag-container:hover,.iti--allow-dropdown input[readonly]+.iti__flag-container:hover{cursor:default}.iti--allow-dropdown input[disabled]+.iti__flag-container:hover .iti__selected-flag,.iti--allow-dropdown input[readonly]+.iti__flag-container:hover .iti__selected-flag{background-color:transparent}.iti--separate-dial-code .iti__selected-flag{background-color:rgba(0,0,0,.05)}.iti--separate-dial-code .iti__selected-dial-code{margin-left:6px}.iti--container{position:absolute;top:-1000px;left:-1000px;z-index:1060;padding:1px}.iti--container:hover{cursor:pointer}.iti-mobile .iti--container{top:30px;bottom:30px;left:30px;right:30px;position:fixed}.iti-mobile .iti__country-list{max-height:100%;width:100%}.iti-mobile .iti__country{padding:10px 10px;line-height:1.5em}.iti__flag{width:20px}.iti__flag.iti__be{width:18px}.iti__flag.iti__ch{width:15px}.iti__flag.iti__mc{width:19px}.iti__flag.iti__ne{width:18px}.iti__flag.iti__np{width:13px}.iti__flag.iti__va{width:15px}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){.iti__flag{background-size:5652px 15px}}.iti__flag.iti__ac{height:10px;background-position:0 0}.iti__flag.iti__ad{height:14px;background-position:-22px 0}.iti__flag.iti__ae{height:10px;background-position:-44px 0}.iti__flag.iti__af{height:14px;background-position:-66px 0}.iti__flag.iti__ag{height:14px;background-position:-88px 0}.iti__flag.iti__ai{height:10px;background-position:-110px 0}.iti__flag.iti__al{height:15px;background-position:-132px 0}.iti__flag.iti__am{height:10px;background-position:-154px 0}.iti__flag.iti__ao{height:14px;background-position:-176px 0}.iti__flag.iti__aq{height:14px;background-position:-198px 0}.iti__flag.iti__ar{height:13px;background-position:-220px 0}.iti__flag.iti__as{height:10px;background-position:-242px 0}.iti__flag.iti__at{height:14px;background-position:-264px 0}.iti__flag.iti__au{height:10px;background-position:-286px 0}.iti__flag.iti__aw{height:14px;background-position:-308px 0}.iti__flag.iti__ax{height:13px;background-position:-330px 0}.iti__flag.iti__az{height:10px;background-position:-352px 0}.iti__flag.iti__ba{height:10px;background-position:-374px 0}.iti__flag.iti__bb{height:14px;background-position:-396px 0}.iti__flag.iti__bd{height:12px;background-position:-418px 0}.iti__flag.iti__be{height:15px;background-position:-440px 0}.iti__flag.iti__bf{height:14px;background-position:-460px 0}.iti__flag.iti__bg{height:12px;background-position:-482px 0}.iti__flag.iti__bh{height:12px;background-position:-504px 0}.iti__flag.iti__bi{height:12px;background-position:-526px 0}.iti__flag.iti__bj{height:14px;background-position:-548px 0}.iti__flag.iti__bl{height:14px;background-position:-570px 0}.iti__flag.iti__bm{height:10px;background-position:-592px 0}.iti__flag.iti__bn{height:10px;background-position:-614px 0}.iti__flag.iti__bo{height:14px;background-position:-636px 0}.iti__flag.iti__bq{height:14px;background-position:-658px 0}.iti__flag.iti__br{height:14px;background-position:-680px 0}.iti__flag.iti__bs{height:10px;background-position:-702px 0}.iti__flag.iti__bt{height:14px;background-position:-724px 0}.iti__flag.iti__bv{height:15px;background-position:-746px 0}.iti__flag.iti__bw{height:14px;background-position:-768px 0}.iti__flag.iti__by{height:10px;background-position:-790px 0}.iti__flag.iti__bz{height:14px;background-position:-812px 0}.iti__flag.iti__ca{height:10px;background-position:-834px 0}.iti__flag.iti__cc{height:10px;background-position:-856px 0}.iti__flag.iti__cd{height:15px;background-position:-878px 0}.iti__flag.iti__cf{height:14px;background-position:-900px 0}.iti__flag.iti__cg{height:14px;background-position:-922px 0}.iti__flag.iti__ch{height:15px;background-position:-944px 0}.iti__flag.iti__ci{height:14px;background-position:-961px 0}.iti__flag.iti__ck{height:10px;background-position:-983px 0}.iti__flag.iti__cl{height:14px;background-position:-1005px 0}.iti__flag.iti__cm{height:14px;background-position:-1027px 0}.iti__flag.iti__cn{height:14px;background-position:-1049px 0}.iti__flag.iti__co{height:14px;background-position:-1071px 0}.iti__flag.iti__cp{height:14px;background-position:-1093px 0}.iti__flag.iti__cr{height:12px;background-position:-1115px 0}.iti__flag.iti__cu{height:10px;background-position:-1137px 0}.iti__flag.iti__cv{height:12px;background-position:-1159px 0}.iti__flag.iti__cw{height:14px;background-position:-1181px 0}.iti__flag.iti__cx{height:10px;background-position:-1203px 0}.iti__flag.iti__cy{height:14px;background-position:-1225px 0}.iti__flag.iti__cz{height:14px;background-position:-1247px 0}.iti__flag.iti__de{height:12px;background-position:-1269px 0}.iti__flag.iti__dg{height:10px;background-position:-1291px 0}.iti__flag.iti__dj{height:14px;background-position:-1313px 0}.iti__flag.iti__dk{height:15px;background-position:-1335px 0}.iti__flag.iti__dm{height:10px;background-position:-1357px 0}.iti__flag.iti__do{height:14px;background-position:-1379px 0}.iti__flag.iti__dz{height:14px;background-position:-1401px 0}.iti__flag.iti__ea{height:14px;background-position:-1423px 0}.iti__flag.iti__ec{height:14px;background-position:-1445px 0}.iti__flag.iti__ee{height:13px;background-position:-1467px 0}.iti__flag.iti__eg{height:14px;background-position:-1489px 0}.iti__flag.iti__eh{height:10px;background-position:-1511px 0}.iti__flag.iti__er{height:10px;background-position:-1533px 0}.iti__flag.iti__es{height:14px;background-position:-1555px 0}.iti__flag.iti__et{height:10px;background-position:-1577px 0}.iti__flag.iti__eu{height:14px;background-position:-1599px 0}.iti__flag.iti__fi{height:12px;background-position:-1621px 0}.iti__flag.iti__fj{height:10px;background-position:-1643px 0}.iti__flag.iti__fk{height:10px;background-position:-1665px 0}.iti__flag.iti__fm{height:11px;background-position:-1687px 0}.iti__flag.iti__fo{height:15px;background-position:-1709px 0}.iti__flag.iti__fr{height:14px;background-position:-1731px 0}.iti__flag.iti__ga{height:15px;background-position:-1753px 0}.iti__flag.iti__gb{height:10px;background-position:-1775px 0}.iti__flag.iti__gd{height:12px;background-position:-1797px 0}.iti__flag.iti__ge{height:14px;background-position:-1819px 0}.iti__flag.iti__gf{height:14px;background-position:-1841px 0}.iti__flag.iti__gg{height:14px;background-position:-1863px 0}.iti__flag.iti__gh{height:14px;background-position:-1885px 0}.iti__flag.iti__gi{height:10px;background-position:-1907px 0}.iti__flag.iti__gl{height:14px;background-position:-1929px 0}.iti__flag.iti__gm{height:14px;background-position:-1951px 0}.iti__flag.iti__gn{height:14px;background-position:-1973px 0}.iti__flag.iti__gp{height:14px;background-position:-1995px 0}.iti__flag.iti__gq{height:14px;background-position:-2017px 0}.iti__flag.iti__gr{height:14px;background-position:-2039px 0}.iti__flag.iti__gs{height:10px;background-position:-2061px 0}.iti__flag.iti__gt{height:13px;background-position:-2083px 0}.iti__flag.iti__gu{height:11px;background-position:-2105px 0}.iti__flag.iti__gw{height:10px;background-position:-2127px 0}.iti__flag.iti__gy{height:12px;background-position:-2149px 0}.iti__flag.iti__hk{height:14px;background-position:-2171px 0}.iti__flag.iti__hm{height:10px;background-position:-2193px 0}.iti__flag.iti__hn{height:10px;background-position:-2215px 0}.iti__flag.iti__hr{height:10px;background-position:-2237px 0}.iti__flag.iti__ht{height:12px;background-position:-2259px 0}.iti__flag.iti__hu{height:10px;background-position:-2281px 0}.iti__flag.iti__ic{height:14px;background-position:-2303px 0}.iti__flag.iti__id{height:14px;background-position:-2325px 0}.iti__flag.iti__ie{height:10px;background-position:-2347px 0}.iti__flag.iti__il{height:15px;background-position:-2369px 0}.iti__flag.iti__im{height:10px;background-position:-2391px 0}.iti__flag.iti__in{height:14px;background-position:-2413px 0}.iti__flag.iti__io{height:10px;background-position:-2435px 0}.iti__flag.iti__iq{height:14px;background-position:-2457px 0}.iti__flag.iti__ir{height:12px;background-position:-2479px 0}.iti__flag.iti__is{height:15px;background-position:-2501px 0}.iti__flag.iti__it{height:14px;background-position:-2523px 0}.iti__flag.iti__je{height:12px;background-position:-2545px 0}.iti__flag.iti__jm{height:10px;background-position:-2567px 0}.iti__flag.iti__jo{height:10px;background-position:-2589px 0}.iti__flag.iti__jp{height:14px;background-position:-2611px 0}.iti__flag.iti__ke{height:14px;background-position:-2633px 0}.iti__flag.iti__kg{height:12px;background-position:-2655px 0}.iti__flag.iti__kh{height:13px;background-position:-2677px 0}.iti__flag.iti__ki{height:10px;background-position:-2699px 0}.iti__flag.iti__km{height:12px;background-position:-2721px 0}.iti__flag.iti__kn{height:14px;background-position:-2743px 0}.iti__flag.iti__kp{height:10px;background-position:-2765px 0}.iti__flag.iti__kr{height:14px;background-position:-2787px 0}.iti__flag.iti__kw{height:10px;background-position:-2809px 0}.iti__flag.iti__ky{height:10px;background-position:-2831px 0}.iti__flag.iti__kz{height:10px;background-position:-2853px 0}.iti__flag.iti__la{height:14px;background-position:-2875px 0}.iti__flag.iti__lb{height:14px;background-position:-2897px 0}.iti__flag.iti__lc{height:10px;background-position:-2919px 0}.iti__flag.iti__li{height:12px;background-position:-2941px 0}.iti__flag.iti__lk{height:10px;background-position:-2963px 0}.iti__flag.iti__lr{height:11px;background-position:-2985px 0}.iti__flag.iti__ls{height:14px;background-position:-3007px 0}.iti__flag.iti__lt{height:12px;background-position:-3029px 0}.iti__flag.iti__lu{height:12px;background-position:-3051px 0}.iti__flag.iti__lv{height:10px;background-position:-3073px 0}.iti__flag.iti__ly{height:10px;background-position:-3095px 0}.iti__flag.iti__ma{height:14px;background-position:-3117px 0}.iti__flag.iti__mc{height:15px;background-position:-3139px 0}.iti__flag.iti__md{height:10px;background-position:-3160px 0}.iti__flag.iti__me{height:10px;background-position:-3182px 0}.iti__flag.iti__mf{height:14px;background-position:-3204px 0}.iti__flag.iti__mg{height:14px;background-position:-3226px 0}.iti__flag.iti__mh{height:11px;background-position:-3248px 0}.iti__flag.iti__mk{height:10px;background-position:-3270px 0}.iti__flag.iti__ml{height:14px;background-position:-3292px 0}.iti__flag.iti__mm{height:14px;background-position:-3314px 0}.iti__flag.iti__mn{height:10px;background-position:-3336px 0}.iti__flag.iti__mo{height:14px;background-position:-3358px 0}.iti__flag.iti__mp{height:10px;background-position:-3380px 0}.iti__flag.iti__mq{height:14px;background-position:-3402px 0}.iti__flag.iti__mr{height:14px;background-position:-3424px 0}.iti__flag.iti__ms{height:10px;background-position:-3446px 0}.iti__flag.iti__mt{height:14px;background-position:-3468px 0}.iti__flag.iti__mu{height:14px;background-position:-3490px 0}.iti__flag.iti__mv{height:14px;background-position:-3512px 0}.iti__flag.iti__mw{height:14px;background-position:-3534px 0}.iti__flag.iti__mx{height:12px;background-position:-3556px 0}.iti__flag.iti__my{height:10px;background-position:-3578px 0}.iti__flag.iti__mz{height:14px;background-position:-3600px 0}.iti__flag.iti__na{height:14px;background-position:-3622px 0}.iti__flag.iti__nc{height:10px;background-position:-3644px 0}.iti__flag.iti__ne{height:15px;background-position:-3666px 0}.iti__flag.iti__nf{height:10px;background-position:-3686px 0}.iti__flag.iti__ng{height:10px;background-position:-3708px 0}.iti__flag.iti__ni{height:12px;background-position:-3730px 0}.iti__flag.iti__nl{height:14px;background-position:-3752px 0}.iti__flag.iti__no{height:15px;background-position:-3774px 0}.iti__flag.iti__np{height:15px;background-position:-3796px 0}.iti__flag.iti__nr{height:10px;background-position:-3811px 0}.iti__flag.iti__nu{height:10px;background-position:-3833px 0}.iti__flag.iti__nz{height:10px;background-position:-3855px 0}.iti__flag.iti__om{height:10px;background-position:-3877px 0}.iti__flag.iti__pa{height:14px;background-position:-3899px 0}.iti__flag.iti__pe{height:14px;background-position:-3921px 0}.iti__flag.iti__pf{height:14px;background-position:-3943px 0}.iti__flag.iti__pg{height:15px;background-position:-3965px 0}.iti__flag.iti__ph{height:10px;background-position:-3987px 0}.iti__flag.iti__pk{height:14px;background-position:-4009px 0}.iti__flag.iti__pl{height:13px;background-position:-4031px 0}.iti__flag.iti__pm{height:14px;background-position:-4053px 0}.iti__flag.iti__pn{height:10px;background-position:-4075px 0}.iti__flag.iti__pr{height:14px;background-position:-4097px 0}.iti__flag.iti__ps{height:10px;background-position:-4119px 0}.iti__flag.iti__pt{height:14px;background-position:-4141px 0}.iti__flag.iti__pw{height:13px;background-position:-4163px 0}.iti__flag.iti__py{height:11px;background-position:-4185px 0}.iti__flag.iti__qa{height:8px;background-position:-4207px 0}.iti__flag.iti__re{height:14px;background-position:-4229px 0}.iti__flag.iti__ro{height:14px;background-position:-4251px 0}.iti__flag.iti__rs{height:14px;background-position:-4273px 0}.iti__flag.iti__ru{height:14px;background-position:-4295px 0}.iti__flag.iti__rw{height:14px;background-position:-4317px 0}.iti__flag.iti__sa{height:14px;background-position:-4339px 0}.iti__flag.iti__sb{height:10px;background-position:-4361px 0}.iti__flag.iti__sc{height:10px;background-position:-4383px 0}.iti__flag.iti__sd{height:10px;background-position:-4405px 0}.iti__flag.iti__se{height:13px;background-position:-4427px 0}.iti__flag.iti__sg{height:14px;background-position:-4449px 0}.iti__flag.iti__sh{height:10px;background-position:-4471px 0}.iti__flag.iti__si{height:10px;background-position:-4493px 0}.iti__flag.iti__sj{height:15px;background-position:-4515px 0}.iti__flag.iti__sk{height:14px;background-position:-4537px 0}.iti__flag.iti__sl{height:14px;background-position:-4559px 0}.iti__flag.iti__sm{height:15px;background-position:-4581px 0}.iti__flag.iti__sn{height:14px;background-position:-4603px 0}.iti__flag.iti__so{height:14px;background-position:-4625px 0}.iti__flag.iti__sr{height:14px;background-position:-4647px 0}.iti__flag.iti__ss{height:10px;background-position:-4669px 0}.iti__flag.iti__st{height:10px;background-position:-4691px 0}.iti__flag.iti__sv{height:12px;background-position:-4713px 0}.iti__flag.iti__sx{height:14px;background-position:-4735px 0}.iti__flag.iti__sy{height:14px;background-position:-4757px 0}.iti__flag.iti__sz{height:14px;background-position:-4779px 0}.iti__flag.iti__ta{height:10px;background-position:-4801px 0}.iti__flag.iti__tc{height:10px;background-position:-4823px 0}.iti__flag.iti__td{height:14px;background-position:-4845px 0}.iti__flag.iti__tf{height:14px;background-position:-4867px 0}.iti__flag.iti__tg{height:13px;background-position:-4889px 0}.iti__flag.iti__th{height:14px;background-position:-4911px 0}.iti__flag.iti__tj{height:10px;background-position:-4933px 0}.iti__flag.iti__tk{height:10px;background-position:-4955px 0}.iti__flag.iti__tl{height:10px;background-position:-4977px 0}.iti__flag.iti__tm{height:14px;background-position:-4999px 0}.iti__flag.iti__tn{height:14px;background-position:-5021px 0}.iti__flag.iti__to{height:10px;background-position:-5043px 0}.iti__flag.iti__tr{height:14px;background-position:-5065px 0}.iti__flag.iti__tt{height:12px;background-position:-5087px 0}.iti__flag.iti__tv{height:10px;background-position:-5109px 0}.iti__flag.iti__tw{height:14px;background-position:-5131px 0}.iti__flag.iti__tz{height:14px;background-position:-5153px 0}.iti__flag.iti__ua{height:14px;background-position:-5175px 0}.iti__flag.iti__ug{height:14px;background-position:-5197px 0}.iti__flag.iti__um{height:11px;background-position:-5219px 0}.iti__flag.iti__un{height:14px;background-position:-5241px 0}.iti__flag.iti__us{height:11px;background-position:-5263px 0}.iti__flag.iti__uy{height:14px;background-position:-5285px 0}.iti__flag.iti__uz{height:10px;background-position:-5307px 0}.iti__flag.iti__va{height:15px;background-position:-5329px 0}.iti__flag.iti__vc{height:14px;background-position:-5346px 0}.iti__flag.iti__ve{height:14px;background-position:-5368px 0}.iti__flag.iti__vg{height:10px;background-position:-5390px 0}.iti__flag.iti__vi{height:14px;background-position:-5412px 0}.iti__flag.iti__vn{height:14px;background-position:-5434px 0}.iti__flag.iti__vu{height:12px;background-position:-5456px 0}.iti__flag.iti__wf{height:14px;background-position:-5478px 0}.iti__flag.iti__ws{height:10px;background-position:-5500px 0}.iti__flag.iti__xk{height:15px;background-position:-5522px 0}.iti__flag.iti__ye{height:14px;background-position:-5544px 0}.iti__flag.iti__yt{height:14px;background-position:-5566px 0}.iti__flag.iti__za{height:14px;background-position:-5588px 0}.iti__flag.iti__zm{height:14px;background-position:-5610px 0}.iti__flag.iti__zw{height:10px;background-position:-5632px 0}.iti__flag{height:15px;box-shadow:0 0 1px 0 #888;background-image:url(../../frontend/bluesky/bluesky_kalles_default/en_US/BlueFormBuilder_Core/img/flags.png);background-repeat:no-repeat;background-color:#dbdbdb;background-position:20px 0}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){.iti__flag{background-image:url(../../frontend/bluesky/bluesky_kalles_default/en_US/BlueFormBuilder_Core/img/flags@2x.png)}}.iti__flag.iti__np{background-color:transparent}.fotorama-stretch,
.fotorama-focus-overlay:after,
.fotorama__stage__shaft,
.fotorama__stage__frame,
.fotorama__html,
.fotorama__video iframe {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.fotorama-grab-cursor,
.fotorama__wrap .fotorama__grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.fotorama-grabbing-cursor,
.fotorama__grabbing * {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
.fotorama-gpu,
.fotorama--fullscreen,
.fotorama__caption,
.fotorama__wrap--css3 .fotorama__spinner,
.fotorama__wrap--css3 .fotorama__stage,
.fotorama__wrap--css3 .fotorama__nav,
.fotorama__wrap--css3 .fotorama__stage__frame,
.fotorama__wrap--css3 .fotorama__html,
.fotorama__stage:before,
.fotorama__nav:before,
.fotorama__stage:after,
.fotorama__nav:after,
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full {
  transform: translateZ(0);
}
.fotorama-focus,
.fotorama__nav__frame,
.fotorama__fullscreen-icon:focus,
.fotorama__zoom-out:focus,
.fotorama__zoom-in:focus {
  outline: 0;
}
.fotorama-focus-overlay:after {
  background-color: #56cfe1;
  border-radius: inherit;
  content: '';
}
.fotorama-transform-disabled,
.fotorama__wrap--video .fotorama__stage__shaft,
.fotorama__wrap--video .fotorama__stage,
.fotorama__wrap--video .fotorama__stage__frame--video,
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img,
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html {
  transform: none !important;
}
.fotorama-transition-for-slide,
.fotorama__wrap--css3 .fotorama__stage__shaft,
.fotorama__wrap--css3 .fotorama__nav__shaft,
.fotorama__wrap--css3 .fotorama__thumb-border {
  transition-duration: 0ms;
  transition-property: transform, width;
  transition-timing-function: cubic-bezier(0.1, 0, 0.25, 1);
}
.fotorama-no-select,
.fotorama__wrap,
.fotorama__no-select,
.fotorama__arr,
.fotorama__fullscreen-icon,
.fotorama__video-close {
  user-select: none;
}
.fotorama-select,
.fotorama__select {
  user-select: text;
}
.fotorama-empty-bg {
  background: url(data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs=);
}
.fotorama-auto-margin,
.fotorama__nav,
.fotorama__nav__frame {
  margin: auto;
  padding: 0;
}
.fotorama-inline-block,
.fotorama__nav__shaft,
.fotorama__nav__frame,
.fotorama__caption__wrap {
  *display: inline;
  *zoom: 1;
  -moz-box-orient: vertical;
  display: -moz-inline-box;
  display: inline-block;
  vertical-align: middle;
}
.fotorama-content-box,
.fotorama__nav__frame {
  box-sizing: content-box;
}
.fotorama-border-box,
.fotorama__caption__wrap,
.fotorama__arr {
  box-sizing: border-box;
}
.fotorama-hidden,
.fotorama--hidden,
.fotorama__load {
  left: -99999px;
  position: absolute;
  top: -99999px;
  z-index: -1000;
}
.fotorama-visible {
  left: auto;
  opacity: 1;
  position: relative;
  top: auto;
  z-index: auto;
}
.fotorama-no-tap,
.fotorama__stage__shaft,
.fotorama__stage__frame,
.fotorama__nav,
.fotorama__nav__shaft,
.fotorama__nav__frame,
.fotorama__arr,
.fotorama__fullscreen-icon,
.fotorama__video-close {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.transitionDuration {
  transition-duration: 333ms;
}
.transitionDurationZero {
  transition-duration: 0ms;
}
.fotorama-sprite,
.fotorama__fullscreen .fotorama__zoom-out,
.fotorama__fullscreen .fotorama__zoom-in,
.fotorama__arr .fotorama__arr__arr,
.fotorama__fullscreen-icon,
.fotorama__video-play,
.fotorama__thumb--icon,
.fotorama__video-close {
  background-image: url('../../frontend/bluesky/bluesky_kalles_default/en_US/mage/gallery/gallery.png');
  background-repeat: no-repeat;
}
@media print {
  .fotorama-print-background,
  .fotorama-sprite,
  .fotorama__fullscreen .fotorama__zoom-out,
  .fotorama__fullscreen .fotorama__zoom-in,
  .fotorama__arr .fotorama__arr__arr,
  .fotorama__fullscreen-icon,
  .fotorama__video-play,
  .fotorama__thumb--icon,
  .fotorama__video-close {
    background: none !important;
  }
}
.fotorama__fullscreen-icon:focus,
.fotorama__zoom-out:focus,
.fotorama__zoom-in:focus,
.fotorama__arr:focus,
.fotorama__stage__shaft:focus,
.fotorama__nav__frame--thumb:focus .fotorama__thumb,
.fotorama__nav__frame--dot:focus .fotorama__dot {
  box-shadow: none;
}
.fotorama__fullscreen-icon:focus:after,
.fotorama__zoom-out:focus:after,
.fotorama__zoom-in:focus:after,
.fotorama__arr:focus:after,
.fotorama__stage__shaft:focus:after,
.fotorama__nav__frame--thumb:focus .fotorama__thumb:after,
.fotorama__nav__frame--dot:focus .fotorama__dot:after {
  border-radius: inherit;
  bottom: 3px;
  box-shadow: none;
  content: '';
  left: 3px;
  position: absolute;
  right: 3px;
  top: 3px;
  z-index: 1000;
}
.fotorama__nav__frame--thumb:focus .fotorama__thumb:after,
.fotorama__nav__frame--dot:focus .fotorama__thumb:after,
.fotorama__nav__frame--thumb:focus .fotorama__dot:after,
.fotorama__nav__frame--dot:focus .fotorama__dot:after {
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}
.fotorama__nav__frame--thumb:focus .fotorama__thumb.fotorama_vertical_ratio:after,
.fotorama__nav__frame--dot:focus .fotorama__thumb.fotorama_vertical_ratio:after {
  left: 2px;
  right: 2px;
}
.fotorama__nav__frame--thumb:focus .fotorama__thumb,
.fotorama__nav__frame--dot:focus .fotorama__thumb {
  overflow: inherit;
}
.fotorama__nav__frame:nth-child(2):focus .fotorama__thumb:after {
  left: 1px;
}
.fotorama__nav__frame:nth-child(2):focus .fotorama__thumb.fotorama_vertical_ratio:after {
  top: 1px;
}
.fotorama__nav__frame:last-child:focus .fotorama__thumb:after {
  right: 1px;
}
.fotorama__nav__frame:last-child:focus .fotorama__thumb.fotorama_vertical_ratio:after {
  bottom: 1px;
}
.fotorama__thumb__arr {
  box-shadow: none;
}
.fotorama--fullscreen {
  background: #fff;
  bottom: 0 !important;
  float: none !important;
  left: 0 !important;
  margin: 0 !important;
  position: fixed !important;
  right: 0 !important;
  top: 0 !important;
  width: 100% !important;
  z-index: 1000 !important;
}
.fotorama--fullscreen .fotorama__wrap {
  max-width: 100% !important;
}
.fotorama__fullscreen {
  overflow: hidden;
  position: relative;
}
.fotorama__fullscreen .fotorama__zoom-in,
.fotorama__fullscreen .fotorama__zoom-out {
  cursor: pointer;
  display: block;
  height: 80px;
  overflow: hidden;
  position: absolute;
  width: 80px;
}
.fotorama__fullscreen .fotorama__zoom-out {
  background-position: 0 -80px !important;
  top: 80px;
}
.fotorama__fullscreen .fotorama__zoom-out.fotorama__zoom-out--disabled {
  display: none;
}
.fotorama__fullscreen .fotorama__zoom-in {
  background-position: 0 0 !important;
  top: 0;
}
.fotorama__fullscreen .fotorama__zoom-in.fotorama__zoom-in--disabled {
  display: none;
}
.fotorama__fullscreen .fotorama__video-close {
  display: none;
}
.fotorama--fullscreen .fotorama__loaded--full .fotorama__img {
  display: none;
}
.fotorama--fullscreen .fotorama__loaded--full .fotorama__img--full {
  display: block;
}
/* link color */
/* Breacrumbs background */
.hidden {
  display: none;
}
.w-max-45 {
  max-width: 45% !important;
}
.color_primary {
  color: #56cfe1;
}
.color_heading {
  color: #222;
}
.fotorama__zoom-in,
.fotorama__zoom-out {
  display: none;
}
.fotorama {
  min-width: 1px;
  overflow: hidden;
}
.fotorama__wrap {
  -webkit-text-size-adjust: 100%;
  direction: ltr;
  position: relative;
  z-index: 0;
}
.fotorama__wrap--rtl .fotorama__stage__frame {
  direction: rtl;
}
.fotorama__stage,
.fotorama__nav {
  max-width: 100%;
  overflow: hidden;
  position: relative;
}
.fotorama__wrap--pan-y {
  -ms-touch-action: pan-y;
}
.fotorama__stage__shaft {
  position: relative;
}
.fotorama__wrap .fotorama__pointer {
  cursor: pointer;
}
.fotorama__wrap--slide .fotorama__stage__frame {
  opacity: 1 !important;
}
.fotorama__stage__frame {
  overflow: hidden;
}
.fotorama__stage__frame.fotorama__active {
  z-index: 8;
}
.fotorama__stage[style*="lef"] {
  margin-left: 10px;
}
.fotorama__wrap--fade .fotorama__stage__frame {
  display: none;
}
.fotorama__wrap--fade .fotorama__stage__frame.fotorama__active,
.fotorama__wrap--fade .fotorama__fade-front,
.fotorama__wrap--fade .fotorama__fade-rear {
  display: block;
  left: 0;
  top: 0;
}
.fotorama__wrap--fade .fotorama__fade-front {
  z-index: 8;
}
.fotorama__wrap--fade .fotorama__fade-rear {
  z-index: 7;
}
.fotorama__wrap--fade .fotorama__fade-rear.fotorama__active {
  z-index: 9;
}
.fotorama__wrap--fade .fotorama__stage .fotorama__shadow {
  display: none;
}
.fotorama__img {
  border: none !important;
  max-width: inherit;
  opacity: 0;
  -webkit-animation: 1.25s cubic-bezier(0.26, 0.54, 0.32, 1) forwards fadeIn;
  -moz-animation: 1.25s cubic-bezier(0.26, 0.54, 0.32, 1) forwards fadeIn;
  -ms-animation: 1.25s cubic-bezier(0.26, 0.54, 0.32, 1) forwards fadeIn;
  animation: 1.25s cubic-bezier(0.26, 0.54, 0.32, 1) forwards fadeIn;
}
.fotorama__loaded .fotorama__img,
.fotorama__error .fotorama__img {
  opacity: 1;
}
.fotorama__img--full {
  display: none;
}
.fotorama__nav {
  display: none;
  font-size: 0;
  line-height: 0;
  white-space: nowrap;
  z-index: 5;
}
.fotorama__nav__shaft {
  left: 0;
  position: relative;
  text-align: left;
  top: 0;
}
.fotorama__nav__frame {
  position: relative;
}
.fotorama__nav--dots {
  display: block;
  text-align: center;
}
.fotorama__nav--dots .fotorama__nav__frame {
  height: 30px;
  width: 18px;
}
.fotorama__nav--dots .fotorama__nav__frame--thumb,
.fotorama__nav--dots .fotorama__thumb-border {
  display: none;
}
.fotorama__nav--thumbs {
  display: block;
}
.fotorama__nav--thumbs .fotorama__nav__frame {
  padding: 0 !important;
  border: 1px solid #e6e6e6;
  box-sizing: border-box;
}
.fotorama__nav--thumbs .fotorama__nav__frame.fotorama__active {
  border-color: #56cfe1;
  opacity: 1;
}
.fotorama__nav--thumbs .fotorama__nav__frame:last-child {
  padding-right: 0 !important;
}
.fotorama__nav--thumbs .fotorama__nav__frame--dot {
  display: none;
}
.fotorama__active .fotorama__dot {
  background-color: #56cfe1;
  border-color: #56cfe1;
}
.fotorama__nav__frame.fotorama__active .fotorama__nav__frame {
  border-width: 3px;
  height: 0;
  width: 0;
}
.fotorama__nav__frame.fotorama__active .fotorama__nav__frame:after {
  left: -3px;
  padding: 3px;
  top: -3px;
}
.fotorama__nav__frame:focus  {
  box-shadow: none;
}
.fotorama__nav__frame:focus :after {
  left: -1px;
  padding: 1px;
  top: -1px;
}
.fotorama__dot {
  border-radius: 6px;
  border: 1px solid #858585;
  display: block;
  height: 4px;
  left: 6px;
  position: relative;
  top: 12px;
  width: 4px;
}
.fotorama__thumb {
  background-color: #ebebeb;
  height: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.fotorama__nav__frame:focus .fotorama__thumb {
  z-index: 2;
}
.fotorama__thumb-border {
  display: none;
}
.fotorama__caption {
  bottom: 0;
  color: #000;
  font-size: 14px;
  left: 0;
  line-height: 1.5;
  position: absolute;
  right: 0;
  z-index: 12;
}
.fotorama__caption a {
  border-bottom: 1px solid;
  border-color: rgba(0, 0, 0, 0.005);
  color: #000;
  text-decoration: none;
}
.fotorama__caption a:hover {
  border-color: rgba(0, 0, 0, 0.005);
  color: #000;
}
.fotorama__wrap--rtl .fotorama__caption {
  left: auto;
  right: 0;
}
.fotorama__wrap--video .fotorama__caption,
.fotorama__wrap--no-captions .fotorama__caption {
  display: none;
}
.fotorama__caption__wrap {
  background-color: #fff;
  padding: 5px 10px;
}
@keyframes spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.fotorama__spinner {
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  left: 50%;
  position: absolute;
  top: 50%;
}
.fotorama__wrap--css3 .fotorama__spinner {
  animation: spinner 24s infinite linear;
}
.fotorama__wrap--css3 .fotorama__html {
  transition-duration: 0.3s;
  transition-property: opacity;
  transition-timing-function: linear;
}
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img,
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html {
  opacity: 0;
}
.fotorama__select {
  cursor: auto;
}
.fotorama__video {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 32px;
  z-index: 10;
}
@-moz-document url-prefix() {
  .fotorama__active {
    box-shadow: 0 0 0 transparent;
  }
}
.fotorama__arr,
.fotorama__fullscreen-icon,
.fotorama__video-close {
  cursor: pointer;
  position: absolute;
}
.fotorama__arr {
  z-index: 900;
}
.fotorama__fullscreen-icon,
.fotorama__zoom-out,
.fotorama__zoom-in,
.fotorama__video-close {
  z-index: 1000;
}
.fotorama__arr {
  bottom: 0;
  position: absolute;
  top: 0;
  width: 80px;
}
.fotorama__arr .fotorama__arr__arr {
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  left: 50%;
  position: absolute;
  top: 50%;
  height: 80px;
  width: 80px;
}
.fotorama__arr--prev {
  left: 0;
}
.fotorama__arr--prev .fotorama__arr__arr {
  background-position: -80px -80px;
}
.fotorama__arr--next {
  right: 0;
}
.fotorama__arr--next .fotorama__arr__arr {
  background-position: -160px -80px;
}
.fotorama__arr--disabled {
  *display: none;
  cursor: default;
  opacity: 0.1;
  pointer-events: none;
}
.fotorama__fullscreen-icon {
  background-position: 0 0;
  display: none;
  height: 80px;
  right: 0;
  top: 0;
  width: 80px;
  z-index: 1000;
}
.fotorama--fullscreen-icons .fotorama__fullscreen-icon {
  display: none;
}
.fotorama--fullscreen .fotorama__fullscreen-icon {
  background-position: -80px 0;
  display: inline-block;
}
.fotorama__video-play {
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  left: 50%;
  position: absolute;
  top: 50%;
  background-position: -80px -160px;
  height: 160px;
  width: 160px;
}
.fotorama__wrap--css2 .fotorama__video-play,
.fotorama__wrap--video .fotorama__stage .fotorama__video-play {
  display: none;
}
.fotorama__loaded .fotorama__video-play,
.fotorama__error .fotorama__video-play,
.fotorama__nav__frame .fotorama__video-play {
  display: block;
  opacity: 1;
}
.fotorama__nav__frame .fotorama__video-play {
  background-position: 0 -240px;
  height: 80px;
  width: 80px;
}
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr,
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon {
  opacity: 0;
}
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus,
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus {
  opacity: 1;
}
.fotorama__wrap--toggle-arrows:not(.fotorama__wrap--video) .fotorama__video-close {
  display: none;
}
.fotorama__wrap--toggle-arrows.fotorama__wrap--video .fotorama__video-close {
  opacity: 1;
  right: 93px;
  top: 97px;
}
.fotorama__wrap--toggle-arrows:not(.fotorama__wrap--video) .fotorama__video-close {
  display: none;
}
.fotorama__wrap--toggle-arrows.fotorama__wrap--video .fotorama__video-close {
  opacity: 1;
  right: 93px;
  top: 97px;
}
.fotorama__wrap--toggle-arrows:not(.fotorama__wrap--video) .fotorama__video-close {
  display: none;
}
.fotorama__wrap--toggle-arrows.fotorama__wrap--video .fotorama__video-close {
  opacity: 1;
  right: 93px;
  top: 97px;
}
.fotorama__wrap--video .fotorama__arr,
.fotorama__wrap--video .fotorama__fullscreen-icon {
  opacity: 0 !important;
}
.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr,
.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon {
  display: none;
}
.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus,
.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus {
  display: block;
}
.fotorama__wrap--css2.fotorama__wrap--video .fotorama__arr,
.fotorama__wrap--css2.fotorama__wrap--video .fotorama__fullscreen-icon {
  display: none !important;
}
.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:not(:focus) {
  -webkit-transform: translate3d(80px, -80px, 0);
  -ms-transform: translate3d(80px, -80px, 0);
  -o-transform: translate3d(80px, -80px, 0);
  transform: translate3d(80px, -80px, 0);
}
.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--prev:not(:focus) {
  -webkit-transform: translate3d(-120px, 0, 0);
  -ms-transform: translate3d(-120px, 0, 0);
  -o-transform: translate3d(-120px, 0, 0);
  transform: translate3d(-120px, 0, 0);
}
.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--next:not(:focus) {
  -webkit-transform: translate3d(120px, 0, 0);
  -ms-transform: translate3d(120px, 0, 0);
  -o-transform: translate3d(120px, 0, 0);
  transform: translate3d(120px, 0, 0);
}
.fotorama__wrap--css3.fotorama__wrap--video .fotorama__fullscreen-icon {
  -webkit-transform: translate3d(80px, -80px, 0) !important;
  -ms-transform: translate3d(80px, -80px, 0) !important;
  -o-transform: translate3d(80px, -80px, 0) !important;
  transform: translate3d(80px, -80px, 0) !important;
}
.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--prev {
  -webkit-transform: translate3d(-120px, 0, 0) !important;
  -ms-transform: translate3d(-120px, 0, 0) !important;
  -o-transform: translate3d(-120px, 0, 0) !important;
  transform: translate3d(-120px, 0, 0) !important;
}
.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--next {
  -webkit-transform: translate3d(120px, 0, 0) !important;
  -ms-transform: translate3d(120px, 0, 0) !important;
  -o-transform: translate3d(120px, 0, 0) !important;
  transform: translate3d(120px, 0, 0) !important;
}
.fotorama__wrap--css3 .fotorama__arr:not(:focus),
.fotorama__wrap--css3 .fotorama__fullscreen-icon:not(:focus),
.fotorama__wrap--css3 .fotorama__video-play:not(:focus),
.fotorama__wrap--css3 .fotorama__video-close:not(:focus) {
  transition-duration: 0.3s;
  transition-property: transform, opacity, background-color;
}
.fotorama__stage:before,
.fotorama__nav:before,
.fotorama__stage:after,
.fotorama__nav:after {
  background-repeat: no-repeat;
  content: '';
  display: block;
  pointer-events: none;
  position: absolute;
  text-decoration: none;
  z-index: 10;
}
.fotorama__stage:before,
.fotorama__nav:before {
  left: -10px;
  top: -10px;
}
.fotorama__stage:after,
.fotorama__nav:after {
  right: -10px;
  bottom: -10px;
}
.fotorama__stage.fotorama__shadows--left:before,
.fotorama__nav.fotorama__shadows--left:before,
.fotorama__stage.fotorama__shadows--right:after,
.fotorama__nav.fotorama__shadows--right:after {
  background-size: 1px 100%, 5px 100%;
  bottom: 0;
  height: auto;
  top: 0;
  width: 10px;
}
.fotorama__stage.fotorama__shadows--top:before,
.fotorama__nav.fotorama__shadows--top:before,
.fotorama__stage.fotorama__shadows--bottom:after,
.fotorama__nav.fotorama__shadows--bottom:after {
  background-size: 100% 1px, 100% 5px ;
  height: 10px;
  left: 0;
  right: 0;
  width: auto;
}
.fotorama__stage.fotorama__shadows--left:before,
.fotorama__nav.fotorama__shadows--left:before {
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), radial-gradient(farthest-side at 0 50%, rgba(0, 0, 0, 0.4), transparent);
  background-position: 0 0, 0 0;
  left: 0;
}
.fotorama__stage.fotorama__shadows--right:after,
.fotorama__nav.fotorama__shadows--right:after {
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), radial-gradient(farthest-side at 100% 50%, rgba(0, 0, 0, 0.4), transparent);
  background-position: 100% 0, 100% 0;
  right: 0;
}
.fotorama__stage.fotorama__shadows--top:before,
.fotorama__nav.fotorama__shadows--top:before {
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), radial-gradient(farthest-side at 50% 0, rgba(0, 0, 0, 0.4), transparent);
  background-position: 0 0, 0 0;
  top: 0;
}
.fotorama__stage.fotorama__shadows--bottom:after,
.fotorama__nav.fotorama__shadows--bottom:after {
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), radial-gradient(farthest-side at 50% 100%, rgba(0, 0, 0, 0.4), transparent);
  background-position: 0 100%, 0 100%;
  bottom: 0;
}
.fotorama--fullscreen .fotorama__stage:before,
.fotorama--fullscreen .fotorama__nav:before,
.fotorama__wrap--no-shadows .fotorama__stage:before,
.fotorama__wrap--no-shadows .fotorama__nav:before,
.fotorama__wrap--fade .fotorama__stage:before,
.fotorama--fullscreen .fotorama__stage:after,
.fotorama--fullscreen .fotorama__nav:after,
.fotorama__wrap--no-shadows .fotorama__stage:after,
.fotorama__wrap--no-shadows .fotorama__nav:after,
.fotorama__wrap--fade .fotorama__stage:after {
  display: none;
}
.fotorama__nav-wrap .fotorama_vertical_ratio .fotorama__img {
  height: auto;
  position: absolute;
  top: 0;
  width: 100%;
}
.fotorama__nav-wrap .fotorama_horizontal_ratio .fotorama__img {
  top: 0;
  left: 0;
  position: absolute;
  width: auto;
}
.magnifier-thumb-wrapper {
  display: block;
  left: 0;
  position: relative;
  top: 0;
}
.magnifier-lens {
  border: solid 1px #bbb;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 800;
}
.magnify-lens {
  background: rgba(255, 255, 255, 0.5);
  border: solid 1px #bbb;
  color: #fff;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  z-index: 1000;
  overflow: hidden;
}
.magnify-lens .magnifier-large {
  width: auto;
  height: auto;
  max-height: none;
  max-width: none;
  border: none;
  position: absolute;
  z-index: 100;
}
.magnifier-loader-text {
  margin-top: 10px;
}
.magnifier-preview {
  bottom: 0;
  left: 58%;
  overflow: hidden;
  padding: 0;
  position: absolute;
  z-index: 2;
  top: 215px;
}
.magnifier-preview:not(.hidden) {
  background-color: #fff;
}
.magnifier-preview img {
  left: 0;
  max-width: inherit;
  position: absolute;
  top: 0;
  object-fit: scale-down;
}
.fotorama__stage__frame {
  text-align: center;
}
.fotorama__stage__frame .fotorama__img {
  height: auto;
  left: 0;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  top: 0;
  transition-duration: 0.3s;
  transition-property: width, height, top, left;
  vertical-align: middle;
  width: auto;
}
.magnify-opaque {
  opacity: 0.5;
}
.magnify-hidden {
  display: none;
}
.fotorama__nav-wrap--vertical.fotorama__nav-wrap {
  display: inline-block;
  left: 0;
  position: absolute;
  top: 0;
  max-width: 80px;
}
.fotorama__nav-wrap--vertical .fotorama__nav__shaft {
  width: 100%;
}
.fotorama__nav-wrap--vertical .fotorama__nav__shaft .fotorama__nav__frame--thumb {
  display: block;
  padding: 0 !important;
  margin-bottom: 10px;
}
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img {
  display: none;
}
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img,
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full {
  bottom: 0;
  left: 0;
  margin: auto;
  max-height: inherit;
  max-width: inherit;
  position: absolute;
  right: 0;
  top: 0;
}
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full {
  cursor: default;
  display: block;
  height: auto;
  left: 0;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  top: 0;
  transition: 0.3s linear;
  vertical-align: middle;
  width: auto;
}
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full.fotorama__img--zoommable {
  cursor: pointer;
  max-height: none;
  max-width: none;
  transition-property: width, height, bottom, right, top, left;
}
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full.fotorama__img--draggable {
  cursor: move;
  transition-property: none;
}
.fotorama--fullscreen .fotorama__stage__frame iframe {
  left: 80px;
  width: calc(100% - 80px * 2);
}
.fotorama__nav-wrap--horizontal {
  margin-top: 10px;
}
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left,
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right {
  bottom: 0;
  cursor: pointer;
  position: absolute;
  top: 0;
  width: 30px;
  z-index: 1000;
}
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left .fotorama__thumb--icon,
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right .fotorama__thumb--icon {
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  left: 50%;
  position: absolute;
  top: 50%;
  width: 100%;
}
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left {
  left: 0;
}
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right {
  right: 0;
}
.fotorama__nav-wrap--horizontal .fotorama__nav__frame {
  margin-right: 10px;
}
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--left,
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--right {
  cursor: pointer;
  height: 30px;
  left: 0;
  position: absolute;
  right: 0;
  z-index: 1000;
}
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--left .fotorama__thumb--icon,
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--right .fotorama__thumb--icon {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  margin: auto;
  width: 30px;
}
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--left {
  top: 0;
}
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--right {
  bottom: 0;
}
.fotorama__wrap--only-active .fotorama__stage,
.fotorama__wrap--only-active .fotorama__nav {
  max-width: 99999px !important;
}
.fotorama__wrap--only-active .fotorama__stage__frame {
  visibility: hidden;
}
.fotorama__wrap--only-active .fotorama__stage__frame.fotorama__active {
  visibility: visible;
}
.fotorama__thumb--icon {
  font-size: 0.001px;
  padding-bottom: 30px;
}
.fotorama__thumb__arr--left .fotorama__thumb--icon {
  background-position: -25px -265px;
}
.fotorama__thumb__arr--right .fotorama__thumb--icon {
  background-position: -25px -350px;
}
.magnify-fullimage {
  display: none;
}
.fotorama__video-close {
  background-position: -80px 0;
  height: 80px;
  opacity: 0;
  right: 0;
  top: 0;
  transform: translate3d(80px, -80px, 0);
  transition: opacity 0.3s ease-in-out;
  width: 80px;
}
@media all and (max-width: 768px) {
  .fotorama__video-close {
    background-position: -100px -20px;
    top: 10px;
    height: 40px;
    width: 40px;
  }
}
.fotorama__video-close.fotorama-show-control {
  opacity: 1;
  transform: translate3d(0, -10px, 0);
}
.gallery-placeholder__image {
  display: block;
  margin: auto;
}
.fotorama__spinner {
  background-image: url('../../frontend/bluesky/bluesky_kalles_default/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;
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sources%22%3A%5B%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fen_US%5C%2Fmage%5C%2Fgallery%5C%2Fmodule%5C%2F_extends.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fen_US%5C%2Fmage%5C%2Fgallery%5C%2Fgallery.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fen_US%5C%2Fmage%5C%2Fgallery%5C%2Fmodule%5C%2F_fullscreen.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fen_US%5C%2Fmage%5C%2Fgallery%5C%2Fmodule%5C%2F_mixins.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fen_US%5C%2Fmage%5C%2Fgallery%5C%2Fmodule%5C%2F_focus.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_variables.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_utilities.less%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22AAKA%3BAAqCI%2CuBAAC%3BACWL%3BAA0BA%3BAAqDA%3BAA8OA%2CgBAOI%3BEDnXA%2CSAAA%3BEACA%2CYAAA%3BEACA%2COAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3B%3BAAGJ%3BAC4CA%2CeAKI%3BEDhDA%2CYAAA%3BEACA%2CoBAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%3BACmDA%2CmBAAoB%3BEDlDhB%2CYAAA%3BEACA%2CwBAAA%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3BEACA%2CgBAAA%3B%3BAAGJ%3BAE5BA%3BADkQA%3BAAwDA%2CqBAMI%3BAANJ%2CqBAUI%3BAAVJ%2CqBAWI%3BAAXJ%2CqBAYI%3BAAZJ%2CqBAeI%3BAAqSA%2CgBAAC%3BAAAD%2CcAAC%3BAACD%2CgBAAC%3BAAAD%2CcAAC%3BAAyML%2CqBACI%2CwBAeI%3BED3yBJ%2CWAAW%2CaAAX%3B%3BAAGJ%3BACsHA%3BAAoTI%2C0BAAC%3BAAAD%2CmBAAC%3BAAAD%2CkBAAC%3BEDzaD%2CUAAA%3B%3BAAIA%2CuBAAC%3BEAEG%2CyBAAA%3BEACA%2CsBAAA%3BEACA%2CSAAS%2CEAAT%3B%3BAAIR%3BACoSA%2CsBACI%3BAADJ%2CsBAEI%3BAAFJ%2CsBAGI%3BAAHJ%2CsBAMI%2C%2BBACI%3BAAPR%2CsBAMI%2C%2BBAEI%3BED3SJ%2C0BAAA%3B%3BAAGJ%3BACyQA%2CqBACI%3BAADJ%2CqBAEI%3BAAFJ%2CqBAGI%3BED3QA%2CwBAAA%3BEACA%2CqCAAA%3BEACA%2C4BAA4B%2C6BAA5B%3B%3BAAGJ%3BAChCA%3BAA8UA%3BAA0BA%3BAACA%3BAACA%3BEDzUI%2CiBAAA%3B%3BAAGJ%3BACqSA%3BEDpSI%2CiBAAA%3B%3BAAGJ%3BEACI%2C2EAAA%3B%3BAAGJ%3BACgEA%3BAAmBA%3BEDlFI%2CYAAA%3BEACA%2CUAAA%3B%3BAAGJ%3BACqEA%3BAASA%3BAA4IA%3BEE3PI%2CgBAAA%3BEACA%2CQAAA%3BEACA%2CyBAAA%3BEACA%2CwBAAA%3BEACA%2CqBAAA%3BEACA%2CsBAAA%3B%3BAHgCJ%3BAC0EA%3BEDzEI%2CuBAAA%3B%3BAAGJ%3BACkNA%3BAAiHA%3BEDlUI%2CsBAAA%3B%3BAAGJ%3BACqNA%3BAAgEA%3BEDpRI%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CaAAA%3BEACA%2CcAAA%3B%3BAAGJ%3BEACI%2CUAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CaAAA%3B%3BAAGJ%3BACnDA%3BAA0BA%3BAAyDA%3BAAUA%3BAASA%3BAAyOA%3BAACA%3BAACA%3BED7RI%2C6CAAA%3B%3BAAGJ%3BEACI%2C0BAAA%3B%3BAAGJ%3BEACI%2CwBAAA%3B%3BAAGJ%3BAE9FA%2CqBAaI%3BAAbJ%2CqBAqBI%3BAD6WJ%2CcAMI%3BAA6BJ%3BAAgCA%3BAA%2BcA%3BAAmCA%3BEDv1BI%2CsBAAsB%2CcAAtB%3BEACA%2C4BAAA%3B%3BAAOJ%3BEAAA%3BEAVA%3BEE9FA%2CqBAaI%3BEAbJ%2CqBAqBI%3BED6WJ%2CcAMI%3BEA6BJ%3BEAgCA%3BEA%2BcA%3BEAmCA%3BIDj1BQ%2C2BAAA%3B%3B%3BAIvHR%2C0BAA0B%3BAAC1B%2CmBAAmB%3BAACnB%2CkBAAkB%3BAAClB%2CcAAc%3BAACd%2CuBAAuB%3BAACvB%2C4BAA4B%2CMAAO%3BAACnC%2C0BAA0B%2CMAAO%3BEAC7B%2CgBAAA%3B%3BAACA%2C0BARsB%2CMAQrB%3BAAAD%2CmBAPe%2CMAOd%3BAAAD%2CkBANc%2CMAMb%3BAAAD%2CcALU%2CMAKT%3BAAAD%2CuBAJmB%2CMAIlB%3BAAAD%2C4BAHwB%2CMAAO%2CiBAG9B%3BAAAD%2C0BAFsB%2CMAAO%2CeAE5B%3BEACG%2CsBAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CQAAA%3BEACA%2CaAAA%3B%3BAAIR%2C4BAA4B%2CMAExB%2CiBAAgB%3BAADpB%2C0BAA0B%2CMACtB%2CiBAAgB%3BAAFpB%2C4BAA4B%2CMAGxB%2CeAAc%3BAAFlB%2C0BAA0B%2CMAEtB%2CeAAc%3BEACV%2CSAAA%3BEACA%2COAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3B%3BAAPR%2C4BAA4B%2CMASxB%2CiBAAgB%2CwBAAwB%3BAAR5C%2C0BAA0B%2CMAQtB%2CiBAAgB%2CwBAAwB%3BEACpC%2CSAAA%3BEACA%2CUAAA%3B%3BAAXR%2C4BAA4B%2CMAaxB%3BAAZJ%2C0BAA0B%2CMAYtB%3BEACI%2CiBAAA%3B%3BAAIR%2CqBAAqB%2CUAAU%2CGAAG%2CMAC9B%2CiBAAgB%3BEACZ%2CSAAA%3B%3BAAFR%2CqBAAqB%2CUAAU%2CGAAG%2CMAI9B%2CiBAAgB%2CwBAAwB%3BEACpC%2CQAAA%3B%3BAAIR%2CqBAAqB%2CWAAW%2CMAC5B%2CiBAAgB%3BEACZ%2CUAAA%3B%3BAAFR%2CqBAAqB%2CWAAW%2CMAI5B%2CiBAAgB%2CwBAAwB%3BEACpC%2CWAAA%3B%3BAAIR%3BEACI%2CgBAAA%3B%3BAF1DJ%3BEACI%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3BEACA%2CoBAAA%3BEACA%2C0BAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3BEACA%2CsBAAA%3BEACA%2CaAAA%3B%3BAAVJ%2CqBAYI%3BEACI%2C0BAAA%3B%3BAAIR%3BEACI%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAFJ%2CqBAGI%3BAAHJ%2CqBAII%3BEACI%2CeAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAAVR%2CqBAaI%3BEAEI%2C4BAAA%3BEACA%2CSAAA%3B%3BAACA%2CqBAJJ%2CoBAIK%3BEACG%2CaAAA%3B%3BAAlBZ%2CqBAqBI%3BEAEI%2CmCAAA%3BEACA%2CMAAA%3B%3BAACA%2CqBAJJ%2CmBAIK%3BEACG%2CaAAA%3B%3BAA1BZ%2CqBA6BI%3BEACI%2CaAAA%3B%3BAAIR%2CqBAAsB%2CwBAClB%3BEACI%2CaAAA%3B%3BAAFR%2CqBAAsB%2CwBAIlB%3BEACI%2CcAAA%3B%3B%3B%3BAG2HR%3BEACI%2CaAAA%3B%3BAAEJ%3BEACE%2CyBAAA%3B%3BAAmCF%3BEC2EI%2CcAAA%3B%3BADxEJ%3BECwEI%2CWAAA%3B%3BALxRJ%3BAACA%3BEACI%2CaAAA%3B%3BAAGJ%3BEACI%2CcAAA%3BEACA%2CgBAAA%3B%3BAAGJ%3BEAEI%2C8BAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAAGJ%2CoBACI%3BEACI%2CcAAA%3B%3BAAIR%3BAACA%3BEACI%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAGJ%3BEACI%2CuBAAA%3B%3BAAGJ%3BEAGI%2CkBAAA%3B%3BAAGJ%2CeACI%3BEACI%2CeAAA%3B%3BAAQR%2CsBACI%3BEACI%2CqBAAA%3B%3BAAQR%3BEAGI%2CgBAAA%3B%3BAACA%2CuBAAC%3BEACG%2CUAAA%3B%3BAAIR%2CgBAAgB%3BEACZ%2CiBAAA%3B%3BAAEJ%2CqBACI%3BEACI%2CaAAA%3B%3BAAFR%2CqBAII%2CwBAAuB%3BAAJ3B%2CqBAKI%3BAALJ%2CqBAMI%3BEACI%2CcAAA%3BEACA%2COAAA%3BEACA%2CMAAA%3B%3BAATR%2CqBAWI%3BEACI%2CUAAA%3B%3BAAZR%2CqBAcI%3BEACI%2CUAAA%3B%3BAACA%2CqBAFJ%2CqBAEK%3BEACG%2CUAAA%3B%3BAAjBZ%2CqBAoBI%2CiBAAiB%3BEACb%2CaAAA%3B%3BAAIR%3BEACI%2CuBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEKmKF%2CyBLlKoB%2CiDKkKpB%3BEACK%2CsBLnKe%2CiDKmKf%3BEACC%2CqBLpKc%2CiDKoKd%3BEAcJ%2CiBLlLkB%2CiDKkLlB%3B%3BALhLA%2CiBAAkB%3BAAClB%2CgBAAiB%3BEACb%2CUAAA%3B%3BAAIR%3BEACI%2CaAAA%3B%3BAAOJ%3BEAGI%2CaAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CUAAA%3B%3BAAGJ%3BEAGI%2COAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CMAAA%3B%3BAAGJ%3BEAMI%2CkBAAA%3B%3BAAGJ%3BEACI%2CcAAA%3BEACA%2CkBAAA%3B%3BAAFJ%2CoBAGI%3BEACI%2CYAAA%3BEACA%2CWAAA%3B%3BAALR%2CoBAOI%3BAAPJ%2CoBAQI%3BEACI%2CaAAA%3B%3BAAIR%3BEACI%2CcAAA%3B%3BAADJ%2CsBAEI%3BEACI%2CqBAAA%3BEKsHJ%2CyBAAA%3BELlHI%2CsBAAA%3B%3BAACA%2CsBANJ%2CsBAMK%3BEKiHL%2CqBAAA%3BEL%5C%2FGQ%2CUAAA%3B%3BAAEJ%2CsBAVJ%2CsBAUK%3BEACG%2C2BAAA%3B%3BAAbZ%2CsBAgBI%3BEACI%2CaAAA%3B%3BAAIR%2CiBACI%3BEACI%2CyBAAA%3BEACA%2CqBAAA%3B%3BAAKJ%2CqBAAC%2CiBAAkB%3BEACf%2CiBAAA%3BEACA%2CSAAA%3BEACA%2CQAAA%3B%3BAACA%2CqBAJH%2CiBAAkB%2CsBAId%3BEACG%2CUAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3B%3BAAKZ%2CqBAAqB%2CMAAO%3BEAExB%2CgBAAA%3B%3BAACA%2CqBAHiB%2CMAAO%2CCAGvB%3BEACG%2CUAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3B%3BAAIR%3BEACI%2CkBAAA%3BEACA%2CyBAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3B%3BAAGJ%3BEACI%2CyBAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAACA%2CqBAAqB%2CMAAO%3BEAExB%2CUAAA%3B%3BAAIR%3BEASI%2CaAAA%3B%3BAAGJ%3BEAEI%2CSAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2COAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CWAAA%3B%3BAATJ%2CkBAUI%3BEACI%2CwBAAA%3BEACA%2CkCAAA%3BEACA%2CWAAA%3BEACA%2CqBAAA%3B%3BAACA%2CkBALJ%2CEAKK%3BEACG%2CkCAAA%3BEACA%2CWAAA%3B%3BAAIR%2CoBAAqB%3BEACjB%2CUAAA%3BEACA%2CQAAA%3B%3BAAGJ%2CsBAAuB%3BAACvB%2C4BAA6B%3BEACzB%2CaAAA%3B%3BAAIR%3BEAGI%2CsBAAA%3BEACA%2CiBAAA%3B%3BAAOJ%3BEACI%3BIACI%2CWAAW%2CYAAX%3B%3BEAEJ%3BIACI%2CWAAW%2CcAAX%3B%3B%3BAAIR%3BEErTI%2CmBAAmB%2C0BAAnB%3BEACA%2CeAAe%2C0BAAf%3BEACA%2CcAAc%2C0BAAd%3BEACA%2CWAAW%2C0BAAX%3BEFkrBA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3B%3BAA9XJ%2CqBAMI%3BEAEI%2CsCAAA%3B%3BAARR%2CqBAeI%3BEAEI%2CyBAAA%3BEACA%2C4BAAA%3BEACA%2CkCAAA%3B%3BAAIR%2CsBAMI%2C%2BBACI%3BAAPR%2CsBAMI%2C%2BBAEI%3BEAEI%2CUAAA%3B%3BAAKZ%3BEAEI%2CYAAA%3B%3BAAWJ%3BEACI%2CSAAA%3BEACA%2COAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3B%3BAAMJ%2CeAAe%3BEACX%3BIACI%2C6BAAA%3B%3B%3BAAIR%3BAACA%3BAACA%3BEAGI%2CeAAA%3BEACA%2CkBAAA%3B%3BAAGJ%3BEACI%2CYAAA%3B%3BAAGJ%3BAACA%3BAACA%3BAACA%3BEACI%2CaAAA%3B%3BAAGJ%3BEAEI%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3B%3BAALJ%2CcAMI%3BEExZA%2CmBAAmB%2C0BAAnB%3BEACA%2CeAAe%2C0BAAf%3BEACA%2CcAAc%2C0BAAd%3BEACA%2CWAAW%2C0BAAX%3BEFkrBA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEA5RI%2CYAAA%3BEACA%2CWAAA%3B%3BAAIR%3BEACI%2COAAA%3B%3BAADJ%2CoBAEI%3BEACI%2CgCAAA%3B%3BAAIR%3BEACI%2CQAAA%3B%3BAADJ%2CoBAEI%3BEACI%2CiCAAA%3B%3BAAIR%3BEACI%2CcAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3BEACA%2CoBAAA%3B%3BAAGJ%3BEAEI%2CwBAAA%3BEACA%2CaAAA%3BEACA%2CYAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3BEACA%2CaAAA%3B%3BAAGJ%2C2BACI%3BEACI%2CaAAA%3B%3BAAYR%2CqBACI%3BEACI%2C4BAAA%3BEACA%2CqBAAA%3B%3BAAIR%3BEErdI%2CmBAAmB%2C0BAAnB%3BEACA%2CeAAe%2C0BAAf%3BEACA%2CcAAc%2C0BAAd%3BEACA%2CWAAW%2C0BAAX%3BEFkrBA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEA%5C%2FNA%2CiCAAA%3BEACA%2CaAAA%3BEACA%2CYAAA%3B%3BAAEA%2CqBAAsB%3BAACtB%2CsBAAuB%2CiBAAiB%3BEACpC%2CaAAA%3B%3BAAGJ%2CiBAAkB%3BAAClB%2CgBAAiB%3BAACjB%2CqBAAsB%3BEAClB%2CcAAA%3BEACA%2CUAAA%3B%3BAAGJ%2CqBAAsB%3BEAClB%2C6BAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3B%3BAAIR%2C4BAA4B%2C8BACxB%3BAADJ%2C4BAA4B%2C8BAExB%3BEACI%2CUAAA%3B%3BAACA%2C4BAJoB%2C8BACxB%2CeAGK%3BAAAD%2C4BAJoB%2C8BAExB%2C2BAEK%3BEACG%2CUAAA%3B%3BAAMR%2C8BAAC%2CIAAI%2CwBACD%3BEACI%2CaAAA%3B%3BAAMR%2C8BAAC%2CsBACG%3BEACI%2CUAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3B%3BAAMR%2C8BAAC%2CIAAI%2CwBACD%3BEACI%2CaAAA%3B%3BAAMR%2C8BAAC%2CsBACG%3BEACI%2CUAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3B%3BAAMR%2C8BAAC%2CIAAI%2CwBACD%3BEACI%2CaAAA%3B%3BAAMR%2C8BAAC%2CsBACG%3BEACI%2CUAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3B%3BAAKZ%2CsBACI%3BAADJ%2CsBAEI%3BEACI%2CqBAAA%3B%3BAAKJ%2CqBAAC%2C4BAA4B%2C8BACzB%3BAADJ%2CqBAAC%2C4BAA4B%2C8BAEzB%3BEACI%2CaAAA%3B%3BAACA%2CqBAJP%2C4BAA4B%2C8BACzB%2CeAGK%3BAAAD%2CqBAJP%2C4BAA4B%2C8BAEzB%2C2BAEK%3BEACG%2CcAAA%3B%3BAAIZ%2CqBAAC%2CsBACG%3BAADJ%2CqBAAC%2CsBAEG%3BEACI%2CwBAAA%3B%3BAAMR%2CqBAAC%2C4BAA4B%2CsBAAsB%2C8BAC%5C%2FC%2C2BAA0B%2CIAAI%3BEE1kBlC%2CmBAAmB%2C2BAAnB%3BEACA%2CeAAe%2C2BAAf%3BEACA%2CcAAc%2C2BAAd%3BEACA%2CWAAW%2C2BAAX%3B%3BAFskBA%2CqBAAC%2C4BAA4B%2CsBAAsB%2C8BAI%5C%2FC%2CqBAAoB%2CIAAI%3BEE7kB5B%2CmBAAmB%2CyBAAnB%3BEACA%2CeAAe%2CyBAAf%3BEACA%2CcAAc%2CyBAAd%3BEACA%2CWAAW%2CyBAAX%3B%3BAFskBA%2CqBAAC%2C4BAA4B%2CsBAAsB%2C8BAO%5C%2FC%2CqBAAoB%2CIAAI%3BEEhlB5B%2CmBAAmB%2CwBAAnB%3BEACA%2CeAAe%2CwBAAf%3BEACA%2CcAAc%2CwBAAd%3BEACA%2CWAAW%2CwBAAX%3B%3BAFilBA%2CqBAAC%2CsBACG%3BEErlBJ%2CmBAAmB%2C2BAAnB%3BEACA%2CeAAe%2C2BAAf%3BEACA%2CcAAc%2C2BAAd%3BEACA%2CWAAW%2C2BAAX%3B%3BAFilBA%2CqBAAC%2CsBAIG%3BEExlBJ%2CmBAAmB%2CyBAAnB%3BEACA%2CeAAe%2CyBAAf%3BEACA%2CcAAc%2CyBAAd%3BEACA%2CWAAW%2CyBAAX%3B%3BAFilBA%2CqBAAC%2CsBAOG%3BEE3lBJ%2CmBAAmB%2CwBAAnB%3BEACA%2CeAAe%2CwBAAf%3BEACA%2CcAAc%2CwBAAd%3BEACA%2CWAAW%2CwBAAX%3B%3BAF8lBJ%2CqBACI%2CeAAc%2CIAAI%3BAADtB%2CqBAEI%2C2BAA0B%2CIAAI%3BAAFlC%2CqBAGI%2CsBAAqB%2CIAAI%3BAAH7B%2CqBAII%2CuBAAsB%2CIAAI%3BEACtB%2CyBAAA%3BEACA%2CyDAAA%3B%3BAAMJ%2CgBAAC%3BAAAD%2CcAAC%3BAACD%2CgBAAC%3BAAAD%2CcAAC%3BEAEG%2C4BAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CoBAAA%3BEACA%2CkBAAA%3BEACA%2CqBAAA%3BEACA%2CWAAA%3B%3BAAEJ%2CgBAAC%3BAAAD%2CcAAC%3BEACG%2CWAAA%3BEACA%2CUAAA%3B%3BAAEJ%2CgBAAC%3BAAAD%2CcAAC%3BEACG%2CYAAA%3BEACA%2CaAAA%3B%3BAAEJ%2CgBAAC%2CwBAAwB%3BAAAzB%2CcAAC%2CwBAAwB%3BAACzB%2CgBAAC%2CyBAAyB%3BAAA1B%2CcAAC%2CyBAAyB%3BEACtB%2CmCAAA%3BEACA%2CSAAA%3BEACA%2CYAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3B%3BAAEJ%2CgBAAC%2CuBAAuB%3BAAAxB%2CcAAC%2CuBAAuB%3BAACxB%2CgBAAC%2C0BAA0B%3BAAA3B%2CcAAC%2C0BAA0B%3BEACvB%2CoCAAA%3BEACA%2CYAAA%3BEACA%2COAAA%3BEACA%2CQAAA%3BEACA%2CWAAA%3B%3BAAEJ%2CgBAAC%2CwBAAwB%3BAAAzB%2CcAAC%2CwBAAwB%3BEE9mBzB%2CkBAAkB%2C2FAA2F%2CwEAA7G%3BEFgnBI%2C6BAAA%3BEACA%2COAAA%3B%3BAAGJ%2CgBAAC%2CyBAAyB%3BAAA1B%2CcAAC%2CyBAAyB%3BEEpnB1B%2CkBAAkB%2C2FAA2F%2C2EAA7G%3BEFsnBI%2CmCAAA%3BEACA%2CQAAA%3B%3BAAEJ%2CgBAAC%2CuBAAuB%3BAAAxB%2CcAAC%2CuBAAuB%3BEEznBxB%2CkBAAkB%2C2FAA2F%2CwEAA7G%3BEF2nBI%2C6BAAA%3BEACA%2CMAAA%3B%3BAAGJ%2CgBAAC%2C0BAA0B%3BAAA3B%2CcAAC%2C0BAA0B%3BEE%5C%2FnB3B%2CkBAAkB%2C2FAA2F%2C2EAA7G%3BEFioBI%2CmCAAA%3BEACA%2CSAAA%3B%3BAASJ%2CqBALkB%2CiBAKjB%3BAAAD%2CqBAJkB%2CeAIjB%3BAAAD%2C2BAHwB%2CiBAGvB%3BAAAD%2C2BAFwB%2CeAEvB%3BAAAD%2CqBADkB%2CiBACjB%3BAACD%2CqBANkB%2CiBAMjB%3BAAAD%2CqBALkB%2CeAKjB%3BAAAD%2C2BAJwB%2CiBAIvB%3BAAAD%2C2BAHwB%2CeAGvB%3BAAAD%2CqBAFkB%2CiBAEjB%3BEACG%2CaAAA%3B%3BAAWR%2CmBACI%2CyBACI%3BEACI%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3B%3BAANZ%2CmBASI%2C2BACI%3BEACI%2CMAAA%3BEACA%2COAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAAMZ%3BEACI%2CcAAA%3BEACA%2COAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3B%3BAAGJ%3BEACI%2CsBAAA%3BEACA%2COAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CYAAA%3B%3BAAGJ%3BEACI%2CoCAAA%3BEACA%2CsBAAA%3BEACA%2CWAAA%3BEACA%2COAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CaAAA%3BEACA%2CgBAAA%3B%3BAATJ%2CaAWI%3BEACI%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3B%3BAAIR%3BEACI%2CgBAAA%3B%3BAAGJ%3BEACI%2CSAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CUAAA%3B%3BAACA%2CkBAAC%2CIAAI%3BEACD%2CsBAAA%3B%3BAATR%2CkBAWI%3BEACI%2COAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CsBAAA%3B%3BAAIR%3BEACI%2CkBAAA%3B%3BAADJ%2CuBAEI%3BEACI%2CYAAA%3BEACA%2COAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CyBAAA%3BEACA%2C6CAAA%3BEACA%2CsBAAA%3BEACA%2CWAAA%3B%3BAAIR%3BEACI%2CYAAA%3B%3BAAGJ%3BEACI%2CaAAA%3B%3BAAIA%2C6BAAC%3BEACG%2CqBAAA%3BEACA%2COAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CeAAA%3B%3BAANR%2C6BASI%3BEACI%2CWAAA%3B%3BAAVR%2C6BASI%2CsBAEI%3BEACI%2CcAAA%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3B%3BAAKZ%2CqBACI%2CwBACI%3BEACI%2CaAAA%3B%3BAAHZ%2CqBACI%2CwBAII%3BAALR%2CqBACI%2CwBAKI%3BEACI%2CSAAA%3BEACA%2COAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3B%3BAAdZ%2CqBACI%2CwBAeI%3BEACI%2CeAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2COAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CMAAA%3BEACA%2CuBAAA%3BEACA%2CsBAAA%3BEACA%2CWAAA%3B%3BAAEA%2CqBA5BR%2CwBAeI%2CqBAaK%3BEACG%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2C4DAAA%3B%3BAAEJ%2CqBAlCR%2CwBAeI%2CqBAmBK%3BEACG%2CYAAA%3BEACA%2CyBAAA%3B%3BAArChB%2CqBACI%2CwBAuCI%3BEACI%2CUAAA%3BEACA%2COAAO%2CqBAAP%3B%3BAAKZ%3BEACI%2CgBAAA%3B%3BAADJ%2C%2BBAEI%3BAAFJ%2C%2BBAGI%3BEACI%2CSAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3BEACA%2CaAAA%3B%3BAATR%2C%2BBAEI%2C4BAQI%3BAAVR%2C%2BBAGI%2C6BAOI%3BEEh3BJ%2CmBAAmB%2C0BAAnB%3BEACA%2CeAAe%2C0BAAf%3BEACA%2CcAAc%2C0BAAd%3BEACA%2CWAAW%2C0BAAX%3BEFkrBA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEA2LQ%2CWAAA%3B%3BAAZZ%2C%2BBAeI%3BEACI%2COAAA%3B%3BAAhBR%2C%2BBAkBI%3BEACI%2CQAAA%3B%3BAAnBR%2C%2BBAqBI%3BEACI%2CkBAAA%3B%3BAAIR%2C6BACI%3BAADJ%2C6BAEI%3BEACI%2CeAAA%3BEACA%2CYAAA%3BEACA%2COAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CaAAA%3B%3BAARR%2C6BACI%2C4BAQI%3BAATR%2C6BAEI%2C6BAOI%3BEEl4BJ%2CmBAAmB%2CaAAnB%3BEACA%2CeAAe%2CaAAf%3BEACA%2CWAAW%2CaAAX%3BEFk4BQ%2CYAAA%3BEACA%2CWAAA%3B%3BAAZZ%2C6BAeI%3BEACI%2CMAAA%3B%3BAAhBR%2C6BAkBI%3BEACI%2CSAAA%3B%3BAAIR%2C4BACI%3BAADJ%2C4BAEI%3BEACI%2C6BAAA%3B%3BAAHR%2C4BAKI%3BEACI%2CkBAAA%3B%3BAANR%2C4BAQI%2CwBAAuB%3BEACnB%2CmBAAA%3B%3BAAIR%3BEAEI%2CkBAAA%3BEACA%2CoBAAA%3B%3BAAGJ%2C2BACI%3BEACI%2CiCAAA%3B%3BAAIR%2C4BACI%3BEACI%2CiCAAA%3B%3BAAIR%3BEACI%2CaAAA%3B%3BAAgBJ%3BEAEI%2C4BAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3BEACA%2CWAAW%2C2BAAX%3BEACA%2CoCAAA%3BEACA%2CWAAA%3B%3BAAOA%2CgBANkC%3BEAMlC%3BIALI%2CiCAAA%3BIACA%2CSAAA%3BIACA%2CYAAA%3BIACA%2CWAAA%3B%3B%3BAAEJ%2CsBAAC%3BEACG%2CUAAA%3BEACA%2CWAAW%2CwBAAX%3B%3BAAMJ%2CoBAAC%3BEACG%2CcAAA%3BEACA%2CYAAA%3B%3BAAKR%3BEACI%2CsBAAsB%2C4BAAtB%3BEACA%2CSAAA%3BEACA%2CaAAA%3BEACA%2CYAAA%3BEACA%2COAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3B%3BAACA%2CkBAAC%3BEACG%2CcAAA%3B%3BAAIR%2CgCACI%3BAADJ%2CgCACoB%3BEACZ%2CwBAAA%3B%3BAAIR%2CgBACI%3BEACI%2CyBAAA%3B%3BAAFR%2CgBAKI%3BEACI%2CwBAAA%22%7D */@keyframes a{0%{transform:scale(1.5);opacity:0}to{transform:scale(1);opacity:1}}@keyframes b{0%{transform:scale(1);opacity:1}15%{transform:scale(1.1);opacity:1}to{transform:scale(.5);opacity:0}}@keyframes c{0%{transform:translate(-50%,-50%) rotate(0)}50%{transform:translate(-50%,-50%) rotate(-180deg)}to{transform:translate(-50%,-50%) rotate(-1turn)}}@keyframes d{0%{transform:scale(1)}10%{transform:scale(1.2) translateX(6px)}25%{transform:scale(1.3) translateX(8px)}40%{transform:scale(1.2) translateX(6px)}50%{transform:scale(1)}60%{transform:scale(.8) translateX(6px)}75%{transform:scale(.7) translateX(8px)}90%{transform:scale(.8) translateX(6px)}to{transform:scale(1)}}@keyframes e{0%{transform:scale(1)}10%{transform:scale(1.2) translateX(-6px)}25%{transform:scale(1.3) translateX(-8px)}40%{transform:scale(1.2) translateX(-6px)}50%{transform:scale(1)}60%{transform:scale(.8) translateX(-6px)}75%{transform:scale(.7) translateX(-8px)}90%{transform:scale(.8) translateX(-6px)}to{transform:scale(1)}}.drift-zoom-pane{background:rgba(0,0,0,.5);transform:translateZ(0);-webkit-transform:translateZ(0)}.drift-zoom-pane.drift-opening{animation:a .18s ease-out;-webkit-animation:a .18s ease-out}.drift-zoom-pane.drift-closing{animation:b .21s ease-in;-webkit-animation:b .21s ease-in}.drift-zoom-pane.drift-inline{position:absolute;width:150px;height:150px;border-radius:75px;box-shadow:0 6px 18px rgba(0,0,0,.3)}.drift-loading .drift-zoom-pane-loader{display:block;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);width:66px;height:20px;animation:c 1.8s linear infinite;-webkit-animation:c 1.8s linear infinite}.drift-zoom-pane-loader:after,.drift-zoom-pane-loader:before{content:"";display:block;width:20px;height:20px;position:absolute;top:50%;margin-top:-10px;border-radius:20px;background:hsla(0,0%,100%,.9)}.drift-zoom-pane-loader:before{left:0;animation:d 1.8s linear infinite;-webkit-animation:d 1.8s linear infinite}.drift-zoom-pane-loader:after{right:0;animation:e 1.8s linear infinite;-webkit-animation:e 1.8s linear infinite;animation-delay:-.9s;-webkit-animation-delay:-.9s}.drift-bounding-box{background-color:rgba(0,0,0,.4)}.matrix_thead {
  background-color: #9c9b9b;
}
.arrow-matrix {
  cursor: pointer;
  font-size: 17px;
  margin: 3px;
}
.matrix_qty {
  width: 40px !important;
}
.matrix_qty_td {
  min-width: 100px;
}
.matrxix-table {
  font-size: 1.2rem !important;
}
.matrix_from {
  font-size: 0.9rem;
}
.table {
  overflow: auto;
}
.firebear_qty_block {
  width: 85px;
}
.firebear_range_price {
  font-size: 18px !important;
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sources%22%3A%5B%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fen_US%5C%2FFirebear_ConfigurableProducts%5C%2Fcss%5C%2Ffirebear_matrix.less%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22AAAA%3BEAEE%2CyBAAA%3B%3BAAGF%3BEACE%2CeAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3B%3BAAGF%3BEACE%2CsBAAA%3B%3BAAEF%3BEAEE%2CgBAAA%3B%3BAAEF%3BEAEE%2CiBAAA%3B%3BAAEF%3BEAEE%2CiBAAA%3B%3BAAEF%3BEAEE%2CcAAA%3B%3BAAEF%3BEAEE%2CWAAA%3B%3BAAEF%3BEAEE%2C0BAAA%22%7D */.rs-p-wp-fix{display:none!important;margin:0!important;height:0!important}.wp-block-themepunch-revslider{position:relative}rs-modal{position:fixed!important;z-index:9999999!important;pointer-events:none!important}rs-modal.rs-modal-auto{top:auto;bottom:auto;left:auto;right:auto}rs-modal.rs-modal-fullscreen,rs-modal.rs-modal-fullwidth{top:0;left:0;width:100%;height:100%}rs-modal rs-fullwidth-wrap{position:absolute;top:0;left:0;height:100%}rs-module-wrap.rs-modal{display:none;max-height:100%!important;overflow:auto!important;pointer-events:auto!important}rs-module-wrap.hideallscrollbars.rs-modal{overflow:hidden!important;max-width:100%!important}rs-modal-cover{width:100%;height:100%;z-index:0;background:0 0;position:absolute;top:0;left:0;cursor:pointer;pointer-events:auto}body>rs-modal-cover{position:fixed;z-index:9999995!important}rs-sbg-px{pointer-events:none}.rs-forceuntouchable,.rs-forceuntouchable *{pointer-events:none!important}.rs-forcehidden *{visibility:hidden!important}.rs_splitted_lines{display:block;white-space:nowrap!important}.rs-go-fullscreen{position:fixed!important;width:100%!important;height:100%!important;top:0!important;left:0!important;z-index:9999999!important;background:#fff}.rtl{direction:rtl}@font-face{font-family:revicons;src:url('../../frontend/bluesky/bluesky_kalles_default/en_US/Nwdthemes_Revslider/public/assets/fonts/revicons/revicons.eot?5510888');src:url('../../frontend/bluesky/bluesky_kalles_default/en_US/Nwdthemes_Revslider/public/assets/fonts/revicons/revicons.eot?5510888#iefix') format('embedded-opentype'),url('../../frontend/bluesky/bluesky_kalles_default/en_US/Nwdthemes_Revslider/public/assets/fonts/revicons/revicons.woff2?5510888') format('woff2'),url('../../frontend/bluesky/bluesky_kalles_default/en_US/Nwdthemes_Revslider/public/assets/fonts/revicons/revicons.woff?5510888') format('woff'),url('../../frontend/bluesky/bluesky_kalles_default/en_US/Nwdthemes_Revslider/public/assets/fonts/revicons/revicons.ttf?5510888') format('truetype'),url('../../frontend/bluesky/bluesky_kalles_default/en_US/Nwdthemes_Revslider/public/assets/fonts/revicons/revicons.svg?5510888#revicons') format('svg');font-weight:400;font-style:normal;font-display:swap}[class*=" revicon-"]:before,[class^=revicon-]:before{font-family:revicons;font-style:normal;font-weight:400;speak-as:none;display:inline-block;text-decoration:inherit;width:1em;margin-right:.2em;text-align:center;font-variant:normal;text-transform:none;line-height:1em;margin-left:.2em}#builderView i[class*=" fa-"],#builderView i[class^=fa-],#objectlibrary i[class*=" fa-"],#objectlibrary i[class^=fa-],#rs_overview i[class*=" fa-"],#rs_overview i[class^=fa-],#rs_overview_menu i[class*=" fa-"],#rs_overview_menu i[class^=fa-],#waitaminute i[class*=" fa-"],#waitaminute i[class^=fa-],.rb-modal-wrapper i[class*=" fa-"],.rb-modal-wrapper i[class^=fa-],rs-module i[class*=" fa-"],rs-module i[class^=fa-]{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#builderView [class*=" fa-"]:before,#builderView [class^=fa-]:before,#objectlibrary [class*=" fa-"]:before,#objectlibrary [class^=fa-]:before,#rs_overview [class*=" fa-"]:before,#rs_overview [class^=fa-]:before,#rs_overview_menu [class*=" fa-"]:before,#rs_overview_menu [class^=fa-]:before,#waitaminute [class*=" fa-"]:before,#waitaminute [class^=fa-]:before,.rb-modal-wrapper [class*=" fa-"]:before,.rb-modal-wrapper [class^=fa-]:before,rs-module [class*=" fa-"]:before,rs-module [class^=fa-]:before{font-family:FontAwesome;font-style:normal;font-weight:400;speak-as:none;display:inline-block;text-decoration:inherit;width:auto;margin-right:0;text-align:center;font-variant:normal;text-transform:none;line-height:inherit;margin-left:0}#builderView .sr-only,#objectlibrary .sr-only,#rs_overview .sr-only,#rs_overview_menu .sr-only,#waitaminute .sr-only,.rb-modal-wrapper .sr-only,rs-module .sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}#builderView .sr-only-focusable:active,#builderView .sr-only-focusable:focus,#objectlibrary .sr-only-focusable:active,#objectlibrary .sr-only-focusable:focus,#rs_overview .sr-only-focusable:active,#rs_overview .sr-only-focusable:focus,#rs_overview_menu .sr-only-focusable:active,#rs_overview_menu .sr-only-focusable:focus,#waitaminute .sr-only-focusable:active,#waitaminute .sr-only-focusable:focus,.rb-modal-wrapper .sr-only-focusable:active,.rb-modal-wrapper .sr-only-focusable:focus,rs-module .sr-only-focusable:active,rs-module .sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}.revicon-search-1:before{content:'\e802'}.revicon-pencil-1:before{content:'\e831'}.revicon-picture-1:before{content:'\e803'}.revicon-cancel:before{content:'\e80a'}.revicon-info-circled:before{content:'\e80f'}.revicon-trash:before{content:'\e801'}.revicon-left-dir:before{content:'\e817'}.revicon-right-dir:before{content:'\e818'}.revicon-down-open:before{content:'\e83b'}.revicon-left-open:before{content:'\e819'}.revicon-right-open:before{content:'\e81a'}.revicon-angle-left:before{content:'\e820'}.revicon-angle-right:before{content:'\e81d'}.revicon-left-big:before{content:'\e81f'}.revicon-right-big:before{content:'\e81e'}.revicon-magic:before{content:'\e807'}.revicon-picture:before{content:'\e800'}.revicon-export:before{content:'\e80b'}.revicon-cog:before{content:'\e832'}.revicon-login:before{content:'\e833'}.revicon-logout:before{content:'\e834'}.revicon-video:before{content:'\e805'}.revicon-arrow-combo:before{content:'\e827'}.revicon-left-open-1:before{content:'\e82a'}.revicon-right-open-1:before{content:'\e82b'}.revicon-left-open-mini:before{content:'\e822'}.revicon-right-open-mini:before{content:'\e823'}.revicon-left-open-big:before{content:'\e824'}.revicon-right-open-big:before{content:'\e825'}.revicon-left:before{content:'\e836'}.revicon-right:before{content:'\e826'}.revicon-ccw:before{content:'\e808'}.revicon-arrows-ccw:before{content:'\e806'}.revicon-palette:before{content:'\e829'}.revicon-list-add:before{content:'\e80c'}.revicon-doc:before{content:'\e809'}.revicon-left-open-outline:before{content:'\e82e'}.revicon-left-open-2:before{content:'\e82c'}.revicon-right-open-outline:before{content:'\e82f'}.revicon-right-open-2:before{content:'\e82d'}.revicon-equalizer:before{content:'\e83a'}.revicon-layers-alt:before{content:'\e804'}.revicon-popup:before{content:'\e828'}.tp-fullwidth-forcer{z-index:0;pointer-events:none}rs-module-wrap{visibility:hidden}rs-module-wrap,rs-module-wrap *{box-sizing:border-box;-webkit-tap-highlight-color:transparent}rs-module-wrap{position:relative;z-index:1;width:100%;display:block}.rs-fixedscrollon rs-module-wrap{position:fixed!important;top:0!important;z-index:1000;left:0!important}.rs-stickyscrollon rs-module-wrap{position:sticky!important;top:0;z-index:1000}.rs-stickyscrollon{overflow:visible!important}rs-fw-forcer{display:block;width:100%;pointer-events:none}rs-module{position:relative;overflow:hidden;display:block}rs-module.disableVerticalScroll{-ms-touch-action:pan-x;touch-action:pan-x}rs-pzimg-wrap,rs-sbg,rs-sbg-effectwrap{display:block;pointer-events:none}rs-sbg-effectwrap{position:absolute;top:0;left:0;width:100%;height:100%}rs-carousel-wrap rs-column rs-layer img{width:0;height:0}rs-sbg-px,rs-sbg-wrap{position:absolute;top:0;left:0;z-index:0;width:100%;height:100%;display:block}a.rs-layer,a.rs-layer:-webkit-any-link{text-decoration:none}a[x-apple-data-detectors]{color:inherit!important;text-decoration:none!important;font-size:inherit!important;font-family:inherit!important;font-weight:inherit!important;line-height:inherit!important}.entry-content rs-module a,rs-module a{box-shadow:none}.rs-ov-hidden{overflow:hidden!important}.rs-forceoverflow,.rs-forceoverflow rs-module,.rs-forceoverflow rs-module-wrap,.rs-forceoverflow rs-slide,.rs-forceoverflow rs-slides{overflow:visible!important}.tp-simpleresponsive img,rs-module img{max-width:none!important;transition:none;margin:0;padding:0;border:none}rs-module .no-slides-text{font-weight:700;text-align:center;padding-top:80px}rs-slide,rs-slide:before,rs-slides{position:absolute;text-indent:0;top:0;left:0}rs-slide,rs-slide:before{display:block;visibility:hidden}.rs-layer .rs-untoggled-content{display:block}.rs-layer .rs-toggled-content{display:none}.rs-tc-active.rs-layer>.rs-toggled-content{display:block}.rs-tc-active.rs-layer>.rs-untoggled-content{display:none}.rs-layer-video{overflow:hidden}.rs_html5vidbasicstyles{position:relative;top:0;left:0;width:100%;height:100%;overflow:hidden}rs-module .rs-layer,rs-module rs-layer{opacity:0;position:relative;visibility:hidden;white-space:nowrap;display:block;-webkit-font-smoothing:antialiased!important;-webkit-tap-highlight-color:transparent;-moz-osx-font-smoothing:grayscale;z-index:1}rs-layer-wrap,rs-mask,rs-module .rs-layer,rs-module img,rs-module-wrap{user-select:none}.wpb_text_column rs-module rs-mask-wrap .rs-layer,.wpb_text_column rs-module rs-mask-wrap :last-child,rs-module rs-mask-wrap .rs-layer,rs-module rs-mask-wrap :last-child{margin-bottom:0}.rs-svg svg{width:100%;height:100%;position:relative;vertical-align:top}.rs-layer :not(.rs-wtbindex),.rs-layer:not(.rs-wtbindex),rs-alyer :not(.rs-wtbindex),rs-layer:not(.rs-wtbindex){outline:0!important}rs-carousel-wrap{cursor:url(../../frontend/bluesky/bluesky_kalles_default/en_US/Nwdthemes_Revslider/public/assets/css/openhand.cur),move}rs-carousel-wrap.dragged{cursor:url(../../frontend/bluesky/bluesky_kalles_default/en_US/Nwdthemes_Revslider/public/assets/css/closedhand.cur),move}rs-carousel-wrap.noswipe{cursor:default}rs-carousel-wrap{position:absolute;overflow:hidden;width:100%;height:100%;top:0;left:0}rs-carousel-space{clear:both;display:block;width:100%;height:0;position:relative}.tp_inner_padding{box-sizing:border-box;max-height:none!important}.rs-layer.rs-selectable{user-select:text}rs-px-mask{overflow:hidden;display:block;width:100%;height:100%;position:relative}rs-module audio,rs-module embed,rs-module iframe,rs-module object,rs-module video{max-width:none!important;border:none}rs-bg-elem{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0;display:block;pointer-events:none}.tp-blockmask,.tp-blockmask_in,.tp-blockmask_out{position:absolute;top:0;left:0;width:100%;height:100%;background:#fff;z-index:1000;transform:scaleX(0) scaleY(0)}rs-zone{position:absolute;width:100%;left:0;box-sizing:border-box;min-height:50px;font-size:0px;pointer-events:none}rs-cbg-mask-wrap,rs-column,rs-row-wrap{display:block;visibility:hidden}rs-layer-wrap,rs-loop-wrap,rs-mask-wrap,rs-parallax-wrap{display:block}rs-column-wrap>rs-loop-wrap{z-index:1}rs-cbg-mask-wrap,rs-layer-wrap,rs-mask-wrap{transform-style:flat}@media not all and (min-resolution:.001dpcm){@media{rs-carousel-wrap rs-layer-wrap,rs-carousel-wrap rs-loop-wrap{backface-visibility:hidden;transform-style:preserve-3d}}}.safarifix rs-layer-wrap{perspective:1000000}@-moz-document url-prefix(){rs-cbg-mask-wrap,rs-layer-wrap,rs-mask-wrap{perspective:none}}rs-mask-wrap{overflow:hidden}rs-fullwidth-wrap{position:relative;width:100%;height:auto;display:block;overflow:visible;max-width:none!important}.rev_row_zone_top{top:0}.rev_row_zone_bottom{bottom:0}.rev_row_zone_middle{top:50%;transform:perspective(1px) translateY(-50%)}rs-column-wrap .rs-parallax-wrap{vertical-align:top}.rs-layer img,rs-layer img{vertical-align:top}rs-row,rs-row.rs-layer{display:table;position:relative;width:100%!important;table-layout:fixed;box-sizing:border-box;vertical-align:top;height:auto;font-size:0px}rs-column-wrap{display:table-cell;position:relative;vertical-align:top;height:auto;box-sizing:border-box;font-size:0px}rs-column{box-sizing:border-box;display:block;position:relative;width:100%!important;height:auto!important;white-space:normal!important}rs-cbg-mask-wrap{position:absolute;z-index:0;box-sizing:border-box}rs-column-wrap rs-cbg-mask-wrap{top:0;left:0;bottom:0;right:0}rs-column-bg{position:absolute;z-index:0;box-sizing:border-box;width:100%;height:100%}.rs-pelock *{pointer-events:none!important}rs-column .rs-parallax-wrap,rs-column rs-loop-wrap,rs-column rs-mask-wrap{text-align:inherit}rs-column rs-mask-wrap{display:inline-block}rs-column .rs-parallax-wrap,rs-column .rs-parallax-wrap rs-loop-wrap,rs-column .rs-parallax-wrap rs-mask-wrap{position:relative!important;left:auto!important;top:auto!important;line-height:0}rs-column .rev_layer_in_column,rs-column .rs-parallax-wrap,rs-column .rs-parallax-wrap rs-loop-wrap,rs-column .rs-parallax-wrap rs-mask-wrap{vertical-align:top}.rev_break_columns{display:block!important}.rev_break_columns rs-column-wrap.rs-parallax-wrap{display:block!important;width:100%!important}.rev_break_columns rs-column-wrap.rs-parallax-wrap.rs-layer-hidden,.rs-layer-audio.rs-layer-hidden,.rs-layer.rs-layer-hidden,.rs-parallax-wrap.rs-layer-hidden,.tp-forcenotvisible,.tp-hide-revslider,rs-column-wrap.rs-layer-hidden,rs-row-wrap.rs-layer-hidden{visibility:hidden!important;display:none!important}.rs-layer.rs-nointeraction,rs-layer.rs-nointeraction{pointer-events:none!important}rs-static-layers{position:absolute;z-index:101;top:0;left:0;display:block;width:100%;height:100%;pointer-events:none;overflow:hidden}rs-static-layers.rs-stl-back{z-index:0}.rs-layer rs-fcr{width:0;height:0;border-left:40px solid transparent;border-right:0px solid transparent;border-top:40px solid #00a8ff;position:absolute;right:100%;top:0}.rs-layer rs-fcrt{width:0;height:0;border-left:40px solid transparent;border-right:0px solid transparent;border-bottom:40px solid #00a8ff;position:absolute;right:100%;top:0}.rs-layer rs-bcr{width:0;height:0;border-left:0 solid transparent;border-right:40px solid transparent;border-bottom:40px solid #00a8ff;position:absolute;left:100%;top:0}.rs-layer rs-bcrt{width:0;height:0;border-left:0 solid transparent;border-right:40px solid transparent;border-top:40px solid #00a8ff;position:absolute;left:100%;top:0}.tp-layer-inner-rotation{position:relative!important}img.tp-slider-alternative-image{width:100%;height:auto}.noFilterClass{filter:none!important}rs-bgvideo{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0;display:block}.rs-layer.rs-fsv{top:0;left:0;position:absolute;width:100%;height:100%}.rs-layer.rs-fsv audio,.rs-layer.rs-fsv iframe,.rs-layer.rs-fsv iframe audio,.rs-layer.rs-fsv iframe video,.rs-layer.rs-fsv video{width:100%;height:100%}.rs-fsv video{background:#000}.fullcoveredvideo rs-poster{background-position:center center;background-size:cover;width:100%;height:100%;top:0;left:0}.videoisplaying .html5vid rs-poster{display:none}.tp-video-play-button{background:#000;background:rgba(0,0,0,.3);border-radius:5px;position:absolute;top:50%;left:50%;color:#fff;z-index:3;margin-top:-25px;margin-left:-25px;line-height:50px!important;text-align:center;cursor:pointer;width:50px;height:50px;box-sizing:border-box;display:inline-block;vertical-align:top;z-index:4;opacity:0;transition:opacity .3s ease-out!important}.rs-ISM .tp-video-play-button{opacity:1;transition:none!important;z-index:6}.rs-audio .tp-video-play-button{display:none!important}.rs-layer .html5vid{width:100%!important;height:100%!important}.tp-video-play-button i{width:50px;height:50px;display:inline-block;text-align:center!important;vertical-align:top;line-height:50px!important;font-size:30px!important}.rs-layer:hover .tp-video-play-button{opacity:1;display:block;z-index:6}.rs-layer .tp-revstop{display:none;width:15px;border-right:5px solid #fff!important;border-left:5px solid #fff!important;transform:translateX(50%) translateY(50%);height:20px;margin-left:11px!important;margin-top:5px!important}.videoisplaying .revicon-right-dir{display:none}.videoisplaying .tp-revstop{display:block}.videoisplaying .tp-video-play-button{display:none}.fullcoveredvideo .tp-video-play-button{display:none!important}.rs-fsv .rs-fsv audio{object-fit:contain!important}.rs-fsv .rs-fsv video{object-fit:contain!important}.rs-layer-video .html5vid.hidefullscreen video::-webkit-media-controls-fullscreen-button{display:none}@supports not (-ms-high-contrast:none){.rs-fsv .fullcoveredvideo audio{object-fit:cover!important}.rs-fsv .fullcoveredvideo video{object-fit:cover!important}}.rs-fullvideo-cover{width:100%;height:100%;top:0;left:0;position:absolute;background:0 0;z-index:5}.rs-nolc .tp-video-play-button,rs-bgvideo audio::-webkit-media-controls,rs-bgvideo video::-webkit-media-controls,rs-bgvideo video::-webkit-media-controls-start-playback-button{display:none!important}.rs-audio .tp-video-controls{opacity:1!important;visibility:visible!important}rs-module div.rs-layer,rs-module h1.rs-layer,rs-module h2.rs-layer,rs-module h3.rs-layer,rs-module h4.rs-layer,rs-module h5.rs-layer,rs-module h6.rs-layer,rs-module p.rs-layer,rs-module span.rs-layer{margin:0;padding:0;margin-block-start:0;margin-block-end:0;margin-inline-start:0;margin-inline-end:0}rs-module h1.rs-layer:before,rs-module h2.rs-layer:before,rs-module h3.rs-layer:before,rs-module h4.rs-layer:before,rs-module h5.rs-layer:before,rs-module h6.rs-layer:before{content:none}rs-dotted{background-repeat:repeat;width:100%;height:100%;position:absolute;top:0;left:0;z-index:3;display:block;pointer-events:none}rs-sbg-wrap rs-dotted{z-index:31}rs-dotted.twoxtwo{background:url(../../frontend/bluesky/bluesky_kalles_default/en_US/Nwdthemes_Revslider/public/assets/assets/gridtile.png)}rs-dotted.twoxtwowhite{background:url(../../frontend/bluesky/bluesky_kalles_default/en_US/Nwdthemes_Revslider/public/assets/assets/gridtile_white.png)}rs-dotted.threexthree{background:url(../../frontend/bluesky/bluesky_kalles_default/en_US/Nwdthemes_Revslider/public/assets/assets/gridtile_3x3.png)}rs-dotted.threexthreewhite{background:url(../../frontend/bluesky/bluesky_kalles_default/en_US/Nwdthemes_Revslider/public/assets/assets/gridtile_3x3_white.png)}.tp-shadowcover{width:100%;height:100%;top:0;left:0;background:#fff;position:absolute;z-index:-1}.tp-shadow1{box-shadow:0 10px 6px -6px rgba(0,0,0,.8)}.tp-shadow2:after,.tp-shadow2:before,.tp-shadow3:before,.tp-shadow4:after{z-index:-2;position:absolute;content:"";bottom:10px;left:10px;width:50%;top:85%;max-width:300px;background:0 0;box-shadow:0 15px 10px rgba(0,0,0,.8);transform:rotate(-3deg)}.tp-shadow2:after,.tp-shadow4:after{transform:rotate(3deg);right:10px;left:auto}.tp-shadow5{position:relative;box-shadow:0 1px 4px rgba(0,0,0,.3),0 0 40px rgba(0,0,0,.1) inset}.tp-shadow5:after,.tp-shadow5:before{content:"";position:absolute;z-index:-2;box-shadow:0 0 25px 0 rgba(0,0,0,.6);top:30%;bottom:0;left:20px;right:20px;border-radius:100px/20px}.rev-btn,.rev-btn:visited{outline:0!important;box-shadow:none;text-decoration:none!important;box-sizing:border-box;cursor:pointer}.rev-btn.rev-uppercase,.rev-btn.rev-uppercase:visited{text-transform:uppercase}.rev-btn i{font-size:inherit;font-weight:400;position:relative;top:0;transition:opacity .2s ease-out,margin .2s ease-out;margin-left:0;line-height:inherit}.rev-btn.rev-hiddenicon i{font-size:inherit;font-weight:400;position:relative;top:0;transition:opacity .2s ease-out,margin .2s ease-out;opacity:0;margin-left:0!important;width:0!important}.rev-btn.rev-hiddenicon:hover i{opacity:1!important;margin-left:10px!important;width:auto!important}.rev-burger{position:relative;box-sizing:border-box;padding:22px 14px 22px 14px;border-radius:50%;border:1px solid rgba(51,51,51,.25);-webkit-tap-highlight-color:transparent;-webkit-tap-highlight-color:transparent;cursor:pointer}.rev-burger span{display:block;width:30px;height:3px;background:#333;transition:.7s;pointer-events:none;transform-style:flat!important}.rev-burger span:nth-child(2){margin:3px 0}#dialog_addbutton .rev-burger:hover :first-child,.open .rev-burger :first-child,.open.rev-burger :first-child,.quick_style_example_wrap .rev-burger:hover :first-child{transform:translateY(6px) rotate(-45deg)}#dialog_addbutton .rev-burger:hover :nth-child(2),.open .rev-burger :nth-child(2),.open.rev-burger :nth-child(2),.quick_style_example_wrap .rev-burger:hover :nth-child(2){transform:rotate(-45deg);opacity:0}#dialog_addbutton .rev-burger:hover :last-child,.open .rev-burger :last-child,.open.rev-burger :last-child,.quick_style_example_wrap .rev-burger:hover :last-child{transform:translateY(-6px) rotate(-135deg)}.rev-burger.revb-white{border:2px solid rgba(255,255,255,.2)}.rev-b-span-light span,.rev-burger.revb-white span{background:#fff}.rev-burger.revb-whitenoborder{border:0}.rev-burger.revb-whitenoborder span{background:#fff}.rev-burger.revb-darknoborder{border:0}.rev-b-span-dark span,.rev-burger.revb-darknoborder span{background:#333}.rev-burger.revb-whitefull{background:#fff;border:none}.rev-burger.revb-whitefull span{background:#333}.rev-burger.revb-darkfull{background:#333;border:none}.rev-burger.revb-darkfull span{background:#fff}@keyframes rev-ani-mouse{0%{opacity:1;top:29%}15%{opacity:1;top:70%}50%{opacity:0;top:70%}100%{opacity:0;top:29%}}.rev-scroll-btn{display:inline-block;position:relative;left:0;right:0;text-align:center;cursor:pointer;width:35px;height:55px;box-sizing:border-box;border:3px solid #fff;border-radius:23px}.rev-scroll-btn>*{display:inline-block;line-height:18px;font-size:13px;font-weight:400;color:#7f8c8d;color:#fff;font-family:proxima-nova,"Helvetica Neue",Helvetica,Arial,sans-serif;letter-spacing:2px}.rev-scroll-btn>.active,.rev-scroll-btn>:focus,.rev-scroll-btn>:hover{color:#fff}.rev-scroll-btn>.active,.rev-scroll-btn>:active,.rev-scroll-btn>:focus,.rev-scroll-btn>:hover{opacity:.8}.rev-scroll-btn.revs-fullwhite{background:#fff}.rev-scroll-btn.revs-fullwhite span{background:#333}.rev-scroll-btn.revs-fulldark{background:#333;border:none}.rev-scroll-btn.revs-fulldark span{background:#fff}.rev-scroll-btn span{position:absolute;display:block;top:29%;left:50%;width:8px;height:8px;margin:-4px 0 0 -4px;border-radius:50%;animation:rev-ani-mouse 2.5s linear infinite;background:#fff}.rev-scroll-btn.rev-b-span-dark{border-color:#333}.rev-scroll-btn.rev-b-span-dark span,.rev-scroll-btn.revs-dark span{background:#333}.rev-control-btn{position:relative;display:inline-block;z-index:5;color:#fff;font-size:20px;line-height:60px;font-weight:400;font-style:normal;font-family:Raleway;text-decoration:none;text-align:center;background-color:#000;border-radius:50px;text-shadow:none;background-color:rgba(0,0,0,.5);width:60px;height:60px;box-sizing:border-box;cursor:pointer}.rev-cbutton-dark-sr{border-radius:3px}.rev-cbutton-light{color:#333;background-color:rgba(255,255,255,.75)}.rev-cbutton-light-sr{color:#333;border-radius:3px;background-color:rgba(255,255,255,.75)}.rev-sbutton{line-height:37px;width:37px;height:37px}.rev-sbutton-blue{background-color:#3b5998}.rev-sbutton-lightblue{background-color:#00a0d1}.rev-sbutton-red{background-color:#dd4b39}rs-progress{visibility:hidden;position:absolute;z-index:200;width:100%;height:100%}.rs-progress-bar,rs-progress-bar{display:block;z-index:20;box-sizing:border-box;background-clip:content-box;position:absolute;vertical-align:top;line-height:0;width:100%;height:100%}rs-progress-bgs{display:block;z-index:15;box-sizing:border-box;width:100%;position:absolute;height:100%;top:0;left:0}rs-progress-bg{display:block;background-clip:content-box;position:absolute;width:100%;height:100%}rs-progress-gap{display:block;background-clip:content-box;position:absolute;width:100%;height:100%}rs-progress-vis{display:block;width:100%;height:100%;position:absolute;top:0;left:0}.rs-layer img{background:0 0}.rs-layer.slidelink{cursor:pointer;width:100%;height:100%}.rs-layer.slidelink a{width:100%;height:100%;display:block}.rs-layer.slidelink a div{width:3000px;height:1500px;background:url(../../frontend/bluesky/bluesky_kalles_default/en_US/Nwdthemes_Revslider/public/assets/assets/coloredbg.png) repeat}.rs-layer.slidelink a span{background:url(../../frontend/bluesky/bluesky_kalles_default/en_US/Nwdthemes_Revslider/public/assets/assets/coloredbg.png) repeat;width:100%;height:100%;display:block}.rs-layer .rs-starring{display:inline-block}.rs-layer .rs-starring .star-rating{float:none;display:inline-block;vertical-align:top;color:#ffc321!important}.rs-layer .rs-starring .star-rating,.rs-layer .rs-starring-page .star-rating{position:relative;height:1em;width:5.4em;font-family:star;font-size:1em!important}.rs-layer .rs-starring .star-rating:before,.rs-layer .rs-starring-page .star-rating:before{content:"\73\73\73\73\73";color:#e0dadf;float:left;top:0;left:0;position:absolute}.rs-layer .rs-starring .star-rating span{overflow:hidden;float:left;top:0;left:0;position:absolute;padding-top:1.5em;font-size:1em!important}.rs-layer .rs-starring .star-rating span:before{content:"\53\53\53\53\53";top:0;position:absolute;left:0}rs-loader{top:50%;left:50%;z-index:10000;position:absolute}rs-loader.off{display:none!important}rs-loader.spinner0{width:40px;height:40px;background-color:#fff;background-image:url(../../frontend/bluesky/bluesky_kalles_default/en_US/Nwdthemes_Revslider/public/assets/assets/loader.gif);background-repeat:no-repeat;background-position:center center;box-shadow:0 0 20px 0 rgba(0,0,0,.15);margin-top:-20px;margin-left:-20px;animation:tp-rotateplane 1.2s infinite ease-in-out;border-radius:3px}rs-loader.spinner1{width:40px;height:40px;background-color:#fff;box-shadow:0 0 20px 0 rgba(0,0,0,.15);margin-top:-20px;margin-left:-20px;animation:tp-rotateplane 1.2s infinite ease-in-out;border-radius:3px}rs-loader.spinner5{background-image:url(../../frontend/bluesky/bluesky_kalles_default/en_US/Nwdthemes_Revslider/public/assets/assets/loader.gif);background-repeat:no-repeat;background-position:10px 10px;background-color:#fff;margin:-22px -22px;width:44px;height:44px;border-radius:3px}@keyframes tp-rotateplane{0%{transform:perspective(120px) rotateX(0) rotateY(0)}50%{transform:perspective(120px) rotateX(-180.1deg) rotateY(0)}100%{transform:perspective(120px) rotateX(-180deg) rotateY(-179.9deg)}}rs-loader.spinner2{width:40px;height:40px;margin-top:-20px;margin-left:-20px;background-color:red;box-shadow:0 0 20px 0 rgba(0,0,0,.15);border-radius:100%;animation:tp-scaleout 1s infinite ease-in-out}@keyframes tp-scaleout{0%{transform:scale(0)}100%{transform:scale(1);opacity:0}}rs-loader.spinner3{margin:-9px 0 0 -35px;width:70px;text-align:center}rs-loader.spinner3 .bounce1,rs-loader.spinner3 .bounce2,rs-loader.spinner3 .bounce3{width:18px;height:18px;background-color:#fff;box-shadow:0 0 20px 0 rgba(0,0,0,.15);border-radius:100%;display:inline-block;animation:tp-bouncedelay 1.4s infinite ease-in-out;animation-fill-mode:both}rs-loader.spinner3 .bounce1{animation-delay:-.32s}rs-loader.spinner3 .bounce2{animation-delay:-.16s}@keyframes tp-bouncedelay{0%,100%,80%{transform:scale(0)}40%{transform:scale(1)}}rs-loader.spinner4{margin:-20px 0 0 -20px;width:40px;height:40px;text-align:center;animation:tp-rotate 2s infinite linear}rs-loader.spinner4 .dot1,rs-loader.spinner4 .dot2{width:60%;height:60%;display:inline-block;position:absolute;top:0;background-color:#fff;border-radius:100%;animation:tp-bounce 2s infinite ease-in-out;box-shadow:0 0 20px 0 rgba(0,0,0,.15)}rs-loader.spinner4 .dot2{top:auto;bottom:0;animation-delay:-1s}@keyframes tp-rotate{100%{transform:rotate(360deg)}}@keyframes tp-bounce{0%,100%{transform:scale(0)}50%{transform:scale(1)}}rs-layer iframe{visibility:hidden}rs-layer.rs-ii-o iframe{visibility:visible}rs-layer input[type=date],rs-layer input[type=datetime-local],rs-layer input[type=datetime],rs-layer input[type=email],rs-layer input[type=month],rs-layer input[type=number],rs-layer input[type=password],rs-layer input[type=range],rs-layer input[type=search],rs-layer input[type=tel],rs-layer input[type=text],rs-layer input[type=time],rs-layer input[type=url],rs-layer input[type=week]{display:inline-block}rs-layer input::placeholder{vertical-align:middle;line-height:inherit!important}a.rs-layer{transition:none}rs-arrow,rs-bullet,rs-bullets,rs-navmask,rs-tab,rs-tabs,rs-tabs-wrap,rs-thumb,rs-thumbs,rs-thumbs-wrap{display:block}.tp-bullets.navbar,.tp-tabs.navbar,.tp-thumbs.navbar{border:none;min-height:0;margin:0;border-radius:0}.tp-bullets,.tp-tabs,.tp-thumbs{position:absolute;display:block;z-index:1000;top:0;left:0}.tp-tab,.tp-thumb{cursor:pointer;position:absolute;opacity:.5;box-sizing:border-box}.tp-arr-imgholder,.tp-tab-image,.tp-thumb-image,rs-poster{background-position:center center;background-size:cover;width:100%;height:100%;display:block;position:absolute;top:0;left:0}rs-poster{cursor:pointer;z-index:3}.tp-tab.rs-touchhover,.tp-tab.selected,.tp-thumb.rs-touchhover,.tp-thumb.selected{opacity:1}.tp-tab-mask,.tp-thumb-mask{box-sizing:border-box!important}.tp-tabs,.tp-thumbs{box-sizing:content-box!important}.tp-bullet{width:15px;height:15px;position:absolute;background:#fff;background:rgba(255,255,255,.3);cursor:pointer}.tp-bullet.rs-touchhover,.tp-bullet.selected{background:#fff}.tparrows{cursor:pointer;background:#000;background:rgba(0,0,0,.5);width:40px;height:40px;position:absolute;display:block;z-index:1000}.tparrows.rs-touchhover{background:#000}.tparrows:before{font-family:revicons;font-size:15px;color:#fff;display:block;line-height:40px;text-align:center}.tparrows.tp-leftarrow:before{content:'\e824'}.tparrows.tp-rightarrow:before{content:'\e825'}.rs-layer [class*=" pe-7s-"],.rs-layer [class*=" pe-7s-"]:before,.rs-layer [class^=pe-7s-],.rs-layer [class^=pe-7s-]:before{width:auto;margin:0;line-height:inherit;box-sizing:inherit}rs-pzimg-wrap{display:block}body.rtl .rs-pzimg{left:0!important}.rs_fake_cube{transform-style:preserve-3d}.rs_fake_cube,.rs_fake_cube_wall{position:absolute;-webkit-backface-visibility:hidden;backface-visibility:hidden;left:0;top:0;z-index:0}.rs-builder-mode rs-sbg-wrap canvas,rs-sbg canvas{overflow:hidden;z-index:5;-webkit-backface-visibility:hidden;backface-visibility:hidden}.dddwrappershadow{box-shadow:0 45px 100px rgba(0,0,0,.4)}.dddwrapper{transform-style:flat;perspective:10000px}.rs_error_message_box{background:#111;width:800px;margin:40px auto;padding:40px 20px;text-align:center;font-family:"Open Sans",sans-serif}.rs_error_message_oops{margin:0 0 20px;line-height:60px;font-size:34px;color:#fff}.rs_error_message_content{margin:0 0 20px;line-height:25px;font-size:17px;color:#fff}.rs_error_message_button{color:#fff!important;background:#333;display:inline-block;padding:10px 15px;text-align:right;border-radius:5px;cursor:pointer;text-decoration:none!important}.rs_error_message_button:hover{background:#5e35b1}.hglayerinfo{position:fixed;bottom:0;left:0;color:#fff;font-size:12px;line-height:20px;font-weight:600;background:rgba(0,0,0,.75);padding:5px 10px;z-index:2000;white-space:normal}.hginfo{position:absolute;top:-2px;left:-2px;color:#e74c3c;font-size:12px;font-weight:600;background:#000;padding:2px 5px}.indebugmode .rs-layer:hover{border:1px dashed #c0392b!important}.helpgrid{border:2px dashed #c0392b;position:absolute;top:0;left:0;z-index:0}#revsliderlogloglog{padding:15px;color:#fff;position:fixed;top:0;left:0;width:200px;height:150px;background:rgba(0,0,0,.7);z-index:100000;font-size:10px;overflow:scroll}.aden{filter:hue-rotate(-20deg) contrast(.9) saturate(.85) brightness(1.2)}.aden::after{background:linear-gradient(to right,rgba(66,10,14,.2),transparent);mix-blend-mode:darken}.perpetua::after,.reyes::after{mix-blend-mode:soft-light;opacity:.5}.inkwell{filter:sepia(.3) contrast(1.1) brightness(1.1) grayscale(1)}.perpetua::after{background:linear-gradient(to bottom,#005b9a,#e6c13d)}.reyes{filter:sepia(.22) brightness(1.1) contrast(.85) saturate(.75)}.reyes::after{background:#efcdad}.gingham{filter:brightness(1.05) hue-rotate(-10deg)}.gingham::after{background:linear-gradient(to right,rgba(66,10,14,.2),transparent);mix-blend-mode:darken}.toaster{filter:contrast(1.5) brightness(.9)}.toaster::after{background:radial-gradient(circle,#804e0f,#3b003b);mix-blend-mode:screen}.walden{filter:brightness(1.1) hue-rotate(-10deg) sepia(.3) saturate(1.6)}.walden::after{background:#04c;mix-blend-mode:screen;opacity:.3}.hudson{filter:brightness(1.2) contrast(.9) saturate(1.1)}.hudson::after{background:radial-gradient(circle,#a6b1ff 50%,#342134);mix-blend-mode:multiply;opacity:.5}.earlybird{filter:contrast(.9) sepia(.2)}.earlybird::after{background:radial-gradient(circle,#d0ba8e 20%,#360309 85%,#1d0210 100%);mix-blend-mode:overlay}.mayfair{filter:contrast(1.1) saturate(1.1)}.mayfair::after{background:radial-gradient(circle at 40% 40%,rgba(255,255,255,.8),rgba(255,200,200,.6),#111 60%);mix-blend-mode:overlay;opacity:.4}.lofi{filter:saturate(1.1) contrast(1.5)}.lofi::after{background:radial-gradient(circle,transparent 70%,#222 150%);mix-blend-mode:multiply}._1977{filter:contrast(1.1) brightness(1.1) saturate(1.3)}._1977:after{background:rgba(243,106,188,.3);mix-blend-mode:screen}.brooklyn{filter:contrast(.9) brightness(1.1)}.brooklyn::after{background:radial-gradient(circle,rgba(168,223,193,.4) 70%,#c4b7c8);mix-blend-mode:overlay}.xpro2{filter:sepia(.3)}.xpro2::after{background:radial-gradient(circle,#e6e7e0 40%,rgba(43,42,161,.6) 110%);mix-blend-mode:color-burn}.nashville{filter:sepia(.2) contrast(1.2) brightness(1.05) saturate(1.2)}.nashville::after{background:rgba(0,70,150,.4);mix-blend-mode:lighten}.nashville::before{background:rgba(247,176,153,.56);mix-blend-mode:darken}.lark{filter:contrast(.9)}.lark::after{background:rgba(242,242,242,.8);mix-blend-mode:darken}.lark::before{background:#22253f;mix-blend-mode:color-dodge}.moon{filter:grayscale(1) contrast(1.1) brightness(1.1)}.moon::before{background:#a0a0a0;mix-blend-mode:soft-light}.moon::after{background:#383838;mix-blend-mode:lighten}.clarendon{filter:contrast(1.2) saturate(1.35)}.clarendon:before{background:rgba(127,187,227,.2);mix-blend-mode:overlay}.willow{filter:grayscale(.5) contrast(.95) brightness(.9)}.willow::before{background-color:radial-gradient(40%,circle,#d4a9af 55%,#000 150%);mix-blend-mode:overlay}.rise{filter:brightness(1.05) sepia(.2) contrast(.9) saturate(.9)}.rise::after{background:radial-gradient(circle,rgba(232,197,152,.8),transparent 90%);mix-blend-mode:overlay;opacity:.6}.rise::before{background:radial-gradient(circle,rgba(236,205,169,.15) 55%,rgba(50,30,7,.4));mix-blend-mode:multiply}._1977:after,._1977:before,.aden:before,.brooklyn:after,.brooklyn:before,.clarendon:after,.clarendon:before,.earlybird:after,.earlybird:before,.gingham:after,.gingham:before,.hudson:after,.hudson:before,.inkwell:after,.inkwell:before,.lark:after,.lark:before,.lofi:after,.lofi:before,.mayfair:after,.mayfair:before,.moon:after,.moon:before,.nashville:after,.nashville:before,.perpetua:after,.perpetua:before,.reyes:after,.reyes:before,.rise:after,.rise:before,.slumber:after,.slumber:before,.toaster:after,.toaster:before,.walden:after,.walden:before,.willow:after,.willow:before,.xpro2:after,.xpro2:before,rs-pzimg-wrap.aden:after{content:'';display:block;height:100%;width:100%;top:0;left:0;position:absolute;pointer-events:none}._1977,.aden,.brooklyn,.clarendon,.earlybird,.gingham,.hudson,.inkwell,.lark,.lofi,.mayfair,.moon,.nashville,.perpetua,.reyes,.rise,.slumber,.toaster,.walden,.willow,.xpro2{position:absolute}._1977:before,.aden:before,.brooklyn:before,.clarendon:before,.earlybird:before,.gingham:before,.hudson:before,.inkwell:before,.lark:before,.lofi:before,.mayfair:before,.moon:before,.nashville:before,.perpetua:before,.reyes:before,.rise:before,.slumber:before,.toaster:before,.walden:before,.willow:before,.xpro2:before{z-index:30}._1977:after,.aden:after,.brooklyn:after,.clarendon:after,.earlybird:after,.gingham:after,.hudson:after,.inkwell:after,.lark:after,.lofi:after,.mayfair:after,.moon:after,.nashville:after,.perpetua:after,.reyes:after,.rise:after,.slumber:after,.toaster:after,.walden:after,.willow:after,.xpro2:after{z-index:40}.slumber{filter:saturate(.66) brightness(1.05)}.slumber::after{background:rgba(125,105,24,.5);mix-blend-mode:soft-light}.slumber::before{background:rgba(69,41,12,.4);mix-blend-mode:lighten}.willow::after{background-color:#d8cdcb;mix-blend-mode:color}@media not all and (min-resolution:.001dpcm){@supports (-webkit-appearance:none){.willow{filter:grayscale(1) contrast(.95) brightness(.9)}.willow::after{background-color:transparent}}}rs-pzimg-wrap._1977:after,rs-pzimg-wrap._1977:before,rs-pzimg-wrap.aden:after,rs-pzimg-wrap.aden:before,rs-pzimg-wrap.brooklyn:after,rs-pzimg-wrap.brooklyn:before,rs-pzimg-wrap.clarendon:after,rs-pzimg-wrap.clarendon:before,rs-pzimg-wrap.earlybird:after,rs-pzimg-wrap.earlybird:before,rs-pzimg-wrap.gingham:after,rs-pzimg-wrap.gingham:before,rs-pzimg-wrap.hudson:after,rs-pzimg-wrap.hudson:before,rs-pzimg-wrap.inkwell:after,rs-pzimg-wrap.inkwell:before,rs-pzimg-wrap.lark:after,rs-pzimg-wrap.lark:before,rs-pzimg-wrap.lofi:after,rs-pzimg-wrap.lofi:before,rs-pzimg-wrap.mayfair:after,rs-pzimg-wrap.mayfair:before,rs-pzimg-wrap.moon:after,rs-pzimg-wrap.moon:before,rs-pzimg-wrap.nashville:after,rs-pzimg-wrap.nashville:before,rs-pzimg-wrap.perpetua:after,rs-pzimg-wrap.perpetua:before,rs-pzimg-wrap.reyes:after,rs-pzimg-wrap.reyes:before,rs-pzimg-wrap.rise:after,rs-pzimg-wrap.rise:before,rs-pzimg-wrap.slumber:after,rs-pzimg-wrap.slumber:before,rs-pzimg-wrap.toaster:after,rs-pzimg-wrap.toaster:before,rs-pzimg-wrap.walden:after,rs-pzimg-wrap.walden:before,rs-pzimg-wrap.willow:after,rs-pzimg-wrap.willow:before,rs-pzimg-wrap.xpro2:after,rs-pzimg-wrap.xpro2:before,rs-pzimg-wrap:after,rs-pzimg-wrap:before{height:500%;width:500%}rs-loader.spinner6{width:40px;height:40px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}rs-loader.spinner6 .rs-spinner-inner{width:100%;height:100%;display:inline-block;-webkit-animation:rs-revealer-6 1.4s linear infinite;animation:rs-revealer-6 1.4s linear infinite}rs-loader.spinner6 .rs-spinner-inner span{position:absolute;vertical-align:top;border-radius:100%;display:inline-block;width:8px;height:8px;margin-left:16px;transform-origin:center 20px;-webkit-transform-origin:center 20px}rs-loader.spinner6 .rs-spinner-inner span:nth-child(2){transform:rotate(36deg);-webkit-transform:rotate(36deg);opacity:.1}rs-loader.spinner6 .rs-spinner-inner span:nth-child(3){transform:rotate(72deg);-webkit-transform:rotate(72deg);opacity:.2}rs-loader.spinner6 .rs-spinner-inner span:nth-child(4){transform:rotate(108deg);-webkit-transform:rotate(108deg);opacity:.3}rs-loader.spinner6 .rs-spinner-inner span:nth-child(5){transform:rotate(144deg);-webkit-transform:rotate(144deg);opacity:.4}rs-loader.spinner6 .rs-spinner-inner span:nth-child(6){transform:rotate(180deg);-webkit-transform:rotate(180deg);opacity:.5}rs-loader.spinner6 .rs-spinner-inner span:nth-child(7){transform:rotate(216deg);-webkit-transform:rotate(216deg);opacity:.6}rs-loader.spinner6 .rs-spinner-inner span:nth-child(8){transform:rotate(252deg);-webkit-transform:rotate(252deg);opacity:.7}rs-loader.spinner6 .rs-spinner-inner span:nth-child(9){transform:rotate(288deg);-webkit-transform:rotate(288deg);opacity:.8}rs-loader.spinner6 .rs-spinner-inner span:nth-child(10){transform:rotate(324deg);-webkit-transform:rotate(324deg);opacity:.9}@keyframes rs-revealer-6{from{transform:rotate(0)}to{transform:rotate(360deg)}}@-webkit-keyframes rs-revealer-6{from{-webkit-transform:rotate(0)}to{-webkit-transform:rotate(360deg)}}rs-loader.spinner7{width:35px;height:35px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}rs-loader.spinner7 .rs-spinner-inner{width:100%;height:100%;display:inline-block;padding:0;border-radius:100%;border:2px solid;-webkit-animation:rs-revealer-7 .8s linear infinite;animation:rs-revealer-7 .8s linear infinite}@keyframes rs-revealer-7{from{transform:rotate(0)}to{transform:rotate(360deg)}}@-webkit-keyframes rs-revealer-7{from{-webkit-transform:rotate(0)}to{-webkit-transform:rotate(360deg)}}rs-loader.spinner8{width:50px;height:50px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}rs-loader.spinner8 .rs-spinner-inner{width:100%;height:100%;display:inline-block;padding:0;text-align:left}rs-loader.spinner8 .rs-spinner-inner span{position:absolute;display:inline-block;width:100%;height:100%;border-radius:100%;-webkit-animation:rs-revealer-8 1.6s linear infinite;animation:rs-revealer-8 1.6s linear infinite}rs-loader.spinner8 .rs-spinner-inner span:last-child{animation-delay:-.8s;-webkit-animation-delay:-.8s}@keyframes rs-revealer-8{0%{transform:scale(0,0);opacity:.5}100%{transform:scale(1,1);opacity:0}}@-webkit-keyframes rs-revealer-8{0%{-webkit-transform:scale(0,0);opacity:.5}100%{-webkit-transform:scale(1,1);opacity:0}}rs-loader.spinner9{width:40px;height:40px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}rs-loader.spinner9 .rs-spinner-inner span{display:block;width:100%;height:100%;border-radius:50%;opacity:.6;position:absolute;top:0;left:0;-webkit-animation:rs-revealer-9 2s infinite ease-in-out;animation:rs-revealer-9 2s infinite ease-in-out}rs-loader.spinner9 .rs-spinner-inner span:last-child{-webkit-animation-delay:-1s;animation-delay:-1s}@-webkit-keyframes rs-revealer-9{0%,100%{-webkit-transform:scale(0)}50%{-webkit-transform:scale(1)}}@keyframes rs-revealer-9{0%,100%{transform:scale(0);-webkit-transform:scale(0)}50%{transform:scale(1);-webkit-transform:scale(1)}}rs-loader.spinner10{width:54px;height:40px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}rs-loader.spinner10 .rs-spinner-inner{width:100%;height:100%;text-align:center;font-size:10px}rs-loader.spinner10 .rs-spinner-inner span{display:block;height:100%;width:6px;display:inline-block;-webkit-animation:rs-revealer-10 1.2s infinite ease-in-out;animation:rs-revealer-10 1.2s infinite ease-in-out}rs-loader.spinner10 .rs-spinner-inner span:nth-child(2){-webkit-animation-delay:-1.1s;animation-delay:-1.1s}rs-loader.spinner10 .rs-spinner-inner span:nth-child(3){-webkit-animation-delay:-1s;animation-delay:-1s}rs-loader.spinner10 .rs-spinner-inner span:nth-child(4){-webkit-animation-delay:-.9s;animation-delay:-.9s}rs-loader.spinner10 .rs-spinner-inner span:nth-child(5){-webkit-animation-delay:-.8s;animation-delay:-.8s}@-webkit-keyframes rs-revealer-10{0%,100%,40%{-webkit-transform:scaleY(.4)}20%{-webkit-transform:scaleY(1)}}@keyframes rs-revealer-10{0%,100%,40%{transform:scaleY(.4);-webkit-transform:scaleY(.4)}20%{transform:scaleY(1);-webkit-transform:scaleY(1)}}rs-loader.spinner11{width:40px;height:40px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}rs-loader.spinner11 .rs-spinner-inner{width:100%;height:100%}rs-loader.spinner11 .rs-spinner-inner span{display:block;width:33%;height:33%;background-color:#333;float:left;-webkit-animation:rs-revealer-11 1.3s infinite ease-in-out;animation:rs-revealer-11 1.3s infinite ease-in-out}rs-loader.spinner11 .rs-spinner-inner span:nth-child(1){-webkit-animation-delay:.2s;animation-delay:.2s}rs-loader.spinner11 .rs-spinner-inner span:nth-child(2){-webkit-animation-delay:.3s;animation-delay:.3s}rs-loader.spinner11 .rs-spinner-inner span:nth-child(3){-webkit-animation-delay:.4s;animation-delay:.4s}rs-loader.spinner11 .rs-spinner-inner span:nth-child(4){-webkit-animation-delay:.1s;animation-delay:.1s}rs-loader.spinner11 .rs-spinner-inner span:nth-child(5){-webkit-animation-delay:.2s;animation-delay:.2s}rs-loader.spinner11 .rs-spinner-inner span:nth-child(6){-webkit-animation-delay:.3s;animation-delay:.3s}rs-loader.spinner11 .rs-spinner-inner span:nth-child(7){-webkit-animation-delay:0s;animation-delay:0s}rs-loader.spinner11 .rs-spinner-inner span:nth-child(8){-webkit-animation-delay:.1s;animation-delay:.1s}rs-loader.spinner11 .rs-spinner-inner span:nth-child(9){-webkit-animation-delay:.2s;animation-delay:.2s}@-webkit-keyframes rs-revealer-11{0%,100%,70%{-webkit-transform:scale3D(1,1,1);transform:scale3D(1,1,1)}35%{-webkit-transform:scale3D(0,0,1);transform:scale3D(0,0,1)}}@keyframes rs-revealer-11{0%,100%,70%{-webkit-transform:scale3D(1,1,1);transform:scale3D(1,1,1)}35%{-webkit-transform:scale3D(0,0,1);transform:scale3D(0,0,1)}}rs-loader.spinner12{width:35px;height:35px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}rs-loader.spinner12 .rs-spinner-inner{width:100%;height:100%;-webkit-animation:rs-revealer-12 1s infinite linear;animation:rs-revealer-12 1s infinite linear}@-webkit-keyframes rs-revealer-12{0%{-webkit-transform:rotate(0)}100%{-webkit-transform:rotate(360deg)}}@keyframes rs-revealer-12{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}rs-loader.spinner13{width:40px;height:40px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}rs-loader.spinner13 .rs-spinner-inner{width:100%;height:100%}rs-loader.spinner13 .rs-spinner-inner span{display:block;width:40%;height:40%;position:absolute;border-radius:50%;-webkit-animation:rs-revealer-13 2s ease infinite;animation:rs-revealer-13 2s ease infinite}rs-loader.spinner13 .rs-spinner-inner span:nth-child(1){animation-delay:-1.5s;-webkit-animation-delay:-1.5s}rs-loader.spinner13 .rs-spinner-inner span:nth-child(2){animation-delay:-1s;-webkit-animation-delay:-1s}rs-loader.spinner13 .rs-spinner-inner span:nth-child(3){animation-delay:-.5s;-webkit-animation-delay:-.5s}@keyframes rs-revealer-13{0%,100%{transform:translate(0)}25%{transform:translate(160%)}50%{transform:translate(160%,160%)}75%{transform:translate(0,160%)}}@-webkit-keyframes rs-revealer-13{0%,100%{-webkit-transform:translate(0)}25%{-webkit-transform:translate(160%)}50%{-webkit-transform:translate(160%,160%)}75%{-webkit-transform:translate(0,160%)}}rs-loader.spinner14{width:40px;height:40px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}rs-loader.spinner14 .rs-spinner-inner{width:100%;height:100%;animation:rs-revealer-14 1s infinite linear}rs-loader.spinner14 .rs-spinner-inner span{display:block;position:absolute;top:50%;left:50%;width:16px;height:16px;border-radius:50%;margin:-8px}rs-loader.spinner14 .rs-spinner-inner span:nth-child(1){-webkit-animation:rs-revealer-14-1 2s infinite;animation:rs-revealer-14-1 2s infinite}rs-loader.spinner14 .rs-spinner-inner span:nth-child(2){-webkit-animation:rs-revealer-14-2 2s infinite;animation:rs-revealer-14-2 2s infinite}rs-loader.spinner14 .rs-spinner-inner span:nth-child(3){-webkit-animation:rs-revealer-14-3 2s infinite;animation:rs-revealer-14-3 2s infinite}rs-loader.spinner14 .rs-spinner-inner span:nth-child(4){-webkit-animation:rs-revealer-14-4 2s infinite;animation:rs-revealer-14-4 2s infinite}@-webkit-keyframes rs-revealer-14-1{0%{-webkit-transform:rotate3d(0,0,1,0deg) translate3d(0,0,0)}20%{-webkit-transform:rotate3d(0,0,1,0deg) translate3d(80%,80%,0)}80%{-webkit-transform:rotate3d(0,0,1,360deg) translate3d(80%,80%,0)}100%{-webkit-transform:rotate3d(0,0,1,360deg) translate3d(0,0,0)}}@-webkit-keyframes rs-revealer-14-2{0%{-webkit-transform:rotate3d(0,0,1,0deg) translate3d(0,0,0)}20%{-webkit-transform:rotate3d(0,0,1,0deg) translate3d(80%,-80%,0)}80%{-webkit-transform:rotate3d(0,0,1,360deg) translate3d(80%,-80%,0)}100%{-webkit-transform:rotate3d(0,0,1,360deg) translate3d(0,0,0)}}@-webkit-keyframes rs-revealer-14-3{0%{-webkit-transform:rotate3d(0,0,1,0deg) translate3d(0,0,0)}20%{-webkit-transform:rotate3d(0,0,1,0deg) translate3d(-80%,-80%,0)}80%{-webkit-transform:rotate3d(0,0,1,360deg) translate3d(-80%,-80%,0)}100%{-webkit-transform:rotate3d(0,0,1,360deg) translate3d(0,0,0)}}@-webkit-keyframes rs-revealer-14-4{0%{-webkit-transform:rotate3d(0,0,1,0deg) translate3d(0,0,0)}20%{-webkit-transform:rotate3d(0,0,1,0deg) translate3d(-80%,80%,0)}80%{-webkit-transform:rotate3d(0,0,1,360deg) translate3d(-80%,80%,0)}100%{-webkit-transform:rotate3d(0,0,1,360deg) translate3d(0,0,0)}}@keyframes rs-revealer-14-1{0%{transform:rotate3d(0,0,1,0deg) translate3d(0,0,0)}20%{transform:rotate3d(0,0,1,0deg) translate3d(80%,80%,0)}80%{transform:rotate3d(0,0,1,360deg) translate3d(80%,80%,0)}100%{transform:rotate3d(0,0,1,360deg) translate3d(0,0,0)}}@keyframes rs-revealer-14-2{0%{transform:rotate3d(0,0,1,0deg) translate3d(0,0,0)}20%{transform:rotate3d(0,0,1,0deg) translate3d(80%,-80%,0)}80%{transform:rotate3d(0,0,1,360deg) translate3d(80%,-80%,0)}100%{transform:rotate3d(0,0,1,360deg) translate3d(0,0,0)}}@keyframes rs-revealer-14-3{0%{transform:rotate3d(0,0,1,0deg) translate3d(0,0,0)}20%{transform:rotate3d(0,0,1,0deg) translate3d(-80%,-80%,0)}80%{transform:rotate3d(0,0,1,360deg) translate3d(-80%,-80%,0)}100%{transform:rotate3d(0,0,1,360deg) translate3d(0,0,0)}}@keyframes rs-revealer-14-4{0%{transform:rotate3d(0,0,1,0deg) translate3d(0,0,0)}20%{transform:rotate3d(0,0,1,0deg) translate3d(-80%,80%,0)}80%{transform:rotate3d(0,0,1,360deg) translate3d(-80%,80%,0)}100%{transform:rotate3d(0,0,1,360deg) translate3d(0,0,0)}}rs-loader.spinner15{width:40px;height:40px;margin-top:-4px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}rs-loader.spinner15 .rs-spinner-inner{width:100%;height:100%}rs-loader.spinner15 .rs-spinner-inner span{display:block;width:20px;height:20px;position:absolute;top:0;left:0;-webkit-animation:rs-revealer-15 1.8s infinite ease-in-out;animation:rs-revealer-15 1.8s infinite ease-in-out}rs-loader.spinner15 .rs-spinner-inner:last-child{-webkit-animation-delay:-.9s;animation-delay:-.9s}@-webkit-keyframes rs-revealer-15{25%{-webkit-transform:translateX(30px) rotate(-90deg) scale(.5)}50%{-webkit-transform:translateX(30px) translateY(30px) rotate(-180deg)}75%{-webkit-transform:translateX(0) translateY(30px) rotate(-270deg) scale(.5)}100%{-webkit-transform:rotate(-360deg)}}@keyframes rs-revealer-15{25%{transform:translateX(30px) rotate(-90deg) scale(.5);-webkit-transform:translateX(30px) rotate(-90deg) scale(.5)}50%{transform:translateX(30px) translateY(30px) rotate(-179deg);-webkit-transform:translateX(30px) translateY(30px) rotate(-179deg)}50.1%{transform:translateX(30px) translateY(30px) rotate(-180deg);-webkit-transform:translateX(30px) translateY(30px) rotate(-180deg)}75%{transform:translateX(0) translateY(30px) rotate(-270deg) scale(.5);-webkit-transform:translateX(0) translateY(30px) rotate(-270deg) scale(.5)}100%{transform:rotate(-360deg);-webkit-transform:rotate(-360deg)}}.bgcanvas{display:none;position:absolute;overflow:hidden}.RSscrollbar-measure{width:100px;height:100px;overflow:scroll;position:absolute;top:-9999px}.avada-has-rev-slider-styles .rev_slider_wrapper{transform:none}.active-rs-slide rs-sbg-wrap.kenburn_fix{opacity:1!important;visibility:visible!important}rs-module{direction:ltr}