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

.ui-timepicker-div .ui_tpicker_unit_hide {
    display:none;
}
@charset "UTF-8";
body {
  margin: 0;
  padding: 0;
}
article,
aside,
details,
figcaption,
figure,
main,
footer,
header,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
nav ul,
nav ol {
  list-style: none none;
}
img {
  max-width: 100%;
  height: auto;
  border: 0;
}
video,
embed,
object {
  max-width: 100%;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size-adjust: 100%;
}
body {
  color: #333;
  font-family: 'Source Sans Pro', sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  font-size: 1.4rem;
}
p {
  margin-top: 0rem;
  margin-bottom: 1rem;
}
abbr[title] {
  border-bottom: 1px dotted #ccc;
  cursor: help;
}
b,
strong {
  font-weight: 700;
}
em,
i {
  font-style: italic;
}
mark {
  background: #f6f6f6;
  color: #000000;
}
small,
.small {
  font-size: 12px;
}
hr {
  border: 0;
  border-top: 1px solid #ccc;
  margin-bottom: 20px;
  margin-top: 20px;
}
sub,
sup {
  font-size: 71.42857143000001%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
dfn {
  font-style: italic;
}
h1 {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 0rem;
  margin-bottom: 2rem;
}
h2 {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
h3 {
  font-weight: 600;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
}
h4 {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.4rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
h5 {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.2rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
h6 {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small {
  color: #333;
  font-family: 'Source Sans Pro', sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}
a,
.alink {
  color: #006bb4;
  text-decoration: none;
}
a:visited,
.alink:visited {
  color: #006bb4;
  text-decoration: none;
}
a:hover,
.alink:hover {
  color: #006bb4;
  text-decoration: underline;
}
a:active,
.alink:active {
  color: #02283E;
  text-decoration: underline;
}
ul,
ol {
  margin-top: 0rem;
  margin-bottom: 2.5rem;
}
ul > li,
ol > li {
  margin-top: 0rem;
  margin-bottom: 1rem;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
dl {
  margin-bottom: 20px;
  margin-top: 0;
}
dt {
  font-weight: 700;
  margin-bottom: 5px;
  margin-top: 0;
}
dd {
  margin-bottom: 10px;
  margin-top: 0;
  margin-left: 0;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, 'Courier New', monospace;
}
code {
  background: #f6f6f6;
  color: #111111;
  padding: 2px 4px;
  font-size: 1.2rem;
  white-space: nowrap;
}
kbd {
  background: #f6f6f6;
  color: #111111;
  padding: 2px 4px;
  font-size: 1.2rem;
}
pre {
  background: #f6f6f6;
  border: 1px solid #ccc;
  color: #111111;
  line-height: 1.42857143;
  margin: 0 0 10px;
  padding: 10px;
  font-size: 1.2rem;
  display: block;
  word-wrap: break-word;
}
pre code {
  background-color: transparent;
  border-radius: 0;
  color: inherit;
  font-size: inherit;
  padding: 0;
  white-space: pre-wrap;
}
blockquote {
  border-left: 0 solid #ccc;
  margin: 0 0 20px 40px;
  padding: 0;
  color: #333;
  font-family: 'Source Sans Pro', sans-serif;
  font-style: italic;
  font-weight: 400;
  line-height: 1.42857143;
  font-size: 1.4rem;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  color: #333;
  line-height: 1.42857143;
  font-size: 1rem;
  display: block;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
blockquote cite {
  font-style: normal;
}
blockquote:before,
blockquote:after {
  content: '';
}
q {
  quotes: none;
}
q:before,
q:after {
  content: '';
  content: none;
}
cite {
  font-style: normal;
}
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  max-width: 100%;
}
table th {
  text-align: left;
}
table > tbody > tr > th,
table > tfoot > tr > th,
table > tbody > tr > td,
table > tfoot > tr > td {
  vertical-align: top;
}
table > thead > tr > th,
table > thead > tr > td {
  vertical-align: bottom;
}
table > thead > tr > th,
table > tbody > tr > th,
table > tfoot > tr > th,
table > thead > tr > td,
table > tbody > tr > td,
table > tfoot > tr > td {
  padding: 11px 10px;
}
button {
  background-image: none;
  background: #eee;
  border: 1px solid #ccc;
  color: #333;
  cursor: pointer;
  display: inline-block;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 600;
  margin: 0;
  padding: 7px 15px;
  font-size: 1.4rem;
  line-height: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
}
button:focus,
button:active {
  background: #e2e2e2;
  border: 1px solid #ccc;
  color: #333;
}
button:hover {
  background: #e1e1e1;
  border: 1px solid #ccc;
  color: #333;
}
button.disabled,
button[disabled],
fieldset[disabled] button {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input[type="text"],
input[type="password"],
input[type="url"],
input[type="tel"],
input[type="search"],
input[type="number"],
input[type*="date"],
input[type="email"] {
  background: #fff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 14px;
  height: 32px;
  line-height: 1.42857143;
  padding: 0 9px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
}
input[type="text"]:disabled,
input[type="password"]:disabled,
input[type="url"]:disabled,
input[type="tel"]:disabled,
input[type="search"]:disabled,
input[type="number"]:disabled,
input[type*="date"]:disabled,
input[type="email"]:disabled {
  opacity: 0.5;
}
input[type="text"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type*="date"]::-moz-placeholder,
input[type="email"]::-moz-placeholder {
  color: #575757;
}
input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type*="date"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder {
  color: #575757;
}
input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type*="date"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder {
  color: #575757;
}
input[type="number"] {
  -moz-appearance: textfield;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="search"] {
  -webkit-appearance: none;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}
select {
  background: #fff url('../../frontend/InverseParadox/BlueRidgeKnives/en_US/images/select-bg.svg') no-repeat 100% 45%;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border-radius: 1px;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 14px;
  height: 32px;
  line-height: 1.42857143;
  padding: 4px 25px 5px 10px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
}
select:focus {
  border: 1px solid #c2c2c2;
}
select:disabled {
  opacity: 0.5;
  background: #fff;
  border: 1px solid #c2c2c2;
}
select[multiple] {
  height: auto;
  background-image: none;
}
textarea {
  background: #fff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 14px;
  height: auto;
  line-height: 1.42857143;
  margin: 0;
  padding: 10px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
  resize: vertical;
}
textarea:disabled {
  opacity: 0.5;
}
textarea::-moz-placeholder {
  color: #575757;
}
textarea::-webkit-input-placeholder {
  color: #575757;
}
textarea:-ms-input-placeholder {
  color: #575757;
}
input[type="checkbox"] {
  margin: 2px 5px 0 0;
  position: relative;
  top: 2px;
}
input[type="checkbox"]:disabled {
  opacity: 0.5;
}
input[type="radio"] {
  margin: 2px 5px 0 0;
}
input[type="radio"]:disabled {
  opacity: 0.5;
}
input.mage-error,
select.mage-error,
textarea.mage-error {
  border-color: #ed8380;
}
div.mage-error {
  color: #e02b27;
  font-size: 1.2rem;
}
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
form {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
address {
  font-style: normal;
}
*:focus {
  box-shadow: none;
  outline: 0;
}
._keyfocus *:focus,
input:not([disabled]):focus,
textarea:not([disabled]):focus,
select:not([disabled]):focus {
  box-shadow: 0 0 3px 1px #00699D;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.bundle-options-container .block-bundle-summary .bundle.items,
.search-terms,
.product-items,
.prices-tier,
.cart-summary .checkout-methods-items,
.opc-wrapper .opc,
.opc-progress-bar,
.checkout-agreements-items,
.order-details-items .items-qty,
.footer.content ul,
.block-banners .banner-items,
.block-banners-inline .banner-items,
.block-event .slider-panel .slider {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.bundle-options-container .block-bundle-summary .bundle.items > li,
.search-terms > li,
.product-items > li,
.prices-tier > li,
.cart-summary .checkout-methods-items > li,
.opc-wrapper .opc > li,
.opc-progress-bar > li,
.checkout-agreements-items > li,
.order-details-items .items-qty > li,
.footer.content ul > li,
.block-banners .banner-items > li,
.block-banners-inline .banner-items > li,
.block-event .slider-panel .slider > li {
  margin: 0;
}
.action-primary:focus,
.action-primary:active {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #fff;
}
.action-primary:hover {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #fff;
}
.action-primary.disabled,
.action-primary[disabled],
fieldset[disabled] .action-primary {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.abs-discount-block .actions-toolbar .action.primary,
.abs-discount-block .actions-toolbar .action.cancel,
.block-compare .action.primary,
.cart-summary .block .actions-toolbar > .primary .action.primary,
.abs-discount-code .form-discount .actions-toolbar .primary .action,
.cart-summary .form.giftregistry .fieldset .action.primary,
.magento-payments-review-discount .actions-toolbar .action.primary,
.magento-payments-review-discount .actions-toolbar .action.cancel,
.abs-discount-block .actions-toolbar .amshopby-button,
.block-compare .amshopby-button,
.cart-summary .block .actions-toolbar > .primary .amshopby-button,
.cart-summary .form.giftregistry .fieldset .amshopby-button,
.abs-discount-block .actions-toolbar .am-filter-go,
.block-compare .am-filter-go,
.cart-summary .block .actions-toolbar > .primary .am-filter-go,
.cart-summary .form.giftregistry .fieldset .am-filter-go,
.paypal-review-discount .actions-toolbar .action.primary,
.paypal-review-discount .actions-toolbar .action.cancel,
.cart-discount .actions-toolbar .action.primary,
.cart-discount .actions-toolbar .action.cancel,
.checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary .action {
  border-radius: 3px;
}
.abs-discount-block .actions-toolbar .action.primary:not(:focus),
.abs-discount-block .actions-toolbar .action.cancel:not(:focus),
.block-compare .action.primary:not(:focus),
.cart-summary .block .actions-toolbar > .primary .action.primary:not(:focus),
.abs-discount-code .form-discount .actions-toolbar .primary .action:not(:focus),
.cart-summary .form.giftregistry .fieldset .action.primary:not(:focus),
.magento-payments-review-discount .actions-toolbar .action.primary:not(:focus),
.magento-payments-review-discount .actions-toolbar .action.cancel:not(:focus),
.abs-discount-block .actions-toolbar .amshopby-button:not(:focus),
.block-compare .amshopby-button:not(:focus),
.cart-summary .block .actions-toolbar > .primary .amshopby-button:not(:focus),
.cart-summary .form.giftregistry .fieldset .amshopby-button:not(:focus),
.abs-discount-block .actions-toolbar .am-filter-go:not(:focus),
.block-compare .am-filter-go:not(:focus),
.cart-summary .block .actions-toolbar > .primary .am-filter-go:not(:focus),
.cart-summary .form.giftregistry .fieldset .am-filter-go:not(:focus),
.paypal-review-discount .actions-toolbar .action.primary:not(:focus),
.paypal-review-discount .actions-toolbar .action.cancel:not(:focus),
.cart-discount .actions-toolbar .action.primary:not(:focus),
.cart-discount .actions-toolbar .action.cancel:not(:focus),
.checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary .action:not(:focus) {
  box-shadow: inset 0 1px 0 0 #ffffff, inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
}
.abs-discount-block .actions-toolbar .action.primary:active,
.abs-discount-block .actions-toolbar .action.cancel:active,
.block-compare .action.primary:active,
.cart-summary .block .actions-toolbar > .primary .action.primary:active,
.abs-discount-code .form-discount .actions-toolbar .primary .action:active,
.cart-summary .form.giftregistry .fieldset .action.primary:active,
.magento-payments-review-discount .actions-toolbar .action.primary:active,
.magento-payments-review-discount .actions-toolbar .action.cancel:active,
.abs-discount-block .actions-toolbar .amshopby-button:active,
.block-compare .amshopby-button:active,
.cart-summary .block .actions-toolbar > .primary .amshopby-button:active,
.cart-summary .form.giftregistry .fieldset .amshopby-button:active,
.abs-discount-block .actions-toolbar .am-filter-go:active,
.block-compare .am-filter-go:active,
.cart-summary .block .actions-toolbar > .primary .am-filter-go:active,
.cart-summary .form.giftregistry .fieldset .am-filter-go:active,
.paypal-review-discount .actions-toolbar .action.primary:active,
.paypal-review-discount .actions-toolbar .action.cancel:active,
.cart-discount .actions-toolbar .action.primary:active,
.cart-discount .actions-toolbar .action.cancel:active,
.checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary .action:active {
  box-shadow: inset 0 1px 0 0 rgba(204, 204, 204, 0.8), inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
}
.block-event .slider-panel .slider .item .action.event {
  background-image: none;
  background: #eee;
  border: 1px solid #ccc;
  color: #333;
  cursor: pointer;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 600;
  margin: 0;
  padding: 7px 15px;
  font-size: 1.4rem;
  line-height: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
  display: inline-block;
  text-decoration: none;
  border-radius: 3px;
}
.abs-action-link-button:focus,
.abs-action-link-button:active,
.block-event .slider-panel .slider .item .action.event:focus,
.block-event .slider-panel .slider .item .action.event:active {
  background: #e2e2e2;
  border: 1px solid #ccc;
  color: #333;
}
.abs-action-link-button:hover,
.block-event .slider-panel .slider .item .action.event:hover {
  background: #e1e1e1;
  border: 1px solid #ccc;
  color: #333;
}
.abs-action-link-button.disabled,
.abs-action-link-button[disabled],
fieldset[disabled] .abs-action-link-button,
.block-event .slider-panel .slider .item .action.event.disabled,
.block-event .slider-panel .slider .item .action.event[disabled],
fieldset[disabled] .block-event .slider-panel .slider .item .action.event {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.abs-action-link-button:hover,
.abs-action-link-button:active,
.abs-action-link-button:focus,
.block-event .slider-panel .slider .item .action.event:hover,
.block-event .slider-panel .slider .item .action.event:active,
.block-event .slider-panel .slider .item .action.event:focus {
  text-decoration: none;
}
.abs-action-remove,
.abs-discount-block .action.check,
.popup .actions-toolbar .action.cancel,
.paypal-button-widget .paypal-button,
.bundle-options-container .action.back,
.block.related .action.select,
.cart.table-wrapper .actions-toolbar > .action-delete,
.cart.table-wrapper .action.help.map,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup,
.opc-wrapper .edit-address-link,
.opc-block-shipping-information .shipping-information-title .action-edit,
.action-auth-toggle,
.checkout-payment-method .checkout-billing-address .action-cancel,
.checkout-agreements-block .action-show,
.gift-options .actions-toolbar .action-cancel,
.gift-summary .action-edit,
.gift-summary .action-delete,
.action-gift,
.gift-wrapping-title .action-remove,
.wishlist.split.button > .action,
.abs-add-fields .action.remove,
.magento-payments-review-discount .action.check,
.paypal-review-discount .action.check,
.cart-discount .action.check,
.form-giftregistry-share .action.remove,
.form-giftregistry-edit .action.remove,
.form-add-invitations .action.remove,
.form-create-return .action.remove,
.form.send.friend .action.remove {
  line-height: 1.42857143;
  padding: 0;
  color: #006bb4;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  font-weight: 400;
  border-radius: 0;
}
.abs-action-button-as-link:visited,
.abs-action-remove:visited,
.abs-discount-block .action.check:visited,
.popup .actions-toolbar .action.cancel:visited,
.paypal-button-widget .paypal-button:visited,
.bundle-options-container .action.back:visited,
.block.related .action.select:visited,
.cart.table-wrapper .actions-toolbar > .action-delete:visited,
.cart.table-wrapper .action.help.map:visited,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:visited,
.opc-wrapper .edit-address-link:visited,
.opc-block-shipping-information .shipping-information-title .action-edit:visited,
.action-auth-toggle:visited,
.checkout-payment-method .checkout-billing-address .action-cancel:visited,
.checkout-agreements-block .action-show:visited,
.gift-options .actions-toolbar .action-cancel:visited,
.gift-summary .action-edit:visited,
.gift-summary .action-delete:visited,
.action-gift:visited,
.gift-wrapping-title .action-remove:visited,
.wishlist.split.button > .action:visited,
.abs-add-fields .action.remove:visited,
.magento-payments-review-discount .action.check:visited,
.paypal-review-discount .action.check:visited,
.cart-discount .action.check:visited,
.form-giftregistry-share .action.remove:visited,
.form-giftregistry-edit .action.remove:visited,
.form-add-invitations .action.remove:visited,
.form-create-return .action.remove:visited,
.form.send.friend .action.remove:visited {
  color: #006bb4;
  text-decoration: none;
}
.abs-action-button-as-link:hover,
.abs-action-remove:hover,
.abs-discount-block .action.check:hover,
.popup .actions-toolbar .action.cancel:hover,
.paypal-button-widget .paypal-button:hover,
.bundle-options-container .action.back:hover,
.block.related .action.select:hover,
.cart.table-wrapper .actions-toolbar > .action-delete:hover,
.cart.table-wrapper .action.help.map:hover,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:hover,
.opc-wrapper .edit-address-link:hover,
.opc-block-shipping-information .shipping-information-title .action-edit:hover,
.action-auth-toggle:hover,
.checkout-payment-method .checkout-billing-address .action-cancel:hover,
.checkout-agreements-block .action-show:hover,
.gift-options .actions-toolbar .action-cancel:hover,
.gift-summary .action-edit:hover,
.gift-summary .action-delete:hover,
.action-gift:hover,
.gift-wrapping-title .action-remove:hover,
.wishlist.split.button > .action:hover,
.abs-add-fields .action.remove:hover,
.magento-payments-review-discount .action.check:hover,
.paypal-review-discount .action.check:hover,
.cart-discount .action.check:hover,
.form-giftregistry-share .action.remove:hover,
.form-giftregistry-edit .action.remove:hover,
.form-add-invitations .action.remove:hover,
.form-create-return .action.remove:hover,
.form.send.friend .action.remove:hover {
  color: #006bb4;
  text-decoration: underline;
}
.abs-action-button-as-link:active,
.abs-action-remove:active,
.abs-discount-block .action.check:active,
.popup .actions-toolbar .action.cancel:active,
.paypal-button-widget .paypal-button:active,
.bundle-options-container .action.back:active,
.block.related .action.select:active,
.cart.table-wrapper .actions-toolbar > .action-delete:active,
.cart.table-wrapper .action.help.map:active,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:active,
.opc-wrapper .edit-address-link:active,
.opc-block-shipping-information .shipping-information-title .action-edit:active,
.action-auth-toggle:active,
.checkout-payment-method .checkout-billing-address .action-cancel:active,
.checkout-agreements-block .action-show:active,
.gift-options .actions-toolbar .action-cancel:active,
.gift-summary .action-edit:active,
.gift-summary .action-delete:active,
.action-gift:active,
.gift-wrapping-title .action-remove:active,
.wishlist.split.button > .action:active,
.abs-add-fields .action.remove:active,
.magento-payments-review-discount .action.check:active,
.paypal-review-discount .action.check:active,
.cart-discount .action.check:active,
.form-giftregistry-share .action.remove:active,
.form-giftregistry-edit .action.remove:active,
.form-add-invitations .action.remove:active,
.form-create-return .action.remove:active,
.form.send.friend .action.remove:active {
  color: #02283E;
  text-decoration: underline;
}
.abs-action-button-as-link:hover,
.abs-action-button-as-link:active,
.abs-action-button-as-link:focus,
.abs-action-remove:hover,
.abs-action-remove:active,
.abs-action-remove:focus,
.abs-discount-block .action.check:hover,
.abs-discount-block .action.check:active,
.abs-discount-block .action.check:focus,
.popup .actions-toolbar .action.cancel:hover,
.popup .actions-toolbar .action.cancel:active,
.popup .actions-toolbar .action.cancel:focus,
.paypal-button-widget .paypal-button:hover,
.paypal-button-widget .paypal-button:active,
.paypal-button-widget .paypal-button:focus,
.bundle-options-container .action.back:hover,
.bundle-options-container .action.back:active,
.bundle-options-container .action.back:focus,
.block.related .action.select:hover,
.block.related .action.select:active,
.block.related .action.select:focus,
.cart.table-wrapper .actions-toolbar > .action-delete:hover,
.cart.table-wrapper .actions-toolbar > .action-delete:active,
.cart.table-wrapper .actions-toolbar > .action-delete:focus,
.cart.table-wrapper .action.help.map:hover,
.cart.table-wrapper .action.help.map:active,
.cart.table-wrapper .action.help.map:focus,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:hover,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:active,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:focus,
.opc-wrapper .edit-address-link:hover,
.opc-wrapper .edit-address-link:active,
.opc-wrapper .edit-address-link:focus,
.opc-block-shipping-information .shipping-information-title .action-edit:hover,
.opc-block-shipping-information .shipping-information-title .action-edit:active,
.opc-block-shipping-information .shipping-information-title .action-edit:focus,
.action-auth-toggle:hover,
.action-auth-toggle:active,
.action-auth-toggle:focus,
.checkout-payment-method .checkout-billing-address .action-cancel:hover,
.checkout-payment-method .checkout-billing-address .action-cancel:active,
.checkout-payment-method .checkout-billing-address .action-cancel:focus,
.checkout-agreements-block .action-show:hover,
.checkout-agreements-block .action-show:active,
.checkout-agreements-block .action-show:focus,
.gift-options .actions-toolbar .action-cancel:hover,
.gift-options .actions-toolbar .action-cancel:active,
.gift-options .actions-toolbar .action-cancel:focus,
.gift-summary .action-edit:hover,
.gift-summary .action-edit:active,
.gift-summary .action-edit:focus,
.gift-summary .action-delete:hover,
.gift-summary .action-delete:active,
.gift-summary .action-delete:focus,
.action-gift:hover,
.action-gift:active,
.action-gift:focus,
.gift-wrapping-title .action-remove:hover,
.gift-wrapping-title .action-remove:active,
.gift-wrapping-title .action-remove:focus,
.wishlist.split.button > .action:hover,
.wishlist.split.button > .action:active,
.wishlist.split.button > .action:focus,
.abs-add-fields .action.remove:hover,
.abs-add-fields .action.remove:active,
.abs-add-fields .action.remove:focus,
.magento-payments-review-discount .action.check:hover,
.magento-payments-review-discount .action.check:active,
.magento-payments-review-discount .action.check:focus,
.paypal-review-discount .action.check:hover,
.paypal-review-discount .action.check:active,
.paypal-review-discount .action.check:focus,
.cart-discount .action.check:hover,
.cart-discount .action.check:active,
.cart-discount .action.check:focus,
.form-giftregistry-share .action.remove:hover,
.form-giftregistry-share .action.remove:active,
.form-giftregistry-share .action.remove:focus,
.form-giftregistry-edit .action.remove:hover,
.form-giftregistry-edit .action.remove:active,
.form-giftregistry-edit .action.remove:focus,
.form-add-invitations .action.remove:hover,
.form-add-invitations .action.remove:active,
.form-add-invitations .action.remove:focus,
.form-create-return .action.remove:hover,
.form-create-return .action.remove:active,
.form-create-return .action.remove:focus,
.form.send.friend .action.remove:hover,
.form.send.friend .action.remove:active,
.form.send.friend .action.remove:focus {
  background: none;
  border: 0;
}
.abs-action-button-as-link.disabled,
.abs-action-button-as-link[disabled],
fieldset[disabled] .abs-action-button-as-link,
.abs-action-remove.disabled,
.abs-action-remove[disabled],
fieldset[disabled] .abs-action-remove,
.abs-discount-block .action.check.disabled,
.abs-discount-block .action.check[disabled],
fieldset[disabled] .abs-discount-block .action.check,
.popup .actions-toolbar .action.cancel.disabled,
.popup .actions-toolbar .action.cancel[disabled],
fieldset[disabled] .popup .actions-toolbar .action.cancel,
.paypal-button-widget .paypal-button.disabled,
.paypal-button-widget .paypal-button[disabled],
fieldset[disabled] .paypal-button-widget .paypal-button,
.bundle-options-container .action.back.disabled,
.bundle-options-container .action.back[disabled],
fieldset[disabled] .bundle-options-container .action.back,
.block.related .action.select.disabled,
.block.related .action.select[disabled],
fieldset[disabled] .block.related .action.select,
.cart.table-wrapper .actions-toolbar > .action-delete.disabled,
.cart.table-wrapper .actions-toolbar > .action-delete[disabled],
fieldset[disabled] .cart.table-wrapper .actions-toolbar > .action-delete,
.cart.table-wrapper .action.help.map.disabled,
.cart.table-wrapper .action.help.map[disabled],
fieldset[disabled] .cart.table-wrapper .action.help.map,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup.disabled,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup[disabled],
fieldset[disabled] .checkout-index-index .modal-popup .modal-footer .action-hide-popup,
.opc-wrapper .edit-address-link.disabled,
.opc-wrapper .edit-address-link[disabled],
fieldset[disabled] .opc-wrapper .edit-address-link,
.opc-block-shipping-information .shipping-information-title .action-edit.disabled,
.opc-block-shipping-information .shipping-information-title .action-edit[disabled],
fieldset[disabled] .opc-block-shipping-information .shipping-information-title .action-edit,
.action-auth-toggle.disabled,
.action-auth-toggle[disabled],
fieldset[disabled] .action-auth-toggle,
.checkout-payment-method .checkout-billing-address .action-cancel.disabled,
.checkout-payment-method .checkout-billing-address .action-cancel[disabled],
fieldset[disabled] .checkout-payment-method .checkout-billing-address .action-cancel,
.checkout-agreements-block .action-show.disabled,
.checkout-agreements-block .action-show[disabled],
fieldset[disabled] .checkout-agreements-block .action-show,
.gift-options .actions-toolbar .action-cancel.disabled,
.gift-options .actions-toolbar .action-cancel[disabled],
fieldset[disabled] .gift-options .actions-toolbar .action-cancel,
.gift-summary .action-edit.disabled,
.gift-summary .action-edit[disabled],
fieldset[disabled] .gift-summary .action-edit,
.gift-summary .action-delete.disabled,
.gift-summary .action-delete[disabled],
fieldset[disabled] .gift-summary .action-delete,
.action-gift.disabled,
.action-gift[disabled],
fieldset[disabled] .action-gift,
.gift-wrapping-title .action-remove.disabled,
.gift-wrapping-title .action-remove[disabled],
fieldset[disabled] .gift-wrapping-title .action-remove,
.wishlist.split.button > .action.disabled,
.wishlist.split.button > .action[disabled],
fieldset[disabled] .wishlist.split.button > .action,
.abs-add-fields .action.remove.disabled,
.abs-add-fields .action.remove[disabled],
fieldset[disabled] .abs-add-fields .action.remove,
.magento-payments-review-discount .action.check.disabled,
.magento-payments-review-discount .action.check[disabled],
fieldset[disabled] .magento-payments-review-discount .action.check,
.paypal-review-discount .action.check.disabled,
.paypal-review-discount .action.check[disabled],
fieldset[disabled] .paypal-review-discount .action.check,
.cart-discount .action.check.disabled,
.cart-discount .action.check[disabled],
fieldset[disabled] .cart-discount .action.check,
.form-giftregistry-share .action.remove.disabled,
.form-giftregistry-share .action.remove[disabled],
fieldset[disabled] .form-giftregistry-share .action.remove,
.form-giftregistry-edit .action.remove.disabled,
.form-giftregistry-edit .action.remove[disabled],
fieldset[disabled] .form-giftregistry-edit .action.remove,
.form-add-invitations .action.remove.disabled,
.form-add-invitations .action.remove[disabled],
fieldset[disabled] .form-add-invitations .action.remove,
.form-create-return .action.remove.disabled,
.form-create-return .action.remove[disabled],
fieldset[disabled] .form-create-return .action.remove,
.form.send.friend .action.remove.disabled,
.form.send.friend .action.remove[disabled],
fieldset[disabled] .form.send.friend .action.remove {
  color: #006bb4;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.abs-action-remove:active,
.abs-action-remove:not(:focus),
.abs-discount-block .action.check:active,
.abs-discount-block .action.check:not(:focus),
.popup .actions-toolbar .action.cancel:active,
.popup .actions-toolbar .action.cancel:not(:focus),
.paypal-button-widget .paypal-button:active,
.paypal-button-widget .paypal-button:not(:focus),
.bundle-options-container .action.back:active,
.bundle-options-container .action.back:not(:focus),
.block.related .action.select:active,
.block.related .action.select:not(:focus),
.cart.table-wrapper .actions-toolbar > .action-delete:active,
.cart.table-wrapper .actions-toolbar > .action-delete:not(:focus),
.cart.table-wrapper .action.help.map:active,
.cart.table-wrapper .action.help.map:not(:focus),
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:active,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:not(:focus),
.opc-wrapper .edit-address-link:active,
.opc-wrapper .edit-address-link:not(:focus),
.opc-block-shipping-information .shipping-information-title .action-edit:active,
.opc-block-shipping-information .shipping-information-title .action-edit:not(:focus),
.action-auth-toggle:active,
.action-auth-toggle:not(:focus),
.checkout-payment-method .checkout-billing-address .action-cancel:active,
.checkout-payment-method .checkout-billing-address .action-cancel:not(:focus),
.checkout-agreements-block .action-show:active,
.checkout-agreements-block .action-show:not(:focus),
.gift-options .actions-toolbar .action-cancel:active,
.gift-options .actions-toolbar .action-cancel:not(:focus),
.gift-summary .action-edit:active,
.gift-summary .action-edit:not(:focus),
.gift-summary .action-delete:active,
.gift-summary .action-delete:not(:focus),
.action-gift:active,
.action-gift:not(:focus),
.gift-wrapping-title .action-remove:active,
.gift-wrapping-title .action-remove:not(:focus),
.wishlist.split.button > .action:active,
.wishlist.split.button > .action:not(:focus),
.abs-add-fields .action.remove:active,
.abs-add-fields .action.remove:not(:focus),
.magento-payments-review-discount .action.check:active,
.magento-payments-review-discount .action.check:not(:focus),
.paypal-review-discount .action.check:active,
.paypal-review-discount .action.check:not(:focus),
.cart-discount .action.check:active,
.cart-discount .action.check:not(:focus),
.form-giftregistry-share .action.remove:active,
.form-giftregistry-share .action.remove:not(:focus),
.form-giftregistry-edit .action.remove:active,
.form-giftregistry-edit .action.remove:not(:focus),
.form-add-invitations .action.remove:active,
.form-add-invitations .action.remove:not(:focus),
.form-create-return .action.remove:active,
.form-create-return .action.remove:not(:focus),
.form.send.friend .action.remove:active,
.form.send.friend .action.remove:not(:focus) {
  box-shadow: none;
}
.abs-revert-to-action-secondary,
.magento-payments-review .block .actions-toolbar .action.primary,
.paypal-review .block .actions-toolbar .action.primary,
.abs-discount-block .actions-toolbar .action.primary,
.abs-discount-block .actions-toolbar .action.cancel,
.magento-payments-review .block .actions-toolbar .amshopby-button,
.paypal-review .block .actions-toolbar .amshopby-button,
.magento-payments-review .block .actions-toolbar .am-filter-go,
.paypal-review .block .actions-toolbar .am-filter-go,
.block-compare .action.primary,
.cart-summary .block .actions-toolbar > .primary .action.primary,
.abs-discount-code .form-discount .actions-toolbar .primary .action,
.cart-summary .form.giftregistry .fieldset .action.primary,
.magento-payments-review-discount .actions-toolbar .action.primary,
.magento-payments-review-discount .actions-toolbar .action.cancel,
.abs-discount-block .actions-toolbar .amshopby-button,
.block-compare .amshopby-button,
.cart-summary .block .actions-toolbar > .primary .amshopby-button,
.cart-summary .form.giftregistry .fieldset .amshopby-button,
.abs-discount-block .actions-toolbar .am-filter-go,
.block-compare .am-filter-go,
.cart-summary .block .actions-toolbar > .primary .am-filter-go,
.cart-summary .form.giftregistry .fieldset .am-filter-go,
.paypal-review-discount .actions-toolbar .action.primary,
.paypal-review-discount .actions-toolbar .action.cancel,
.cart-discount .actions-toolbar .action.primary,
.cart-discount .actions-toolbar .action.cancel,
.checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary .action {
  background: #eee;
  border: 1px solid #ccc;
  color: #333;
}
.abs-revert-secondary-color:focus,
.abs-revert-secondary-color:active,
.abs-revert-to-action-secondary:focus,
.abs-revert-to-action-secondary:active,
.magento-payments-review .block .actions-toolbar .action.primary:focus,
.magento-payments-review .block .actions-toolbar .action.primary:active,
.paypal-review .block .actions-toolbar .action.primary:focus,
.paypal-review .block .actions-toolbar .action.primary:active,
.abs-discount-block .actions-toolbar .action.primary:focus,
.abs-discount-block .actions-toolbar .action.primary:active,
.abs-discount-block .actions-toolbar .action.cancel:focus,
.abs-discount-block .actions-toolbar .action.cancel:active,
.magento-payments-review .block .actions-toolbar .amshopby-button:focus,
.magento-payments-review .block .actions-toolbar .amshopby-button:active,
.paypal-review .block .actions-toolbar .amshopby-button:focus,
.paypal-review .block .actions-toolbar .amshopby-button:active,
.magento-payments-review .block .actions-toolbar .am-filter-go:focus,
.magento-payments-review .block .actions-toolbar .am-filter-go:active,
.paypal-review .block .actions-toolbar .am-filter-go:focus,
.paypal-review .block .actions-toolbar .am-filter-go:active,
.block-compare .action.primary:focus,
.block-compare .action.primary:active,
.cart-summary .block .actions-toolbar > .primary .action.primary:focus,
.cart-summary .block .actions-toolbar > .primary .action.primary:active,
.abs-discount-code .form-discount .actions-toolbar .primary .action:focus,
.abs-discount-code .form-discount .actions-toolbar .primary .action:active,
.cart-summary .form.giftregistry .fieldset .action.primary:focus,
.cart-summary .form.giftregistry .fieldset .action.primary:active,
.magento-payments-review-discount .actions-toolbar .action.primary:focus,
.magento-payments-review-discount .actions-toolbar .action.primary:active,
.magento-payments-review-discount .actions-toolbar .action.cancel:focus,
.magento-payments-review-discount .actions-toolbar .action.cancel:active,
.abs-discount-block .actions-toolbar .amshopby-button:focus,
.abs-discount-block .actions-toolbar .amshopby-button:active,
.block-compare .amshopby-button:focus,
.block-compare .amshopby-button:active,
.cart-summary .block .actions-toolbar > .primary .amshopby-button:focus,
.cart-summary .block .actions-toolbar > .primary .amshopby-button:active,
.cart-summary .form.giftregistry .fieldset .amshopby-button:focus,
.cart-summary .form.giftregistry .fieldset .amshopby-button:active,
.abs-discount-block .actions-toolbar .am-filter-go:focus,
.abs-discount-block .actions-toolbar .am-filter-go:active,
.block-compare .am-filter-go:focus,
.block-compare .am-filter-go:active,
.cart-summary .block .actions-toolbar > .primary .am-filter-go:focus,
.cart-summary .block .actions-toolbar > .primary .am-filter-go:active,
.cart-summary .form.giftregistry .fieldset .am-filter-go:focus,
.cart-summary .form.giftregistry .fieldset .am-filter-go:active,
.paypal-review-discount .actions-toolbar .action.primary:focus,
.paypal-review-discount .actions-toolbar .action.primary:active,
.paypal-review-discount .actions-toolbar .action.cancel:focus,
.paypal-review-discount .actions-toolbar .action.cancel:active,
.cart-discount .actions-toolbar .action.primary:focus,
.cart-discount .actions-toolbar .action.primary:active,
.cart-discount .actions-toolbar .action.cancel:focus,
.cart-discount .actions-toolbar .action.cancel:active,
.checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary .action:focus,
.checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary .action:active {
  background: #e2e2e2;
  border: 1px solid #ccc;
  color: #333;
}
.abs-revert-secondary-color:hover,
.abs-revert-to-action-secondary:hover,
.magento-payments-review .block .actions-toolbar .action.primary:hover,
.paypal-review .block .actions-toolbar .action.primary:hover,
.abs-discount-block .actions-toolbar .action.primary:hover,
.abs-discount-block .actions-toolbar .action.cancel:hover,
.magento-payments-review .block .actions-toolbar .amshopby-button:hover,
.paypal-review .block .actions-toolbar .amshopby-button:hover,
.magento-payments-review .block .actions-toolbar .am-filter-go:hover,
.paypal-review .block .actions-toolbar .am-filter-go:hover,
.block-compare .action.primary:hover,
.cart-summary .block .actions-toolbar > .primary .action.primary:hover,
.abs-discount-code .form-discount .actions-toolbar .primary .action:hover,
.cart-summary .form.giftregistry .fieldset .action.primary:hover,
.magento-payments-review-discount .actions-toolbar .action.primary:hover,
.magento-payments-review-discount .actions-toolbar .action.cancel:hover,
.abs-discount-block .actions-toolbar .amshopby-button:hover,
.block-compare .amshopby-button:hover,
.cart-summary .block .actions-toolbar > .primary .amshopby-button:hover,
.cart-summary .form.giftregistry .fieldset .amshopby-button:hover,
.abs-discount-block .actions-toolbar .am-filter-go:hover,
.block-compare .am-filter-go:hover,
.cart-summary .block .actions-toolbar > .primary .am-filter-go:hover,
.cart-summary .form.giftregistry .fieldset .am-filter-go:hover,
.paypal-review-discount .actions-toolbar .action.primary:hover,
.paypal-review-discount .actions-toolbar .action.cancel:hover,
.cart-discount .actions-toolbar .action.primary:hover,
.cart-discount .actions-toolbar .action.cancel:hover,
.checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary .action:hover {
  background: #e1e1e1;
  border: 1px solid #ccc;
  color: #333;
}
.products-grid.wishlist .product-item .box-tocart .tocart {
  font-size: 1.4rem;
  line-height: 1.6rem;
  padding: 7px 15px;
}
#store-selector .form-continue .actions-toolbar .action.primary,
.order-review-form .action.primary,
.order-review-form .action.primary,
.bundle-actions .action.primary.customize,
.bundle-options-container .block-bundle-summary .box-tocart .action.primary,
.box-tocart .action.tocart,
.cart-summary .checkout-methods-items .action.primary.checkout,
.block-minicart .block-content > .actions > .primary .action.primary,
.methods-shipping .actions-toolbar .action.primary,
.block-authentication .action.action-register,
.block-authentication .action.action-login,
.checkout-payment-method .payment-method-content > .actions-toolbar > .primary .action.primary,
.form-address-edit .actions-toolbar .action.primary,
.box-tocart .action.instant-purchase,
.multicheckout .action.primary,
#store-selector .form-continue .actions-toolbar .amshopby-button,
.order-review-form .amshopby-button,
.order-review-form .amshopby-button,
.bundle-actions .amshopby-button.customize,
.bundle-options-container .block-bundle-summary .box-tocart .amshopby-button,
.cart-summary .checkout-methods-items .amshopby-button.checkout,
.block-minicart .block-content > .actions > .primary .amshopby-button,
.methods-shipping .actions-toolbar .amshopby-button,
.checkout-payment-method .payment-method-content > .actions-toolbar > .primary .amshopby-button,
.form-address-edit .actions-toolbar .amshopby-button,
.multicheckout .amshopby-button,
#store-selector .form-continue .actions-toolbar .am-filter-go,
.order-review-form .am-filter-go,
.order-review-form .am-filter-go,
.bundle-actions .am-filter-go.customize,
.bundle-options-container .block-bundle-summary .box-tocart .am-filter-go,
.cart-summary .checkout-methods-items .am-filter-go.checkout,
.block-minicart .block-content > .actions > .primary .am-filter-go,
.methods-shipping .actions-toolbar .am-filter-go,
.checkout-payment-method .payment-method-content > .actions-toolbar > .primary .am-filter-go,
.form-address-edit .actions-toolbar .am-filter-go,
.multicheckout .am-filter-go {
  line-height: 2.2rem;
  padding: 14px 17px;
  font-size: 1.8rem;
}
.cart.table-wrapper .item-options dt,
.minicart-items .product-item-details .product .options.list dt,
.opc-block-summary .items-in-cart .product .item-options dt,
.block-giftregistry-shared-items .product .item-options dt,
.multicheckout .item-options dt {
  clear: left;
  float: left;
  margin: 0 10px 5px 0;
}
.cart.table-wrapper .item-options dt:after,
.minicart-items .product-item-details .product .options.list dt:after,
.opc-block-summary .items-in-cart .product .item-options dt:after,
.block-giftregistry-shared-items .product .item-options dt:after,
.multicheckout .item-options dt:after {
  content: ': ';
}
.cart.table-wrapper .item-options dd,
.minicart-items .product-item-details .product .options.list dd,
.opc-block-summary .items-in-cart .product .item-options dd,
.block-giftregistry-shared-items .product .item-options dd,
.multicheckout .item-options dd {
  display: inline-block;
  float: left;
  margin: 0 0 5px;
  word-break: break-all;
}
.actions-toolbar > .primary .action,
.actions-toolbar > .secondary .action,
.bundle-actions .action.primary.customize,
.bundle-options-container .block-bundle-summary .box-tocart .action.primary,
.box-tocart .action.tocart,
.box-tocart .action.instant-purchase,
.bundle-actions .amshopby-button.customize,
.bundle-options-container .block-bundle-summary .box-tocart .amshopby-button,
.bundle-actions .am-filter-go.customize,
.bundle-options-container .block-bundle-summary .box-tocart .am-filter-go {
  width: 100%;
}
.products-list .product-image-wrapper,
.cart.table-wrapper .product-image-wrapper,
.minicart-items .product-image-wrapper,
.block-giftregistry-shared-items .product-image-wrapper {
  height: auto;
  padding: 0 !important;
}
.products-list .product-image-wrapper .product-image-photo,
.cart.table-wrapper .product-image-wrapper .product-image-photo,
.minicart-items .product-image-wrapper .product-image-photo,
.block-giftregistry-shared-items .product-image-wrapper .product-image-photo {
  position: static;
}
.product.media .product.photo .photo.image {
  display: block;
  height: auto;
  margin: 0 auto;
  max-width: 100%;
}
.login-container .block .block-title {
  border-bottom: 1px solid #e8e8e8;
  font-size: 1.8rem;
  margin-bottom: 15px;
  padding-bottom: 12px;
}
.login-container .block .block-title strong {
  font-weight: 500;
}
.giftregisty-dropdown,
.wishlist-dropdown {
  display: inline-block;
  position: relative;
}
.abs-dropdown-simple:before,
.abs-dropdown-simple:after,
.giftregisty-dropdown:before,
.giftregisty-dropdown:after,
.wishlist-dropdown:before,
.wishlist-dropdown:after {
  content: '';
  display: table;
}
.abs-dropdown-simple:after,
.giftregisty-dropdown:after,
.wishlist-dropdown:after {
  clear: both;
}
.abs-dropdown-simple .action.toggle,
.giftregisty-dropdown .action.toggle,
.wishlist-dropdown .action.toggle {
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}
.abs-dropdown-simple .action.toggle:after,
.giftregisty-dropdown .action.toggle:after,
.wishlist-dropdown .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: inherit;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  margin: 0 0 0 5px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-dropdown-simple .action.toggle:hover:after,
.giftregisty-dropdown .action.toggle:hover:after,
.wishlist-dropdown .action.toggle:hover:after {
  color: inherit;
}
.abs-dropdown-simple .action.toggle:active:after,
.giftregisty-dropdown .action.toggle:active:after,
.wishlist-dropdown .action.toggle:active:after {
  color: inherit;
}
.abs-dropdown-simple .action.toggle.active,
.giftregisty-dropdown .action.toggle.active,
.wishlist-dropdown .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.abs-dropdown-simple .action.toggle.active:after,
.giftregisty-dropdown .action.toggle.active:after,
.wishlist-dropdown .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: inherit;
  color: inherit;
  content: '\e621';
  font-family: 'luma-icons';
  margin: 0 0 0 5px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-dropdown-simple .action.toggle.active:hover:after,
.giftregisty-dropdown .action.toggle.active:hover:after,
.wishlist-dropdown .action.toggle.active:hover:after {
  color: inherit;
}
.abs-dropdown-simple .action.toggle.active:active:after,
.giftregisty-dropdown .action.toggle.active:active:after,
.wishlist-dropdown .action.toggle.active:active:after {
  color: inherit;
}
.abs-dropdown-simple ul.dropdown,
.giftregisty-dropdown ul.dropdown,
.wishlist-dropdown ul.dropdown {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #fff;
  border: 1px solid #bbb;
  margin-top: 4px;
  min-width: 200px;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.abs-dropdown-simple ul.dropdown li,
.giftregisty-dropdown ul.dropdown li,
.wishlist-dropdown ul.dropdown li {
  margin: 0;
  padding: 5px 5px 5px 23px;
}
.abs-dropdown-simple ul.dropdown li:hover,
.giftregisty-dropdown ul.dropdown li:hover,
.wishlist-dropdown ul.dropdown li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.abs-dropdown-simple ul.dropdown:before,
.abs-dropdown-simple ul.dropdown:after,
.giftregisty-dropdown ul.dropdown:before,
.giftregisty-dropdown ul.dropdown:after,
.wishlist-dropdown ul.dropdown:before,
.wishlist-dropdown ul.dropdown:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.abs-dropdown-simple ul.dropdown:before,
.giftregisty-dropdown ul.dropdown:before,
.wishlist-dropdown ul.dropdown:before {
  border: 6px solid;
  border-color: transparent transparent #fff transparent;
  z-index: 99;
}
.abs-dropdown-simple ul.dropdown:after,
.giftregisty-dropdown ul.dropdown:after,
.wishlist-dropdown ul.dropdown:after {
  border: 7px solid;
  border-color: transparent transparent #bbb transparent;
  z-index: 98;
}
.abs-dropdown-simple ul.dropdown:before,
.giftregisty-dropdown ul.dropdown:before,
.wishlist-dropdown ul.dropdown:before {
  left: 10px;
  top: -12px;
}
.abs-dropdown-simple ul.dropdown:after,
.giftregisty-dropdown ul.dropdown:after,
.wishlist-dropdown ul.dropdown:after {
  left: 9px;
  top: -14px;
}
.abs-dropdown-simple.active,
.giftregisty-dropdown.active,
.wishlist-dropdown.active {
  overflow: visible;
}
.abs-dropdown-simple.active ul.dropdown,
.giftregisty-dropdown.active ul.dropdown,
.wishlist-dropdown.active ul.dropdown {
  display: block;
}
.giftregisty-dropdown ul.items,
.wishlist-dropdown ul.items {
  padding: 6px 0;
}
.column .block-addbysku .qty .qty,
.bundle-options-container .input-text.qty,
.box-tocart .input-text.qty,
.account .data.table-return-items .qty .input-text,
.table-giftregistry-items .field.qty .qty,
.block-giftregistry-shared-items .qty .qty,
.table.grouped .col.qty .control.qty .qty,
.block-wishlist-info-items .input-text.qty,
.multicheckout .table-wrapper .col .qty .input-text,
.account .table-wrapper .data.table.wishlist .box-tocart .qty,
.products-grid.wishlist .product-item .box-tocart input.qty,
.sidebar .block-addbysku .fieldset .fields .field.qty .qty {
  text-align: center;
  width: 54px;
}
.block,
.customer-review .product-details,
.block-banners,
.block-banners-inline {
  margin-bottom: 40px;
}
.sidebar .product-items .action.delete,
.sidebar .block-compare .action.delete,
.table-comparison .cell.remove .action.delete,
.block-compare .action.delete,
.filter-current .action.remove {
  display: inline-block;
  text-decoration: none;
}
.abs-remove-button-for-blocks > span,
.sidebar .product-items .action.delete > span,
.sidebar .block-compare .action.delete > span,
.table-comparison .cell.remove .action.delete > span,
.block-compare .action.delete > span,
.filter-current .action.remove > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-remove-button-for-blocks:before,
.sidebar .product-items .action.delete:before,
.sidebar .block-compare .action.delete:before,
.table-comparison .cell.remove .action.delete:before,
.block-compare .action.delete:before,
.filter-current .action.remove:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 15px;
  color: #757575;
  content: '\e616';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-remove-button-for-blocks:hover:before,
.sidebar .product-items .action.delete:hover:before,
.sidebar .block-compare .action.delete:hover:before,
.table-comparison .cell.remove .action.delete:hover:before,
.block-compare .action.delete:hover:before,
.filter-current .action.remove:hover:before {
  color: #494949;
}
.abs-remove-button-for-blocks:active:before,
.sidebar .product-items .action.delete:active:before,
.sidebar .block-compare .action.delete:active:before,
.table-comparison .cell.remove .action.delete:active:before,
.block-compare .action.delete:active:before,
.filter-current .action.remove:active:before {
  color: #999;
}
.product-item-name,
.product.name a {
  font-weight: 400;
}
.product-item-name > a,
.product.name a > a {
  color: #333;
  text-decoration: none;
}
.abs-product-link > a:visited,
.product-item-name > a:visited,
.product.name a > a:visited {
  color: #333;
  text-decoration: underline;
}
.abs-product-link > a:hover,
.product-item-name > a:hover,
.product.name a > a:hover {
  color: #333;
  text-decoration: underline;
}
.abs-product-link > a:active,
.product-item-name > a:active,
.product.name a > a:active {
  color: #333;
  text-decoration: underline;
}
.abs-like-link:visited {
  color: #006bb4;
  text-decoration: none;
}
.abs-like-link:hover {
  color: #006bb4;
  text-decoration: underline;
}
.abs-like-link:active {
  color: #02283E;
  text-decoration: underline;
}
.form.giftregistry.items .actions-toolbar,
.form.wishlist.items .actions-toolbar {
  margin-left: 0;
}
.abs-add-fields .action.remove,
.form-giftregistry-share .action.remove,
.form-giftregistry-edit .action.remove,
.form-add-invitations .action.remove,
.form-create-return .action.remove,
.form.send.friend .action.remove {
  line-height: normal;
  margin-left: 73%;
  position: absolute;
  top: 34px;
  width: auto;
}
.form-giftregistry-share .fieldset .field .control,
.form-giftregistry-edit .fieldset .field .control,
.form-add-invitations .fieldset .field .control,
.form-create-return .fieldset .field .control,
.form.send.friend .fieldset .field .control {
  width: 70%;
}
.form-giftregistry-share .fieldset .actions-toolbar > .secondary,
.form-giftregistry-edit .fieldset .actions-toolbar > .secondary,
.form-add-invitations .fieldset .actions-toolbar > .secondary,
.form-create-return .fieldset .actions-toolbar > .secondary,
.form.send.friend .fieldset .actions-toolbar > .secondary {
  float: left;
}
.form-giftregistry-share .fieldset .actions-toolbar > .secondary .action.add,
.form-giftregistry-edit .fieldset .actions-toolbar > .secondary .action.add,
.form-add-invitations .fieldset .actions-toolbar > .secondary .action.add,
.form-create-return .fieldset .actions-toolbar > .secondary .action.add,
.form.send.friend .fieldset .actions-toolbar > .secondary .action.add {
  margin-top: 30px;
}
.form-giftregistry-share .fieldset .fields .actions-toolbar,
.form-giftregistry-edit .fieldset .fields .actions-toolbar,
.form-add-invitations .fieldset .fields .actions-toolbar,
.form-create-return .fieldset .fields .actions-toolbar,
.form.send.friend .fieldset .fields .actions-toolbar {
  margin: 0;
}
.form-giftregistry-share .additional,
.form-giftregistry-edit .additional,
.form-add-invitations .additional,
.form-create-return .additional,
.form.send.friend .additional {
  margin-top: 55px;
  position: relative;
}
.form-giftregistry-share .message.notice,
.form-giftregistry-edit .message.notice,
.form-add-invitations .message.notice,
.form-create-return .message.notice,
.form.send.friend .message.notice {
  margin: 30px 0 0;
}
.order-details-items .order-items .order-gift-message:not(.expanded-content) {
  height: 0;
  visibility: hidden;
}
.mgz__actions-switch-checkbox,
.opc-wrapper .form-discount .field .label,
.bundle-options-container .block-bundle-summary .product-image-container,
.bundle-options-container .block-bundle-summary .product.name,
.bundle-options-container .block-bundle-summary .stock,
.product-item-actions .actions-secondary > .action span,
.special-price .price-label,
.table-comparison .cell.label.remove span,
.table-comparison .cell.label.product span,
.block.related .field.choice .label,
.cart.table-wrapper .col.qty .label,
.minicart-wrapper .action.showcart .text,
.minicart-wrapper .action.showcart .counter-label,
.checkout-index-index .page-title-wrapper,
.checkout-payment-method .field-select-billing > .label,
.checkout-payment-method .payments .legend,
.checkout-payment-method .ccard .legend,
.block-balance .balance-price-label,
.fieldset .fullname > .label,
.field.street .field .label,
.page-product-downloadable .product-options-wrapper .fieldset .legend.links-title,
.opc-wrapper .form-giftcard-account .field .label,
.page-product-giftcard .fieldset.giftcard > .legend,
.form-add-invitations .fields .label,
.filter-options-content .filter-count-label,
.table-comparison .wishlist.split.button > .action.split span,
.product-items .wishlist.split.button > .action.split span,
.page-multiple-wishlist .page-title-wrapper .page-title,
.block-wishlist-search-form .form-wishlist-search .fieldset > .legend,
.multicheckout .table-wrapper .col .label,
.multicheckout .block .methods-shipping .item-content .fieldset > .legend,
.block.newsletter .label,
.review-date .review-details-label,
.customer-review .product-details .rating-average-label,
.block-reorder .product-item .label,
.action.skip:not(:focus),
.page-header .panel.wrapper .switcher .label,
.page-footer .switcher .label,
.products-grid.wishlist .product-item .comment-box .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.minicart-items .product.options .toggle > span,
.shipping-policy-block.field-tooltip .field-tooltip-action span {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.abs-add-clearfix:before,
.abs-add-clearfix:after,
.abs-add-fields .fieldset .actions-toolbar:before,
.abs-add-fields .fieldset .actions-toolbar:after,
.bundle-options-container .product-options-wrapper .field.choice .label:before,
.bundle-options-container .product-options-wrapper .field.choice .label:after,
.toolbar:before,
.toolbar:after,
.sidebar .product-items-images:before,
.sidebar .product-items-images:after,
.cart.table-wrapper .actions-toolbar:before,
.cart.table-wrapper .actions-toolbar:after,
.cart.table-wrapper .item-options:before,
.cart.table-wrapper .item-options:after,
.minicart-items .product-item > .product:before,
.minicart-items .product-item > .product:after,
.minicart-items .product-item-details .product .options.list:before,
.minicart-items .product-item-details .product .options.list:after,
.checkout-container:before,
.checkout-container:after,
.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,
.opc-block-summary .product-item .product-item-details:before,
.opc-block-summary .product-item .product-item-details:after,
.page-product-downloadable .product-add-form:before,
.page-product-downloadable .product-add-form:after,
.gift-item-block .content:before,
.gift-item-block .content:after,
.order-details-items .order-gift-message:before,
.order-details-items .order-gift-message:after,
.order-details-items .block-order-details-gift-message:before,
.order-details-items .block-order-details-gift-message:after,
.block-giftregistry-shared-items .product .item-options:before,
.block-giftregistry-shared-items .product .item-options:after,
.gift-wrapping-list:before,
.gift-wrapping-list:after,
.opc-wrapper .data.table .gift-wrapping .content:before,
.opc-wrapper .data.table .gift-wrapping .content:after,
.table-order-items .gift-wrapping .content:before,
.table-order-items .gift-wrapping .content:after,
.order-options .product:before,
.order-options .product:after,
.map-popup .map-info-price:before,
.map-popup .map-info-price:after,
.multicheckout .item-options:before,
.multicheckout .item-options:after,
.multicheckout .block:before,
.multicheckout .block:after,
.multicheckout .block-content:before,
.multicheckout .block-content:after,
.customer-review .product-details:before,
.customer-review .product-details:after,
.form-create-return .actions-toolbar:before,
.form-create-return .actions-toolbar:after,
.header.content:before,
.header.content:after,
.form-giftregistry-share .fieldset .actions-toolbar:before,
.form-giftregistry-share .fieldset .actions-toolbar:after,
.form-giftregistry-edit .fieldset .actions-toolbar:before,
.form-giftregistry-edit .fieldset .actions-toolbar:after,
.form-add-invitations .fieldset .actions-toolbar:before,
.form-add-invitations .fieldset .actions-toolbar:after,
.form-create-return .fieldset .actions-toolbar:before,
.form-create-return .fieldset .actions-toolbar:after,
.form.send.friend .fieldset .actions-toolbar:before,
.form.send.friend .fieldset .actions-toolbar:after {
  content: '';
  display: table;
}
.abs-add-clearfix:after,
.abs-add-fields .fieldset .actions-toolbar:after,
.bundle-options-container .product-options-wrapper .field.choice .label:after,
.toolbar:after,
.sidebar .product-items-images:after,
.cart.table-wrapper .actions-toolbar:after,
.cart.table-wrapper .item-options:after,
.minicart-items .product-item > .product:after,
.minicart-items .product-item-details .product .options.list:after,
.checkout-container:after,
.checkout-onepage-success:after,
.opc-estimated-wrapper:after,
.opc-wrapper .field.addresses:after,
.opc-block-summary .items-in-cart .product .item-options:after,
.opc-block-summary .product-item .product-item-details:after,
.page-product-downloadable .product-add-form:after,
.gift-item-block .content:after,
.order-details-items .order-gift-message:after,
.order-details-items .block-order-details-gift-message:after,
.block-giftregistry-shared-items .product .item-options:after,
.gift-wrapping-list:after,
.opc-wrapper .data.table .gift-wrapping .content:after,
.table-order-items .gift-wrapping .content:after,
.order-options .product:after,
.map-popup .map-info-price:after,
.multicheckout .item-options:after,
.multicheckout .block:after,
.multicheckout .block-content:after,
.customer-review .product-details:after,
.form-create-return .actions-toolbar:after,
.header.content:after,
.form-giftregistry-share .fieldset .actions-toolbar:after,
.form-giftregistry-edit .fieldset .actions-toolbar:after,
.form-add-invitations .fieldset .actions-toolbar:after,
.form-create-return .fieldset .actions-toolbar:after,
.form.send.friend .fieldset .actions-toolbar:after {
  clear: both;
}
.abs-field-date .control,
.abs-field-tooltip,
.columns .column.main,
.columns .sidebar-main,
.columns .sidebar-additional,
.column .block-addbysku .sku,
.search-autocomplete,
.product-item,
.sidebar .product-items-images .product-item,
.cart-summary,
.opc-wrapper .shipping-address-item,
.shipping-policy-block.field-tooltip .field-tooltip-content,
.opc-block-summary,
.block-event .slider-panel .slider .item .action.show,
.sidebar .block-addbysku .fieldset .fields .field.sku,
.form.search.advanced .fields.range .field.date .control,
.field .control._with-tooltip,
.form-giftregistry-edit .field.date .control {
  box-sizing: border-box;
}
.abs-navigation-icon:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 34px;
  line-height: 1.2;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-split-button:before,
.abs-split-button:after {
  content: '';
  display: table;
}
.abs-split-button:after {
  clear: both;
}
.abs-split-button .action.split {
  float: left;
  margin: 0;
}
.abs-split-button .action.toggle {
  float: right;
  margin: 0;
}
.abs-split-button button.action.split {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.abs-split-button button + .action.toggle {
  border-bottom-left-radius: 0;
  border-left: 0;
  border-top-left-radius: 0;
}
.abs-split-button .action.toggle {
  display: inline-block;
  text-decoration: none;
}
.abs-split-button .action.toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-split-button .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: inherit;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-split-button .action.toggle:hover:after {
  color: inherit;
}
.abs-split-button .action.toggle:active:after {
  color: inherit;
}
.abs-split-button .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.abs-split-button .action.toggle.active > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-split-button .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: inherit;
  color: inherit;
  content: '\e621';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-split-button .action.toggle.active:hover:after {
  color: inherit;
}
.abs-split-button .action.toggle.active:active:after {
  color: inherit;
}
.abs-split-button .items {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #fff;
  border: 1px solid #bbb;
  margin-top: 4px;
  min-width: 100%;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.abs-split-button .items li {
  margin: 0;
  padding: 3px 5px;
}
.abs-split-button .items li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.abs-split-button .items:before,
.abs-split-button .items:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.abs-split-button .items:before {
  border: 6px solid;
  border-color: transparent transparent #fff transparent;
  z-index: 99;
}
.abs-split-button .items:after {
  border: 7px solid;
  border-color: transparent transparent #bbb transparent;
  z-index: 98;
}
.abs-split-button .items:before {
  right: 10px;
  top: -12px;
}
.abs-split-button .items:after {
  right: 9px;
  top: -14px;
}
.abs-split-button.active {
  overflow: visible;
}
.abs-split-button.active .items {
  display: block;
}
.bundle-options-container .block-bundle-summary .product-addto-links > .action,
.product-item-actions .actions-secondary > .action,
.product-social-links .action.tocompare,
.wishlist.split.button > .action.split,
.product-social-links .action.mailto.friend,
.product-social-links .action.towishlist,
.block-bundle-summary .action.towishlist,
.product-item .action.towishlist,
.table-comparison .action.towishlist {
  color: #666;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  display: inline-block;
  text-decoration: none;
}
.abs-actions-addto:before,
.bundle-options-container .block-bundle-summary .product-addto-links > .action:before,
.product-item-actions .actions-secondary > .action:before,
.product-social-links .action.tocompare:before,
.wishlist.split.button > .action.split:before,
.product-social-links .action.mailto.friend:before,
.product-social-links .action.towishlist:before,
.block-bundle-summary .action.towishlist:before,
.product-item .action.towishlist:before,
.table-comparison .action.towishlist:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 16px;
  color: inherit;
  font-family: 'luma-icons';
  margin: -2px 5px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.bundle-options-container .block-bundle-summary .product-addto-links > .action:hover,
.product-item-actions .actions-secondary > .action:hover,
.product-social-links .action.tocompare:hover,
.wishlist.split.button > .action.split:hover,
.product-social-links .action.mailto.friend:hover,
.product-social-links .action.towishlist:hover,
.block-bundle-summary .action.towishlist:hover,
.product-item .action.towishlist:hover,
.table-comparison .action.towishlist:hover {
  color: #333;
  text-decoration: none;
}
.bundle-options-container .block-bundle-summary .product-addto-links > .action:before,
.product-item-actions .actions-secondary > .action:before,
.product-social-links .action.tocompare:before,
.wishlist.split.button > .action.split:before,
.product-social-links .action.mailto.friend:before,
.product-social-links .action.towishlist:before,
.block-bundle-summary .action.towishlist:before,
.product-item .action.towishlist:before,
.table-comparison .action.towishlist:before {
  width: 18px;
}
.bundle-options-container .block-bundle-summary .box-tocart,
.box-tocart {
  margin: 0 0 30px;
}
.abs-cart-block > .title,
.minicart-items .product .toggle,
.abs-discount-block .block > .title,
.cart-summary .block > .title,
.magento-payments-review-discount .block > .title,
.paypal-review-discount .block > .title,
.cart-discount .block > .title {
  border-top: 1px solid #ccc;
  cursor: pointer;
  margin-bottom: 0;
  position: relative;
  padding: 10px 40px 10px 15px;
  display: block;
  text-decoration: none;
}
.abs-cart-block > .title:after,
.minicart-items .product .toggle:after,
.abs-discount-block .block > .title:after,
.cart-summary .block > .title:after,
.magento-payments-review-discount .block > .title:after,
.paypal-review-discount .block > .title:after,
.cart-discount .block > .title:after {
  position: absolute;
  right: 20px;
  top: 10px;
}
.abs-toggling-title > span,
.abs-cart-block > .title > span,
.minicart-items .product .toggle > span,
.abs-discount-block .block > .title > span,
.cart-summary .block > .title > span,
.magento-payments-review-discount .block > .title > span,
.paypal-review-discount .block > .title > span,
.cart-discount .block > .title > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-toggling-title:after,
.abs-cart-block > .title:after,
.minicart-items .product .toggle:after,
.abs-discount-block .block > .title:after,
.cart-summary .block > .title:after,
.magento-payments-review-discount .block > .title:after,
.paypal-review-discount .block > .title:after,
.cart-discount .block > .title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 12px;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  margin: 3px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-discount-block .block,
.cart-summary .block,
.magento-payments-review-discount .block,
.paypal-review-discount .block,
.cart-discount .block {
  margin: 0;
}
.abs-discount-block .block > .title:after,
.cart-summary .block > .title:after,
.magento-payments-review-discount .block > .title:after,
.paypal-review-discount .block > .title:after,
.cart-discount .block > .title:after {
  color: #858585;
}
.abs-discount-block .block .content,
.cart-summary .block .content,
.magento-payments-review-discount .block .content,
.paypal-review-discount .block .content,
.cart-discount .block .content {
  display: none;
  padding: 5px 15px 23px;
  position: relative;
}
.abs-cart-block.active > .title:after,
.abs-discount-block .block.active > .title:after,
.cart-summary .block.active > .title:after,
.magento-payments-review-discount .block.active > .title:after,
.paypal-review-discount .block.active > .title:after,
.cart-discount .block.active > .title:after {
  content: '\e621';
}
.abs-discount-block .block.active .content,
.cart-summary .block.active .content,
.magento-payments-review-discount .block.active .content,
.paypal-review-discount .block.active .content,
.cart-discount .block.active .content {
  display: block;
}
.multicheckout .table-wrapper .cart-price {
  color: #7d7d7d;
  font-size: 1.6rem;
  font-weight: 700;
}
.multicheckout .table-wrapper .product-item-name {
  font-size: 1.8rem;
  font-weight: 300;
  margin: 0;
}
.abs-account-blocks .block-title,
.account .legend,
.form-giftregistry-search .legend,
.block-giftregistry-results .block-title,
.block-giftregistry-shared-items .block-title,
.block-wishlist-search-form .block-title,
.block-wishlist-search-results .block-title,
.multicheckout .block-title,
.multicheckout .block-content .title,
.customer-review .review-details .title,
.magento-payments-review .block .block-title,
.paypal-review .block .block-title,
.account .column.main .block:not(.widget) .block-title,
.multicheckout .block-title,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-title,
.sales-guest-view .column.main .block:not(.widget) .block-title {
  border-bottom: 1px solid #c6c6c6;
  margin-bottom: 25px;
  padding-bottom: 10px;
}
.abs-account-blocks .block-title > strong,
.abs-account-blocks .block-title > span,
.account .legend > strong,
.account .legend > span,
.form-giftregistry-search .legend > strong,
.form-giftregistry-search .legend > span,
.block-giftregistry-results .block-title > strong,
.block-giftregistry-results .block-title > span,
.block-giftregistry-shared-items .block-title > strong,
.block-giftregistry-shared-items .block-title > span,
.block-wishlist-search-form .block-title > strong,
.block-wishlist-search-form .block-title > span,
.block-wishlist-search-results .block-title > strong,
.block-wishlist-search-results .block-title > span,
.multicheckout .block-title > strong,
.multicheckout .block-title > span,
.multicheckout .block-content .title > strong,
.multicheckout .block-content .title > span,
.customer-review .review-details .title > strong,
.customer-review .review-details .title > span,
.magento-payments-review .block .block-title > strong,
.magento-payments-review .block .block-title > span,
.paypal-review .block .block-title > strong,
.paypal-review .block .block-title > span,
.account .column.main .block:not(.widget) .block-title > strong,
.account .column.main .block:not(.widget) .block-title > span,
.multicheckout .block-title > strong,
.multicheckout .block-title > span,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title > strong,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title > span,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-title > strong,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-title > span,
.sales-guest-view .column.main .block:not(.widget) .block-title > strong,
.sales-guest-view .column.main .block:not(.widget) .block-title > span {
  font-size: 2.2rem;
  font-weight: 300;
}
.block-addresses-list address,
.box-billing-address .box-content,
.box-shipping-address .box-content,
.box-address-billing .box-content,
.box-address-shipping .box-content,
.box-information .box-content,
.box-newsletter .box-content {
  line-height: 24px;
}
.order-details-items tfoot td {
  background: #f8f8f8;
}
.magento-payments-review .table-magento-payments-review-items .col.price .price-including-tax,
.magento-payments-review .table-magento-payments-review-items .col.price .price-excluding-tax,
.magento-payments-review .table-magento-payments-review-items .col.subtotal .price-including-tax,
.magento-payments-review .table-magento-payments-review-items .col.subtotal .price-excluding-tax,
.paypal-review .table-paypal-review-items .col.price .price-including-tax,
.paypal-review .table-paypal-review-items .col.price .price-excluding-tax,
.paypal-review .table-paypal-review-items .col.subtotal .price-including-tax,
.paypal-review .table-paypal-review-items .col.subtotal .price-excluding-tax,
.cart.table-wrapper .col.price .price-including-tax,
.cart.table-wrapper .col.price .price-excluding-tax,
.cart.table-wrapper .col.subtotal .price-including-tax,
.cart.table-wrapper .col.subtotal .price-excluding-tax,
.cart.table-wrapper .col.msrp .price-including-tax,
.cart.table-wrapper .col.msrp .price-excluding-tax,
.order-details-items .col.price .price-including-tax,
.order-details-items .col.price .price-excluding-tax,
.order-details-items .col.subtotal .price-including-tax,
.order-details-items .col.subtotal .price-excluding-tax {
  color: #666;
  font-size: 1.8rem;
  display: block;
  line-height: 1;
  white-space: nowrap;
}
.magento-payments-review .table-magento-payments-review-items .col.price .price-including-tax .price,
.magento-payments-review .table-magento-payments-review-items .col.price .price-excluding-tax .price,
.magento-payments-review .table-magento-payments-review-items .col.subtotal .price-including-tax .price,
.magento-payments-review .table-magento-payments-review-items .col.subtotal .price-excluding-tax .price,
.paypal-review .table-paypal-review-items .col.price .price-including-tax .price,
.paypal-review .table-paypal-review-items .col.price .price-excluding-tax .price,
.paypal-review .table-paypal-review-items .col.subtotal .price-including-tax .price,
.paypal-review .table-paypal-review-items .col.subtotal .price-excluding-tax .price,
.cart.table-wrapper .col.price .price-including-tax .price,
.cart.table-wrapper .col.price .price-excluding-tax .price,
.cart.table-wrapper .col.subtotal .price-including-tax .price,
.cart.table-wrapper .col.subtotal .price-excluding-tax .price,
.cart.table-wrapper .col.msrp .price-including-tax .price,
.cart.table-wrapper .col.msrp .price-excluding-tax .price,
.order-details-items .col.price .price-including-tax .price,
.order-details-items .col.price .price-excluding-tax .price,
.order-details-items .col.subtotal .price-including-tax .price,
.order-details-items .col.subtotal .price-excluding-tax .price {
  font-weight: 700;
}
.bundle-options-container .product-options-wrapper .fieldset-bundle-options .field.choice .price-notice .price-including-tax,
.bundle-options-container .product-options-wrapper .fieldset-bundle-options .field.choice .price-notice .price-excluding-tax,
.bundle-options-container .product-options-wrapper .field.choice .price-notice .price-including-tax,
.bundle-options-container .product-options-wrapper .field.choice .price-notice .price-excluding-tax,
.cart-summary .price-including-tax,
.cart-summary .price-excluding-tax,
.gift-summary .price-including-tax,
.gift-summary .price-excluding-tax,
.gift-options .price-including-tax,
.gift-options .price-excluding-tax {
  font-size: 1.4rem;
  display: inline-block;
}
.bundle-options-container .product-options-wrapper .fieldset-bundle-options .field.choice .price-notice .price-including-tax + .price-excluding-tax,
.bundle-options-container .product-options-wrapper .field.choice .price-notice .price-including-tax + .price-excluding-tax,
.cart-summary .price-including-tax + .price-excluding-tax,
.gift-summary .price-including-tax + .price-excluding-tax,
.gift-options .price-including-tax + .price-excluding-tax {
  font-size: 1.1rem;
  display: inline-block;
}
.bundle-options-container .product-options-wrapper .fieldset-bundle-options .field.choice .price-notice .price-including-tax + .price-excluding-tax:before,
.bundle-options-container .product-options-wrapper .field.choice .price-notice .price-including-tax + .price-excluding-tax:before,
.cart-summary .price-including-tax + .price-excluding-tax:before,
.gift-summary .price-including-tax + .price-excluding-tax:before,
.gift-options .price-including-tax + .price-excluding-tax:before {
  content: '(' attr(data-label) ': ';
}
.bundle-options-container .product-options-wrapper .fieldset-bundle-options .field.choice .price-notice .price-including-tax + .price-excluding-tax:after,
.bundle-options-container .product-options-wrapper .field.choice .price-notice .price-including-tax + .price-excluding-tax:after,
.cart-summary .price-including-tax + .price-excluding-tax:after,
.gift-summary .price-including-tax + .price-excluding-tax:after,
.gift-options .price-including-tax + .price-excluding-tax:after {
  content: ')';
}
.price-including-tax .cart-tax-total,
.price-excluding-tax .cart-tax-total,
.magento-payments-review .table-magento-payments-review-items .cart-tax-total,
.paypal-review .table-paypal-review-items .cart-tax-total,
.cart.table-wrapper .cart-tax-total,
.order-details-items .cart-tax-total {
  cursor: pointer;
  padding-right: 10px;
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.abs-tax-total:after,
.price-including-tax .cart-tax-total:after,
.price-excluding-tax .cart-tax-total:after,
.magento-payments-review .table-magento-payments-review-items .cart-tax-total:after,
.paypal-review .table-paypal-review-items .cart-tax-total:after,
.cart.table-wrapper .cart-tax-total:after,
.order-details-items .cart-tax-total:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 8px;
  line-height: 8px;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  margin: 3px 0 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.price-including-tax .cart-tax-total:after,
.price-excluding-tax .cart-tax-total:after,
.magento-payments-review .table-magento-payments-review-items .cart-tax-total:after,
.paypal-review .table-paypal-review-items .cart-tax-total:after,
.cart.table-wrapper .cart-tax-total:after,
.order-details-items .cart-tax-total:after {
  position: absolute;
  right: -2px;
  top: 4px;
}
.abs-tax-total-expanded:after,
.price-including-tax .cart-tax-total-expanded:after,
.price-excluding-tax .cart-tax-total-expanded:after,
.magento-payments-review .table-magento-payments-review-items .cart-tax-total-expanded:after,
.paypal-review .table-paypal-review-items .cart-tax-total-expanded:after,
.cart.table-wrapper .cart-tax-total-expanded:after,
.order-details-items .cart-tax-total-expanded:after {
  content: '\e621';
}
.giftcard-account .form-giftcard-redeem .fieldset,
.form-giftregistry-create .fieldset {
  margin-bottom: 20px;
}
.review-ratings .rating-summary,
.customer-review .review-details .customer-review-rating .rating-summary {
  display: table-row;
}
.review-ratings .rating-label,
.customer-review .review-details .customer-review-rating .rating-label {
  display: table-cell;
  padding-bottom: 5px;
  padding-right: 25px;
  padding-top: 1px;
  vertical-align: top;
}
.review-ratings .rating-result,
.customer-review .review-details .customer-review-rating .rating-result {
  display: table-cell;
  vertical-align: top;
}
.block-addresses-list .items.addresses .item.actions .action:after,
.account .data.table .col.actions .action:after,
[class^='sales-guest-'] .data.table .col.actions .action:after,
.sales-guest-view .data.table .col.actions .action:after,
.block .box-actions .action:after {
  border-left: 1px solid #a6a6a6;
  content: '';
  display: inline-block;
  height: 12px;
  margin: 0 10px;
  vertical-align: -1px;
}
.block-addresses-list .items.addresses .item.actions .action:last-child:after,
.account .data.table .col.actions .action:last-child:after,
[class^='sales-guest-'] .data.table .col.actions .action:last-child:after,
.sales-guest-view .data.table .col.actions .action:last-child:after,
.block .box-actions .action:last-child:after {
  display: none;
}
.magento-payments-review .block .block-title > .action,
.paypal-review .block .block-title > .action,
.account .column.main .block:not(.widget) .block-title > .action,
.multicheckout .block-title > .action,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title > .action,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-title > .action,
.sales-guest-view .column.main .block:not(.widget) .block-title > .action {
  margin-left: 15px;
}
.magento-payments-review .block .box-title,
.paypal-review .block .box-title,
.account .column.main .block:not(.widget) .box-title,
.multicheckout .box-title,
.magento-rma-guest-returns .column.main .block:not(.widget) .box-title,
[class^='sales-guest-'] .column.main .block:not(.widget) .box-title,
.sales-guest-view .column.main .block:not(.widget) .box-title {
  display: inline-block;
  margin: 0 0 10px;
}
.magento-payments-review .block .box-title > span,
.paypal-review .block .box-title > span,
.account .column.main .block:not(.widget) .box-title > span,
.multicheckout .box-title > span,
.magento-rma-guest-returns .column.main .block:not(.widget) .box-title > span,
[class^='sales-guest-'] .column.main .block:not(.widget) .box-title > span,
.sales-guest-view .column.main .block:not(.widget) .box-title > span {
  font-size: 1.6rem;
}
.magento-payments-review .block .box-title > .action,
.paypal-review .block .box-title > .action,
.account .column.main .block:not(.widget) .box-title > .action,
.multicheckout .box-title > .action,
.magento-rma-guest-returns .column.main .block:not(.widget) .box-title > .action,
[class^='sales-guest-'] .column.main .block:not(.widget) .box-title > .action,
.sales-guest-view .column.main .block:not(.widget) .box-title > .action {
  font-weight: 400;
  margin-left: 10px;
}
.block-minicart .subtotal .label:after,
.minicart-items .details-qty .label:after,
.minicart-items .price-minicart .label:after,
.order-details-items .order-gift-message .label:after,
.order-details-items .block-order-details-gift-message .label:after,
.block-wishlist-management .wishlist-select .wishlist-name-label:after {
  content: ': ';
}
.abs-dropdown-items-new .action.new,
.wishlist.split.button .action.new,
.wishlist-dropdown .action.new {
  display: inline-block;
  text-decoration: none;
}
.abs-icon-add:before,
.abs-dropdown-items-new .action.new:before,
.wishlist.split.button .action.new:before,
.wishlist-dropdown .action.new:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  line-height: 10px;
  color: inherit;
  content: '\e61c';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.wishlist.split.button .items .item:last-child:hover,
.wishlist-dropdown .items .item:last-child:hover {
  background: #e8e8e8;
}
.wishlist.split.button .action.new:before,
.wishlist-dropdown .action.new:before {
  margin-left: -17px;
  margin-right: 5px;
}
.abs-sidebar-totals .table-caption,
.sidebar .subtitle,
.cart-summary .block .fieldset.estimate > .legend,
.cart-summary .block .fieldset.estimate > .legend + br,
.minicart-items .product-item-details .weee[data-label] .label,
.page-product-giftcard .fieldset.giftcard > .legend + br,
.order-details-items .order-items .order-gift-message .action.close,
.multicheckout .block .methods-shipping .item-content .fieldset > .legend + br,
.multicheckout .hidden,
[class^='multishipping-'] .nav-sections,
[class^='multishipping-'] .nav-toggle,
.no-display,
.cart-totals .table-caption,
.opc-block-summary .table-totals .table-caption {
  display: none;
}
.return-status,
.order-status {
  border: 2px solid #ccc;
  border-radius: 3px;
  display: inline-block;
  margin: 3px 0 0;
  padding: 2px 10px;
  text-transform: uppercase;
  vertical-align: top;
}
.magento-rma-returns-returns .page-main .page-title-wrapper .page-title,
.magento-rma-returns-view .page-main .page-title-wrapper .page-title,
.magento-rma-guest-returns .page-main .page-title-wrapper .page-title,
.account .page-main .page-title-wrapper .page-title,
[class^='sales-guest-'] .page-main .page-title-wrapper .page-title,
.sales-guest-view .page-main .page-title-wrapper .page-title,
.magento-rma-guest-returns .page-main .page-title-wrapper .page-title {
  margin-right: 25px;
}
.magento-rma-returns-returns .page-main .page-title-wrapper .order-date,
.magento-rma-returns-view .page-main .page-title-wrapper .order-date,
.magento-rma-guest-returns .page-main .page-title-wrapper .order-date,
.account .page-main .page-title-wrapper .order-date,
[class^='sales-guest-'] .page-main .page-title-wrapper .order-date,
.sales-guest-view .page-main .page-title-wrapper .order-date,
.magento-rma-guest-returns .page-main .page-title-wrapper .order-date {
  font-size: 16px;
  margin-bottom: 10px;
}
.magento-rma-returns-returns .page-main .page-title-wrapper .order-date .label,
.magento-rma-returns-view .page-main .page-title-wrapper .order-date .label,
.magento-rma-guest-returns .page-main .page-title-wrapper .order-date .label,
.account .page-main .page-title-wrapper .order-date .label,
[class^='sales-guest-'] .page-main .page-title-wrapper .order-date .label,
.sales-guest-view .page-main .page-title-wrapper .order-date .label,
.magento-rma-guest-returns .page-main .page-title-wrapper .order-date .label {
  display: none;
}
.account .column.main .order-details-items .table-wrapper .data.table,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table,
.block-giftregistry-results .data.table,
.block-wishlist-search-results .data.table,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table {
  border: none;
}
.abs-table-striped > tbody > tr:nth-child(even) > td,
.abs-table-striped > tbody > tr:nth-child(even) > th,
.account .column.main .order-details-items .table-wrapper .data.table > tbody > tr:nth-child(even) > td,
.account .column.main .order-details-items .table-wrapper .data.table > tbody > tr:nth-child(even) > th,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table > tbody > tr:nth-child(even) > td,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table > tbody > tr:nth-child(even) > th,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > tbody > tr:nth-child(even) > td,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > tbody > tr:nth-child(even) > th,
.block-giftregistry-results .data.table > tbody > tr:nth-child(even) > td,
.block-giftregistry-results .data.table > tbody > tr:nth-child(even) > th,
.block-wishlist-search-results .data.table > tbody > tr:nth-child(even) > td,
.block-wishlist-search-results .data.table > tbody > tr:nth-child(even) > th,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > tbody > tr:nth-child(even) > td,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > tbody > tr:nth-child(even) > th {
  background: #f6f6f6;
}
.abs-table-striped > thead > tr > th,
.abs-table-striped > tbody > tr > th,
.abs-table-striped > tfoot > tr > th,
.abs-table-striped > thead > tr > td,
.abs-table-striped > tbody > tr > td,
.abs-table-striped > tfoot > tr > td,
.account .column.main .order-details-items .table-wrapper .data.table > thead > tr > th,
.account .column.main .order-details-items .table-wrapper .data.table > tbody > tr > th,
.account .column.main .order-details-items .table-wrapper .data.table > tfoot > tr > th,
.account .column.main .order-details-items .table-wrapper .data.table > thead > tr > td,
.account .column.main .order-details-items .table-wrapper .data.table > tbody > tr > td,
.account .column.main .order-details-items .table-wrapper .data.table > tfoot > tr > td,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table > thead > tr > th,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table > tbody > tr > th,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table > tfoot > tr > th,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table > thead > tr > td,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table > tbody > tr > td,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table > tfoot > tr > td,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > thead > tr > th,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > tbody > tr > th,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > tfoot > tr > th,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > thead > tr > td,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > tbody > tr > td,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > tfoot > tr > td,
.block-giftregistry-results .data.table > thead > tr > th,
.block-giftregistry-results .data.table > tbody > tr > th,
.block-giftregistry-results .data.table > tfoot > tr > th,
.block-giftregistry-results .data.table > thead > tr > td,
.block-giftregistry-results .data.table > tbody > tr > td,
.block-giftregistry-results .data.table > tfoot > tr > td,
.block-wishlist-search-results .data.table > thead > tr > th,
.block-wishlist-search-results .data.table > tbody > tr > th,
.block-wishlist-search-results .data.table > tfoot > tr > th,
.block-wishlist-search-results .data.table > thead > tr > td,
.block-wishlist-search-results .data.table > tbody > tr > td,
.block-wishlist-search-results .data.table > tfoot > tr > td,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > thead > tr > th,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > tbody > tr > th,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > tfoot > tr > th,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > thead > tr > td,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > tbody > tr > td,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > tfoot > tr > td {
  border: none;
}
.abs-table-striped > thead > tr > th,
.abs-table-striped > thead > tr > td,
.account .column.main .order-details-items .table-wrapper .data.table > thead > tr > th,
.account .column.main .order-details-items .table-wrapper .data.table > thead > tr > td,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table > thead > tr > th,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table > thead > tr > td,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > thead > tr > th,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > thead > tr > td,
.block-giftregistry-results .data.table > thead > tr > th,
.block-giftregistry-results .data.table > thead > tr > td,
.block-wishlist-search-results .data.table > thead > tr > th,
.block-wishlist-search-results .data.table > thead > tr > td,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > thead > tr > th,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > thead > tr > td {
  border-bottom: 1px solid #ccc;
}
.block-compare .counter,
.block-wishlist .counter {
  color: #6d6d6d;
  font-size: 1.2rem;
  vertical-align: middle;
  white-space: nowrap;
}
.block-compare .counter:before,
.block-wishlist .counter:before {
  content: '(';
}
.block-compare .counter:after,
.block-wishlist .counter:after {
  content: ')';
}
.block-compare .block-title,
.block-reorder .block-title,
.widget .block-title,
.block-wishlist .block-title {
  margin: 0 0 20px;
}
.block-compare .block-title strong,
.block-reorder .block-title strong,
.widget .block-title strong,
.block-wishlist .block-title strong {
  font-size: 18px;
  font-weight: 300;
  vertical-align: middle;
}
.block-cart-failed,
.cart-container .form-cart {
  margin-bottom: 20px;
}
.block-cart-failed .actions.main .continue,
.cart-container .form-cart .actions.main .continue {
  display: none;
}
.block-cart-failed .actions.main .clear,
.cart-container .form-cart .actions.main .clear {
  line-height: 1.42857143;
  margin: 0 20px 0 0;
  padding: 0;
  color: #006bb4;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  font-weight: 400;
}
.abs-shopping-cart-items .actions.main .clear:visited,
.block-cart-failed .actions.main .clear:visited,
.cart-container .form-cart .actions.main .clear:visited {
  color: #006bb4;
  text-decoration: none;
}
.abs-shopping-cart-items .actions.main .clear:hover,
.block-cart-failed .actions.main .clear:hover,
.cart-container .form-cart .actions.main .clear:hover {
  color: #006bb4;
  text-decoration: underline;
}
.abs-shopping-cart-items .actions.main .clear:active,
.block-cart-failed .actions.main .clear:active,
.cart-container .form-cart .actions.main .clear:active {
  color: #02283E;
  text-decoration: underline;
}
.abs-shopping-cart-items .actions.main .clear:hover,
.abs-shopping-cart-items .actions.main .clear:active,
.abs-shopping-cart-items .actions.main .clear:focus,
.block-cart-failed .actions.main .clear:hover,
.block-cart-failed .actions.main .clear:active,
.block-cart-failed .actions.main .clear:focus,
.cart-container .form-cart .actions.main .clear:hover,
.cart-container .form-cart .actions.main .clear:active,
.cart-container .form-cart .actions.main .clear:focus {
  background: none;
  border: 0;
}
.abs-shopping-cart-items .actions.main .clear.disabled,
.abs-shopping-cart-items .actions.main .clear[disabled],
fieldset[disabled] .abs-shopping-cart-items .actions.main .clear,
.block-cart-failed .actions.main .clear.disabled,
.block-cart-failed .actions.main .clear[disabled],
fieldset[disabled] .block-cart-failed .actions.main .clear,
.cart-container .form-cart .actions.main .clear.disabled,
.cart-container .form-cart .actions.main .clear[disabled],
fieldset[disabled] .cart-container .form-cart .actions.main .clear {
  color: #006bb4;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.form.search.advanced .fields.range .field.date .control,
.form-giftregistry-edit .field.date .control {
  position: relative;
}
.abs-field-date input,
.field.date ._has-datepicker,
.field-dob ._has-datepicker,
.form-giftregistry-search .fields-specific-options .datetime-picker,
.form.search.advanced .fields.range .field.date input,
.form-giftregistry-edit .field.date input {
  margin-right: 10px;
  width: calc(100% - 23px - 10px);
}
.field .control._with-tooltip {
  position: relative;
}
.field .control._with-tooltip input {
  margin-right: 10px;
  width: calc(100% - 21px - 10px - 5px);
}
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content,
.shipping-policy-block.field-tooltip .field-tooltip-content {
  right: -10px;
  top: 40px;
  left: auto;
}
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:before,
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:after,
.shipping-policy-block.field-tooltip .field-tooltip-content:before,
.shipping-policy-block.field-tooltip .field-tooltip-content:after {
  border: 10px solid transparent;
  height: 0;
  width: 0;
  margin-top: -21px;
  right: 10px;
  left: auto;
  top: 0;
}
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:before,
.shipping-policy-block.field-tooltip .field-tooltip-content:before {
  border-bottom-color: #666666;
}
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:after,
.shipping-policy-block.field-tooltip .field-tooltip-content:after {
  border-bottom-color: #f4f4f4;
  top: 1px;
}
.opc-wrapper .step-title,
.opc-block-shipping-information .shipping-information-title,
.opc-block-summary > .title,
.checkout-agreements-items .checkout-agreements-item-title {
  padding-bottom: 10px;
  color: #333;
  font-weight: 300;
  font-size: 2.6rem;
}
.cart-totals,
.opc-block-summary .table-totals {
  border-top: 1px solid #ccc;
  padding-top: 10px;
}
.cart-totals tbody .mark,
.cart-totals tfoot .mark,
.opc-block-summary .table-totals tbody .mark,
.opc-block-summary .table-totals tfoot .mark {
  border: 0;
  font-weight: 400;
  padding: 6px 0;
}
.cart-totals tbody .amount,
.cart-totals tfoot .amount,
.opc-block-summary .table-totals tbody .amount,
.opc-block-summary .table-totals tfoot .amount {
  border: 0;
  font-weight: 400;
  padding: 6px 0 6px 14px;
  text-align: right;
  white-space: nowrap;
}
.cart-totals .grand th,
.cart-totals .grand td,
.opc-block-summary .table-totals .grand th,
.opc-block-summary .table-totals .grand td {
  padding: 11px 0;
}
.cart-totals .grand strong,
.opc-block-summary .table-totals .grand strong {
  display: inline-block;
  font-weight: 600;
  padding: 3px 0 0;
}
.cart-totals .grand .mark,
.opc-block-summary .table-totals .grand .mark {
  font-size: 1.8rem;
  border-top: 1px solid #ccc;
  padding-right: 10px;
}
.cart-totals .grand .amount,
.opc-block-summary .table-totals .grand .amount {
  font-size: 1.8rem;
  border-top: 1px solid #ccc;
}
.cart-totals .msrp,
.opc-block-summary .table-totals .msrp {
  margin-bottom: 10px;
}
.cart-totals tbody tr:last-child td,
.opc-block-summary .table-totals tbody tr:last-child td {
  padding-bottom: 19px;
}
.cart-totals .totals-tax-summary .mark,
.cart-totals .totals-tax-summary .amount,
.opc-block-summary .table-totals .totals-tax-summary .mark,
.opc-block-summary .table-totals .totals-tax-summary .amount {
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  cursor: pointer;
}
.cart-totals .totals-tax-summary .amount .price,
.opc-block-summary .table-totals .totals-tax-summary .amount .price {
  padding-right: 20px;
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.abs-sidebar-totals .totals-tax-summary .amount .price > span,
.cart-totals .totals-tax-summary .amount .price > span,
.opc-block-summary .table-totals .totals-tax-summary .amount .price > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-sidebar-totals .totals-tax-summary .amount .price:after,
.cart-totals .totals-tax-summary .amount .price:after,
.opc-block-summary .table-totals .totals-tax-summary .amount .price:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 12px;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.cart-totals .totals-tax-summary .amount .price:after,
.opc-block-summary .table-totals .totals-tax-summary .amount .price:after {
  position: absolute;
  right: 3px;
  top: 3px;
}
.cart-totals .totals-tax-summary.expanded .mark,
.cart-totals .totals-tax-summary.expanded .amount,
.opc-block-summary .table-totals .totals-tax-summary.expanded .mark,
.opc-block-summary .table-totals .totals-tax-summary.expanded .amount {
  border-bottom: 0;
}
.abs-sidebar-totals .totals-tax-summary.expanded .amount .price:after,
.cart-totals .totals-tax-summary.expanded .amount .price:after,
.opc-block-summary .table-totals .totals-tax-summary.expanded .amount .price:after {
  content: '\e621';
}
.cart-totals .totals-tax-details,
.opc-block-summary .table-totals .totals-tax-details {
  border-bottom: 1px solid #ccc;
  display: none;
}
.cart-totals .totals-tax-details.shown,
.opc-block-summary .table-totals .totals-tax-details.shown {
  display: table-row;
}
.cart-totals .table-wrapper,
.opc-block-summary .table-totals .table-wrapper {
  margin-bottom: 0;
}
.magento-payments-review-discount .block > .title strong,
.paypal-review-discount .block > .title strong,
.cart-discount .block > .title strong {
  color: #006bb4;
  font-weight: 400;
}
.magento-payments-review-discount .actions-toolbar,
.paypal-review-discount .actions-toolbar,
.cart-discount .actions-toolbar {
  display: table-cell;
  vertical-align: top;
  width: 1%;
}
.magento-payments-review-discount .actions-toolbar .action.primary,
.magento-payments-review-discount .actions-toolbar .action.cancel,
.abs-discount-block .actions-toolbar .amshopby-button,
.abs-discount-block .actions-toolbar .am-filter-go,
.paypal-review-discount .actions-toolbar .action.primary,
.paypal-review-discount .actions-toolbar .action.cancel,
.cart-discount .actions-toolbar .action.primary,
.cart-discount .actions-toolbar .action.cancel {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin: 0 0 0 -1px;
  white-space: nowrap;
  width: auto;
}
.magento-payments-review-discount .actions-toolbar .secondary,
.paypal-review-discount .actions-toolbar .secondary,
.cart-discount .actions-toolbar .secondary {
  bottom: 5px;
  left: 15px;
  position: absolute;
}
.magento-payments-review-discount .action.check,
.paypal-review-discount .action.check,
.cart-discount .action.check {
  font-weight: 400;
}
.magento-payments-review-discount .fieldset,
.paypal-review-discount .fieldset,
.cart-discount .fieldset {
  display: table;
  width: 100%;
}
.magento-payments-review-discount .fieldset > .field > .label,
.paypal-review-discount .fieldset > .field > .label,
.cart-discount .fieldset > .field > .label {
  display: none;
}
.magento-payments-review-discount .field,
.paypal-review-discount .field,
.cart-discount .field {
  display: table-cell;
}
@font-face {
  font-family: 'Source Sans Pro';
  src: url('../../frontend/InverseParadox/BlueRidgeKnives/en_US/fonts/opensans/light/opensans-300.woff2') format('woff2'), url('../../frontend/InverseParadox/BlueRidgeKnives/en_US/fonts/opensans/light/opensans-300.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Source Sans Pro';
  src: url('../../frontend/InverseParadox/BlueRidgeKnives/en_US/fonts/opensans/regular/opensans-400.woff2') format('woff2'), url('../../frontend/InverseParadox/BlueRidgeKnives/en_US/fonts/opensans/regular/opensans-400.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Source Sans Pro';
  src: url('../../frontend/InverseParadox/BlueRidgeKnives/en_US/fonts/opensans/semibold/opensans-600.woff2') format('woff2'), url('../../frontend/InverseParadox/BlueRidgeKnives/en_US/fonts/opensans/semibold/opensans-600.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Source Sans Pro';
  src: url('../../frontend/InverseParadox/BlueRidgeKnives/en_US/fonts/opensans/bold/opensans-700.woff2') format('woff2'), url('../../frontend/InverseParadox/BlueRidgeKnives/en_US/fonts/opensans/bold/opensans-700.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
.items {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.columns {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  box-sizing: border-box;
}
.columns:after {
  clear: both;
  content: ' ';
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.columns .column.main {
  padding-bottom: 40px;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
  width: 100%;
}
.columns .sidebar-main {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}
.columns .sidebar-additional {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}
.table-wrapper {
  margin-bottom: 20px;
}
table > caption {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.table tfoot {
  background: #f8f8f8;
}
.table tfoot > tr:first-child th,
.table tfoot > tr:first-child td {
  border-top: 1px solid #ccc;
  padding-top: 20px;
}
.table tfoot th,
.table tfoot td {
  border: 0;
}
.table tfoot .mark {
  font-weight: 400;
  text-align: right;
}
.message.info {
  margin: 0 0 10px;
  padding: 12px 20px 12px 25px;
  display: block;
  font-size: 1.3rem;
  background: #fdf0d5;
  color: #6f4400;
  padding-left: 45px;
  position: relative;
}
.message.info a {
  color: #006bb4;
}
.message.info a:hover {
  color: #006bb4;
}
.message.info a:active {
  color: #006bb4;
}
.message.info > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 24px;
  color: #c07600;
  content: '\e602';
  font-family: 'luma-icons';
  margin: -12px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 22px;
  width: 45px;
  position: absolute;
  text-align: center;
}
.message.error {
  font-size: 1.4rem;
  margin: 0 0 10px;
  padding: 12px 20px 12px 25px;
  display: block;
  font-size: 1.3rem;
  background: #fae5e5;
  color: #e02b27;
  padding-left: 45px;
  padding: 12px 20px 12px 45px;
  position: relative;
  text-align: center;
}
.message.error a {
  color: #006bb4;
}
.message.error a:hover {
  color: #006bb4;
}
.message.error a:active {
  color: #006bb4;
}
.message.error > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 24px;
  color: #b30000;
  content: '\e61f';
  font-family: 'luma-icons';
  margin: -12px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 22px;
  width: 45px;
  position: absolute;
  text-align: center;
}
.message.warning {
  margin: 0 0 10px;
  padding: 12px 20px 12px 25px;
  display: block;
  font-size: 1.3rem;
  background: #fdf0d5;
  color: #6f4400;
  padding-left: 45px;
  position: relative;
}
.message.warning a {
  color: #006bb4;
}
.message.warning a:hover {
  color: #006bb4;
}
.message.warning a:active {
  color: #006bb4;
}
.message.warning > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 24px;
  color: #c07600;
  content: '\e602';
  font-family: 'luma-icons';
  margin: -12px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 22px;
  width: 45px;
  position: absolute;
  text-align: center;
}
.message.notice {
  margin: 0 0 10px;
  padding: 12px 20px 12px 25px;
  display: block;
  font-size: 1.3rem;
  background: #fdf0d5;
  color: #6f4400;
  padding-left: 45px;
  position: relative;
}
.message.notice a {
  color: #006bb4;
}
.message.notice a:hover {
  color: #006bb4;
}
.message.notice a:active {
  color: #006bb4;
}
.message.notice > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 24px;
  color: #c07600;
  content: '\e602';
  font-family: 'luma-icons';
  margin: -12px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 22px;
  width: 45px;
  position: absolute;
  text-align: center;
}
.message.success {
  margin: 0 0 10px;
  padding: 12px 20px 12px 25px;
  display: block;
  font-size: 1.3rem;
  background: #e5efe5;
  color: #006400;
  padding-left: 45px;
  position: relative;
}
.message.success a {
  color: #006bb4;
}
.message.success a:hover {
  color: #006bb4;
}
.message.success a:active {
  color: #006bb4;
}
.message.success > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 24px;
  color: #006400;
  content: '\e60e';
  font-family: 'luma-icons';
  margin: -12px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 22px;
  width: 45px;
  position: absolute;
  text-align: center;
}
.panel.header .links,
.panel.header .switcher {
  display: none;
}
.nav-sections {
  background: #f0f0f0;
}
.nav-toggle {
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  display: block;
  font-size: 0;
  left: 15px;
  position: absolute;
  top: 15px;
  z-index: 14;
}
.nav-toggle:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: inherit;
  color: #757575;
  content: '\e609';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.nav-toggle:hover:before {
  color: #333;
}
.nav-toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.tooltip.wrapper {
  position: relative;
}
.tooltip.wrapper .tooltip.content {
  background: #fff;
  max-width: 360px;
  min-width: 210px;
  padding: 12px 16px;
  z-index: 100;
  display: none;
  position: absolute;
  text-align: left;
  color: #333;
  line-height: 1.4;
  border: 1px solid #bbb;
  margin-top: 5px;
  left: 0;
  top: 100%;
}
.tooltip.wrapper .tooltip.content:after,
.tooltip.wrapper .tooltip.content:before {
  border: solid transparent;
  content: '';
  height: 0;
  position: absolute;
  width: 0;
}
.tooltip.wrapper .tooltip.content:after {
  border-width: 5px;
  border-color: transparent;
}
.tooltip.wrapper .tooltip.content:before {
  border-width: 6px;
  border-color: transparent;
}
.tooltip.wrapper .tooltip.content:after,
.tooltip.wrapper .tooltip.content:before {
  bottom: 100%;
}
.tooltip.wrapper .tooltip.content:after {
  border-bottom-color: #fff;
  left: 15px;
  margin-left: -5px;
}
.tooltip.wrapper .tooltip.content:before {
  border-bottom-color: #bbb;
  left: 15px;
  margin-left: -6px;
}
.tooltip.wrapper .tooltip.toggle {
  cursor: help;
}
.tooltip.wrapper .tooltip.toggle:hover + .tooltip.content,
.tooltip.wrapper .tooltip.toggle:focus + .tooltip.content,
.tooltip.wrapper:hover .tooltip.content {
  display: block;
}
.tooltip.wrapper .tooltip.content dl {
  margin-bottom: 0;
}
.tooltip.wrapper .tooltip.content dd {
  white-space: normal;
}
.tooltip.wrapper .tooltip.content .subtitle {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 15px;
}
.tooltip.wrapper .tooltip.content .label {
  margin-top: 10px;
}
.tooltip.wrapper .tooltip.content .label:first-child {
  margin-top: 0;
}
.tooltip.wrapper .tooltip.content .values {
  margin: 0;
}
.ui-tooltip {
  position: absolute;
  z-index: 9999;
}
.load.indicator {
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 9999;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  position: absolute;
}
.load.indicator:before {
  background: transparent url('../../frontend/InverseParadox/BlueRidgeKnives/en_US/images/loader-2.gif') no-repeat 50% 50%;
  border-radius: 5px;
  height: 160px;
  width: 160px;
  bottom: 0;
  box-sizing: border-box;
  content: '';
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
}
.load.indicator > span {
  display: none;
}
.loading-mask {
  bottom: 0;
  left: 0;
  margin: auto;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0.5);
}
.loading-mask .loader > img {
  bottom: 0;
  left: 0;
  margin: auto;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
}
.loading-mask .loader > p {
  display: none;
}
body > .loading-mask {
  z-index: 9999;
}
._block-content-loading {
  position: relative;
}
[data-role='main-css-loader'] {
  display: none;
}
.fieldset {
  border: 0;
  margin: 0 0 40px;
  padding: 0;
  letter-spacing: -0.31em;
}
.fieldset > * {
  letter-spacing: normal;
}
.fieldset > .legend {
  margin: 0 0 20px;
  padding: 0 0 10px;
  width: 100%;
  box-sizing: border-box;
  float: left;
  font-weight: 300;
  line-height: 1.2;
  font-size: 1.8rem;
}
.fieldset > .legend + br {
  clear: both;
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.fieldset:last-child {
  margin-bottom: 20px;
}
.fieldset > .field,
.fieldset > .fields > .field {
  margin: 0 0 20px;
}
.fieldset > .field > .label,
.fieldset > .fields > .field > .label {
  margin: 0 0 8px;
  display: inline-block;
}
.fieldset > .field:last-child,
.fieldset > .fields > .field:last-child {
  margin-bottom: 0;
}
.fieldset > .field > .label,
.fieldset > .fields > .field > .label {
  font-weight: 600;
}
.fieldset > .field > .label + br,
.fieldset > .fields > .field > .label + br {
  display: none;
}
.fieldset > .field .choice input,
.fieldset > .fields > .field .choice input {
  vertical-align: top;
}
.fieldset > .field .fields.group:before,
.fieldset > .fields > .field .fields.group:before,
.fieldset > .field .fields.group:after,
.fieldset > .fields > .field .fields.group:after {
  content: '';
  display: table;
}
.fieldset > .field .fields.group:after,
.fieldset > .fields > .field .fields.group:after {
  clear: both;
}
.fieldset > .field .fields.group .field,
.fieldset > .fields > .field .fields.group .field {
  box-sizing: border-box;
  float: left;
}
.fieldset > .field .fields.group.group-2 .field,
.fieldset > .fields > .field .fields.group.group-2 .field {
  width: 50% !important;
}
.fieldset > .field .fields.group.group-3 .field,
.fieldset > .fields > .field .fields.group.group-3 .field {
  width: 33.3% !important;
}
.fieldset > .field .fields.group.group-4 .field,
.fieldset > .fields > .field .fields.group.group-4 .field {
  width: 25% !important;
}
.fieldset > .field .fields.group.group-5 .field,
.fieldset > .fields > .field .fields.group.group-5 .field {
  width: 20% !important;
}
.fieldset > .field .addon,
.fieldset > .fields > .field .addon {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding: 0;
  width: 100%;
}
.fieldset > .field .addon textarea,
.fieldset > .fields > .field .addon textarea,
.fieldset > .field .addon select,
.fieldset > .fields > .field .addon select,
.fieldset > .field .addon input,
.fieldset > .fields > .field .addon input {
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: inline-block;
  margin: 0;
  width: auto;
}
.fieldset > .field .addon .addbefore,
.fieldset > .fields > .field .addon .addbefore,
.fieldset > .field .addon .addafter,
.fieldset > .fields > .field .addon .addafter {
  background: #fff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 14px;
  height: 32px;
  line-height: 1.42857143;
  padding: 0 9px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
  -ms-flex-order: 3;
  -webkit-order: 3;
  order: 3;
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  width: auto;
}
.fieldset > .field .addon .addbefore:disabled,
.fieldset > .fields > .field .addon .addbefore:disabled,
.fieldset > .field .addon .addafter:disabled,
.fieldset > .fields > .field .addon .addafter:disabled {
  opacity: 0.5;
}
.fieldset > .field .addon .addbefore::-moz-placeholder,
.fieldset > .fields > .field .addon .addbefore::-moz-placeholder,
.fieldset > .field .addon .addafter::-moz-placeholder,
.fieldset > .fields > .field .addon .addafter::-moz-placeholder {
  color: #575757;
}
.fieldset > .field .addon .addbefore::-webkit-input-placeholder,
.fieldset > .fields > .field .addon .addbefore::-webkit-input-placeholder,
.fieldset > .field .addon .addafter::-webkit-input-placeholder,
.fieldset > .fields > .field .addon .addafter::-webkit-input-placeholder {
  color: #575757;
}
.fieldset > .field .addon .addbefore:-ms-input-placeholder,
.fieldset > .fields > .field .addon .addbefore:-ms-input-placeholder,
.fieldset > .field .addon .addafter:-ms-input-placeholder,
.fieldset > .fields > .field .addon .addafter:-ms-input-placeholder {
  color: #575757;
}
.fieldset > .field .addon .addbefore,
.fieldset > .fields > .field .addon .addbefore {
  float: left;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}
.fieldset > .field .additional,
.fieldset > .fields > .field .additional {
  margin-top: 10px;
}
.fieldset > .field.required > .label:after,
.fieldset > .fields > .field.required > .label:after,
.fieldset > .field._required > .label:after,
.fieldset > .fields > .field._required > .label:after {
  content: '*';
  color: #e02b27;
  font-size: 1.2rem;
  margin: 0 0 0 5px;
}
.fieldset > .field .note,
.fieldset > .fields > .field .note {
  font-size: 1.2rem;
  margin: 3px 0 0;
  padding: 0;
  display: inline-block;
  text-decoration: none;
}
.fieldset > .field .note:before,
.fieldset > .fields > .field .note:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 12px;
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.fieldset > .field.no-label > .label,
.fieldset > .fields > .field.no-label > .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.fieldset > .field.choice .label,
.fieldset > .fields > .field.choice .label {
  display: inline;
  font-weight: normal;
  margin: 0;
}
.column:not(.main) .fieldset > .field .label,
.column:not(.main) .fieldset > .fields > .field .label {
  font-weight: normal;
}
.fieldset > .field .field.choice,
.fieldset > .fields > .field .field.choice {
  margin-bottom: 10px;
}
.fieldset > .field .field.choice:last-child,
.fieldset > .fields > .field .field.choice:last-child {
  margin-bottom: 0;
}
.legend + .fieldset,
.legend + div {
  clear: both;
}
.legend > span {
  margin-right: 5px;
}
fieldset.field {
  border: 0;
  padding: 0;
}
.field.date .time-picker {
  display: inline-block;
  margin-top: 10px;
  white-space: nowrap;
}
.field .message.warning {
  margin-top: 10px;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-size: 30px 60px;
  text-indent: 0.01em;
  text-overflow: '';
}
select::-ms-expand {
  display: none;
}
select.admin__control-multiselect {
  height: auto;
}
.field-error,
div.mage-error {
  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: #fff;
  max-width: 360px;
  min-width: 210px;
  padding: 12px 16px;
  z-index: 100;
  display: none;
  position: absolute;
  text-align: left;
  color: #333;
  line-height: 1.4;
  border: 1px solid #bbb;
  margin-left: 5px;
  left: 100%;
  top: 0;
}
.field .tooltip .tooltip-content:after,
.field .tooltip .tooltip-content:before {
  border: solid transparent;
  content: '';
  height: 0;
  position: absolute;
  width: 0;
}
.field .tooltip .tooltip-content:after {
  border-width: 5px;
  border-color: transparent;
}
.field .tooltip .tooltip-content:before {
  border-width: 6px;
  border-color: transparent;
}
.field .tooltip .tooltip-content:after,
.field .tooltip .tooltip-content:before {
  right: 100%;
}
.field .tooltip .tooltip-content:after {
  border-right-color: #fff;
  margin-top: -5px;
  top: 15px;
}
.field .tooltip .tooltip-content:before {
  border-right-color: #bbb;
  margin-top: -6px;
  top: 15px;
}
.field .tooltip .tooltip-toggle {
  cursor: help;
}
.field .tooltip .tooltip-toggle:hover + .tooltip-content,
.field .tooltip .tooltip-toggle:focus + .tooltip-content,
.field .tooltip:hover .tooltip-content {
  display: block;
}
.field .tooltip .tooltip-content {
  min-width: 200px;
  white-space: normal;
}
input:focus ~ .tooltip .tooltip-content,
select:focus ~ .tooltip .tooltip-content {
  display: block;
}
._has-datepicker ~ .ui-datepicker-trigger {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-shadow: none;
  font-weight: 400;
  display: block;
  text-decoration: none;
  display: inline-block;
  margin-top: -4px;
  vertical-align: middle;
}
._has-datepicker ~ .ui-datepicker-trigger:focus,
._has-datepicker ~ .ui-datepicker-trigger:active {
  background: none;
  border: none;
}
._has-datepicker ~ .ui-datepicker-trigger:hover {
  background: none;
  border: none;
}
._has-datepicker ~ .ui-datepicker-trigger.disabled,
._has-datepicker ~ .ui-datepicker-trigger[disabled],
fieldset[disabled] ._has-datepicker ~ .ui-datepicker-trigger {
  pointer-events: none;
  opacity: 0.5;
}
._has-datepicker ~ .ui-datepicker-trigger > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
._has-datepicker ~ .ui-datepicker-trigger:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 23px;
  line-height: 23px;
  color: #7d7d7d;
  content: '\e612';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
._has-datepicker ~ .ui-datepicker-trigger:focus {
  box-shadow: none;
  outline: 0;
}
.sidebar .fieldset {
  margin: 0;
}
.sidebar .fieldset > .field:not(.choice):not(:last-child),
.sidebar .fieldset .fields > .field:not(:last-child) {
  margin: 0 0 20px;
}
.sidebar .fieldset > .field:not(.choice) .label,
.sidebar .fieldset .fields > .field .label {
  margin: 0 0 4px;
  padding: 0 0 5px;
  text-align: left;
  width: 100%;
}
.sidebar .fieldset > .field:not(.choice) .control,
.sidebar .fieldset .fields > .field .control {
  width: 100%;
}
@font-face {
  font-family: 'luma-icons';
  src: url('../../frontend/InverseParadox/BlueRidgeKnives/en_US/fonts/Luma-Icons.woff2') format('woff2'), url('../../frontend/InverseParadox/BlueRidgeKnives/en_US/fonts/Luma-Icons.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
button,
a.action.primary,
a.amshopby-button,
a.am-filter-go {
  border-radius: 3px;
}
button:not(.primary) {
  box-shadow: none;
}
button:not(.primary):active {
  box-shadow: inset 0 1px 0 0 rgba(204, 204, 204, 0.8), inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
}
body:not(._keyfocus) button:focus {
  box-shadow: none;
}
a.action.primary,
a.amshopby-button,
a.am-filter-go {
  display: inline-block;
  text-decoration: none;
}
a.action.primary:hover,
a.action.primary:active,
a.action.primary:focus,
a.amshopby-button:hover,
a.amshopby-button:active,
a.amshopby-button:focus,
a.am-filter-go:hover,
a.am-filter-go:active,
a.am-filter-go:focus {
  text-decoration: none;
}
.action.primary,
.action-primary,
.amshopby-button,
.am-filter-go {
  background-image: none;
  background: #1979c3;
  border: 1px solid #1979c3;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 600;
  padding: 7px 15px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
}
.action.primary:focus,
.action-primary:focus,
.action.primary:active,
.action-primary:active,
.amshopby-button:focus,
.amshopby-button:active,
.am-filter-go:focus,
.am-filter-go:active {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #fff;
}
.action.primary:hover,
.action-primary:hover,
.amshopby-button:hover,
.am-filter-go:hover {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #fff;
}
.action.primary.disabled,
.action-primary.disabled,
.action.primary[disabled],
.action-primary[disabled],
fieldset[disabled] .action.primary,
fieldset[disabled] .action-primary,
.amshopby-button.disabled,
.amshopby-button[disabled],
fieldset[disabled] .amshopby-button,
.am-filter-go.disabled,
.am-filter-go[disabled],
fieldset[disabled] .am-filter-go {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.product.data.items {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
  margin-left: -15px;
  margin-right: -15px;
}
.product.data.items > .item.title {
  box-sizing: border-box;
  float: none;
  width: 100%;
}
.product.data.items > .item.title > .switch {
  display: block;
}
.product.data.items > .item.content {
  box-sizing: border-box;
  display: block;
  float: none;
  margin: 0;
}
.product.data.items > .item.content:before,
.product.data.items > .item.content:after {
  content: '';
  display: table;
}
.product.data.items > .item.content:after {
  clear: both;
}
.product.data.items > .item.content.active {
  display: block;
}
.product.data.items > .item.title {
  margin: 0;
}
.product.data.items > .item.title > .switch {
  border-top: 1px solid #ccc;
  height: 40px;
  padding: 1px 10px 1px 10px;
  font-weight: 600;
  line-height: 40px;
  font-size: 1.4rem;
  color: #333;
  text-decoration: none;
}
.product.data.items > .item.title > .switch:visited {
  color: #6d6d6d;
  text-decoration: none;
}
.product.data.items > .item.title > .switch:hover {
  color: #333;
  text-decoration: none;
}
.product.data.items > .item.title > .switch:active {
  color: #333;
  text-decoration: none;
}
.product.data.items > .item.title:not(.disabled) > .switch:active,
.product.data.items > .item.title.active > .switch,
.product.data.items > .item.title.active > .switch:focus,
.product.data.items > .item.title.active > .switch:hover {
  color: #333;
  text-decoration: none;
  padding-bottom: 1px;
}
.product.data.items > .item.content {
  background: #ffffff;
  margin: 0;
  padding: 10px 10px 30px;
}
.product.data.items .item.title a {
  position: relative;
  text-decoration: none;
}
.product.data.items .item.title a:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: inherit;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.product.data.items .item.title a:after {
  position: absolute;
  right: 10px;
  top: 1px;
}
.product.data.items .item.title.active a:after {
  content: '\e621';
}
.product.data.items .value p:last-child {
  margin-bottom: 0;
}
.product.data.items .table-wrapper {
  margin: 0;
}
.pages > .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.pages .items {
  font-size: 0;
  letter-spacing: -1px;
  line-height: 0;
  white-space: nowrap;
  margin: 0;
  padding: 0;
  list-style: none none;
  display: inline-block;
  font-weight: 400;
}
.pages .item {
  font-size: 1.2rem;
  line-height: 3rem;
  letter-spacing: normal;
  margin: 0 8px 0 0;
  display: inline-block;
}
.pages .item .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.pages a.page {
  color: #006bb4;
  display: inline-block;
  padding: 0 5px;
  text-decoration: none;
}
.pages a.page:visited {
  color: #006bb4;
}
.pages a.page:hover {
  color: #006bb4;
  text-decoration: none;
}
.pages a.page:active {
  color: #02283E;
}
.pages strong.page {
  background: #e5e5e5;
  font-size: 1.2rem;
  line-height: 3rem;
  letter-spacing: normal;
  color: #333;
  display: inline-block;
  font-weight: 700;
  padding: 0 5px;
}
.pages .action {
  background: #f0f0f0;
  border: 1px solid #ccc;
  color: #7d7d7d;
  display: inline-block;
  padding: 0;
  text-decoration: none;
}
.pages .action:visited {
  color: #7d7d7d;
}
.pages .action:hover {
  background: #dedede;
  color: #7d7d7d;
  text-decoration: none;
}
.pages .action:active {
  color: #7d7d7d;
}
.pages .action.next {
  display: inline-block;
  text-decoration: none;
}
.pages .action.next:visited:before {
  color: #7d7d7d;
}
.pages .action.next:active:before {
  color: #7d7d7d;
}
.pages .action.next > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.pages .action.next:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: inherit;
  color: #7d7d7d;
  content: '\e608';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.pages .action.next:hover:before {
  color: #7d7d7d;
}
.pages .action.next:active:before {
  color: #7d7d7d;
}
.pages .action.previous {
  display: inline-block;
  text-decoration: none;
}
.pages .action.previous:visited:before {
  color: #7d7d7d;
}
.pages .action.previous:active:before {
  color: #7d7d7d;
}
.pages .action.previous > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.pages .action.previous:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: inherit;
  color: #7d7d7d;
  content: '\e617';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.pages .action.previous:hover:before {
  color: #7d7d7d;
}
.pages .action.previous:active:before {
  color: #7d7d7d;
}
.pages .action {
  box-shadow: inset 0 1px 0 0 #fff, inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
  border-radius: 3px;
  padding: 0 8px;
}
.pages .action.previous {
  margin-right: 8px;
}
.pages .action.next {
  margin-left: 8px;
}
.actions-toolbar > .primary,
.actions-toolbar > .secondary {
  margin-bottom: 10px;
  text-align: center;
}
.actions-toolbar > .primary .action,
.actions-toolbar > .secondary .action {
  margin-bottom: 10px;
}
.actions-toolbar > .primary .action:last-child,
.actions-toolbar > .secondary .action:last-child {
  margin-bottom: 0;
}
.actions-toolbar > .primary:last-child,
.actions-toolbar > .secondary:last-child {
  margin-bottom: 0;
}
.actions-toolbar > .secondary .action.back {
  display: none;
}
.breadcrumbs {
  margin: 0 0 15px;
  min-height: 24px;
}
.breadcrumbs .items {
  font-size: 1.2rem;
  color: #707070;
  margin: 0;
  padding: 0;
  list-style: none none;
}
.breadcrumbs .items > li {
  display: inline-block;
  vertical-align: top;
}
.breadcrumbs .item {
  margin: 0;
}
.breadcrumbs a {
  color: #006bb4;
  text-decoration: none;
}
.breadcrumbs a:visited {
  color: #006bb4;
  text-decoration: none;
}
.breadcrumbs a:hover {
  color: #006bb4;
  text-decoration: underline;
}
.breadcrumbs a:active {
  color: #006bb4;
  text-decoration: none;
}
.breadcrumbs strong {
  font-weight: 400;
}
.breadcrumbs .item:not(:last-child) {
  display: inline-block;
  text-decoration: none;
}
.breadcrumbs .item:not(:last-child):after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  line-height: 18px;
  content: '\e608';
  font-family: 'luma-icons';
  margin: 0 10px;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.ui-dialog.popup .action.close {
  position: absolute;
  height: 40px;
  right: 0;
  top: 0;
  width: 40px;
  z-index: 1001;
  display: inline-block;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
}
.ui-dialog.popup .action.close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.ui-dialog.popup .action.close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 16px;
  color: #8c8c8c;
  content: '\e616';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.ui-dialog.popup .action.close:hover:before {
  color: #737373;
}
.ui-dialog.popup .action.close:active:before {
  color: #737373;
}
.ui-dialog.popup .action.close:focus,
.ui-dialog.popup .action.close:active {
  background: none;
  border: none;
}
.ui-dialog.popup .action.close:hover {
  background: none;
  border: none;
}
.ui-dialog.popup .action.close.disabled,
.ui-dialog.popup .action.close[disabled],
fieldset[disabled] .ui-dialog.popup .action.close {
  pointer-events: none;
  opacity: 0.5;
}
.popup .actions-toolbar .action.cancel {
  font-weight: 400;
}
.popup-pointer {
  margin-left: -14px;
  position: absolute;
  top: -14px;
}
.popup-pointer:before,
.popup-pointer:after {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-bottom-style: solid;
}
.popup-pointer:before {
  left: 2px;
  top: 2px;
  border: solid 6px;
  border-color: transparent transparent #fff transparent;
  z-index: 99;
}
.popup-pointer:after {
  left: 1px;
  top: 0px;
  border: solid 7px;
  border-color: transparent transparent #aeaeae transparent;
  z-index: 98;
}
.price-tier_price .price-excluding-tax,
.price-tier_price .price-including-tax {
  display: inline;
}
.price-including-tax,
.price-excluding-tax {
  display: block;
  font-size: 1.8rem;
  line-height: 1;
}
.price-including-tax .price,
.price-excluding-tax .price {
  font-weight: 700;
}
.price-including-tax + .price-excluding-tax,
.weee[data-label] {
  display: block;
  font-size: 1.8rem;
}
.price-including-tax + .price-excluding-tax:before,
.weee[data-label]:before {
  content: attr(data-label) ': ';
  font-size: 1.1rem;
}
.price-including-tax + .price-excluding-tax .price,
.weee[data-label] .price {
  font-size: 1.1rem;
}
.page-wrapper .page-header {
  z-index: 900;
  background-color: #02283E;
  height: max-content;
  position: relative;
}
.page-wrapper .page-header .header.content {
  max-width: 1441px;
  position: unset;
  padding: 0;
}
.page-wrapper .page-header .logo-image-container {
  float: left;
}
.page-wrapper .page-header .elements-header-container {
  height: fit-content;
  float: left;
}
.page-wrapper .page-header .elements-header-container .customer-menu .authorization-link {
  width: 100%;
}
.page-wrapper .page-header .elements-header-container .customer-menu .authorization-link a {
  border-bottom: 1px solid #d1d1d1;
}
.page-wrapper .page-header .elements-header-container .customer-menu .header.links {
  background: none;
}
.page-wrapper .page-header .elements-header-container .panel.header {
  padding-right: 0;
  padding-top: 0;
}
.page-wrapper .page-header .elements-header-container .panel.header .greet.welcome {
  text-transform: uppercase;
  margin-top: 6px;
}
.page-wrapper .page-header .elements-header-container .panel.header .greet.welcome .logged-in {
  font-size: 1.3rem;
}
.page-wrapper .page-header .elements-header-container .panel.header .customer-menu .header.links {
  height: max-content;
  width: max-content;
  background: none;
  padding-right: 0;
  padding-left: 0;
  display: block;
}
.page-wrapper .page-header .elements-header-container .panel.header .customer-menu .authorization-link {
  width: 100%;
  margin-left: 0 !important;
}
.page-wrapper .page-header .elements-header-container .panel.header .customer-menu a {
  margin-top: 0;
}
.page-wrapper .page-header .elements-header-container .panel.header .customer-welcome button {
  margin-top: 7px;
  min-width: 75px;
}
.page-wrapper .page-header .elements-header-container .panel.header .customer-welcome .action.switch > span {
  font-size: 1.3rem;
  margin: 0px;
  position: relative;
}
.page-wrapper .page-header .elements-header-container .panel.header .become-dealer {
  margin-top: 5px;
  display: inline-block;
  white-space: nowrap;
}
.page-wrapper .page-header .elements-header-container .panel.header .become-dealer a {
  font-size: 1.3rem;
  text-decoration: underline !important;
}
.page-wrapper .page-header .elements-header-container .header.links {
  text-align: center;
  height: 32px;
  right: 0;
}
.page-wrapper .page-header .elements-header-container .nav-sections {
  background: #02283E;
  margin-bottom: 0;
}
.page-wrapper .page-header .panel.wrapper {
  background-color: unset;
  position: absolute;
  max-width: 1010px;
  border-bottom: 0;
  right: 0;
  top: 0;
}
.page-wrapper .page-header .section-item-content .navigation {
  z-index: 301;
  background: #02283E;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.page-wrapper .page-header .section-item-content .navigation .level0 > .level-top {
  font-weight: 400;
  color: #fff !important;
  text-transform: uppercase;
  padding-bottom: 7px;
  padding-top: 8px;
}
.page-wrapper .page-header .section-item-content .navigation .level0 > .level-top:active,
.page-wrapper .page-header .section-item-content .navigation .level0 > .level-top:focus,
.page-wrapper .page-header .section-item-content .navigation .level0 > .level-top:hover {
  color: #fff;
}
.page-wrapper .page-header .section-item-content .navigation .navigation-tree {
  width: 100%;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.page-wrapper .page-header .section-item-content .navigation .navigation-tree li a {
  font-size: 1.6rem;
  display: block;
}
.page-wrapper .page-header .bottom-header {
  background: #006BA4;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  align-items: center;
  justify-content: center;
  height: 80px;
}
.page-wrapper .page-header .bottom-header .block-search .action.search:before {
  color: #000;
}
.page-wrapper .page-header .bottom-header .link.wishlist {
  margin: 0;
  padding: 0;
  list-style: none none;
  margin-left: 3px;
}
.page-wrapper .page-header .bottom-header .link.wishlist a,
.page-wrapper .page-header .bottom-header .link.wishlist .counter.qty {
  color: #fff;
}
.page-wrapper .page-header .bottom-header .main-header-elements {
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  max-width: 1360px;
  width: 100%;
}
.page-wrapper .page-header .authorization-link {
  width: max-content;
  text-transform: uppercase;
}
.page-wrapper .page-header .authorization-link a {
  font-size: 1.3rem;
  text-decoration: underline !important;
}
.page-wrapper .page-header .authorization-link:after {
  text-transform: lowercase;
}
.customer-account-login .elements-header-container .panel.header .become-dealer {
  margin-left: 96px;
}
.page-layout-checkout .page-wrapper .page-header .header.content {
  padding: 30px 20px 0;
}
.page-footer .ft-main .ft-news-announcements,
.page-footer .ft-main .shop-information-section,
.page-footer .ft-main .resources-information {
  display: none;
}
.page-wrapper .page-header .elements-header-container .sections.nav-sections {
  display: none;
}
.page-wrapper .page-header .bottom-header {
  display: none;
}
.panel.header .header.links .greet.welcome {
  display: none;
}
.top-banner-collection {
  width: 100%;
}
.top-banner-collection .block-static-block {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  align-items: center;
  justify-content: center;
}
.top-banner-collection .banner {
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  color: #fff;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  overflow: hidden;
  margin-top: 7px;
}
.top-banner-collection .banner .image-banner-wrapper {
  max-width: 1096px;
  max-height: 388px;
}
.top-banner-collection .banner .banner-text {
  position: absolute;
}
.top-banner-collection .banner .banner-content {
  align-items: end;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 48% 0 0 15%;
  width: 100%;
}
.top-banner-collection .banner .banner-content h1 {
  font-family: 'Gotham', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 900;
  font-size: 6.6rem;
  color: #F09D00;
}
.top-banner-collection .banner .banner-content h2 {
  font-family: 'Gotham', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 400;
}
.top-banner-collection .banner .banner-content h3 {
  font-weight: 700;
  text-align: inherit;
  color: #F3ECDA;
}
.top-banner-collection .banner .banner-content a {
  margin-top: 32px;
  font-weight: 700;
}
.top-banner-collection .banner .banner-content a:active,
.top-banner-collection .banner .banner-content a:focus,
.top-banner-collection .banner .banner-content a:hover {
  text-decoration: none;
}
.top-banner-collection .banner .banner-content a:after {
  font-weight: 700;
  margin-left: 5px;
}
.top-banner-collection .banner .banner-content a:hover {
  background: #d3aa06;
}
.top-banner-collection h1 {
  text-shadow: none;
}
.top-banner-collection h2 {
  font-family: 'Gotham Light', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  text-shadow: none;
}
.top-banner-collection h3 {
  font-weight: 400;
  text-align: inherit;
  text-shadow: none;
}
.top-banner-collection a {
  width: max-content;
  padding: 7px;
}
.category-banner-section .category-banner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-justify-content: flex-end;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
}
.category-banner-section .category-banner img {
  object-fit: cover;
  height: 100%;
  min-height: 100px;
}
.category-banner-section .category-banner .category-banner-content {
  position: absolute;
  min-height: 100px;
  max-height: 379px;
}
.category-banner-section .block-static-block {
  height: 100%;
}
.category-banner-section .category-banner-content {
  color: #fff;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  align-items: center;
  justify-content: center;
}
.category-banner-section .category-banner-content a {
  transition: 0.2s;
  width: max-content;
  margin-top: 18px;
  cursor: pointer;
  display: block;
  display: inline-block;
  text-decoration: none;
}
.category-banner-section .category-banner-content a:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: inherit;
  color: #02283E;
  content: '\e608';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.category-banner-section .category-banner-content a:after {
  font-weight: 700;
}
.category-banner-section .category-banner-content a:hover {
  background: #d3aa06;
}
.category-banner-section .category-banner-content .category-banner-title {
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0;
}
.category-banner-section .category-banner-content p {
  margin: 10px 0 10px;
}
.cms-home .relevant-container {
  background: #E6E6E6;
  position: relative;
}
.cms-home .relevant-container .swiper-container {
  max-width: 1410px;
  position: static;
}
.cms-home .relevant-container .swiper-slide .main-info {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: normal;
  -webkit-justify-content: flex-end;
  align-items: normal;
  justify-content: flex-end;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 25px;
  z-index: 500;
  color: #fff;
  position: absolute;
  height: 100%;
}
.cms-home .relevant-container .swiper-slide .link-products {
  margin-bottom: 25px;
}
.cms-home .relevant-container .swiper-slide .link-products a {
  font-weight: 700;
  color: #FFCB01;
  text-transform: uppercase;
  display: inline-block;
  text-decoration: none;
}
.cms-home .relevant-container .swiper-slide .link-products a:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: inherit;
  color: #FFCB01;
  content: '\e608';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.cms-home .relevant-container .swiper-slide .link-products a:hover {
  text-decoration: underline;
}
.cms-home .relevant-container .swiper-slide h1 {
  font-weight: 600;
  margin-bottom: 20px;
  font-size: 2.7rem;
  text-transform: uppercase;
  width: 80%;
}
.cms-home .relevant-container .relevant-title h1 {
  text-align: center;
}
.cms-home .relevant-container .sub-title p {
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  max-width: 96%;
}
.cms-home .gradient {
  background: url('../../frontend/InverseParadox/BlueRidgeKnives/en_US/images/background-gradient.svg') 100% 100% no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  width: 100%;
  z-index: 100;
  position: absolute;
  opacity: 0.8;
  height: 100%;
  left: 0;
  top: 0;
}
.cms-home .featured-categories {
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.cms-home .featured-categories .menu-features-wrapper {
  border-left: 0;
}
.cms-home .featured-categories .popular-searches-list {
  border-bottom: 0;
}
.sales-block-content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  position: relative;
}
.sales-block-content .category-sale-left {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-justify-content: normal;
  align-items: center;
  justify-content: normal;
}
.sales-block-content .category-sale-right {
  -webkit-align-items: start;
  -webkit-justify-content: center;
  align-items: start;
  justify-content: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin-left: 4%;
}
.sales-block-content .category-sale-right a {
  text-transform: uppercase;
  transition: 0.3s;
  display: inline-block;
  text-decoration: none;
}
.sales-block-content .category-sale-right a:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: inherit;
  color: #fff;
  content: '\e608';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.sales-block-content .category-sale-right a:after {
  font-weight: 700;
  margin-left: 12px;
}
.sales-block-content .category-sale-right a:hover {
  background: rgba(0, 24, 37, 0.5);
}
.sales-block-content .category-sale-right h1 {
  font-weight: 700;
  margin-bottom: 5px;
  color: #02283E;
  text-transform: uppercase;
}
.sales-block-content .category-sale-right h2 {
  margin-top: 0;
}
.sales-block-content .category-sale-right p {
  color: #A1A1A1;
  margin-bottom: 25px;
}
body._has-modal {
  height: 100%;
  overflow: hidden;
  width: 100%;
}
.modals-overlay {
  z-index: 899;
}
.modal-slide,
.modal-popup {
  bottom: 0;
  left: 0;
  min-width: 0;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0s 0.3s, opacity 0.3s ease;
  transition: visibility 0s 0.3s, opacity 0.3s ease;
}
.modal-slide._show,
.modal-popup._show {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.modal-slide._show .modal-inner-wrap,
.modal-popup._show .modal-inner-wrap {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-slide .modal-inner-wrap,
.modal-popup .modal-inner-wrap {
  background-color: #fff;
  box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.35);
  opacity: 1;
  pointer-events: auto;
}
.modal-slide {
  left: 44px;
  z-index: 900;
}
.modal-slide._show .modal-inner-wrap {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.modal-slide .modal-inner-wrap {
  height: 100%;
  overflow-y: auto;
  position: static;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  width: auto;
}
.modal-slide._inner-scroll .modal-inner-wrap {
  overflow-y: visible;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.modal-slide._inner-scroll .modal-header,
.modal-slide._inner-scroll .modal-footer {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.modal-slide._inner-scroll .modal-content {
  overflow-y: auto;
}
.modal-slide._inner-scroll .modal-footer {
  margin-top: auto;
}
.modal-slide .modal-header,
.modal-slide .modal-content,
.modal-slide .modal-footer {
  padding: 0 2.6rem 2.6rem;
}
.modal-slide .modal-header {
  padding-bottom: 2.1rem;
  padding-top: 2.1rem;
}
.modal-popup {
  z-index: 900;
  left: 0;
  overflow-y: auto;
}
.modal-popup.confirm .modal-inner-wrap {
  max-width: 50rem;
}
.modal-popup._show .modal-inner-wrap {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.modal-popup .modal-inner-wrap {
  margin: 5rem auto;
  width: 75%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  box-sizing: border-box;
  height: auto;
  left: 0;
  position: absolute;
  right: 0;
  -webkit-transform: translateY(-200%);
  transform: translateY(-200%);
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
}
.modal-popup._inner-scroll {
  overflow-y: visible;
}
.ie11 .modal-popup._inner-scroll {
  overflow-y: auto;
}
.modal-popup._inner-scroll .modal-inner-wrap {
  max-height: 90%;
}
.ie11 .modal-popup._inner-scroll .modal-inner-wrap {
  max-height: none;
}
.modal-popup._inner-scroll .modal-content {
  overflow-y: auto;
}
.modal-popup .modal-header,
.modal-popup .modal-content,
.modal-popup .modal-footer {
  padding-left: 3rem;
  padding-right: 3rem;
}
.modal-popup .modal-header,
.modal-popup .modal-footer {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.modal-popup .modal-header {
  padding-bottom: 1.2rem;
  padding-top: 3rem;
}
.modal-popup .modal-footer {
  margin-top: auto;
  padding-bottom: 3rem;
  padding-top: 3rem;
}
.modal-popup .modal-footer-actions {
  text-align: right;
}
.modal-custom .action-close,
.modal-popup .action-close,
.modal-slide .action-close {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-shadow: none;
  font-weight: 400;
  display: inline-block;
  text-decoration: none;
  position: absolute;
  right: 0;
  top: 0;
}
.modal-custom .action-close:focus,
.modal-popup .action-close:focus,
.modal-slide .action-close:focus,
.modal-custom .action-close:active,
.modal-popup .action-close:active,
.modal-slide .action-close:active {
  background: none;
  border: none;
}
.modal-custom .action-close:hover,
.modal-popup .action-close:hover,
.modal-slide .action-close:hover {
  background: none;
  border: none;
}
.modal-custom .action-close.disabled,
.modal-popup .action-close.disabled,
.modal-slide .action-close.disabled,
.modal-custom .action-close[disabled],
.modal-popup .action-close[disabled],
.modal-slide .action-close[disabled],
fieldset[disabled] .modal-custom .action-close,
fieldset[disabled] .modal-popup .action-close,
fieldset[disabled] .modal-slide .action-close {
  pointer-events: none;
  opacity: 0.5;
}
.modal-custom .action-close > span,
.modal-popup .action-close > span,
.modal-slide .action-close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.modal-custom .action-close:before,
.modal-popup .action-close:before,
.modal-slide .action-close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: 14px;
  color: #757575;
  content: '\e616';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.modal-custom .action-close:hover:before,
.modal-popup .action-close:hover:before,
.modal-slide .action-close:hover:before {
  color: inherit;
}
.modal-custom .action-close:active:before,
.modal-popup .action-close:active:before,
.modal-slide .action-close:active:before {
  color: inherit;
}
.modal-custom .action-close:hover:before,
.modal-popup .action-close:hover:before,
.modal-slide .action-close:hover:before {
  color: #1a1a1a;
}
.modal-custom .action-close {
  margin: 15px;
}
.modal-popup {
  pointer-events: none;
}
.modal-popup .modal-title {
  border-bottom: 1px solid #c1c1c1;
  font-weight: 300;
  padding-bottom: 10px;
  font-size: 26px;
  margin-bottom: 0;
  min-height: 1em;
  word-wrap: break-word;
}
.modal-popup .action-close {
  padding: 20px;
}
.modal-slide .action-close {
  margin: 15px;
  padding: 0;
}
.modal-slide .page-main-actions {
  margin-bottom: -12.9rem;
  margin-top: 2.1rem;
}
.modals-overlay {
  background-color: rgba(51, 51, 51, 0.55);
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
}
body._has-modal-custom .modal-custom-overlay {
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 899;
}
.slick-slider {
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-touch-action: pan-y;
  -ms-user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  box-sizing: border-box;
  display: block;
  position: relative;
  touch-action: pan-y;
  user-select: none;
}
.slick-list {
  display: block;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-track {
  display: block;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 0;
}
.slick-track:before,
.slick-track:after {
  content: '';
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  border: 1px solid transparent;
  display: block;
  height: auto;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-prev {
  left: 2rem;
}
.slick-prev:before {
  content: '\f103';
  padding-right: 5px;
}
.slick-next {
  right: 2rem;
}
.slick-next:before {
  content: '\f102';
  padding-left: 5px;
}
.slick-prev,
.slick-next {
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  background: rgba(252, 252, 252, 0.6);
  border: none;
  border-radius: 0;
  color: transparent;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 60px;
  line-height: 0;
  outline: none;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 60px;
  z-index: 101;
}
.slick-prev.slick-disabled,
.slick-next.slick-disabled {
  opacity: 0.2;
}
.slick-prev:hover,
.slick-next:hover {
  background: #fcfcfc;
  border: none;
}
.slick-prev:hover.slick-disabled,
.slick-next:hover.slick-disabled {
  opacity: 0.2;
}
.slick-prev:hover:before,
.slick-next:hover:before {
  color: #494949;
}
.slick-prev:before,
.slick-next:before,
.slick-prev:after,
.slick-next:after {
  color: #555;
  font-size: 38px;
  opacity: 1;
}
.slick-prev:active,
.slick-next:active,
.slick-prev:focus,
.slick-next:focus,
.slick-prev:not(.primary),
.slick-next:not(.primary) {
  border: none;
  box-shadow: none;
}
.slick-prev:active:active,
.slick-next:active:active,
.slick-prev:focus:active,
.slick-next:focus:active,
.slick-prev:not(.primary):active,
.slick-next:not(.primary):active {
  box-shadow: none;
}
.slick-dots {
  font-size: 1.4rem;
  line-height: normal;
  letter-spacing: normal;
  display: block;
  list-style: none;
  margin: 0;
  padding: 15px 0;
  text-align: center;
  width: 100%;
}
.slick-dots li {
  cursor: pointer;
  display: inline-block;
  height: 14px;
  margin: 0 5px;
  padding: 0;
  position: relative;
  vertical-align: middle;
  width: 14px;
}
.slick-dots li button {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 10px;
  box-shadow: none;
  cursor: pointer;
  display: block;
  height: 14px;
  padding: 0;
  text-indent: -99999px;
  transition: 0.3s;
  width: 14px;
}
.slick-dots li button:hover {
  border: 1px solid #b3b3b3;
}
.slick-dots li button:active,
.slick-dots li button:focus,
.slick-dots li button:not(.primary) {
  box-shadow: none;
}
.slick-dots li.slick-active button {
  background: #1c1918;
}
/* Slider */
.slick-loading .slick-list {
  background: #fff url('../../frontend/InverseParadox/BlueRidgeKnives/en_US/css/ajax-loader.gif') center center no-repeat;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Icons */
}
@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  src: url('../../frontend/InverseParadox/BlueRidgeKnives/en_US/css/fonts/slick.eot');
  src: url('../../frontend/InverseParadox/BlueRidgeKnives/en_US/css/fonts/slick.eot?#iefix') format('embedded-opentype'), url('../../frontend/InverseParadox/BlueRidgeKnives/en_US/css/fonts/slick.woff') format('woff'), url('../../frontend/InverseParadox/BlueRidgeKnives/en_US/css/fonts/slick.ttf') format('truetype'), url('../../frontend/InverseParadox/BlueRidgeKnives/en_US/css/fonts/slick.svg#slick') format('svg');
}
.slick-prev {
  left: 85px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
  color: black;
  padding: 0;
  line-height: 0;
}
[dir="rtl"] .slick-prev:before {
  content: "→";
}
.slick-next {
  right: 85px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
  color: black;
  padding: 0;
  line-height: 0;
}
[dir="rtl"] .slick-next:before {
  content: "←";
}
/* Dots */
.slick-dotted .slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: 43px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 0 15px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: white;
  display: block;
  width: 8px;
  height: 8px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 4px;
  cursor: pointer;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button {
  border: 2px solid #393D46;
  border-radius: 50%;
  background: #fff;
  padding: 3px;
}
.slick-dots li.slick-active button:before {
  opacity: 0.75;
}
.slick-next {
  display: inline-block;
}
.slick-next:before {
  background-image: url("../../frontend/InverseParadox/BlueRidgeKnives/en_US//images/slider-icons/next.svg");
  background-position-x: 0;
  background-position-y: 0;
  line-height: 11px;
  vertical-align: middle;
  height: 11px;
  width: 12px;
  background-repeat: no-repeat;
  content: '';
  display: inline-block;
}
.slick-prev {
  display: inline-block;
}
.slick-prev:before {
  background-image: url("../../frontend/InverseParadox/BlueRidgeKnives/en_US//images/slider-icons/prev.svg");
  background-position-x: 0;
  background-position-y: 0;
  line-height: 11px;
  vertical-align: middle;
  height: 11px;
  width: 12px;
  background-repeat: no-repeat;
  content: '';
  display: inline-block;
}
/**
     * @codingStandardsIgnoreStart
     */
#store-pickup.selected-shipping ~ #store-selector {
  display: none;
}
#store-pickup.selected-store-pickup ~ #shipping,
#store-pickup.selected-store-pickup ~ #opc-shipping_method {
  visibility: hidden;
  height: 0;
  overflow: hidden;
}
#delivery-method-selector {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#delivery-method-selector .action {
  line-height: 2.2rem;
  padding: 14px 17px;
  font-size: 1.8rem;
}
#delivery-method-selector .action.selected {
  background: #fff;
}
#delivery-method-selector .action-select-shipping {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
#delivery-method-selector .action-select-store-pickup {
  border-bottom-left-radius: 0;
  border-left: 0;
  border-top-left-radius: 0;
}
/**
      * @codingStandardsIgnoreStart
      */
#store-selector .form-login {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
#store-selector .form-continue {
  margin: 20px 0 0;
}
.location-details .location-name {
  font-size: 18px;
  font-weight: 700;
}
.store-selector-popup .modal-title {
  border-bottom: 0;
}
.store-selector-popup .modal-header {
  padding-bottom: 0;
}
/**
      * @codingStandardsIgnoreStart
      */
#opc-store-selector-popup {
  display: none;
}
#opc-store-selector-popup .block-search {
  float: none;
  width: 100%;
  margin: 0 0 20px;
  padding: 0 0 10px;
  border-bottom: 1px solid #c1c1c1;
}
.modal-content #opc-store-selector-popup {
  display: block;
}
.store-selector-popup-table thead th {
  display: none;
}
.store-selector-popup-table tbody .location .location-name {
  font-size: 18px;
}
.store-selector-popup-table tbody .location + .location {
  border-top: 1px solid #ccc;
}
.store-selector-popup-table tbody .col-location-details {
  padding-left: 0;
}
.store-selector-popup-table tbody .col-location-details p:last-child {
  margin-bottom: 0;
}
.store-selector-popup-table tbody .col-location-actions {
  padding-right: 0;
  vertical-align: middle;
}
.store-selector-popup-table tbody .col-location-actions .action {
  float: right;
}
.store-selector-popup-empty-query,
.store-selector-popup-no-locations {
  margin: 0 0 20px;
}
/**
 * Copyright 2014 Adobe
 * All Rights Reserved.
 */
.lac-notification-sticky {
  position: relative;
  z-index: 999;
}
.lac-notification-sticky .lac-notification {
  background-color: #373330;
  color: #fff;
  font-size: 16px;
}
.lac-notification-sticky .lac-notification .lac-notification-icon {
  float: left;
  margin: 10px 25px 10px 10px;
}
.lac-notification-sticky .lac-notification .lac-notification-icon .logo-img {
  display: block;
}
.lac-notification-sticky .lac-notification .lac-notification-text {
  float: left;
  padding: 15px 0;
}
.lac-notification-sticky .lac-notification .lac-notification-links {
  float: right;
  padding: 15px 0;
}
.lac-notification-sticky .lac-notification .lac-notification-links a {
  color: #fff;
  font-size: 14px;
}
.lac-notification-sticky .lac-notification .lac-notification-links .lac-notification-close-link:after {
  background: url('../../frontend/InverseParadox/BlueRidgeKnives/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/InverseParadox/BlueRidgeKnives/en_US/Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.eot');
  src: url('../../frontend/InverseParadox/BlueRidgeKnives/en_US/Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.eot?#iefix') format('embedded-opentype'), url('../../frontend/InverseParadox/BlueRidgeKnives/en_US/Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.woff') format('woff'), url('../../frontend/InverseParadox/BlueRidgeKnives/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,
.slick-prev:before,
.slick-next:before,
.slick-prev:after,
.slick-next:after {
  -webkit-font-smoothing: antialiased;
  font-family: 'pagebuilder-font';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
}
[class^='pagebuilder-icon-']:before,
[class*=' pagebuilder-icon-']:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-family: 'pagebuilder-font';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
  text-decoration: inherit;
  text-rendering: auto;
  text-transform: none;
  vertical-align: middle;
}
.pagebuilder-icon-down:before {
  content: '\f101';
}
.pagebuilder-icon-next:before {
  content: '\f102';
}
.pagebuilder-icon-prev:before {
  content: '\f103';
}
.pagebuilder-icon-up:before {
  content: '\f104';
}
.product-full-width-section {
  padding: 0.5em 0;
}
.product-full-width-section .block.review-add {
  margin-top: 2.7rem;
}
.page-layout-product-full-width .block.related {
  margin-top: 2.7rem;
}
.page-main-details .product-section-title {
  border-bottom: 1px solid #c6c6c6;
  margin-bottom: 15px;
  padding-bottom: 12px;
}
.additional-attributes-wrapper .additional-attributes {
  border: none;
  width: auto;
}
.additional-attributes-wrapper .additional-attributes > tbody > tr > th {
  border: none;
  padding: 5.5px 30px 10px 0;
}
.additional-attributes-wrapper .additional-attributes > tbody > tr > td {
  border: none;
  padding: 5.5px 5px 10px;
}
.cms-index-index.page-layout-cms-full-width .nav-sections {
  margin-bottom: 0;
}
.slick-slider {
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-touch-action: pan-y;
  -ms-user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  box-sizing: border-box;
  display: block;
  position: relative;
  touch-action: pan-y;
  user-select: none;
}
.slick-list {
  display: block;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-track {
  display: block;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 0;
}
.slick-track:before,
.slick-track:after {
  content: '';
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  border: 1px solid transparent;
  display: block;
  height: auto;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-prev {
  left: 2rem;
}
.slick-prev:before {
  content: '\f103';
  padding-right: 5px;
}
.slick-next {
  right: 2rem;
}
.slick-next:before {
  content: '\f102';
  padding-left: 5px;
}
.slick-prev,
.slick-next {
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  background: rgba(252, 252, 252, 0.6);
  border: none;
  border-radius: 0;
  color: transparent;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 60px;
  line-height: 0;
  outline: none;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 60px;
  z-index: 101;
}
.slick-prev.slick-disabled,
.slick-next.slick-disabled {
  opacity: 0.2;
}
.slick-prev:hover,
.slick-next:hover {
  background: #fcfcfc;
  border: none;
}
.slick-prev:hover.slick-disabled,
.slick-next:hover.slick-disabled {
  opacity: 0.2;
}
.slick-prev:hover:before,
.slick-next:hover:before {
  color: #494949;
}
.slick-prev:before,
.slick-next:before,
.slick-prev:after,
.slick-next:after {
  color: #555;
  font-size: 38px;
  opacity: 1;
}
.slick-prev:active,
.slick-next:active,
.slick-prev:focus,
.slick-next:focus,
.slick-prev:not(.primary),
.slick-next:not(.primary) {
  background: rgba(252, 252, 252, 0.7);
  border: none;
  box-shadow: none;
}
.slick-prev:active:active,
.slick-next:active:active,
.slick-prev:focus:active,
.slick-next:focus:active,
.slick-prev:not(.primary):active,
.slick-next:not(.primary):active {
  box-shadow: none;
}
.slick-dots {
  font-size: 1.4rem;
  line-height: normal;
  letter-spacing: normal;
  display: block;
  list-style: none;
  margin: 0;
  padding: 15px 0;
  text-align: center;
  width: 100%;
}
.slick-dots li {
  cursor: pointer;
  display: inline-block;
  height: 14px;
  margin: 0 5px;
  padding: 0;
  position: relative;
  vertical-align: middle;
  width: 14px;
}
.slick-dots li button {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 10px;
  box-shadow: none;
  cursor: pointer;
  display: block;
  height: 14px;
  padding: 0;
  text-indent: -99999px;
  transition: 0.3s;
  width: 14px;
}
.slick-dots li button:hover {
  border: 1px solid #b3b3b3;
}
.slick-dots li button:active,
.slick-dots li button:focus,
.slick-dots li button:not(.primary) {
  box-shadow: none;
}
.slick-dots li.slick-active button {
  background: #1c1918;
}
[data-content-type='banner'] > [data-element='link'],
[data-content-type='banner'] > [data-element='empty_link'] {
  color: inherit;
  text-decoration: inherit;
}
[data-content-type='banner'] > [data-element='link']:hover,
[data-content-type='banner'] > [data-element='empty_link']:hover {
  color: inherit;
  text-decoration: inherit;
}
.pagebuilder-banner-wrapper {
  background-clip: padding-box;
  border-radius: inherit;
  box-sizing: border-box;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.pagebuilder-banner-wrapper .pagebuilder-overlay {
  -moz-transition: background-color 500ms ease;
  -o-transition: background-color 500ms ease;
  -webkit-transition: background-color 500ms ease;
  box-sizing: border-box;
  padding: 30px;
  position: relative;
  transition: background-color 500ms ease;
}
.pagebuilder-banner-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay {
  align-items: center;
  display: flex;
  justify-content: center;
}
.pagebuilder-banner-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
  max-width: 540px;
}
.pagebuilder-banner-wrapper.jarallax .video-overlay {
  z-index: 0;
}
.pagebuilder-banner-wrapper [data-element='content'] {
  min-height: 50px;
  overflow: auto;
}
.pagebuilder-banner-wrapper .pagebuilder-banner-button {
  -moz-transition: opacity 500ms ease;
  -o-transition: opacity 500ms ease;
  -webkit-transition: opacity 500ms ease;
  margin: 20px 0 0 0;
  max-width: 100%;
  text-align: inherit;
  transition: opacity 500ms ease;
  word-break: break-word;
}
.pagebuilder-banner-wrapper .pagebuilder-poster-content {
  width: 100%;
}
[data-appearance='collage-centered'] .pagebuilder-banner-wrapper .pagebuilder-overlay {
  margin-left: auto;
  margin-right: auto;
}
[data-appearance='collage-left'] .pagebuilder-banner-wrapper .pagebuilder-overlay {
  margin-right: auto;
}
[data-appearance='collage-right'] .pagebuilder-banner-wrapper .pagebuilder-overlay {
  margin-left: auto;
}
[data-content-type$='block'] .block p:last-child {
  margin-bottom: 1rem;
  margin-top: 0;
}
[data-content-type='buttons'] {
  max-width: 100%;
}
[data-content-type='button-item'] {
  max-width: 100%;
}
[data-content-type='button-item'] [data-element='link'],
[data-content-type='button-item'] [data-element='empty_link'] {
  max-width: 100%;
  word-wrap: break-word;
}
[data-content-type='button-item'] [data-element='empty_link'] {
  cursor: default;
}
a.pagebuilder-button-link,
button.pagebuilder-button-link,
div.pagebuilder-button-link {
  line-height: 2.2rem;
  font-size: 1.8rem;
  line-height: 1.42857143;
  margin: 0 10px 10px 0;
  padding: 14px 17px;
  color: #006bb4;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  font-weight: 600;
  box-shadow: none;
  box-sizing: border-box;
  display: inline-block;
}
a.pagebuilder-button-link:visited,
button.pagebuilder-button-link:visited,
div.pagebuilder-button-link:visited {
  color: #006bb4;
  text-decoration: none;
}
a.pagebuilder-button-link:hover,
button.pagebuilder-button-link:hover,
div.pagebuilder-button-link:hover {
  color: #006bb4;
  text-decoration: underline;
}
a.pagebuilder-button-link:active,
button.pagebuilder-button-link:active,
div.pagebuilder-button-link:active {
  color: #02283E;
  text-decoration: underline;
}
a.pagebuilder-button-link:hover,
button.pagebuilder-button-link:hover,
div.pagebuilder-button-link:hover,
a.pagebuilder-button-link:active,
button.pagebuilder-button-link:active,
div.pagebuilder-button-link:active,
a.pagebuilder-button-link:focus,
button.pagebuilder-button-link:focus,
div.pagebuilder-button-link:focus {
  background: none;
  border: 0;
}
a.pagebuilder-button-link.disabled,
button.pagebuilder-button-link.disabled,
div.pagebuilder-button-link.disabled,
a.pagebuilder-button-link[disabled],
button.pagebuilder-button-link[disabled],
div.pagebuilder-button-link[disabled],
fieldset[disabled] a.pagebuilder-button-link,
fieldset[disabled] button.pagebuilder-button-link,
fieldset[disabled] div.pagebuilder-button-link {
  color: #006bb4;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
a.pagebuilder-button-primary,
button.pagebuilder-button-primary,
div.pagebuilder-button-primary {
  text-decoration: none;
  background-image: none;
  background: #1979c3;
  border: 1px solid #1979c3;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 600;
  margin: 0 10px 10px 0;
  padding: 7px 15px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
  line-height: 2.2rem;
  padding: 14px 17px;
  font-size: 1.8rem;
  border-radius: 3px;
  box-shadow: none;
}
a.pagebuilder-button-primary:hover,
button.pagebuilder-button-primary:hover,
div.pagebuilder-button-primary:hover,
a.pagebuilder-button-primary:active,
button.pagebuilder-button-primary:active,
div.pagebuilder-button-primary:active,
a.pagebuilder-button-primary:focus,
button.pagebuilder-button-primary:focus,
div.pagebuilder-button-primary:focus {
  text-decoration: none;
}
a.pagebuilder-button-primary:focus,
button.pagebuilder-button-primary:focus,
div.pagebuilder-button-primary:focus,
a.pagebuilder-button-primary:active,
button.pagebuilder-button-primary:active,
div.pagebuilder-button-primary:active {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #fff;
}
a.pagebuilder-button-primary:hover,
button.pagebuilder-button-primary:hover,
div.pagebuilder-button-primary:hover {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #fff;
}
a.pagebuilder-button-primary.disabled,
button.pagebuilder-button-primary.disabled,
div.pagebuilder-button-primary.disabled,
a.pagebuilder-button-primary[disabled],
button.pagebuilder-button-primary[disabled],
div.pagebuilder-button-primary[disabled],
fieldset[disabled] a.pagebuilder-button-primary,
fieldset[disabled] button.pagebuilder-button-primary,
fieldset[disabled] div.pagebuilder-button-primary {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
a.pagebuilder-button-secondary,
button.pagebuilder-button-secondary,
div.pagebuilder-button-secondary {
  text-decoration: none;
  background-image: none;
  background: #eee;
  border: 1px solid #ccc;
  color: #333;
  cursor: pointer;
  display: inline-block;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 600;
  margin: 0 10px 10px 0;
  padding: 7px 15px;
  font-size: 1.4rem;
  line-height: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
  line-height: 2.2rem;
  padding: 14px 17px;
  font-size: 1.8rem;
  border-radius: 3px;
  box-shadow: none;
}
a.pagebuilder-button-secondary:hover,
button.pagebuilder-button-secondary:hover,
div.pagebuilder-button-secondary:hover,
a.pagebuilder-button-secondary:active,
button.pagebuilder-button-secondary:active,
div.pagebuilder-button-secondary:active,
a.pagebuilder-button-secondary:focus,
button.pagebuilder-button-secondary:focus,
div.pagebuilder-button-secondary:focus {
  text-decoration: none;
}
a.pagebuilder-button-secondary:focus,
button.pagebuilder-button-secondary:focus,
div.pagebuilder-button-secondary:focus,
a.pagebuilder-button-secondary:active,
button.pagebuilder-button-secondary:active,
div.pagebuilder-button-secondary:active {
  background: #e2e2e2;
  border: 1px solid #ccc;
  color: #333;
}
a.pagebuilder-button-secondary:hover,
button.pagebuilder-button-secondary:hover,
div.pagebuilder-button-secondary:hover {
  background: #e1e1e1;
  border: 1px solid #ccc;
  color: #333;
}
a.pagebuilder-button-secondary.disabled,
button.pagebuilder-button-secondary.disabled,
div.pagebuilder-button-secondary.disabled,
a.pagebuilder-button-secondary[disabled],
button.pagebuilder-button-secondary[disabled],
div.pagebuilder-button-secondary[disabled],
fieldset[disabled] a.pagebuilder-button-secondary,
fieldset[disabled] button.pagebuilder-button-secondary,
fieldset[disabled] div.pagebuilder-button-secondary {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.pagebuilder-column {
  box-sizing: border-box;
}
[data-content-type='heading'] {
  word-wrap: break-word;
}
[data-content-type='html'] {
  word-wrap: break-word;
}
figure[data-content-type='image'] {
  box-sizing: border-box;
}
figure[data-content-type='image'] > [data-element='link'],
figure[data-content-type='image'] > [data-element='link'] img {
  border-radius: inherit;
}
figure[data-content-type='image'] figcaption {
  word-wrap: break-word;
}
[data-content-type='map'] {
  box-sizing: border-box;
  height: 300px;
}
[data-content-type='row'] li.product-item {
  text-align: left;
}
.pagebuilder-column .widget-product-grid .product-item {
  max-width: 100%;
  min-width: 50px;
}
.pagebuilder-column .widget-product-grid .product-item .price-box {
  word-wrap: break-word;
}
.pagebuilder-column .widget-product-grid .product-item .price-box .price {
  white-space: normal;
}
.pagebuilder-column .widget-product-grid .product-item .product-item-actions .actions-primary {
  display: inline-block;
  max-width: 100%;
}
.pagebuilder-column .widget-product-grid .product-item .product-item-actions .actions-secondary {
  display: inline-block;
  width: auto;
}
.pagebuilder-column .widget-product-grid .product-item .product-item-actions .tocart {
  max-width: 100%;
  white-space: normal;
}
.pagebuilder-column [data-content-type='products'] .block.widget .products-grid .widget-product-grid.product-items .product-item {
  width: 200px;
}
[data-content-type='products'][data-appearance='carousel'] .slick-initialized li.product-item {
  display: block;
}
[data-content-type='products'][data-appearance='carousel'] .slick-initialized li.product-item:first-child {
  visibility: visible;
}
[data-content-type='products'][data-appearance='carousel'] .product-item-info {
  width: auto;
}
[data-content-type='products'][data-appearance='carousel'] li.product-item {
  display: none;
}
[data-content-type='products'][data-appearance='carousel'] li.product-item:first-child {
  display: block;
  visibility: hidden;
}
[data-content-type='products'][data-appearance='carousel'].center-mode .product-item {
  opacity: 0.5;
  transition: all 300ms ease;
}
[data-content-type='products'][data-appearance='carousel'].center-mode .product-item:hover {
  opacity: 1;
}
[data-content-type='products'][data-appearance='carousel'].center-mode .slick-current .product-item {
  opacity: 1;
}
[data-content-type='row'][data-appearance='contained'] {
  box-sizing: border-box;
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 1280px;
}
[data-content-type='row'][data-appearance='contained'] [data-element='inner'] {
  box-sizing: border-box;
}
[data-content-type='row'][data-appearance='full-bleed'] {
  box-sizing: border-box;
}
[data-content-type='row'][data-appearance='full-width'] {
  box-sizing: border-box;
}
[data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  width: 100%;
}
[data-content-type='slide'] {
  box-sizing: border-box;
  line-height: 20px;
  min-height: inherit;
  overflow: hidden;
}
[data-content-type='slide'] > [data-element='link'],
[data-content-type='slide'] > [data-element='empty_link'] {
  color: inherit;
  min-height: inherit;
  text-decoration: inherit;
}
[data-content-type='slide'] > [data-element='link']:hover,
[data-content-type='slide'] > [data-element='empty_link']:hover {
  color: inherit;
  text-decoration: inherit;
}
[data-content-type='slide'] + [data-content-type='slide'] {
  height: 0;
  min-height: 0;
}
.slick-slider [data-content-type='slide'] + [data-content-type='slide'] {
  height: initial;
  min-height: inherit;
}
.pagebuilder-slide-wrapper {
  border-radius: inherit;
  box-sizing: border-box;
  min-height: inherit;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.pagebuilder-slide-wrapper .jarallax-viewport-element {
  height: 100%;
  left: -15000vw;
  position: absolute;
  top: 0;
  width: 1px;
  z-index: 100;
}
.slick-current .pagebuilder-slide-wrapper .jarallax-viewport-element {
  left: 0;
}
.pagebuilder-slide-wrapper.jarallax .video-overlay {
  -webkit-transform: unset;
  z-index: 1;
}
.pagebuilder-slide-wrapper.jarallax .pagebuilder-overlay {
  position: relative;
  z-index: 2;
}
.pagebuilder-slide-wrapper.jarallax [id*='jarallax-container'] > div,
.pagebuilder-slide-wrapper.jarallax [id*='jarallax-container'] > img,
.pagebuilder-slide-wrapper.jarallax [id*='jarallax-container'] > video,
.pagebuilder-slide-wrapper.jarallax [id*='jarallax-container'] > iframe {
  margin: auto !important;
  transform: none !important;
}
.pagebuilder-slide-wrapper .pagebuilder-overlay {
  -moz-transition: background-color 500ms ease;
  -o-transition: background-color 500ms ease;
  -webkit-transition: background-color 500ms ease;
  border-radius: inherit;
  box-sizing: border-box;
  padding: 30px;
  transition: background-color 500ms ease;
}
.pagebuilder-slide-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: inherit;
}
.pagebuilder-slide-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
  max-width: 540px;
}
.pagebuilder-slide-wrapper [data-element='content'] {
  min-height: 50px;
  overflow: auto;
}
.pagebuilder-slide-wrapper .pagebuilder-slide-button {
  -moz-transition: opacity 500ms ease;
  -o-transition: opacity 500ms ease;
  -webkit-transition: opacity 500ms ease;
  margin: 20px 0 0 0;
  max-width: 100%;
  text-align: inherit;
  transition: opacity 500ms ease;
  word-break: break-word;
}
.pagebuilder-slide-wrapper .pagebuilder-poster-content {
  width: 100%;
}
[data-appearance='collage-centered'] .pagebuilder-slide-wrapper .pagebuilder-overlay {
  margin-left: auto;
  margin-right: auto;
}
[data-appearance='collage-left'] .pagebuilder-slide-wrapper .pagebuilder-overlay {
  margin-right: auto;
}
[data-appearance='collage-right'] .pagebuilder-slide-wrapper .pagebuilder-overlay {
  margin-left: auto;
}
div[data-content-type='slider'] {
  visibility: hidden;
}
div[data-content-type='slider'].slick-initialized {
  visibility: visible;
}
div[data-content-type='slider'] .slick-list,
div[data-content-type='slider'] .slick-track,
div[data-content-type='slider'] .slick-slide {
  min-height: inherit;
}
div[data-content-type='slider'] .slick-list > div,
div[data-content-type='slider'] .slick-track > div,
div[data-content-type='slider'] .slick-slide > div {
  line-height: 0;
  min-height: inherit;
  overflow: hidden;
  width: 100%;
}
div[data-content-type='slider'] a.button {
  -moz-appearance: button;
  -webkit-appearance: button;
  appearance: button;
  color: initial;
  padding: 10px;
  text-decoration: none;
}
div[data-content-type='tabs'] .tabs-navigation {
  display: block;
  font-size: 0;
  margin: 0 0 -1px;
  padding: 0;
}
div[data-content-type='tabs'] .tabs-navigation li:first-child {
  margin-left: 0 !important;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header {
  background: #f6f6f6;
  border: 1px solid #ccc;
  border-bottom: 0;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow-wrap: break-word;
  position: relative;
  word-wrap: break-word;
  z-index: 1;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header:not(:first-child) {
  margin-left: -1px;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title {
  border-right: 0;
  color: #000;
  cursor: pointer !important;
  display: block;
  font-size: 14px;
  font-weight: 600;
  padding: 1.4rem 2rem;
  position: relative;
  transition: all 0.3s;
  vertical-align: middle;
  white-space: normal;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title span.tab-title {
  display: block;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title:hover {
  text-decoration: none;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header:last-child {
  border-right: 1px solid #ccc;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header.ui-state-active {
  background: #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: #f8f8f8;
  color: #333;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.1;
  margin: 0 0 35px -20px;
  padding: 20px;
}
.pagebuilder-full-width {
  float: left;
  width: 100%;
}
.pagebuilder-content-type {
  box-sizing: border-box;
  margin-bottom: 20px;
}
.pagebuilder-accordion {
  margin: 0;
  padding: 0;
}
.pagebuilder-accordion > .item.title {
  box-sizing: border-box;
  float: none;
  width: 100%;
}
.pagebuilder-accordion > .item.title > .switch {
  display: block;
}
.pagebuilder-accordion > .item.content {
  box-sizing: border-box;
  display: block;
  float: none;
  margin: 0;
}
.pagebuilder-accordion > .item.content:before,
.pagebuilder-accordion > .item.content:after {
  content: '';
  display: table;
}
.pagebuilder-accordion > .item.content:after {
  clear: both;
}
.pagebuilder-accordion > .item.content.active {
  display: block;
}
.pagebuilder-accordion > .item.title {
  margin: 0;
}
.pagebuilder-accordion > .item.title > .switch {
  border-top: 1px solid #ccc;
  height: 40px;
  padding: 1px 10px 1px 10px;
  font-weight: 600;
  line-height: 40px;
  font-size: 1.4rem;
  color: #333;
  text-decoration: none;
}
.pagebuilder-accordion > .item.title > .switch:visited {
  color: #6d6d6d;
  text-decoration: none;
}
.pagebuilder-accordion > .item.title > .switch:hover {
  color: #333;
  text-decoration: none;
}
.pagebuilder-accordion > .item.title > .switch:active {
  color: #333;
  text-decoration: none;
}
.pagebuilder-accordion > .item.title:not(.disabled) > .switch:active,
.pagebuilder-accordion > .item.title.active > .switch,
.pagebuilder-accordion > .item.title.active > .switch:focus,
.pagebuilder-accordion > .item.title.active > .switch:hover {
  color: #333;
  text-decoration: none;
  padding-bottom: 1px;
}
.pagebuilder-accordion > .item.content {
  background: #ffffff;
  margin: 0;
  padding: 10px 10px 30px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form-discount .g-recaptcha {
  margin-top: 50px !important;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.login-container .g-recaptcha,
.form-login .g-recaptcha,
.form-edit-account .g-recaptcha {
  margin-bottom: 10px !important;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.required-captcha.checkbox {
  position: absolute;
  display: block;
  visibility: visible;
  overflow: hidden;
  opacity: 0;
  width: 1px;
  height: 1px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.block.newsletter .field-recaptcha .field .control:before {
  content: none;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.review-form .field-recaptcha {
  margin-bottom: 10px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form.send.friend .g-recaptcha {
  margin-top: 40px;
}
/**
 * Copyright 2024 Adobe
 * All rights reserved.
 */
.form.wishlist.share .g-recaptcha {
  margin-bottom: 40px;
}
.payment-method .flex-center {
  align-items: center;
  display: flex;
  gap: 5px;
}
.payment-method .payment-type-icon {
  height: 40px;
}
.card-grid {
  display: grid;
}
.card-aux {
  gap: 20px;
  grid-template-columns: minmax(auto, 400px);
}
.card-aux .actions-toolbar {
  justify-self: start;
}
.card-container {
  margin-top: 20px;
  align-items: center;
}
.card-container .card-layout {
  column-gap: 10px;
  display: grid;
  grid-template-areas: 'card-number-field-area card-number-field-area' 'expiration-date-field-area cvv-field-area';
  max-width: 400px;
  row-gap: 10px;
  grid-template-columns: repeat(2, 1fr);
}
.card-container .card-layout .display-lock {
  align-items: center;
  display: flex;
  flex-direction: row-reverse;
}
.card-container .card-layout .display-lock .lock-icon:hover::before {
  color: #757575;
}
.card-container .card-layout .display-lock .lock-icon:before {
  color: #bbb;
  content: '\e629';
  display: inline-block;
  font-family: 'luma-icons';
  font-size: 18px;
  font-weight: normal;
  line-height: inherit;
  overflow: hidden;
  speak: none;
  text-align: center;
  vertical-align: middle;
}
.card-container .card-layout .card-number-field-area {
  grid-area: card-number-field-area;
}
.card-container .card-layout .expiration-date-field-area {
  grid-area: expiration-date-field-area;
}
.card-container .card-layout .cvv-field-area {
  grid-area: cvv-field-area;
}
.card-container .field div.error {
  border-color: #ed8380;
}
.card-container .field .label {
  display: block;
  font-weight: 600;
}
.card-container .field .card-field {
  border: 1px solid #c2c2c2;
  height: 32px;
  padding: 8px 15px;
}
.card-container .field .field-wrapper {
  position: relative;
}
.card-container .field .field-wrapper .field-tooltip {
  cursor: pointer;
  position: absolute;
  right: 15px;
  top: 10px;
}
.checkout-index-index > .loading-mask {
  z-index: 999;
}
axo-auth,
paypal-shipping-address-selector {
  position: fixed;
  z-index: 10000;
}
.paypal-fastlane-powered-by {
  display: block;
  margin: 5px 0;
  width: 150px;
}
.paypal-fastlane-shipping-change-address-form {
  margin-bottom: 30px;
}
.paypal-fastlane-shipping-change-address-form button {
  width: 100%;
}
.paypal-fastlane-divider {
  margin-top: 30px;
  position: relative;
  text-align: center;
  width: 100%;
}
.paypal-fastlane-divider:before {
  border-bottom: 1px solid #ccc;
  content: '';
  left: 0;
  position: absolute;
  top: 50%;
  width: 100%;
}
.paypal-fastlane-divider span {
  background-color: #f4f4f4;
  padding: 0 10px;
  position: relative;
}
#payment-services-paypal-fastlane paypal-payment {
  display: block;
  margin-bottom: 20px;
}
#payment-services-paypal-fastlane + .checkout-agreements-block .recaptcha-checkout-place-order {
  margin-bottom: 20px;
}
.magento-payments-review .actions-toolbar {
  margin-top: 10px;
}
.magento-payments-review .magento-payments-review-title {
  padding: 0 0 10px;
}
.magento-payments-review .magento-payments-review-title > strong {
  font-size: 2.4rem;
  font-weight: 300;
}
.magento-payments-review .magento-payments-review-title .action {
  display: inline-block;
  margin: 12px 0 0 30px;
}
.magento-payments-review .table-magento-payments-review-items .col.name {
  padding-top: 16px;
}
.magento-payments-review .table-magento-payments-review-items .col.qty {
  text-align: center;
}
.magento-payments-review .item-options dt {
  display: inline-block;
}
.magento-payments-review .item-options dt:after {
  content: ': ';
}
.magento-payments-review .item-options dd {
  margin: 0;
}
.magento-payments-review .payment-source-logo {
  margin-top: 10px;
}
.magento-payments-review .payment-source-logo[alt='googlepay'] {
  height: 40px;
}
.magento-payments-review .payment-source-logo[alt='applepay'] {
  height: 40px;
}
.magento-payments-review .payment-source-logo[alt='paypal'],
.magento-payments-review .payment-source-logo[alt='paylater'] {
  height: 26px;
}
.magento-payments-review .payment-source-logo[alt='venmo'] {
  height: 20px;
}
.magento-payments-review-discount {
  border-bottom: 1px solid #ccc;
  margin: 0 0 40px;
  padding: 10px 0 0;
}
.block-minicart .block-content > .actions .smart-buttons {
  margin-top: 15px;
}
.pay-later-message {
  margin-top: 10px;
}
.smart-buttons > div > div {
  vertical-align: bottom;
}
.apple-pay {
  margin-top: 14px;
}
.cart-summary .apple-pay {
  margin-top: 11px;
}
.google-pay {
  margin-top: 14px;
}
.google-pay button {
  background-origin: content-box;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  border: 0;
}
.cart-summary .google-pay {
  margin-bottom: 14px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.product-info-stock-sku .configurable-variation-qty {
  display: none;
}
.amslick-slider-container {
  /* phpcs:ignore Magento2.Less.SemicolonSpacing.NotAtEnd */
}
.amslick-slider-container .slick-dots li button:focus,
.amslick-slider-container .slick-dots li button:hover,
.amslick-slider-container .slick-list:focus {
  outline: 0;
}
.amslick-slider-container .slick-list,
.amslick-slider-container .slick-slider,
.amslick-slider-container .slick-track {
  display: block;
  position: relative;
}
.amslick-slider-container .slick-loading .slick-slide,
.amslick-slider-container .slick-loading .slick-track {
  visibility: hidden;
}
.amslick-slider-container .slick-list {
  margin: 0;
  overflow: hidden;
  padding: 0;
}
.amslick-slider-container .slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.amslick-slider-container .slick-slider .slick-list,
.amslick-slider-container .slick-slider .slick-track {
  transform: translate3d(0, 0, 0);
}
.amslick-slider-container .slick-track {
  left: 0;
  margin: 0 auto;
  top: 0;
}
.amslick-slider-container .slick-track:after,
.amslick-slider-container .slick-track:before {
  content: '';
  display: table;
}
.amslick-slider-container .slick-track:after {
  clear: both;
}
.amslick-slider-container .slick-slide,
.amslick-slider-container .slick-slide.slick-loading img {
  display: none;
}
.amslick-slider-container .slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  vertical-align: middle;
}
.amslick-slider-container [dir=rtl] .slick-slide {
  float: right;
}
.amslick-slider-container .slick-slide.dragging img {
  pointer-events: none;
}
.amslick-slider-container .slick-vertical .slick-slide {
  border: 1px solid transparent;
  display: block;
  height: auto;
}
.amslick-slider-container .slick-arrow.slick-hidden {
  display: none;
}
.amslick-slider-container .slick-loading .slick-list {
  background: 0 0;
  position: relative;
}
.amslick-slider-container .slick-loading .slick-list:before {
  animation: loading 1s infinite linear;
  border-color: rgba(0, 0, 0, 0.2);
  border-radius: 100%;
  border-style: solid;
  border-top-color: #5c5c5c;
  border-width: 3px;
  content: '';
  display: block;
  height: 25px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 25px;
}
.amslick-slider-container .slick-next.slick-disabled,
.amslick-slider-container .slick-prev.slick-disabled {
  opacity: 0.25;
}
.amslick-slider-container .slick-dotted.slick-slider {
  margin-bottom: 30px;
}
.amslick-slider-container .slick-dots {
  display: block;
  left: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}
.amslick-slider-container .slick-dots li {
  cursor: pointer;
  display: inline-block;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  position: relative;
  width: 20px;
}
.amslick-slider-container .slick-dots li button,
.amslick-slider-container .slick-slider .slick-arrow {
  box-shadow: none;
  cursor: pointer;
  display: block;
  outline: 0;
}
.amslick-slider-container .slick-dots li button {
  background: 0 0;
  border: 0;
  color: transparent;
  font-size: 0;
  height: 20px;
  line-height: 0;
  padding: 5px;
  width: 20px;
}
.amslick-slider-container .slick-dots li button:focus:before,
.amslick-slider-container .slick-dots li button:hover:before {
  opacity: 1;
}
.amslick-slider-container .slick-dots li button:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: #000;
  content: '•';
  font-size: 16px;
  height: 20px;
  left: 0;
  line-height: 20px;
  opacity: 0.25;
  position: absolute;
  text-align: center;
  top: 0;
  width: 20px;
}
.amslick-slider-container .slick-dots li.slick-active button:before {
  color: #000;
  opacity: 0.75;
}
.amslick-slider-container .slick-slider {
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
  padding: 0 20px;
  touch-action: pan-y;
  user-select: none;
}
.amslick-slider-container .slick-slider .slick-arrow {
  background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMjIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0uMi40QTEgMSAwIDAgMSAxLjYuMmwxMiAxMGExIDEgMCAwIDEgMCAxLjZsLTEyIDEwYTEgMSAwIDAgMS0xLjItMS42TDExLjMzMyAxMSAuNCAxLjhBMSAxIDAgMCAxIC4yLjR6IiBmaWxsPSIjQzRDNEM0Ii8+PC9zdmc+') center no-repeat !important;
  border: none;
  color: transparent;
  font-size: 0;
  height: 22px;
  line-height: 0;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  transition: background 0.3s ease;
  width: 15px;
}
.amslick-slider-container .slick-slider .slick-arrow:before,
.amslick-slider-container .slick-slider .slick-arrow:after {
  content: '';
}
.amslick-slider-container .slick-slider .slick-arrow:hover {
  background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMjIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0uMi40QTEgMSAwIDAgMSAxLjYuMmwxMiAxMGExIDEgMCAwIDEgMCAxLjZsLTEyIDEwYTEgMSAwIDAgMS0xLjItMS42TDExLjMzMyAxMSAuNCAxLjhBMSAxIDAgMCAxIC4yLjR6IiBmaWxsPSIjMTYxNjE2Ii8+PC9zdmc+') center no-repeat;
}
.amslick-slider-container .slick-slider .slick-arrow.slick-next {
  right: 0;
}
.amslick-slider-container .slick-slider .slick-arrow.slick-prev {
  left: 0;
  transform: rotate(180deg) translate(0, 50%);
}
.amslick-slider-container .slick-initialized .slick-slide {
  display: inline-block !important;
  float: none !important;
  height: auto;
}
.amslick-slider-container .product-items.slick-slider > .slick-list {
  padding: 15px 0;
}
.amslick-slider-container .product-items.slick-slider .slick-slide .product-item {
  display: block !important;
  margin: auto !important;
  max-width: 205px;
}
.amslick-slider-container .sidebar.sidebar-additional {
  width: 100%;
}
@keyframes loading {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    transform: translate(-50%, -50%) rotate(359.9deg);
  }
}
.amelsearch-further-section {
  display: none;
  margin: 0 0 40px;
}
.amelsearch-further-section .amelsearch-label {
  display: block;
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 20px;
}
.amelsearch-further-section .amelsearch-form-section {
  align-content: center;
  align-items: center;
  display: inline-flex;
  max-width: 362px;
  position: relative;
  width: 100%;
}
.amelsearch-further-section .amelsearch-button.-loupe,
.amelsearch-further-section .amelsearch-button.-close {
  height: 100%;
  margin: auto 0;
  position: absolute;
  right: 85px;
}
.amelsearch-further-section .amelsearch-form-section.-focused .amelsearch-input {
  padding-left: 33px;
}
.amelsearch-further-section .amelsearch-form-section.-focused .amelsearch-button.-loupe {
  bottom: 0;
  left: 10px;
  right: auto;
  top: 0;
}
.amelsearch-further-section .amelsearch-input {
  border-radius: 20px;
}
.amelsearch-further-section .amelsearch-button.-primary {
  height: 100%;
  position: absolute;
  right: 0;
}
.amelsearch-further-section .amelsearch-button:focus-visible {
  border: 1px solid #00699D;
  box-shadow: 0 0 3px 1px #00699D;
}
.amelsearch-input {
  border: 1px solid #ccc;
  color: #333;
  font-weight: 400;
  padding: 10px 5px;
  transition: 0.3s;
}
.amelsearch-input ::placeholder {
  color: #ccc;
}
.amelsearch-input:hover:not([disabled]),
.amelsearch-input:focus:not([disabled]) {
  border-color: #1979c2;
  box-shadow: none;
}
.amelsearch-button {
  align-items: center;
  cursor: pointer;
  display: flex;
  justify-content: center;
}
.amelsearch-button:hover,
.amelsearch-button:focus {
  outline: none;
}
.amelsearch-button:not(.primary) {
  box-shadow: none;
}
.amelsearch-button.-disabled {
  opacity: 0.7;
  pointer-events: none;
}
.amelsearch-button.-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  height: 20px;
  padding: 0;
  width: 20px;
  background: none;
}
.amelsearch-button.-icon:after {
  content: '';
  height: 10px;
  width: 10px;
}
.amelsearch-button.-close:after {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEgMWwxMCAxMG0wLTEwTDEgMTEiIHN0cm9rZT0iI0IyQjJCMiIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPjwvc3ZnPg==) no-repeat center;
}
.amelsearch-button.-loupe:after {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1Ni45NjYgNTYuOTY2Ij48cGF0aCBkPSJNNTUuMTQ2IDUxLjg4N0w0MS41ODggMzcuNzg2QTIyLjkyNiAyMi45MjYgMCAwIDAgNDYuOTg0IDIzYzAtMTIuNjgyLTEwLjMxOC0yMy0yMy0yM3MtMjMgMTAuMzE4LTIzIDIzIDEwLjMxOCAyMyAyMyAyM2M0Ljc2MSAwIDkuMjk4LTEuNDM2IDEzLjE3Ny00LjE2MmwxMy42NjEgMTQuMjA4Yy41NzEuNTkzIDEuMzM5LjkyIDIuMTYyLjkyLjc3OSAwIDEuNTE4LS4yOTcgMi4wNzktLjgzN2EzLjAwNCAzLjAwNCAwIDAgMCAuMDgzLTQuMjQyek0yMy45ODQgNmM5LjM3NCAwIDE3IDcuNjI2IDE3IDE3cy03LjYyNiAxNy0xNyAxNy0xNy03LjYyNi0xNy0xNyA3LjYyNi0xNyAxNy0xN3oiIGZpbGw9IiNhOWE5YTkiLz48L3N2Zz4=) no-repeat center;
}
.amelsearch-button.-primary {
  background-color: #1979c2;
  border-color: #1979c2;
  border-radius: 80px;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  height: 32px;
  min-width: 78px;
  padding: 7px 10px;
}
.amelsearch-button.-primary:hover {
  background-color: #166bab;
  border-color: #166bab;
}
.amelsearch-button.-primary:active {
  background-color: #135d95;
  border-color: #135d95;
}
.amelsearch-button.-primary.-disabled {
  opacity: 0.8;
}
.amexfee-block-content > .title.amexfee-title {
  position: relative;
  padding: 10px 40px 10px 0;
  text-decoration: none;
  font-weight: 600;
  cursor: pointer;
}
.amexfee-block-content > .title.amexfee-title:after {
  position: absolute;
  top: 50%;
  right: 0;
  display: inline-block;
  margin: 0;
  width: 12px;
  height: 12px;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1MTIiIGhlaWdodD0iNTEyIiB2aWV3Qm94PSIwIDAgMjg0LjkyOSAyODQuOTI5Ij48cGF0aCBkPSJNMi44NDcgODkuNjQ0bDEzMy4wNTQgMTMzLjA0NWMxLjkwMSAxLjkwMyA0LjA4OCAyLjg1NiA2LjU2MiAyLjg1NnM0LjY2NS0uOTUzIDYuNTY3LTIuODU2TDI4Mi4wNzMgODkuNjQ0YzEuOTA2LTEuOTA2IDIuODU2LTQuMDkzIDIuODU2LTYuNTY4IDAtMi40NzQtLjk1My00LjY2NC0yLjg1Ni02LjU2NmwtMTQuMjcyLTE0LjI3MWMtMS45MDMtMS45MDMtNC4wOTMtMi44NTQtNi41NjctMi44NTRzLTQuNjY0Ljk1MS02LjU2NyAyLjg1NEwxNDIuNDYzIDE3NC40NDEgMzAuMjU1IDYyLjIzMmMtMS45MDItMS45MDMtNC4wOTMtMi44NDgtNi41NjMtMi44NDgtMi40NzggMC00LjY2OC45NTEtNi41NyAyLjg0OEwyLjg0OCA3Ni41MDlDLjk0NiA3OC40MTEuMDAxIDgwLjYwMi4wMDEgODMuMDc1IDAgODUuNTUxLjk0NSA4Ny43NDEgMi44NDcgODkuNjQ0eiIgZGF0YS1vcmlnaW5hbD0iIzAwMDAwMCIgY2xhc3M9ImFjdGl2ZS1wYXRoIiBkYXRhLW9sZF9jb2xvcj0iIzAwMDAwMCIgZmlsbD0iIzg1ODU4NSIvPjwvc3ZnPg==) no-repeat center / contain;
  content: '';
  cursor: pointer;
  transform: translateY(-50%);
}
.amexfee-block-content.active > .title.amexfee-title:after {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1MTIiIGhlaWdodD0iNTEyIiB2aWV3Qm94PSIwIDAgMjg0LjkyOSAyODQuOTI5Ij48cGF0aCBkPSJNMjgyLjA4MiAxOTUuMjg1TDE0OS4wMjggNjIuMjRjLTEuOTAxLTEuOTAzLTQuMDg4LTIuODU2LTYuNTYyLTIuODU2cy00LjY2NS45NTMtNi41NjcgMi44NTZMMi44NTYgMTk1LjI4NUMuOTUgMTk3LjE5MSAwIDE5OS4zNzggMCAyMDEuODUzYzAgMi40NzQuOTUzIDQuNjY0IDIuODU2IDYuNTY2bDE0LjI3MiAxNC4yNzFjMS45MDMgMS45MDMgNC4wOTMgMi44NTQgNi41NjcgMi44NTRzNC42NjQtLjk1MSA2LjU2Ny0yLjg1NGwxMTIuMjA0LTExMi4yMDIgMTEyLjIwOCAxMTIuMjA5YzEuOTAyIDEuOTAzIDQuMDkzIDIuODQ4IDYuNTYzIDIuODQ4IDIuNDc4IDAgNC42NjgtLjk1MSA2LjU3LTIuODQ4bDE0LjI3NC0xNC4yNzdjMS45MDItMS45MDIgMi44NDctNC4wOTMgMi44NDctNi41NjYuMDAxLTIuNDc2LS45NDQtNC42NjYtMi44NDYtNi41Njl6IiBkYXRhLW9yaWdpbmFsPSIjMDAwMDAwIiBjbGFzcz0iYWN0aXZlLXBhdGgiIGRhdGEtb2xkX2NvbG9yPSIjMDAwMDAwIiBmaWxsPSIjODU4NTg1Ii8+PC9zdmc+) no-repeat center / contain;
  content: '';
}
.amexfee-block-content.-cart > .title.amexfee-title {
  margin-bottom: 0;
  border-top: 1px solid #ccc;
}
.amexfee-block-content.-cart > .title.amexfee-title:after {
  content: '';
}
.amexfee-block-content.-checkout > .title.amexfee-title {
  margin-bottom: 10px;
  border-bottom: 1px solid #ccc;
  font-weight: 300;
  font-size: 18px;
}
.amexfee-item-element._required .amexfee-title:after {
  margin: 0 0 0 5px;
  color: #e02b27;
  content: '*';
  font-size: 1.2rem;
}
.amexfee-form-container > .amexfee-fieldset .amexfee-title {
  margin-bottom: 5px;
  font-weight: 700;
}
.amexfee-form-container .amexfee-input {
  float: left;
}
.amexfee-form-container .amexfee-input + .amexfee-label {
  display: block;
  overflow: hidden;
  margin: 0;
}
.amexfee-collapsible-block {
  cursor: pointer;
}
.amexfee-collapsible-block > .amount.amexfee-amount,
.opc-block-summary .amexfee-collapsible-block > .amount.amexfee-amount,
.opc-block-summary .amexfee-collapsible-block > .mark.amexfee-mark,
.amexfee-collapsible-block > .mark.amexfee-mark {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.amexfee-collapsible-block > .amount.amexfee-amount,
.opc-block-summary .amexfee-collapsible-block > .amount.amexfee-amount {
  position: relative;
  padding-right: 20px;
}
.amexfee-collapsible-block > .amount.amexfee-amount:after,
.opc-block-summary .amexfee-collapsible-block > .amount.amexfee-amount:after {
  position: absolute;
  top: 50%;
  right: 3px;
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1MTIiIGhlaWdodD0iNTEyIiB2aWV3Qm94PSIwIDAgMjg0LjkyOSAyODQuOTI5Ij48cGF0aCBkPSJNMi44NDcgODkuNjQ0bDEzMy4wNTQgMTMzLjA0NWMxLjkwMSAxLjkwMyA0LjA4OCAyLjg1NiA2LjU2MiAyLjg1NnM0LjY2NS0uOTUzIDYuNTY3LTIuODU2TDI4Mi4wNzMgODkuNjQ0YzEuOTA2LTEuOTA2IDIuODU2LTQuMDkzIDIuODU2LTYuNTY4IDAtMi40NzQtLjk1My00LjY2NC0yLjg1Ni02LjU2NmwtMTQuMjcyLTE0LjI3MWMtMS45MDMtMS45MDMtNC4wOTMtMi44NTQtNi41NjctMi44NTRzLTQuNjY0Ljk1MS02LjU2NyAyLjg1NEwxNDIuNDYzIDE3NC40NDEgMzAuMjU1IDYyLjIzMmMtMS45MDItMS45MDMtNC4wOTMtMi44NDgtNi41NjMtMi44NDgtMi40NzggMC00LjY2OC45NTEtNi41NyAyLjg0OEwyLjg0OCA3Ni41MDlDLjk0NiA3OC40MTEuMDAxIDgwLjYwMi4wMDEgODMuMDc1IDAgODUuNTUxLjk0NSA4Ny43NDEgMi44NDcgODkuNjQ0eiIgZGF0YS1vcmlnaW5hbD0iIzAwMDAwMCIgY2xhc3M9ImFjdGl2ZS1wYXRoIiBkYXRhLW9sZF9jb2xvcj0iIzAwMDAwMCIgZmlsbD0iIzg1ODU4NSIvPjwvc3ZnPg==) no-repeat center / contain;
  content: '';
  cursor: pointer;
  transform: translateY(-50%);
}
.amexfee-collapsible-block.-expanded > .amount.amexfee-amount,
.amexfee-collapsible-block.-expanded > .mark.amexfee-mark {
  border-bottom: 0;
}
.amexfee-collapsible-block.-expanded > .amount.amexfee-amount:after,
.opc-block-summary .amexfee-collapsible-block.-expanded > .amount.amexfee-amount:after {
  transform: translateY(-50%) rotateZ(180deg);
}
.amexfee-totals-details {
  display: none;
}
.amexfee-totals-details.-show {
  display: table-row;
  border-bottom: 1px solid #ccc;
}
.ambase-word-break,
.amslider .swiper-slide .ambrands-label,
.amslider .slide .category-item-title,
.amslider .swiper-slide .swiper-category-item {
  word-wrap: break-word;
  word-break: break-word;
}
.ie11 .ambase-word-break,
.ie11 .amslider .swiper-slide .ambrands-label,
.ie11 .amslider .slide .category-item-title,
.ie11 .amslider .swiper-slide .swiper-category-item {
  word-break: break-all;
}
.columns .column.main {
  max-width: 100%;
}
.icon .brand-label {
  float: left;
}
.amshopby-morefrom .products-grid .product-item {
  width: auto;
}
.amshopby-morefrom .product-image-container {
  min-width: auto;
}
.ambrands-menu-item.parent .ambrands-link.level-top:after {
  content: '';
}
.ui-tooltip.ui-widget {
  padding: 5px 10px;
  max-width: 250px;
  border: 1px solid #cccccc;
  background: #fff;
  box-shadow: 1px 0 3px #cccccc;
  word-wrap: break-word;
}
.ui-tooltip .arrow {
  position: absolute;
  bottom: -15px;
  width: 20px;
  height: 15px;
}
.ui-tooltip .arrow:after {
  position: absolute;
  border-top: 10px solid #cccccc;
  content: '';
}
.ui-tooltip .arrow:before {
  position: absolute;
  top: -1px;
  z-index: 9;
  border-top: 9px solid #fff;
  content: '';
}
.ui-tooltip .arrow.top {
  top: -15px;
  transform: scale(1, -1);
}
.ui-tooltip .arrow.left {
  left: 15px;
}
.ui-tooltip .arrow.left:before {
  left: 1px;
  border-right: 19px solid transparent;
}
.ui-tooltip .arrow.left:after {
  border-right: 20px solid transparent;
}
.ui-tooltip .arrow.right {
  right: 15px;
}
.ui-tooltip .arrow.right:before {
  right: 1px;
  border-left: 19px solid transparent;
}
.ui-tooltip .arrow.right:after {
  border-left: 20px solid transparent;
}
.ui-tooltip .am-brand-small_image {
  display: block;
  margin: auto;
  max-width: 150px;
}
.ui-tooltip .am-brand-image {
  display: block;
  margin: auto;
  max-width: 400px;
}
.ui-tooltip .ui-tooltip-content h3 {
  margin: 5px 0;
}
.amslider * {
  margin: 0;
  padding: 0;
}
.amslider {
  position: relative;
  margin: 30px auto;
}
.amslider .swiper-pagination {
  position: static;
  padding-bottom: 35px;
}
.amslider .swiper-container > .wrapper {
  text-align: center;
}
.amslider .swiper-container {
  overflow: hidden;
}
.amslider .swiper-slide .ambrands-label {
  margin-top: 10px;
  min-height: 40px;
  color: #333;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
}
.amslider .swiper-pagination-bullet {
  margin: 0 6px;
  width: 6px;
  height: 6px;
  background: #333;
}
.amslider .swiper-pagination-bullet-active {
  background: #1979c2;
}
.amslider .swiper-slide {
  text-align: center;
  font-size: 18px;
}
.amslider .category-item .category-item-title {
  margin: auto;
}
.amslider .slide .category-item-title,
.amslider .swiper-slide .swiper-category-item {
  font-size: 15px;
  line-height: 1.2;
}
.amslider .wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.amslider .ambrands-empty {
  margin: auto;
}
.amslider .swiper-button-next,
.amslider .swiper-button-prev {
  top: calc(50% - (40px / 2));
  z-index: 2;
  margin-top: 0;
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 50%;
  background-color: #1979c2;
  background-position: center;
  background-size: 40px / 2;
  background-repeat: no-repeat;
  box-shadow: none;
}
.amslider .swiper-button-next:hover,
.amslider .swiper-button-prev:hover {
  background-color: #006bb4;
}
.amslider .swiper-button-next:after,
.amslider .swiper-button-prev:after {
  content: '';
}
.amslider .swiper-button-next:active,
.amslider .swiper-button-prev:active {
  background-color: #95b5d7;
}
.amslider .swiper-button-next.swiper-button-disabled,
.amslider .swiper-button-prev.swiper-button-disabled {
  background-color: #ececec;
  opacity: 1;
}
.amslider .swiper-button-next {
  right: -40px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE1LjQ1NCA5Ljg3N0w3LjEwOC45MDkgNS42NSAyLjM1bDcuMDA4IDcuNTI4LTcuMjA1IDcuNzc0IDEuNDE3IDEuNDQgOC4xMS04LjY4LjQ3My0uNTM0eiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==);
}
.amslider .swiper-button-prev {
  left: -40px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTQuNTQ2IDEwLjEyM2w4LjM0NiA4Ljk2OCAxLjQ1Ny0xLjQ0LTcuMDA4LTcuNTI4IDcuMjA1LTcuNzc0LTEuNDE3LTEuNDQtOC4xMSA4LjY4LS40NzMuNTM0eiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==);
}
.amslider-header-container {
  padding: 40px 10px 0;
  color: #333;
  text-align: center;
  font-weight: 700;
  font-style: normal;
  font-size: 22px;
  line-height: 1.4;
}
.children-category .amslider {
  position: relative;
  left: inherit;
  display: block;
  margin: 0 50px;
  width: 100%;
  transform: inherit;
}
.amslider.ambrands-slider {
  margin-top: 20px;
  padding: 0;
  max-width: 100%;
}
.amslider.ambrands-slider .ambrands-inner {
  position: relative;
  padding-bottom: 10px;
}
.amslider.ambrands-slider .ambrands-swiper-brand {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.amslider.ambrands-slider .ambrands-image-block {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
  margin: 0 auto;
}
.amslider.ambrands-slider .ambrands-image-block .ambrands-image {
  max-width: 100%;
  max-height: 100%;
  width: auto;
}
.amslider.ambrands-slider .slide {
  align-items: stretch;
}
.amslider.ambrands-slider .slide .ambrands-image-block {
  overflow: hidden;
  margin-bottom: 10px;
}
.amslider.ambrands-slider .swiper-slide {
  display: flex;
  align-items: stretch;
  padding: 0;
  height: auto;
}
.amslider .slide {
  display: flex;
  align-items: flex-start;
  flex-basis: 30%;
  justify-content: center;
  margin: 0 9px 20px 0;
  max-width: 30%;
  color: #333;
  text-align: center;
}
.amslider .slide .category-item {
  position: relative;
  padding: 10px;
  width: 100%;
  border: 1px solid #fff;
}
.amslider .slide .category-item:hover,
.amslider .slide .category-item.active {
  position: relative;
  z-index: 2;
  padding: 10px;
  border-color: #bbb;
  box-shadow: 3px 3px 4px 0 rgba(0, 0, 0, 0.3);
}
.amslider .slide .category-item.category-item-label img {
  margin-bottom: 25px;
}
.amslider .slide .ambrands-swiper-brand .ambrands-image {
  height: auto;
}
.children-category-container.swiper-container {
  margin: auto;
  width: calc(100% - 2 * 40px);
}
.children-category-container .swiper-wrapper {
  align-items: baseline;
}
.amslider .swiper-slide {
  box-sizing: border-box;
  padding: 10px;
  color: #333;
}
.amslider .swiper-slide .swiper-category-item {
  padding: 10px 0;
  border: 1px solid #fff;
}
.amslider .swiper-slide .swiper-category-item img {
  height: auto;
}
.amslider .swiper-slide .swiper-category-item.category-item-label img {
  margin-bottom: 25px;
}
.amslider .swiper-slide .swiper-category-item:hover,
.amslider .swiper-slide .swiper-category-item.active {
  margin: 0;
  border: 1px solid #bbb;
  background: #fff;
  box-shadow: 3px 3px 4px 0 rgba(0, 0, 0, 0.3);
}
.amslider .swiper-slide .ambrands-swiper-brand .ambrands-empty {
  display: inline-block;
  margin: 0 auto;
  color: #e2e2e2;
}
.amslider .swiper-slide:hover,
.amslider .slide:hover {
  text-decoration: none;
}
#category-carousel .swiper-button-next {
  right: 0;
}
#category-carousel .swiper-button-prev {
  left: 0;
}
#category-carousel .swiper-button-next,
#category-carousel .swiper-button-prev {
  top: 50%;
  margin: 0;
  transform: translateY(-50%);
}
#category-carousel .swiper-button-next:hover,
#category-carousel .swiper-button-prev:hover {
  opacity: 1;
  transition: all 0.3s ease;
}
.amslider .swiper-slide .swiper-category-item:not(:root:root),
.amslider .swiper-slide .ambrands-swiper-brand:not(:root:root),
.amslider .slide .category-item:not(:root:root) {
  padding: 10px;
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .ambrands-swiper-brand {
    width: 100%;
  }
  .ambrands-swiper-brand .ambrands-empty {
    width: 100%;
  }
}
.am-word-break {
  word-wrap: break-word;
  word-break: break-word;
}
.ie11 .am-word-break {
  word-break: break-all;
}
.am-tabs-view .amrelated-grid-wrapper .product-items.slick-slider {
  display: block;
}
/* phpcs:ignore Magento2.Less.AvoidId.IdSelectorUsage */
#amrelated_product_content_tab .block-title {
  display: none;
}
.amrelated-grid-wrapper {
  /* rewrite magento luma styles*/
}
.amrelated-grid-wrapper .slick-arrow {
  z-index: 999;
}
.amrelated-grid-wrapper .slick-slide {
  margin: 0 5px;
}
.amrelated-grid-wrapper .slick-track {
  display: flex;
}
.amrelated-grid-wrapper .slick-prev:focus,
.amrelated-grid-wrapper .slick-next:focus {
  box-shadow: 0 0 3px 1px #00699D;
}
.amrelated-grid-wrapper .slick-dots .slick-active button {
  background: transparent;
}
.amrelated-grid-wrapper .slick-dots li {
  margin: 0 5px 5px;
}
.amrelated-grid-wrapper .slick-dots button {
  border: none;
  text-indent: initial;
}
.amrelated-grid-wrapper .slick-dots button:hover,
.amrelated-grid-wrapper .slick-dots button:active,
.amrelated-grid-wrapper .slick-dots button:focus {
  border: none;
}
.amrelated-grid-wrapper .products-grid .product-item-info:hover {
  z-index: 3;
}
.amrelated-sidebar-wrap {
  width: 100%;
}
.amrelated-sidebar-wrap .slick-dots {
  line-height: 3rem;
  position: static;
}
.amrelated-sidebar-wrap .slick-dots .slick-active button {
  background: #0082e4;
}
.amrelated-sidebar-wrap .slick-dots button {
  background-color: #dfdedd;
}
.amrelated-sidebar-wrap .slick-prev:focus,
.amrelated-sidebar-wrap .slick-next:focus {
  box-shadow: 0 0 3px 1px #00699D;
}
.amrelated-cart-message {
  background: #e9f6ff;
  color: #333;
  display: block;
  font-size: 1.6rem;
  line-height: 42px;
  margin: 0 0 10px;
  padding: 5px 25px;
  position: relative;
  text-align: center;
}
.amrelated-cart-message:before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzAiIGhlaWdodD0iMzAiIHZpZXdCb3g9IjAgMCAzMCAzMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48Y2lyY2xlIGN4PSIxNSIgY3k9IjE1IiByPSIxNSIgZmlsbD0iI0VCNTc1NyIvPjxwYXRoIGQ9Ik05Ljg5ODQ0IDEwLjgxMjVDOS44OTg0NCAxMC4xMjUgMTAuMTE5OCA5LjU2MjUgMTAuNTYyNSA5LjEyNUMxMS4wMDUyIDguNjgyMjkgMTEuNTg1OSA4LjQ2MDk0IDEyLjMwNDcgOC40NjA5NEMxMy4wMzM5IDguNDYwOTQgMTMuNjE3MiA4LjY4MjI5IDE0LjA1NDcgOS4xMjVDMTQuNDk3NCA5LjU2MjUgMTQuNzE4OCAxMC4xMzggMTQuNzE4OCAxMC44NTE2VjExLjQxNDFDMTQuNzE4OCAxMi4wOTY0IDE0LjQ5NzQgMTIuNjU2MiAxNC4wNTQ3IDEzLjA5MzhDMTMuNjE3MiAxMy41MzEyIDEzLjAzOTEgMTMuNzUgMTIuMzIwMyAxMy43NUMxMS42MTcyIDEzLjc1IDExLjAzNjUgMTMuNTM2NSAxMC41NzgxIDEzLjEwOTRDMTAuMTI1IDEyLjY3NzEgOS44OTg0NCAxMi4wOTY0IDkuODk4NDQgMTEuMzY3MlYxMC44MTI1Wk0xMS4yMjY2IDExLjQxNDFDMTEuMjI2NiAxMS43NzM0IDExLjMyNTUgMTIuMDY1MSAxMS41MjM0IDEyLjI4OTFDMTEuNzI2NiAxMi41MDc4IDExLjk5MjIgMTIuNjE3MiAxMi4zMjAzIDEyLjYxNzJDMTIuNjQzMiAxMi42MTcyIDEyLjkwMzYgMTIuNTA3OCAxMy4xMDE2IDEyLjI4OTFDMTMuMjk5NSAxMi4wNjUxIDEzLjM5ODQgMTEuNzYzIDEzLjM5ODQgMTEuMzgyOFYxMC44MTI1QzEzLjM5ODQgMTAuNDUzMSAxMy4yOTY5IDEwLjE2MTUgMTMuMDkzOCA5LjkzNzVDMTIuODk1OCA5LjcxMzU0IDEyLjYzMjggOS42MDE1NiAxMi4zMDQ3IDkuNjAxNTZDMTEuOTc2NiA5LjYwMTU2IDExLjcxMzUgOS43MTYxNSAxMS41MTU2IDkuOTQ1MzFDMTEuMzIyOSAxMC4xNjkzIDExLjIyNjYgMTAuNDY2MSAxMS4yMjY2IDEwLjgzNTlWMTEuNDE0MVpNMTUuMzY3MiAxNy4yMTA5QzE1LjM2NzIgMTYuNTEzIDE1LjU5MzggMTUuOTQ3OSAxNi4wNDY5IDE1LjUxNTZDMTYuNSAxNS4wODMzIDE3LjA3ODEgMTQuODY3MiAxNy43ODEyIDE0Ljg2NzJDMTguNDg5NiAxNC44NjcyIDE5LjA2NzcgMTUuMDgzMyAxOS41MTU2IDE1LjUxNTZDMTkuOTY4OCAxNS45NDc5IDIwLjE5NTMgMTYuNTMxMiAyMC4xOTUzIDE3LjI2NTZWMTcuODIwM0MyMC4xOTUzIDE4LjQ5NzQgMTkuOTc2NiAxOS4wNTczIDE5LjUzOTEgMTkuNUMxOS4xMDY4IDE5LjkzNzUgMTguNTI2IDIwLjE1NjIgMTcuNzk2OSAyMC4xNTYyQzE3LjA2NzcgMjAuMTU2MiAxNi40NzkyIDE5Ljk0MDEgMTYuMDMxMiAxOS41MDc4QzE1LjU4ODUgMTkuMDcwMyAxNS4zNjcyIDE4LjQ5NDggMTUuMzY3MiAxNy43ODEyVjE3LjIxMDlaTTE2LjY5NTMgMTcuODIwM0MxNi42OTUzIDE4LjE3NDUgMTYuNzk2OSAxOC40NjYxIDE3IDE4LjY5NTNDMTcuMjA4MyAxOC45MTkzIDE3LjQ3NCAxOS4wMzEyIDE3Ljc5NjkgMTkuMDMxMkMxOC4xMzAyIDE5LjAzMTIgMTguMzkwNiAxOC45MjQ1IDE4LjU3ODEgMTguNzEwOUMxOC43NzA4IDE4LjQ5MjIgMTguODY3MiAxOC4xODc1IDE4Ljg2NzIgMTcuNzk2OVYxNy4yMTA5QzE4Ljg2NzIgMTYuODQ2NCAxOC43NjU2IDE2LjU1NDcgMTguNTYyNSAxNi4zMzU5QzE4LjM1OTQgMTYuMTE3MiAxOC4wOTkgMTYuMDA3OCAxNy43ODEyIDE2LjAwNzhDMTcuNDU4MyAxNi4wMDc4IDE3LjE5NTMgMTYuMTE3MiAxNi45OTIyIDE2LjMzNTlDMTYuNzk0MyAxNi41NTQ3IDE2LjY5NTMgMTYuODU2OCAxNi42OTUzIDE3LjI0MjJWMTcuODIwM1pNMTIuNzEwOSAxOS4xNDg0TDExLjczNDQgMTguNTg1OUwxNy4yODkxIDkuNjk1MzFMMTguMjY1NiAxMC4yNTc4TDEyLjcxMDkgMTkuMTQ4NFoiIGZpbGw9IndoaXRlIi8+PC9zdmc+);
  content: '';
  display: inline-block;
  height: 30px;
  margin-right: 2px;
  position: relative;
  top: 8px;
  width: 30px;
}
.amrelated-cart-message .price,
.amrelated-cart-message .product-link {
  font-weight: bold;
}
.amrelated-bundle-toolbar .pager {
  text-align: right;
}
.amrelated-bundle-toolbar .pages,
.amrelated-bundle-toolbar .limiter {
  display: inline-block;
}
.amrelated-cart-bundle {
  float: left;
  margin-top: 30px;
  padding: 0 5px;
}
.amrelated-pack-info {
  background: #eef2f9;
  border-radius: 4px;
  color: #6d88b0;
  display: inline-flex;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  margin: 1rem 0;
  padding: 5px 8px 6px;
}
.amrelated-pack-wrapper {
  clear: both;
  margin-bottom: 30px;
}
.amrelated-pack-wrapper .amrelated-title {
  padding: 10px 0;
  position: relative;
}
.amrelated-pack-wrapper .amrelated-title:after {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMSA3bDYtNiA2IDYiIHN0cm9rZT0iIzc3NyIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+PC9zdmc+) no-repeat center;
  background-size: contain;
  content: '';
  height: 10px;
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  width: 15px;
}
.amrelated-pack-wrapper .amrelated-title.-collapsed:after {
  transform: rotate(180deg) translateY(-50%);
  transform-origin: 50% 10%;
}
.amrelated-content-wrapper {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  background: #f9f9f9;
  margin-top: 25px;
  position: relative;
}
.amrelated-plus,
.amrelated-equal,
.amrelated-price-wrapper {
  display: flex;
  align-items: center;
}
.amrelated-pack-list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.amrelated-pack-list.-narrow {
  flex-wrap: wrap;
}
.amrelated-pack-items {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.amrelated-pack-items .amrelated-background {
  display: none;
}
.amrelated-pack-items.-selected > .-selected {
  background: none;
  box-shadow: none;
}
.amrelated-pack-item {
  padding: 30px;
  width: 100%;
}
.amrelated-pack-item:not(:last-child) {
  border-bottom: 1px solid #ccc;
}
.amrelated-pack-item:not(.-main) {
  opacity: 0.7;
  transition: opacity 0.5s ease;
}
.amrelated-pack-item:not(.-main).-selected {
  opacity: 1;
}
.amrelated-pack-item.-main {
  background: #eaeaea;
}
.amrelated-pack-item .amrelated-info {
  display: flex;
  box-sizing: border-box;
  height: 100%;
  position: relative;
}
.amrelated-pack-item .amrelated-info:hover {
  border: 0;
  box-shadow: none;
  margin: 0;
  z-index: unset;
}
.amrelated-pack-item .amrelated-details {
  display: flex;
  flex-wrap: wrap;
  margin-left: 20px;
}
.amrelated-pack-item .price-box {
  margin: 3px 0 0;
  width: 100%;
}
.amrelated-pack-item .amrelated-name {
  word-break: break-word;
  word-wrap: break-word;
  width: 100%;
}
.ie11 .amrelated-pack-item .amrelated-name {
  word-break: break-all;
}
.ie11 .amrelated-pack-item .amrelated-name {
  word-break: break-all;
}
.ie11 .amrelated-pack-item .amrelated-name {
  word-break: break-all;
}
.amrelated-pack-item:not(.-main) .product-reviews-summary {
  margin: 0 0 5px;
}
.amrelated-pack-item .price-final_price .price-wrapper .price {
  color: #000;
  display: block;
  font-size: 18px;
  font-weight: 600;
}
.amrelated-pack-item .product-reviews-summary .reviews-actions {
  display: none;
}
.amrelated-pack-item.-collapsed {
  padding: 15px 20px;
}
.amrelated-pack-item.-collapsed.-main {
  padding: 25px 20px;
}
.amrelated-pack-item.-collapsed .amrelated-photo-container {
  display: flex;
  background: transparent;
  border: 0;
  flex-direction: row-reverse;
  height: auto;
  min-width: auto;
  position: unset;
  width: auto;
}
.amrelated-pack-item.-collapsed .amrelated-info {
  flex-direction: row-reverse;
}
.amrelated-pack-item.-collapsed .amrelated-link {
  display: flex;
  align-items: center;
}
.amrelated-pack-item.-collapsed .amrelated-qty {
  margin-left: 10px;
  position: static;
}
.amrelated-pack-item.-collapsed .amrelated-checkbox + .amrelated-label {
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.amrelated-pack-item.-collapsed .amrelated-photo,
.amrelated-pack-item.-collapsed .product-reviews-summary.short,
.amrelated-pack-item.-collapsed .price-box {
  display: none;
}
.amrelated-pack-item.-collapsed .amrelated-discount {
  align-self: center;
  position: static;
  transform: none;
}
.amrelated-pack-item.-collapsed .amrelated-details {
  align-items: center;
  margin-left: 30px;
  max-width: 100%;
  min-height: 2.7rem;
  width: 100%;
}
.amrelated-pack-item.-collapsed .amrelated-name {
  margin-right: 1rem;
}
.amrelated-photo-container {
  background: #fff;
  border: 1px solid #e8e8e8;
  height: 100px;
  margin: 0;
  min-width: 100px;
  position: relative;
  text-align: center;
  width: 100px;
}
.amrelated-photo-container .amrelated-link {
  display: block;
  height: 100%;
  width: 100%;
}
.amrelated-photo-container .amrelated-photo {
  max-height: 100%;
  max-width: 100%;
}
.amrelated-photo-container .amrelated-qty {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #e9f6ff;
  border: 1px solid #3978bd;
  border-radius: 50%;
  bottom: 0;
  box-shadow: 0 2px 4px rgba(16, 31, 48, 0.2);
  box-sizing: border-box;
  color: #000;
  font-weight: 600;
  height: 30px;
  min-width: 30px;
  padding: 0 4px;
  position: absolute;
  right: 0;
}
.amrelated-photo-container .amrelated-qty:before {
  content: 'x';
  font-size: 11px;
  font-weight: 400;
}
.amrelated-photo-container .amrelated-checkbox {
  opacity: 0;
  position: absolute;
}
.amrelated-photo-container .amrelated-checkbox + .amrelated-label {
  background: #fff;
  border: 1px solid #3978bd;
  border-radius: 2px;
  box-sizing: border-box;
  cursor: pointer;
  height: 20px;
  left: -5px;
  position: absolute;
  top: -5px;
  width: 20px;
  z-index: 2;
}
.amrelated-photo-container .amrelated-checkbox:focus + .amrelated-label {
  box-shadow: 0 0 3px 1px #00699D;
}
.amrelated-photo-container .amrelated-checkbox:checked + .amrelated-label {
  background: #3978bd url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTAgMmEyIDIgMCAwIDEgMi0yaDE2YTIgMiAwIDAgMSAyIDJ2MTZhMiAyIDAgMCAxLTIgMkgyYTIgMiAwIDAgMS0yLTJWMnoiIGZpbGw9IiMzOTc4QkQiLz48cGF0aCBkPSJNNSAxMGw0LjUgNEwxNSA3IiBzdHJva2U9IiNmZmYiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+PC9zdmc+) no-repeat center;
  background-size: contain;
}
.amrelated-pack-item.-selected .amrelated-photo-container {
  border-color: #e8e8e8;
}
.amrelated-discount {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #c84949;
  border-radius: 2px;
  box-sizing: border-box;
  color: #fff;
  padding: 5px;
  position: absolute;
  z-index: 2;
}
.amrelated-discount.-product {
  display: none;
  font-size: 12px;
  right: -10px;
  top: -10px;
}
.amrelated-discount > .amrelated-text {
  margin-left: 3px;
}
.amrelated-discount.-summary {
  font-size: 16px;
  max-width: 100%;
  padding: 5px 15px;
  right: 10px;
  top: 0;
  transform: translateY(-50%);
}
.amrelated-discount.-summary .amount {
  font-weight: 600;
  margin-left: 5px;
}
.amrelated-pack-item.-discount-applied .amrelated-discount {
  display: flex;
}
.amrelated-plus,
.amrelated-equal {
  display: none;
}
.amrelated-summary-content {
  display: flex;
  justify-content: flex-end;
  padding: 15px 0;
  width: 100%;
}
.amrelated-summary-content .main.price {
  color: #000;
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
  text-align: center;
}
.amrelated-price-wrapper {
  border-bottom: none;
  box-sizing: border-box;
  justify-content: center;
  margin: 0 15px;
  padding: 15px;
}
.amrelated-tocart-wrapper {
  display: flex;
  align-items: center;
  margin-right: 10px;
}
.amrelated-tocart-wrapper .action {
  height: auto;
  line-height: normal;
  padding: 7px 15px;
}
.amrelated-popup-container {
  background: rgba(0, 0, 0, 0.15);
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
}
.amrelated-bundle-popup {
  background: #fff;
  border-radius: 9px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.25);
  box-sizing: border-box;
  height: auto;
  left: 50%;
  max-width: 315px;
  overflow: hidden;
  padding: 0 0 13px;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
}
.amrelated-bundle-popup .close {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iMTMiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEgMWwxMSAxMW0wLTExTDEgMTIiIHN0cm9rZT0iI0IyQjJCMiIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPjwvc3ZnPg==) no-repeat center;
  color: rgba(0, 0, 0, 0.25);
  cursor: pointer;
  font-size: 21px;
  height: 12px;
  position: absolute;
  right: 18px;
  top: 18px;
  width: 12px;
  z-index: 9;
}
.amrelated-bundle-popup .amrelated-products-wrapper {
  height: 100%;
  max-height: 80vh;
  overflow-y: auto;
  padding-bottom: 80px;
}
.amrelated-bundle-popup .amrelated-products-wrapper:last-child:after {
  display: none;
}
.amrelated-bundle-popup .amrelated-products-wrapper .product-options-bottom .actions,
.amrelated-bundle-popup .amrelated-products-wrapper .box-tocart .actions {
  display: block;
}
.amrelated-bundle-popup .amrelated-notice {
  background: #fffae5;
  border-radius: 0 0 7px 7px;
  font-size: 14px;
  margin: 0 auto;
  max-width: 60%;
  padding: 10px 20px;
  z-index: 99;
}
.amrelated-bundle-popup .amrelated-popup-tocart-wrapper {
  background-color: #fff;
  bottom: 0;
  box-sizing: border-box;
  padding: 15px;
  position: absolute;
  text-align: right;
  width: 100%;
  z-index: 10;
}
.amrelated-bundle-popup .amrelated-popup-tocart-wrapper .action {
  display: inline-block;
  font-size: 18px;
  padding: 15px;
}
.amrelated-product-container {
  position: relative;
}
.amrelated-product-container:after {
  background-color: #c5c5c5;
  bottom: 0;
  content: '';
  display: block;
  height: 1px;
  left: 0;
  margin-left: 16%;
  position: absolute;
  width: 68%;
}
.amrelated-product-container:last-child:after {
  display: none;
}
.amrelated-product-container .amrelated-product-message {
  display: none;
}
.amrelated-product-container .amrelated-image-wrapper {
  margin: 15px auto;
  max-width: 150px;
}
.amrelated-product-info {
  width: 100%;
  /* rewrite magento styles */
}
.amrelated-product-info .amrelated-info.-top,
.amrelated-product-info .amrelated-info.-bottom {
  padding: 0 20px;
  text-align: left;
}
.amrelated-product-info .box-tocart .actions,
.amrelated-product-info .action.back.customization,
.amrelated-product-info .block-bundle-summary,
.amrelated-product-info .tocart {
  display: none;
}
.amrelated-product-info .bundle-options-wrapper {
  margin-top: 25px;
}
.amrelated-product-info .bundle-options-wrapper input[type='radio'] {
  width: 15px;
}
.amrelated-product-info .bundle-options-wrapper p.required {
  color: #e02b27;
}
.amrelated-product-info .bundle-options-wrapper .field.qty > .label {
  display: inline-block;
  font-weight: 600;
  margin: 10px 0 8px;
}
.amrelated-product-info .bundle-options-wrapper .input-text.qty {
  text-align: center;
  width: 54px;
}
.amrelated-product-info .product-options-bottom .price-box .price-container .price,
.amrelated-product-info .product-info-price .price-box .price-container .price {
  font-size: 22px;
  font-weight: 600;
  line-height: 22px;
}
.amrelated-product-info.giftcard .amrelated-price {
  display: none;
}
.amrelated-product-info.giftcard .amrelated-info.-bottom .product-options-bottom .price-box {
  display: block;
}
.amrelated-image-container {
  border: 1px solid #b2b2b2;
  box-sizing: border-box;
  margin: 0 25px 10px;
  width: initial;
}
.amrelated-image-container > .product-item-photo {
  display: block;
  margin: auto;
  width: 60%;
}
.amrelated-image-container .product-image-container {
  vertical-align: middle;
}
.amrelated-info.-top {
  margin: 0;
}
.amrelated-info.-top > .amrelated-title {
  font-size: 20px;
  margin-bottom: 5px;
}
.amrelated-info.-top > .amrelated-rating .rating-summary {
  vertical-align: text-bottom;
}
.amrelated-info.-top > .amrelated-price,
.amrelated-info.-top > .amrelated-price .price {
  font-size: 24px;
  font-weight: 700;
}
.amrelated-info.-top .reviews-actions .action {
  color: #000;
  font-size: 14px;
  margin-left: 15px;
}
.amrelated-info.-bottom {
  /* don't hide grouped price */
}
.amrelated-info.-bottom > .amrelated-description {
  font-size: 12px;
  margin: 0 25px;
}
.amrelated-info.-bottom .swatch-attribute {
  margin-bottom: 20px;
}
.amrelated-info.-bottom .product-options-bottom .price-box {
  display: none;
}
.amrelated-info.-bottom .product-options-bottom .grouped .price-box {
  display: block;
}
.amrelated-products-block {
  border-bottom: 1px solid #ebeef5;
  margin: 20px 15px 27px;
  max-height: 366px;
  overflow: hidden auto;
}
.amrelated-products-block > .amrelated-product {
  display: flex;
  margin-bottom: 20px;
}
.amrelated-products-block .amrelated-content {
  color: #333;
  text-align: left;
}
.amrelated-products-block .amrelated-name {
  word-break: break-word;
  word-wrap: break-word;
  font-size: 16px;
  line-height: 20px;
}
.ie11 .amrelated-products-block .amrelated-name {
  word-break: break-all;
}
.ie11 .amrelated-products-block .amrelated-name {
  word-break: break-all;
}
.ie11 .amrelated-products-block .amrelated-name {
  word-break: break-all;
}
.amrelated-products-block .amrelated-image-wrapper {
  border: 1px solid #ebeef5;
  display: flex;
  margin-right: 10px;
}
.amrelated-products-block .amrelated-qty {
  align-items: center;
  display: flex;
  margin: 5px 0 0;
}
.amrelated-products-block .amrelated-qty .amrelated-title {
  font-size: 12px;
  font-weight: 800;
  line-height: 19px;
}
.amrelated-products-block .amrelated-qty .amrelated-value {
  font-size: 14px;
  line-height: 19px;
  margin-left: 10px;
}
.am-porto-cmtb .amrelated .product-item-details .product-item-actions {
  display: flex;
  justify-content: center;
  margin: 0;
}
.am-porto-cmtb .amrelated .product-item-details .product-item-actions .actions-primary {
  margin: 0 5px 0 0;
}
.am-porto-cmtb .products-grid .product-item-details .product-item-actions {
  margin: 0;
  text-align: left;
}
.am-porto-cmtb .products-grid .product-item .product-item-inner {
  margin: 10px 0;
}
.am-porto-cmtb .products-grid .product-item-actions .actions-secondary {
  padding: 0;
}
.am-porto-cmtb .wishlist.split.button {
  margin-right: 0;
}
.am-porto-cmtb .wishlist.split.button .change.action {
  display: none;
}
.am-porto-cmtb .product-items.slick-slider .slick-slide {
  margin: 0 10px;
}
.am-porto-cmtb .product-items.slick-slider .slick-slide .to-cart {
  padding: 0 8px;
}
.am-porto-cmtb .product-items.slick-slider .slick-slide .product-item {
  max-width: 100%;
}
.am-porto-cmtb .product-items.slick-slider .slick-slide .product-item-actions {
  text-align: center;
}
.am-porto-cmtb .product-items.slick-slider .slick-slide .action.split {
  margin-right: 0;
}
.field .control._with-tooltip .choice.field {
  width: calc(100% - 21px + 10px + 5px);
}
.field .control._with-tooltip .choice.field input {
  width: auto;
}
.field .control._with-tooltip select,
.field .control._with-tooltip textarea {
  margin-right: 10px;
  width: calc(100% - 21px + 10px + 5px);
}
.field .control select[multiple] {
  height: auto;
  background: #fff;
}
tr.order-attributes td {
  padding-left: 0;
  padding-right: 0;
}
.order-attributes .order-attributes-form {
  /* phpcs:ignore Magento2.Less.SemicolonSpacing.NotAtEnd */
  margin-top: 20px;
}
.order-attributes .order-attributes-form.fieldset .field:last-child {
  margin-bottom: 20px;
}
.order-attributes .file-uploader .file-uploader-meta {
  color: #727272;
}
/* phpcs:ignore Magento2.Less.AvoidId.IdSelectorUsage */
#store-pickup.selected-store-pickup {
  /* phpcs:ignore Magento2.Less.AvoidId.IdSelectorUsage */
}
#store-pickup.selected-store-pickup ~ #shipping,
#store-pickup.selected-store-pickup ~ #opc-shipping_method {
  position: absolute;
}
.opc-block-summary .order-attributes-form .field-tooltip-content {
  left: -270px;
  top: -55px;
}
.opc-block-summary .order-attributes-form .field-tooltip-content:before {
  left: 270px;
  top: 44px;
  transform: rotate(-90deg);
}
.opc-block-summary .order-attributes-form .field-tooltip-content:after {
  border-width: 9px;
  left: 271px;
  top: 44px;
  transform: rotate(-90deg);
  width: 0;
}
.amxnotif-block {
  clear: both;
  margin-bottom: 20px;
}
.amxnotif-block .input-fields {
  display: inline-block;
  margin: 0;
  vertical-align: top;
  width: 66%;
}
.amxnotif-block .amxnotif_guest_action {
  display: inline-block;
  max-width: 32%;
  min-width: 120px;
  vertical-align: top;
}
.amxnotif-block label {
  color: #2f2f2f;
  display: block;
  float: none;
  font-weight: 600;
}
.amxnotif-block .amsubscribe,
.amxnotif-block .amsubscribe:hover {
  background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjI0cHgiIGhlaWdodD0iMjRweCIgdmlld0JveD0iMCAwIDUxMCA1MTAiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDUxMCA1MTA7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPGc+Cgk8ZyBpZD0iY2hlY2stY2lyY2xlLW91dGxpbmUiPgoJCTxwYXRoIGQ9Ik0xNTAuNDUsMjA2LjU1bC0zNS43LDM1LjdMMjI5LjUsMzU3bDI1NS0yNTVsLTM1LjctMzUuN0wyMjkuNSwyODUuNkwxNTAuNDUsMjA2LjU1eiBNNDU5LDI1NWMwLDExMi4yLTkxLjgsMjA0LTIwNCwyMDQgICAgUzUxLDM2Ny4yLDUxLDI1NVMxNDIuOCw1MSwyNTUsNTFjMjAuNCwwLDM4LjI1LDIuNTUsNTYuMSw3LjY1bDQwLjgwMS00MC44QzMyMS4zLDcuNjUsMjg4LjE1LDAsMjU1LDBDMTE0Ljc1LDAsMCwxMTQuNzUsMCwyNTUgICAgczExNC43NSwyNTUsMjU1LDI1NXMyNTUtMTE0Ljc1LDI1NS0yNTVINDU5eiIgZmlsbD0iI0ZGRkZGRiIvPgoJPC9nPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+Cjwvc3ZnPgo=);
  background-position: center;
  background-repeat: no-repeat;
  height: 32px;
  padding: 0 20px;
}
.amxnotif-block div.field {
  margin: 5px 0;
}
.products.list .amxnotif-block .amxnotif_guest_action {
  min-width: initial;
}
.products.list .amxnotif-block.label:not(.subscribe-popup) {
  margin-bottom: inherit;
}
.products.list .stock.link-stock-alert {
  display: none;
  margin-bottom: 20px;
}
.category.subscribe-popup {
  background-color: rgba(0, 0, 0, 0.4);
  height: 100%;
  left: 0;
  overflow: auto;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99999;
}
.amxnotif-block .subscribe-popup {
  background-color: #fefefe;
  border: 1px solid #888;
  box-sizing: border-box;
  height: auto;
  padding: 20px;
  position: relative;
}
.category.amxnotif-block {
  display: none;
}
.label.subscribe-popup a {
  cursor: pointer;
}
.close-subscribe-popup {
  color: #aaa;
  cursor: pointer;
  display: inline-block;
  float: right;
  font-size: 20px;
  font-weight: 600;
  position: absolute;
  right: 20px;
  top: 20px;
}
.amxnotif-block .subscribe-popup label[for^='notification-container'] {
  font-size: 20px;
  text-align: center;
}
.message.error {
  color: #c92623;
}
.am-visually-hidden {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 0;
  margin: 0;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 0;
}
.am-word-break {
  word-break: break-word;
  word-wrap: break-word;
}
.ie11 .am-word-break {
  word-break: break-all;
}
.ui-tooltip .arrow {
  left: 8px;
  width: 15px;
}
.ui-tooltip .arrow:after {
  border-right: 15px solid transparent;
}
.ui-tooltip .arrow:before {
  border-right: 14px solid transparent;
}
.amslider-container {
  margin: auto;
  margin-bottom: 15px;
  width: 100%;
}
.am-rating-up {
  font-size: smaller;
}
.amshopby-highlighted {
  background-color: #ff0;
}
.amshopby-item .filter-value {
  margin-left: 5px;
}
.amshopby-filter-tooltip {
  display: inline-block;
  margin-left: 6px;
  max-height: 16px;
  max-width: 16px;
  vertical-align: top;
}
.amshopby-filter-value .swatch-option.image,
.amshopby-filter-value .swatch-attribute.size .swatch-option,
.amshopby-filter-value .swatch-attribute.manufacturer .swatch-option {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.filter-options-item .filter-options-title:after {
  font-size: 14px;
}
.range.am-fromto-widget .am-filter-go {
  margin: 0 10px;
  vertical-align: top;
}
.amshopby-button {
  word-break: break-word;
  word-wrap: break-word;
  background: #1979c3;
  border-radius: 3px;
  color: #fff;
  font-size: 16px;
  letter-spacing: -0.015em;
  line-height: 22px;
  min-height: 40px;
  text-align: center;
  transition: background 0.2s ease-in-out, border-color 0.2s ease-in-out;
}
.ie11 .amshopby-button {
  word-break: break-all;
}
.ie11 .amshopby-button {
  word-break: break-all;
}
.ie11 .amshopby-button {
  word-break: break-all;
}
.amshopby-button:not(.primary) {
  border-radius: 3px;
}
.amshopby-button:not(.primary),
.amshopby-button:not(.primary):active {
  box-shadow: none;
}
.amshopby-button:hover {
  background: #399ae6;
  border-color: #399ae6;
}
.amshopby-button:active,
.amshopby-button:focus {
  background: #135d96;
  border-color: #135d96;
}
.am-filter-go {
  word-break: break-word;
  word-wrap: break-word;
  background: #1979c3;
  border-radius: 3px;
  color: #fff;
  font-size: 16px;
  letter-spacing: -0.015em;
  line-height: 22px;
  min-height: 40px;
  text-align: center;
  transition: background 0.2s ease-in-out, border-color 0.2s ease-in-out;
  margin: 15px 0 0;
  width: 25%;
}
.ie11 .am-filter-go {
  word-break: break-all;
}
.ie11 .am-filter-go {
  word-break: break-all;
}
.ie11 .am-filter-go {
  word-break: break-all;
}
.am-filter-go:not(.primary) {
  border-radius: 3px;
}
.am-filter-go:not(.primary),
.am-filter-go:not(.primary):active {
  box-shadow: none;
}
.am-filter-go:hover {
  background: #399ae6;
  border-color: #399ae6;
}
.am-filter-go:active,
.am-filter-go:focus {
  background: #135d96;
  border-color: #135d96;
}
input[type='text'].am-filter-price.-to.right {
  float: right;
}
.am-swatch-options {
  display: flex;
  flex-direction: column;
}
.am-swatch-options .swatch-option {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  margin: 0 10px 0 0;
}
.am-swatch-options > .item {
  padding-bottom: 4px;
}
.am-swatch-options > .item:hover {
  background-color: transparent;
}
.am-swatch-options .am-shopby-swatch-label {
  display: inline-block;
  max-width: 70%;
  vertical-align: middle;
  word-wrap: break-word;
}
.filter-options .am-swatch-wrapper {
  line-height: initial;
  margin: 0 0 5px !important;
}
.filter-options .am-swatch-wrapper.-amshopby-hidden {
  opacity: 0;
  position: absolute;
  visibility: hidden;
}
.catalog-topnav .filter-options {
  flex-wrap: wrap;
  min-height: 40px;
}
.catalog-topnav .filter-options .filter-options-item {
  border: 0;
  display: inline-block;
}
.catalog-topnav .filter-options .filter-options-content {
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 6px;
  box-shadow: 0 4px 8px rgba(190, 199, 219, 0.21), 0 6px 25px rgba(190, 199, 219, 0.28);
  margin-top: 12px;
  min-width: 100px;
  position: absolute;
  z-index: 9999;
}
.catalog-topnav .filter-options .am-filter-items-rating li {
  margin: 0 0 10px;
}
.catalog-topnav .filter-options .am-filter-items-rating li:last-child {
  margin: 0;
}
.catalog-topnav .block-actions {
  display: none;
}
.catalog-topnav {
  display: none;
}
.filter-options .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  right: 8px;
  top: 5px;
}
.page-layout-1column .filter-options-item.active .filter-options-content {
  padding: 10px 15px;
}
.page-layout-1column .filter-options-content li.item {
  padding: 0;
}
.filter [data-role='collapsible']:not([data-collapsible='true']) [data-role='content'] {
  display: none;
}
div.swatch-option-tooltip {
  z-index: 9999;
}
.swatch-option-tooltip .image,
.swatch-option-tooltip-layered .image {
  background-size: contain !important;
}
.filter-options .am-labels-folding .item {
  position: relative;
}
.filter-options .ui-menu {
  display: block;
  list-style: none;
  margin: 0;
  outline: 0;
  padding: 0;
}
.filter-options .ui-menu .ui-menu {
  position: absolute;
}
.filter-options .ui-menu .ui-menu-item {
  cursor: pointer;
  list-style: none;
  margin: 0;
}
.filter-options .ui-menu .ui-menu-item-wrapper {
  padding: 3px 1em 3px 0.4em;
  position: relative;
}
.filter-options .ui-menu .ui-menu-divider {
  border-width: 1px 0 0;
  font-size: 0;
  height: 0;
  line-height: 0;
  margin: 5px 0;
}
.filter-options-content .am-swatch-wrapper {
  display: inline-block;
}
.filter-options-content .am-swatch-wrapper:hover .am-swatch-link {
  background: none;
}
.filter-options-content .am-swatch-wrapper > .input.-hidden {
  display: none;
}
.am-filter-items-attr_price {
  max-width: 350px;
  min-width: 130px;
}
.am-filter-items-attr_color .swatch-option.text {
  padding: 1px 2px;
  width: 30px;
}
.amasty-catalog-topnav.block.filter {
  flex-basis: auto;
}
.amasty-catalog-topnav .filter-options .item:last-child {
  margin-bottom: 0;
}
.amshopby-category-dropdown {
  background-color: #fff;
  border: 1px solid #adadad;
  cursor: pointer;
  display: block;
  font-weight: 400;
  min-height: 3.2rem;
  overflow: hidden;
  padding-right: 3.6rem;
  text-align: left;
  text-overflow: ellipsis;
  white-space: normal;
}
.amshopby-category-dropdown:after {
  border-color: #000 transparent transparent;
  border-style: solid;
  border-width: 0.5rem 0.4rem 0;
  box-sizing: border-box;
  content: '';
  height: 0;
  margin-top: -0.2rem;
  position: absolute;
  right: 1.2rem;
  top: 50%;
  transition: all 0.2s linear;
  width: 0;
}
.amshopby-category-dropdown:before {
  background-color: #e3e3e3;
  border: 1px solid #adadad;
  bottom: 0;
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 3.2rem;
}
.am-category-wrapper {
  display: block;
  position: relative;
  user-select: none;
}
.am-category-wrapper.-active .amshopby-category-dropdown:after {
  transform: rotate(180deg);
}
.am-category-wrapper .amshopby-checkbox,
.am-category-wrapper .amshopby-radio {
  margin-left: 20px;
}
.am-category-wrapper .amshopby-filter-parent {
  padding-left: 0;
}
.am-category-wrapper .am-multiselect-crumb {
  background-color: #f5f5f5;
  border: 1px solid #a79d95;
  border-radius: 1px;
  display: inline-block;
  font-size: 1.2rem;
  margin: 0.3rem 0 0.3rem 0.3rem;
  padding: 0.3rem 2.4rem 0.4rem 1rem;
  position: relative;
  transition: border-color 0.1s linear;
}
.am-category-wrapper .am-multiselect-crumb .action-close {
  background-color: transparent;
  border: none;
  border-radius: 0;
  bottom: 0;
  box-shadow: none;
  color: #514943;
  font-size: 0.5em;
  height: auto;
  line-height: 1;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 2rem;
}
.am-category-wrapper .am-multiselect-crumb .action-close:before {
  content: 'x';
  font-size: 10px;
  transition: color 0.1s linear;
}
.am-category-wrapper .am-multiselect-crumb .action-close > span {
  clip: rect(0, 0, 0, 0);
  display: none;
  overflow: hidden;
  position: absolute;
  visibility: hidden;
}
.filter-options .am-labels-folding .item {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 0 0 0 20px;
  position: relative;
}
.filter-options .am-labels-folding .item .am-input,
.filter-options [class*='am-filter-items-'].am-labels-folding .item:not(.swatch-option-link-layered) input[type='radio'],
.filter-options .amshopby-category-dropdown + form .item input[type='radio'],
.filter-options [class*='am-filter-items-'].am-labels-folding .item:not(.swatch-option-link-layered) input[type='checkbox'],
.filter-options .amshopby-category-dropdown + form .item input[type='checkbox'] {
  left: 0;
  margin: 0 5px 0 0;
  position: absolute;
  top: 4px;
}
.filter-options .am-labels-folding .item .am-collapse-icon ~ .am-input {
  left: 20px;
}
.filter-options .am-labels-folding .item .am-collapse-icon ~ [class*='am-filter-item-'] {
  padding-left: 20px;
}
.filter-options .amshopby-category-dropdown + form .item {
  flex-wrap: wrap;
}
.filter-options [class*='am-filter-items-'].am-labels-folding .item:not(.swatch-option-link-layered),
.filter-options .amshopby-category-dropdown + form .item {
  display: block;
  position: relative;
}
.filter-options [class*='am-filter-items-'].am-labels-folding .item:not(.swatch-option-link-layered) .am-collapse-icon ~ .am-input,
.filter-options .amshopby-category-dropdown + form .item .am-collapse-icon ~ .am-input,
.filter-options [class*='am-filter-items-'].am-labels-folding .item:not(.swatch-option-link-layered) .am-collapse-icon ~ input[type='radio'],
.filter-options .amshopby-category-dropdown + form .item .am-collapse-icon ~ input[type='radio'],
.filter-options [class*='am-filter-items-'].am-labels-folding .item:not(.swatch-option-link-layered) .am-collapse-icon ~ input[type='checkbox'],
.filter-options .amshopby-category-dropdown + form .item .am-collapse-icon ~ input[type='checkbox'],
.filter-options [class*='am-filter-items-'].am-labels-folding .item:not(.swatch-option-link-layered) .am-collapse-icon ~ input[type='checkbox'] + .amshopby-choice,
.filter-options .amshopby-category-dropdown + form .item .am-collapse-icon ~ input[type='checkbox'] + .amshopby-choice {
  left: 20px;
}
.filter-options .amshopby-category-dropdown + form .items.-am-multiselect .item .items-children.-folding {
  padding-left: 20px;
}
.am-labels-folding .am-collapse-icon,
.filter-options .amshopby-category-dropdown + form .items.-am-multiselect .item .am-collapse-icon {
  display: flex;
  align-items: center;
  align-self: flex-start;
  left: 0;
  top: 0;
}
.am-labels-folding .am-collapse-icon:after,
.filter-options .amshopby-category-dropdown + form .items.-am-multiselect .item .am-collapse-icon:after,
.am-labels-folding .am-show-more:before {
  margin: 0;
  position: static;
}
.am-collapse-icon {
  -webkit-font-smoothing: antialiased;
  border-radius: 50%;
  box-sizing: border-box;
  cursor: pointer;
  font-style: normal;
  font-weight: 400;
  height: 20px;
  line-height: 1;
  position: absolute;
  width: 20px;
}
.am-collapse-icon:after,
.am-show-more:before {
  background: url("../../frontend/InverseParadox/BlueRidgeKnives/en_US/Amasty_Shopby/images/svg/arrow-bottom.svg") no-repeat 100% / contain;
  content: '';
  height: 20px;
  position: absolute;
  right: 0;
  width: 12px;
}
.am-collapse-icon.-active:after {
  content: '';
  transform: rotate(180deg);
}
.amshopby-option-link {
  clear: both;
  display: inline-block;
  margin-right: 5px;
}
.amshopby-option-link img {
  float: left;
  margin: 0 5px 5px 0;
}
.amshopby-option-link img:not([src*='/resized']) {
  max-height: 30px;
  max-width: 30px;
}
.amshopby-item-removed {
  text-decoration: none;
}
.am-category-image {
  vertical-align: middle;
}
.amshopby-filter-current .filter-label {
  vertical-align: middle;
}
.amshopby-filter-current .amshopby-items {
  padding: 0 0 0 10px;
}
.amshopby-filter-current .amshopby-item.item {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 0 0 0 20px;
  position: relative;
}
.amshopby-filter-current .amshopby-filter-name {
  display: flex;
  font-weight: 600;
  padding: 0 5px 0 0;
}
.amshopby-filter-current .amshopby-filter-name:after {
  content: ':';
}
.ie11 .amshopby-filter-current .amshopby-filter-name:after {
  padding-left: 1px;
}
.amshopby-filter-current .amshopby-filter-value {
  flex-grow: 1;
}
.amshopby-filter-current .am-swatch-link {
  display: flex;
  align-items: center;
}
.amshopby-filter-current .amshopby-filter-value .am-swatch-options .swatch-option {
  margin: 0;
}
.amshopby-filter-current .amshopby-remove {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 12px;
  left: 0;
  position: absolute;
  width: 12px;
}
.ie11 .amshopby-filter-current .amshopby-remove {
  top: calc(50% - (12px / 2));
}
.amshopby-filter-current .amshopby-remove:hover:after,
.amshopby-filter-current .amshopby-remove:hover:before {
  background-color: #494949;
}
.amshopby-filter-current .amshopby-remove:hover ~ * {
  opacity: 0.5;
}
.amshopby-filter-current .amshopby-remove:after,
.amshopby-filter-current .amshopby-remove:before {
  background-color: #c7c7c7;
  content: '';
  height: 1px;
  position: absolute;
  width: 100%;
}
.amshopby-filter-current .amshopby-remove:after {
  transform: rotate(45deg);
}
.amshopby-filter-current .amshopby-remove:before {
  transform: rotate(-45deg);
}
.amshopby-filter-current .am-shopby-swatch-label {
  margin-left: 10px;
}
.amshopby-filter-current .swatch-option-link-layered {
  display: flex;
  align-items: center;
  flex-basis: 100%;
}
.amshopby-filter-current .item {
  padding-bottom: 0;
}
.am-dropdown .am-select,
.am-dropdown .chosen-container .chosen-choices {
  background-color: #fff;
  border-color: #ccc;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 14px;
  min-height: 32px;
}
.am-dropdown .chosen-container .chosen-choices {
  background-image: none;
}
.am-dropdown .chosen-container-multi .chosen-choices li.search-field input[type='text'] {
  color: #000;
  font-family: 'Source Sans Pro', sans-serif;
  min-width: 100px;
}
.filter-options-content [class*='am-filter-items-'] .label {
  word-break: break-word;
}
.am-porto-cmtb .amshopby-filter-current.filter-current .amshopby-item.item {
  display: flex;
  align-items: center;
  padding: 0 0 10px 20px;
}
.am-porto-cmtb .amshopby-filter-current.filter-current .items {
  padding: 15px;
}
.am-porto-cmtb .amshopby-filter-current.filter-current .am-show-more {
  padding: 12px 25px 0 0;
}
.am-porto-cmtb .amshopby-filter-current.filter-current .category-image .image {
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;
}
.am-porto-cmtb .filter-options-content .swatch-option {
  min-width: 22px;
  width: 22px;
  height: 22px;
  border: none;
  background-position: center center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}
.am-porto-cmtb .page-wrapper > .page-header {
  z-index: 900;
}
.am-porto-cmtb .page-main {
  z-index: 9;
}
.am-porto-cmtb .am-show-more:hover {
  color: #006bb4 !important;
}
.filter-options-item .filter-options-content .amshopby-slider-wrapper {
  margin: 0 10px;
}
.amasty-catalog-topnav .filter-options-item .filter-options-content .amshopby-slider-wrapper,
.filter-options-item .filter-options-content .amshopby-slider-wrapper > .items:not(.items-children):not(.am-category-view),
.filter-options-item .filter-options-content .amshopby-slider-wrapper .amshopby-fromto-wrap {
  margin: 0;
}
.amshopby-slider-container {
  margin: 10px 0 5px;
}
.amshopby-slider-container .ui-slider-range {
  position: absolute;
  z-index: 2;
}
.amshopby-slider-container .am-slider:not(.-loaded) {
  opacity: 0;
  visibility: hidden;
}
.amshopby-slider-container .am-slider:before,
.amshopby-slider-container .am-slider:after {
  border-radius: 20px;
  content: '';
  position: absolute;
  z-index: 1;
}
.amshopby-slider-container .am-slider .ui-slider-handle {
  cursor: pointer;
  display: flex;
  justify-content: center;
  margin: 0;
  overflow: inherit;
  padding: 0;
}
.amshopby-slider-container .amshopby-slider-display {
  margin: 10px 0 0;
  text-align: center;
}
.amshopby-slider-container .ui-slider-handle.ui-state-hover ~ .ui-slider-handle,
.amshopby-slider-container .ui-slider-handle.ui-state-active ~ .ui-slider-handle {
  pointer-events: none;
  user-select: none;
}
.amshopby-slider-container .amshopby-slider-tooltip {
  border: 1px solid #fff;
  border-radius: 2px;
  bottom: calc(100% + 7px);
  box-sizing: border-box;
  display: flex;
  font-size: 12px;
  justify-content: center;
  letter-spacing: 0.03em;
  line-height: 1;
  padding: 3px;
  position: absolute;
  transition: none;
  z-index: 1;
}
.amshopby-slider-container .ui-slider-handle .amshopby-slider-corner {
  position: absolute;
  top: -12px;
  width: 16px / 2;
  z-index: 2;
}
.amshopby-slider-container .ui-slider-handle .amshopby-slider-corner:before,
.amshopby-slider-container .ui-slider-handle .amshopby-slider-corner:after {
  border: 1px solid;
  border-color: inherit;
  box-sizing: content-box;
  clip-path: polygon(100% 0%, 0% 100%, 100% 100%);
  content: '';
  display: block;
  height: 6px;
  position: absolute;
  transform: rotate(45deg);
  width: 6px;
}
.amshopby-slider-container .ui-slider-handle .amshopby-slider-corner:after {
  background: inherit;
}
.amshopby-slider-container.-default .am-slider {
  background: #dadada;
  height: 10px;
  margin: 0 8px;
}
.amshopby-slider-container.-default .am-slider:before,
.amshopby-slider-container.-default .am-slider:after {
  height: 10px;
  width: 16px;
}
.amshopby-slider-container.-default .am-slider:before {
  left: -8px;
}
.amshopby-slider-container.-default .am-slider:after {
  right: -8px;
}
.amshopby-slider-container.-default .ui-slider-range {
  background: #b6b6b6;
  height: 10px;
}
.amshopby-slider-container.-default .am-slider .ui-slider-handle {
  border-radius: 50%;
  height: 16px;
  transform: translate(-8px, -3px);
  width: 16px;
}
.filter-options-item .filter-options-content .amshopby-fromto-wrap .am-fromto-widget {
  flex-wrap: wrap;
  margin-top: 10px;
}
.filter-options-item .filter-options-content .amshopby-slider-wrapper .amshopby-fromto-wrap .am-fromto-widget {
  margin-top: 25px;
}
.filter-options-item .filter-options-content .amshopby-slider-wrapper.-volumetric .amshopby-fromto-wrap .am-fromto-widget {
  margin-top: 35px;
}
.amasty-catalog-topnav .amshopby-fromto-wrap .am-fromto-widget {
  max-width: 210px;
}
.amshopby-fromto-wrap .am-fromto-widget > .amshopby-input-wrapper {
  max-width: 50%;
  position: relative;
  width: calc(50% - 7px);
}
.amshopby-fromto-wrap .am-fromto-widget .am-filter-price {
  background-clip: padding-box;
  border: 1px solid #dfdedd;
  color: #494949;
  font-size: 14px;
  height: 40px;
  letter-spacing: 0.03em;
  text-align: center;
  width: 100%;
}
.amshopby-fromto-wrap .am-fromto-widget > .delimiter {
  line-height: 40px;
  margin: 0;
  width: 14px;
}
.amshopby-fromto-wrap .am-fromto-widget > .am-filter-go {
  margin: 15px 0 0;
  width: 100%;
}
.amshopby-fromto-wrap .am-fromto-widget > .am-filter-go:not(.primary),
.amshopby-fromto-wrap .am-fromto-widget > .am-filter-go:active {
  box-shadow: none;
}
.amshopby-input-wrapper .amshopby-currency {
  background: #fff;
  bottom: calc(100% - 10px);
  color: #494949;
  font-size: 14px;
  left: 4px;
  letter-spacing: 0.03em;
  line-height: 16px;
  padding: 2px;
  position: absolute;
}
.amshopby-slider-tooltip {
  color: #fff;
}
.ui-slider-handle:not(.ui-state-hover):not(.ui-state-active) .amshopby-slider-corner,
.ui-slider-handle:not(.ui-state-hover):not(.ui-state-active) .amshopby-slider-tooltip {
  opacity: 0;
  visibility: hidden;
}
.amshopby-slider-container.-improved {
  margin-top: 30px;
}
.amshopby-slider-container.-improved .am-slider {
  background: #dfdedd;
  height: 4px;
  margin: 0 8px;
}
.amshopby-slider-container.-improved .am-slider:before,
.amshopby-slider-container.-improved .am-slider:after {
  background: #dfdedd;
  height: 4px;
  width: 16px;
}
.amshopby-slider-container.-improved .am-slider:before {
  left: -8px;
}
.amshopby-slider-container.-improved .am-slider:after {
  right: -8px;
}
.amshopby-slider-container.-improved .ui-slider-range {
  height: 4px;
}
.amshopby-slider-container.-improved .am-slider .ui-slider-handle {
  border-radius: 50%;
  height: 16px;
  top: -6px;
  transform: translateX(-8px);
  width: 16px;
}
.amshopby-slider-container.-volumetric {
  margin-top: 20px;
}
.amshopby-slider-container.-volumetric .am-slider {
  background: #dfdedd;
  border-radius: 20px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25);
  height: 4px;
  margin: 0 4px;
}
.amshopby-slider-container.-volumetric .am-slider:before,
.amshopby-slider-container.-volumetric .am-slider:after {
  display: none;
}
.amshopby-slider-container.-volumetric .ui-slider-range {
  border-radius: 20px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25);
  height: 4px;
}
.amshopby-slider-container.-volumetric .am-slider .ui-slider-handle {
  border-radius: 2px;
  height: 12px;
  transform: translate(-4px, 10px);
  width: 8px;
}
.amshopby-slider-container.-volumetric .am-slider .ui-slider-handle:before {
  background: inherit;
  bottom: calc(100% - 4px);
  clip-path: polygon(100% 0%, 0% 100%, 100% 100%);
  content: '';
  display: block;
  height: 6px;
  left: calc(50% - 3px);
  position: absolute;
  transform: rotate(-135deg);
  width: 6px;
}
.amshopby-slider-container.-volumetric .amshopby-slider-tooltip {
  border-radius: 3px;
  bottom: calc(100% + 17px);
}
.amshopby-slider-container.-volumetric .amshopby-slider-corner {
  top: -23px;
}
.amshopby-slider-container.-volumetric .amshopby-slider-display {
  margin-top: 20px;
}
.amshopby-slider-container.-light {
  margin-top: 30px;
}
.amshopby-slider-container.-light .am-slider {
  background: #dfdedd;
  height: 1px;
  margin: 0 8px;
}
.amshopby-slider-container.-light .am-slider:before,
.amshopby-slider-container.-light .am-slider:after {
  background: #dfdedd;
  height: 1px;
  width: 16px;
}
.amshopby-slider-container.-light .am-slider:before {
  left: -8px;
}
.amshopby-slider-container.-light .am-slider:after {
  right: -8px;
}
.amshopby-slider-container.-light .ui-slider-range {
  height: 1px;
}
.amshopby-slider-container.-light .am-slider .ui-slider-handle {
  background: #fff;
  border: 1px solid #dfdedd;
  border-radius: 50%;
  box-sizing: border-box;
  height: 16px;
  top: -8px;
  transform: translateX(-8px);
  width: 16px;
}
.amshopby-slider-container.-light .amshopby-slider-corner {
  background: #fff;
  border-color: #dfdedd;
}
.amshopby-slider-container.-light .amshopby-slider-tooltip {
  border-color: #dfdedd;
}
.amshopby-slider-container.-dark {
  margin-top: 30px;
}
.amshopby-slider-container.-dark .am-slider {
  background: #4a4948;
  height: 3px;
  margin: 0 5px;
}
.amshopby-slider-container.-dark .am-slider:before,
.amshopby-slider-container.-dark .am-slider:after {
  height: 3px;
  width: 10px;
}
.amshopby-slider-container.-dark .am-slider:before {
  left: -5px;
}
.amshopby-slider-container.-dark .am-slider:after {
  right: -5px;
}
.amshopby-slider-container.-dark .ui-slider-range {
  height: 3px;
}
.amshopby-slider-container.-dark .am-slider .ui-slider-handle {
  border-radius: 2px;
  height: 15px;
  top: -6px;
  transform: translateX(-5px);
  width: 10px;
}
.filter-options-item .filter-options-content {
  padding-bottom: 5px;
}
.filter-options-item .filter-options-content .am-swatch-wrapper .swatch-option.image,
.filter-options-item .filter-options-content .swatch-attribute.size .swatch-option.selected,
.filter-options-item .filter-options-content .swatch-attribute.manufacturer .swatch-option.selected {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.filter-options-item .filter-options-content .range {
  align-items: center;
  display: flex;
  margin-top: 15px;
  text-align: center;
}
.filter-options-item .filter-options-content .items:not(.items-children):not(.am-category-view),
.filter-options-item .filter-options-content .am-category-wrapper,
.filter-options-item .filter-options-content .amshopby-fromto-wrap {
  margin: 0 10px;
}
.filter-options-item .filter-options-content .am-shopby-form {
  margin: 0 7px;
}
.filter-options-item .filter-options-content .items [class*='am-filter-item'] {
  margin-left: 0;
  padding: 0;
}
.filter-options-item .filter-options-content .count {
  display: inline-flex;
  padding-left: 0;
}
.filter-options-item .filter-options-content .am-shopby-swatch-label .count {
  margin: 0;
  padding: 0;
}
.filter-options-item .filter-options-content .am-shopby-swatch-label .label {
  margin-right: 5px;
}
.filter-options-item .filter-options-content .am-shopby-form {
  margin-bottom: -15px;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 3px;
}
.filter-options-item .filter-options-content .am-shopby-form .swatch-attribute .swatch-option-link-layered:hover {
  background-color: unset;
}
.amasty-catalog-topnav .filter-options-item .filter-options-content {
  padding-bottom: 10px;
}
.amasty-catalog-topnav .filter-options-item .filter-options-content .items:not(.items-children):not(.am-category-view),
.amasty-catalog-topnav .filter-options-item .filter-options-content .am-shopby-form,
.amasty-catalog-topnav .filter-options-item .filter-options-content .am-category-wrapper,
.amasty-catalog-topnav .filter-options-item .filter-options-content .amshopby-fromto-wrap {
  margin: 0;
}
.filter-options .item.-is-collapsible.-is-by-click.-folded .-folding {
  display: none;
}
.filter-options .items.-am-overflow {
  overflow-x: hidden;
  overflow-y: auto;
}
.filter-options .items .items-children.-folding {
  list-style: none;
  padding-left: 20px;
  width: 100%;
}
.filter-options .items.-am-singleselect .item.-is-by-click .items-children.-folding .item .amshopby-filter-parent {
  padding-left: 20px;
}
.filter-options .items.-am-multiselect .item.-is-expanded .items-children.-folding {
  padding-left: 0;
}
.filter-options .items .items-children.-folding .item {
  margin: 5px 0;
}
.filter-options .item.-empty-value {
  opacity: 0.5;
  pointer-events: none;
  user-select: none;
}
.filter-options .ui-widget-overlay {
  background: #aaa;
  opacity: 0.3;
}
.filter-options .ui-widget-shadow {
  box-shadow: 0 0 5px #666;
}
.filter-options .am-category-view {
  background-color: #fff;
  border: 1px solid #ccc;
  box-sizing: border-box;
  display: none;
  margin: 0;
  max-height: 300px;
  overflow-y: auto;
  padding: 10px;
  position: absolute;
  white-space: nowrap;
  width: 100%;
  z-index: 9;
}
.filter-options .items.am-category-view,
.filter-options .am-category-view ol.items {
  margin: 0;
}
.filter-options .am-category-view.-am-singleselect .am-collapse-icon {
  top: 0;
}
.filter-options .am-category-view.-am-singleselect .am-collapse-icon:after,
.filter-options .am-category-view.-am-singleselect .am-show-more:before {
  left: 0;
  right: inherit;
}
.filter-options .am-category-view .item a.amshopby-filter-parent {
  padding-left: 20px;
}
.filter-options .am-category-view.-am-multiselect .item > .am-collapse-icon ~ a.amshopby-filter-parent {
  padding-left: 40px;
}
.filter-options .am-category-view [class*='am-filter-item'] {
  display: inline-block;
  white-space: initial;
}
.filter-options .filter-options-content .rating-summary {
  display: inline-block;
  vertical-align: sub;
}
.filter-options .amshopby-search-box {
  margin: 0 0 15px;
}
.filter-options .am-labels-folding.-am-singleselect .item .am-input,
.filter-options [class*='am-filter-items-'].am-labels-folding.-am-singleselect .item:not(.swatch-option-link-layered) input[type='radio'],
.filter-options .amshopby-category-dropdown + form .-am-singleselect .item input[type='radio'],
.filter-options .am-category-view input[type='radio'] {
  display: none;
}
.filter-options .am-labels-folding.-am-singleselect .item {
  padding: 0;
}
.filter-options .am-category-wrapper .items.-am-multiselect .item.-filter-parent:not(.-is-collapsible),
.filter-options .items:not(.items-children):has(.item.-is-by-click.-filter-parent) > .item.-is-expanded {
  margin-left: 20px;
}
.filter-options-content .am-ranges .items.-am-multiselect .item {
  position: relative;
}
.filter-options-content .am-ranges .items.-am-multiselect .item [class*='am-filter-item'] {
  padding-left: 20px;
}
.filter-actions .filter-clear {
  color: #1979c3;
  font-size: 14px;
  line-height: 19px;
}
.filter-actions .filter-clear:hover {
  color: #399ae6;
  text-decoration: none;
}
.filter-actions .filter-clear:focus,
.filter-actions .filter-clear:active {
  color: #135d96;
}
.filter-options-content .item a:hover {
  background-color: transparent;
  color: #1979c3;
}
.filter-options-content .item a:hover .count {
  color: #1979c3;
}
.filter-options-content .item a:active,
.filter-options-content .item a:active .count {
  color: #135d96;
  text-decoration: none;
}
.filter-options-content .item:first-child {
  margin-top: 0;
}
.filter-options-content .item:last-child {
  margin-bottom: 0;
}
.filter-options-content .item > a {
  display: block;
}
.filter-options-content .items.-am-singleselect .item > input[type='radio'] {
  display: none;
}
.filter-options-content .items.-am-singleselect .amshopby-link-selected,
.filter-options-content .swatch-option.selected + .am-shopby-swatch-label {
  color: #1979c3;
}
.filter-options-content .items.-am-singleselect .amshopby-link-selected .count,
.filter-options-content .swatch-option.selected + .am-shopby-swatch-label .count {
  color: #1979c3;
}
.am-show-more,
.filter-options-content .am-show-more {
  background: transparent;
  border: 0;
  color: #070605;
  cursor: pointer;
  display: none;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 20px;
  margin: 10px 0 0;
  padding: 0 22px 0 0;
  position: relative;
}
.amasty-catalog-topnav .filter-options-content .am-show-more {
  padding-left: 0;
}
.filter-options-content .am-show-more {
  padding-left: 10px;
}
.am-show-more:hover,
.filter-options-content .am-show-more:hover {
  background-color: transparent;
  color: #838382;
  text-decoration: none;
}
.am-show-more:active,
.filter-options-content .am-show-more:active {
  box-shadow: none;
  color: #070605;
}
.am-show-more:before {
  top: 0;
}
.am-show-more.-active {
  align-items: center;
  display: inline-flex;
}
.am-show-more .am-counter {
  display: inline-block;
  margin: 0 2px;
  opacity: 0.5;
}
.am-show-more[data-is-hide='false']:before {
  transform: rotate(180deg);
}
.amshopby-link-selected {
  color: #1979c3;
}
.items[class*='category_ids']:not(.items-children) > .item > a {
  font-weight: 700;
}
.filter-options .items:not(.items-children).-am-multiselect > .item.-is-by-click .items-children.-folding {
  padding-left: 0;
}
.filter-options .items:not(.items-children).-am-multiselect > .item.-is-by-click .items-children.-folding .item.-is-expanded {
  margin-left: 20px;
}
.am-filter-items-stock .amshopby-link-selected,
.am-filter-items-rating .amshopby-link-selected {
  text-decoration: none;
}
.filter-content [class*='am-filter-item']:hover ~ .amshopby-choice:before {
  border-color: #1979c3;
}
.filter-content .items.-am-multiselect [class*='am-filter-item']:hover {
  color: inherit;
}
.filter-content .items.-am-multiselect [class*='am-filter-item']:hover .count {
  color: #757575;
}
.amshopby-fly-out-view.ui-menu,
.amshopby-flyout-block .items.amshopby-fly-out-view .item .items-children {
  position: relative;
  padding: 13px 0;
  border-radius: 3px;
  background: #fff;
  box-shadow: 0 4px 8px rgba(190, 199, 219, 0.21), 0 6px 25px rgba(190, 199, 219, 0.28);
}
.amshopby-fly-out-view .ui-menu {
  width: 100%;
}
.amshopby-fly-out-view .items-children:not(.ui-menu) {
  display: none;
}
.amshopby-fly-out-view .am-input {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 0;
  margin: 0;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 0;
}
.amshopby-fly-out-view .am-input[type='radio'] + .amshopby-choice {
  display: none;
}
.amshopby-flyout-block .items.amshopby-fly-out-view .item {
  position: relative;
  display: flex;
  align-items: flex-start;
  flex-direction: row-reverse;
  margin: 0;
  padding: 4px 20px;
  font-size: 14px;
  line-height: 18px;
}
.amshopby-flyout-block .items.amshopby-fly-out-view .item:hover {
  background-color: #f8f8f9;
}
.amshopby-flyout-block .items.amshopby-fly-out-view .item .items-children {
  position: absolute;
  z-index: 995;
}
.amshopby-flyout-block .items.amshopby-fly-out-view .item > .amshopby-choice {
  position: relative;
  top: inherit;
  left: inherit;
  margin: 3px 0;
  padding-left: 22px;
}
.amshopby-flyout-block .items.amshopby-fly-out-view .item [class*='am-filter-item-'] {
  display: inline-block;
  width: 100%;
}
.amshopby-flyout-block .items.amshopby-fly-out-view .item [class*='am-filter-item-']:hover {
  background-color: transparent;
  color: inherit;
}
.amshopby-flyout-block .items.amshopby-fly-out-view .item [class*='am-filter-item-']:hover > .count {
  color: #757575;
}
.amshopby-flyout-block .items.amshopby-fly-out-view .item .amshopby-choice:hover:before,
.amshopby-flyout-block .items.amshopby-fly-out-view .item [class*='am-filter-item-']:hover ~ .amshopby-choice:before {
  border-color: #e3e3e3;
}
.am_shopby_apply_filters {
  position: fixed;
  bottom: -80px;
  z-index: 999;
  width: 100%;
  transition: left 0.2s ease-in-out;
}
.am_shopby_apply_filters.visible {
  bottom: 0;
}
.am-show-button {
  z-index: 211;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 15px 0;
  width: 100%;
  border-top: 1px solid #ccc;
  background: #fff;
  text-align: center;
}
.am-show-button > .am-items {
  margin: 0;
  padding: 0 10px;
  color: #070605;
  font-size: 14px;
  line-height: 22px;
}
.am-show-button > .am-items.-loading {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url('../../frontend/InverseParadox/BlueRidgeKnives/en_US/Amasty_Shopby/images/svg/loader.svg') center / 30px no-repeat;
  vertical-align: middle;
}
.am-show-button > .amshopby-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  min-width: 90px;
  line-height: 1;
}
.ie11 .am-show-button > .amshopby-button {
  padding: 10px;
}
#amasty-shopby-product-list {
  z-index: 1;
}
#amasty-shopby-product-list .products.wrapper {
  position: relative;
}
.amshopby-overlay-block {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 230;
  display: none;
  width: 100%;
  background: rgba(255, 255, 255, 0.5);
}
.amshopby-overlay-block > .amshopby-loader {
  position: absolute;
  top: 10%;
  left: 50%;
  display: block;
  width: 100px;
  height: 100px;
  background: url('../../frontend/InverseParadox/BlueRidgeKnives/en_US/Amasty_Shopby/images/svg/loader.svg') center / 100px no-repeat;
  transform: translate(-50%, -10%);
}
.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.amshopby-slider-settings {
  list-style: none;
}
.amshopby-slider-settings.-style {
  max-width: 214px;
}
.amshopby-slider-settings.-style .amshopby-slider-container.-default .amshopby-label {
  padding-bottom: 15px;
}
.amshopby-slider-settings.-style .am-slider {
  z-index: 0;
  margin: 0;
}
.amshopby-slider-settings.-style .amshopby-label {
  display: flex;
  align-items: center;
  padding-bottom: 45px;
}
.amshopby-slider-settings.-style .amshopby-input {
  display: flex;
  align-items: center;
  justify-content: center;
}
.amshopby-slider-settings.-style .amshopby-input:checked {
  background: #007bdb;
}
.amshopby-slider-settings.-style .amshopby-input:checked:after {
  position: initial;
  margin: 0;
  width: 6px;
  height: 6px;
  background: #fff;
}
.amshopby-slider-settings.-style .amshopby-title {
  padding-left: 7px;
}
.amshopby-slider-settings.-style .amshopby-slider-tooltip {
  visibility: visible;
  opacity: 1;
  transition: none;
}
.ambrands-word-break {
  word-wrap: break-word;
  word-break: break-word;
}
.ie11 .ambrands-word-break {
  word-break: break-all;
}
.amrelated-grid-wrapper .amshopby-option-link {
  margin-bottom: 10px;
}
.amshopby-brand-title-link {
  font-weight: bold;
}
.amshopby-brand-tooltip.-no-double ~ .amshopby-brand-tooltip.-no-double {
  visibility: hidden;
  opacity: 0;
}
.ambrands-letters-filter {
  display: flex;
  flex-wrap: wrap;
}
.ambrands-letters-filter .ambrands-letter {
  align-items: center;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 6px;
  box-sizing: border-box;
  color: #333;
  cursor: pointer;
  display: flex;
  font-size: 14px;
  font-weight: 400;
  justify-content: center;
  line-height: 1.2;
  margin: 0 12px 12px 0;
  min-height: 34px;
  min-width: 34px;
  padding: 6px;
  text-align: center;
}
.ambrands-letters-filter .ambrands-letter:hover {
  background: #fff;
  border-color: #006bb4;
  text-decoration: none;
}
.ambrands-letters-filter .ambrands-letter.-disabled {
  background: #ececec;
  border-color: #ececec;
  box-shadow: none;
  color: #575757;
  pointer-events: none;
}
.ambrands-letters-filter .ambrands-letter.hide {
  display: none;
}
.ambrands-letters-filter .ambrands-letter.-active {
  background: #dff1ff;
  border-color: #006bb4;
  color: #006bb4;
}
.ambrands-letters-filter .ambrands-letter.-letter-all {
  padding: 6px 11px;
}
.ambrands-filters-block {
  display: inline-block;
  margin: 20px 0 53px;
  width: 100%;
}
.ambrands-search-wrapper {
  margin-bottom: 30px;
  max-width: 460px;
}
.ambrands-search-block {
  display: block;
  position: relative;
}
.ambrands-search-block:before {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0wIDcuNjkyYTcuNjkyIDcuNjkyIDAgMTAxNS4zODUgMEE3LjY5MiA3LjY5MiAwIDAwMCA3LjY5MnptMS41MzggMGE2LjE1NCA2LjE1NCAwIDExMTIuMzA4IDAgNi4xNTQgNi4xNTQgMCAwMS0xMi4zMDggMHoiIGZpbGw9IiNDN0M3QzciLz48cGF0aCBkPSJNMTkuMjMyIDIwYS43Ni43NiAwIDAxLS41NDQtLjIyNmwtNi42MzYtNi42NDZhLjc3Ljc3IDAgMTExLjA3Ny0xLjA5N2w2LjY0NyA2LjY0NmMuMy4zLjMuNzg3IDAgMS4wODdhLjc2Ljc2IDAgMDEtLjU0NC4yMzZ6IiBmaWxsPSIjQzdDN0M3Ii8+PC9zdmc+) center no-repeat;
  content: '';
  display: flex;
  height: 20px;
  left: 15px;
  min-width: 20px;
  pointer-events: none;
  position: absolute;
  top: calc(50% - 20px / 2);
  width: 20px;
}
.ambrands-search-block .ambrands-clear {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik00LjIzIDQuMjNhLjc4My43ODMgMCAwMTEuMTA2IDBMMTAgOC44OTJsNC42NjQtNC42NjRhLjc4My43ODMgMCAwMTEuMTA3IDEuMTA3TDExLjEwNyAxMGw0LjY2NCA0LjY2NGEuNzgzLjc4MyAwIDAxLTEuMTA3IDEuMTA3TDEwIDExLjEwNyA1LjMzNiAxNS43N2EuNzgzLjc4MyAwIDAxLTEuMTA3LTEuMTA3TDguODkzIDEwIDQuMjMgNS4zMzZhLjc4My43ODMgMCAwMTAtMS4xMDd6IiBmaWxsPSIjMzMzIi8+PC9zdmc+) center no-repeat;
  border: 0;
  border-radius: 0 6px 6px 0;
  cursor: pointer;
  display: block;
  height: 40px;
  padding: 10px;
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
}
.ambrands-search-block .ambrands-clear:not(.-active) {
  display: none;
}
.ambrands-search-block .ambrands-input {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 6px;
  box-sizing: border-box;
  color: #333;
  display: block;
  font-size: 14px;
  font-weight: 400;
  height: 40px;
  line-height: 20px;
  margin: 0 0 10px;
  max-width: 100%;
  padding: 10px 40px;
}
.ambrands-search-block .ambrands-input::-webkit-input-placeholder {
  color: #575757;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}
.ambrands-search-block .ambrands-input:-moz-placeholder {
  color: #575757;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  opacity: 1;
}
.ambrands-search-block .ambrands-input::-moz-placeholder {
  color: #575757;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  opacity: 1;
}
.ambrands-search-block .ambrands-input:-ms-input-placeholder {
  color: #575757;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}
.ambrands-search-block .ambrands-input:focus::-webkit-input-placeholder {
  color: #c7c7c7;
}
.ambrands-search-block .ambrands-input:focus:-moz-placeholder {
  color: #c7c7c7;
}
.ambrands-search-block .ambrands-input:focus::-moz-placeholder {
  color: #c7c7c7;
}
.ambrands-search-block .ambrands-input:focus:-ms-input-placeholder {
  color: #c7c7c7;
}
.ambrands-search-block .ambrands-input:hover,
.ambrands-search-block .ambrands-input:focus {
  border-color: #006bb4;
}
._keyfocus .ambrands-search-block .ambrands-input:focus,
.ambrands-search-block .ambrands-input:not([disabled]):focus {
  box-shadow: none;
}
.ambrands-livesearch-block {
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 6px;
  box-shadow: 0 4px 8px rgba(190, 199, 219, 0.21), 0 6px 25px rgba(190, 199, 219, 0.28);
  box-sizing: border-box;
  display: block;
  max-height: 250px;
  max-width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  width: 460px;
  z-index: 99;
}
.ambrands-livesearch-block:not(.-active) {
  display: none;
}
.ambrands-livesearch-block > .ambrands-item {
  box-sizing: border-box;
  color: #000000;
  display: block;
  float: left;
  padding: 5px 10px;
  width: 100%;
}
.ambrands-livesearch-block > .ambrands-item:hover {
  background-color: #e8e8e8;
  text-decoration: none;
}
.ambrands-livesearch-block > .ambrands-item.active {
  background-color: #e8e8e8;
}
@supports (-webkit-touch-callout: none) {
  ._keyfocus .ambrands-search-block .ambrands-input:not(:focus),
  .ambrands-search-block .ambrands-input:not(:focus) {
    border-top-width: 0.5px;
  }
}
.ambrands-letters-list .ambrands-letter {
  box-sizing: border-box;
  margin-bottom: 40px;
  vertical-align: top;
  width: 100%;
}
.ambrands-letters-list .ambrands-letter .ambrands-content {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -8px;
  padding: 0;
}
.ambrands-letters-list .ambrands-letter .ambrands-title {
  align-items: center;
  color: #333;
  display: flex;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  margin: 0 0 20px;
}
.ambrands-letter .ambrands-brand-item {
  margin: 0 8px 16px;
  min-width: 100px;
  position: relative;
}
.ambrands-letter .ambrands-brand-item.-no-logo {
  max-width: calc(50% - (8px * 2));
  width: 100%;
}
.ambrands-letter .ambrands-brand-item.-no-logo .ambrands-label {
  padding-top: 10px;
}
.ambrands-letter .ambrands-brand-item .ambrands-inner {
  align-items: center;
  background: #fff;
  border: 1px solid transparent;
  border-radius: 6px;
  box-shadow: 0 2px 5px rgba(74, 83, 94, 0.03), 0 4px 10px rgba(104, 118, 139, 0.13);
  color: #333;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: flex-start;
  overflow: hidden;
}
.ambrands-letter .ambrands-brand-item .ambrands-inner:hover,
.ambrands-letter .ambrands-brand-item .ambrands-inner:focus {
  border-color: #006bb4;
  text-decoration: none;
}
.ambrands-letter .ambrands-brand-item .ambrands-inner:active {
  background: rgba(65, 173, 255, 0.19);
  border-color: #006bb4;
}
.ambrands-letter .ambrands-brand-item .ambrands-empty {
  color: #8c8c8c;
}
.ambrands-letter .ambrands-brand-item .ambrands-count {
  color: #757575;
}
.ambrands-letter .ambrands-brand-item .ambrands-count:before {
  content: '(';
}
.ambrands-letter .ambrands-brand-item .ambrands-count:after {
  content: ')';
}
.ambrands-letter .ambrands-brand-item .ambrands-label {
  word-wrap: break-word;
  word-break: break-word;
  box-sizing: border-box;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 19px;
  margin: auto;
  padding: 0 10px 10px;
  width: 100%;
}
.ie11 .ambrands-letter .ambrands-brand-item .ambrands-label {
  word-break: break-all;
}
.ambrands-brand-item .ambrands-image-block {
  align-items: center;
  box-sizing: border-box;
  display: flex;
  padding: 10px;
}
.ambrands-brand-item .ambrands-image-block > .ambrands-image {
  max-height: 100%;
  max-width: 100%;
}
.ambrands-letter .ambrands-image {
  display: block;
  margin: 0 auto;
  pointer-events: none;
}
.ambrands-letters-list .ambrands-brand-item {
  list-style-type: none;
  text-align: center;
}
.ambrands-list-popup,
.ambrands-menu-item .ambrands-arrow {
  display: none;
}
.ambrands-slider.amslider .ambrands-slide-link {
  display: flex;
  width: 100%;
}
.ambrands-slider.amslider .ambrands-slide-link:hover {
  text-decoration: none;
}
.ambrands-slider.amslider .brand-swiper-slide.swiper-slide {
  padding: 0.4rem;
}
.ambrands-slider.amslider .brand-swiper-slide.swiper-slide .ambrands-empty {
  color: #8c8c8c;
}
.ambrands-slider.amslider .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0.8rem 1rem;
}
.ambrands-slider.amslider .swiper-button-prev,
.ambrands-slider.amslider .swiper-button-next {
  background-color: #68a8e0;
}
.ambrands-slider.amslider .swiper-button-prev:focus,
.ambrands-slider.amslider .swiper-button-next:focus {
  box-shadow: 0 0 4px 3px #00699D;
}
.block.upsell .amxnotif-block .amxnotif_guest_action,
.block.related .amxnotif-block .amxnotif_guest_action,
.block.crosssell .amxnotif-block .amxnotif_guest_action,
.block.amrelated-grid-wrapper .amxnotif-block .amxnotif_guest_action,
.block.amrelated .amxnotif-block .amxnotif_guest_action {
  min-width: initial;
}
.block.upsell .amxnotif-block .amxnotif_guest_action .action.amsubscribe,
.block.related .amxnotif-block .amxnotif_guest_action .action.amsubscribe,
.block.crosssell .amxnotif-block .amxnotif_guest_action .action.amsubscribe,
.block.amrelated-grid-wrapper .amxnotif-block .amxnotif_guest_action .action.amsubscribe,
.block.amrelated .amxnotif-block .amxnotif_guest_action .action.amsubscribe {
  margin-right: 0;
}
.amxnotif-block .notification-container .am-restock-alert-wrapper {
  margin-top: 5px;
}
.am-word-break {
  word-break: break-word;
  word-wrap: break-word;
}
.ie11 .am-word-break {
  word-break: break-all;
}
.amsearch-form-block {
  align-items: center;
  box-sizing: border-box;
  display: flex;
  justify-content: flex-end;
  position: relative;
  transition: 0.3s;
}
.amsearch-form-block.-opened {
  z-index: 98;
}
.header.content {
  flex-wrap: wrap;
}
.amsearch-loader-block {
  background: url(data:image/gif;base64,R0lGODlhEAALAPQAAP///wAAANra2tDQ0Orq6gYGBgAAAC4uLoKCgmBgYLq6uiIiIkpKSoqKimRkZL6+viYmJgQEBE5OTubm5tjY2PT09Dg4ONzc3PLy8ra2tqCgoMrKyu7u7gAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh/hpDcmVhdGVkIHdpdGggYWpheGxvYWQuaW5mbwAh+QQJCwAAACwAAAAAEAALAAAFLSAgjmRpnqSgCuLKAq5AEIM4zDVw03ve27ifDgfkEYe04kDIDC5zrtYKRa2WQgAh+QQJCwAAACwAAAAAEAALAAAFJGBhGAVgnqhpHIeRvsDawqns0qeN5+y967tYLyicBYE7EYkYAgAh+QQJCwAAACwAAAAAEAALAAAFNiAgjothLOOIJAkiGgxjpGKiKMkbz7SN6zIawJcDwIK9W/HISxGBzdHTuBNOmcJVCyoUlk7CEAAh+QQJCwAAACwAAAAAEAALAAAFNSAgjqQIRRFUAo3jNGIkSdHqPI8Tz3V55zuaDacDyIQ+YrBH+hWPzJFzOQQaeavWi7oqnVIhACH5BAkLAAAALAAAAAAQAAsAAAUyICCOZGme1rJY5kRRk7hI0mJSVUXJtF3iOl7tltsBZsNfUegjAY3I5sgFY55KqdX1GgIAIfkECQsAAAAsAAAAABAACwAABTcgII5kaZ4kcV2EqLJipmnZhWGXaOOitm2aXQ4g7P2Ct2ER4AMul00kj5g0Al8tADY2y6C+4FIIACH5BAkLAAAALAAAAAAQAAsAAAUvICCOZGme5ERRk6iy7qpyHCVStA3gNa/7txxwlwv2isSacYUc+l4tADQGQ1mvpBAAIfkECQsAAAAsAAAAABAACwAABS8gII5kaZ7kRFGTqLLuqnIcJVK0DeA1r/u3HHCXC/aKxJpxhRz6Xi0ANAZDWa+kEAA7AAAAAAAAAAAA) no-repeat center;
  bottom: 0;
  height: 11px;
  margin: auto 10px / 2 auto 0;
  position: absolute;
  right: 40px;
  top: 0;
  width: 16px;
  z-index: 1000;
}
.amsearch-message-block {
  align-items: center;
  background: #fafafa;
  display: flex;
  font-size: 18px;
  justify-content: center;
  line-height: 25px;
  margin: 20px;
  padding: 20px;
  text-align: center;
  width: 100%;
}
.amsearch-message-block b {
  padding: 0 0 0 5px;
}
.amsearch-link {
  color: #1979c2;
  text-decoration: none;
}
.amsearch-link:hover {
  color: #006bb4;
  text-decoration: underline;
}
.amsearch-link:active {
  color: #004c80;
}
.amsearch-wrapper-block {
  box-sizing: border-box;
  display: inline-block;
  margin: 10px 0 0 0;
  order: 1;
  padding: 20px 0;
  position: relative;
  width: 100%;
}
.amsearch-wrapper-block .focusable-trap:focus {
  box-shadow: none;
}
.nav-sections .navigation {
  z-index: 2;
}
.page-header .amsearch-wrapper-block:before {
  background: #ccc;
  content: '';
  height: 1px;
  margin: 0 -15px;
  position: absolute;
  top: 0;
  width: calc(100% + 15px * 2);
}
.amsearch-emptysearch-cms {
  background: #fbfcfe;
  color: #1f1b1b;
  padding: 30px;
}
.amsearch-emptysearch-cms > .amsearch-content {
  word-break: break-word;
  word-wrap: break-word;
}
.ie11 .amsearch-emptysearch-cms > .amsearch-content {
  word-break: break-all;
}
.ie11 .amsearch-emptysearch-cms > .amsearch-content {
  word-break: break-all;
}
.ie11 .amsearch-emptysearch-cms > .amsearch-content {
  word-break: break-all;
}
.amsearch-emptysearch-cms .amsearch-content > .amsearch-title {
  font-size: 38px;
  font-weight: 800;
  margin: 0 0 20px;
}
.amsearch-emptysearch-cms .amsearch-text {
  font-size: 20px;
  font-weight: 300;
  line-height: 28px;
}
.amsearch-emptysearch-cms .amsearch-contacts-block {
  font-size: 14px;
  margin-top: 30px;
}
.amsearch-emptysearch-cms .amsearch-image-block {
  margin-top: 30px;
}
.amsearch-emptysearch-cms .amsearch-contacts-block > .amsearch-title {
  margin-bottom: 5px;
}
.amsearch-highlight {
  color: var(--amsearch-color-highlight, #1a624f);
  font-weight: 700;
}
@-webkit-keyframes amsearch-animation__fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes amsearch-animation__fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes amsearch-animation__fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes amsearch-animation__fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes amsearch-animation__fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.amsearch-button {
  cursor: pointer;
  display: inline-block;
  transition: 0.3s;
}
.amsearch-button.-icon {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 13px;
}
.amsearch-button.-icon:hover,
.amsearch-button.-icon:focus {
  filter: brightness(0.5);
}
.amsearch-button.-clear {
  background-color: transparent;
  border: none;
  box-shadow: none;
  padding: 0;
}
.amsearch-button.-clear:active,
.amsearch-button.-clear:hover,
.amsearch-button.-clear:focus {
  border: none;
  box-shadow: none;
}
.amsearch-button.-close {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEgMWwxMCAxMG0wLTEwTDEgMTEiIHN0cm9rZT0iI0IyQjJCMiIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPjwvc3ZnPg==);
  border: 0;
  padding: 16px;
}
.amsearch-button.-loupe {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1Ni45NjYgNTYuOTY2Ij48cGF0aCBkPSJNNTUuMTQ2IDUxLjg4N0w0MS41ODggMzcuNzg2QTIyLjkyNiAyMi45MjYgMCAwIDAgNDYuOTg0IDIzYzAtMTIuNjgyLTEwLjMxOC0yMy0yMy0yM3MtMjMgMTAuMzE4LTIzIDIzIDEwLjMxOCAyMyAyMyAyM2M0Ljc2MSAwIDkuMjk4LTEuNDM2IDEzLjE3Ny00LjE2MmwxMy42NjEgMTQuMjA4Yy41NzEuNTkzIDEuMzM5LjkyIDIuMTYyLjkyLjc3OSAwIDEuNTE4LS4yOTcgMi4wNzktLjgzN2EzLjAwNCAzLjAwNCAwIDAgMCAuMDgzLTQuMjQyek0yMy45ODQgNmM5LjM3NCAwIDE3IDcuNjI2IDE3IDE3cy03LjYyNiAxNy0xNyAxNy0xNy03LjYyNi0xNy0xNyA3LjYyNi0xNyAxNy0xN3oiIGZpbGw9IiNhOWE5YTkiLz48L3N2Zz4=);
  border: 0;
  box-shadow: none;
  height: 20px;
  padding: 0;
  width: 20px;
}
.amsearch-button.-wishlist,
.amsearch-button.-compare {
  background-size: 18px;
}
.amsearch-button.-wishlist {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMTciIHZpZXdCb3g9IjAgMCAyMCAxNyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE3LjA2MTIgMC40NzczMUMxNS43NjIgLTAuMTAzNzYzIDE0LjQ0OTcgLTAuMTU0MjkxIDEzLjEyNDUgMC4zMjU3MjZDMTEuNzk5MiAwLjc4MDQ3OSAxMC44Mzc3IDEuNjM5NDYgMTAuMjQwMSAyLjkwMjY2QzEwLjE4ODEgMy4wMDM3MiAxMC4xMzYxIDMuMTA0NzcgMTAuMDg0MiAzLjIwNTgzQzEwLjA1ODIgMy4zMDY4OCAxMC4wMzIyIDMuNDIwNTcgMTAuMDA2MiAzLjU0Njg5QzkuOTgwMjMgMy40MjA1NyA5Ljk0MTI1IDMuMzA2ODggOS44ODkyOCAzLjIwNTgzQzkuODYzMyAzLjEwNDc3IDkuODI0MzIgMy4wMDM3MiA5Ljc3MjM1IDIuOTAyNjZDOS4xNzQ2OCAxLjYzOTQ2IDguMjEzMjMgMC43ODA0NzkgNi44ODc5NyAwLjMyNTcyNkM1LjU2MjcyIC0wLjE1NDI5MSA0LjI1MDQ2IC0wLjEwMzc2MyAyLjk1MTE5IDAuNDc3MzFDMS42Nzc5MSAxLjA4MzY1IDAuNzk0NDA5IDIuMDQzNjggMC4zMDA2ODggMy4zNTc0MUMtMC4xNjcwNDkgNC42NzExNCAtMC4wODkwOTI2IDUuOTU5NjEgMC41MzQ1NTYgNy4yMjI4MUMwLjgyMDM5NSA3Ljg1NDQxIDEuNDcwMDMgOC43MjYwMiAyLjQ4MzQ2IDkuODM3NjRDMy41MjI4NyAxMC45MjQgNC42MDEyNiAxMS45OTc3IDUuNzE4NjMgMTMuMDU4OEM2LjgzNiAxNC4xMTk5IDcuODIzNDUgMTUuMDQyIDguNjgwOTYgMTUuODI1MkM5LjU2NDQ2IDE2LjYwODQgMTAuMDA2MiAxNyAxMC4wMDYyIDE3QzEwLjAwNjIgMTcgMTAuMDA2MiAxNi45ODc0IDEwLjAwNjIgMTYuOTYyMUMxMC4wMDYyIDE2Ljk4NzQgMTAuMDA2MiAxNyAxMC4wMDYyIDE3QzEwLjAwNjIgMTcgMTAuNDM1IDE2LjYwODQgMTEuMjkyNSAxNS44MjUyQzEyLjE3NiAxNS4wNDIgMTMuMTc2NCAxNC4xMTk5IDE0LjI5MzggMTMuMDU4OEMxNS40MTEyIDExLjk5NzcgMTYuNDc2NiAxMC45MjQgMTcuNDkgOS44Mzc2NEMxOC41Mjk0IDguNzI2MDIgMTkuMTkyIDcuODU0NDEgMTkuNDc3OSA3LjIyMjgxQzIwLjEwMTUgNS45NTk2MSAyMC4xNjY1IDQuNjcxMTQgMTkuNjcyOCAzLjM1NzQxQzE5LjIwNSAyLjA0MzY4IDE4LjMzNDUgMS4wODM2NSAxNy4wNjEyIDAuNDc3MzFaIiBmaWxsPSIjNkU3MTZFIi8+Cjwvc3ZnPgo=);
  height: 20px;
  width: 20px;
}
.amsearch-button.-compare {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAyMCAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTUgMTRWOS4zNjk3OUgwVjE0SDVaTTEyLjQ2MDkgMEg3LjVWMTRIMTIuNDYwOVYwWk0yMCA0LjcwMzEySDE1VjE0SDIwVjQuNzAzMTJaIiBmaWxsPSIjNkU3MTZFIi8+Cjwvc3ZnPgo=);
  height: 20px;
  width: 20px;
}
.amsearch-button.-disabled {
  opacity: 0.7;
  pointer-events: none;
}
.amsearch-button.-primary {
  background: #1979c2;
  border: 1px solid #1979c2;
  border-radius: 0;
  color: #1979c2;
  letter-spacing: -0.015em;
  transition: 0.3s;
}
.amsearch-button.-primary:hover {
  background: #1979c2;
}
.amsearch-button.-primary:active {
  background: #1979c2;
}
.amsearch-button.-search {
  background-color: var(--amsearch-color-search_button, #1979c2);
  border-color: var(--amsearch-color-search_button, #1979c2);
  color: var(--amsearch-color-search_button_text, #fff);
}
.amsearch-button.-search:hover {
  background: var(--amsearch-color-search_button-hover, #166bab);
  border-color: var(--amsearch-color-search_button-hover, #166bab);
}
.amsearch-button.-search:active {
  background: var(--amsearch-color-search_button-focus, #135d95);
  border-color: var(--amsearch-color-search_button-focus, #135d95);
}
.amsearch-button.-full-close {
  align-items: center;
  background-color: #f5f5f5;
  border-color: #f5f5f5;
  border-radius: 50%;
  display: flex;
  font-size: 10px;
  height: 32px;
  justify-content: center;
  padding: 0;
  width: 32px;
}
.amsearch-button.-full-close:after {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEgMWwxMCAxMG0wLTEwTDEgMTEiIHN0cm9rZT0iI0IyQjJCMiIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPjwvc3ZnPg==);
  background-repeat: no-repeat;
  content: '';
  display: inline-block;
  height: 12px;
  width: 12px;
}
.amsearch-button.-full-close:hover {
  background-color: #e8e8e8;
}
.amsearch-button.-full-close:active {
  background-color: #dcdcdc;
}
.amsearch-slider-section {
  box-sizing: border-box;
  display: flex;
}
.amsearch-slider-section .amsearch-item:hover,
.amsearch-slider-section .amsearch-item.selected {
  background-color: transparent;
}
.amsearch-slider-section .amsearch-item .amsearch-image {
  display: block;
  pointer-events: auto;
  width: 100%;
}
.amsearch-slider-section.slick-slider {
  padding: 0;
}
.amsearch-slider-section .slick-dots {
  background: inherit;
  border: none;
  top: 100%;
}
.amsearch-slider-section .slick-dots > li[role='presentation'] {
  align-items: center;
  border: none;
  display: inline-flex;
  height: 6px;
  justify-content: center;
  margin: 0 6px;
  padding: 0;
  text-align: inherit;
  white-space: inherit;
  width: 6px;
}
.amsearch-slider-section .slick-dots > li[role='presentation']:hover,
.amsearch-slider-section .slick-dots > li[role='presentation'].selected {
  background: inherit;
}
.amsearch-slider-section .slick-dots > li[role='presentation'].slick-active button {
  background: #ff5502;
  border-color: #ff5502;
}
.amsearch-slider-section .slick-dots > li[role='presentation'] button {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 100%;
  height: 100%;
  padding: 0;
  width: 100%;
}
.amsearch-slider-section .slick-dots > li[role='presentation'] button:before {
  content: none;
}
.amsearch-slider-section button.slick-arrow {
  background: #fff url('data:image/svg+xml;base64, PHN2ZyB3aWR0aD0iMTEiIGhlaWdodD0iMTkiIHZpZXdCb3g9IjAgMCAxMSAxOSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEwLjU0NTQgOS4zNzY2OEwyLjE5ODk1IDAuNDA5MThMMC43NDIyNjEgMS44NDg5Mkw3Ljc1MDEzIDkuMzc2NjhMMC41NDU0MSAxNy4xNTEzTDEuOTYyNzMgMTguNTkxTDEwLjA3MyA5LjkxMTQ0TDEwLjU0NTQgOS4zNzY2OFoiIGZpbGw9IiM5OTk5OTkiLz4KPC9zdmc+Cg==') center no-repeat !important;
  border-radius: 0;
  bottom: 0;
  height: 40px;
  margin: auto 0;
  top: 0;
  width: 40px;
  z-index: 2;
}
.amsearch-slider-section button.slick-arrow:focus {
  box-shadow: 0 0 3px 1px #00699D;
}
/* phpcs:ignore Magento2.Less.AvoidId.IdSelectorUsage */
#amasty-shopby-product-list {
  max-width: 100%;
  order: 10;
}
.amsearch-products-section {
  align-content: flex-start;
  border-left: none;
  border-top: 1px solid #ccc;
  box-sizing: border-box;
  padding: 20px 0 0;
  position: relative;
  transition: 0.1s;
  width: 100%;
  /* phpcs:ignore Magento2.Less.TypeSelectors.UpperCaseSelector */
}
.amsearch-products-section .amsearch-sku-block {
  padding: 0 0 10px;
}
.amsearch-products-section .amsearch-link {
  color: var(--amsearch-color-text, #1a624f);
}
.amsearch-products-section .amsearch-link:hover {
  color: var(--amsearch-color-hover_text, #1a624f);
}
.amsearch-products-section .amsearch-block-header {
  padding: 0 20px 25px;
}
.amsearch-products-section .amsearch-item .item-description {
  word-break: keep-all;
}
.amsearch-products-section .amsearch-item .product-item-description {
  word-break: break-all;
}
.amsearch-products-section .product-item-description {
  color: #666;
  font-size: 1.2rem;
  margin: 0;
  padding: 0 0 10px;
}
.amsearch-products-section .amsearch-product-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  width: 100%;
}
.amsearch-products-section .amsearch-item {
  align-content: flex-start;
  box-sizing: border-box;
  display: flex;
  margin: 0;
  padding: 20px;
  position: relative;
}
.amsearch-products-section .amsearch-item:hover {
  background: var(--amsearch-color-hover, #bfdcec);
  z-index: 8;
}
.amsearch-products-section .amsearch-item:not(:hover) .dropdown {
  display: none;
}
.amsearch-products-section .product-item-details {
  display: flex;
  flex-direction: column;
  max-width: 100%;
  min-height: 100px;
}
.amsearch-products-section .amsearch-wrapper-inner {
  align-items: flex-end;
  display: flex;
  flex-wrap: wrap;
}
.amsearch-products-section .product-item-link {
  padding: 0 0 10px;
  word-break: keep-all;
}
.amsearch-products-section .action.tocart {
  word-break: break-word;
  word-wrap: break-word;
  border-radius: 0;
  font-size: 1.2rem;
  line-height: 1.2;
  min-height: 35px;
  padding: 10px;
  white-space: inherit;
}
.ie11 .amsearch-products-section .action.tocart {
  word-break: break-all;
}
.ie11 .amsearch-products-section .action.tocart {
  word-break: break-all;
}
.ie11 .amsearch-products-section .action.tocart {
  word-break: break-all;
}
.amsearch-products-section .product-item [data-role='priceBox'] {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  font-size: 16px;
  font-weight: 700;
  margin: 0;
  padding: 0 0 10px;
}
.amsearch-products-section .product-item [data-role='priceBox'] p,
.amsearch-products-section .product-item [data-role='priceBox'] span {
  flex-basis: 100%;
  padding: 0 0 10px / 2;
}
.amsearch-products-section .product-reviews-summary {
  margin: 0;
  padding: 0 0 10px;
}
.amsearch-products-section .actions-secondary {
  align-items: center;
  display: flex;
  padding: 5px;
}
.amsearch-products-section .actions-secondary .amsearch-button.-icon {
  margin: 5px;
}
.amsearch-products-section .actions-secondary > .action {
  flex-grow: inherit;
  line-height: normal;
  margin-right: 5px;
}
.amsearch-products-section.-list .amsearch-item {
  width: 100%;
}
.amsearch-products-section.-list .amsearch-image {
  max-width: 132px;
  width: 40%;
}
.amsearch-products-section.-list .actions-secondary {
  padding: 0 0 0 10px / 2;
}
.amsearch-products-section.-list .amsearch-description {
  padding-left: 10px;
}
.amsearch-products-section.-grid .amsearch-image {
  padding-bottom: 10px;
  width: 100%;
}
.amsearch-products-section.-grid .amsearch-image .amsearch-product-image-container {
  display: inline-block;
  max-width: 100%;
}
.amsearch-products-section.-grid:not(.-slider) .amsearch-item {
  flex-wrap: wrap;
  max-width: 50%;
}
.amsearch-collapsible-section[data-collapsible].-opened .amsearch-collapsible-title:after {
  transform: rotate(225deg) translate(-5px, 0);
}
.amsearch-collapsible-section[data-collapsible] .amsearch-collapsible-title {
  align-items: center;
  cursor: pointer;
  display: flex;
}
.amsearch-collapsible-section[data-collapsible] .amsearch-collapsible-title:after {
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  content: '';
  display: inline-block;
  height: 10px;
  transform: rotate(45deg) translate(0, -5px);
  transition: 0.3s all;
  width: 10px;
}
.amsearch-block-header {
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  margin-bottom: 0;
  padding: 0 20px 2px;
  width: 100%;
}
.amsearch-block-header .amsearch-title {
  font-size: 1.8rem;
  font-weight: 700;
  text-transform: capitalize;
  word-break: break-word;
  word-wrap: break-word;
}
.amsearch-block-header .amsearch-link {
  line-height: 26px;
  min-width: 90px;
}
.amsearch-block-header .amsearch-link.-view-all .amsearch-count {
  font-weight: inherit;
}
.amsearch-block-header .amsearch-link .amsearch-count:before {
  content: '(+';
}
.amsearch-block-header .amsearch-count {
  font-weight: 300;
}
.amsearch-block-header .amsearch-count:before {
  content: '(';
}
.amsearch-block-header .amsearch-count:after {
  content: ')';
}
.amsearch-category-tab .amsearch-item {
  font-size: 1.6rem;
  margin-bottom: 10px;
}
.amsearch-category-tab .amsearch-item .am-item-link:not(:last-of-type):after {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1MTIiIGhlaWdodD0iNTEyIiB2aWV3Qm94PSIwIDAgNDUxLjg0NiA0NTEuODQ3Ij48cGF0aCBkPSJNMzQ1LjQ0MSAyNDguMjkyTDE1MS4xNTQgNDQyLjU3M2MtMTIuMzU5IDEyLjM2NS0zMi4zOTcgMTIuMzY1LTQ0Ljc1IDAtMTIuMzU0LTEyLjM1NC0xMi4zNTQtMzIuMzkxIDAtNDQuNzQ0TDI3OC4zMTggMjI1LjkyIDEwNi40MDkgNTQuMDE3Yy0xMi4zNTQtMTIuMzU5LTEyLjM1NC0zMi4zOTQgMC00NC43NDggMTIuMzU0LTEyLjM1OSAzMi4zOTEtMTIuMzU5IDQ0Ljc1IDBsMTk0LjI4NyAxOTQuMjg0YzYuMTc3IDYuMTggOS4yNjIgMTQuMjcxIDkuMjYyIDIyLjM2NiAwIDguMDk5LTMuMDkxIDE2LjE5Ni05LjI2NyAyMi4zNzN6IiBkYXRhLW9yaWdpbmFsPSIjMDAwMDAwIiBjbGFzcz0iYWN0aXZlLXBhdGgiIGRhdGEtb2xkX2NvbG9yPSIjYTNhM2EzIiBmaWxsPSIjYTNhM2EzIi8+PC9zdmc+) no-repeat center;
  background-size: contain;
  content: '';
  display: inline-block;
  height: 10px;
  margin: 0 10px;
  width: 10px;
}
.amsearch-result-tabs {
  margin-top: 10px / 2;
  z-index: initial;
}
.amsearch-result-tabs > .data.item.content:not([aria-hidden='false']) {
  display: none;
}
.amsearch-result-tabs .title {
  box-sizing: border-box;
  position: relative;
}
.amsearch-result-tabs .title.active .amsearch-results-count {
  display: none;
}
.amsearch-result-tabs .title.active .switch {
  padding-bottom: 1px;
}
.amsearch-result-tabs .data.content {
  display: none;
}
.amsearch-result-tabs .data.content[aria-hidden='false'] {
  display: block;
}
.amsearch-result-tabs .data.title {
  margin-right: 10px / 2;
}
.amsearch-result-tabs .data.title.active {
  background: #d8d8d8;
  box-sizing: border-box;
}
.amsearch-result-tabs .data.title.last {
  margin-bottom: 8px;
}
.page-header:not(.amsearch-full-width) .amsearch-result-section {
  /* phpcs:ignore Magento2.Less.ClassNaming.NotAllowedSymbol */
  -webkit-animation: amsearch-animation__fadeIn 0.3s forwards;
  animation: amsearch-animation__fadeIn 0.3s forwards;
}
.page-header .amsearch-result-section {
  right: 0;
}
.amsearch-result-section {
  overflow: hidden;
  overflow-y: auto;
  scrollbar-color: #adadad rgba(255, 255, 255, 0.2);
  scrollbar-width: thin;
  background-color: var(--amsearch-color-background, #fff);
  border: 1px solid;
  border-color: var(--amsearch-color-border, transparent);
  border-radius: 3px;
  box-shadow: 0 2px 4px rgba(84, 95, 125, 0.12), 0 5px 8px rgba(155, 159, 174, 0.1);
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  margin: 5px 0;
  max-height: 90vh;
  position: absolute;
  top: 100%;
  transition: 0.3s;
  width: 100%;
  z-index: 99;
}
.amsearch-result-section::-webkit-scrollbar {
  background: #f0f0f0;
}
.amsearch-result-section::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background: #adadad;
  cursor: pointer;
}
.amsearch-result-section ::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #fff;
}
.amsearch-result-section::-webkit-scrollbar {
  width: 4px;
}
.amsearch-result-section::-webkit-scrollbar-thumb {
  width: 4px;
}
.amsearch-result-section ::-webkit-scrollbar-track {
  width: 4px;
}
.amsearch-result-section:empty {
  display: none;
}
.amsearch-result-section .amsearch-result-block {
  box-sizing: border-box;
  max-width: 100%;
  width: 100%;
}
.amsearch-result-section .amsearch-result-block:empty {
  display: none;
}
.amsearch-result-block.-preload {
  display: flex;
  flex-wrap: wrap;
}
.amsearch-result-block.-preload:empty {
  display: none;
}
.amsearch-result-block.-preload .amsearch-item:first-child:last-child {
  max-width: 100%;
  width: 100%;
}
.amsearch-result-block.-preload .amsearch-slider-section {
  width: 100%;
}
.amsearch-result-block.-preload .amsearch-products-list {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.page-header .amsearch-input-wrapper {
  width: 100%;
}
.amsearch-input-wrapper {
  max-width: 100%;
  position: relative;
  transition: 0.3s;
}
.amsearch-input-wrapper.-typed .amsearch-button.-loupe {
  left: 10px;
  right: auto;
}
.amsearch-input-wrapper.-typed .amsearch-input {
  padding-left: 33px;
  padding-right: 33px;
}
.amsearch-input-wrapper .amsearch-input {
  border: 1px solid #ccc;
  padding: 5px 10px;
  transition: 0.3s;
}
.amsearch-input-wrapper .amsearch-input:focus {
  border: 1px solid #1979c2;
  box-shadow: none;
}
.amsearch-input-wrapper .amsearch-input:focus::placeholder,
.amsearch-input-wrapper .amsearch-input:focus::-webkit-input-placeholder {
  color: transparent;
}
.amsearch-input-wrapper .amsearch-input::placeholder,
.amsearch-input-wrapper .amsearch-input::-webkit-input-placeholder {
  color: #999;
}
.amsearch-input-wrapper .amsearch-button.-close {
  bottom: 0;
  font-size: 1rem;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
}
.amsearch-input-wrapper .amsearch-button.-loupe {
  border: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
  right: 5px;
  top: 0;
}
body.-amsearch-overlay-opened .logo,
body.-amsearch-overlay-opened .nav-sections {
  z-index: 0;
}
.page-header.amsearch-full-width.-opened {
  z-index: 12;
}
.amsearch-overlay-block {
  background: rgba(0, 0, 0, 0.19);
  bottom: 0;
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 11;
}
.amsearch-overlay-block .amsearch-overlay {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.amsearch-items-section {
  padding: 25px 0 0 0;
  width: 100%;
}
.amsearch-items-section:empty {
  display: none;
}
.amsearch-item-container {
  flex-basis: 100%;
  padding: 0 0 20px;
  position: relative;
}
.amsearch-item-container.-opened {
  padding: 0 0 32px;
}
.amsearch-item-container.-page a.amsearch-link {
  color: var(--amsearch-color-hover_text, #1a624f);
  font-weight: 600;
}
.amsearch-item-container.-recent_searches:not(.-closed) .amsearch-block-header {
  padding: 0 20px 15px;
}
.amsearch-item-container.-recent_searches .amsearch-tab-items {
  padding: 0 20px;
}
.amsearch-item-container.-recent_searches .amsearch-item {
  background: #f8f8f8;
  border: 1px solid transparent;
  border-radius: 25px;
  box-sizing: border-box;
  display: inline-block;
  margin: 0 8px 10px 0;
  order: 1;
  text-decoration: none;
}
.amsearch-item-container.-recent_searches .amsearch-item.-match {
  background-color: var(--amsearch-color-hover, #bfdcec);
}
.amsearch-item-container.-recent_searches .amsearch-item .amsearch-link {
  padding: 6px 15px;
}
.amsearch-item-container.-recent_searches .amasty-xsearch-num-results {
  display: none;
}
.amsearch-item-container.-popular_searches .amasty-xsearch-num-results {
  display: none;
  font-size: 12px;
}
.amsearch-item-container.-browsing_history .amasty-xsearch-num-results {
  display: none;
}
.amsearch-item-container.-brands .amasty-xsearch-num-results {
  color: #ccc;
  display: inline-block;
  float: none;
}
.amsearch-item-container .amsearch-tab-items {
  list-style: none;
  margin: 0;
  padding: 0;
}
.amsearch-item-container .amsearch-description {
  padding: 8px 20px;
}
.amsearch-item-container .amsearch-item {
  cursor: pointer;
  margin: 0;
  overflow: hidden;
  text-transform: capitalize;
}
.amsearch-item-container .amsearch-item .amsearch-link {
  color: var(--amsearch-color-text, #1a624f);
  display: block;
  font-size: 1.4rem;
  font-weight: 400;
  outline: none;
  padding: 8px 20px;
  text-decoration: none;
}
.amsearch-item-container .amsearch-item .amsearch-link:hover {
  background: var(--amsearch-color-hover, #bfdcec);
  color: var(--amsearch-color-hover_text, #1a624f);
}
.amsearch-item-container .amsearch-item .amsearch-link:focus {
  background: var(--amsearch-color-hover-focus, #bfdcec);
  color: var(--amsearch-color-text-focus, #1a624f);
}
.amsearch-related-terms {
  display: flex;
  flex-wrap: wrap;
  margin: 20px 0;
}
.amsearch-related-terms > .amsearch-title {
  font-weight: 700;
  margin: 0 0 15px 0;
  width: 100%;
}
.amsearch-related-terms > .amsearch-item {
  background: #d8eeff;
  border-radius: 20px;
  color: #252525;
  font-size: 12px;
  line-height: 1.3;
  margin: 0 15px 10px 0;
  padding: 10px / 2 15px;
  transition: 0.1s;
}
.amsearch-related-terms > .amsearch-item:hover {
  background: #b7e0ff;
}
.amsearch-related-terms > .amsearch-item:hover,
.amsearch-related-terms > .amsearch-item:active {
  text-decoration: none;
}
.amsearch-related-terms .amsearch-count {
  color: #757575;
}
.amsearch-button.-full-close {
  display: none;
}
.page-header .amsearch-button.-loupe-trigger {
  background-size: 20px;
  filter: brightness(75%);
  float: right;
  height: 20px;
  margin: 14px;
  width: 20px;
}
.page-header.amsearch-full-width .header.content {
  transition: none;
}
.page-header.amsearch-full-width .amsearch-full_width-title {
  flex-basis: 100%;
  font-size: 2.6rem;
  font-weight: 300;
  margin: 0;
  padding: 0 0 20px 0;
  z-index: 15;
}
.page-header.amsearch-full-width .amsearch-input-wrapper {
  flex-grow: 10;
  width: initial;
}
.page-header.amsearch-full-width .amsearch-button.-search {
  flex-grow: 1;
}
.page-header.amsearch-full-width .amsearch-wrapper-block {
  display: none;
}
.page-header.amsearch-full-width .amsearch-form-block {
  flex-wrap: wrap;
  height: auto;
  justify-content: flex-start;
  min-width: 100%;
  padding: 20px 15px;
  transition: none;
}
.page-header.amsearch-full-width .amsearch-button.-full-close {
  bottom: 0;
  margin: 20px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 98;
}
.page-header.amsearch-full-width .amsearch-result-section {
  border-radius: 0;
  border-top: 1px solid #ccc;
  margin: 0;
  transition: none;
  width: 100%;
}
.page-header.amsearch-full-width .amsearch-slider-section {
  max-width: none;
  width: 100%;
}
.page-header.amsearch-full-width .amsearch-wrapper-block {
  background: #f5f5f5;
  height: 100%;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 14;
}
.page-header.amsearch-full-width.-opened {
  height: 134px;
  transition: 0.1s;
}
.page-header.amsearch-full-width.-opened .panel.wrapper {
  display: none;
}
.page-header.amsearch-full-width.-opened .header.content {
  align-content: center;
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  max-width: 100%;
  padding: 0;
}
.page-header.amsearch-full-width.-opened .minicart-wrapper {
  display: none;
}
.page-header.amsearch-full-width.-opened .amsearch-wrapper-block {
  display: inline-block;
}
.page-header.amsearch-full-width.-opened .amsearch-button.-full-close {
  display: inline-flex;
}
.message-error.error.message {
  word-wrap: break-word;
}
.login-container .block.block-static-block {
  float: none !important;
}
.filter-options .swatch-attribute.filter-size .swatch-option {
  background: #f0f0f0;
}
.filter-options .swatch-attribute.filter-size .swatch-option.selected {
  background: #ffffff;
}
.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 */
  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;
}
.important-announcement-wrapper {
  background: #fff;
  width: 100%;
  text-align: center;
  color: #004062;
  line-height: 0;
}
.important-announcement-wrapper p {
  padding: 18px 0;
  margin: 0;
}
.important-announcement-wrapper .content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  max-width: 1360px;
  margin: 0 auto;
}
.important-announcement-wrapper .close-important-announcement {
  position: absolute;
  right: 0;
}
.important-announcement-wrapper .close-important-announcement:after {
  background: #fff;
  font-size: 1.4rem;
  margin-right: 5px;
  cursor: pointer;
  padding: 7px 0;
  width: 25px;
}
.animated {
  -webkit-animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-duration: 1s;
  animation-fill-mode: both;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
@-webkit-keyframes bounce {
  0%,
  100%,
  20%,
  53%,
  80% {
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  40%,
  43% {
    -webkit-transform: translate3d(0, -30px, 0);
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
  }
  70% {
    -webkit-transform: translate3d(0, -15px, 0);
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  0%,
  100%,
  20%,
  53%,
  80% {
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  40%,
  43% {
    -webkit-transform: translate3d(0, -30px, 0);
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
  }
  70% {
    -webkit-transform: translate3d(0, -15px, 0);
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  -ms-transform-origin: center bottom;
  -webkit-animation-name: bounce;
  -webkit-transform-origin: center bottom;
  animation-name: bounce;
  transform-origin: center bottom;
}
@-webkit-keyframes flash {
  0%,
  100%,
  50% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@keyframes flash {
  0%,
  100%,
  50% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}
@-webkit-keyframes pulse {
  0% {
    -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);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  0% {
    -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);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}
@-webkit-keyframes rubber-band {
  0% {
    -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);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes rubber-band {
  0% {
    -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);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.rubber-band {
  -webkit-animation-name: rubber-band;
  animation-name: rubber-band;
}
@-webkit-keyframes shake {
  0%,
  100% {
    -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 {
  0%,
  100% {
    -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 swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  -ms-transform-origin: top center;
  -webkit-animation-name: swing;
  -webkit-transform-origin: top center;
  animation-name: swing;
  transform-origin: top center;
}
@-webkit-keyframes tada {
  0% {
    -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);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  0% {
    -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);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}
@-webkit-keyframes wobble {
  0% {
    -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);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes wobble {
  0% {
    -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);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}
@-webkit-keyframes bounce-in {
  0%,
  100%,
  20%,
  40%,
  60%,
  80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    opacity: 0;
    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% {
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    opacity: 1;
    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);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounce-in {
  0%,
  100%,
  20%,
  40%,
  60%,
  80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    opacity: 0;
    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% {
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    opacity: 1;
    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);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}
.bounce-in {
  -webkit-animation-duration: 0.75s;
  -webkit-animation-name: bounce-in;
  animation-duration: 0.75s;
  animation-name: bounce-in;
}
@-webkit-keyframes bounce-in-down {
  0%,
  100%,
  60%,
  75%,
  90% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    -webkit-transform: translate3d(0, -3000px, 0);
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    -webkit-transform: translate3d(0, 25px, 0);
    opacity: 1;
    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);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounce-in-down {
  0%,
  100%,
  60%,
  75%,
  90% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    -webkit-transform: translate3d(0, -3000px, 0);
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    -webkit-transform: translate3d(0, 25px, 0);
    opacity: 1;
    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);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
.bounce-in-down {
  -webkit-animation-name: bounce-in-down;
  animation-name: bounce-in-down;
}
@-webkit-keyframes bounce-in-left {
  0%,
  100%,
  60%,
  75%,
  90% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    -webkit-transform: translate3d(-3000px, 0, 0);
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    -webkit-transform: translate3d(25px, 0, 0);
    opacity: 1;
    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);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounce-in-left {
  0%,
  100%,
  60%,
  75%,
  90% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    -webkit-transform: translate3d(-3000px, 0, 0);
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    -webkit-transform: translate3d(25px, 0, 0);
    opacity: 1;
    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);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
.bounce-in-left {
  -webkit-animation-name: bounce-in-left;
  animation-name: bounce-in-left;
}
@-webkit-keyframes bounce-in-right {
  0%,
  100%,
  60%,
  75%,
  90% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    -webkit-transform: translate3d(3000px, 0, 0);
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    -webkit-transform: translate3d(-25px, 0, 0);
    opacity: 1;
    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);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounce-in-right {
  0%,
  100%,
  60%,
  75%,
  90% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    -webkit-transform: translate3d(3000px, 0, 0);
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    -webkit-transform: translate3d(-25px, 0, 0);
    opacity: 1;
    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);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
.bounce-in-right {
  -webkit-animation-name: bounce-in-right;
  animation-name: bounce-in-right;
}
@-webkit-keyframes bounce-in-up {
  0%,
  100%,
  60%,
  75%,
  90% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    -webkit-transform: translate3d(0, 3000px, 0);
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    -webkit-transform: translate3d(0, -20px, 0);
    opacity: 1;
    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);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounce-in-up {
  0%,
  100%,
  60%,
  75%,
  90% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    -webkit-transform: translate3d(0, 3000px, 0);
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    -webkit-transform: translate3d(0, -20px, 0);
    opacity: 1;
    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);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounce-in-up {
  -webkit-animation-name: bounce-in-up;
  animation-name: bounce-in-up;
}
@-webkit-keyframes bounce-out {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounce-out {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounce-out {
  -webkit-animation-duration: 0.75s;
  -webkit-animation-name: bounce-out;
  animation-duration: 0.75s;
  animation-name: bounce-out;
}
@-webkit-keyframes bounce-out-down {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    -webkit-transform: translate3d(0, -20px, 0);
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 2000px, 0);
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes bounce-out-down {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    -webkit-transform: translate3d(0, -20px, 0);
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 2000px, 0);
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.bounce-out-down {
  -webkit-animation-name: bounce-out-down;
  animation-name: bounce-out-down;
}
@-webkit-keyframes bounce-outLeft {
  20% {
    -webkit-transform: translate3d(20px, 0, 0);
    opacity: 1;
    transform: translate3d(20px, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(-2000px, 0, 0);
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes bounce-outLeft {
  20% {
    -webkit-transform: translate3d(20px, 0, 0);
    opacity: 1;
    transform: translate3d(20px, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(-2000px, 0, 0);
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounce-out-left {
  -webkit-animation-name: bounce-outLeft;
  animation-name: bounce-outLeft;
}
@-webkit-keyframes bounce-out-right {
  20% {
    -webkit-transform: translate3d(-20px, 0, 0);
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(2000px, 0, 0);
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes bounce-out-right {
  20% {
    -webkit-transform: translate3d(-20px, 0, 0);
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(2000px, 0, 0);
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
.bounce-out-right {
  -webkit-animation-name: bounce-out-right;
  animation-name: bounce-out-right;
}
@-webkit-keyframes bounce-out-up {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    -webkit-transform: translate3d(0, 20px, 0);
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, -2000px, 0);
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes bounce-out-up {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    -webkit-transform: translate3d(0, 20px, 0);
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, -2000px, 0);
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
.bounce-out-up {
  -webkit-animation-name: bounce-out-up;
  animation-name: bounce-out-up;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fade-in {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  100% {
    -webkit-transform: none;
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  100% {
    -webkit-transform: none;
    opacity: 1;
    transform: none;
  }
}
.fade-in-down {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
  0% {
    -webkit-transform: translate3d(0, -2000px, 0);
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
  100% {
    -webkit-transform: none;
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeInDownBig {
  0% {
    -webkit-transform: translate3d(0, -2000px, 0);
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
  100% {
    -webkit-transform: none;
    opacity: 1;
    transform: none;
  }
}
.fade-in-down-big {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    -webkit-transform: none;
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    -webkit-transform: none;
    opacity: 1;
    transform: none;
  }
}
.fade-in-left {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
  0% {
    -webkit-transform: translate3d(-2000px, 0, 0);
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeInLeftBig {
  0% {
    -webkit-transform: translate3d(-2000px, 0, 0);
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    opacity: 1;
    transform: none;
  }
}
.fade-in-left-big {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  100% {
    -webkit-transform: none;
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  100% {
    -webkit-transform: none;
    opacity: 1;
    transform: none;
  }
}
.fade-in-right {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
  0% {
    -webkit-transform: translate3d(2000px, 0, 0);
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeInRightBig {
  0% {
    -webkit-transform: translate3d(2000px, 0, 0);
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    opacity: 1;
    transform: none;
  }
}
.fade-in-right-big {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  100% {
    -webkit-transform: none;
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  100% {
    -webkit-transform: none;
    opacity: 1;
    transform: none;
  }
}
.fade-in-up {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
  0% {
    -webkit-transform: translate3d(0, 2000px, 0);
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
  100% {
    -webkit-transform: none;
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeInUpBig {
  0% {
    -webkit-transform: translate3d(0, 2000px, 0);
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
  100% {
    -webkit-transform: none;
    opacity: 1;
    transform: none;
  }
}
.fade-in-up-big {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fade-out {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(0, 100%, 0);
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(0, 100%, 0);
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}
.fade-out-down {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(0, 2000px, 0);
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(0, 2000px, 0);
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.fade-out-down-big {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}
.fade-out-left {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(-2000px, 0, 0);
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(-2000px, 0, 0);
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
.fade-out-left-big {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(100%, 0, 0);
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(100%, 0, 0);
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}
.fade-out-right {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(2000px, 0, 0);
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(2000px, 0, 0);
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
.fade-out-right-big {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(0, -100%, 0);
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(0, -100%, 0);
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}
.fade-out-up {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(0, -2000px, 0);
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(0, -2000px, 0);
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
.fade-out-up-big {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}
@-webkit-keyframes flip {
  0% {
    -webkit-animation-timing-function: ease-out;
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    animation-timing-function: ease-out;
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
  }
  40% {
    -webkit-animation-timing-function: ease-out;
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    animation-timing-function: ease-out;
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
  }
  50% {
    -webkit-animation-timing-function: ease-in;
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    animation-timing-function: ease-in;
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
  }
  80% {
    -webkit-animation-timing-function: ease-in;
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    animation-timing-function: ease-in;
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
  }
  100% {
    -webkit-animation-timing-function: ease-in;
    -webkit-transform: perspective(400px);
    animation-timing-function: ease-in;
    transform: perspective(400px);
  }
}
@keyframes flip {
  0% {
    -webkit-animation-timing-function: ease-out;
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    animation-timing-function: ease-out;
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
  }
  40% {
    -webkit-animation-timing-function: ease-out;
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    animation-timing-function: ease-out;
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
  }
  50% {
    -webkit-animation-timing-function: ease-in;
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    animation-timing-function: ease-in;
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
  }
  80% {
    -webkit-animation-timing-function: ease-in;
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    animation-timing-function: ease-in;
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
  }
  100% {
    -webkit-animation-timing-function: ease-in;
    -webkit-transform: perspective(400px);
    animation-timing-function: ease-in;
    transform: perspective(400px);
  }
}
.animated.flip {
  -webkit-animation-name: flip;
  -webkit-backface-visibility: visible;
  animation-name: flip;
  backface-visibility: visible;
}
@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    opacity: 0;
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transition-timing-function: ease-in;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    opacity: 0;
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transition-timing-function: ease-in;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flip-in-x {
  -webkit-animation-name: flipInX;
  -webkit-backface-visibility: visible !important;
  animation-name: flipInX;
  backface-visibility: visible !important;
}
@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    opacity: 0;
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transition-timing-function: ease-in;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    opacity: 0;
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transition-timing-function: ease-in;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flip-in-y {
  -webkit-animation-name: flipInY;
  -webkit-backface-visibility: visible !important;
  animation-name: flipInY;
  backface-visibility: visible !important;
}
@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
  }
}
@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
  }
}
.flip-out-x {
  -webkit-animation-duration: 0.75s;
  -webkit-animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  animation-duration: 0.75s;
  animation-name: flipOutX;
  backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
  }
}
@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
  }
}
.flip-out-y {
  -webkit-animation-duration: 0.75s;
  -webkit-animation-name: flipOutY;
  -webkit-backface-visibility: visible !important;
  animation-duration: 0.75s;
  animation-name: flipOutY;
  backface-visibility: visible !important;
}
@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
    transform: translate3d(100%, 0, 0) skewX(-30deg);
  }
  60% {
    -webkit-transform: skewX(20deg);
    opacity: 1;
    transform: skewX(20deg);
  }
  80% {
    -webkit-transform: skewX(-5deg);
    opacity: 1;
    transform: skewX(-5deg);
  }
  100% {
    -webkit-transform: none;
    opacity: 1;
    transform: none;
  }
}
@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
    transform: translate3d(100%, 0, 0) skewX(-30deg);
  }
  60% {
    -webkit-transform: skewX(20deg);
    opacity: 1;
    transform: skewX(20deg);
  }
  80% {
    -webkit-transform: skewX(-5deg);
    opacity: 1;
    transform: skewX(-5deg);
  }
  100% {
    -webkit-transform: none;
    opacity: 1;
    transform: none;
  }
}
.light-speed-in {
  -webkit-animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-name: lightSpeedIn;
  animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
    transform: translate3d(100%, 0, 0) skewX(30deg);
  }
}
@keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
    transform: translate3d(100%, 0, 0) skewX(30deg);
  }
}
.light-speed-out {
  -webkit-animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-name: lightSpeedOut;
  animation-timing-function: ease-in;
}
@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    -webkit-transform-origin: center;
    opacity: 0;
    transform: rotate3d(0, 0, 1, -200deg);
    transform-origin: center;
  }
  100% {
    -webkit-transform: none;
    -webkit-transform-origin: center;
    opacity: 1;
    transform: none;
    transform-origin: center;
  }
}
@keyframes rotateIn {
  0% {
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    -webkit-transform-origin: center;
    opacity: 0;
    transform: rotate3d(0, 0, 1, -200deg);
    transform-origin: center;
  }
  100% {
    -webkit-transform: none;
    -webkit-transform-origin: center;
    opacity: 1;
    transform: none;
    transform-origin: center;
  }
}
.rotate-in {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}
@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    -webkit-transform-origin: left bottom;
    opacity: 0;
    transform: rotate3d(0, 0, 1, -45deg);
    transform-origin: left bottom;
  }
  100% {
    -webkit-transform: none;
    -webkit-transform-origin: left bottom;
    opacity: 1;
    transform: none;
    transform-origin: left bottom;
  }
}
@keyframes rotateInDownLeft {
  0% {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    -webkit-transform-origin: left bottom;
    opacity: 0;
    transform: rotate3d(0, 0, 1, -45deg);
    transform-origin: left bottom;
  }
  100% {
    -webkit-transform: none;
    -webkit-transform-origin: left bottom;
    opacity: 1;
    transform: none;
    transform-origin: left bottom;
  }
}
.rotate-in-down-left {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    -webkit-transform-origin: right bottom;
    opacity: 0;
    transform: rotate3d(0, 0, 1, 45deg);
    transform-origin: right bottom;
  }
  100% {
    -webkit-transform: none;
    -webkit-transform-origin: right bottom;
    opacity: 1;
    transform: none;
    transform-origin: right bottom;
  }
}
@keyframes rotateInDownRight {
  0% {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    -webkit-transform-origin: right bottom;
    opacity: 0;
    transform: rotate3d(0, 0, 1, 45deg);
    transform-origin: right bottom;
  }
  100% {
    -webkit-transform: none;
    -webkit-transform-origin: right bottom;
    opacity: 1;
    transform: none;
    transform-origin: right bottom;
  }
}
.rotate-in-down-right {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    -webkit-transform-origin: left bottom;
    opacity: 0;
    transform: rotate3d(0, 0, 1, 45deg);
    transform-origin: left bottom;
  }
  100% {
    -webkit-transform: none;
    -webkit-transform-origin: left bottom;
    opacity: 1;
    transform: none;
    transform-origin: left bottom;
  }
}
@keyframes rotateInUpLeft {
  0% {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    -webkit-transform-origin: left bottom;
    opacity: 0;
    transform: rotate3d(0, 0, 1, 45deg);
    transform-origin: left bottom;
  }
  100% {
    -webkit-transform: none;
    -webkit-transform-origin: left bottom;
    opacity: 1;
    transform: none;
    transform-origin: left bottom;
  }
}
.rotate-in-up-left {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    -webkit-transform-origin: right bottom;
    opacity: 0;
    transform: rotate3d(0, 0, 1, -90deg);
    transform-origin: right bottom;
  }
  100% {
    -webkit-transform: none;
    -webkit-transform-origin: right bottom;
    opacity: 1;
    transform: none;
    transform-origin: right bottom;
  }
}
@keyframes rotateInUpRight {
  0% {
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    -webkit-transform-origin: right bottom;
    opacity: 0;
    transform: rotate3d(0, 0, 1, -90deg);
    transform-origin: right bottom;
  }
  100% {
    -webkit-transform: none;
    -webkit-transform-origin: right bottom;
    opacity: 1;
    transform: none;
    transform-origin: right bottom;
  }
}
.rotate-in-up-right {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    opacity: 1;
    transform-origin: center;
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    -webkit-transform-origin: center;
    opacity: 0;
    transform: rotate3d(0, 0, 1, 200deg);
    transform-origin: center;
  }
}
@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    opacity: 1;
    transform-origin: center;
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    -webkit-transform-origin: center;
    opacity: 0;
    transform: rotate3d(0, 0, 1, 200deg);
    transform-origin: center;
  }
}
.rotate-out {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}
@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    opacity: 1;
    transform-origin: left bottom;
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    -webkit-transform-origin: left bottom;
    opacity: 0;
    transform: rotate3d(0, 0, 1, 45deg);
    transform-origin: left bottom;
  }
}
@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    opacity: 1;
    transform-origin: left bottom;
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    -webkit-transform-origin: left bottom;
    opacity: 0;
    transform: rotate3d(0, 0, 1, 45deg);
    transform-origin: left bottom;
  }
}
.rotate-out-down-left {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    opacity: 1;
    transform-origin: right bottom;
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    -webkit-transform-origin: right bottom;
    opacity: 0;
    transform: rotate3d(0, 0, 1, -45deg);
    transform-origin: right bottom;
  }
}
@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    opacity: 1;
    transform-origin: right bottom;
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    -webkit-transform-origin: right bottom;
    opacity: 0;
    transform: rotate3d(0, 0, 1, -45deg);
    transform-origin: right bottom;
  }
}
.rotate-out-down-right {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}
@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    opacity: 1;
    transform-origin: left bottom;
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    -webkit-transform-origin: left bottom;
    opacity: 0;
    transform: rotate3d(0, 0, 1, -45deg);
    transform-origin: left bottom;
  }
}
@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    opacity: 1;
    transform-origin: left bottom;
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    -webkit-transform-origin: left bottom;
    opacity: 0;
    transform: rotate3d(0, 0, 1, -45deg);
    transform-origin: left bottom;
  }
}
.rotate-out-up-left {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    opacity: 1;
    transform-origin: right bottom;
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    -webkit-transform-origin: right bottom;
    opacity: 0;
    transform: rotate3d(0, 0, 1, 90deg);
    transform-origin: right bottom;
  }
}
@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    opacity: 1;
    transform-origin: right bottom;
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    -webkit-transform-origin: right bottom;
    opacity: 0;
    transform: rotate3d(0, 0, 1, 90deg);
    transform-origin: right bottom;
  }
}
.rotate-out-up-right {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}
@-webkit-keyframes hinge {
  0% {
    -webkit-animation-timing-function: ease-in-out;
    -webkit-transform-origin: top left;
    animation-timing-function: ease-in-out;
    transform-origin: top left;
  }
  20%,
  60% {
    -webkit-animation-timing-function: ease-in-out;
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    animation-timing-function: ease-in-out;
    transform: rotate3d(0, 0, 1, 80deg);
    transform-origin: top left;
  }
  40%,
  80% {
    -webkit-animation-timing-function: ease-in-out;
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    animation-timing-function: ease-in-out;
    opacity: 1;
    transform: rotate3d(0, 0, 1, 60deg);
    transform-origin: top left;
  }
  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    opacity: 0;
    transform: translate3d(0, 700px, 0);
  }
}
@keyframes hinge {
  0% {
    -webkit-animation-timing-function: ease-in-out;
    -webkit-transform-origin: top left;
    animation-timing-function: ease-in-out;
    transform-origin: top left;
  }
  20%,
  60% {
    -webkit-animation-timing-function: ease-in-out;
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    animation-timing-function: ease-in-out;
    transform: rotate3d(0, 0, 1, 80deg);
    transform-origin: top left;
  }
  40%,
  80% {
    -webkit-animation-timing-function: ease-in-out;
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    animation-timing-function: ease-in-out;
    opacity: 1;
    transform: rotate3d(0, 0, 1, 60deg);
    transform-origin: top left;
  }
  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    opacity: 0;
    transform: translate3d(0, 700px, 0);
  }
}
.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}
@-webkit-keyframes rollIn {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  100% {
    -webkit-transform: none;
    opacity: 1;
    transform: none;
  }
}
@keyframes rollIn {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  100% {
    -webkit-transform: none;
    opacity: 1;
    transform: none;
  }
}
.roll-in {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}
@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
@keyframes rollOut {
  0% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.roll-out {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}
@-webkit-keyframes zoomIn {
  0% {
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoom-in {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
@-webkit-keyframes zoomInDown {
  0% {
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
  }
  60% {
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
  }
}
@keyframes zoomInDown {
  0% {
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
  }
  60% {
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
  }
}
.zoom-in-down {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}
@-webkit-keyframes zoomInLeft {
  0% {
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
  }
  60% {
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
  }
}
@keyframes zoomInLeft {
  0% {
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
  }
  60% {
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
  }
}
.zoom-in-left {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}
@-webkit-keyframes zoomInRight {
  0% {
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
  }
  60% {
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
  }
}
@keyframes zoomInRight {
  0% {
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
  }
  60% {
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
  }
}
.zoom-in-right {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}
@-webkit-keyframes zoomInUp {
  0% {
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
  }
  60% {
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
  }
}
@keyframes zoomInUp {
  0% {
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
  }
  60% {
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
  }
}
.zoom-in-up {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}
@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}
@keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}
.zoom-out {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}
@-webkit-keyframes zoomOutDown {
  40% {
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
  }
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
  }
}
@keyframes zoomOutDown {
  40% {
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
  }
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
  }
}
.zoom-out-down {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}
@-webkit-keyframes zoomOutLeft {
  40% {
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  100% {
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform-origin: left center;
  }
}
@keyframes zoomOutLeft {
  40% {
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  100% {
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform-origin: left center;
  }
}
.zoom-out-left {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}
@-webkit-keyframes zoomOutRight {
  40% {
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  100% {
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0, 0);
    transform-origin: right center;
  }
}
@keyframes zoomOutRight {
  40% {
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  100% {
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0, 0);
    transform-origin: right center;
  }
}
.zoom-out-right {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}
@-webkit-keyframes zoomOutUp {
  40% {
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
  }
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
  }
}
@keyframes zoomOutUp {
  40% {
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
  }
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
  }
}
.zoom-out-up {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}
@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slideInDown {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.slide-in-down {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideInLeft {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.slide-in-left {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideInRight {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.slide-in-right {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}
@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slideInUp {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.slide-in-up {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}
@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    visibility: hidden;
  }
}
@keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    visibility: hidden;
  }
}
.slide-out-down {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}
@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    visibility: hidden;
  }
}
@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    visibility: hidden;
  }
}
.slide-out-left {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    visibility: hidden;
  }
}
@keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    visibility: hidden;
  }
}
.slide-out-right {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    visibility: hidden;
  }
}
@keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    visibility: hidden;
  }
}
.slide-out-up {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}
/* common */
.section-item-content .menu-container.horizontal-menu ul > li.dropdown ul li.menu-footer,
.section-item-content .menu-container.horizontal-menu ul > li.dropdown ul li.menu-header {
  width: 100%;
}
.section-item-content .menu-container.horizontal-menu ul > li.dropdown ul li.menu-sidebar-left,
.section-item-content .menu-container.horizontal-menu ul > li.dropdown ul li.menu-sidebar-right {
  width: 25%;
}
.section-item-content .menu-container {
  display: block;
  margin: 0 auto;
  max-width: 1240px;
}
.section-item-content .menu-container .menu.horizontal.right {
  float: right;
  text-align: right;
}
.section-item-content .menu-container .menu.horizontal.center {
  float: none;
  text-align: center;
}
.section-item-content .menu-container .menu > ul {
  box-sizing: border-box;
  list-style: none;
  margin: 0 auto;
  padding: 0;
  position: relative;
  width: 100%;
}
.section-item-content .menu-container .menu > ul > li {
  display: inline-block;
  float: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
.section-item-content .menu-container .menu > ul > li img {
  margin-top: 10px;
}
.section-item-content .menu-container .menu > ul > li span.plus {
  background: #fff;
  cursor: pointer;
  display: none;
  height: 36px;
  position: absolute;
  right: 5px;
  text-align: center;
  top: 5px;
  width: 36px;
  z-index: 99;
}
.section-item-content .menu-container .menu > ul > li span.plus:before {
  content: '\f067';
  font-size: 14px;
  line-height: 41px;
  color: #333;
  font-weight: normal;
  font-family: 'FontAwesome';
}
.section-item-content .menu-container .menu > ul > li.active span.plus:before {
  color: #000;
  content: '\f068';
}
.section-item-content .menu-container .menu > ul > li .right-side-img {
  display: inline-block;
}
.section-item-content .menu-container .menu > ul > li .right-side-img img {
  padding: 0;
  margin: 0;
  border-radius: 5px;
}
.section-item-content .menu-container .menu > ul > li.three-col-small-banner ul.column1 {
  width: 60%;
}
.section-item-content .menu-container .menu > ul > li.three-col-small-banner ul li {
  margin: 0;
  padding: 0;
}
.section-item-content .menu-container .menu > ul > li.three-col-small-banner ul li .electronics-menu-box {
  box-sizing: border-box;
  width: 100%;
}
.section-item-content .menu-container .menu > ul > li.three-col-small-banner ul li .electronics-menu-box .electronics-menu-box01,
.section-item-content .menu-container .menu > ul > li.three-col-small-banner ul li .electronics-menu-box .electronics-menu-box02,
.section-item-content .menu-container .menu > ul > li.three-col-small-banner ul li .electronics-menu-box .electronics-menu-box03 {
  float: left;
  width: 33.33%;
}
.section-item-content .menu-container .menu > ul > li.three-col-small-banner ul li .electronics-menu-box .electronics-menu-box01 h4,
.section-item-content .menu-container .menu > ul > li.three-col-small-banner ul li .electronics-menu-box .electronics-menu-box02 h4,
.section-item-content .menu-container .menu > ul > li.three-col-small-banner ul li .electronics-menu-box .electronics-menu-box03 h4 {
  color: #000;
  margin-top: 0;
}
.section-item-content .menu-container .menu > ul > li.three-col-small-banner ul li .electronics-menu-box .electronics-menu-box01 ul li,
.section-item-content .menu-container .menu > ul > li.three-col-small-banner ul li .electronics-menu-box .electronics-menu-box02 ul li,
.section-item-content .menu-container .menu > ul > li.three-col-small-banner ul li .electronics-menu-box .electronics-menu-box03 ul li {
  float: left;
  padding: 0 0 6px 0;
  width: 100%;
}
.section-item-content .menu-container .menu > ul > li.three-col-small-banner ul li .electronics-menu-box .electronics-menu-box04 {
  float: left;
  padding-top: 20px;
  width: 100%;
}
.section-item-content .menu-container .menu > ul > li.four-col-prod .product-column-count3 {
  border-left: #ddd solid 0;
  float: left;
  margin: 0;
  width: 100%;
}
.section-item-content .menu-container .menu > ul > li.four-col-prod .product-column-count3 .products-grid .product-item {
  width: 100%;
  padding: 0 0 20px 0;
  margin-left: 0;
}
.section-item-content .menu-container .menu > ul > li.four-col-prod .product-column-count3 .products-grid .product-item .product-item-info {
  padding: 9px;
  display: inline-block;
}
.section-item-content .menu-container .menu > ul > li.four-col-prod .product-column-count3 .products-grid .product-item .product-item-info .product-item-photo {
  float: left;
  width: 30%;
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 5px;
}
.section-item-content .menu-container .menu > ul > li.four-col-prod .product-column-count3 .products-grid .product-item .product-item-info .product-item-details {
  float: right;
  width: 62%;
}
.section-item-content .menu-container .menu > ul > li.four-col-prod .product-column-count3 .products-grid .product-item .product-item-info .product-item-details .product-item-inner {
  box-shadow: none;
  margin: 0;
  background: none;
  border: none;
  position: static;
  padding: 0;
}
.section-item-content .menu-container .menu > ul > li.four-col-prod .product-column-count3 .products-grid .product-item .product-item-info .product-item-details .product-item-inner .tocart {
  padding: 7px;
}
.section-item-content .menu-container .menu > ul > li.four-col-prod .product-column-count3 .products-grid .product-item .product-item-info:hover {
  display: inline-block;
  box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.3);
  margin: 0;
  border: none;
}
.section-item-content .menu-container .menu > ul > li.single-links-block ul {
  margin: 0;
  padding: 0;
}
.section-item-content .menu-container .menu > ul > li.single-links-block ul.column1 {
  left: auto;
  padding: 8px 20px;
  width: 260px;
}
.section-item-content .menu-container .menu > ul > li.one-col-full-video ul.column1 iframe {
  width: 100%;
}
.section-item-content .menu-container .menu > ul > li.menu-dropdown-icon > a:before {
  color: #333;
  content: '\f107';
  float: right;
  font-family: 'FontAwesome';
  font-size: 18px;
  font-weight: normal;
  line-height: 18px;
  margin: 2px 0 0 12px;
}
.section-item-content .menu-container .menu > ul > li.active > a {
  color: #000;
}
.section-item-content .menu-container .menu > ul > li.active > a:before {
  color: #000;
}
.section-item-content .menu-container .menu > ul > li.active .megaitemicons:before {
  color: #000;
}
.section-item-content .menu-container .menu > ul > li ul {
  -webkit-flex-wrap: wrap;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  float: left;
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: left;
  width: 100%;
}
.section-item-content .menu-container .menu > ul > li ul.child-level-1 > li > a {
  font-weight: 600;
}
.section-item-content .menu-container .menu > ul > li ul.child-level-1 > li > a::before {
  display: none;
}
.section-item-content .menu-container .menu > ul > li ul.child-level-1 > li > a:hover {
  color: #333;
}
.section-item-content .menu-container .menu > ul > li ul.child-level-2 {
  margin-bottom: 10px;
  margin-left: 0;
  margin-top: 5px;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.section-item-content .menu-container .menu > ul > li ul.child-level-2 li.view_more a {
  color: #000;
  font-weight: 700;
}
.section-item-content .menu-container .menu > ul > li ul.child-level-3 {
  margin-bottom: 0;
  margin-left: 4%;
}
.section-item-content .menu-container .menu > ul > li ul.child-level-4 {
  margin-bottom: 0;
  margin-left: 0;
}
.section-item-content .menu-container .menu > ul > li ul.child-level-5 {
  margin-bottom: 0;
  margin-left: 8%;
}
.section-item-content .menu-container .menu > ul > li ul li {
  float: left;
  margin: 0;
  padding: 0 0 6px 0;
  width: 100%;
}
.section-item-content .menu-container .menu > ul > li ul li h4 {
  margin-top: 0;
}
.section-item-content .menu-container .menu > ul > li ul li.menu-content {
  display: -webkit-flex;
}
.section-item-content .menu-container .menu > ul > li ul li .child-level-1 li {
  -webkit-flex-basis: 25%;
  flex-basis: 25%;
}
.section-item-content .menu-container .menu > ul > li ul li .child-level-1 li.cat-no-child {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.section-item-content .menu-container .menu > ul > li ul li .child-level-1 li.cat-no-child a {
  font-weight: 400;
}
.section-item-content .menu-container .menu > ul > li ul li .megaitemicons {
  display: none;
}
.section-item-content .menu-container .menu > ul > li ul li .megaitemicons:before {
  display: none;
}
.section-item-content .menu-container .menu > ul > li ul li a {
  color: #333;
  padding: 0;
  position: relative;
}
.section-item-content .menu-container .menu > ul > li ul li a:hover {
  color: #1979c3;
  text-decoration: none;
}
.section-item-content .menu-container .menu > ul > li ul li a .md-label-text {
  background: #000;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  margin-left: 5px;
  padding: 2px 3px;
}
.section-item-content .menu-container .menu > ul > li ul li a .md-label-text.square {
  border-radius: 3px;
}
.section-item-content .menu-container .menu > ul > li ul li a .md-label-text.rounded {
  border-radius: 25px;
  padding: 1px 5px;
}
.section-item-content .menu-container .menu > ul > li ul li a .md-label-text.square-pointer {
  border-radius: 3px;
  margin-left: -7px;
  padding: 2px 5px;
  position: absolute;
  top: -10px;
}
.section-item-content .menu-container .menu > ul > li ul li a .md-label-text.square-pointer::after {
  border-right: 6px solid transparent;
  border-top: 6px solid transparent;
  border-top-color: #000;
  bottom: -5px;
  content: ' ';
  height: 0;
  left: 11px;
  position: absolute;
  width: 0;
}
.section-item-content .menu-container .menu > ul > li ul li a .md-label-text.circle {
  border-radius: 100%;
  padding: 1px 8px;
}
.section-item-content .menu-container .menu > ul > li ul li a .md-label-text.circle-pointer {
  border-radius: 100%;
  margin-left: -8px;
  padding: 1px 5px;
  position: absolute;
  top: -10px;
}
.section-item-content .menu-container .menu > ul > li ul li a .md-label-text.circle-pointer::after {
  border-right: 6px solid transparent;
  border-top: 6px solid transparent;
  border-top-color: #000;
  bottom: -5px;
  content: ' ';
  height: 0;
  left: 11px;
  position: absolute;
  width: 0;
}
.section-item-content .menu-container .menu > ul > li ul li a .md-label-text.square-animated {
  border-radius: 3px;
  width: 5px;
  height: 8px;
  position: relative;
  margin-left: 12px;
  display: inline-block;
  font-size: 0;
  vertical-align: middle;
}
.section-item-content .menu-container .menu > ul > li ul li a .md-label-text.square-animated::before {
  content: "";
  width: 17px;
  height: 18px;
  border-radius: 3px;
  position: absolute;
  top: -5px;
  left: -5px;
  border: 2px solid #333;
  animation: anim-ripple 2s infinite;
}
.section-item-content .menu-container .menu > ul > li ul li a .md-label-text.circle-animated {
  width: 5px;
  height: 8px;
  border-radius: 50%;
  position: relative;
  margin-left: 12px;
  display: inline-block;
  font-size: 0;
  vertical-align: middle;
}
.section-item-content .menu-container .menu > ul > li ul li a .md-label-text.circle-animated::before {
  content: "";
  width: 17px;
  height: 18px;
  border-radius: 50%;
  position: absolute;
  top: -5px;
  left: -5px;
  border: 2px solid #333;
  animation: anim-ripple 2s infinite;
}
@keyframes anim-ripple {
  from {
    opacity: 1;
    transform: scale3d(0.75, 0.75, 1);
  }
  to {
    opacity: 0;
    transform: scale3d(1.25, 1.25, 1);
  }
}
.section-item-content .menu-container .menu > ul > li ul li .product-item-name a {
  padding: 0;
}
.section-item-content .menu-container .menu > ul > li ul li .block-products-list a.product-item-photo:before,
.section-item-content .menu-container .menu > ul > li ul li .block-products-list .product-item-name a:before {
  display: none;
}
.section-item-content .menu-container .menu > ul > li ul li .block-products-list a.product-item-photo:hover,
.section-item-content .menu-container .menu > ul > li ul li .block-products-list .product-item-name a:hover {
  padding: 0;
}
.section-item-content .menu-container .menu > ul > li ul li .block-products-list .product-item-actions .actions-primary + .actions-secondary {
  vertical-align: top;
}
.section-item-content .menu-container .menu > ul > li ul li .block-products-list .product-item-actions a:before {
  color: #ddd;
  font-family: 'FontAwesome';
  font-size: 14px;
  line-height: 16px;
}
.section-item-content .menu-container .menu > ul > li ul li .block-products-list .product-item-actions a:hover {
  color: #000;
  padding: 0;
}
.section-item-content .menu-container .menu > ul > li ul li .block-products-list .product-item-actions a.action.towishlist:before {
  content: '\f004';
}
.section-item-content .menu-container .menu > ul > li ul li .block-products-list .product-item-actions a.action.tocompare:before {
  content: '\f24d';
}
a .section-item-content .menu-container .menu > ul > li ul li h4:before {
  display: none;
}
.section-item-content .menu-container .menu > ul > li:hover > ul {
  display: block;
}
.section-item-content .menu-container .menu > ul > li:hover .product-item .price-box .price {
  color: #000;
}
.section-item-content .menu-container .menu > ul > li:hover > a {
  color: #000;
}
.section-item-content .menu-container .menu > ul > li > a {
  color: #333;
  display: block;
  font-size: 14px;
  font-weight: bold;
  padding: 0.9em 1.8em;
  position: relative;
  text-decoration: none;
}
.section-item-content .menu-container .menu > ul > li > a .md-label-text {
  margin-left: 5px;
  background: #000;
  color: #fff;
  padding: 0 3px;
  font-size: 9px;
  font-weight: 700;
  position: absolute;
  top: 2px;
  right: 25px;
}
.section-item-content .menu-container .menu > ul > li > a .md-label-text.square {
  border-radius: 3px;
}
.section-item-content .menu-container .menu > ul > li > a .md-label-text.rounded {
  border-radius: 25px;
  padding: 1px 5px;
}
.section-item-content .menu-container .menu > ul > li > a .md-label-text.square-pointer {
  border-radius: 3px;
  margin-left: -2px;
  padding: 2px 5px;
  position: absolute;
  top: -4px;
}
.section-item-content .menu-container .menu > ul > li > a .md-label-text.square-pointer::after {
  border-right: 6px solid transparent;
  border-top: 6px solid transparent;
  border-top-color: #000;
  bottom: -5px;
  content: ' ';
  height: 0;
  left: 11px;
  position: absolute;
  width: 0;
}
.section-item-content .menu-container .menu > ul > li > a .md-label-text.circle {
  border-radius: 100%;
  padding: 1px 8px;
}
.section-item-content .menu-container .menu > ul > li > a .md-label-text.circle-pointer {
  border-radius: 100%;
  margin-left: -2px;
  padding: 2px 5px;
  position: absolute;
  top: 2px;
}
.section-item-content .menu-container .menu > ul > li > a .md-label-text.circle-pointer::after {
  border-right: 6px solid transparent;
  border-top: 6px solid transparent;
  border-top-color: #000;
  bottom: -5px;
  content: ' ';
  height: 0;
  left: 11px;
  position: absolute;
  width: 0;
}
.section-item-content .menu-container .menu > ul > li > a .md-label-text.square-animated {
  border-radius: 3px;
  width: 5px;
  height: 8px;
  position: relative;
  margin-left: 12px;
  display: inline-block;
  font-size: 0;
  vertical-align: middle;
}
.section-item-content .menu-container .menu > ul > li > a .md-label-text.square-animated::before {
  content: "";
  width: 17px;
  height: 18px;
  border-radius: 3px;
  position: absolute;
  top: -5px;
  left: -5px;
  border: 2px solid #333;
  animation: anim-ripple 2s infinite;
}
.section-item-content .menu-container .menu > ul > li > a .md-label-text.circle-animated {
  width: 5px;
  height: 8px;
  border-radius: 50%;
  position: relative;
  margin-left: 12px;
  display: inline-block;
  font-size: 0;
  vertical-align: middle;
}
.section-item-content .menu-container .menu > ul > li > a .md-label-text.circle-animated::before {
  content: "";
  width: 17px;
  height: 18px;
  border-radius: 50%;
  position: absolute;
  top: -5px;
  left: -5px;
  border: 2px solid #333;
  animation: anim-ripple 2s infinite;
}
@keyframes anim-ripple {
  from {
    opacity: 1;
    transform: scale3d(0.75, 0.75, 1);
  }
  to {
    opacity: 0;
    transform: scale3d(1.25, 1.25, 1);
  }
}
.section-item-content .menu-container .menu > ul > li > ul {
  background: #fff;
  box-shadow: 1px 4px 6px 2px rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  display: none;
  left: 0;
  list-style: none;
  margin: 0;
  padding: 30px;
  position: absolute;
  width: 100%;
  z-index: 99;
  border-radius: 0px 0px 5px 5px;
}
.section-item-content .menu-container .menu > ul > li > ul > li p {
  margin: 0;
  padding: 0;
}
.section-item-content .menu-container .menu > ul > li > ul > li h4 {
  color: #333;
}
.section-item-content .menu-container .menu > ul > li > ul > li h2 {
  border-bottom: #e8e8e8 solid 1px;
  color: #333;
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 12px 0;
  padding: 8px 0 16px;
}
.section-item-content .menu-container .menu > ul > li > ul > li h3 {
  color: #333;
  font-size: 15px;
  font-weight: 700;
  margin: 0;
  padding: 0 0 10px 0;
}
.section-item-content .menu-container .menu > ul > li > ul > li > a {
  color: #000;
  line-height: 20px;
}
.section-item-content .menu-container .menu > ul > li > ul > li .block-title {
  border-bottom: #ddd solid 1px;
  color: #333;
  margin: 0 0 20px 0;
  padding: 0 0 10px 0;
}
.section-item-content .menu-container .menu > ul > li > ul > li .block-title strong {
  font-weight: 700;
}
.section-item-content .menu-container .menu > ul > li ul.column1.menu-vertical-wrapper > li {
  padding: 0;
}
.section-item-content .menu-container .menu > ul > li ul.column1 > li {
  padding: 15px;
}
.section-item-content .menu-container .menu > ul > li ul.column2 > li {
  box-sizing: border-box;
  padding: 10px;
  width: 50%;
}
.section-item-content .menu-container .menu > ul > li ul.column2 > li.menu-content {
  width: 75%;
}
.section-item-content .menu-container .menu > ul > li ul.column2.menu-vertical-wrapper > li.menu-content {
  padding: 0;
}
.section-item-content .menu-container .menu > ul > li ul.column3 > li {
  box-sizing: border-box;
  padding: 10px;
  width: 33.33%;
}
.section-item-content .menu-container .menu > ul > li ul.column3 > li.menu-content {
  width: 50%;
}
.section-item-content .menu-container .menu > ul > li ul.column4 > li {
  box-sizing: border-box;
  padding: 0 10px 0 0;
  width: 25%;
}
.section-item-content .menu-container .menu > ul > li ul.column4 > li:last-child {
  padding: 0;
}
.section-item-content .menu-container .menu > ul > li ul.column5 > li {
  box-sizing: border-box;
  padding: 0 10px;
  width: 20%;
}
.section-item-content .menu-container .menu > ul > li .col-menu-3 {
  float: left;
  width: 25%;
}
.section-item-content .menu-container .menu > ul > li .col-menu-9 {
  float: left;
  width: 75%;
}
.section-item-content .menu-container .menu > ul > li .col-menu-9 .vertical-subcate-content {
  display: none;
}
.section-item-content .menu-container .menu > ul > li .col-menu-9 .vertical-subcate-content.active {
  display: block;
}
.section-item-content .menu-container .menu-mobile {
  display: none;
  padding: 20px;
}
.section-item-content .menu-container .menu-mobile:after {
  -ms-transform: translateY(-25%);
  -webkit-transform: translateY(-25%);
  color: #333;
  content: '\f105';
  float: right;
  font-family: 'FontAwesome';
  font-size: 18px;
  font-weight: normal;
  line-height: 20px;
  padding: 0;
  position: relative;
  top: 50%;
  transform: translateY(-25%);
}
.section-item-content .menu-container .menu-dropdown-icon:before {
  background: #fff;
  color: #333;
  content: '\f105';
  cursor: pointer;
  display: none;
  float: right;
  font-family: 'FontAwesome';
  font-size: 18px;
  font-weight: normal;
  line-height: 20px;
  padding: 1em 2em;
}
.vertical-left-menu {
  float: left;
  margin: 0 0 20px 0;
  width: 24%;
}
.vertical-left-menu .block-title {
  background: #000;
  color: #fff;
  float: left;
  font-size: 16px;
  margin: 0;
  padding: 9px 0;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}
.vertical-left-menu .block-title strong {
  font-weight: 700;
}
.vertical-right-menu {
  float: right;
  margin: 0 0 20px 0;
  width: 24%;
}
.vertical-right-menu .block-title {
  background: #000;
  color: #fff;
  float: left;
  font-size: 16px;
  margin: 0;
  padding: 9px 0;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}
.vertical-right-menu .block-title strong {
  font-weight: 700;
}
.banner-with-menu-left {
  float: left;
  width: 74%;
}
.banner-with-menu-left .home-main {
  background: #000;
  height: 355px;
  margin-bottom: 20px;
}
.banner-with-menu-right {
  float: right;
  width: 74%;
}
.banner-with-menu-right .home-main {
  background: #000;
  height: 355px;
  margin-bottom: 20px;
}
.section-item-content .menu-container .menu.vertical-left {
  background: #ddd;
  float: left;
  width: 100%;
}
.section-item-content .menu-container .menu.vertical-left > ul {
  position: relative;
}
.section-item-content .menu-container .menu.vertical-left > ul > li {
  display: inline-block;
  width: 100%;
  text-align: left;
  position: relative;
}
.section-item-content .menu-container .menu.vertical-left > ul > li.menu-dropdown-icon > a:before {
  color: #333;
  content: '\f105';
  font-family: 'FontAwesome';
  font-size: 18px;
  font-weight: normal;
  line-height: 20px;
}
.section-item-content .menu-container .menu.vertical-left > ul > li.menu-dropdown-icon > a:hover:before {
  color: #000;
}
.section-item-content .menu-container .menu.vertical-left > ul > li > a {
  box-sizing: border-box;
  position: relative;
  width: 100%;
}
.section-item-content .menu-container .menu.vertical-left > ul > li > ul {
  left: 100%;
  right: auto;
  top: 0;
  width: 900px;
  padding: 15px;
}
.section-item-content .menu-container .menu.vertical-left > ul > li > ul.column1 {
  left: 100%;
  width: 900px;
}
.section-item-content .menu-container .menu.vertical-left > ul > li > ul.column1 > li {
  padding: 0;
}
.section-item-content .menu-container .menu.vertical-left > ul > li.single-links-block ul.column1 {
  width: 260px;
}
.section-item-content .menu-container .menu.vertical-left > ul > li.three-col-small-banner ul.column1 {
  width: 740px;
}
.section-item-content .menu-container .menu.vertical-right {
  background: #ddd;
  float: left;
  width: 100%;
}
.section-item-content .menu-container .menu.vertical-right > ul {
  position: relative;
}
.section-item-content .menu-container .menu.vertical-right > ul > li {
  display: inline-block;
  width: 100%;
  text-align: right;
}
.section-item-content .menu-container .menu.vertical-right > ul > li.menu-dropdown-icon > a:before {
  color: #333;
  content: '\f104';
  font-family: 'FontAwesome';
  font-size: 18px;
  font-weight: normal;
  left: 20px;
  line-height: 20px;
  margin: -2px 0 0 0;
  position: absolute;
}
.section-item-content .menu-container .menu.vertical-right > ul > li.menu-dropdown-icon > a:hover:before {
  color: #000;
}
.section-item-content .menu-container .menu.vertical-right > ul > li > a {
  box-sizing: border-box;
  padding: 0.9em 1.8em 0.9em 3.2em;
  position: relative;
  width: 100%;
}
.section-item-content .menu-container .menu.vertical-right > ul > li > ul {
  left: auto;
  right: 100%;
  top: 0;
  width: 900px;
}
.section-item-content .menu-container .menu.vertical-right > ul > li > ul.column1 {
  left: auto;
  right: 100%;
  width: 900px;
}
.section-item-content .menu-container .menu.vertical-right > ul > li.single-links-block ul.column1 {
  width: 260px;
}
.section-item-content .menu-container .menu.vertical-right > ul > li.three-col-small-banner ul.column1 {
  width: 740px;
}
.section-item-content .menu-container ul.menu-vertical-wrapper {
  padding: 0 !important;
}
.section-item-content .menu-container ul.menu-vertical-wrapper li.mega-static-block .col-menu-3.vertical-menu-left {
  background: #F9F9F9;
  box-sizing: border-box;
  padding: 20px 0;
}
.section-item-content .menu-container ul.menu-vertical-wrapper li.mega-static-block .col-menu-3.vertical-menu-left > ul > li.menu-vertical-items {
  box-sizing: border-box;
  cursor: pointer;
  padding: 18px 0 18px 30px;
}
.section-item-content .menu-container ul.menu-vertical-wrapper li.mega-static-block .col-menu-3.vertical-menu-left > ul > li.menu-vertical-items a {
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
}
.section-item-content .menu-container ul.menu-vertical-wrapper li.mega-static-block .col-menu-3.vertical-menu-left > ul > li.menu-vertical-items.active {
  background: #fff;
}
.section-item-content .menu-container ul.menu-vertical-wrapper li.mega-static-block .col-menu-3.vertical-menu-left > ul > li.menu-vertical-items.active a {
  color: #000;
}
.section-item-content .menu-container ul.menu-vertical-wrapper li.mega-static-block .col-menu-9.vertical-menu-content {
  box-sizing: border-box;
  padding: 20px 0 20px 20px;
}
.section-item-content .menu-container ul.menu-vertical-wrapper li.mega-static-block .col-menu-9.vertical-menu-content .vertical-subcate-content > ul > li h4.level-3-cat a {
  color: #000;
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
}
.section-item-content .menu-container ul.menu-vertical-wrapper li.mega-static-block .col-menu-9.vertical-menu-content .vertical-subcate-content > ul > li > ul > li {
  padding: 7px 0;
}
.section-item-content .menu-container ul.menu-vertical-wrapper li.mega-static-block .col-menu-9.vertical-menu-content .vertical-subcate-content > ul > li > ul > li a {
  font-size: 14px;
}
.section-item-content .menu-container ul.menu-vertical-wrapper li.mega-static-block .col-menu-9.vertical-menu-content .vertical-subcate-content > ul.menu-vertical-child li {
  padding: 7px 0;
}
.section-item-content .menu-container ul.menu-vertical-wrapper li.mega-static-block ul li a:before {
  content: none;
}
.section-item-content .menu-container ul.menu-vertical-wrapper li.mega-static-block.menu-sidebar-right > ul > li {
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .section-item-content .menu-container.horizontal-menu .menu.vertical-right {
    width: 100%;
  }
  .section-item-content .menu-container.horizontal-menu .menu.vertical-left {
    width: 100%;
  }
  .section-item-content .menu-container {
    border: 0;
    border-bottom: #ddd solid 2px;
    float: left;
    width: 100%;
  }
  .section-item-content .menu-container.horizontal-menu ul > li.dropdown ul li.menu-sidebar-right {
    width: 100%;
  }
  .section-item-content .menu-container .menu {
    background: #fff;
    float: left;
    width: 100%;
  }
  .section-item-content .menu-container .menu > ul > li {
    border-top: #ddd solid 1px;
    display: inline-block;
    position: relative;
    text-align: left;
    width: 100%;
  }
  .section-item-content .menu-container .menu > ul > li.single-links-block ul.column1 {
    width: 100%;
  }
  .section-item-content .menu-container .menu > ul > li > a:hover {
    color: #fff;
  }
  .section-item-content .menu-container .menu > ul > li > a.active {
    background: #f47727;
    color: #fff;
  }
  .section-item-content .menu-container .menu > ul > li > a .md-label-text {
    left: 50px;
    right: auto;
  }
  .section-item-content .menu-container .menu > ul > li > ul {
    border: none;
    border-top: #ddd solid 1px;
    box-shadow: none;
    padding: 16px;
    position: relative;
  }
  .section-item-content .menu-container .menu > ul > li > ul h4 {
    margin: 0 0 20px 0;
    padding: 0 0 16px;
    border-bottom: #ddd solid 1px;
  }
  .section-item-content .menu-container .menu > ul > li > ul.column2 > li {
    padding: 15px 20px;
    width: 100%;
  }
  .section-item-content .menu-container .menu > ul > li > ul.column2 > li.menu-content {
    width: 100%;
  }
  .section-item-content .menu-container .menu > ul > li > ul.column3 > li {
    padding: 0 4px;
    width: 100%;
  }
  .section-item-content .menu-container .menu > ul > li > ul.column4 > li {
    padding: 0 4px;
    width: 100%;
  }
  .section-item-content .menu-container .menu > ul > li > ul.column5 > li {
    padding: 0 4px;
    width: 100%;
  }
  .section-item-content .menu-container .menu > ul > li ul[class^='column'] > li,
  .section-item-content .menu-container .menu > ul > li ul[class*=' column'] > li {
    width: 100%;
  }
  .section-item-content .menu-container .menu > ul > li ul li .child-level-1 li {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
  .section-item-content .menu-container .menu > ul > li .menu-sidebar-left,
  .section-item-content .menu-container .menu > ul > li .menu-sidebar-right {
    width: 100%;
  }
  .section-item-content .menu-container .menu > ul > li.three-col-small-banner ul {
    margin: 0;
    padding: 16px 25px;
    width: auto;
  }
  .section-item-content .menu-container .menu > ul > li.three-col-small-banner ul.column1 {
    width: 100%;
    padding: 0;
  }
  .section-item-content .menu-container .menu > ul > li.three-col-small-banner ul li {
    margin: 0;
    padding: 0;
  }
  .section-item-content .menu-container .menu > ul > li.three-col-small-banner ul li .electronics-menu-box {
    float: left;
    padding: 0;
    width: 100%;
  }
  .section-item-content .menu-container .menu > ul > li.three-col-small-banner ul li .electronics-menu-box .electronics-menu-box01,
  .section-item-content .menu-container .menu > ul > li.three-col-small-banner ul li .electronics-menu-box .electronics-menu-box02,
  .section-item-content .menu-container .menu > ul > li.three-col-small-banner ul li .electronics-menu-box .electronics-menu-box03,
  .section-item-content .menu-container .menu > ul > li.three-col-small-banner ul li .electronics-menu-box .electronics-menu-box04 {
    float: left;
    padding: 0;
    width: 100%;
  }
  .section-item-content .menu-container .menu > ul > li.three-col-small-banner ul li .electronics-menu-box .electronics-menu-box01 ul,
  .section-item-content .menu-container .menu > ul > li.three-col-small-banner ul li .electronics-menu-box .electronics-menu-box02 ul,
  .section-item-content .menu-container .menu > ul > li.three-col-small-banner ul li .electronics-menu-box .electronics-menu-box03 ul,
  .section-item-content .menu-container .menu > ul > li.three-col-small-banner ul li .electronics-menu-box .electronics-menu-box04 ul {
    margin: 0 0 25px 0;
  }
  .section-item-content .menu-container .menu > ul > li.three-col-small-banner ul li .electronics-menu-box .electronics-menu-box01 ul li,
  .section-item-content .menu-container .menu > ul > li.three-col-small-banner ul li .electronics-menu-box .electronics-menu-box02 ul li,
  .section-item-content .menu-container .menu > ul > li.three-col-small-banner ul li .electronics-menu-box .electronics-menu-box03 ul li,
  .section-item-content .menu-container .menu > ul > li.three-col-small-banner ul li .electronics-menu-box .electronics-menu-box04 ul li {
    float: left;
    padding: 0 0 6px 0;
    width: 100%;
  }
  .section-item-content .menu-container .menu > ul > li.three-col-small-banner ul li.mega-static-block ul {
    padding: 0;
  }
  .section-item-content .menu-container .menu > ul > li.four-col-prod ul.column4 {
    width: 100%;
  }
  .section-item-content .menu-container .menu > ul > li.four-col-prod ul.column4 li {
    padding: 0 0 20px 0;
  }
  .section-item-content .menu-container .menu > ul > li.four-col-prod ul.column4 li ul {
    margin: 0;
  }
  .section-item-content .menu-container .menu > ul > li.four-col-prod ul.column4 li ul li {
    padding: 6px 0 0 0;
  }
  .section-item-content .menu-container .menu > ul > li.four-col-prod .product-column-count3 {
    margin: 0;
    width: 100%;
  }
  .section-item-content .menu-container .menu > ul > li.menu-dropdown-icon .megaitemicons:before {
    font-size: 17px;
  }
  .section-item-content .menu-container .menu > ul > li.menu-dropdown-icon > a:before {
    color: #333;
    float: right;
    line-height: 18px;
  }
  .section-item-content .menu-container .menu > ul > li.menu-dropdown-icon > a:hover:before {
    color: #fff;
  }
  .section-item-content .menu-container .menu > ul > li.menu-dropdown-icon:hover > a:before {
    color: #333;
  }
  .section-item-content .menu-container .menu > ul > li:hover {
    background: #fff;
    color: #333;
  }
  .section-item-content .menu-container .menu > ul > li:hover > a {
    color: #000;
  }
  .section-item-content .menu-container .menu > ul > li:hover > a.active {
    color: #fff;
  }
  .section-item-content .menu-container .menu > ul > li:hover > a.active .megaitemicons:before {
    color: #fff;
  }
  .section-item-content .menu-container .menu > ul > li:hover > a .megaitemicons:before {
    color: #333;
  }
  .section-item-content .menu-container .menu > ul > li.open > a {
    background: #f47727;
    color: #fff;
  }
  .section-item-content .menu-container .menu > ul > li.open > a:before {
    color: #fff;
  }
  .section-item-content .menu-container .menu > ul > li.open > a:hover:before {
    color: #fff;
  }
  .section-item-content .menu-container .menu > ul > li.open > a .megaitemicons:before {
    color: #fff;
  }
  .section-item-content .menu-container .menu > ul > li.menu-dropdown-icon > a:before {
    display: none;
  }
  .section-item-content .menu-container .menu > ul > li span.plus {
    background: none;
    display: block;
  }
  .section-item-content .menu-container .menu > ul > li span.plus.active:before {
    color: #fff;
  }
  .section-item-content .menu-container .menu > ul > li:hover > ul {
    display: none;
  }
  .section-item-content .menu-container .menu > ul > li > ul.active {
    border: 0;
    border-bottom: #ddd solid 1px;
    border-top: #ddd solid 1px;
    box-shadow: none;
    display: block;
    position: relative;
    width: 100%;
  }
  .section-item-content .menu-container .menu > ul > li .products-grid .product-item {
    padding: 0;
    width: 100%;
  }
  .section-item-content .menu-container .menu > ul > li .products-grid .product-item .product-item-info .product-item-photo {
    float: left;
    width: 30%;
  }
  .section-item-content .menu-container .menu > ul > li .products-grid .product-item .product-item-info .product-item-details {
    float: right;
    width: 62%;
  }
  .section-item-content .menu-container .menu > ul > li .products-grid .product-item .product-item-info:hover {
    background: none;
    border: #fff solid 1px;
    box-shadow: inherit;
  }
  .section-item-content .menu-container .menu.vertical-left > ul > li > ul {
    left: 0;
    right: 0;
    width: 100%;
  }
  .section-item-content .menu-container .menu.vertical-left > ul > li > ul.column1 {
    left: 0;
    right: 0;
    width: 100% !important;
  }
  .section-item-content .menu-container .menu.vertical-right > ul > li > a {
    padding: 1em;
  }
  .section-item-content .menu-container .menu.vertical-right > ul > li > ul {
    left: 0;
    right: 0;
    width: 100%;
  }
  .section-item-content .menu-container .menu.vertical-right > ul > li > ul.column1 {
    left: 0;
    right: 0;
    width: 100% !important;
  }
  .section-item-content .menu-container .menu.horizontal {
    position: static !important;
  }
  .section-item-content .menu-container .menu.horizontal > ul > li span.plus:before {
    color: #000;
  }
  .section-item-content .menu-container .menu.horizontal > ul > li:hover span.plus:before {
    color: #333;
  }
  .section-item-content .menu-container .menu.horizontal > ul > li:hover span.plus.active:before {
    color: #fff;
  }
  .section-item-content .menu-container ul.menu-vertical-wrapper li.mega-static-block .col-menu-3.vertical-menu-left {
    background: none !important;
    width: 100%;
  }
  .section-item-content .menu-container ul.menu-vertical-wrapper li.mega-static-block .col-menu-3.vertical-menu-left > ul > li.menu-vertical-items {
    position: relative;
  }
  .section-item-content .menu-container ul.menu-vertical-wrapper li.mega-static-block .col-menu-3.vertical-menu-left > ul > li.menu-vertical-items.active a {
    color: #333;
  }
  .section-item-content .menu-container ul.menu-vertical-wrapper li.mega-static-block .col-menu-3.vertical-menu-left > ul > li.menu-vertical-items a {
    font-size: 16px;
    font-weight: bold;
    text-transform: capitalize;
  }
  .section-item-content .menu-container ul.menu-vertical-wrapper li.mega-static-block .col-menu-3.vertical-menu-left > ul > li.menu-vertical-items span:before {
    color: #333;
  }
  .section-item-content .menu-container ul.menu-vertical-wrapper li.mega-static-block .col-menu-3.vertical-menu-left > ul > li.menu-vertical-items .menu-vertical-child {
    margin-top: 20px;
  }
  .section-item-content .menu-container ul.menu-vertical-wrapper li.mega-static-block .col-menu-3.vertical-menu-left > ul > li.menu-vertical-items .menu-vertical-child li {
    box-sizing: border-box;
    padding: 0 10px;
  }
  .section-item-content .menu-container ul.menu-vertical-wrapper li.mega-static-block .col-menu-3.vertical-menu-left > ul > li.menu-vertical-items .menu-vertical-child li h4.level-3-cat a {
    font-weight: bold;
  }
  .section-item-content .menu-container ul.menu-vertical-wrapper li.mega-static-block .col-menu-3.vertical-menu-left > ul > li.menu-vertical-items .menu-vertical-child li ul li a {
    font-size: 14px;
    font-weight: normal;
  }
  .section-item-content .menu-container ul.menu-vertical-wrapper li.mega-static-block .col-menu-9.vertical-menu-content {
    display: none;
  }
}
@media only screen and (max-width: 1240px) {
  .section-item-content .menu-container {
    width: 100%;
  }
  .section-item-content .menu-container .menu.horizontal {
    left: 0;
    width: 100%;
  }
  .section-item-content .menu-container .menu > ul > li > a {
    padding: 1em 1.5em;
  }
}
/* common */
/* Desktop */
/* Common */
.amazon-nav-open.amz-nav-open .md-amazon-menu {
  display: block;
  left: 0;
}
.amazon-nav-open.amz-nav-open .md-menu-overlay {
  background-color: #000;
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 99998;
  opacity: 0.5;
}
.amazon-nav-open .md-amazon-menu {
  background: #fff;
  display: none;
  height: 100vh;
  left: -100%;
  margin-bottom: 25px;
  max-width: 360px;
  overflow: visible;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99999;
}
.amazon-nav-open .md-amazon-menu .md-menu-close-btn {
  top: 10px;
  right: 12px;
  z-index: 1;
  font-size: 0;
  position: absolute;
  cursor: pointer;
}
.amazon-nav-open .md-amazon-menu .md-menu-close-btn::before {
  background: #fff;
  border: solid 1px #757575;
  color: #757575;
  content: '\e616';
  display: inline-block;
  font-family: 'luma-icons';
  font-size: 12px;
  font-weight: normal;
  height: 26px;
  line-height: 26px;
  margin: 0;
  overflow: hidden;
  text-align: center;
  vertical-align: top;
  width: 26px;
}
.section-item-content .horizontal {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.section-item-content .amazon-menu-btn {
  padding-left: 10px;
  padding-right: 10px;
  position: absolute;
  z-index: 1;
}
.section-item-content .amazon-menu-btn a {
  font-size: 0;
}
.section-item-content .amazon-menu-btn a::before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: #000;
  content: '\e609';
  display: inline-block;
  font-family: 'luma-icons';
  font-size: 28px;
  font-weight: normal;
  line-height: inherit;
  overflow: hidden;
  speak: none;
  text-align: center;
  vertical-align: middle;
}
.section-item-content .md-amazon-menu-content {
  height: 100%;
  overflow-x: hidden;
  position: relative;
}
.section-item-content .md-amazon-menu-content ul li {
  margin: 0;
  padding: 10px 25px;
}
.section-item-content .md-amazon-menu-content ul li a {
  color: #222;
  font-size: 14px;
  text-decoration: none;
  text-transform: capitalize;
  position: relative;
}
.section-item-content .md-amazon-menu-content ul li a.md-menu-back-btn {
  font-weight: 700;
  font-size: 18px;
  color: #1979c3;
}
.section-item-content .md-amazon-menu-content ul li a.md-menu-back-btn::before {
  content: '\f104';
  font-size: 18px;
  vertical-align: top;
  font-weight: normal;
  font-family: 'FontAwesome';
  color: #1979c3;
  line-height: 26px;
  margin: 0 10px 0 0;
}
.section-item-content .md-amazon-menu-content ul li a.md-menu-back-btn::after {
  display: none;
}
.section-item-content .md-amazon-menu-content ul li.md-amazon-title {
  border-top: 1px solid #dfdfdf;
  margin-top: 3px;
}
.section-item-content .md-amazon-menu-content ul li.md-amazon-title a {
  font-size: 16px;
  font-weight: 700;
  color: #000;
}
.section-item-content .md-amazon-menu-content ul li.md-amazon-parent > span::after {
  color: #000;
  content: '\f105';
  font-family: 'FontAwesome';
  font-size: 16px;
  font-weight: normal;
  line-height: 21px;
  padding: 0px 20px;
  position: absolute;
  right: 0;
  vertical-align: top;
  cursor: pointer;
}
.section-item-content .md-amazon-menu-content ul li.md-amazon-parent > ul {
  top: 0px;
}
.section-item-content .md-amazon-menu-content ul li.child-level-3 {
  margin-left: 15px;
}
.section-item-content .md-amazon-menu-content ul li:hover {
  background: #f5f5f5;
}
.section-item-content .md-amazon-menu-content ul li:hover a {
  color: #000;
}
.section-item-content .md-amazon-menu-content ul li:hover a.md-menu-back-btn::before {
  color: #000;
}
.section-item-content .md-amazon-menu-content ul li .md-label-text {
  background: #000;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  margin-left: 5px;
  padding: 2px 3px;
}
.section-item-content .md-amazon-menu-content ul li .md-label-text.square {
  border-radius: 3px;
}
.section-item-content .md-amazon-menu-content ul li .md-label-text.rounded {
  border-radius: 25px;
  padding: 1px 5px;
}
.section-item-content .md-amazon-menu-content ul li .md-label-text.square-pointer {
  border-radius: 3px;
  padding: 2px 5px;
  position: absolute;
}
.section-item-content .md-amazon-menu-content ul li .md-label-text.square-pointer::after {
  border-right: 6px solid transparent;
  border-top: 6px solid transparent;
  border-top-color: #00a98f;
  bottom: -5px;
  content: ' ';
  height: 0;
  left: 11px;
  position: absolute;
  width: 0;
}
.section-item-content .md-amazon-menu-content ul li .md-label-text.circle {
  border-radius: 100%;
  padding: 5px 8px;
}
.section-item-content .md-amazon-menu-content ul li .md-label-text.circle-pointer {
  border-radius: 100%;
  padding: 2px 5px;
  position: absolute;
}
.section-item-content .md-amazon-menu-content ul li .md-label-text.circle-pointer::after {
  border-right: 6px solid transparent;
  border-top: 6px solid transparent;
  border-top-color: #00a98f;
  bottom: -5px;
  content: ' ';
  height: 0;
  left: 11px;
  position: absolute;
  width: 0;
}
.section-item-content .md-amazon-menu-content ul li .md-label-text.square-animated {
  border-radius: 3px;
  width: 5px;
  height: 8px;
  position: relative;
  margin-left: 12px;
  display: inline-block;
  font-size: 0;
  vertical-align: middle;
}
.section-item-content .md-amazon-menu-content ul li .md-label-text.square-animated::before {
  content: "";
  width: 17px;
  height: 18px;
  border-radius: 3px;
  position: absolute;
  top: -5px;
  left: -5px;
  border: 2px solid #333;
  animation: anim-ripple 2s infinite;
}
.section-item-content .md-amazon-menu-content ul li .md-label-text.circle-animated {
  width: 5px;
  height: 8px;
  border-radius: 50%;
  position: relative;
  margin-left: 12px;
  display: inline-block;
  font-size: 0;
  vertical-align: middle;
}
.section-item-content .md-amazon-menu-content ul li .md-label-text.circle-animated::before {
  content: "";
  width: 17px;
  height: 18px;
  border-radius: 50%;
  position: absolute;
  top: -5px;
  left: -5px;
  border: 2px solid #333;
  animation: anim-ripple 2s infinite;
}
@keyframes anim-ripple {
  from {
    opacity: 1;
    transform: scale3d(0.75, 0.75, 1);
  }
  to {
    opacity: 0;
    transform: scale3d(1.25, 1.25, 1);
  }
}
.section-item-content .md-amazon-menu-content ul.amz-menu {
  -moz-transition: transform 250ms ease-in-out;
  -ms-transition: transform 250ms ease-in-out;
  -o-transition: transform 250ms ease-in-out;
  -webkit-transition: transform 250ms ease-in-out;
  left: 0;
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 40px;
  transition: transform 250ms ease-in-out;
  visibility: hidden;
  will-change: transform;
}
.section-item-content .md-amazon-menu-content ul.amz-menu.hmenu-visible {
  visibility: visible;
}
.section-item-content .md-amazon-menu-content ul.amz-menu.active > li:first-child {
  display: none;
}
.section-item-content .md-amazon-menu-content ul.amz-menu.md-translate-x-right {
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
.section-item-content .md-amazon-menu-content ul.amz-menu.md-translate-x-left {
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
.section-item-content .md-amazon-menu-content ul.amz-menu.md-translate-x {
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
/* Mobile */
/* common */
.verticalmenu-menu-container {
  display: none;
}
/* Common */
.section-item-content .menu-container .menu.horizontal-vertical.center > ul {
  text-align: center;
}
.section-item-content .menu-container .menu.horizontal-vertical.left > ul {
  text-align: left;
}
.section-item-content .menu-container .menu.horizontal-vertical.right > ul {
  text-align: right;
}
.section-item-content .menu-container .menu .product-menu > ul {
  max-height: 370px;
  overflow: auto;
  overflow-x: hidden;
  padding: 0;
}
.section-item-content .menu-container .menu .product-menu .sub-product-menu {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.section-item-content .menu-container .menu .product-menu .sub-product-menu .menu-content {
  -webkit-flex-basis: 70%;
  flex-basis: 70%;
}
.section-item-content .menu-container .menu .product-menu .sub-product-menu .mega-static-block h2 {
  color: #222;
  font-size: 16px;
  font-weight: 600;
  margin-top: 0;
}
.section-item-content .menu-container .menu .product-menu .sub-product-menu .menu-sidebar-right {
  -webkit-flex-basis: 25%;
  flex-basis: 25%;
  padding: 15px;
}
.section-item-content .menu-container .menu .product-menu .sub-product-menu .menu-sidebar-left {
  -webkit-flex-basis: 25%;
  flex-basis: 25%;
  padding: 15px;
}
.section-item-content .menu-container .menu .product-menu .sub-product-menu .menu-header {
  padding: 15px;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.section-item-content .menu-container .menu .product-menu .sub-product-menu .menu-footer {
  padding: 15px;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.section-item-content .menu-container .menu .product-menu .sub-product-menu > li {
  padding: 0;
}
.section-item-content .menu-container .menu .product-menu .sub-product-menu > li a {
  position: relative;
}
.section-item-content .menu-container .menu .product-menu .sub-product-menu > li a .md-label-text {
  background: #000;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  margin-left: 5px;
  padding: 2px 3px;
}
.section-item-content .menu-container .menu .product-menu .sub-product-menu > li a .md-label-text.square {
  border-radius: 3px;
}
.section-item-content .menu-container .menu .product-menu .sub-product-menu > li a .md-label-text.rounded {
  border-radius: 25px;
  padding: 1px 5px;
}
.section-item-content .menu-container .menu .product-menu .sub-product-menu > li a .md-label-text.square-pointer {
  border-radius: 3px;
  margin-left: -8px;
  padding: 2px 5px;
  position: absolute;
  top: 3px;
}
.section-item-content .menu-container .menu .product-menu .sub-product-menu > li a .md-label-text.square-pointer::after {
  border-right: 6px solid transparent;
  border-top: 6px solid transparent;
  border-top-color: #00a98f;
  bottom: -5px;
  content: ' ';
  height: 0;
  left: 11px;
  position: absolute;
  width: 0;
}
.section-item-content .menu-container .menu .product-menu .sub-product-menu > li a .md-label-text.circle {
  border-radius: 100%;
  padding: 5px 8px;
}
.section-item-content .menu-container .menu .product-menu .sub-product-menu > li a .md-label-text.circle-pointer {
  border-radius: 100%;
  margin-left: -7px;
  padding: 1px 5px;
  position: absolute;
  top: 3px;
}
.section-item-content .menu-container .menu .product-menu .sub-product-menu > li a .md-label-text.circle-pointer::after {
  border-right: 6px solid transparent;
  border-top: 6px solid transparent;
  border-top-color: #00a98f;
  bottom: -5px;
  content: ' ';
  height: 0;
  left: 11px;
  position: absolute;
  width: 0;
}
.section-item-content .menu-container .menu .product-menu .sub-product-menu > li a .md-label-text.square-animated {
  border-radius: 3px;
  width: 5px;
  height: 8px;
  position: relative;
  margin-left: 12px;
  display: inline-block;
  font-size: 0;
  vertical-align: middle;
}
.section-item-content .menu-container .menu .product-menu .sub-product-menu > li a .md-label-text.square-animated::before {
  content: "";
  width: 17px;
  height: 18px;
  border-radius: 3px;
  position: absolute;
  top: -5px;
  left: -5px;
  border: 2px solid #333;
  animation: anim-ripple 2s infinite;
}
.section-item-content .menu-container .menu .product-menu .sub-product-menu > li a .md-label-text.circle-animated {
  width: 5px;
  height: 8px;
  border-radius: 50%;
  position: relative;
  margin-left: 12px;
  display: inline-block;
  font-size: 0;
  vertical-align: middle;
}
.section-item-content .menu-container .menu .product-menu .sub-product-menu > li a .md-label-text.circle-animated::before {
  content: "";
  width: 17px;
  height: 18px;
  border-radius: 50%;
  position: absolute;
  top: -5px;
  left: -5px;
  border: 2px solid #333;
  animation: anim-ripple 2s infinite;
}
@keyframes anim-ripple {
  from {
    opacity: 1;
    transform: scale3d(0.75, 0.75, 1);
  }
  to {
    opacity: 0;
    transform: scale3d(1.25, 1.25, 1);
  }
}
.section-item-content .menu-container .menu .product-menu .sub-product-menu .md-hv-left {
  background: #f5f5f5;
  height: 365px;
  width: 220px;
}
.section-item-content .menu-container .menu .product-menu .sub-product-menu .child-level-1 {
  padding: 15px 0 0;
  position: relative;
}
.section-item-content .menu-container .menu .product-menu .sub-product-menu .child-level-1 > li {
  border-left: 3px solid transparent;
  float: left;
  -webkit-flex-basis: inherit;
  flex-basis: inherit;
  text-align: left;
  width: 100%;
}
.section-item-content .menu-container .menu .product-menu .sub-product-menu .child-level-1 > li > a::after {
  position: absolute;
  color: #363636;
  content: '\e608';
  font-family: 'luma-icons';
  font-size: 12px;
  right: 8px;
}
.section-item-content .menu-container .menu .product-menu .sub-product-menu .child-level-1 > li:hover {
  background: #fff;
  border-left: 3px solid #000;
}
.section-item-content .menu-container .menu .product-menu .sub-product-menu .child-level-1 > li:hover .child-level-2 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: inherit;
  -ms-flex-direction: inherit;
  flex-direction: inherit;
  background: #fff;
}
.section-item-content .menu-container .menu .product-menu .sub-product-menu .child-level-1 > li:hover > a {
  color: #1979c3;
}
.section-item-content .menu-container .menu .product-menu .sub-product-menu .child-level-1 > li:hover > a::after {
  transform: rotate(-180deg);
}
.section-item-content .menu-container .menu .product-menu .sub-product-menu .child-level-1 > li:first-child .child-level-2 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: inherit;
  -ms-flex-direction: inherit;
  flex-direction: inherit;
  background: #fff;
}
.section-item-content .menu-container .menu .product-menu .sub-product-menu .child-level-1 > li > a {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  padding: 15px 20px;
  position: inherit;
}
.section-item-content .menu-container .menu .product-menu .sub-product-menu .child-level-1 > li > a::before {
  display: none;
}
.section-item-content .menu-container .menu .product-menu .sub-product-menu .child-level-1 > li > a:hover {
  text-decoration: none;
}
.section-item-content .menu-container .menu .product-menu .sub-product-menu .child-level-1 > li .child-level-2 {
  display: none;
  left: 100%;
  padding: 20px 0 0;
  position: absolute;
  top: 0;
  width: 670px;
  -webkit-flex-direction: inherit;
  -ms-flex-direction: inherit;
  flex-direction: inherit;
}
.section-item-content .menu-container .menu .product-menu .sub-product-menu .child-level-1 > li .child-level-2 li {
  background: #fff;
  flex-basis: 50%;
  width: auto;
}
.section-item-content .menu-container .menu .product-menu .sub-product-menu .child-level-1 > li .child-level-2 li a {
  padding: 5px 20px;
  display: inline-block;
  width: auto;
  text-decoration: none;
  transition: 0.15s padding ease-out, 0.15s margin ease-out, 0.15s border ease-out;
}
.section-item-content .menu-container .menu .product-menu .sub-product-menu .child-level-1 > li .child-level-2 li a:before {
  color: #333;
  content: '\f105';
  font-family: 'FontAwesome';
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  margin: 0 12px 0 0;
  vertical-align: top;
}
.section-item-content .menu-container .menu .product-menu .sub-product-menu .child-level-1 > li .child-level-2 li a:hover {
  color: #1979c3;
}
.section-item-content .menu-container .menu .product-menu .sub-product-menu .child-level-1 > li .child-level-2 li a:hover:before {
  color: #1979c3;
}
.section-item-content .menu-container .menu .product-menu .sub-product-menu .child-level-1 > li .child-level-2 li.view_more a {
  color: #1979c3;
  font-weight: 600;
}
.section-item-content .menu-container .menu .product-menu .sub-product-menu .child-level-1 > li .child-level-2 li.view_more a::before {
  display: none;
}
.section-item-content .menu-container .menu .product-menu .sub-product-menu .child-level-1 > li .child-level-2 li.view_more a::after {
  color: #1979c3;
  content: '\f105';
  font-family: 'FontAwesome';
  font-size: 16px;
  font-weight: normal;
  line-height: 21px;
  margin: 0 0 0 10px;
  vertical-align: top;
}
@media only screen and (max-width: 1270px) {
  .section-item-content .menu-container .menu .product-menu > ul .sub-product-menu .child-level-1 > li .child-level-2 {
    width: 450px;
  }
}
@media only screen and (max-width: 915px) {
  .section-item-content .menu-container .menu .product-menu > ul .sub-product-menu .child-level-1 > li .child-level-2 {
    width: 250px;
  }
  .section-item-content .menu-container .menu .product-menu > ul .sub-product-menu .child-level-1 > li .child-level-2 li {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
}
/* Common */
.verticalmenu-menu-container {
  display: none;
}
/* Common */
.section-item-content .menu-container .menu > ul > li ul .row-item-list .row-items h2 {
  border-bottom: #e8e8e8 solid 1px;
  color: #333;
  font-size: 16px;
  font-weight: 700;
  margin: 0 20px 12px 0;
  padding: 8px 0 15px;
}
.section-item-content .menu-container .menu > ul > li ul .row-item-list .row-items li {
  color: #333;
}
.section-item-content .menu-container .menu > ul > li ul.column2 .row-item-list .row-items {
  width: 50%;
}
.section-item-content .menu-container .menu > ul > li ul.column3 .row-item-list .row-items {
  width: 33.33%;
}
.section-item-content .menu-container .menu > ul > li ul.column4 .row-item-list .row-items {
  width: 25%;
}
.section-item-content .menu-container .menu > ul > li ul.column5 .row-item-list .row-items {
  width: 20%;
}
/*-------- Menu label types -------*/
.md-amazon-menu .category-icon-image {
  margin-right: 5px;
  vertical-align: middle;
}
.md-amazon-menu .category-icon-image img {
  height: 20px;
  width: 20px;
}
.category-item .category-icon-image {
  margin-right: 5px;
  vertical-align: middle;
}
.category-item .category-icon-image img {
  height: 20px;
  width: 20px;
}
.navigation li a {
  display: flex;
  align-items: center;
}
.navigation li a .category-icon-image {
  margin-right: 5px;
  vertical-align: middle;
}
.navigation li a .category-icon-image img {
  height: 20px;
  width: 20px;
}
.navigation li a .category-count {
  font-weight: 400;
}
.navigation li a .md-label-text {
  background: #000;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  margin-left: 5px;
  padding: 2px 3px;
}
.navigation li a .md-label-text.square {
  border-radius: 3px;
}
.navigation li a .md-label-text.rounded {
  border-radius: 25px;
  padding: 1px 5px;
}
.navigation li a .md-label-text.square-pointer {
  border-radius: 3px;
  margin-left: -2px;
  padding: 2px 5px;
  position: absolute;
  top: -4px;
}
.navigation li a .md-label-text.square-pointer::after {
  border-right: 6px solid transparent;
  border-top: 6px solid transparent;
  border-top-color: #00a98f;
  bottom: -5px;
  content: ' ';
  height: 0;
  left: 11px;
  position: absolute;
  width: 0;
}
.navigation li a .md-label-text.circle {
  border-radius: 100%;
  padding: 5px 8px;
}
.navigation li a .md-label-text.circle-pointer {
  border-radius: 100%;
  margin-left: -2px;
  padding: 2px 5px;
  position: absolute;
  top: 2px;
}
.navigation li a .md-label-text.circle-pointer::after {
  border-right: 6px solid transparent;
  border-top: 6px solid transparent;
  border-top-color: #00a98f;
  bottom: -5px;
  content: ' ';
  height: 0;
  left: 11px;
  position: absolute;
  width: 0;
}
.navigation li a .md-label-text.square-animated {
  border-radius: 3px;
  width: 5px;
  height: 8px;
  position: relative;
  margin-left: 12px;
  display: inline-block;
  font-size: 0;
  vertical-align: middle;
}
.navigation li a .md-label-text.square-animated::before {
  content: "";
  width: 17px;
  height: 18px;
  border-radius: 3px;
  position: absolute;
  top: -5px;
  left: -5px;
  border: 2px solid #333;
  animation: anim-ripple 2s infinite;
}
.navigation li a .md-label-text.circle-animated {
  width: 5px;
  height: 8px;
  border-radius: 50%;
  position: relative;
  margin-left: 12px;
  display: inline-block;
  font-size: 0;
  vertical-align: middle;
}
.navigation li a .md-label-text.circle-animated::before {
  content: "";
  width: 17px;
  height: 18px;
  border-radius: 50%;
  position: absolute;
  top: -5px;
  left: -5px;
  border: 2px solid #333;
  animation: anim-ripple 2s infinite;
}
@keyframes anim-ripple {
  from {
    opacity: 1;
    transform: scale3d(0.75, 0.75, 1);
  }
  to {
    opacity: 0;
    transform: scale3d(1.25, 1.25, 1);
  }
}
.navigation li .show-less,
.navigation li .show-more {
  color: #575757;
  display: none;
  font-weight: 600;
  margin-top: 5px;
  padding: 5px 10px;
}
.navigation li .show-less:hover,
.navigation li .show-more:hover {
  color: #1979c3;
}
.navigation li .show-less:hover::before,
.navigation li .show-more:hover::before {
  color: #1979c3;
}
.navigation li .show-less::before,
.navigation li .show-more::before {
  color: #575757;
  content: ' ';
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  height: 16px;
  line-height: 20px;
  margin: 0 3px 0 0;
  padding: 0;
  text-align: center;
  vertical-align: top;
  width: 15px;
}
.navigation li .show-more::before {
  content: '+';
}
.navigation li .show-less::before {
  content: '-';
}
.hover-underline > li > a {
  position: relative;
}
.hover-underline > li > a::after {
  display: block;
  content: '';
  position: absolute;
  opacity: 0;
  height: 3px;
  width: 100%;
  transform: scaleX(0);
  bottom: 0;
  left: 0;
  background-color: transparent;
  transition: transform 0.25s ease-out;
  transform-origin: bottom center;
}
.hover-underline > li:hover > a::after {
  transform: scaleX(1);
  transform-origin: bottom center;
  background-color: #000;
  opacity: 1;
}
.hover-font > li > a {
  -webkit-background-clip: text;
  background-image: linear-gradient(to right, #23abd4, #23abd4 50%, #fff 50%);
  background-size: 200% 100%;
  background-position: -100%;
  transition: all 0.3s ease-in-out;
}
.hover-font > li:hover > a {
  background-position: 0%;
  color: #1979c3 !important;
}
.hover-font > li:hover > a::before {
  color: #1979c3 !important;
}
.section-item-content .menu-container .menu.drilldown {
  background: #f2f2f2;
  float: left;
  width: 100%;
}
.section-item-content .menu-container .menu.drilldown > ul > li {
  display: inline-block;
  position: relative;
  width: 100%;
  text-align: left;
}
.section-item-content .menu-container .menu.drilldown > ul > li > a:hover {
  color: #fff;
}
.section-item-content .menu-container .menu.drilldown > ul > li > a.active {
  background: #666666;
  color: #fff;
}
.section-item-content .menu-container .menu.drilldown > ul > li > ul {
  border: none;
  border-top: #ddd solid 1px;
  box-shadow: none;
  padding: 22px;
  position: relative;
  z-index: 999;
}
.section-item-content .menu-container .menu.drilldown > ul > li > ul h4 {
  margin: 0 0 20px 0;
  padding: 0 0 16px;
  border-bottom: #e5e5e5 solid 1px;
}
.section-item-content .menu-container .menu.drilldown > ul > li > ul.column2 > li {
  padding: 0 4px;
  width: 100%;
}
.section-item-content .menu-container .menu.drilldown > ul > li > ul.column3 > li {
  padding: 0 4px;
  width: 100%;
}
.section-item-content .menu-container .menu.drilldown > ul > li > ul.column4 > li {
  padding: 0 4px;
  width: 100%;
}
.section-item-content .menu-container .menu.drilldown > ul > li > ul.column5 > li {
  padding: 0 4px;
  width: 100%;
}
.section-item-content .menu-container .menu.drilldown > ul > li ul[class^='column'] > li,
.section-item-content .menu-container .menu.drilldown > ul > li ul[class*=' column'] > li {
  width: 100%;
}
.section-item-content .menu-container .menu.drilldown > ul > li.three-col-small-banner ul.column1 {
  width: 100%;
}
.section-item-content .menu-container .menu.drilldown > ul > li.three-col-small-banner ul li {
  margin: 0;
  padding: 0;
}
.section-item-content .menu-container .menu.drilldown > ul > li.three-col-small-banner ul li .electronics-menu-box {
  float: left;
  padding: 0;
  width: 100%;
}
.section-item-content .menu-container .menu.drilldown > ul > li.three-col-small-banner ul li .electronics-menu-box .electronics-menu-box01,
.section-item-content .menu-container .menu.drilldown > ul > li.three-col-small-banner ul li .electronics-menu-box .electronics-menu-box02,
.section-item-content .menu-container .menu.drilldown > ul > li.three-col-small-banner ul li .electronics-menu-box .electronics-menu-box03,
.section-item-content .menu-container .menu.drilldown > ul > li.three-col-small-banner ul li .electronics-menu-box .electronics-menu-box04 {
  float: left;
  padding: 0;
  width: 100%;
}
.section-item-content .menu-container .menu.drilldown > ul > li.three-col-small-banner ul li .electronics-menu-box .electronics-menu-box01 ul,
.section-item-content .menu-container .menu.drilldown > ul > li.three-col-small-banner ul li .electronics-menu-box .electronics-menu-box02 ul,
.section-item-content .menu-container .menu.drilldown > ul > li.three-col-small-banner ul li .electronics-menu-box .electronics-menu-box03 ul,
.section-item-content .menu-container .menu.drilldown > ul > li.three-col-small-banner ul li .electronics-menu-box .electronics-menu-box04 ul {
  margin: 0 0 25px 0;
}
.section-item-content .menu-container .menu.drilldown > ul > li.three-col-small-banner ul li .electronics-menu-box .electronics-menu-box01 ul li,
.section-item-content .menu-container .menu.drilldown > ul > li.three-col-small-banner ul li .electronics-menu-box .electronics-menu-box02 ul li,
.section-item-content .menu-container .menu.drilldown > ul > li.three-col-small-banner ul li .electronics-menu-box .electronics-menu-box03 ul li,
.section-item-content .menu-container .menu.drilldown > ul > li.three-col-small-banner ul li .electronics-menu-box .electronics-menu-box04 ul li {
  float: left;
  padding: 0 0 6px 0;
  width: 100%;
}
.section-item-content .menu-container .menu.drilldown > ul > li.four-col-prod ul.column4 {
  width: 100%;
}
.section-item-content .menu-container .menu.drilldown > ul > li.four-col-prod ul.column4 li {
  padding: 0 0 20px 0;
}
.section-item-content .menu-container .menu.drilldown > ul > li.four-col-prod ul.column4 li ul {
  margin: 0;
}
.section-item-content .menu-container .menu.drilldown > ul > li.four-col-prod ul.column4 li ul li {
  padding: 6px 0 0 0;
}
.section-item-content .menu-container .menu.drilldown > ul > li.four-col-prod .product-column-count3 {
  margin: 0;
  width: 100%;
}
.section-item-content .menu-container .menu.drilldown > ul > li.menu-dropdown-icon .megaitemicons:before {
  font-size: 17px;
}
.section-item-content .menu-container .menu.drilldown > ul > li.menu-dropdown-icon > a:before {
  color: #333;
  float: right;
  line-height: 18px;
}
.section-item-content .menu-container .menu.drilldown > ul > li.menu-dropdown-icon > a:hover:before {
  color: #fff;
}
.section-item-content .menu-container .menu.drilldown > ul > li.menu-dropdown-icon:hover > a:before {
  color: #333;
}
.section-item-content .menu-container .menu.drilldown > ul > li:hover {
  background: #666666;
  color: #fff;
}
.section-item-content .menu-container .menu.drilldown > ul > li:hover > a {
  color: #fff;
}
.section-item-content .menu-container .menu.drilldown > ul > li:hover > a.active {
  color: #fff;
}
.section-item-content .menu-container .menu.drilldown > ul > li:hover > a.active .megaitemicons:before {
  color: #fff;
}
.section-item-content .menu-container .menu.drilldown > ul > li:hover > a .megaitemicons:before {
  color: #333;
}
.section-item-content .menu-container .menu.drilldown > ul > li:hover .plus::before {
  color: #fff;
}
.section-item-content .menu-container .menu.drilldown > ul > li.open > a {
  background: #f47727;
  color: #fff;
}
.section-item-content .menu-container .menu.drilldown > ul > li.open > a:before {
  color: #fff;
}
.section-item-content .menu-container .menu.drilldown > ul > li.open > a:hover:before {
  color: #fff;
}
.section-item-content .menu-container .menu.drilldown > ul > li.open > a .megaitemicons:before {
  color: #fff;
}
.section-item-content .menu-container .menu.drilldown > ul > li.menu-dropdown-icon > a:before {
  display: none;
}
.section-item-content .menu-container .menu.drilldown > ul > li.single-links-block ul.column1 {
  width: 100%;
}
.section-item-content .menu-container .menu.drilldown > ul > li span.plus {
  background: none;
  display: block;
}
.section-item-content .menu-container .menu.drilldown > ul > li span.plus.active:before {
  color: #fff;
  content: '\f068';
}
.section-item-content .menu-container .menu.drilldown > ul > li:hover > ul {
  display: none;
}
.section-item-content .menu-container .menu.drilldown > ul > li > ul.active {
  border: 0;
  border-bottom: #ddd solid 1px;
  border-top: #ddd solid 1px;
  box-shadow: none;
  display: block;
  position: relative;
  width: 100%;
}
.section-item-content .menu-container .menu.drilldown > ul > li .products-grid {
  margin-top: 20px;
}
.section-item-content .menu-container .menu.drilldown > ul > li .products-grid .product-item .product-item-info .product-item-photo {
  float: left;
  width: 30%;
}
.section-item-content .menu-container .menu.drilldown > ul > li .products-grid .product-item .product-item-info .product-item-details {
  float: right;
  width: 62%;
}
.section-item-content .menu-container .menu.drilldown > ul > li .products-grid .product-item .product-item-info:hover {
  display: inline-block;
}
.section-item-content .menu-container .menu > ul > li .hover-font li a {
  -webkit-background-clip: text;
  background-image: linear-gradient(to right, #23abd4, #23abd4 50%, #fff 50%);
  background-size: 200% 100%;
  background-position: -100%;
  transition: all 0.3s ease-in-out;
}
.section-item-content .menu-container .menu > ul > li .hover-font li a:hover {
  background-position: 0%;
  color: #1979c3 !important;
}
.section-item-content .menu-container .menu > ul > li ul.hover-underline li > a {
  position: relative;
}
.section-item-content .menu-container .menu > ul > li ul.hover-underline li > a::after {
  display: block;
  position: absolute;
  opacity: 0;
  height: 1px;
  width: 0;
  left: 0;
  background-color: transparent;
  bottom: 0;
  transition: all 0.35s ease-in-out 0s;
  -webkit-transition: all 0.35s ease-in-out 0s;
  content: '';
}
.section-item-content .menu-container .menu > ul > li ul.hover-underline li > a:hover::after {
  background-color: #1979c3;
  width: 100%;
  opacity: 1;
}
#customer-attachments .col-gdate {
  width: 100px;
}
#customer-attachments .mca-download {
  line-height: 25px;
  font-size: 25px;
}
#customer-attachments .mca-download span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
#customer-attachments .mca-download:before {
  -webkit-font-smoothing: antialiased;
  content: '\e626';
  font-family: 'luma-icons';
}
#customer-attachments .mca-download:hover {
  text-decoration: none;
}
#customer-attachments .mca-attachment_name {
  margin: 0;
  font-weight: 600;
}
#customer-attachments .mca-attachment_description {
  font-size: 1.2rem;
  margin-top: 5px;
}
#customer-attachments .col-gposition {
  display: none;
}
#customer-attachments .col-gremaining {
  width: 170px;
}
#customer-attachments .col-gdownload {
  width: 80px;
}
#customer-attachments th {
  font-weight: 500;
}
#customer-attachments .range-line.date {
  text-align: center;
}
.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;
}
@font-face {
  font-family: 'Magento-Icons';
  src: url('../../frontend/InverseParadox/BlueRidgeKnives/en_US/Magezon_Core/fonts/Magento-Icons/Magento-Icons.eot');
  src: url('../../frontend/InverseParadox/BlueRidgeKnives/en_US/Magezon_Core/fonts/Magento-Icons/Magento-Icons.eot?#iefix') format('embedded-opentype'), url('../../frontend/InverseParadox/BlueRidgeKnives/en_US/Magezon_Core/fonts/Magento-Icons/Magento-Icons.woff2') format('woff2'), url('../../frontend/InverseParadox/BlueRidgeKnives/en_US/Magezon_Core/fonts/Magento-Icons/Magento-Icons.woff') format('woff'), url('../../frontend/InverseParadox/BlueRidgeKnives/en_US/Magezon_Core/fonts/Magento-Icons/Magento-Icons.ttf') format('truetype'), url('../../frontend/InverseParadox/BlueRidgeKnives/en_US/Magezon_Core/fonts/Magento-Icons/Magento-Icons.svg#Magento-Icons') format('svg');
  font-weight: normal;
  font-style: normal;
}
.mgz-tabgrid {
  float: left;
  width: 100%;
  box-sizing: inherit;
}
.mgz-tabgrid * {
  box-sizing: inherit;
}
.mgz-tabgrid *:before,
.mgz-tabgrid *:after {
  box-sizing: inherit;
}
.mgz-tabgrid .mgz__page-nav {
  width: calc(100% * .25);
  float: left;
  background: #f1f1f1;
  border: 1px solid #e3e3e3;
}
.mgz-tabgrid .mgz__page-nav .mgz__page-nav-items {
  list-style-type: none;
  margin: 0;
  padding: 1rem 0 1.3rem 0;
}
.mgz-tabgrid .mgz__page-nav .mgz__page-nav-items .mgz__page-nav-item {
  border-left: 3px solid transparent;
  margin-left: 0.7rem;
  padding: 0;
  position: relative;
  transition: border-color 0.1s ease-out, background-color 0.1s ease-out;
  margin-right: -1px;
}
.mgz-tabgrid .mgz__page-nav .mgz__page-nav-items .mgz__page-nav-item .mgz__page-nav-link {
  border: 1px solid transparent;
  border-width: 1px 0;
  color: #303030;
  display: block;
  font-weight: 500;
  line-height: 1.2;
  margin: 0 0 -1px;
  padding: 2rem 4rem 2rem 1rem;
  transition: border-color 0.1s ease-out, background-color 0.1s ease-out;
  word-wrap: break-word;
  width: 100%;
}
.mgz-tabgrid .mgz__page-nav .mgz__page-nav-items .mgz__page-nav-item .mgz__page-nav-link:hover {
  text-decoration: none;
}
.mgz-tabgrid .mgz__page-nav .mgz__page-nav-items .mgz__page-nav-item:hover {
  border-color: #e4e4e4;
}
.mgz-tabgrid .mgz__page-nav .mgz__page-nav-items .mgz__page-nav-item:hover .mgz__page-nav-link {
  background: #e4e4e4;
  color: #303030;
  text-decoration: none;
}
.mgz-tabgrid .mgz__page-nav .mgz__page-nav-items .mgz__page-nav-item._active,
.mgz-tabgrid .mgz__page-nav .mgz__page-nav-items .mgz__page-nav-item.ui-state-active {
  border-color: #eb5202;
}
.mgz-tabgrid .mgz__page-nav .mgz__page-nav-items .mgz__page-nav-item._active .mgz__page-nav-link,
.mgz-tabgrid .mgz__page-nav .mgz__page-nav-items .mgz__page-nav-item.ui-state-active .mgz__page-nav-link {
  background: #fff;
  border-color: #e3e3e3;
  border-right: 1px solid #fff;
  color: #303030;
  margin-right: -1px;
}
.mgz-tabgrid .mgz__page-nav .mgz__page-nav-items .mgz__page-nav-item.ui-tabs-loading .mgz__page-nav-item-message-loader {
  display: block;
}
.mgz-tabgrid .mgz-tabgrid_content {
  width: calc(100% * .75);
  float: right;
}
.mgz-tabgrid .mgz-tabgrid_content .ui-tabs-panel {
  margin-top: -1px;
  padding: 2rem;
}
.mgz-tabgrid .mgz-tabgrid_content .fieldset .legend > span {
  color: #303030;
  font-size: 2.2rem;
  font-weight: 300;
  padding: 7px 0 10px;
  display: inline-block;
}
.mgz-tabgrid .mgz-tabgrid_content .fieldset .field {
  margin: 0 0 29px;
  position: relative;
  border: 0;
  box-sizing: border-box;
  float: left;
  width: 100%;
}
.mgz-tabgrid .mgz-tabgrid_content .fieldset .field > .label {
  color: #303030;
  font-size: 14px;
  font-weight: 600;
  line-height: 3.2rem;
  padding: 0 30px 0 0;
  white-space: nowrap;
  word-wrap: break-word;
  width: 20%;
  margin-left: 0;
  float: left;
  text-align: right;
}
.mgz-tabgrid .mgz-tabgrid_content .fieldset .field > .control {
  margin: 0;
  width: calc( (100%) * .5 - 30px );
  float: left;
  line-height: 3.2rem;
}
.mgz-tabgrid .mgz-tabgrid_content input[type='checkbox'].mgz__control-checkbox,
.mgz-tabgrid .mgz-tabgrid_content input[type='radio'].mgz__control-checkbox {
  margin: 0;
  position: absolute;
  cursor: pointer;
  opacity: 0.01;
  overflow: hidden;
  vertical-align: top;
}
.mgz-tabgrid .mgz-tabgrid_content .mgz__control-radio + .mgz__field-label,
.mgz-tabgrid .mgz-tabgrid_content .mgz__control-checkbox + .mgz__field-label {
  padding-left: 10px;
  cursor: pointer;
}
.mgz-tabgrid .mgz-tabgrid_content .mgz__control-radio + .mgz__field-label:before,
.mgz-tabgrid .mgz-tabgrid_content .mgz__control-checkbox + .mgz__field-label:before {
  background-color: #fff;
  border: 1px solid #adadad;
  color: #514943;
  float: left;
  height: 1.6rem;
  text-align: center;
  vertical-align: top;
  width: 1.6rem;
  border-radius: 1px;
  content: '';
  font-size: 0;
  transition: font-size 0.1s ease-out, color 0.1s ease-out, border-color 0.1s linear;
  font-family: 'Magento-Icons';
  margin-top: 8px;
}
.mgz-tabgrid .mgz-tabgrid_content .mgz__control-checkbox:checked + label:before {
  content: '\e62d';
  font-size: 1.1rem;
  line-height: 125%;
}
.mgz-tabgrid .mgz-tabgrid_content .data-grid-actions-cell input[type='checkbox'] {
  opacity: 1;
  position: relative;
}
.mgz-tabgrid .mgz-tabgrid_content .data-grid-actions-cell input[type='checkbox']:checked + label {
  display: none;
}
.mgz-tabgrid .action-secondary {
  border-radius: 0;
}
.mgz-tabgrid input,
.mgz-tabgrid textarea,
.mgz-tabgrid select {
  transition: border-color 0.1s linear;
  border-color: #adadad;
}
.mgz-tabgrid input:focus,
.mgz-tabgrid textarea:focus,
.mgz-tabgrid select:focus {
  outline: none;
  box-shadow: none;
  border-color: #007bdb;
}
.mgz-tabgrid button {
  box-shadow: none;
  border-radius: 0;
}
.mgz-tabgrid select {
  width: auto;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  display: inline-block;
  line-height: normal;
  min-width: 80px;
  background-repeat: no-repeat;
  background-image: url(../../frontend/Magento/luma/en_US/Magezon_Builder/images/arrows-bg.svg), linear-gradient(#e3e3e3, #e3e3e3), linear-gradient(#adadad, #adadad);
  background-position: calc(100% - 12px) -34px, 100%, calc(100% - 33px) 0;
  background-size: auto,33px 100%,1px 100%;
  padding-right: 44px;
}
.mgz-tabgrid input._has-datepicker {
  margin: 0;
  width: 15rem;
}
.mgz-tabgrid textarea {
  min-height: 120px;
}
.mgz-tabgrid .mage-error {
  border: 1px solid #e22626;
  display: block;
  margin: 2px 0 0;
  padding: 0 10px 0;
  background: #fff8d6;
  color: #555;
  font-size: 12px;
  font-weight: 500;
  box-sizing: border-box;
}
.mgz-tabgrid .mgz__tabgrid-date {
  position: relative;
}
.mgz-tabgrid ._has-datepicker ~ .ui-datepicker-trigger {
  position: absolute;
  left: 12rem;
  top: 0;
  margin: 0;
  line-height: 32px;
}
.mgz-tabgrid ._has-datepicker ~ .ui-datepicker-trigger:before {
  color: #514943;
}
.mgz-tabgrid.tab-horizontal .mgz__page-nav {
  width: 100%;
  margin-bottom: 20px;
}
.mgz-tabgrid.tab-horizontal .mgz__page-nav .mgz__page-nav-items {
  padding: 0;
}
.mgz-tabgrid.tab-horizontal .mgz__page-nav .mgz__page-nav-items .mgz__page-nav-item {
  border-left: 0;
  display: inline-block;
  border-top: 3px solid transparent;
  margin-bottom: 0;
}
.mgz-tabgrid.tab-horizontal .mgz__page-nav .mgz__page-nav-items .mgz__page-nav-item .mgz__page-nav-link {
  text-align: center;
  padding: 2rem 4rem;
  margin-right: 0;
  border-bottom: 0;
}
.mgz-tabgrid.tab-horizontal .mgz__page-nav .mgz__page-nav-items .mgz__page-nav-item:hover {
  border-top-color: #e4e4e4;
}
.mgz-tabgrid.tab-horizontal .mgz__page-nav .mgz__page-nav-items .mgz__page-nav-item.ui-state-active {
  border-top-color: #eb5202;
}
.mgz-tabgrid.tab-horizontal .mgz-tabgrid_content .fieldset .field > .label {
  width: 30%;
}
.mgz-tabgrid.tab-horizontal .mgz-tabgrid_content {
  width: 100%;
  margin-top: 20px;
}
.mgz-tabgrid.tab-horizontal .mgz-tabgrid_content .ui-tabs-panel {
  padding: 0;
}
.mgz-tabgrid .range .range-line {
  position: relative;
}
.mgz-tabgrid .range .range-line:last-child {
  margin-top: 5px;
}
.mgz__page-nav-item-message-loader {
  margin-top: -1rem;
  position: absolute;
  right: 0;
  top: 50%;
  display: none;
}
.mgz__page-nav-item-message-loader .spinner {
  font-size: 2rem;
  margin-right: 1.5rem;
}
.mgz__data-grid button {
  box-shadow: none;
  border-radius: 0;
}
.mgz__data-grid .mgz__data-grid-toolbar {
  margin-top: 1.1rem;
  margin-bottom: 0;
}
.mgz__data-grid .mgz__data-grid-toolbar .mgz__filter-actions {
  float: left;
}
.mgz__data-grid .mgz__data-grid-toolbar .mgz__control-support-text {
  margin-left: 30px;
  border: 1px solid transparent;
  display: inline-block;
  font-size: 1.4rem;
  line-height: 1.36;
  padding-bottom: 0.6rem;
  padding-top: 0.6rem;
}
.mgz__data-grid .mgz__data-grid-toolbar .mgz__control-support-text .mass-select-info._empty {
  display: none;
}
.mgz__data-grid .mgz__data-grid-toolbar .mgz__data-grid-pager-wrap {
  float: right;
  margin-left: 30px;
}
.mgz__data-grid .mgz__data-grid-toolbar .mgz__data-grid-pager-wrap select {
  width: auto;
}
.mgz__data-grid .mgz__data-grid-toolbar .mgz__data-grid-pager-wrap .mgz__data-grid-pager {
  display: inline-block;
  margin-left: 3rem;
}
.mgz__data-grid .mgz__data-grid-toolbar .mgz__data-grid-pager-wrap .mgz__data-grid-pager .mgz__control-text {
  -moz-appearance: textfield;
  text-align: center;
  width: 4.4rem;
}
.mgz__data-grid .mgz__data-grid-toolbar .mgz__data-grid-pager-wrap .mgz__control-support-text {
  margin-left: 0.7rem;
}
.mgz__data-grid .mgz__data-grid-wrap {
  margin-bottom: 2rem;
  max-width: 100%;
  overflow-x: auto;
  padding-bottom: 1rem;
  padding-top: 2rem;
  float: left;
  width: 100%;
}
.mgz__data-grid .mgz__data-grid-wrap .data-grid-filters:hover td,
.mgz__data-grid .mgz__data-grid-wrap .data-grid-filters td {
  background-color: #f8f8f8;
}
.mgz__data-grid .mgz__data-grid-wrap .data-grid-filters select {
  background-position: calc(100% - 5px) -37px, 100%, calc(100% - 18px) 0;
  background-size: auto,18px 100%,1px 100%;
  height: 2.8rem;
  padding: 0.2rem 1.8rem 0.2rem 0.3rem;
  min-width: 6rem;
  font-size: 1.3rem;
  width: 100%;
}
.mgz__data-grid .mgz__data-grid-wrap .data-grid-filters .data-grid-actions-cell {
  padding: 1rem;
}
.mgz__data-grid input[type="radio"],
.mgz__data-grid input[type="checkbox"] {
  background: #fff;
  border: 1px solid #adadad;
  border-radius: 2px;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px 0 0;
  height: 16px;
  width: 16px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  transition: all 0.1s ease-in;
  margin: 0;
  position: relative;
}
.mgz__data-grid input[type="radio"]:checked:after,
.mgz__data-grid input[type="checkbox"]:checked:after {
  font-family: 'Magento-Icons';
  content: "\e62d";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 14px;
  color: #514943;
  font-size: 11px;
  line-height: 13px;
  text-align: center;
  font-weight: 400;
}
.mgz__data-grid .data-grid-checkbox-cell-inner {
  display: inline-block;
  padding: 0 1.8rem 0;
  position: relative;
  text-align: right;
}
.mgz__data-grid .data-grid-checkbox-cell-inner input[type='checkbox'].mgz__control-checkbox {
  position: relative;
  opacity: 1;
}
.mgz__data-grid .data-grid-checkbox-cell-inner input[type='checkbox'].mgz__control-checkbox:checked + label:before {
  display: none;
}
.mgz__data-grid .a-center {
  text-align: center;
}
.mgz__data-grid .data-grid .data-grid-actions-cell {
  width: 1%;
}
.mgz__data-grid .data-grid td {
  background-color: #fff;
  border-left: 0.1rem dashed #d6d6d6;
  border-right: 0.1rem dashed #d6d6d6;
  color: #303030;
  padding: 1rem 1rem;
}
.mgz__data-grid .data-grid td:first-child {
  border-left-style: solid;
}
.mgz__data-grid .data-grid td:last-child {
  border-right-style: solid;
}
.mgz__data-grid .data-grid .data-grid-filters td {
  vertical-align: top;
}
.mgz__data-grid .data-grid .data-grid-filters td .range .range-line:last-child {
  margin-top: 5px;
}
.mgz__data-grid .data-grid tr:not(.data-grid-editable-row):last-child td {
  border-bottom: 0.1rem solid #d6d6d6;
}
.mgz__data-grid .data-grid tr {
  cursor: pointer;
}
.mgz__data-grid .data-grid tr:hover td {
  background-color: #e5f7fe;
}
.mgz__data-grid .data-grid tr:nth-child(even) td {
  background-color: #f8f8f8;
}
.mgz__data-grid .data-grid tr.data-grid-tr-no-data td {
  font-size: 1.6rem;
  padding: 3rem;
  text-align: center;
}
.mgz__data-grid .data-grid-th {
  background-clip: padding-box;
  color: #fff;
  padding: 1rem 1rem;
  position: relative;
  vertical-align: middle;
  font-weight: 600;
  background-color: #514943;
  border: 0.1rem solid #8a837f;
}
.mgz__data-grid .data-grid-th._sortable {
  cursor: pointer;
  transition: background-color 0.1s linear;
  z-index: 1;
}
.mgz__data-grid .data-grid-th._sortable._ascend:before,
.mgz__data-grid .data-grid-th._sortable._descend:before {
  margin-top: -1em;
  position: absolute;
  right: 1rem;
  top: 50%;
}
.mgz__data-grid .data-grid-th._sortable._ascend:before {
  content: '\2193';
}
.mgz__data-grid .data-grid-th._sortable._descend:before {
  content: '\2191';
}
.mgz__data-grid .action-secondary {
  background-color: #514943;
  border-color: #514943;
  color: #fff;
}
.mgz__data-grid .action-secondary:hover,
.mgz__data-grid .action-secondary:active,
.mgz__data-grid .action-secondary:focus {
  background-color: #35302c;
  border-color: #35302c;
  box-shadow: 0 0 0 1px #007bdb;
  color: #fff;
  text-decoration: none;
}
.mgz__data-grid .action-tertiary {
  background-color: transparent;
  border-color: transparent;
  text-shadow: none;
  color: #007bdb;
}
.mgz__data-grid .action-tertiary:hover,
.mgz__data-grid .action-tertiary:active,
.mgz__data-grid .action-tertiary:focus {
  color: #007bdb;
  text-decoration: underline;
}
.mgz__data-grid .action-previous > span,
.mgz__data-grid .action-next > span {
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
  position: absolute;
  display: none;
  visibility: hidden;
}
.mgz__data-grid .action-previous {
  margin-right: 2.5rem;
  text-indent: -0.25em;
}
.mgz__data-grid .action-previous:before {
  -webkit-font-smoothing: antialiased;
  font-family: 'Magento-Icons';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
  content: '\e629';
}
.mgz__data-grid .action-next {
  margin-left: 1.5rem;
  text-indent: 0.1em;
}
.mgz__data-grid .action-next:before {
  -webkit-font-smoothing: antialiased;
  font-family: 'Magento-Icons';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
  content: '\e62a';
}
.block-category-event {
  background: #f0f0f0;
  color: #333;
  padding: 10px 0 15px;
  text-align: center;
}
.block-category-event.block:last-child {
  margin-bottom: 10px;
}
.block-category-event .block-title {
  margin: 0 0 10px;
}
.block-category-event .block-title strong {
  font-size: 1.5rem;
  font-weight: 300;
}
.block-category-event .ticker {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.block-category-event .ticker li {
  display: none;
  margin: 0 15px;
}
.block-category-event .ticker .value {
  font-size: 1.8rem;
  font-weight: 300;
}
.block-category-event .ticker .label {
  font-size: 1rem;
  display: block;
  text-transform: lowercase;
}
.block-category-event .dates {
  display: table;
  margin: 0 auto;
}
.block-category-event .dates .start,
.block-category-event .dates .end {
  display: table-cell;
  vertical-align: top;
}
.block-category-event .dates .date {
  font-size: 1.8rem;
}
.block-category-event .dates .time {
  display: block;
}
.block-category-event .dates .start {
  padding-right: 40px;
  position: relative;
}
.block-category-event .dates .start:after {
  font-size: 1.8rem;
  content: '\2013';
  display: block;
  position: absolute;
  right: 15px;
  top: 0;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
*/
.contact-index-index .column:not(.sidebar-main) .form.contact {
  float: none;
  width: 50%;
}
.contact-index-index .column:not(.sidebar-additional) .form.contact {
  float: none;
  width: 50%;
}
.table-wrapper.billing-agreements {
  margin-bottom: 40px;
}
.payment-method-content .pay-later-message {
  margin-bottom: 10px;
  margin-top: 10px;
}
.paypal {
  display: inline-block;
  vertical-align: top;
}
.block-minicart .paypal,
.cart-summary .paypal {
  display: block;
}
.paypal img {
  display: block;
  margin: 5px auto 0;
}
.opc .paypal {
  vertical-align: middle;
}
.paypal.acceptance {
  display: block;
  margin: 0 0 20px;
}
.map-form-addtocart .paypal {
  display: block;
  margin: 10px auto 5px;
}
.cart-summary .paypal + .paypal {
  margin-top: 25px;
}
.paypal-review .actions-toolbar {
  margin-top: 10px;
}
.paypal-review .paypal-review-title {
  padding: 0 0 10px;
}
.paypal-review .paypal-review-title > strong {
  font-size: 2.4rem;
  font-weight: 300;
}
.paypal-review .paypal-review-title .action {
  display: inline-block;
  margin: 12px 0 0 30px;
}
.paypal-review .table-paypal-review-items .col.name {
  padding-top: 16px;
}
.paypal-review .table-paypal-review-items .col.qty {
  text-align: center;
}
.paypal-review .item-options dt {
  display: inline-block;
}
.paypal-review .item-options dt:after {
  content: ': ';
}
.paypal-review .item-options dd {
  margin: 0;
}
.paypal-review-discount {
  border-bottom: 1px solid #ccc;
  margin: 0 0 40px;
  padding: 10px 0 0;
}
.fotorama-video-container:after {
  background: url('../../frontend/InverseParadox/BlueRidgeKnives/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/InverseParadox/BlueRidgeKnives/en_US/Magento_ProductVideo/img/gallery-sprite.png') bottom left;
  bottom: 0;
  content: '';
  height: 40px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 10px;
  width: 49px;
}
.product-video {
  bottom: 0;
  height: 75%;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.product-video iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9999;
}
.fotorama__stage__shaft:focus .fotorama__stage__frame.fotorama__active:after {
  bottom: 0;
  content: '';
  height: 100px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 12px;
  width: 100px;
}
.fotorama__product-video--loading:after {
  visibility: hidden;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 780px) and (orientation: landscape) {
  .product-video {
    height: 100%;
    width: 81%;
  }
}
.opc-wrapper .form-discount {
  max-width: 500px;
}
.swatch-attribute-label {
  font-weight: 700;
  position: relative;
}
.swatch-attribute-label.required {
  padding-right: 10px;
}
.swatch-attribute-label[data-required='1']:after {
  color: #e02b27;
  content: '*';
  font-size: 14px;
  font-weight: 700;
  position: absolute;
  right: -11px;
  top: -2px;
}
.swatch-attribute-selected-option {
  color: #646464;
  padding-left: 17px;
}
.swatch-attribute-options {
  margin: 10px 0;
}
.swatch-attribute-options:focus {
  box-shadow: none;
}
.swatch-attribute-options .swatch-option-tooltip-layered .title {
  color: #282828;
  bottom: -5px;
  height: 20px;
  left: 0;
  margin-bottom: 10px;
  position: absolute;
  text-align: center;
  width: 100%;
}
.swatch-attribute.size .swatch-option,
.swatch-attribute.manufacturer .swatch-option {
  background: #f0f0f0;
  color: #949494;
}
.swatch-attribute.size .swatch-option.selected,
.swatch-attribute.manufacturer .swatch-option.selected {
  background: #fff;
  border: 1px solid #fff;
  color: #000;
}
.swatch-option {
  border: 1px solid #dadada;
  cursor: pointer;
  float: left;
  height: 20px;
  margin: 0 10px 5px 0;
  max-width: 100%;
  min-width: 30px;
  overflow: hidden;
  padding: 1px 2px;
  position: relative;
  text-align: center;
  text-overflow: ellipsis;
}
.swatch-option:focus {
  box-shadow: 0 0 3px 1px #00699D;
}
.swatch-option.text {
  background: #f0f0f0;
  color: #686868;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  margin-right: 7px;
  min-width: 22px;
  padding: 4px 8px;
}
.swatch-option.text.selected {
  background-color: #fff;
}
.swatch-option.selected {
  outline: 2px solid #02283E;
  border: 1px solid #fff;
  color: #333;
}
.swatch-option:not(.disabled):hover {
  border: 1px solid #fff;
  color: #333;
  outline: 1px solid #999;
}
.swatch-option.image:not(.disabled):hover,
.swatch-option.color:not(.disabled):hover {
  border: 1px solid #fff;
  outline: 2px solid #000203;
}
.swatch-option.disabled {
  box-shadow: unset;
  cursor: default;
  pointer-events: none;
}
.swatch-option.disabled:after {
  background: linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  background: -moz-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(42%, rgba(255, 255, 255, 0)), color-stop(43%, #ffffff), color-stop(46%, #ffffff), color-stop(47%, #ff5216), color-stop(53%, #ff5216), color-stop(54%, #ffffff), color-stop(57%, #ffffff), color-stop(58%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  bottom: 0;
  content: '';
  filter: 'progid:DXImageTransform.Microsoft.gradient(startColorstr=#00ffffff, endColorstr=#00ffffff, GradientType=1)';
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.swatch-option-disabled {
  border: 0;
  cursor: default;
  outline: none !important;
}
.swatch-option-disabled:after {
  -webkit-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  transform: rotate(-30deg);
  background: #e02b27;
  content: '';
  height: 2px;
  left: -4px;
  position: absolute;
  top: 10px;
  width: 42px;
  z-index: 995;
}
.swatch-option-loading {
  content: url('../../frontend/InverseParadox/BlueRidgeKnives/en_US/images/loader-2.gif');
}
.swatch-option-tooltip {
  border: 1px solid #dadada;
  color: #949494;
  background: #fff;
  display: none;
  max-height: 100%;
  min-height: 20px;
  min-width: 20px;
  padding: 5px;
  position: absolute;
  text-align: center;
  z-index: 999;
}
.swatch-option-tooltip .corner,
.swatch-option-tooltip-layered .corner {
  bottom: 0;
  height: 8px;
  left: 40%;
  position: absolute;
}
.swatch-option-tooltip .corner:before,
.swatch-option-tooltip-layered .corner:before,
.swatch-option-tooltip .corner:after,
.swatch-option-tooltip-layered .corner:after {
  border-style: solid;
  content: '';
  font-size: 1px;
  height: 0;
  position: relative;
  width: 0;
}
.swatch-option-tooltip .corner:before,
.swatch-option-tooltip-layered .corner:before {
  border-color: #adadad transparent transparent transparent;
  border-width: 8px 8.5px 0 8.5px;
  left: 0;
  top: 2px;
}
.swatch-option-tooltip .corner:after,
.swatch-option-tooltip-layered .corner:after {
  border-color: #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: #fff;
  border: 1px solid #dadada;
  color: #949494;
  display: none;
  left: -47px;
  position: absolute;
  width: 140px;
  z-index: 999;
}
.swatch-option-tooltip .title {
  color: #282828;
  display: block;
  max-height: 200px;
  min-height: 20px;
  overflow: hidden;
  text-align: center;
}
.swatch-option-link-layered {
  margin: 0 !important;
  padding: 0 !important;
  position: relative;
}
.swatch-option-link-layered:focus > div {
  box-shadow: 0 0 3px 1px #00699D;
}
.swatch-option-link-layered:hover > .swatch-option-tooltip-layered {
  display: block;
}
.swatch-opt {
  margin: 20px 0;
}
.swatch-opt-listing {
  margin-bottom: 10px;
}
.swatch-more {
  display: inline-block;
  margin: 2px 0;
  padding: 2px;
  position: static;
}
.swatch-visual-tooltip-layered {
  height: 160px;
  top: -170px;
}
.swatch-textual-tooltip-layered {
  height: 30px;
  top: -40px;
}
.swatch-input {
  left: -1000px;
  position: absolute;
  visibility: hidden;
}
.clearfix:after {
  clear: both;
  content: '';
  display: block;
  height: 0;
  visibility: hidden;
}
.minilist .weee {
  display: table-row;
  font-size: 1.1rem;
}
.minilist .weee:before {
  display: none;
}
.price-container.weee:before {
  display: none;
}
.column .block-addbysku .fieldset {
  margin: 0;
}
.column .block-addbysku .fieldset .fields {
  position: relative;
}
.column .block-addbysku .fieldset .fields .field {
  display: inline-block;
  margin-bottom: 10px;
  vertical-align: top;
}
.column .block-addbysku .fieldset .fields .actions-toolbar {
  position: absolute;
  right: 0;
  top: 7px;
}
.column .block-addbysku .sku {
  margin-right: -155px;
  padding-right: 160px;
  width: 100%;
}
.column .block-addbysku .qty .qty + .mage-error {
  width: 80px;
}
.column .block-addbysku .block-content .actions-toolbar {
  clear: both;
  margin: 0 0 20px;
  text-align: left;
}
.column .block-addbysku .block-content .actions-toolbar:before,
.column .block-addbysku .block-content .actions-toolbar:after {
  content: '';
  display: table;
}
.column .block-addbysku .block-content .actions-toolbar:after {
  clear: both;
}
.column .block-addbysku .block-content .actions-toolbar .primary {
  float: left;
}
.column .block-addbysku .block-content .actions-toolbar .primary,
.column .block-addbysku .block-content .actions-toolbar .secondary {
  display: inline-block;
}
.column .block-addbysku .block-content .actions-toolbar .primary a.action,
.column .block-addbysku .block-content .actions-toolbar .secondary a.action {
  display: inline-block;
}
.column .block-addbysku .block-content .actions-toolbar .primary .action {
  margin: 0 15px 0 0;
}
.column .block-addbysku .block-content .actions-toolbar .secondary a.action {
  margin-top: 6px;
}
.column .block-addbysku .block-content .actions-toolbar .primary,
.column .block-addbysku .block-content .actions-toolbar .secondary {
  display: block;
  float: none;
}
.column .block-addbysku .block-content .actions-toolbar > .secondary {
  text-align: left;
}
.column .block-addbysku .action.add {
  display: inline-block;
  text-decoration: none;
  line-height: normal;
  padding: 4px;
  width: auto;
}
.column .block-addbysku .action.add > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.column .block-addbysku .action.add:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  line-height: inherit;
  color: inherit;
  content: '\e61c';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.column .block-addbysku .action.add:hover:before {
  color: inherit;
}
.column .block-addbysku .action.add:active:before {
  color: inherit;
}
.column .block-addbysku .reset {
  margin: 7px 0;
}
.column .block-addbysku .note {
  display: block;
  margin: 0 0 20px;
  padding-top: 10px;
}
.block-cart-failed {
  margin: 40px 0;
}
.block-cart-failed .block-title {
  font-size: 2.6rem;
}
.block-cart-failed .block-title strong {
  font-weight: 300;
}
.block-cart-failed .actions {
  text-align: center;
}
.block-cart-failed .actions .action {
  display: block;
  margin: 0 auto 10px;
}
.catalogsearch-advanced-result .message.error {
  margin-top: -60px;
}
.bundle-actions {
  margin: 0 0 30px;
}
.bundle-options-container {
  clear: both;
  margin-bottom: 40px;
}
.bundle-options-container .legend.title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 0rem;
  margin-bottom: 2rem;
  border: 0;
  padding: 0;
}
.bundle-options-container .product-add-form {
  display: none;
}
.bundle-options-container .product-options-wrapper {
  margin-bottom: 30px;
}
.bundle-options-container .product-options-wrapper .fieldset > .field {
  border-top: 1px #e4e4e4 solid;
  padding-top: 20px;
}
.bundle-options-container .product-options-wrapper .fieldset > .field:first-of-type {
  border-top: 0;
  padding-top: 0;
}
.bundle-options-container .product-options-wrapper .field.choice input {
  float: left;
  margin-top: 4px;
}
.bundle-options-container .product-options-wrapper .field.choice .label {
  display: block;
  margin-left: 24px;
}
.bundle-options-container .product-options-wrapper .field.choice .price-excluding-tax {
  display: inline-block;
}
.bundle-options-container .action.back {
  margin-bottom: 30px;
}
.bundle-options-container .block-bundle-summary > .title {
  margin-bottom: 15px;
}
.bundle-options-container .block-bundle-summary > .title > strong {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
.bundle-options-container .block-bundle-summary > .title,
.bundle-options-container .block-bundle-summary .bundle-summary .subtitle {
  border-bottom: 1px #e4e4e4 solid;
  margin-bottom: 25px;
  padding-bottom: 16px;
}
.bundle-options-container .block-bundle-summary .price-box {
  margin-bottom: 20px;
}
.bundle-options-container .block-bundle-summary .price-box .price-label {
  display: block;
  margin-bottom: 5px;
}
.bundle-options-container .block-bundle-summary .bundle-summary {
  margin-top: 30px;
}
.bundle-options-container .block-bundle-summary .bundle-summary.empty {
  display: none;
}
.bundle-options-container .block-bundle-summary .bundle-summary > .subtitle {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
  display: block;
}
.bundle-options-container .block-bundle-summary .bundle.items > li {
  margin-bottom: 20px;
}
.bundle-options-container .block-bundle-summary .product-addto-links {
  text-align: center;
}
.bundle-options-container .block-bundle-summary .product-addto-links > .action {
  margin-right: 5%;
}
.bundle-options-container .block-bundle-summary .product-addto-links > .action.tocompare:before {
  content: '\e61e';
}
.bundle-options-container p.required {
  color: #e02b27;
}
.bundle-options-container .nested .field.qty {
  margin: 0 0 20px;
  margin-top: 20px;
}
.bundle-options-container .nested .field.qty > .label {
  margin: 0 0 8px;
  display: inline-block;
}
.bundle-options-container .nested .field.qty .label {
  font-weight: 600;
}
.bundle-options-container .nested .field.qty:last-child {
  margin-bottom: 0;
}
.bundle-options-container .price {
  font-weight: 600;
}
.bundle-options-container .product-options-bottom {
  border-top: 1px solid #ccc;
  clear: left;
  margin: 0 0 40px;
  padding-top: 20px;
}
.search .fieldset .control .addon input {
  flex-basis: auto;
  width: 100%;
}
.block-search {
  margin-bottom: 0;
}
.block-search .block-title {
  display: none;
}
.block-search .block-content {
  margin-bottom: 0;
}
.block-search .label {
  text-decoration: none;
  display: inline-block;
  float: right;
}
.block-search .label > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.block-search .label:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 28px;
  color: #757575;
  content: '\e615';
  font-family: 'luma-icons';
  margin: 0 10px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.block-search .label:hover:before {
  color: #333;
}
.block-search .label:active:before {
  color: #333;
}
.block-search .label.active + .control input {
  position: static;
}
.block-search .action.search {
  display: none;
}
.block-search .control {
  border-top: 1px solid #ccc;
  clear: both;
  margin: 0 -15px -1px;
  padding: 0 15px;
}
.block-search input {
  font-size: 16px;
  left: -300%;
  margin: 15px 0;
  position: absolute;
}
.block-search .nested {
  display: none;
}
.search-autocomplete {
  display: none;
  margin-top: -15px;
  overflow: hidden;
  position: absolute;
  z-index: 3;
}
.search-autocomplete ul {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.search-autocomplete ul:not(:empty) {
  background: #fff;
  border: 1px solid #c2c2c2;
  border-top: 0;
}
.search-autocomplete ul li {
  border-top: 1px solid #e5e5e5;
  cursor: pointer;
  margin: 0;
  padding: 5px 40px 5px 10px;
  position: relative;
  text-align: left;
  white-space: normal;
}
.search-autocomplete ul li:first-child {
  border-top: none;
}
.search-autocomplete ul li:hover,
.search-autocomplete ul li.selected {
  background: #e8e8e8;
}
.search-autocomplete ul li .amount {
  color: #999;
  position: absolute;
  right: 7px;
  top: 5px;
}
.form.search.advanced .fields.range .field:first-child {
  position: relative;
}
.form.search.advanced .fields.range .field:first-child .control {
  padding-right: 25px;
}
.form.search.advanced .fields.range .field:first-child .control:after {
  content: ' \2013 ';
  display: inline-block;
  position: absolute;
  right: 0;
  text-align: center;
  top: 6px;
  width: 25px;
}
.form.search.advanced .fields.range .field:last-child {
  position: relative;
}
.form.search.advanced .fields.range .field:last-child div.mage-error {
  left: 0;
  position: absolute;
  top: 32px;
}
.form.search.advanced .fields.range .field.with-addon .control {
  padding-right: 45px;
}
.form.search.advanced .group.price .addon .addafter {
  background: none;
  border: 0;
  padding-top: 6px;
  position: absolute;
  right: 0;
  top: 0;
}
.search-terms {
  line-height: 2em;
}
.search-terms > li {
  display: inline-block;
  margin-right: 10px;
}
.search.found {
  margin-bottom: 10px;
}
.products {
  margin: 30px 0;
}
.product-items {
  font-size: 0;
  letter-spacing: -1px;
  line-height: 0;
}
.product-item {
  font-size: 1.4rem;
  line-height: normal;
  letter-spacing: normal;
  vertical-align: top;
}
.products-grid .product-item {
  display: inline-block;
  margin-left: 2%;
  width: calc((100% - 2%)/2);
}
.product-item:nth-child(2n + 1) {
  margin-left: 0;
}
.product-item-name {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  display: block;
  hyphens: auto;
  margin: 5px 0;
  word-wrap: break-word;
}
.product-item-info {
  max-width: 100%;
  width: 152px;
}
.page-products .product-item-info {
  width: 240px;
}
.product-item-actions {
  font-size: 0;
}
.product-item-actions > * {
  font-size: 1.4rem;
}
.product-item-actions .actions-secondary {
  display: inline-block;
  font-size: 1.4rem;
  vertical-align: middle;
}
.product-item-actions .actions-secondary > button.action {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
}
.product-item-actions .actions-secondary > button.action:focus,
.product-item-actions .actions-secondary > button.action:active {
  background: none;
  border: none;
}
.product-item-actions .actions-secondary > button.action:hover {
  background: none;
  border: none;
}
.product-item-actions .actions-secondary > button.action.disabled,
.product-item-actions .actions-secondary > button.action[disabled],
fieldset[disabled] .product-item-actions .actions-secondary > button.action {
  pointer-events: none;
  opacity: 0.5;
}
.product-item-actions .actions-secondary > .action {
  line-height: 35px;
  text-align: center;
  width: 35px;
}
.product-item-actions .actions-secondary > .action:before {
  margin: 0;
}
.product-item-actions .actions-primary {
  display: inline-block;
  vertical-align: middle;
}
.product-item-actions .actions-primary > .stock.unavailable {
  line-height: 1;
  padding-bottom: 10px;
  padding-right: 24px;
  padding-top: 10px;
}
.product-item-description {
  margin: 25px 0;
}
.product-item .product-reviews-summary .rating-summary {
  margin: 0 4px 0 0;
}
.product-item .product-reviews-summary .reviews-actions {
  font-size: 12px;
  margin-top: 5px;
}
.product-item .price-box {
  margin: 10px 0 25px;
}
.product-item .price-box .price {
  font-weight: 700;
  white-space: nowrap;
}
.product-item .price-box .price-label {
  color: #666;
  font-size: 12px;
}
.product-item .old-price {
  margin: 5px 0;
}
.product-item .old-price .price {
  font-weight: normal;
}
.product-item .regular-price .price-label {
  display: none;
}
.product-item .minimal-price .price-container {
  display: block;
}
.product-item .minimal-price-link {
  margin-top: 5px;
}
.product-item .price-from,
.product-item .price-to {
  margin: 0;
}
.product-item .tocompare:before {
  content: '\e61e';
}
.product-item .tocart {
  font-size: 1.3rem;
  border-radius: 0;
  line-height: 1;
  padding-bottom: 10px;
  padding-top: 10px;
  white-space: nowrap;
}
.column.main .product-items {
  margin-left: 0;
}
.column.main .product-item {
  padding-left: 0;
}
.price-container .price {
  font-size: 1.4rem;
}
.price-container .price-including-tax + .price-excluding-tax,
.price-container .weee {
  margin-top: 5px;
}
.price-container .price-including-tax + .price-excluding-tax,
.price-container .weee,
.price-container .price-including-tax + .price-excluding-tax .price,
.price-container .weee .price,
.price-container .weee + .price-excluding-tax:before,
.price-container .weee + .price-excluding-tax .price {
  font-size: 1.1rem;
}
.price-container .weee:before {
  content: '(' attr(data-label) ': ';
}
.price-container .weee:after {
  content: ')';
}
.price-container .weee + .price-excluding-tax:before {
  content: attr(data-label) ': ';
}
.products-list .product-item {
  display: table;
  width: 100%;
}
.products-list .product-item-info {
  display: table-row;
}
.products-list .product-item-photo {
  display: table-cell;
  padding: 0 30px 30px 0;
  vertical-align: top;
  width: 1%;
}
.products-list .product-item-details {
  display: table-cell;
  vertical-align: top;
}
.page-products .columns {
  padding-top: 60px;
  position: relative;
  z-index: 1;
}
.toolbar {
  margin-bottom: 30px;
  text-align: center;
}
.toolbar select {
  background-color: #f0f0f0;
  box-shadow: inset 0 1px 0 0 #ffffff, inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
  border-radius: 3px;
}
.toolbar .sorter-action {
  position: relative;
  top: -2px;
}
.toolbar-amount {
  left: 0;
  line-height: 18px;
  margin: 0;
  padding: 7px 0;
  text-align: left;
  top: 0;
  vertical-align: middle;
}
.products.wrapper ~ .toolbar .toolbar-amount {
  display: none;
}
.page-with-filter .toolbar-amount {
  position: static;
}
.toolbar-products {
  background-color: transparent;
}
.toolbar-products .pages {
  display: none;
}
.products.wrapper ~ .toolbar-products .pages {
  display: block;
}
.toolbar .pages {
  margin-bottom: 25px;
}
.sorter {
  float: right;
}
.page-products .sorter {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.products.wrapper ~ .toolbar .sorter {
  display: none;
}
.sorter-options {
  margin: 0 5px 0 7px;
  width: auto;
}
.sorter-action {
  display: inline-block;
  text-decoration: none;
}
.sorter-action:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: inherit;
  color: #757575;
  content: '\e613';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.sorter-action:hover:before {
  color: #333;
}
.sorter-action > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sorter-action.sort-desc:before {
  content: '\e614';
}
.modes {
  display: none;
}
.limiter-options {
  margin: 0 5px 0 7px;
  width: auto;
}
.limiter-label {
  font-weight: 400;
}
.page-products .toolbar .limiter {
  display: none;
}
.limiter .control {
  display: inline-block;
}
.old-price,
.old.price {
  color: #666;
}
.prices-tier .price-container .price-including-tax + .price-excluding-tax:before {
  content: '(' attr(data-label) ':';
}
.prices-tier .price-container .price-including-tax + .price-excluding-tax:last-child:after {
  content: ')';
}
.prices-tier .price-container .weee[data-label] {
  display: inline;
}
.prices-tier .price-container .weee[data-label]:before {
  content: ' +' attr(data-label) ':';
}
.actual-price {
  font-weight: 700;
}
.category-image .image {
  display: block;
  height: auto;
  max-width: 100%;
}
.category-cms,
.category-image,
.category-description {
  margin-bottom: 20px;
}
.product-image-container {
  display: inline-block;
  max-width: 100%;
}
.product-image-wrapper {
  display: block;
  height: 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.product-image-photo {
  bottom: 0;
  display: block;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
}
.product.media .placeholder .photo.container {
  max-width: 100%;
}
.product.media .notice {
  margin: 10px 0;
  color: #7d7d7d;
  font-size: 1.2rem;
}
.product.media .product.thumbs {
  margin: 10px 0 25px;
}
.product.media .items.thumbs {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.product.media .items.thumbs > li {
  display: inline-block;
  vertical-align: top;
}
.product.media .items.thumbs > li {
  margin: 1rem 0 0;
}
.product.media .items.thumbs img {
  display: block;
}
.product.media .items.thumbs .active {
  display: block;
  line-height: 1;
}
.product.info.detailed {
  clear: both;
  margin-bottom: 30px;
}
.product.info.detailed .additional-attributes {
  width: auto;
  border: none;
}
.product.info.detailed .additional-attributes > thead > tr > th,
.product.info.detailed .additional-attributes > tbody > tr > th,
.product.info.detailed .additional-attributes > tfoot > tr > th,
.product.info.detailed .additional-attributes > thead > tr > td,
.product.info.detailed .additional-attributes > tbody > tr > td,
.product.info.detailed .additional-attributes > tfoot > tr > td {
  border: none;
}
.product.info.detailed .additional-attributes > thead > tr > td,
.product.info.detailed .additional-attributes > tbody > tr > td,
.product.info.detailed .additional-attributes > tfoot > tr > td {
  padding: 5.5px 5px 10px 5px;
}
.product.info.detailed .additional-attributes > thead > tr > th,
.product.info.detailed .additional-attributes > tbody > tr > th,
.product.info.detailed .additional-attributes > tfoot > tr > th {
  padding: 5.5px 30px 10px 0;
}
.product-info-main .product-info-price {
  color: #575757;
  border-bottom: 1px solid #c1c1c1;
  display: table;
  margin-bottom: 15px;
  width: 100%;
}
.product-info-main .product-info-price .price-box {
  display: inline-block;
  vertical-align: top;
  width: auto;
}
.product-info-main .product-info-price .price-box .price-container > span {
  display: block;
  margin-bottom: 5px;
}
.product-info-main .product-info-price .price-box .price-container > span:last-child {
  margin-bottom: 0;
}
.product-info-main .product-info-price .price-including-tax + .price-excluding-tax,
.product-info-main .product-info-price .weee + .price-excluding-tax,
.product-info-main .product-info-price .weee {
  font-size: 1.4rem;
}
.product-info-main .product-info-price .price-including-tax + .price-excluding-tax .price,
.product-info-main .product-info-price .weee + .price-excluding-tax .price,
.product-info-main .product-info-price .weee .price {
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 16px;
}
.product-info-main .product-info-price .price-wrapper .price {
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 22px;
}
.product-info-main .product-info-price .old-price .price-wrapper .price {
  font-size: 2rem;
  font-weight: 300;
}
.product-info-main .product-info-price .special-price .price-label:after {
  content: ': ';
}
.product-info-main .product-info-price .price {
  white-space: nowrap;
}
.product-info-main .product-info-stock-sku {
  display: inline-block;
  float: right;
  padding-bottom: 10px;
  padding-left: 10%;
  text-align: right;
  vertical-align: top;
}
.product-info-main .stock {
  margin: 0 0 3px;
}
.product-info-main .stock.available,
.product-info-main .stock.unavailable {
  font-weight: 700;
  text-transform: uppercase;
}
.product-info-main .product.attribute.sku {
  word-break: break-all;
  word-wrap: break-word;
}
.product-info-main .product.attribute.sku .type {
  font-weight: normal;
  margin-right: 5px;
}
.product-info-main .product.attribute.sku .type:after {
  content: '#:';
}
.product-info-main .product.attribute.sku .value {
  display: inline-block;
}
.product-info-main .product.attribute.overview {
  margin: 20px 0;
}
.product-info-main .product.alert {
  margin: 10px 0;
}
.product-info-main .product-add-form {
  clear: both;
  padding-top: 15px;
}
.product-info-main .product-reviews-summary {
  float: left;
}
.product-info-main .product-options-bottom .box-tocart {
  margin-top: 20px;
}
.product-options-wrapper .fieldset:focus {
  box-shadow: none;
}
.product-options-wrapper .fieldset-product-options-inner .legend {
  font-weight: 600;
  font-size: 1.4rem;
  border: none;
  display: inline-block;
  float: none;
  margin: 0 0 8px;
  padding: 0;
}
.product-options-wrapper .fieldset-product-options-inner input.datetime-picker ~ select.datetime-picker {
  margin-top: 10px;
}
.product-options-wrapper .fieldset-product-options-inner.required .legend:after,
.product-options-wrapper .fieldset-product-options-inner._required .legend:after {
  content: '*';
  color: #e02b27;
  font-size: 1.2rem;
}
.product-options-wrapper .field .note {
  display: block;
  margin-top: 5px;
}
.product-options-wrapper .field .note.mage-error {
  color: #e02b27;
}
.product-options-bottom .price-box,
.product-info-price .price-box {
  color: #575757;
  display: table-cell;
  padding-bottom: 10px;
  vertical-align: top;
}
.product-options-bottom .price-box .old-price,
.product-info-price .price-box .old-price {
  font-size: 20px;
  font-weight: 300;
}
.product-options-bottom .price-box .old-price .price-container > span,
.product-info-price .price-box .old-price .price-container > span {
  display: inline-block;
}
.product-options-bottom .price-box .price-container > span,
.product-info-price .price-box .price-container > span {
  display: block;
  margin-bottom: 5px;
}
.product-options-bottom .price-box .price-container > span:last-child,
.product-info-price .price-box .price-container > span:last-child {
  margin-bottom: 0;
}
.product-options-bottom .price-box .price-container .price,
.product-info-price .price-box .price-container .price {
  font-size: 22px;
  font-weight: 600;
  line-height: 22px;
}
.product-options-bottom .price-box .price-container .price-including-tax + .price-excluding-tax,
.product-info-price .price-box .price-container .price-including-tax + .price-excluding-tax,
.product-options-bottom .price-box .price-container .weee + .price-excluding-tax,
.product-info-price .price-box .price-container .weee + .price-excluding-tax,
.product-options-bottom .price-box .price-container .weee,
.product-info-price .price-box .price-container .weee {
  font-size: 1.2rem;
  line-height: 14px;
}
.product-options-bottom .price-box .price-container .price-including-tax + .price-excluding-tax .price,
.product-info-price .price-box .price-container .price-including-tax + .price-excluding-tax .price,
.product-options-bottom .price-box .price-container .weee + .price-excluding-tax .price,
.product-info-price .price-box .price-container .weee + .price-excluding-tax .price,
.product-options-bottom .price-box .price-container .weee .price,
.product-info-price .price-box .price-container .weee .price {
  font-size: 1.2rem;
  font-weight: 700;
}
.box-tocart .action.tocart {
  vertical-align: top;
}
.box-tocart .action.tocart:not(:last-child) {
  margin-bottom: 15px;
}
.product-addto-links {
  display: inline;
}
.product-addto-links .action {
  margin-right: 5%;
}
.product-social-links {
  margin: 0 0 20px;
  text-align: center;
}
.product-social-links .action.tocompare:before {
  content: '\e61e';
}
.prices-tier {
  margin-bottom: 15px;
}
.prices-tier .item {
  margin-bottom: 10px;
}
.prices-tier .item:last-child {
  margin-bottom: 0;
}
.prices-tier .price-excluding-tax,
.prices-tier .price-including-tax {
  display: inline-block;
}
.minimal-price-link,
.price-excluding-tax,
.price-including-tax {
  display: block;
  white-space: nowrap;
}
.ui-dialog-titlebar-close {
  line-height: 1.42857143;
  margin: 0;
  padding: 0;
  color: #006bb4;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
}
.ui-dialog-titlebar-close:visited {
  color: #006bb4;
  text-decoration: none;
}
.ui-dialog-titlebar-close:hover {
  color: #006bb4;
  text-decoration: underline;
}
.ui-dialog-titlebar-close:active {
  color: #02283E;
  text-decoration: underline;
}
.ui-dialog-titlebar-close:hover,
.ui-dialog-titlebar-close:active,
.ui-dialog-titlebar-close:focus {
  background: none;
  border: 0;
}
.ui-dialog-titlebar-close.disabled,
.ui-dialog-titlebar-close[disabled],
fieldset[disabled] .ui-dialog-titlebar-close {
  color: #006bb4;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.sidebar .product-items .product-item {
  margin-bottom: 20px;
  position: relative;
}
.sidebar .product-items .product-item-info {
  position: relative;
  width: auto;
}
.sidebar .product-items .product-item-info .product-item-photo {
  left: 0;
  position: absolute;
  top: 0;
}
.sidebar .product-items .product-item-name {
  margin-top: 0;
}
.sidebar .product-items .product-item-details {
  margin: 0 0 0 85px;
}
.sidebar .product-items .product-item-actions {
  display: block;
  margin-top: 10px;
}
.sidebar .product-items .price-box {
  display: block;
  margin: 7px 0;
}
.sidebar .product-items .text {
  margin-right: 8px;
}
.sidebar .product-items .counter {
  color: #7d7d7d;
  font-size: 12px;
  white-space: nowrap;
}
.sidebar .product-items .minilist .price {
  display: inline;
  padding: 0;
}
.sidebar .product-items .minilist .weee:before {
  display: inline-block;
}
.sidebar .product-items .action.delete {
  position: absolute;
  right: 0;
  top: 0;
}
.sidebar .block-compare .action.delete {
  right: initial;
}
.sidebar .action.tocart {
  border-radius: 0;
}
.sidebar .product-items-images {
  margin-left: -5px;
}
.sidebar .product-items-images .product-item {
  float: left;
  padding-left: 5px;
}
.sidebar .product-items-names .product-item {
  display: flex;
  margin-bottom: 10px;
}
.sidebar .product-items-names .product-item-name {
  margin: 0;
}
.catalog-category-view.page-layout-1column .column.main {
  min-height: inherit;
}
/**
 * @codingStandardsIgnoreStart
 */
body.catalog-product-compare-index .action.print {
  float: right;
  margin: 15px 0;
}
.table-wrapper.comparison {
  clear: both;
  max-width: 100%;
  overflow-x: auto;
  position: relative;
}
.table-wrapper.comparison .table-comparison > tbody > tr > th,
.table-wrapper.comparison .table-comparison > tbody > tr > td {
  border-top: 0;
}
.table-comparison {
  table-layout: fixed;
}
.table-comparison .cell {
  padding: 15px;
  width: 180px;
}
.table-comparison .cell.label {
  border-right: 1px solid #ccc;
}
.table-comparison .cell.label .attribute.label {
  display: block;
  width: 100%;
  word-wrap: break-word;
}
.table-comparison .cell.product.info,
.table-comparison .cell.product.label {
  border-bottom: 1px solid #ccc;
}
.table-comparison .cell.attribute {
  font-size: 1.3rem;
}
.table-comparison .cell.attribute img {
  height: auto;
  max-width: 100%;
}
.table-comparison .cell.remove {
  padding-bottom: 0;
  padding-top: 0;
  text-align: right;
}
.table-comparison .cell.remove .action.delete {
  margin-right: 0.6rem;
}
.table-comparison .cell .attribute.value {
  overflow: hidden;
  width: 100%;
}
.table-comparison td:last-child {
  border-right: 1px solid #ccc;
}
.table-comparison .product-item-photo {
  display: block;
  margin: 0 auto 15px;
}
.table-comparison .product-image-photo {
  margin-left: 0;
}
.table-comparison .product-item-actions,
.table-comparison .price-box,
.table-comparison .product.rating,
.table-comparison .product-item-name {
  display: block;
  margin: 15px 0;
}
.table-comparison .product-addto-links {
  margin-top: 15px;
}
.table-comparison .product-addto-links .action.toggle {
  padding: 0;
}
.table-comparison .product-addto-links .action.split,
.table-comparison .product-addto-links .action.toggle {
  line-height: 1.2rem;
  padding: 5px 8px;
  font-size: 1.1rem;
}
.table-comparison .action.tocart {
  white-space: nowrap;
}
.comparison.headings {
  background: #fff;
  left: 0;
  position: absolute;
  top: 0;
  width: auto;
  z-index: 2;
}
.block-compare .product-item .product-item-name {
  margin-left: 22px;
}
.block-compare .action.delete {
  left: 0;
  position: absolute;
  top: 0;
}
.block-compare .actions-toolbar {
  margin: 17px 0 0;
}
.block.related .action.select {
  vertical-align: top;
}
.block.related .product-item-details {
  position: relative;
  z-index: 1;
}
.block.related .related-available .product-item-name {
  margin-left: 20px;
}
.block.related .field.choice {
  left: 0;
  position: absolute;
  top: 2px;
}
/**
 * @codingStandardsIgnoreStart
 */
.checkout-cart-index .page-main {
  padding-left: 0;
  padding-right: 0;
}
.checkout-cart-index .page-title-wrapper {
  padding-left: 15px;
  padding-right: 15px;
}
.cart-summary {
  background: #f8f8f8;
  margin-bottom: 25px;
  padding: 1px 0 25px;
}
.cart-summary > .title {
  font-size: 2.4rem;
  display: none;
  font-weight: 300;
  margin: 12px 0;
}
.cart-summary .block form:not(:last-of-type) .fieldset {
  margin: 0 0 25px;
}
.cart-summary .block .price {
  font-weight: 700;
}
.cart-summary .block .field {
  margin: 0 0 16px;
}
.cart-summary .block .actions-toolbar > .primary {
  text-align: left;
}
.cart-summary .block .actions-toolbar > .primary .action.primary,
.cart-summary .block .actions-toolbar > .primary .amshopby-button,
.cart-summary .block .actions-toolbar > .primary .am-filter-go {
  width: auto;
}
.cart-summary .block .title strong {
  font-size: 1.4rem;
  font-weight: 600;
}
.cart-summary .block .item-options {
  margin: 0 0 16px;
}
.cart-summary .block .item-options .field .radio {
  float: left;
  margin-top: 4px;
}
.cart-summary .block .item-options .field .radio + .label {
  display: block;
  margin: 0;
  overflow: hidden;
}
.page-main .cart-summary .block {
  margin-bottom: 0;
}
.cart-summary .checkout-methods-items {
  margin: 20px 0 0;
  padding: 0 15px;
  text-align: center;
}
.cart-summary .checkout-methods-items .action.primary.checkout,
.cart-summary .checkout-methods-items .amshopby-button.checkout,
.cart-summary .checkout-methods-items .am-filter-go.checkout {
  width: 100%;
}
.cart-summary .checkout-methods-items .item {
  margin-bottom: 25px;
}
.cart-summary .checkout-methods-items .item:last-child {
  margin-bottom: 0;
}
.cart-summary .message {
  padding-left: 20px;
}
.cart-summary .message > *:first-child:before {
  display: none;
}
.cart-totals tbody .mark,
.cart-totals tfoot .mark {
  text-align: left;
}
.cart-totals .discount.coupon {
  display: none;
}
.cart.table-wrapper .cart thead tr th.col {
  border-bottom: 1px solid #ccc;
  padding-bottom: 15px;
  padding-top: 24px;
}
.cart.table-wrapper .cart tbody td {
  border: 0;
}
.cart.table-wrapper .cart > .item {
  border-bottom: 1px solid #ccc;
  position: relative;
}
.cart.table-wrapper .col {
  padding-top: 15px;
}
.cart.table-wrapper .col.price,
.cart.table-wrapper .col.subtotal,
.cart.table-wrapper .col.msrp {
  padding: 20px 11px 10px;
  text-align: center;
}
.cart.table-wrapper .col.qty {
  padding: 20px 11px 10px;
  text-align: center;
}
.cart.table-wrapper .col.qty .input-text {
  height: 36px;
  margin-top: -7px;
  text-align: center;
  width: 60px;
}
.cart.table-wrapper .col > .price {
  color: #7d7d7d;
  font-size: 1.8rem;
  font-weight: 700;
}
.cart.table-wrapper .item-actions td {
  padding-bottom: 0;
  padding-left: 15px;
  padding-right: 15px;
  white-space: normal;
}
.cart.table-wrapper .item .col.item {
  display: block;
  min-height: 75px;
  padding: 15px 15px 10px 90px;
  position: relative;
}
.cart.table-wrapper .actions-toolbar {
  min-height: 20px;
  padding-bottom: 15px;
  position: relative;
}
.cart.table-wrapper .actions-toolbar > .action-edit,
.cart.table-wrapper .actions-toolbar > .action-delete {
  position: absolute;
  right: 16px;
  top: 0;
  display: inline-block;
  text-decoration: none;
}
.cart.table-wrapper .actions-toolbar > .action-edit > span,
.cart.table-wrapper .actions-toolbar > .action-delete > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.cart.table-wrapper .actions-toolbar > .action-edit:before,
.cart.table-wrapper .actions-toolbar > .action-delete:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 20px;
  color: #757575;
  content: '\e601';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.cart.table-wrapper .actions-toolbar > .action-edit:hover:before,
.cart.table-wrapper .actions-toolbar > .action-delete:hover:before {
  color: #333;
}
.cart.table-wrapper .actions-toolbar > .action-edit:active:before,
.cart.table-wrapper .actions-toolbar > .action-delete:active:before {
  color: #757575;
}
.cart.table-wrapper .actions-toolbar > .action-delete {
  right: 0;
}
.cart.table-wrapper .actions-toolbar > .action-delete:before {
  content: '\e604';
}
.cart.table-wrapper .actions-toolbar > .action-delete:hover {
  text-decoration: none;
}
.cart.table-wrapper .action {
  margin-right: 25px;
}
.cart.table-wrapper .action:last-child {
  margin-right: 0;
}
.cart.table-wrapper .action.help.map {
  font-weight: 400;
}
.cart.table-wrapper .product-item-photo {
  display: block;
  left: 15px;
  max-width: 65px;
  padding: 0;
  position: absolute;
  top: 15px;
  width: 100%;
}
.cart.table-wrapper .product-item-name {
  font-size: 1.8rem;
  display: block;
  margin: -3px 0 5px;
}
.cart.table-wrapper .gift-registry-name-label:after {
  content: ':';
}
.cart.table-wrapper .item-options {
  margin-bottom: 0;
}
.cart.table-wrapper .product-item-name + .item-options {
  margin-top: 20px;
}
.cart.table-wrapper .action.configure {
  display: inline-block;
  margin: 10px 0 0;
}
.cart.table-wrapper .item .message {
  margin-top: 20px;
}
.cart-products-toolbar .toolbar-amount {
  left: inherit;
  margin: 25px 0 15px;
  padding: 0;
  position: relative;
  text-align: center;
  top: inherit;
}
.cart-products-toolbar-top {
  border-bottom: 1px solid #ccc;
}
.cart-discount {
  border-bottom: 1px solid #ccc;
  clear: left;
}
.cart-empty {
  padding-left: 15px;
  padding-right: 15px;
}
.cart-tax-info + .cart-tax-total,
.cart .cart-tax-info + .cart-tax-total {
  display: block;
}
.cart.table-wrapper .col.price,
.order-items.table-wrapper .col.price,
.cart.table-wrapper .col.qty,
.order-items.table-wrapper .col.qty,
.cart.table-wrapper .col.subtotal,
.order-items.table-wrapper .col.subtotal,
.cart.table-wrapper .col.msrp,
.order-items.table-wrapper .col.msrp {
  text-align: right;
}
.block.crosssell {
  padding: 0 15px;
  margin-top: 70px;
}
.block.crosssell .product-item-info {
  width: 200px;
}
.block-minicart .items-total {
  float: left;
  margin: 0 10px;
}
.block-minicart .items-total .count {
  font-weight: 700;
}
.block-minicart .subtotal {
  margin: 0 10px 10px;
  text-align: right;
}
.block-minicart .amount .price-wrapper:first-child .price {
  font-size: 18px;
  font-weight: 700;
}
.block-minicart .subtitle {
  display: none;
}
.block-minicart .subtitle.empty {
  display: block;
  font-size: 14px;
  padding: 30px 0 20px;
  text-align: center;
}
.block-minicart dl.product.options.list {
  display: inline-block;
  vertical-align: top;
}
.block-minicart .text.empty {
  text-align: center;
}
.block-minicart .block-content > .actions {
  margin-top: 15px;
}
.block-minicart .block-content > .actions > .secondary {
  text-align: center;
}
.block-minicart .block-content > .actions > .primary {
  margin: 0 10px 15px;
}
.block-minicart .block-content > .actions > .primary .action.primary,
.block-minicart .block-content > .actions > .primary .amshopby-button,
.block-minicart .block-content > .actions > .primary .am-filter-go {
  display: block;
  width: 100%;
}
.block-minicart .block-content > .actions .paypal-logo {
  margin-top: 15px;
  text-align: center;
}
.block-minicart .block-category-link,
.block-minicart .block-product-link,
.block-minicart .block-cms-link,
.block-minicart .block-banners {
  margin: 15px 0 0;
  text-align: center;
}
.minicart-wrapper {
  display: inline-block;
  position: relative;
  float: right;
}
.minicart-wrapper:before,
.minicart-wrapper:after {
  content: '';
  display: table;
}
.minicart-wrapper:after {
  clear: both;
}
.minicart-wrapper .action.showcart {
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}
.minicart-wrapper .action.showcart:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 28px;
  color: #757575;
  content: '\e611';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-wrapper .action.showcart:hover:before {
  color: #333;
}
.minicart-wrapper .action.showcart:active:before {
  color: #757575;
}
.minicart-wrapper .action.showcart.active {
  display: inline-block;
  text-decoration: none;
}
.minicart-wrapper .action.showcart.active:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 28px;
  color: #757575;
  content: '\e611';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-wrapper .action.showcart.active:hover:before {
  color: #333;
}
.minicart-wrapper .action.showcart.active:active:before {
  color: #757575;
}
.minicart-wrapper .block-minicart {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #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: -10px;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.minicart-wrapper .block-minicart li {
  margin: 0;
}
.minicart-wrapper .block-minicart li:hover {
  cursor: pointer;
}
.minicart-wrapper .block-minicart:before,
.minicart-wrapper .block-minicart:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.minicart-wrapper .block-minicart:before {
  border: 6px solid;
  border-color: transparent transparent #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: 12px;
  top: -12px;
}
.minicart-wrapper .block-minicart:after {
  right: 11px;
  top: -14px;
}
.minicart-wrapper.active {
  overflow: visible;
}
.minicart-wrapper.active .block-minicart {
  display: block;
}
.minicart-wrapper .block-minicart {
  padding: 25px 20px;
}
.minicart-wrapper .block-minicart .block-title {
  display: none;
}
.minicart-wrapper .product .actions {
  float: right;
  margin: -28px 0 0;
}
.minicart-wrapper .product .actions > .primary,
.minicart-wrapper .product .actions > .secondary {
  display: inline;
}
.minicart-wrapper .product .actions > .primary:not(:last-child),
.minicart-wrapper .product .actions > .secondary:not(:last-child) {
  margin-right: 15px;
}
.minicart-wrapper .action.close {
  height: 30px;
  position: absolute;
  right: 0;
  top: 0;
  width: 25px;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-shadow: none;
  font-weight: 400;
  display: inline-block;
  text-decoration: none;
}
.minicart-wrapper .action.close:focus,
.minicart-wrapper .action.close:active {
  background: none;
  border: none;
}
.minicart-wrapper .action.close:hover {
  background: none;
  border: none;
}
.minicart-wrapper .action.close.disabled,
.minicart-wrapper .action.close[disabled],
fieldset[disabled] .minicart-wrapper .action.close {
  pointer-events: none;
  opacity: 0.5;
}
.minicart-wrapper .action.close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.minicart-wrapper .action.close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: 14px;
  color: #757575;
  content: '\e616';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-wrapper .action.close:hover:before {
  color: inherit;
}
.minicart-wrapper .action.close:active:before {
  color: inherit;
}
.minicart-wrapper .action.showcart {
  white-space: nowrap;
}
.minicart-wrapper .action.showcart .counter.qty {
  background: #02283E;
  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 .action.showcart .counter-number {
  text-shadow: 0 0 7px #000000;
}
.minicart-wrapper .minicart-widgets {
  margin-top: 15px;
}
.minicart-items-wrapper {
  border: 1px solid #ccc;
  margin: 0 -20px;
  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: 20px 0;
}
.minicart-items .product-item:not(:first-child) {
  border-top: 1px solid #ccc;
}
.minicart-items .product-item:first-child {
  padding-top: 0;
}
.minicart-items .product-item-pricing .label {
  display: inline-block;
}
.minicart-items .price-minicart {
  margin-bottom: 5px;
}
.minicart-items .message {
  margin-bottom: 0;
  margin-top: 10px;
}
.minicart-items .product-item-name {
  font-weight: 400;
  margin: 0 0 10px;
}
.minicart-items .product-item-name a {
  color: #006bb4;
}
.minicart-items .product-item-details {
  padding-left: 88px;
}
.minicart-items .product-item-details .price {
  font-weight: 700;
}
.minicart-items .product-item-details .price-including-tax,
.minicart-items .product-item-details .price-excluding-tax {
  margin: 5px 0;
}
.minicart-items .product-item-details .weee[data-label] {
  font-size: 1.1rem;
}
.minicart-items .product-item-details .details-qty {
  margin-top: 10px;
}
.minicart-items .product > .product-item-photo,
.minicart-items .product > .product-image-container {
  float: left;
}
.minicart-items .product .toggle {
  border: 0;
  padding: 0 0 5px 0;
  white-space: nowrap;
}
.minicart-items .product .toggle:after {
  color: #8f8f8f;
  margin: 0 0 0 5px;
  position: static;
}
.minicart-items .product .active > .toggle:after {
  content: '\e621';
}
.minicart-items .product.pricing {
  margin-top: 3px;
}
.minicart-items .product.options .toggle.tooltip {
  display: inline-block;
  text-decoration: none;
}
.minicart-items .product.options .toggle.tooltip > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.minicart-items .product.options .toggle.tooltip:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 12px;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  margin: -3px 0 0 7px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-items .product.options .details {
  display: none;
}
.minicart-items .item-qty {
  text-align: center;
  width: 60px;
}
.minicart-items .update-cart-item {
  font-size: 1.1rem;
  margin-left: 5px;
  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: 18px;
  line-height: 20px;
  color: #757575;
  content: '\e601';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-items .action.edit:hover:before,
.minicart-items .action.delete:hover:before {
  color: #333;
}
.minicart-items .action.edit:active:before,
.minicart-items .action.delete:active:before {
  color: #757575;
}
.minicart-items .action.delete:before {
  content: '\e604';
}
.file-uploader-area {
  position: relative;
}
.file-uploader-area input[type='file'] {
  cursor: pointer;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  visibility: hidden;
  width: 0;
}
.file-uploader-area input[type='file']:focus + .file-uploader-button {
  box-shadow: 0 0 0 1px #006bb4;
}
.file-uploader-area input[type='file']:disabled + .file-uploader-button {
  cursor: default;
  opacity: 0.5;
  pointer-events: none;
}
.file-uploader-summary {
  display: inline-block;
  vertical-align: top;
}
.file-uploader-button {
  background: #eee;
  border: 1px solid #cccccc;
  box-sizing: border-box;
  color: #333;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.6rem;
  margin: 0;
  padding: 7px 15px;
  vertical-align: middle;
}
.file-uploader-button._is-dragover {
  background: #d4d4d4;
  border: 1px solid #006bb4;
}
.file-uploader-spinner {
  background-image: url('../../frontend/InverseParadox/BlueRidgeKnives/en_US/images/loader-1.gif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 15px;
  display: none;
  height: 30px;
  margin-left: 10px;
  vertical-align: top;
  width: 15px;
}
.file-uploader-preview .action-remove {
  bottom: 4px;
  cursor: pointer;
  display: block;
  height: 27px;
  left: 6px;
  padding: 2px;
  position: absolute;
  text-decoration: none;
  width: 25px;
  z-index: 2;
}
.file-uploader-preview .action-remove > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.file-uploader-preview .action-remove:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.6rem;
  line-height: inherit;
  color: #514943;
  content: '\e604';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.file-uploader-preview .action-remove:hover:before {
  color: #736963;
}
.file-uploader-preview:hover .preview-image img,
.file-uploader-preview:hover .preview-link:before {
  opacity: 0.7;
}
.file-uploader-preview .preview-link {
  display: block;
  height: 100%;
}
.file-uploader-preview .preview-image img {
  bottom: 0;
  left: 0;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.file-uploader-preview .preview-video {
  display: inline-block;
  text-decoration: none;
}
.file-uploader-preview .preview-video:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 4rem;
  line-height: inherit;
  color: #ccc;
  content: '\e626';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.file-uploader-preview .preview-video:hover:before {
  color: #ccc;
}
.file-uploader-preview .preview-video:before {
  left: 0;
  margin-top: -2rem;
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 2;
}
.file-uploader-preview .preview-document {
  display: inline-block;
  text-decoration: none;
}
.file-uploader-preview .preview-document:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 7rem;
  line-height: inherit;
  color: #ccc;
  content: '\e626';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.file-uploader-preview .preview-document:hover:before {
  color: #ccc;
}
.file-uploader-preview .preview-document:before {
  left: 0;
  margin-top: -3.5rem;
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 2;
}
.file-uploader-preview,
.file-uploader-placeholder {
  background: #fff;
  border: 1px solid #cacaca;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 150px;
  line-height: 1;
  margin: 10px 25px 10px 0;
  overflow: hidden;
  position: relative;
  width: 150px;
}
.file-uploader._loading .file-uploader-spinner {
  display: inline-block;
}
.file-uploader .admin__field-note,
.file-uploader .admin__field-error {
  margin-bottom: 10px;
}
.file-uploader .file-uploader-filename {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 150px;
  word-break: break-all;
}
.file-uploader .file-uploader-filename:first-child {
  margin-bottom: 10px;
}
.file-uploader .file-uploader-meta {
  color: #9e9e9e;
}
.file-uploader .admin__field-fallback-reset {
  margin-left: 10px;
}
._keyfocus .file-uploader .action-remove:focus {
  box-shadow: 0 0 0 1px #006bb4;
}
.file-uploader-placeholder.placeholder-document {
  display: inline-block;
  text-decoration: none;
}
.file-uploader-placeholder.placeholder-document:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 5rem;
  line-height: inherit;
  color: #ccc;
  content: '\e626';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.file-uploader-placeholder.placeholder-document:hover:before {
  color: #ccc;
}
.file-uploader-placeholder.placeholder-document:before {
  left: 0;
  position: absolute;
  right: 0;
  top: 20px;
  z-index: 2;
}
.file-uploader-placeholder.placeholder-image {
  display: inline-block;
  text-decoration: none;
}
.file-uploader-placeholder.placeholder-image:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 5rem;
  line-height: inherit;
  color: #ccc;
  content: '\e626';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.file-uploader-placeholder.placeholder-image:hover:before {
  color: #ccc;
}
.file-uploader-placeholder.placeholder-image:before {
  left: 0;
  position: absolute;
  right: 0;
  top: 20px;
  z-index: 2;
}
.file-uploader-placeholder.placeholder-video {
  display: inline-block;
  text-decoration: none;
}
.file-uploader-placeholder.placeholder-video:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 3rem;
  line-height: inherit;
  color: #ccc;
  content: '\e626';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.file-uploader-placeholder.placeholder-video:hover:before {
  color: #ccc;
}
.file-uploader-placeholder.placeholder-video:before {
  left: 0;
  position: absolute;
  right: 0;
  top: 30px;
  z-index: 2;
}
.file-uploader-placeholder-text {
  bottom: 0;
  color: #008bdb;
  font-size: 1.1rem;
  left: 0;
  line-height: 1.42857143;
  margin-bottom: 15%;
  padding: 0 20px;
  position: absolute;
  right: 0;
  text-align: center;
}
.data-grid-file-uploader {
  min-width: 7rem;
}
.data-grid-file-uploader._loading .file-uploader-spinner {
  display: block;
}
.data-grid-file-uploader._loading .file-uploader-button:before {
  display: none;
}
.data-grid-file-uploader .file-uploader-image {
  background: transparent;
  bottom: 0;
  left: 0;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.data-grid-file-uploader .file-uploader-image + .file-uploader-area .file-uploader-button:before {
  display: none;
}
.data-grid-file-uploader .file-uploader-area {
  z-index: 2;
}
.data-grid-file-uploader .file-uploader-spinner {
  height: 100%;
  margin: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.data-grid-file-uploader .file-uploader-button {
  height: 48px;
  text-align: center;
  display: block;
  text-decoration: none;
}
.data-grid-file-uploader .file-uploader-button > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.data-grid-file-uploader .file-uploader-button:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.3rem;
  line-height: 48px;
  color: #8a837f;
  content: '\e626';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.data-grid-file-uploader .file-uploader-button:hover:before {
  color: #666;
}
.data-grid-file-uploader .action-select-wrap {
  float: left;
}
.data-grid-file-uploader .action-select-wrap .action-select {
  border: 1px solid #cacaca;
  display: block;
  height: 5rem;
  margin-left: -1px;
  padding: 0;
  width: 2rem;
}
.data-grid-file-uploader .action-select-wrap .action-select:after {
  border-color: #8a837f transparent transparent transparent;
  left: 50%;
  margin: 0 0 0 -5px;
}
.data-grid-file-uploader .action-select-wrap .action-select:hover:after {
  border-color: #666 transparent transparent transparent;
}
.data-grid-file-uploader .action-select-wrap .action-select > span {
  display: none;
}
.data-grid-file-uploader .action-select-wrap .action-menu {
  left: 4rem;
  right: auto;
  z-index: 2;
}
.data-grid-file-uploader-inner {
  border: 1px solid #cacaca;
  float: left;
  height: 5rem;
  position: relative;
  width: 5rem;
}
.checkout-container {
  margin: 0 0 20px;
}
.opc-wrapper {
  margin: 0 0 20px;
}
.opc-wrapper .step-title {
  border-bottom: 1px solid #ccc;
  margin-bottom: 15px;
}
.opc-wrapper .step-content {
  margin: 0 0 40px;
}
.checkout-index-index .nav-sections,
.checkout-index-index .nav-toggle {
  display: none;
}
.checkout-index-index .logo {
  margin-left: 0;
}
.checkout-onepage-success .print {
  display: none;
}
.abs-discount-code .form-discount,
.checkout-payment-method .payment-option-content .form-discount {
  display: table;
  width: 100%;
}
.abs-discount-code .form-discount .actions-toolbar,
.checkout-payment-method .payment-option-content .form-discount .actions-toolbar {
  display: table-cell;
  vertical-align: top;
  width: 1%;
}
.abs-discount-code .form-discount .actions-toolbar .primary,
.checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary {
  float: left;
}
.abs-discount-code .form-discount .actions-toolbar .primary .action,
.checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary .action {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin: 0 0 0 -2px;
  white-space: nowrap;
  width: auto;
}
.abs-discount-code .form-discount > .field > .label,
.checkout-payment-method .payment-option-content .form-discount > .field > .label {
  display: none;
}
.opc-estimated-wrapper {
  background: #f4f4f4;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  margin: -21px -15px 15px;
  padding: 18px 15px;
}
.opc-estimated-wrapper .estimated-block {
  font-size: 18px;
  float: left;
  font-weight: 700;
}
.opc-estimated-wrapper .estimated-block .estimated-label {
  display: block;
  margin: 0 0 5px;
}
.opc-estimated-wrapper .minicart-wrapper button.action.showcart {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
}
.opc-estimated-wrapper .minicart-wrapper button.action.showcart:focus,
.opc-estimated-wrapper .minicart-wrapper button.action.showcart:active {
  background: none;
  border: none;
}
.opc-estimated-wrapper .minicart-wrapper button.action.showcart:hover {
  background: none;
  border: none;
}
.opc-estimated-wrapper .minicart-wrapper button.action.showcart.disabled,
.opc-estimated-wrapper .minicart-wrapper button.action.showcart[disabled],
fieldset[disabled] .opc-estimated-wrapper .minicart-wrapper button.action.showcart {
  pointer-events: none;
  opacity: 0.5;
}
.opc-estimated-wrapper .minicart-wrapper button.action.showcart:before {
  color: #333;
}
.opc-progress-bar {
  display: none;
}
.opc-progress-bar {
  margin: 0 0 20px;
  counter-reset: i;
  display: block;
  font-size: 0;
}
.opc-progress-bar-item {
  margin: 0 0 10px;
  width: 185px;
  display: inline-block;
  position: relative;
  text-align: center;
  vertical-align: top;
}
.opc-progress-bar-item:before {
  background: #e4e4e4;
  border: 1px solid #ccc;
  top: 19px;
  transition: background 0.3s;
  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: #666;
  font-weight: 300;
  font-size: 1.8rem;
}
.opc-progress-bar-item > span:before,
.opc-progress-bar-item > span:after {
  background: #e4e4e4;
  border: 1px solid #ccc;
  height: 38px;
  margin-left: -19px;
  transition: background 0.3s;
  width: 38px;
  border-radius: 50%;
  content: '';
  left: 50%;
  position: absolute;
  top: 0;
}
.opc-progress-bar-item > span:after {
  background: #fff;
  height: 26px;
  margin-left: -13px;
  top: 6px;
  width: 26px;
  content: counter(i);
  counter-increment: i;
  color: #333;
  font-weight: 600;
  font-size: 1.8rem;
}
.opc-progress-bar-item._complete {
  cursor: pointer;
}
.opc-progress-bar-item._complete:hover:before {
  background: #d7d7d7;
}
.opc-progress-bar-item._complete:hover > span:before {
  background: #d7d7d7;
}
.opc-progress-bar-item._complete > span {
  color: #006bb4;
}
.opc-progress-bar-item._complete > span:after {
  font-family: 'luma-icons';
  content: '\e610';
}
.opc-progress-bar-item._active:before {
  background: #02283E;
  border-color: #02283E;
}
.opc-progress-bar-item._active > span {
  color: #333;
  font-weight: 600;
}
.opc-progress-bar-item._active > span:before {
  background: #02283E;
  border-color: #02283E;
}
.opc-progress-bar-item._active > span:after {
  border-color: #02283E;
  content: '\e610';
  font-family: 'luma-icons';
}
.field.choice .field-tooltip {
  display: inline-block;
  margin-left: 10px;
  position: relative;
  top: -3px;
}
.field.choice .field-tooltip-action {
  line-height: 21px;
}
.field._error .control input,
.field._error .control select,
.field._error .control textarea {
  border-color: #ed8380;
}
.checkout-index-index .modal-popup .fieldset .field .label {
  font-weight: 400;
}
.checkout-index-index .modal-popup .modal-footer .action-hide-popup {
  margin-top: 8px;
}
.field-tooltip {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 1px;
}
.field-tooltip._active {
  z-index: 100;
}
.field-tooltip._active .field-tooltip-content {
  display: block;
}
.field-tooltip._active .field-tooltip-action:before {
  color: #333;
}
.field-tooltip .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.field-tooltip .field-tooltip-action {
  display: inline-block;
  text-decoration: none;
}
.field-tooltip .field-tooltip-action > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.field-tooltip .field-tooltip-action:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 21px;
  line-height: inherit;
  color: #bbb;
  content: '\e623';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.field-tooltip .field-tooltip-action:hover:before {
  color: #333;
}
.field-tooltip .field-tooltip-action:before {
  padding-left: 1px;
}
._keyfocus .field-tooltip .field-tooltip-action:focus {
  z-index: 100;
}
._keyfocus .field-tooltip .field-tooltip-action:focus + .field-tooltip-content {
  display: block;
}
._keyfocus .field-tooltip .field-tooltip-action:focus:before {
  color: #333;
}
.field-tooltip .field-tooltip-content {
  background: #f4f4f4;
  border: 1px solid #999;
  border-radius: 1px;
  font-size: 14px;
  padding: 12px;
  width: 270px;
  display: none;
  left: 38px;
  position: absolute;
  text-transform: none;
  top: -9px;
  word-wrap: break-word;
  z-index: 2;
}
.field-tooltip .field-tooltip-content:before,
.field-tooltip .field-tooltip-content:after {
  border: 10px solid transparent;
  height: 0;
  width: 0;
  border-right-color: #f4f4f4;
  left: -21px;
  top: 12px;
  content: '';
  display: block;
  position: absolute;
  z-index: 3;
}
.field-tooltip .field-tooltip-content:before {
  border-right-color: #666666;
}
.field-tooltip .field-tooltip-content:after {
  border-right-color: #f4f4f4;
  width: 1px;
  z-index: 4;
}
@media only screen and (max-width: 768px) {
  .field-tooltip .field-tooltip-content {
    left: auto;
    right: -10px;
    top: 40px;
  }
  .field-tooltip .field-tooltip-content::before,
  .field-tooltip .field-tooltip-content::after {
    border: 10px solid transparent;
    height: 0;
    left: auto;
    margin-top: -21px;
    right: 10px;
    top: 0;
    width: 0;
  }
  .field-tooltip .field-tooltip-content::before {
    border-bottom-color: #999;
  }
  .field-tooltip .field-tooltip-content::after {
    border-bottom-color: #f4f4f4;
    top: 1px;
  }
}
.opc-wrapper .form-login,
.opc-wrapper .form-shipping-address {
  margin-top: 28px;
  margin-bottom: 28px;
}
.opc-wrapper .form-login .fieldset .field .label,
.opc-wrapper .form-shipping-address .fieldset .field .label {
  font-weight: 400;
}
.opc-wrapper .form-login .fieldset .note,
.opc-wrapper .form-shipping-address .fieldset .note {
  font-size: 14px;
  margin-top: 10px;
}
.opc-wrapper .shipping-address-items {
  font-size: 0;
}
.opc-wrapper .shipping-address-item {
  border: 2px solid transparent;
  font-size: 14px;
  line-height: 30px;
  margin: 0 0 20px;
  padding: 20px 35px 20px 20px;
  transition: 0.3s border-color;
  width: 50%;
  display: inline-block;
  position: relative;
  vertical-align: top;
  word-wrap: break-word;
}
.opc-wrapper .shipping-address-item.selected-item {
  border-color: #02283E;
}
.opc-wrapper .shipping-address-item.selected-item:after {
  background: #02283E;
  color: #fff;
  content: '\e610';
  font-family: 'luma-icons';
  height: 27px;
  width: 29px;
  font-size: 19px;
  line-height: 21px;
  padding-top: 2px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
}
.opc-wrapper .shipping-address-item.selected-item .action-select-shipping-item {
  visibility: hidden;
}
.opc-wrapper .action-show-popup {
  margin: 0 0 20px;
}
.opc-wrapper .action-show-popup > span:before {
  content: '+';
  padding-right: 5px;
}
.opc-wrapper .action-select-shipping-item {
  float: right;
  margin: 20px 0 0;
}
.opc-wrapper .edit-address-link {
  display: block;
  float: left;
  margin: 26px 5px 0 0;
}
.checkout-shipping-method .step-title {
  margin-bottom: 0;
}
.checkout-shipping-method .no-quotes-block {
  margin: 20px 0;
}
.methods-shipping .actions-toolbar .action.primary,
.methods-shipping .actions-toolbar .amshopby-button,
.methods-shipping .actions-toolbar .am-filter-go {
  margin: 20px 0 0;
}
.table-checkout-shipping-method thead th {
  display: none;
}
.table-checkout-shipping-method tbody td {
  border-top: 1px solid #ccc;
  padding-bottom: 20px;
  padding-top: 20px;
}
.table-checkout-shipping-method tbody td:first-child {
  padding-left: 0;
  padding-right: 0;
  width: 20px;
}
.table-checkout-shipping-method tbody td input[type='radio'] {
  margin: 4px 5px 0 0;
}
.table-checkout-shipping-method tbody tr:first-child td {
  border-top: none;
}
.table-checkout-shipping-method tbody .col-price {
  font-weight: 600;
}
.table-checkout-shipping-method tbody .row-error td {
  border-top: none;
  padding-bottom: 10px;
  padding-top: 0;
}
.checkout-shipping-method {
  position: relative;
}
.shipping-policy-block.field-tooltip {
  top: 12px;
}
.shipping-policy-block.field-tooltip .field-tooltip-action {
  color: #006bb4;
  cursor: pointer;
}
.shipping-policy-block.field-tooltip .field-tooltip-action:before {
  display: none;
}
.shipping-policy-block.field-tooltip .field-tooltip-content {
  width: 420px;
  top: 30px;
}
.opc-block-shipping-information {
  padding: 0 30px;
}
.opc-block-shipping-information .shipping-information-title {
  border-bottom: 1px solid #ccc;
  margin: 0 0 20px;
  position: relative;
}
.opc-block-shipping-information .shipping-information-title .action-edit {
  top: 10px;
  display: inline-block;
  text-decoration: none;
  margin: 0;
  position: absolute;
  right: 0;
}
.opc-block-shipping-information .shipping-information-title .action-edit > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.opc-block-shipping-information .shipping-information-title .action-edit:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 20px;
  color: #757575;
  content: '\e601';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.opc-block-shipping-information .shipping-information-title .action-edit:hover:before {
  color: #333;
}
.opc-block-shipping-information .shipping-information-title .action-edit:active:before {
  color: #757575;
}
.opc-block-shipping-information .shipping-information-content {
  line-height: 27px;
}
.opc-block-shipping-information .shipping-information-content .actions-toolbar {
  margin-left: 0;
}
.opc-block-shipping-information .ship-to,
.opc-block-shipping-information .ship-via {
  margin: 0 0 20px;
}
.opc-block-summary {
  background: #f8f8f8;
  margin: 0 0 20px;
  padding: 22px 30px;
}
.opc-block-summary > .title {
  display: block;
}
.opc-block-summary .mark .value {
  color: #666;
  display: block;
}
.opc-block-summary .discount.coupon {
  display: none;
}
.opc-block-summary .grand.incl + .grand.excl .mark,
.opc-block-summary .grand.incl + .grand.excl .amount {
  border-top: 0;
  font-size: 1.4rem;
  padding-top: 0;
}
.opc-block-summary .grand.incl + .grand.excl .mark strong,
.opc-block-summary .grand.incl + .grand.excl .amount strong {
  font-weight: 400;
}
.opc-block-summary .not-calculated {
  font-style: italic;
  white-space: normal;
}
.opc-block-summary .items-in-cart > .title {
  border-bottom: 1px solid #ccc;
  padding: 10px 40px 10px 0;
  cursor: pointer;
  display: block;
  text-decoration: none;
  margin-bottom: 0;
  position: relative;
}
.opc-block-summary .items-in-cart > .title > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.opc-block-summary .items-in-cart > .title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 12px;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  margin: 3px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.opc-block-summary .items-in-cart > .title:after {
  position: absolute;
  right: 0;
  top: 10px;
}
.opc-block-summary .items-in-cart > .title strong {
  font-size: 1.8rem;
  font-weight: 300;
  margin: 0;
}
.opc-block-summary .items-in-cart.active > .title:after {
  content: '\e621';
}
.opc-block-summary .items-in-cart .product {
  position: relative;
}
.opc-block-summary .minicart-items-wrapper {
  margin: 0 -15px 0 0;
  max-height: 370px;
  padding: 15px 15px 0 0;
  border: 0;
}
.column.main .opc-block-summary .product-item {
  margin: 0;
  padding-left: 0;
}
.opc-block-summary .product-item .product-item-inner {
  display: table;
  margin: 0 0 10px;
  width: 100%;
}
.opc-block-summary .product-item .product-item-name-block {
  display: block;
  padding-right: 5px;
  text-align: left;
}
.opc-block-summary .product-item .subtotal {
  display: block;
  text-align: left;
}
.opc-block-summary .product-item .price {
  font-size: 1.6rem;
  font-weight: 400;
}
.opc-block-summary .product-item .price-including-tax + .price-excluding-tax .price {
  font-size: 1rem;
}
.opc-block-summary .product-item .message {
  margin-top: 10px;
}
.opc-block-summary .actions-toolbar {
  position: relative;
  z-index: 1;
}
.opc-block-summary .actions-toolbar .secondary {
  border-top: 1px solid #ccc;
  display: block;
  margin: -1px 0 0;
  padding: 15px 0 0;
  text-align: left;
}
.opc-block-summary .actions-toolbar .secondary .action {
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .opc-block-summary .product-item .product-item-inner {
    display: block;
  }
  .opc-block-summary .product-item .product-item-name-block {
    display: block;
    text-align: left;
  }
  .opc-block-summary .product-item .subtotal {
    display: block;
    text-align: left;
  }
}
.authentication-dropdown {
  box-sizing: border-box;
}
.authentication-dropdown .modal-inner-wrap {
  padding: 25px;
}
.authentication-wrapper {
  float: right;
  margin-top: -60px;
  max-width: 50%;
  position: relative;
  z-index: 1;
}
._has-auth-shown .authentication-wrapper {
  z-index: 900;
}
.block-authentication .block-title {
  font-size: 1.8rem;
  border-bottom: 0;
  margin-bottom: 25px;
}
.block-authentication .block-title strong {
  font-weight: 300;
}
.block-authentication .field .label {
  font-weight: 400;
}
.block-authentication .actions-toolbar {
  margin-bottom: 5px;
}
.block-authentication .actions-toolbar > .secondary {
  padding-top: 25px;
  text-align: left;
}
.block-authentication .block[class] {
  margin: 0;
}
.block-authentication .block[class] ul {
  list-style: none;
  padding-left: 10px;
}
.block-authentication .block[class] .field .control,
.block-authentication .block[class] .field .label {
  float: none;
  width: auto;
}
.block-authentication .block[class] + .block {
  border-top: 1px solid #c1c1c1;
  margin-top: 40px;
  padding-top: 40px;
  position: relative;
}
.block-authentication .block[class] + .block:before {
  height: 36px;
  line-height: 34px;
  margin: -19px 0 0 -18px;
  min-width: 36px;
  background: #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 form.form-purchase-order {
  margin-bottom: 15px;
}
.checkout-payment-method .payment-method form.form-purchase-order .input-text {
  width: 40%;
}
.checkout-payment-method .payment-method-content {
  /**
             * @codingStandardsIgnoreStart
             */
}
.checkout-payment-method .payment-method-content #po_number {
  margin-bottom: 20px;
}
.checkout-payment-method .payment-method-title {
  padding: 20px 0;
  margin: 0;
}
.checkout-payment-method .payment-method-title .payment-icon {
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
}
.checkout-payment-method .payment-method-title .action-help {
  display: inline-block;
  margin-left: 5px;
}
.checkout-payment-method .payment-method-content {
  display: none;
  padding: 0 0 20px 22px;
}
.checkout-payment-method .payment-method-content .fieldset:not(:last-child) {
  margin: 0 0 20px;
}
.checkout-payment-method .payment-group + .payment-group .step-title {
  margin: 20px 0 0;
}
.checkout-payment-method .field-select-billing,
.checkout-payment-method .billing-address-form {
  max-width: 500px;
}
.checkout-payment-method .billing-address-same-as-shipping-block {
  margin: 0 0 10px;
}
.checkout-payment-method .checkout-billing-address {
  margin: 0 0 20px;
}
.checkout-payment-method .checkout-billing-address .primary .action-update {
  margin-bottom: 20px;
  margin-right: 0;
}
.checkout-payment-method .checkout-billing-address .billing-address-details {
  line-height: 27px;
  padding: 0 0 0 23px;
}
.checkout-payment-method .checkout-billing-address input[type="checkbox"] {
  vertical-align: top;
}
.checkout-payment-method .payment-method-note + .checkout-billing-address {
  margin-top: 20px;
}
.checkout-payment-method .payment-method-iframe {
  background-color: transparent;
  display: none;
  width: 100%;
}
.checkout-payment-method .no-payments-block {
  margin: 20px 0;
}
.checkout-payment-method .payment-option._active .payment-option-title .action-toggle:after {
  content: '\e621';
}
.checkout-payment-method .payment-option._collapsible .payment-option-title {
  cursor: pointer;
}
.checkout-payment-method .payment-option._collapsible .payment-option-content {
  display: none;
}
.checkout-payment-method .payment-option-title {
  border-top: 1px solid #ccc;
  padding: 20px 0;
}
.checkout-payment-method .payment-option-title .action-toggle {
  color: #006bb4;
  display: inline-block;
  text-decoration: none;
}
.checkout-payment-method .payment-option-title .action-toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: 16px;
  color: #757575;
  content: '\e622';
  font-family: 'luma-icons';
  margin: 0 0 0 10px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.checkout-payment-method .payment-option-title .action-toggle:hover:after {
  color: #333;
}
.checkout-payment-method .payment-option-title .action-toggle:active:after {
  color: #757575;
}
.checkout-payment-method .payment-option-content {
  padding: 0 0 20px 22px;
}
.checkout-payment-method .payment-option-content .primary .action.action-apply {
  margin-right: 0;
}
.checkout-payment-method .payment-option-inner {
  margin: 0 0 20px;
}
.checkout-payment-method .credit-card-types {
  padding: 0;
}
.checkout-payment-method .credit-card-types .item {
  display: inline-block;
  list-style: none;
  margin: 0 5px 0 0;
  vertical-align: top;
}
.checkout-payment-method .credit-card-types .item._active {
  font-weight: 700;
}
.checkout-payment-method .credit-card-types .item._active img {
  -webkit-filter: grayscale(0%);
}
.checkout-payment-method .credit-card-types .item._inactive {
  opacity: 0.4;
}
.checkout-payment-method .credit-card-types .item span {
  display: inline-block;
  padding-top: 6px;
  vertical-align: top;
}
.checkout-payment-method .credit-card-types img {
  -webkit-filter: grayscale(100%);
  -webkit-transition: all 0.6s ease;
}
.checkout-payment-method .ccard .fields > .year {
  padding-left: 5px;
}
.checkout-payment-method .ccard .fields .select {
  padding-left: 5px;
  padding-right: 5px;
}
.checkout-payment-method .ccard .month .select {
  width: 140px;
}
.checkout-payment-method .ccard .year .select {
  width: 80px;
}
.checkout-payment-method .ccard .captcha .input-text,
.checkout-payment-method .ccard .number .input-text {
  width: 225px;
}
.checkout-payment-method .ccard > .field.cvv > .control {
  display: inline-block;
  padding-right: 20px;
}
.checkout-payment-method .ccard .cvv .label {
  display: block;
}
.checkout-payment-method .ccard .cvv .input-text {
  width: 55px;
}
.checkout-payment-method .ccard.fieldset > .field .fields.group.group-2 .field {
  width: auto !important;
}
.checkout-agreements-block .checkout-agreements {
  margin-bottom: 20px;
}
.checkout-agreements-block .checkout-agreement.field {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.checkout-agreements-block .checkout-agreement.field.required label:after {
  content: none;
}
.checkout-agreements-block .checkout-agreement.field.required .action-show:after {
  content: '*';
  color: #e02b27;
  font-size: 1.2rem;
}
.checkout-agreements-block .action-show {
  vertical-align: baseline;
}
.checkout-agreements-items {
  padding-bottom: 30px;
}
.checkout-agreements-items .checkout-agreements-item {
  margin-bottom: 20px;
}
.checkout-agreements-items .checkout-agreements-item-title {
  border-bottom: 0;
}
.checkout-agreement-item-content {
  overflow: auto;
}
.block-balance .price {
  margin-top: -10px;
  font-size: 3.2rem;
  display: inline-block;
  line-height: 32px;
}
.login-container .block-new-customer .actions-toolbar {
  margin-top: 25px;
}
.login-container .block .block-title {
  font-size: 1.8rem;
}
.login-container .fieldset:after {
  margin: 10px 0 0;
  content: attr(data-hasrequired);
  display: block;
  letter-spacing: normal;
  word-spacing: normal;
  color: #e02b27;
  font-size: 1.2rem;
}
.login-container .fieldset:after {
  margin-top: 35px;
}
.block-addresses-list .items.addresses > .item {
  margin-bottom: 20px;
}
.block-addresses-list .items.addresses > .item:last-child {
  margin-bottom: 0;
}
.block-addresses-list .items.addresses .item.actions {
  margin-top: 5px;
}
.form-address-edit .region_id {
  display: none;
}
.form-edit-account .fieldset.password {
  display: none;
}
.form-edit-account fieldset.additional_info {
  clear: both;
}
.form-create-account .fieldset-fullname .fields .field {
  float: none;
}
.form-create-account .fieldset.create.account:after {
  margin: 10px 0 0;
  content: attr(data-hasrequired);
  display: block;
  letter-spacing: normal;
  word-spacing: normal;
  color: #e02b27;
  font-size: 1.2rem;
}
.form-create-account .fieldset.create.account:after {
  margin-top: 35px;
}
.form.password.forget .fieldset:after {
  margin: 10px 0 0;
  content: attr(data-hasrequired);
  display: block;
  letter-spacing: normal;
  word-spacing: normal;
  color: #e02b27;
  font-size: 1.2rem;
}
.form.password.forget .fieldset:after {
  margin-top: 35px;
}
.box-billing-address .box-content,
.box-shipping-address .box-content,
.box-address-billing .box-content,
.box-address-shipping .box-content,
.box-information .box-content,
.box-newsletter .box-content {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
.account .page-title-wrapper .page-title {
  display: inline-block;
}
.account .messages {
  margin-bottom: 20px;
}
.account .column.main {
  margin-bottom: 30px;
}
.account .column.main h2 {
  margin-top: 0;
}
.account .sidebar-additional {
  margin-top: 40px;
}
.account .table-wrapper {
  margin-bottom: 20px;
  border-bottom: 1px solid #cccccc;
  overflow-x: auto;
}
.account .table-wrapper:last-child {
  margin-bottom: 0;
}
.account .data.table .col.actions .action.delete,
[class^='sales-guest-'] .data.table .col.actions .action.delete,
.sales-guest-view .data.table .col.actions .action.delete {
  color: #d10029;
}
.column.main .block:last-child {
  margin-bottom: 0;
}
.block .title {
  display: block;
  margin-bottom: 10px;
}
.block .title strong {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.4rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.block p:last-child {
  margin: 0;
}
.block .box-actions {
  margin-top: 5px;
}
.field.password .control {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.field.password .control .mage-error {
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}
.field.password .control .input-text {
  -ms-flex-order: 0;
  -webkit-order: 0;
  order: 0;
  z-index: 2;
}
.password-strength-meter {
  background-color: #f4f4f4;
  height: 32px;
  line-height: 32px;
  padding: 0 9px;
  position: relative;
  z-index: 1;
}
.password-strength-meter:before {
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  z-index: -1;
}
.password-none .password-strength-meter:before {
  background-color: #f4f4f4;
  width: 100%;
}
.password-weak .password-strength-meter:before {
  background-color: #ffafae;
  width: 25%;
}
.password-medium .password-strength-meter:before {
  background-color: #ffd6b3;
  width: 50%;
}
.password-strong .password-strength-meter:before {
  background-color: #c5eeac;
  width: 75%;
}
.password-very-strong .password-strength-meter:before {
  background-color: #81b562;
  width: 100%;
}
.control.captcha-image {
  margin-top: 10px;
}
.control.captcha-image .captcha-img {
  vertical-align: middle;
}
.order-products-toolbar,
.customer-addresses-toolbar {
  position: relative;
}
.order-products-toolbar .toolbar-amount,
.customer-addresses-toolbar .toolbar-amount {
  position: relative;
  text-align: center;
}
.order-products-toolbar .pages,
.customer-addresses-toolbar .pages {
  position: relative;
}
.additional-addresses table > thead > tr > th {
  white-space: nowrap;
}
.table-downloadable-products .product-name {
  font-weight: 400;
  margin-right: 15px;
}
.table-downloadable-products .action.download {
  display: inline-block;
  text-decoration: none;
}
.table-downloadable-products .action.download:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  content: '\e626';
  font-family: 'luma-icons';
  margin: 0 5px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.page-product-downloadable .product-add-form {
  clear: both;
  margin-bottom: 25px;
}
.page-product-downloadable .product-options-bottom .field.qty {
  display: none;
}
.samples-item-title {
  font-size: 1.4rem;
  font-weight: 600;
  margin: 0 0 10px;
}
.samples-item {
  margin: 0 0 10px;
}
.field.downloads {
  margin-bottom: 10px;
}
.page-product-downloadable .product-add-form .product-options-wrapper .field.downloads > .control {
  width: 100%;
}
.field.downloads .price-container {
  display: inline;
  white-space: nowrap;
}
.field.downloads .price-container:before {
  content: ' + ';
  display: inline;
}
.field.downloads .price-excluding-tax {
  display: inline;
}
.field.downloads .price-excluding-tax:before {
  content: ' (' attr(data-label) ': ';
}
.field.downloads .price-excluding-tax:after {
  content: ')';
}
.field.downloads .price-including-tax {
  display: inline;
  font-weight: 600;
  font-size: 1.4rem;
}
.field.downloads .field.choice {
  border-bottom: 1px solid #ebebeb;
  box-sizing: border-box;
  margin-bottom: 10px;
  padding-bottom: 10px;
  padding-left: 25px;
  position: relative;
  width: 100%;
  z-index: 1;
}
.field.downloads .field.choice input {
  left: 0;
  position: absolute;
  top: 2px;
}
.field.downloads .field.downloads-all {
  border-bottom: 0;
  padding-left: 0;
}
.field.downloads .sample.link {
  float: right;
}
.field.downloads-all .label {
  color: #006bb4;
  text-decoration: none;
  cursor: pointer;
}
.field.downloads-all .label:visited {
  color: #006bb4;
  text-decoration: none;
}
.field.downloads-all .label:hover {
  color: #006bb4;
  text-decoration: underline;
}
.field.downloads-all .label:active {
  color: #02283E;
  text-decoration: underline;
}
.field.downloads-all input {
  opacity: 0;
}
.field.downloads.downloads-no-separately .field.choice {
  padding-left: 0;
}
.giftcard-account .please-wait {
  display: none;
}
.giftcard-account .form-giftcard-redeem .giftcard.info {
  margin-bottom: 30px;
}
.opc-wrapper .form-giftcard-account {
  max-width: 500px;
}
.opc-wrapper .form-giftcard-account .field {
  margin: 0 0 20px;
}
.opc-wrapper .giftcard-account-info {
  margin: 0 0 20px;
}
.opc-wrapper .giftcard-account-info .giftcard-account-number {
  margin: 0 0 10px;
}
.page-product-giftcard .giftcard-amount {
  border-top: 1px #c1c1c1 solid;
  clear: both;
  margin-bottom: 0;
  padding-top: 15px;
  text-align: left;
}
.page-product-giftcard .giftcard-amount .field:last-child {
  padding-bottom: 20px !important;
}
.page-product-giftcard .product-info-main .price-box .old-price {
  font-size: 20px;
}
.page-product-giftcard .product-info-main .price-box .price-container.price-final > span {
  display: block;
  margin-bottom: 5px;
}
.page-product-giftcard .product-info-main .price-box .price-container.price-final > span:last-child {
  margin-bottom: 0;
}
.page-product-giftcard .product-info-main .price-box .price-container.price-final .price {
  font-size: 22px;
  font-weight: 600;
  line-height: 22px;
}
.page-product-giftcard .product-info-main .price-box + .giftcard.form {
  border-top: 1px #c1c1c1 solid;
  padding-top: 15px;
}
.page-product-giftcard .product-info-main .alert {
  clear: left;
}
.page-product-giftcard .product-info-stock-sku {
  display: block;
}
.page-product-giftcard .product-add-form {
  border: 0;
  clear: none;
  padding-top: 0;
}
.page-product-giftcard .product-add-form .product-options-wrapper .field:not(.text) {
  margin-bottom: 20px;
  margin-top: 20px;
}
.page-product-giftcard .giftcard.form {
  clear: both;
}
.page-product-giftcard .price-box {
  margin-bottom: 10px;
}
.page-product-giftcard .product-info-price {
  border: 0;
  display: block;
  float: right;
  white-space: nowrap;
  width: auto;
}
.gift-message .field {
  margin-bottom: 20px;
}
.gift-message .field .label {
  color: #666;
  font-weight: 400;
}
.gift-options {
  margin: 20px 0;
}
.gift-options .actions-toolbar .action-cancel {
  display: none;
}
.gift-options-title {
  font-weight: 600;
  margin: 0 0 20px;
}
.gift-options-content .fieldset {
  margin: 0 0 20px;
}
.gift-summary {
  margin-top: 10px;
  position: relative;
}
.gift-summary .actions-toolbar > .secondary .action {
  margin: 0 0 0 20px;
  width: auto;
}
.gift-summary .action-edit,
.gift-summary .action-delete {
  display: inline-block;
  text-decoration: none;
}
.gift-summary .action-edit > span,
.gift-summary .action-delete > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.gift-summary .action-edit:before,
.gift-summary .action-delete:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 20px;
  color: #757575;
  content: '\e601';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.gift-summary .action-edit:hover:before,
.gift-summary .action-delete:hover:before {
  color: #333;
}
.gift-summary .action-edit:active:before,
.gift-summary .action-delete:active:before {
  color: #757575;
}
.gift-summary .action-delete:before {
  content: '\e604';
}
.action-gift {
  display: inline-block;
  text-decoration: none;
}
.action-gift:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.2rem;
  line-height: 20px;
  color: #757575;
  content: '\e622';
  font-family: 'luma-icons';
  margin: 0 0 0 10px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.action-gift:hover:after {
  color: #333;
}
.action-gift:active:after {
  color: #757575;
}
.action-gift.active:after,
.action-gift._active:after {
  content: '\e621';
}
.gift-summary .actions-toolbar,
.cart.table-wrapper .gift-summary .actions-toolbar {
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.cart.table-wrapper .gift-content {
  box-sizing: border-box;
  clear: left;
  display: none;
  float: left;
  margin-right: -100%;
  padding: 20px 0;
  width: 100%;
}
.cart.table-wrapper .gift-content._active {
  display: block;
}
.cart.table-wrapper .item-gift._active {
  border-top: 1px solid #c1c1c1;
}
.cart.table-wrapper .item-gift .action {
  margin-right: 0;
}
.gift-item-block {
  border-bottom: 1px solid #c1c1c1;
  margin: 0;
}
.gift-item-block._active .title:after {
  content: '\e621';
}
.gift-item-block .title {
  color: #006bb4;
  cursor: pointer;
  margin: 0;
  padding: 10px 40px 10px 15px;
  position: relative;
  display: block;
  text-decoration: none;
}
.gift-item-block .title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.2rem;
  line-height: 20px;
  color: #858585;
  content: '\e622';
  font-family: 'luma-icons';
  margin: 0 0 0 10px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.gift-item-block .title:hover:after {
  color: #333;
}
.gift-item-block .content {
  padding: 10px 0 20px;
  position: relative;
}
.order-details-items .order-gift-message dt:after,
.order-details-items .block-order-details-gift-message dt:after {
  content: '';
}
.order-details-items .order-gift-message .item-message,
.order-details-items .block-order-details-gift-message .item-message {
  clear: left;
}
.order-details-items .order-gift-message .item-options dt,
.order-details-items .block-order-details-gift-message .item-options dt {
  font-weight: 400;
  margin: 10px 0;
}
.gift-messages-order {
  margin-bottom: 25px;
}
.gift-message-summary {
  padding-right: 7rem;
}
.form-giftregistry-share .actions-toolbar:not(:last-child),
.form-giftregistry-edit .actions-toolbar:not(:last-child) {
  margin-bottom: 40px;
}
.form-giftregistry-share .fieldset .nested .field:not(.choice) .control,
.form-giftregistry-edit .fieldset .nested .field:not(.choice) .control {
  width: 100%;
}
.giftregisty-dropdown .action.toggle {
  color: #006bb4;
}
.table-giftregistry-items .product-image {
  margin-right: 10px;
  float: left;
}
.cart-summary .form.giftregistry .fieldset {
  margin: 15px 0 5px;
  text-align: left;
}
.cart-summary .form.giftregistry .fieldset .field {
  margin: 0 0 10px;
}
.cart-summary .form.giftregistry .fieldset .field .control {
  float: none;
  width: auto;
}
.form-giftregistry-search {
  margin-bottom: 60px;
}
.form-giftregistry-search .fields-specific-options .field:nth-last-of-type(1) {
  margin-bottom: 0;
}
.block-giftregistry .actions-toolbar {
  margin: 17px 0 0;
}
.block-giftregistry-shared .item-options .item-value {
  margin: 0 0 25px;
}
.block-giftregistry-shared-items .item .col {
  border: 0;
}
.block-giftregistry-shared-items th {
  border-bottom: 1px solid #ccc;
}
.block-giftregistry-shared-items .col {
  padding: 20px 11px 10px;
}
.block-giftregistry-shared-items .col .price-box {
  display: inline-block;
}
.block-giftregistry-shared-items .col .price-wrapper {
  font-size: 1.8rem;
  display: block;
  font-weight: 700;
  white-space: nowrap;
}
.block-giftregistry-shared-items .product .item-options {
  margin: 0;
}
.block-giftregistry-shared-items .product-item-photo {
  display: block;
  max-width: 65px;
  padding: 10px 0;
}
.block-giftregistry-shared-items .product-item-name {
  font-size: 1.8rem;
  display: block;
  margin: 0 0 5px;
}
.gift-wrapping .label {
  margin: 0 0 8px;
  display: inline-block;
}
.gift-wrapping .field {
  margin-bottom: 10px;
}
.gift-wrapping-info {
  font-weight: 300;
  font-size: 18px;
  margin: 20px 0;
}
.gift-wrapping-list {
  list-style: none;
  margin: 20px 0 10px;
  padding: 0;
}
.gift-wrapping-list .no-image {
  background: #f2f2f2;
  display: inline-block;
  text-decoration: none;
}
.gift-wrapping-list .no-image > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.gift-wrapping-list .no-image:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 4rem;
  color: #494949;
  content: '\e62a';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.gift-wrapping-list .no-image:after {
  display: block;
}
.gift-wrapping-preview,
.gift-wrapping-item > span {
  cursor: pointer;
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.gift-wrapping-item {
  float: left;
  margin: 0 10px 10px 0;
}
.gift-wrapping-item:last-child {
  margin-right: 0;
}
.gift-wrapping-item._active span:before {
  border: 3px solid #333;
  box-sizing: border-box;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 2;
}
.gift-wrapping-item > span {
  height: 4rem;
  width: 4rem;
}
.gift-wrapping-title {
  margin: 10px 0;
}
.gift-wrapping-title .action-remove {
  margin: -5px 0 0 5px;
  display: inline-block;
  text-decoration: none;
}
.gift-wrapping-title .action-remove > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.gift-wrapping-title .action-remove:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 20px;
  color: #757575;
  content: '\e604';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.gift-wrapping-title .action-remove:hover:before {
  color: #333;
}
.gift-wrapping-title .action-remove:active:before {
  color: #757575;
}
.gift-options-content .fieldset .field {
  margin: 10px 0;
}
.gift-wrapping-summary {
  padding-right: 7rem;
}
.gift-wrapping-summary .gift-wrapping-title {
  border: 0;
  display: inline-block;
  padding: 0;
}
.opc-wrapper .fieldset.gift-message .field.gift-wrapping {
  padding: 0;
  width: 100%;
}
.opc-wrapper .data.table .gift-wrapping,
.table-order-items .gift-wrapping {
  margin: 20px 0 0;
}
.opc-wrapper .data.table .gift-wrapping .title,
.table-order-items .gift-wrapping .title {
  float: none;
}
.opc-wrapper .data.table .gift-wrapping .content,
.table-order-items .gift-wrapping .content {
  margin: 0;
}
.opc-wrapper .data.table .gift-wrapping .content > img,
.table-order-items .gift-wrapping .content > img {
  float: left;
  margin: 0 10px 0 0;
  max-height: 50px;
  max-width: 50px;
}
.gift-summary .price-box,
.gift-options .price-box {
  margin-left: 22px;
}
.gift-summary .regular-price:before,
.gift-options .regular-price:before {
  content: attr(data-label) ': ';
}
.gift-summary .regular-price .price,
.gift-options .regular-price .price {
  font-weight: 700;
}
.order-options .item {
  padding-bottom: 20px;
}
.order-options .product {
  margin-bottom: 10px;
}
.order-options .product-image-container {
  float: left;
  padding-right: 10px;
}
.order-options .gift-wrapping {
  margin-bottom: 10px;
}
.table-wrapper.grouped {
  width: auto;
}
.table.grouped .row-tier-price > td {
  border-top: 0;
}
.table.grouped .col.item {
  width: 90%;
}
.table.grouped .col.qty {
  width: 10%;
}
.table.grouped .product-item-name {
  display: inline-block;
  font-weight: 400;
  margin-bottom: 10px;
}
.table.grouped .price-box p {
  margin: 0;
}
.table.grouped .price-box .price {
  font-weight: 700;
}
.table.grouped .price-box .old-price .price {
  font-weight: normal;
}
.table.grouped .stock.unavailable {
  font-weight: normal;
  margin: 0;
  text-transform: none;
  white-space: nowrap;
}
.page-product-grouped .product-info-main .alert {
  clear: left;
}
.page-product-grouped .box-tocart {
  margin-top: 10px;
}
.box-tocart .action.instant-purchase {
  vertical-align: top;
}
.box-tocart .action.instant-purchase:not(:last-child) {
  margin-bottom: 15px;
}
.form-add-invitations .additional,
.form-add-invitations .field.message {
  margin-top: 20px;
}
.form-add-invitations .action.remove {
  top: 4px;
}
.form-add-invitations .action.add {
  display: inline-block;
  text-decoration: none;
  line-height: normal;
  padding: 4px;
  width: auto;
}
.form-add-invitations .action.add > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.form-add-invitations .action.add:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: inherit;
  color: inherit;
  content: '\e61c';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.form-add-invitations .action.add:hover:before {
  color: inherit;
}
.form-add-invitations .action.add:active:before {
  color: inherit;
}
.filter.block {
  margin-bottom: 0;
}
.filter-title strong {
  background-color: #f0f0f0;
  box-shadow: inset 0 1px 0 0 #fff, inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
  border: 1px solid #ccc;
  border-radius: 3px;
  font-weight: 400;
  left: 0;
  line-height: 16px;
  padding: 7px 10px;
  position: absolute;
  text-align: center;
  top: 0;
  z-index: 2;
}
.filter-title strong[data-count]:after {
  color: #fff;
  background: #02283E;
  border-radius: 2px;
  content: attr(data-count);
  display: inline-block;
  font-size: 0.8em;
  line-height: 1;
  margin: 0 5px;
  min-width: 1em;
  padding: 2px;
}
.filter-title strong.disabled {
  opacity: 0.5;
}
.filter .block-subtitle {
  border-bottom: 1px solid #ccc;
  font-size: 14px;
  font-weight: 600;
  line-height: 1em;
  padding: 10px 10px 20px;
}
.filter-subtitle {
  display: none;
}
.filter-current {
  margin: 0;
}
.filter-current .items {
  padding: 5px 10px;
}
.filter-current .item {
  padding-left: 17px;
  position: relative;
  z-index: 1;
}
.filter .filter-current-subtitle {
  border: none;
  display: block;
  padding-bottom: 10px;
}
.filter-current .action.remove {
  left: -2px;
  position: absolute;
  top: -1px;
}
.filter-actions {
  margin-bottom: 25px;
  padding: 0 10px;
}
.filter-label {
  font-weight: 700;
}
.filter-label:after {
  content: ': ';
}
.filter-value {
  color: #757575;
}
.filter-options {
  display: none;
  margin: 0;
}
.filter-options-item {
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
}
.filter-options-title {
  cursor: pointer;
  font-weight: 600;
  margin: 0;
  overflow: hidden;
  padding: 10px 40px 0 10px;
  position: relative;
  text-transform: uppercase;
  word-break: break-all;
  z-index: 1;
  display: block;
  text-decoration: none;
}
.filter-options-title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 13px;
  line-height: inherit;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.filter-options-title:after {
  position: absolute;
  right: 13px;
  top: 12px;
}
.filter-options-title:hover {
  color: #000000;
}
.active > .filter-options-title:after {
  content: '\e621';
}
.filter-options-content {
  margin: 0;
  padding: 10px;
}
.filter-options-content .item {
  line-height: 1.5em;
  margin: 10px 0;
}
.filter-options-content a {
  color: #494949;
  margin-left: -5px;
  margin-right: -5px;
  padding-left: 5px;
  padding-right: 7px;
}
.filter-options-content a:hover {
  background-color: #e8e8e8;
  text-decoration: none;
}
.filter-options-content a:hover + .count {
  background-color: #e8e8e8;
}
.filter-options-content .count {
  color: #757575;
  font-weight: 300;
  padding-left: 5px;
  padding-right: 5px;
}
.filter-options-content .count:before {
  content: '(';
}
.filter-options-content .count:after {
  content: ')';
}
.map-popup-wrapper.popup .action.close {
  top: 10px;
}
.map-popup {
  background: #fff;
  border: 1px solid #adadad;
  padding: 22px;
  width: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  transition: opacity 0.3s linear;
  left: 0;
  margin-top: 10px;
  position: absolute;
  top: 0;
  z-index: 1001;
  display: none;
  opacity: 0;
  box-sizing: border-box;
}
.map-popup .popup-header {
  margin: 0 0 25px;
  padding-right: 16px;
}
.map-popup .popup-header .title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
.map-popup .popup-actions .action.close {
  position: absolute;
  display: inline-block;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
  right: 10px;
  top: 10px;
}
.map-popup .popup-actions .action.close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.map-popup .popup-actions .action.close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 16px;
  color: #8c8c8c;
  content: '\e616';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.map-popup .popup-actions .action.close:hover:before {
  color: #737373;
}
.map-popup .popup-actions .action.close:active:before {
  color: #737373;
}
.map-popup .popup-actions .action.close:focus,
.map-popup .popup-actions .action.close:active {
  background: none;
  border: none;
}
.map-popup .popup-actions .action.close:hover {
  background: none;
  border: none;
}
.map-popup .popup-actions .action.close.disabled,
.map-popup .popup-actions .action.close[disabled],
fieldset[disabled] .map-popup .popup-actions .action.close {
  pointer-events: none;
  opacity: 0.5;
}
.map-popup.active {
  opacity: 1;
}
.map-popup .map-info-price {
  margin: 0 0 20px;
}
.map-popup .map-info-price .price-box {
  margin: 0 0 20px;
}
.map-popup .map-info-price .price-box .label:after {
  content: ': ';
}
.map-popup .action.primary,
.map-popup .amshopby-button,
.map-popup .am-filter-go {
  margin-right: 10px;
}
.map-popup .map-msrp {
  margin-bottom: 10px;
}
.map-popup .actual-price {
  margin: 3px 0 15px;
}
.map-popup .regular-price .price-label {
  display: none;
}
.map-popup .popup-header {
  display: none;
}
.map-old-price {
  text-decoration: none;
}
.map-old-price .price-wrapper {
  text-decoration: line-through;
}
.map-fallback-price {
  display: none;
}
.map-old-price,
.product-item .map-old-price,
.product-info-price .map-show-info {
  display: inline-block;
  min-width: 10rem;
}
.map-old-price:not(:last-child),
.product-item .map-old-price:not(:last-child),
.product-info-price .map-show-info:not(:last-child) {
  margin-right: 10px;
}
.product-options-bottom .price-box .old-price .price-container > span,
.product-info-price .price-box .old-price .price-container > span {
  display: inline;
}
.map-form-addtocart {
  display: inline-block;
  text-align: center;
}
.map-form-addtocart img {
  display: block;
  margin: 0 auto;
}
button.map-show-info {
  background-image: none;
  -moz-box-sizing: content-box;
  box-shadow: none;
  line-height: inherit;
  text-shadow: none;
  font-weight: 400;
  line-height: 1.42857143;
  margin: 0;
  padding: 0;
  color: #006bb4;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
}
button.map-show-info:focus,
button.map-show-info:active {
  background: none;
  border: none;
}
button.map-show-info:hover {
  background: none;
  border: none;
}
button.map-show-info.disabled,
button.map-show-info[disabled],
fieldset[disabled] button.map-show-info {
  pointer-events: none;
  opacity: 0.5;
}
button.map-show-info:visited {
  color: #006bb4;
  text-decoration: none;
}
button.map-show-info:hover {
  color: #006bb4;
  text-decoration: underline;
}
button.map-show-info:active {
  color: #02283E;
  text-decoration: underline;
}
button.map-show-info:hover,
button.map-show-info:active,
button.map-show-info:focus {
  background: none;
  border: 0;
}
button.map-show-info.disabled,
button.map-show-info[disabled],
fieldset[disabled] button.map-show-info {
  color: #006bb4;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.wishlist.split.button {
  display: inline-block;
  position: relative;
  margin-right: 5%;
  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 .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: 12px;
  line-height: inherit;
  color: #666;
  content: '\e622';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.wishlist.split.button .action.toggle:hover:after {
  color: #333;
}
.wishlist.split.button .action.toggle:active:after {
  color: inherit;
}
.wishlist.split.button .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.wishlist.split.button .action.toggle.active > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.wishlist.split.button .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: inherit;
  color: #666;
  content: '\e621';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.wishlist.split.button .action.toggle.active:hover:after {
  color: #333;
}
.wishlist.split.button .action.toggle.active:active:after {
  color: inherit;
}
.wishlist.split.button .items {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #fff;
  border: 1px solid #bbb;
  margin-top: 4px;
  min-width: 200px;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.wishlist.split.button .items li {
  margin: 0;
  padding: 5px 5px 5px 23px;
}
.wishlist.split.button .items li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.wishlist.split.button .items:before,
.wishlist.split.button .items:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.wishlist.split.button .items:before {
  border: 6px solid;
  border-color: transparent transparent #fff transparent;
  z-index: 99;
}
.wishlist.split.button .items:after {
  border: 7px solid;
  border-color: transparent transparent #bbb transparent;
  z-index: 98;
}
.wishlist.split.button .items:before {
  left: 10px;
  top: -12px;
}
.wishlist.split.button .items:after {
  left: 9px;
  top: -14px;
}
.wishlist.split.button.active {
  overflow: visible;
}
.wishlist.split.button.active .items {
  display: block;
}
.wishlist.split.button .items {
  padding: 6px 0;
  text-align: left;
}
.wishlist.split.button .items .item > span {
  display: block;
  padding: 5px 5px 5px 23px;
}
.wishlist.split.button .items li {
  padding: 0;
}
.wishlist.split.button > .action.split {
  margin-right: 5px;
}
.wishlist.split.button > .action.split:before {
  content: '\e600';
}
.wishlist.split.button > .action.split:before {
  margin: 0;
  width: 18px;
}
.wishlist.split.button > .action:active,
.wishlist.split.button > .action:focus,
.wishlist.split.button > .action:hover {
  color: #333;
}
.wishlist.split.button > .action.toggle:before {
  border-left: 1px solid #666;
  content: '';
  float: left;
  height: 15px;
  margin: 3px 4px 0 0;
}
.cart.table-wrapper .wishlist.split.button {
  vertical-align: baseline;
}
.cart.table-wrapper .wishlist.split.button > .action.split {
  font-weight: normal;
  letter-spacing: normal;
  text-transform: none;
}
.cart.table-wrapper .wishlist.split.button > .action.toggle:after {
  color: #006bb4;
}
.cart.table-wrapper .wishlist.split.button > .action.split,
.cart.table-wrapper .wishlist.split.button > .action.toggle {
  color: #006bb4;
}
.cart.table-wrapper .wishlist.split.button > .action.split:before,
.cart.table-wrapper .wishlist.split.button > .action.toggle:before {
  display: none;
}
.wishlist.window.popup {
  background: #fff;
  border: 1px solid #adadad;
  padding: 22px;
  width: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  transition: opacity 0.3s linear;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1001;
  display: none;
  opacity: 0;
  box-sizing: border-box;
}
.wishlist.window.popup .popup-header {
  margin: 0 0 25px;
  padding-right: 16px;
}
.wishlist.window.popup .popup-header .title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
.wishlist.window.popup .popup-actions .action.close {
  position: absolute;
  display: inline-block;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
  right: 10px;
  top: 10px;
}
.wishlist.window.popup .popup-actions .action.close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.wishlist.window.popup .popup-actions .action.close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 16px;
  color: #8c8c8c;
  content: '\e616';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.wishlist.window.popup .popup-actions .action.close:hover:before {
  color: #737373;
}
.wishlist.window.popup .popup-actions .action.close:active:before {
  color: #737373;
}
.wishlist.window.popup .popup-actions .action.close:focus,
.wishlist.window.popup .popup-actions .action.close:active {
  background: none;
  border: none;
}
.wishlist.window.popup .popup-actions .action.close:hover {
  background: none;
  border: none;
}
.wishlist.window.popup .popup-actions .action.close.disabled,
.wishlist.window.popup .popup-actions .action.close[disabled],
fieldset[disabled] .wishlist.window.popup .popup-actions .action.close {
  pointer-events: none;
  opacity: 0.5;
}
.wishlist.window.popup.active {
  opacity: 1;
}
.wishlist.window.popup.active {
  display: block;
}
.wishlist.overlay {
  transition: opacity 0.15s linear;
  background: #8c8c8c;
  z-index: 899;
  bottom: 0;
  left: 0;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
}
.wishlist.overlay.active {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.wishlist.overlay.active {
  display: block;
}
.wishlist-dropdown.move .action.toggle,
.wishlist-dropdown.copy .action.toggle {
  color: #006bb4;
}
.page-multiple-wishlist .actions-toolbar > .primary {
  display: block;
  float: none;
  text-align: left;
}
.page-multiple-wishlist .actions-toolbar > .primary .action.remove {
  float: right;
}
.block-wishlist-management {
  position: relative;
}
.block-wishlist-management .wishlist-select .wishlist-name-label {
  font-weight: 600;
}
.block-wishlist-management .wishlist-title {
  margin-bottom: 10px;
}
.block-wishlist-management .wishlist-title strong {
  font-weight: 300;
  margin-right: 10px;
}
.block-wishlist-management .wishlist-notice {
  color: #7d7d7d;
  display: inline-block;
  margin-right: 20px;
}
.block-wishlist-management .wishlist-notice.private {
  display: inline-block;
  text-decoration: none;
}
.block-wishlist-management .wishlist-notice.private:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: inherit;
  color: #a3a3a3;
  content: '\e629';
  font-family: 'luma-icons';
  margin: 0 5px 0 0;
  vertical-align: text-bottom;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.block-wishlist-management .wishlist-toolbar-select,
.block-wishlist-management .wishlist-toolbar-actions {
  display: inline-block;
}
.block-wishlist-management .wishlist-toolbar-select {
  margin-right: 20px;
}
.block-wishlist-management .wishlist-toolbar .copy .dropdown {
  right: 0;
}
.block-wishlist-management .wishlist-toolbar .copy .dropdown:before {
  left: auto;
  right: 11px;
}
.block-wishlist-management .wishlist-toolbar .copy .dropdown:after {
  left: auto;
  right: 10px;
}
.block-wishlist-management .wishlist-dropdown.move {
  margin-right: 20px;
}
.block-wishlist-search-form .form-wishlist-search {
  margin-bottom: 60px;
  max-width: 500px;
}
.block-wishlist-search-results .table-wrapper {
  border-top: none;
}
.block-wishlist-info-items .block-title {
  margin-bottom: 20px;
  font-size: 2.2rem;
}
.block-wishlist-info-items .block-title > strong {
  font-weight: 300;
}
.block-wishlist-info-items .product-item {
  width: 100%;
}
.block-wishlist-info-items .product-item-photo {
  margin-left: 20px;
}
.block-wishlist-info-items .product-item-info {
  width: auto;
}
.block-wishlist-info-items .product-item-info:hover .split {
  visibility: visible;
}
.block-wishlist-info-items .price-wrapper {
  display: block;
  margin: 0 0 10px;
}
.block-wishlist-info-items .split {
  clear: both;
  padding: 10px 0;
  visibility: hidden;
}
.block-wishlist-info-items .wishlist-dropdown .change {
  color: #006bb4;
}
.block-wishlist-info-items .action.towishlist {
  padding: 10px 0;
}
.block-wishlist-info-items .input-text.qty {
  margin-right: 10px;
}
.multicheckout.results h3,
.multicheckout.success h3 {
  font-size: 1.6rem;
  margin-bottom: 20px;
  margin-top: 30px;
}
.multicheckout.results h3 a,
.multicheckout.success h3 a {
  color: #333;
}
.multicheckout.results h3 a:hover,
.multicheckout.success h3 a:hover {
  text-decoration: none;
}
.multicheckout.results ul.orders-list,
.multicheckout.success ul.orders-list {
  list-style: none;
  padding-left: 0;
}
.multicheckout.results .orders-list,
.multicheckout.success .orders-list {
  margin-top: 25px;
  padding-left: 16px;
}
.multicheckout.results .orders-list .shipping-list .shipping-item,
.multicheckout.success .orders-list .shipping-list .shipping-item {
  margin-left: 84px;
}
.multicheckout.results .orders-list .shipping-list .shipping-label,
.multicheckout.success .orders-list .shipping-list .shipping-label {
  font-weight: 700;
  margin-right: 10px;
}
.multicheckout.results .orders-list .shipping-list .shipping-address,
.multicheckout.success .orders-list .shipping-list .shipping-address {
  font-weight: 400;
}
.multicheckout.results .orders-list .shipping-list .error-block,
.multicheckout.success .orders-list .shipping-list .error-block {
  color: #e02b27;
}
.multicheckout.results .orders-list .shipping-list .error-block .error-label,
.multicheckout.success .orders-list .shipping-list .error-block .error-label {
  font-weight: 700;
  margin-right: 10px;
}
.multicheckout.results .orders-list .shipping-list .error-block .error-description,
.multicheckout.success .orders-list .shipping-list .error-block .error-description {
  font-weight: 400;
}
.multicheckout.results .orders-succeed .orders-list,
.multicheckout.success .orders-succeed .orders-list {
  margin-top: 0;
}
.multicheckout.results .orders-succeed .orders-list .shipping-list .order-id,
.multicheckout.success .orders-succeed .orders-list .shipping-list .order-id {
  float: left;
}
.multicheckout.results .orders-succeed .orders-list .shipping-list .shipping-item,
.multicheckout.success .orders-succeed .orders-list .shipping-list .shipping-item {
  margin-left: 100px;
}
.multicheckout .title {
  margin-bottom: 30px;
}
.multicheckout .title strong {
  font-weight: 400;
}
.multicheckout .table-wrapper {
  margin-bottom: 0;
}
.multicheckout .table-wrapper .action.delete {
  display: inline-block;
}
.multicheckout .table-wrapper .col .qty {
  display: inline-block;
}
.multicheckout .table-wrapper .col.item .action.edit {
  font-weight: 400;
  margin-left: 10px;
}
.multicheckout:not(.address) .table-wrapper .product-item-name {
  margin: 0;
}
.multicheckout > .actions-toolbar {
  margin-top: 40px;
}
.multicheckout .actions-toolbar > .secondary {
  display: block;
}
.multicheckout .actions-toolbar > .secondary .action {
  margin-bottom: 25px;
}
.multicheckout .actions-toolbar > .secondary .action.back {
  display: block;
  margin-left: 0;
}
.multicheckout .actions-toolbar > .primary {
  margin-right: 10px;
}
.multicheckout .item-options {
  margin: 10px 0 0;
}
.multicheckout .block .methods-shipping .item-content .fieldset > .field:before {
  display: none;
}
.multicheckout .block .methods-shipping .item-content .fieldset > .field .control {
  display: inline-block;
}
.multicheckout .block-title,
.multicheckout .block-content .title {
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
}
.multicheckout .block-title strong,
.multicheckout .block-content .title strong {
  font-weight: 400;
}
.multicheckout .block-title strong span,
.multicheckout .block-content .title strong span {
  color: #a6a6a6;
}
.multicheckout .block-content .title {
  border-bottom: none;
  padding-bottom: 0;
}
.multicheckout.order-review .block-title > strong {
  font-size: 2.4rem;
}
.multicheckout.order-review .block-shipping .block-content:not(:last-child) {
  margin-bottom: 40px;
}
.multicheckout.order-review .error-description {
  color: #e02b27;
  font-weight: 400;
  margin-bottom: 10px;
  margin-top: -10px;
}
.multicheckout .box-title span {
  margin-right: 10px;
}
.multicheckout .box-title > .action {
  margin: 0;
}
.multicheckout .box-shipping-method .price {
  font-weight: 700;
}
.multicheckout .box-billing-method .fieldset {
  margin: 0;
}
.multicheckout .box-billing-method .fieldset .legend.box-title {
  margin: 0 0 5px;
}
.multicheckout .checkout-review .grand.totals {
  font-size: 2.1rem;
  margin-bottom: 40px;
}
.multicheckout .checkout-review .grand.totals .mark {
  font-weight: 400;
}
[class^='multishipping-'] .logo {
  margin-left: 0;
}
.multishipping-checkout-success .nav-sections {
  display: block;
}
.block.newsletter {
  margin-bottom: 20px;
}
.block.newsletter .form.subscribe {
  display: table;
  width: 100%;
}
.block.newsletter .fieldset {
  display: table-cell;
  margin: 0;
  padding: 0;
  vertical-align: top;
}
.block.newsletter .field {
  margin: 0;
}
.block.newsletter .field .control {
  display: inline-block;
  text-decoration: none;
  display: block;
}
.block.newsletter .field .control:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 32px;
  color: #575757;
  content: '\e61d';
  font-family: 'luma-icons';
  margin: 0 0 0 8px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.block.newsletter .field .control:before {
  position: absolute;
}
.block.newsletter input {
  margin-right: 35px;
  padding: 0 0 0 35px;
}
.block.newsletter .title {
  display: none;
}
.block.newsletter .actions {
  display: table-cell;
  vertical-align: top;
  width: 1%;
}
.block.newsletter .action.subscribe {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-left: -1px;
  white-space: nowrap;
}
.data.switch .counter {
  color: #7d7d7d;
}
.data.switch .counter:before {
  content: '(';
}
.data.switch .counter:after {
  content: ')';
}
.rating-summary {
  overflow: hidden;
  white-space: nowrap;
}
.rating-summary .rating-result {
  width: 88px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.rating-summary .rating-result:before {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
  -webkit-font-smoothing: antialiased;
  color: #c7c7c7;
  font-family: 'luma-icons';
  font-size: 16px;
  height: 16px;
  letter-spacing: 2px;
  line-height: 16px;
  content: '\e605' '\e605' '\e605' '\e605' '\e605';
  display: block;
  font-style: normal;
  font-weight: normal;
  speak: none;
}
.rating-summary .rating-result > span {
  display: block;
  overflow: hidden;
}
.rating-summary .rating-result > span:before {
  position: relative;
  z-index: 2;
  -webkit-font-smoothing: antialiased;
  color: #02283E;
  font-family: 'luma-icons';
  font-size: 16px;
  height: 16px;
  letter-spacing: 2px;
  line-height: 16px;
  content: '\e605' '\e605' '\e605' '\e605' '\e605';
  display: block;
  font-style: normal;
  font-weight: normal;
  speak: none;
}
.rating-summary .rating-result > span span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.product-reviews-summary .rating-summary .label,
.table-reviews .rating-summary .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.review-control-vote {
  overflow: hidden;
}
.review-control-vote:before {
  color: #c7c7c7;
  font-family: 'luma-icons';
  font-size: 16px;
  height: 16px;
  letter-spacing: 2px;
  line-height: 16px;
  font-style: normal;
  font-weight: normal;
  speak: none;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  content: '\e605' '\e605' '\e605' '\e605' '\e605';
  display: block;
  position: absolute;
  z-index: 1;
}
.review-control-vote input[type="radio"] {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.review-control-vote input[type="radio"]:hover + label:before,
.review-control-vote input[type="radio"]:checked + label:before {
  opacity: 1;
}
.review-control-vote label {
  cursor: pointer;
  display: block;
  position: absolute;
}
.review-control-vote label span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.review-control-vote label:before {
  color: #02283E;
  font-family: 'luma-icons';
  font-size: 16px;
  height: 16px;
  letter-spacing: 2px;
  line-height: 16px;
  font-style: normal;
  font-weight: normal;
  speak: none;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  opacity: 0;
}
.review-control-vote label:hover:before {
  opacity: 1;
}
.review-control-vote label:hover ~ label:before {
  opacity: 0;
}
.review-control-vote .rating-5 {
  z-index: 2;
}
.review-control-vote .rating-5:before {
  content: '\e605' '\e605' '\e605' '\e605' '\e605';
}
.review-control-vote .rating-4 {
  z-index: 3;
}
.review-control-vote .rating-4:before {
  content: '\e605' '\e605' '\e605' '\e605';
}
.review-control-vote .rating-3 {
  z-index: 4;
}
.review-control-vote .rating-3:before {
  content: '\e605' '\e605' '\e605';
}
.review-control-vote .rating-2 {
  z-index: 5;
}
.review-control-vote .rating-2:before {
  content: '\e605' '\e605';
}
.review-control-vote .rating-1 {
  z-index: 6;
}
.review-control-vote .rating-1:before {
  content: '\e605';
}
.review-control-vote:before {
  content: '\e625' '\e625' '\e625' '\e625' '\e625';
}
.products-reviews-toolbar {
  position: relative;
}
.products-reviews-toolbar .toolbar-amount {
  position: relative;
  text-align: center;
}
.review-toolbar {
  border-top: 1px solid #c9c9c9;
  margin: 0 0 20px;
  padding: 0;
  text-align: center;
}
.review-toolbar:first-child {
  display: none;
}
.review-toolbar .pages {
  border-bottom: 1px solid #c9c9c9;
  display: block;
  padding: 20px 0;
  text-align: center;
}
.review-toolbar .limiter {
  display: none;
}
.review-add .block-title {
  display: none;
}
.review-form .action.submit.primary {
  background: #eee;
  border: 1px solid #ccc;
  color: #333;
  font-size: 1.4rem;
  line-height: 1.6rem;
  padding: 7px 15px;
  margin: 0;
}
.review-form .action.submit.primary:focus,
.review-form .action.submit.primary:active {
  background: #e2e2e2;
  border: 1px solid #ccc;
  color: #333;
}
.review-form .action.submit.primary:hover {
  background: #e1e1e1;
  border: 1px solid #ccc;
  color: #333;
}
.review-form .actions-toolbar .actions-primary {
  padding: 0;
}
.fieldset .review-legend.legend {
  border-bottom: 0;
  line-height: 1.3;
  margin-bottom: 20px;
  padding: 0;
}
.fieldset .review-legend.legend span {
  margin: 0;
}
.fieldset .review-legend.legend strong {
  display: block;
  font-weight: 600;
}
.fieldset .review-field-ratings > .label {
  font-weight: 600;
  margin-bottom: 10px;
  padding: 0;
}
.review-control-vote label:before,
.review-control-vote:before {
  font-size: 32px;
  height: 32px;
  letter-spacing: 10px;
  line-height: 32px;
}
.review-field-rating .label {
  font-weight: 600;
}
.review-field-rating .control {
  margin-bottom: 48px;
  margin-top: 10px;
}
.review-list {
  margin-bottom: 30px;
}
.review-list .block-title strong {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
.review-item {
  border-bottom: 1px solid #c9c9c9;
  margin: 0;
  padding: 20px 0;
}
.review-item:after {
  clear: both;
  content: '';
  display: table;
}
.review-item:last-child {
  border-width: 0;
}
.review-ratings {
  display: table;
  margin-bottom: 10px;
  max-width: 100%;
}
.review-author {
  display: inline;
}
.review-author .review-details-value {
  font-weight: 400;
}
.review-date {
  display: inline;
}
.review-title {
  font-weight: 600;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
  margin: 0 0 20px;
}
.review-content {
  margin-bottom: 20px;
}
.page-main .column .review-add {
  margin-bottom: 0;
}
.data.table.reviews .rating-summary {
  margin-top: -4px;
}
.customer.review.view .review.title,
.customer.review.view .ratings.summary.items,
.customer.review.view .product.details {
  margin-bottom: 20px;
}
.product-reviews-summary {
  margin-bottom: 5px;
}
.products.wrapper.list .product-reviews-summary {
  margin: 0 auto;
}
.product-reviews-summary .rating-summary {
  display: inline-block;
  vertical-align: middle;
}
.product-reviews-summary .reviews-actions {
  display: inline-block;
  font-size: 11px;
  vertical-align: middle;
}
.product-reviews-summary .reviews-actions a:not(:last-child) {
  margin-right: 30px;
}
.product-reviews-summary .reviews-actions .action.add {
  white-space: nowrap;
}
.product-info-main .rating-summary,
.customer-review .rating-summary {
  margin-right: 30px;
}
.block-reviews-dashboard .items .item {
  margin-bottom: 20px;
}
.block-reviews-dashboard .items .item:last-child {
  margin-bottom: 0;
}
.block-reviews-dashboard .product-name {
  display: inline-block;
}
.block-reviews-dashboard .product-name:not(:last-child) {
  margin-bottom: 5px;
}
.block-reviews-dashboard .rating-summary .label {
  font-weight: 600;
  margin-right: 10px;
  vertical-align: middle;
}
.table-reviews .product-name,
.block-reviews-dashboard .product-name {
  font-weight: 400;
}
.table-reviews .rating-summary {
  display: inline-block;
  vertical-align: baseline;
}
.customer-review .product-media {
  float: left;
  margin-right: 3%;
  max-width: 285px;
  width: 30%;
}
.customer-review .review-details {
  margin: 0;
}
.customer-review .review-details .customer-review-rating {
  margin-bottom: 20px;
}
.customer-review .review-details .customer-review-rating .item {
  margin-bottom: 10px;
}
.customer-review .review-details .customer-review-rating .item:last-child {
  margin-bottom: 0;
}
.customer-review .review-details .review-title {
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-weight: 600;
  margin-bottom: 20px;
}
.customer-review .review-details .review-content {
  margin: 0;
  margin-bottom: 20px;
}
.customer-review .review-details .review-date {
  color: #a6a6a6;
}
.block-reward-info .reward-balance {
  font-size: 1.8rem;
  margin-bottom: 25px;
}
.block-reward-info .reward-rates:not(:last-child),
.block-reward-info .reward-limit:not(:last-child),
.block-reward-info .reward-expiring:not(:last-child) {
  margin-bottom: 25px;
}
.block-reward-info .reward-rates .title,
.block-reward-info .reward-limit .title,
.block-reward-info .reward-expiring .title {
  display: inline-block;
  margin-bottom: 10px;
}
.order-details-items.rma .order-title {
  display: none;
}
.order-details-items.rma .order-title + .toolbar {
  display: none;
}
.form-create-return .additional:first-child {
  margin-top: 0;
}
.form-create-return .field.comment {
  margin-top: 55px;
}
.table-wrapper.table-returns .returns-details.hidden {
  display: none;
}
.block-returns-comments .returns-comments dt,
.block-returns-comments .returns-comments dd {
  margin: 0;
}
.block-returns-comments .returns-comments dt {
  font-weight: 400;
}
.block-returns-comments .returns-comments dd {
  margin-bottom: 15px;
}
.block-returns-comments .returns-comments dd:last-child {
  margin-bottom: 0;
}
.block-returns-comments .fieldset {
  margin-bottom: 20px;
}
.magento-rma-guest-create .order-links .item a {
  line-height: 1.42857143;
  margin: 0 30px 0 0;
  padding: 0;
  color: #006bb4;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
}
.magento-rma-guest-create .order-links .item a:visited {
  color: #006bb4;
  text-decoration: none;
}
.magento-rma-guest-create .order-links .item a:hover {
  color: #006bb4;
  text-decoration: underline;
}
.magento-rma-guest-create .order-links .item a:active {
  color: #02283E;
  text-decoration: underline;
}
.magento-rma-guest-create .order-links .item a:hover,
.magento-rma-guest-create .order-links .item a:active,
.magento-rma-guest-create .order-links .item a:focus {
  background: none;
  border: 0;
}
.magento-rma-guest-create .order-links .item a.disabled,
.magento-rma-guest-create .order-links .item a[disabled],
fieldset[disabled] .magento-rma-guest-create .order-links .item a {
  color: #006bb4;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
#registrant-options .item .control table .col.qty .input-qty {
  display: none;
}
.order-links .item {
  line-height: 40px;
  margin: 0 0 -1px;
}
.order-links .item strong {
  background: #ffffff;
  border: 1px solid #ccc;
  display: block;
  font-weight: 400;
  padding: 0 20px;
}
.order-links .item a {
  background: #f6f6f6;
  color: #6d6d6d;
  border: 1px solid #ccc;
  display: block;
  font-weight: 400;
  padding: 0 20px;
}
.order-links .item a:hover {
  background: #ffffff;
  text-decoration: none;
}
.order-details-items {
  border: 1px solid #ccc;
  margin-bottom: 40px;
  padding: 10px;
}
.order-details-items .order-title {
  border-bottom: 1px solid #ccc;
  padding: 0 0 10px;
}
.order-details-items .order-title > strong {
  font-size: 2.4rem;
  font-weight: 300;
}
.order-details-items .order-title .action {
  display: inline-block;
}
.order-details-items .table-wrapper {
  margin: 0;
}
.order-details-items .table-wrapper + .actions-toolbar {
  display: none;
}
.order-details-items .table-wrapper:not(:last-child) {
  margin-bottom: 30px;
}
.order-details-items .table-wrapper.order-items-shipment {
  overflow: visible;
}
.order-details-items .table-order-items > thead > tr > th {
  border-bottom: 1px solid #ccc;
}
.order-details-items .table-order-items tbody + tbody {
  border-top: 1px solid #ccc;
}
.account .order-details-items .table-order-items tbody tr:nth-child(even) td {
  background: none;
}
.order-details-items .table-order-items tbody td {
  padding-bottom: 20px;
  padding-top: 20px;
}
.order-details-items .table-order-items tbody .col.label {
  font-weight: 700;
  padding-bottom: 5px;
  padding-top: 0;
}
.order-details-items .table-order-items tbody .col.options {
  padding: 10px 10px 15px;
}
.order-details-items .table-order-items tbody > .item-parent td {
  padding-bottom: 5px;
}
.order-details-items .table-order-items tbody > .item-parent + tr td {
  padding-top: 5px;
}
.order-details-items .table-order-items tbody .item-options-container td {
  padding-bottom: 15px;
  padding-top: 0;
}
.order-details-items .table-order-items .product-item-name {
  margin: 0 0 10px;
}
.order-details-items .item-options {
  margin: 0;
}
.order-details-items .item-options dt {
  margin: 0;
}
.order-details-items .item-options dd {
  margin: 0 0 15px;
}
.order-details-items .item-options dd:last-child {
  margin-bottom: 0;
}
.order-details-items .item-options.links dt {
  display: inline-block;
}
.order-details-items .item-options.links dt:after {
  content: ': ';
}
.order-details-items .item-options.links dd {
  margin: 0;
}
.order-details-items thead .col.qty {
  text-align: center;
}
.order-details-items .col.name {
  padding-top: 16px;
}
.order-details-items .action.show {
  display: inline-block;
  text-decoration: none;
  color: #333;
}
.order-details-items .action.show > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.order-details-items .action.show:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  line-height: 10px;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.order-details-items .action.show.expanded:after {
  content: '\e621';
}
.order-details-items .product-item-name {
  font-size: 1.8rem;
}
.order-details-items .items-qty .item {
  white-space: nowrap;
}
.order-details-items .items-qty .title:after {
  content: ': ';
}
.order-details-items .pages-items .item:first-child,
.order-details-items .pages-items .item:last-child {
  margin-right: 0;
}
.block-order-details-comments {
  margin: 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 .block-content .box {
  margin-bottom: 30px;
}
.block-order-details-view .box-title {
  font-weight: 600;
}
.block-order-details-view .box-content .payment-method .title {
  font-weight: 400;
}
.block-order-details-view .box-content .payment-method .content {
  margin: 0;
}
.block-order-details-view .box-content .payment-method .content > strong {
  font-weight: 400;
}
.block-order-details-view .box-content .payment-method .content > strong:after {
  content: ': ';
}
.column.main .order-details-items .block-order-details-gift-message {
  margin: 40px 0 0;
}
.block-order-details-gift-message + .actions-toolbar {
  display: none;
}
.order-tracking {
  margin: 0;
  padding: 20px 0;
}
.order-title + .order-tracking {
  border-bottom: 1px solid #ccc;
}
.order-tracking .tracking-title {
  display: inline-block;
}
.order-tracking .tracking-content {
  display: inline-block;
  margin: 0 0 0 5px;
}
.order-actions-toolbar {
  margin-bottom: 25px;
}
.order-actions-toolbar .action {
  margin-right: 30px;
}
.order-actions-toolbar .action.print {
  display: none;
  margin: 0;
}
.form-orders-search .field:last-child {
  margin-bottom: 20px;
}
.block-reorder .actions-toolbar {
  margin: 17px 0;
}
.block-reorder .product-item-name {
  float: left;
  width: calc(100% - 20px);
}
.block-reorder .product-item::after {
  clear: both;
  content: '';
  display: table;
}
.block-reorder .product-item .field.item {
  float: left;
  width: 20px;
}
.form.send.friend .fieldset .field .control {
  width: 100%;
}
.product-social-links .action.mailto.friend:before {
  content: '\e61d';
}
.block-collapsible-nav .content {
  background: #f8f8f8;
  padding: 15px 0;
}
.block-collapsible-nav .item {
  margin: 3px 0 0;
}
.block-collapsible-nav .item:first-child {
  margin-top: 0;
}
.block-collapsible-nav .item a,
.block-collapsible-nav .item > strong {
  border-left: 3px solid transparent;
  color: #575757;
  display: block;
  padding: 5px 18px 5px 15px;
}
.block-collapsible-nav .item a {
  text-decoration: none;
}
.block-collapsible-nav .item a:hover {
  background: #e8e8e8;
}
.block-collapsible-nav .item.current a,
.block-collapsible-nav .item.current > strong {
  border-color: #02283E;
  color: #000;
  font-weight: 600;
}
.block-collapsible-nav .item.current a {
  border-color: #02283E;
}
.block-collapsible-nav .item .delimiter {
  border-top: 1px solid #d1d1d1;
  display: block;
  margin: 10px 1.8rem;
}
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-main > .page-title-wrapper .page-title {
  hyphens: auto;
}
.page-header {
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
}
.page-header .panel.wrapper {
  background-color: #6e716e;
  color: #fff;
}
.header.panel > .header.links {
  margin: 0;
  padding: 0;
  list-style: none none;
  float: right;
  font-size: 0;
  margin-left: auto;
  margin-right: 20px;
}
.header.panel > .header.links > li {
  display: inline-block;
  vertical-align: top;
}
.header.panel > .header.links > li {
  font-size: 14px;
  margin: 0 0 0 15px;
}
.header.panel > .header.links > li.customer-welcome {
  margin: 0 0 0 5px;
}
.header.panel > .header.links > li > a {
  color: #fff;
  text-decoration: none;
}
.header.panel > .header.links > li > a:visited {
  color: #fff;
  text-decoration: none;
}
.header.panel > .header.links > li > a:hover {
  color: #fff;
  text-decoration: underline;
}
.header.panel > .header.links > li > a:active {
  color: #fff;
  text-decoration: underline;
}
.header.content {
  padding-top: 10px;
  position: relative;
}
.logo {
  float: left;
  margin: 0 0 10px 40px;
  max-width: 50%;
  position: relative;
  z-index: 5;
}
.logo img {
  display: block;
  height: auto;
}
.page-print .logo {
  display: inline-block;
  float: none;
}
.page-print .nav-toggle {
  display: none;
}
.page-main > .page-title-wrapper .page-title + .action {
  margin-top: 30px;
}
.action.skip:focus {
  background: #f0f0f0;
  padding: 10px;
  box-sizing: border-box;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 15;
}
.action-skip-wrapper {
  height: 0;
  position: relative;
}
.message.global p {
  margin: 0;
}
.message.global.noscript,
.message.global.cookie {
  margin: 0 0 10px;
  padding: 12px 20px 12px 25px;
  display: block;
  font-size: 1.3rem;
  background: #ffee9c;
  border-color: #d6ca8e;
  color: #333;
  margin: 0;
}
.message.global.noscript a,
.message.global.cookie a {
  color: #006bb4;
}
.message.global.noscript a:hover,
.message.global.cookie a:hover {
  color: #006bb4;
}
.message.global.noscript a:active,
.message.global.cookie a:active {
  color: #02283E;
}
.message.global.cookie {
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  z-index: 3;
}
.message.global.cookie .actions {
  margin-top: 10px;
}
.message.global.demo {
  margin: 0 0 10px;
  padding: 12px 20px 12px 25px;
  display: block;
  font-size: 1.3rem;
  background: #ff0101;
  border-color: none;
  color: #fff;
  margin-bottom: 0;
  text-align: center;
}
.message.global.demo a {
  color: #006bb4;
}
.message.global.demo a:hover {
  color: #006bb4;
}
.message.global.demo a:active {
  color: #02283E;
}
.page-footer {
  margin-top: 25px;
}
.footer.content {
  border-top: 1px solid #cecece;
  padding-top: 20px;
}
.footer.content .links > li {
  background: #f4f4f4;
  font-size: 1.6rem;
  border-top: 1px solid #cecece;
  margin: 0 -15px;
  padding: 0 15px;
}
.footer.content .links a,
.footer.content .links strong {
  display: block;
  padding: 10px 0;
}
.footer.content .links strong {
  color: #a6a6a6;
  font-weight: normal;
}
.footer.content .links a {
  color: #575757;
  text-decoration: none;
}
.footer.content .links a:visited {
  color: #575757;
  text-decoration: none;
}
.footer.content .links a:hover {
  color: #333;
  text-decoration: underline;
}
.footer.content .links a:active {
  color: #333;
  text-decoration: underline;
}
.copyright {
  background-color: #6e716e;
  color: #fff;
  box-sizing: border-box;
  display: block;
  padding: 10px;
  text-align: center;
}
.page-header .panel.wrapper .switcher .options,
.page-footer .switcher .options {
  display: inline-block;
  position: relative;
}
.page-header .panel.wrapper .switcher .options:before,
.page-footer .switcher .options:before,
.page-header .panel.wrapper .switcher .options:after,
.page-footer .switcher .options:after {
  content: '';
  display: table;
}
.page-header .panel.wrapper .switcher .options:after,
.page-footer .switcher .options:after {
  clear: both;
}
.page-header .panel.wrapper .switcher .options .action.toggle,
.page-footer .switcher .options .action.toggle {
  padding: 0;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}
.page-header .panel.wrapper .switcher .options .action.toggle > span,
.page-footer .switcher .options .action.toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.page-header .panel.wrapper .switcher .options .action.toggle:after,
.page-footer .switcher .options .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  line-height: 22px;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.page-header .panel.wrapper .switcher .options .action.toggle:hover:after,
.page-footer .switcher .options .action.toggle:hover:after {
  color: inherit;
}
.page-header .panel.wrapper .switcher .options .action.toggle:active:after,
.page-footer .switcher .options .action.toggle:active:after {
  color: inherit;
}
.page-header .panel.wrapper .switcher .options .action.toggle.active,
.page-footer .switcher .options .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.page-header .panel.wrapper .switcher .options .action.toggle.active > span,
.page-footer .switcher .options .action.toggle.active > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.page-header .panel.wrapper .switcher .options .action.toggle.active:after,
.page-footer .switcher .options .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  line-height: 22px;
  color: inherit;
  content: '\e621';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.page-header .panel.wrapper .switcher .options .action.toggle.active:hover:after,
.page-footer .switcher .options .action.toggle.active:hover:after {
  color: inherit;
}
.page-header .panel.wrapper .switcher .options .action.toggle.active:active:after,
.page-footer .switcher .options .action.toggle.active:active:after {
  color: inherit;
}
.page-header .panel.wrapper .switcher .options ul.dropdown,
.page-footer .switcher .options ul.dropdown {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #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 .panel.wrapper .switcher .options ul.dropdown li,
.page-footer .switcher .options ul.dropdown li {
  margin: 0;
  padding: 0;
}
.page-header .panel.wrapper .switcher .options ul.dropdown li:hover,
.page-footer .switcher .options ul.dropdown li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.page-header .panel.wrapper .switcher .options ul.dropdown:before,
.page-footer .switcher .options ul.dropdown:before,
.page-header .panel.wrapper .switcher .options ul.dropdown:after,
.page-footer .switcher .options ul.dropdown:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.page-header .panel.wrapper .switcher .options ul.dropdown:before,
.page-footer .switcher .options ul.dropdown:before {
  border: 6px solid;
  border-color: transparent transparent #fff transparent;
  z-index: 99;
}
.page-header .panel.wrapper .switcher .options ul.dropdown:after,
.page-footer .switcher .options ul.dropdown:after {
  border: 7px solid;
  border-color: transparent transparent #bbb transparent;
  z-index: 98;
}
.page-header .panel.wrapper .switcher .options ul.dropdown:before,
.page-footer .switcher .options ul.dropdown:before {
  left: 10px;
  top: -12px;
}
.page-header .panel.wrapper .switcher .options ul.dropdown:after,
.page-footer .switcher .options ul.dropdown:after {
  left: 9px;
  top: -14px;
}
.page-header .panel.wrapper .switcher .options.active,
.page-footer .switcher .options.active {
  overflow: visible;
}
.page-header .panel.wrapper .switcher .options.active ul.dropdown,
.page-footer .switcher .options.active ul.dropdown {
  display: block;
}
.page-header .panel.wrapper .switcher .options ul.dropdown a,
.page-footer .switcher .options ul.dropdown a {
  color: #333;
  text-decoration: none;
  display: block;
  padding: 8px;
}
.page-header .panel.wrapper .switcher .options ul.dropdown a:visited,
.page-footer .switcher .options ul.dropdown a:visited {
  color: #333;
  text-decoration: none;
}
.page-header .panel.wrapper .switcher .options ul.dropdown a:hover,
.page-footer .switcher .options ul.dropdown a:hover {
  color: #333;
  text-decoration: none;
}
.page-header .panel.wrapper .switcher .options ul.dropdown a:active,
.page-footer .switcher .options ul.dropdown a:active {
  color: #333;
  text-decoration: none;
}
.page-header .panel.wrapper .switcher strong,
.page-footer .switcher strong {
  font-weight: 400;
}
.page-header .panel.wrapper .switcher .options ul.dropdown {
  right: 0;
}
.page-header .panel.wrapper .switcher .options ul.dropdown:before {
  left: auto;
  right: 10px;
}
.page-header .panel.wrapper .switcher .options ul.dropdown:after {
  left: auto;
  right: 9px;
}
.sidebar .widget.block:not(:last-child),
.sidebar .widget:not(:last-child) {
  margin-bottom: 40px;
}
.widget {
  clear: both;
}
.page-header .widget.block,
.page-footer .widget.block {
  margin: 20px 0;
}
.page-header .links .widget.block,
.page-footer .links .widget.block {
  margin: 0;
}
.ui-datepicker td {
  padding: 0;
}
.ui-tooltip {
  background: #fff;
  border: 1px solid #bbb;
  padding: 10px;
}
.cookie-status-message {
  display: none;
}
.my-credit-cards .status {
  font-style: italic;
}
.my-credit-cards .action.delete {
  background-image: none;
  -moz-box-sizing: content-box;
  box-shadow: none;
  line-height: inherit;
  text-shadow: none;
  font-weight: 400;
  line-height: 1.42857143;
  margin: 0;
  padding: 0;
  color: #006bb4;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
}
.my-credit-cards .action.delete:focus,
.my-credit-cards .action.delete:active {
  background: none;
  border: none;
}
.my-credit-cards .action.delete:hover {
  background: none;
  border: none;
}
.my-credit-cards .action.delete.disabled,
.my-credit-cards .action.delete[disabled],
fieldset[disabled] .my-credit-cards .action.delete {
  pointer-events: none;
  opacity: 0.5;
}
.my-credit-cards .action.delete:visited {
  color: #006bb4;
  text-decoration: none;
}
.my-credit-cards .action.delete:hover {
  color: #006bb4;
  text-decoration: underline;
}
.my-credit-cards .action.delete:active {
  color: #02283E;
  text-decoration: underline;
}
.my-credit-cards .action.delete:hover,
.my-credit-cards .action.delete:active,
.my-credit-cards .action.delete:focus {
  background: none;
  border: 0;
}
.my-credit-cards .action.delete.disabled,
.my-credit-cards .action.delete[disabled],
fieldset[disabled] .my-credit-cards .action.delete {
  color: #006bb4;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.my-credit-cards-popup .modal-footer {
  text-align: right;
}
.my-credit-cards-popup .action.secondary {
  background-image: none;
  -moz-box-sizing: content-box;
  box-shadow: none;
  line-height: inherit;
  text-shadow: none;
  font-weight: 400;
  line-height: 1.42857143;
  margin: 0;
  padding: 0;
  color: #006bb4;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  margin-right: 20px;
}
.my-credit-cards-popup .action.secondary:focus,
.my-credit-cards-popup .action.secondary:active {
  background: none;
  border: none;
}
.my-credit-cards-popup .action.secondary:hover {
  background: none;
  border: none;
}
.my-credit-cards-popup .action.secondary.disabled,
.my-credit-cards-popup .action.secondary[disabled],
fieldset[disabled] .my-credit-cards-popup .action.secondary {
  pointer-events: none;
  opacity: 0.5;
}
.my-credit-cards-popup .action.secondary:visited {
  color: #006bb4;
  text-decoration: none;
}
.my-credit-cards-popup .action.secondary:hover {
  color: #006bb4;
  text-decoration: underline;
}
.my-credit-cards-popup .action.secondary:active {
  color: #02283E;
  text-decoration: underline;
}
.my-credit-cards-popup .action.secondary:hover,
.my-credit-cards-popup .action.secondary:active,
.my-credit-cards-popup .action.secondary:focus {
  background: none;
  border: 0;
}
.my-credit-cards-popup .action.secondary.disabled,
.my-credit-cards-popup .action.secondary[disabled],
fieldset[disabled] .my-credit-cards-popup .action.secondary {
  color: #006bb4;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.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-social-links .action.towishlist:before,
.block-bundle-summary .action.towishlist:before,
.product-item .action.towishlist:before,
.table-comparison .action.towishlist:before {
  content: '\e600';
}
.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 #ccc;
}
.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 #ccc;
}
.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 #ccc;
}
.account .table-wrapper .data.table.wishlist .product.name {
  display: inline-block;
  margin-bottom: 10px;
}
.account .table-wrapper .data.table.wishlist .box-tocart {
  margin: 10px 0;
}
.account .table-wrapper .data.table.wishlist .box-tocart .qty {
  vertical-align: middle;
}
.account .table-wrapper .data.table.wishlist .col.item {
  width: 50%;
}
.account .table-wrapper .data.table.wishlist .col.photo {
  max-width: 150px;
}
.account .table-wrapper .data.table.wishlist .col.selector {
  max-width: 15px;
}
.account .table-wrapper .data.table.wishlist textarea {
  margin: 10px 0;
}
.account .table-wrapper .data.table.wishlist .input-text.qty {
  margin-bottom: 10px;
}
.account .table-wrapper .data.table.wishlist .action.primary,
.account .table-wrapper .data.table.wishlist .amshopby-button,
.account .table-wrapper .data.table.wishlist .am-filter-go {
  vertical-align: top;
}
.account .table-wrapper .data.table.wishlist .price {
  font-weight: 700;
}
.link.wishlist .counter {
  color: #7d7d7d;
  white-space: nowrap;
}
.link.wishlist .counter:before {
  content: '(';
}
.link.wishlist .counter:after {
  content: ')';
}
.block-wishlist .product-item-name {
  margin-right: 25px;
}
.products-grid.wishlist .product-item {
  margin-left: 2%;
  width: calc((100% - 4%) / 3);
}
.products-grid.wishlist .product-item:nth-child(3n + 1) {
  margin-left: 0;
}
.products-grid.wishlist .product-item-photo {
  display: block;
  margin-bottom: 10px;
}
.products-grid.wishlist .product-item-name {
  margin-top: 0;
}
.products-grid.wishlist .product-item .price-box {
  margin: 0;
}
.products-grid.wishlist .product-item-comment {
  display: block;
  height: 42px;
  margin: 10px 0;
}
.products-grid.wishlist .product-item-actions > * {
  margin-right: 15px;
}
.products-grid.wishlist .product-item-actions > *:last-child {
  margin-right: 0;
}
.products-grid.wishlist .product-item-actions .action.edit,
.products-grid.wishlist .product-item-actions .action.delete {
  display: inline-block;
  text-decoration: none;
}
.products-grid.wishlist .product-item-actions .action.edit > span,
.products-grid.wishlist .product-item-actions .action.delete > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.products-grid.wishlist .product-item-actions .action.edit:before,
.products-grid.wishlist .product-item-actions .action.delete:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 20px;
  color: #757575;
  content: '\e601';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.products-grid.wishlist .product-item-actions .action.edit:hover:before,
.products-grid.wishlist .product-item-actions .action.delete:hover:before {
  color: #333;
}
.products-grid.wishlist .product-item-actions .action.edit:active:before,
.products-grid.wishlist .product-item-actions .action.delete:active:before {
  color: #757575;
}
.products-grid.wishlist .product-item-actions .action.delete:before {
  content: '\e604';
}
.block-banners .banner-item,
.block-banners-inline .banner-item {
  display: block;
}
.block-banners .banner-item-content,
.block-banners-inline .banner-item-content {
  margin-bottom: 20px;
}
.block-banners .banner-item-content img,
.block-banners-inline .banner-item-content img {
  display: block;
  margin: 0 auto;
}
.columns .block-event {
  position: relative;
  z-index: 2;
}
.block-event .block-content {
  position: relative;
}
.block-event .block-content > .action {
  cursor: pointer;
  margin-top: -6px;
  position: absolute;
  top: 50%;
  z-index: 3;
}
.block-event .block-content > .action.backward,
.block-event .block-content > .action.forward {
  opacity: 0.5;
  overflow: hidden;
  width: 20px;
  display: inline-block;
  text-decoration: none;
}
.block-event .block-content > .action.backward > span,
.block-event .block-content > .action.forward > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.block-event .block-content > .action.backward:before,
.block-event .block-content > .action.forward:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 55px;
  line-height: 30px;
  color: inherit;
  content: '\e617';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.block-event .block-content > .action.backward:before,
.block-event .block-content > .action.forward:before {
  margin-left: -15px;
}
.block-event .block-content > .action.backward {
  left: 0;
}
.block-event .block-content > .action.forward {
  right: 0;
}
.block-event .block-content > .action.forward:before {
  content: '\e608';
}
.block-event .block-content > .action.forward:before {
  margin-left: -20px;
}
.block-event .block-content > .action.inactive {
  cursor: default;
  display: none;
}
.block-event .block-content > .action:hover {
  opacity: 1;
}
.block-event .slider-panel {
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.block-event .slider-panel .slider {
  white-space: nowrap;
}
.block-event .slider-panel .slider .item {
  background: #f0f0f0;
  display: inline-block;
  text-align: center;
  vertical-align: top;
  white-space: normal;
  width: 16.35%;
}
.sidebar-main .block-event .slider-panel .slider .item,
.sidebar-additional .block-event .slider-panel .slider .item {
  width: 100%;
}
.block-event .slider-panel .slider .item img {
  max-width: 100%;
}
.block-event .slider-panel .slider .item .category-name {
  display: inline-block;
  font-size: 1.8rem;
  padding: 15px 5px 0;
  word-break: break-all;
}
.block-event .slider-panel .slider .item .ticker {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.block-event .slider-panel .slider .item .ticker li {
  display: none;
  margin: 0 5px;
}
.block-event .slider-panel .slider .item .ticker .value {
  font-size: 2.6rem;
  font-weight: 300;
}
.block-event .slider-panel .slider .item .ticker .label {
  display: block;
  font-size: 1.3rem;
}
.block-event .slider-panel .slider .item .dates {
  font-weight: 300;
}
.block-event .slider-panel .slider .item .dates .start,
.block-event .slider-panel .slider .item .dates .end,
.block-event .slider-panel .slider .item .dates .date {
  display: block;
}
.block-event .slider-panel .slider .item .dates .start:after {
  font-size: 1.8rem;
  content: '\2013';
  display: block;
}
.block-event .slider-panel .slider .item .dates .date {
  font-size: 1.8rem;
  font-weight: 300;
}
.block-event .slider-panel .slider .item .dates .time {
  font-size: 1.3rem;
}
.block-event .slider-panel .slider .item .box-event .box-content {
  padding: 5px 0 10px;
}
.block-event .slider-panel .slider .item .box-event .box-title {
  display: block;
  font-weight: 300;
  margin: 10px 0 0;
}
.block-event .slider-panel .slider .item .action.show {
  display: block;
  padding: 0;
}
.block-event .slider-panel .slider .item .action.show .category.name {
  display: inline-block;
  padding: 30px 10px 0;
}
.block-event .slider-panel .slider .item .action.show img {
  display: block;
}
.block-event .slider-panel .slider .item .action.event {
  background-image: none;
  background: #1979c3;
  border: 1px solid #1979c3;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 600;
  padding: 7px 15px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
  margin-top: 15px;
}
.block-event .slider-panel .slider .item .action.event:focus,
.block-event .slider-panel .slider .item .action.event:active {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #fff;
}
.block-event .slider-panel .slider .item .action.event:hover {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #fff;
}
.block-event .slider-panel .slider .item .action.event.disabled,
.block-event .slider-panel .slider .item .action.event[disabled],
fieldset[disabled] .block-event .slider-panel .slider .item .action.event {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.block-event .slider-panel .slider .item .action.event:hover {
  text-decoration: none;
}
.block-product-link.widget,
.block-category-link.widget {
  display: block;
  margin-bottom: 20px;
}
.block-product-link-inline.widget {
  margin: 0;
}
.block.widget .products-grid .product-item {
  margin-left: 2%;
  width: calc((100% - 2%) / 2);
}
.block.widget .products-grid .product-item:nth-child(2n + 1) {
  margin-left: 0;
}
.block.widget .product-item-info {
  width: auto;
}
.block.widget .pager {
  padding: 0;
}
.block.widget .pager .toolbar-amount {
  float: none;
  font-size: 1.2rem;
}
.block.widget .pager .pages-item-previous {
  padding-left: 0;
}
.block.widget .pager .pages-item-next {
  position: relative;
}
.block.widget .pager .items {
  white-space: nowrap;
}
.block-static-block.widget,
.block-cms-link.widget {
  margin-bottom: 20px;
}
.links .block-static-block.widget,
.links .block-cms-link.widget {
  margin-bottom: 0;
}
.block-cms-link-inline.widget {
  margin: 0;
}
.block-wishlist-search .form-wishlist-search {
  margin: 20px 0 0;
}
.block-cms-hierarchy-link.widget {
  display: block;
  margin-bottom: 20px;
}
.block-cms-hierarchy-link-inline.widget {
  margin: 0;
}
.sidebar .block-addbysku .fieldset {
  margin: 0;
}
.sidebar .block-addbysku .fieldset .fields {
  position: relative;
}
.sidebar .block-addbysku .fieldset .fields .field {
  display: inline-block;
  margin-bottom: 10px;
  vertical-align: top;
}
.sidebar .block-addbysku .fieldset .fields .field.sku {
  margin-right: -85px;
  padding-right: 90px;
  width: 100%;
}
.sidebar .block-addbysku .fieldset .fields .field.qty .qty + .mage-error {
  width: 80px;
}
.sidebar .block-addbysku .fieldset .fields .actions-toolbar {
  position: absolute;
  right: 0;
  top: 7px;
}
.sidebar .block-addbysku .form-addbysku .actions-toolbar {
  margin-bottom: 20px;
}
.sidebar .block-addbysku .form-addbysku .actions-toolbar .primary {
  text-align: left;
}
.sidebar .block-addbysku .form-addbysku .actions-toolbar .primary .action {
  width: auto;
}
.sidebar .block-addbysku .form-addbysku .actions-toolbar .secondary {
  float: none;
  text-align: left;
}
.sidebar .block-addbysku .action.add {
  display: inline-block;
  text-decoration: none;
  line-height: normal;
  padding: 4px;
  width: auto;
}
.sidebar .block-addbysku .action.add > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sidebar .block-addbysku .action.add:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: inherit;
  color: inherit;
  content: '\e61c';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.sidebar .block-addbysku .action.add:hover:before {
  color: inherit;
}
.sidebar .block-addbysku .action.add:active:before {
  color: inherit;
}
.sidebar .block-addbysku .action.links {
  display: inline-block;
  margin: 20px 0 0;
}
.sidebar .block-addbysku .action.reset {
  display: block;
  margin: 10px 0;
}
.sidebar .block-addbysku .action.remove {
  display: inline-block;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
}
.sidebar .block-addbysku .action.remove > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sidebar .block-addbysku .action.remove:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: inherit;
  color: #999;
  content: '\e616';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.sidebar .block-addbysku .action.remove:hover:before {
  color: inherit;
}
.sidebar .block-addbysku .action.remove:active:before {
  color: inherit;
}
.sidebar .block-addbysku .action.remove:focus,
.sidebar .block-addbysku .action.remove:active {
  background: none;
  border: none;
}
.sidebar .block-addbysku .action.remove:hover {
  background: none;
  border: none;
}
.sidebar .block-addbysku .action.remove.disabled,
.sidebar .block-addbysku .action.remove[disabled],
fieldset[disabled] .sidebar .block-addbysku .action.remove {
  pointer-events: none;
  opacity: 0.5;
}
@media only screen and (max-width: 768px) {
  .field-tooltip .field-tooltip-content {
    right: -10px;
    top: 40px;
    left: auto;
  }
}
@media only screen and (max-width: 767px) {
  .abs-visually-hidden-mobile-m {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-mobile-m:before,
  .abs-add-clearfix-mobile-m:after,
  .account .column.main .block:not(.widget) .block-title:before,
  .account .column.main .block:not(.widget) .block-title:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-mobile-m:after,
  .account .column.main .block:not(.widget) .block-title:after {
    clear: both;
  }
  .abs-toggling-title-mobile,
  .block-wishlist-management .wishlist-select .wishlist-name,
  .block-collapsible-nav .title {
    border-top: 1px solid #ccc;
    cursor: pointer;
    margin-bottom: 0;
    position: relative;
    border-bottom: 1px solid #ccc;
    padding: 10px 40px 10px 15px;
    display: block;
    text-decoration: none;
  }
  .abs-toggling-title-mobile:after,
  .block-wishlist-management .wishlist-select .wishlist-name:after,
  .block-collapsible-nav .title:after {
    position: absolute;
    right: 20px;
    top: 10px;
  }
  .abs-toggling-title-mobile:after,
  .block-wishlist-management .wishlist-select .wishlist-name:after,
  .block-collapsible-nav .title:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    line-height: inherit;
    color: inherit;
    content: '\e622';
    font-family: 'luma-icons';
    margin: 3px 0 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .abs-toggling-title-mobile.active:after,
  .block-wishlist-management .wishlist-select .wishlist-name.active:after,
  .block-collapsible-nav .title.active:after {
    content: '\e621';
  }
  .abs-icon-add-mobile,
  .block-wishlist-management .wishlist-add.item .add {
    display: block;
    text-decoration: none;
  }
  .abs-icon-add-mobile:before,
  .block-wishlist-management .wishlist-add.item .add:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 10px;
    line-height: 10px;
    color: inherit;
    content: '\e61c';
    font-family: 'luma-icons';
    margin: 0 5px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .abs-checkout-tooltip-content-position-top-mobile,
  .field-tooltip .field-tooltip-content {
    right: -10px;
    top: 40px;
    left: auto;
  }
  .abs-checkout-tooltip-content-position-top-mobile:before,
  .abs-checkout-tooltip-content-position-top-mobile:after,
  .field-tooltip .field-tooltip-content:before,
  .field-tooltip .field-tooltip-content:after {
    border: 10px solid transparent;
    height: 0;
    width: 0;
    margin-top: -21px;
    right: 10px;
    left: auto;
    top: 0;
  }
  .abs-checkout-tooltip-content-position-top-mobile:before,
  .field-tooltip .field-tooltip-content:before {
    border-bottom-color: #666666;
  }
  .abs-checkout-tooltip-content-position-top-mobile:after,
  .field-tooltip .field-tooltip-content:after {
    border-bottom-color: #f4f4f4;
    top: 1px;
  }
  .navigation,
  .breadcrumbs,
  .page-header .header.panel,
  .header.content,
  .footer.content,
  .page-main,
  .page-wrapper > .widget,
  .page-wrapper > .page-bottom,
  .block.category.event,
  .top-container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .account .page-main,
  .cms-privacy-policy .page-main {
    padding-top: 41px;
    position: relative;
  }
  .navigation {
    padding: 0;
  }
  .navigation .parent .level-top {
    display: block;
    text-decoration: none;
    position: relative;
  }
  .navigation .parent .level-top:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 42px;
    line-height: inherit;
    color: inherit;
    content: '\e622';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .parent .level-top:after {
    position: absolute;
    right: 7px;
    top: -8px;
  }
  .navigation .parent .level-top.ui-state-active:after {
    content: '\e621';
  }
  .nav-sections {
    -webkit-overflow-scrolling: touch;
    -webkit-transition: left 0.3s;
    -moz-transition: left 0.3s;
    -ms-transition: left 0.3s;
    transition: left 0.3s;
    height: 100%;
    left: calc(-1 * (100% - 54px));
    overflow: auto;
    position: fixed;
    top: 0;
    width: calc(100% - 54px);
  }
  .nav-sections .switcher {
    border-top: 1px solid #d1d1d1;
    font-size: 1.6rem;
    font-weight: 700;
    margin: 0;
    padding: 0.8rem 3.5rem 0.8rem 2rem;
  }
  .nav-sections .switcher .label {
    display: block;
    margin-bottom: 5px;
  }
  .nav-sections .switcher:last-child {
    border-bottom: 1px solid #d1d1d1;
  }
  .nav-sections .switcher-trigger strong {
    display: block;
    text-decoration: none;
    position: relative;
  }
  .nav-sections .switcher-trigger strong:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 42px;
    line-height: inherit;
    color: inherit;
    content: '\e622';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .nav-sections .switcher-trigger strong:after {
    position: absolute;
    right: -40px;
    top: -16px;
  }
  .nav-sections .switcher-trigger.active strong:after {
    content: '\e621';
  }
  .nav-sections .switcher-dropdown {
    margin: 0;
    padding: 0;
    list-style: none none;
    display: none;
    padding: 10px 0;
  }
  .nav-sections .switcher-options.active .switcher-dropdown {
    display: block;
  }
  .nav-sections .header.links {
    margin: 0;
    padding: 0;
    list-style: none none;
    border-bottom: 1px solid #d1d1d1;
  }
  .nav-sections .header.links li {
    font-size: 1.6rem;
    margin: 0;
  }
  .nav-sections .header.links li.greet.welcome {
    border-top: 1px solid #d1d1d1;
    font-weight: 700;
    padding: 0.8rem 15px;
  }
  .nav-sections .header.links li > a {
    border-top: 1px solid #d1d1d1;
  }
  .nav-sections .header.links a,
  .nav-sections .header.links a:hover {
    color: #575757;
    text-decoration: none;
    display: block;
    font-weight: 700;
    padding: 0.8rem 15px;
  }
  .nav-sections .header.links .header.links {
    border: 0;
  }
  .nav-before-open {
    height: 100%;
    overflow-x: hidden;
    width: 100%;
  }
  .nav-before-open .page-wrapper {
    -webkit-transition: left 0.3s;
    -moz-transition: left 0.3s;
    -ms-transition: left 0.3s;
    transition: left 0.3s;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: relative;
  }
  .nav-before-open body {
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
  }
  .nav-open .page-wrapper {
    left: calc(100% - 54px);
  }
  .nav-open .nav-sections {
    -webkit-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    -ms-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    left: 0;
    z-index: 99;
  }
  .nav-open .nav-toggle:after {
    background: rgba(0, 0, 0, 0.7);
    content: '';
    display: block;
    height: 100%;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1;
  }
  .nav-sections-items {
    position: relative;
    z-index: 1;
  }
  .nav-sections-items:before,
  .nav-sections-items:after {
    content: '';
    display: table;
  }
  .nav-sections-items:after {
    clear: both;
  }
  .nav-sections-item-title {
    background: #e3e3e3;
    border: solid #d7d7d7;
    border-width: 0 0 1px 1px;
    box-sizing: border-box;
    float: left;
    height: 71px;
    padding-top: 24px;
    text-align: center;
    width: 33.33%;
  }
  .nav-sections-item-title.active {
    background: transparent;
    border-bottom: 0;
  }
  .nav-sections-item-title .nav-sections-item-switch:hover {
    text-decoration: none;
  }
  .nav-sections-item-content {
    box-sizing: border-box;
    float: right;
    margin-left: -100%;
    margin-top: 71px;
    width: 100%;
    padding: 25px 0;
  }
  .nav-sections-item-content:before,
  .nav-sections-item-content:after {
    content: '';
    display: table;
  }
  .nav-sections-item-content:after {
    clear: both;
  }
  .nav-sections-item-content.active {
    display: block;
  }
  .navigation {
    background: #f0f0f0;
    box-sizing: border-box;
  }
  .navigation ul {
    margin: 0;
    padding: 0;
  }
  .navigation li {
    margin: 0;
  }
  .navigation a {
    display: block;
    padding-top: 10px;
    padding-right: 0;
    padding-bottom: 10px;
    padding-left: 15px;
  }
  .navigation a,
  .navigation a:hover {
    color: #575757;
    text-decoration: none;
  }
  .navigation .level0 {
    border-top: 1px solid #d1d1d1;
    font-size: 1.6rem;
  }
  .navigation .level0 > .level-top {
    font-weight: 700;
    padding: 8px 40px 8px 15px;
    text-transform: uppercase;
    word-wrap: break-word;
  }
  .navigation .level0 > .level-top:hover {
    color: #333;
  }
  .navigation .level0.active .all-category .ui-state-focus {
    border-color: #02283E;
    border-style: solid;
    border-width: 0 0 0 8px;
    color: #333;
    padding-left: 7px;
    display: inline-block;
  }
  .navigation .level0 > .level1 {
    font-weight: 600;
  }
  .navigation .level0.active > a:not(.ui-state-active),
  .navigation .level0.has-active > a:not(.ui-state-active) {
    border-color: #02283E;
    border-style: solid;
    border-width: 0 0 0 8px;
    color: #333;
  }
  .navigation .level0.active > a:not(.ui-state-active) span:not(.ui-menu-icon),
  .navigation .level0.has-active > a:not(.ui-state-active) span:not(.ui-menu-icon) {
    margin-left: -8px;
  }
  .navigation li.level0:last-child {
    border-bottom: 1px solid #d1d1d1;
  }
  .navigation .submenu > li {
    word-wrap: break-word;
  }
  .navigation .submenu > li > a:hover {
    color: #333;
  }
  .navigation .submenu:not(:first-child) {
    font-weight: 400;
    line-height: 1.3;
    left: auto !important;
    overflow-x: hidden;
    padding: 0;
    position: relative;
    top: auto !important;
    transition: left 0.3s ease-out;
  }
  .navigation .submenu:not(:first-child) > li > a {
    padding-left: 15px;
  }
  .navigation .submenu:not(:first-child) > li:last-child {
    margin-bottom: 0;
  }
  .navigation .submenu:not(:first-child) ul {
    display: block;
    padding-left: 15px;
  }
  .navigation .submenu:not(:first-child) ul > li {
    margin: 0;
  }
  .navigation .submenu:not(:first-child) ul > li a {
    color: #575757;
    display: block;
    line-height: normal;
  }
  .navigation .submenu:not(:first-child) ul > li a:hover {
    color: #333;
  }
  .navigation .submenu:not(:first-child).expanded {
    display: block !important;
    padding-right: 0;
    top: 0 !important;
  }
  .navigation .submenu:not(:first-child) .active > a {
    border-color: #02283E;
    border-style: solid;
    border-width: 0 0 0 8px;
    color: #333;
    padding-left: 7px;
  }
  .navigation .submenu:not(:first-child) .level1.active > a {
    padding-left: 7px;
  }
  .product.data.items .item.title > .switch {
    padding: 1px 15px 1px;
  }
  .product.data.items > .item.content {
    padding: 10px 15px 30px;
  }
  .breadcrumbs {
    display: none;
  }
  .page-layout-checkout .page-wrapper .page-header .header.content {
    padding: 20px 0 10px 0;
    justify-content: center;
  }
  .page-header {
    max-height: 135px;
    margin-bottom: 0;
    max-width: 100%;
    padding: 0;
  }
  .bottom-header {
    min-height: 95px;
  }
  .logo-payment-footer .payment-icons {
    margin-left: 5px;
  }
  .quick-order-link {
    margin-left: 0;
  }
  .sidebar-title {
    margin-top: 12px;
    display: inline-block;
    text-decoration: none;
  }
  .sidebar-title:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 30px;
    line-height: inherit;
    color: #fff;
    content: '\f46d';
    font-family: 'Font Awesome Pro Solid';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .sidebar-title:before {
    margin-right: 5px;
  }
  .sidebar-of-category > .slide > .rotate-icon {
    margin-right: 0;
  }
  .sidebar-of-category {
    flex: none;
    margin-right: 0;
  }
  .sidebar-of-category a:after {
    right: 25px;
    float: none;
    bottom: 0;
    top: 6px;
  }
  .logo-image-container .logo {
    max-width: max-content;
    margin: 6px 47px;
  }
  .logo-image-container .logo img {
    width: 212px;
    height: 28px;
  }
  .panel.wrapper {
    display: none;
  }
  .header.content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    padding: 0;
  }
  .header.content li {
    list-style: none;
    height: max-content;
    margin-top: 11px;
    margin-right: 10px;
  }
  .header.content li a {
    color: white;
    text-transform: uppercase;
    font-size: 12px;
  }
  .elements-header-container {
    width: 100%;
  }
  .elements-header-container .customer-menu a {
    color: #fff !important;
    background: none;
    margin-top: 0;
  }
  .elements-header-container .header.links {
    width: 100%;
    background: none;
    border: 0;
  }
  .elements-header-container .header.links .greet.welcome {
    color: #fff;
    border-top: 0;
  }
  .elements-header-container .email-company-link {
    justify-content: center;
    align-items: center;
  }
  .elements-header-container .email-company-link a:first-child {
    margin-left: 0 !important;
  }
  .elements-header-container .email-company-link a:nth-child(1) {
    padding-right: 10px;
    font-size: 1.5rem;
  }
  .elements-header-container .email-company-link a:nth-child(1):before {
    margin-right: 10px;
    font-size: 1.8rem;
  }
  .elements-header-container .email-company-link a:nth-child(2) {
    margin-left: 10px;
  }
  .elements-header-container .email-company-link a:nth-child(2):before {
    font-size: 1.8rem;
    margin-right: 15px;
  }
  .action.nav-toggle {
    top: 5px;
  }
  .action.nav-toggle:before {
    font-size: 2.1rem;
    color: #fff;
  }
  .logo-image-container {
    margin-top: 5px;
    width: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-width: max-content;
  }
  .logo-image-container .logo {
    margin: 0 0 0 45px;
  }
  .main-header-elements {
    width: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-justify-content: unset;
    align-items: center;
    justify-content: unset;
    position: relative;
    height: 100%;
  }
  .main-header-elements .sidebar-of-category {
    display: none;
  }
  .main-header-elements .block-search {
    margin-top: 0;
  }
  .main-header-elements .block-search .control {
    border-top: 0;
  }
  .main-header-elements .minicart-wrapper {
    margin-top: 0;
  }
  .main-header-elements .label:before {
    color: #fff;
  }
  .main-header-elements .quick-order-link {
    display: block;
    position: absolute;
    top: 16px;
    right: 20px;
  }
  .main-header-elements .quick-order-link .nav.item a {
    font-size: 0;
  }
  .main-header-elements .quick-order-link .wishlist:before {
    display: none;
  }
  .main-header-elements .quick-order-link .wishlist a {
    font-size: 0;
    display: inline-block;
    text-decoration: none;
  }
  .main-header-elements .quick-order-link .wishlist a:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: inherit;
    color: #c7c7c7;
    content: '\f005';
    font-family: 'Font Awesome Pro Solid';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .main-header-elements .quick-order-link .wishlist a:before {
    text-shadow: -1px 0 #004062, 0 1px #004062, 1px 0 #004062, 0 -1px #004062;
  }
  .main-header-elements .block-static-block {
    max-width: 100%;
  }
  .sections.nav-sections {
    margin-top: 0;
  }
  .nav-sections .nav-sections-item-title {
    border: 0;
  }
  .nav-sections .nav-sections-item-title.active a {
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
  }
  .nav-sections .navigation .category-item {
    border-top: 0;
    padding: 8px;
  }
  .main-header-elements .header-categories-container {
    display: none;
    position: absolute;
    bottom: 8px;
    margin: 0;
    max-width: 100%;
    padding: 0 0 0 15px;
  }
  .main-header-elements .header-categories-container .slick-track {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 15px;
    margin: 0 -4px;
  }
  .main-header-elements .header-categories-container .slick-slide {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    padding: 0 4px;
  }
  .main-header-elements .header-categories-container .slick-slide a {
    color: #fff;
  }
  .main-header-elements .header-categories-container .slick-slide div {
    text-transform: capitalize;
    background: #4090bb;
    border-radius: 4px;
    padding: 3px 7px;
  }
  .main-header-elements .header-categories-container .slick-slide .block-category-link {
    margin: 0;
  }
  .account-link-wrapper {
    position: absolute;
    right: 40px;
  }
  .page-wrapper .page-header .elements-header-container .panel.header .become-dealer {
    margin-top: 0px;
  }
  .banners-section .banner-link {
    color: #fff;
    text-decoration: underline;
  }
  .banners-section .item-1 .banner-link {
    color: #FFCB01;
  }
  .top-banner-collection {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0;
    height: max-content;
  }
  .top-banner-collection .banner {
    height: max-content;
    position: relative;
  }
  .top-banner-collection .banner .banner-text {
    width: 100%;
    margin-left: 0;
    height: 100%;
    padding: 0;
  }
  .top-banner-collection .banner .banner-content {
    top: 30px;
    margin: 18% 0 0 5%;
  }
  .top-banner-collection .banner .banner-content h1 {
    text-shadow: none;
    font-size: 6vw;
    text-align: left;
  }
  .top-banner-collection .banner .banner-content h2 {
    margin-bottom: 15px;
    text-shadow: none;
    font-size: 4.3vw;
    margin-top: 3px;
  }
  .top-banner-collection .banner .banner-content h3 {
    text-shadow: none;
    font-size: 2vw;
  }
  .top-banner-collection .banner .banner-content a {
    background: #FFCB01;
    color: #02283E;
    padding: 4px 10px 4px 10px;
    font-weight: 700;
    text-transform: uppercase;
    border: none;
    border-radius: 4px;
    text-align: center;
    display: inline-block;
    text-decoration: none;
    font-size: 1rem;
    margin-bottom: 0;
    margin-top: 22px;
  }
  .top-banner-collection .banner .banner-content a:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 8px;
    line-height: inherit;
    color: #02283E;
    content: '\e608';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .top-banner-collection .image-banner-wrapper {
    padding: 0 15px;
  }
  .top-banner-collection .image-banner-wrapper img {
    min-height: 172px;
  }
  .top-banner-collection .block-static-block {
    width: 100%;
    margin-top: 0;
  }
  .list-brands .swiper-wrapper {
    margin-left: 10px;
  }
  .featured-section .slick-slide,
  .new-arrivals-section .slick-slide {
    padding: 0 5px;
    width: 215px;
  }
  .featured-section .slick-track,
  .new-arrivals-section .slick-track {
    margin: 0 -5px;
  }
  .featured-section .block-title,
  .new-arrivals-section .block-title {
    margin-bottom: 0;
  }
  .featured-section .block-title strong,
  .new-arrivals-section .block-title strong {
    font-weight: 700;
    font-size: 1.8rem;
    text-transform: uppercase;
  }
  .featured-section .block-products-list,
  .new-arrivals-section .block-products-list {
    margin-bottom: 0;
  }
  .services-section .catalog-of-services {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .services-section .catalog-of-services .services-items {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    justify-content: end;
    max-height: 50px;
    max-width: 48%;
    margin: 2px;
  }
  .services-section .catalog-of-services .service-link {
    display: none;
  }
  .services-section .catalog-of-services .service-icon {
    margin-left: 30px;
    width: 40px;
  }
  .services-section .catalog-of-services .servece-title {
    margin-top: 25px;
    margin-left: 14px;
    text-align: left;
    align-items: end;
  }
  .services-section .catalog-of-services .servece-title p {
    font-size: 1rem;
  }
  .new-arrivals-section {
    max-width: 100%;
  }
  .new-arrivals-section .slick-track {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .new-arrivals-section .slick-slide {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .new-arrivals-section .new-arrivals-wrapper,
  .new-arrivals-section .block-content {
    max-width: 100%;
  }
  .category-banner-section .category-banner {
    position: relative;
  }
  .category-banner-section .category-banner-content {
    height: 100%;
    padding: 0;
    background: none;
  }
  .category-banner-section .category-banner-content a {
    background: #FFCB01;
    color: #02283E;
    padding: 3px 9px 4px;
    font-weight: 700;
    text-transform: uppercase;
    border: none;
    border-radius: 3px;
    text-align: center;
    margin-top: 15px;
  }
  .category-banner-section .category-banner-content a span {
    font-size: 1rem;
    padding: 0;
  }
  .category-banner-section .category-banner-content a:after {
    font-size: 0.8rem;
    margin-bottom: 1px;
    margin-left: 5px;
  }
  .category-banner-section .category-banner-item {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-justify-content: center;
    align-items: center;
    justify-content: center;
    background: rgba(1, 23, 35, 0.8);
    height: 100%;
  }
  .category-banner-section .category-banner-title {
    font-size: 1.7rem;
  }
  .category-banner-section p {
    font-size: 1.2rem;
  }
  .cms-home .relevant-container {
    padding-bottom: 25px;
    margin-top: -5px;
  }
  .cms-home .relevant-container .relevant-title {
    margin-bottom: 12px;
  }
  .cms-home .relevant-container .relevant-title h1 {
    color: #02283E;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 20px;
    margin-bottom: 0;
    padding-top: 30px;
  }
  .cms-home .relevant-container .swiper-slide {
    height: 130px;
  }
  .cms-home .relevant-container .swiper-relevant-container {
    width: 81%;
    padding-right: 50%;
    margin-left: 10px;
  }
  .cms-home .relevant-container .swiper-button-next,
  .cms-home .relevant-container .swiper-button-prev {
    display: none;
  }
  .cms-home .relevant-container .category-info .main-info {
    padding-left: 11px;
  }
  .cms-home .relevant-container .category-info .category-name h1 {
    margin-bottom: 10px;
    font-size: 1.4rem;
  }
  .cms-home .relevant-container .category-info .sub-title p {
    font-size: 0.9rem;
  }
  .cms-home .relevant-container .category-info .link-products {
    margin-bottom: 20px;
  }
  .cms-home .relevant-container .category-info .link-products a {
    font-size: 1rem;
  }
  .sales-banner-section {
    margin-top: 50px;
  }
  .sales-block-content {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: max-content;
  }
  .sales-block-content .category-sale-left {
    display: block;
  }
  .modal-popup.modal-slide {
    left: 44px;
    z-index: 900;
  }
  .modal-popup.modal-slide._show .modal-inner-wrap {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .modal-popup.modal-slide .modal-inner-wrap {
    height: 100%;
    overflow-y: auto;
    position: static;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    width: auto;
  }
  .modal-popup.modal-slide .modal-inner-wrap {
    margin: 0;
    max-height: 90vh;
    /** iOS webkit fix height problem when added long content **/
  }
  .custom-slide {
    bottom: 0;
    left: 0;
    min-width: 0;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 0s 0.3s, opacity 0.3s ease;
    transition: visibility 0s 0.3s, opacity 0.3s ease;
    left: 44px;
    z-index: 900;
  }
  .custom-slide._show {
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  .custom-slide._show .modal-inner-wrap {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .custom-slide .modal-inner-wrap {
    background-color: #fff;
    box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.35);
    opacity: 1;
    pointer-events: auto;
  }
  .custom-slide._show .modal-inner-wrap {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .custom-slide .modal-inner-wrap {
    height: 100%;
    overflow-y: auto;
    position: static;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    width: auto;
  }
  .custom-slide._show {
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden;
    overflow-y: auto;
  }
  .custom-slide .modal-inner-wrap {
    background-color: #f4f4f4;
    box-sizing: border-box;
    height: auto;
    min-height: 100%;
  }
  body._has-modal-custom {
    height: 100vh;
    overflow: hidden;
    width: 100vw;
  }
  body._has-modal-custom .modal-custom-overlay {
    background-color: rgba(51, 51, 51, 0.55);
  }
  .modal-popup {
    pointer-events: auto;
  }
  .modal-popup.modal-slide .modal-inner-wrap[class] {
    background-color: #f4f4f4;
  }
  .modal-popup.modal-slide._inner-scroll._show {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
  }
  .modal-popup.modal-slide._inner-scroll .modal-inner-wrap {
    height: auto;
    min-height: 100%;
  }
  .modal-popup .modal-title {
    font-size: 14px;
    font-weight: 700;
  }
  .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;
  }
  .category .subscribe-popup {
    text-align: center;
    top: 35%;
    width: 100%;
  }
  .category .subscribe-popup .input-fields {
    margin-top: 20px;
    width: 100%;
  }
  .category .subscribe-popup .notification-container {
    margin: auto;
    width: 80%;
  }
  .category .subscribe-popup .amxnotif_guest_action {
    margin-top: 20px;
    max-width: 100%;
    width: 100%;
  }
  .actions-toolbar.amxnotif_guest_action {
    margin-left: 5px;
  }
  .notification-container {
    display: inline-flex;
  }
  .am-porto-cmtb .filter.active .filter-current.filter-current.amshopby-filter-current + .block-actions {
    top: 187px;
    border: none;
    border-radius: inherit;
    background: #fff;
    box-shadow: none;
  }
  .am-porto-cmtb .filter.active .filter-current.amshopby-filter-current {
    padding: 17px 30px;
    height: 140px;
  }
  .am-porto-cmtb .filter.active .filter-current.amshopby-filter-current ~ .filter-options {
    top: 221px;
  }
  .am-porto-cmtb .filter.active .filter-current.amshopby-filter-current .items {
    padding: 15px;
    border-width: 1px;
  }
  .am-porto-cmtb .filter.active .filter-current.amshopby-filter-current .filter-current-subtitle {
    display: block;
    padding: 10px 15px;
  }
  .am-porto-cmtb .filter.active .block-category-list .block-title,
  .am-porto-cmtb .filter.active .filter-options-title,
  .am-porto-cmtb .filter.active .filter .filter-current-subtitle,
  .am-porto-cmtb .filter.active .block-category-list .block-content,
  .am-porto-cmtb .filter.active .filter-options-content {
    padding-left: 15px;
    padding-right: 15px;
  }
  .am-porto-cmtb .filter.active .filter-options-title:after {
    right: 15px;
  }
  .filter-options-content .am-ranges .items.-am-multiselect .item [class*='am-filter-item'] {
    padding-left: 35px;
  }
  .filter-options .am-labels-folding .item .am-collapse-icon ~ [class*='am-filter-item-'],
  .filter-options .am-labels-folding .item {
    padding-left: 35px;
  }
  .filter-options .items:not(.items-children).-am-multiselect > .item.-is-by-click .items-children.-folding .item.-is-expanded,
  .filter-options .am-category-wrapper .items.-am-multiselect .item.-filter-parent:not(.-is-collapsible),
  .filter-options .items:not(.items-children):has(.item.-is-by-click.-filter-parent) > .item.-is-expanded {
    margin-left: 35px;
  }
  .filter-options-item .filter-options-content .items [class*='am-filter-item'] {
    padding: 7px 0;
  }
  .am-labels-folding .am-collapse-icon,
  .filter-options .amshopby-category-dropdown + form .items.-am-multiselect .item .am-collapse-icon,
  .filter-options .amshopby-category-dropdown + form .items.-am-multiselect .item .am-collapse-icon {
    margin: 7px 0;
  }
  .filter-options [class*='am-filter-items-'].am-labels-folding .item:not(.swatch-option-link-layered) .am-collapse-icon ~ .am-input,
  .filter-options .amshopby-category-dropdown + form .item .am-collapse-icon ~ .am-input,
  .filter-options [class*='am-filter-items-'].am-labels-folding .item:not(.swatch-option-link-layered) .am-collapse-icon ~ input[type='radio'],
  .filter-options .amshopby-category-dropdown + form .item .am-collapse-icon ~ input[type='radio'],
  .filter-options [class*='am-filter-items-'].am-labels-folding .item:not(.swatch-option-link-layered) .am-collapse-icon ~ input[type='checkbox'],
  .filter-options .amshopby-category-dropdown + form .item .am-collapse-icon ~ input[type='checkbox'],
  .filter-options [class*='am-filter-items-'].am-labels-folding .item:not(.swatch-option-link-layered) .am-collapse-icon ~ input[type='checkbox'] + .amshopby-choice,
  .filter-options .amshopby-category-dropdown + form .item .am-collapse-icon ~ input[type='checkbox'] + .amshopby-choice {
    left: 35px;
  }
  .filter-options .items.-am-singleselect .item.-is-by-click .items-children.-folding .item .amshopby-filter-parent,
  .filter-options .amshopby-category-dropdown + form .items.-am-multiselect .item .items-children.-folding,
  .filter-options .am-category-wrapper .items .items-children.-folding,
  .filter-options .am-category-view .item a.amshopby-filter-parent {
    padding-left: 35px;
  }
  .filter-options .am-category-view.-am-multiselect .item > .am-collapse-icon ~ a.amshopby-filter-parent {
    padding-left: 70px;
  }
  .filter-options .am-category-view.-am-singleselect .am-collapse-icon {
    margin: 7px 0;
  }
  .am-collapse-icon:after,
  .am-show-more:before {
    width: 20px;
  }
  .filter-content .active .am-show-more:before {
    width: 12px;
  }
  .filter-content .active .am-show-more.-active {
    margin-bottom: 10px;
  }
  .amshopby-flyout-block {
    margin: 10px 0 25px;
  }
  .amshopby-flyout-block .items.amshopby-fly-out-view .item > .amshopby-choice {
    padding-left: 35px;
  }
  .filter-options input[type='checkbox'] {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 0;
    margin: 0;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    width: 0;
    position: absolute;
  }
  .filter-options input[type='checkbox'] + .amshopby-choice {
    word-break: break-word;
    word-wrap: break-word;
    position: absolute;
    top: 5px;
    left: 0;
    display: block;
    margin: 0;
    padding: 0 0 0 35px;
    min-height: 25px;
    line-height: 1.2;
    cursor: pointer;
  }
  .ie11 .filter-options input[type='checkbox'] + .amshopby-choice {
    word-break: break-all;
  }
  .ie11 .filter-options input[type='checkbox'] + .amshopby-choice {
    word-break: break-all;
  }
  .ie11 .filter-options input[type='checkbox'] + .amshopby-choice {
    word-break: break-all;
  }
  .filter-options input[type='checkbox'] + .amshopby-choice:before,
  .filter-options input[type='checkbox'] + .amshopby-choice:after {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    box-sizing: border-box;
    width: 25px;
    height: 25px;
    border-radius: 2px;
    content: '';
  }
  .filter-options input[type='checkbox'] + .amshopby-choice:before {
    border: 1px solid #e3e3e3;
    background: #fff;
  }
  .filter-options input[type='checkbox'] + .amshopby-choice:after {
    background: #1979c3 url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHZpZXdCb3g9IjAgMCAxNSAxNSI+CiAgPGRlZnMvPgogIDxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0xMS42NjkzIDMuNTAwNjFjLS4yMDc4LjAwNjk1LS40MDQ4LjA5ODg1LS41NDkzLjI1NjItMS45NTcwMyAyLjA2NDE1LTMuNDM4ODMgMy43NzY1NS01LjI4MDQxIDUuNzQ3ODNMMy44MTczIDcuNzA0NzRjLS4wNzk5Mi0uMDcxNi0uMTcyNDUtLjEyNTk1LS4yNzIzMy0uMTU5OTItLjA5OTg3LS4wMzM5Ny0uMjA1MTItLjA0NjktLjMwOTc0LS4wMzgwNi0uMTA0NjIuMDA4ODUtLjIwNjU2LjAzOTI5LS4zLjA4OTYtLjA5MzQ1LjA1MDMtLjE3NjU2LjExOTQ4LS4yNDQ1OS4yMDM2LS4wNjgwNC4wODQxMS0uMTE5NjYuMTgxNTEtLjE1MTkzLjI4NjYyLS4wMzIyNy4xMDUxMS0uMDQ0NTUuMjE1ODgtLjAzNjE1LjMyNTk4LjAwODQxLjExMDExLjAzNzM0LjIxNzQuMDg1MTUuMzE1NzQuMDQ3ODEuMDk4MzMuMTEzNTUuMTg1NzkuMTkzNDguMjU3MzlMNS4zNzc3MSAxMS4yOThjLjE1MzE1LjEzNzkuMzUwMTkuMjA5OC41NTE2LjIwMTMuMjAxNDEtLjAwODYuMzkyMzEtLjA5NjkuNTM0NDQtLjI0NzNDOC42MTA3NCA4Ljk4NzU3IDEwLjE0MiA3LjE3NTQ0IDEyLjI1NiA0Ljk0NTc4Yy4xMTY1LS4xMTgzNy4xOTYtLjI3MTIuMjI4MS0uNDM4MjMuMDMyMS0uMTY3MDMuMDE1My0uMzQwMzgtLjA0ODQtLjQ5NzA5LS4wNjM2LS4xNTY3MS0uMTcwOS0uMjg5MzctLjMwNzgtLjM4MDQyLS4xMzY5LS4wOTEwNS0uMjk2OC0uMTM2MTktLjQ1ODYtLjEyOTQzeiIvPgo8L3N2Zz4K) center / 25px;
    content: none;
  }
  .filter-options input[type='checkbox'] + .amshopby-choice:hover:before,
  .filter-options input[type='checkbox']:checked + .amshopby-choice:before {
    border-color: #1979c3;
  }
  .filter-options input[type='checkbox']:checked + .amshopby-choice:after {
    content: '';
  }
  ._keyfocus .filter-options input[type='checkbox']:active + .amshopby-choice:before,
  ._keyfocus .filter-options input[type='checkbox']:focus + .amshopby-choice:before,
  .filter-options input[type='checkbox']:active + .amshopby-choice:before,
  .filter-options input[type='checkbox']:focus + .amshopby-choice:before {
    border-color: #1979c3;
  }
  .filter-options input[type='checkbox']:not(:checked).mage-error + .amshopby-choice:before {
    border-color: #f23b3b;
  }
  .notification-container:has(.am-restock-alert-wrapper) {
    display: block;
  }
  .notification-container:has(.am-restock-alert-wrapper) .input-fields.fieldset {
    max-width: 60%;
  }
  .section-item-content .menu-container .menu > ul > li > img {
    display: none;
  }
  .section-item-content .menu-container .menu.vertical-left > ul > li.three-col-small-banner ul li.mega-static-block > ul,
  .section-item-content .menu-container .menu.vertical-right > ul > li.three-col-small-banner ul li.mega-static-block > ul {
    padding: 15px 25px;
  }
  .section-item-content .menu-container .menu.vertical-right > ul > li {
    text-align: left;
  }
  .md-burger-menu .navigation ul.md-categories {
    display: block !important;
  }
  .md-burger-menu .navigation .md-label-text {
    display: none;
  }
  .md-megamenu-burger {
    display: none !important;
  }
  .section-item-content .amazon-menu-btn {
    display: none;
  }
  .section-item-content .menu-container .menu .product-menu > ul .sub-product-menu {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .section-item-content .menu-container .menu .product-menu > ul .sub-product-menu .menu-content {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
  .section-item-content .menu-container .menu .product-menu > ul .sub-product-menu .menu-sidebar-right {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    border-left: none;
  }
  .section-item-content .menu-container .menu .product-menu > ul .sub-product-menu .menu-sidebar-left {
    border-right: none;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
  .section-item-content .menu-container .menu .product-menu > ul .sub-product-menu .md-hv-left {
    background: #fff;
  }
  .section-item-content .menu-container .menu .product-menu > ul .sub-product-menu .child-level-1 {
    background: none;
    display: block;
    height: auto;
    width: 100%;
  }
  .section-item-content .menu-container .menu .product-menu > ul .sub-product-menu .child-level-1 > li > a::after {
    display: none;
  }
  .section-item-content .menu-container .menu .product-menu > ul .sub-product-menu .child-level-1 > li:hover .child-level-2 {
    height: auto;
  }
  .section-item-content .menu-container .menu .product-menu > ul .sub-product-menu .child-level-1 > li .child-level-2 {
    height: auto;
    padding: 0;
    position: static;
    width: 100%;
  }
  .section-item-content .menu-container .menu .product-menu > ul .sub-product-menu .child-level-1 > li .child-level-2 li {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
  .section-item-content .menu-container .menu > ul > li ul.column2 .row-item-list .row-items {
    width: 100%;
  }
  .section-item-content .menu-container .menu > ul > li ul.column3 .row-item-list .row-items {
    width: 100%;
  }
  .section-item-content .menu-container .menu > ul > li ul.column4 .row-item-list .row-items {
    width: 100%;
  }
  .section-item-content .menu-container .menu > ul > li ul.column5 .row-item-list .row-items {
    width: 100%;
  }
  #customer-attachments .col-gremaining {
    display: none;
  }
  #customer-attachments .col-gdate {
    width: 1%;
  }
  #customer-attachments .col-gdownload {
    width: 1%;
    padding-left: 5px;
    padding-right: 5px;
  }
  #customer-attachments .col-gremaining {
    display: none;
  }
  .customer-addresses .address-list {
    width: 100%;
  }
  .customer-addresses .address-item-edit .address-item-edit-content {
    float: left;
    margin: 0;
    padding: 15px;
    width: 100%;
  }
  .contact-index-index .column:not(.sidebar-main) .form.contact {
    float: none;
    width: 100%;
  }
  .contact-index-index .column:not(.sidebar-additional) .form.contact {
    float: none;
    width: 100%;
  }
  .block-cart-failed .block-title {
    margin: 0 20px 20px;
  }
  .block-search {
    margin-top: 10px;
  }
  .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;
  }
  .compare.wrapper {
    display: none;
  }
  /**
     * @codingStandardsIgnoreStart
     */
  .catalog-product_compare-index .columns .column.main {
    flex-basis: inherit;
  }
  .cart-container .form-cart .actions.main {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
  .cart-container .form-cart .actions.main .clear,
  .cart-container .form-cart .actions.main .continue {
    margin: 0 0 25px 0;
  }
  .cart-discount {
    border-bottom: 1px solid #ccc;
  }
  .cart.table-wrapper {
    border-top: 1px solid #ccc;
  }
  .cart.table-wrapper thead .col.item,
  .cart.table-wrapper thead .col.qty,
  .cart.table-wrapper thead .col.price,
  .cart.table-wrapper thead .col.subtotal,
  .cart.table-wrapper thead .col.msrp {
    display: none;
  }
  .cart.table-wrapper .col.qty,
  .cart.table-wrapper .col.price,
  .cart.table-wrapper .col.subtotal,
  .cart.table-wrapper .col.msrp {
    box-sizing: border-box;
    display: block;
    float: left;
    white-space: nowrap;
    width: 33%;
  }
  .cart.table-wrapper .col.qty[data-th]:before,
  .cart.table-wrapper .col.price[data-th]:before,
  .cart.table-wrapper .col.subtotal[data-th]:before,
  .cart.table-wrapper .col.msrp[data-th]:before {
    content: attr(data-th);
    display: block;
    font-weight: 600;
    padding-bottom: 10px;
  }
  .cart.table-wrapper .col.msrp {
    white-space: normal;
  }
  .cart.table-wrapper .item .col.item {
    padding-bottom: 0;
  }
  .cart.table-wrapper tbody > tr > td:last-child {
    border: 0;
  }
  .cart-totals {
    padding-left: 15px;
    padding-right: 15px;
  }
  .cart-totals .table-wrapper {
    border-top: 0;
  }
  .cart-totals .totals tbody > tr:not(:last-child) > td:last-child {
    border: 0;
  }
  .cart.table-wrapper .col.price,
  .order-items.table-wrapper .col.price,
  .cart.table-wrapper .col.qty,
  .order-items.table-wrapper .col.qty,
  .cart.table-wrapper .col.subtotal,
  .order-items.table-wrapper .col.subtotal,
  .cart.table-wrapper .col.msrp,
  .order-items.table-wrapper .col.msrp {
    text-align: left;
  }
  .minicart-wrapper {
    margin-top: 10px;
  }
  .minicart-wrapper:before,
  .minicart-wrapper:after {
    content: '';
    display: table;
  }
  .minicart-wrapper:after {
    clear: both;
  }
  .minicart-wrapper .product .actions {
    float: left;
    margin: 10px 0 0 0;
  }
  .minicart-wrapper .update-cart-item {
    float: right;
    margin-left: 0;
  }
  .checkout-index-index .modal-popup .modal-footer .action-save-address {
    width: 100%;
  }
  .checkout-index-index .modal-popup .modal-footer .action-hide-popup {
    margin-top: 20px;
  }
  .field-tooltip .field-tooltip-content {
    right: -10px;
    top: 40px;
    left: auto;
  }
  .checkout-payment-method .payment-methods {
    margin: 0 -15px;
  }
  .checkout-payment-method .step-title {
    padding-left: 15px;
    padding-right: 15px;
  }
  .checkout-payment-method .payment-method-title {
    padding: 15px;
  }
  .checkout-payment-method .payment-method-content {
    padding: 0 15px 20px;
  }
  .checkout-payment-method .checkout-billing-address .action-cancel {
    margin-top: 10px;
  }
  .checkout-payment-method .payment-option {
    margin: 0 -15px;
  }
  .checkout-payment-method .payment-option .payment-option-title {
    padding: 15px;
  }
  .checkout-payment-method .payment-option .payment-option-content {
    padding: 0 15px 20px;
  }
  .login-container .fieldset:after {
    text-align: center;
  }
  .account .messages {
    margin-bottom: 0;
  }
  .account .column.main .block:not(.widget) .block-title > .action {
    float: right;
    margin-top: 5px;
  }
  .account .column.main .block:not(.widget) .block-content .box {
    margin-bottom: 20px;
  }
  .account .column.main .block:not(.widget) .block-content .box:last-child {
    margin-bottom: 0;
  }
  .control.captcha-image .captcha-img {
    display: block;
    margin-bottom: 10px;
  }
  .customer-account-index .page-title-wrapper {
    position: relative;
  }
  .form.search.advanced .field.price .with-addon .input-text {
    flex-basis: auto;
    width: 100%;
  }
  .cart-discount .giftcard .content {
    padding-bottom: 35px;
  }
  .cart-discount .actions-toolbar .secondary {
    bottom: 17px;
  }
  .field.open-amount {
    width: 100%;
  }
  .page-product-giftcard .product-info-main .product-info-stock-sku {
    display: block;
    padding-left: 10px;
    text-align: left;
  }
  .gift-message .actions-toolbar .action-update {
    font-size: 2rem;
    padding: 15px;
    width: 100%;
  }
  .gift-item-block {
    border-top: 1px solid #c1c1c1;
    border-bottom: 0;
  }
  .gift-item-block .title:after {
    font-size: 1.2rem;
    position: absolute;
    right: 20px;
    top: 10px;
  }
  .gift-item-block .content {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .cart.table-wrapper .gift-content {
    border-top: 1px solid #c1c1c1;
    margin-right: -15px;
    overflow: hidden;
    padding-left: 15px;
    padding-right: 15px;
  }
  .cart .action-gift {
    display: inline-block;
    text-decoration: none;
  }
  .cart .action-gift > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .cart .action-gift:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: 20px;
    color: #757575;
    content: '\e62a';
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .cart .action-gift:hover:after {
    color: #333;
  }
  .cart .action-gift:active:after {
    color: #757575;
  }
  .cart .action-gift._active {
    border: 1px solid #c1c1c1;
    border-bottom-color: #fff;
    margin: -5px 14px -1px -15px;
    padding: 4px 10px 9px 14px;
  }
  .cart .action-gift._active:after {
    color: #333;
  }
  .gift-options-cart-item + .towishlist {
    left: 0;
    position: absolute;
  }
  .cart.table-wrapper .action-giftregistry {
    display: inline-block;
    text-decoration: none;
  }
  .cart.table-wrapper .action-giftregistry > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .cart.table-wrapper .action-giftregistry:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: 20px;
    color: #757575;
    content: '\e62b';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .cart.table-wrapper .action-giftregistry:hover:before {
    color: #333;
  }
  .cart.table-wrapper .action-giftregistry:active:before {
    color: #757575;
  }
  .gift-options-cart-item .gift-wrapping,
  .cart-gift-item .gift-wrapping {
    border-bottom: 1px solid #c1c1c1;
    margin-bottom: 20px;
    padding-bottom: 10px;
  }
  .gift-wrapping-list {
    width: 100%;
  }
  .gift-wrapping-summary + .gift-message-summary {
    padding-right: 0;
  }
  .gift-options-cart-item {
    float: left;
    width: 100%;
  }
  .gift-wrapping-preview img {
    width: 100%;
  }
  .item-actions .actions-toolbar .gift-options .gift-wrapping,
  .item-actions .actions-toolbar .gift-options .gift-message {
    display: block;
  }
  .product-add-form .table-wrapper.grouped {
    margin-left: -15px;
    margin-right: -15px;
  }
  .product-add-form .table-wrapper.grouped .table.data.grouped tr td {
    padding: 5px 10px 5px 15px;
  }
  body.filter-active .page-header {
    display: none;
  }
  body.filter-active .page-wrapper {
    height: 0;
    margin-top: -999999em;
    visibility: hidden;
  }
  body.filter-active .columns {
    z-index: 999;
  }
  .filter.active {
    position: relative;
    visibility: visible;
    z-index: 99;
  }
  .filter.active .filter-options-item:last-child {
    margin-bottom: 40px;
  }
  .filter.active .filter-title {
    border-bottom: 1px solid #ccc;
    height: 48px;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 2;
  }
  .filter.active .filter-title strong {
    box-shadow: none;
    background: none;
    border: 0;
    color: transparent;
    left: auto;
    right: 3px;
    top: 10px;
    display: inline-block;
    text-decoration: none;
  }
  .filter.active .filter-title strong:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: inherit;
    color: #7d7d7d;
    content: '\e616';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .filter.active .filter-subtitle {
    background: transparent;
    display: block;
    height: 50px;
    left: 0;
    line-height: 32px;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1;
  }
  .filter.active .filter-options {
    background: #fff;
    bottom: 0;
    display: block;
    left: 0;
    overflow: scroll;
    position: fixed;
    right: 0;
    top: 50px;
    z-index: 10;
  }
  .filter .filter-subtitle {
    font-size: 20px;
    font-weight: 300;
  }
  .filter-actions {
    margin: -35px -10px 25px;
  }
  .filter-options-content {
    padding: 5px 10px;
  }
  .filter .filter-current {
    border: solid #ccc;
    border-width: 1px 0;
    margin: 5px -10px 0;
  }
  .filter .filter-current .items {
    display: none;
  }
  .filter .filter-current-subtitle {
    position: relative;
    text-transform: uppercase;
    z-index: 1;
    display: block;
    text-decoration: none;
  }
  .filter .filter-current-subtitle:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 13px;
    line-height: inherit;
    color: inherit;
    content: '\e622';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .filter .filter-current-subtitle:before {
    position: absolute;
    right: 10px;
    top: 10px;
  }
  .filter .filter-current-subtitle:after {
    color: #7d7d7d;
    content: ' (' attr(data-count) ')';
    font-size: 0.9em;
  }
  .filter .filter-current.active {
    padding-bottom: 30px;
  }
  .filter .filter-current.active .block-subtitle:before {
    content: '\e621';
  }
  .filter .filter-current.active .items {
    display: block;
  }
  .filter .filter-current.active + .block-actions {
    display: block;
  }
  .filter .filter-current + .block-actions {
    display: none;
  }
  .filter-no-options .filter-title:before {
    background: rgba(255, 255, 255, 0.5);
    content: '';
    display: block;
    height: 40px;
    left: 0;
    margin-top: -60px;
    position: relative;
    width: 75px;
    z-index: 99;
  }
  .filter-no-options .filter-content {
    margin-bottom: 20px;
  }
  .page-with-filter .columns .sidebar-main {
    -ms-flex-order: 0;
    -webkit-order: 0;
    order: 0;
  }
  .map-popup {
    max-width: 100%;
  }
  .map-old-price,
  .map-show-info {
    display: inline-block;
  }
  .map-old-price:not(:last-child),
  .map-show-info:not(:last-child) {
    margin-bottom: 10px;
  }
  .block-wishlist-management {
    clear: both;
    margin-top: -21px;
  }
  .block-wishlist-management .wishlist-select {
    margin: 0 -15px 20px;
  }
  .block-wishlist-management .wishlist-select .wishlist-name {
    font-size: 1.6rem;
  }
  .block-wishlist-management .wishlist-select-items {
    border-bottom: 1px solid #ccc;
    background: #f8f8f8;
    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 {
    color: #333;
    display: block;
    padding: 5px 18px;
    text-decoration: none;
  }
  .block-wishlist-management .wishlist-select-items .item a:hover {
    background: #e8e8e8;
  }
  .block-wishlist-management .wishlist-title strong {
    font-size: 2.6rem;
  }
  .block-wishlist-management .wishlist-info {
    margin-bottom: 15px;
  }
  .block-wishlist-management .wishlist-toolbar-select,
  .block-wishlist-management .wishlist-toolbar-actions {
    margin-bottom: 15px;
  }
  .products-grid.wishlist .product-item-checkbox {
    left: 0;
    position: absolute;
    top: 20px;
  }
  .page-multiple-wishlist .products-grid.wishlist .product-item-photo {
    margin-left: 25px;
  }
  .page-multiple-wishlist .products-grid.wishlist .product-item-name,
  .page-multiple-wishlist .products-grid.wishlist .product-item-description,
  .page-multiple-wishlist .products-grid.wishlist .product-item .price-box,
  .page-multiple-wishlist .products-grid.wishlist .product-item-tooltip {
    margin-left: 115px;
  }
  .products-grid.wishlist .wishlist-dropdown {
    display: none;
  }
  .multishipping-checkout-success .nav-toggle {
    display: block;
  }
  .multishipping-checkout-success .logo {
    margin-left: 40px;
  }
  .multicheckout .actions-toolbar > .primary {
    margin-right: 0;
  }
  .block.newsletter input {
    font-size: 12px;
    padding-left: 30px;
  }
  .block.newsletter .field .control:before {
    font-size: 13px;
  }
  .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;
  }
  .form.send.friend .fieldset {
    padding-bottom: 5px;
  }
  .form.send.friend .action.remove {
    margin-left: 0;
    right: 0;
    top: 100%;
  }
  .block-collapsible-nav {
    left: 0;
    position: absolute;
    top: -21px;
    width: 100%;
    z-index: 5;
  }
  .block-collapsible-nav .content {
    border-bottom: 1px solid #ccc;
    display: none;
  }
  .block-collapsible-nav .content.active {
    display: block;
  }
  .customer-name,
  .customer-welcome + .authorization-link {
    display: none;
  }
  .nav-sections .switcher-trigger strong:after {
    font-size: 1.6rem;
    right: -25px;
    top: -2px;
  }
  .navigation .parent .level-top:after {
    font-size: 1.6rem;
    right: 10px;
    top: 7px;
  }
  .page-footer .footer.content .switcher-store {
    background: #f4f4f4;
    font-size: 1.6rem;
    margin: 0 -15px;
  }
  .page-footer .footer.content .switcher-store .switcher-options {
    display: block;
  }
  .page-footer .footer.content .switcher-store .switcher-options ul.dropdown {
    background: none;
    border: 0;
    box-shadow: none;
    margin: 0;
    position: relative;
  }
  .page-footer .footer.content .switcher-store .switcher-options ul.dropdown:before,
  .page-footer .footer.content .switcher-store .switcher-options ul.dropdown:after {
    display: none;
  }
  .page-footer .footer.content .switcher-store .switcher-options .switcher-trigger,
  .page-footer .footer.content .switcher-store .switcher-options .switcher-option {
    border-top: 1px solid #cecece;
    display: block;
    padding: 10px 20px;
  }
  .page-footer .footer.content .switcher-store .switcher-options .switcher-trigger strong {
    padding: 10px 0;
  }
  .page-footer .footer.content .switcher-store .switcher-options .switcher-option a {
    padding: 0;
  }
  .logo {
    margin-bottom: 13px;
    margin-top: 4px;
  }
  .cms-page-view .page-main {
    padding-top: 0;
    position: relative;
  }
  [class^='cms-privacy-policy'] .page-main {
    padding-top: 41px;
    position: relative;
  }
  .cms-content .data-table {
    border: none;
    display: block;
  }
  .cms-content .data-table > thead > tr > th {
    display: none;
  }
  .cms-content .data-table > tbody {
    display: block;
  }
  .cms-content .data-table > tbody > tr {
    display: block;
  }
  .cms-content .data-table > tbody > tr td,
  .cms-content .data-table > tbody > tr th {
    border-bottom: none;
    display: block;
    padding: 5px 10px;
  }
  .cms-content .data-table > tbody > tr td[data-th]:before,
  .cms-content .data-table > tbody > tr th[data-th]:before {
    padding-right: 10px;
    content: attr(data-th) ': ';
    display: inline-block;
    color: #111111;
    font-weight: 700;
  }
  .cms-content .data-table > tbody > tr > th {
    background-color: #f6f6f6;
  }
  .products-grid.wishlist {
    margin-bottom: 30px;
    margin-right: 0;
  }
  .products-grid.wishlist .product-item {
    padding: 20px 0 20px 0;
    position: relative;
  }
  .products-grid.wishlist .product-item-photo {
    float: left;
    margin-right: 20px;
  }
  .products-grid.wishlist .product-item-name {
    font-size: 1.6rem;
  }
  .products-grid.wishlist .product-item-actions {
    display: block;
    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,
  .products-grid.wishlist .product-item-actions .action.delete {
    margin-top: 7px;
  }
  .products-grid.wishlist .product-item-name,
  .products-grid.wishlist .product-item-description,
  .products-grid.wishlist .product-item .price-box,
  .products-grid.wishlist .product-item-tooltip {
    margin-left: 95px;
  }
  .products-grid.wishlist .product-item .box-tocart {
    float: left;
    margin-right: 20px;
  }
  .products-grid.wishlist .product-item .box-tocart .stock {
    margin-top: 7px;
  }
  .products-grid.wishlist .product-item .giftregisty-dropdown,
  .products-grid.wishlist .product-item .field.qty {
    display: none;
  }
  .products-grid.wishlist .product-image-container {
    max-width: 80px;
  }
  .wishlist-index-index .product-item {
    width: 100%;
  }
  .wishlist-index-index .product-item-info {
    width: auto;
  }
  .cart.table-wrapper .towishlist {
    display: inline-block;
    text-decoration: none;
  }
  .cart.table-wrapper .towishlist > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .cart.table-wrapper .towishlist:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: 20px;
    color: #757575;
    content: '\e600';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .cart.table-wrapper .towishlist:hover:before {
    color: #333;
  }
  .cart.table-wrapper .towishlist:active:before {
    color: #757575;
  }
  .cart.table-wrapper .towishlist:before {
    overflow: visible;
  }
  .sidebar .block-viewed-products-grid .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 2%) / 2);
  }
  .sidebar .block-viewed-products-grid .products-grid .product-item:nth-child(2n + 1) {
    margin-left: 0;
  }
  .sidebar .block-viewed-products-grid .products-grid .product-item-photo {
    display: block;
    position: relative;
  }
  .sidebar .block-viewed-products-grid .products-grid .product-item-details {
    margin: 0;
  }
  .sidebar .block-viewed-products-grid .products-grid .product-item-info {
    text-align: center;
  }
  .block-search {
    margin: 0;
    flex: none;
    width: fit-content;
  }
  .block-search .label {
    cursor: pointer;
  }
  .block-search .label.active {
    background: none;
  }
  .block-search .field.search .control {
    position: absolute;
    width: 92%;
    left: 17px;
    top: 0;
  }
  .block-search .field.search .amsearch-loupe {
    display: none !important;
  }
  .block-search .field.search .amsearch-wrapper-input {
    width: 100%;
    display: inline-block;
    text-decoration: none;
  }
  .block-search .field.search .amsearch-wrapper-input:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: inherit;
    color: inherit;
    content: '\f002';
    font-family: 'Font Awesome Pro Regular';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .block-search .field.search .amsearch-wrapper-input:before {
    top: 19px;
    left: 15px;
    position: absolute;
  }
  .block-search .field.search input {
    border: 0;
    box-shadow: none;
    width: 100%;
    height: 30px;
    padding-left: 40px;
    padding-bottom: 4px;
  }
  .block-search .field.search .input-text::-webkit-input-placeholder {
    font-size: 1.4rem;
    text-align: start;
  }
  .block-search .amsearch-wrapper-input {
    width: 100%;
    max-width: 100%;
    position: absolute;
  }
  .trust-factors-section {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .amtitle-widget {
    text-align: center;
  }
  .trust-factors-section {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .featured-brands-section {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: unset;
    -webkit-justify-content: center;
    align-items: unset;
    justify-content: center;
    height: max-content;
  }
  .featured-brands-section .featured-container-list .featured-list {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .featured-brands-section .featured-container-list .label-brand .title-brand {
    margin-top: 20px;
    font-size: 1.4rem;
    margin-left: 15px;
  }
  .featured-brands-section .featured-container-list .label-brand a:after {
    font-size: 0.8rem !important;
  }
  .featured-brands-section .featured-container-list .featured-item-link {
    margin-top: 25px;
  }
  .featured-brands-section .featured-container-list .brand-url {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 1rem;
    width: max-content;
    margin-left: 15px;
  }
  .featured-brands-section .featured-container-list .featured-item {
    max-height: 92px;
    max-width: 47%;
    margin: 5px;
  }
  .featured-brands-section .featured-container-list .am-image-wrapper {
    left: 5px;
  }
  .featured-brands-section .featured-container-list .am-image-wrapper img {
    max-width: 100px;
  }
  .featured-brands-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    padding-bottom: 45px;
    height: max-content;
    position: relative;
  }
  .featured-main-info {
    margin: 30px auto 10px;
    width: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-justify-content: center;
    align-items: center;
    justify-content: center;
  }
  .featured-main-info a {
    border-radius: 3px;
  }
  .featured-title-info {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    border-top: 1px solid #b9b9b9;
    align-items: center;
    text-align: center;
    margin: 0 12px;
  }
  .featured-title-info h1 {
    font-size: 1.8rem;
  }
  .featured-title-info h1:nth-child(1) {
    margin-top: 40px;
  }
  .featured-title-info h1:nth-child(2) {
    margin-bottom: 0;
    margin-top: 4px;
  }
  .featured-title-info p {
    font-size: 1.3rem;
    text-align: initial;
  }
  .featured-title-info a {
    font-size: 1.2rem;
    position: absolute;
    bottom: 0;
    border-radius: 4px;
    padding: 12px 50px;
  }
  .swiper-container {
    border-bottom: 1px solid #c6c6c6;
    border-top: 1px solid #c6c6c6;
  }
  .list-brands .am-slider-container .am-brand-slider .swiper-container {
    max-width: 100%;
    width: 100%;
    padding: 0;
  }
  .home-top-content .am-slider-container .am-brand-slider {
    margin-top: 15px;
  }
  .home-top-content .am-slider-container .am-brand-slider .swiper-wrapper a {
    margin: 0;
  }
  .home-top-content .am-slider-container .am-brand-slider .swiper-slide,
  .home-top-content .am-slider-container .am-brand-slider .swiper-brand {
    padding: 0!important;
  }
  .home-top-content .am-slider-container .swiper-button-prev,
  .home-top-content .am-slider-container .swiper-button-next {
    display: none;
  }
  .home-top-content .am-slider-container .am-image {
    width: 90px;
  }
  .block-search .label {
    cursor: pointer;
  }
  .block-search .label.active {
    background: none;
  }
  .block-search .field.search .amsearch-wrapper-input {
    width: 81%!important;
  }
  .block-search .amsearch-wrapper-input {
    width: 100%;
    max-width: 100%;
    position: absolute;
  }
  .block-search .minisearch input#search {
    position: static;
  }
  .block-search .minisearch .label {
    display: none;
  }
  .block-search .block-content .amsearch-form-container .search-autocomplete {
    width: 81% !important;
  }
  .block-search .amsearch-leftside .amsearch-item {
    padding-left: 10px;
  }
  .block-search .block-content .search-autocomplete .product .action.tocart {
    margin-bottom: 10px;
  }
  .block-search .block-content .search-autocomplete .amsearch-results #amasty-shopby-product-list {
    margin: 0px 0px 50px 0px;
  }
  .block-search .block-content .search-autocomplete .amsearch-results #amasty-shopby-product-list .amsearch-wrapper-content {
    padding-left: 10px;
    padding-right: 10px;
  }
  .block-search .block-content .search-autocomplete .amsearch-results #amasty-shopby-product-list .amsearch-wrapper-content .amsearch-item {
    max-width: 100%;
  }
  .section-item-content .menu-container {
    border-bottom: 1px solid #d1d1d1;
    border-top: 1px solid #d1d1d1;
  }
  .section-item-content .menu-container .menu.horizontal > ul > li {
    border-top: none;
  }
  .section-item-content .menu-container .menu.horizontal > ul > li span.plus:before {
    color: #fff;
    font-size: 1.8rem;
    content: "\f067";
  }
  .section-item-content .menu-container .menu.horizontal > ul > li span.plus.active:before {
    color: #fff;
    content: "\f068";
  }
  .section-item-content .menu-container .menu.horizontal > ul > li > a.active {
    background: #02283E;
  }
  .section-item-content .menu-container .menu.horizontal > ul > li:active span.plus:before,
  .section-item-content .menu-container .menu.horizontal > ul > li:focus span.plus:before,
  .section-item-content .menu-container .menu.horizontal > ul > li:hover span.plus:before {
    color: #fff;
  }
  .section-item-content .menu-container .menu.horizontal > ul > li:active > a,
  .section-item-content .menu-container .menu.horizontal > ul > li:focus > a,
  .section-item-content .menu-container .menu.horizontal > ul > li:hover > a {
    color: #fff;
  }
  .section-item-content .menu-container .menu.horizontal > ul > li > ul {
    background: #02283E;
  }
  .section-item-content .menu-container .menu.horizontal > ul > li > ul li a {
    color: #fff;
  }
  .banners-sidebar-section {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
  }
  .banners-sidebar-section .banners-sidebar {
    width: 260px;
  }
  .catalog-product-view .product-info-price .price-box .old-price {
    padding-top: 8px;
  }
  .catalog-product-view .product-info-price .price-box .old-price .price {
    font-size: 1.4rem;
  }
  .catalog-product-view .page-wrapper {
    overflow: hidden;
  }
  .catalog-product-view .page-wrapper .product-info-main {
    padding: 0 0 0 15px;
  }
  .catalog-product-view .page-wrapper .breadcrumbs {
    display: block;
    margin: 12px 0 0;
  }
  .catalog-product-view .page-wrapper .breadcrumbs a,
  .catalog-product-view .page-wrapper .breadcrumbs strong {
    font-size: 1.4rem;
  }
  .catalog-product-view .page-wrapper .page-title {
    margin-bottom: 0;
  }
  .catalog-product-view .page-wrapper .page-title span {
    color: #02283E;
    font-weight: 500;
    font-size: 1.8rem;
  }
  .catalog-product-view .page-wrapper .attribute.manufacturer,
  .catalog-product-view .page-wrapper .sku {
    color: #4D4D4D;
    font-size: 1.4rem;
  }
  .catalog-product-view .page-wrapper .attribute.overview .value {
    padding-right: 20px;
  }
  .catalog-product-view .page-wrapper .attribute.overview p {
    font-size: 1.3rem;
  }
  .catalog-product-view .page-wrapper .page-main {
    margin-top: 11px;
  }
  .catalog-product-view .page-wrapper .services-items:last-child {
    max-width: inherit;
  }
  .catalog-product-view .page-wrapper .services-items:nth-child(1) .servece-title p:first-child {
    font-size: 1.1rem;
  }
  .catalog-product-view .page-wrapper .services-items:nth-child(1) .servece-title p:last-child {
    font-size: 1rem;
  }
  .catalog-product-view .page-wrapper .services-items:nth-child(2) .servece-title p:first-child,
  .catalog-product-view .page-wrapper .services-items:nth-child(3) .servece-title p:first-child {
    font-size: 1.1rem;
  }
  .catalog-product-view .page-wrapper .services-items:nth-child(2) .servece-title p:last-child,
  .catalog-product-view .page-wrapper .services-items:nth-child(3) .servece-title p:last-child {
    font-size: 1.1rem;
  }
  .catalog-product-view .page-wrapper .services-items:nth-child(3) .service-icon {
    margin-right: 5px;
    margin-left: 0;
  }
  .catalog-product-view .page-wrapper .services-items:nth-child(3) .servece-title {
    margin-right: 10px;
  }
  .catalog-product-view .page-wrapper .column.main .product-info-main,
  .catalog-product-view .page-wrapper .column.main .product.media {
    width: 100%;
  }
  .catalog-product-view .page-wrapper .column.main .fotorama-item .fotorama__stage {
    margin: 10px 0 0;
  }
  .catalog-product-view .page-wrapper .column.main .fotorama-item .fotorama__stage img {
    max-width: 95%;
  }
  .catalog-product-view .page-wrapper .product-details-container {
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    margin-top: 0;
  }
  .catalog-product-view .page-wrapper .product-details-container .product.info.detailed {
    width: 100%;
  }
  .catalog-product-view .page-wrapper .product-details-container .block-title {
    padding-left: 0px;
  }
  .catalog-product-view .page-wrapper .product-details-container .product-items {
    float: left;
  }
  .catalog-product-view .page-wrapper .product-details-container .product.info.detailed {
    margin: 40px auto 0;
    max-width: 91vw;
    padding: 0 10px 0 0;
    width: 100%;
  }
  .catalog-product-view .page-wrapper .product-details-container .product.info.detailed .data.switch {
    font-size: 1.4rem;
    background: transparent;
    padding-left: 5px;
  }
  .catalog-product-view .page-wrapper .product-details-container .product.info.detailed h1 {
    font-size: 1.4rem;
  }
  .catalog-product-view .page-wrapper .product-details-container .product.info.detailed p {
    font-size: 1.3rem;
  }
  .catalog-product-view .page-wrapper .product-details-container .amrelated-grid-wrapper {
    background: transparent;
    margin-bottom: 30px;
  }
  .catalog-product-view .page-wrapper .product-details-container .block-title {
    padding-top: 0;
  }
  .catalog-product-view .page-wrapper .product-details-container .slick-slide {
    padding: 0 7px;
  }
  .catalog-product-view .page-wrapper .product-details-container .slick-track {
    padding: 0 -7px;
  }
  .catalog-product-view .page-wrapper .product-add-form {
    border-top: 1px solid #c1c1c1;
  }
  .catalog-product-view .page-wrapper .product-add-form form {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
  }
  .catalog-product-view .page-wrapper .product-add-form .box-tocart {
    width: 58%;
  }
  .catalog-product-view .page-wrapper .product-add-form .box-tocart .fieldset {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .catalog-product-view .page-wrapper .product-add-form .field.qty span {
    font-size: 1.4rem;
  }
  .catalog-product-view .page-wrapper .product-add-form .field.qty .control input {
    width: 63px;
    height: 30px;
  }
  .catalog-product-view .page-wrapper .product-add-form .box-tocart .fieldset {
    width: 100%;
    max-width: 240px;
  }
  .catalog-product-view .page-wrapper .product-add-form .actions .tocart {
    margin-left: 0;
    border-radius: 4px;
    width: 100%;
    min-width: 100px;
  }
  .catalog-product-view .page-wrapper .product-add-form .product-social-links {
    margin-left: 0;
    width: 35%;
    margin-top: 50px;
    margin-right: 10px;
  }
  .catalog-product-view .page-wrapper .product-add-form .product-addto-links {
    max-width: max-content;
    margin-top: 50px;
  }
  .catalog-product-view .page-wrapper .product-add-form .product-addto-links a {
    width: max-content;
  }
  .catalog-product-view .page-wrapper .product-add-form .box-tocart {
    max-width: 58%;
  }
  .catalog-product-view .page-wrapper .product-add-form .product-social-links {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0;
    width: 37%;
  }
  .catalog-product-view .page-wrapper .product-view-info-section {
    margin-top: 23px;
  }
  .catalog-product-view .page-wrapper .product-view-info-section .product-details-view-labels {
    font-size: 1.3rem;
  }
  .catalog-product-view .page-wrapper .product-view-info-section .product-details-view-values {
    margin-left: 10px;
    font-size: 1.3rem;
  }
  .catalog-product-view .page-wrapper .product-view-info-section .stock span {
    font-size: 1.3rem;
  }
  .catalog-product-view .page-wrapper .brand-product {
    position: relative;
  }
  .catalog-product-view .page-wrapper .amshopby-option-link {
    display: block;
  }
  .catalog-product-view .page-wrapper .amshopby-option-link img {
    max-width: 115px;
    position: absolute;
    top: -15px;
    right: 0;
  }
  .catalog-product-view .page-wrapper .category-view-content .trust-factors-section {
    margin-left: -15px;
  }
  .catalog-product-view .page-wrapper .category-view-content .trust-factors-section .service-3 {
    margin-top: 3px;
  }
  .catalog-product-view .page-wrapper .category-view-content .amshopby-option-link img {
    max-width: 90px;
    right: 15%;
    top: 2%;
  }
  .catalog-product-view .page-wrapper .category-view-content .catalog-of-services {
    flex-direction: row;
  }
  .catalog-product-view .page-wrapper .category-view-content .services-items {
    margin: 0;
    padding: 5px 0!important;
    width: 33%!important;
  }
  .catalog-product-view .page-wrapper .category-view-content .services-items .servece-title p {
    font-size: 1.2rem;
  }
  .catalog-product-view .page-wrapper .category-view-content .services-items .service-icon img {
    max-width: 35px;
  }
  .catalog-product-view .page-wrapper .previous_next {
    display: none;
  }
  .catalog-product-view .page-wrapper .product.data.items {
    margin-bottom: 0;
  }
  .box-tocart {
    margin: 0;
  }
  .product-social-links {
    text-align: center;
  }
  .product-add-form form {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-justify-content: center;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  }
  .page-products .page-title {
    font-weight: 700;
    color: #02283E;
    font-size: 1.6rem;
    text-transform: uppercase;
    margin-bottom: 0;
  }
  .page-products .products.wrapper {
    margin-top: 0;
    margin-left: -15px;
  }
  .page-products .breadcrumbs {
    display: block;
    margin-bottom: 15px;
    margin-top: 10px;
  }
  .page-products .breadcrumbs .item a,
  .page-products .breadcrumbs .item strong {
    font-size: 1.2rem;
  }
  .page-products .category-view .category-image .image {
    max-height: 44px;
  }
  .page-products .page-main {
    padding: 0 5px 0 15px;
  }
  .page-products .page-main .category-description {
    width: 85%;
  }
  .page-products .page-main .amshopby-descr h1 {
    font-size: 1.6rem;
    margin-bottom: 5px;
  }
  .page-products .page-main .amshopby-descr p {
    font-size: 1.1rem;
  }
  .page-products .page-main .category-image {
    top: -33px;
    right: 13px;
  }
  .page-products .page-main .category-image img {
    max-width: 90%;
  }
  .page-products .page-main .column.main {
    width: 100%;
    padding-left: 0;
    max-width: 477px;
    margin: 0 auto;
  }
  .page-products .page-main .products.list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    flex-wrap: wrap;
  }
  .page-products .page-main .item.product {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: stretch;
    -ms-align-items: stretch;
    align-items: stretch;
    min-height: 380px;
    max-width: 245px;
    padding: 0;
    width: 50%;
    margin: 0!important;
    min-width: 187px;
    border: 2px solid #c3c3c3;
    height: max-content;
  }
  .page-products .page-main .item.product .brand-name {
    font-size: 1.2rem;
  }
  .page-products .page-main .item.product .product-item-name {
    width: 75%;
  }
  .page-products .page-main .item.product .product-item-link {
    font-size: 1.4rem;
    width: 75%;
  }
  .page-products .page-main .item.product .product-item-sku {
    font-size: 1.2rem;
    width: 75%;
    margin: 5px auto 0;
  }
  .page-products .page-main .item.product .tocart {
    font-weight: 600;
    font-size: 1.2rem;
    border-radius: 4px;
    padding: 9px 50px;
    margin-top: 0;
  }
  .page-products .page-main .product-image-photo {
    width: 210px;
  }
  .page-products .page-main .product-item-inner form {
    padding-bottom: 10px;
  }
  .page-products .page-main .product.details {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .page-products .page-main .product-item-name {
    margin-bottom: 0;
  }
  .page-products .page-main .price-box {
    margin-top: 5px;
  }
  .page-products .page-main .product-item-sku {
    padding-bottom: 5px;
  }
  .page-products .page-main .stock.available {
    font-size: 0.9rem;
  }
  .page-products .page-main .input-text.qty {
    margin-top: 0!important;
  }
  .page-products .page-main .add-to-cart-inner {
    margin-top: 5px;
  }
  .page-products .page-main .category-description {
    margin-bottom: 0;
    width: 85%;
  }
  .page-products .page-main .category-description p {
    width: 100%;
  }
  .page-products .page-main .category-image {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-justify-content: center;
    align-items: center;
    justify-content: center;
    padding-right: 5px;
    bottom: 25px;
  }
  .page-products .page-main .field.limiter {
    text-align: start;
  }
  .page-products .page-main .banners-sidebar-section {
    display: none;
  }
  .page-products .page-main .filter-options {
    display: block;
  }
  .page-products .page-main .sidebar-main {
    margin-top: 0;
  }
  .page-products .page-main .columns {
    padding-top: 0;
  }
  .page-products .page-main .toolbar-amount,
  .page-products .page-main .field.limiter {
    display: none;
  }
  .page-products .page-main .products-grid {
    margin-top: 0;
    margin-bottom: 0;
  }
  .page-products .page-main .filter-button-wrapper {
    position: absolute;
    width: 51%;
    max-width: 250px;
    border: 1px solid grey;
    right: 0;
    margin-right: 1px;
  }
  .page-products .page-main .filter-button-wrapper .filter-button {
    position: relative;
    font-weight: 600;
    color: #004062;
    font-size: 1.4rem;
    padding: 5px 5px 6px;
    text-align: center;
    display: block;
    text-decoration: none;
  }
  .page-products .page-main .filter-button-wrapper .filter-button:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    content: '\f0b0';
    font-family: 'Font Awesome Pro Light';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .page-products .page-main .filter-button-wrapper .filter-button:before {
    margin-right: 5px;
  }
  .page-products .page-main .filter-button-wrapper .filter-button .count-of-selected-filters {
    background: #ff0101;
    color: #fff;
    font-size: 0.9rem;
    padding: 0 4px 0 3px;
    position: absolute;
    border-radius: 50%;
    top: 2px;
    left: 40%;
    margin: 0;
  }
  .page-products .filter .filter-title {
    display: none;
  }
  .page-products .modal-header .action-close {
    z-index: 100;
  }
  .page-products #layered-filter-block {
    display: none;
  }
  .page-products .column.main {
    position: relative;
  }
  .page-products .top-toolbar {
    width: 51%;
    margin: 0 52% 0 auto;
  }
  .page-products .top-toolbar .toolbar .toolbar-sorter {
    position: absolute;
    width: 100%;
    max-width: 250px;
    border: 1px solid grey;
    padding-left: 0;
    left: 0;
  }
  .page-products .top-toolbar .toolbar .toolbar-sorter .sorter-options {
    border-bottom: 0;
    margin-left: 0;
  }
  .page-products .sorter-label {
    display: none;
  }
  .page-products .sorter-options {
    border-bottom: 0;
    width: 100%;
    text-align: center;
  }
  .page-products .page-main .products-grid {
    margin-top: 34px;
  }
  .page-products .product-items {
    margin-top: 0;
  }
  .page-products .filter-options #am-shopby-container {
    position: unset;
    margin-left: 0;
    margin-top: -1px;
    padding-top: 15px;
  }
  .page-products .filter-options #am-shopby-container .amshopby-items {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .page-products .filter-options #am-shopby-container .amshopby-items .filter-actions {
    margin: 0;
    padding-left: 15px;
  }
  .page-products .filter-options #am-shopby-container .amshopby-item {
    margin-left: 10px;
  }
  .page-products .filter-options #am-shopby-container .amshopby-item:first-child {
    margin-left: 10px;
  }
  .page-products .filter.active .filter-subtitle {
    background: #fff;
  }
  .page-products .products.wrapper ~ .toolbar {
    margin-top: 0;
    width: 95%;
    border-bottom: 1px solid grey;
    padding-bottom: 30px;
  }
  .page-products .products.wrapper ~ .toolbar .action.previous strong {
    font-size: 1.2rem;
  }
  .page-products .products.wrapper ~ .toolbar .action.previous:before {
    font-size: 0.8rem;
  }
  .page-products .products.wrapper ~ .toolbar .action.next:after {
    font-size: 0.8rem;
  }
  .page-products .products.wrapper ~ .toolbar .next-page {
    font-size: 1.2rem;
  }
  .page-products .products.wrapper ~ .toolbar .pages-item-previous,
  .page-products .products.wrapper ~ .toolbar .pages-item-next {
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    border: 1px solid #C4C4C4;
    width: 42vw;
    min-width: 140px;
    max-width: 170px;
    margin-right: 0;
  }
  .page-products .products.wrapper ~ .toolbar .item .page {
    display: none;
  }
  .page-products #amasty-shopby-product-list {
    margin-bottom: 0;
  }
  .catalogsearch-result-index.page-products .top-toolbar {
    align-self: end;
    margin: 20px 3% 0 0;
    height: 60px;
    position: relative;
  }
  .catalogsearch-result-index.page-products .top-toolbar + dl.block {
    margin: -60px 0 20px 0;
    width: 45%;
  }
  .catalogsearch-result-index.page-products .top-toolbar + dl.block dd.item {
    display: inline-block;
    margin-right: 10px;
  }
  .catalogsearch-result-index.page-products .top-toolbar + .amsearch-related-terms {
    margin: -60px 0 20px 0;
    width: 45%;
  }
  .home-top-content .featured-section .product-item-info {
    padding-bottom: 0;
  }
  .home-top-content .featured-section .block-title {
    text-align: center;
  }
  .home-top-content .featured-section .product-item {
    float: none;
    padding-bottom: 0;
  }
  .home-top-content .featured-section .add-to-cart-inner {
    margin-top: 0;
  }
  .featured-section .product-items,
  .new-arrivals-section .product-items {
    padding-right: 0;
    padding-left: 12px;
  }
  .featured-section .product-item-details .brand-name,
  .new-arrivals-section .product-item-details .brand-name {
    margin-bottom: 5px;
    font-size: 1.2rem;
  }
  .featured-section .product-item-details .product-item-name,
  .new-arrivals-section .product-item-details .product-item-name {
    font-size: 1.4rem;
    margin: 0 auto;
    width: 85%;
  }
  .featured-section .product-item-details .price-box,
  .new-arrivals-section .product-item-details .price-box {
    margin-top: 5px;
    margin-bottom: 15px;
  }
  .featured-section .product-item-details .price,
  .new-arrivals-section .product-item-details .price {
    font-size: 1.4rem;
  }
  .featured-section .product-item-details .stock,
  .new-arrivals-section .product-item-details .stock {
    font-size: 1.1rem;
  }
  .featured-section .product-item-details .qty,
  .new-arrivals-section .product-item-details .qty {
    font-size: 1.1rem;
    height: 28px;
    width: 50px;
  }
  .featured-section .product-item-details .product-item-inner,
  .new-arrivals-section .product-item-details .product-item-inner {
    padding-bottom: 0;
  }
  .featured-section .product-item-details .product-item-inner .tocart,
  .new-arrivals-section .product-item-details .product-item-inner .tocart {
    font-weight: 600;
    font-size: 1.2rem;
    border-radius: 4px;
    padding: 9px 50px;
    margin-top: 0;
  }
  .featured-section .product-item-details .product-item-sku,
  .new-arrivals-section .product-item-details .product-item-sku {
    margin: 0 auto;
    width: 90%;
  }
  .new-arrivals-section .block-title {
    margin-top: 30px;
    border-top: none;
    padding-top: 0;
    width: 100%;
  }
  .new-arrivals-section .block-title strong {
    font-size: 1.8rem;
  }
  .new-arrivals-section .product-item-details {
    padding-bottom: 10px;
  }
  .new-arrivals-section .block-category-link-inline {
    border-radius: 10px;
  }
  .new-arrivals-section .block-category-link-inline a {
    font-size: 1.2rem;
    border-radius: 3px;
    padding: 12px 50px;
  }
  .new-arrivals-section .widget-category-link {
    margin-top: 20px;
  }
  .new-arrivals-section .widget-category-link p {
    font-weight: 600;
    color: #828282;
  }
  .page-main .suggested-for-you .amtitle-widget,
  .page-main .product-details-container .amtitle-widget,
  .page-main .amrelated-grid-wrapper .amtitle-widget {
    padding-top: 65px;
  }
  .page-main .suggested-for-you .block-title,
  .page-main .product-details-container .block-title,
  .page-main .amrelated-grid-wrapper .block-title {
    margin-bottom: 0;
  }
  .page-main .suggested-for-you .block-title .amtitle-widget,
  .page-main .product-details-container .block-title .amtitle-widget,
  .page-main .amrelated-grid-wrapper .block-title .amtitle-widget {
    width: 90%;
    padding-bottom: 4px;
    padding-top: 44px;
  }
  .page-main .suggested-for-you .block-title strong,
  .page-main .product-details-container .block-title strong,
  .page-main .amrelated-grid-wrapper .block-title strong {
    font-size: 18px;
  }
  .page-main .suggested-for-you .amtitle-widget strong,
  .page-main .product-details-container .amtitle-widget strong,
  .page-main .amrelated-grid-wrapper .amtitle-widget strong {
    font-weight: 700;
    color: #02283E;
    font-size: 1.9rem;
    text-transform: uppercase;
  }
  .page-main .suggested-for-you #amasty-shopby-product-list,
  .page-main .product-details-container #amasty-shopby-product-list,
  .page-main .amrelated-grid-wrapper #amasty-shopby-product-list {
    margin-bottom: 0;
  }
  .page-main .suggested-for-you .products-grid,
  .page-main .product-details-container .products-grid,
  .page-main .amrelated-grid-wrapper .products-grid {
    margin-top: 0;
  }
  .page-main .suggested-for-you .products-grid .stock,
  .page-main .product-details-container .products-grid .stock,
  .page-main .amrelated-grid-wrapper .products-grid .stock {
    margin: 0;
    margin-top: 0;
    margin-left: 0;
  }
  .page-main .suggested-for-you .products-grid .product-items,
  .page-main .product-details-container .products-grid .product-items,
  .page-main .amrelated-grid-wrapper .products-grid .product-items {
    display: none;
    max-width: 100vw;
    padding-right: 0;
  }
  .page-main .suggested-for-you .products-grid .product-items .price-box,
  .page-main .product-details-container .products-grid .product-items .price-box,
  .page-main .amrelated-grid-wrapper .products-grid .product-items .price-box {
    margin-top: 0;
  }
  .page-main .suggested-for-you .products-grid .product-items .price,
  .page-main .product-details-container .products-grid .product-items .price,
  .page-main .amrelated-grid-wrapper .products-grid .product-items .price {
    font-size: 1.6rem;
  }
  .page-main .suggested-for-you .products-grid .product-items .product-item-info,
  .page-main .product-details-container .products-grid .product-items .product-item-info,
  .page-main .amrelated-grid-wrapper .products-grid .product-items .product-item-info {
    max-height: 100%;
  }
  .page-main .suggested-for-you .products-grid .product-items .price-final_price,
  .page-main .product-details-container .products-grid .product-items .price-final_price,
  .page-main .amrelated-grid-wrapper .products-grid .product-items .price-final_price {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
  }
  .page-main .suggested-for-you .products-grid .product-items .old-price,
  .page-main .product-details-container .products-grid .product-items .old-price,
  .page-main .amrelated-grid-wrapper .products-grid .product-items .old-price {
    margin-bottom: 0;
    margin-top: 0;
  }
  .page-main .suggested-for-you .products-grid .product-items .old-price .price,
  .page-main .product-details-container .products-grid .product-items .old-price .price,
  .page-main .amrelated-grid-wrapper .products-grid .product-items .old-price .price {
    font-weight: 600;
    color: #a5a5a5;
    font-size: 1.3rem;
  }
  .page-main .suggested-for-you .products-grid .product-items .special-price .price,
  .page-main .product-details-container .products-grid .product-items .special-price .price,
  .page-main .amrelated-grid-wrapper .products-grid .product-items .special-price .price {
    font-weight: 600;
    color: #FF5900;
  }
  .page-main .suggested-for-you .products-grid .product-items .product-item-sku,
  .page-main .product-details-container .products-grid .product-items .product-item-sku,
  .page-main .amrelated-grid-wrapper .products-grid .product-items .product-item-sku {
    width: 90%;
    margin: 0 auto;
  }
  .page-main .suggested-for-you .product-item .actions-secondary a:before,
  .page-main .product-details-container .product-item .actions-secondary a:before,
  .page-main .amrelated-grid-wrapper .product-item .actions-secondary a:before {
    font-size: 1.8rem;
    right: 0;
    top: 10px;
  }
  .page-main .suggested-for-you .product-item-details .brand-name,
  .page-main .product-details-container .product-item-details .brand-name,
  .page-main .amrelated-grid-wrapper .product-item-details .brand-name {
    font-size: 1.3rem;
  }
  .page-main .suggested-for-you .product-item-details .product-item-name,
  .page-main .product-details-container .product-item-details .product-item-name,
  .page-main .amrelated-grid-wrapper .product-item-details .product-item-name {
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
  .page-main .suggested-for-you .product-item-details .product-item-sku,
  .page-main .product-details-container .product-item-details .product-item-sku,
  .page-main .amrelated-grid-wrapper .product-item-details .product-item-sku {
    padding-bottom: 0;
  }
  .page-main .suggested-for-you .product-item-details .product-item-sku p,
  .page-main .product-details-container .product-item-details .product-item-sku p,
  .page-main .amrelated-grid-wrapper .product-item-details .product-item-sku p {
    font-size: 1.3rem;
  }
  .page-main .suggested-for-you .product-item-details .stock,
  .page-main .product-details-container .product-item-details .stock,
  .page-main .amrelated-grid-wrapper .product-item-details .stock {
    padding: 7px;
  }
  .page-main .suggested-for-you .product-item-details form input,
  .page-main .product-details-container .product-item-details form input,
  .page-main .amrelated-grid-wrapper .product-item-details form input {
    height: 30px;
    width: 50px;
  }
  .page-main .suggested-for-you .product-item-details .add-to-cart-inner,
  .page-main .product-details-container .product-item-details .add-to-cart-inner,
  .page-main .amrelated-grid-wrapper .product-item-details .add-to-cart-inner {
    margin-top: 50px;
  }
  .page-main .suggested-for-you .product-item-details .product-item-inner,
  .page-main .product-details-container .product-item-details .product-item-inner,
  .page-main .amrelated-grid-wrapper .product-item-details .product-item-inner {
    padding-right: 0;
    padding-bottom: 10px;
  }
  .page-main .suggested-for-you .product-item-details .product-item-inner .tocart,
  .page-main .product-details-container .product-item-details .product-item-inner .tocart,
  .page-main .amrelated-grid-wrapper .product-item-details .product-item-inner .tocart {
    width: 90%;
    height: 30px;
    padding: 0;
  }
  .page-main .suggested-for-you .product-item-details .product-item-inner .tocart span,
  .page-main .product-details-container .product-item-details .product-item-inner .tocart span,
  .page-main .amrelated-grid-wrapper .product-item-details .product-item-inner .tocart span {
    font-size: 1.1rem;
  }
  .page-main .suggested-for-you .slick-slide,
  .page-main .product-details-container .slick-slide,
  .page-main .amrelated-grid-wrapper .slick-slide {
    padding: 0 7px;
  }
  .page-main .suggested-for-you .slick-slider,
  .page-main .product-details-container .slick-slider,
  .page-main .amrelated-grid-wrapper .slick-slider {
    padding: 0 0px;
  }
  .page-main .suggested-for-you .slick-track,
  .page-main .product-details-container .slick-track,
  .page-main .amrelated-grid-wrapper .slick-track {
    padding: 0 -7px;
  }
  .page-main .suggested-for-you .block-content,
  .page-main .product-details-container .block-content,
  .page-main .amrelated-grid-wrapper .block-content {
    min-height: max-content;
  }
  .header .minicart-wrapper {
    margin-right: 10px;
    padding-top: 0;
    margin-top: 0;
  }
  .header .minicart-wrapper a.action.showcart {
    display: inline-block;
    text-decoration: none;
  }
  .header .minicart-wrapper a.action.showcart:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 22px;
    line-height: inherit;
    color: #FFCB01;
    content: '\f290';
    font-family: 'Font Awesome Pro Light';
    vertical-align: inherit;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .header .minicart-wrapper a.action.showcart:before {
    margin-top: 6px;
  }
  .header .minicart-wrapper a.action.showcart .counter.qty {
    min-width: 0;
    height: 0;
    margin: 0;
    width: 0;
  }
  .header .minicart-wrapper a.action.showcart .counter-label {
    top: 10px;
  }
  .main-header-elements .minicart-wrapper {
    display: none;
  }
  .page-header .content .cart-link {
    margin-top: 2.5%;
    height: 16px;
    padding: 3px 9px 1px;
    border-radius: 3px;
    font-size: 1rem;
  }
  .cms-page-view .logo-payment-footer {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-justify-content: center;
    align-items: center;
    justify-content: center;
  }
  .cms-page-view .footer.content {
    border-top: none;
  }
  .cms-page-view .contact-ft-section {
    width: max-content;
    margin-left: 6%;
  }
  .contact-ft-section {
    width: 100%;
    margin-left: 36px;
  }
  .customer-account-login .form.password.forget .fieldset,
  .customer-account-forgotpassword .form.password.forget .fieldset,
  .customer-account-createpassword .form.password.forget .fieldset,
  .customer-account-create .form.password.forget .fieldset,
  .customer-account-login .form.password.reset .fieldset,
  .customer-account-forgotpassword .form.password.reset .fieldset,
  .customer-account-createpassword .form.password.reset .fieldset,
  .customer-account-create .form.password.reset .fieldset,
  .customer-account-login .form.password.forget .actions-toolbar,
  .customer-account-forgotpassword .form.password.forget .actions-toolbar,
  .customer-account-createpassword .form.password.forget .actions-toolbar,
  .customer-account-create .form.password.forget .actions-toolbar,
  .customer-account-login .form.password.reset .actions-toolbar,
  .customer-account-forgotpassword .form.password.reset .actions-toolbar,
  .customer-account-createpassword .form.password.reset .actions-toolbar,
  .customer-account-create .form.password.reset .actions-toolbar {
    margin-left: 0;
    width: 290px;
  }
  .customer-account-login .contact-ft-section ul,
  .customer-account-forgotpassword .contact-ft-section ul,
  .customer-account-createpassword .contact-ft-section ul,
  .customer-account-create .contact-ft-section ul {
    padding-left: 0;
  }
  .customer-account-login .logo-footer img,
  .customer-account-forgotpassword .logo-footer img,
  .customer-account-createpassword .logo-footer img,
  .customer-account-create .logo-footer img {
    max-width: 135px;
    margin-left: 5px;
  }
  .customer-account-login .payment-icons,
  .customer-account-forgotpassword .payment-icons,
  .customer-account-createpassword .payment-icons,
  .customer-account-create .payment-icons {
    margin-bottom: 0;
    margin-top: 35px;
  }
  .customer-account-login .page-header,
  .customer-account-forgotpassword .page-header,
  .customer-account-createpassword .page-header,
  .customer-account-create .page-header {
    margin-bottom: 0;
    border: none;
    height: 50px;
  }
  .customer-account-login .page-footer,
  .customer-account-forgotpassword .page-footer,
  .customer-account-createpassword .page-footer,
  .customer-account-create .page-footer {
    margin-top: 0;
  }
  .customer-account-login .footer.content,
  .customer-account-forgotpassword .footer.content,
  .customer-account-createpassword .footer.content,
  .customer-account-create .footer.content {
    border: none;
  }
  .customer-account-login .contact-ft-section,
  .customer-account-forgotpassword .contact-ft-section,
  .customer-account-createpassword .contact-ft-section,
  .customer-account-create .contact-ft-section {
    width: 100%;
    margin-left: 36px;
  }
  .customer-account-login .payment-icons,
  .customer-account-forgotpassword .payment-icons,
  .customer-account-createpassword .payment-icons,
  .customer-account-create .payment-icons {
    margin-left: 15px;
  }
  .customer-account-login .logo-payment-footer,
  .customer-account-forgotpassword .logo-payment-footer,
  .customer-account-createpassword .logo-payment-footer,
  .customer-account-create .logo-payment-footer {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-justify-content: center;
    align-items: center;
    justify-content: center;
  }
  .customer-account-login .block-customer-login,
  .customer-account-forgotpassword .block-customer-login,
  .customer-account-createpassword .block-customer-login,
  .customer-account-create .block-customer-login,
  .customer-account-login .form.password.forget,
  .customer-account-forgotpassword .form.password.forget,
  .customer-account-createpassword .form.password.forget,
  .customer-account-create .form.password.forget,
  .customer-account-login .form.password.reset,
  .customer-account-forgotpassword .form.password.reset,
  .customer-account-createpassword .form.password.reset,
  .customer-account-create .form.password.reset,
  .customer-account-login .form-create-account,
  .customer-account-forgotpassword .form-create-account,
  .customer-account-createpassword .form-create-account,
  .customer-account-create .form-create-account {
    width: 100%;
    align-items: center;
  }
  .customer-account-login .block-customer-login .block-title,
  .customer-account-forgotpassword .block-customer-login .block-title,
  .customer-account-createpassword .block-customer-login .block-title,
  .customer-account-create .block-customer-login .block-title,
  .customer-account-login .form.password.forget .block-title,
  .customer-account-forgotpassword .form.password.forget .block-title,
  .customer-account-createpassword .form.password.forget .block-title,
  .customer-account-create .form.password.forget .block-title,
  .customer-account-login .form.password.reset .block-title,
  .customer-account-forgotpassword .form.password.reset .block-title,
  .customer-account-createpassword .form.password.reset .block-title,
  .customer-account-create .form.password.reset .block-title,
  .customer-account-login .form-create-account .block-title,
  .customer-account-forgotpassword .form-create-account .block-title,
  .customer-account-createpassword .form-create-account .block-title,
  .customer-account-create .form-create-account .block-title {
    margin-left: 0;
  }
  .customer-account-login .block-customer-login .block-title strong,
  .customer-account-forgotpassword .block-customer-login .block-title strong,
  .customer-account-createpassword .block-customer-login .block-title strong,
  .customer-account-create .block-customer-login .block-title strong,
  .customer-account-login .form.password.forget .block-title strong,
  .customer-account-forgotpassword .form.password.forget .block-title strong,
  .customer-account-createpassword .form.password.forget .block-title strong,
  .customer-account-create .form.password.forget .block-title strong,
  .customer-account-login .form.password.reset .block-title strong,
  .customer-account-forgotpassword .form.password.reset .block-title strong,
  .customer-account-createpassword .form.password.reset .block-title strong,
  .customer-account-create .form.password.reset .block-title strong,
  .customer-account-login .form-create-account .block-title strong,
  .customer-account-forgotpassword .form-create-account .block-title strong,
  .customer-account-createpassword .form-create-account .block-title strong,
  .customer-account-create .form-create-account .block-title strong {
    font-size: 2.2rem;
  }
  .customer-account-login .block-customer-login .block-content,
  .customer-account-forgotpassword .block-customer-login .block-content,
  .customer-account-createpassword .block-customer-login .block-content,
  .customer-account-create .block-customer-login .block-content,
  .customer-account-login .form.password.forget .block-content,
  .customer-account-forgotpassword .form.password.forget .block-content,
  .customer-account-createpassword .form.password.forget .block-content,
  .customer-account-create .form.password.forget .block-content,
  .customer-account-login .form.password.reset .block-content,
  .customer-account-forgotpassword .form.password.reset .block-content,
  .customer-account-createpassword .form.password.reset .block-content,
  .customer-account-create .form.password.reset .block-content,
  .customer-account-login .form-create-account .block-content,
  .customer-account-forgotpassword .form-create-account .block-content,
  .customer-account-createpassword .form-create-account .block-content,
  .customer-account-create .form-create-account .block-content {
    margin-left: 0;
  }
  .customer-account-login .fieldset.login .control,
  .customer-account-forgotpassword .fieldset.login .control,
  .customer-account-createpassword .fieldset.login .control,
  .customer-account-create .fieldset.login .control {
    width: 80%;
  }
  .customer-account-login .account-link-wrapper,
  .customer-account-forgotpassword .account-link-wrapper,
  .customer-account-createpassword .account-link-wrapper,
  .customer-account-create .account-link-wrapper {
    display: none;
  }
  .customer-account-login .email-company-link,
  .customer-account-forgotpassword .email-company-link,
  .customer-account-createpassword .email-company-link,
  .customer-account-create .email-company-link {
    display: none;
  }
  .customer-account-login .logo-image-container,
  .customer-account-forgotpassword .logo-image-container,
  .customer-account-createpassword .logo-image-container,
  .customer-account-create .logo-image-container {
    margin-top: 10px;
  }
  .customer-account-login .elements-header-container,
  .customer-account-forgotpassword .elements-header-container,
  .customer-account-createpassword .elements-header-container,
  .customer-account-create .elements-header-container {
    width: 100% !important;
  }
  .customer-account-login .elements-header-container .header.links,
  .customer-account-forgotpassword .elements-header-container .header.links,
  .customer-account-createpassword .elements-header-container .header.links,
  .customer-account-create .elements-header-container .header.links {
    display: block;
    width: max-content;
    margin-top: 14px;
  }
  .customer-account-login .elements-header-container .header .authorization-link a,
  .customer-account-forgotpassword .elements-header-container .header .authorization-link a,
  .customer-account-createpassword .elements-header-container .header .authorization-link a,
  .customer-account-create .elements-header-container .header .authorization-link a {
    margin-top: 13px;
  }
  .customer-account-login .elements-header-container .panel.wrapper,
  .customer-account-forgotpassword .elements-header-container .panel.wrapper,
  .customer-account-createpassword .elements-header-container .panel.wrapper,
  .customer-account-create .elements-header-container .panel.wrapper {
    display: block;
  }
  .account .page-main {
    top: 30px;
  }
  .account .page-main .columns {
    margin-top: 0px;
  }
  .checkout-cart-index .pager .limiter {
    top: -5px;
  }
  .cms-home .relevant-container .slick-slide {
    width: 180px;
  }
  .category-banner-content {
    height: 71%;
  }
  .relevant-container {
    padding-bottom: 0;
  }
  .featured-categories {
    position: absolute;
  }
  .banners-section .banner-content {
    margin-left: 0;
  }
  .category-banner-section {
    height: max-content;
  }
  .category-banner {
    align-items: center;
  }
  .category-banner-content {
    width: 100%;
    padding: 40px 0;
  }
  .category-banner-item {
    margin-left: 10px;
    margin: 0 auto;
  }
  .banner {
    width: 100%;
    height: 300px;
  }
  .banners-section .banner-content {
    margin-top: 30px;
  }
  .footer.content {
    height: max-content;
    padding-right: 6px;
    padding-left: 6px;
    border-bottom: 0;
    padding-top: 0;
  }
  .footer.content .ft-main {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-justify-content: center;
    align-items: center;
    justify-content: center;
    height: max-content;
  }
  .footer.content .logo-payment-footer {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-justify-content: center;
    align-items: center;
    justify-content: center;
  }
  .footer.content .ft-main {
    position: relative;
    padding-bottom: 50px;
    flex-direction: column;
    text-align: center;
  }
  .footer.content .logo-footer {
    margin-left: 8px;
  }
  .footer.content .logo-footer img {
    max-width: 135px;
  }
  .footer.content .payment-icons {
    position: absolute;
    bottom: 0;
    margin: 0;
    justify-content: center;
  }
  .footer.content .contact-ft-section {
    margin-left: 0;
  }
  .footer.content .contact-ft-section .ft-title {
    margin-bottom: 0;
  }
  .footer.content .contact-ft-section ul {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    padding: 0;
  }
  .footer.content .contact-ft-section .footer-icon-phone {
    margin-top: 6px;
  }
  .footer.content li {
    font-size: 13px;
    margin-top: 5px;
  }
  .footer.content li:before {
    position: inherit;
  }
  .footer.content .footer-icon-address {
    width: 45%;
    margin: 10px auto;
  }
  .footer.content .footer-icon-facebook {
    margin-top: 0;
  }
  .footer.content .shop-information-section,
  .footer.content .resources-information {
    padding: 0;
  }
  .footer.content .shop-information-section h2,
  .footer.content .resources-information h2 {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 0;
  }
  .footer.content .shop-information-section .ft-items,
  .footer.content .resources-information .ft-items {
    text-transform: uppercase;
  }
  .footer.content .hr-note {
    width: 85%;
  }
  .copyright {
    padding: 0 20px 20px 20px;
  }
  .catalog-of-services {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    background: none;
  }
  .catalog-of-services .services-items {
    background: #F7F7F7;
    margin: 10px;
    border-left: none;
  }
  .catalog-of-services {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    align-items: stretch;
  }
  .catalog-of-services .services-items {
    width: auto;
  }
  .cms-home .page-main {
    padding: 0 5px;
  }
  .cms-home .page-main .home-top-content {
    margin: 0;
  }
  .cms-home .page-main .featured-section .product-items,
  .cms-home .page-main .new-arrivals-section .product-items {
    display: none;
  }
  .cms-home .page-main .featured-section .product-items.slick-initialized,
  .cms-home .page-main .new-arrivals-section .product-items.slick-initialized {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    flex-wrap: wrap;
  }
  .cms-home .page-main .featured-section .product-item,
  .cms-home .page-main .new-arrivals-section .product-item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 10px !important;
    align-items: stretch;
    height: max-content;
    max-width: 240px;
    min-width: unset;
  }
  .cms-home .page-main .featured-section .product-item-details,
  .cms-home .page-main .new-arrivals-section .product-item-details {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cms-home .page-main .featured-section .product-item-name,
  .cms-home .page-main .new-arrivals-section .product-item-name {
    margin-bottom: 0;
  }
  .cms-home .page-main .featured-section .price-box,
  .cms-home .page-main .new-arrivals-section .price-box {
    margin-top: 5px;
  }
  .cms-home .page-main .featured-section .product-item-sku,
  .cms-home .page-main .new-arrivals-section .product-item-sku {
    padding-bottom: 5px;
  }
  .cms-home .page-main .featured-section .input-text.qty,
  .cms-home .page-main .new-arrivals-section .input-text.qty {
    margin-top: 0 !important;
  }
  .cms-home .page-main .featured-section .add-to-cart-inner,
  .cms-home .page-main .new-arrivals-section .add-to-cart-inner {
    margin-top: 5px;
  }
  .header-categories-container .slick-slide {
    width: max-content;
  }
  .wishlist-index-index .products-grid .product-item-info .product-item-inner-cart .box-tocart,
  .wishlist-index-index .products-grid .product-item-info .product-item-inner-cart .product-item-actions,
  .wishlist-index-index .products-grid .product-item-info .product-item-inner-cart .actions-primary {
    box-sizing: content-box;
    float: none;
    margin: 0;
    width: auto;
  }
}
@media only screen and (max-width: 639px) {
  .abs-visually-hidden-mobile,
  .table-downloadable-products .col.title:before,
  .table-giftregistry-items .col.product:before {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-mobile:before,
  .abs-add-clearfix-mobile:after,
  .abs-checkout-order-review tbody > tr:before,
  .abs-checkout-order-review tbody > tr:after,
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:before,
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:after,
  .table-giftregistry-items .col.product:before,
  .table-giftregistry-items .col.product:after,
  .multicheckout.order-review .data.table tbody > tr:before,
  .multicheckout.order-review .data.table tbody > tr:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-mobile:after,
  .abs-checkout-order-review tbody > tr:after,
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:after,
  .table-giftregistry-items .col.product:after,
  .multicheckout.order-review .data.table tbody > tr:after {
    clear: both;
  }
  .abs-checkout-order-review tbody > tr:not(:last-child),
  .multicheckout.order-review .data.table tbody > tr:not(:last-child) {
    border-bottom: 1px solid #ccc;
  }
  .abs-checkout-order-review tbody > tr > td.col.item:before,
  .multicheckout.order-review .data.table tbody > tr > td.col.item:before {
    display: none;
  }
  .abs-checkout-order-review tbody > tr > td.col.qty,
  .abs-checkout-order-review tbody > tr > td.col.price,
  .abs-checkout-order-review tbody > tr > td.col.subtotal,
  .multicheckout.order-review .data.table tbody > tr > td.col.qty,
  .multicheckout.order-review .data.table tbody > tr > td.col.price,
  .multicheckout.order-review .data.table tbody > tr > td.col.subtotal {
    box-sizing: border-box;
    float: left;
    text-align: center;
    white-space: nowrap;
    width: 33%;
  }
  .abs-checkout-order-review tbody > tr > td.col.qty[data-th]:before,
  .abs-checkout-order-review tbody > tr > td.col.price[data-th]:before,
  .abs-checkout-order-review tbody > tr > td.col.subtotal[data-th]:before,
  .multicheckout.order-review .data.table tbody > tr > td.col.qty[data-th]:before,
  .multicheckout.order-review .data.table tbody > tr > td.col.price[data-th]:before,
  .multicheckout.order-review .data.table tbody > tr > td.col.subtotal[data-th]:before {
    content: attr(data-th) ':';
    display: block;
    font-weight: 700;
    padding-bottom: 10px;
  }
  .abs-checkout-order-review tbody > tr > td.col:last-child,
  .multicheckout.order-review .data.table tbody > tr > td.col:last-child {
    border: 0;
  }
  .abs-checkout-order-review .product-item-name,
  .multicheckout.order-review .data.table .product-item-name {
    margin: 0;
  }
  .abs-product-items-summary tbody .col {
    padding: 10px 0 0;
  }
  .abs-product-items-summary tbody .col:last-child {
    padding-bottom: 10px;
  }
  .abs-product-items-summary tfoot .mark {
    padding-bottom: 5px;
    text-align: left;
  }
  .abs-product-items-summary tfoot .amount {
    padding-top: 0;
    text-align: left;
  }
  .abs-product-items-summary tfoot .grand.totals {
    font-size: 1.6rem;
  }
  .abs-product-items-summary tfoot .grand.totals .mark {
    padding-bottom: 0;
    padding-top: 5px;
  }
  .abs-product-items-summary tfoot .grand.totals .amount {
    padding-bottom: 10px;
    padding-top: 0;
  }
  .abs-product-items-summary tfoot .grand.totals .amount strong {
    border-top: none;
  }
  .abs-account-table-margin-mobile,
  .table-wrapper.balance-history,
  .table-wrapper.reward-history,
  .table-wrapper.orders-recent {
    margin-top: -20px;
  }
  .abs-col-no-prefix:before,
  .abs-sidebar-totals-mobile th:before,
  .abs-sidebar-totals-mobile td:before,
  .account .table-billing-agreements .col.actions:before,
  .account .table-billing-agreements-related .col.actions:before,
  .table-wrapper.comparison .table-comparison > tbody > tr > th:before,
  .table-wrapper.comparison .table-comparison > tbody > tr > td:before,
  .cart .table.items .col.item:before,
  .cart .table.items .item-actions td:before,
  .account .table-giftregistry .col.actions:before,
  .table.grouped > tbody > tr > td:before,
  .account .table-reviews .col.actions:before,
  .account .table-order-items .col.actions:before,
  .account .table-order-items .col.options:before,
  .cart-totals .totals th:before,
  .cart-totals .totals td:before,
  .opc-block-summary .totals th:before,
  .opc-block-summary .totals td:before {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-no-display-s,
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison).additional-attributes tbody th,
  .order-details-items .table-order-items .options-label,
  .opc-wrapper .shipping-address-item.selected-item .action-select-shipping-item {
    display: none;
  }
  .abs-title-orders-mobile .page-main .page-title-wrapper .page-title,
  .magento-rma-returns-returns .page-main .page-title-wrapper .page-title,
  .magento-rma-returns-view .page-main .page-title-wrapper .page-title,
  .account .page-main .page-title-wrapper .page-title,
  [class^='sales-guest-'] .page-main .page-title-wrapper .page-title,
  .sales-guest-view .page-main .page-title-wrapper .page-title {
    display: block;
  }
  .abs-title-orders-mobile .page-main .page-title-wrapper .order-status,
  .magento-rma-returns-returns .page-main .page-title-wrapper .order-status,
  .magento-rma-returns-view .page-main .page-title-wrapper .order-status,
  .account .page-main .page-title-wrapper .order-status,
  [class^='sales-guest-'] .page-main .page-title-wrapper .order-status,
  .sales-guest-view .page-main .page-title-wrapper .order-status {
    margin: -10px 0 10px;
  }
  .abs-table-striped-mobile > tbody > tr > td:last-child,
  .account .data.table > tbody > tr > td:last-child {
    border: 0;
  }
  .abs-no-border-top,
  .product.info.detailed .additional-attributes-wrapper,
  .table-wrapper.balance-history,
  .table-wrapper.table-returns,
  .table-wrapper.orders-recent,
  .order-details-items .table-wrapper {
    border-top: 0;
  }
  .abs-no-border-bottom {
    border-bottom: 0;
  }
  .abs-sidebar-totals-mobile .amount,
  .cart-totals .totals .amount,
  .opc-block-summary .totals .amount {
    text-align: right;
  }
  .table-wrapper {
    border-top: 1px solid #ccc;
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
    position: relative;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) {
    border: none;
    display: block;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > thead > tr > th {
    display: none;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody {
    display: block;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr {
    display: block;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr td,
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr th {
    border-bottom: none;
    display: block;
    padding: 5px 10px;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr td[data-th]:before,
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr th[data-th]:before {
    padding-right: 10px;
    content: attr(data-th) ': ';
    display: inline-block;
    color: #111111;
    font-weight: 700;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr > th {
    background-color: #f6f6f6;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) tbody > tr > td:first-child {
    padding-top: 15px;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) tbody > tr > td:last-child {
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) tbody > tr > td.col.qty {
    text-align: left;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison).additional-attributes tbody td:last-child {
    border: none;
    padding: 0 0 5px;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot {
    display: block;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr {
    display: block;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:first-child th,
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:first-child td {
    padding-top: 20px;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot .mark {
    box-sizing: border-box;
    float: left;
    text-align: left;
    width: 70%;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot .amount {
    box-sizing: border-box;
    float: left;
    text-align: right;
    width: 30%;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot .grand.totals {
    font-size: 1.6rem;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot .grand.totals .amount {
    padding-bottom: 10px;
  }
  .data-table-definition-list thead {
    display: none;
  }
  .data-table-definition-list tbody th {
    padding-bottom: 0;
  }
  .data-table-definition-list tbody th,
  .data-table-definition-list tbody td {
    display: block;
    padding-left: 0;
    padding-right: 0;
  }
  .pages .pages-items {
    display: block;
    padding: 2px 40px 0;
    position: relative;
    white-space: normal;
    z-index: 1;
  }
  .pages-item-previous {
    left: 0;
    position: absolute;
    top: 0;
    z-index: 1;
  }
  .pages-item-next {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
  }
  .email-company-link {
    justify-content: center;
  }
  .email-company-link p {
    font-size: 1.3rem;
    margin-right: 0;
  }
  .main-header-elements .sidebar-of-category {
    margin-right: 0;
  }
  .main-header-elements .sidebar-of-category .slide {
    width: max-content;
    padding-right: 0;
  }
  .main-header-elements .sidebar-of-category .sidebar-title {
    padding-left: 0;
    padding-top: 0;
  }
  .page-wrapper .page-header .elements-header-container .panel.header .become-dealer {
    margin-top: 0px;
  }
  .table-magento-payments-review-items .col.subtotal {
    text-align: left;
  }
  .table-magento-payments-review-items .product-item-name {
    display: inline-block;
  }
  .cart-summary .apple-pay {
    margin-top: 14px;
  }
  .catalogsearch-result-index .amsearch-pagebuilder-carousel .product-item-info {
    margin: 0 auto;
    width: 240px;
  }
  .mgz-newsletter-form-inline {
    display: block;
  }
  .mgz-newsletter-form-inline .mgz-newsletter-fields {
    display: block;
  }
  .form-new-agreement select {
    width: auto;
  }
  .table-paypal-review-items .col.subtotal {
    text-align: left;
  }
  .table-paypal-review-items .product-item-name {
    display: inline-block;
  }
  .column .block-addbysku .sku {
    margin-right: -85px;
    padding-right: 90px;
  }
  .column .block-addbysku .action.remove {
    display: inline-block;
    background-image: none;
    background: none;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
    font-weight: 400;
  }
  .column .block-addbysku .action.remove > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .column .block-addbysku .action.remove:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: inherit;
    color: #757575;
    content: '\e604';
    font-family: 'luma-icons';
    margin: -4px 0 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .column .block-addbysku .action.remove:hover:before {
    color: inherit;
  }
  .column .block-addbysku .action.remove:active:before {
    color: inherit;
  }
  .column .block-addbysku .action.remove:focus,
  .column .block-addbysku .action.remove:active {
    background: none;
    border: none;
  }
  .column .block-addbysku .action.remove:hover {
    background: none;
    border: none;
  }
  .column .block-addbysku .action.remove.disabled,
  .column .block-addbysku .action.remove[disabled],
  fieldset[disabled] .column .block-addbysku .action.remove {
    pointer-events: none;
    opacity: 0.5;
  }
  .products-list .product-item {
    table-layout: fixed;
  }
  .products-list .product-item-photo {
    padding: 0 10px 10px 0;
    width: 30%;
  }
  .product-item-actions .actions-primary {
    display: block;
  }
  .toolbar-products {
    margin-bottom: 0;
  }
  .product-info-price {
    margin: 0 -10px 0;
    width: calc(100% + 2*10px) !important;
  }
  .product-info-price > *:first-child {
    padding-left: 10px;
  }
  .product-info-price > *:last-child {
    padding-right: 10px;
  }
  .table-wrapper.comparison .table-comparison > tbody > tr > th,
  .table-wrapper.comparison .table-comparison > tbody > tr > td {
    display: table-cell;
  }
  .cart .table.items .col.qty {
    text-align: center;
  }
  .opc-wrapper .step-title {
    font-size: 18px;
    border-bottom: 0;
    padding-bottom: 0;
  }
  .opc-wrapper .step-content {
    margin: 0 0 15px;
  }
  .opc-progress-bar {
    margin: 0 0 30px;
    counter-reset: i;
    display: block;
    font-size: 0;
  }
  .opc-progress-bar-item {
    width: 165px;
  }
  .opc-wrapper .form-login,
  .opc-wrapper .form-shipping-address,
  .opc-wrapper .methods-shipping {
    background: #f4f4f4;
    margin: 20px -15px 15px;
    padding: 20px 15px;
  }
  .opc-wrapper .form-login + .form-shipping-address {
    margin-top: -15px;
  }
  .opc-wrapper .shipping-address-item {
    border-bottom: 1px solid #ccc;
    margin: 0 0 15px;
    padding: 0 0 15px;
    width: 100%;
  }
  .opc-wrapper .shipping-address-item.selected-item {
    padding: 15px 35px 15px 18px;
    border-bottom-width: 2px;
  }
  .opc-wrapper .shipping-address-item.selected-item .edit-address-link {
    right: 39px;
  }
  .opc-wrapper .action-select-shipping-item {
    float: none;
    margin-top: 10px;
    width: 100%;
  }
  .opc-wrapper .action-show-popup {
    width: 100%;
  }
  .opc-wrapper .methods-shipping {
    border-bottom: 1px solid #ccc;
    padding-top: 30px;
  }
  .opc-wrapper .edit-address-link {
    display: inline-block;
    text-decoration: none;
    margin: 0;
    position: absolute;
    right: 0;
    top: 5px;
  }
  .opc-wrapper .edit-address-link > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .opc-wrapper .edit-address-link:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: 20px;
    color: #757575;
    content: '\e601';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .opc-wrapper .edit-address-link:hover:before {
    color: #333;
  }
  .opc-wrapper .edit-address-link:active:before {
    color: #757575;
  }
  .shipping-policy-block.field-tooltip {
    margin-bottom: 20px;
    position: relative;
    right: auto;
    top: auto;
  }
  .shipping-policy-block.field-tooltip .field-tooltip-content {
    width: 300px;
    right: auto;
  }
  .shipping-policy-block.field-tooltip .field-tooltip-content:before,
  .shipping-policy-block.field-tooltip .field-tooltip-content:after {
    right: auto;
  }
  .opc-block-shipping-information .shipping-information-title {
    font-size: 2.3rem;
  }
  .opc-block-summary > .title {
    border-bottom: 0;
    font-size: 18px;
    margin-bottom: 20px;
    padding-bottom: 0;
  }
  .account .column.main,
  .account .sidebar-additional {
    margin: 0;
    padding: 0;
  }
  .account .sidebar-main .account-nav {
    margin-bottom: 0;
  }
  .page-product-downloadable .product-options-wrapper {
    margin-bottom: 25px;
  }
  .table-downloadable-products .product-name {
    display: block;
    margin-bottom: 5px;
  }
  .page-product-downloadable .product-info-price ~ *:last-child:after {
    border-bottom: 1px solid #c1c1c1;
    content: '';
    display: block;
    height: 0;
    margin: 25px -10px;
    overflow: hidden;
    width: auto;
  }
  .table-giftregistry-items .field.choice,
  .table-giftregistry-items .field.qty {
    display: inline-block;
  }
  .form-giftregistry-search .fieldset {
    margin-bottom: 20px;
  }
  .block-giftregistry-results .block-title {
    margin-bottom: 0;
  }
  .block-giftregistry-results .table-wrapper {
    border-top: none;
  }
  .block-giftregistry-shared-items .block-title {
    margin-bottom: 10px;
  }
  .block-giftregistry-shared-items .table-wrapper {
    border-top: 0;
  }
  .table.grouped > thead > tr > th {
    border-bottom: 1px solid #ccc;
    display: table-cell;
  }
  .table.grouped > tbody {
    border-bottom: 1px solid #ccc;
  }
  .table.grouped > tbody > tr > td {
    padding: 11px 10px;
    border: 0;
    display: table-cell;
  }
  .table-wrapper .table.grouped:not(.totals):not(.cart):not(.table-comparison) > tbody > tr > td:last-child {
    border-bottom: 0;
  }
  .page-product-grouped .minimal-price {
    margin: 0;
  }
  .page-product-grouped .product-info-price {
    border: 0;
    margin-bottom: 0;
  }
  .page-product-grouped .product-info-price .price-box {
    padding-bottom: 0;
  }
  .form-add-invitations .action.remove {
    display: inline-block;
    text-decoration: none;
  }
  .form-add-invitations .action.remove > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .form-add-invitations .action.remove:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: inherit;
    color: #757575;
    content: '\e604';
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .form-add-invitations .action.remove:hover:before {
    color: inherit;
  }
  .form-add-invitations .action.remove:active:before {
    color: inherit;
  }
  .multicheckout .data.table .address:before {
    margin-bottom: 5px;
  }
  .multicheckout .product-item-name,
  .multicheckout .price-including-tax,
  .multicheckout .price-excluding-tax {
    display: inline-block;
  }
  .multicheckout .block-content .box:not(:last-child) {
    margin-bottom: 40px;
  }
  .multicheckout .block-content .box:last-child {
    margin-bottom: 0;
  }
  .multicheckout.order-review .box-items .data.table thead {
    display: block;
  }
  .multicheckout.order-review .box-items .data.table thead tr {
    display: block;
  }
  .multicheckout.order-review .box-items .data.table thead .col.item {
    display: block;
    padding: 0;
  }
  .multicheckout.order-review .data.table.table-order-review > tbody > tr > td.col.subtotal {
    border-bottom: none;
  }
  .multicheckout.order-review .data.table.table-order-review > tbody > tr > td.col.qty {
    text-align: center;
  }
  .multicheckout .actions-toolbar .action {
    margin-bottom: 25px;
  }
  .multicheckout .actions-toolbar > .primary {
    margin-bottom: 25px;
    margin-right: 0;
  }
  .customer-review .product-name {
    margin-bottom: 5px;
  }
  .customer-review .product-reviews-summary .rating-summary {
    display: block;
    margin-bottom: 5px;
  }
  .form-create-return .additional .field:nth-last-child(2) {
    margin-bottom: 0;
  }
  .form-create-return .additional .field:last-child {
    margin-top: 20px;
  }
  .account .column.main .returns-details-items .block-returns-tracking .block-title > .action.track {
    display: block;
    float: none;
    margin: 10px 0 0;
  }
  .table-wrapper.orders-recent .table-order-items.table tbody > tr > td.col {
    padding-left: 0;
  }
  .order-details-items thead {
    display: block;
  }
  .order-details-items thead tr {
    display: block;
  }
  .order-pager-wrapper {
    display: block;
  }
  .account .table-order-items tbody tr {
    display: block;
  }
  .account .table-order-items .product-item-name {
    display: inline-block;
    margin: 0;
  }
  .account .table-order-items .action.show {
    margin-top: 0;
  }
  .order-details-items .order-title strong {
    display: block;
  }
  .order-details-items .action {
    margin-top: 10px;
  }
  .order-details-items .items-qty {
    display: inline-block;
    vertical-align: top;
  }
  .order-details-items .col.price .price-including-tax,
  .order-details-items .col.subtotal .price-including-tax,
  .order-details-items .col.price .price-excluding-tax,
  .order-details-items .col.subtotal .price-excluding-tax {
    display: inline-block;
  }
  .order-details-items .data.table .col.options {
    padding: 0 10px 15px;
  }
  .order-details-items .data.table .col.options:before {
    display: none;
  }
  .order-details-items .options-label + .item-options-container[data-th]:before,
  .order-details-items .item-options-container + .item-options-container[data-th]:before {
    content: attr(data-th) ':';
    display: block;
    font-weight: 700;
    padding-left: 10px;
  }
  .order-details-items .options-label + .item-options-container .col,
  .order-details-items .item-options-container + .item-options-container .col {
    font-size: 1.2rem;
    padding: 0 10px;
  }
  .order-details-items .options-label + .item-options-container .col:first-child,
  .order-details-items .item-options-container + .item-options-container .col:first-child {
    padding-top: 3px;
  }
  .order-details-items .options-label + .item-options-container .col:last-child,
  .order-details-items .item-options-container + .item-options-container .col:last-child {
    padding-bottom: 20px;
  }
  .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;
  }
  .products-grid.wishlist .product-item {
    border-bottom: 1px solid #e8e8e8;
    margin: 0;
    width: 100%;
  }
  .products-grid.wishlist .product-item:first-child {
    border-top: 1px solid #e8e8e8;
  }
  .product-item-inner {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .product-item {
    margin: 20px!important;
  }
  .product-item-details {
    display: inherit;
  }
  .featured-section .product-item-details {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .featured-section button {
    margin: 10px;
  }
  .product-item {
    padding-bottom: 0!important;
  }
  .product-item .product-item-info {
    padding-bottom: 0!important;
  }
}
@media only screen and (max-width: 479px) {
  .tooltip.wrapper .tooltip.content {
    min-width: 10rem;
  }
  .elements-header-container .email-company-link a:nth-child(1) {
    font-size: 1.2rem;
    padding-right: 0;
  }
  .elements-header-container .email-company-link a:nth-child(1):before {
    margin-right: 5px;
    font-size: 1.2rem;
  }
  .elements-header-container .email-company-link a:nth-child(2) {
    font-size: 1.2rem;
    margin-left: 0;
  }
  .elements-header-container .email-company-link a:nth-child(2):before {
    margin-right: 5px;
    font-size: 1.2rem;
  }
  .page-wrapper .page-header .elements-header-container .panel.header .header.links {
    margin-top: 4px;
  }
  .page-wrapper .page-header .elements-header-container .panel.header .become-dealer {
    margin-top: 0px;
    display: block;
  }
  .page-wrapper .page-header .elements-header-container .panel.header .become-dealer a {
    font-size: 3vw;
    float: right;
  }
  .customer-account-login .page-wrapper .page-header .elements-header-container .panel.header .become-dealer {
    margin-top: 10px;
  }
  .amrelated-summary-content {
    justify-content: space-between;
    padding: 15px;
  }
  .amrelated-price-wrapper {
    margin: 0;
    padding: 15px 0;
  }
  .amrelated-tocart-wrapper {
    margin: 0;
  }
  .mgz-tabgrid .mgz__page-nav .mgz__page-nav-items .mgz__page-nav-item {
    width: 100%;
    margin: 0;
  }
  .mgz-tabgrid .mgz__data-grid-toolbar .mgz__data-grid-pager-wrap {
    margin-left: 0;
    margin-top: 10px;
  }
  .mgz-tabgrid .mgz__data-grid-toolbar .mgz__data-grid-pager-wrap .mgz__data-grid-pager {
    margin-top: 10px;
    float: right;
  }
  .mgz-tabgrid > .mgz-tabgrid_content .fieldset .field > .control {
    width: 100%;
  }
  .mgz-tabgrid.tab-horizontal .mgz-tabgrid_content .fieldset .field > .label {
    width: 100%;
    text-align: left;
  }
  .mgz__data-grid .mgz__data-grid-toolbar .mgz__data-grid-pager-wrap {
    margin-left: 0;
  }
  .mgz__data-grid .mgz__data-grid-toolbar .mgz__data-grid-pager-wrap .mgz__data-grid-pager {
    float: right;
  }
  .mgz__data-grid .data-grid .data-grid-filters td .range .range-line.date:before {
    display: none;
  }
  .sorter-options {
    margin: 0 2px;
  }
  .minicart-wrapper .block-minicart {
    width: 290px;
  }
  .opc-progress-bar-item {
    width: 125px;
  }
  .modal-popup .field-tooltip .field-tooltip-content {
    width: 200px;
  }
  .cms-page-view .logo-image-container .logo img,
  .customer-account-login .logo-image-container .logo img,
  .customer-account-forgotpassword .logo-image-container .logo img,
  .customer-account-createpassword .logo-image-container .logo img,
  .customer-account-create .logo-image-container .logo img {
    width: 44vw;
    min-width: 176px;
  }
  .cms-page-view .header .authorization-link a,
  .customer-account-login .header .authorization-link a,
  .customer-account-forgotpassword .header .authorization-link a,
  .customer-account-createpassword .header .authorization-link a,
  .customer-account-create .header .authorization-link a {
    font-size: 3vw;
  }
  .cms-page-view .elements-header-container,
  .customer-account-login .elements-header-container,
  .customer-account-forgotpassword .elements-header-container,
  .customer-account-createpassword .elements-header-container,
  .customer-account-create .elements-header-container {
    position: absolute;
  }
  .cms-page-view .ft-main .ft-news-announcements,
  .customer-account-login .ft-main .ft-news-announcements,
  .customer-account-forgotpassword .ft-main .ft-news-announcements,
  .customer-account-createpassword .ft-main .ft-news-announcements,
  .customer-account-create .ft-main .ft-news-announcements,
  .cms-page-view .ft-main .contact-ft-section,
  .customer-account-login .ft-main .contact-ft-section,
  .customer-account-forgotpassword .ft-main .contact-ft-section,
  .customer-account-createpassword .ft-main .contact-ft-section,
  .customer-account-create .ft-main .contact-ft-section {
    max-width: 100%;
  }
}
@media all and (min-width: 640px) {
  .abs-blocks-2columns-s {
    width: 48%;
  }
  .abs-blocks-2columns-s:nth-child(1) {
    clear: left;
    float: left;
  }
  .abs-blocks-2columns-s:nth-child(2) {
    float: right;
  }
  .abs-blocks-2columns-s:nth-child(2) + * {
    clear: both;
  }
  .abs-reset-left-margin-desktop-s,
  .column:not(.sidebar-main) .multicheckout .actions-toolbar,
  .multicheckout .block-shipping .box-shipping-method .fieldset .legend {
    margin-left: 0;
  }
  .abs-visually-hidden-desktop-s,
  .products-grid .product-item-info:not(:hover):not(.active) .product-item-inner {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-desktop-s:before,
  .abs-add-clearfix-desktop-s:after,
  .multicheckout .block-billing:before,
  .multicheckout .block-billing:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-desktop-s:after,
  .multicheckout .block-billing:after {
    clear: both;
  }
  .abs-add-box-sizing-desktop-s,
  .multicheckout .block-shipping .box,
  .multicheckout .block-billing .box-billing-address,
  .multicheckout .block-billing .box-billing-method {
    box-sizing: border-box;
  }
  .abs-form-field-column-2-s .fieldset .field {
    padding: 0 12px 0 0;
    box-sizing: border-box;
    display: inline-block;
    width: 50%;
    vertical-align: top;
  }
  .abs-form-field-column-2-s .fieldset .field + .fieldset {
    clear: both;
  }
  .abs-form-field-column-2-s .fieldset .field:nth-last-child(1),
  .abs-form-field-column-2-s .fieldset .field:nth-last-child(2) {
    margin-bottom: 0;
  }
  .abs-form-field-column-2-s .fieldset .field .field {
    padding: 0;
    width: 100%;
  }
  .abs-form-field-revert-column-1-s {
    width: 100%;
  }
  .abs-action-print-s {
    display: inline-block;
    text-decoration: none;
  }
  .abs-action-print-s:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: 16px;
    color: inherit;
    content: '\e624';
    font-family: 'luma-icons';
    margin: 0 4px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .abs-action-print-s:hover {
    text-decoration: underline;
  }
  .table > tbody > tr > th,
  .table > tbody > tr > td {
    border-top: 1px solid #ccc;
  }
  .table > tbody + tbody {
    border-top: 1px solid #ccc;
  }
  .ui-dialog.popup {
    width: 420px;
  }
  .paypal-fastlane-divider span {
    background-color: #fff;
  }
  .amrelated-popup-container .amrelated-bundle-popup {
    margin: 0 auto;
    max-width: initial;
    padding: 0 0 13px;
    width: 400px;
  }
  .amrelated-popup-container .amrelated-info.-top {
    margin-top: 15px;
  }
  .column .block-addbysku .action.remove {
    background-image: none;
    -moz-box-sizing: content-box;
    box-shadow: none;
    line-height: inherit;
    text-shadow: none;
    font-weight: 400;
    line-height: 1.42857143;
    margin: 0;
    padding: 0;
    color: #006bb4;
    text-decoration: none;
    background: none;
    border: 0;
    display: inline;
    margin-top: -4px;
  }
  .column .block-addbysku .action.remove:focus,
  .column .block-addbysku .action.remove:active {
    background: none;
    border: none;
  }
  .column .block-addbysku .action.remove:hover {
    background: none;
    border: none;
  }
  .column .block-addbysku .action.remove.disabled,
  .column .block-addbysku .action.remove[disabled],
  fieldset[disabled] .column .block-addbysku .action.remove {
    pointer-events: none;
    opacity: 0.5;
  }
  .column .block-addbysku .action.remove:visited {
    color: #006bb4;
    text-decoration: none;
  }
  .column .block-addbysku .action.remove:hover {
    color: #006bb4;
    text-decoration: underline;
  }
  .column .block-addbysku .action.remove:active {
    color: #02283E;
    text-decoration: underline;
  }
  .column .block-addbysku .action.remove:hover,
  .column .block-addbysku .action.remove:active,
  .column .block-addbysku .action.remove:focus {
    background: none;
    border: 0;
  }
  .column .block-addbysku .action.remove.disabled,
  .column .block-addbysku .action.remove[disabled],
  fieldset[disabled] .column .block-addbysku .action.remove {
    color: #006bb4;
    opacity: 0.5;
    cursor: default;
    pointer-events: none;
    text-decoration: underline;
  }
  .catalogsearch-advanced-result .message.error {
    margin-top: 0;
  }
  .products-grid .product-item-info:hover,
  .products-grid .product-item-info.active {
    background: #fff;
    box-shadow: 3px 4px 4px 0 rgba(0, 0, 0, 0.3);
    border: 1px solid #bbb;
    margin: -10px;
    padding: 9px;
    position: relative;
    z-index: 9;
  }
  .products-grid .product-item-info:hover .product-item-inner,
  .products-grid .product-item-info.active .product-item-inner {
    display: block;
  }
  .sidebar .products-grid .product-item-info:hover .product-item-photo,
  .sidebar .products-grid .product-item-info.active .product-item-photo {
    left: 9px;
    top: 9px;
  }
  .products-grid .product-item-inner {
    background: #fff;
    box-shadow: 3px 4px 4px 0 rgba(0, 0, 0, 0.3);
    border: 1px solid #bbb;
    border-top: none;
    left: 0;
    margin: 10px 0 0 -1px;
    padding: 0 9px 9px;
    position: absolute;
    right: -1px;
    z-index: 2;
  }
  .product-item-actions {
    display: block;
  }
  .products-grid .product-item-actions {
    margin: -10px 0 10px;
  }
  .product-item-actions .actions-primary + .actions-secondary {
    display: inline-block;
    vertical-align: middle;
  }
  .product-item-actions .actions-primary + .actions-secondary > .action {
    line-height: 35px;
    text-align: center;
    width: 35px;
  }
  .product-item-actions .actions-primary + .actions-secondary > .action:last-child {
    margin-right: 0;
  }
  .product-item-actions .actions-primary {
    display: inline-block;
  }
  .page-products .products-grid .product-item-inner:before {
    background: #fff;
    content: '';
    height: 3px;
    left: 0;
    position: absolute;
    top: -2px;
    width: 100%;
    z-index: -1;
  }
  .page-products .product-item-actions {
    z-index: 1;
  }
  .products-grid .product-item {
    margin-bottom: 20px;
    width: 33.33333333%;
  }
  .page-products .products-grid .product-item,
  .page-layout-1column .products-grid .product-item,
  .page-layout-3columns .products-grid .product-item,
  .page-products.page-layout-1column .products-grid .product-item,
  .page-products.page-layout-3columns .products-grid .product-item {
    margin-left: 0;
    width: calc((100% - 4%) / 3);
  }
  .page-products .products-grid .product-item:nth-child(3n + 1),
  .page-layout-1column .products-grid .product-item:nth-child(3n + 1),
  .page-layout-3columns .products-grid .product-item:nth-child(3n + 1),
  .page-products.page-layout-1column .products-grid .product-item:nth-child(3n + 1),
  .page-products.page-layout-3columns .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 0;
  }
  .block.widget .products-grid .product-item .product-item-inner,
  .page-layout-1column .block.widget .products-grid .product-item .product-item-inner,
  .page-layout-3columns .block.widget .products-grid .product-item .product-item-inner {
    box-shadow: 3px 6px 4px 0 rgba(0, 0, 0, 0.3);
    margin: 9px 0 0 -1px;
  }
  .sidebar .product-items .action.delete {
    line-height: unset;
    position: absolute;
    right: 0;
    top: -1px;
    width: auto;
  }
  .sidebar .block-compare .action.delete {
    left: 0;
    right: initial;
  }
  .cart-container .block.crosssell .products-grid .product-item-actions {
    margin: 0 0 10px;
  }
  .multicheckout .actions-toolbar .secondary {
    float: none;
    margin-top: 11px;
    text-align: right;
  }
  .multicheckout .actions-toolbar .secondary .action {
    margin-left: 0;
  }
  .multicheckout .actions-toolbar .secondary .action.back {
    display: block;
    float: left;
  }
  .multicheckout .item-options {
    margin: 20px 0 0;
  }
  .multicheckout .block-content .box {
    margin-bottom: 0;
  }
  .multicheckout .block-shipping .box {
    float: left;
    width: 25%;
  }
  .multicheckout .block-shipping .box-shipping-method {
    padding-left: 25px;
    padding-right: 25px;
    width: 50%;
  }
  .multicheckout .block-shipping .box-shipping-method .fieldset .field:before {
    display: none;
  }
  .multicheckout .block-billing .box-billing-address {
    float: left;
    width: 25%;
  }
  .multicheckout .block-billing .box-billing-method {
    float: left;
    padding-left: 25px;
    width: 50%;
  }
  .multicheckout.form.address .table-wrapper .applicable {
    margin: 7px 0 0;
  }
  .multicheckout.order-review .box-items {
    clear: left;
    float: none;
    padding-top: 40px;
    width: auto;
  }
  .multicheckout.order-review .col.item {
    width: 75%;
  }
  .multicheckout .methods-payment .item-content > .fieldset {
    width: auto;
  }
  .multicheckout .methods-payment .item-content > .fieldset .field.cvv {
    display: inline-block;
    width: auto;
  }
  .multicheckout .methods-payment .fieldset > .field:not(.choice) > .label {
    float: none;
    margin-bottom: 8px;
    text-align: left;
    width: auto;
  }
  .multicheckout .methods-payment .fieldset > .field:not(.choice):not(.cvv) .control {
    width: 100%;
  }
  .review-form {
    max-width: 500px;
  }
  .review-ratings {
    float: left;
    margin-bottom: 0;
    min-width: 240px;
    padding-right: 40px;
  }
  .review-ratings ~ .review-content-container {
    overflow: hidden;
  }
  .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;
  }
  .order-details-items .order-title .action {
    margin: 12px 0 0 30px;
  }
  .order-details-items .order-title .action.track {
    float: right;
  }
  .wishlist-index-index .products-grid .product-item-actions {
    margin: 0;
  }
  .block.widget .products-grid .product-item,
  .page-layout-1column .block.widget .products-grid .product-item,
  .page-layout-3columns .block.widget .products-grid .product-item {
    width: 33.33333333%;
  }
  .page-layout-1column .block.widget .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 4%) / 3);
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 0;
  }
}
@media all and (max-width: 370px) {
  .logo-image-container .logo {
    padding-top: 3px;
  }
  .logo-image-container .logo img {
    width: 165px;
    height: 25px;
  }
  .page-wrapper .page-header .elements-header-container .panel.header .header.links {
    margin-top: 4px;
  }
  .page-wrapper .page-header .elements-header-container .panel.header .become-dealer {
    margin-top: 0px;
    display: block;
  }
  .page-wrapper .page-header .elements-header-container .panel.header .become-dealer a {
    font-size: 3vw;
    float: right;
  }
  .customer-account-login .page-wrapper .page-header .elements-header-container .panel.header .become-dealer {
    margin-top: 2px;
  }
  .featured-section .slick-slide,
  .new-arrivals-section .slick-slide {
    padding: 0 25px;
  }
  .featured-section .slick-slide .product-item,
  .new-arrivals-section .slick-slide .product-item {
    min-width: 100%;
    max-width: 265px;
  }
  .featured-section .slick-track,
  .new-arrivals-section .slick-track {
    margin: 0 -25px;
  }
  .cms-home .page-main .featured-section .product-item,
  .cms-home .page-main .new-arrivals-section .product-item {
    min-width: 250px;
  }
  .catalog-product-view .product-social-links .action.towishlist {
    letter-spacing: 0;
  }
  .catalog-product-view .product-social-links .action.towishlist span {
    font-size: 1rem;
  }
  .email-company-link {
    justify-content: flex-end;
  }
  .email-company-link p {
    font-size: 1.2rem;
    margin-right: 5px;
  }
}
@font-face {
  font-family: 'Font Awesome Pro Light';
  font-style: normal;
  font-weight: 300;
  font-display: block;
  src: url("../../frontend/InverseParadox/BlueRidgeKnives/en_US/fonts/fa-light-300.woff") format("woff");
}
@font-face {
  font-family: 'Font Awesome Pro Brand';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../../frontend/InverseParadox/BlueRidgeKnives/en_US/fonts/fa-brands-400.woff") format("woff");
}
@font-face {
  font-family: 'Font Awesome Pro Solid';
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("../../frontend/InverseParadox/BlueRidgeKnives/en_US/fonts/fa-solid-900.woff") format("woff");
}
@font-face {
  font-family: 'Font Awesome Pro Regular';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../../frontend/InverseParadox/BlueRidgeKnives/en_US/fonts/fa-regular-400.woff") format("woff");
}
@font-face {
  font-family: 'Times';
  font-style: normal;
  font-weight: 700;
  font-display: block;
  src: url("../../frontend/InverseParadox/BlueRidgeKnives/en_US/fonts/Times.ttf") format("ttf");
}
@font-face {
  font-family: 'Gotham Book';
  font-style: normal;
  font-weight: 300;
  font-display: block;
  src: url("../../frontend/InverseParadox/BlueRidgeKnives/en_US/fonts/GothamBook.ttf") format("ttf");
}
@font-face {
  font-family: 'Gotham';
  font-style: normal;
  font-weight: 700;
  font-display: block;
  src: url("../../frontend/InverseParadox/BlueRidgeKnives/en_US/fonts/GothamBold.ttf") format("ttf");
}
@font-face {
  font-family: 'Gotham Light';
  font-style: normal;
  font-weight: 300;
  font-display: block;
  src: url("../../frontend/InverseParadox/BlueRidgeKnives/en_US/fonts/GothamLight.ttf") format("ttf");
}
.field.search,
.amsearch-wrapper-input {
  width: 100%;
}
.field.search .input-text,
.amsearch-wrapper-input .input-text {
  height: 50px;
  border-radius: 32px;
  border: 0;
  padding-left: 26px;
}
.field.search .input-text::-webkit-input-placeholder,
.amsearch-wrapper-input .input-text::-webkit-input-placeholder {
  color: #575757;
  font-style: italic;
}
.block-content .amsearch-form-container.-opened .amsearch-wrapper-input {
  max-width: 100%;
  position: inherit;
}
.block-content .amsearch-form-container .search-autocomplete {
  width: 100% !important;
  max-width: 100%;
}
.main-header-elements .block-search {
  z-index: 2;
}
.main-header-elements .block-search input {
  padding-right: 5px;
  font-size: 1.7rem;
}
.suggested-for-you .block-title {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.suggested-for-you .amtitle-widget {
  border-top: 1px solid #c6c6c6;
  width: 42%;
  text-align: center;
  padding-top: 50px;
  padding-bottom: 15px;
}
.suggested-for-you .amtitle-widget strong {
  font-weight: 700;
  font-size: 2.2rem;
  color: #02283E;
  width: max-content;
  text-transform: uppercase;
}
.suggested-for-you .old-price .price {
  font-size: 1.2rem;
  text-decoration: line-through;
  margin-right: 5px;
}
.suggested-for-you .special-price .price {
  font-size: 1.6rem;
  color: #d3aa06;
}
.suggested-for-you .product-item-details .price-box {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.suggested-for-you .stock.available {
  padding: 10px 24px 10px 6px;
}
.suggested-for-you .product-items {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  flex-wrap: wrap;
}
.product-details-container .product-item-info:hover {
  margin: 0;
  border: 0;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
  padding: 0 0 10px;
}
.product-image-container .amquickview-hover {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  align-items: center;
  justify-content: center;
  height: 100%;
  background: none;
}
.product-image-container .amquickview-hover:hover {
  background-color: transparent;
}
.product-image-container .amquickview-link {
  font-size: 1.3rem;
  border-radius: 7px;
  background-color: rgba(0, 0, 0, 0.9);
  align-self: flex-end;
  margin-bottom: 55px;
  padding: 13px 24px;
}
.product-image-container .am-quickview-icon {
  display: none;
}
body .page-wrapper {
  padding: 0!important;
}
.catalog-product-view .column.main .services-items {
  width: auto;
}
.fancybox-stage .fancybox-slide--iframe .fancybox-close-small {
  display: block;
  margin-right: 55px !important;
  margin-top: 10px !important;
}
.fancybox-stage .fancybox-slide--iframe .fancybox-close-small:hover:after {
  color: #4D4D4D !important;
}
.fancybox-stage .fancybox-slide--iframe .fancybox-close-small:after {
  color: #4D4D4D;
}
.view-product {
  margin: 15px;
}
.view-product a {
  color: #004062;
  width: max-content;
  float: right;
}
.swiper-button-prev {
  background-image: none;
  border: none;
  display: inline-block;
  text-decoration: none;
}
.swiper-button-prev:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: inherit;
  color: #004062;
  content: '\f30a';
  font-family: 'Font Awesome Pro Regular';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.swiper-button-prev:before {
  font-size: 2.1rem;
  background: #fff;
  border: 1px solid #000;
  margin-right: 5px;
  padding: 7px 0;
  width: 50px;
}
.swiper-button-next {
  background-image: none;
  border: none;
  display: inline-block;
  text-decoration: none;
}
.swiper-button-next:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: inherit;
  color: #004062;
  content: '\f30b';
  font-family: 'Font Awesome Pro Regular';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.swiper-button-next:before {
  border: 1px solid #000;
  background: #fff;
  font-size: 2.1rem;
  padding: 7px 0;
  width: 50px;
}
.home-top-content .swiper-container {
  width: 95%;
}
.list-brands .am-slider-container .am-brand-slider {
  max-width: 100% !important;
  width: 100%;
  padding: 0!important;
}
.list-brands .am-slider-container .am-brand-slider .swiper-button-prev {
  z-index: 1;
  top: 50%;
  left: 0;
}
.list-brands .am-slider-container .am-brand-slider .swiper-button-prev:hover:before {
  background: #efefef;
}
.list-brands .am-slider-container .am-brand-slider .swiper-button-next {
  z-index: 1;
  right: 24px;
  top: 50%;
}
.list-brands .am-slider-container .am-brand-slider .swiper-button-next:hover:before {
  background: #efefef;
}
.list-brands .am-slider-container .am-brand-slider .swiper-container {
  width: 100%;
}
.amslider-header-container {
  display: none;
}
.amslider .slide:not(.swiper-slider) {
  margin: 0 10px 0;
  padding: 10px 0 0;
}
.featured-brands-container {
  height: 100%;
}
.featured-brands-container .featured-main-info a {
  font-weight: 700;
  background: #004062;
  margin-top: 20px;
  color: #fff;
  font-size: 1.2rem;
  text-transform: uppercase;
  padding: 12px 50px;
  width: max-content;
  display: block;
  display: inline-block;
  text-decoration: none;
}
.featured-brands-container .featured-main-info a:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: inherit;
  color: #fff;
  content: '\e608';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.featured-brands-container .featured-main-info a:after {
  font-weight: 700;
}
.featured-brands-container .featured-main-info a:hover {
  background: #002E46;
}
.featured-brands-container .featured-container-list {
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.featured-brands-container .featured-container-list .featured-list {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: unset;
  -webkit-justify-content: center;
  align-items: unset;
  justify-content: center;
  margin-bottom: 15px;
}
.featured-brands-container .featured-item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  box-shadow: 0 0 19px -4px rgba(0, 0, 0, 0.17);
  overflow: hidden;
  transition: 0.3s;
  flex: 0 0 327px;
  height: 202px;
  margin: 15px;
  width: 327px;
}
.featured-brands-container .featured-item .title-brand {
  font-weight: 700;
  color: #02283E;
  font-size: 2.3rem;
  text-transform: uppercase;
  width: max-content;
  margin-left: 28px;
  margin-bottom: 0;
  margin-top: 37px;
}
.featured-brands-container .featured-item .label-brand {
  width: 50%;
}
.featured-brands-container .featured-item .label-brand a {
  font-weight: 700;
  color: #004062;
  text-transform: uppercase;
  display: inline-block;
  text-decoration: none;
}
.featured-brands-container .featured-item .label-brand a:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: inherit;
  color: #004062;
  content: '\e608';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.featured-brands-container .featured-item .label-brand a:after {
  font-weight: 700;
}
.featured-brands-container .featured-item .featured-item-image {
  position: relative;
  overflow: hidden;
  height: 100%;
  width: 50%;
}
.featured-brands-container .featured-item .featured-item-image .am-image-wrapper {
  width: 100%;
  height: 100%;
  bottom: 17px;
}
.featured-brands-container .featured-item .featured-item-image img {
  float: right;
  margin-top: 20px;
}
.featured-brands-container .featured-item:hover {
  box-shadow: 0 0 20px 4px rgba(0, 0, 0, 0.17);
}
.featured-brands-container .featured-title {
  margin-bottom: 10px;
}
.featured-brands-container .featured-title-info {
  margin-bottom: 10px;
}
.featured-brands-container .featured-title-info h1 {
  font-weight: 700;
  color: #02283E;
  text-transform: uppercase;
  margin-bottom: 0;
}
.featured-brands-container .featured-title-info .featured-title2 {
  margin-bottom: 20px;
}
.featured-brands-container .featured-title-info p {
  color: #828282;
  margin-bottom: 20px;
  line-height: 1.7;
}
.category-view {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.breadcrumbs {
  margin-top: 20px;
}
.breadcrumbs a {
  color: #000;
  font-size: 1.4rem;
}
.breadcrumbs .item.all-products {
  font-size: 1.4rem;
}
.amshopby-descr h1 {
  font-weight: 700;
  color: #02283E;
  font-size: 3.3rem;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.amshopby-descr p {
  color: #4D4D4D;
  width: 55%;
}
.am-collapse-icon:after,
.am-show-more:before,
.am-show-more:before {
  background: none;
  content: '\f067';
  font-size: 12px;
  height: 12px;
  font-weight: normal;
  font-family: 'Font Awesome Pro Regular';
}
.am-show-more:before {
  top: 2px;
}
.am-show-more[data-is-hide='false']:before {
  content: '\f068';
  transform: none;
}
.am-collapse-icon._active:after {
  content: '\f068';
}
.page-products #am-shopby-container {
  width: 100%;
  position: absolute;
  top: 40px;
}
.page-products .amshopby-items.items {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  width: max-content;
  padding-left: 0;
}
.page-products .amshopby-items.items .amshopby-remove {
  left: inherit;
}
.page-products .amshopby-items.items .amshopby-remove:before {
  background-color: #fff;
}
.page-products .amshopby-items.items .amshopby-remove:after {
  background-color: #fff;
}
.page-products .amshopby-filter-current .amshopby-item.item {
  padding: 9px 30px 9px 10px;
  margin-left: 10px;
}
.page-products .amshopby-filter-current .amshopby-button {
  display: none;
}
.page-products .amshopby-filter-current .amshopby-item.item:first-child {
  margin-left: 0;
}
.page-products .amshopby-items .filter-clear {
  margin-bottom: 0;
}
.page-products .filter-options-title {
  color: #004062;
}
.page-products .filter-options-title:after {
  content: '\e61c';
}
.page-products .active > .filter-options-title:after {
  content: '\e60f';
}
.page-products .filter-subtitle,
.page-products .filter-current-subtitle {
  display: none;
}
.page-products .active,
.page-products .category-block {
  background-color: #fff;
}
.page-products .active:hover,
.page-products .category-block:hover {
  background-color: #fff;
}
.page-products .breadcrumbs a {
  color: #02283E;
}
.page-products .breadcrumbs .item:not(:last-child):after {
  font-size: 2rem;
  content: '/';
  margin: 0 5px;
}
.actions-primary form {
  margin-top: 40px;
  margin-left: 95px;
}
.old-price .price {
  font-size: 1.1rem;
  text-decoration: line-through;
}
.special-price .price {
  color: #d3aa06;
  font-size: 1.6rem;
}
.product-item-name {
  margin-bottom: 20px;
}
.amshopby-descr h1 {
  font-weight: 700;
  font-size: 3.3rem;
  color: #02283E;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.amshopby-descr p {
  width: 55%;
  color: #4D4D4D;
}
.amshopby-items .amshopby-item {
  color: #fff;
  background: #004062;
  font-size: 1.4rem;
  font-style: italic;
  padding: 10px 30px 10px 15px;
}
.amshopby-items .amshopby-filter-name {
  font-size: 1.2rem;
  text-transform: uppercase;
}
.amshopby-items .amshopby-filter-value {
  font-size: 1.2rem;
}
.amshopby-items .amshopby-remove {
  right: 0;
  margin-right: 10px;
}
.amshopby-items .filter-actions {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
  align-items: center;
}
.amshopby-items .filter-clear {
  margin-bottom: 6px;
}
.amshopby-items .filter-clear span {
  font-weight: 600;
  font-size: 1.1rem;
  text-decoration: underline;
  text-transform: uppercase;
}
.block-search .search-autocomplete .product-image-photo {
  border: none;
}
.block-search .search-autocomplete .amsearch-results {
  overflow: hidden;
}
.block-search .search-autocomplete .amsearch-results .amsearch-leftside {
  min-width: 120px;
}
.block-search .search-autocomplete .amsearch-results .amsearch-wrapper-content {
  margin-bottom: 0;
}
.block-search .search-autocomplete .amsearch-results #amasty-shopby-product-list {
  margin: 0px 15px 50px 15px;
}
.block-search .search-autocomplete .amsearch-results .amsearch-products.-waste {
  position: absolute;
  right: 12%;
}
.block-search .search-autocomplete .product-item {
  margin-bottom: 10px;
}
.block-search .search-autocomplete .product .amsearch-wrapper-inner {
  margin-top: 10px;
  justify-content: center;
}
.block-search .search-autocomplete .product .price-box {
  margin: 10px auto 0;
}
.block-search .search-autocomplete .product .product-item-actions {
  width: 100%;
}
.block-search .search-autocomplete .product .actions-primary {
  margin: 10px auto 0;
  width: max-content;
  border-top: 0;
}
.block-search .search-autocomplete .product form {
  width: max-content;
  margin: 0;
}
.block-search .search-autocomplete .product .action.tocart {
  background: #004062;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 6px;
}
.block-search .search-autocomplete .product .action.tocart:hover {
  background: #002E46;
}
.block-search .field.search .amsearch-loupe {
  /* Updating to always show this icon
                display: none!important; */
  display: inline-block;
}
.block-search .action.search {
  display: none !important;
}
.amsearch-wrapper-content > .amsearch-item {
  padding: 0px;
}
.section-item-content .menu-container .menu.horizontal {
  background: #02283E;
  width: 100%;
}
.section-item-content .menu-container .menu > ul > li.has-active,
.section-item-content .menu-container .menu > ul > li:active,
.section-item-content .menu-container .menu > ul > li:focus,
.section-item-content .menu-container .menu > ul > li:hover {
  background: #02283E;
}
.section-item-content .menu-container .menu.horizontal {
  padding-bottom: 10px;
}
.section-item-content .menu-container .menu.horizontal > ul > li > a {
  font-weight: 400;
  font-size: 1.6rem;
  padding: 1.22em 1em;
  position: relative;
  text-transform: uppercase;
}
.section-item-content .menu-container .menu.horizontal > ul > li > ul li a {
  font-size: 1.6rem;
  display: block;
  padding: 8px 15px;
}
.section-item-content .menu-container .menu.horizontal > ul > li > ul li a:before {
  content: none;
}
.section-item-content .menu-container .menu.horizontal > ul > li > ul li a:active,
.section-item-content .menu-container .menu.horizontal > ul > li > ul li a:focus,
.section-item-content .menu-container .menu.horizontal > ul > li > ul li a:hover {
  color: #fff;
  padding: 8px 15px;
}
.map-popup {
  background-color: #FFF !important;
}
.product-item .product-item-info {
  position: relative;
}
.product-item .product-item-info .product-labels-wrapper {
  top: 10px;
  position: absolute;
  z-index: 10;
}
.product-item .product-item-info .product-label {
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #fff;
  font-size: 1.2rem;
  width: max-content;
  text-transform: uppercase;
}
.product-item .product-item-info .label-coming_soon,
.product-item .product-item-info .label-new {
  background: #34A953;
  padding: 5px 17px;
}
.product-item .product-item-info .label-discontinued {
  background: #98989C;
  padding: 5px 15px;
}
.product-item .product-item-info .label-sale {
  background: #FF5900;
  padding: 5px 15px;
}
.product-item .product-item-info:hover {
  padding-right: 0;
  padding-left: 0;
  padding-top: 0;
  margin-left: 0;
  margin-top: 0;
}
.info-product-wrapper {
  width: 100%;
  height: max-content;
  max-width: 1340px;
  margin: 0 auto;
}
.category-view {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #c6c6c6;
  margin-bottom: 10px;
}
.category-view .category-image {
  margin-bottom: 0;
  max-width: 188px;
}
.category-view .category-image .image {
  max-height: 82px;
}
.page-products .active,
.page-products .category-block {
  background-color: #02283E;
}
.sections.nav-sections .active,
.sections.nav-sections .category-block:hover {
  background-color: #02283E;
}
.sections.nav-sections .category-item.active {
  background-color: #fff;
  font-weight: 700;
}
.sections.nav-sections .level0.active {
  background-color: #02283E;
}
.toolbar {
  padding-left: 2px;
  margin-top: 5px;
}
.toolbar .sorter-options {
  background-color: transparent;
  border: none;
  box-shadow: none;
  border-bottom: 2px solid;
  border-radius: 0;
}
.toolbar .toolbar-sorter.sorter {
  padding-left: 40px;
}
.toolbar .toolbar-sorter.sorter .sorter-options {
  border-bottom: 2px solid #a3a3a3;
  font-weight: 600;
  color: #29495c;
  font-size: 1.2rem;
  text-transform: uppercase;
  line-height: 1;
}
.toolbar .sorter-label {
  font-weight: 600;
  color: #999999;
  font-size: 1.2rem;
  text-transform: uppercase;
}
.toolbar .field.limiter {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: max-content;
  margin: 0 0 0 auto;
}
.toolbar .field.limiter .label {
  text-transform: uppercase;
  line-height: 2.3;
}
.toolbar .field.limiter .label span {
  font-weight: 600;
  color: #999999;
  font-size: 1.2rem;
}
.toolbar .field.limiter .limiter-options {
  font-weight: 600;
  color: #29495c;
  font-size: 1.2rem;
  background-color: transparent;
  border: none;
  box-shadow: none!important;
  border-radius: 0;
  text-transform: uppercase;
  border-bottom: 2px solid #a5a5a5;
  line-height: 1;
}
.toolbar .pages {
  width: 100%;
}
.toolbar .pages .page {
  color: #006BA4;
  font-size: 1.5rem;
  background: none;
}
.toolbar .pages .action.next {
  display: inline-block;
  text-decoration: none;
}
.toolbar .pages .action.next:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: inherit;
  color: #004062;
  content: '\e608';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.toolbar .pages .action.next:hover:after {
  color: #004062;
}
.toolbar .pages .action.next:active:after {
  color: #004062;
}
.toolbar .pages .action.next:before {
  display: none;
}
.toolbar .pages .action.previous:before {
  color: #004062;
}
.toolbar .pages .action.next,
.toolbar .pages .action.previous {
  box-shadow: none;
  border-radius: 0;
  background: none;
  border: none;
  padding: 0;
}
.toolbar .pages .next-page,
.toolbar .pages .previous-page {
  font-weight: 600;
  color: #004062;
  font-size: 1.4rem;
  text-transform: uppercase;
  overflow: inherit;
  clip: inherit;
}
.page-products .products.wrapper ~ .toolbar .limiter {
  display: none;
}
.page-products .page-main {
  max-width: 1370px;
  padding-right: 0;
}
.page-products .page-main .sidebar.sidebar-main {
  width: 18.2%;
  padding: 0;
}
.page-products .page-main .sidebar.sidebar-main .filter-actions {
  margin-bottom: 18px;
}
.page-products .page-main .sidebar.sidebar-main .amshopby-items .filter-actions {
  margin-bottom: 0;
}
.page-products .page-main .sidebar.sidebar-main .filter-options .filter-options-item {
  padding-bottom: 18px;
}
.page-products .page-main .sidebar.sidebar-main .filter-options .filter-options-title {
  padding: 20px 40px 0 10px;
  display: block;
  text-decoration: none;
}
.page-products .page-main .sidebar.sidebar-main .filter-options .filter-options-title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: inherit;
  color: #004062;
  content: '\f067';
  font-family: 'Font Awesome Pro Regular';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.page-products .page-main .sidebar.sidebar-main .filter-options .filter-options-title:after {
  right: 5px;
  top: 21px;
}
.page-products .page-main .sidebar.sidebar-main .filter-options .active > .filter-options-title:after {
  content: '\f068';
}
.page-products .page-main .breadcrumbs {
  margin-bottom: 17px;
  margin-top: 21px;
}
.page-products .page-main .category-view {
  position: relative;
}
.page-products .page-main .category-image {
  position: absolute;
  right: -2px;
}
.page-products .page-main .product-items .item.product {
  margin-bottom: 70px;
  margin-right: 15px;
  margin-left: 15px;
  max-width: 245px;
  padding: 0;
}
.page-products .page-main .product-items .product-item-info {
  margin-right: 0;
  width: 245px;
}
.page-products .page-main .product-items .product-image-container {
  position: relative;
  width: 240px;
}
.page-products .page-main .product-items .product-item-details {
  margin-top: 10px;
}
.page-products .page-main .product-items .product-item-name {
  margin: 8px auto 0;
  width: 90%;
  min-height: 0.5in;
}
.page-products .page-main .product-items .price-box.price-final_price {
  margin-top: 10px;
}
.page-products .page-main .product-items .product-item-sku {
  font-size: 1.5rem;
  margin: 27px auto 0;
  width: 90%;
  min-height: 0.5in;
}
.page-products .page-main .product-items .stock {
  font-size: 1.2rem;
}
.page-products .page-main .product-items #qty {
  padding-left: 6px;
  height: 30px;
  width: 52px;
}
.page-products .page-main .product-items .old-price .price {
  color: #666666;
  font-size: 1.4rem;
}
.page-products .page-main .product-items .special-price .price {
  color: #FF5900;
}
.page-products .action.tocompare {
  display: none;
}
.page-products .action.towishlist span {
  display: none;
}
.page-products .page-wrapper {
  overflow: hidden;
}
.page-wrapper .breadcrumbs {
  max-width: 1385px;
}
.page-wrapper .breadcrumbs a {
  font-weight: 500;
  color: #000;
  font-size: 1.6rem;
}
.page-wrapper .breadcrumbs a:active {
  color: #000;
}
.page-wrapper .breadcrumbs .item.all-products {
  font-size: 1.4rem;
}
.page-wrapper .breadcrumbs li {
  font-size: 1.6rem;
}
.banners-sidebar-section .banners-sidebar {
  max-width: 245px;
  min-width: 220px;
  width: 100%;
}
.banners-sidebar-section .item-1 {
  display: -webkit-block;
  display: -ms-blockbox;
  display: block;
  height: 273px;
}
.banners-sidebar-section .item-1 .banner-sidebar-link {
  position: absolute;
  display: -webkit-block;
  display: -ms-blockbox;
  display: block;
  background: #02283E;
  color: #fff;
  padding: 8px 20px 8px 20px;
  font-weight: 700;
  border: none;
  border-radius: 8px;
  text-align: center;
  font-size: 1.4rem;
  margin-top: 200px;
  margin-left: 85px;
  text-transform: uppercase;
  text-decoration: none;
  transition: 0.3s;
}
.banners-sidebar-section .item-1 .banner-sidebar-link:after {
  font-weight: 700;
  margin-left: 12px;
}
.banners-sidebar-section .item-1 .banner-sidebar-link:hover {
  background: #006BA4;
}
.banners-sidebar-section .item-2 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-end;
  -webkit-justify-content: center;
  align-items: flex-end;
  justify-content: center;
  color: #fff;
  text-align: center;
  margin-top: 30px;
  height: 520px;
}
.add-to-cart-inner {
  margin-top: 40px;
}
.top-toolbar {
  width: 100%;
  position: absolute;
  right: 0;
}
#amasty-shopby-product-list {
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: max-content;
  margin-bottom: 50px;
}
.page-products .products-grid {
  margin-bottom: 80px;
}
.sidebar-main {
  margin-top: 75px;
}
.sidebar-main .filter-title {
  display: none;
}
.product-item-sku {
  color: #4D4D4D;
  font-size: 1.2rem;
  padding-bottom: 15px;
}
.product-item .price-box {
  margin: 30px 0 5px;
}
.product-item .price-box .price {
  color: #004062;
  font-size: 1.8rem;
}
.brand-name {
  color: #4D4D4D;
  font-weight: 600;
}
.product-item {
  padding-bottom: 10px;
  max-width: 215px;
}
.product-item .product-item-info {
  padding-bottom: 10px;
}
.product-item .product-item-info .input-text.qty {
  margin-right: 15px;
  margin-top: 5px;
  float: right;
  width: 54px;
}
.breadcrumbs a {
  color: #000;
}
.breadcrumbs .item:not(:last-child):after {
  color: #000;
  font-size: 2rem;
  content: '/';
  margin: 0 5px;
}
.catalog-product-view .page-main {
  max-width: 100%;
  margin-top: 6px;
  padding: 0;
}
.catalog-product-view .amshopby-option-link {
  display: none;
}
.catalog-product-view .product-info-stock-sku {
  float: left;
  padding: 0;
  margin: 0;
}
.catalog-product-view .product-info-main .price-final_price {
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.catalog-product-view .product-info-main .sage-tier-prices {
  margin: 40px 30px 15px 0;
}
.catalog-product-view .price-box {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.catalog-product-view .price-box .price {
  color: #02283E;
  font-size: 2.4rem;
}
.catalog-product-view .box-tocart {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.catalog-product-view .box-tocart .qty {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 14px;
  align-items: center;
}
.catalog-product-view .box-tocart .qty input {
  background: #F9F9F9;
  color: #4D4D4D;
  border: 1px solid;
  width: 77px;
}
.catalog-product-view .box-tocart .label {
  font-weight: inherit;
  margin-bottom: 0;
}
.catalog-product-view .box-tocart .control {
  margin-left: 10px;
}
.catalog-product-view .box-tocart .action.tocart {
  background: #004062;
  font-weight: 700;
  font-size: 1.2rem;
  text-transform: uppercase;
  margin-bottom: 30px;
  border-radius: 8px;
  text-align: center;
  width: max-content;
  padding: 9px 17px;
  margin-left: 40px;
  display: block;
}
.catalog-product-view .box-tocart .product-addto-links {
  margin-left: 30px;
}
.catalog-product-view .box-tocart .fieldset {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.catalog-product-view .box-tocart .product-info-price {
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.catalog-product-view .catalog-of-services {
  background: none;
  margin-top: 20px;
}
.catalog-product-view .catalog-of-services .services-items {
  border-left: 3px solid #fff;
}
.catalog-product-view .catalog-of-services .services-items .servece-title {
  margin-bottom: 0;
}
.catalog-product-view .catalog-of-services .services-items:nth-child(1) img {
  margin-right: 18px;
  margin-top: 10px;
  max-width: 74px;
}
.catalog-product-view .catalog-of-services .services-items:nth-child(1) .servece-title p:first-child {
  font-weight: 600;
  width: 100%;
  text-transform: capitalize;
  line-height: 1;
}
.catalog-product-view .catalog-of-services .services-items:nth-child(1) .servece-title p:last-child {
  width: 100%;
  text-transform: capitalize;
  font-style: italic;
}
.catalog-product-view .catalog-of-services .services-items:nth-child(2),
.catalog-product-view .catalog-of-services .services-items:nth-child(3) {
  padding-left: 45px;
}
.catalog-product-view .catalog-of-services .services-items:nth-child(2) .servece-title,
.catalog-product-view .catalog-of-services .services-items:nth-child(3) .servece-title {
  text-transform: capitalize;
  align-items: end;
  line-height: 1;
  margin-top: 5px;
}
.catalog-product-view .catalog-of-services .services-items:nth-child(2) .servece-title p:first-child,
.catalog-product-view .catalog-of-services .services-items:nth-child(3) .servece-title p:first-child {
  font-weight: 500;
  text-transform: capitalize;
}
.catalog-product-view .catalog-of-services .services-items:nth-child(2) .servece-title p:last-child,
.catalog-product-view .catalog-of-services .services-items:nth-child(3) .servece-title p:last-child {
  font-weight: 500;
  text-transform: capitalize;
}
.catalog-product-view .catalog-of-services .services-items:nth-child(2) .service-icon {
  margin-right: 15px;
  margin-left: 10px;
}
.catalog-product-view .catalog-of-services .services-items:nth-child(2) img {
  max-width: 55px;
}
.catalog-product-view .catalog-of-services .services-items:nth-child(3) .service-icon {
  margin-right: 15px;
  margin-left: 10px;
}
.catalog-product-view .catalog-of-services .services-items:nth-child(3) img {
  max-width: 45px;
}
.catalog-product-view .column.main .product.data.items a {
  color: #004062 !important;
  font-weight: 700;
  background: #F6F7F8;
  font-size: 1.2rem;
  text-transform: uppercase;
  margin-left: 10px;
  border: 0;
}
.catalog-product-view .column.main .product.data.items .data.item.active {
  background: none;
  text-decoration: underline;
}
.catalog-product-view .column.main .product.data.items .data.item.active a {
  background: #F6F7F8;
  color: #004062;
}
.catalog-product-view .column.main .fotorama__stage {
  max-width: 100%;
  box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.11);
  width: auto!important;
  margin: 10px;
  display: flex;
  text-decoration: none;
}
.catalog-product-view .column.main .fotorama__stage:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: inherit;
  color: #fff;
  content: '\f002';
  font-family: 'Font Awesome Pro Solid';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.catalog-product-view .column.main .fotorama__stage:before {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  align-items: center;
  justify-content: center;
  background: #004062;
  font-size: 1.8rem;
  height: 37px;
  width: 37px;
  left: auto;
  top: auto;
  bottom: 0;
}
.catalog-product-view .column.main .fotorama__thumb-border {
  border: 2px solid #004062;
  background-image: none;
}
.catalog-product-view .column.main .fotorama__nav-wrap--horizontal {
  margin-top: 10px;
}
.catalog-product-view .column.main .fotorama__img {
  max-width: 100%;
}
.catalog-product-view .column.main .fotorama__thumb {
  background: #fff;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.11);
}
.catalog-product-view .column.main .fotorama__thumb img {
  max-width: 90%;
}
.catalog-product-view .column.main .fotorama__nav__shaft {
  margin-left: 10px;
}
.catalog-product-view .column.main .services-items {
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 15px;
  height: auto;
  flex: 1;
}
.catalog-product-view .column.main .services-items:nth-child(1) {
  padding: 12px;
}
.catalog-product-view .column.main .services-items:nth-child(2) {
  padding: 14px;
}
.catalog-product-view .column.main .service-icon {
  margin-top: 0;
}
.catalog-product-view .column.main .servece-title {
  font-size: 1.1rem;
  text-align: left;
}
.catalog-product-view .column.main .stock.available {
  margin: 0;
}
.catalog-product-view .product-name-view {
  font-weight: 500;
  color: #02283E;
  font-size: 3.1rem;
}
.catalog-product-view .attribute.manufacturer {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.8rem;
}
.catalog-product-view .attribute.manufacturer strong {
  font-weight: 500;
}
.catalog-product-view .product.attribute.sku {
  margin: 15px 0 20px 0;
}
.catalog-product-view .old-price {
  padding-top: 3px;
}
.catalog-product-view .old-price .price {
  color: #8E8E8E;
  margin-right: 10px;
  line-height: 2.3;
}
.catalog-product-view .special-price span {
  color: #02283E;
  font-size: 2.5rem;
}
.catalog-product-view .box-tocart .fieldset {
  margin: 0;
}
.catalog-product-view .box-tocart button {
  margin-bottom: 30px;
}
.catalog-product-view .field.qty .label {
  font-size: 1.8rem;
  margin-bottom: 15px;
}
.catalog-product-view .actions .tocart {
  font-size: 1.2rem;
  margin-bottom: 30px;
}
.catalog-product-view .product-social-links {
  margin-top: 14px;
}
.catalog-product-view .product-details-view-labels {
  font-weight: 600;
  color: #02283E;
  font-size: 1.7rem;
  line-height: 1.3;
}
.catalog-product-view .product-details-view-values {
  font-size: 1.7rem;
  line-height: 1.3;
}
.catalog-product-view .product-details-view-values .stock.available {
  font-weight: 600;
  font-size: 1.7rem;
  line-height: 1.3;
}
.catalog-product-view .product-details-container .product.info.detailed h1 {
  font-size: 2.1rem;
}
.catalog-product-view .product-details-container .product.info.detailed p {
  font-size: 1.8rem;
  line-height: 1.8;
}
.catalog-product-view .product-info-main .product.attribute.overview p {
  line-height: 1.8;
}
.catalog-product-view .product-info-main .product-info-price .price-box {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.catalog-product-view .product-add-form form {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.catalog-product-view .product-social-links {
  margin-left: 37px;
}
.catalog-product-view .action.towishlist {
  font-weight: 700;
  display: inline-block;
  text-decoration: none;
}
.catalog-product-view .action.towishlist span {
  font-size: 1.1rem;
  color: #004062;
  text-decoration: underline;
}
.catalog-product-view .action.towishlist:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: inherit;
  color: #004062;
  content: '\f005';
  font-family: 'Font Awesome Pro Regular';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.catalog-product-view .product-view-info-section {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
}
.catalog-product-view .product-view-info-section .product-view-info-content {
  width: 64%;
  display: inherit;
}
.catalog-product-view .product-view-info-section .product-view-info-content table {
  font-size: 1.7rem;
}
.catalog-product-view .product-view-info-section .product-view-info-content table th {
  font-weight: 600;
  color: #02283e;
}
.catalog-product-view .product-view-info-section .product-view-info-content table td.msrp_custom {
  color: #004062;
  font-weight: 700;
}
.catalog-product-view .product-view-info-section .product-view-info-content table td.ormd {
  color: #FF0000;
}
.catalog-product-view .product-view-info-section .product-view-info-content .product-details-view-values {
  margin-left: 20px;
}
.catalog-product-view .brand-product {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 35%;
  align-items: center;
}
.catalog-product-view .image-brand {
  width: 100%;
}
.catalog-product-view .image-brand img {
  float: right;
  margin: 0;
}
.catalog-product-view .product-details-container {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1638px;
  margin: 0 0 0 auto;
}
.catalog-product-view .product-details-container .amrelated-grid-wrapper .data.item.content,
.catalog-product-view .product-details-container .product.info.detailed .data.item.content {
  padding: 10px 5px 30px 15px;
}
.catalog-product-view .product-details-container .block-title {
  color: #02283E;
  text-transform: uppercase;
  margin-bottom: 10px;
  padding-left: 40px;
  padding-top: 20px;
}
.catalog-product-view .product-details-container .block-title strong {
  font-weight: 600;
  font-size: 1.9rem;
}
.catalog-product-view .product-details-container .product-items {
  max-width: 530px;
  float: right;
}
.catalog-product-view .product-details-container .product-item {
  background-color: #fff;
  float: unset;
}
.catalog-product-view .product-details-container .product.data.items > .item.content {
  border: 0;
}
.catalog-product-view .product-details-container .product-item-info {
  padding-bottom: 0;
  max-height: 262px;
}
.catalog-product-view .product-details-container .product-item-info:hover {
  padding-bottom: 1px;
}
.catalog-product-view .title-recently {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  align-items: center;
  justify-content: center;
}
.catalog-product-view .title-recently .block-title {
  border-top: 1px solid #c6c6c6;
  padding-bottom: 15px;
  text-align: center;
  padding-top: 50px;
  width: 60%;
}
.catalog-product-view .title-recently strong {
  font-weight: 700;
  color: #02283E;
  font-size: 2.2rem;
  width: max-content;
  text-transform: uppercase;
}
.catalog-product-view .recently-viewed-container {
  padding-bottom: 50px;
}
.catalog-product-view .recently-viewed-container .product-item-info {
  background: #fff;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.3);
  max-height: max-content;
  max-width: fit-content;
  position: relative;
  width: max-content;
  margin: -10px;
  padding: 9px;
}
.catalog-product-view .recently-viewed-container .product-item-info:hover .product-item-inner {
  max-width: inherit;
}
.catalog-product-view .recently-viewed-container .product-item-info input {
  background: #F9F9F9;
  color: #4D4D4D;
  margin-right: 15px;
  width: 54px;
  float: right;
}
.catalog-product-view .recently-viewed-container .actions-secondary {
  left: 43%;
  top: 5px;
}
.catalog-product-view .recently-viewed-container .actions-secondary span {
  display: none;
}
.catalog-product-view .recently-viewed-container .actions-secondary .action.towishlist {
  background: none;
  box-shadow: none;
  border: none;
  left: 20px;
}
.catalog-product-view .recently-viewed-container .price-box {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.catalog-product-view .recently-viewed-container .product-item-photo {
  width: 50%;
}
.catalog-product-view .recently-viewed-container .product-image-photo {
  max-width: 80%;
}
.catalog-product-view .recently-viewed-container .product-item-actions .action-secondary {
  z-index: 500;
  text-align: center;
  position: absolute;
  right: 5px;
  top: 5px;
}
.catalog-product-view .recently-viewed-container .product-item-actions .actions-primary {
  border-top: 0;
}
.catalog-product-view .recently-viewed-container .product-items {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  flex-wrap: wrap;
}
.catalog-product-view .recently-viewed-container .product-item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: max-content !important;
  max-width: fit-content;
  margin-right: 30px;
}
.catalog-product-view .recently-viewed-container .product-item .product-item-info {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 365px;
}
.catalog-product-view .recently-viewed-container .product-item-inner {
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-align-items: center !important;
  -webkit-justify-content: center !important;
  align-items: center !important;
  justify-content: center !important;
  max-width: inherit;
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.2);
}
.catalog-product-view .recently-viewed-container .add-to-cart-inner {
  margin-top: 10px;
}
.catalog-product-view .recently-viewed-container .product-item-details {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  align-items: center;
  justify-content: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.catalog-product-view .recently-viewed-container .product-item-details .product.brand {
  font-weight: 600;
  font-size: 1.2rem;
  order: 1;
}
.catalog-product-view .recently-viewed-container .product-item-details .product-item-name {
  font-weight: 600;
  margin-bottom: 0;
  width: 85%;
  order: 2;
}
.catalog-product-view .recently-viewed-container .product-item-details .price-box {
  flex-direction: row-reverse;
  margin: 5px 0 5px;
  order: 3;
}
.catalog-product-view .recently-viewed-container .product-item-details .old-price .price {
  font-size: 1.2rem;
  margin-right: 5px;
}
.catalog-product-view .recently-viewed-container .product-item-details .special-price .price {
  font-weight: 700;
  color: #d3aa06;
  font-size: 1.6rem;
  white-space: nowrap;
}
.catalog-product-view .recently-viewed-container .product-item-details .product-item-description {
  order: 4;
  margin: 0;
}
.catalog-product-view .recently-viewed-container .product-item-details .add-to-cart-inner {
  order: 5;
}
.catalog-product-view .recently-viewed-container .product-item-details .stock-status-wrapper {
  width: 50%;
  margin-top: 10px;
}
.catalog-product-view .recently-viewed-container .product-item-details .product.stock {
  border-top: 3px solid #004062;
  float: left;
}
.catalog-product-view .recently-viewed-container .product-item-details .product.stock span {
  font-weight: 700;
  color: #3FB647;
  z-index: 200;
  font-size: 1.2rem;
  text-transform: uppercase;
  margin: 10px;
  float: left;
}
.catalog-product-view .recently-viewed-container .product-item-details .product.sku {
  font-weight: 400;
  color: #4D4D4D;
  font-size: 1.2rem;
  padding-bottom: 15px;
}
.catalog-product-view .recently-viewed-container .actions-secondary {
  position: absolute;
}
.catalog-product-view .product.attribute.description h1 {
  font-weight: 600;
  color: #02283E;
  font-size: 1.6rem;
  margin-bottom: 20px;
}
.catalog-product-view .previous_next {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  margin: 35px 0 72px;
}
.catalog-product-view .previous_next a {
  font-weight: 600;
  color: #004062;
  font-size: 1.6rem;
}
.catalog-product-view .previous_next .next-name-product {
  margin-right: 10px;
}
.catalog-product-view .previous_next .prev-name-product {
  margin-left: 10px;
}
.catalog-product-view .attribute.manufacturer .value {
  margin-left: 5px;
}
.catalog-product-view .attribute.sku .type {
  margin-right: 0!important;
}
.catalog-product-view .attribute.sku .type:after {
  display: none;
}
.catalog-product-view .sku .value {
  margin-left: 5px;
}
.filter-options .filter-options-item {
  background-color: #fff;
}
.featured-section .widget-product-grid .product-image-wrapper img {
  width: 200px;
}
.featured-section .old-price .price {
  font-size: 1.1rem;
  text-decoration: line-through;
}
.featured-section .product-item-name {
  font-weight: 500;
  font-size: 1.7rem;
  margin-bottom: 20px;
}
.product-item {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}
.product-item .product-item-info:hover {
  box-shadow: 0 1px 16px -3px rgba(0, 0, 0, 0.2);
  border: none;
}
.product-item .product-item-info:hover .product-item-inner {
  box-shadow: 0 8px 11px -7px rgba(0, 0, 0, 0.2) !important;
  margin-left: 0 !important;
  max-width: 312px;
  border: none;
}
.product-item-details {
  text-align: center;
}
.product-item-details .product-item-inner button {
  background: #004062;
  font-weight: 700;
  font-size: 1.3rem;
  text-transform: uppercase;
  padding: 15px 24px;
  border-radius: 6px;
}
.stock.available {
  font-weight: 700;
  color: #3FB647;
  z-index: 200;
  margin: 10px;
  font-size: 1.2rem;
  text-transform: uppercase;
  float: left;
}
.stock.unavailable {
  width: max-content;
}
.stock.unavailable span {
  font-weight: 700;
  color: #EC2729;
  margin: 10px;
  font-size: 1.2rem;
  text-transform: uppercase;
  width: max-content;
}
.product-item-actions .actions-primary {
  border-top: 3px solid #004062;
  width: 40%;
  float: left;
}
.amquickview-hover {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  align-items: center;
  justify-content: center;
  background: none;
  height: 100%;
}
.amquickview-hover:hover {
  background-color: transparent;
}
.amquickview-link {
  background-color: #7e8081;
  border-radius: 12px;
  padding: 13px;
}
.new-arrivals-section {
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.new-arrivals-section .widget.block-products-list {
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  align-items: center;
  justify-content: center;
  margin-top: 15px;
}
.new-arrivals-section .widget.block-products-list .block-title {
  text-align: center;
}
.new-arrivals-section .widget.block-products-list .block-title strong {
  font-weight: 700;
  color: #02283E;
}
.new-arrivals-section .widget.block-products-list .product-item .product-image-wrapper {
  padding-bottom: 100%!important;
}
.new-arrivals-section .widget-product-grid {
  max-width: 1400px;
}
.new-arrivals-section .widget-product-grid .product-item {
  margin: 20px 10px 50px 20px !important;
  width: 313px !important;
  max-width: 350px;
}
.new-arrivals-section .widget-product-grid .product-item:nth-child(4n + 1) {
  margin-left: 0!important;
}
.new-arrivals-section .widget-product-grid .product-item .product-image-container {
  width: 300px!important;
}
.new-arrivals-section .widget-product-grid .product-item .product-image-photo {
  width: 200px;
}
.new-arrivals-section .widget-product-grid .product-item .product-item-info {
  padding-top: 0;
}
.new-arrivals-section .widget-category-link {
  width: max-content;
}
.new-arrivals-section .widget-category-link p {
  text-align: center;
}
.new-arrivals-section .actions-secondary {
  position: relative;
}
.new-arrivals-section .actions-secondary a {
  z-index: 500;
  right: 5px;
  top: 5px;
  text-align: center;
  position: absolute;
}
.new-arrivals-section .block-category-link-inline {
  background: #004062;
  border-radius: 5px;
  text-align: center;
  margin-top: 14px;
  display: block;
}
.new-arrivals-section .block-category-link-inline a {
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}
.new-arrivals-section .block-category-link-inline a:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: inherit;
  color: #fff;
  content: '\e608';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.new-arrivals-section .block-category-link-inline a:after {
  font-weight: 700;
  margin-left: 10px;
}
.new-arrivals-section .block-category-link-inline a:hover {
  background: #002E46;
}
.product-items {
  text-align: center;
}
.actions-secondary:first-child {
  float: right;
}
.product-item .actions-secondary {
  position: relative;
}
.product-item .actions-secondary .action {
  line-height: inherit;
}
.product-item .actions-secondary .action:before {
  right: 5px;
  top: 5px;
  height: max-content;
  font-weight: unset;
  width: max-content;
  position: absolute;
  z-index: 20;
}
.product-item .actions-secondary .action.towishlist {
  display: inline-block;
  text-decoration: none;
}
.product-item .actions-secondary .action.towishlist:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 19px;
  line-height: inherit;
  color: #C7C7C7;
  content: '\f005';
  font-family: 'Font Awesome Pro Solid';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.product-item .actions-secondary .action.alreadyInWishList {
  display: inline-block;
  text-decoration: none;
}
.product-item .actions-secondary .action.alreadyInWishList:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 19px;
  line-height: inherit;
  color: #FFCB01;
  content: '\f005';
  font-family: 'Font Awesome Pro Solid';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.product-item .actions-secondary .action.alreadyInWishList:before {
  -webkit-text-stroke: 1px #000;
}
.suggested-for-you .block-content,
.amrelated-grid-wrapper .block-content {
  min-height: 550px;
}
.suggested-for-you .amtitle-widget,
.amrelated-grid-wrapper .amtitle-widget {
  margin: 0 auto;
}
.suggested-for-you .amtitle-widget strong,
.amrelated-grid-wrapper .amtitle-widget strong {
  font-size: 3rem;
}
.suggested-for-you .product-item,
.amrelated-grid-wrapper .product-item {
  width: 315px !important;
  max-width: 421px;
  margin-bottom: 0;
  height: 100%;
}
.suggested-for-you .product-item .price,
.amrelated-grid-wrapper .product-item .price {
  color: #004062;
  font-size: 1.8rem;
}
.suggested-for-you .product-item .product-image-container,
.amrelated-grid-wrapper .product-item .product-image-container {
  width: 315px !important;
}
.suggested-for-you .product-item .product-image-photo,
.amrelated-grid-wrapper .product-item .product-image-photo {
  width: 100%;
  max-width: 400px;
}
.suggested-for-you .product-item .product-item-details,
.amrelated-grid-wrapper .product-item .product-item-details {
  margin-top: 25px;
}
.suggested-for-you .product-item .brand-name,
.amrelated-grid-wrapper .product-item .brand-name {
  font-size: 1.6rem;
}
.suggested-for-you .product-item .product-item-name,
.amrelated-grid-wrapper .product-item .product-item-name {
  font-size: 1.8rem;
}
.suggested-for-you .product-item .price-box,
.amrelated-grid-wrapper .product-item .price-box {
  height: 33px;
  max-height: 33px;
  margin-top: 10px;
}
.suggested-for-you .product-item .price,
.amrelated-grid-wrapper .product-item .price {
  font-size: 2rem;
}
.suggested-for-you .product-item .product-item-sku,
.amrelated-grid-wrapper .product-item .product-item-sku {
  font-size: 1.4rem;
  margin: 8px 0;
}
.suggested-for-you .product-item .product-item-info,
.amrelated-grid-wrapper .product-item .product-item-info {
  padding-bottom: 30px;
}
.suggested-for-you .product-item .product-item-inner,
.amrelated-grid-wrapper .product-item .product-item-inner {
  margin-top: 25px !important;
  padding-right: 12px;
}
.suggested-for-you .product-item .actions-primary,
.amrelated-grid-wrapper .product-item .actions-primary {
  width: 37%;
}
.suggested-for-you .product-item .old-price,
.amrelated-grid-wrapper .product-item .old-price {
  margin-bottom: 0;
  margin-top: 0;
}
.suggested-for-you .product-item .old-price .price,
.amrelated-grid-wrapper .product-item .old-price .price {
  font-weight: 600;
  color: #a5a5a5;
}
.suggested-for-you .product-item .special-price .price,
.amrelated-grid-wrapper .product-item .special-price .price {
  font-weight: 600;
  color: #FF5900;
}
.widget.block-products-list .product-item .special-price .price {
  color: #FF5900;
}
.widget.block-products-list .product-item .old-price .price {
  font-weight: 600;
  color: #828282;
  font-size: 1.2rem;
}
.checkout-container .opc-progress-bar {
  margin: 20px 0 20px;
}
/* Initially hide summary. We will show it on payment step (check mixin for Magento_Checkout/js/model/step-navigator) */
.opc-summary-wrapper {
  display: none;
}
.minicart-wrapper.active,
.action.showcart.active {
  background-color: #006BA4;
}
.minicart-wrapper .action.showcart .counter-number {
  text-shadow: none;
}
.minicart-wrapper .action.showcart .price {
  font-weight: 600;
}
.minicart-wrapper .action.showcart .counter.qty .counter-label {
  font-weight: 700;
  background: #FFCB01;
  color: #006BA4;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  border-radius: 50%;
  position: absolute;
  margin-left: 12px;
  min-width: unset;
  margin-top: 0;
  height: 16px;
  right: 1.5px;
  clip: unset;
  width: 16px;
  bottom: 2px;
  left: 5px;
}
.minicart-wrapper .action.showcart .counter.qty .counter-label span {
  display: none;
}
.minicart-wrapper a.action.showcart:before {
  width: 30px;
  margin-top: 6px;
}
.block-minicart #minicart-content-wrapper .minicart-items-wrapper .product-item {
  max-width: 100%;
}
.block-minicart #minicart-content-wrapper .minicart-items-wrapper .product-item-photo {
  margin-top: 25px;
}
.block-minicart #minicart-content-wrapper .minicart-items-wrapper .product-image-container {
  width: 75px;
}
.block-minicart #minicart-content-wrapper .minicart-items-wrapper .product-item-details {
  text-align: start;
}
.block-minicart #minicart-content-wrapper .minicart-items-wrapper .product-item-name {
  padding-top: 15px;
}
.block-minicart #minicart-content-wrapper .minicart-items-wrapper .product-image-wrapper {
  padding-bottom: 0!important;
}
.block-minicart #minicart-content-wrapper .product.actions {
  padding-right: 10px;
}
.content .cart-link {
  height: 20px;
  margin-bottom: 30px;
  background: #FFCB01;
  color: #02283E;
  padding: 10px;
  font-weight: 700;
  text-transform: uppercase;
  border: none;
  border-radius: 8px;
  text-align: center;
  display: inline-block;
  text-decoration: none;
}
.content .cart-link:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: inherit;
  color: #02283E;
  content: '\e608';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.content .cart-link:active,
.content .cart-link:focus,
.content .cart-link:hover {
  text-decoration: none;
}
.content .cart-link:after {
  font-weight: 700;
  margin-left: 5px;
}
.content .cart-link:hover {
  background: #d3aa06;
}
.cart-container .form-cart .actions.main .clear {
  display: inline-block;
}
.cart.table-wrapper .product-item-details {
  text-align: start;
}
.cart.table-wrapper .product-item-sku {
  font-size: 1.8rem;
  display: block;
  margin: -3px 0 5px;
  font-weight: 400;
}
.customer-account-forgotpassword .column.main .captcha-image,
.customer-account-createpassword .column.main .captcha-image,
.customer-account-create .column.main .captcha-image {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.customer-account-forgotpassword .column.main .control.captcha,
.customer-account-createpassword .column.main .control.captcha,
.customer-account-create .column.main .control.captcha {
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.customer-account-forgotpassword .column.main .form.password.forget fieldset,
.customer-account-createpassword .column.main .form.password.forget fieldset,
.customer-account-create .column.main .form.password.forget fieldset,
.customer-account-forgotpassword .column.main .form.password.reset fieldset,
.customer-account-createpassword .column.main .form.password.reset fieldset,
.customer-account-create .column.main .form.password.reset fieldset {
  margin-bottom: 0;
}
.customer-account-forgotpassword .column.main .form.password.forget fieldset .input-text[name="email"],
.customer-account-createpassword .column.main .form.password.forget fieldset .input-text[name="email"],
.customer-account-create .column.main .form.password.forget fieldset .input-text[name="email"],
.customer-account-forgotpassword .column.main .form.password.reset fieldset .input-text[name="email"],
.customer-account-createpassword .column.main .form.password.reset fieldset .input-text[name="email"],
.customer-account-create .column.main .form.password.reset fieldset .input-text[name="email"] {
  padding-left: 35px;
  padding-bottom: 1px;
}
.customer-account-forgotpassword .column.main .form.password.forget fieldset:after,
.customer-account-createpassword .column.main .form.password.forget fieldset:after,
.customer-account-create .column.main .form.password.forget fieldset:after,
.customer-account-forgotpassword .column.main .form.password.reset fieldset:after,
.customer-account-createpassword .column.main .form.password.reset fieldset:after,
.customer-account-create .column.main .form.password.reset fieldset:after {
  content: '';
}
.customer-account-forgotpassword .column.main .form.password.reset .password-strength-meter,
.customer-account-createpassword .column.main .form.password.reset .password-strength-meter,
.customer-account-create .column.main .form.password.reset .password-strength-meter {
  color: black;
}
.customer-account-forgotpassword .column.main .submit.primary,
.customer-account-createpassword .column.main .submit.primary,
.customer-account-create .column.main .submit.primary {
  font-weight: 700;
  background: #FFCB01;
  color: #02283E;
  border-radius: 5px;
  width: 100%;
  font-size: 1.2rem;
  text-transform: uppercase;
  transition: 0.2s;
  margin-right: 0;
  padding: 11px;
  border: 0;
}
.customer-account-forgotpassword .column.main .submit.primary:hover,
.customer-account-createpassword .column.main .submit.primary:hover,
.customer-account-create .column.main .submit.primary:hover {
  background: #d3aa06;
}
.customer-account-forgotpassword .column.main .actions-toolbar,
.customer-account-createpassword .column.main .actions-toolbar,
.customer-account-create .column.main .actions-toolbar {
  margin-top: 10px;
}
.customer-account-forgotpassword .column.main .actions-toolbar div,
.customer-account-createpassword .column.main .actions-toolbar div,
.customer-account-create .column.main .actions-toolbar div {
  margin-top: 10px;
}
.customer-account-forgotpassword .column.main .actions-toolbar a,
.customer-account-createpassword .column.main .actions-toolbar a,
.customer-account-create .column.main .actions-toolbar a {
  color: #fff;
  text-decoration: underline;
}
.customer-account-forgotpassword .column.main .actions-toolbar a:nth-child(2),
.customer-account-createpassword .column.main .actions-toolbar a:nth-child(2),
.customer-account-create .column.main .actions-toolbar a:nth-child(2) {
  font-weight: 700;
  margin-left: 5px;
}
.customer-account-forgotpassword .column.main .actions-toolbar .new-customer,
.customer-account-createpassword .column.main .actions-toolbar .new-customer,
.customer-account-create .column.main .actions-toolbar .new-customer {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.form.password.forget .block-title,
.form.password.reset .block-title,
.form.password.forget .block-content,
.form.password.reset .block-content {
  border: none;
}
.form.password.forget .block-title,
.form.password.reset .block-title {
  margin-bottom: 5px;
  padding-bottom: 0;
}
.form.password.forget .block-title strong,
.form.password.reset .block-title strong {
  font-weight: 700;
  font-size: 2.5rem;
  text-transform: uppercase;
}
.form.password.forget .field.note,
.form.password.reset .field.note {
  text-align: center;
  margin: 0 0 40px;
}
.form.password.forget .field.email,
.form.password.reset .field.email {
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  align-items: center;
  justify-content: center;
}
.form.password.forget .field.email .control,
.form.password.reset .field.email .control {
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  display: flex;
  text-decoration: none;
}
.form.password.forget .field.email .control:before,
.form.password.reset .field.email .control:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 15px;
  line-height: inherit;
  color: #A0A0A0;
  content: '\f0e0';
  font-family: 'Font Awesome Pro Solid';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.form.password.forget .field.email .control:before,
.form.password.reset .field.email .control:before {
  padding-left: 5px;
  left: 5px;
  top: 5px;
  position: absolute;
}
.form.password.forget .field.captcha.required,
.form.password.reset .field.captcha.required {
  margin-top: 20px;
}
.form.password.forget .field.captcha,
.form.password.reset .field.captcha {
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.form.password.forget .field.captcha .control,
.form.password.reset .field.captcha .control {
  position: relative;
}
.form.password.forget .field.captcha .control input,
.form.password.reset .field.captcha .control input {
  padding-left: 10px;
  min-height: 45px;
}
.form.password.forget .field.captcha .control img,
.form.password.reset .field.captcha .control img {
  margin-right: 0;
}
.form.password.forget .actions-toolbar,
.form.password.reset .actions-toolbar {
  align-items: center;
}
.form.password.forget .actions-toolbar .primary,
.form.password.reset .actions-toolbar .primary {
  width: 80%;
}
.form.password.forget .actions-toolbar,
.form.password.reset .actions-toolbar {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.customer-unlogged .ft-news-announcements {
  width: 100% !important;
  max-width: 462px;
}
.customer-unlogged .page-footer .news-announcements-content {
  background: #0d394f;
  padding: 0 20px 20px 35px;
  overflow-y: scroll;
  height: 185px;
}
.customer-unlogged .page-footer .news-announcements-content::-webkit-scrollbar {
  width: 0.4em;
  height: 0.5em;
}
.customer-unlogged .page-footer .news-announcements-content::-webkit-scrollbar-thumb {
  background-color: #496a7a;
  border-radius: 3px;
}
.customer-unlogged .page-footer .news-announcements-content::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 255, 255, 0.2);
}
.customer-unlogged .page-footer .news-announcements-content ul {
  list-style-type: disc;
  padding-right: 0;
}
.customer-unlogged .page-footer .news-announcements-content p {
  margin-top: 15px;
}
.customer-unlogged .page-footer .news-announcements-content strong {
  text-transform: uppercase;
}
.cms-page-view .header.content,
.customer-account-create .header.content {
  max-width: 1425px;
  position: unset;
  padding-top: 0;
}
.cms-page-view .header.content .header.links,
.customer-account-create .header.content .header.links {
  padding-right: 0;
  padding-left: 0;
  width: 50.2%;
}
.cms-page-view .elements-header-container .panel.header .authorization-link,
.customer-account-create .elements-header-container .panel.header .authorization-link {
  margin-left: 96px !important;
}
.customer-account-login .elements-header-container .panel.header .authorization-link,
.customer-account-forgotpassword .elements-header-container .panel.header .authorization-link,
.customer-account-createpassword .elements-header-container .panel.header .authorization-link,
.customer-account-create .elements-header-container .panel.header .authorization-link {
  margin-left: 96px !important;
}
.customer-account-login .header.content,
.customer-account-forgotpassword .header.content,
.customer-account-createpassword .header.content,
.customer-account-create .header.content {
  max-width: 1425px;
  position: unset;
  padding-top: 0;
}
.customer-account-login .page-wrapper .elements-header-container,
.customer-account-forgotpassword .page-wrapper .elements-header-container,
.customer-account-createpassword .page-wrapper .elements-header-container,
.customer-account-create .page-wrapper .elements-header-container {
  width: 51.5%;
}
.customer-account-login .page-wrapper .elements-header-container .panel.wrapper,
.customer-account-forgotpassword .page-wrapper .elements-header-container .panel.wrapper,
.customer-account-createpassword .page-wrapper .elements-header-container .panel.wrapper,
.customer-account-create .page-wrapper .elements-header-container .panel.wrapper {
  max-width: 970px;
}
.customer-account-login .page-main,
.customer-account-forgotpassword .page-main,
.customer-account-createpassword .page-main,
.customer-account-create .page-main {
  max-width: 100%;
  padding: 0;
  background-color: #02283E;
}
.customer-account-login .page-main .column.main,
.customer-account-forgotpassword .page-main .column.main,
.customer-account-createpassword .page-main .column.main,
.customer-account-create .page-main .column.main {
  padding: 0;
}
.customer-account-login .login-container,
.customer-account-forgotpassword .login-container,
.customer-account-createpassword .login-container,
.customer-account-create .login-container {
  background-color: #02283E;
  max-width: 100%;
  width: 100%;
  height: 100%;
}
.customer-account-login .login-container .fieldset.login:after,
.customer-account-forgotpassword .login-container .fieldset.login:after,
.customer-account-createpassword .login-container .fieldset.login:after,
.customer-account-create .login-container .fieldset.login:after {
  content: '';
}
.customer-account-login .login-container .actions-toolbar,
.customer-account-forgotpassword .login-container .actions-toolbar,
.customer-account-createpassword .login-container .actions-toolbar,
.customer-account-create .login-container .actions-toolbar {
  margin-top: 46px;
}
.customer-account-login .login-container .actions-toolbar div,
.customer-account-forgotpassword .login-container .actions-toolbar div,
.customer-account-createpassword .login-container .actions-toolbar div,
.customer-account-create .login-container .actions-toolbar div {
  margin-top: 10px;
}
.customer-account-login .login-container .actions-toolbar a,
.customer-account-forgotpassword .login-container .actions-toolbar a,
.customer-account-createpassword .login-container .actions-toolbar a,
.customer-account-create .login-container .actions-toolbar a {
  color: #fff;
  text-decoration: underline;
}
.customer-account-login .login-container .actions-toolbar a:nth-child(2),
.customer-account-forgotpassword .login-container .actions-toolbar a:nth-child(2),
.customer-account-createpassword .login-container .actions-toolbar a:nth-child(2),
.customer-account-create .login-container .actions-toolbar a:nth-child(2) {
  font-weight: 700;
  margin-left: 5px;
}
.customer-account-login .login-container .actions-toolbar .new-customer,
.customer-account-forgotpassword .login-container .actions-toolbar .new-customer,
.customer-account-createpassword .login-container .actions-toolbar .new-customer,
.customer-account-create .login-container .actions-toolbar .new-customer {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.4rem;
  margin-right: 1px;
}
.customer-account-login .block-customer-login,
.customer-account-forgotpassword .block-customer-login,
.customer-account-createpassword .block-customer-login,
.customer-account-create .block-customer-login,
.customer-account-login .form.password.forget,
.customer-account-forgotpassword .form.password.forget,
.customer-account-createpassword .form.password.forget,
.customer-account-create .form.password.forget,
.customer-account-login .form.password.reset,
.customer-account-forgotpassword .form.password.reset,
.customer-account-createpassword .form.password.reset,
.customer-account-create .form.password.reset {
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #fff;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  height: 640px;
}
.customer-account-login .block-customer-login .block-title,
.customer-account-forgotpassword .block-customer-login .block-title,
.customer-account-createpassword .block-customer-login .block-title,
.customer-account-create .block-customer-login .block-title,
.customer-account-login .form.password.forget .block-title,
.customer-account-forgotpassword .form.password.forget .block-title,
.customer-account-createpassword .form.password.forget .block-title,
.customer-account-create .form.password.forget .block-title,
.customer-account-login .form.password.reset .block-title,
.customer-account-forgotpassword .form.password.reset .block-title,
.customer-account-createpassword .form.password.reset .block-title,
.customer-account-create .form.password.reset .block-title,
.customer-account-login .block-customer-login .block-content,
.customer-account-forgotpassword .block-customer-login .block-content,
.customer-account-createpassword .block-customer-login .block-content,
.customer-account-create .block-customer-login .block-content,
.customer-account-login .form.password.forget .block-content,
.customer-account-forgotpassword .form.password.forget .block-content,
.customer-account-createpassword .form.password.forget .block-content,
.customer-account-create .form.password.forget .block-content,
.customer-account-login .form.password.reset .block-content,
.customer-account-forgotpassword .form.password.reset .block-content,
.customer-account-createpassword .form.password.reset .block-content,
.customer-account-create .form.password.reset .block-content {
  border: none;
}
.customer-account-login .block-customer-login .block-title,
.customer-account-forgotpassword .block-customer-login .block-title,
.customer-account-createpassword .block-customer-login .block-title,
.customer-account-create .block-customer-login .block-title,
.customer-account-login .form.password.forget .block-title,
.customer-account-forgotpassword .form.password.forget .block-title,
.customer-account-createpassword .form.password.forget .block-title,
.customer-account-create .form.password.forget .block-title,
.customer-account-login .form.password.reset .block-title,
.customer-account-forgotpassword .form.password.reset .block-title,
.customer-account-createpassword .form.password.reset .block-title,
.customer-account-create .form.password.reset .block-title {
  margin-bottom: 5px;
  padding-bottom: 0;
}
.customer-account-login .block-customer-login .block-title strong,
.customer-account-forgotpassword .block-customer-login .block-title strong,
.customer-account-createpassword .block-customer-login .block-title strong,
.customer-account-create .block-customer-login .block-title strong,
.customer-account-login .form.password.forget .block-title strong,
.customer-account-forgotpassword .form.password.forget .block-title strong,
.customer-account-createpassword .form.password.forget .block-title strong,
.customer-account-create .form.password.forget .block-title strong,
.customer-account-login .form.password.reset .block-title strong,
.customer-account-forgotpassword .form.password.reset .block-title strong,
.customer-account-createpassword .form.password.reset .block-title strong,
.customer-account-create .form.password.reset .block-title strong {
  font-weight: 700;
  text-transform: uppercase;
}
.customer-account-login .block-customer-login .field.note,
.customer-account-forgotpassword .block-customer-login .field.note,
.customer-account-createpassword .block-customer-login .field.note,
.customer-account-create .block-customer-login .field.note,
.customer-account-login .form.password.forget .field.note,
.customer-account-forgotpassword .form.password.forget .field.note,
.customer-account-createpassword .form.password.forget .field.note,
.customer-account-create .form.password.forget .field.note,
.customer-account-login .form.password.reset .field.note,
.customer-account-forgotpassword .form.password.reset .field.note,
.customer-account-createpassword .form.password.reset .field.note,
.customer-account-create .form.password.reset .field.note {
  font-size: 1.8rem;
  margin-bottom: 37px;
  text-align: center;
  padding-bottom: 0;
}
.customer-account-login .block-customer-login .field.email,
.customer-account-forgotpassword .block-customer-login .field.email,
.customer-account-createpassword .block-customer-login .field.email,
.customer-account-create .block-customer-login .field.email,
.customer-account-login .form.password.forget .field.email,
.customer-account-forgotpassword .form.password.forget .field.email,
.customer-account-createpassword .form.password.forget .field.email,
.customer-account-create .form.password.forget .field.email,
.customer-account-login .form.password.reset .field.email,
.customer-account-forgotpassword .form.password.reset .field.email,
.customer-account-createpassword .form.password.reset .field.email,
.customer-account-create .form.password.reset .field.email {
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
  margin-top: 44px;
}
.customer-account-login .block-customer-login .field.email input,
.customer-account-forgotpassword .block-customer-login .field.email input,
.customer-account-createpassword .block-customer-login .field.email input,
.customer-account-create .block-customer-login .field.email input,
.customer-account-login .form.password.forget .field.email input,
.customer-account-forgotpassword .form.password.forget .field.email input,
.customer-account-createpassword .form.password.forget .field.email input,
.customer-account-create .form.password.forget .field.email input,
.customer-account-login .form.password.reset .field.email input,
.customer-account-forgotpassword .form.password.reset .field.email input,
.customer-account-createpassword .form.password.reset .field.email input,
.customer-account-create .form.password.reset .field.email input {
  font-weight: 300;
  font-size: 1.5rem;
  padding-bottom: 2px;
  padding-left: 43px;
  min-height: 45px;
  height: 100%;
}
.customer-account-login .block-customer-login .field.email input::placeholder,
.customer-account-forgotpassword .block-customer-login .field.email input::placeholder,
.customer-account-createpassword .block-customer-login .field.email input::placeholder,
.customer-account-create .block-customer-login .field.email input::placeholder,
.customer-account-login .form.password.forget .field.email input::placeholder,
.customer-account-forgotpassword .form.password.forget .field.email input::placeholder,
.customer-account-createpassword .form.password.forget .field.email input::placeholder,
.customer-account-create .form.password.forget .field.email input::placeholder,
.customer-account-login .form.password.reset .field.email input::placeholder,
.customer-account-forgotpassword .form.password.reset .field.email input::placeholder,
.customer-account-createpassword .form.password.reset .field.email input::placeholder,
.customer-account-create .form.password.reset .field.email input::placeholder {
  color: #8E8E8E;
}
.customer-account-login .block-customer-login .field.email .control,
.customer-account-forgotpassword .block-customer-login .field.email .control,
.customer-account-createpassword .block-customer-login .field.email .control,
.customer-account-create .block-customer-login .field.email .control,
.customer-account-login .form.password.forget .field.email .control,
.customer-account-forgotpassword .form.password.forget .field.email .control,
.customer-account-createpassword .form.password.forget .field.email .control,
.customer-account-create .form.password.forget .field.email .control,
.customer-account-login .form.password.reset .field.email .control,
.customer-account-forgotpassword .form.password.reset .field.email .control,
.customer-account-createpassword .form.password.reset .field.email .control,
.customer-account-create .form.password.reset .field.email .control {
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  position: relative;
  height: 100%;
  display: flex;
  text-decoration: none;
}
.customer-account-login .block-customer-login .field.email .control:before,
.customer-account-forgotpassword .block-customer-login .field.email .control:before,
.customer-account-createpassword .block-customer-login .field.email .control:before,
.customer-account-create .block-customer-login .field.email .control:before,
.customer-account-login .form.password.forget .field.email .control:before,
.customer-account-forgotpassword .form.password.forget .field.email .control:before,
.customer-account-createpassword .form.password.forget .field.email .control:before,
.customer-account-create .form.password.forget .field.email .control:before,
.customer-account-login .form.password.reset .field.email .control:before,
.customer-account-forgotpassword .form.password.reset .field.email .control:before,
.customer-account-createpassword .form.password.reset .field.email .control:before,
.customer-account-create .form.password.reset .field.email .control:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 15px;
  line-height: inherit;
  color: #A0A0A0;
  content: '\f0e0';
  font-family: 'Font Awesome Pro Solid';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.customer-account-login .block-customer-login .field.email .control:before,
.customer-account-forgotpassword .block-customer-login .field.email .control:before,
.customer-account-createpassword .block-customer-login .field.email .control:before,
.customer-account-create .block-customer-login .field.email .control:before,
.customer-account-login .form.password.forget .field.email .control:before,
.customer-account-forgotpassword .form.password.forget .field.email .control:before,
.customer-account-createpassword .form.password.forget .field.email .control:before,
.customer-account-create .form.password.forget .field.email .control:before,
.customer-account-login .form.password.reset .field.email .control:before,
.customer-account-forgotpassword .form.password.reset .field.email .control:before,
.customer-account-createpassword .form.password.reset .field.email .control:before,
.customer-account-create .form.password.reset .field.email .control:before {
  padding-left: 5px;
  top: 5px;
  font-size: 1.9rem;
  position: absolute;
  left: 5px;
  top: 8px;
}
.customer-account-login .block-customer-login .field.password,
.customer-account-forgotpassword .block-customer-login .field.password,
.customer-account-createpassword .block-customer-login .field.password,
.customer-account-create .block-customer-login .field.password,
.customer-account-login .form.password.forget .field.password,
.customer-account-forgotpassword .form.password.forget .field.password,
.customer-account-createpassword .form.password.forget .field.password,
.customer-account-create .form.password.forget .field.password,
.customer-account-login .form.password.reset .field.password,
.customer-account-forgotpassword .form.password.reset .field.password,
.customer-account-createpassword .form.password.reset .field.password,
.customer-account-create .form.password.reset .field.password {
  margin-top: 20px;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
}
.customer-account-login .block-customer-login .field.password .control,
.customer-account-forgotpassword .block-customer-login .field.password .control,
.customer-account-createpassword .block-customer-login .field.password .control,
.customer-account-create .block-customer-login .field.password .control,
.customer-account-login .form.password.forget .field.password .control,
.customer-account-forgotpassword .form.password.forget .field.password .control,
.customer-account-createpassword .form.password.forget .field.password .control,
.customer-account-create .form.password.forget .field.password .control,
.customer-account-login .form.password.reset .field.password .control,
.customer-account-forgotpassword .form.password.reset .field.password .control,
.customer-account-createpassword .form.password.reset .field.password .control,
.customer-account-create .form.password.reset .field.password .control {
  width: 100%;
  position: relative;
  height: 100%;
  display: flex;
  text-decoration: none;
}
.customer-account-login .block-customer-login .field.password .control input,
.customer-account-forgotpassword .block-customer-login .field.password .control input,
.customer-account-createpassword .block-customer-login .field.password .control input,
.customer-account-create .block-customer-login .field.password .control input,
.customer-account-login .form.password.forget .field.password .control input,
.customer-account-forgotpassword .form.password.forget .field.password .control input,
.customer-account-createpassword .form.password.forget .field.password .control input,
.customer-account-create .form.password.forget .field.password .control input,
.customer-account-login .form.password.reset .field.password .control input,
.customer-account-forgotpassword .form.password.reset .field.password .control input,
.customer-account-createpassword .form.password.reset .field.password .control input,
.customer-account-create .form.password.reset .field.password .control input {
  font-weight: 300;
  padding-bottom: 2px;
  padding-left: 43px;
  min-height: 45px;
  height: 100%;
}
.customer-account-login .block-customer-login .field.password .control input::placeholder,
.customer-account-forgotpassword .block-customer-login .field.password .control input::placeholder,
.customer-account-createpassword .block-customer-login .field.password .control input::placeholder,
.customer-account-create .block-customer-login .field.password .control input::placeholder,
.customer-account-login .form.password.forget .field.password .control input::placeholder,
.customer-account-forgotpassword .form.password.forget .field.password .control input::placeholder,
.customer-account-createpassword .form.password.forget .field.password .control input::placeholder,
.customer-account-create .form.password.forget .field.password .control input::placeholder,
.customer-account-login .form.password.reset .field.password .control input::placeholder,
.customer-account-forgotpassword .form.password.reset .field.password .control input::placeholder,
.customer-account-createpassword .form.password.reset .field.password .control input::placeholder,
.customer-account-create .form.password.reset .field.password .control input::placeholder {
  color: #8E8E8E;
}
.customer-account-login .block-customer-login .field.password .control:before,
.customer-account-forgotpassword .block-customer-login .field.password .control:before,
.customer-account-createpassword .block-customer-login .field.password .control:before,
.customer-account-create .block-customer-login .field.password .control:before,
.customer-account-login .form.password.forget .field.password .control:before,
.customer-account-forgotpassword .form.password.forget .field.password .control:before,
.customer-account-createpassword .form.password.forget .field.password .control:before,
.customer-account-create .form.password.forget .field.password .control:before,
.customer-account-login .form.password.reset .field.password .control:before,
.customer-account-forgotpassword .form.password.reset .field.password .control:before,
.customer-account-createpassword .form.password.reset .field.password .control:before,
.customer-account-create .form.password.reset .field.password .control:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 15px;
  line-height: inherit;
  color: #A0A0A0;
  content: '\f084';
  font-family: 'Font Awesome Pro Solid';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.customer-account-login .block-customer-login .field.password .control:before,
.customer-account-forgotpassword .block-customer-login .field.password .control:before,
.customer-account-createpassword .block-customer-login .field.password .control:before,
.customer-account-create .block-customer-login .field.password .control:before,
.customer-account-login .form.password.forget .field.password .control:before,
.customer-account-forgotpassword .form.password.forget .field.password .control:before,
.customer-account-createpassword .form.password.forget .field.password .control:before,
.customer-account-create .form.password.forget .field.password .control:before,
.customer-account-login .form.password.reset .field.password .control:before,
.customer-account-forgotpassword .form.password.reset .field.password .control:before,
.customer-account-createpassword .form.password.reset .field.password .control:before,
.customer-account-create .form.password.reset .field.password .control:before {
  padding-left: 5px;
  z-index: 100;
  top: 5px;
  font-size: 1.9rem;
  position: absolute;
  left: 5px;
  top: 8px;
}
.customer-account-login .block-customer-login .actions-toolbar,
.customer-account-forgotpassword .block-customer-login .actions-toolbar,
.customer-account-createpassword .block-customer-login .actions-toolbar,
.customer-account-create .block-customer-login .actions-toolbar,
.customer-account-login .form.password.forget .actions-toolbar,
.customer-account-forgotpassword .form.password.forget .actions-toolbar,
.customer-account-createpassword .form.password.forget .actions-toolbar,
.customer-account-create .form.password.forget .actions-toolbar,
.customer-account-login .form.password.reset .actions-toolbar,
.customer-account-forgotpassword .form.password.reset .actions-toolbar,
.customer-account-createpassword .form.password.reset .actions-toolbar,
.customer-account-create .form.password.reset .actions-toolbar {
  align-items: center;
}
.customer-account-login .block-customer-login .actions-toolbar .primary,
.customer-account-forgotpassword .block-customer-login .actions-toolbar .primary,
.customer-account-createpassword .block-customer-login .actions-toolbar .primary,
.customer-account-create .block-customer-login .actions-toolbar .primary,
.customer-account-login .form.password.forget .actions-toolbar .primary,
.customer-account-forgotpassword .form.password.forget .actions-toolbar .primary,
.customer-account-createpassword .form.password.forget .actions-toolbar .primary,
.customer-account-create .form.password.forget .actions-toolbar .primary,
.customer-account-login .form.password.reset .actions-toolbar .primary,
.customer-account-forgotpassword .form.password.reset .actions-toolbar .primary,
.customer-account-createpassword .form.password.reset .actions-toolbar .primary,
.customer-account-create .form.password.reset .actions-toolbar .primary {
  width: 100%;
  margin-top: 0;
}
.customer-account-login .block-customer-login .actions-toolbar .action.remind,
.customer-account-forgotpassword .block-customer-login .actions-toolbar .action.remind,
.customer-account-createpassword .block-customer-login .actions-toolbar .action.remind,
.customer-account-create .block-customer-login .actions-toolbar .action.remind,
.customer-account-login .form.password.forget .actions-toolbar .action.remind,
.customer-account-forgotpassword .form.password.forget .actions-toolbar .action.remind,
.customer-account-createpassword .form.password.forget .actions-toolbar .action.remind,
.customer-account-create .form.password.forget .actions-toolbar .action.remind,
.customer-account-login .form.password.reset .actions-toolbar .action.remind,
.customer-account-forgotpassword .form.password.reset .actions-toolbar .action.remind,
.customer-account-createpassword .form.password.reset .actions-toolbar .action.remind,
.customer-account-create .form.password.reset .actions-toolbar .action.remind {
  font-size: 1.3rem;
}
.customer-account-login .block-customer-login .login.primary,
.customer-account-forgotpassword .block-customer-login .login.primary,
.customer-account-createpassword .block-customer-login .login.primary,
.customer-account-create .block-customer-login .login.primary,
.customer-account-login .form.password.forget .login.primary,
.customer-account-forgotpassword .form.password.forget .login.primary,
.customer-account-createpassword .form.password.forget .login.primary,
.customer-account-create .form.password.forget .login.primary,
.customer-account-login .form.password.reset .login.primary,
.customer-account-forgotpassword .form.password.reset .login.primary,
.customer-account-createpassword .form.password.reset .login.primary,
.customer-account-create .form.password.reset .login.primary {
  font-weight: 700;
  background: #FFCB01;
  border-radius: 5px;
  color: #02283E;
  width: 100%;
  font-size: 1.2rem;
  padding: 14px 11px 14px 11px;
  text-transform: uppercase;
  transition: 0.2s;
  margin-right: 0;
  border: 0;
}
.customer-account-login .block-customer-login .login.primary:hover,
.customer-account-forgotpassword .block-customer-login .login.primary:hover,
.customer-account-createpassword .block-customer-login .login.primary:hover,
.customer-account-create .block-customer-login .login.primary:hover,
.customer-account-login .form.password.forget .login.primary:hover,
.customer-account-forgotpassword .form.password.forget .login.primary:hover,
.customer-account-createpassword .form.password.forget .login.primary:hover,
.customer-account-create .form.password.forget .login.primary:hover,
.customer-account-login .form.password.reset .login.primary:hover,
.customer-account-forgotpassword .form.password.reset .login.primary:hover,
.customer-account-createpassword .form.password.reset .login.primary:hover,
.customer-account-create .form.password.reset .login.primary:hover {
  background: #d3aa06;
}
.customer-account-login .block-customer-login .actions-toolbar,
.customer-account-forgotpassword .block-customer-login .actions-toolbar,
.customer-account-createpassword .block-customer-login .actions-toolbar,
.customer-account-create .block-customer-login .actions-toolbar,
.customer-account-login .form.password.forget .actions-toolbar,
.customer-account-forgotpassword .form.password.forget .actions-toolbar,
.customer-account-createpassword .form.password.forget .actions-toolbar,
.customer-account-create .form.password.forget .actions-toolbar,
.customer-account-login .form.password.reset .actions-toolbar,
.customer-account-forgotpassword .form.password.reset .actions-toolbar,
.customer-account-createpassword .form.password.reset .actions-toolbar,
.customer-account-create .form.password.reset .actions-toolbar {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.customer-account-login .ft-news-announcements,
.customer-account-forgotpassword .ft-news-announcements,
.customer-account-createpassword .ft-news-announcements,
.customer-account-create .ft-news-announcements {
  width: 100% !important;
  max-width: 462px;
}
.customer-account-login .page-footer,
.customer-account-forgotpassword .page-footer,
.customer-account-createpassword .page-footer,
.customer-account-create .page-footer {
  padding-top: 33px;
}
.customer-account-login .page-footer .footer.content,
.customer-account-forgotpassword .page-footer .footer.content,
.customer-account-createpassword .page-footer .footer.content,
.customer-account-create .page-footer .footer.content {
  max-width: 1425px;
  padding-right: 6px;
  padding-left: 6px;
  border-bottom: 0;
}
.customer-account-login .page-footer .contact-ft-section,
.customer-account-forgotpassword .page-footer .contact-ft-section,
.customer-account-createpassword .page-footer .contact-ft-section,
.customer-account-create .page-footer .contact-ft-section {
  position: relative;
}
.customer-account-login .page-footer .contact-ft-section .ft-title,
.customer-account-forgotpassword .page-footer .contact-ft-section .ft-title,
.customer-account-createpassword .page-footer .contact-ft-section .ft-title,
.customer-account-create .page-footer .contact-ft-section .ft-title {
  margin-bottom: 0;
}
.customer-account-login .page-footer .contact-ft-section ul,
.customer-account-forgotpassword .page-footer .contact-ft-section ul,
.customer-account-createpassword .page-footer .contact-ft-section ul,
.customer-account-create .page-footer .contact-ft-section ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.customer-account-login .page-footer .ft-main,
.customer-account-forgotpassword .page-footer .ft-main,
.customer-account-createpassword .page-footer .ft-main,
.customer-account-create .page-footer .ft-main {
  height: max-content;
}
.customer-account-login .page-footer .news-announcements-content,
.customer-account-forgotpassword .page-footer .news-announcements-content,
.customer-account-createpassword .page-footer .news-announcements-content,
.customer-account-create .page-footer .news-announcements-content {
  background: #0d394f;
  padding: 0 20px 20px 35px;
  overflow-y: scroll;
  height: 185px;
}
.customer-account-login .page-footer .news-announcements-content::-webkit-scrollbar,
.customer-account-forgotpassword .page-footer .news-announcements-content::-webkit-scrollbar,
.customer-account-createpassword .page-footer .news-announcements-content::-webkit-scrollbar,
.customer-account-create .page-footer .news-announcements-content::-webkit-scrollbar {
  width: 0.4em;
  height: 0.5em;
}
.customer-account-login .page-footer .news-announcements-content::-webkit-scrollbar-thumb,
.customer-account-forgotpassword .page-footer .news-announcements-content::-webkit-scrollbar-thumb,
.customer-account-createpassword .page-footer .news-announcements-content::-webkit-scrollbar-thumb,
.customer-account-create .page-footer .news-announcements-content::-webkit-scrollbar-thumb {
  background-color: #496a7a;
  border-radius: 3px;
}
.customer-account-login .page-footer .news-announcements-content::-webkit-scrollbar-thumb:hover,
.customer-account-forgotpassword .page-footer .news-announcements-content::-webkit-scrollbar-thumb:hover,
.customer-account-createpassword .page-footer .news-announcements-content::-webkit-scrollbar-thumb:hover,
.customer-account-create .page-footer .news-announcements-content::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 255, 255, 0.2);
}
.customer-account-login .page-footer .news-announcements-content ul,
.customer-account-forgotpassword .page-footer .news-announcements-content ul,
.customer-account-createpassword .page-footer .news-announcements-content ul,
.customer-account-create .page-footer .news-announcements-content ul {
  list-style-type: disc;
  padding-right: 0;
}
.customer-account-login .page-footer .news-announcements-content p,
.customer-account-forgotpassword .page-footer .news-announcements-content p,
.customer-account-createpassword .page-footer .news-announcements-content p,
.customer-account-create .page-footer .news-announcements-content p {
  margin-top: 15px;
}
.customer-account-login .page-footer .news-announcements-content strong,
.customer-account-forgotpassword .page-footer .news-announcements-content strong,
.customer-account-createpassword .page-footer .news-announcements-content strong,
.customer-account-create .page-footer .news-announcements-content strong {
  text-transform: uppercase;
}
.customer-account-login .action.nav-toggle,
.customer-account-forgotpassword .action.nav-toggle,
.customer-account-createpassword .action.nav-toggle,
.customer-account-create .action.nav-toggle {
  display: none;
}
.account .page-main {
  padding-bottom: 25px;
  max-width: 1362px;
}
.account .columns {
  margin-top: 40px;
}
.account .columns .block-collapsible-nav-content .current strong {
  border-color: #006BA4;
}
.account .columns .sidebar-main {
  margin-top: 0;
}
.account .columns .primary .action {
  background: #02283E;
  color: #fff;
  padding: 10px;
  font-weight: 700;
  text-transform: uppercase;
  border: none;
  border-radius: 5px;
  text-align: center;
  transition: 0.3s;
}
.account .columns .primary .action:hover {
  background-color: #006BA4;
}
.account .messages {
  margin-bottom: 0;
}
.page-wrapper .login-container .block-new-customer {
  width: 100%;
  margin: 0;
}
.page-wrapper .login-container .block-new-customer .new-customer {
  justify-content: center;
}
.page-wrapper .login-container .block-new-customer .block-content {
  margin: 0;
}
.customer-account-create form {
  background: url('../../frontend/InverseParadox/BlueRidgeKnives/en_US/images/customer-form-background.svg') 100% 100% no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 25px 0;
  color: #fff;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  align-items: center;
  justify-content: center;
}
.customer-account-create form .password-strength-meter {
  color: #000;
}
.customer-account-create form .fieldset,
.customer-account-create form .actions-toolbar {
  width: 50%;
  min-width: 310px;
  max-width: 400px;
}
.customer-account-create form .fieldset.account {
  margin-bottom: 0;
}
.map-old-price .price-msrp_price,
.product-item .map-old-price .price-msrp_price,
.product-info-price .map-show-info .price-msrp_price {
  color: #004062;
  font-weight: 700;
  font-size: 1.8rem;
}
.product-options-bottom .price-box .old-price .price-msrp_price,
.product-info-price .price-box .old-price .price-msrp_price {
  color: #004062;
  font-weight: 700;
}
.header.content .section-item-content .menu-container .menu.horizontal.centre > ul > li {
  display: inline-table;
}
.ambrands-brand-item {
  width: 100px!important;
}
.cms-home .page-main {
  max-width: 100%;
  overflow: hidden;
  padding: 0;
}
.cms-home .page-main .column.main {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  padding-bottom: 0;
}
.cms-home .featured-categories {
  width: 100%;
  max-width: 261px;
}
.cms-home .featured-categories .all-category-link {
  font-weight: 600;
  color: #004062;
  font-size: 1.7rem;
  text-transform: capitalize;
}
.cms-home .catalog-of-services {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  align-items: center;
  justify-content: center;
}
.cms-home .catalog-of-services .services-items {
  width: 330px;
}
.cms-home .featured-brands-section {
  height: max-content;
}
.cms-home .featured-brands-section .featured-brands-container,
.cms-home .featured-brands-section .featured-container-list {
  height: inherit;
}
.popular-searches-wrapper,
.featured-item-wrapper {
  max-width: 264px;
}
.message {
  margin-bottom: 0!important;
}
.message.error {
  margin: 0;
}
.category-block {
  background-color: #eee;
  color: #444;
  font-size: 1.5rem;
  text-align: left;
  transition: 0.4s;
  cursor: pointer;
  outline: none;
  padding: 18px;
  border: none;
}
.active,
.category-block:hover {
  background-color: #ccc;
}
.sidebar-of-category,
.sidebar-of-category .featured-categories {
  z-index: 300;
  margin: 0;
  padding: 0;
  list-style: none none;
}
.sidebar-of-category {
  margin-right: 58px;
}
.sidebar-of-category .slide {
  background: #004062;
  width: 100%;
  margin-left: 18px;
  padding: 0 17px 0 0;
}
.sidebar-of-category > .slide > .rotate-icon {
  background: #004062;
  color: #fff;
  width: 100%;
  line-height: 5rem;
  text-transform: uppercase;
  vertical-align: middle;
  cursor: pointer;
  height: 80px;
  display: inline-block;
  text-decoration: none;
}
.sidebar-of-category > .slide > .rotate-icon:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1rem;
  line-height: inherit;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.sidebar-of-category > .slide > .rotate-icon:after {
  transition-duration: 0.5s;
  position: relative;
  bottom: 52px;
  float: right;
  right: 117px;
}
.sidebar-of-category > .slide > .rotate-icon .sidebar-title {
  font-weight: 600;
  color: #fff;
  font-size: 1.7rem;
  text-transform: uppercase;
}
.sidebar-of-category .featured-categories {
  background: #fff;
  box-shadow: 0 12px 10px 1px rgba(0, 0, 0, 0.1);
  margin: 0;
}
.sidebar-of-category .featured-categories .sidebar-featured-item {
  color: #333;
  font-size: 1.8rem;
  text-decoration: none;
  margin-bottom: 1rem;
  display: block;
}
.sidebar-of-category .featured-categories .sidebar-featured-item .featured-category-link {
  color: #000;
  font-size: 1.8rem;
  text-decoration: none;
}
.sidebar-of-category .featured-categories .sidebar-featured-item .all-category-link {
  font-weight: 600;
  color: #004062;
  font-size: 1.6rem;
}
.sidebar-of-category .featured-categories .featured-item-wrapper {
  padding-top: 15px;
}
.sidebar-of-category .featured-categories .featured-item-wrapper li {
  padding: 5px 17px 0;
}
.sidebar-of-category .featured-categories .featured-item-wrapper a:hover {
  text-decoration: underline;
}
.rotate-icon-after {
  transition: 0.5s;
}
.rotate-icon-after:after {
  transform: rotate(180deg);
}
.label-popular-searches {
  font-weight: 600;
  color: #02283E;
  font-size: 1.5rem;
  text-transform: uppercase;
}
.popular-search {
  display: inline-block;
  text-decoration: none;
}
.popular-search:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: inherit;
  color: #A2A2A2;
  content: '\e615';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.popular-search:before {
  padding-right: 5px;
}
.quick-order-link {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.quick-order-link a {
  color: #fff;
  font-size: 1.7rem;
}
.quick-order-link li {
  font-weight: 600;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 0;
}
.link.wishlist {
  display: inline-block;
  text-decoration: none;
}
.link.wishlist:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: inherit;
  color: #fff;
  content: '\e60f';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.link.wishlist:before {
  transform: rotate(90deg);
}
.email-company-link {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none none;
}
.email-company-link a {
  color: #fff;
}
.email-company-link a:hover {
  text-decoration: none;
}
.email-company-link a:nth-child(1) {
  margin-left: 56px;
  display: inline-block;
  text-decoration: none;
}
.email-company-link a:nth-child(1):before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: inherit;
  color: #fff;
  content: '\f0e0';
  font-family: 'Font Awesome Pro Light';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.email-company-link a:nth-child(1):before {
  margin-right: 5px;
}
.email-company-link a:nth-child(2) {
  margin-top: 4px;
  display: inline-block;
  text-decoration: none;
}
.email-company-link a:nth-child(2):before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: inherit;
  color: #fff;
  content: '\f879';
  font-family: 'Font Awesome Pro Light';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.email-company-link a:nth-child(2):before {
  margin-bottom: 1px;
  margin-left: 4px;
}
.email-company-link a:hover {
  text-decoration: underline;
}
a {
  cursor: pointer;
}
.page-wrapper > .page-footer {
  background: #002E46;
  padding-bottom: 20px;
  padding-top: 33px;
  border-top: 8px solid #006BA4;
}
.page-wrapper > .page-footer .footer {
  max-width: 1425px;
  padding-right: 0;
  padding-left: 0;
  border-top: 0;
}
.page-wrapper > .page-footer .footer .logo-footer {
  margin-left: 5px;
}
.page-wrapper > .page-footer .footer .ft-main {
  width: 100%;
}
.page-wrapper > .page-footer .footer .ft-main-item.logo-payment-footer {
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.page-wrapper > .page-footer .footer .ft-main-item {
  color: #fff;
}
.page-wrapper > .page-footer .footer .ft-main-item:nth-child(3) ul {
  width: 100%;
}
.page-wrapper > .page-footer .footer .logo-payment-footer {
  width: 100%;
}
.page-wrapper > .page-footer .footer .logo-payment-footer .payment-icons {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 190px;
}
.page-wrapper > .page-footer .footer .logo-payment-footer .payment-icons img {
  margin-left: 2px;
}
.page-wrapper > .page-footer .footer .shop-information-section {
  width: 53%;
}
.page-wrapper > .page-footer .footer .shop-information-section li {
  margin-top: 12px;
}
.page-wrapper > .page-footer .footer .resources-information {
  padding-left: 10px;
  width: 33%;
}
.page-wrapper > .page-footer .footer .resources-information li {
  margin-top: 12px;
}
.page-wrapper > .page-footer .footer .ft-title {
  font-weight: 700;
  color: #FFCB01;
  font-size: 1.5rem;
  text-transform: uppercase;
}
.page-wrapper > .page-footer .footer a {
  color: #fff;
  text-decoration: none;
}
.page-wrapper > .page-footer .footer .ft-legal-list {
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #c7c7c7;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  text-align: center;
  margin-top: 50px;
  padding-right: 0;
}
.page-wrapper > .page-footer .footer .hr-note {
  background: rgba(255, 255, 255, 0.4);
  margin-top: 15px;
  height: 1px;
}
.page-wrapper > .page-footer .footer-icon-phone {
  display: inline-block;
  text-decoration: none;
}
.page-wrapper > .page-footer .footer-icon-phone:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: inherit;
  color: #fff;
  content: '\f879';
  font-family: 'Font Awesome Pro Light';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.page-wrapper > .page-footer .footer-icon-phone:before {
  margin-right: 10px;
  font-size: 1.8rem;
  left: 0;
}
.page-wrapper > .page-footer .footer-icon-clock {
  display: inline-block;
  text-decoration: none;
}
.page-wrapper > .page-footer .footer-icon-clock:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: inherit;
  color: #fff;
  content: '\f017';
  font-family: 'Font Awesome Pro Light';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.page-wrapper > .page-footer .footer-icon-clock:before {
  margin-right: 10px;
  font-size: 1.8rem;
  left: 0;
}
.page-wrapper > .page-footer .footer-icon-email {
  display: inline-block;
  text-decoration: none;
}
.page-wrapper > .page-footer .footer-icon-email:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: inherit;
  color: #fff;
  content: '\f0e0';
  font-family: 'Font Awesome Pro Light';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.page-wrapper > .page-footer .footer-icon-email:before {
  margin-right: 10px;
  font-size: 1.8rem;
  left: 0;
}
.page-wrapper > .page-footer .footer-icon-address {
  display: inline-block;
  text-decoration: none;
}
.page-wrapper > .page-footer .footer-icon-address:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: inherit;
  color: #fff;
  content: '\f3c5';
  font-family: 'Font Awesome Pro Light';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.page-wrapper > .page-footer .footer-icon-address:before {
  margin-right: 10px;
  font-size: 1.8rem;
  left: 3px;
}
.page-wrapper > .page-footer .footer-icon-facebook {
  display: inline-block;
  text-decoration: none;
}
.page-wrapper > .page-footer .footer-icon-facebook:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: inherit;
  color: #79CCF8;
  content: '\f39e';
  font-family: 'Font Awesome Pro Brand';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.page-wrapper > .page-footer .footer-icon-facebook:before {
  margin-right: 10px;
  left: 5px;
  font-size: 1.8rem;
  bottom: 2px;
}
.copyright {
  background: #002E46;
  font-size: 1.3rem;
}
.copyright a {
  color: #fff;
  text-decoration: underline;
}
.copyright a:nth-child(3) {
  font-weight: 700;
}
.footer-note {
  font-weight: 400;
  color: #FFCB01;
}
.page-main .banners-section .block {
  margin-bottom: 0px;
}
.banners-section {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  align-items: center;
  justify-content: center;
}
.banners-section .widget {
  margin-bottom: 0px;
}
.banners-section .banner-content {
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #fff;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 237px;
  max-width: 426px;
  position: relative;
}
.banners-section .banner-content .banner-link {
  min-height: 100%;
}
.banners-section .banner-sale {
  background-color: #004062;
  margin-top: 20px;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  align-items: center;
  justify-content: center;
  align-self: flex-end;
  margin-right: 41px;
  position: absolute;
  border-radius: 50%;
  float: right;
  height: 80px;
  width: 85px;
}
.banners-section .banner-sale .sale-title-top {
  font-weight: 700;
  text-align: center;
  margin-bottom: 0;
}
.banners-section .banner-sale .sale-title-bottom {
  font-weight: 700;
  font-size: 1.7rem;
  text-transform: uppercase;
  width: max-content;
}
.banners-section .banner-sale .sale-title1 {
  font-weight: 700;
  margin-bottom: 0;
}
.banners-section .banner-sale .sale-title2 {
  font-weight: 700;
  font-size: 2.2rem;
  width: max-content;
}
.banners-section .fpo {
  font-weight: 700;
  font-size: 5.3rem;
  left: 41%;
  transform: rotateZ(-21deg);
  text-transform: uppercase;
  position: absolute;
  opacity: 0.5;
  top: 48%;
}
.banner h1,
.banner h3,
.banner h6 {
  text-shadow: none;
  text-align: center;
  margin: 0;
}
.catalog-of-services {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: stretch;
  -webkit-justify-content: center;
  align-items: stretch;
  justify-content: center;
}
.services-items {
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 183px;
  width: 330px;
}
.services-items .service-link {
  font-weight: 600;
  color: #4D4D4D;
  font-size: 1.1rem;
  text-transform: uppercase;
  align-self: flex-end;
  width: fit-content;
  margin-right: 23px;
  position: absolute;
  margin-top: 36px;
  display: block;
  bottom: 5px;
  display: inline-block;
  text-decoration: none;
}
.services-items .service-link:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: inherit;
  color: #4D4D4D;
  content: '\e608';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.services-items .service-link:hover {
  text-decoration: underline;
}
.services-items .servece-title {
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  text-align: center;
  margin-top: 10px;
}
.services-items .servece-title p {
  font-weight: 700;
  color: #02283E;
  font-size: 1.3rem;
  text-transform: uppercase;
  margin-bottom: 0;
}
.services-items .servece-title .servece-title-condition {
  font-weight: 600;
  font-size: 1.1rem;
}
.services-items:first-child p {
  width: 65%;
}
.featured-categories a:after {
  content: '' !important;
}
.featured-categories .links-list-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
.top-links-header-container {
  margin-left: 25px;
}
.top-content-wrapper {
  width: 100%;
  max-width: 1355px;
  align-self: center;
}
.category-sale-content {
  position: relative;
}
.banner-little-text p {
  font-weight: 700;
  font-size: 8.199999999999999rem;
  transform: rotateZ(-22deg);
  text-transform: uppercase;
  position: absolute;
  opacity: 0.5;
  right: 19%;
  top: 50%;
}
.product-item-actions #qty {
  background: #F9F9F9;
  color: #4D4D4D;
  font-size: 1.1rem;
  border: 1px solid #4D4D4D;
  font-style: italic;
  width: 50px;
  height: 28px;
}
.featured-categories {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.featured-categories-wrapper {
  display: none;
}
.show {
  display: block;
}
.menu-banner-wrapper {
  background: #EEEEEE;
  padding: 25px;
  width: 272px;
}
.menu-banner-wrapper .sale-title {
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  align-items: center;
  justify-content: center;
}
.menu-banner-wrapper .sale-title h2 {
  margin-top: 0;
}
.menu-banner-wrapper .size-of-sale {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
}
.menu-banner-wrapper .size-of-sale h1 {
  font-size: 4.2rem;
}
.menu-banner-wrapper .size-of-sale p {
  font-weight: 700;
  font-size: 2.8rem;
  text-transform: uppercase;
  margin-bottom: 0;
  margin-top: 10px;
}
.menu-banner-content {
  background: url('../../frontend/InverseParadox/BlueRidgeKnives/en_US/images/sidebar-banner2-v2.jpg') 100% 100% no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-end;
  -webkit-justify-content: center;
  align-items: flex-end;
  justify-content: center;
  color: #fff;
  text-align: center;
  margin-left: 5px;
  margin-top: 0;
  height: 577px;
  width: 262px;
}
.menu-banner-content .menu-banner-title {
  margin-bottom: 50px;
}
.menu-banner-content h1 {
  font-weight: 700;
  font-size: 3rem;
  text-transform: uppercase;
  margin-bottom: 0;
}
.menu-banner-content h2 {
  font-weight: 400;
  margin-top: 10px;
}
.menu-banner-content a {
  border: 2px solid #FFCB01;
  font-weight: 700;
  color: #FFCB01;
  text-transform: uppercase;
  margin: 25px 0 50px;
  width: fit-content;
  padding: 10px 20px;
  border-radius: 6px;
  transition: 0.3s;
  display: block;
  display: inline-block;
  text-decoration: none;
}
.menu-banner-content a:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: inherit;
  color: #FFCB01;
  content: '\e608';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.menu-banner-content a:after {
  font-weight: 700;
  margin-left: 12px;
}
.menu-banner-content a:hover {
  background: rgba(0, 24, 37, 0.5);
}
.menu-features-wrapper {
  width: 230px;
  padding: 2px 20px 25px 15px;
  border-left: 1px solid #b1b1b1;
  height: 88%;
  margin-top: 4%;
}
.menu-features-wrapper .popular-searches-list {
  margin-left: 5px;
  padding-left: 0;
  border-bottom: 1px solid #bdbcbc;
}
.menu-features-wrapper li {
  padding: 0;
}
.menu-features-wrapper .recommended-category-wrapper {
  margin-top: 15px;
}
.menu-features-wrapper .recomended-title {
  font-weight: 600;
  color: #02283E;
  text-transform: uppercase;
}
.menu-features-wrapper ul {
  list-style: none;
  padding-left: 0;
}
.menu-features-wrapper a {
  font-size: 1.8rem;
  color: #000;
  text-decoration: none;
  word-break: break-all;
}
.menu-features-wrapper a:hover {
  text-decoration: underline;
}
.message-error {
  background: #fff;
  color: #000;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.message-error .message-content-wrapper {
  width: 100%;
  text-align: center;
  max-width: 1180px;
}
.message-error .close-message {
  position: absolute;
  right: 0;
  top: 5px;
  cursor: pointer;
  width: 27px;
  height: 20px;
  display: inline-block;
  text-decoration: none;
}
.message-error .close-message:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: inherit;
  color: black;
  content: '\f00d';
  font-family: 'Font Awesome Pro Regular';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.message-error .close-message:after {
  right: 10px;
  position: absolute;
}
.action.skip.contentarea {
  margin: 0;
}
.important-announcement-wrapper {
  z-index: 900;
}
.important-announcement-wrapper .close-important-announcement {
  display: inline-block;
  text-decoration: none;
}
.important-announcement-wrapper .close-important-announcement:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  content: '\f00d';
  font-family: 'Font Awesome Pro Regular';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.checkout-index-index .amexfee-block-content {
  display: none;
}
.checkout-index-index .amexfee-totals-details {
  border-top: 1px solid #cccccc;
}
.checkout-cart-index .pager {
  position: relative;
}
.checkout-cart-index .pager .toolbar-amount {
  text-align: left;
}
.checkout-cart-index .pager .limiter {
  position: absolute;
  right: 0;
}
.checkout-cart-index .pager .limiter #limiter {
  width: 65px;
}
@media only screen and (max-width: 872px) and (min-width: 767px) {
  .section-item-content .menu-container .menu.horizontal > ul > li > a {
    padding-left: 0.5em;
    padding-right: 0.5em;
  }
}
.wishlist-index-index .product-items {
  padding-bottom: 40px;
}
.wishlist-index-index .products-grid.wishlist .product-item {
  margin: 10px;
}
.wishlist-index-index .products-grid.wishlist .product-item .actions-primary {
  border-top: 0;
}
.wishlist-index-index .products-grid.wishlist .product-item .box-tocart .tocart {
  transition: 0.3s;
  background: #02283E;
  color: #fff;
  padding: 12px 16px;
  font-weight: 700;
  text-transform: uppercase;
  border: none;
  border-radius: 5px;
  text-align: center;
}
.wishlist-index-index .products-grid.wishlist .product-item .box-tocart .tocart:hover {
  background-color: #006BA4;
}
.wishlist-index-index .products-grid.wishlist .product-item .old-price .price {
  color: #666666;
  font-size: 1.4rem;
}
.wishlist-index-index .products-grid.wishlist .product-item .special-price .price {
  color: #FF5900;
}
.wishlist-index-index .products-grid .product-item-info .product-item-inner-cart {
  padding: 0 10px;
}
.wishlist-index-index .products-grid .product-item-info .product-item-inner-cart .product-item-actions {
  display: inline-block;
}
.product-item .actions-secondary .action.towishlist.wishlisticon:before {
  color: #FFCB01;
  -webkit-text-stroke: 1px #000;
}
.catalog-product-view .wishlisticon:before {
  -webkit-text-stroke: unset;
}
.catalog-product-view .wishlisticon .added {
  display: inline-block;
}
.catalog-product-view .wishlisticon span {
  display: none;
}
.catalog-product-view .added {
  display: none;
}
.catalog-product-view .action.towishlist.wishlisticon:before {
  content: '\f00c';
  color: #004062;
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sources%22%3A%5B%22%5C%2Fstatic%5C%2Ffrontend%5C%2FInverseParadox%5C%2FBlueRidgeKnives%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Fcomponents%5C%2F_slick-theme.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FInverseParadox%5C%2FBlueRidgeKnives%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_resets.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FInverseParadox%5C%2FBlueRidgeKnives%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_typography.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FInverseParadox%5C%2FBlueRidgeKnives%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_utilities.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FInverseParadox%5C%2FBlueRidgeKnives%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_variables.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FInverseParadox%5C%2FBlueRidgeKnives%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2Fvariables%5C%2F_typography.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FInverseParadox%5C%2FBlueRidgeKnives%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_tables.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FInverseParadox%5C%2FBlueRidgeKnives%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_buttons.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FInverseParadox%5C%2FBlueRidgeKnives%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_forms.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FInverseParadox%5C%2FBlueRidgeKnives%5C%2Fen_US%5C%2FMagento_Bundle%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FInverseParadox%5C%2FBlueRidgeKnives%5C%2Fen_US%5C%2FMagento_CatalogSearch%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FInverseParadox%5C%2FBlueRidgeKnives%5C%2Fen_US%5C%2FMagento_Catalog%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_listings.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FInverseParadox%5C%2FBlueRidgeKnives%5C%2Fen_US%5C%2FMagento_Catalog%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FInverseParadox%5C%2FBlueRidgeKnives%5C%2Fen_US%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_cart.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FInverseParadox%5C%2FBlueRidgeKnives%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%2FInverseParadox%5C%2FBlueRidgeKnives%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%2FInverseParadox%5C%2FBlueRidgeKnives%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%2FInverseParadox%5C%2FBlueRidgeKnives%5C%2Fen_US%5C%2FMagento_Sales%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FInverseParadox%5C%2FBlueRidgeKnives%5C%2Fen_US%5C%2FMagento_Theme%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FInverseParadox%5C%2FBlueRidgeKnives%5C%2Fen_US%5C%2FMagento_Banner%5C%2Fcss%5C%2Fsource%5C%2F_widgets.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FInverseParadox%5C%2FBlueRidgeKnives%5C%2Fen_US%5C%2FMagento_CatalogEvent%5C%2Fcss%5C%2Fsource%5C%2F_widgets.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FInverseParadox%5C%2FBlueRidgeKnives%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_extends.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FInverseParadox%5C%2FBlueRidgeKnives%5C%2Fen_US%5C%2FMagento_GiftRegistry%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FInverseParadox%5C%2FBlueRidgeKnives%5C%2Fen_US%5C%2FMagento_PaymentServicesPaypal%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_review.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FInverseParadox%5C%2FBlueRidgeKnives%5C%2Fen_US%5C%2FAmasty_Shopby%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Ffrontend%5C%2F_base.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FInverseParadox%5C%2FBlueRidgeKnives%5C%2Fen_US%5C%2FMagento_Paypal%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_review.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FInverseParadox%5C%2FBlueRidgeKnives%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%2FInverseParadox%5C%2FBlueRidgeKnives%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_popups.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FInverseParadox%5C%2FBlueRidgeKnives%5C%2Fen_US%5C%2FMagento_Paypal%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_paypal-button.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FInverseParadox%5C%2FBlueRidgeKnives%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%2FInverseParadox%5C%2FBlueRidgeKnives%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%2FInverseParadox%5C%2FBlueRidgeKnives%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%2FInverseParadox%5C%2FBlueRidgeKnives%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%2FInverseParadox%5C%2FBlueRidgeKnives%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%2FInverseParadox%5C%2FBlueRidgeKnives%5C%2Fen_US%5C%2FMagento_GiftMessage%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FInverseParadox%5C%2FBlueRidgeKnives%5C%2Fen_US%5C%2FMagento_GiftWrapping%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FInverseParadox%5C%2FBlueRidgeKnives%5C%2Fen_US%5C%2FMagento_MultipleWishlist%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FInverseParadox%5C%2FBlueRidgeKnives%5C%2Fen_US%5C%2FMagento_Invitation%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FInverseParadox%5C%2FBlueRidgeKnives%5C%2Fen_US%5C%2FMagento_Rma%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FInverseParadox%5C%2FBlueRidgeKnives%5C%2Fen_US%5C%2FMagento_SendFriend%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FInverseParadox%5C%2FBlueRidgeKnives%5C%2Fen_US%5C%2FMagento_Wishlist%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FInverseParadox%5C%2FBlueRidgeKnives%5C%2Fen_US%5C%2FMagento_InventoryInStorePickupFrontend%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FInverseParadox%5C%2FBlueRidgeKnives%5C%2Fen_US%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_minicart.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FInverseParadox%5C%2FBlueRidgeKnives%5C%2Fen_US%5C%2FMagento_Customer%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FInverseParadox%5C%2FBlueRidgeKnives%5C%2Fen_US%5C%2FMagento_InstantPurchase%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FInverseParadox%5C%2FBlueRidgeKnives%5C%2Fen_US%5C%2FMagento_Multishipping%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FInverseParadox%5C%2FBlueRidgeKnives%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%2FInverseParadox%5C%2FBlueRidgeKnives%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_actions-toolbar.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FInverseParadox%5C%2FBlueRidgeKnives%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_dropdowns.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FInverseParadox%5C%2FBlueRidgeKnives%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_icons.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FInverseParadox%5C%2FBlueRidgeKnives%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2Fvariables%5C%2F_icons.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FInverseParadox%5C%2FBlueRidgeKnives%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_theme.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FInverseParadox%5C%2FBlueRidgeKnives%5C%2Fen_US%5C%2FMagento_AdvancedCheckout%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FInverseParadox%5C%2FBlueRidgeKnives%5C%2Fen_US%5C%2FMagento_GroupedProduct%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FInverseParadox%5C%2FBlueRidgeKnives%5C%2Fen_US%5C%2FMagento_AdvancedCheckout%5C%2Fcss%5C%2Fsource%5C%2F_widgets.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FInverseParadox%5C%2FBlueRidgeKnives%5C%2Fen_US%5C%2FMagento_Review%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FInverseParadox%5C%2FBlueRidgeKnives%5C%2Fen_US%5C%2FMagento_LayeredNavigation%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FInverseParadox%5C%2FBlueRidgeKnives%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%2FInverseParadox%5C%2FBlueRidgeKnives%5C%2Fen_US%5C%2FMagento_SalesRule%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FInverseParadox%5C%2FBlueRidgeKnives%5C%2Fen_US%5C%2FMagento_CustomerBalance%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FInverseParadox%5C%2FBlueRidgeKnives%5C%2Fen_US%5C%2FMagento_Downloadable%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FInverseParadox%5C%2FBlueRidgeKnives%5C%2Fen_US%5C%2FMagento_GiftCardAccount%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FInverseParadox%5C%2FBlueRidgeKnives%5C%2Fen_US%5C%2FMagento_GiftCard%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FInverseParadox%5C%2FBlueRidgeKnives%5C%2Fen_US%5C%2FMagento_Newsletter%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FInverseParadox%5C%2FBlueRidgeKnives%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%2FInverseParadox%5C%2FBlueRidgeKnives%5C%2Fen_US%5C%2FMagento_Catalog%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_toolbar.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FInverseParadox%5C%2FBlueRidgeKnives%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%2FInverseParadox%5C%2FBlueRidgeKnives%5C%2Fen_US%5C%2FMagento_Msrp%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FInverseParadox%5C%2FBlueRidgeKnives%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_layout.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FInverseParadox%5C%2FBlueRidgeKnives%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%2FInverseParadox%5C%2FBlueRidgeKnives%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_price.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FInverseParadox%5C%2FBlueRidgeKnives%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_forms.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FInverseParadox%5C%2FBlueRidgeKnives%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_typography.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FInverseParadox%5C%2FBlueRidgeKnives%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_layout.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FInverseParadox%5C%2FBlueRidgeKnives%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_tables.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FInverseParadox%5C%2FBlueRidgeKnives%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_messages.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FInverseParadox%5C%2FBlueRidgeKnives%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_messages.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FInverseParadox%5C%2FBlueRidgeKnives%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_navigation.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FInverseParadox%5C%2FBlueRidgeKnives%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_tooltips.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FInverseParadox%5C%2FBlueRidgeKnives%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_tooltips.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FInverseParadox%5C%2FBlueRidgeKnives%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_loaders.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FInverseParadox%5C%2FBlueRidgeKnives%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_loaders.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FInverseParadox%5C%2FBlueRidgeKnives%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2Fvariables%5C%2F_loaders.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FInverseParadox%5C%2FBlueRidgeKnives%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_buttons.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FInverseParadox%5C%2FBlueRidgeKnives%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_sections.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FInverseParadox%5C%2FBlueRidgeKnives%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_sections.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FInverseParadox%5C%2FBlueRidgeKnives%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_pages.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FInverseParadox%5C%2FBlueRidgeKnives%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_pages.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FInverseParadox%5C%2FBlueRidgeKnives%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_breadcrumbs.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FInverseParadox%5C%2FBlueRidgeKnives%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_breadcrumbs.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FInverseParadox%5C%2FBlueRidgeKnives%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_header.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FInverseParadox%5C%2FBlueRidgeKnives%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2Futilities%5C%2F_mixins.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FInverseParadox%5C%2FBlueRidgeKnives%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Fcms%5C%2F_home.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FInverseParadox%5C%2FBlueRidgeKnives%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Fcomponents%5C%2F_modals.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FInverseParadox%5C%2FBlueRidgeKnives%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Fcomponents%5C%2F_modals_extend.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FInverseParadox%5C%2FBlueRidgeKnives%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Fcomponents%5C%2F_slick.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FInverseParadox%5C%2FBlueRidgeKnives%5C%2Fen_US%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FInverseParadox%5C%2FBlueRidgeKnives%5C%2Fen_US%5C%2FMagento_LoginAsCustomerFrontendUi%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FInverseParadox%5C%2FBlueRidgeKnives%5C%2Fen_US%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2F_icons.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FInverseParadox%5C%2FBlueRidgeKnives%5C%2Fen_US%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fslick%5C%2F_slick.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FInverseParadox%5C%2FBlueRidgeKnives%5C%2Fen_US%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2F_layout.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FInverseParadox%5C%2FBlueRidgeKnives%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%2FInverseParadox%5C%2FBlueRidgeKnives%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%2FInverseParadox%5C%2FBlueRidgeKnives%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%2FInverseParadox%5C%2FBlueRidgeKnives%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%2FInverseParadox%5C%2FBlueRidgeKnives%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%2FInverseParadox%5C%2FBlueRidgeKnives%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%2FInverseParadox%5C%2FBlueRidgeKnives%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%2FInverseParadox%5C%2FBlueRidgeKnives%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%2FInverseParadox%5C%2FBlueRidgeKnives%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%2FInverseParadox%5C%2FBlueRidgeKnives%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%2FInverseParadox%5C%2FBlueRidgeKnives%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%2FInverseParadox%5C%2FBlueRidgeKnives%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%2FInverseParadox%5C%2FBlueRidgeKnives%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%2FInverseParadox%5C%2FBlueRidgeKnives%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%2FInverseParadox%5C%2FBlueRidgeKnives%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%2FInverseParadox%5C%2FBlueRidgeKnives%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%2FInverseParadox%5C%2FBlueRidgeKnives%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%2FInverseParadox%5C%2FBlueRidgeKnives%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%2FInverseParadox%5C%2FBlueRidgeKnives%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%2FInverseParadox%5C%2FBlueRidgeKnives%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%2FInverseParadox%5C%2FBlueRidgeKnives%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%2FInverseParadox%5C%2FBlueRidgeKnives%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%2FInverseParadox%5C%2FBlueRidgeKnives%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%2FInverseParadox%5C%2FBlueRidgeKnives%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%2FInverseParadox%5C%2FBlueRidgeKnives%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%2FInverseParadox%5C%2FBlueRidgeKnives%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%2FInverseParadox%5C%2FBlueRidgeKnives%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%2FInverseParadox%5C%2FBlueRidgeKnives%5C%2Fen_US%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fjarallax%5C%2F_jarallax.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FInverseParadox%5C%2FBlueRidgeKnives%5C%2Fen_US%5C%2FMagento_ReCaptchaCheckoutSalesRule%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FInverseParadox%5C%2FBlueRidgeKnives%5C%2Fen_US%5C%2FMagento_ReCaptchaCustomer%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FInverseParadox%5C%2FBlueRidgeKnives%5C%2Fen_US%5C%2FMagento_ReCaptchaFrontendUi%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FInverseParadox%5C%2FBlueRidgeKnives%5C%2Fen_US%5C%2FMagento_ReCaptchaNewsletter%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FInverseParadox%5C%2FBlueRidgeKnives%5C%2Fen_US%5C%2FMagento_ReCaptchaReview%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FInverseParadox%5C%2FBlueRidgeKnives%5C%2Fen_US%5C%2FMagento_ReCaptchaSendFriend%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FInverseParadox%5C%2FBlueRidgeKnives%5C%2Fen_US%5C%2FMagento_ReCaptchaWishlist%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FInverseParadox%5C%2FBlueRidgeKnives%5C%2Fen_US%5C%2FMagento_PaymentServicesPaypal%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_billing.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FInverseParadox%5C%2FBlueRidgeKnives%5C%2Fen_US%5C%2FMagento_PaymentServicesPaypal%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_fastlane.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FInverseParadox%5C%2FBlueRidgeKnives%5C%2Fen_US%5C%2FMagento_PaymentServicesPaypal%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_mini-cart.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FInverseParadox%5C%2FBlueRidgeKnives%5C%2Fen_US%5C%2FMagento_PaymentServicesPaypal%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_pay-later.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FInverseParadox%5C%2FBlueRidgeKnives%5C%2Fen_US%5C%2FMagento_PaymentServicesPaypal%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_apple-pay.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FInverseParadox%5C%2FBlueRidgeKnives%5C%2Fen_US%5C%2FMagento_PaymentServicesPaypal%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_google-pay.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FInverseParadox%5C%2FBlueRidgeKnives%5C%2Fen_US%5C%2FMagento_InventoryConfigurableProductFrontendUi%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FInverseParadox%5C%2FBlueRidgeKnives%5C%2Fen_US%5C%2FAmasty_Base%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_slick.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FInverseParadox%5C%2FBlueRidgeKnives%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%2FInverseParadox%5C%2FBlueRidgeKnives%5C%2Fen_US%5C%2FAmasty_ElasticSearch%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcomponents%5C%2F_further-block.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FInverseParadox%5C%2FBlueRidgeKnives%5C%2Fen_US%5C%2FAmasty_ElasticSearch%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcomponents%5C%2F_inputs.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FInverseParadox%5C%2FBlueRidgeKnives%5C%2Fen_US%5C%2FAmasty_ElasticSearch%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcomponents%5C%2F_buttons.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FInverseParadox%5C%2FBlueRidgeKnives%5C%2Fen_US%5C%2FAmasty_Extrafee%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FInverseParadox%5C%2FBlueRidgeKnives%5C%2Fen_US%5C%2FAmasty_ShopbyBase%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_mixins.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FInverseParadox%5C%2FBlueRidgeKnives%5C%2Fen_US%5C%2FAmasty_ShopbyBase%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcomponents%5C%2F_slider.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FInverseParadox%5C%2FBlueRidgeKnives%5C%2Fen_US%5C%2FAmasty_ShopbyBase%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_base.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FInverseParadox%5C%2FBlueRidgeKnives%5C%2Fen_US%5C%2FAmasty_ShopbyBase%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcomponents%5C%2F_tooltip.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FInverseParadox%5C%2FBlueRidgeKnives%5C%2Fen_US%5C%2FAmasty_Shopby%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_mixins.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FInverseParadox%5C%2FBlueRidgeKnives%5C%2Fen_US%5C%2FAmasty_Mostviewed%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_mixins.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FInverseParadox%5C%2FBlueRidgeKnives%5C%2Fen_US%5C%2FAmasty_Mostviewed%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_base.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FInverseParadox%5C%2FBlueRidgeKnives%5C%2Fen_US%5C%2FAmasty_Mostviewed%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_pack.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FInverseParadox%5C%2FBlueRidgeKnives%5C%2Fen_US%5C%2FAmasty_Xsearch%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_mixins.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FInverseParadox%5C%2FBlueRidgeKnives%5C%2Fen_US%5C%2FAmasty_Mostviewed%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_popup.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FInverseParadox%5C%2FBlueRidgeKnives%5C%2Fen_US%5C%2FAmasty_Mostviewed%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_porto-cmptb.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FInverseParadox%5C%2FBlueRidgeKnives%5C%2Fen_US%5C%2FAmasty_Orderattr%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FInverseParadox%5C%2FBlueRidgeKnives%5C%2Fen_US%5C%2FAmasty_Xnotif%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FInverseParadox%5C%2FBlueRidgeKnives%5C%2Fen_US%5C%2FAmasty_Shiprestriction%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FInverseParadox%5C%2FBlueRidgeKnives%5C%2Fen_US%5C%2FAmasty_Shopby%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Ffrontend%5C%2Fcomponents%5C%2F_filter-type-items.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FInverseParadox%5C%2FBlueRidgeKnives%5C%2Fen_US%5C%2FAmasty_Shopby%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Ffrontend%5C%2F_porto-cmptb.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FInverseParadox%5C%2FBlueRidgeKnives%5C%2Fen_US%5C%2FAmasty_Shopby%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Ffrontend%5C%2Fcomponents%5C%2F_filter-type-slider.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FInverseParadox%5C%2FBlueRidgeKnives%5C%2Fen_US%5C%2FAmasty_Shopby%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Ffrontend%5C%2Fcomponents%5C%2F_filter-fly-out.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FInverseParadox%5C%2FBlueRidgeKnives%5C%2Fen_US%5C%2FAmasty_Shopby%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Ffrontend%5C%2Fcomponents%5C%2F_show-button.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FInverseParadox%5C%2FBlueRidgeKnives%5C%2Fen_US%5C%2FAmasty_Shopby%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_variables.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FInverseParadox%5C%2FBlueRidgeKnives%5C%2Fen_US%5C%2FAmasty_Shopby%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Ffrontend%5C%2Fcomponents%5C%2F_loader.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FInverseParadox%5C%2FBlueRidgeKnives%5C%2Fen_US%5C%2FAmasty_Shopby%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Ffrontend%5C%2Fcomponents%5C%2F_swatch-tooltip.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FInverseParadox%5C%2FBlueRidgeKnives%5C%2Fen_US%5C%2FAmasty_Shopby%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fadminhtml%5C%2Fcomponents%5C%2F_slider-settings.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FInverseParadox%5C%2FBlueRidgeKnives%5C%2Fen_US%5C%2FAmasty_ShopbyBrand%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_mixins.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FInverseParadox%5C%2FBlueRidgeKnives%5C%2Fen_US%5C%2FAmasty_ShopbyBrand%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_base.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FInverseParadox%5C%2FBlueRidgeKnives%5C%2Fen_US%5C%2FAmasty_ShopbyBrand%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcomponents%5C%2F_brands-filter.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FInverseParadox%5C%2FBlueRidgeKnives%5C%2Fen_US%5C%2FAmasty_ShopbyBrand%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcomponents%5C%2F_brands-list.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FInverseParadox%5C%2FBlueRidgeKnives%5C%2Fen_US%5C%2FAmasty_ShopbyBrand%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcomponents%5C%2F_brands-popup.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FInverseParadox%5C%2FBlueRidgeKnives%5C%2Fen_US%5C%2FAmasty_ShopbyBrand%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcomponents%5C%2F_brands-slider.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FInverseParadox%5C%2FBlueRidgeKnives%5C%2Fen_US%5C%2FAmasty_XnotifSubscriptionFunctionality%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FInverseParadox%5C%2FBlueRidgeKnives%5C%2Fen_US%5C%2FAmasty_Xsearch%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_base.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FInverseParadox%5C%2FBlueRidgeKnives%5C%2Fen_US%5C%2FAmasty_Xsearch%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_animations.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FInverseParadox%5C%2FBlueRidgeKnives%5C%2Fen_US%5C%2FAmasty_Xsearch%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcomponents%5C%2F_buttons.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FInverseParadox%5C%2FBlueRidgeKnives%5C%2Fen_US%5C%2FAmasty_Xsearch%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcomponents%5C%2F_product-slider.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FInverseParadox%5C%2FBlueRidgeKnives%5C%2Fen_US%5C%2FAmasty_Xsearch%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcomponents%5C%2F_product-list.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FInverseParadox%5C%2FBlueRidgeKnives%5C%2Fen_US%5C%2FAmasty_Xsearch%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcomponents%5C%2F_collapsible.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FInverseParadox%5C%2FBlueRidgeKnives%5C%2Fen_US%5C%2FAmasty_Xsearch%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcomponents%5C%2F_header.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FInverseParadox%5C%2FBlueRidgeKnives%5C%2Fen_US%5C%2FAmasty_Xsearch%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcomponents%5C%2F_tab-item.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FInverseParadox%5C%2FBlueRidgeKnives%5C%2Fen_US%5C%2FAmasty_Xsearch%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcomponents%5C%2F_results.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FInverseParadox%5C%2FBlueRidgeKnives%5C%2Fen_US%5C%2FAmasty_Xsearch%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcomponents%5C%2F_preload.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FInverseParadox%5C%2FBlueRidgeKnives%5C%2Fen_US%5C%2FAmasty_Xsearch%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcomponents%5C%2F_search-input.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FInverseParadox%5C%2FBlueRidgeKnives%5C%2Fen_US%5C%2FAmasty_Xsearch%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcomponents%5C%2F_overlay.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FInverseParadox%5C%2FBlueRidgeKnives%5C%2Fen_US%5C%2FAmasty_Xsearch%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcomponents%5C%2F_category-item.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FInverseParadox%5C%2FBlueRidgeKnives%5C%2Fen_US%5C%2FAmasty_Xsearch%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcomponents%5C%2F_related-terms.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FInverseParadox%5C%2FBlueRidgeKnives%5C%2Fen_US%5C%2FAmasty_Xsearch%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Ftypes%5C%2F_full-width.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FInverseParadox%5C%2FBlueRidgeKnives%5C%2Fen_US%5C%2FBss_ForceLogin%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FInverseParadox%5C%2FBlueRidgeKnives%5C%2Fen_US%5C%2FInverseParadox_CategorySizeFilter%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FInverseParadox%5C%2FBlueRidgeKnives%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%2FInverseParadox%5C%2FBlueRidgeKnives%5C%2Fen_US%5C%2FMagezon_Core%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FInverseParadox%5C%2FBlueRidgeKnives%5C%2Fen_US%5C%2FMagezon_Core%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_mixins.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FInverseParadox%5C%2FBlueRidgeKnives%5C%2Fen_US%5C%2FMagezon_Newsletter%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FInverseParadox%5C%2FBlueRidgeKnives%5C%2Fen_US%5C%2FInverseParadox_CustomerLayoutHandle%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FInverseParadox%5C%2FBlueRidgeKnives%5C%2Fen_US%5C%2FMagedelight_Megamenu%5C%2Fcss%5C%2Fsource%5C%2F_animate.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FInverseParadox%5C%2FBlueRidgeKnives%5C%2Fen_US%5C%2FMagedelight_Megamenu%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_horizontal.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FInverseParadox%5C%2FBlueRidgeKnives%5C%2Fen_US%5C%2FMagedelight_Megamenu%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_amazonmenu.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FInverseParadox%5C%2FBlueRidgeKnives%5C%2Fen_US%5C%2FMagedelight_Megamenu%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_vertical.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FInverseParadox%5C%2FBlueRidgeKnives%5C%2Fen_US%5C%2FMagedelight_Megamenu%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_horizontal-dynamic-menu.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FInverseParadox%5C%2FBlueRidgeKnives%5C%2Fen_US%5C%2FMagedelight_Megamenu%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_allcategory-megamenu.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FInverseParadox%5C%2FBlueRidgeKnives%5C%2Fen_US%5C%2FMagedelight_Megamenu%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_rowitems.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FInverseParadox%5C%2FBlueRidgeKnives%5C%2Fen_US%5C%2FMagedelight_Megamenu%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FInverseParadox%5C%2FBlueRidgeKnives%5C%2Fen_US%5C%2FMagezon_CustomerAttachments%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FInverseParadox%5C%2FBlueRidgeKnives%5C%2Fen_US%5C%2FMagezon_TabGrid%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FInverseParadox%5C%2FBlueRidgeKnives%5C%2Fen_US%5C%2FMagento_CatalogEvent%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FInverseParadox%5C%2FBlueRidgeKnives%5C%2Fen_US%5C%2FMagento_Contact%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FInverseParadox%5C%2FBlueRidgeKnives%5C%2Fen_US%5C%2FMagento_Paypal%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_billing.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FInverseParadox%5C%2FBlueRidgeKnives%5C%2Fen_US%5C%2FMagento_Paypal%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_paylater.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FInverseParadox%5C%2FBlueRidgeKnives%5C%2Fen_US%5C%2FMagento_ProductVideo%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FInverseParadox%5C%2FBlueRidgeKnives%5C%2Fen_US%5C%2FMagento_Swatches%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FInverseParadox%5C%2FBlueRidgeKnives%5C%2Fen_US%5C%2FMagento_Weee%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FInverseParadox%5C%2FBlueRidgeKnives%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_actions-toolbar.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FInverseParadox%5C%2FBlueRidgeKnives%5C%2Fen_US%5C%2FMagento_AdvancedSearch%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FInverseParadox%5C%2FBlueRidgeKnives%5C%2Fen_US%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2Ffields%5C%2F_file-uploader.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FInverseParadox%5C%2FBlueRidgeKnives%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%2FInverseParadox%5C%2FBlueRidgeKnives%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_popups.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FInverseParadox%5C%2FBlueRidgeKnives%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_rating.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FInverseParadox%5C%2FBlueRidgeKnives%5C%2Fen_US%5C%2FMagento_Reward%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FInverseParadox%5C%2FBlueRidgeKnives%5C%2Fen_US%5C%2FMagento_Theme%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_collapsible_navigation.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FInverseParadox%5C%2FBlueRidgeKnives%5C%2Fen_US%5C%2FMagento_Vault%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FInverseParadox%5C%2FBlueRidgeKnives%5C%2Fen_US%5C%2FMagento_Catalog%5C%2Fcss%5C%2Fsource%5C%2F_widgets.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FInverseParadox%5C%2FBlueRidgeKnives%5C%2Fen_US%5C%2FMagento_Cms%5C%2Fcss%5C%2Fsource%5C%2F_widgets.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FInverseParadox%5C%2FBlueRidgeKnives%5C%2Fen_US%5C%2FMagento_MultipleWishlist%5C%2Fcss%5C%2Fsource%5C%2F_widgets.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FInverseParadox%5C%2FBlueRidgeKnives%5C%2Fen_US%5C%2FMagento_VersionsCms%5C%2Fcss%5C%2Fsource%5C%2F_widgets.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FInverseParadox%5C%2FBlueRidgeKnives%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_responsive.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FInverseParadox%5C%2FBlueRidgeKnives%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_navigation.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FInverseParadox%5C%2FBlueRidgeKnives%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%2FInverseParadox%5C%2FBlueRidgeKnives%5C%2Fen_US%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Fcolumn-line%5C%2F_default.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FInverseParadox%5C%2FBlueRidgeKnives%5C%2Fen_US%5C%2FAmasty_Shopby%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Ffrontend%5C%2Fcomponents%5C%2F_inputs.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FInverseParadox%5C%2FBlueRidgeKnives%5C%2Fen_US%5C%2FMagedelight_Megamenu%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_burger.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FInverseParadox%5C%2FBlueRidgeKnives%5C%2Fen_US%5C%2FAmasty_ElasticSearch%5C%2Fcss%5C%2Fsource%5C%2F_extend.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FInverseParadox%5C%2FBlueRidgeKnives%5C%2Fen_US%5C%2FAmasty_Mostviewed%5C%2Fcss%5C%2Fsource%5C%2F_extend.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FInverseParadox%5C%2FBlueRidgeKnives%5C%2Fen_US%5C%2FAmasty_Quickview%5C%2Fcss%5C%2Fsource%5C%2F_extend.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FInverseParadox%5C%2FBlueRidgeKnives%5C%2Fen_US%5C%2FAmasty_ShopbyBrand%5C%2Fcss%5C%2Fsource%5C%2F_extend.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FInverseParadox%5C%2FBlueRidgeKnives%5C%2Fen_US%5C%2FAmasty_Shopby%5C%2Fcss%5C%2Fsource%5C%2F_extend.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FInverseParadox%5C%2FBlueRidgeKnives%5C%2Fen_US%5C%2FAmasty_Xsearch%5C%2Fcss%5C%2Fsource%5C%2F_extend.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FInverseParadox%5C%2FBlueRidgeKnives%5C%2Fen_US%5C%2FMagedelight_Megamenu%5C%2Fcss%5C%2Fsource%5C%2F_extend.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FInverseParadox%5C%2FBlueRidgeKnives%5C%2Fen_US%5C%2FMagento_Catalog%5C%2Fcss%5C%2Fsource%5C%2F_extend.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FInverseParadox%5C%2FBlueRidgeKnives%5C%2Fen_US%5C%2FMagento_CatalogWidget%5C%2Fcss%5C%2Fsource%5C%2F_extend.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FInverseParadox%5C%2FBlueRidgeKnives%5C%2Fen_US%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2F_extend.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FInverseParadox%5C%2FBlueRidgeKnives%5C%2Fen_US%5C%2FMagento_Customer%5C%2Fcss%5C%2Fsource%5C%2F_extend.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FInverseParadox%5C%2FBlueRidgeKnives%5C%2Fen_US%5C%2FMagento_Theme%5C%2Fcss%5C%2Fsource%5C%2F_extend.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FInverseParadox%5C%2FBlueRidgeKnives%5C%2Fen_US%5C%2FMagento_Wishlist%5C%2Fcss%5C%2Fsource%5C%2F_extend.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FInverseParadox%5C%2FBlueRidgeKnives%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_extend.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FInverseParadox%5C%2FBlueRidgeKnives%5C%2Fen_US%5C%2FAmasty_ShopbyBase%5C%2Fcss%5C%2Fsource%5C%2F_extend.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FInverseParadox%5C%2FBlueRidgeKnives%5C%2Fen_US%5C%2FMagento_Msrp%5C%2Fcss%5C%2Fsource%5C%2F_extend.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FInverseParadox%5C%2FBlueRidgeKnives%5C%2Fen_US%5C%2FOX_AjaxWishlist%5C%2Fcss%5C%2Fsource%5C%2F_extend.less%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22AAOA%2CSAAS%3BACOL%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%3BECkEA%2CgBAAA%3BEDhEI%2C8BAAA%3BEACA%2C0BAAA%3BEACA%2CsBAAA%3B%3BAAGJ%3BEC2DA%2CWAAA%3BEAAA%2CaClR0B%2C6BDkR1B%3BEAAA%2CkBAAA%3BEAAA%2CgBAAA%3BEAAA%2CuBAAA%3BEAAA%2CiBAAA%3B%3BADvDA%3BECuDA%2CgBAAA%3BEAAA%2CmBAAA%3B%3BAD1CA%2CIAAI%3BEC0CJ%2C8BAAA%3BEDxCI%2CYAAA%3B%3BAAGJ%3BAACA%3BECoCA%2CgBAAA%3B%3BADhCA%3BAACA%3BEC%2BBA%2CkBAAA%3B%3BAD3BA%3BEC2BA%2CmBAAA%3BEAAA%2CcAAA%3B%3BADtBA%3BAACA%3BECqBA%2CeAAA%3B%3BADjBA%3BEACI%2CSAAA%3BECgBJ%2C0BAAA%3BEAAA%2CmBAAA%3BEAAA%2CgBAAA%3B%3BADVA%3BAACA%3BECSA%2C6BAAA%3BEDPI%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CwBAAA%3B%3BAAGJ%3BEACI%2CWAAA%3B%3BAAGJ%3BEACI%2CeAAA%3B%3BAAGJ%3BECNA%2CkBAAA%3B%3BADoBA%3BECpBA%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CgBAAA%3BEAAA%2CmBAAA%3B%3BADwBA%3BECxBA%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CkBAAA%3BEAAA%2CmBAAA%3B%3BAD4BA%3BEC5BA%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CgBAAA%3BEAAA%2CmBAAA%3B%3BADgCA%3BEChCA%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CgBAAA%3BEAAA%2CmBAAA%3B%3BADoCA%3BECpCA%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CgBAAA%3BEAAA%2CmBAAA%3B%3BADwCA%3BECxCA%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CeAAA%3BEAAA%2CgBAAA%3BEAAA%2CmBAAA%3B%3BAD4CA%2CEACI%3BAADA%2CEACA%3BAADI%2CEACJ%3BAADQ%2CEACR%3BAADY%2CEACZ%3BAADgB%2CEAChB%3BAADJ%2CEAEI%3BAAFA%2CEAEA%3BAAFI%2CEAEJ%3BAAFQ%2CEAER%3BAAFY%2CEAEZ%3BAAFgB%2CEAEhB%3BEC9CJ%2CWAAA%3BEAAA%2CaClR0B%2C6BDkR1B%3BEAAA%2CkBAAA%3BEAAA%2CgBAAA%3BEAAA%2CcAAA%3B%3BAD8DA%3BAACA%3BEC%5C%2FDA%2CcAAA%3BEAAA%2CqBAAA%3B%3BADrIA%2CCAAC%3BAAAD%2CMAAC%3BECqID%2CcAAA%3BEAAA%2CqBAAA%3B%3BADhIA%2CCAAC%3BAAAD%2CMAAC%3BECgID%2CcAAA%3BEAAA%2C0BAAA%3B%3BAD3HA%2CCAAC%3BAAAD%2CMAAC%3BEC2HD%2CcAAA%3BEAAA%2C0BAAA%3B%3BADqFA%3BAACA%3BECtFA%2CgBAAA%3BEAAA%2CqBAAA%3B%3BADqFA%2CEAYM%3BAAXN%2CEAWM%3BECjGN%2CgBAAA%3BEAAA%2CmBAAA%3B%3BADqFA%2CEAwBI%3BAAvBJ%2CEAuBI%3BAAxBJ%2CEAyBI%3BAAxBJ%2CEAwBI%3BEACI%2CgBAAA%3B%3BAAIR%3BECnHA%2CmBAAA%3BEAAA%2CaAAA%3B%3BADwHA%3BECxHA%2CgBAAA%3BEAAA%2CkBAAA%3BEAAA%2CaAAA%3B%3BAD8HA%3BEC9HA%2CmBAAA%3BEAAA%2CaAAA%3BEDiII%2CcAAA%3B%3BAA2BJ%3BAACA%3BAACA%3BAACA%3BEC%5C%2FJA%2CsCExQ8C%2CwBFwQ9C%3B%3BADoKA%3BECpKA%2CmBAAA%3BEAAA%2CcAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BEDyKI%2CmBAAA%3B%3BAAIJ%3BEC7KA%2CmBAAA%3BEAAA%2CcAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3B%3BADqLA%3BECrLA%2CmBAAA%3BEAAA%2CsBAAA%3BEAAA%2CcAAA%3BEAAA%2CuBAAA%3BEAAA%2CgBAAA%3BEAAA%2CaAAA%3BEAAA%2CiBAAA%3BED6LI%2CcAAA%3BEACA%2CqBAAA%3B%3BAATJ%2CGAWI%3BEACI%2C6BAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CqBAAA%3B%3BAAuBR%3BEC7NA%2CyBAAA%3BEAAA%2CqBAAA%3BEAAA%2CUAAA%3BEAAA%2CWAAA%3BEAAA%2CaClR0B%2C6BDkR1B%3BEAAA%2CkBAAA%3BEAAA%2CgBAAA%3BEAAA%2CuBAAA%3BEAAA%2CiBAAA%3B%3BADyOQ%2CUAHJ%2CEAGK%3BAAAD%2CUAFJ%2CGAEK%3BAAAD%2CUADJ%2CGACK%3BEACG%2CgBAAA%3B%3BAAbZ%2CUAiBI%3BAAjBJ%2CUAkBI%3BAAlBJ%2CUAmBI%3BEChPJ%2CWAAA%3BEAAA%2CuBAAA%3BEAAA%2CeAAA%3BEDoPQ%2CcAAA%3B%3BAAEA%2CUARJ%2COAQK%3BAAAD%2CUAPJ%2CMAOK%3BAAAD%2CUANJ%2COAMK%3BECtPT%2CSE7DyB%2CaF6DzB%3B%3BAD6NA%2CUA8BI%3BEC3PJ%2CkBAAA%3B%3BADkQI%2CUAAC%3BAACD%2CUAAC%3BEACG%2CSAAS%2CEAAT%3B%3BAAIR%3BEACI%2CYAAA%3B%3BAAEA%2CCAAC%3BAACD%2CCAAC%3BEACG%2CSAAS%2CEAAT%3BEACA%2CaAAA%3B%3BAAKR%3BECnRA%2CkBAAA%3B%3BAFvNA%3BEEuNA%2CWAAA%3BEG7QA%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%3BEH%2BOV%2CkBAAA%3B%3BAFnNA%3BEMlBA%2CsBAAA%3BEJqOA%2CgBAAA%3BEAAA%2CsBAAA%3BEAAA%2CWAAA%3BEAAA%2CeAAA%3BEAAA%2CqBAAA%3BEAAA%2CaClR0B%2C6BDkR1B%3BEAAA%2CgBAAA%3BEAAA%2CSAAA%3BEAAA%2CiBAAA%3BEAAA%2CiBAAA%3BEAAA%2CmBAAA%3BEIlNA%2CsBAAA%3BEACA%2CsBAAA%3B%3BAAiBA%2CMAAC%3BAACD%2CMAAC%3BEJ%2BLD%2CmBAAA%3BEAAA%2CsBAAA%3BEAAA%2CWAAA%3B%3BAInLA%2CMAAC%3BEJmLD%2CmBAAA%3BEAAA%2CsBAAA%3BEAAA%2CWAAA%3B%3BAIvKA%2CMAAC%3BAACD%2CMAAC%3BAACD%2CQAAQ%2CUAAW%3BEJqKnB%2CYAAA%3BEInKI%2CeAAA%3BEACA%2CoBAAA%3B%3BAN%5C%2FCA%2CMAAC%3BEACG%2CSAAA%3BEACA%2CUAAA%3B%3BAO4LR%2CKAAK%3BAACL%2CKAAK%3BAACL%2CKAAK%3BAACL%2CKAAK%3BAACL%2CKAAK%3BAACL%2CKAAK%3BAACL%2CKAAK%3BAACL%2CKAAK%3BELYL%2CgBAAA%3BEAAA%2C4BAAA%3BEAAA%2CyBAAA%3BEAAA%2CkBAAA%3BEAAA%2C0CAAA%3BEAAA%2CeAAA%3BEAAA%2CYAAA%3BEAAA%2CuBAAA%3BEAAA%2CcAAA%3BEAAA%2CwBAAA%3BEAAA%2CWAAA%3BEKrOA%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%3BELlHD%2CYAAA%3B%3BAKiIA%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%3BELjID%2CcAAA%3B%3BAKsIA%2CKAzJK%2CaAyJJ%3BAAAD%2CKAxJK%2CiBAwJJ%3BAAAD%2CKAvJK%2CYAuJJ%3BAAAD%2CKAtJK%2CYAsJJ%3BAAAD%2CKArJK%2CeAqJJ%3BAAAD%2CKApJK%2CeAoJJ%3BAAAD%2CKAnJK%2CcAmJJ%3BAAAD%2CKAlJK%2CcAkJJ%3BELtID%2CcAAA%3B%3BAK2IA%2CKA9JK%2CaA8JJ%3BAAAD%2CKA7JK%2CiBA6JJ%3BAAAD%2CKA5JK%2CYA4JJ%3BAAAD%2CKA3JK%2CYA2JJ%3BAAAD%2CKA1JK%2CeA0JJ%3BAAAD%2CKAzJK%2CeAyJJ%3BAAAD%2CKAxJK%2CcAwJJ%3BAAAD%2CKAvJK%2CcAuJJ%3BEL3ID%2CcAAA%3B%3BAKRA%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%3BELAA%2CkEAAA%3BEAAA%2C4BAAA%3BEAAA%2CsBAAA%3BEAAA%2CkBAAA%3BEAAA%2C0CAAA%3BEAAA%2CeAAA%3BEAAA%2CYAAA%3BEAAA%2CuBAAA%3BEAAA%2C0BAAA%3BEAAA%2CwBAAA%3BEAAA%2CWAAA%3BEKrOA%2CsBAAA%3B%3BAAoUA%2CMAAC%3BEL%5C%2FFD%2CyBAAA%3B%3BAKkHA%2CMAAC%3BELlHD%2CYAAA%3BEAAA%2CgBAAA%3BEAAA%2CyBAAA%3B%3BAKIA%2CMAAM%3BELJN%2CYAAA%3BEKMI%2CsBAAA%3B%3BAAGJ%3BELTA%2CgBAAA%3BEAAA%2C4BAAA%3BEAAA%2CyBAAA%3BEAAA%2CkBAAA%3BEAAA%2C0CAAA%3BEAAA%2CeAAA%3BEAAA%2CYAAA%3BEAAA%2CuBAAA%3BEAAA%2CSAAA%3BEAAA%2CaAAA%3BEAAA%2CwBAAA%3BEAAA%2CWAAA%3BEKrOA%2CsBAAA%3BELqOA%2CgBAAA%3B%3BAKkHA%2CQAAC%3BELlHD%2CYAAA%3B%3BAKiIA%2CQAAC%3BELjID%2CcAAA%3B%3BAKsIA%2CQAAC%3BELtID%2CcAAA%3B%3BAK2IA%2CQAAC%3BEL3ID%2CcAAA%3B%3BAKcA%2CKAAK%3BELdL%2CmBAAA%3BEKgBI%2CkBAAA%3BEACA%2CQAAA%3B%3BAA5MJ%2CKAyMK%2CiBAzMJ%3BEL2LD%2CYAAA%3B%3BAKoBA%2CKAAK%3BELpBL%2CmBAAA%3B%3BAK3LA%2CKA%2BMK%2CcA%5C%2FMJ%3BEL2LD%2CYAAA%3B%3BAK7GA%2CKAAC%3BAAAD%2CMAAC%3BAAAD%2CQAAC%3BEL6GD%2CqBAAA%3B%3BAK8BA%2CGAAG%3BEL9BH%2CcAAA%3BEAAA%2CiBAAA%3B%3BAKkCA%2CKAAK%3BAACL%2CKAAK%3BAACL%2CKAAK%3BEACD%2CeAAA%3BEACA%2C0BAAA%3B%3BAAGJ%2CKAAK%3BEACD%2CSAAA%3BEACA%2CUAAA%3B%3BAPrPJ%3BEACI%2C6CAAA%3B%3BAAGJ%3BEACI%2CkBAAA%3B%3BAAIA%2CCAAC%3BEACG%2CgBAAA%3BEACA%2CUAAA%3B%3BAAQJ%2CUAJO%2CEAIN%3BAAAD%2CKAHC%2CIAAI%2CYAGJ%3BAAAD%2CQAFI%2CIAAI%2CYAEP%3BAAAD%2CMADE%2CIAAI%2CYACL%3BEEuLL%2C%2BBAAA%3B%3B%3B%3B%3B%3BAM3QA%2CyBAiEI%2CsBAsCI%2CQAAO%3BACyEf%3BAChKI%2CQAAC%3BACuYL%3BACnYA%2CaAgFI%3BAC7EJ%2CYAGI%3BACOJ%3BACNA%3BACPA%2CoBA2KI%3BAC6BA%2COAAC%2CQAIG%3BACzOR%2CcAII%3BAAHJ%2CqBAGI%3BACJJ%2CYA0DI%2CcAKI%3BEjBqNR%2CSAAA%3BEAAA%2CUAAA%3BED9JA%2CqBAAA%3B%3BAO7GA%2CyBAiEI%2CsBAsCI%2CQAAO%2CMY1GT%3BAXmLN%2CaWnLM%3BAVmBF%2CQAAC%2CMUnBC%3BAT0ZN%2CYS1ZM%3BARuBN%2CaAgFI%2CwBQvGE%3BAP0BN%2CYAGI%2CKO7BE%3BANoCN%2CiBMpCM%3BAL8BN%2C0BK9BM%3BAJuBN%2CoBA2KI%2CWIlME%3BAH%2BNF%2COAAC%2CQAIG%2CGGnOF%3BAFNN%2CcAII%2CcEEE%3BAFLN%2CqBAGI%2CcEEE%3BADNN%2CYA0DI%2CcAKI%2CQCzDF%3BEACE%2CSAAA%3B%3BAd6ER%2CeAAC%3BAACD%2CeAAC%3BEJ%2BLD%2CmBAAA%3BEAAA%2CyBAAA%3BEAAA%2CWAAA%3B%3BAInLA%2CeAAC%3BEJmLD%2CmBAAA%3BEAAA%2CyBAAA%3BEAAA%2CWAAA%3B%3BAIvKA%2CeAAC%3BAACD%2CeAAC%3BAACD%2CQAAQ%2CUAAW%3BEJqKnB%2CYAAA%3BEInKI%2CeAAA%3BEACA%2CoBAAA%3B%3BAcmuDQ%2CmBANR%2CiBAKI%2CQACK%3BAACD%2CmBAPR%2CiBAKI%2CQAEK%3BATp8Bb%2CcAwBI%2CQAAO%3BAC74BX%2CaAaI%2COAeI%2CiBACM%2CWAGE%2CQAAO%3BACQvB%2CkBACI%2CeAII%2CiBAKI%2CSAEI%3BAQtCZ%2CaAAc%2CMADb%2CaAAc%2CUAcX%2CQAAO%3BACiCf%2CiCFsvDI%2CiBAKI%2CQACK%3BAE5vDb%2CiCFsvDI%2CiBAKI%2CQAEK%3BAADD%2CmBANR%2CiBGhxDJ%3BAZm1BA%2CcYn1BA%3BAXlCA%2CaAaI%2COAeI%2CiBACM%2CWWKd%3BAFpBI%2CaAAc%2CMADb%2CaAAc%2CUEqBnB%3BAHsxDY%2CmBANR%2CiBG5wDJ%3BAZ%2B0BA%2CcY%5C%2F0BA%3BAXtCA%2CaAaI%2COAeI%2CiBACM%2CWWSd%3BAFxBI%2CaAAc%2CMADb%2CaAAc%2CUEyBnB%3BACIA%2CuBJwwDI%2CiBAKI%2CQACK%3BAI9wDb%2CuBJwwDI%2CiBAKI%2CQAEK%3BARr%5C%2FCb%2CcQ8%2BCI%2CiBAKI%2CQACK%3BARp%5C%2FCb%2CcQ8%2BCI%2CiBAKI%2CQAEK%3BAKr0Db%2CwBA0CI%2CwBZWA%2CeAII%2CiBAKI%2CSAEI%3BEXmMhB%2CkBAAA%3B%3BAkBikDY%2CmBANR%2CiBAKI%2CQACK%2CQArzDR%2CIAAI%3BAAszDG%2CmBAPR%2CiBAKI%2CQAEK%2COAtzDR%2CIAAI%3BATk3BT%2CcAwBI%2CQAAO%2CQS14BN%2CIAAI%3BARHT%2CaAaI%2COAeI%2CiBACM%2CWAGE%2CQAAO%2CQQ7BlB%2CIAAI%3BAPqCT%2CkBACI%2CeAII%2CiBAKI%2CSAEI%2CQOjDX%2CIAAI%3BACWL%2CaAAc%2CMADb%2CaAAc%2CUAcX%2CQAAO%2CQDxBV%2CIAAI%3BAEyDT%2CiCFsvDI%2CiBAKI%2CQACK%2CQArzDR%2CIAAI%3BAEyDT%2CiCFsvDI%2CiBAKI%2CQAEK%2COAtzDR%2CIAAI%3BAAqzDG%2CmBANR%2CiBGhxDJ%2CiBH%5C%2FBK%2CIAAI%3BATk3BT%2CcYn1BA%2CiBH%5C%2FBK%2CIAAI%3BARHT%2CaAaI%2COAeI%2CiBACM%2CWWKd%2CiBH%5C%2FBK%2CIAAI%3BACWL%2CaAAc%2CMADb%2CaAAc%2CUEqBnB%2CiBH%5C%2FBK%2CIAAI%3BAAqzDG%2CmBANR%2CiBG5wDJ%2CcHnCK%2CIAAI%3BATk3BT%2CcY%5C%2F0BA%2CcHnCK%2CIAAI%3BARHT%2CaAaI%2COAeI%2CiBACM%2CWWSd%2CcHnCK%2CIAAI%3BACWL%2CaAAc%2CMADb%2CaAAc%2CUEyBnB%2CcHnCK%2CIAAI%3BAIuCT%2CuBJwwDI%2CiBAKI%2CQACK%2CQArzDR%2CIAAI%3BAIuCT%2CuBJwwDI%2CiBAKI%2CQAEK%2COAtzDR%2CIAAI%3BARiUT%2CcQ8%2BCI%2CiBAKI%2CQACK%2CQArzDR%2CIAAI%3BARiUT%2CcQ8%2BCI%2CiBAKI%2CQAEK%2COAtzDR%2CIAAI%3BAKfT%2CwBA0CI%2CwBZWA%2CeAII%2CiBAKI%2CSAEI%2CQOjDX%2CIAAI%3BElBoPT%2C8EAAA%3B%3BAkBikDY%2CmBANR%2CiBAKI%2CQACK%2CQAjzDR%3BAAkzDO%2CmBAPR%2CiBAKI%2CQAEK%2COAlzDR%3BAT82BL%2CcAwBI%2CQAAO%2CQSt4BN%3BARPL%2CaAaI%2COAeI%2CiBACM%2CWAGE%2CQAAO%2CQQzBlB%3BAPiCL%2CkBACI%2CeAII%2CiBAKI%2CSAEI%2CQO7CX%3BACOD%2CaAAc%2CMADb%2CaAAc%2CUAcX%2CQAAO%2CQDpBV%3BAEqDL%2CiCFsvDI%2CiBAKI%2CQACK%2CQAjzDR%3BAEqDL%2CiCFsvDI%2CiBAKI%2CQAEK%2COAlzDR%3BAAizDO%2CmBANR%2CiBGhxDJ%2CiBH3BK%3BAT82BL%2CcYn1BA%2CiBH3BK%3BARPL%2CaAaI%2COAeI%2CiBACM%2CWWKd%2CiBH3BK%3BACOD%2CaAAc%2CMADb%2CaAAc%2CUEqBnB%2CiBH3BK%3BAAizDO%2CmBANR%2CiBG5wDJ%2CcH%5C%2FBK%3BAT82BL%2CcY%5C%2F0BA%2CcH%5C%2FBK%3BARPL%2CaAaI%2COAeI%2CiBACM%2CWWSd%2CcH%5C%2FBK%3BACOD%2CaAAc%2CMADb%2CaAAc%2CUEyBnB%2CcH%5C%2FBK%3BAImCL%2CuBJwwDI%2CiBAKI%2CQACK%2CQAjzDR%3BAImCL%2CuBJwwDI%2CiBAKI%2CQAEK%2COAlzDR%3BAR6TL%2CcQ8%2BCI%2CiBAKI%2CQACK%2CQAjzDR%3BAR6TL%2CcQ8%2BCI%2CiBAKI%2CQAEK%2COAlzDR%3BAKnBL%2CwBA0CI%2CwBZWA%2CeAII%2CiBAKI%2CSAEI%2CQO7CX%3BElBgPL%2C%2BFAAA%3B%3BAiB%5C%2FGoB%2CYA3GhB%2CcAKI%2CQAII%2CMAkFI%2CQAgBK%3BEbtHrB%2CsBAAA%3BEJqOA%2CgBAAA%3BEAAA%2CsBAAA%3BEAAA%2CWAAA%3BEAAA%2CeAAA%3BEAAA%2CaClR0B%2C6BDkR1B%3BEAAA%2CgBAAA%3BEAAA%2CSAAA%3BEAAA%2CiBAAA%3BEAAA%2CiBAAA%3BEAAA%2CmBAAA%3BEIlNA%2CsBAAA%3BEACA%2CsBAAA%3BEJiNA%2CqBAAA%3BEI5GA%2CqBAAA%3BEJ4GA%2CkBAAA%3B%3BAIhMA%2CuBAAC%3BAACD%2CuBAAC%3BAagFmB%2CYA3GhB%2CcAKI%2CQAII%2CMAkFI%2CQAgBK%2CMbjFpB%3BAaiFmB%2CYA3GhB%2CcAKI%2CQAII%2CMAkFI%2CQAgBK%2CMbhFpB%3BEJ%2BLD%2CmBAAA%3BEAAA%2CsBAAA%3BEAAA%2CWAAA%3B%3BAInLA%2CuBAAC%3BAaoEmB%2CYA3GhB%2CcAKI%2CQAII%2CMAkFI%2CQAgBK%2CMbpEpB%3BEJmLD%2CmBAAA%3BEAAA%2CsBAAA%3BEAAA%2CWAAA%3B%3BAIvKA%2CuBAAC%3BAACD%2CuBAAC%3BAACD%2CQAAQ%2CUAAW%3BAasDC%2CYA3GhB%2CcAKI%2CQAII%2CMAkFI%2CQAgBK%2CMbxDpB%3BAawDmB%2CYA3GhB%2CcAKI%2CQAII%2CMAkFI%2CQAgBK%2CMbvDpB%3BAACD%2CQAAQ%2CUasDY%2CaA3GhB%2CcAKI%2CQAII%2CMAkFI%2CQAgBK%3BEjB%2BGrB%2CYAAA%3BEInKI%2CeAAA%3BEACA%2CoBAAA%3B%3BAAwDJ%2CuBAAC%3BAACD%2CuBAAC%3BAACD%2CuBAAC%3BAaPmB%2CYA3GhB%2CcAKI%2CQAII%2CMAkFI%2CQAgBK%2CMbKpB%3BAaLmB%2CYA3GhB%2CcAKI%2CQAII%2CMAkFI%2CQAgBK%2CMbMpB%3BAaNmB%2CYA3GhB%2CcAKI%2CQAII%2CMAkFI%2CQAgBK%2CMbOpB%3BEACG%2CqBAAA%3B%3BAcmMJ%3BAAm9CA%2CmBAoCI%2CQAAO%3BAMzzDC%2CMAFR%2CiBACI%2CQACK%3BACVb%2CqBACI%3BAnB5BJ%2CyBA4DI%2CQAAO%3BAG48BX%2CMAAM%2CQACF%2CQAAO%3BACr3BP%2CKAAC%2CcA0EG%2CiBAsBM%3BAAoBF%2CKApHP%2CcA6GG%2CQAOK%2CKAAK%3BAgB3QlB%2CqBACI%2CaAeI%2CcACI%3BACYZ%2CYA0FI%3BAC1GJ%2C%2BBAGI%2C4BAMI%3BACER%3BAChBA%2CwBAiGI%2C0BAUI%3BAjBzHR%2C0BA6BI%3BAkBDJ%2CaAGI%2CiBACI%3BAAkBR%2CaAaI%3BAAbJ%2CaAcI%3BAAoBJ%3BACYA%2CoBAGI%3BACxFA%2CSAAC%2CMAAM%2COAmCD%3BAf8XF%2CeADJ%2CQACK%3BAEnVT%2CiCF8wDI%2CQAAO%3BAIhyDX%2CuBJgyDI%2CQAAO%3BARtgDX%2CcQsgDI%2CQAAO%3BACv2DX%2CwBD2aI%2CQACK%3BAC3aT%2CuBD0aI%2CQACK%3BAgB3aT%2CqBhB0aI%2CQACK%3BAiBlaT%2CmBjBiaI%2CQACK%3BAkB5aT%2CKAAK%2CKAAK%2COlB2aN%2CQACK%3BElBxJT%2CuBAAA%3BEAAA%2CUAAA%3BEAAA%2CcAAA%3BEAAA%2CqBAAA%3BEIhFA%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CeAAA%3BEJ8EA%2CgBAAA%3BEkBtNI%2CgBAAA%3B%3BAnBiFJ%2C0BAAC%3BAmBiOD%2CkBnBjOC%3BAmBorDD%2CmBAoCI%2CQAAO%2CMnBxtDV%3BAyBjGW%2CMAFR%2CiBACI%2CQACK%2COzBiGZ%3BA0B3GD%2CqBACI%2Ce1B0GH%3BAOtID%2CyBA4DI%2CQAAO%2CKP0EV%3BAUk4BD%2CMAAM%2CQACF%2CQAAO%2COVn4BV%3BAWcG%2CKAAC%2CcA0EG%2CiBAsBM%2CiBX9Gb%3BAWkIW%2CKApHP%2CcA6GG%2CQAOK%2CKAAK%2CIXlIjB%3BA2BzID%2CqBACI%2CaAeI%2CcACI%2CmB3BwHX%3BA4B5GD%2CYA0FI%2CmB5BkBH%3BA6B5HD%2C%2BBAGI%2C4BAMI%2Ca7BmHP%3BA8BjHD%2CmB9BiHC%3BA%2BBjID%2CwBAiGI%2C0BAUI%2Ce%5C%2FBsBP%3BAc%5C%2FID%2C0BA6BI%2CadkHH%3BAgCnHD%2CaAGI%2CiBACI%2CehC%2BGP%3BAgC7FD%2CaAaI%2CahCgFH%3BAgC7FD%2CaAcI%2CehC%2BEH%3BAgC3DD%2CYhC2DC%3BAiC%5C%2FCD%2CoBAGI%2CejC4CH%3BAkCpIG%2CSAAC%2CMAAM%2COAmCD%2CUlCiGT%3BAmB6RO%2CeADJ%2CQACK%2COnB7RR%3BAqBtDD%2CiCF8wDI%2CQAAO%2CMnBxtDV%3BAuBxED%2CuBJgyDI%2CQAAO%2CMnBxtDV%3BAWkND%2CcQsgDI%2CQAAO%2CMnBxtDV%3BAoB%5C%2FID%2CwBD2aI%2CQACK%2COnB7RR%3BAoB9ID%2CuBD0aI%2CQACK%2COnB7RR%3BAmC9ID%2CqBhB0aI%2CQACK%2COnB7RR%3BAoCrID%2CmBjBiaI%2CQACK%2COnB7RR%3BAqC%5C%2FID%2CKAAK%2CKAAK%2COlB2aN%2CQACK%2COnB7RR%3BECqID%2CcAAA%3BEAAA%2CqBAAA%3B%3BADhIA%2C0BAAC%3BAmB4ND%2CkBnB5NC%3BAmB%2BqDD%2CmBAoCI%2CQAAO%2CMnBntDV%3BAyBtGW%2CMAFR%2CiBACI%2CQACK%2COzBsGZ%3BA0BhHD%2CqBACI%2Ce1B%2BGH%3BAO3ID%2CyBA4DI%2CQAAO%2CKP%2BEV%3BAU63BD%2CMAAM%2CQACF%2CQAAO%2COV93BV%3BAWSG%2CKAAC%2CcA0EG%2CiBAsBM%2CiBXzGb%3BAW6HW%2CKApHP%2CcA6GG%2CQAOK%2CKAAK%2CIX7HjB%3BA2B9ID%2CqBACI%2CaAeI%2CcACI%2CmB3B6HX%3BA4BjHD%2CYA0FI%2CmB5BuBH%3BA6BjID%2C%2BBAGI%2C4BAMI%2Ca7BwHP%3BA8BtHD%2CmB9BsHC%3BA%2BBtID%2CwBAiGI%2C0BAUI%2Ce%5C%2FB2BP%3BAcpJD%2C0BA6BI%2CaduHH%3BAgCxHD%2CaAGI%2CiBACI%2CehCoHP%3BAgClGD%2CaAaI%2CahCqFH%3BAgClGD%2CaAcI%2CehCoFH%3BAgChED%2CYhCgEC%3BAiCpDD%2CoBAGI%2CejCiDH%3BAkCzIG%2CSAAC%2CMAAM%2COAmCD%2CUlCsGT%3BAmBwRO%2CeADJ%2CQACK%2COnBxRR%3BAqB3DD%2CiCF8wDI%2CQAAO%2CMnBntDV%3BAuB7ED%2CuBJgyDI%2CQAAO%2CMnBntDV%3BAW6MD%2CcQsgDI%2CQAAO%2CMnBntDV%3BAoBpJD%2CwBD2aI%2CQACK%2COnBxRR%3BAoBnJD%2CuBD0aI%2CQACK%2COnBxRR%3BAmCnJD%2CqBhB0aI%2CQACK%2COnBxRR%3BAoC1ID%2CmBjBiaI%2CQACK%2COnBxRR%3BAqCpJD%2CKAAK%2CKAAK%2COlB2aN%2CQACK%2COnBxRR%3BECgID%2CcAAA%3BEAAA%2C0BAAA%3B%3BAD3HA%2C0BAAC%3BAmBuND%2CkBnBvNC%3BAmB0qDD%2CmBAoCI%2CQAAO%2CMnB9sDV%3BAyB3GW%2CMAFR%2CiBACI%2CQACK%2COzB2GZ%3BA0BrHD%2CqBACI%2Ce1BoHH%3BAOhJD%2CyBA4DI%2CQAAO%2CKPoFV%3BAUw3BD%2CMAAM%2CQACF%2CQAAO%2COVz3BV%3BAWIG%2CKAAC%2CcA0EG%2CiBAsBM%2CiBXpGb%3BAWwHW%2CKApHP%2CcA6GG%2CQAOK%2CKAAK%2CIXxHjB%3BA2BnJD%2CqBACI%2CaAeI%2CcACI%2CmB3BkIX%3BA4BtHD%2CYA0FI%2CmB5B4BH%3BA6BtID%2C%2BBAGI%2C4BAMI%2Ca7B6HP%3BA8B3HD%2CmB9B2HC%3BA%2BB3ID%2CwBAiGI%2C0BAUI%2Ce%5C%2FBgCP%3BAczJD%2C0BA6BI%2Cad4HH%3BAgC7HD%2CaAGI%2CiBACI%2CehCyHP%3BAgCvGD%2CaAaI%2CahC0FH%3BAgCvGD%2CaAcI%2CehCyFH%3BAgCrED%2CYhCqEC%3BAiCzDD%2CoBAGI%2CejCsDH%3BAkC9IG%2CSAAC%2CMAAM%2COAmCD%2CUlC2GT%3BAmBmRO%2CeADJ%2CQACK%2COnBnRR%3BAqBhED%2CiCF8wDI%2CQAAO%2CMnB9sDV%3BAuBlFD%2CuBJgyDI%2CQAAO%2CMnB9sDV%3BAWwMD%2CcQsgDI%2CQAAO%2CMnB9sDV%3BAoBzJD%2CwBD2aI%2CQACK%2COnBnRR%3BAoBxJD%2CuBD0aI%2CQACK%2COnBnRR%3BAmCxJD%2CqBhB0aI%2CQACK%2COnBnRR%3BAoC%5C%2FID%2CmBjBiaI%2CQACK%2COnBnRR%3BAqCzJD%2CKAAK%2CKAAK%2COlB2aN%2CQACK%2COnBnRR%3BEC2HD%2CcAAA%3BEAAA%2C0BAAA%3B%3BAI5EA%2C0BAAC%3BAACD%2C0BAAC%3BAACD%2C0BAAC%3BAcsKD%2CkBdxKC%3BAcwKD%2CkBdvKC%3BAcuKD%2CkBdtKC%3BAcynDD%2CmBAoCI%2CQAAO%2CMd%5C%2FpDV%3BAc2nDD%2CmBAoCI%2CQAAO%2CMd9pDV%3BAc0nDD%2CmBAoCI%2CQAAO%2CMd7pDV%3BAoB5JW%2CMAFR%2CiBACI%2CQACK%2COpB0JZ%3BAoB1JW%2CMAFR%2CiBACI%2CQACK%2COpB2JZ%3BAoB3JW%2CMAFR%2CiBACI%2CQACK%2COpB4JZ%3BAqBtKD%2CqBACI%2CerBmKH%3BAqBpKD%2CqBACI%2CerBoKH%3BAqBrKD%2CqBACI%2CerBqKH%3BAEjMD%2CyBA4DI%2CQAAO%2CKFmIV%3BAE%5C%2FLD%2CyBA4DI%2CQAAO%2CKFoIV%3BAEhMD%2CyBA4DI%2CQAAO%2CKFqIV%3BAKu0BD%2CMAAM%2CQACF%2CQAAO%2COL10BV%3BAKy0BD%2CMAAM%2CQACF%2CQAAO%2COLz0BV%3BAKw0BD%2CMAAM%2CQACF%2CQAAO%2COLx0BV%3BAM7CG%2CKAAC%2CcA0EG%2CiBAsBM%2CiBNrDb%3BAM3CG%2CKAAC%2CcA0EG%2CiBAsBM%2CiBNpDb%3BAM5CG%2CKAAC%2CcA0EG%2CiBAsBM%2CiBNnDb%3BAMuEW%2CKApHP%2CcA6GG%2CQAOK%2CKAAK%2CINzEjB%3BAMyEW%2CKApHP%2CcA6GG%2CQAOK%2CKAAK%2CINxEjB%3BAMwEW%2CKApHP%2CcA6GG%2CQAOK%2CKAAK%2CINvEjB%3BAsBpMD%2CqBACI%2CaAeI%2CcACI%2CmBtBiLX%3BAsBlMD%2CqBACI%2CaAeI%2CcACI%2CmBtBkLX%3BAsBnMD%2CqBACI%2CaAeI%2CcACI%2CmBtBmLX%3BAuBvKD%2CYA0FI%2CmBvB2EH%3BAuBrKD%2CYA0FI%2CmBvB4EH%3BAuBtKD%2CYA0FI%2CmBvB6EH%3BAwBvLD%2C%2BBAGI%2C4BAMI%2CaxB4KP%3BAwBrLD%2C%2BBAGI%2C4BAMI%2CaxB6KP%3BAwBtLD%2C%2BBAGI%2C4BAMI%2CaxB8KP%3BAyB5KD%2CmBzB0KC%3BAyB1KD%2CmBzB2KC%3BAyB3KD%2CmBzB4KC%3BA0B5LD%2CwBAiGI%2C0BAUI%2Ce1B%2BEP%3BA0B1LD%2CwBAiGI%2C0BAUI%2Ce1BgFP%3BA0B3LD%2CwBAiGI%2C0BAUI%2Ce1BiFP%3BAS1MD%2C0BA6BI%2CaT2KH%3BASxMD%2C0BA6BI%2CaT4KH%3BASzMD%2C0BA6BI%2CaT6KH%3BA2B9KD%2CaAGI%2CiBACI%2Ce3BwKP%3BA2B5KD%2CaAGI%2CiBACI%2Ce3ByKP%3BA2B7KD%2CaAGI%2CiBACI%2Ce3B0KP%3BA2BxJD%2CaAaI%2Ca3ByIH%3BA2BtJD%2CaAaI%2Ca3B0IH%3BA2BvJD%2CaAaI%2Ca3B2IH%3BA2BxJD%2CaAcI%2Ce3BwIH%3BA2BtJD%2CaAcI%2Ce3ByIH%3BA2BvJD%2CaAcI%2Ce3B0IH%3BA2BtHD%2CY3BoHC%3BA2BpHD%2CY3BqHC%3BA2BrHD%2CY3BsHC%3BA4B1GD%2CoBAGI%2Ce5BqGH%3BA4BxGD%2CoBAGI%2Ce5BsGH%3BA4BzGD%2CoBAGI%2Ce5BuGH%3BA6B%5C%2FLG%2CSAAC%2CMAAM%2COAmCD%2CU7B0JT%3BA6B7LG%2CSAAC%2CMAAM%2COAmCD%2CU7B2JT%3BA6B9LG%2CSAAC%2CMAAM%2COAmCD%2CU7B4JT%3BAckOO%2CeADJ%2CQACK%2COdpOR%3BAcoOO%2CeADJ%2CQACK%2COdnOR%3BAcmOO%2CeADJ%2CQACK%2COdlOR%3BAgBjHD%2CiCF8wDI%2CQAAO%2CMd%5C%2FpDV%3BAgB%5C%2FGD%2CiCF8wDI%2CQAAO%2CMd9pDV%3BAgBhHD%2CiCF8wDI%2CQAAO%2CMd7pDV%3BAkBnID%2CuBJgyDI%2CQAAO%2CMd%5C%2FpDV%3BAkBjID%2CuBJgyDI%2CQAAO%2CMd9pDV%3BAkBlID%2CuBJgyDI%2CQAAO%2CMd7pDV%3BAMuJD%2CcQsgDI%2CQAAO%2CMd%5C%2FpDV%3BAMyJD%2CcQsgDI%2CQAAO%2CMd9pDV%3BAMwJD%2CcQsgDI%2CQAAO%2CMd7pDV%3BAe1MD%2CwBD2aI%2CQACK%2COdpOR%3BAexMD%2CwBD2aI%2CQACK%2COdnOR%3BAezMD%2CwBD2aI%2CQACK%2COdlOR%3BAezMD%2CuBD0aI%2CQACK%2COdpOR%3BAevMD%2CuBD0aI%2CQACK%2COdnOR%3BAexMD%2CuBD0aI%2CQACK%2COdlOR%3BA8BzMD%2CqBhB0aI%2CQACK%2COdpOR%3BA8BvMD%2CqBhB0aI%2CQACK%2COdnOR%3BA8BxMD%2CqBhB0aI%2CQACK%2COdlOR%3BA%2BBhMD%2CmBjBiaI%2CQACK%2COdpOR%3BA%2BB9LD%2CmBjBiaI%2CQACK%2COdnOR%3BA%2BB%5C%2FLD%2CmBjBiaI%2CQACK%2COdlOR%3BAgC1MD%2CKAAK%2CKAAK%2COlB2aN%2CQACK%2COdpOR%3BAgCxMD%2CKAAK%2CKAAK%2COlB2aN%2CQACK%2COdnOR%3BAgCzMD%2CKAAK%2CKAAK%2COlB2aN%2CQACK%2COdlOR%3BEACG%2CgBAAA%3BEACA%2CSAAA%3B%3BAAGJ%2C0BAAC%3BAACD%2C0BAAC%3BAACD%2CQAAQ%2CUAAW%3BAc%2BJnB%2CkBdjKC%3BAciKD%2CkBdhKC%3BAACD%2CQAAQ%2CUc%2BJR%3BAAm9CA%2CmBAoCI%2CQAAO%2CMdxpDV%3BAconDD%2CmBAoCI%2CQAAO%2CMdvpDV%3BAACD%2CQAAQ%2CUcknDR%2CoBAoCI%2CQAAO%3BAMzzDC%2CMAFR%2CiBACI%2CQACK%2COpBiKZ%3BAoBjKW%2CMAFR%2CiBACI%2CQACK%2COpBkKZ%3BAACD%2CQAAQ%2CUoBnKI%2COAFR%2CiBACI%2CQACK%3BACVb%2CqBACI%2CerB0KH%3BAqB3KD%2CqBACI%2CerB2KH%3BAACD%2CQAAQ%2CUqB7KR%2CsBACI%3BAnB5BJ%2CyBA4DI%2CQAAO%2CKF0IV%3BAEtMD%2CyBA4DI%2CQAAO%2CKF2IV%3BAACD%2CQAAQ%2CUExMR%2C0BA4DI%2CQAAO%3BAG48BX%2CMAAM%2CQACF%2CQAAO%2COLn0BV%3BAKk0BD%2CMAAM%2CQACF%2CQAAO%2COLl0BV%3BAACD%2CQAAQ%2CUKg0BR%2COAAM%2CQACF%2CQAAO%3BACr3BP%2CKAAC%2CcA0EG%2CiBAsBM%2CiBN9Cb%3BAMlDG%2CKAAC%2CcA0EG%2CiBAsBM%2CiBN7Cb%3BAACD%2CQAAQ%2CUMpDJ%2CMAAC%2CcA0EG%2CiBAsBM%3BAAoBF%2CKApHP%2CcA6GG%2CQAOK%2CKAAK%2CINlEjB%3BAMkEW%2CKApHP%2CcA6GG%2CQAOK%2CKAAK%2CINjEjB%3BAACD%2CQAAQ%2CUMgEI%2CMApHP%2CcA6GG%2CQAOK%2CKAAK%3BAgB3QlB%2CqBACI%2CaAeI%2CcACI%2CmBtBwLX%3BAsBzMD%2CqBACI%2CaAeI%2CcACI%2CmBtByLX%3BAACD%2CQAAQ%2CUsB3MR%2CsBACI%2CaAeI%2CcACI%3BACYZ%2CYA0FI%2CmBvBkFH%3BAuB5KD%2CYA0FI%2CmBvBmFH%3BAACD%2CQAAQ%2CUuB9KR%2CaA0FI%3BAC1GJ%2C%2BBAGI%2C4BAMI%2CaxBmLP%3BAwB5LD%2C%2BBAGI%2C4BAMI%2CaxBoLP%3BAACD%2CQAAQ%2CUwB9LR%2CgCAGI%2C4BAMI%3BACER%2CmBzBiLC%3BAyBjLD%2CmBzBkLC%3BAACD%2CQAAQ%2CUyBnLR%3BAChBA%2CwBAiGI%2C0BAUI%2Ce1BsFP%3BA0BjMD%2CwBAiGI%2C0BAUI%2Ce1BuFP%3BAACD%2CQAAQ%2CU0BnMR%2CyBAiGI%2C0BAUI%3BAjBzHR%2C0BA6BI%2CaTkLH%3BAS%5C%2FMD%2C0BA6BI%2CaTmLH%3BAACD%2CQAAQ%2CUSjNR%2C2BA6BI%3BAkBDJ%2CaAGI%2CiBACI%2Ce3B%2BKP%3BA2BnLD%2CaAGI%2CiBACI%2Ce3BgLP%3BAACD%2CQAAQ%2CU2BrLR%2CcAGI%2CiBACI%3BAAkBR%2CaAaI%2Ca3BgJH%3BA2B7JD%2CaAaI%2Ca3BiJH%3BAACD%2CQAAQ%2CU2B%5C%2FJR%2CcAaI%3BAAbJ%2CaAcI%2Ce3B%2BIH%3BA2B7JD%2CaAcI%2Ce3BgJH%3BAACD%2CQAAQ%2CU2B%5C%2FJR%2CcAcI%3BAAoBJ%2CY3B2HC%3BA2B3HD%2CY3B4HC%3BAACD%2CQAAQ%2CU2B7HR%3BACYA%2CoBAGI%2Ce5B4GH%3BA4B%5C%2FGD%2CoBAGI%2Ce5B6GH%3BAACD%2CQAAQ%2CU4BjHR%2CqBAGI%3BACxFA%2CSAAC%2CMAAM%2COAmCD%2CU7BiKT%3BA6BpMG%2CSAAC%2CMAAM%2COAmCD%2CU7BkKT%3BAACD%2CQAAQ%2CU6BtMJ%2CUAAC%2CMAAM%2COAmCD%3BAf8XF%2CeADJ%2CQACK%2COd7NR%3BAc6NO%2CeADJ%2CQACK%2COd5NR%3BAACD%2CQAAQ%2CUc2NA%2CgBADJ%2CQACK%3BAEnVT%2CiCF8wDI%2CQAAO%2CMdxpDV%3BAgBtHD%2CiCF8wDI%2CQAAO%2CMdvpDV%3BAACD%2CQAAQ%2CUgBxHR%2CkCF8wDI%2CQAAO%3BAIhyDX%2CuBJgyDI%2CQAAO%2CMdxpDV%3BAkBxID%2CuBJgyDI%2CQAAO%2CMdvpDV%3BAACD%2CQAAQ%2CUkB1IR%2CwBJgyDI%2CQAAO%3BARtgDX%2CcQsgDI%2CQAAO%2CMdxpDV%3BAMkJD%2CcQsgDI%2CQAAO%2CMdvpDV%3BAACD%2CQAAQ%2CUMgJR%2CeQsgDI%2CQAAO%3BACv2DX%2CwBD2aI%2CQACK%2COd7NR%3BAe%5C%2FMD%2CwBD2aI%2CQACK%2COd5NR%3BAACD%2CQAAQ%2CUejNR%2CyBD2aI%2CQACK%3BAC3aT%2CuBD0aI%2CQACK%2COd7NR%3BAe9MD%2CuBD0aI%2CQACK%2COd5NR%3BAACD%2CQAAQ%2CUehNR%2CwBD0aI%2CQACK%3BAgB3aT%2CqBhB0aI%2CQACK%2COd7NR%3BA8B9MD%2CqBhB0aI%2CQACK%2COd5NR%3BAACD%2CQAAQ%2CU8BhNR%2CsBhB0aI%2CQACK%3BAiBlaT%2CmBjBiaI%2CQACK%2COd7NR%3BA%2BBrMD%2CmBjBiaI%2CQACK%2COd5NR%3BAACD%2CQAAQ%2CU%2BBvMR%2CoBjBiaI%2CQACK%3BAkB5aT%2CKAAK%2CKAAK%2COlB2aN%2CQACK%2COd7NR%3BAgC%5C%2FMD%2CKAAK%2CKAAK%2COlB2aN%2CQACK%2COd5NR%3BAACD%2CQAAQ%2CUgCjNR%2CMAAK%2CKAAK%2COlB2aN%2CQACK%3BElBxJT%2CcAAA%3BEAAA%2CYAAA%3BEIhEI%2CeAAA%3BEACA%2CoBAAA%3BEACA%2C0BAAA%3B%3BAc0JJ%2CkBAhTK%3BAAgTL%2CkBA%5C%2FSK%2CIAAI%3BAAkwDT%2CmBAoCI%2CQAAO%2CMAvyDN%3BAAmwDL%2CmBAoCI%2CQAAO%2CMAtyDN%2CIAAI%3BAMnBG%2CMAFR%2CiBACI%2CQACK%2CONkBR%3BAMlBO%2CMAFR%2CiBACI%2CQACK%2CONmBR%2CIAAI%3BAO7BT%2CqBACI%2CeP2BC%3BAO5BL%2CqBACI%2CeP4BC%2CIAAI%3BAZxDT%2CyBA4DI%2CQAAO%2CKYLN%3BAZvDL%2CyBA4DI%2CQAAO%2CKYJN%2CIAAI%3BATg9BT%2CMAAM%2CQACF%2CQAAO%2COSl9BN%3BATi9BL%2CMAAM%2CQACF%2CQAAO%2COSj9BN%2CIAAI%3BAR4FL%2CKAAC%2CcA0EG%2CiBAsBM%2CiBQ7LT%3BAR6FD%2CKAAC%2CcA0EG%2CiBAsBM%2CiBQ5LT%2CIAAI%3BARgNG%2CKApHP%2CcA6GG%2CQAOK%2CKAAK%2CIQjNb%3BARiNO%2CKApHP%2CcA6GG%2CQAOK%2CKAAK%2CIQhNb%2CIAAI%3BAQ3DT%2CqBACI%2CaAeI%2CcACI%2CmBRyCP%3BAQ1DL%2CqBACI%2CaAeI%2CcACI%2CmBR0CP%2CIAAI%3BAS9BT%2CYA0FI%2CmBT7DC%3BAS7BL%2CYA0FI%2CmBT5DC%2CIAAI%3BAU9CT%2C%2BBAGI%2C4BAMI%2CaVoCH%3BAU7CL%2C%2BBAGI%2C4BAMI%2CaVqCH%2CIAAI%3BAWnCT%2CmBXkCK%3BAWlCL%2CmBXmCK%2CIAAI%3BAYnDT%2CwBAiGI%2C0BAUI%2CeZzDH%3BAYlDL%2CwBAiGI%2C0BAUI%2CeZxDH%2CIAAI%3BALjET%2C0BA6BI%2CaKmCC%3BALhEL%2C0BA6BI%2CaKoCC%2CIAAI%3BAarCT%2CaAGI%2CiBACI%2CebgCH%3BAapCL%2CaAGI%2CiBACI%2CebiCH%2CIAAI%3BAafT%2CaAaI%2CabCC%3BAadL%2CaAaI%2CabEC%2CIAAI%3BAafT%2CaAcI%2CebAC%3BAadL%2CaAcI%2CebCC%2CIAAI%3BAamBT%2CYbpBK%3BAaoBL%2CYbnBK%2CIAAI%3BAc%2BBT%2CoBAGI%2CednCC%3BAcgCL%2CoBAGI%2CedlCC%2CIAAI%3BAetDL%2CSAAC%2CMAAM%2COAmCD%2CUfkBL%3BAerDD%2CSAAC%2CMAAM%2COAmCD%2CUfmBL%2CIAAI%3BAA2WD%2CeADJ%2CQACK%2COA5WJ%3BAA4WG%2CeADJ%2CQACK%2COA3WJ%2CIAAI%3BAEwBT%2CiCF8wDI%2CQAAO%2CMAvyDN%3BAEyBL%2CiCF8wDI%2CQAAO%2CMAtyDN%2CIAAI%3BAIMT%2CuBJgyDI%2CQAAO%2CMAvyDN%3BAIOL%2CuBJgyDI%2CQAAO%2CMAtyDN%2CIAAI%3BARgST%2CcQsgDI%2CQAAO%2CMAvyDN%3BARiSL%2CcQsgDI%2CQAAO%2CMAtyDN%2CIAAI%3BACjET%2CwBD2aI%2CQACK%2COA5WJ%3BAChEL%2CwBD2aI%2CQACK%2COA3WJ%2CIAAI%3BAChET%2CuBD0aI%2CQACK%2COA5WJ%3BAC%5C%2FDL%2CuBD0aI%2CQACK%2COA3WJ%2CIAAI%3BAgBhET%2CqBhB0aI%2CQACK%2COA5WJ%3BAgB%5C%2FDL%2CqBhB0aI%2CQACK%2COA3WJ%2CIAAI%3BAiBvDT%2CmBjBiaI%2CQACK%2COA5WJ%3BAiBtDL%2CmBjBiaI%2CQACK%2COA3WJ%2CIAAI%3BAkBjET%2CKAAK%2CKAAK%2COlB2aN%2CQACK%2COA5WJ%3BAkBhEL%2CKAAK%2CKAAK%2COlB2aN%2CQACK%2COA3WJ%2CIAAI%3BEACD%2CgBAAA%3B%3BAAtCR%3BAErBgB%2CwBAJZ%2COAEI%2CiBACI%2CQACK%3BAEAD%2CcAJZ%2COAEI%2CiBACI%2CQACK%3BAJ80DL%2CmBANR%2CiBAKI%2CQACK%3BAACD%2CmBAPR%2CiBAKI%2CQAEK%3BAE%5C%2F0DG%2CwBAJZ%2COAEI%2CiBC0DR%3BACxDgB%2CcAJZ%2COAEI%2CiBD0DR%3BADxDgB%2CwBAJZ%2COAEI%2CiBC8DR%3BAC5DgB%2CcAJZ%2COAEI%2CiBD8DR%3BAZ%2B0BA%2CcAwBI%2CQAAO%3BAC74BX%2CaAaI%2COAeI%2CiBACM%2CWAGE%2CQAAO%3BACQvB%2CkBACI%2CeAII%2CiBAKI%2CSAEI%3BAQtCZ%2CaAAc%2CMADb%2CaAAc%2CUAcX%2CQAAO%3BACiCf%2CiCFsvDI%2CiBAKI%2CQACK%3BAE5vDb%2CiCFsvDI%2CiBAKI%2CQAEK%3BAADD%2CmBANR%2CiBGhxDJ%3BAZm1BA%2CcYn1BA%3BAXlCA%2CaAaI%2COAeI%2CiBACM%2CWWKd%3BAFpBI%2CaAAc%2CMADb%2CaAAc%2CUEqBnB%3BAHsxDY%2CmBANR%2CiBG5wDJ%3BAZ%2B0BA%2CcY%5C%2F0BA%3BAXtCA%2CaAaI%2COAeI%2CiBACM%2CWWSd%3BAFxBI%2CaAAc%2CMADb%2CaAAc%2CUEyBnB%3BACIA%2CuBJwwDI%2CiBAKI%2CQACK%3BAI9wDb%2CuBJwwDI%2CiBAKI%2CQAEK%3BARr%5C%2FCb%2CcQ8%2BCI%2CiBAKI%2CQACK%3BARp%5C%2FCb%2CcQ8%2BCI%2CiBAKI%2CQAEK%3BAKr0Db%2CwBA0CI%2CwBZWA%2CeAII%2CiBAKI%2CSAEI%3BEXmMhB%2CgBAAA%3BEAAA%2CsBAAA%3BEAAA%2CWAAA%3B%3BAIiEA%2C2BAAC%3BAACD%2C2BAAC%3BAc1TD%2C%2BBdyTC%3BAczTD%2C%2BBd0TC%3BAgB%5C%2FUe%2CwBAJZ%2COAEI%2CiBACI%2CQACK%2CQhB8UhB%3BAgB9Ue%2CwBAJZ%2COAEI%2CiBACI%2CQACK%2CQhB%2BUhB%3BAkB%5C%2FUe%2CcAJZ%2COAEI%2CiBACI%2CQACK%2CQlB8UhB%3BAkB9Ue%2CcAJZ%2COAEI%2CiBACI%2CQACK%2CQlB%2BUhB%3BAc%2B%5C%2FCW%2CmBANR%2CiBAKI%2CQACK%2CQdhgDZ%3BAcggDW%2CmBANR%2CiBAKI%2CQACK%2CQd%5C%2F%5C%2FCZ%3BAcggDW%2CmBAPR%2CiBAKI%2CQAEK%2COdjgDZ%3BAcigDW%2CmBAPR%2CiBAKI%2CQAEK%2COdhgDZ%3BAgB%5C%2FUe%2CwBAJZ%2COAEI%2CiBC0DR%2CiBjBsRC%3BAgB9Ue%2CwBAJZ%2COAEI%2CiBC0DR%2CiBjBuRC%3BAkB%5C%2FUe%2CcAJZ%2COAEI%2CiBD0DR%2CiBjBsRC%3BAkB9Ue%2CcAJZ%2COAEI%2CiBD0DR%2CiBjBuRC%3BAgB%5C%2FUe%2CwBAJZ%2COAEI%2CiBC8DR%2CcjBkRC%3BAgB9Ue%2CwBAJZ%2COAEI%2CiBC8DR%2CcjBmRC%3BAkB%5C%2FUe%2CcAJZ%2COAEI%2CiBD8DR%2CcjBkRC%3BAkB9Ue%2CcAJZ%2COAEI%2CiBD8DR%2CcjBmRC%3BAK4jBD%2CcAwBI%2CQAAO%2CQLrlBV%3BAK6jBD%2CcAwBI%2CQAAO%2CQLplBV%3BAMzTD%2CaAaI%2COAeI%2CiBACM%2CWAGE%2CQAAO%2CQNwRtB%3BAMxTD%2CaAaI%2COAeI%2CiBACM%2CWAGE%2CQAAO%2CQNyRtB%3BAOjRD%2CkBACI%2CeAII%2CiBAKI%2CSAEI%2CQPoQf%3BAOhRD%2CkBACI%2CeAII%2CiBAKI%2CSAEI%2CQPqQf%3BAe3SG%2CaAAc%2CMADb%2CaAAc%2CUAcX%2CQAAO%2CQf6Rd%3BAe1SG%2CaAAc%2CMADb%2CaAAc%2CUAcX%2CQAAO%2CQf8Rd%3BAgB7PD%2CiCFsvDI%2CiBAKI%2CQACK%2CQdhgDZ%3BAgB5PD%2CiCFsvDI%2CiBAKI%2CQACK%2CQd%5C%2F%5C%2FCZ%3BAgB7PD%2CiCFsvDI%2CiBAKI%2CQAEK%2COdjgDZ%3BAgB5PD%2CiCFsvDI%2CiBAKI%2CQAEK%2COdhgDZ%3BAc%2B%5C%2FCW%2CmBANR%2CiBGhxDJ%2CiBjBsRC%3BAcggDW%2CmBANR%2CiBGhxDJ%2CiBjBuRC%3BAK4jBD%2CcYn1BA%2CiBjBsRC%3BAK6jBD%2CcYn1BA%2CiBjBuRC%3BAMzTD%2CaAaI%2COAeI%2CiBACM%2CWWKd%2CiBjBsRC%3BAMxTD%2CaAaI%2COAeI%2CiBACM%2CWWKd%2CiBjBuRC%3BAe3SG%2CaAAc%2CMADb%2CaAAc%2CUEqBnB%2CiBjBsRC%3BAe1SG%2CaAAc%2CMADb%2CaAAc%2CUEqBnB%2CiBjBuRC%3BAc%2B%5C%2FCW%2CmBANR%2CiBG5wDJ%2CcjBkRC%3BAcggDW%2CmBANR%2CiBG5wDJ%2CcjBmRC%3BAK4jBD%2CcY%5C%2F0BA%2CcjBkRC%3BAK6jBD%2CcY%5C%2F0BA%2CcjBmRC%3BAMzTD%2CaAaI%2COAeI%2CiBACM%2CWWSd%2CcjBkRC%3BAMxTD%2CaAaI%2COAeI%2CiBACM%2CWWSd%2CcjBmRC%3BAe3SG%2CaAAc%2CMADb%2CaAAc%2CUEyBnB%2CcjBkRC%3BAe1SG%2CaAAc%2CMADb%2CaAAc%2CUEyBnB%2CcjBmRC%3BAkB%5C%2FQD%2CuBJwwDI%2CiBAKI%2CQACK%2CQdhgDZ%3BAkB9QD%2CuBJwwDI%2CiBAKI%2CQACK%2CQd%5C%2F%5C%2FCZ%3BAkB%5C%2FQD%2CuBJwwDI%2CiBAKI%2CQAEK%2COdjgDZ%3BAkB9QD%2CuBJwwDI%2CiBAKI%2CQAEK%2COdhgDZ%3BAMWD%2CcQ8%2BCI%2CiBAKI%2CQACK%2CQdhgDZ%3BAMYD%2CcQ8%2BCI%2CiBAKI%2CQACK%2CQd%5C%2F%5C%2FCZ%3BAMWD%2CcQ8%2BCI%2CiBAKI%2CQAEK%2COdjgDZ%3BAMYD%2CcQ8%2BCI%2CiBAKI%2CQAEK%2COdhgDZ%3BAmBrUD%2CwBA0CI%2CwBZWA%2CeAII%2CiBAKI%2CSAEI%2CQPoQf%3BAmBpUD%2CwBA0CI%2CwBZWA%2CeAII%2CiBAKI%2CSAEI%2CQPqQf%3BEJlED%2CmBAAA%3BEAAA%2CsBAAA%3BEAAA%2CWAAA%3B%3BAIwEA%2C2BAAC%3BAchUD%2C%2BBdgUC%3BAgBrVe%2CwBAJZ%2COAEI%2CiBACI%2CQACK%2CQhBqVhB%3BAkBrVe%2CcAJZ%2COAEI%2CiBACI%2CQACK%2CQlBqVhB%3BAcy%5C%2FCW%2CmBANR%2CiBAKI%2CQACK%2CQdz%5C%2FCZ%3BAc0%5C%2FCW%2CmBAPR%2CiBAKI%2CQAEK%2COd1%5C%2FCZ%3BAgBrVe%2CwBAJZ%2COAEI%2CiBC0DR%2CiBjB6RC%3BAkBrVe%2CcAJZ%2COAEI%2CiBD0DR%2CiBjB6RC%3BAgBrVe%2CwBAJZ%2COAEI%2CiBC8DR%2CcjByRC%3BAkBrVe%2CcAJZ%2COAEI%2CiBD8DR%2CcjByRC%3BAKsjBD%2CcAwBI%2CQAAO%2CQL9kBV%3BAM%5C%2FTD%2CaAaI%2COAeI%2CiBACM%2CWAGE%2CQAAO%2CQN%2BRtB%3BAOvRD%2CkBACI%2CeAII%2CiBAKI%2CSAEI%2CQP2Qf%3BAejTG%2CaAAc%2CMADb%2CaAAc%2CUAcX%2CQAAO%2CQfoSd%3BAgBnQD%2CiCFsvDI%2CiBAKI%2CQACK%2CQdz%5C%2FCZ%3BAgBnQD%2CiCFsvDI%2CiBAKI%2CQAEK%2COd1%5C%2FCZ%3BAcy%5C%2FCW%2CmBANR%2CiBGhxDJ%2CiBjB6RC%3BAKsjBD%2CcYn1BA%2CiBjB6RC%3BAM%5C%2FTD%2CaAaI%2COAeI%2CiBACM%2CWWKd%2CiBjB6RC%3BAejTG%2CaAAc%2CMADb%2CaAAc%2CUEqBnB%2CiBjB6RC%3BAcy%5C%2FCW%2CmBANR%2CiBG5wDJ%2CcjByRC%3BAKsjBD%2CcY%5C%2F0BA%2CcjByRC%3BAM%5C%2FTD%2CaAaI%2COAeI%2CiBACM%2CWWSd%2CcjByRC%3BAejTG%2CaAAc%2CMADb%2CaAAc%2CUEyBnB%2CcjByRC%3BAkBrRD%2CuBJwwDI%2CiBAKI%2CQACK%2CQdz%5C%2FCZ%3BAkBrRD%2CuBJwwDI%2CiBAKI%2CQAEK%2COd1%5C%2FCZ%3BAMKD%2CcQ8%2BCI%2CiBAKI%2CQACK%2CQdz%5C%2FCZ%3BAMKD%2CcQ8%2BCI%2CiBAKI%2CQAEK%2COd1%5C%2FCZ%3BAmB3UD%2CwBA0CI%2CwBZWA%2CeAII%2CiBAKI%2CSAEI%2CQP2Qf%3BEJxED%2CmBAAA%3BEAAA%2CsBAAA%3BEAAA%2CWAAA%3B%3BAqCtJQ%2CcAFM%2CSACV%2CSACK%2CKA2CG%2CYAKI%3BErCsGhB%2CiBAAA%3BEAAA%2CmBAAA%3BEAAA%2CiBAAA%3B%3BAsCtMgB%2CeALZ%2CeAGI%2CiBACI%2CQACK%3BAlBoBT%2CkBADJ%2CQACK%3BAElBD%2CkBADJ%2CQACK%3BAhB%5C%2FET%2CeAEI%2CQAAO%2CQAAQ%3BAAMnB%2CyBAiEI%2CsBA8CI%2CYAGI%2CQAAO%3BAG0PnB%2CWAaI%2CQAAO%3BACrWX%2CaAgFI%2CwBAMI%2CQAAO%2CQAAQ%3BA6BnCH%2CeAZhB%2CeACM%2CWAOI%2CWAGE%2CQACK%3BAZsET%2CiBAFR%2CiBACI%2CQACK%3BAEpHb%2CqBA0BI%2CQAAO%3BAA1BX%2CqBA2BI%2CQAAO%3BACRS%2CwBAJhB%2CwBACM%2CmBACI%2CWACE%2CQACK%3BAUQrB%2CkBAKI%2CiBAAiB%2CQAAO%3BACtE5B%2CWACI%2CQAAO%3BACIX%2CcAiJI%2CQAAO%3BAJpEK%2CeALZ%2CeAGI%2CiBjBbR%3BADmCQ%2CkBCnCR%3BACiBQ%2CkBDjBR%3BAf9DA%2Cee8DA%2CiBf5DmB%3BAAMnB%2CyBAiEI%2CsBA8CI%2CYezDR%3BAXlCA%2CaAgFI%2CwBW9CJ%2CiBXoDuB%3BA6BnCH%2CeAZhB%2CeACM%2CWAOI%2CWlBbd%3BAMuFY%2CiBAFR%2CiBNrFJ%3BASVoB%2CwBAJhB%2CwBACM%2CmBACI%2CWTYd%3BAmBFA%2CkBAKI%2CiBnBHJ%3BAqB9DA%2CcrB8DA%3BAiBegB%2CeALZ%2CeAGI%2CiBjBTR%3BAD%2BBQ%2CkBC%5C%2FBR%3BACaQ%2CkBDbR%3BAflEA%2CeekEA%2CcfhEmB%3BAAMnB%2CyBAiEI%2CsBA8CI%2CYerDR%3BAXtCA%2CaAgFI%2CwBW1CJ%2CcXgDuB%3BA6BnCH%2CeAZhB%2CeACM%2CWAOI%2CWlBTd%3BAMmFY%2CiBAFR%2CiBNjFJ%3BASdoB%2CwBAJhB%2CwBACM%2CmBACI%2CWTgBd%3BAmBNA%2CkBAKI%2CiBnBCJ%3BAqBlEA%2CcrBkEA%3BErBiNA%2CmBAAA%3BEAAA%2CkBAAA%3BEAAA%2CiBAAA%3B%3BAUvHI%2CKAAC%2CcAmJG%2CcQtMR%3BAqB6LgB%2CeAzBZ%2CsBAuBI%2CSACI%2CSACK%2CKrB7LjB%3BAyBxFA%2CkBAoDI%2CeA4BI%2CSAEI%2CczBMZ%3BACYA%2CgCAwCI%2CSACI%2CcDrDR%3BAwBzGA%2CcAqJI%2CcxB5CJ%3BEACI%2CWAAA%3BEACA%2CWAAA%3BEACA%2CoBAAA%3B%3BARgDA%2CKAAC%2CcAmJG%2CcQtMR%2CGAKK%3BAqBwLW%2CeAzBZ%2CsBAuBI%2CSACI%2CSACK%2CKrB7LjB%2CGAKK%3BAyB7FL%2CkBAoDI%2CeA4BI%2CSAEI%2CczBMZ%2CGAKK%3BACOL%2CgCAwCI%2CSACI%2CcDrDR%2CGAKK%3BAwB9GL%2CcAqJI%2CcxB5CJ%2CGAKK%3BEACG%2CSAAS%2CIAAT%3B%3BAR6CJ%2CKAAC%2CcAmJG%2CcQ5LR%3BAqBmLgB%2CeAzBZ%2CsBAuBI%2CSACI%2CSACK%2CKrBnLjB%3BAyBlGA%2CkBAoDI%2CeA4BI%2CSAEI%2CczBgBZ%3BACEA%2CgCAwCI%2CSACI%2CcD3CR%3BAwBnHA%2CcAqJI%2CcxBlCJ%3BEACI%2CqBAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CqBAAA%3B%3BA0BvHJ%2CgBACM%2CWAKE%3BAANR%2CgBAEM%2CaAIE%3BAtCNR%2CeAEI%2CQAAO%2CQAAQ%3BAAMnB%2CyBAiEI%2CsBA8CI%2CYAGI%2CQAAO%3BAG0PnB%2CWAaI%2CQAAO%3BAgCtYX%2CWACI%2CQAAO%3BAnCIX%2Cee8DA%2CiBf5DmB%3BAAMnB%2CyBAiEI%2CsBA8CI%2CYezDR%3BAf9DA%2CeekEA%2CcfhEmB%3BAAMnB%2CyBAiEI%2CsBA8CI%2CYerDR%3BEjB4JA%2CWAAA%3B%3BAIUA%2CcAwBI%3BAEpGA%2CKAAC%2CcAoKG%3BA6BlGR%2CeAmBI%3BApB5HJ%2CgCAKI%3BEDwEA%2CYAAA%3BEACA%2CqBAAA%3B%3BAVqCJ%2CcAwBI%2CuBU3DA%3BARzCA%2CKAAC%2CcAoKG%2CuBQ3HJ%3BAqByBJ%2CeAmBI%2CuBrB5CA%3BAChFJ%2CgCAKI%2CuBD2EA%3BEACI%2CgBAAA%3B%3BATjGR%2CQAAQ%2CMACJ%2CSAAQ%2CMAAO%2COAAM%3BESiHrB%2CcAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3B%3BAsB7MJ%2CgBACI%2COAOI%3BExC8PR%2CgCAAA%3BEAAA%2CiBAAA%3BEkB7CI%2CmBAAA%3BEACA%2CoBAAA%3B%3BAsB1NJ%2CgBACI%2COAOI%2CatBoNJ%3BEACI%2CgBAAA%3B%3BACnNR%3BAciHI%2CSAAC%3BEY5FL%2CqBAAA%3BEACA%2CkBAAA%3B%3BA7CJA%2CoBAAC%3BAACD%2CoBAAC%3BAmBnBD%2CqBnBkBC%3BAmBlBD%2CqBnBmBC%3BAiC8FG%2CSAAC%2CSjC%5C%2FFJ%3BAiC%2BFG%2CSAAC%2CSjC9FJ%3BEACG%2CSAAS%2CEAAT%3BEACA%2CcAAA%3B%3BAAGJ%2CoBAAC%3BAmBxBD%2CqBnBwBC%3BAiCyFG%2CSAAC%2CSjCzFJ%3BEACG%2CWAAA%3B%3BAkBoMJ%2CoB2BrMA%3BA1BxBA%2CqB0BwBA%3BAZyFI%2CSAAC%2CSYzFL%3BEAEI%2CeAAA%3BE7CkOJ%2CqBAAA%3BE8CpNA%2CqBAAA%3B%3BAAMA%2CoBDtBA%2CeCsBC%3BA3B9CD%2CqB0BwBA%2CeCsBC%3BAbmEG%2CSAAC%2CSYzFL%2CeCsBC%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BE9C1EA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CcAAA%3BEAAA%2CS%2BClNQ%2CO%5C%2FCkNR%3BEAAA%2CagD3Qe%2CYhD2Qf%3BEAAA%2CiBAAA%3BEAAA%2CsBAAA%3BE8CiFA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAtRI%2CoBDnCJ%2CeCkCC%2CMACI%3BA3B3DL%2CqB0BwBA%2CeCkCC%2CMACI%3BAbsDD%2CSAAC%2CSYzFL%2CeCkCC%2CMACI%3BE9CiML%2CcAAA%3B%3BA8C3LI%2CoBDzCJ%2CeCwCC%2COACI%3BA3BjEL%2CqB0BwBA%2CeCwCC%2COACI%3BAbgDD%2CSAAC%2CSYzFL%2CeCwCC%2COACI%3BE9C2LL%2CcAAA%3B%3BA6CiFA%2CoBArTA%2CeAqTC%3BA1B7UD%2CqB0BwBA%2CeAqTC%3BAZ5NG%2CSAAC%2CSYzFL%2CeAqTC%3BE7CjFD%2CqBAAA%3BE8CpNA%2CqBAAA%3B%3BAAMA%2CoBDtBA%2CeAqTC%2COC%5C%2FRA%3BA3B9CD%2CqB0BwBA%2CeAqTC%2COC%5C%2FRA%3BAbmEG%2CSAAC%2CSYzFL%2CeAqTC%2COC%5C%2FRA%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BE9C1EA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CcAAA%3BEAAA%2CS%2BCnNM%2CO%5C%2FCmNN%3BEAAA%2CagD3Qe%2CYhD2Qf%3BEAAA%2CiBAAA%3BEAAA%2CsBAAA%3BE8CiFA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAtRI%2CoBDnCJ%2CeAqTC%2COCnRA%2CMACI%3BA3B3DL%2CqB0BwBA%2CeAqTC%2COCnRA%2CMACI%3BAbsDD%2CSAAC%2CSYzFL%2CeAqTC%2COCnRA%2CMACI%3BE9CiML%2CcAAA%3B%3BA8C3LI%2CoBDzCJ%2CeAqTC%2COC7QA%2COACI%3BA3BjEL%2CqB0BwBA%2CeAqTC%2COC7QA%2COACI%3BAbgDD%2CSAAC%2CSYzFL%2CeAqTC%2COC7QA%2COACI%3BE9C2LL%2CcAAA%3B%3BAkB%5C%2FBA%2CoB2BdA%3BA1B%5C%2FMA%2CqB0B%2BMA%3BAZ9FI%2CSAAC%2CSY8FL%3BE7C6CA%2CSAAA%3BEAAA%2CUAAA%3BED9JA%2CqBAAA%3BEC8JA%2CgBAAA%3BEAAA%2CsBAAA%3BEAAA%2CeAAA%3BEAAA%2CgBAAA%3BEAAA%2CYAAA%3BE6CpCI%2CsBAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3BE7CkCJ%2CSAAA%3BEAAA%2CyCAAA%3B%3BAkB%5C%2FBA%2CoB2BdA%2CYAsBI%3BA1BrOJ%2CqB0B%2BMA%2CYAsBI%3BAZpHA%2CSAAC%2CSY8FL%2CYAsBI%3BE7CuBJ%2CSAAA%3BEAAA%2CyBAAA%3B%3BA6CfQ%2CoBA9BR%2CYAsBI%2CGAQK%3BA1B7OT%2CqB0B%2BMA%2CYAsBI%2CGAQK%3BAZ5HL%2CSAAC%2CSY8FL%2CYAsBI%2CGAQK%3BE7CeT%2CmBAAA%3BE6CbY%2CeAAA%3B%3BAAuTZ%2CoBAvVA%2CYAuVC%3BAACD%2CoBAxVA%2CYAwVC%3BA1BviBD%2CqB0B%2BMA%2CYAuVC%3BA1BtiBD%2CqB0B%2BMA%2CYAwVC%3BAZtbG%2CSAAC%2CSY8FL%2CYAuVC%3BAZrbG%2CSAAC%2CSY8FL%2CYAwVC%3BEACG%2C0BAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3B%3BAAGJ%2CoBAjWA%2CYAiWC%3BA1BhjBD%2CqB0B%2BMA%2CYAiWC%3BAZ%5C%2FbG%2CSAAC%2CSY8FL%2CYAiWC%3BEACG%2CiBAAA%3BE7CrTJ%2CsDAAA%3BE6CuTI%2CWAAA%3B%3BAAGJ%2CoBAvWA%2CYAuWC%3BA1BtjBD%2CqB0B%2BMA%2CYAuWC%3BAZrcG%2CSAAC%2CSY8FL%2CYAuWC%3BEACG%2CiBAAA%3BE7C3TJ%2CsDAAA%3BE6C6TI%2CWAAA%3B%3BAAzDJ%2CoBAjTA%2CYAiTC%3BA1BhgBD%2CqB0B%2BMA%2CYAiTC%3BAZ%5C%2FYG%2CSAAC%2CSY8FL%2CYAiTC%3BE7CpQD%2CUAAA%3BEAAA%2CUAAA%3B%3BA6CyQA%2CoBAtTA%2CYAsTC%3BA1BrgBD%2CqB0B%2BMA%2CYAsTC%3BAZpZG%2CSAAC%2CSY8FL%2CYAsTC%3BE7CzQD%2CSAAA%3BEAAA%2CUAAA%3B%3BA6CAA%2CoBAAC%3BA1B5PD%2CqB0B4PC%3BAZ3IG%2CSAAC%2CSY2IJ%3BEACG%2CiBAAA%3B%3BAADJ%2CoBAAC%2COAGG%3BA1B%5C%2FPJ%2CqB0B4PC%2COAGG%3BAZ9IA%2CSAAC%2CSY2IJ%2COAGG%3BEACI%2CcAAA%3B%3BA1BhQR%2CqBDqOI%2CGAAE%3BAepHF%2CSAAC%2CSfoHD%2CGAAE%3BEACE%2CcAAA%3B%3BA%2BB9PR%2COACI%2CgBA4BI%2CKACI%3BA3CrBZ%2CyBAcI%2CYAAW%3BAG8Vf%2CWAMI%2CYAAW%3BA%2BBxDf%2CQACI%2CMAAK%2CmBACD%2CKACI%3BArBvSZ%2CyBACI%2COAAM%2CIAAK%3BAAsFf%2CgCAkCI%2CKACI%3BA%2BBpJR%2CMAAM%2CQAWF%2CKAAI%2CIAGA%2CSAAQ%2CIACJ%3BAjBmTJ%2C0BADJ%2CYACK%3BAStUT%2CcA6EI%2CeAOI%2CKACI%2CKAGI%3BALpDhB%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CSAkB%5C%2FB%2CYAGI%3BAAoEA%2CcAFM%2CSACV%2CSACK%2CKA2CG%2CYACI%2CMAAK%3BActJD%2CQAnBhB%2CgBACI%2CUAGI%2CQAGI%2COAYK%2CIACG%3BEjCoPpB%2CkBAAA%3BEACA%2CWAAA%3B%3BAsBzDJ%3BAYsMA%2CgBACI%3BApCxZJ%3BAACA%3BEEmRI%2CmBAAA%3B%3BATuOQ%2CQAzDR%2CeAwDI%2CQACK%3BAAWD%2CQAFR%2CeACI%2CQACK%3BAAqUL%2CiBArCJ%2CMAqCK%2COAKG%2CQAAO%3BAAkEnB%2CcASI%2CQAAO%3BA4Ct2BP%2COAAC%2CQAmBG%2CQAAO%3BErD4Mf%2CqBAAA%3BE8ClQA%2CqBAAA%3B%3BA5BiRA%2C6B4BfE%3BArCuOU%2CQAzDR%2CeAwDI%2CQACK%2COqCvOX%3BArCkPU%2CQAFR%2CeACI%2CQACK%2COqClPX%3BArCujBM%2CiBArCJ%2CMAqCK%2COAKG%2CQAAO%2COqC5jBjB%3BArC8nBF%2CcASI%2CQAAO%2COqCvoBT%3BAO%5C%2FNE%2COAAC%2CQAmBG%2CQAAO%2COP4Mb%3BE9CjQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA8CFA%2C6BAAC%3BArCmeW%2CQAzDR%2CeAwDI%2CQACK%2COqCneZ%3BArC8eW%2CQAFR%2CeACI%2CQACK%2COqC9eZ%3BArCmzBO%2CiBArCJ%2CMAqCK%2COAKG%2CQAAO%2COqCxzBlB%3BArC03BD%2CcASI%2CQAAO%2COqCn4BV%3BAO6BG%2COAAC%2CQAmBG%2CQAAO%2COPhDd%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE9C1EA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CS%2BC9NU%2CO%5C%2FC8NV%3BEAAA%2CagD3Qe%2CYhD2Qf%3BEAAA%2CsBAAA%3BE8CiFA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2C6BADH%2CMACI%3BArCsdO%2CQAzDR%2CeAwDI%2CQACK%2COqCvdZ%2CMACI%3BArCieO%2CQAFR%2CeACI%2CQACK%2COqCleZ%2CMACI%3BArCsyBG%2CiBArCJ%2CMAqCK%2COAKG%2CQAAO%2COqC5yBlB%2CMACI%3BArC62BL%2CcASI%2CQAAO%2COqCv3BV%2CMACI%3BAOgBD%2COAAC%2CQAmBG%2CQAAO%2COPpCd%2CMACI%3BE9C%2BOL%2CcAAA%3B%3BA8CzOI%2C6BADH%2COACI%3BArCgdO%2CQAzDR%2CeAwDI%2CQACK%2COqCjdZ%2COACI%3BArC2dO%2CQAFR%2CeACI%2CQACK%2COqC5dZ%2COACI%3BArCgyBG%2CiBArCJ%2CMAqCK%2COAKG%2CQAAO%2COqCtyBlB%2COACI%3BArCu2BL%2CcASI%2CQAAO%2COqCj3BV%2COACI%3BAOUD%2COAAC%2CQAmBG%2CQAAO%2COP9Bd%2COACI%3BE9CyOL%2CWAAA%3B%3BAQtOQ%2CQAhBH%2CKAgBI%3BACAT%2CQAAQ%2CKAAM%3BESwQV%2CgBAAA%3B%3BAVxQI%2CQAhBH%2CKAgBI%2CKUyQH%3BATzQN%2CQAAQ%2CKAAM%2CESyQR%3BElBnCN%2CWAAA%3BEAAA%2CqBAAA%3B%3BADrIA%2CiBmBwKM%2CInBxKL%3BASjGO%2CQAhBH%2CKAgBI%2CKUyQH%2CInBxKL%3BAUjGD%2CQAAQ%2CKAAM%2CESyQR%2CInBxKL%3BECqID%2CWAAA%3BEAAA%2C0BAAA%3B%3BADhIA%2CiBmBmKM%2CInBnKL%3BAStGO%2CQAhBH%2CKAgBI%2CKUyQH%2CInBnKL%3BAUtGD%2CQAAQ%2CKAAM%2CESyQR%2CInBnKL%3BECgID%2CWAAA%3BEAAA%2C0BAAA%3B%3BAD3HA%2CiBmB8JM%2CInB9JL%3BAS3GO%2CQAhBH%2CKAgBI%2CKUyQH%2CInB9JL%3BAU3GD%2CQAAQ%2CKAAM%2CESyQR%2CInB9JL%3BEC2HD%2CWAAA%3BEAAA%2C0BAAA%3B%3BADrIA%2CcAAC%3BECqID%2CcAAA%3BEAAA%2CqBAAA%3B%3BADhIA%2CcAAC%3BECgID%2CcAAA%3BEAAA%2C0BAAA%3B%3BAD3HA%2CcAAC%3BEC2HD%2CcAAA%3BEAAA%2C0BAAA%3B%3BAmBlQA%2CKAAK%2CaAAa%2CMACd%3BAkBDJ%2CKAAK%2CSAAS%2CMACV%3BEnBmUJ%2CcAAA%3B%3BAAsFQ%2CeADJ%2CQACK%3BAC5aT%2CwBD2aI%2CQACK%3BAC3aT%2CuBD0aI%2CQACK%3BAgB3aT%2CqBhB0aI%2CQACK%3BAiBlaT%2CmBjBiaI%2CQACK%3BAkB5aT%2CKAAK%2CKAAK%2COlB2aN%2CQACK%3BEA1DL%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3B%3BACtXJ%2CwBD0YI%2CUACI%2COACI%3BAC3YZ%2CuBDyYI%2CUACI%2COACI%3BAgB3YZ%2CqBhByYI%2CUACI%2COACI%3BAiBlYZ%2CmBjBgYI%2CUACI%2COACI%3BAkB5YZ%2CKAAK%2CKAAK%2COlB0YN%2CUACI%2COACI%3BEACI%2CUAAA%3B%3BAC7YhB%2CwBD0YI%2CUAOI%2CiBAGM%3BACnZd%2CuBDyYI%2CUAOI%2CiBAGM%3BAgBnZd%2CqBhByYI%2CUAOI%2CiBAGM%3BAiB1Yd%2CmBjBgYI%2CUAOI%2CiBAGM%3BAkBpZd%2CKAAK%2CKAAK%2COlB0YN%2CUAOI%2CiBAGM%3BEAOE%2CWAAA%3B%3BAC3ZhB%2CwBD0YI%2CUAOI%2CiBAGM%2CaACE%2CQACK%3BACrZrB%2CuBDyYI%2CUAOI%2CiBAGM%2CaACE%2CQACK%3BAgBrZrB%2CqBhByYI%2CUAOI%2CiBAGM%2CaACE%2CQACK%3BAiB5YrB%2CmBjBgYI%2CUAOI%2CiBAGM%2CaACE%2CQACK%3BAkBtZrB%2CKAAK%2CKAAK%2COlB0YN%2CUAOI%2CiBAGM%2CaACE%2CQACK%3BEACG%2CgBAAA%3B%3BACvZxB%2CwBD0YI%2CUAqBI%2CQACI%3BAC%5C%2FZZ%2CuBDyYI%2CUAqBI%2CQACI%3BAgB%5C%2FZZ%2CqBhByYI%2CUAqBI%2CQACI%3BAiBtZZ%2CmBjBgYI%2CUAqBI%2CQACI%3BAkBhaZ%2CKAAK%2CKAAK%2COlB0YN%2CUAqBI%2CQACI%3BEACI%2CSAAA%3B%3BACjahB%2CwBDsaI%3BACraJ%2CuBDqaI%3BAgBraJ%2CqBhBqaI%3BAiB5ZJ%2CmBjB4ZI%3BAkBtaJ%2CKAAK%2CKAAK%2COlBsaN%3BEACI%2CgBAAA%3BEACA%2CkBAAA%3B%3BACxaR%2CwBDibI%2CSACK%3BACjbT%2CuBDgbI%2CSACK%3BAgBjbT%2CqBhBgbI%2CSACK%3BAiBxaT%2CmBjBuaI%2CSACK%3BAkBlbT%2CKAAK%2CKAAK%2COlBibN%2CSACK%3BEACG%2CgBAAA%3B%3BAapNA%2CoBAFR%2CaACI%2CoBACK%2CIAAI%3BE%5C%2FBjNjB%2CSAAA%3BEACA%2CkBAAA%3B%3BAsD4BJ%3BAC3CI%2CYACI%2CeAEI%2COACI%3BAjDKZ%2CyBAiEI%2CsBAuEI%3BAAxIR%2CyBAiEI%2CsBAwEI%2CSAAQ%3BAAzIhB%2CyBAiEI%2CsBAyEI%3BAEjFA%2CQApCH%2CKAoCI%2CQAOG%2CmBASM%2CUASE%3BACzCpB%2CcACI%3BAA0vBQ%2CiBAPR%2CMAIK%2CMAGI%2COAEG%3BAADJ%2CiBARR%2CMAIK%2CMAII%2CQACG%3BAAkOhB%2CMAAM%2CQAeF%2COAAM%2COAKF%3BACv2BI%2CKAjCP%2CcAsBG%2CKAWK%2CIAIG%3BA6B3BR%2CiBAjBJ%2CQAiBK%2CSAGG%3BAAHJ%2CiBAjBJ%2CQAiBK%2CSAoCG%3BA5BtLZ%2CqBACI%3BAmBRJ%2CwBA%2BHI%2CsBACM%3BAAhIV%2CwBA%2BII%2CUACI%3BAP7IR%2CwBA8FI%2COACI%3BAiChHR%2CcACI%3BAhB2GJ%2CSACI%2CUACM%3BAAuFV%2CMAAM%2COACF%2COACI%3BAiBzLR%2C0BAaI%2CyBACI%2CUACI%2CQAAO%3BACbnB%2CYACI%2CuBAGI%2COAGI%3BACtBZ%2CsBAgFI%2CUAAS%2CSACJ%3BAzBjFT%2CqBAGI%2CQACI%3BAmByIA%2COA7CH%2CQA6CI%2CQAyCG%3BApBrGI%2CiBAHU%2CUApErB%2CMAAM%2COAsEG%2CUACG%2CMACG%3BAADJ%2CcAFO%2CUArElB%2CMAAM%2COAsEG%2CUACG%2CMACG%3BAAmEpB%2CuBACI%2CoBACI%3BAA4FR%2C2BAKI%2CsBAII%2CUACM%3BAS7Pd%2CcA6EI%2CeAOI%2CKASI%3BAA7FZ%2CcA8JI%2COAGI%2CkBACI%2CcACI%2CUACM%3BAkBnKtB%2CMAAM%2CWA4CF%3BARkIA%2COAAC%2CKAGG%3BAAoOR%2CgBACI%2CiBAII%3BAtCnFR%2CcAoBI%2CcACI%3BAC1LJ%2COADG%2CKACF%2CIAAI%3BAAqHT%2CYAAa%2COAAM%2CQAEf%2CUAmCI%3BAApCR%2CYACI%2CUAmCI%3BAsBhMA%2CcAFM%2CSACV%2CSACK%2CKAqBG%2CaACI%3BErCjIhB%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAuCqTQ%2CeAhCJ%2CSAgCK%2CQACG%2CQAYM%3BAsB%5C%2FUd%2CsBAAC%2CcAGG%2CsBAQI%3BE7DMZ%2CUAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3B%3BAAOA%2CiBAAC%3BAACD%2CiBAAC%3BAkB8VD%2CeACI%2CUAOI%2CiBlBvWP%3BAkB%2BVD%2CeACI%2CUAOI%2CiBlBtWP%3BAMlCD%2CyBAkBI%2CyBAoBI%2COAAM%2COAMF%2CONXX%3BAMjCD%2CyBAkBI%2CyBAoBI%2COAAM%2COAMF%2CONVX%3BA8DvBD%2CQ9DsBC%3BA8DtBD%2CQ9DuBC%3BASsZD%2CQAwFI%2CsBT%5C%2FeH%3BASuZD%2CQAwFI%2CsBT9eH%3BAUkHG%2CKAAC%2CcA0EG%2CiBV7LP%3BAUmHG%2CKAAC%2CcA0EG%2CiBV5LP%3BAUkHG%2CKAAC%2CcAmJG%2CcVtQP%3BAUmHG%2CKAAC%2CcAmJG%2CcVrQP%3BAuCoLD%2CeAGI%2CcAWM%2CWvCnMT%3BAuCqLD%2CeAGI%2CcAWM%2CWvClMT%3BAuC4Pe%2CeAzBZ%2CsBAuBI%2CSACI%2CSACK%2CKvC7PhB%3BAuC6Pe%2CeAzBZ%2CsBAuBI%2CSACI%2CSACK%2CKvC5PhB%3BAWhBD%2CmBXeC%3BAWfD%2CmBXgBC%3BAWkBD%2CyBXnBC%3BAWmBD%2CyBXlBC%3BA%2BDtCD%2CsB%5C%2FDqCC%3BA%2BDrCD%2CsB%5C%2FDsCC%3BA2B6DO%2CYADJ%2COACK%2CU3B9DR%3BA2B8DO%2CYADJ%2COACK%2CU3B7DR%3BA2CzBD%2CkBAoDI%2CeA4BI%2CSAEI%2Cc3C1DX%3BA2CxBD%2CkBAoDI%2CeA4BI%2CSAEI%2Cc3CzDX%3BA2CzBD%2CkBAwGI%2CcACI%2CsB3CjFP%3BA2CxBD%2CkBAwGI%2CcACI%2CsB3ChFP%3BAyD7BD%2C0BACI%2CkBzD2BH%3BAyD5BD%2C0BACI%2CkBzD4BH%3BA%2BB6GD%2CgBA%2BBI%2CS%5C%2FB7IH%3BA%2BB8GD%2CgBA%2BBI%2CS%5C%2FB5IH%3BA%2BBuJD%2CoBACI%2CoB%5C%2FBzJH%3BA%2BBwJD%2CoBACI%2CoB%5C%2FBxJH%3BA%2BBuJD%2CoBAEI%2CkC%5C%2FB1JH%3BA%2BBwJD%2CoBAEI%2CkC%5C%2FBzJH%3BAmB2ED%2CgCAwCI%2CSACI%2CcnBrHP%3BAmB4ED%2CgCAwCI%2CSACI%2CcnBpHP%3BAgCTD%2CmBhCQC%3BAgCRD%2CmBhCSC%3BAgCuGD%2CYAAa%2CMAAK%2CMAEd%2CeAOI%2CShCjHP%3BAgCwGD%2CYAAa%2CMAAK%2CMAEd%2CeAOI%2CShChHP%3BAgCwGD%2CkBACI%2CeAOI%2CShCjHP%3BAgCyGD%2CkBACI%2CeAOI%2CShChHP%3BAgCqJD%2CcAKI%2CShC3JH%3BAgCsJD%2CcAKI%2CShC1JH%3BAgEpCD%2CUAWI%2CgBhEwBH%3BAgEnCD%2CUAWI%2CgBhEyBH%3BA0C1CD%2CcAqJI%2Cc1C5GH%3BA0CzCD%2CcAqJI%2Cc1C3GH%3BA0C1CD%2CcA8JI%2CO1CrHH%3BA0CzCD%2CcA8JI%2CO1CpHH%3BA0C1CD%2CcAyMI%2Ce1ChKH%3BA0CzCD%2CcAyMI%2Ce1C%5C%2FJH%3BAoD4WD%2CgBACI%2CiBpD9WH%3BAoD6WD%2CgBACI%2CiBpD7WH%3BAmCjCD%2CmBAaI%2CiBnCmBH%3BAmChCD%2CmBAaI%2CiBnCoBH%3BAekFG%2COAAC%2CQfnFJ%3BAemFG%2COAAC%2CQflFJ%3BAmB3CD%2CwBD0YI%2CUAOI%2CiBlBvWP%3BAmB1CD%2CwBD0YI%2CUAOI%2CiBlBtWP%3BAmB1CD%2CuBDyYI%2CUAOI%2CiBlBvWP%3BAmBzCD%2CuBDyYI%2CUAOI%2CiBlBtWP%3BAkC1CD%2CqBhByYI%2CUAOI%2CiBlBvWP%3BAkCzCD%2CqBhByYI%2CUAOI%2CiBlBtWP%3BAmCjCD%2CmBjBgYI%2CUAOI%2CiBlBvWP%3BAmChCD%2CmBjBgYI%2CUAOI%2CiBlBtWP%3BAoC3CD%2CKAAK%2CKAAK%2COlB0YN%2CUAOI%2CiBlBvWP%3BAoC1CD%2CKAAK%2CKAAK%2COlB0YN%2CUAOI%2CiBlBtWP%3BEACG%2CSAAS%2CEAAT%3BEACA%2CcAAA%3B%3BAAGJ%2CiBAAC%3BAkByVD%2CeACI%2CUAOI%2CiBlBjWP%3BAMvCD%2CyBAkBI%2CyBAoBI%2COAAM%2COAMF%2CONLX%3BA8D5BD%2CQ9D4BC%3BASiZD%2CQAwFI%2CsBTzeH%3BAU6GG%2CKAAC%2CcA0EG%2CiBVvLP%3BAU6GG%2CKAAC%2CcAmJG%2CcVhQP%3BAuC%2BKD%2CeAGI%2CcAWM%2CWvC7LT%3BAuCuPe%2CeAzBZ%2CsBAuBI%2CSACI%2CSACK%2CKvCvPhB%3BAWrBD%2CmBXqBC%3BAWaD%2CyBXbC%3BA%2BD3CD%2CsB%5C%2FD2CC%3BA2BwDO%2CYADJ%2COACK%2CU3BxDR%3BA2C9BD%2CkBAoDI%2CeA4BI%2CSAEI%2Cc3CpDX%3BA2C9BD%2CkBAwGI%2CcACI%2CsB3C3EP%3BAyDlCD%2C0BACI%2CkBzDiCH%3BA%2BBwGD%2CgBA%2BBI%2CS%5C%2FBvIH%3BA%2BBkJD%2CoBACI%2CoB%5C%2FBnJH%3BA%2BBkJD%2CoBAEI%2CkC%5C%2FBpJH%3BAmBsED%2CgCAwCI%2CSACI%2CcnB%5C%2FGP%3BAgCdD%2CmBhCcC%3BAgCkGD%2CYAAa%2CMAAK%2CMAEd%2CeAOI%2CShC3GP%3BAgCmGD%2CkBACI%2CeAOI%2CShC3GP%3BAgCgJD%2CcAKI%2CShCrJH%3BAgEzCD%2CUAWI%2CgBhE8BH%3BA0C%5C%2FCD%2CcAqJI%2Cc1CtGH%3BA0C%5C%2FCD%2CcA8JI%2CO1C%5C%2FGH%3BA0C%5C%2FCD%2CcAyMI%2Ce1C1JH%3BAoDuWD%2CgBACI%2CiBpDxWH%3BAmCtCD%2CmBAaI%2CiBnCyBH%3BAe6EG%2COAAC%2CQf7EJ%3BAmBhDD%2CwBD0YI%2CUAOI%2CiBlBjWP%3BAmB%5C%2FCD%2CuBDyYI%2CUAOI%2CiBlBjWP%3BAkC%5C%2FCD%2CqBhByYI%2CUAOI%2CiBlBjWP%3BAmCtCD%2CmBjBgYI%2CUAOI%2CiBlBjWP%3BAoChDD%2CKAAK%2CKAAK%2COlB0YN%2CUAOI%2CiBlBjWP%3BEACG%2CWAAA%3B%3BAkB2hDJ%2CeACI%3BAA2BJ%3BA%2BCpmDA%2CQAGI%2CQAAO%3BAAHX%2CQAYI%3BAAZJ%2CQAmBI%3BAhBvBJ%2COACI%2CgBAqBI%3BA1C6DR%3BACrDI%2CQAAC%3BACmaL%2CQAwFI%2CsBAII%3BAChgBR%3BAiBMA%2CYA4BI%3BAkClDA%2CsBAAC%2CcAgBG%3BAlBXR%3BA1BoIoB%2CYA5FhB%2CcAKI%2CQAII%2CMAkFI%2CQACK%3BAkCzID%2CQAZhB%2CgBACI%2CUAGI%2CQAGI%2COAKK%3BA5CwJT%2CKArCP%2COAAO%2CSACR%2CQAAO%2CMACH%2COAmCK%2CKWw6CT%3BAgDrkDI%2CMADJ%2CSACK%3BA%5C%2FC4DT%2CuBACI%2COAAM%2CKDwgDN%3BEAzgCJ%2CsBAAA%3B%3BA4B9fA%2CoBAAC%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BE9C1EA%2CeAAA%3BEAAA%2CgBAAA%3BEAAA%2CcAAA%3BEAAA%2CS%2BClNQ%2CO%5C%2FCkNR%3BEAAA%2CagD3Qe%2CYhD2Qf%3BEAAA%2CsBAAA%3BE8CiFA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BA9C%5C%2FTA%2CiBAAC%3BAACD%2CiBAAC%3BEACG%2CSAAS%2CEAAT%3BEACA%2CcAAA%3B%3BAAGJ%2CiBAAC%3BEACG%2CWAAA%3B%3BAkB4lBJ%2CiB2B5MA%3BEACI%2CWAAA%3BEACA%2CSAAA%3B%3BA3B0MJ%2CiB2BvMA%3BEACI%2CYAAA%3BEACA%2CSAAA%3B%3BA3BqMJ%2CiB2BvLA%2COAAM%3BEACF%2C6BAAA%3BEACA%2C0BAAA%3B%3BA3BqLJ%2CiB2BlLA%2COAAS%3BEACL%2C4BAAA%3BEACA%2CcAAA%3BEACA%2CyBAAA%3B%3BA3B%2BKJ%2CiB2B9eA%3BE7CqHA%2CqBAAA%3BE8CpNA%2CqBAAA%3B%3BA5B6kBA%2CiB2B9eA%2CeCqHE%3BE9CjQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA8C4CA%2CiBDyFA%2CeCzFC%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BE9C1EA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CcAAA%3BEAAA%2CS%2BClNQ%2CO%5C%2FCkNR%3BEAAA%2CagD3Qe%2CYhD2Qf%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BE8CiFA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAtRI%2CiBD4EJ%2CeC7EC%2CMACI%3BE9CiML%2CcAAA%3B%3BA8C3LI%2CiBDsEJ%2CeCvEC%2COACI%3BE9C2LL%2CcAAA%3B%3BA6CmIA%2CiBAxPA%2CeAwPC%3BE7CnID%2CqBAAA%3BE8CpNA%2CqBAAA%3B%3BADuVA%2CiBAxPA%2CeAwPC%2COCnIC%3BE9CjQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA8C4CA%2CiBDyFA%2CeAwPC%2COCjVA%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BE9C1EA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CcAAA%3BEAAA%2CS%2BCnNM%2CO%5C%2FCmNN%3BEAAA%2CagD3Qe%2CYhD2Qf%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BE8CiFA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAtRI%2CiBD4EJ%2CeAwPC%2COCrUA%2CMACI%3BE9CiML%2CcAAA%3B%3BA8C3LI%2CiBDsEJ%2CeAwPC%2COC%5C%2FTA%2COACI%3BE9C2LL%2CcAAA%3B%3BAkByXA%2CiB2BtaA%3BE7C6CA%2CSAAA%3BEAAA%2CUAAA%3BED9JA%2CqBAAA%3BEC8JA%2CgBAAA%3BEAAA%2CsBAAA%3BEAAA%2CeAAA%3BEAAA%2CeAAA%3BEAAA%2CYAAA%3BE6CpCI%2CsBAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3BE7CkCJ%2CSAAA%3BEAAA%2CyCAAA%3B%3BAkByXA%2CiB2BtaA%2COAsBI%3BE7CuBJ%2CSAAA%3BEAAA%2CgBAAA%3B%3BA6CfQ%2CiBA9BR%2COAsBI%2CGAQK%3BE7CeT%2CmBAAA%3BE6CbY%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%3BE7CrTJ%2CsDAAA%3BE6CuTI%2CWAAA%3B%3BAAGJ%2CiBAvWA%2COAuWC%3BEACG%2CiBAAA%3BE7C3TJ%2CsDAAA%3BE6C6TI%2CWAAA%3B%3BAAlCJ%2CiBAxUA%2COAwUC%3BE7C3RD%2CWAAA%3BEAAA%2CUAAA%3B%3BA6CgSA%2CiBA7UA%2COA6UC%3BE7ChSD%2CUAAA%3BEAAA%2CUAAA%3B%3BA6CAA%2CiBAAC%3BEACG%2CiBAAA%3B%3BAADJ%2CiBAAC%2COAGG%3BEACI%2CcAAA%3B%3BAvC%5C%2FQR%2CyBAiEI%2CsBAuDI%2CqBAGM%3BAElEN%2CQApCH%2CKAoCI%2CQAOG%2CmBASM%3BACoUlB%2CqBAII%2CQAAO%3BAwBzWC%2CSAtCP%2CMAAM%2COAmCD%2CUAGG%3BAGrCb%2CqBAAsB%2CQAAO%2COAAO%3BACYpC%2CqBAII%2CQAAO%3BAAHX%2CqBAGI%2CQAAO%3BAAFX%2CaAEI%2CQAAO%3BAADX%2CiBACI%2CQAAO%3BErCwPX%2CWAAA%3BEkB4fI%2CgBAAA%3BEACA%2CsBAAA%3BEACA%2CyBAAA%3BElB9fJ%2CqBAAA%3BE8ClQA%2CqBAAA%3B%3BAAMA%2CkBAAC%3BAxCfD%2CyBAiEI%2CsBAuDI%2CqBAGM%2CUwC5Gb%3BAtC0CO%2CQApCH%2CKAoCI%2CQAOG%2CmBASM%2CUsC1DjB%3BArC8XD%2CqBAII%2CQAAO%2CUqClYV%3BAbyBW%2CSAtCP%2CMAAM%2COAmCD%2CUAGG%2CMazBZ%3BAVZD%2CqBAAsB%2CQAAO%2COAAO%2COUYnC%3BATAD%2CqBAII%2CQAAO%2CWSJV%3BATCD%2CqBAGI%2CQAAO%2CWSJV%3BATED%2CaAEI%2CQAAO%2CWSJV%3BATGD%2CiBACI%2CQAAO%2CWSJV%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE9C1EA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CagD3Qe%2CYhD2Qf%3BEAAA%2CoBAAA%3BEAAA%2CsBAAA%3BE8CiFA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAxChWA%2CyBAiEI%2CsBAuDI%2CqBAGM%2CUYupBT%3BAVztBG%2CQApCH%2CKAoCI%2CQAOG%2CmBASM%2CUUysBb%3BATrYL%2CqBAII%2CQAAO%2CUSiYN%3BAe1uBO%2CSAtCP%2CMAAM%2COAmCD%2CUAGG%2CMf0uBR%3BAkB%5C%2FwBL%2CqBAAsB%2CQAAO%2COAAO%2COlB%2BwB%5C%2FB%3BAmBnwBL%2CqBAII%2CQAAO%2CWnB%2BvBN%3BAmBlwBL%2CqBAGI%2CQAAO%2CWnB%2BvBN%3BAmBjwBL%2CaAEI%2CQAAO%2CWnB%2BvBN%3BAmBhwBL%2CiBACI%2CQAAO%2CWnB%2BvBN%3BElBvgBL%2CWAAA%3BEkBygBQ%2CqBAAA%3B%3BAZpxBR%2CyBAiEI%2CsBAuDI%2CqBAGM%2CUY4pBT%3BAV9tBG%2CQApCH%2CKAoCI%2CQAOG%2CmBASM%2CUU8sBb%3BAT1YL%2CqBAII%2CQAAO%2CUSsYN%3BAe%5C%2FuBO%2CSAtCP%2CMAAM%2COAmCD%2CUAGG%2CMf%2BuBR%3BAkBpxBL%2CqBAAsB%2CQAAO%2COAAO%2COlBoxB%5C%2FB%3BAmBxwBL%2CqBAII%2CQAAO%2CWnBowBN%3BAmBvwBL%2CqBAGI%2CQAAO%2CWnBowBN%3BAmBtwBL%2CaAEI%2CQAAO%2CWnBowBN%3BAmBrwBL%2CiBACI%2CQAAO%2CWnBowBN%3BEACG%2CWAAA%3B%3BAZxxBR%2CyBAiEI%2CsBA8CI%3BAG6PR%3BESubI%2CgBAAA%3B%3BAA8FJ%2CeAGM%3BAqB9qBN%2CeAgFI%2CSAMI%3BArB8gDR%2CmBACI%2COAv7BE%3BARh3BN%2CaAaI%2COQm2BE%3BAEpzBN%2CiCF2uDI%2COAv7BE%3BAIt0BN%2CuBJ6vDI%2COAv7BE%3BAR5iBN%2CcQm%2BCI%2COAv7BE%3BElBznBN%2C0BAAA%3BEkB%2BjBA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BElBjkBA%2C4BAAA%3BEAAA%2CcAAA%3BE8CpNA%2CqBAAA%3B%3BA5B00BA%2CeAGM%2CSAtDL%3BAqBxnBD%2CeAgFI%2CSAMI%2CQrBkiBP%3BAA4%2BBD%2CmBACI%2COAv7BE%2CSAtDL%3BAR1zBD%2CaAaI%2COQm2BE%2CSAtDL%3BAE9vBD%2CiCF2uDI%2COAv7BE%2CSAtDL%3BAIhxBD%2CuBJ6vDI%2COAv7BE%2CSAtDL%3BARtfD%2CcQm%2BCI%2COAv7BE%2CSAtDL%3BEACG%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3B%3BAAKJ%2CmB4B3kBE%3BA5BsnBF%2CeAGM%2CS4BznBJ%3BAPrDF%2CeAgFI%2CSAMI%2CQOjCN%3BA5B%2BiDF%2CmBACI%2COAv7BE%2CS4BznBJ%3BApCvPF%2CaAaI%2COQm2BE%2CS4BznBJ%3BA1B3LF%2CiCF2uDI%2COAv7BE%2CS4BznBJ%3BAxB7MF%2CuBJ6vDI%2COAv7BE%2CS4BznBJ%3BApC6EF%2CcQm%2BCI%2COAv7BE%2CS4BznBJ%3BE9CjQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA8C4CA%2CmBAAC%3BA5Bo0BD%2CeAGM%2CS4Bv0BL%3BAPyJD%2CeAgFI%2CSAMI%2CQO%5C%2FOP%3BA5B6vDD%2CmBACI%2COAv7BE%2CS4Bv0BL%3BApCzCD%2CaAaI%2COQm2BE%2CS4Bv0BL%3BA1BmBD%2CiCF2uDI%2COAv7BE%2CS4Bv0BL%3BAxBCD%2CuBJ6vDI%2COAv7BE%2CS4Bv0BL%3BApC2RD%2CcQm%2BCI%2COAv7BE%2CS4Bv0BL%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BE9C1EA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CS%2BClNQ%2CO%5C%2FCkNR%3BEAAA%2CagD3Qe%2CYhD2Qf%3BEAAA%2CeAAA%3BEAAA%2CsBAAA%3BE8CiFA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BA5B09CA%2CmBACI%3BARvyDJ%2CaAaI%3BAU%2BCJ%2CiCF2uDI%3BAI7vDJ%2CuBJ6vDI%3BARn%2BCJ%2CcQm%2BCI%3BEAz7BA%2CSAAA%3B%3BAAw7BJ%2CmBACI%2COAv7BE%2CSAEG%3BARl3BT%2CaAaI%2COQm2BE%2CSAEG%3BAEtzBT%2CiCF2uDI%2COAv7BE%2CSAEG%3BAIx0BT%2CuBJ6vDI%2COAv7BE%2CSAEG%3BAR9iBT%2CcQm%2BCI%2COAv7BE%2CSAEG%3BEACG%2CcAAA%3B%3BAAm7BZ%2CmBACI%2COAh7BA%3BARv3BJ%2CaAaI%2COQ02BA%3BAE3zBJ%2CiCF2uDI%2COAh7BA%3BAI70BJ%2CuBJ6vDI%2COAh7BA%3BARnjBJ%2CcQm%2BCI%2COAh7BA%3BEACI%2CaAAA%3BElBjoBR%2CsBAAA%3BEkBmoBQ%2CkBAAA%3B%3BA4BvxBR%2Ce5B0xBK%2COACK%2CS4B3xBT%3BA5BmsDD%2CmBACI%2COA16BC%2COACK%2CS4B3xBT%3BApCnGD%2CaAaI%2COQg3BC%2COACK%2CS4B3xBT%3BA1BvCD%2CiCF2uDI%2COA16BC%2COACK%2CS4B3xBT%3BAxBzDD%2CuBJ6vDI%2COA16BC%2COACK%2CS4B3xBT%3BApCiOD%2CcQm%2BCI%2COA16BC%2COACK%2CS4B3xBT%3BE9CoJD%2CS%2BCnNM%2CO%5C%2FCmNN%3B%3BAkB%2BiDA%2CmBACI%2COA16BC%2COAQG%3BARr4BR%2CaAaI%2COQg3BC%2COAQG%3BAEz0BR%2CiCF2uDI%2COA16BC%2COAQG%3BAI31BR%2CuBJ6vDI%2COA16BC%2COAQG%3BARjkBR%2CcQm%2BCI%2COA16BC%2COAQG%3BEACI%2CcAAA%3B%3BAwBl6BZ%2CcA6EI%2CeA4BI%3BE1C0KR%2CcAAA%3BEAAA%2CiBAAA%3BEkBiqBI%2CgBAAA%3B%3BAwBp7BJ%2CcA6EI%2CeAgCI%3BE1CsKR%2CiBAAA%3BEkB4qBI%2CgBAAA%3BEACA%2CSAAA%3B%3BAA2SJ%2CmBACI%3BAsB5mCJ%2CQAqCI%3BArB5FJ%2CyBAGI%3BAAiBJ%2C2BACI%3BAAuBJ%2CgCACI%3BAc6HJ%2C2BACI%3BAAgBJ%2C8BACI%3BASrQJ%2CcA0LI%3BAA1LJ%2CcA2LI%2CeAAe%3BAU2NnB%2CgBAiBI%2CgBAGI%3BAhCzaR%2CwBACI%2COF0uCA%3BAI3uCJ%2CcACI%2COJ0uCA%3BAsB5mCJ%2CQAWI%2CQAAO%2CKAOH%2COAAM%2CIAAI%2CStB0lCd%3BAwB5uCJ%2CcxB4uCI%3BAiBnqCJ%2C0BACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSjBiqCd%3BAJh4BJ%2CuBAEI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSI63Bd%3BAJ%5C%2F3BJ%2CiBACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSI63Bd%3BElBz9BJ%2CgCAAA%3BEAAA%2CmBAAA%3BEAAA%2CoBAAA%3B%3BAkBw9BA%2CmBACI%2CaAlPE%3BAAiPN%2CmBACI%2CaAjPE%3BAsB33BN%2CQAqCI%2CQtBq1BE%3BAsB13BN%2CQAqCI%2CQtBs1BE%3BACl7BN%2CyBAGI%2CQD86BE%3BACj7BN%2CyBAGI%2CQD%2B6BE%3BAC95BN%2C2BACI%2CaD45BE%3BAC75BN%2C2BACI%2CaD65BE%3BACt4BN%2CgCACI%2CaDo4BE%3BACr4BN%2CgCACI%2CaDq4BE%3BAexwBN%2C2BACI%2CafswBE%3BAevwBN%2C2BACI%2CafuwBE%3BAevvBN%2C8BACI%2CafqvBE%3BAetvBN%2C8BACI%2CafsvBE%3BAwB3%5C%2FBN%2CcA0LI%2CaxBg0BE%3BAwB1%5C%2FBN%2CcA0LI%2CaxBi0BE%3BAwB3%5C%2FBN%2CcA2LI%2CeAAe%2COxB%2BzBb%3BAwB1%5C%2FBN%2CcA2LI%2CeAAe%2COxBg0Bb%3BAkCrmBN%2CgBAiBI%2CgBAGI%2COlCglBF%3BAkCpmBN%2CgBAiBI%2CgBAGI%2COlCilBF%3BAE1%5C%2FBN%2CwBACI%2COF0uCA%2CaAlPE%3BAEz%5C%2FBN%2CwBACI%2COF0uCA%2CaAjPE%3BAI1%5C%2FBN%2CcACI%2COJ0uCA%2CaAlPE%3BAIz%5C%2FBN%2CcACI%2COJ0uCA%2CaAjPE%3BAsB33BN%2CQAWI%2CQAAO%2CKAOH%2COAAM%2CIAAI%2CStB0lCd%2CaAlPE%3BAsB13BN%2CQAWI%2CQAAO%2CKAOH%2COAAM%2CIAAI%2CStB0lCd%2CaAjPE%3BAwB3%5C%2FBN%2CcxB4uCI%2CaAlPE%3BAwB1%5C%2FBN%2CcxB4uCI%2CaAjPE%3BAiBl7BN%2C0BACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSjBiqCd%2CaAlPE%3BAiBj7BN%2C0BACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSjBiqCd%2CaAjPE%3BAJ%5C%2FoBN%2CuBAEI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSI63Bd%2CaAlPE%3BAJ9oBN%2CuBAEI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSI63Bd%2CaAjPE%3BAJ9oBN%2CiBACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSI63Bd%2CaAlPE%3BAJ7oBN%2CiBACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSI63Bd%2CaAjPE%3BElBxuBN%2CiBAAA%3BEAAA%2CgBAAA%3B%3BAwC%5C%2FOA%2CqBAmBI%3BAA4DJ%2CoBAMI%3BAALJ%2CqBAKI%3BAAJJ%2CoBAII%3BAAHJ%2CqBAGI%3BAAFJ%2CgBAEI%3BAADJ%2CeACI%3BEtB65BA%2CiBAAA%3B%3BAJ1%5C%2FBJ%2CoBA8II%2CMIi5BA%3BElBxyBJ%2CmBAAA%3B%3BAoBlPY%2CwBAFR%2CqCACI%2CKACK%2CMFokCT%3BAEpkCQ%2CwBAFR%2CqCACI%2CKACK%2CMFqkCT%3BAEpkCQ%2CwBAHR%2CqCACI%2CKAEK%2CSFmkCT%3BAEnkCQ%2CwBAHR%2CqCACI%2CKAEK%2CSFokCT%3BAIrkCQ%2CcAFR%2C2BACI%2CKACK%2CMJokCT%3BAIpkCQ%2CcAFR%2C2BACI%2CKACK%2CMJqkCT%3BAIpkCQ%2CcAHR%2C2BACI%2CKAEK%2CSJmkCT%3BAInkCQ%2CcAHR%2C2BACI%2CKAEK%2CSJokCT%3BARj7BQ%2CKAzBP%2CcAsBG%2CKAGK%2CMQg7BT%3BARh7BQ%2CKAzBP%2CcAsBG%2CKAGK%2CMQi7BT%3BARh7BQ%2CKA1BP%2CcAsBG%2CKAIK%2CSQ%2B6BT%3BAR%5C%2F6BQ%2CKA1BP%2CcAsBG%2CKAIK%2CSQg7BT%3BAR%5C%2F6BQ%2CKA3BP%2CcAsBG%2CKAKK%2CKQ86BT%3BAR96BQ%2CKA3BP%2CcAsBG%2CKAKK%2CKQ%2B6BT%3BAJ78BI%2CoBADJ%2CKACK%2CMI48BL%3BAJ58BI%2CoBADJ%2CKACK%2CMI68BL%3BAJ58BI%2CoBAFJ%2CKAEK%2CSI28BL%3BAJ38BI%2CoBAFJ%2CKAEK%2CSI48BL%3BElBn1BJ%2CWAAA%3BEAAA%2CiBAAA%3BEkBs1BQ%2CcAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3B%3BAE1kCI%2CwBAFR%2CqCACI%2CKACK%2CMFokCT%2CqBAQI%3BAE5kCI%2CwBAFR%2CqCACI%2CKACK%2CMFqkCT%2CqBAOI%3BAE3kCI%2CwBAHR%2CqCACI%2CKAEK%2CSFmkCT%2CqBAQI%3BAE3kCI%2CwBAHR%2CqCACI%2CKAEK%2CSFokCT%2CqBAOI%3BAI5kCI%2CcAFR%2C2BACI%2CKACK%2CMJokCT%2CqBAQI%3BAI5kCI%2CcAFR%2C2BACI%2CKACK%2CMJqkCT%2CqBAOI%3BAI3kCI%2CcAHR%2C2BACI%2CKAEK%2CSJmkCT%2CqBAQI%3BAI3kCI%2CcAHR%2C2BACI%2CKAEK%2CSJokCT%2CqBAOI%3BARx7BI%2CKAzBP%2CcAsBG%2CKAGK%2CMQg7BT%2CqBAQI%3BARx7BI%2CKAzBP%2CcAsBG%2CKAGK%2CMQi7BT%2CqBAOI%3BARv7BI%2CKA1BP%2CcAsBG%2CKAIK%2CSQ%2B6BT%2CqBAQI%3BARv7BI%2CKA1BP%2CcAsBG%2CKAIK%2CSQg7BT%2CqBAOI%3BARt7BI%2CKA3BP%2CcAsBG%2CKAKK%2CKQ86BT%2CqBAQI%3BARt7BI%2CKA3BP%2CcAsBG%2CKAKK%2CKQ%2B6BT%2CqBAOI%3BAJp9BA%2CoBADJ%2CKACK%2CMI48BL%2CqBAQI%3BAJp9BA%2CoBADJ%2CKACK%2CMI68BL%2CqBAOI%3BAJn9BA%2CoBAFJ%2CKAEK%2CSI28BL%2CqBAQI%3BAJn9BA%2CoBAFJ%2CKAEK%2CSI48BL%2CqBAOI%3BEACI%2CgBAAA%3B%3BAZtmCZ%2CyBAkBI%2CyBAYI%2CyBACI%2COAAM%2COACF%2CcY4kCZ%3BAZ5mCJ%2CyBAkBI%2CyBAYI%2CyBACI%2COAAM%2COACF%2CcY6kCZ%3BAZ7mCJ%2CyBAkBI%2CyBAoBI%2COAAM%2COAYF%2CcY0jCR%3BAZ5mCJ%2CyBAkBI%2CyBAoBI%2COAAM%2COAYF%2CcY2jCR%3BARzlCJ%2CaQwlCI%3BARxlCJ%2CaQylCI%3BAc78BJ%2Cad48BI%3BAc58BJ%2Cad68BI%3BAc58BJ%2Cad28BI%3BAc38BJ%2Cad48BI%3BElBl2BJ%2CiBAAA%3BEkBo2BQ%2CqBAAA%3B%3BAZ%5C%2FmCR%2CyBAkBI%2CyBAYI%2CyBACI%2COAAM%2COACF%2CcYklCZ%2CqBAAuB%3BAZlnC3B%2CyBAkBI%2CyBAoBI%2COAAM%2COAYF%2CcYgkCR%2CqBAAuB%3BAR9lC3B%2CaQ8lCI%2CqBAAuB%3BAcl9B3B%2Cadk9BI%2CqBAAuB%3BAcj9B3B%2Cadi9BI%2CqBAAuB%3BElBv2B3B%2CiBAAA%3BEkBy2BQ%2CqBAAA%3B%3BAZpnCR%2CyBAkBI%2CyBAYI%2CyBACI%2COAAM%2COACF%2CcYklCZ%2CqBAAuB%2CuBAIlB%3BAZtnCT%2CyBAkBI%2CyBAoBI%2COAAM%2COAYF%2CcYgkCR%2CqBAAuB%2CuBAIlB%3BARlmCT%2CaQ8lCI%2CqBAAuB%2CuBAIlB%3BAct9BT%2Cadk9BI%2CqBAAuB%2CuBAIlB%3BAcr9BT%2Cadi9BI%2CqBAAuB%2CuBAIlB%3BEACG%2CSAAS%2CIAAG%2CiBAAgB%2CIAA5B%3B%3BAZvnCZ%2CyBAkBI%2CyBAYI%2CyBACI%2COAAM%2COACF%2CcYklCZ%2CqBAAuB%2CuBAQlB%3BAZ1nCT%2CyBAkBI%2CyBAoBI%2COAAM%2COAYF%2CcYgkCR%2CqBAAuB%2CuBAQlB%3BARtmCT%2CaQ8lCI%2CqBAAuB%2CuBAQlB%3BAc19BT%2Cadk9BI%2CqBAAuB%2CuBAQlB%3BAcz9BT%2Cadi9BI%2CqBAAuB%2CuBAQlB%3BEACG%2CSAAS%2CGAAT%3B%3BAiDvmCR%2CoBAUI%3BAATJ%2CoBASI%3BA%5C%2FCrCR%2CwBA8BI%2CqCAgBI%3BAE9CR%2CcA8BI%2C2BAgBI%3BAZ6GJ%2CKAAC%2CcA6JG%3BAI7RR%2CoBAuII%3BEI4%2BBA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BElB93BJ%2CqBAAA%3BE8CpNA%2CqBAAA%3B%3BAAMA%2CcAAC%3BAqBzCG%2CoBAUI%2CgBrB%2BBP%3BAqBxCG%2CoBASI%2CgBrB%2BBP%3BA1BpED%2CwBA8BI%2CqCAgBI%2CgB0BsBP%3BAxBpED%2CcA8BI%2C2BAgBI%2CgBwBsBP%3BApCuFG%2CKAAC%2CcA6JG%2CgBoCpPP%3BAhCzCD%2CoBAuII%2CgBgC9FH%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BE9C1EA%2CcAAA%3BEAAA%2CgBAAA%3BEAAA%2CcAAA%3BEAAA%2CS%2BClNQ%2CO%5C%2FCkNR%3BEAAA%2CagD3Qe%2CYhD2Qf%3BEAAA%2CiBAAA%3BEAAA%2CsBAAA%3BE8CiFA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAqB5UI%2CoBAUI%2CgBjDqnCH%3BAiD9nCD%2CoBASI%2CgBjDqnCH%3BAE1pCL%2CwBA8BI%2CqCAgBI%2CgBF4mCH%3BAI1pCL%2CcA8BI%2C2BAgBI%2CgBJ4mCH%3BAR%5C%2F%5C%2FBD%2CKAAC%2CcA6JG%2CgBQk2BH%3BAJ%5C%2FnCL%2CoBAuII%2CgBIw%5C%2FBC%3BEACG%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CQAAA%3B%3BA4B%5C%2FhCR%2CuBAAC%3BAqBvFW%2CoBAFJ%2CgBAEK%2CSrBuFZ%3BAqBvFW%2CoBAFJ%2CgBAEK%2CSrBuFZ%3BA1B9EW%2CwBAlBR%2CqCAgBI%2CgBAEK%2CS0B8EZ%3BAxB9EW%2CcAlBR%2C2BAgBI%2CgBAEK%2CSwB8EZ%3BApC4LW%2CKA%5C%2FJP%2CcA6JG%2CgBAEK%2CSoC5LZ%3BAhCsCO%2CoBAFJ%2CgBAEK%2CSgCtCR%3BE9CoJD%2CS%2BCnNM%2CO%5C%2FCmNN%3B%3BA0DpRA%2CiBAKI%2CsBAKI%3BAvCoDR%2CyBACI%3BEnBqNJ%2CmBAAA%3B%3BAoDnHI%2COAAC%2CQlC0hCD%2CQACK%3BAkCryBT%2CgBAiBI%2CgBAOI%2CwBlC4wBJ%2CQACK%3BEACG%2CkBAAA%3B%3BAkC5hCR%2COAAC%2CQlC0hCD%2CQAKK%3BAkCzyBT%2CgBAiBI%2CgBAOI%2CwBlC4wBJ%2CQAKK%3BEACG%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAkCpiCR%2COAAC%2CQlC0hCD%2CQAaK%3BAkCjzBT%2CgBAiBI%2CgBAOI%2CwBlC4wBJ%2CQAaK%3BEACG%2CmBAAA%3BEACA%2CmBAAA%3B%3BAsBrqCZ%2CqBACI%2COAAM%2CUASF%2CMAAK%2CQAGD%2CQtBoqCP%3BAsB3iCL%2CQAaI%2CMAAK%2CMACD%2CKAAI%2CQACA%2CQtB4hCP%3BAsB1iCL%2CuBAYI%2CMAAK%2CMACD%2CKAAI%2CQACA%2CQtB4hCP%3BAsBziCL%2CiBAWI%2CMAAK%2CMACD%2CKAAI%2CQACA%2CQtB4hCP%3BAsBrgCL%2CMAwBI%2CaAGI%2CQtB0%2BBH%3BElBl8BL%2C8BAAA%3BEkBo8BQ%2CSAAS%2CEAAT%3BEACA%2CqBAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3BEACA%2CoBAAA%3B%3BAsBvrCR%2CqBACI%2COAAM%2CUASF%2CMAAK%2CQAGD%2CQtB6qCP%2CWACI%3BAsBrjCT%2CQAaI%2CMAAK%2CMACD%2CKAAI%2CQACA%2CQtBqiCP%2CWACI%3BAsBpjCT%2CuBAYI%2CMAAK%2CMACD%2CKAAI%2CQACA%2CQtBqiCP%2CWACI%3BAsBnjCT%2CiBAWI%2CMAAK%2CMACD%2CKAAI%2CQACA%2CQtBqiCP%2CWACI%3BAsB%5C%2FgCT%2CMAwBI%2CaAGI%2CQtBm%5C%2FBH%2CWACI%3BEACG%2CaAAA%3B%3BAE%5C%2FtCZ%2CwBACI%2COF0uCA%2CaAGM%3BAI9uCV%2CcACI%2COJ0uCA%2CaAGM%3BAsB%5C%2FmCV%2CQAWI%2CQAAO%2CKAOH%2COAAM%2CIAAI%2CStB0lCd%2CaAGM%3BAwB%5C%2FuCV%2CcxB4uCI%2CaAGM%3BAiBtqCV%2C0BACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSjBiqCd%2CaAGM%3BAJn4BV%2CuBAEI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSI63Bd%2CaAGM%3BAJl4BV%2CiBACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSI63Bd%2CaAGM%3BEACE%2CiBAAA%3B%3BAE%5C%2FuCZ%2CwBACI%2COFkvCA%3BAInvCJ%2CcACI%2COJkvCA%3BAsBpnCJ%2CQAWI%2CQAAO%2CKAOH%2COAAM%2CIAAI%2CStBkmCd%3BAwBpvCJ%2CcxBovCI%3BAiB3qCJ%2C0BACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSjByqCd%3BAJx4BJ%2CuBAEI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSIq4Bd%3BAJv4BJ%2CiBACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSIq4Bd%3BEAKI%2CqBAAA%3BEACA%2CgBAAA%3B%3BAEzvCR%2CwBACI%2COFkvCA%2CWACM%3BAIpvCV%2CcACI%2COJkvCA%2CWACM%3BAsBrnCV%2CQAWI%2CQAAO%2CKAOH%2COAAM%2CIAAI%2CStBkmCd%2CWACM%3BAwBrvCV%2CcxBovCI%2CWACM%3BAiB5qCV%2C0BACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSjByqCd%2CWACM%3BAJz4BV%2CuBAEI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSIq4Bd%2CWACM%3BAJx4BV%2CiBACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSIq4Bd%2CWACM%3BElBl%2BBV%2CiBAAA%3B%3BAoBlRA%2CwBACI%2COFkvCA%2CWAQM%3BAI3vCV%2CcACI%2COJkvCA%2CWAQM%3BAsB5nCV%2CQAWI%2CQAAO%2CKAOH%2COAAM%2CIAAI%2CStBkmCd%2CWAQM%3BAwB5vCV%2CcxBovCI%2CWAQM%3BAiBnrCV%2C0BACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSjByqCd%2CWAQM%3BAJh5BV%2CuBAEI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSIq4Bd%2CWAQM%3BAJ%5C%2F4BV%2CiBACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSIq4Bd%2CWAQM%3BEACE%2CgBAAA%3BEACA%2CiBAAA%3B%3BAqBjvCZ%2CeAUI%2CUAII%2COrB%2BuCH%3BAqB5iCL%2CeAwII%2CaAEI%2COrBk6BH%3BAqB5iCL%2CeAyII%2CgBACI%2COrBk6BH%3BAazkCL%2CoBACI%2CoBAUI%2COb8jCH%3BAazkCL%2CoBAEI%2CkCASI%2COb8jCH%3BAe1lCW%2C0BAJZ%2CUAEK%2COACG%2CeACK%2CMf0lCZ%3BEACG%2CSAAS%2CIAAT%3B%3BAAsCR%2CuBAOI%2CQAAO%3BAe9yCP%2CSAAC%2CMAAM%2COf8yCP%2CQAAO%3BAehrCP%2CSAAC%2CSfgrCD%2CQAAO%3BElBriCX%2CqBAAA%3BE8ClQA%2CqBAAA%3B%3BAAMA%2CaAAC%3BA5B0xCD%2CuBAOI%2CQAAO%2CI4BjyCV%3BAbbG%2CSAAC%2CMAAM%2COf8yCP%2CQAAO%2CI4BjyCV%3BAbiHG%2CSAAC%2CSfgrCD%2CQAAO%2CI4BjyCV%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE9C1EA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CS%2BCxNU%2CO%5C%2FCwNV%3BEAAA%2CagD3Qe%2CYhD2Qf%3BEAAA%2CsBAAA%3BE8CiFA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAb9VI%2CSAAC%2CMAAM%2COfwyCP%2COAAO%2CMAAK%2CWACP%3BAe3qCL%2CSAAC%2CSf0qCD%2COAAO%2CMAAK%2CWACP%3BElBhiCT%2CmBAAA%3B%3BAiCzQI%2CSAAC%2CMAAM%2COf8yCP%2CQAAO%2CIAEF%3BAelrCL%2CSAAC%2CSfgrCD%2CQAAO%2CIAEF%3BEACG%2CkBAAA%3BEACA%2CiBAAA%3B%3BAAwXZ%2CmBAqBI%3BATzwCJ%2CQAgFI%3BACpfJ%2CaAaI%2COA0BI%2CUAAS%2CSACH%3BAAxCd%2CaAaI%2COA0BI%2CUAAS%2CSAEH%2CUAAU%3BA6ByJxB%2CeA%2BCI%2CsBAYI%2CMAAK%2CYAED%3BAoB3RZ%2CsBAgFI%2CUAAS%2CSAKJ%2CUAAU%3BA5B4GnB%2CoBA2BI%2CaACI%2CoBAKI%2CQAAO%3BAWlOnB%2CcA8JI%2COAGI%2CkBACI%2CcACI%2CUAKM%2CUAAU%3BAAxKhC%2CcA8PI%3BAAcJ%2CyBACI%3BAADJ%2CyBAEI%3BA3BkGJ%3BALpOA%2CYQ6jDI%3BAyBxrDJ%2CkBAYI%2CczB4qDA%3BEAlYJ%2CaAAA%3B%3BAiB5yCA%3BArB0RA%3BEdlCA%2CsBAAA%3BEkBglCI%2CkBAAA%3BEACA%2CqBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CyBAAA%3BEACA%2CmBAAA%3B%3BAiBxyCJ%2C4BjByzCI%2CWACI%2CoBACI%3BAiB1zCZ%2CyBjBwzCI%2CWACI%2CoBACI%3BAiBlzCZ%2C0BjBgzCI%2CWACI%2CoBACI%3BAJlkCZ%2CQIgkCI%2CWACI%2CoBACI%3BAJjkCZ%2CuBI%2BjCI%2CWACI%2CoBACI%3BAJhkCZ%2CiBI8jCI%2CWACI%2CoBACI%3BAJ%5C%2FjCZ%2C0BI6jCI%2CWACI%2CoBACI%3BEACI%2CkBAAA%3B%3BAiB5zChB%2C4BjByzCI%2CWACI%2CoBAKI%3BAiB9zCZ%2CyBjBwzCI%2CWACI%2CoBAKI%3BAiBtzCZ%2C0BjBgzCI%2CWACI%2CoBAKI%3BAJtkCZ%2CQIgkCI%2CWACI%2CoBAKI%3BAJrkCZ%2CuBI%2BjCI%2CWACI%2CoBAKI%3BAJpkCZ%2CiBI8jCI%2CWACI%2CoBAKI%3BAJnkCZ%2C0BI6jCI%2CWACI%2CoBAKI%3BEACI%2CeAAA%3BEACA%2CmBAAA%3B%3BAiBj0ChB%2C4BjByzCI%2CWACI%2CoBAKI%2CYAII%3BAiBl0ChB%2CyBjBwzCI%2CWACI%2CoBAKI%2CYAII%3BAiB1zChB%2C0BjBgzCI%2CWACI%2CoBAKI%2CYAII%3BAJ1kChB%2CQIgkCI%2CWACI%2CoBAKI%2CYAII%3BAJzkChB%2CuBI%2BjCI%2CWACI%2CoBAKI%2CYAII%3BAJxkChB%2CiBI8jCI%2CWACI%2CoBAKI%2CYAII%3BAJvkChB%2C0BI6jCI%2CWACI%2CoBAKI%2CYAII%3BEACI%2CaAAA%3B%3BAsB1tCpB%2CQAGI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%3BAALrB%2CuBAEI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%3BAAJrB%2CiBACI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%3BArBnFrB%2C2BAKI%2CMAAK%3BAckKT%2C8BAKI%2CMAAK%3BAnB4GT%2C0BACI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%3BEX9IrB%2CYAAA%3B%3BAeosCA%2CkBfpoCE%2CQAAQ%2CKAAE%2CUAAU%2CMAChB%3BAemoCN%2CkBfpoCE%2CQAAQ%2CKAAE%2CUAAU%2CMAEhB%3BAqCnIN%2CQAGI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMrC2HnB%2CQAAQ%2CKAAE%2CUAAU%2CMAChB%3BAqClIN%2CQAGI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMrC2HnB%2CQAAQ%2CKAAE%2CUAAU%2CMAEhB%3BAqClIN%2CuBAEI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMrC2HnB%2CQAAQ%2CKAAE%2CUAAU%2CMAChB%3BAqCjIN%2CuBAEI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMrC2HnB%2CQAAQ%2CKAAE%2CUAAU%2CMAEhB%3BAqCjIN%2CiBACI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMrC2HnB%2CQAAQ%2CKAAE%2CUAAU%2CMAChB%3BAqChIN%2CiBACI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMrC2HnB%2CQAAQ%2CKAAE%2CUAAU%2CMAEhB%3BAgBhNN%2C2BAKI%2CMAAK%2CMhByMP%2CQAAQ%2CKAAE%2CUAAU%2CMAChB%3BAgB%5C%2FMN%2C2BAKI%2CMAAK%2CMhByMP%2CQAAQ%2CKAAE%2CUAAU%2CMAEhB%3BA8BzCN%2C8BAKI%2CMAAK%2CM9BkCP%2CQAAQ%2CKAAE%2CUAAU%2CMAChB%3BA8BxCN%2C8BAKI%2CMAAK%2CM9BkCP%2CQAAQ%2CKAAE%2CUAAU%2CMAEhB%3BAWwEN%2C0BACI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMX9EnB%2CQAAQ%2CKAAE%2CUAAU%2CMAChB%3BAWyEN%2C0BACI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMX9EnB%2CQAAQ%2CKAAE%2CUAAU%2CMAEhB%3BEH1BN%2CmBAAA%3B%3BAkB4pCA%2CkBflsCE%2CQAGI%2CKACI%3BAe8rCV%2CkBfjsCE%2CQAEI%2CKACI%3BAe8rCV%2CkBfhsCE%2CQACI%2CKACI%3BAe8rCV%2CkBflsCE%2CQAGI%2CKAEI%3BAe6rCV%2CkBfjsCE%2CQAEI%2CKAEI%3BAe6rCV%2CkBfhsCE%2CQACI%2CKAEI%3BAqCxEV%2CQAGI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMrC6DnB%2CQAGI%2CKACI%3BAqCvEV%2CQAGI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMrC8DnB%2CQAEI%2CKACI%3BAqCvEV%2CQAGI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMrC%2BDnB%2CQACI%2CKACI%3BAqCvEV%2CQAGI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMrC6DnB%2CQAGI%2CKAEI%3BAqCxEV%2CQAGI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMrC8DnB%2CQAEI%2CKAEI%3BAqCxEV%2CQAGI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMrC%2BDnB%2CQACI%2CKAEI%3BAqCvEV%2CuBAEI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMrC6DnB%2CQAGI%2CKACI%3BAqCtEV%2CuBAEI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMrC8DnB%2CQAEI%2CKACI%3BAqCtEV%2CuBAEI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMrC%2BDnB%2CQACI%2CKACI%3BAqCtEV%2CuBAEI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMrC6DnB%2CQAGI%2CKAEI%3BAqCvEV%2CuBAEI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMrC8DnB%2CQAEI%2CKAEI%3BAqCvEV%2CuBAEI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMrC%2BDnB%2CQACI%2CKAEI%3BAqCtEV%2CiBACI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMrC6DnB%2CQAGI%2CKACI%3BAqCrEV%2CiBACI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMrC8DnB%2CQAEI%2CKACI%3BAqCrEV%2CiBACI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMrC%2BDnB%2CQACI%2CKACI%3BAqCrEV%2CiBACI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMrC6DnB%2CQAGI%2CKAEI%3BAqCtEV%2CiBACI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMrC8DnB%2CQAEI%2CKAEI%3BAqCtEV%2CiBACI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMrC%2BDnB%2CQACI%2CKAEI%3BAgBrJV%2C2BAKI%2CMAAK%2CMhB2IP%2CQAGI%2CKACI%3BAgBpJV%2C2BAKI%2CMAAK%2CMhB4IP%2CQAEI%2CKACI%3BAgBpJV%2C2BAKI%2CMAAK%2CMhB6IP%2CQACI%2CKACI%3BAgBpJV%2C2BAKI%2CMAAK%2CMhB2IP%2CQAGI%2CKAEI%3BAgBrJV%2C2BAKI%2CMAAK%2CMhB4IP%2CQAEI%2CKAEI%3BAgBrJV%2C2BAKI%2CMAAK%2CMhB6IP%2CQACI%2CKAEI%3BA8BkBV%2C8BAKI%2CMAAK%2CM9B5BP%2CQAGI%2CKACI%3BA8BmBV%2C8BAKI%2CMAAK%2CM9B3BP%2CQAEI%2CKACI%3BA8BmBV%2C8BAKI%2CMAAK%2CM9B1BP%2CQACI%2CKACI%3BA8BmBV%2C8BAKI%2CMAAK%2CM9B5BP%2CQAGI%2CKAEI%3BA8BkBV%2C8BAKI%2CMAAK%2CM9B3BP%2CQAEI%2CKAEI%3BA8BkBV%2C8BAKI%2CMAAK%2CM9B1BP%2CQACI%2CKAEI%3BAWmIV%2C0BACI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMX5InB%2CQAGI%2CKACI%3BAWoIV%2C0BACI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMX3InB%2CQAEI%2CKACI%3BAWoIV%2C0BACI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMX1InB%2CQACI%2CKACI%3BAWoIV%2C0BACI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMX5InB%2CQAGI%2CKAEI%3BAWmIV%2C0BACI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMX3InB%2CQAEI%2CKAEI%3BAWmIV%2C0BACI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMX1InB%2CQACI%2CKAEI%3BEACE%2CYAAA%3B%3BAe4rCZ%2CkBfvrCE%2CQACI%2CKACI%3BAeqrCV%2CkBfvrCE%2CQACI%2CKAEI%3BAqCjFV%2CQAGI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMrCwEnB%2CQACI%2CKACI%3BAqChFV%2CQAGI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMrCwEnB%2CQACI%2CKAEI%3BAqChFV%2CuBAEI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMrCwEnB%2CQACI%2CKACI%3BAqC%5C%2FEV%2CuBAEI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMrCwEnB%2CQACI%2CKAEI%3BAqC%5C%2FEV%2CiBACI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMrCwEnB%2CQACI%2CKACI%3BAqC9EV%2CiBACI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMrCwEnB%2CQACI%2CKAEI%3BAgB9JV%2C2BAKI%2CMAAK%2CMhBsJP%2CQACI%2CKACI%3BAgB7JV%2C2BAKI%2CMAAK%2CMhBsJP%2CQACI%2CKAEI%3BA8BSV%2C8BAKI%2CMAAK%2CM9BjBP%2CQACI%2CKACI%3BA8BUV%2C8BAKI%2CMAAK%2CM9BjBP%2CQACI%2CKAEI%3BAW0HV%2C0BACI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMXjInB%2CQACI%2CKACI%3BAW2HV%2C0BACI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMXjInB%2CQACI%2CKAEI%3BEHwBV%2C6BAAA%3B%3BAS8nBA%2CcAgBI%3BA4BpzBJ%2CeAKI%3BErCiKJ%2CcAAA%3BEAAA%2CiBAAA%3BEkBkuCI%2CsBAAA%3BEACA%2CmBAAA%3B%3BATrmBJ%2CcAgBI%2CSSulBC%3BAmB34CL%2CeAKI%2CSnBs4CC%3BEACG%2CSAAS%2CGAAT%3B%3BATxmBR%2CcAgBI%2CSS2lBC%3BAmB%5C%2F4CL%2CeAKI%2CSnB04CC%3BEACG%2CSAAS%2CGAAT%3B%3BAT5mBR%2CcACI%3BAK1kBJ%2CcACI%3BACqBJ%2COAGI%3BAsBpPJ%2CeACI%3BEnB05CA%2CgBAAA%3B%3BATvnBJ%2CcACI%2CaSwnBA%3BAJlsCJ%2CcACI%2CaIisCA%3BAH5qCJ%2COAGI%2CaGyqCA%3BAmB75CJ%2CeACI%2CanB45CA%3BEACI%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CsBAAA%3B%3BA%2BB%5C%2F7CR%3BAvCzDA%2CeACI%3BEQkgDA%2CmBAAA%3B%3BA%2BB18CJ%2CkB%5C%2FB48CI%2CSAAQ%2CKACJ%3BARtgDR%2CeACI%2CWQogDA%2CSAAQ%2CKACJ%3BEACI%2CaAAA%3B%3BA%2BB98CZ%2CkB%5C%2FB48CI%2CSAAQ%2CKAKJ%3BAR1gDR%2CeACI%2CWQogDA%2CSAAQ%2CKAKJ%3BElB5wCR%2CuBAAA%3BEAAA%2CkBAAA%3BEAAA%2CUAAA%3BEAAA%2CcAAA%3BEAAA%2CqBAAA%3BEIhFA%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CeAAA%3BEc81CY%2CgBAAA%3B%3BAnBr5CZ%2CwBmB44CI%2CSAAQ%2CKAKJ%2COnBj5CP%3BAkDhED%2CkB%5C%2FB48CI%2CSAAQ%2CKAKJ%2COnBj5CP%3BAWzHD%2CeACI%2CWQogDA%2CSAAQ%2CKAKJ%2COnBj5CP%3BECqID%2CcAAA%3BEAAA%2CqBAAA%3B%3BADhIA%2CwBmBu4CI%2CSAAQ%2CKAKJ%2COnB54CP%3BAkDrED%2CkB%5C%2FB48CI%2CSAAQ%2CKAKJ%2COnB54CP%3BAW9HD%2CeACI%2CWQogDA%2CSAAQ%2CKAKJ%2COnB54CP%3BECgID%2CcAAA%3BEAAA%2C0BAAA%3B%3BAD3HA%2CwBmBk4CI%2CSAAQ%2CKAKJ%2COnBv4CP%3BAkD1ED%2CkB%5C%2FB48CI%2CSAAQ%2CKAKJ%2COnBv4CP%3BAWnID%2CeACI%2CWQogDA%2CSAAQ%2CKAKJ%2COnBv4CP%3BEC2HD%2CcAAA%3BEAAA%2C0BAAA%3B%3BAI5EA%2CwBcm1CI%2CSAAQ%2CKAKJ%2COdx1CP%3BAACD%2CwBck1CI%2CSAAQ%2CKAKJ%2COdv1CP%3BAACD%2CwBci1CI%2CSAAQ%2CKAKJ%2COdt1CP%3BA6C3HD%2CkB%5C%2FB48CI%2CSAAQ%2CKAKJ%2COdx1CP%3BA6CzHD%2CkB%5C%2FB48CI%2CSAAQ%2CKAKJ%2COdv1CP%3BA6C1HD%2CkB%5C%2FB48CI%2CSAAQ%2CKAKJ%2COdt1CP%3BAMpLD%2CeACI%2CWQogDA%2CSAAQ%2CKAKJ%2COdx1CP%3BAMlLD%2CeACI%2CWQogDA%2CSAAQ%2CKAKJ%2COdv1CP%3BAMnLD%2CeACI%2CWQogDA%2CSAAQ%2CKAKJ%2COdt1CP%3BEACG%2CgBAAA%3BEACA%2CSAAA%3B%3BAAGJ%2CwBc40CI%2CSAAQ%2CKAKJ%2COdj1CP%3BAACD%2CwBc20CI%2CSAAQ%2CKAKJ%2COdh1CP%3BAACD%2CQAAQ%2CUAAW%2CyBc00Cf%2CSAAQ%2CKAKJ%3BA%2BBj9CR%2CkB%5C%2FB48CI%2CSAAQ%2CKAKJ%2COdj1CP%3BA6ChID%2CkB%5C%2FB48CI%2CSAAQ%2CKAKJ%2COdh1CP%3BAACD%2CQAAQ%2CU6ClIR%2CmB%5C%2FB48CI%2CSAAQ%2CKAKJ%3BAR1gDR%2CeACI%2CWQogDA%2CSAAQ%2CKAKJ%2COdj1CP%3BAMzLD%2CeACI%2CWQogDA%2CSAAQ%2CKAKJ%2COdh1CP%3BAACD%2CQAAQ%2CUM3LR%2CgBACI%2CWQogDA%2CSAAQ%2CKAKJ%3BElB5wCR%2CcAAA%3BEAAA%2CYAAA%3BEIhEI%2CeAAA%3BEACA%2CoBAAA%3BEACA%2C0BAAA%3B%3BAGjDQ%2CKArCP%2COAAO%2CSACR%2CQAAO%2CMACH%2COAmCK%2CKWw6CT%3BACzgDJ%2CuBACI%2COAAM%2CKDwgDN%3BEACI%2CkBAAA%3B%3BAAFR%2CeAMI%3BAkDp7CJ%2CMAAM%2CKAEF%3BAADJ%2CUACI%3BAjDtFJ%2CyBAOI%2CyBAOI%3BAZ6EI%2CKArCP%2COAAO%2CSACR%2CQAAO%2CMACH%2COAmCK%2CKW66CT%3BAC9gDJ%2CuBACI%2COAAM%2CKD6gDN%3BElB9zCJ%2CkBAAA%3BEkB20CI%2COAAO%2CwBAAP%3B%3BAgDvlDI%2CMADJ%2CSACK%3BEhDkmDL%2CkBAAA%3B%3BAgDlmDI%2CMADJ%2CSACK%2CchDomDL%3BElBx1CJ%2CkBAAA%3BEkB01CQ%2COAAO%2C8BAAP%3B%3BAQxmDR%2CqBACI%2CaACI%2CeACI%3BAmCIR%2CsBAAC%2CcAgBG%3BE7DuPR%2CYAAA%3BEAAA%2CSAAA%3BEkBs2CA%2CUAAA%3B%3BAQpnDA%2CqBACI%2CaACI%2CeACI%2CuBRmnDX%3BAQtnDD%2CqBACI%2CaACI%2CeACI%2CuBRonDX%3BA2ChnDG%2CsBAAC%2CcAgBG%2CuB3C%2BlDP%3BA2C%5C%2FmDG%2CsBAAC%2CcAgBG%2CuB3CgmDP%3BElB9zCD%2C8BAAA%3BEACA%2CSAAA%3BEACA%2CQAAA%3BEA7CA%2CiBAAA%3BEAAA%2CWAAA%3BEkBi3CI%2CUAAA%3BEACA%2CMAAA%3B%3BAQhoDJ%2CqBACI%2CaACI%2CeACI%2CuBRgoDX%3BA2C5nDG%2CsBAAC%2CcAgBG%2CuB3C4mDP%3BElBr3CD%2C4BAAA%3B%3BA0B9QA%2CqBACI%2CaACI%2CeACI%2CuBRooDX%3BA2ChoDG%2CsBAAC%2CcAgBG%2CuB3CgnDP%3BElBz3CD%2C4BAAA%3BEkB23CI%2CQAAA%3B%3BAP%5C%2FmDJ%2CYAOI%3BAiBpBJ%2C%2BBAGI%3BAeJJ%2CkBAMM%3BA9BYN%2C0BAQI%3BEbwOJ%2CoBAAA%3BEAAA%2CWAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3B%3BAUvIA%3BAiC3HA%2CkBAYI%3BEzBwpDA%2C0BAAA%3BEACA%2CiBAAA%3B%3BAR1iDJ%2CYQ4iDI%2CMAEI%3BAR9iDR%2CYQ6iDI%2CMACI%3BAyBzqDR%2CkBAYI%2CczB2pDA%2CMAEI%3BAyBzqDR%2CkBAYI%2CczB4pDA%2CMACI%3BEACI%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3B%3BARjjDZ%2CYQ4iDI%2CMAQI%3BARpjDR%2CYQ6iDI%2CMAOI%3BAyB%5C%2FqDR%2CkBAYI%2CczB2pDA%2CMAQI%3BAyB%5C%2FqDR%2CkBAYI%2CczB4pDA%2CMAOI%3BEACI%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CuBAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3B%3BARzjDZ%2CYQikDI%2COACI%3BARlkDR%2CYQikDI%2COAEI%3BAyB9rDR%2CkBAYI%2CczBgrDA%2COACI%3BAyB7rDR%2CkBAYI%2CczBgrDA%2COAEI%3BEACI%2CeAAA%3B%3BARpkDZ%2CYQikDI%2COAMI%3BAyBlsDR%2CkBAYI%2CczBgrDA%2COAMI%3BEACI%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3B%3BAR1kDZ%2CYQikDI%2COAYI%3BAyBxsDR%2CkBAYI%2CczBgrDA%2COAYI%3BElBt8CR%2CiBAAA%3BEkBw8CY%2C0BAAA%3BEACA%2CmBAAA%3B%3BARhlDZ%2CYQikDI%2COAkBI%3BAyB9sDR%2CkBAYI%2CczBgrDA%2COAkBI%3BElB58CR%2CiBAAA%3BEkB88CY%2C0BAAA%3B%3BARrlDZ%2CYQylDI%3BAyBptDJ%2CkBAYI%2CczBwsDA%3BEACI%2CmBAAA%3B%3BAR1lDR%2CYQ6lDI%2CMAAM%2CGAAE%2CWAAY%3BAyBxtDxB%2CkBAYI%2CczB4sDA%2CMAAM%2CGAAE%2CWAAY%3BEAChB%2CoBAAA%3B%3BAR9lDR%2CYQimDI%2CYACK%2CQACG%3BARnmDZ%2CYQimDI%2CYACK%2CQAEG%3BAyB%5C%2FtDZ%2CkBAYI%2CczBgtDA%2CYACK%2CQACG%3BAyB9tDZ%2CkBAYI%2CczBgtDA%2CYACK%2CQAEG%3BEACI%2C6BAAA%3BEACA%2C0BAAA%3BEACA%2CeAAA%3B%3BARvmDhB%2CYQimDI%2CYACK%2CQAQG%2CQAAQ%3BAyBruDpB%2CkBAYI%2CczBgtDA%2CYACK%2CQAQG%2CQAAQ%3BEACJ%2CmBAAA%3BEACA%2CkBAAA%3BElBr%2BChB%2CqBAAA%3BE8CpNA%2CqBAAA%3B%3BA5B%2BqDQ%2CmBADJ%2CYACK%2CQAQG%2CQAAQ%2CO4Bn%2BClB%3BApCvIF%2CYQimDI%2CYACK%2CQAQG%2CQAAQ%2CO4Bn%2BClB%3BAHlQF%2CkBAYI%2CczBgtDA%2CYACK%2CQAQG%2CQAAQ%2CO4Bn%2BClB%3BE9CjQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA8C4CA%2CmB5BwqDI%2CYACK%2CQAQG%2CQAAQ%2CO4BjrDnB%3BApCuED%2CYQimDI%2CYACK%2CQAQG%2CQAAQ%2CO4BjrDnB%3BAHpDD%2CkBAYI%2CczBgtDA%2CYACK%2CQAQG%2CQAAQ%2CO4BjrDnB%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BE9C1EA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CS%2BClNQ%2CO%5C%2FCkNR%3BEAAA%2CagD3Qe%2CYhD2Qf%3BEAAA%2CsBAAA%3BE8CiFA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BApC5NA%2CYQimDI%2CYACK%2CQAQG%2CQAAQ%2COAWH%3BAyBhvDjB%2CkBAYI%2CczBgtDA%2CYACK%2CQAQG%2CQAAQ%2COAWH%3BEACG%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CQAAA%3B%3BARxnDpB%2CYQimDI%2CYACK%2CQA0BI%2CSACG%3BAR7nDhB%2CYQimDI%2CYACK%2CQA0BI%2CSAEG%3BAyBzvDhB%2CkBAYI%2CczBgtDA%2CYACK%2CQA0BI%2CSACG%3BAyBxvDhB%2CkBAYI%2CczBgtDA%2CYACK%2CQA0BI%2CSAEG%3BEACI%2CgBAAA%3B%3BA4B5oDpB%2CmB5B8mDI%2CYACK%2CQA0BI%2CSAMG%2CQAAQ%2CO4B%5C%2FoDvB%3BApCaD%2CYQimDI%2CYACK%2CQA0BI%2CSAMG%2CQAAQ%2CO4B%5C%2FoDvB%3BAH9GD%2CkBAYI%2CczBgtDA%2CYACK%2CQA0BI%2CSAMG%2CQAAQ%2CO4B%5C%2FoDvB%3BE9CoJD%2CS%2BCnNM%2CO%5C%2FCmNN%3B%3BAUvIA%2CYQimDI%2CYA0CK%3BAyBtwDT%2CkBAYI%2CczBgtDA%2CYA0CK%3BEACG%2C6BAAA%3BEACA%2CaAAA%3B%3BAR7oDZ%2CYQimDI%2CYA0CK%2CQAII%3BAyB1wDb%2CkBAYI%2CczBgtDA%2CYA0CK%2CQAII%3BEACG%2CkBAAA%3B%3BARhpDhB%2CYQqpDI%3BAyBhxDJ%2CkBAYI%2CczBowDA%3BEACI%2CgBAAA%3B%3BAE1sDR%2CiCF2uDI%2COAGM%2CSACE%3BAIjwDZ%2CuBJ6vDI%2COAGM%2CSACE%3BARv%2BCZ%2CcQm%2BCI%2COAGM%2CSACE%3BEACI%2CcAAA%3BEACA%2CgBAAA%3B%3BAEjvDhB%2CiCFsvDI%3BAIxwDJ%2CuBJwwDI%3BAR9%2BCJ%2CcQ8%2BCI%3BEACI%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CSAAA%3B%3BAEzvDR%2CiCFsvDI%2CiBAKI%2CQACK%3BAE5vDb%2CiCFsvDI%2CiBAKI%2CQAEK%3BAADD%2CmBANR%2CiBGhxDJ%3BAHsxDY%2CmBANR%2CiBG5wDJ%3BACIA%2CuBJwwDI%2CiBAKI%2CQACK%3BAI9wDb%2CuBJwwDI%2CiBAKI%2CQAEK%3BARr%5C%2FCb%2CcQ8%2BCI%2CiBAKI%2CQACK%3BARp%5C%2FCb%2CcQ8%2BCI%2CiBAKI%2CQAEK%3BEAEG%2C4BAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3B%3BAEnwDhB%2CiCFsvDI%2CiBAiBI%3BAIzxDR%2CuBJwwDI%2CiBAiBI%3BAR%5C%2F%5C%2FCR%2CcQ8%2BCI%2CiBAiBI%3BEACI%2CWAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3B%3BAE1wDZ%2CiCF8wDI%2CQAAO%3BAIhyDX%2CuBJgyDI%2CQAAO%3BARtgDX%2CcQsgDI%2CQAAO%3BEAEH%2CgBAAA%3B%3BAEhxDR%2CiCFmxDI%3BAIryDJ%2CuBJqyDI%3BAR3gDJ%2CcQ2gDI%3BEACI%2CcAAA%3BEACA%2CWAAA%3B%3BAErxDR%2CiCFmxDI%2CUAIM%2CSACI%3BAI1yDd%2CuBJqyDI%2CUAIM%2CSACI%3BARhhDd%2CcQ2gDI%2CUAIM%2CSACI%3BEACE%2CaAAA%3B%3BAEzxDhB%2CiCF8xDI%3BAIhzDJ%2CuBJgzDI%3BARthDJ%2CcQshDI%3BEACI%2CmBAAA%3B%3BAnBh3DR%3BEACI%2CaEPsB%2CiBFOtB%3BEACA%2CSAAS%2C8CAAsB%2COAAO%2CcAClC%2C6CAAqB%2COAAO%2COADhC%3BEAEA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BAANJ%3BEACI%2CaEPsB%2CiBFOtB%3BEACA%2CSAAS%2CgDAAsB%2COAAO%2CcAClC%2C%2BCAAqB%2COAAO%2COADhC%3BEAEA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BAANJ%3BEACI%2CaEPsB%2CiBFOtB%3BEACA%2CSAAS%2CiDAAsB%2COAAO%2CcAClC%2CgDAAqB%2COAAO%2COADhC%3BEAEA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BAANJ%3BEACI%2CaEPsB%2CiBFOtB%3BEACA%2CSAAS%2C6CAAsB%2COAAO%2CcAClC%2C4CAAqB%2COAAO%2COADhC%3BEAEA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BAsEwNJ%3BErE8CA%2CSAAA%3BEAAA%2CUAAA%3BED9JA%2CqBAAA%3B%3BAkElHA%3BEjE%2BXA%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEA2BA%2CuBAAA%3BEACQ%2CeAAA%3BEsElYJ%2CsBAAA%3B%3BAAEJ%2CQAAC%3BEACG%2CWAAA%3BEACA%2CSAAS%2CGAAT%3BEACA%2CcAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BALnCJ%2CQAGI%2CQAAO%3BEjE6QX%2CoBAAA%3BEAqIA%2CwBAAA%3BEACQ%2CgBAAA%3BEAfR%2CoBAAA%3BEACQ%2CYAAA%3BEAmCR%2CiBAAA%3BEACC%2CgBAAA%3BEACQ%2CQAAA%3BEiEpaD%2CWAAA%3B%3BAATR%2CQAYI%3BEjE2XJ%2CoBAAA%3BEACQ%2CYAAA%3BEAaR%2CwBAAA%3BEACQ%2CgBAAA%3BEAqBR%2CiBAAA%3BEACC%2CgBAAA%3BEACQ%2CQAAA%3B%3BAiE7aT%2CQAmBI%3BEjEoXJ%2CoBAAA%3BEACQ%2CYAAA%3BEAaR%2CwBAAA%3BEACQ%2CgBAAA%3BEAqBR%2CiBAAA%3BEACC%2CgBAAA%3BEACQ%2CQAAA%3B%3BAuEjbT%3BEACI%2CmBAAA%3B%3BAAGJ%2CKpEyeE%3BEH1dF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAuElBA%2CMACI%3BEvE2QJ%2CmBAAA%3B%3BAuExQY%2CMAHR%2CMAEM%2CKACG%2CYACG%3BAADJ%2CMAHR%2CMAEM%2CKACG%2CYAEG%3BEACI%2C0BAAA%3BEACA%2CiBAAA%3B%3BAARpB%2CMACI%2CMAYI%3BAAbR%2CMACI%2CMAaI%3BEACI%2CSAAA%3B%3BAAfZ%2CMACI%2CMAiBI%3BEACI%2CgBAAA%3BEACA%2CiBAAA%3B%3BAC3BZ%2CQAAQ%3BExEmRR%2CgBAAA%3BEAAA%2C4BAAA%3BEyEvPA%2CcAAA%3BEzEuPA%2CiBAAA%3BEAAA%2CmBAAA%3BEAAA%2CcAAA%3BEAAA%2CkBAAA%3BEyE1BA%2CkBAAA%3B%3BADzPA%2CQAAQ%2CKCoDR%3BEzE%2BNA%2CcAAA%3B%3BAyE5NI%2CQDvDI%2CKCoDR%2CEAGK%3BEzE4NL%2CcAAA%3B%3BAyExNI%2CQD3DI%2CKCoDR%2CEAOK%3BEzEwNL%2CcAAA%3B%3BAwEnRA%2CQAAQ%2CKC2PN%2CIAAC%2CYAAY%3BE3BiGf%2CmCAAA%3BEACA%2CkCAAA%3BE9C1EA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CS%2BClPW%2CO%5C%2FCkPX%3BEAAA%2CagD3Qe%2CYhD2Qf%3BEAAA%2CiBAAA%3BEAAA%2CsBAAA%3BE8CiFA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BE9CpFA%2COAAA%3BEAAA%2CSAAA%3BEAAA%2CWAAA%3BEyETI%2CkBAAA%3BEACA%2CkBAAA%3B%3BADvQJ%2CQAAQ%3BExE%2BQR%2CiBAAA%3BEAAA%2CgBAAA%3BEAAA%2C4BAAA%3BEyEvPA%2CcAAA%3BEzEuPA%2CiBAAA%3BEAAA%2CmBAAA%3BEAAA%2CcAAA%3BEAAA%2CkBAAA%3BEwEzQI%2C4BAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BAARJ%2CQAAQ%2CMCgDR%3BEzE%2BNA%2CcAAA%3B%3BAyE5NI%2CQDnDI%2CMCgDR%2CEAGK%3BEzE4NL%2CcAAA%3B%3BAyExNI%2CQDvDI%2CMCgDR%2CEAOK%3BEzEwNL%2CcAAA%3B%3BAwE%5C%2FQA%2CQAAQ%2CMCuPN%2CIAAC%2CYAAY%3BE3BiGf%2CmCAAA%3BEACA%2CkCAAA%3BE9C1EA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSC5OS%2COD4OT%3BEAAA%2CagD3Qe%2CYhD2Qf%3BEAAA%2CiBAAA%3BEAAA%2CsBAAA%3BE8CiFA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BE9CpFA%2COAAA%3BEAAA%2CSAAA%3BEAAA%2CWAAA%3BEyETI%2CkBAAA%3BEACA%2CkBAAA%3B%3BAD5PJ%2CQAAQ%3BExEoQR%2CgBAAA%3BEAAA%2C4BAAA%3BEyEvPA%2CcAAA%3BEzEuPA%2CiBAAA%3BEAAA%2CmBAAA%3BEAAA%2CcAAA%3BEAAA%2CkBAAA%3BEyE1BA%2CkBAAA%3B%3BAD1OA%2CQAAQ%2CQCqCR%3BEzE%2BNA%2CcAAA%3B%3BAyE5NI%2CQDxCI%2CQCqCR%2CEAGK%3BEzE4NL%2CcAAA%3B%3BAyExNI%2CQD5CI%2CQCqCR%2CEAOK%3BEzEwNL%2CcAAA%3B%3BAwEpQA%2CQAAQ%2CQC4ON%2CIAAC%2CYAAY%3BE3BiGf%2CmCAAA%3BEACA%2CkCAAA%3BE9C1EA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CS%2BClPW%2CO%5C%2FCkPX%3BEAAA%2CagD3Qe%2CYhD2Qf%3BEAAA%2CiBAAA%3BEAAA%2CsBAAA%3BE8CiFA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BE9CpFA%2COAAA%3BEAAA%2CSAAA%3BEAAA%2CWAAA%3BEyETI%2CkBAAA%3BEACA%2CkBAAA%3B%3BADxPJ%2CQAAQ%3BExEgQR%2CgBAAA%3BEAAA%2C4BAAA%3BEyEvPA%2CcAAA%3BEzEuPA%2CiBAAA%3BEAAA%2CmBAAA%3BEAAA%2CcAAA%3BEAAA%2CkBAAA%3BEyE1BA%2CkBAAA%3B%3BADtOA%2CQAAQ%2COCiCR%3BEzE%2BNA%2CcAAA%3B%3BAyE5NI%2CQDpCI%2COCiCR%2CEAGK%3BEzE4NL%2CcAAA%3B%3BAyExNI%2CQDxCI%2COCiCR%2CEAOK%3BEzEwNL%2CcAAA%3B%3BAwEhQA%2CQAAQ%2COCwON%2CIAAC%2CYAAY%3BE3BiGf%2CmCAAA%3BEACA%2CkCAAA%3BE9C1EA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CS%2BClPW%2CO%5C%2FCkPX%3BEAAA%2CagD3Qe%2CYhD2Qf%3BEAAA%2CiBAAA%3BEAAA%2CsBAAA%3BE8CiFA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BE9CpFA%2COAAA%3BEAAA%2CSAAA%3BEAAA%2CWAAA%3BEyETI%2CkBAAA%3BEACA%2CkBAAA%3B%3BADpPJ%2CQAAQ%3BExE4PR%2CgBAAA%3BEAAA%2C4BAAA%3BEyEvPA%2CcAAA%3BEzEuPA%2CiBAAA%3BEAAA%2CmBAAA%3BEAAA%2CcAAA%3BEAAA%2CkBAAA%3BEyE1BA%2CkBAAA%3B%3BADlOA%2CQAAQ%2CQC6BR%3BEzE%2BNA%2CcAAA%3B%3BAyE5NI%2CQDhCI%2CQC6BR%2CEAGK%3BEzE4NL%2CcAAA%3B%3BAyExNI%2CQDpCI%2CQC6BR%2CEAOK%3BEzEwNL%2CcAAA%3B%3BAwE5PA%2CQAAQ%2CQCoON%2CIAAC%2CYAAY%3BE3BiGf%2CmCAAA%3BEACA%2CkCAAA%3BE9C1EA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSC7OW%2COD6OX%3BEAAA%2CagD3Qe%2CYhD2Qf%3BEAAA%2CiBAAA%3BEAAA%2CsBAAA%3BE8CiFA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BE9CpFA%2COAAA%3BEAAA%2CSAAA%3BEAAA%2CWAAA%3BEyETI%2CkBAAA%3BEACA%2CkBAAA%3B%3BACrQJ%2CMAAM%2COACF%3BAADJ%2CMAAM%2COAEF%3BEACI%2CaAAA%3B%3BAAIR%3BE1EsQA%2CmBAAA%3B%3BA0ElQA%3BE1EkQA%2CqBAAA%3BE8ClQA%2CqBAAA%3BE4BQI%2CeAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3B%3BA5BRJ%2CWAAC%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE9C1EA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CcAAA%3BEAAA%2CS%2BC3OQ%2CO%5C%2FC2OR%3BEAAA%2CagD3Qe%2CYhD2Qf%3BEAAA%2CsBAAA%3BE8CiFA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CWADH%2CMACI%3BE9C%2BOL%2CWAAA%3B%3BA0ElQA%2CW5BkQE%3BE9CjQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA2EzBA%2CQAAQ%3BECqBR%2CkBAAA%3B%3BADrBA%2CQAAQ%2CQCuBR%3BE5E4PA%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CkBAAA%3BEAAA%2CYAAA%3BE4EpPI%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BE5EkPJ%2CWAAA%3BEAAA%2CgBAAA%3BEAAA%2CsBAAA%3BEAAA%2CeAAA%3BE4E5EA%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%3BE5EyNL%2CiBAAA%3BE4EvNQ%2CyBAAA%3B%3BAAGJ%2CQD%5C%2FDI%2CQCuBR%2CiBAwCK%3BE5EoNL%2CiBAAA%3BE4ElNQ%2CyBAAA%3B%3BAAyIR%2CQD1MQ%2CQCuBR%2CiBAmLC%3BAACD%2CQD3MQ%2CQCuBR%2CiBAoLC%3BEACG%2CYAAA%3B%3BAAGJ%2CQD%5C%2FMQ%2CQCuBR%2CiBAwLC%3BE5EoED%2CyBAAA%3BEAAA%2CUAAA%3BEAAA%2CiBAAA%3B%3BA4E9DA%2CQDrNQ%2CQCuBR%2CiBA8LC%3BE5E8DD%2CyBAAA%3BEAAA%2CUAAA%3BEAAA%2CiBAAA%3B%3BA4EpMA%2CQD%5C%2FEQ%2CQC%2BEN%3BE5EoMF%2CYAAA%3B%3BA4EhMA%2CQDnFQ%2CQCmFN%2CgBAA2B%2CMAAS%3BAACtC%2CQDpFQ%2CQCoFN%2CgBAA2B%2CMAAS%3BAACtC%2CQDrFQ%2CQCqFP%2CMAAO%3BEACJ%2CcAAA%3B%3BADtFJ%2CQAAQ%2CQAOJ%2CSAAQ%2CQACJ%3BEACI%2CgBAAA%3B%3BAATZ%2CQAAQ%2CQAOJ%2CSAAQ%2CQAKJ%3BEACI%2CmBAAA%3B%3BAAbZ%2CQAAQ%2CQAOJ%2CSAAQ%2CQASJ%3BEACI%2CqBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAApBZ%2CQAAQ%2CQAOJ%2CSAAQ%2CQAgBJ%3BEACI%2CgBAAA%3B%3BAAEA%2CQA1BJ%2CQAOJ%2CSAAQ%2CQAgBJ%2COAGK%3BEACG%2CaAAA%3B%3BAA3BhB%2CQAAQ%2CQAOJ%2CSAAQ%2CQAwBJ%3BEACI%2CSAAA%3B%3BAAKZ%3BEACI%2CkBAAA%3BEACA%2CaAAA%3B%3BAEvCJ%2CKAAK%3BE7EmRL%2C0CAAA%3BEAAA%2CaAAA%3BE8EjQA%2CSAAA%3BEACA%2COAAA%3BEACA%2CeAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3BEDpBI%2CkBAAA%3B%3BACsBJ%2CKDxBK%2CUCwBJ%3BE9E2PD%2C4B%2BE%5C%2FQgC%2C2C%5C%2FE%2BQhC%3BEAAA%2CkBAAA%3BEAAA%2CaAAA%3BEAAA%2CYAAA%3BE8EpPI%2CSAAA%3BEACA%2CsBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2COAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3B%3BADtCJ%2CKAAK%2CUAIC%3BEACE%2CaAAA%3B%3BAAIR%3BECoEA%2CSAAA%3BEACA%2COAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3BEACA%2CYAAA%3BEDxEI%2CoCAAA%3B%3BAAFJ%2CaAII%2CQACM%3BEC%2BDV%2CSAAA%3BEACA%2COAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3BEACA%2CYAAA%3B%3BAD1EA%2CaAII%2CQAKM%3BEACE%2CaAAA%3B%3BAAKZ%2CIACM%3BEACE%2CaAAA%3B%3BAAIR%3BEACI%2CkBAAA%3B%3BAAGJ%3BEACI%2CaAAA%3B%3BAT5BJ%3BEpE4QA%2CSAAA%3BEAAA%2CgBAAA%3BEAAA%2CUAAA%3BEKsLA%2CuBAAA%3B%3BA%2BDlcA%2CS%5C%2FDocE%3BEACE%2CsBAAA%3B%3BA%2BDrcJ%2CS%5C%2FDwcE%3BEL5LF%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CWAAA%3BEKgMI%2CsBAAA%3BEACA%2CWAAA%3BELjMJ%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3B%3BAK4MI%2CSAhBF%2CUAgBM%3BEACA%2CWAAA%3BEACA%2CcAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BA%2BD1dJ%2CSAAC%3BEACG%2CmBAAA%3B%3BAAJR%2CSAOM%3BAAPN%2CSAQM%2CUAAU%3BEpEoQhB%2CgBAAA%3B%3BAoE5QA%2CSAOM%2CS%5C%2FDqwBJ%3BA%2BD5wBF%2CSAQM%2CUAAU%2CS%5C%2FDowBd%3BELhgBF%2CeAAA%3BEKogBI%2CqBAAA%3B%3BAAtOJ%2CS%2BDniBM%2CS%5C%2FDmiBL%3BAAAD%2CS%2BDliBM%2CUAAU%2CS%5C%2FDkiBf%3BEACG%2CgBAAA%3B%3BA%2BD3iBJ%2CSAOM%2CS%5C%2FD6iBJ%3BA%2BDpjBF%2CSAQM%2CUAAU%2CS%5C%2FD4iBd%3BELxSF%2CgBAAA%3B%3BAKiTI%2CS%2BDtjBE%2CS%5C%2FD6iBJ%2CSASM%3BAAAJ%2CS%2BDrjBE%2CUAAU%2CS%5C%2FD4iBd%2CSASM%3BEACA%2CaAAA%3B%3BA%2BD9jBR%2CSAOM%2CS%5C%2FD2jBN%2CQACI%3BA%2BDnkBJ%2CSAQM%2CUAAU%2CS%5C%2FD0jBhB%2CQACI%3BEACI%2CmBAAA%3B%3BALliBR%2CSoE3BM%2CS%5C%2FDikBN%2CQAAO%2CMLtiBN%3BAAAD%2CSoE1BM%2CUAAU%2CS%5C%2FDgkBhB%2CQAAO%2CMLtiBN%3BAACD%2CSoE5BM%2CS%5C%2FDikBN%2CQAAO%2CMLriBN%3BAAAD%2CSoE3BM%2CUAAU%2CS%5C%2FDgkBhB%2CQAAO%2CMLriBN%3BEACG%2CSAAS%2CEAAT%3BEACA%2CcAAA%3B%3BAAGJ%2CSoEjCM%2CS%5C%2FDikBN%2CQAAO%2CMLhiBN%3BAAAD%2CSoEhCM%2CUAAU%2CS%5C%2FDgkBhB%2CQAAO%2CMLhiBN%3BEACG%2CWAAA%3B%3BAoEzCJ%2CSAOM%2CS%5C%2FDikBN%2CQAAO%2CMAEH%3BA%2BD1kBJ%2CSAQM%2CUAAU%2CS%5C%2FDgkBhB%2CQAAO%2CMAEH%3BEACI%2CsBAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CS%2BDxkBE%2CS%5C%2FDikBN%2CQAAO%2CMAOF%2CQAAS%3BAAAV%2CS%2BDvkBE%2CUAAU%2CS%5C%2FDgkBhB%2CQAAO%2CMAOF%2CQAAS%3BEACN%2CqBAAA%3B%3BAAGJ%2CS%2BD5kBE%2CS%5C%2FDikBN%2CQAAO%2CMAWF%2CQAAS%3BAAAV%2CS%2BD3kBE%2CUAAU%2CS%5C%2FDgkBhB%2CQAAO%2CMAWF%2CQAAS%3BEACN%2CYAAA%3B%3BAAGJ%2CS%2BDhlBE%2CS%5C%2FDikBN%2CQAAO%2CMAeF%2CQAAS%3BAAAV%2CS%2BD%5C%2FkBE%2CUAAU%2CS%5C%2FDgkBhB%2CQAAO%2CMAeF%2CQAAS%3BEACN%2CqBAAA%3B%3BAAGJ%2CS%2BDplBE%2CS%5C%2FDikBN%2CQAAO%2CMAmBF%2CQAAS%3BAAAV%2CS%2BDnlBE%2CUAAU%2CS%5C%2FDgkBhB%2CQAAO%2CMAmBF%2CQAAS%3BEACN%2CqBAAA%3B%3BA%2BD5lBR%2CSAOM%2CS%5C%2FDylBN%3BA%2BDhmBA%2CSAQM%2CUAAU%2CS%5C%2FDwlBhB%3BELrOA%2C4BAAA%3BEACA%2C2BAAA%3BEACA%2CoBAAA%3BEA2BA%2CyBAAA%3BEACQ%2CiBAAA%3BEK0MJ%2CUAAA%3BEACA%2CWAAA%3B%3BA%2BDpmBJ%2CSAOM%2CS%5C%2FDylBN%2COAMI%3BA%2BDtmBJ%2CSAQM%2CUAAU%2CS%5C%2FDwlBhB%2COAMI%3BA%2BDtmBJ%2CSAOM%2CS%5C%2FDylBN%2COAOI%3BA%2BDvmBJ%2CSAQM%2CUAAU%2CS%5C%2FDwlBhB%2COAOI%3BA%2BDvmBJ%2CSAOM%2CS%5C%2FDylBN%2COAQI%3BA%2BDxmBJ%2CSAQM%2CUAAU%2CS%5C%2FDwlBhB%2COAQI%3BELjMJ%2CiBAAA%3BEACC%2CgBAAA%3BEACQ%2CQAAA%3BEAxBT%2CwBAAA%3BEACQ%2CgBAAA%3BEKyNA%2CqBAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3B%3BA%2BD7mBR%2CSAOM%2CS%5C%2FDylBN%2COAgBI%3BA%2BDhnBJ%2CSAQM%2CUAAU%2CS%5C%2FDwlBhB%2COAgBI%3BA%2BDhnBJ%2CSAOM%2CS%5C%2FDylBN%2COAiBI%3BA%2BDjnBJ%2CSAQM%2CUAAU%2CS%5C%2FDwlBhB%2COAiBI%3BELrWJ%2CgBAAA%3BEAAA%2C4BAAA%3BEAAA%2CyBAAA%3BEAAA%2CkBAAA%3BEAAA%2C0CAAA%3BEAAA%2CeAAA%3BEAAA%2CYAAA%3BEAAA%2CuBAAA%3BEAAA%2CcAAA%3BEAAA%2CwBAAA%3BEAAA%2CWAAA%3BEKrOA%2CsBAAA%3BELgYA%2CiBAAA%3BEACC%2CgBAAA%3BEACQ%2CQAAA%3BEK2MD%2CqBAAA%3BEACA%2CsBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3B%3BAAzPR%2CS%2BDvXM%2CS%5C%2FDylBN%2COAgBI%2CWAlPH%3BAAAD%2CS%2BDtXM%2CUAAU%2CS%5C%2FDwlBhB%2COAgBI%2CWAlPH%3BAAAD%2CS%2BDvXM%2CS%5C%2FDylBN%2COAiBI%2CUAnPH%3BAAAD%2CS%2BDtXM%2CUAAU%2CS%5C%2FDwlBhB%2COAiBI%2CUAnPH%3BELlHD%2CYAAA%3B%3BAKiIA%2CS%2BDtYM%2CS%5C%2FDylBN%2COAgBI%2CWAnOH%3BAAAD%2CS%2BDrYM%2CUAAU%2CS%5C%2FDwlBhB%2COAgBI%2CWAnOH%3BAAAD%2CS%2BDtYM%2CS%5C%2FDylBN%2COAiBI%2CUApOH%3BAAAD%2CS%2BDrYM%2CUAAU%2CS%5C%2FDwlBhB%2COAiBI%2CUApOH%3BELjID%2CcAAA%3B%3BAKsIA%2CS%2BD3YM%2CS%5C%2FDylBN%2COAgBI%2CWA9NH%3BAAAD%2CS%2BD1YM%2CUAAU%2CS%5C%2FDwlBhB%2COAgBI%2CWA9NH%3BAAAD%2CS%2BD3YM%2CS%5C%2FDylBN%2COAiBI%2CUA%5C%2FNH%3BAAAD%2CS%2BD1YM%2CUAAU%2CS%5C%2FDwlBhB%2COAiBI%2CUA%5C%2FNH%3BELtID%2CcAAA%3B%3BAK2IA%2CS%2BDhZM%2CS%5C%2FDylBN%2COAgBI%2CWAzNH%3BAAAD%2CS%2BD%5C%2FYM%2CUAAU%2CS%5C%2FDwlBhB%2COAgBI%2CWAzNH%3BAAAD%2CS%2BDhZM%2CS%5C%2FDylBN%2COAiBI%2CUA1NH%3BAAAD%2CS%2BD%5C%2FYM%2CUAAU%2CS%5C%2FDwlBhB%2COAiBI%2CUA1NH%3BEL3ID%2CcAAA%3B%3BAoE5QA%2CSAOM%2CS%5C%2FDylBN%2COA0BI%3BA%2BD1nBJ%2CSAQM%2CUAAU%2CS%5C%2FDwlBhB%2COA0BI%3BEACI%2CWAAA%3BELpNR%2CiBAAA%3BEACC%2CgBAAA%3BEACQ%2CQAAA%3B%3BAoEzaT%2CSAOM%2CS%5C%2FDynBN%3BA%2BDhoBA%2CSAQM%2CUAAU%2CS%5C%2FDwnBhB%3BELpXA%2CgBAAA%3B%3BAKmhBI%2CS%2BDxxBE%2CS%5C%2FDsxBL%2CSAAY%2CSAER%3BAAAD%2CS%2BDvxBE%2CUAAU%2CS%5C%2FDqxBf%2CSAAY%2CSAER%3BAAAD%2CS%2BDxxBE%2CS%5C%2FDuxBL%2CUAAa%2CSACT%3BAAAD%2CS%2BDvxBE%2CUAAU%2CS%5C%2FDsxBf%2CUAAa%2CSACT%3BEACG%2CSAAS%2CGAAT%3BELphBR%2CcAAA%3BEAAA%2CiBAAA%3BEAAA%2CiBAAA%3B%3BAoE5QA%2CSAOM%2CS%5C%2FD6zBN%3BA%2BDp0BA%2CSAQM%2CUAAU%2CS%5C%2FD4zBhB%3BELxjBA%2CiBAAA%3BEAAA%2CeAAA%3BEAAA%2CUAAA%3BEAAA%2CqBAAA%3BE8ClQA%2CqBAAA%3B%3BAAMA%2CSsBTM%2CS%5C%2FD6zBN%2CMyCpzBC%3BAAAD%2CSsBRM%2CUAAU%2CS%5C%2FD4zBhB%2CMyCpzBC%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE9C1EA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CagD3Qe%2CYhD2Qf%3BEAAA%2CsBAAA%3BE8CiFA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAsBvVQ%2CSAHF%2CSAGG%2CSACK%3BAADN%2CSAFF%2CUAAU%2CSAEP%2CSACK%3BEpEAd%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAoEFQ%2CSATF%2CSASG%2COACG%3BAADJ%2CSARF%2CUAAU%2CSAQP%2COACG%3BEACI%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CSAAA%3B%3BAAKJ%2COAAO%2CIAAI%2COAAQ%2CUAlBzB%2CSAiBE%3BAACI%2COAAO%2CIAAI%2COAAQ%2CUAjBzB%2CUAAU%2CSAgBR%3BEAEQ%2CmBAAA%3B%3BAA1BhB%2CSAOM%2CSAuBE%2COAAM%3BAA9Bd%2CSAQM%2CUAAU%2CSAsBR%2COAAM%3BEACF%2CmBAAA%3B%3BAAEA%2CSA1BN%2CSAuBE%2COAAM%2COAGD%3BAAAD%2CSAzBN%2CUAAU%2CSAsBR%2COAAM%2COAGD%3BEACG%2CgBAAA%3B%3BAAMhB%2COAAU%3BAACV%2COAAU%3BEACN%2CWAAA%3B%3BAAGJ%2COACM%3BEACE%2CiBAAA%3B%3BAAIR%2CQAAQ%3BEACJ%2CSAAA%3BEACA%2CUAAA%3B%3BAAIA%2CMAAC%2CKACG%3BEACI%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAKJ%2CMADJ%2CSACK%3BEACG%2CgBAAA%3B%3BAAiBZ%3BEpEwKF%2CwBAAA%3BEACK%2CqBAAA%3BEACC%2CoBAAA%3BEoEpLA%2CgBAAA%3BEACA%2C0BAAA%3BEACA%2CmBAAA%3BEACA%2CeAAe%2CEAAf%3B%3BAAEA%2CMAAC%3BEACG%2CaAAA%3B%3BAAQR%2CMAAM%3BEACF%2CYAAA%3B%3BAAGJ%3BAACA%2CGAAG%3BEACC%2CeAAA%3B%3BAAGJ%3BEpE2KA%2CcAAA%3BEAAA%2CiBAAA%3B%3BAoEnKgB%2CwBAHZ%2CMACK%2CSACG%2CIAAG%2CgBACE%3BEACG%2CwBAAA%3B%3BAASpB%2CMAAO%3BEQrGP%2CkBAAA%3B%3BARqGA%2CMAAO%2CSQnGP%3BE5E4PA%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CkBAAA%3BEAAA%2CYAAA%3BE4EpPI%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BE5EkPJ%2CWAAA%3BEAAA%2CgBAAA%3BEAAA%2CsBAAA%3BEAAA%2CgBAAA%3BE4E3GA%2CUAAA%3BEACA%2CMAAA%3B%3BAAxHI%2CMRyEG%2CSQnGP%2CiBA0BK%3BAACD%2CMRwEG%2CSQnGP%2CiBA2BK%3BEACG%2CyBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3B%3BAAGJ%2CMRgEG%2CSQnGP%2CiBAmCK%3BE5EyNL%2CiBAAA%3BE4EvNQ%2CyBAAA%3B%3BAAGJ%2CMR2DG%2CSQnGP%2CiBAwCK%3BE5EoNL%2CiBAAA%3BE4ElNQ%2CyBAAA%3B%3BAA0GR%2CMRjDO%2CSQnGP%2CiBAoJC%3BAACD%2CMRlDO%2CSQnGP%2CiBAqJC%3BEACG%2CWAAA%3B%3BAAGJ%2CMRtDO%2CSQnGP%2CiBAyJC%3BE5EmGD%2CwBAAA%3BEAAA%2CgBAAA%3BEAAA%2CSAAA%3B%3BA4E7FA%2CMR5DO%2CSQnGP%2CiBA%2BJC%3BE5E6FD%2CwBAAA%3BEAAA%2CgBAAA%3BEAAA%2CSAAA%3B%3BA4EpMA%2CMR2CO%2CSQ3CL%3BE5EoMF%2CYAAA%3B%3BA4EhMA%2CMRuCO%2CSQvCL%2CgBAA2B%2CMAAS%3BAACtC%2CMRsCO%2CSQtCL%2CgBAA2B%2CMAAS%3BAACtC%2CMRqCO%2CSQrCN%2CMAAO%3BEACJ%2CcAAA%3B%3BARoCJ%2CMAAO%2CSAEH%3BEACI%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAIR%2CKAAK%2CMAAS%2CWAAS%3BAACvB%2CMAAM%2CMAAS%2CWAAS%3BEACpB%2CcAAA%3B%3BAAGJ%2CgBACM%3BEhE8FN%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2C4BAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEAEA%2CiBAAA%3BEJoCA%2CgBAAA%3BEAAA%2CcAAA%3BE8ClQA%2CqBAAA%3BEsBiIQ%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CsBAAA%3B%3BAhE8FR%2CgBgE1GM%2CyBhE0GL%3BAACD%2CgBgE3GM%2CyBhE2GL%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CgBgEhHM%2CyBhEgHL%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CgBgErHM%2CyBhEqHL%3BAACD%2CgBgEtHM%2CyBhEsHL%3BAACD%2CQAAQ%2CUAAW%2CiBgEvHb%3BEhEwHF%2CoBAAA%3BEJmBJ%2CYAAA%3B%3BAoE5IA%2CgBACM%2CyBtB2IJ%3BE9CjQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA8CFA%2CgBsBiHM%2CyBtBjHL%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE9C1EA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CS%2BClOY%2CO%5C%2FCkOZ%3BEAAA%2CagD3Qe%2CYhD2Qf%3BEAAA%2CsBAAA%3BE8CiFA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAsBlNQ%2CgBAdF%2CyBAcG%3BEACG%2CgBAAA%3BEACA%2CUAAA%3B%3BAAgBZ%2CQACI%3BEACI%2CSAAA%3B%3BAAII%2CQALR%2CUAGM%2CSAAM%2CIAAI%2CSAEP%2CIAAI%3BAAAL%2CQALR%2CUAII%2CQAAU%2CSACL%2CIAAI%3BEACD%2CgBAAA%3B%3BAAPhB%2CQACI%2CUAGM%2CSAAM%2CIAAI%2CSAMR%3BAAVZ%2CQACI%2CUAII%2CQAAU%2CSAKN%3BEACI%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3B%3BAAdhB%2CQACI%2CUAGM%2CSAAM%2CIAAI%2CSAaR%3BAAjBZ%2CQACI%2CUAII%2CQAAU%2CSAYN%3BEACI%2CWAAA%3B%3BArEnLhB%3BEACI%2CaiDAW%2CYjDAX%3BEACA%2CSAAS%2C6BAAsB%2COAAO%2CcAClC%2C4BAAqB%2COAAO%2COADhC%3BEAEA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3B%3BAiFZJ%3BAACA%2CCAAC%2COAAO%3BAAAR%2CC3D4DA%3BA2D5DA%2CC3DgEA%3BErBiNA%2CkBAAA%3B%3BAgF5QI%2CMAAC%2CIAAI%3BEhF4QT%2CgBAAA%3B%3BAgFzQQ%2CMAHH%2CIAAI%2CUAGA%3BEhFyQT%2C%2BFAAA%3B%3BAgFhQY%2CIAFP%2CIAAI%2CYACD%2COACK%3BEACG%2CgBAAA%3B%3BAAMhB%2CCAAC%2COAAO%3BAAAR%2CC3DoCA%3BA2DpCA%2CC3DwCA%3BErBiNA%2CqBAAA%3BEI5GA%2CqBAAA%3B%3BAAEA%2CC4E%5C%2FIC%2COAAO%2CQ5E%2BIP%3BAACD%2CC4EhJC%2COAAO%2CQ5EgJP%3BAACD%2CC4EjJC%2COAAO%2CQ5EiJP%3BAAFD%2CCiB3GA%2CgBjB2GC%3BAACD%2CCiB5GA%2CgBjB4GC%3BAACD%2CCiB7GA%2CgBjB6GC%3BAAFD%2CCiBvGA%2CajBuGC%3BAACD%2CCiBxGA%2CajBwGC%3BAACD%2CCiBzGA%2CajByGC%3BEACG%2CqBAAA%3B%3BA4E9IJ%2COAAO%3BAACP%3BA3D%2BBA%3BAAIA%3BEjBpBA%2CsBAAA%3BEJqOA%2CmBAAA%3BEAAA%2CyBAAA%3BEAAA%2CWAAA%3BEAAA%2CeAAA%3BEAAA%2CqBAAA%3BEAAA%2CaClR0B%2C6BDkR1B%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CiBAAA%3BEIlNA%2CsBAAA%3BEACA%2CsBAAA%3B%3BAAiBA%2CO4ErDO%2CQ5EqDN%3BAAAD%2CeAAC%3BAACD%2CO4EtDO%2CQ5EsDN%3BAAAD%2CeAAC%3BAiBtBD%2CgBjBqBC%3BAiBrBD%2CgBjBsBC%3BAiBlBD%2CajBiBC%3BAiBjBD%2CajBkBC%3BEJ%2BLD%2CmBAAA%3BEAAA%2CyBAAA%3BEAAA%2CWAAA%3B%3BAInLA%2CO4ElEO%2CQ5EkEN%3BAAAD%2CeAAC%3BAiBlCD%2CgBjBkCC%3BAiB9BD%2CajB8BC%3BEJmLD%2CmBAAA%3BEAAA%2CyBAAA%3BEAAA%2CWAAA%3B%3BAIvKA%2CO4E9EO%2CQ5E8EN%3BAAAD%2CeAAC%3BAACD%2CO4E%5C%2FEO%2CQ5E%2BEN%3BAAAD%2CeAAC%3BAACD%2CQAAQ%2CUAAW%2CQ4EhFZ%3BA5EgFP%2CQAAQ%2CUAAW%3BAiBhDnB%2CgBjB8CC%3BAiB9CD%2CgBjB%2BCC%3BAACD%2CQAAQ%2CUiBhDR%3BAAIA%2CajB0CC%3BAiB1CD%2CajB2CC%3BAACD%2CQAAQ%2CUiB5CR%3BErBiNA%2CYAAA%3BEInKI%2CeAAA%3BEACA%2CoBAAA%3B%3BA6ElHJ%2CQAAQ%2CKAAK%3BECuJb%2CSAAA%3BEACA%2CUAAA%3BEDtJI%2C6BAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3B%3BAALJ%2CQAAQ%2CKAAK%2CMC0JX%2CQAAK%3BEACH%2CsBAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3B%3BAD7JJ%2CQAAQ%2CKAAK%2CMC0JX%2CQAAK%2CMAKD%3BEACE%2CcAAA%3B%3BADhKR%2CQAAQ%2CKAAK%2CMCoKX%2CQAAK%3BEAEH%2CsBAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3B%3BAlF%5C%2FHJ%2CQiF1CQ%2CKAAK%2CMCoKX%2CQAAK%2CQlF1HN%3BAACD%2CQiF3CQ%2CKAAK%2CMCoKX%2CQAAK%2CQlFzHN%3BEACG%2CSAAS%2CEAAT%3BEACA%2CcAAA%3B%3BAAGJ%2CQiFhDQ%2CKAAK%2CMCoKX%2CQAAK%2CQlFpHN%3BEACG%2CWAAA%3B%3BAkF0HA%2CQD3KI%2CKAAK%2CMCoKX%2CQAAK%2CQAOF%3BEACG%2CcAAA%3B%3BAD5KR%2CQAAQ%2CKAAK%2CMC4NP%2CQAAK%3BElFwDX%2CSAAA%3B%3BAiFpRA%2CQAAQ%2CKAAK%2CMCqOX%2CQAAK%2CMACD%3BElF8CN%2C0BAAA%3BEAAA%2CYAAA%3BEAAA%2C0BAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CiBAAA%3BEAAA%2CWAAA%3BEAAA%2CqBAAA%3B%3BADrIA%2CQkF%5C%2FIQ%2CKAAK%2CMCqOX%2CQAAK%2CMACD%2CUnFvFL%3BECqID%2CcAAA%3BEAAA%2CqBAAA%3B%3BADhIA%2CQkFpJQ%2CKAAK%2CMCqOX%2CQAAK%2CMACD%2CUnFlFL%3BECgID%2CWAAA%3BEAAA%2CqBAAA%3B%3BAD3HA%2CQkFzJQ%2CKAAK%2CMCqOX%2CQAAK%2CMACD%2CUnF7EL%3BEC2HD%2CWAAA%3BEAAA%2CqBAAA%3B%3BAkFbI%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%3BElFUtB%2CWAAA%3BEAAA%2CqBAAA%3BEAAA%2CmBAAA%3B%3BAiFpRA%2CQAAQ%2CKAAK%2CMCkRX%2CQAAK%3BElFEP%2CmBAAA%3BEAAA%2CSAAA%3BEAAA%2CuBAAA%3B%3BAiFpRA%2CQAAQ%2CKAAK%2CMAOT%2CMAAK%2CMACD%3BEACI%2CkBAAA%3BEnCuDZ%2CqBAAA%3B%3BAAMA%2CQmCtEQ%2CKAAK%2CMAOT%2CMAAK%2CMACD%2CEnC8DP%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BE9C1EA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CcAAA%3BEAAA%2CS%2BClNQ%2CO%5C%2FCkNR%3BEAAA%2CagD3Qe%2CYhD2Qf%3BEAAA%2CsBAAA%3BE8CiFA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAmClVY%2CQAvBJ%2CKAAK%2CMAOT%2CMAAK%2CMACD%2CEAeK%3BEACG%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CQAAA%3B%3BAAKJ%2CQA%5C%2FBJ%2CKAAK%2CMAOT%2CMAAK%2CMAuBA%2COAAQ%2CEACJ%3BEACG%2CSlCiCV%2COkCjCU%3B%3BAAMR%2CQAtCA%2CKAAK%2CMAqCT%2COAAO%2CEACF%3BEACG%2CgBAAA%3B%3BAAvCZ%2CQAAQ%2CKAAK%2CMA2CT%3BEACI%2CSAAA%3B%3BAE5CR%2CMC8VE%3BEpF3UF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAmF1BA%2CMCmHA%3BEpFoHA%2CYAAA%3BEACA%2CoBAAA%3BEACA%2CcAAA%3BEoF2EA%2CmBAAA%3BEpFhCA%2CSAAA%3BEAAA%2CUAAA%3BED9JA%2CqBAAA%3BEC8JA%2CqBAAA%3BEAAA%2CgBAAA%3B%3BAmFpRA%2CMC6HA%3BEpFuJA%2CiBAAA%3BEAAA%2CiBAAA%3BEAlCA%2CsBAAA%3BEAkCA%2CiBAAA%3BEAAA%2CqBAAA%3B%3BAmFpRA%2CMC6HA%2CMAUI%3BEpFpHJ%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAmF1BA%2CMC4IA%2CEAAC%3BEpFwID%2CcAAA%3BEAAA%2CqBAAA%3BEAAA%2CcAAA%3BEAAA%2CqBAAA%3B%3BAoF1HI%2CMAdJ%2CEAAC%2CKAcI%3BEpF0HL%2CcAAA%3B%3BAoF9GI%2CMA1BJ%2CEAAC%2CKA0BI%3BEpF8GL%2CcAAA%3BEAAA%2CqBAAA%3B%3BAoFjGI%2CMAvCJ%2CEAAC%2CKAuCI%3BEpFiGL%2CcAAA%3B%3BAmFpRA%2CMCgMA%2COAAM%3BEpFoFN%2CmBAAA%3BEAAA%2CiBAAA%3BEAAA%2CiBAAA%3BEAlCA%2CsBAAA%3BEAkCA%2CWAAA%3BEAAA%2CqBAAA%3BEAAA%2CgBAAA%3BEAAA%2CcAAA%3B%3BAmFpRA%2CMCqNA%3BEpF%2BDA%2CmBAAA%3BEAAA%2CsBAAA%3BEAAA%2CcAAA%3BEAAA%2CqBAAA%3BEAAA%2CUAAA%3BEAAA%2CqBAAA%3B%3BAoFjDI%2CMAdJ%2CQAcK%3BEpFiDL%2CcAAA%3B%3BAoFrCI%2CMA1BJ%2CQA0BK%3BEpFqCL%2CmBAAA%3BEAAA%2CcAAA%3BEAAA%2CqBAAA%3B%3BAoFxBI%2CMAvCJ%2CQAuCK%3BEpFwBL%2CcAAA%3B%3BAoFZI%2CMAnDJ%2CQAmDK%3BEpFYL%2CqBAAA%3BE8ClQA%2CqBAAA%3B%3BAsC4WI%2CMAzKJ%2CQAmDK%2CKAqHJ%2CQACI%3BEpF1GL%2CcAAA%3B%3BAoFgHI%2CMA%5C%2FKJ%2CQAmDK%2CKA2HJ%2COACI%3BEpFhHL%2CcAAA%3B%3BAoFZI%2CMAnDJ%2CQAmDK%2CKtCYH%3BE9CjQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA8CFA%2CMsC6LA%2CQAmDK%2CKtChPJ%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE9C1EA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CcAAA%3BEAAA%2CS%2BC5OQ%2CO%5C%2FC4OR%3BEAAA%2CagD3Qe%2CYhD2Qf%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BE8CiFA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CMsCgLJ%2CQAmDK%2CKtCpOJ%2CMACI%3BE9C%2BOL%2CcAAA%3B%3BA8CzOI%2CMsC0KJ%2CQAmDK%2CKtC9NJ%2COACI%3BE9CyOL%2CcAAA%3B%3BAoFMI%2CMArEJ%2CQAqEK%3BEpFNL%2CqBAAA%3BE8ClQA%2CqBAAA%3B%3BAsC4WI%2CMAzKJ%2CQAqEK%2CSAmGJ%2CQACI%3BEpF1GL%2CcAAA%3B%3BAoFgHI%2CMA%5C%2FKJ%2CQAqEK%2CSAyGJ%2COACI%3BEpFhHL%2CcAAA%3B%3BAoFMI%2CMArEJ%2CQAqEK%2CStCNH%3BE9CjQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA8CFA%2CMsC6LA%2CQAqEK%2CStClQJ%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE9C1EA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CcAAA%3BEAAA%2CS%2BC7NQ%2CO%5C%2FC6NR%3BEAAA%2CagD3Qe%2CYhD2Qf%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BE8CiFA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CMsCgLJ%2CQAqEK%2CStCtPJ%2CMACI%3BE9C%2BOL%2CcAAA%3B%3BA8CzOI%2CMsC0KJ%2CQAqEK%2CStChPJ%2COACI%3BE9CyOL%2CcAAA%3B%3BAmFpRA%2CMAGI%3BEnFiRJ%2C2EAAA%3BEmF7QQ%2CkBAAA%3BEACA%2CcAAA%3B%3BAAEA%2CMAPJ%2CQAOK%3BEACG%2CiBAAA%3B%3BAAGJ%2CMAXJ%2CQAWK%3BEACG%2CgBAAA%3B%3BAvCdZ%2CgBACM%3BAADN%2CgBAEM%3BEACE%2CmBAAA%3BEACA%2CkBAAA%3B%3BAAJR%2CgBACM%2CWAKE%3BAANR%2CgBAEM%2CaAIE%3BEAEI%2CmBAAA%3B%3BAAEA%2CgBATN%2CWAKE%2CQAIK%3BAAAD%2CgBARN%2CaAIE%2CQAIK%3BEACG%2CgBAAA%3B%3BAAIR%2CgBAdF%2CWAcG%3BAAAD%2CgBAbF%2CaAaG%3BEACG%2CgBAAA%3B%3BAAhBZ%2CgBAoBM%2CaACE%2CQAAO%3BEACH%2CaAAA%3B%3BAyCvBZ%3BErFoRA%2CgBAAA%3BEAAA%2CgBAAA%3B%3BAqFpRA%2CYCoEA%3BEtFgNA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSAAA%3BEAAA%2CUAAA%3BED9JA%2CqBAAA%3B%3BAsFtHA%2CYCoEA%2COvFwDE%3BEACE%2CqBAAA%3BEACA%2CmBAAA%3B%3BAsF9HJ%2CYC0EA%3BEACI%2CSAAA%3B%3BAD3EJ%2CYC8EA%3BEtFsMA%2CcAAA%3BEAAA%2CqBAAA%3B%3BAsFxLI%2CYAdJ%2CEAcK%3BEtFwLL%2CcAAA%3BEAAA%2CqBAAA%3B%3BAsF3KI%2CYA3BJ%2CEA2BK%3BEtF2KL%2CcAAA%3BEAAA%2C0BAAA%3B%3BAsF9JI%2CYAxCJ%2CEAwCK%3BEtF8JL%2CcAAA%3BEAAA%2CqBAAA%3B%3BAqFpRA%2CYCoIA%3BEtFgJA%2CgBAAA%3B%3BAqFpRA%2CYC4JI%2CMAAK%2CIAAI%3BEtFwHb%2CqBAAA%3BE8CpNA%2CqBAAA%3B%3BAAMA%2CYwCsFI%2CMAAK%2CIAAI%2CaxCtFZ%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BE9C1EA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CS%2BC5OQ%2CO%5C%2FC4OR%3BEAAA%2CagD3Qe%2CYhD2Qf%3BEAAA%2CcAAA%3BEAAA%2CmBAAA%3BE8CiFA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAtB9VY%2CUAFP%2CMACG%2CQACK%3BExByQb%2CkBAAA%3BEwBrQgB%2CYAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3BEACA%2CaAAA%3BExBiQhB%2CqBAAA%3BEI7CA%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2C4BAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3BEJoCA%2CgBAAA%3B%3BAwBzQY%2CUAFP%2CMACG%2CQACK%2CMsByQX%3BE9CjQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA8CFA%2CUtBfK%2CMACG%2CQACK%2CMsBaZ%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE9C1EA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CS%2BC9NU%2CO%5C%2FC8NV%3BEAAA%2CagD3Qe%2CYhD2Qf%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BE8CiFA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CUtB5BC%2CMACG%2CQACK%2CMsByBZ%2CMACI%3BE9C%2BOL%2CcAAA%3B%3BA8CzOI%2CUtBlCC%2CMACG%2CQACK%2CMsB%2BBZ%2COACI%3BE9CyOL%2CcAAA%3B%3BAIjCA%2CUoB1OK%2CMACG%2CQACK%2CMpBwOZ%3BAACD%2CUoB3OK%2CMACG%2CQACK%2CMpByOZ%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CUoBhPK%2CMACG%2CQACK%2CMpB8OZ%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CUoBrPK%2CMACG%2CQACK%2CMpBmPZ%3BAACD%2CUoBtPK%2CMACG%2CQACK%2CMpBoPZ%3BAACD%2CQAAQ%2CUAAW%2CWoBvPd%2CMACG%2CQACK%3BEpBsPT%2CoBAAA%3BEJmBJ%2CYAAA%3B%3BAwBtOY%2CMAFR%2CiBACI%2CQACK%3BEAEG%2CgBAAA%3B%3BAAMhB%3BEAQI%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAxByZJ%2CcAAC%3BAACD%2CcAAC%3BEACG%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2C0BAAA%3B%3BAAGJ%2CcAAC%3BEA%5C%2FMD%2CSAAA%3BEAAA%2CQAAA%3BEAAA%2CiBAAA%3BEAAA%2CsDAAA%3BEAAA%2CWAAA%3B%3BAAuNA%2CcAAC%3BEAvND%2CSAAA%3BEAAA%2CQAAA%3BEAAA%2CiBAAA%3BEAAA%2CyDAAA%3BEAAA%2CWAAA%3B%3BAmEhRQ%2CMAAC%2CWAAY%3BAACb%2CMAAC%2CWAAY%3BEACT%2CeAAA%3B%3BAAuBR%3BAACA%3BEACI%2CcAAA%3BEnEqPR%2CiBAAA%3BEmEnPQ%2CcAAA%3B%3BAAJJ%2CoBAMI%3BAALJ%2CoBAKI%3BEACI%2CgBAAA%3B%3BAAWR%2CoBAAuB%3BAACvB%2CKAAK%3BEACD%2CcAAA%3BEnEmOR%2CiBAAA%3B%3BAmEhOQ%2CoBALmB%2CuBAKlB%3BAAAD%2CKAJC%2CYAIA%3BEACG%2CSAAS%2CiBAAiB%2CIAA1B%3BEnE%2BNZ%2CiBAAA%3B%3BAmErOI%2CoBAAuB%2CuBAUnB%3BAATJ%2CKAAK%2CYASD%3BEnE2NR%2CiBAAA%3B%3BAuF1RA%2CaACI%3BEACI%2CYAAA%3BEvFwRR%2CyBAAA%3BEuFpRQ%2CmBAAA%3BEACA%2CkBAAA%3B%3BAAPR%2CaACI%2CaAQI%2CQAAO%3BEACH%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CUAAA%3B%3BAAZZ%2CaACI%2CaAcI%3BEACI%2CWAAA%3B%3BAAhBZ%2CaACI%2CaAkBI%3BEAcI%2CmBAAA%3BEACA%2CWAAA%3B%3BAAlCZ%2CaACI%2CaAkBI%2C2BAEI%2CeAAe%3BEvFqQ3B%2CWAAA%3B%3BAuF1RA%2CaACI%2CaAkBI%2C2BAEI%2CeAAe%2CoBAGX%3BEvFkQhB%2CgCAAA%3B%3BAuF1RA%2CaACI%2CaAkBI%2C2BAUI%2CeAAe%2CQAAO%3BEAClB%2CgBAAA%3B%3BAA9BhB%2CaACI%2CaAkBI%2C2BAiBI%2COAAM%3BEACF%2CgBAAA%3BEACA%2CcAAA%3B%3BAAtChB%2CaACI%2CaAkBI%2C2BAiBI%2COAAM%2COAIF%2COAAM%3BEACF%2CyBAAA%3BEACA%2CeAAA%3B%3BAA1CpB%2CaACI%2CaAkBI%2C2BAiBI%2COAAM%2COAIF%2COAAM%2CQAIF%3BEvF8OpB%2CiBAAA%3B%3BAuF1RA%2CaACI%2CaAkBI%2C2BAiBI%2COAAM%2COAaF%2CeAAe%2CQAAO%3BEAClB%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3B%3BAAvDpB%2CaACI%2CaAkBI%2C2BAiBI%2COAAM%2COAsBF%2CeAAe%3BEvFgO%5C%2FB%2CWAAA%3BEuF9NoB%2CyBAAA%3B%3BAA5DpB%2CaACI%2CaAkBI%2C2BAiBI%2COAAM%2COA2BF%2CeACI%3BEACI%2CaAAA%3B%3BAAjExB%2CaACI%2CaAkBI%2C2BAiBI%2COAAM%2COAiCF%2CkBACI%3BEACI%2CeAAA%3BEACA%2CeAAA%3B%3BAAxExB%2CaACI%2CaAkBI%2C2BAiBI%2COAAM%2COAiCF%2CkBAMI%2CQAAO%2COACD%3BEACE%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAA%5C%2FE5B%2CaACI%2CaAkBI%2C2BAiBI%2COAAM%2COA%2BCF%3BEACI%2CeAAA%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3B%3BAAtFpB%2CaACI%2CaAkBI%2C2BAiBI%2COAAM%2COA%2BCF%2CeAKI%3BEvFkMpB%2CiBAAA%3BEuFhMwB%2CqCAAA%3B%3BAA1FxB%2CaACI%2CaAkBI%2C2BA4EI%2CQAAO%3BEAEH%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CQAAA%3B%3BAAnGhB%2CaACI%2CaAkBI%2C2BAmFI%3BEvFoLZ%2CmBAAA%3BEuFlLgB%2CgBAAA%3B%3BAAxGhB%2CaACI%2CaA2GI%2COAAM%3BEACF%2CuBAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3B%3BAAlHZ%2CaACI%2CaAoHI%2CsBAEI%3BEACI%2CYAAA%3BEvFkKhB%2CmBAAA%3BEA%2BGA%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEA2BA%2CuBAAA%3BEACQ%2CeAAA%3B%3BAuFvaR%2CaACI%2CaAoHI%2CsBAEI%2CYAMI%2CQAAU%3BEvF6J1B%2CgBAAA%3BEAAA%2CWAAA%3BEuFzJoB%2CyBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3B%3BAAEA%2CaApIhB%2CaAoHI%2CsBAEI%2CYAMI%2CQAAU%2CaAQL%3BAACD%2CaArIhB%2CaAoHI%2CsBAEI%2CYAMI%2CQAAU%2CaASL%3BAACD%2CaAtIhB%2CaAoHI%2CsBAEI%2CYAMI%2CQAAU%2CaAUL%3BEvFmJrB%2CWAAA%3B%3BAuF1RA%2CaACI%2CaAoHI%2CsBAEI%2CYAqBI%3BEvF8IhB%2CWAAA%3BEA4IA%2CuBAAA%3BEACQ%2CeAAA%3B%3BAuFvaR%2CaACI%2CaAoHI%2CsBAEI%2CYAqBI%2CiBAII%2CGACI%3BEvFyIxB%2CiBAAA%3BEuFvI4B%2CcAAA%3B%3BAAnJ5B%2CaACI%2CaAyJI%3BEvFgIR%2CmBAAA%3BEA%2BGA%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEwFlYA%2C2BAAA%3BEACA%2C%2BBAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3BEDkJY%2CYAAA%3B%3BAAIQ%2CaAjKhB%2CaAyJI%2CeAMI%2CcACI%2CQAAO%2COACF%3BEvFwHrB%2CWAAA%3B%3BAuF1RA%2CaACI%2CaAyJI%2CeAcI%2CMAAK%3BEvFkHjB%2CSAAA%3BEAAA%2CUAAA%3BED9JA%2CqBAAA%3BEwF%2BCgB%2CgBAAA%3B%3BAA3KhB%2CaACI%2CaAyJI%2CeAcI%2CMAAK%2CSAKD%3BAA7KhB%2CaACI%2CaAyJI%2CeAcI%2CMAAK%2CSAKE%2CSAAQ%3BEvF6G3B%2CWAAA%3B%3BAuF1RA%2CaACI%2CaAyJI%2CeAwBI%3BEvF2PZ%2C2BAAA%3BEACI%2CuBAAA%3BEACI%2CmBAAA%3BEuF3PQ%2CiBAAA%3BEACA%2CWAAA%3B%3BAArLhB%2CaACI%2CaAwLI%3BEACI%2CkBAAA%3BEACA%2CyBAAA%3B%3BAA3LZ%2CaACI%2CaAwLI%2CoBAII%3BEvF6FZ%2CiBAAA%3BEuF3FgB%2CqCAAA%3B%3BAAGJ%2CaAjMR%2CaAwLI%2CoBASK%3BEACG%2CyBAAA%3B%3BAAMhB%2CuBACI%2C2BACI%2COAAM%2COACF%3BEACI%2CiBAAA%3B%3BAAMhB%2CqBACI%2CcACI%2CaACI%2CQAAO%3BEvFoEnB%2CoBAAA%3B%3BAuF7DA%2CYACI%2CSACI%3BAAFR%2CYACI%2CSAEI%3BAAHR%2CYACI%2CSAGI%3BEACI%2CaAAA%3B%3BAAKZ%2CaAAc%2CaACV%2C2BACI%2CUAAS%3BEACL%2CaAAA%3B%3BAAHZ%2CaAAc%2CaAOV%3BEACI%2CaAAA%3B%3BAAIR%2CMAAM%2COACF%2CQAAO%2CMACH%2COAAM%3BEACF%2CaAAA%3B%3BAEjPZ%3BEzFqRA%2CWAAA%3B%3BAyFrRA%2CsBAGI%3BEzFkRJ%2CWAAA%3BEA%2BGA%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEwFlYA%2C2BAAA%3BEACA%2C%2BBAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3B%3BACPA%2CsBAQI%3BEzFgaJ%2C8BAAA%3BEACI%2C0BAAA%3BEACI%2CsBAAA%3BEArJR%2CWAAA%3BEAAA%2CWAAA%3BEA%2BGA%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEyFxXQ%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3B%3BAAhBR%2CsBAQI%2CQAUI%3BEACI%2CiBAAA%3BEACA%2CiBAAA%3B%3BAApBZ%2CsBAQI%2CQAeI%3BEAEI%2CkBAAA%3B%3BAAzBZ%2CsBAQI%2CQAoBI%3BEACI%2CgBAAA%3BEzF2YZ%2C8BAAA%3BEACI%2C0BAAA%3BEACI%2CsBAAA%3BEyF1YI%2CmBAAA%3BEACA%2CWAAA%3B%3BAAjCZ%2CsBAQI%2CQAoBI%2CgBAOI%3BEzFkPZ%2CaC7PuB%2CUCbD%2C8CF0QtB%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BEyF9OgB%2CcAAA%3B%3BAAvChB%2CsBAQI%2CQAoBI%2CgBAcI%3BEzF2OZ%2CaC7PuB%2CUCbD%2C8CF0QtB%3BEAAA%2CgBAAA%3B%3BAyFrRA%2CsBAQI%2CQAoBI%2CgBAmBI%3BEzFsOZ%2CgBAAA%3BEyFpOgB%2CmBAAA%3BEACA%2CcAAA%3B%3BAAlDhB%2CsBAQI%2CQAoBI%2CgBAyBI%3BEACI%2CgBAAA%3BEzF%2BNhB%2CgBAAA%3B%3BAyF5NgB%2CsBAjDZ%2CQAoBI%2CgBAyBI%2CEAIK%3BAACD%2CsBAlDZ%2CQAoBI%2CgBAyBI%2CEAKK%3BAACD%2CsBAnDZ%2CQAoBI%2CgBAyBI%2CEAMK%3BEACG%2CqBAAA%3B%3BAAGJ%2CsBAvDZ%2CQAoBI%2CgBAyBI%2CEAUK%3BEzFsNjB%2CgBAAA%3BEAAA%2CgBAAA%3B%3BAyFjNgB%2CsBA5DZ%2CQAoBI%2CgBAyBI%2CEAeK%3BEzFiNjB%2CmBAAA%3B%3BAyFrRA%2CsBA6EI%3BEACI%2CiBAAA%3B%3BAA9ER%2CsBAiFI%3BEzFoMJ%2CaCvP6B%2CgBCnBP%2C8CF0QtB%3BEyFlMQ%2CiBAAA%3B%3BAAnFR%2CsBAsFI%3BEzF%2BLJ%2CgBAAA%3BEyF5LQ%2CmBAAA%3BEACA%2CiBAAA%3B%3BAA1FR%2CsBA6FI%3BEACI%2CkBAAA%3BEACA%2CYAAA%3B%3BAAQR%2CwBACI%3BEzF4RJ%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEwFlYA%2C2BAAA%3BEACA%2CiCAAA%3BEACA%2CmBAAA%3BEACA%2CyBAAA%3BECmGQ%2CYAAA%3B%3BAAHR%2CwBACI%2CiBAII%3BEACI%2CiBAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3B%3BAARZ%2CwBACI%2CiBAUI%3BEAEI%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3B%3BAAfZ%2CwBAmBI%3BEACI%2CYAAA%3B%3BAApBR%2CwBAuBI%3BEzFuJJ%2CWAAA%3BEA%2BGA%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEwFlYA%2C2BAAA%3BEACA%2C%2BBAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3B%3BACgGA%2CwBAuBI%2CyBAII%3BEACI%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEzF8IZ%2CqBAAA%3BE8CpNA%2CqBAAA%3B%3BAAMA%2CwB2CuDI%2CyBAII%2CE3C3DP%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BE9C1EA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CcAAA%3BEAAA%2CS%2BC5OQ%2CO%5C%2FC4OR%3BEAAA%2CagD3Qe%2CYhD2Qf%3BEAAA%2CsBAAA%3BE8CiFA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BA2C1NY%2CwBAlBR%2CyBAII%2CEAcK%3BEzFqIb%2CgBAAA%3B%3BAyFjIY%2CwBAtBR%2CyBAII%2CEAkBK%3BEzFiIb%2CmBAAA%3B%3BAyF9KA%2CwBAuBI%2CyBA2BI%3BEzF4HR%2CgBAAA%3BEyFzHY%2CyBAAA%3BEACA%2CgBAAA%3B%3BAAtDZ%2CwBAuBI%2CyBAkCI%3BEzFqHR%2CmBAAA%3B%3BAyF7GA%2CSACI%3BEzF4GJ%2CmBAAA%3BEyFzGQ%2CkBAAA%3B%3BAAJR%2CSACI%2CoBAKI%3BEACI%2CiBAAA%3BEACA%2CgBAAA%3B%3BAARZ%2CSACI%2CoBAUI%2CcACI%3BEzFgNZ%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEwFlYA%2C2BAAA%3BEACA%2CiCAAA%3BEACA%2CmBAAA%3BEACA%2CyBAAA%3BExFiaA%2C8BAAA%3BEACI%2C0BAAA%3BEACI%2CsBAAA%3BEArJR%2CkBAAA%3BEAAA%2CYAAA%3BEAAA%2CWAAA%3BEyF1FgB%2CkBAAA%3BEACA%2CYAAA%3B%3BAApBhB%2CSACI%2CoBAUI%2CcAYI%3BEzFsFZ%2CmBAAA%3B%3BAyF7GA%2CSACI%2CoBAUI%2CcAYI%2CeAGI%3BEzFmFhB%2CgBAAA%3BEAAA%2CcAAA%3BEyF%5C%2FEoB%2CyBAAA%3BEzF%2BEpB%2CqBAAA%3BE8CpNA%2CqBAAA%3B%3BAAMA%2CS2CkGI%2CoBAUI%2CcAYI%2CeAGI%2CE3C3Hf%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BE9C1EA%2CkBAAA%3BEAAA%2CoBAAA%3BEAAA%2CcAAA%3BEAAA%2CSyF5E6C%2COzF4E7C%3BEAAA%2CagD3Qe%2CYhD2Qf%3BEAAA%2CsBAAA%3BE8CiFA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BA2C5JoB%2CSArChB%2CoBAUI%2CcAYI%2CeAGI%2CEAYK%3BEACG%2C0BAAA%3B%3BAAvCxB%2CSACI%2CoBAUI%2CcAiCI%3BEzFiEZ%2CgBAAA%3BEAAA%2CmBAAA%3BEAAA%2CiBAAA%3BEyF5DgB%2CyBAAA%3BEACA%2CUAAA%3B%3BAAlDhB%2CSACI%2CoBAqDI%2CgBAEI%3BEACI%2CkBAAA%3B%3BAAzDhB%2CSACI%2CoBA4DI%2CWAAW%3BEACP%2C4BAAA%3BEACA%2CuBAAA%3BEACA%2CoBAAA%3BEACA%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3B%3BAAnEZ%2CSAuEI%3BED1MJ%2CgBC2M4B%2CwDD3M5B%3BEACA%2C8BAAA%3BEACA%2CsBAAA%3BExF8OA%2CWAAA%3BEAAA%2CYAAA%3BEyFjCQ%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3BEACA%2COAAA%3BEACA%2CMAAA%3B%3BAAhFR%2CSAmFI%3BEzF6KJ%2C8BAAA%3BEACI%2C0BAAA%3BEACI%2CsBAAA%3B%3BAyFlQR%2CSAmFI%2CqBAGI%3BEACI%2CcAAA%3B%3BAAvFZ%2CSAmFI%2CqBAOI%3BEACI%2CgBAAA%3B%3BAASZ%3BEzFwHA%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEAjHA%2CWAAA%3BEyFLI%2CkBAAA%3B%3BAAJJ%2CoBAMI%3BEzFkHJ%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEwFlYA%2C2BAAA%3BEACA%2C%2BBAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3B%3BACqQA%2CoBAUI%3BEDlRJ%2C0BAAA%3BEACA%2C%2BBAAA%3BEACA%2CkBAAA%3BEACA%2CuBAAA%3BExF6XA%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEwF1UA%2C0BAAA%3BEACA%2C8BAAA%3BEACA%2CsBAAA%3BEC2NQ%2CeAAA%3B%3BAAbR%2CoBAUI%2CqBAKI%3BEACI%2CyBAAA%3BEAEA%2CgBAAA%3BEzFTZ%2CqBAAA%3BE8CpNA%2CqBAAA%3B%3BAAMA%2CoB2C%2BMI%2CqBAKI%2CE3CpNP%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BE9C1EA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CWAAA%3BEAAA%2CS%2BC5OQ%2CO%5C%2FC4OR%3BEAAA%2CagD3Qe%2CYhD2Qf%3BEAAA%2CsBAAA%3BE8CiFA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BA2CnEY%2CoBAjBR%2CqBAKI%2CEAYK%3BEzFlBb%2CgBAAA%3BEyFoBgB%2CiBAAA%3B%3BAAGJ%2CoBAtBR%2CqBAKI%2CEAiBK%3BEACG%2CgCAAA%3B%3BAAjChB%2CoBAUI%2CqBA2BI%3BEzF5BR%2CgBAAA%3BEAAA%2CkBAAA%3BEAAA%2CcAAA%3BEyFiCY%2CyBAAA%3B%3BAA1CZ%2CoBAUI%2CqBAmCI%3BEACI%2CaAAA%3B%3BAA9CZ%2CoBAUI%2CqBAuCI%3BEzFxCR%2CcAAA%3BEyF0CY%2CmBAAA%3B%3BAC7LR%2CIAAC%3BEACG%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3B%3BAAKR%3BE1F2IA%2CYAAA%3B%3BA0FvIA%3BAACA%3BEA7GA%2CSAAA%3BEACA%2COAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CyDAAA%3BEACQ%2CiDAAA%3B%3BAAER%2CYAAC%3BAAAD%2CYAAC%3BEACG%2CmBAAA%3BEACA%2CUAAA%3BEACA%2CqCAAA%3BEACQ%2C6BAAA%3B%3BAAJZ%2CYAAC%2CMAMG%3BAANJ%2CYAAC%2CMAMG%3BEACI%2CmBAAmB%2CeAAnB%3BEACQ%2CWAAW%2CeAAX%3B%3BAAyFhB%2CYArFA%3BAAsFA%2CYAtFA%3BE1F4NA%2CsBAAA%3BEAAA%2C4CAAA%3BE0FzNI%2CUAAA%3BEACA%2CoBAAA%3B%3BAAsFJ%3BE1FkIA%2CUAAA%3BEAAA%2CYAAA%3B%3BA0FhNA%2CYAAC%2CMACG%3BEACI%2CmBAAmB%2CaAAnB%3BEACQ%2CWAAW%2CaAAX%3B%3BAA2EhB%2CYAvEA%3BEACI%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAmB%2CgBAAnB%3BEACQ%2CWAAW%2CgBAAX%3BEACR%2CsDAAA%3BEACQ%2CsCAAA%3BEACR%2CWAAA%3B%3BAAiEA%2CYAAC%2CcACG%3BEACI%2CmBAAA%3BE1F6OZ%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEAkCA%2C8BAAA%3BEACI%2C0BAAA%3BEACI%2CsBAAA%3B%3BA0FrRJ%2CYAAC%2CcAOG%3BAAPJ%2CYAAC%2CcAQG%3BE1F%2BOR%2CoBAAA%3BEACQ%2CYAAA%3BEAMR%2CsBAAA%3BEACQ%2CcAAA%3B%3BA0F%5C%2FPJ%2CYAAC%2CcAaG%3BEACI%2CgBAAA%3B%3BAAdR%2CYAAC%2CcAiBG%3BEACI%2CgBAAA%3B%3BAApBZ%2CYAwBI%3BAAxBJ%2CYAyBI%3BAAzBJ%2CYA0BI%3BE1FwGJ%2CwBAAA%3B%3BA0FlIA%2CYA8BI%3BE1FoGJ%2CsBAAA%3BEAAA%2CmBAAA%3B%3BA0F9FA%3BE1F8FA%2CYAAA%3BE0F3LA%2COAAA%3BEACA%2CgBAAA%3B%3BAAEA%2CYAAC%2CQACG%3BE1FuLJ%2CgBAAA%3B%3BA0FlLA%2CYAAC%2CMACG%3BEACI%2CmBAAmB%2CaAAnB%3BEACQ%2CWAAW%2CaAAX%3B%3BAAiFhB%2CYA7EA%3BE1F2KA%2CiBAAA%3BEAAA%2CUAAA%3BEA%2BGA%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEAkCA%2C8BAAA%3BEACI%2C0BAAA%3BEACI%2CsBAAA%3BE0F3TJ%2CsBAAA%3BEACA%2CYAAA%3BEACA%2COAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CmBAAmB%2CiBAAnB%3BEACQ%2CWAAW%2CiBAAX%3BEACR%2C%2BCAAA%3BEACQ%2C%2BBAAA%3B%3BAAoER%2CYAAC%3BEACG%2CmBAAA%3B%3BAAEA%2CKAAM%2CaAHT%3BEAIO%2CgBAAA%3B%3BAAJR%2CYAAC%2CcAOG%3BEACI%2CeAAA%3B%3BAAEA%2CKAAM%2CaAVb%2CcAOG%3BEAIQ%2CgBAAA%3B%3BAAXZ%2CYAAC%2CcAeG%3BEACI%2CgBAAA%3B%3BAApBZ%2CYAwBI%3BAAxBJ%2CYAyBI%3BAAzBJ%2CYA0BI%3BE1FoEJ%2CkBAAA%3BEAAA%2CmBAAA%3B%3BA0F9FA%2CYA%2BBI%3BAA%5C%2FBJ%2CYAgCI%3BE1FqLJ%2CoBAAA%3BEACQ%2CYAAA%3BEAMR%2CsBAAA%3BEACQ%2CcAAA%3B%3BA0F7NR%2CYAqCI%3BE1FyDJ%2CsBAAA%3BEAAA%2CiBAAA%3B%3BA0F9FA%2CYA0CI%3BEACI%2CgBAAA%3BE1FmDR%2CoBAAA%3BEAAA%2CiBAAA%3B%3BA0F9FA%2CYAgDI%3BEACI%2CiBAAA%3B%3BAC%5C%2FMR%2CaAGI%3BAAFJ%2CYAEI%3BAADJ%2CYACI%3BEvF4MJ%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2C4BAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEAEA%2CiBAAA%3BEJoCA%2CgBAAA%3BEAAA%2CqBAAA%3BE8ClQA%2CqBAAA%3BE6CkBQ%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3B%3BAvF6MR%2CauFxNI%2CcvFwNH%3BAAAD%2CYuFxNI%2CcvFwNH%3BAAAD%2CYuFxNI%2CcvFwNH%3BAACD%2CauFzNI%2CcvFyNH%3BAAAD%2CYuFzNI%2CcvFyNH%3BAAAD%2CYuFzNI%2CcvFyNH%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CauF9NI%2CcvF8NH%3BAAAD%2CYuF9NI%2CcvF8NH%3BAAAD%2CYuF9NI%2CcvF8NH%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CauFnOI%2CcvFmOH%3BAAAD%2CYuFnOI%2CcvFmOH%3BAAAD%2CYuFnOI%2CcvFmOH%3BAACD%2CauFpOI%2CcvFoOH%3BAAAD%2CYuFpOI%2CcvFoOH%3BAAAD%2CYuFpOI%2CcvFoOH%3BAACD%2CQAAQ%2CUAAW%2CcuFrOf%3BAvFqOJ%2CQAAQ%2CUAAW%2CauFrOf%3BAvFqOJ%2CQAAQ%2CUAAW%2CauFrOf%3BEvFsOA%2CoBAAA%3BEJmBJ%2CYAAA%3B%3BA2F5PA%2CaAGI%2Cc7CyPF%3BA6C3PF%2CYAEI%2Cc7CyPF%3BA6C1PF%2CYACI%2Cc7CyPF%3BE9CjQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA8CFA%2Ca6CGI%2Cc7CHH%3BAAAD%2CY6CGI%2Cc7CHH%3BAAAD%2CY6CGI%2Cc7CHH%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE9C1EA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CS%2BC9NU%2CO%5C%2FC8NV%3BEAAA%2CagD3Qe%2CYhD2Qf%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BE8CiFA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2Ca6CVA%2Cc7CSH%2CMACI%3BAAAD%2CY6CVA%2Cc7CSH%2CMACI%3BAAAD%2CY6CVA%2Cc7CSH%2CMACI%3BE9C%2BOL%2CcAAA%3B%3BA8CzOI%2Ca6ChBA%2Cc7CeH%2COACI%3BAAAD%2CY6ChBA%2Cc7CeH%2COACI%3BAAAD%2CY6ChBA%2Cc7CeH%2COACI%3BE9CyOL%2CcAAA%3B%3BA2F3OY%2CaAdR%2CcAaK%2CMACI%3BAAAD%2CYAdR%2CcAaK%2CMACI%3BAAAD%2CYAdR%2CcAaK%2CMACI%3BEACG%2CcAAA%3B%3BAAMhB%2CaACI%3BE3FmOJ%2CYAAA%3B%3BA2F9NA%3BEACI%2CoBAAA%3B%3BAADJ%2CYAGI%3BE3F2NJ%2CgCAAA%3BEAAA%2CgBAAA%3BEAAA%2CoBAAA%3BE2FvNQ%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CqBAAA%3B%3BAAVR%2CYAaI%3BEACI%2CaAAA%3B%3BAAIR%2CYACI%3BEACI%2CYAAA%3BEACA%2CUAAA%3B%3BAAHR%2CYAMI%3BEACI%2CuBAAA%3BEACA%2CkBAAA%3B%3BAAIR%3BE3FgMA%2CwCAAA%3BE2F9LI%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%3BAC5FZ%3BEACI%2CwBAAA%3BEACA%2CsBAAA%3BEACA%2CuBAAA%3BEACA%2CqBAAA%3BEACA%2CwCAAA%3BEACA%2C2BAAA%3BEACA%2CyBAAA%3BEACA%2CsBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3B%3BAAEJ%3BEACI%2CcAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3B%3BAAEA%2CWAAC%3BEACG%2CaAAA%3B%3BAAGJ%2CWAAC%3BEACG%2CeAAA%3BEACA%2CYAAA%3B%3BAAIR%3BEACI%2CcAAA%3BEACA%2COAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3B%3BAAEA%2CYAAC%3BAACD%2CYAAC%3BEACG%2CSAAS%2CEAAT%3BEACA%2CcAAA%3B%3BAAGJ%2CYAAC%3BEACG%2CWAAA%3B%3BAAGJ%2CcAAe%3BEACX%2CkBAAA%3B%3BAAGR%3BEACI%2CaAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3B%3BAACA%2CWAAY%3BEACR%2CYAAA%3B%3BAANR%2CYAQI%3BEACI%2CcAAA%3B%3BAAEJ%2CYAAC%2CcAAe%3BEACZ%2CaAAA%3B%3BAAGJ%2CYAAC%2CSAAU%3BEACP%2CoBAAA%3B%3BAAGJ%2CkBAAmB%3BEACf%2CcAAA%3B%3BAAGJ%2CcAAe%3BEACX%2CkBAAA%3B%3BAAGJ%2CeAAgB%3BEACZ%2C6BAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3B%3BAAIR%2CaAAc%3BAACd%2CaAAc%3BEACV%2CgBAAgB%2CoBAAhB%3BEACA%2CeAAe%2CoBAAf%3BEACA%2CcAAc%2CoBAAd%3BEACA%2CmBAAmB%2CoBAAnB%3BEACA%2CWAAW%2CoBAAX%3B%3BAAGJ%2CYAAY%3BEACR%2CaAAA%3B%3BAAGJ%3BEACI%2CUAAA%3B%3BAACA%2CWAAC%3BEACG%2CSC%5C%2FG2B%2COD%2BG3B%3BEACA%2CkBAAA%3B%3BAAIR%3BEACI%2CWAAA%3B%3BAACA%2CWAAC%3BEACG%2CSCxH2B%2CODwH3B%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%2CYAAA%3BEACA%2CgBAAA%3B%3BAAEA%2CWANH%2COAMI%3BAAAD%2CWANH%2COAMI%3BAAAD%2CWALH%2CMAKI%3BAAAD%2CWALH%2CMAKI%3BAAAD%2CWAJH%2CIAAI%2CUAIA%3BAAAD%2CWAJH%2CIAAI%2CUAIA%3BEACG%2CgBAAA%3B%3BAAKZ%3BE5F%2BFA%2CiBAAA%3BEAAA%2CmBAAA%3BEAlCA%2CsBAAA%3BE4F3DI%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAAPJ%2CWAQI%3BEACI%2CeAAA%3BEACA%2CqBAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3BEACA%2CWAAA%3B%3BAAhBR%2CWAQI%2CGASI%3BEACI%2CgBAAA%3BEACA%2CsBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3BEACA%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3B%3BAAEA%2CWAtBR%2CGASI%2COAaK%3BEACG%2CyBAAA%3B%3BAAGJ%2CWA1BR%2CGASI%2COAiBK%3BAACD%2CWA3BR%2CGASI%2COAkBK%3BAACD%2CWA5BR%2CGASI%2COAmBK%2CIAAI%3BEACD%2CgBAAA%3B%3BAAIR%2CWAjCJ%2CGAiCK%2CaACG%3BEACI%2CmBAAA%3B%3B%3BA%5C%2FF%5C%2FMhB%2CcAAe%3BEACX%2CqBAAqB%2C0CAArB%3B%3B%3BAAKJ%3BAACA%3BEACI%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CuBAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CmBAAmB%2CkBAAnB%3BEACA%2CeAAe%2CkBAAf%3BEACA%2CWAAW%2CkBAAX%3BEACA%2CUAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3B%3BAAEA%2CWAAC%3BAAAD%2CWAAC%3BAAAQ%2CWAAC%3BAAAD%2CWAAC%3BEACN%2CaAAA%3BEACA%2CuBAAA%3BEACA%2CkBAAA%3B%3BAAEA%2CWALH%2CMAKI%3BAAAD%2CWALH%2CMAKI%3BAAAD%2CWALM%2CMAKL%3BAAAD%2CWALM%2CMAKL%3BEACG%2CUAAA%3B%3BAAIR%2CWAAC%2CeAAe%3BAAAhB%2CWAAC%2CeAAe%3BEACZ%2CaAAA%3B%3BAAIR%2CWAAW%3BAAAS%2CWAAW%3BEAC3B%2CaAxDgB%2COAwDhB%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3BEACA%2CmCAAA%3BEACA%2CkCAAA%3B%3B%3BAAII%3BEACI%2CaAAa%2COAAb%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CSAAS%2CkBAAT%3BEACA%2CSAAS%2C0BAAsC%2COAAO%2C0BAA0B%2CoBAAgC%2COAAO%2CaAAa%2CmBAA%2BB%2COAAO%2CiBAAiB%2CyBAAqC%2COAAO%2CMAAvO%3B%3BAAKZ%3BEACI%2CUAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3B%3BAAEA%2CWAAY%3BEACR%2CUAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CWAAC%3BEACG%2CSAnFe%2CKAmFf%3BEACA%2CYAAA%3BEACA%2CUAAA%3BEACA%2CcAAA%3B%3BAAEA%2CWAAY%2CYANf%3BEAOO%2CSAxFW%2CKAwFX%3B%3BAAKZ%3BEACI%2CWAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3B%3BAAEA%2CWAAY%3BEACR%2CWAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CWAAC%3BEACG%2CSAzGe%2CKAyGf%3BEACA%2CYAAA%3BEACA%2CUAAA%3BEACA%2CcAAA%3B%3BAAEA%2CWAAY%2CYANf%3BEAOO%2CSAhHW%2CKAgHX%3B%3B%3BAAOZ%2CaAAc%3BEACV%2CmBAAA%3B%3BAAGJ%3BEACI%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3B%3BAARJ%2CWAUI%3BEACI%2CkBAAA%3BEACA%2CqBAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3BEACA%2CcAAA%3BEACA%2CUAAA%3BEACA%2CeAAA%3B%3BAAjBR%2CWAUI%2CGASI%3BEACI%2CSAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3BEACA%2CaAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3B%3BAAEA%2CWAtBR%2CGASI%2COAaK%3BAAAQ%2CWAtBjB%2CGASI%2COAac%3BEACN%2CaAAA%3B%3BAAEA%2CWAzBZ%2CGASI%2COAaK%2CMAGI%3BAAAD%2CWAzBZ%2CGASI%2COAac%2CMAGL%3BEACG%2CUAAA%3B%3BAAIR%2CWA9BR%2CGASI%2COAqBK%3BEACG%2CkBAAA%3BEACA%2CMAAA%3BEACA%2COAAA%3BEACA%2CSArKM%2CKAqKN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CaA%5C%2FKI%2COA%2BKJ%3BEACA%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3BEACA%2CmCAAA%3BEACA%2CkCAAA%3B%3BAAIR%2CWAhDJ%2CGAgDK%2CaAAc%3BEACX%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CWAvDJ%2CGAuDK%2CaAAc%2COAAM%3BEACjB%2CaAAA%3B%3BAAKZ%3BEiDrDA%2CqBAAA%3B%3BAAMA%2CWAAC%3BE9C0HD%2CsBHzEqB%2CmCGyErB%3BEAAA%2CwBAAA%3BEAAA%2CwBAAA%3BEAAA%2CiBAAA%3BEAAA%2CsBAAA%3BEAAA%2CYAAA%3BEAAA%2CWAAA%3BE8CoCA%2C4BAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CqBAAA%3B%3BAjDzGA%3BEiD7DA%2CqBAAA%3B%3BAAMA%2CWAAC%3BE9C0HD%2CsBHjEqB%2CmCGiErB%3BEAAA%2CwBAAA%3BEAAA%2CwBAAA%3BEAAA%2CiBAAA%3BEAAA%2CsBAAA%3BEAAA%2CYAAA%3BEAAA%2CWAAA%3BE8CoCA%2C4BAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CqBAAA%3B%3B%3B%3B%3BARvSI%2CaAAC%2CkBACK%3BEACE%2CaAAA%3B%3BAAIR%2CaAAC%2CsBACK%3BAADN%2CaAAC%2CsBAEK%3BEACE%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3B%3BAAMZ%3BEtC%2BVA%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3B%3BAsCjWA%2CyBAII%3BEtC4OJ%2CmBAAA%3BEAAA%2CkBAAA%3BEAAA%2CiBAAA%3B%3BAsCzOQ%2CyBAHJ%2CQAGK%3BEtCyOT%2CgBAAA%3B%3BAsChPA%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%3BEtC6LJ%2CeAAA%3BEAAA%2CgBAAA%3B%3BAsCvLA%2CqBACI%3BEACI%2CgBAAA%3B%3BAAFR%2CqBAKI%3BEACI%2CiBAAA%3B%3B%3B%3B%3BAAMR%3BEAEI%2CaAAA%3B%3BAAFJ%2CyBAII%3BEACI%2CWAAA%3BEACA%2CWAAA%3BEtCqKR%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CgCAAA%3B%3BAsC3JA%2CcACI%3BEACI%2CcAAA%3B%3BAAIR%2C2BACI%2CMACI%3BEACI%2CaAAA%3B%3BAAHZ%2C2BAOI%2CMACI%2CUACI%3BEtC4IZ%2CeAAA%3B%3BAsCrJA%2C2BAOI%2CMACI%2CUAQM%3BEtCqId%2C0BAAA%3B%3BAsCrJA%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%3BEtCuGA%2CgBAAA%3B%3B%3B%3B%3B%3BA8F5QA%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%2CaFNuB%2CkBEMvB%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CSAAS%2CuEAAT%3BEACA%2CSAAS%2C%2BEAA8C%2COAAO%2C0BAC1D%2CyEAAwC%2COAAO%2CaAC%5C%2FC%2CwEAAuC%2COAAO%2CWAFlD%3B%3BAAKJ%3BAHuJI%2CWAAC%3BAAAD%2CWAAC%3BAACD%2CWAAC%3BAAAD%2CWAAC%3BAIPD%2CWAAC%3BAAAD%2CWAAC%3BAACD%2CWAAC%3BAAAD%2CWAAC%3BEDjJD%2CmCAAA%3BEACA%2CaFjBuB%2CkBEiBvB%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3B%3BAAGJ%2C4BAA4B%3BAAC5B%2C6BAA6B%3BEACzB%2CkCAAA%3BEACA%2CmCAAA%3BEACA%2CqBAAA%3BEACA%2CaF7BuB%2CkBE6BvB%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CwBAAA%3BEACA%2CoBAAA%3BEACA%2CoBAAA%3BEACA%2CsBAAA%3B%3BAAGJ%2CsBAAsB%3BEAClB%2CSFrC%2BB%2COEqC%5C%2FB%3B%3BAAGJ%2CsBAAsB%3BEAClB%2CSFxC%2BB%2COEwC%5C%2FB%3B%3BAAGJ%2CsBAAsB%3BEAClB%2CSF3C%2BB%2COE2C%5C%2FB%3B%3BAAGJ%2CoBAAoB%3BEAChB%2CSFlD6B%2COEkD7B%3B%3BAEhDJ%3BEACI%2CgBAAA%3B%3BAADJ%2C2BAGI%2COAAM%3BEACF%2CkBAAA%3B%3BAAIR%2C%2BBACI%2COAAM%3BEACF%2CkBAAA%3B%3BAAIR%2CkBAAmB%3BEACf%2CgCAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3B%3BAAGJ%2C8BAA%2BB%3BEAC3B%2CYAAA%3BEACA%2CWAAA%3B%3BAAFJ%2C8BAA%2BB%2CuBAIzB%2CQAAQ%2CKACJ%3BEACE%2CYAAA%3BEACA%2C0BAAA%3B%3BAAPZ%2C8BAA%2BB%2CuBAIzB%2CQAAQ%2CKAKJ%3BEACE%2CYAAA%3BEACA%2CuBAAA%3B%3BAAUZ%2CgBAAgB%2C2BAA4B%3BEACxC%2CgBAAA%3B%3BADvCJ%3BEACI%2CwBAAA%3BEACA%2CsBAAA%3BEACA%2CuBAAA%3BEACA%2CqBAAA%3BEACA%2CwCAAA%3BEACA%2C2BAAA%3BEACA%2CyBAAA%3BEACA%2CsBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3B%3BAAEJ%3BEACI%2CcAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3B%3BAAEA%2CWAAC%3BEACG%2CaAAA%3B%3BAAGJ%2CWAAC%3BEACG%2CeAAA%3BEACA%2CYAAA%3B%3BAAIR%3BEACI%2CcAAA%3BEACA%2COAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3B%3BAAEA%2CYAAC%3BAACD%2CYAAC%3BEACG%2CSAAS%2CEAAT%3BEACA%2CcAAA%3B%3BAAGJ%2CYAAC%3BEACG%2CWAAA%3B%3BAAGJ%2CcAAe%3BEACX%2CkBAAA%3B%3BAAGR%3BEACI%2CaAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3B%3BAACA%2CWAAY%3BEACR%2CYAAA%3B%3BAANR%2CYAQI%3BEACI%2CcAAA%3B%3BAAEJ%2CYAAC%2CcAAe%3BEACZ%2CaAAA%3B%3BAAGJ%2CYAAC%2CSAAU%3BEACP%2CoBAAA%3B%3BAAGJ%2CkBAAmB%3BEACf%2CcAAA%3B%3BAAGJ%2CcAAe%3BEACX%2CkBAAA%3B%3BAAGJ%2CeAAgB%3BEACZ%2C6BAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3B%3BAAIR%2CaAAc%3BAACd%2CaAAc%3BEACV%2CgBAAgB%2CoBAAhB%3BEACA%2CeAAe%2CoBAAf%3BEACA%2CcAAc%2CoBAAd%3BEACA%2CmBAAmB%2CoBAAnB%3BEACA%2CWAAW%2CoBAAX%3B%3BAAGJ%2CYAAY%3BEACR%2CaAAA%3B%3BAAGJ%3BEACI%2CUAAA%3B%3BAACA%2CWAAC%3BEACG%2CSHzG2B%2COGyG3B%3BEACA%2CkBAAA%3B%3BAAIR%3BEACI%2CWAAA%3B%3BAACA%2CWAAC%3BEACG%2CSHlH2B%2COGkH3B%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%3BEhGoGA%2CiBAAA%3BEAAA%2CmBAAA%3BEAlCA%2CsBAAA%3BEgGhEI%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAAPJ%2CWAQI%3BEACI%2CeAAA%3BEACA%2CqBAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3BEACA%2CWAAA%3B%3BAAhBR%2CWAQI%2CGASI%3BEACI%2CgBAAA%3BEACA%2CsBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3BEACA%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3B%3BAAEA%2CWAtBR%2CGASI%2COAaK%3BEACG%2CyBAAA%3B%3BAAGJ%2CWA1BR%2CGASI%2COAiBK%3BAACD%2CWA3BR%2CGASI%2COAkBK%3BAACD%2CWA5BR%2CGASI%2COAmBK%2CIAAI%3BEACD%2CgBAAA%3B%3BAAIR%2CWAjCJ%2CGAiCK%2CaACG%3BEACI%2CmBAAA%3B%3BAE3NhB%2C4BAA%2BB%3BAAC%5C%2FB%2C4BAA%2BB%3BEAC3B%2CcAAA%3BEACA%2CwBAAA%3B%3BAAEA%2C4BAL2B%2CwBAK1B%3BAAAD%2C4BAJ2B%2C8BAI1B%3BEACG%2CcAAA%3BEACA%2CwBAAA%3B%3BAAIR%3BEACI%2C4BAAA%3BEACA%2CsBAAA%3BEACA%2CsBAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3B%3BAALJ%2C2BAOI%3BEACI%2C4CAAA%3BEACA%2C0CAAA%3BEACA%2C%2BCAAA%3BEACA%2CsBAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CuCAAA%3B%3BAAEA%2C2BATJ%2CqBASK%3BEACG%2CmBAAA%3BEACA%2CaAAA%3BEACA%2CuBAAA%3B%3BAAGJ%2C2BAfJ%2CqBAeK%2CIAAI%3BEACD%2CgBAAA%3B%3BAAIR%2C2BAAC%2CSACG%3BEACI%2CUAAA%3B%3BAA7BZ%2C2BAiCI%3BEACI%2CgBAAA%3BEACA%2CcAAA%3B%3BAAnCR%2C2BAsCI%3BEACI%2CmCAAA%3BEACA%2CiCAAA%3BEACA%2CsCAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2C8BAAA%3BEACA%2CsBAAA%3B%3BACzDR%2C2BACI%3BEACI%2CWAAA%3B%3BACFR%2CoCACI%2C4BACI%3BEACI%2CiBAAA%3BEACA%2CkBAAA%3B%3BACJZ%2CgCACI%2C4BACI%3BEACI%2CkBAAA%3B%3BACHZ%2CiCACI%2C4BACI%3BEACI%2CiBAAA%3B%3BACHZ%2C4BACI%2COACI%2CEAAC%3BEACG%2CmBAAA%3BEACA%2CaAAA%3B%3BACJZ%3BEACI%2CeAAA%3B%3BACDJ%3BEACI%2CeAAA%3B%3BAADJ%2CiCAEI%3BAAFJ%2CiCAGI%3BEACI%2CeAAA%3BEACA%2CqBAAA%3B%3BAALR%2CiCAOI%3BEACI%2CeAAA%3B%3BAAOJ%2CCAAC%3BAAAD%2CMAAC%3BAAAD%2CGAAC%3BEzGqQL%2CmBAAA%3BEAAA%2CiBAAA%3BEAAA%2CuBAAA%3BEAAA%2CqBAAA%3BEAAA%2CkBAAA%3BEAAA%2CcAAA%3BEAAA%2CqBAAA%3BEIhFA%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CeAAA%3BEJ8EA%2CgBAAA%3BEyG9PQ%2CgBAAA%3BEACA%2CsBAAA%3BEACA%2CqBAAA%3B%3BA1GuHR%2CC0GhIK%2CwB1GgIJ%3BAAAD%2CM0GhIK%2CwB1GgIJ%3BAAAD%2CG0GhIK%2CwB1GgIJ%3BECqID%2CcAAA%3BEAAA%2CqBAAA%3B%3BADhIA%2CC0GrIK%2CwB1GqIJ%3BAAAD%2CM0GrIK%2CwB1GqIJ%3BAAAD%2CG0GrIK%2CwB1GqIJ%3BECgID%2CcAAA%3BEAAA%2C0BAAA%3B%3BAD3HA%2CC0G1IK%2CwB1G0IJ%3BAAAD%2CM0G1IK%2CwB1G0IJ%3BAAAD%2CG0G1IK%2CwB1G0IJ%3BEC2HD%2CcAAA%3BEAAA%2C0BAAA%3B%3BAI5EA%2CCqGzLK%2CwBrGyLJ%3BAAAD%2CMqGzLK%2CwBrGyLJ%3BAAAD%2CGqGzLK%2CwBrGyLJ%3BAACD%2CCqG1LK%2CwBrG0LJ%3BAAAD%2CMqG1LK%2CwBrG0LJ%3BAAAD%2CGqG1LK%2CwBrG0LJ%3BAACD%2CCqG3LK%2CwBrG2LJ%3BAAAD%2CMqG3LK%2CwBrG2LJ%3BAAAD%2CGqG3LK%2CwBrG2LJ%3BEACG%2CgBAAA%3BEACA%2CSAAA%3B%3BAAGJ%2CCqGhMK%2CwBrGgMJ%3BAAAD%2CMqGhMK%2CwBrGgMJ%3BAAAD%2CGqGhMK%2CwBrGgMJ%3BAACD%2CCqGjMK%2CwBrGiMJ%3BAAAD%2CMqGjMK%2CwBrGiMJ%3BAAAD%2CGqGjMK%2CwBrGiMJ%3BAACD%2CQAAQ%2CUAAW%2CEqGlMd%3BArGkML%2CQAAQ%2CUAAW%2COqGlMd%3BArGkML%2CQAAQ%2CUAAW%2CIqGlMd%3BEzGqQL%2CcAAA%3BEAAA%2CYAAA%3BEIhEI%2CeAAA%3BEACA%2CoBAAA%3BEACA%2C0BAAA%3B%3BAqG3LA%2CCAAC%3BAAAD%2CMAAC%3BAAAD%2CGAAC%3BErG6IL%2CqBAAA%3BEAzHA%2CsBAAA%3BEJqOA%2CmBAAA%3BEAAA%2CyBAAA%3BEAAA%2CWAAA%3BEAAA%2CeAAA%3BEAAA%2CqBAAA%3BEAAA%2CaClR0B%2C6BDkR1B%3BEAAA%2CgBAAA%3BEAAA%2CqBAAA%3BEAAA%2CiBAAA%3BEAAA%2CiBAAA%3BEIlNA%2CsBAAA%3BEACA%2CsBAAA%3BEJiNA%2CmBAAA%3BEAAA%2CkBAAA%3BEAAA%2CiBAAA%3BEAAA%2CkBAAA%3BEyGpPQ%2CgBAAA%3B%3BArG0IR%2CCqG%5C%2FIK%2C2BrG%2BIJ%3BAAAD%2CMqG%5C%2FIK%2C2BrG%2BIJ%3BAAAD%2CGqG%5C%2FIK%2C2BrG%2BIJ%3BAACD%2CCqGhJK%2C2BrGgJJ%3BAAAD%2CMqGhJK%2C2BrGgJJ%3BAAAD%2CGqGhJK%2C2BrGgJJ%3BAACD%2CCqGjJK%2C2BrGiJJ%3BAAAD%2CMqGjJK%2C2BrGiJJ%3BAAAD%2CGqGjJK%2C2BrGiJJ%3BEACG%2CqBAAA%3B%3BAAzFJ%2CCqGzDK%2C2BrGyDJ%3BAAAD%2CMqGzDK%2C2BrGyDJ%3BAAAD%2CGqGzDK%2C2BrGyDJ%3BAACD%2CCqG1DK%2C2BrG0DJ%3BAAAD%2CMqG1DK%2C2BrG0DJ%3BAAAD%2CGqG1DK%2C2BrG0DJ%3BEJ%2BLD%2CmBAAA%3BEAAA%2CyBAAA%3BEAAA%2CWAAA%3B%3BAInLA%2CCqGtEK%2C2BrGsEJ%3BAAAD%2CMqGtEK%2C2BrGsEJ%3BAAAD%2CGqGtEK%2C2BrGsEJ%3BEJmLD%2CmBAAA%3BEAAA%2CyBAAA%3BEAAA%2CWAAA%3B%3BAIvKA%2CCqGlFK%2C2BrGkFJ%3BAAAD%2CMqGlFK%2C2BrGkFJ%3BAAAD%2CGqGlFK%2C2BrGkFJ%3BAACD%2CCqGnFK%2C2BrGmFJ%3BAAAD%2CMqGnFK%2C2BrGmFJ%3BAAAD%2CGqGnFK%2C2BrGmFJ%3BAACD%2CQAAQ%2CUAAW%2CEqGpFd%3BArGoFL%2CQAAQ%2CUAAW%2COqGpFd%3BArGoFL%2CQAAQ%2CUAAW%2CIqGpFd%3BEzGyPL%2CYAAA%3BEInKI%2CeAAA%3BEACA%2CoBAAA%3B%3BAqG%5C%2FEA%2CCAAC%3BAAAD%2CMAAC%3BAAAD%2CGAAC%3BErGqIL%2CqBAAA%3BEAzHA%2CsBAAA%3BEJqOA%2CgBAAA%3BEAAA%2CsBAAA%3BEAAA%2CWAAA%3BEAAA%2CeAAA%3BEAAA%2CqBAAA%3BEAAA%2CaClR0B%2C6BDkR1B%3BEAAA%2CgBAAA%3BEAAA%2CqBAAA%3BEAAA%2CiBAAA%3BEAAA%2CiBAAA%3BEAAA%2CmBAAA%3BEIlNA%2CsBAAA%3BEACA%2CsBAAA%3BEJiNA%2CmBAAA%3BEAAA%2CkBAAA%3BEAAA%2CiBAAA%3BEAAA%2CkBAAA%3BEyG5OQ%2CgBAAA%3B%3BArGkIR%2CCqGvIK%2C6BrGuIJ%3BAAAD%2CMqGvIK%2C6BrGuIJ%3BAAAD%2CGqGvIK%2C6BrGuIJ%3BAACD%2CCqGxIK%2C6BrGwIJ%3BAAAD%2CMqGxIK%2C6BrGwIJ%3BAAAD%2CGqGxIK%2C6BrGwIJ%3BAACD%2CCqGzIK%2C6BrGyIJ%3BAAAD%2CMqGzIK%2C6BrGyIJ%3BAAAD%2CGqGzIK%2C6BrGyIJ%3BEACG%2CqBAAA%3B%3BAAzFJ%2CCqGjDK%2C6BrGiDJ%3BAAAD%2CMqGjDK%2C6BrGiDJ%3BAAAD%2CGqGjDK%2C6BrGiDJ%3BAACD%2CCqGlDK%2C6BrGkDJ%3BAAAD%2CMqGlDK%2C6BrGkDJ%3BAAAD%2CGqGlDK%2C6BrGkDJ%3BEJ%2BLD%2CmBAAA%3BEAAA%2CsBAAA%3BEAAA%2CWAAA%3B%3BAInLA%2CCqG9DK%2C6BrG8DJ%3BAAAD%2CMqG9DK%2C6BrG8DJ%3BAAAD%2CGqG9DK%2C6BrG8DJ%3BEJmLD%2CmBAAA%3BEAAA%2CsBAAA%3BEAAA%2CWAAA%3B%3BAIvKA%2CCqG1EK%2C6BrG0EJ%3BAAAD%2CMqG1EK%2C6BrG0EJ%3BAAAD%2CGqG1EK%2C6BrG0EJ%3BAACD%2CCqG3EK%2C6BrG2EJ%3BAAAD%2CMqG3EK%2C6BrG2EJ%3BAAAD%2CGqG3EK%2C6BrG2EJ%3BAACD%2CQAAQ%2CUAAW%2CEqG5Ed%3BArG4EL%2CQAAQ%2CUAAW%2COqG5Ed%3BArG4EL%2CQAAQ%2CUAAW%2CIqG5Ed%3BEzGiPL%2CYAAA%3BEInKI%2CeAAA%3BEACA%2CoBAAA%3B%3BAsGlHJ%3BEACI%2CsBAAA%3B%3BACDJ%3BEACI%2CqBAAA%3B%3BACDJ%3BEACI%2CqBAAA%3B%3BACDJ%2CMAAM%3BEACF%2CsBAAA%3B%3BAADJ%2CMAAM%2C2BAGA%3BAAHN%2CMAAM%2C2BAIA%2CwBAAsB%3BEACpB%2CsBAAA%3B%3BAALR%2CMAAM%2C2BAQF%3BEACI%2CqBAAA%3B%3BACTR%3BEACI%2CsBAAA%3BEACA%2CaAAA%3B%3BACFJ%2CyBACI%2CGAAE%3BEACE%2CgBAAA%3B%3BAAIR%2CmBACI%2CqBACI%3BEACI%2CeAAA%3BEACA%2CeAAA%3B%3BAAJZ%2CmBACI%2CqBACI%2CcAII%3BEACI%2CqBAAA%3B%3BAAPhB%2CmBACI%2CqBACI%2CcAII%2CWAGI%3BEACI%2CmBAAA%3B%3BAAVpB%2CmBACI%2CqBACI%2CcAYI%2CsBACI%3BEACI%2CqBAAA%3BEACA%2CeAAA%3B%3BAAjBpB%2CmBACI%2CqBACI%2CcAYI%2CsBAMI%3BEACI%2CqBAAA%3BEACA%2CWAAA%3B%3BAAtBpB%2CmBACI%2CqBACI%2CcAYI%2CsBAWI%3BEACI%2CeAAA%3BEACA%2CmBAAA%3B%3BAA3BpB%2CmBAiCI%2C%2BBACI%2COAAM%2COACF%2CeACI%2CqBAAoB%2CcAChB%3BEACI%2CYAAA%3B%3BAC5CxB%2C8BAA8B%2C4BAC1B%2CmBACI%2CGAAE%3BEACE%2CcAAA%3B%3BAAEA%2C8BALkB%2C4BAC1B%2CmBACI%2CGAAE%2CaAGG%3BEACG%2CmBAAA%3B%3BAANhB%2C8BAA8B%2C4BAY1B%3BEACI%2CWAAA%3B%3BAAbR%2C8BAA8B%2C4BAgB1B%2CGAAE%3BEACE%2CaAAA%3B%3BAAEA%2C8BAnBsB%2C4BAgB1B%2CGAAE%2CaAGG%3BEACG%2CcAAA%3BEACA%2CkBAAA%3B%3BAAIR%2C8BAzB0B%2C4BAyBzB%2CYACG%3BEACI%2CYAAA%3BEACA%2C0BAAA%3B%3BAAEA%2C8BA9BkB%2C4BAyBzB%2CYACG%2CcAIK%3BEACG%2CUAAA%3B%3BAANZ%2C8BAzB0B%2C4BAyBzB%2CYAUG%2CeAAe%3BEACX%2CUAAA%3B%3BACpCZ%2CyBAAyB%3BEACrB%2CsBAAA%3BEACA%2C4BAAA%3BEACA%2C6BAAA%3BEACA%2CiBAAA%3B%3BAAJJ%2CyBAAyB%2C6BAMrB%3BEACI%2CsBAAA%3B%3BACPR%2CyBAAyB%3BEACrB%2CsBAAA%3B%3BACDJ%2CyBAAyB%3BEACrB%2CsBAAA%3B%3BAADJ%2CyBAAyB%2C8BAGnB%3BEACE%2CsBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3B%3BACRR%3BEACI%2CsBAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3B%3BAAJJ%2C2BAMM%3BAANN%2C2BAOM%3BEACE%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CwBAAA%3B%3BAAEA%2C2BANF%2CwBAMG%3BAAAD%2C2BALF%2C8BAKG%3BEACG%2CcAAA%3BEACA%2CwBAAA%3B%3BAAIR%2C2BAAI%3BEACA%2CSAAA%3BEACA%2CaAAA%3B%3BAAEA%2CaAAc%2C4BAJd%3BEAKI%2CeAAA%3BEACA%2CmBAAA%3B%3BAAKZ%3BEACI%2CsBAAA%3BEACA%2CsBAAA%3BEACA%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3B%3BAALJ%2C0BAOI%3BEACI%2CYAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CUAAA%3BEACA%2CYAAA%3B%3BAAEA%2CcAAe%2C2BARnB%3BEASQ%2COAAA%3B%3BAAIR%2C0BAAC%2CSACG%3BEACI%2CwBAAA%3BEACA%2CUAAA%3B%3BAAHR%2C0BAAC%2CSAMG%3BEACI%2CkBAAA%3BEACA%2CUAAA%3B%3BAARR%2C0BAAC%2CSAWG%2C2BACM%3BAAZV%2C0BAAC%2CSAWG%2C2BAEM%3BAAbV%2C0BAAC%2CSAWG%2C2BAGM%3BAAdV%2C0BAAC%2CSAWG%2C2BAIM%3BEACE%2CuBAAA%3BEACA%2C0BAAA%3B%3BAArChB%2C0BA0CI%3BEACI%2C4CAAA%3BEACA%2C0CAAA%3BEACA%2C%2BCAAA%3BEACA%2CsBAAA%3BEACA%2CsBAAA%3BEACA%2CaAAA%3BEACA%2CuCAAA%3B%3BAAEA%2C0BATJ%2CqBASK%3BEACG%2CmBAAA%3BEACA%2CaAAA%3BEACA%2CuBAAA%3BEACA%2CmBAAA%3B%3BAAGJ%2C0BAhBJ%2CqBAgBK%2CIAAI%3BEACD%2CgBAAA%3B%3BAA3DZ%2C0BA%2BDI%3BEACI%2CgBAAA%3BEACA%2CcAAA%3B%3BAAjER%2C0BAoEI%3BEACI%2CmCAAA%3BEACA%2CiCAAA%3BEACA%2CsCAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2C8BAAA%3BEACA%2CsBAAA%3B%3BACzGR%2C0BACI%3BEACI%2CWAAA%3B%3BACFR%2CoCACI%2C2BACI%3BEACI%2CiBAAA%3BEACA%2CkBAAA%3B%3BACJZ%2CgCACI%2C2BACI%3BEACI%2CkBAAA%3B%3BACHZ%2CiCACI%2C2BACI%3BEACI%2CiBAAA%3B%3BACHZ%2CGAAG%3BEACC%2CkBAAA%3B%3BAAEA%2CGAHD%2C4BAGE%3BEACG%2CmBAAA%3B%3BAAJR%2CGAAG%2C4BAOC%3BAAPJ%2CGAAG%2C4BAQC%3BAARJ%2CGAAG%2C4BASC%3BEACI%2CmBAAA%3B%3BAAVR%2CGAAG%2C4BAOC%2CYAKM%3BAAZV%2CGAAG%2C4BAQC%2CaAIM%3BAAZV%2CGAAG%2C4BASC%2CaAGM%3BEACE%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3B%3BAAhBZ%2CGAAG%2C4BAmBC%2CEAAC%3BEACG%2CuBAAA%3BEACA%2C0BAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CaAAA%3BEACA%2CqBAAA%3B%3BACzBR%2CGAAG%2C0BACC%3BEACI%2CcAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3B%3BAALR%2CGAAG%2C0BACC%2CiBAMI%2CGAAE%3BEACE%2CyBAAA%3B%3BAARZ%2CGAAG%2C0BACC%2CiBAUI%2CGAAE%3BEACE%2CmBAAA%3BEACA%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2CuCAAA%3BEACA%2CwCAAA%3BEACA%2CqBAAA%3BEACA%2CSAAA%3BEACA%2CeAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CqBAAA%3BEACA%2CUAAA%3B%3BAAEA%2CGAzBT%2C0BACC%2CiBAUI%2CGAAE%2CWAcG%2CIAAI%3BEACD%2CiBAAA%3B%3BAA1BhB%2CGAAG%2C0BACC%2CiBAUI%2CGAAE%2CWAkBE%2CEAAC%3BEACG%2CeAAA%3BEACA%2CWAAA%3BEACA%2C0BAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CkBAAA%3BEACA%2CoBAAA%3BEACA%2CsBAAA%3BEACA%2CmBAAA%3B%3BAAxChB%2CGAAG%2C0BACC%2CiBAUI%2CGAAE%2CWAkBE%2CEAAC%2CUAaG%2CKAAI%3BEACA%2CcAAA%3B%3BAAGJ%2CGA9Cb%2C0BACC%2CiBAUI%2CGAAE%2CWAkBE%2CEAAC%2CUAiBI%3BEACG%2CqBAAA%3B%3BAAIR%2CGAnDT%2C0BACC%2CiBAUI%2CGAAE%2CWAwCG%3BEACG%2C4BAAA%3B%3BAAGJ%2CGAvDT%2C0BACC%2CiBAUI%2CGAAE%2CWA4CG%3BEACG%2CgBAAA%3BEACA%2CWAAA%3B%3BAAFJ%2CGAvDT%2C0BACC%2CiBAUI%2CGAAE%2CWA4CG%2CgBAIG%2CEAAC%3BEACG%2CkBAAA%3BEACA%2CoBAAA%3B%3BAA7DpB%2CGAAG%2C0BAmEC%3BEACI%2CsBAAA%3BEACA%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAAxER%2CGAAG%2C0BAmEC%2CcAOI%3BEACI%2CsBAAA%3BEACA%2CmBAAA%3B%3BAAEA%2CGA9ET%2C0BAmEC%2CcAOI%2C%2BBAIK%2CIAAI%3BEACD%2CaAAA%3B%3BAAKZ%2CGApFD%2C0BAoFE%2CeACG%3BEACI%2CoCAAA%3B%3BAAGR%2CGAzFD%2C0BAyFE%2CgBACG%3BEACI%2CqCAAA%3B%3BAC3FZ%2CGAAG%3BEACC%2CqBAAA%3B%3BACDJ%2CGAAG%3BEACC%2CYAAA%3B%3BAADJ%2CGAAG%2C2BAGC%3BEACI%2CsBAAA%3BEACA%2CqBAAA%3BEACA%2CWAAA%3B%3BAANR%2CGAAG%2C2BASC%3BEACI%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3B%3BAAbR%2CGAAG%2C2BAgBC%3BAAhBJ%2CGAAG%2C2BAiBC%3BEACI%2CYAAA%3BEACA%2COAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3B%3BACtBR%3BEACI%2CkBAAA%3BEACA%2CUAAA%3B%3BAAIA%2CSAAI%3BEACA%2CaAAa%2CgCAAb%3BEACA%2CYAAA%3BEACA%2COAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3B%3BAAIR%3BEACI%2CWAAW%2CgBAAX%3B%3BAAGJ%2CSACI%3BEACI%2CmBAAmB%2CoBAAnB%3BEACA%2CSAAA%3BEACA%2COAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3BEACA%2CYAAA%3B%3BAARR%2CSAWI%2C2BACI%3BAAZR%2CSAWI%2C2BAEI%3BEACI%2CkBAAA%3B%3BAhCtBZ%3BEACI%2CyBAAA%3BEACA%2CWAAA%3BEACA%2CaAAa%2CaAAa%2C8CAA1B%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CsBAAA%3BEACA%2CaAAA%3B%3BAAGJ%3BEACI%2CWAAA%3BEACA%2CWAAA%3B%3BAAGJ%3BEACI%2CsBAAA%3BEACA%2CmBAAA%3B%3BAAOJ%3BEX%2BGA%2CSAAA%3BEACA%2CUAAA%3B%3BAWhHA%2CsBXkHE%2CQAAK%3BEACH%2CsBAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3B%3BAWrHJ%2CsBXkHE%2CQAAK%2CMAKD%3BEACE%2CcAAA%3B%3BAWxHR%2CsBX4HE%2CQAAK%3BEAEH%2CsBAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3B%3BAlF%5C%2FHJ%2CsBkF0HE%2CQAAK%2CQlF1HN%3BAACD%2CsBkFyHE%2CQAAK%2CQlFzHN%3BEACG%2CSAAS%2CEAAT%3BEACA%2CcAAA%3B%3BAAGJ%2CsBkFoHE%2CQAAK%2CQlFpHN%3BEACG%2CWAAA%3B%3BAkF0HA%2CsBAPF%2CQAAK%2CQAOF%3BEACG%2CcAAA%3B%3BAWpIR%2CsBXoLM%2CQAAK%3BElFwDX%2CSAAA%3B%3BA6F5OA%2CsBX6LE%2CQAAK%2CMACD%3BElF8CN%2C0BAAA%3BEAAA%2CYAAA%3BEAAA%2C0BAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CiBAAA%3BEAAA%2CWAAA%3BEAAA%2CqBAAA%3B%3BADrIA%2CsBmFsFE%2CQAAK%2CMACD%2CUnFvFL%3BECqID%2CcAAA%3BEAAA%2CqBAAA%3B%3BADhIA%2CsBmFiFE%2CQAAK%2CMACD%2CUnFlFL%3BECgID%2CWAAA%3BEAAA%2CqBAAA%3B%3BAD3HA%2CsBmF4EE%2CQAAK%2CMACD%2CUnF7EL%3BEC2HD%2CWAAA%3BEAAA%2CqBAAA%3B%3BAkFbI%2CsBAlCF%2CQAAK%2CMAkCF%2CIAAI%2CWAAc%2CUAAO%3BAAC1B%2CsBAnCF%2CQAAK%2CMAmCF%2COAAU%3BAACX%2CsBApCF%2CQAAK%2CMAoCF%2COAAU%2CUAAO%3BAAClB%2CsBArCF%2CQAAK%2CMAqCF%2COAAU%2CUAAO%3BElFUtB%2CWAAA%3BEAAA%2CqBAAA%3BEAAA%2CmBAAA%3B%3BA6F5OA%2CsBX0OE%2CQAAK%3BElFEP%2CmBAAA%3BEAAA%2CSAAA%3BEAAA%2CuBAAA%3B%3B%3B%3B%3B%3BA8H1RJ%2CcACI%3BEACI%2C2BAAA%3B%3B%3B%3B%3B%3BACFR%2CgBAGI%3BAAFJ%2CWAEI%3BAADJ%2CkBACI%3BEACI%2C8BAAA%3B%3B%3B%3B%3B%3BACJR%2CiBAAiB%3BEACb%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3B%3B%3B%3B%3B%3BACFY%2CMAJV%2CWACF%2CiBACI%2COACI%2CSACK%3BEACG%2CaAAA%3B%3B%3B%3B%3B%3BACNpB%2CYACI%3BEACI%2CmBAAA%3B%3B%3B%3B%3B%3BACFR%2CKAAK%2CKAAK%2COAAQ%3BEACd%2CgBAAA%3B%3B%3B%3B%3B%3BACDJ%2CKAAK%2CSAAS%2CMAAO%3BEACjB%2CmBAAA%3B%3BACQA%2CeACI%3BEACI%2CmBAAA%3BEACA%2CaAAA%3BEACA%2CQAAA%3B%3BAAJR%2CeAMI%3BEACI%2CYAAA%3B%3BAAGR%3BEACI%2CaAAA%3B%3BAAGJ%3BEACI%2CSAAA%3BEACA%2CuBAAuB%2CmBAAvB%3B%3BAAFJ%2CSAGI%3BEACI%2CmBAAA%3B%3BAAIR%3BEACI%2CgBAAA%3BEAyCA%2CmBAAA%3B%3BAA1CJ%2CeAEI%3BEACI%2CgBAAA%3BEACA%2CaAAA%3BEACA%2CqBAAqB%2CgDAAgD%2C2CAArE%3BEACA%2CgBAAA%3BEACA%2CaAAA%3BEAwBA%2CuBAAuB%2CcAAvB%3B%3BAA%5C%2FBR%2CeAEI%2CaAMI%3BEACI%2CmBAAA%3BEACA%2CaAAA%3BEACA%2C2BAAA%3B%3BAAEI%2CeAXZ%2CaAMI%2CcAII%2CWACK%2CMAAM%3BEACH%2CcAAA%3B%3BAAEJ%2CeAdZ%2CaAMI%2CcAII%2CWAIK%3BEACG%2CWAAA%3BEACA%2CSAAS%2COAAT%3BEACA%2CqBAAA%3BEACA%2CaAAa%2CYAAb%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3B%3BAA3BpB%2CeAEI%2CaA8BI%3BEACI%2CiCAAA%3B%3BAAjCZ%2CeAEI%2CaAiCI%3BEACI%2CqCAAA%3B%3BAApCZ%2CeAEI%2CaAoCI%3BEACI%2CyBAAA%3B%3BAAvCZ%2CeA6CI%2COACI%2CIAAG%3BEACC%2CqBAAA%3B%3BAA%5C%2FCZ%2CeA6CI%2COAKI%3BEACI%2CcAAA%3BEACA%2CgBAAA%3B%3BAApDZ%2CeA6CI%2COAUI%3BEACI%2CyBAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3B%3BAA1DZ%2CeA6CI%2COAgBI%3BEACI%2CkBAAA%3B%3BAA9DZ%2CeA6CI%2COAgBI%2CeAGI%3BEACI%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3B%3BAAKhB%2CqBACM%3BEACE%2CYAAA%3B%3BACtGR%3BAACA%3BEACI%2CeAAA%3BEACA%2CcAAA%3B%3BAAGJ%3BEACI%2CcAAA%3BEACA%2CaAAA%3BEACA%2CYAAA%3B%3BAAIJ%3BEACI%2CmBAAA%3B%3BAADJ%2C6CAGI%3BEACI%2CWAAA%3B%3BAAIR%3BEACI%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAAEA%2CwBAAC%3BEACG%2C6BAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2COAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CWAAA%3B%3BAAZR%2CwBAeI%3BEACI%2CyBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3B%3BAAIR%2CiCACI%3BEACI%2CcAAA%3BEACA%2CmBAAA%3B%3BAAHR%2CiCAMM%2C6BACE%3BEACI%2CmBAAA%3B%3BAlH%5C%2FCZ%2CwBAYI%3BEACI%2CgBAAA%3B%3BAAbR%2CwBAgBI%3BEACI%2CiBAAA%3B%3BAAjBR%2CwBAgBI%2C%2BBAGM%3BEpB%2BPV%2CiBAAA%3BEoB7PY%2CgBAAA%3B%3BAArBZ%2CwBAgBI%2C%2BBAQI%3BEACI%2CqBAAA%3BEACA%2CqBAAA%3B%3BAAWA%2CwBAPR%2CqCACI%2CKAMK%3BEACG%2CiBAAA%3B%3BAAGJ%2CwBAXR%2CqCACI%2CKAUK%3BEACG%2CkBAAA%3B%3BAA1ChB%2CwBAsDI%2CcACI%3BEACI%2CqBAAA%3B%3BAACA%2CwBAHR%2CcACI%2CGAEK%3BEACG%2CSAAS%2CIAAT%3B%3BAA1DhB%2CwBAsDI%2CcAQI%3BEACI%2CSAAA%3B%3BAA%5C%2FDZ%2CwBAmEI%3BEACI%2CgBAAA%3B%3BAAEA%2CwBAHJ%2CqBAGK%3BEACG%2CYAAA%3B%3BAAEJ%2CwBANJ%2CqBAMK%3BEACG%2CYAAA%3B%3BAAEJ%2CwBATJ%2CqBASK%3BAACD%2CwBAVJ%2CqBAUK%3BEACG%2CYAAA%3B%3BAAEJ%2CwBAbJ%2CqBAaK%3BEACG%2CYAAA%3B%3BAAMZ%3BEAEI%2C6BAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3B%3BAmHhGA%2CeADJ%2CeACM%2CWACE%3BEACI%2CgBAAA%3B%3BACJhB%3BEACI%2CgBAAA%3B%3BACCI%2CcADA%2CMACI%3BEACA%2CsBAAA%3B%3BAAKZ%3BEACI%2CgBAAA%3B%3BAAIA%2CaAAE%3BEACE%2CgBAAA%3B%3BACdR%3BEACI%2CgBAAA%3B%3BAAEA%2CWAAE%3BEACE%2C8BAAA%3BEACA%2CkCAAA%3BEACA%2C4BAAA%3BEACA%2CwBAAA%3BEACA%2CSAAA%3B%3BAAKJ%2CaAAE%3BEACE%2CmBAAA%3B%3B%3B%3B%3B%3BACfR%2CuBACI%3BEACI%2CaAAA%3B%3BACSJ%3B%3B%3BAAAA%2CyBAEI%2CYAAY%2CGAAG%2COAAM%3BAAFzB%2CyBAII%2CYAAY%2CGAAG%2COAAM%3BAAJzB%2CyBAMI%2CYAAW%3BEACP%2CUAAA%3B%3BAAPR%2CyBAUI%3BAAVJ%2CyBAWI%3BAAXJ%2CyBAYI%3BEACI%2CcAAA%3BEACA%2CkBAAA%3B%3BAAdR%2CyBAiBI%2CeAAe%3BAAjBnB%2CyBAkBI%2CeAAe%3BEACX%2CkBAAA%3B%3BAAnBR%2CyBAsBI%3BEACI%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3B%3BAAzBR%2CyBA4BI%2CYAAW%3BEACP%2CeAAA%3BEACA%2CYAAA%3B%3BAA9BR%2CyBAiCI%2CcAAc%3BAAjClB%2CyBAkCI%2CcAAc%3BEACV%2CWAAW%2CoBAAX%3B%3BAAnCR%2CyBAsCI%3BEAEQ%2COAAA%3BEACA%2CcAAA%3BEACA%2CMAAA%3B%3BAAGJ%2CyBAPJ%2CaAOK%3BAACD%2CyBARJ%2CaAQK%3BEACG%2CSAAS%2CEAAT%3BEACA%2CcAAA%3B%3BAAGJ%2CyBAbJ%2CaAaK%3BEACG%2CWAAA%3B%3BAApDZ%2CyBAwDI%3BAAxDJ%2CyBAyDI%2CaAAY%2CcAAe%3BEACvB%2CaAAA%3B%3BAA1DR%2CyBA6DI%3BEACI%2CWAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2CsBAAA%3B%3BAAjER%2CyBAoEI%2CUAAU%3BEACN%2CYAAA%3B%3BAArER%2CyBAwEI%2CaAAY%2CSAAU%3BEAClB%2CoBAAA%3B%3BAAzER%2CyBA4EI%2CgBAAgB%3BEACZ%2C6BAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3B%3BAA%5C%2FER%2CyBAkFI%2CaAAY%3BEACR%2CaAAA%3B%3BAAnFR%2CyBAsFI%2CeAAe%3BEACX%2CeAAA%3BEACA%2CkBAAA%3B%3BAAxFR%2CyBA2FI%2CeAAe%2CYAAW%3BEACtB%2CqCAAA%3BEACA%2CgCAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CiBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CWAAW%2CqBAAX%3BEACA%2CWAAA%3B%3BAAzGR%2CyBA4GI%2CYAAW%3BAA5Gf%2CyBA6GI%2CYAAW%3BEACP%2CaAAA%3B%3BAA9GR%2CyBAiHI%2CcAAa%3BEACT%2CmBAAA%3B%3BAAlHR%2CyBAqHI%3BEACI%2CcAAA%3BEACA%2COAAA%3BEACA%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAA7HR%2CyBAgII%2CYAAY%3BEACR%2CeAAA%3BEACA%2CqBAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAAvIR%2CyBA0II%2CYAAY%2CGAAG%3BAA1InB%2CyBA2II%2CcAAc%3BEACV%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CUAAA%3B%3BAA%5C%2FIR%2CyBAkJI%2CYAAY%2CGAAG%3BEAEP%2CeAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CyBAZJ%2CYAAY%2CGAAG%2COAYV%2CMAAM%3BAACP%2CyBAbJ%2CYAAY%2CGAAG%2COAaV%2CMAAM%3BEACH%2CUAAA%3B%3BAAGJ%2CyBAjBJ%2CYAAY%2CGAAG%2COAiBV%3BEACG%2CkCAAA%3BEACA%2CmCAAA%3BEACA%2CWAAA%3BEACA%2CSAAS%2CKAAT%3BEACA%2CeAAA%3BEACA%2CYAAA%3BEACA%2COAAA%3BEACA%2CiBAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3B%3BAAhLZ%2CyBAoLI%2CYAAY%2CGAAE%2CaAAc%2COAAM%3BEAC9B%2CWAAA%3BEACA%2CaAAA%3B%3BAAtLR%2CyBAyLI%3BEACI%2CwCAAA%3BEACA%2CsBAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3B%3BAA9LR%2CyBAiMI%2CcAAc%3BEAEN%2CgBC1MgB%2C0XD0MhB%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CWAAW%2CkBAAX%3BEACA%2CgCAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CyBAhBJ%2CcAAc%2CaAgBT%3BAACD%2CyBAjBJ%2CcAAc%2CaAiBT%3BEACG%2CSAAS%2CEAAT%3B%3BAAGJ%2CyBArBJ%2CcAAc%2CaAqBT%3BEACG%2CgBC7NuB%2C0XD6NvB%3B%3BAAvNZ%2CyBA2NI%2CcAAc%2CaAAY%3BEACtB%2CQAAA%3B%3BAA5NR%2CyBA%2BNI%2CcAAc%2CaAAY%3BEACtB%2COAAA%3BEACA%2CWAAW%2CeAAe%2CiBAA1B%3B%3BAAjOR%2CyBAoOI%2CmBAAmB%3BEACf%2CqBAAA%3BEACA%2CsBAAA%3BEACA%2CYAAA%3B%3BAAvOR%2CyBA0OI%2CeAAc%2CaAAgB%3BEAC1B%2CeAAA%3B%3BAA3OR%2CyBA8OI%2CeAAc%2CaAAc%2CaAAa%3BEACrC%2CyBAAA%3BEACA%2CuBAAA%3BEACA%2CgBAAA%3B%3BAAjPR%2CyBAoPI%2CSAAQ%3BEACJ%2CWAAA%3B%3BAC1OZ%3BEACI%3BIACI%2CWAAW%2CsBAAqB%2CSAAhC%3B%3BEAGJ%3BIACI%2CWAAW%2CsBAAqB%2CgBAAhC%3B%3B%3BACvBJ%3BEAEQ%2CaAAA%3BEACA%2CgBAAA%3B%3BAAHR%2C2BAMI%3BEACI%2CcAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3B%3BAAVR%2C2BAaI%3BEACI%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAAnBR%2C2BAsBI%2CmBAAkB%3BAAtBtB%2C2BAuBI%2CmBAAkB%3BEACd%2CYAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAA3BR%2C2BA8BI%2CyBAAwB%2CSACpB%3BEACI%2CkBAAA%3B%3BAAhCZ%2C2BA8BI%2CyBAAwB%2CSAKpB%2CmBAAkB%3BEACd%2CSAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3BEACA%2CMAAA%3B%3BAAvCZ%2C2BA2CI%3BEACI%2CmBAAA%3B%3BAA5CR%2C2BA%2BCI%2CmBAAkB%3BEACd%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3B%3BAAlDR%2C2BAqDI%2CmBAAkB%3BEACd%2CyBAAA%3BEACA%2C%2BBAAA%3B%3BACjDR%3BEAEQ%2CsBAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3B%3BAANR%2CiBASI%3BEACI%2CWAAA%3B%3BAAGJ%2CiBAAC%2CMAAM%2CIAAI%3BAACX%2CiBAAC%2CMAAM%2CIAAI%3BEACP%2CqBAAA%3BEACA%2CgBAAA%3B%3BAChBR%3BEAEQ%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CaAAA%3BEACA%2CuBAAA%3B%3BAAGJ%2CkBAAC%3BAACD%2CkBAAC%3BEACG%2CaAAA%3B%3BAAGJ%2CkBAAC%2CIAAI%3BEACD%2CgBAAA%3B%3BAAGJ%2CkBAAC%3BEACG%2CYAAA%3BEACA%2CoBAAA%3B%3BAAGJ%2CkBAAC%3BEAEO%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3BEACA%2CSAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CkBAZH%2CMAYI%3BEACG%2CSAAS%2CEAAT%3BEACA%2CYAAA%3BEACA%2CWAAA%3B%3BAAIR%2CkBAAC%2COAAO%3BEACJ%2CoSAAA%3B%3BAAGJ%2CkBAAC%2COAAO%3BEACJ%2CwnBAAA%3B%3BAAGJ%2CkBAAC%3BEAEO%2CyBAAA%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3B%3BAAGJ%2CkBAbH%2CSAaI%3BEACG%2CyBAAA%3BEACA%2CqBAAA%3B%3BAAGJ%2CkBAlBH%2CSAkBI%3BEACG%2CyBAAA%3BEACA%2CqBAAA%3B%3BAAGJ%2CkBAvBH%2CSAuBI%3BEACG%2CYAAA%3B%3BACzDZ%2CsBACM%2CSAAM%3BEAEA%2CkBAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3B%3BAAGJ%2CsBATF%2CSAAM%2CcASH%3BEACG%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CQAAA%3BEACA%2CqBAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2Ck4BAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CeAAA%3BEACA%2CWAAW%2CgBAAX%3B%3BAAIR%2CsBAAC%2COAAU%2CSAAM%2CcAAc%3BEAC3B%2C83BAAA%3BEACA%2CSAAS%2CEAAT%3B%3BAAIR%2CsBAAsB%2CMAChB%2CSAAM%3BEAEA%2CgBAAA%3BEACA%2C0BAAA%3B%3BAAGJ%2CsBAPc%2CMAChB%2CSAAM%2CcAMH%3BEACG%2CSAAS%2CEAAT%3B%3BAAKZ%2CsBAAsB%2CUAAa%2CSAAM%3BEACrC%2CmBAAA%3BEACA%2C6BAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3B%3BAAGJ%2CqBAAqB%2CUAAW%2CeAAc%3BEAC1C%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CSAAS%2CGAAT%3BEACA%2CiBAAA%3B%3BAAGJ%2CuBACM%2CoBAAkB%3BEAChB%2CkBAAA%3BEACA%2CgBAAA%3B%3BAAHR%2CuBAMI%3BEACI%2CWAAA%3B%3BAAPR%2CuBAUI%2CeAAiB%3BEACb%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CSAAA%3B%3BAAIR%3BEAEQ%2CeAAA%3B%3BAAFR%2C0BAMM%2CUAAO%3BAACT%2CkBAAmB%2C2BAAI%2CUAAO%3BAAC9B%2CkBAAmB%2C2BAAI%2CQAAK%3BAARhC%2C0BASM%2CQAAK%3BEACH%2C0BAAA%3BEACA%2C6BAAA%3B%3BAAXR%2C0BAcM%2CUAAO%3BAACT%2CkBAAmB%2C2BAAI%2CUAAO%3BEAC1B%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAjBR%2C0BAoBM%2CUAAO%2CeAAe%3BAACxB%2CkBAAmB%2C2BAAI%2CUAAO%2CeAAe%3BEACzC%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CUAAA%3BEACA%2CqBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2Ck4BAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CeAAA%3BEACA%2CWAAW%2CgBAAX%3B%3BAAGJ%2C0BAAC%2CUAAa%2CUAAO%3BAACrB%2C0BAAC%2CUAAa%2CQAAK%3BEACf%2CgBAAA%3B%3BAAGJ%2C0BAAC%2CUAAa%2CUAAO%2CeAAe%3BAACpC%2CkBAAmB%2C2BAAC%2CUAAa%2CUAAO%2CeAAe%3BEACnD%2CWAAW%2CiBAAiB%2CeAA5B%3B%3BAAKR%3BEAEQ%2CaAAA%3B%3BAAGJ%2CuBAAC%3BEACG%2CkBAAA%3BEACA%2C6BAAA%3B%3BAC%5C%2FHZ%3BACGI%2CSAmBI%2CcAAc%3BAAnBlB%2CSAkDI%2COAAO%3BAAlDX%2CSAmDI%2CcAAc%3BEDpDd%2CqBAAA%3BEACA%2CsBAAA%3B%3BAAGJ%2CKAAM%3BAAAN%2CKCHA%2CUAmBI%2CcAAc%3BADhBlB%2CKCHA%2CUAkDI%2COAAO%3BAD%5C%2FCX%2CKCHA%2CUAmDI%2CcAAc%3BED%5C%2FCd%2CqBAAA%3B%3BAEvBJ%2CQAAS%2CQAAO%3BEACZ%2CeAAA%3B%3BAAGJ%2CKAAM%3BEACF%2CWAAA%3B%3BAAGJ%2CkBACI%2CeAAe%3BEACX%2CWAAA%3B%3BAAFR%2CkBAKI%3BEACI%2CeAAA%3B%3BAAIR%2CmBAAmB%2COAAQ%2CeAAc%2CUAAU%3BEAC%5C%2FC%2CSAAS%2CEAAT%3B%3BACzBA%2CWAAC%3BEACG%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CgBAAA%3BEACA%2C6BAAA%3BEACA%2CqBAAA%3B%3BAAPR%2CWAUI%3BEAEQ%2CkBAAA%3BEACA%2CaAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CWARJ%2COAQK%3BEACG%2CkBAAA%3BEACA%2C8BAAA%3BEACA%2CSAAS%2CEAAT%3B%3BAAGJ%2CWAdJ%2COAcK%3BEACG%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2C0BAAA%3BEACA%2CSAAS%2CEAAT%3B%3BAA7BZ%2CWAiCI%2COAAM%3BEACF%2CUAAA%3BEACA%2CWAAW%2CYAAX%3B%3BAAnCR%2CWAsCI%2COAAM%3BEAEE%2CUAAA%3B%3BAAGJ%2CWALJ%2COAAM%2CKAKD%3BEACG%2CSAAA%3BEACA%2CoCAAA%3B%3BAAGJ%2CWAVJ%2COAAM%2CKAUD%3BEACG%2CoCAAA%3B%3BAAjDZ%2CWAqDI%2COAAM%3BEAEE%2CWAAA%3B%3BAAGJ%2CWALJ%2COAAM%2CMAKD%3BEACG%2CUAAA%3BEACA%2CmCAAA%3B%3BAAGJ%2CWAVJ%2COAAM%2CMAUD%3BEACG%2CmCAAA%3B%3BAAhEZ%2CWAoEI%3BEACI%2CcAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3B%3BAAvER%2CWA0EI%3BEACI%2CcAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3B%3BAA7ER%2CWAiFI%2CoBAAoB%3BEAChB%2CaAAA%3B%3BAF7DR%2CSAAU%3BEACN%2CSAAA%3BEACA%2CUAAA%3B%3BAAGJ%3BEAEQ%2CkBAAA%3BEACA%2CiBAAA%3B%3BAAHR%2CSAMI%3BEACI%2CgBAAA%3BEACA%2CoBAAA%3B%3BAARR%2CSAWI%2CkBAAoB%3BEAChB%2CkBAAA%3B%3BAAZR%2CSAeI%3BEACI%2CgBAAA%3B%3BAAhBR%2CSAmBI%2CcAAc%3BEAGV%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3B%3BAA3BR%2CSA8BI%3BEACI%2CaAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3B%3BAAlCR%2CSAqCI%3BEACI%2CmBAAA%3B%3BAAtCR%2CSAyCI%3BEACI%2CkBAAA%3BEACA%2CeAAA%3B%3BAA3CR%2CSA8CI%2CeAAe%3BEACX%2CYAAA%3B%3BAA%5C%2FCR%2CSAkDI%2COAAO%3BAAlDX%2CSAmDI%2CcAAc%3BEAGV%2CeAAA%3BEACA%2CgBAAA%3B%3BAAvDR%2CSA0DI%3BEACI%2CaAAA%3BEACA%2CeAAA%3BEACA%2CuBAAA%3B%3BAA7DR%2CSAgEI%3BEACI%2CYAAA%3B%3BAAIR%2CSAAU%3BAACV%2CSAAU%3BEAEF%2C2BAAA%3BEACA%2CUAAA%3BEACA%2CaAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CyBAAA%3BEACA%2C2BAAA%3BEACA%2CyBAAA%3BEACA%2C4BAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CSAjBM%2CoBAiBL%3BAAAD%2CSAhBM%2CoBAgBL%3BEACG%2CyBAAA%3B%3BAAGJ%2CSArBM%2CoBAqBL%3BAAAD%2CSApBM%2CoBAoBL%3BEACG%2CSAAS%2CEAAT%3B%3BAAGJ%2CSAzBM%2CoBAyBL%3BAAAD%2CSAxBM%2CoBAwBL%3BEACG%2CyBAAA%3B%3BAAGJ%2CSA7BM%2CoBA6BL%3BAAAD%2CSA5BM%2CoBA4BL%3BEACG%2CyBAAA%3BEACA%2CUAAA%3B%3BAAIR%2CSACI%3BEACI%2CYAAA%3BEACA%2CqTAAA%3B%3BAAHR%2CSAMI%3BEACI%2CWAAA%3BEACA%2CyTAAA%3B%3BAAKR%3BEACI%2CoBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CkBAAmB%3BEACf%2CkBAAA%3BEACA%2CaAAA%3BEACA%2CcAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2CSAAS%3BEAED%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CeAAA%3B%3BAAJR%2CSAAS%2CgBAOL%3BEACI%2CkBAAA%3BEACA%2CoBAAA%3B%3BAATR%2CSAAS%2CgBAYL%3BEACI%2CaAAA%3BEACA%2CsBAAA%3BEACA%2CYAAA%3B%3BAAfR%2CSAAS%2CgBAkBL%3BEG7KA%2CaAAA%3BEAQA%2CuBAAA%3BEAIA%2CmBAAA%3BEHqKQ%2CYAAA%3BEACA%2CcAAA%3B%3BAAvBZ%2CSAAS%2CgBAkBL%2CsBAQI%3BEACI%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3B%3BAA7BZ%2CSAAS%2CgBAiCL%3BEAEQ%2CoBAAA%3B%3BAAnCZ%2CSAAS%2CgBAiCL%2COAKI%3BEACI%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAxCZ%2CSAAS%2CgBA4CL%3BEACI%2CaAAA%3BEACA%2CoBAAA%3BEACA%2CUAAA%3BEACA%2CYAAA%3B%3BAAKR%2CSAAU%3BEAEF%2CaAAA%3BEACA%2CuBAAA%3BEACA%2CeAAA%3BEACA%2CuBAAA%3BEACA%2CoBAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAATR%2CSAAU%2COAYN%3BEACI%2CkBAAA%3BEACA%2CaAAA%3BEACA%2CWAAA%3BEACA%2CsBAAA%3B%3BAAhBR%2CSAAU%2COAmBN%2CeAAc%3BAAnBlB%2CSAAU%2COAoBN%2CeAAc%3BEACV%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3BEACA%2C4CAAA%3B%3BAAzBR%2CSAAU%2COA4BN%2CeAAc%2CoBAAqB%3BEAC%5C%2FB%2CmBAAA%3B%3BAA7BR%2CSAAU%2COAgCN%2CuBAAuB%3BEACnB%2CYAAA%3B%3BAAKJ%2C4BAAC%3BEACG%2CYAAA%3BEACA%2C4BAAA%3B%3BAAHR%2C4BAMI%3BEACI%2CqBAAA%3B%3BAAKR%2CSAAU%3BEAEF%2CsBAAA%3BEACA%2CaAAA%3BEACA%2CWAAA%3B%3BAAJR%2CSAAU%2CcAON%3BEACI%2CeAAA%3BEACA%2CsBAAA%3B%3BAATR%2CSAAU%2CcAYN%2CsBAAsB%3BEAClB%2CYAAA%3B%3BAAbR%2CSAAU%2CcAgBN%2CsBAAqB%2CoBAAqB%3BEACtC%2CmBAAA%3B%3BAAjBR%2CSAAU%2CcAoBN%2CsBAAqB%3BAApBzB%2CSAAU%2CcAqBN%2CsBAAqB%3BEACjB%2CSAAA%3BEACA%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2C4CAAA%3B%3BAAzBR%2CSAAU%2CcA4BN%2CuBAAuB%3BEACnB%2CqBAAA%3BEACA%2CcAAA%3BEACA%2CcAAA%3B%3BAAIR%2CSAAU%2CcAAa%3BAACvB%2CSAAU%2COAAM%3BEACZ%2CqBAAA%3B%3BAAGJ%2CkBACI%3BEACI%2CQAAA%3B%3BAAFR%2CkBAKI%3BEACI%2COAAA%3B%3BAANR%2CkBASI%3BAATJ%2CkBAUI%3BEACI%2CQAAA%3BEACA%2CSAAA%3BEACA%2CWAAW%2CgBAAX%3B%3BAAbR%2CkBAgBI%2CoBAAmB%3BAAhBvB%2CkBAiBI%2CoBAAmB%3BEACf%2CUAAA%3BEACA%2CyBAAA%3B%3BAAKR%2CSAAU%2CcAAc%2CsBAAqB%2CIAAI%3BAACjD%2CSAAU%2CcAAc%2CuBAAsB%2CIAAI%3BAAClD%2CSAAU%2COAAO%2CeAAc%2CIAAI%3BEAC%5C%2FB%2CaAAA%3B%3BAAYR%2CmBATiD%2CwCAAuC%3BEAChF%3BIACI%2CWAAA%3B%3BEAGJ%2CsBAAuB%3BIACnB%2CWAAA%3B%3B%3BAInUZ%3BEAEQ%2CqBAAA%3BEACA%2CsBAAA%3B%3BAAGJ%2CKAAM%3BEACF%2CqBAAA%3B%3BACXJ%2CaAAc%2CwBAAwB%2CeAAc%3BEAChD%2CcAAA%3B%3B%3BAAIJ%2C8BAA%2BB%3BEAC3B%2CaAAA%3B%3BAAGJ%3B%3B%3BAAAA%2CuBACI%3BEACI%2CYAAA%3B%3BAAFR%2CuBAKI%3BEACI%2CaAAA%3B%3BAANR%2CuBASI%3BEACI%2CaAAA%3B%3BAAVR%2CuBAaI%2CYAAW%3BAAbf%2CuBAcI%2CYAAW%3BEACP%2C%2BBAAA%3B%3BAAfR%2CuBAmBI%2CYACI%2CcAAc%3BEACV%2CuBAAA%3B%3BAArBZ%2CuBAmBI%2CYAKI%3BEACI%2CiBAAA%3B%3BAAzBZ%2CuBAmBI%2CYASI%3BEAEQ%2CYAAA%3BEACA%2CoBAAA%3B%3BAAGJ%2CuBAfR%2CYASI%2COAMK%3BAACD%2CuBAhBR%2CYASI%2COAOK%3BAACD%2CuBAjBR%2CYASI%2COAQK%3BEACG%2CYAAA%3B%3BAArChB%2CuBA2CI%2CeAAe%2CmBAAkB%3BEAC7B%2CUAAA%3B%3BAAIR%3BEACI%2CWAAA%3B%3BAADJ%2CuBAGI%3BEACI%2CiBAAA%3BEACA%2CgBAAA%3B%3BAALR%2CuBAGI%2CYAII%2CcAAc%3BEACV%2CmBAAA%3B%3BAARZ%2CuBAGI%2CYAQI%3BEACI%2CyBAAA%3B%3BAAZZ%2CuBAgBI%2CYAAW%3BAAhBf%2CuBAiBI%2CYAAW%3BEACP%2C%2BBAAA%3B%3BAAIR%3BEAEQ%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2CuBAAC%3BEACG%2CygFAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CqBAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CWAAA%3B%3BAArBR%2CuBAwBI%3BAAxBJ%2CuBAyBI%3BEACI%2CiBAAA%3B%3BAAIR%2CyBACI%3BEACI%2CiBAAA%3B%3BAAFR%2CyBAKI%3BAALJ%2CyBAMI%3BEACI%2CqBAAA%3B%3BAAIR%3BEACI%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3B%3BAAGJ%3BEACI%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CoBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CoBAAA%3B%3BACpIJ%3BEACI%2CWAAA%3BEACA%2CmBAAA%3B%3BAAGJ%2CuBAAwB%3BEAEhB%2CeAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2CuBANoB%2CiBAMnB%3BEACG%2CwRAAA%3BEACA%2CwBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CQAAA%3BEACA%2CWAAW%2CgBAAX%3BEACA%2CWAAA%3B%3BAAGJ%2CuBAlBoB%2CiBAkBnB%2CWAAW%3BEACR%2CWAAW%2CeAAe%2CgBAA1B%3BEACA%2CyBAAA%3B%3BAAIR%3BEHtCI%2CaAAA%3BEAQA%2C2BAAA%3BEAQA%2CeAAA%3BEGyBA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAGJ%3BAACA%3BAACA%3BEHhDI%2CaAAA%3BEAYA%2CmBAAA%3B%3BAGwCJ%3BEHpDI%2CaAAA%3BEAgBA%2CeAAA%3BEGwCI%2CWAAA%3B%3BAAGJ%2CoBAAC%3BEACG%2CeAAA%3B%3BAAIR%3BEHhEI%2CaAAA%3BEAgBA%2CeAAA%3BEGoDI%2CWAAA%3B%3BAAJR%2CqBAOI%3BEACI%2CaAAA%3B%3BAAIR%2CqBAAqB%2CUAAa%3BEAC9B%2CgBAAA%3BEACA%2CgBAAA%3B%3BAAGJ%3BEAEQ%2CaAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CoBAAC%2CIAAI%3BEACD%2C6BAAA%3B%3BAAGJ%2CoBAAC%2CIAAI%3BEACD%2CYAAA%3BEACA%2C6BAAA%3B%3BAAGJ%2CoBAAC%2CIAAI%2CQAAQ%3BEACT%2CUAAA%3B%3BAAGJ%2CoBAAC%3BEACG%2CmBAAA%3B%3BAApBR%2CoBAuBI%3BEHxGA%2CaAAA%3BEG4GQ%2CsBAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2CoBATJ%2CgBASK%3BEACG%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CcAAA%3B%3BAApCZ%2CoBAwCI%3BEHzHA%2CaAAA%3BEAgBA%2CeAAA%3BEG4GI%2CiBAAA%3B%3BAA3CR%2CoBA8CI%3BEACI%2CeAAA%3BEACA%2CWAAA%3B%3BAAhDR%2CoBAmDI%3BECvEA%2CsBAAA%3BEACA%2CqBAAA%3BEDyEI%2CWAAA%3B%3BAFvHR%2CKAAM%2CqBEoHF%3BEFnHA%2CqBAAA%3B%3BADqBJ%2CKAAM%2CqBG8FF%3BEH7FA%2CqBAAA%3B%3BAI0BJ%2CKAAM%2CqBDmEF%3BEClEA%2CqBAAA%3B%3BADwEA%2CoBAAC%2CIAAI%2CQAAS%3BEACV%2CeAAA%3B%3BAA1DR%2CoBA6DI%2CmBAAmB%2CeAAe%3BEAC9B%2CWAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3B%3BAAjER%2CoBAoEI%2CyBAAyB%3BEACrB%2CaAAA%3B%3BAAIR%2CoBAAoB%3BEAEZ%2CkBAAA%3B%3BAAGJ%2CoBALgB%2CWAKf%3BEACG%2CkBAAA%3B%3BAANR%2CoBAAoB%2CWAShB%3BEHnKA%2CaAAA%3BEGsKI%2CuBAAA%3BEACA%2CSAAA%3BEACA%2C2BAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3B%3BAAlBR%2CoBAAoB%2CWAqBhB%3BEACI%2C2BAAA%3B%3BAAtBR%2CoBAAoB%2CWAyBhB%3BEHnLA%2CaAAA%3BEAYA%2CmBAAA%3B%3BAG8IJ%2CoBAAoB%2CWA6BhB%3BEACI%2CiBAAA%3BEACA%2CgBAAA%3B%3BAA%5C%2FBR%2CoBAAoB%2CWAkChB%2CoBAAsB%3BEAClB%2COAAA%3BEACA%2CQAAA%3BEACA%2CWAAW%2CgBAAX%3B%3BAArCR%2CoBAAoB%2CWAwChB%3BAAxCJ%2CoBAAoB%2CWAyChB%2CyBAAwB%3BAAzC5B%2CoBAAoB%2CWA0ChB%3BEACI%2CaAAA%3B%3BAA3CR%2CoBAAoB%2CWA8ChB%3BEACI%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3B%3BAAjDR%2CoBAAoB%2CWAoDhB%3BEACI%2CmBAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAAzDR%2CoBAAoB%2CWA4DhB%3BEACI%2CkBAAA%3B%3BAAIR%3BEAEQ%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CaAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3B%3BAATR%2C0BAYI%3BEACI%2CcAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3B%3BAAfR%2C0BAkBI%3BEACI%2CgBAAA%3BEACA%2CeAAA%3B%3BAApBR%2C0BAuBI%3BEHlPA%2CaAAA%3BEAQA%2CuBAAA%3BEAIA%2CmBAAA%3BEG0OQ%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2C2CAAA%3BEACA%2CsBAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3B%3BAAGJ%2C0BAnBJ%2CeAmBK%3BEACG%2CSAAS%2CGAAT%3BEACA%2CeAAA%3BEACA%2CgBAAA%3B%3BAA7CZ%2C0BAiDI%3BEACI%2CUAAA%3BEACA%2CkBAAA%3B%3BAAnDR%2C0BAsDI%2CoBAAsB%3BEAClB%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3B%3BAAjER%2C0BAoEI%2CoBAAmB%2CMAAS%3BEACxB%2C%2BBAAA%3B%3BAArER%2C0BAwEI%2CoBAAmB%2CQAAW%3BEAC1B%2CgcAAA%3BEACA%2CwBAAA%3B%3BAAIR%2CoBAAoB%2CUAAW%3BEAC3B%2CqBAAA%3B%3BAAGJ%3BEH7SI%2CaAAA%3BEAQA%2CuBAAA%3BEAIA%2CmBAAA%3BEGqSI%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAAGJ%2CmBAAC%3BEACG%2CaAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3B%3BAAjBR%2CmBAoBM%3BEACE%2CgBAAA%3B%3BAAGJ%2CmBAAC%3BEACG%2CeAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CMAAA%3BEACA%2CWAAW%2CgBAAX%3B%3BAAGJ%2CmBAAC%2CSAAU%3BEACP%2CgBAAA%3BEACA%2CgBAAA%3B%3BAAIR%2CoBAAoB%2CkBAAmB%3BEHpVnC%2CaAAA%3B%3BAGwVJ%3BAACA%3BEACI%2CaAAA%3B%3BAAGJ%3BEH7VI%2CaAAA%3BEAQA%2CyBAAA%3BEGyVI%2CeAAA%3BEACA%2CWAAA%3B%3BAALR%2C0BAQI%2CMAAK%3BEACD%2CWAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3B%3BAAIR%3BEACI%2CmBAAA%3BEACA%2CsBAAA%3BEACA%2CuBAAA%3BEACA%2CcAAA%3BEACA%2CaAAA%3B%3BAAGJ%3BEHtXI%2CaAAA%3BEAYA%2CmBAAA%3BEG8WI%2CkBAAA%3B%3BAAJR%2CyBAOI%3BEACI%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3B%3BAE1XR%3BEACI%2C%2BBAAA%3BEACA%2CYAAA%3BEACA%2COAAA%3BEACA%2CeAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3B%3BAAGJ%3BEAEQ%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2C0CAAA%3BEACA%2CsBAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CWAAW%2CqBAAX%3BEACA%2CaAAA%3B%3BAAfR%2CuBAkBI%3BE3J4OJ%2CoSAAA%3BE2JzOQ%2C0BAAA%3BEACA%2CeAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3B%3BAA7BR%2CuBAgCI%3BEAEQ%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3B%3BAAGJ%2CuBARJ%2C4BAQK%2CWAAW%3BEACR%2CaAAA%3B%3BAAzCZ%2CuBAgCI%2C4BAYI%2CwBAAwB%3BAA5ChC%2CuBAgCI%2C4BAaI%2CYAAY%3BEACR%2CcAAA%3B%3BAA9CZ%2CuBAkDI%3BE3J4MJ%2CmBAAA%3BE2JzMQ%2C0BAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAA1DR%2CuBA6DI%3BEAEQ%2CsBAAA%3BEACA%2CSAAA%3BEACA%2CsBAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3B%3BAAtEZ%2CuBA6DI%2CgCAYI%3BEACI%2CqBAAA%3BEACA%2CeAAA%3BEACA%2CaAAA%3B%3BAAKZ%3BEAEQ%2CkBAAA%3B%3BAAGJ%2C4BAAC%3BEACG%2CyBAAA%3BEACA%2CSAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2COAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAAGJ%2C4BAAC%2CWAAW%3BEACR%2CaAAA%3B%3BAAlBR%2C4BAqBI%3BEACI%2CaAAA%3B%3BAAtBR%2C4BAyBI%3BEACI%2CiBAAA%3BEACA%2CgBAAA%3B%3BAAIR%3BEAEQ%2CWAAA%3B%3B%3BAAFR%2CuBAKI%2CgBAAe%3BAALnB%2CuBAMI%2CgBAAe%3BEACX%2CeAAA%3BEACA%2CgBAAA%3B%3BAARR%2CuBAWI%2CYAAY%3BAAXhB%2CuBAYI%2CQAAO%2CKAAK%3BAAZhB%2CuBAaI%3BAAbJ%2CuBAcI%3BEACI%2CaAAA%3B%3BAAfR%2CuBAkBI%3BEACI%2CgBAAA%3B%3BAAnBR%2CuBAsBI%2CwBAAwB%2CMAAK%3BEACzB%2CWAAA%3B%3BAAvBR%2CuBA0BI%2CwBAAwB%2CEAAC%3BEACrB%2CcAAA%3B%3BAA3BR%2CuBA8BI%2CwBAAwB%2COAAM%2CIAAO%3BEACjC%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAjCR%2CuBAoCI%2CwBAAwB%2CYAAW%3BEAC%5C%2FB%2CkBAAA%3BEACA%2CWAAA%3B%3BAAtCR%2CuBA2CI%2CwBAAwB%2CWAAW%2CiBAAiB%3BAA3CxD%2CuBA4CI%2CoBAAoB%2CWAAW%2CiBAAiB%3BEAC5C%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3B%3BAAGJ%2CuBAAC%2CSAAU%3BEACP%2CaAAA%3B%3BAAGJ%2CuBAAC%2CSAAU%2CgBAAe%2CQAAS%2CwBAAwB%3BEACvD%2CcAAA%3B%3BAAIR%3BE3JmFA%2CyBAAA%3BE2J%5C%2FEQ%2CsBAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3B%3BAANR%2C0BASM%3BEACE%2CcAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3B%3BAAZR%2C0BAeI%3BEACI%2CsBAAA%3B%3BAAIR%2CeAAe%3BEAEP%2CSAAA%3B%3BAAFR%2CeAAe%2CKAKT%3BEACE%2CeAAA%3BEACA%2CkBAAA%3B%3BAAPR%2CeAAe%2CKAUT%2CoBAAkB%3BEAChB%2C2BAAA%3B%3BAAXR%2CeAAe%2CKAcT%3BAAdN%2CeAAe%2CKAeT%2CmBAAiB%3BEACf%2CeAAA%3BEACA%2CgBAAA%3B%3BAAjBR%2CeAAe%2CKAoBX%2CiBAAiB%3BEACb%2CWAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3B%3BAAIR%2CeAAe%3B%3B%3BAAAf%2CeAAe%2CQACT%3BEACE%2CeAAA%3BEACA%2CcAAA%3B%3BAAHR%2CeAAe%2CQAMX%3BEACI%2CmBAAA%3B%3BAAPR%2CeAAe%2CQAUX%2CwBAAwB%3BEACpB%2CaAAA%3B%3BAAXR%2CeAAe%2CQAgBX%2CwBAAwB%2CSAAS%3BEAC7B%2CcAAA%3B%3BAAIR%3BEAEQ%2CgCAAA%3BEACA%2CsBAAA%3BEACA%2CiBAAA%3BEACA%2CqBAAA%3B%3BAALR%2CyBAQM%3BEACE%2CaAAA%3BEACA%2CmBAAA%3B%3BAAVR%2CyBAaI%3BEACI%2CWAAA%3BEACA%2CgBAAA%3B%3BAAfR%2CyBAkBI%3BEDpNA%2CsBAAA%3BEACA%2CqBAAA%3BECsNI%2CeAAA%3BEACA%2CiBAAA%3B%3BAJrQR%2CKAAM%2C0BIiQF%3BEJhQA%2CqBAAA%3B%3BADqBJ%2CKAAM%2C0BK2OF%3BEL1OA%2CqBAAA%3B%3BAI0BJ%2CKAAM%2C0BCgNF%3BED%5C%2FMA%2CqBAAA%3B%3BAC6LJ%2CyBAyBI%3BEACI%2CyBAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3B%3BAAIR%2CyBAA0B%3BEAElB%2CmBAAA%3BEACA%2CaAAA%3BEACA%2CeAAA%3B%3BAAJR%2CyBAA0B%2CeAOtB%3BEACI%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3B%3BAAVR%2CyBAA0B%2CeAatB%3BEACI%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3B%3BACtTR%2CcACI%2CWAAW%2CsBAAsB%3BEAEzB%2CaAAA%3BEACA%2CuBAAA%3BEACA%2CSAAA%3B%3BAALZ%2CcACI%2CWAAW%2CsBAAsB%2CsBAO7B%3BEACI%2CiBAAA%3B%3BAATZ%2CcAaI%2CeACI%2CsBAAsB%3BEAClB%2CSAAA%3BEACA%2CgBAAA%3B%3BAAhBZ%2CcAaI%2CeAMI%2CcAAc%3BEACV%2CcAAA%3B%3BAApBZ%2CcAaI%2CeAUI%2CsBAAsB%3BEAClB%2CUAAA%3B%3BAAxBZ%2CcA4BI%2CUAAS%2CMAAM%3BEAEP%2CeAAA%3B%3BAA9BZ%2CcA4BI%2CUAAS%2CMAAM%2COAKX%2CQAAO%3BEACH%2CaAAA%3B%3BAAlCZ%2CcAsCI%2CeAAc%2CaAAc%3BEAEpB%2CcAAA%3B%3BAAxCZ%2CcAsCI%2CeAAc%2CaAAc%2CaAKxB%3BEACI%2CcAAA%3B%3BAA5CZ%2CcAsCI%2CeAAc%2CaAAc%2CaASxB%3BEACI%2CeAAA%3B%3BAAhDZ%2CcAsCI%2CeAAc%2CaAAc%2CaAaxB%3BEACI%2CkBAAA%3B%3BAApDZ%2CcAsCI%2CeAAc%2CaAAc%2CaAiBxB%2CQAAO%3BEACH%2CeAAA%3B%3BAC1DJ%2CMADJ%2CSACK%2CcACG%2CQAAO%3BEAEC%2COAAO%2C8BAAP%3B%3BAAHZ%2CMADJ%2CSACK%2CcACG%2CQAAO%2CMAKH%3BEACI%2CWAAA%3B%3BAAPZ%2CMADJ%2CSACK%2CcAWG%3BAAXJ%2CMADJ%2CSACK%2CcAYG%3BE7J2QZ%2CkBAAA%3BE6JzQgB%2COAAO%2C8BAAP%3B%3BAAhBhB%2CMACI%2CSAmBI%2COAAM%3BEACF%2CYAAA%3BE7JoQZ%2CgBAAA%3B%3BA6J9PA%2CEAAE%2CiBACE%3BE7J6PJ%2CeAAA%3BEAAA%2CgBAAA%3B%3BA6JvPA%2CiBACI%3B%3BE7JsPJ%2CgBAAA%3B%3BA6JpPQ%2CiBAFJ%2CuBAEK%2CSAAU%2COAAM%3BE7JoPzB%2CmBAAA%3B%3BA6JvPA%2CiBAUI%2CeACI%3BEACI%2CcAAA%3B%3B%3BAAQR%2CaAAC%3B%3B%3BAAAD%2CaAAC%2CsBAEK%3BAAFN%2CaAAC%2CsBAIK%3BEACE%2CkBAAA%3B%3BAAKZ%2CkBAAmB%2CuBAAuB%3BEACtC%2CYAAA%3BEACA%2CUAAA%3B%3BAAEA%2CkBAJe%2CuBAAuB%2CuBAIrC%3BEACG%2CWAAA%3BEACA%2CSAAA%3BEACA%2CWAAW%2CcAAX%3B%3BAAGJ%2CkBAVe%2CuBAAuB%2CuBAUrC%3BEACG%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3BEACA%2CWAAW%2CcAAX%3BEACA%2CQAAA%3B%3BACrER%3BEAEQ%2CWAAA%3BEACA%2CmBAAA%3B%3BAAHR%2CeAMI%3BEACI%2CqBAAA%3BEACA%2CSAAA%3BEACA%2CmBAAA%3BEACA%2CUAAA%3B%3BAAVR%2CeAaI%3BEACI%2CqBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAjBR%2CeAoBI%3BE9J2PJ%2CcAAA%3BE8JxPQ%2CcAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3B%3BAAzBR%2CeA4BI%3BAA5BJ%2CeA6BI%2CaAAY%3BEACR%2Cs1CAAA%3BEACA%2C2BAAA%3BEACA%2C4BAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3B%3BAAlCR%2CeAqCI%2CIAAG%3BEACC%2CaAAA%3B%3BAAIR%2CSAAS%2CKACL%2CgBACI%3BEACI%2CkBAAA%3B%3BAAHZ%2CSAAS%2CKAOL%2CgBAAe%2CMAAM%2CIAAI%3BEACrB%2CsBAAA%3B%3BAARR%2CSAAS%2CKAWL%2COAAM%3BEACF%2CaAAA%3BEACA%2CmBAAA%3B%3BAAIR%2CSAAS%3BEACL%2CoCAAA%3BEACA%2CYAAA%3BEACA%2COAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3BEACA%2CcAAA%3B%3BAAGJ%2CeAAgB%3BEACZ%2CyBAAA%3BEACA%2CsBAAA%3BEACA%2CsBAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2CSAAS%3BEACL%2CaAAA%3B%3BAAGJ%2CMAAM%2CgBAAiB%3BEACnB%2CeAAA%3B%3BAAGJ%3BEACI%2CWAAA%3BEACA%2CeAAA%3BEACA%2CqBAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3B%3BAAGJ%2CeAAgB%2CiBAAiB%2CMAAK%3BEAClC%2CeAAA%3BEACA%2CkBAAA%3B%3BACpGJ%2CQAAQ%3BEACJ%2CcAAA%3B%3BATmBR%3BEACI%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CSAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3B%3BAAGJ%3BEAEQ%2CsBAAA%3BEACA%2CqBAAA%3B%3BAAGJ%2CKAAM%3BEACF%2CqBAAA%3B%3BAjI1CJ%2CWAAY%3BEAEJ%2CSAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CWANQ%2COAMP%3BEACG%2CoCAAA%3B%3BAAGJ%2CWAVQ%2COAUP%3BEACG%2CoCAAA%3B%3BAAIR%3BEACI%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3B%3BAAGJ%3BEACI%2CkBAAA%3B%3BAAGJ%3BEACI%2CsBAAA%3B%3BAAGJ%2CcAAe%3BEACX%2CgBAAA%3B%3BAAGJ%3BEACI%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3B%3BAAGJ%2CsBACI%2CeAAc%3BAADlB%2CsBAEI%2CkBAAiB%2CKAAM%3BAAF3B%2CsBAGI%2CkBAAiB%2CaAAc%3BEAC3B%2C2BAAA%3BEACA%2C4BAAA%3BEACA%2CwBAAA%3B%3BAAIR%2CoBAAqB%2CsBAAqB%3BEACtC%2CeAAA%3B%3BAAGJ%2CMAAM%2CiBAAkB%3BEACpB%2CcAAA%3BEACA%2CmBAAA%3B%3BAAGJ%3BEqIII%2CsBAAA%3BEACA%2CqBAAA%3BEJdA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CwBAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CsEAAA%3B%3BACxCJ%2CKAAM%3BEACF%2CqBAAA%3B%3BADqBJ%2CKAAM%3BEACF%2CqBAAA%3B%3BAI0BJ%2CKAAM%3BEACF%2CqBAAA%3B%3BAJPJ%2CgBAAC%2CIAAI%3BEACD%2CkBAAA%3B%3BAAGJ%2CgBAAC%2CIAAI%3BAACL%2CgBAAC%2CIAAI%2CUAAU%3BEACX%2CgBAAA%3B%3BAAGJ%2CgBAAC%3BEACG%2CmBAAA%3BEACA%2CqBAAA%3B%3BAAGJ%2CgBAAC%3BAACD%2CgBAAC%3BEACG%2CmBAAA%3BEACA%2CqBAAA%3B%3BAjIfJ%3BEqIAI%2CsBAAA%3BEACA%2CqBAAA%3BEJdA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CwBAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CsEAAA%3BEjIQA%2CgBAAA%3BEACA%2CUAAA%3B%3BAkIjDJ%2CKAAM%3BEACF%2CqBAAA%3B%3BADqBJ%2CKAAM%3BEACF%2CqBAAA%3B%3BAI0BJ%2CKAAM%3BEACF%2CqBAAA%3B%3BAJPJ%2CaAAC%2CIAAI%3BEACD%2CkBAAA%3B%3BAAGJ%2CaAAC%2CIAAI%3BAACL%2CaAAC%2CIAAI%2CUAAU%3BEACX%2CgBAAA%3B%3BAAGJ%2CaAAC%3BEACG%2CmBAAA%3BEACA%2CqBAAA%3B%3BAAGJ%2CaAAC%3BAACD%2CaAAC%3BEACG%2CmBAAA%3BEACA%2CqBAAA%3B%3BAjIRJ%2CKAAK%2CaAAa%2CgBAAgB%2CIAAI%3BEAClC%2CYAAA%3B%3BAAGJ%3BEAEQ%2CaAAA%3BEACA%2CsBAAA%3B%3BAAHR%2CkBAMI%3BEACI%2C2BAAA%3BEACA%2C4BAAA%3BEACA%2CwBAAA%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3B%3BAAXR%2CkBAcM%3BEACE%2CmBAAA%3B%3BAAfR%2CkBAkBM%2CQAAK%3BEACH%2C6BAAA%3B%3BAAnBR%2CkBAsBI%3BEACI%2CqBAAA%3BEACA%2CcAAA%3BEACA%2CsBAAA%3BEACA%2CqBAAA%3B%3BAAIR%2CeAAgB%3BEAER%2CoBAAA%3BEACA%2C0BAAA%3B%3BAAGJ%2CeANY%2CmBAMX%3BEACG%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BAAIR%2CeAAgB%3BEAER%2CeAAA%3BEACA%2CgBAAA%3B%3BAAHR%2CeAAgB%2CgBAMZ%3BEACI%2CSAAA%3BEACA%2CqBAAA%3B%3BAARR%2CeAAgB%2CgBAWZ%3BEACI%2CsBAAA%3BEACA%2C6BAAA%3BEACA%2CkBAAA%3BEACA%2CqFAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CaAAA%3B%3BAAnBR%2CeAAgB%2CgBAsBZ%2CwBAAwB%3BEAEhB%2CgBAAA%3B%3BAAGJ%2CeA3BQ%2CgBAsBZ%2CwBAAwB%2CGAKnB%3BEACG%2CSAAA%3B%3BAAKZ%2CeAAgB%3BEACZ%2CaAAA%3B%3BAAGJ%3BEACI%2CaAAA%3B%3BAAGJ%2CeAAgB%2CwBAAwB%2CgBAAgB%2CGAAE%2CcAAe%3BEACrE%2CUAAA%3BEACA%2CQAAA%3B%3BAAGJ%2CoBAAqB%2CqBAAoB%2COAAQ%3BEAC7C%2CkBAAA%3B%3BAAGJ%2CoBAAqB%2CwBAAwB%2CGAAE%3BEAC3C%2CUAAA%3B%3BAAGJ%2COAAQ%2C0BAAyB%2CIAAI%2C2BAA4B%3BEAC7D%2CaAAA%3B%3BAAGJ%2CGAAG%3BEACC%2CaAAA%3B%3BAAGJ%2CsBAAuB%3BAACvB%2C8BAA%2BB%3BEAC3B%2CmCAAA%3B%3BAAGJ%2CeAAgB%2CmBAAmB%3BEAC%5C%2FB%2CkBAAA%3B%3BAAGJ%2CeAAgB%3BEAER%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CUAAA%3B%3BAANR%2CeAAgB%2CSASZ%3BEACI%2CkBAAA%3B%3BAAVR%2CeAAgB%2CSAaZ%3BEACI%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CSAAA%3B%3BAAhBR%2CeAAgB%2CSAmBZ%3BEACI%2C0BAAA%3BEACA%2CkBAAA%3B%3BAArBR%2CeAAgB%2CSAwBZ%3BEACI%2CqBAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3BEACA%2CcAAA%3BEACA%2CaAAA%3B%3BAAIR%2CuBAAwB%3BEAEhB%2CqBAAA%3B%3BAAGJ%2CuBALoB%2CmBAKnB%2CMAAO%3BEACJ%2CgBAAA%3B%3BAANR%2CuBAAwB%2CmBASlB%2CSAAM%3BEACJ%2CaAAA%3B%3BAAKR%3BEACI%2CgBAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2C2BAA4B%2CeAAc%3BEACtC%2CgBAAA%3BEACA%2CWAAA%3B%3BAAIA%2CsBAAC%2CMAAM%3BEACH%2CgBAAA%3B%3BAAFR%2CsBAKI%2CgBAAgB%2CMAAK%3BEACjB%2CgBAAA%3B%3BAAIR%3BEAEQ%2CsBAAA%3BEACA%2CyBAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CuBAAA%3BEACA%2CmBAAA%3B%3BAAGJ%2C2BAAC%3BEACG%2C0CAAA%3BEACA%2CmBAAA%3BEACA%2C6BAAA%3BEACA%2CsBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CSAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CaAAA%3BEACA%2CQAAA%3BEACA%2C2BAAA%3BEACA%2CQAAA%3B%3BAAGJ%2C2BAAC%3BEACG%2CyBAAA%3BEACA%2CyBAAA%3BEACA%2CSAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3BEACA%2CaAAA%3B%3BAAIR%3BEAEQ%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3B%3BAAGJ%2CoBAAC%2CQAAS%2C4BAA2B%3BEACjC%2CWAAW%2CcAAX%3B%3BAARR%2CoBAWI%3BAAXJ%2CoBAYI%3BEACI%2CiBAAA%3B%3BAAbR%2CoBAgBI%3BEACI%2CeAAA%3B%3BAAIR%2CoBAAqB%3BEAEb%2CyBAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3BEACA%2C8BAAA%3BEACA%2CkCAAA%3BEACA%2CkBAAA%3BEACA%2CoCAAA%3B%3BAAVR%2CoBAAqB%2CsBAajB%3BEACI%2C6BAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3B%3BAA5BR%2CoBAAqB%2CsBA%2BBjB%2CcAAa%3BEACT%2CSAAS%2CGAAT%3BEACA%2CeAAA%3BEACA%2C6BAAA%3B%3BAAlCR%2CoBAAqB%2CsBAqCjB%2CcAAgB%3BEACZ%2CMAAM%2CgBAAN%3BEACA%2CaAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BAAIR%2CeAAgB%2CmBAAmB%3BEiI3W%5C%2FB%2CaAAA%3BEAYA%2CmBAAA%3BEAIA%2CeAAA%3BEjI%2BVI%2CmBAAA%3BEACA%2CkBAAA%3B%3BAALR%2CeAAgB%2CmBAAmB%2CMAQ%5C%2FB%3BAAoBJ%2CeAAgB%2C4BAA2B%2CkBAAmB%2CMAAK%2CIAAI%2C6BAOnE%2CMAAK%3BAANT%2CeAAgB%2C4BAA8B%2COAAK%2CMAM%5C%2FC%2CMAAK%3BAAPT%2CeAAgB%2C4BAA2B%2CkBAAmB%2CMAAK%2CIAAI%2C6BAQnE%2CMAAK%3BAAPT%2CeAAgB%2C4BAA8B%2COAAK%2CMAO%5C%2FC%2CMAAK%3BEA3BD%2COAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3B%3BAAZR%2CeAAgB%2CmBAAmB%2CMAe%5C%2FB%2CkBAAoB%3BEAChB%2CUAAA%3B%3BAAhBR%2CeAAgB%2CmBAAmB%2CMAmB%5C%2FB%2CkBAAoB%3BEAChB%2CkBAAA%3B%3BAAIR%2CeAAgB%2C4BAA8B%2COAAK%3BEAC%5C%2FC%2CeAAA%3B%3BAAGJ%2CeAAgB%2C4BAA2B%2CkBAAmB%2CMAAK%2CIAAI%3BAACvE%2CeAAgB%2C4BAA8B%2COAAK%3BEAE3C%2CcAAA%3BEACA%2CkBAAA%3B%3BAAJR%2CeAAgB%2C4BAA2B%2CkBAAmB%2CMAAK%2CIAAI%2C6BAYnE%2CkBAAoB%3BAAXxB%2CeAAgB%2C4BAA8B%2COAAK%2CMAW%5C%2FC%2CkBAAoB%3BAAZxB%2CeAAgB%2C4BAA2B%2CkBAAmB%2CMAAK%2CIAAI%2C6BAanE%2CkBAAoB%2CQAAK%3BAAZ7B%2CeAAgB%2C4BAA8B%2COAAK%2CMAY%5C%2FC%2CkBAAoB%2CQAAK%3BAAb7B%2CeAAgB%2C4BAA2B%2CkBAAmB%2CMAAK%2CIAAI%2C6BAcnE%2CkBAAoB%2CQAAK%3BAAb7B%2CeAAgB%2C4BAA8B%2COAAK%2CMAa%5C%2FC%2CkBAAoB%2CQAAK%3BAAd7B%2CeAAgB%2C4BAA2B%2CkBAAmB%2CMAAK%2CIAAI%2C6BAenE%2CkBAAoB%2CQAAK%2CiBAAoB%3BAAdjD%2CeAAgB%2C4BAA8B%2COAAK%2CMAc%5C%2FC%2CkBAAoB%2CQAAK%2CiBAAoB%3BEACzC%2CUAAA%3B%3BAAIR%2CeAAgB%2C4BAA8B%2COAAK%2COAAM%2CgBAAiB%2CMACtE%2CgBAAe%3BEACX%2CkBAAA%3B%3BAAQR%2CkBAAmB%3BAAVnB%2CeAAgB%2C4BAA8B%2COAAK%2COAAM%2CgBAAiB%2CMAKtE%3BEiIhaA%2CaAAA%3BEAYA%2CmBAAA%3BEjI6ZI%2CsBAAA%3BEACA%2COAAA%3BEACA%2CMAAA%3B%3BAAGJ%2CkBATe%2CkBASd%3BAAnBL%2CeAAgB%2C4BAA8B%2COAAK%2COAAM%2CgBAAiB%2CMAKtE%2CkBAcC%3BAAAD%2CkB2IzHA%2CcAAC%3BE3I0HG%2CSAAA%3BEACA%2CgBAAA%3B%3BAAIR%3BEAEQ%2CmCAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CiBAAC%3BA2I7ID%2CaAAC%3BE3I%2BIG%2CwFAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CiBAAC%2CQAAQ%3BEACL%2CSAAS%2CEAAT%3BEACA%2CWAAW%2CcAAX%3B%3BAAIR%3BEAEQ%2CWAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3B%3BAAJR%2CqBAOI%3BEACI%2CWAAA%3BEACA%2CmBAAA%3B%3BAATR%2CqBAYI%2CIAAG%2CIAAI%3BEAEH%2CgBAAA%3BEACA%2CeAAA%3B%3BAAIR%3BEACI%2CqBAAA%3B%3BAAGJ%3BEACI%2CsBAAA%3B%3BAAGJ%2CwBACI%3BEACI%2CsBAAA%3B%3BAAFR%2CwBAKI%3BEACI%2CmBAAA%3B%3BAANR%2CwBASI%2CeAAc%3BEiItfd%2CaAAA%3BEAYA%2CmBAAA%3BEjI6eI%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3B%3BAAdR%2CwBAiBI%3BEiI9fA%2CaAAA%3BEjIkgBQ%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2CwBARJ%2CsBAQK%3BEACG%2CSAAS%2CGAAT%3B%3BAAGJ%2CKAAM%2CyBAZV%2CsBAYW%3BEACH%2CiBAAA%3B%3BAA9BZ%2CwBAkCI%3BEACI%2CYAAA%3B%3BAAnCR%2CwBAsCI%3BEiInhBA%2CaAAA%3BEAYA%2CmBAAA%3B%3BAjIieJ%2CwBA0CI%2CuBAAuB%2CmBAAmB%3BEACtC%2CSAAA%3B%3BAA3CR%2CwBA8CI%3BEiI3hBA%2CaAAA%3BEAQA%2CuBAAA%3BEAIA%2CmBAAA%3BEjImhBQ%2CYAAA%3BEACA%2COAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CKAAM%2CyBAVV%3BEAWQ%2C2BAAA%3B%3BAAGJ%2CwBAdJ%2CiBAcK%2CMAAM%3BAACP%2CwBAfJ%2CiBAeK%2CMAAM%3BEACH%2CyBAAA%3B%3BAAGJ%2CwBAnBJ%2CiBAmBK%2CMAAS%3BEACN%2CYAAA%3B%3BAAGJ%2CwBAvBJ%2CiBAuBK%3BAACD%2CwBAxBJ%2CiBAwBK%3BEACG%2CyBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CwBAhCJ%2CiBAgCK%3BEACG%2CWAAW%2CaAAX%3B%3BAAGJ%2CwBApCJ%2CiBAoCK%3BEACG%2CWAAW%2CcAAX%3B%3BAAnFZ%2CwBAuFI%3BEACI%2CiBAAA%3B%3BAAxFR%2CwBA2FI%3BEiIxkBA%2CaAAA%3BEAYA%2CmBAAA%3BEjI%2BjBI%2CgBAAA%3B%3BAA9FR%2CwBAiGI%3BEACI%2CiBAAA%3B%3BAAIR%2CYAAa%3BAACb%2CYAAa%2CkBAAkB%3BEAC3B%2CsBAAA%3BEACA%2CkBAAA%3BEACA%2CapB3lBsB%2C6BoB2lBtB%3BEACA%2CeAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CYAAa%2CkBAAkB%3BEAC3B%2CsBAAA%3B%3BAAGJ%2CYAAa%2CwBAAwB%2CgBAAgB%2CGAAE%2CaAAc%2CMAAK%3BEACtE%2CWAAA%3BEACA%2CapBtmBsB%2C6BoBsmBtB%3BEACA%2CgBAAA%3B%3BAAGJ%2CuBAAwB%2C4BAA4B%3BEAChD%2CsBAAA%3B%3BA4I9mBJ%2CcACI%2CyBAAwB%2CeACpB%2CeAAc%3BEXKlB%2CaAAA%3BEAYA%2CmBAAA%3BEWdQ%2CsBAAA%3B%3BAALZ%2CcACI%2CyBAAwB%2CeAOpB%3BEACI%2CaAAA%3B%3BAATZ%2CcACI%2CyBAAwB%2CeAWpB%3BEACI%2CsBAAA%3B%3BAAbZ%2CcACI%2CyBAAwB%2CeAepB%2CgBAAgB%3BEACZ%2CcAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3B%3BAApBZ%2CcAwBI%2CwBAAwB%3BEACpB%2CeAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3BEACA%2CkCAAA%3BEACA%2C0BAAA%3BEACA%2C4BAAA%3BEACA%2CsCAAA%3B%3BAAhCR%2CcAmCI%2CcAAgB%3BEACZ%2CYAAA%3B%3BAApCR%2CcAuCI%3BEACI%2CUAAA%3B%3BAAxCR%2CcA2CI%2CcAAa%3BEACT%2CcAAA%3B%3BACwBR%2CoBAAqB%2CwBAAwB%3BEAErC%2CcAAA%3B%3BAAGJ%2CsBAAuB%2CqBALN%2CwBAAwB%3BAAA7C%2CoBAAqB%2CwBAAwB%2CyBAMvC%2CSAAM%2CIAAI%2CiBAAiB%2CIAAI%3BAANrC%2CoBAAqB%2CwBAAwB%2CyBAOzC%3BEACI%2CSAAA%3B%3BAAIR%3BEAEQ%2CkBAAA%3B%3BAAFR%2C0BAKI%3BEACI%2CkBAAA%3BEACA%2CUAAA%3B%3BAAIA%2C0BADJ%2CWACK%2CIAAI%3BEACD%2CUAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2C0BANJ%2CWAMK%3BAACD%2C0BAPJ%2CWAOK%3BEACG%2CmBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAArBZ%2C0BAyBI%2CWAAW%3BEACP%2CeAAA%3BEACA%2CaAAA%3BEACA%2CuBAAA%3BEACA%2CSAAA%3BEACA%2CiBAAA%3BEACA%2CUAAA%3B%3BAA%5C%2FBR%2C0BAkCI%3BEACI%2CgBAAA%3BEACA%2CkBAAA%3B%3BAApCR%2C0BAuCI%2CkBAAiB%2CeAAkB%3BAAvCvC%2C0BAwCI%2CkBAAiB%2CgBAAmB%3BEAChC%2CoBAAA%3BEACA%2CiBAAA%3B%3BAA1CR%2C0BA6CI%3BEACI%2CsBAAA%3BEACA%2CkBAAA%3BEACA%2CwBAAA%3BEACA%2CsBAAA%3BEACA%2CaAAA%3BEACA%2CeAAA%3BEACA%2CuBAAA%3BEACA%2CsBAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3B%3BAA1DR%2C0BA6DI%2CkBAAkB%3BEAtGlB%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CeAAA%3BEACA%2CUAAA%3B%3BAAGJ%2C0BAgGI%2CkBAAkB%2CwBAhGrB%3BAACD%2C0BA%2BFI%2CkBAAkB%2CwBA%5C%2FFrB%3BEACG%2CiBAAA%3BEACA%2CqBAAA%3BEACA%2CuBAAA%3BEACA%2CWAAW%2CoCAAX%3BEACA%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CWAAW%2CaAAX%3BEACA%2CUAAA%3B%3BAAGJ%2C0BAkFI%2CkBAAkB%2CwBAlFrB%3BEACG%2CmBAAA%3B%3BAAsFJ%2C0BAA0B%2CSACtB%3BEAEQ%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3B%3BAAGJ%2C0BARkB%2CSACtB%2CWAOK%3BAACD%2C0BATkB%2CSACtB%2CWAQK%3BEACG%2CYAAA%3BEACA%2CWAAA%3B%3BAAGJ%2C0BAdkB%2CSACtB%2CWAaK%3BEACG%2CUAAA%3B%3BAAGJ%2C0BAlBkB%2CSACtB%2CWAiBK%3BEACG%2CWAAA%3B%3BAAnBZ%2C0BAA0B%2CSAuBtB%3BEACI%2CmBAAA%3BEACA%2CYAAA%3B%3BAAzBR%2C0BAA0B%2CSA4BtB%2CWAAW%3BEAEH%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CWAAW%2CqBAAX%3BEACA%2CWAAA%3B%3BAAMR%2CoBAAqB%2CwBAAwB%2CsBAD3B%3BEAEd%2CeAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CoBAAqB%2CwBAAwB%2CyBAAyB%2CsBANpD%3BEAOd%2CgBAAA%3B%3BAAGJ%2CoBAAqB%2CwBAAwB%2CyBAAwB%2CYAAa%2CsBAVhE%3BEAWd%2CgBAAA%3B%3BAAGJ%2CsBAAuB%2CsBAdL%3BEAed%2CgBAAA%3B%3BAAfR%2CqBAAsB%2CkBAkBhB%3BEACE%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3B%3BAArBR%2CqBAAsB%2CkBAwBlB%3BEACI%2C4BAAA%3BEACA%2CyBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAAhCR%2CqBAAsB%2CkBAmChB%3BEACE%2CiBAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3B%3BAAtCR%2CqBAAsB%2CkBAyChB%3BEAEM%2CgBAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CqBA%5C%2FCc%2CkBAyChB%2CgBAMG%2CIAAI%3BAACL%2CqBAhDc%2CkBAyChB%2CgBAOG%3BEACG%2CgBAAA%3B%3BAAKZ%2CuBAAwB%3BEACpB%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CSAAA%3BEACA%2CsBAAA%3BEACA%2CiBAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3B%3BAAGJ%3BEACI%2CWAAA%3B%3BAAGJ%2CiBAAiB%2CIAAI%2CiBAAiB%2CIAAI%2CkBACtC%3BAADJ%2CiBAAiB%2CIAAI%2CiBAAiB%2CIAAI%2CkBAEtC%3BEACI%2CUAAA%3BEACA%2CkBAAA%3B%3BAAIR%2C0BAA0B%3BEAElB%2CgBAAA%3B%3BAAFR%2C0BAA0B%2CUAKtB%3BEAEQ%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CaAAA%3B%3BAAGJ%2C0BAZkB%2CUAKtB%2CWAOK%3BAACD%2C0BAbkB%2CUAKtB%2CWAQK%3BEACG%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3B%3BAAGJ%2C0BAnBkB%2CUAKtB%2CWAcK%3BEACG%2CUAAA%3B%3BAAGJ%2C0BAvBkB%2CUAKtB%2CWAkBK%3BEACG%2CWAAA%3B%3BAAxBZ%2C0BAA0B%2CUA4BtB%3BEACI%2CWAAA%3B%3BAA7BR%2C0BAA0B%2CUAgCtB%2CWAAW%3BEACP%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3BEACA%2CWAAW%2CgBAAX%3BEACA%2CWAAA%3B%3BAAIR%2C0BAA0B%3BEAElB%2CgBAAA%3B%3BAAFR%2C0BAA0B%2CYAKtB%3BEAEQ%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2C%2BCAAA%3BEACA%2CWAAA%3BEACA%2CaAAA%3B%3BAAGJ%2C0BAdkB%2CYAKtB%2CWASK%3BAACD%2C0BAfkB%2CYAKtB%2CWAUK%3BEACG%2CaAAA%3B%3BAAhBZ%2C0BAA0B%2CYAoBtB%3BEACI%2CmBAAA%3BEACA%2C%2BCAAA%3BEACA%2CWAAA%3B%3BAAvBR%2C0BAA0B%2CYA0BtB%2CWAAW%3BEAEH%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CWAAW%2CqBAAX%3BEACA%2CUAAA%3B%3BAAGJ%2C0BAlCkB%2CYA0BtB%2CWAAW%2CkBAQN%3BEACG%2CmBAAA%3BEACA%2CwBAAA%3BEACA%2CWAAW%2CoCAAX%3BEACA%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAW%2CeAAX%3BEACA%2CUAAA%3B%3BAA5CZ%2C0BAA0B%2CYAgDtB%3BEACI%2CkBAAA%3BEACA%2CyBAAA%3B%3BAAlDR%2C0BAA0B%2CYAqDtB%3BEACI%2CUAAA%3B%3BAAtDR%2C0BAA0B%2CYAyDtB%3BEACI%2CgBAAA%3B%3BAAIR%2C0BAA0B%3BEAElB%2CgBAAA%3B%3BAAFR%2C0BAA0B%2COAKtB%3BEAEQ%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CaAAA%3B%3BAAGJ%2C0BAZkB%2COAKtB%2CWAOK%3BAACD%2C0BAbkB%2COAKtB%2CWAQK%3BEACG%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3B%3BAAGJ%2C0BAnBkB%2COAKtB%2CWAcK%3BEACG%2CUAAA%3B%3BAAGJ%2C0BAvBkB%2COAKtB%2CWAkBK%3BEACG%2CWAAA%3B%3BAAxBZ%2C0BAA0B%2COA4BtB%3BEACI%2CWAAA%3B%3BAA7BR%2C0BAA0B%2COAgCtB%2CWAAW%3BEAEH%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3BEACA%2CWAAW%2CgBAAX%3BEACA%2CWAAA%3B%3BAAzCZ%2C0BAA0B%2COA6CtB%3BEACI%2CgBAAA%3BEACA%2CqBAAA%3B%3BAA%5C%2FCR%2C0BAA0B%2COAkDtB%3BEACI%2CqBAAA%3B%3BAAIR%2C0BAA0B%3BEAElB%2CgBAAA%3B%3BAAFR%2C0BAA0B%2CMAKtB%3BEAEQ%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CaAAA%3B%3BAAGJ%2C0BAZkB%2CMAKtB%2CWAOK%3BAACD%2C0BAbkB%2CMAKtB%2CWAQK%3BEACG%2CWAAA%3BEACA%2CWAAA%3B%3BAAGJ%2C0BAlBkB%2CMAKtB%2CWAaK%3BEACG%2CUAAA%3B%3BAAGJ%2C0BAtBkB%2CMAKtB%2CWAiBK%3BEACG%2CWAAA%3B%3BAAvBZ%2C0BAA0B%2CMA2BtB%3BEACI%2CWAAA%3B%3BAA5BR%2C0BAA0B%2CMA%2BBtB%2CWAAW%3BEACP%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3BEACA%2CWAAW%2CgBAAX%3BEACA%2CWAAA%3B%3BAFtbR%2CoBAAqB%3BEAEb%2CmBAAA%3B%3BAAFR%2CoBAAqB%2CwBAKjB%2CmBAAmB%2CeAAc%3BAALrC%2CoBAAqB%2CwBAMjB%2CkBAAiB%2CKAAM%2CeAAc%3BAANzC%2CoBAAqB%2CwBAOjB%2CkBAAiB%2CaAAc%2CeAAc%3BEACzC%2C2BAAA%3BEACA%2C4BAAA%3BEACA%2CwBAAA%3B%3BAAVR%2CoBAAqB%2CwBAajB%3BEACI%2CmBAAA%3BEACA%2CaAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAjBR%2CoBAAqB%2CwBAoBjB%2COAAM%2CIAAI%2CiBAAiB%2CIAAI%3BAApBnC%2CoBAAqB%2CwBAqBjB%3BAArBJ%2CoBAAqB%2CwBAsBjB%3BEACI%2CcAAA%3B%3BAAvBR%2CoBAAqB%2CwBA0BjB%3BEACI%2CaAAA%3B%3BAA3BR%2CoBAAqB%2CwBA8BjB%2COAAO%3BEACH%2CcAAA%3BEACA%2CUAAA%3B%3BAAhCR%2CoBAAqB%2CwBAmCjB%3BEACI%2CoBAAA%3BEACA%2CeAAA%3B%3BAArCR%2CoBAAqB%2CwBAwCjB%2CwBAAwB%3BEACpB%2CSAAA%3BEACA%2CUAAA%3B%3BAA1CR%2CoBAAqB%2CwBA6CjB%2CwBAAwB%3BEACpB%2CiBAAA%3B%3BAA9CR%2CoBAAqB%2CwBAiDjB%3BEACI%2CoBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3B%3BAArDR%2CoBAAqB%2CwBAwDjB%2CgBAAgB%2CkBAAkB%2C4BAA2B%3BEACzD%2CuBAAA%3B%3BAAIR%2CsBAAuB%2CqBAAqB%3BEAEpC%2CoBAAA%3B%3BAAFR%2CsBAAuB%2CqBAAqB%2CwBAKxC%2COAAM%2CIAAI%2CiBAAiB%2CIAAI%3BAALnC%2CsBAAuB%2CqBAAqB%2CwBAMxC%3BAANJ%2CsBAAuB%2CqBAAqB%2CwBAOxC%3BAAPJ%2CsBAAuB%2CqBAAqB%2CwBAQxC%3BEACI%2CSAAA%3B%3BAAIR%2CeACI%2CMAAK%2CgBAAgB%2CaAAa%2CQAAS%3BEACvC%2CaAAA%3B%3BAAFR%2CeAKI%2COAAM%3BEACF%2CkBAAA%3BEACA%2CgBAAA%3B%3BAAPR%2CeAUI%2COAAO%2CgBAAe%3BEAClB%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAAbR%2CeAgBI%2COAAM%2CiBAAkB%2CMAAK%2CaAAc%2CgBAAe%2CSAAU%2CMAAM%3BEACtE%2CkBAAA%3B%3BAAjBR%2CeAoBI%2COAAM%2CgBAAiB%2CMAAK%2CaAAc%2CgBAAe%3BEACrD%2CeAAA%3B%3BAArBR%2CeAwBI%2COAAO%2CgBAAe%2CSAAU%3BEAC5B%2CaAAA%3B%3BAAzBR%2CeA4BI%2CMAAK%3BEACD%2CYAAA%3BEACA%2CoBAAA%3BEACA%2CiBAAA%3B%3BAA%5C%2FBR%2CeAkCI%3BEACI%2CgBAAA%3BEACA%2CYAAA%3B%3BAApCR%2CeAuCI%3BEACI%2CwBAAA%3B%3BAAxCR%2CeA2CI%3BEACI%2CsBAAA%3BEACA%2CsBAAA%3BEACA%2CsBAAA%3BEACA%2CaAAA%3BEACA%2CSAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3B%3BAAvDR%2CeA0DI%2COAAM%3BAA1DV%2CeA2DI%2CkBAAkB%2CGAAE%3BEAChB%2CSAAA%3B%3BAA5DR%2CeA%2BDI%2CkBAAiB%2CiBAAkB%3BEAE3B%2CMAAA%3B%3BAAGJ%2CeALJ%2CkBAAiB%2CiBAAkB%2CkBAK9B%3BAAAD%2CeALJ%2CkBAAiB%2CiBAiKjB%2CcAAC%3BEA3JO%2COAAA%3BEACA%2CcAAA%3B%3BAAtEZ%2CeA0EI%2CkBAAkB%2CMAAM%2CEAAC%3BEACrB%2CkBAAA%3B%3BAA3ER%2CeA8EI%2CkBAAiB%2CgBAAiB%2CMAAQ%2CoBAAoB%2CIAAC%3BEAC3D%2CkBAAA%3B%3BAA%5C%2FER%2CeAkFI%2CkBAAkB%3BEACd%2CqBAAA%3BEACA%2CoBAAA%3B%3BAApFR%2CeAuFI%2CwBAAwB%3BEACpB%2CqBAAA%3BEACA%2CmBAAA%3B%3BAAzFR%2CeA4FI%3BEACI%2CgBAAA%3B%3BAA7FR%2CeAgGI%2CmBAAkB%2CiBAAkB%2CMAAM%3BAAhG9C%2CeAiGI%2C4BAA2B%2CkBAAkB%2CiBAAkB%2CMAAK%2CIAAI%2C6BAA8B%2CMAAK%3BAAjG%5C%2FG%2CeAkGI%2C4BAA8B%2COAAK%2CkBAAkB%2CMAAM%2CMAAK%3BAAlGpE%2CeAmGI%2CkBAAkB%2CMAAK%3BEACnB%2CaAAA%3B%3BAApGR%2CeAuGI%2CmBAAkB%2CiBAAkB%3BEAChC%2CUAAA%3B%3BAAxGR%2CeA2GI%2CqBAAqB%2COAAM%2CgBAAiB%2CMAAK%2CeAAe%2CIAAI%3BAA3GxE%2CeA4GI%2COAAM%2CIAAI%2CiBAAiB%2CIAAI%2CmCAAsC%2CQAAK%3BEACtE%2CiBAAA%3B%3BAAIR%2CuBAAwB%2CWAAW%2COAAM%2CgBAAiB%3BEAElD%2CkBAAA%3B%3BAAFR%2CuBAAwB%2CWAAW%2COAAM%2CgBAAiB%2CMAKtD%3BEACI%2CkBAAA%3B%3BAAIR%2CeAAgB%3BEAER%2CcAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3B%3BAAGJ%2CeAPY%2CcAOX%3BEACG%2CcAAA%3BEACA%2CqBAAA%3B%3BAAGJ%2CeAZY%2CcAYX%3BAACD%2CeAbY%2CcAaX%3BEACG%2CcAAA%3B%3BAAKJ%2CuBADoB%2CMAAM%2CEACzB%3BEACG%2C6BAAA%3BEACA%2CcAAA%3B%3BAAGJ%2CuBANoB%2CMAAM%2CEAMzB%2CMAAO%3BEACJ%2CcAAA%3B%3BAAGJ%2CuBAVoB%2CMAAM%2CEAUzB%3BAACD%2CuBAXoB%2CMAAM%2CEAWzB%2COAAQ%3BEACL%2CcAAA%3BEACA%2CqBAAA%3B%3BAAIR%2CuBACI%2CMAAK%3BEACD%2CaAAA%3B%3BAAFR%2CuBAKI%2CMAAK%3BEACD%2CgBAAA%3B%3BAANR%2CuBASI%2CMAAQ%3BEACJ%2CcAAA%3B%3BAAVR%2CuBAaI%2COAAM%2CiBAAkB%2CMAAQ%2CQAAK%3BEACjC%2CaAAA%3B%3BAAdR%2CuBAiBI%2COAAM%2CiBAAkB%3BAAjB5B%2CuBAkBI%2CeAAc%2CSAAY%3BEACtB%2CcAAA%3B%3BAAnBR%2CuBAsBI%2COAAM%2CiBAAkB%2CwBAAwB%3BAAtBpD%2CuBAuBI%2CeAAc%2CSAAY%2C0BAAwB%3BEAC9C%2CcAAA%3B%3BAAKJ%3BAACA%2CuBAAwB%3BEACpB%2CuBAAA%3BEACA%2CSAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CaAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CsBAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2CsBAAuB%2CwBAAwB%3BEAC3C%2CeAAA%3B%3BAAGJ%2CuBAAwB%3BEACpB%2CkBAAA%3B%3BAAGJ%2CaAAC%3BAACD%2CuBAAwB%2CcAAC%3BEACrB%2C6BAAA%3BEACA%2CcAAA%3BEACA%2CqBAAA%3B%3BAAGJ%2CaAAC%3BAACD%2CuBAAwB%2CcAAC%3BEACrB%2CgBAAA%3BEACA%2CcAAA%3B%3BAAGJ%2CaAAC%3BEAGG%2CMAAA%3B%3BAAGJ%2CaAAC%3BEACG%2CmBAAA%3BEACA%2CoBAAA%3B%3BAA9CR%2CaAiDI%3BEACI%2CqBAAA%3BEACA%2CaAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CaAAC%2CsBAAsB%3BEACnB%2CWAAW%2CcAAX%3B%3BAAIR%3BEACI%2CcAAA%3B%3BAAGJ%2CMAAM%2CuBAAuB%2CIAAI%2CiBAAoB%2CQAAQ%3BEACzD%2CgBAAA%3B%3BAAGJ%2CeAAgB%2COAAM%2CIAAI%2CiBAAiB%2CgBAAmB%2CQAAK%2CaAC%5C%2FD%2CgBAAe%3BEACX%2CeAAA%3B%3BAAFR%2CeAAgB%2COAAM%2CIAAI%2CiBAAiB%2CgBAAmB%2CQAAK%2CaAK%5C%2FD%2CgBAAe%2CSAAU%2CMAAK%3BEAC1B%2CiBAAA%3B%3BAAIR%2CsBAAuB%3BAACvB%2CuBAAwB%3BEACpB%2CqBAAA%3B%3BAAGJ%2CeAAgB%2C0BAAyB%2CMAAS%2CmBAAgB%3BEAC9D%2CqBAAA%3B%3BAAGJ%2CeAAgB%2COAAM%2CgBAAiB%2C0BAAyB%3BEAExD%2CcAAA%3B%3BAAFR%2CeAAgB%2COAAM%2CgBAAiB%2C0BAAyB%2CMAK5D%3BEACI%2CcAAA%3B%3BAG3WJ%2CsBAAC%3BAAyBL%2CsBAAuB%2COAAM%2CsBAAuB%2CMAgBhD%3BEAxCI%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CqFAAA%3B%3BAANR%2CsBASI%3BEACI%2CWAAA%3B%3BAAVR%2CsBAaI%2CgBAAe%2CIAAI%3BEACf%2CaAAA%3B%3BAAdR%2CsBAiBI%3BEbIJ%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CSAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3B%3BAa7BA%2CsBAqBI%2CUAAS%2CcAAiB%3BEACtB%2CaAAA%3B%3BAAIR%2CsBAAuB%2COAAM%2CsBAAuB%3BEAE5C%2CkBAAA%3BEACA%2CaAAA%3BEACA%2CuBAAA%3BEACA%2C2BAAA%3BEACA%2CSAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3B%3BAAGJ%2CsBAZmB%2COAAM%2CsBAAuB%2CMAY%5C%2FC%3BEACG%2CyBAAA%3B%3BAAbR%2CsBAAuB%2COAAM%2CsBAAuB%2CMAgBhD%3BEAGI%2CkBAAA%3BEACA%2CYAAA%3B%3BAApBR%2CsBAAuB%2COAAM%2CsBAAuB%2CMAuB9C%3BEACE%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3B%3BAA5BR%2CsBAAuB%2COAAM%2CsBAAuB%2CMA%2BBhD%3BEAEQ%2CqBAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CsBArCe%2COAAM%2CsBAAuB%2CMA%2BBhD%2C2BAMK%3BEACG%2C6BAAA%3BEACA%2CcAAA%3B%3BAAGJ%2CsBA1Ce%2COAAM%2CsBAAuB%2CMA%2BBhD%2C2BAWK%2CMAAS%3BEACN%2CcAAA%3B%3BAA3CZ%2CsBAAuB%2COAAM%2CsBAAuB%2CMA%2BChD%2CiBAAgB%2CMAAM%3BAA%5C%2FC1B%2CsBAAuB%2COAAM%2CsBAAuB%2CMAgDhD%2C2BAA0B%2CMAAS%2CmBAAgB%3BEAC%5C%2FC%2CqBAAA%3B%3BACrER%3BEAEQ%2CeAAA%3BEACA%2CaAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CiCAAA%3B%3BAAGJ%2CwBAAC%3BEACG%2CSAAA%3B%3BAAIR%3BEAEQ%2CYAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3BEACA%2CsBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3BEACA%2C0BAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAZR%2CeAeM%3BEACE%2CSAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3B%3BAApBR%2CeAuBM%2CYAAS%3BEACP%2CqBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBClDe%2CiEDkDf%3BEACA%2CsBAAA%3B%3BAA5BR%2CeA%2BBM%3BEACE%2CoBAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3BEACA%2CeAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3B%3BAAGJ%2CKAAM%2CgBAAI%3BEACN%2CaAAA%3B%3BAE7DR%3BEAEQ%2CUAAA%3B%3BAAFR%2C2BAKI%2CUAAS%3BEACL%2CkBAAA%3B%3BAAIR%3BEAEQ%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CSAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3BEACA%2CWAAA%3BEACA%2CoCAAA%3B%3BAARR%2CuBAWM%3BEACE%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3BEACA%2CgBD%5C%2FBe%2CkEC%2BBf%3BEACA%2CWAAW%2CqBAAX%3B%3BACpCR%3BEvKoBA%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAwK3BA%3BEACI%2CgBAAA%3B%3BAAGJ%2CyBAAyB%3BEAEjB%2CgBAAA%3B%3BAAFR%2CyBAAyB%2COAKrB%2C2BAA0B%2CSAAU%3BEAChC%2CoBAAA%3B%3BAANR%2CyBAAyB%2COASrB%3BEACI%2CUAAA%3BEACA%2CSAAA%3B%3BAAXR%2CyBAAyB%2COAcrB%3BEACI%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3B%3BAAjBR%2CyBAAyB%2COAoBrB%3BEAEQ%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3B%3BAAGJ%2CyBA3BiB%2COAoBrB%2CgBAOK%3BEACG%2CmBAAA%3B%3BAAGJ%2CyBA%5C%2FBiB%2COAoBrB%2CgBAWK%2CQAAQ%3BEACL%2CiBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3B%3BAApCZ%2CyBAAyB%2COAwCrB%3BEACI%2CiBAAA%3B%3BAAzCR%2CyBAAyB%2COA4CrB%3BEACI%2CmBAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3B%3BACHZ%3BEAEQ%2CqBAAA%3BEACA%2CsBAAA%3B%3BAAGJ%2CKAAM%3BEACF%2CqBAAA%3B%3BACvDJ%2CuBAAwB%3BEACpB%2CmBAAA%3B%3BAAGJ%3BEACI%2CiBAAA%3B%3BAAGJ%2CuBAAuB%2CWAAc%2C0BAAuB%3BEACxD%2CkBAAA%3BEACA%2CUAAA%3B%3BACoBJ%3BEACI%2CaAAA%3BEACA%2CeAAA%3B%3BAAGJ%2CwBAAyB%3BEAEjB%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CaAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CuBAAA%3BEACA%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2CwBArBqB%2CiBAqBpB%3BEACG%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CqBAAA%3B%3BAAGJ%2CwBA3BqB%2CiBA2BpB%3BEACG%2CmBAAA%3BEACA%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CoBAAA%3B%3BAAGJ%2CwBAnCqB%2CiBAmCpB%3BEACG%2CaAAA%3B%3BAAGJ%2CwBAvCqB%2CiBAuCpB%3BEACG%2CmBAAA%3BEACA%2CqBAAA%3BEACA%2CcAAA%3B%3BAAGJ%2CwBA7CqB%2CiBA6CpB%3BEACG%2CiBAAA%3B%3BAAIR%3BEACI%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3B%3BAAGJ%3BEACI%2CmBAAA%3BEACA%2CgBAAA%3B%3BAAGJ%3BEAEQ%2CcAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2CsBAAC%3BEACG%2ComBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CaAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3BEACA%2CeAAA%3BEACA%2CoBAAA%3BEACA%2CkBAAA%3BEACA%2CyBAAA%3BEACA%2CWAAA%3B%3BAAhBR%2CsBAmBI%3BEACI%2C4hBAAA%3BEACA%2CSAAA%3BEACA%2C0BAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3B%3BAA9BR%2CsBAiCI%2CgBAAe%2CIAAI%3BEACf%2CaAAA%3B%3BAAIR%2CsBAAuB%3BEAIf%2CgBAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3BEACA%2CWAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3B%3BAFpJR%2CsBEoIuB%2CgBFpItB%3BEACG%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3B%3BAAGJ%2CsBE6HuB%2CgBF7HtB%3BEACG%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CUAAA%3B%3BAAGJ%2CsBEqHuB%2CgBFrHtB%3BEACG%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CUAAA%3B%3BAAGJ%2CsBE6GuB%2CgBF7GtB%3BEACG%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3B%3BAAIA%2CsBEqGmB%2CgBFtGtB%2CMACI%3BEACG%2CcAAA%3B%3BAAEJ%2CsBEkGmB%2CgBFtGtB%2CMAII%3BEACG%2CcAAA%3B%3BAAEJ%2CsBE%2BFmB%2CgBFtGtB%2CMAOI%3BEACG%2CcAAA%3B%3BAAEJ%2CsBE4FmB%2CgBFtGtB%2CMAUI%3BEACG%2CcAAA%3B%3BAE8GJ%2CsBAnBmB%2CgBAmBlB%3BAACD%2CsBApBmB%2CgBAoBlB%3BEACG%2CqBAAA%3B%3BAAGJ%2CUAAW%2CuBAxBQ%2CgBAwBP%3BAACZ%2CsBAzBmB%2CgBAyBlB%2CIAAI%2CYAAY%3BEACb%2CgBAAA%3B%3BAAIR%3BEAEQ%2CsBAAA%3BEACA%2C6BAAA%3BEACA%2CkBAAA%3BEACA%2CqFAAA%3BEACA%2CsBAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3B%3BAAGJ%2C0BAAC%2CIAAI%3BEACD%2CaAAA%3B%3BAAlBR%2C0BAqBM%3BEAEM%2CsBAAA%3BEACA%2CcAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3B%3BAAGJ%2C0BAVF%2CiBAUG%3BEACG%2CyBAAA%3BEACA%2CqBAAA%3B%3BAAGJ%2C0BAfF%2CiBAeG%3BEACG%2CyBAAA%3B%3BAAKZ%3BEAEQ%2CUAAW%2CuBADQ%2CgBACP%2CIAAI%3BEAChB%2CsBAFmB%2CgBAElB%2CIAAI%3BIACD%2CuBAAA%3B%3B%3BACrMZ%2CsBAAuB%3BEAEf%2CsBAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3B%3BAALR%2CsBAAuB%2CiBAQnB%3BEACI%2CaAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CUAAA%3B%3BAAZR%2CsBAAuB%2CiBAenB%3BEACI%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CaAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3B%3BAAIR%2CgBAAiB%3BEAET%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2CgBAPa%2CqBAOZ%3BEACG%2CgCAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CgBAZa%2CqBAYZ%2CSAAU%3BEACP%2CiBAAA%3B%3BAAbR%2CgBAAiB%2CqBAgBb%3BEACI%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2C6BAAA%3BEACA%2CkBAAA%3BEACA%2CkFAAA%3BEACA%2CWAAA%3BEACA%2CaAAA%3BEACA%2CsBAAA%3BEACA%2CYAAA%3BEACA%2C2BAAA%3BEACA%2CgBAAA%3B%3BAA3BR%2CgBAAiB%2CqBA8Bb%2CgBAAe%3BAA9BnB%2CgBAAiB%2CqBA%2BBb%2CgBAAe%3BEACX%2CqBAAA%3BEACA%2CqBAAA%3B%3BAAjCR%2CgBAAiB%2CqBAoCb%2CgBAAe%3BEACX%2CoCAAA%3BEACA%2CqBAAA%3B%3BAAtCR%2CgBAAiB%2CqBAyCb%3BEACI%2CcAAA%3B%3BAA1CR%2CgBAAiB%2CqBA6Cb%3BEAEQ%2CcAAA%3B%3BAAGJ%2CgBAlDS%2CqBA6Cb%2CgBAKK%3BEACG%2CSAAS%2CGAAT%3B%3BAAGJ%2CgBAtDS%2CqBA6Cb%2CgBASK%3BEACG%2CSAAS%2CGAAT%3B%3BAAvDZ%2CgBAAiB%2CqBA2Db%3BEHjDA%2CqBAAA%3BEACA%2CsBAAA%3BEGmDI%2CsBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CYAAA%3BEACA%2CoBAAA%3BEACA%2CWAAA%3B%3BAHvDR%2CKAAM%2CiBGdW%2CqBA2Db%3BEH5CA%2CqBAAA%3B%3BAG0DJ%2CoBAAqB%3BEAEb%2CmBAAA%3BEACA%2CsBAAA%3BEACA%2CaAAA%3BEACA%2CaAAA%3B%3BAALR%2CoBAAqB%2CsBAQf%3BEACE%2CgBAAA%3BEACA%2CeAAA%3B%3BAAIR%2CgBAAiB%3BEACb%2CcAAA%3BEACA%2CcAAA%3BEACA%2CoBAAA%3B%3BAAGJ%2CsBAAuB%3BEACnB%2CqBAAA%3BEACA%2CkBAAA%3B%3BAC9HJ%3BAACA%2CmBAAoB%3BEAChB%2CaAAA%3B%3BACXJ%2CgBAAgB%2CSACZ%3BEACI%2CaAAA%3BEACA%2CWAAA%3B%3BAAEA%2CgBALQ%2CSACZ%2CqBAIK%3BEACG%2CqBAAA%3B%3BAANZ%2CgBAAgB%2CSAUZ%2CoBAAmB%3BEACf%2CeAAA%3B%3BAAXR%2CgBAAgB%2CSAUZ%2CoBAAmB%2CaAGf%3BEACI%2CcAAA%3B%3BAAdZ%2CgBAAgB%2CSAkBZ%2C2BAA2B%3BEACvB%2CmBAAA%3B%3BAAnBR%2CgBAAgB%2CSAsBZ%3BAAtBJ%2CgBAAgB%2CSAuBZ%3BEACI%2CyBAAA%3B%3BAAEA%2CgBA1BQ%2CSAsBZ%2CoBAIK%3BAAAD%2CgBA1BQ%2CSAuBZ%2CoBAGK%3BE9K2PT%2C%2BBAAA%3B%3BA%2BKrRA%2CMAAM%2COAKF%2CgBAAgB%3BAAJpB%2CMAAM%2CQAIF%2CgBAAgB%3BAAHpB%2CMAAM%2CUAGF%2CgBAAgB%3BAAFpB%2CMAAM%2CuBAEF%2CgBAAgB%3BAADpB%2CMAAM%2CUACF%2CgBAAgB%3BEAER%2CkBAAA%3B%3BAAPZ%2CMAAM%2COAKF%2CgBAAgB%2CuBAIZ%2CQAAO%3BAARf%2CMAAM%2CQAIF%2CgBAAgB%2CuBAIZ%2CQAAO%3BAAPf%2CMAAM%2CUAGF%2CgBAAgB%2CuBAIZ%2CQAAO%3BAANf%2CMAAM%2CuBAEF%2CgBAAgB%2CuBAIZ%2CQAAO%3BAALf%2CMAAM%2CUACF%2CgBAAgB%2CuBAIZ%2CQAAO%3BEACH%2CeAAA%3B%3BAAKZ%2CeAAgB%2CwBAAwB%3BEACpC%2CeAAA%3B%3BArBkDR%3BEAEQ%2CsBAAA%3BEACA%2CqBAAA%3B%3BAAGJ%2CKAAM%3BEACF%2CqBAAA%3B%3BAsB5DJ%3BEAEQ%2CmBAAA%3BEACA%2CsBAAA%3BEACA%2CaAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CoBAAC%3BEACG%2CWAAA%3B%3BAAIR%2COAAO%3BEACH%2CeAAA%3B%3BAAGJ%3BEACI%2C4%5C%2FBAAA%3BEACA%2CSAAA%3BEACA%2CYAAA%3BEACA%2C4BAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3BEACA%2CaAAA%3B%3BAAGJ%3BEAEQ%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CaAAA%3BEACA%2CeAAA%3BEACA%2CuBAAA%3BEACA%2CiBAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAAXR%2CuBAcI%3BEACI%2CkBAAA%3B%3BAAIR%3BEAEQ%2CcAAA%3BEACA%2CqBAAA%3B%3BAAGJ%2CcAAC%3BEACG%2CcAAA%3BEACA%2C0BAAA%3B%3BAAGJ%2CcAAC%3BEACG%2CcAAA%3B%3BAAIR%3BEACI%2CsBAAA%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAAPJ%2CuBASI%2CgBAAe%3BEACX%2CgBAAA%3B%3BAAIR%2CaAAc%3BEACV%2CUAAA%3B%3BAAGJ%2CYAAa%2CwBAAuB%3BEAChC%2CgBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2C4BAAA%3B%3BAAGJ%3BEAEQ%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CaAAA%3B%3BAAJR%2CyBAOM%3BEtB9CF%2CsBAAA%3BEACA%2CqBAAA%3B%3BAH9CJ%2CKAAM%2C0ByB2FA%3BEzB1FF%2CqBAAA%3B%3BADqBJ%2CKAAM%2C0B0BqEA%3BE1BpEF%2CqBAAA%3B%3BAI0BJ%2CKAAM%2C0BsB0CA%3BEtBzCF%2CqBAAA%3B%3BAsBkCJ%2CyBAWI%2CkBAAoB%3BEAChB%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3B%3BAAdR%2CyBAiBI%3BEACI%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3B%3BAApBR%2CyBAuBI%3BEACI%2CeAAA%3BEACA%2CgBAAA%3B%3BAAzBR%2CyBA4BI%3BEACI%2CgBAAA%3B%3BAA7BR%2CyBAgCI%2CyBAA2B%3BEACvB%2CkBAAA%3B%3BAAIR%3BEACI%2COAAO%2CwCAAP%3BEACA%2CgBAAA%3B%3BAtBpEJ%3BEuBlFA%3BIACI%2CUAAA%3B%3BEAGJ%3BIACI%2CUAAA%3B%3B%3BAvBiFJ%3BEuBtFA%3BIACI%2CUAAA%3B%3BEAGJ%3BIACI%2CUAAA%3B%3B%3BAvBqFJ%3BEuB1FA%3BIACI%2CUAAA%3B%3BEAGJ%3BIACI%2CUAAA%3B%3B%3BAvByFJ%3BEuB9FA%3BIACI%2CUAAA%3B%3BEAGJ%3BIACI%2CUAAA%3B%3B%3BAvB6FJ%3BEuBlGA%3BIACI%2CUAAA%3B%3BEAGJ%3BIACI%2CUAAA%3B%3B%3BACKJ%3BEAEQ%2CeAAA%3BEACA%2CqBAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CgBAAC%3BEAEO%2C2BAAA%3BEACA%2C4BAAA%3BEACA%2CqBAAA%3B%3BAAGJ%2CgBAPH%2CMAOI%3BAACD%2CgBARH%2CMAQI%3BEACG%2CQAAQ%2CeAAR%3B%3BAAIR%2CgBAAC%3BEAEO%2C6BAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3B%3BAAGJ%2CgBARH%2COAQI%3BAACD%2CgBATH%2COASI%3BAACD%2CgBAVH%2COAUI%3BEACG%2CYAAA%3BEACA%2CgBAAA%3B%3BAAIR%2CgBAAC%3BEACG%2CyRAAA%3BEACA%2CSAAA%3BEACA%2CaAAA%3B%3BAAGJ%2CgBAAC%3BEACG%2C6mBAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CgBAAC%3BAACD%2CgBAAC%3BEACG%2CqBAAA%3B%3BAAGJ%2CgBAAC%3BEACG%2CylDAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CgBAAC%3BEACG%2CyUAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CgBAAC%3BEACG%2CYAAA%3BEACA%2CoBAAA%3B%3BAAGJ%2CgBAAC%3BEAEO%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CwBAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CgBAVH%2CSAUI%3BEACG%2CmBAAA%3B%3BAAGJ%2CgBAdH%2CSAcI%3BEACG%2CmBAAA%3B%3BAAIR%2CgBAAC%3BEAEO%2CkBAAkB%2C4CAAlB%3BEACA%2CcAAc%2C4CAAd%3BEACA%2COAAO%2C8CAAP%3B%3BAAGJ%2CgBAPH%2CQAOI%3BEACG%2CYAAY%2CkDAAZ%3BEACA%2CcAAc%2CkDAAd%3B%3BAAGJ%2CgBAZH%2CQAYI%3BEACG%2CYAAY%2CkDAAZ%3BEACA%2CcAAc%2CkDAAd%3B%3BAAIR%2CgBAAC%3BEAEO%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CaAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3BEACA%2CuBAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CgBAdH%2CYAcI%3BEACG%2CmRAAA%3BEACA%2C4BAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CqBAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CgBAvBH%2CYAuBI%3BEACG%2CyBAAA%3B%3BAAGJ%2CgBA3BH%2CYA2BI%3BEACG%2CyBAAA%3B%3BACrIZ%3BEAEQ%2CsBAAA%3BEACA%2CaAAA%3B%3BAAIA%2CwBADJ%2CeACK%3BAACD%2CwBAFJ%2CeAEK%3BEACG%2C6BAAA%3B%3BAATZ%2CwBAMI%2CeAMI%3BEACI%2CcAAA%3BEACA%2CoBAAA%3BEACA%2CWAAA%3B%3BAAIR%2CwBAAC%3BEACG%2CUAAA%3B%3BAApBR%2CwBAuBI%3BEAEQ%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3B%3BAA3BZ%2CwBAuBI%2CYAOM%2CKAAE%3BEAEI%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CoBAAA%3BEACA%2CWAAA%3BEACA%2CuBAAA%3BEACA%2CaAAA%3BEACA%2CUAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3BEACA%2CUAAA%3B%3BAAGJ%2CwBArBR%2CYAOM%2CKAAE%2CqBAcC%3BAACD%2CwBAtBR%2CYAOM%2CKAAE%2CqBAeC%3BEACG%2CmBAAA%3B%3BAAGJ%2CwBA1BR%2CYAOM%2CKAAE%2CqBAmBC%2CaAAc%3BEACX%2CmBAAA%3BEACA%2CqBAAA%3B%3BAAnDhB%2CwBAuBI%2CYAgCM%2CKAAE%2CqBAAsB%3BEAElB%2CgBAAA%3BEACA%2CsBAAA%3BEACA%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CwBA1CR%2CYAgCM%2CKAAE%2CqBAAsB%2COAUrB%3BEACG%2CaAAA%3B%3BAAlEhB%2CwBAuEI%2COAAM%3BEACF%2CqBAhFqB%2C2YAgFrB%3BEACA%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3B%3BAA%5C%2FER%2CwBAkFI%2COAAM%2CYAAY%3BEACd%2C%2BBAAA%3B%3B%3BAC7FR%3BEACI%2CeAAA%3BEACA%2CSAAA%3B%3BAAGJ%3BEAEQ%2CyBAAA%3BEACA%2CiBAAA%3BEACA%2C0BAAA%3BEACA%2CsBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3B%3B%3BAATR%2C0BAYI%3BEACI%2CiBAAA%3B%3BAAbR%2C0BAgBI%3BEAEQ%2COAAO%2CmCAAP%3B%3BAAGJ%2C0BALJ%2CeAKK%3BEACG%2COAAO%2CyCAAP%3B%3BAAtBZ%2C0BA0BI%3BEACI%2CoBAAA%3B%3BAA3BR%2C0BA8BI%2CeAAe%3BEACX%2CoBAAA%3B%3BAA%5C%2FBR%2C0BAkCI%2CeAAe%3BEACX%2CqBAAA%3B%3BAAnCR%2C0BAsCI%3BEACI%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CSAAA%3BEACA%2CiBAAA%3B%3BAA1CR%2C0BA6CI%3BEACI%2CaAAA%3BEACA%2CeAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3B%3BAAlDR%2C0BAqDI%3BEAEQ%2CyBAAA%3BEACA%2CsBAAA%3BEACA%2CaAAA%3BEACA%2CSAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2C0BAVJ%2CeAUK%3BEACG%2CYAAY%2CoCAAZ%3BEACA%2CUAAA%3B%3BAAGJ%2C0BAfJ%2CeAeK%2CIAAI%2CQAAS%3BEACV%2CaAAA%3B%3BAArEZ%2C0BAyEI%3BEACI%2CaAAA%3BEACA%2CsBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3B%3BAA7ER%2C0BAgFI%3BEACI%2CqBAAA%3BEACA%2CaAAA%3BEACA%2CeAAA%3B%3BAAnFR%2C0BAsFI%3BEACI%2CiBAAA%3BEACA%2CoBAAA%3B%3BAAxFR%2C0BA2FI%2CQAAO%3BE1B7BP%2CsBAAA%3BEACA%2CqBAAA%3BE0B%2BBI%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CaAAA%3BEACA%2CoBAAA%3B%3BA7BlFR%2CKAAM%2C2B6B0EF%2CQAAO%3BE7BzEP%2CqBAAA%3B%3BADqBJ%2CKAAM%2C2B8BoDF%2CQAAO%3BE9BnDP%2CqBAAA%3B%3BAI0BJ%2CKAAM%2C2B0ByBF%2CQAAO%3BE1BxBP%2CqBAAA%3B%3BA0BnEJ%2C0BAuGI%2CcAAc%3BEAEN%2CaAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CiBAAA%3B%3BAA%5C%2FGZ%2C0BAuGI%2CcAAc%2CuBAWV%3BAAlHR%2C0BAuGI%2CcAAc%2CuBAYV%3BEACI%2CgBAAA%3BEACA%2CqBAAA%3B%3BAArHZ%2C0BAyHI%3BEACI%2CSAAA%3BEACA%2CiBAAA%3B%3BAA3HR%2C0BA8HI%3BEAEQ%2CmBAAA%3BEACA%2CaAAA%3BEACA%2CYAAA%3B%3BAAlIZ%2C0BA8HI%2CmBAOI%2CiBAAgB%3BEACZ%2CWAAA%3B%3BAAtIZ%2C0BA8HI%2CmBAWM%3BEACE%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3B%3BAAKZ%2C0BAA0B%2CMACtB%3BEACI%2CWAAA%3B%3BAAFR%2C0BAA0B%2CMAKtB%3BEACI%2CgBAAA%3BEACA%2CUAAA%3B%3BAAPR%2C0BAA0B%2CMAUtB%3BEACI%2CuBAAA%3B%3BAAXR%2C0BAA0B%2CMActB%3BEACI%2CkBAAA%3B%3BAAIR%2C0BAA0B%2CMACtB%3BEACI%2CoBAAA%3BEACA%2CWAAA%3B%3BAAHR%2C0BAA0B%2CMACtB%2CgBAII%3BEACI%2CqBAAA%3BEACA%2CeAAA%3B%3BAAIR%2C0BAXsB%2CMAWrB%2CIAAI%2CUAAW%3BEACZ%2CeAAA%3BEACA%2CcAAA%3B%3BACtLJ%2C6BADyB%2CkBACxB%2CQAAS%2C4BAA2B%3BEACjC%2CWAAW%2CeAAe%2CkBAA1B%3B%3BAAFR%2C6BAA6B%2CkBAKzB%3BEAEQ%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CaAAA%3B%3BAAGJ%2C6BAZqB%2CkBAKzB%2C4BAOK%3BEACG%2C6BAAA%3BEACA%2C4BAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CqBAAA%3BEACA%2CYAAA%3BEACA%2CWAAW%2CcAAc%2CkBAAzB%3BEACA%2CoBAAA%3BEACA%2CWAAA%3B%3BACpBZ%3BEAEQ%2CsBAAA%3BEACA%2CaAAA%3BEACA%2C8BAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3B%3BAAPR%2CsBAUI%3BEACI%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2C0BAAA%3BEACA%2CsBAAA%3BEACA%2CqBAAA%3B%3BAAfR%2CsBAkBI%3BEAEQ%2CiBAAA%3BEACA%2CeAAA%3B%3BAAGJ%2CsBANJ%2CeAMK%2CUAAW%3BEACR%2CoBAAA%3B%3BAAzBZ%2CsBA6BI%2CeAAe%2CgBAAe%3BEAC1B%2CSAAS%2CIAAT%3B%3BAA9BR%2CsBAiCI%3BEAEQ%2CgBAAA%3B%3BAAGJ%2CsBALJ%2CgBAKK%3BEACG%2CSAAS%2CGAAT%3B%3BAAGJ%2CsBATJ%2CgBASK%3BEACG%2CSAAS%2CGAAT%3B%3BAC3CZ%2CsBAAuB%3BEAEf%2CiBAAA%3BEACA%2CmBAAA%3B%3BAAHR%2CsBAAuB%2CeAMnB%2CcAAa%2CIAAI%2CeAAe%3BEAC5B%2CgtBAAA%3BEACA%2CwBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CqBAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3B%3BAAIR%3BEAEQ%2CoBAAA%3BEACA%2CgBAAA%3B%3BAAHR%2CqBAMM%2CQAAK%2CKAAK%2CQAAQ%2CIAAI%3BEACpB%2CaAAA%3B%3BAAPR%2CqBAUI%3BEAEQ%2CsBAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2CqBANJ%2COAMK%2COACG%3BEACI%2CaAAA%3B%3BAAFR%2CqBANJ%2COAMK%2COAKG%3BEACI%2CmBAAA%3B%3BAAtBhB%2CqBA2BI%2CMAAK%3BEACD%2CaAAA%3B%3BAA5BR%2CqBA%2BBI%2CMAAK%2CQAAQ%3BEACT%2CcAAA%3B%3BAAhCR%2CqBAmCI%2CMAAK%3BEAEG%2CsBAAA%3B%3BAAGJ%2CqBALJ%2CMAAK%2CMAKA%3BEACG%2CmBAAA%3BEACA%2CsBAAA%3B%3BAAGJ%2CqBAVJ%2CMAAK%2CMAUA%3BEACG%2CkBAAA%3B%3BAC9DR%2CYAAC%2CIAAI%2CsBAAuB%3B%3BEPOhC%2C2DAAA%3BEACA%2CmDAAA%3B%3BAOTA%2CYAMI%3BEACI%2CQAAA%3B%3BAAIR%3BE9BRI%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CiDAAA%3BEACA%2CqBAAA%3BE8BSI%2CkBAAkB%2CsCAAlB%3BEACA%2CiBAAA%3BEACA%2CcAAc%2CyCAAd%3BEACA%2CkBAAA%3BEACA%2CiFAAA%3BEACA%2CsBAAA%3BEACA%2CaAAA%3BEACA%2CeAAA%3BEACA%2CaAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3B%3BA9BpBR%2CwBAAC%3BEACG%2CmBAAA%3B%3BAAGJ%2CwBAAC%3BEACG%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3B%3BA8BLJ%2CwB9BQA%3BEACI%2C8BAAA%3B%3BAAIA%2CwBAAC%3BEACG%2CUAAA%3B%3BAAGJ%2CwBAAC%3BEACG%2CUAAA%3B%3BA8BlBR%2CwB9BqBI%3BEACI%2CUAAA%3B%3BA8BDJ%2CwBAAC%3BEACG%2CaAAA%3B%3BAAtBR%2CwBAyBI%3BEAEQ%2CsBAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CwBAPJ%2CuBAOK%3BEACG%2CaAAA%3B%3BAC5CZ%2CsBAAsB%3BEAEd%2CaAAA%3BEACA%2CeAAA%3B%3BAAGJ%2CsBANkB%2CSAMjB%3BEACG%2CaAAA%3B%3BAAPR%2CsBAAsB%2CSAUlB%2CeAAc%2CYAAY%3BEACtB%2CeAAA%3BEACA%2CWAAA%3B%3BAAZR%2CsBAAsB%2CSAelB%3BEACI%2CWAAA%3B%3BAAhBR%2CsBAAsB%2CSAmBlB%3BEACI%2CaAAA%3BEACA%2CsBAAA%3BEACA%2CWAAA%3B%3BACtBR%2CYAAa%3BEACT%2CWAAA%3B%3BAAGJ%3BEAEQ%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CuBAAC%2COACG%2CiBAAgB%3BEACZ%2CUAAA%3BEACA%2CWAAA%3B%3BAAHR%2CuBAAC%2COAMG%3BEACI%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAfZ%2CuBAmBI%3BEAEQ%2CsBAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CuBAPJ%2CgBAOK%3BEAEO%2CyBAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CuBAbR%2CgBAOK%2CMAMI%3BAACD%2CuBAdR%2CgBAOK%2CMAOI%3BEACG%2CkBAAA%3B%3BAAIR%2CuBAnBJ%2CgBAmBK%3BAACD%2CuBApBJ%2CgBAoBK%3BEACG%2CWAAA%3B%3BAAKJ%2CuBADJ%2CiBACK%3BEACG%2CSAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3B%3BAAGJ%2CuBAVJ%2CiBAUK%3BEACG%2CSAAA%3BEACA%2CSAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CMAAA%3B%3BAC%5C%2FDZ%2CIAAI%2CyBACA%3BAADJ%2CIAAI%2CyBAEA%3BEACI%2CUAAA%3B%3BAAKR%2CYAAY%2CoBAAoB%3BEAC5B%2CWAAA%3B%3BAAGJ%3BEAEQ%2C%2BBAAA%3BEACA%2CSAAA%3BEACA%2CaAAA%3BEACA%2CYAAA%3BEACA%2COAAA%3BEACA%2CeAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3B%3BAAXR%2CuBAcI%3BEACI%2CSAAA%3BEACA%2CYAAA%3BEACA%2COAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3B%3BACjCR%3BEAEQ%2CmBAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CuBAAC%3BEACG%2CaAAA%3B%3BAAIR%3BEAEQ%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2CwBAAC%3BEACG%2CiBAAA%3B%3BAAGJ%2CwBAAC%2CMAAO%2CEAAC%3BEACL%2COAAO%2CyCAAP%3BEACA%2CgBAAA%3B%3BAAIA%2CwBADH%2CiBACI%2CIAAI%2CUAAW%3BEACZ%2CoBAAA%3B%3BAAFR%2CwBAAC%2CiBAKG%3BEACI%2CeAAA%3B%3BAANR%2CwBAAC%2CiBASG%3BEAEQ%2CmBAAA%3BEACA%2C6BAAA%3BEACA%2CmBAAA%3BEACA%2CsBAAA%3BEACA%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CQAAA%3BEACA%2CqBAAA%3B%3BAAGJ%2CwBArBP%2CiBASG%2CeAYK%3BEACG%2CkBAAkB%2CoCAAlB%3B%3BAAtBZ%2CwBAAC%2CiBASG%2CeAgBI%3BEACI%2CiBAAA%3B%3BAA1BZ%2CwBAAC%2CiBA8BG%3BEACI%2CaAAA%3B%3BAAIR%2CwBAAC%2CkBAAmB%3BEAChB%2CaAAA%3BEACA%2CeAAA%3B%3BAAGJ%2CwBAAC%2CkBAAmB%3BEAChB%2CaAAA%3B%3BAAGJ%2CwBAAC%2CQAAS%3BEACN%2CWAAA%3BEACA%2CqBAAA%3BEACA%2CWAAA%3B%3BAA%5C%2FDR%2CwBAkEI%3BEACI%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3B%3BAArER%2CwBAwEI%3BEACI%2CiBAAA%3B%3BAAzER%2CwBA4EI%3BEAEQ%2CeAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2C0BAAA%3B%3BAAjFZ%2CwBA4EI%2CeAQI%3BEAEQ%2COAAO%2CmCAAP%3BEACA%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CaAAA%3BEACA%2CiBAAA%3BEACA%2CqBAAA%3B%3BAAGJ%2CwBAnBR%2CeAQI%2CeAWK%3BEACG%2CYAAY%2CoCAAZ%3BEACA%2COAAO%2CyCAAP%3B%3BAAGJ%2CwBAxBR%2CeAQI%2CeAgBK%3BEACG%2CYAAY%2C0CAAZ%3BEACA%2COAAO%2CyCAAP%3B%3BAClHhB%3BEAEQ%2CaAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3B%3BAAJR%2CuBAOM%3BEACE%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAAVR%2CuBAaM%3BEAEM%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CsBAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CuBAZF%2CiBAYG%3BEACG%2CmBAAA%3B%3BAAGJ%2CuBAhBF%2CiBAgBG%3BAACD%2CuBAjBF%2CiBAiBG%3BEACG%2CqBAAA%3B%3BAA%5C%2FBZ%2CuBAmCI%3BEACI%2CcAAA%3B%3BAC5BR%2CgBAAgB%3BEACZ%2CaAAA%3B%3BAAGJ%2CYACI%2CiBAAgB%3BEACZ%2CqBAAA%3BEACA%2CQAAQ%2CeAAR%3BEACA%2CYAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3B%3BAAIR%2CYAAY%2CoBACR%2CQAAO%3BEACH%2CgBAAA%3B%3BAAFR%2CYAAY%2CoBAKR%3BEACI%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3B%3BAAXR%2CYAAY%2CoBAcR%3BEACI%2CaAAA%3BEACA%2CcAAA%3B%3BAAhBR%2CYAAY%2CoBAmBR%2CiBAAgB%3BEACZ%2CYAAA%3B%3BAApBR%2CYAAY%2CoBAuBR%3BEACI%2CaAAA%3B%3BAAxBR%2CYAAY%2CoBA2BR%3BEACI%2CeAAA%3BEACA%2CYAAA%3BEACA%2C2BAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3B%3BAAjCR%2CYAAY%2CoBAoCR%2CiBAAgB%3BEACZ%2CSAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3B%3BAA1CR%2CYAAY%2CoBA6CR%3BEACI%2CgBAAA%3BEACA%2C0BAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3B%3BAAlDR%2CYAAY%2CoBAqDR%3BEACI%2CeAAA%3BEACA%2CWAAA%3B%3BAAvDR%2CYAAY%2CoBA0DR%3BEACI%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3B%3BAAIR%2CYAAY%2CoBAAoB%3BEAExB%2CaAAA%3BEACA%2CgBAAA%3B%3BAAHR%2CYAAY%2CoBAAoB%2CQAM5B%2COAAM%3BEACF%2CaAAA%3B%3BAAPR%2CYAAY%2CoBAAoB%2CQAU5B%2CQAAO%3BEACH%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CaAAA%3BEACA%2CYAAA%3BEACA%2CuBAAA%3BEACA%2CeAAA%3BEACA%2CUAAA%3B%3BAAjBR%2CYAAY%2CoBAAoB%2CQAoB5B%3BEACI%2CaAAA%3B%3BAArBR%2CYAAY%2CoBAAoB%2CQAwB5B%3BEACI%2CqBAAA%3B%3BAAzBR%2CYAAY%2CoBAAoB%2CQA4B5B%2CiBAAgB%3BEACZ%2CoBAAA%3B%3BACnIZ%2CcAAc%2CMAAM%3BEAClB%2CqBAAA%3B%3BAAEF%2CgBACC%2COAAM%3BEACL%2CsBAAA%3B%3BACIE%2CeACI%2CkBAAiB%2CYACb%3BEACI%2CmBAAA%3B%3BAAEA%2CeAJR%2CkBAAiB%2CYACb%2CeAGK%3BEACG%2CmBAAA%3B%3BACOpB%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%3BECvCP%2CaAAa%2CeAAb%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3BEACA%2CoBAAA%3BEACA%2CcAAA%3BEACA%2CqBAAA%3B%3BEAGA%2CmCAAA%3BEACA%2CkCAAA%3BECMD%2C8BAAA%3BEACA%2C2BAAA%3BEACA%2CsBAAA%3BEFuBW%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%3BA3IrJhB%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%3BA6ISR%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%3BADvLD%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%3BAGlDA%3BErM0RA%2CgBAAA%3BEAAA%2CWAAA%3BEqMtRI%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CcAAA%3B%3BAANJ%2C%2BBAQI%3BEACI%2CeAAA%3BEACA%2CSAAA%3B%3BAAVR%2C%2BBAaI%3BErM4XJ%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEqM5XQ%2CuBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3B%3BAAnBR%2C%2BBAsBI%3BEACI%2CkBAAA%3BEACA%2CQAAA%3B%3BAAEA%2C%2BBAJJ%2C8BAIK%3BErMgQT%2CgBAAA%3BEAAA%2CiBAAA%3BEqM5PY%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3B%3BACrChB%3BEACI%2C8BAAA%3BEACA%2CiCAAA%3BEACA%2CsBAAA%3BEACA%2CyBAAA%3B%3BAAGJ%2CSAAS%3BEACL%2C2CAAA%3BEACA%2CmCAAA%3B%3BAAGJ%2CSAAS%3BEACL%2C8BAAA%3BEACA%2CsBAAA%3B%3BAAGJ%3BEAEI%3BEACA%3BEACA%3BEACA%3BEACA%3BIACI%2CmBAAmB%2CoBAAnB%3BIACA%2CoCAAoC%2CmCAApC%3BIACA%2CWAAW%2CoBAAX%3BIACA%2C4BAA4B%2CmCAA5B%3B%3BEAGJ%3BEACA%3BIACI%2CmBAAmB%2CwBAAnB%3BIACA%2CoCAAoC%2CsCAApC%3BIACA%2CWAAW%2CwBAAX%3BIACA%2C4BAA4B%2CsCAA5B%3B%3BEAGJ%3BIACI%2CmBAAmB%2CwBAAnB%3BIACA%2CoCAAoC%2CsCAApC%3BIACA%2CWAAW%2CwBAAX%3BIACA%2C4BAA4B%2CsCAA5B%3B%3BEAGJ%3BIACI%2CmBAAmB%2CuBAAnB%3BIACA%2CWAAW%2CuBAAX%3B%3B%3BAAIR%3BEAEI%3BEACA%3BEACA%3BEACA%3BEACA%3BIACI%2CmBAAmB%2CoBAAnB%3BIACA%2CoCAAoC%2CmCAApC%3BIACA%2CWAAW%2CoBAAX%3BIACA%2C4BAA4B%2CmCAA5B%3B%3BEAGJ%3BEACA%3BIACI%2CmBAAmB%2CwBAAnB%3BIACA%2CoCAAoC%2CsCAApC%3BIACA%2CWAAW%2CwBAAX%3BIACA%2C4BAA4B%2CsCAA5B%3B%3BEAGJ%3BIACI%2CmBAAmB%2CwBAAnB%3BIACA%2CoCAAoC%2CsCAApC%3BIACA%2CWAAW%2CwBAAX%3BIACA%2C4BAA4B%2CsCAA5B%3B%3BEAGJ%3BIACI%2CmBAAmB%2CuBAAnB%3BIACA%2CWAAW%2CuBAAX%3B%3B%3BAAIR%3BEACI%2CmCAAA%3BEACA%2C8BAAA%3BEACA%2CuCAAA%3BEACA%2CsBAAA%3BEACA%2C%2BBAAA%3B%3BAAGJ%3BEAEI%3BEACA%3BEACA%3BIACI%2CUAAA%3B%3BEAGJ%3BEACA%3BIACI%2CUAAA%3B%3B%3BAAIR%3BEAEI%3BEACA%3BEACA%3BIACI%2CUAAA%3B%3BEAGJ%3BEACA%3BIACI%2CUAAA%3B%3B%3BAAIR%3BEACI%2C6BAAA%3BEACA%2CqBAAA%3B%3BAAGJ%3BEACI%3BIACI%2CmBAAmB%2CgBAAnB%3BIACA%2CWAAW%2CgBAAX%3B%3BEAGJ%3BIACI%2CmBAAmB%2CyBAAnB%3BIACA%2CWAAW%2CyBAAX%3B%3BEAGJ%3BIACI%2CmBAAmB%2CgBAAnB%3BIACA%2CWAAW%2CgBAAX%3B%3B%3BAAIR%3BEACI%3BIACI%2CmBAAmB%2CgBAAnB%3BIACA%2CWAAW%2CgBAAX%3B%3BEAGJ%3BIACI%2CmBAAmB%2CyBAAnB%3BIACA%2CWAAW%2CyBAAX%3B%3BEAGJ%3BIACI%2CmBAAmB%2CgBAAnB%3BIACA%2CWAAW%2CgBAAX%3B%3B%3BAAIR%3BEACI%2C6BAAA%3BEACA%2CqBAAA%3B%3BAAGJ%3BEACI%3BIACI%2CmBAAmB%2CgBAAnB%3BIACA%2CWAAW%2CgBAAX%3B%3BEAGJ%3BIACI%2CmBAAmB%2CsBAAnB%3BIACA%2CWAAW%2CsBAAX%3B%3BEAGJ%3BIACI%2CmBAAmB%2CsBAAnB%3BIACA%2CWAAW%2CsBAAX%3B%3BEAGJ%3BIACI%2CmBAAmB%2CsBAAnB%3BIACA%2CWAAW%2CsBAAX%3B%3BEAGJ%3BIACI%2CmBAAmB%2CsBAAnB%3BIACA%2CWAAW%2CsBAAX%3B%3BEAGJ%3BIACI%2CmBAAmB%2CsBAAnB%3BIACA%2CWAAW%2CsBAAX%3B%3BEAGJ%3BIACI%2CmBAAmB%2CgBAAnB%3BIACA%2CWAAW%2CgBAAX%3B%3B%3BAAIR%3BEACI%3BIACI%2CmBAAmB%2CgBAAnB%3BIACA%2CWAAW%2CgBAAX%3B%3BEAGJ%3BIACI%2CmBAAmB%2CsBAAnB%3BIACA%2CWAAW%2CsBAAX%3B%3BEAGJ%3BIACI%2CmBAAmB%2CsBAAnB%3BIACA%2CWAAW%2CsBAAX%3B%3BEAGJ%3BIACI%2CmBAAmB%2CsBAAnB%3BIACA%2CWAAW%2CsBAAX%3B%3BEAGJ%3BIACI%2CmBAAmB%2CsBAAnB%3BIACA%2CWAAW%2CsBAAX%3B%3BEAGJ%3BIACI%2CmBAAmB%2CsBAAnB%3BIACA%2CWAAW%2CsBAAX%3B%3BEAGJ%3BIACI%2CmBAAmB%2CgBAAnB%3BIACA%2CWAAW%2CgBAAX%3B%3B%3BAAIR%3BEACI%2CmCAAA%3BEACA%2C2BAAA%3B%3BAAGJ%3BEAEI%3BEACA%3BIACI%2CmBAAmB%2CoBAAnB%3BIACA%2CWAAW%2CoBAAX%3B%3BEAGJ%3BEACA%3BEACA%3BEACA%3BEACA%3BIACI%2CmBAAmB%2CwBAAnB%3BIACA%2CWAAW%2CwBAAX%3B%3BEAGJ%3BEACA%3BEACA%3BEACA%3BIACI%2CmBAAmB%2CuBAAnB%3BIACA%2CWAAW%2CuBAAX%3B%3B%3BAAIR%3BEAEI%3BEACA%3BIACI%2CmBAAmB%2CoBAAnB%3BIACA%2CWAAW%2CoBAAX%3B%3BEAGJ%3BEACA%3BEACA%3BEACA%3BEACA%3BIACI%2CmBAAmB%2CwBAAnB%3BIACA%2CWAAW%2CwBAAX%3B%3BEAGJ%3BEACA%3BEACA%3BEACA%3BIACI%2CmBAAmB%2CuBAAnB%3BIACA%2CWAAW%2CuBAAX%3B%3B%3BAAIR%3BEACI%2C6BAAA%3BEACA%2CqBAAA%3B%3BAAGJ%3BEACI%3BIACI%2CmBAAmB%2CwBAAnB%3BIACA%2CWAAW%2CwBAAX%3B%3BEAGJ%3BIACI%2CmBAAmB%2CyBAAnB%3BIACA%2CWAAW%2CyBAAX%3B%3BEAGJ%3BIACI%2CmBAAmB%2CuBAAnB%3BIACA%2CWAAW%2CuBAAX%3B%3BEAGJ%3BIACI%2CmBAAmB%2CwBAAnB%3BIACA%2CWAAW%2CwBAAX%3B%3BEAGJ%3BIACI%2CmBAAmB%2CuBAAnB%3BIACA%2CWAAW%2CuBAAX%3B%3B%3BAAIR%3BEACI%3BIACI%2CmBAAmB%2CwBAAnB%3BIACA%2CWAAW%2CwBAAX%3B%3BEAGJ%3BIACI%2CmBAAmB%2CyBAAnB%3BIACA%2CWAAW%2CyBAAX%3B%3BEAGJ%3BIACI%2CmBAAmB%2CuBAAnB%3BIACA%2CWAAW%2CuBAAX%3B%3BEAGJ%3BIACI%2CmBAAmB%2CwBAAnB%3BIACA%2CWAAW%2CwBAAX%3B%3BEAGJ%3BIACI%2CmBAAmB%2CuBAAnB%3BIACA%2CWAAW%2CuBAAX%3B%3B%3BAAIR%3BEACI%2CgCAAA%3BEACA%2C6BAAA%3BEACA%2CoCAAA%3BEACA%2CqBAAA%3BEACA%2C4BAAA%3B%3BAAGJ%3BEACI%3BIACI%2CmBAAmB%2CgBAAnB%3BIACA%2CWAAW%2CgBAAX%3B%3BEAGJ%3BEACA%3BIACI%2CmBAAmB%2CuBAAoB%2CwBAAvC%3BIACA%2CWAAW%2CuBAAoB%2CwBAA%5C%2FB%3B%3BEAGJ%3BEACA%3BEACA%3BEACA%3BIACI%2CmBAAmB%2CuBAAuB%2CuBAA1C%3BIACA%2CWAAW%2CuBAAuB%2CuBAAlC%3B%3BEAGJ%3BEACA%3BEACA%3BIACI%2CmBAAmB%2CuBAAuB%2CwBAA1C%3BIACA%2CWAAW%2CuBAAuB%2CwBAAlC%3B%3BEAGJ%3BIACI%2CmBAAmB%2CgBAAnB%3BIACA%2CWAAW%2CgBAAX%3B%3B%3BAAIR%3BEACI%3BIACI%2CmBAAmB%2CgBAAnB%3BIACA%2CWAAW%2CgBAAX%3B%3BEAGJ%3BEACA%3BIACI%2CmBAAmB%2CuBAAoB%2CwBAAvC%3BIACA%2CWAAW%2CuBAAoB%2CwBAA%5C%2FB%3B%3BEAGJ%3BEACA%3BEACA%3BEACA%3BIACI%2CmBAAmB%2CuBAAuB%2CuBAA1C%3BIACA%2CWAAW%2CuBAAuB%2CuBAAlC%3B%3BEAGJ%3BEACA%3BEACA%3BIACI%2CmBAAmB%2CuBAAuB%2CwBAA1C%3BIACA%2CWAAW%2CuBAAuB%2CwBAAlC%3B%3BEAGJ%3BIACI%2CmBAAmB%2CgBAAnB%3BIACA%2CWAAW%2CgBAAX%3B%3B%3BAAIR%3BEACI%2C4BAAA%3BEACA%2CoBAAA%3B%3BAAGJ%3BEACI%3BIACI%2CuBAAA%3BIACA%2CeAAA%3B%3BEAGJ%3BIACI%2CmBAAmB%2CwBAAwB%2CwBAA3C%3BIACA%2CWAAW%2CwBAAwB%2CwBAAnC%3B%3BEAGJ%3BIACI%2CmBAAmB%2CuBAAuB%2CuBAA1C%3BIACA%2CWAAW%2CuBAAuB%2CuBAAlC%3B%3BEAGJ%3BIACI%2CmBAAmB%2CwBAAwB%2CwBAA3C%3BIACA%2CWAAW%2CwBAAwB%2CwBAAnC%3B%3BEAGJ%3BIACI%2CmBAAmB%2CuBAAuB%2CuBAA1C%3BIACA%2CWAAW%2CuBAAuB%2CuBAAlC%3B%3BEAGJ%3BIACI%2CmBAAmB%2CuBAAuB%2CwBAA1C%3BIACA%2CWAAW%2CuBAAuB%2CwBAAlC%3B%3BEAGJ%3BIACI%2CuBAAA%3BIACA%2CeAAA%3B%3B%3BAAIR%3BEACI%3BIACI%2CuBAAA%3BIACA%2CeAAA%3B%3BEAGJ%3BIACI%2CmBAAmB%2CwBAAwB%2CwBAA3C%3BIACA%2CWAAW%2CwBAAwB%2CwBAAnC%3B%3BEAGJ%3BIACI%2CmBAAmB%2CuBAAuB%2CuBAA1C%3BIACA%2CWAAW%2CuBAAuB%2CuBAAlC%3B%3BEAGJ%3BIACI%2CmBAAmB%2CwBAAwB%2CwBAA3C%3BIACA%2CWAAW%2CwBAAwB%2CwBAAnC%3B%3BEAGJ%3BIACI%2CmBAAmB%2CuBAAuB%2CuBAA1C%3BIACA%2CWAAW%2CuBAAuB%2CuBAAlC%3B%3BEAGJ%3BIACI%2CmBAAmB%2CuBAAuB%2CwBAA1C%3BIACA%2CWAAW%2CuBAAuB%2CwBAAlC%3B%3BEAGJ%3BIACI%2CuBAAA%3BIACA%2CeAAA%3B%3B%3BAAIR%3BEACI%2C8BAAA%3BEACA%2CsBAAA%3B%3BAAGJ%3BEAEI%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BIACI%2CoCAAoC%2CmCAApC%3BIACA%2C4BAA4B%2CmCAA5B%3B%3BEAGJ%3BIACI%2CmBAAmB%2CsBAAnB%3BIACA%2CUAAA%3BIACA%2CWAAW%2CsBAAX%3B%3BEAGJ%3BIACI%2CmBAAmB%2CsBAAnB%3BIACA%2CWAAW%2CsBAAX%3B%3BEAGJ%3BIACI%2CmBAAmB%2CsBAAnB%3BIACA%2CWAAW%2CsBAAX%3B%3BEAGJ%3BIACI%2CmBAAmB%2CyBAAnB%3BIACA%2CUAAA%3BIACA%2CWAAW%2CyBAAX%3B%3BEAGJ%3BIACI%2CmBAAmB%2CyBAAnB%3BIACA%2CWAAW%2CyBAAX%3B%3BEAGJ%3BIACI%2CmBAAmB%2CgBAAnB%3BIACA%2CUAAA%3BIACA%2CWAAW%2CgBAAX%3B%3B%3BAAIR%3BEAEI%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BIACI%2CoCAAoC%2CmCAApC%3BIACA%2C4BAA4B%2CmCAA5B%3B%3BEAGJ%3BIACI%2CmBAAmB%2CsBAAnB%3BIACA%2CUAAA%3BIACA%2CWAAW%2CsBAAX%3B%3BEAGJ%3BIACI%2CmBAAmB%2CsBAAnB%3BIACA%2CWAAW%2CsBAAX%3B%3BEAGJ%3BIACI%2CmBAAmB%2CsBAAnB%3BIACA%2CWAAW%2CsBAAX%3B%3BEAGJ%3BIACI%2CmBAAmB%2CyBAAnB%3BIACA%2CUAAA%3BIACA%2CWAAW%2CyBAAX%3B%3BEAGJ%3BIACI%2CmBAAmB%2CyBAAnB%3BIACA%2CWAAW%2CyBAAX%3B%3BEAGJ%3BIACI%2CmBAAmB%2CgBAAnB%3BIACA%2CUAAA%3BIACA%2CWAAW%2CgBAAX%3B%3B%3BAAIR%3BEACI%2CiCAAA%3BEACA%2CiCAAA%3BEACA%2CyBAAA%3BEACA%2CyBAAA%3B%3BAAGJ%3BEAEI%3BEACA%3BEACA%3BEACA%3BEACA%3BIACI%2CoCAAoC%2CmCAApC%3BIACA%2C4BAA4B%2CmCAA5B%3B%3BEAGJ%3BIACI%2CmBAAmB%2C0BAAnB%3BIACA%2CUAAA%3BIACA%2CWAAW%2C0BAAX%3B%3BEAGJ%3BIACI%2CmBAAmB%2CuBAAnB%3BIACA%2CUAAA%3BIACA%2CWAAW%2CuBAAX%3B%3BEAGJ%3BIACI%2CmBAAmB%2CwBAAnB%3BIACA%2CWAAW%2CwBAAX%3B%3BEAGJ%3BIACI%2CmBAAmB%2CsBAAnB%3BIACA%2CWAAW%2CsBAAX%3B%3BEAGJ%3BIACI%2CuBAAA%3BIACA%2CeAAA%3B%3B%3BAAIR%3BEAEI%3BEACA%3BEACA%3BEACA%3BEACA%3BIACI%2CoCAAoC%2CmCAApC%3BIACA%2C4BAA4B%2CmCAA5B%3B%3BEAGJ%3BIACI%2CmBAAmB%2C0BAAnB%3BIACA%2CUAAA%3BIACA%2CWAAW%2C0BAAX%3B%3BEAGJ%3BIACI%2CmBAAmB%2CuBAAnB%3BIACA%2CUAAA%3BIACA%2CWAAW%2CuBAAX%3B%3BEAGJ%3BIACI%2CmBAAmB%2CwBAAnB%3BIACA%2CWAAW%2CwBAAX%3B%3BEAGJ%3BIACI%2CmBAAmB%2CsBAAnB%3BIACA%2CWAAW%2CsBAAX%3B%3BEAGJ%3BIACI%2CuBAAA%3BIACA%2CeAAA%3B%3B%3BAAIR%3BEACI%2CsCAAA%3BEACA%2C8BAAA%3B%3BAAGJ%3BEAEI%3BEACA%3BEACA%3BEACA%3BEACA%3BIACI%2CoCAAoC%2CmCAApC%3BIACA%2C4BAA4B%2CmCAA5B%3B%3BEAGJ%3BIACI%2CmBAAmB%2C0BAAnB%3BIACA%2CUAAA%3BIACA%2CWAAW%2C0BAAX%3B%3BEAGJ%3BIACI%2CmBAAmB%2CuBAAnB%3BIACA%2CUAAA%3BIACA%2CWAAW%2CuBAAX%3B%3BEAGJ%3BIACI%2CmBAAmB%2CwBAAnB%3BIACA%2CWAAW%2CwBAAX%3B%3BEAGJ%3BIACI%2CmBAAmB%2CsBAAnB%3BIACA%2CWAAW%2CsBAAX%3B%3BEAGJ%3BIACI%2CuBAAA%3BIACA%2CeAAA%3B%3B%3BAAIR%3BEAEI%3BEACA%3BEACA%3BEACA%3BEACA%3BIACI%2CoCAAoC%2CmCAApC%3BIACA%2C4BAA4B%2CmCAA5B%3B%3BEAGJ%3BIACI%2CmBAAmB%2C0BAAnB%3BIACA%2CUAAA%3BIACA%2CWAAW%2C0BAAX%3B%3BEAGJ%3BIACI%2CmBAAmB%2CuBAAnB%3BIACA%2CUAAA%3BIACA%2CWAAW%2CuBAAX%3B%3BEAGJ%3BIACI%2CmBAAmB%2CwBAAnB%3BIACA%2CWAAW%2CwBAAX%3B%3BEAGJ%3BIACI%2CmBAAmB%2CsBAAnB%3BIACA%2CWAAW%2CsBAAX%3B%3BEAGJ%3BIACI%2CuBAAA%3BIACA%2CeAAA%3B%3B%3BAAIR%3BEACI%2CsCAAA%3BEACA%2C8BAAA%3B%3BAAGJ%3BEAEI%3BEACA%3BEACA%3BEACA%3BEACA%3BIACI%2CoCAAoC%2CmCAApC%3BIACA%2C4BAA4B%2CmCAA5B%3B%3BEAGJ%3BIACI%2CmBAAmB%2CyBAAnB%3BIACA%2CUAAA%3BIACA%2CWAAW%2CyBAAX%3B%3BEAGJ%3BIACI%2CmBAAmB%2CwBAAnB%3BIACA%2CUAAA%3BIACA%2CWAAW%2CwBAAX%3B%3BEAGJ%3BIACI%2CmBAAmB%2CuBAAnB%3BIACA%2CWAAW%2CuBAAX%3B%3BEAGJ%3BIACI%2CmBAAmB%2CuBAAnB%3BIACA%2CWAAW%2CuBAAX%3B%3BEAGJ%3BIACI%2CuBAAA%3BIACA%2CeAAA%3B%3B%3BAAIR%3BEAEI%3BEACA%3BEACA%3BEACA%3BEACA%3BIACI%2CoCAAoC%2CmCAApC%3BIACA%2C4BAA4B%2CmCAA5B%3B%3BEAGJ%3BIACI%2CmBAAmB%2CyBAAnB%3BIACA%2CUAAA%3BIACA%2CWAAW%2CyBAAX%3B%3BEAGJ%3BIACI%2CmBAAmB%2CwBAAnB%3BIACA%2CUAAA%3BIACA%2CWAAW%2CwBAAX%3B%3BEAGJ%3BIACI%2CmBAAmB%2CuBAAnB%3BIACA%2CWAAW%2CuBAAX%3B%3BEAGJ%3BIACI%2CmBAAmB%2CuBAAnB%3BIACA%2CWAAW%2CuBAAX%3B%3BEAGJ%3BIACI%2CuBAAA%3BIACA%2CeAAA%3B%3B%3BAAIR%3BEACI%2CuCAAA%3BEACA%2C%2BBAAA%3B%3BAAGJ%3BEAEI%3BEACA%3BEACA%3BEACA%3BEACA%3BIACI%2CoCAAoC%2CmCAApC%3BIACA%2C4BAA4B%2CmCAA5B%3B%3BEAGJ%3BIACI%2CmBAAmB%2CyBAAnB%3BIACA%2CUAAA%3BIACA%2CWAAW%2CyBAAX%3B%3BEAGJ%3BIACI%2CmBAAmB%2CwBAAnB%3BIACA%2CUAAA%3BIACA%2CWAAW%2CwBAAX%3B%3BEAGJ%3BIACI%2CmBAAmB%2CuBAAnB%3BIACA%2CWAAW%2CuBAAX%3B%3BEAGJ%3BIACI%2CmBAAmB%2CuBAAnB%3BIACA%2CWAAW%2CuBAAX%3B%3BEAGJ%3BIACI%2CmBAAmB%2CoBAAnB%3BIACA%2CWAAW%2CoBAAX%3B%3B%3BAAIR%3BEAEI%3BEACA%3BEACA%3BEACA%3BEACA%3BIACI%2CoCAAoC%2CmCAApC%3BIACA%2C4BAA4B%2CmCAA5B%3B%3BEAGJ%3BIACI%2CmBAAmB%2CyBAAnB%3BIACA%2CUAAA%3BIACA%2CWAAW%2CyBAAX%3B%3BEAGJ%3BIACI%2CmBAAmB%2CwBAAnB%3BIACA%2CUAAA%3BIACA%2CWAAW%2CwBAAX%3B%3BEAGJ%3BIACI%2CmBAAmB%2CuBAAnB%3BIACA%2CWAAW%2CuBAAX%3B%3BEAGJ%3BIACI%2CmBAAmB%2CuBAAnB%3BIACA%2CWAAW%2CuBAAX%3B%3BEAGJ%3BIACI%2CmBAAmB%2CoBAAnB%3BIACA%2CWAAW%2CoBAAX%3B%3B%3BAAIR%3BEACI%2CoCAAA%3BEACA%2C4BAAA%3B%3BAAGJ%3BEACI%3BIACI%2CmBAAmB%2CsBAAnB%3BIACA%2CWAAW%2CsBAAX%3B%3BEAGJ%3BEACA%3BIACI%2CmBAAmB%2CsBAAnB%3BIACA%2CUAAA%3BIACA%2CWAAW%2CsBAAX%3B%3BEAGJ%3BIACI%2CmBAAmB%2CsBAAnB%3BIACA%2CUAAA%3BIACA%2CWAAW%2CsBAAX%3B%3B%3BAAIR%3BEACI%3BIACI%2CmBAAmB%2CsBAAnB%3BIACA%2CWAAW%2CsBAAX%3B%3BEAGJ%3BEACA%3BIACI%2CmBAAmB%2CsBAAnB%3BIACA%2CUAAA%3BIACA%2CWAAW%2CsBAAX%3B%3BEAGJ%3BIACI%2CmBAAmB%2CsBAAnB%3BIACA%2CUAAA%3BIACA%2CWAAW%2CsBAAX%3B%3B%3BAAIR%3BEACI%2CiCAAA%3BEACA%2CkCAAA%3BEACA%2CyBAAA%3BEACA%2C0BAAA%3B%3BAAGJ%3BEACI%3BIACI%2CmBAAmB%2CuBAAnB%3BIACA%2CWAAW%2CuBAAX%3B%3BEAGJ%3BEACA%3BIACI%2CmBAAmB%2CwBAAnB%3BIACA%2CUAAA%3BIACA%2CWAAW%2CwBAAX%3B%3BEAGJ%3BIACI%2CmBAAmB%2CyBAAnB%3BIACA%2CUAAA%3BIACA%2CWAAW%2CyBAAX%3B%3B%3BAAIR%3BEACI%3BIACI%2CmBAAmB%2CuBAAnB%3BIACA%2CWAAW%2CuBAAX%3B%3BEAGJ%3BEACA%3BIACI%2CmBAAmB%2CwBAAnB%3BIACA%2CUAAA%3BIACA%2CWAAW%2CwBAAX%3B%3BEAGJ%3BIACI%2CmBAAmB%2CyBAAnB%3BIACA%2CUAAA%3BIACA%2CWAAW%2CyBAAX%3B%3B%3BAAIR%3BEACI%2CuCAAA%3BEACA%2C%2BBAAA%3B%3BAAGJ%3BEACI%3BIACI%2CmBAAmB%2CuBAAnB%3BIACA%2CUAAA%3BIACA%2CWAAW%2CuBAAX%3B%3BEAGJ%3BIACI%2CmBAAmB%2C0BAAnB%3BIACA%2CUAAA%3BIACA%2CWAAW%2C0BAAX%3B%3B%3BAAIR%3BEACI%3BIACI%2CmBAAmB%2CuBAAnB%3BIACA%2CUAAA%3BIACA%2CWAAW%2CuBAAX%3B%3BEAGJ%3BIACI%2CmBAAmB%2C0BAAnB%3BIACA%2CUAAA%3BIACA%2CWAAW%2C0BAAX%3B%3B%3BAAIR%3BEACI%2CsCAAA%3BEACA%2C8BAAA%3B%3BAAGJ%3BEACI%3BIACI%2CmBAAmB%2CwBAAnB%3BIACA%2CUAAA%3BIACA%2CWAAW%2CwBAAX%3B%3BEAGJ%3BIACI%2CmBAAmB%2CyBAAnB%3BIACA%2CUAAA%3BIACA%2CWAAW%2CyBAAX%3B%3B%3BAAIR%3BEACI%3BIACI%2CmBAAmB%2CwBAAnB%3BIACA%2CUAAA%3BIACA%2CWAAW%2CwBAAX%3B%3BEAGJ%3BIACI%2CmBAAmB%2CyBAAnB%3BIACA%2CUAAA%3BIACA%2CWAAW%2CyBAAX%3B%3B%3BAAIR%3BEACI%2CwCAAA%3BEACA%2CgCAAA%3B%3BAAGJ%3BEACI%3BIACI%2CmBAAmB%2CwBAAnB%3BIACA%2CWAAW%2CwBAAX%3B%3BEAGJ%3BEACA%3BIACI%2CmBAAmB%2CuBAAnB%3BIACA%2CUAAA%3BIACA%2CWAAW%2CuBAAX%3B%3BEAGJ%3BIACI%2CmBAAmB%2C0BAAnB%3BIACA%2CUAAA%3BIACA%2CWAAW%2C0BAAX%3B%3B%3BAAIR%3BEACI%3BIACI%2CmBAAmB%2CwBAAnB%3BIACA%2CWAAW%2CwBAAX%3B%3BEAGJ%3BEACA%3BIACI%2CmBAAmB%2CuBAAnB%3BIACA%2CUAAA%3BIACA%2CWAAW%2CuBAAX%3B%3BEAGJ%3BIACI%2CmBAAmB%2C0BAAnB%3BIACA%2CUAAA%3BIACA%2CWAAW%2C0BAAX%3B%3B%3BAAIR%3BEACI%2CqCAAA%3BEACA%2C6BAAA%3B%3BAAGJ%3BEACI%3BIACI%2CUAAA%3B%3BEAGJ%3BIACI%2CUAAA%3B%3B%3BAAIR%3BEACI%3BIACI%2CUAAA%3B%3BEAGJ%3BIACI%2CUAAA%3B%3B%3BAAIR%3BEACI%2C8BAAA%3BEACA%2CsBAAA%3B%3BAAGJ%3BEACI%3BIACI%2CmBAAmB%2CwBAAnB%3BIACA%2CUAAA%3BIACA%2CWAAW%2CwBAAX%3B%3BEAGJ%3BIACI%2CuBAAA%3BIACA%2CUAAA%3BIACA%2CeAAA%3B%3B%3BAAIR%3BEACI%3BIACI%2CmBAAmB%2CwBAAnB%3BIACA%2CUAAA%3BIACA%2CWAAW%2CwBAAX%3B%3BEAGJ%3BIACI%2CuBAAA%3BIACA%2CUAAA%3BIACA%2CeAAA%3B%3B%3BAAIR%3BEACI%2CkCAAA%3BEACA%2C0BAAA%3B%3BAAGJ%3BEACI%3BIACI%2CmBAAmB%2C0BAAnB%3BIACA%2CUAAA%3BIACA%2CWAAW%2C0BAAX%3B%3BEAGJ%3BIACI%2CuBAAA%3BIACA%2CUAAA%3BIACA%2CeAAA%3B%3B%3BAAIR%3BEACI%3BIACI%2CmBAAmB%2C0BAAnB%3BIACA%2CUAAA%3BIACA%2CWAAW%2C0BAAX%3B%3BEAGJ%3BIACI%2CuBAAA%3BIACA%2CUAAA%3BIACA%2CeAAA%3B%3B%3BAAIR%3BEACI%2CqCAAA%3BEACA%2C6BAAA%3B%3BAAGJ%3BEACI%3BIACI%2CmBAAmB%2CwBAAnB%3BIACA%2CUAAA%3BIACA%2CWAAW%2CwBAAX%3B%3BEAGJ%3BIACI%2CuBAAA%3BIACA%2CUAAA%3BIACA%2CeAAA%3B%3B%3BAAIR%3BEACI%3BIACI%2CmBAAmB%2CwBAAnB%3BIACA%2CUAAA%3BIACA%2CWAAW%2CwBAAX%3B%3BEAGJ%3BIACI%2CuBAAA%3BIACA%2CUAAA%3BIACA%2CeAAA%3B%3B%3BAAIR%3BEACI%2CkCAAA%3BEACA%2C0BAAA%3B%3BAAGJ%3BEACI%3BIACI%2CmBAAmB%2C0BAAnB%3BIACA%2CUAAA%3BIACA%2CWAAW%2C0BAAX%3B%3BEAGJ%3BIACI%2CuBAAA%3BIACA%2CUAAA%3BIACA%2CeAAA%3B%3B%3BAAIR%3BEACI%3BIACI%2CmBAAmB%2C0BAAnB%3BIACA%2CUAAA%3BIACA%2CWAAW%2C0BAAX%3B%3BEAGJ%3BIACI%2CuBAAA%3BIACA%2CUAAA%3BIACA%2CeAAA%3B%3B%3BAAIR%3BEACI%2CqCAAA%3BEACA%2C6BAAA%3B%3BAAGJ%3BEACI%3BIACI%2CmBAAmB%2CuBAAnB%3BIACA%2CUAAA%3BIACA%2CWAAW%2CuBAAX%3B%3BEAGJ%3BIACI%2CuBAAA%3BIACA%2CUAAA%3BIACA%2CeAAA%3B%3B%3BAAIR%3BEACI%3BIACI%2CmBAAmB%2CuBAAnB%3BIACA%2CUAAA%3BIACA%2CWAAW%2CuBAAX%3B%3BEAGJ%3BIACI%2CuBAAA%3BIACA%2CUAAA%3BIACA%2CeAAA%3B%3B%3BAAIR%3BEACI%2CmCAAA%3BEACA%2C2BAAA%3B%3BAAGJ%3BEACI%3BIACI%2CmBAAmB%2CyBAAnB%3BIACA%2CUAAA%3BIACA%2CWAAW%2CyBAAX%3B%3BEAGJ%3BIACI%2CuBAAA%3BIACA%2CUAAA%3BIACA%2CeAAA%3B%3B%3BAAIR%3BEACI%3BIACI%2CmBAAmB%2CyBAAnB%3BIACA%2CUAAA%3BIACA%2CWAAW%2CyBAAX%3B%3BEAGJ%3BIACI%2CuBAAA%3BIACA%2CUAAA%3BIACA%2CeAAA%3B%3B%3BAAIR%3BEACI%2CsCAAA%3BEACA%2C8BAAA%3B%3BAAGJ%3BEACI%3BIACI%2CmBAAmB%2CuBAAnB%3BIACA%2CUAAA%3BIACA%2CWAAW%2CuBAAX%3B%3BEAGJ%3BIACI%2CuBAAA%3BIACA%2CUAAA%3BIACA%2CeAAA%3B%3B%3BAAIR%3BEACI%3BIACI%2CmBAAmB%2CuBAAnB%3BIACA%2CUAAA%3BIACA%2CWAAW%2CuBAAX%3B%3BEAGJ%3BIACI%2CuBAAA%3BIACA%2CUAAA%3BIACA%2CeAAA%3B%3B%3BAAIR%3BEACI%2CgCAAA%3BEACA%2CwBAAA%3B%3BAAGJ%3BEACI%3BIACI%2CmBAAmB%2CyBAAnB%3BIACA%2CUAAA%3BIACA%2CWAAW%2CyBAAX%3B%3BEAGJ%3BIACI%2CuBAAA%3BIACA%2CUAAA%3BIACA%2CeAAA%3B%3B%3BAAIR%3BEACI%3BIACI%2CmBAAmB%2CyBAAnB%3BIACA%2CUAAA%3BIACA%2CWAAW%2CyBAAX%3B%3BEAGJ%3BIACI%2CuBAAA%3BIACA%2CUAAA%3BIACA%2CeAAA%3B%3B%3BAAIR%3BEACI%2CmCAAA%3BEACA%2C2BAAA%3B%3BAAGJ%3BEACI%3BIACI%2CUAAA%3B%3BEAGJ%3BIACI%2CUAAA%3B%3B%3BAAIR%3BEACI%3BIACI%2CUAAA%3B%3BEAGJ%3BIACI%2CUAAA%3B%3B%3BAAIR%3BEACI%2C%2BBAAA%3BEACA%2CuBAAA%3B%3BAAGJ%3BEACI%3BIACI%2CUAAA%3B%3BEAGJ%3BIACI%2CmBAAmB%2CuBAAnB%3BIACA%2CUAAA%3BIACA%2CWAAW%2CuBAAX%3B%3B%3BAAIR%3BEACI%3BIACI%2CUAAA%3B%3BEAGJ%3BIACI%2CmBAAmB%2CuBAAnB%3BIACA%2CUAAA%3BIACA%2CWAAW%2CuBAAX%3B%3B%3BAAIR%3BEACI%2CmCAAA%3BEACA%2C2BAAA%3B%3BAAGJ%3BEACI%3BIACI%2CUAAA%3B%3BEAGJ%3BIACI%2CmBAAmB%2CyBAAnB%3BIACA%2CUAAA%3BIACA%2CWAAW%2CyBAAX%3B%3B%3BAAIR%3BEACI%3BIACI%2CUAAA%3B%3BEAGJ%3BIACI%2CmBAAmB%2CyBAAnB%3BIACA%2CUAAA%3BIACA%2CWAAW%2CyBAAX%3B%3B%3BAAIR%3BEACI%2CsCAAA%3BEACA%2C8BAAA%3B%3BAAGJ%3BEACI%3BIACI%2CUAAA%3B%3BEAGJ%3BIACI%2CmBAAmB%2CwBAAnB%3BIACA%2CUAAA%3BIACA%2CWAAW%2CwBAAX%3B%3B%3BAAIR%3BEACI%3BIACI%2CUAAA%3B%3BEAGJ%3BIACI%2CmBAAmB%2CwBAAnB%3BIACA%2CUAAA%3BIACA%2CWAAW%2CwBAAX%3B%3B%3BAAIR%3BEACI%2CmCAAA%3BEACA%2C2BAAA%3B%3BAAGJ%3BEACI%3BIACI%2CUAAA%3B%3BEAGJ%3BIACI%2CmBAAmB%2C0BAAnB%3BIACA%2CUAAA%3BIACA%2CWAAW%2C0BAAX%3B%3B%3BAAIR%3BEACI%3BIACI%2CUAAA%3B%3BEAGJ%3BIACI%2CmBAAmB%2C0BAAnB%3BIACA%2CUAAA%3BIACA%2CWAAW%2C0BAAX%3B%3B%3BAAIR%3BEACI%2CsCAAA%3BEACA%2C8BAAA%3B%3BAAGJ%3BEACI%3BIACI%2CUAAA%3B%3BEAGJ%3BIACI%2CmBAAmB%2CuBAAnB%3BIACA%2CUAAA%3BIACA%2CWAAW%2CuBAAX%3B%3B%3BAAIR%3BEACI%3BIACI%2CUAAA%3B%3BEAGJ%3BIACI%2CmBAAmB%2CuBAAnB%3BIACA%2CUAAA%3BIACA%2CWAAW%2CuBAAX%3B%3B%3BAAIR%3BEACI%2CoCAAA%3BEACA%2C4BAAA%3B%3BAAGJ%3BEACI%3BIACI%2CUAAA%3B%3BEAGJ%3BIACI%2CmBAAmB%2CyBAAnB%3BIACA%2CUAAA%3BIACA%2CWAAW%2CyBAAX%3B%3B%3BAAIR%3BEACI%3BIACI%2CUAAA%3B%3BEAGJ%3BIACI%2CmBAAmB%2CyBAAnB%3BIACA%2CUAAA%3BIACA%2CWAAW%2CyBAAX%3B%3B%3BAAIR%3BEACI%2CuCAAA%3BEACA%2C%2BBAAA%3B%3BAAGJ%3BEACI%3BIACI%2CUAAA%3B%3BEAGJ%3BIACI%2CmBAAmB%2CwBAAnB%3BIACA%2CUAAA%3BIACA%2CWAAW%2CwBAAX%3B%3B%3BAAIR%3BEACI%3BIACI%2CUAAA%3B%3BEAGJ%3BIACI%2CmBAAmB%2CwBAAnB%3BIACA%2CUAAA%3BIACA%2CWAAW%2CwBAAX%3B%3B%3BAAIR%3BEACI%2CiCAAA%3BEACA%2CyBAAA%3B%3BAAGJ%3BEACI%3BIACI%2CUAAA%3B%3BEAGJ%3BIACI%2CmBAAmB%2C0BAAnB%3BIACA%2CUAAA%3BIACA%2CWAAW%2C0BAAX%3B%3B%3BAAIR%3BEACI%3BIACI%2CUAAA%3B%3BEAGJ%3BIACI%2CmBAAmB%2C0BAAnB%3BIACA%2CUAAA%3BIACA%2CWAAW%2C0BAAX%3B%3B%3BAAIR%3BEACI%2CoCAAA%3BEACA%2C4BAAA%3B%3BAAGJ%3BEACI%3BIACI%2C2CAAA%3BIACA%2CmBAAmB%2CmBAAmB%2C0BAAtC%3BIACA%2CmCAAA%3BIACA%2CWAAW%2CmBAAmB%2C0BAA9B%3B%3BEAGJ%3BIACI%2C2CAAA%3BIACA%2CmBAAmB%2CmBAAmB%2CyBAAyB%2C0BAA%5C%2FD%3BIACA%2CmCAAA%3BIACA%2CWAAW%2CmBAAmB%2CyBAAyB%2C0BAAvD%3B%3BEAGJ%3BIACI%2C0CAAA%3BIACA%2CmBAAmB%2CmBAAmB%2CyBAAyB%2C0BAA%5C%2FD%3BIACA%2CkCAAA%3BIACA%2CWAAW%2CmBAAmB%2CyBAAyB%2C0BAAvD%3B%3BEAGJ%3BIACI%2C0CAAA%3BIACA%2CmBAAmB%2CmBAAmB%2CyBAAtC%3BIACA%2CkCAAA%3BIACA%2CWAAW%2CmBAAmB%2CyBAA9B%3B%3BEAGJ%3BIACI%2C0CAAA%3BIACA%2CmBAAmB%2CkBAAnB%3BIACA%2CkCAAA%3BIACA%2CWAAW%2CkBAAX%3B%3B%3BAAIR%3BEACI%3BIACI%2C2CAAA%3BIACA%2CmBAAmB%2CmBAAmB%2C0BAAtC%3BIACA%2CmCAAA%3BIACA%2CWAAW%2CmBAAmB%2C0BAA9B%3B%3BEAGJ%3BIACI%2C2CAAA%3BIACA%2CmBAAmB%2CmBAAmB%2CyBAAyB%2C0BAA%5C%2FD%3BIACA%2CmCAAA%3BIACA%2CWAAW%2CmBAAmB%2CyBAAyB%2C0BAAvD%3B%3BEAGJ%3BIACI%2C0CAAA%3BIACA%2CmBAAmB%2CmBAAmB%2CyBAAyB%2C0BAA%5C%2FD%3BIACA%2CkCAAA%3BIACA%2CWAAW%2CmBAAmB%2CyBAAyB%2C0BAAvD%3B%3BEAGJ%3BIACI%2C0CAAA%3BIACA%2CmBAAmB%2CmBAAmB%2CyBAAtC%3BIACA%2CkCAAA%3BIACA%2CWAAW%2CmBAAmB%2CyBAA9B%3B%3BEAGJ%3BIACI%2C0CAAA%3BIACA%2CmBAAmB%2CkBAAnB%3BIACA%2CkCAAA%3BIACA%2CWAAW%2CkBAAX%3B%3B%3BAAIR%2CSAAS%3BEACL%2C4BAAA%3BEACA%2CoCAAA%3BEACA%2CoBAAA%3BEACA%2C4BAAA%3B%3BAAGJ%3BEACI%3BIACI%2CmBAAmB%2CmBAAmB%2CwBAAtC%3BIACA%2C2CAAA%3BIACA%2CUAAA%3BIACA%2CWAAW%2CmBAAmB%2CwBAA9B%3BIACA%2CmCAAA%3B%3BEAGJ%3BIACI%2CmBAAmB%2CmBAAmB%2CyBAAtC%3BIACA%2C2CAAA%3BIACA%2CWAAW%2CmBAAmB%2CyBAA9B%3BIACA%2CmCAAA%3B%3BEAGJ%3BIACI%2CmBAAmB%2CmBAAmB%2CwBAAtC%3BIACA%2CUAAA%3BIACA%2CWAAW%2CmBAAmB%2CwBAA9B%3B%3BEAGJ%3BIACI%2CmBAAmB%2CmBAAmB%2CwBAAtC%3BIACA%2CWAAW%2CmBAAmB%2CwBAA9B%3B%3BEAGJ%3BIACI%2CmBAAmB%2CkBAAnB%3BIACA%2CWAAW%2CkBAAX%3B%3B%3BAAIR%3BEACI%3BIACI%2CmBAAmB%2CmBAAmB%2CwBAAtC%3BIACA%2C2CAAA%3BIACA%2CUAAA%3BIACA%2CWAAW%2CmBAAmB%2CwBAA9B%3BIACA%2CmCAAA%3B%3BEAGJ%3BIACI%2CmBAAmB%2CmBAAmB%2CyBAAtC%3BIACA%2C2CAAA%3BIACA%2CWAAW%2CmBAAmB%2CyBAA9B%3BIACA%2CmCAAA%3B%3BEAGJ%3BIACI%2CmBAAmB%2CmBAAmB%2CwBAAtC%3BIACA%2CUAAA%3BIACA%2CWAAW%2CmBAAmB%2CwBAA9B%3B%3BEAGJ%3BIACI%2CmBAAmB%2CmBAAmB%2CwBAAtC%3BIACA%2CWAAW%2CmBAAmB%2CwBAA9B%3B%3BEAGJ%3BIACI%2CmBAAmB%2CkBAAnB%3BIACA%2CWAAW%2CkBAAX%3B%3B%3BAAIR%3BEACI%2C%2BBAAA%3BEACA%2C%2BCAAA%3BEACA%2CuBAAA%3BEACA%2CuCAAA%3B%3BAAGJ%3BEACI%3BIACI%2CmBAAmB%2CmBAAmB%2CwBAAtC%3BIACA%2C2CAAA%3BIACA%2CUAAA%3BIACA%2CWAAW%2CmBAAmB%2CwBAA9B%3BIACA%2CmCAAA%3B%3BEAGJ%3BIACI%2CmBAAmB%2CmBAAmB%2CyBAAtC%3BIACA%2C2CAAA%3BIACA%2CWAAW%2CmBAAmB%2CyBAA9B%3BIACA%2CmCAAA%3B%3BEAGJ%3BIACI%2CmBAAmB%2CmBAAmB%2CwBAAtC%3BIACA%2CUAAA%3BIACA%2CWAAW%2CmBAAmB%2CwBAA9B%3B%3BEAGJ%3BIACI%2CmBAAmB%2CmBAAmB%2CwBAAtC%3BIACA%2CWAAW%2CmBAAmB%2CwBAA9B%3B%3BEAGJ%3BIACI%2CmBAAmB%2CkBAAnB%3BIACA%2CWAAW%2CkBAAX%3B%3B%3BAAIR%3BEACI%3BIACI%2CmBAAmB%2CmBAAmB%2CwBAAtC%3BIACA%2C2CAAA%3BIACA%2CUAAA%3BIACA%2CWAAW%2CmBAAmB%2CwBAA9B%3BIACA%2CmCAAA%3B%3BEAGJ%3BIACI%2CmBAAmB%2CmBAAmB%2CyBAAtC%3BIACA%2C2CAAA%3BIACA%2CWAAW%2CmBAAmB%2CyBAA9B%3BIACA%2CmCAAA%3B%3BEAGJ%3BIACI%2CmBAAmB%2CmBAAmB%2CwBAAtC%3BIACA%2CUAAA%3BIACA%2CWAAW%2CmBAAmB%2CwBAA9B%3B%3BEAGJ%3BIACI%2CmBAAmB%2CmBAAmB%2CwBAAtC%3BIACA%2CWAAW%2CmBAAmB%2CwBAA9B%3B%3BEAGJ%3BIACI%2CmBAAmB%2CkBAAnB%3BIACA%2CWAAW%2CkBAAX%3B%3B%3BAAIR%3BEACI%2C%2BBAAA%3BEACA%2C%2BCAAA%3BEACA%2CuBAAA%3BEACA%2CuCAAA%3B%3BAAGJ%3BEACI%3BIACI%2CmBAAmB%2CkBAAnB%3BIACA%2CWAAW%2CkBAAX%3B%3BEAGJ%3BIACI%2CmBAAmB%2CmBAAmB%2CyBAAtC%3BIACA%2CUAAA%3BIACA%2CWAAW%2CmBAAmB%2CyBAA9B%3B%3BEAGJ%3BIACI%2CmBAAmB%2CmBAAmB%2CwBAAtC%3BIACA%2CUAAA%3BIACA%2CWAAW%2CmBAAmB%2CwBAA9B%3B%3B%3BAAIR%3BEACI%3BIACI%2CmBAAmB%2CkBAAnB%3BIACA%2CWAAW%2CkBAAX%3B%3BEAGJ%3BIACI%2CmBAAmB%2CmBAAmB%2CyBAAtC%3BIACA%2CUAAA%3BIACA%2CWAAW%2CmBAAmB%2CyBAA9B%3B%3BEAGJ%3BIACI%2CmBAAmB%2CmBAAmB%2CwBAAtC%3BIACA%2CUAAA%3BIACA%2CWAAW%2CmBAAmB%2CwBAA9B%3B%3B%3BAAIR%3BEACI%2CiCAAA%3BEACA%2CgCAAA%3BEACA%2C%2BCAAA%3BEACA%2CyBAAA%3BEACA%2CwBAAA%3BEACA%2CuCAAA%3B%3BAAGJ%3BEACI%3BIACI%2CmBAAmB%2CkBAAnB%3BIACA%2CWAAW%2CkBAAX%3B%3BEAGJ%3BIACI%2CmBAAmB%2CmBAAmB%2CyBAAtC%3BIACA%2CUAAA%3BIACA%2CWAAW%2CmBAAmB%2CyBAA9B%3B%3BEAGJ%3BIACI%2CmBAAmB%2CmBAAmB%2CwBAAtC%3BIACA%2CUAAA%3BIACA%2CWAAW%2CmBAAmB%2CwBAA9B%3B%3B%3BAAIR%3BEACI%3BIACI%2CmBAAmB%2CkBAAnB%3BIACA%2CWAAW%2CkBAAX%3B%3BEAGJ%3BIACI%2CmBAAmB%2CmBAAmB%2CyBAAtC%3BIACA%2CUAAA%3BIACA%2CWAAW%2CmBAAmB%2CyBAA9B%3B%3BEAGJ%3BIACI%2CmBAAmB%2CmBAAmB%2CwBAAtC%3BIACA%2CUAAA%3BIACA%2CWAAW%2CmBAAmB%2CwBAA9B%3B%3B%3BAAIR%3BEACI%2CiCAAA%3BEACA%2CgCAAA%3BEACA%2C%2BCAAA%3BEACA%2CyBAAA%3BEACA%2CwBAAA%3BEACA%2CuCAAA%3B%3BAAGJ%3BEACI%3BIACI%2CmBAAmB%2CwBAAwB%2CaAA3C%3BIACA%2CUAAA%3BIACA%2CWAAW%2CwBAAwB%2CaAAnC%3B%3BEAGJ%3BIACI%2CmBAAmB%2CYAAnB%3BIACA%2CUAAA%3BIACA%2CWAAW%2CYAAX%3B%3BEAGJ%3BIACI%2CmBAAmB%2CYAAnB%3BIACA%2CUAAA%3BIACA%2CWAAW%2CYAAX%3B%3BEAGJ%3BIACI%2CuBAAA%3BIACA%2CUAAA%3BIACA%2CeAAA%3B%3B%3BAAIR%3BEACI%3BIACI%2CmBAAmB%2CwBAAwB%2CaAA3C%3BIACA%2CUAAA%3BIACA%2CWAAW%2CwBAAwB%2CaAAnC%3B%3BEAGJ%3BIACI%2CmBAAmB%2CYAAnB%3BIACA%2CUAAA%3BIACA%2CWAAW%2CYAAX%3B%3BEAGJ%3BIACI%2CmBAAmB%2CYAAnB%3BIACA%2CUAAA%3BIACA%2CWAAW%2CYAAX%3B%3BEAGJ%3BIACI%2CuBAAA%3BIACA%2CUAAA%3BIACA%2CeAAA%3B%3B%3BAAIR%3BEACI%2CoCAAA%3BEACA%2C2CAAA%3BEACA%2C4BAAA%3BEACA%2CmCAAA%3B%3BAAGJ%3BEACI%3BIACI%2CUAAA%3B%3BEAGJ%3BIACI%2CmBAAmB%2CwBAAwB%2CYAA3C%3BIACA%2CUAAA%3BIACA%2CWAAW%2CwBAAwB%2CYAAnC%3B%3B%3BAAIR%3BEACI%3BIACI%2CUAAA%3B%3BEAGJ%3BIACI%2CmBAAmB%2CwBAAwB%2CYAA3C%3BIACA%2CUAAA%3BIACA%2CWAAW%2CwBAAwB%2CYAAnC%3B%3B%3BAAIR%3BEACI%2CqCAAA%3BEACA%2C0CAAA%3BEACA%2C6BAAA%3BEACA%2CkCAAA%3B%3BAAGJ%3BEACI%3BIACI%2CmBAAmB%2C0BAAnB%3BIACA%2CgCAAA%3BIACA%2CUAAA%3BIACA%2CWAAW%2C0BAAX%3BIACA%2CwBAAA%3B%3BEAGJ%3BIACI%2CuBAAA%3BIACA%2CgCAAA%3BIACA%2CUAAA%3BIACA%2CeAAA%3BIACA%2CwBAAA%3B%3B%3BAAIR%3BEACI%3BIACI%2CmBAAmB%2C0BAAnB%3BIACA%2CgCAAA%3BIACA%2CUAAA%3BIACA%2CWAAW%2C0BAAX%3BIACA%2CwBAAA%3B%3BEAGJ%3BIACI%2CuBAAA%3BIACA%2CgCAAA%3BIACA%2CUAAA%3BIACA%2CeAAA%3BIACA%2CwBAAA%3B%3B%3BAAIR%3BEACI%2CgCAAA%3BEACA%2CwBAAA%3B%3BAAGJ%3BEACI%3BIACI%2CmBAAmB%2CyBAAnB%3BIACA%2CqCAAA%3BIACA%2CUAAA%3BIACA%2CWAAW%2CyBAAX%3BIACA%2C6BAAA%3B%3BEAGJ%3BIACI%2CuBAAA%3BIACA%2CqCAAA%3BIACA%2CUAAA%3BIACA%2CeAAA%3BIACA%2C6BAAA%3B%3B%3BAAIR%3BEACI%3BIACI%2CmBAAmB%2CyBAAnB%3BIACA%2CqCAAA%3BIACA%2CUAAA%3BIACA%2CWAAW%2CyBAAX%3BIACA%2C6BAAA%3B%3BEAGJ%3BIACI%2CuBAAA%3BIACA%2CqCAAA%3BIACA%2CUAAA%3BIACA%2CeAAA%3BIACA%2C6BAAA%3B%3B%3BAAIR%3BEACI%2CwCAAA%3BEACA%2CgCAAA%3B%3BAAGJ%3BEACI%3BIACI%2CmBAAmB%2CwBAAnB%3BIACA%2CsCAAA%3BIACA%2CUAAA%3BIACA%2CWAAW%2CwBAAX%3BIACA%2C8BAAA%3B%3BEAGJ%3BIACI%2CuBAAA%3BIACA%2CsCAAA%3BIACA%2CUAAA%3BIACA%2CeAAA%3BIACA%2C8BAAA%3B%3B%3BAAIR%3BEACI%3BIACI%2CmBAAmB%2CwBAAnB%3BIACA%2CsCAAA%3BIACA%2CUAAA%3BIACA%2CWAAW%2CwBAAX%3BIACA%2C8BAAA%3B%3BEAGJ%3BIACI%2CuBAAA%3BIACA%2CsCAAA%3BIACA%2CUAAA%3BIACA%2CeAAA%3BIACA%2C8BAAA%3B%3B%3BAAIR%3BEACI%2CyCAAA%3BEACA%2CiCAAA%3B%3BAAGJ%3BEACI%3BIACI%2CmBAAmB%2CwBAAnB%3BIACA%2CqCAAA%3BIACA%2CUAAA%3BIACA%2CWAAW%2CwBAAX%3BIACA%2C6BAAA%3B%3BEAGJ%3BIACI%2CuBAAA%3BIACA%2CqCAAA%3BIACA%2CUAAA%3BIACA%2CeAAA%3BIACA%2C6BAAA%3B%3B%3BAAIR%3BEACI%3BIACI%2CmBAAmB%2CwBAAnB%3BIACA%2CqCAAA%3BIACA%2CUAAA%3BIACA%2CWAAW%2CwBAAX%3BIACA%2C6BAAA%3B%3BEAGJ%3BIACI%2CuBAAA%3BIACA%2CqCAAA%3BIACA%2CUAAA%3BIACA%2CeAAA%3BIACA%2C6BAAA%3B%3B%3BAAIR%3BEACI%2CsCAAA%3BEACA%2C8BAAA%3B%3BAAGJ%3BEACI%3BIACI%2CmBAAmB%2CyBAAnB%3BIACA%2CsCAAA%3BIACA%2CUAAA%3BIACA%2CWAAW%2CyBAAX%3BIACA%2C8BAAA%3B%3BEAGJ%3BIACI%2CuBAAA%3BIACA%2CsCAAA%3BIACA%2CUAAA%3BIACA%2CeAAA%3BIACA%2C8BAAA%3B%3B%3BAAIR%3BEACI%3BIACI%2CmBAAmB%2CyBAAnB%3BIACA%2CsCAAA%3BIACA%2CUAAA%3BIACA%2CWAAW%2CyBAAX%3BIACA%2C8BAAA%3B%3BEAGJ%3BIACI%2CuBAAA%3BIACA%2CsCAAA%3BIACA%2CUAAA%3BIACA%2CeAAA%3BIACA%2C8BAAA%3B%3B%3BAAIR%3BEACI%2CuCAAA%3BEACA%2C%2BBAAA%3B%3BAAGJ%3BEACI%3BIACI%2CgCAAA%3BIACA%2CUAAA%3BIACA%2CwBAAA%3B%3BEAGJ%3BIACI%2CmBAAmB%2CyBAAnB%3BIACA%2CgCAAA%3BIACA%2CUAAA%3BIACA%2CWAAW%2CyBAAX%3BIACA%2CwBAAA%3B%3B%3BAAIR%3BEACI%3BIACI%2CgCAAA%3BIACA%2CUAAA%3BIACA%2CwBAAA%3B%3BEAGJ%3BIACI%2CmBAAmB%2CyBAAnB%3BIACA%2CgCAAA%3BIACA%2CUAAA%3BIACA%2CWAAW%2CyBAAX%3BIACA%2CwBAAA%3B%3B%3BAAIR%3BEACI%2CiCAAA%3BEACA%2CyBAAA%3B%3BAAGJ%3BEACI%3BIACI%2CqCAAA%3BIACA%2CUAAA%3BIACA%2C6BAAA%3B%3BEAGJ%3BIACI%2CmBAAmB%2CwBAAnB%3BIACA%2CqCAAA%3BIACA%2CUAAA%3BIACA%2CWAAW%2CwBAAX%3BIACA%2C6BAAA%3B%3B%3BAAIR%3BEACI%3BIACI%2CqCAAA%3BIACA%2CUAAA%3BIACA%2C6BAAA%3B%3BEAGJ%3BIACI%2CmBAAmB%2CwBAAnB%3BIACA%2CqCAAA%3BIACA%2CUAAA%3BIACA%2CWAAW%2CwBAAX%3BIACA%2C6BAAA%3B%3B%3BAAIR%3BEACI%2CyCAAA%3BEACA%2CiCAAA%3B%3BAAGJ%3BEACI%3BIACI%2CsCAAA%3BIACA%2CUAAA%3BIACA%2C8BAAA%3B%3BEAGJ%3BIACI%2CmBAAmB%2CyBAAnB%3BIACA%2CsCAAA%3BIACA%2CUAAA%3BIACA%2CWAAW%2CyBAAX%3BIACA%2C8BAAA%3B%3B%3BAAIR%3BEACI%3BIACI%2CsCAAA%3BIACA%2CUAAA%3BIACA%2C8BAAA%3B%3BEAGJ%3BIACI%2CmBAAmB%2CyBAAnB%3BIACA%2CsCAAA%3BIACA%2CUAAA%3BIACA%2CWAAW%2CyBAAX%3BIACA%2C8BAAA%3B%3B%3BAAIR%3BEACI%2C0CAAA%3BEACA%2CkCAAA%3B%3BAAGJ%3BEACI%3BIACI%2CqCAAA%3BIACA%2CUAAA%3BIACA%2C6BAAA%3B%3BEAGJ%3BIACI%2CmBAAmB%2CyBAAnB%3BIACA%2CqCAAA%3BIACA%2CUAAA%3BIACA%2CWAAW%2CyBAAX%3BIACA%2C6BAAA%3B%3B%3BAAIR%3BEACI%3BIACI%2CqCAAA%3BIACA%2CUAAA%3BIACA%2C6BAAA%3B%3BEAGJ%3BIACI%2CmBAAmB%2CyBAAnB%3BIACA%2CqCAAA%3BIACA%2CUAAA%3BIACA%2CWAAW%2CyBAAX%3BIACA%2C6BAAA%3B%3B%3BAAIR%3BEACI%2CuCAAA%3BEACA%2C%2BBAAA%3B%3BAAGJ%3BEACI%3BIACI%2CsCAAA%3BIACA%2CUAAA%3BIACA%2C8BAAA%3B%3BEAGJ%3BIACI%2CmBAAmB%2CwBAAnB%3BIACA%2CsCAAA%3BIACA%2CUAAA%3BIACA%2CWAAW%2CwBAAX%3BIACA%2C8BAAA%3B%3B%3BAAIR%3BEACI%3BIACI%2CsCAAA%3BIACA%2CUAAA%3BIACA%2C8BAAA%3B%3BEAGJ%3BIACI%2CmBAAmB%2CwBAAnB%3BIACA%2CsCAAA%3BIACA%2CUAAA%3BIACA%2CWAAW%2CwBAAX%3BIACA%2C8BAAA%3B%3B%3BAAIR%3BEACI%2CwCAAA%3BEACA%2CgCAAA%3B%3BAAGJ%3BEACI%3BIACI%2C8CAAA%3BIACA%2CkCAAA%3BIACA%2CsCAAA%3BIACA%2C0BAAA%3B%3BEAGJ%3BEACA%3BIACI%2C8CAAA%3BIACA%2CmBAAmB%2CwBAAnB%3BIACA%2CkCAAA%3BIACA%2CsCAAA%3BIACA%2CWAAW%2CwBAAX%3BIACA%2C0BAAA%3B%3BEAGJ%3BEACA%3BIACI%2C8CAAA%3BIACA%2CmBAAmB%2CwBAAnB%3BIACA%2CkCAAA%3BIACA%2CsCAAA%3BIACA%2CUAAA%3BIACA%2CWAAW%2CwBAAX%3BIACA%2C0BAAA%3B%3BEAGJ%3BIACI%2CmBAAmB%2CwBAAnB%3BIACA%2CUAAA%3BIACA%2CWAAW%2CwBAAX%3B%3B%3BAAIR%3BEACI%3BIACI%2C8CAAA%3BIACA%2CkCAAA%3BIACA%2CsCAAA%3BIACA%2C0BAAA%3B%3BEAGJ%3BEACA%3BIACI%2C8CAAA%3BIACA%2CmBAAmB%2CwBAAnB%3BIACA%2CkCAAA%3BIACA%2CsCAAA%3BIACA%2CWAAW%2CwBAAX%3BIACA%2C0BAAA%3B%3BEAGJ%3BEACA%3BIACI%2C8CAAA%3BIACA%2CmBAAmB%2CwBAAnB%3BIACA%2CkCAAA%3BIACA%2CsCAAA%3BIACA%2CUAAA%3BIACA%2CWAAW%2CwBAAX%3BIACA%2C0BAAA%3B%3BEAGJ%3BIACI%2CmBAAmB%2CwBAAnB%3BIACA%2CUAAA%3BIACA%2CWAAW%2CwBAAX%3B%3B%3BAAIR%3BEACI%2C6BAAA%3BEACA%2CqBAAA%3B%3BAAGJ%3BEACI%3BIACI%2CmBAAmB%2CyBAAyB%2C0BAA5C%3BIACA%2CUAAA%3BIACA%2CWAAW%2CyBAAyB%2C0BAApC%3B%3BEAGJ%3BIACI%2CuBAAA%3BIACA%2CUAAA%3BIACA%2CeAAA%3B%3B%3BAAIR%3BEACI%3BIACI%2CmBAAmB%2CyBAAyB%2C0BAA5C%3BIACA%2CUAAA%3BIACA%2CWAAW%2CyBAAyB%2C0BAApC%3B%3BEAGJ%3BIACI%2CuBAAA%3BIACA%2CUAAA%3BIACA%2CeAAA%3B%3B%3BAAIR%3BEACI%2C8BAAA%3BEACA%2CsBAAA%3B%3BAAGJ%3BEACI%3BIACI%2CUAAA%3B%3BEAGJ%3BIACI%2CmBAAmB%2CwBAAwB%2CyBAA3C%3BIACA%2CUAAA%3BIACA%2CWAAW%2CwBAAwB%2CyBAAnC%3B%3B%3BAAIR%3BEACI%3BIACI%2CUAAA%3B%3BEAGJ%3BIACI%2CmBAAmB%2CwBAAwB%2CyBAA3C%3BIACA%2CUAAA%3BIACA%2CWAAW%2CwBAAwB%2CyBAAnC%3B%3B%3BAAIR%3BEACI%2C%2BBAAA%3BEACA%2CuBAAA%3B%3BAAGJ%3BEACI%3BIACI%2CmBAAmB%2CsBAAnB%3BIACA%2CUAAA%3BIACA%2CWAAW%2CsBAAX%3B%3BEAGJ%3BIACI%2CUAAA%3B%3B%3BAAIR%3BEACI%3BIACI%2CmBAAmB%2CsBAAnB%3BIACA%2CUAAA%3BIACA%2CWAAW%2CsBAAX%3B%3BEAGJ%3BIACI%2CUAAA%3B%3B%3BAAIR%3BEACI%2C8BAAA%3BEACA%2CsBAAA%3B%3BAAGJ%3BEACI%3BIACI%2CmCAAmC%2CsCAAnC%3BIACA%2CmBAAmB%2CuBAAoB%2C0BAAvC%3BIACA%2C2BAA2B%2CsCAA3B%3BIACA%2CUAAA%3BIACA%2CWAAW%2CuBAAoB%2C0BAA%5C%2FB%3B%3BEAGJ%3BIACI%2CmCAAmC%2CmCAAnC%3BIACA%2CmBAAmB%2C6BAA0B%2CuBAA7C%3BIACA%2C2BAA2B%2CmCAA3B%3BIACA%2CUAAA%3BIACA%2CWAAW%2C6BAA0B%2CuBAArC%3B%3B%3BAAIR%3BEACI%3BIACI%2CmCAAmC%2CsCAAnC%3BIACA%2CmBAAmB%2CuBAAoB%2C0BAAvC%3BIACA%2C2BAA2B%2CsCAA3B%3BIACA%2CUAAA%3BIACA%2CWAAW%2CuBAAoB%2C0BAA%5C%2FB%3B%3BEAGJ%3BIACI%2CmCAAmC%2CmCAAnC%3BIACA%2CmBAAmB%2C6BAA0B%2CuBAA7C%3BIACA%2C2BAA2B%2CmCAA3B%3BIACA%2CUAAA%3BIACA%2CWAAW%2C6BAA0B%2CuBAArC%3B%3B%3BAAIR%3BEACI%2CkCAAA%3BEACA%2C0BAAA%3B%3BAAGJ%3BEACI%3BIACI%2CmCAAmC%2CsCAAnC%3BIACA%2CmBAAmB%2CuBAAoB%2C0BAAvC%3BIACA%2C2BAA2B%2CsCAA3B%3BIACA%2CUAAA%3BIACA%2CWAAW%2CuBAAoB%2C0BAA%5C%2FB%3B%3BEAGJ%3BIACI%2CmCAAmC%2CmCAAnC%3BIACA%2CmBAAmB%2C6BAA0B%2CuBAA7C%3BIACA%2C2BAA2B%2CmCAA3B%3BIACA%2CUAAA%3BIACA%2CWAAW%2C6BAA0B%2CuBAArC%3B%3B%3BAAIR%3BEACI%3BIACI%2CmCAAmC%2CsCAAnC%3BIACA%2CmBAAmB%2CuBAAoB%2C0BAAvC%3BIACA%2C2BAA2B%2CsCAA3B%3BIACA%2CUAAA%3BIACA%2CWAAW%2CuBAAoB%2C0BAA%5C%2FB%3B%3BEAGJ%3BIACI%2CmCAAmC%2CmCAAnC%3BIACA%2CmBAAmB%2C6BAA0B%2CuBAA7C%3BIACA%2C2BAA2B%2CmCAA3B%3BIACA%2CUAAA%3BIACA%2CWAAW%2C6BAA0B%2CuBAArC%3B%3B%3BAAIR%3BEACI%2CkCAAA%3BEACA%2C0BAAA%3B%3BAAGJ%3BEACI%3BIACI%2CmCAAmC%2CsCAAnC%3BIACA%2CmBAAmB%2CuBAAoB%2CyBAAvC%3BIACA%2C2BAA2B%2CsCAA3B%3BIACA%2CUAAA%3BIACA%2CWAAW%2CuBAAoB%2CyBAA%5C%2FB%3B%3BEAGJ%3BIACI%2CmCAAmC%2CmCAAnC%3BIACA%2CmBAAmB%2C6BAA0B%2CwBAA7C%3BIACA%2C2BAA2B%2CmCAA3B%3BIACA%2CUAAA%3BIACA%2CWAAW%2C6BAA0B%2CwBAArC%3B%3B%3BAAIR%3BEACI%3BIACI%2CmCAAmC%2CsCAAnC%3BIACA%2CmBAAmB%2CuBAAoB%2CyBAAvC%3BIACA%2C2BAA2B%2CsCAA3B%3BIACA%2CUAAA%3BIACA%2CWAAW%2CuBAAoB%2CyBAA%5C%2FB%3B%3BEAGJ%3BIACI%2CmCAAmC%2CmCAAnC%3BIACA%2CmBAAmB%2C6BAA0B%2CwBAA7C%3BIACA%2C2BAA2B%2CmCAA3B%3BIACA%2CUAAA%3BIACA%2CWAAW%2C6BAA0B%2CwBAArC%3B%3B%3BAAIR%3BEACI%2CmCAAA%3BEACA%2C2BAAA%3B%3BAAGJ%3BEACI%3BIACI%2CmCAAmC%2CsCAAnC%3BIACA%2CmBAAmB%2CuBAAoB%2CyBAAvC%3BIACA%2C2BAA2B%2CsCAA3B%3BIACA%2CUAAA%3BIACA%2CWAAW%2CuBAAoB%2CyBAA%5C%2FB%3B%3BEAGJ%3BIACI%2CmCAAmC%2CmCAAnC%3BIACA%2CmBAAmB%2C6BAA0B%2CwBAA7C%3BIACA%2C2BAA2B%2CmCAA3B%3BIACA%2CUAAA%3BIACA%2CWAAW%2C6BAA0B%2CwBAArC%3B%3B%3BAAIR%3BEACI%3BIACI%2CmCAAmC%2CsCAAnC%3BIACA%2CmBAAmB%2CuBAAoB%2CyBAAvC%3BIACA%2C2BAA2B%2CsCAA3B%3BIACA%2CUAAA%3BIACA%2CWAAW%2CuBAAoB%2CyBAA%5C%2FB%3B%3BEAGJ%3BIACI%2CmCAAmC%2CmCAAnC%3BIACA%2CmBAAmB%2C6BAA0B%2CwBAA7C%3BIACA%2C2BAA2B%2CmCAA3B%3BIACA%2CUAAA%3BIACA%2CWAAW%2C6BAA0B%2CwBAArC%3B%3B%3BAAIR%3BEACI%2CgCAAA%3BEACA%2CwBAAA%3B%3BAAGJ%3BEACI%3BIACI%2CUAAA%3B%3BEAGJ%3BIACI%2CmBAAmB%2CsBAAnB%3BIACA%2CUAAA%3BIACA%2CWAAW%2CsBAAX%3B%3BEAGJ%3BIACI%2CUAAA%3B%3B%3BAAIR%3BEACI%3BIACI%2CUAAA%3B%3BEAGJ%3BIACI%2CmBAAmB%2CsBAAnB%3BIACA%2CUAAA%3BIACA%2CWAAW%2CsBAAX%3B%3BEAGJ%3BIACI%2CUAAA%3B%3B%3BAAIR%3BEACI%2C%2BBAAA%3BEACA%2CuBAAA%3B%3BAAGJ%3BEACI%3BIACI%2CmCAAmC%2CsCAAnC%3BIACA%2CmBAAmB%2C6BAA0B%2CwBAA7C%3BIACA%2C2BAA2B%2CsCAA3B%3BIACA%2CUAAA%3BIACA%2CWAAW%2C6BAA0B%2CwBAArC%3B%3BEAGJ%3BIACI%2CmCAAmC%2CmCAAnC%3BIACA%2CmBAAmB%2CuBAAoB%2CyBAAvC%3BIACA%2CuCAAA%3BIACA%2C2BAA2B%2CmCAA3B%3BIACA%2CUAAA%3BIACA%2CWAAW%2CuBAAoB%2CyBAA%5C%2FB%3BIACA%2C%2BBAAA%3B%3B%3BAAIR%3BEACI%3BIACI%2CmCAAmC%2CsCAAnC%3BIACA%2CmBAAmB%2C6BAA0B%2CwBAA7C%3BIACA%2C2BAA2B%2CsCAA3B%3BIACA%2CUAAA%3BIACA%2CWAAW%2C6BAA0B%2CwBAArC%3B%3BEAGJ%3BIACI%2CmCAAmC%2CmCAAnC%3BIACA%2CmBAAmB%2CuBAAoB%2CyBAAvC%3BIACA%2CuCAAA%3BIACA%2C2BAA2B%2CmCAA3B%3BIACA%2CUAAA%3BIACA%2CWAAW%2CuBAAoB%2CyBAA%5C%2FB%3BIACA%2C%2BBAAA%3B%3B%3BAAIR%3BEACI%2CmCAAA%3BEACA%2C2BAAA%3B%3BAAGJ%3BEACI%3BIACI%2CmBAAmB%2C6BAA0B%2CuBAA7C%3BIACA%2CUAAA%3BIACA%2CWAAW%2C6BAA0B%2CuBAArC%3B%3BEAGJ%3BIACI%2CmBAAmB%2CWAAU%2C0BAA7B%3BIACA%2CqCAAA%3BIACA%2CUAAA%3BIACA%2CWAAW%2CWAAU%2C0BAArB%3BIACA%2C6BAAA%3B%3B%3BAAIR%3BEACI%3BIACI%2CmBAAmB%2C6BAA0B%2CuBAA7C%3BIACA%2CUAAA%3BIACA%2CWAAW%2C6BAA0B%2CuBAArC%3B%3BEAGJ%3BIACI%2CmBAAmB%2CWAAU%2C0BAA7B%3BIACA%2CqCAAA%3BIACA%2CUAAA%3BIACA%2CWAAW%2CWAAU%2C0BAArB%3BIACA%2C6BAAA%3B%3B%3BAAIR%3BEACI%2CmCAAA%3BEACA%2C2BAAA%3B%3BAAGJ%3BEACI%3BIACI%2CmBAAmB%2C6BAA0B%2CwBAA7C%3BIACA%2CUAAA%3BIACA%2CWAAW%2C6BAA0B%2CwBAArC%3B%3BEAGJ%3BIACI%2CmBAAmB%2CWAAU%2CyBAA7B%3BIACA%2CsCAAA%3BIACA%2CUAAA%3BIACA%2CWAAW%2CWAAU%2CyBAArB%3BIACA%2C8BAAA%3B%3B%3BAAIR%3BEACI%3BIACI%2CmBAAmB%2C6BAA0B%2CwBAA7C%3BIACA%2CUAAA%3BIACA%2CWAAW%2C6BAA0B%2CwBAArC%3B%3BEAGJ%3BIACI%2CmBAAmB%2CWAAU%2CyBAA7B%3BIACA%2CsCAAA%3BIACA%2CUAAA%3BIACA%2CWAAW%2CWAAU%2CyBAArB%3BIACA%2C8BAAA%3B%3B%3BAAIR%3BEACI%2CoCAAA%3BEACA%2C4BAAA%3B%3BAAGJ%3BEACI%3BIACI%2CmCAAmC%2CsCAAnC%3BIACA%2CmBAAmB%2C6BAA0B%2CuBAA7C%3BIACA%2C2BAA2B%2CsCAA3B%3BIACA%2CUAAA%3BIACA%2CWAAW%2C6BAA0B%2CuBAArC%3B%3BEAGJ%3BIACI%2CmCAAmC%2CmCAAnC%3BIACA%2CmBAAmB%2CuBAAoB%2C0BAAvC%3BIACA%2CuCAAA%3BIACA%2C2BAA2B%2CmCAA3B%3BIACA%2CUAAA%3BIACA%2CWAAW%2CuBAAoB%2C0BAA%5C%2FB%3BIACA%2C%2BBAAA%3B%3B%3BAAIR%3BEACI%3BIACI%2CmCAAmC%2CsCAAnC%3BIACA%2CmBAAmB%2C6BAA0B%2CuBAA7C%3BIACA%2C2BAA2B%2CsCAA3B%3BIACA%2CUAAA%3BIACA%2CWAAW%2C6BAA0B%2CuBAArC%3B%3BEAGJ%3BIACI%2CmCAAmC%2CmCAAnC%3BIACA%2CmBAAmB%2CuBAAoB%2C0BAAvC%3BIACA%2CuCAAA%3BIACA%2C2BAA2B%2CmCAA3B%3BIACA%2CUAAA%3BIACA%2CWAAW%2CuBAAoB%2C0BAA%5C%2FB%3BIACA%2C%2BBAAA%3B%3B%3BAAIR%3BEACI%2CiCAAA%3BEACA%2CyBAAA%3B%3BAAGJ%3BEACI%3BIACI%2CmBAAmB%2CiBAAnB%3BIACA%2CWAAW%2CiBAAX%3BIACA%2CmBAAA%3B%3BEAGJ%3BIACI%2CmBAAmB%2CaAAnB%3BIACA%2CWAAW%2CaAAX%3B%3B%3BAAIR%3BEACI%3BIACI%2CmBAAmB%2CiBAAnB%3BIACA%2CWAAW%2CiBAAX%3BIACA%2CmBAAA%3B%3BEAGJ%3BIACI%2CmBAAmB%2CaAAnB%3BIACA%2CWAAW%2CaAAX%3B%3B%3BAAIR%3BEACI%2CmCAAA%3BEACA%2C2BAAA%3B%3BAAGJ%3BEACI%3BIACI%2CmBAAmB%2CiBAAnB%3BIACA%2CWAAW%2CiBAAX%3BIACA%2CmBAAA%3B%3BEAGJ%3BIACI%2CmBAAmB%2CaAAnB%3BIACA%2CWAAW%2CaAAX%3B%3B%3BAAIR%3BEACI%3BIACI%2CmBAAmB%2CiBAAnB%3BIACA%2CWAAW%2CiBAAX%3BIACA%2CmBAAA%3B%3BEAGJ%3BIACI%2CmBAAmB%2CaAAnB%3BIACA%2CWAAW%2CaAAX%3B%3B%3BAAIR%3BEACI%2CmCAAA%3BEACA%2C2BAAA%3B%3BAAGJ%3BEACI%3BIACI%2CmBAAmB%2CgBAAnB%3BIACA%2CWAAW%2CgBAAX%3BIACA%2CmBAAA%3B%3BEAGJ%3BIACI%2CmBAAmB%2CaAAnB%3BIACA%2CWAAW%2CaAAX%3B%3B%3BAAIR%3BEACI%3BIACI%2CmBAAmB%2CgBAAnB%3BIACA%2CWAAW%2CgBAAX%3BIACA%2CmBAAA%3B%3BEAGJ%3BIACI%2CmBAAmB%2CaAAnB%3BIACA%2CWAAW%2CaAAX%3B%3B%3BAAIR%3BEACI%2CoCAAA%3BEACA%2C4BAAA%3B%3BAAGJ%3BEACI%3BIACI%2CmBAAmB%2CgBAAnB%3BIACA%2CWAAW%2CgBAAX%3BIACA%2CmBAAA%3B%3BEAGJ%3BIACI%2CmBAAmB%2CaAAnB%3BIACA%2CWAAW%2CaAAX%3B%3B%3BAAIR%3BEACI%3BIACI%2CmBAAmB%2CgBAAnB%3BIACA%2CWAAW%2CgBAAX%3BIACA%2CmBAAA%3B%3BEAGJ%3BIACI%2CmBAAmB%2CaAAnB%3BIACA%2CWAAW%2CaAAX%3B%3B%3BAAIR%3BEACI%2CiCAAA%3BEACA%2CyBAAA%3B%3BAAGJ%3BEACI%3BIACI%2CmBAAmB%2CaAAnB%3BIACA%2CWAAW%2CaAAX%3B%3BEAGJ%3BIACI%2CmBAAmB%2CgBAAnB%3BIACA%2CWAAW%2CgBAAX%3BIACA%2CkBAAA%3B%3B%3BAAIR%3BEACI%3BIACI%2CmBAAmB%2CaAAnB%3BIACA%2CWAAW%2CaAAX%3B%3BEAGJ%3BIACI%2CmBAAmB%2CgBAAnB%3BIACA%2CWAAW%2CgBAAX%3BIACA%2CkBAAA%3B%3B%3BAAIR%3BEACI%2CoCAAA%3BEACA%2C4BAAA%3B%3BAAGJ%3BEACI%3BIACI%2CmBAAmB%2CaAAnB%3BIACA%2CWAAW%2CaAAX%3B%3BEAGJ%3BIACI%2CmBAAmB%2CiBAAnB%3BIACA%2CWAAW%2CiBAAX%3BIACA%2CkBAAA%3B%3B%3BAAIR%3BEACI%3BIACI%2CmBAAmB%2CaAAnB%3BIACA%2CWAAW%2CaAAX%3B%3BEAGJ%3BIACI%2CmBAAmB%2CiBAAnB%3BIACA%2CWAAW%2CiBAAX%3BIACA%2CkBAAA%3B%3B%3BAAIR%3BEACI%2CoCAAA%3BEACA%2C4BAAA%3B%3BAAGJ%3BEACI%3BIACI%2CmBAAmB%2CaAAnB%3BIACA%2CWAAW%2CaAAX%3B%3BEAGJ%3BIACI%2CmBAAmB%2CgBAAnB%3BIACA%2CWAAW%2CgBAAX%3BIACA%2CkBAAA%3B%3B%3BAAIR%3BEACI%3BIACI%2CmBAAmB%2CaAAnB%3BIACA%2CWAAW%2CaAAX%3B%3BEAGJ%3BIACI%2CmBAAmB%2CgBAAnB%3BIACA%2CWAAW%2CgBAAX%3BIACA%2CkBAAA%3B%3B%3BAAIR%3BEACI%2CqCAAA%3BEACA%2C6BAAA%3B%3BAAGJ%3BEACI%3BIACI%2CmBAAmB%2CaAAnB%3BIACA%2CWAAW%2CaAAX%3B%3BEAGJ%3BIACI%2CmBAAmB%2CiBAAnB%3BIACA%2CWAAW%2CiBAAX%3BIACA%2CkBAAA%3B%3B%3BAAIR%3BEACI%3BIACI%2CmBAAmB%2CaAAnB%3BIACA%2CWAAW%2CaAAX%3B%3BEAGJ%3BIACI%2CmBAAmB%2CiBAAnB%3BIACA%2CWAAW%2CiBAAX%3BIACA%2CkBAAA%3B%3B%3BAAIR%3BEACI%2CkCAAA%3BEACA%2C0BAAA%3B%3B%3BAC1rGgC%2CqBAP5B%2CgBACK%2CgBACG%2CGACK%2CKACI%2CSACG%2CGACI%2CGACK%3BAACD%2CqBAR5B%2CgBACK%2CgBACG%2CGACK%2CKACI%2CSACG%2CGACI%2CGAEK%3BEACG%2CWAAA%3B%3BAAEJ%2CqBAX5B%2CgBACK%2CgBACG%2CGACK%2CKACI%2CSACG%2CGACI%2CGAKK%3BAACD%2CqBAZ5B%2CgBACK%2CgBACG%2CGACK%2CKACI%2CSACG%2CGACI%2CGAMK%3BEACG%2CUAAA%3B%3BAAWpC%2CqBACI%3BEACI%2CcAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3B%3BAAGQ%2CqBANZ%2CgBAII%2CMACK%2CWACI%3BEACG%2CYAAA%3BEACA%2CiBAAA%3B%3BAAGJ%2CqBAXZ%2CgBAII%2CMACK%2CWAMI%3BEACG%2CWAAA%3BEACA%2CkBAAA%3B%3BAAdpB%2CqBACI%2CgBAII%2CMAYK%3BEACG%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAAvBhB%2CqBACI%2CgBAII%2CMAYK%2CKASI%3BEACG%2CqBAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3B%3BAA%5C%2FBpB%2CqBACI%2CgBAII%2CMAYK%2CKASI%2CKAOG%3BEACI%2CgBAAA%3B%3BAAlCxB%2CqBACI%2CgBAII%2CMAYK%2CKASI%2CKAWG%2CKAAI%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CaAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3B%3BAAGA%2CqBAjDpB%2CgBAII%2CMAYK%2CKASI%2CKAWG%2CKAAI%2CKAaC%3BEACG%2CSAAS%2COAAT%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CaAAa%2CaAAb%3B%3BAAOA%2CqBA9DxB%2CgBAII%2CMAYK%2CKASI%2CKAmCI%2COACG%2CKAAI%2CKACC%3BEACG%2CWAAA%3BEACA%2CSAAS%2COAAT%3B%3BAAjEhC%2CqBACI%2CgBAII%2CMAYK%2CKASI%2CKA4CG%3BEACI%2CqBAAA%3B%3BAAvExB%2CqBACI%2CgBAII%2CMAYK%2CKASI%2CKA4CG%2CgBAGI%3BEACI%2CUAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3B%3BAAOA%2CqBAlFxB%2CgBAII%2CMAYK%2CKASI%2CKAsDI%2CuBAEG%2CGACK%3BEACG%2CUAAA%3B%3BAAJZ%2CqBA%5C%2FEhB%2CgBAII%2CMAYK%2CKASI%2CKAsDI%2CuBAEG%2CGAKI%3BEACI%2CSAAA%3BEACA%2CUAAA%3B%3BAATZ%2CqBA%5C%2FEhB%2CgBAII%2CMAYK%2CKASI%2CKAsDI%2CuBAEG%2CGAKI%2CGAII%3BEACI%2CsBAAA%3BEACA%2CWAAA%3B%3BAAbhB%2CqBA%5C%2FEhB%2CgBAII%2CMAYK%2CKASI%2CKAsDI%2CuBAEG%2CGAKI%2CGAII%2CsBAII%3BAAfhB%2CqBA%5C%2FEhB%2CgBAII%2CMAYK%2CKASI%2CKAsDI%2CuBAEG%2CGAKI%2CGAII%2CsBAKI%3BAAhBhB%2CqBA%5C%2FEhB%2CgBAII%2CMAYK%2CKASI%2CKAsDI%2CuBAEG%2CGAKI%2CGAII%2CsBAMI%3BEACI%2CWAAA%3BEACA%2CaAAA%3B%3BAAnBpB%2CqBA%5C%2FEhB%2CgBAII%2CMAYK%2CKASI%2CKAsDI%2CuBAEG%2CGAKI%2CGAII%2CsBAII%2CwBAMI%3BAArBpB%2CqBA%5C%2FEhB%2CgBAII%2CMAYK%2CKASI%2CKAsDI%2CuBAEG%2CGAKI%2CGAII%2CsBAKI%2CwBAKI%3BAArBpB%2CqBA%5C%2FEhB%2CgBAII%2CMAYK%2CKASI%2CKAsDI%2CuBAEG%2CGAKI%2CGAII%2CsBAMI%2CwBAII%3BEACI%2CWAAA%3BEACA%2CaAAA%3B%3BAAvBxB%2CqBA%5C%2FEhB%2CgBAII%2CMAYK%2CKASI%2CKAsDI%2CuBAEG%2CGAKI%2CGAII%2CsBAII%2CwBAWI%2CGACI%3BAA3BxB%2CqBA%5C%2FEhB%2CgBAII%2CMAYK%2CKASI%2CKAsDI%2CuBAEG%2CGAKI%2CGAII%2CsBAKI%2CwBAUI%2CGACI%3BAA3BxB%2CqBA%5C%2FEhB%2CgBAII%2CMAYK%2CKASI%2CKAsDI%2CuBAEG%2CGAKI%2CGAII%2CsBAMI%2CwBASI%2CGACI%3BEACI%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAA9B5B%2CqBA%5C%2FEhB%2CgBAII%2CMAYK%2CKASI%2CKAsDI%2CuBAEG%2CGAKI%2CGAII%2CsBAwBI%3BEACI%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3B%3BAAOpB%2CqBA5HhB%2CgBAII%2CMAYK%2CKASI%2CKAmGI%2CcACG%3BEACI%2CyBAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3B%3BAALR%2CqBA5HhB%2CgBAII%2CMAYK%2CKASI%2CKAmGI%2CcACG%2CuBAOI%2CeAAe%3BEACX%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3B%3BAAXZ%2CqBA5HhB%2CgBAII%2CMAYK%2CKASI%2CKAmGI%2CcACG%2CuBAOI%2CeAAe%2CcAKX%3BEACI%2CYAAA%3BEACA%2CqBAAA%3B%3BAAfhB%2CqBA5HhB%2CgBAII%2CMAYK%2CKASI%2CKAmGI%2CcACG%2CuBAOI%2CeAAe%2CcAKX%2CmBAGI%3BEACI%2CWAAA%3BEACA%2CUAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3B%3BAArBpB%2CqBA5HhB%2CgBAII%2CMAYK%2CKASI%2CKAmGI%2CcACG%2CuBAOI%2CeAAe%2CcAKX%2CmBAWI%3BEACI%2CYAAA%3BEACA%2CUAAA%3B%3BAA1BpB%2CqBA5HhB%2CgBAII%2CMAYK%2CKASI%2CKAmGI%2CcACG%2CuBAOI%2CeAAe%2CcAKX%2CmBAWI%2CsBAGI%3BEACI%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3B%3BAAjCxB%2CqBA5HhB%2CgBAII%2CMAYK%2CKASI%2CKAmGI%2CcACG%2CuBAOI%2CeAAe%2CcAKX%2CmBAWI%2CsBAGI%2CoBAOI%3BEACI%2CYAAA%3B%3BAAKZ%2CqBApKhC%2CgBAII%2CMAYK%2CKASI%2CKAmGI%2CcACG%2CuBAOI%2CeAAe%2CcAKX%2CmBA2BK%3BEACG%2CqBAAA%3BEACA%2C8CAAA%3BEACA%2CSAAA%3BEACA%2CYAAA%3B%3BAAOpB%2CqBA%5C%2FKhB%2CgBAII%2CMAYK%2CKASI%2CKAsJI%2CmBACG%3BEACI%2CSAAA%3BEACA%2CUAAA%3B%3BAAEA%2CqBApLxB%2CgBAII%2CMAYK%2CKASI%2CKAsJI%2CmBACG%2CGAIK%3BEACG%2CUAAA%3BEACA%2CiBAAA%3BEACA%2CYAAA%3B%3BAAOJ%2CqBA9LxB%2CgBAII%2CMAYK%2CKASI%2CKAmKI%2CmBACG%2CGACK%2CQACG%3BEACI%2CWAAA%3B%3BAAQR%2CqBAxMxB%2CgBAII%2CMAYK%2CKASI%2CKA6KI%2CmBACI%2CIACI%3BEACG%2CWAAA%3BEACA%2CSAAS%2COAAT%3BEACA%2CYAAA%3BEACA%2CaAAa%2CaAAb%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3BEACA%2CoBAAA%3B%3BAAOZ%2CqBAvNhB%2CgBAII%2CMAYK%2CKASI%2CKA8LI%2COACI%3BEACG%2CWAAA%3B%3BAAEA%2CqBA3NxB%2CgBAII%2CMAYK%2CKASI%2CKA8LI%2COACI%2CIAGI%3BEACG%2CWAAA%3B%3BAAKJ%2CqBAjOxB%2CgBAII%2CMAYK%2CKASI%2CKA8LI%2COASG%2CeACK%3BEACG%2CWAAA%3B%3BAAnOhC%2CqBACI%2CgBAII%2CMAYK%2CKASI%2CKA8MG%3BEACI%2CuBAAA%3BEACA%2CqBAAA%3BEACA%2CaAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3B%3BAAIA%2CqBArPpB%2CgBAII%2CMAYK%2CKASI%2CKA8MG%2CGAcK%2CcACI%2CKACI%3BEACG%2CgBAAA%3B%3BAAEA%2CqBA1PhC%2CgBAII%2CMAYK%2CKASI%2CKA8MG%2CGAcK%2CcACI%2CKACI%2CIAGI%3BEACG%2CaAAA%3B%3BAAGJ%2CqBA9PhC%2CgBAII%2CMAYK%2CKASI%2CKA8MG%2CGAcK%2CcACI%2CKACI%2CIAOI%3BEACG%2CWAAA%3B%3BAAMhB%2CqBArQpB%2CgBAII%2CMAYK%2CKASI%2CKA8MG%2CGA8BK%3BEACG%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEvMyI5B%2C8BAAA%3BEACI%2C0BAAA%3BEACI%2CsBAAA%3B%3BAuMvIwB%2CqBA5Q5B%2CgBAII%2CMAYK%2CKASI%2CKA8MG%2CGA8BK%2CcAMG%2CGACK%2CUACG%3BEACI%2CWAAA%3BEACA%2CgBAAA%3B%3BAAMhB%2CqBArRpB%2CgBAII%2CMAYK%2CKASI%2CKA8MG%2CGA8CK%3BEACG%2CgBAAA%3BEACA%2CeAAA%3B%3BAAGJ%2CqBA1RpB%2CgBAII%2CMAYK%2CKASI%2CKA8MG%2CGAmDK%3BEACG%2CgBAAA%3BEACA%2CcAAA%3B%3BAAGJ%2CqBA%5C%2FRpB%2CgBAII%2CMAYK%2CKASI%2CKA8MG%2CGAwDK%3BEACG%2CgBAAA%3BEACA%2CeAAA%3B%3BAAlS5B%2CqBACI%2CgBAII%2CMAYK%2CKASI%2CKA8MG%2CGA6DI%3BEACI%2CWAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAAzS5B%2CqBACI%2CgBAII%2CMAYK%2CKASI%2CKA8MG%2CGA6DI%2CGAKI%3BEACI%2CaAAA%3B%3BAAGJ%2CqBA7SxB%2CgBAII%2CMAYK%2CKASI%2CKA8MG%2CGA6DI%2CGASK%3BEACG%2CqBAAA%3B%3BAA%5C%2FShC%2CqBACI%2CgBAII%2CMAYK%2CKASI%2CKA8MG%2CGA6DI%2CGAaI%2CeACI%3BEvMiFhC%2CuBAAA%3BEACQ%2CeAAA%3B%3BAuMhF4B%2CqBApThC%2CgBAII%2CMAYK%2CKASI%2CKA8MG%2CGA6DI%2CGAaI%2CeACI%2CGAEK%3BEvM%2BErC%2CwBAAA%3BEACQ%2CgBAAA%3B%3BAuMhF4B%2CqBApThC%2CgBAII%2CMAYK%2CKASI%2CKA8MG%2CGA6DI%2CGAaI%2CeACI%2CGAEK%2CaAEG%3BEACI%2CgBAAA%3B%3BAAxT5C%2CqBACI%2CgBAII%2CMAYK%2CKASI%2CKA8MG%2CGA6DI%2CGAyBI%3BEACI%2CaAAA%3B%3BAAEA%2CqBAhU5B%2CgBAII%2CMAYK%2CKASI%2CKA8MG%2CGA6DI%2CGAyBI%2CeAGK%3BEACG%2CaAAA%3B%3BAAlUpC%2CqBACI%2CgBAII%2CMAYK%2CKASI%2CKA8MG%2CGA6DI%2CGAiCI%3BEACI%2CWAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3B%3BAAEA%2CqBA1U5B%2CgBAII%2CMAYK%2CKASI%2CKA8MG%2CGA6DI%2CGAiCI%2CEAKK%3BEACG%2CcAAA%3BEACA%2CqBAAA%3B%3BAA7UpC%2CqBACI%2CgBAII%2CMAYK%2CKASI%2CKA8MG%2CGA6DI%2CGAiCI%2CEAUI%3BEACI%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3B%3BAAGA%2CqBAxVhC%2CgBAII%2CMAYK%2CKASI%2CKA8MG%2CGA6DI%2CGAiCI%2CEAUI%2CeASK%3BEACG%2CkBAAA%3B%3BAAGJ%2CqBA5VhC%2CgBAII%2CMAYK%2CKASI%2CKA8MG%2CGA6DI%2CGAiCI%2CEAUI%2CeAaK%3BEACG%2CmBAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CqBAjWhC%2CgBAII%2CMAYK%2CKASI%2CKA8MG%2CGA6DI%2CGAiCI%2CEAUI%2CeAkBK%3BEACG%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAAGA%2CqBAzWpC%2CgBAII%2CMAYK%2CKASI%2CKA8MG%2CGA6DI%2CGAiCI%2CEAUI%2CeAkBK%2CeAQI%3BEACG%2CmCAAA%3BEACA%2CiCAAA%3BEACA%2CsBAAA%3BEACA%2CYAAA%3BEACA%2CSAAS%2CGAAT%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3B%3BAAIR%2CqBAtXhC%2CgBAII%2CMAYK%2CKASI%2CKA8MG%2CGA6DI%2CGAiCI%2CEAUI%2CeAuCK%3BEACG%2CmBAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CqBA3XhC%2CgBAII%2CMAYK%2CKASI%2CKA8MG%2CGA6DI%2CGAiCI%2CEAUI%2CeA4CK%3BEACG%2CmBAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAAGA%2CqBAnYpC%2CgBAII%2CMAYK%2CKASI%2CKA8MG%2CGA6DI%2CGAiCI%2CEAUI%2CeA4CK%2CeAQI%3BEACG%2CmCAAA%3BEACA%2CiCAAA%3BEACA%2CsBAAA%3BEACA%2CYAAA%3BEACA%2CSAAS%2CGAAT%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3B%3BAAIR%2CqBAhZhC%2CgBAII%2CMAYK%2CKASI%2CKA8MG%2CGA6DI%2CGAiCI%2CEAUI%2CeAiEK%3BEACG%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CqBAAA%3BEACA%2CYAAA%3BEACA%2CsBAAA%3B%3BAACA%2CqBAzZpC%2CgBAII%2CMAYK%2CKASI%2CKA8MG%2CGA6DI%2CGAiCI%2CEAUI%2CeAiEK%2CgBASI%3BEACG%2CSAAS%2CEAAT%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEAEA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CsBAAA%3BEACA%2CkCAAA%3B%3BAAGR%2CqBAtahC%2CgBAII%2CMAYK%2CKASI%2CKA8MG%2CGA6DI%2CGAiCI%2CEAUI%2CeAuFK%3BEACG%2CUAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CqBAAA%3BEACA%2CYAAA%3BEACA%2CsBAAA%3B%3BAACA%2CqBA%5C%2FapC%2CgBAII%2CMAYK%2CKASI%2CKA8MG%2CGA6DI%2CGAiCI%2CEAUI%2CeAuFK%2CgBASI%3BEACG%2CSAAS%2CEAAT%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEAEA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CsBAAA%3BEACA%2CkCAAA%3B%3BAAGR%3BEACI%3BIACE%2CUAAA%3BIACA%2CWAAW%2CsBAAX%3B%3BEAGF%3BIACE%2CUAAA%3BIACA%2CWAAW%2CsBAAX%3B%3B%3BAArc1C%2CqBACI%2CgBAII%2CMAYK%2CKASI%2CKA8MG%2CGA6DI%2CGAsKI%2CmBACI%3BEACI%2CUAAA%3B%3BAAQA%2CqBApdhC%2CgBAII%2CMAYK%2CKASI%2CKA8MG%2CGA6DI%2CGA4KI%2CqBAEI%2CEAAC%2CmBAEI%3BAAAD%2CqBApdhC%2CgBAII%2CMAYK%2CKASI%2CKA8MG%2CGA6DI%2CGA4KI%2CqBAGI%2CmBAAmB%2CEACd%3BEACG%2CaAAA%3B%3BAAGJ%2CqBAxdhC%2CgBAII%2CMAYK%2CKASI%2CKA8MG%2CGA6DI%2CGA4KI%2CqBAEI%2CEAAC%2CmBAMI%3BAAAD%2CqBAxdhC%2CgBAII%2CMAYK%2CKASI%2CKA8MG%2CGA6DI%2CGA4KI%2CqBAGI%2CmBAAmB%2CEAKd%3BEACG%2CUAAA%3B%3BAA1dxC%2CqBACI%2CgBAII%2CMAYK%2CKASI%2CKA8MG%2CGA6DI%2CGA4KI%2CqBAaI%2CsBACI%2CiBAAmB%3BEACf%2CmBAAA%3B%3BAAGA%2CqBAlepC%2CgBAII%2CMAYK%2CKASI%2CKA8MG%2CGA6DI%2CGA4KI%2CqBAaI%2CsBAII%2CEACK%3BEACG%2CWAAA%3BEACA%2CaAAa%2CaAAb%3BEACA%2CeAAA%3BEACA%2CiBAAA%3B%3BAAGJ%2CqBAzepC%2CgBAII%2CMAYK%2CKASI%2CKA8MG%2CGA6DI%2CGA4KI%2CqBAaI%2CsBAII%2CEAQK%3BEACG%2CWAAA%3BEACA%2CUAAA%3B%3BAAKJ%2CqBAhfpC%2CgBAII%2CMAYK%2CKASI%2CKA8MG%2CGA6DI%2CGA4KI%2CqBAaI%2CsBAkBI%2CEAAC%2COAAO%2CWACH%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CqBAtfpC%2CgBAII%2CMAYK%2CKASI%2CKA8MG%2CGA6DI%2CGA4KI%2CqBAaI%2CsBAwBI%2CEAAC%2COAAO%2CUACH%3BEACG%2CSAAS%2COAAT%3B%3BAAOZ%2CCAAE%2CsBA9f9B%2CgBAII%2CMAYK%2CKASI%2CKA8MG%2CGA6DI%2CGAyNI%2CGACO%3BEACC%2CaAAA%3B%3BAAMhB%2CqBArgBhB%2CgBAII%2CMAYK%2CKASI%2CKA4eI%2CMACI%3BEACG%2CcAAA%3B%3BAAFR%2CqBArgBhB%2CgBAII%2CMAYK%2CKASI%2CKA4eI%2CMAKG%2CcAAc%2CWAAW%3BEACrB%2CWAAA%3B%3BAANR%2CqBArgBhB%2CgBAII%2CMAYK%2CKASI%2CKA4eI%2CMASI%3BEACG%2CWAAA%3B%3BAAhhB5B%2CqBACI%2CgBAII%2CMAYK%2CKASI%2CKA0fI%3BEACG%2CWAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CoBAAA%3BEACA%2CkBAAA%3BEACA%2CqBAAA%3B%3BAA3hBxB%2CqBACI%2CgBAII%2CMAYK%2CKASI%2CKA0fI%2CIASG%3BEACI%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CcAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CWAAA%3B%3BAAEA%2CqBAviBxB%2CgBAII%2CMAYK%2CKASI%2CKA0fI%2CIASG%2CeAWK%3BEACG%2CkBAAA%3B%3BAAGJ%2CqBA3iBxB%2CgBAII%2CMAYK%2CKASI%2CKA0fI%2CIASG%2CeAeK%3BEACG%2CmBAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CqBAhjBxB%2CgBAII%2CMAYK%2CKASI%2CKA0fI%2CIASG%2CeAoBK%3BEACG%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3B%3BAAEA%2CqBAvjB5B%2CgBAII%2CMAYK%2CKASI%2CKA0fI%2CIASG%2CeAoBK%2CeAOI%3BEACG%2CmCAAA%3BEACA%2CiCAAA%3BEACA%2CsBAAA%3BEACA%2CYAAA%3BEACA%2CSAAS%2CGAAT%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3B%3BAAIR%2CqBApkBxB%2CgBAII%2CMAYK%2CKASI%2CKA0fI%2CIASG%2CeAwCK%3BEACG%2CmBAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CqBAzkBxB%2CgBAII%2CMAYK%2CKASI%2CKA0fI%2CIASG%2CeA6CK%3BEACG%2CmBAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3B%3BAAGA%2CqBAjlB5B%2CgBAII%2CMAYK%2CKASI%2CKA0fI%2CIASG%2CeA6CK%2CeAQI%3BEACG%2CmCAAA%3BEACA%2CiCAAA%3BEACA%2CsBAAA%3BEACA%2CYAAA%3BEACA%2CSAAS%2CGAAT%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3B%3BAAIR%2CqBA9lBxB%2CgBAII%2CMAYK%2CKASI%2CKA0fI%2CIASG%2CeAkEK%3BEACG%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CqBAAA%3BEACA%2CYAAA%3BEACA%2CsBAAA%3B%3BAACA%2CqBAvmB5B%2CgBAII%2CMAYK%2CKASI%2CKA0fI%2CIASG%2CeAkEK%2CgBASI%3BEACG%2CSAAS%2CEAAT%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEAEA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CsBAAA%3BEACA%2CkCAAA%3B%3BAAGR%2CqBApnBxB%2CgBAII%2CMAYK%2CKASI%2CKA0fI%2CIASG%2CeAwFK%3BEACG%2CUAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CqBAAA%3BEACA%2CYAAA%3BEACA%2CsBAAA%3B%3BAACA%2CqBA7nB5B%2CgBAII%2CMAYK%2CKASI%2CKA0fI%2CIASG%2CeAwFK%2CgBASI%3BEACG%2CSAAS%2CEAAT%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEAEA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CsBAAA%3BEACA%2CkCAAA%3B%3BAAGR%3BEACI%3BIACE%2CUAAA%3BIACA%2CWAAW%2CsBAAX%3B%3BEAGF%3BIACE%2CUAAA%3BIACA%2CWAAW%2CsBAAX%3B%3B%3BAAnpBlC%2CqBACI%2CgBAII%2CMAYK%2CKASI%2CKA%2BnBI%3BEACG%2CgBAAA%3BEACA%2C8CAAA%3BEACA%2CsBAAA%3BEACA%2CaAAA%3BEACA%2COAAA%3BEACA%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2C8BAAA%3B%3BAArqBxB%2CqBACI%2CgBAII%2CMAYK%2CKASI%2CKA%2BnBI%2CKAcI%2CKACG%3BEACI%2CSAAA%3BEACA%2CUAAA%3B%3BAA1qBhC%2CqBACI%2CgBAII%2CMAYK%2CKASI%2CKA%2BnBI%2CKAcI%2CKAMG%3BEACI%2CWAAA%3B%3BAA9qBhC%2CqBACI%2CgBAII%2CMAYK%2CKASI%2CKA%2BnBI%2CKAcI%2CKAUG%3BEACI%2CgCAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAvrBhC%2CqBACI%2CgBAII%2CMAYK%2CKASI%2CKA%2BnBI%2CKAcI%2CKAmBG%3BEACI%2CWAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CmBAAA%3B%3BAA%5C%2FrBhC%2CqBACI%2CgBAII%2CMAYK%2CKASI%2CKA%2BnBI%2CKAcI%2CKA2BI%3BEACG%2CWAAA%3BEACA%2CiBAAA%3B%3BAApsBhC%2CqBACI%2CgBAII%2CMAYK%2CKASI%2CKA%2BnBI%2CKAcI%2CKAgCG%3BEACI%2C6BAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3B%3BAA3sBhC%2CqBACI%2CgBAII%2CMAYK%2CKASI%2CKA%2BnBI%2CKAcI%2CKAgCG%2CaAOI%3BEACI%2CgBAAA%3B%3BAAQR%2CqBAttBxB%2CgBAII%2CMAYK%2CKASI%2CKA2rBG%2CGACK%2CQACI%2CsBACI%3BEACG%2CUAAA%3B%3BAAHZ%2CqBArtBpB%2CgBAII%2CMAYK%2CKASI%2CKA2rBG%2CGACK%2CQAOI%3BEACG%2CaAAA%3B%3BAAIR%2CqBAjuBpB%2CgBAII%2CMAYK%2CKASI%2CKA2rBG%2CGAaK%2CQACI%3BEACG%2CsBAAA%3BEACA%2CaAAA%3BEACA%2CUAAA%3B%3BAAEA%2CqBAvuB5B%2CgBAII%2CMAYK%2CKASI%2CKA2rBG%2CGAaK%2CQACI%2CKAKI%3BEACG%2CUAAA%3B%3BAAMA%2CqBA9uBhC%2CgBAII%2CMAYK%2CKASI%2CKA2rBG%2CGAaK%2CQAWI%2CsBACI%2CKACI%3BEACG%2CUAAA%3B%3BAAMhB%2CqBArvBpB%2CgBAII%2CMAYK%2CKASI%2CKA2rBG%2CGAiCK%2CQACI%3BEACG%2CsBAAA%3BEACA%2CaAAA%3BEACA%2CaAAA%3B%3BAAGA%2CqBA5vB5B%2CgBAII%2CMAYK%2CKASI%2CKA2rBG%2CGAiCK%2CQACI%2CKAMI%3BEACG%2CUAAA%3B%3BAAKZ%2CqBAlwBpB%2CgBAII%2CMAYK%2CKASI%2CKA2rBG%2CGA8CK%2CQACI%3BEACG%2CsBAAA%3BEACA%2CmBAAA%3BEACA%2CUAAA%3B%3BAACA%2CqBAvwB5B%2CgBAII%2CMAYK%2CKASI%2CKA2rBG%2CGA8CK%2CQACI%2CKAII%3BEACG%2CUAAA%3B%3BAAKZ%2CqBA7wBpB%2CgBAII%2CMAYK%2CKASI%2CKA2rBG%2CGAyDK%2CQACI%3BEACG%2CsBAAA%3BEACA%2CeAAA%3BEACA%2CUAAA%3B%3BAAlxBhC%2CqBACI%2CgBAII%2CMAYK%2CKASI%2CKA6vBG%3BEACI%2CWAAA%3BEACA%2CUAAA%3B%3BAAzxBxB%2CqBACI%2CgBAII%2CMAYK%2CKASI%2CKAkwBG%3BEACI%2CWAAA%3BEACA%2CUAAA%3B%3BAA9xBxB%2CqBACI%2CgBAII%2CMAYK%2CKASI%2CKAkwBG%2CYAII%3BEACI%2CaAAA%3B%3BAAEA%2CqBAlyBxB%2CgBAII%2CMAYK%2CKASI%2CKAkwBG%2CYAII%2C0BAGK%3BEACG%2CcAAA%3B%3BAApyBhC%2CqBACI%2CgBA2yBI%3BEACI%2CaAAA%3BEACA%2CaAAA%3B%3BAAEA%2CqBA%5C%2FyBR%2CgBA2yBI%2CaAIK%3BEACG%2CeAAe%2CgBAAf%3BEACA%2CmBAAmB%2CgBAAnB%3BEACA%2CWAAA%3BEACA%2CSAAS%2COAAT%3BEACA%2CYAAA%3BEACA%2CaAAa%2CaAAb%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CWAAW%2CgBAAX%3B%3BAAKJ%2CqBAj0BR%2CgBAg0BI%2CoBACK%3BEACG%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CSAAS%2COAAT%3BEACA%2CeAAA%3BEACA%2CaAAA%3BEACA%2CYAAA%3BEACA%2CaAAa%2CaAAb%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3B%3BAAMhB%3BEACI%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAAHJ%2CmBAKI%3BEACI%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CSAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CyBAAA%3BEACA%2CWAAA%3B%3BAAdR%2CmBAKI%2CaAYI%3BEACI%2CgBAAA%3B%3BAAKZ%3BEACI%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAAHJ%2CoBAKI%3BEACI%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CSAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CyBAAA%3BEACA%2CWAAA%3B%3BAAdR%2CoBAKI%2CaAWI%3BEACI%2CgBAAA%3B%3BAAKZ%3BEACI%2CWAAA%3BEACA%2CUAAA%3B%3BAAFJ%2CsBAII%3BEACI%2CgBAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3B%3BAAIR%3BEACI%2CYAAA%3BEACA%2CUAAA%3B%3BAAFJ%2CuBAII%3BEACI%2CgBAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3B%3BAAIR%2CqBACI%2CgBACI%2CMAAK%3BEACD%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3B%3BAALZ%2CqBACI%2CgBACI%2CMAAK%2CcAKA%3BEACG%2CkBAAA%3B%3BAARhB%2CqBACI%2CgBACI%2CMAAK%2CcAKA%2CKAGI%3BEACG%2CqBAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAIQ%2CqBAjBxB%2CgBACI%2CMAAK%2CcAKA%2CKAGI%2CKAMI%2CmBACI%2CIACI%3BEACG%2CWAAA%3BEACA%2CSAAS%2COAAT%3BEACA%2CaAAa%2CaAAb%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3B%3BAAIA%2CqBA3B5B%2CgBACI%2CMAAK%2CcAKA%2CKAGI%2CKAMI%2CmBACI%2CIAUI%2CMACI%3BEACG%2CWAAA%3B%3BAA7BpC%2CqBACI%2CgBACI%2CMAAK%2CcAKA%2CKAGI%2CKAyBI%3BEACG%2CsBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAAtCxB%2CqBACI%2CgBACI%2CMAAK%2CcAKA%2CKAGI%2CKA%2BBI%3BEACG%2CUAAA%3BEACA%2CWAAA%3BEACA%2CMAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3B%3BAAGA%2CqBAhDpB%2CgBACI%2CMAAK%2CcAKA%2CKAGI%2CKA%2BBI%2CKAQI%3BEACG%2CUAAA%3BEACA%2CYAAA%3B%3BAAFJ%2CqBAhDpB%2CgBACI%2CMAAK%2CcAKA%2CKAGI%2CKA%2BBI%2CKAQI%2CQAIK%3BEACE%2CUAAA%3B%3BAAOJ%2CqBA5DxB%2CgBACI%2CMAAK%2CcAKA%2CKAGI%2CKAiDI%2CmBACG%2CGACK%3BEACG%2CYAAA%3B%3BAAOJ%2CqBApExB%2CgBACI%2CMAAK%2CcAKA%2CKAGI%2CKAyDI%2CuBACG%2CGACK%3BEACG%2CYAAA%3B%3BAAtEhC%2CqBACI%2CgBA6EI%2CMAAK%3BEACD%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3B%3BAAjFZ%2CqBACI%2CgBA6EI%2CMAAK%2CeAKA%3BEACG%2CkBAAA%3B%3BAApFhB%2CqBACI%2CgBA6EI%2CMAAK%2CeAKA%2CKAGI%3BEACG%2CqBAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3B%3BAAIQ%2CqBA5FxB%2CgBA6EI%2CMAAK%2CeAKA%2CKAGI%2CKAKI%2CmBACI%2CIACI%3BEACG%2CWAAA%3BEACA%2CSAAS%2COAAT%3BEACA%2CaAAa%2CaAAb%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CUAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BAAIA%2CqBAzG5B%2CgBA6EI%2CMAAK%2CeAKA%2CKAGI%2CKAKI%2CmBACI%2CIAaI%2CMACI%3BEACG%2CWAAA%3B%3BAA3GpC%2CqBACI%2CgBA6EI%2CMAAK%2CeAKA%2CKAGI%2CKA2BI%3BEACG%2CsBAAA%3BEACA%2CgCAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAArHxB%2CqBACI%2CgBA6EI%2CMAAK%2CeAKA%2CKAGI%2CKAkCI%3BEACG%2CUAAA%3BEACA%2CWAAA%3BEACA%2CMAAA%3BEACA%2CYAAA%3B%3BAAGA%2CqBA9HpB%2CgBA6EI%2CMAAK%2CeAKA%2CKAGI%2CKAkCI%2CKAOI%3BEACG%2CUAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3B%3BAAMA%2CqBAvIxB%2CgBA6EI%2CMAAK%2CeAKA%2CKAGI%2CKAgDI%2CmBACG%2CGACK%3BEACG%2CYAAA%3B%3BAAOJ%2CqBA%5C%2FIxB%2CgBA6EI%2CMAAK%2CeAKA%2CKAGI%2CKAwDI%2CuBACG%2CGACK%3BEACG%2CYAAA%3B%3BAAjJhC%2CqBACI%2CgBAwJI%2CGAAE%3BEACE%2CqBAAA%3B%3BAA1JZ%2CqBACI%2CgBAwJI%2CGAAE%2CsBAGE%2CGAAE%2CkBACE%2CYAAW%3BEACP%2CmBAAA%3BEACA%2CsBAAA%3BEACA%2CeAAA%3B%3BAAhKpB%2CqBACI%2CgBAwJI%2CGAAE%2CsBAGE%2CGAAE%2CkBACE%2CYAAW%2CmBAMN%2CKACI%2CKAAE%3BEACC%2CsBAAA%3BEACA%2CeAAA%3BEACA%2CyBAAA%3B%3BAAvK5B%2CqBACI%2CgBAwJI%2CGAAE%2CsBAGE%2CGAAE%2CkBACE%2CYAAW%2CmBAMN%2CKACI%2CKAAE%2CoBAMC%3BEACI%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3B%3BAAGJ%2CqBA%5C%2FKxB%2CgBAwJI%2CGAAE%2CsBAGE%2CGAAE%2CkBACE%2CYAAW%2CmBAMN%2CKACI%2CKAAE%2CoBAYE%3BEACG%2CgBAAA%3B%3BAADJ%2CqBA%5C%2FKxB%2CgBAwJI%2CGAAE%2CsBAGE%2CGAAE%2CkBACE%2CYAAW%2CmBAMN%2CKACI%2CKAAE%2CoBAYE%2COAGG%3BEACI%2CWAAA%3B%3BAApLpC%2CqBACI%2CgBAwJI%2CGAAE%2CsBAGE%2CGAAE%2CkBA%2BBE%2CYAAW%3BEACP%2CsBAAA%3BEACA%2CyBAAA%3B%3BAA7LpB%2CqBACI%2CgBAwJI%2CGAAE%2CsBAGE%2CGAAE%2CkBA%2BBE%2CYAAW%2CsBAIP%2C0BACK%2CKACI%2CKACG%2CGAAE%2CYACE%3BEACI%2CWAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3B%3BAAvMxC%2CqBACI%2CgBAwJI%2CGAAE%2CsBAGE%2CGAAE%2CkBA%2BBE%2CYAAW%2CsBAIP%2C0BACK%2CKACI%2CKAUI%2CKACI%3BEACG%2CcAAA%3B%3BAA7MxC%2CqBACI%2CgBAwJI%2CGAAE%2CsBAGE%2CGAAE%2CkBA%2BBE%2CYAAW%2CsBAIP%2C0BACK%2CKACI%2CKAUI%2CKACI%2CKAGG%3BEACI%2CeAAA%3B%3BAAMhB%2CqBArNxB%2CgBAwJI%2CGAAE%2CsBAGE%2CGAAE%2CkBA%2BBE%2CYAAW%2CsBAIP%2C0BACK%2CKAsBI%2CoBACG%3BEACI%2CcAAA%3B%3BAAUR%2CqBAjOxB%2CgBAwJI%2CGAAE%2CsBAGE%2CGAAE%2CkBAmEE%2CGACI%2CGACI%2CEACK%3BEACG%2CaAAA%3B%3BAAMhB%2CqBAxOZ%2CgBAwJI%2CGAAE%2CsBAGE%2CGAAE%2CkBA6EG%2CmBACI%2CKACI%3BEACG%2CiBAAA%3B%3BAAifhC%2CwBAveoD%3BEAChD%2CqBACI%2CgBAAe%2CgBACX%2CMAAK%3BIACD%2CWAAA%3B%3BEAHZ%2CqBACI%2CgBAAe%2CgBAKX%2CMAAK%3BIACD%2CWAAA%3B%3BEAKZ%2CqBACI%3BIACI%2CSAAA%3BIACA%2C6BAAA%3BIACA%2CWAAA%3BIACA%2CWAAA%3B%3BEAOwB%2CqBAX5B%2CgBAKK%2CgBACG%2CGACM%2CKACG%2CSACG%2CGACI%2CGACK%3BIACG%2CWAAA%3B%3BEAbpC%2CqBACI%2CgBAoBI%3BIACI%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CWAAA%3B%3BEAxBZ%2CqBACI%2CgBAoBI%2CMAKK%2CKACI%3BIACG%2C0BAAA%3BIACA%2CqBAAA%3BIACA%2CkBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3B%3BEAIQ%2CqBAnCxB%2CgBAoBI%2CMAKK%2CKACI%2CKAOI%2CmBACG%2CGACK%3BIACG%2CWAAA%3B%3BEAMR%2CqBA1CpB%2CgBAoBI%2CMAKK%2CKACI%2CKAeI%2CIACI%3BIACG%2CWAAA%3B%3BEAGJ%2CqBA9CpB%2CgBAoBI%2CMAKK%2CKACI%2CKAeI%2CIAKI%3BIACG%2CmBAAA%3BIACA%2CWAAA%3B%3BEAjD5B%2CqBACI%2CgBAoBI%2CMAKK%2CKACI%2CKAeI%2CIAUG%3BIACI%2CUAAA%3BIACA%2CWAAA%3B%3BEAtD5B%2CqBACI%2CgBAoBI%2CMAKK%2CKACI%2CKA%2BBI%3BIACG%2CYAAA%3BIACA%2C0BAAA%3BIACA%2CgBAAA%3BIACA%2CaAAA%3BIACA%2CkBAAA%3B%3BEA%5C%2FDxB%2CqBACI%2CgBAoBI%2CMAKK%2CKACI%2CKA%2BBI%2CKAQG%3BIACI%2CkBAAA%3BIACA%2CiBAAA%3BIACA%2C6BAAA%3B%3BEAEJ%2CqBAtEpB%2CgBAoBI%2CMAKK%2CKACI%2CKA%2BBI%2CKAaI%2CQACI%3BIACG%2CkBAAA%3BIACA%2CWAAA%3B%3BEACA%2CqBA1E5B%2CgBAoBI%2CMAKK%2CKACI%2CKA%2BBI%2CKAaI%2CQACI%2CKAGI%3BIACG%2CWAAA%3B%3BEAKZ%2CqBAhFpB%2CgBAoBI%2CMAKK%2CKACI%2CKA%2BBI%2CKAuBI%2CQACI%3BIACG%2CcAAA%3BIACA%2CWAAA%3B%3BEAIR%2CqBAvFpB%2CgBAoBI%2CMAKK%2CKACI%2CKA%2BBI%2CKA8BI%2CQACI%3BIACG%2CcAAA%3BIACA%2CWAAA%3B%3BEAIR%2CqBA9FpB%2CgBAoBI%2CMAKK%2CKACI%2CKA%2BBI%2CKAqCI%2CQACI%3BIACG%2CcAAA%3BIACA%2CWAAA%3B%3BEAOR%2CqBAxGpB%2CgBAoBI%2CMAKK%2CKACI%2CKA4EG%2CGAEK%2CiBAEI%3BEADL%2CqBAzGpB%2CgBAoBI%2CMAKK%2CKACI%2CKA4EG%2CGAGK%2CkBACI%3BIACG%2CWAAA%3B%3BEA5GhC%2CqBACI%2CgBAoBI%2CMAKK%2CKACI%2CKA4EG%2CGASI%2CGACI%2CeAAe%3BIvMt4B3C%2CwBAAA%3BIACQ%2CgBAAA%3B%3BEuMoxBR%2CqBACI%2CgBAoBI%2CMAKK%2CKACI%2CKA4FG%3BEAvHpB%2CqBACI%2CgBAoBI%2CMAKK%2CKACI%2CKA6FG%3BIACI%2CWAAA%3B%3BEAGJ%2CqBA3HhB%2CgBAoBI%2CMAKK%2CKACI%2CKAiGI%2CuBACG%3BIACI%2CSAAA%3BIACA%2CkBAAA%3BIACA%2CWAAA%3B%3BEAEA%2CqBAjIxB%2CgBAoBI%2CMAKK%2CKACI%2CKAiGI%2CuBACG%2CGAKK%3BIACG%2CWAAA%3BIACA%2CUAAA%3B%3BEARZ%2CqBA3HhB%2CgBAoBI%2CMAKK%2CKACI%2CKAiGI%2CuBACG%2CGAUI%3BIACI%2CSAAA%3BIACA%2CUAAA%3B%3BEAbZ%2CqBA3HhB%2CgBAoBI%2CMAKK%2CKACI%2CKAiGI%2CuBACG%2CGAUI%2CGAII%3BIACI%2CWAAA%3BIACA%2CUAAA%3BIACA%2CWAAA%3B%3BEAlBhB%2CqBA3HhB%2CgBAoBI%2CMAKK%2CKACI%2CKAiGI%2CuBACG%2CGAUI%2CGAII%2CsBAMI%3BEArBhB%2CqBA3HhB%2CgBAoBI%2CMAKK%2CKACI%2CKAiGI%2CuBACG%2CGAUI%2CGAII%2CsBAOI%3BEAtBhB%2CqBA3HhB%2CgBAoBI%2CMAKK%2CKACI%2CKAiGI%2CuBACG%2CGAUI%2CGAII%2CsBAQI%3BEAvBhB%2CqBA3HhB%2CgBAoBI%2CMAKK%2CKACI%2CKAiGI%2CuBACG%2CGAUI%2CGAII%2CsBASI%3BIACI%2CWAAA%3BIACA%2CUAAA%3BIACA%2CWAAA%3B%3BEA3BpB%2CqBA3HhB%2CgBAoBI%2CMAKK%2CKACI%2CKAiGI%2CuBACG%2CGAUI%2CGAII%2CsBAMI%2CwBASI%3BEA9BpB%2CqBA3HhB%2CgBAoBI%2CMAKK%2CKACI%2CKAiGI%2CuBACG%2CGAUI%2CGAII%2CsBAOI%2CwBAQI%3BEA9BpB%2CqBA3HhB%2CgBAoBI%2CMAKK%2CKACI%2CKAiGI%2CuBACG%2CGAUI%2CGAII%2CsBAQI%2CwBAOI%3BEA9BpB%2CqBA3HhB%2CgBAoBI%2CMAKK%2CKACI%2CKAiGI%2CuBACG%2CGAUI%2CGAII%2CsBASI%2CwBAMI%3BIACI%2CkBAAA%3B%3BEA%5C%2FBxB%2CqBA3HhB%2CgBAoBI%2CMAKK%2CKACI%2CKAiGI%2CuBACG%2CGAUI%2CGAII%2CsBAMI%2CwBASI%2CGAGI%3BEAjCxB%2CqBA3HhB%2CgBAoBI%2CMAKK%2CKACI%2CKAiGI%2CuBACG%2CGAUI%2CGAII%2CsBAOI%2CwBAQI%2CGAGI%3BEAjCxB%2CqBA3HhB%2CgBAoBI%2CMAKK%2CKACI%2CKAiGI%2CuBACG%2CGAUI%2CGAII%2CsBAQI%2CwBAOI%2CGAGI%3BEAjCxB%2CqBA3HhB%2CgBAoBI%2CMAKK%2CKACI%2CKAiGI%2CuBACG%2CGAUI%2CGAII%2CsBASI%2CwBAMI%2CGAGI%3BIACI%2CWAAA%3BIACA%2CkBAAA%3BIACA%2CWAAA%3B%3BEAMhB%2CqBArK5B%2CgBAoBI%2CMAKK%2CKACI%2CKAiGI%2CuBACG%2CGAUI%2CGA%2BBK%2CkBACG%3BIACI%2CUAAA%3B%3BEASZ%2CqBAhLxB%2CgBAoBI%2CMAKK%2CKACI%2CKAoJI%2CcACG%2CGACK%3BIACG%2CWAAA%3B%3BEADJ%2CqBAhLxB%2CgBAoBI%2CMAKK%2CKACI%2CKAoJI%2CcACG%2CGACK%2CQAGG%3BIACI%2CmBAAA%3B%3BEAJR%2CqBAhLxB%2CgBAoBI%2CMAKK%2CKACI%2CKAoJI%2CcACG%2CGACK%2CQAGG%2CGAGI%3BIACI%2CSAAA%3B%3BEAPZ%2CqBAhLxB%2CgBAoBI%2CMAKK%2CKACI%2CKAoJI%2CcACG%2CGACK%2CQAGG%2CGAGI%2CGAGI%3BIACI%2CkBAAA%3B%3BEAZxB%2CqBA9KhB%2CgBAoBI%2CMAKK%2CKACI%2CKAoJI%2CcAmBG%3BIACI%2CSAAA%3BIACA%2CWAAA%3B%3BEAMA%2CqBAzMxB%2CgBAoBI%2CMAKK%2CKACI%2CKA6KI%2CmBACG%2CeACK%3BIACG%2CeAAA%3B%3BEAKJ%2CqBA%5C%2FMxB%2CgBAoBI%2CMAKK%2CKACI%2CKA6KI%2CmBAOI%2CIACI%3BIACG%2CWAAA%3BIACA%2CYAAA%3BIACA%2CiBAAA%3B%3BEAIA%2CqBAtN5B%2CgBAoBI%2CMAKK%2CKACI%2CKA6KI%2CmBAOI%2CIAOI%2CMACI%3BIACG%2CWAAA%3B%3BEAOJ%2CqBA9N5B%2CgBAoBI%2CMAKK%2CKACI%2CKA6KI%2CmBAqBI%2CMACI%2CIACI%3BIACG%2CWAAA%3B%3BEAMhB%2CqBArOhB%2CgBAoBI%2CMAKK%2CKACI%2CKA2MI%3BIACG%2CgBAAA%3BIACA%2CWAAA%3B%3BEAFJ%2CqBArOhB%2CgBAoBI%2CMAKK%2CKACI%2CKA2MI%2CMAII%3BIACG%2CWAAA%3B%3BEAEA%2CqBA5OxB%2CgBAoBI%2CMAKK%2CKACI%2CKA2MI%2CMAII%2CIAGI%3BIACG%2CWAAA%3B%3BEAGI%2CqBAhPhC%2CgBAoBI%2CMAKK%2CKACI%2CKA2MI%2CMAII%2CIAGI%2COAGG%2CeACK%3BIACG%2CWAAA%3B%3BEAMR%2CqBAvP5B%2CgBAoBI%2CMAKK%2CKACI%2CKA2MI%2CMAII%2CIAaG%2CeACK%3BIACG%2CWAAA%3B%3BEAMhB%2CqBA9PhB%2CgBAoBI%2CMAKK%2CKACI%2CKAoOI%2CKACI%3BIACG%2CmBAAA%3BIACA%2CWAAA%3B%3BEAGA%2CqBApQxB%2CgBAoBI%2CMAKK%2CKACI%2CKAoOI%2CKACI%2CIAKI%3BIACG%2CWAAA%3B%3BEAIA%2CqBAzQ5B%2CgBAoBI%2CMAKK%2CKACI%2CKAoOI%2CKACI%2CIASI%2CMACI%3BIACG%2CWAAA%3B%3BEAKJ%2CqBA%5C%2FQ5B%2CgBAoBI%2CMAKK%2CKACI%2CKAoOI%2CKACI%2CIAeG%2CeACK%3BIACG%2CWAAA%3B%3BEAQR%2CqBAxRxB%2CgBAoBI%2CMAKK%2CKACI%2CKA4PI%2CmBACI%2CIACI%3BIACG%2CaAAA%3B%3BEA1RhC%2CqBACI%2CgBAoBI%2CMAKK%2CKACI%2CKAoQG%2CKAAI%3BIACA%2CgBAAA%3BIACA%2CcAAA%3B%3BEAGI%2CqBAnSxB%2CgBAoBI%2CMAKK%2CKACI%2CKAoQG%2CKAAI%2CKAIC%2COACI%3BIACG%2CWAAA%3B%3BEAKZ%2CqBAzShB%2CgBAoBI%2CMAKK%2CKACI%2CKA%2BQI%2CMACI%3BIACG%2CaAAA%3B%3BEAKJ%2CqBAhTpB%2CgBAoBI%2CMAKK%2CKACI%2CKAqRI%2CKACI%3BIACG%2CSAAA%3BIACA%2C6BAAA%3BIACA%2C0BAAA%3BIACA%2CgBAAA%3BIACA%2CcAAA%3BIACA%2CkBAAA%3BIACA%2CWAAA%3B%3BEAxT5B%2CqBACI%2CgBAoBI%2CMAKK%2CKACI%2CKAiSG%2CeAAe%3BIACX%2CUAAA%3BIACA%2CWAAA%3B%3BEA9TxB%2CqBACI%2CgBAoBI%2CMAKK%2CKACI%2CKAiSG%2CeAAe%2CcAIX%2CmBACI%3BIACI%2CWAAA%3BIACA%2CUAAA%3B%3BEAnUhC%2CqBACI%2CgBAoBI%2CMAKK%2CKACI%2CKAiSG%2CeAAe%2CcAIX%2CmBAMI%3BIACI%2CYAAA%3BIACA%2CUAAA%3B%3BEAGJ%2CqBA1UxB%2CgBAoBI%2CMAKK%2CKACI%2CKAiSG%2CeAAe%2CcAIX%2CmBAWK%3BIACG%2CgBAAA%3BIACA%2CsBAAA%3BIACA%2CmBAAA%3B%3BEAOpB%2CqBApVR%2CgBAoBI%2CMAgUK%2CcACI%2CKACI%2CKACI%3BIACG%2COAAA%3BIACA%2CQAAA%3BIACA%2CWAAA%3B%3BEAEA%2CqBA5VxB%2CgBAoBI%2CMAgUK%2CcACI%2CKACI%2CKACI%2CKAKI%3BIACG%2COAAA%3BIACA%2CQAAA%3BIACA%2CsBAAA%3B%3BEAOpB%2CqBAtWR%2CgBAoBI%2CMAkVK%2CeACI%2CKACI%2CKACI%3BIACG%2CYAAA%3B%3BEAJhB%2CqBAtWR%2CgBAoBI%2CMAkVK%2CeACI%2CKACI%2CKAKI%3BIACG%2COAAA%3BIACA%2CQAAA%3BIACA%2CWAAA%3B%3BEAEA%2CqBAlXxB%2CgBAoBI%2CMAkVK%2CeACI%2CKACI%2CKAKI%2CKAKI%3BIACG%2COAAA%3BIACA%2CQAAA%3BIACA%2CsBAAA%3B%3BEAOpB%2CqBA5XR%2CgBAoBI%2CMAwWK%3BIACG%2C2BAAA%3B%3BEAKY%2CqBAlYxB%2CgBAoBI%2CMAwWK%2CWAGI%2CKACI%2CKACG%2CKAAI%2CKACC%3BIACG%2CWAAA%3B%3BEAMA%2CqBAzY5B%2CgBAoBI%2CMAwWK%2CWAGI%2CKACI%2CKAOI%2CMACG%2CKAAI%2CKACC%3BIACG%2CWAAA%3B%3BEAIA%2CqBA9YhC%2CgBAoBI%2CMAwWK%2CWAGI%2CKACI%2CKAOI%2CMACG%2CKAAI%2CKAKC%2COACI%3BIACG%2CWAAA%3B%3BEAhZxC%2CqBACI%2CgBAyZI%2CGAAE%2CsBACE%2CGAAE%2CkBACE%2CYAAW%3BIACP%2C2BAAA%3BIACA%2CWAAA%3B%3BEA9ZpB%2CqBACI%2CgBAyZI%2CGAAE%2CsBACE%2CGAAE%2CkBACE%2CYAAW%2CmBAIN%2CKACI%2CKAAE%3BIACC%2CkBAAA%3B%3BEAEA%2CqBAnaxB%2CgBAyZI%2CGAAE%2CsBACE%2CGAAE%2CkBACE%2CYAAW%2CmBAIN%2CKACI%2CKAAE%2CoBAGE%2COACG%3BIACI%2CWAAA%3B%3BEAtapC%2CqBACI%2CgBAyZI%2CGAAE%2CsBACE%2CGAAE%2CkBACE%2CYAAW%2CmBAIN%2CKACI%2CKAAE%2CoBASC%3BIACI%2CeAAA%3BIACA%2CiBAAA%3BIACA%2C0BAAA%3B%3BEAIA%2CqBAhb5B%2CgBAyZI%2CGAAE%2CsBACE%2CGAAE%2CkBACE%2CYAAW%2CmBAIN%2CKACI%2CKAAE%2CoBAeC%2CKACK%3BIACG%2CWAAA%3B%3BEAlbpC%2CqBACI%2CgBAyZI%2CGAAE%2CsBACE%2CGAAE%2CkBACE%2CYAAW%2CmBAIN%2CKACI%2CKAAE%2CoBAqBC%3BIACI%2CgBAAA%3B%3BEAvbhC%2CqBACI%2CgBAyZI%2CGAAE%2CsBACE%2CGAAE%2CkBACE%2CYAAW%2CmBAIN%2CKACI%2CKAAE%2CoBAqBC%2CqBAGI%3BIACI%2CsBAAA%3BIACA%2CeAAA%3B%3BEA3bpC%2CqBACI%2CgBAyZI%2CGAAE%2CsBACE%2CGAAE%2CkBACE%2CYAAW%2CmBAIN%2CKACI%2CKAAE%2CoBAqBC%2CqBAGI%2CGAII%2CGAAE%2CYACE%3BIACI%2CiBAAA%3B%3BEA%5C%2Fb5C%2CqBACI%2CgBAyZI%2CGAAE%2CsBACE%2CGAAE%2CkBACE%2CYAAW%2CmBAIN%2CKACI%2CKAAE%2CoBAqBC%2CqBAGI%2CGAUI%2CGACI%2CGACI%3BIACI%2CeAAA%3BIACA%2CmBAAA%3B%3BEAvchD%2CqBACI%2CgBAyZI%2CGAAE%2CsBACE%2CGAAE%2CkBAsDE%2CYAAW%3BIACP%2CaAAA%3B%3B%3BAA8BxB%2CwBAtBuD%3BEACnD%2CqBACI%3BIACI%2CWAAA%3B%3BEAGI%2CqBAJR%2CgBAGI%2CMACK%3BIACG%2COAAA%3BIACA%2CWAAA%3B%3BEAPhB%2CqBACI%2CgBAGI%2CMAMK%2CKACI%2CKACI%3BIACG%2CkBAAA%3B%3B%3B%3B%3B%3BAClpDpB%2CgBAAC%2CaACG%3BEACI%2CcAAA%3BEACA%2COAAA%3B%3BAAHR%2CgBAAC%2CaAMG%3BEACI%2CsBAAA%3BEACA%2CaAAA%3BEACA%2COAAA%3BEACA%2CeAAA%3BEACA%2CMAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3B%3BAAfZ%2CgBAmBI%3BEACI%2CgBAAA%3BEACA%2CaAAA%3BEACA%2CaAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3BEACA%2CcAAA%3B%3BAA9BR%2CgBAmBI%2CgBAcI%3BEACI%2CSAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3B%3BAAEA%2CgBAtBR%2CgBAcI%2CmBAQK%3BEACG%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CcAAA%3BEACA%2CSAAS%2COAAT%3BEACA%2CqBAAA%3BEACA%2CaAAa%2CYAAb%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3B%3BAAMhB%2CqBACI%3BExMiUJ%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEAkDA%2C2BAAA%3BEACI%2CuBAAA%3BEACI%2CmBAAA%3B%3BAwMxXR%2CqBAMI%3BEACI%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAAVR%2CqBAMI%2CiBAMI%3BEACI%2CYAAA%3B%3BAAEA%2CqBATR%2CiBAMI%2CEAGK%3BEACG%2CkCAAA%3BEACA%2CmCAAA%3BEACA%2CWAAA%3BEACA%2CSAAS%2COAAT%3BEACA%2CqBAAA%3BEACA%2CaAAa%2CYAAb%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3B%3BAA5BhB%2CqBAiCI%3BEACI%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BAApCR%2CqBAiCI%2CwBAKI%2CGACI%3BEACI%2CSAAA%3BEACA%2CkBAAA%3B%3BAAzChB%2CqBAiCI%2CwBAKI%2CGACI%2CGAII%3BEACI%2CWAAA%3BEACA%2CeAAA%3BEACA%2CqBAAA%3BEACA%2C0BAAA%3BEACA%2CkBAAA%3B%3BAAEA%2CqBAjBhB%2CwBAKI%2CGACI%2CGAII%2CEAOK%3BEACG%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3B%3BAAEA%2CqBAtBpB%2CwBAKI%2CGACI%2CGAII%2CEAOK%2CiBAKI%3BEACG%2CSAAS%2COAAT%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CaAAa%2CaAAb%3BEACA%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3B%3BAAEJ%2CqBAhCpB%2CwBAKI%2CGACI%2CGAII%2CEAOK%2CiBAeI%3BEACG%2CaAAA%3B%3BAAKZ%2CqBAtCZ%2CwBAKI%2CGACI%2CGAgCK%3BEACG%2C6BAAA%3BEACA%2CeAAA%3B%3BAAFJ%2CqBAtCZ%2CwBAKI%2CGACI%2CGAgCK%2CgBAIG%3BEACI%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3B%3BAAMA%2CqBAnDpB%2CwBAKI%2CGACI%2CGA2CK%2CiBACK%2COACG%3BEACG%2CWAAA%3BEACA%2CSAAS%2COAAT%3BEACA%2CaAAa%2CaAAb%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3B%3BAAbZ%2CqBAjDZ%2CwBAKI%2CGACI%2CGA2CK%2CiBAgBK%3BEACE%2CQAAA%3B%3BAAIR%2CqBAtEZ%2CwBAKI%2CGACI%2CGAgEK%3BEACG%2CiBAAA%3B%3BAAGJ%2CqBA1EZ%2CwBAKI%2CGACI%2CGAoEK%3BEACG%2CmBAAA%3B%3BAADJ%2CqBA1EZ%2CwBAKI%2CGACI%2CGAoEK%2CMAGG%3BEACI%2CWAAA%3B%3BAAGI%2CqBAjFxB%2CwBAKI%2CGACI%2CGAoEK%2CMAGG%2CEAGK%2CiBACI%3BEACG%2CWAAA%3B%3BAAnHhC%2CqBAiCI%2CwBAKI%2CGACI%2CGAkFI%3BEACI%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3B%3BAAGA%2CqBAjGhB%2CwBAKI%2CGACI%2CGAkFI%2CeASK%3BEACG%2CkBAAA%3B%3BAAGJ%2CqBArGhB%2CwBAKI%2CGACI%2CGAkFI%2CeAaK%3BEACG%2CmBAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CqBA1GhB%2CwBAKI%2CGACI%2CGAkFI%2CeAkBK%3BEACG%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAEA%2CqBA%5C%2FGpB%2CwBAKI%2CGACI%2CGAkFI%2CeAkBK%2CeAKI%3BEACG%2CmCAAA%3BEACA%2CiCAAA%3BEACA%2CyBAAA%3BEACA%2CYAAA%3BEACA%2CSAAS%2CGAAT%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3B%3BAAIR%2CqBA5HhB%2CwBAKI%2CGACI%2CGAkFI%2CeAoCK%3BEACG%2CmBAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CqBAjIhB%2CwBAKI%2CGACI%2CGAkFI%2CeAyCK%3BEACG%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAEA%2CqBAtIpB%2CwBAKI%2CGACI%2CGAkFI%2CeAyCK%2CeAKI%3BEACG%2CmCAAA%3BEACA%2CiCAAA%3BEACA%2CyBAAA%3BEACA%2CYAAA%3BEACA%2CSAAS%2CGAAT%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3B%3BAAIR%2CqBAnJhB%2CwBAKI%2CGACI%2CGAkFI%2CeA2DK%3BEACG%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CqBAAA%3BEACA%2CYAAA%3BEACA%2CsBAAA%3B%3BAACA%2CqBA5JpB%2CwBAKI%2CGACI%2CGAkFI%2CeA2DK%2CgBASI%3BEACG%2CSAAS%2CEAAT%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEAEA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CsBAAA%3BEACA%2CkCAAA%3B%3BAAIR%2CqBA1KhB%2CwBAKI%2CGACI%2CGAkFI%2CeAkFK%3BEACG%2CUAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CqBAAA%3BEACA%2CYAAA%3BEACA%2CsBAAA%3B%3BAACA%2CqBAnLpB%2CwBAKI%2CGACI%2CGAkFI%2CeAkFK%2CgBASI%3BEACG%2CSAAS%2CEAAT%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEAEA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CsBAAA%3BEACA%2CkCAAA%3B%3BAAGR%3BEACI%3BIACE%2CUAAA%3BIACA%2CWAAW%2CsBAAX%3B%3BEAGF%3BIACE%2CUAAA%3BIACA%2CWAAW%2CsBAAX%3B%3B%3BAAMd%2CqBA9MR%2CwBAKI%2CGAyMK%3BEACG%2C4CAAA%3BEACA%2C2CAAA%3BEACA%2C0CAAA%3BEACA%2C%2BCAAA%3BEACA%2COAAA%3BEACA%2CqBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CuCAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3B%3BAAEA%2CqBA9NZ%2CwBAKI%2CGAyMK%2CSAgBI%3BEACG%2CmBAAA%3B%3BAAKI%2CqBApOpB%2CwBAKI%2CGAyMK%2CSAoBI%2COACK%2CKACG%3BEACG%2CaAAA%3B%3BAAKZ%2CqBA1OZ%2CwBAKI%2CGAyMK%2CSA4BI%3BEACG%2CgBAAgB%2CgBAAhB%3BEACA%2CeAAe%2CgBAAf%3BEACA%2CcAAc%2CgBAAd%3BEACA%2CmBAAmB%2CgBAAnB%3BEACA%2CWAAW%2CgBAAX%3B%3BAAGJ%2CqBAlPZ%2CwBAKI%2CGAyMK%2CSAoCI%3BEACG%2CgBAAgB%2CiBAAhB%3BEACA%2CeAAe%2CiBAAf%3BEACA%2CcAAc%2CiBAAd%3BEACA%2CmBAAmB%2CiBAAnB%3BEACA%2CWAAW%2CiBAAX%3B%3BAAGJ%2CqBA1PZ%2CwBAKI%2CGAyMK%2CSA4CI%3BEACG%2CgBAAgB%2CaAAhB%3BEACA%2CeAAe%2CaAAf%3BEACA%2CcAAc%2CaAAd%3BEACA%2CmBAAmB%2CaAAnB%3BEACA%2CWAAW%2CaAAX%3B%3B%3B%3BACpWpB%3BEACI%2CaAAA%3B%3B%3BACOY%2CqBAHZ%2CgBACI%2CMACK%2CoBACI%2COACI%3BEACG%2CkBAAA%3B%3BAAIR%2CqBATZ%2CgBACI%2CMACK%2CoBAOI%2CKACI%3BEACG%2CgBAAA%3B%3BAAIR%2CqBAfZ%2CgBACI%2CMACK%2CoBAaI%2CMACI%3BEACG%2CiBAAA%3B%3BAAlBxB%2CqBACI%2CgBACI%2CMAqBI%2CcACK%3BEACG%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAA5BpB%2CqBACI%2CgBACI%2CMAqBI%2CcAQI%3BE1MmWhB%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BE0MnWoB%2C8BAAA%3BE1M8XpB%2CuBAAA%3BEACQ%2CeAAA%3B%3BA0MhaR%2CqBACI%2CgBACI%2CMAqBI%2CcAQI%2CkBAKI%3BE1MoXpB%2CuBAAA%3BEACQ%2CeAAA%3B%3BA0MzZR%2CqBACI%2CgBACI%2CMAqBI%2CcAQI%2CkBASI%2CmBACI%3BEACI%2CWAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CaAAA%3B%3BAA7C5B%2CqBACI%2CgBACI%2CMAqBI%2CcAQI%2CkBAkBI%3BE1MuWpB%2CuBAAA%3BEACQ%2CeAAA%3BE0MtWgB%2CaAAA%3B%3BAAnDxB%2CqBACI%2CgBACI%2CMAqBI%2CcAQI%2CkBAuBI%3BE1MkWpB%2CuBAAA%3BEACQ%2CeAAA%3BE0MjWgB%2CaAAA%3B%3BAAxDxB%2CqBACI%2CgBACI%2CMAqBI%2CcAQI%2CkBA4BI%3BEACI%2CaAAA%3BE1M4VxB%2CwBAAA%3BEACQ%2CgBAAA%3B%3BA0MzZR%2CqBACI%2CgBACI%2CMAqBI%2CcAQI%2CkBAiCI%3BEACI%2CaAAA%3BE1MuVxB%2CwBAAA%3BEACQ%2CgBAAA%3B%3BA0MzZR%2CqBACI%2CgBACI%2CMAqBI%2CcAQI%2CkBAsCK%3BEACG%2CUAAA%3B%3BAAtExB%2CqBACI%2CgBACI%2CMAqBI%2CcAQI%2CkBAsCK%2CKAGG%3BEACI%2CkBAAA%3B%3BAAzE5B%2CqBACI%2CgBACI%2CMAqBI%2CcAQI%2CkBAsCK%2CKAGG%2CEAGI%3BEACI%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3B%3BAAGA%2CqBAnF5B%2CgBACI%2CMAqBI%2CcAQI%2CkBAsCK%2CKAGG%2CEAGI%2CeASK%3BEACG%2CkBAAA%3B%3BAAGJ%2CqBAvF5B%2CgBACI%2CMAqBI%2CcAQI%2CkBAsCK%2CKAGG%2CEAGI%2CeAaK%3BEACG%2CmBAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CqBA5F5B%2CgBACI%2CMAqBI%2CcAQI%2CkBAsCK%2CKAGG%2CEAGI%2CeAkBK%3BEACG%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3B%3BAAGA%2CqBApGhC%2CgBACI%2CMAqBI%2CcAQI%2CkBAsCK%2CKAGG%2CEAGI%2CeAkBK%2CeAQI%3BEACG%2CmCAAA%3BEACA%2CiCAAA%3BEACA%2CyBAAA%3BEACA%2CYAAA%3BEACA%2CSAAS%2CGAAT%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3B%3BAAIR%2CqBAjH5B%2CgBACI%2CMAqBI%2CcAQI%2CkBAsCK%2CKAGG%2CEAGI%2CeAuCK%3BEACG%2CmBAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CqBAtH5B%2CgBACI%2CMAqBI%2CcAQI%2CkBAsCK%2CKAGG%2CEAGI%2CeA4CK%3BEACG%2CmBAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3B%3BAAGA%2CqBA9HhC%2CgBACI%2CMAqBI%2CcAQI%2CkBAsCK%2CKAGG%2CEAGI%2CeA4CK%2CeAQI%3BEACG%2CmCAAA%3BEACA%2CiCAAA%3BEACA%2CyBAAA%3BEACA%2CYAAA%3BEACA%2CSAAS%2CGAAT%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3B%3BAAIR%2CqBA3I5B%2CgBACI%2CMAqBI%2CcAQI%2CkBAsCK%2CKAGG%2CEAGI%2CeAiEK%3BEACG%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CqBAAA%3BEACA%2CYAAA%3BEACA%2CsBAAA%3B%3BAACA%2CqBApJhC%2CgBACI%2CMAqBI%2CcAQI%2CkBAsCK%2CKAGG%2CEAGI%2CeAiEK%2CgBASI%3BEACG%2CSAAS%2CEAAT%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEAEA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CsBAAA%3BEACA%2CkCAAA%3B%3BAAIR%2CqBAlK5B%2CgBACI%2CMAqBI%2CcAQI%2CkBAsCK%2CKAGG%2CEAGI%2CeAwFK%3BEACG%2CUAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CqBAAA%3BEACA%2CYAAA%3BEACA%2CsBAAA%3B%3BAACA%2CqBA3KhC%2CgBACI%2CMAqBI%2CcAQI%2CkBAsCK%2CKAGG%2CEAGI%2CeAwFK%2CgBASI%3BEACG%2CSAAS%2CEAAT%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEAEA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CsBAAA%3BEACA%2CkCAAA%3B%3BAAGR%3BEACI%3BIACE%2CUAAA%3BIACA%2CWAAW%2CsBAAX%3B%3BEAGF%3BIACE%2CUAAA%3BIACA%2CWAAW%2CsBAAX%3B%3B%3BAAjMtC%2CqBACI%2CgBACI%2CMAqBI%2CcAQI%2CkBAyKI%3BEACI%2CmBAAA%3BEACA%2CaAAA%3BEACA%2CYAAA%3B%3BAA3MxB%2CqBACI%2CgBACI%2CMAqBI%2CcAQI%2CkBA%2BKI%3BEACI%2CiBAAA%3BEACA%2CkBAAA%3B%3BAAhNxB%2CqBACI%2CgBACI%2CMAqBI%2CcAQI%2CkBA%2BKI%2CeAKK%3BEACG%2CkCAAA%3BEACA%2CWAAA%3BE1MmM5B%2C2BAAA%3BEACQ%2CmBAAA%3BE0MlMoB%2CgBAAA%3BEACA%2CWAAA%3B%3BAAGI%2CqBA1N5B%2CgBACI%2CMAqBI%2CcAQI%2CkBA%2BKI%2CeAKK%2CKAOK%2CIACG%3BEACG%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CSAAS%2COAAT%3BEACA%2CaAAa%2CYAAb%3BEACA%2CeAAA%3BEACA%2CUAAA%3B%3BAAIR%2CqBApOxB%2CgBACI%2CMAqBI%2CcAQI%2CkBA%2BKI%2CeAKK%2CKAkBI%3BEAQG%2CgBAAA%3BEACA%2C2BAAA%3B%3BAATJ%2CqBApOxB%2CgBACI%2CMAqBI%2CcAQI%2CkBA%2BKI%2CeAKK%2CKAkBI%2CMACG%3BE1M4JhC%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEA2BA%2CuBAAA%3BEACQ%2CeAAA%3BEAMR%2C%2BBAAA%3BEACI%2C2BAAA%3BEACI%2CuBAAA%3BE0M9L4B%2CgBAAA%3B%3BAALR%2CqBApOxB%2CgBACI%2CMAqBI%2CcAQI%2CkBA%2BKI%2CeAKK%2CKAkBI%2CMAWK%3BEACE%2CcAAA%3B%3BAACA%2CqBAjPhC%2CgBACI%2CMAqBI%2CcAQI%2CkBA%2BKI%2CeAKK%2CKAkBI%2CMAWK%2CIAEG%3BEACG%2CWAAW%2CeAAX%3B%3BAAKZ%2CqBAvPxB%2CgBACI%2CMAqBI%2CcAQI%2CkBA%2BKI%2CeAKK%2CKAqCI%2CYACG%3BE1MyIhC%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEA2BA%2CuBAAA%3BEACQ%2CeAAA%3BEAMR%2C%2BBAAA%3BEACI%2C2BAAA%3BEACI%2CuBAAA%3BE0M3K4B%2CgBAAA%3B%3BAA7PpC%2CqBACI%2CgBACI%2CMAqBI%2CcAQI%2CkBA%2BKI%2CeAKK%2CKA8CI%3BEACG%2CqBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3B%3BAAEA%2CqBAvQ5B%2CgBACI%2CMAqBI%2CcAQI%2CkBA%2BKI%2CeAKK%2CKA8CI%2CIAOI%3BEACG%2CaAAA%3B%3BAAGJ%2CqBA3Q5B%2CgBACI%2CMAqBI%2CcAQI%2CkBA%2BKI%2CeAKK%2CKA8CI%2CIAWI%3BEACG%2CqBAAA%3B%3BAA7QpC%2CqBACI%2CgBACI%2CMAqBI%2CcAQI%2CkBA%2BKI%2CeAKK%2CKA8DG%3BEACI%2CaAAA%3BEACA%2CUAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CYAAA%3BE1M%2BIhC%2C%2BBAAA%3BEACI%2C2BAAA%3BEACI%2CuBAAA%3B%3BA0MxaR%2CqBACI%2CgBACI%2CMAqBI%2CcAQI%2CkBA%2BKI%2CeAKK%2CKA8DG%2CeASI%3BEACI%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3B%3BAA7RpC%2CqBACI%2CgBACI%2CMAqBI%2CcAQI%2CkBA%2BKI%2CeAKK%2CKA8DG%2CeASI%2CGAKI%3BEACI%2CiBAAA%3BEACA%2CqBAAA%3BEACA%2CWAAA%3BEACA%2CqBAAA%3BEACA%2CgFAAA%3B%3BAAEA%2CqBArSpC%2CgBACI%2CMAqBI%2CcAQI%2CkBA%2BKI%2CeAKK%2CKA8DG%2CeASI%2CGAKI%2CEAOK%3BEACG%2CWAAA%3BEACA%2CSAAS%2COAAT%3BEACA%2CaAAa%2CaAAb%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAGJ%2CqBAhTpC%2CgBACI%2CMAqBI%2CcAQI%2CkBA%2BKI%2CeAKK%2CKA8DG%2CeASI%2CGAKI%2CEAkBK%3BEACG%2CcAAA%3B%3BAAEA%2CqBAnTxC%2CgBACI%2CMAqBI%2CcAQI%2CkBA%2BKI%2CeAKK%2CKA8DG%2CeASI%2CGAKI%2CEAkBK%2CMAGI%3BEACG%2CcAAA%3B%3BAAKZ%2CqBAzThC%2CgBACI%2CMAqBI%2CcAQI%2CkBA%2BKI%2CeAKK%2CKA8DG%2CeASI%2CGAgCK%2CUACG%3BEACI%2CcAAA%3BEACA%2CgBAAA%3B%3BAAGA%2CqBA%5C%2FTxC%2CgBACI%2CMAqBI%2CcAQI%2CkBA%2BKI%2CeAKK%2CKA8DG%2CeASI%2CGAgCK%2CUACG%2CEAKK%3BEACG%2CaAAA%3B%3BAAGJ%2CqBAnUxC%2CgBACI%2CMAqBI%2CcAQI%2CkBA%2BKI%2CeAKK%2CKA8DG%2CeASI%2CGAgCK%2CUACG%2CEASK%3BEACG%2CcAAA%3BEACA%2CSAAS%2COAAT%3BEACA%2CaAAa%2CaAAb%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAwGpD%2CwBAtB2C%3BEACvC%2CqBACI%2CgBACI%2CMACI%2CcACK%2CKACG%2CkBACI%2CeACK%2CKACG%3BIACI%2CYAAA%3B%3B%3BAAoCvC%2CwBAxByC%3BEACtC%2CqBACI%2CgBACI%2CMACI%2CcACK%2CKACG%2CkBACI%2CeACK%2CKACG%3BIACI%2CYAAA%3B%3BEATpC%2CqBACI%2CgBACI%2CMACI%2CcACK%2CKACG%2CkBACI%2CeACK%2CKACG%2CeAGI%3BI1MxCpC%2CwBAAA%3BIACQ%2CgBAAA%3B%3B%3B%3BA2M9ZR%3BEACI%2CaAAA%3B%3B%3BACDJ%2CqBACI%2CgBACI%2CMACK%2CKACI%2CKACG%2CGACI%2CeACI%2CWACI%3BEACI%2CgCAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3B%3BAAdpC%2CqBACI%2CgBACI%2CMACK%2CKACI%2CKACG%2CGACI%2CeACI%2CWAUI%3BEACI%2CWAAA%3B%3BAAKZ%2CqBAtBpB%2CgBACI%2CMACK%2CKACI%2CKACG%2CGAkBK%2CQACG%2CeACI%3BEACI%2CUAAA%3B%3BAAKZ%2CqBA9BpB%2CgBACI%2CMACK%2CKACI%2CKACG%2CGA0BK%2CQACG%2CeACI%3BEACI%2CaAAA%3B%3BAAKZ%2CqBAtCpB%2CgBACI%2CMACK%2CKACI%2CKACG%2CGAkCK%2CQACG%2CeACI%3BEACI%2CUAAA%3B%3BAAKZ%2CqBA9CpB%2CgBACI%2CMACK%2CKACI%2CKACG%2CGA0CK%2CQACG%2CeACI%3BEACI%2CUAAA%3B%3B%3BACnCpC%2CeACI%3BEACI%2CiBAAA%3BEACA%2CsBAAA%3B%3BAAHR%2CeACI%2CqBAII%3BEACI%2CYAAA%3BEACA%2CWAAA%3B%3BAAIZ%2CcACI%3BEACI%2CiBAAA%3BEACA%2CsBAAA%3B%3BAAHR%2CcACI%2CqBAII%3BEACI%2CYAAA%3BEACA%2CWAAA%3B%3BAAIZ%2CWACI%2CGACI%3BEACI%2CaAAA%3BEACA%2CmBAAA%3B%3BAAJZ%2CWACI%2CGACI%2CEAGI%3BEACI%2CiBAAA%3BEACA%2CsBAAA%3B%3BAAPhB%2CWACI%2CGACI%2CEAGI%2CqBAII%3BEACI%2CYAAA%3BEACA%2CWAAA%3B%3BAAXpB%2CWACI%2CGACI%2CEAaI%3BEACI%2CgBAAA%3B%3BAAhBhB%2CWACI%2CGACI%2CEAiBI%3BEACI%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3B%3BAAEA%2CWA1BZ%2CGACI%2CEAiBI%2CeAQK%3BEACG%2CkBAAA%3B%3BAAGJ%2CWA9BZ%2CGACI%2CEAiBI%2CeAYK%3BEACG%2CmBAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CWAnCZ%2CGACI%2CEAiBI%2CeAiBK%3BEACG%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3B%3BAAEA%2CWA1ChB%2CGACI%2CEAiBI%2CeAiBK%2CeAOI%3BEACG%2CmCAAA%3BEACA%2CiCAAA%3BEACA%2CyBAAA%3BEACA%2CYAAA%3BEACA%2CSAAS%2CGAAT%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3B%3BAAIR%2CWAvDZ%2CGACI%2CEAiBI%2CeAqCK%3BEACG%2CmBAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CWA5DZ%2CGACI%2CEAiBI%2CeA0CK%3BEACG%2CmBAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3B%3BAAEA%2CWAnEhB%2CGACI%2CEAiBI%2CeA0CK%2CeAOI%3BEACG%2CmCAAA%3BEACA%2CiCAAA%3BEACA%2CyBAAA%3BEACA%2CYAAA%3BEACA%2CSAAS%2CGAAT%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3B%3BAAIR%2CWAhFZ%2CGACI%2CEAiBI%2CeA8DK%3BEACG%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CqBAAA%3BEACA%2CYAAA%3BEACA%2CsBAAA%3B%3BAACA%2CWAzFhB%2CGACI%2CEAiBI%2CeA8DK%2CgBASI%3BEACG%2CSAAS%2CEAAT%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEAEA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CsBAAA%3BEACA%2CkCAAA%3B%3BAAGR%2CWAtGZ%2CGACI%2CEAiBI%2CeAoFK%3BEACG%2CUAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CqBAAA%3BEACA%2CYAAA%3BEACA%2CsBAAA%3B%3BAACA%2CWA%5C%2FGhB%2CGACI%2CEAiBI%2CeAoFK%2CgBASI%3BEACG%2CSAAS%2CEAAT%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEAEA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CsBAAA%3BEACA%2CkCAAA%3B%3BAAGR%3BEACI%3BIACE%2CUAAA%3BIACA%2CWAAW%2CsBAAX%3B%3BEAGF%3BIACE%2CUAAA%3BIACA%2CWAAW%2CsBAAX%3B%3B%3BAArItB%2CWACI%2CGA0II%3BAA3IR%2CWACI%2CGA2II%3BEACI%2CcAAA%3BEACA%2CaAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3B%3BAAEA%2CWAlJR%2CGA0II%2CWAQK%3BAAAD%2CWAlJR%2CGA2II%2CWAOK%3BEACG%2CcAAA%3B%3BAAEA%2CWArJZ%2CGA0II%2CWAQK%2CMAGI%3BAAAD%2CWArJZ%2CGA2II%2CWAOK%2CMAGI%3BEACG%2CcAAA%3B%3BAAIR%2CWA1JR%2CGA0II%2CWAgBK%3BAAAD%2CWA1JR%2CGA2II%2CWAeK%3BEACG%2CcAAA%3BEACA%2CSAAS%2CGAAT%3BEACA%2CqBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3B%3BAAKJ%2CWA3KR%2CGA0KI%2CWACK%3BEACG%2CSAAS%2CGAAT%3B%3BAAKJ%2CWAjLR%2CGAgLI%2CWACK%3BEACG%2CSAAS%2CGAAT%3B%3BAAKhB%2CgBACM%2CKACI%3BEACE%2CkBAAA%3B%3BAACA%2CgBAHN%2CKACI%2CIAEG%3BEACG%2CcAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CWAAW%2CSAAX%3BEACA%2CSAAA%3BEACA%2COAAA%3BEACA%2C6BAAA%3BEACA%2CoCAAA%3BEACA%2C%2BBAAA%3B%3BAAKA%2CgBApBV%2CKAkBG%2CMACK%2CIACG%3BEACG%2CWAAW%2CSAAX%3BEACA%2C%2BBAAA%3BEACA%2CsBAAA%3BEACA%2CUAAA%3B%3BAAMpB%2CWACM%2CKACI%3BEACE%2C6BAAA%3BEACA%2CkBAAkB%2CyDAAlB%3BEACA%2C0BAAA%3BEACA%2C0BAAA%3BEACA%2CgCAAA%3B%3BAAEJ%2CWARF%2CKAQG%2CMACK%3BEACE%2CuBAAA%3BEACA%2CcAAA%3B%3BAACA%2CWAZV%2CKAQG%2CMACK%2CIAGG%3BEACG%2CcAAA%3B%3BAAQxB%2CqBACI%2CgBACI%2CMAAK%3BEACD%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3B%3BAALZ%2CqBACI%2CgBACI%2CMAAK%2CUAKA%2CKACI%3BEACG%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3B%3BAAGI%2CqBAdpB%2CgBACI%2CMAAK%2CUAKA%2CKACI%2CKAMI%2CIACI%3BEACG%2CWAAA%3B%3BAAGJ%2CqBAlBpB%2CgBACI%2CMAAK%2CUAKA%2CKACI%2CKAMI%2CIAKI%3BEACG%2CmBAAA%3BEACA%2CWAAA%3B%3BAArB5B%2CqBACI%2CgBACI%2CMAAK%2CUAKA%2CKACI%2CKAiBI%3BEACG%2CYAAA%3BEACA%2C0BAAA%3BEACA%2CgBAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3B%3BAA%5C%2FBxB%2CqBACI%2CgBACI%2CMAAK%2CUAKA%2CKACI%2CKAiBI%2CKASG%3BEACI%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CgCAAA%3B%3BAAGJ%2CqBAvCpB%2CgBACI%2CMAAK%2CUAKA%2CKACI%2CKAiBI%2CKAeI%2CQACI%3BEACG%2CcAAA%3BEACA%2CWAAA%3B%3BAAIR%2CqBA9CpB%2CgBACI%2CMAAK%2CUAKA%2CKACI%2CKAiBI%2CKAsBI%2CQACI%3BEACG%2CcAAA%3BEACA%2CWAAA%3B%3BAAIR%2CqBArDpB%2CgBACI%2CMAAK%2CUAKA%2CKACI%2CKAiBI%2CKA6BI%2CQACI%3BEACG%2CcAAA%3BEACA%2CWAAA%3B%3BAAIR%2CqBA5DpB%2CgBACI%2CMAAK%2CUAKA%2CKACI%2CKAiBI%2CKAoCI%2CQACI%3BEACG%2CcAAA%3BEACA%2CWAAA%3B%3BAAOR%2CqBAtEpB%2CgBACI%2CMAAK%2CUAKA%2CKACI%2CKA6DG%2CGAEK%2CiBAEI%3BAADL%2CqBAvEpB%2CgBACI%2CMAAK%2CUAKA%2CKACI%2CKA6DG%2CGAGK%2CkBACI%3BEACG%2CWAAA%3B%3BAAOJ%2CqBAhFxB%2CgBACI%2CMAAK%2CUAKA%2CKACI%2CKAuEI%2CuBACG%2CGACK%3BEACG%2CWAAA%3B%3BAAHZ%2CqBA9EhB%2CgBACI%2CMAAK%2CUAKA%2CKACI%2CKAuEI%2CuBACG%2CGAKI%3BEACI%2CSAAA%3BEACA%2CUAAA%3B%3BAARZ%2CqBA9EhB%2CgBACI%2CMAAK%2CUAKA%2CKACI%2CKAuEI%2CuBACG%2CGAKI%2CGAII%3BEACI%2CWAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3B%3BAAbhB%2CqBA9EhB%2CgBACI%2CMAAK%2CUAKA%2CKACI%2CKAuEI%2CuBACG%2CGAKI%2CGAII%2CsBAKI%3BAAfhB%2CqBA9EhB%2CgBACI%2CMAAK%2CUAKA%2CKACI%2CKAuEI%2CuBACG%2CGAKI%2CGAII%2CsBAMI%3BAAhBhB%2CqBA9EhB%2CgBACI%2CMAAK%2CUAKA%2CKACI%2CKAuEI%2CuBACG%2CGAKI%2CGAII%2CsBAOI%3BAAjBhB%2CqBA9EhB%2CgBACI%2CMAAK%2CUAKA%2CKACI%2CKAuEI%2CuBACG%2CGAKI%2CGAII%2CsBAQI%3BEACI%2CWAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3B%3BAArBpB%2CqBA9EhB%2CgBACI%2CMAAK%2CUAKA%2CKACI%2CKAuEI%2CuBACG%2CGAKI%2CGAII%2CsBAKI%2CwBASI%3BAAxBpB%2CqBA9EhB%2CgBACI%2CMAAK%2CUAKA%2CKACI%2CKAuEI%2CuBACG%2CGAKI%2CGAII%2CsBAMI%2CwBAQI%3BAAxBpB%2CqBA9EhB%2CgBACI%2CMAAK%2CUAKA%2CKACI%2CKAuEI%2CuBACG%2CGAKI%2CGAII%2CsBAOI%2CwBAOI%3BAAxBpB%2CqBA9EhB%2CgBACI%2CMAAK%2CUAKA%2CKACI%2CKAuEI%2CuBACG%2CGAKI%2CGAII%2CsBAQI%2CwBAMI%3BEACI%2CkBAAA%3B%3BAAzBxB%2CqBA9EhB%2CgBACI%2CMAAK%2CUAKA%2CKACI%2CKAuEI%2CuBACG%2CGAKI%2CGAII%2CsBAKI%2CwBASI%2CGAGI%3BAA3BxB%2CqBA9EhB%2CgBACI%2CMAAK%2CUAKA%2CKACI%2CKAuEI%2CuBACG%2CGAKI%2CGAII%2CsBAMI%2CwBAQI%2CGAGI%3BAA3BxB%2CqBA9EhB%2CgBACI%2CMAAK%2CUAKA%2CKACI%2CKAuEI%2CuBACG%2CGAKI%2CGAII%2CsBAOI%2CwBAOI%2CGAGI%3BAA3BxB%2CqBA9EhB%2CgBACI%2CMAAK%2CUAKA%2CKACI%2CKAuEI%2CuBACG%2CGAKI%2CGAII%2CsBAQI%2CwBAMI%2CGAGI%3BEACI%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAAWpB%2CqBAvHxB%2CgBACI%2CMAAK%2CUAKA%2CKACI%2CKA8GI%2CcACG%2CGACK%3BEACG%2CWAAA%3B%3BAADJ%2CqBAvHxB%2CgBACI%2CMAAK%2CUAKA%2CKACI%2CKA8GI%2CcACG%2CGACK%2CQAGG%3BEACI%2CmBAAA%3B%3BAAJR%2CqBAvHxB%2CgBACI%2CMAAK%2CUAKA%2CKACI%2CKA8GI%2CcACG%2CGACK%2CQAGG%2CGAGI%3BEACI%2CSAAA%3B%3BAAPZ%2CqBAvHxB%2CgBACI%2CMAAK%2CUAKA%2CKACI%2CKA8GI%2CcACG%2CGACK%2CQAGG%2CGAGI%2CGAGI%3BEACI%2CkBAAA%3B%3BAAZxB%2CqBArHhB%2CgBACI%2CMAAK%2CUAKA%2CKACI%2CKA8GI%2CcAmBG%3BEACI%2CSAAA%3BEACA%2CWAAA%3B%3BAAMA%2CqBAhJxB%2CgBACI%2CMAAK%2CUAKA%2CKACI%2CKAuII%2CmBACG%2CeACK%3BEACG%2CeAAA%3B%3BAAKJ%2CqBAtJxB%2CgBACI%2CMAAK%2CUAKA%2CKACI%2CKAuII%2CmBAOI%2CIACI%3BEACG%2CWAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3B%3BAAIA%2CqBA7J5B%2CgBACI%2CMAAK%2CUAKA%2CKACI%2CKAuII%2CmBAOI%2CIAOI%2CMACI%3BEACG%2CWAAA%3B%3BAAOJ%2CqBArK5B%2CgBACI%2CMAAK%2CUAKA%2CKACI%2CKAuII%2CmBAqBI%2CMACI%2CIACI%3BEACG%2CWAAA%3B%3BAAMhB%2CqBA5KhB%2CgBACI%2CMAAK%2CUAKA%2CKACI%2CKAqKI%3BEACG%2CmBAAA%3BEACA%2CWAAA%3B%3BAAFJ%2CqBA5KhB%2CgBACI%2CMAAK%2CUAKA%2CKACI%2CKAqKI%2CMAII%3BEACG%2CWAAA%3B%3BAAEA%2CqBAnLxB%2CgBACI%2CMAAK%2CUAKA%2CKACI%2CKAqKI%2CMAII%2CIAGI%3BEACG%2CWAAA%3B%3BAAGI%2CqBAvLhC%2CgBACI%2CMAAK%2CUAKA%2CKACI%2CKAqKI%2CMAII%2CIAGI%2COAGG%2CeACK%3BEACG%2CWAAA%3B%3BAAMR%2CqBA9L5B%2CgBACI%2CMAAK%2CUAKA%2CKACI%2CKAqKI%2CMAII%2CIAaG%2CeACK%3BEACG%2CWAAA%3B%3BAAKR%2CqBApMxB%2CgBACI%2CMAAK%2CUAKA%2CKACI%2CKAqKI%2CMAuBG%2CMACK%3BEACG%2CWAAA%3B%3BAAKZ%2CqBA1MhB%2CgBACI%2CMAAK%2CUAKA%2CKACI%2CKAmMI%2CKACI%3BEACG%2CmBAAA%3BEACA%2CWAAA%3B%3BAAGA%2CqBAhNxB%2CgBACI%2CMAAK%2CUAKA%2CKACI%2CKAmMI%2CKACI%2CIAKI%3BEACG%2CWAAA%3B%3BAAIA%2CqBArN5B%2CgBACI%2CMAAK%2CUAKA%2CKACI%2CKAmMI%2CKACI%2CIASI%2CMACI%3BEACG%2CWAAA%3B%3BAAKJ%2CqBA3N5B%2CgBACI%2CMAAK%2CUAKA%2CKACI%2CKAmMI%2CKACI%2CIAeG%2CeACK%3BEACG%2CWAAA%3B%3BAAQR%2CqBApOxB%2CgBACI%2CMAAK%2CUAKA%2CKACI%2CKA2NI%2CmBACI%2CIACI%3BEACG%2CaAAA%3B%3BAAOJ%2CqBA5OxB%2CgBACI%2CMAAK%2CUAKA%2CKACI%2CKAmOI%2CmBACG%2CGACK%3BEACG%2CWAAA%3B%3BAA9OhC%2CqBACI%2CgBACI%2CMAAK%2CUAKA%2CKACI%2CKA2OG%2CKAAI%3BEACA%2CgBAAA%3BEACA%2CcAAA%3B%3BAAII%2CqBAxPxB%2CgBACI%2CMAAK%2CUAKA%2CKACI%2CKA2OG%2CKAAI%2CKAKC%2COACI%3BEACG%2CWAAA%3BEACA%2CSAAS%2COAAT%3B%3BAAKZ%2CqBA%5C%2FPhB%2CgBACI%2CMAAK%2CUAKA%2CKACI%2CKAwPI%2CMACI%3BEACG%2CaAAA%3B%3BAAKJ%2CqBAtQpB%2CgBACI%2CMAAK%2CUAKA%2CKACI%2CKA8PI%2CKACI%3BEACG%2CSAAA%3BEACA%2C6BAAA%3BEACA%2C0BAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAA9Q5B%2CqBACI%2CgBACI%2CMAAK%2CUAKA%2CKACI%2CKA0QG%3BEACI%2CgBAAA%3B%3BAAnRxB%2CqBACI%2CgBACI%2CMAAK%2CUAKA%2CKACI%2CKA0QG%2CeAEI%2CcACI%2CmBACI%3BEACI%2CWAAA%3BEACA%2CUAAA%3B%3BAAxRpC%2CqBACI%2CgBACI%2CMAAK%2CUAKA%2CKACI%2CKA0QG%2CeAEI%2CcACI%2CmBAMI%3BEACI%2CYAAA%3BEACA%2CUAAA%3B%3BAAGJ%2CqBA%5C%2FR5B%2CgBACI%2CMAAK%2CUAKA%2CKACI%2CKA0QG%2CeAEI%2CcACI%2CmBAWK%3BEACG%2CqBAAA%3B%3BAAjSpC%2CqBACI%2CgBAwSI%2CMACM%2CKACI%2CKACE%2CYACI%2CGACI%3BEACI%2C6BAAA%3BEACA%2CkBAAkB%2CyDAAlB%3BEACA%2C0BAAA%3BEACA%2C0BAAA%3BEACA%2CgCAAA%3B%3BAACA%2CqBAnT5B%2CgBAwSI%2CMACM%2CKACI%2CKACE%2CYACI%2CGACI%2CEAMK%3BEACG%2CuBAAA%3BEACA%2CcAAA%3B%3BAAtTpC%2CqBACI%2CgBAwSI%2CMACM%2CKACI%2CKAgBE%2CGAAE%2CgBACE%2CGACM%3BEACE%2CkBAAA%3B%3BAACA%2CqBA9T5B%2CgBAwSI%2CMACM%2CKACI%2CKAgBE%2CGAAE%2CgBACE%2CGACM%2CIAEG%3BEACG%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3BEACA%2CQAAA%3BEACA%2COAAA%3BEACA%2C6BAAA%3BEACA%2CSAAA%3BEACA%2CoCAAA%3BEACA%2C4CAAA%3BEACA%2CSAAQ%2CEAAR%3B%3BAAGA%2CqBA5UhC%2CgBAwSI%2CMACM%2CKACI%2CKAgBE%2CGAAE%2CgBACE%2CGACM%2CIAeG%2CMACI%3BEACG%2CyBAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3B%3BACxmBxC%2CqBACC%3BEACC%2CYAAA%3B%3BAAFF%2CqBAKC%3BEACC%2CiBAAA%3BEACA%2CeAAA%3B%3BAAPF%2CqBAKC%2CcAIC%3BE9MoBE%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA8MvBF%2CqBARD%2CcAQE%3BEACA%2CmCAAA%3BEACA%2CSAAS%2COAAT%3BEACA%2CaAAa%2CYAAb%3B%3BAAGD%2CqBAdD%2CcAcE%3BEACA%2CqBAAA%3B%3BAApBH%2CqBAwBC%3BEACC%2CSAAA%3BEACA%2CgBAAA%3B%3BAA1BF%2CqBA6BC%3BEACC%2CiBAAA%3BEACA%2CeAAA%3B%3BAA%5C%2FBF%2CqBAkCC%3BEACC%2CaAAA%3B%3BAAnCF%2CqBAsCC%3BEACC%2CYAAA%3B%3BAAvCF%2CqBA0CC%3BEACC%2CWAAA%3B%3BAA3CF%2CqBA8CC%3BEACC%2CgBAAA%3B%3BAA%5C%2FCF%2CqBAkDC%2CYAAW%3BEACV%2CkBAAA%3B%3BAVnDF%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%3BED1DA%2CkCAAA%3BEACA%2C%2BBAAA%3BEACA%2C0BAAA%3BEAEA%2C6BAAA%3BEACA%2CoCAAA%3BEACA%2C4BAAA%3BECsDC%2CiBAAA%3B%3BAWzFF%3BEACE%2CaAAa%2CeAAb%3BEACA%2CSAAS%2CwDAAT%3BEACA%2CSAAS%2CgEAAgE%2COAAO%2C0BAA0B%2C2DAA2D%2COAAO%2CcAAc%2C0DAA0D%2COAAO%2CaAAa%2CyDAAyD%2COAAO%2CiBAAiB%2CuEAAuE%2COAAO%2CMAAva%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3B%3BAAYF%3BEACI%2CWAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3B%3BAAHJ%2CYAKI%3BEACI%2CmBAAA%3B%3BAAEA%2CYAHJ%2CEAGK%3BAACD%2CYAJJ%2CEAIK%3BEACG%2CmBAAA%3B%3BAAVZ%2CYAcI%3BEACI%2COAAO%2CgBAAP%3BEACA%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CyBAAA%3B%3BAAlBR%2CYAcI%2CeAMI%3BEACI%2CqBAAA%3BEACA%2CSAAA%3BEACA%2CwBAAA%3B%3BAAvBZ%2CYAcI%2CeAMI%2CqBAKI%3BEACI%2CkCAAA%3BEACA%2CmBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CsEAAA%3BEACA%2CkBAAA%3B%3BAA%5C%2FBhB%2CYAcI%2CeAMI%2CqBAKI%2CoBAQI%3BEACI%2C6BAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2C4BAAA%3BEACA%2CsEAAA%3BEACA%2CqBAAA%3BEACA%2CWAAA%3B%3BAAEA%2CYAhChB%2CeAMI%2CqBAKI%2CoBAQI%2CoBAaK%3BEACG%2CqBAAA%3B%3BAAIR%2CYArCZ%2CeAMI%2CqBAKI%2CoBA0BK%3BEACG%2CqBAAA%3B%3BAADJ%2CYArCZ%2CeAMI%2CqBAKI%2CoBA0BK%2CMAGG%3BEACI%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CqBAAA%3B%3BAAIR%2CYA%5C%2FCZ%2CeAMI%2CqBAKI%2CoBAoCK%3BAACD%2CYAhDZ%2CeAMI%2CqBAKI%2CoBAqCK%3BEACG%2CqBAAA%3B%3BAAFJ%2CYA%5C%2FCZ%2CeAMI%2CqBAKI%2CoBAoCK%2CQAIG%3BAAHJ%2CYAhDZ%2CeAMI%2CqBAKI%2CoBAqCK%2CgBAGG%3BEACI%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2C4BAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3B%3BAAIR%2CYA5DZ%2CeAMI%2CqBAKI%2CoBAiDK%2CgBACG%3BEACI%2CcAAA%3B%3BAA5ExB%2CYAmFI%3BEACI%2COAAO%2CgBAAP%3BEACA%2CYAAA%3B%3BAArFR%2CYAmFI%2CqBAII%3BEACI%2CgBAAA%3BEACA%2CaAAA%3B%3BAAzFZ%2CYAmFI%2CqBASI%2CUACI%2CQAAU%3BEACN%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CqBAAA%3B%3BAAlGhB%2CYAmFI%2CqBASI%2CUASI%3BEACI%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CsBAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3B%3BAA3GhB%2CYAmFI%2CqBASI%2CUASI%2COAQM%3BEACE%2CcAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CqBAAA%3BEACA%2CUAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3B%3BAAxHpB%2CYAmFI%2CqBASI%2CUASI%2COAsBM%3BEACE%2CSAAA%3BEACA%2COAAO%2C0BAAP%3BEACA%2CWAAA%3BEACA%2CmBAAA%3B%3BAA%5C%2FHpB%2CYAmFI%2CqBAiDI%2CMAAK%2CiBAAiB%3BAApI9B%2CYAmFI%2CqBAkDI%2CMAAK%2CcAAc%3BEACf%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CaAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAA3IZ%2CYAmFI%2CqBA2DI%2CoBAAoB%3BAA9I5B%2CYAmFI%2CqBA4DI%2CuBAAuB%3BEACnB%2CkBAAA%3BEACA%2CeAAA%3B%3BAAEA%2CYAhER%2CqBA2DI%2CoBAAoB%2CoBAKf%3BAAAD%2CYAhER%2CqBA4DI%2CuBAAuB%2CoBAIlB%3BEACG%2CsBAAA%3BEACA%2CyBAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CYAAA%3BEACA%2CkFAAA%3BEACA%2CaAAa%2CeAAb%3BEACA%2CeAAA%3B%3BAAjKhB%2CYAmFI%2CqBAkFI%2CuBAAsB%2CQAAS%2CQAAK%3BEAChC%2CSAAS%2COAAT%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3B%3BAAxKZ%2CYAmFI%2CqBAwFI%2CwBACI%2CMAAK%3BEACD%2CUAAA%3BEACA%2CkBAAA%3B%3BAA9KhB%2CYAmFI%2CqBAwFI%2CwBAMI%2CMAAK%2CiBAAiB%2CQAAS%3BEAC3B%2CaAAA%3B%3BAAlLhB%2CYAuLI%3BEACI%2CgBAAA%3B%3BAAxLR%2CYA2LI%3BAA3LJ%2CYA2LW%3BAA3LX%2CYA2LqB%3BEACb%2CoCAAA%3BEACA%2CqBAAA%3B%3BAAEA%2CYAJJ%2CMAIK%3BAAAD%2CYAJG%2CSAIF%3BAAAD%2CYAJa%2COAIZ%3BEACG%2CaAAA%3BEACA%2CgBAAA%3BEACA%2CqBAAA%3B%3BAAlMZ%2CYAsMI%3BEACI%2CgBAAA%3BEACA%2CgBAAA%3B%3BAAxMR%2CYA2MI%3BEACI%2CWAAA%3BEACA%2CwBAAA%3BEACA%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2C4BAAA%3BEACA%2CgDAA%2BC%2CmCAA8C%2CiCAA7F%3BEACA%2CqBAAqB%2C%2BBAAgC%2CmBAArD%3BEACA%2CwCAAA%3BEACA%2CmBAAA%3B%3BAAxNR%2CYA2NI%2CMAAK%3BEACD%2CSAAA%3BEACA%2CYAAA%3B%3BAA7NR%2CYAgOI%3BEACI%2CiBAAA%3B%3BAAjOR%2CYAoOI%3BEACI%2CyBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CsBAAA%3B%3BAA7OR%2CYAgPI%3BEACI%2CkBAAA%3B%3BAAjPR%2CYAoPI%2CiBAAiB%3BEACb%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CMAAA%3BEACA%2CSAAA%3BEACA%2CiBAAA%3B%3BAAEA%2CYAPJ%2CiBAAiB%2CyBAOZ%3BEACG%2CcAAA%3B%3BAAIR%2CYAAC%2CeACG%3BEACI%2CWAAA%3BEACA%2CmBAAA%3B%3BAAHR%2CYAAC%2CeACG%2CeAII%3BEACI%2CUAAA%3B%3BAANZ%2CYAAC%2CeACG%2CeAII%2CqBAGI%3BEACI%2CcAAA%3BEACA%2CqBAAA%3BEACA%2CiCAAA%3BEACA%2CgBAAA%3B%3BAAZhB%2CYAAC%2CeACG%2CeAII%2CqBAGI%2CoBAMI%3BEACI%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CYArBf%2CeACG%2CeAII%2CqBAGI%2CoBAaK%3BEACG%2CyBAAA%3B%3BAAGJ%2CYAzBf%2CeACG%2CeAII%2CqBAGI%2CoBAiBK%3BEACG%2CyBAAA%3B%3BAA1BpB%2CYAAC%2CeAgCG%2CqBAAqB%2CUAAU%2COAAS%3BEACpC%2CUAAA%3B%3BAAjCR%2CYAAC%2CeAoCG%3BEACI%2CWAAA%3BEACA%2CgBAAA%3B%3BAAtCR%2CYAAC%2CeAoCG%2CqBAII%3BEACI%2CUAAA%3B%3BAAzShB%2CYA8SI%2COACI%3BEACI%2CkBAAA%3B%3BAAEA%2CYAJR%2COACI%2CYAGK%3BEACG%2CeAAA%3B%3BAAOhB%3BEACI%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CQAAA%3BEACA%2CaAAA%3B%3BAALJ%2CkCAOI%3BEACI%2CeAAA%3BEACA%2CoBAAA%3B%3BAAIR%2CeACI%3BEACI%2CgBAAA%3BEACA%2CgBAAA%3B%3BAAHR%2CeAMI%3BEACI%2CkBAAA%3BEACA%2CgBAAA%3B%3BAARR%2CeAMI%2CwBAII%3BEACI%2CWAAA%3B%3BAAXZ%2CeAMI%2CwBAQI%3BEACI%2CiBAAA%3BEACA%2C6BAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CsBAAA%3BEACA%2CmBAAA%3B%3BAArBZ%2CeAMI%2CwBAQI%2C2BASI%2CkBAAiB%3BEACb%2CaAAA%3B%3BAAxBhB%2CeAMI%2CwBAsBI%3BEACI%2CYAAA%3BEACA%2CiBAAA%3B%3BAA9BZ%2CeAMI%2CwBAsBI%2C2BAII%3BEACI%2CWAAA%3B%3BAAjChB%2CeAMI%2CwBAsBI%2C2BAQI%3BEACI%2CqBAAA%3BEACA%2CiBAAA%3B%3BAAtChB%2CeAMI%2CwBAsBI%2C2BAQI%2CsBAII%3BEACI%2C0BAAA%3BEACA%2CkBAAA%3BEACA%2CaAAA%3B%3BAA3CpB%2CeAMI%2CwBAsBI%2C2BAmBI%3BEACI%2CmBAAA%3B%3BAAhDhB%2CeAqDI%3BEACI%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3B%3BAAII%2CeAXR%2CqBASI%2CmBAEK%2CMAAO%3BAAhEpB%2CeAqDI%2CqBASI%2CmBAGI%3BEACI%2CyBAAA%3B%3BAAlEhB%2CeAqDI%2CqBASI%2CmBAOI%3BEACI%2CqBAAqB%2C8BAA%2BB%2CmBAApD%3BEACA%2CwCAAA%3BEACA%2CcAAA%3BEACA%2CoCAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3B%3BAA5EhB%2CeAqDI%2CqBASI%2CmBAiBI%3BEACI%2CaAAA%3B%3BAAhFhB%2CeAsFI%2CMAAK%3BAAtFT%2CeAuFI%2CMAAK%3BEACD%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CqBAAA%3BEACA%2CsBAAA%3BEACA%2CiBAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CwBAAA%3BEACA%2CqBAAA%3BEACA%2C4BAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3B%3BAAtGR%2CeAyGI%2CMAAK%2CcAAc%2CQAAQ%3BAAzG%5C%2FB%2CeA0GI%2CMAAK%2CiBAAiB%2CQAAQ%3BEAC1B%2CaAAa%2CeAAb%3BEACA%2CSAAS%2COAAT%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2COAAA%3BEACA%2CWAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3B%3BAAtHR%2CeAyHI%3BEACI%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3B%3BAA7HR%2CeAyHI%2C%2BBAMI%2CMAAK%2CiBAAiB%3BEAClB%2CkBAAA%3BEACA%2CUAAA%3B%3BAAjIZ%2CeAyHI%2C%2BBAWI%2CMAAK%2CiBAAiB%2CsBAAsB%2CQAAW%2CQAAK%3BEACxD%2CaAAA%3B%3BAArIZ%2CeAyII%3BEACI%2CkBAAA%3B%3BAA1IR%2CeA6II%2CWACI%3BEACI%2CSAAA%3B%3BAA%5C%2FIZ%2CeA6II%2CWAKI%3BEACI%2CsBAAA%3BEACA%2CkCAAA%3BEACA%2CmCAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3B%3BAAEA%2CeAZR%2CWAKI%2CGAOK%3BEACG%2CwBAAA%3B%3BAAGJ%2CeAhBR%2CWAKI%2CGAWK%3BEACG%2CyBAAA%3B%3BAA9JhB%2CeA6II%2CWAoBI%2CmBACI%3BEACI%2CmBAAA%3B%3BAAEI%2CeAxBhB%2CWAoBI%2CmBACI%2CGAEI%2COAAO%2CYACF%3BEACG%2CeAAA%3B%3BAAtKxB%2CeA6II%2CWA%2BBI%2CGAAE%2CIAAI%2CyBAAyB%2CWAAY%3BEACvC%2CmCAAA%3B%3BAA7KZ%2CeA6II%2CWAmCI%3BEACI%2CeAAA%3B%3BAAEA%2CeAtCR%2CWAmCI%2CGAGK%2CMACG%3BEACI%2CyBAAA%3B%3BAAIR%2CeA5CR%2CWAmCI%2CGASK%2CUAAU%2CMAAO%3BEACd%2CyBAAA%3B%3BAAGJ%2CeAhDR%2CWAmCI%2CGAaK%2CqBACG%3BEACI%2CiBAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3B%3BAAjMpB%2CeAyMI%3BEACI%2C4BAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2C4BAAA%3B%3BAAEA%2CeAVJ%2CcAUK%3BEACG%2CeAAA%3BEACA%2CwCAAA%3BEACA%2CUAAA%3B%3BAAEA%2CeAfR%2CcAUK%2CUAKI%2CQAAQ%3BAACT%2CeAhBR%2CcAUK%2CUAMI%2CSAAS%3BEACN%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CQAAA%3B%3BAAGJ%2CeAvBR%2CcAUK%2CUAaI%2CQAAQ%3BEACL%2CSAAS%2COAAT%3B%3BAAGJ%2CeA3BR%2CcAUK%2CUAiBI%2CSAAS%3BEACN%2CSAAS%2COAAT%3B%3BAArOhB%2CeA0OI%3BEACI%2CyBAAA%3BEACA%2CqBAAA%3BEACA%2CWAAA%3B%3BAAEA%2CeALJ%2CkBAKK%3BAACD%2CeANJ%2CkBAMK%3BAACD%2CeAPJ%2CkBAOK%3BEACG%2CyBAAA%3BEACA%2CqBAAA%3BEACA%2C6BAAA%3BEACA%2CWAAA%3BEACA%2CqBAAA%3B%3BAAtPZ%2CeA0PI%3BEACI%2C6BAAA%3BEACA%2CyBAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3B%3BAAEA%2CeANJ%2CiBAMK%3BAACD%2CeAPJ%2CiBAOK%3BAACD%2CeARJ%2CiBAQK%3BEACG%2CcAAA%3BEACA%2C0BAAA%3B%3BAApQZ%2CeAwQI%2CiBAAmB%3BAAxQvB%2CeAyQI%2CaAAe%3BEACX%2CMAAM%2CgBAAN%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3B%3BAA9QR%2CeAiRI%3BEACI%2CoBAAA%3BEACA%2CoBAAA%3B%3BAAEA%2CeAJJ%2CiBAIK%3BEApmBL%2CmCAAA%3BEACA%2CaAAa%2CeAAb%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEAimBQ%2CSAAS%2COAAT%3B%3BAAvRZ%2CeA2RI%3BEACI%2CmBAAA%3BEACA%2CkBAAA%3B%3BAAEA%2CeAJJ%2CaAIK%3BEA9mBL%2CmCAAA%3BEACA%2CaAAa%2CeAAb%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEA2mBQ%2CSAAS%2COAAT%3B%3BACvmBR%3BEhN4QA%2CmBAAA%3BEAAA%2CWAAA%3BEgNzQI%2CoBAAA%3BEACA%2CkBAAA%3B%3BAAEA%2CqBAAC%2CMAAM%3BEACH%2CmBAAA%3B%3BAAPR%2CqBAUI%3BEACI%2CgBAAA%3B%3BAAXR%2CqBAUI%2CaAGI%3BEhN%2BPR%2CiBAAA%3BEgN7PY%2CgBAAA%3B%3BAAfZ%2CqBAmBI%3BEhNyPJ%2CSAAA%3BEAAA%2CUAAA%3BED9JA%2CqBAAA%3B%3BAiN9GA%2CqBAmBI%2CQAGI%3BEACI%2CaAAA%3BEACA%2CcAAA%3B%3BAAxBZ%2CqBAmBI%2CQAQI%3BEhNiPR%2CiBAAA%3BEgN%5C%2FOY%2CgBAAA%3B%3BAA7BZ%2CqBAmBI%2CQAaI%3BEhN4OR%2CeAAA%3BEgN1OY%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%3BEhN2NR%2CiBAAA%3B%3BAgN5QA%2CqBAuCI%2COAcI%3BEACI%2CcAAA%3B%3BAAtDZ%2CqBAuCI%2COAkBI%3BEACI%2CmBAAA%3BEACA%2CkBAAA%3B%3BAAEA%2CqBAtBR%2COAkBI%2COAIK%3BEhN%2BMb%2CiBAAA%3BEgN7MgB%2CSAAS%2COAAT%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CMAAA%3B%3B%3B%3B%3B%3BAC%5C%2FEhB%2CoBACI%2CQAAO%2CIAAI%2CeACP%2CMAAK%3BEACD%2CWAAA%3BEACA%2CUAAA%3B%3BAAJZ%2CoBAQI%2CQAAO%2CIAAI%2CqBACP%2CMAAK%3BEACD%2CWAAA%3BEACA%2CUAAA%3B%3BACJR%2CcAAC%3BEACG%2CmBAAA%3B%3BACPR%2CuBAEI%3BEACI%2CmBAAA%3BEACA%2CgBAAA%3B%3BA1LCR%3BEACI%2CqBAAA%3BEACA%2CmBAAA%3B%3BAACA%2CeAAgB%3BAAChB%2CaAAc%3BEACV%2CcAAA%3B%3BAALR%2COAQI%3BEACI%2CcAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2CIAAK%3BEACD%2CsBAAA%3B%3BAAGJ%2COAAC%3BEACG%2CcAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CmBAAoB%3BEAChB%2CcAAA%3BEACA%2CqBAAA%3B%3BAAGJ%2CaAAc%2CQACR%3BEACE%2CgBAAA%3B%3BAH7BZ%2CcAYI%3BEACI%2CgBAAA%3B%3BAAbR%2CcAgBI%3BEACI%2CiBAAA%3B%3BAAjBR%2CcAgBI%2CqBAGM%3BEtB%2BPV%2CiBAAA%3BEsB7PY%2CgBAAA%3B%3BAArBZ%2CcAgBI%2CqBAQI%3BEACI%2CqBAAA%3BEACA%2CqBAAA%3B%3BAAWA%2CcAPR%2C2BACI%2CKAMK%3BEACG%2CiBAAA%3B%3BAAGJ%2CcAXR%2C2BACI%2CKAUK%3BEACG%2CkBAAA%3B%3BAA1ChB%2CcAsDI%2CcACI%3BEACI%2CqBAAA%3B%3BAACA%2CcAHR%2CcACI%2CGAEK%3BEACG%2CSAAS%2CIAAT%3B%3BAA1DhB%2CcAsDI%2CcAQI%3BEACI%2CSAAA%3B%3BAAMZ%3BEAEI%2C6BAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3B%3BA8L1EA%2CyBAAC%3BEACG%2CgBAAgB%2C8DAAhB%3BEACA%2CSAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CaAAA%3BEACA%2COAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CYAAA%3B%3BAAXR%2CyBAcI%3BEACI%2CwBAAA%3B%3BAAIA%2CyBADH%2CeACI%2CMACG%3BEACI%2CYAAA%3B%3BAAGJ%2CyBANP%2CeACI%2CMAKI%3BEACG%2CWAAW%2CWAAX%3B%3BAAMhB%2CiBAAiB%3BEACb%2CgBAAgB%2C6DAAhB%3BEACA%2CSAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CYAAA%3BEACA%2COAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3B%3BAAGJ%3BEACI%2CSAAA%3BEACA%2CWAAA%3BEACA%2COAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3B%3BAARJ%2CcAUI%3BEACI%2CYAAA%3BEACA%2COAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3BEACA%2CaAAA%3B%3BAAIR%2CuBAAuB%2CMAAO%2CwBAAuB%2CiBAAiB%3BEAClE%2CSAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CaAAA%3BEACA%2COAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CYAAA%3B%3BAAIA%2CiCAAC%3BEACG%2CkBAAA%3B%3BAAmBZ%2CwBAPA%2C8BACA%2C8BAA6B%3BEACzB%3BIACI%2CYAAA%3BIACA%2CUAAA%3B%3B%3BA7J9FJ%2CYACI%3BEACI%2CgBAAA%3B%3BA8JyDA%2COADH%2CUACI%3BEACG%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAEA%2COALP%2CUACI%2CMAII%3BEACG%2CmBAAA%3B%3BAAGJ%2COATP%2CUACI%2CMAQI%2CmBAAmB%3BErNiNhC%2CcAAA%3BEqN%5C%2FMgB%2CSAAS%2CGAAT%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3B%3BAAIR%2COApBH%2CUAoBI%3BErNsMT%2CcAAA%3BEqNpMY%2CkBAAA%3B%3BAAGJ%2COAzBH%2CUAyBI%3BEACG%2CcAAA%3B%3BAAEA%2COA5BP%2CUAyBI%2CQAGI%3BEACG%2CgBAAA%3B%3BAAJR%2COAzBH%2CUAyBI%2CQAOG%2C%2BBAA%2BB%3BErN0L3C%2CcAAA%3BEqNxLgB%2CYAAA%3BEACA%2CYAAA%3BEACA%2COAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAAIR%2COA5CH%2CUA4CI%2CKAEG%3BAADJ%2COA7CH%2CUA6CI%2CaACG%3BErN4KZ%2CmBAAA%3BEAAA%2CcAAA%3B%3BAqNxKgB%2COAlDX%2CUA4CI%2CKAEG%2CeAIK%3BAAAD%2COAlDX%2CUA6CI%2CaACG%2CeAIK%3BErNwKjB%2CgBAAA%3BEAAA%2CsBAAA%3BEAAA%2CWAAA%3B%3BAqN%5C%2FJI%2COAAC%3BErN%2BJL%2CyBAAA%3BEqN7JQ%2CeAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CoBAAA%3BEACA%2CeAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CuBAAA%3B%3BAAEA%2COAdH%2COAcI%3BEACG%2C%2BBAAA%3B%3BAAGJ%2COAlBH%2COAkBI%3BErN6IT%2CmBAAA%3BEAAA%2CcAAA%3BEqN1IY%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3B%3BAAEA%2COA5BP%2COAkBI%2CKAUI%3BErNmIb%2CsBAAA%3B%3BAqN9HQ%2COAjCH%2COAiCI%3BErN8HT%2C0BAAA%3BEAAA%2CsBAAA%3BEAAA%2CWAAA%3B%3BAqNxHQ%2COAvCH%2COAuCI%2CIAAI%2CWAAW%3BErNwHxB%2CsBAAA%3BEAAA%2CWAAA%3BEAAA%2CuBAAA%3B%3BAqNhHY%2COA%5C%2FCP%2COA6CI%2CMAEI%2CIAAI%2CWAAW%3BAAAhB%2COA%5C%2FCP%2COA8CI%2CMACI%2CIAAI%2CWAAW%3BErNgH5B%2CsBAAA%3BEAAA%2C0BAAA%3B%3BAqN1GQ%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%3BErNwBb%2CmBAAmB%2CcAAnB%3BEACI%2CeAAe%2CcAAf%3BEACI%2CWAAW%2CcAAX%3BEAoDR%2CmBAAA%3BEqN3EgB%2CSAAS%2CEAAT%3BEACA%2CWAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3B%3BAAIR%2COA9FH%2COA8FI%3BErNiET%2Ca%2BE%5C%2FQgC%2CyB%5C%2FE%2BQhC%3B%3BAqN7DQ%2COAlGH%2COAkGI%3BErN6DT%2CyBAAA%3BEAAA%2CcAAA%3BEAAA%2CgBAAA%3BEqNzDY%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%3BErNOb%2CgBAAA%3BEAAA%2CyBAAA%3BEAAA%2CcAAA%3BEqNHgB%2CaAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3B%3BAA9DR%2COAlGH%2COAkGI%2CQAiEG%3BErNJZ%2CcAAA%3BEqNMgB%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%3BErNnBtB%2C%2BBAAA%3B%3BAqNuBY%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%2CSACI%3BEACI%2CkBAAA%3BEtNkRR%2CiBAAA%3B%3BAsN%5C%2FQQ%2CSAJJ%2CMAIK%3BEACG%2CaAAA%3B%3BAAMR%2CgBADY%2CKACX%3BEACG%2CaAAA%3B%3BArKbR%2COACI%2CgBACI%3BEACI%2CSAAA%3B%3BAAHZ%2COACI%2CgBACI%2CUAGI%3BEACI%2CkBAAA%3B%3BAANhB%2COACI%2CgBACI%2CUAGI%2CQAGI%3BEACI%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3B%3BAAXpB%2COACI%2CgBACI%2CUAGI%2CQASI%3BEACI%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CQAAA%3B%3BAAjBpB%2COACI%2CgBAqBI%3BEAEI%2CoBAAA%3BEACA%2CoBAAA%3BEACA%2CWAAA%3B%3BAA1BZ%2COACI%2CgBA4BI%2CKACI%2CKAGM%3BEACE%2CWAAA%3B%3BAAlCpB%2COACI%2CgBAsCI%2CeACI%3BEACI%2CWAAA%3BEjD2OhB%2CgBAAA%3BEAAA%2CgBAAA%3B%3BAA1OA%2COiDzCI%2CgBAsCI%2CeACI%2CiBjDEX%3BAACD%2COiD1CI%2CgBAsCI%2CeACI%2CiBjDGX%3BEACG%2CSAAS%2CEAAT%3BEACA%2CcAAA%3B%3BAAGJ%2COiD%5C%2FCI%2CgBAsCI%2CeACI%2CiBjDQX%3BEACG%2CWAAA%3B%3BAiDjDJ%2COACI%2CgBAsCI%2CeACI%2CiBsK6DZ%3BEACI%2CWAAA%3B%3BAtKtGJ%2COACI%2CgBAsCI%2CeACI%2CiBsKxBZ%3BAtKhBA%2COACI%2CgBAsCI%2CeACI%2CiBsKvBZ%3BEACI%2CqBAAA%3B%3BAtKlBJ%2COACI%2CgBAsCI%2CeACI%2CiBsKxBZ%2CSAQI%2CEAAC%3BAtKxBL%2COACI%2CgBAsCI%2CeACI%2CiBsKvBZ%2CWAOI%2CEAAC%3BEACG%2CqBAAA%3B%3BAtKzBR%2COACI%2CgBAsCI%2CeACI%2CiBsKVZ%2CSACI%3BEvNqPJ%2CkBAAA%3B%3BAiDpRA%2COACI%2CgBAsCI%2CeACI%2CiBsKAZ%2CWAKI%2CEAAC%3BEvNuOL%2CeAAA%3B%3BAiDpRA%2COACI%2CgBAsCI%2CeACI%2CiBsKgBZ%3BAtKxDA%2COACI%2CgBAsCI%2CeACI%2CiBsKiBZ%3BEACI%2CcAAA%3BEACA%2CWAAA%3B%3BAtK3DJ%2COACI%2CgBAsCI%2CeACI%2CiBAQM%3BEACE%2CgBAAA%3B%3BAAMR%2COAtDR%2CgBAqDI%2CQACK%3BEjD6Nb%2CqBAAA%3BE8ClQA%2CqBAAA%3BEG2CgB%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3B%3BAARJ%2COAtDR%2CgBAqDI%2CQACK%2CIH6NX%3BE9CjQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA8CFA%2COGvBI%2CgBAqDI%2CQACK%2CIH%5C%2FBZ%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE9C1EA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CcAAA%3BEAAA%2CS%2BCxNU%2CO%5C%2FCwNV%3BEAAA%2CagD3Qe%2CYhD2Qf%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BE8CiFA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2COGpCA%2CgBAqDI%2CQACK%2CIHnBZ%2CMACI%3BE9C%2BOL%2CcAAA%3B%3BA8CzOI%2COG1CA%2CgBAqDI%2CQACK%2CIHbZ%2COACI%3BE9CyOL%2CcAAA%3B%3BAiDpRA%2COACI%2CgBAkEI%3BEACI%2CaAAA%3B%3BAApEZ%2COACI%2CgBAsEI%3BEACI%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3B%3BAAKZ%3BEACI%2CcAAA%3B%3BAADJ%2CkBAII%3BEjDiMJ%2CiBAAA%3B%3BAiDrMA%2CkBAII%2CaAGI%3BEACI%2CgBAAA%3B%3BAARZ%2CkBAYI%3BEACI%2CkBAAA%3B%3BAAbR%2CkBAYI%2CSAGI%3BEACI%2CcAAA%3BEACA%2CmBAAA%3B%3BAuKrFJ%2C8BADJ%2CSACK%3BEACG%2CiBAAA%3B%3BAlNXZ%3BEACI%2CgBAAA%3B%3BAAOJ%3BEACI%2CWAAA%3BEACA%2CmBAAA%3B%3BAAFJ%2CyBAII%2CQAAO%3BENuQX%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CgBAAA%3BEAAA%2CmBAAA%3BEMrQQ%2CSAAA%3BEACA%2CUAAA%3B%3BAAPR%2CyBAUI%3BEACI%2CaAAA%3B%3BAAXR%2CyBAkBI%3BEACI%2CmBAAA%3B%3BAAnBR%2CyBAkBI%2CyBAEI%2CUAAY%3BEACR%2C6BAAA%3BEACA%2CiBAAA%3B%3BAAEA%2CyBANR%2CyBAEI%2CUAAY%2CSAIP%3BEACG%2CaAAA%3BEACA%2CcAAA%3B%3BAA1BhB%2CyBAkBI%2CyBAoBI%2COAAM%2COACF%3BEACI%2CWAAA%3BEACA%2CeAAA%3B%3BAAzChB%2CyBAkBI%2CyBAoBI%2COAAM%2COAMF%3BEAEI%2CcAAA%3BEACA%2CiBAAA%3B%3BAA%5C%2FChB%2CyBAkBI%2CyBAoBI%2COAAM%2COAgBF%3BEACI%2CqBAAA%3B%3BAAvDhB%2CyBA4DI%2CQAAO%3BEAEH%2CmBAAA%3B%3BAA9DR%2CyBAiEI%2CsBACM%3BEACE%2CmBAAA%3B%3BAAnEZ%2CyBAiEI%2CsBACM%2CSAGI%3BENsMd%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CkBAAA%3BEAAA%2CmBAAA%3B%3BAM3QA%2CyBAiEI%2CsBASM%3BAA1EV%2CyBAiEI%2CsBAUI%2CgBAAgB%3BEACZ%2CgCAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3B%3BAA9EZ%2CyBAiEI%2CsBAgBI%3BEACI%2CmBAAA%3B%3BAAlFZ%2CyBAiEI%2CsBAgBI%2CWAGI%3BEACI%2CcAAA%3BEACA%2CkBAAA%3B%3BAAtFhB%2CyBAiEI%2CsBAyBI%3BEACI%2CgBAAA%3B%3BAAEA%2CyBA5BR%2CsBAyBI%2CgBAGK%3BEACG%2CaAAA%3B%3BAA9FhB%2CyBAiEI%2CsBAyBI%2CgBAOM%3BEN0Kd%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CkBAAA%3BEAAA%2CmBAAA%3BEMxKgB%2CcAAA%3B%3BAAnGhB%2CyBAiEI%2CsBAsCI%2CQAAO%2CMAGD%3BEACE%2CmBAAA%3B%3BAA3GhB%2CyBAiEI%2CsBAuDI%3BEACI%2CkBAAA%3B%3BAAzHZ%2CyBAiEI%2CsBAuDI%2CqBAGM%3BEAEE%2CgBAAA%3B%3BAwCfhB%2CyBxC7CI%2CsBAuDI%2CqBAGM%2CUAIG%2CUwCjBhB%3BE9C6JD%2CS%2BCtNgB%2CO%5C%2FCsNhB%3B%3BAM3QA%2CyBA%2BII%2CEAAC%3BEN4HL%2CcAAA%3B%3BAM3QA%2CyBAmJI%2CQACI%2COAAM%3BENuHd%2CgBAAA%3BEM5GY%2CgBAAA%3B%3BAA%5C%2FJZ%2CyBAmJI%2CQACI%2COAAM%2CIDunBZ%3BELhgBF%2CeAAA%3BEKogBI%2CqBAAA%3B%3BAC%5C%2FwBJ%2CyBAmJI%2CQACI%2COAAM%2CIAGF%3BEACI%2CgBAAA%3B%3BAAGJ%2CyBARR%2CQACI%2COAAM%2CIAOD%3BEACG%2CgBAAA%3B%3BAA5JhB%2CyBAmKI%3BEACI%2CgBAAA%3B%3BAApKR%2CyBAuKI%3BEACI%2C0BAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3B%3BACzKR%2COACI%2CUACI%2CSACI%2COACI%3BEACI%2CgBAAA%3BEACA%2CWAAA%3B%3BAAOpB%3BEACI%2CgBAAA%3B%3BAAGI%2CaADJ%2COACK%3BEACG%2CaAAA%3B%3BAALZ%2CaASI%3BEACI%2CgBAAA%3B%3BAAVR%2CaAaI%3BEuCnBJ%2CqBAAA%3BEvC8BQ%2CqBAAA%3BEACA%2CYAAA%3B%3BAAzBR%2CaAaI%2COuC%2BOF%3BE9CjQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA8CFA%2CavCaI%2COuCbH%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE9C1EA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CS%2BC%5C%2FNU%2CO%5C%2FC%2BNV%3BEAAA%2CagD3Qe%2CYhD2Qf%3BEAAA%2CkBAAA%3BEAAA%2CsBAAA%3BE8CiFA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CavCAA%2COuCDH%2CMACI%3BE9C%2BOL%2CWAAA%3B%3BA8CzOI%2CavCNA%2COuCKH%2COACI%3BE9CyOL%2CWAAA%3B%3BAOjOQ%2CaAdJ%2COAcK%2COACK%2CWACE%3BEACI%2CgBAAA%3B%3BAA9BpB%2CaAoCI%2CQAAO%3BEACH%2CaAAA%3B%3BAArCR%2CaAwCI%3BEACI%2C0BAAA%3BEACA%2CWAAA%3BEACA%2CoBAAA%3BEACA%2CeAAA%3B%3BAA5CR%2CaA%2BCI%3BEACI%2CeAAA%3BEACA%2CWAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3B%3BAAnDR%2CaAsDI%3BEACI%2CaAAA%3B%3BAAIR%3BEACI%2CaAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAALJ%2CoBAQI%3BEPyLJ%2CSAAA%3BEAAA%2CUAAA%3BED9JA%2CqBAAA%3B%3BAQxBQ%2CoBAHJ%2CGAGK%2CIAAI%3BEPsLb%2CgBAAA%3BEAAA%2CyBAAA%3BEOnLY%2CaAAA%3B%3BAAdZ%2CoBAQI%2CGASI%3BEPgLR%2C6BAAA%3BEO9KY%2CeAAA%3BEACA%2CSAAA%3BEACA%2C0BAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAEA%2CoBAlBR%2CGASI%2CGASK%3BEACG%2CgBAAA%3B%3BAAGJ%2CoBAtBR%2CGASI%2CGAaK%3BAACD%2CoBAvBR%2CGASI%2CGAcK%3BEPkKb%2CmBAAA%3B%3BAOjMA%2CoBAQI%2CGASI%2CGAkBI%3BEP8JZ%2CWAAA%3BEO5JgB%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CQAAA%3B%3BAASJ%2CKAHP%2COAAO%2CSACR%2CQAAO%2CMACH%2COACK%3BEACG%2CkBAAA%3B%3BAADJ%2CKAHP%2COAAO%2CSACR%2CQAAO%2CMACH%2COACK%2CYAGG%3BEACI%2CmBAAA%3B%3BAAEA%2CKATf%2COAAO%2CSACR%2CQAAO%2CMACH%2COACK%2CYAGG%2CSAGK%3BEACG%2CSAAS%2CSAAT%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CWAAA%3B%3BAAKZ%2CKArBP%2COAAO%2CSACR%2CQAAO%2CMACH%2COAmBK%3BEACG%2CkBAAA%3B%3BAADJ%2CKArBP%2COAAO%2CSACR%2CQAAO%2CMACH%2COAmBK%2CWAGG%2CIAAG%3BEACC%2COAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3B%3BAAIR%2CKA%5C%2FBP%2COAAO%2CSACR%2CQAAO%2CMACH%2COA6BK%2CWACG%3BEACI%2CmBAAA%3B%3BAAjCpB%2CKAAK%2COAAO%2CSA2CR%2COAAM%2CMACF%2COACI%3BEACI%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3B%3BAAMhB%3BEAEI%2CgBAAA%3B%3BAAFJ%2CaAIM%3BEACE%2CqBAAA%3BEACA%2CkBAAA%3B%3BAAIR%2COAAO%3BEACH%2CmBAAA%3B%3BAChLJ%3BEACI%2CcAAA%3B%3BAAIA%2CQAAC%3BER8ML%2CYAAA%3BEACA%2CoBAAA%3BEACA%2CcAAA%3B%3BAQ3MI%2CQAAC%3BERsPL%2CiBAAA%3BEAAA%2CmBAAA%3BEAlCA%2CsBAAA%3BEQlNQ%2CmBAAA%3B%3BAAEA%2CcAAe%2CSAJlB%3BEAKO%2CqBAAA%3BEACA%2CeAAA%3BEACA%2COAAO%2CmBAAP%3B%3BAAGJ%2CQAVH%2CKAUI%2CUAAU%3BEACP%2CcAAA%3B%3BAAKJ%2CQAhBH%2CKAgBI%3BEAEG%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CqBAAA%3BEACA%2CcAAA%3BEACA%2CaAAA%3BEACA%2CaAAA%3BEACA%2CqBAAA%3B%3BAAGJ%2CQA3BH%2CKA2BI%3BEACG%2CeAAA%3BEACA%2CYAAA%3B%3BAAEA%2CcAAe%2CSA%5C%2FBtB%2CKA2BI%3BEAKO%2CYAAA%3B%3BAAIR%2CQApCH%2CKAoCI%3BEACG%2CYAAA%3B%3BAADJ%2CQApCH%2CKAoCI%2CQAGK%3BEACE%2CiBAAA%3B%3BAAJR%2CQApCH%2CKAoCI%2CQAOG%3BEACI%2CqBAAA%3BEACA%2CiBAAA%3BEACA%2CsBAAA%3B%3BAAVR%2CQApCH%2CKAoCI%2CQAOG%2CmBAKM%2CSAAM%3BEJyJxB%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2C4BAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3BEJoCA%2CgBAAA%3B%3BAIjCA%2CQIrNK%2CKAoCI%2CQAOG%2CmBAKM%2CSAAM%2COJqKvB%3BAACD%2CQItNK%2CKAoCI%2CQAOG%2CmBAKM%2CSAAM%2COJsKvB%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CQI3NK%2CKAoCI%2CQAOG%2CmBAKM%2CSAAM%2COJ2KvB%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CQIhOK%2CKAoCI%2CQAOG%2CmBAKM%2CSAAM%2COJgLvB%3BAACD%2CQIjOK%2CKAoCI%2CQAOG%2CmBAKM%2CSAAM%2COJiLvB%3BAACD%2CQAAQ%2CUAAW%2CSIlOd%2CKAoCI%2CQAOG%2CmBAKM%2CSAAM%3BEJmLpB%2CoBAAA%3BEJmBJ%2CYAAA%3B%3BAQlNQ%2CQApCH%2CKAoCI%2CQAOG%2CmBASM%3BEAKE%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAALA%2CQAtDf%2CKAoCI%2CQAOG%2CmBASM%2CUAEG%3BEACG%2CSAAA%3B%3BAAnBhB%2CQApCH%2CKAoCI%2CQA%2BBG%3BEACI%2CqBAAA%3BEACA%2CsBAAA%3B%3BAAjCR%2CQApCH%2CKAoCI%2CQA%2BBG%2CiBAIM%2CSAAM%3BEACJ%2CcAAA%3BEACA%2CoBAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3B%3BAAKZ%2CQAhFH%2CKAgFI%3BEACG%2CcAAA%3B%3BAAjFR%2CQAAC%2CKAoFG%2CyBACI%3BEACI%2CiBAAA%3B%3BAAtFZ%2CQAAC%2CKAoFG%2CyBAKI%3BEACI%2CeAAA%3BEACA%2CeAAA%3B%3BAA3FZ%2CQAAC%2CKA%2BFG%3BEACI%2CmBAAA%3B%3BAAhGR%2CQAAC%2CKA%2BFG%2CWAGI%3BEACI%2CgBAAA%3BEACA%2CmBAAA%3B%3BAApGZ%2CQAAC%2CKA%2BFG%2CWAQI%3BER%2BIZ%2CWAAA%3BEQ7IgB%2CeAAA%3B%3BAAzGZ%2CQAAC%2CKA6GG%3BEACI%2CaAAA%3B%3BAA9GR%2CQAAC%2CKA6GG%2CWAGI%3BEACI%2CmBAAA%3B%3BAAjHZ%2CQAAC%2CKAqHG%2CeACI%3BEACI%2CaAAA%3B%3BAAvHZ%2CQAAC%2CKA2HG%2CeACI%3BEACI%2CcAAA%3B%3BAA7HZ%2CQAAC%2CKAiIG%3BEACI%2CeAAA%3B%3BAAlIR%2CQAAC%2CKAqIG%3BAArIJ%2CQAAC%2CKAsIG%3BEACI%2CSAAA%3B%3BAsC9CZ%2CQtCzFK%2CKA0IG%2CWsCjDP%3BE9C6JD%2CS%2BCtNgB%2CO%5C%2FCsNhB%3B%3BAQtPI%2CQAAC%2CKAgJG%3BERsGR%2CiBAAA%3BEQpGY%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CoBAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3B%3BAAOJ%2COAFD%2CKACH%2CSACK%3BEACG%2CcAAA%3B%3BAAGJ%2COAND%2CKACH%2CSAKK%3BEACG%2CeAAA%3B%3BAAKZ%2CgBACI%3BER8EJ%2CiBAAA%3B%3BAQ%5C%2FEA%2CgBAKI%2CqBAAuB%3BAAL3B%2CgBAMI%3BEACI%2CeAAA%3B%3BAAPR%2CgBAUI%2CqBAAuB%3BAAV3B%2CgBAWI%3BAAXJ%2CgBAYI%2CqBAAuB%2CuBAAqB%3BAAZhD%2CgBAaI%2CMAAM%3BAAbV%2CgBAcI%2CMAAQ%2CuBAAoB%3BAAdhC%2CgBAeI%2CMAAQ%2CuBAAqB%3BERgEjC%2CiBAAA%3B%3BAQ3DQ%2CgBADJ%2CMACK%3BEACG%2CSAAS%2CIAAI%2CiBAAiB%2CIAA9B%3B%3BAAGJ%2CgBALJ%2CMAKK%3BEACG%2CSAAS%2CGAAT%3B%3BAAIA%2CgBAVR%2CMASM%2CuBACG%3BEACG%2CSAAS%2CiBAAiB%2CIAA1B%3B%3BAAQR%2CcADJ%2CSACK%3BEACG%2CcAAA%3BEACA%2CWAAA%3B%3BAAEA%2CcALR%2CSACK%2CKAII%3BEACG%2CkBAAA%3B%3BAAGJ%2CcATR%2CSACK%2CKAQI%3BEACG%2CmBAAA%3BEACA%2CsBAAA%3BEACA%2CmBAAA%3BEACA%2CSAAA%3B%3BAAGJ%2CcAhBR%2CSACK%2CKAeI%3BEACG%2CmBAAA%3BEACA%2CmBAAA%3B%3BAsDhPhB%2CcACI%3BEACI%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAAIR%3BEAEI%2CmBAAA%3BEACA%2CkBAAA%3B%3BAAHJ%2CQAKI%3BE9D2PJ%2CyBAAA%3BEAAA%2C8EAAA%3BE8DxPQ%2CkBAAA%3B%3BAARR%2CQAUI%3BEACI%2CkBAAA%3BEACA%2CSAAA%3B%3BAAEJ%2CQAAC%3BEACG%2COAAA%3BEACA%2CiBAAA%3BEACA%2CSAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CMAAA%3BEACA%2CsBAAA%3B%3BAAEA%2CSAAS%2CQAAW%2CWAAS%2CSAThC%3BEAUO%2CaAAA%3B%3BAAKJ%2CiBADc%2CSACb%3BEACG%2CgBAAA%3B%3BAAIR%2CQAAC%3BE9D8NL%2C6BAAA%3B%3BA8D9NI%2CQAAC%2CSAGG%3BEACI%2CaAAA%3B%3BAAEA%2CSAAS%2CQAAW%2CWAN3B%2CSAGG%3BEAIQ%2CcAAA%3B%3BAAzChB%2CQA8CI%3BEACI%2CmBAAA%3B%3BAAIR%3BEACI%2CYAAA%3B%3BAAEA%2CcAAe%3BEACX%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3BEACA%2CUAAA%3B%3BAAGJ%2CSAAS%2CQAAW%2CWAAS%3BEACzB%2CaAAA%3B%3BAAGJ%2COAAC%3BEACG%2CmBAAA%3BEACA%2CWAAA%3B%3BAAGJ%2COAAC%3BE9D0LL%2CqBAAA%3BE8ClQA%2CqBAAA%3B%3BAAMA%2COgBkEK%2COhBlEJ%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE9C1EA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CcAAA%3BEAAA%2CS%2BCjOY%2CO%5C%2FCiOZ%3BEAAA%2CagD3Qe%2CYhD2Qf%3BEAAA%2CsBAAA%3BE8CiFA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2COgBqDC%2COhBtDJ%2CMACI%3BE9C%2BOL%2CWAAA%3B%3BA8D1LI%2COAAC%2COhB0LH%3BE9CjQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA8DyEQ%2COATH%2COASI%2CUAAU%3BEACP%2CSfhDE%2COegDF%3B%3BAAKZ%3BEACI%2CaAAA%3B%3BAAIA%2CQAAC%3BEACG%2CmBAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CQAAC%3BEACG%2CgBAAA%3B%3BAAGJ%2CcAAe%2CSAAS%3BEACpB%2CaAAA%3B%3BAAXR%2CQAcI%3BEACI%2CqBAAA%3B%3BArD%5C%2FGR%3BAACA%2CIAAI%3BETsQJ%2CWAAA%3B%3BAS9PgB%2CYAHZ%2CiBACI%2CqBACM%2CuBACG%3BEACG%2CSAAS%2CIAAI%2CiBAAiB%2CGAA9B%3B%3BAAGJ%2CYAPZ%2CiBACI%2CqBACM%2CuBAKG%2CWAAW%3BEACR%2CSAAS%2CGAAT%3B%3BAATpB%2CYACI%2CiBAaI%2CMAAK%3BEACD%2CeAAA%3B%3BAAEA%2CYAhBR%2CiBAaI%2CMAAK%2CYAGA%3BEACG%2CSAAS%2CKAAK%2CiBAAiB%2CGAA%5C%2FB%3B%3BAAMhB%3BEACI%2CgBAAA%3B%3BAAaJ%2CeACI%3BEACI%2CcAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3B%3BAAIR%3BAACA%3BAACA%3BEACI%2CmBAAA%3B%3BAAOJ%3BEACI%2CqBAAA%3BEACA%2CeAAA%3B%3BAAGJ%3BEACI%2CcAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAAGJ%3BEACI%2CSAAA%3BEACA%2CcAAA%3BEACA%2COAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3B%3BAAOJ%2CQAAQ%2CMAKJ%2CaAAa%2COAAM%3BEACf%2CeAAA%3B%3BAANR%2CQAAQ%2CMASJ%3BEACI%2CcAAA%3BEToKR%2CcAAA%3BEAAA%2CiBAAA%3B%3BAS9KA%2CQAAQ%2CMAeJ%2CSAAQ%3BEACJ%2CmBAAA%3B%3BAAhBR%2CQAAQ%2CMAmBJ%2COAAM%3BET2JV%2CSAAA%3BEAAA%2CUAAA%3BED9JA%2CqBAAA%3B%3BAUhBA%2CQAAQ%2CMAmBJ%2COAAM%2COVGR%3BEACE%2CqBAAA%3BEACA%2CmBAAA%3B%3BAUxBJ%2CQAAQ%2CMAmBJ%2COAAM%2COAEA%3BEACE%2CgBAAA%3B%3BAAtBZ%2CQAAQ%2CMAmBJ%2COAAM%2COAMF%3BEACI%2CcAAA%3B%3BAA1BZ%2CQAAQ%2CMAmBJ%2COAAM%2COAUF%3BEACI%2CcAAA%3BEACA%2CcAAA%3B%3BAAKZ%2CQAAQ%2CKAAK%3BEACT%2CWAAA%3BEACA%2CmBAAA%3B%3BAAFJ%2CQAAQ%2CKAAK%2CSAIT%3BEACI%2CWAAA%3BEN0HR%2CYAAA%3B%3BAM%5C%2FHA%2CQAAQ%2CKAAK%2CSAIT%2CuBN6HF%2CQAGI%2CKACI%3BAMrIV%2CQAAQ%2CKAAK%2CSAIT%2CuBN8HF%2CQAEI%2CKACI%3BAMrIV%2CQAAQ%2CKAAK%2CSAIT%2CuBN%2BHF%2CQACI%2CKACI%3BAMrIV%2CQAAQ%2CKAAK%2CSAIT%2CuBN6HF%2CQAGI%2CKAEI%3BAMtIV%2CQAAQ%2CKAAK%2CSAIT%2CuBN8HF%2CQAEI%2CKAEI%3BAMtIV%2CQAAQ%2CKAAK%2CSAIT%2CuBN%2BHF%2CQACI%2CKAEI%3BEACE%2CYAAA%3B%3BAMvIZ%2CQAAQ%2CKAAK%2CSAIT%2CuBNnBF%2CQAGI%2CKACI%3BAMWV%2CQAAQ%2CKAAK%2CSAIT%2CuBNlBF%2CQAEI%2CKACI%3BAMWV%2CQAAQ%2CKAAK%2CSAIT%2CuBNjBF%2CQACI%2CKACI%3BEHqJV%2C2BAAA%3B%3BAS1IA%2CQAAQ%2CKAAK%2CSAIT%2CuBNnBF%2CQAGI%2CKAII%3BAMQV%2CQAAQ%2CKAAK%2CSAIT%2CuBNlBF%2CQAEI%2CKAII%3BAMQV%2CQAAQ%2CKAAK%2CSAIT%2CuBNjBF%2CQACI%2CKAII%3BEHkJV%2C0BAAA%3B%3BAS%5C%2FHA%2CkBACI%3BET8HJ%2CcAAA%3BES5HQ%2CgCAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3B%3BAANR%2CkBACI%2CoBAOI%3BEACI%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3B%3BAAXZ%2CkBACI%2CoBAOI%2CWAKI%2CiBACM%3BEACE%2CcAAA%3BEACA%2CkBAAA%3B%3BAAEA%2CkBAjBhB%2CoBAOI%2CWAKI%2CiBACM%2COAIG%3BEACG%2CgBAAA%3B%3BAAnBxB%2CkBACI%2CoBAwBI%2CqBAAuB%3BAAzB%5C%2FB%2CkBACI%2CoBAyBI%2CMAAQ%3BAA1BhB%2CkBACI%2CoBA0BI%3BEToGR%2CiBAAA%3B%3BAS%5C%2FHA%2CkBACI%2CoBAwBI%2CqBAAuB%2CuBAInB%3BAA7BZ%2CkBACI%2CoBAyBI%2CMAAQ%2CuBAGJ%3BAA7BZ%2CkBACI%2CoBA0BI%2CMAEI%3BETkGZ%2CiBAAA%3BEShGgB%2CgBAAA%3BEACA%2CiBAAA%3B%3BAAhChB%2CkBACI%2CoBAmCI%2CeAAe%3BET2FvB%2CiBAAA%3BESzFY%2CgBAAA%3BEACA%2CiBAAA%3B%3BAAvCZ%2CkBACI%2CoBAyCI%2CWACI%2CeAAe%3BEToF3B%2CeAAA%3BESlFgB%2CgBAAA%3B%3BAAMA%2CkBAlDZ%2CoBAgDI%2CeACI%2CaACK%3BEACG%2CSAAS%2CIAAT%3B%3BAApDpB%2CkBACI%2CoBAwDI%3BEACI%2CmBAAA%3B%3BAA1DZ%2CkBA8DI%3BEACI%2CqBAAA%3BEACA%2CYAAA%3BEACA%2CoBAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3B%3BAApER%2CkBAuEI%3BEACI%2CeAAA%3B%3BAAEA%2CkBAHJ%2COAGK%3BAACD%2CkBAJJ%2COAIK%3BEACG%2CgBAAA%3BEACA%2CyBAAA%3B%3BAA7EZ%2CkBAiFI%2CSAAQ%2CUAAU%3BEACd%2CqBAAA%3BEACA%2CqBAAA%3B%3BAAKI%2CkBAFR%2CSACK%2CUACI%2CIACG%3BEACI%2CmBAAA%3BEACA%2CiBAAA%3B%3BAAEA%2CkBAPhB%2CSACK%2CUACI%2CIACG%2CMAIK%3BEACG%2CSAAS%2CIAAT%3B%3BAANZ%2CkBAFR%2CSACK%2CUACI%2CIAUG%3BEACI%2CqBAAA%3B%3BAAIR%2CkBAjBR%2CSACK%2CUAgBI%3BEACG%2CcAAA%3B%3BAAIR%2CkBAtBJ%2CSAsBK%3BEACG%2CcAAA%3B%3BAA7GZ%2CkBAiHI%3BEACI%2CWAAA%3BEACA%2CiBAAA%3B%3BAAnHR%2CkBAsHI%3BEACI%2CWAAA%3B%3BAAvHR%2CkBA0HI%2CwBACI%3BEACI%2CgBAAA%3B%3BAAOJ%2CwBADJ%2CUACK%3BEACG%2CgBAAA%3B%3BAAHZ%2CwBAOI%2CgCACI%3BETVR%2CgBAAA%3BEAAA%2CiBAAA%3BESaY%2CYAAA%3BEACA%2CqBAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CUAAA%3B%3BAAfZ%2CwBAOI%2CgCAYI%2CMAAK%2CgBACC%2CSAAM%3BEACJ%2CgBAAA%3B%3BAAOA%2CwBArBZ%2CgCAkBK%2CSAEG%2CQACK%3BAAAD%2CwBArBZ%2CgCAmBK%2CUACG%2CQACK%3BEACG%2CSAAS%2CGAAT%3BET%5C%2FBpB%2CcAAA%3BEAAA%2CiBAAA%3B%3BASEA%2CwBAoCI%2COACI%3BEACI%2CcAAA%3BETxCZ%2CeAAA%3B%3BASEA%2CwBA0CI%2COACI%2CMAAK%3BEACD%2CcAAA%3B%3BAAKZ%2CuBAAwB%3BAACxB%2CmBAAoB%3BETpDpB%2CcAAA%3BESsDI%2CmBAAA%3BEACA%2CoBAAA%3BEACA%2CmBAAA%3B%3BAALJ%2CuBAAwB%2CWAOpB%3BAANJ%2CmBAAoB%2CWAMhB%3BEACI%2CeAAA%3BEACA%2CgBAAA%3B%3BAATR%2CuBAAwB%2CWAOpB%2CWAII%2CiBAAmB%3BAAV3B%2CmBAAoB%2CWAMhB%2CWAII%2CiBAAmB%3BEACf%2CqBAAA%3B%3BAAZZ%2CuBAAwB%2CWAgBpB%2CiBACM%3BAAhBV%2CmBAAoB%2CWAehB%2CiBACM%3BEACE%2CcAAA%3BEACA%2CkBAAA%3B%3BAAEA%2CuBArBY%2CWAgBpB%2CiBACM%2COAIG%3BAAAD%2CmBApBQ%2CWAehB%2CiBACM%2COAIG%3BEACG%2CgBAAA%3B%3BAAtBhB%2CuBAAwB%2CWAgBpB%2CiBAUI%3BAAzBR%2CmBAAoB%2CWAehB%2CiBAUI%3BEACI%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3B%3BAA7BZ%2CuBAAwB%2CWAgBpB%2CiBAgBI%2CqBAAuB%3BAA%5C%2FB%5C%2FB%2CmBAAoB%2CWAehB%2CiBAgBI%2CqBAAuB%3BAAhC%5C%2FB%2CuBAAwB%2CWAgBpB%2CiBAiBI%2CMAAQ%3BAAhChB%2CmBAAoB%2CWAehB%2CiBAiBI%2CMAAQ%3BAAjChB%2CuBAAwB%2CWAgBpB%2CiBAkBI%3BAAjCR%2CmBAAoB%2CWAehB%2CiBAkBI%3BETrFR%2CiBAAA%3BESuFY%2CiBAAA%3B%3BAApCZ%2CuBAAwB%2CWAgBpB%2CiBAgBI%2CqBAAuB%2CuBAMnB%3BAArCZ%2CmBAAoB%2CWAehB%2CiBAgBI%2CqBAAuB%2CuBAMnB%3BAAtCZ%2CuBAAwB%2CWAgBpB%2CiBAiBI%2CMAAQ%2CuBAKJ%3BAArCZ%2CmBAAoB%2CWAehB%2CiBAiBI%2CMAAQ%2CuBAKJ%3BAAtCZ%2CuBAAwB%2CWAgBpB%2CiBAkBI%2CMAII%3BAArCZ%2CmBAAoB%2CWAehB%2CiBAkBI%2CMAII%3BETzFZ%2CiBAAA%3BES2FgB%2CgBAAA%3B%3BAAMhB%2CWAaI%2CQAAO%3BEAQH%2CmBAAA%3B%3BAAJA%2CWAJJ%2CQAAO%2COAIF%2CIAAI%3BEACD%2CmBAAA%3B%3BAAOZ%3BEACI%2CeAAA%3B%3BAADJ%2CoBAGI%3BEACI%2CgBAAA%3B%3BAAIR%3BEACI%2CgBAAA%3BEACA%2CkBAAA%3B%3BAqCjSJ%2CqBrCmSI%2CQAAO%2CUqCnSV%3BE9C6JD%2CS%2BCtNgB%2CO%5C%2FCsNhB%3B%3BAS4IA%3BEAEI%2CmBAAA%3B%3BAAFJ%2CYAII%3BEACI%2CmBAAA%3B%3BAAEA%2CYAHJ%2CMAGK%3BEACG%2CgBAAA%3B%3BAARZ%2CYAYI%3BAAZJ%2CYAaI%3BEACI%2CqBAAA%3B%3BAAIR%3BAACA%3BAACA%3BEACI%2CcAAA%3BEACA%2CmBAAA%3B%3BAAGJ%3BETrKA%2CuBAAA%3BEAAA%2CSAAA%3BEAAA%2CUAAA%3BEAAA%2CcAAA%3BEAAA%2CqBAAA%3BEIhFA%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CeAAA%3B%3BALvDA%2CyBAAC%3BECqID%2CcAAA%3BEAAA%2CqBAAA%3B%3BADhIA%2CyBAAC%3BECgID%2CcAAA%3BEAAA%2C0BAAA%3B%3BAD3HA%2CyBAAC%3BEC2HD%2CcAAA%3BEAAA%2C0BAAA%3B%3BAI5EA%2CyBAAC%3BAACD%2CyBAAC%3BAACD%2CyBAAC%3BEACG%2CgBAAA%3BEACA%2CSAAA%3B%3BAAGJ%2CyBAAC%3BAACD%2CyBAAC%3BAACD%2CQAAQ%2CUAAW%3BEJmEnB%2CcAAA%3BEAAA%2CYAAA%3BEIhEI%2CeAAA%3BEACA%2CoBAAA%3BEACA%2C0BAAA%3B%3BAK2OJ%2CQACI%2CeACI%3BEACI%2CmBAAA%3BEACA%2CkBAAA%3B%3BAAJZ%2CQACI%2CeAMI%3BEACI%2CkBAAA%3BEACA%2CWAAA%3B%3BAATZ%2CQACI%2CeAMI%2CmBAII%3BEACI%2COAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3B%3BAAdhB%2CQACI%2CeAiBI%3BEACI%2CaAAA%3B%3BAAnBZ%2CQACI%2CeAqBI%3BEACI%2CkBAAA%3B%3BAAvBZ%2CQACI%2CeAyBI%3BEACI%2CcAAA%3BEACA%2CgBAAA%3B%3BAA5BZ%2CQACI%2CeA8BI%3BEACI%2CcAAA%3BEACA%2CaAAA%3B%3BAAjCZ%2CQACI%2CeAmCI%3BEACI%2CiBAAA%3B%3BAArCZ%2CQACI%2CeAuCI%3BETrNR%2CcAAA%3BESuNY%2CeAAA%3BEACA%2CmBAAA%3B%3BAA3CZ%2CQACI%2CeA6CI%2CUACI%3BEACI%2CeAAA%3BEACA%2CUAAA%3B%3BAAjDhB%2CQACI%2CeA6CI%2CUAMI%2CMAAK%3BEACD%2CqBAAA%3B%3BAAKJ%2CQAzDR%2CeAwDI%2CQACK%3BEAEG%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3B%3BAAOJ%2CQAFR%2CeACI%2CQACK%3BEAEG%2CcAAA%3B%3BAAvEhB%2CQA4EI%2CQAAO%3BEACH%2CgBAAA%3B%3BAA7ER%2CQAwFI%3BEAEI%2CiBAAA%3B%3BAA1FR%2CQAwFI%2CsBAII%3BEAEI%2CWAAA%3BEACA%2CiBAAA%3B%3BAA%5C%2FFZ%2CQAuGI%2CqBACI%3BEACI%2CaAAA%3BEACA%2CmBAAA%3B%3BAA1GZ%2CQAuGI%2CqBAMI%3BEACI%2CSAAA%3B%3BAASZ%2CsBAAsB%2CoBAClB%2CQAAO%3BEACH%2CmBAAA%3B%3B%3B%3B%3BAAoNR%2CIAAI%2C8BACA%2CQAAO%3BEACH%2CYAAA%3BEACA%2CcAAA%3B%3BAAIR%2CcAAc%3BEACV%2CWAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAJJ%2CcAAc%2CWAMV%2CkBAAoB%2CQAAQ%2CKACtB%3BAAPV%2CcAAc%2CWAMV%2CkBAAoB%2CQAAQ%2CKAEtB%3BEACE%2CaAAA%3B%3BAAKZ%3BEACI%2CmBAAA%3B%3BAADJ%2CiBAGI%3BEACI%2CaAAA%3BEACA%2CYAAA%3B%3BAAEA%2CiBAJJ%2CMAIK%3BEACG%2C4BAAA%3B%3BAADJ%2CiBAJJ%2CMAIK%2CMAUG%2CWAAU%3BEACN%2CcAAA%3BEACA%2CWAAA%3BEACA%2CqBAAA%3B%3BAAKJ%2CiBAtBR%2CMAqBK%2CQACI%3BAACD%2CiBAvBR%2CMAqBK%2CQAEI%3BEACG%2C6BAAA%3B%3BAAIR%2CiBA5BJ%2CMA4BK%3BET9iBT%2CiBAAA%3B%3BAS8iBQ%2CiBA5BJ%2CMA4BK%2CUAGG%3BEACI%2CYAAA%3BEACA%2CeAAA%3B%3BAAIR%2CiBArCJ%2CMAqCK%3BEACG%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3B%3BAAHJ%2CiBArCJ%2CMAqCK%2COAKG%2CQAAO%3BEAEH%2CoBAAA%3B%3BAA%5C%2FChB%2CiBAGI%2CMAgDI%2CWAAU%3BEACN%2CgBAAA%3BEACA%2CWAAA%3B%3BAAKJ%2CiBADJ%2CGACK%3BEACG%2C4BAAA%3B%3BAA3DZ%2CiBA%2BDI%3BEACI%2CcAAA%3BEACA%2CmBAAA%3B%3BAAjER%2CiBAoEI%3BEACI%2CcAAA%3B%3BAArER%2CiBAwEI%3BAAxEJ%2CiBAyEI%3BAAzEJ%2CiBA0EI%2CSAAQ%3BAA1EZ%2CiBA2EI%3BEACI%2CcAAA%3BEACA%2CcAAA%3B%3BAA7ER%2CiBAgFI%3BEACI%2CgBAAA%3B%3BAAGI%2CiBAJR%2CqBAGI%2CQACK%3BEACG%2CUAAA%3B%3BAAGJ%2CiBARR%2CqBAGI%2CQAKK%3BAACD%2CiBATR%2CqBAGI%2CQAMK%3BETxmBb%2CmBAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3B%3BAS%2BmBQ%2CiBADJ%2CQACK%3BEACG%2CmBAAA%3B%3BAAKZ%2CWAAW%3BETrnBX%2CgBAAA%3BESunBI%2COAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3B%3BAAGJ%2CcAKI%2CcAAc%3BEACV%2CiBAAA%3B%3BAANR%2CcASI%2CQAAO%3BEAEH%2COAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3B%3BAAbR%2CcAoBI%3BEACI%2CgBAAA%3B%3BAA0GR%2CMAAM%2CQACF%2CQAAO%3BEAEH%2CmBAAA%3B%3BAAHR%2CMAAM%2CQAMF%3BEACI%2CkBAAA%3BEACA%2CUAAA%3B%3BAARR%2CMAAM%2CQAWF%2CmBAAmB%3BEACf%2CiBAAA%3B%3BAAZR%2CMAAM%2CQAeF%2COAAM%3BEACF%2COAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3B%3B%3B%3B%3BAC1hCR%2CoBACI%3BEACI%2CeAAA%3BEACA%2CgBAAA%3B%3BAAHR%2CoBAMI%3BEACI%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAYR%3BEVuPA%2CmBAAA%3BEUpPI%2CmBAAA%3BEACA%2CmBAAA%3B%3BAAJJ%2CaAMM%3BEViPN%2CiBAAA%3BEU%5C%2FOQ%2CaAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3B%3BAAVR%2CaAaI%2COACI%2CKAAI%2CIAAI%2CeACJ%3BEACI%2CgBAAA%3B%3BAAhBhB%2CaAaI%2COAOI%3BEACI%2CgBAAA%3B%3BAArBZ%2CaAaI%2COAWI%3BEACI%2CgBAAA%3B%3BAAzBZ%2CaAaI%2COAeI%2CiBACM%3BEACE%2CgBAAA%3B%3BAA9BhB%2CaAaI%2COAeI%2CiBACM%2CWAGE%2CQAAO%3BAAhCvB%2CaAaI%2COAeI%2CiBACM%2CWWKd%3BAXlCA%2CaAaI%2COAeI%2CiBACM%2CWWSd%3BEXJoB%2CWAAA%3B%3BAAlCpB%2CaAaI%2COAkCI%2COACI%3BEVuMZ%2CiBAAA%3BEUrMgB%2CgBAAA%3B%3BAAlDhB%2CaAaI%2COAyCI%3BEACI%2CgBAAA%3B%3BAAvDZ%2CaAaI%2COAyCI%2CcAGI%2COACI%3BEACI%2CWAAA%3BEACA%2CeAAA%3B%3BAA5DpB%2CaAaI%2COAyCI%2CcAGI%2COAMI%2COACM%3BEACE%2CcAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3B%3BAAOpB%2CUAAW%2CcACP%3BEACI%2CgBAAA%3B%3BAA5EZ%2CaAgFI%3BEAEI%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3B%3BAApFR%2CaAgFI%2CwBAMI%2CQAAO%2CQAAQ%3BAAtFvB%2CaAgFI%2CwBW9CJ%2CiBXoDuB%3BAAtFvB%2CaAgFI%2CwBW1CJ%2CcXgDuB%3BEAEX%2CWAAA%3B%3BAAxFZ%2CaAgFI%2CwBAWI%3BEACI%2CmBAAA%3B%3BAAEA%2CaAdR%2CwBAWI%2CMAGK%3BEACG%2CgBAAA%3B%3BAA%5C%2FFhB%2CaAoGI%3BEACI%2CkBAAA%3B%3BAArGR%2CaAoGI%2CSAGM%2CIAAC%2CYAAY%3BEACX%2CaAAA%3B%3BAAQZ%2CYAEI%2CMAEI%3BAAJR%2CYAGI%2CMACI%3BEACI%2CgBAAA%3B%3BAALZ%2CYASI%2CUAAS%3BEACL%2CaAAA%3B%3BAAMJ%2CKAAC%2CcACG%2CMACI%2CMACI%2CGAAG%2CGAAE%3BEACD%2C6BAAA%3BEACA%2CoBAAA%3BEACA%2CiBAAA%3B%3BAANhB%2CKAAC%2CcACG%2CMASI%2CMACI%3BEACI%2CSAAA%3B%3BAAZhB%2CKAAC%2CcACG%2CMAeM%3BEACE%2C6BAAA%3BEACA%2CkBAAA%3B%3BAAlBZ%2CKAAC%2CcAsBG%3BEACI%2CiBAAA%3B%3BAAEA%2CKAzBP%2CcAsBG%2CKAGK%3BAACD%2CKA1BP%2CcAsBG%2CKAIK%3BAACD%2CKA3BP%2CcAsBG%2CKAKK%3BEACG%2CuBAAA%3BEACA%2CkBAAA%3B%3BAAIJ%2CKAjCP%2CcAsBG%2CKAWK%3BEACG%2CuBAAA%3BEACA%2CkBAAA%3B%3BAAFJ%2CKAjCP%2CcAsBG%2CKAWK%2CIAQG%3BEACI%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAA7ChB%2CKAAC%2CcAsBG%2CKA2BM%3BEVsEd%2CcAAA%3BEAAA%2CiBAAA%3BEUnEgB%2CgBAAA%3B%3BAApDZ%2CKAAC%2CcAwDG%2CcACI%3BEACI%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3B%3BAA7DZ%2CKAAC%2CcAiEG%2CMACI%2CKAAI%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2C4BAAA%3BEACA%2CkBAAA%3B%3BAAtEZ%2CKAAC%2CcA0EG%3BEAEI%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CkBAAA%3B%3BAA9ER%2CKAAC%2CcA0EG%2CiBAMM%3BAAhFV%2CKAAC%2CcA0EG%2CiBAOM%3BEACE%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CMAAA%3BEVmChB%2CqBAAA%3BE8ClQA%2CqBAAA%3B%3BApC2II%2CKAAC%2CcA0EG%2CiBAMM%2CeoCuCZ%3BApCvHE%2CKAAC%2CcA0EG%2CiBAOM%2CiBoCsCZ%3BE9CjQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA8CFA%2CKpCqIK%2CcA0EG%2CiBAMM%2CeoCrNb%3BAAAD%2CKpCqIK%2CcA0EG%2CiBAOM%2CiBoCtNb%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE9C1EA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSC3OQ%2COD2OR%3BEAAA%2CagD3Qe%2CYhD2Qf%3BEAAA%2CsBAAA%3BE8CiFA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CKpCwHC%2CcA0EG%2CiBAMM%2CeoCzMb%2CMACI%3BAAAD%2CKpCwHC%2CcA0EG%2CiBAOM%2CiBoC1Mb%2CMACI%3BE9C%2BOL%2CWAAA%3B%3BA8CzOI%2CKpCkHC%2CcA0EG%2CiBAMM%2CeoCnMb%2COACI%3BAAAD%2CKpCkHC%2CcA0EG%2CiBAOM%2CiBoCpMb%2COACI%3BE9CyOL%2CcAAA%3B%3BAUvHI%2CKAAC%2CcA0EG%2CiBAsBM%3BEAEE%2CQAAA%3B%3BAoCxIhB%2CKpCsCK%2CcA0EG%2CiBAsBM%2CiBoCtIb%3BE9C6JD%2CS%2BChPS%2CO%5C%2FCgPT%3B%3BAUhBgB%2CKAvGX%2CcA0EG%2CiBAsBM%2CiBAOG%3BEVgBjB%2CqBAAA%3B%3BAUvHI%2CKAAC%2CcA6GG%3BEACI%2CkBAAA%3B%3BAAEA%2CKAhHP%2CcA6GG%2CQAGK%3BEACG%2CeAAA%3B%3BAAGJ%2CKApHP%2CcA6GG%2CQAOK%2CKAAK%3BEAEF%2CgBAAA%3B%3BAAKJ%2CKA3HP%2CcA0HG%2CSACK%3BEACG%2CcAAA%3BEACA%2CUAAA%3BEACA%2CeAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CKArIP%2CcA0HG%2CSAWK%3BEVdb%2CiBAAA%3BEUgBgB%2CcAAA%3BEACA%2CkBAAA%3B%3BAAKJ%2CKA7IP%2CcA4IG%2C0BACK%3BEACG%2CSAAS%2CGAAT%3B%3BAA9IZ%2CKAAC%2CcAmJG%3BEACI%2CgBAAA%3B%3BAApJR%2CKAAC%2CcAyJG%2CmBAAqB%3BEACjB%2CgBAAA%3B%3BAA1JR%2CKAAC%2CcAwKG%2CQAAO%3BEACH%2CqBAAA%3BEACA%2CgBAAA%3B%3BAA1KR%2CKAAC%2CcA6KG%2CMAAM%3BEACF%2CgBAAA%3B%3BAAMZ%2CsBACI%3BEACI%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3B%3BAAIR%3BEACI%2C6BAAA%3B%3BAAIJ%3BEACI%2C6BAAA%3BEACA%2CWAAA%3B%3BAAKJ%3BEACI%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAGJ%2CcAEM%3BAADN%2CKAAM%2CeACA%3BEACE%2CcAAA%3B%3BAAIR%2CKAAK%2CcAED%2CKAAI%3BAADR%2CYAAY%2CcACR%2CKAAI%3BAAFR%2CKAAK%2CcAGD%2CKAAI%3BAAFR%2CYAAY%2CcAER%2CKAAI%3BAAHR%2CKAAK%2CcAID%2CKAAI%3BAAHR%2CYAAY%2CcAGR%2CKAAI%3BAAJR%2CKAAK%2CcAKD%2CKAAI%3BAAJR%2CYAAY%2CcAIR%2CKAAI%3BEACA%2CiBAAA%3B%3BAAyIJ%2CMAAC%3BEV%5C%2FOL%2CeAAA%3BEUiPQ%2CgBAAA%3B%3BAAFJ%2CMAAC%2CUAIG%3BEACI%2CYAAA%3B%3BA6B1fZ%2CeACI%3BEACI%2CWAAA%3BEACA%2CcAAA%3B%3BAAHR%2CeACI%2CaAII%3BEACI%2CgBAAA%3B%3BAANZ%2CeAUI%3BEACI%2CmBAAA%3BEACA%2CiBAAA%3B%3BAASI%2CeAFR%2CQACI%2CeACK%2CYACG%3BEACI%2CeAAA%3BEACA%2CgBAAA%3B%3BAAxBpB%2CeA8BI%3BEACI%2CaAAA%3B%3BAAEA%2CeAHJ%2CUAGK%3BEACG%2CcAAA%3BEACA%2CeAAA%3BEACA%2CoBAAA%3BEACA%2CkBAAA%3B%3BAAKJ%2CeADJ%2CGACK%2CQAAQ%2CQAAQ%3BEACb%2CqBAAA%3BEACA%2CmBAAA%3B%3BAAKJ%2CeADJ%2CMACK%3BEACG%2CkBAAA%3B%3BAAlDZ%2CeAsDI%2CeACM%3BEACE%2CgBAAA%3B%3BAAxDZ%2CeAsDI%2CeACM%2CWAGI%3BEACE%2CkBAAA%3B%3BAA3DhB%2CeAsDI%2CeACM%2CWAOI%3BEACE%2CmBAAA%3B%3BAAGI%2CeAZhB%2CeACM%2CWAOI%2CWAGE%2CQACK%3BAAAD%2CeAZhB%2CeACM%2CWAOI%2CWlBbd%3BAkBiBoB%2CeAZhB%2CeACM%2CWAOI%2CWlBTd%3BEkBewB%2CcAAA%3BEACA%2CWAAA%3B%3BAArExB%2CeAsDI%2CeACM%2CWAmBE%3BEACI%2CgBAAA%3BEACA%2CkBAAA%3B%3BAA5EhB%2CeAiFI%3BAAjFJ%2CeAkFI%3BAAlFJ%2CeAmFI%3BAAnFJ%2CeAoFI%3BEACI%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAIR%3BEM3DA%2CqBAAA%3BEACA%2CkBAAA%3BEN8EI%2CYAAA%3B%3BAvClFJ%2CiBAAC%3BAACD%2CiBAAC%3BEACG%2CSAAS%2CEAAT%3BEACA%2CcAAA%3B%3BAAGJ%2CiBAAC%3BEACG%2CWAAA%3B%3BAuCuDJ%2CiBMxDA%3BEAEI%2CeAAA%3BE7CkOJ%2CqBAAA%3BE8ClQA%2CqBAAA%3B%3BAAMA%2CiBDwBA%2CiBCxBC%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE9C1EA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CS%2BCnOQ%2CO%5C%2FCmOR%3BEAAA%2CagD3Qe%2CYhD2Qf%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BE8CiFA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CiBDWJ%2CiBCZC%2CMACI%3BE9C%2BOL%2CWAAA%3B%3BA8CzOI%2CiBDKJ%2CiBCNC%2COACI%3BE9CyOL%2CcAAA%3B%3BA6CiFA%2CiBArTA%2CiBAqTC%3BE7CjFD%2CqBAAA%3BE8ClQA%2CqBAAA%3B%3BAAMA%2CiBDwBA%2CiBAqTC%2COC7UA%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE9C1EA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CS%2BCnOQ%2CO%5C%2FCmOR%3BEAAA%2CagD3Qe%2CYhD2Qf%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BE8CiFA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CiBDWJ%2CiBAqTC%2COCjUA%2CMACI%3BE9C%2BOL%2CWAAA%3B%3BA8CzOI%2CiBDKJ%2CiBAqTC%2COC3TA%2COACI%3BE9CyOL%2CcAAA%3B%3BAuC5KA%2CiBM%2BHA%3BE7C6CA%2CSAAA%3BEAAA%2CUAAA%3BED9JA%2CqBAAA%3BEC8JA%2CgBAAA%3BEAAA%2CsBAAA%3BEAAA%2CeAAA%3BEAAA%2CeAAA%3BEAAA%2CYAAA%3BEAAA%2CYAAA%3BE6CpCI%2CsBAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3BE7CkCJ%2CSAAA%3BEAAA%2CYAAA%3BEAAA%2CyCAAA%3B%3BAuC5KA%2CiBM%2BHA%2CgBAsBI%3BE7CuBJ%2CSAAA%3B%3BA6CfQ%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%3BE7CrTJ%2CsDAAA%3BE6CuTI%2CWAAA%3B%3BAAGJ%2CiBAvWA%2CgBAuWC%3BEACG%2CiBAAA%3BE7C3TJ%2CsDAAA%3BE6C6TI%2CWAAA%3B%3BAAlCJ%2CiBAxUA%2CgBAwUC%3BE7C3RD%2CWAAA%3BEAAA%2CUAAA%3B%3BA6CgSA%2CiBA7UA%2CgBA6UC%3BE7ChSD%2CWAAA%3BEAAA%2CUAAA%3B%3BA6CAA%2CiBAAC%3BEACG%2CiBAAA%3B%3BAADJ%2CiBAAC%2COAGG%3BEACI%2CcAAA%3B%3BANhLR%2CiBAsBI%3BEvCsJJ%2CkBAAA%3B%3BAuC5KA%2CiBAsBI%2CgBAGI%3BEACI%2CaAAA%3B%3BAA1BZ%2CiBA8BI%2CSACI%3BEACI%2CYAAA%3BEACA%2CiBAAA%3B%3BAAjCZ%2CiBA8BI%2CSACI%2CSAIM%3BAAnCd%2CiBA8BI%2CSACI%2CSAKM%3BEACE%2CeAAA%3B%3BAAEA%2CiBATZ%2CSACI%2CSAIM%2CWAIG%2CIAAI%3BAAAL%2CiBATZ%2CSACI%2CSAKM%2CaAGG%2CIAAI%3BEACD%2CkBAAA%3B%3BAAOZ%2CiBADJ%2CQACK%3BEACG%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3BEnC2EZ%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2C4BAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEAEA%2CiBAAA%3BEJoCA%2CgBAAA%3BEAAA%2CqBAAA%3BE8ClQA%2CqBAAA%3B%3BA1CiOA%2CiBmC7FI%2CQACK%2CMnC4FR%3BAACD%2CiBmC9FI%2CQACK%2CMnC6FR%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CiBmCnGI%2CQACK%2CMnCkGR%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CiBmCxGI%2CQACK%2CMnCuGR%3BAACD%2CiBmCzGI%2CQACK%2CMnCwGR%3BAACD%2CQAAQ%2CUAAW%2CkBmC1Gf%2CQACK%3BEnC0GL%2CoBAAA%3BEJmBJ%2CYAAA%3B%3BAuC7HQ%2CiBADJ%2CQACK%2CMO6HP%3BE9CjQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA8CFA%2CiBP8HI%2CQACK%2CMO%5C%2FHR%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE9C1EA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CS%2BC9NU%2CO%5C%2FC8NV%3BEAAA%2CagD3Qe%2CYhD2Qf%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BE8CiFA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CiBPiHA%2CQACK%2CMOnHR%2CMACI%3BE9C%2BOL%2CcAAA%3B%3BA8CzOI%2CiBP2GA%2CQACK%2CMO7GR%2COACI%3BE9CyOL%2CcAAA%3B%3BAuC7GQ%2CiBAjBJ%2CQAiBK%3BEACG%2CmBAAA%3B%3BAADJ%2CiBAjBJ%2CQAiBK%2CSAOG%2CSAAQ%3BEvCsGpB%2CmBAAA%3BEAAA%2CWAAA%3BEAAA%2CYAAA%3BEAAA%2CiBAAA%3BEuCjGgB%2CkBAAA%3BEACA%2CqBAAA%3BEACA%2CeAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAEA%2CiBAtCZ%2CQAiBK%2CSAOG%2CSAAQ%2CIAcH%3BEACG%2CaAAA%3B%3BAAtBZ%2CiBAjBJ%2CQAiBK%2CSAOG%2CSAAQ%2CIAkBJ%2CQACM%3BEvCmFtB%2CeAAA%3B%3BAuC7GQ%2CiBAjBJ%2CQAiBK%2CSAgCG%3BEACI%2C4BAAA%3B%3BAAhGhB%2CiBAyGI%3BEACI%2CgBAAA%3B%3BAAIR%3BEvC8DA%2CsBAAA%3BEAAA%2CeAAA%3BEuC3DI%2CcAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CaAAA%3B%3BAAGJ%3BEvCqDA%2CSAAA%3BEAAA%2CUAAA%3BED9JA%2CqBAAA%3B%3BAwCyGA%2CeAGI%3BEACI%2CeAAA%3B%3BAAEA%2CeAHJ%2CcAGK%2CIAAI%3BEvC%2BCb%2C0BAAA%3B%3BAuC3CQ%2CeAPJ%2CcAOK%3BEACG%2CcAAA%3B%3BAAXZ%2CeAuBI%2CsBACI%3BEACI%2CqBAAA%3B%3BAAzBZ%2CeA6BI%3BEACI%2CkBAAA%3B%3BAA9BR%2CeAiCI%3BEACI%2CgBAAA%3BEACA%2CgBAAA%3B%3BAAnCR%2CeAsCI%3BEACI%2CgBAAA%3BEACA%2CgBAAA%3B%3BAAxCR%2CeAsCI%2CmBAII%3BEvCWR%2CcAAA%3B%3BAuCrDA%2CeA%2BCI%3BEACI%2CkBAAA%3B%3BAAhDR%2CeA%2BCI%2CsBAGI%3BEACI%2CgBAAA%3B%3BAAnDZ%2CeA%2BCI%2CsBAOI%3BAAtDR%2CeA%2BCI%2CsBAQI%3BEACI%2CaAAA%3B%3BAAxDZ%2CeA%2BCI%2CsBAYI%2CMAAK%3BEvCNb%2CiBAAA%3B%3BAuCrDA%2CeA%2BCI%2CsBAmBI%3BEACI%2CgBAAA%3B%3BAAnEZ%2CeAgFI%2CSACM%3BAAjFV%2CeAgFI%2CSAEM%3BEACE%2CWAAA%3B%3BAAnFZ%2CeAgFI%2CSAMI%3BEAEI%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAEA%2CeAZR%2CSAMI%2CQAMK%3BEvCvCb%2CcAAA%3BEuCyCgB%2CiBAAA%3BEACA%2CgBAAA%3B%3BAO9LhB%2CeP%2BKI%2CSAmBI%2CQACM%2CUOnMb%3BE9CoJD%2CS%2BCnNM%2CO%5C%2FCmNN%3B%3BAuCuDQ%2CeA5BJ%2CSA4BK%3BEACG%2CeAAA%3B%3BAAKI%2CeAlCZ%2CSAgCK%2CQACG%2CQACK%3BEvC7DjB%2CqBAAA%3BE8CpNA%2CqBAAA%3B%3BAPiRgB%2CeAlCZ%2CSAgCK%2CQACG%2CQACK%2CQO7Df%3BE9CjQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA8C4CA%2CePyOI%2CSAgCK%2CQACG%2CQACK%2CQO3QhB%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BE9C1EA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CS%2BClNQ%2CO%5C%2FCkNR%3BEAAA%2CagD3Qe%2CYhD2Qf%3BEAAA%2CoBAAA%3BEAAA%2CsBAAA%3BE8CiFA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAP1BQ%2CeAhCJ%2CSAgCK%2CQAkBG%3BEACI%2CaAAA%3B%3BAAnIhB%2CeA%2BII%3BEACI%2CkBAAA%3BEACA%2CWAAA%3B%3BAAjJR%2CeAoJI%3BEvC%5C%2FFJ%2CiBAAA%3BEuCiGQ%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAvJR%2CeA0JI%3BEACI%2CaAAA%3B%3BAAIA%2CeADJ%2CQACK%3BAACD%2CeAFJ%2CQAEK%3BEvC3GT%2CqBAAA%3BE8ClQA%2CqBAAA%3B%3BAP4WQ%2CeADJ%2CQACK%2CKO1GP%3BAP2GM%2CeAFJ%2CQAEK%2COO3GP%3BE9CjQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA8CFA%2CePqWI%2CQACK%2CKOtWR%3BAAAD%2CePqWI%2CQAEK%2COOvWR%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE9C1EA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSC3OQ%2COD2OR%3BEAAA%2CagD3Qe%2CYhD2Qf%3BEAAA%2CsBAAA%3BE8CiFA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CePwVA%2CQACK%2CKO1VR%2CMACI%3BAAAD%2CePwVA%2CQAEK%2COO3VR%2CMACI%3BE9C%2BOL%2CWAAA%3B%3BA8CzOI%2CePkVA%2CQACK%2CKOpVR%2COACI%3BAAAD%2CePkVA%2CQAEK%2COOrVR%2COACI%3BE9CyOL%2CcAAA%3B%3BA8C7JA%2CePsQI%2CQAcK%2COOpRR%3BE9C6JD%2CS%2BChPS%2CO%5C%2FCgPT%3B%3BAyN3NA%3BEACI%2CkBAAA%3B%3BAADJ%2CmBAGI%2CMAAK%3BEACD%2CeAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3B%3BAAEA%2CmBARJ%2CMAAK%2CaAQA%2CMACK%3BEACE%2C6BAAA%3B%3BAAIR%2CmBAdJ%2CMAAK%2CaAcA%2CSACK%3BEACE%2CeAAA%3BEACA%2CYAAA%3BEACA%2CoBAAA%3B%3BAAMhB%3BEACI%2CqBAAA%3BEACA%2CmBAAA%3B%3BAAGJ%3BEACI%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CsBAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CqBAAA%3BEACA%2CaAAa%2CaAAa%2C8CAA1B%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CSAAA%3BEACA%2CiBAAA%3BEACA%2CsBAAA%3B%3BAAEA%2CqBAAC%3BEACG%2CmBAAA%3BEACA%2CyBAAA%3B%3BAAIR%3BEACI%2CsBAAsB%2CyBAAtB%3BEACA%2CwBAAA%3BEACA%2C4BAAA%3BEACA%2CqBAAA%3BEACA%2CaAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CsBACI%3BEAUI%2CWAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CqBAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3B%3BAApBR%2CsBACI%2Ce3KyJF%3BE9CjQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA8CFA%2CsB2KmGI%2Ce3KnGH%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE9C1EA%2CiBAAA%3BEAAA%2CoBAAA%3BEAAA%2CcAAA%3BEAAA%2CSyN9QmB%2COzN8QnB%3BEAAA%2CagD3Qe%2CYhD2Qf%3BEAAA%2CsBAAA%3BE8CiFA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CsB2KsFA%2Ce3KvFH%2CMACI%3BE9C%2BOL%2CcAAA%3B%3BAyNnII%2CsBAAC%2CMACG%2CeAAe%3BAADnB%2CsBAAC%2CMAEG%2CcAAa%3BEACT%2CYAAA%3B%3BAA1BZ%2CsBA8BI%3BEACI%2CcAAA%3BEACA%2CYAAA%3B%3BAAhCR%2CsBAmCI%2CeAAe%3BEACX%2CSAAA%3BEACA%2COAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3BEACA%2CUAAA%3B%3BAA5CR%2CsBA%2BCI%3BEzN2GJ%2CqBAAA%3BE8ClQA%2CqBAAA%3B%3BAAMA%2CsB2KiJI%2Ce3KjJH%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE9C1EA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CWAAA%3BEAAA%2CSyN7QiB%2COzN6QjB%3BEAAA%2CagD3Qe%2CYhD2Qf%3BEAAA%2CsBAAA%3BE8CiFA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CsB2KoIA%2Ce3KrIH%2CMACI%3BE9C%2BOL%2CWAAA%3B%3BAyNlGQ%2CsBATJ%2CeASK%3BEACG%2COAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CQAAA%3BEACA%2CUAAA%3B%3BAA9DZ%2CsBAkEI%3BEzNwFJ%2CqBAAA%3BE8ClQA%2CqBAAA%3B%3BAAMA%2CsB2KoKI%2CkB3KpKH%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE9C1EA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CWAAA%3BEAAA%2CSyN7QiB%2COzN6QjB%3BEAAA%2CagD3Qe%2CYhD2Qf%3BEAAA%2CsBAAA%3BE8CiFA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CsB2KuJA%2CkB3KxJH%2CMACI%3BE9C%2BOL%2CWAAA%3B%3BAyN%5C%2FEQ%2CsBATJ%2CkBASK%3BEACG%2COAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CQAAA%3BEACA%2CUAAA%3B%3BAAKZ%3BAACA%3BEACI%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CsBAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CaAAA%3BEACA%2CcAAA%3BEACA%2CwBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3B%3BAAIA%2CcAAC%2CSACG%3BEACI%2CqBAAA%3B%3BAAHZ%2CcAOI%3BAAPJ%2CcAQI%3BEACI%2CmBAAA%3B%3BAATR%2CcAYI%3BE1N7JJ%2CgBAAA%3BEACA%2CuBAAA%3BEACA%2CmBAAA%3BE0N6JQ%2CgBAAA%3BEACA%2CqBAAA%3B%3BAAEA%2CcALJ%2CwBAKK%3BEACG%2CmBAAA%3B%3BAAlBZ%2CcAsBI%3BEACI%2CcAAA%3B%3BAAvBR%2CcA0BI%3BEACI%2CiBAAA%3B%3BAAIA%2CUADO%2CeAAE%2CeACR%3BEACG%2C6BAAA%3B%3BAAOR%2C0BAAC%3BEzNcL%2CqBAAA%3BE8ClQA%2CqBAAA%3B%3BAAMA%2C0B2K8OK%2CqB3K9OJ%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE9C1EA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CWAAA%3BEAAA%2CSyN7QiB%2COzN6QjB%3BEAAA%2CagD3Qe%2CYhD2Qf%3BEAAA%2CsBAAA%3BE8CiFA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2C0B2KiOC%2CqB3KlOJ%2CMACI%3BE9C%2BOL%2CWAAA%3B%3BAyNLQ%2C0BATH%2CqBASI%3BEACG%2COAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3B%3BAAIR%2C0BAAC%3BEzNJL%2CqBAAA%3BE8ClQA%2CqBAAA%3B%3BAAMA%2C0B2KgQK%2CkB3KhQJ%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE9C1EA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CWAAA%3BEAAA%2CSyN7QiB%2COzN6QjB%3BEAAA%2CagD3Qe%2CYhD2Qf%3BEAAA%2CsBAAA%3BE8CiFA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2C0B2KmPC%2CkB3KpPJ%2CMACI%3BE9C%2BOL%2CWAAA%3B%3BAyNaQ%2C0BATH%2CkBASI%3BEACG%2COAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3B%3BAAIR%2C0BAAC%3BEzNtBL%2CqBAAA%3BE8ClQA%2CqBAAA%3B%3BAAMA%2C0B2KkRK%2CkB3KlRJ%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE9C1EA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CWAAA%3BEAAA%2CSyN7QiB%2COzN6QjB%3BEAAA%2CagD3Qe%2CYhD2Qf%3BEAAA%2CsBAAA%3BE8CiFA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2C0B2KqQC%2CkB3KtQJ%2CMACI%3BE9C%2BOL%2CWAAA%3B%3BAyN%2BBQ%2C0BATH%2CkBASI%3BEACG%2COAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3B%3BAAKZ%3BEACI%2CSAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3BEACA%2COAAA%3BEACA%2CuBAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CkBAAA%3B%3BAAOJ%3BEACI%2CeAAA%3B%3BAAEA%2CwBAAC%2CSACG%3BEACI%2CcAAA%3B%3BAAIA%2CwBANP%2CSAKG%2CsBACK%3BEACG%2CaAAA%3B%3BAAVhB%2CwBAeI%3BEACI%2CuBAAA%3BEACA%2CSAAA%3BEACA%2COAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3BEACA%2CUAAA%3B%3BAAIQ%2CwBAdZ%2CqBAYM%2CsBACE%2CsBACK%3BEACG%2CaAAA%3B%3BAA9BpB%2CwBAoCI%3BEACI%2CUAAA%3B%3BAArCR%2CwBAwCI%3BEACI%2CYAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3B%3BAA7CR%2CwBAgDI%3BEAEI%2CYAAA%3BEACA%2CkBAAA%3BEzN7GR%2CcAAA%3BE8ClQA%2CqBAAA%3B%3BA2K4TA%2CwBAgDI%2CsB3K1GF%3BE9CjQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA8CFA%2CwB2KsWI%2CsB3KtWH%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE9C1EA%2CiBAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSyN7QiB%2COzN6QjB%3BEAAA%2CagD3Qe%2CYhD2Qf%3BEAAA%2CsBAAA%3BE8CiFA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CwB2KyVA%2CsB3K1VH%2CMACI%3BE9C%2BOL%2CWAAA%3B%3BAyN0DA%2CwBAiEI%3BEACI%2CWAAA%3B%3BAAlER%2CwBAiEI%2CoBAGI%3BEACI%2CyBAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3B%3BAAEA%2CwBAXR%2CoBAGI%2CeAQK%3BEACG%2CyDAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3B%3BAAIA%2CwBAlBZ%2CoBAGI%2CeAcK%2CMACI%3BEACG%2CsDAAA%3B%3BAApFpB%2CwBAiEI%2CoBAGI%2CeAoBM%3BEACE%2CaAAA%3B%3BAAzFhB%2CwBAiEI%2CoBA4BI%3BEACI%2CUAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3B%3BAAKZ%3BEACI%2CyBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BA9M7ZJ%3BEXyPA%2CgBAAA%3B%3BAWpPA%3BEXoPA%2CgBAAA%3B%3BAWpPA%2CYAOI%3BEX6OJ%2C6BAAA%3BEW1OQ%2CmBAAA%3B%3BAAVR%2CYAaI%3BEACI%2CgBAAA%3B%3BAAIR%2CqBACI%3BAADJ%2CqBAEI%3BEACI%2CaAAA%3B%3BAAHR%2CqBAMI%3BEACI%2CcAAA%3B%3BAAIR%2CyBAGI%3BEACI%2CaAAA%3B%3BAAIR%2CkBACI%3BAYrDJ%2CwBA0CI%2CwBZWA%3BEACI%2CcAAA%3BEACA%2CWAAA%3B%3BAAHR%2CkBACI%2CeAII%3BAYzDR%2CwBA0CI%2CwBZWA%2CeAII%3BEACI%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CSAAA%3B%3BAARZ%2CkBACI%2CeAII%2CiBAKI%3BAY9DZ%2CwBA0CI%2CwBZWA%2CeAII%2CiBAKI%3BEACI%2CWAAA%3B%3BAAXhB%2CkBACI%2CeAII%2CiBAKI%2CSAEI%3BAYhEhB%2CwBA0CI%2CwBZWA%2CeAII%2CiBAKI%2CSAEI%3BEAEI%2C4BAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3B%3BAAlBpB%2CkBACI%2CeAsBM%2CSACI%3BAY5Ed%2CwBA0CI%2CwBZWA%2CeAsBM%2CSACI%3BEACE%2CaAAA%3B%3BAoDzFhB%3BE%5C%2FD%2BQA%2CmBAAA%3BEAAA%2C6BAAA%3BEAAA%2C0BAAA%3BEAAA%2CwBAAA%3BE%2BDzQI%2CkBAAA%3B%3BAANJ%2CsBAQI%3BE%5C%2FDuQJ%2CeAAA%3BE%2BDrQQ%2CWAAA%3BEACA%2CgBAAA%3B%3BAAXR%2CsBAQI%2CiBAKI%3BEACI%2CcAAA%3BEACA%2CeAAA%3B%3BAAOA%2CsBAHR%2CkBACI%2COAEK%2COAAO%3BE3D4MpB%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2C4BAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3BEJoCA%2CgBAAA%3B%3BAIjCA%2CsB2D3NI%2CkBACI%2COAEK%2COAAO%2CS3DwNnB%3BAACD%2CsB2D5NI%2CkBACI%2COAEK%2COAAO%2CS3DyNnB%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CsB2DjOI%2CkBACI%2COAEK%2COAAO%2CS3D8NnB%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CsB2DtOI%2CkBACI%2COAEK%2COAAO%2CS3DmOnB%3BAACD%2CsB2DvOI%2CkBACI%2COAEK%2COAAO%2CS3DoOnB%3BAACD%2CQAAQ%2CUAAW%2CuB2DxOf%2CkBACI%2COAEK%2COAAO%3BE3DsOhB%2CoBAAA%3BEJmBJ%2CYAAA%3B%3BA%2BDtPgB%2CsBANZ%2CkBACI%2COAEK%2COAAO%2CSAGH%3BE%5C%2FDsPjB%2CWAAA%3B%3BAY1OA%3BEAEI%2CaAAA%3B%3BAAGJ%3BEZqOA%2CgBAAA%3BEYnOI%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3B%3BAAGJ%3BEZ8NA%2CgBAAA%3BEAAA%2CYAAA%3BEY3NI%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAEA%2CsBAAC%3BEZsNL%2CmBAAA%3BEAAA%2CsBAAA%3BEAAA%2CSAAA%3BEAAA%2C2BAAA%3BEYjNQ%2CSAAS%2CEAAT%3BEACA%2CWAAA%3BEACA%2COAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAAIA%2CsBADH%2CYACI%3BEZyMT%2C0BAAA%3B%3BAYnMQ%2CsBADH%2CWACI%3BEZmMT%2C0BAAA%3B%3BAY9NA%2CsBAgCM%3BEACE%2CqBAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CqBAAA%3BEZ0LR%2CWAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3B%3BAY%5C%2FKQ%2CsBAfF%2COAeG%3BAACD%2CsBAhBF%2COAgBG%3BEZ8KT%2CmBAAA%3BEAAA%2CsBAAA%3BEAAA%2CYAAA%3BEAAA%2CkBAAA%3BEAAA%2C2BAAA%3BEAAA%2CWAAA%3BEYvKY%2CkBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3B%3BAAGJ%2CsBA9BF%2COA8BG%3BEZgKT%2CgBAAA%3BEAAA%2CYAAA%3BEAAA%2CkBAAA%3BEAAA%2CQAAA%3BEAAA%2CWAAA%3BEY1JY%2CSAAS%2CUAAT%3BEACA%2CoBAAA%3BEZyJZ%2CWAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3B%3BAY7II%2CsBAAC%3BEACG%2CeAAA%3B%3BAAGI%2CsBAJP%2CUAGI%2CMACI%3BEZyIb%2CmBAAA%3B%3BAYpIgB%2CsBATX%2CUAGI%2CMAKK%2COACG%3BEZoIjB%2CmBAAA%3B%3BAY7II%2CsBAAC%2CUAeK%3BEZ8HV%2CcAAA%3B%3BAY3HY%2CsBAlBP%2CUAeK%2COAGG%3BEZ2Hb%2CagD3Qe%2CYhD2Qf%3BEAAA%2CS%2BCpOa%2CO%5C%2FCoOb%3B%3BAYnHQ%2CsBADH%2CQACI%3BEZmHT%2CmBAAA%3BEAAA%2CqBAAA%3B%3BAYpHI%2CsBAAC%2CQAMK%3BEZ8GV%2CWAAA%3BEAAA%2CgBAAA%3B%3BAY1GY%2CsBAVP%2CQAMK%2COAIG%3BEZ0Gb%2CmBAAA%3BEAAA%2CqBAAA%3B%3BAYrGY%2CsBAfP%2CQAMK%2COASG%3BEZqGb%2CqBAAA%3BEAAA%2CS%2BCpOa%2CO%5C%2FCoOb%3BEAAA%2CagD3Qe%2CYhD2Qf%3B%3BAkEvQI%2CMAAC%2COACG%3BEACI%2CqBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3B%3BAALR%2CMAAC%2COAQG%3BElE%2BPR%2CiBAAA%3B%3BAkE1PI%2CMAAC%2COACG%2CSACI%3BAAFR%2CMAAC%2COACG%2CSAEI%3BAAHR%2CMAAC%2COACG%2CSAGI%3BElEsPZ%2CqBAAA%3B%3BA0B9QA%2CqBACI%2CaAOI%2CUACI%2COACI%3BEACI%2CgBAAA%3B%3BAAXpB%2CqBACI%2CaAeI%2CcACI%3BEAEI%2CeAAA%3B%3BAgMEhB%3BEACI%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CQAAA%3B%3BAAEA%2CcAAC%3BE1NmPL%2CYAAA%3B%3BA0NnPI%2CcAAC%2CQAGG%3BEACI%2CcAAA%3B%3BAAIA%2CcARP%2CQAOG%2CsBACK%3BE1N2Ob%2CWAAA%3B%3BA0NzPA%2CcAoBI%3BE1N5BJ%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA0NCA%2CcAwBI%3BE1NiOJ%2CqBAAA%3BE8ClQA%2CqBAAA%3B%3BA4KSA%2CcAwBI%2CsB5KiOF%3BE9CjQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA8CFA%2Cc4K2BI%2CsB5K3BH%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE9C1EA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CWAAA%3BEAAA%2CS%2BCjNQ%2CO%5C%2FCiNR%3BEAAA%2CagD3Qe%2CYhD2Qf%3BEAAA%2CsBAAA%3BE8CiFA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2Cc4KcA%2CsB5KfH%2CMACI%3BE9C%2BOL%2CWAAA%3B%3BA0NvNQ%2CcAVJ%2CsBAUK%3BEACG%2CiBAAA%3B%3BAAIA%2CUAAW%2CeAfnB%2CsBAcK%3BE1NmNT%2CYAAA%3B%3BA0NlNY%2CUAAW%2CeAfnB%2CsBAcK%2CMAIS%3BEACE%2CcAAA%3B%3BAAGJ%2CUAPO%2CeAfnB%2CsBAcK%2CMAQQ%3BE1N2MjB%2CWAAA%3B%3BA0NzPA%2CcAqDI%3BE1NoMJ%2CmBAAA%3BEAAA%2CsBAAA%3BEAAA%2CkBAAA%3BEAAA%2CeAAA%3BEAAA%2CaAAA%3BEAAA%2CYAAA%3BE0N7LQ%2CaAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CoBAAA%3BEACA%2CSAAA%3BEACA%2CqBAAA%3BEACA%2CUAAA%3B%3BAAEA%2CcAfJ%2CuBAeK%3BAACD%2CcAhBJ%2CuBAgBK%3BE1N%2BNT%2C8BAAA%3BEACA%2CSAAA%3BEACA%2CQAAA%3BEA7CA%2C2BAAA%3BEAAA%2CWAAA%3BEAAA%2CSAAA%3BE0N5KY%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAAGJ%2CcA9BJ%2CuBA8BK%3BE1NsKT%2C2BAAA%3B%3BA0NlKQ%2CcAlCJ%2CuBAkCK%3BE1NkKT%2C2BAAA%3BE0NhKY%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%3BI1N4GrC%2CyBAAA%3B%3BE0NzGA%2CcAAe%2CuBAAsB%3BI1NyGrC%2C4BAAA%3BI0NvGI%2CQAAA%3B%3B%3BA%5C%2FL1IJ%2CYAMI%3BAANJ%2CYAOI%3BE3B0OJ%2CgBAAA%3BEAAA%2CmBAAA%3B%3BA2BjPA%2CYAMI%2CYAII%2CUACI%2COACI%3BAAZhB%2CYAOI%2CuBAGI%2CUACI%2COACI%3BEACI%2CgBAAA%3B%3BAAbpB%2CYAMI%2CYAII%2CUAOI%3BAAjBZ%2CYAOI%2CuBAGI%2CUAOI%3BEACI%2CeAAA%3BEACA%2CgBAAA%3B%3BAAnBhB%2CYAwBI%3BEACI%2CYAAA%3B%3BAAzBR%2CYA4BI%3BE3BqNJ%2C6BAAA%3BEAAA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CgBAAA%3BEAAA%2C4BAAA%3BEAAA%2C6BAAA%3BEAAA%2CUAAA%3BE2B5MQ%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CqBAAA%3B%3BAAEA%2CYAdJ%2CuBAcK%3BE3BuMT%2CqBAAA%3B%3BA2BpMY%2CYAjBR%2CuBAcK%2CcAGI%3BE3BoMb%2CmBAAA%3BEAAA%2CWAAA%3BEAAA%2CS%2BCpOa%2CO%5C%2FCoOb%3BEAAA%2CagD3Qe%2CYhD2Qf%3BEAAA%2CYAAA%3BEAAA%2CWAAA%3BE2B7LgB%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3B%3BAAhBR%2CYAdJ%2CuBAcK%2CcAmBG%3BEAEI%2CkBAAA%3B%3BAA%5C%2FDhB%2CYA0EI%3BEACI%2CgBAAA%3B%3BAAGI%2CYAJR%2CmBAGM%2COACG%3BEACG%2CSAAS%2CGAAT%3BEACA%2CkBAAA%3B%3BAAhFhB%2CYAqFI%3BEACI%2CYAAA%3BEACA%2CgBAAA%3B%3BAAvFR%2CYA0FI%3BEAEI%2CcAAA%3BEACA%2CWAAA%3BEACA%2CoBAAA%3B%3BAAQR%2CyBACI%3BEACI%2CgBAAA%3B%3BAAFR%2CyBAKI%3BEACI%2CcAAA%3B%3BAAOI%2CiBAFR%2CiBACI%2CQACK%3BAAAD%2CiBAFR%2CiBNrFJ%3BAMuFY%2CiBAFR%2CiBNjFJ%3BEMqFgB%2CgBAAA%3B%3BAAMhB%2C%2BBACI%2CMACI%3BEACI%2CaAAA%3B%3BAAHZ%2C%2BBAOI%2CMACI%3BE3B8GR%2C0BAAA%3BEAAA%2CoBAAA%3BEAAA%2CiBAAA%3B%3BA2BzGY%2C%2BBANR%2CMACI%2CGAKK%3BEACG%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3B%3BAAhBhB%2C%2BBAOI%2CMACI%2CGAWI%2CMAAK%3BEACD%2CmBAAA%3B%3BAAKJ%2C%2BBAlBR%2CMAiBI%2CGACK%2CYACG%3BEACI%2CgBAAA%3B%3BAA3BpB%2C%2BBAOI%2CMAyBI%3BEACI%2CgBAAA%3B%3BAAjCZ%2C%2BBAOI%2CMA6BI%2CWACI%3BEACI%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CcAAA%3B%3BAkC9LhB%3BEACI%2CkBAAA%3B%3BAAIA%2CsBAAC%3BEACG%2CSAAA%3B%3BAADJ%2CsBAAC%2CcAGG%3BE7DoQR%2CcAAA%3BE6DlQY%2CeAAA%3B%3BAAEA%2CsBAPP%2CcAGG%2CsBAIK%3BEACG%2CaAAA%3B%3BAARZ%2CsBAAC%2CcAgBG%3BE7DuPR%2CYAAA%3BE6DnPY%2CSAAA%3B%3BAjCdZ%3BE5BiQA%2CeAAA%3B%3BA4BjQA%2C%2BBAGI%3BE5B8PJ%2C6BAAA%3BE4B3PQ%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAPR%2C%2BBAGI%2C4BAMI%3BE5BwPR%2CSAAA%3BEAAA%2CqBAAA%3BE8ClQA%2CqBAAA%3BElBsBY%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3B%3BAAvBZ%2C%2BBAGI%2C4BAMI%2CakBwPN%3BE9CjQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA8CFA%2C%2BBlBFI%2C4BAMI%2CakBJP%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE9C1EA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSC3OQ%2COD2OR%3BEAAA%2CagD3Qe%2CYhD2Qf%3BEAAA%2CsBAAA%3BE8CiFA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2C%2BBlBfA%2C4BAMI%2CakBQP%2CMACI%3BE9C%2BOL%2CWAAA%3B%3BA8CzOI%2C%2BBlBrBA%2C4BAMI%2CakBcP%2COACI%3BE9CyOL%2CcAAA%3B%3BA4BjQA%2C%2BBA2BI%3BE5BsOJ%2CiBAAA%3B%3BA4BjQA%2C%2BBA2BI%2C8BAEI%3BEACI%2CcAAA%3B%3BAA9BZ%2C%2BBAkCI%3BAAlCJ%2C%2BBAmCI%3BEACI%2CgBAAA%3B%3BAerCR%3BE3CkQA%2CmBAAA%3BEAAA%2CgBAAA%3BEAAA%2CkBAAA%3B%3BA2ClQA%2CkBAMM%3BEAEE%2CcAAA%3B%3BAARR%2CkBAgBI%2CMACI%3BE3CiPR%2CWAAA%3BE2C%5C%2FOY%2CcAAA%3B%3BAAnBZ%2CkBAuBI%2CUAAS%3BEACL%2CaAAA%3B%3BAAIA%2CkBADJ%2COAAM%2CKACE%2CSAAM%2CKACN%3BAADJ%2CkBADJ%2COAAM%2CKACE%2CSAAM%2CKAEN%3BEACI%2CaAAA%3BE3CmOhB%2CiBAAA%3BE2CjOgB%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%2C6BAAA%3BE3C4MZ%2CyBAAA%3BE2C1MY%2CeAAA%3BE3C0MZ%2CcAAA%3BE8CpNA%2CqBAAA%3BEHYY%2CgBAAA%3BEACA%2CkBAAA%3B%3BAA3DZ%2CkBAoDI%2CeACM%2CSG6MR%3BE9CjQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA8C4CA%2CkBHAI%2CeACM%2CSGDT%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BE9C1EA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CS%2BClNQ%2CO%5C%2FCkNR%3BEAAA%2CagD3Qe%2CYhD2Qf%3BEAAA%2CeAAA%3BEAAA%2CsBAAA%3BE8CiFA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAH1RY%2CkBATR%2CeACM%2CSAQG%3BEACG%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3B%3BAAhEhB%2CkBAoDI%2CeACM%2CSAcE%3BE3C%2BLZ%2CiBAAA%3BE2C7LgB%2CgBAAA%3BEACA%2CSAAA%3B%3BAGwChB%2CkBH1DI%2CeAsBK%2COACK%2CSGmCb%3BE9CoJD%2CS%2BCnNM%2CO%5C%2FCmNN%3B%3BA2ClQA%2CkBAoDI%2CeA4BI%3BEACI%2CkBAAA%3B%3BAAjFZ%2CkBA0FI%3BE3CwKJ%2CmBAAA%3BEAAA%2CiBAAA%3BEAAA%2CsBAAA%3BE2CpKQ%2CSAAA%3B%3BAAGJ%2COAAO%2CKAAM%2CmBACT%3BEACI%2CSAAA%3BEACA%2CeAAA%3B%3BAApGZ%2CkBAwGI%2CcAKI%3BEACI%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3B%3BAAhHZ%2CkBAwGI%2CcAWI%3BEACI%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3B%3BAAtHZ%2CkBAwGI%2CcAiBI%3BEACI%2CcAAA%3BEACA%2CgBAAA%3B%3BAA3HZ%2CkBAwGI%2CcAsBI%3BE3CoIR%2CiBAAA%3BE2ClIY%2CgBAAA%3B%3BAAIA%2CkBA5BR%2CcA2BI%2CqBACQ%2CuBACA%3BE3C6HhB%2CeAAA%3B%3BA2ClQA%2CkBAwGI%2CcAmCI%3BEACI%2CgBAAA%3B%3BAA5IZ%2CkBAgJI%3BEACI%2CkBAAA%3BEACA%2CUAAA%3B%3BAAlJR%2CkBAgJI%2CiBAII%3BEACI%2C0BAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3B%3BAAzJZ%2CkBAgJI%2CiBAII%2CWAOI%3BEACI%2CSAAA%3B%3BAA%2BDpB%2CwBAnB%2BC%3BEAC3C%2CkBACI%2CcACI%3BIACI%2CcAAA%3B%3BEAHZ%2CkBACI%2CcAKI%3BIACI%2CcAAA%3BIACA%2CgBAAA%3B%3BEARZ%2CkBACI%2CcAUI%3BIACI%2CcAAA%3BIACA%2CgBAAA%3B%3B%3BAd9NZ%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%3BE7BiPJ%2CiBAAA%3BE6B%5C%2FOQ%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%3BE7B6Lb%2CYAAA%3BEAAA%2CiBAAA%3BEAAA%2CuBAAA%3BEAAA%2CeAAA%3BE6BxLgB%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%3BE9BkPZ%2C0BAAA%3B%3BA8B7OY%2CwBAnBR%2CgBAkBI%2CKACK%3BEACG%2CmBAAA%3B%3BAADJ%2CwBAnBR%2CgBAkBI%2CKACK%2CoBAGG%3BEACI%2CUAAA%3B%3BAA7BpB%2CwBAmCI%3B%3B%3B%3B%3BAAnCJ%2CwBAmCI%2CwBAaI%3BEACI%2CmBAAA%3B%3BAAjDZ%2CwBAsDI%3BE9BgNJ%2CeAAA%3BE8B9MQ%2CSAAA%3B%3BAAxDR%2CwBAsDI%2CsBAII%3BEACI%2CqBAAA%3BEACA%2CiBAAA%3BEACA%2CsBAAA%3B%3BAA7DZ%2CwBAsDI%2CsBAUI%3BEACI%2CqBAAA%3BEACA%2CgBAAA%3B%3BAAlEZ%2CwBAsEI%3BEACI%2CaAAA%3BE9B%2BLR%2CsBAAA%3B%3BA8B5LY%2CwBAJR%2CwBAGI%2CUACK%2CIAAI%3BEACD%2CgBAAA%3B%3BAAMR%2CwBADJ%2CeACQ%2CiBACA%3BEACI%2CgBAAA%3B%3BAAnFhB%2CwBAwFI%3BAAxFJ%2CwBAyFI%3BE9B6KJ%2CgBAAA%3B%3BA8BtQA%2CwBA6FI%3BEACI%2CgBAAA%3B%3BAA9FR%2CwBAiGI%3BEACI%2CgBAAA%3B%3BAAlGR%2CwBAiGI%2C0BAGI%2CSACI%3BEACI%2CmBAAA%3BEACA%2CeAAA%3B%3BAAvGhB%2CwBAiGI%2C0BAcI%3BE9BuJR%2CiBAAA%3BEAAA%2CmBAAA%3B%3BA8BtQA%2CwBAiGI%2C0BAmBI%2CMAAK%3BEACD%2CmBAAA%3B%3BAAKJ%2CwBADJ%2CqBACQ%3BEACA%2CgBAAA%3B%3BAA3HZ%2CwBAqII%3BEACI%2C6BAAA%3BEACA%2CaAAA%3BEACA%2CWAAA%3B%3BAAxIR%2CwBA2II%3BEACI%2CcAAA%3B%3BAPpIY%2CwBAJhB%2CgBACK%2CQACG%2CsBACI%2CeACK%3BEACG%2CSwB0ClB%2COxB1CkB%3B%3BAAMhB%2CwBAXJ%2CgBAWK%2CaACG%3BEACI%2CeAAA%3B%3BAAFR%2CwBAXJ%2CgBAWK%2CaAKG%3BEACI%2CaAAA%3B%3BAAlBhB%2CwBAuBI%3BEvB4OJ%2C0BAAA%3BEAAA%2CeAAA%3B%3BAuBnQA%2CwBAuBI%2CsBAII%3BEvBwOR%2CcAAA%3BEAAA%2CqBAAA%3BE8CpNA%2CqBAAA%3B%3BAAMA%2CwBvB9BI%2CsBAII%2CeuB0BP%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BE9C1EA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CS%2BClNQ%2CO%5C%2FCkNR%3BEAAA%2CagD3Qe%2CYhD2Qf%3BEAAA%2CkBAAA%3BEAAA%2CsBAAA%3BE8CiFA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAtRI%2CwBvB3CA%2CsBAII%2CeuBsCP%2CMACI%3BE9CiML%2CWAAA%3B%3BA8C3LI%2CwBvBjDA%2CsBAII%2CeuB4CP%2COACI%3BE9C2LL%2CcAAA%3B%3BAuBnQA%2CwBA0CI%3BEvByNJ%2CsBAAA%3B%3BAuBlNgB%2CwBAPZ%2CwBAKI%2CSACI%2CQACK%3BEACG%2CeAAA%3B%3BAAlDpB%2CwBAyDI%3BEACI%2CgBAAA%3B%3BAA1DR%2CwBA6DI%3BEACI%2CUAAA%3B%3BAA9DR%2CwBA6DI%2CmBAEI%3BEACI%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3B%3BAAEA%2CwBARR%2CmBAEI%2CMAMK%3BEACG%2CgBAAA%3B%3BAADJ%2CwBARR%2CmBAEI%2CMAMK%2CQAGG%3BEACI%2CgBAAgB%2CaAAhB%3B%3BAAIR%2CwBAhBR%2CmBAEI%2CMAcK%3BEACG%2CYAAA%3B%3BAA9EhB%2CwBA6DI%2CmBAEI%2CMAkBI%3BEACI%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAApFhB%2CwBA6DI%2CmBA2BI%3BEACI%2CgBAAgB%2CeAAhB%3BEACA%2CiCAAA%3B%3BAA1FZ%2CwBA8FI%2COAKI%2CQACM%3BEACE%2CiBAAA%3B%3BAArGhB%2CwBA8FI%2COAKI%2CQAKI%3BEACI%2CiBAAA%3BEACA%2CkBAAA%3B%3BAA1GhB%2CwBA8FI%2COAgBI%2COACI%3BEACI%2CYAAA%3B%3BAAhHhB%2CwBA8FI%2COAsBI%2CMACI%3BEACI%2CWAAA%3B%3BAAtHhB%2CwBA8FI%2COA4BI%2CSAEI%3BAA5HZ%2CwBA8FI%2COA6BI%2CQACI%3BEACI%2CYAAA%3B%3BAA7HhB%2CwBA8FI%2COAmCM%2CSAAM%2CIACF%3BEACE%2CqBAAA%3BEACA%2CmBAAA%3B%3BAApIhB%2CwBA8FI%2COA0CI%2CKACI%3BEACI%2CcAAA%3B%3BAA1IhB%2CwBA8FI%2COA0CI%2CKAKI%3BEACI%2CWAAA%3B%3BAAIR%2CwBApDJ%2COAoDK%2CSACK%2CSACE%2CQAAO%2CMAAM%2CQACT%3BEACI%2CsBAAA%3B%3BAVvKxB%2C0BACI%3BEACI%2CmBAAA%3B%3BAAFR%2C0BAKI%2CoBAAmB%3BEb8XvB%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3B%3BAa7XQ%2C0BAHJ%2CoBAAmB%2CMAGd%2CSACG%2CMAAK%3BEACD%2CaAAA%3B%3BAAIA%2C0BATZ%2CoBAAmB%2CMAGd%2CSAKG%2CaACK%3BEACG%2CSAAS%2CGAAT%3BEbqQpB%2CcAAA%3BEAAA%2CiBAAA%3B%3BAapRA%2C0BA6BI%3BEAEI%2CwBAAA%3B%3BAAKR%3BEAEI%2CoBAAA%3B%3BAAFJ%2C0BAII%3BEACI%2CmBAAA%3B%3BAALR%2C0BAQI%3BEAEI%2CgBAAA%3B%3BAAKR%3BEACI%2CcAAA%3B%3BA2CpDJ%2CcAKI%3BExD%2BQJ%2CiBAAA%3BEAAA%2CiBAAA%3BEwD5QQ%2CqBAAA%3BEACA%2CiBAAA%3B%3BAhBOA%2CgBADJ%2COACK%2CaACG%3BEACI%2CgBAAA%3B%3BAAJhB%2CgBACI%2COAOI%3BExC8PR%2CiBAAA%3B%3BAK6wBA%2CgBmCrgCI%2CUnCqgCH%3BEL7wBD%2CgBAAA%3BEK0yBA%2CSAAS%2CsBAAT%3BEACA%2CcAAA%3BEACA%2CsBAAA%3BEACA%2CoBAAA%3BEL7yBA%2CcAAA%3BEAAA%2CiBAAA%3B%3BAwCrPQ%2CgBAHJ%2CUAGK%3BEACG%2CgBAAA%3B%3BAAKZ%2CqBACI%2COAAM%2CUACA%3BEACE%2CmBAAA%3B%3BAAEA%2CqBAJR%2COAAM%2CUACA%2CQAGG%3BEACG%2CgBAAA%3B%3BAANhB%2CqBACI%2COAAM%2CUASF%2CMAAK%3BEACD%2CeAAA%3B%3BAAaZ%2CkBACI%3BEACI%2CaAAA%3B%3BAAQR%2CkBACI%2CUAAS%3BEACL%2CaAAA%3B%3BAAGA%2CkBADJ%2CSACK%3BEACG%2CWAAA%3B%3BAAKZ%2CoBACI%2CmBACI%2CQACI%3BEACI%2CWAAA%3B%3BAnC28BhB%2CoBmCv8BI%2CUAAS%2COAAO%2CQnCu8BnB%3BEL7wBD%2CgBAAA%3BEK0yBA%2CSAAS%2CsBAAT%3BEACA%2CcAAA%3BEACA%2CsBAAA%3BEACA%2CoBAAA%3BEL7yBA%2CcAAA%3BEAAA%2CiBAAA%3B%3BAwCxLQ%2CoBAFJ%2CUAAS%2COAAO%2CQAEX%3BEACG%2CgBAAA%3B%3BAnCo8BZ%2CKmC%5C%2F7BK%2CSAAS%2COACV%2CUnC87BH%3BEL7wBD%2CgBAAA%3BEK0yBA%2CSAAS%2CsBAAT%3BEACA%2CcAAA%3BEACA%2CsBAAA%3BEACA%2CoBAAA%3BEL7yBA%2CcAAA%3BEAAA%2CiBAAA%3B%3BAwC%5C%2FKQ%2CKAHH%2CSAAS%2COACV%2CUAEK%3BEACG%2CgBAAA%3B%3BAAcZ%2CoBAMI%3BAALJ%2CqBAKI%3BAAJJ%2CoBAII%3BAAHJ%2CqBAGI%3BAAFJ%2CgBAEI%3BAADJ%2CeACI%3BEzCpDJ%2CyBAAA%3BEACA%2CqBAAA%3BEACA%2CyBAAA%3BEACA%2CsBAAA%3BEAoBA%2CqBAAA%3BEACG%2CkBAAA%3BEACC%2CiBAAA%3BEACI%2CaAAA%3B%3BAyCiCR%2CQACI%2CoBACI%3BEACI%2CqBAAA%3B%3BAAHZ%2CQAOI%3BEACI%2CmBAAA%3B%3BAARR%2CQAWI%2CQAAO%3BEACH%2CmBAAA%3B%3BAAZR%2CQAWI%2CQAAO%2CKAGH%3BEACI%2CaAAA%3B%3BAAfZ%2CQAuBI%3BEACI%2CgBAAA%3B%3BAAxBR%2CQA2BI%3BExCwHJ%2CmBAAA%3BEwCtHQ%2CgCAAA%3BEACA%2CgBAAA%3B%3BAAEA%2CQALJ%2CeAKK%3BEACG%2CgBAAA%3B%3BAA0BI%2CQAJZ%2CMAAK%2CMACD%2CKAAI%2CQACA%2CQAEK%3BAAAD%2CuBAJZ%2CMAAK%2CMACD%2CKAAI%2CQACA%2CQAEK%3BAAAD%2CiBAJZ%2CMAAK%2CMACD%2CKAAI%2CQACA%2CQAEK%3BExCwFjB%2CcAAA%3B%3BAwChEQ%2COADG%2CKAAM%2COACR%3BEACG%2CgBAAA%3B%3BAAJZ%2CMAQI%3BEAMI%2CcAAA%3BEACA%2CmBAAA%3B%3BAAfR%2CMAQI%2COACI%3BExC0DR%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CgBAAA%3BEAAA%2CmBAAA%3B%3BAwChDQ%2CMADJ%2CEACK%3BEACG%2CSAAA%3B%3BAApBZ%2CMAwBI%3BEACI%2CeAAA%3B%3BAAYR%2CMAAM%2CSACF%3BExC4IJ%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEAkCA%2C8BAAA%3BEACI%2C0BAAA%3BEACI%2CsBAAA%3B%3BAwCnLR%2CMAAM%2CSACF%2CSAII%3BExCoLR%2CiBAAA%3BEACC%2CgBAAA%3BEACQ%2CQAAA%3B%3BAwC3LT%2CMAAM%2CSACF%2CSAQI%3BExCgLR%2CiBAAA%3BEACC%2CgBAAA%3BEACQ%2CQAAA%3BEwChLG%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%3BExCvCR%2CgBAAA%3B%3BAwCuCA%2CQAAQ%2CcAGJ%3BEACI%2CsBAAA%3B%3BAAcR%3BAACA%3BEACI%2CkBAAA%3B%3BAAFJ%2CuBAII%3BAAHJ%2C2BAGI%3BEACI%2CkBAAA%3BEACA%2CkBAAA%3B%3BAANR%2CuBAQI%3BAAPJ%2C2BAOI%3BEACI%2CkBAAA%3B%3BAAIR%2CqBACI%2CMAAQ%2CQAAQ%2CKAAK%3BEACjB%2CmBAAA%3B%3BAiB5VR%2C4BACI%3BEACI%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAHR%2C4BAMI%2CQAAO%3BEzD8QX%2CqBAAA%3BE8ClQA%2CqBAAA%3B%3BAAMA%2C4BWlBI%2CQAAO%2CSXkBV%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE9C1EA%2CkBAAA%3BEAAA%2CoBAAA%3BEAAA%2CcAAA%3BEAAA%2CSCxOY%2CODwOZ%3BEAAA%2CagD3Qe%2CYhD2Qf%3BEAAA%2CiBAAA%3BEAAA%2CsBAAA%3BE8CiFA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAW3VA%2C0BACI%3BEACI%2CWAAA%3BEACA%2CmBAAA%3B%3BAAHR%2C0BAOI%2CwBACI%2COAAM%3BEACF%2CaAAA%3B%3BAAcR%2CQAAC%3BEACG%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CQAAC%3BEACG%2CgBAAA%3B%3BAAIR%2CMAAM%3BEACF%2CmBAAA%3B%3BAAEA%2C0BAA2B%2CkBAAkB%2CyBAAyB%2COAHpE%2CUAGwE%3BEACtE%2CWAAA%3B%3BAAJR%2CMAAM%2CUAOF%3BEACI%2CeAAA%3BEACA%2CmBAAA%3B%3BAAEA%2CMAXF%2CUAOF%2CiBAIK%3BEACG%2CSAAS%2CKAAT%3BEACA%2CeAAA%3B%3BAAbZ%2CMAAM%2CUAiBF%3BEACI%2CeAAA%3B%3BAAEA%2CMApBF%2CUAiBF%2CqBAGK%3BEACG%2CSAAS%2CKAAI%2CiBAAiB%2CIAA9B%3B%3BAAGJ%2CMAxBF%2CUAiBF%2CqBAOK%3BEACG%2CSAAS%2CGAAT%3B%3BAAzBZ%2CMAAM%2CUA6BF%3BEACI%2CeAAA%3BEACA%2CgBAAA%3BEzDqMR%2CiBAAA%3B%3BAyDpOA%2CMAAM%2CUAmCF%2COAAM%3BEACF%2CgCAAA%3BEACA%2CsBAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3B%3BAA3CR%2CMAAM%2CUAmCF%2COAAM%2COAUF%3BEACI%2COAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3B%3BAAKJ%2CMArDF%2CUAoDF%2COACK%3BEACG%2CgBAAA%3BEACA%2CeAAA%3B%3BAAvDZ%2CMAAM%2CUA2DF%2CQAAO%3BEACH%2CYAAA%3B%3BAAGJ%2CMA%5C%2FDE%2CUA%2BDD%2CIACG%3BEzDoKR%2CcAAA%3BEAAA%2CqBAAA%3BEyDlKY%2CeAAA%3B%3BA1D6BZ%2CM0D%5C%2FFM%2CUA%2BDD%2CIACG%2CO1D%2BBP%3BECqID%2CcAAA%3BEAAA%2CqBAAA%3B%3BADhIA%2CM0DpGM%2CUA%2BDD%2CIACG%2CO1DoCP%3BECgID%2CcAAA%3BEAAA%2C0BAAA%3B%3BAD3HA%2CM0DzGM%2CUA%2BDD%2CIACG%2CO1DyCP%3BEC2HD%2CcAAA%3BEAAA%2C0BAAA%3B%3BAyDrKI%2CMA%5C%2FDE%2CUA%2BDD%2CIAMG%3BEACI%2CUAAA%3B%3BAAIR%2CMA1EE%2CUA0ED%2CwBACG%2COAAM%3BEACF%2CeAAA%3B%3BAC5HZ%2CiBACI%3BEACI%2CaAAA%3B%3BAAFR%2CiBAKI%2CsBACI%2CUAAS%3BEACL%2CmBAAA%3B%3BAASZ%2CYACI%3BEACI%2CgBAAA%3B%3BAAFR%2CYACI%2CuBAGI%3BEACI%2CgBAAA%3B%3BAALZ%2CYAaI%3BEACI%2CgBAAA%3B%3BAAdR%2CYAaI%2CuBAGI%3BEACI%2CgBAAA%3B%3BAChCZ%2CsBACI%3BEACI%2C6BAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3B%3BAANR%2CsBACI%2CiBAOI%2COAAM%3BEACF%2CoBAAA%3B%3BAATZ%2CsBAaI%2CmBACI%2CWACI%3BEACI%2CeAAA%3B%3BAAIA%2CsBAPZ%2CmBACI%2CWAKI%2CiBACK%2CYACK%3BEACE%2CcAAA%3BEACA%2CkBAAA%3B%3BAAEA%2CsBAZpB%2CmBACI%2CWAKI%2CiBACK%2CYACK%2COAIG%3BEACG%2CgBAAA%3B%3BAANZ%2CsBAPZ%2CmBACI%2CWAKI%2CiBACK%2CYAUG%3BEACI%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3B%3BAAKZ%2CsBAzBR%2CmBACI%2CWAwBQ%2CYAAS%3BEACT%2C6BAAA%3BEACA%2CiBAAA%3B%3BAAxChB%2CsBAaI%2CmBA%2BBI%3BEACI%2CWAAA%3B%3BAA7CZ%2CsBAiDI%3BEACI%2CcAAA%3B%3BAAlDR%2CsBAqDI%3BEACI%2CSAAA%3BEACA%2CWAAA%3BEACA%2CcAAA%3B%3BAAxDR%2CsBAqDI%2CkBAKI%2CyBAAyB%2COAAM%2CIAAI%3BEAC%5C%2FB%2CmBAAA%3BEACA%2CgBAAA%3B%3BAA5DZ%2CsBAgEI%2CUAAS%3BEACL%2CWAAA%3B%3BAAjER%2CsBAoEI%3BEACI%2CmBAAA%3B%3BAArER%2CsBAwEI%3BEACI%2CSAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3B%3BA5B7DR%2CaACI%3BEACI%2CmBAAA%3B%3BAAFR%2CaACI%2COAGI%3BE%5C%2FB%2BPR%2CWAAA%3BEAAA%2CgBAAA%3B%3BA%2BBxPA%3BEACI%2CcAAA%3B%3BAADJ%2CaAGI%2CiBACI%3BEAEI%2CaAAA%3B%3BAAKZ%3BE%5C%2FB6OA%2CgBAAA%3BE%2BB3OI%2CgBAAA%3B%3BAAGJ%2CqBACI%3BEACI%2CgBAAA%3B%3BAAIR%3BEACI%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAFJ%2CaAII%2CiBACM%2CaACE%3BEACI%2CkBAAA%3BEACA%2CWAAA%3B%3BAARhB%2CaAaI%3BAAbJ%2CaAcI%3BE%5C%2FBoNJ%2CqBAAA%3BE8ClQA%2CqBAAA%3B%3BAfgCA%2CaAaI%2CaeqNF%3BAflOF%2CaAcI%2CeeoNF%3BE9CjQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA8CFA%2CafuCI%2CaevCH%3BAAAD%2CafwCI%2CeexCH%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE9C1EA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSC3OQ%2COD2OR%3BEAAA%2CagD3Qe%2CYhD2Qf%3BEAAA%2CsBAAA%3BE8CiFA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2Caf0BA%2Cae3BH%2CMACI%3BAAAD%2Caf2BA%2Cee5BH%2CMACI%3BE9C%2BOL%2CWAAA%3B%3BA8CzOI%2CafoBA%2CaerBH%2COACI%3BAAAD%2CafqBA%2CeetBH%2COACI%3BE9CyOL%2CcAAA%3B%3BA8C7JA%2Caf1CI%2Cee0CH%3BE9C6JD%2CS%2BChPS%2CO%5C%2FCgPT%3B%3BA%2BBhMA%3BE%5C%2FBgMA%2CqBAAA%3BE8CpNA%2CqBAAA%3B%3BAAMA%2CYAAC%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BE9C1EA%2CiBAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CS%2BClNQ%2CO%5C%2FCkNR%3BEAAA%2CagD3Qe%2CYhD2Qf%3BEAAA%2CkBAAA%3BEAAA%2CsBAAA%3BE8CiFA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAtRI%2CYADH%2CMACI%3BE9CiML%2CWAAA%3B%3BA8C3LI%2CYADH%2COACI%3BE9C2LL%2CcAAA%3B%3BA%2BBhLQ%2CYAFH%2COAEI%3BAAAD%2CYADH%2CQACI%3BEACG%2CSgBpCN%2COhBoCM%3B%3BAAKZ%2CaAEI%3BAADJ%2CKAAK%2CcAAe%2CcAChB%3BEACI%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3B%3BAASJ%2CKAAC%2CcACG%3BEACI%2CsBAAA%3BEACA%2CWAAA%3BEACA%2CaAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3B%3BAAEA%2CKAVP%2CcACG%2CcASK%3BEACG%2CcAAA%3B%3BAAKJ%2CKAhBP%2CcAeG%2CWACK%3BE%5C%2FB2Ib%2C6BAAA%3B%3BA%2BB3JI%2CKAAC%2CcAeG%2CWAKI%3BEACI%2CeAAA%3B%3BAAUhB%3BE%5C%2FB4HA%2CgCAAA%3BE%2BB1HI%2CSAAA%3B%3BAAIQ%2CgBAFP%2CQACG%2COACK%3BE%5C%2FBsHb%2CS%2BCnNM%2CO%5C%2FCmNN%3B%3BA%2BB5HA%2CgBAYI%3BE%5C%2FBgHJ%2CcAAA%3BE%2BB9GQ%2CeAAA%3BEACA%2CSAAA%3BEACA%2C4BAAA%3BEACA%2CkBAAA%3BE%5C%2FB2GR%2CcAAA%3BE8CpNA%2CqBAAA%3B%3BAAMA%2CgBf8FI%2COe9FH%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BE9C1EA%2CiBAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CS%2BClNQ%2CO%5C%2FCkNR%3BEAAA%2CagD3Qe%2CYhD2Qf%3BEAAA%2CkBAAA%3BEAAA%2CsBAAA%3BE8CiFA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAtRI%2CgBfiFA%2COelFH%2CMACI%3BE9CiML%2CWAAA%3B%3BA%2BB5HA%2CgBA%2BBI%3BEAEI%2CoBAAA%3BEACA%2CkBAAA%3B%3BAAcI%2CoBALR%2CoBAII%2CGACK%3BAAAD%2CoBAJR%2CkCAGI%2CGACK%3BEACG%2CSAAS%2CEAAT%3B%3BAAPhB%2CoBACI%2CoBAcI%3BAAfR%2CoBAEI%2CkCAaI%3BEACI%2CWAAA%3B%3BAAhBZ%2CoBACI%2CoBAkBI%2CcACI%3BAApBZ%2CoBAEI%2CkCAiBI%2CcACI%3BE%5C%2FB8DZ%2CgBAAA%3BE%2BB5DgB%2CcAAA%3B%3BAAkBhB%3BEACI%2CmBAAA%3B%3BAAEJ%3BEACI%2CmBAAA%3B%3BAZ9OJ%2CwBAGI%2CiBAAgB%2CIAAI%3BAAFxB%2CuBAEI%2CiBAAgB%2CIAAI%3BEAChB%2CmBAAA%3B%3BAAJR%2CwBAOI%2CUACI%2CQACI%2COAAM%2CIAAI%2CSACN%3BAAThB%2CuBAMI%2CUACI%2CQACI%2COAAM%2CIAAI%2CSACN%3BEACI%2CWAAA%3B%3BAAapB%2CqBAEI%2CQAAO%3BEnB0PX%2CcAAA%3B%3BAmBrPA%2CyBAKI%3BEnBgPJ%2CkBAAA%3BEmB9OQ%2CWAAA%3B%3BAAKJ%2CaAAc%2CMADb%2CaAAc%3BEAEX%2CkBAAA%3BEACA%2CgBAAA%3B%3BAAFJ%2CaAAc%2CMADb%2CaAAc%2CUAKX%3BEACI%2CgBAAA%3B%3BAALR%2CaAAc%2CMADb%2CaAAc%2CUAKX%2COAGI%3BEACI%2CWAAA%3BEACA%2CWAAA%3B%3BAAsBhB%3BEACI%2CmBAAA%3B%3BAAQQ%2CyBAFR%2CyBACI%2COACK%2CiBAAiB%3BEACd%2CgBAAA%3B%3BAAoBhB%2CmBACI%3BEACI%2CgBAAA%3B%3BAAIR%2C0BACI%2CcACI%3BEACI%2CgBAAA%3B%3BAAKZ%2CgCASI%2CMACI%3BEACI%2CSAAA%3B%3BAAXZ%2CgCAeI%3BEACI%2C6BAAA%3B%3BAAhBR%2CgCAmBI%3BEACI%2CuBAAA%3B%3BAApBR%2CgCAmBI%2CKAGI%3BEACI%2CqBAAA%3B%3BAAvBZ%2CgCAmBI%2CKAOI%3BEnBoIR%2CiBAAA%3BEmBlIY%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAA9BZ%2CgCAwCI%2CSACI%3BEAGI%2CSAAA%3B%3BAAGJ%2CgCAPJ%2CSAOK%3BEACG%2CcAAA%3BEACA%2CeAAA%3BEACA%2CeAAA%3B%3BAAGJ%2CgCAbJ%2CSAaK%3BEnByGT%2CiBAAA%3BEmBvGY%2CcAAA%3BEACA%2CeAAA%3B%3BAa7JZ%2CcACI%3BEhCkQJ%2CeAAA%3BEgChQQ%2CqBAAA%3B%3BAAHR%2CcAMI%3BEACI%2CmBAAA%3B%3BAAIR%3BEhCwPA%2CgBAAA%3BEgCtPI%2CeAAA%3BEACA%2CcAAA%3B%3BAAGJ%3BEAEI%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CUAAA%3B%3BAAJJ%2CmBAMI%3BEhC4OJ%2CmBAAA%3BEAAA%2CqBAAA%3BE8CpNA%2CqBAAA%3B%3BAd9BA%2CmBAMI%2CUc4OF%3BE9CjQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA8C4CA%2CmBd9BI%2CUc8BH%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BE9C1EA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSCtOW%2CODsOX%3BEAAA%2CagD3Qe%2CYhD2Qf%3BEAAA%2CsBAAA%3BE8CiFA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAdrTQ%2CmBAZJ%2CUAYK%3BEACG%2CcAAA%3B%3BAAKZ%3BAACA%2CmBAAsB%3BEAClB%2CeAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAAGJ%3BEACI%2CWAAA%3BEACA%2CqBAAA%3B%3BAAEA%2CmBAAC%3BEACG%2CeAAA%3B%3BAAKI%2CmBAFP%2CQACG%2CKACK%3BEhCuMb%2CsBAAA%3BEgCrMgB%2CsBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3B%3BAAlBhB%2CmBAuBM%3BEACE%2CYAAA%3BEACA%2CWAAA%3B%3BAAIR%3BEACI%2CcAAA%3B%3BAADJ%2CoBAGI%3BEAEI%2CoBAAA%3BEhC%2BKR%2CqBAAA%3BE8ClQA%2CqBAAA%3B%3BAd8EA%2CoBAGI%2CeciLF%3BE9CjQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA8CFA%2CoBd2EI%2Cec3EH%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE9C1EA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CS%2BChPS%2CO%5C%2FCgPT%3BEAAA%2CagD3Qe%2CYhD2Qf%3BEAAA%2CsBAAA%3BE8CiFA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CoBd8DA%2Cec%5C%2FDH%2CMACI%3BE9C%2BOL%2CWAAA%3B%3BA8CzOI%2CoBdwDA%2CeczDH%2COACI%3BE9CyOL%2CcAAA%3B%3BAgCjKA%2CqBACI%2CUACI%3BEACI%2CcAAA%3B%3BAAKZ%3BEACI%2CmBAAA%3B%3BAADJ%2CsBAGI%3BEACI%2CSAAA%3BEACA%2CqBAAA%3BEACA%2CUAAA%3B%3BAAQQ%2CYAHZ%2CUACK%2CaACG%2COACK%3BEACG%2CUAAA%3BEACA%2CWAAA%3B%3BAAOpB%2CYAAa%2CMAAK%2CMAEd%3BAADJ%2CkBACI%3BEACI%2CgBAAA%3B%3BAAHR%2CYAAa%2CMAAK%2CMAEd%2CeAGI%3BAAJR%2CkBACI%2CeAGI%3BEACI%2CWAAA%3B%3BAANZ%2CYAAa%2CMAAK%2CMAEd%2CeAOI%3BAARR%2CkBACI%2CeAOI%3BEAEI%2CSAAA%3B%3BAAXZ%2CYAAa%2CMAAK%2CMAEd%2CeAOI%2CSAIM%3BAAZd%2CkBACI%2CeAOI%2CSAIM%3BEACE%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3B%3BAAMhB%2CaAII%3BAAHJ%2CaAGI%3BEACI%2CiBAAA%3B%3BAAIA%2CaADJ%2CeACK%3BAAAD%2CaADJ%2CeACK%3BEACG%2CSAAS%2CiBAAgB%2CIAAzB%3B%3BAAVZ%2CaAQI%2CeAKI%3BAAZR%2CaAOI%2CeAKI%3BEACI%2CgBAAA%3B%3BAASZ%2CcACI%3BEACI%2CoBAAA%3B%3BAAFR%2CcAKI%3BEAEI%2CmBAAA%3B%3BAAPR%2CcAUI%3BEACI%2CWAAA%3BEACA%2CmBAAA%3B%3BAAZR%2CcAeI%3BEACI%2CmBAAA%3B%3BAkB%5C%2FMR%2CcAAc%3BEACV%2CWAAA%3B%3BAAGJ%2CMAAM%2CQACF%2CgBACM%3BEACE%2CaAAA%3B%3BAAHZ%2CMAAM%2CQAOF%2CKAAI%3BEACA%2CUAAA%3B%3BAARR%2CMAAM%2CQAWF%2CKAAI%3BEACA%2CUAAA%3B%3BAAZR%2CMAAM%2CQAqBF%3BEACI%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAxBR%2CMAAM%2CQA2BF%2CWACI%3BEACI%2CSAAA%3B%3BAA7BZ%2CMAAM%2CQA2BF%2CWAKI%3BEACI%2CgBAAA%3B%3BAAjCZ%2CMAAM%2CQA2BF%2CWASI%2CWACI%3BEACI%2CmBAAA%3B%3BAAtChB%2CMAAM%2CQA2CF%2COAAM%3BEACF%2CmBAAA%3BEACA%2CSAAA%3BEACA%2CoBAAA%3BEACA%2CmBAAA%3B%3BAAIR%2CqBACI%2CmBACI%3BEACI%2CWAAA%3B%3BAAHZ%2CqBAOI%3BEACI%2CgBAAA%3B%3BATpER%2CWACI%2CQAAO%3BEAQH%2CmBAAA%3B%3BAAJA%2CWAJJ%2CQAAO%2CiBAIF%2CIAAI%3BEACD%2CmBAAA%3B%3BAPDZ%2CqBASI%3BAATJ%2CqBAUI%2COAAM%3BElCyQV%2CgBAAA%3B%3BAkCpQQ%2CqBADJ%2CQACK%3BEACG%2CQAAA%3B%3BAAGJ%2CqBALJ%2CQAKK%3BElCgQT%2CqBAAA%3BE8ClQA%2CqBAAA%3BEZQY%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3B%3BAARJ%2CqBALJ%2CQAKK%2CIYgQP%3BE9CjQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA8CFA%2CqBZTI%2CQAKK%2CIYIR%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE9C1EA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CcAAA%3BEAAA%2CS%2BCxNU%2CO%5C%2FCwNV%3BEAAA%2CagD3Qe%2CYhD2Qf%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BE8CiFA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CqBZtBA%2CQAKK%2CIYgBR%2CMACI%3BE9C%2BOL%2CcAAA%3B%3BA8CzOI%2CqBZ5BA%2CQAKK%2CIYsBR%2COACI%3BE9CyOL%2CcAAA%3B%3BAqDnRI%2COAAC%3BEACG%2CgBAAA%3B%3BAAGJ%2COAAC%2CMACG%3BErD8QR%2CyBAAA%3BEAAA%2C2EAAA%3BEqDzQY%2CsBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2COAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CUAAA%3B%3BAAEA%2COAjBP%2CMACG%2COAgBK%2CYAAY%3BErD8PzB%2CWAAA%3BEqD5PgB%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CSAAS%2CgBAAT%3BEACA%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CaAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3B%3BAAGJ%2COA9BP%2CMACG%2COA6BK%3BEACG%2CYAAA%3B%3BAApChB%2COAyCI%3BEACI%2C6BAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CuBAAA%3B%3BAAGJ%2COAAC%3BEACG%2CaAAA%3B%3BAAGJ%2COAAC%3BEACG%2CSAAA%3B%3BAADJ%2COAAC%2CQAGG%3BEACI%2CiBAAA%3B%3BAAJR%2COAAC%2CQAOG%3BEACI%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAAGJ%2COAAQ%2CQAbX%2CQAaY%3BEACL%2CYAAA%3BEACA%2CcAAA%3BEACA%2CoBAAA%3B%3BAAhBR%2COAAC%2CQAmBG%2CQAAO%3BEAEH%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3B%3BAAIR%2COAAC%3BEACG%2CmBAAA%3BEACA%2CeAAA%3B%3BAAGJ%2COAAC%3BEACG%2CgBAAA%3B%3BAAEA%2COAHH%2CMAGI%3BEACG%2CSAAS%2CIAAT%3B%3BAAIR%2COAAC%3BErDuLL%2CcAAA%3B%3BAqDnLI%2COAAC%3BEACG%2CaAAA%3BEACA%2CSAAA%3B%3BAAEA%2COAJH%2CQAII%3BEACG%2C6BAAA%3BEACA%2CoBAAA%3B%3BAAGJ%2COATH%2CQASI%3BEACG%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3BEACA%2CUAAA%3BErDiKZ%2CcAAA%3BE8CpNA%2CqBAAA%3B%3BAAMA%2COO2BK%2CQASI%2CMPpCR%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BE9C1EA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CcAAA%3BEAAA%2CS%2BClNQ%2CO%5C%2FCkNR%3BEAAA%2CagD3Qe%2CYhD2Qf%3BEAAA%2CsBAAA%3BE8CiFA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAO7OY%2COA3BP%2CQASI%2CMAkBI%3BEACG%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3B%3BAAGJ%2COAjCP%2CQASI%2CMAwBI%3BErDkJb%2CcAAA%3B%3BA8CpJA%2COOMsB%2CUArCjB%2CQASI%2CMPsBR%3BE9CoJD%2CS%2BCnNM%2CO%5C%2FCmNN%3B%3BAqDtIQ%2COA7CH%2CQA6CI%3BEACG%2CSAAA%3BEACA%2CaAAA%3B%3BAAFJ%2COA7CH%2CQA6CI%2CQAIG%3BEACI%2CkBAAA%3BEACA%2CcAAA%3B%3BAANR%2COA7CH%2CQA6CI%2CQASG%3BErD6HZ%2CcAAA%3BEqD3HgB%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3B%3BAAEA%2COA7DX%2CQA6CI%2CQASG%2CEAOK%3BEACG%2CyBAAA%3BEACA%2CqBAAA%3B%3BAAEA%2COAjEf%2CQA6CI%2CQASG%2CEAOK%2CMAIO%3BEACA%2CyBAAA%3B%3BAArBhB%2COA7CH%2CQA6CI%2CQA0BG%3BErD4GZ%2CcAAA%3BEqD1GgB%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3B%3BAAEA%2COA7EX%2CQA6CI%2CQA0BG%2COAMK%3BEACG%2CSAAS%2CGAAT%3B%3BAAGJ%2COAjFX%2CQA6CI%2CQA0BG%2COAUK%3BEACG%2CSAAS%2CGAAT%3B%3BAWlLpB%2CkBAAkB%2CMACd%2CQAAO%3BEhEkRX%2CSAAA%3B%3BAgE7QA%3BEhE6QA%2CgBAAA%3BEAAA%2CyBAAA%3BEAAA%2CaAAA%3BEAAA%2CWAAA%3BEAAA%2CyCAAA%3BEAAA%2C%2BBAAA%3BEAAA%2COAAA%3BEAAA%2CgBAAA%3BEAAA%2CkBAAA%3BEAAA%2CMAAA%3BEAAA%2CaAAA%3BE2NtIA%2CaAAA%3BEACA%2CUAAA%3BE3J%5C%2FHI%2CsBAAA%3B%3BAATJ%2CU2J0EA%3BE3NmMA%2CgBAAA%3BEAAA%2CmBAAA%3B%3BAgE7QA%2CU2J0EA%2CcAGI%3BE3NgMJ%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CkBAAA%3BEAAA%2CmBAAA%3B%3BAgE7QA%2CU2JgGA%2CeACI%2CQAAO%3BE3N4KX%2CkBAAA%3BEAAA%2CqBAAA%3BEI7CA%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2C4BAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3BEJoCA%2CgBAAA%3BEAAA%2CWAAA%3BEAAA%2CSAAA%3B%3BAgE7QA%2CU2JgGA%2CeACI%2CQAAO%2CM7K4KT%3BE9CjQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA8CFA%2CU6K%2BEA%2CeACI%2CQAAO%2CM7KhFV%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE9C1EA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CS%2BC9NU%2CO%5C%2FC8NV%3BEAAA%2CagD3Qe%2CYhD2Qf%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BE8CiFA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CU6KkEJ%2CeACI%2CQAAO%2CM7KpEV%2CMACI%3BE9C%2BOL%2CcAAA%3B%3BA8CzOI%2CU6K4DJ%2CeACI%2CQAAO%2CM7K9DV%2COACI%3BE9CyOL%2CcAAA%3B%3BAIjCA%2CUuN5IA%2CeACI%2CQAAO%2CMvN2IV%3BAACD%2CUuN7IA%2CeACI%2CQAAO%2CMvN4IV%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CUuNlJA%2CeACI%2CQAAO%2CMvNiJV%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CUuNvJA%2CeACI%2CQAAO%2CMvNsJV%3BAACD%2CUuNxJA%2CeACI%2CQAAO%2CMvNuJV%3BAACD%2CQAAQ%2CUAAW%2CWuNzJnB%2CeACI%2CQAAO%3BEvNyJP%2CoBAAA%3BEJmBJ%2CYAAA%3B%3BA2NnIA%2CUAAC%3BEACG%2CUAAA%3B%3BA3J3IJ%2CUAWI%3BEAEI%2CgBAAA%3B%3BAAbR%2CUAWI%2CgBAII%3BEACI%2CgBAAA%3B%3BAAGI%2CUARZ%2CgBAII%2CWAGI%2COACK%3BEACG%2CSAAS%2CIAAT%3B%3BAAOZ%2CUADJ%2CQACK%3BAAAD%2CU3C6BR%3BA2C7BQ%2CU3CiCR%3BE2ChCY%2CkBAAA%3B%3BAA5BZ%2CUAgCI%3BEACI%2CmBAAA%3B%3BAAjCR%2CUAoCI%3BEACI%2CkBAAA%3B%3BAArCR%2CUAwCI%2CeACI%3BEACI%2CaAAA%3B%3BAA1CZ%2CUA8CI%3BEACI%2CaAAA%3B%3BAAIR%3BEACI%2CqBAAA%3B%3BAADJ%2CcAGI%3BEACI%2C6BAAA%3B%3BAAIR%3BEACI%2CaAAA%3B%3BAAGJ%3BAACA%2CaAAc%3BAACd%2CmBAAoB%3BEAChB%2CqBAAA%3BEACA%2CgBAAA%3B%3BAAEA%2CcAAC%2CIAAI%3BAAAL%2CaALU%2CeAKT%2CIAAI%3BAAAL%2CmBAJgB%2CeAIf%2CIAAI%3BEACD%2CkBAAA%3B%3BAAIR%2CuBAAwB%2CWAEpB%2CWACI%2CiBAAmB%3BAAF3B%2CmBAAoB%2CWAChB%2CWACI%2CiBAAmB%3BEACf%2CeAAA%3B%3BAAKZ%3BEACI%2CqBAAA%3BEACA%2CkBAAA%3B%3BAAFJ%2CmBAII%3BEACI%2CcAAA%3BEACA%2CcAAA%3B%3BAAIR%2CMAAM%3BE5DmIN%2CsBAAA%3BEAEA%2C4BAAA%3BEAEA%2CgBAAA%3BEACA%2CoBAAA%3BEAIA%2CiBAAA%3BEJoCA%2CgBAAA%3BEAAA%2CuBAAA%3BEAAA%2CSAAA%3BEAAA%2CUAAA%3BEAAA%2CcAAA%3BEAAA%2CqBAAA%3BEIhFA%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CeAAA%3B%3BAA6CA%2CM4D%5C%2FIM%2Cc5D%2BIL%3BAACD%2CM4DhJM%2Cc5DgJL%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CM4DrJM%2Cc5DqJL%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CM4D1JM%2Cc5D0JL%3BAACD%2CM4D3JM%2Cc5D2JL%3BAACD%2CQAAQ%2CUAAW%2CO4D5Jb%3BE5D6JF%2CoBAAA%3BEJmBJ%2CYAAA%3B%3BADrIA%2CMiE3CM%2CcjE2CL%3BECqID%2CcAAA%3BEAAA%2CqBAAA%3B%3BADhIA%2CMiEhDM%2CcjEgDL%3BECgID%2CcAAA%3BEAAA%2C0BAAA%3B%3BAD3HA%2CMiErDM%2CcjEqDL%3BEC2HD%2CcAAA%3BEAAA%2C0BAAA%3B%3BAI5EA%2CM4DpGM%2Cc5DoGL%3BAACD%2CM4DrGM%2Cc5DqGL%3BAACD%2CM4DtGM%2Cc5DsGL%3BEACG%2CgBAAA%3BEACA%2CSAAA%3B%3BAAGJ%2CM4D3GM%2Cc5D2GL%3BAACD%2CM4D5GM%2Cc5D4GL%3BAACD%2CQAAQ%2CUAAW%2CO4D7Gb%3BEhEgLN%2CcAAA%3BEAAA%2CYAAA%3BEIhEI%2CeAAA%3BEACA%2CoBAAA%3BEACA%2C0BAAA%3B%3BA6B3MA%2CSAAC%2CMAAM%3BEYsIX%2CqBAAA%3BEACA%2CkBAAA%3BEZzHQ%2CgBAAA%3BEACA%2CsBAAA%3B%3BAjCgBR%2CSiC%5C%2FBK%2CMAAM%2COjC%2BBV%3BAACD%2CSiChCK%2CMAAM%2COjCgCV%3BEACG%2CSAAS%2CEAAT%3BEACA%2CcAAA%3B%3BAAGJ%2CSiCrCK%2CMAAM%2COjCqCV%3BEACG%2CWAAA%3B%3BAiCtCA%2CSAAC%2CMAAM%2COYsbX%3BEACI%2CWAAA%3BEACA%2CSAAA%3B%3BAZxbA%2CSAAC%2CMAAM%2COY2bX%3BEACI%2CYAAA%3BEACA%2CSAAA%3B%3BAZ7bA%2CSAAC%2CMAAM%2COYoJX%3BE7CqHA%2CqBAAA%3BE8CpNA%2CqBAAA%3B%3BAbrDI%2CSAAC%2CMAAM%2COYoJX%2CeCqHE%3BE9CjQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA8C4CA%2CSb3DK%2CMAAM%2COYoJX%2CeCzFC%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BE9C1EA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CWAAA%3BEAAA%2CS%2BClNQ%2CO%5C%2FCkNR%3BEAAA%2CagD3Qe%2CYhD2Qf%3BEAAA%2CSAAA%3BEAAA%2CsBAAA%3BE8CiFA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAtRI%2CSbxEC%2CMAAM%2COYoJX%2CeC7EC%2CMACI%3BE9CiML%2CWAAA%3B%3BA8C3LI%2CSb9EC%2CMAAM%2COYoJX%2CeCvEC%2COACI%3BE9C2LL%2CcAAA%3B%3BA6CmIA%2CSZ5YK%2CMAAM%2COYoJX%2CeAwPC%3BE7CnID%2CqBAAA%3BE8CpNA%2CqBAAA%3B%3BADuVA%2CSZ5YK%2CMAAM%2COYoJX%2CeAwPC%2COCnIC%3BE9CjQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA8C4CA%2CSb3DK%2CMAAM%2COYoJX%2CeAwPC%2COCjVA%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BE9C1EA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CWAAA%3BEAAA%2CS%2BCnNM%2CO%5C%2FCmNN%3BEAAA%2CagD3Qe%2CYhD2Qf%3BEAAA%2CSAAA%3BEAAA%2CsBAAA%3BE8CiFA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAtRI%2CSbxEC%2CMAAM%2COYoJX%2CeAwPC%2COCrUA%2CMACI%3BE9CiML%2CWAAA%3B%3BA8C3LI%2CSb9EC%2CMAAM%2COYoJX%2CeAwPC%2COC%5C%2FTA%2COACI%3BE9C2LL%2CcAAA%3B%3BAiCzQI%2CSAAC%2CMAAM%2COY4NX%3BE7C6CA%2CSAAA%3BEAAA%2CUAAA%3BED9JA%2CqBAAA%3BEC8JA%2CgBAAA%3BEAAA%2CsBAAA%3BEAAA%2CeAAA%3BEAAA%2CgBAAA%3BEAAA%2CYAAA%3BE6CpCI%2CsBAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3BE7CkCJ%2CSAAA%3BEAAA%2CyCAAA%3B%3BAiCzQI%2CSAAC%2CMAAM%2COY4NX%2COAsBI%3BE7CuBJ%2CSAAA%3BEAAA%2CyBAAA%3B%3BA6CfQ%2CSZ1PH%2CMAAM%2COY4NX%2COAsBI%2CGAQK%3BE7CeT%2CmBAAA%3BE6CbY%2CeAAA%3B%3BAAuTZ%2CSZnjBK%2CMAAM%2COY4NX%2COAuVC%3BAACD%2CSZpjBK%2CMAAM%2COY4NX%2COAwVC%3BEACG%2C0BAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3B%3BAAGJ%2CSZ7jBK%2CMAAM%2COY4NX%2COAiWC%3BEACG%2CiBAAA%3BE7CrTJ%2CsDAAA%3BE6CuTI%2CWAAA%3B%3BAAGJ%2CSZnkBK%2CMAAM%2COY4NX%2COAuWC%3BEACG%2CiBAAA%3BE7C3TJ%2CsDAAA%3BE6C6TI%2CWAAA%3B%3BAAzDJ%2CSZ7gBK%2CMAAM%2COY4NX%2COAiTC%3BE7CpQD%2CUAAA%3BEAAA%2CUAAA%3B%3BA6CyQA%2CSZlhBK%2CMAAM%2COY4NX%2COAsTC%3BE7CzQD%2CSAAA%3BEAAA%2CUAAA%3B%3BA6CAA%2CSZzQK%2CMAAM%2COYyQV%3BEACG%2CiBAAA%3B%3BAADJ%2CSZzQK%2CMAAM%2COYyQV%2COAGG%3BEACI%2CcAAA%3B%3BAZ7QJ%2CSAAC%2CMAAM%2COAkBH%3BEACI%2CcAAA%3BEACA%2CgBAAA%3B%3BAApBR%2CSAAC%2CMAAM%2COAkBH%2COAII%2CMACM%3BEACE%2CcAAA%3BEACA%2CyBAAA%3B%3BAAzBhB%2CSAAC%2CMAAM%2COAkBH%2COAYI%3BEACI%2CUAAA%3B%3BAAOJ%2CSAtCP%2CMAAM%2COAmCD%2CUAGG%3BEAKG%2CiBAAA%3B%3BAaiEhB%2CSb5GK%2CMAAM%2COAmCD%2CUAGG%2CMasEZ%3BE9C6JD%2CS%2BCpPiB%2CO%5C%2FCoPjB%3B%3BAiC5NgB%2CSA7CX%2CMAAM%2COAmCD%2CUAGG%2CMAOI%3BEACG%2CSAAA%3BEACA%2CWAAA%3B%3BAAIR%2CSAnDP%2CMAAM%2COAmCD%2CUAgBG%3BAACD%2CSApDP%2CMAAM%2COAmCD%2CUAiBG%3BAACD%2CSArDP%2CMAAM%2COAmCD%2CUAkBG%3BEjCoNb%2CWAAA%3B%3BAiC9MY%2CSA3DP%2CMAAM%2COA0DD%2CUAAO%2COACJ%3BEACG%2C2BAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3B%3BAAeR%2CKAAK%2CcAAe%2CUA%5C%2FEvB%2CMAAM%3BEAgFC%2CwBAAA%3B%3BAAGI%2CKAJH%2CcAAe%2CUA%5C%2FEvB%2CMAAM%2COAkFG%2CUACG%3BEACG%2CmBAAA%3BEACA%2CsBAAA%3BEACA%2CoBAAA%3B%3BAAIA%2CKAXP%2CcAAe%2CUA%5C%2FEvB%2CMAAM%2COAkFG%2CUAOG%2COACI%3BEjC%2BKrB%2CcAAA%3B%3BAiC1KgB%2CKAhBH%2CcAAe%2CUA%5C%2FEvB%2CMAAM%2COAkFG%2CUAaG%3BAACD%2CKAjBH%2CcAAe%2CUA%5C%2FEvB%2CMAAM%2COAkFG%2CUAcG%3BEjCyKjB%2CcAAA%3B%3BAiCtKoB%2CKApBP%2CcAAe%2CUA%5C%2FEvB%2CMAAM%2COAkFG%2CUAaG%2CMAII%3BAAAD%2CKApBP%2CcAAe%2CUA%5C%2FEvB%2CMAAM%2COAkFG%2CUAcG%2COAGI%3BEACG%2CaAAA%3B%3BAAQpB%2CSAAC%2COAAO%3BEjC6JZ%2CgBAAA%3BEAAA%2CyBAAA%3BEAAA%2CaAAA%3BEAAA%2CWAAA%3BEAAA%2CyCAAA%3BEAAA%2C%2BBAAA%3BEAAA%2CSAAA%3BEAAA%2COAAA%3BEAAA%2CeAAA%3BEAAA%2CQAAA%3BEAAA%2CMAAA%3BEAAA%2CaAAA%3BE2NtIA%2CaAAA%3BEACA%2CUAAA%3BE1LtBQ%2CsBAAA%3B%3BAAFJ%2CSAAC%2COAAO%2CM0LtCZ%3BE3NmMA%2CgBAAA%3BEAAA%2CmBAAA%3B%3BAiC7JI%2CSAAC%2COAAO%2CM0LtCZ%2CcAGI%3BE3NgMJ%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CkBAAA%3BEAAA%2CmBAAA%3B%3BAiC7JI%2CSAAC%2COAAO%2CM0LhBZ%2CeACI%2CQAAO%3BE3N4KX%2CkBAAA%3BEAAA%2CqBAAA%3BEI7CA%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2C4BAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3BEJoCA%2CgBAAA%3BEAAA%2CWAAA%3BEAAA%2CSAAA%3B%3BAiC7JI%2CSAAC%2COAAO%2CM0LhBZ%2CeACI%2CQAAO%2CM7K4KT%3BE9CjQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA8CFA%2CSb%2BFK%2COAAO%2CM0LhBZ%2CeACI%2CQAAO%2CM7KhFV%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE9C1EA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CS%2BC9NU%2CO%5C%2FC8NV%3BEAAA%2CagD3Qe%2CYhD2Qf%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BE8CiFA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CSbkFC%2COAAO%2CM0LhBZ%2CeACI%2CQAAO%2CM7KpEV%2CMACI%3BE9C%2BOL%2CcAAA%3B%3BA8CzOI%2CSb4EC%2COAAO%2CM0LhBZ%2CeACI%2CQAAO%2CM7K9DV%2COACI%3BE9CyOL%2CcAAA%3B%3BAIjCA%2CS6B5HK%2COAAO%2CM0LhBZ%2CeACI%2CQAAO%2CMvN2IV%3BAACD%2CS6B7HK%2COAAO%2CM0LhBZ%2CeACI%2CQAAO%2CMvN4IV%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CS6BlIK%2COAAO%2CM0LhBZ%2CeACI%2CQAAO%2CMvNiJV%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CS6BvIK%2COAAO%2CM0LhBZ%2CeACI%2CQAAO%2CMvNsJV%3BAACD%2CS6BxIK%2COAAO%2CM0LhBZ%2CeACI%2CQAAO%2CMvNuJV%3BAACD%2CQAAQ%2CUAAW%2CU6BzId%2COAAO%2CM0LhBZ%2CeACI%2CQAAO%3BEvNyJP%2CoBAAA%3BEJmBJ%2CYAAA%3B%3BA2NnIA%2CS1L1BK%2COAAO%2CM0L0BX%3BEACG%2CUAAA%3B%3BA1LvBI%2CSAJH%2COAAO%2CMAIH%3BEACG%2CcAAA%3B%3BAAIR%2CSAAC%3BEjCoJL%2CgCAAA%3BEAAA%2CmBAAA%3BEAAA%2CYAAA%3BE2NpHA%2CSAAA%3BEACA%2COAAA%3BEACA%2CUAAA%3BEACA%2CeAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3B%3BAAEA%2CS1LvCK%2CQ0LuCJ%3BE3N6GD%2CYAAA%3BE2NzGQ%2CyBAAA%3B%3BA1LxCA%2CSAHH%2CQAGI%3BEACG%2CcAAA%3B%3BAAUR%2CSAAC%2CSAAS%2CKAEN%2CQAAO%3BAADX%2CSAAC%2CSAAS%2CKACN%2CQAAO%3BEjCoIf%2CcAAA%3B%3BAiC9HA%2CuBAOI%2CiBACM%3BEACE%2CcAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3B%3BAAXZ%2CuBAOI%2CiBACM%2CWAKE%2CQAAO%3BEACH%2CYAAA%3B%3BAAMhB%3BEACI%2CkBAAA%3B%3BAAMY%2C0BAJZ%2CUAEK%2COACG%2CeACK%3BEACG%2CgBAAA%3B%3BAAOZ%2C0BAZJ%2CUAYK%3BEACG%2CmBAAA%3B%3BAADJ%2C0BAZJ%2CUAYK%2CMAGG%3BEACI%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAIR%2C0BArBJ%2CUAqBK%3BEjCkFT%2CcAAA%3BEiChFY%2CqBAAA%3BEACA%2CkBAAA%3B%3BAAEA%2C0BA1BR%2CUAqBK%2COAKI%3BEjC6Eb%2CqBAAA%3BE8ClQA%2CqBAAA%3B%3BAAMA%2C0BbqJI%2CUAqBK%2COAKI%2CQa%5C%2FKZ%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE9C1EA%2CkBAAA%3BEAAA%2CoBAAA%3BEAAA%2CcAAA%3BEAAA%2CSCvOW%2CODuOX%3BEAAA%2CagD3Qe%2CYhD2Qf%3BEAAA%2CiBAAA%3BEAAA%2C2BAAA%3BE8CiFA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAbtJY%2C0BAtCR%2CUAqCK%2CQACI%3BAACD%2C0BAvCR%2CUAqCK%2CQAEI%3BEACG%2CqBAAA%3B%3BAAGJ%2C0BA3CR%2CUAqCK%2CQAMI%3BEACG%2CkBAAA%3B%3BAAPR%2C0BArCJ%2CUAqCK%2CQAUG%2CMACI%3BEACI%2CQAAA%3B%3BAAEA%2C0BAnDhB%2CUAqCK%2CQAUG%2CMACI%2CUAGK%3BEACG%2CUAAA%3BEACA%2CWAAA%3B%3BAAGJ%2C0BAxDhB%2CUAqCK%2CQAUG%2CMACI%2CUAQK%3BEACG%2CUAAA%3BEACA%2CWAAA%3B%3BAAOhB%2C0BAjEJ%2CUAiEK%2CSAAS%3BEACN%2CkBAAA%3B%3BAAKZ%2C2BAKI%3BEACI%2CmBAAA%3BEACA%2CgBAAA%3B%3BAAUR%2C8BASI%3BEACI%2CgBAAA%3B%3BAAIR%2C0BACI%3BEACI%2CmBAAA%3BEjCDR%2CiBAAA%3B%3BAiCDA%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%3BEACA%2CkBAAA%3B%3BAApCR%2C0BAuCI%2CmBACI%3BEjCvCR%2CcAAA%3B%3BAiC6CQ%2C0BADJ%2CQACK%3BEACG%2CeAAA%3B%3BAAKJ%2C0BADJ%2CYACK%3BEAEG%2CkBAAA%3B%3BASvUR%2CcAAC%2CQAEG%3BAADJ%2CcAAC%2CQACG%3BEACI%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3B%3BAALR%2CcAAC%2CQAEG%2CGAII%3BAALR%2CcAAC%2CQACG%2CGAII%3BEACI%2CWAAA%3B%3BAACA%2CcARX%2CQAEG%2CGAII%2CEAEK%3BAAAD%2CcAPX%2CQACG%2CGAII%2CEAEK%3BEACG%2CqBAAA%3B%3BAAThB%2CcAAC%2CQAcG%2CGAAE%3BAAbN%2CcAAC%2CQAaG%2CGAAE%3BEACE%2CgBAAA%3BEACA%2CeAAA%3B%3BAAhBR%2CcAAC%2CQAmBG%3BAAlBJ%2CcAAC%2CQAkBG%3BEACI%2CgBAAA%3BEACA%2CkBAAA%3B%3BAArBR%2CcAAC%2CQAmBG%2CaAII%2CeACI%3BAAvBZ%2CcAAC%2CQAkBG%2CaAII%2CeACI%3BEACI%2CiBAAA%3B%3BAAzBhB%2CcAAC%2CQAmBG%2CaAII%2CeAKI%3BAA3BZ%2CcAAC%2CQAkBG%2CaAII%2CeAKI%3BEACI%2CgBAAA%3BEACA%2CkBAAA%3B%3BAA9BhB%2CcAAC%2CQAmBG%2CaAII%2CeAUI%3BAAhCZ%2CcAAC%2CQAkBG%2CaAII%2CeAUI%3BEACI%2CgBAAA%3B%3BAAlChB%2CcAAC%2CQAmBG%2CaAII%2CeAcI%3BAApCZ%2CcAAC%2CQAkBG%2CaAII%2CeAcI%3BEACI%2CcAAA%3B%3BAAtChB%2CcAAC%2CQAmBG%2CaAII%2CeAcI%2CaAGI%3BAAvChB%2CcAAC%2CQAkBG%2CaAII%2CeAcI%2CaAGI%3BEACI%2CgBAAA%3BEACA%2CkBAAA%3B%3BAA1CpB%2CcAAC%2CQAmBG%2CaAII%2CeAcI%2CaAQI%3BAA5ChB%2CcAAC%2CQAkBG%2CaAII%2CeAcI%2CaAQI%3BEACI%2CgBAAA%3B%3BAA9CpB%2CcAAC%2CQAoDG%2CgBACI%3BAApDR%2CcAAC%2CQAmDG%2CgBACI%3BEACI%2CaAAA%3B%3BAAtDZ%2CcAAC%2CQAoDG%2CgBACI%2CaAGI%2CeACI%3BAAxDhB%2CcAAC%2CQAmDG%2CgBACI%2CaAGI%2CeACI%3BEACI%2CWAAA%3B%3BAA1DpB%2CcAAC%2CQAoDG%2CgBACI%2CaAGI%2CeAII%3BAA3DhB%2CcAAC%2CQAmDG%2CgBACI%2CaAGI%2CeAII%3BEACI%2CkBAAA%3B%3BAA9DxB%2CcAqEI%3BEACI%2CmBAAA%3B%3BAAtER%2CcAqEI%2COAGI%3BEACI%2CgBAAA%3B%3BAAzEZ%2CcA6EI%3BEACI%2CgBAAA%3B%3BAA9ER%2CcA6EI%2CeAGI%2CQAAO%3BEACH%2CqBAAA%3B%3BAAjFZ%2CcA6EI%2CeAOI%2CKACI%3BEACI%2CqBAAA%3B%3BAAWJ%2CcApBR%2CeAOI%2CKAaK%2CKACG%2CQAAO%3BEACH%2CgBAAA%3BEACA%2CiBAAA%3B%3BAAchB%2CcAAC%2CIAAI%2CUACD%2CeACI%3BEACI%2CSAAA%3B%3BAArHhB%2CcA0HM%3BEACE%2CgBAAA%3B%3BAA3HR%2CcA8HI%2CiBACM%3BEACE%2CcAAA%3B%3BAAhIZ%2CcA8HI%2CiBACM%2CaAGE%3BEACI%2CmBAAA%3B%3BAAEA%2CcAPZ%2CiBACM%2CaAGE%2CQAGK%3BEACG%2CcAAA%3BEACA%2CcAAA%3B%3BAAvIpB%2CcA8HI%2CiBAcM%3BEACE%2CkBAAA%3B%3BAA7IZ%2CcAqJI%3BEACI%2CgBAAA%3B%3BAAuBgB%2CcAfpB%2COAGI%2CkBACI%2CcACI%2CUASM%2CSACG%3BEACG%2CaAAA%3B%3BAA9K5B%2CcA8JI%2COAGI%2CkBACI%2CcACI%2CUASM%2CSAKE%3BEACI%2CqBAAA%3B%3BAAlL5B%2CcA0LI%3BAA1LJ%2CcA2LI%2CeAAe%3BEAEX%2C6BAAA%3BEACA%2CoBAAA%3B%3BAA9LR%2CcA0LI%2CaAMI%3BAAhMR%2CcA2LI%2CeAAe%2COAKX%3BEACI%2CgBAAA%3B%3BAAjMZ%2CcA0LI%2CaAMI%2COAGI%3BAAnMZ%2CcA2LI%2CeAAe%2COAKX%2COAGI%3BE1CgFZ%2CcAAA%3B%3BA0CnRA%2CcAyMI%2CeAEI%3BEACI%2CmBAAA%3BEACA%2CiBAAA%3B%3BAAIR%2CcAAC%2CaACG%2CaAAe%3BE1CiEvB%2CiBAAA%3B%3BA0ClEI%2CcAAC%2CaAKG%2CgBACI%2CeAAc%2CIAAI%3BEACd%2CmBAAA%3B%3BAAPZ%2CcAAC%2CaAWG%3BEACI%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3B%3BAAhOZ%2CcAoOI%2CWACI%3BEACI%2CkBAAA%3B%3BAAtOZ%2CcAoOI%2CWAKM%3BEACE%2CSAAA%3B%3BAA1OZ%2CcA8OI%2CqBACI%3BEACI%2CgBAAA%3B%3BAAhPZ%2CcAoPI%2CoBACI%3BEACI%2CSAAA%3B%3BAAtPZ%2CcAoPI%2CoBACI%2CUAGI%2CQAAO%3BEACH%2CeAAA%3B%3BAAzPhB%2CcAkQI%2CiBAAiB%2COAAM%3BE1CiB3B%2CiBAAA%3BE0CfQ%2CmBAAA%3B%3BAApQR%2CcAkQI%2CiBAAiB%2COAAM%2COAInB%3BEACI%2CgBAAA%3B%3BAAKZ%2CyBAMI%3BEACI%2CcAAA%3B%3BAAIR%2C%2BBACI%3BEACI%2CcAAA%3B%3BAkBxRR%2CMAAM%3BEACF%2CmBAAA%3B%3BAADJ%2CMAAM%2CWAGF%2CMAAK%3BEACD%2CcAAA%3BEACA%2CWAAA%3B%3BAALR%2CMAAM%2CWAQF%3BEACI%2CmBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CmBAAA%3B%3BAAZR%2CMAAM%2CWAeF%3BEACI%2CSAAA%3B%3BAAhBR%2CMAAM%2CWAeF%2COAGI%3BE5DgQR%2CqBAAA%3BE8ClQA%2CqBAAA%3BEceY%2CcAAA%3B%3BAdTZ%2CMctBM%2CWAeF%2COAGI%2CSdIP%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE9C1EA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CS%2BCvNY%2CO%5C%2FCuNZ%3BEAAA%2CagD3Qe%2CYhD2Qf%3BEAAA%2CiBAAA%3BEAAA%2CsBAAA%3BE8CiFA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAc5UY%2CMA3BN%2CWAeF%2COAGI%2CSASK%3BEACG%2CkBAAA%3B%3BAA5BhB%2CMAAM%2CWAmCF%3BEACI%2CkBAAA%3BEACA%2CmBAAA%3B%3BAArCR%2CMAAM%2CWAwCF%3BEACI%2CaAAA%3B%3BAAzCR%2CMAAM%2CWAgDF%3BEACI%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CSAAA%3B%3BAAnDR%2CMAAM%2CWAsDF%2CQAAO%3BEACH%2C4BAAA%3BEACA%2CyBAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3B%3BARtDR%2CKAAK%2COAAQ%3BEpD8Qb%2CcAAA%3B%3BAoD3QI%2CKAHC%2COAAQ%2CSAGR%3BEACG%2CSAAS%2CGAAT%3B%3BAAGJ%2CKAPC%2COAAQ%2CSAOR%3BEACG%2CSAAS%2CGAAT%3B%3BAAIR%3BEwKuEA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAxKxEA%2CewK2EA%3BE5NuLA%2CWAAA%3BE4NrLI%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3B%3BAAEA%2CeANJ%2CeAMK%3BEACG%2COAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3BEA6FR%2CmCAAA%3BE5N%2BEA%2CcAAA%3BEAAA%2CagD3Qe%2CYhD2Qf%3BEAAA%2CeAAA%3BEAAA%2CYAAA%3BEAAA%2CmBAAA%3BEAAA%2CiBAAA%3BE4N5DA%2CS7KnLQ%2CQAAA%2CQAAA%2CQAAA%2CQAAA%2CO6KmLR%3BEAXA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3B%3BAxK9LA%2CewK2EA%2CeAsBM%3BEACE%2CcAAA%3BEACA%2CgBAAA%3B%3BAAEA%2CeA1BR%2CeAsBM%2COAIG%3BEACG%2CkBAAA%3BEACA%2CUAAA%3BEA4EZ%2CmCAAA%3BE5N%2BEA%2CcAAA%3BEAAA%2CagD3Qe%2CYhD2Qf%3BEAAA%2CeAAA%3BEAAA%2CYAAA%3BEAAA%2CmBAAA%3BEAAA%2CiBAAA%3BE4N5DA%2CS7KnLQ%2CQAAA%2CQAAA%2CQAAA%2CQAAA%2CO6KmLR%3BEAXA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3B%3BAxK9LA%2CewK2EA%2CeAsBM%2COAiBE%3BE5NjHR%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAoDJA%2CwBAEI%2CgBwKoHJ%3BAxKrHA%2CcACI%2CgBwKoHJ%3BE5NzHA%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAoDGA%3BEwKpBA%2CgBAAA%3B%3BAAEA%2CoBAAC%3BE5NyQD%2CcAAA%3BEAAA%2CagD3Qe%2CYhD2Qf%3BEAAA%2CeAAA%3BEAAA%2CYAAA%3BEAAA%2CmBAAA%3BEAAA%2CiBAAA%3BE4N9FA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CmCAAA%3BEA8BA%2CS7KnLQ%2CQAAA%2CQAAA%2CQAAA%2CQAAA%2CO6KmLR%3BEAlMI%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAxKKJ%2CoBwKFA%2CMAAK%3BE5NRL%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA4NOY%2CoBANZ%2CMAAK%2CcAGA%2CMAEK%2CQACG%3BAAAD%2CoBANZ%2CMAAK%2CcAIA%2CQACK%2CQACG%3BEACG%2CUAAA%3B%3BAxKLhB%2CoBwKWA%3BEACI%2CeAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3B%3BAxKdJ%2CoBwKWA%2CMAKI%3BE5N1BJ%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA4NuBI%2CoBATJ%2CMASK%3BE5NmOL%2CcAAA%3BEAAA%2CagD3Qe%2CYhD2Qf%3BEAAA%2CeAAA%3BEAAA%2CYAAA%3BEAAA%2CmBAAA%3BEAAA%2CiBAAA%3BE4N9FA%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%3BAxKrChB%2CoBwK8HI%2CSAAQ%3BEACJ%2CUAAA%3B%3BAAEA%2CoBAHJ%2CSAAQ%2CCAGH%3BEA0DT%2CS7KnLQ%2CQAAA%2CQAAA%2CQAAA%2CQAAA%2CO6KmLR%3B%3BAxK3LA%2CoBwK8HI%2CSAAQ%3BEACJ%2CUAAA%3B%3BAAEA%2CoBAHJ%2CSAAQ%2CCAGH%3BEA0DT%2CS7KnLQ%2CQAAA%2CQAAA%2CQAAA%2CO6KmLR%3B%3BAxK3LA%2CoBwK8HI%2CSAAQ%3BEACJ%2CUAAA%3B%3BAAEA%2CoBAHJ%2CSAAQ%2CCAGH%3BEA0DT%2CS7KnLQ%2CQAAA%2CQAAA%2CO6KmLR%3B%3BAxK3LA%2CoBwK8HI%2CSAAQ%3BEACJ%2CUAAA%3B%3BAAEA%2CoBAHJ%2CSAAQ%2CCAGH%3BEA0DT%2CS7KnLQ%2CQAAA%2CO6KmLR%3B%3BAxK3LA%2CoBwK8HI%2CSAAQ%3BEACJ%2CUAAA%3B%3BAAEA%2CoBAHJ%2CSAAQ%2CCAGH%3BEA0DT%2CS7KnLQ%2CO6KmLR%3B%3BAxKxLI%2CoBAAC%3BEwKwLL%2CS3N7Kc%2CQAAA%2CQAAA%2CQAAA%2CQAAA%2CO2N6Kd%3B%3BAxK7KA%3BEACI%2CkBAAA%3B%3BAADJ%2CyBAGI%3BEACI%2CkBAAA%3BEACA%2CkBAAA%3B%3BAASJ%2COAAC%3BEACG%2C6BAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3B%3BAAEA%2COANH%2CQAMI%3BEACG%2CaAAA%3B%3BAAPR%2COAAC%2CQAUG%3BEACI%2CgCAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3B%3BAAdR%2COAAC%2CQAiBG%3BEACI%2CaAAA%3B%3BAAIR%2COAAC%2CIACG%3BEACI%2CaAAA%3B%3BAAIR%2COAAC%2CKACG%2CQAAO%2COAAO%3BEpD8LtB%2CgBAAA%3BEAAA%2CsBAAA%3BEAAA%2CWAAA%3BEAAA%2CiBAAA%3BEAAA%2CmBAAA%3BEAAA%2CiBAAA%3BEoD3LY%2CSAAA%3B%3BAhD4PZ%2COgDhQK%2CKACG%2CQAAO%2COAAO%2CQhD%2BPrB%3BAACD%2COgDjQK%2CKACG%2CQAAO%2COAAO%2CQhDgQrB%3BEJlED%2CmBAAA%3BEAAA%2CsBAAA%3BEAAA%2CWAAA%3B%3BAIwEA%2COgDvQK%2CKACG%2CQAAO%2COAAO%2CQhDsQrB%3BEJxED%2CmBAAA%3BEAAA%2CsBAAA%3BEAAA%2CWAAA%3B%3BAoD%5C%2FLI%2COAAC%2CKAOG%2CiBAAiB%3BEACb%2CUAAA%3B%3BAAIR%2CSAAU%2CQAAC%2COAAO%3BEACd%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CUAAA%3B%3BAAJJ%2CSAAU%2CQAAC%2COAAO%2COAMd%3BEACI%2CSAAA%3B%3BAAPR%2CSAAU%2CQAAC%2COAAO%2COAUd%3BEACI%2CcAAA%3BEACA%2CgBAAA%3B%3BAAIR%2CSAAU%2CQAAC%2CcACL%3BEACE%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CUAAA%3B%3BAAIR%2COAAC%2CaAAc%2CMAAK%3BAACpB%2COAAC%2CaAAa%3BEACV%2CeAAA%3BEACA%2CYAAA%3BEACA%2CoBAAA%3BEACA%2CiBAAA%3B%3BAAGJ%2COAAC%2CaACG%3BEACI%2CgBAAA%3B%3BAAFR%2COAAC%2CaAKG%3BEACI%2CmBAAA%3BEACA%2CgBAAA%3B%3BAAIR%2COAAC%3BEACG%2CmBAAA%3B%3BAADJ%2COAAC%2CKAGG%2CaACI%3BEpDoIZ%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CkBAAA%3BEAAA%2CmBAAA%3B%3BAoD9HI%2COAAC%3BEAEG%2CgCAAA%3BEACA%2CSAAA%3BEACA%2CeAAA%3B%3BApDpGR%2COoDgGK%2CKpDhGJ%3BEACG%2CWAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CcAAA%3B%3BAoDmGI%2COANH%2CKAMI%3BEACG%2CeAAA%3B%3BAAIR%2COAAC%3BEACG%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3B%3BAAIJ%2COAAC%3BEACG%2CeAAA%3B%3BAADJ%2COAAC%2COAGG%3BEACI%2CgBAAA%3B%3BAAIR%2COAAC%3BEACG%2CeAAA%3B%3BAAOJ%2COAAC%3BEpD4FL%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CgBAAA%3BEAAA%2CmBAAA%3BEoD1FQ%2CgBAAA%3B%3BAAGJ%2COAAC%3BEACG%2CmBAAA%3B%3BAAIR%2CUACI%2CQACI%3BEACI%2CgBAAA%3B%3BAA0DZ%2CKAAK%2CMAAM%2CQACP%3BEACI%2CgBAAA%3B%3BAAIR%2CSAAS%2COAAO%2CKACZ%2CQAAO%3BAADX%2CSAAS%2COAAO%2CKAEZ%2CSAAQ%2CQAAQ%3BAAFpB%2CSAAS%2COAAO%2CKAGZ%2CSAAQ%3BEACJ%2CmBAAA%3B%3BAAIR%3BEACI%2CkBAAA%3B%3BAAEA%2CSAAS%2CQAAQ%2CKAAM%3BEACnB%2CcAAA%3B%3BAAJR%2CwBAOI%3BEACI%2CqBAAA%3BEACA%2CsBAAA%3B%3BAATR%2CwBAYI%3BEACI%2CqBAAA%3BEACA%2CeAAA%3BEACA%2CsBAAA%3B%3BAAfR%2CwBAYI%2CiBAKI%2CEAAC%2CIAAI%3BEACD%2CkBAAA%3B%3BAAlBZ%2CwBAYI%2CiBAQI%2CQAAO%3BEACH%2CmBAAA%3B%3BAAKZ%2CkBAEI%3BAADJ%2CgBACI%3BEACI%2CkBAAA%3B%3BAAkCR%2CwBACI%2COACI%3BEACI%2CmBAAA%3B%3BAAEA%2CwBAJR%2COACI%2CMAGK%3BEACG%2CgBAAA%3B%3BAANhB%2CwBAWI%3BEACI%2CqBAAA%3B%3BAAEA%2CwBAHJ%2CcAGK%2CIAAI%3BEACD%2CkBAAA%3B%3BAAfZ%2CwBAmBI%2CgBACI%3BEACI%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3B%3BAAKZ%2CcAEI%3BAADJ%2CwBACI%3BEACI%2CgBAAA%3B%3BAAIR%2CcACI%3BEACI%2CqBAAA%3BEACA%2CwBAAA%3B%3BAAqCR%2CgBAUI%3BEACI%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3B%3BAAdR%2CgBAiBI%3BEACI%2CSAAA%3B%3BAAlBR%2CgBAiBI%2CgBAOI%3BEACI%2CmBAAA%3B%3BAAzBZ%2CgBAiBI%2CgBAOI%2CwBAGI%3BEACI%2CmBAAA%3B%3BAAEA%2CgBAbZ%2CgBAOI%2CwBAGI%2CMAGK%3BEACG%2CgBAAA%3B%3BAA%5C%2FBpB%2CgBAiBI%2CgBAqBI%3BEpDzKR%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CgBAAA%3BEAAA%2CmBAAA%3BEoD2KY%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAzCZ%2CgBAiBI%2CgBA2BI%3BEACI%2CSAAA%3BEACA%2CmBAAA%3B%3BAA9CZ%2CgBAiBI%2CgBAgCI%3BEpDpLR%2CcAAA%3B%3BA6NpRA%2CkBACI%3BE7NmRJ%2CiBAAA%3BE6NjRQ%2CmBAAA%3B%3BAAMA%2CkBAHJ%2CcAGK%2CIAAI%3BAAAL%2CkBAFJ%2CcAEK%2CIAAI%3BAAAL%2CkBADJ%2CiBACK%2CIAAI%3BEACD%2CmBAAA%3B%3BAAVZ%2CkBAMI%2CcAOI%3BAAbR%2CkBAOI%2CcAMI%3BAAbR%2CkBAQI%2CiBAKI%3BEACI%2CqBAAA%3BEACA%2CmBAAA%3B%3BA1LfZ%2CoBAAoB%2CIAChB%3BEACI%2CaAAA%3B%3BAAFR%2CoBAAoB%2CIAChB%2CaAGM%3BEACE%2CaAAA%3B%3BAASJ%2CmBADJ%2CYACK%3BEACG%2CaAAA%3B%3BAALZ%2CmBASI%2COAAM%3BEACF%2CgBAAA%3B%3BAAcA%2CcAFM%2CcACV%2CiBACK%3BEACG%2CaAAA%3B%3BAAKZ%2CuBACI%2CkBACI%3BAAFR%2CuBACI%2CkBAEI%3BEACI%2CSAAA%3B%3BAAJZ%2CuBACI%2CkBAMI%3BEACI%2CgBAAA%3B%3BAARZ%2CuBACI%2CkBAUI%3BEACI%2CmBAAA%3B%3BAAEA%2CuBAbR%2CkBAUI%2CGAGK%3BEACG%2CgBAAA%3B%3BAAfhB%2CuBAoBI%3BEACI%2CmBAAA%3B%3BAAuBR%2CyBACI%2CaACI%2CMACI%3BEnC6LZ%2CuBAAA%3BEAAA%2CkBAAA%3BEAAA%2CUAAA%3BEAAA%2CcAAA%3BEAAA%2CqBAAA%3BEIhFA%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CeAAA%3B%3BALvDA%2CyBoC1DI%2CaACI%2CMACI%2CEpCwDX%3BECqID%2CcAAA%3BEAAA%2CqBAAA%3B%3BADhIA%2CyBoC%5C%2FDI%2CaACI%2CMACI%2CEpC6DX%3BECgID%2CcAAA%3BEAAA%2C0BAAA%3B%3BAD3HA%2CyBoCpEI%2CaACI%2CMACI%2CEpCkEX%3BEC2HD%2CcAAA%3BEAAA%2C0BAAA%3B%3BAI5EA%2CyB%2BBnHI%2CaACI%2CMACI%2CE%5C%2FBiHX%3BAACD%2CyB%2BBpHI%2CaACI%2CMACI%2CE%5C%2FBkHX%3BAACD%2CyB%2BBrHI%2CaACI%2CMACI%2CE%5C%2FBmHX%3BEACG%2CgBAAA%3BEACA%2CSAAA%3B%3BAAGJ%2CyB%2BB1HI%2CaACI%2CMACI%2CE%5C%2FBwHX%3BAACD%2CyB%2BB3HI%2CaACI%2CMACI%2CE%5C%2FByHX%3BAACD%2CQAAQ%2CUAAW%2C0B%2BB5Hf%2CaACI%2CMACI%3BEnC6LZ%2CcAAA%3BEAAA%2CYAAA%3BEIhEI%2CeAAA%3BEACA%2CoBAAA%3BEACA%2C0BAAA%3B%3BA%2BB3BR%2CmBACI%2CMACI%2CSACI%2CMACI%2CKAAI%2CIACA%3BEACI%2CaAAA%3B%3BArBjMpB%2CYACI%3BEACI%2CiBAAA%3BEACA%2CgBAAA%3B%3BAAHR%2CYACI%2CMAII%3BEd%2BQR%2CmBAAA%3BEc7QY%2CsBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3B%3BAAVZ%2CYACI%2CMAYI%3BEduQR%2CmBAAA%3BEAAA%2CcAAA%3BEcpQY%2CsBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3B%3BAAEA%2CYApBR%2CMAYI%2CEAQK%3BEd%2BPb%2CmBAAA%3BEAAA%2CqBAAA%3B%3BAcvPA%3BEACI%2CsBAAA%3BEACA%2CmBAAA%3BEACA%2CaAAA%3B%3BAAHJ%2CoBAKI%3BEACI%2C6BAAA%3BEACA%2CiBAAA%3B%3BAAPR%2CoBAKI%2CaAIM%3BEd8OV%2CiBAAA%3BEc5OY%2CgBAAA%3B%3BAAXZ%2CoBAKI%2CaASI%3BEACI%2CqBAAA%3B%3BAAfZ%2CoBAmBI%3BEACI%2CSAAA%3B%3BAApBR%2CoBAmBI%2CeAGM%3BEACE%2CaAAA%3B%3BAAGJ%2CoBAPJ%2CeAOK%2CIAAI%3BEACD%2CmBAAA%3B%3BAAGJ%2CoBAXJ%2CeAWK%3BEACG%2CiBAAA%3B%3BAA%5C%2FBZ%2CoBAmCI%2CmBACM%2CQAAQ%2CKAAK%3BEACX%2C6BAAA%3B%3BAAIA%2CoBANR%2CmBAKI%2CMACQ%3BEACA%2C0BAAA%3B%3BAAGJ%2CQAAS%2CqBAVjB%2CmBAKI%2CMAMQ%2CGAAE%2CUAAU%2CMAAO%3BEACf%2CgBAAA%3B%3BAA%5C%2FCpB%2CoBAmCI%2CmBAKI%2CMAWI%3BEACI%2CoBAAA%3BEACA%2CiBAAA%3B%3BAAIA%2CoBAtBZ%2CmBAKI%2CMAgBI%2CKACK%3BEACG%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3B%3BAAGJ%2CoBA5BZ%2CmBAKI%2CMAgBI%2CKAOK%3BEACG%2CuBAAA%3B%3BAAhEpB%2CoBAmCI%2CmBAKI%2CMA4BM%2CeACE%3BEACI%2CmBAAA%3B%3BAAtEpB%2CoBAmCI%2CmBAKI%2CMA4BM%2CeAKI%2CKAAG%3BEACD%2CgBAAA%3B%3BAA1EpB%2CoBAmCI%2CmBAKI%2CMAsCI%2CwBAAwB%3BEACpB%2CoBAAA%3BEACA%2CcAAA%3B%3BAAhFhB%2CoBAmCI%2CmBAiDI%3BEACI%2CgBAAA%3B%3BAArFZ%2CoBAyFI%3BEACI%2CSAAA%3B%3BAA1FR%2CoBAyFI%2CcAGI%3BEACI%2CSAAA%3B%3BAA7FZ%2CoBAyFI%2CcAOI%3BEACI%2CgBAAA%3B%3BAACA%2CoBATR%2CcAOI%2CGAEK%3BEACG%2CgBAAA%3B%3BAAIR%2CoBAdJ%2CcAcK%2CMACG%3BEACI%2CqBAAA%3B%3BAAEA%2CoBAlBZ%2CcAcK%2CMACG%2CGAGK%3BEACG%2CSAAS%2CIAAT%3B%3BAALZ%2CoBAdJ%2CcAcK%2CMASG%3BEACI%2CSAAA%3B%3BAAjHhB%2CoBAsHI%2CMACI%2CKAAI%3BEACA%2CkBAAA%3B%3BAAUJ%2CoBANJ%2CKAMK%3BEACG%2CiBAAA%3B%3BAAgBJ%2CoBADJ%2CQACK%3BEdoGT%2CqBAAA%3BE8CpNA%2CqBAAA%3BE9CoNA%2CWAAA%3B%3BAcpGQ%2CoBADJ%2CQACK%2CKgCoGP%3BE9CjQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA8C4CA%2CoBhCyGI%2CQACK%2CKgC1GR%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BE9C1EA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CS%2BClNQ%2CO%5C%2FCkNR%3BEAAA%2CagD3Qe%2CYhD2Qf%3BEAAA%2CsBAAA%3BE8CiFA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAzOA%2CoBhC%2BCI%2CQACK%2CKAWI%2CSgC3DZ%3BE9CoJD%2CS%2BCnNM%2CO%5C%2FCmNN%3B%3BAcvPA%2CoBAuKI%3BEdgFJ%2CiBAAA%3B%3BAcvPA%2CoBA2KI%2CWAGI%3BEACI%2CmBAAA%3B%3BAAIA%2CoBARR%2CWAOI%2COACK%3BEACG%2CSAAS%2CIAAT%3B%3BAAOJ%2CoBAFR%2CaACI%2CMACK%3BAACD%2CoBAHR%2CaACI%2CMAEK%3BEACG%2CeAAA%3B%3BAAOZ%2CoBAAC%3BEACG%2CgBAAA%3B%3BAADJ%2CoBAAC%2CSAGG%3BEACI%2CgBAAA%3B%3BAAJR%2CoBAAC%2CSAOG%3BEACI%2CgBAAA%3BEACA%2CgBAAA%3B%3BAAIR%2CoBAAC%2CKACG%2CeAAe%3BEACX%2CmBAAA%3B%3BAAFR%2CoBAAC%2CKAKG%3BEACI%2CgBAAA%3B%3BAANR%2CoBAAC%2CKASG%2CaACI%2CgBACI%3BEACI%2CgBAAA%3B%3BAAZhB%2CoBAAC%2CKASG%2CaACI%2CgBAKI%3BEACI%2CSAAA%3B%3BAAhBhB%2CoBAAC%2CKASG%2CaACI%2CgBAKI%2CSAGM%3BEACE%2CgBAAA%3B%3BAAEA%2CoBArBnB%2CKASG%2CaACI%2CgBAKI%2CSAGM%2CSAGG%3BEACG%2CSAAS%2CIAAT%3B%3BAASpB%2COAAO%2CKAAM%2CqBAAqB%2CqBADrC%3BEAEO%2CgBAAA%3B%3BAAFR%2CoBAAC%2CaAKK%3BEACE%2CaAAA%3B%3BAAKZ%3BEAKI%2CSAAA%3BEACA%2CeAAA%3B%3BAALA%2CYAAe%3BEACX%2C6BAAA%3B%3BAAFR%2CeAQI%3BEACI%2CqBAAA%3B%3BAATR%2CeAYI%3BEACI%2CqBAAA%3BEACA%2CiBAAA%3B%3BAAIR%3BEACI%2CmBAAA%3B%3BAADJ%2CsBAGI%3BEACI%2CkBAAA%3B%3BAAEA%2CsBAHJ%2CQAGK%3BEACG%2CaAAA%3BEACA%2CSAAA%3B%3BAAkBJ%2CmBADJ%2COACK%3BEACG%2CmBAAA%3B%3BAAKZ%2CcAKI%3BEACI%2CcAAA%3B%3BAANR%2CcASI%3BEACI%2CWAAA%3BEACA%2COAAO%2CiBAAP%3B%3BAAXR%2CcAcI%2CcAAa%3BEACT%2CWAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CcAAA%3B%3BAAjBR%2CcAoBI%2CcAKI%2COAAM%3BEACF%2CWAAA%3BEACA%2CWAAA%3B%3BAsBpWZ%2CKAAK%2CKAAK%2COAGN%2CUACI%2COACI%3BEACI%2CWAAA%3B%3BAUiHhB%2CqBV3GsB%2CQAAO%2COAAO%2COU2GnC%3BE9C6JD%2CS%2BCvNY%2CO%5C%2FCuNZ%3B%3BA8NlQA%2CsBACI%3BE9NiQJ%2CmBAAA%3BE8N%5C%2FPQ%2CeAAA%3B%3BAAHR%2CsBAKI%3BEACI%2CeAAA%3B%3BAACA%2CsBAFJ%2CMAEK%3BEACG%2CaAAA%3B%3BAARZ%2CsBAKI%2CMAMI%3BAAXR%2CsBAKI%2CMAOM%3BEACE%2CkCAAA%3BE9NqPZ%2CcAAA%3BE8NnPY%2CcAAA%3BEACA%2C0BAAA%3B%3BAAhBZ%2CsBAKI%2CMAcI%3BEACI%2CqBAAA%3B%3BAAEA%2CsBAjBR%2CMAcI%2CEAGK%3BE9N4Ob%2CmBAAA%3B%3BA8NvOQ%2CsBAtBJ%2CMAsBK%2CQACG%3BAADJ%2CsBAtBJ%2CMAsBK%2CQAEK%3BE9NqOd%2CqBAAA%3BEAAA%2CWAAA%3BEAAA%2CgBAAA%3B%3BA8NvOQ%2CsBAtBJ%2CMAsBK%2CQAQG%3BE9N%2BNZ%2CqBAAA%3B%3BA8NlQA%2CsBAKI%2CMAmCI%3BEACI%2C6BAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3B%3BA%5C%2FMNZ%3BEf6NA%2CsBAAA%3B%3BAezNA%3BEfwUA%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEAkCA%2C8BAAA%3BEACI%2C0BAAA%3BEACI%2CsBAAA%3BEe3WJ%2CiBAAA%3B%3BAAGJ%3BEf0UA%2CoBAAA%3BEACQ%2CYAAA%3B%3BAevUR%2CUACM%2CsBACE%3BEACI%2CaAAA%3B%3BAASZ%3BEAEI%2C6BAAA%3BEACA%2CmBAAA%3B%3BAAHJ%2CYAKI%2COAAM%3BEf8LV%2CyBAAA%3BEAAA%2CWAAA%3B%3BAexLA%2COAAO%2CMACD%2CUAAO%3BEfuLb%2CSAAA%3BEAAA%2CUAAA%3BED9JA%2CqBAAA%3BEgBvBQ%2CYAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3B%3BAANR%2COAAO%2CMACD%2CUAAO%2CMhB%2BBX%3BEACE%2CqBAAA%3BEACA%2CmBAAA%3B%3BAgBlCJ%2COAAO%2CMACD%2CUAAO%2CMAOH%3BEACE%2CeAAA%3BEACA%2CkBAAA%3B%3BAAEA%2COAZL%2CMACD%2CUAAO%2CMAOH%2CKAIG%3BEACG%2CiBAAA%3B%3BAAbhB%2COAAO%2CMACD%2CUAAO%2CMAOH%2CKAQI%3BEfwKd%2CWAAA%3BEAAA%2CqBAAA%3B%3BADrIA%2COgBnDO%2CMACD%2CUAAO%2CMAOH%2CKAQI%2CIhBmCb%3BECqID%2CWAAA%3BEAAA%2CqBAAA%3B%3BADhIA%2COgBxDO%2CMACD%2CUAAO%2CMAOH%2CKAQI%2CIhBwCb%3BECgID%2CWAAA%3BEAAA%2C0BAAA%3B%3BAD3HA%2COgB7DO%2CMACD%2CUAAO%2CMAOH%2CKAQI%2CIhB6Cb%3BEC2HD%2CWAAA%3BEAAA%2C0BAAA%3B%3BAevJI%2COAAC%3BEACG%2CiBAAA%3BEACA%2CkBAAA%3B%3BAAIR%3BEACI%2CWAAA%3BEACA%2CqBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAALJ%2CKAOI%3BEACI%2CcAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CWAAY%3BEACR%2CqBAAA%3BEACA%2CWAAA%3B%3BAAIR%2CWACI%3BEACI%2CaAAA%3B%3BAAIR%2CUACM%2CsBACE%2CYAAc%3BEACV%2CgBAAA%3B%3BAAUR%2COALG%2CKAKF%3BEf4GL%2CmBAAA%3BEAAA%2CaAAA%3BEezGQ%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%3BEfgFL%2CgBAAA%3BEAAA%2C4BAAA%3BEyEvPA%2CcAAA%3BEzEuPA%2CiBAAA%3BEAAA%2CmBAAA%3BEAAA%2CqBAAA%3BEAAA%2CWAAA%3BEe9EQ%2CSAAA%3B%3BAAHJ%2CQALI%2COAKH%2CS0D9IL%3BA1D%2BII%2CQANI%2COAMH%2CO0D%5C%2FIL%3BEzE%2BNA%2CcAAA%3B%3BAyE5NI%2CQ1DsII%2COAKH%2CS0D9IL%2CEAGK%3BAAAD%2CQ1DsII%2COAMH%2CO0D%5C%2FIL%2CEAGK%3BEzE4NL%2CcAAA%3B%3BAyExNI%2CQ1DkII%2COAKH%2CS0D9IL%2CEAOK%3BAAAD%2CQ1DkII%2COAMH%2CO0D%5C%2FIL%2CEAOK%3BEzEwNL%2CcAAA%3B%3BAe3EI%2CQAXI%2COAWH%3BEACG%2CSAAA%3BEACA%2COAAA%3BEACA%2CeAAA%3BEACA%2CQAAA%3BEACA%2CUAAA%3B%3BAALJ%2CQAXI%2COAWH%2COAOG%3BEACI%2CgBAAA%3B%3BAAIR%2CQAvBI%2COAuBH%3BEf%2BDL%2CgBAAA%3BEAAA%2C4BAAA%3BEyEvPA%2CcAAA%3BEzEuPA%2CiBAAA%3BEAAA%2CmBAAA%3BEAAA%2CkBAAA%3BEAAA%2CWAAA%3BEe7DQ%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAHJ%2CQAvBI%2COAuBH%2CK0DhKL%3BEzE%2BNA%2CcAAA%3B%3BAyE5NI%2CQ1DsII%2COAuBH%2CK0DhKL%2CEAGK%3BEzE4NL%2CcAAA%3B%3BAyExNI%2CQ1DkII%2COAuBH%2CK0DhKL%2CEAOK%3BEzEwNL%2CcAAA%3B%3BAepDA%3BEACI%2CgBAAA%3B%3BAAIA%2COAAC%3BEACG%2C6BAAA%3BEACA%2CiBAAA%3B%3BAAFJ%2COAAC%2CQAOG%2COACM%3BEfuCd%2CmBAAA%3BEAAA%2CiBAAA%3BEepCgB%2C6BAAA%3BEACA%2CeAAA%3BEACA%2CeAAA%3B%3BAAbZ%2COAAC%2CQAOG%2COASI%3BAAhBR%2COAAC%2CQAOG%2COAUI%3BEACI%2CcAAA%3BEACA%2CeAAA%3B%3BAAnBZ%2COAAC%2CQAOG%2COAeI%3BEfyBZ%2CcAAA%3BEevBgB%2CmBAAA%3B%3BAAxBZ%2COAAC%2CQAOG%2COAoBI%3BEfoBZ%2CcAAA%3BEAAA%2CqBAAA%3B%3BADrIA%2COgBsFK%2CQAOG%2COAoBI%2CEhBjHX%3BECqID%2CcAAA%3BEAAA%2CqBAAA%3B%3BADhIA%2COgBiFK%2CQAOG%2COAoBI%2CEhB5GX%3BECgID%2CWAAA%3BEAAA%2C0BAAA%3B%3BAD3HA%2COgB4EK%2CQAOG%2COAoBI%2CEhBvGX%3BEC2HD%2CWAAA%3BEAAA%2C0BAAA%3B%3BAeJA%3BEfIA%2CyBAAA%3BEAAA%2CWAAA%3BEeDI%2CsBAAA%3BEACA%2CcAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2CYAAa%2COAAM%2CQAEf%2CUACI%3BAAFR%2CYACI%2CUACI%3BE8B%5C%2FOR%2CqBAAA%3BEACA%2CkBAAA%3B%3BA7CJA%2CYe%2BOa%2COAAM%2CQAEf%2CUACI%2CSflPP%3BAAAD%2CYeiPI%2CUACI%2CSflPP%3BAACD%2CYe8Oa%2COAAM%2CQAEf%2CUACI%2CSfjPP%3BAAAD%2CYegPI%2CUACI%2CSfjPP%3BEACG%2CSAAS%2CEAAT%3BEACA%2CcAAA%3B%3BAAGJ%2CYeyOa%2COAAM%2CQAEf%2CUACI%2CSf5OP%3BAAAD%2CYe2OI%2CUACI%2CSf5OP%3BEACG%2CWAAA%3B%3BAewOJ%2CYAAa%2COAAM%2CQAEf%2CUACI%2CS8B5OR%3BA9B0OA%2CYACI%2CUACI%2CS8B5OR%3BE7CoOA%2CUAAA%3BE6ClOI%2CeAAA%3BE7CkOJ%2CqBAAA%3BE8CpNA%2CqBAAA%3B%3BA%5C%2FByNA%2CYAAa%2COAAM%2CQAEf%2CUACI%2CS8B5OR%2CeCoOE%3BA%5C%2FBMF%2CYACI%2CUACI%2CS8B5OR%2CeCoOE%3BE9CjQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA8C4CA%2CY%5C%2FBmNa%2COAAM%2CQAEf%2CUACI%2CS8B5OR%2CeCsBC%3BAAAD%2CY%5C%2FBqNI%2CUACI%2CS8B5OR%2CeCsBC%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BE9C1EA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CS%2BClNQ%2CO%5C%2FCkNR%3BEAAA%2CagD3Qe%2CYhD2Qf%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BE8CiFA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAtRI%2CY%5C%2FBsMS%2COAAM%2CQAEf%2CUACI%2CS8B5OR%2CeCkCC%2CMACI%3BAAAD%2CY%5C%2FBwMA%2CUACI%2CS8B5OR%2CeCkCC%2CMACI%3BE9CiML%2CcAAA%3B%3BA8C3LI%2CY%5C%2FBgMS%2COAAM%2CQAEf%2CUACI%2CS8B5OR%2CeCwCC%2COACI%3BAAAD%2CY%5C%2FBkMA%2CUACI%2CS8B5OR%2CeCwCC%2COACI%3BE9C2LL%2CcAAA%3B%3BA6CiFA%2CY9B5Ea%2COAAM%2CQAEf%2CUACI%2CS8B5OR%2CeAqTC%3BAAAD%2CY9B1EI%2CUACI%2CS8B5OR%2CeAqTC%3BE7CjFD%2CqBAAA%3BE8CpNA%2CqBAAA%3B%3BADqSA%2CY9B5Ea%2COAAM%2CQAEf%2CUACI%2CS8B5OR%2CeAqTC%2COCjFC%3BADiFF%2CY9B1EI%2CUACI%2CS8B5OR%2CeAqTC%2COCjFC%3BE9CjQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA8C4CA%2CY%5C%2FBmNa%2COAAM%2CQAEf%2CUACI%2CS8B5OR%2CeAqTC%2COC%5C%2FRA%3BAAAD%2CY%5C%2FBqNI%2CUACI%2CS8B5OR%2CeAqTC%2COC%5C%2FRA%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BE9C1EA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CS%2BCnNM%2CO%5C%2FCmNN%3BEAAA%2CagD3Qe%2CYhD2Qf%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BE8CiFA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAtRI%2CY%5C%2FBsMS%2COAAM%2CQAEf%2CUACI%2CS8B5OR%2CeAqTC%2COCnRA%2CMACI%3BAAAD%2CY%5C%2FBwMA%2CUACI%2CS8B5OR%2CeAqTC%2COCnRA%2CMACI%3BE9CiML%2CcAAA%3B%3BA8C3LI%2CY%5C%2FBgMS%2COAAM%2CQAEf%2CUACI%2CS8B5OR%2CeAqTC%2COC7QA%2COACI%3BAAAD%2CY%5C%2FBkMA%2CUACI%2CS8B5OR%2CeAqTC%2COC7QA%2COACI%3BE9C2LL%2CcAAA%3B%3BAeKA%2CYAAa%2COAAM%2CQAEf%2CUACI%2CS8BrDR%3BA9BmDA%2CYACI%2CUACI%2CS8BrDR%3BE7C6CA%2CSAAA%3BEAAA%2CUAAA%3BED9JA%2CqBAAA%3BEC8JA%2CgBAAA%3BEAAA%2CsBAAA%3BEAAA%2CeAAA%3BEAAA%2CgBAAA%3BEAAA%2CYAAA%3BE6CpCI%2CsBAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3BE7CkCJ%2CSAAA%3BEAAA%2CyCAAA%3B%3BAeKA%2CYAAa%2COAAM%2CQAEf%2CUACI%2CS8BrDR%2CYAsBI%3BA9B6BJ%2CYACI%2CUACI%2CS8BrDR%2CYAsBI%3BE7CuBJ%2CSAAA%3BEAAA%2CUAAA%3B%3BA6CfQ%2CY9BoBK%2COAAM%2CQAEf%2CUACI%2CS8BrDR%2CYAsBI%2CGAQK%3BAAAD%2CY9BsBJ%2CUACI%2CS8BrDR%2CYAsBI%2CGAQK%3BE7CeT%2CmBAAA%3BE6CbY%2CeAAA%3B%3BAAuTZ%2CY9BrSa%2COAAM%2CQAEf%2CUACI%2CS8BrDR%2CYAuVC%3BAAAD%2CY9BnSI%2CUACI%2CS8BrDR%2CYAuVC%3BAACD%2CY9BtSa%2COAAM%2CQAEf%2CUACI%2CS8BrDR%2CYAwVC%3BAAAD%2CY9BpSI%2CUACI%2CS8BrDR%2CYAwVC%3BEACG%2C0BAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3B%3BAAGJ%2CY9B%5C%2FSa%2COAAM%2CQAEf%2CUACI%2CS8BrDR%2CYAiWC%3BAAAD%2CY9B7SI%2CUACI%2CS8BrDR%2CYAiWC%3BEACG%2CiBAAA%3BE7CrTJ%2CsDAAA%3BE6CuTI%2CWAAA%3B%3BAAGJ%2CY9BrTa%2COAAM%2CQAEf%2CUACI%2CS8BrDR%2CYAuWC%3BAAAD%2CY9BnTI%2CUACI%2CS8BrDR%2CYAuWC%3BEACG%2CiBAAA%3BE7C3TJ%2CsDAAA%3BE6C6TI%2CWAAA%3B%3BAAzDJ%2CY9B%5C%2FPa%2COAAM%2CQAEf%2CUACI%2CS8BrDR%2CYAiTC%3BAAAD%2CY9B7PI%2CUACI%2CS8BrDR%2CYAiTC%3BE7CpQD%2CUAAA%3BEAAA%2CUAAA%3B%3BA6CyQA%2CY9BpQa%2COAAM%2CQAEf%2CUACI%2CS8BrDR%2CYAsTC%3BAAAD%2CY9BlQI%2CUACI%2CS8BrDR%2CYAsTC%3BE7CzQD%2CSAAA%3BEAAA%2CUAAA%3B%3BA6CAA%2CY9BKa%2COAAM%2CQAEf%2CUACI%2CS8BRP%3BAAAD%2CY9BOI%2CUACI%2CS8BRP%3BEACG%2CiBAAA%3B%3BAADJ%2CY9BKa%2COAAM%2CQAEf%2CUACI%2CS8BRP%2COAGG%3BAAHJ%2CY9BOI%2CUACI%2CS8BRP%2COAGG%3BEACI%2CcAAA%3B%3BA9BCR%2CYAAa%2COAAM%2CQAEf%2CUACI%2CSAYI%2CGAAE%2CSACE%3BAAfhB%2CYACI%2CUACI%2CSAYI%2CGAAE%2CSACE%3BEfrBhB%2CWAAA%3BEAAA%2CqBAAA%3BEegCoB%2CcAAA%3BEACA%2CYAAA%3B%3BAhBtKpB%2CYgB0Ia%2COAAM%2CQAEf%2CUACI%2CSAYI%2CGAAE%2CSACE%2CEhB1Jf%3BAAAD%2CYgB4II%2CUACI%2CSAYI%2CGAAE%2CSACE%2CEhB1Jf%3BECqID%2CWAAA%3BEAAA%2CqBAAA%3B%3BADhIA%2CYgBqIa%2COAAM%2CQAEf%2CUACI%2CSAYI%2CGAAE%2CSACE%2CEhBrJf%3BAAAD%2CYgBuII%2CUACI%2CSAYI%2CGAAE%2CSACE%2CEhBrJf%3BECgID%2CWAAA%3BEAAA%2CqBAAA%3B%3BAD3HA%2CYgBgIa%2COAAM%2CQAEf%2CUACI%2CSAYI%2CGAAE%2CSACE%2CEhBhJf%3BAAAD%2CYgBkII%2CUACI%2CSAYI%2CGAAE%2CSACE%2CEhBhJf%3BEC2HD%2CWAAA%3BEAAA%2CqBAAA%3B%3BAeKA%2CYAAa%2COAAM%2CQAEf%2CUA%2BBI%3BAAhCR%2CYACI%2CUA%2BBI%3BEACI%2CgBAAA%3B%3BAAQZ%2CYAAa%2COAAM%2CQACf%2CUACI%2CSACI%2CGAAE%3BEACE%2CQAAA%3B%3BAACA%2CYALH%2COAAM%2CQACf%2CUACI%2CSACI%2CGAAE%2CSAEG%3BEACG%2CUAAA%3BEACA%2CWAAA%3B%3BAAEJ%2CYATH%2COAAM%2CQACf%2CUACI%2CSACI%2CGAAE%2CSAMG%3BEACG%2CUAAA%3BEACA%2CUAAA%3B%3BAAUpB%2CQACI%2CQAAO%2CMAAM%2CIAAI%3BAADrB%2CQAEI%2CQAAO%2CIAAI%3BEACP%2CmBAAA%3B%3BAAIR%3BEACI%2CWAAA%3B%3BAAMJ%2CYAEI%2CQAAO%3BAADX%2CYACI%2CQAAO%3BEfpFX%2CcAAA%3B%3BAekFA%2CYAMI%2COAAO%2CQAAO%3BAALlB%2CYAKI%2COAAO%2CQAAO%3BEACV%2CSAAA%3B%3BAAWR%2CcAAe%3BEACX%2CUAAA%3B%3BAAGJ%3BEfxGA%2CgBAAA%3BEe0GI%2CsBAAA%3BEACA%2CaAAA%3B%3BAAGJ%3BEACI%2CaAAA%3B%3BAgNnYJ%2CgBACI%3BEACI%2CkBAAA%3B%3BAAFR%2CgBAKI%2CQAAO%3BE3NkOX%2CsBAAA%3BEAEA%2C4BAAA%3BEAEA%2CgBAAA%3BEACA%2CoBAAA%3BEAIA%2CiBAAA%3BEJoCA%2CgBAAA%3BEAAA%2CuBAAA%3BEAAA%2CSAAA%3BEAAA%2CUAAA%3BEAAA%2CcAAA%3BEAAA%2CqBAAA%3BEIhFA%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CeAAA%3B%3BAA6CA%2CgB2N9OI%2CQAAO%2CO3N8OV%3BAACD%2CgB2N%5C%2FOI%2CQAAO%2CO3N%2BOV%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CgB2NpPI%2CQAAO%2CO3NoPV%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CgB2NzPI%2CQAAO%2CO3NyPV%3BAACD%2CgB2N1PI%2CQAAO%2CO3N0PV%3BAACD%2CQAAQ%2CUAAW%2CiB2N3Pf%2CQAAO%3BE3N4PP%2CoBAAA%3BEJmBJ%2CYAAA%3B%3BADrIA%2CgBgO1II%2CQAAO%2COhO0IV%3BECqID%2CcAAA%3BEAAA%2CqBAAA%3B%3BADhIA%2CgBgO%5C%2FII%2CQAAO%2COhO%2BIV%3BECgID%2CcAAA%3BEAAA%2C0BAAA%3B%3BAD3HA%2CgBgOpJI%2CQAAO%2COhOoJV%3BEC2HD%2CcAAA%3BEAAA%2C0BAAA%3B%3BAI5EA%2CgB2NnMI%2CQAAO%2CO3NmMV%3BAACD%2CgB2NpMI%2CQAAO%2CO3NoMV%3BAACD%2CgB2NrMI%2CQAAO%2CO3NqMV%3BEACG%2CgBAAA%3BEACA%2CSAAA%3B%3BAAGJ%2CgB2N1MI%2CQAAO%2CO3N0MV%3BAACD%2CgB2N3MI%2CQAAO%2CO3N2MV%3BAACD%2CQAAQ%2CUAAW%2CiB2N5Mf%2CQAAO%3BE%5C%2FN%2BQX%2CcAAA%3BEAAA%2CYAAA%3BEIhEI%2CeAAA%3BEACA%2CoBAAA%3BEACA%2C0BAAA%3B%3BA2N3MJ%2CsBACI%3BEACI%2CiBAAA%3B%3BAAFR%2CsBAKI%2CQAAO%3BE3NuNX%2CsBAAA%3BEAEA%2C4BAAA%3BEAEA%2CgBAAA%3BEACA%2CoBAAA%3BEAIA%2CiBAAA%3BEJoCA%2CgBAAA%3BEAAA%2CuBAAA%3BEAAA%2CSAAA%3BEAAA%2CUAAA%3BEAAA%2CcAAA%3BEAAA%2CqBAAA%3BEIhFA%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CeAAA%3BE2NnLQ%2CkBAAA%3B%3BA3NgOR%2CsB2NnOI%2CQAAO%2CU3NmOV%3BAACD%2CsB2NpOI%2CQAAO%2CU3NoOV%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CsB2NzOI%2CQAAO%2CU3NyOV%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CsB2N9OI%2CQAAO%2CU3N8OV%3BAACD%2CsB2N%5C%2FOI%2CQAAO%2CU3N%2BOV%3BAACD%2CQAAQ%2CUAAW%2CuB2NhPf%2CQAAO%3BE3NiPP%2CoBAAA%3BEJmBJ%2CYAAA%3B%3BADrIA%2CsBgO%5C%2FHI%2CQAAO%2CUhO%2BHV%3BECqID%2CcAAA%3BEAAA%2CqBAAA%3B%3BADhIA%2CsBgOpII%2CQAAO%2CUhOoIV%3BECgID%2CcAAA%3BEAAA%2C0BAAA%3B%3BAD3HA%2CsBgOzII%2CQAAO%2CUhOyIV%3BEC2HD%2CcAAA%3BEAAA%2C0BAAA%3B%3BAI5EA%2CsB2NxLI%2CQAAO%2CU3NwLV%3BAACD%2CsB2NzLI%2CQAAO%2CU3NyLV%3BAACD%2CsB2N1LI%2CQAAO%2CU3N0LV%3BEACG%2CgBAAA%3BEACA%2CSAAA%3B%3BAAGJ%2CsB2N%5C%2FLI%2CQAAO%2CU3N%2BLV%3BAACD%2CsB2NhMI%2CQAAO%2CU3NgMV%3BAACD%2CQAAQ%2CUAAW%2CuB2NjMf%2CQAAO%3BE%5C%2FNoQX%2CcAAA%3BEAAA%2CYAAA%3BEIhEI%2CeAAA%3BEACA%2CoBAAA%3BEACA%2C0BAAA%3B%3BAiCrNA%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%3BAS0GZ%2CqBT3FI%2CQAAO%2CWS2FV%3BAAAD%2CqBT3FI%2CQAAO%2CWS2FV%3BAAAD%2CaT3FI%2CQAAO%2CWS2FV%3BAAAD%2CiBT3FI%2CQAAO%2CWS2FV%3BE9C6JD%2CS%2BCpPiB%2CO%5C%2FCoPjB%3B%3BAqC%5C%2FOA%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CSlC6HjC%2CQAGI%2CKACI%3BAkCjIV%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CSlC8HjC%2CQAEI%2CKACI%3BAkCjIV%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CSlC%2BHjC%2CQACI%2CKACI%3BAkCjIV%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CSlC6HjC%2CQAGI%2CKAEI%3BAkClIV%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CSlC8HjC%2CQAEI%2CKAEI%3BAkClIV%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CSlC%2BHjC%2CQACI%2CKAEI%3BEH6GV%2C0BAAA%3B%3BAqC%5C%2FOA%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CSlCwIjC%2CUAAU%2CQAGN%2CKAAE%2CYACE%3BAkC5IV%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CSlCyIjC%2CWAAW%2CQAEP%2CKAAE%2CYACE%3BAkC5IV%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CSlC0IjC%2CQAAK%2CYACD%2CKAAE%2CYACE%3BAkC5IV%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CSlCwIjC%2CUAAU%2CQAGN%2CKAAE%2CYAEE%3BAkC7IV%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CSlCyIjC%2CWAAW%2CQAEP%2CKAAE%2CYAEE%3BAkC7IV%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CSlC0IjC%2CQAAK%2CYACD%2CKAAE%2CYAEE%3BEACE%2CaAAA%3B%3BAkC9IZ%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CSlCmJjC%2CQAAQ%3BEH4FV%2C0BAAA%3B%3BAqC%5C%2FOA%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%3BAAjDX%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CShB0BnC%3BAgB1BA%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CShB8BnC%3BEgBoBQ%2CmBAAA%3B%3BAAlDR%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CSAqD%5C%2FB%3BEACI%2CgBAAA%3B%3BAAIR%2CKAAK%2CSACD%3BErCoLJ%2CcAAA%3BEqClLQ%2CmBAAA%3B%3BAAEA%2CKALH%2CSACD%2CSAIK%3BEACG%2CSAAS%2CGAAT%3B%3BAAGJ%2CKATH%2CSACD%2CSAQK%3BEACG%2CSAAS%2CGAAT%3B%3BAAKZ%2CeASI%3BEACI%2CkBAAA%3B%3BAAMA%2CcAFM%2CSACV%2CSACK%3BEACG%2CeAAA%3BEACA%2COAAO%2CqBAAP%3B%3BAAEA%2CcANE%2CSACV%2CSACK%2CKAII%2CUAAU%3BEACP%2CcAAA%3B%3BAAGJ%2CcAVE%2CSACV%2CSACK%2CKAQI%3BEACG%2CcAAA%3BEACA%2CmBAAA%3B%3BAAGJ%2CcAfE%2CSACV%2CSACK%2CKAaI%3BEACG%2CaAAA%3B%3BAAdR%2CcAFM%2CSACV%2CSACK%2CKAiBG%3BEACI%2CSAAA%3B%3BAASJ%2CcA7BE%2CSACV%2CSACK%2CKA2BI%3BEACG%2CcAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3B%3BAAGJ%2CcAnCE%2CSACV%2CSACK%2CKAiCI%2CQACK%3BEACE%2CkBAAA%3B%3BAAEA%2CcAvCN%2CSACV%2CSACK%2CKAiCI%2CQACK%2CIAGG%3BEACG%2CeAAA%3B%3BAAoBZ%2CcAHE%2CSACV%2CsBACI%2CQACK%3BAACD%2CcAJE%2CSACV%2CsBACI%2CQAEK%3BErC2Fb%2CqBAAA%3BE8ClQA%2CqBAAA%3B%3BATsKY%2CcAHE%2CSACV%2CsBACI%2CQACK%2CKS4FX%3BAT3FU%2CcAJE%2CSACV%2CsBACI%2CQAEK%2COS2FX%3BE9CjQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA8CFA%2CcT6Jc%2CSACV%2CsBACI%2CQACK%2CKShKZ%3BAAAD%2CcT6Jc%2CSACV%2CsBACI%2CQAEK%2COSjKZ%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE9C1EA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSC3OQ%2COD2OR%3BEAAA%2CagD3Qe%2CYhD2Qf%3BEAAA%2CsBAAA%3BE8CiFA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CcTgJU%2CSACV%2CsBACI%2CQACK%2CKSpJZ%2CMACI%3BAAAD%2CcTgJU%2CSACV%2CsBACI%2CQAEK%2COSrJZ%2CMACI%3BE9C%2BOL%2CWAAA%3B%3BA8CzOI%2CcT0IU%2CSACV%2CsBACI%2CQACK%2CKS9IZ%2COACI%3BAAAD%2CcT0IU%2CSACV%2CsBACI%2CQAEK%2COS%5C%2FIZ%2COACI%3BE9CyOL%2CcAAA%3B%3BA8C7JA%2CcT8Dc%2CSACV%2CsBACI%2CQAcK%2COS9EZ%3BE9C6JD%2CS%2BChPS%2CO%5C%2FCgPT%3B%3BAgBpRA%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%3BEjBgQhB%2CqBAAA%3BE8ClQA%2CqBAAA%3B%3BA7BFY%2CYAVR%2CeAGO%2CUAOE%2CS6BoQX%3BA7BnQU%2CYAXR%2CeAGO%2CUAQE%2CQ6BmQX%3BE9CjQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA8CFA%2CY7BlBI%2CeAGO%2CUAOE%2CS6BQZ%3BAAAD%2CY7BlBI%2CeAGO%2CUAQE%2CQ6BOZ%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE9C1EA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CS%2BC7NQ%2CO%5C%2FC6NR%3BEAAA%2CagD3Qe%2CYhD2Qf%3BEAAA%2CsBAAA%3BE8CiFA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BA7B5UgB%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%3BA6B%2BEhB%2CY7BjHI%2CeAGO%2CUA6BE%2CQ6BiFZ%3BE9C6JD%2CS%2BC5OQ%2CO%5C%2FC4OR%3B%3BAiB1OgB%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%3BEjBiNZ%2CmBAAA%3BEiB%5C%2FMgB%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%3BEjB%2BLpB%2CiBAAA%3BEiB7LoB%2CmBAAA%3BEACA%2CqBAAA%3B%3BAAxFpB%2CYA0DI%2CcAKI%2CQAII%2CMAwBI%3BEjByLhB%2CSAAA%3BEAAA%2CUAAA%3BED9JA%2CqBAAA%3B%3BAkBtHA%2CYA0DI%2CcAKI%2CQAII%2CMAwBI%2CQAGI%3BEACI%2CaAAA%3BEACA%2CaAAA%3B%3BAAhGxB%2CYA0DI%2CcAKI%2CQAII%2CMAwBI%2CQAQI%3BEjBiLpB%2CiBAAA%3BEiB%5C%2FKwB%2CgBAAA%3B%3BAArGxB%2CYA0DI%2CcAKI%2CQAII%2CMAwBI%2CQAaI%3BEACI%2CcAAA%3BEjB2KxB%2CiBAAA%3B%3BAiBpRA%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%3BEjB4JzB%2CiBAAA%3BEiB1J4B%2CSAAS%2COAAT%3BEACA%2CcAAA%3B%3BAA3H5B%2CYA0DI%2CcAKI%2CQAII%2CMA2CI%2COAiBI%3BEjBqJpB%2CiBAAA%3BEiBnJwB%2CgBAAA%3B%3BAAjIxB%2CYA0DI%2CcAKI%2CQAII%2CMA2CI%2COAsBI%3BEjBgJpB%2CiBAAA%3B%3BAiBpRA%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%3BEbtHrB%2CsBAAA%3BEJqOA%2CmBAAA%3BEAAA%2CyBAAA%3BEAAA%2CWAAA%3BEAAA%2CeAAA%3BEAAA%2CqBAAA%3BEAAA%2CaClR0B%2C6BDkR1B%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CiBAAA%3BEIlNA%2CsBAAA%3BEACA%2CsBAAA%3BEaqGwB%2CgBAAA%3B%3BAbpFxB%2CYa1BI%2CcAKI%2CQAII%2CMAkFI%2CQAgBK%2CMbjFpB%3BAACD%2CYa3BI%2CcAKI%2CQAII%2CMAkFI%2CQAgBK%2CMbhFpB%3BEJ%2BLD%2CmBAAA%3BEAAA%2CyBAAA%3BEAAA%2CWAAA%3B%3BAInLA%2CYavCI%2CcAKI%2CQAII%2CMAkFI%2CQAgBK%2CMbpEpB%3BEJmLD%2CmBAAA%3BEAAA%2CyBAAA%3BEAAA%2CWAAA%3B%3BAIvKA%2CYanDI%2CcAKI%2CQAII%2CMAkFI%2CQAgBK%2CMbxDpB%3BAACD%2CYapDI%2CcAKI%2CQAII%2CMAkFI%2CQAgBK%2CMbvDpB%3BAACD%2CQAAQ%2CUAAW%2CaarDf%2CcAKI%2CQAII%2CMAkFI%2CQAgBK%3BEjB%2BGrB%2CYAAA%3BEInKI%2CeAAA%3BEACA%2CoBAAA%3B%3BAawDoB%2CYAhHpB%2CcAKI%2CQAII%2CMAkFI%2CQAgBK%2CMAKI%3BEACG%2CqBAAA%3B%3BA%2BMzKxB%2CmBAAC%3BAAAD%2CoBAAC%3BEACG%2CcAAA%3BEACA%2CmBAAA%3B%3BAAKJ%2C0BAAC%3BEACG%2CSAAA%3B%3BAAIR%2CMAAM%2COACF%2CeAAe%3BEACX%2CeAAA%3BEACA%2COAAO%2CqBAAP%3B%3BAAEA%2CMALF%2COACF%2CeAAe%2CcAIV%2CUAAU%3BEACP%2CcAAA%3B%3BAANZ%2CMAAM%2COAUF%3BEACI%2CWAAA%3B%3BAAXR%2CMAAM%2COAcF%3BEACI%2CUAAA%3B%3BAAfR%2CMAAM%2COAcF%2COAGI%3BEACI%2CWAAA%3BEhOoPZ%2CiBAAA%3B%3BAgOtQA%2CMAAM%2COAcF%2COAQI%3BEACI%2CeAAA%3B%3BAAvBZ%2CMAAM%2COAcF%2COAYI%3BEACI%2CkBAAA%3B%3BAA3BZ%2CMAAM%2COAcF%2COAgBI%3BEACI%2CmBAAA%3B%3BACzCR%2CmBAAC%3BAAAD%2CeAAC%3BEjOgRL%2CmBAAA%3B%3BAiO9QQ%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%3BAhLTR%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%3BEnD0Nb%2CqBAAA%3BE8ClQA%2CqBAAA%3BEK8CgB%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3B%3BAARJ%2CQAzDR%2CgBAwDI%2CQACK%2CIL0NX%3BE9CjQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA8CFA%2CQKvBI%2CgBAwDI%2CQACK%2CILlCZ%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE9C1EA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CcAAA%3BEAAA%2CS%2BCxNU%2CO%5C%2FCwNV%3BEAAA%2CagD3Qe%2CYhD2Qf%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BE8CiFA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CQKpCA%2CgBAwDI%2CQACK%2CILtBZ%2CMACI%3BE9C%2BOL%2CcAAA%3B%3BA8CzOI%2CQK1CA%2CgBAwDI%2CQACK%2CILhBZ%2COACI%3BE9CyOL%2CcAAA%3B%3BAmD%5C%2FMY%2CQApER%2CgBAwDI%2CQAYK%3BEACG%2CqBAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CQAzER%2CgBAwDI%2CQAiBK%3BEACG%2CcAAA%3BEACA%2CcAAA%3B%3BAAGJ%2CQA9ER%2CgBAwDI%2CQAsBK%3BEnDqMb%2CqBAAA%3BEI7CA%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2C4BAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3BEJoCA%2CgBAAA%3B%3BAmDrMY%2CQA9ER%2CgBAwDI%2CQAsBK%2COLqMX%3BE9CjQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA8CFA%2CQKvBI%2CgBAwDI%2CQAsBK%2COLvDZ%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE9C1EA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CWAAA%3BEAAA%2CS%2BC9NU%2CO%5C%2FC8NV%3BEAAA%2CagD3Qe%2CYhD2Qf%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BE8CiFA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CQKpCA%2CgBAwDI%2CQAsBK%2COL3CZ%2CMACI%3BE9C%2BOL%2CcAAA%3B%3BA8CzOI%2CQK1CA%2CgBAwDI%2CQAsBK%2COLrCZ%2COACI%3BE9CyOL%2CcAAA%3B%3BAIjCA%2CQ%2BClPI%2CgBAwDI%2CQAsBK%2CO%5C%2FCoKZ%3BAACD%2CQ%2BCnPI%2CgBAwDI%2CQAsBK%2CO%5C%2FCqKZ%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CQ%2BCxPI%2CgBAwDI%2CQAsBK%2CO%5C%2FC0KZ%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CQ%2BC7PI%2CgBAwDI%2CQAsBK%2CO%5C%2FC%2BKZ%3BAACD%2CQ%2BC9PI%2CgBAwDI%2CQAsBK%2CO%5C%2FCgLZ%3BAACD%2CQAAQ%2CUAAW%2CS%2BC%5C%2FPf%2CgBAwDI%2CQAsBK%3BE%5C%2FCkLT%2CoBAAA%3BEJmBJ%2CYAAA%3B%3BAoO7PA%2CwBAJ%2BC%3BEVuH%5C%2FC%2CcACI%3BI1NyIJ%2CYAAA%3BIAAA%2CSAAA%3BI0NtIQ%2CUAAA%3B%3B%3BAUnHR%2CwBAJqD%3BElNuerD%3BIlB3eA%2CSAAA%3BIACA%2CMAAM%2CgBAAN%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEAgBA%2C0BAAC%3BEACD%2C0BAAC%3BEwCkhBD%2CQAKI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2CaxC1hBX%3BEwCmhBD%2CQAKI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2CaxCzhBX%3BIACG%2CSAAS%2CEAAT%3BIACA%2CcAAA%3B%3BEAGJ%2C0BAAC%3BEwC6gBD%2CQAKI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2CaxCphBX%3BIACG%2CWAAA%3B%3BEkB8zBJ%3BEerhBQ%2C0BAFJ%2CUAEK%2COAGG%3BE6LzQZ%2CsBAOI%3BI9NyLJ%2C0BAAA%3BIkB%2BjBA%2CeAAA%3BIACA%2CgBAAA%3BIACA%2CkBAAA%3BIlBjkBA%2C6BAAA%3BIAAA%2C4BAAA%3BIAAA%2CcAAA%3BI8CpNA%2CqBAAA%3B%3BE5BuxBA%2C0BAAC%3BEe7fO%2C0BAFJ%2CUAEK%2COAGG%2Cef0fX%3BE4MnwBD%2CsBAOI%2CO5M4vBH%3BIACG%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CSAAA%3B%3BE4BpxBJ%2C0BAAC%3BEboRO%2C0BAFJ%2CUAEK%2COAGG%2CeavRX%3BEgLcD%2CsBAOI%2COhLrBH%3BIAuRD%2CmCAAA%3BIACA%2CkCAAA%3BI9C1EA%2CeAAA%3BIAAA%2CoBAAA%3BIAAA%2CcAAA%3BIAAA%2CS%2BClNQ%2CO%5C%2FCkNR%3BIAAA%2CagD3Qe%2CYhD2Qf%3BIAAA%2CiBAAA%3BIAAA%2CsBAAA%3BI8CiFA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEAzOA%2C0B5B4vBK%2CO4B5vBJ%3BEb0NO%2C0BAFJ%2CUAEK%2COAGG%2Cef%2BhBP%2CO4B5vBJ%3BEgL5CD%2CsBAOI%2CO5MiyBC%2CO4B5vBJ%3BI9CoJD%2CS%2BCnNM%2CO%5C%2FCmNN%3B%3BEkB6gCA%3BEe55BQ%2C0BA7CJ%2CUA6CK%2CIAAI%2CKACD%3BIjClHZ%2CcAAA%3BI8ClQA%2CqBAAA%3B%3BEAMA%2CoBAAC%3BEb6WO%2C0BA7CJ%2CUA6CK%2CIAAI%2CKACD%2CKa9WX%3BIAqUD%2CmCAAA%3BIACA%2CkCAAA%3BI9C1EA%2CeAAA%3BIAAA%2CiBAAA%3BIAAA%2CcAAA%3BIAAA%2CS%2BCxNU%2CO%5C%2FCwNV%3BIAAA%2CagD3Qe%2CYhD2Qf%3BIAAA%2CiBAAA%3BIAAA%2CsBAAA%3BI8CiFA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BE5BizCA%3BEwMhhDA%2CcACI%3BI1NyIJ%2CYAAA%3BIAAA%2CSAAA%3BIkBs2CA%2CUAAA%3B%3BEAEA%2CiDAAC%3BEACD%2CiDAAC%3BEwMn%5C%2FCD%2CcACI%2CuBxMi%5C%2FCH%3BEwMl%5C%2FCD%2CcACI%2CuBxMk%5C%2FCH%3BIlB9zCD%2C8BAAA%3BIACA%2CSAAA%3BIACA%2CQAAA%3BIA7CA%2CiBAAA%3BIAAA%2CWAAA%3BIkBi3CI%2CUAAA%3BIACA%2CMAAA%3B%3BEAGJ%2CiDAAC%3BEwM%5C%2F%5C%2FCD%2CcACI%2CuBxM8%5C%2FCH%3BIlBr3CD%2C4BAAA%3B%3BEkBy3CA%2CiDAAC%3BEwMngDD%2CcACI%2CuBxMkgDH%3BIlBz3CD%2C4BAAA%3BIkB23CI%2CQAAA%3B%3BE%2BC1mDJ%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%3BESdR%3BIACI%2CUAAA%3B%3BEADJ%2CWAGI%2CQACI%3BI1EuOR%2CcAAA%3BI8CpNA%2CqBAAA%3BI4BZY%2CkBAAA%3B%3BE5BkBZ%2CW4B1BI%2CQACI%2CW5ByBP%3BIAuRD%2CmCAAA%3BIACA%2CkCAAA%3BI9C1EA%2CeAAA%3BIAAA%2CoBAAA%3BIAAA%2CcAAA%3BIAAA%2CS%2BClNQ%2CO%5C%2FCkNR%3BIAAA%2CagD3Qe%2CYhD2Qf%3BIAAA%2CsBAAA%3BI8CiFA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BE4BnTY%2CWAVR%2CQACI%2CWASK%3BIACG%2CkBAAA%3BIACA%2CUAAA%3BIACA%2CSAAA%3B%3BE5BuEhB%2CW4BpFI%2CQACI%2CWAeK%2CgB5BoEZ%3BI9CoJD%2CS%2BCnNM%2CO%5C%2FCmNN%3B%3BE0E9MA%3BIACI%2CiCAAA%3BI1E6LN%2C6BAAA%3BIACK%2C0BAAA%3BIACC%2CyBAAA%3BIAcJ%2CqBAAA%3BI0E3MI%2CYAAA%3BIACA%2CMAAM%2CwBAAN%3BIACA%2CcAAA%3BIACA%2CeAAA%3BIACA%2CMAAA%3BIACA%2COAAO%2CiBAAP%3B%3BEARJ%2CaAUI%3BIACI%2C6BAAA%3BIACA%2CiBAAA%3BIACA%2CgBAAA%3BIACA%2CSAAA%3BIACA%2CkCAAA%3B%3BEAfR%2CaAUI%2CUAOI%3BIACI%2CcAAA%3BIACA%2CkBAAA%3B%3BEAGJ%2CaAZJ%2CUAYK%3BIACG%2CgCAAA%3B%3BEAvBZ%2CaA2BI%2CkBACI%3BI1EkLR%2CcAAA%3BI8CpNA%2CqBAAA%3BI4ByCY%2CkBAAA%3B%3BE5BnCZ%2Ca4B2BI%2CkBACI%2CO5B5BP%3BIAuRD%2CmCAAA%3BIACA%2CkCAAA%3BI9C1EA%2CeAAA%3BIAAA%2CoBAAA%3BIAAA%2CcAAA%3BIAAA%2CS%2BClNQ%2CO%5C%2FCkNR%3BIAAA%2CagD3Qe%2CYhD2Qf%3BIAAA%2CsBAAA%3BI8CiFA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BE4B9PY%2CaAVR%2CkBACI%2COASK%3BIACG%2CkBAAA%3BIACA%2CYAAA%3BIACA%2CUAAA%3B%3BE5BkBhB%2Ca4B%5C%2FBI%2CkBAiBK%2COAAQ%2CO5BchB%3BI9CoJD%2CS%2BCnNM%2CO%5C%2FCmNN%3B%3BE0E9MA%2CaAoDI%3BI1E0JJ%2CSAAA%3BIAAA%2CUAAA%3BID9JA%2CqBAAA%3BI2EMQ%2CaAAA%3BIACA%2CeAAA%3B%3BEAIA%2CaADJ%2CkBACK%2COACG%3BIACI%2CcAAA%3B%3BEA7DhB%2CaAkEI%2CQAAO%3BI1E4IX%2CSAAA%3BIAAA%2CUAAA%3BID9JA%2CqBAAA%3BI2EoBQ%2CgCAAA%3B%3BEApER%2CaAkEI%2CQAAO%2CMAIH%3BIACI%2CiBAAA%3BIACA%2CSAAA%3B%3BEAEA%2CaARR%2CQAAO%2CMAIH%2CGAIK%2CMAAM%3BIACH%2C6BAAA%3BIACA%2CgBAAA%3BIACA%2CoBAAA%3B%3BEA7EhB%2CaAkEI%2CQAAO%2CMAIH%2CGAUM%3BIACE%2C6BAAA%3B%3BEAjFhB%2CaAkEI%2CQAAO%2CMAmBH%3BEArFR%2CaAkEI%2CQAAO%2CMAoBH%2CEAAC%3BI1EwHT%2CcAAA%3BIAAA%2CqBAAA%3BI0ErHY%2CcAAA%3BIACA%2CgBAAA%3BIACA%2CoBAAA%3B%3BEA3FZ%2CaAkEI%2CQAAO%2CMA4BH%2CQAAO%3BIACH%2CSAAA%3B%3BEAKZ%3BIACI%2CYAAA%3BIACA%2CkBAAA%3BIACA%2CWAAA%3B%3BEAHJ%2CgBAKI%3BI1EqFN%2C6BAAA%3BIACK%2C0BAAA%3BIACC%2CyBAAA%3BIAcJ%2CqBAAA%3BI0EnGQ%2CYAAA%3BIACA%2COAAA%3BIACA%2CgBAAA%3BIACA%2CkBAAA%3B%3BEAVR%2CgBAaI%3BIACI%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CkBAAA%3BIACA%2CWAAA%3B%3BEAIR%2CSACI%3BIACI%2CMAAM%2CiBAAN%3B%3BEAFR%2CSAKI%3BI1EgEN%2CoDAAA%3BIACK%2CiDAAA%3BIACC%2CgDAAA%3BIAcJ%2C4CAAA%3BI0E7EQ%2COAAA%3BIACA%2CWAAA%3B%3BEAIA%2CSADJ%2CYACK%3BIACG%2C8BAAA%3BIACA%2CSAAS%2CEAAT%3BIACA%2CcAAA%3BIACA%2CYAAA%3BIACA%2CeAAA%3BIACA%2CQAAA%3BIACA%2CMAAA%3BIACA%2CWAAA%3BIACA%2CUAAA%3B%3BEAKZ%3BIAEI%2CkBAAA%3BIACA%2CUAAA%3B%3BE1EnLJ%2CmBAAC%3BEACD%2CmBAAC%3BIACG%2CSAAS%2CEAAT%3BIACA%2CcAAA%3B%3BEAGJ%2CmBAAC%3BIACG%2CWAAA%3B%3BE0E%2BKJ%3BIACI%2CmBAAA%3BIACA%2CqBAAA%3BIACA%2CyBAAA%3BIACA%2CsBAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CiBAAA%3BIACA%2CkBAAA%3BIACA%2CaAAA%3B%3BEAEA%2CwBAAC%3BIACG%2CuBAAA%3BIACA%2CgBAAA%3B%3BEAIA%2CwBADJ%2C0BACK%3BIACG%2CqBAAA%3B%3BEAKZ%3BIAEI%2CsBAAA%3BIACA%2CYAAA%3BIACA%2CkBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIAMA%2CeAAA%3B%3BE1EzNJ%2C0BAAC%3BEACD%2C0BAAC%3BIACG%2CSAAS%2CEAAT%3BIACA%2CcAAA%3B%3BEAGJ%2C0BAAC%3BIACG%2CWAAA%3B%3BE0E8MA%2C0BAAC%3BIACG%2CcAAA%3B%3BE2JnNR%3BIrOuOA%2CmBAAA%3BIqOpOI%2CsBAAA%3B%3BEAHJ%2CWAKI%3BIACI%2CSAAA%3BIACA%2CUAAA%3B%3BEAPR%2CWAUI%3BIACI%2CSAAA%3B%3BEAXR%2CWAcI%3BIACI%2CcAAA%3BIrOwNR%2CiBAAA%3BIAAA%2CgBAAA%3BIAAA%2CoBAAA%3BIAAA%2CkBAAA%3B%3BEqOvOA%2CWAsBI%3BEAtBJ%2CWAuBI%2CEAAC%3BIrOgNL%2CcAAA%3BIAAA%2CqBAAA%3B%3BEqOvOA%2CWA4BI%3BIrO2MJ%2C6BAAA%3BIAAA%2CiBAAA%3B%3BEqOvOA%2CWA4BI%2CQAIM%3BIrOuMV%2CgBAAA%3BIAAA%2C0BAAA%3BIAAA%2CyBAAA%3BIqOjMY%2CqBAAA%3B%3BEACA%2CWAXR%2CQAIM%2CaAOG%3BIrOgMb%2CWAAA%3B%3BEqO3LQ%2CWAhBJ%2CQAgBK%2COACG%2CcACI%3BIrOyLhB%2CqBAAA%3BIAAA%2CmBAAA%3BIAAA%2CuBAAA%3BIAAA%2CWAAA%3BIAAA%2CiBAAA%3BIqOjLoB%2CqBAAA%3B%3BEAtDpB%2CWA4BI%2CQA%2BBM%3BIrO4KV%2CgBAAA%3B%3BEqOxKQ%2CWAnCJ%2CQAmCK%2COAEK%2CIAAC%2CIAAI%3BEADX%2CWApCJ%2CQAoCK%2CWACK%2CIAAC%2CIAAI%3BIrOsKnB%2CqBAAA%3BIAAA%2CmBAAA%3BIAAA%2CuBAAA%3BIAAA%2CWAAA%3B%3BEqOxKQ%2CWAnCJ%2CQAmCK%2COAEK%2CIAAC%2CIAAI%2CkBAQH%2CKAAI%2CIAAI%3BEAThB%2CWApCJ%2CQAoCK%2CWACK%2CIAAC%2CIAAI%2CkBAQH%2CKAAI%2CIAAI%3BIrO8JxB%2CiBAAA%3B%3BEqOtJQ%2CWADJ%2CGAAE%2COACG%3BIrOsJT%2CgCAAA%3B%3BEqOvOA%2CWAsFI%2CSACM%3BIACE%2CqBAAA%3B%3BEAEI%2CWAJZ%2CSACM%2CKAEI%2CIACG%3BIrO6IjB%2CWAAA%3B%3BEqOvIQ%2CWAVJ%2CSAUK%2CIAAI%3BIrOuIb%2CgBAAA%3BIAAA%2CgBAAA%3BIqOjIY%2CqBAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CoBAAA%3BIACA%2C8BAAA%3B%3BEAXJ%2CWAVJ%2CSAUK%2CIAAI%2CcAaC%2CKACI%3BIrOyHlB%2CkBAAA%3B%3BEqOrHgB%2CWA5BZ%2CSAUK%2CIAAI%2CcAaC%2CKAKG%3BIACG%2CgBAAA%3B%3BEAnBZ%2CWAVJ%2CSAUK%2CIAAI%2CcAuBD%3BIACI%2CcAAA%3BIrO%2BGhB%2CkBAAA%3B%3BEqOvIQ%2CWAVJ%2CSAUK%2CIAAI%2CcAuBD%2CGAIM%3BIACE%2CSAAA%3B%3BEA5BZ%2CWAVJ%2CSAUK%2CIAAI%2CcAuBD%2CGAIM%2CKAGE%3BIrOyGpB%2CcAAA%3BIqOpGwB%2CcAAA%3BIACA%2CmBAAA%3B%3BEACA%2CWA%5C%2FCpB%2CSAUK%2CIAAI%2CcAuBD%2CGAIM%2CKAGE%2CEAOK%3BIrOkGzB%2CWAAA%3B%3BEqO3FY%2CWAtDR%2CSAUK%2CIAAI%2CcA4CA%3BIACG%2CyBAAA%3BIACA%2CgBAAA%3BIACA%2CiBAAA%3B%3BEA%5C%2FCR%2CWAVJ%2CSAUK%2CIAAI%2CcAkDD%2CQACM%3BIrOoFlB%2CqBAAA%3BIAAA%2CmBAAA%3BIAAA%2CuBAAA%3BIAAA%2CWAAA%3BIAAA%2CiBAAA%3B%3BEqOxEgB%2CWAzEZ%2CSAUK%2CIAAI%2CcA8DD%2CQACK%2COACK%3BIrOuEtB%2CiBAAA%3B%3BEiF%5C%2FMA%2CQAAQ%2CKAAK%2CMACT%2CMAAK%2CMACC%3BIACE%2CqBAAA%3B%3BEAHZ%2CQAAQ%2CKAAK%2CMAOP%2CQAAK%3BIACH%2CuBAAA%3B%3BEInER%3BIACI%2CaAAA%3B%3BEEurBJ%2CqBACI%2CcACI%2CaACI%2CQAAO%3BIvFjbnB%2CsBAAA%3BIuFmbgB%2CuBAAA%3B%3BEAMhB%3BIACI%2CiBAAA%3BIACA%2CgBAAA%3BIAEA%2CeAAA%3BIACA%2CUAAA%3B%3BEAGJ%3BIACI%2CgBAAA%3B%3BEAGJ%2CoBACI%3BIvFtcJ%2CgBAAA%3B%3BEuF2cA%3BIACI%2CcAAA%3B%3BEAGJ%3BIACI%2CgBAAA%3BIvFhdJ%2CqBAAA%3BI8ClQA%2CqBAAA%3B%3BEAMA%2CcAAC%3BIAqUD%2CmCAAA%3BIACA%2CkCAAA%3BI9C1EA%2CeAAA%3BIAAA%2CoBAAA%3BIAAA%2CWAAA%3BIAAA%2CSuFmd6B%2COvFnd7B%3BIAAA%2CaCtQ%2BB%2CwBDsQ%5C%2FB%3BIAAA%2CsBAAA%3BI8CiFA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEyCoYI%2CcAAC%3BIvFzdL%2CiBAAA%3B%3BEuF%2BdA%2CoBAAuB%2CSAAS%3BIAC5B%2CeAAA%3B%3BEAGJ%3BIACI%2CUAAA%3BIACA%2CeAAA%3B%3BEAGI%2CoBADJ%2CEACK%3BIvFxeT%2CWAAA%3BIuF2eY%2CWAAA%3BIACA%2CSAAA%3BIACA%2CQAAA%3B%3BEAKZ%2CqBACI%3BIACI%2CsBAAA%3BIACA%2CgBAAA%3B%3BEAHR%2CqBACI%2CMAII%3BIACI%2CYAAA%3BIACA%2CYAAA%3B%3BEAKZ%2CMAAM%3BIACH%2CaAAA%3B%3BEAGH%2COAAO%3BIvFnZP%2CqBAAA%3BIACA%2CoBAAA%3BIACA%2CaAAA%3BIwF1UA%2CuBAAA%3BIACA%2C2BAAA%3BIACA%2CmBAAA%3BIDyuBI%2CUAAA%3B%3BEAhBJ%2COAAO%2CQACH%3BIACI%2CgBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CkBAAA%3B%3BEALR%2COAAO%2CQACH%2CGAMI%3BIACI%2CYAAA%3BIACA%2CyBAAA%3BIACA%2CeAAA%3B%3BEAUZ%3BIvFthBA%2CWAAA%3B%3BEuFshBA%2C0BACI%2CeACI%3BIvFxhBR%2CWAAA%3BIuF2hBY%2CgBAAA%3BIACA%2CaAAA%3B%3BEANZ%2C0BAWI%2CQAAO%3BIvFjiBX%2CWAAA%3BIuFmiBQ%2CgBAAA%3BIAMA%2CSAAA%3B%3BEAnBR%2C0BAWI%2CQAAO%2CMAIH%2COAAM%3BIvFriBd%2CWAAA%3BIuFuiBY%2CaAAA%3B%3BEAjBZ%2C0BAsBI%3BIACI%2CuBAAA%3BIACA%2CmBAAA%3B%3BEAGI%2C0BALR%2CoBAII%2CEACK%3BIACG%2CyBAAA%3B%3BEAGJ%2C0BATR%2CoBAII%2CEAKK%2CUAAU%3BIvFrjBvB%2CmBAAA%3BIAAA%2CiBAAA%3B%3BEuFyjBgB%2C0BAbZ%2CoBAII%2CEAKK%2CUAAU%2CGAIN%3BIvFzjBjB%2CkBAAA%3BIAAA%2CiBAAA%3B%3BEuF%2BjBY%2C0BAnBR%2CoBAII%2CEAeK%2CUAAU%3BIvF%5C%2FjBvB%2CiBAAA%3B%3BEuFkkBgB%2C0BAtBZ%2CoBAII%2CEAeK%2CUAAU%2CGAGN%3BIvFlkBjB%2CiBAAA%3BIuFokBoB%2CkBAAA%3B%3BEAOpB%2COAAO%3BIvF3kBP%2CQAAA%3B%3BEuF8kBI%2COAHG%2CWAGF%3BIvF9kBL%2CiBAAA%3BIAAA%2CWAAA%3B%3BEuFolBA%3BIvFplBA%2CeAAA%3BIAAA%2CWAAA%3BIA%2BGA%2CqBAAA%3BIACA%2CoBAAA%3BIACA%2CaAAA%3BIuFweI%2CsBAAA%3B%3BEALJ%2CqBAOI%3BIACI%2CkBAAA%3B%3BEAIR%3BIvFhmBA%2CWAAA%3BIA%2BGA%2CqBAAA%3BIACA%2CoBAAA%3BIACA%2CaAAA%3BIwFlYA%2C2BAAA%3BIACA%2C8BAAA%3BIACA%2CmBAAA%3BIACA%2CsBAAA%3BIDo3BI%2CkBAAA%3BIACA%2CYAAA%3B%3BEAPJ%2CqBASI%3BIACI%2CaAAA%3B%3BEAVR%2CqBAaI%3BIACI%2CaAAA%3B%3BEAdR%2CqBAaI%2CcAGI%3BIACI%2CaAAA%3B%3BEAjBZ%2CqBAsBI%3BIACI%2CaAAA%3B%3BEAIA%2CqBADJ%2COACK%3BIvF3nBT%2CWAAA%3B%3BEuFgmBA%2CqBAgCI%3BIACI%2CcAAA%3BIACA%2CkBAAA%3BIACA%2CSAAA%3BIACA%2CWAAA%3B%3BEApCR%2CqBAgCI%2CkBAOI%2CKAAI%2CKACA%3BIACI%2CYAAA%3B%3BEAKJ%2CqBAdR%2CkBAaI%2CUACK%3BIACG%2CaAAA%3B%3BEA%5C%2FChB%2CqBAgCI%2CkBAaI%2CUAKI%3BIACI%2CYAAA%3BIvFnpBhB%2CqBAAA%3BI8ClQA%2CqBAAA%3B%3BEAMA%2CqByC43BI%2CkBAaI%2CUAKI%2CEzC94BX%3BIAqUD%2CmCAAA%3BIACA%2CkCAAA%3BI9C1EA%2CeAAA%3BIAAA%2CoBAAA%3BIAAA%2CcAAA%3BIAAA%2CSuFqpBwC%2COvFrpBxC%3BIAAA%2CaCtQ%2BB%2CwBDsQ%5C%2FB%3BIAAA%2CsBAAA%3BI8CiFA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEyCskBgB%2CqBA3BZ%2CkBAaI%2CUAKI%2CEASK%3BIACG%2CyEAAA%3B%3BEA5DpB%2CqBAkEI%3BIACI%2CeAAA%3B%3BEAIR%2CSAAS%3BIACL%2CaAAA%3B%3BEAGJ%2CaACI%3BIACI%2CSAAA%3B%3BEAEA%2CaAHJ%2CyBAGK%2COACG%3BIvFhrBZ%2CgBAAA%3BIAAA%2CWAAA%3BIuForBgB%2CyBAAA%3B%3BEAThB%2CaAcI%2CYACI%3BIACI%2CaAAA%3BIACA%2CYAAA%3B%3BEAMZ%2CqBACI%3BIACI%2CaAAA%3BIAEA%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CSAAA%3BIACA%2CeAAA%3BIACA%2CmBAAA%3B%3BEARR%2CqBACI%2C6BAUI%3BIvF9lBR%2CqBAAA%3BIACA%2CoBAAA%3BIACA%2CaAAA%3BIuF8lBY%2CiBAAA%3BIACA%2CcAAA%3B%3BEAdZ%2CqBACI%2C6BAgBI%3BIvFpmBR%2CqBAAA%3BIACA%2CoBAAA%3BIACA%2CaAAA%3BIwF3YA%2C%2BBAAA%3BIACA%2CuBAAA%3BID8%2BBY%2CcAAA%3B%3BEAnBZ%2CqBACI%2C6BAgBI%2CaAII%3BIvFvtBZ%2CWAAA%3B%3BEuFksBA%2CqBACI%2C6BAgBI%2CaAQI%3BIACI%2C0BAAA%3BIACA%2CmBAAA%3BIACA%2CkBAAA%3BIACA%2CgBAAA%3B%3BEA7BhB%2CqBACI%2C6BAgBI%2CaAeI%3BIACI%2CSAAA%3B%3BEAMhB%3BIACI%2CkBAAA%3BIACA%2CWAAA%3B%3BEAGJ%2CaACI%2CaACI%2C2BACI%2COAAM%2COACF%3BIACI%2CeAAA%3B%3BEE3fpB%2CgBAGI%3BIzF3PJ%2CWAAA%3BIyF6PQ%2C0BAAA%3B%3BEALR%2CgBAQI%2CQACI%3BIzFjQR%2CcAAA%3B%3BEyF2QA%3BIzF5JA%2CqBAAA%3BIACA%2CoBAAA%3BIACA%2CaAAA%3BIyFwOI%2CaAAA%3BIACA%2CmBAAA%3B%3BEA%5C%2FEJ%2CsBAEI%3BIACI%2CmBAAA%3BIACA%2CkBAAA%3B%3BEAJR%2CsBAEI%2CQAQI%3BIzFrRR%2CWAAA%3BIyFuRY%2CcAAA%3BIACA%2CYAAA%3BIACA%2CUAAA%3B%3BEAdZ%2CsBAEI%2CQAgBI%3BIzF7RR%2CSAAA%3BIyFoSY%2CkBAAA%3B%3BEAzBZ%2CsBAEI%2CQAgBI%2CgBASI%3BIACI%2CiBAAA%3BIACA%2CcAAA%3BIACA%2CgBAAA%3B%3BEA9BhB%2CsBAEI%2CQAgBI%2CgBAeI%3BIACI%2CmBAAA%3BIACA%2CiBAAA%3BIACA%2CgBAAA%3BIACA%2CeAAA%3B%3BEArChB%2CsBAEI%2CQAgBI%2CgBAsBI%3BIACI%2CiBAAA%3BIACA%2CcAAA%3B%3BEA1ChB%2CsBAEI%2CQAgBI%2CgBA2BI%3BIDzjBZ%2CmBAAA%3BIACA%2CcAAA%3BIACA%2C0BAAA%3BIACA%2CgBAAA%3BIACA%2CyBAAA%3BIACA%2CYAAA%3BIACA%2CkBAAA%3BIACA%2CkBAAA%3BIxF0PA%2CqBAAA%3BI8CpNA%2CqBAAA%3BI9CoNA%2CeAAA%3BIyFyUgB%2CgBAAA%3BIACA%2CgBAAA%3B%3BE3CxhBhB%2CsB2C2dI%2CQAgBI%2CgBA2BI%2CE3CtgBX%3BIAuRD%2CmCAAA%3BIACA%2CkCAAA%3BI9C1EA%2CcAAA%3BIAAA%2CoBAAA%3BIAAA%2CcAAA%3BIAAA%2CS%2BC5OQ%2CO%5C%2FC4OR%3BIAAA%2CagD3Qe%2CYhD2Qf%3BIAAA%2CsBAAA%3BI8CiFA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BE2CsLA%2CsBAsEI%3BIACI%2CeAAA%3B%3BEAvER%2CsBAsEI%2CsBAGI%3BIACI%2CiBAAA%3B%3BEA1EZ%2CsBAiFI%3BIzF5VJ%2CWAAA%3BIyF8VQ%2CaAAA%3B%3BEAOR%2CYACI%3BIzFtWJ%2CiBAAA%3B%3BEyF2WA%2CiBAEI%3BEAFe%2CqBAEf%3BIzF7WJ%2CcAAA%3BIyF%2BWQ%2CYAAA%3B%3BEAJR%2CiBAOI%3BEAPe%2CqBAOf%3BIzFlXJ%2CcAAA%3B%3BEyF2WA%2CiBAWI%3BEAXe%2CqBAWf%3BIACI%2CgBAAA%3B%3BEAZR%2CiBAWI%2CaAGI%3BEAdW%2CqBAWf%2CaAGI%3BIzFzXR%2CgBAAA%3BIAAA%2CiBAAA%3BIyF6XY%2CyBAAA%3B%3BEAlBZ%2CiBAsBI%3BEAtBe%2CqBAsBf%3BIACI%2CgBAAA%3B%3BEAIR%2CiBACI%3BIzFpPJ%2C2BAAA%3BIACI%2CuBAAA%3BIACI%2CmBAAA%3B%3BEyFiPR%2CiBACI%2CqBAGI%3BIzFvPR%2C2BAAA%3BIACI%2CuBAAA%3BIACI%2CmBAAA%3BIyFwPI%2CoBAAA%3BIACA%2CgBAAA%3BIACA%2CcAAA%3BIACA%2CWAAA%3B%3BEAVZ%2CiBACI%2CqBAYI%3BIACI%2CaAAA%3B%3BEAdZ%2CiBACI%2CqBAgBI%3BIACI%2CiBAAA%3BIACA%2CWAAA%3B%3BEAnBZ%2CiBACI%2CqBAqBI%3BIzF5ZR%2CgBAAA%3BIyF%2BZY%2CiBAAA%3BIACA%2CgBAAA%3BIACA%2CgBAAA%3B%3BEA3BZ%2CiBACI%2CqBAqBI%2CeAOI%3BIzFnaZ%2CeAAA%3B%3BEyF0aA%3BIzF1aA%2CeAAA%3B%3BEyF0aA%2CqBAGI%3BIzF9TJ%2CqBAAA%3BIACA%2CoBAAA%3BIACA%2CaAAA%3B%3BEyFyTA%2CqBAOI%3BIzFlUJ%2CqBAAA%3BIACA%2CoBAAA%3BIACA%2CaAAA%3BIwF3YA%2C%2BBAAA%3BIACA%2CuBAAA%3B%3BECmsBA%2CqBAWI%3BEAXJ%2CqBAiMJ%2CCAtL8B%3BIzFrb1B%2CeAAA%3B%3BEyF8bA%2CwBAKI%3BIACI%2CkBAAA%3B%3BEANR%2CwBASI%3BIACI%2CYAAA%3BIACA%2CUAAA%3BIACA%2CgBAAA%3B%3BEAZR%2CwBASI%2CyBAKI%3BID7sBR%2CmBAAA%3BIACA%2CcAAA%3BIACA%2CoBAAA%3BIACA%2CgBAAA%3BIACA%2CyBAAA%3BIACA%2CYAAA%3BIACA%2CkBAAA%3BIACA%2CkBAAA%3BICmtBY%2CgBAAA%3B%3BEA3BZ%2CwBASI%2CyBAKI%2CEAQI%3BIzFpdZ%2CeAAA%3BIyFsdgB%2CUAAA%3B%3BEAKJ%2CwBApBR%2CyBAKI%2CEAeK%3BIzF3db%2CiBAAA%3BIyF6dgB%2CkBAAA%3BIACA%2CgBAAA%3B%3BEAhChB%2CwBAqCI%3BIzFhVJ%2C8BAAA%3BIACI%2C0BAAA%3BIACI%2CsBAAA%3BIArJR%2CWAAA%3BIA%2BGA%2CqBAAA%3BIACA%2CoBAAA%3BIACA%2CaAAA%3BIwFlYA%2C2BAAA%3BIACA%2C%2BBAAA%3BIACA%2CmBAAA%3BIACA%2CuBAAA%3BICsvBQ%2CgCAAA%3BIAGA%2CYAAA%3B%3BEA7CR%2CwBAgDI%3BIzF9eJ%2CiBAAA%3B%3BEyF8bA%2CwBAoDI%3BIzFlfJ%2CiBAAA%3B%3BEyFufA%2CSACI%3BIACI%2CoBAAA%3BIACA%2CgBAAA%3B%3BEAHR%2CSACI%2CoBAII%3BIACI%2CmBAAA%3B%3BEANZ%2CSACI%2CoBAII%2CgBAGI%3BIDnuBZ%2CcAAA%3BIACA%2CgBAAA%3BIACA%2CyBAAA%3BIACA%2CeAAA%3BIACA%2CgBAAA%3BICquBgB%2CiBAAA%3B%3BEAdhB%2CSACI%2CoBAiBI%3BIACI%2CaAAA%3B%3BEAnBZ%2CSACI%2CoBAqBI%3BIACI%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CiBAAA%3B%3BEAzBZ%2CSACI%2CoBA2BI%3BEA5BR%2CSACI%2CoBA2ByB%3BIACjB%2CaAAA%3B%3BEA7BZ%2CSACI%2CoBA%2BBI%2CeACI%3BIACI%2CkBAAA%3B%3BEAlChB%2CSACI%2CoBA%2BBI%2CeAKI%2CeACI%3BIzF7hBhB%2CmBAAA%3BIAAA%2CiBAAA%3B%3BEyFufA%2CSACI%2CoBA%2BBI%2CeAYI%2CWACI%3BIzFpiBhB%2CiBAAA%3B%3BEyFufA%2CSACI%2CoBA%2BBI%2CeAkBI%3BIACI%2CmBAAA%3B%3BEAnDhB%2CSACI%2CoBA%2BBI%2CeAkBI%2CeAGI%3BIzF5iBhB%2CeAAA%3B%3BEyFujBA%3BIACI%2CgBAAA%3B%3BEAGJ%3BIzFxaA%2C8BAAA%3BIACI%2C0BAAA%3BIACI%2CsBAAA%3BIyFyaJ%2CmBAAA%3B%3BEAHJ%2CoBAKI%3BIACI%2CcAAA%3B%3BEClmBJ%2CYAAC%3BI1FiCL%2CUAAA%3BIAAA%2CYAAA%3B%3BE0FhNA%2CYA%2BKK%2CYA%5C%2FKJ%2CMACG%3BIACI%2CmBAAmB%2CaAAnB%3BIACQ%2CWAAW%2CaAAX%3B%3BEA4KZ%2CYAAC%2CYAxKL%3BIACI%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CgBAAA%3BIACA%2CmBAAmB%2CgBAAnB%3BIACQ%2CWAAW%2CgBAAX%3BIACR%2CsDAAA%3BIACQ%2CsCAAA%3BIACR%2CWAAA%3B%3BEAgKA%2CYAAC%2CYAGG%3BIACI%2CSAAA%3BIACA%2CgBAAA%3B%3B%3BECxIZ%3BID%5C%2FEA%2CSAAA%3BIACA%2COAAA%3BIACA%2CYAAA%3BIACA%2CeAAA%3BIACA%2CQAAA%3BIACA%2CMAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3BIACA%2CyDAAA%3BIACQ%2CiDAAA%3BI1F0OR%2CUAAA%3BIAAA%2CYAAA%3B%3BE0FxOA%2CaAAC%3BIACG%2CmBAAA%3BIACA%2CUAAA%3BIACA%2CqCAAA%3BIACQ%2C6BAAA%3B%3BEAJZ%2CaAAC%2CMAMG%3BIACI%2CmBAAmB%2CeAAnB%3BIACQ%2CWAAW%2CeAAX%3B%3BEC4DhB%2CaDxDA%3BI1F4NA%2CsBAAA%3BIAAA%2C4CAAA%3BI0FzNI%2CUAAA%3BIACA%2CoBAAA%3B%3BEAQJ%2CaAAC%2CMACG%3BIACI%2CmBAAmB%2CaAAnB%3BIACQ%2CWAAW%2CaAAX%3B%3BECyChB%2CaDrCA%3BIACI%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CgBAAA%3BIACA%2CmBAAmB%2CgBAAnB%3BIACQ%2CWAAW%2CgBAAX%3BIACR%2CsDAAA%3BIACQ%2CsCAAA%3BIACR%2CWAAA%3B%3BECgCA%2CaAAC%3BIACG%2CiCAAA%3BIACA%2CkBAAA%3BIACA%2CgBAAA%3B%3BEANR%2CaASI%3BI3F2JJ%2CyBAAA%3BI2FzJQ%2CsBAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3B%3BEAKJ%2CIAAC%3BIACG%2CaAAA%3BIACA%2CgBAAA%3BIACA%2CYAAA%3B%3BEAHJ%2CIAAC%2CkBAKG%3BI3F6IR%2CwCAAA%3B%3BE2FvIA%3BIACI%2CoBAAA%3B%3BEACA%2CYAAC%2CYACG%2CkBAAiB%3BI3FoIzB%2CyBAAA%3B%3BE2F%5C%2FHY%2CYANP%2CYAKI%2CcACI%3BIACG%2CiCAAA%3BIACA%2CgBAAA%3B%3BEAHR%2CYALH%2CYAKI%2CcAMG%3BIACI%2CYAAA%3BIACA%2CgBAAA%3B%3BEAfhB%2CYAoBI%3BI3FmHJ%2CeAAA%3BIAAA%2CgBAAA%3B%3BE8F5NA%3BIACI%2CcAAA%3B%3BEADJ%2CiBAGI%3BIACI%2CaAAA%3B%3BEAJR%2CiBAOI%3BEAPJ%2CiBAQI%3BIACI%2CWAAA%3BIACA%2CcAAA%3BIACA%2CkBAAA%3B%3BEIAR%3BIACI%2CwCAAA%3B%3BEADJ%2C2BAGI%2CqBAAoB%2CIAAI%3BIACpB%2CeAAA%3B%3BEQ7DR%3BIACI%2CwCAAA%3BIACA%2CgBAAA%3BIACA%2CeAAA%3B%3BE4HXJ%3BIACI%2CeAAA%3B%3BECHJ%3BIACI%2CeAAA%3B%3BEtHgBJ%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%3BE7BrDJ%3BIACI%2CwBAAA%3B%3BEiEgEJ%2CSAAU%3BIACN%2CkBAAA%3BIACA%2CQAAA%3BIACA%2CWAAA%3B%3BEAGJ%2CSAAU%2CiBAAiB%3BIACvB%2CgBAAA%3BIACA%2CWAAA%3B%3BEAGJ%2CSAAU%2CiBAAiB%3BIACvB%2CYAAA%3BIACA%2CUAAA%3B%3BEAGJ%2CSAAU%2CiBAAiB%3BIACvB%2CgBAAA%3BIACA%2CeAAA%3BIACA%2CWAAA%3B%3BEAGJ%2CgBAAgB%3BIACZ%2CgBAAA%3B%3BEAGJ%3BIACI%2CoBAAA%3B%3BEGzFJ%2CcAAe%2CQAAO%2COAAQ%2CgBAAe%2CeAAe%2CwBAA2B%3BIACnF%2CUAAA%3BIACA%2CYAAA%3BIACA%2CsBAAA%3BIACA%2CgBAAA%3BIACA%2CgBAAA%3B%3BEAGJ%2CcAAe%2CQAAO%2COAAQ%2CgBAAe%3BIAErC%2CkBAAA%3BIACA%2CaAAA%3B%3BEAGJ%2CcANW%2CQAAO%2COAAQ%2CgBAAe%2CwBAMrC%3BIACA%2CUAAA%3B%3BEAPR%2CcAAe%2CQAAO%2COAAQ%2CgBAAe%2CwBAUzC%3BIACI%2CaAAA%3BIACA%2CiBAAA%3B%3BEAZR%2CcAAe%2CQAAO%2COAAQ%2CgBAAe%2CwBAezC%3BIACI%2CcAAA%3BIACA%2CkBAAA%3B%3BEAIR%2CcAAe%2CQAAO%2COAClB%2CqBAAqB%3BEADzB%2CcAAe%2CQAAO%2COAElB%3BEAFJ%2CcAAe%2CQAAO%2COAGlB%2CQAAQ%3BEAHZ%2CcAAe%2CQAAO%2COAIlB%2CqBAAqB%3BEAJzB%2CcAAe%2CQAAO%2COAKlB%3BIACI%2CkBAAA%3BIACA%2CmBAAA%3B%3BEAPR%2CcAAe%2CQAAO%2COAUlB%2CsBAAqB%3BIACjB%2CWAAA%3B%3BED8RR%2CuBAAwB%2CWAAW%2COAAM%2CgBAAiB%2CMAAM%3BIAC5D%2CkBAAA%3B%3BEAGJ%2CeACI%2CmBAAmB%2CMAAM%2CkBAAoB%3BEADjD%2CeAEI%2CmBAAmB%3BIACf%2CkBAAA%3B%3BEAHR%2CeAMI%2COAAM%2CIAAI%2CiBAAiB%2CgBAAmB%2CQAAK%2CaAAc%2CgBAAe%2CSAAU%2CMAAK%3BEANnG%2CeAOI%2CqBAAqB%2COAAM%2CgBAAiB%2CMAAK%2CeAAe%2CIAAI%3BEAPxE%2CeAQI%2COAAM%2CIAAI%2CiBAAiB%2CIAAI%2CmCAAsC%2CQAAK%3BIACtE%2CiBAAA%3B%3BEAIR%2CoBAAqB%2CwBAAwB%2COAAO%3BIAChD%2CcAAA%3B%3BEAGJ%2CkBAAmB%3BEACnB%2CeAAgB%2C4BAA8B%2COAAK%2COAAM%2CgBAAiB%2CMAAM%3BE3IgBhF%2CeAAgB%2C4BAA8B%2COAAK%2COAAM%2CgBAAiB%2CMAKtE%3BI2IpBA%2CaAAA%3B%3BEAGJ%2CeAAgB%2C4BAA2B%2CkBAAmB%2CMAAK%2CIAAI%2C6BAEnE%2CkBAAoB%3BEADxB%2CeAAgB%2C4BAA8B%2COAAK%2CMAC%5C%2FC%2CkBAAoB%3BEAFxB%2CeAAgB%2C4BAA2B%2CkBAAmB%2CMAAK%2CIAAI%2C6BAGnE%2CkBAAoB%2CQAAK%3BEAF7B%2CeAAgB%2C4BAA8B%2COAAK%2CMAE%5C%2FC%2CkBAAoB%2CQAAK%3BEAH7B%2CeAAgB%2C4BAA2B%2CkBAAmB%2CMAAK%2CIAAI%2C6BAInE%2CkBAAoB%2CQAAK%3BEAH7B%2CeAAgB%2C4BAA8B%2COAAK%2CMAG%5C%2FC%2CkBAAoB%2CQAAK%3BEAJ7B%2CeAAgB%2C4BAA2B%2CkBAAmB%2CMAAK%2CIAAI%2C6BAKnE%2CkBAAoB%2CQAAK%2CiBAAoB%3BEAJjD%2CeAAgB%2C4BAA8B%2COAAK%2CMAI%5C%2FC%2CkBAAoB%2CQAAK%2CiBAAoB%3BIACzC%2CUAAA%3B%3BEAIR%2CeACI%2COAAM%2CiBAAkB%2CMAAK%2CaAAc%2CgBAAe%2CSAAU%2CMAAM%3BEAD9E%2CeAEI%2C4BAA8B%2COAAK%2COAAM%2CgBAAiB%2CMAAM%2CgBAAe%3BEAFnF%2CeAGI%2CqBAAqB%2COAAO%2CgBAAe%3BEAH%5C%2FC%2CeAII%2CkBAAkB%2CMAAM%2CEAAC%3BIACrB%2CkBAAA%3B%3BEALR%2CeAQI%2CkBAAiB%2CgBAAiB%2CMAAQ%2CoBAAoB%2CIAAC%3BIAC3D%2CkBAAA%3B%3BEATR%2CeAYI%2CkBAAiB%2CiBAAkB%3BIAC%5C%2FB%2CaAAA%3B%3BEAIR%2CiBAAiB%3BEArHb%2CaAAC%3BIAsHD%2CWAAA%3B%3BEAIA%2CeADY%2CQAAQ%2CcACnB%3BIACG%2CWAAA%3B%3BEAGJ%2CeALY%2CQAAQ%2CcAKnB%3BIACG%2CmBAAA%3B%3BEG%5C%2FVR%3BIAEQ%2CmBAAA%3B%3BEAFR%2CsBAKI%2COAAM%2CsBAAuB%2CMAAQ%3BIACjC%2CkBAAA%3B%3BEqERR%2CeAAgB%2CMAAK%3BIlF9DrB%2CSAAA%3BIACA%2CMAAM%2CgBAAN%3BIACA%2CSAAA%3BIACA%2CSAAA%3BIACA%2CUAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIAEA%2CQAAA%3BIkFZI%2CkBAAA%3B%3BEAGJ%2CeA%2BDgB%2CMAAK%2CiBA%5C%2FDjB%3BI9EyCA%2CsBAAA%3BIACA%2CqBAAA%3BI8EvCA%2CkBAAA%3BIACA%2CQAAA%3BIACA%2COAAA%3BIACA%2CcAAA%3BIACA%2CSAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CgBAAA%3BIACA%2CeAAA%3B%3BEjFfJ%2CKAAM%2CgBiFmEU%2CMAAK%2CiBA%5C%2FDjB%3BIjFHA%2CqBAAA%3B%3BEDqBJ%2CKAAM%2CgBkF6CU%2CMAAK%2CiBA%5C%2FDjB%3BIlFmBA%2CqBAAA%3B%3BEI0BJ%2CKAAM%2CgB8EkBU%2CMAAK%2CiBA%5C%2FDjB%3BI9E8CA%2CqBAAA%3B%3BE8EhCJ%2CeAiDgB%2CMAAK%2CiBAjDjB%2CmBAAgB%3BEACpB%2CeAgDgB%2CMAAK%2CiBAhDjB%2CmBAAgB%3BIAChB%2CkBAAA%3BIACA%2CMAAA%3BIACA%2COAAA%3BIACA%2CqBAAA%3BIACA%2CsBAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CkBAAA%3BIACA%2CSAAS%2CEAAT%3B%3BEAGJ%2CeAoCgB%2CMAAK%2CiBApCjB%2CmBAAgB%3BIAChB%2CyBAAA%3BIACA%2CgBAAA%3B%3BEAGJ%2CeA%2BBgB%2CMAAK%2CiBA%5C%2FBjB%2CmBAAgB%3BIAChB%2CioCAAA%3BIACA%2CaAAA%3B%3BEAGJ%2CeA0BgB%2CMAAK%2CiBA1BjB%2CmBAAgB%2CMAAM%3BEAC1B%2CeAyBgB%2CMAAK%2CiBAzBpB%2CQAAW%2CmBAAgB%3BIACxB%2CqBAAA%3B%3BEAGJ%2CeAqBgB%2CMAAK%2CiBArBpB%2CQAAW%2CmBAAgB%3BIACxB%2CSAAS%2CEAAT%3B%3BEAKA%2CUAAW%2CgBAeC%2CMAAK%2CiBAjBpB%2COAAU%2CmBAAgB%3BEAEvB%2CUAAW%2CgBAeC%2CMAAK%2CiBAhBpB%2CMAAS%2CmBAAgB%3BEAEtB%2CeAcY%2CMAAK%2CiBAjBpB%2COAAU%2CmBAAgB%3BEAGvB%2CeAcY%2CMAAK%2CiBAhBpB%2CMAAS%2CmBAAgB%3BIAGlB%2CqBAAA%3B%3BEAIR%2CeASgB%2CMAAK%2CiBATpB%2CIAAI%2CUAAU%2CWAAc%2CmBAAgB%3BIACzC%2CqBAAA%3B%3BEzDzDJ%2CuBAAuB%2CIAAI%3BIACvB%2CcAAA%3B%3BEADJ%2CuBAAuB%2CIAAI%2C2BAGvB%2CcAAa%3BIACT%2CcAAA%3B%3BEwBmoDR%2CqBACI%2CgBACI%2CMACM%2CKACI%2CKACG%3BIACG%2CaAAA%3B%3BEAIZ%2CqBATR%2CgBACI%2CMAQK%2CcAEK%2CKACI%2CKAAE%2CuBACA%2CGACI%2CGAAE%2CkBACI%3BEALtB%2CqBAVR%2CgBACI%2CMASK%2CeACK%2CKACI%2CKAAE%2CuBACA%2CGACI%2CGAAE%2CkBACI%3BIACE%2CkBAAA%3B%3BEAOxB%2CqBAvBR%2CgBACI%2CMAsBK%2CeACK%2CKACI%3BIACE%2CgBAAA%3B%3BEkCnwCxB%2CeACI%2CYACI%2CGAAE%3BIACE%2CyBAAA%3B%3BEAHZ%2CeACI%2CYAKI%3BIACI%2CaAAA%3B%3BEAIZ%3BIACI%2CwBAAA%3B%3BEjCxFJ%2CqBAAsB%3BIAClB%2CaAAA%3B%3BEEfJ%2CqBACI%2CgBACI%2CMACI%2CcACK%2CKACG%3BI1M8DpB%2CuBAAA%3BIACQ%2CeAAA%3B%3BE0MpER%2CqBACI%2CgBACI%2CMACI%2CcACK%2CKACG%2CkBAGI%3BI1MoDxB%2CwBAAA%3BIACQ%2CgBAAA%3B%3BE0M7DR%2CqBACI%2CgBACI%2CMACI%2CcACK%2CKACG%2CkBAOI%3BI1MgDxB%2CwBAAA%3BIACQ%2CgBAAA%3BI0M%5C%2FCoB%2CiBAAA%3B%3BEAd5B%2CqBACI%2CgBACI%2CMACI%2CcACK%2CKACG%2CkBAYI%3BIACI%2CkBAAA%3BI1M0C5B%2CwBAAA%3BIACQ%2CgBAAA%3B%3BE0M7DR%2CqBACI%2CgBACI%2CMACI%2CcACK%2CKACG%2CkBAiBI%3BIACI%2CgBAAA%3B%3BEAvB5B%2CqBACI%2CgBACI%2CMACI%2CcACK%2CKACG%2CkBAqBI%3BIACI%2CgBAAA%3BIACA%2CcAAA%3BIACA%2CYAAA%3BIACA%2CWAAA%3B%3BEAKQ%2CqBAlChC%2CgBACI%2CMACI%2CcACK%2CKACG%2CkBAqBI%2CeAOK%2CKACK%2CIACG%3BIACG%2CaAAA%3B%3BEAGR%2CqBAtC5B%2CgBACI%2CMACI%2CcACK%2CKACG%2CkBAqBI%2CeAOK%2CKAMI%2CMACG%3BIACI%2CYAAA%3B%3BEAzCxC%2CqBACI%2CgBACI%2CMACI%2CcACK%2CKACG%2CkBAqBI%2CeAOK%2CKAYG%3BIACI%2CYAAA%3BIACA%2CUAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3B%3BEAjDpC%2CqBACI%2CgBACI%2CMACI%2CcACK%2CKACG%2CkBAqBI%2CeAOK%2CKAYG%2CeAOI%3BI1MQpC%2CwBAAA%3BIACQ%2CgBAAA%3B%3BE4M1VgB%2CqBALpB%2CgBACI%2CMACM%2CKACI%2CKACE%2CGACK%2CQACG%2CeACI%3BIACI%2CWAAA%3B%3BEAKZ%2CqBAbpB%2CgBACI%2CMACM%2CKACI%2CKACE%2CGASK%2CQACG%2CeACI%3BIACI%2CWAAA%3B%3BEAKZ%2CqBArBpB%2CgBACI%2CMACM%2CKACI%2CKACE%2CGAiBK%2CQACG%2CeACI%3BIACI%2CWAAA%3B%3BEAKZ%2CqBA7BpB%2CgBACI%2CMACM%2CKACI%2CKACE%2CGAyBK%2CQACG%2CeACI%3BIACI%2CWAAA%3B%3BEE7CvC%2CqBACC%3BIACC%2CaAAA%3B%3BEAFF%2CqBAKC%3BIACC%2CSAAA%3B%3BEANF%2CqBASC%3BIACC%2CSAAA%3BIACA%2CiBAAA%3BIACA%2CkBAAA%3B%3BEAZF%2CqBAeC%3BIACC%2CaAAA%3B%3BECwnBC%2CmBACI%3BIACI%2CWAAA%3B%3BEAFR%2CmBAKI%2CmBACI%3BIACI%2CWAAA%3BIACA%2CSAAA%3BIACA%2CaAAA%3BIACA%2CWAAA%3B%3BEEvqBZ%2CoBACI%2CQAAO%2CIAAI%2CeACP%2CMAAK%3BIACD%2CWAAA%3BIACA%2CWAAA%3B%3BEAJZ%2CoBAQI%2CQAAO%2CIAAI%2CqBACP%2CMAAK%3BIACD%2CWAAA%3BIACA%2CWAAA%3B%3BEhK%2BFZ%2CkBACI%3BIACI%2CmBAAA%3B%3BE1CwER%3BIACI%2CgBAAA%3B%3BEEsXJ%2CqBACI%2CQAAO%3BITlMX%2CqBAAA%3BIACA%2CoBAAA%3BIACA%2CaAAA%3BIAkCA%2C8BAAA%3BIACI%2C0BAAA%3BIACI%2CsBAAA%3B%3BES2JR%2CqBAMI%2CSAAQ%3BIT3JZ%2CkBAAA%3BIACC%2CiBAAA%3BIACQ%2CSAAA%3B%3BES0iBT%2CQAAQ%3BIACJ%2CaAAA%3B%3B%3B%3B%3BEAUQ%2C8BAFR%2CSACI%2CQACK%3BIACG%2CmBAAA%3B%3BEC1kBhB%2CeACI%2CWACI%2CSAAQ%3BIV5BhB%2CqBAAA%3BIACA%2CoBAAA%3BIACA%2CaAAA%3BIAkCA%2C8BAAA%3BIACI%2C0BAAA%3BIACI%2CsBAAA%3BIAcR%2C2BAAA%3BIACI%2CuBAAA%3BIACI%2CmBAAA%3B%3BEU5BR%2CeACI%2CWACI%2CSAAQ%2CKAKJ%3BEAPZ%2CeACI%2CWACI%2CSAAQ%2CKAMJ%3BIVjJZ%2CkBAAA%3B%3BEUwJA%3BIACI%2C6BAAA%3B%3BEAIA%2CKAAC%3BIACG%2C0BAAA%3B%3BEAGQ%2CKAJX%2CcAEG%2CMACI%2CKACK%3BEACD%2CKALX%2CcAEG%2CMACI%2CKAEK%3BEACD%2CKANX%2CcAEG%2CMACI%2CKAGK%3BEACD%2CKAPX%2CcAEG%2CMACI%2CKAIK%3BEACD%2CKARX%2CcAEG%2CMACI%2CKAKK%3BIACG%2CaAAA%3B%3BEAMR%2CKAfP%2CcAcG%2CKACK%3BEACD%2CKAhBP%2CcAcG%2CKAEK%3BEACD%2CKAjBP%2CcAcG%2CKAGK%3BEACD%2CKAlBP%2CcAcG%2CKAIK%3BIACG%2CsBAAA%3BIACA%2CcAAA%3BIACA%2CWAAA%3BIACA%2CmBAAA%3BIACA%2CUAAA%3B%3BEAEA%2CKAzBX%2CcAcG%2CKACK%2CIAUI%2CSAAS%3BEAAV%2CKAzBX%2CcAcG%2CKAEK%2CMASI%2CSAAS%3BEAAV%2CKAzBX%2CcAcG%2CKAGK%2CSAQI%2CSAAS%3BEAAV%2CKAzBX%2CcAcG%2CKAIK%2CKAOI%2CSAAS%3BIACN%2CSAAS%2CaAAT%3BIACA%2CcAAA%3BIACA%2CgBAAA%3BIACA%2CoBAAA%3B%3BEAIR%2CKAjCP%2CcAcG%2CKAmBK%3BIACG%2CmBAAA%3B%3BEAlCZ%2CKAAC%2CcAsCG%2CMAAM%2CKAAI%3BIACN%2CiBAAA%3B%3BEAvCR%2CKAAC%2CcA0CG%2CMAAQ%2CKAAK%2CKAAE%3BIACX%2CSAAA%3B%3BEAKZ%3BIACI%2CkBAAA%3BIACA%2CmBAAA%3B%3BEAFJ%2CYAII%3BIACI%2CaAAA%3B%3BEALR%2CYAQI%2CQACI%2CMAAQ%2CKAAE%2CIAAI%2CaAAgB%2CKAAE%3BIAC5B%2CSAAA%3B%3BEAKZ%2CKAAK%2CcAED%2CKAAI%3BEADR%2CYAAY%2CcACR%2CKAAI%3BEAFR%2CKAAK%2CcAGD%2CKAAI%3BEAFR%2CYAAY%2CcAER%2CKAAI%3BEAHR%2CKAAK%2CcAID%2CKAAI%3BEAHR%2CYAAY%2CcAGR%2CKAAI%3BEAJR%2CKAAK%2CcAKD%2CKAAI%3BEAJR%2CYAAY%2CcAIR%2CKAAI%3BIACA%2CgBAAA%3B%3BE6BvFR%3BIACI%2CgBAAA%3B%3BEvCtXJ%2CiBAAC%3BEACD%2CiBAAC%3BIACG%2CSAAS%2CEAAT%3BIACA%2CcAAA%3B%3BEAGJ%2CiBAAC%3BIACG%2CWAAA%3B%3BEuC8WJ%2CiBAGI%2CSACI%3BIACI%2CWAAA%3BIACA%2CkBAAA%3B%3BEANZ%2CiBASI%3BIACI%2CYAAA%3BIACA%2CcAAA%3B%3BEbrYR%2CqBACI%2CaACI%2CcACI%3BIACI%2CWAAA%3B%3BEAJhB%2CqBACI%2CaACI%2CcAKI%3BIACI%2CgBAAA%3B%3BEgM6FhB%2CcACI%3BI1NyIJ%2CYAAA%3BIAAA%2CSAAA%3BI0NtIQ%2CUAAA%3B%3BE5L4BR%2CwBACI%3BI9ByGJ%2CeAAA%3B%3BE8B1GA%2CwBAKI%3BI9BqGJ%2CkBAAA%3BIAAA%2CmBAAA%3B%3BE8B1GA%2CwBAUI%3BI9BgGJ%2CaAAA%3B%3BE8B1GA%2CwBAcI%3BI9B4FJ%2CoBAAA%3B%3BE8B1GA%2CwBAkBI%2C0BACI%3BIACI%2CgBAAA%3B%3BEPTZ%2CwBACI%3BIvB8FJ%2CeAAA%3B%3BEuB%5C%2FFA%2CwBACI%2CgBAGI%3BIvB2FR%2CaAAA%3B%3BEuB%5C%2FFA%2CwBACI%2CgBAOI%3BIvBuFR%2CoBAAA%3B%3BEwCmSQ%2CgBADJ%2CUACK%3BIACG%2CkBAAA%3B%3BEAKZ%2CQACI%3BIACI%2CgBAAA%3B%3BEAFR%2CQAKI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2CaAGM%3BIACE%2CYAAA%3BIxCpTpB%2CeAAA%3B%3BEwCySA%2CQAKI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSAUN%2CeACI%3BIxC1ThB%2CmBAAA%3B%3BEwC4ToB%2CQAdhB%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSAUN%2CeACI%2CKAEK%3BIACG%2CgBAAA%3B%3BEAQxB%2CQAAQ%2CcACJ%3BIACI%2CcAAA%3BIxCvUR%2CmBAAA%3B%3BEwC4UA%2CuBACI%3BIACI%2CkBAAA%3B%3BEAIR%2CKAAK%2COAAO%2CSACR%2COAAM%2CMACF%2CYACI%3BIACI%2CgBAAA%3BIACA%2CWAAA%3B%3BEmBzgBhB%2CcACI%2CUAAU%3BIACN%2CoBAAA%3B%3BEAFR%2CcAKI%2CiBACI%3BIACI%2CYAAA%3B%3BEAKZ%2CMAAM%3BIACF%2CWAAA%3B%3BEAGJ%2CsBACI%2CmBACI%3BIACI%2CcAAA%3BIACA%2CkBAAA%3BIACA%2CgBAAA%3B%3BE5BgIZ%2CaACI%2CiBACI%3BI%5C%2FB2BR%2CeAAA%3BI%2BBzBY%2CaAAA%3BIACA%2CWAAA%3B%3BEAKZ%3BI%5C%2FBmBA%2C6BAAA%3BI%2BBjBI%2CgBAAA%3B%3BEAGI%2CgBADJ%2COACK%3BI%5C%2FBcT%2CiBAAA%3BI%2BBZY%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CSAAA%3B%3BEATZ%2CgBAaI%3BIACI%2CoBAAA%3BIACA%2CqBAAA%3B%3BEASJ%2CKAAC%2CcACG%3BIACI%2C6BAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CkBAAA%3BIACA%2CmBAAA%3B%3BEAPZ%2CKAWI%3BI%5C%2FBfJ%2CqBAAA%3BI8CpNA%2CqBAAA%3B%3BEfwNA%2CKAWI%2CaefF%3BI9CjQF%2CSAAA%3BIACA%2CMAAM%2CgBAAN%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BE8C4CA%2CKf6NI%2Cae7NH%3BIAuRD%2CmCAAA%3BIACA%2CkCAAA%3BI9C1EA%2CeAAA%3BIAAA%2CiBAAA%3BIAAA%2CcAAA%3BIAAA%2CSCtOW%2CODsOX%3BIAAA%2CagD3Qe%2CYhD2Qf%3BIAAA%2CSAAA%3BIAAA%2CsBAAA%3BI8CiFA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEAtRI%2CKfgNA%2CaejNH%2CMACI%3BI9CiML%2CWAAA%3B%3BE8C3LI%2CKf0MA%2Cae3MH%2COACI%3BI9C2LL%2CcAAA%3B%3BE%2BB4BQ%2CKAbJ%2CaAaK%3BIACG%2CyBAAA%3BIACA%2CyBAAA%3BIACA%2C4BAAA%3BIACA%2C0BAAA%3B%3BEAEA%2CKAnBR%2CaAaK%2CQAMI%3BIACG%2CWAAA%3B%3BEAOZ%2CuBAAI%3BIACA%2COAAA%3BIACA%2CkBAAA%3B%3BEZpFR%2CKAAK%2CcACD%3BInBuCJ%2CqBAAA%3BI8ClQA%2CqBAAA%3B%3BE3B0NA%2CKAAK%2CcACD%2CqB2BuCF%3BI9CjQF%2CSAAA%3BIACA%2CMAAM%2CgBAAN%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BE8CFA%2CK3BoNK%2CcACD%2CqB2BrNH%3BIAqUD%2CmCAAA%3BIACA%2CkCAAA%3BI9C1EA%2CeAAA%3BIAAA%2CiBAAA%3BIAAA%2CcAAA%3BIAAA%2CSCrOiB%2CODqOjB%3BIAAA%2CagD3Qe%2CYhD2Qf%3BIAAA%2CsBAAA%3BI8CiFA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEApUI%2CK3BuMC%2CcACD%2CqB2BzMH%2CMACI%3BI9C%2BOL%2CWAAA%3B%3BE8CzOI%2CK3BiMC%2CcACD%2CqB2BnMH%2COACI%3BI9CyOL%2CcAAA%3B%3BEgC1DA%2CuBAEI%3BEADJ%2CeACI%3BIhCwDJ%2CgCAAA%3BIgCtDQ%2CmBAAA%3BIACA%2CoBAAA%3B%3BEAKR%3BIACI%2CWAAA%3B%3BEAGJ%2CsBACM%3BIACE%2CgBAAA%3B%3BEAIR%3BIACI%2CWAAA%3BIACA%2CWAAA%3B%3BEAGJ%2CsBACI%3BIACI%2CWAAA%3B%3BEAIR%2CaACI%2CiBACI%2CcACI%3BEAHZ%2CaACI%2CiBACI%2CcAEI%3BIACI%2CcAAA%3B%3BEkB7HhB%2CiBACI%2CeAAc%3BIlDkJlB%2CkBAAA%3BIAAA%2CmBAAA%3B%3BEkDnJA%2CiBACI%2CeAAc%2CQAGV%2COAAM%2CKAAK%2CQACP%2CGACI%3BIACI%2C0BAAA%3B%3BEG6DhB%2CIAAC%2CcACG%3BIACI%2CaAAA%3B%3BEAFR%2CIAAC%2CcAKG%3BIACI%2CSAAA%3BIACA%2CqBAAA%3BIACA%2CkBAAA%3B%3BEARR%2CIAAC%2CcAWG%3BIACI%2CYAAA%3B%3BEAMR%2COAAC%3BIACG%2CkBAAA%3BIACA%2CmBAAA%3BIACA%2CWAAA%3B%3BEAHJ%2COAAC%2COAKG%2CqBAAoB%3BIAChB%2CmBAAA%3B%3BEANR%2COAAC%2COASG%3BIACI%2C6BAAA%3BIACA%2CYAAA%3BIACA%2COAAA%3BIACA%2CeAAA%3BIACA%2CQAAA%3BIACA%2CMAAA%3BIACA%2CUAAA%3B%3BEAhBR%2COAAC%2COASG%2CcASI%3BIrD2CZ%2CgBAAA%3BIqDzCgB%2CgBAAA%3BIACA%2CSAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3BIACA%2CUAAA%3BIACA%2CSAAA%3BIrDoChB%2CqBAAA%3BI8CpNA%2CqBAAA%3B%3BEAMA%2COOiJK%2COASG%2CcASI%2COPnKX%3BIAuRD%2CmCAAA%3BIACA%2CkCAAA%3BI9C1EA%2CeAAA%3BIAAA%2CoBAAA%3BIAAA%2CcAAA%3BIAAA%2CS%2BC9NU%2CO%5C%2FC8NV%3BIAAA%2CagD3Qe%2CYhD2Qf%3BIAAA%2CsBAAA%3BI8CiFA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEOlJI%2COAAC%2COAmCG%3BIrD0BR%2CuBAAA%3BIqDxBY%2CcAAA%3BIACA%2CYAAA%3BIACA%2COAAA%3BIACA%2CiBAAA%3BIACA%2CeAAA%3BIACA%2CQAAA%3BIACA%2CMAAA%3BIACA%2CUAAA%3B%3BEA5CR%2COAAC%2COA%2BCG%3BIrDcR%2CgBAAA%3BIqDZY%2CSAAA%3BIACA%2CcAAA%3BIACA%2COAAA%3BIACA%2CgBAAA%3BIACA%2CeAAA%3BIACA%2CQAAA%3BIACA%2CSAAA%3BIACA%2CWAAA%3B%3BEAMR%2COAAE%2CQAAC%3BIACC%2CeAAA%3BIACA%2CgBAAA%3B%3BEAGJ%2COAAC%3BIACG%2CwBAAA%3B%3BEAGJ%2COAAC%3BIACG%2CiBAAA%3B%3BEAIR%2COAAQ%3BIACJ%2CkBAAA%3BIACA%2CmBAAA%3BIACA%2CmBAAA%3B%3BEAHJ%2COAAQ%2CgBAKJ%3BIACI%2CaAAA%3B%3BEAGJ%2COATI%2CgBASH%3BIACG%2CkBAAA%3BIACA%2CyBAAA%3BIACA%2CUAAA%3BIrD3BR%2CcAAA%3BI8ClQA%2CqBAAA%3B%3BEAMA%2COO2QQ%2CgBASH%2CSPpRJ%3BIAqUD%2CmCAAA%3BIACA%2CkCAAA%3BI9C1EA%2CeAAA%3BIAAA%2CoBAAA%3BIAAA%2CcAAA%3BIAAA%2CS%2BClNQ%2CO%5C%2FCkNR%3BIAAA%2CagD3Qe%2CYhD2Qf%3BIAAA%2CsBAAA%3BI8CiFA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEOjDQ%2COArBA%2CgBASH%2CSAYI%3BIACG%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CSAAA%3B%3BEAGJ%2COA3BA%2CgBASH%2CSAkBI%3BIrD1CT%2CcAAA%3BIqD4CY%2CSAAS%2CKAAK%2CiBAAiB%2CGAA%5C%2FB%3BIACA%2CgBAAA%3B%3BEAIR%2COAlCI%2CgBAkCH%3BIACG%2CoBAAA%3B%3BEP%5C%2FMR%2COO4KQ%2CgBAkCH%2COAGG%2CgBPjNP%3BI9C6JD%2CS%2BCnNM%2CO%5C%2FCmNN%3B%3BEqDiDI%2COAlCI%2CgBAkCH%2COAUG%3BIACI%2CcAAA%3B%3BEAGJ%2COAhDA%2CgBAkCH%2COAcO%3BIACA%2CcAAA%3B%3BEAIR%2COArDI%2CgBAqDA%3BIACA%2CaAAA%3B%3BEAMA%2CkBADJ%2CcACK%3BIACG%2CoCAAA%3BIACA%2CSAAS%2CEAAT%3BIACA%2CcAAA%3BIACA%2CYAAA%3BIACA%2COAAA%3BIACA%2CiBAAA%3BIACA%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CWAAA%3B%3BEAXZ%2CkBAeI%3BIACI%2CmBAAA%3B%3BEAIR%2CiBACI%2CSACI%3BIrD4DR%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3B%3BEgElUT%3BIACI%2CeAAA%3B%3BEAGJ%3BEACA%3BIACI%2CqBAAA%3B%3BEAEA%2CcAAC%2CIAAI%3BEAAL%2CcAAC%2CIAAI%3BIACD%2CmBAAA%3B%3BE%5C%2FB4NR%3BIACI%2CWAAA%3BIACA%2CiBAAA%3B%3BEAII%2C0BAFJ%2CUAEK%3BIACG%2CoBAAA%3B%3BEADJ%2C0BAFJ%2CUAEK%2COAGG%3BIjCzEZ%2CiBAAA%3B%3BEiC8EY%2C0BAVR%2CUAEK%2COAQI%3BIACG%2C6BAAA%3BIjC%5C%2FEhB%2CmBAAA%3BIiCiFgB%2CaAAA%3BIACA%2CeAAA%3B%3BEAEA%2C0BAhBZ%2CUAEK%2COAQI%2CMAMI%3BIACG%2CcAAA%3B%3BEAPR%2C0BAVR%2CUAEK%2COAQI%2CMAUG%3BIACI%2CeAAA%3B%3BEAEA%2C0BAvBhB%2CUAEK%2COAQI%2CMAUG%2CMAGK%3BIACG%2CaAAA%3B%3BEAGJ%2C0BA3BhB%2CUAEK%2COAQI%2CMAUG%2CMAOK%3BIACG%2CaAAA%3B%3BEAlBZ%2C0BAVR%2CUAEK%2COAQI%2CMAUG%2CMAWI%3BIjCnGpB%2CWAAA%3BIiCqGwB%2CcAAA%3BIACA%2CiBAAA%3BIACA%2CqBAAA%3B%3BEAEA%2C0BArCpB%2CUAEK%2COAQI%2CMAUG%2CMAWI%2CEAMK%3BIjCzGzB%2CmBAAA%3B%3BEiCwHQ%2C0BApDJ%2CUAoDK%2CMACG%3BIjCzHZ%2CiBAAA%3B%3BEiC%2BHQ%2C0BA3DJ%2CUA2DK%3BIACG%2CmBAAA%3B%3BEAKA%2C0BAjER%2CUAgEK%2CQACI%3BEACD%2C0BAlER%2CUAgEK%2CQAEI%3BIACG%2CmBAAA%3B%3BEASJ%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%3BESmDR%2C%2BBACI%3BIACI%2CcAAA%3B%3BEAFR%2C%2BBAKI%3BIACI%2CiBAAA%3B%3BEAIR%2CcACI%2CiBACM%3BIACE%2CeAAA%3B%3BEkB%5C%2FZR%2CMAAC%2CWACG%3BIACI%2CeAAA%3BIACA%2CkBAAA%3B%3BEAHR%2CMAAC%2CWAMG%2COACI%2CSAAQ%3BIACJ%2CeAAA%3B%3BE9CqahB%2CoBACI%3BIACI%2CaAAA%3BIACA%2CkBAAA%3BIACA%2CkBAAA%3BIACA%2CYAAA%3B%3BEALR%2CoBAQI%3BIACI%2CkBAAA%3B%3BEATR%2CoBAYI%2CQAAO%3BEAZX%2CoBAaI%2CQAAO%3BIACH%2CSAAA%3B%3BEsB3eR%2CKAAK%2CKAAK%2COACN%3BIACI%2CmBAAA%3B%3BEAIA%2CKANH%2CKAAK%2COAKN%2CQACK%3BIACG%2CcAAA%3BIACA%2CQAAA%3BIACA%2CSAAA%3B%3BE0L8BZ%3BIACI%2COAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3BIACA%2CWAAA%3BIACA%2CUAAA%3B%3BEALJ%2CsBAWI%3BIACI%2C6BAAA%3BIACA%2CaAAA%3B%3BEAEA%2CsBAJJ%2CSAIK%3BIACG%2CcAAA%3B%3BE%5C%2FMwSZ%3BEACA%2CiBAAoB%3BIAChB%2CaAAA%3B%3BEAGJ%2CaAAc%2CkBAAkB%2COAAM%3BIf7HtC%2CiBAAA%3BIe%2BHI%2CYAAA%3BIACA%2CSAAA%3B%3BEAGJ%2CWAAY%2CQAAQ%2CWAAU%3BIfnI9B%2CiBAAA%3BIeqII%2CWAAA%3BIACA%2CQAAA%3B%3BEAGJ%2CYAAa%2CQAAO%2CQAChB%3BIf1IJ%2CmBAAA%3BIAAA%2CiBAAA%3BIe6IQ%2CeAAA%3B%3BEAJR%2CYAAa%2CQAAO%2CQAChB%2CgBAKI%3BIACI%2CcAAA%3B%3BEAPZ%2CYAAa%2CQAAO%2CQAChB%2CgBAKI%2CkBAGI%2CGAAE%3BIACE%2CgBAAA%3BIACA%2CSAAA%3BIACA%2CgBAAA%3BIACA%2CSAAA%3BIACA%2CkBAAA%3B%3BEAEA%2CYAhBH%2CQAAO%2CQAChB%2CgBAKI%2CkBAGI%2CGAAE%2CSAOG%3BEACD%2CYAjBH%2CQAAO%2CQAChB%2CgBAKI%2CkBAGI%2CGAAE%2CSAQG%3BIACG%2CaAAA%3B%3BEAlBpB%2CYAAa%2CQAAO%2CQAChB%2CgBAKI%2CkBAgBI%3BEAtBZ%2CYAAa%2CQAAO%2CQAChB%2CgBAKI%2CkBAiBI%3BIACI%2C6BAAA%3BIACA%2CcAAA%3BIACA%2CkBAAA%3B%3BEA1BhB%2CYAAa%2CQAAO%2CQAChB%2CgBAKI%2CkBAuBI%2CkBAAkB%3BIACd%2CeAAA%3B%3BEA9BhB%2CYAAa%2CQAAO%2CQAChB%2CgBAKI%2CkBA2BI%2CiBAAiB%3BIACb%2CUAAA%3B%3BEAQhB%3BIACI%2CmBAAA%3BIACA%2CeAAA%3B%3BEASJ%2CcAAe%3BIACX%2CcAAA%3BIACA%2CkBAAA%3B%3BEAIA%2C6BAA8B%3BIAC1B%2CiBAAA%3BIACA%2CkBAAA%3B%3BEAIR%2CYAAa%3BIZyBb%2CYAAA%3BIACA%2CcAAA%3B%3BEY1BA%2CYAAa%2CYZ4BX%2CQAAQ%2CKAAK%3BIACX%2CaAAA%3B%3BEY7BJ%2CYAAa%2CYZgCX%3BIACE%2CcAAA%3B%3BEYjCJ%2CYAAa%2CYZgCX%2CQAGI%3BIACE%2CcAAA%3B%3BEYpCR%2CYAAa%2CYZgCX%2CQAGI%2CKAGE%3BEYtCR%2CYAAa%2CYZgCX%2CQAGI%2CKAIE%3BIACI%2CmBAAA%3BIACA%2CcAAA%3BIHnPZ%2CiBAAA%3B%3BEGsPY%2CYY5CC%2CYZgCX%2CQAGI%2CKAGE%2CGAMK%2CSAAS%3BEAAV%2CYY5CC%2CYZgCX%2CQAGI%2CKAIE%2CGAKK%2CSAAS%3BIHtPtB%2CmBAAA%3BIGwPgB%2CSAAS%2CcAAa%2CIAAtB%3BIACA%2CqBAAA%3BIHzPhB%2CcAAA%3BIAAA%2CgBAAA%3B%3BEe0MA%2CYAAa%2CYZ3FX%2CQAAQ%2CKAAK%3BIH%5C%2FGf%2CyBAAA%3B%3BEqClDA%2CcAAc%3BIACV%2CmBAAA%3BIACA%2CeAAA%3B%3BEAGI%2CcALM%2CSAIV%2CSACK%3BIACG%2CsBAAA%3BIACA%2CkBAAA%3B%3BEAEA%2CcATE%2CSAIV%2CSACK%2CKAII%3BIACG%2CWAAA%3BIACA%2CkBAAA%3B%3BEAGJ%2CcAdE%2CSAIV%2CSACK%2CKASI%3BIrCoCb%2CiBAAA%3B%3BEqChCY%2CcAlBE%2CSAIV%2CSACK%2CKAaI%3BIACG%2CcAAA%3BIACA%2CWAAA%3B%3BEAFJ%2CcAlBE%2CSAIV%2CSACK%2CKAaI%2CQAIG%3BIACI%2CkBAAA%3B%3BEAEA%2CcAzBN%2CSAIV%2CSACK%2CKAaI%2CQAIG%2CQAGK%3BIACG%2CeAAA%3B%3BEAGJ%2CcA7BN%2CSAIV%2CSACK%2CKAaI%2CQAIG%2CQAOK%3BEACD%2CcA9BN%2CSAIV%2CSACK%2CKAaI%2CQAIG%2CQAQK%3BIACG%2CeAAA%3B%3BEAKZ%2CcApCE%2CSAIV%2CSACK%2CKA%2BBI%3BEACD%2CcArCE%2CSAIV%2CSACK%2CKAgCI%3BEAhCL%2CcALM%2CSAIV%2CSACK%2CKAiCG%3BEACA%2CcAvCE%2CSAIV%2CSACK%2CKAkCI%3BIACG%2CiBAAA%3B%3BEAnCR%2CcALM%2CSAIV%2CSACK%2CKAsCG%3BIACI%2CWAAA%3BIACA%2CkBAAA%3B%3BEAxCR%2CcALM%2CSAIV%2CSACK%2CKAsCG%2CYAII%3BIACI%2CeAAA%3B%3BEA3CZ%2CcALM%2CSAIV%2CSACK%2CKA%2BCG%3BEA%5C%2FCJ%2CcALM%2CSAIV%2CSACK%2CKAgDG%2COAAM%3BIACF%2CaAAA%3B%3BEAIR%2CcA1DM%2CSAIV%2CSAsDK%3BIACG%2CeAAA%3B%3BEAOJ%2CqBADJ%2CSACK%3BIACG%2CWAAA%3B%3BEAEA%2CqBAJR%2CSACK%2CKAGI%3BIACG%2CWAAA%3B%3BEAMhB%2CKAAK%2CcACD%3BIrC3BJ%2CqBAAA%3BI8ClQA%2CqBAAA%3B%3BET4RA%2CKAAK%2CcACD%2CYS3BF%3BI9CjQF%2CSAAA%3BIACA%2CMAAM%2CgBAAN%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BE8CFA%2CKTsRK%2CcACD%2CYSvRH%3BIAqUD%2CmCAAA%3BIACA%2CkCAAA%3BI9C1EA%2CeAAA%3BIAAA%2CiBAAA%3BIAAA%2CcAAA%3BIAAA%2CS%2BCpPiB%2CO%5C%2FCoPjB%3BIAAA%2CagD3Qe%2CYhD2Qf%3BIAAA%2CsBAAA%3BI8CiFA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEApUI%2CKTyQC%2CcACD%2CYS3QH%2CMACI%3BI9C%2BOL%2CWAAA%3B%3BE8CzOI%2CKTmQC%2CcACD%2CYSrQH%2COACI%3BI9CyOL%2CcAAA%3B%3BEqCqCQ%2CKAXH%2CcACD%2CYAUK%3BIACG%2CiBAAA%3B%3BE2LlQZ%2CQAAS%2C4BACL%2CeACI%3BIACI%2CeAAA%3BIACA%2COAAO%2CqBAAP%3B%3BEAEA%2CQANH%2C4BACL%2CeACI%2CcAIK%2CUAAU%3BIACP%2CcAAA%3B%3BEAPhB%2CQAAS%2C4BACL%2CeAUI%3BIACI%2CcAAA%3BIACA%2CkBAAA%3B%3BEAbZ%2CQAAS%2C4BACL%2CeAeI%3BIACI%2CSAAA%3B%3BEAjBZ%2CQAAS%2C4BACL%2CeAmBI%3BIACI%2CkBAAA%3B%3BEUgCZ%3BIACI%2CSAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3B%3BEAHJ%2CaAKI%3BIACI%2CeAAA%3B%3BEANR%2CaASI%2COAAM%3BIACF%2CgBAAA%3B%3BEAVR%2CaAaI%2COAAM%2COACF%3BIACI%2CkBAAA%3BIACA%2CUAAA%3BIACA%2CUAAA%3BIACA%2CMAAA%3B%3BEAlBZ%2CaAaI%2COAAM%2COAQF%3BIACI%2CwBAAA%3B%3BEAtBZ%2CaAaI%2COAAM%2COAYF%3BI1O8IR%2CWAAA%3BIAAA%2CqBAAA%3BI8ClQA%2CqBAAA%3B%3BEAMA%2Ca4LkGI%2COAAM%2COAYF%2CwB5L9GP%3BIAqUD%2CmCAAA%3BIACA%2CkCAAA%3BI9C1EA%2CeAAA%3BIAAA%2CoBAAA%3BIAAA%2CcAAA%3BIAAA%2CS0O3IqC%2CO1O2IrC%3BIAAA%2CaCnQiC%2C0BDmQjC%3BIAAA%2CsBAAA%3BI8CiFA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BE4L3NY%2CaApBR%2COAAM%2COAYF%2CwBAQK%3BIACG%2CSAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3B%3BEApChB%2CaAaI%2COAAM%2COA2BF%3BIACI%2CSAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CkBAAA%3BIACA%2CmBAAA%3B%3BEA9CZ%2CaAaI%2COAAM%2COAoCF%2CYAAW%3BI1OsHnB%2CiBAAA%3BI0OpHY%2CiBAAA%3B%3BEAnDZ%2CaAuDI%3BI1OgHJ%2CWAAA%3BIAAA%2CeAAA%3BI0O5GQ%2CkBAAA%3B%3BEC0DR%3BI3OiKA%2CqBAAA%3BIACA%2CoBAAA%3BIACA%2CaAAA%3BIwF3YA%2C%2BBAAA%3BIACA%2CuBAAA%3B%3BEmJ2OA%3BIACI%2CkBAAA%3B%3BEClJJ%3BI5O8SA%2CqBAAA%3BIACA%2CoBAAA%3BIACA%2CaAAA%3BIwF3YA%2C%2BBAAA%3BIACA%2CuBAAA%3B%3BEqJwZA%3BI7OhBA%2CqBAAA%3BIACA%2CoBAAA%3BIACA%2CaAAA%3BIwFlYA%2C0BAAA%3BIACA%2C%2BBAAA%3BIACA%2CkBAAA%3BIACA%2CuBAAA%3BIqJkZI%2CmBAAA%3B%3BEALJ%2CwBAOI%2CyBACI%3BI7OKR%2CuBAAA%3BIACQ%2CeAAA%3BIA9BR%2CqBAAA%3BIACA%2CoBAAA%3BIACA%2CaAAA%3B%3BE6OcA%2CwBAOI%2CyBAMI%2CaACI%3BI7O7IZ%2CgBAAA%3BIAAA%2CiBAAA%3BI6OgJgB%2CiBAAA%3B%3BEAIA%2CwBAdZ%2CyBAMI%2CaAOI%2CEACK%3BI7OpJjB%2CiBAAA%3B%3BE6O%2BHA%2CwBAOI%2CyBAoBI%3BI7O1JR%2CgBAAA%3B%3BE6O%2BHA%2CwBAOI%2CyBAwBI%3BI7O%5C%2FCR%2CqBAAA%3BIACA%2CoBAAA%3BIACA%2CaAAA%3BIAjHA%2CeAAA%3BI6OkKY%2CkBAAA%3BIACA%2CiBAAA%3B%3BEApCZ%2CwBAOI%2CyBAgCI%3BIACI%2CgBAAA%3BIACA%2CcAAA%3BIACA%2CWAAA%3B%3BEA1CZ%2CwBAOI%2CyBAsCI%3BIACI%2CSAAA%3B%3BEA9CZ%2CwBAOI%2CyBAsCI%2CkBAGI%3BIACI%2CgBAAA%3B%3BEAMhB%3BI7OvEA%2CqBAAA%3BIACA%2CoBAAA%3BIACA%2CaAAA%3BIwF1UA%2C0BAAA%3BIACA%2C8BAAA%3BIACA%2CsBAAA%3BIqJgZI%2CoBAAA%3BIACA%2CmBAAA%3BIACA%2CkBAAA%3B%3BEAGJ%3BI7O9LA%2CsBAAA%3BIAAA%2CWAAA%3BIA%2BGA%2CqBAAA%3BIACA%2CoBAAA%3BIACA%2CaAAA%3BIwFlYA%2C2BAAA%3BIACA%2C%2BBAAA%3BIACA%2CmBAAA%3BIACA%2CuBAAA%3B%3BEqJ4cA%2CmBAKI%3BIACI%2CkBAAA%3B%3BEAIR%3BI7OzFA%2CqBAAA%3BIACA%2CoBAAA%3BIACA%2CaAAA%3BIwF1UA%2C0BAAA%3BIACA%2C8BAAA%3BIACA%2CsBAAA%3BIqJkaI%2C6BAAA%3BIACA%2CmBAAA%3BIACA%2CkBAAA%3BIACA%2CcAAA%3B%3BEANJ%2CoBAQI%3BI7OhNJ%2CiBAAA%3B%3BE6OmNQ%2CoBAHJ%2CGAGK%2CUAAU%3BI7OnNnB%2CgBAAA%3B%3BE6OuNQ%2CoBAPJ%2CGAOK%2CUAAU%3BIACP%2CgBAAA%3BIACA%2CeAAA%3B%3BEAjBZ%2CoBAqBI%3BI7O7NJ%2CiBAAA%3BI6O%2BNQ%2CmBAAA%3B%3BEAvBR%2CoBA0BI%3BI7OlOJ%2CiBAAA%3BI6OoOQ%2CkBAAA%3BIACA%2CSAAA%3BIACA%2CkBAAA%3BIACA%2CkBAAA%3B%3BEAIR%3BI7O3OA%2CgCAAA%3BIAAA%2C6BAAA%3B%3BE6OgPA%2CYACI%2CqBACI%2CiBAEI%3BI7OpPZ%2CeAAA%3BIAAA%2CWAAA%3BI6OwPgB%2CUAAA%3B%3BEAMhB%2CiBACI%2CqBAEI%3BIACI%2CgBAAA%3B%3BEAJZ%2CiBACI%2CqBAEI%2CiBAGI%2CgBACI%3BIACI%2CSAAA%3B%3BEARpB%2CiBACI%2CqBAEI%2CiBASI%3BEAZZ%2CiBACI%2CqBAEI%2CiBASmB%3BIACX%2CoBAAA%3B%3BEAbhB%2CiBACI%2CqBAgBI%3BEAjBR%2CiBACI%2CqBAgByB%3BIACjB%2CaAAA%3B%3BEAlBZ%2CiBACI%2CqBAmBI%3BIACI%2CWAAA%3B%3BEC1VZ%2CaACI%3BIACI%2CeAAA%3B%3BEAFR%2CaAKI%2COAAM%3BIACF%2CgBAAA%3B%3BEANR%2CaASI%2COAAM%2COAEF%3BIACI%2CoBAAA%3B%3BEAZZ%2CaAgBI%3BI9OuDJ%2CWAAA%3BIAAA%2CeAAA%3BI8OnDQ%2CkBAAA%3B%3BECnIR%2CaACI%2CYACI%2CMAAK%3BIACD%2CgBAAA%3B%3BEAHZ%2CaACI%2CYAII%3BIACI%2CaAAA%3B%3BEANZ%2CaASI%2CeACI%2CyBACI%3BIACI%2CqBAAA%3B%3BEAZhB%2CaAiBI%2CmBACI%3BIACI%2CkBAAA%3B%3BEAnBZ%2CaAuBI%2CeACI%2CqBACI%2CSACI%2CQAAO%3BIACH%2CmBAAA%3B%3BEA3BpB%2CaAuBI%2CeACI%2CqBAMI%2CkBACI%3BIACI%2CwBAAA%3B%3BEAhCpB%2CaAuBI%2CeACI%2CqBAMI%2CkBACI%2C4BAGI%3BIACI%2CkBAAA%3BIACA%2CmBAAA%3B%3BEApCxB%2CaAuBI%2CeACI%2CqBAMI%2CkBACI%2C4BAGI%2C0BAII%3BIACI%2CeAAA%3B%3BECR5B%2CqBACI%3BIACI%2CgCAAA%3BIACA%2C6BAAA%3B%3BEAHR%2CqBACI%2CgBAII%2CMAAK%2CWACC%2CKACI%3BIACE%2CgBAAA%3B%3BEAGI%2CqBAVpB%2CgBAII%2CMAAK%2CWACC%2CKACI%2CKAGE%2CKAAI%2CKACC%3BIhP4IzB%2CWAAA%3BIAAA%2CiBAAA%3BIgPzI4B%2CSAAS%2COAAT%3B%3BEAIA%2CqBAjBxB%2CgBAII%2CMAAK%2CWACC%2CKACI%2CKAGE%2CKAAI%2CKAOC%2COACI%3BIhPqI7B%2CWAAA%3BIgPnIgC%2CSAAS%2COAAT%3B%3BEApBhC%2CqBACI%2CgBAII%2CMAAK%2CWACC%2CKACI%2CKAkBI%2CIAAC%3BIhP8HvB%2CmBAAA%3B%3BEgPtH4B%2CqBAhCxB%2CgBAII%2CMAAK%2CWACC%2CKACI%2CKAsBG%2COAGG%2CKAAI%2CKACC%3BEAAD%2CqBAhCxB%2CgBAII%2CMAAK%2CWACC%2CKACI%2CKAuBG%2CMAEG%2CKAAI%2CKACC%3BEAAD%2CqBAhCxB%2CgBAII%2CMAAK%2CWACC%2CKACI%2CKAwBG%2CMACG%2CKAAI%2CKACC%3BIhPsH7B%2CWAAA%3B%3BEgP1HoB%2CqBA5BhB%2CgBAII%2CMAAK%2CWACC%2CKACI%2CKAsBG%2COASI%3BEARL%2CqBA7BhB%2CgBAII%2CMAAK%2CWACC%2CKACI%2CKAuBG%2CMAQI%3BEAPL%2CqBA9BhB%2CgBAII%2CMAAK%2CWACC%2CKACI%2CKAwBG%2CMAOI%3BIhPiHzB%2CWAAA%3B%3BEgPvJA%2CqBACI%2CgBAII%2CMAAK%2CWACC%2CKACI%2CKAoCI%3BIhP4GtB%2CmBAAA%3B%3BEgPvJA%2CqBACI%2CgBAII%2CMAAK%2CWACC%2CKACI%2CKAoCI%2CKAGE%2CGAAG%3BIhPyG3B%2CWAAA%3B%3BEiPojDA%3BIjPj6CA%2C8BAAA%3BIACI%2C0BAAA%3BIACI%2CsBAAA%3BIArJR%2CWAAA%3BIA%2BGA%2CqBAAA%3BIACA%2CoBAAA%3BIACA%2CaAAA%3BIiPy8CI%2CmBAAA%3B%3BEANJ%2CwBAQI%3BIACI%2CYAAA%3B%3BEAQR%2CqBACI%2CoBACI%2CWACI%3BIACI%2CgBAAA%3B%3BEAJhB%2CqBACI%2CoBACI%2CWACI%2CWAGI%3BIjP3kDhB%2CiBAAA%3B%3BEiPqkDA%2CqBAaI%3BIACI%2CgBAAA%3B%3BEAdR%2CqBAaI%2CcAGI%3BIACI%2CmBAAA%3B%3BEAjBZ%2CqBAaI%2CcAOI%3BIACI%2CcAAA%3BIACA%2CgBAAA%3B%3BEAtBZ%2CqBAaI%2CcAOI%2CaAII%3BEAxBZ%2CqBAaI%2CcAOI%2CaAIO%3BIjP7lDf%2CiBAAA%3B%3BEiPqkDA%2CqBAaI%2CcAgBI%3BIACI%2CgBAAA%3B%3BEA9BZ%2CqBAaI%2CcAgBI%2CYAGI%3BIjPrmDZ%2CcAAA%3BIAAA%2CgBAAA%3BIAAA%2CiBAAA%3B%3BEiPqkDA%2CqBAaI%2CcA0BI%2CWAAU%3BEAvClB%2CqBAaI%2CcA0B6B%3BIjP5mDjC%2CcAAA%3BIAAA%2CiBAAA%3B%3BEiPqkDA%2CqBAaI%2CcA%2BBI%2CWAAU%2CSACN%3BIACI%2CmBAAA%3B%3BEA9ChB%2CqBAaI%2CcA%2BBI%2CWAAU%2CSAKN%3BIjPtnDZ%2CiBAAA%3B%3BEiPqkDA%2CqBAaI%2CcAyCI%3BIACI%2CgBAAA%3B%3BEAIA%2CqBA9CR%2CcA6CI%2CgBACK%3BIACG%2CkBAAA%3B%3BEAGJ%2CqBAlDR%2CcA6CI%2CgBAKK%2CUAAU%2CGAEP%2CeAAe%2CEAAC%3BIjPtoDhC%2CiBAAA%3B%3BEiPooDY%2CqBAlDR%2CcA6CI%2CgBAKK%2CUAAU%2CGAMP%2CeAAe%2CEAAC%3BIjP1oDhC%2CeAAA%3B%3BEiP%2BoDY%2CqBA7DR%2CcA6CI%2CgBAgBK%2CUAAU%2CGAEP%2CeAAe%2CEAAC%3BEAFH%2CqBA7DzB%2CcA6CI%2CgBAgBsB%2CUAAU%2CGAExB%2CeAAe%2CEAAC%3BIjPjpDhC%2CiBAAA%3B%3BEiP%2BoDY%2CqBA7DR%2CcA6CI%2CgBAgBK%2CUAAU%2CGAMP%2CeAAe%2CEAAC%3BEANH%2CqBA7DzB%2CcA6CI%2CgBAgBsB%2CUAAU%2CGAMxB%2CeAAe%2CEAAC%3BIjPrpDhC%2CiBAAA%3B%3BEiP0pDY%2CqBAxER%2CcA6CI%2CgBA2BK%2CUAAU%2CGACP%3BIACI%2CiBAAA%3BIACA%2CcAAA%3B%3BEAHR%2CqBAxER%2CcA6CI%2CgBA2BK%2CUAAU%2CGAMP%3BIACI%2CkBAAA%3B%3BEA5FpB%2CqBAaI%2CcAoFI%2CQAAO%2CKACH%3BEAlGZ%2CqBAaI%2CcAoFI%2CQAAO%2CKACiB%2CSAAQ%3BIjPvqDxC%2CWAAA%3B%3BEiPqkDA%2CqBAaI%2CcAoFI%2CQAAO%2CKAKH%2CeACI%3BIACI%2CgBAAA%3B%3BEAxGpB%2CqBAaI%2CcAoFI%2CQAAO%2CKAKH%2CeACI%2CiBAGI%3BIACI%2CcAAA%3B%3BEA3GxB%2CqBAaI%2CcAoGI%3BIjPniDR%2CsCAAA%3BIACI%2CkCAAA%3BIACI%2C8BAAA%3BIiPskDI%2CaAAA%3B%3BEAtJZ%2CqBAaI%2CcAoGI%2C2BAEI%2CSAAQ%2CKAAK%3BIjPxrDzB%2CWAAA%3B%3BEiPqkDA%2CqBAaI%2CcAoGI%2C2BAMI%3BIACI%2CiBAAA%3B%3BEAxHhB%2CqBAaI%2CcAoGI%2C2BAUI%3BIACI%2CWAAA%3B%3BEA5HhB%2CqBAaI%2CcAoGI%2C2BAeI%2CSAAQ%2CKAAK%3BIACT%2CmBAAA%3BIACA%2CeAAA%3BIACA%2CmBAAA%3BIACA%2CWAAA%3B%3BEApIhB%2CqBAaI%2CcAoGI%2C2BAeI%2CSAAQ%2CKAAK%2CSAMT%2CMAAK%3BIjP3sDrB%2CiBAAA%3BIiP6sDoB%2CuBAAA%3BIACA%2CiBAAA%3B%3BEAzIpB%2CqBAaI%2CcAoGI%2C2BAeI%2CSAAQ%2CKAAK%2CSAYT%3BIjPjtDhB%2CiBAAA%3B%3BEiPqkDA%2CqBAaI%2CcAoGI%2C2BAeI%2CSAAQ%2CKAAK%2CSAgBT%3BIjPrtDhB%2CiBAAA%3B%3BEiPqkDA%2CqBAaI%2CcAoGI%2C2BAuCI%3BIACI%2CuBAAA%3BIACA%2CmBAAA%3B%3BEA1JhB%2CqBAaI%2CcAoGI%2C2BA6CI%3BIACI%2CcAAA%3B%3BEA%5C%2FJhB%2CqBAaI%2CcAoGI%2C2BAiDI%3BIACI%2CcAAA%3B%3BEAnKhB%2CqBAaI%2CcAoGI%2C2BAqDI%3BIACI%2CeAAA%3B%3BEAvKhB%2CqBAaI%2CcAkKI%3BIjPpvDR%2C6BAAA%3B%3BEiPqkDA%2CqBAaI%2CcAkKI%2CkBAGI%3BIjPxoDZ%2CqBAAA%3BIACA%2CoBAAA%3BIACA%2CaAAA%3BIwF1UA%2CuBAAA%3BIACA%2C2BAAA%3BIACA%2CmBAAA%3B%3BEyJ4xDA%2CqBAaI%2CcAkKI%2CkBAOI%3BIACI%2CUAAA%3B%3BEAvLhB%2CqBAaI%2CcAkKI%2CkBAOI%2CYAGI%3BIjP%5C%2FoDhB%2CqBAAA%3BIACA%2CoBAAA%3BIACA%2CaAAA%3BIwF1UA%2C0BAAA%3BIACA%2C8BAAA%3BIACA%2CsBAAA%3B%3BEyJ4xDA%2CqBAaI%2CcAkKI%2CkBAeI%2COAAM%2CIACF%3BIjPpwDhB%2CiBAAA%3B%3BEiPqkDA%2CqBAaI%2CcAkKI%2CkBAeI%2COAAM%2CIAKF%2CSACI%3BIACI%2CWAAA%3BIACA%2CYAAA%3B%3BEAtMxB%2CqBAaI%2CcAkKI%2CkBA4BI%2CYACI%3BIACI%2CWAAA%3BIACA%2CgBAAA%3B%3BEA9MpB%2CqBAaI%2CcAkKI%2CkBAmCI%2CSACI%3BIACI%2CcAAA%3BIACA%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CgBAAA%3B%3BEAvNpB%2CqBAaI%2CcAkKI%2CkBA4CI%3BIACI%2CcAAA%3BIACA%2CUAAA%3BIACA%2CgBAAA%3BIACA%2CkBAAA%3B%3BEA%5C%2FNhB%2CqBAaI%2CcAkKI%2CkBAmDI%3BIACI%2CsBAAA%3BIACA%2CgBAAA%3B%3BEApOhB%2CqBAaI%2CcAkKI%2CkBAmDI%2CqBAII%3BIACI%2CkBAAA%3B%3BEAvOpB%2CqBAaI%2CcAkKI%2CkBA4DI%3BIACI%2CcAAA%3B%3BEA5OhB%2CqBAaI%2CcAkKI%2CkBAgEI%3BIjPrsDZ%2CqBAAA%3BIACA%2CoBAAA%3BIACA%2CaAAA%3BIiPqsDgB%2CaAAA%3BIACA%2CUAAA%3B%3BEAlPhB%2CqBAaI%2CcAyOI%3BIACI%2CgBAAA%3B%3BEAvPZ%2CqBAaI%2CcAyOI%2C2BAGI%3BIjP9zDZ%2CiBAAA%3B%3BEiPqkDA%2CqBAaI%2CcAyOI%2C2BAOI%3BIACI%2CiBAAA%3BIjPn0DhB%2CiBAAA%3B%3BEiPqkDA%2CqBAaI%2CcAyOI%2C2BAYI%2COACI%3BIjPx0DhB%2CiBAAA%3B%3BEiPqkDA%2CqBAaI%2CcA4PI%3BIACI%2CkBAAA%3B%3BEA1QZ%2CqBAaI%2CcAgQI%3BIACI%2CcAAA%3B%3BEA9QZ%2CqBAaI%2CcAgQI%2CsBAGI%3BIACI%2CgBAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3BIACA%2CQAAA%3B%3BEApRhB%2CqBAaI%2CcA2QI%2CuBACI%3BIACI%2CkBAAA%3B%3BEA1RhB%2CqBAaI%2CcA2QI%2CuBACI%2CuBAGI%3BIACI%2CeAAA%3B%3BEA7RpB%2CqBAaI%2CcA2QI%2CuBASI%2CsBAAsB%3BIAClB%2CeAAA%3BIACA%2CUAAA%3BIACA%2COAAA%3B%3BEApShB%2CqBAaI%2CcA2QI%2CuBAeI%3BIACI%2CmBAAA%3B%3BEAxShB%2CqBAaI%2CcA2QI%2CuBAmBI%3BIACI%2CSAAA%3BIACA%2CwBAAA%3BIACA%2CoBAAA%3B%3BEA9ShB%2CqBAaI%2CcA2QI%2CuBAmBI%2CgBAKI%2CeACI%3BIjPt3DpB%2CiBAAA%3B%3BEiPqkDA%2CqBAaI%2CcA2QI%2CuBAmBI%2CgBAWI%2CcACI%3BIACI%2CeAAA%3B%3BEAxTxB%2CqBAaI%2CcAiTI%3BIACI%2CaAAA%3B%3BEA%5C%2FTZ%2CqBAaI%2CcAqTI%2CSAAQ%2CKAAK%3BIACT%2CgBAAA%3B%3BEAKZ%3BIACI%2CSAAA%3B%3BEAGJ%3BIACI%2CkBAAA%3B%3BEAGJ%2CiBACI%3BIjPnwDJ%2C2BAAA%3BIACI%2CuBAAA%3BIACI%2CmBAAA%3BIAtCR%2CqBAAA%3BIACA%2CoBAAA%3BIACA%2CaAAA%3BIwFlYA%2C2BAAA%3BIACA%2C%2BBAAA%3BIACA%2CmBAAA%3BIACA%2CuBAAA%3BIyJuqEQ%2CeAAA%3B%3BEAQR%2CcACI%3BIjPl6DJ%2CgBAAA%3BIAAA%2CcAAA%3BIAAA%2CiBAAA%3BIiPu6DQ%2CyBAAA%3BIACA%2CgBAAA%3B%3BEAPR%2CcAUI%2CUAAS%3BIACL%2CaAAA%3BIACA%2CkBAAA%3B%3BEAZR%2CcAeI%3BIACI%2CcAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3B%3BEAlBR%2CcAeI%2CaAKI%2CMACI%3BEArBZ%2CcAeI%2CaAKI%2CMACO%3BIjPt7Df%2CiBAAA%3B%3BEiPi6DA%2CcA2BI%2CeACI%2CgBACI%3BIACI%2CgBAAA%3B%3BEA9BhB%2CcAmCI%3BIACI%2CqBAAA%3B%3BEApCR%2CcAmCI%2CWAGI%3BIACI%2CUAAA%3B%3BEAvCZ%2CcAmCI%2CWAOI%2CgBACI%3BIjP58DZ%2CiBAAA%3BIiP88DgB%2CkBAAA%3B%3BEA7ChB%2CcAmCI%2CWAOI%2CgBAMI%3BIjPj9DZ%2CiBAAA%3B%3BEiPi6DA%2CcAmCI%2CWAkBI%3BIAEI%2CUAAA%3BIACA%2CWAAA%3B%3BEAxDZ%2CcAmCI%2CWAkBI%2CgBAKI%3BIACI%2CcAAA%3B%3BEAKJ%2CcA7BR%2CWA4BI%2CQACK%3BIACG%2CWAAA%3BIACA%2CeAAA%3BIACA%2CgBAAA%3BIACA%2CcAAA%3B%3BEApEhB%2CcAmCI%2CWAqCI%2CUAAS%3BIjP13DjB%2CqBAAA%3BIACA%2CoBAAA%3BIACA%2CaAAA%3BIwF3YA%2C%2BBAAA%3BIACA%2CuBAAA%3BIyJowEY%2CeAAA%3B%3BEA1EZ%2CcAmCI%2CWA0CI%2CMAAK%3BIjP%5C%2F3Db%2CqBAAA%3BIACA%2CoBAAA%3BIACA%2CaAAA%3BIAkDA%2C4BAAA%3BIACI%2CwBAAA%3BIACI%2CoBAAA%3BIiP60DI%2CiBAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CUAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CyBAAA%3BIACA%2CmBAAA%3B%3BEAxFZ%2CcAmCI%2CWA0CI%2CMAAK%2CQAaD%3BIjP3%5C%2FDZ%2CiBAAA%3B%3BEiPi6DA%2CcAmCI%2CWA0CI%2CMAAK%2CQAiBD%3BIACI%2CUAAA%3B%3BEA%5C%2FFhB%2CcAmCI%2CWA0CI%2CMAAK%2CQAqBD%3BIjPngEZ%2CiBAAA%3BIiPqgEgB%2CUAAA%3B%3BEApGhB%2CcAmCI%2CWA0CI%2CMAAK%2CQA0BD%3BIjPxgEZ%2CiBAAA%3BIiP0gEgB%2CUAAA%3BIACA%2CkBAAA%3B%3BEA1GhB%2CcAmCI%2CWA0CI%2CMAAK%2CQAgCD%3BIjP9gEZ%2CgBAAA%3BIAAA%2CiBAAA%3BIiPihEgB%2CkBAAA%3BIACA%2CiBAAA%3BIACA%2CaAAA%3B%3BEAlHhB%2CcAmCI%2CWAmFI%3BIACI%2CYAAA%3B%3BEAvHZ%2CcAmCI%2CWAuFI%2CoBACI%3BIACI%2CoBAAA%3B%3BEA5HhB%2CcAmCI%2CWA6FI%2CSAAQ%3BIjPl7DhB%2CqBAAA%3BIACA%2CoBAAA%3BIACA%2CaAAA%3BIwF1UA%2C0BAAA%3BIACA%2C8BAAA%3BIACA%2CsBAAA%3B%3BEyJwnEA%2CcAmCI%2CWAiGI%3BIACI%2CgBAAA%3B%3BEArIZ%2CcAmCI%2CWAqGI%3BIjPziER%2CeAAA%3B%3BEiPi6DA%2CcAmCI%2CWAyGI%3BIjP7iER%2CmBAAA%3B%3BEiPi6DA%2CcAmCI%2CWA6GI%2COAAM%3BIjPjjEd%2CiBAAA%3B%3BEiPi6DA%2CcAmCI%2CWAiHI%2CYAAW%3BIACP%2CuBAAA%3B%3BEArJZ%2CcAmCI%2CWAqHI%3BIjPzjER%2CeAAA%3B%3BEiPi6DA%2CcAmCI%2CWAyHI%3BIACI%2CgBAAA%3BIACA%2CUAAA%3B%3BEA9JZ%2CcAmCI%2CWAyHI%2CsBAII%3BIjPjkEZ%2CWAAA%3B%3BEiPi6DA%2CcAmCI%2CWAkII%3BIjPv9DR%2CqBAAA%3BIACA%2CoBAAA%3BIACA%2CaAAA%3BIwFlYA%2C2BAAA%3BIACA%2C%2BBAAA%3BIACA%2CmBAAA%3BIACA%2CuBAAA%3BIyJs1EY%2CkBAAA%3BIACA%2CYAAA%3B%3BEAxKZ%2CcAmCI%2CWAwII%2COAAM%3BIACF%2CiBAAA%3B%3BEA5KZ%2CcAmCI%2CWAgJI%3BIACI%2CaAAA%3B%3BEApLZ%2CcAmCI%2CWAoJI%3BIACI%2CcAAA%3B%3BEAxLZ%2CcAmCI%2CWAwJI%3BIACI%2CaAAA%3B%3BEA5LZ%2CcAmCI%2CWA4JI%3BIACI%2CcAAA%3B%3BEAhMZ%2CcAmCI%2CWAgKI%3BEAnMR%2CcAmCI%2CWAgKqB%2COAAM%3BIACnB%2CaAAA%3B%3BEApMZ%2CcAmCI%2CWAoKI%3BIACI%2CaAAA%3BIACA%2CgBAAA%3B%3BEAzMZ%2CcAmCI%2CWAyKI%3BIACI%2CkBAAA%3BIACA%2CUAAA%3BIACA%2CgBAAA%3BIACA%2CsBAAA%3BIACA%2CQAAA%3BIACA%2CiBAAA%3B%3BEAlNZ%2CcAmCI%2CWAyKI%2CuBAQI%3BIACI%2CkBAAA%3BIjPtnEhB%2CgBAAA%3BIAAA%2CcAAA%3BIAAA%2CiBAAA%3BIiP2nEgB%2CoBAAA%3BIACA%2CkBAAA%3BIjP5nEhB%2CcAAA%3BI8ClQA%2CqBAAA%3B%3BEAMA%2CcmMgsEI%2CWAyKI%2CuBAQI%2CenMj3EX%3BIAqUD%2CmCAAA%3BIACA%2CkCAAA%3BI9C1EA%2CkBAAA%3BIAAA%2CoBAAA%3BIAAA%2CcAAA%3BIAAA%2CSiP%2BnEyC%2COjP%5C%2FnEzC%3BIAAA%2CaC5QwB%2CwBD4QxB%3BIAAA%2CsBAAA%3BI8CiFA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEmM%2BiEgB%2CcAhMZ%2CWAyKI%2CuBAQI%2CeAeK%3BIACG%2CiBAAA%3B%3BEApOpB%2CcAmCI%2CWAyKI%2CuBAQI%2CeAmBI%3BIjPxoEhB%2CmBAAA%3BIAAA%2CWAAA%3BIAAA%2CiBAAA%3BIiP6oEoB%2CoBAAA%3BIACA%2CkBAAA%3BIACA%2CkBAAA%3BIACA%2CQAAA%3BIACA%2CSAAA%3BIACA%2CSAAA%3B%3BEAjPpB%2CcAyPI%2CQACI%3BIACI%2CaAAA%3B%3BEA3PZ%2CcA%2BPI%2CcACI%3BIjPjqER%2CYAAA%3B%3BEiPi6DA%2CcAqQI%3BIACI%2CaAAA%3B%3BEAtQR%2CcAyQI%2CQAAO%3BIACH%2CkBAAA%3B%3BEA1QR%2CcA6QI%3BIACI%2CUAAA%3BIACA%2CoBAAA%3B%3BEA%5C%2FQR%2CcA6QI%2CaAII%2CSACI%3BIACI%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CgBAAA%3BIACA%2CsBAAA%3BIACA%2CeAAA%3BIACA%2COAAA%3B%3BEAxRhB%2CcA6QI%2CaAII%2CSACI%2CgBAQI%3BIACI%2CgBAAA%3BIACA%2CcAAA%3B%3BEA5RpB%2CcAmSI%3BIACI%2CaAAA%3B%3BEApSR%2CcAuSI%3BIACI%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEA1SR%2CcA6SI%2CWACI%3BIACI%2CgBAAA%3B%3BEA%5C%2FSZ%2CcAmTI%3BIACI%2CaAAA%3B%3BEApTR%2CcAuTI%2CgBACI%3BIACI%2CeAAA%3BIACA%2CcAAA%3BIACA%2CgBAAA%3BIACA%2CiBAAA%3B%3BEA5TZ%2CcAuTI%2CgBACI%2CqBAMI%3BIjP5kEZ%2C8BAAA%3BIACI%2C0BAAA%3BIACI%2CsBAAA%3B%3BEiP4wDR%2CcAuTI%2CgBACI%2CqBAMI%2CgBAGI%3BIACI%2CSAAA%3BIACA%2CkBAAA%3B%3BEAnUpB%2CcAuTI%2CgBACI%2CqBAeI%3BIACI%2CiBAAA%3B%3BEAEA%2CcAnBZ%2CgBACI%2CqBAeI%2CeAGK%3BIACG%2CiBAAA%3B%3BEA3UpB%2CcAiVI%2CQAAO%2COAAQ%3BIjPlvEnB%2CgBAAA%3B%3BEiPi6DA%2CcAqVI%2CUAAS%2CQAAW%3BIAChB%2CaAAA%3BIACA%2CUAAA%3BIACA%2C6BAAA%3BIACA%2CoBAAA%3B%3BEAzVR%2CcAqVI%2CUAAS%2CQAAW%2CWAMhB%2CQAAO%2CSACH%3BIjP7vEZ%2CiBAAA%3B%3BEiPiwEY%2CcAXR%2CUAAS%2CQAAW%2CWAMhB%2CQAAO%2CSAKF%3BIjPjwEb%2CiBAAA%3B%3BEiPuwEY%2CcAjBR%2CUAAS%2CQAAW%2CWAgBhB%2CQAAO%2CKACF%3BIjPvwEb%2CiBAAA%3B%3BEiPi6DA%2CcAqVI%2CUAAS%2CQAAW%2CWAsBhB%3BIjP5wER%2CiBAAA%3B%3BEiPi6DA%2CcAqVI%2CUAAS%2CQAAW%2CWA0BhB%3BEA%5C%2FWR%2CcAqVI%2CUAAS%2CQAAW%2CWA0BM%3BIAClB%2C0CAAA%3BIACA%2CkBAAA%3BIACA%2CyBAAA%3BIAEA%2CWAAA%3BIACA%2CgBAAA%3BIACA%2CgBAAA%3BIACA%2CeAAA%3B%3BEAvXZ%2CcAqVI%2CUAAS%2CQAAW%2CWAqChB%2CMACI%3BIACI%2CaAAA%3B%3BEA5XhB%2CcAiYI%3BIACI%2CgBAAA%3B%3BEAUJ%2C2BAAC%2CcACG%3BIACI%2CeAAA%3BIACA%2CmBAAA%3BIACA%2CYAAA%3BIACA%2CkBAAA%3B%3BEALR%2C2BAAC%2CcACG%2CaAMM%2CKAAE%3BIACA%2CsBAAA%3BIACA%2CUAAA%3B%3BEATZ%2C2BAAC%2CcACG%2CaAMM%2CKAAE%2CMAIA%2CGAAE%3BIACE%2CqBAAA%3BIACA%2CkBAAA%3B%3BEAbhB%2C2BAAC%2CcACG%2CaAgBM%3BIACE%2CsBAAA%3BIACA%2CUAAA%3B%3BEC37DhB%2CiBACI%2CkBAEI%3BIACI%2CiBAAA%3B%3BEAJZ%2CiBACI%2CkBAMI%3BIACI%2CkBAAA%3B%3BEARZ%2CiBACI%2CkBAUI%3BIACI%2CWAAA%3BIACA%2CiBAAA%3B%3BEAbZ%2CiBACI%2CkBAeI%3BIACI%2CaAAA%3B%3BEAKZ%2CiBACI%3BEADe%2CqBACf%3BIACI%2CgBAAA%3BIACA%2CkBAAA%3B%3BEAHR%2CiBAMI%2CsBACI%3BEAPW%2CqBAMf%2CsBACI%3BIlPlaR%2CkBAAA%3BIAAA%2CiBAAA%3B%3BEkP2ZA%2CiBAMI%2CsBAMI%3BEAZW%2CqBAMf%2CsBAMI%3BIlPvaR%2CiBAAA%3BIkP0aY%2CcAAA%3BIACA%2CUAAA%3B%3BEAhBZ%2CiBAMI%2CsBAaI%3BEAnBW%2CqBAMf%2CsBAaI%3BIlP9aR%2CeAAA%3BIkPgbY%2CmBAAA%3B%3BEArBZ%2CiBAMI%2CsBAkBI%3BEAxBW%2CqBAMf%2CsBAkBI%3BIlPnbR%2CiBAAA%3B%3BEkP2ZA%2CiBAMI%2CsBAsBI%3BEA5BW%2CqBAMf%2CsBAsBI%3BIlPvbR%2CiBAAA%3B%3BEkP2ZA%2CiBAMI%2CsBA0BI%3BEAhCW%2CqBAMf%2CsBA0BI%3BIlP3bR%2CiBAAA%3BIkP6bY%2CYAAA%3BIACA%2CWAAA%3B%3BEAnCZ%2CiBAMI%2CsBAgCI%3BEAtCW%2CqBAMf%2CsBAgCI%3BIACI%2CiBAAA%3B%3BEAvCZ%2CiBAMI%2CsBAgCI%2CoBAGI%3BEAzCO%2CqBAMf%2CsBAgCI%2CoBAGI%3BIlPpcZ%2CgBAAA%3BIAAA%2CiBAAA%3BIkPucgB%2CkBAAA%3BIACA%2CiBAAA%3BIACA%2CaAAA%3B%3BEA9ChB%2CiBAMI%2CsBA4CI%3BEAlDW%2CqBAMf%2CsBA4CI%3BIACI%2CcAAA%3BIACA%2CUAAA%3B%3BEAKZ%2CqBACI%3BIlPrdJ%2CgBAAA%3BIkPwdQ%2CgBAAA%3BIACA%2CcAAA%3BIACA%2CWAAA%3B%3BEANR%2CqBACI%2CaAOI%3BIlP5dR%2CiBAAA%3B%3BEkPodA%2CqBAaI%3BIlPjeJ%2CoBAAA%3B%3BEkPodA%2CqBAiBI%3BIlPreJ%2CmBAAA%3B%3BEkPodA%2CqBAiBI%2C4BAGI%3BIlPxeR%2CiBAAA%3BIkP0eY%2CkBAAA%3BIACA%2CkBAAA%3B%3BEAvBZ%2CqBA2BI%3BIlP%5C%2FeJ%2CgBAAA%3B%3BEkPodA%2CqBA2BI%2CsBAGI%3BIlPlfR%2CgBAAA%3BIAAA%2CcAAA%3B%3BEkPyfA%2CUACI%2CmBAEI%3BEAHR%2CUACwB%2C2BAEhB%3BEAHR%2CUACoD%2CwBAE5C%3BIACI%2CiBAAA%3B%3BEAJZ%2CUACI%2CmBAMI%3BEAPR%2CUACwB%2C2BAMhB%3BEAPR%2CUACoD%2CwBAM5C%3BIACI%2CgBAAA%3B%3BEARZ%2CUACI%2CmBAMI%2CaAGI%3BEAVZ%2CUACwB%2C2BAMhB%2CaAGI%3BEAVZ%2CUACoD%2CwBAM5C%2CaAGI%3BIACI%2CUAAA%3BIACA%2CmBAAA%3BIACA%2CiBAAA%3B%3BEAbhB%2CUACI%2CmBAMI%2CaASI%3BEAhBZ%2CUACwB%2C2BAMhB%2CaASI%3BEAhBZ%2CUACoD%2CwBAM5C%2CaASI%3BIACI%2CeAAA%3B%3BEAjBhB%2CUACI%2CmBAoBI%2CgBACI%3BEAtBZ%2CUACwB%2C2BAoBhB%2CgBACI%3BEAtBZ%2CUACoD%2CwBAoB5C%2CgBACI%3BIlP%5C%2FgBZ%2CgBAAA%3BIAAA%2CcAAA%3BIAAA%2CiBAAA%3BIkPmhBgB%2CyBAAA%3B%3BEA1BhB%2CUACI%2CmBA6BI%3BEA9BR%2CUACwB%2C2BA6BhB%3BEA9BR%2CUACoD%2CwBA6B5C%3BIACI%2CgBAAA%3B%3BEA%5C%2FBZ%2CUACI%2CmBAiCI%3BEAlCR%2CUACwB%2C2BAiChB%3BEAlCR%2CUACoD%2CwBAiC5C%3BIACI%2CaAAA%3B%3BEAnCZ%2CUACI%2CmBAiCI%2CeAGI%3BEArCZ%2CUACwB%2C2BAiChB%2CeAGI%3BEArCZ%2CUACoD%2CwBAiC5C%2CeAGI%3BIACI%2CSAAA%3BIACA%2CaAAA%3BIACA%2CcAAA%3B%3BEAxChB%2CUACI%2CmBAiCI%2CeASI%3BEA3CZ%2CUACwB%2C2BAiChB%2CeASI%3BEA3CZ%2CUACoD%2CwBAiC5C%2CeASI%3BIACI%2CaAAA%3BIACA%2CgBAAA%3BIACA%2CgBAAA%3B%3BEA9ChB%2CUACI%2CmBAiCI%2CeASI%2CeAKI%3BEAhDhB%2CUACwB%2C2BAiChB%2CeASI%2CeAKI%3BEAhDhB%2CUACoD%2CwBAiC5C%2CeASI%2CeAKI%3BIACI%2CaAAA%3B%3BEAjDpB%2CUACI%2CmBAiCI%2CeASI%2CeASI%3BEApDhB%2CUACwB%2C2BAiChB%2CeASI%2CeASI%3BEApDhB%2CUACoD%2CwBAiC5C%2CeASI%2CeASI%3BIlP7iBhB%2CiBAAA%3B%3BEkPyfA%2CUACI%2CmBAiCI%2CeASI%2CeAaI%3BEAxDhB%2CUACwB%2C2BAiChB%2CeASI%2CeAaI%3BEAxDhB%2CUACoD%2CwBAiC5C%2CeASI%2CeAaI%3BIACI%2CgBAAA%3B%3BEAzDpB%2CUACI%2CmBAiCI%2CeASI%2CeAiBI%3BEA5DhB%2CUACwB%2C2BAiChB%2CeASI%2CeAiBI%3BEA5DhB%2CUACoD%2CwBAiC5C%2CeASI%2CeAiBI%3BIlPlahB%2C2BAAA%3BIACI%2CuBAAA%3BIACI%2CmBAAA%3BIAtCR%2CqBAAA%3BIACA%2CoBAAA%3BIACA%2CaAAA%3BIkPucoB%2CuBAAA%3B%3BEA%5C%2FDpB%2CUACI%2CmBAiCI%2CeASI%2CeAuBI%3BEAlEhB%2CUACwB%2C2BAiChB%2CeASI%2CeAuBI%3BEAlEhB%2CUACoD%2CwBAiC5C%2CeASI%2CeAuBI%3BIACI%2CgBAAA%3BIACA%2CaAAA%3B%3BEApEpB%2CUACI%2CmBAiCI%2CeASI%2CeAuBI%2CWAII%3BEAtEpB%2CUACwB%2C2BAiChB%2CeASI%2CeAuBI%2CWAII%3BEAtEpB%2CUACoD%2CwBAiC5C%2CeASI%2CeAuBI%2CWAII%3BIlP%5C%2FjBpB%2CgBAAA%3BIAAA%2CcAAA%3BIAAA%2CiBAAA%3B%3BEkPyfA%2CUACI%2CmBAiCI%2CeASI%2CeAkCI%2CeACI%3BEA9EpB%2CUACwB%2C2BAiChB%2CeASI%2CeAkCI%2CeACI%3BEA9EpB%2CUACoD%2CwBAiC5C%2CeASI%2CeAkCI%2CeACI%3BIlPvkBpB%2CgBAAA%3BIAAA%2CcAAA%3B%3BEkPyfA%2CUACI%2CmBAiCI%2CeASI%2CeAyCI%3BEApFhB%2CUACwB%2C2BAiChB%2CeASI%2CeAyCI%3BEApFhB%2CUACoD%2CwBAiC5C%2CeASI%2CeAyCI%3BIACI%2CUAAA%3BIACA%2CcAAA%3B%3BEAOJ%2CUA5FZ%2CmBA0FI%2CcACI%2CmBAAmB%2CEACd%3BEAAD%2CUA5FQ%2C2BA0FhB%2CcACI%2CmBAAmB%2CEACd%3BEAAD%2CUA5FoC%2CwBA0F5C%2CcACI%2CmBAAmB%2CEACd%3BIlPtlBjB%2CiBAAA%3BIkPwlBoB%2CQAAA%3BIACA%2CSAAA%3B%3BEAhGpB%2CUACI%2CmBAoGI%2CsBACI%3BEAtGZ%2CUACwB%2C2BAoGhB%2CsBACI%3BEAtGZ%2CUACoD%2CwBAoG5C%2CsBACI%3BIlP%5C%2FlBZ%2CiBAAA%3B%3BEkPyfA%2CUACI%2CmBAoGI%2CsBAKI%3BEA1GZ%2CUACwB%2C2BAoGhB%2CsBAKI%3BEA1GZ%2CUACoD%2CwBAoG5C%2CsBAKI%3BIlPnmBZ%2CiBAAA%3BIkPqmBgB%2CmBAAA%3B%3BEA5GhB%2CUACI%2CmBAoGI%2CsBAUI%3BEA%5C%2FGZ%2CUACwB%2C2BAoGhB%2CsBAUI%3BEA%5C%2FGZ%2CUACoD%2CwBAoG5C%2CsBAUI%3BIAKI%2CiBAAA%3B%3BEApHhB%2CUACI%2CmBAoGI%2CsBAUI%2CkBACI%3BEAhHhB%2CUACwB%2C2BAoGhB%2CsBAUI%2CkBACI%3BEAhHhB%2CUACoD%2CwBAoG5C%2CsBAUI%2CkBACI%3BIlPzmBhB%2CiBAAA%3B%3BEkPyfA%2CUACI%2CmBAoGI%2CsBAkBI%3BEAvHZ%2CUACwB%2C2BAoGhB%2CsBAkBI%3BEAvHZ%2CUACoD%2CwBAoG5C%2CsBAkBI%3BIACI%2CYAAA%3B%3BEAxHhB%2CUACI%2CmBAoGI%2CsBAsBI%2CKACI%3BEA5HhB%2CUACwB%2C2BAoGhB%2CsBAsBI%2CKACI%3BEA5HhB%2CUACoD%2CwBAoG5C%2CsBAsBI%2CKACI%3BIACI%2CYAAA%3BIACA%2CWAAA%3B%3BEA9HpB%2CUACI%2CmBAoGI%2CsBA6BI%3BEAlIZ%2CUACwB%2C2BAoGhB%2CsBA6BI%3BEAlIZ%2CUACoD%2CwBAoG5C%2CsBA6BI%3BIACI%2CgBAAA%3B%3BEAnIhB%2CUACI%2CmBAoGI%2CsBAiCI%3BEAtIZ%2CUACwB%2C2BAoGhB%2CsBAiCI%3BEAtIZ%2CUACoD%2CwBAoG5C%2CsBAiCI%3BIACI%2CgBAAA%3BIACA%2CoBAAA%3B%3BEAxIhB%2CUACI%2CmBAoGI%2CsBAiCI%2CoBAII%3BEA1IhB%2CUACwB%2C2BAoGhB%2CsBAiCI%2CoBAII%3BEA1IhB%2CUACoD%2CwBAoG5C%2CsBAiCI%2CoBAII%3BIACI%2CUAAA%3BIACA%2CYAAA%3BIACA%2CUAAA%3B%3BEA7IpB%2CUACI%2CmBAoGI%2CsBAiCI%2CoBAII%2CQAKI%3BEA%5C%2FIpB%2CUACwB%2C2BAoGhB%2CsBAiCI%2CoBAII%2CQAKI%3BEA%5C%2FIpB%2CUACoD%2CwBAoG5C%2CsBAiCI%2CoBAII%2CQAKI%3BIlPxoBpB%2CiBAAA%3B%3BEkPyfA%2CUACI%2CmBAqJI%3BEAtJR%2CUACwB%2C2BAqJhB%3BEAtJR%2CUACoD%2CwBAqJ5C%3BIACI%2CcAAA%3B%3BEAvJZ%2CUACI%2CmBAyJI%3BEA1JR%2CUACwB%2C2BAyJhB%3BEA1JR%2CUACoD%2CwBAyJ5C%3BIACI%2CcAAA%3B%3BEA3JZ%2CUACI%2CmBA6JI%3BEA9JR%2CUACwB%2C2BA6JhB%3BEA9JR%2CUACoD%2CwBA6J5C%3BIACI%2CeAAA%3B%3BEA%5C%2FJZ%2CUACI%2CmBAiKI%3BEAlKR%2CUACwB%2C2BAiKhB%3BEAlKR%2CUACoD%2CwBAiK5C%3BIACI%2CuBAAA%3B%3BEChrBZ%2COACI%3BInPmBJ%2CkBAAA%3BImPhBQ%2CcAAA%3BIACA%2CaAAA%3B%3BEALR%2COACI%2CkBAMI%2CEAAC%2COAAO%3BInPahB%2CqBAAA%3BI8ClQA%2CqBAAA%3B%3BEAMA%2COqMyOI%2CkBAMI%2CEAAC%2COAAO%2CSrM%5C%2FOf%3BIAqUD%2CmCAAA%3BIACA%2CkCAAA%3BI9C1EA%2CeAAA%3BIAAA%2CoBAAA%3BIAAA%2CcAAA%3BIAAA%2CSmPXqC%2COnPWrC%3BIAAA%2CaC5QwB%2CwBD4QxB%3BIAAA%2CuBAAA%3BI8CiFA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEqMzFY%2COAfR%2CkBAMI%2CEAAC%2COAAO%2CSASH%3BIACG%2CeAAA%3B%3BEAjBhB%2COACI%2CkBAMI%2CEAAC%2COAAO%2CSAaJ%2CSAAQ%3BIACJ%2CYAAA%3BIACA%2CSAAA%3BIACA%2CSAAA%3BIACA%2CQAAA%3B%3BEAxBhB%2COACI%2CkBAMI%2CEAAC%2COAAO%2CSAoBJ%3BInPPZ%2CSAAA%3B%3BEmPcA%2CqBACI%3BIACI%2CaAAA%3B%3BEAIR%2CYACI%2CSACI%3BIACI%2CgBAAA%3BIACA%2CYAAA%3BIACA%2CoBAAA%3BIACA%2CkBAAA%3BIACA%2CeAAA%3B%3BECkkBZ%2CcACI%3BIpP%5C%2FeJ%2CqBAAA%3BIACA%2CoBAAA%3BIACA%2CaAAA%3BIwFlYA%2C2BAAA%3BIACA%2C%2BBAAA%3BIACA%2CmBAAA%3BIACA%2CuBAAA%3B%3BE4J22BA%2CcAKI%2CQAAO%3BIACH%2CgBAAA%3B%3BEANR%2CcASI%3BIACI%2CkBAAA%3BIACA%2CeAAA%3B%3BEAKR%3BIpP7mBA%2CWAAA%3BIoP%2BmBI%2CiBAAA%3B%3BEAGJ%2CuBACI%2CMAAK%2CSAAS%2COACV%3BEAFiB%2CgCACrB%2CMAAK%2CSAAS%2COACV%3BEAFmD%2CgCACvD%2CMAAK%2CSAAS%2COACV%3BEAFqF%2CwBACzF%2CMAAK%2CSAAS%2COACV%3BEAFR%2CuBAC2B%2CMAAK%2CSAAS%2CMACjC%3BEAFiB%2CgCACE%2CMAAK%2CSAAS%2CMACjC%3BEAFmD%2CgCAChC%2CMAAK%2CSAAS%2CMACjC%3BEAFqF%2CwBAClE%2CMAAK%2CSAAS%2CMACjC%3BEAFR%2CuBACI%2CMAAK%2CSAAS%2COACC%3BEAFM%2CgCACrB%2CMAAK%2CSAAS%2COACC%3BEAFwC%2CgCACvD%2CMAAK%2CSAAS%2COACC%3BEAF0E%2CwBACzF%2CMAAK%2CSAAS%2COACC%3BEAFnB%2CuBAC2B%2CMAAK%2CSAAS%2CMACtB%3BEAFM%2CgCACE%2CMAAK%2CSAAS%2CMACtB%3BEAFwC%2CgCAChC%2CMAAK%2CSAAS%2CMACtB%3BEAF0E%2CwBAClE%2CMAAK%2CSAAS%2CMACtB%3BIACP%2CcAAA%3BIACA%2CYAAA%3B%3BEAJZ%2CuBAQI%2CoBACI%3BEATiB%2CgCAQrB%2CoBACI%3BEATmD%2CgCAQvD%2CoBACI%3BEATqF%2CwBAQzF%2CoBACI%3BIACI%2CeAAA%3B%3BEAVZ%2CuBAcI%2CaACI%3BEAfiB%2CgCAcrB%2CaACI%3BEAfmD%2CgCAcvD%2CaACI%3BEAfqF%2CwBAczF%2CaACI%3BIACI%2CgBAAA%3BIACA%2CgBAAA%3B%3BEAjBZ%2CuBAqBI%3BEArBqB%2CgCAqBrB%3BEArBuD%2CgCAqBvD%3BEArByF%2CwBAqBzF%3BIACI%2CgBAAA%3BIACA%2CgBAAA%3B%3BEAvBR%2CuBA0BI%3BEA1BqB%2CgCA0BrB%3BEA1BuD%2CgCA0BvD%3BEA1ByF%2CwBA0BzF%3BIACI%2CgBAAA%3BIACA%2CYAAA%3BIACA%2CYAAA%3B%3BEA7BR%2CuBAgCI%3BEAhCqB%2CgCAgCrB%3BEAhCuD%2CgCAgCvD%3BEAhCyF%2CwBAgCzF%3BIACI%2CaAAA%3B%3BEAjCR%2CuBAoCI%2CQAAO%3BEApCc%2CgCAoCrB%2CQAAO%3BEApCgD%2CgCAoCvD%2CQAAO%3BEApCkF%2CwBAoCzF%2CQAAO%3BIACH%2CYAAA%3B%3BEArCR%2CuBAwCI%3BEAxCqB%2CgCAwCrB%3BEAxCuD%2CgCAwCvD%3BEAxCyF%2CwBAwCzF%3BIACI%2CWAAA%3BIACA%2CiBAAA%3B%3BEA1CR%2CuBA6CI%3BEA7CqB%2CgCA6CrB%3BEA7CuD%2CgCA6CvD%3BEA7CyF%2CwBA6CzF%3BIACI%2CiBAAA%3B%3BEA9CR%2CuBAiDI%3BEAjDqB%2CgCAiDrB%3BEAjDuD%2CgCAiDvD%3BEAjDyF%2CwBAiDzF%3BIpPpjBJ%2CqBAAA%3BIACA%2CoBAAA%3BIACA%2CaAAA%3BIwFlYA%2C2BAAA%3BIACA%2C%2BBAAA%3BIACA%2CmBAAA%3BIACA%2CuBAAA%3B%3BE4Jg4BA%2CuBAqDI%3BEArDqB%2CgCAqDrB%3BEArDuD%2CgCAqDvD%3BEArDyF%2CwBAqDzF%3BEArDJ%2CuBAqD2B%2CMAAK%2CSAAS%3BEArDhB%2CgCAqDE%2CMAAK%2CSAAS%3BEArDkB%2CgCAqDhC%2CMAAK%2CSAAS%3BEArDoD%2CwBAqDlE%2CMAAK%2CSAAS%3BEArDzC%2CuBAqDkD%2CMAAK%2CSAAS%3BEArDvC%2CgCAqDyB%2CMAAK%2CSAAS%3BEArDL%2CgCAqDT%2CMAAK%2CSAAS%3BEArD6B%2CwBAqD3C%2CMAAK%2CSAAS%3BEArDhE%2CuBAqDyE%3BEArDhD%2CgCAqDgD%3BEArDd%2CgCAqDc%3BEArDoB%2CwBAqDpB%3BIpPvqBzE%2CWAAA%3BIoPyqBQ%2CmBAAA%3B%3BEAvDR%2CuBAqDI%2CsBAII%3BEAzDiB%2CgCAqDrB%2CsBAII%3BEAzDmD%2CgCAqDvD%2CsBAII%3BEAzDqF%2CwBAqDzF%2CsBAII%3BEAzDR%2CuBAqD2B%2CMAAK%2CSAAS%2COAIjC%3BEAzDiB%2CgCAqDE%2CMAAK%2CSAAS%2COAIjC%3BEAzDmD%2CgCAqDhC%2CMAAK%2CSAAS%2COAIjC%3BEAzDqF%2CwBAqDlE%2CMAAK%2CSAAS%2COAIjC%3BEAzDR%2CuBAqDkD%2CMAAK%2CSAAS%2CMAIxD%3BEAzDiB%2CgCAqDyB%2CMAAK%2CSAAS%2CMAIxD%3BEAzDmD%2CgCAqDT%2CMAAK%2CSAAS%2CMAIxD%3BEAzDqF%2CwBAqD3C%2CMAAK%2CSAAS%2CMAIxD%3BEAzDR%2CuBAqDyE%2CqBAIjE%3BEAzDiB%2CgCAqDgD%2CqBAIjE%3BEAzDmD%2CgCAqDc%2CqBAIjE%3BEAzDqF%2CwBAqDpB%2CqBAIjE%3BIACI%2CcAAA%3B%3BEA1DZ%2CuBAqDI%2CsBAII%2CaAGI%3BEA5Da%2CgCAqDrB%2CsBAII%2CaAGI%3BEA5D%2BC%2CgCAqDvD%2CsBAII%2CaAGI%3BEA5DiF%2CwBAqDzF%2CsBAII%2CaAGI%3BEA5DZ%2CuBAqD2B%2CMAAK%2CSAAS%2COAIjC%2CaAGI%3BEA5Da%2CgCAqDE%2CMAAK%2CSAAS%2COAIjC%2CaAGI%3BEA5D%2BC%2CgCAqDhC%2CMAAK%2CSAAS%2COAIjC%2CaAGI%3BEA5DiF%2CwBAqDlE%2CMAAK%2CSAAS%2COAIjC%2CaAGI%3BEA5DZ%2CuBAqDkD%2CMAAK%2CSAAS%2CMAIxD%2CaAGI%3BEA5Da%2CgCAqDyB%2CMAAK%2CSAAS%2CMAIxD%2CaAGI%3BEA5D%2BC%2CgCAqDT%2CMAAK%2CSAAS%2CMAIxD%2CaAGI%3BEA5DiF%2CwBAqD3C%2CMAAK%2CSAAS%2CMAIxD%2CaAGI%3BEA5DZ%2CuBAqDyE%2CqBAIjE%2CaAGI%3BEA5Da%2CgCAqDgD%2CqBAIjE%2CaAGI%3BEA5D%2BC%2CgCAqDc%2CqBAIjE%2CaAGI%3BEA5DiF%2CwBAqDpB%2CqBAIjE%2CaAGI%3BIpP9qBZ%2CiBAAA%3B%3BEoPknBA%2CuBAqDI%2CsBAYI%3BEAjEiB%2CgCAqDrB%2CsBAYI%3BEAjEmD%2CgCAqDvD%2CsBAYI%3BEAjEqF%2CwBAqDzF%2CsBAYI%3BEAjER%2CuBAqD2B%2CMAAK%2CSAAS%2COAYjC%3BEAjEiB%2CgCAqDE%2CMAAK%2CSAAS%2COAYjC%3BEAjEmD%2CgCAqDhC%2CMAAK%2CSAAS%2COAYjC%3BEAjEqF%2CwBAqDlE%2CMAAK%2CSAAS%2COAYjC%3BEAjER%2CuBAqDkD%2CMAAK%2CSAAS%2CMAYxD%3BEAjEiB%2CgCAqDyB%2CMAAK%2CSAAS%2CMAYxD%3BEAjEmD%2CgCAqDT%2CMAAK%2CSAAS%2CMAYxD%3BEAjEqF%2CwBAqD3C%2CMAAK%2CSAAS%2CMAYxD%3BEAjER%2CuBAqDyE%2CqBAYjE%3BEAjEiB%2CgCAqDgD%2CqBAYjE%3BEAjEmD%2CgCAqDc%2CqBAYjE%3BEAjEqF%2CwBAqDpB%2CqBAYjE%3BIACI%2CcAAA%3B%3BEAlEZ%2CuBAsEI%2CUAAS%2CMAEL%3BEAxEiB%2CgCAsErB%2CUAAS%2CMAEL%3BEAxEmD%2CgCAsEvD%2CUAAS%2CMAEL%3BEAxEqF%2CwBAsEzF%2CUAAS%2CMAEL%3BIACI%2CUAAA%3B%3BEAzEZ%2CuBA6EI%3BEA7EqB%2CgCA6ErB%3BEA7EuD%2CgCA6EvD%3BEA7EyF%2CwBA6EzF%3BIACI%2CaAAA%3B%3BEA9ER%2CuBAiFI%3BEAjFqB%2CgCAiFrB%3BEAjFuD%2CgCAiFvD%3BEAjFyF%2CwBAiFzF%3BIACI%2CaAAA%3B%3BEAlFR%2CuBAqFI%3BEArFqB%2CgCAqFrB%3BEArFuD%2CgCAqFvD%3BEArFyF%2CwBAqFzF%3BIACI%2CgBAAA%3B%3BEAtFR%2CuBAyFI%3BEAzFqB%2CgCAyFrB%3BEAzFuD%2CgCAyFvD%3BEAzFyF%2CwBAyFzF%3BIACI%2CsBAAA%3B%3BEAEI%2CuBAHR%2C2BAEI%2CQACK%3BEAAD%2CgCAHR%2C2BAEI%2CQACK%3BEAAD%2CgCAHR%2C2BAEI%2CQACK%3BEAAD%2CwBAHR%2C2BAEI%2CQACK%3BIACG%2CcAAA%3BIACA%2CkBAAA%3BIACA%2CgBAAA%3B%3BEA%5C%2FFhB%2CuBAyFI%2C2BAEI%2CQAOI%2CoBACI%3BEAnGS%2CgCAyFrB%2C2BAEI%2CQAOI%2CoBACI%3BEAnG2C%2CgCAyFvD%2C2BAEI%2CQAOI%2CoBACI%3BEAnG6E%2CwBAyFzF%2C2BAEI%2CQAOI%2CoBACI%3BIACI%2CgBAAA%3B%3BEAMR%2CuBAjBR%2C2BAgBI%2COACK%3BEAAD%2CgCAjBR%2C2BAgBI%2COACK%3BEAAD%2CgCAjBR%2C2BAgBI%2COACK%3BEAAD%2CwBAjBR%2C2BAgBI%2COACK%3BIACG%2CcAAA%3B%3BEAMhB%2CQAEI%3BIACI%2CSAAA%3B%3BEAHR%2CQAEI%2CWAGI%3BIACI%2CeAAA%3B%3BECmtBZ%2CoBACI%2COACI%3BIACG%2CSAAA%3B%3BEAMX%2CSACI%2CoBACI%3BIACI%2CYAAA%3B%3BEAKZ%3BIACI%2CWAAA%3B%3BEAGJ%3BIACI%2CiBAAA%3B%3BEAOJ%3BIACI%2CkBAAA%3B%3BEAGJ%2CgBACI%3BIACG%2CcAAA%3B%3BEAQP%3BIACI%2CmBAAA%3B%3BEAGJ%3BIACI%2CmBAAA%3B%3BEAGJ%3BIrP%5C%2F%2BCA%2CWAAA%3BIqPi%5C%2FCI%2CeAAA%3B%3BEAGJ%3BIrPp%5C%2FCA%2CiBAAA%3BIqPs%5C%2FCI%2CcAAA%3B%3BEAGJ%3BIrPz%5C%2FCA%2CWAAA%3BIqP2%5C%2FCI%2CaAAA%3B%3BEAGJ%2CgBACI%3BIACI%2CgBAAA%3B%3BEAQR%2COAAO%3BIACH%2CmBAAA%3BIACA%2CkBAAA%3BIACA%2CiBAAA%3BIACA%2CgBAAA%3BIACA%2CcAAA%3B%3BEALJ%2COAAO%2CQAOH%3BIrPn4CJ%2CuBAAA%3BIACQ%2CeAAA%3BIA9BR%2CqBAAA%3BIACA%2CoBAAA%3BIACA%2CaAAA%3BIwFlYA%2C2BAAA%3BIACA%2C%2BBAAA%3BIACA%2CmBAAA%3BIACA%2CuBAAA%3BI6JiyDQ%2CmBAAA%3B%3BEAXR%2COAAO%2CQAcH%3BIrPv6CJ%2CqBAAA%3BIACA%2CoBAAA%3BIACA%2CaAAA%3BIwFlYA%2C2BAAA%3BIACA%2C%2BBAAA%3BIACA%2CmBAAA%3BIACA%2CuBAAA%3B%3BE6JsxDA%2COAAO%2CQAkBH%3BIACI%2CkBAAA%3BIACA%2CoBAAA%3BIACA%2CsBAAA%3BIACA%2CkBAAA%3B%3BEAtBR%2COAAO%2CQAyBH%3BIACI%2CgBAAA%3B%3BEA1BR%2COAAO%2CQAyBH%2CaAGI%3BIACI%2CgBAAA%3B%3BEA7BZ%2COAAO%2CQAiCH%3BIACI%2CkBAAA%3BIACA%2CSAAA%3BIACA%2CSAAA%3BIACA%2CuBAAA%3B%3BEArCR%2COAAO%2CQAwCH%3BIACI%2CcAAA%3B%3BEAzCR%2COAAO%2CQAwCH%2CoBAGI%3BIACI%2CgBAAA%3B%3BEA5CZ%2COAAO%2CQAwCH%2CoBAOI%3BIrPx8CR%2CqBAAA%3BIACA%2CoBAAA%3BIACA%2CaAAA%3BIwF1UA%2C0BAAA%3BIACA%2C8BAAA%3BIACA%2CsBAAA%3BI6JgxDY%2CUAAA%3B%3BEAjDZ%2COAAO%2CQAwCH%2CoBAYI%3BIACI%2CeAAA%3B%3BEArDZ%2COAAO%2CQAyDH%3BIAKI%2CeAAA%3BIACA%2CeAAA%3B%3BEALA%2COA1DD%2CQAyDH%2CGACK%3BIACG%2CiBAAA%3B%3BEA3DZ%2COAAO%2CQAkEH%3BIACI%2CUAAA%3BIACA%2CiBAAA%3B%3BEApER%2COAAO%2CQAuEH%3BIACI%2CaAAA%3B%3BEAxER%2COAAO%2CQA2EH%3BEA3EJ%2COAAO%2CQA2EwB%3BIACvB%2CUAAA%3B%3BEA5ER%2COAAO%2CQA2EH%2C0BAGI%3BEA9ER%2COAAO%2CQA2EwB%2CuBAGvB%3BIACI%2CkBAAA%3BIACA%2CgBAAA%3BIACA%2CgBAAA%3B%3BEAjFZ%2COAAO%2CQA2EH%2C0BASI%3BEApFR%2COAAO%2CQA2EwB%2CuBASvB%3BIACI%2CyBAAA%3B%3BEArFZ%2COAAO%2CQAyFH%3BIACI%2CUAAA%3B%3BEAIR%3BIACI%2CyBAAA%3B%3BEAGJ%3BIrP99CA%2CuBAAA%3BIACQ%2CeAAA%3BIqP%2B9CJ%2CgBAAA%3B%3BEAFJ%2CoBAII%3BIrP9mDJ%2CmBAAA%3BIAAA%2CYAAA%3BIqPknDQ%2CiBAAA%3B%3BEAIR%3BIrPn%2BCA%2C8BAAA%3BIACI%2C0BAAA%3BIACI%2CsBAAA%3BIqPo%2BCJ%2CoBAAA%3B%3BEAHJ%2CoBAKI%3BIACI%2CWAAA%3B%3BEAIR%2CSACI%3BIACI%2CcAAA%3B%3BEAFR%2CSACI%2CWAGI%3BIACI%2CSAAA%3B%3BEALZ%2CSACI%2CWAOI%2CkBAEI%3BEAVZ%2CSACI%2CWAOuB%2CsBAEf%3BIACI%2CaAAA%3B%3BEAXhB%2CSACI%2CWAOI%2CkBAMI%2CeAAc%3BEAd1B%2CSACI%2CWAOuB%2CsBAMf%2CeAAc%3BIrP%5C%2FhD1B%2CqBAAA%3BIACA%2CoBAAA%3BIACA%2CaAAA%3BIwF3YA%2C%2BBAAA%3BIACA%2CuBAAA%3BI6Jy6DgB%2CeAAA%3B%3BEAhBhB%2CSACI%2CWAOI%2CkBAWI%3BEAnBZ%2CSACI%2CWAOuB%2CsBAWf%3BIrPpiDZ%2CqBAAA%3BIACA%2CoBAAA%3BIACA%2CaAAA%3BIAjHA%2CYAAA%3BIqPupDgB%2CoBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CgBAAA%3B%3BEA1BhB%2CSACI%2CWAOI%2CkBAqBI%3BEA7BZ%2CSACI%2CWAOuB%2CsBAqBf%3BIrP9iDZ%2CqBAAA%3BIACA%2CoBAAA%3BIACA%2CaAAA%3BIwF1UA%2C0BAAA%3BIACA%2C8BAAA%3BIACA%2CsBAAA%3B%3BE6Ju1DA%2CSACI%2CWAOI%2CkBAyBI%3BEAjCZ%2CSACI%2CWAOuB%2CsBAyBf%3BIACI%2CgBAAA%3B%3BEAlChB%2CSACI%2CWAOI%2CkBA6BI%3BEArCZ%2CSACI%2CWAOuB%2CsBA6Bf%3BIrPrqDZ%2CeAAA%3B%3BEqPgoDA%2CSACI%2CWAOI%2CkBAiCI%3BEAzCZ%2CSACI%2CWAOuB%2CsBAiCf%3BIrPzqDZ%2CmBAAA%3B%3BEqPgoDA%2CSACI%2CWAOI%2CkBAqCI%2CYAAW%3BEA7CvB%2CSACI%2CWAOuB%2CsBAqCf%2CYAAW%3BIACP%2CwBAAA%3B%3BEA9ChB%2CSACI%2CWAOI%2CkBAyCI%3BEAjDZ%2CSACI%2CWAOuB%2CsBAyCf%3BIrPjrDZ%2CeAAA%3B%3BEqPwrDA%2C4BACI%3BIACI%2CkBAAA%3B%3BEC71DR%2CqBACI%2CeACI%2CmBACI%2CyBACI%3BEAJhB%2CqBACI%2CeACI%2CmBACI%2CyBAEI%3BEALhB%2CqBACI%2CeACI%2CmBACI%2CyBAGI%3BIACI%2CuBAAA%3BIACA%2CWAAA%3BIACA%2CSAAA%3BIACA%2CWAAA%3B%3B%3BAlB5FpB%2CwBAJqD%3BElN6drD%3BEuCtWQ%2C4BADJ%2CKAAI%2CMACC%3BEtCiDD%2CyBADJ%2CKAAI%2CQACC%3BInBhLT%2CSAAA%3BIACA%2CMAAM%2CgBAAN%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEAgBA%2CwBAAC%3BEACD%2CwBAAC%3BEkBkrBD%2C0BACI%2CMAAQ%2CKlBprBX%3BEkBmrBD%2C0BACI%2CMAAQ%2CKlBnrBX%3BEuEJD%2CcAyCI%2COAAM%2CIAAI%2CSAAS%2CIAAI%2CmBACnB%2CMAGI%2CGvE1CX%3BEuEHD%2CcAyCI%2COAAM%2CIAAI%2CSAAS%2CIAAI%2CmBACnB%2CMAGI%2CGvEzCX%3BEmBsJD%2CyBACI%2CKAAI%2CQnBxJP%3BEmBuJD%2CyBACI%2CKAAI%2CQnBvJP%3BE0CkRG%2CcAAC%2CaAkBG%2CMAAK%2CMxB%2BYT%2CMAAQ%2CKlBprBX%3BE0CmRG%2CcAAC%2CaAkBG%2CMAAK%2CMxB%2BYT%2CMAAQ%2CKlBnrBX%3BIACG%2CSAAS%2CEAAT%3BIACA%2CcAAA%3B%3BEAGJ%2CwBAAC%3BEkB6qBD%2C0BACI%2CMAAQ%2CKlB9qBX%3BEuETD%2CcAyCI%2COAAM%2CIAAI%2CSAAS%2CIAAI%2CmBACnB%2CMAGI%2CGvEpCX%3BEmBiJD%2CyBACI%2CKAAI%2CQnBlJP%3BE0C6QG%2CcAAC%2CaAkBG%2CMAAK%2CMxB%2BYT%2CMAAQ%2CKlB9qBX%3BIACG%2CWAAA%3B%3BEkB%2BqBI%2C0BAFJ%2CMAAQ%2CKAEH%2CIAAI%3BEwBnaT%2CcAAC%2CaAkBG%2CMAAK%2CMxB%2BYT%2CMAAQ%2CKAEH%2CIAAI%3BIlB5cb%2C6BAAA%3B%3BEkBkdgB%2C0BARZ%2CMAAQ%2CKAMF%2CKAAE%2CIACC%2CKACI%3BEwBzab%2CcAAC%2CaAkBG%2CMAAK%2CMxB%2BYT%2CMAAQ%2CKAMF%2CKAAE%2CIACC%2CKACI%3BIACG%2CaAAA%3B%3BEAIR%2C0BAbR%2CMAAQ%2CKAMF%2CKAAE%2CIAOC%3BEACD%2C0BAdR%2CMAAQ%2CKAMF%2CKAAE%2CIAQC%3BEACD%2C0BAfR%2CMAAQ%2CKAMF%2CKAAE%2CIASC%3BEwBhbT%2CcAAC%2CaAkBG%2CMAAK%2CMxB%2BYT%2CMAAQ%2CKAMF%2CKAAE%2CIAOC%3BEwB9aT%2CcAAC%2CaAkBG%2CMAAK%2CMxB%2BYT%2CMAAQ%2CKAMF%2CKAAE%2CIAQC%3BEwB%5C%2FaT%2CcAAC%2CaAkBG%2CMAAK%2CMxB%2BYT%2CMAAQ%2CKAMF%2CKAAE%2CIASC%3BIACG%2CsBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3BIACA%2CmBAAA%3BIACA%2CUAAA%3B%3BEAEA%2C0BAtBZ%2CMAAQ%2CKAMF%2CKAAE%2CIAOC%2CIASI%2CSAAS%3BEAAV%2C0BAtBZ%2CMAAQ%2CKAMF%2CKAAE%2CIAQC%2CMAQI%2CSAAS%3BEAAV%2C0BAtBZ%2CMAAQ%2CKAMF%2CKAAE%2CIASC%2CSAOI%2CSAAS%3BEwBvbtB%2CcAAC%2CaAkBG%2CMAAK%2CMxB%2BYT%2CMAAQ%2CKAMF%2CKAAE%2CIAOC%2CIASI%2CSAAS%3BEwBvbtB%2CcAAC%2CaAkBG%2CMAAK%2CMxB%2BYT%2CMAAQ%2CKAMF%2CKAAE%2CIAQC%2CMAQI%2CSAAS%3BEwBvbtB%2CcAAC%2CaAkBG%2CMAAK%2CMxB%2BYT%2CMAAQ%2CKAMF%2CKAAE%2CIASC%2CSAOI%2CSAAS%3BIACN%2CSAAS%2CcAAc%2CGAAvB%3BIACA%2CcAAA%3BIACA%2CgBAAA%3BIACA%2CoBAAA%3B%3BEAIR%2C0BA9BR%2CMAAQ%2CKAMF%2CKAAE%2CIAwBC%3BEwB%5C%2FbT%2CcAAC%2CaAkBG%2CMAAK%2CMxB%2BYT%2CMAAQ%2CKAMF%2CKAAE%2CIAwBC%3BIACG%2CSAAA%3B%3BEAhChB%2C0BAqCI%3BEwBrcA%2CcAAC%2CaAkBG%2CMAAK%2CMxBmbT%3BIACI%2CSAAA%3B%3BEAuMR%2C0BACI%2CMACI%3BIACI%2CiBAAA%3B%3BEAEA%2C0BAJR%2CMACI%2CKAGK%3BIACG%2CoBAAA%3B%3BEANhB%2C0BAWI%2CMACI%3BIACI%2CmBAAA%3BIACA%2CgBAAA%3B%3BEAdZ%2C0BAWI%2CMAMI%3BIACI%2CcAAA%3BIACA%2CgBAAA%3B%3BEAnBZ%2C0BAWI%2CMAWI%2COAAM%3BIlB5sBd%2CiBAAA%3B%3BEkBsrBA%2C0BAWI%2CMAWI%2COAAM%2COAGF%3BIACI%2CiBAAA%3BIACA%2CgBAAA%3B%3BEA3BhB%2C0BAWI%2CMAWI%2COAAM%2COAQF%3BIACI%2CoBAAA%3BIACA%2CcAAA%3B%3BEAhChB%2C0BAWI%2CMAWI%2COAAM%2COAQF%2CQAII%3BIACI%2CgBAAA%3B%3BEAmDpB%3BEsCn%5C%2FBA%2CcAAc%3BEqKnBd%2CcAAc%3BE%5C%2FM%2BWV%2CcAAC%3BIdrHL%2CiBAAA%3B%3BEkB4xBI%2CkBAAC%3BEAyvBL%2C0BACI%2CGA1vBC%3BEAyvBL%2C0BAKI%2CGA9vBC%3BEgM9hCO%2CQAHR%2C0BAEI%2CKACK%2CQhM8hCR%3BEgM9hCO%2CQAFR%2CkCACI%2CKACK%2CQhM8hCR%3BET3HL%2CcAAc%2CWACV%2CkBAAoB%2CQAAQ%2CKACtB%2CKSyHL%3BET3HL%2CcAAc%2CWACV%2CkBAAoB%2CQAAQ%2CKAEtB%2CKSwHL%3BER5qBL%2CKACI%2COAAM%2CMACF%2CKAAI%2CKQ0qBP%3BER5qBL%2CKACI%2COAAM%2CMAEF%2CcAAc%2CGQyqBjB%3BECv3BL%2CQACI%2CoBACI%2CKAAI%2CQDq3BP%3BEgCt%2BBL%2CMAAM%2CQAUA%2CQAGI%2CKACI%2CKhCw9BT%3BEkCprBL%2CQACI%2CeACI%2CKAAI%2CQlCkrBP%3BEJxnBO%2CQAfR%2CmBAcI%2CKACK%2CQIwnBR%3BEJvnBO%2CQAhBR%2CmBAcI%2CKAEK%2CQIunBR%3BER5pBL%2CYACI%2CQQq5CA%2CGA1vBC%3BER5pBL%2CYACI%2CQQy5CA%2CGA9vBC%3BEyBt3BL%2CkBAQI%2CQzBwmDA%2CGA1vBC%3BEyBt3BL%2CkBAQI%2CQzB4mDA%2CGA9vBC%3BIlB7hCL%2CSAAA%3BIACA%2CMAAM%2CgBAAN%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEkBwzCA%3BEqDlxCQ%2CcApBJ%2COAAM%2CIAAI%2CSAAS%2CIAAI%2COAAO%2CIAAI%2CmBAoB7B%2CsBACG%2CMACI%3BEzDoYhB%2CoBAsCI%2CmBAAmB%3BEa%5C%2FZf%2CYAdJ%2CuBAcK%2CcAmBG%3BITwuCZ%2CaAAA%3B%3BEAsEA%2CwBACI%2CWACI%2CoBACI%3BEiBjyCZ%2C4BjB%2BxCI%2CWACI%2CoBACI%3BEiBhyCZ%2CyBjB8xCI%2CWACI%2CoBACI%3BEJj9BZ%2CQI%2B8BI%2CWACI%2CoBACI%3BEJh9BZ%2CuBI88BI%2CWACI%2CoBACI%3BEJ%5C%2F8BZ%2CiBI68BI%2CWACI%2CoBACI%3BIACI%2CcAAA%3B%3BEAJhB%2CwBACI%2CWACI%2CoBAKI%3BEiBryCZ%2C4BjB%2BxCI%2CWACI%2CoBAKI%3BEiBpyCZ%2CyBjB8xCI%2CWACI%2CoBAKI%3BEJr9BZ%2CQI%2B8BI%2CWACI%2CoBAKI%3BEJp9BZ%2CuBI88BI%2CWACI%2CoBAKI%3BEJn9BZ%2CiBI68BI%2CWACI%2CoBAKI%3BIAEI%2CoBAAA%3B%3BEAoChB%2CyBACM%2CQAAQ%2CKAAK%2CKAAE%3BEsB%5C%2F5BrB%2CQAOI%2CMAAK%2CMtBw5BH%2CQAAQ%2CKAAK%2CKAAE%3BIACb%2CSAAA%3B%3BEA2HR%3BETn9BA%2CQAAQ%2CKAAK%2CSACT%3BE%2BCzjBJ%2CcAAc%3BErBwFd%2CcAAc%3BErBoQV%2CcAAC%3BEA6DL%2CoBACI%3BIIknCA%2CaAAA%3B%3BEASJ%3BIACI%2CgBAAA%3B%3BEAsOJ%2C0BAeI%3BERp6CJ%2CYACI%2CQQm6CA%3BEyB9nDJ%2CkBAQI%2CQzBsnDA%3BIACI%2CiBAAA%3B%3BEqDlxDR%3BIACI%2C0BAAA%3BIpEwUJ%2CgBAAA%3BIACA%2CkBAAA%3BIACA%2CWAAA%3BIACA%2C4CAAA%3BIACA%2CiCAAA%3BIoE1UI%2CkBAAA%3B%3BEAHJ%2CcAKI%2COAAM%2CIAAI%2CSAAS%2CIAAI%2COAAO%2CIAAI%3BIpE2ctC%2CYAAA%3BIACA%2CcAAA%3B%3BEoEjdA%2CcAKI%2COAAM%2CIAAI%2CSAAS%2CIAAI%2COAAO%2CIAAI%2CmBpE8cpC%2CQAAQ%2CKAAK%3BIACX%2CaAAA%3B%3BEoEpdJ%2CcAKI%2COAAM%2CIAAI%2CSAAS%2CIAAI%2COAAO%2CIAAI%2CmBpEkdpC%3BIACE%2CcAAA%3B%3BEoExdJ%2CcAKI%2COAAM%2CIAAI%2CSAAS%2CIAAI%2COAAO%2CIAAI%2CmBpEkdpC%2CQAGI%3BIACE%2CcAAA%3B%3BEoE3dR%2CcAKI%2COAAM%2CIAAI%2CSAAS%2CIAAI%2COAAO%2CIAAI%2CmBpEkdpC%2CQAGI%2CKAGE%3BEoE7dR%2CcAKI%2COAAM%2CIAAI%2CSAAS%2CIAAI%2COAAO%2CIAAI%2CmBpEkdpC%2CQAGI%2CKAIE%3BIACI%2CmBAAA%3BIACA%2CcAAA%3BIHnPZ%2CiBAAA%3B%3BEGsPY%2CcoE9dR%2COAAM%2CIAAI%2CSAAS%2CIAAI%2COAAO%2CIAAI%2CmBpEkdpC%2CQAGI%2CKAGE%2CGAMK%2CSAAS%3BEAAV%2CcoE9dR%2COAAM%2CIAAI%2CSAAS%2CIAAI%2COAAO%2CIAAI%2CmBpEkdpC%2CQAGI%2CKAIE%2CGAKK%2CSAAS%3BIHtPtB%2CmBAAA%3BIGwPgB%2CSAAS%2CcAAa%2CIAAtB%3BIACA%2CqBAAA%3BIHzPhB%2CcAAA%3BIAAA%2CgBAAA%3B%3BEuE7OA%2CcAKI%2COAAM%2CIAAI%2CSAAS%2CIAAI%2COAAO%2CIAAI%2CmBpEuVpC%2CQAAQ%2CKAAK%3BIH%5C%2FGf%2CyBAAA%3B%3BEuE7OA%2CcAKI%2COAAM%2CIAAI%2CSAAS%2CIAAI%2COAAO%2CIAAI%2CmBAG9B%2CMACM%2CKACI%2CKAAE%3BIACA%2CiBAAA%3B%3BEAXpB%2CcAKI%2COAAM%2CIAAI%2CSAAS%2CIAAI%2COAAO%2CIAAI%2CmBAG9B%2CMACM%2CKAKI%2CKAAE%3BIACA%2C6BAAA%3BIACA%2CoBAAA%3B%3BEAhBpB%2CcAKI%2COAAM%2CIAAI%2CSAAS%2CIAAI%2COAAO%2CIAAI%2CmBAG9B%2CMACM%2CKAUI%2CKAAE%2CIAAI%3BIACJ%2CgBAAA%3B%3BEAYA%2CcA3BhB%2COAAM%2CIAAI%2CSAAS%2CIAAI%2COAAO%2CIAAI%2CmBAoB7B%2CsBACG%2CMAKI%2CGACK%3BIACG%2CYAAA%3BIACA%2CgBAAA%3B%3BEAlCxB%2CcAyCI%2COAAM%2CIAAI%2CSAAS%2CIAAI%2CmBACnB%3BIACI%2CcAAA%3B%3BEA3CZ%2CcAyCI%2COAAM%2CIAAI%2CSAAS%2CIAAI%2CmBACnB%2CMAGI%3BIACI%2CcAAA%3B%3BEAGA%2CcARZ%2COAAM%2CIAAI%2CSAAS%2CIAAI%2CmBACnB%2CMAGI%2CGAIK%2CYACG%3BEADJ%2CcARZ%2COAAM%2CIAAI%2CSAAS%2CIAAI%2CmBACnB%2CMAGI%2CGAIK%2CYAEG%3BIACI%2CiBAAA%3B%3BEApDxB%2CcAyCI%2COAAM%2CIAAI%2CSAAS%2CIAAI%2CmBACnB%2CMAeI%3BIACI%2CsBAAA%3BIACA%2CWAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3B%3BEA7DhB%2CcAyCI%2COAAM%2CIAAI%2CSAAS%2CIAAI%2CmBACnB%2CMAsBI%3BIACI%2CsBAAA%3BIACA%2CWAAA%3BIACA%2CiBAAA%3BIACA%2CUAAA%3B%3BEApEhB%2CcAyCI%2COAAM%2CIAAI%2CSAAS%2CIAAI%2CmBACnB%2CMA6BI%2COAAM%3BIvEsKlB%2CiBAAA%3B%3BEuE7OA%2CcAyCI%2COAAM%2CIAAI%2CSAAS%2CIAAI%2CmBACnB%2CMA6BI%2COAAM%2COAEF%3BIACI%2CoBAAA%3B%3BEAOpB%2C2BACI%3BIACI%2CaAAA%3B%3BEAFR%2C2BAKI%2CMAAM%3BIACF%2CiBAAA%3B%3BEANR%2C2BASI%2CMACI%3BEAVR%2C2BASI%2CMAEI%3BIACI%2CcAAA%3BIACA%2CeAAA%3BIACA%2CgBAAA%3B%3BEY3GR%2CMAAE%2COAAC%3BIACC%2CcAAA%3BIACA%2CmBAAA%3BIACA%2CkBAAA%3BIACA%2CmBAAA%3BIACA%2CUAAA%3B%3BEAGJ%2CMAAC%3BIACG%2COAAA%3BIACA%2CkBAAA%3BIACA%2CMAAA%3BIACA%2CUAAA%3B%3BEAGJ%2CMAAC%3BIACG%2CkBAAA%3BIACA%2CQAAA%3BIACA%2CMAAA%3BIACA%2CUAAA%3B%3BEIs%2BBR%3BIACI%2CuBAAA%3B%3BEADJ%2CmBAGI%3BIvFnwBJ%2CiBAAA%3BIuFqwBQ%2CeAAA%3B%3BEAIR%2CqBACI%3BIACI%2CeAAA%3B%3BEAFR%2CqBACI%2CqBAGI%3BIACI%2CkBAAA%3BIACA%2CgBAAA%3B%3BEANZ%2CqBACI%2CqBAQI%3BIACI%2CeAAA%3BIACA%2CcAAA%3B%3BEAKZ%2CaACI%2CaACI%2C2BACI%2COAAM%2COACF%3BIACI%2CeAAA%3B%3BEnEl8BZ%2CoCADJ%2CKACK%3BIACG%2CgBAAA%3B%3BEAHZ%2CoCAOI%3BIACI%2CqBAAA%3B%3BEqHtGJ%2CaAAE%3BIACE%2CgBAAA%3B%3BEuCyIR%2C2BAA4B%2C%2BBAA%2BB%3BIACvD%2CcAAA%3BIACA%2CYAAA%3B%3BEoBpEP%3BIACC%2CcAAA%3B%3BEADD%2C2BAGC%3BIACC%2CcAAA%3B%3BEcnEC%2CmBACI%3BIACI%2CWAAA%3B%3BE5LmEA%2C0BADJ%2CKACK%3BIACG%2CgBAAA%3B%3BEAHZ%2C0BAOI%3BIACI%2CqBAAA%3B%3BE2BOR%2COACI%2CgBACI%3BIACI%2CmBAAA%3BIACA%2CmBAAA%3B%3BEAIA%2COAPR%2CgBAMI%2CQACK%3BIjDiKb%2CqBAAA%3BII7CA%2CsBAAA%3BIACA%2CgBAAA%3BIACA%2C4BAAA%3BIACA%2CSAAA%3BIACA%2CgBAAA%3BIACA%2CoBAAA%3BIACA%2CSAAA%3BIACA%2CUAAA%3BIACA%2CqBAAA%3BIACA%2CiBAAA%3BIJoCA%2CgBAAA%3B%3BEiDjKY%2COAPR%2CgBAMI%2CQACK%2COHiKX%3BI9CjQF%2CSAAA%3BIACA%2CMAAM%2CgBAAN%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BE8CFA%2COGoFI%2CgBAMI%2CQACK%2COH3FZ%3BIAqUD%2CmCAAA%3BIACA%2CkCAAA%3BI9C1EA%2CeAAA%3BIAAA%2CoBAAA%3BIAAA%2CcAAA%3BIAAA%2CS%2BChPS%2CO%5C%2FCgPT%3BIAAA%2CagD3Qe%2CYhD2Qf%3BIAAA%2CgBAAA%3BIAAA%2CmBAAA%3BI8CiFA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEApUI%2COGuEA%2CgBAMI%2CQACK%2COH%5C%2FEZ%2CMACI%3BI9C%2BOL%2CcAAA%3B%3BE8CzOI%2COGiEA%2CgBAMI%2CQACK%2COHzEZ%2COACI%3BI9CyOL%2CcAAA%3B%3BEIjCA%2CO6CvII%2CgBAMI%2CQACK%2CO7CgIZ%3BEACD%2CO6CxII%2CgBAMI%2CQACK%2CO7CiIZ%3BIACG%2CgBAAA%3BIACA%2CYAAA%3B%3BEAGJ%2CO6C7II%2CgBAMI%2CQACK%2CO7CsIZ%3BIACG%2CgBAAA%3BIACA%2CYAAA%3B%3BEAGJ%2CO6ClJI%2CgBAMI%2CQACK%2CO7C2IZ%3BEACD%2CO6CnJI%2CgBAMI%2CQACK%2CO7C4IZ%3BEACD%2CQAAQ%2CUAAW%2CQ6CpJf%2CgBAMI%2CQACK%3BI7C8IT%2CoBAAA%3BIJmBJ%2CYAAA%3B%3BEQPI%2CcADW%2CSACV%3BIACG%2CmBAAA%3B%3BEAEA%2CcAJO%2CSACV%2CKAGI%3BIACG%2CsBAAA%3BIACA%2CUAAA%3B%3BEAKZ%2CqBACI%3BIACI%2CcAAA%3B%3BEsDnJR%3BIACI%2CgBAAA%3B%3BErDidJ%3BIACI%2CiBAAA%3BIACA%2C0BAAA%3B%3BEAFJ%2CmBAIM%2CIAAC%3BIACC%2CkBAAA%3B%3BEALR%2CmBAQM%2CIAAC%3BIACC%2CmBAAA%3B%3BEAoVR%2CcAAc%2CWACV%2CkBAAoB%2CQAAQ%2CKACtB%3BEAFV%2CcAAc%2CWACV%2CkBAAoB%2CQAAQ%2CKAEtB%3BIACE%2CmBAAA%3B%3BECrjBZ%2CKACI%2COAAM%2CMAMF%2CKAAI%3BIACA%2CkBAAA%3B%3BEClSZ%2CYACI%3BIXyKJ%2CeAAA%3BIWvKQ%2CgBAAA%3BIACA%2CiBAAA%3B%3BEAJR%2CYAOI%3BIXmKJ%2CgBAAA%3B%3BEYvFA%3BIZuFA%2CgBAAA%3BIYrFI%2CgBAAA%3BIAAkB%2CcAAA%3BIAAgB%2CYAAA%3B%3BEAGtC%3BIZkFA%2CYAAA%3B%3BE2BlEA%2CYACI%3BEADJ%2CYAEI%3BEAFJ%2CYAGI%3BI3B%2BDJ%2CmBAAA%3BIAAA%2CuBAAA%3BIAAA%2CkBAAA%3B%3BE2BlEA%2CYASI%2CYACM%3BI3BwDV%2CiBAAA%3B%3BE2BlEA%2CYAeI%3BI3BmDJ%2C6BAAA%3BIAAA%2CgBAAA%3BIAAA%2CiBAAA%3BIAAA%2CWAAA%3B%3BE2B7CQ%2CYANJ%2CuBAMK%3BI3B6CT%2C4BAAA%3BI2B3CY%2CwBAAA%3B%3BEAFJ%2CYANJ%2CuBAMK%2CcAIG%3BI3ByCZ%2CWAAA%3B%3BE2BlEA%2CYA%2BBI%3BIACI%2CWAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3B%3BEAlCR%2CYAqCI%3BIACI%2CWAAA%3B%3BEAtCR%2CYAyCI%3BI3ByBJ%2C6BAAA%3BI2BvBQ%2CiBAAA%3B%3BEA3CR%2CYA8CI%3BI3BoBJ%2CqBAAA%3BI8ClQA%2CqBAAA%3BInBwPQ%2CSAAA%3BIACA%2CkBAAA%3BIACA%2CQAAA%3BIACA%2CQAAA%3B%3BEA3DR%2CYA8CI%2CmBmBoBF%3BI9CjQF%2CSAAA%3BIACA%2CMAAM%2CgBAAN%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BE8CFA%2CYnBwOI%2CmBmBxOH%3BIAqUD%2CmCAAA%3BIACA%2CkCAAA%3BI9C1EA%2CeAAA%3BIAAA%2CiBAAA%3BIAAA%2CcAAA%3BIAAA%2CSC3OQ%2COD2OR%3BIAAA%2CagD3Qe%2CYhD2Qf%3BIAAA%2CsBAAA%3BI8CiFA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEApUI%2CYnB2NA%2CmBmB5NH%2CMACI%3BI9C%2BOL%2CWAAA%3B%3BE8CzOI%2CYnBqNA%2CmBmBtNH%2COACI%3BI9CyOL%2CcAAA%3B%3BE6DvOI%2CsBAAC%3BIACG%2CmBAAA%3BIACA%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CSAAA%3B%3BEAJJ%2CsBAAC%2CcAMG%3BI7DiOR%2CYAAA%3BI6D%5C%2FNY%2CWAAA%3B%3BEAEA%2CsBAVP%2CcAMG%2CuBAIK%3BEACD%2CsBAXP%2CcAMG%2CuBAKK%3BIACG%2CWAAA%3B%3BEjCIhB%2C%2BBACI%3BIACI%2CiBAAA%3B%3BEe2HR%2CkBACM%3BIACE%2CgBAAA%3BI3CwFR%2CeAAA%3BI2CtFQ%2CmBAAA%3BIACA%2CiBAAA%3B%3BEH8VR%2CQACI%2CQAAO%3BEADX%2CQAEI%3BIACI%2CSAAA%3BIACA%2CUAAA%3B%3BEAJR%2CQAWI%2CcACI%3BIACI%2CgBAAA%3B%3BEiBnaZ%2C0BAA2B%3BIACvB%2CmBAAA%3B%3BEAGJ%2C4BACI%3BIACI%2CcAAA%3BIzDuIR%2CkBAAA%3B%3BEyD5HA%2C0BAA2B%2CoBAAsB%2CIAAC%2CWAAW%3BIACzD%2CgCAAA%3BIACA%2CSAAS%2CEAAT%3BIACA%2CcAAA%3BIACA%2CSAAA%3BIACA%2CkBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3B%3BEtCkCJ%2CyBAQI%2COAAM%3BEARV%2CyBASI%2COAAM%3BIACF%2CqBAAA%3B%3BEAIR%2CyBACI%3BIACI%2CmBAAA%3B%3BEAIR%2C2BACI%3BIACI%2CgBAAA%3B%3BEAFR%2C2BAKI%3BIACI%2CgBAAA%3B%3BEAIR%2CgCACI%3BIACI%2CmBAAA%3B%3BEAFR%2CgCAKI%3BIACI%2CaAAA%3B%3BE%2BB3JR%2CMAAM%2CQACA%2CQACI%2CKACI%3BIlDuMd%2C6BAAA%3BIkDrMgB%2CmBAAA%3B%3BEALhB%2CMAAM%2CQAUA%3BIlDgMN%2C6BAAA%3B%3BEkD1MA%2CMAAM%2CQAUA%2CQAGI%2CKACI%3BIlD4Ld%2CkBAAA%3BIkDzLgB%2CSAAA%3BIACA%2CmBAAA%3B%3BEAUQ%2CcALL%2COAvBb%2CQAwBG%2CIAAI%2CSAAS%2CIAAI%2COAAO%2CIAAI%2CmBACvB%2CQACI%2CKACI%2CKACG%3BIACG%2CgBAAA%3B%3BEAS5B%2CqBACI%3BIACI%2CSAAA%3B%3BEAFR%2CqBAKI%3BIACI%2CSAAA%3BIACA%2CgBAAA%3B%3BEAPR%2CqBAKI%2CoBAII%3BIACI%2CiBAAA%3B%3BEhBjFJ%2CqBADJ%2CQACK%3BIlC2OT%2CqBAAA%3BI8ClQA%2CqBAAA%3B%3BEZuBQ%2CqBADJ%2CQACK%2COY2OP%3BI9CjQF%2CSAAA%3BIACA%2CMAAM%2CgBAAN%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BE8CFA%2CqBZgBI%2CQACK%2COYjBR%3BIAqUD%2CmCAAA%3BIACA%2CkCAAA%3BI9C1EA%2CeAAA%3BIAAA%2CoBAAA%3BIAAA%2CcAAA%3BIAAA%2CS%2BChPS%2CO%5C%2FCgPT%3BIAAA%2CagD3Qe%2CYhD2Qf%3BIAAA%2CSAAA%3BIAAA%2CmBAAA%3BI8CiFA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEApUI%2CqBZGA%2CQACK%2COYLR%2CMACI%3BI9C%2BOL%2CcAAA%3B%3BE8CzOI%2CqBZHA%2CQACK%2COYCR%2COACI%3BI9CyOL%2CcAAA%3B%3BE0CmBY%2CcAFR%2CMAAK%2CMACD%2CSACK%3BIACG%2CkBAAA%3B%3BEAJhB%2CcASI%3BEATJ%2CcAUI%3BEAVJ%2CcAWI%3BIACI%2CqBAAA%3B%3BEAIA%2CcADJ%2CeAAe%2CKACV%2CIAAI%3BIACD%2CmBAAA%3B%3BEAGJ%2CcALJ%2CeAAe%2CKAKV%3BIACG%2CgBAAA%3B%3BEAIR%2CcAAC%2CaACG%2CWACI%2CMAAK%2CMACD%3BIACI%2CcAAA%3B%3BEAJhB%2CcAAC%2CaACG%2CWACI%2CMAAK%2CMACD%2CMAGI%3BIACI%2CcAAA%3B%3BEAPpB%2CcAAC%2CaACG%2CWACI%2CMAAK%2CMACD%2CMAOI%2CKAAI%3BIACA%2CcAAA%3BIACA%2CUAAA%3B%3BEAaQ%2CcAzB3B%2CaAkBG%2CMAAK%2CMAEA%2CmBACK%2CQACI%2CKACI%2CKACG%2CIACI%3BIACG%2CmBAAA%3B%3BEAEJ%2CcA5B3B%2CaAkBG%2CMAAK%2CMAEA%2CmBACK%2CQACI%2CKACI%2CKACG%2CIAII%3BIACG%2CkBAAA%3B%3BEAtDpC%2CcAgEI%2CiBACI%3BIACI%2CmBAAA%3B%3BEAlEZ%2CcAgEI%2CiBAKM%3BIACE%2CmBAAA%3BIACA%2CeAAA%3B%3BEUyGZ%2CgBACI%3BIACI%2CkBAAA%3B%3BEAFR%2CgBAKI%2CyBACI%3BIACI%2CcAAA%3BIACA%2CkBAAA%3B%3BEjBxXZ%2CmBACI%2CYACI%2COAAM%2CeAAe%3BIACjB%2CgBAAA%3B%3BEAHZ%2CmBACI%2CYAKI%2COAAM%3BIACF%2CgBAAA%3B%3BEAUZ%2CQACI%2CQAAO%2CKACH%2CuBACI%2CwBACI%2CaACM%2CUAAO%3BIACL%2CcAAA%3BIACA%2CWAAA%3BIACA%2CgBAAA%3B%3BErBgRZ%2CcAJP%2CcAGG%2CmBACK%2CMACG%2CMACM%2CKACI%2CKAAE%3BIACA%2CeAAA%3B%3BEAS5B%2CoBACI%3BIACI%2CcAAA%3B%3BEAFR%2CoBACI%2CMAGI%3BIACI%2CcAAA%3B%3BEAKZ%3BIACI%2CcAAA%3B%3BEAGJ%2CQACI%2CmBACI%2CMAAM%3BIACF%2CcAAA%3B%3BEAHZ%2CQACI%2CmBAKI%3BIACI%2CqBAAA%3BIACA%2CSAAA%3B%3BEARZ%2CQACI%2CmBAUI%2CQAAO%3BIACH%2CaAAA%3B%3BEAkBZ%2CoBAKI%2CaACI%3BIACI%2CcAAA%3B%3BEAPZ%2CoBAWI%3BId7LJ%2CgBAAA%3B%3BEckLA%2CoBAeI%3BIACI%2CqBAAA%3BIACA%2CmBAAA%3B%3BEAIA%2CoBADJ%2CKACK%2CMAEG%3BEADJ%2CoBAFJ%2CKAEK%2CSACG%3BEAFJ%2CoBADJ%2CKACK%2CMAGG%3BEAFJ%2CoBAFJ%2CKAEK%2CSAEG%3BIACI%2CqBAAA%3B%3BEAzBhB%2CoBA8BI%2CMAAK%2CMAAO%2CKAAI%3BIACZ%2CoBAAA%3B%3BEAEA%2CoBAHJ%2CMAAK%2CMAAO%2CKAAI%2CQAGX%3BIACG%2CaAAA%3B%3BEAUJ%2CoBAFJ%2CeAAiB%2C0BAEZ%2CSAAS%3BEAAV%2CoBADJ%2CwBAA0B%2C0BACrB%2CSAAS%3BIACN%2CSAAS%2CcAAc%2CGAAvB%3BIACA%2CcAAA%3BIACA%2CgBAAA%3BIACA%2CkBAAA%3B%3BEAhDZ%2CoBA0CI%2CeAAiB%2C0BASb%3BEAnDR%2CoBA2CI%2CwBAA0B%2C0BAQtB%3BIdrOR%2CiBAAA%3BIcuOY%2CeAAA%3B%3BEAEA%2CoBAbR%2CeAAiB%2C0BASb%2CKAIK%3BEAAD%2CoBAZR%2CwBAA0B%2C0BAQtB%2CKAIK%3BIACG%2CgBAAA%3B%3BEAGJ%2CoBAjBR%2CeAAiB%2C0BASb%2CKAQK%3BEAAD%2CoBAhBR%2CwBAA0B%2C0BAQtB%2CKAQK%3BIACG%2CoBAAA%3B%3BEiNrehB%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%3BE1LsKZ%2CcAAc%2CSACV%3BIACI%2CgCAAA%3BIACA%2CSAAA%3BIACA%2CWAAA%3B%3BEAEA%2CcANM%2CSACV%2CcAKK%3BIACG%2C6BAAA%3B%3BE4Mq4EZ%3BIjP7tEA%2CqBAAA%3BIACA%2CoBAAA%3BIACA%2CaAAA%3BIwF3YA%2C%2BBAAA%3BIACA%2CuBAAA%3B%3BEyJymFA%3BIACI%2CsBAAA%3B%3BEAGJ%3BIACI%2CgBAAA%3B%3BEC%5C%2FqDJ%2CiBACI%3BIlPxjBJ%2CqBAAA%3BIACA%2CoBAAA%3BIACA%2CaAAA%3BIwF1UA%2C0BAAA%3BIACA%2C8BAAA%3BIACA%2CsBAAA%3B%3BE0J63BA%2CiBAKI%3BIlP3qBJ%2CYAAA%3B%3BEqPosDA%3BIACI%2C2BAAA%3B%3BEADJ%2CaAEI%3BIACI%2C2BAAA%3B%3B%3BAjBx7DR%2CwBAJsD%3BEzJkBtD%2CQAAQ%2CQACJ%2CSAAQ%3BIACJ%2CgBAAA%3B%3BEYghCI%2C0BAHR%2CoBAEI%2CEACK%2CUAAU%3BIvF%5C%2FyBvB%2CiBAAA%3BIuFizBgB%2CgBAAA%3B%3BEAEA%2C0BAPZ%2CoBAEI%2CEACK%2CUAAU%2CGAIN%3BIvFnzBjB%2CiBAAA%3BIAAA%2CiBAAA%3B%3BEuFyzBY%2C0BAbR%2CoBAEI%2CEAWK%2CUAAU%3BIvFzzBvB%2CiBAAA%3BIuF2zBgB%2CcAAA%3B%3BEAEA%2C0BAjBZ%2CoBAEI%2CEAWK%2CUAAU%2CGAIN%3BIvF7zBjB%2CiBAAA%3BIAAA%2CiBAAA%3B%3BEuFs0BA%2CaACI%2CaACI%2C2BACI%2COAAM%2COACF%2CQAAO%3BIACH%2CeAAA%3B%3BEALpB%2CaACI%2CaACI%2C2BACI%2COAAM%2COAIF%3BIACI%2CeAAA%3BIACA%2CcAAA%3B%3BEATpB%2CaACI%2CaACI%2C2BACI%2COAAM%2COAIF%2CeAGI%3BIACI%2CcAAA%3BIACA%2CYAAA%3B%3BEAQxB%2CuBACI%2CcACI%2CaACI%2C2BACI%2COAAM%2COACF%3BIACI%2CgBAAA%3B%3BEkEpuBxB%3BIACI%2C8BAAA%3BIACA%2CaAAA%3B%3BEAGJ%3BIACI%2CSAAA%3BIACA%2CeAAA%3B%3BEAGJ%3BIACI%2CSAAA%3B%3BEsD2NJ%2CYACI%2CeACI%2CqBACI%3BIACI%2CWAAA%3BIACA%2CSAAA%3B%3BEALhB%2CYAUI%2CwBACI%3BIACI%2CcAAA%3BIACA%2CgBAAA%3B%3BEAbZ%2CYAUI%2CwBACI%2C2BAII%3BIACI%2CgBAAA%3BIACA%2CYAAA%3B%3BEAjBhB%2CYAsBM%2CuBACE%2CUACI%2COACM%3BIACE%2CWAAA%3B%3BEAMhB%2CYAAC%2CeACG%2CqBAAqB%2CUAAU%2COAAS%3BIACpC%2CWAAA%3BIACA%2CgBAAA%3B%3BEAKZ%2CeACI%2CwBACI%3BIACI%2CcAAA%3B%3BEAHZ%2CeACI%2CwBACI%2C2BAGI%3BIACI%2CYAAA%3B%3BEAMhB%2CeACI%2CWACI%2CmBACI%2CGAAG%2COAAO%2CYAAW%2CKAAK%3BIACtB%2CaAAA%3B%3BEjJ7bhB%3BIACI%2CaAAA%3B%3BEvBuKJ%2CiBAAkB%3BIACd%2CYAAA%3B%3BE3B%5C%2FMJ%3BIZyEA%2CYAAA%3B%3BE0NpJA%2CYACI%2CeACI%3BI1NkJR%2CYAAA%3B%3BEoPgyBA%2CcAKI%2CsBACI%2CMACI%3BEANZ%2CuBAII%2CsBACI%2CMACI%3BEALZ%2CgCAGI%2CsBACI%2CMACI%3BEAJZ%2CgCAEI%2CsBACI%2CMACI%3BEAHZ%2CwBACI%2CsBACI%2CMACI%3BIACI%2CWAAA%3BIACA%2CgBAAA%3B%3BEAThB%2CcAcI%2CQACI%2CoBACI%3BEAfZ%2CuBAaI%2CQACI%2CoBACI%3BEAdZ%2CgCAYI%2CQACI%2CoBACI%3BEAbZ%2CgCAWI%2CQACI%2CoBACI%3BEAZZ%2CwBAUI%2CQACI%2CoBACI%3BIACI%2CcAAA%3B%3BEAjBhB%2CcAsBI%3BEArBJ%2CuBAqBI%3BEApBJ%2CgCAoBI%3BEAnBJ%2CgCAmBI%3BEAlBJ%2CwBAkBI%3BIACI%2CkBAAA%3B%3BEAvBR%2CcAyBI%2CSACI%3BEAzBR%2CuBAwBI%2CSACI%3BEAxBR%2CgCAuBI%2CSACI%3BEAvBR%2CgCAsBI%2CSACI%3BEAtBR%2CwBAqBI%2CSACI%3BEA1BR%2CcAyBI%2CSAC4B%3BEAzBhC%2CuBAwBI%2CSAC4B%3BEAxBhC%2CgCAuBI%2CSAC4B%3BEAvBhC%2CgCAsBI%2CSAC4B%3BEAtBhC%2CwBAqBI%2CSAC4B%3BIACpB%2CeAAA%3B%3B%3BAhBpiCZ%2CgBAJuC%3BElNiJvC%3BIAvBA%2CUAAA%3B%3BEAEA%2CsBAAC%2CUAAU%3BIACP%2CWAAA%3BIACA%2CWAAA%3B%3BEAGJ%2CsBAAC%2CUAAU%3BIACP%2CYAAA%3B%3BEAEA%2CsBAHH%2CUAAU%2CGAGH%3BIACA%2CWAAA%3B%3BEA0LR%3BEwBcQ%2COAAO%2CIAAI%2CeAAgB%2CeAD%5C%2FB%3BEADJ%2CcA8BI%2CgBAOI%2CqBAKI%2CUACI%3BIxBvEhB%2CcAAA%3B%3BEA8KA%3BEV1IY%2CcAFR%2CmBACK%2CIAAI%2CQACA%2CIAAI%2CSACD%3BIRxWhB%2CSAAA%3BIACA%2CMAAM%2CgBAAN%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEAgBA%2C2BAAC%3BEACD%2C2BAAC%3BE0CuUD%2CcAwDI%2Ce1ChYH%3BE0CwUD%2CcAwDI%2Ce1C%5C%2FXH%3BIACG%2CSAAS%2CEAAT%3BIACA%2CcAAA%3B%3BEAGJ%2C2BAAC%3BE0CkUD%2CcAwDI%2Ce1C1XH%3BIACG%2CWAAA%3B%3BEkBmiBJ%3BEwBlOA%2CcA8BI%2CgBACI%3BEA%5C%2FBR%2CcAwDI%2CeAEI%3BEA1DR%2CcAwDI%2CeAQI%3BIxBkJR%2CsBAAA%3B%3BEA%2BGA%2C0BAxBA%2CUACI%3BIlBxYJ%2CmBAAA%3BIK2qBA%2CsBAAA%3BIACA%2CqBAAA%3BIL5qBA%2CUAAA%3BIK%2BqBA%2CmBAAA%3B%3BEAEA%2C0Ba1SA%2CUACI%2CObySA%3BIACA%2CWAAA%3B%3BEavSI%2C0BAJR%2CUACI%2COAGK%2CeAAe%3BEAChB%2C0BALR%2CUACI%2COAIK%2CeAAe%3BIACZ%2CgBAAA%3B%3BEAkBZ%2C0BAxBA%2CUACI%2COAQI%3BIACI%2CUAAA%3BIACA%2CWAAA%3B%3BEAiCZ%3BIlBnbA%2CWAAA%3B%3BEkBu0BA%3BIlBv0BA%2CqBAAA%3BI8ClQA%2CqBAAA%3B%3BEAMA%2CmBAAC%3BIAqUD%2CmCAAA%3BIACA%2CkCAAA%3BI9C1EA%2CeAAA%3BIAAA%2CiBAAA%3BIAAA%2CcAAA%3BIAAA%2CSC1OS%2COD0OT%3BIAAA%2CagD3Qe%2CYhD2Qf%3BIAAA%2CiBAAA%3BIAAA%2CsBAAA%3BI8CiFA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BE5BsuBA%2CmBAAC%3BIACG%2C0BAAA%3B%3BEqD%5C%2F7BJ%2CMpEkDE%2CQACI%2CKACI%3BEoEpDV%2CMpEkDE%2CQACI%2CKAEI%3BIH8EV%2C0BAAA%3B%3BEuEnIA%2CMpE2DE%2CQAAQ%3BIHwEV%2C0BAAA%3B%3BEwBnLI%2CUAAC%3BIACG%2CYAAA%3B%3BE8G1CR%2CwBAAyB%3BIACrB%2CsBAAA%3B%3BEqBsQJ%2C0BACI%3BIACI%2CcAAA%3BIACA%2CkBAAA%3BIACA%2CiBAAA%3BIACA%2CYAAA%3B%3BEALR%2C0BAQI%2CgBAAe%3BIACX%2CgBAAA%3B%3BE1G1LI%2COAFR%2CgBACI%2CQACK%3BI7CyFb%2CsBAAA%3BIAEA%2C4BAAA%3BIAEA%2CgBAAA%3BIACA%2CoBAAA%3BIAIA%2CiBAAA%3BIJoCA%2CgBAAA%3BIAAA%2CuBAAA%3BIAAA%2CSAAA%3BIAAA%2CUAAA%3BIAAA%2CcAAA%3BIAAA%2CqBAAA%3BIIhFA%2CgBAAA%3BIACA%2CSAAA%3BIACA%2CeAAA%3BI6CrDgB%2CgBAAA%3B%3BE7CkGhB%2CO6CvGI%2CgBACI%2CQACK%2CO7CqGZ%3BEACD%2CO6CxGI%2CgBACI%2CQACK%2CO7CsGZ%3BIACG%2CgBAAA%3BIACA%2CYAAA%3B%3BEAGJ%2CO6C7GI%2CgBACI%2CQACK%2CO7C2GZ%3BIACG%2CgBAAA%3BIACA%2CYAAA%3B%3BEAGJ%2CO6ClHI%2CgBACI%2CQACK%2CO7CgHZ%3BEACD%2CO6CnHI%2CgBACI%2CQACK%2CO7CiHZ%3BEACD%2CQAAQ%2CUAAW%2CQ6CpHf%2CgBACI%2CQACK%3BI7CmHT%2CoBAAA%3BIJmBJ%2CYAAA%3B%3BEDrIA%2COkDHI%2CgBACI%2CQACK%2COlDCZ%3BICqID%2CcAAA%3BIAAA%2CqBAAA%3B%3BEDhIA%2COkDRI%2CgBACI%2CQACK%2COlDMZ%3BICgID%2CcAAA%3BIAAA%2C0BAAA%3B%3BED3HA%2COkDbI%2CgBACI%2CQACK%2COlDWZ%3BIC2HD%2CcAAA%3BIAAA%2C0BAAA%3B%3BEI5EA%2CO6C5DI%2CgBACI%2CQACK%2CO7C0DZ%3BEACD%2CO6C7DI%2CgBACI%2CQACK%2CO7C2DZ%3BEACD%2CO6C9DI%2CgBACI%2CQACK%2CO7C4DZ%3BIACG%2CgBAAA%3BIACA%2CSAAA%3B%3BEAGJ%2CO6CnEI%2CgBACI%2CQACK%2CO7CiEZ%3BEACD%2CO6CpEI%2CgBACI%2CQACK%2CO7CkEZ%3BEACD%2CQAAQ%2CUAAW%2CQ6CrEf%2CgBACI%2CQACK%3BIjDsIb%2CcAAA%3BIAAA%2CYAAA%3BIIhEI%2CeAAA%3BIACA%2CoBAAA%3BIACA%2C0BAAA%3B%3BEoN7LI%2C8BADJ%2CSACK%3BIACG%2CaAAA%3B%3BEhNuQJ%2CcADW%2CmBACV%3BEACD%2CcAFW%2CmBAEV%3BIRdT%2CgBAAA%3BIAAA%2C4CAAA%3BIQiBY%2CsBAAA%3BIACA%2CaAAA%3BIACA%2CYAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEARJ%2CcADW%2CmBACV%2CMAUG%3BEATJ%2CcAFW%2CmBAEV%2COASG%3BIACI%2CcAAA%3B%3BEAEJ%2CQAAS%2CeAdF%2CmBACV%2CMAcO%3BEADJ%2CQAAS%2CeAdF%2CmBAEV%2COAaO%3BIACI%2CSAAA%3BIACA%2CQAAA%3B%3BEAQhB%2CcAAe%3BIRrCnB%2CgBAAA%3BIAAA%2C4CAAA%3BIQwCQ%2CsBAAA%3BIACA%2CgBAAA%3BIACA%2COAAA%3BIACA%2CqBAAA%3BIACA%2CkBAAA%3BIACA%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CUAAA%3B%3BEAIR%3BIACI%2CcAAA%3B%3BEAEA%2CcAAe%3BIACX%2CoBAAA%3B%3BEAJR%2CqBAOI%2CiBAAmB%3BIACf%2CqBAAA%3BIACA%2CsBAAA%3B%3BEATR%2CqBAOI%2CiBAAmB%2CqBAIb%3BIACE%2CiBAAA%3BIACA%2CkBAAA%3BIACA%2CWAAA%3B%3BEAEA%2CqBATR%2CiBAAmB%2CqBAIb%2CUAKG%3BIACG%2CeAAA%3B%3BEAjBhB%2CqBAsBI%3BIACI%2CqBAAA%3B%3BEAOI%2CcAFR%2CeACI%2CoBACK%3BIRjFb%2CgBAAA%3BIQmFgB%2CSAAS%2CEAAT%3BIACA%2CWAAA%3BIACA%2COAAA%3BIACA%2CkBAAA%3BIACA%2CSAAA%3BIACA%2CWAAA%3BIACA%2CWAAA%3B%3BEAXhB%2CcAgBI%3BIACI%2CUAAA%3B%3BEAgBR%2CcACI%3BIACI%2CmBAAA%3BIACA%2CmBAAA%3B%3BEAIR%2CcAKI%2CeACI%3BEALR%2CoBAII%2CeACI%3BEAJR%2CqBAGI%2CeACI%3BEAHR%2CcAAc%2CoBAEV%2CeACI%3BEAFR%2CcAAc%2CqBACV%2CeACI%3BIACI%2CcAAA%3BIACA%2COAAO%2CqBAAP%3B%3BEAEA%2CcALR%2CeACI%2CcAIK%2CUAAU%3BEAAX%2CoBALR%2CeACI%2CcAIK%2CUAAU%3BEAAX%2CqBALR%2CeACI%2CcAIK%2CUAAU%3BEAAX%2CcAPE%2CoBAEV%2CeACI%2CcAIK%2CUAAU%3BEAAX%2CcANE%2CqBACV%2CeACI%2CcAIK%2CUAAU%3BIACP%2CcAAA%3B%3BEAMhB%2CMAAM%2COAAQ%2CeAAe%2CcAGzB%3BEAFJ%2CoBAAqB%2COAAM%2COAAQ%2CeAAe%2CcAE9C%3BEADJ%2CqBAAsB%2COAAM%2COAAQ%2CeAAe%2CcAC%5C%2FC%3BIACI%2C4CAAA%3BIACA%2CoBAAA%3B%3BECoiBI%2CQAFR%2CeACI%2CQACK%3BIAEG%2CkBAAA%3BIACA%2CkBAAA%3BIACA%2CQAAA%3BIACA%2CSAAA%3BIACA%2CWAAA%3B%3BEAOJ%2CQAFR%2CeACI%2CQACK%3BIACG%2COAAA%3BIACA%2CcAAA%3B%3BEChchB%2CeACI%2COAAM%2CUACF%2CeACI%3BIACI%2CgBAAA%3B%3BEgCrKhB%2CcACI%2CiBAKI%3BIACI%2CWAAA%3BIACA%2CgBAAA%3BIACA%2CiBAAA%3B%3BEATZ%2CcACI%2CiBAKI%2CWAKI%3BIACI%2CcAAA%3B%3BEAEA%2CcAbZ%2CiBAKI%2CWAKI%2CQAGK%3BIACG%2CcAAA%3BIACA%2CWAAA%3B%3BEAhBpB%2CcAsBI%3BIACI%2CgBAAA%3B%3BEAvBR%2CcA0BI%2CeAAe%3BIACX%2CgBAAA%3B%3BEA3BR%2CcA8BI%2CgBACI%3BIAEI%2CWAAA%3BIACA%2CUAAA%3B%3BEAlCZ%2CcA8BI%2CgBAOI%3BIACI%2CkBAAA%3BIACA%2CmBAAA%3BIACA%2CUAAA%3B%3BEAQQ%2CcAlBhB%2CgBAOI%2CqBAKI%2CUAKI%2COACK%3BIACG%2CaAAA%3B%3BEAjDxB%2CcAwDI%2CeAEI%3BIAEI%2CWAAA%3BIACA%2CUAAA%3B%3BEA7DZ%2CcAwDI%2CeAQI%3BIAEI%2CWAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEAIR%2CcAAC%2CKAAK%2CQACF%2CeACI%3BIACI%2CeAAA%3B%3BEAKZ%2CcAAC%2CaACG%3BIACI%2CWAAA%3BIACA%2CWAAA%3BIACA%2CiBAAA%3BIACA%2CWAAA%3B%3BEALR%2CcAAC%2CaAQG%2CKAAI%3BIACA%2CUAAA%3B%3BEAzFZ%2CcA8FI%2CiBACI%2CcAAgB%3BIACZ%2CWAAA%3B%3BEAGI%2CcALZ%2CiBACI%2CcAAgB%2CYAGZ%2COACK%3BIACG%2CqBAAA%3BIACA%2CWAAA%3B%3BEArGpB%2CcA8FI%2CiBAYI%2CUAAY%2CSAAM%2CIAAI%2CSAChB%3BIACE%2CWAAA%3BIACA%2CkBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3B%3BEAGJ%2CcApBR%2CiBAYI%2CUAAY%2CSAAM%2CIAAI%2CSAQjB%2CIAAI%2CMACD%3BIACI%2CWAAA%3B%3BEUrRhB%2COAAC%3BIACG%2CgBAAA%3B%3BEAGJ%2COAAC%3BIACG%2CWAAA%3BIACA%2CgBAAA%3BIACA%2CgBAAA%3BIACA%2CmBAAA%3B%3BEAGJ%2COAAC%2CQAAW%2CUAAC%3BIACT%2CgBAAA%3B%3BEAOJ%2COAAC%3BIACG%2CgBAAA%3B%3BEADJ%2COAAC%2CQAGG%3BIACI%2CeAAA%3B%3BEAIR%2CSAAU%2CQAAC%2COAAO%3BIACd%2CmBAAA%3B%3BEAGJ%2COAAC%3BIACG%2CeAAA%3B%3BEAGJ%2COAAC%3BIACG%2CgBAAA%3B%3BEtC6SR%2CoBACI%2CaACI%3BIACI%2CqBAAA%3B%3BEAEA%2CoBAJR%2CaACI%2CQAGK%3BIACG%2CYAAA%3B%3BEuBvOhB%2CqBACI%2CeACI%3BIACI%2CSAAA%3B%3BE2LhPZ%2CMAAM%2COAAQ%2CeAAe%3BEAC7B%2CoBAAqB%2COAAM%2COAAQ%2CeAAe%3BEAClD%2CqBAAsB%2COAAM%2COAAQ%2CeAAe%3BIAC%5C%2FC%2CmBAAA%3B%3BEAGJ%2CoBAAqB%2COAAM%2COAAQ%2CeAAe%3BIAC9C%2CeAAA%3BIACA%2COAAO%2CqBAAP%3B%3BEAEA%2CoBAJiB%2COAAM%2COAAQ%2CeAAe%2CcAI7C%2CUAAU%3BIACP%2CcAAA%3B%3B%3BAIhDZ%2CgBAJoD%3BE7IulChD%2CqBACI%3BIACI%2CgBAAA%3B%3BEAFR%2CqBACI%2CMAGI%3BIACI%2CYAAA%3BIACA%2CYAAA%3B%3BEAKZ%2CaACI%2CaACI%2C2BACI%2COAAM%2COACF%2CQAAO%3BIACH%2CeAAA%3B%3BEALpB%2CaACI%2CaACI%2C2BACI%2COAAM%2COAIF%3BIACI%2CeAAA%3BIACA%2CcAAA%3B%3BEATpB%2CaACI%2CaACI%2C2BACI%2COAAM%2COAIF%2CeAGI%3BIACI%2CcAAA%3BIACA%2CYAAA%3B%3BEAQxB%2CuBACI%2CcACI%2CaACI%2C2BACI%2COAAM%2COACF%3BIACI%2CeAAA%3B%3BEElUxB%2CiBAEI%3BEAFe%2CqBAEf%3BIACI%2CeAAA%3B%3BEAHR%2CiBAEI%2CaAGI%3BEALW%2CqBAEf%2CaAGI%3BIzFtlBR%2CeAAA%3BIyFwlBY%2CgBAAA%3B%3BEAPZ%2CiBAWI%3BEAXe%2CqBAWf%3BIACI%2CeAAA%3B%3BEAIR%2CSACI%2CWACI%2CkBACI%3BEAHZ%2CSACI%2CWACuB%2CsBACf%3BIACI%2CgBAAA%3B%3BEwJgwDhB%2CqBACI%2CsBACI%2CQAAO%3BIAMH%2CiBAAA%3B%3BEARZ%2CqBACI%2CsBACI%2CQAAO%2CWAEH%3BIjPz2EZ%2CeAAA%3B%3BEqPktDA%3BIACI%2CyBAAA%3B%3BEADJ%2CmBAGI%3BIrPrtDJ%2CiBAAA%3BIqPutDQ%2CiBAAA%3B%3B%3BAEn%5C%2FDV%3BEACE%2CaAAa%2CwBAAb%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CSAAS%2C8BAA8B%2COAAO%2COAA9C%3B%3BAAEJ%3BEACI%2CaAAa%2CwBAAb%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CSAAS%2C%2BBAA%2BB%2COAAO%2COAA%5C%2FC%3B%3BAAEJ%3BEACI%2CaAAa%2CwBAAb%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CSAAS%2C8BAA8B%2COAAO%2COAA9C%3B%3BAAEJ%3BEACI%2CaAAa%2C0BAAb%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CSAAS%2CgCAAgC%2COAAO%2COAAhD%3B%3BAAEJ%3BEACI%2CaAAa%2COAAb%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CSAAS%2CsBAAsB%2COAAO%2CMAAtC%3B%3BAAEJ%3BEACI%2CaAAa%2CaAAb%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CSAAS%2C2BAA2B%2COAAO%2CMAA3C%3B%3BAAEJ%3BEACI%2CaAAa%2CQAAb%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CSAAS%2C2BAA2B%2COAAO%2CMAA3C%3B%3BAAEJ%3BEACI%2CaAAa%2CcAAb%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CSAAS%2C4BAA4B%2COAAO%2CMAA5C%3B%3BAbpDA%2CMAAM%3BAAAS%3BE1O0Rf%2CWAAA%3B%3BA0O1RA%2CMAAM%2COAIF%3BAAJW%2CuBAIX%3BEACI%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3B%3BAARR%2CMAAM%2COAWF%2CYAAW%3BAAXA%2CuBAWX%2CYAAW%3BE1O%2BQf%2CcAAA%3BE0O7QQ%2CkBAAA%3B%3BAAIR%2CcACI%2CyBAAwB%2CQAAS%3BE1OwQrC%2CeAAA%3BE0OtQQ%2CiBAAA%3B%3BAAHR%2CcAMI%2CyBACI%3BE1OkQR%2CWAAA%3BEAAA%2CeAAA%3B%3BA0O3PA%2CqBACI%3BEACI%2CUAAA%3B%3BAAFR%2CqBACI%2CcAGI%3BE1OuPR%2CkBAAA%3BEAAA%2CiBAAA%3B%3BA2O1RA%2CkBACI%3BE3OwYJ%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEwFlYA%2C2BAAA%3BEACA%2C%2BBAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3BExF8QA%2CWAAA%3B%3BA2O1RA%2CkBAMI%3BE3OoRJ%2C6BAAA%3BE2OjRQ%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CoBAAA%3B%3BAAZR%2CkBAMI%2CgBAQI%3BE3O4QR%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BE2OvQY%2CkBAAA%3BEACA%2CyBAAA%3B%3BAApBZ%2CkBAwBI%2CWACI%3BE3OiQR%2CiBAAA%3BE2O9PY%2C6BAAA%3BEACA%2CiBAAA%3B%3BAA7BZ%2CkBAiCI%2CeACI%3BE3OwPR%2CiBAAA%3BEAAA%2CcAAA%3B%3BA2O1RA%2CkBAwCI%2CsBACI%3BE3OgWR%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEwF3YA%2C%2BBAAA%3BEACA%2CuBAAA%3BExF4aA%2C2BAAA%3BEACI%2CuBAAA%3BEACI%2CmBAAA%3B%3BA2O%5C%2FaR%2CkBA%2BCI%2COAAM%3BEACF%2C2BAAA%3B%3BAAhDR%2CkBAmDI%3BE3OsVJ%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEwF3YA%2C%2BBAAA%3BEACA%2CuBAAA%3BEmJoDQ%2CeAAA%3B%3BAAIR%2C0BACI%2CmBAAkB%3BEACd%2CSAAA%3BEACA%2CSAAA%3BEACA%2CwCAAA%3BEACA%2CiBAAA%3B%3BAC9DR%2CwBACI%3BE5OwYJ%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEwFlYA%2C2BAAA%3BEACA%2C%2BBAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3BEoJRQ%2CYAAA%3BEACA%2CgBAAA%3B%3BAAEA%2CwBANJ%2CmBAMK%3BEACG%2C6BAAA%3B%3BAARZ%2CwBAYI%3BE5O8QJ%2CiBAAA%3BE4O3QQ%2CkBAAA%3BEACA%2CoCAAA%3BEACA%2CoBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3B%3BAAnBR%2CwBAsBI%3BEACI%2CaAAA%3B%3BAAIR%2CIACI%3BEACI%2CoBAAA%3B%3BAAIR%2CqBAAsB%2CQAAO%2CKAAM%3BEAC%5C%2FB%2CWAAA%3B%3BAAGJ%2CeAAgB%2CwBAEZ%3BEACI%2CcAAA%3BEAUA%2C6BAAA%3BEACA%2C2BAAA%3B%3BAATA%2CeALQ%2CwBAEZ%2CsBAGK%2CMAAM%3BE5OgPf%2CcAAA%3B%3BA4O5OQ%2CeATQ%2CwBAEZ%2CsBAOK%3BE5O4OT%2CcAAA%3B%3BA4OnOA%3BEACI%2CYAAA%3B%3BAADJ%2CaAGI%3BE5OgOJ%2CcAAA%3BE4O7NQ%2CkBAAA%3BEACA%2CYAAA%3B%3BAY9DR%3BEACI%2CsBAAA%3BEACA%2CYAAA%3BExPwRJ%2CqBAAA%3BE8ClQA%2CqBAAA%3B%3BAAMA%2CmBAAC%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE9C1EA%2CkBAAA%3BEAAA%2CoBAAA%3BEAAA%2CcAAA%3BEAAA%2CSwPrR6B%2COxPqR7B%3BEAAA%2CaCnQiC%2C0BDmQjC%3BEAAA%2CsBAAA%3BE8CiFA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BA0MrWI%2CmBAAC%3BExPgRL%2CiBAAA%3BEAAA%2CgBAAA%3BEAAA%2CsBAAA%3BEwP3QQ%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3B%3BAAIR%3BEACI%2CsBAAA%3BEACA%2CYAAA%3BExPmQJ%2CqBAAA%3BE8ClQA%2CqBAAA%3B%3BAAMA%2CmBAAC%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE9C1EA%2CkBAAA%3BEAAA%2CoBAAA%3BEAAA%2CcAAA%3BEAAA%2CSwPhQ6B%2COxPgQ7B%3BEAAA%2CaCnQiC%2C0BDmQjC%3BEAAA%2CsBAAA%3BE8CiFA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BA0MhVI%2CmBAAC%3BExP2PL%2CsBAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BEwPtPQ%2CcAAA%3BEACA%2CWAAA%3B%3BAAGR%2CiBACI%3BEACI%2CUAAA%3B%3BAXzCR%2CYACI%2CqBACI%3BE7OuRR%2CeAAA%3BEAAA%2CWAAA%3BE6OnRY%2CoBAAA%3B%3BAANZ%2CYACI%2CqBACI%2CiBAMI%3BEACI%2CUAAA%3BEACA%2CQAAA%3BEACA%2COAAA%3B%3BAAGI%2CYAbhB%2CqBACI%2CiBAMI%2CoBAKK%2CMACI%3BE7O2QrB%2CmBAAA%3B%3BA6OzRA%2CYACI%2CqBACI%2CiBAkBI%3BEACI%2CUAAA%3BEACA%2CWAAA%3BEACA%2CQAAA%3B%3BAAGI%2CYAzBhB%2CqBACI%2CiBAkBI%2CoBAKK%2CMACI%3BE7O%2BPrB%2CmBAAA%3B%3BA6OzRA%2CYACI%2CqBACI%2CiBA8BI%3BE7OyPZ%2CWAAA%3B%3BA6OlPA%3BEACI%2CaAAA%3B%3BAAIJ%2CSAAU%2COAAM%2CIAAI%3BEAChB%2CgBAAA%3BEACA%2CiBAAA%3B%3BAAGJ%3BEAEI%2CYAAA%3B%3BAAFJ%2C0BAII%2CoBACI%3BE7OmOR%2CgBAAA%3BEAAA%2CmBAAA%3BEAAA%2CgBAAA%3BEAAA%2CWAAA%3BEAAA%2CiBAAA%3BE6O5NY%2CyBAAA%3BEAEA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BE7OwNZ%2CqBAAA%3BE8CpNA%2CqBAAA%3B%3BAAMA%2C0B%2BLtBI%2CoBACI%2CE%5C%2FLqBP%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BE9C1EA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CWAAA%3BEAAA%2CS%2BC5OQ%2CO%5C%2FC4OR%3BEAAA%2CagD3Qe%2CYhD2Qf%3BEAAA%2CsBAAA%3BE8CiFA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BA%2BLpSY%2C0BArBR%2CoBACI%2CEAoBK%3BE7O%2BMb%2CgBAAA%3B%3BA6O3MY%2C0BAzBR%2CoBACI%2CEAwBK%3BE7O2Mb%2CmBAAA%3B%3BA6OxOA%2C0BAmCI%3BE7OwVJ%2C8BAAA%3BEACI%2C0BAAA%3BEACI%2CsBAAA%3BEAtCR%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEwF3YA%2CiCAAA%3BEACA%2CyBAAA%3B%3BAqJiDA%2C0BAmCI%2CyBAII%3BE7O6UR%2CuBAAA%3BEACQ%2CeAAA%3BEA9BR%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEwFlYA%2C0BAAA%3BEACA%2C%2BBAAA%3BEACA%2CkBAAA%3BEACA%2CuBAAA%3BEqJmFY%2CmBAAA%3B%3BAA7CZ%2C0BAkDI%3BE7OqSJ%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BE6OpSQ%2C6CAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CaAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3B%3BAA3DR%2C0BAkDI%2CeAYI%3BE7O0KR%2CgBAAA%3BEAAA%2CcAAA%3BEAAA%2CiBAAA%3BE6OrKY%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3B%3BAAvEZ%2C0BAkDI%2CeAwBI%3BEACI%2CUAAA%3B%3BAA3EZ%2C0BAkDI%2CeAwBI%2CaAGI%3BE7O2JZ%2CgBAAA%3BEAAA%2CcAAA%3BE6OvJgB%2CyBAAA%3BE7OuJhB%2CqBAAA%3BE8CpNA%2CqBAAA%3B%3BAAMA%2C0B%2BLwBI%2CeAwBI%2CaAGI%2CE%5C%2FLnDX%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BE9C1EA%2CkBAAA%3BEAAA%2CoBAAA%3BEAAA%2CcAAA%3BEAAA%2CS%2BC5OQ%2CO%5C%2FC4OR%3BEAAA%2CagD3Qe%2CYhD2Qf%3BEAAA%2CsBAAA%3BE8CiFA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BA%2BLnOgB%2C0BAxCZ%2CeAwBI%2CaAGI%2CEAaK%3BE7O8IjB%2CgBAAA%3B%3BA6OxOA%2C0BAkDI%2CeA8CI%3BEACI%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3B%3BAApGZ%2C0BAkDI%2CeA8CI%2CqBAMI%3BE7OkIZ%2CWAAA%3BE6O9HgB%2CYAAA%3BEACA%2CYAAA%3B%3BAA3GhB%2C0BAkDI%2CeA8CI%2CqBAcI%3BEACI%2CYAAA%3BEACA%2CgBAAA%3B%3BAAIR%2C0BAlEJ%2CeAkEK%3BEACG%2C4CAAA%3B%3BAArHZ%2C0BAyHI%3BEACI%2CmBAAA%3B%3BAA1HR%2C0BA6HI%3BEACI%2CmBAAA%3B%3BAA9HR%2C0BA6HI%2CqBAGI%3BE7OwGR%2CgBAAA%3BEAAA%2CcAAA%3BE6OpGY%2CyBAAA%3BEACA%2CgBAAA%3B%3BAArIZ%2C0BA6HI%2CqBAWI%3BE7OgGR%2CmBAAA%3B%3BA6OxOA%2C0BA6HI%2CqBAeI%3BE7O4FR%2CcAAA%3BEAAA%2CmBAAA%3BE6OzFY%2CgBAAA%3B%3BAAMZ%3BE7OkMA%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3B%3BA6OhMA%3BE7O%2BEA%2CgBAAA%3B%3BA6O%5C%2FEA%2CYAGI%3BE7O4EJ%2CWAAA%3BEAAA%2CiBAAA%3B%3BA6O%5C%2FEA%2CYAQI%2CMAAK%3BE7OuET%2CiBAAA%3B%3BA6OlEA%2CeACI%3BE7OiEJ%2CgBAAA%3BEAAA%2CcAAA%3BEAAA%2CiBAAA%3BE6O5DQ%2CyBAAA%3BEACA%2CmBAAA%3B%3BAAPR%2CeAUI%3BE7OwDJ%2CcAAA%3BE6OtDQ%2CUAAA%3B%3BACpOR%2CiBAAiB%3BAACjB%2CaAAa%3BA9EgUT%2CaAAC%3BE8E%5C%2FTD%2CgBAAA%3BEACA%2CSAAS%2COAAT%3BEACA%2CeAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CaAAa%2C0BAAb%3B%3BAAIA%2CaAAC%3BEACG%2CQAAA%3B%3BAAEJ%2CaAAC%2CsBAAsB%3BEACnB%2CSAAS%2COAAT%3BEACA%2CeAAA%3B%3BAAMA%2CiBADH%2CQACI%3BEACG%2CSAAS%2COAAT%3B%3BAAOZ%2CcACI%3BE9O2PJ%2CWAAA%3BE8OxPQ%2CkBAAA%3BEACA%2CSAAA%3B%3BAALR%2CcAQI%2CgBAAe%3BE9OmWnB%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEwF1UA%2CuBAAA%3BEACA%2C2BAAA%3BEACA%2CmBAAA%3BEsJxBQ%2CkBAAA%3BEACA%2CeAAA%3B%3BAAdR%2CcAQI%2CgBAAe%2CMAQX%3BEACI%2CaAAA%3B%3BAAEA%2CcAXR%2CgBAAe%2CMAQX%2CiBAGK%3BE9OyOb%2CsBAAA%3B%3BA8OrOY%2CcAfR%2CgBAAe%2CMAQX%2CiBAOK%3BE9OqOb%2CsBAAA%3B%3BA8O5PA%2CcA4BI%2CyBAAyB%2CeAAc%3BEACnC%2C0BAAA%3BEACA%2CiBAAA%3B%3BAA9BR%2CcAiCI%2CyBAAyB%3BEACrB%2CaAAA%3B%3BAAlCR%2CcAqCI%2CyBAAyB%2CeAAc%2CKAAK%3BEACxC%2CcAAA%3B%3BAAtCR%2CcAyCI%2CgBAAgB%3BEACZ%2CgBAAA%3B%3BAA1CR%2CcA4CI%3BE9OgNJ%2CcAAA%3B%3BA8O7MQ%2CcAHJ%2CsBAGK%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CcADJ%2CQAAU%2CwBACL%3BEACG%2CSAAS%2COAAT%3B%3BAAtDZ%2CcA0DI%3BAA1DJ%2CcA0DsB%3BEACd%2CaAAA%3B%3BAA3DR%2CcA8DI%3BAA9DJ%2CcA8Da%3BE9O8Lb%2CsBAAA%3B%3BA8O3LQ%2CcAHJ%2CQAGK%3BAAAD%2CcAHK%2CgBAGJ%3BE9O2LT%2CsBAAA%3B%3BA8O5PA%2CcAsEI%2CaACI%3BE9OqLR%2CcAAA%3B%3BA8O5PA%2CcA4EI%2CaAAa%2CMAAK%2CIAAI%2CaAAa%3BE9OgLvC%2CeAAA%3BE8O9KQ%2CSAAS%2CGAAT%3BEACA%2CaAAA%3B%3BAAKR%2CgBACI%3BEACI%2CgBAAA%3BEACA%2CiBAAA%3B%3BAAIR%2CUACI%3BE9OgKJ%2CiBAAA%3BE8O9JQ%2C6BAAA%3B%3BAAIR%2CcACI%3BE9OyJJ%2CcAAA%3BEAAA%2CiBAAA%3B%3BA8OnJA%3BEACI%2CmBAAA%3B%3BAAGJ%2CeACI%3BE9O8IJ%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BE8OzIQ%2CyBAAA%3BEACA%2CmBAAA%3B%3BAAPR%2CeAUI%3BEACI%2CUAAA%3BE9OoIR%2CcAAA%3B%3BA8O%5C%2FHA%2CeACI%3BE9O8HJ%2CWAAA%3BEAAA%2CmBAAA%3BEAAA%2CiBAAA%3BE8OzHQ%2CkBAAA%3BEACA%2C4BAAA%3B%3BAAPR%2CeAUI%3BE9OqHJ%2CiBAAA%3BE8OnHQ%2CyBAAA%3B%3BAAZR%2CeAeI%3BE9OgHJ%2CiBAAA%3B%3BA8O%5C%2FHA%2CeAmBI%3BEACI%2CQAAA%3BEACA%2CkBAAA%3B%3BAArBR%2CeAwBI%3BE9OsNJ%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BE8OrNQ%2CgBAAA%3BEACA%2CmBAAA%3B%3BAA5BR%2CeA%2BBI%3BEACI%2CkBAAA%3B%3BAAhCR%2CeA%2BBI%2CcAGI%3BE9O6FR%2CgBAAA%3BEAAA%2CiBAAA%3BE8OzFY%2C0BAAA%3BEACA%2CyBAAA%3B%3BAClMb%2CaACK%2CqBAEI%3BEACI%2CYAAA%3B%3BAAJb%2CaACK%2CqBAMI%3BEACI%2CgBAAA%3B%3BAARb%2CaACK%2CqBAMI%2CkBAGI%3BEACI%2CgBAAA%3B%3BAAXjB%2CaACK%2CqBAMI%2CkBAOI%3BEACI%2CgBAAA%3B%3BAAfjB%2CaACK%2CqBAMI%2CkBAWI%3BEACI%2C0BAAA%3B%3BAAnBjB%2CaACK%2CqBAMI%2CkBAgBI%2CmBAAkB%3BEACd%2CkBAAA%3BEACA%2CUAAA%3B%3BAAzBjB%2CaACK%2CqBA4BI%3BE%5C%2FO6PR%2CmBAAA%3B%3BA%2BO1RD%2CaACK%2CqBAgCI%2CSAEI%3BE%5C%2FOuPZ%2CgBAAA%3BE%2BOrPgB%2CuBAAA%3B%3BAArCjB%2CaACK%2CqBAgCI%2CSAOI%3BE%5C%2FOkPZ%2CmBAAA%3B%3BA%2BO1RD%2CaACK%2CqBAgCI%2CSAWI%3BE%5C%2FO8OZ%2CWAAA%3B%3BA%2BO1RD%2CaACK%2CqBAgCI%2CSAeI%3BE%5C%2FO0OZ%2CmBAAA%3BE%2BOxOgB%2CkBAAA%3BEACA%2CaAAA%3B%3BAAnDjB%2CaACK%2CqBAgCI%2CSAqBI%3BEACI%2CkBAAA%3BEACA%2CSAAA%3B%3BAAxDjB%2CaACK%2CqBAgCI%2CSA0BI%2CQAAO%3BE%5C%2FO%2BNnB%2CmBAAA%3BEAAA%2CgBAAA%3BE%2BO1NgB%2CyBAAA%3BEACA%2CkBAAA%3B%3BAAEA%2CaAlEZ%2CqBAgCI%2CSA0BI%2CQAAO%2COAQF%3BE%5C%2FOuNjB%2CmBAAA%3B%3BA%2BO1RD%2CaA0EK%2COAAM%2COACF%3B%3B%3BEAGI%2CqBAAA%3B%3BAA9Eb%2CaAkFK%2CQAAO%3BEACH%2CwBAAA%3B%3BAAIR%2CyBACM%3BEAEM%2CYAAA%3B%3BAC3FJ%2CqBAFR%2CgBACI%2CMACK%3BEhP2RT%2CmBAAA%3BEgPzRY%2CWAAA%3B%3BAAKI%2CqBAThB%2CgBACI%2CMAMM%2CKACI%2CKACG%3BAACD%2CqBAVhB%2CgBACI%2CMAMM%2CKACI%2CKAEG%3BAACD%2CqBAXhB%2CgBACI%2CMAMM%2CKACI%2CKAGG%3BAACD%2CqBAZhB%2CgBACI%2CMAMM%2CKACI%2CKAIG%3BEhPiRjB%2CmBAAA%3B%3BAgP%5C%2FOY%2CqBAFR%2CgBACI%2CMACK%3BEACG%2CoBAAA%3B%3BAADJ%2CqBAFR%2CgBACI%2CMACK%2CWAGK%2CKACI%2CKACI%3BEhP0O1B%2CgBAAA%3BEAAA%2CiBAAA%3BEgPvO4B%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CyBAAA%3B%3BAAVhB%2CqBAFR%2CgBACI%2CMACK%2CWAGK%2CKACI%2CKASI%2CKACE%2CGACI%3BEhPgOhC%2CiBAAA%3BEgP9NoC%2CcAAA%3BEACA%2CiBAAA%3B%3BAAEA%2CqBAtBhC%2CgBACI%2CMACK%2CWAGK%2CKACI%2CKASI%2CKACE%2CGACI%2CEAKK%3BEACG%2CaAAA%3B%3BAAGJ%2CqBA1BhC%2CgBACI%2CMACK%2CWAGK%2CKACI%2CKASI%2CKACE%2CGACI%2CEASK%3BAACD%2CqBA3BhC%2CgBACI%2CMACK%2CWAGK%2CKACI%2CKASI%2CKACE%2CGACI%2CEAUK%3BAACD%2CqBA5BhC%2CgBACI%2CMACK%2CWAGK%2CKACI%2CKASI%2CKACE%2CGACI%2CEAWK%3BEhPqNrC%2CWAAA%3BEgPnNwC%2CiBAAA%3B%3BACtExC%3BEACI%2CsBAAA%3B%3BAAGJ%2CaACI%3BEACI%2CkBAAA%3B%3BAAFR%2CaACI%2CmBAGI%3BEjPiRR%2CSAAA%3BEiP%5C%2FQY%2CkBAAA%3BEACA%2CWAAA%3B%3BAAPZ%2CaACI%2CmBASI%3BEjP2QR%2C%2BBAAA%3BEAAA%2C4BAAA%3BEAAA%2CgBAAA%3BEAAA%2CmBAAA%3BEAAA%2CWAAA%3BEAAA%2CiBAAA%3BEiPpQY%2CkBAAA%3BEAEA%2CyBAAA%3B%3BAAnBZ%2CaACI%2CmBAqBI%3BAAtBR%2CaACI%2CmBAqBwB%3BEjP%2BP5B%2CmBAAA%3BEAAA%2CiBAAA%3B%3BAiPrRA%2CaACI%2CmBA0BI%3BEjP0PR%2CmBAAA%3BEAAA%2CiBAAA%3B%3BAiPrRA%2CaACI%2CmBA%2BBI%3BEjPqPR%2CmBAAA%3BEAAA%2CiBAAA%3B%3BAiPhPQ%2CaApCJ%2CmBAoCK%3BEACG%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CcAAA%3BEACA%2CaAAA%3B%3BAAKZ%3BEjPsOA%2CWAAA%3BEiPnOI%2CmBAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3B%3BAAGJ%3BEjP6UA%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEAjHA%2CgCAAA%3BEiP1NI%2CmBAAA%3B%3BAAJJ%2CcAMI%3BEACI%2CgBAAA%3BEACA%2CgBAAA%3B%3BAARR%2CcAMI%2CgBAGI%3BEACI%2CgBAAA%3B%3BAAKZ%2CcAAe%3BAAAS%2CcAAe%3BEjP%2BMvC%2CyBAAA%3B%3BAiP3MA%2CSAAS%2CaACL%3BAADJ%2CSAAS%2CaACI%2CgBAAe%3BEjP0M5B%2CyBAAA%3B%3BAiP3MA%2CSAAS%2CaAKL%2CeAAc%3BEjPsMlB%2CsBAAA%3BEAAA%2CgBAAA%3B%3BAiP3MA%2CSAAS%2CaAUL%2CQAAO%3BEjPiMX%2CyBAAA%3B%3BAiP5LA%3BEACI%2CiBAAA%3BEACA%2CeAAA%3B%3BAAFJ%2CQAII%3BEACI%2C6BAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CwBAAA%3BEACA%2CgBAAA%3B%3BAATR%2CQAYI%2CgBAAe%3BEACX%2CkBAAA%3B%3BAAbR%2CQAYI%2CgBAAe%2COAGX%3BEjP6KR%2CgCAAA%3BEAAA%2CgBAAA%3BEAAA%2CcAAA%3BEAAA%2CiBAAA%3BEiPvKY%2CyBAAA%3BEACA%2CcAAA%3B%3BAAtBZ%2CQA0BI%3BEjPkKJ%2CgBAAA%3BEAAA%2CcAAA%3BEAAA%2CiBAAA%3BEiP7JQ%2CyBAAA%3B%3BAA%5C%2FBR%2CQAkCI%2COAAM%3BEjPyQV%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEiPzQQ%2CkBAAA%3BEACA%2CkBAAA%3B%3BAArCR%2CQAkCI%2COAAM%2CQAKF%3BEACI%2CyBAAA%3BEACA%2CgBAAA%3B%3BAAzCZ%2CQAkCI%2COAAM%2CQAKF%2COAII%3BEjPiJZ%2CgBAAA%3BEAAA%2CcAAA%3BEAAA%2CiBAAA%3B%3BAiP5LA%2CQAkCI%2COAAM%2CQAgBF%3BEjP0IR%2CgBAAA%3BEAAA%2CcAAA%3BEAAA%2CiBAAA%3BEiPrIY%2C6BAAA%3BEACA%2CYAAA%3BEACA%2C0BAAA%3BEACA%2CgBAAA%3BEAEA%2CyBAAA%3BEjPgIZ%2CgCAAA%3BEiP9HY%2CcAAA%3B%3BAA9DZ%2CQAkEI%3BEjP0HJ%2CWAAA%3B%3BAiP5LA%2CQAkEI%2COAGI%3BEjPuHR%2CcAAA%3BEAAA%2CiBAAA%3BEiPnHY%2CgBAAA%3B%3BAAzEZ%2CQAkEI%2COAUI%2CQAAO%3BEjPgHf%2CqBAAA%3BE8CpNA%2CqBAAA%3B%3BAAMA%2CQmMoFI%2COAUI%2CQAAO%2CKnM9Fd%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BE9C1EA%2CkBAAA%3BEAAA%2CoBAAA%3BEAAA%2CcAAA%3BEAAA%2CSiP9GoC%2COjP8GpC%3BEAAA%2CagD3Qe%2CYhD2Qf%3BEAAA%2CsBAAA%3BE8CiFA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAtRI%2CQmMuEA%2COAUI%2CQAAO%2CKnMlFd%2CMACI%3BE9CiML%2CcAAA%3B%3BA8C3LI%2CQmMiEA%2COAUI%2CQAAO%2CKnM5Ed%2COACI%3BE9C2LL%2CcAAA%3B%3BAiPvGY%2CQAnBR%2COAUI%2CQAAO%2CKASF%3BEACG%2CaAAA%3B%3BAAKJ%2CQAzBR%2COAwBI%2CQAAO%2CSACF%3BEjPiGb%2CcAAA%3B%3BAiP5LA%2CQAkEI%2COA8BI%2CQAAO%3BAAhGf%2CQAkEI%2COA8BkB%2CQAAO%3BEACjB%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3B%3BAArGZ%2CQAkEI%2COAsCI%3BAAxGR%2CQAkEI%2COAsCgB%3BEjPoFpB%2CgBAAA%3BEAAA%2CcAAA%3BEAAA%2CiBAAA%3BEiP%5C%2FEY%2CyBAAA%3BEACA%2CiBAAA%3BEACA%2CaAAA%3B%3BAAKZ%2CcAEI%2CUAAS%2CQAAW%2CWAAS%3BEACzB%2CaAAA%3B%3BAAHR%2CcAMI%3BEA8CI%2CiBAAA%3BEACA%2CgBAAA%3B%3BAArDR%2CcAMI%2CWAEI%2CSAAQ%3BEACJ%2CYAAA%3BEACA%2CUAAA%3B%3BAAVZ%2CcAMI%2CWAEI%2CSAAQ%2CaAIJ%3BEACI%2CmBAAA%3B%3BAAbhB%2CcAMI%2CWAEI%2CSAAQ%2CaAQJ%2CgBACI%3BEACI%2CgBAAA%3B%3BAAlBpB%2CcAMI%2CWAEI%2CSAAQ%2CaAcJ%2CgBACI%3BEACI%2CoBAAA%3B%3BAAxBpB%2CcAMI%2CWAEI%2CSAAQ%2CaAcJ%2CgBAKI%3BEACI%2CyBAAA%3BEjP4CpB%2CcAAA%3BE8CpNA%2CqBAAA%3B%3BAAMA%2CcmM4II%2CWAEI%2CSAAQ%2CaAcJ%2CgBAKI%2CsBnMjKf%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BE9C1EA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CcAAA%3BEAAA%2CSiPxC6C%2COjPwC7C%3BEAAA%2CaCnQiC%2C0BDmQjC%3BEAAA%2CsBAAA%3BE8CiFA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAmMrHoB%2CcAlChB%2CWAEI%2CSAAQ%2CaAcJ%2CgBAKI%2CsBAaK%3BEACG%2CUAAA%3BEACA%2CSAAA%3B%3BAA1CxB%2CcAMI%2CWAEI%2CSAAQ%2CaAcJ%2CgBAwBI%2CQAAU%2CwBAAqB%3BEAC3B%2CSAAS%2COAAT%3B%3BAA%5C%2FCpB%2CcAMI%2CWAiDI%3BEACI%2CmBAAA%3BEACA%2CgBAAA%3B%3BAAzDZ%2CcAMI%2CWAsDI%3BEACI%2CkBAAA%3B%3BAA7DZ%2CcAMI%2CWA0DI%3BEACI%2CkBAAA%3BEACA%2CWAAA%3B%3BAAlEZ%2CcAMI%2CWAgEI%2CeAEI%2CMAAK%3BEACD%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3B%3BAA7EhB%2CcAMI%2CWAgEI%2CeAUI%3BEACI%2CeAAA%3BEACA%2CYAAA%3B%3BAAlFhB%2CcAMI%2CWAgEI%2CeAeI%3BEACI%2CkBAAA%3BEACA%2CYAAA%3B%3BAAvFhB%2CcAMI%2CWAgEI%2CeAwBI%3BEACI%2CgBAAA%3B%3BAA%5C%2FFhB%2CcAMI%2CWAgEI%2CeA4BI%3BEACI%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CiBAAA%3B%3BAArGhB%2CcAMI%2CWAgEI%2CeAkCI%2CWAAU%3BEACN%2CgBAAA%3B%3BAAzGhB%2CcAMI%2CWAgEI%2CeAsCI%3BEjPpCZ%2CiBAAA%3BEiPuCgB%2CmBAAA%3BEACA%2CUAAA%3BEACA%2CiBAAA%3B%3BAAjHhB%2CcAMI%2CWAgEI%2CeA8CI%3BEjP5CZ%2CiBAAA%3B%3BAiPxEA%2CcAMI%2CWAgEI%2CeAkDI%3BEACI%2CiBAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3B%3BAA3HhB%2CcAMI%2CWAgEI%2CeAwDI%2CWACI%3BEjPvDhB%2CcAAA%3BEAAA%2CiBAAA%3B%3BAiPxEA%2CcAMI%2CWAgEI%2CeA%2BDI%2CeACI%3BEjP9DhB%2CcAAA%3B%3BAiPsEQ%2CcADJ%2CQACK%3BEACG%2CaAAA%3B%3BAAGJ%2CcALJ%2CQAKK%2CWAAY%3BEACT%2CaAAA%3B%3BAAIZ%2CcACI%3BEACI%2CgBAAA%3B%3BAAIR%2CaACI%3BEACI%2CiBAAA%3B%3BAAFR%2CaACI%2CaAGI%3BEjPzFR%2CgBAAA%3BEAAA%2CWAAA%3BEAAA%2CiBAAA%3B%3BAiP8FY%2CaARR%2CaAGI%2CEAKK%3BEjP9Fb%2CWAAA%3B%3BAiPqFA%2CaACI%2CaAaI%2CMAAK%3BEjPnGb%2CiBAAA%3B%3BAiPqFA%2CaACI%2CaAiBI%3BEjPvGR%2CiBAAA%3B%3BAiP6GA%2CwBAEI%3BEACI%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3B%3BAALR%2CwBAQI%3BEjPNJ%2CsBAAA%3BEACA%2CqBAAA%3BEACA%2CcAAA%3BEiPQQ%2CaAAA%3B%3BAAZR%2CwBAQI%2CQAKI%3BEAEI%2CkBAAA%3BEjPbZ%2CsBAAA%3BEACA%2CqBAAA%3BEACA%2CcAAA%3BEwFlXA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2C0BAAA%3BEACA%2CgBAAA%3BEAEA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BExF0PA%2CiBAAA%3BEAAA%2CiBAAA%3BEAAA%2CiBAAA%3BEiP0IY%2CyBAAA%3BEACA%2CqBAAA%3BEACA%2CgBAAA%3B%3BAAEA%2CwBAzBR%2CQAKI%2CqBAoBK%3BEjP9Ib%2CgBAAA%3BEiPgJgB%2CiBAAA%3B%3BAAGJ%2CwBA9BR%2CQAKI%2CqBAyBK%3BEACG%2CmBAAA%3B%3BAAvChB%2CwBA4CI%3BEjP1CJ%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEwFlYA%2C6BAAA%3BEACA%2C%2BBAAA%3BEACA%2CqBAAA%3BEACA%2CuBAAA%3BExF8QA%2CWAAA%3BEiPiKQ%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CaAAA%3B%3BAAIR%3BEACI%2CgBAAA%3B%3BAAGJ%3BEjP3KA%2CWAAA%3BEiP8KI%2CkBAAA%3BEACA%2CQAAA%3B%3BAAGJ%3BEjP%5C%2FBA%2C8BAAA%3BEACI%2C0BAAA%3BEACI%2CsBAAA%3BEAtCR%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEiPqEI%2CmBAAA%3BEACA%2CmBAAA%3B%3BAAGJ%2CcACI%3BEACI%2CmBAAA%3B%3BAAIR%3BEACI%2CgBAAA%3B%3BAADJ%2CaAGI%3BEACI%2CaAAA%3B%3BAAIR%3BEjPxMA%2CcAAA%3BEAAA%2CiBAAA%3BEiP4MI%2CoBAAA%3B%3BAAGJ%2CaAAc%3BEACV%2CkBAAA%3B%3BAADJ%2CaAAc%2CWAGV%3BEjPlNJ%2CcAAA%3BEAAA%2CiBAAA%3B%3BAiPwNA%3BEjPxNA%2CcAAA%3BEAAA%2CgBAAA%3B%3BAiP6NA%3BEACI%2CoBAAA%3BEACA%2CgBAAA%3B%3BAAFJ%2CaAII%3BEACI%2CoBAAA%3B%3BAALR%2CaAII%2CmBAGI%2CYAAW%3BEACP%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3B%3BAAKZ%2CYACI%3BEjP9OJ%2CWAAA%3B%3BAiPmPA%2CYAAa%2CMAAK%2CIAAI%2CaAAa%3BEjPnPnC%2CWAAA%3BEAAA%2CeAAA%3BEiPuPI%2CSAAS%2CGAAT%3BEACA%2CaAAA%3B%3BAAOJ%2CqBACI%3BEjPhQJ%2CeAAA%3BEiPkQQ%2CeAAA%3BEACA%2CUAAA%3B%3BAAJR%2CqBAOI%3BEACI%2CaAAA%3B%3BAARR%2CqBAWI%3BEACI%2CWAAA%3BEACA%2CUAAA%3BEACA%2CSAAA%3B%3BAAdR%2CqBAiBI%2CmBACI%3BEjP9HR%2C8BAAA%3BEACI%2C0BAAA%3BEACI%2CsBAAA%3BEAtCR%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3B%3BAiP8IA%2CqBAiBI%2CmBAMI%3BEACI%2CwBAAA%3B%3BAAxBZ%2CqBA4BI%3BEjP5KJ%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3B%3BAiP8IA%2CqBA4BI%2CWAGI%3BEjP9RR%2CcAAA%3BEAAA%2CiBAAA%3B%3BAiP%2BPA%2CqBAqCI%3BEjPrLJ%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3B%3BAiP8IA%2CqBAqCI%2CYAGI%3BEjPxLR%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEiPiMY%2CmBAAA%3BEACA%2CmBAAA%3B%3BAApDZ%2CqBAqCI%2CYAGI%2CKAGI%3BEjP1SZ%2CmBAAA%3BEAAA%2CcAAA%3BEiP8SgB%2CiBAAA%3BEACA%2CWAAA%3B%3BAAhDhB%2CqBAqCI%2CYAkBI%3BEACI%2CoBAAA%3BEACA%2CgBAAA%3B%3BAAzDZ%2CqBAqCI%2CYAuBI%3BEACI%2CiBAAA%3B%3BAA7DZ%2CqBAqCI%2CYA2BI%2CQAAO%3BEjP%5C%2FTf%2CmBAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BEiPoUY%2CyBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3B%3BAA5EZ%2CqBAqCI%2CYA0CI%3BEACI%2CiBAAA%3B%3BAAhFZ%2CqBAqCI%2CYA8CI%3BEjPnOR%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3B%3BAiP8IA%2CqBAqCI%2CYAkDI%3BEjPnMR%2C8BAAA%3BEACI%2C0BAAA%3BEACI%2CsBAAA%3BEAtCR%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3B%3BAiPgPA%2CqBACI%3BEACI%2CgBAAA%3BEACA%2CgBAAA%3B%3BAAHR%2CqBACI%2CqBAII%3BEjPtWR%2C2BAAA%3B%3BAiPiWA%2CqBACI%2CqBAII%2CgBAGI%3BEACI%2CgBAAA%3B%3BAAGJ%2CqBAXR%2CqBAII%2CgBAOK%2CUAAU%2CGACP%3BEACI%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3B%3BAAJR%2CqBAXR%2CqBAII%2CgBAOK%2CUAAU%2CGAOP%2CeAAe%2CEAAC%3BEjPpXhC%2CgBAAA%3BEAAA%2CWAAA%3BEiPwXoB%2C0BAAA%3BEACA%2CcAAA%3B%3BAAZR%2CqBAXR%2CqBAII%2CgBAOK%2CUAAU%2CGAeP%2CeAAe%2CEAAC%3BEjP5XhC%2CWAAA%3BEiP%2BXoB%2C0BAAA%3BEACA%2CkBAAA%3B%3BAAIR%2CqBAlCR%2CqBAII%2CgBA8BK%2CUAAU%3BAAAM%2CqBAlCzB%2CqBAII%2CgBA8BsB%2CUAAU%3BEACxB%2CkBAAA%3B%3BAADJ%2CqBAlCR%2CqBAII%2CgBA8BK%2CUAAU%2CGAGP%3BAAHa%2CqBAlCzB%2CqBAII%2CgBA8BsB%2CUAAU%2CGAGxB%3BEACI%2C0BAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3B%3BAAPR%2CqBAlCR%2CqBAII%2CgBA8BK%2CUAAU%2CGAUP%2CeAAe%2CEAAC%3BAAVH%2CqBAlCzB%2CqBAII%2CgBA8BsB%2CUAAU%2CGAUxB%2CeAAe%2CEAAC%3BEjP9YhC%2CgBAAA%3BEiPgZoB%2C0BAAA%3B%3BAAZR%2CqBAlCR%2CqBAII%2CgBA8BK%2CUAAU%2CGAeP%2CeAAe%2CEAAC%3BAAfH%2CqBAlCzB%2CqBAII%2CgBA8BsB%2CUAAU%2CGAexB%2CeAAe%2CEAAC%3BEjPnZhC%2CgBAAA%3BEiPqZoB%2C0BAAA%3B%3BAAIR%2CqBAvDR%2CqBAII%2CgBAmDK%2CUAAU%2CGACP%3BEACI%2CkBAAA%3BEACA%2CiBAAA%3B%3BAAHR%2CqBAvDR%2CqBAII%2CgBAmDK%2CUAAU%2CGAMP%3BEACI%2CeAAA%3B%3BAAIR%2CqBAlER%2CqBAII%2CgBA8DK%2CUAAU%2CGAEP%3BEACI%2CkBAAA%3BEACA%2CiBAAA%3B%3BAAJR%2CqBAlER%2CqBAII%2CgBA8DK%2CUAAU%2CGAOP%3BEACI%2CeAAA%3B%3BAA3EpB%2CqBAgFI%2CQAAO%2CKAEH%2CSAAQ%2CKAAK%2CMAET%3BEjPrbZ%2CcAAA%3BEAAA%2CgBAAA%3BEAAA%2CmBAAA%3BEAAA%2CiBAAA%3BEiP2bgB%2CyBAAA%3BEACA%2CiBAAA%3BEACA%2CSAAA%3B%3BAA5FhB%2CqBAgFI%2CQAAO%2CKAEH%2CSAAQ%2CKAAK%2CMAaT%2CMAAK%2CKAAK%3BEACN%2CgBAAA%3BEACA%2C0BAAA%3B%3BAAjGhB%2CqBAgFI%2CQAAO%2CKAEH%2CSAAQ%2CKAAK%2CMAaT%2CMAAK%2CKAAK%2COAIN%3BEjPpchB%2CmBAAA%3BEAAA%2CcAAA%3B%3BAiPiWA%2CqBAgFI%2CQAAO%2CKA0BH%3BEjP3cR%2CeAAA%3BEiP8cY%2C2CAAA%3BEACA%2CqBAAA%3BEACA%2CYAAA%3BEjPhdZ%2CaAAA%3BE8ClQA%2CqBAAA%3B%3BAAMA%2CqBmM6qBI%2CQAAO%2CKA0BH%2CiBnMvsBP%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE9C1EA%2CkBAAA%3BEAAA%2CoBAAA%3BEAAA%2CWAAA%3BEAAA%2CSiPmdiC%2COjPndjC%3BEAAA%2CaCtQ%2BB%2CwBDsQ%5C%2FB%3BEAAA%2CsBAAA%3BE8CiFA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAmMoYY%2CqBAxCR%2CQAAO%2CKA0BH%2CiBAcK%3BEjP1Wb%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEwFlYA%2C2BAAA%3BEACA%2C%2BBAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3BExF8QA%2CmBAAA%3BEAAA%2CiBAAA%3BEiP8dgB%2CYAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3BEACA%2CSAAA%3BEACA%2CSAAA%3B%3BAAjIhB%2CqBAgFI%2CQAAO%2CKAqDH%3BEjPteR%2CyBAAA%3BEiPweY%2CsBAAA%3B%3BAAvIZ%2CqBAgFI%2CQAAO%2CKA0DH%3BEACI%2CgBAAA%3B%3BAA3IZ%2CqBAgFI%2CQAAO%2CKA6DH%3BEjP9eR%2CeAAA%3B%3BAiPiWA%2CqBAgFI%2CQAAO%2CKAiEH%3BEjPlfR%2CgBAAA%3BEA%2BGA%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEwF3YA%2C%2BBAAA%3BEACA%2CuBAAA%3BEyJ%2BwBY%2C2CAAA%3B%3BAArJZ%2CqBAgFI%2CQAAO%2CKAiEH%2CiBAMI%3BEACI%2CcAAA%3B%3BAAxJhB%2CqBAgFI%2CQAAO%2CKA4EH%3BEACI%2CiBAAA%3B%3BAA7JZ%2CqBAgFI%2CQAAO%2CKAgFH%3BEjP9WR%2C2BAAA%3BEACI%2CuBAAA%3BEACI%2CmBAAA%3BEAtCR%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEiP2ZY%2CaAAA%3BEACA%2CYAAA%3BEACA%2COAAA%3B%3BAATA%2CqBApFR%2CQAAO%2CKAgFH%2CgBAIK%2CUAAU%3BEACP%2CaAAA%3B%3BAAEJ%2CqBAvFR%2CQAAO%2CKAgFH%2CgBAOK%2CUAAU%3BEACP%2CaAAA%3B%3BAAxKhB%2CqBAgFI%2CQAAO%2CKAgGH%3BEACI%2CaAAA%3B%3BAAjLZ%2CqBAgFI%2CQAAO%2CKAoGH%3BEjPrhBR%2CiBAAA%3BEiPuhBY%2CgBAAA%3B%3BAAtLZ%2CqBAgFI%2CQAAO%2CKAyGH%2COAAM%3BEACF%2CSAAA%3B%3BAA1LZ%2CqBA%2BLI%3BEjPhiBJ%2CgBAAA%3BEAAA%2CcAAA%3BEAAA%2CiBAAA%3B%3BAiPiWA%2CqBAqMI%2CWAAU%3BEjPvbd%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEAjHA%2CiBAAA%3B%3BAiPiWA%2CqBAqMI%2CWAAU%2CaAIN%3BEjP1iBR%2CgBAAA%3B%3BAiPiWA%2CqBA8MI%2CSAAQ%2CUAAU%3BEACd%2CqBAAA%3B%3BAA%5C%2FMR%2CqBAkNI%3BEACI%2CgBAAA%3B%3BAAnNR%2CqBAkNI%2CWAGI%3BEjPtjBR%2CcAAA%3BEiPwjBY%2CkBAAA%3BEACA%2CgBAAA%3B%3BAAxNZ%2CqBA4NI%2CeACI%3BEjP9jBR%2CcAAA%3BEAAA%2CiBAAA%3B%3BAiPiWA%2CqBAmOI%2CYACI%3BEACI%2CSAAA%3B%3BAArOZ%2CqBAmOI%2CYAKI%3BEACI%2CmBAAA%3B%3BAAzOZ%2CqBA6OI%2COAAM%2CIACF%3BEjP%5C%2FkBR%2CiBAAA%3BEiPilBY%2CmBAAA%3B%3BAAhPZ%2CqBAoPI%2CSACI%3BEjPtlBR%2CiBAAA%3BEiPwlBY%2CmBAAA%3B%3BAAvPZ%2CqBA2PI%3BEACI%2CgBAAA%3B%3BAA5PR%2CqBA%2BPI%3BEjPhmBJ%2CgBAAA%3BEAAA%2CcAAA%3BEAAA%2CiBAAA%3BEiPqmBQ%2CgBAAA%3B%3BAApQR%2CqBAuQI%3BEjPxmBJ%2CiBAAA%3BEiP2mBQ%2CgBAAA%3B%3BAA1QR%2CqBAuQI%2C6BAKI%2COAAM%3BEjP7mBd%2CgBAAA%3BEAAA%2CiBAAA%3BEiPinBY%2CgBAAA%3B%3BAAhRZ%2CqBAoRI%2C2BAEI%2CSAAQ%2CKAAK%2CSACT%3BEjPxnBZ%2CiBAAA%3B%3BAiPiWA%2CqBAoRI%2C2BAEI%2CSAAQ%2CKAAK%2CSAKT%3BEjP5nBZ%2CiBAAA%3BEiP8nBgB%2CgBAAA%3B%3BAA7RhB%2CqBAkSI%2CmBACI%2CSAAQ%2CUAAU%2CSACd%3BEACI%2CgBAAA%3B%3BAArShB%2CqBA4SI%2CmBAAmB%2CoBAAoB%3BEjP9hB3C%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEAkCA%2C2BAAA%3BEACI%2CuBAAA%3BEACI%2CmBAAA%3B%3BAiP4MR%2CqBAiTI%2CkBACI%3BEjPpiBR%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3B%3BAiPgPA%2CqBAuTI%3BEACI%2CiBAAA%3B%3BAAxTR%2CqBA2TI%2CQAAO%3BEjP5pBX%2CgBAAA%3BEAAA%2CqBAAA%3BE8ClQA%2CqBAAA%3B%3BAmMmmBA%2CqBA2TI%2CQAAO%2CWAGH%3BEjP%5C%2FpBR%2CiBAAA%3BEAAA%2CcAAA%3BEiPmqBY%2C0BAAA%3B%3BAnM%5C%2F5BZ%2CqBmMw5BI%2CQAAO%2CWnMx5BV%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE9C1EA%2CkBAAA%3BEAAA%2CoBAAA%3BEAAA%2CcAAA%3BEAAA%2CSiPuqBgC%2COjPvqBhC%3BEAAA%2CaCnQiC%2C0BDmQjC%3BEAAA%2CsBAAA%3BE8CiFA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAmM4QA%2CqBA4UI%3BEjP9jBJ%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEiP8jBQ%2CgBAAA%3B%3BAA9UR%2CqBA4UI%2C2BAII%3BEACI%2CUAAA%3BEACA%2CgBAAA%3B%3BAAlVZ%2CqBA4UI%2C2BAII%2C2BAII%3BEACI%2CiBAAA%3B%3BAArVhB%2CqBA4UI%2C2BAII%2C2BAII%2CMAGI%3BEACI%2CgBAAA%3BEACA%2CcAAA%3B%3BAAzVpB%2CqBA4UI%2C2BAII%2C2BAII%2CMAQI%2CGAAE%3BEACE%2CcAAA%3BEACA%2CgBAAA%3B%3BAA9VpB%2CqBA4UI%2C2BAII%2C2BAII%2CMAaI%2CGAAE%3BEACE%2CcAAA%3B%3BAAlWpB%2CqBA4UI%2C2BAII%2C2BAsBI%3BEACI%2CiBAAA%3B%3BAAvWhB%2CqBA4WI%3BEjP9lBJ%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEiP%2BlBQ%2CUAAA%3BEACA%2CmBAAA%3B%3BAAhXR%2CqBAmXI%3BEjPptBJ%2CWAAA%3B%3BAiPiWA%2CqBAmXI%2CaAGI%3BEACI%2CYAAA%3BEACA%2CSAAA%3B%3BAAxXZ%2CqBA4XI%3BEjP7tBJ%2CWAAA%3BEA%2BGA%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEiPgnBQ%2CiBAAA%3BEACA%2CkBAAA%3B%3BAAjYR%2CqBA4XI%2C2BAOI%2CwBACI%2CMAAK%2CKAAK%3BAApYtB%2CqBA4XI%2C2BAO6B%2CSAAQ%2CKAAK%2CSAClC%2CMAAK%2CKAAK%3BEAEN%2C2BAAA%3B%3BAAtYhB%2CqBA4XI%2C2BAeI%3BEjP5uBR%2CcAAA%3BEiP%2BuBY%2CyBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3B%3BAAjZZ%2CqBA4XI%2C2BAeI%2CaAQI%3BEjPpvBZ%2CgBAAA%3BEAAA%2CiBAAA%3B%3BAiPiWA%2CqBA4XI%2C2BA6BI%3BEAEI%2CgBAAA%3BEACA%2CYAAA%3B%3BAA5ZZ%2CqBA4XI%2C2BAmCI%3BEjPhwBR%2CsBAAA%3BEiPkwBY%2CYAAA%3B%3BAAjaZ%2CqBA4XI%2C2BAwCI%2CSAAQ%2CKAAK%2CMAAS%2CQAAK%3BEACvB%2CSAAA%3B%3BAAraZ%2CqBA4XI%2C2BA4CI%3BEACI%2CiBAAA%3BEACA%2CiBAAA%3B%3BAAEA%2CqBAhDR%2C2BA4CI%2CmBAIK%3BEACG%2CmBAAA%3B%3BAA7ahB%2CqBAkbI%3BEjPnxBJ%2CWAAA%3BEA%2BGA%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEwFlYA%2C2BAAA%3BEACA%2C%2BBAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3B%3BAyJ%2BmBA%2CqBAkbI%2CgBAII%3BEjPvxBR%2C6BAAA%3BEiP0xBY%2CoBAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CUAAA%3B%3BAA5bZ%2CqBAkbI%2CgBAaI%3BEjPhyBR%2CgBAAA%3BEAAA%2CcAAA%3BEAAA%2CiBAAA%3BEiPqyBY%2CkBAAA%3BEACA%2CyBAAA%3B%3BAArcZ%2CqBA6cI%3BEACI%2CoBAAA%3B%3BAA9cR%2CqBA6cI%2C2BAGI%3BEjPjzBR%2CgBAAA%3BEA%2BGA%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEiPosBY%2CwCAAA%3BEACA%2CuBAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CaAAA%3BEACA%2CYAAA%3B%3BAAEA%2CqBAfR%2C2BAGI%2CmBAYK%2CMACG%3BEACI%2CkBAAA%3B%3BAA9dpB%2CqBA6cI%2C2BAGI%2CmBAkBI%3BEjPn0BZ%2CmBAAA%3BEAAA%2CcAAA%3BEiPu0BgB%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3B%3BAAxehB%2CqBA6cI%2C2BA%2BBI%3BEACI%2CSAAA%3BEACA%2CQAAA%3B%3BAA9eZ%2CqBA6cI%2C2BA%2BBI%2CmBAII%3BEACI%2CaAAA%3B%3BAAjfhB%2CqBA6cI%2C2BA%2BBI%2CmBAQI%2CQAAO%3BEACH%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3B%3BAAxfhB%2CqBA6cI%2C2BA%2BCI%3BEjP9uBR%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3B%3BAiPgPA%2CqBA6cI%2C2BAmDI%3BEACI%2CUAAA%3B%3BAAjgBZ%2CqBA6cI%2C2BAuDI%3BEACI%2CcAAA%3B%3BAArgBZ%2CqBA6cI%2C2BA2DI%2CsBAEI%3BEjP32BZ%2CYAAA%3BEiP82BgB%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CQAAA%3B%3BAAhhBhB%2CqBA6cI%2C2BA2DI%2CsBAWI%3BEACI%2CaAAA%3B%3BAAphBhB%2CqBA6cI%2C2BA4EI%3BEjP3wBR%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEwF3YA%2C%2BBAAA%3BEACA%2CuBAAA%3BEyJqpCY%2CeAAA%3B%3BAA3hBZ%2CqBA6cI%2C2BAiFI%3BEjPhxBR%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEiPgxBY%2CkBAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3B%3BAAliBZ%2CqBA6cI%2C2BAiFI%2CcAMI%3BEjPtxBZ%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEiPsxBgB%2CgBAAA%3B%3BAAtiBhB%2CqBA6cI%2C2BA8FI%3BEjP7xBR%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEwFlYA%2C2BAAA%3BEACA%2C%2BBAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3BEyJ4pCY%2CkBAAA%3BEACA%2C0CAAA%3B%3BAA9iBZ%2CqBA6cI%2C2BAoGI%3BEACI%2CgBAAA%3B%3BAAljBZ%2CqBA6cI%2C2BAwGI%3BEjPvyBR%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEwFlYA%2C2BAAA%3BEACA%2C%2BBAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3BExFiaA%2C8BAAA%3BEACI%2C0BAAA%3BEACI%2CsBAAA%3B%3BAiP4MR%2CqBA6cI%2C2BAwGI%2CsBAII%2CSAAQ%3BEjP15BpB%2CgBAAA%3BEAAA%2CiBAAA%3BEiP85BgB%2CQAAA%3B%3BAA7jBhB%2CqBA6cI%2C2BAwGI%2CsBAWI%3BEjPj6BZ%2CgBAAA%3BEiPo6BgB%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CQAAA%3B%3BAArkBhB%2CqBA6cI%2C2BAwGI%2CsBAmBI%3BEACI%2C2BAAA%3BEACA%2CiBAAA%3BEACA%2CQAAA%3B%3BAA3kBhB%2CqBA6cI%2C2BAwGI%2CsBAyBI%2CWAAW%3BEjP%5C%2F6BvB%2CiBAAA%3BEiPi7BgB%2CiBAAA%3B%3BAAhlBhB%2CqBA6cI%2C2BAwGI%2CsBA8BI%2CeAAe%3BEjPp7B3B%2CgBAAA%3BEAAA%2CcAAA%3BEAAA%2CiBAAA%3BEiPy7BgB%2CmBAAA%3B%3BAAxlBhB%2CqBA6cI%2C2BAwGI%2CsBAqCI%3BEACI%2CQAAA%3BEACA%2CSAAA%3B%3BAA5lBhB%2CqBA6cI%2C2BAwGI%2CsBA0CI%3BEACI%2CQAAA%3B%3BAAhmBhB%2CqBA6cI%2C2BAwGI%2CsBA8CI%3BEACI%2CUAAA%3BEACA%2CgBAAA%3B%3BAArmBhB%2CqBA6cI%2C2BAwGI%2CsBAmDI%2CSAAQ%3BEjPz8BpB%2C6BAAA%3BEiP48BgB%2CWAAA%3B%3BAA3mBhB%2CqBA6cI%2C2BAwGI%2CsBAmDI%2CSAAQ%2CMAKJ%3BEjP98BhB%2CgBAAA%3BEAAA%2CcAAA%3BEAAA%2CYAAA%3BEAAA%2CiBAAA%3BEiPo9BoB%2CyBAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3B%3BAArnBpB%2CqBA6cI%2C2BAwGI%2CsBAoEI%2CSAAQ%3BEjP19BpB%2CgBAAA%3BEAAA%2CcAAA%3BEAAA%2CiBAAA%3BEiP%2B9BgB%2CoBAAA%3B%3BAA9nBhB%2CqBA6cI%2C2BAqLI%3BEACI%2CkBAAA%3B%3BAAnoBZ%2CqBAuoBI%2CSAAQ%2CUAAU%2CYAEd%3BEjP1%2BBR%2CgBAAA%3BEAAA%2CcAAA%3BEAAA%2CiBAAA%3BEiP%2B%2BBY%2CmBAAA%3B%3BAA9oBZ%2CqBAkpBI%3BEjPp4BJ%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEwF3YA%2C%2BBAAA%3BEACA%2CuBAAA%3BEyJ%2BwCQ%2CmBAAA%3B%3BAArpBR%2CqBAkpBI%2CeAKI%3BEjPx%5C%2FBR%2CgBAAA%3BEAAA%2CcAAA%3BEAAA%2CiBAAA%3B%3BAiPiWA%2CqBAkpBI%2CeAWI%3BEACI%2CkBAAA%3B%3BAA9pBZ%2CqBAkpBI%2CeAeI%3BEACI%2CiBAAA%3B%3BAAlqBZ%2CqBAsqBI%2CWAAU%2CaAAc%3BEACpB%2CgBAAA%3B%3BAAvqBR%2CqBA0qBI%2CWAAU%2CIAAK%3BEAKX%2CyBAAA%3B%3BAAJA%2CqBADJ%2CWAAU%2CIAAK%2CMACV%3BEACE%2CaAAA%3B%3BAA5qBX%2CqBAkrBI%2CKAAK%3BEACD%2CgBAAA%3B%3BAAIR%2CeACI%3BEjPzhCJ%2CsBAAA%3B%3BAkP1RA%2CiBACI%2CqBACI%2CuBACI%3BEACI%2CYAAA%3B%3BAAJhB%2CiBAQI%2CWACI%3BElPiRR%2CiBAAA%3BEkP%5C%2FQY%2C6BAAA%3B%3BAAXZ%2CiBAeI%3BElP2QJ%2CgBAAA%3BEAAA%2CiBAAA%3BEkPtQQ%2CmBAAA%3B%3BAAKR%3BEACI%2CuCAAA%3B%3BAAOI%2CaADJ%2CmBACK%3BEACG%2C8CAAA%3BEACA%2CYAAA%3B%3BAAFJ%2CaADJ%2CmBACK%2CMAIG%3BEACI%2C8CAAA%3BEACA%2CyBAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3B%3BAAMhB%3BEACI%2CkBAAA%3B%3BAADJ%2CqBAGI%2CoBACI%3BElPuOR%2CmBAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BEkPlOY%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BAAKZ%2CMAAM%3BElP2NN%2CgBAAA%3BEAAA%2CcAAA%3BEAAA%2CYAAA%3BEAAA%2CYAAA%3BEAAA%2CiBAAA%3BEkPpNI%2CyBAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CMAAM%3BEACF%2CkBAAA%3B%3BAADJ%2CMAAM%2CYAGF%3BElP6MJ%2CgBAAA%3BEAAA%2CcAAA%3BEAAA%2CYAAA%3BEAAA%2CiBAAA%3BEkPvMQ%2CyBAAA%3BEACA%2CkBAAA%3B%3BAAIR%2CqBACI%3BElPiMJ%2C6BAAA%3BEkP%5C%2FLQ%2CUAAA%3BEACA%2CWAAA%3B%3BAAIR%3BElPySA%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEwFlYA%2C2BAAA%3BEACA%2C%2BBAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3BE0JuFI%2CgBAAA%3BEACA%2CYAAA%3B%3BAAEA%2CkBAAC%3BEACG%2C6BAAA%3B%3BAAIR%3BElP%2BKA%2CyBAAA%3BEkP5KI%2CmBAAA%3BEACA%2CaAAA%3B%3BAAOJ%3BElPuTA%2C8BAAA%3BEACI%2C0BAAA%3BEACI%2CsBAAA%3BEAtCR%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEkPjRI%2CmBAAA%3B%3BAAJJ%2CqBAMI%2CQAAO%3BElPiTX%2C8BAAA%3BEACI%2C0BAAA%3BEACI%2CsBAAA%3BEAtCR%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEwFlYA%2C2BAAA%3BEACA%2C%2BBAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3BE0JoHQ%2CgBAAA%3B%3BAAVR%2CqBAMI%2CQAAO%2CoBAMH%3BEACI%2CkBAAA%3B%3BAAbZ%2CqBAMI%2CQAAO%2CoBAMH%2CaAGI%3BElPqJZ%2CgBAAA%3BEAAA%2CcAAA%3B%3BAkPpKA%2CqBAMI%2CQAAO%2CoBAeH%2CcAAc%3BEACV%2C8BAAA%3B%3BAAtBZ%2CqBA0BI%3BEACI%2CiBAAA%3B%3BAA3BR%2CqBA0BI%2CqBAGI%3BEACI%2CsCAAA%3BEACA%2CuBAAA%3BEACA%2CgBAAA%3B%3BAAEA%2CqBARR%2CqBAGI%2CcAKK%2CUAAU%3BEACP%2CwBAAA%3B%3BAAnChB%2CqBA0BI%2CqBAGI%2CcASI%3BEACI%2CsBAAA%3B%3BAAvChB%2CqBA0BI%2CqBAGI%2CcAaI%3BEAEI%2CYAAA%3B%3BAA5ChB%2CqBA0BI%2CqBAGI%2CcAkBI%3BEACI%2CcAAA%3B%3BAAhDhB%2CqBAqDI%3BEACI%2CkBAAA%3B%3BAAtDR%2CqBAqDI%2CsBAGI%3BEACI%2CkBAAA%3B%3BAAzDZ%2CqBA6DI%3BEACI%2CkBAAA%3B%3BAA9DR%2CqBA6DI%2CmBAGI%3BElPoGR%2CYAAA%3BEAAA%2CUAAA%3BEAAA%2CQAAA%3BEkP%5C%2FFY%2CkBAAA%3BEACA%2CkBAAA%3B%3BAAtEZ%2CqBA0EI%3BElP0FJ%2CmBAAA%3BEAAA%2CkBAAA%3BEkPtFQ%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3B%3BAAhFR%2CqBA0EI%2C4BAQI%3BElPkFR%2CgBAAA%3BEAAA%2CWAAA%3BEkP9EY%2CyBAAA%3BEAEA%2CeAAA%3BElP4EZ%2CqBAAA%3BE8CpNA%2CqBAAA%3B%3BAAMA%2CqBoMoHI%2C4BAQI%2CEpM5HP%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BE9C1EA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CWAAA%3BEAAA%2CS%2BC5OQ%2CO%5C%2FC4OR%3BEAAA%2CagD3Qe%2CYhD2Qf%3BEAAA%2CsBAAA%3BE8CiFA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAoMxJY%2CqBAvBR%2C4BAQI%2CEAeK%3BElPmEb%2CgBAAA%3BEAAA%2CiBAAA%3B%3BAkP9DY%2CqBA5BR%2C4BAQI%2CEAoBK%3BElP8Db%2CmBAAA%3B%3BAkPvDA%3BEACI%2CkBAAA%3B%3BAAGJ%2CkBAAkB%3BEACd%2CYAAA%3B%3BAAGJ%2CaACI%3BEACI%2CkBAAA%3B%3BAAFR%2CaAKI%2CmBAAmB%3BEAaf%2CoBAAA%3B%3BAAXA%2CaAFJ%2CmBAAmB%2CQAEd%3BElPwCT%2CUAAA%3BEAAA%2CQAAA%3BEkPpCY%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAAKJ%2CaAfJ%2CmBAAmB%2CQAed%3BElP2BT%2CqBAAA%3BE8ClQA%2CqBAAA%3B%3BAAMA%2CaoMkNI%2CmBAAmB%2CQAed%2CWpMjOR%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE9C1EA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CcAAA%3BEAAA%2CSkPzBqC%2COlPyBrC%3BEAAA%2CaCtQ%2BB%2CwBDsQ%5C%2FB%3BEAAA%2CsBAAA%3BE8CiFA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAoMvGQ%2CaAxBJ%2CmBAAmB%2CQAwBd%3BElPkBT%2CqBAAA%3BE8ClQA%2CqBAAA%3B%3BAAMA%2CaoMkNI%2CmBAAmB%2CQAwBd%2CkBpM1OR%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE9C1EA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CcAAA%3BEAAA%2CSkPhBqC%2COlPgBrC%3BEAAA%2CaCtQ%2BB%2CwBDsQ%5C%2FB%3BEAAA%2CsBAAA%3BE8CiFA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAoM%5C%2FFY%2CaAhCR%2CmBAAmB%2CQAwBd%2CkBAQI%3BEACG%2C6BAAA%3B%3BAAMhB%2CkBAEI%3BAAFgB%2CuBAEhB%3BEACI%2CiBAAA%3B%3BAAHR%2CkBAMI%3BAANgB%2CuBAMhB%3BEACI%2CcAAA%3B%3BAAPR%2CkBAMI%2CgBAGI%3BAATY%2CuBAMhB%2CgBAGI%3BElPNR%2CeAAA%3B%3BAkPHA%2CkBAeI%3BAAfgB%2CuBAehB%3BEACI%2CuBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3B%3BAAnBR%2CkBAeI%2CcAMI%3BAArBY%2CuBAehB%2CcAMI%3BElPlBR%2CcAAA%3BEAAA%2CiBAAA%3B%3BAkPHA%2CkBAeI%2CcAWI%3BAA1BY%2CuBAehB%2CcAWI%3BEACI%2CuBAAA%3B%3BAA3BZ%2CkBAeI%2CcAmBI%3BAAlCY%2CuBAehB%2CcAmBI%3BElP%5C%2FBR%2CWAAA%3BEkPiCY%2CgBAAA%3B%3BAApCZ%2CkBAeI%2CcAwBI%3BAAvCY%2CuBAehB%2CcAwBI%3BEACI%2CgBAAA%3B%3BAAxCZ%2CkBAeI%2CcA4BI%3BAA3CY%2CuBAehB%2CcA4BI%3BElPxCR%2CiBAAA%3B%3BAkPHA%2CkBAeI%2CcAgCI%3BAA%5C%2FCY%2CuBAehB%2CcAgCI%3BElP5CR%2CiBAAA%3B%3BAkPHA%2CkBAeI%2CcAoCI%3BAAnDY%2CuBAehB%2CcAoCI%3BEACI%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3B%3BAAtDZ%2CkBAeI%2CcA0CI%3BAAzDY%2CuBAehB%2CcA0CI%3BElPtDR%2CeAAA%3B%3BAkPHA%2CkBAeI%2CcA8CI%3BAA7DY%2CuBAehB%2CcA8CI%3BElP1DR%2CiBAAA%3BEkP4DY%2CaAAA%3B%3BAA%5C%2FDZ%2CkBAeI%2CcAmDI%3BAAlEY%2CuBAehB%2CcAmDI%3BEACI%2CoBAAA%3B%3BAAnEZ%2CkBAeI%2CcAuDI%3BAAtEY%2CuBAehB%2CcAuDI%3BEACI%2C2BAAA%3BEACA%2CmBAAA%3B%3BAAxEZ%2CkBAeI%2CcA4DI%3BAA3EY%2CuBAehB%2CcA4DI%3BEACI%2CUAAA%3B%3BAA5EZ%2CkBAeI%2CcAgEI%3BAA%5C%2FEY%2CuBAehB%2CcAgEI%3BEACI%2CgBAAA%3BEACA%2CaAAA%3B%3BAAjFZ%2CkBAeI%2CcAgEI%2CWAII%3BAAnFQ%2CuBAehB%2CcAgEI%2CWAII%3BElPhFZ%2CgBAAA%3BEAAA%2CcAAA%3B%3BAkPHA%2CkBAeI%2CcA0EI%2CeACI%3BAA1FQ%2CuBAehB%2CcA0EI%2CeACI%3BElPvFZ%2CgBAAA%3BEAAA%2CcAAA%3B%3BAkP%2BFA%2COAAO%2CoBACH%2CcACI%2CeACI%3BElPlGZ%2CcAAA%3B%3BAkP%2BFA%2COAAO%2CoBACH%2CcAOI%2CWACI%3BElPxGZ%2CgBAAA%3BEAAA%2CcAAA%3BEAAA%2CiBAAA%3B%3BAmP1RA%2CmBACI%3BEnPyRJ%2CmBAAA%3B%3B%3BAmPnRA%3BEACI%2CaAAA%3B%3BAAGJ%2CiBAAiB%3BAAAU%2COAAO%2CSAAS%3BEnP%2BQ3C%2CyBAAA%3B%3BAmP3QA%2CiBACI%2CQAAO%2CSACH%3BEACI%2CiBAAA%3B%3BAAHZ%2CiBACI%2CQAAO%2CSAKH%3BEnPqQR%2CgBAAA%3B%3BAmP3QA%2CiBACI%2CQAAO%2CSASH%2CSAAQ%2CIACJ%3BEnPgQZ%2CgBAAA%3BEAAA%2CmBAAA%3BEAAA%2CcAAA%3BEA%2BGA%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEwFlYA%2C2BAAA%3BEACA%2C%2BBAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3BExF8QA%2CeAAA%3BEmPzPgB%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CaAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3B%3BAA5BhB%2CiBACI%2CQAAO%2CSASH%2CSAAQ%2CIACJ%2CeAmBI%3BEACI%2CaAAA%3B%3BAAQZ%2CiBAFJ%2CEAAC%2COAAO%2CSAEH%3BEnPoOT%2CWAAA%3BEmPlOY%2CeAAA%3B%3BAAKZ%2CeACI%2C0BACI%2CwBACI%3BEACI%2CeAAA%3B%3BAAJhB%2CeACI%2C0BACI%2CwBAKI%3BEACI%2CgBAAA%3B%3BAARhB%2CeACI%2C0BACI%2CwBASI%3BEACI%2CWAAA%3B%3BAAZhB%2CeACI%2C0BACI%2CwBAaI%3BEACI%2CiBAAA%3B%3BAAhBhB%2CeACI%2C0BACI%2CwBAiBI%3BEACI%2CiBAAA%3B%3BAApBhB%2CeACI%2C0BACI%2CwBAqBI%3BEACI%2C2BAAA%3B%3BAAKJ%2CeA5BR%2C0BA2BI%2CSACK%3BEACG%2CmBAAA%3B%3BAAOhB%2CQAEI%3BEAEI%2CYAAA%3BEACA%2CmBAAA%3BE3J9ER%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CaAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BExF0PA%2CqBAAA%3BE8CpNA%2CqBAAA%3B%3BAAMA%2CQqMwBI%2CWrMxBH%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BE9C1EA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CcAAA%3BEAAA%2CS%2BC5OQ%2CO%5C%2FC4OR%3BEAAA%2CagD3Qe%2CYhD2Qf%3BEAAA%2CsBAAA%3BE8CiFA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAqMxPQ%2CQAnBJ%2CWAmBK%3BAACD%2CQApBJ%2CWAoBK%3BAACD%2CQArBJ%2CWAqBK%3BEACG%2CqBAAA%3B%3BAAGJ%2CQAzBJ%2CWAyBK%3BEnP6JT%2CgBAAA%3BEAAA%2CgBAAA%3B%3BAmPxJQ%2CQA9BJ%2CWA8BK%3BEnPwJT%2CmBAAA%3B%3BAmPnJA%2CeACI%2CWACI%2CSAAQ%2CKACJ%3BEACI%2CqBAAA%3B%3BAASJ%2CKAFP%2CcACG%2CSACK%3BEACG%2CiBAAA%3B%3BAAEJ%2CKALP%2CcACG%2CSAIK%3BEnPmIb%2CiBAAA%3BEmPjIgB%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3B%3BACtJhB%2CgCAAiC%2CQAAO%2CKAKpC%3BAAL2C%2CgCAAiC%2CQAAO%2CKAKnF%3BAAL0F%2CwBAAyB%2CQAAO%2CKAK1H%3BEpP%2BXJ%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEwF1UA%2C0BAAA%3BEACA%2C8BAAA%3BEACA%2CsBAAA%3B%3BA4J9DA%2CgCAAiC%2CQAAO%2CKASpC%2CSAAQ%3BAATmC%2CgCAAiC%2CQAAO%2CKASnF%2CSAAQ%3BAATkF%2CwBAAyB%2CQAAO%2CKAS1H%2CSAAQ%3BEpP%2BZZ%2C8BAAA%3BEACI%2C0BAAA%3BEACI%2CsBAAA%3B%3BAoP1aR%2CgCAAiC%2CQAAO%2CKAapC%2CMAAK%2CSAAS%2COAAQ%3BAAbqB%2CgCAAiC%2CQAAO%2CKAanF%2CMAAK%2CSAAS%2COAAQ%3BAAboE%2CwBAAyB%2CQAAO%2CKAa1H%2CMAAK%2CSAAS%2COAAQ%3BAAb1B%2CgCAAiC%2CQAAO%2CKAaJ%2CMAAK%2CSAAS%2CMAAO%3BAAbV%2CgCAAiC%2CQAAO%2CKAanD%2CMAAK%2CSAAS%2CMAAO%3BAAbqC%2CwBAAyB%2CQAAO%2CKAa1F%2CMAAK%2CSAAS%2CMAAO%3BEACjD%2CgBAAA%3B%3BAAdR%2CgCAAiC%2CQAAO%2CKAapC%2CMAAK%2CSAAS%2COAAQ%2CSAGlB%2CYAAW%3BAAhB4B%2CgCAAiC%2CQAAO%2CKAanF%2CMAAK%2CSAAS%2COAAQ%2CSAGlB%2CYAAW%3BAAhB2E%2CwBAAyB%2CQAAO%2CKAa1H%2CMAAK%2CSAAS%2COAAQ%2CSAGlB%2CYAAW%3BAAhBnB%2CgCAAiC%2CQAAO%2CKAaJ%2CMAAK%2CSAAS%2CMAAO%2CSAGjD%2CYAAW%3BAAhB4B%2CgCAAiC%2CQAAO%2CKAanD%2CMAAK%2CSAAS%2CMAAO%2CSAGjD%2CYAAW%3BAAhB2E%2CwBAAyB%2CQAAO%2CKAa1F%2CMAAK%2CSAAS%2CMAAO%2CSAGjD%2CYAAW%3BEACP%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAGJ%2CgCArByB%2CQAAO%2CKAapC%2CMAAK%2CSAAS%2COAAQ%2CSAQjB%3BAAAD%2CgCArBwE%2CQAAO%2CKAanF%2CMAAK%2CSAAS%2COAAQ%2CSAQjB%3BAAAD%2CwBArB%2BG%2CQAAO%2CKAa1H%2CMAAK%2CSAAS%2COAAQ%2CSAQjB%3BAAAD%2CgCArByB%2CQAAO%2CKAaJ%2CMAAK%2CSAAS%2CMAAO%2CSAQhD%3BAAAD%2CgCArBwE%2CQAAO%2CKAanD%2CMAAK%2CSAAS%2CMAAO%2CSAQhD%3BAAAD%2CwBArB%2BG%2CQAAO%2CKAa1F%2CMAAK%2CSAAS%2CMAAO%2CSAQhD%3BEACG%2CSAAS%2CEAAT%3B%3BAAtBZ%2CgCAAiC%2CQAAO%2CKA0BpC%2CMAAK%2CSAAS%2CMAAO%3BAA1BsB%2CgCAAiC%2CQAAO%2CKA0BnF%2CMAAK%2CSAAS%2CMAAO%3BAA1BqE%2CwBAAyB%2CQAAO%2CKA0B1H%2CMAAK%2CSAAS%2CMAAO%3BEACjB%2CYAAA%3B%3BAA3BR%2CgCAAiC%2CQAAO%2CKA8BpC%2CQAAO%3BAA9BoC%2CgCAAiC%2CQAAO%2CKA8BnF%2CQAAO%3BAA9BmF%2CwBAAyB%2CQAAO%2CKA8B1H%2CQAAO%3BEpPuPX%2CgBAAA%3BEAAA%2CmBAAA%3BEAAA%2CcAAA%3BEAAA%2CkBAAA%3BEAAA%2CWAAA%3BEAAA%2CiBAAA%3BEoP%5C%2FOQ%2CyBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CaAAA%3BEACA%2CSAAA%3B%3BAAEA%2CgCA5CyB%2CQAAO%2CKA8BpC%2CQAAO%2CQAcF%3BAAAD%2CgCA5CwE%2CQAAO%2CKA8BnF%2CQAAO%2CQAcF%3BAAAD%2CwBA5C%2BG%2CQAAO%2CKA8B1H%2CQAAO%2CQAcF%3BEpPyOT%2CmBAAA%3B%3BAoPrRA%2CgCAAiC%2CQAAO%2CKAiDpC%3BAAjD2C%2CgCAAiC%2CQAAO%2CKAiDnF%3BAAjD0F%2CwBAAyB%2CQAAO%2CKAiD1H%3BEpPoOJ%2CgBAAA%3B%3BAoPrRA%2CgCAAiC%2CQAAO%2CKAiDpC%2CiBAGI%3BAApDuC%2CgCAAiC%2CQAAO%2CKAiDnF%2CiBAGI%3BAApDsF%2CwBAAyB%2CQAAO%2CKAiD1H%2CiBAGI%3BEpPiOR%2CgBAAA%3B%3BAoPrRA%2CgCAAiC%2CQAAO%2CKAiDpC%2CiBAOI%3BAAxDuC%2CgCAAiC%2CQAAO%2CKAiDnF%2CiBAOI%3BAAxDsF%2CwBAAyB%2CQAAO%2CKAiD1H%2CiBAOI%3BEpP6NR%2CWAAA%3BEoP3NY%2C0BAAA%3B%3BAAEA%2CgCA5DqB%2CQAAO%2CKAiDpC%2CiBAOI%2CEAIK%2CUAAU%3BAAAX%2CgCA5DoE%2CQAAO%2CKAiDnF%2CiBAOI%2CEAIK%2CUAAU%3BAAAX%2CwBA5D2G%2CQAAO%2CKAiD1H%2CiBAOI%2CEAIK%2CUAAU%3BEpPyNvB%2CgBAAA%3BEAAA%2CgBAAA%3B%3BAoPrRA%2CgCAAiC%2CQAAO%2CKAiDpC%2CiBAiBI%3BAAlEuC%2CgCAAiC%2CQAAO%2CKAiDnF%2CiBAiBI%3BAAlEsF%2CwBAAyB%2CQAAO%2CKAiD1H%2CiBAiBI%3BEpPkUR%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3B%3BAoP1TA%2CKAAK%2CSAAS%2COAKV%3BAALmB%2CKAAK%2CSAAS%2CMAKjC%3BAALJ%2CKAAK%2CSAAS%2COAKI%3BAALK%2CKAAK%2CSAAS%2CMAKnB%3BEACV%2CYAAA%3B%3BAANR%2CKAAK%2CSAAS%2COASV%3BAATmB%2CKAAK%2CSAAS%2CMASjC%3BEpPgMJ%2CkBAAA%3BEoP9LQ%2CiBAAA%3B%3BAAXR%2CKAAK%2CSAAS%2COASV%2CaAII%3BAAbe%2CKAAK%2CSAAS%2CMASjC%2CaAII%3BEpP4LR%2CgBAAA%3BEAAA%2CiBAAA%3BEoPxLY%2CyBAAA%3B%3BAAjBZ%2CKAAK%2CSAAS%2COAqBV%2COAAM%3BAArBa%2CKAAK%2CSAAS%2CMAqBjC%2COAAM%3BEACF%2CkBAAA%3BEACA%2CgBAAA%3B%3BAAvBR%2CKAAK%2CSAAS%2COA0BV%2COAAM%3BAA1Ba%2CKAAK%2CSAAS%2CMA0BjC%2COAAM%3BEpPkUV%2C8BAAA%3BEACI%2C0BAAA%3BEACI%2CsBAAA%3BEAtCR%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEwFlYA%2C2BAAA%3BEACA%2C%2BBAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3B%3BA4JqEA%2CKAAK%2CSAAS%2COA0BV%2COAAM%2CMAIF%3BAA9Be%2CKAAK%2CSAAS%2CMA0BjC%2COAAM%2CMAIF%3BEpP8TR%2C8BAAA%3BEACI%2C0BAAA%3BEACI%2CsBAAA%3BEoP9TI%2CkBAAA%3BEpPyKZ%2CaAAA%3BE8ClQA%2CqBAAA%3B%3BAAMA%2CKsMmDK%2CSAAS%2COA0BV%2COAAM%2CMAIF%2CStMjFP%3BAAAD%2CKsMmD4B%2CSAAS%2CMA0BjC%2COAAM%2CMAIF%2CStMjFP%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE9C1EA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CcAAA%3BEAAA%2CSoPtKqC%2COpPsKrC%3BEAAA%2CaCtQ%2BB%2CwBDsQ%5C%2FB%3BEAAA%2CsBAAA%3BE8CiFA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAsMnPY%2CKA3CP%2CSAAS%2COA0BV%2COAAM%2CMAIF%2CSAaK%3BAAAD%2CKA3CgB%2CSAAS%2CMA0BjC%2COAAM%2CMAIF%2CSAaK%3BEpP8Jb%2CiBAAA%3BEAAA%2CSAAA%3BEAAA%2CQAAA%3BEoPzJgB%2CkBAAA%3B%3BAAhDhB%2CKAAK%2CSAAS%2COAqDV%2COAAM%2CQAAQ%3BAArDK%2CKAAK%2CSAAS%2CMAqDjC%2COAAM%2CQAAQ%3BEpPoJlB%2CgBAAA%3B%3BAoPzMA%2CKAAK%2CSAAS%2COAyDV%2COAAM%3BAAzDa%2CKAAK%2CSAAS%2CMAyDjC%2COAAM%3BEpPmSV%2C8BAAA%3BEACI%2C0BAAA%3BEACI%2CsBAAA%3BEAtCR%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3B%3BAoP1TA%2CKAAK%2CSAAS%2COAyDV%2COAAM%2CQAIF%3BAA7De%2CKAAK%2CSAAS%2CMAyDjC%2COAAM%2CQAIF%3BEACI%2CkBAAA%3B%3BAA9DZ%2CKAAK%2CSAAS%2COAyDV%2COAAM%2CQAIF%2CSAGI%3BAAhEW%2CKAAK%2CSAAS%2CMAyDjC%2COAAM%2CQAIF%2CSAGI%3BEpPyIZ%2CkBAAA%3BEoPvIgB%2CgBAAA%3B%3BAAlEhB%2CKAAK%2CSAAS%2COAyDV%2COAAM%2CQAIF%2CSAQI%3BAArEW%2CKAAK%2CSAAS%2CMAyDjC%2COAAM%2CQAIF%2CSAQI%3BEACI%2CeAAA%3B%3BAAtEhB%2CKAAK%2CSAAS%2COA4EV%3BAA5EmB%2CKAAK%2CSAAS%2CMA4EjC%3BEACI%2CmBAAA%3B%3BAA7ER%2CKAAK%2CSAAS%2COA4EV%2CiBAGI%3BAA%5C%2FEe%2CKAAK%2CSAAS%2CMA4EjC%2CiBAGI%3BEACI%2CUAAA%3B%3BAAhFZ%2CKAAK%2CSAAS%2COAoFV%3BAApFmB%2CKAAK%2CSAAS%2CMAoFjC%3BEpPoOJ%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEwF1UA%2C0BAAA%3BEACA%2C8BAAA%3BEACA%2CsBAAA%3B%3BA4J2GA%2CkBACI%3BEpP2GJ%2CWAAA%3BEoPzGQ%2CgBAAA%3B%3BAAHR%2CkBAMI%2CaACI%3BEpPqGR%2CmBAAA%3BEoPlGY%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CaAAA%3B%3BA5J7GZ%2CkB4JuGI%2CaACI%2C4B5JxGP%3BEACG%2CYAAA%3BEACA%2CaAAA%3B%3BAAGJ%2CkB4JkGI%2CaACI%2C4B5JnGP%3BEACG%2CyBAAA%3BEACA%2CkBAAA%3B%3BAACA%2CkB4J%2BFA%2CaACI%2C4B5JnGP%2CyBAGI%3BEACG%2CoCAAA%3B%3BA4JwFR%2CkBAMI%2CaACI%2C4BASI%3BEACI%2CqBAAA%3BEACA%2CgBAAA%3B%3BAAlBhB%2CkBAMI%2CaACI%2C4BAcI%3BEACI%2CgBAAA%3B%3BAAtBhB%2CkBAMI%2CaACI%2C4BAkBI%3BEACI%2CyBAAA%3B%3BAAMhB%2CcACI%2CQAAO%3BAADK%2CwBACZ%2CQAAO%3BEpP2EX%2CiBAAA%3BEoPxEQ%2CeAAA%3BEACA%2CcAAA%3B%3BAALR%2CcACI%2CQAAO%2CQAMH%2CQAAO%3BAAPC%2CwBACZ%2CQAAO%2CQAMH%2CQAAO%3BEACH%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3B%3BAAVZ%2CcAcI%2C2BAA2B%2COAAM%2COAAQ%3BAAd7B%2CwBAcZ%2C2BAA2B%2COAAM%2COAAQ%3BEACrC%2C4BAAA%3B%3BAASR%2CuBAEI%2C2BAA2B%2COAAM%2COAAQ%3BAAFpB%2CgCAErB%2C2BAA2B%2COAAM%2COAAQ%3BAAFc%2CgCAEvD%2C2BAA2B%2COAAM%2COAAQ%3BAAFgD%2CwBAEzF%2C2BAA2B%2COAAM%2COAAQ%3BEACrC%2C4BAAA%3B%3BAAHR%2CuBAMI%2CQAAO%3BAANc%2CgCAMrB%2CQAAO%3BAANgD%2CgCAMvD%2CQAAO%3BAANkF%2CwBAMzF%2CQAAO%3BEpP8CX%2CiBAAA%3BEoP3CQ%2CeAAA%3BEACA%2CcAAA%3B%3BAAVR%2CuBAaI%2CcACI%3BAAdiB%2CgCAarB%2CcACI%3BAAdmD%2CgCAavD%2CcACI%3BAAdqF%2CwBAazF%2CcACI%3BEACI%2CYAAA%3B%3BAAfZ%2CuBAaI%2CcACI%2C2BAGI%2COAAM%3BAAjBO%2CgCAarB%2CcACI%2C2BAGI%2COAAM%3BAAjByC%2CgCAavD%2CcACI%2C2BAGI%2COAAM%3BAAjB2E%2CwBAazF%2CcACI%2C2BAGI%2COAAM%3BEACF%2CgBAAA%3B%3BAAlBhB%2CuBAuBI%3BAAvBqB%2CgCAuBrB%3BAAvBuD%2CgCAuBvD%3BAAvByF%2CwBAuBzF%3BEpP6BJ%2CeAAA%3BEoP1BQ%2CUAAA%3BEpP0BR%2CyBAAA%3B%3BAoPpDA%2CuBAuBI%2CWAKI%2CQAAO%3BAA5BU%2CgCAuBrB%2CWAKI%2CQAAO%3BAA5B4C%2CgCAuBvD%2CWAKI%2CQAAO%3BAA5B8E%2CwBAuBzF%2CWAKI%2CQAAO%3BEACH%2CUAAA%3B%3BAA7BZ%2CuBAmCI%3BAAnCqB%2CgCAmCrB%3BAAnCuD%2CgCAmCvD%3BAAnCyF%2CwBAmCzF%3BEpPiBJ%2CyBAAA%3BEAAA%2CeAAA%3BEAAA%2CWAAA%3BEoPZQ%2CYAAA%3B%3BAAII%2CuBATR%2CiBAOI%2CUAAS%2CMAEJ%3BAAAD%2CgCATR%2CiBAOI%2CUAAS%2CMAEJ%3BAAAD%2CgCATR%2CiBAOI%2CUAAS%2CMAEJ%3BAAAD%2CwBATR%2CiBAOI%2CUAAS%2CMAEJ%3BEACG%2CSAAS%2CEAAT%3B%3BAA7ChB%2CuBAmCI%2CiBAcI%3BAAjDiB%2CgCAmCrB%2CiBAcI%3BAAjDmD%2CgCAmCvD%2CiBAcI%3BAAjDqF%2CwBAmCzF%2CiBAcI%3BEACI%2CgBAAA%3B%3BAAlDZ%2CuBAmCI%2CiBAcI%2CiBAGI%3BAApDa%2CgCAmCrB%2CiBAcI%2CiBAGI%3BAApD%2BC%2CgCAmCvD%2CiBAcI%2CiBAGI%3BAApDiF%2CwBAmCzF%2CiBAcI%2CiBAGI%3BEpPAZ%2CgBAAA%3B%3BAoPpDA%2CuBAmCI%2CiBAcI%2CiBAOI%3BAAxDa%2CgCAmCrB%2CiBAcI%2CiBAOI%3BAAxD%2BC%2CgCAmCvD%2CiBAcI%2CiBAOI%3BAAxDiF%2CwBAmCzF%2CiBAcI%2CiBAOI%3BEpPJZ%2CWAAA%3BEoPOgB%2C0BAAA%3B%3BAAEA%2CuBA1BZ%2CiBAcI%2CiBAOI%2CEAKK%2CUAAU%3BAAAX%2CgCA1BZ%2CiBAcI%2CiBAOI%2CEAKK%2CUAAU%3BAAAX%2CgCA1BZ%2CiBAcI%2CiBAOI%2CEAKK%2CUAAU%3BAAAX%2CwBA1BZ%2CiBAcI%2CiBAOI%2CEAKK%2CUAAU%3BEpPT3B%2CgBAAA%3BEAAA%2CgBAAA%3B%3BAoPpDA%2CuBAmCI%2CiBAcI%2CiBAkBI%3BAAnEa%2CgCAmCrB%2CiBAcI%2CiBAkBI%3BAAnE%2BC%2CgCAmCvD%2CiBAcI%2CiBAkBI%3BAAnEiF%2CwBAmCzF%2CiBAcI%2CiBAkBI%3BEpPgGZ%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEAjHA%2CiBAAA%3BEoPmBgB%2CiBAAA%3B%3BAAvEhB%2CuBAgFI%3BAAhFqB%2CgCAgFrB%3BAAhFuD%2CgCAgFvD%3BAAhFyF%2CwBAgFzF%3BAAhFJ%2CuBAgF2B%2CMAAK%2CSAAS%3BAAhFhB%2CgCAgFE%2CMAAK%2CSAAS%3BAAhFkB%2CgCAgFhC%2CMAAK%2CSAAS%3BAAhFoD%2CwBAgFlE%2CMAAK%2CSAAS%3BAAhFzC%2CuBAgFkD%2CMAAK%2CSAAS%3BAAhFvC%2CgCAgFyB%2CMAAK%2CSAAS%3BAAhFL%2CgCAgFT%2CMAAK%2CSAAS%3BAAhF6B%2CwBAgF3C%2CMAAK%2CSAAS%3BEpPuHhE%2C8BAAA%3BEACI%2C0BAAA%3BEACI%2CsBAAA%3BEArJR%2CWAAA%3BEA%2BGA%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEwF3YA%2C%2BBAAA%3BEACA%2CuBAAA%3BE4J0TQ%2CaAAA%3B%3BAArFR%2CuBAgFI%2CsBAOI%3BAAvFiB%2CgCAgFrB%2CsBAOI%3BAAvFmD%2CgCAgFvD%2CsBAOI%3BAAvFqF%2CwBAgFzF%2CsBAOI%3BAAvFR%2CuBAgF2B%2CMAAK%2CSAAS%2COAOjC%3BAAvFiB%2CgCAgFE%2CMAAK%2CSAAS%2COAOjC%3BAAvFmD%2CgCAgFhC%2CMAAK%2CSAAS%2COAOjC%3BAAvFqF%2CwBAgFlE%2CMAAK%2CSAAS%2COAOjC%3BAAvFR%2CuBAgFkD%2CMAAK%2CSAAS%2CMAOxD%3BAAvFiB%2CgCAgFyB%2CMAAK%2CSAAS%2CMAOxD%3BAAvFmD%2CgCAgFT%2CMAAK%2CSAAS%2CMAOxD%3BAAvFqF%2CwBAgF3C%2CMAAK%2CSAAS%2CMAOxD%3BAAvFR%2CuBAgFI%2CsBAOkB%3BAAvFG%2CgCAgFrB%2CsBAOkB%3BAAvFqC%2CgCAgFvD%2CsBAOkB%3BAAvFuE%2CwBAgFzF%2CsBAOkB%3BAAvFtB%2CuBAgF2B%2CMAAK%2CSAAS%2COAOnB%3BAAvFG%2CgCAgFE%2CMAAK%2CSAAS%2COAOnB%3BAAvFqC%2CgCAgFhC%2CMAAK%2CSAAS%2COAOnB%3BAAvFuE%2CwBAgFlE%2CMAAK%2CSAAS%2COAOnB%3BAAvFtB%2CuBAgFkD%2CMAAK%2CSAAS%2CMAO1C%3BAAvFG%2CgCAgFyB%2CMAAK%2CSAAS%2CMAO1C%3BAAvFqC%2CgCAgFT%2CMAAK%2CSAAS%2CMAO1C%3BAAvFuE%2CwBAgF3C%2CMAAK%2CSAAS%2CMAO1C%3BEACV%2CYAAA%3B%3BAAxFZ%2CuBAgFI%2CsBAWI%3BAA3FiB%2CgCAgFrB%2CsBAWI%3BAA3FmD%2CgCAgFvD%2CsBAWI%3BAA3FqF%2CwBAgFzF%2CsBAWI%3BAA3FR%2CuBAgF2B%2CMAAK%2CSAAS%2COAWjC%3BAA3FiB%2CgCAgFE%2CMAAK%2CSAAS%2COAWjC%3BAA3FmD%2CgCAgFhC%2CMAAK%2CSAAS%2COAWjC%3BAA3FqF%2CwBAgFlE%2CMAAK%2CSAAS%2COAWjC%3BAA3FR%2CuBAgFkD%2CMAAK%2CSAAS%2CMAWxD%3BAA3FiB%2CgCAgFyB%2CMAAK%2CSAAS%2CMAWxD%3BAA3FmD%2CgCAgFT%2CMAAK%2CSAAS%2CMAWxD%3BAA3FqF%2CwBAgF3C%2CMAAK%2CSAAS%2CMAWxD%3BEpPvCR%2CkBAAA%3BEoPyCY%2CiBAAA%3B%3BAA7FZ%2CuBAgFI%2CsBAWI%2CaAII%3BAA%5C%2FFa%2CgCAgFrB%2CsBAWI%2CaAII%3BAA%5C%2FF%2BC%2CgCAgFvD%2CsBAWI%2CaAII%3BAA%5C%2FFiF%2CwBAgFzF%2CsBAWI%2CaAII%3BAA%5C%2FFZ%2CuBAgF2B%2CMAAK%2CSAAS%2COAWjC%2CaAII%3BAA%5C%2FFa%2CgCAgFE%2CMAAK%2CSAAS%2COAWjC%2CaAII%3BAA%5C%2FF%2BC%2CgCAgFhC%2CMAAK%2CSAAS%2COAWjC%2CaAII%3BAA%5C%2FFiF%2CwBAgFlE%2CMAAK%2CSAAS%2COAWjC%2CaAII%3BAA%5C%2FFZ%2CuBAgFkD%2CMAAK%2CSAAS%2CMAWxD%2CaAII%3BAA%5C%2FFa%2CgCAgFyB%2CMAAK%2CSAAS%2CMAWxD%2CaAII%3BAA%5C%2FF%2BC%2CgCAgFT%2CMAAK%2CSAAS%2CMAWxD%2CaAII%3BAA%5C%2FFiF%2CwBAgF3C%2CMAAK%2CSAAS%2CMAWxD%2CaAII%3BEpP3CZ%2CgBAAA%3BEoP6CgB%2CyBAAA%3B%3BAAjGhB%2CuBAgFI%2CsBAqBI%2COAAM%3BAArGW%2CgCAgFrB%2CsBAqBI%2COAAM%3BAArG6C%2CgCAgFvD%2CsBAqBI%2COAAM%3BAArG%2BE%2CwBAgFzF%2CsBAqBI%2COAAM%3BAArGd%2CuBAgF2B%2CMAAK%2CSAAS%2COAqBjC%2COAAM%3BAArGW%2CgCAgFE%2CMAAK%2CSAAS%2COAqBjC%2COAAM%3BAArG6C%2CgCAgFhC%2CMAAK%2CSAAS%2COAqBjC%2COAAM%3BAArG%2BE%2CwBAgFlE%2CMAAK%2CSAAS%2COAqBjC%2COAAM%3BAArGd%2CuBAgFkD%2CMAAK%2CSAAS%2CMAqBxD%2COAAM%3BAArGW%2CgCAgFyB%2CMAAK%2CSAAS%2CMAqBxD%2COAAM%3BAArG6C%2CgCAgFT%2CMAAK%2CSAAS%2CMAqBxD%2COAAM%3BAArG%2BE%2CwBAgF3C%2CMAAK%2CSAAS%2CMAqBxD%2COAAM%3BEpPjDd%2CiBAAA%3BEoPoDY%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3B%3BAA1GZ%2CuBAgFI%2CsBA6BI%2COAAM%3BAA7GW%2CgCAgFrB%2CsBA6BI%2COAAM%3BAA7G6C%2CgCAgFvD%2CsBA6BI%2COAAM%3BAA7G%2BE%2CwBAgFzF%2CsBA6BI%2COAAM%3BAA7Gd%2CuBAgF2B%2CMAAK%2CSAAS%2COA6BjC%2COAAM%3BAA7GW%2CgCAgFE%2CMAAK%2CSAAS%2COA6BjC%2COAAM%3BAA7G6C%2CgCAgFhC%2CMAAK%2CSAAS%2COA6BjC%2COAAM%3BAA7G%2BE%2CwBAgFlE%2CMAAK%2CSAAS%2COA6BjC%2COAAM%3BAA7Gd%2CuBAgFkD%2CMAAK%2CSAAS%2CMA6BxD%2COAAM%3BAA7GW%2CgCAgFyB%2CMAAK%2CSAAS%2CMA6BxD%2COAAM%3BAA7G6C%2CgCAgFT%2CMAAK%2CSAAS%2CMA6BxD%2COAAM%3BAA7G%2BE%2CwBAgF3C%2CMAAK%2CSAAS%2CMA6BxD%2COAAM%3BEpP0Fd%2C8BAAA%3BEACI%2C0BAAA%3BEACI%2CsBAAA%3BEAtCR%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEwFlYA%2C2BAAA%3BEACA%2C%2BBAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3BE4J2UY%2CgBAAA%3BEACA%2CgBAAA%3B%3BAAlHZ%2CuBAgFI%2CsBA6BI%2COAAM%2CMAOF%3BAApHa%2CgCAgFrB%2CsBA6BI%2COAAM%2CMAOF%3BAApH%2BC%2CgCAgFvD%2CsBA6BI%2COAAM%2CMAOF%3BAApHiF%2CwBAgFzF%2CsBA6BI%2COAAM%2CMAOF%3BAApHZ%2CuBAgF2B%2CMAAK%2CSAAS%2COA6BjC%2COAAM%2CMAOF%3BAApHa%2CgCAgFE%2CMAAK%2CSAAS%2COA6BjC%2COAAM%2CMAOF%3BAApH%2BC%2CgCAgFhC%2CMAAK%2CSAAS%2COA6BjC%2COAAM%2CMAOF%3BAApHiF%2CwBAgFlE%2CMAAK%2CSAAS%2COA6BjC%2COAAM%2CMAOF%3BAApHZ%2CuBAgFkD%2CMAAK%2CSAAS%2CMA6BxD%2COAAM%2CMAOF%3BAApHa%2CgCAgFyB%2CMAAK%2CSAAS%2CMA6BxD%2COAAM%2CMAOF%3BAApH%2BC%2CgCAgFT%2CMAAK%2CSAAS%2CMA6BxD%2COAAM%2CMAOF%3BAApHiF%2CwBAgF3C%2CMAAK%2CSAAS%2CMA6BxD%2COAAM%2CMAOF%3BEpPhEZ%2CgBAAA%3BEAAA%2CiBAAA%3BEoPoEgB%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3B%3BAAEA%2CuBA7CZ%2CsBA6BI%2COAAM%2CMAOF%2CMASK%3BAAAD%2CgCA7CZ%2CsBA6BI%2COAAM%2CMAOF%2CMASK%3BAAAD%2CgCA7CZ%2CsBA6BI%2COAAM%2CMAOF%2CMASK%3BAAAD%2CwBA7CZ%2CsBA6BI%2COAAM%2CMAOF%2CMASK%3BAAAD%2CuBA7CW%2CMAAK%2CSAAS%2COA6BjC%2COAAM%2CMAOF%2CMASK%3BAAAD%2CgCA7CW%2CMAAK%2CSAAS%2COA6BjC%2COAAM%2CMAOF%2CMASK%3BAAAD%2CgCA7CW%2CMAAK%2CSAAS%2COA6BjC%2COAAM%2CMAOF%2CMASK%3BAAAD%2CwBA7CW%2CMAAK%2CSAAS%2COA6BjC%2COAAM%2CMAOF%2CMASK%3BAAAD%2CuBA7CkC%2CMAAK%2CSAAS%2CMA6BxD%2COAAM%2CMAOF%2CMASK%3BAAAD%2CgCA7CkC%2CMAAK%2CSAAS%2CMA6BxD%2COAAM%2CMAOF%2CMASK%3BAAAD%2CgCA7CkC%2CMAAK%2CSAAS%2CMA6BxD%2COAAM%2CMAOF%2CMASK%3BAAAD%2CwBA7CkC%2CMAAK%2CSAAS%2CMA6BxD%2COAAM%2CMAOF%2CMASK%3BEpPzEjB%2CcAAA%3B%3BAoPpDA%2CuBAgFI%2CsBA6BI%2COAAM%2CMAqBF%3BAAlIa%2CgCAgFrB%2CsBA6BI%2COAAM%2CMAqBF%3BAAlI%2BC%2CgCAgFvD%2CsBA6BI%2COAAM%2CMAqBF%3BAAlIiF%2CwBAgFzF%2CsBA6BI%2COAAM%2CMAqBF%3BAAlIZ%2CuBAgF2B%2CMAAK%2CSAAS%2COA6BjC%2COAAM%2CMAqBF%3BAAlIa%2CgCAgFE%2CMAAK%2CSAAS%2COA6BjC%2COAAM%2CMAqBF%3BAAlI%2BC%2CgCAgFhC%2CMAAK%2CSAAS%2COA6BjC%2COAAM%2CMAqBF%3BAAlIiF%2CwBAgFlE%2CMAAK%2CSAAS%2COA6BjC%2COAAM%2CMAqBF%3BAAlIZ%2CuBAgFkD%2CMAAK%2CSAAS%2CMA6BxD%2COAAM%2CMAqBF%3BAAlIa%2CgCAgFyB%2CMAAK%2CSAAS%2CMA6BxD%2COAAM%2CMAqBF%3BAAlI%2BC%2CgCAgFT%2CMAAK%2CSAAS%2CMA6BxD%2COAAM%2CMAqBF%3BAAlIiF%2CwBAgF3C%2CMAAK%2CSAAS%2CMA6BxD%2COAAM%2CMAqBF%3BEpPqEZ%2C8BAAA%3BEACI%2C0BAAA%3BEACI%2CsBAAA%3BEArJR%2CWAAA%3BEoPkFgB%2CkBAAA%3BEACA%2CYAAA%3BEpPnFhB%2CaAAA%3BE8ClQA%2CqBAAA%3B%3BAAMA%2CuBsMwRI%2CsBA6BI%2COAAM%2CMAqBF%2CStM1UX%3BAAAD%2CgCsMwRI%2CsBA6BI%2COAAM%2CMAqBF%2CStM1UX%3BAAAD%2CgCsMwRI%2CsBA6BI%2COAAM%2CMAqBF%2CStM1UX%3BAAAD%2CwBsMwRI%2CsBA6BI%2COAAM%2CMAqBF%2CStM1UX%3BAAAD%2CuBsMwR2B%2CMAAK%2CSAAS%2COA6BjC%2COAAM%2CMAqBF%2CStM1UX%3BAAAD%2CgCsMwR2B%2CMAAK%2CSAAS%2COA6BjC%2COAAM%2CMAqBF%2CStM1UX%3BAAAD%2CgCsMwR2B%2CMAAK%2CSAAS%2COA6BjC%2COAAM%2CMAqBF%2CStM1UX%3BAAAD%2CwBsMwR2B%2CMAAK%2CSAAS%2COA6BjC%2COAAM%2CMAqBF%2CStM1UX%3BAAAD%2CuBsMwRkD%2CMAAK%2CSAAS%2CMA6BxD%2COAAM%2CMAqBF%2CStM1UX%3BAAAD%2CgCsMwRkD%2CMAAK%2CSAAS%2CMA6BxD%2COAAM%2CMAqBF%2CStM1UX%3BAAAD%2CgCsMwRkD%2CMAAK%2CSAAS%2CMA6BxD%2COAAM%2CMAqBF%2CStM1UX%3BAAAD%2CwBsMwRkD%2CMAAK%2CSAAS%2CMA6BxD%2COAAM%2CMAqBF%2CStM1UX%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE9C1EA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CcAAA%3BEAAA%2CSoPsFyC%2COpPtFzC%3BEAAA%2CaCtQ%2BB%2CwBDsQ%5C%2FB%3BEAAA%2CsBAAA%3BE8CiFA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAsMSgB%2CuBAlEZ%2CsBA6BI%2COAAM%2CMAqBF%2CSAgBK%3BAAAD%2CgCAlEZ%2CsBA6BI%2COAAM%2CMAqBF%2CSAgBK%3BAAAD%2CgCAlEZ%2CsBA6BI%2COAAM%2CMAqBF%2CSAgBK%3BAAAD%2CwBAlEZ%2CsBA6BI%2COAAM%2CMAqBF%2CSAgBK%3BAAAD%2CuBAlEW%2CMAAK%2CSAAS%2COA6BjC%2COAAM%2CMAqBF%2CSAgBK%3BAAAD%2CgCAlEW%2CMAAK%2CSAAS%2COA6BjC%2COAAM%2CMAqBF%2CSAgBK%3BAAAD%2CgCAlEW%2CMAAK%2CSAAS%2COA6BjC%2COAAM%2CMAqBF%2CSAgBK%3BAAAD%2CwBAlEW%2CMAAK%2CSAAS%2COA6BjC%2COAAM%2CMAqBF%2CSAgBK%3BAAAD%2CuBAlEkC%2CMAAK%2CSAAS%2CMA6BxD%2COAAM%2CMAqBF%2CSAgBK%3BAAAD%2CgCAlEkC%2CMAAK%2CSAAS%2CMA6BxD%2COAAM%2CMAqBF%2CSAgBK%3BAAAD%2CgCAlEkC%2CMAAK%2CSAAS%2CMA6BxD%2COAAM%2CMAqBF%2CSAgBK%3BAAAD%2CwBAlEkC%2CMAAK%2CSAAS%2CMA6BxD%2COAAM%2CMAqBF%2CSAgBK%3BEpP9FjB%2CiBAAA%3BEAAA%2CQAAA%3BEAAA%2CiBAAA%3BEoPoGoB%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CQAAA%3B%3BAA1JpB%2CuBAgFI%2CsBA%2BEI%2COAAM%3BAA%5C%2FJW%2CgCAgFrB%2CsBA%2BEI%2COAAM%3BAA%5C%2FJ6C%2CgCAgFvD%2CsBA%2BEI%2COAAM%3BAA%5C%2FJ%2BE%2CwBAgFzF%2CsBA%2BEI%2COAAM%3BAA%5C%2FJd%2CuBAgF2B%2CMAAK%2CSAAS%2COA%2BEjC%2COAAM%3BAA%5C%2FJW%2CgCAgFE%2CMAAK%2CSAAS%2COA%2BEjC%2COAAM%3BAA%5C%2FJ6C%2CgCAgFhC%2CMAAK%2CSAAS%2COA%2BEjC%2COAAM%3BAA%5C%2FJ%2BE%2CwBAgFlE%2CMAAK%2CSAAS%2COA%2BEjC%2COAAM%3BAA%5C%2FJd%2CuBAgFkD%2CMAAK%2CSAAS%2CMA%2BExD%2COAAM%3BAA%5C%2FJW%2CgCAgFyB%2CMAAK%2CSAAS%2CMA%2BExD%2COAAM%3BAA%5C%2FJ6C%2CgCAgFT%2CMAAK%2CSAAS%2CMA%2BExD%2COAAM%3BAA%5C%2FJ%2BE%2CwBAgF3C%2CMAAK%2CSAAS%2CMA%2BExD%2COAAM%3BEpP3Gd%2CgBAAA%3BEAmJA%2C8BAAA%3BEACI%2C0BAAA%3BEACI%2CsBAAA%3BEAtCR%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEwFlYA%2C2BAAA%3BEACA%2C%2BBAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3BE4J8XY%2CgBAAA%3B%3BAApKZ%2CuBAgFI%2CsBA%2BEI%2COAAM%2CSAOF%3BAAtKa%2CgCAgFrB%2CsBA%2BEI%2COAAM%2CSAOF%3BAAtK%2BC%2CgCAgFvD%2CsBA%2BEI%2COAAM%2CSAOF%3BAAtKiF%2CwBAgFzF%2CsBA%2BEI%2COAAM%2CSAOF%3BAAtKZ%2CuBAgF2B%2CMAAK%2CSAAS%2COA%2BEjC%2COAAM%2CSAOF%3BAAtKa%2CgCAgFE%2CMAAK%2CSAAS%2COA%2BEjC%2COAAM%2CSAOF%3BAAtK%2BC%2CgCAgFhC%2CMAAK%2CSAAS%2COA%2BEjC%2COAAM%2CSAOF%3BAAtKiF%2CwBAgFlE%2CMAAK%2CSAAS%2COA%2BEjC%2COAAM%2CSAOF%3BAAtKZ%2CuBAgFkD%2CMAAK%2CSAAS%2CMA%2BExD%2COAAM%2CSAOF%3BAAtKa%2CgCAgFyB%2CMAAK%2CSAAS%2CMA%2BExD%2COAAM%2CSAOF%3BAAtK%2BC%2CgCAgFT%2CMAAK%2CSAAS%2CMA%2BExD%2COAAM%2CSAOF%3BAAtKiF%2CwBAgF3C%2CMAAK%2CSAAS%2CMA%2BExD%2COAAM%2CSAOF%3BEpPlHZ%2CWAAA%3BEoPoHgB%2CkBAAA%3BEACA%2CYAAA%3BEpPrHhB%2CaAAA%3BE8ClQA%2CqBAAA%3B%3BAsM8MA%2CuBAgFI%2CsBA%2BEI%2COAAM%2CSAOF%2CSAKI%3BAA3KS%2CgCAgFrB%2CsBA%2BEI%2COAAM%2CSAOF%2CSAKI%3BAA3K2C%2CgCAgFvD%2CsBA%2BEI%2COAAM%2CSAOF%2CSAKI%3BAA3K6E%2CwBAgFzF%2CsBA%2BEI%2COAAM%2CSAOF%2CSAKI%3BAA3KhB%2CuBAgF2B%2CMAAK%2CSAAS%2COA%2BEjC%2COAAM%2CSAOF%2CSAKI%3BAA3KS%2CgCAgFE%2CMAAK%2CSAAS%2COA%2BEjC%2COAAM%2CSAOF%2CSAKI%3BAA3K2C%2CgCAgFhC%2CMAAK%2CSAAS%2COA%2BEjC%2COAAM%2CSAOF%2CSAKI%3BAA3K6E%2CwBAgFlE%2CMAAK%2CSAAS%2COA%2BEjC%2COAAM%2CSAOF%2CSAKI%3BAA3KhB%2CuBAgFkD%2CMAAK%2CSAAS%2CMA%2BExD%2COAAM%2CSAOF%2CSAKI%3BAA3KS%2CgCAgFyB%2CMAAK%2CSAAS%2CMA%2BExD%2COAAM%2CSAOF%2CSAKI%3BAA3K2C%2CgCAgFT%2CMAAK%2CSAAS%2CMA%2BExD%2COAAM%2CSAOF%2CSAKI%3BAA3K6E%2CwBAgF3C%2CMAAK%2CSAAS%2CMA%2BExD%2COAAM%2CSAOF%2CSAKI%3BEpPvHhB%2CgBAAA%3BEoP0HoB%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3B%3BAAEA%2CuBAnGhB%2CsBA%2BEI%2COAAM%2CSAOF%2CSAKI%2CMAQK%3BAAAD%2CgCAnGhB%2CsBA%2BEI%2COAAM%2CSAOF%2CSAKI%2CMAQK%3BAAAD%2CgCAnGhB%2CsBA%2BEI%2COAAM%2CSAOF%2CSAKI%2CMAQK%3BAAAD%2CwBAnGhB%2CsBA%2BEI%2COAAM%2CSAOF%2CSAKI%2CMAQK%3BAAAD%2CuBAnGO%2CMAAK%2CSAAS%2COA%2BEjC%2COAAM%2CSAOF%2CSAKI%2CMAQK%3BAAAD%2CgCAnGO%2CMAAK%2CSAAS%2COA%2BEjC%2COAAM%2CSAOF%2CSAKI%2CMAQK%3BAAAD%2CgCAnGO%2CMAAK%2CSAAS%2COA%2BEjC%2COAAM%2CSAOF%2CSAKI%2CMAQK%3BAAAD%2CwBAnGO%2CMAAK%2CSAAS%2COA%2BEjC%2COAAM%2CSAOF%2CSAKI%2CMAQK%3BAAAD%2CuBAnG8B%2CMAAK%2CSAAS%2CMA%2BExD%2COAAM%2CSAOF%2CSAKI%2CMAQK%3BAAAD%2CgCAnG8B%2CMAAK%2CSAAS%2CMA%2BExD%2COAAM%2CSAOF%2CSAKI%2CMAQK%3BAAAD%2CgCAnG8B%2CMAAK%2CSAAS%2CMA%2BExD%2COAAM%2CSAOF%2CSAKI%2CMAQK%3BAAAD%2CwBAnG8B%2CMAAK%2CSAAS%2CMA%2BExD%2COAAM%2CSAOF%2CSAKI%2CMAQK%3BEpP%5C%2FHrB%2CcAAA%3B%3BA8C5PA%2CuBsMwRI%2CsBA%2BEI%2COAAM%2CSAOF%2CStM9WX%3BAAAD%2CgCsMwRI%2CsBA%2BEI%2COAAM%2CSAOF%2CStM9WX%3BAAAD%2CgCsMwRI%2CsBA%2BEI%2COAAM%2CSAOF%2CStM9WX%3BAAAD%2CwBsMwRI%2CsBA%2BEI%2COAAM%2CSAOF%2CStM9WX%3BAAAD%2CuBsMwR2B%2CMAAK%2CSAAS%2COA%2BEjC%2COAAM%2CSAOF%2CStM9WX%3BAAAD%2CgCsMwR2B%2CMAAK%2CSAAS%2COA%2BEjC%2COAAM%2CSAOF%2CStM9WX%3BAAAD%2CgCsMwR2B%2CMAAK%2CSAAS%2COA%2BEjC%2COAAM%2CSAOF%2CStM9WX%3BAAAD%2CwBsMwR2B%2CMAAK%2CSAAS%2COA%2BEjC%2COAAM%2CSAOF%2CStM9WX%3BAAAD%2CuBsMwRkD%2CMAAK%2CSAAS%2CMA%2BExD%2COAAM%2CSAOF%2CStM9WX%3BAAAD%2CgCsMwRkD%2CMAAK%2CSAAS%2CMA%2BExD%2COAAM%2CSAOF%2CStM9WX%3BAAAD%2CgCsMwRkD%2CMAAK%2CSAAS%2CMA%2BExD%2COAAM%2CSAOF%2CStM9WX%3BAAAD%2CwBsMwRkD%2CMAAK%2CSAAS%2CMA%2BExD%2COAAM%2CSAOF%2CStM9WX%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE9C1EA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CcAAA%3BEAAA%2CSoPqIyC%2COpPrIzC%3BEAAA%2CaCtQ%2BB%2CwBDsQ%5C%2FB%3BEAAA%2CsBAAA%3BE8CiFA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAsMwDgB%2CuBAjHZ%2CsBA%2BEI%2COAAM%2CSAOF%2CSA2BK%3BAAAD%2CgCAjHZ%2CsBA%2BEI%2COAAM%2CSAOF%2CSA2BK%3BAAAD%2CgCAjHZ%2CsBA%2BEI%2COAAM%2CSAOF%2CSA2BK%3BAAAD%2CwBAjHZ%2CsBA%2BEI%2COAAM%2CSAOF%2CSA2BK%3BAAAD%2CuBAjHW%2CMAAK%2CSAAS%2COA%2BEjC%2COAAM%2CSAOF%2CSA2BK%3BAAAD%2CgCAjHW%2CMAAK%2CSAAS%2COA%2BEjC%2COAAM%2CSAOF%2CSA2BK%3BAAAD%2CgCAjHW%2CMAAK%2CSAAS%2COA%2BEjC%2COAAM%2CSAOF%2CSA2BK%3BAAAD%2CwBAjHW%2CMAAK%2CSAAS%2COA%2BEjC%2COAAM%2CSAOF%2CSA2BK%3BAAAD%2CuBAjHkC%2CMAAK%2CSAAS%2CMA%2BExD%2COAAM%2CSAOF%2CSA2BK%3BAAAD%2CgCAjHkC%2CMAAK%2CSAAS%2CMA%2BExD%2COAAM%2CSAOF%2CSA2BK%3BAAAD%2CgCAjHkC%2CMAAK%2CSAAS%2CMA%2BExD%2COAAM%2CSAOF%2CSA2BK%3BAAAD%2CwBAjHkC%2CMAAK%2CSAAS%2CMA%2BExD%2COAAM%2CSAOF%2CSA2BK%3BEpP7IjB%2CiBAAA%3BEAAA%2CYAAA%3BEAAA%2CQAAA%3BEAAA%2CiBAAA%3BEoPoJoB%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CQAAA%3B%3BAA1MpB%2CuBAgFI%2CsBA%2BHI%3BAA%5C%2FMiB%2CgCAgFrB%2CsBA%2BHI%3BAA%5C%2FMmD%2CgCAgFvD%2CsBA%2BHI%3BAA%5C%2FMqF%2CwBAgFzF%2CsBA%2BHI%3BAA%5C%2FMR%2CuBAgF2B%2CMAAK%2CSAAS%2COA%2BHjC%3BAA%5C%2FMiB%2CgCAgFE%2CMAAK%2CSAAS%2COA%2BHjC%3BAA%5C%2FMmD%2CgCAgFhC%2CMAAK%2CSAAS%2COA%2BHjC%3BAA%5C%2FMqF%2CwBAgFlE%2CMAAK%2CSAAS%2COA%2BHjC%3BAA%5C%2FMR%2CuBAgFkD%2CMAAK%2CSAAS%2CMA%2BHxD%3BAA%5C%2FMiB%2CgCAgFyB%2CMAAK%2CSAAS%2CMA%2BHxD%3BAA%5C%2FMmD%2CgCAgFT%2CMAAK%2CSAAS%2CMA%2BHxD%3BAA%5C%2FMqF%2CwBAgF3C%2CMAAK%2CSAAS%2CMA%2BHxD%3BEACI%2CmBAAA%3B%3BAAhNZ%2CuBAgFI%2CsBA%2BHI%2CiBAGI%3BAAlNa%2CgCAgFrB%2CsBA%2BHI%2CiBAGI%3BAAlN%2BC%2CgCAgFvD%2CsBA%2BHI%2CiBAGI%3BAAlNiF%2CwBAgFzF%2CsBA%2BHI%2CiBAGI%3BAAlNZ%2CuBAgF2B%2CMAAK%2CSAAS%2COA%2BHjC%2CiBAGI%3BAAlNa%2CgCAgFE%2CMAAK%2CSAAS%2COA%2BHjC%2CiBAGI%3BAAlN%2BC%2CgCAgFhC%2CMAAK%2CSAAS%2COA%2BHjC%2CiBAGI%3BAAlNiF%2CwBAgFlE%2CMAAK%2CSAAS%2COA%2BHjC%2CiBAGI%3BAAlNZ%2CuBAgFkD%2CMAAK%2CSAAS%2CMA%2BHxD%2CiBAGI%3BAAlNa%2CgCAgFyB%2CMAAK%2CSAAS%2CMA%2BHxD%2CiBAGI%3BAAlN%2BC%2CgCAgFT%2CMAAK%2CSAAS%2CMA%2BHxD%2CiBAGI%3BAAlNiF%2CwBAgF3C%2CMAAK%2CSAAS%2CMA%2BHxD%2CiBAGI%3BEpP9JZ%2CWAAA%3BEoPgKgB%2CaAAA%3B%3BAApNhB%2CuBAgFI%2CsBA%2BHI%2CiBAQI%2CQAAO%3BAAvNM%2CgCAgFrB%2CsBA%2BHI%2CiBAQI%2CQAAO%3BAAvNwC%2CgCAgFvD%2CsBA%2BHI%2CiBAQI%2CQAAO%3BAAvN0E%2CwBAgFzF%2CsBA%2BHI%2CiBAQI%2CQAAO%3BAAvNnB%2CuBAgF2B%2CMAAK%2CSAAS%2COA%2BHjC%2CiBAQI%2CQAAO%3BAAvNM%2CgCAgFE%2CMAAK%2CSAAS%2COA%2BHjC%2CiBAQI%2CQAAO%3BAAvNwC%2CgCAgFhC%2CMAAK%2CSAAS%2COA%2BHjC%2CiBAQI%2CQAAO%3BAAvN0E%2CwBAgFlE%2CMAAK%2CSAAS%2COA%2BHjC%2CiBAQI%2CQAAO%3BAAvNnB%2CuBAgFkD%2CMAAK%2CSAAS%2CMA%2BHxD%2CiBAQI%2CQAAO%3BAAvNM%2CgCAgFyB%2CMAAK%2CSAAS%2CMA%2BHxD%2CiBAQI%2CQAAO%3BAAvNwC%2CgCAgFT%2CMAAK%2CSAAS%2CMA%2BHxD%2CiBAQI%2CQAAO%3BAAvN0E%2CwBAgF3C%2CMAAK%2CSAAS%2CMA%2BHxD%2CiBAQI%2CQAAO%3BEpPnKnB%2CiBAAA%3B%3BAoPpDA%2CuBAgFI%2CsBA4II%2COAAM%3BAA5NW%2CgCAgFrB%2CsBA4II%2COAAM%3BAA5N6C%2CgCAgFvD%2CsBA4II%2COAAM%3BAA5N%2BE%2CwBAgFzF%2CsBA4II%2COAAM%3BAA5Nd%2CuBAgF2B%2CMAAK%2CSAAS%2COA4IjC%2COAAM%3BAA5NW%2CgCAgFE%2CMAAK%2CSAAS%2COA4IjC%2COAAM%3BAA5N6C%2CgCAgFhC%2CMAAK%2CSAAS%2COA4IjC%2COAAM%3BAA5N%2BE%2CwBAgFlE%2CMAAK%2CSAAS%2COA4IjC%2COAAM%3BAA5Nd%2CuBAgFkD%2CMAAK%2CSAAS%2CMA4IxD%2COAAM%3BAA5NW%2CgCAgFyB%2CMAAK%2CSAAS%2CMA4IxD%2COAAM%3BAA5N6C%2CgCAgFT%2CMAAK%2CSAAS%2CMA4IxD%2COAAM%3BAA5N%2BE%2CwBAgF3C%2CMAAK%2CSAAS%2CMA4IxD%2COAAM%3BEpPxKd%2CgBAAA%3BEAAA%2CmBAAA%3BEAAA%2CkBAAA%3BEAAA%2CcAAA%3BEAAA%2CWAAA%3BEAAA%2CiBAAA%3BEoPgLY%2C4BAAA%3BEACA%2CyBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CSAAA%3B%3BAAEA%2CuBA1JR%2CsBA4II%2COAAM%2CQAcD%3BAAAD%2CgCA1JR%2CsBA4II%2COAAM%2CQAcD%3BAAAD%2CgCA1JR%2CsBA4II%2COAAM%2CQAcD%3BAAAD%2CwBA1JR%2CsBA4II%2COAAM%2CQAcD%3BAAAD%2CuBA1Je%2CMAAK%2CSAAS%2COA4IjC%2COAAM%2CQAcD%3BAAAD%2CgCA1Je%2CMAAK%2CSAAS%2COA4IjC%2COAAM%2CQAcD%3BAAAD%2CgCA1Je%2CMAAK%2CSAAS%2COA4IjC%2COAAM%2CQAcD%3BAAAD%2CwBA1Je%2CMAAK%2CSAAS%2COA4IjC%2COAAM%2CQAcD%3BAAAD%2CuBA1JsC%2CMAAK%2CSAAS%2CMA4IxD%2COAAM%2CQAcD%3BAAAD%2CgCA1JsC%2CMAAK%2CSAAS%2CMA4IxD%2COAAM%2CQAcD%3BAAAD%2CgCA1JsC%2CMAAK%2CSAAS%2CMA4IxD%2COAAM%2CQAcD%3BAAAD%2CwBA1JsC%2CMAAK%2CSAAS%2CMA4IxD%2COAAM%2CQAcD%3BEpPtLb%2CmBAAA%3B%3BAoPpDA%2CuBAgFI%2CsBA%2BJI%3BAA%5C%2FOiB%2CgCAgFrB%2CsBA%2BJI%3BAA%5C%2FOmD%2CgCAgFvD%2CsBA%2BJI%3BAA%5C%2FOqF%2CwBAgFzF%2CsBA%2BJI%3BAA%5C%2FOR%2CuBAgF2B%2CMAAK%2CSAAS%2COA%2BJjC%3BAA%5C%2FOiB%2CgCAgFE%2CMAAK%2CSAAS%2COA%2BJjC%3BAA%5C%2FOmD%2CgCAgFhC%2CMAAK%2CSAAS%2COA%2BJjC%3BAA%5C%2FOqF%2CwBAgFlE%2CMAAK%2CSAAS%2COA%2BJjC%3BAA%5C%2FOR%2CuBAgFkD%2CMAAK%2CSAAS%2CMA%2BJxD%3BAA%5C%2FOiB%2CgCAgFyB%2CMAAK%2CSAAS%2CMA%2BJxD%3BAA%5C%2FOmD%2CgCAgFT%2CMAAK%2CSAAS%2CMA%2BJxD%3BAA%5C%2FOqF%2CwBAgF3C%2CMAAK%2CSAAS%2CMA%2BJxD%3BEpP5ER%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEwF1UA%2C0BAAA%3BEACA%2C8BAAA%3BEACA%2CsBAAA%3B%3BA4JmKA%2CuBAwPI%3BAAxPqB%2CgCAwPrB%3BAAxPuD%2CgCAwPvD%3BAAxPyF%2CwBAwPzF%3BEpPpMJ%2CWAAA%3BEoPsMQ%2CgBAAA%3B%3BAA1PR%2CuBA6PI%3BAA7PqB%2CgCA6PrB%3BAA7PuD%2CgCA6PvD%3BAA7PyF%2CwBA6PzF%3BEACI%2CiBAAA%3B%3BAA9PR%2CuBA6PI%2CaAGI%2CQAAO%3BAAhQU%2CgCA6PrB%2CaAGI%2CQAAO%3BAAhQ4C%2CgCA6PvD%2CaAGI%2CQAAO%3BAAhQ8E%2CwBA6PzF%2CaAGI%2CQAAO%3BEpP5Mf%2CiBAAA%3BEoP8MY%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3B%3BAApQZ%2CuBA6PI%2CaAUI%3BAAvQiB%2CgCA6PrB%2CaAUI%3BAAvQmD%2CgCA6PvD%2CaAUI%3BAAvQqF%2CwBA6PzF%2CaAUI%3BEACI%2CkBAAA%3B%3BAAxQZ%2CuBA6PI%2CaAUI%2CoBAGI%3BAA1Qa%2CgCA6PrB%2CaAUI%2CoBAGI%3BAA1Q%2BC%2CgCA6PvD%2CaAUI%2CoBAGI%3BAA1QiF%2CwBA6PzF%2CaAUI%2CoBAGI%3BEACI%2CgBAAA%3B%3BAA3QhB%2CuBA6PI%2CaAUI%2CoBAOI%3BAA9Qa%2CgCA6PrB%2CaAUI%2CoBAOI%3BAA9Q%2BC%2CgCA6PvD%2CaAUI%2CoBAOI%3BAA9QiF%2CwBA6PzF%2CaAUI%2CoBAOI%3BEpP3GZ%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEwF1UA%2C0BAAA%3BEACA%2C8BAAA%3BEACA%2CsBAAA%3B%3BA4JmKA%2CuBA6PI%2CaAsBI%3BAAnRiB%2CgCA6PrB%2CaAsBI%3BAAnRmD%2CgCA6PvD%2CaAsBI%3BAAnRqF%2CwBA6PzF%2CaAsBI%3BEACI%2CmBAAA%3B%3BAApRZ%2CuBA6PI%2CaA2BI%3BAAxRiB%2CgCA6PrB%2CaA2BI%3BAAxRmD%2CgCA6PvD%2CaA2BI%3BAAxRqF%2CwBA6PzF%2CaA2BI%3BEpPpOR%2CmBAAA%3BEoPuOY%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CaAAA%3B%3BA5JtbZ%2CuB4JsZI%2CaA2BI%2C4B5JjbP%3BAAAD%2CgC4JsZI%2CaA2BI%2C4B5JjbP%3BAAAD%2CgC4JsZI%2CaA2BI%2C4B5JjbP%3BAAAD%2CwB4JsZI%2CaA2BI%2C4B5JjbP%3BEACG%2CYAAA%3BEACA%2CaAAA%3B%3BAAGJ%2CuB4JiZI%2CaA2BI%2C4B5J5aP%3BAAAD%2CgC4JiZI%2CaA2BI%2C4B5J5aP%3BAAAD%2CgC4JiZI%2CaA2BI%2C4B5J5aP%3BAAAD%2CwB4JiZI%2CaA2BI%2C4B5J5aP%3BEACG%2CyBAAA%3BEACA%2CkBAAA%3B%3BAACA%2CuB4J8YA%2CaA2BI%2C4B5J5aP%2CyBAGI%3BAAAD%2CgC4J8YA%2CaA2BI%2C4B5J5aP%2CyBAGI%3BAAAD%2CgC4J8YA%2CaA2BI%2C4B5J5aP%2CyBAGI%3BAAAD%2CwB4J8YA%2CaA2BI%2C4B5J5aP%2CyBAGI%3BEACG%2CoCAAA%3B%3BA4JgJR%2CuBA6PI%2CaA2BI%2C4BASI%3BAAjSa%2CgCA6PrB%2CaA2BI%2C4BASI%3BAAjS%2BC%2CgCA6PvD%2CaA2BI%2C4BASI%3BAAjSiF%2CwBA6PzF%2CaA2BI%2C4BASI%3BEACI%2CqBAAA%3BEACA%2CgBAAA%3B%3BAAnShB%2CuBA6PI%2CaA2BI%2C4BAcI%3BAAtSa%2CgCA6PrB%2CaA2BI%2C4BAcI%3BAAtS%2BC%2CgCA6PvD%2CaA2BI%2C4BAcI%3BAAtSiF%2CwBA6PzF%2CaA2BI%2C4BAcI%3BEACI%2CgBAAA%3B%3BAAvShB%2CuBA6PI%2CaA2BI%2C4BAkBI%3BAA1Sa%2CgCA6PrB%2CaA2BI%2C4BAkBI%3BAA1S%2BC%2CgCA6PvD%2CaA2BI%2C4BAkBI%3BAA1SiF%2CwBA6PzF%2CaA2BI%2C4BAkBI%3BEACI%2CyBAAA%3B%3BAA3ShB%2CuBAoTI%2CQAAO%3BAApTc%2CgCAoTrB%2CQAAO%3BAApTgD%2CgCAoTvD%2CQAAO%3BAApTkF%2CwBAoTzF%2CQAAO%3BEACH%2CaAAA%3B%3BAAIR%2CQACI%3BEpPtQJ%2CoBAAA%3BEoPwQQ%2CiBAAA%3B%3BAAHR%2CQAMI%3BEpP3QJ%2CgBAAA%3B%3BAoPqQA%2CQAMI%2CSAGI%2C%2BBACI%2CSAAS%3BEpP%5C%2FQrB%2CqBAAA%3B%3BAoPqQA%2CQAMI%2CSASI%3BEACI%2CaAAA%3B%3BAAhBZ%2CQAMI%2CSAaI%2CSAAS%3BE5JzhBjB%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CaAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BE4JohBY%2CgBAAA%3B%3BAAEA%2CQAjBR%2CSAaI%2CSAAS%2CQAIJ%3BEpP5Rb%2CyBAAA%3B%3BAoPqQA%2CQA6BI%3BEACI%2CgBAAA%3B%3BAAIR%2CaACI%2CiBACI%3BEACI%2CWAAA%3BEACA%2CSAAA%3B%3BAAJZ%2CaACI%2CiBACI%2CoBAII%3BEACI%2CuBAAA%3B%3BAAPhB%2CaACI%2CiBACI%2CoBAOI%3BEACI%2CSAAA%3B%3BAAQhB%2CwBAAyB%3BE5JziBzB%2CgB4J0iBwB%2C6D5J1iBxB%3BEACA%2C8BAAA%3BEACA%2CsBAAA%3BExFiYA%2C8BAAA%3BEACI%2C0BAAA%3BEACI%2CsBAAA%3BEArJR%2CeAAA%3BEAAA%2CWAAA%3BEA%2BGA%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEwFlYA%2C2BAAA%3BEACA%2C%2BBAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3B%3BA4JukBA%2CwBAAyB%2CKAOrB%3BEpPhUJ%2CWAAA%3B%3BAoPyTA%2CwBAAyB%2CKAWrB%3BAAXJ%2CwBAAyB%2CKAWV%3BEACP%2CUAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3B%3BAAdR%2CwBAAyB%2CKAiBrB%2CUAAS%3BEACL%2CgBAAA%3B%3BAKnmBR%2CcAGI%3BAAFJ%2CaAAc%2CeAEV%3BAADJ%2CmBAAoB%2CeAChB%3BEACI%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3B%3BAAIR%2CuBAAwB%2CWAEpB%2CWACI%3BAAFR%2CmBAAoB%2CWAChB%2CWACI%3BEACI%2CcAAA%3BEACA%2CgBAAA%3B%3BAJjBZ%2COAAO%2CQAAS%2CsBAAsB%2CgBAAgB%2CMAAK%2CWAAW%2COAAU%2CKAAK%3BEACjF%2CqBAAA%3B%3BAAEJ%3BEACI%2CsBAAA%3B%3BAAEJ%2CSACI%3BErPmRJ%2CeAAA%3BEqPhRQ%2CgBAAA%3BEACA%2CUAAA%3B%3BAALR%2CSACI%2CWAMI%2CQAAO%3BErP4Xf%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEwF1UA%2C0BAAA%3BEACA%2C8BAAA%3BEACA%2CsBAAA%3BE6JpDY%2CiBAAA%3B%3BAATZ%2CSAaI%3BErPuQJ%2CWAAA%3BEqPrQQ%2CgBAAA%3B%3BAAfR%2CSAaI%2CqBAII%3BErPmQR%2CgBAAA%3BEAAA%2CcAAA%3BEAAA%2CiBAAA%3BEqP%5C%2FPY%2C0BAAA%3B%3BAArBZ%2CSAyBI%3BErP0WJ%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEwFlYA%2C2BAAA%3BEACA%2C%2BBAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3B%3BA6JNA%2CSAyBI%2CqBAGI%3BEACI%2CYAAA%3B%3BAA7BZ%2CSAiCI%3BEACI%2CmBAAA%3B%3BAAlCR%2CSAiCI%2CyBAGI%3BAApCR%2CSAiCI%2CyBAII%3BEACI%2CeAAA%3B%3BAAMZ%3BAAA2B%3BEACvB%2CgBAAA%3B%3BAAGJ%3BEACI%2C0BAAA%3B%3BAAGJ%2CQAAQ%3BEACJ%2CSAAA%3B%3BAAGJ%3BErP4NA%2CsBAAA%3BEAAA%2CWAAA%3BEAAA%2CiBAAA%3BEqPvNI%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CaAAA%3BEACA%2CaAAA%3BEACA%2CYAAA%3B%3BAAGJ%3BAAAS%2CeAAe%3BErP%2BMxB%2CsBAAA%3B%3BAqP3MA%3BAACA%2CoBAAqB%3BErP0MrB%2CYAAA%3BEAAA%2CSAAA%3BEAAA%2CUAAA%3BED9JA%2CqBAAA%3B%3BAsPrCA%3BEACI%2CkBAAA%3B%3BAADJ%2CoBAGI%3BErPgMJ%2CmBAAA%3BEAAA%2CWAAA%3BEqP5LQ%2CiBAAA%3BEACA%2CmBAAA%3B%3BAAIR%2CoBAAuB%2CSAAS%3BErPuLhC%2CmBAAA%3BEAAA%2CWAAA%3BEAAA%2CWAAA%3BEAAA%2CiBAAA%3BEqPjLI%2CyBAAA%3BEACA%2CsBAAA%3BEAGA%2CeAAA%3BEACA%2CYAAA%3BErP4KJ%2CqBAAA%3BE8CpNA%2CqBAAA%3B%3BAAMA%2CoBuMuBuB%2CSAAS%2CevMvB%5C%2FB%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BE9C1EA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CcAAA%3BEAAA%2CSqPxK6B%2COrPwK7B%3BEAAA%2CagD3Qe%2CYhD2Qf%3BEAAA%2CsBAAA%3BE8CiFA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAuMzPI%2CoBAnBmB%2CSAAS%2CeAmB3B%3BEACG%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3B%3BAAxBR%2CoBAAuB%2CSAAS%2CeAsD5B%3BErPiIJ%2CgBAAA%3BEAAA%2CWAAA%3BEAAA%2CiBAAA%3BEqP5HQ%2CyBAAA%3B%3BAAIR%2CoBAAqB%3BErPwHrB%2CgBAAA%3BEqPtHI%2C8CAAA%3BEACA%2CSAAA%3B%3BAAHJ%2CoBAAqB%2CqBAKjB%3BErPmHJ%2CWAAA%3BEAAA%2CiBAAA%3BEqP%5C%2FGQ%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3B%3BAAXR%2CoBAAqB%2CqBAKjB%2CuBAQI%3BErP2GR%2CWAAA%3BEAAA%2CiBAAA%3BEqPvGY%2CqBAAA%3B%3BAAjBZ%2CoBAAqB%2CqBAKjB%2CuBAeI%3BErPoGR%2CgBAAA%3BEAAA%2CcAAA%3BEAAA%2CiBAAA%3B%3BAqPxHA%2CoBAAqB%2CqBA2BjB%3BEACI%2CiBAAA%3B%3BAA5BR%2CoBAAqB%2CqBA2BjB%2CuBAGI%3BEACI%2CmBAAA%3B%3BAAIA%2CoBAnCS%2CqBA2BjB%2CuBAOI%2CEACK%3BEACG%2C0BAAA%3B%3BAAMhB%3BEAKI%2CgBAAA%3B%3BAAJA%2CkBAAC%3BEACG%2CWAAW%2CcAAX%3B%3BAAMR%3BErPsEA%2CgBAAA%3BEAAA%2CcAAA%3BEAAA%2CiBAAA%3BEqPjEI%2CyBAAA%3B%3BAAGJ%3BErP8DA%2CqBAAA%3BE8ClQA%2CqBAAA%3B%3BAAMA%2CeAAC%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE9C1EA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CcAAA%3BEAAA%2CSqP5D4B%2COrP4D5B%3BEAAA%2CagD3Qe%2CYhD2Qf%3BEAAA%2CsBAAA%3BE8CiFA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAuM5II%2CeAAC%3BEACG%2CkBAAA%3B%3BAAIR%3BErPkDA%2CSAAA%3BEAAA%2CUAAA%3BED9JA%2CqBAAA%3B%3BAsP4GA%2CiBAGI%3BErP%2BCJ%2CWAAA%3BEAAA%2CiBAAA%3B%3BAqPlDA%2CiBAQI%3BErP0CJ%2CgBAAA%3BEqPvCQ%2CyBAAA%3BEACA%2CqBAAA%3BEACA%2CgBAAA%3B%3BAAIR%2CKAAK%3BErPiCL%2CqBAAA%3BE8ClQA%2CqBAAA%3B%3BAAMA%2CKuM2NK%2CSvM3NJ%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE9C1EA%2CkBAAA%3BEAAA%2CoBAAA%3BEAAA%2CWAAA%3BEAAA%2CSqP%5C%2FB4B%2COrP%2BB5B%3BEAAA%2CagD3Qe%2CYhD2Qf%3BEAAA%2CsBAAA%3BE8CiFA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAuMhHI%2CKANC%2CSAMA%3BEACG%2CWAAW%2CaAAX%3B%3BAAIR%3BErPqIA%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEAjHA%2CSAAA%3BEAAA%2CUAAA%3BED9JA%2CqBAAA%3B%3BAsPwIA%2CmBAII%3BErPkBJ%2CWAAA%3B%3BAqPfQ%2CmBAHJ%2CEAGK%3BEACG%2CqBAAA%3B%3BAAGJ%2CmBAPJ%2CEAOK%2CUAAU%3BEACP%2CiBAAA%3BErPUZ%2CqBAAA%3BE8ClQA%2CqBAAA%3B%3BAAMA%2CmBuM0OI%2CEAOK%2CUAAU%2CGvMjPlB%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE9C1EA%2CkBAAA%3BEAAA%2CoBAAA%3BEAAA%2CWAAA%3BEAAA%2CSqPPqC%2COrPOrC%3BEAAA%2CaC5QwB%2CwBD4QxB%3BEAAA%2CsBAAA%3BE8CiFA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAuMvFY%2CmBAhBR%2CEAOK%2CUAAU%2CGASN%3BEACG%2CiBAAA%3B%3BAAIR%2CmBArBJ%2CEAqBK%2CUAAU%3BEACP%2CeAAA%3BErPJZ%2CqBAAA%3BE8ClQA%2CqBAAA%3B%3BAAMA%2CmBuM0OI%2CEAqBK%2CUAAU%2CGvM%5C%2FPlB%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE9C1EA%2CkBAAA%3BEAAA%2CoBAAA%3BEAAA%2CWAAA%3BEAAA%2CSqPOqC%2COrPPrC%3BEAAA%2CaC5QwB%2CwBD4QxB%3BEAAA%2CsBAAA%3BE8CiFA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAuMzEY%2CmBA9BR%2CEAqBK%2CUAAU%2CGASN%3BEACG%2CkBAAA%3BEACA%2CgBAAA%3B%3BAAIR%2CmBApCJ%2CEAoCK%3BEACG%2C0BAAA%3B%3BAAKZ%3BEACI%2CeAAA%3B%3BAAQJ%2CaAAgB%3BErPjChB%2CmBAAA%3BEAAA%2CoBAAA%3BEqPqCI%2CiBAAA%3BErPrCJ%2C6BAAA%3B%3BAqPiCA%2CaAAgB%2CeAMZ%3BErPvCJ%2CiBAAA%3BEqP0CQ%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CaAAA%3B%3BAAXR%2CaAAgB%2CeAMZ%2CQAOI%3BErP9CR%2CgBAAA%3B%3BAqPiCA%2CaAAgB%2CeAMZ%2CQAWI%3BErPlDR%2CWAAA%3B%3BAqPiCA%2CaAAgB%2CeAMZ%2CQAeI%2CcAAa%3BErP6FrB%2C8BAAA%3BEACI%2C0BAAA%3BEACI%2CsBAAA%3B%3BAqPpHR%2CaAAgB%2CeAMZ%2CQAmBI%3BErP1DR%2CWAAA%3B%3BAqP6DY%2CaA5BI%2CeAMZ%2CQAmBI%2CcAGK%2CUAAU%2CGACP%3BErP9DhB%2CWAAA%3B%3BAqPiCA%2CaAAgB%2CeAMZ%2CQA6BI%3BErPpER%2CWAAA%3B%3BAqPiCA%2CaAAgB%2CeAMZ%2CQA6BI%2CqBAGI%3BErPwCZ%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEqPvCgB%2CYAAA%3B%3BAAzChB%2CaAAgB%2CeAMZ%2CQA6BI%2CqBAGI%2CeAKI%3BEACI%2CgBAAA%3B%3BAA5CpB%2CaAAgB%2CeAMZ%2CQA2CI%3BEACI%2CUAAA%3B%3BAAlDZ%2CaAAgB%2CeAMZ%2CQA2CI%2C0BAGI%3BEACI%2CgBAAA%3B%3BAArDhB%2CaAAgB%2CeAMZ%2CQAmDI%3BErP1FR%2CkBAAA%3BEqP4FY%2CUAAA%3B%3BAA3DZ%2CaAAgB%2CeAMZ%2CQAmDI%2CuBAII%3BEACI%2CgBAAA%3B%3BAA9DhB%2CaAAgB%2CeAMZ%2CQA8DI%3BErPrGR%2CgBAAA%3BEAAA%2CcAAA%3BEAAA%2CiBAAA%3BEqP0GY%2CyBAAA%3B%3BAAzEZ%2CaAAgB%2CeAMZ%2CQAsEI%3BErP7GR%2CWAAA%3BEqP%2BGY%2CqBAAA%3B%3BAA9EZ%2CaAAgB%2CeAMZ%2CQA4EI%3BErPgCR%2C8BAAA%3BEACI%2C0BAAA%3BEACI%2CsBAAA%3BEArJR%2CcAAA%3BEA%2BGA%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEwFlYA%2C2BAAA%3BEACA%2C%2BBAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3BExF8QA%2CiBAAA%3BEqPyHY%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3B%3BAA1FZ%2CaAAgB%2CeAMZ%2CQAuFI%3BEACI%2CoCAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3B%3BAAhGZ%2CaAAgB%2CeAsGZ%3BErPvIJ%2CqBAAA%3BE8ClQA%2CqBAAA%3B%3BAAMA%2CauM6RgB%2CeAsGZ%2CmBvMnYH%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE9C1EA%2CkBAAA%3BEAAA%2CoBAAA%3BEAAA%2CWAAA%3BEAAA%2CSqPyIiC%2COrPzIjC%3BEAAA%2CaC5QwB%2CwBD4QxB%3BEAAA%2CsBAAA%3BE8CiFA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAuMyDQ%2CaA7GQ%2CeAsGZ%2CmBAOK%3BErP9IT%2CkBAAA%3BEAAA%2CiBAAA%3BEqPiJY%2COAAA%3B%3BAAhHZ%2CaAAgB%2CeAmHZ%3BErPpJJ%2CqBAAA%3BE8ClQA%2CqBAAA%3B%3BAAMA%2CauM6RgB%2CeAmHZ%2CmBvMhZH%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE9C1EA%2CkBAAA%3BEAAA%2CoBAAA%3BEAAA%2CWAAA%3BEAAA%2CSqPuJiC%2COrPvJjC%3BEAAA%2CaC5QwB%2CwBD4QxB%3BEAAA%2CsBAAA%3BE8CiFA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAuMuEQ%2CaA3HQ%2CeAmHZ%2CmBAQK%3BErP5JT%2CkBAAA%3BEAAA%2CiBAAA%3BEqPgKY%2COAAA%3B%3BAA%5C%2FHZ%2CaAAgB%2CeAmIZ%3BErPpKJ%2CqBAAA%3BE8ClQA%2CqBAAA%3B%3BAAMA%2CauM6RgB%2CeAmIZ%2CmBvMhaH%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE9C1EA%2CkBAAA%3BEAAA%2CoBAAA%3BEAAA%2CWAAA%3BEAAA%2CSqPuKiC%2COrPvKjC%3BEAAA%2CaC5QwB%2CwBD4QxB%3BEAAA%2CsBAAA%3BE8CiFA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAuMuFQ%2CaA3IQ%2CeAmIZ%2CmBAQK%3BErP5KT%2CkBAAA%3BEAAA%2CiBAAA%3BEqPgLY%2COAAA%3B%3BAA%5C%2FIZ%2CaAAgB%2CeAmJZ%3BErPpLJ%2CqBAAA%3BE8ClQA%2CqBAAA%3B%3BAAMA%2CauM6RgB%2CeAmJZ%2CqBvMhbH%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE9C1EA%2CkBAAA%3BEAAA%2CoBAAA%3BEAAA%2CWAAA%3BEAAA%2CSqPuLiC%2COrPvLjC%3BEAAA%2CaC5QwB%2CwBD4QxB%3BEAAA%2CsBAAA%3BE8CiFA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAuMuGQ%2CaA3JQ%2CeAmJZ%2CqBAQK%3BErP5LT%2CkBAAA%3BEAAA%2CiBAAA%3BEqPgMY%2CSAAA%3B%3BAA%5C%2FJZ%2CaAAgB%2CeAkKZ%3BErPnMJ%2CqBAAA%3BE8ClQA%2CqBAAA%3B%3BAAMA%2CauM6RgB%2CeAkKZ%2CsBvM%5C%2FbH%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE9C1EA%2CkBAAA%3BEAAA%2CoBAAA%3BEAAA%2CcAAA%3BEAAA%2CSqPsMiC%2COrPtMjC%3BEAAA%2CaCzQgC%2CwBDyQhC%3BEAAA%2CsBAAA%3BE8CiFA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAuMsHQ%2CaA1KQ%2CeAkKZ%2CsBAQK%3BErP3MT%2CkBAAA%3BEAAA%2CSAAA%3BEAAA%2CiBAAA%3BEqPgNY%2CWAAA%3B%3BAAKZ%3BErPrNA%2CmBAAA%3BEAAA%2CiBAAA%3B%3BAqPqNA%2CUAII%3BErPzNJ%2CWAAA%3BEqP2NQ%2C0BAAA%3B%3BAAEA%2CUAJJ%2CEAIK%2CUAAU%3BErP7NnB%2CgBAAA%3B%3BAqPmOA%3BErPnOA%2CgBAAA%3BEAAA%2CcAAA%3B%3BAqP2OA%2CUACI%2CiBACI%3BEACI%2CkBAAA%3B%3BAAKZ%3BErPvGA%2CuBAAA%3BEACQ%2CeAAA%3BEA7IR%2CWAAA%3BEA%2BGA%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEwFlYA%2C2BAAA%3BEACA%2C%2BBAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3B%3BA6JigBA%2CgBAKI%3BEACI%2CkBAAA%3B%3BAANR%2CgBASI%3BErPzGJ%2C8BAAA%3BEACI%2C0BAAA%3BEACI%2CsBAAA%3BEArJR%2CWAAA%3BEA%2BGA%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEqPiJQ%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAjBR%2CgBASI%2CgBAUI%3BEACI%2CgBAAA%3B%3BAApBZ%2CgBAwBI%3BErP3QJ%2CyBAAA%3BEAAA%2CgBAAA%3BEAmJA%2C8BAAA%3BEACI%2C0BAAA%3BEACI%2CsBAAA%3BEAtCR%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEwFlYA%2C2BAAA%3BEACA%2C%2BBAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3BE6J%2BhBQ%2CoBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3B%3BAApCR%2CgBAwBI%2CaAcI%3BErPzRR%2CgBAAA%3BEqP4RY%2CkBAAA%3BEACA%2CgBAAA%3B%3BAA1CZ%2CgBAwBI%2CaAqBI%3BErPhSR%2CgBAAA%3BEAAA%2CiBAAA%3BEqPoSY%2CyBAAA%3BEACA%2CkBAAA%3B%3BAAlDZ%2CgBAwBI%2CaA6BI%3BErPxSR%2CgBAAA%3BEqP0SY%2CgBAAA%3B%3BAAvDZ%2CgBAwBI%2CaAkCI%3BErP7SR%2CgBAAA%3BEAAA%2CiBAAA%3BEqPiTY%2CkBAAA%3B%3BAA9DZ%2CgBAkEI%3BErPrTJ%2CgBAAA%3BEAAA%2CiBAAA%3BEqPyTQ%2CSAAA%3BEACA%2CWAAW%2CeAAX%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CQAAA%3B%3BAAIR%2COAAQ%3BAAAI%2COAAQ%3BAAAI%2COAAQ%3BEAC5B%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3B%3BAAGJ%3BErPxUA%2CWAAA%3BEA%2BGA%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEwFlYA%2C4BAAA%3BEACA%2C%2BBAAA%3BEACA%2CoBAAA%3BEACA%2CuBAAA%3B%3BA6J6lBA%3BErP5LA%2C8BAAA%3BEACI%2C0BAAA%3BEACI%2CsBAAA%3BEAtCR%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEwFlYA%2C2BAAA%3BEACA%2C%2BBAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3BE6JimBI%2CkBAAA%3BEACA%2CaAAA%3BEACA%2CYAAA%3B%3BAANJ%2CeAQI%3BErPvVJ%2CgBAAA%3BEAAA%2CcAAA%3BEAAA%2CiBAAA%3BEqP4VQ%2CyBAAA%3BEACA%2CoBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3BErPnWR%2CqBAAA%3BE8CpNA%2CqBAAA%3B%3BAAMA%2CeuMqiBI%2CcvMriBH%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BE9C1EA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CcAAA%3BEAAA%2CS%2BC5OQ%2CO%5C%2FC4OR%3BEAAA%2CagD3Qe%2CYhD2Qf%3BEAAA%2CsBAAA%3BE8CiFA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAuMuRQ%2CeArBJ%2CcAqBK%3BEACG%2C0BAAA%3B%3BAA9BZ%2CeAkCI%3BErP9NJ%2C8BAAA%3BEACI%2C0BAAA%3BEACI%2CsBAAA%3BEAtCR%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEwFlYA%2C2BAAA%3BEACA%2C%2BBAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3BE6JmoBQ%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3B%3BAAxCR%2CeAkCI%2CeAQI%3BErPzXR%2CgBAAA%3BEAAA%2CcAAA%3BEAAA%2CiBAAA%3BEqP8XY%2CyBAAA%3BEACA%2CgBAAA%3B%3BAAhDZ%2CeAkCI%2CeAiBI%3BErPlYR%2CgBAAA%3BEAAA%2CiBAAA%3B%3BAqPyYI%2CeAAC%2CYACG%3BEACI%2CUAAA%3B%3BAAYJ%2CoBADJ%2CEACK%3BEACG%2CSAAS%2CEAAT%3B%3BAAHZ%2CoBAOI%3BErP7SJ%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEwF1UA%2CuBAAA%3BEACA%2C2BAAA%3BEACA%2CmBAAA%3B%3BA6JwnBA%3BErPjaA%2CiBAAA%3B%3BAqPqaA%3BErPraA%2CWAAA%3BEqPwaI%2CiBAAA%3BEACA%2CkBAAA%3B%3BAAGJ%3BEACI%2CkBAAA%3B%3BAAGJ%2CmBACI%3BErPjbJ%2CgBAAA%3BEAAA%2C%2BBAAA%3BEqPqbQ%2CWAAW%2CeAAX%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3BEACA%2CQAAA%3B%3BAAIR%2CqBACI%3BErP%5C%2FbJ%2CmBAAA%3BEAAA%2CcAAA%3BEAAA%2CiBAAA%3BEqPocQ%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3B%3BAAIR%3BErP5VA%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3B%3BAqP8VA%3BEACI%2CaAAA%3B%3BAAGJ%3BEACI%2CcAAA%3B%3BAAGJ%3BErPvdA%2CmBAAA%3BEAAA%2CaAAA%3BEqP2dI%2CYAAA%3B%3BAAJJ%2CoBAMI%3BErP1UJ%2C8BAAA%3BEACI%2C0BAAA%3BEACI%2CsBAAA%3BEAtCR%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEwFlYA%2C2BAAA%3BEACA%2C%2BBAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3B%3BA6JquBA%2CoBAMI%2CYAII%3BEACI%2CaAAA%3B%3BAAXZ%2CoBAcI%3BErPtXJ%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEqPsXQ%2CgBAAA%3B%3BAAhBR%2CoBAcI%2CcAII%3BErPzeR%2CiBAAA%3B%3BAqPudA%2CoBAcI%2CcAQI%3BErP7eR%2CgBAAA%3BEAAA%2CiBAAA%3BEqPifY%2CyBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3B%3BAAMZ%3BE7JzuBA%2CgB6J0uBwB%2CuD7J1uBxB%3BEACA%2C8BAAA%3BEACA%2CsBAAA%3BExF6VA%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEwFlYA%2C6BAAA%3BEACA%2C%2BBAAA%3BEACA%2CqBAAA%3BEACA%2CuBAAA%3BExF8QA%2CWAAA%3BEqP8fI%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CaAAA%3BEACA%2CaAAA%3BEACA%2CYAAA%3B%3BAATJ%2CoBAWI%3BEACI%2CmBAAA%3B%3BAAZR%2CoBAeI%3BErPxgBJ%2CgBAAA%3BEAAA%2CeAAA%3BEqP4gBQ%2CyBAAA%3BEACA%2CgBAAA%3B%3BAApBR%2CoBAuBI%3BErPhhBJ%2CgBAAA%3BEAAA%2CgBAAA%3B%3BAqPyfA%2CoBA4BI%3BErPrhBJ%2CyBAAA%3BEAAA%2CgBAAA%3BEAAA%2CcAAA%3BEqP0hBQ%2CyBAAA%3BEAEA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BErPjiBR%2CqBAAA%3BE8CpNA%2CqBAAA%3B%3BAAMA%2CoBuMmuBI%2CEvMnuBH%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BE9C1EA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CcAAA%3BEAAA%2CS%2BC5OQ%2CO%5C%2FC4OR%3BEAAA%2CagD3Qe%2CYhD2Qf%3BEAAA%2CsBAAA%3BE8CiFA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAuMqdQ%2CoBArBJ%2CEAqBK%3BErP1iBT%2CgBAAA%3BEqP4iBY%2CiBAAA%3B%3BAAGJ%2CoBA1BJ%2CEA0BK%3BEACG%2CgCAAA%3B%3BAAMZ%3BEACI%2CYAAA%3BEACA%2C2BAAA%3BEACA%2C8BAAA%3BEACA%2CWAAA%3BEACA%2CcAAA%3B%3BAALJ%2CsBAOI%3BEACI%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CgCAAA%3B%3BAAVR%2CsBAaI%3BEACI%2CUAAA%3B%3BAAdR%2CsBAiBI%3BEACI%2CgBAAA%3B%3BAAlBR%2CsBAqBI%3BErP3kBJ%2CgBAAA%3BEAAA%2CcAAA%3BEqP%2BkBQ%2CyBAAA%3B%3BAAzBR%2CsBA4BI%3BEACI%2CgBAAA%3BEACA%2CeAAA%3B%3BAA9BR%2CsBAiCI%3BErPvlBJ%2CiBAAA%3BEAAA%2CWAAA%3BEqP0lBQ%2CqBAAA%3BEACA%2CqBAAA%3B%3BAAEA%2CsBANJ%2CEAMK%3BEACG%2C0BAAA%3B%3BAAKZ%3BErPnmBA%2CgBAAA%3BEAAA%2CWAAA%3BEA%2BGA%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEwF3YA%2C%2BBAAA%3BEACA%2CuBAAA%3B%3BA6J43BA%2CcAKI%3BErPxmBJ%2CWAAA%3BEqP2mBQ%2CkBAAA%3BEACA%2CiBAAA%3B%3BAATR%2CcAYI%3BEACI%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CQAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BErPrnBR%2CqBAAA%3BE8CpNA%2CqBAAA%3B%3BAAMA%2CcuM6zBI%2CevM7zBH%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BE9C1EA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CYAAA%3BEAAA%2CSqPwnBiC%2COrPxnBjC%3BEAAA%2CaCnQiC%2C0BDmQjC%3BEAAA%2CsBAAA%3BE8CiFA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAuM0iBQ%2CcAhBJ%2CeAgBK%3BErP%5C%2FnBT%2CWAAA%3BEqPioBY%2CkBAAA%3B%3BAAKZ%2COAAO%2CKAAK%3BEACR%2CSAAA%3B%3BAAGJ%3BEACI%2CYAAA%3B%3BAADJ%2C%2BBAEI%3BErP5oBJ%2CqBAAA%3BE8CpNA%2CqBAAA%3B%3BAAMA%2C%2BBuM01BI%2C8BvM11BH%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BE9C1EA%2CkBAAA%3BEAAA%2CoBAAA%3BEAAA%2CcAAA%3BEAAA%2CSqP8oBiC%2COrP9oBjC%3BEAAA%2CaCnQiC%2C0BDmQjC%3BEAAA%2CsBAAA%3BE8CiFA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAuMokBJ%2CqBACI%3BEACI%2CaAAA%3B%3BAAFR%2CqBAII%3BEACI%2C6BAAA%3B%3BAAIR%2CoBACI%3BEACI%2CkBAAA%3B%3BAAFR%2CoBACI%2COAEI%3BEACI%2CgBAAA%3B%3BAAJZ%2CoBACI%2COAKI%3BEACI%2CkBAAA%3BEACA%2CQAAA%3B%3BAARZ%2CoBACI%2COAKI%2CSAGI%3BEACI%2CWAAA%3B%3BAA%2BjChB%2CwBAN0C%2CuBAAwB%3BEAC9D%2CqBAAsB%2CgBAAgB%2CMAAK%2CWAAc%2CKAAK%2CKAAK%3BIAC%5C%2FD%2CmBAAA%3BIACA%2CoBAAA%3B%3B%3BAClgEJ%2CqBACI%3BEtPyRJ%2CoBAAA%3B%3BAsP1RA%2CqBAKI%2CeAAc%2CSAAU%3BEtPqR5B%2CYAAA%3B%3BAsP1RA%2CqBAKI%2CeAAc%2CSAAU%2CcAGpB%3BEACI%2CaAAA%3B%3BAATZ%2CqBAKI%2CeAAc%2CSAAU%2CcAOpB%2CYAAY%3BEACR%2CgBAAA%3BE9JYZ%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BA8JbY%2CqBAdR%2CeAAc%2CSAAU%2CcAOpB%2CYAAY%2CQAOP%3BEACG%2CyBAAA%3B%3BAApBhB%2CqBAKI%2CeAAc%2CSAAU%2CcAmBpB%2CWACI%3BEtPiQZ%2CcAAA%3BEAAA%2CiBAAA%3B%3BAsP1RA%2CqBAKI%2CeAAc%2CSAAU%2CcA0BpB%2CeACI%3BEtP0PZ%2CcAAA%3B%3BAsP1RA%2CqBAsCI%2CeACI%2CmBACI%3BEtPkPZ%2CeAAA%3B%3BAsP1RA%2CqBAsCI%2CeACI%2CmBACI%2CyBAGI%3BEACI%2CqBAAA%3B%3BAIvCR%2CaAFR%2CmBACI%2CQAAO%2CWAAW%2CaACb%3BE1PqRb%2CcAAA%3BE0PnRgB%2C6BAAA%3B%3BAAQR%2CqBADJ%2CcACK%3BEACG%2C0BAAA%3B%3BAAHZ%2CqBACI%2CcAKI%3BEACI%2CqBAAA%3B%3BAAPZ%2CqBACI%2CcASI%3BEACI%2CaAAA%3B%3BAAXZ%2CqBAeI%3BEACI%2CaAAA%3B%3BAAIA%2CqBADJ%2CQAAO%2CWAAW%2CaACb%3BEACG%2CSAAS%2COAAT%3BE1PwPZ%2CcAAA%22%7D */.page-wrapper header.page-header.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 900;
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sources%22%3A%5B%22%5C%2Fstatic%5C%2Ffrontend%5C%2FInverseParadox%5C%2FBlueRidgeKnives%5C%2Fen_US%5C%2FMagento_Theme%5C%2Fcss%5C%2Fsource%5C%2Fheader-sticky.less%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22AAEQ%2CaADJ%2COACK%2CYAAY%3BEACT%2CeAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3BEAQA%2CYAAA%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
}
.slick-dots li button:focus,.slick-dots li button:hover,.slick-list:focus{outline:0}.slick-list,.slick-slider,.slick-track{display:block;position:relative}.slick-loading .slick-slide,.slick-loading .slick-track{visibility:hidden}.slick-list{overflow:hidden;margin:0;padding:0}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.slick-track{top:0;left:0;margin:0 auto}.slick-track:after,.slick-track:before{display:table;content:''}.slick-slide,.slick-slide.slick-loading img{display:none}.slick-track:after{clear:both}.slick-slide{float:left;height:100%;min-height:1px;vertical-align:middle}[dir=rtl] .slick-slide{float:right}.slick-slide.dragging img{pointer-events:none}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}.slick-loading .slick-list{position:relative;background:0 0}.slick-loading .slick-list:before{position:absolute;top:50%;left:50%;display:block;content:'';border-radius:100%;border-style:solid;border-width:3px;height:25px;width:25px;border-color:rgba(0,0,0,.2);border-top-color:#5c5c5c;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);animation:loading 1s infinite linear}@keyframes loading{0%{-webkit-transform:translate(-50%,-50%) rotate(0);transform:translate(-50%,-50%) rotate(0)}100%{-webkit-transform:translate(-50%,-50%) rotate(359.9deg);transform:translate(-50%,-50%) rotate(359.9deg)}}.slick-next.slick-disabled,.slick-prev.slick-disabled{opacity:.25}.slick-dotted.slick-slider{margin-bottom:30px}.slick-dots{position:absolute;left:0;display:block;width:100%;padding:0;margin:0;list-style:none;text-align:center}.slick-dots li{position:relative;display:inline-block;width:20px;height:20px;margin:0 5px;padding:0;cursor:pointer}.slick-dots li button,.slick-slider .slick-arrow{display:block;cursor:pointer;outline:0;box-shadow:none}.slick-dots li button{font-size:0;line-height:0;width:20px;height:20px;padding:5px;color:transparent;border:0;background:0 0}.slick-dots li button:focus:before,.slick-dots li button:hover:before{opacity:1}.slick-dots li button:before{font-size:16px;line-height:20px;position:absolute;top:0;left:0;width:20px;height:20px;content:'•';text-align:center;opacity:.25;color:#000;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-dots li.slick-active button:before{opacity:.75;color:#000}.slick-slider{box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent;padding:0 20px}.slick-slider .slick-arrow{position:absolute;top:50%;padding:0;width:15px;height:22px;font-size:0;line-height:0;-webkit-transform:translate(0,-50%);-moz-transform:translate(0,-50%);-ms-transform:translate(0,-50%);transform:translate(0,-50%);color:transparent;border:none;background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMjIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0uMi40QTEgMSAwIDAgMSAxLjYuMmwxMiAxMGExIDEgMCAwIDEgMCAxLjZsLTEyIDEwYTEgMSAwIDAgMS0xLjItMS42TDExLjMzMyAxMSAuNCAxLjhBMSAxIDAgMCAxIC4yLjR6IiBmaWxsPSIjQzRDNEM0Ii8+PC9zdmc+) center no-repeat !important;-webkit-transition:background .3s ease;-moz-transition:background .3s ease;-ms-transition:background .3s ease;transition:background .3s ease}.slick-slider .slick-arrow:after,.slick-slider .slick-arrow:before{content:''}.slick-slider .slick-arrow:hover{background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMjIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0uMi40QTEgMSAwIDAgMSAxLjYuMmwxMiAxMGExIDEgMCAwIDEgMCAxLjZsLTEyIDEwYTEgMSAwIDAgMS0xLjItMS42TDExLjMzMyAxMSAuNCAxLjhBMSAxIDAgMCAxIC4yLjR6IiBmaWxsPSIjMTYxNjE2Ii8+PC9zdmc+) center no-repeat}.slick-slider .slick-arrow.slick-next{right:0}.slick-slider .slick-arrow.slick-prev{left:0;-webkit-transform:rotate(180deg) translate(0,50%);-moz-transform:rotate(180deg) translate(0,50%);-ms-transform:rotate(180deg) translate(0,50%);transform:rotate(180deg) translate(0,50%)}.slick-initialized .slick-slide{float:none!important;display:inline-block!important;height:auto;}.product-items.slick-slider>.slick-list{padding:15px 0}.product-items.slick-slider .slick-slide .product-item{display:block!important;margin:auto!important;max-width:205px}.sidebar.sidebar-additional{width:100%}.amquickview-hover {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    box-sizing: border-box;
    width: 100%;
    background-color: #7e8081;
    text-align: center;
    font-weight: bold;
    font-size: 12px;
    opacity: .7;
}

.amquickview-hover img {
    opacity: .7;
}

.amquickview-hover a,
.amquickview-hover a:hover {
    color: white;
    text-decoration: none;
    cursor: pointer;
}

.amquickview-hover a {
    padding: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: pre-wrap;
    word-break: break-all;
    word-break: break-word;
    opacity: 1;
}

.amquickview-hover:hover {
    background-color: #8898a9;
}

.amquickview-fancybox-wrapper .fancybox-inner .fancybox-close-small {
    border: 0;
    background: transparent;
}

.amquickview-fancybox-wrapper .fancybox-inner .fancybox-close-small {
    box-shadow: none;
}
@charset "UTF-8";.fancybox-enabled{overflow:hidden}.fancybox-enabled body{overflow:visible;height:100%}.fancybox-is-hidden{position:absolute;top:-9999px;left:-9999px;visibility:hidden}.fancybox-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)}.fancybox-container~.fancybox-container{z-index:99992}.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage{position:absolute;top:0;right:0;bottom:0;left:0}.fancybox-outer{overflow-y:auto;-webkit-overflow-scrolling:touch}.fancybox-bg{background:#1e1e1e;opacity:0;transition-duration:inherit;transition-property:opacity;transition-timing-function:cubic-bezier(.47,0,.74,.71)}.fancybox-is-open .fancybox-bg{opacity:.87;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-caption-wrap,.fancybox-infobar,.fancybox-toolbar{position:absolute;direction:ltr;z-index:99997;opacity:0;visibility:hidden;transition:opacity .25s,visibility 0s linear .25s;box-sizing:border-box}.fancybox-show-caption .fancybox-caption-wrap,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-toolbar .fancybox-toolbar{opacity:1;visibility:visible;transition:opacity .25s,visibility 0s}.fancybox-infobar{top:0;left:50%;margin-left:-79px}.fancybox-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}.fancybox-toolbar{top:0;right:0}.fancybox-stage{overflow:hidden;direction:ltr;z-index:99994;-webkit-transform:translateZ(0)}.fancybox-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}.fancybox-slide:before{content:"";display:inline-block;vertical-align:middle;height:100%;width:0}.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous{display:block}.fancybox-slide--image{overflow:visible}.fancybox-slide--image:before{display:none}.fancybox-slide--video .fancybox-content,.fancybox-slide--video iframe{background:#000}.fancybox-slide--map .fancybox-content,.fancybox-slide--map iframe{background:#e5e3df}.fancybox-slide--next{z-index:99995}.fancybox-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}.fancybox-slide .fancybox-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}.fancybox-can-zoomOut .fancybox-image-wrap{cursor:zoom-out}.fancybox-can-zoomIn .fancybox-image-wrap{cursor:zoom-in}.fancybox-can-drag .fancybox-image-wrap{cursor:-webkit-grab;cursor:grab}.fancybox-is-dragging .fancybox-image-wrap{cursor:-webkit-grabbing;cursor:grabbing}.fancybox-image,.fancybox-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}.fancybox-spaceball{z-index:1}.fancybox-slide--iframe .fancybox-content{padding:0;width:80%;height:80%;max-width:calc(100% - 100px);max-height:calc(100% - 88px);overflow:visible;background:#fff}.fancybox-iframe{display:block;padding:0;border:0;height:100%}.fancybox-error,.fancybox-iframe{margin:0;width:100%;background:#fff}.fancybox-error{padding:40px;max-width:380px;cursor:default}.fancybox-error p{margin:0;padding:0;color:#444;font:16px/20px Helvetica Neue,Helvetica,Arial,sans-serif}.fancybox-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}.fancybox-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}.fancybox-close-small:focus:after{outline:1px dotted #888}.fancybox-close-small:hover:after{color:#555;background:#eee}.fancybox-slide--iframe .fancybox-close-small{top:0;right:-44px}.fancybox-slide--iframe .fancybox-close-small:after{background:transparent;font-size:35px;color:#aaa}.fancybox-slide--iframe .fancybox-close-small:hover:after{color:#fff}.fancybox-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}.fancybox-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}.fancybox-caption a,.fancybox-caption button,.fancybox-caption select{pointer-events:all}.fancybox-caption a{color:#fff;text-decoration:underline}.fancybox-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}.fancybox-button[disabled]{cursor:default;pointer-events:none}.fancybox-button,.fancybox-infobar__body{background:rgba(30,30,30,.6)}.fancybox-button:hover:not([disabled]){color:#fff;background:rgba(0,0,0,.8)}.fancybox-button:after,.fancybox-button:before{content:"";pointer-events:none;position:absolute;background-color:currentColor;color:currentColor;opacity:.9;box-sizing:border-box;display:inline-block}.fancybox-button[disabled]:after,.fancybox-button[disabled]:before{opacity:.3}.fancybox-button--left:after,.fancybox-button--right:after{top:18px;width:6px;height:6px;background:transparent;border-top:2px solid currentColor;border-right:2px solid currentColor}.fancybox-button--left:after{left:20px;-webkit-transform:rotate(-135deg);transform:rotate(-135deg)}.fancybox-button--right:after{right:20px;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.fancybox-button--left{border-bottom-left-radius:5px}.fancybox-button--right{border-bottom-right-radius:5px}.fancybox-button--close:after,.fancybox-button--close:before{content:"";display:inline-block;position:absolute;height:2px;width:16px;top:calc(50% - 1px);left:calc(50% - 8px)}.fancybox-button--close:before{-webkit-transform:rotate(45deg);transform:rotate(45deg)}.fancybox-button--close:after{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.fancybox-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}.fancybox-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}.fancybox-arrow--right{right:0}.fancybox-arrow--left{left:0;-webkit-transform:scaleX(-1);transform:scaleX(-1)}.fancybox-arrow--left:after,.fancybox-arrow--right:after{left:0}.fancybox-show-nav .fancybox-arrow{opacity:.6}.fancybox-show-nav .fancybox-arrow[disabled]{opacity:.3}.fancybox-slide>.fancybox-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)}}.fancybox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}.fancybox-fx-slide.fancybox-slide--previous{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);opacity:0}.fancybox-fx-slide.fancybox-slide--next{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);opacity:0}.fancybox-fx-slide.fancybox-slide--current{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous{opacity:0;transition-timing-function:cubic-bezier(.19,1,.22,1)}.fancybox-fx-fade.fancybox-slide--current{opacity:1}.fancybox-fx-zoom-in-out.fancybox-slide--previous{-webkit-transform:scale3d(1.5,1.5,1.5);transform:scale3d(1.5,1.5,1.5);opacity:0}.fancybox-fx-zoom-in-out.fancybox-slide--next{-webkit-transform:scale3d(.5,.5,.5);transform:scale3d(.5,.5,.5);opacity:0}.fancybox-fx-zoom-in-out.fancybox-slide--current{-webkit-transform:scaleX(1);transform:scaleX(1);opacity:1}.fancybox-fx-rotate.fancybox-slide--previous{-webkit-transform:rotate(-1turn);transform:rotate(-1turn);opacity:0}.fancybox-fx-rotate.fancybox-slide--next{-webkit-transform:rotate(1turn);transform:rotate(1turn);opacity:0}.fancybox-fx-rotate.fancybox-slide--current{-webkit-transform:rotate(0deg);transform:rotate(0deg);opacity:1}.fancybox-fx-circular.fancybox-slide--previous{-webkit-transform:scale3d(0,0,0) translate3d(-100%,0,0);transform:scale3d(0,0,0) translate3d(-100%,0,0);opacity:0}.fancybox-fx-circular.fancybox-slide--next{-webkit-transform:scale3d(0,0,0) translate3d(100%,0,0);transform:scale3d(0,0,0) translate3d(100%,0,0);opacity:0}.fancybox-fx-circular.fancybox-slide--current{-webkit-transform:scaleX(1) translateZ(0);transform:scaleX(1) translateZ(0);opacity:1}.fancybox-fx-tube.fancybox-slide--previous{-webkit-transform:translate3d(-100%,0,0) scale(.1) skew(-10deg);transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancybox-fx-tube.fancybox-slide--next{-webkit-transform:translate3d(100%,0,0) scale(.1) skew(10deg);transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancybox-fx-tube.fancybox-slide--current{-webkit-transform:translateZ(0) scale(1);transform:translateZ(0) scale(1)}@media (max-width:800px){.fancybox-infobar{left:0;margin-left:0}.fancybox-button--left,.fancybox-button--right{display:none!important}.fancybox-caption{padding:20px 0;margin:0}}.fancybox-button--fullscreen:before{width:15px;height:11px;left:calc(50% - 7px);top:calc(50% - 6px);border:2px solid;background:none}.fancybox-button--pause:before,.fancybox-button--play:before{top:calc(50% - 6px);left:calc(50% - 4px);background:transparent}.fancybox-button--play:before{width:0;height:0;border-top:6px inset transparent;border-bottom:6px inset transparent;border-left:10px solid;border-radius:1px}.fancybox-button--pause:before{width:7px;height:11px;border-style:solid;border-width:0 2px}.fancybox-button--thumbs,.fancybox-thumbs{display:none}@media (min-width:800px){.fancybox-button--thumbs{display:inline-block}.fancybox-button--thumbs span{font-size:23px}.fancybox-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}.fancybox-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}.fancybox-show-thumbs .fancybox-thumbs{display:block}.fancybox-show-thumbs .fancybox-inner{right:220px}.fancybox-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}.fancybox-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.fancybox-thumbs-loading{background:rgba(0,0,0,.1)}.fancybox-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}.fancybox-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)}.fancybox-thumbs>ul>li.fancybox-thumbs-active:before{opacity:1}}/**
 * Swiper 9.1.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: March 16, 2023
 */

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

.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/InverseParadox/BlueRidgeKnives/en_US/Magezon_Builder/fonts/mgz_openiconic.eot?54101537);src:url(../../frontend/InverseParadox/BlueRidgeKnives/en_US/Magezon_Builder/fonts/mgz_openiconic.eot?54101537#iefix) format('embedded-opentype'),url(../../frontend/InverseParadox/BlueRidgeKnives/en_US/Magezon_Builder/fonts/mgz_openiconic.woff?54101537) format('woff'),url(../../frontend/InverseParadox/BlueRidgeKnives/en_US/Magezon_Builder/fonts/mgz_openiconic.ttf?54101537) format('truetype'),url(../../frontend/InverseParadox/BlueRidgeKnives/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-twitter {
    background: #00aced;
}
.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/InverseParadox/BlueRidgeKnives/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/InverseParadox/BlueRidgeKnives/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;
  }
}/* 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;
}
.mgz-flex,
.mgz-instagram .item-metadata,
.mgz-testimonials.mgz-testimonials-type2 .mgz-testimonial-meta,
.mgz-testimonials.mgz-testimonials-type3 .mgz-testimonial-meta,
.mgz-cta,
.mgz-pricing-table-wrapper,
.mgz-flipbox .mgz-flipbox-back,
.mgz-flipbox .mgz-flipbox-front {
  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;
}
.mgz-icon,
.mgz-element .mgz-accoridon-icon-chevron,
.mgz-element .mgz-accoridon-icon-plus,
.mgz-element .mgz-accoridon-icon-chevron,
.mgz-element .mgz-panel .mgz-panel-heading .mgz-accoridon-icon-triangle,
.mgz-element .mgz-panel .mgz-panel-heading .mgz-accoridon-icon-dot,
.mgz-element-categories-list .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,
.mgz-instagram .item-metadata .item-likes:before,
.mgz-instagram .item-metadata .item-comments:before {
  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,
.mgz-element .mgz-panel.mgz-active > .mgz-panel-heading .mgz-accoridon-icon-dot:before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}
.mgz-fa-r,
.mgz-element .mgz-panel .mgz-panel-heading .mgz-accoridon-icon-dot:before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}
.mgz-liststyle {
  margin: 0;
  padding: 0;
  list-style: none;
}
#blueimp-gallery h3 {
  font-weight: 400;
}
/*!
 * Fotorama 4.6.4 | http://fotorama.io/license/
 */
.fotorama--fullscreen {
  max-width: 99999px!important;
  max-height: 99999px!important;
  min-width: 0!important;
  min-height: 0!important;
  border-radius: 0!important;
  box-shadow: none!important;
  padding: 0 !important;
}
.fotorama--fullscreen {
  position: absolute!important;
  top: 0!important;
  left: 0!important;
  right: 0!important;
  bottom: 0!important;
  float: none!important;
  z-index: 2147483647!important;
  background: #000;
  width: 100%!important;
  height: 100%!important;
  margin: 0 !important;
}
.fotorama--fullscreen .fotorama__loaded--full .fotorama__img,
.fotorama__img--full {
  display: none;
}
.fotorama--fullscreen .fotorama__loaded--full .fotorama__img--full {
  display: block;
}
.fotorama--fullscreen .fotorama__fullscreen-icon {
  background-position: -32px -32px;
}
.fotorama--fullscreen .fotorama__nav:after,
.fotorama--fullscreen .fotorama__nav:before,
.fotorama--fullscreen .fotorama__stage:after,
.fotorama--fullscreen .fotorama__stage:before,
.fotorama__wrap--fade .fotorama__stage:after,
.fotorama__wrap--fade .fotorama__stage:before,
.fotorama__wrap--no-shadows .fotorama__nav:after,
.fotorama__wrap--no-shadows .fotorama__nav:before,
.fotorama__wrap--no-shadows .fotorama__stage:after,
.fotorama__wrap--no-shadows .fotorama__stage:before {
  display: none;
}
.mgz-fotorama .fotorama__arr:focus:after,
.mgz-fotorama .fotorama__fullscreen-icon:focus:after,
.mgz-fotorama .fotorama__html,
.mgz-fotorama .fotorama__img,
.mgz-fotorama .fotorama__nav__frame:focus .fotorama__dot:after,
.mgz-fotorama .fotorama__nav__frame:focus .fotorama__thumb:after,
.mgz-fotorama .fotorama__stage__frame,
.mgz-fotorama .fotorama__stage__shaft,
.mgz-fotorama .fotorama__video iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
.mgz-fotorama .fotorama__img {
  max-width: 99999px!important;
  max-height: 99999px!important;
  min-width: 0!important;
  min-height: 0!important;
  border-radius: 0!important;
  box-shadow: none!important;
  padding: 0 !important;
}
.mgz-fotorama .fotorama__wrap .fotorama__grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.mgz-fotorama .fotorama__grabbing * {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
.mgz-fotorama .fotorama__spinner {
  position: absolute!important;
  top: 50%!important;
  left: 50% !important;
}
.mgz-fotorama .fotorama__wrap--css3 .fotorama__arr,
.mgz-fotorama .fotorama__wrap--css3 .fotorama__fullscreen-icon,
.mgz-fotorama .fotorama__wrap--css3 .fotorama__nav__shaft,
.mgz-fotorama .fotorama__wrap--css3 .fotorama__stage__shaft,
.mgz-fotorama .fotorama__wrap--css3 .fotorama__thumb-border,
.mgz-fotorama .fotorama__wrap--css3 .fotorama__video-close,
.mgz-fotorama .fotorama__wrap--css3 .fotorama__video-play {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mgz-fotorama .fotorama__caption,
.mgz-fotorama .fotorama__nav:after,
.mgz-fotorama .fotorama__nav:before,
.mgz-fotorama .fotorama__stage:after,
.mgz-fotorama .fotorama__stage:before,
.mgz-fotorama .fotorama__wrap--css3 .fotorama__html,
.mgz-fotorama .fotorama__wrap--css3 .fotorama__nav,
.mgz-fotorama .fotorama__wrap--css3 .fotorama__spinner,
.mgz-fotorama .fotorama__wrap--css3 .fotorama__stage,
.mgz-fotorama .fotorama__wrap--css3 .fotorama__stage .fotorama__img,
.mgz-fotorama .fotorama__wrap--css3 .fotorama__stage__frame {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.mgz-fotorama .fotorama__arr:focus,
.mgz-fotorama .fotorama__fullscreen-icon:focus,
.mgz-fotorama .fotorama__nav__frame {
  outline: 0;
}
.mgz-fotorama .fotorama__arr:focus:after,
.mgz-fotorama .fotorama__fullscreen-icon:focus:after,
.mgz-fotorama .fotorama__nav__frame:focus .fotorama__dot:after,
.mgz-fotorama .fotorama__nav__frame:focus .fotorama__thumb:after {
  content: '';
  border-radius: inherit;
  background-color: rgba(0, 175, 234, 0.5);
}
.mgz-fotorama .fotorama__wrap--video .fotorama__stage,
.mgz-fotorama .fotorama__wrap--video .fotorama__stage__frame--video,
.mgz-fotorama .fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html,
.mgz-fotorama .fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img,
.mgz-fotorama .fotorama__wrap--video .fotorama__stage__shaft {
  -webkit-transform: none!important;
  transform: none !important;
}
.mgz-fotorama .fotorama__wrap--css3 .fotorama__nav__shaft,
.mgz-fotorama .fotorama__wrap--css3 .fotorama__stage__shaft,
.mgz-fotorama .fotorama__wrap--css3 .fotorama__thumb-border {
  transition-property: -webkit-transform, width;
  transition-property: transform,width;
  transition-timing-function: cubic-bezier(0.1, 0, 0.25, 1);
  transition-duration: 0ms;
}
.mgz-fotorama .fotorama__arr,
.mgz-fotorama .fotorama__fullscreen-icon,
.mgz-fotorama .fotorama__no-select,
.mgz-fotorama .fotorama__video-close,
.mgz-fotorama .fotorama__video-play,
.mgz-fotorama .fotorama__wrap {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.mgz-fotorama .fotorama__select {
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}
.mgz-fotorama .fotorama__nav,
.mgz-fotorama .fotorama__nav__frame {
  margin: auto;
  padding: 0;
}
.mgz-fotorama .fotorama__caption__wrap,
.mgz-fotorama .fotorama__nav__frame,
.mgz-fotorama .fotorama__nav__shaft {
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: middle;
  *display: inline;
  *zoom: 1;
}
.mgz-fotorama .fotorama__nav__frame,
.mgz-fotorama .fotorama__thumb-border {
  box-sizing: content-box;
}
.mgz-fotorama .fotorama__caption__wrap {
  box-sizing: border-box;
}
.mgz-fotorama .fotorama--hidden,
.mgz-fotorama .fotorama__load {
  position: absolute;
  left: -99999px;
  top: -99999px;
  z-index: -1;
}
.mgz-fotorama .fotorama__arr,
.mgz-fotorama .fotorama__fullscreen-icon,
.mgz-fotorama .fotorama__nav,
.mgz-fotorama .fotorama__nav__frame,
.mgz-fotorama .fotorama__nav__shaft,
.mgz-fotorama .fotorama__stage__frame,
.mgz-fotorama .fotorama__stage__shaft,
.mgz-fotorama .fotorama__video-close,
.mgz-fotorama .fotorama__video-play {
  -webkit-tap-highlight-color: transparent;
}
.mgz-fotorama .fotorama__arr,
.mgz-fotorama .fotorama__fullscreen-icon,
.mgz-fotorama .fotorama__video-close,
.mgz-fotorama .fotorama__video-play {
  background: url(../../frontend/InverseParadox/BlueRidgeKnives/en_US/Magezon_PageBuilder/css/fotorama.png) no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 2dppx) {
  .mgz-fotorama .fotorama__arr,
  .mgz-fotorama .fotorama__fullscreen-icon,
  .mgz-fotorama .fotorama__video-close,
  .mgz-fotorama .fotorama__video-play {
    background: url(../../frontend/InverseParadox/BlueRidgeKnives/en_US/Magezon_PageBuilder/css/fotorama@2x.png) 0 0px 160px no-repeat;
  }
}
.mgz-fotorama .fotorama__thumb {
  background-color: #7f7f7f;
  background-color: rgba(127, 127, 127, 0.2);
}
@media print {
  .mgz-fotorama .fotorama__arr,
  .mgz-fotorama .fotorama__fullscreen-icon,
  .mgz-fotorama .fotorama__thumb-border,
  .mgz-fotorama .fotorama__video-close,
  .mgz-fotorama .fotorama__video-play {
    background: none !important;
  }
}
.mgz-fotorama .fotorama {
  min-width: 1px;
  overflow: hidden;
}
.mgz-fotorama .fotorama:not(.fotorama--unobtrusive) > *:not(:first-child) {
  display: none;
}
.mgz-fotorama .fullscreen {
  width: 100%!important;
  height: 100%!important;
  max-width: 100%!important;
  max-height: 100%!important;
  margin: 0!important;
  padding: 0!important;
  overflow: hidden!important;
  background: #000;
}
.mgz-fotorama .fotorama__wrap {
  -webkit-text-size-adjust: 100%;
  position: relative;
  direction: ltr;
  z-index: 0;
}
.mgz-fotorama .fotorama__wrap--rtl .fotorama__stage__frame {
  direction: rtl;
}
.mgz-fotorama .fotorama__nav,
.mgz-fotorama .fotorama__stage {
  overflow: hidden;
  position: relative;
  max-width: 100%;
}
.mgz-fotorama .fotorama__wrap--pan-y {
  -ms-touch-action: pan-y;
}
.mgz-fotorama .fotorama__wrap .fotorama__pointer {
  cursor: pointer;
}
.mgz-fotorama .fotorama__wrap--slide .fotorama__stage__frame {
  opacity: 1 !important;
}
.mgz-fotorama .fotorama__stage__frame {
  overflow: hidden;
}
.mgz-fotorama .fotorama__stage__frame.fotorama__active {
  z-index: 8;
}
.mgz-fotorama .fotorama__wrap--fade .fotorama__stage__frame {
  display: none;
}
.mgz-fotorama .fotorama__wrap--fade .fotorama__fade-front,
.mgz-fotorama .fotorama__wrap--fade .fotorama__fade-rear,
.mgz-fotorama .fotorama__wrap--fade .fotorama__stage__frame.fotorama__active {
  display: block;
  left: 0;
  top: 0;
}
.mgz-fotorama .fotorama__wrap--fade .fotorama__fade-front {
  z-index: 8;
}
.mgz-fotorama .fotorama__wrap--fade .fotorama__fade-rear {
  z-index: 7;
}
.mgz-fotorama .fotorama__wrap--fade .fotorama__fade-rear.fotorama__active {
  z-index: 9;
}
.mgz-fotorama .fotorama__wrap--fade .fotorama__stage .fotorama__shadow {
  display: none;
}
.mgz-fotorama .fotorama__img {
  -ms-filter: "alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  border: none !important;
}
.mgz-fotorama .fotorama__error .fotorama__img,
.mgz-fotorama .fotorama__loaded .fotorama__img {
  -ms-filter: "alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}
.mgz-fotorama .fotorama__wrap--only-active .fotorama__nav,
.mgz-fotorama .fotorama__wrap--only-active .fotorama__stage {
  max-width: 99999px !important;
}
.mgz-fotorama .fotorama__wrap--only-active .fotorama__stage__frame {
  visibility: hidden;
}
.mgz-fotorama .fotorama__wrap--only-active .fotorama__stage__frame.fotorama__active {
  visibility: visible;
}
.mgz-fotorama .fotorama__nav {
  font-size: 0;
  line-height: 0;
  text-align: center;
  display: none;
  white-space: nowrap;
  z-index: 5;
}
.mgz-fotorama .fotorama__nav__shaft {
  position: relative;
  left: 0;
  top: 0;
  text-align: left;
}
.mgz-fotorama .fotorama__nav__frame {
  position: relative;
  cursor: pointer;
}
.mgz-fotorama .fotorama__nav--dots {
  display: block;
}
.mgz-fotorama .fotorama__nav--dots .fotorama__nav__frame {
  width: 18px;
  height: 30px;
}
.mgz-fotorama .fotorama__nav--dots .fotorama__nav__frame--thumb,
.mgz-fotorama .fotorama__nav--dots .fotorama__thumb-border {
  display: none;
}
.mgz-fotorama .fotorama__nav--thumbs {
  display: block;
}
.mgz-fotorama .fotorama__nav--thumbs .fotorama__nav__frame {
  padding-left: 0 !important;
}
.mgz-fotorama .fotorama__nav--thumbs .fotorama__nav__frame:last-child {
  padding-right: 0 !important;
}
.mgz-fotorama .fotorama__nav--thumbs .fotorama__nav__frame--dot {
  display: none;
}
.mgz-fotorama .fotorama__dot {
  display: block;
  width: 4px;
  height: 4px;
  position: relative;
  top: 12px;
  left: 6px;
  border-radius: 6px;
  border: 1px solid #7f7f7f;
}
.mgz-fotorama .fotorama__nav__frame:focus .fotorama__dot:after {
  padding: 1px;
  top: -1px;
  left: -1px;
}
.mgz-fotorama .fotorama__nav__frame.fotorama__active .fotorama__dot {
  width: 0;
  height: 0;
  border-width: 3px;
}
.mgz-fotorama .fotorama__nav__frame.fotorama__active .fotorama__dot:after {
  padding: 3px;
  top: -3px;
  left: -3px;
}
.mgz-fotorama .fotorama__thumb {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
}
.mgz-fotorama .fotorama__nav__frame:focus .fotorama__thumb {
  z-index: 2;
}
.mgz-fotorama .fotorama__thumb-border {
  position: absolute;
  z-index: 9;
  top: 0;
  left: 0;
  border-style: solid;
  border-color: #00afea;
  background-image: linear-gradient(to bottom right, rgba(255, 255, 255, 0.25), rgba(64, 64, 64, 0.1));
}
.mgz-fotorama .fotorama__caption {
  position: absolute;
  z-index: 12;
  bottom: 0;
  left: 0;
  right: 0;
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: #000;
}
.mgz-fotorama .fotorama__caption a {
  text-decoration: none;
  color: #000;
  border-bottom: 1px solid;
  border-color: rgba(0, 0, 0, 0.5);
}
.mgz-fotorama .fotorama__caption a:hover {
  color: #333;
  border-color: rgba(51, 51, 51, 0.5);
}
.mgz-fotorama .fotorama__wrap--rtl .fotorama__caption {
  left: auto;
  right: 0;
}
.mgz-fotorama .fotorama__wrap--no-captions .fotorama__caption,
.mgz-fotorama .fotorama__wrap--video .fotorama__caption {
  display: none;
}
.mgz-fotorama .fotorama__caption__wrap {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 5px 10px;
}
@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.mgz-fotorama .fotorama__wrap--css3 .fotorama__spinner {
  -webkit-animation: spinner 24s infinite linear;
  animation: spinner 24s infinite linear;
}
.mgz-fotorama .fotorama__wrap--css3 .fotorama__html,
.mgz-fotorama .fotorama__wrap--css3 .fotorama__stage .fotorama__img {
  transition-property: opacity;
  transition-timing-function: linear;
  transition-duration: 0.3s;
}
.mgz-fotorama .fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html,
.mgz-fotorama .fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img {
  -ms-filter: "alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
}
.mgz-fotorama .fotorama__select {
  cursor: auto;
}
.mgz-fotorama .fotorama__video {
  top: 32px;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  z-index: 10;
}
@-moz-document url-prefix() {
  .mgz-fotorama .fotorama__active {
    box-shadow: 0 0 0 transparent;
  }
}
.mgz-fotorama .fotorama__arr,
.mgz-fotorama .fotorama__fullscreen-icon,
.mgz-fotorama .fotorama__video-close,
.mgz-fotorama .fotorama__video-play {
  position: absolute;
  z-index: 11;
  cursor: pointer;
}
.mgz-fotorama .fotorama__arr {
  position: absolute;
  width: 32px;
  height: 32px;
  top: 50%;
  margin-top: -16px;
}
.mgz-fotorama .fotorama__arr--prev {
  left: 2px;
  background-position: 0 0;
}
.mgz-fotorama .fotorama__arr--next {
  right: 2px;
  background-position: -32px 0;
}
.mgz-fotorama .fotorama__arr--disabled {
  pointer-events: none;
  cursor: default;
  *display: none;
  opacity: 0.1;
}
.mgz-fotorama .fotorama__fullscreen-icon {
  width: 32px;
  height: 32px;
  top: 2px;
  right: 2px;
  background-position: 0 -32px;
  z-index: 20;
}
.mgz-fotorama .fotorama__arr:focus,
.mgz-fotorama .fotorama__fullscreen-icon:focus {
  border-radius: 50%;
}
.mgz-fotorama .fotorama__video-play {
  width: 96px;
  height: 96px;
  left: 50%;
  top: 50%;
  margin-left: -48px;
  margin-top: -48px;
  background-position: 0 -64px;
  opacity: 0;
}
.mgz-fotorama .fotorama__wrap--css2 .fotorama__video-play,
.mgz-fotorama .fotorama__wrap--video .fotorama__stage .fotorama__video-play {
  display: none;
}
.mgz-fotorama .fotorama__error .fotorama__video-play,
.mgz-fotorama .fotorama__loaded .fotorama__video-play,
.mgz-fotorama .fotorama__nav__frame .fotorama__video-play {
  opacity: 1;
  display: block;
}
.mgz-fotorama .fotorama__nav__frame .fotorama__video-play {
  width: 32px;
  height: 32px;
  margin-left: -16px;
  margin-top: -16px;
  background-position: -64px -32px;
}
.mgz-fotorama .fotorama__video-close {
  width: 32px;
  height: 32px;
  top: 0;
  right: 0;
  background-position: -64px 0;
  z-index: 20;
  opacity: 0;
}
.mgz-fotorama .fotorama__wrap--css2 .fotorama__video-close {
  display: none;
}
.mgz-fotorama .fotorama__wrap--css3 .fotorama__video-close {
  -webkit-transform: translate3d(32px, -32px, 0);
  transform: translate3d(32px, -32px, 0);
}
.mgz-fotorama .fotorama__wrap--video .fotorama__video-close {
  display: block;
  opacity: 1;
}
.mgz-fotorama .fotorama__wrap--css3.fotorama__wrap--video .fotorama__video-close {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mgz-fotorama .fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr,
.mgz-fotorama .fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon {
  opacity: 0;
}
.mgz-fotorama .fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus,
.mgz-fotorama .fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus {
  opacity: 1;
}
.mgz-fotorama .fotorama__wrap--video .fotorama__arr,
.mgz-fotorama .fotorama__wrap--video .fotorama__fullscreen-icon {
  opacity: 0 !important;
}
.mgz-fotorama .fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr,
.mgz-fotorama .fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon {
  display: none;
}
.mgz-fotorama .fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus,
.mgz-fotorama .fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus {
  display: block;
}
.mgz-fotorama .fotorama__wrap--css2.fotorama__wrap--video .fotorama__arr,
.mgz-fotorama .fotorama__wrap--css2.fotorama__wrap--video .fotorama__fullscreen-icon {
  display: none !important;
}
.mgz-fotorama .fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:not(:focus) {
  -webkit-transform: translate3d(32px, -32px, 0);
  transform: translate3d(32px, -32px, 0);
}
.mgz-fotorama .fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--prev:not(:focus) {
  -webkit-transform: translate3d(-48px, 0, 0);
  transform: translate3d(-48px, 0, 0);
}
.mgz-fotorama .fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--next:not(:focus) {
  -webkit-transform: translate3d(48px, 0, 0);
  transform: translate3d(48px, 0, 0);
}
.mgz-fotorama .fotorama__wrap--css3.fotorama__wrap--video .fotorama__fullscreen-icon {
  -webkit-transform: translate3d(32px, -32px, 0) !important;
  transform: translate3d(32px, -32px, 0) !important;
}
.mgz-fotorama .fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--prev {
  -webkit-transform: translate3d(-48px, 0, 0) !important;
  transform: translate3d(-48px, 0, 0) !important;
}
.mgz-fotorama .fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--next {
  -webkit-transform: translate3d(48px, 0, 0) !important;
  transform: translate3d(48px, 0, 0) !important;
}
.mgz-fotorama .fotorama__wrap--css3 .fotorama__arr:not(:focus),
.mgz-fotorama .fotorama__wrap--css3 .fotorama__fullscreen-icon:not(:focus),
.mgz-fotorama .fotorama__wrap--css3 .fotorama__video-close:not(:focus),
.mgz-fotorama .fotorama__wrap--css3 .fotorama__video-play:not(:focus) {
  transition-property: -webkit-transform, opacity;
  transition-property: transform,opacity;
  transition-duration: 0.3s;
}
.mgz-fotorama .fotorama__nav:after,
.mgz-fotorama .fotorama__nav:before,
.mgz-fotorama .fotorama__stage:after,
.mgz-fotorama .fotorama__stage:before {
  content: "";
  display: block;
  position: absolute;
  text-decoration: none;
  top: 0;
  bottom: 0;
  width: 10px;
  height: auto;
  z-index: 10;
  pointer-events: none;
  background-repeat: no-repeat;
  background-size: 1px 100%, 5px 100%;
}
.mgz-fotorama .fotorama__nav:before,
.mgz-fotorama .fotorama__stage: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: -10px;
}
.mgz-fotorama .fotorama__nav.fotorama__shadows--left:before,
.mgz-fotorama .fotorama__stage.fotorama__shadows--left:before {
  left: 0;
}
.mgz-fotorama .fotorama__nav:after,
.mgz-fotorama .fotorama__stage: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: -10px;
}
.mgz-fotorama .fotorama__nav.fotorama__shadows--right:after,
.mgz-fotorama .fotorama__stage.fotorama__shadows--right:after {
  right: 0;
}
.mgz-fotorama .fotorama__wrap--fade .fotorama__stage:after,
.mgz-fotorama .fotorama__wrap--fade .fotorama__stage:before,
.mgz-fotorama .fotorama__wrap--no-shadows .fotorama__nav:after,
.mgz-fotorama .fotorama__wrap--no-shadows .fotorama__nav:before,
.mgz-fotorama .fotorama__wrap--no-shadows .fotorama__stage:after,
.mgz-fotorama .fotorama__wrap--no-shadows .fotorama__stage:before {
  display: none;
}
.mgz-icon-wrapper {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  display: inline-block;
  line-height: 0;
  position: relative;
}
.mgz-icon-wrapper a {
  color: inherit;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.mgz-icon-wrapper a:before,
.mgz-icon-wrapper a:after {
  content: " ";
  display: table;
  clear: both;
}
.mgz-icon-wrapper .mgz-icon-element {
  -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-icon-size-xs {
  width: 2.5em;
  height: 2.5em;
}
.mgz-icon-size-xs .mgz-icon-element {
  font-size: 1.2em;
}
.mgz-icon-size-sm {
  width: 3.15em;
  height: 3.15em;
}
.mgz-icon-size-sm .mgz-icon-element {
  font-size: 1.6em;
}
.mgz-icon-size-md {
  width: 4em;
  height: 4em;
}
.mgz-icon-size-md .mgz-icon-element {
  font-size: 2.15em;
}
.mgz-icon-size-lg {
  width: 5em;
  height: 5em;
}
.mgz-icon-size-lg .mgz-icon-element {
  font-size: 2.85em;
}
.mgz-icon-size-xl {
  width: 7.15em;
  height: 7.15em;
}
.mgz-icon-size-xl .mgz-icon-element {
  font-size: 5em;
}
.mgz-icon-list .mgz-icon-list-item:hover a {
  text-decoration: none;
}
.mgz-icon-list .mgz-icon-list-item .mgz-icon-list-item-icon {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 3px;
}
.mgz-icon-list-horizontal .mgz-icon-list-item {
  display: inline-block;
}
.mgz-icon-list-vercial .mgz-icon-list-item {
  display: block;
}
.mgz-video-aspect-ratio-219,
.mgz-video-aspect-ratio-169,
.mgz-video-aspect-ratio-43,
.mgz-video-aspect-ratio-32,
.mgz-video-aspect-ratio-11,
.mgz-video-aspect-ratio-219,
.mgz-video-aspect-ratio-169,
.mgz-video-aspect-ratio-43 {
  padding-bottom: 75%;
}
.mgz-video-aspect-ratio-32 {
  padding-bottom: 66.6666%;
}
.mgz-video-aspect-ratio-11 {
  padding-bottom: 100%;
}
.mgz-video {
  position: relative;
}
.mgz-video video,
.mgz-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.mgz-video.mgz-video-aspect-ratio-219 {
  padding-bottom: 42.8571%;
}
.mgz-video.mgz-video-aspect-ratio-169 {
  padding-bottom: 56.25%;
}
.mgz-video.mgz-video-aspect-ratio-43 {
  padding-bottom: 75%;
}
.mgz-video.mgz-video-aspect-ratio-32 {
  padding-bottom: 66.6666%;
}
.mgz-video.mgz-video-aspect-ratio-11 {
  padding-bottom: 100%;
}
.mgz-video .mgz-video-image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: 50%;
  text-align: center;
}
.mgz-video .mgz-video-embed-play {
  -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-video .mgz-video-embed-play .mgz-icon-play {
  cursor: pointer;
  font-size: 100px;
  color: #fff;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  text-shadow: 1px 0 6px rgba(0, 0, 0, 0.3);
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
}
.mgz-video .mgz-video-embed-play .mgz-icon-play:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.mgz-video .mgz-video-embed-play img {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.mgz-video .mgz-video-embed-play img:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.mgz-video .mgz-video-title {
  font-size: 38px;
  color: #FFF;
  font-weight: 600;
  margin: 20px 0px 10px;
}
.mgz-video .mgz-video-description {
  color: #FFF;
}
.mgz-element.mgz-element-contact_form form.form.contact {
  width: 100%;
  max-width: 100%;
  float: none;
  display: inline-block;
  text-align: left;
}
.mgz-element.mgz-element-accordion_section > .mgz-element-inner {
  margin-bottom: 0;
}
.mgz-element .mgz-panels:not(.mgz-panels-no-fill-content) .mgz-panel-body {
  background: #f8f8f8;
  border: 1px solid #e3e3e3;
  border-bottom-width: 0;
}
.mgz-element .mgz-panels[data-spacing="0"][data-gap="0"]:not(.mgz-panels-no-fill-content) .mgz-panel:last-child .mgz-panel-body,
.mgz-element .mgz-panels[data-spacing="!0"][data-gap="0"]:not(.mgz-panels-no-fill-content) .mgz-panel:last-child .mgz-panel-body {
  border-bottom-width: 1px;
}
.mgz-element .mgz-panels[data-spacing="0"][data-gap="0"] > .mgz-panel.mgz-panel-first > .mgz-panel-heading,
.mgz-element .mgz-panels[data-spacing="!0"][data-gap="0"] > .mgz-panel.mgz-panel-first > .mgz-panel-heading {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.mgz-element .mgz-panels[data-spacing="0"][data-gap="0"] > .mgz-panel.mgz-panel-first > .mgz-panel-body,
.mgz-element .mgz-panels[data-spacing="!0"][data-gap="0"] > .mgz-panel.mgz-panel-first > .mgz-panel-body {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.mgz-element .mgz-panels[data-spacing="0"][data-gap="0"] > .mgz-panel.mgz-panel-last.mgz-in > .mgz-panel-heading,
.mgz-element .mgz-panels[data-spacing="!0"][data-gap="0"] > .mgz-panel.mgz-panel-last.mgz-in > .mgz-panel-heading,
.mgz-element .mgz-panels[data-spacing="0"][data-gap="0"] > .mgz-panel.mgz-panel-last.mgz-collapsing > .mgz-panel-heading,
.mgz-element .mgz-panels[data-spacing="!0"][data-gap="0"] > .mgz-panel.mgz-panel-last.mgz-collapsing > .mgz-panel-heading {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.mgz-element .mgz-panels[data-spacing="0"][data-gap="0"] > .mgz-panel.mgz-panel-last > .mgz-panel-heading,
.mgz-element .mgz-panels[data-spacing="!0"][data-gap="0"] > .mgz-panel.mgz-panel-last > .mgz-panel-heading {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.mgz-element .mgz-panels[data-spacing="0"][data-gap="0"] > .mgz-panel.mgz-panel-last > .mgz-panel-body,
.mgz-element .mgz-panels[data-spacing="!0"][data-gap="0"] > .mgz-panel.mgz-panel-last > .mgz-panel-body {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.mgz-element .mgz-panels[data-spacing="0"][data-gap="0"] > .mgz-panel:not(.mgz-panel-first):not(.mgz-panel-last) > .mgz-panel-heading,
.mgz-element .mgz-panels[data-spacing="!0"][data-gap="0"] > .mgz-panel:not(.mgz-panel-first):not(.mgz-panel-last) > .mgz-panel-heading {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.mgz-element .mgz-panels[data-spacing="0"][data-gap="0"] > .mgz-panel:not(.mgz-panel-first):not(.mgz-panel-last) > .mgz-panel-body,
.mgz-element .mgz-panels[data-spacing="!0"][data-gap="0"] > .mgz-panel:not(.mgz-panel-first):not(.mgz-panel-last) > .mgz-panel-body {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.mgz-element .mgz-panels[data-spacing="0"][data-gap="0"] > .mgz-panel:not(.mgz-active) + .mgz-panel > .mgz-panel-heading,
.mgz-element .mgz-panels[data-spacing="!0"][data-gap="0"] > .mgz-panel:not(.mgz-active) + .mgz-panel > .mgz-panel-heading {
  border-top: 0;
}
.mgz-element .mgz-panels[data-spacing="0"][data-gap="0"] > .mgz-panel > .mgz-panel-body,
.mgz-element .mgz-panels[data-spacing="0"][data-gap="!0"] > .mgz-panel > .mgz-panel-body {
  border-top: 0;
}
.mgz-element .mgz-panels[data-spacing="0"] > .mgz-panel.mgz-collapsing > .mgz-panel-heading,
.mgz-element .mgz-panels[data-spacing="0"] > .mgz-panel.mgz-active > .mgz-panel-heading {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.mgz-element .mgz-panels[data-spacing="0"] > .mgz-panel.mgz-collapsing > .mgz-panel-body,
.mgz-element .mgz-panels[data-spacing="0"] > .mgz-panel.mgz-active > .mgz-panel-body {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.mgz-element .mgz-panel {
  color: #333;
}
.mgz-element .mgz-panel .mgz-panel-heading {
  -webkit-transition: background 0.2s ease-in-out;
  -moz-transition: background 0.2s ease-in-out;
  -ms-transition: background 0.2s ease-in-out;
  -o-transition: background 0.2s ease-in-out;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #e3e3e3;
  background-color: #f8f8f8;
  color: #666;
}
.mgz-element .mgz-panel .mgz-panel-heading h4,
.mgz-element .mgz-panel .mgz-panel-heading .mgz-panel-heading-title {
  margin: 0;
  padding: 0;
  font-size: 1.5rem;
}
.mgz-element .mgz-panel .mgz-panel-heading span i {
  margin-right: 5px;
}
.mgz-element .mgz-panel .mgz-panel-heading a {
  -webkit-transition: background 0.2s ease-in-out;
  -moz-transition: background 0.2s ease-in-out;
  -ms-transition: background 0.2s ease-in-out;
  -o-transition: background 0.2s ease-in-out;
  background: 0 0;
  display: block;
  padding: 14px 20px;
  text-decoration: none;
  color: inherit;
  position: relative;
  border: none;
}
.mgz-element .mgz-panel .mgz-panel-heading a > i {
  -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%;
  font-size: 14px;
}
.mgz-element .mgz-panel .mgz-panel-heading a > i.mgz-icon {
  font-weight: bold;
}
.mgz-element .mgz-panel .mgz-panel-heading a > i.mgz-accoridon-icon-triangle {
  font-size: 2rem;
  right: 5px;
}
.mgz-element .mgz-panel .mgz-panel-heading.mgz-icon-position-left i {
  left: 20px;
  right: auto;
}
.mgz-element .mgz-panel .mgz-panel-heading.mgz-icon-position-left a.has-icon {
  padding: 14px 14px 14px 40px;
}
.mgz-element .mgz-panel .mgz-panel-heading.mgz-icon-position-right i {
  right: 10px;
  left: auto;
}
.mgz-element .mgz-panel .mgz-panel-heading.mgz-icon-position-right a.has-icon {
  padding: 14px 40px 14px 14px;
}
.mgz-element .mgz-panel .mgz-panel-body {
  -webkit-transition: padding 0.2s ease-in-out;
  -moz-transition: padding 0.2s ease-in-out;
  -ms-transition: padding 0.2s ease-in-out;
  -o-transition: padding 0.2s ease-in-out;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 14px 20px;
  display: none;
  padding: 0;
}
.mgz-element .mgz-panel .mgz-panel-body > .mgz-panel-body-inner {
  padding: 14px 20px;
}
.mgz-element .mgz-panel .mgz-panel-body > .mgz-panel-body-inner > .mgz-element > .mgz-element-inner > .mgz-element-last > .mgz-element-inner {
  margin-bottom: 0;
}
.mgz-element .mgz-accoridon-icon-chevron:before {
  content: "\e61c";
}
.mgz-element .mgz-panel.mgz-active > .mgz-panel-heading .mgz-accoridon-icon-chevron:before {
  content: "\e60f";
}
.mgz-element .mgz-accoridon-icon-plus:before {
  content: "\e61c";
}
.mgz-element .mgz-panel.mgz-active > .mgz-panel-heading .mgz-accoridon-icon-plus:before {
  content: "\e60f";
}
.mgz-element .mgz-accoridon-icon-chevron:before {
  content: "\e622";
}
.mgz-element .mgz-panel.mgz-active > .mgz-panel-heading .mgz-accoridon-icon-chevron:before {
  content: "\e621";
}
.mgz-element .mgz-panel .mgz-panel-heading .mgz-accoridon-icon-triangle {
  font-size: 25px;
}
.mgz-element .mgz-panel .mgz-panel-heading .mgz-accoridon-icon-triangle:before {
  content: "\e5c5";
}
.mgz-element .mgz-panel.mgz-active > .mgz-panel-heading .mgz-accoridon-icon-triangle:before {
  content: "\e5c7";
}
.mgz-element .mgz-panel .mgz-panel-heading .mgz-accoridon-icon-dot {
  font-size: 10px;
}
.mgz-element .mgz-panel .mgz-panel-heading .mgz-accoridon-icon-dot:before {
  content: "\f111";
}
.mgz-element .mgz-panel.mgz-active > .mgz-panel-heading .mgz-accoridon-icon-dot:before {
  content: "\f111";
}
.mgz-message-box {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid transparent;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 1em 1em 1em 4em;
  position: relative;
}
.mgz-message-box .mgz-message-box-icon {
  bottom: 0;
  font-size: 1em;
  font-style: normal;
  font-weight: 400;
  left: 0;
  position: absolute;
  top: 0;
  width: 3.6em;
}
.mgz-message-box .mgz-message-box-icon i {
  -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%;
  font-size: 1.7em;
  line-height: 1;
}
.mgz-message-box .mgz-message-box-content p:last-child {
  margin-bottom: 0;
}
.mgz-message-box.mgz-message-box-icon-size-xs .mgz-message-box-icon i {
  font-size: 16px;
}
.mgz-message-box.mgz-message-box-icon-size-sm .mgz-message-box-icon i {
  font-size: 20px;
}
.mgz-message-box.mgz-message-box-icon-size-md .mgz-message-box-icon i {
  font-size: 24px;
}
.mgz-message-box.mgz-message-box-icon-size-lg .mgz-message-box-icon i {
  font-size: 28px;
}
.mgz-message-box.mgz-message-box-icon-size-xl .mgz-message-box-icon i {
  font-size: 32px;
}
.mgz-numbercounter .mgz-numbercounter-number-text,
.mgz-numbercounter .mgz-numbercounter-icon,
.mgz-numbercounter .mgz-numbercounter-int,
.mgz-numbercounter .mgz-numbercounter-number-percent {
  font-size: 32px;
  overflow: hidden;
  line-height: 1.4;
}
.mgz-numbercounter .mgz-numbercounter-before-text {
  margin-bottom: 10px;
  display: block;
}
.mgz-numbercounter .mgz-numbercounter-after-text {
  display: block;
  margin-top: 10px;
}
.mgz-numbercounter-circle {
  max-width: 100%;
  width: 200px;
  position: relative;
  z-index: 10;
  text-align: center;
  display: inline-block;
}
.mgz-numbercounter-circle .mgz-numbercounter-text {
  -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: 10;
  text-align: center;
}
.mgz-numbercounter-circle .svg-container {
  display: inline-block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
  padding-bottom: 100%;
}
.mgz-numbercounter-circle .svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 10;
}
.mgz-numbercounter-bars .mgz-numbercounter-bars-container {
  width: 100%;
  background-color: #eaeaea;
}
.mgz-numbercounter-bars .mgz-numbercounter-bar {
  text-align: right;
  padding: 5px;
  width: 0;
}
.mgz-numbercounter-bars.mgz-numbercounter-number-position-bellow .mgz-numbercounter-bars-container {
  margin-bottom: 5px;
}
.mgz-numbercounter-bars.mgz-numbercounter-number-position-above .mgz-numbercounter-bars-container {
  margin-top: 5px;
}
.mgz-element-single_product.mgz-text-center .swatch-option {
  float: none;
  display: inline-block;
}
.mgz-element-single_product .product-items {
  margin: 0;
}
.mgz-element-single_product .products {
  margin: 0;
}
.mgz-element-single_product .products .product-item {
  width: 100% !important;
}
.mgz-element-single_product .products .product-item .product-item-photo {
  padding: 0;
}
.mgz-element-single_product .products .product-item .product-item-info {
  padding: 10px;
  border: 1px solid transparent;
  width: 100%;
  display: block;
}
.mgz-element-single_product .products .product-item .product-item-info:hover {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  margin: 0;
  padding: 10px;
  border-color: transparent;
}
.mgz-element-single_product .product-item-actions {
  width: 100%;
}
.mgz-element-single_product .product-item-actions .actions-primary {
  display: inline-block;
}
.mgz-element-single_product .product-item-actions .actions-primary + .actions-secondary {
  display: inline-block;
  text-align: left;
  width: auto;
}
.mgz-element-single_product .product-item-info {
  width: 100%;
}
.mgz-element-single_product .product-item-name {
  font-size: 2rem;
}
.mgz-element-single_product .product-item-actions {
  margin-top: 15px;
}
@media (max-width: 767px) {
  .mgz-element-singple_product .product-item {
    width: 100%;
    text-align: center;
  }
}
.mgz-element-image_gallery .mgz-element-inner * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.mgz-fotorama .fotorama__caption {
  text-align: center;
}
.mgz-product-items .product-item-info {
  width: 100%;
}
@media (min-width: 640px) {
  .mgz-product-items .mgz-grid-item .product-item-info {
    padding: 10px;
    border: 1px solid transparent;
  }
  .mgz-product-items .mgz-grid-item .product-item-info:hover {
    background: #ffffff;
    border-color: #bbbbbb;
    position: relative;
    z-index: 2;
  }
}
.mgz-instagram .mgz-grid-item a {
  position: relative;
}
.mgz-instagram .mgz-grid-item a:before,
.mgz-instagram .mgz-grid-item a:after {
  content: " ";
  display: table;
  clear: both;
}
.mgz-instagram .mgz-grid-item figure {
  display: none;
}
.mgz-instagram .mgz-grid-item:hover .item-metadata {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.mgz-instagram .item-metadata {
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  position: absolute;
  color: #FFF;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  text-align: center;
  padding: 5px;
}
.mgz-instagram .item-metadata .item-likes:before {
  content: "\f004";
  font-weight: 400;
  margin-right: 10px;
}
.mgz-instagram .item-metadata .item-likes + .item-comments {
  margin-left: 15px;
}
.mgz-instagram .item-metadata .item-comments:before {
  content: "\f075";
  font-weight: 400;
  margin-right: 10px;
}
.pswp button {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.mgz-progress-bar .mgz-numbercounter-string {
  white-space: nowrap;
  position: relative;
  z-index: 2;
}
.mgz-progress-bar .mgz-numbercounter-bar {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  display: block;
  position: absolute;
  height: 100%;
  background-color: #e0e0e0;
  width: 0;
  top: 0;
  left: 0;
}
.mgz-progress-bar .mgz-single-bar-inner {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
  position: relative;
  background-color: #f7f7f7;
  padding: 0 1em;
  line-height: 30px;
  min-height: 10px;
}
.mgz-progress-bar .mgz-single-bar {
  margin-bottom: 10px;
}
.mgz-progress-bar .mgz-bar-striped {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
  -moz-background-size: 40px 40px;
  -o-background-size: 40px 40px;
  background-size: 40px 40px;
}
.mgz-progress-bar-text-position-above .mgz-single-bar-label-wrapper {
  margin-bottom: 5px;
  font-weight: 600;
}
.mgz-progress-bar-text-position-below .mgz-single-bar-label-wrapper {
  margin-top: 5px;
  font-weight: 600;
}
.mgz-testimonials {
  text-align: center;
}
.mgz-testimonials .mgz-testimonial-content {
  padding: 25px;
  text-align: center;
}
.mgz-testimonials .mgz-testimonial-image img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
}
.mgz-testimonials .mgz-testimonial {
  padding: 25px;
}
.mgz-testimonials .mgz-testimonial-name {
  font-weight: 600;
}
.mgz-testimonials .mgz-testimonial-name,
.mgz-testimonials .mgz-testimonial-job {
  text-align: center;
}
.mgz-testimonials.mgz-testimonials-type2 .mgz-testimonial-meta {
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.mgz-testimonials.mgz-testimonials-type2 .mgz-testimonial-image {
  margin-right: 12px;
}
.mgz-testimonials.mgz-testimonials-type3 .mgz-testimonial-content {
  background-color: #34495e;
  position: relative;
  color: #FFF;
  text-align: left;
}
.mgz-testimonials.mgz-testimonials-type3 .mgz-testimonial-content:before {
  position: absolute;
  left: 35px;
  bottom: -20px;
  content: " ";
  height: 0;
  width: 0;
  pointer-events: none;
  border: medium solid transparent;
  border-top-color: #34495e;
  border-width: 10px;
}
.mgz-testimonials.mgz-testimonials-type3 .mgz-testimonial-meta {
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding-top: 15px;
}
.mgz-testimonials.mgz-testimonials-type3 .mgz-testimonial-image {
  padding-right: 15px;
}
.mgz-testimonials.mgz-testimonials-type3 .mgz-testimonial {
  padding: 0;
}
.mgz-testimonials.mgz-testimonials-type2 .mgz-testimonial-content {
  padding-top: 0;
}
.mgz-toggle {
  margin-bottom: 5px;
}
.mgz-toggle.mgz-toggle-icon .mgz-toggle-title,
.mgz-toggle.mgz-toggle-icon .mgz-toggle-content {
  padding-left: 25px;
}
.mgz-toggle .mgz-toggle-title {
  cursor: pointer;
  position: relative;
  margin-bottom: 10px;
}
.mgz-toggle .mgz-toggle-title h4 {
  margin: 0;
}
.mgz-toggle .mgz-toggle-title span[data-role="icons"] {
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  position: absolute;
  left: 0;
  top: 50%;
  border: 2px solid transparent;
}
.mgz-toggle .mgz-toggle-title span[data-role="icons"]: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%;
}
.mgz-toggle.mgz-toggle-icon-round span[data-role="icons"],
.mgz-toggle.mgz-toggle-icon-round_outline span[data-role="icons"],
.mgz-toggle.mgz-toggle-icon-square span[data-role="icons"],
.mgz-toggle.mgz-toggle-icon-quare_outline span[data-role="icons"] {
  display: inline-block;
  width: 18px;
  height: 18px;
  text-align: center;
}
.mgz-toggle.mgz-toggle-icon-round .mgz-toggle-title span[data-role="icons"],
.mgz-toggle.mgz-toggle-icon-round_outline .mgz-toggle-title span[data-role="icons"] {
  border-radius: 50%;
}
.mgz-toggle.mgz-toggle-icon-round .mgz-toggle-title span[data-role="icons"],
.mgz-toggle.mgz-toggle-icon-square .mgz-toggle-title span[data-role="icons"] {
  color: #FFF;
}
.mgz-toggle.mgz-toggle-icon-size-xs span[data-role="icons"] {
  font-size: 10px;
  width: 16px;
  height: 16px;
}
.mgz-toggle.mgz-toggle-icon-size-xs.mgz-toggle-icon .mgz-toggle-title,
.mgz-toggle.mgz-toggle-icon-size-xs.mgz-toggle-icon .mgz-toggle-content {
  padding-left: 24px;
}
.mgz-toggle.mgz-toggle-icon-size-sm span[data-role="icons"] {
  font-size: 12px;
  width: 18px;
  height: 18px;
}
.mgz-toggle.mgz-toggle-icon-size-sm.mgz-toggle-icon .mgz-toggle-title,
.mgz-toggle.mgz-toggle-icon-size-sm.mgz-toggle-icon .mgz-toggle-content {
  padding-left: 28px;
}
.mgz-toggle.mgz-toggle-icon-size-md span[data-role="icons"] {
  font-size: 14px;
  width: 22px;
  height: 22px;
}
.mgz-toggle.mgz-toggle-icon-size-md.mgz-toggle-icon .mgz-toggle-title,
.mgz-toggle.mgz-toggle-icon-size-md.mgz-toggle-icon .mgz-toggle-content {
  padding-left: 32px;
}
.mgz-toggle.mgz-toggle-icon-size-lg span[data-role="icons"] {
  font-size: 18px;
  width: 28px;
  height: 28px;
}
.mgz-toggle.mgz-toggle-icon-size-lg.mgz-toggle-icon .mgz-toggle-title,
.mgz-toggle.mgz-toggle-icon-size-lg.mgz-toggle-icon .mgz-toggle-content {
  padding-left: 36px;
}
.mgz-toggle.mgz-toggle-icon-size-xl span[data-role="icons"] {
  font-size: 24px;
  width: 32px;
  height: 32px;
}
.mgz-toggle.mgz-toggle-icon-size-xl.mgz-toggle-icon .mgz-toggle-title,
.mgz-toggle.mgz-toggle-icon-size-xl.mgz-toggle-icon .mgz-toggle-content {
  padding-left: 40px;
}
.mgz-element-categories-list .opener {
  float: right;
  width: 30px;
  text-align: center;
}
.mgz-element-categories-list .opener:before {
  content: '\e61c';
  font-weight: inherit;
}
.mgz-element-categories-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.mgz-element-categories-list ul li {
  margin: 0;
  border-bottom: 1px solid #ededed;
  margin-bottom: 1rem;
}
.mgz-element-categories-list ul li a {
  line-height: 30px;
  color: #333;
  display: block;
  font-weight: 600;
}
.mgz-element-categories-list ul li a:hover {
  text-decoration: none;
  color: #000;
}
.mgz-element-categories-list ul li.active > a .opener:before {
  content: '\e610';
}
.mgz-element-categories-list ul li:last-child {
  border-bottom: 0;
  margin-bottom: 0;
}
.mgz-element-categories-list ul ul {
  margin-left: 15px;
  display: none;
}
.mgz-recent-reviews .mgz-recent-reviews-items {
  list-style: none;
  padding: 0;
  margin: 0;
}
.mgz-recent-reviews .mgz-review-item {
  background: #f5f5f5;
  padding: 15px;
  height: 100%;
}
.mgz-recent-reviews .mgz-review-item:before,
.mgz-recent-reviews .mgz-review-item:after {
  content: " ";
  display: table;
  clear: both;
}
.mgz-recent-reviews .mgz-review-item .mgz-review-name {
  font-size: 1.8rem;
}
.mgz-recent-reviews .mgz-review-item .product-image.img {
  float: left;
  margin-right: 8px;
  width: 60px;
}
.mgz-recent-reviews .rating-summary {
  overflow: hidden;
  white-space: nowrap;
}
.mgz-recent-reviews .rating-summary .rating-result {
  width: 88px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.mgz-recent-reviews .rating-summary .rating-result:before {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
  -webkit-font-smoothing: antialiased;
  color: #c7c7c7;
  font-family: 'Magezon-Icons';
  font-size: 16px;
  height: 16px;
  letter-spacing: 2px;
  line-height: 16px;
  content: '\e605' '\e605' '\e605' '\e605' '\e605';
  display: block;
  font-style: normal;
  font-weight: normal;
  speak: none;
}
.mgz-recent-reviews .rating-summary .rating-result > span {
  display: block;
  overflow: hidden;
}
.mgz-recent-reviews .rating-summary .rating-result > span:before {
  position: relative;
  z-index: 2;
  -webkit-font-smoothing: antialiased;
  color: #ff5501;
  font-family: 'Magezon-Icons';
  font-size: 16px;
  height: 16px;
  letter-spacing: 2px;
  line-height: 16px;
  content: '\e605' '\e605' '\e605' '\e605' '\e605';
  display: block;
  font-style: normal;
  font-weight: normal;
  speak: none;
}
.mgz-recent-reviews .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;
}
.mgz-recent-reviews .mgz-review-name,
.mgz-recent-reviews .mgz-review-date,
.mgz-recent-reviews .mgz-review-link,
.mgz-recent-reviews .mgz-review-product {
  margin-bottom: 6px;
}
.mgz-recent-reviews .mgz-review-link,
.mgz-recent-reviews .mgz-review-product,
.mgz-recent-reviews .mgz-review-name {
  font-weight: 600;
}
.mgz-recent-reviews .rating-summary,
.mgz-recent-reviews .rating-box {
  display: inline-block;
}
.mgz-recent-reviews .rating-summary {
  float: left;
  margin-right: 6px;
}
.mgz-recent-reviews .mgz-review-title {
  padding-top: 2px;
}
.mgz-recent-reviews .mgz-review-content-full {
  display: none;
}
.mgz-cta {
  overflow: hidden;
  position: relative;
}
.mgz-cta:not(.mgz-cta-image-cover) .mgz-cta-content {
  background-color: #f7f7f7;
}
.mgz-cta .mgz-cta-content-inner {
  max-width: 100%;
}
.mgz-cta-title {
  font-weight: 600;
  margin: 0;
}
.mgz-cta-bg-wrapper {
  position: relative;
  min-height: 200px;
  width: 100%;
}
.mgz-cta-content {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  position: relative;
  padding: 20px;
  width: 100%;
  z-index: 1;
  min-height: 200px;
  margin: 0 auto;
}
.mgz-cta-bg,
.mgz-cta-bg-overlay {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: 50%;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.mgz-cta-image-top {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.mgz-cta-image-right {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.mgz-cta-image-right .mgz-cta-content {
  -webkit-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
}
.mgz-cta-image-cover .mgz-cta-bg-wrapper {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
}
.mgz-cta-label {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  position: absolute;
  z-index: 1;
  top: 0;
  left: auto;
  right: 0;
  width: 150px;
  overflow: hidden;
  height: 150px;
}
.mgz-cta-label-inner {
  -webkit-transform: translateY(-50%) translateX(-50%) translateX(35px) rotate(-45deg);
  -moz-transform: translateY(-50%) translateX(-50%) translateX(35px) rotate(-45deg);
  -ms-transform: translateY(-50%) translateX(-50%) translateX(35px) rotate(-45deg);
  -o-transform: translateY(-50%) translateX(-50%) translateX(35px) rotate(-45deg);
  text-align: center;
  left: 0;
  width: 200%;
  margin-top: 35px;
  font-size: 13px;
  line-height: 2;
  font-weight: 800;
  text-transform: uppercase;
  background: #6eaf38;
  color: #fff;
}
.mgz-cta-label-left .mgz-cta-label {
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  left: 0;
  right: auto;
}
.mgz-cta-content-item {
  margin-bottom: 15px;
}
.mgz-cta-content-item:last-child {
  margin-bottom: 0;
}
.mgz-cta-sequenced-animation .mgz-cta-content-inner .mgz-cta-content-item {
  margin-bottom: 15px;
  -moz-transition-duration: 1000ms;
  -webkit-transition-duration: 1000ms;
  -o-transition-duration: 1000ms;
  transition-duration: 1000ms;
}
.mgz-cta-sequenced-animation .mgz-cta-content-inner .mgz-cta-content-item:nth-child(2) {
  transition-delay: calc(1000ms / 3);
}
.mgz-cta-sequenced-animation .mgz-cta-content-inner .mgz-cta-content-item:nth-child(3) {
  transition-delay: calc((1000ms / 3) * 2);
}
.mgz-cta-sequenced-animation .mgz-cta-content-inner .mgz-cta-content-item:nth-child(4) {
  transition-delay: calc((1000ms / 3) * 3);
}
@media (max-width: 767px) {
  .mgz-cta .mgz-cta-content {
    padding: 10px;
  }
}
.mgz-pricing-table-wrapper:before,
.mgz-pricing-table-wrapper:after {
  content: " ";
  display: table;
  clear: both;
}
.mgz-pricing-table {
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  float: left;
  position: relative;
  margin: 30px -1px 0 0;
  text-align: center;
}
.mgz-pricing-table .mgz-pricing-table-heading {
  position: relative;
  padding: 20px 0;
  background-color: #8c8c8c;
  font-size: 2.8rem;
  color: #fff;
}
.mgz-pricing-table .mgz-pricing-table-heading .mgz-pricing-table-title {
  color: inherit;
  margin: 0;
  padding: 0;
  font-size: inherit ;
  font-weight: inherit;
}
.mgz-pricing-table .mgz-pricing-table-heading .mgz-pricing-table-subtitle {
  display: block;
  color: inherit;
  font-size: 16px;
  font-weight: inherit;
  line-height: 20px;
  margin-top: 3px;
}
.mgz-pricing-table .mgz-pricing-table-content-top {
  position: relative;
  padding: 25px 0;
  color: #999;
  text-align: center;
}
.mgz-pricing-table .mgz-pricing-table-meta {
  font-size: 16px;
  font-weight: 300;
}
.mgz-pricing-table .mgz-pricing-table-price {
  font-size: 55px;
  font-weight: 500;
  line-height: 1.03em;
  color: #ff9900;
}
.mgz-pricing-table .mgz-pricing-table-currency {
  position: absolute;
  margin-left: -0.5em;
  font-size: 18px;
  font-weight: 400;
  margin-left: -10px;
}
.mgz-pricing-table .mgz-pricing-table-content {
  position: relative;
  text-align: center;
  word-wrap: break-word;
  border-left: 0;
  border-right: 0;
}
.mgz-pricing-table .mgz-pricing-table-content ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.mgz-pricing-table .mgz-pricing-table-content ul li {
  margin: 0;
  padding: 15px;
  border-top: 1px solid #e5e4e3;
}
.mgz-pricing-table .mgz-pricing-table-content ul li:last-child {
  border-bottom: 1px solid #e5e4e3;
}
.mgz-pricing-table.mgz-pricing-table-featured {
  z-index: 10;
  margin-top: 0;
}
.mgz-pricing-table.mgz-pricing-table-featured .mgz-pricing-table-inner {
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
}
.mgz-pricing-table.mgz-pricing-table-featured .mgz-pricing-table-heading {
  background-color: #ff9900;
  padding: 30px 0;
}
.mgz-pricing-table.mgz-pricing-table-featured .mgz-pricing-table-content-top {
  padding: 40px 0;
}
.mgz-pricing-table.mgz-pricing-table-featured .mgz-pricing-table-button {
  padding: 40px 0;
}
.mgz-pricing-table .mgz-pricing-table-button {
  padding: 30px 0;
}
.mgz-pricing-table .mgz-pricing-table-button a {
  background-color: #ff9900;
  color: #fff;
}
.mgz-pricing-table .mgz-pricing-table-content-wrapper {
  border: 1px solid #ededed;
  border-top: 0;
  background-color: #fcfcfc;
}
.mgz-pricing-table .mgz-btn {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.mgz-pricing-table .mgz-btn:hover {
  background-color: #e68a00;
  color: #FFF;
}
.mgz-pricing-table-type2 {
  margin-left: -12px;
  margin-right: -12px;
}
.mgz-pricing-table-type2 .mgz-pricing-table {
  padding-left: 12px;
  padding-right: 12px;
}
@media (max-width: 767px) {
  .mgz-pricing-table-wrapper {
    display: block;
  }
  .mgz-pricing-table-wrapper .mgz-pricing-table {
    width: 100%;
    margin: 0;
  }
}
.mgz-flick a {
  font-size: 0;
  float: left;
}
.mgz-flick .gallery-container > div {
  padding: 7.5px;
}
.mgz-flipbox {
  position: relative;
  z-index: 1;
  padding: 0;
  margin: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.mgz-flipbox h2 {
  color: inherit;
  font-weight: 600;
  margin: 0 0 10px 0;
  font-size: 20px;
}
.mgz-flipbox .mgz-flipbox-inner {
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  -webkit-perspective: 1000px;
  -moz-perspective: 1000px;
  -ms-perspective: 1000px;
  perspective: 1000px;
  position: relative;
  margin-bottom: 15px;
}
.mgz-flipbox .mgz-flipbox-back,
.mgz-flipbox .mgz-flipbox-front {
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-perspective: 1000px;
  -moz-perspective: 1000px;
  -ms-perspective: 1000px;
  perspective: 1000px;
  top: 0;
  right: 0;
  left: 0;
  padding: 27px 20px;
  text-align: center;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  height: 100%;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.2, 0.85, 0.4, 1.275);
  transition: -webkit-transform 0.4s cubic-bezier(0.2, 0.85, 0.4, 1.275);
  -o-transition: transform 0.4s cubic-bezier(0.2, 0.85, 0.4, 1.275);
  transition: transform 0.4s cubic-bezier(0.2, 0.85, 0.4, 1.275);
  transition: transform 0.4s cubic-bezier(0.2, 0.85, 0.4, 1.275), -webkit-transform 0.4s cubic-bezier(0.2, 0.85, 0.4, 1.275);
  background-color: #FFF;
}
.mgz-flipbox .mgz-flipbox-front {
  position: relative;
  bottom: 0;
  z-index: 10;
}
.mgz-flipbox .mgz-flipbox-back {
  position: absolute;
  z-index: -1;
}
.mgz-flipbox .mgz-flipbox-back-inner,
.mgz-flipbox .mgz-flipbox-front-inner {
  width: 100%;
}
.mgz-flipbox:hover .mgz-flipbox-back {
  z-index: 1;
}
.mgz-flipbox:hover .mgz-flipbox-front {
  z-index: -1;
}
.mgz-flipbox .mgz-flipbox-circle {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  height: 64px;
  width: 64px;
  border: 1px solid transparent;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin: 0 auto;
  position: relative;
  margin-bottom: 10px;
  display: table;
}
.mgz-flipbox .mgz-flipbox-circle i {
  display: table-cell;
  vertical-align: middle;
  font-size: 24px;
}
.mgz-flipbox .mgz-flipbox-circle.flipbox-no-circle i {
  font-size: 60px;
}
.mgz-flipbox.mgz-flipbox-rotate-right .mgz-flipbox-front {
  -webkit-transform: rotateY(0);
  -moz-transform: rotateY(0);
  -ms-transform: rotateY(0);
  -o-transform: rotateY(0);
}
.mgz-flipbox.mgz-flipbox-rotate-right .mgz-flipbox-back {
  -webkit-transform: rotateY(-180deg);
  -moz-transform: rotateY(-180deg);
  -ms-transform: rotateY(-180deg);
  -o-transform: rotateY(-180deg);
}
.mgz-flipbox.mgz-flipbox-rotate-right:hover .mgz-flipbox-front {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
}
.mgz-flipbox.mgz-flipbox-rotate-right:hover .mgz-flipbox-back {
  -webkit-transform: rotateY(0);
  -moz-transform: rotateY(0);
  -ms-transform: rotateY(0);
  -o-transform: rotateY(0);
}
.mgz-flipbox.mgz-flipbox-rotate-left .mgz-flipbox-front {
  -webkit-transform: rotateY(0);
  -moz-transform: rotateY(0);
  -ms-transform: rotateY(0);
  -o-transform: rotateY(0);
}
.mgz-flipbox.mgz-flipbox-rotate-left .mgz-flipbox-back {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
}
.mgz-flipbox.mgz-flipbox-rotate-left:hover .mgz-flipbox-front {
  -webkit-transform: rotateY(-180deg);
  -moz-transform: rotateY(-180deg);
  -ms-transform: rotateY(-180deg);
  -o-transform: rotateY(-180deg);
}
.mgz-flipbox.mgz-flipbox-rotate-left:hover .mgz-flipbox-back {
  -webkit-transform: rotateY(0);
  -moz-transform: rotateY(0);
  -ms-transform: rotateY(0);
  -o-transform: rotateY(0);
}
.mgz-flipbox.mgz-flipbox-rotate-up .mgz-flipbox-front {
  -webkit-transform: rotateX(0);
  -moz-transform: rotateX(0);
  -ms-transform: rotateX(0);
  -o-transform: rotateX(0);
}
.mgz-flipbox.mgz-flipbox-rotate-up .mgz-flipbox-back {
  -webkit-transform: rotateX(-180deg);
  -moz-transform: rotateX(-180deg);
  -ms-transform: rotateX(-180deg);
  -o-transform: rotateX(-180deg);
}
.mgz-flipbox.mgz-flipbox-rotate-up:hover .mgz-flipbox-front {
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
}
.mgz-flipbox.mgz-flipbox-rotate-up:hover .mgz-flipbox-back {
  -webkit-transform: rotateX(0);
  -moz-transform: rotateX(0);
  -ms-transform: rotateX(0);
  -o-transform: rotateX(0);
}
.mgz-flipbox.mgz-flipbox-rotate-down .mgz-flipbox-front {
  -webkit-transform: rotateX(0);
  -moz-transform: rotateX(0);
  -ms-transform: rotateX(0);
  -o-transform: rotateX(0);
}
.mgz-flipbox.mgz-flipbox-rotate-down .mgz-flipbox-back {
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
}
.mgz-flipbox.mgz-flipbox-rotate-down:hover .mgz-flipbox-front {
  -webkit-transform: rotateX(-180deg);
  -moz-transform: rotateX(-180deg);
  -ms-transform: rotateX(-180deg);
  -o-transform: rotateX(-180deg);
}
.mgz-flipbox.mgz-flipbox-rotate-down:hover .mgz-flipbox-back {
  -webkit-transform: rotateX(0);
  -moz-transform: rotateX(0);
  -ms-transform: rotateX(0);
  -o-transform: rotateX(0);
}
.mgz-flipbox .mgz-flipbox-actions {
  margin-top: 20px;
}
.flip-effect-3d .mgz-flipbox-inner {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.flip-effect-3d .mgz-flipbox-front,
.flip-effect-3d .mgz-flipbox-back {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: -webkit-transform 5.75s ease-in-out;
  transition: -webkit-transform 0.75s ease-in-out;
  -o-transition: transform 0.75s ease-in-out;
  transition: transform 0.75s ease-in-out;
  transition: transform 0.75s ease-in-out, -webkit-transform 0.75s ease-in-out;
}
.flip-effect-3d .mgz-flipbox-front-inner,
.flip-effect-3d .mgz-flipbox-back-inner {
  -webkit-transform: translateZ(50px) scale(0.9);
  -moz-transform: translateZ(50px) scale(0.9);
  -ms-transform: translateZ(50px) scale(0.9);
  -o-transform: translateZ(50px) scale(0.9);
}
.mgz-element-image_carousel .image-content-below .item-content {
  position: static;
}
.mgz-element-image_carousel .item-content-hover .item-content {
  display: none;
}
.mgz-element-image_carousel .item-content-hover .mgz-carousel-item:hover .item-content {
  display: block;
}
.mgz-element-image_carousel .item-description {
  margin-top: 5px;
}
.mgz-element-image_carousel a:before,
.mgz-element-image_carousel a:after {
  content: " ";
  display: table;
  clear: both;
}
.mgz-element-image_carousel a img {
  float: left;
}
.mgz-element-slider video {
  width: 100%;
}
.mgz-element-slider .item-content {
  text-align: left;
  padding: 15px;
  position: absolute;
}
.mgz-element-slider .overlay-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 5;
}
.mgz-element-slider .slide-text {
  margin: 0;
  display: inline-block;
  color: #000;
  font-weight: 400;
}
.mgz-element-slider .slide-heading {
  margin: 0 0 15px;
}
.mgz-element-slider .slide-heading .slide-text {
  color: #000;
  margin: 0;
  font-size: 60px;
  line-height: 80px;
}
.mgz-element-slider .slide-caption1 .slide-text,
.mgz-element-slider .slide-caption2 .slide-text {
  color: #000;
  font-size: 24px;
  line-height: 38px;
}
.mgz-element-slider .slide-animation {
  -webkit-transition: color 400ms ease-in-out, background-color 400ms ease-in-out;
  -moz-transition: color 400ms ease-in-out, background-color 400ms ease-in-out;
  -ms-transition: color 400ms ease-in-out, background-color 400ms ease-in-out;
  -o-transition: color 400ms ease-in-out, background-color 400ms ease-in-out;
}
.mgz-element-slider .mgz-flex-position-top-left .item-content,
.mgz-element-slider .mgz-flex-position-top-center .item-content,
.mgz-element-slider .mgz-flex-position-top-right .item-content {
  top: 10%;
}
.mgz-element-slider .mgz-flex-position-top-left .item-content,
.mgz-element-slider .mgz-flex-position-middle-left .item-content,
.mgz-element-slider .mgz-flex-position-bottom-left .item-content {
  left: 10%;
}
.mgz-element-slider .mgz-flex-position-top-right .item-content,
.mgz-element-slider .mgz-flex-position-middle-right .item-content,
.mgz-element-slider .mgz-flex-position-bottom-right .item-content {
  right: 10%;
}
.mgz-element-slider .mgz-flex-position-bottom-left .item-content,
.mgz-element-slider .mgz-flex-position-bottom-center .item-content,
.mgz-element-slider .mgz-flex-position-bottom-right .item-content {
  bottom: 10%;
}
.mgz-element-slider .slide-buttons {
  margin-left: -7.5px;
  margin-right: -7.5px;
  padding-bottom: 5px;
}
.mgz-element-slider .slide-buttons .mgz-button {
  padding: 0 7.5px;
  display: inline-block;
}
.mgz-element-slider .slide-buttons .mgz-btn {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.mgz-element-slider .item-content-wrapper {
  position: absolute;
  top: 0;
  height: 100%;
  margin: 0 auto;
  left: 0;
  right: 0;
  width: 100%;
}
.mgz-element-slider .mgz-carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  max-height: none !important;
}
.mgz-element-slider iframe {
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .mgz-element-slider .slide-heading,
  .mgz-element-slider .slide-caption1,
  .mgz-element-slider .slide-caption1 {
    margin-bottom: 15px !important;
  }
  .mgz-element-slider .mgz-btn-size-lg .mgz-btn {
    padding: 9px 20px;
    line-height: 14px;
    font-size: 12px;
  }
}
.mgz-element-facebook_comments #u_0_0 {
  max-width: 100%;
}
.mgz-element-pinterest .mgz-element-inner > span > span {
  min-width: 40px;
  min-height: 18px;
}
.mgz-element-pinterest .mgz-element-inner > span > span > span {
  min-height: 18px;
}
.mgz-element-pinterest .mgz-element-inner .mgz-pinterest-btn-large > span {
  min-width: 55px;
}
.mgz-element-pinterest .mgz-element-inner .mgz-pinterest-btn-round > span {
  background-position: center;
}
.mgz-element-pinterest .mgz-element-inner .mgz-pinterest-btn-round > span > span {
  width: 100% !important;
}
.mgz-element-content_slider .mgz-carousel img {
  width: auto;
  height: unset;
}
.mgz-element-newsletter_form .newsletter .field {
  position: relative;
}
.mgz-element-newsletter_form .newsletter .field .control:before {
  left: 0;
}
.item-pagebuilder a > span:after {
  display: none !important;
}
/*! 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; }
/*! 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/InverseParadox/BlueRidgeKnives/en_US/Magezon_PageBuilder/vendor/photoswipe/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/InverseParadox/BlueRidgeKnives/en_US/Magezon_PageBuilder/vendor/photoswipe/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/InverseParadox/BlueRidgeKnives/en_US/Magezon_PageBuilder/vendor/photoswipe/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; }
@charset "UTF-8";.blueimp-gallery,.blueimp-gallery>.slides>.slide>.slide-content{position:absolute;top:0;right:0;bottom:0;left:0;-moz-backface-visibility:hidden}.blueimp-gallery>.slides>.slide>.slide-content{margin:auto;width:auto;height:auto;max-width:100%;max-height:100%;opacity:1}.blueimp-gallery{position:fixed;z-index:999999;overflow:hidden;background:#000;background:rgba(0,0,0,.9);opacity:0;display:none;direction:ltr;-ms-touch-action:none;touch-action:none}.blueimp-gallery-carousel{position:relative;z-index:auto;margin:1em auto;padding-bottom:56.25%;box-shadow:0 0 10px #000;-ms-touch-action:pan-y;touch-action:pan-y}.blueimp-gallery-display{display:block;opacity:1}.blueimp-gallery>.slides{position:relative;height:100%;overflow:hidden}.blueimp-gallery-carousel>.slides{position:absolute}.blueimp-gallery>.slides>.slide{position:relative;float:left;height:100%;text-align:center;-webkit-transition-timing-function:cubic-bezier(.645,.045,.355,1);-moz-transition-timing-function:cubic-bezier(.645,.045,.355,1);-ms-transition-timing-function:cubic-bezier(.645,.045,.355,1);-o-transition-timing-function:cubic-bezier(.645,.045,.355,1);transition-timing-function:cubic-bezier(.645,.045,.355,1)}.blueimp-gallery,.blueimp-gallery>.slides>.slide>.slide-content{-webkit-transition:opacity .2s linear;-moz-transition:opacity .2s linear;-ms-transition:opacity .2s linear;-o-transition:opacity .2s linear;transition:opacity .2s linear}.blueimp-gallery>.slides>.slide-loading{background:url(../../frontend/InverseParadox/BlueRidgeKnives/en_US/Magezon_PageBuilder/vendor/blueimp/img/loading.gif) center no-repeat;background-size:64px 64px}.blueimp-gallery>.slides>.slide-loading>.slide-content{opacity:0}.blueimp-gallery>.slides>.slide-error{background:url(../../frontend/InverseParadox/BlueRidgeKnives/en_US/Magezon_PageBuilder/vendor/blueimp/img/error.png) center no-repeat}.blueimp-gallery>.slides>.slide-error>.slide-content{display:none}.blueimp-gallery>.next,.blueimp-gallery>.prev{position:absolute;top:50%;left:15px;width:40px;height:40px;margin-top:-23px;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:60px;font-weight:100;line-height:30px;color:#fff;text-decoration:none;text-shadow:0 0 2px #000;text-align:center;background:#222;background:rgba(0,0,0,.5);-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;border:3px solid #fff;-webkit-border-radius:23px;-moz-border-radius:23px;border-radius:23px;opacity:.5;cursor:pointer;display:none}.blueimp-gallery>.next{left:auto;right:15px}.blueimp-gallery>.close,.blueimp-gallery>.title{position:absolute;top:15px;left:15px;margin:0 40px 0 0;font-size:20px;line-height:30px;color:#fff;text-shadow:0 0 2px #000;opacity:.8;display:none}.blueimp-gallery>.close{padding:15px;right:15px;left:auto;margin:-15px;font-size:30px;text-decoration:none;cursor:pointer}.blueimp-gallery>.play-pause{position:absolute;right:15px;bottom:15px;width:15px;height:15px;background:url(../../frontend/InverseParadox/BlueRidgeKnives/en_US/Magezon_PageBuilder/vendor/blueimp/img/play-pause.png) 0 0 no-repeat;cursor:pointer;opacity:.5;display:none}.blueimp-gallery-playing>.play-pause{background-position:-15px 0}.blueimp-gallery>.close:hover,.blueimp-gallery>.next:hover,.blueimp-gallery>.play-pause:hover,.blueimp-gallery>.prev:hover,.blueimp-gallery>.title:hover{color:#fff;opacity:1}.blueimp-gallery-controls>.close,.blueimp-gallery-controls>.next,.blueimp-gallery-controls>.play-pause,.blueimp-gallery-controls>.prev,.blueimp-gallery-controls>.title{display:block;-webkit-transform:translateZ(0);-moz-transform:translateZ(0);-ms-transform:translateZ(0);-o-transform:translateZ(0);transform:translateZ(0)}.blueimp-gallery-left>.prev,.blueimp-gallery-right>.next,.blueimp-gallery-single>.next,.blueimp-gallery-single>.play-pause,.blueimp-gallery-single>.prev{display:none}.blueimp-gallery>.close,.blueimp-gallery>.next,.blueimp-gallery>.play-pause,.blueimp-gallery>.prev,.blueimp-gallery>.slides>.slide>.slide-content{-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}body:last-child .blueimp-gallery>.slides>.slide-error{background-image:url(../../frontend/InverseParadox/BlueRidgeKnives/en_US/Magezon_PageBuilder/vendor/blueimp/img/error.svg)}body:last-child .blueimp-gallery>.play-pause{width:20px;height:20px;background-size:40px 20px;background-image:url(../../frontend/InverseParadox/BlueRidgeKnives/en_US/Magezon_PageBuilder/vendor/blueimp/img/play-pause.svg)}body:last-child .blueimp-gallery-playing>.play-pause{background-position:-20px 0}*+html .blueimp-gallery>.slides>.slide{min-height:300px}*+html .blueimp-gallery>.slides>.slide>.slide-content{position:relative}.blueimp-gallery>.indicator{position:absolute;top:auto;right:15px;bottom:15px;left:15px;margin:0 40px;padding:0;list-style:none;text-align:center;line-height:10px;display:none}.blueimp-gallery>.indicator>li{display:inline-block;width:9px;height:9px;margin:6px 3px 0 3px;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;border:1px solid transparent;background:#ccc;background:rgba(255,255,255,.25) center no-repeat;border-radius:5px;box-shadow:0 0 2px #000;opacity:.5;cursor:pointer}.blueimp-gallery>.indicator>.active,.blueimp-gallery>.indicator>li:hover{background-color:#fff;border-color:#fff;opacity:1}.blueimp-gallery>.indicator>li:after{opacity:0;display:block;position:absolute;content:'';top:-5em;width:75px;height:75px;transition:transform .6s ease-out,opacity .4s ease-out;transform:translateX(-50%) translateY(0) translateZ(0);pointer-events:none}.blueimp-gallery>.indicator>li:hover:after{opacity:1;border-radius:50%;background:inherit;transform:translateX(-50%) translateY(-5px) translateZ(0)}.blueimp-gallery>.indicator>.active:after{display:none}.blueimp-gallery-controls>.indicator{display:block;-webkit-transform:translateZ(0);-moz-transform:translateZ(0);-ms-transform:translateZ(0);-o-transform:translateZ(0);transform:translateZ(0)}.blueimp-gallery-single>.indicator{display:none}.blueimp-gallery>.indicator{-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}*+html .blueimp-gallery>.indicator>li{display:inline}.blueimp-gallery>.slides>.slide>.video-content>img{position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;width:auto;height:auto;max-width:100%;max-height:100%;-moz-backface-visibility:hidden}.blueimp-gallery>.slides>.slide>.video-content>video{position:absolute;top:0;left:0;width:100%;height:100%}.blueimp-gallery>.slides>.slide>.video-content>iframe{position:absolute;top:100%;left:0;width:100%;height:100%;border:none}.blueimp-gallery>.slides>.slide>.video-playing>iframe{top:0}.blueimp-gallery>.slides>.slide>.video-content>a{position:absolute;top:50%;right:0;left:0;margin:-64px auto 0;width:128px;height:128px;background:url(../../frontend/InverseParadox/BlueRidgeKnives/en_US/Magezon_PageBuilder/vendor/blueimp/img/video-play.png) center no-repeat;opacity:.8;cursor:pointer}.blueimp-gallery>.slides>.slide>.video-content>a:hover{opacity:1}.blueimp-gallery>.slides>.slide>.video-playing>a,.blueimp-gallery>.slides>.slide>.video-playing>img{display:none}.blueimp-gallery>.slides>.slide>.video-content>video{display:none}.blueimp-gallery>.slides>.slide>.video-playing>video{display:block}.blueimp-gallery>.slides>.slide>.video-loading>a{background:url(../../frontend/InverseParadox/BlueRidgeKnives/en_US/Magezon_PageBuilder/vendor/blueimp/img/loading.gif) center no-repeat;background-size:64px 64px}body:last-child .blueimp-gallery>.slides>.slide>.video-content:not(.video-loading)>a{background-image:url(../../frontend/InverseParadox/BlueRidgeKnives/en_US/Magezon_PageBuilder/vendor/blueimp/img/video-play.svg)}*+html .blueimp-gallery>.slides>.slide>.video-content{height:100%}*+html .blueimp-gallery>.slides>.slide>.video-content>a{left:50%;margin-left:-64px}@-moz-keyframes newsletterSpin {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

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

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

.mgz-newsletter-form .mgz-newsletter-btn:before {
	-webkit-animation: newsletterSpin .6s linear infinite;
	animation: newsletterSpin .6s linear infinite;
}.mgz-icon-box-wrapper {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  display: inline-block;
  line-height: 0;
  position: relative;
}

.mgz-icon-box-wrapper a {
  color: inherit;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.mgz-icon-box-wrapper a:before,
.mgz-icon-box-wrapper a:after {
  content: " ";
  display: table;
  clear: both;
}

.mgz-icon-box-wrapper .mgz-icon-box-element {
  -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-icon-box-size-xs {
  width: 2.5em;
  height: 2.5em;
}

.mgz-icon-box-size-xs .mgz-icon-box-element {
  font-size: 1.2em;
}

.mgz-icon-box-size-sm {
  width: 3.15em;
  height: 3.15em;
}

.mgz-icon-box-size-sm .mgz-icon-box-element {
  font-size: 1.6em;
}

.mgz-icon-box-size-md {
  width: 4em;
  height: 4em;
}

.mgz-icon-box-size-md .mgz-icon-box-element {
  font-size: 2.15em;
}

.mgz-icon-box-size-lg {
  width: 5em;
  height: 5em;
}

.mgz-icon-box-size-lg .mgz-icon-box-element {
  font-size: 2.85em;
}

.mgz-icon-box-size-xl {
  width: 7.15em;
  height: 7.15em;
}

.mgz-icon-box-size-xl .mgz-icon-box-element {
  font-size: 5em;
}

.mgz-heading-text {
  margin: 0;
  color: inherit;
  margin-bottom: 10px;
}

.mgz-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-heading-text > a,
.mgz-heading-text > a:focus,
.mgz-heading-text > a:hover,
.mgz-heading-text > a:visited {
  border: none;
  text-decoration: inherit;
  color: inherit;
  font-weight: inherit;
}

.mgz-heading-text > a:hover {
  opacity: 0.85;
}

a.mgz-icon-box-btn {
  color: #333;
}

.mgz-icon-box-btn:not(.primary) {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

button.mgz-icon-box-btn {
  border: 0;
}

.mgz-element-icon_box .mgz-icon-box-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-element-icon_box .mgz-icon-box-btn:hover {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #5e5e5e;
  background-color: #dcdcdc;
  text-decoration: none;
}

.mgz-element-icon_box .mgz-icon-box-btn:focus {
  outline: none;
}

.mgz-element-icon_box .mgz-btn-style-modern .mgz-icon-box-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-element-icon_box .mgz-btn-style-gradient .mgz-icon-box-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-element-icon_box .mgz-btn-style-gradient .mgz-icon-box-btn:hover {
  background-position: 100% 0;
}

.mgz-element-icon_box .mgz-btn-style-3d .mgz-icon-box-btn:hover {
  top: 2px;
}

.mgz-element-icon_box .mgz-btn-size-xs .mgz-icon-box-btn {
  font-size: 11px;
  padding: 8px 12px;
}

.mgz-element-icon_box .mgz-btn-size-sm .mgz-icon-box-btn {
  font-size: 12px;
  padding: 11px 16px;
}

.mgz-element-icon_box .mgz-btn-size-md .mgz-icon-box-btn {
  font-size: 14px;
  padding: 14px 20px;
}

.mgz-element-icon_box .mgz-btn-size-lg .mgz-icon-box-btn {
  font-size: 18px;
  padding: 18px 30px;
}

.mgz-element-icon_box .mgz-btn-size-xl .mgz-icon-box-btn {
  font-size: 22px;
  padding: 22px 35px;
}

.btn-position {
  display: inline-block;
  width: 100%;
}

.mgz-icon-box-container {
  display: flex;
}

.mgz-icon-box-left,
.mgz-icon-box-right {
  width: 30%;
  margin: auto;
}

.mgz-description {
  margin-bottom: 25px;

}/*!
 *  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face {
font-family:'FontAwesome';
src:url('../../frontend/InverseParadox/BlueRidgeKnives/en_US/Magedelight_Megamenu/css/font-awesome/fonts/fontawesome-webfont.eot?v=4.6.3');
src:url('../../frontend/InverseParadox/BlueRidgeKnives/en_US/Magedelight_Megamenu/css/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.6.3') format('embedded-opentype'), url('../../frontend/InverseParadox/BlueRidgeKnives/en_US/Magedelight_Megamenu/css/font-awesome/fonts/fontawesome-webfont.woff2?v=4.6.3') format('woff2'), url('../../frontend/InverseParadox/BlueRidgeKnives/en_US/Magedelight_Megamenu/css/font-awesome/fonts/fontawesome-webfont.woff?v=4.6.3') format('woff'), url('../../frontend/InverseParadox/BlueRidgeKnives/en_US/Magedelight_Megamenu/css/font-awesome/fonts/fontawesome-webfont.ttf?v=4.6.3') format('truetype'), url('../../frontend/InverseParadox/BlueRidgeKnives/en_US/Magedelight_Megamenu/css/font-awesome/fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular') format('svg');
font-weight:normal;
font-style:normal
}
.fa {
	display:inline-block;
	font:normal normal normal 14px/1 FontAwesome;
	font-size:inherit;
	text-rendering:auto;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale
}
.fa-lg {
	font-size:1.33333333em;
	line-height:.75em;
	vertical-align:-15%
}
.fa-2x {
	font-size:2em
}
.fa-3x {
	font-size:3em
}
.fa-4x {
	font-size:4em
}
.fa-5x {
	font-size:5em
}
.fa-fw {
	width:1.28571429em;
	text-align:center
}
.fa-ul {
	padding-left:0;
	margin-left:2.14285714em;
	list-style-type:none
}
.fa-ul>li {
	position:relative
}
.fa-li {
	position:absolute;
	left:-2.14285714em;
	width:2.14285714em;
	top:.14285714em;
	text-align:center
}
.fa-li.fa-lg {
	left:-1.85714286em
}
.fa-border {
	padding:.2em .25em .15em;
	border:solid .08em #eee;
	border-radius:.1em
}
.fa-pull-left {
	float:left
}
.fa-pull-right {
	float:right
}
.fa.fa-pull-left {
	margin-right:.3em
}
.fa.fa-pull-right {
	margin-left:.3em
}
.pull-right {
	float:right
}
.pull-left {
	float:left
}
.fa.pull-left {
	margin-right:.3em
}
.fa.pull-right {
	margin-left:.3em
}
.fa-spin {
	-webkit-animation:fa-spin 2s infinite linear;
	animation:fa-spin 2s infinite linear
}
.fa-pulse {
	-webkit-animation:fa-spin 1s infinite steps(8);
	animation:fa-spin 1s infinite steps(8)
}
@-webkit-keyframes fa-spin {
0% {
-webkit-transform:rotate(0deg);
transform:rotate(0deg)
}
100% {
-webkit-transform:rotate(359deg);
transform:rotate(359deg)
}
}
@keyframes fa-spin {
0% {
-webkit-transform:rotate(0deg);
transform:rotate(0deg)
}
100% {
-webkit-transform:rotate(359deg);
transform:rotate(359deg)
}
}
.fa-rotate-90 {
	-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
	-webkit-transform:rotate(90deg);
	-ms-transform:rotate(90deg);
	transform:rotate(90deg)
}
.fa-rotate-180 {
	-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
	-webkit-transform:rotate(180deg);
	-ms-transform:rotate(180deg);
	transform:rotate(180deg)
}
.fa-rotate-270 {
	-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
	-webkit-transform:rotate(270deg);
	-ms-transform:rotate(270deg);
	transform:rotate(270deg)
}
.fa-flip-horizontal {
	-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
	-webkit-transform:scale(-1, 1);
	-ms-transform:scale(-1, 1);
	transform:scale(-1, 1)
}
.fa-flip-vertical {
	-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
	-webkit-transform:scale(1, -1);
	-ms-transform:scale(1, -1);
	transform:scale(1, -1)
}
:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
	filter:none
}
.fa-stack {
	position:relative;
	display:inline-block;
	width:2em;
	height:2em;
	line-height:2em;
	vertical-align:middle
}
.fa-stack-1x, .fa-stack-2x {
	position:absolute;
	left:0;
	width:100%;
	text-align:center
}
.fa-stack-1x {
	line-height:inherit
}
.fa-stack-2x {
	font-size:2em
}
.fa-inverse {
	color:#fff
}
.fa-glass:before {
	content:"\f000"
}
.fa-music:before {
	content:"\f001"
}
.fa-search:before {
	content:"\f002"
}
.fa-envelope-o:before {
	content:"\f003"
}
.fa-heart:before {
	content:"\f004"
}
.fa-star:before {
	content:"\f005"
}
.fa-star-o:before {
	content:"\f006"
}
.fa-user:before {
	content:"\f007"
}
.fa-film:before {
	content:"\f008"
}
.fa-th-large:before {
	content:"\f009"
}
.fa-th:before {
	content:"\f00a"
}
.fa-th-list:before {
	content:"\f00b"
}
.fa-check:before {
	content:"\f00c"
}
.fa-remove:before, .fa-close:before, .fa-times:before {
	content:"\f00d"
}
.fa-search-plus:before {
	content:"\f00e"
}
.fa-search-minus:before {
	content:"\f010"
}
.fa-power-off:before {
	content:"\f011"
}
.fa-signal:before {
	content:"\f012"
}
.fa-gear:before, .fa-cog:before {
	content:"\f013"
}
.fa-trash-o:before {
	content:"\f014"
}
.fa-home:before {
	content:"\f015"
}
.fa-file-o:before {
	content:"\f016"
}
.fa-clock-o:before {
	content:"\f017"
}
.fa-road:before {
	content:"\f018"
}
.fa-download:before {
	content:"\f019"
}
.fa-arrow-circle-o-down:before {
	content:"\f01a"
}
.fa-arrow-circle-o-up:before {
	content:"\f01b"
}
.fa-inbox:before {
	content:"\f01c"
}
.fa-play-circle-o:before {
	content:"\f01d"
}
.fa-rotate-right:before, .fa-repeat:before {
	content:"\f01e"
}
.fa-refresh:before {
	content:"\f021"
}
.fa-list-alt:before {
	content:"\f022"
}
.fa-lock:before {
	content:"\f023"
}
.fa-flag:before {
	content:"\f024"
}
.fa-headphones:before {
	content:"\f025"
}
.fa-volume-off:before {
	content:"\f026"
}
.fa-volume-down:before {
	content:"\f027"
}
.fa-volume-up:before {
	content:"\f028"
}
.fa-qrcode:before {
	content:"\f029"
}
.fa-barcode:before {
	content:"\f02a"
}
.fa-tag:before {
	content:"\f02b"
}
.fa-tags:before {
	content:"\f02c"
}
.fa-book:before {
	content:"\f02d"
}
.fa-bookmark:before {
	content:"\f02e"
}
.fa-print:before {
	content:"\f02f"
}
.fa-camera:before {
	content:"\f030"
}
.fa-font:before {
	content:"\f031"
}
.fa-bold:before {
	content:"\f032"
}
.fa-italic:before {
	content:"\f033"
}
.fa-text-height:before {
	content:"\f034"
}
.fa-text-width:before {
	content:"\f035"
}
.fa-align-left:before {
	content:"\f036"
}
.fa-align-center:before {
	content:"\f037"
}
.fa-align-right:before {
	content:"\f038"
}
.fa-align-justify:before {
	content:"\f039"
}
.fa-list:before {
	content:"\f03a"
}
.fa-dedent:before, .fa-outdent:before {
	content:"\f03b"
}
.fa-indent:before {
	content:"\f03c"
}
.fa-video-camera:before {
	content:"\f03d"
}
.fa-photo:before, .fa-image:before, .fa-picture-o:before {
	content:"\f03e"
}
.fa-pencil:before {
	content:"\f040"
}
.fa-map-marker:before {
	content:"\f041"
}
.fa-adjust:before {
	content:"\f042"
}
.fa-tint:before {
	content:"\f043"
}
.fa-edit:before, .fa-pencil-square-o:before {
	content:"\f044"
}
.fa-share-square-o:before {
	content:"\f045"
}
.fa-check-square-o:before {
	content:"\f046"
}
.fa-arrows:before {
	content:"\f047"
}
.fa-step-backward:before {
	content:"\f048"
}
.fa-fast-backward:before {
	content:"\f049"
}
.fa-backward:before {
	content:"\f04a"
}
.fa-play:before {
	content:"\f04b"
}
.fa-pause:before {
	content:"\f04c"
}
.fa-stop:before {
	content:"\f04d"
}
.fa-forward:before {
	content:"\f04e"
}
.fa-fast-forward:before {
	content:"\f050"
}
.fa-step-forward:before {
	content:"\f051"
}
.fa-eject:before {
	content:"\f052"
}
.fa-chevron-left:before {
	content:"\f053"
}
.fa-chevron-right:before {
	content:"\f054"
}
.fa-plus-circle:before {
	content:"\f055"
}
.fa-minus-circle:before {
	content:"\f056"
}
.fa-times-circle:before {
	content:"\f057"
}
.fa-check-circle:before {
	content:"\f058"
}
.fa-question-circle:before {
	content:"\f059"
}
.fa-info-circle:before {
	content:"\f05a"
}
.fa-crosshairs:before {
	content:"\f05b"
}
.fa-times-circle-o:before {
	content:"\f05c"
}
.fa-check-circle-o:before {
	content:"\f05d"
}
.fa-ban:before {
	content:"\f05e"
}
.fa-arrow-left:before {
	content:"\f060"
}
.fa-arrow-right:before {
	content:"\f061"
}
.fa-arrow-up:before {
	content:"\f062"
}
.fa-arrow-down:before {
	content:"\f063"
}
.fa-mail-forward:before, .fa-share:before {
	content:"\f064"
}
.fa-expand:before {
	content:"\f065"
}
.fa-compress:before {
	content:"\f066"
}
.fa-plus:before {
	content:"\f067"
}
.fa-minus:before {
	content:"\f068"
}
.fa-asterisk:before {
	content:"\f069"
}
.fa-exclamation-circle:before {
	content:"\f06a"
}
.fa-gift:before {
	content:"\f06b"
}
.fa-leaf:before {
	content:"\f06c"
}
.fa-fire:before {
	content:"\f06d"
}
.fa-eye:before {
	content:"\f06e"
}
.fa-eye-slash:before {
	content:"\f070"
}
.fa-warning:before, .fa-exclamation-triangle:before {
	content:"\f071"
}
.fa-plane:before {
	content:"\f072"
}
.fa-calendar:before {
	content:"\f073"
}
.fa-random:before {
	content:"\f074"
}
.fa-comment:before {
	content:"\f075"
}
.fa-magnet:before {
	content:"\f076"
}
.fa-chevron-up:before {
	content:"\f077"
}
.fa-chevron-down:before {
	content:"\f078"
}
.fa-retweet:before {
	content:"\f079"
}
.fa-shopping-cart:before {
	content:"\f07a"
}
.fa-folder:before {
	content:"\f07b"
}
.fa-folder-open:before {
	content:"\f07c"
}
.fa-arrows-v:before {
	content:"\f07d"
}
.fa-arrows-h:before {
	content:"\f07e"
}
.fa-bar-chart-o:before, .fa-bar-chart:before {
	content:"\f080"
}
.fa-twitter-square:before {
	content:"\f081"
}
.fa-facebook-square:before {
	content:"\f082"
}
.fa-camera-retro:before {
	content:"\f083"
}
.fa-key:before {
	content:"\f084"
}
.fa-gears:before, .fa-cogs:before {
	content:"\f085"
}
.fa-comments:before {
	content:"\f086"
}
.fa-thumbs-o-up:before {
	content:"\f087"
}
.fa-thumbs-o-down:before {
	content:"\f088"
}
.fa-star-half:before {
	content:"\f089"
}
.fa-heart-o:before {
	content:"\f08a"
}
.fa-sign-out:before {
	content:"\f08b"
}
.fa-linkedin-square:before {
	content:"\f08c"
}
.fa-thumb-tack:before {
	content:"\f08d"
}
.fa-external-link:before {
	content:"\f08e"
}
.fa-sign-in:before {
	content:"\f090"
}
.fa-trophy:before {
	content:"\f091"
}
.fa-github-square:before {
	content:"\f092"
}
.fa-upload:before {
	content:"\f093"
}
.fa-lemon-o:before {
	content:"\f094"
}
.fa-phone:before {
	content:"\f095"
}
.fa-square-o:before {
	content:"\f096"
}
.fa-bookmark-o:before {
	content:"\f097"
}
.fa-phone-square:before {
	content:"\f098"
}
.fa-twitter:before {
	content:"\f099"
}
.fa-facebook-f:before, .fa-facebook:before {
	content:"\f09a"
}
.fa-github:before {
	content:"\f09b"
}
.fa-unlock:before {
	content:"\f09c"
}
.fa-credit-card:before {
	content:"\f09d"
}
.fa-feed:before, .fa-rss:before {
	content:"\f09e"
}
.fa-hdd-o:before {
	content:"\f0a0"
}
.fa-bullhorn:before {
	content:"\f0a1"
}
.fa-bell:before {
	content:"\f0f3"
}
.fa-certificate:before {
	content:"\f0a3"
}
.fa-hand-o-right:before {
	content:"\f0a4"
}
.fa-hand-o-left:before {
	content:"\f0a5"
}
.fa-hand-o-up:before {
	content:"\f0a6"
}
.fa-hand-o-down:before {
	content:"\f0a7"
}
.fa-arrow-circle-left:before {
	content:"\f0a8"
}
.fa-arrow-circle-right:before {
	content:"\f0a9"
}
.fa-arrow-circle-up:before {
	content:"\f0aa"
}
.fa-arrow-circle-down:before {
	content:"\f0ab"
}
.fa-globe:before {
	content:"\f0ac"
}
.fa-wrench:before {
	content:"\f0ad"
}
.fa-tasks:before {
	content:"\f0ae"
}
.fa-filter:before {
	content:"\f0b0"
}
.fa-briefcase:before {
	content:"\f0b1"
}
.fa-arrows-alt:before {
	content:"\f0b2"
}
.fa-group:before, .fa-users:before {
	content:"\f0c0"
}
.fa-chain:before, .fa-link:before {
	content:"\f0c1"
}
.fa-cloud:before {
	content:"\f0c2"
}
.fa-flask:before {
	content:"\f0c3"
}
.fa-cut:before, .fa-scissors:before {
	content:"\f0c4"
}
.fa-copy:before, .fa-files-o:before {
	content:"\f0c5"
}
.fa-paperclip:before {
	content:"\f0c6"
}
.fa-save:before, .fa-floppy-o:before {
	content:"\f0c7"
}
.fa-square:before {
	content:"\f0c8"
}
.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
	content:"\f0c9"
}
.fa-list-ul:before {
	content:"\f0ca"
}
.fa-list-ol:before {
	content:"\f0cb"
}
.fa-strikethrough:before {
	content:"\f0cc"
}
.fa-underline:before {
	content:"\f0cd"
}
.fa-table:before {
	content:"\f0ce"
}
.fa-magic:before {
	content:"\f0d0"
}
.fa-truck:before {
	content:"\f0d1"
}
.fa-pinterest:before {
	content:"\f0d2"
}
.fa-pinterest-square:before {
	content:"\f0d3"
}
.fa-google-plus-square:before {
	content:"\f0d4"
}
.fa-google-plus:before {
	content:"\f0d5"
}
.fa-money:before {
	content:"\f0d6"
}
.fa-caret-down:before {
	content:"\f0d7"
}
.fa-caret-up:before {
	content:"\f0d8"
}
.fa-caret-left:before {
	content:"\f0d9"
}
.fa-caret-right:before {
	content:"\f0da"
}
.fa-columns:before {
	content:"\f0db"
}
.fa-unsorted:before, .fa-sort:before {
	content:"\f0dc"
}
.fa-sort-down:before, .fa-sort-desc:before {
	content:"\f0dd"
}
.fa-sort-up:before, .fa-sort-asc:before {
	content:"\f0de"
}
.fa-envelope:before {
	content:"\f0e0"
}
.fa-linkedin:before {
	content:"\f0e1"
}
.fa-rotate-left:before, .fa-undo:before {
	content:"\f0e2"
}
.fa-legal:before, .fa-gavel:before {
	content:"\f0e3"
}
.fa-dashboard:before, .fa-tachometer:before {
	content:"\f0e4"
}
.fa-comment-o:before {
	content:"\f0e5"
}
.fa-comments-o:before {
	content:"\f0e6"
}
.fa-flash:before, .fa-bolt:before {
	content:"\f0e7"
}
.fa-sitemap:before {
	content:"\f0e8"
}
.fa-umbrella:before {
	content:"\f0e9"
}
.fa-paste:before, .fa-clipboard:before {
	content:"\f0ea"
}
.fa-lightbulb-o:before {
	content:"\f0eb"
}
.fa-exchange:before {
	content:"\f0ec"
}
.fa-cloud-download:before {
	content:"\f0ed"
}
.fa-cloud-upload:before {
	content:"\f0ee"
}
.fa-user-md:before {
	content:"\f0f0"
}
.fa-stethoscope:before {
	content:"\f0f1"
}
.fa-suitcase:before {
	content:"\f0f2"
}
.fa-bell-o:before {
	content:"\f0a2"
}
.fa-coffee:before {
	content:"\f0f4"
}
.fa-cutlery:before {
	content:"\f0f5"
}
.fa-file-text-o:before {
	content:"\f0f6"
}
.fa-building-o:before {
	content:"\f0f7"
}
.fa-hospital-o:before {
	content:"\f0f8"
}
.fa-ambulance:before {
	content:"\f0f9"
}
.fa-medkit:before {
	content:"\f0fa"
}
.fa-fighter-jet:before {
	content:"\f0fb"
}
.fa-beer:before {
	content:"\f0fc"
}
.fa-h-square:before {
	content:"\f0fd"
}
.fa-plus-square:before {
	content:"\f0fe"
}
.fa-angle-double-left:before {
	content:"\f100"
}
.fa-angle-double-right:before {
	content:"\f101"
}
.fa-angle-double-up:before {
	content:"\f102"
}
.fa-angle-double-down:before {
	content:"\f103"
}
.fa-angle-left:before {
	content:"\f104"
}
.fa-angle-right:before {
	content:"\f105"
}
.fa-angle-up:before {
	content:"\f106"
}
.fa-angle-down:before {
	content:"\f107"
}
.fa-desktop:before {
	content:"\f108"
}
.fa-laptop:before {
	content:"\f109"
}
.fa-tablet:before {
	content:"\f10a"
}
.fa-mobile-phone:before, .fa-mobile:before {
	content:"\f10b"
}
.fa-circle-o:before {
	content:"\f10c"
}
.fa-quote-left:before {
	content:"\f10d"
}
.fa-quote-right:before {
	content:"\f10e"
}
.fa-spinner:before {
	content:"\f110"
}
.fa-circle:before {
	content:"\f111"
}
.fa-mail-reply:before, .fa-reply:before {
	content:"\f112"
}
.fa-github-alt:before {
	content:"\f113"
}
.fa-folder-o:before {
	content:"\f114"
}
.fa-folder-open-o:before {
	content:"\f115"
}
.fa-smile-o:before {
	content:"\f118"
}
.fa-frown-o:before {
	content:"\f119"
}
.fa-meh-o:before {
	content:"\f11a"
}
.fa-gamepad:before {
	content:"\f11b"
}
.fa-keyboard-o:before {
	content:"\f11c"
}
.fa-flag-o:before {
	content:"\f11d"
}
.fa-flag-checkered:before {
	content:"\f11e"
}
.fa-terminal:before {
	content:"\f120"
}
.fa-code:before {
	content:"\f121"
}
.fa-mail-reply-all:before, .fa-reply-all:before {
	content:"\f122"
}
.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
	content:"\f123"
}
.fa-location-arrow:before {
	content:"\f124"
}
.fa-crop:before {
	content:"\f125"
}
.fa-code-fork:before {
	content:"\f126"
}
.fa-unlink:before, .fa-chain-broken:before {
	content:"\f127"
}
.fa-question:before {
	content:"\f128"
}
.fa-info:before {
	content:"\f129"
}
.fa-exclamation:before {
	content:"\f12a"
}
.fa-superscript:before {
	content:"\f12b"
}
.fa-subscript:before {
	content:"\f12c"
}
.fa-eraser:before {
	content:"\f12d"
}
.fa-puzzle-piece:before {
	content:"\f12e"
}
.fa-microphone:before {
	content:"\f130"
}
.fa-microphone-slash:before {
	content:"\f131"
}
.fa-shield:before {
	content:"\f132"
}
.fa-calendar-o:before {
	content:"\f133"
}
.fa-fire-extinguisher:before {
	content:"\f134"
}
.fa-rocket:before {
	content:"\f135"
}
.fa-maxcdn:before {
	content:"\f136"
}
.fa-chevron-circle-left:before {
	content:"\f137"
}
.fa-chevron-circle-right:before {
	content:"\f138"
}
.fa-chevron-circle-up:before {
	content:"\f139"
}
.fa-chevron-circle-down:before {
	content:"\f13a"
}
.fa-html5:before {
	content:"\f13b"
}
.fa-css3:before {
	content:"\f13c"
}
.fa-anchor:before {
	content:"\f13d"
}
.fa-unlock-alt:before {
	content:"\f13e"
}
.fa-bullseye:before {
	content:"\f140"
}
.fa-ellipsis-h:before {
	content:"\f141"
}
.fa-ellipsis-v:before {
	content:"\f142"
}
.fa-rss-square:before {
	content:"\f143"
}
.fa-play-circle:before {
	content:"\f144"
}
.fa-ticket:before {
	content:"\f145"
}
.fa-minus-square:before {
	content:"\f146"
}
.fa-minus-square-o:before {
	content:"\f147"
}
.fa-level-up:before {
	content:"\f148"
}
.fa-level-down:before {
	content:"\f149"
}
.fa-check-square:before {
	content:"\f14a"
}
.fa-pencil-square:before {
	content:"\f14b"
}
.fa-external-link-square:before {
	content:"\f14c"
}
.fa-share-square:before {
	content:"\f14d"
}
.fa-compass:before {
	content:"\f14e"
}
.fa-toggle-down:before, .fa-caret-square-o-down:before {
	content:"\f150"
}
.fa-toggle-up:before, .fa-caret-square-o-up:before {
	content:"\f151"
}
.fa-toggle-right:before, .fa-caret-square-o-right:before {
	content:"\f152"
}
.fa-euro:before, .fa-eur:before {
	content:"\f153"
}
.fa-gbp:before {
	content:"\f154"
}
.fa-dollar:before, .fa-usd:before {
	content:"\f155"
}
.fa-rupee:before, .fa-inr:before {
	content:"\f156"
}
.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
	content:"\f157"
}
.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
	content:"\f158"
}
.fa-won:before, .fa-krw:before {
	content:"\f159"
}
.fa-bitcoin:before, .fa-btc:before {
	content:"\f15a"
}
.fa-file:before {
	content:"\f15b"
}
.fa-file-text:before {
	content:"\f15c"
}
.fa-sort-alpha-asc:before {
	content:"\f15d"
}
.fa-sort-alpha-desc:before {
	content:"\f15e"
}
.fa-sort-amount-asc:before {
	content:"\f160"
}
.fa-sort-amount-desc:before {
	content:"\f161"
}
.fa-sort-numeric-asc:before {
	content:"\f162"
}
.fa-sort-numeric-desc:before {
	content:"\f163"
}
.fa-thumbs-up:before {
	content:"\f164"
}
.fa-thumbs-down:before {
	content:"\f165"
}
.fa-youtube-square:before {
	content:"\f166"
}
.fa-youtube:before {
	content:"\f167"
}
.fa-xing:before {
	content:"\f168"
}
.fa-xing-square:before {
	content:"\f169"
}
.fa-youtube-play:before {
	content:"\f16a"
}
.fa-dropbox:before {
	content:"\f16b"
}
.fa-stack-overflow:before {
	content:"\f16c"
}
.fa-instagram:before {
	content:"\f16d"
}
.fa-flickr:before {
	content:"\f16e"
}
.fa-adn:before {
	content:"\f170"
}
.fa-bitbucket:before {
	content:"\f171"
}
.fa-bitbucket-square:before {
	content:"\f172"
}
.fa-tumblr:before {
	content:"\f173"
}
.fa-tumblr-square:before {
	content:"\f174"
}
.fa-long-arrow-down:before {
	content:"\f175"
}
.fa-long-arrow-up:before {
	content:"\f176"
}
.fa-long-arrow-left:before {
	content:"\f177"
}
.fa-long-arrow-right:before {
	content:"\f178"
}
.fa-apple:before {
	content:"\f179"
}
.fa-windows:before {
	content:"\f17a"
}
.fa-android:before {
	content:"\f17b"
}
.fa-linux:before {
	content:"\f17c"
}
.fa-dribbble:before {
	content:"\f17d"
}
.fa-skype:before {
	content:"\f17e"
}
.fa-foursquare:before {
	content:"\f180"
}
.fa-trello:before {
	content:"\f181"
}
.fa-female:before {
	content:"\f182"
}
.fa-male:before {
	content:"\f183"
}
.fa-gittip:before, .fa-gratipay:before {
	content:"\f184"
}
.fa-sun-o:before {
	content:"\f185"
}
.fa-moon-o:before {
	content:"\f186"
}
.fa-archive:before {
	content:"\f187"
}
.fa-bug:before {
	content:"\f188"
}
.fa-vk:before {
	content:"\f189"
}
.fa-weibo:before {
	content:"\f18a"
}
.fa-renren:before {
	content:"\f18b"
}
.fa-pagelines:before {
	content:"\f18c"
}
.fa-stack-exchange:before {
	content:"\f18d"
}
.fa-arrow-circle-o-right:before {
	content:"\f18e"
}
.fa-arrow-circle-o-left:before {
	content:"\f190"
}
.fa-toggle-left:before, .fa-caret-square-o-left:before {
	content:"\f191"
}
.fa-dot-circle-o:before {
	content:"\f192"
}
.fa-wheelchair:before {
	content:"\f193"
}
.fa-vimeo-square:before {
	content:"\f194"
}
.fa-turkish-lira:before, .fa-try:before {
	content:"\f195"
}
.fa-plus-square-o:before {
	content:"\f196"
}
.fa-space-shuttle:before {
	content:"\f197"
}
.fa-slack:before {
	content:"\f198"
}
.fa-envelope-square:before {
	content:"\f199"
}
.fa-wordpress:before {
	content:"\f19a"
}
.fa-openid:before {
	content:"\f19b"
}
.fa-institution:before, .fa-bank:before, .fa-university:before {
	content:"\f19c"
}
.fa-mortar-board:before, .fa-graduation-cap:before {
	content:"\f19d"
}
.fa-yahoo:before {
	content:"\f19e"
}
.fa-google:before {
	content:"\f1a0"
}
.fa-reddit:before {
	content:"\f1a1"
}
.fa-reddit-square:before {
	content:"\f1a2"
}
.fa-stumbleupon-circle:before {
	content:"\f1a3"
}
.fa-stumbleupon:before {
	content:"\f1a4"
}
.fa-delicious:before {
	content:"\f1a5"
}
.fa-digg:before {
	content:"\f1a6"
}
.fa-pied-piper-pp:before {
	content:"\f1a7"
}
.fa-pied-piper-alt:before {
	content:"\f1a8"
}
.fa-drupal:before {
	content:"\f1a9"
}
.fa-joomla:before {
	content:"\f1aa"
}
.fa-language:before {
	content:"\f1ab"
}
.fa-fax:before {
	content:"\f1ac"
}
.fa-building:before {
	content:"\f1ad"
}
.fa-child:before {
	content:"\f1ae"
}
.fa-paw:before {
	content:"\f1b0"
}
.fa-spoon:before {
	content:"\f1b1"
}
.fa-cube:before {
	content:"\f1b2"
}
.fa-cubes:before {
	content:"\f1b3"
}
.fa-behance:before {
	content:"\f1b4"
}
.fa-behance-square:before {
	content:"\f1b5"
}
.fa-steam:before {
	content:"\f1b6"
}
.fa-steam-square:before {
	content:"\f1b7"
}
.fa-recycle:before {
	content:"\f1b8"
}
.fa-automobile:before, .fa-car:before {
	content:"\f1b9"
}
.fa-cab:before, .fa-taxi:before {
	content:"\f1ba"
}
.fa-tree:before {
	content:"\f1bb"
}
.fa-spotify:before {
	content:"\f1bc"
}
.fa-deviantart:before {
	content:"\f1bd"
}
.fa-soundcloud:before {
	content:"\f1be"
}
.fa-database:before {
	content:"\f1c0"
}
.fa-file-pdf-o:before {
	content:"\f1c1"
}
.fa-file-word-o:before {
	content:"\f1c2"
}
.fa-file-excel-o:before {
	content:"\f1c3"
}
.fa-file-powerpoint-o:before {
	content:"\f1c4"
}
.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
	content:"\f1c5"
}
.fa-file-zip-o:before, .fa-file-archive-o:before {
	content:"\f1c6"
}
.fa-file-sound-o:before, .fa-file-audio-o:before {
	content:"\f1c7"
}
.fa-file-movie-o:before, .fa-file-video-o:before {
	content:"\f1c8"
}
.fa-file-code-o:before {
	content:"\f1c9"
}
.fa-vine:before {
	content:"\f1ca"
}
.fa-codepen:before {
	content:"\f1cb"
}
.fa-jsfiddle:before {
	content:"\f1cc"
}
.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
	content:"\f1cd"
}
.fa-circle-o-notch:before {
	content:"\f1ce"
}
.fa-ra:before, .fa-resistance:before, .fa-rebel:before {
	content:"\f1d0"
}
.fa-ge:before, .fa-empire:before {
	content:"\f1d1"
}
.fa-git-square:before {
	content:"\f1d2"
}
.fa-git:before {
	content:"\f1d3"
}
.fa-y-combinator-square:before, .fa-yc-square:before, .fa-hacker-news:before {
	content:"\f1d4"
}
.fa-tencent-weibo:before {
	content:"\f1d5"
}
.fa-qq:before {
	content:"\f1d6"
}
.fa-wechat:before, .fa-weixin:before {
	content:"\f1d7"
}
.fa-send:before, .fa-paper-plane:before {
	content:"\f1d8"
}
.fa-send-o:before, .fa-paper-plane-o:before {
	content:"\f1d9"
}
.fa-history:before {
	content:"\f1da"
}
.fa-circle-thin:before {
	content:"\f1db"
}
.fa-header:before {
	content:"\f1dc"
}
.fa-paragraph:before {
	content:"\f1dd"
}
.fa-sliders:before {
	content:"\f1de"
}
.fa-share-alt:before {
	content:"\f1e0"
}
.fa-share-alt-square:before {
	content:"\f1e1"
}
.fa-bomb:before {
	content:"\f1e2"
}
.fa-soccer-ball-o:before, .fa-futbol-o:before {
	content:"\f1e3"
}
.fa-tty:before {
	content:"\f1e4"
}
.fa-binoculars:before {
	content:"\f1e5"
}
.fa-plug:before {
	content:"\f1e6"
}
.fa-slideshare:before {
	content:"\f1e7"
}
.fa-twitch:before {
	content:"\f1e8"
}
.fa-yelp:before {
	content:"\f1e9"
}
.fa-newspaper-o:before {
	content:"\f1ea"
}
.fa-wifi:before {
	content:"\f1eb"
}
.fa-calculator:before {
	content:"\f1ec"
}
.fa-paypal:before {
	content:"\f1ed"
}
.fa-google-wallet:before {
	content:"\f1ee"
}
.fa-cc-visa:before {
	content:"\f1f0"
}
.fa-cc-mastercard:before {
	content:"\f1f1"
}
.fa-cc-discover:before {
	content:"\f1f2"
}
.fa-cc-amex:before {
	content:"\f1f3"
}
.fa-cc-paypal:before {
	content:"\f1f4"
}
.fa-cc-stripe:before {
	content:"\f1f5"
}
.fa-bell-slash:before {
	content:"\f1f6"
}
.fa-bell-slash-o:before {
	content:"\f1f7"
}
.fa-trash:before {
	content:"\f1f8"
}
.fa-copyright:before {
	content:"\f1f9"
}
.fa-at:before {
	content:"\f1fa"
}
.fa-eyedropper:before {
	content:"\f1fb"
}
.fa-paint-brush:before {
	content:"\f1fc"
}
.fa-birthday-cake:before {
	content:"\f1fd"
}
.fa-area-chart:before {
	content:"\f1fe"
}
.fa-pie-chart:before {
	content:"\f200"
}
.fa-line-chart:before {
	content:"\f201"
}
.fa-lastfm:before {
	content:"\f202"
}
.fa-lastfm-square:before {
	content:"\f203"
}
.fa-toggle-off:before {
	content:"\f204"
}
.fa-toggle-on:before {
	content:"\f205"
}
.fa-bicycle:before {
	content:"\f206"
}
.fa-bus:before {
	content:"\f207"
}
.fa-ioxhost:before {
	content:"\f208"
}
.fa-angellist:before {
	content:"\f209"
}
.fa-cc:before {
	content:"\f20a"
}
.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
	content:"\f20b"
}
.fa-meanpath:before {
	content:"\f20c"
}
.fa-buysellads:before {
	content:"\f20d"
}
.fa-connectdevelop:before {
	content:"\f20e"
}
.fa-dashcube:before {
	content:"\f210"
}
.fa-forumbee:before {
	content:"\f211"
}
.fa-leanpub:before {
	content:"\f212"
}
.fa-sellsy:before {
	content:"\f213"
}
.fa-shirtsinbulk:before {
	content:"\f214"
}
.fa-simplybuilt:before {
	content:"\f215"
}
.fa-skyatlas:before {
	content:"\f216"
}
.fa-cart-plus:before {
	content:"\f217"
}
.fa-cart-arrow-down:before {
	content:"\f218"
}
.fa-diamond:before {
	content:"\f219"
}
.fa-ship:before {
	content:"\f21a"
}
.fa-user-secret:before {
	content:"\f21b"
}
.fa-motorcycle:before {
	content:"\f21c"
}
.fa-street-view:before {
	content:"\f21d"
}
.fa-heartbeat:before {
	content:"\f21e"
}
.fa-venus:before {
	content:"\f221"
}
.fa-mars:before {
	content:"\f222"
}
.fa-mercury:before {
	content:"\f223"
}
.fa-intersex:before, .fa-transgender:before {
	content:"\f224"
}
.fa-transgender-alt:before {
	content:"\f225"
}
.fa-venus-double:before {
	content:"\f226"
}
.fa-mars-double:before {
	content:"\f227"
}
.fa-venus-mars:before {
	content:"\f228"
}
.fa-mars-stroke:before {
	content:"\f229"
}
.fa-mars-stroke-v:before {
	content:"\f22a"
}
.fa-mars-stroke-h:before {
	content:"\f22b"
}
.fa-neuter:before {
	content:"\f22c"
}
.fa-genderless:before {
	content:"\f22d"
}
.fa-facebook-official:before {
	content:"\f230"
}
.fa-pinterest-p:before {
	content:"\f231"
}
.fa-whatsapp:before {
	content:"\f232"
}
.fa-server:before {
	content:"\f233"
}
.fa-user-plus:before {
	content:"\f234"
}
.fa-user-times:before {
	content:"\f235"
}
.fa-hotel:before, .fa-bed:before {
	content:"\f236"
}
.fa-viacoin:before {
	content:"\f237"
}
.fa-train:before {
	content:"\f238"
}
.fa-subway:before {
	content:"\f239"
}
.fa-medium:before {
	content:"\f23a"
}
.fa-yc:before, .fa-y-combinator:before {
	content:"\f23b"
}
.fa-optin-monster:before {
	content:"\f23c"
}
.fa-opencart:before {
	content:"\f23d"
}
.fa-expeditedssl:before {
	content:"\f23e"
}
.fa-battery-4:before, .fa-battery-full:before {
	content:"\f240"
}
.fa-battery-3:before, .fa-battery-three-quarters:before {
	content:"\f241"
}
.fa-battery-2:before, .fa-battery-half:before {
	content:"\f242"
}
.fa-battery-1:before, .fa-battery-quarter:before {
	content:"\f243"
}
.fa-battery-0:before, .fa-battery-empty:before {
	content:"\f244"
}
.fa-mouse-pointer:before {
	content:"\f245"
}
.fa-i-cursor:before {
	content:"\f246"
}
.fa-object-group:before {
	content:"\f247"
}
.fa-object-ungroup:before {
	content:"\f248"
}
.fa-sticky-note:before {
	content:"\f249"
}
.fa-sticky-note-o:before {
	content:"\f24a"
}
.fa-cc-jcb:before {
	content:"\f24b"
}
.fa-cc-diners-club:before {
	content:"\f24c"
}
.fa-clone:before {
	content:"\f24d"
}
.fa-balance-scale:before {
	content:"\f24e"
}
.fa-hourglass-o:before {
	content:"\f250"
}
.fa-hourglass-1:before, .fa-hourglass-start:before {
	content:"\f251"
}
.fa-hourglass-2:before, .fa-hourglass-half:before {
	content:"\f252"
}
.fa-hourglass-3:before, .fa-hourglass-end:before {
	content:"\f253"
}
.fa-hourglass:before {
	content:"\f254"
}
.fa-hand-grab-o:before, .fa-hand-rock-o:before {
	content:"\f255"
}
.fa-hand-stop-o:before, .fa-hand-paper-o:before {
	content:"\f256"
}
.fa-hand-scissors-o:before {
	content:"\f257"
}
.fa-hand-lizard-o:before {
	content:"\f258"
}
.fa-hand-spock-o:before {
	content:"\f259"
}
.fa-hand-pointer-o:before {
	content:"\f25a"
}
.fa-hand-peace-o:before {
	content:"\f25b"
}
.fa-trademark:before {
	content:"\f25c"
}
.fa-registered:before {
	content:"\f25d"
}
.fa-creative-commons:before {
	content:"\f25e"
}
.fa-gg:before {
	content:"\f260"
}
.fa-gg-circle:before {
	content:"\f261"
}
.fa-tripadvisor:before {
	content:"\f262"
}
.fa-odnoklassniki:before {
	content:"\f263"
}
.fa-odnoklassniki-square:before {
	content:"\f264"
}
.fa-get-pocket:before {
	content:"\f265"
}
.fa-wikipedia-w:before {
	content:"\f266"
}
.fa-safari:before {
	content:"\f267"
}
.fa-chrome:before {
	content:"\f268"
}
.fa-firefox:before {
	content:"\f269"
}
.fa-opera:before {
	content:"\f26a"
}
.fa-internet-explorer:before {
	content:"\f26b"
}
.fa-tv:before, .fa-television:before {
	content:"\f26c"
}
.fa-contao:before {
	content:"\f26d"
}
.fa-500px:before {
	content:"\f26e"
}
.fa-amazon:before {
	content:"\f270"
}
.fa-calendar-plus-o:before {
	content:"\f271"
}
.fa-calendar-minus-o:before {
	content:"\f272"
}
.fa-calendar-times-o:before {
	content:"\f273"
}
.fa-calendar-check-o:before {
	content:"\f274"
}
.fa-industry:before {
	content:"\f275"
}
.fa-map-pin:before {
	content:"\f276"
}
.fa-map-signs:before {
	content:"\f277"
}
.fa-map-o:before {
	content:"\f278"
}
.fa-map:before {
	content:"\f279"
}
.fa-commenting:before {
	content:"\f27a"
}
.fa-commenting-o:before {
	content:"\f27b"
}
.fa-houzz:before {
	content:"\f27c"
}
.fa-vimeo:before {
	content:"\f27d"
}
.fa-black-tie:before {
	content:"\f27e"
}
.fa-fonticons:before {
	content:"\f280"
}
.fa-reddit-alien:before {
	content:"\f281"
}
.fa-edge:before {
	content:"\f282"
}
.fa-credit-card-alt:before {
	content:"\f283"
}
.fa-codiepie:before {
	content:"\f284"
}
.fa-modx:before {
	content:"\f285"
}
.fa-fort-awesome:before {
	content:"\f286"
}
.fa-usb:before {
	content:"\f287"
}
.fa-product-hunt:before {
	content:"\f288"
}
.fa-mixcloud:before {
	content:"\f289"
}
.fa-scribd:before {
	content:"\f28a"
}
.fa-pause-circle:before {
	content:"\f28b"
}
.fa-pause-circle-o:before {
	content:"\f28c"
}
.fa-stop-circle:before {
	content:"\f28d"
}
.fa-stop-circle-o:before {
	content:"\f28e"
}
.fa-shopping-bag:before {
	content:"\f290"
}
.fa-shopping-basket:before {
	content:"\f291"
}
.fa-hashtag:before {
	content:"\f292"
}
.fa-bluetooth:before {
	content:"\f293"
}
.fa-bluetooth-b:before {
	content:"\f294"
}
.fa-percent:before {
	content:"\f295"
}
.fa-gitlab:before {
	content:"\f296"
}
.fa-wpbeginner:before {
	content:"\f297"
}
.fa-wpforms:before {
	content:"\f298"
}
.fa-envira:before {
	content:"\f299"
}
.fa-universal-access:before {
	content:"\f29a"
}
.fa-wheelchair-alt:before {
	content:"\f29b"
}
.fa-question-circle-o:before {
	content:"\f29c"
}
.fa-blind:before {
	content:"\f29d"
}
.fa-audio-description:before {
	content:"\f29e"
}
.fa-volume-control-phone:before {
	content:"\f2a0"
}
.fa-braille:before {
	content:"\f2a1"
}
.fa-assistive-listening-systems:before {
	content:"\f2a2"
}
.fa-asl-interpreting:before, .fa-american-sign-language-interpreting:before {
	content:"\f2a3"
}
.fa-deafness:before, .fa-hard-of-hearing:before, .fa-deaf:before {
	content:"\f2a4"
}
.fa-glide:before {
	content:"\f2a5"
}
.fa-glide-g:before {
	content:"\f2a6"
}
.fa-signing:before, .fa-sign-language:before {
	content:"\f2a7"
}
.fa-low-vision:before {
	content:"\f2a8"
}
.fa-viadeo:before {
	content:"\f2a9"
}
.fa-viadeo-square:before {
	content:"\f2aa"
}
.fa-snapchat:before {
	content:"\f2ab"
}
.fa-snapchat-ghost:before {
	content:"\f2ac"
}
.fa-snapchat-square:before {
	content:"\f2ad"
}
.fa-pied-piper:before {
	content:"\f2ae"
}
.fa-first-order:before {
	content:"\f2b0"
}
.fa-yoast:before {
	content:"\f2b1"
}
.fa-themeisle:before {
	content:"\f2b2"
}
.fa-google-plus-circle:before, .fa-google-plus-official:before {
	content:"\f2b3"
}
.fa-fa:before, .fa-font-awesome:before {
	content:"\f2b4"
}
.sr-only {
	position:absolute;
	width:1px;
	height:1px;
	padding:0;
	margin:-1px;
	overflow:hidden;
	clip:rect(0, 0, 0, 0);
	border:0
}
.sr-only-focusable:active, .sr-only-focusable:focus {
	position:static;
	width:auto;
	height:auto;
	margin:0;
	overflow:visible;
	clip:auto
}
.icon-play-button:before {
  content: "\e900";
}
.icon-men:before {
  content: "\e901";
}
.icon-women:before {
  content: "\e902";
}
.icon-office-chair:before {
  content: "\e903";
}
.icon-shopping-basket:before {
  content: "\e904";
}
.icon-home-icon:before {
  content: "\e905";
}
.icon-suitcase:before {
  content: "\e906";
}
.icon-briefcase:before {
  content: "\e906";
}