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

.ui-timepicker-div .ui_tpicker_unit_hide {
    display:none;
}
body {
  margin: 0;
  padding: 0;
}
article,
aside,
details,
figcaption,
figure,
main,
footer,
header,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
nav ul,
nav ol {
  list-style: none none;
}
img {
  max-width: 100%;
  height: auto;
  border: 0;
}
video,
embed,
object {
  max-width: 100%;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size-adjust: 100%;
}
body {
  color: #333;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  font-size: 1.4rem;
}
p {
  margin-top: 0rem;
  margin-bottom: 1rem;
}
abbr[title] {
  border-bottom: 1px dotted #ccc;
  cursor: help;
}
b,
strong {
  font-weight: 700;
}
em,
i {
  font-style: italic;
}
mark {
  background: #f6f6f6;
  color: #000000;
}
small,
.small {
  font-size: 12px;
}
hr {
  border: 0;
  border-top: 1px solid #ccc;
  margin-bottom: 20px;
  margin-top: 20px;
}
sub,
sup {
  font-size: 71.42857143000001%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
dfn {
  font-style: italic;
}
h1 {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 0rem;
  margin-bottom: 2rem;
}
h2 {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
h3 {
  font-weight: 600;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
}
h4 {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.4rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
h5 {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.2rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
h6 {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small {
  color: #333;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}
a,
.alink {
  color: #006bb4;
  text-decoration: none;
}
a:visited,
.alink:visited {
  color: #006bb4;
  text-decoration: none;
}
a:hover,
.alink:hover {
  color: #006bb4;
  text-decoration: underline;
}
a:active,
.alink:active {
  color: #ff5501;
  text-decoration: underline;
}
ul,
ol {
  margin-top: 0rem;
  margin-bottom: 2.5rem;
}
ul > li,
ol > li {
  margin-top: 0rem;
  margin-bottom: 1rem;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
dl {
  margin-bottom: 20px;
  margin-top: 0;
}
dt {
  font-weight: 700;
  margin-bottom: 5px;
  margin-top: 0;
}
dd {
  margin-bottom: 10px;
  margin-top: 0;
  margin-left: 0;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, 'Courier New', monospace;
}
code {
  background: #f6f6f6;
  color: #111111;
  padding: 2px 4px;
  font-size: 1.2rem;
  white-space: nowrap;
}
kbd {
  background: #f6f6f6;
  color: #111111;
  padding: 2px 4px;
  font-size: 1.2rem;
}
pre {
  background: #f6f6f6;
  border: 1px solid #ccc;
  color: #111111;
  line-height: 1.42857143;
  margin: 0 0 10px;
  padding: 10px;
  font-size: 1.2rem;
  display: block;
  word-wrap: break-word;
}
pre code {
  background-color: transparent;
  border-radius: 0;
  color: inherit;
  font-size: inherit;
  padding: 0;
  white-space: pre-wrap;
}
blockquote {
  border-left: 0 solid #ccc;
  margin: 0 0 20px 40px;
  padding: 0;
  color: #333;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-style: italic;
  font-weight: 400;
  line-height: 1.42857143;
  font-size: 1.4rem;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  color: #333;
  line-height: 1.42857143;
  font-size: 1rem;
  display: block;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
blockquote cite {
  font-style: normal;
}
blockquote:before,
blockquote:after {
  content: '';
}
q {
  quotes: none;
}
q:before,
q:after {
  content: '';
  content: none;
}
cite {
  font-style: normal;
}
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  max-width: 100%;
}
table th {
  text-align: left;
}
table > tbody > tr > th,
table > tfoot > tr > th,
table > tbody > tr > td,
table > tfoot > tr > td {
  vertical-align: top;
}
table > thead > tr > th,
table > thead > tr > td {
  vertical-align: bottom;
}
table > thead > tr > th,
table > tbody > tr > th,
table > tfoot > tr > th,
table > thead > tr > td,
table > tbody > tr > td,
table > tfoot > tr > td {
  padding: 11px 10px;
}
button {
  background-image: none;
  background: #eee;
  border: 1px solid #ccc;
  color: #333;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  margin: 0;
  padding: 7px 15px;
  font-size: 1.4rem;
  line-height: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
}
button:focus,
button:active {
  background: #e2e2e2;
  border: 1px solid #ccc;
  color: #333;
}
button:hover {
  background: #e1e1e1;
  border: 1px solid #ccc;
  color: #333;
}
button.disabled,
button[disabled],
fieldset[disabled] button {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input[type="text"],
input[type="password"],
input[type="url"],
input[type="tel"],
input[type="search"],
input[type="number"],
input[type*="date"],
input[type="email"] {
  background: #fff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  height: 32px;
  line-height: 1.42857143;
  padding: 0 9px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
}
input[type="text"]:disabled,
input[type="password"]:disabled,
input[type="url"]:disabled,
input[type="tel"]:disabled,
input[type="search"]:disabled,
input[type="number"]:disabled,
input[type*="date"]:disabled,
input[type="email"]:disabled {
  opacity: 0.5;
}
input[type="text"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type*="date"]::-moz-placeholder,
input[type="email"]::-moz-placeholder {
  color: #575757;
}
input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type*="date"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder {
  color: #575757;
}
input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type*="date"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder {
  color: #575757;
}
input[type="number"] {
  -moz-appearance: textfield;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="search"] {
  -webkit-appearance: none;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}
select {
  background: #fff url('../../frontend/DFSolution/layout/it_IT/images/select-bg.svg') no-repeat 100% 45%;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border-radius: 1px;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  height: 32px;
  line-height: 1.42857143;
  padding: 4px 25px 5px 10px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
}
select:focus {
  border: 1px solid #c2c2c2;
}
select:disabled {
  opacity: 0.5;
  background: #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: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  height: auto;
  line-height: 1.42857143;
  margin: 0;
  padding: 10px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
  resize: vertical;
}
textarea:disabled {
  opacity: 0.5;
}
textarea::-moz-placeholder {
  color: #575757;
}
textarea::-webkit-input-placeholder {
  color: #575757;
}
textarea:-ms-input-placeholder {
  color: #575757;
}
input[type="checkbox"] {
  margin: 2px 5px 0 0;
  position: relative;
  top: 2px;
}
input[type="checkbox"]:disabled {
  opacity: 0.5;
}
input[type="radio"] {
  margin: 2px 5px 0 0;
}
input[type="radio"]:disabled {
  opacity: 0.5;
}
input.mage-error,
select.mage-error,
textarea.mage-error {
  border-color: #ed8380;
}
div.mage-error {
  color: #e02b27;
  font-size: 1.2rem;
}
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
form {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
address {
  font-style: normal;
}
*:focus {
  box-shadow: none;
  outline: 0;
}
._keyfocus *:focus,
input:not([disabled]):focus,
textarea:not([disabled]):focus,
select:not([disabled]):focus {
  box-shadow: 0 0 3px 1px #00699D;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.bundle-options-container .block-bundle-summary .bundle.items,
.product-items,
.prices-tier,
.search-terms,
.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,
.product-items > li,
.prices-tier > li,
.search-terms > 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: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  margin: 0;
  padding: 7px 15px;
  font-size: 1.4rem;
  line-height: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
  display: inline-block;
  text-decoration: none;
  border-radius: 3px;
}
.abs-action-link-button:focus,
.abs-action-link-button:active,
.block-event .slider-panel .slider .item .action.event:focus,
.block-event .slider-panel .slider .item .action.event:active {
  background: #e2e2e2;
  border: 1px solid #ccc;
  color: #333;
}
.abs-action-link-button:hover,
.block-event .slider-panel .slider .item .action.event:hover {
  background: #e1e1e1;
  border: 1px solid #ccc;
  color: #333;
}
.abs-action-link-button.disabled,
.abs-action-link-button[disabled],
fieldset[disabled] .abs-action-link-button,
.block-event .slider-panel .slider .item .action.event.disabled,
.block-event .slider-panel .slider .item .action.event[disabled],
fieldset[disabled] .block-event .slider-panel .slider .item .action.event {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.abs-action-link-button:hover,
.abs-action-link-button:active,
.abs-action-link-button:focus,
.block-event .slider-panel .slider .item .action.event:hover,
.block-event .slider-panel .slider .item .action.event:active,
.block-event .slider-panel .slider .item .action.event:focus {
  text-decoration: none;
}
.abs-action-remove,
.abs-discount-block .action.check,
.popup .actions-toolbar .action.cancel,
.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: #ff5501;
  text-decoration: underline;
}
.abs-action-button-as-link:hover,
.abs-action-button-as-link:active,
.abs-action-button-as-link:focus,
.abs-action-remove:hover,
.abs-action-remove:active,
.abs-action-remove:focus,
.abs-discount-block .action.check:hover,
.abs-discount-block .action.check:active,
.abs-discount-block .action.check:focus,
.popup .actions-toolbar .action.cancel:hover,
.popup .actions-toolbar .action.cancel:active,
.popup .actions-toolbar .action.cancel:focus,
.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;
}
.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,
.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,
.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: #ff5501;
  text-decoration: underline;
}
.form.giftregistry.items .actions-toolbar,
.form.wishlist.items .actions-toolbar {
  margin-left: 0;
}
.abs-add-fields .action.remove,
.form-giftregistry-share .action.remove,
.form-giftregistry-edit .action.remove,
.form-add-invitations .action.remove,
.form-create-return .action.remove,
.form.send.friend .action.remove {
  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;
}
.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,
.fieldset .fullname > .label,
.field.street .field .label,
.block-balance .balance-price-label,
.page-product-downloadable .product-options-wrapper .fieldset .legend.links-title,
.page-product-giftcard .fieldset.giftcard > .legend,
.opc-wrapper .form-giftcard-account .field .label,
.form-add-invitations .fields .label,
.filter-options-content .filter-count-label,
.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,
.product-item,
.sidebar .product-items-images .product-item,
.search-autocomplete,
.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: #f5f5f5;
}
.magento-payments-review .table-magento-payments-review-items .col.price .price-including-tax,
.magento-payments-review .table-magento-payments-review-items .col.price .price-excluding-tax,
.magento-payments-review .table-magento-payments-review-items .col.subtotal .price-including-tax,
.magento-payments-review .table-magento-payments-review-items .col.subtotal .price-excluding-tax,
.paypal-review .table-paypal-review-items .col.price .price-including-tax,
.paypal-review .table-paypal-review-items .col.price .price-excluding-tax,
.paypal-review .table-paypal-review-items .col.subtotal .price-including-tax,
.paypal-review .table-paypal-review-items .col.subtotal .price-excluding-tax,
.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: #ff5501;
  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: 'Open Sans';
  src: url('../../frontend/DFSolution/layout/it_IT/fonts/opensans/light/opensans-300.woff2') format('woff2'), url('../../frontend/DFSolution/layout/it_IT/fonts/opensans/light/opensans-300.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../../frontend/DFSolution/layout/it_IT/fonts/opensans/regular/opensans-400.woff2') format('woff2'), url('../../frontend/DFSolution/layout/it_IT/fonts/opensans/regular/opensans-400.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../../frontend/DFSolution/layout/it_IT/fonts/opensans/semibold/opensans-600.woff2') format('woff2'), url('../../frontend/DFSolution/layout/it_IT/fonts/opensans/semibold/opensans-600.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../../frontend/DFSolution/layout/it_IT/fonts/opensans/bold/opensans-700.woff2') format('woff2'), url('../../frontend/DFSolution/layout/it_IT/fonts/opensans/bold/opensans-700.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
.items {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.columns {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  box-sizing: border-box;
}
.columns:after {
  clear: both;
  content: ' ';
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.columns .column.main {
  padding-bottom: 40px;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
  width: 100%;
}
.columns .sidebar-main {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}
.columns .sidebar-additional {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}
.table-wrapper {
  margin-bottom: 20px;
}
table > caption {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.table tfoot {
  background: #f5f5f5;
}
.table tfoot > tr:first-child th,
.table tfoot > tr:first-child td {
  border-top: 1px solid #ccc;
  padding-top: 20px;
}
.table tfoot th,
.table tfoot td {
  border: 0;
}
.table tfoot .mark {
  font-weight: 400;
  text-align: right;
}
.message.info {
  margin: 0 0 10px;
  padding: 12px 20px 12px 25px;
  display: block;
  font-size: 1.3rem;
  background: #fdf0d5;
  color: #6f4400;
  padding-left: 45px;
  position: relative;
}
.message.info a {
  color: #006bb4;
}
.message.info a:hover {
  color: #006bb4;
}
.message.info a:active {
  color: #006bb4;
}
.message.info > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 24px;
  color: #c07600;
  content: '\e602';
  font-family: 'luma-icons';
  margin: -12px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 22px;
  width: 45px;
  position: absolute;
  text-align: center;
}
.message.error {
  margin: 0 0 10px;
  padding: 12px 20px 12px 25px;
  display: block;
  font-size: 1.3rem;
  background: #fae5e5;
  color: #e02b27;
  padding-left: 45px;
  position: relative;
}
.message.error a {
  color: #006bb4;
}
.message.error a:hover {
  color: #006bb4;
}
.message.error a:active {
  color: #006bb4;
}
.message.error > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 24px;
  color: #b30000;
  content: '\e61f';
  font-family: 'luma-icons';
  margin: -12px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 22px;
  width: 45px;
  position: absolute;
  text-align: center;
}
.message.warning {
  margin: 0 0 10px;
  padding: 12px 20px 12px 25px;
  display: block;
  font-size: 1.3rem;
  background: #fdf0d5;
  color: #6f4400;
  padding-left: 45px;
  position: relative;
}
.message.warning a {
  color: #006bb4;
}
.message.warning a:hover {
  color: #006bb4;
}
.message.warning a:active {
  color: #006bb4;
}
.message.warning > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 24px;
  color: #c07600;
  content: '\e602';
  font-family: 'luma-icons';
  margin: -12px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 22px;
  width: 45px;
  position: absolute;
  text-align: center;
}
.message.notice {
  margin: 0 0 10px;
  padding: 12px 20px 12px 25px;
  display: block;
  font-size: 1.3rem;
  background: #fdf0d5;
  color: #6f4400;
  padding-left: 45px;
  position: relative;
}
.message.notice a {
  color: #006bb4;
}
.message.notice a:hover {
  color: #006bb4;
}
.message.notice a:active {
  color: #006bb4;
}
.message.notice > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 24px;
  color: #c07600;
  content: '\e602';
  font-family: 'luma-icons';
  margin: -12px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 22px;
  width: 45px;
  position: absolute;
  text-align: center;
}
.message.success {
  margin: 0 0 10px;
  padding: 12px 20px 12px 25px;
  display: block;
  font-size: 1.3rem;
  background: #e5efe5;
  color: #006400;
  padding-left: 45px;
  position: relative;
}
.message.success a {
  color: #006bb4;
}
.message.success a:hover {
  color: #006bb4;
}
.message.success a:active {
  color: #006bb4;
}
.message.success > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 24px;
  color: #006400;
  content: '\e60e';
  font-family: 'luma-icons';
  margin: -12px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 22px;
  width: 45px;
  position: absolute;
  text-align: center;
}
.panel.header .links,
.panel.header .switcher {
  display: none;
}
.nav-sections {
  background: #f0f0f0;
}
.nav-toggle {
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  display: block;
  font-size: 0;
  left: 15px;
  position: absolute;
  top: 15px;
  z-index: 14;
}
.nav-toggle:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: inherit;
  color: #757575;
  content: '\e609';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.nav-toggle:hover:before {
  color: #333;
}
.nav-toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.tooltip.wrapper {
  position: relative;
}
.tooltip.wrapper .tooltip.content {
  background: #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 #999;
  margin-top: 16px;
  left: 0;
  top: 100%;
}
.tooltip.wrapper .tooltip.content:after,
.tooltip.wrapper .tooltip.content:before {
  border: solid transparent;
  content: '';
  height: 0;
  position: absolute;
  width: 0;
}
.tooltip.wrapper .tooltip.content:after {
  border-width: 16px;
  border-color: transparent;
}
.tooltip.wrapper .tooltip.content:before {
  border-width: 17px;
  border-color: transparent;
}
.tooltip.wrapper .tooltip.content:after,
.tooltip.wrapper .tooltip.content:before {
  bottom: 100%;
}
.tooltip.wrapper .tooltip.content:after {
  border-bottom-color: #fff;
  left: 26px;
  margin-left: -16px;
}
.tooltip.wrapper .tooltip.content:before {
  border-bottom-color: #999;
  left: 26px;
  margin-left: -17px;
}
.tooltip.wrapper .tooltip.toggle {
  cursor: help;
}
.tooltip.wrapper .tooltip.toggle:hover + .tooltip.content,
.tooltip.wrapper .tooltip.toggle:focus + .tooltip.content,
.tooltip.wrapper:hover .tooltip.content {
  display: block;
}
.tooltip.wrapper .tooltip.content dl {
  margin-bottom: 0;
}
.tooltip.wrapper .tooltip.content dd {
  white-space: normal;
}
.tooltip.wrapper .tooltip.content .subtitle {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 15px;
}
.tooltip.wrapper .tooltip.content .label {
  margin-top: 10px;
}
.tooltip.wrapper .tooltip.content .label:first-child {
  margin-top: 0;
}
.tooltip.wrapper .tooltip.content .values {
  margin: 0;
}
.ui-tooltip {
  position: absolute;
  z-index: 9999;
}
.load.indicator {
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 9999;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  position: absolute;
}
.load.indicator:before {
  background: transparent url('../../frontend/DFSolution/layout/it_IT/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: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  height: 32px;
  line-height: 1.42857143;
  padding: 0 9px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
  -ms-flex-order: 3;
  -webkit-order: 3;
  order: 3;
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  width: auto;
}
.fieldset > .field .addon .addbefore:disabled,
.fieldset > .fields > .field .addon .addbefore:disabled,
.fieldset > .field .addon .addafter:disabled,
.fieldset > .fields > .field .addon .addafter:disabled {
  opacity: 0.5;
}
.fieldset > .field .addon .addbefore::-moz-placeholder,
.fieldset > .fields > .field .addon .addbefore::-moz-placeholder,
.fieldset > .field .addon .addafter::-moz-placeholder,
.fieldset > .fields > .field .addon .addafter::-moz-placeholder {
  color: #575757;
}
.fieldset > .field .addon .addbefore::-webkit-input-placeholder,
.fieldset > .fields > .field .addon .addbefore::-webkit-input-placeholder,
.fieldset > .field .addon .addafter::-webkit-input-placeholder,
.fieldset > .fields > .field .addon .addafter::-webkit-input-placeholder {
  color: #575757;
}
.fieldset > .field .addon .addbefore:-ms-input-placeholder,
.fieldset > .fields > .field .addon .addbefore:-ms-input-placeholder,
.fieldset > .field .addon .addafter:-ms-input-placeholder,
.fieldset > .fields > .field .addon .addafter:-ms-input-placeholder {
  color: #575757;
}
.fieldset > .field .addon .addbefore,
.fieldset > .fields > .field .addon .addbefore {
  float: left;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}
.fieldset > .field .additional,
.fieldset > .fields > .field .additional {
  margin-top: 10px;
}
.fieldset > .field.required > .label:after,
.fieldset > .fields > .field.required > .label:after,
.fieldset > .field._required > .label:after,
.fieldset > .fields > .field._required > .label:after {
  content: '*';
  color: #e02b27;
  font-size: 1.2rem;
  margin: 0 0 0 5px;
}
.fieldset > .field .note,
.fieldset > .fields > .field .note {
  font-size: 1.2rem;
  margin: 3px 0 0;
  padding: 0;
  display: inline-block;
  text-decoration: none;
}
.fieldset > .field .note:before,
.fieldset > .fields > .field .note:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 12px;
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.fieldset > .field.no-label > .label,
.fieldset > .fields > .field.no-label > .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.fieldset > .field.choice .label,
.fieldset > .fields > .field.choice .label {
  display: inline;
  font-weight: normal;
  margin: 0;
}
.column:not(.main) .fieldset > .field .label,
.column:not(.main) .fieldset > .fields > .field .label {
  font-weight: normal;
}
.fieldset > .field .field.choice,
.fieldset > .fields > .field .field.choice {
  margin-bottom: 10px;
}
.fieldset > .field .field.choice:last-child,
.fieldset > .fields > .field .field.choice:last-child {
  margin-bottom: 0;
}
.legend + .fieldset,
.legend + div {
  clear: both;
}
.legend > span {
  margin-right: 5px;
}
fieldset.field {
  border: 0;
  padding: 0;
}
.field.date .time-picker {
  display: inline-block;
  margin-top: 10px;
  white-space: nowrap;
}
.field .message.warning {
  margin-top: 10px;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-size: 30px 60px;
  text-indent: 0.01em;
  text-overflow: '';
}
select::-ms-expand {
  display: none;
}
select.admin__control-multiselect {
  height: auto;
}
.field-error,
div.mage-error {
  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 #999;
  margin-left: 16px;
  left: 100%;
  top: 0;
}
.field .tooltip .tooltip-content:after,
.field .tooltip .tooltip-content:before {
  border: solid transparent;
  content: '';
  height: 0;
  position: absolute;
  width: 0;
}
.field .tooltip .tooltip-content:after {
  border-width: 16px;
  border-color: transparent;
}
.field .tooltip .tooltip-content:before {
  border-width: 17px;
  border-color: transparent;
}
.field .tooltip .tooltip-content:after,
.field .tooltip .tooltip-content:before {
  right: 100%;
}
.field .tooltip .tooltip-content:after {
  border-right-color: #fff;
  margin-top: -16px;
  top: 26px;
}
.field .tooltip .tooltip-content:before {
  border-right-color: #999;
  margin-top: -17px;
  top: 26px;
}
.field .tooltip .tooltip-toggle {
  cursor: help;
}
.field .tooltip .tooltip-toggle:hover + .tooltip-content,
.field .tooltip .tooltip-toggle:focus + .tooltip-content,
.field .tooltip:hover .tooltip-content {
  display: block;
}
.field .tooltip .tooltip-content {
  min-width: 200px;
  white-space: normal;
}
input:focus ~ .tooltip .tooltip-content,
select:focus ~ .tooltip .tooltip-content {
  display: block;
}
._has-datepicker ~ .ui-datepicker-trigger {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-shadow: none;
  font-weight: 400;
  display: block;
  text-decoration: none;
  display: inline-block;
  margin-top: -4px;
  vertical-align: middle;
}
._has-datepicker ~ .ui-datepicker-trigger:focus,
._has-datepicker ~ .ui-datepicker-trigger:active {
  background: none;
  border: none;
}
._has-datepicker ~ .ui-datepicker-trigger:hover {
  background: none;
  border: none;
}
._has-datepicker ~ .ui-datepicker-trigger.disabled,
._has-datepicker ~ .ui-datepicker-trigger[disabled],
fieldset[disabled] ._has-datepicker ~ .ui-datepicker-trigger {
  pointer-events: none;
  opacity: 0.5;
}
._has-datepicker ~ .ui-datepicker-trigger > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
._has-datepicker ~ .ui-datepicker-trigger:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 23px;
  line-height: 23px;
  color: #7d7d7d;
  content: '\e612';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
._has-datepicker ~ .ui-datepicker-trigger:focus {
  box-shadow: none;
  outline: 0;
}
.sidebar .fieldset {
  margin: 0;
}
.sidebar .fieldset > .field:not(.choice):not(:last-child),
.sidebar .fieldset .fields > .field:not(:last-child) {
  margin: 0 0 20px;
}
.sidebar .fieldset > .field:not(.choice) .label,
.sidebar .fieldset .fields > .field .label {
  margin: 0 0 4px;
  padding: 0 0 5px;
  text-align: left;
  width: 100%;
}
.sidebar .fieldset > .field:not(.choice) .control,
.sidebar .fieldset .fields > .field .control {
  width: 100%;
}
@font-face {
  font-family: 'luma-icons';
  src: url('../../frontend/DFSolution/layout/it_IT/fonts/Luma-Icons.woff2') format('woff2'), url('../../frontend/DFSolution/layout/it_IT/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: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  padding: 7px 15px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
}
.action.primary:focus,
.action-primary: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: #ff5501;
}
.pages strong.page {
  background: #e5e5e5;
  font-size: 1.2rem;
  line-height: 3rem;
  letter-spacing: normal;
  color: #333;
  display: inline-block;
  font-weight: 700;
  padding: 0 5px;
}
.pages .action {
  background: #f0f0f0;
  border: 1px solid #ccc;
  color: #7d7d7d;
  display: inline-block;
  padding: 0;
  text-decoration: none;
}
.pages .action:visited {
  color: #7d7d7d;
}
.pages .action:hover {
  background: #dedede;
  color: #7d7d7d;
  text-decoration: none;
}
.pages .action:active {
  color: #7d7d7d;
}
.pages .action.next {
  display: inline-block;
  text-decoration: none;
}
.pages .action.next:visited:before {
  color: #7d7d7d;
}
.pages .action.next:active:before {
  color: #7d7d7d;
}
.pages .action.next > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.pages .action.next:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: inherit;
  color: #7d7d7d;
  content: '\e608';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.pages .action.next:hover:before {
  color: #7d7d7d;
}
.pages .action.next:active:before {
  color: #7d7d7d;
}
.pages .action.previous {
  display: inline-block;
  text-decoration: none;
}
.pages .action.previous:visited:before {
  color: #7d7d7d;
}
.pages .action.previous:active:before {
  color: #7d7d7d;
}
.pages .action.previous > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.pages .action.previous:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: inherit;
  color: #7d7d7d;
  content: '\e617';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.pages .action.previous:hover:before {
  color: #7d7d7d;
}
.pages .action.previous:active:before {
  color: #7d7d7d;
}
.pages .action {
  box-shadow: inset 0 1px 0 0 #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;
}
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;
}
/**
 * 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/DFSolution/layout/it_IT/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/DFSolution/layout/it_IT/Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.eot');
  src: url('../../frontend/DFSolution/layout/it_IT/Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.eot?#iefix') format('embedded-opentype'), url('../../frontend/DFSolution/layout/it_IT/Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.woff') format('woff'), url('../../frontend/DFSolution/layout/it_IT/Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.ttf') format('truetype');
}
.pagebuilder-icon,
.slick-prev:before,
.slick-next:before,
.slick-prev:after,
.slick-next:after {
  -webkit-font-smoothing: antialiased;
  font-family: 'pagebuilder-font';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
}
[class^='pagebuilder-icon-']:before,
[class*=' pagebuilder-icon-']:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-family: 'pagebuilder-font';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
  text-decoration: inherit;
  text-rendering: auto;
  text-transform: none;
  vertical-align: middle;
}
.pagebuilder-icon-down:before {
  content: '\f101';
}
.pagebuilder-icon-next:before {
  content: '\f102';
}
.pagebuilder-icon-prev:before {
  content: '\f103';
}
.pagebuilder-icon-up:before {
  content: '\f104';
}
.product-full-width-section {
  padding: 0.5em 0;
}
.product-full-width-section .block.review-add {
  margin-top: 2.7rem;
}
.page-layout-product-full-width .block.related {
  margin-top: 2.7rem;
}
.page-main-details .product-section-title {
  border-bottom: 1px solid #c6c6c6;
  margin-bottom: 15px;
  padding-bottom: 12px;
}
.additional-attributes-wrapper .additional-attributes {
  border: none;
  width: auto;
}
.additional-attributes-wrapper .additional-attributes > tbody > tr > th {
  border: none;
  padding: 5.5px 30px 10px 0;
}
.additional-attributes-wrapper .additional-attributes > tbody > tr > td {
  border: none;
  padding: 5.5px 5px 10px;
}
.cms-index-index.page-layout-cms-full-width .nav-sections {
  margin-bottom: 0;
}
.slick-slider {
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-touch-action: pan-y;
  -ms-user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  box-sizing: border-box;
  display: block;
  position: relative;
  touch-action: pan-y;
  user-select: none;
}
.slick-list {
  display: block;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-track {
  display: block;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 0;
}
.slick-track:before,
.slick-track:after {
  content: '';
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  border: 1px solid transparent;
  display: block;
  height: auto;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-prev {
  left: 2rem;
}
.slick-prev:before {
  content: '\f103';
  padding-right: 5px;
}
.slick-next {
  right: 2rem;
}
.slick-next:before {
  content: '\f102';
  padding-left: 5px;
}
.slick-prev,
.slick-next {
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  background: rgba(252, 252, 252, 0.6);
  border: none;
  border-radius: 0;
  color: transparent;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 60px;
  line-height: 0;
  outline: none;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 60px;
  z-index: 101;
}
.slick-prev.slick-disabled,
.slick-next.slick-disabled {
  opacity: 0.2;
}
.slick-prev:hover,
.slick-next:hover {
  background: #fcfcfc;
  border: none;
}
.slick-prev:hover.slick-disabled,
.slick-next:hover.slick-disabled {
  opacity: 0.2;
}
.slick-prev:hover:before,
.slick-next:hover:before {
  color: #494949;
}
.slick-prev:before,
.slick-next:before,
.slick-prev:after,
.slick-next:after {
  color: #555;
  font-size: 38px;
  opacity: 1;
}
.slick-prev:active,
.slick-next:active,
.slick-prev:focus,
.slick-next:focus,
.slick-prev:not(.primary),
.slick-next:not(.primary) {
  background: rgba(252, 252, 252, 0.7);
  border: none;
  box-shadow: none;
}
.slick-prev:active:active,
.slick-next:active:active,
.slick-prev:focus:active,
.slick-next:focus:active,
.slick-prev:not(.primary):active,
.slick-next:not(.primary):active {
  box-shadow: none;
}
.slick-dots {
  font-size: 1.4rem;
  line-height: normal;
  letter-spacing: normal;
  display: block;
  list-style: none;
  margin: 0;
  padding: 15px 0;
  text-align: center;
  width: 100%;
}
.slick-dots li {
  cursor: pointer;
  display: inline-block;
  height: 14px;
  margin: 0 5px;
  padding: 0;
  position: relative;
  vertical-align: middle;
  width: 14px;
}
.slick-dots li button {
  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: #ff5501;
  text-decoration: underline;
}
a.pagebuilder-button-link:hover,
button.pagebuilder-button-link:hover,
div.pagebuilder-button-link:hover,
a.pagebuilder-button-link:active,
button.pagebuilder-button-link:active,
div.pagebuilder-button-link:active,
a.pagebuilder-button-link:focus,
button.pagebuilder-button-link:focus,
div.pagebuilder-button-link:focus {
  background: none;
  border: 0;
}
a.pagebuilder-button-link.disabled,
button.pagebuilder-button-link.disabled,
div.pagebuilder-button-link.disabled,
a.pagebuilder-button-link[disabled],
button.pagebuilder-button-link[disabled],
div.pagebuilder-button-link[disabled],
fieldset[disabled] a.pagebuilder-button-link,
fieldset[disabled] button.pagebuilder-button-link,
fieldset[disabled] div.pagebuilder-button-link {
  color: #006bb4;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
a.pagebuilder-button-primary,
button.pagebuilder-button-primary,
div.pagebuilder-button-primary {
  text-decoration: none;
  background-image: none;
  background: #1979c3;
  border: 1px solid #1979c3;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  margin: 0 10px 10px 0;
  padding: 7px 15px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
  line-height: 2.2rem;
  padding: 14px 17px;
  font-size: 1.8rem;
  border-radius: 3px;
  box-shadow: none;
}
a.pagebuilder-button-primary:hover,
button.pagebuilder-button-primary:hover,
div.pagebuilder-button-primary:hover,
a.pagebuilder-button-primary:active,
button.pagebuilder-button-primary:active,
div.pagebuilder-button-primary:active,
a.pagebuilder-button-primary:focus,
button.pagebuilder-button-primary:focus,
div.pagebuilder-button-primary:focus {
  text-decoration: none;
}
a.pagebuilder-button-primary:focus,
button.pagebuilder-button-primary:focus,
div.pagebuilder-button-primary:focus,
a.pagebuilder-button-primary:active,
button.pagebuilder-button-primary:active,
div.pagebuilder-button-primary:active {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #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: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  margin: 0 10px 10px 0;
  padding: 7px 15px;
  font-size: 1.4rem;
  line-height: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
  line-height: 2.2rem;
  padding: 14px 17px;
  font-size: 1.8rem;
  border-radius: 3px;
  box-shadow: none;
}
a.pagebuilder-button-secondary:hover,
button.pagebuilder-button-secondary:hover,
div.pagebuilder-button-secondary:hover,
a.pagebuilder-button-secondary:active,
button.pagebuilder-button-secondary:active,
div.pagebuilder-button-secondary:active,
a.pagebuilder-button-secondary:focus,
button.pagebuilder-button-secondary:focus,
div.pagebuilder-button-secondary:focus {
  text-decoration: none;
}
a.pagebuilder-button-secondary:focus,
button.pagebuilder-button-secondary:focus,
div.pagebuilder-button-secondary:focus,
a.pagebuilder-button-secondary:active,
button.pagebuilder-button-secondary:active,
div.pagebuilder-button-secondary:active {
  background: #e2e2e2;
  border: 1px solid #ccc;
  color: #333;
}
a.pagebuilder-button-secondary:hover,
button.pagebuilder-button-secondary:hover,
div.pagebuilder-button-secondary:hover {
  background: #e1e1e1;
  border: 1px solid #ccc;
  color: #333;
}
a.pagebuilder-button-secondary.disabled,
button.pagebuilder-button-secondary.disabled,
div.pagebuilder-button-secondary.disabled,
a.pagebuilder-button-secondary[disabled],
button.pagebuilder-button-secondary[disabled],
div.pagebuilder-button-secondary[disabled],
fieldset[disabled] a.pagebuilder-button-secondary,
fieldset[disabled] button.pagebuilder-button-secondary,
fieldset[disabled] div.pagebuilder-button-secondary {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.pagebuilder-column {
  box-sizing: border-box;
}
[data-content-type='heading'] {
  word-wrap: break-word;
}
[data-content-type='html'] {
  word-wrap: break-word;
}
figure[data-content-type='image'] {
  box-sizing: border-box;
}
figure[data-content-type='image'] > [data-element='link'],
figure[data-content-type='image'] > [data-element='link'] img {
  border-radius: inherit;
}
figure[data-content-type='image'] figcaption {
  word-wrap: break-word;
}
[data-content-type='map'] {
  box-sizing: border-box;
  height: 300px;
}
[data-content-type='row'] li.product-item {
  text-align: left;
}
.pagebuilder-column .widget-product-grid .product-item {
  max-width: 100%;
  min-width: 50px;
}
.pagebuilder-column .widget-product-grid .product-item .price-box {
  word-wrap: break-word;
}
.pagebuilder-column .widget-product-grid .product-item .price-box .price {
  white-space: normal;
}
.pagebuilder-column .widget-product-grid .product-item .product-item-actions .actions-primary {
  display: inline-block;
  max-width: 100%;
}
.pagebuilder-column .widget-product-grid .product-item .product-item-actions .actions-secondary {
  display: inline-block;
  width: auto;
}
.pagebuilder-column .widget-product-grid .product-item .product-item-actions .tocart {
  max-width: 100%;
  white-space: normal;
}
.pagebuilder-column [data-content-type='products'] .block.widget .products-grid .widget-product-grid.product-items .product-item {
  width: 200px;
}
[data-content-type='products'][data-appearance='carousel'] .slick-initialized li.product-item {
  display: block;
}
[data-content-type='products'][data-appearance='carousel'] .slick-initialized li.product-item:first-child {
  visibility: visible;
}
[data-content-type='products'][data-appearance='carousel'] .product-item-info {
  width: auto;
}
[data-content-type='products'][data-appearance='carousel'] li.product-item {
  display: none;
}
[data-content-type='products'][data-appearance='carousel'] li.product-item:first-child {
  display: block;
  visibility: hidden;
}
[data-content-type='products'][data-appearance='carousel'].center-mode .product-item {
  opacity: 0.5;
  transition: all 300ms ease;
}
[data-content-type='products'][data-appearance='carousel'].center-mode .product-item:hover {
  opacity: 1;
}
[data-content-type='products'][data-appearance='carousel'].center-mode .slick-current .product-item {
  opacity: 1;
}
[data-content-type='row'][data-appearance='contained'] {
  box-sizing: border-box;
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 1280px;
}
[data-content-type='row'][data-appearance='contained'] [data-element='inner'] {
  box-sizing: border-box;
}
[data-content-type='row'][data-appearance='full-bleed'] {
  box-sizing: border-box;
}
[data-content-type='row'][data-appearance='full-width'] {
  box-sizing: border-box;
}
[data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  width: 100%;
}
[data-content-type='slide'] {
  box-sizing: border-box;
  line-height: 20px;
  min-height: inherit;
  overflow: hidden;
}
[data-content-type='slide'] > [data-element='link'],
[data-content-type='slide'] > [data-element='empty_link'] {
  color: inherit;
  min-height: inherit;
  text-decoration: inherit;
}
[data-content-type='slide'] > [data-element='link']:hover,
[data-content-type='slide'] > [data-element='empty_link']:hover {
  color: inherit;
  text-decoration: inherit;
}
[data-content-type='slide'] + [data-content-type='slide'] {
  height: 0;
  min-height: 0;
}
.slick-slider [data-content-type='slide'] + [data-content-type='slide'] {
  height: initial;
  min-height: inherit;
}
.pagebuilder-slide-wrapper {
  border-radius: inherit;
  box-sizing: border-box;
  min-height: inherit;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.pagebuilder-slide-wrapper .jarallax-viewport-element {
  height: 100%;
  left: -15000vw;
  position: absolute;
  top: 0;
  width: 1px;
  z-index: 100;
}
.slick-current .pagebuilder-slide-wrapper .jarallax-viewport-element {
  left: 0;
}
.pagebuilder-slide-wrapper.jarallax .video-overlay {
  -webkit-transform: unset;
  z-index: 1;
}
.pagebuilder-slide-wrapper.jarallax .pagebuilder-overlay {
  position: relative;
  z-index: 2;
}
.pagebuilder-slide-wrapper.jarallax [id*='jarallax-container'] > div,
.pagebuilder-slide-wrapper.jarallax [id*='jarallax-container'] > img,
.pagebuilder-slide-wrapper.jarallax [id*='jarallax-container'] > video,
.pagebuilder-slide-wrapper.jarallax [id*='jarallax-container'] > iframe {
  margin: auto !important;
  transform: none !important;
}
.pagebuilder-slide-wrapper .pagebuilder-overlay {
  -moz-transition: background-color 500ms ease;
  -o-transition: background-color 500ms ease;
  -webkit-transition: background-color 500ms ease;
  border-radius: inherit;
  box-sizing: border-box;
  padding: 30px;
  transition: background-color 500ms ease;
}
.pagebuilder-slide-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: inherit;
}
.pagebuilder-slide-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
  max-width: 540px;
}
.pagebuilder-slide-wrapper [data-element='content'] {
  min-height: 50px;
  overflow: auto;
}
.pagebuilder-slide-wrapper .pagebuilder-slide-button {
  -moz-transition: opacity 500ms ease;
  -o-transition: opacity 500ms ease;
  -webkit-transition: opacity 500ms ease;
  margin: 20px 0 0 0;
  max-width: 100%;
  text-align: inherit;
  transition: opacity 500ms ease;
  word-break: break-word;
}
.pagebuilder-slide-wrapper .pagebuilder-poster-content {
  width: 100%;
}
[data-appearance='collage-centered'] .pagebuilder-slide-wrapper .pagebuilder-overlay {
  margin-left: auto;
  margin-right: auto;
}
[data-appearance='collage-left'] .pagebuilder-slide-wrapper .pagebuilder-overlay {
  margin-right: auto;
}
[data-appearance='collage-right'] .pagebuilder-slide-wrapper .pagebuilder-overlay {
  margin-left: auto;
}
div[data-content-type='slider'] {
  visibility: hidden;
}
div[data-content-type='slider'].slick-initialized {
  visibility: visible;
}
div[data-content-type='slider'] .slick-list,
div[data-content-type='slider'] .slick-track,
div[data-content-type='slider'] .slick-slide {
  min-height: inherit;
}
div[data-content-type='slider'] .slick-list > div,
div[data-content-type='slider'] .slick-track > div,
div[data-content-type='slider'] .slick-slide > div {
  line-height: 0;
  min-height: inherit;
  overflow: hidden;
  width: 100%;
}
div[data-content-type='slider'] a.button {
  -moz-appearance: button;
  -webkit-appearance: button;
  appearance: button;
  color: initial;
  padding: 10px;
  text-decoration: none;
}
div[data-content-type='tabs'] .tabs-navigation {
  display: block;
  font-size: 0;
  margin: 0 0 -1px;
  padding: 0;
}
div[data-content-type='tabs'] .tabs-navigation li:first-child {
  margin-left: 0 !important;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header {
  background: #f6f6f6;
  border: 1px solid #ccc;
  border-bottom: 0;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow-wrap: break-word;
  position: relative;
  word-wrap: break-word;
  z-index: 1;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header:not(:first-child) {
  margin-left: -1px;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title {
  border-right: 0;
  color: #000;
  cursor: pointer !important;
  display: block;
  font-size: 14px;
  font-weight: 600;
  padding: 1.4rem 2rem;
  position: relative;
  transition: all 0.3s;
  vertical-align: middle;
  white-space: normal;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title span.tab-title {
  display: block;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title:hover {
  text-decoration: none;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header:last-child {
  border-right: 1px solid #ccc;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header.ui-state-active {
  background: #fff;
  z-index: 19;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header.ui-state-active a.tab-title {
  position: relative;
  transition: all 0.3s;
}
div[data-content-type='tabs'] .tabs-content {
  border: 1px solid #ccc;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  z-index: 9;
}
div[data-content-type='tabs'] .tabs-content [data-content-type='tab-item'] {
  box-sizing: border-box;
  min-height: inherit;
}
div[data-content-type='tabs'] .tabs-content [data-content-type='tab-item']:not(:first-child) {
  display: none;
}
div[data-content-type='tabs'].tab-align-left .tabs-content {
  border-top-left-radius: 0 !important;
}
div[data-content-type='tabs'].tab-align-right .tabs-content {
  border-top-right-radius: 0 !important;
}
div[data-content-type='text'] {
  word-wrap: break-word;
}
div[data-content-type='video'] {
  font-size: 0;
}
div[data-content-type='video'] .pagebuilder-video-inner {
  box-sizing: border-box;
  display: inline-block;
  width: 100%;
}
div[data-content-type='video'] .pagebuilder-video-container {
  border-radius: inherit;
  overflow: hidden;
  padding-top: 56.25%;
  position: relative;
}
div[data-content-type='video'] iframe,
div[data-content-type='video'] video {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.jarallax {
  position: relative;
  z-index: 0;
}
.jarallax > .jarallax-img {
  font-family: 'object-fit: cover;', sans-serif;
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.jarallax-video-fallback {
  transform: scale3d(0, 0, 0);
}
.jarallax .video-overlay {
  -webkit-transform: translate3d(0, 0, 0);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -99;
}
.jarallax [id*='jarallax-container'] video,
.jarallax [id*='jarallax-container'] iframe {
  visibility: hidden;
}
.cms-content-important {
  background-color: #f5f5f5;
  color: #333;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.1;
  margin: 0 0 35px -20px;
  padding: 20px;
}
.pagebuilder-full-width {
  float: left;
  width: 100%;
}
.pagebuilder-content-type {
  box-sizing: border-box;
  margin-bottom: 20px;
}
.pagebuilder-accordion {
  margin: 0;
  padding: 0;
}
.pagebuilder-accordion > .item.title {
  box-sizing: border-box;
  float: none;
  width: 100%;
}
.pagebuilder-accordion > .item.title > .switch {
  display: block;
}
.pagebuilder-accordion > .item.content {
  box-sizing: border-box;
  display: block;
  float: none;
  margin: 0;
}
.pagebuilder-accordion > .item.content:before,
.pagebuilder-accordion > .item.content:after {
  content: '';
  display: table;
}
.pagebuilder-accordion > .item.content:after {
  clear: both;
}
.pagebuilder-accordion > .item.content.active {
  display: block;
}
.pagebuilder-accordion > .item.title {
  margin: 0;
}
.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;
}
/**
 * ADOBE CONFIDENTIAL
 *
 * Copyright 2020 Adobe
 * All Rights Reserved.
 *
 * NOTICE: All information contained herein is, and remains
 * the property of Adobe and its suppliers, if any. The intellectual
 * and technical concepts contained herein are proprietary to Adobe
 * and its suppliers and are protected by all applicable intellectual
 * property laws, including trade secret and copyright laws.
 * Dissemination of this information or reproduction of this material
 * is strictly forbidden unless prior written permission is obtained
 * from Adobe.
 */
/**
 * ADOBE CONFIDENTIAL
 *
 * Copyright 2026 Adobe
 * All Rights Reserved.
 *
 * NOTICE: All information contained herein is, and remains
 * the property of Adobe and its suppliers, if any. The intellectual
 * and technical concepts contained herein are proprietary to Adobe
 * and its suppliers and are protected by all applicable intellectual
 * property laws, including trade secret and copyright laws.
 * Dissemination of this information or reproduction of this material
 * is strictly forbidden unless prior written permission is obtained
 * from Adobe.
 */
.payment-method-payment_services_paypal_apm .payment-services-paypal-apm-mark > div,
.payment-method-payment_services_paypal_apm .payment-services-paypal-apm-mark .paypal-marks {
  display: inline-block;
}
.payment-method-payment_services_paypal_apm .billing-address-details,
.payment-method-payment_services_paypal_apm .payment-services-paypal-legal-text {
  margin-bottom: 20px;
}
.payment-method .flex-center {
  align-items: center;
  display: flex;
  gap: 5px;
}
.payment-method .payment-type-icon {
  height: 40px;
}
.card-grid {
  display: grid;
}
.card-aux {
  gap: 20px;
  grid-template-columns: minmax(auto, 400px);
}
.card-aux .actions-toolbar {
  justify-self: start;
}
.card-container {
  margin-top: 20px;
  align-items: center;
}
.card-container .card-layout {
  column-gap: 10px;
  display: grid;
  grid-template-areas: 'card-number-field-area card-number-field-area' 'expiration-date-field-area cvv-field-area';
  max-width: 400px;
  row-gap: 10px;
  grid-template-columns: repeat(2, 1fr);
}
.card-container .card-layout .display-lock {
  align-items: center;
  display: flex;
  flex-direction: row-reverse;
}
.card-container .card-layout .display-lock .lock-icon:hover::before {
  color: #757575;
}
.card-container .card-layout .display-lock .lock-icon:before {
  color: #bbb;
  content: '\e629';
  display: inline-block;
  font-family: 'luma-icons';
  font-size: 18px;
  font-weight: normal;
  line-height: inherit;
  overflow: hidden;
  speak: none;
  text-align: center;
  vertical-align: middle;
}
.card-container .card-layout .card-number-field-area {
  grid-area: card-number-field-area;
}
.card-container .card-layout .expiration-date-field-area {
  grid-area: expiration-date-field-area;
}
.card-container .card-layout .cvv-field-area {
  grid-area: cvv-field-area;
}
.card-container .field div.error {
  border-color: #ed8380;
}
.card-container .field .label {
  display: block;
  font-weight: 600;
}
.card-container .field .card-field {
  border: 1px solid #c2c2c2;
  height: 32px;
  padding: 8px 15px;
}
.card-container .field .field-wrapper {
  position: relative;
}
.card-container .field .field-wrapper .field-tooltip {
  cursor: pointer;
  position: absolute;
  right: 15px;
  top: 10px;
}
.checkout-index-index > .loading-mask {
  z-index: 999;
}
axo-auth,
paypal-shipping-address-selector {
  position: fixed;
  z-index: 10000;
}
.paypal-fastlane-powered-by {
  display: block;
  margin: 5px 0;
  width: 150px;
}
.paypal-fastlane-shipping-change-address-form {
  margin-bottom: 30px;
}
.paypal-fastlane-shipping-change-address-form button {
  width: 100%;
}
.paypal-fastlane-divider {
  margin-top: 30px;
  position: relative;
  text-align: center;
  width: 100%;
}
.paypal-fastlane-divider:before {
  border-bottom: 1px solid #ccc;
  content: '';
  left: 0;
  position: absolute;
  top: 50%;
  width: 100%;
}
.paypal-fastlane-divider span {
  background-color: #f4f4f4;
  padding: 0 10px;
  position: relative;
}
#payment-services-paypal-fastlane paypal-payment {
  display: block;
  margin-bottom: 20px;
}
#payment-services-paypal-fastlane + .checkout-agreements-block .recaptcha-checkout-place-order {
  margin-bottom: 20px;
}
.magento-payments-review .actions-toolbar {
  margin-top: 10px;
}
.magento-payments-review .magento-payments-review-title {
  padding: 0 0 10px;
}
.magento-payments-review .magento-payments-review-title > strong {
  font-size: 2.4rem;
  font-weight: 300;
}
.magento-payments-review .magento-payments-review-title .action {
  display: inline-block;
  margin: 12px 0 0 30px;
}
.magento-payments-review .table-magento-payments-review-items .col.name {
  padding-top: 16px;
}
.magento-payments-review .table-magento-payments-review-items .col.qty {
  text-align: center;
}
.magento-payments-review .item-options dt {
  display: inline-block;
}
.magento-payments-review .item-options dt:after {
  content: ': ';
}
.magento-payments-review .item-options dd {
  margin: 0;
}
.magento-payments-review .payment-source-logo {
  margin-top: 10px;
}
.magento-payments-review .payment-source-logo[alt='googlepay'] {
  height: 40px;
}
.magento-payments-review .payment-source-logo[alt='applepay'] {
  height: 40px;
}
.magento-payments-review .payment-source-logo[alt='paypal'],
.magento-payments-review .payment-source-logo[alt='paylater'] {
  height: 26px;
}
.magento-payments-review .payment-source-logo[alt='venmo'] {
  height: 20px;
}
.magento-payments-review-discount {
  border-bottom: 1px solid #ccc;
  margin: 0 0 40px;
  padding: 10px 0 0;
}
.block-minicart .block-content > .actions .smart-buttons {
  margin-top: 15px;
}
.pay-later-message {
  margin-top: 10px;
}
.smart-buttons > div > div {
  vertical-align: bottom;
}
.apple-pay {
  margin-top: 14px;
}
.cart-summary .apple-pay {
  margin-top: 11px;
}
.google-pay {
  margin-top: 14px;
}
.google-pay button {
  background-origin: content-box;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  border: 0;
}
.cart-summary .google-pay {
  margin-bottom: 14px;
}
/**
 * ADOBE CONFIDENTIAL
 *
 * Copyright 2026 Adobe
 * All Rights Reserved.
 *
 * NOTICE: All information contained herein is, and remains
 * the property of Adobe and its suppliers, if any. The intellectual
 * and technical concepts contained herein are proprietary to Adobe
 * and its suppliers and are protected by all applicable intellectual
 * property laws, including trade secret and copyright laws.
 * Dissemination of this information or reproduction of this material
 * is strictly forbidden unless prior written permission is obtained
 * from Adobe.
 */
.payment-services-express-payments .payment-services-express-payments-container {
  max-width: 500px;
  display: grid;
  margin: 10px 0;
}
.payment-services-express-payments .payment-services-express-payments-paypal .paypal-button-container,
.payment-services-express-payments .payment-services-express-payments-alternate {
  display: grid;
  grid-gap: 5px;
}
.payment-services-express-payments + .field.addresses {
  margin-top: 30px;
}
.checkout-payment-method .payment-services-express-payments {
  margin-bottom: 30px;
}
.amslick-slider-container {
  /* phpcs:ignore Magento2.Less.SemicolonSpacing.NotAtEnd */
}
.amslick-slider-container .slick-dots li button:focus,
.amslick-slider-container .slick-dots li button:hover,
.amslick-slider-container .slick-list:focus {
  outline: 0;
}
.amslick-slider-container .slick-list,
.amslick-slider-container .slick-slider,
.amslick-slider-container .slick-track {
  display: block;
  position: relative;
}
.amslick-slider-container .slick-loading .slick-slide,
.amslick-slider-container .slick-loading .slick-track {
  visibility: hidden;
}
.amslick-slider-container .slick-list {
  margin: 0;
  overflow: hidden;
  padding: 0;
}
.amslick-slider-container .slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.amslick-slider-container .slick-slider .slick-list,
.amslick-slider-container .slick-slider .slick-track {
  transform: translate3d(0, 0, 0);
}
.amslick-slider-container .slick-track {
  left: 0;
  margin: 0 auto;
  top: 0;
}
.amslick-slider-container .slick-track:after,
.amslick-slider-container .slick-track:before {
  content: '';
  display: table;
}
.amslick-slider-container .slick-track:after {
  clear: both;
}
.amslick-slider-container .slick-slide,
.amslick-slider-container .slick-slide.slick-loading img {
  display: none;
}
.amslick-slider-container .slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  vertical-align: middle;
}
.amslick-slider-container [dir=rtl] .slick-slide {
  float: right;
}
.amslick-slider-container .slick-slide.dragging img {
  pointer-events: none;
}
.amslick-slider-container .slick-vertical .slick-slide {
  border: 1px solid transparent;
  display: block;
  height: auto;
}
.amslick-slider-container .slick-arrow.slick-hidden {
  display: none;
}
.amslick-slider-container .slick-loading .slick-list {
  background: 0 0;
  position: relative;
}
.amslick-slider-container .slick-loading .slick-list:before {
  animation: loading 1s infinite linear;
  border-color: rgba(0, 0, 0, 0.2);
  border-radius: 100%;
  border-style: solid;
  border-top-color: #5c5c5c;
  border-width: 3px;
  content: '';
  display: block;
  height: 25px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 25px;
}
.amslick-slider-container .slick-next.slick-disabled,
.amslick-slider-container .slick-prev.slick-disabled {
  opacity: 0.25;
}
.amslick-slider-container .slick-dotted.slick-slider {
  margin-bottom: 30px;
}
.amslick-slider-container .slick-dots {
  display: block;
  left: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}
.amslick-slider-container .slick-dots li {
  cursor: pointer;
  display: inline-block;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  position: relative;
  width: 20px;
}
.amslick-slider-container .slick-dots li button,
.amslick-slider-container .slick-slider .slick-arrow {
  box-shadow: none;
  cursor: pointer;
  display: block;
  outline: 0;
}
.amslick-slider-container .slick-dots li button {
  background: 0 0;
  border: 0;
  color: transparent;
  font-size: 0;
  height: 20px;
  line-height: 0;
  padding: 5px;
  width: 20px;
}
.amslick-slider-container .slick-dots li button:focus:before,
.amslick-slider-container .slick-dots li button:hover:before {
  opacity: 1;
}
.amslick-slider-container .slick-dots li button:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: #000;
  content: '•';
  font-size: 16px;
  height: 20px;
  left: 0;
  line-height: 20px;
  opacity: 0.25;
  position: absolute;
  text-align: center;
  top: 0;
  width: 20px;
}
.amslick-slider-container .slick-dots li.slick-active button:before {
  color: #000;
  opacity: 0.75;
}
.amslick-slider-container .slick-slider {
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
  padding: 0 20px;
  touch-action: pan-y;
  user-select: none;
}
.amslick-slider-container .slick-slider .slick-arrow {
  background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMjIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0uMi40QTEgMSAwIDAgMSAxLjYuMmwxMiAxMGExIDEgMCAwIDEgMCAxLjZsLTEyIDEwYTEgMSAwIDAgMS0xLjItMS42TDExLjMzMyAxMSAuNCAxLjhBMSAxIDAgMCAxIC4yLjR6IiBmaWxsPSIjQzRDNEM0Ii8+PC9zdmc+') center no-repeat !important;
  border: none;
  color: transparent;
  font-size: 0;
  height: 22px;
  line-height: 0;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  transition: background 0.3s ease;
  width: 15px;
}
.amslick-slider-container .slick-slider .slick-arrow:before,
.amslick-slider-container .slick-slider .slick-arrow:after {
  content: '';
}
.amslick-slider-container .slick-slider .slick-arrow:hover {
  background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMjIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0uMi40QTEgMSAwIDAgMSAxLjYuMmwxMiAxMGExIDEgMCAwIDEgMCAxLjZsLTEyIDEwYTEgMSAwIDAgMS0xLjItMS42TDExLjMzMyAxMSAuNCAxLjhBMSAxIDAgMCAxIC4yLjR6IiBmaWxsPSIjMTYxNjE2Ii8+PC9zdmc+') center no-repeat;
}
.amslick-slider-container .slick-slider .slick-arrow.slick-next {
  right: 0;
}
.amslick-slider-container .slick-slider .slick-arrow.slick-prev {
  left: 0;
  transform: rotate(180deg) translate(0, 50%);
}
.amslick-slider-container .slick-initialized .slick-slide {
  display: inline-block !important;
  float: none !important;
  height: auto;
}
.amslick-slider-container .product-items.slick-slider > .slick-list {
  padding: 15px 0;
}
.amslick-slider-container .product-items.slick-slider .slick-slide .product-item {
  display: block !important;
  margin: auto !important;
  max-width: 205px;
}
.amslick-slider-container .sidebar.sidebar-additional {
  width: 100%;
}
@keyframes loading {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    transform: translate(-50%, -50%) rotate(359.9deg);
  }
}
.-am-blocked {
  pointer-events: none;
}
.checkout-index-index .page-header .minicart-wrapper {
  display: none;
}
.checkout-index-index .authentication-wrapper {
  margin-right: 9px;
}
.checkout-index-index .checkout-header {
  margin: 12px 0 20px;
  padding: 0 9px;
  width: 70%;
}
.checkout-index-index .checkout-header .title {
  margin: 0 auto 7px;
}
.checkout-index-index .checkout-header .description {
  font-size: 18px;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  float: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-2columns .checkout-column,
.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-3columns .checkout-column {
  width: 100%;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-3columns .shipping-address-item:nth-child(3n + 1):before {
  display: block;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-3columns .shipping-address-item:nth-child(2n + 1):before {
  display: none;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-3columns .shipping-address-item,
.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-2-3-columns .shipping-address-item {
  width: 50%;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-3columns .shipping-address-item:only-child,
.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-2-3-columns .shipping-address-item:only-child {
  width: 100%;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-3columns .table-checkout-shipping-method,
.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-2-3-columns .table-checkout-shipping-method {
  min-width: 0;
  width: 100%;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper:before {
  display: none;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .step-content {
  margin: 0;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .shipping-address {
  margin-bottom: 0;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper #co-payment-form .discount-code {
  display: none;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper #co-payment-form .rewards-add {
  display: none;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper #co-payment-form .gift-code {
  display: none;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .discount-code .payment-option-title {
  border: none;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-agreement {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-agreement label {
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-agreement div.mage-error {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-agreement .action-show {
  text-align: left;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .payment-method-content,
.checkout-index-index .opc-wrapper.am-opc-wrapper .payment-option-content {
  padding: 0 22px 20px;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .payment-option-content .action-apply {
  margin-right: 0;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .payment-method-content .actions-toolbar > .primary {
  padding-right: 0;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-block > li {
  list-style-type: none;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .field.amcheckout-comment {
  margin-bottom: 10px;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .label {
  word-break: break-all;
  word-wrap: break-word;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-billing-address {
  max-width: 500px;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-billing-address .billing-address-same-as-shipping-block {
  margin: 5px 0 10px;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-billing-address .actions-toolbar {
  margin-top: 15px;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-billing-address .actions-toolbar .action.action-cancel {
  margin: 0 20px 0 0;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-billing-address .primary {
  float: right;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-billing-address .field-select-billing .label {
  display: none;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-shipping-address .primary {
  float: right;
}
.checkout-index-index .am-submit-summary #checkout-payment-method-load .actions-toolbar {
  display: none;
}
.checkout-index-index .am-submit-summary #checkout-payment-method-load .payment-method-billing-address .actions-toolbar {
  display: block;
}
.checkout-index-index .am-submit-fixed #checkout-payment-method-load .actions-toolbar {
  background-color: #eaeaea;
  display: block;
  left: 50%;
  margin-left: auto;
  margin-right: auto;
  position: fixed;
  text-align: center;
  transform: translate(-50%);
  width: 1240px;
  z-index: 999;
}
.checkout-index-index .am-submit-fixed #checkout-payment-method-load .actions-toolbar > * {
  float: none;
}
.checkout-index-index .am-submit-fixed.-top #checkout-payment-method-load .actions-toolbar {
  bottom: auto;
  top: 0;
}
.checkout-index-index .am-submit-fixed.-bottom #checkout-payment-method-load .actions-toolbar {
  bottom: 0;
}
.checkout-index-index .checkout-block {
  -webkit-transition: box-shadow 0.5s;
  -moz-transition: box-shadow 0.5s;
  -ms-transition: box-shadow 0.5s;
  transition: box-shadow 0.5s;
  background: #fff;
  box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.15);
  margin: 7px 9px 32px;
  padding: 24px 12px;
}
.checkout-index-index .checkout-block:hover {
  box-shadow: 0 1px 4px 1px rgba(25, 121, 195, 0.45);
}
.checkout-index-index .am-checkout {
  margin: 20px 0;
  padding: 12px;
}
.checkout-index-index .am-checkout .product-item .amcheckout-price-wrapper {
  font-size: 1.2rem;
  margin: 5px 0;
}
.checkout-index-index .am-checkout:not(.-modern) {
  background: #eaeaea;
}
.checkout-index-index .opc-block-summary {
  margin: -24px -12px 0;
  padding: 24px 12px;
}
.checkout-index-index .opc-block-summary .minicart-items-wrapper {
  margin: 0;
}
.checkout-index-index .additional-options {
  margin: 24px 7px 12px;
}
.checkout-index-index .additional-options .checkout-agreements .action-show {
  background: none;
  border: 0;
  border-radius: 0;
  color: #006bb4;
  display: inline;
  font-weight: 400;
  line-height: 1.42857143;
  padding: 0;
  text-decoration: none;
}
.checkout-index-index .additional-options .checkout-agreements .action-show:not(:focus) {
  box-shadow: none;
}
.checkout-index-index .additional-options .field {
  margin-top: 7px;
}
.checkout-index-index .amcheckout-form-login .mage-error:not([style*='display: none;']) + .field-error {
  display: none;
}
.checkout-index-index .additional-options .field._required .label:after {
  color: #e02b27;
  content: '*';
  font-size: 1.2rem;
  margin: 0 0 0 5px;
}
.checkout-index-index .opc-block-summary .minicart-items input[type='number']::-webkit-inner-spin-button,
.checkout-index-index .opc-block-summary .minicart-items input[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: inner-spin-button !important;
}
.checkout-index-index .opc-block-summary .minicart-items input[type='number']:focus {
  -moz-appearance: spinner !important;
}
.checkout-index-index .opc-block-summary .minicart-items input.qty {
  width: 55px;
}
.checkout-index-index .opc-block-summary .minicart-items button {
  float: right;
  margin-top: 12px;
}
.checkout-index-index .opc-block-summary .minicart-items .delete {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTS0xLTFoMTJ2MTJILTF6Ii8+PHBhdGggZmlsbD0iI2I1YjViNSIgY2xhc3M9ImFjdGl2ZS1wYXRoIiBkPSJNNiA1bDQtNC0xLTEtNCA0LTQtNC0xIDEgNCA0LTQgNCAxIDEgNC00IDQgNCAxLTEtNC00eiIgc3Ryb2tlPSJudWxsIi8+PC9zdmc+) no-repeat center;
  background-size: 7px;
  border: 1px #b6b6b6 solid;
  cursor: pointer;
  float: left;
  height: 7px;
  padding: 3px;
  width: 7px;
}
.checkout-index-index .opc-block-summary .minicart-items .product-item-details {
  padding-left: 118px;
}
.checkout-index-index .opc-block-summary .minicart-items .product-image-container {
  margin-left: 16px;
}
@media (min-width: 900px) {
  .checkout-index-index .opc-wrapper.am-opc-wrapper {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .checkout-index-index .opc-wrapper.am-opc-wrapper.layout-2columns .checkout-column {
    width: 50%;
  }
  .checkout-index-index .opc-wrapper.am-opc-wrapper.layout-3columns .checkout-column {
    width: 33.3%;
  }
}
.checkout-index-index #opc-shipping_method #checkout-shipping-method-load .table-checkout-shipping-method {
  max-width: 600px;
}
.checkout-index-index #opc-shipping_method #checkout-shipping-method-load .table-checkout-shipping-method .col-price {
  min-width: unset;
}
.checkout-index-index .modal-popup:not(.agreements-modal):not(.popup-authentication) .modal-inner-wrap {
  left: 0;
  margin-left: auto;
  margin-right: auto;
  max-width: 500px;
  right: 0;
  width: 100%;
}
.checkout-payment-method .payment-methods {
  margin: 0;
}
.checkout-payment-method .payment-methods .actions-toolbar .primary {
  font-size: 1.8rem;
  line-height: 2.2rem;
  padding: 14px 17px;
}
.checkout-payment-method.submit .payment-methods {
  margin: 0;
}
.fieldset.address {
  margin: 0 -7px;
}
.fieldset.address > .field {
  box-sizing: border-box;
  display: inline-block;
  padding: 0 7px;
  vertical-align: top;
  width: 100%;
}
.checkout-success .success-messages {
  font-size: 1.8rem;
  margin-bottom: 40px;
}
.account .column.main .order-details-items {
  margin-bottom: 0;
}
.account .column.main .order-details-items .order-items .data.table > tbody > tr:nth-child(even) > td {
  background: none;
}
.page-main .block.block-order-details {
  margin-bottom: 25px;
}
.page-main .block.block-order-details .order-date {
  border-bottom: 1px solid #c5c5c5;
  font-size: 1.6rem;
  padding-bottom: 25px;
}
.page-main .block.block-order-details-comments {
  margin-bottom: 35px;
}
.page-main .block.block-order-details-view {
  margin-bottom: 10px;
}
.page-main .block.block-order-details-view:nth-child(2) .block-title {
  display: none;
}
#registration {
  border-left: 3px solid #f58c12;
  margin: 20px 0 25px;
  padding: 0 0 0 12px;
  position: relative;
  width: 600px;
}
#registration br {
  display: none;
}
#registration form {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  right: 0;
  top: 50%;
}
.opc-estimated-wrapper .minicart-wrapper {
  display: none;
}
.amcheckout-trust-badges {
  display: flex;
  justify-content: flex-start;
  margin-top: 10px;
}
.amcheckout-trust-seal {
  font-size: 8px;
  max-width: 137px;
}
.checkout-payment-method .amcheckout-trust-seal {
  font-size: 10px;
  margin: 0 auto 15px;
  max-width: 66%;
  text-align: center;
}
.am-checkout.-layout-3columns .checkout-payment-method .amcheckout-trust-seal {
  font-size: 12px;
}
.amcheckout-trust-seal .amcheckout-title,
.amcheckout-trust-seal .amcheckout-description {
  margin-bottom: 0;
}
.amcheckout-default-tooltip.tooltipster-base.tooltipster-sidetip {
  height: auto !important;
}
.amcheckout-default-tooltip.tooltipster-base.tooltipster-sidetip .tooltipster-box {
  border: 1px solid #999;
  border-radius: 0;
  color: inherit !important;
}
.amcheckout-default-tooltip.tooltipster-base.tooltipster-sidetip .tooltipster-content {
  padding: 12px;
  background: #f4f4f4;
}
.amcheckout-default-tooltip.tooltipster-base.tooltipster-sidetip .tooltipster-arrow {
  width: 12px;
}
.amcheckout-default-tooltip.tooltipster-base.tooltipster-sidetip.tooltipster-right .tooltipster-arrow {
  left: -3px;
}
.amcheckout-default-tooltip.tooltipster-base.tooltipster-sidetip.tooltipster-left .tooltipster-arrow {
  right: -2px;
  width: 14px;
}
.amcheckout-default-tooltip.tooltipster-base.tooltipster-sidetip .tooltipster-arrow-background {
  left: 3px;
  border-right-color: #f4f4f4;
  border-left-color: #f4f4f4;
}
.amcheckout-default-tooltip.tooltipster-base.tooltipster-sidetip .tooltipster-arrow-border {
  top: 2px;
  width: 16px;
  height: 16px;
  background-color: #999 !important;
}
.amcheckout-default-tooltip.tooltipster-base.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-border {
  left: 15px;
}
.amcheckout-default-tooltip.tooltipster-base.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-border {
  left: -5px;
  z-index: -1;
}
.amcheckout-delivery-date .field {
  float: left;
  box-sizing: border-box;
  padding-top: 4px;
  width: 100%;
}
.amcheckout-delivery-date .field.comment {
  width: 100%;
}
.amcheckout-delivery-date .field.datepicker,
.amcheckout-delivery-date .field.timepicker {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.amcheckout-delivery-date .field.datepicker .control,
.amcheckout-delivery-date .field.timepicker .control {
  flex: none;
  width: 60%;
}
.amcheckout-delivery-date .field.datepicker .control .ui-datepicker-trigger {
  margin-left: 7px;
}
.amcheckout-delivery-date .field .label {
  display: block;
  margin: 12px 0;
}
.amcheckout-delivery-date .clearer {
  clear: both;
}
.amcheckout-delivery-date .field._required > .label:after {
  margin: 0 0 0 5px;
  color: #e02b27;
  content: '*';
  font-size: 1.2rem;
}
.page-main .block.block-order-details .delivery {
  float: right;
  font-weight: 600;
}
.page-main .block.block-order-details .delivery .delivery-field {
  float: left;
  margin-left: 12px;
}
.checkout-index-index .am-gift-message .edit-link {
  display: none;
  color: #1979c3;
  cursor: pointer;
}
.checkout-index-index .am-gift-message.checked .edit-link {
  display: inline;
}
._amcheckout-selectable-container,
.amcheckout-step-container .shipping-address-items,
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-items,
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .amcheckout-content > .amcheckout-wrapper {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-between;
}
._amcheckout-selectable-item,
.amcheckout-step-container .amcheckout-shipping-address .billing-address-details,
.amcheckout-step-container .amcheckout-shipping-address .shipping-address-details,
.amcheckout-step-container .shipping-address-items .shipping-address-item,
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method,
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method {
  display: block;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 0 20px;
  width: 100%;
  border: 1px solid #f9f9f9;
  border-radius: 2px;
  background: #f9f9f9;
  cursor: pointer;
}
._amcheckout-selectable-item:not(:last-of-type),
.amcheckout-step-container .amcheckout-shipping-address .billing-address-details:not(:last-of-type),
.amcheckout-step-container .amcheckout-shipping-address .shipping-address-details:not(:last-of-type),
.amcheckout-step-container .shipping-address-items .shipping-address-item:not(:last-of-type),
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method:not(:last-of-type),
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method:not(:last-of-type) {
  margin-bottom: 15px;
}
._amcheckout-selectable-item:hover,
.amcheckout-step-container .amcheckout-shipping-address .billing-address-details:hover,
.amcheckout-step-container .amcheckout-shipping-address .shipping-address-details:hover,
.amcheckout-step-container .shipping-address-items .shipping-address-item:hover,
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method:hover,
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method:hover {
  box-shadow: 0 2px 8px rgba(56, 77, 108, 0.4);
}
._amcheckout-selectable-item.-selected,
.amcheckout-step-container .amcheckout-shipping-address .billing-address-details.-selected,
.amcheckout-step-container .amcheckout-shipping-address .shipping-address-details.-selected,
.amcheckout-step-container .shipping-address-items .shipping-address-item.-selected,
.amcheckout-step-container .shipping-address-items .shipping-address-item.selected-item,
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method.-selected,
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method.-selected,
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method.-selected,
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method._active {
  border-color: #1979c3;
}
@media all and (min-width: 768px) {
  ._amcheckout-selectable-item,
  .amcheckout-step-container .amcheckout-shipping-address .billing-address-details,
  .amcheckout-step-container .amcheckout-shipping-address .shipping-address-details,
  .amcheckout-step-container .shipping-address-items .shipping-address-item,
  .amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method,
  .amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method {
    width: 48%;
  }
  ._amcheckout-selectable-item:nth-last-child(-n + 2),
  .amcheckout-step-container .amcheckout-shipping-address .billing-address-details:nth-last-child(-n + 2),
  .amcheckout-step-container .amcheckout-shipping-address .shipping-address-details:nth-last-child(-n + 2),
  .amcheckout-step-container .shipping-address-items .shipping-address-item:nth-last-child(-n + 2),
  .amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method:nth-last-child(-n + 2),
  .amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method:nth-last-child(-n + 2) {
    margin-bottom: 0;
  }
}
.am-checkout.-modern {
  background: none;
  box-sizing: border-box;
  padding: 0;
}
.am-checkout.-modern.-layout-1column {
  margin: auto;
  max-width: 750px;
}
.am-checkout.-modern .checkout-header {
  padding: 0;
}
.am-checkout.-modern .authentication-wrapper {
  margin-right: 0;
}
.am-checkout.-modern .authentication-wrapper .action-auth-toggle {
  background: #1979c3;
  border-radius: 2px;
  color: #fff;
  height: auto;
  padding: 5px 20px;
}
.am-checkout.-modern .opc-estimated-wrapper {
  margin: 0 -15px 15px;
}
.am-checkout.-modern .amcheckout-trust-badges {
  justify-content: flex-start;
}
.am-checkout.-modern .checkout-payment-method .amcheckout-trust-seal {
  font-size: 12px;
  width: 66%;
}
.am-checkout.-modern.-layout-2columns .product-item-details .product-item-inner .amcheckout-price-wrapper,
.am-checkout.-modern.-layout-3columns .product-item-details .product-item-inner .amcheckout-price-wrapper {
  order: inherit;
  text-align: start;
}
.amcheckout-main-container.-modern {
  clear: both;
  color: #363636;
}
.amcheckout-main-container.-modern .amcheckout-block:not(:first-of-type) {
  margin: 40px 0 0;
}
.amcheckout-step-container {
  font-size: 16px;
}
.amcheckout-step-container > li {
  list-style: none;
}
.amcheckout-step-container .amcheckout-title {
  background: #eee;
  cursor: pointer;
  display: block;
  font-size: 20px;
  font-weight: 600;
  margin: 0;
  padding: 15px;
}
.amcheckout-step-container .amcheckout-title > .amcheckout-icon {
  border: 2px solid #1979c3;
  border-radius: 50%;
  box-sizing: border-box;
  float: right;
  height: 24px;
  position: relative;
  transition: all 0.3s ease;
  width: 24px;
}
.amcheckout-step-container .amcheckout-title > .amcheckout-icon:hover,
.amcheckout-step-container .amcheckout-title > .amcheckout-icon:hover:before {
  border-color: #429fe7;
}
.amcheckout-step-container .amcheckout-title > .amcheckout-icon:before {
  border-bottom: 2px solid #1979c3;
  border-right: 2px solid #1979c3;
  box-sizing: border-box;
  content: '';
  display: block;
  height: 8px;
  left: 50%;
  position: absolute;
  top: 41%;
  transform: translate(-50%, -50%) rotate(45deg);
  transition: all 0.3s ease;
  width: 8px;
}
.amcheckout-step-container .amcheckout-title > .amcheckout-icon.-minus {
  transform: rotate(180deg);
}
.amcheckout-step-container .amcheckout-title + .amcheckout-content > .amcheckout-wrapper {
  padding: 20px 0;
}
.amcheckout-step-container .fieldset:last-child {
  margin-bottom: 0;
}
.amcheckout-step-container .fieldset > .legend + br {
  display: none;
}
.amcheckout-step-container .fieldset > .field > .label,
.amcheckout-step-container .fieldset > .fields > .field > .label {
  font-weight: normal;
}
.amcheckout-step-container .opc-block-summary {
  margin: 0;
  padding: 0;
}
.amcheckout-step-container .checkout-payment-method .field-select-billing,
.amcheckout-step-container .checkout-payment-method .billing-address-form {
  max-width: inherit;
}
.amcheckout-step-container .checkout-payment-method .checkout-billing-address {
  margin-top: 15px;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-trust-seal {
  font-size: inherit;
  max-width: unset;
}
.amcheckout-step-container .note {
  color: #777;
}
.amcheckout-step-container .amcheckout-button:not(.braintree-googlepay-button,
            .ui-datepicker-trigger,
            .gpay-card-info-container),
.amcheckout-step-container button:not(.braintree-googlepay-button,
            .ui-datepicker-trigger,
            .gpay-card-info-container) {
  background: #1979c3;
  border: none;
  border-radius: 2px;
  box-shadow: none;
  color: #fff;
}
.amcheckout-step-container .amcheckout-button:not(.braintree-googlepay-button):hover,
.amcheckout-step-container button:not(.braintree-googlepay-button):hover {
  border: none;
}
.amcheckout-step-container .amcheckout-button.-new-address {
  margin-top: 20px;
}
.amcheckout-step-container .payment-method-content > .actions-toolbar > .primary .action.primary,
.amcheckout-step-container .payment-method-content > .actions-toolbar > .primary .amshopby-button,
.amcheckout-step-container .payment-method-content > .actions-toolbar > .primary .am-filter-go {
  float: none;
  font-size: 16px;
  margin: 0 15px 0 0;
  padding: 12px 16px;
}
.amcheckout-step-container .action-edit-address {
  margin-top: 15px;
}
.amcheckout-step-container .primary .action.checkout,
.amcheckout-step-container .action.checkout.amasty {
  background: #315499;
  padding: 14px 30px;
}
.amcheckout-step-container .form-discount .actions-toolbar .action {
  min-height: 40px;
}
.amcheckout-step-container input[type='number']:focus {
  -moz-appearance: none !important;
}
.amcheckout-step-container input[type='text'],
.amcheckout-step-container input[type='password'],
.amcheckout-step-container input[type='url'],
.amcheckout-step-container input[type='tel'],
.amcheckout-step-container input[type='search'],
.amcheckout-step-container input[type='number'],
.amcheckout-step-container input[type='datetime'],
.amcheckout-step-container input[type='email'],
.amcheckout-step-container select {
  border: 1px solid #d4d4d4;
  border-radius: 2px;
  font-size: 16px;
  height: 40px;
}
.amcheckout-step-container .checkout-agreements .action-show {
  background: inherit;
  color: inherit;
  font-size: inherit;
}
.amcheckout-step-container .checkout-agreements .action-show,
.amcheckout-step-container .action.checkout.amasty {
  height: auto;
}
.amcheckout-step-container input[type='checkbox'],
.amcheckout-step-container input[type='radio'] {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  left: unset;
  top: unset;
}
.amcheckout-step-container input[type='checkbox'] + label,
.amcheckout-step-container input[type='radio'] + label {
  cursor: pointer;
  display: flex;
}
.amcheckout-step-container input[type='checkbox'] + label span:only-child,
.amcheckout-step-container input[type='radio'] + label span:only-child {
  flex: auto;
}
.amcheckout-step-container input[type='checkbox'] + label:before,
.amcheckout-step-container input[type='radio'] + label:before {
  background: #fff !important;
  border: 2px solid #ccc;
  box-sizing: border-box;
  content: '';
  cursor: pointer;
  display: inline-block;
  height: 15px;
  margin: 3px 15px 0 0;
  min-height: 15px;
  min-width: 15px;
  width: 15px;
}
.amcheckout-step-container input[type='checkbox'] + label:hover:before,
.amcheckout-step-container input[type='radio'] + label:hover:before,
.amcheckout-step-container input[type='checkbox']:checked + label:before,
.amcheckout-step-container input[type='radio']:checked + label:before {
  border-color: #1979c3;
  box-shadow: 0 2px 4px rgba(63, 156, 215, 0.4);
}
.amcheckout-step-container input[type='checkbox'] + label:before {
  border-radius: 2px;
}
.amcheckout-step-container input[type='checkbox']:checked + label:before {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHJlY3Qgd2lkdGg9IjIwIiBoZWlnaHQ9IjIwIiByeD0iMiIgZmlsbD0iIzE5NzlDMyIvPjxwYXRoIGQ9Ik01IDEwbDQgNCA2LTciIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz48L3N2Zz4=) center no-repeat !important;
  background-size: contain !important;
  border-width: 0;
}
.amcheckout-step-container input[type='radio'] + label:before {
  border-radius: 50%;
  transition: all 0.2s ease;
}
.amcheckout-step-container input[type='radio']:checked + label:before {
  border-width: 5px;
}
.amcheckout-step-container .amcheckout-form-login,
.amcheckout-step-container .form-login {
  border-bottom: 1px solid #d4d4d4;
  margin-bottom: 30px;
}
.amcheckout-step-container .amcheckout-form-login .amcheckout-email,
.amcheckout-step-container .form-login .amcheckout-email {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
}
.amcheckout-step-container .amcheckout-form-login .amcheckout-email .amcheckout-wrapper,
.amcheckout-step-container .form-login .amcheckout-email .amcheckout-wrapper {
  flex: auto;
}
.amcheckout-step-container .amcheckout-form-login .amcheckout-password,
.amcheckout-step-container .form-login .amcheckout-password {
  width: calc(50% - 7px);
}
.amcheckout-step-container .amcheckout-form-login .amcheckout-email .amcheckout-wrapper .input-text,
.amcheckout-step-container .form-login .amcheckout-email .amcheckout-wrapper .input-text {
  margin: 0;
  width: 100%;
}
.amcheckout-step-container .amcheckout-form-login .amcheckout-email .field-tooltip,
.amcheckout-step-container .form-login .amcheckout-email .field-tooltip {
  align-items: center;
  display: flex;
  height: 40px;
  margin-left: 10px;
  position: relative;
  top: 0;
}
.amcheckout-step-container .amcheckout-form-login .amcheckout-email .note,
.amcheckout-step-container .form-login .amcheckout-email .note {
  color: #363636;
  line-height: 40px;
  margin-left: auto;
}
.amcheckout-step-container .amcheckout-form-login .amcheckout-password,
.amcheckout-step-container .form-login .amcheckout-password {
  display: inline-block;
}
.amcheckout-step-container .amcheckout-form-login .amcheckout-password.-confirm,
.amcheckout-step-container .form-login .amcheckout-password.-confirm {
  float: right;
}
.amcheckout-step-container .amcheckout-form-login .actions-toolbar,
.amcheckout-step-container .form-login .actions-toolbar {
  margin-bottom: 20px;
}
.amcheckout-step-container .amcheckout-shipping-address .checkout-billing-address {
  margin-top: 20px;
}
.amcheckout-step-container .amcheckout-shipping-address .billing-address-same-as-shipping-block,
.amcheckout-step-container .amcheckout-shipping-address .billing-address-form,
.amcheckout-step-container .amcheckout-shipping-address .shipping-address-form {
  margin-bottom: 10px;
}
.amcheckout-step-container .amcheckout-shipping-address .billing-address-details,
.amcheckout-step-container .amcheckout-shipping-address .shipping-address-details {
  padding: 20px;
}
.amcheckout-step-container .amcheckout-shipping-address .billing-address-details:empty,
.amcheckout-step-container .amcheckout-shipping-address .shipping-address-details:empty {
  display: none;
}
.amcheckout-step-container .amcheckout-shipping-address .amcheckout-button {
  margin-top: 20px;
}
.amcheckout-step-container .amcheckout-shipping-address .amcheckout-button.-select {
  background: #ddf0ff;
  border: 1px solid #1787e0;
  color: #1979c3;
  float: right;
}
.amcheckout-step-container .amcheckout-shipping-address .amcheckout-button.-select:hover {
  background: #1787e0;
  color: #fff;
}
.amcheckout-step-container .amcheckout-shipping-address .amcheckout-button.-edit,
.amcheckout-step-container .checkout-billing-address .amcheckout-button.-edit {
  background: none;
  color: #4e4e4e;
  font-size: 16px;
  padding-left: 0;
}
.amcheckout-step-container .amcheckout-shipping-address .amcheckout-button.-edit:hover,
.amcheckout-step-container .checkout-billing-address .amcheckout-button.-edit:hover {
  color: #1979c3;
}
.amcheckout-step-container .amcheckout-shipping-address .amcheckout-button.-edit:before,
.amcheckout-step-container .checkout-billing-address .amcheckout-button.-edit:before {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMTUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMi42MTMgMGwtMS43MDYgMS43MTYgMi4zODggMi40TDE1IDIuNDAzIDEyLjYxMyAwek0xLjcgMTAuOThsMi4zODYgMi40IDguMTg3LTguMjMzLTIuMzg3LTIuNDAxTDEuNyAxMC45OHpNMCAxNWwyLjg5LS43NjMtMi4xMy0yLjE0NEwwIDE1eiIgZmlsbD0iIzRFNEU0RSIvPjwvc3ZnPg==) center no-repeat;
  background-size: contain;
  content: '';
  display: inline-block;
  height: 13px;
  width: 13px;
}
.amcheckout-step-container .amcheckout-shipping-address .amcheckout-button.-edit:hover:before,
.amcheckout-step-container .checkout-billing-address .amcheckout-button.-edit:hover:before {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMTUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMi42MTMgMGwtMS43MDYgMS43MTYgMi4zODggMi40TDE1IDIuNDAzIDEyLjYxMyAwek0xLjcgMTAuOThsMi4zODYgMi40IDguMTg3LTguMjMzLTIuMzg3LTIuNDAxTDEuNyAxMC45OHpNMCAxNWwyLjg5LS43NjMtMi4xMy0yLjE0NEwwIDE1eiIgZmlsbD0iIzE5NzlDMyIvPjwvc3ZnPg==) center no-repeat;
  background-size: contain;
}
.amcheckout-step-container .shipping-address-items .shipping-address-item {
  line-height: 30px;
  padding: 20px;
}
.amcheckout-step-container .shipping-address-items .shipping-address-item.selected-item .amcheckout-button.-select {
  visibility: hidden;
}
.amcheckout-step-container .amcheckout-shipping-methods {
  display: block;
  max-width: inherit !important;
}
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-header {
  display: none;
}
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method {
  padding: 0 20px;
}
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method .col {
  border: none;
}
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method .col-comment .field-tooltip {
  position: relative;
}
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method .col-comment .field-tooltip.-error .field-tooltip-action:before,
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method .col-comment .field-tooltip.-error .field-tooltip-content {
  color: #c00815;
}
.amcheckout-step-container .selected-store-pickup {
  margin-top: 15px;
}
.amcheckout-step-container .selected-store-pickup .step-title {
  border-bottom: 1px solid #cccccc;
  font-size: 20px;
  padding: 10px 0;
}
.amcheckout-step-container .selected-store-pickup .step-content {
  padding: 10px 0;
}
.amcheckout-step-container .checkout-billing-address .actions-toolbar {
  margin-top: 15px;
}
.amcheckout-step-container .checkout-billing-address .actions-toolbar > .primary {
  float: none;
  padding: 10px 20px;
}
.amcheckout-step-container .checkout-billing-address .actions-toolbar > .primary .action {
  margin-top: 0;
}
.amcheckout-step-container .checkout-billing-address .actions-toolbar .action-cancel {
  background: none;
  color: #1979c3;
}
.amcheckout-step-container .amcheckout-delivery-date .field {
  width: 100%;
}
.amcheckout-step-container .amcheckout-delivery-date .field.timepicker {
  display: block;
}
.amcheckout-step-container .amcheckout-delivery-date .field.timepicker .control {
  width: 100%;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods {
  margin: 0;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-group + .payment-group .step-title {
  margin: 0;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-group:not(:last-of-type) {
  margin-bottom: 40px;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method {
  padding: 0;
  width: 100%;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method:not(:last-of-type) {
  margin-bottom: 20px;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method-title {
  border: none !important;
  padding: 0;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method-title .label {
  align-items: flex-start;
  padding: 20px;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method-title .label > *:not(:only-child):not(:last-of-type) {
  margin-right: 5px;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method-title .label .action-help {
  margin-left: auto;
  text-align: right;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method .payment-method-content {
  display: none;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method._active .payment-method-content {
  display: block;
  padding: 0 20px 0 45px;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method._active .payment-method-content > * {
  margin: 0;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method._active .payment-method-content > * > * {
  margin: 0 0 20px;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method._active .payment-method-content .amazon-button-container__cell {
  display: inline-block;
  vertical-align: middle;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method-content .actions-toolbar > .primary {
  float: left;
  padding-left: 0;
}
.amcheckout-step-container .amcheckout-summary-container {
  background: none;
}
.amcheckout-step-container .amcheckout-summary-container .amcheckout-title {
  background: #315499;
  color: #fff;
}
.amcheckout-step-container .amcheckout-summary-container .amcheckout-title > .amcheckout-icon {
  background: #fff;
}
.amcheckout-step-container .amcheckout-summary-container .amcheckout-content > .amcheckout-wrapper {
  padding: 20px;
}
.amcheckout-step-container .amcheckout-summary-container .items-in-cart {
  border-bottom: 1px solid #d4d4d4;
  margin-bottom: 20px;
}
.amcheckout-step-container .amcheckout-summary-container .product-item .delete {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xLjE2NyAxNWg3LjU1OGwuOTUtOC45NThILjI2TDEuMTY3IDE1em01Ljg5LTEyLjc3MlYuNTEyQS41MS41MSAwIDAgMCA2LjU1MiAwaC0zLjIxYy0uMjggMC0uNTA1LjIzLS41MDUuNTEyVjIuMmMtMS4wODUuMTIzLTEuNzExLjMxNS0yLjgzNi43MjRWNC41bDEwIC4xMThWM3MtLjk1NC0uNTM0LTIuOTQyLS43NzJ6TTYuMDUgMi4xMzRhMTguMDggMTguMDggMCAwIDAtMi4yNTgtLjAxNXYtLjkwNWMwLS4xNC4xMTEtLjI1NS4yNTItLjI1NWgxLjc1MmMuMTQxIDAgLjI1NC4xMTUuMjU0LjI1NXYuOTJ6IiBmaWxsPSIjNTc1ODU1Ii8+PC9zdmc+) center no-repeat;
  background-size: contain;
  border: 0;
  bottom: 0;
  box-sizing: border-box;
  height: 15px;
  padding: 0;
  position: absolute;
  right: 0;
  width: 10px;
  z-index: 1;
}
.amcheckout-step-container .amcheckout-summary-container .product-item .delete:hover {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xLjE2NyAxNWg3LjU1OGwuOTUtOC45NThILjI2TDEuMTY3IDE1em01Ljg5LTEyLjc3MlYuNTEyQS41MS41MSAwIDAgMCA2LjU1MiAwaC0zLjIxYy0uMjggMC0uNTA1LjIzLS41MDUuNTEyVjIuMmMtMS4wODUuMTIzLTEuNzExLjMxNS0yLjgzNi43MjRWNC41bDEwIC4xMThWM3MtLjk1NC0uNTM0LTIuOTQyLS43NzJ6TTYuMDUgMi4xMzRhMTguMDggMTguMDggMCAwIDAtMi4yNTgtLjAxNXYtLjkwNWMwLS4xNC4xMTEtLjI1NS4yNTItLjI1NWgxLjc1MmMuMTQxIDAgLjI1NC4xMTUuMjU0LjI1NXYuOTJ6IiBmaWxsPSIjMTk3OWMzIi8+PC9zdmc+) center no-repeat;
  background-size: contain;
}
.amcheckout-step-container .amcheckout-summary-container .product-item .action.checkout {
  float: left;
  margin-bottom: 10px;
}
.amcheckout-step-container .amcheckout-summary-container .product-item .product {
  padding-bottom: 15px;
}
.amcheckout-step-container .amcheckout-summary-container .minicart-items .product-image-container {
  border: 1px solid #d4d4d4;
  margin: 0;
}
.amcheckout-step-container .amcheckout-summary-container .minicart-items .product-item-details {
  padding-left: 100px;
}
.amcheckout-step-container .amcheckout-summary-container .minicart-items .minicart-items-wrapper {
  padding: 15px 0 0;
}
.amcheckout-step-container .amcheckout-summary-container .product-item-details .product-item-inner {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}
.amcheckout-step-container .amcheckout-summary-container .product-item-details .product-item-inner .amcheckout-price-wrapper {
  flex-basis: 100%;
  order: 1;
  text-align: end;
}
.amcheckout-step-container .amcheckout-summary-container .product-item-details .product-item-name-block {
  align-items: center;
  display: flex;
  flex: auto;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 20px 10px 0;
}
.amcheckout-step-container .amcheckout-summary-container .product-item-details .action.checkout {
  background: #f0f8ff;
  border: 1px solid #1787e0;
  border-radius: 2px;
  color: #1787e0;
}
.amcheckout-step-container .amcheckout-summary-container .product-item-details .action.checkout:hover {
  background: #e6f3ff;
}
.amcheckout-step-container .amcheckout-summary-container .product-item-details .options {
  padding-right: 20px;
}
.amcheckout-step-container .amcheckout-summary-container .product-item-name {
  margin: 0;
}
.amcheckout-step-container .amcheckout-summary-container .details-qty {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  margin: 10px 0 0;
}
.amcheckout-step-container .amcheckout-summary-container .details-qty .label {
  margin-right: 10px;
}
.amcheckout-step-container .amcheckout-summary-container .details-qty .qty {
  height: 30px;
}
.amcheckout-step-container .amcheckout-summary-container .subtotal {
  width: auto;
}
.amcheckout-step-container .amcheckout-summary-container .field.configurable {
  width: 50%;
}
.amcheckout-step-container .amcheckout-summary-container .field.configurable:not(:last-of-type) {
  margin-bottom: 10px;
}
.amcheckout-step-container .amcheckout-summary-container .table-totals {
  border: none;
  font-size: 14px;
  width: 100%;
}
.amcheckout-step-container .amcheckout-summary-container .table-totals .grand .mark,
.amcheckout-step-container .amcheckout-summary-container .table-totals .grand .amount {
  border-top: none;
}
.amcheckout-step-container .amcheckout-summary-container .item-options .label {
  display: block;
  margin-bottom: 10px;
}
.amcheckout-step-container .amcheckout-additional-options {
  background: #f9f9f9;
  border: 1px solid #f9f9f9;
  font-size: 0;
  margin: 0;
  padding: 0 20px;
}
.amcheckout-step-container .amcheckout-additional-options > * {
  font-size: 14px;
}
.amcheckout-step-container .amcheckout-additional-options .amcheckout-checkboxes,
.amcheckout-step-container .amcheckout-additional-options .amcheckout-comment {
  margin: 20px 0;
}
.amcheckout-step-container .amcheckout-additional-options .amcheckout-checkboxes > * {
  margin-bottom: 5px;
}
.amcheckout-step-container .amcheckout-additional-options .checkout-agreement .action-show {
  text-align: left;
}
.amcheckout-step-container .opc-payment-additional {
  padding: 0 20px;
}
.amcheckout-step-container .opc-payment-additional .payment-option-title,
.amcheckout-step-container .opc-payment-additional .payment-option-content {
  padding-left: 0;
  padding-right: 0;
}
.amcheckout-step-container .opc-payment-additional .label {
  display: block;
  margin-bottom: 4px;
}
.amcheckout-step-container .opc-payment-additional .form-discount .label {
  display: none;
}
.amcheckout-step-container .amcheckout-trust-seal {
  font-size: 9px;
  max-width: 161px;
}
.amcheckout-step-container .amcheckout-trust-seal .amcheckout-title {
  background: none;
  cursor: inherit;
  font-size: inherit;
  font-weight: 400;
  padding: 0;
}
.amcheckout-main-container.-layout-2columns .amcheckout-column:not(:first-of-type) {
  margin-top: 40px;
}
.admin__fieldset > .admin__field > .admin__field-control.-amcform-from-to-ranges {
  margin-left: 40px;
}
.frmb.ui-sortable {
  min-height: 300px;
}
.form-builder-wrap {
  min-height: 600px;
}
.form-builder-wrap div.form-actions.btn-group {
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0;
  padding: 0;
}
[id^='frmb-'][id$='-form-wrap'] .cb-wrap.pull-right {
  position: relative;
  padding-bottom: 40px;
  min-height: 300px;
}
[id^='frmb-'][id$='-form-wrap'] textarea {
  max-width: 100%;
}
#loading_image_container {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 9999;
}
#form_submit_loading {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100000;
  width: 100%;
  height: 100%;
  background: -moz-linear-gradient(rgba(11, 11, 11, 0.1), rgba(11, 11, 11, 0.6)) repeat-x rgba(11, 11, 11, 0.2);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(11, 11, 11, 0.1)), to(rgba(11, 11, 11, 0.6))) repeat-x rgba(11, 11, 11, 0.2);
}
.fb-date .ui-datepicker-trigger {
  position: relative;
  margin-left: 10px;
}
.fb-date input {
  cursor: pointer;
}
.am-picker-year .ui-datepicker-calendar td a {
  padding: 8px;
}
@font-face {
  font-weight: normal;
  font-style: normal;
  font-family: 'amcform';
  src: url('../../frontend/DFSolution/layout/it_IT/Amasty_Customform/fonts/amcform.eot?hcflpq');
  src: url('../../frontend/DFSolution/layout/it_IT/Amasty_Customform/fonts/amcform.eot?hcflpq#iefix') format('embedded-opentype'), url('../../frontend/DFSolution/layout/it_IT/Amasty_Customform/fonts/amcform.ttf?hcflpq') format('truetype'), url('../../frontend/DFSolution/layout/it_IT/Amasty_Customform/fonts/amcform.woff?hcflpq') format('woff'), url('../../frontend/DFSolution/layout/it_IT/Amasty_Customform/fonts/amcform.svg?hcflpq#amcform') format('svg');
  font-display: swap;
}
.amcform-icon {
  width: 20px;
  height: 20px;
  font-size: 20px;
  transition: 0.1s all ease-in;
  text-transform: none;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  font-family: 'amcform';
  line-height: 1;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.amcform-icon.-chevron-left:before {
  content: '\e906';
}
.amcform-icon.-chevron-right:before {
  content: '\e905';
}
.amcform-icon.-cross:before {
  content: '\e904';
}
.amcform-icon.-sent:before {
  content: '\e903';
}
.amcform-icon.-pending:before {
  content: '\e94e';
}
.amcform-icon.-view:before {
  content: '\e900';
}
.amcform-icon.-edit:before {
  content: '\e901';
}
.amcform-icon.-remove:before {
  content: '\e902';
}
.amform-form {
  margin: 0 auto 10px;
  max-width: 700px;
}
.amform-form-fieldset.fieldset {
  margin-bottom: 10px;
}
.amform-form .fb-number {
  max-width: 200px;
}
.amform-groupv2 {
  display: inline-block;
}
.amcform-gdpr {
  display: none;
  margin-bottom: 20px;
}
.amform-form .amcform-gdpr > .label > .amform-checkbox {
  display: inline-block;
  opacity: 1;
}
.amform-versiontwo-label {
  display: inline;
  margin-right: 10px;
  padding-right: 20px;
  word-break: break-all;
}
.amform-form .amform-hide-formload,
.amform-form .amform-hide-formload.action.primary,
.amform-form .amform-hide-formload.amshopby-button,
.amform-form .amform-hide-formload.am-filter-go {
  display: none;
}
.amform-form .action.primary,
.amform-parent .action.primary,
.amform-form .amshopby-button,
.amform-parent .amshopby-button,
.amform-form .am-filter-go,
.amform-parent .am-filter-go {
  padding: 9px;
  min-width: 120px;
  background: #4776f0;
}
.amform-form .action.primary:hover,
.amform-parent .action.primary:hover,
.amform-form .amshopby-button:hover,
.amform-parent .amshopby-button:hover,
.amform-form .am-filter-go:hover,
.amform-parent .am-filter-go:hover {
  background: #2f5bcd;
}
.amform-form .action.primary:disabled,
.amform-parent .action.primary:disabled,
.amform-form .amshopby-button:disabled,
.amform-parent .amshopby-button:disabled,
.amform-form .am-filter-go:disabled,
.amform-parent .am-filter-go:disabled {
  background: #c4d1f3;
}
.amcform-toolbar {
  text-align: right;
}
.amcform-toolbar > div {
  display: inline-block;
}
.amform-form:not(.default) .amform-checkbox,
.amform-form:not(.default) .amform-radio,
.amform-form:not(.default) .amform-checkboxtwo,
.amform-form:not(.default) .amform-radiotwo {
  display: block;
  opacity: 0;
}
.amform-form:not(.default) .amform-checkbox + label,
.amform-form:not(.default) .amform-radio + label,
.amform-form:not(.default) .amform-checkboxtwo + label,
.amform-form:not(.default) .amform-radiotwo + label {
  position: relative;
  padding-left: 26px;
  line-height: 16px;
}
.amform-form:not(.default) .amform-checkbox + label:before,
.amform-form:not(.default) .amform-radio + label:before,
.amform-form:not(.default) .amform-checkboxtwo + label:before,
.amform-form:not(.default) .amform-radiotwo + label:before {
  position: absolute;
  top: 2px;
  left: 0;
  display: block;
  box-sizing: border-box;
  margin-right: 10px;
  width: 16px;
  height: 16px;
  border: 1px solid #e3e3e3;
  border-radius: 1px;
  content: '';
}
.amform-form:not(.default) .amform-checkbox:checked + label:before,
.amform-form:not(.default) .amform-radio:checked + label:before,
.amform-form:not(.default) .amform-checkboxtwo:checked + label:before,
.amform-form:not(.default) .amform-radiotwo:checked + label:before {
  border-color: #4776f0;
  background: #4776f0;
}
.amform-form:not(.default) .amform-checkbox:checked + label:after,
.amform-form:not(.default) .amform-checkboxtwo:checked + label:after {
  position: absolute;
  top: 3px;
  left: 5px;
  width: 4px;
  height: 9px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  content: '';
  transform: rotate(45deg);
}
.amform-form:not(.default) .amform-radio + label:before,
.amform-form:not(.default) .amform-radiotwo + label:before {
  border-radius: 50%;
}
.amform-form:not(.default) .amform-radio:checked + label:before,
.amform-form:not(.default) .amform-radiotwo:checked + label:before {
  border-width: 4px;
  background: #fff;
}
.amform-form:not(.default) .kc-toggle {
  margin: 0 4px 0 0;
  width: 26px;
  height: 16px;
  border: 0;
  border-radius: 20px;
  background: #e3e3e3;
}
.amform-form:not(.default) .kc-toggle.on {
  background: #4776f0;
}
.amform-form:not(.default) .kc-toggle .kct-inner {
  top: 2px;
  left: 2px;
  width: 12px;
  height: 12px;
  border: 0;
  border-radius: 12px;
  background: #fff;
}
.amform-form:not(.default) .kc-toggle.on .kct-inner {
  left: 12px;
}
.amform-form:not(.default) .kct-on,
.amform-form:not(.default) .kct-off,
.amform-form:not(.default) .kct-handle {
  display: none;
}
.amcform-page-titles {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  overflow: hidden;
  padding: 0;
  list-style: none;
}
.amcform-step {
  margin: 0 auto 20px;
  width: 38px;
  height: 38px;
  border: 1px solid #4776f0;
  border-radius: 50%;
  background-color: #4776f0;
  color: #fff;
  font-weight: 400;
  font-size: 14px;
  line-height: 36px;
}
.amcform-title-wrap {
  position: relative;
  flex-grow: 1;
  margin-bottom: 18px;
  min-width: 90px;
  max-width: 148px;
  text-align: center;
}
.amcform-title-wrap:before,
.amcform-title-wrap:after {
  position: absolute;
  top: 38px / 2 - 4px / 2;
  right: 51%;
  display: block;
  width: 100%;
  height: 4px;
  background: #e3e3e3;
  content: '';
}
.amcform-title-wrap:after {
  right: auto;
  left: 50%;
  content: none;
}
.amcform-title-wrap:first-child:before,
.amcform-title-wrap:last-child:after {
  content: none;
}
.amcform-title-wrap .amcform-title {
  position: relative;
  z-index: 1;
  display: inline-block;
  margin: 0 10px;
  color: #333;
  text-align: center;
  font-size: 14px;
  line-height: 19px;
}
.amcform-title-wrap .amcform-title:hover {
  text-decoration: none;
}
.amcform-title-wrap.-done + .amcform-title-wrap:before {
  background: #92b0ff;
}
.amcform-title-wrap.ui-state-active ~ .amcform-title-wrap:before {
  background: #e3e3e3;
}
.amcform-title-wrap.-disabled {
  pointer-events: none;
}
.amcform-title-wrap.-disabled .amcform-step {
  border-color: #e3e3e3;
  background: #fff;
  color: #b8b8b8;
}
.amcform-title-wrap.-error .amcform-step {
  border-color: #eb5757;
  background: #eb5757 url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMiAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0wLjI5Mjg5NCAxLjcwNzExQy0wLjA5NzYzMTIgMS4zMTY1OCAtMC4wOTc2MzEyIDAuNjgzNDE3IDAuMjkyODk0IDAuMjkyODkzQzAuNjgzNDE4IC0wLjA5NzYzMTEgMS4zMTY1OCAtMC4wOTc2MzExIDEuNzA3MTEgMC4yOTI4OTNMNiA0LjU4NTc5TDEwLjI5MjkgMC4yOTI4OTNDMTAuNjgzNCAtMC4wOTc2MzExIDExLjMxNjYgLTAuMDk3NjMxMSAxMS43MDcxIDAuMjkyODkzQzEyLjA5NzYgMC42ODM0MTcgMTIuMDk3NiAxLjMxNjU4IDExLjcwNzEgMS43MDcxMUw3LjQxNDIxIDZMMTEuNzA3MSAxMC4yOTI5QzEyLjA5NzYgMTAuNjgzNCAxMi4wOTc2IDExLjMxNjYgMTEuNzA3MSAxMS43MDcxQzExLjMxNjYgMTIuMDk3NiAxMC42ODM0IDEyLjA5NzYgMTAuMjkyOSAxMS43MDcxTDYgNy40MTQyMUwxLjcwNzExIDExLjcwNzFDMS4zMTY1OCAxMi4wOTc2IDAuNjgzNDE4IDEyLjA5NzYgMC4yOTI4OTQgMTEuNzA3MUMtMC4wOTc2MzA2IDExLjMxNjYgLTAuMDk3NjMwNiAxMC42ODM0IDAuMjkyODk0IDEwLjI5MjlMNC41ODU3OSA2TDAuMjkyODk0IDEuNzA3MTFaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K) center center no-repeat;
  color: #fff;
  font-size: 0;
}
.amcform-title-wrap.-disabled .amcform-label {
  color: #b8b8b8;
}
.amcform-title-wrap.ui-state-active .amcform-label {
  color: #4776f0;
}
.amcform-title-wrap.-error .amcform-label {
  color: #eb5757;
}
.action.primary.amcform-next,
.action.primary.amcform-prev,
.amshopby-button.amcform-next,
.amshopby-button.amcform-prev,
.am-filter-go.amcform-next,
.am-filter-go.amcform-prev {
  display: inline-block;
  margin: 20px auto;
}
.action.primary.amcform-prev,
.amshopby-button.amcform-prev,
.am-filter-go.amcform-prev {
  margin-right: 15px;
}
.action.primary.amcform-submit,
.amshopby-button.amcform-submit,
.am-filter-go.amcform-submit {
  float: none;
}
.-popup-opened {
  overflow: hidden;
}
.amcform-popup-block {
  transition: 0.2s all ease-in;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 15px;
  background: rgba(15, 15, 15, 0.24);
  list-style: none;
}
.amcform-popup-block.-active {
  display: flex;
}
.amcform-popup-block .amcform-popup {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  overflow: auto;
  box-sizing: border-box;
  padding: 40px;
  max-height: 100%;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 6px 25px rgba(139, 144, 154, 0.5), 0 3px 7px rgba(139, 144, 154, 0.25);
}
.amcform-popup-block .amcform-popup.-prompt {
  max-width: 440px;
  text-align: center;
}
.amcform-popup-block .amcform-title,
.amcform-popup-block .amcform-content,
.amcform-popup-block .amcform-toolbar {
  flex-basis: 100%;
  margin: 0;
  max-width: 100%;
}
.amcform-popup-block .amcform-content {
  padding: 30px 0 0;
}
.amcform-popup-block .amcform-labels-list {
  display: none;
}
.amcform-popup-block .amcform-title {
  font-weight: 400;
}
.amcform-popup-block .amcform-header {
  margin: 0;
  color: #000;
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
}
.amcform-popup-block .amcform-desc {
  margin: 0;
  padding: 20px 0 0;
}
.amcform-popup-block .amcform-toolbar {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 0 0;
}
.amcform-popup-block .amcform-button {
  margin: 0 7px;
}
.amcform-popup-block .amcform-button.-close-popup {
  position: absolute;
  top: 15px;
  right: 15px;
  margin: 0;
  padding: 0;
  width: 20px;
  height: 20px;
}
.amcform-popup-block .amcform-button.-close-popup .amcform-icon {
  width: 14px;
  height: 14px;
  font-size: 14px;
  margin: 0;
  color: #e1e1e1;
}
.amcform-popup-block .amcform-button.-close-popup:hover .amcform-icon {
  color: #000;
}
.amcform-popup-block .amcform-toolbar {
  flex-direction: column;
}
.amcform-popup-block .amcform-toolbar .amcform-button {
  width: 100%;
}
.amcform-popup-block .amcform-toolbar .amcform-button:not(:first-of-type) {
  margin-top: 15px;
}
.amcform-popup-block .amform-form {
  width: 100%;
}
.amcform-popup-block .amform-form,
.amcform-popup-block .amform-form .amform-form-fieldset,
.amcform-popup-block .amform-form .fieldset:last-child {
  margin-bottom: 0;
}
.amcform-popup-block .amform-form .amcform-toolbar {
  padding-top: 10px;
}
.amcform-popup-block .amform-form .fb-number {
  max-width: 100%;
}
.amform-parent .amcform-popup {
  max-width: 700px;
  width: 100%;
}
.amform-parent .amform-show-popup.-hidden {
  display: none;
}
.amcform-popup-block.modal-popup .modal-inner-wrap {
  padding: 40px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 6px 25px rgba(139, 144, 154, 0.5), 0 3px 7px rgba(139, 144, 154, 0.25);
  text-align: center;
}
.amcform-popup-block.modal-popup .modal-inner-wrap .modal-header,
.amcform-popup-block.modal-popup .modal-inner-wrap .modal-content,
.amcform-popup-block.modal-popup .modal-inner-wrap .modal-footer {
  padding: 0;
  border: 0;
}
.amcform-popup-block.modal-popup .modal-inner-wrap .modal-title {
  border: 0;
  font-size: 22px;
}
.amcform-popup-block.modal-popup .modal-inner-wrap .modal-footer {
  padding-top: 20px;
  text-align: center;
}
.linear-theme.rendered-form {
  max-width: 720px;
}
.linear-theme .fields {
  margin: 0 -20px;
  padding: 0 20px;
}
.linear-theme.rendered-form .form-control,
.linear-theme.rendered-form .amform-date,
.linear-theme.rendered-form .amform-time {
  position: relative;
  z-index: 1;
  padding: 0;
  min-height: 30px;
  max-width: 100%;
  width: 100%;
  border: 0;
  border-bottom: 1px solid #ccc;
  background-color: transparent;
  color: #333;
}
.linear-theme.rendered-form .form-control:focus,
.linear-theme.rendered-form .amform-date:focus,
.linear-theme.rendered-form .amform-time:focus {
  outline: none;
  border-color: #4776f0;
  box-shadow: none;
}
.linear-theme.rendered-form .form-control:focus:-ms-input-placeholder,
.linear-theme.rendered-form .amform-date:focus:-ms-input-placeholder,
.linear-theme.rendered-form .amform-time:focus:-ms-input-placeholder {
  color: #b8b8b8;
}
.linear-theme.rendered-form .form-control:focus::placeholder,
.linear-theme.rendered-form .amform-date:focus::placeholder,
.linear-theme.rendered-form .amform-time:focus::placeholder {
  color: #b8b8b8;
}
.linear-theme.rendered-form .form-control.mage-error,
.linear-theme.rendered-form .amform-date.mage-error,
.linear-theme.rendered-form .amform-time.mage-error {
  border-color: #eb5757;
}
.linear-theme.rendered-form .form-control[multiple],
.linear-theme.rendered-form .amform-date[multiple],
.linear-theme.rendered-form .amform-time[multiple] {
  padding-top: 10px;
}
.linear-theme.rendered-form .form-control:-ms-input-placeholder,
.linear-theme.rendered-form .amform-date:-ms-input-placeholder,
.linear-theme.rendered-form .amform-time:-ms-input-placeholder {
  color: transparent;
}
.linear-theme.rendered-form .form-control::placeholder,
.linear-theme.rendered-form .amform-date::placeholder,
.linear-theme.rendered-form .amform-time::placeholder {
  color: transparent;
}
.linear-theme.rendered-form textarea.form-control {
  padding-top: 6px;
  min-height: 46px;
}
.linear-theme.rendered-form .field,
.linear-theme.rendered-form .fieldset > .field.form-group,
.linear-theme.rendered-form .fieldset > .fields > .field.form-group {
  position: relative;
  margin-bottom: 24px;
  padding: 0 20px;
}
.linear-theme.rendered-form .field.amform-layout-two,
.linear-theme.rendered-form .fieldset > .field.form-group.amform-layout-two,
.linear-theme.rendered-form .fieldset > .fields > .field.form-group.amform-layout-two {
  margin-right: 0;
  max-width: 50%;
}
.linear-theme.rendered-form .field.amform-layout-three,
.linear-theme.rendered-form .fieldset > .field.form-group.amform-layout-three,
.linear-theme.rendered-form .fieldset > .fields > .field.form-group.amform-layout-three {
  margin-right: 0;
  max-width: 100% / 3;
}
.linear-theme.rendered-form .field .required,
.linear-theme.rendered-form .fieldset > .field.form-group .required,
.linear-theme.rendered-form .fieldset > .fields > .field.form-group .required {
  color: inherit;
}
.linear-theme.rendered-form .field .tooltip-element,
.linear-theme.rendered-form .fieldset > .field.form-group .tooltip-element,
.linear-theme.rendered-form .fieldset > .fields > .field.form-group .tooltip-element {
  z-index: 2;
  background: #4776f0;
}
.linear-theme.rendered-form .field.amcform-gdpr > .label,
.linear-theme.rendered-form .fieldset > .field.form-group.amcform-gdpr > .label,
.linear-theme.rendered-form .fieldset > .fields > .field.form-group.amcform-gdpr > .label {
  position: static;
}
.linear-theme.rendered-form .field > .label,
.linear-theme.rendered-form .fieldset > .field.form-group > .label,
.linear-theme.rendered-form .fieldset > .fields > .field.form-group > .label {
  position: absolute;
  top: 6px;
  display: block;
  margin: 0;
  width: 100%;
  font-weight: 400;
  font-size: 14px;
  transition: top 0.2s ease-in-out, font-size 0.2s ease-in-out;
}
.linear-theme.rendered-form .field > .label.fb-checkbox-group-label,
.linear-theme.rendered-form .fieldset > .field.form-group > .label.fb-checkbox-group-label,
.linear-theme.rendered-form .fieldset > .fields > .field.form-group > .label.fb-checkbox-group-label,
.linear-theme.rendered-form .field > .label.fb-radio-group-label,
.linear-theme.rendered-form .fieldset > .field.form-group > .label.fb-radio-group-label,
.linear-theme.rendered-form .fieldset > .fields > .field.form-group > .label.fb-radio-group-label,
.linear-theme.rendered-form .field > .label.fb-file-label,
.linear-theme.rendered-form .fieldset > .field.form-group > .label.fb-file-label,
.linear-theme.rendered-form .fieldset > .fields > .field.form-group > .label.fb-file-label {
  position: relative;
  top: -13px;
  color: #737373;
  font-size: 10px;
  line-height: 12px;
}
.linear-theme.rendered-form .field.-active > .label,
.linear-theme.rendered-form .fieldset > .field.form-group.-active > .label,
.linear-theme.rendered-form .fieldset > .fields > .field.form-group.-active > .label,
.linear-theme.rendered-form .field.-has-content > .label,
.linear-theme.rendered-form .fieldset > .field.form-group.-has-content > .label,
.linear-theme.rendered-form .fieldset > .fields > .field.form-group.-has-content > .label,
.linear-theme.rendered-form .field.fb-time > .label,
.linear-theme.rendered-form .fieldset > .field.form-group.fb-time > .label,
.linear-theme.rendered-form .fieldset > .fields > .field.form-group.fb-time > .label {
  top: -13px;
  color: #737373;
  font-size: 10px;
  line-height: 12px;
}
.linear-theme.rendered-form .field.-active > .label,
.linear-theme.rendered-form .fieldset > .field.form-group.-active > .label,
.linear-theme.rendered-form .fieldset > .fields > .field.form-group.-active > .label {
  color: #4776f0;
}
.linear-theme.rendered-form div.mage-error[generated] {
  margin-top: 2px;
  color: #eb5757;
  font-size: 10px;
  line-height: 12px;
}
.linear-theme.rendered-form .amform-date._has-datepicker ~ .ui-datepicker-trigger {
  margin-left: -15px;
}
.linear-theme.rendered-form .amform-date._has-datepicker ~ .ui-datepicker-trigger:before {
  width: 12px;
  height: 13px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTMiIHZpZXdCb3g9IjAgMCAxMiAxMyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEwLjY2NjcgMS4zMDAwMUgxMFYwSDguNjY2NjdWMS4zMDAwMUgzLjMzMzM0VjBIMlYxLjMwMDAxSDEuMzMzMzRDMC41OTY2ODYgMS4zMDAwMSAwLjAwNjY4NzUxIDEuODgxNzUgMC4wMDY2ODc1MSAyLjYwMDAxTDAgMTEuN0MwIDEyLjQxODIgMC41OTY2NTUgMTMgMS4zMzMzNCAxM0gxMC42NjY3QzExLjQwMzMgMTMgMTIgMTIuNDE4MiAxMiAxMS43VjIuNTk5OThDMTIgMS44ODE3NSAxMS40MDMzIDEuMzAwMDEgMTAuNjY2NyAxLjMwMDAxWk0xMC42NjY3IDExLjdIMS4zMzMzNFY0LjU0OTk4SDEwLjY2NjdWMTEuN1oiIGZpbGw9IiM0Nzc2RjAiLz4KPHBhdGggZD0iTTkuMDE5OTkgNi41MzkwOUw4LjMxMzMzIDUuODUwMUw1LjA2IDkuMDIyMUwzLjY0NjY5IDcuNjQ0MDlMMi45NCA4LjMzMzA4TDUuMDYgMTAuNDAwMUw5LjAxOTk5IDYuNTM5MDlaIiBmaWxsPSIjNDc3NkYwIi8+Cjwvc3ZnPgo=);
  content: '';
}
.linear-theme.rendered-form input[type=checkbox],
.linear-theme.rendered-form input[type=radio] {
  margin-right: 5px;
  width: 16px;
  height: 16px;
  outline: none;
}
.linear-theme.rendered-form input[type=checkbox]:focus,
.linear-theme.rendered-form input[type=radio]:focus {
  outline: none;
}
/* Pagination */
.linear-theme .amcform-page-titles {
  align-items: stretch;
  padding: 0 20px;
}
.linear-theme .amcform-step {
  display: none;
}
.linear-theme .amcform-title-wrap {
  display: block;
  flex: 1;
  margin: 0 0 16px 0;
  text-align: left;
}
.linear-theme .amcform-title-wrap:after,
.linear-theme .amcform-title-wrap:before {
  display: none;
}
.linear-theme .amcform-title-wrap.ui-state-active .amcform-title {
  border-color: #4776f0;
}
.linear-theme .amcform-title-wrap.-disabled .amcform-title {
  border-color: #e3e3e3;
}
.linear-theme .amcform-title-wrap.-error .amcform-title {
  border-color: #eb5757;
}
.linear-theme .amcform-title {
  display: block;
  margin: 0;
  padding-bottom: 7px;
  min-height: 100%;
  max-width: 100%;
  border-bottom: 7px solid #92b0ff;
  text-align: left;
}
.circle-theme.rendered-form .form-control,
.circle-theme.rendered-form .amform-date,
.circle-theme.rendered-form .amform-time {
  padding: 9px;
  min-height: 40px;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
}
.circle-theme.rendered-form .form-control:focus,
.circle-theme.rendered-form .amform-date:focus,
.circle-theme.rendered-form .amform-time:focus {
  outline: none;
  border-color: #4776f0;
  box-shadow: none;
  color: #333;
}
.circle-theme.rendered-form .form-control.mage-error,
.circle-theme.rendered-form .amform-date.mage-error,
.circle-theme.rendered-form .amform-time.mage-error {
  border-color: #eb5757;
}
.circle-theme.rendered-form .form-control::-webkit-input-placeholder,
.circle-theme.rendered-form .amform-date::-webkit-input-placeholder,
.circle-theme.rendered-form .amform-time::-webkit-input-placeholder {
  color: #b8b8b8;
}
.circle-theme.rendered-form .form-control::-moz-placeholder,
.circle-theme.rendered-form .amform-date::-moz-placeholder,
.circle-theme.rendered-form .amform-time::-moz-placeholder {
  color: #b8b8b8;
}
.circle-theme.rendered-form .form-control:-moz-placeholder,
.circle-theme.rendered-form .amform-date:-moz-placeholder,
.circle-theme.rendered-form .amform-time:-moz-placeholder {
  color: #b8b8b8;
}
.circle-theme.rendered-form .form-control:-ms-input-placeholder,
.circle-theme.rendered-form .amform-date:-ms-input-placeholder,
.circle-theme.rendered-form .amform-time:-ms-input-placeholder {
  color: #b8b8b8;
}
.circle-theme.rendered-form input[type='file'].form-control {
  padding: 0;
  border: 0;
}
.circle-theme.rendered-form input[type=checkbox],
.circle-theme.rendered-form input[type=radio] {
  margin-right: 5px;
  width: 16px;
  height: 16px;
  outline: none;
}
.circle-theme.rendered-form input[type=checkbox]:focus,
.circle-theme.rendered-form input[type=radio]:focus {
  outline: none;
}
.circle-theme.rendered-form div.mage-error[generated] {
  position: relative;
  top: -2px;
  z-index: -1;
  margin-top: 0;
  padding: 2px 10px 0 10px;
  border-radius: 0 0 4px 4px;
  background: #eb5757;
  color: #fff;
  font-size: 10px;
  line-height: 16px;
}
.circle-theme.rendered-form .field .label,
.circle-theme.rendered-form .fieldset > .field.form-group .label,
.circle-theme.rendered-form .fieldset > .fields > .field.form-group > .label {
  font-weight: 400;
}
.circle-theme.rendered-form .required {
  color: inherit;
}
.circle-theme.rendered-form .tooltip-element {
  background: #4776f0;
}
/* Pagination */
.circle-theme .amcform-page-titles {
  align-items: center;
}
.circle-theme .amcform-title {
  display: flex;
  align-items: center;
  max-width: initial;
}
.circle-theme .amcform-step {
  margin: 0 10px 0 0;
  min-width: 38px;
  border-radius: 15px;
}
.circle-theme .amcform-label {
  text-align: left;
}
.circle-theme .amcform-title-wrap:after,
.circle-theme .amcform-title-wrap:before {
  display: none;
}
.circle-theme .amcform-title-wrap + .amcform-title-wrap {
  margin-left: 30px;
}
.circle-theme .amcform-title-wrap:nth-child(3n + 1) {
  margin-left: 0;
}
.circle-theme .amcform-title-wrap.-disabled .amcform-step {
  border-color: #bfd1ff;
  background: #bfd1ff;
  color: #fff;
}
.circle-theme .amform-form .action.primary,
.circle-theme .amform-form .amshopby-button,
.circle-theme .amform-form .am-filter-go {
  text-transform: uppercase;
  font-weight: 700;
}
.amform-body .ui-datepicker {
  overflow: hidden;
  padding: 0;
  border: 0;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
.amform-body .ui-datepicker .ui-datepicker-header {
  padding: 16px 22px;
}
.amform-body .ui-datepicker .ui-datepicker-title {
  margin: 0;
  text-align: left;
  text-transform: uppercase;
  font-weight: 700;
}
.amform-body .ui-datepicker .ui-datepicker-title .ui-datepicker-month {
  margin-right: 0;
  width: auto;
}
.amform-body .ui-datepicker .ui-datepicker-title .ui-datepicker-year {
  width: 70px;
  border: 0;
}
.amform-body .ui-datepicker .ui-datepicker-title .ui-datepicker-year:focus {
  outline: none;
  box-shadow: none;
}
.amform-body .ui-datepicker .ui-datepicker-prev,
.amform-body .ui-datepicker .ui-datepicker-next {
  top: 20px;
  right: 22px;
  left: auto;
}
.amform-body .ui-datepicker .ui-datepicker-prev {
  right: 38px;
}
.amform-body .ui-datepicker .ui-datepicker-prev span.ui-icon,
.amform-body .ui-datepicker .ui-datepicker-next span.ui-icon {
  width: 7px;
  height: 7px;
  border: 0;
  border-top: 1px solid #333;
  border-left: 1px solid #333;
  transform: rotate(-45deg);
}
.amform-body .ui-datepicker .ui-datepicker-next span.ui-icon {
  transform: rotate(135deg);
}
.amform-body .ui-datepicker .ui-datepicker-calendar {
  margin-bottom: 10px;
  border: 0;
}
.amform-body .ui-datepicker .ui-datepicker-calendar th {
  border: 0;
  border-bottom: 1px solid #e3e3e3;
  background: transparent;
  color: #b8b8b8;
  text-align: center;
  font-weight: 400;
}
.amform-body .ui-datepicker .ui-datepicker-calendar td {
  padding: 0;
  border: 0;
  text-align: center;
}
.amform-body .ui-datepicker .ui-datepicker-calendar td.ui-state-disabled,
.amform-body .ui-datepicker .ui-datepicker-calendar td.ui-datepicker-today {
  background: none;
}
.amform-body .ui-datepicker .ui-datepicker-calendar td:first-child {
  padding-left: 10px;
}
.amform-body .ui-datepicker .ui-datepicker-calendar td:last-child {
  padding-right: 10px;
}
.amform-body .ui-datepicker .ui-datepicker-calendar tr:first-child td {
  padding-top: 10px;
}
.amform-body .am-picker-year .ui-datepicker-calendar td a {
  display: block;
  padding: 0;
  width: 43px;
  height: 43px;
  border-radius: 42px;
  text-align: center;
  line-height: 42px;
}
.amform-body .am-picker-year .ui-datepicker-calendar td a.ui-state-hover {
  background: #edf4ff;
  color: #333;
}
.amform-body .am-picker-year .ui-datepicker-calendar td a.ui-state-highlight {
  background: #e3e3e3;
}
.amform-body .am-picker-year .ui-datepicker-calendar td a.ui-state-active {
  background: #4776f0;
  color: #fff;
  font-weight: 700;
}
.amcform-button:not(.primary) {
  transition: 0.1s all ease-in;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 10px;
  height: 40px;
  border-radius: 3px;
  box-shadow: none;
  font-weight: 400;
  cursor: pointer;
  pointer-events: auto;
  user-select: none;
}
.amcform-button:not(.primary):hover,
.amcform-button:not(.primary):active,
.amcform-button:not(.primary):focus {
  background: none;
  box-shadow: none;
  text-decoration: none;
}
.amcform-button:not(.primary):before,
.amcform-button:not(.primary):after {
  transition: 0.1s all ease-in;
}
.amcform-button:not(.primary).-disabled {
  pointer-events: none;
}
.amcform-button:not(.primary).-disabled:focus {
  pointer-events: none;
}
.amcform-button.-clear,
.amcform-button.-default,
.amcform-button.-with-icon,
.amcform-button.-error {
  padding: 0;
  border: none;
  background: transparent;
  box-shadow: none;
}
.amcform-button.-clear:active,
.amcform-button.-clear:hover,
.amcform-button.-clear:focus,
.amcform-button.-default:active,
.amcform-button.-default:hover,
.amcform-button.-default:focus,
.amcform-button.-with-icon:active,
.amcform-button.-with-icon:hover,
.amcform-button.-with-icon:focus,
.amcform-button.-error:active,
.amcform-button.-error:hover,
.amcform-button.-error:focus {
  border: none;
  background: transparent;
  box-shadow: none;
}
.amcform-button.-default,
.amcform-button.-error {
  padding: 10px;
  min-width: 130px;
  background-color: #4776f0;
  color: #fff;
  font-size: 16px;
  line-height: 22px;
}
.amcform-button.-default:hover,
.amcform-button.-error:hover {
  background-color: #2f5bcd;
}
.amcform-button.-default:focus,
.amcform-button.-error:focus {
  background-color: #2f5bcd;
  box-shadow: 0 0 0 3px hsl(0, 0%, 100%), 0 0 0 4px hsl(0, 0%, 0%);
}
.amcform-button.-default:active,
.amcform-button.-error:active {
  background-color: #1846BE;
}
.amcform-button.-error {
  border: 1px solid #eb5757;
  background-color: #fff;
  color: #eb5757;
}
.amcform-button.-error:hover,
.amcform-button.-error:focus {
  border: 1px solid #ee2e2e;
  background-color: #ffc8c8;
}
.amcform-button.-error:active {
  border: 1px solid #d21616;
  background-color: #fff;
}
.amcform-button.-with-icon {
  padding: 10px 15px;
  min-width: auto;
  background-color: transparent;
  color: #333;
}
.amcform-button.-with-icon > .amcform-icon {
  margin-right: 10px;
  color: #c7c7c7;
}
.amcform-button.-with-icon:hover {
  background-color: #eee;
}
.amcform-button.-with-icon:focus {
  z-index: 1;
  box-shadow: 0 0 0 1px hsl(0, 0%, 0%);
}
.amcform-button.-with-icon:active {
  color: #4776f0;
}
.amcform-button.-with-icon:active > .amcform-icon {
  color: #4776f0;
}
.amcform-button.-with-icon:active > .amcform-icon.-remove,
.amcform-button.-with-icon.-remove:active {
  color: #eb5757;
}
.amcform-button.-with-icon.-small {
  padding: 10px;
  font-size: 0;
}
.amcform-button.-with-icon.-small > .amcform-icon {
  margin: 0;
}
@media (min-width: 1500px) {
  .amasty_customform-forms-edit .page-main-actions .page-actions .page-actions-buttons .-amasty-customform-export-button {
    position: absolute;
    padding-right: 4rem;
    padding-left: 4rem;
    background: #e3e3e3;
  }
  .amasty_customform-forms-edit .page-main-actions .page-actions .page-actions-buttons #export_form_data_to_csv {
    left: 133px;
  }
  .amasty_customform-forms-edit .page-main-actions .page-actions .page-actions-buttons #export_form_data_to_pdf {
    left: 460px;
  }
  .amasty_customform-forms-edit .page-main-actions .page-actions._fixed .page-actions-inner:before {
    content: none;
  }
  .amasty_customform-forms-edit .page-main-actions .page-actions._fixed .page-actions-buttons #export_form_data_to_csv {
    left: 15px;
  }
  .amasty_customform-forms-edit .page-main-actions .page-actions._fixed .page-actions-buttons #export_form_data_to_pdf {
    left: 342px;
  }
}
.amcform-table-wrap > .amcform-title {
  margin: 0 0 10px;
  color: #333;
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
}
.amcform-table-wrap .fb-googlemap .map {
  height: 350px;
}
.amcform-table-wrap .am-address {
  margin-bottom: 20px;
}
.amcform-table-block {
  margin: 0 0 30px;
  padding: 0;
  width: 100%;
  border: none;
  border-collapse: collapse;
  color: #666;
}
.amcform-table-block .amcform-tr {
  border: none;
}
.amcform-table-block .amcform-tr:nth-of-type(2n) {
  background: #f9f9f9;
}
.amcform-table-block .amcform-th {
  padding: 10px;
  width: 25%;
  border: none;
  vertical-align: top;
  text-align: left;
  font-weight: 700;
}
.amcform-table-block .amcform-td {
  padding: 10px;
  border: none;
  vertical-align: top;
  text-align: left;
}
.amcform-table-block .amcform-link,
.amcform-table-block .amcform-td a {
  color: #666;
}
.amcform-google-map .amcform-text {
  margin: 0;
}
.fb-googlemap .map {
  height: 300px;
}
.fb-googlemap .searchbox {
  margin-top: 10px;
  margin-left: 12px;
  padding: 0 11px 0 13px;
  width: 70%;
  background-color: #fff;
  text-overflow: ellipsis;
  font-weight: 300;
  font-size: 15px;
}
.fb-googlemap .gm-svpc {
  display: none;
}
[data-amgdpr-content-from='subscription'] {
  display: table-row-group;
}
.block.newsletter .form.subscribe > [data-amgdpr-content-from='subscription'].amgdpr-checkbox.field {
  float: none;
}
[data-amgdpr-content-from='subscription'] .amgdpr-checkbox {
  margin-top: 8px;
}
[data-amgdpr-content-from='subscription'] .amgdpr-label.label {
  position: inherit;
}
.amgdpr-modal-container .amgdpr-privacy-policy {
  display: none;
}
.amgdpr-modal-container .amgdpr-privacy-policy,
.amgdpr-modal-container .amgdpr-html-content {
  overflow-y: scroll;
  max-height: 500px;
  word-wrap: break-word;
}
.checkout-index-index .amgdpr-modal-container.modal-popup:not(.agreements-modal):not(.popup-authentication) .modal-inner-wrap,
.amgdpr-modal-container .modal-inner-wrap {
  max-width: 1130px;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.35);
}
.amgdpr-modal-container .modal-header {
  padding: 30px 30px 20px;
}
.amgdpr-modal-container .modal-content {
  padding: 0 30px 0 25px;
}
.amgdpr-modal-container .modal-footer {
  padding: 30px 35px 30px;
}
.amgdpr-modal-container .modal-header .modal-title {
  margin-left: 10px;
  padding: 0;
  border-bottom: none;
  color: #5384ec;
  font-weight: 400;
  font-size: 26px;
}
.amgdpr-modal-container .action.action-primary:hover {
  background-color: #1357e6;
}
.amgdpr-modal-container .action.action-primary {
  width: 100%;
  border-radius: 3px;
  background-color: #5384ec;
  box-shadow: none;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1.35px;
  font-weight: bold;
  transition: background-color 0.3s ease-out;
}
.amgdpr-modal-container .action-close {
  top: 10px;
  right: 10px;
  line-height: 14px;
}
.amgdpr-modal-container .action-close:focus,
.amgdpr-modal-container .action-primary:focus,
.amgdpr-modal-container .action-close:active,
.amgdpr-modal-container .action-primary:active {
  box-shadow: 0 0 3px 1px #00699d;
  opacity: 0.9;
}
.amgdpr-modal-container .amgdpr-html-content::-webkit-scrollbar,
.amgdpr-modal-container .amgdpr-privacy-policy::-webkit-scrollbar {
  width: 6px;
}
.amgdpr-modal-container .amgdpr-html-content::-webkit-scrollbar-track,
.amgdpr-modal-container .amgdpr-privacy-policy::-webkit-scrollbar-track {
  width: 6px;
  background: #fff;
}
.amgdpr-modal-container .amgdpr-html-content::-webkit-scrollbar-thumb,
.amgdpr-modal-container .amgdpr-privacy-policy::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: #e0e0e0;
}
.amgdpr-notification-container {
  margin-left: 10px;
  padding: 25px;
  font-weight: 600;
  background: #ffeaac;
}
.amgdpr-cookie-link {
  margin-top: 10px;
}
.amgdpr-cookie-link .amgdpr-link {
  display: none;
}
.amgdpr-cookie-link .amgdpr-link.-show {
  display: block;
}
.amgdpr-settings-container {
  display: inline-flex;
  flex-wrap: wrap;
  margin: -40px 0 40px -40px;
  width: calc(100% + 40px);
}
.amgdpr-settings-container .amgdpr-block {
  display: none;
  margin-top: 20px;
}
.amgdpr-settings-container .amgdpr-block .fieldset {
  margin-bottom: 20px;
}
.amgdpr-settings-container .amgdpr-mail {
  margin-top: 10px;
}
.amgdpr-settings-container .amgdpr-block .amgdpr-checkbox.field,
.amgdpr-settings-container .field.control.checkbox {
  margin-bottom: 20px;
}
.amgdpr-checkbox-container {
  margin: 40px 0 0 40px;
  max-width: 220px;
  position: relative;
}
.amgdpr-checkbox-container > .amgdpr-checkbox:checked ~ .amgdpr-block {
  display: block;
}
.amgdpr-checkbox-container > .amgdpr-checkbox {
  height: 1px;
  opacity: 0;
  position: absolute;
  width: 1px;
}
.amgdpr-checkbox-container > .amgdpr-label {
  background-color: #e8f6ff;
  border: 2px solid #e8f6ff;
  border-radius: 20px;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 220px;
  position: relative;
  transition: border 0.3s ease-in, background-color 0.3s ease-in;
  width: 220px;
}
.amgdpr-checkbox-container > .amgdpr-label:before {
  content: '';
  height: 100px;
  left: 50%;
  position: absolute;
  top: 40%;
  transform: translate(-50%, -50%);
  width: 100px;
}
.amgdpr-checkbox-container > .amgdpr-label.-download:before {
  background: url('../../frontend/DFSolution/layout/it_IT/Amasty_Gdpr/images/download.svg') no-repeat center;
}
.amgdpr-checkbox-container > .amgdpr-checkbox:checked + .amgdpr-label.-download:before {
  background: url('../../frontend/DFSolution/layout/it_IT/Amasty_Gdpr/images/download_active.svg') no-repeat center;
}
.amgdpr-checkbox-container > .amgdpr-label.-policy:before {
  background: url('../../frontend/DFSolution/layout/it_IT/Amasty_Gdpr/images/policy.svg') no-repeat center;
}
.amgdpr-checkbox-container > .amgdpr-checkbox:checked + .amgdpr-label.-policy:before {
  background: url('../../frontend/DFSolution/layout/it_IT/Amasty_Gdpr/images/policy_active.svg') no-repeat center;
}
.amgdpr-checkbox-container > .amgdpr-label.-anonymise:before {
  background: url('../../frontend/DFSolution/layout/it_IT/Amasty_Gdpr/images/anonymise.svg') no-repeat center;
}
.amgdpr-checkbox-container > .amgdpr-checkbox:checked + .amgdpr-label.-anonymise:before {
  background: url('../../frontend/DFSolution/layout/it_IT/Amasty_Gdpr/images/anonymise_active.svg') no-repeat center;
}
.amgdpr-checkbox-container > .amgdpr-label.-delete:before {
  background: url('../../frontend/DFSolution/layout/it_IT/Amasty_Gdpr/images/delete.svg') no-repeat center;
}
.amgdpr-checkbox-container > .amgdpr-checkbox:checked + .amgdpr-label.-delete:before {
  background: url('../../frontend/DFSolution/layout/it_IT/Amasty_Gdpr/images/delete_active.svg') no-repeat center;
}
.amgdpr-checkbox-container > .amgdpr-label.-consents:before {
  background: url('../../frontend/DFSolution/layout/it_IT/Amasty_Gdpr/images/consents.svg') no-repeat center;
}
.amgdpr-checkbox-container > .amgdpr-checkbox:checked + .amgdpr-label.-consents:before {
  background: url('../../frontend/DFSolution/layout/it_IT/Amasty_Gdpr/images/consents_active.svg') no-repeat center;
}
.amgdpr-checkbox-container > .amgdpr-label.-dpoinfo:before {
  background: url('../../frontend/DFSolution/layout/it_IT/Amasty_Gdpr/images/officer.svg') no-repeat center;
}
.amgdpr-checkbox-container > .amgdpr-checkbox:checked + .amgdpr-label.-dpoinfo:before {
  background: url('../../frontend/DFSolution/layout/it_IT/Amasty_Gdpr/images/officer_active.svg') no-repeat center;
}
.amgdpr-checkbox-container > .amgdpr-checkbox:checked + .amgdpr-label {
  background-color: #3d9fe9;
}
.amgdpr-checkbox-container > .amgdpr-checkbox:checked + .amgdpr-label .amgdpr-title {
  color: #fff;
}
.amgdpr-checkbox-container .amgdpr-title {
  color: #333;
  font-size: 16px;
  font-weight: 600;
  left: 50%;
  min-width: 180px;
  position: absolute;
  text-align: center;
  top: 80%;
  transform: translate(-50%, -50%);
  transition: color 0.3s ease-in;
}
.amgdpr-checkbox-container .amgdpr-svg {
  fill: #000;
}
.amgdpr-checkbox-container > .amgdpr-checkbox:focus + .amgdpr-label,
.amgdpr-checkbox-container > .amgdpr-checkbox:active + .amgdpr-label,
.amgdpr-checkbox-container > .amgdpr-label:hover {
  border: 2px solid #1979c2;
  box-shadow: 0 5px 10px #b7dbf7;
}
.amgdprcookie-cookie-container {
  margin: 0 10px 20px 0;
  padding: 0 0 25px 0;
}
.amgdprcookie-cookie-container.-modal:first-child {
  padding-top: 25px;
}
.amgdprcookie-cookie-container.-modal .amgdprcookie-header,
.amgdprcookie-cookie-container.-modal .amgdprcookie-text {
  padding-left: 25px;
}
.amgdprcookie-cookie-container.-modal {
  margin-right: 30px;
  box-shadow: none;
  direction: ltr;
}
.amgdprcookie-cookie-container .amgdprcookie-header {
  display: flex;
  justify-content: space-between;
}
.amgdprcookie-cookie-container .amgdprcookie-caption {
  margin: 0 0 15px;
  font-weight: bold;
  font-size: 16px;
  line-height: 27px;
}
.amgdprcookie-cookie-container .amgdprcookie-text {
  margin-bottom: 10px;
  color: #363636;
  font-size: 12px;
}
.amgdprcookie-cookie-container .amgdprcookie-options {
  font-size: 12px;
  color: #5384EC;
  cursor: pointer;
}
.amgdprcookie-toggle-cookie {
  position: relative;
  padding-left: 50px;
}
.amgdprcookie-toggle-cookie .amgdprcookie-input {
  width: 0;
  height: 0;
  opacity: 0;
}
.amgdprcookie-toggle-cookie .amgdprcookie-label {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 29px;
  border-radius: 40px;
  background: #a5a5a5;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
  cursor: pointer;
}
.amgdprcookie-toggle-cookie .amgdprcookie-label:after {
  position: absolute;
  top: 2px;
  left: 2px;
  width: 25px;
  height: 25px;
  border-radius: 40px;
  background: #fff;
  content: '';
  transition: all 0.4s ease;
}
.amgdprcookie-toggle-cookie .amgdprcookie-input:active + .amgdprcookie-label,
.amgdprcookie-toggle-cookie .amgdprcookie-input:focus + .amgdprcookie-label {
  box-shadow: 0 0 3px 1px #00699d;
}
.amgdprcookie-toggle-cookie .amgdprcookie-input:checked:disabled + .amgdprcookie-label {
  background: #e8e8e8;
}
.amgdprcookie-toggle-cookie .amgdprcookie-input:checked:disabled + .amgdprcookie-label:after {
  left: 95%;
  transform: translateX(-100%);
}
.amgdprcookie-toggle-cookie .amgdprcookie-input:checked:not([disabled]) + .amgdprcookie-label {
  background: #1979c3;
}
.amgdprcookie-toggle-cookie .amgdprcookie-input:checked:not([disabled]) + .amgdprcookie-label:after {
  left: 95%;
  transform: translateX(-100%);
}
.amgdprcookie-toggle-cookie .amgdprcookie-input:not([checked]) + .amgdprcookie-label {
  background: #a5a5a5;
}
.amgdprcookie-toggle-cookie .amgdprcookie-input:disabled + .amgdprcookie-label {
  background: #e8e8e8;
}
.amgdprcookie-toggle-cookie .amgdprcookie-input:disabled + .amgdprcookie-label:after {
  left: 2px;
}
.amgdprcookie-toggle-cookie .amgdprcookie-input:focus + .amgdprcookie-label {
  box-shadow: 0 0 3px 1px #00699d;
}
.amgdprcookie-main-wrapper {
  color: #363636;
}
.amgdprcookie-main-wrapper .amgdprcookie-top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}
.amgdprcookie-main-wrapper .amgdprcookie-head {
  font-size: 20px;
  line-height: 20px;
}
.amgdprcookie-main-wrapper .amgdprcookie-btn-wrapper {
  display: flex;
}
.amgdprcookie-main-wrapper .amgdprcookie-btn {
  padding: 7px 27px;
  border: 0;
  border-radius: 6px;
  background: #ef7c4a;
  box-shadow: 0 3px 5px rgba(62, 40, 13, 0.15);
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
}
.amgdprcookie-main-wrapper .amgdprcookie-btn:first-child {
  margin: 0 15px;
}
.amgdprcookie-main-wrapper .amgdprcookie-btn:hover {
  background: #eb5a1b;
}
.amgdprcookie-main-wrapper .amgdprcookie-btn:focus,
.amgdprcookie-main-wrapper .amgdprcookie-btn:active {
  box-shadow: 0 0 3px 1px #00699d;
}
.amgdprcookie-cookie-container .amgdprcookie-link {
  float: right;
  color: #389dfe;
  text-transform: capitalize;
  letter-spacing: 0.3px;
  font-size: 12px;
  cursor: pointer;
}
.amgdprjs-bar-template {
  display: block!important;
  position: fixed;
  /* added to support older browsers */
  position: sticky;
}
.amgdprjs-bar-template .amgdprcookie-buttons-block .amgdprcookie-button {
  margin-right: 5px;
}
.amgdprjs-bar-template.-popup {
  position: fixed;
  top: 50%;
  left: 50%;
  margin: 0 auto;
  max-width: 740px;
  transform: translate(-50%, -50%);
}
.amgdprjs-bar-template.-popup:before {
  width: 100%;
  height: 100%;
  background-color: #0a6c9f;
  content: '';
}
.amgdprjs-bar-template.-popup .amgdprcookie-bar-container {
  padding: 50px;
}
.amgdprjs-bar-template.-popup .amgdprcookie-bar-block {
  width: 100%;
}
.amgdprjs-bar-template.-popup .amgdprcookie-buttons-block {
  display: flex;
  justify-content: center;
}
.amgdprcookie-groups-modal .modal-inner-wrap {
  border-radius: 4px;
  box-shadow: 0 -2px 18px rgba(0, 0, 0, 0.06);
  max-width: 740px;
}
.amgdprcookie-groups-modal.-table .modal-inner-wrap {
  max-width: 1290px;
  min-width: 700px;
  overflow-x: auto;
}
.amgdprcookie-groups-modal .modal-title {
  border-bottom: none;
  font-size: 20px;
  font-weight: bold;
}
.amgdprcookie-groups-modal .action-close {
  display: none;
}
.amgdprcookie-groups-modal .amgdprcookie-form {
  padding: 0 10px;
}
.amgdprcookie-groups-modal .amgdprcookie-done {
  background-color: #5384EC;
  border-radius: 3px;
  box-shadow: none;
  color: #fff;
  font-weight: bold;
  letter-spacing: 1.35px;
  text-transform: uppercase;
  transition: background-color 0.3s ease-out;
  width: 100%;
}
.amgdprcookie-groups-modal .amgdprcookie-done:hover {
  background-color: #1357e6;
}
.amgdprcookie-groups-modal .amgdprcookie-done:focus {
  background-color: #1357e6;
  box-shadow: 0 0 3px 1px #00699d;
}
.amgdprcookie-groups-modal:not(.-table) .modal-footer {
  padding-top: 0;
}
.amgdprcookie-groups-modal .amgdprcookie-form-container,
.amgdprcookie-groups-modal .amgdprcookie-tbody {
  overflow: auto;
  scrollbar-color: #e0e0e0 #fff;
  scrollbar-width: thin;
  scrollbar-face-color: #e0e0e0;
  scrollbar-highlight-color: #e0e0e0;
  scrollbar-shadow-color: #e0e0e0;
  scrollbar-track-color: #fff;
  display: block;
  max-height: 500px;
  overflow-y: auto;
}
.amgdprcookie-groups-modal .amgdprcookie-form-container::-webkit-scrollbar,
.amgdprcookie-groups-modal .amgdprcookie-tbody::-webkit-scrollbar {
  width: 6px;
}
.amgdprcookie-groups-modal .amgdprcookie-form-container::-webkit-scrollbar-track,
.amgdprcookie-groups-modal .amgdprcookie-tbody::-webkit-scrollbar-track {
  background-color: #fff;
  box-shadow: none;
}
.amgdprcookie-groups-modal .amgdprcookie-form-container::-webkit-scrollbar-thumb,
.amgdprcookie-groups-modal .amgdprcookie-tbody::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: #e0e0e0;
}
.amgdprcookie-bar-container {
  background: #fff;
  box-shadow: 0 -2px 18px rgba(0, 0, 0, 0.06);
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 30px 10px;
  z-index: 10;
}
.amgdprcookie-bar-container.modal-popup {
  right: unset;
  pointer-events: auto;
  left: unset;
  top: unset;
  bottom: unset;
  overflow-y: unset;
  transition: unset;
  position: unset;
}
.amgdprcookie-bar-container .amgdprcookie-buttons-block {
  display: flex;
  flex-direction: column;
}
.amgdprcookie-bar-container .amgdprcookie-policy {
  margin-bottom: 20px;
  max-height: 30vh;
  max-width: 640px;
  overflow-y: auto;
}
.amgdprcookie-bar-container .amgdprcookie-button:first-child {
  margin-bottom: 10px;
}
.amgdprcookie-bar-container .amgdprcookie-buttons-block .amgdprcookie-button {
  margin-bottom: 0;
  padding: 10px 30px;
}
.amgdprcookie-bar-container .action-close {
  top: 10px;
  right: 10px;
  line-height: 14px;
}
.amgdprcookie-bar-container .action-close:focus,
.amgdprcookie-bar-container .action-close:active {
  box-shadow: 0 0 3px 1px #00699d;
  opacity: 0.9;
}
.amgdprcookie-buttons-block {
  display: flex;
  flex-direction: column;
}
.amgdprcookie-buttons-block.-settings {
  padding-bottom: 30px;
}
.amgdprcookie-buttons-block .amgdprcookie-button {
  background: #fff;
  border: none;
  border-radius: 3px;
  box-shadow: none;
  color: #5384EC;
  font-weight: bold;
  letter-spacing: 1.35px;
  margin-top: 15px;
  padding: 10px 15px;
  text-transform: uppercase;
  transition: opacity 0.3s ease, color 0.3s ease-out, background-color 0.3s ease-out, border 0.3s ease-out;
}
.amgdprcookie-buttons-block .amgdprcookie-button:hover {
  opacity: 0.9;
}
.amgdprcookie-buttons-block .amgdprcookie-button:active,
.amgdprcookie-buttons-block .amgdprcookie-button:focus {
  opacity: 0.9;
  box-shadow: 0 0 3px 1px #00699d;
}
.amgdprcookie-buttons-block .amgdprcookie-button.-allow,
.amgdprcookie-buttons-block .amgdprcookie-button.-save {
  background: #5384EC;
  color: #fff;
  flex-basis: 33%;
}
.amgdprcookie-modal-template {
  background: #fff;
  overflow-y: auto;
  margin-left: 5px;
}
.amgdprcookie-modal-template .action-close {
  top: 0;
  right: 0;
  margin: 0;
  padding: 8px;
  line-height: 14px;
  background: #fff;
  z-index: 1;
}
.amgdprcookie-modal-template .action-close:focus,
.amgdprcookie-modal-template .action-close:active {
  background: #fff;
  box-shadow: 0 0 3px 1px #00699d;
  opacity: 0.9;
}
.amgdprcookie-modal-template .action-close:hover {
  background: #fff;
}
.amgdprcookie-modal-template .amgdprcookie-button.-allow:not(.-save) {
  background: inherit;
  color: #5384ec;
  margin-bottom: 0;
}
.amgdprcookie-modal-container .modal-content {
  padding: 0;
}
.amgdprcookie-groups-container {
  box-shadow: 0 -2px 18px rgba(0, 0, 0, 0.06);
  direction: rtl;
  height: auto;
  overflow-y: scroll;
}
.amgdprcookie-policy-container {
  box-shadow: 0 -2px 18px rgba(0, 0, 0, 0.06);
  padding: 24px;
  position: absolute;
  bottom: 0;
}
.amgdprcookie-text-container .amgdprcookie-policy {
  display: inline;
}
.amgdprcookie-modal-container.modal-popup.modal-slide {
  left: 0;
  pointer-events: none;
}
.amgdprcookie-modal-container .modal-inner-wrap {
  height: 100%;
  margin: 0;
  position: relative;
}
.amgdprcookie-modal-container .modal-inner-wrap .modal-header {
  position: absolute;
  right: 0;
}
.amgdprcookie-modal-container .modal-inner-wrap .action-close {
  margin: 5px;
  padding: 0;
}
.amgdprcookie-modal-container .modal-inner-wrap .action-close:before {
  background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTciIGhlaWdodD0iMTciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGNpcmNsZSBjeD0iOC41IiBjeT0iOC41IiByPSI4IiBzdHJva2U9IiNDQUNBQ0EiLz48cGF0aCBkPSJNNS4yNSA1LjI1bDYuNSA2LjVtMC02LjVsLTYuNSA2LjUiIHN0cm9rZT0iI0NBQ0FDQSIvPjwvc3ZnPg==') no-repeat center;
  content: '';
  height: 25px;
  width: 25px;
}
.amgdprcookie-modal-container .modal-inner-wrap .action-close:focus {
  box-shadow: 0 0 3px 1px #00699d;
}
.amgdprcookie-modal-container .modal-inner-wrap .amgdprcookie-groups-container {
  overflow: auto;
  scrollbar-color: #e8e8e8 #fff;
  scrollbar-width: thin;
  scrollbar-face-color: #e8e8e8;
  scrollbar-highlight-color: #e8e8e8;
  scrollbar-shadow-color: #e8e8e8;
  scrollbar-track-color: #fff;
}
.amgdprcookie-modal-container .modal-inner-wrap .amgdprcookie-groups-container::-webkit-scrollbar {
  width: 4px;
}
.amgdprcookie-modal-container .modal-inner-wrap .amgdprcookie-groups-container::-webkit-scrollbar-track {
  background-color: #fff;
  box-shadow: none;
}
.amgdprcookie-modal-container .modal-inner-wrap .amgdprcookie-groups-container::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: #e8e8e8;
}
.amgdprcookie-settings-form .amgdprcookie-toggle-cookie .amgdprcookie-input.disabled + .amgdprcookie-label {
  background: #e8e8e8;
}
.amgdprcookie-groups-modal .amgdprcookie-table .amgdprcookie-row,
.amgdprcookie-groups-modal .amgdprcookie-table thead tr,
.amgdprcookie-groups-modal .amgdprcookie-table thead {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.amgdprcookie-groups-modal .amgdprcookie-cell.-name {
  word-wrap: break-word;
}
.amgdprcookie-modal-container .amgdprcookie-modal-template {
  width: 20%;
  min-width: 400px;
  margin-left: 0;
  height: 100%;
  pointer-events: auto;
  z-index: 900;
  position: relative;
}
.ammodals-overlay {
  background-color: rgba(51, 51, 51, 0.55);
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 899;
}
/* stylelint-disable-line */
._amblog-toggle:before {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMTEiIHZpZXdCb3g9IjAgMCAyMCAxMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTkuODc2NTYgMC40NTQxMDNMMC45MDkwNTggOC44MDA1NkwyLjM0ODc5IDEwLjI1NzNMOS44NzY1NiAzLjI0OTM4TDE3LjY1MTEgMTAuNDU0MUwxOS4wOTA5IDkuMDM2NzhMMTAuNDExMyAwLjkyNjU0NEw5Ljg3NjU2IDAuNDU0MTAzWiIgZmlsbD0iI0M3QzdDNyIvPgo8L3N2Zz4K);
  content: '';
  cursor: pointer;
  display: block;
  height: 12px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%) rotate(-180deg);
  width: 20px;
}
._amblog-toggle.-active:before {
  transform: translateY(-50%) rotate(0);
}
._amblog-form.amblog-item {
  padding: 0 25px 25px;
}
._amblog-form .amblog-form-container {
  position: relative;
}
._amblog-form .amblog-input {
  border: 1px solid #e5e5e5;
  color: #525252;
  border-radius: 3px;
  font-size: 1.4rem;
  height: 100%;
  padding: 11px 60px 11px 14px;
  width: 100%;
}
._amblog-form .amblog-input:hover {
  border-color: #b3b3b3;
}
._amblog-form .amblog-input::-webkit-input-placeholder,
._amblog-form .amblog-input:-ms-input-placeholder,
._amblog-form .amblog-input::-moz-placeholder {
  color: #999;
}
._amblog-form .amblog-input:focus {
  border: 1px solid #499bf8;
  box-shadow: none;
}
._amblog-form .amblog-input:focus::-webkit-input-placeholder,
._amblog-form .amblog-input:focus::-moz-placeholder,
._amblog-form .amblog-input:focus:-ms-input-placeholder {
  color: transparent;
}
._amblog-column-form .input-box {
  flex-direction: column;
}
._amblog-column-form .amblog-input {
  margin-bottom: 20px;
  margin-right: 0;
}
._amblog-column-form .amblog-btn,
._amblog-column-form .amblog-input {
  max-width: 100%;
  width: 100%;
}
._amblog-column-form .mage-error[generated='true'] {
  margin-bottom: 10px;
  margin-top: -10px;
  order: 0;
  width: 100%;
  word-break: break-all;
}
._amblog-button {
  background: #1979c2;
  border-color: transparent;
  border-radius: 3px;
  box-sizing: border-box;
  color: #ffffff;
  display: block;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.8rem;
  padding: 12px 30px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
._amblog-button:hover {
  background: #135d95;
  color: #ffffff;
  text-decoration: none;
}
._amblog-button:active {
  background: #0d4168;
  color: #ffffff;
  text-decoration: none;
}
.amblog-word-break {
  word-break: break-word;
  word-wrap: break-word;
}
.ie11 .amblog-word-break {
  word-break: break-all;
}
.amblog-disabled {
  color: #f00;
}
.amblog_views_label,
.amblog_likes_label,
.amblog_dislikes_label {
  font-weight: 600;
  line-height: 3.2rem;
}
.amblog-scheduled,
.amblog-hidden {
  color: #808080;
}
.amblog-published {
  color: #008000;
}
.pagebuilder-content-type .amblog_widget .amblog-widget-placeholder {
  align-items: center;
  background-color: #fafafa;
  display: flex;
  justify-content: center;
  min-height: 300px;
}
#amblog_canvas_container {
  max-height: 400px;
  max-width: 400px;
}
.amblog-preloader {
  align-items: center;
  background: rgba(255, 255, 255, 0.6);
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
}
.amblog-loader,
.amblog-slick-slider:not(.-am-loaded):after {
  background: url('../../frontend/DFSolution/layout/it_IT/Amasty_Blog/images/ajax-loader.gif') no-repeat scroll 50% 0 transparent;
  background-size: cover;
  height: 12px;
  margin: auto;
  width: 16px;
}
.mobile {
  display: none;
}
.mobile .mobile-block {
  display: none;
}
.mobile.two-columns-right .content,
.mobile.two-columns-left .content {
  position: relative;
}
.notice:not(.message) {
  font-size: 2rem;
  font-weight: 700;
}
.amblog-main-content {
  padding-top: 40px;
}
.amblog-main-content > .amblog-item {
  margin-bottom: 30px;
}
.amblog-main-content > .amblog-item:last-child {
  margin-bottom: 0;
}
.amblog-main-content .amblog-btn {
  height: auto;
}
.amblog-overlay {
  background: rgba(60, 60, 60, 0.3);
  bottom: 0;
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 999;
}
.amblog-index-index .amblog-ref,
.amblog-index-search .amblog-ref,
.amblog-index-tag .amblog-ref,
.amblog-index-category .amblog-ref,
.amblog-index-post .amblog-ref,
.amblog-index-author .amblog-ref {
  color: #1979c2;
  font-size: 1.4rem;
  font-weight: 600;
}
.amblog-index-index .amblog-ref:hover,
.amblog-index-search .amblog-ref:hover,
.amblog-index-tag .amblog-ref:hover,
.amblog-index-category .amblog-ref:hover,
.amblog-index-post .amblog-ref:hover,
.amblog-index-author .amblog-ref:hover {
  color: #1979c2;
}
.amblog-author-container,
.amblog-element-block .amblog-author,
.amblog-comment-content .amblog-author,
.amblog-post-container .amblog-item.-author,
.amblog-post-container .amblog-item.-comments,
.amblog-post-container .amblog-widget-container .amblog-author,
.amblog-grid-list .slick-slide .amblog-item .amblog-item.-author,
.amblog-grid-list .slick-slide .amblog-item .amblog-item.-comments,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-author {
  word-break: break-word;
  word-wrap: break-word;
  color: #333;
  font-size: 1.4rem;
  line-height: 25px;
}
.ie11 .amblog-author-container,
.ie11 .amblog-element-block .amblog-author,
.ie11 .amblog-comment-content .amblog-author,
.ie11 .amblog-post-container .amblog-item.-author,
.ie11 .amblog-post-container .amblog-item.-comments,
.ie11 .amblog-post-container .amblog-widget-container .amblog-author,
.ie11 .amblog-grid-list .slick-slide .amblog-item .amblog-item.-author,
.ie11 .amblog-grid-list .slick-slide .amblog-item .amblog-item.-comments,
.ie11 .amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-author {
  word-break: break-all;
}
.amblog-svg {
  margin-right: 10px;
  min-width: 25px;
  position: relative;
  top: 7px;
}
.amblog-svg.user {
  height: 25px;
  top: 0;
  width: 25px;
}
.amblog-svg.comment {
  height: 24px;
  top: 0;
  width: 25px;
}
.amblog-svg.-classic {
  fill: #499bf8;
}
.amblog-svg.-red {
  fill: #ef5350;
}
.amblog-svg.-green {
  fill: #43a047;
}
.amblog-svg.-blue {
  fill: #3f51b5;
}
.amblog-svg.-grey {
  fill: #bdbdbd;
}
.amblog-svg.-purple {
  fill: #9c27b0;
}
.amblog-element-block .amblog-empty,
.amblog-post-container .amblog-widget-container .amblog-empty,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-empty {
  padding: 20px;
}
.amblog-element-block .amblog-headline,
.amblog-post-container .amblog-widget-container .amblog-headline,
.amblog-element-block .amblog-categories .amblog-link,
.amblog-post-container .amblog-widget-container .amblog-categories .amblog-link,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-headline,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-categories .amblog-link {
  word-break: break-word;
  word-wrap: break-word;
  color: #333;
  display: block;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 2rem;
}
.ie11 .amblog-element-block .amblog-headline,
.ie11 .amblog-post-container .amblog-widget-container .amblog-headline,
.ie11 .amblog-element-block .amblog-categories .amblog-link,
.ie11 .amblog-post-container .amblog-widget-container .amblog-categories .amblog-link,
.ie11 .amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-headline,
.ie11 .amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-categories .amblog-link {
  word-break: break-all;
}
.amblog-element-block .amblog-headline:hover,
.amblog-post-container .amblog-widget-container .amblog-headline:hover,
.amblog-element-block .amblog-categories .amblog-link:hover,
.amblog-post-container .amblog-widget-container .amblog-categories .amblog-link:hover,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-headline:hover,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-categories .amblog-link:hover {
  color: #1979c2;
}
.amblog-element-block .amblog-date.-post,
.amblog-post-container .amblog-widget-container .amblog-date.-post,
.amblog-element-block .amblog-views.-post,
.amblog-element-block .amblog-minread.-post,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-date.-post {
  margin-top: 5px;
}
.amblog-element-block .amblog-date.-comment,
.amblog-post-container .amblog-widget-container .amblog-date.-comment,
.amblog-element-block .amblog-views.-comment,
.amblog-element-block .amblog-minread.-comment,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-date.-comment {
  margin: 10px 0;
}
.amblog-element-block .amblog-thesis,
.amblog-post-container .amblog-widget-container .amblog-thesis,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-thesis {
  word-break: break-word;
  word-wrap: break-word;
  margin: 5px 0;
}
.ie11 .amblog-element-block .amblog-thesis,
.ie11 .amblog-post-container .amblog-widget-container .amblog-thesis,
.ie11 .amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-thesis {
  word-break: break-all;
}
.amblog-element-block .amblog-thesis:last-child,
.amblog-post-container .amblog-widget-container .amblog-thesis:last-child,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-thesis:last-child {
  margin-bottom: 0;
}
.amblog-element-block .amblog-comment,
.amblog-post-container .amblog-widget-container .amblog-comment,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-comment {
  word-break: break-word;
  word-wrap: break-word;
  margin: 10px 0;
}
.ie11 .amblog-element-block .amblog-comment,
.ie11 .amblog-post-container .amblog-widget-container .amblog-comment,
.ie11 .amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-comment {
  word-break: break-all;
}
.amblog-element-block .amblog-author,
.amblog-post-container .amblog-widget-container .amblog-author,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-author {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  font-style: normal;
  font-weight: 700;
  margin-top: 5px;
}
.amblog-element-block .amblog-footer-block,
.amblog-post-container .amblog-widget-container .amblog-footer-block,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-footer-block {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 10px;
}
.amblog-element-block .amblog-footer-block > *,
.amblog-post-container .amblog-widget-container .amblog-footer-block > *,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-footer-block > * {
  margin-bottom: 5px;
}
.amblog-element-block .amblog-footer-block .amblog-date,
.amblog-post-container .amblog-widget-container .amblog-footer-block .amblog-date,
.amblog-element-block .amblog-footer-block .amblog-views,
.amblog-element-block .amblog-footer-block .amblog-minread,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-footer-block .amblog-date {
  margin: 0;
}
.amblog-element-block .amblog-footer-block .amblog-author,
.amblog-post-container .amblog-widget-container .amblog-footer-block .amblog-author,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-footer-block .amblog-author {
  font-weight: 400;
  margin: 0 10px 0 0;
}
.amblog-pager-container {
  margin: 20px auto 50px;
}
.amblog-pager-container .amblog-links {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.amblog-pager-container .amblog-link {
  background: #1979c2;
  border-radius: 50%;
  display: block;
  height: 35px;
  position: relative;
  width: 35px;
}
.amblog-pager-container .amblog-link:before,
.amblog-pager-container .amblog-link:after {
  background: #fff;
  content: '';
  height: 2px;
  position: absolute;
  width: 12px;
}
.amblog-pager-container .amblog-link:before {
  left: 13px;
  top: 13px;
  transform: rotate(45deg);
}
.amblog-pager-container .amblog-link:after {
  left: 13px;
  top: 20px;
  transform: rotate(-45deg);
}
.amblog-pager-container .amblog-link:hover {
  background: #185eaf;
}
.amblog-pager-container .amblog-link.-new:before {
  left: 10px;
  transform: rotate(-45deg);
}
.amblog-pager-container .amblog-link.-new:after {
  left: 10px;
  transform: rotate(45deg);
}
.amblog-pager-container .amblog-link.-disabled {
  background: #c4c4c4;
  cursor: auto;
  pointer-events: none;
}
.amblog-pager-container .amblog-pagination {
  color: #333;
  font-size: 1.6rem;
}
.amblog-related-wrapper {
  margin-bottom: 30px;
}
.amblog-helpful-wrap {
  padding: 15px 25px 0;
  text-align: left;
}
.amblog-helpful-wrap > .amblog-helpful {
  color: #5b5b5b;
  font-size: 1.4rem;
  vertical-align: top;
}
.amblog-helpful-wrap > .amblog-options {
  margin-left: 5px;
}
.amblog-helpful-wrap > .amblog-options {
  cursor: pointer;
  display: inline-block;
}
.amblog-author-description {
  margin-bottom: 20px;
}
.amblog-category-description {
  margin-bottom: 20px;
}
.amblog-element-block[data-set='sidebar-author'] .author_image,
.amblog-post-container .amblog-widget-container[data-set='sidebar-author'] .author_image,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container[data-set='sidebar-author'] .author_image {
  border-radius: 50%;
  display: block;
  height: 150px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5px;
  width: 150px;
}
.amblog-element-block[data-set='sidebar-author'] .title,
.amblog-post-container .amblog-widget-container[data-set='sidebar-author'] .title,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container[data-set='sidebar-author'] .title {
  font-size: large;
  font-weight: 700;
  text-align: center;
}
.amblog-notify-message {
  margin: 0 0 10px;
  padding: 12px 20px 12px 25px;
  display: block;
  font-size: 1.3rem;
  background: #fdf0d5;
  color: #6f4400;
  padding-left: 45px;
  position: relative;
}
.amblog-notify-message a {
  color: #006bb4;
}
.amblog-notify-message a:hover {
  color: #006bb4;
}
.amblog-notify-message a:active {
  color: #006bb4;
}
.amblog-notify-message > *: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;
}
.amblog-relatedposts-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.amblog-related-post {
  display: flex;
  margin-bottom: 35px;
  width: 49%;
}
.amblog-related-post .amblog-link {
  display: block;
}
.amblog-related-post .amblog-image-wrapper {
  align-items: center;
  background: #f4f6f8 center / 50px no-repeat;
  box-sizing: border-box;
  display: flex;
  height: 100px;
  justify-content: center;
  margin-right: 20px;
  min-width: 100px;
  overflow: hidden;
  width: 100px;
}
.amblog-related-post .amblog-image-wrapper.-placeholder {
  background-image: url('data:image/svg+xml;base64, PHN2ZyB3aWR0aD0iNTAiIGhlaWdodD0iNTAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwKSIgZmlsbD0iI0Q3RDlERCI+PHBhdGggZD0iTTM3LjIzNyAyMy4xOGMtMi4zMjEgMS4xMDUtNC4yMTQgNC40NjItNi40MjggMi4yNDctMS4zNDUtMS40Ni0yLjk0Mi0zLjc4NC00Ljc3Ni02LjQxMi0xLjk4My0yLjgyNS00LjUxMS01LjI1NC03LjQ4Ni0yLjQ3OS0zLjMyMSAzLjEyNC01LjYwMiAxMS42LTUuOCAxNS45NjNsMzEuMzguMDFjLS43MTgtMi41NjMtMy41MDctMTAuOTQtNi44OS05LjMzek0zNy4wOSAxOC4yNThhMy44NTkgMy44NTkgMCAxMDAtNy43MTcgMy44NTkgMy44NTkgMCAwMDAgNy43MTd6Ii8+PHBhdGggZD0iTTQ4Ljg1MyA1LjU5NEg4LjAyM2MtLjYzMyAwLTEuMTQ4LjUxMy0xLjE0OCAxLjE0NnY1LjhIMS4xNDdDLjUxNCAxMi41NCAwIDEzLjA1NCAwIDEzLjY4N3YyOS41N2MwIC42MzQuNTE0IDEuMTQ3IDEuMTQ3IDEuMTQ3aDQwLjgzYy42MzMgMCAxLjE0OC0uNTE0IDEuMTQ4LTEuMTQ3di01Ljc5OWg1LjcyOGMuNjMzIDAgMS4xNDgtLjUxMyAxLjE0OC0xLjE0NlY2Ljc0Yy0uMDAxLS42MzItLjUxNi0xLjE0Ni0xLjE0OC0xLjE0NnptLTguODA3IDM1LjczMkgzLjA3OVYxNS42MmgzLjc5NnYxNy44NzJjLS41NzYgMi4yMjYtLjkzIDQuMzY1LTEuMDAzIDUuOTU2bDMxLjM4LjAxYTM2LjA4MiAzNi4wODIgMCAwMC0uNjMtMmgzLjQyNHYzLjg2OHptNi44NzUtNi45NDdIOS45NTRWOC42NzNoMzYuOTY3VjM0LjM4eiIvPjwvZz48ZGVmcz48Y2xpcFBhdGggaWQ9ImNsaXAwIj48cGF0aCBmaWxsPSIjZmZmIiBkPSJNMCAwaDUwdjUwSDB6Ii8+PC9jbGlwUGF0aD48L2RlZnM+PC9zdmc+');
}
.amblog-related-post .amblog-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  height: 100%;
  width: 100%;
}
.amblog-related-post .amblog-headline {
  color: #212121;
  display: block;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 20px;
}
.amblog-related-post .amblog-headline:hover,
.amblog-related-post .amblog-headline:focus {
  color: #0e6bd7;
  text-decoration: none;
}
.amblog-related-post .amblog-content {
  word-break: break-word;
  word-wrap: break-word;
}
.ie11 .amblog-related-post .amblog-content {
  word-break: break-all;
}
.amblog-related-post .amblog-text {
  margin: 15px 0 0;
}
.amblog-related-post .amblog-date,
.amblog-related-post .amblog-views,
.amblog-related-post .amblog-minread {
  color: #707070;
  display: block;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 19px;
  margin-top: 15px;
}
body[class*='amblog-index-'],
body[class*='amblog-index-'] aside[class*='amblog-aside-'] {
  background: #fafafa;
}
body[class*='amblog-index-'] .page-title-wrapper {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 20px;
}
body[class*='amblog-index-'] .page-title {
  word-break: break-word;
  word-wrap: break-word;
  margin-bottom: 20px;
  max-width: calc(100% - 20px - 40px);
  padding-right: 20px;
}
.ie11 body[class*='amblog-index-'] .page-title {
  word-break: break-all;
}
body[class*='amblog-index-'] .amblog-summary {
  width: 100%;
}
body[class*='amblog-index-'] .sidebar .block-reorder {
  margin: 0;
}
body[class*='amblog-index-'] pre {
  overflow: auto;
}
body[class*='amblog-index-'] iframe {
  max-width: 100%;
}
.amblog-title,
.amblog-post-title {
  color: #1a1a1a;
  word-break: break-word;
  word-wrap: break-word;
  font-size: 2rem;
  font-weight: 700;
  margin: 0;
  position: relative;
}
.ie11 .amblog-title,
.ie11 .amblog-post-title {
  word-break: break-all;
}
.amblog-title {
  padding: 25px;
}
.amblog-content .amblog-title.-author,
.amblog-title.-author {
  padding: 0;
}
.amblog-content .amblog-title.-author.mobile:before,
.amblog-title.-author.mobile:before,
.amblog-content .amblog-title.-author:before,
.amblog-title.-author:before {
  content: none;
}
.amblog-content .amblog-title.-author:visited,
.amblog-title.-author:visited {
  color: #1a1a1a;
}
.amblog-content .amblog-title.-author:hover,
.amblog-title.-author:hover,
.amblog-content .amblog-title.-author:focus,
.amblog-title.-author:focus,
.amblog-content .amblog-title.-author:active,
.amblog-title.-author:active {
  text-decoration: none;
}
.amblog-post-title {
  line-height: 2.8rem;
  padding: 0;
}
.amblog-post-title .post-title,
.amblog-post-title .post-title:active,
.amblog-post-title .post-title:visited {
  color: #1a1a1a;
}
.amblog-post-title .post-title:hover {
  color: #1979c2;
}
.ampost-link {
  font-weight: 700;
}
.ampost-link,
.ampost-link:active,
.ampost-link:visited {
  color: #1979c2;
  text-decoration: none;
}
.ampost-link:hover {
  color: #135d95;
}
.mobile-block .amblog-title:before {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMTEiIHZpZXdCb3g9IjAgMCAyMCAxMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTkuODc2NTYgMC40NTQxMDNMMC45MDkwNTggOC44MDA1NkwyLjM0ODc5IDEwLjI1NzNMOS44NzY1NiAzLjI0OTM4TDE3LjY1MTEgMTAuNDU0MUwxOS4wOTA5IDkuMDM2NzhMMTAuNDExMyAwLjkyNjU0NEw5Ljg3NjU2IDAuNDU0MTAzWiIgZmlsbD0iI0M3QzdDNyIvPgo8L3N2Zz4K);
  content: '';
  cursor: pointer;
  display: block;
  height: 12px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%) rotate(-180deg);
  width: 20px;
}
.mobile-block .amblog-title.-active:before {
  transform: translateY(-50%) rotate(0);
}
.amblog-swipe {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCA0MCA0MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3Qgd2lkdGg9IjQwIiBoZWlnaHQ9IjQwIiByeD0iMjAiIGZpbGw9IiMxOTc5QzIiLz4KPHJlY3QgeD0iMTEiIHk9IjExIiB3aWR0aD0iOCIgaGVpZ2h0PSI4IiByeD0iMSIgZmlsbD0iI0ZBRkFGQSIvPgo8cmVjdCB4PSIyMSIgeT0iMTEiIHdpZHRoPSI4IiBoZWlnaHQ9IjgiIHJ4PSIxIiBmaWxsPSIjRkFGQUZBIi8+CjxyZWN0IHg9IjExIiB5PSIyMSIgd2lkdGg9IjgiIGhlaWdodD0iOCIgcng9IjEiIGZpbGw9IiNGQUZBRkEiLz4KPHJlY3QgeD0iMjEiIHk9IjIxIiB3aWR0aD0iOCIgaGVpZ2h0PSI4IiByeD0iMSIgZmlsbD0iI0ZBRkFGQSIvPgo8L3N2Zz4K);
  border-radius: 50%;
  box-shadow: 0 4px 8px rgba(0, 98, 176, 0.2);
  cursor: pointer;
  height: 40px;
  margin-bottom: 15px;
  max-width: 40px;
  min-width: 40px;
  transition: all 0.5s 0.3s ease-in-out;
  width: 40px;
}
.amblog-element-block:not(.widget) > div:not(.amblog-overlay),
.amblog-element-block.widget,
.amblog-grid-list .list-item,
.amblog-post-container,
.amblog-tags.amblog-widget-container,
.amblog-post-container .amblog-widget-container:not(.widget) > div:not(.amblog-overlay),
.amblog-post-container .amblog-widget-container.widget,
.amblog-grid-list .slick-slide .amblog-item,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container:not(.widget) > div:not(.amblog-overlay),
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container.widget {
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 2px 4px rgba(84, 95, 125, 0.12), 0 5px 8px rgba(155, 159, 174, 0.1);
  margin-bottom: 20px;
}
.amblog-list {
  list-style: none;
  margin: 0;
  padding: 0 25px 25px;
  /* stylelint-disable-line */
}
.amblog-list.-tags {
  padding-bottom: 15px;
}
.amblog-list .post-title.amblog-headline {
  font-size: 1.4rem;
}
.mobile-block.amblog-element-block,
.mobile-block.amblog-post-container .amblog-widget-container,
.mobile-block.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container {
  margin: 20px;
}
.amblog-social-container {
  list-style-type: none;
  padding: 0;
}
.page-wrapper .amblog-slider-container.page-bottom {
  box-sizing: border-box;
  width: 100%;
}
.amblog-author-info .amblog-content {
  word-break: break-word;
  word-wrap: break-word;
  padding: 25px 25px calc(25px - 10px);
  text-align: center;
}
.ie11 .amblog-author-info .amblog-content {
  word-break: break-all;
}
.amblog-author-info .amblog-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  height: 100%;
  width: 100%;
}
.amblog-author-info .amblog-name {
  color: #333;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 3.3rem;
  margin: 0;
}
.amblog-author-info .amblog-job {
  color: #999;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.9rem;
  margin: 5px 0 0;
}
.amblog-author-info .amblog-description {
  color: #333;
  font-size: 1.4rem;
  line-height: 1.9rem;
  margin: 25px 0 0;
  text-align: center;
}
.amblog-author-info .amblog-image-wrapper {
  align-items: center;
  background-position: center;
  border-radius: 50%;
  box-sizing: border-box;
  display: flex;
  height: 100px;
  justify-content: center;
  margin: 0 auto 25px;
  min-width: 100px;
  overflow: hidden;
  width: 100px;
}
.amblog-author-info .amblog-image-wrapper.-placeholder {
  background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIwIiBoZWlnaHQ9IjEyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48bWFzayBpZD0iYSIgbWFza1VuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeD0iMCIgeT0iMCIgd2lkdGg9IjEyMCIgaGVpZ2h0PSIxMjAiPjxjaXJjbGUgY3g9IjYwIiBjeT0iNjAiIHI9IjYwIiBmaWxsPSIjQUFBIi8+PC9tYXNrPjxnIG1hc2s9InVybCgjYSkiIGZpbGw9IiNEN0Q5REQiPjxwYXRoIGQ9Ik02MC4wMDYgMzJjLTEzLjcyNSAwLTI0Ljk0NSAxMS4yMS0yNC45NDUgMjQuOTI1IDAgMTMuNzE0IDExLjIyIDI0LjkyNSAyNC45NDUgMjQuOTI1czI0Ljk0NS0xMS4yMSAyNC45NDUtMjQuOTI1Qzg0Ljk1MSA0My4yMTEgNzMuNzMxIDMyIDYwLjAwNiAzMnpNMTAyLjgxNiAxMDEuNzdjLS42NTMtMS42MzMtMS41MjUtMy4xNTYtMi41MDUtNC41NzItNS4wMTEtNy40LTEyLjc0NS0xMi4yOTktMjEuNDYtMTMuNDk2LTEuMDg4LS4xMDktMi4yODcuMTA5LTMuMTU4Ljc2Mi00LjU3NSAzLjM3NC0xMC4wMjIgNS4xMTUtMTUuNjg2IDUuMTE1LTUuNjY1IDAtMTEuMTExLTEuNzQxLTE1LjY4Ni01LjExNS0uODcyLS42NTMtMi4wNy0uOTgtMy4xNi0uNzYyYTMwLjc4NCAzMC43ODQgMCAwMC0yMS40NTggMTMuNDk2Yy0uOTggMS40MTYtMS44NTIgMy4wNDgtMi41MDYgNC41NzItLjMyNi42NTMtLjIxOCAxLjQxNS4xMSAyLjA2OC44NyAxLjUyNCAxLjk2IDMuMDQ4IDIuOTQgNC4zNTRhNDEuNDE4IDQxLjQxOCAwIDAwNS4wMTEgNS42NmMxLjUyNSAxLjUyMyAzLjI2OCAyLjkzOCA1LjAxIDQuMzUzIDguNjA2IDYuNDIyIDE4Ljk1NSA5Ljc5NiAyOS42MyA5Ljc5NnMyMS4wMjMtMy4zNzQgMjkuNjI5LTkuNzk2YTQ3Ljk1NyA0Ny45NTcgMCAwMDUuMDEtNC4zNTNjMS43NDQtMS43NDIgMy40ODYtMy41OTIgNS4wMTItNS42NiAxLjA4OS0xLjQxNSAyLjA2OS0yLjgzIDIuOTQxLTQuMzU0LjU0NC0uNjUzLjY1My0xLjQxNS4zMjYtMi4wNjh6Ii8+PC9nPjwvc3ZnPg==');
  background-size: contain;
}
.amblog-author-avatar {
  background: #f4f6f8 center / 100px no-repeat;
  border: 2px solid #fff;
  border-radius: 50%;
  margin-right: 10px;
  overflow: hidden;
}
.amblog-author-avatar.-small {
  height: 25px;
  width: 25px;
}
.amblog-author-info .amblog-social-container,
.amblog-element-block[data-set='sidebar-author'] .amblog-author-info .amblog-social-container,
.amblog-item[data-set='content-author'] .amblog-author-info .amblog-social-container,
.amblog-post-container .amblog-widget-container[data-set='sidebar-author'] .amblog-author-info .amblog-social-container,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container[data-set='sidebar-author'] .amblog-author-info .amblog-social-container {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 25px 0 0;
}
.amblog-author-info .amblog-social-container .amblog-icon {
  margin: 0 5px 5px;
}
.amblog-index-author .amblog-swipe.-left,
.amblog-index-author .amblog-swipe.-right {
  top: 0;
}
.amblog-index-author .page-title-wrapper .page-title {
  color: #333;
  font-size: 3.5rem;
  font-weight: 600;
  letter-spacing: -0.025em;
  line-height: 4.8rem;
}
.amblog-index-author .amblog-article-title {
  display: none;
}
.amblog-main-content .amblog-author-info .amblog-title {
  display: none;
}
.right .amblog-element-block[data-set='sidebar-author'],
.left .amblog-element-block[data-set='sidebar-author'],
.right .amblog-post-container .amblog-widget-container[data-set='sidebar-author'],
.left .amblog-post-container .amblog-widget-container[data-set='sidebar-author'],
.right .amblog-grid-list .slick-slide .amblog-item .amblog-widget-container[data-set='sidebar-author'],
.left .amblog-grid-list .slick-slide .amblog-item .amblog-widget-container[data-set='sidebar-author'] {
  padding: 0;
}
.amblog-search-block .amblog-content {
  align-items: center;
  display: flex;
}
.amblog-search-block .amblog-content > * {
  margin: auto;
}
.amblog-button {
  word-break: break-word;
  word-wrap: break-word;
  align-items: center;
  box-shadow: none;
  box-sizing: border-box;
  color: #1979c2;
  display: inline-flex;
  font-weight: 700;
  justify-content: center;
  outline: none;
}
.ie11 .amblog-button {
  word-break: break-all;
}
.amblog-button:hover,
.amblog-button:focus {
  color: #135d95;
}
.amblog-button:focus > .amblog-icon,
.amblog-button:hover > .amblog-icon {
  fill: #135d95;
}
.amblog-button:not(.primary),
.amblog-button:not(.primary):active {
  box-shadow: none;
}
.amblog-button.-clear {
  background: none;
  border: none;
  padding: 0;
}
.amblog-button > .amblog-icon {
  fill: #1979c2;
  margin-right: 10px;
}
.amblog-button:not(.-toggle) > .amblog-icon {
  margin-right: 15px;
}
.amblog-button.-toggle {
  line-height: 1.1;
}
.amblog-button.-toggle .amblog-icon {
  fill: #85c1ef;
  height: 15px;
  position: relative;
  width: 15px;
}
.amblog-button.-toggle.-empty {
  color: #888;
  pointer-events: none;
}
.amblog-button.-toggle.-empty .amblog-icon {
  fill: #d9d9d9;
}
.amblog-button > .amblog-count:not(:empty) {
  padding-right: 5px;
}
.amblog-link-btn {
  background: none;
  border: none;
  color: #1979c2;
  font-size: 1.6rem;
  font-weight: 700;
  margin: 20px 0 0 25px;
  padding: 0;
}
button.amblog-link-btn:hover,
button.amblog-link-btn:focus,
.amblog-link-btn:active,
.amblog-link-btn:focus,
.amblog-link-btn:hover {
  background: none;
  border: none;
  color: #135d95;
}
button.amblog-link-btn,
.amblog-link-btn {
  box-shadow: none;
}
.amblog-comments-container .amblog-comment.-highlighted {
  background-color: #f5f9ff;
  outline: 5px solid #f5f9ff;
}
.amblog-comments-container .amblog-comment.-highlighted.-classic {
  background-color: #f5f9ff;
  outline-color: #f5f9ff;
}
.amblog-comments-container .amblog-comment.-highlighted.-red {
  background-color: #fef4f4;
  outline-color: #fef4f4;
}
.amblog-comments-container .amblog-comment.-highlighted.-green {
  background-color: #ebf7ec;
  outline-color: #ebf7ec;
}
.amblog-comments-container .amblog-comment.-highlighted.-blue {
  background-color: #eff1fa;
  outline-color: #eff1fa;
}
.amblog-comments-container .amblog-comment.-highlighted.-grey {
  background-color: #f8f8f8;
  outline-color: #f8f8f8;
}
.amblog-comments-container .amblog-comment.-highlighted.-purple {
  background-color: #fbf3fc;
  outline-color: #fbf3fc;
}
.amblog-element-block .amblog-item.-comment .amblog-comment,
.amblog-post-container .amblog-widget-container .amblog-item.-comment .amblog-comment,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-item.-comment .amblog-comment {
  font-style: italic;
}
.amblog-element-block .amblog-item.-comment .amblog-headline,
.amblog-post-container .amblog-widget-container .amblog-item.-comment .amblog-headline,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-item.-comment .amblog-headline {
  font-size: 1.4rem;
}
.amblog-comments-container {
  margin: 50px 25px 0;
  padding-bottom: 5px;
}
.amblog-comments-container .amblog-comment {
  margin-bottom: 25px;
}
.amblog-comments-container .amblog-comment:last-child {
  margin-bottom: 0;
}
.amblog-no-comments .amblog-ref {
  color: #999;
}
.amblog-replies-block.-level-top > .amblog-comment,
.amblog-replies-block.-level-top > .amblog-comment-reply,
.amblog-comments-action .amblog-replies,
.amblog-comments-container .amblog-replies,
.amblog-replies-block > .amblog-replies:not(:empty) {
  border-left: 1px solid #e9e9e9;
  margin: 25px 0 0;
  padding-left: 15px;
}
.amblog-comment-content .amblog-author {
  display: inline-block;
  margin: 0 20px 0 0;
  padding-left: 0;
  position: relative;
}
.amblog-comment-content .amblog-header {
  margin-bottom: 10px;
}
.amblog-comment-content .amblog-date,
.amblog-comment-content .amblog-views,
.amblog-comment-content .amblog-minread {
  color: #999;
  display: inline-block;
  font-size: 1.2rem;
  margin-top: 10px;
  position: relative;
}
.amblog-comment-content .amblog-willapprove {
  word-break: break-word;
  word-wrap: break-word;
  background: #fff3e0;
  border-radius: 4px;
  color: #f57c00;
  margin-top: 15px;
  padding: 0 10px;
}
.ie11 .amblog-comment-content .amblog-willapprove {
  word-break: break-all;
}
.amblog-comment-content .amblog-reply {
  align-items: center;
  display: flex;
  margin-top: 15px;
}
.amblog-comment-content .amblog-button {
  font-size: 1.4rem;
}
.amblog-comments-wrapper > .amblog-comment.-level-top {
  margin: 50px 25px -25px;
}
.amblog-comments-action {
  border: none;
  margin: 0 25px 25px;
}
.amblog-comments-action > .amblog-comment {
  margin-bottom: 60px;
}
.amblog-comments-action .amblog-button.-toggle {
  display: none;
}
.amblog-comment-reply {
  margin: 30px 0;
}
.amblog-comment-reply .amblog-button.-toggle {
  display: none;
}
.amblog-form-head {
  margin-bottom: 15px;
}
.amblog-secondary-title {
  color: #1a1a1a;
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 10px;
}
.amblog-head-note {
  color: #999;
  font-size: 1.2rem;
}
.amblog-comments-block:not(.-loaded) .amblog-reply {
  opacity: 0.5;
  pointer-events: none;
  user-select: none;
}
.amblog-comments-block:not(.-loaded) .amblog-reply .amblog-button.-toggle {
  display: none;
}
.amblog-replies-block > .amblog-replies:not(.-active) {
  display: none;
}
.amblog-replies-block.-level-top > .amblog-comment,
.amblog-replies-block.-level-top > .amblog-comment-reply,
.amblog-replies-block > .amblog-replies:not(:empty) {
  margin: 25px 0 0;
}
.amblog-reply .amblog-button.-toggle {
  margin-left: 30px;
  position: relative;
}
.amblog-replies-block {
  margin-top: 25px;
}
.amblog-replies-block .amblog-replies.deep-reply,
.amblog-replies-block .amblog-replies.deep-reply .amblog-comment-reply {
  border: none;
  padding: 0;
}
.amblog-form-comment {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
}
.amblog-form-comment .amblog-svg.comment {
  left: 0;
  position: absolute;
  top: -40px;
}
.amblog-form-comment .amblog-fieldset {
  border: none;
  margin: 0;
  min-inline-size: initial;
  padding: 0;
}
.amblog-form-comment .amblog-customer {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.amblog-form-comment .amblog-customer.-hidden {
  display: none;
}
.amblog-form-comment .amblog-wrapper {
  margin-top: 15px;
}
.amblog-form-comment .amblog-input {
  background-color: #fff;
  padding-left: 15px;
}
.amblog-form-comment .amblog-input.-name,
.amblog-form-comment .amblog-input.-email {
  max-height: 40px;
}
.amblog-form-comment .amblog-input.-textarea {
  height: 100px;
  margin-bottom: 0;
}
.amblog-form-comment .amblog-gdprtext {
  margin-top: 20px;
  position: relative;
}
.amblog-form-comment .amblog-gdprtext .amblog-label {
  word-break: break-word;
  word-wrap: break-word;
  word-wrap: anywhere;
}
.ie11 .amblog-form-comment .amblog-gdprtext .amblog-label {
  word-break: break-all;
}
.amblog-form-comment .amblog-input.-gdpr {
  height: 13px;
  top: 2px;
  width: auto;
}
.amblog-form-comment .mage-error {
  margin-bottom: 0;
}
.amblog-form-comment .amblog-btn {
  background: #1979c2;
  border: none;
  border-radius: 3px;
  box-shadow: none;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  margin-top: 20px;
  padding: 12px 0;
  width: 100%;
}
.amblog-form-comment .amblog-btn:hover {
  background: #185eaf;
}
.amblog-tabs-block.-title {
  border-bottom: 1px solid #d1d1d1;
  display: flex;
  list-style: none;
  margin: 0 0 30px;
  padding: 0;
}
.amblog-tabs-block.-title .amblog-item {
  word-break: break-word;
  word-wrap: break-word;
  border-bottom: 2px solid transparent;
  cursor: pointer;
  font-size: 18px;
  margin: 0;
  padding: 0 10px 12px;
  text-transform: capitalize;
  transform: translateY(1px);
  transition: border 0.1s;
}
.ie11 .amblog-tabs-block.-title .amblog-item {
  word-break: break-all;
}
.amblog-tabs-block.-title .amblog-item.-active {
  font-weight: 600;
}
.amblog-tabs-block.-title .amblog-item.-active {
  border-bottom-color: #4776f0;
}
.amblog-content-tab:not(.-active) {
  display: none;
}
.amblog-tabs-block.-block .amblog-list {
  list-style: none;
  padding: 0;
}
.amblog-tabs-block.-block .amblog-list.-active {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.amblog-content-tab .amblog-post-block {
  display: flex;
}
.amblog-content-tab .amblog-post-block:not(:first-child) {
  margin-top: 20px;
}
.amblog-content-tab .amblog-post-block .amblog-link {
  display: block;
}
.amblog-content-tab .amblog-post-block .amblog-image-wrapper {
  align-items: center;
  background: #f4f6f8 center / 50px no-repeat;
  box-sizing: border-box;
  display: flex;
  height: 100px;
  justify-content: center;
  margin-right: 20px;
  min-width: 100px;
  overflow: hidden;
  width: 100px;
}
.amblog-content-tab .amblog-post-block .amblog-image-wrapper.-placeholder {
  background-image: url('data:image/svg+xml;base64, PHN2ZyB3aWR0aD0iNTAiIGhlaWdodD0iNTAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwKSIgZmlsbD0iI0Q3RDlERCI+PHBhdGggZD0iTTM3LjIzNyAyMy4xOGMtMi4zMjEgMS4xMDUtNC4yMTQgNC40NjItNi40MjggMi4yNDctMS4zNDUtMS40Ni0yLjk0Mi0zLjc4NC00Ljc3Ni02LjQxMi0xLjk4My0yLjgyNS00LjUxMS01LjI1NC03LjQ4Ni0yLjQ3OS0zLjMyMSAzLjEyNC01LjYwMiAxMS42LTUuOCAxNS45NjNsMzEuMzguMDFjLS43MTgtMi41NjMtMy41MDctMTAuOTQtNi44OS05LjMzek0zNy4wOSAxOC4yNThhMy44NTkgMy44NTkgMCAxMDAtNy43MTcgMy44NTkgMy44NTkgMCAwMDAgNy43MTd6Ii8+PHBhdGggZD0iTTQ4Ljg1MyA1LjU5NEg4LjAyM2MtLjYzMyAwLTEuMTQ4LjUxMy0xLjE0OCAxLjE0NnY1LjhIMS4xNDdDLjUxNCAxMi41NCAwIDEzLjA1NCAwIDEzLjY4N3YyOS41N2MwIC42MzQuNTE0IDEuMTQ3IDEuMTQ3IDEuMTQ3aDQwLjgzYy42MzMgMCAxLjE0OC0uNTE0IDEuMTQ4LTEuMTQ3di01Ljc5OWg1LjcyOGMuNjMzIDAgMS4xNDgtLjUxMyAxLjE0OC0xLjE0NlY2Ljc0Yy0uMDAxLS42MzItLjUxNi0xLjE0Ni0xLjE0OC0xLjE0NnptLTguODA3IDM1LjczMkgzLjA3OVYxNS42MmgzLjc5NnYxNy44NzJjLS41NzYgMi4yMjYtLjkzIDQuMzY1LTEuMDAzIDUuOTU2bDMxLjM4LjAxYTM2LjA4MiAzNi4wODIgMCAwMC0uNjMtMmgzLjQyNHYzLjg2OHptNi44NzUtNi45NDdIOS45NTRWOC42NzNoMzYuOTY3VjM0LjM4eiIvPjwvZz48ZGVmcz48Y2xpcFBhdGggaWQ9ImNsaXAwIj48cGF0aCBmaWxsPSIjZmZmIiBkPSJNMCAwaDUwdjUwSDB6Ii8+PC9jbGlwUGF0aD48L2RlZnM+PC9zdmc+');
}
.amblog-content-tab .amblog-post-block .amblog-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  height: 100%;
  width: 100%;
}
.amblog-content-tab .amblog-post-block .amblog-headline {
  color: #333;
  display: block;
  font-size: 18px;
  font-weight: 600;
  line-height: 25px;
}
.amblog-content-tab .amblog-post-block .amblog-date,
.amblog-content-tab .amblog-post-block .amblog-views,
.amblog-content-tab .amblog-post-block .amblog-minread {
  color: #999;
  font-size: 14px;
  line-height: 19px;
  margin-top: 5px;
}
.amblog-content-tab {
  margin-bottom: 30px;
}
.amblog-content-tab > .pager {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
.amblog-tag {
  background: #f5f5f5;
  word-break: break-word;
  word-wrap: break-word;
  border-radius: 80px;
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 400;
  margin: 0 10px 10px 0;
  padding: 8px 15px;
  transition: none;
}
.ie11 .amblog-tag {
  word-break: break-all;
}
.amblog-tag:last-child {
  margin-right: 0;
}
.amblog-tag,
.amblog-tag:hover,
.amblog-tag:active,
.amblog-tag:visited {
  text-decoration: none;
}
.amblog-tag,
.amblog-tag:visited {
  color: #333;
}
.amblog-tag:hover,
.amblog-tag:active {
  color: #ffffff;
}
.amblog-tag:hover {
  background: #1979c2;
}
.amblog-tag:active {
  background: #135d95;
}
.amblog-content .tags {
  margin-bottom: 10px;
}
.amblog-dates {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
}
.amblog-dates > .amblog-date,
.amblog-dates > .amblog-views,
.amblog-dates > .amblog-minread {
  display: block;
  margin-right: 25px;
  width: auto;
}
.amblog-date,
.amblog-views,
.amblog-minread {
  color: #999;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 300;
  margin-right: 15px;
}
.amblog-grid-list .amblog-dates > .amblog-date,
.amblog-post-container .amblog-dates > .amblog-date,
.amblog-container-list .amblog-dates > .amblog-date,
.amblog-grid-list .amblog-dates > .amblog-views,
.amblog-post-container .amblog-dates > .amblog-views,
.amblog-container-list .amblog-dates > .amblog-views,
.amblog-grid-list .amblog-dates > .amblog-minread,
.amblog-post-container .amblog-dates > .amblog-minread,
.amblog-container-list .amblog-dates > .amblog-minread,
.amblog-grid-list .slick-slide .amblog-item .amblog-dates > .amblog-date,
.amblog-grid-list .slick-slide .amblog-item .amblog-dates > .amblog-views,
.amblog-grid-list .slick-slide .amblog-item .amblog-dates > .amblog-minread,
.amblog-grid-list .amblog-dates > .amblog-views,
.amblog-post-container .amblog-dates > .amblog-views,
.amblog-container-list .amblog-dates > .amblog-views,
.amblog-grid-list .amblog-dates > .amblog-minread,
.amblog-post-container .amblog-dates > .amblog-minread,
.amblog-container-list .amblog-dates > .amblog-minread {
  margin-bottom: 10px;
  margin-top: 0;
}
.amblog-grid-list .amblog-dates > *:last-child,
.amblog-post-container .amblog-dates > *:last-child,
.amblog-container-list .amblog-dates > *:last-child,
.amblog-grid-list .slick-slide .amblog-item .amblog-dates > *:last-child {
  margin-bottom: 20px;
}
.amblog-element-block .amblog-date,
.amblog-post-container .amblog-widget-container .amblog-date,
.amblog-element-block .amblog-views,
.amblog-element-block .amblog-minread,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-date {
  margin-top: 10px;
}
.amblog-element-block .amblog-date.-post,
.amblog-post-container .amblog-widget-container .amblog-date.-post,
.amblog-element-block .amblog-views.-post,
.amblog-element-block .amblog-minread.-post,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-date.-post {
  margin-top: 5px;
}
.amblog-element-block .amblog-date.-comment,
.amblog-post-container .amblog-widget-container .amblog-date.-comment,
.amblog-element-block .amblog-views.-comment,
.amblog-element-block .amblog-minread.-comment,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-date.-comment {
  margin: 10px 0;
}
.amblog-related-post .amblog-date,
.amblog-related-post .amblog-views,
.amblog-related-post .amblog-minread {
  color: #999;
  display: block;
  margin-top: 15px;
}
.amblog-form-search.amblog-item {
  padding: 0 25px 25px;
}
.amblog-form-search .amblog-form-container {
  position: relative;
}
.amblog-form-search .amblog-input,
.amblog-form-comment .amblog-input {
  border: 1px solid #e5e5e5;
  color: #525252;
  border-radius: 3px;
  font-size: 1.4rem;
  height: 100%;
  padding: 11px 60px 11px 14px;
  width: 100%;
}
.amblog-form-search .amblog-input:hover,
.amblog-form-comment .amblog-input:hover {
  border-color: #b3b3b3;
}
.amblog-form-search .amblog-input::-webkit-input-placeholder,
.amblog-form-search .amblog-input:-ms-input-placeholder,
.amblog-form-search .amblog-input::-moz-placeholder,
.amblog-form-comment .amblog-input::-webkit-input-placeholder,
.amblog-form-comment .amblog-input:-ms-input-placeholder,
.amblog-form-comment .amblog-input::-moz-placeholder {
  color: #999;
}
.amblog-form-search .amblog-input:focus,
.amblog-form-comment .amblog-input:focus {
  border: 1px solid #499bf8;
  box-shadow: none;
}
.amblog-form-search .amblog-input:focus::-webkit-input-placeholder,
.amblog-form-search .amblog-input:focus::-moz-placeholder,
.amblog-form-search .amblog-input:focus:-ms-input-placeholder,
.amblog-form-comment .amblog-input:focus::-webkit-input-placeholder,
.amblog-form-comment .amblog-input:focus::-moz-placeholder,
.amblog-form-comment .amblog-input:focus:-ms-input-placeholder {
  color: transparent;
}
.amblog-loader.-search {
  display: none;
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
}
.amblog-form-search .amblog-btn {
  background: url("../../frontend/DFSolution/layout/it_IT/Amasty_Blog/images/svg/loupe.svg");
  background-repeat: no-repeat;
  border: none;
  height: 16px;
  opacity: 0.5;
  padding: 0;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  transition: opacity 0.3s ease-in-out;
  width: 16px;
}
.amblog-form-search .amblog-btn:hover {
  opacity: 1;
}
.amblog-form-search .amblog-input-wrapper {
  display: inline-block;
  width: 100%;
}
.amblog-field.-live-active ~ .amblog-btn,
.amblog-form-search.-live-process ~ .amblog-btn,
.amblog-field.-live-active .amblog-btn,
.amblog-form-search.-live-process .amblog-btn {
  opacity: 0.8;
}
.amblog-field.-live-active ~ .amblog-btn:hover,
.amblog-form-search.-live-process ~ .amblog-btn:hover,
.amblog-field.-live-active .amblog-btn:hover,
.amblog-form-search.-live-process .amblog-btn:hover {
  opacity: 1;
}
.amblog-form-search.-live-process .amblog-loader {
  display: block;
}
.amblog-search-suggest {
  background: #fff;
  border-radius: 3px;
  box-sizing: border-box;
  font-size: 1.4rem;
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: calc(100% + 10px);
  width: 100%;
  z-index: 10;
}
.amblog-search-suggest.-live-active {
  border: 1px solid #b3b3b3;
}
.amblog-search-suggest > li {
  margin: 0;
  padding: 12px;
}
.amblog-search-suggest > li:not(:first-child) {
  border-top: 1px solid #e5e5e5;
}
.amblog-search-suggest .amblog-suggest-title {
  font-weight: 700;
  padding-bottom: 8px;
  pointer-events: none;
  text-transform: capitalize;
}
.amblog-search-suggest .amblog-suggest-title + .amblog-suggest {
  border-top: none;
}
.amblog-search-suggest .amblog-suggest:hover {
  background: #499bf8;
  color: #fff;
  transition: all 0.3s ease-in-out;
}
.amblog-search-suggest .amblog-suggest a {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  font-weight: 400;
  -webkit-line-clamp: 2;
  overflow: hidden;
  transition: none;
}
.amblog-search-suggest .amblog-suggest a,
.amblog-search-suggest .amblog-suggest a:hover,
.amblog-search-suggest .amblog-suggest a:focus {
  color: inherit;
  text-decoration: none;
}
.amblog-post-container.list-item .amblog-footer,
.amblog-grid-list .slick-slide .amblog-item.list-item .amblog-footer {
  align-items: flex-start;
  flex-direction: column;
}
.amblog-post-container.list-item .amblog-footer .amblog-wrap,
.amblog-grid-list .slick-slide .amblog-item.list-item .amblog-footer .amblog-wrap {
  margin-bottom: 20px;
}
.amblog-post-container .post-image,
.amblog-grid-list .slick-slide .amblog-item .post-image {
  display: block;
  margin-bottom: 25px;
}
.amblog-post-container .amblog-helpful-wrap,
.amblog-post-container .amblog-post-title,
.amblog-grid-list .slick-slide .amblog-item .amblog-helpful-wrap,
.amblog-grid-list .slick-slide .amblog-item .amblog-post-title {
  margin-bottom: 20px;
}
.amblog-post-container .amblog-read,
.amblog-grid-list .slick-slide .amblog-item .amblog-read {
  background: #1979c2;
  border-color: transparent;
  border-radius: 3px;
  box-sizing: border-box;
  color: #ffffff;
  display: block;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.8rem;
  padding: 12px 30px;
  text-align: center;
  transition: all 0.3s ease-in-out;
  margin-bottom: 25px;
}
.amblog-post-container .amblog-read:hover,
.amblog-grid-list .slick-slide .amblog-item .amblog-read:hover {
  background: #135d95;
  color: #ffffff;
  text-decoration: none;
}
.amblog-post-container .amblog-read:active,
.amblog-grid-list .slick-slide .amblog-item .amblog-read:active {
  background: #0d4168;
  color: #ffffff;
  text-decoration: none;
}
.amblog-post-container .amblog-helpful-wrap,
.amblog-grid-list .slick-slide .amblog-item .amblog-helpful-wrap {
  display: flex;
  margin-top: 20px;
  padding: 0;
}
.amblog-post-container.-post-page .amblog-footer,
.amblog-grid-list .slick-slide .amblog-item.-post-page .amblog-footer {
  align-items: flex-start;
  flex-direction: column;
}
.amblog-post-container.-post-page .tags,
.amblog-grid-list .slick-slide .amblog-item.-post-page .tags {
  margin-bottom: 10px;
}
.amblog-post-container.-post-page .amblog-features,
.amblog-grid-list .slick-slide .amblog-item.-post-page .amblog-features {
  margin-bottom: 20px;
}
.amblog-post-container.-post-page .amblog-features + .amblog-helpful-wrap,
.amblog-grid-list .slick-slide .amblog-item.-post-page .amblog-features + .amblog-helpful-wrap {
  margin-top: 0;
}
.amblog-post-container .amblog-bottom,
.amblog-grid-list .slick-slide .amblog-item .amblog-bottom {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: baseline;
  -ms-align-items: baseline;
  align-items: baseline;
  flex-wrap: wrap;
  margin-top: 20px;
}
.amblog-post-container .amblog-bottom > *,
.amblog-grid-list .slick-slide .amblog-item .amblog-bottom > * {
  margin-bottom: 10px;
}
.amblog-post-container .amblog-image,
.amblog-grid-list .slick-slide .amblog-item .amblog-image {
  border-radius: 4px;
}
.amblog-post-container .amblog-widget-container,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container {
  margin: 20px -15px;
}
.amblog-post-container .amblog-headline,
.amblog-grid-list .slick-slide .amblog-item .amblog-headline {
  color: #333;
}
.amblog-post-container .amblog-headline:hover,
.amblog-grid-list .slick-slide .amblog-item .amblog-headline:hover {
  color: #1979c2;
  text-decoration: none;
}
.amblog-post-container .amblog-shot,
.amblog-grid-list .slick-slide .amblog-item .amblog-shot {
  color: #333;
  font-size: 1.4rem;
  line-height: 1.9rem;
}
.amblog-post-container .amblog-shot > p,
.amblog-post-container .amblog-content > p,
.amblog-grid-list .slick-slide .amblog-item .amblog-shot > p,
.amblog-grid-list .slick-slide .amblog-item .amblog-content > p {
  word-break: break-word;
  word-wrap: break-word;
}
.ie11 .amblog-post-container .amblog-shot > p,
.ie11 .amblog-post-container .amblog-content > p,
.ie11 .amblog-grid-list .slick-slide .amblog-item .amblog-shot > p,
.ie11 .amblog-grid-list .slick-slide .amblog-item .amblog-content > p {
  word-break: break-all;
}
.amblog-post-container .amblog-features,
.amblog-grid-list .slick-slide .amblog-item .amblog-features {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.amblog-post-container .amblog-features.-post,
.amblog-grid-list .slick-slide .amblog-item .amblog-features.-post {
  padding: 15px 15px 20px;
}
.amblog-post-container .amblog-item,
.amblog-grid-list .slick-slide .amblog-item .amblog-item {
  margin: 0 30px 0 0;
}
.amblog-post-container .amblog-category,
.amblog-post-container .amblog-item.-author-posts,
.amblog-grid-list .slick-slide .amblog-item .amblog-category,
.amblog-grid-list .slick-slide .amblog-item .amblog-item.-author-posts {
  color: #333;
  word-break: break-word;
  word-wrap: break-word;
  font-size: 1.4rem;
  line-height: 25px;
  margin: 5px 30px 5px 0;
}
.ie11 .amblog-post-container .amblog-category,
.ie11 .amblog-post-container .amblog-item.-author-posts,
.ie11 .amblog-grid-list .slick-slide .amblog-item .amblog-category,
.ie11 .amblog-grid-list .slick-slide .amblog-item .amblog-item.-author-posts {
  word-break: break-all;
}
.amblog-post-container .amblog-arrow,
.amblog-grid-list .slick-slide .amblog-item .amblog-arrow {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE1LjY5NyA1LjM2M2wtNS4xMjYtNS4xYS44ODYuODg2IDAgMCAwLTEuMjYgMCAuODc1Ljg3NSAwIDAgMCAwIDEuMjU0bDMuNjEzIDMuNTk1SC44OTFBLjg5NC44OTQgMCAwIDAgMCA1Ljk5OGMwIC40ODUuNDAzLjg4Ni44OS44ODZoMTIuMDE4TDkuMzEgMTAuNDc5YS44NzUuODc1IDAgMCAwIDAgMS4yNTQuOTIuOTIgMCAwIDAgLjYzOS4yNjcuODguODggMCAwIDAgLjYzOC0uMjY4bDUuMTQzLTUuMTE1QS45MTEuOTExIDAgMCAwIDE2IDUuOThhMS4xMzQgMS4xMzQgMCAwIDAtLjMwMy0uNjE4eiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==);
  display: inline-block;
  height: 12px;
  margin-left: 10px;
  width: 16px;
}
.amblog-post-container .amblog-features.-post .amblog-item,
.amblog-grid-list .slick-slide .amblog-item .amblog-features.-post .amblog-item {
  padding: 0;
}
.amblog-post-container .amblog-widget-container,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container {
  background: #fafafa;
  border: none;
  padding-bottom: 25px;
}
.amblog-post-container .amblog-widget-container .amblog-list,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-list {
  border: 1px solid #e9e9e9;
  background: #fff;
  border-radius: 4px;
  margin: 0 20px 0;
}
.amblog-post-container .amblog-widget-container.-post,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container.-post {
  padding-bottom: 10px;
}
.amblog-post-container .amblog-widget-container.-post .amblog-list,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container.-post .amblog-list {
  background: inherit;
  border: none;
}
.amblog-post-container .amblog-widget-container.-categories .amblog-category,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container.-categories .amblog-category {
  margin-right: 0;
}
.amblog-grid-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.amblog-grid-list .slick-slide .amblog-item {
  width: 100%;
}
.amblog-grid-list .slick-slide .amblog-item {
  box-sizing: border-box;
}
.amblog-grid-list .amblog-item.-comments {
  white-space: nowrap;
}
.amblog-grid-list .image {
  border-radius: 4px;
}
.amblog-grid-list .product-item-link {
  color: #333;
  line-height: 1.9rem;
  margin: 5px 0 0;
}
.amblog-grid-list .amblog-features {
  margin-bottom: 5px;
}
.amblog-grid-list .amblog-post-container,
.amblog-grid-list .amblog-grid-list .slick-slide .amblog-item {
  align-items: stretch;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.amblog-post-container .amblog-tags,
.amblog-grid-list .amblog-tags,
.amblog-grid-list .slick-slide .amblog-item .amblog-tags {
  padding: 20px 25px 10px;
}
.amblog-post-container .amblog-content,
.amblog-grid-list .amblog-content,
.amblog-grid-list .slick-slide .amblog-item .amblog-content {
  padding: 25px;
}
.amblog-post-container .amblog-tags + .amblog-content,
.amblog-grid-list .amblog-tags + .amblog-content,
.amblog-post-container .post-image + .amblog-content,
.amblog-grid-list .post-image + .amblog-content,
.amblog-grid-list .slick-slide .amblog-item .amblog-tags + .amblog-content,
.amblog-grid-list .slick-slide .amblog-item .post-image + .amblog-content {
  padding-top: 0;
}
.amblog-footer {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 25px;
}
.amblog-wrap > .amblog-no-comments,
.amblog-wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.amblog-posted-in {
  padding-right: 4px;
}
.amblog-features .amblog-wrap {
  margin-bottom: 20px;
  margin-right: 30px;
}
.amblog-features .amblog-ref:not(:last-child):after {
  content: ', ';
  padding-right: 4px;
}
.amblog-post-list .post-items {
  margin-bottom: 0;
}
.amblog-post-list .post-items:not(.slick-slider) .post-title {
  display: block;
  margin-bottom: 10px;
}
.amblog-post-list .post-image {
  display: block;
  margin-bottom: 10px;
}
.amblog-post-list .post-title {
  color: #333;
  display: flex;
  font-weight: 700;
  margin-bottom: 10px;
}
.amblog-post-list .short-description {
  font-size: 1.4rem;
  font-style: italic;
  flex-grow: 2;
  line-height: 1.9rem;
  margin-bottom: 5px;
}
.amblog-post-list .post-link {
  font-weight: 700;
}
.amblog-related-wrapper .slick-track,
.amblog-post-list .slick-track {
  display: flex;
  justify-content: center;
}
.amblog-related-wrapper .slick-slide,
.amblog-post-list .slick-slide {
  margin: 0 10px;
}
.amblog-related-wrapper .post-item-details,
.amblog-post-list .post-item-details {
  word-break: break-word;
  word-wrap: break-word;
}
.ie11 .amblog-related-wrapper .post-item-details,
.ie11 .amblog-post-list .post-item-details {
  word-break: break-all;
}
.amblog-related-wrapper .slick-slider .slick-arrow.slick-next,
.amblog-post-list .slick-slider .slick-arrow.slick-next {
  right: -15px;
}
.amblog-related-wrapper .slick-slider .slick-arrow.slick-prev,
.amblog-post-list .slick-slider .slick-arrow.slick-prev {
  left: -15px;
}
.mobile-block .amblog-post-list .post-item-info:not(:last-of-type),
.sidebar .amblog-post-list .post-item-info:not(:last-of-type) {
  margin-bottom: 25px;
}
.widget.amblog-post-list .amblog-slick-slider.-am-loaded .post-item {
  display: flex !important;
}
.widget.amblog-post-list .slick-track {
  margin: 0 auto;
}
.widget.amblog-post-list .post-item,
.widget.amblog-post-list .post-item-details {
  display: flex;
  flex-direction: column;
}
.widget.amblog-post-list .post-item-details {
  flex-grow: 1;
  justify-content: space-between;
}
.widget.amblog-post-list .amblog-dates {
  margin-top: auto;
}
.post-item.-post-no-image .post-item-details {
  height: 100%;
  justify-content: center;
}
.post-item.-post-no-image .amblog-dates {
  margin-top: initial;
}
.amblog-form-newsletter.amblog-item {
  padding: 0 25px 25px;
}
.amblog-form-newsletter .amblog-form-container {
  position: relative;
}
.amblog-form-newsletter .amblog-input {
  border: 1px solid #e5e5e5;
  color: #525252;
  border-radius: 3px;
  font-size: 1.4rem;
  height: 100%;
  padding: 11px 60px 11px 14px;
  width: 100%;
}
.amblog-form-newsletter .amblog-input:hover {
  border-color: #b3b3b3;
}
.amblog-form-newsletter .amblog-input::-webkit-input-placeholder,
.amblog-form-newsletter .amblog-input:-ms-input-placeholder,
.amblog-form-newsletter .amblog-input::-moz-placeholder {
  color: #999;
}
.amblog-form-newsletter .amblog-input:focus {
  border: 1px solid #499bf8;
  box-shadow: none;
}
.amblog-form-newsletter .amblog-input:focus::-webkit-input-placeholder,
.amblog-form-newsletter .amblog-input:focus::-moz-placeholder,
.amblog-form-newsletter .amblog-input:focus:-ms-input-placeholder {
  color: transparent;
}
.amblog-form-newsletter .amblog-btn {
  background: #1979c2;
  border-color: transparent;
  border-radius: 3px;
  box-sizing: border-box;
  color: #ffffff;
  display: block;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.8rem;
  padding: 12px 30px;
  text-align: center;
  transition: all 0.3s ease-in-out;
  border: none;
  max-width: 250px;
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
}
.amblog-form-newsletter .amblog-btn:hover {
  background: #135d95;
  color: #ffffff;
  text-decoration: none;
}
.amblog-form-newsletter .amblog-btn:active {
  background: #0d4168;
  color: #ffffff;
  text-decoration: none;
}
.amblog-form-newsletter .amblog-input {
  margin-right: 10px;
  padding-right: 10px;
}
.input-box.-newsletter {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.mobile-block .amblog-form-newsletter .input-box,
.sidebar .amblog-form-newsletter .input-box {
  flex-direction: column;
}
.mobile-block .amblog-form-newsletter .amblog-input,
.sidebar .amblog-form-newsletter .amblog-input {
  margin-bottom: 20px;
  margin-right: 0;
}
.mobile-block .amblog-form-newsletter .amblog-btn,
.sidebar .amblog-form-newsletter .amblog-btn,
.mobile-block .amblog-form-newsletter .amblog-input,
.sidebar .amblog-form-newsletter .amblog-input {
  max-width: 100%;
  width: 100%;
}
.mobile-block .amblog-form-newsletter .mage-error[generated='true'],
.sidebar .amblog-form-newsletter .mage-error[generated='true'] {
  margin-bottom: 10px;
  margin-top: -10px;
  order: 0;
  width: 100%;
  word-break: break-all;
}
.amblog-aside-right,
.amblog-aside-left {
  background: #fff;
  box-shadow: 0 4px 8px rgba(0, 98, 176, 0.1);
  display: none;
  height: calc(100% - 20px);
  overflow-y: scroll;
  padding-top: 20px;
  position: fixed;
  top: 0;
  width: 300px;
  z-index: 1000;
}
.amblog-aside-right.active,
.amblog-aside-left.active {
  display: block;
}
.amblog-aside-right .aside-title,
.amblog-aside-left .aside-title {
  margin: 20px 20px 40px;
  position: relative;
}
.amblog-aside-right .amblog-close,
.amblog-aside-left .amblog-close {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.amblog-aside-right .amblog-close:after,
.amblog-aside-left .amblog-close:after {
  background: url("../../frontend/DFSolution/layout/it_IT/Amasty_Blog/images/svg/close.svg");
  content: '';
  display: block;
  height: 18px;
  width: 18px;
}
.amblog-aside-right h3.amblog-title,
.amblog-aside-left h3.amblog-title {
  padding-right: 50px;
}
.amblog-aside-right {
  right: 0;
}
.amblog-aside-left {
  left: 0;
}
.amblog-views,
.amblog-minread {
  white-space: nowrap;
}
.amblog-search-titles {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.amblog-search-titles:not([role='tablist']) ~ .amblog-search-content {
  display: none;
}
.amblog-search-title {
  font-size: 1.4rem;
  text-align: center;
  text-transform: capitalize;
}
.amblog-search-items {
  margin-bottom: 40px;
}
.amblog-search-title.open {
  font-weight: 700;
}
.amblog-search-switch {
  display: block;
  padding: 12px 35px;
}
.amblog-search-switch,
.amblog-search-switch:active,
.amblog-search-switch:visited,
.amblog-search-switch:hover,
.amblog-search-switch:focus {
  color: #333;
  text-decoration: none;
}
.amblog-slick-slider:not(.-am-loaded) {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: 0;
  min-height: 30px;
}
.amblog-slick-slider:not(.-am-loaded):after {
  content: '';
  display: block;
}
.amblog-slick-slider:not(.-am-loaded) > div,
.widget .amblog-slick-slider:not(.-am-loaded) > div {
  display: none;
}
.amblog-slick-slider.-am-loaded > div,
.widget .amblog-slick-slider.-am-loaded > div {
  display: flex;
}
.main .amblog-related-wrapper:not(.-related-products) {
  margin-bottom: 40px;
}
.main .amblog-related-wrapper:not(.-related-products) .amblog-related-grid {
  margin: 0;
  padding: 20px 10px;
}
.main .amblog-related-wrapper:not(.-related-products) .slick-list {
  margin: 0 10px;
  width: 100%;
}
.main .amblog-related-wrapper:not(.-related-products) .slick-list > .slick-track {
  margin-left: 0;
}
.main .amblog-related-wrapper:not(.-related-products) .slick-slide {
  margin: 0 7px;
  vertical-align: top;
}
.amblog-related-wrapper.-related-products {
  margin-bottom: 40px;
}
.amblog-related-wrapper.-related-products .amblog-item-product {
  box-sizing: border-box;
  margin: 0 10px;
}
.amblog-related-wrapper.-related-products .amblog-item-product .price-box {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: flex-end;
  margin: 0 0 10px;
}
.amblog-related-wrapper.-related-products .amblog-item-product .price-box > .price-box {
  margin-bottom: 0;
}
.amblog-related-wrapper.-related-products .slick-slider {
  justify-content: space-evenly;
  padding: 0;
}
.amblog-related-wrapper.-related-products .map-old-price,
.amblog-related-wrapper.-related-products .map-show-info {
  margin: 0;
}
.amblog-related-wrapper.-related-products .price-including-tax,
.amblog-related-wrapper.-related-products .price-excluding-tax {
  font-size: 1.4rem;
}
.amblog-related-wrapper.-related-products .price-from .price-container,
.amblog-related-wrapper.-related-products .price-to .price-container {
  display: block;
}
.amblog-related-wrapper.-related-products .product-item .old-price {
  margin: 5px 0 0;
}
.amblog-related-wrapper.-related-products .special-price {
  width: 100%;
}
.amblog-related-wrapper.-related-products .amblog-item-product .price-box .map-old-price {
  min-width: auto;
}
.amblog-related-wrapper.-related-products .product-item-details {
  display: flex;
  flex: 1 0 auto;
  flex-direction: column;
}
.amblog-related-wrapper.-related-products .product-item-actions {
  margin-top: auto;
}
.amblog-related-wrapper.-related-products .amblog-slick-slider.slick-dotted {
  margin-bottom: 30px;
}
.amblog-related-wrapper.-related-products .amblog-slick-slider.-am-loaded .amblog-item-product {
  display: flex !important;
}
.amblog-related-wrapper.-related-products .amblog-slick-slider .slick-slide {
  vertical-align: inherit;
}
.amblog-related-wrapper.-related-products .amblog-slick-slider .amblog-item-product {
  flex-direction: column;
  margin: 0;
  padding: 0 9px;
}
.amblog-related-wrapper.-related-products .amblog-slick-slider .product-item-link {
  flex-grow: 1;
  margin-bottom: 10px;
}
.amblog-slick-slider.slick-slider .slick-dots {
  background: inherit;
  border: none;
  bottom: -25px;
}
.amblog-slick-slider.slick-slider .slick-dots > li[role='presentation'] {
  align-items: center;
  border: none;
  display: inline-flex;
  height: 6px;
  justify-content: center;
  margin: 0;
  padding: 5px;
  text-align: inherit;
  white-space: inherit;
  width: 6px;
}
.amblog-slick-slider.slick-slider .slick-dots > li[role='presentation']:hover,
.amblog-slick-slider.slick-slider .slick-dots > li[role='presentation'].selected {
  background: inherit;
}
.amblog-slick-slider.slick-slider .slick-dots > li[role='presentation']:hover button,
.amblog-slick-slider.slick-slider .slick-dots > li[role='presentation'].slick-active button {
  background: #ff5502;
  border: none;
}
.amblog-slick-slider.slick-slider .slick-dots > li[role='presentation'] button {
  border: 1px solid #575757;
  border-radius: 100%;
  box-sizing: border-box;
  height: 6px;
  padding: 0;
  width: 6px;
}
.amblog-slick-slider.slick-slider .slick-dots > li[role='presentation'] button:before {
  content: none;
}
.amblog-slick-slider.slick-slider .slick-arrow {
  background: #fff url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0uMTg5IDIuMDA5TDcuMTkgOS4wMS4yMzMgMTUuOTY4bDEuMTA4IDEuMTA5IDguMDQ0LTguMDQ0LTguMTEtOC4xMUwuMTg5IDIuMDA4eiIgZmlsbD0iIzU3NTg1NSIvPjwvc3ZnPg==') center no-repeat !important;
  border-radius: 0;
  height: 30px;
  width: 30px;
  z-index: 2;
}
.amblog-slick-slider.slick-slider .slick-arrow:before,
.amblog-slick-slider.slick-slider .slick-arrow:after {
  display: none;
}
.amblog-slick-slider.slick-slider .slick-arrow.slick-prev {
  transform: rotate(180deg) translate(0, 50%);
}
.amblog-navigation-container {
  align-items: flex-start;
  background: #f9f9f9;
  border-radius: 0 0 5px 5px;
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
  padding: 25px;
  position: relative;
}
.amblog-navigation-container .amblog-navigation {
  display: flex;
  flex-direction: column;
  margin: 0 10px;
  max-width: 45%;
}
.amblog-navigation-container .amblog-navigation.-previous {
  margin-left: 30px;
}
.amblog-navigation-container .amblog-navigation.-previous > .amblog-title-link:before {
  content: '';
  left: 20px;
}
.amblog-navigation-container .amblog-navigation.-next {
  align-items: flex-end;
  margin-right: 30px;
}
.amblog-navigation-container .amblog-navigation.-next > .amblog-title-link {
  text-align: right;
}
.amblog-navigation-container .amblog-navigation.-next > .amblog-title-link:after {
  content: '';
  right: 20px;
  transform: translateY(-50%) rotate(180deg);
}
.amblog-navigation-container .amblog-navigation > .amblog-title-link {
  word-break: break-word;
  word-wrap: break-word;
  color: #333;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.7rem;
  margin: 0;
  padding: 0;
  text-transform: initial;
}
.ie11 .amblog-navigation-container .amblog-navigation > .amblog-title-link {
  word-break: break-all;
}
.amblog-navigation-container .amblog-navigation > .amblog-title-link:before,
.amblog-navigation-container .amblog-navigation > .amblog-title-link:after {
  background-image: url("../../frontend/DFSolution/layout/it_IT/Amasty_Blog/images/svg/arrow-left.svg");
  height: 19px;
  min-width: 10px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
}
.amblog-navigation-container .amblog-navigation > .amblog-date,
.amblog-navigation-container .amblog-navigation > .amblog-views,
.amblog-navigation-container .amblog-navigation > .amblog-minread {
  margin-top: 5px;
}
.amblog-navigation-container .amblog-navigation .amblog-navigation-label {
  color: #999;
  font-size: 1.2rem;
  line-height: 1.6rem;
  margin-bottom: 5px;
}
.amblog-social-container .amblog-list,
.amblog-element-block[data-set='sidebar-author'] .amblog-list,
.amblog-item[data-set='content-author'] .amblog-list,
.amblog-post-container .amblog-widget-container[data-set='sidebar-author'] .amblog-list,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container[data-set='sidebar-author'] .amblog-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}
.amblog-social-container .amblog-icon,
.amblog-element-block[data-set='sidebar-author'] .amblog-icon,
.amblog-item[data-set='content-author'] .amblog-icon,
.amblog-post-container .amblog-widget-container[data-set='sidebar-author'] .amblog-icon,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container[data-set='sidebar-author'] .amblog-icon {
  background-position: center;
  background-repeat: no-repeat;
  border: 1px solid #fafafa;
  border-radius: 50%;
  cursor: pointer;
  height: 40px;
  margin: 0 18px 18px 0;
  width: 40px;
}
.amblog-social-container .amblog-icon:hover,
.amblog-element-block[data-set='sidebar-author'] .amblog-icon:hover,
.amblog-item[data-set='content-author'] .amblog-icon:hover,
.amblog-post-container .amblog-widget-container[data-set='sidebar-author'] .amblog-icon:hover,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container[data-set='sidebar-author'] .amblog-icon:hover {
  filter: brightness(1.2);
}
.amblog-social-container .amblog-icon.-twitter,
.amblog-element-block[data-set='sidebar-author'] .amblog-icon.-twitter,
.amblog-item[data-set='content-author'] .amblog-icon.-twitter,
.amblog-post-container .amblog-widget-container[data-set='sidebar-author'] .amblog-icon.-twitter,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container[data-set='sidebar-author'] .amblog-icon.-twitter {
  background-image: url("../../frontend/DFSolution/layout/it_IT/Amasty_Blog/images/svg/twitter.svg");
}
.amblog-social-container .amblog-icon.-facebook,
.amblog-element-block[data-set='sidebar-author'] .amblog-icon.-facebook,
.amblog-item[data-set='content-author'] .amblog-icon.-facebook,
.amblog-post-container .amblog-widget-container[data-set='sidebar-author'] .amblog-icon.-facebook,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container[data-set='sidebar-author'] .amblog-icon.-facebook {
  background-image: url("../../frontend/DFSolution/layout/it_IT/Amasty_Blog/images/svg/facebook.svg");
}
.amblog-social-container .amblog-icon.-vkontakte,
.amblog-element-block[data-set='sidebar-author'] .amblog-icon.-vkontakte,
.amblog-item[data-set='content-author'] .amblog-icon.-vkontakte,
.amblog-post-container .amblog-widget-container[data-set='sidebar-author'] .amblog-icon.-vkontakte,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container[data-set='sidebar-author'] .amblog-icon.-vkontakte {
  background-image: url("../../frontend/DFSolution/layout/it_IT/Amasty_Blog/images/svg/vk.svg");
}
.amblog-social-container .amblog-icon.-digg,
.amblog-element-block[data-set='sidebar-author'] .amblog-icon.-digg,
.amblog-item[data-set='content-author'] .amblog-icon.-digg,
.amblog-post-container .amblog-widget-container[data-set='sidebar-author'] .amblog-icon.-digg,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container[data-set='sidebar-author'] .amblog-icon.-digg {
  background-image: url("../../frontend/DFSolution/layout/it_IT/Amasty_Blog/images/svg/digg.svg");
}
.amblog-social-container .amblog-icon.-pinterest,
.amblog-element-block[data-set='sidebar-author'] .amblog-icon.-pinterest,
.amblog-item[data-set='content-author'] .amblog-icon.-pinterest,
.amblog-post-container .amblog-widget-container[data-set='sidebar-author'] .amblog-icon.-pinterest,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container[data-set='sidebar-author'] .amblog-icon.-pinterest {
  background-image: url("../../frontend/DFSolution/layout/it_IT/Amasty_Blog/images/svg/pinterest.svg");
}
.amblog-social-container .amblog-icon.-blogger,
.amblog-element-block[data-set='sidebar-author'] .amblog-icon.-blogger,
.amblog-item[data-set='content-author'] .amblog-icon.-blogger,
.amblog-post-container .amblog-widget-container[data-set='sidebar-author'] .amblog-icon.-blogger,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container[data-set='sidebar-author'] .amblog-icon.-blogger {
  background-image: url("../../frontend/DFSolution/layout/it_IT/Amasty_Blog/images/svg/blogger.svg");
}
.amblog-social-container .amblog-icon.-linkedin,
.amblog-element-block[data-set='sidebar-author'] .amblog-icon.-linkedin,
.amblog-item[data-set='content-author'] .amblog-icon.-linkedin,
.amblog-post-container .amblog-widget-container[data-set='sidebar-author'] .amblog-icon.-linkedin,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container[data-set='sidebar-author'] .amblog-icon.-linkedin {
  background-image: url("../../frontend/DFSolution/layout/it_IT/Amasty_Blog/images/svg/linkedin.svg");
}
.amblog-social-container .amblog-icon.-tumblr,
.amblog-element-block[data-set='sidebar-author'] .amblog-icon.-tumblr,
.amblog-item[data-set='content-author'] .amblog-icon.-tumblr,
.amblog-post-container .amblog-widget-container[data-set='sidebar-author'] .amblog-icon.-tumblr,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container[data-set='sidebar-author'] .amblog-icon.-tumblr {
  background-image: url("../../frontend/DFSolution/layout/it_IT/Amasty_Blog/images/svg/tumblr.svg");
}
.amblog-social-container .amblog-icon.-reddit,
.amblog-element-block[data-set='sidebar-author'] .amblog-icon.-reddit,
.amblog-item[data-set='content-author'] .amblog-icon.-reddit,
.amblog-post-container .amblog-widget-container[data-set='sidebar-author'] .amblog-icon.-reddit,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container[data-set='sidebar-author'] .amblog-icon.-reddit {
  background-image: url("../../frontend/DFSolution/layout/it_IT/Amasty_Blog/images/svg/reddit.svg");
}
.amblog-social-container .amblog-icon.-slashdot,
.amblog-element-block[data-set='sidebar-author'] .amblog-icon.-slashdot,
.amblog-item[data-set='content-author'] .amblog-icon.-slashdot,
.amblog-post-container .amblog-widget-container[data-set='sidebar-author'] .amblog-icon.-slashdot,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container[data-set='sidebar-author'] .amblog-icon.-slashdot {
  background-image: url("../../frontend/DFSolution/layout/it_IT/Amasty_Blog/images/svg/slashdot.svg");
}
.amblog-social-container .amblog-icon.-odnoklassniki,
.amblog-element-block[data-set='sidebar-author'] .amblog-icon.-odnoklassniki,
.amblog-item[data-set='content-author'] .amblog-icon.-odnoklassniki,
.amblog-post-container .amblog-widget-container[data-set='sidebar-author'] .amblog-icon.-odnoklassniki,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container[data-set='sidebar-author'] .amblog-icon.-odnoklassniki {
  background-image: url("../../frontend/DFSolution/layout/it_IT/Amasty_Blog/images/svg/ok.svg");
}
.amblog-social-container .amblog-icon.-google,
.amblog-element-block[data-set='sidebar-author'] .amblog-icon.-google,
.amblog-item[data-set='content-author'] .amblog-icon.-google,
.amblog-post-container .amblog-widget-container[data-set='sidebar-author'] .amblog-icon.-google,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container[data-set='sidebar-author'] .amblog-icon.-google {
  background-image: url("../../frontend/DFSolution/layout/it_IT/Amasty_Blog/images/svg/google.svg");
}
.amblog-social-container .amblog-icon.-youtube,
.amblog-element-block[data-set='sidebar-author'] .amblog-icon.-youtube,
.amblog-item[data-set='content-author'] .amblog-icon.-youtube,
.amblog-post-container .amblog-widget-container[data-set='sidebar-author'] .amblog-icon.-youtube,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container[data-set='sidebar-author'] .amblog-icon.-youtube {
  background-image: url("../../frontend/DFSolution/layout/it_IT/Amasty_Blog/images/svg/youtube.svg");
}
.amblog-social-container .amblog-icon.-instagram,
.amblog-element-block[data-set='sidebar-author'] .amblog-icon.-instagram,
.amblog-item[data-set='content-author'] .amblog-icon.-instagram,
.amblog-post-container .amblog-widget-container[data-set='sidebar-author'] .amblog-icon.-instagram,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container[data-set='sidebar-author'] .amblog-icon.-instagram {
  background-image: url("../../frontend/DFSolution/layout/it_IT/Amasty_Blog/images/svg/instagram.svg");
}
.amblog-social-container .amblog-icon.-tiktok,
.amblog-element-block[data-set='sidebar-author'] .amblog-icon.-tiktok,
.amblog-item[data-set='content-author'] .amblog-icon.-tiktok,
.amblog-post-container .amblog-widget-container[data-set='sidebar-author'] .amblog-icon.-tiktok,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container[data-set='sidebar-author'] .amblog-icon.-tiktok {
  background-image: url("../../frontend/DFSolution/layout/it_IT/Amasty_Blog/images/svg/tiktok.svg");
}
.amblog-social-container .amblog-icon.-whatsapp,
.amblog-element-block[data-set='sidebar-author'] .amblog-icon.-whatsapp,
.amblog-item[data-set='content-author'] .amblog-icon.-whatsapp,
.amblog-post-container .amblog-widget-container[data-set='sidebar-author'] .amblog-icon.-whatsapp,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container[data-set='sidebar-author'] .amblog-icon.-whatsapp {
  background-image: url("../../frontend/DFSolution/layout/it_IT/Amasty_Blog/images/svg/whatsapp.svg");
}
.amblog-plus {
  align-items: center;
  cursor: pointer;
  display: inline-flex;
}
.amblog-plus .amblog-icon {
  -webkit-transition: all 0.3 ease;
  -moz-transition: all 0.3 ease;
  -ms-transition: all 0.3 ease;
  transition: all 0.3 ease;
  display: inline-flex;
  height: 18px;
  margin: 0 5px 0 10px;
  width: 20px;
}
.amblog-plus .amblog-count {
  color: #888;
}
.amblog-plus .amblog-icon {
  background: url("../../frontend/DFSolution/layout/it_IT/Amasty_Blog/images/svg/like.svg");
}
.amblog-plus:hover .amblog-icon {
  background: url("../../frontend/DFSolution/layout/it_IT/Amasty_Blog/images/svg/like-hover.svg");
}
.amblog-plus.-voted .amblog-icon {
  background: url("../../frontend/DFSolution/layout/it_IT/Amasty_Blog/images/svg/like-active.svg");
}
.amblog-social {
  display: block;
  height: 100%;
  width: 100%;
}
.amblog-element-block .amblog-categories,
.amblog-post-container .amblog-widget-container .amblog-categories,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-categories {
  list-style: none;
  margin: 0;
  padding: 0;
}
.amblog-element-block .amblog-categories.-level1 .amblog-categories,
.amblog-post-container .amblog-widget-container .amblog-categories.-level1 .amblog-categories,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-categories.-level1 .amblog-categories {
  padding-left: 20px;
}
.amblog-element-block .amblog-categories .amblog-category-count,
.amblog-post-container .amblog-widget-container .amblog-categories .amblog-category-count,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-categories .amblog-category-count {
  color: #999;
  font-weight: 400;
}
.amblog-element-block .amblog-categories .amblog-link,
.amblog-post-container .amblog-widget-container .amblog-categories .amblog-link,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-categories .amblog-link {
  font-size: 1.4rem;
  font-weight: 400;
}
.amblog-element-block .amblog-categories.-level1 > .amblog-category > .amblog-link,
.amblog-post-container .amblog-widget-container .amblog-categories.-level1 > .amblog-category > .amblog-link,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-categories.-level1 > .amblog-category > .amblog-link {
  font-weight: 700;
}
.amblog-element-block .amblog-categories.-level2 .amblog-category,
.amblog-post-container .amblog-widget-container .amblog-categories.-level2 .amblog-category,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-categories.-level2 .amblog-category {
  margin: 10px 0 0;
}
.amblog-element-block .amblog-categories.-level3 .amblog-category,
.amblog-post-container .amblog-widget-container .amblog-categories.-level3 .amblog-category,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-categories.-level3 .amblog-category {
  margin-top: 5px;
}
.am-recaptcha-container .messages-container {
  margin-top: 15px;
}
.am-recaptcha-container .hidden {
  position: absolute;
  left: -10000px;
  visibility: hidden;
}
#am-recaptcha-place-order .grecaptcha-badge {
  z-index: 1000;
}
.am-attachments .am-fileline {
  margin-bottom: 5px;
}
.am-attachments .am-fileline .am-fileicon {
  margin-right: 10px;
  max-height: 30px;
  vertical-align: middle;
}
.am-attachments .am-fileline .am-filelink {
  line-height: 30px;
  height: 30px;
}
.am-attachments .am-fileline .am-filesize {
  font-size: 90%;
}
.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-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%;
  }
}
.mst-search__result-tabs {
  list-style: none;
  border-bottom: 1px solid #cccccc;
  padding: 0;
}
.mst-search__result-tabs:before,
.mst-search__result-tabs:after {
  content: '';
  display: table;
}
.mst-search__result-tabs:after {
  clear: both;
}
.mst-search__result-tabs li {
  margin: 0 5px -1px 0;
  padding: 0;
  float: left;
}
.mst-search__result-tabs li a {
  display: block;
  padding: 10px 35px;
  text-decoration: none;
  color: #7d7d7d;
  background: #f6f6f6;
  border: 1px solid #cccccc;
  border-radius: 1px 1px 0 0;
}
.mst-search__result-tabs li a.active,
.mst-search__result-tabs li a:hover,
.mst-search__result-tabs li a:focus {
  color: #333333;
  background: #ffffff;
}
.mst-search__result-tabs li a.active {
  border-bottom: 1px solid #ffffff;
}
.mst-search__result-index {
  padding: 1rem 0 1rem 0;
}
.mst-search__result-index .mst-search__result-index-title {
  background: #f6f6f6;
  padding: 1rem;
  border-radius: 1px;
  color: #7d7d7d;
}
.mst-search__result-index:last-child {
  margin-bottom: 2.5rem;
  border-bottom: 1px solid #f6f6f6;
}
.mst-search__index ul {
  list-style: none;
  margin-bottom: 10px;
  padding-left: 0;
}
.mst-search__index ul li {
  margin: 2rem 0;
}
.mst-search__index ul li:before,
.mst-search__index ul li:after {
  content: '';
  display: table;
}
.mst-search__index ul li:after {
  clear: both;
}
.mst-search__index ul li:last-child {
  margin-bottom: 0;
}
.mst-search__index ul li .mst-search__index-title {
  font-size: 1.5rem;
  font-weight: 600;
}
.mst-search__index ul li .mst-search__index-title > a {
  color: #333333;
}
.mst-search__index ul li .mst-search__index-title > span {
  color: #aaaaaa;
}
.mst-search__index ul li .mst-search__index-title._crumbs a:after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='13' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='1' stroke-linecap='round' stroke-linejoin='round' class='h-auto pos-relative mh-4 css-10v800z'%3E%3Cpolyline points='9 18 15 12 9 6'%3E%3C/polyline%3E%3C/svg%3E");
  display: inline-block;
  width: 13px;
  height: 13px;
  margin: -2px 5px;
}
.mst-search__index ul li .mst-search__index-title._crumbs a:last-child:after {
  display: none;
}
.mst-search__index ul li .mst-search__index-content {
  color: #666666;
  margin: 0.5rem 0 0 0;
}
.mst-search__index ul li .mst-search__index-image {
  margin-right: 2rem;
  float: left;
}
.mst-search__index ul li .mst-search__index-image > img {
  max-width: 5rem;
  max-height: 5rem;
}
.mst-search__highlight {
  background: #ffff00;
}
.mst-search__misc-recommendations {
  display: flex;
  flex-wrap: wrap;
}
.mst-search__misc-recommendations dt {
  margin-right: 20px;
}
.mst-search__misc-recommendations dd {
  margin-right: 20px;
}
.mst-search__misc-recommendations dd .count {
  color: #7d7d7d;
}
.mst-search-in__wrapper {
  max-width: 100%;
  display: flex;
  overflow: hidden;
  position: relative;
  flex-grow: 1;
  margin-bottom: 10px;
  flex-wrap: wrap;
}
.mst-search-in__wrapper .mst-search-in__title {
  border: none;
  padding: 6px 3px 6px 6px;
  margin-right: 3px;
  font-weight: 600;
  white-space: nowrap;
}
.mst-search-in__wrapper .mst-search-in__item {
  white-space: nowrap;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin: 0 5px 5px 0;
  padding: 6px 12px;
  color: #494949;
  text-decoration: none;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.mst-search-in__wrapper .mst-search-in__item span.name {
  display: flex;
  flex-wrap: nowrap;
  font-size: 13px;
}
.mst-search-in__wrapper .mst-search-in__item span.name i {
  font-style: normal;
  display: flex;
  align-items: center;
}
.mst-search-in__wrapper .mst-search-in__item span.name i:after {
  font-size: 7px;
  content: '\e608';
  font-family: 'luma-icons';
  margin: 0 5px;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
  color: #757575;
}
.mst-search-in__wrapper .mst-search-in__item span.name i:last-child:after {
  display: none;
}
.mst-search-in__wrapper .mst-search-in__item span.count {
  color: #757575;
  display: block;
  margin-left: 8px;
  font-size: 80%;
}
.mst-search-in__wrapper .mst-search-in__item span.count:before {
  content: "(";
}
.mst-search-in__wrapper .mst-search-in__item span.count:after {
  content: ")";
}
.mst-search-in__wrapper .mst-search-in__item:hover {
  border-color: #ff5501;
  text-decoration: none;
}
.mst_categorySearchLoader {
  display: none;
  position: absolute;
  top: 6px;
  right: 15px;
  width: 20px;
  height: 20px;
}
.mst_categorySearchLoader .spinner-item {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  margin: 0;
  border: 2px solid #ffffff;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #999999 transparent transparent transparent;
}
.mst_categorySearchLoader .spinner-item.spinner-item-1 {
  animation-delay: -0.45s;
}
.mst_categorySearchLoader .spinner-item.spinner-item-2 {
  animation-delay: -0.3s;
}
.mst_categorySearchLoader .spinner-item.spinner-item-3 {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.mst_categorySearch {
  display: block;
  position: relative;
}
.mst_categorySearch_searchIcon {
  position: absolute;
  left: 10px;
  font-size: 21px;
  color: #bbbbbb;
}
span.mst_categorySearch_totals {
  position: absolute;
  right: 0;
  padding: 6px 15px 6px 15px;
  color: #999;
  display: none;
}
input#mst_categorySearch {
  padding: 0 0 0 35px;
  margin-bottom: 15px;
  width: 100%;
  max-width: 100%;
}
.mst_categorySearchLoader .fa-spinner {
  font-size: 30px;
}
.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 {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  margin: 0 12px 12px 0;
  padding: 6px;
  min-width: 34px;
  min-height: 34px;
  border: 1px solid #ccc;
  border-radius: 6px;
  background: #fff;
  color: #333;
  text-align: center;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.2;
  cursor: pointer;
}
.ambrands-letters-filter .ambrands-letter:hover {
  border-color: #006bb4;
  background: #fff;
  text-decoration: none;
}
.ambrands-letters-filter .ambrands-letter.-disabled {
  border-color: #ececec;
  background: #ececec;
  box-shadow: none;
  color: #ccc;
  pointer-events: none;
}
.ambrands-letters-filter .ambrands-letter.hide {
  display: none;
}
.ambrands-letters-filter .ambrands-letter.-active {
  border-color: #006bb4;
  background: #dff1ff;
  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 {
  position: relative;
  display: block;
}
.ambrands-search-block:before {
  position: absolute;
  top: calc(50% - 20px / 2);
  left: 15px;
  display: flex;
  min-width: 20px;
  width: 20px;
  height: 20px;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0wIDcuNjkyYTcuNjkyIDcuNjkyIDAgMTAxNS4zODUgMEE3LjY5MiA3LjY5MiAwIDAwMCA3LjY5MnptMS41MzggMGE2LjE1NCA2LjE1NCAwIDExMTIuMzA4IDAgNi4xNTQgNi4xNTQgMCAwMS0xMi4zMDggMHoiIGZpbGw9IiNDN0M3QzciLz48cGF0aCBkPSJNMTkuMjMyIDIwYS43Ni43NiAwIDAxLS41NDQtLjIyNmwtNi42MzYtNi42NDZhLjc3Ljc3IDAgMTExLjA3Ny0xLjA5N2w2LjY0NyA2LjY0NmMuMy4zLjMuNzg3IDAgMS4wODdhLjc2Ljc2IDAgMDEtLjU0NC4yMzZ6IiBmaWxsPSIjQzdDN0M3Ii8+PC9zdmc+) center no-repeat;
  content: '';
  pointer-events: none;
}
.ambrands-search-block .ambrands-clear {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  padding: 10px;
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 0 6px 6px 0;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik00LjIzIDQuMjNhLjc4My43ODMgMCAwMTEuMTA2IDBMMTAgOC44OTJsNC42NjQtNC42NjRhLjc4My43ODMgMCAwMTEuMTA3IDEuMTA3TDExLjEwNyAxMGw0LjY2NCA0LjY2NGEuNzgzLjc4MyAwIDAxLTEuMTA3IDEuMTA3TDEwIDExLjEwNyA1LjMzNiAxNS43N2EuNzgzLjc4MyAwIDAxLTEuMTA3LTEuMTA3TDguODkzIDEwIDQuMjMgNS4zMzZhLjc4My43ODMgMCAwMTAtMS4xMDd6IiBmaWxsPSIjMzMzIi8+PC9zdmc+) center no-repeat;
  cursor: pointer;
}
.ambrands-search-block .ambrands-clear:not(.-active) {
  display: none;
}
.ambrands-search-block .ambrands-input {
  display: block;
  box-sizing: border-box;
  margin: 0 0 10px;
  padding: 10px 40px;
  max-width: 100%;
  height: 40px;
  border: 1px solid #ccc;
  border-radius: 6px;
  background: #fff;
  color: #333;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}
.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 {
  position: absolute;
  z-index: 99;
  display: block;
  overflow-x: hidden;
  overflow-y: auto;
  box-sizing: border-box;
  max-width: 100%;
  max-height: 250px;
  width: 460px;
  border: 1px solid transparent;
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 0 4px 8px rgba(190, 199, 219, 0.21), 0 6px 25px rgba(190, 199, 219, 0.28);
}
.ambrands-livesearch-block:not(.-active) {
  display: none;
}
.ambrands-livesearch-block > .ambrands-item {
  display: block;
  float: left;
  box-sizing: border-box;
  padding: 5px 10px;
  width: 100%;
  color: #000;
}
.ambrands-livesearch-block > .ambrands-item:hover {
  background-color: #e8e8e8;
  text-decoration: none;
}
@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;
  width: 100%;
  vertical-align: top;
}
.ambrands-letters-list .ambrands-letter .ambrands-content {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -8px;
  padding: 0;
}
.ambrands-letters-list .ambrands-letter .ambrands-title {
  display: flex;
  align-items: center;
  margin: 0 0 20px;
  color: #333;
  font-weight: 700;
  font-style: normal;
  font-size: 32px;
  line-height: 1;
}
.ambrands-letter .ambrands-brand-item {
  position: relative;
  margin: 0 8px 16px;
  min-width: 100px;
}
.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 {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
  overflow: hidden;
  height: 100%;
  border: 1px solid transparent;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 2px 5px rgba(74, 83, 94, 0.03), 0 4px 10px rgba(104, 118, 139, 0.13);
  color: #333;
}
.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 {
  border-color: #006bb4;
  background: rgba(65, 173, 255, 0.19);
}
.ambrands-letter .ambrands-brand-item .ambrands-empty {
  color: #e2e2e2;
}
.ambrands-letter .ambrands-brand-item .ambrands-count {
  color: #c7c7c7;
}
.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;
  margin: auto;
  padding: 0 10px 10px;
  width: 100%;
  font-weight: 600;
  font-style: normal;
  font-size: 14px;
  line-height: 19px;
}
.ie11 .ambrands-letter .ambrands-brand-item .ambrands-label {
  word-break: break-all;
}
.ambrands-brand-item .ambrands-image-block {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding: 10px;
}
.ambrands-brand-item .ambrands-image-block > .ambrands-image {
  max-width: 100%;
  max-height: 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;
}
#search_autocomplete,
.search-autocomplete,
#searchbox_autocomplete {
  display: none !important;
  height: 0 !important;
  overflow: hidden !important;
}
.block-search {
  z-index: 10000;
}
.mst-searchautocomplete__autocomplete {
  display: none !important;
  border-top: 2px solid #1ba1fc;
  position: absolute;
  top: 3.1rem;
  left: 0;
  box-sizing: border-box;
  background: #ffffff;
  border-radius: 3px;
  min-height: 3.5rem;
  z-index: 1000;
  text-align: left;
  overflow: hidden;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
  margin-top: 7px;
}
.mst-searchautocomplete__autocomplete._active {
  display: block !important;
}
.mst-searchautocomplete__autocomplete .mst-searchautocomplete__wrapper {
  overflow-y: scroll;
  display: flex;
  flex-direction: column;
  max-height: 70vh;
}
.mst-searchautocomplete__autocomplete .mst-searchautocomplete__spinner {
  display: none;
  position: absolute;
  top: 5px;
  right: 10px;
}
.mst-searchautocomplete__autocomplete._loading .mst-searchautocomplete__spinner {
  display: block;
}
.mst-searchautocomplete__autocomplete .mst-searchautocomplete__empty-result {
  background: #efefef;
  text-align: center;
  padding: 8px 10px;
  color: #777777;
  font-size: 1.2rem;
  display: block;
}
.mst-searchautocomplete__autocomplete .mst-searchautocomplete__show-all {
  border-top: 1px solid #efefef;
  text-align: center;
  margin: 0 10px;
}
.mst-searchautocomplete__autocomplete .mst-searchautocomplete__show-all a {
  font-weight: 600;
  padding: 10px 0;
  color: #777777;
  font-size: 1.2rem;
  display: block;
}
.mst-searchautocomplete__autocomplete .mst-searchautocomplete__index-title {
  border-bottom: 1px solid #efefef;
  padding: 10px 0 9px 0px;
  margin: 0 10px;
  text-align: left;
  font-size: 1.2rem;
  line-height: 1.2rem;
  color: #777777;
  text-transform: uppercase;
  font-weight: 700;
}
.mst-searchautocomplete__autocomplete .mst-searchautocomplete__close {
  display: none;
}
.mst-searchautocomplete__autocomplete ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.mst-searchautocomplete__autocomplete ul li {
  margin: 0;
  padding: 1rem;
  cursor: pointer;
}
.mst-searchautocomplete__autocomplete ul li:before,
.mst-searchautocomplete__autocomplete ul li:after {
  content: '';
  display: table;
}
.mst-searchautocomplete__autocomplete ul li:after {
  clear: both;
}
.mst-searchautocomplete__autocomplete ul li a.title {
  font-weight: 600;
  margin-bottom: 0;
  color: #333333;
  text-decoration: none;
}
.mst-searchautocomplete__autocomplete ul li._active {
  background: #f8f8f8;
}
.mst-searchautocomplete__autocomplete ul li._active a.title {
  text-decoration: underline;
}
.mst-searchautocomplete__index.popular .index-title {
  background: none;
  text-align: left;
  color: #999999;
}
.mst-searchautocomplete__index.popular ul li {
  float: left;
  padding: 10px 10px 10px 10px;
  margin: 0;
}
.mst-searchautocomplete__index.popular ul li a {
  font-size: 1.3rem;
  color: #575757;
}
.mst-searchautocomplete__index.popular ul li:hover {
  background: none;
  cursor: pointer;
}
.mst-searchautocomplete__index.popular ul li:hover a {
  text-decoration: underline;
}
.mst-searchautocomplete__item.magento_catalog_product {
  display: flex;
  border-bottom: 1px solid #f6f6f6;
  align-items: center;
}
.mst-searchautocomplete__item.magento_catalog_product:last-child {
  border-bottom: none;
}
.mst-searchautocomplete__item.magento_catalog_product .mst-product-image-wrapper {
  height: 8rem;
  width: 8rem;
  margin-right: 1rem;
}
.mst-searchautocomplete__item.magento_catalog_product .mst-product-image-wrapper img {
  height: 8rem;
  max-width: 8rem;
  display: block;
  margin: auto;
  object-fit: contain;
}
.mst-searchautocomplete__item.magento_catalog_product .title {
  display: block;
  margin-bottom: 0.5rem;
}
.mst-searchautocomplete__item.magento_catalog_product .title a {
  color: #333333;
}
.mst-searchautocomplete__item.magento_catalog_product .title .sku {
  color: #777777;
}
.mst-searchautocomplete__item.magento_catalog_product .meta {
  flex-grow: 1;
  overflow: hidden;
}
.mst-searchautocomplete__item.magento_catalog_product .description {
  font-size: 1.2rem;
  color: #777777;
  height: 3rem;
  line-height: 1.5rem;
  overflow: hidden;
  margin-bottom: 0.5rem;
}
.mst-searchautocomplete__item.magento_catalog_product .price {
  display: block;
  font-weight: 600;
  margin-left: 1rem;
  white-space: nowrap;
  font-size: 1.3rem;
}
.mst-searchautocomplete__item.magento_catalog_product .price .price-label {
  margin-right: 1rem;
}
.mst-searchautocomplete__item.magento_catalog_product .product-reviews-summary {
  margin: 0;
}
.mst-searchautocomplete__item.magento_catalog_product .product-reviews-summary .reviews-actions {
  display: none;
}
.mst-searchautocomplete__item.magento_catalog_product .to_cart_message {
  padding: 5px 10px;
  font-size: 1.2rem;
}
.mst-searchautocomplete__item.magento_catalog_product .to_cart_message.error {
  color: #e02b27;
  background: #fae5e5;
}
.mst-searchautocomplete__item.magento_catalog_product .to_cart_message.success {
  color: #006400;
  background: #e5efe5;
}
.mst-searchautocomplete__item.magento_catalog_product .to-cart {
  float: right;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.mst-searchautocomplete__item.magento_catalog_product .inStock {
  color: #76bd76;
}
.mst-searchautocomplete__item.magento_catalog_product .outOfStock {
  color: #a96565;
}
.mst-searchautocomplete__item.magento_catalog_product._active {
  background: #f8f8f8 !important;
}
.mst-searchautocomplete__item.magento_catalog_product._active .title a {
  text-decoration: underline;
}
.mst-searchautocomplete__item.magento_search_query a {
  float: left;
}
.mst-searchautocomplete__item.magento_search_query .num_results {
  float: right;
  color: #777777;
}
.mst-searchautocomplete__item a.title {
  word-break: break-word;
}
.mst-searchautocomplete__item a.title i {
  color: #777777;
  display: inline-block;
  margin: 0 0.5rem;
  font-style: normal;
}
.mst-searchautocomplete__highlight {
  font-weight: 600;
  color: #1ba1fc;
}
.mst-searchautocomplete__spinner {
  position: relative;
  width: 20px;
  height: 20px;
  margin: auto;
}
.mst-searchautocomplete__spinner .spinner-item {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  margin: 0;
  border: 2px solid #ffffff;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #999999 transparent transparent transparent;
}
.mst-searchautocomplete__spinner .spinner-item.spinner-item-1 {
  animation-delay: -0.45s;
}
.mst-searchautocomplete__spinner .spinner-item.spinner-item-2 {
  animation-delay: -0.3s;
}
.mst-searchautocomplete__spinner .spinner-item.spinner-item-3 {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media (min-width: 768px) {
  .mst-searchautocomplete__autocomplete {
    width: 100%;
    min-width: 480px;
  }
  .mst-searchautocomplete__autocomplete._active {
    display: block !important;
  }
  .mst-searchautocomplete__autocomplete._active.mst-2-cols {
    width: 720px !important;
    position: absolute;
  }
  .mst-searchautocomplete__autocomplete._active.mst-2-cols .mst-searchautocomplete__index {
    clear: left;
    float: left;
    display: block;
    position: relative;
    max-width: 240px;
    width: 240px;
    padding-bottom: 2rem;
    box-sizing: border-box;
  }
  .mst-searchautocomplete__autocomplete._active.mst-2-cols div.magento_catalog_product {
    width: 480px;
    max-width: 480px;
    clear: right;
    float: right;
    border-left: 1px solid #f6f6f6;
    border-right: unset;
    padding-bottom: 0;
  }
  .mst-searchautocomplete__autocomplete._active.mst-2-cols .mst-searchautocomplete__show-all {
    clear: both;
  }
}
@media (max-width: 768px) {
  .mst-searchautocomplete__autocomplete .mst-searchautocomplete__close {
    display: block;
    position: absolute;
    right: 6px;
    top: 0;
    font-weight: bold;
    color: #999999;
    font-size: 1.6rem;
    padding: 10px;
    line-height: 1rem;
    cursor: pointer;
  }
}
.mst-search-autocomplete__typeahead-overlay {
  color: #aaa;
  top: 0;
  position: absolute !important;
  z-index: -1;
  left: 15px;
  border: 0 !important;
}
html.mstInPage,
html.mstInPage body {
  position: absolute;
  overflow-y: hidden;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
.mstInPage__container {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1000000;
  display: none;
  overflow-y: scroll;
}
.mstInPage__container._visible {
  display: block;
}
.mstInPage__backdrop {
  position: fixed;
  left: 0;
  top: 0;
  background: rgba(240, 243, 246, 0.5);
  width: 100%;
  height: 100%;
  z-index: 1000000;
}
.mstInPage__wrapper {
  position: relative;
  z-index: 1000001;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
  overflow: hidden;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
.mstInPage__close {
  height: 32px;
  width: 32px;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' %3F%3E%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='cross'%3E%3Cline class='cls-1' x1='7' x2='25' y1='7' y2='25' stroke='%23ccc' stroke-linecap='round' stroke-linejoin='round' stroke-width='2px'/%3E%3Cline class='cls-1' x1='7' x2='25' y1='25' y2='7' stroke='%23ccc' stroke-linecap='round' stroke-linejoin='round' stroke-width='2px'/%3E%3C/g%3E%3C/svg%3E");
  cursor: pointer;
  flex-shrink: 0;
}
.mstInPage__header {
  display: flex;
  align-items: center;
  padding: 20px 30px;
  box-sizing: border-box;
  background: #ffffff;
}
.mstInPage__header form {
  width: 100%;
  display: flex;
  align-items: center;
}
.mstInPage__header form:before {
  display: block;
  content: "";
  width: 30px;
  height: 30px;
  flex-shrink: 0;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' %3F%3E%3Csvg enable-background='new 0 0 32 32' height='32px' version='1.1' viewBox='0 0 32 32' width='32px' xml:space='preserve' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='play'/%3E%3Cg id='stop'/%3E%3Cg id='pause'/%3E%3Cg id='replay'/%3E%3Cg id='next'/%3E%3Cg id='Layer_8'/%3E%3Cg id='search'%3E%3Cg%3E%3Ccircle cx='14.5' cy='14.5' fill='none' r='11.5' stroke='%23CCCCCC' stroke-miterlimit='10' stroke-width='2'/%3E%3Cline fill='none' stroke='%23CCCCCC' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' x1='29' x2='23' y1='29' y2='23'/%3E%3C/g%3E%3C/g%3E%3Cg id='list'/%3E%3Cg id='love'/%3E%3Cg id='menu'/%3E%3Cg id='add'/%3E%3Cg id='headset'/%3E%3Cg id='random'/%3E%3Cg id='music'/%3E%3Cg id='setting'/%3E%3Cg id='Layer_17'/%3E%3Cg id='Layer_18'/%3E%3Cg id='Layer_19'/%3E%3Cg id='Layer_20'/%3E%3Cg id='Layer_21'/%3E%3Cg id='Layer_22'/%3E%3Cg id='Layer_23'/%3E%3Cg id='Layer_24'/%3E%3Cg id='Layer_25'/%3E%3Cg id='Layer_26'/%3E%3C/svg%3E");
}
.mstInPage__header .mstInPage__close {
  height: 32px;
  width: 32px;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' %3F%3E%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='cross'%3E%3Cline class='cls-1' x1='7' x2='25' y1='7' y2='25' stroke='%23ccc' stroke-linecap='round' stroke-linejoin='round' stroke-width='2px'/%3E%3Cline class='cls-1' x1='7' x2='25' y1='25' y2='7' stroke='%23ccc' stroke-linecap='round' stroke-linejoin='round' stroke-width='2px'/%3E%3C/g%3E%3C/svg%3E");
  cursor: pointer;
  flex-shrink: 0;
}
.mstInPage__header._loading form:before {
  width: 26px;
  height: 26px;
  margin-left: 2px;
  margin-right: 2px;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 44 44' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.542 1.487A21.507 21.507 0 00.5 22c0 11.874 9.626 21.5 21.5 21.5 9.847 0 18.364-6.675 20.809-16.072a1.5 1.5 0 00-2.904-.756C37.803 34.755 30.473 40.5 22 40.5 11.783 40.5 3.5 32.217 3.5 22c0-8.137 5.3-15.247 12.942-17.65a1.5 1.5 0 10-.9-2.863z' fill='%23CCCCCC' %3E%3C/path%3E%3C/svg%3E");
  animation: mstInPage--loading 0.5s linear infinite;
}
.mstInPage__header input[type=search] {
  border: none;
  font-size: 2.3rem;
  color: #575757;
  height: 60px;
  background: #ffffff;
  margin-right: 30px;
  padding-left: 30px;
  width: 100%;
}
.mstInPage__header input[type=search]::placeholder {
  color: #cccccc;
}
.mstInPage__header input[type=search]:focus {
  outline: none;
  border: none;
  box-shadow: none;
}
.mstInPage__viewAll {
  white-space: nowrap;
  margin-right: 50px;
  color: #1ba1fc;
  text-decoration: none;
}
.mstInPage__viewAll:hover {
  color: #1ba1fc;
  text-decoration: underline;
}
.mstInPage__indexList {
  display: flex;
  align-items: center;
}
.mstInPage__indexList .mstInPage__indexListList {
  display: flex;
}
.mstInPage__indexList .mstInPage__index {
  padding: 7px 10px;
  cursor: pointer;
  border-radius: 2px;
  white-space: nowrap;
  display: flex;
  align-items: center;
  border: 1px solid transparent;
  margin-right: 10px;
}
.mstInPage__indexList .mstInPage__index span,
.mstInPage__indexList .mstInPage__index i {
  display: block;
}
.mstInPage__indexList .mstInPage__index span {
  font-weight: 600;
  line-height: 2rem;
  font-size: 1.4rem;
}
.mstInPage__indexList .mstInPage__index i {
  font-style: normal;
  font-size: 1.2rem;
  color: #999999;
  margin-left: 1rem;
  line-height: 2rem;
}
.mstInPage__indexList .mstInPage__index:hover {
  border-color: #1ba1fc;
}
.mstInPage__indexList .mstInPage__index._active {
  background: #1ba1fc;
  border-color: #1ba1fc;
  color: #ffffff;
}
.mstInPage__indexList .mstInPage__index._active i {
  color: #ffffff;
}
.mstInPage__indexList .mstInPage__index._empty {
  display: none;
  opacity: 0.3;
  border-color: transparent !important;
}
.mstInPage__itemList {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-row-gap: 30px;
  grid-column-gap: 30px;
}
.mstInPage__itemList._empty {
  background: #fdf0d5;
  color: #6f4400;
  padding: 15px;
  font-size: 90%;
}
.mstInPage__highlight {
  color: #1ba1fc;
  font-weight: 600;
}
.mstInPage__item.magento_catalog_product {
  display: flex;
}
.mstInPage__item.magento_catalog_product .mst__product-image {
  width: 130px;
  flex-shrink: 0;
  margin-right: 20px;
  background: #ffffff;
}
.mstInPage__item.magento_catalog_product .mst__product-image img {
  border: 1px solid #ececec;
  padding: 5px;
  max-width: 120px;
}
.mstInPage__item.magento_catalog_product .mst__product-meta .mst__title {
  color: #333333;
  margin-bottom: 5px;
  display: block;
}
.mstInPage__item.magento_catalog_product .mst__product-meta .mst__sku {
  color: #999999;
  margin-bottom: 5px;
}
.mstInPage__item.magento_catalog_product .mst__product-meta .mst__description {
  font-size: 1.2rem;
  color: #999999;
  height: 4.5rem;
  line-height: 1.5rem;
  overflow: hidden;
  margin-bottom: 5px;
}
.mstInPage__item.magento_catalog_product .mst__product-meta .reviews-actions {
  font-size: 12px;
}
.mstInPage__item.magento_catalog_product .mst__product-cart {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  text-align: center;
  flex-shrink: 0;
}
.mstInPage__item.magento_catalog_product .mst__product-cart .price-container {
  display: flex;
  align-items: center;
}
.mstInPage__item.magento_catalog_product .mst__product-cart .price-label {
  font-size: 1.2rem;
  color: #999999;
  font-weight: 500;
  display: block;
  margin-right: 10px;
}
.mstInPage__item.magento_catalog_product .mst__product-cart .price {
  font-weight: 600;
}
.mstInPage__item.magento_catalog_category,
.mstInPage__item.magento_cms_page {
  padding: 10px;
  border: 1px solid #ececec;
}
.mstInPage__item.magento_catalog_category .title i,
.mstInPage__item.magento_cms_page .title i {
  font-style: normal;
  color: #999999;
  margin: 0 10px;
}
.mstInPage__content {
  display: flex;
  background: #ffffff;
  border-top: 1px solid #ececec;
  overflow: hidden;
  flex-wrap: nowrap;
}
.mstInPage__content.disable {
  flex-direction: column;
}
.mstInPage__content.disable .mstInPage__sidebar {
  display: none;
}
.mstInPage__content .mstInPage__sidebar {
  width: 30%;
  max-width: 400px;
  min-width: 300px;
  overflow: scroll;
}
.mstInPage__content .mstInPage__main {
  padding: 30px;
  flex-grow: 1;
  overflow: scroll;
}
.mstInPage__content._empty {
  display: none;
}
.mstInPage__bucketList.disable {
  dispalay: none;
}
.mstInPage__bucketList.listApplied {
  padding: 0 0 20px 0;
}
.mstInPage__bucketList.filters_top {
  overflow-x: scroll;
}
.mstInPage__bucketList .mstInPage__bucket {
  border-bottom: 1px solid #ececec;
}
.mstInPage__bucketList .mstInPage__bucket:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
.mstInPage__bucketList .mstInPage__bucket .mstInPage__bucketLabel {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 11px;
  padding: 20px 30px 0px 30px;
  letter-spacing: 0.5px;
}
.mstInPage__bucketList .mstInPage__bucket strong {
  padding: 20px 0 20px 30px;
  display: none;
}
.mstInPage__bucketList .mstInPage__bucket.listApplied strong {
  padding: 0px 0 0px 30px;
}
.mstInPage__bucketList .mstInPage__bucket .mstInPage__bucketItemList {
  padding: 10px 28px;
  flex-wrap: wrap;
}
.mstInPage__bucketList .mstInPage__bucket .mstInPage__bucketItemList .mstInPage__bucketItem {
  margin: 11px 3px;
  display: flex;
  align-items: center;
  cursor: pointer;
  white-space: nowrap;
  user-select: none;
}
.mstInPage__bucketList .mstInPage__bucket .mstInPage__bucketItemList .mstInPage__bucketItem:first-child {
  margin-top: 0;
}
.mstInPage__bucketList .mstInPage__bucket .mstInPage__bucketItemList .mstInPage__bucketItem i {
  display: block;
  font-style: normal;
  margin-left: 16px;
  background: rgba(65, 66, 71, 0.08);
  color: #999999;
  font-weight: 600;
  font-size: 10px;
  border-radius: 1px;
  padding: 0 4px;
}
.mstInPage__bucketList .mstInPage__bucket .mstInPage__bucketItemList .mstInPage__bucketItem input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: rgba(65, 66, 71, 0.08);
  border: none;
  border-radius: 2px;
  height: 16px;
  margin: -4px 16px 0 0;
  position: relative;
  width: 16px;
  cursor: pointer;
  flex-shrink: 0;
}
.mstInPage__bucketList .mstInPage__bucket .mstInPage__bucketItemList .mstInPage__bucketItem input[type=checkbox]:after {
  background-color: #ffffff;
  border-radius: 4px;
  content: "";
  height: 4px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translateX(-2px) translateY(-2px);
  width: 4px;
  opacity: 0.1;
}
.mstInPage__bucketList .mstInPage__bucket .mstInPage__bucketItemList .mstInPage__bucketItem._active input[type=checkbox] {
  background-color: #1ba1fc;
}
.mstInPage__bucketList .mstInPage__bucket .mstInPage__bucketItemList .mstInPage__bucketItem._active input[type=checkbox]:after {
  opacity: 1;
}
.mstInPage__bucketList .mstInPage__bucket .mstInPage__bucketItemList .mstInPage__bucketItem._active span {
  font-weight: 600;
}
.mstInPage__bucketState {
  display: none;
  flex-wrap: wrap;
  padding: 10px 28px;
}
.mstInPage__bucketState .mstInPage__bucketItemList strong {
  display: none;
}
.mstInPage__bucketState .mstInPage__bucketItemList .mstInPage__bucketItem {
  cursor: pointer;
  border: 1px solid #ececec;
  border-radius: 2px;
  display: flex;
  align-items: center;
  padding: 3px 10px;
  margin: 3px;
}
.mstInPage__bucketState .mstInPage__bucketItemList .mstInPage__bucketItem .mstInPage__close {
  width: 14px;
  height: 14px;
  margin-left: 10px;
}
.mstInPage__bucketState .mstInPage__bucketItemList .mstInPage__bucketItem:hover {
  border-color: #1ba1fc;
}
.mstInPage__stat {
  height: 20px;
  text-align: right;
  font-size: 12px;
  color: #6d6d6d;
  margin-bottom: 10px;
  margin-top: -18px;
  transition: all 100ms;
}
.mstInPage__stat._loading {
  opacity: 0.3;
}
.mstInPage__pagination {
  display: flex;
  margin-top: 30px;
}
.mstInPage__pagination .mstInPage__page {
  padding: 5px 11px;
  border-radius: 2px;
  border: 1px solid transparent;
  cursor: pointer;
  margin-right: 5px;
}
.mstInPage__pagination .mstInPage__page.current {
  background: #1ba1fc;
  color: #ffffff;
}
.mstInPage__pagination .mstInPage__page:hover {
  border-color: #1ba1fc;
}
.mstInPage__pagination .mstInPage__pagination_prev {
  content: "<";
}
.mstInPage__pagination .mstInPage__pagination_next {
  content: ">";
}
@keyframes mstInPage--loading {
  to {
    transform: rotate(1turn);
  }
}
@media (min-width: 768px) {
  .mstInPage__wrapper {
    margin: 15px auto;
    max-width: 1420px;
    max-height: calc(100vh - 30px);
  }
}
@media (max-width: 768px) {
  .mstInPage__wrapper {
    margin: 0;
    max-width: 100%;
  }
  .mstInPage__wrapper .mstInPage__header {
    padding: 10px;
  }
  .mstInPage__wrapper .mstInPage__header .mstInPage__indexList {
    display: none;
  }
  .mstInPage__wrapper .mstInPage__main {
    padding: 10px;
  }
  .mstInPage__wrapper .mstInPage__main .mstInPage__itemList {
    grid-template-columns: 1fr;
  }
  .mstInPage__wrapper .mstInPage__main .mstInPage__stat {
    display: none;
  }
  .mstInPage__wrapper .mstInPage__sidebar {
    display: none;
  }
}
.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;
}
.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;
}
.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 {
  border-radius: 50%;
  box-sizing: border-box;
  cursor: pointer;
  -webkit-font-smoothing: antialiased;
  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/DFSolution/layout/it_IT/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-width: 30px;
  max-height: 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: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, 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: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  min-width: 100px;
}
.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) > .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/DFSolution/layout/it_IT/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/DFSolution/layout/it_IT/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;
}
.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/DFSolution/layout/it_IT/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/DFSolution/layout/it_IT/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 #ff5501;
  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 #c34000;
}
.swatch-option.disabled {
  box-shadow: unset;
  cursor: default;
  pointer-events: none;
}
.swatch-option.disabled:after {
  background: linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  background: -moz-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(42%, rgba(255, 255, 255, 0)), color-stop(43%, #ffffff), color-stop(46%, #ffffff), color-stop(47%, #ff5216), color-stop(53%, #ff5216), color-stop(54%, #ffffff), color-stop(57%, #ffffff), color-stop(58%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  bottom: 0;
  content: '';
  filter: 'progid:DXImageTransform.Microsoft.gradient(startColorstr=#00ffffff, endColorstr=#00ffffff, GradientType=1)';
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.swatch-option-disabled {
  border: 0;
  cursor: default;
  outline: none !important;
}
.swatch-option-disabled:after {
  -webkit-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  transform: rotate(-30deg);
  background: #e02b27;
  content: '';
  height: 2px;
  left: -4px;
  position: absolute;
  top: 10px;
  width: 42px;
  z-index: 995;
}
.swatch-option-loading {
  content: url('../../frontend/DFSolution/layout/it_IT/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;
}
.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: #ff5501;
  text-decoration: underline;
}
.ui-dialog-titlebar-close:hover,
.ui-dialog-titlebar-close:active,
.ui-dialog-titlebar-close:focus {
  background: none;
  border: 0;
}
.ui-dialog-titlebar-close.disabled,
.ui-dialog-titlebar-close[disabled],
fieldset[disabled] .ui-dialog-titlebar-close {
  color: #006bb4;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.sidebar .product-items .product-item {
  margin-bottom: 20px;
  position: relative;
}
.sidebar .product-items .product-item-info {
  position: relative;
  width: auto;
}
.sidebar .product-items .product-item-info .product-item-photo {
  left: 0;
  position: absolute;
  top: 0;
}
.sidebar .product-items .product-item-name {
  margin-top: 0;
}
.sidebar .product-items .product-item-details {
  margin: 0 0 0 85px;
}
.sidebar .product-items .product-item-actions {
  display: block;
  margin-top: 10px;
}
.sidebar .product-items .price-box {
  display: block;
  margin: 7px 0;
}
.sidebar .product-items .text {
  margin-right: 8px;
}
.sidebar .product-items .counter {
  color: #7d7d7d;
  font-size: 12px;
  white-space: nowrap;
}
.sidebar .product-items .minilist .price {
  display: inline;
  padding: 0;
}
.sidebar .product-items .minilist .weee:before {
  display: inline-block;
}
.sidebar .product-items .action.delete {
  position: absolute;
  right: 0;
  top: 0;
}
.sidebar .block-compare .action.delete {
  right: initial;
}
.sidebar .action.tocart {
  border-radius: 0;
}
.sidebar .product-items-images {
  margin-left: -5px;
}
.sidebar .product-items-images .product-item {
  float: left;
  padding-left: 5px;
}
.sidebar .product-items-names .product-item {
  display: flex;
  margin-bottom: 10px;
}
.sidebar .product-items-names .product-item-name {
  margin: 0;
}
.catalog-category-view.page-layout-1column .column.main {
  min-height: inherit;
}
/**
 * @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
 */
.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;
}
.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: #f5f5f5;
  margin-bottom: 25px;
  padding: 1px 0 25px;
}
.cart-summary > .title {
  font-size: 2.4rem;
  display: none;
  font-weight: 300;
  margin: 12px 0;
}
.cart-summary .block form:not(:last-of-type) .fieldset {
  margin: 0 0 25px;
}
.cart-summary .block .price {
  font-weight: 700;
}
.cart-summary .block .field {
  margin: 0 0 16px;
}
.cart-summary .block .actions-toolbar > .primary {
  text-align: left;
}
.cart-summary .block .actions-toolbar > .primary .action.primary,
.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: #ff5501;
  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: #333333;
  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/DFSolution/layout/it_IT/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: #ff5501;
  border-color: #ff5501;
}
.opc-progress-bar-item._active > span {
  color: #333;
  font-weight: 600;
}
.opc-progress-bar-item._active > span:before {
  background: #ff5501;
  border-color: #ff5501;
}
.opc-progress-bar-item._active > span:after {
  border-color: #ff5501;
  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: #ff5501;
}
.opc-wrapper .shipping-address-item.selected-item:after {
  background: #ff5501;
  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: #f5f5f5;
  margin: 0 0 20px;
  padding: 22px 30px;
}
.opc-block-summary > .title {
  display: block;
}
.opc-block-summary .mark .value {
  color: #666;
  display: block;
}
.opc-block-summary .discount.coupon {
  display: none;
}
.opc-block-summary .grand.incl + .grand.excl .mark,
.opc-block-summary .grand.incl + .grand.excl .amount {
  border-top: 0;
  font-size: 1.4rem;
  padding-top: 0;
}
.opc-block-summary .grand.incl + .grand.excl .mark strong,
.opc-block-summary .grand.incl + .grand.excl .amount strong {
  font-weight: 400;
}
.opc-block-summary .not-calculated {
  font-style: italic;
  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;
}
.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;
}
.block-balance .price {
  margin-top: -10px;
  font-size: 3.2rem;
  display: inline-block;
  line-height: 32px;
}
.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: #ff5501;
  text-decoration: underline;
}
.field.downloads-all input {
  opacity: 0;
}
.field.downloads.downloads-no-separately .field.choice {
  padding-left: 0;
}
.page-product-giftcard .giftcard-amount {
  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;
}
.giftcard-account .please-wait {
  display: none;
}
.giftcard-account .form-giftcard-redeem .giftcard.info {
  margin-bottom: 30px;
}
.opc-wrapper .form-giftcard-account {
  max-width: 500px;
}
.opc-wrapper .form-giftcard-account .field {
  margin: 0 0 20px;
}
.opc-wrapper .giftcard-account-info {
  margin: 0 0 20px;
}
.opc-wrapper .giftcard-account-info .giftcard-account-number {
  margin: 0 0 10px;
}
.gift-message .field {
  margin-bottom: 20px;
}
.gift-message .field .label {
  color: #666;
  font-weight: 400;
}
.gift-options {
  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: #ff5501;
  border-radius: 2px;
  content: attr(data-count);
  display: inline-block;
  font-size: 0.8em;
  line-height: 1;
  margin: 0 5px;
  min-width: 1em;
  padding: 2px;
}
.filter-title strong.disabled {
  opacity: 0.5;
}
.filter .block-subtitle {
  border-bottom: 1px solid #ccc;
  font-size: 14px;
  font-weight: 600;
  line-height: 1em;
  padding: 10px 10px 20px;
}
.filter-subtitle {
  display: none;
}
.filter-current {
  margin: 0;
}
.filter-current .items {
  padding: 5px 10px;
}
.filter-current .item {
  padding-left: 17px;
  position: relative;
  z-index: 1;
}
.filter .filter-current-subtitle {
  border: none;
  display: block;
  padding-bottom: 10px;
}
.filter-current .action.remove {
  left: -2px;
  position: absolute;
  top: -1px;
}
.filter-actions {
  margin-bottom: 25px;
  padding: 0 10px;
}
.filter-label {
  font-weight: 700;
}
.filter-label:after {
  content: ': ';
}
.filter-value {
  color: #757575;
}
.filter-options {
  display: none;
  margin: 0;
}
.filter-options-item {
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
}
.filter-options-title {
  cursor: pointer;
  font-weight: 600;
  margin: 0;
  overflow: hidden;
  padding: 10px 40px 0 10px;
  position: relative;
  text-transform: uppercase;
  word-break: break-all;
  z-index: 1;
  display: block;
  text-decoration: none;
}
.filter-options-title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 13px;
  line-height: inherit;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.filter-options-title:after {
  position: absolute;
  right: 13px;
  top: 12px;
}
.filter-options-title:hover {
  color: #000000;
}
.active > .filter-options-title:after {
  content: '\e621';
}
.filter-options-content {
  margin: 0;
  padding: 10px;
}
.filter-options-content .item {
  line-height: 1.5em;
  margin: 10px 0;
}
.filter-options-content a {
  color: #494949;
  margin-left: -5px;
  margin-right: -5px;
  padding-left: 5px;
  padding-right: 7px;
}
.filter-options-content a:hover {
  background-color: #e8e8e8;
  text-decoration: none;
}
.filter-options-content a:hover + .count {
  background-color: #e8e8e8;
}
.filter-options-content .count {
  color: #757575;
  font-weight: 300;
  padding-left: 5px;
  padding-right: 5px;
}
.filter-options-content .count:before {
  content: '(';
}
.filter-options-content .count:after {
  content: ')';
}
.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: #ff5501;
  text-decoration: underline;
}
button.map-show-info:hover,
button.map-show-info:active,
button.map-show-info:focus {
  background: none;
  border: 0;
}
button.map-show-info.disabled,
button.map-show-info[disabled],
fieldset[disabled] button.map-show-info {
  color: #006bb4;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.wishlist.split.button {
  display: inline-block;
  position: relative;
  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: #ff5501;
  font-family: 'luma-icons';
  font-size: 16px;
  height: 16px;
  letter-spacing: 2px;
  line-height: 16px;
  content: '\e605' '\e605' '\e605' '\e605' '\e605';
  display: block;
  font-style: normal;
  font-weight: normal;
  speak: none;
}
.rating-summary .rating-result > span span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.product-reviews-summary .rating-summary .label,
.table-reviews .rating-summary .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.review-control-vote {
  overflow: hidden;
}
.review-control-vote:before {
  color: #c7c7c7;
  font-family: 'luma-icons';
  font-size: 16px;
  height: 16px;
  letter-spacing: 2px;
  line-height: 16px;
  font-style: normal;
  font-weight: normal;
  speak: none;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  content: '\e605' '\e605' '\e605' '\e605' '\e605';
  display: block;
  position: absolute;
  z-index: 1;
}
.review-control-vote input[type="radio"] {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.review-control-vote input[type="radio"]:hover + label:before,
.review-control-vote input[type="radio"]:checked + label:before {
  opacity: 1;
}
.review-control-vote label {
  cursor: pointer;
  display: block;
  position: absolute;
}
.review-control-vote label span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.review-control-vote label:before {
  color: #ff5501;
  font-family: 'luma-icons';
  font-size: 16px;
  height: 16px;
  letter-spacing: 2px;
  line-height: 16px;
  font-style: normal;
  font-weight: normal;
  speak: none;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  opacity: 0;
}
.review-control-vote label:hover:before {
  opacity: 1;
}
.review-control-vote label:hover ~ label:before {
  opacity: 0;
}
.review-control-vote .rating-5 {
  z-index: 2;
}
.review-control-vote .rating-5:before {
  content: '\e605' '\e605' '\e605' '\e605' '\e605';
}
.review-control-vote .rating-4 {
  z-index: 3;
}
.review-control-vote .rating-4:before {
  content: '\e605' '\e605' '\e605' '\e605';
}
.review-control-vote .rating-3 {
  z-index: 4;
}
.review-control-vote .rating-3:before {
  content: '\e605' '\e605' '\e605';
}
.review-control-vote .rating-2 {
  z-index: 5;
}
.review-control-vote .rating-2:before {
  content: '\e605' '\e605';
}
.review-control-vote .rating-1 {
  z-index: 6;
}
.review-control-vote .rating-1:before {
  content: '\e605';
}
.review-control-vote:before {
  content: '\e625' '\e625' '\e625' '\e625' '\e625';
}
.products-reviews-toolbar {
  position: relative;
}
.products-reviews-toolbar .toolbar-amount {
  position: relative;
  text-align: center;
}
.review-toolbar {
  border-top: 1px solid #c9c9c9;
  margin: 0 0 20px;
  padding: 0;
  text-align: center;
}
.review-toolbar:first-child {
  display: none;
}
.review-toolbar .pages {
  border-bottom: 1px solid #c9c9c9;
  display: block;
  padding: 20px 0;
  text-align: center;
}
.review-toolbar .limiter {
  display: none;
}
.review-add .block-title {
  display: none;
}
.review-form .action.submit.primary {
  background: #eee;
  border: 1px solid #ccc;
  color: #333;
  font-size: 1.4rem;
  line-height: 1.6rem;
  padding: 7px 15px;
  margin: 0;
}
.review-form .action.submit.primary:focus,
.review-form .action.submit.primary:active {
  background: #e2e2e2;
  border: 1px solid #ccc;
  color: #333;
}
.review-form .action.submit.primary:hover {
  background: #e1e1e1;
  border: 1px solid #ccc;
  color: #333;
}
.review-form .actions-toolbar .actions-primary {
  padding: 0;
}
.fieldset .review-legend.legend {
  border-bottom: 0;
  line-height: 1.3;
  margin-bottom: 20px;
  padding: 0;
}
.fieldset .review-legend.legend span {
  margin: 0;
}
.fieldset .review-legend.legend strong {
  display: block;
  font-weight: 600;
}
.fieldset .review-field-ratings > .label {
  font-weight: 600;
  margin-bottom: 10px;
  padding: 0;
}
.review-control-vote label:before,
.review-control-vote:before {
  font-size: 32px;
  height: 32px;
  letter-spacing: 10px;
  line-height: 32px;
}
.review-field-rating .label {
  font-weight: 600;
}
.review-field-rating .control {
  margin-bottom: 48px;
  margin-top: 10px;
}
.review-list {
  margin-bottom: 30px;
}
.review-list .block-title strong {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
.review-item {
  border-bottom: 1px solid #c9c9c9;
  margin: 0;
  padding: 20px 0;
}
.review-item:after {
  clear: both;
  content: '';
  display: table;
}
.review-item:last-child {
  border-width: 0;
}
.review-ratings {
  display: table;
  margin-bottom: 10px;
  max-width: 100%;
}
.review-author {
  display: inline;
}
.review-author .review-details-value {
  font-weight: 400;
}
.review-date {
  display: inline;
}
.review-title {
  font-weight: 600;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
  margin: 0 0 20px;
}
.review-content {
  margin-bottom: 20px;
}
.page-main .column .review-add {
  margin-bottom: 0;
}
.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: #ff5501;
  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: #f5f5f5;
  padding: 15px 0;
}
.block-collapsible-nav .item {
  margin: 3px 0 0;
}
.block-collapsible-nav .item:first-child {
  margin-top: 0;
}
.block-collapsible-nav .item a,
.block-collapsible-nav .item > strong {
  border-left: 3px solid transparent;
  color: #575757;
  display: block;
  padding: 5px 18px 5px 15px;
}
.block-collapsible-nav .item a {
  text-decoration: none;
}
.block-collapsible-nav .item a:hover {
  background: #e8e8e8;
}
.block-collapsible-nav .item.current a,
.block-collapsible-nav .item.current > strong {
  border-color: #ff5501;
  color: #000;
  font-weight: 600;
}
.block-collapsible-nav .item.current a {
  border-color: #ff5501;
}
.block-collapsible-nav .item .delimiter {
  border-top: 1px solid #d1d1d1;
  display: block;
  margin: 10px 1.8rem;
}
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: #ff5501;
}
.message.global.cookie {
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  z-index: 3;
}
.message.global.cookie .actions {
  margin-top: 10px;
}
.message.global.demo {
  margin: 0 0 10px;
  padding: 12px 20px 12px 25px;
  display: block;
  font-size: 1.3rem;
  background: #ff0101;
  border-color: none;
  color: #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: #ff5501;
}
.page-footer {
  margin-top: 25px;
}
.footer.content {
  border-top: 1px solid #cecece;
  padding-top: 20px;
}
.footer.content .links > li {
  background: #f4f4f4;
  font-size: 1.6rem;
  border-top: 1px solid #cecece;
  margin: 0 -15px;
  padding: 0 15px;
}
.footer.content .links a,
.footer.content .links strong {
  display: block;
  padding: 10px 0;
}
.footer.content .links strong {
  color: #a6a6a6;
  font-weight: normal;
}
.footer.content .links a {
  color: #575757;
  text-decoration: none;
}
.footer.content .links a:visited {
  color: #575757;
  text-decoration: none;
}
.footer.content .links a:hover {
  color: #333;
  text-decoration: underline;
}
.footer.content .links a:active {
  color: #333;
  text-decoration: underline;
}
.copyright {
  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 #999;
  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: #ff5501;
  text-decoration: underline;
}
.my-credit-cards .action.delete:hover,
.my-credit-cards .action.delete:active,
.my-credit-cards .action.delete:focus {
  background: none;
  border: 0;
}
.my-credit-cards .action.delete.disabled,
.my-credit-cards .action.delete[disabled],
fieldset[disabled] .my-credit-cards .action.delete {
  color: #006bb4;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.my-credit-cards-popup .modal-footer {
  text-align: right;
}
.my-credit-cards-popup .action.secondary {
  background-image: none;
  -moz-box-sizing: content-box;
  box-shadow: none;
  line-height: inherit;
  text-shadow: none;
  font-weight: 400;
  line-height: 1.42857143;
  margin: 0;
  padding: 0;
  color: #006bb4;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  margin-right: 20px;
}
.my-credit-cards-popup .action.secondary:focus,
.my-credit-cards-popup .action.secondary:active {
  background: none;
  border: none;
}
.my-credit-cards-popup .action.secondary:hover {
  background: none;
  border: none;
}
.my-credit-cards-popup .action.secondary.disabled,
.my-credit-cards-popup .action.secondary[disabled],
fieldset[disabled] .my-credit-cards-popup .action.secondary {
  pointer-events: none;
  opacity: 0.5;
}
.my-credit-cards-popup .action.secondary:visited {
  color: #006bb4;
  text-decoration: none;
}
.my-credit-cards-popup .action.secondary:hover {
  color: #006bb4;
  text-decoration: underline;
}
.my-credit-cards-popup .action.secondary:active {
  color: #ff5501;
  text-decoration: underline;
}
.my-credit-cards-popup .action.secondary:hover,
.my-credit-cards-popup .action.secondary:active,
.my-credit-cards-popup .action.secondary:focus {
  background: none;
  border: 0;
}
.my-credit-cards-popup .action.secondary.disabled,
.my-credit-cards-popup .action.secondary[disabled],
fieldset[disabled] .my-credit-cards-popup .action.secondary {
  color: #006bb4;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.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;
}
.block-product-link.widget,
.block-category-link.widget {
  display: block;
  margin-bottom: 20px;
}
.block-product-link-inline.widget {
  margin: 0;
}
.block.widget .products-grid .product-item {
  margin-left: 2%;
  width: calc((100% - 2%) / 2);
}
.block.widget .products-grid .product-item:nth-child(2n + 1) {
  margin-left: 0;
}
.block.widget .product-item-info {
  width: auto;
}
.block.widget .pager {
  padding: 0;
}
.block.widget .pager .toolbar-amount {
  float: none;
  font-size: 1.2rem;
}
.block.widget .pager .pages-item-previous {
  padding-left: 0;
}
.block.widget .pager .pages-item-next {
  position: relative;
}
.block.widget .pager .items {
  white-space: nowrap;
}
.columns .block-event {
  position: relative;
  z-index: 2;
}
.block-event .block-content {
  position: relative;
}
.block-event .block-content > .action {
  cursor: pointer;
  margin-top: -6px;
  position: absolute;
  top: 50%;
  z-index: 3;
}
.block-event .block-content > .action.backward,
.block-event .block-content > .action.forward {
  opacity: 0.5;
  overflow: hidden;
  width: 20px;
  display: inline-block;
  text-decoration: none;
}
.block-event .block-content > .action.backward > span,
.block-event .block-content > .action.forward > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.block-event .block-content > .action.backward:before,
.block-event .block-content > .action.forward:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 55px;
  line-height: 30px;
  color: inherit;
  content: '\e617';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.block-event .block-content > .action.backward:before,
.block-event .block-content > .action.forward:before {
  margin-left: -15px;
}
.block-event .block-content > .action.backward {
  left: 0;
}
.block-event .block-content > .action.forward {
  right: 0;
}
.block-event .block-content > .action.forward:before {
  content: '\e608';
}
.block-event .block-content > .action.forward:before {
  margin-left: -20px;
}
.block-event .block-content > .action.inactive {
  cursor: default;
  display: none;
}
.block-event .block-content > .action:hover {
  opacity: 1;
}
.block-event .slider-panel {
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.block-event .slider-panel .slider {
  white-space: nowrap;
}
.block-event .slider-panel .slider .item {
  background: #f0f0f0;
  display: inline-block;
  text-align: center;
  vertical-align: top;
  white-space: normal;
  width: 16.35%;
}
.sidebar-main .block-event .slider-panel .slider .item,
.sidebar-additional .block-event .slider-panel .slider .item {
  width: 100%;
}
.block-event .slider-panel .slider .item img {
  max-width: 100%;
}
.block-event .slider-panel .slider .item .category-name {
  display: inline-block;
  font-size: 1.8rem;
  padding: 15px 5px 0;
  word-break: break-all;
}
.block-event .slider-panel .slider .item .ticker {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.block-event .slider-panel .slider .item .ticker li {
  display: none;
  margin: 0 5px;
}
.block-event .slider-panel .slider .item .ticker .value {
  font-size: 2.6rem;
  font-weight: 300;
}
.block-event .slider-panel .slider .item .ticker .label {
  display: block;
  font-size: 1.3rem;
}
.block-event .slider-panel .slider .item .dates {
  font-weight: 300;
}
.block-event .slider-panel .slider .item .dates .start,
.block-event .slider-panel .slider .item .dates .end,
.block-event .slider-panel .slider .item .dates .date {
  display: block;
}
.block-event .slider-panel .slider .item .dates .start:after {
  font-size: 1.8rem;
  content: '\2013';
  display: block;
}
.block-event .slider-panel .slider .item .dates .date {
  font-size: 1.8rem;
  font-weight: 300;
}
.block-event .slider-panel .slider .item .dates .time {
  font-size: 1.3rem;
}
.block-event .slider-panel .slider .item .box-event .box-content {
  padding: 5px 0 10px;
}
.block-event .slider-panel .slider .item .box-event .box-title {
  display: block;
  font-weight: 300;
  margin: 10px 0 0;
}
.block-event .slider-panel .slider .item .action.show {
  display: block;
  padding: 0;
}
.block-event .slider-panel .slider .item .action.show .category.name {
  display: inline-block;
  padding: 30px 10px 0;
}
.block-event .slider-panel .slider .item .action.show img {
  display: block;
}
.block-event .slider-panel .slider .item .action.event {
  background-image: none;
  background: #1979c3;
  border: 1px solid #1979c3;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  padding: 7px 15px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
  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-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: #ff5501;
    border-style: solid;
    border-width: 0 0 0 8px;
    color: #333;
    padding-left: 7px;
    display: inline-block;
  }
  .navigation .level0 > .level1 {
    font-weight: 600;
  }
  .navigation .level0.active > a:not(.ui-state-active),
  .navigation .level0.has-active > a:not(.ui-state-active) {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 8px;
    color: #333;
  }
  .navigation .level0.active > a:not(.ui-state-active) span:not(.ui-menu-icon),
  .navigation .level0.has-active > a:not(.ui-state-active) span:not(.ui-menu-icon) {
    margin-left: -8px;
  }
  .navigation li.level0:last-child {
    border-bottom: 1px solid #d1d1d1;
  }
  .navigation .submenu > li {
    word-wrap: break-word;
  }
  .navigation .submenu > li > a:hover {
    color: #333;
  }
  .navigation .submenu:not(:first-child) {
    font-weight: 400;
    line-height: 1.3;
    left: auto !important;
    overflow-x: hidden;
    padding: 0;
    position: relative;
    top: auto !important;
    transition: left 0.3s ease-out;
  }
  .navigation .submenu:not(:first-child) > li > a {
    padding-left: 15px;
  }
  .navigation .submenu:not(:first-child) > li:last-child {
    margin-bottom: 0;
  }
  .navigation .submenu:not(:first-child) ul {
    display: block;
    padding-left: 15px;
  }
  .navigation .submenu:not(:first-child) ul > li {
    margin: 0;
  }
  .navigation .submenu:not(:first-child) ul > li a {
    color: #575757;
    display: block;
    line-height: normal;
  }
  .navigation .submenu:not(:first-child) ul > li a:hover {
    color: #333;
  }
  .navigation .submenu:not(:first-child).expanded {
    display: block !important;
    padding-right: 0;
    top: 0 !important;
  }
  .navigation .submenu:not(:first-child) .active > a {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 8px;
    color: #333;
    padding-left: 7px;
  }
  .navigation .submenu:not(:first-child) .level1.active > a {
    padding-left: 7px;
  }
  .product.data.items .item.title > .switch {
    padding: 1px 15px 1px;
  }
  .product.data.items > .item.content {
    padding: 10px 15px 30px;
  }
  .breadcrumbs {
    display: none;
  }
  .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;
  }
  .am-checkout .product-item .product-item-inner {
    flex-direction: column;
  }
  form:not(.linear-theme) .amcform-title-wrap {
    display: none;
    max-width: 50%;
  }
  form:not(.linear-theme) .amcform-title-wrap:not(:last-child):after,
  form:not(.linear-theme) .amcform-title-wrap:before {
    width: 50%;
    content: '';
  }
  form:not(.linear-theme) .amcform-title-wrap:first-child:before {
    content: none;
  }
  form:not(.linear-theme) .amcform-title-wrap:after {
    background: linear-gradient(90deg, #e3e3e3 16.87%, #fff 107.36%);
  }
  form:not(.linear-theme) .amcform-title-wrap.ui-state-active ~ form:not(.linear-theme) .amcform-title-wrap:nth-last-child(2) {
    display: none;
  }
  form:not(.linear-theme) .amcform-title-wrap.ui-state-active,
  form:not(.linear-theme) .amcform-title-wrap.ui-state-active + .amcform-title-wrap,
  form:not(.linear-theme) .amcform-title-wrap.ui-state-active + form:not(.linear-theme) .amcform-title-wrap:nth-last-child(2),
  form:not(.linear-theme) .amcform-title-wrap.-done:nth-last-child(2) {
    display: block;
  }
  form:not(.linear-theme) .amcform-title-wrap.ui-state-active:not(:last-child):before,
  form:not(.linear-theme) .amcform-title-wrap.-done:not(:last-child):before {
    background: linear-gradient(270deg, #92b0ff 11.11%, rgba(146, 176, 255, 0) 100%);
  }
  form:not(.linear-theme) .amcform-title-wrap.ui-state-active + form:not(.linear-theme) .amcform-title-wrap:not(.-disabled):after {
    background: linear-gradient(270deg, rgba(146, 176, 255, 0) 11.1%, #92b0ff 100%);
  }
  form:not(.linear-theme) .amcform-title-wrap.ui-state-active:after,
  form:not(.linear-theme) .amcform-title-wrap.ui-state-active + .amcform-title-wrap:before,
  form:not(.linear-theme) .amcform-title-wrap.-done:nth-last-child(2):after {
    background: #92b0ff;
  }
  .linear-theme .amcform-page-titles {
    padding: 0 15px;
  }
  .linear-theme .amcform-title-wrap {
    display: block;
    min-width: 50%;
    max-width: 100%;
  }
  .linear-theme .amcform-title-wrap.ui-state-active ~ .linear-theme .amcform-title-wrap:nth-last-child(2) {
    display: block;
  }
  .linear-theme .fields {
    margin: 0 -15px;
    padding: 0 15px;
  }
  .linear-theme.rendered-form .fieldset > .field.form-group,
  .linear-theme.rendered-form .fieldset > .fields > .field.form-group {
    padding: 0 15px;
  }
  .linear-theme.rendered-form .fieldset > .field.form-group.amform-layout-two,
  .linear-theme.rendered-form .fieldset > .fields > .field.form-group.amform-layout-two,
  .linear-theme.rendered-form .fieldset > .field.form-group.amform-layout-three,
  .linear-theme.rendered-form .fieldset > .fields > .field.form-group.amform-layout-three {
    max-width: 100%;
  }
  .circle-theme .amcform-page-titles {
    align-items: stretch;
  }
  .circle-theme .amcform-title {
    display: block;
    margin: 0;
  }
  .circle-theme .amcform-label {
    display: block;
    padding: 10px 0;
  }
  .circle-theme .amcform-title-wrap {
    margin: 0;
    border-bottom: 4px solid #92b0ff;
  }
  .circle-theme .amcform-title-wrap:after,
  .circle-theme .amcform-title-wrap:before {
    display: none;
  }
  .circle-theme .amcform-title-wrap + .amcform-title-wrap {
    margin: 0;
  }
  .circle-theme .amcform-title-wrap.ui-state-active {
    border-color: #4776f0;
  }
  .circle-theme .amcform-title-wrap.-disabled {
    border-color: #e3e3e3;
  }
  .circle-theme .amcform-title-wrap.-error {
    border-color: #eb5757;
  }
  .amcform-table-block,
  .amcform-table-block tbody,
  .amcform-table-block .amcform-tr,
  .amcform-table-block .amcform-th,
  .amcform-table-block .amcform-td {
    display: block;
    box-sizing: border-box;
    width: 100%;
  }
  .amcform-table-block .amcform-th {
    padding-bottom: 0;
  }
  .amcform-table-block .amcform-td {
    padding-top: 5px;
  }
  .amgdprcookie-groups-modal.-table .modal-inner-wrap {
    min-width: 95%;
  }
  .amgdprcookie-groups-modal .amgdprcookie-table {
    font-size: 1rem;
  }
  .modal-popup .modal-content {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .amgdprcookie-bar-container .action-close {
    top: 0;
    right: 0;
    padding: 10px;
  }
  .amgdprcookie-modal-container .amgdprcookie-modal-template {
    width: unset;
    min-width: unset;
  }
  .mobile {
    display: block;
  }
  .mobile .mobile-block {
    display: block;
  }
  .desktop {
    display: none;
  }
  .desktop .desktop-block {
    display: none;
  }
  .amblog-relatedposts-wrap {
    display: block;
  }
  .amblog-related-post {
    margin-bottom: 20px;
    width: 100%;
  }
  body[class*='amblog-index-'] .page-title-wrapper {
    margin-bottom: 5px;
  }
  body[class*='amblog-index-'] .page-title {
    font-size: 2.6rem;
    line-height: 2.8rem;
  }
  body[class*='amblog-index-'] .amblog-title {
    font-size: 1.6rem;
  }
  body[class*='amblog-index-'] .sidebar .block-reorder .block-content:not(.no-display) {
    margin-bottom: 40px;
  }
  body[class*='amblog-index-'] h3.amblog-title:before {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMTEiIHZpZXdCb3g9IjAgMCAyMCAxMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTkuODc2NTYgMC40NTQxMDNMMC45MDkwNTggOC44MDA1NkwyLjM0ODc5IDEwLjI1NzNMOS44NzY1NiAzLjI0OTM4TDE3LjY1MTEgMTAuNDU0MUwxOS4wOTA5IDkuMDM2NzhMMTAuNDExMyAwLjkyNjU0NEw5Ljg3NjU2IDAuNDU0MTAzWiIgZmlsbD0iI0M3QzdDNyIvPgo8L3N2Zz4K);
    content: '';
    cursor: pointer;
    display: block;
    height: 12px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%) rotate(-180deg);
    width: 20px;
  }
  body[class*='amblog-index-'] h3.amblog-title.-active:before {
    transform: translateY(-50%) rotate(0);
  }
  .amblog-author-info .amblog-image-wrapper {
    margin-top: 0;
  }
  .amblog-author-info .amblog-content {
    padding-top: 5px;
  }
  .amblog-search-block .amblog-content {
    flex-direction: column;
    padding-top: 25px;
  }
  .amblog-search-block .amblog-content > *:not(:last-child) {
    margin-bottom: 25px;
  }
  .amblog-link-btn {
    margin-left: 0;
    text-align: center;
    width: 100%;
  }
  .amblog-tabs-block.-title .amblog-item {
    font-size: 16px;
  }
  .amblog-form-newsletter .input-box {
    flex-direction: column;
  }
  .amblog-form-newsletter .amblog-input {
    margin-bottom: 20px;
    margin-right: 0;
  }
  .amblog-form-newsletter .amblog-btn,
  .amblog-form-newsletter .amblog-input {
    max-width: 100%;
    width: 100%;
  }
  .amblog-form-newsletter .mage-error[generated='true'] {
    margin-bottom: 10px;
    margin-top: -10px;
    order: 0;
    width: 100%;
    word-break: break-all;
  }
  .amblog-search-switch {
    padding: 8px 15px;
  }
  .amblog-search-titles {
    padding-top: 10px;
  }
  .amblog-search-title {
    background: #f5f5f5;
    border: 1px solid #e5e5e5;
    border-radius: 80px;
    margin: 0 10px 10px 0;
    width: auto;
  }
  .amblog-search-title.open {
    border-color: #1979c2;
  }
  .amblog-search-content {
    margin-top: 20px;
  }
  .main .amblog-related-wrapper:not(.-related-products) .slick-list {
    margin: 0;
  }
  .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) > .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .block-search {
    margin-top: 10px;
  }
  .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: #f5f5f5;
    display: none;
    padding: 15px 0;
  }
  .block-wishlist-management .wishlist-select-items.active {
    display: block;
  }
  .block-wishlist-management .wishlist-select-items .item {
    margin: 3px 0 0;
  }
  .block-wishlist-management .wishlist-select-items .item:first-child {
    margin-top: 0;
  }
  .block-wishlist-management .wishlist-select-items .item.current {
    display: none;
  }
  .block-wishlist-management .wishlist-select-items .item a {
    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;
  }
}
@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;
  }
  .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;
  }
  .mst-search__result-tabs li {
    float: none;
    display: block;
    width: 100%;
  }
  .mst-search__result-tabs li a.active {
    border: 1px solid #cccccc;
  }
  .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;
  }
}
@media only screen and (max-width: 479px) {
  .tooltip.wrapper .tooltip.content {
    min-width: 10rem;
  }
  .amblog-post-container .amblog-read,
  .amblog-grid-list .slick-slide .amblog-item .amblog-read {
    width: 100%;
  }
  .amblog-footer {
    align-items: flex-start;
    flex-direction: column;
  }
  .amblog-footer .amblog-wrap {
    margin-bottom: 20px;
  }
  .amblog-related-wrapper.-related-products .amblog-slick-slider.-am-loaded .amblog-item-product {
    margin: 0 auto;
  }
  .amblog-related-wrapper.-related-products .amblog-slick-slider.-am-loaded .amblog-item-product .product-item-photo {
    display: flex;
    justify-content: center;
  }
  .amblog-related-wrapper.-related-products .amblog-slick-slider.-am-loaded .amblog-item-product .product-item-link {
    font-size: 20px;
  }
  .amblog-navigation-container .amblog-navigation {
    margin-top: 30px;
  }
  .amblog-navigation-container .amblog-navigation.-previous {
    margin-left: 0;
  }
  .amblog-navigation-container .amblog-navigation.-previous > .amblog-title-link:before {
    left: calc(20px * 2);
    /* stylelint-disable-line */
    right: inherit;
  }
  .amblog-navigation-container .amblog-navigation.-next {
    margin-right: 0;
  }
  .amblog-navigation-container .amblog-navigation.-next > .amblog-title-link:after {
    left: inherit;
    right: calc(20px * 2);
    /* stylelint-disable-line */
  }
  .amblog-navigation-container .amblog-navigation > .amblog-title-link:before,
  .amblog-navigation-container .amblog-navigation > .amblog-title-link:after {
    bottom: calc(100% - 50px);
    top: inherit;
  }
  .amblog-social-container .amblog-list {
    margin: 0 -10px;
  }
  .amblog-social-container .amblog-icon {
    margin: 0 9px 18px;
  }
  .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;
  }
}
@media only screen and (max-width: 319px) {
  .amblog-navigation-container .amblog-navigation > .amblog-title-link {
    overflow: hidden;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 3;
  }
}
@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;
  }
  .checkout-index-index .modal-popup.modal-slide:not(.agreements-modal):not(.popup-authentication) .modal-inner-wrap {
    width: 500px;
  }
  .checkout-payment-method .amcheckout-trust-seal {
    font-size: inherit;
  }
  .checkout-index-index .opc-wrapper.am-opc-wrapper .amcheckout-delivery-date .field {
    display: block;
    width: 50%;
  }
  .checkout-index-index .opc-wrapper.am-opc-wrapper .amcheckout-delivery-date .field:nth-child(2n) {
    padding-left: 7px;
  }
  .checkout-index-index .opc-wrapper.am-opc-wrapper .amcheckout-delivery-date .field.datepicker .control,
  .checkout-index-index .opc-wrapper.am-opc-wrapper .amcheckout-delivery-date .field.timepicker .control,
  .checkout-index-index .opc-wrapper.am-opc-wrapper .amcheckout-delivery-date .field.comment {
    width: 100%;
  }
  .column .block-addbysku .action.remove {
    background-image: none;
    -moz-box-sizing: content-box;
    box-shadow: none;
    line-height: inherit;
    text-shadow: none;
    font-weight: 400;
    line-height: 1.42857143;
    margin: 0;
    padding: 0;
    color: #006bb4;
    text-decoration: none;
    background: none;
    border: 0;
    display: inline;
    margin-top: -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: #ff5501;
    text-decoration: underline;
  }
  .column .block-addbysku .action.remove:hover,
  .column .block-addbysku .action.remove:active,
  .column .block-addbysku .action.remove:focus {
    background: none;
    border: 0;
  }
  .column .block-addbysku .action.remove.disabled,
  .column .block-addbysku .action.remove[disabled],
  fieldset[disabled] .column .block-addbysku .action.remove {
    color: #006bb4;
    opacity: 0.5;
    cursor: default;
    pointer-events: none;
    text-decoration: underline;
  }
  .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;
  }
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sources%22%3A%5B%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDFSolution%5C%2Flayout%5C%2Fit_IT%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_resets.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDFSolution%5C%2Flayout%5C%2Fit_IT%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_typography.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDFSolution%5C%2Flayout%5C%2Fit_IT%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_utilities.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDFSolution%5C%2Flayout%5C%2Fit_IT%5C%2Fcss%5C%2Fsource%5C%2F_variables.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDFSolution%5C%2Flayout%5C%2Fit_IT%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2Fvariables%5C%2F_typography.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDFSolution%5C%2Flayout%5C%2Fit_IT%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_tables.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDFSolution%5C%2Flayout%5C%2Fit_IT%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_buttons.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDFSolution%5C%2Flayout%5C%2Fit_IT%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_forms.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDFSolution%5C%2Flayout%5C%2Fit_IT%5C%2FMagento_Bundle%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDFSolution%5C%2Flayout%5C%2Fit_IT%5C%2FMagento_Catalog%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_listings.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDFSolution%5C%2Flayout%5C%2Fit_IT%5C%2FMagento_Catalog%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDFSolution%5C%2Flayout%5C%2Fit_IT%5C%2FMagento_CatalogSearch%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDFSolution%5C%2Flayout%5C%2Fit_IT%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_cart.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDFSolution%5C%2Flayout%5C%2Fit_IT%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_checkout.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDFSolution%5C%2Flayout%5C%2Fit_IT%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_progress-bar.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDFSolution%5C%2Flayout%5C%2Fit_IT%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_checkout-agreements.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDFSolution%5C%2Flayout%5C%2Fit_IT%5C%2FMagento_Sales%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDFSolution%5C%2Flayout%5C%2Fit_IT%5C%2FMagento_Theme%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDFSolution%5C%2Flayout%5C%2Fit_IT%5C%2FMagento_Banner%5C%2Fcss%5C%2Fsource%5C%2F_widgets.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDFSolution%5C%2Flayout%5C%2Fit_IT%5C%2FMagento_CatalogEvent%5C%2Fcss%5C%2Fsource%5C%2F_widgets.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDFSolution%5C%2Flayout%5C%2Fit_IT%5C%2Fcss%5C%2Fsource%5C%2F_extends.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDFSolution%5C%2Flayout%5C%2Fit_IT%5C%2FMagento_GiftRegistry%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDFSolution%5C%2Flayout%5C%2Fit_IT%5C%2FMagento_PaymentServicesPaypal%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_review.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDFSolution%5C%2Flayout%5C%2Fit_IT%5C%2FAmasty_Shopby%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Ffrontend%5C%2F_base.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDFSolution%5C%2Flayout%5C%2Fit_IT%5C%2FMagento_Paypal%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_review.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDFSolution%5C%2Flayout%5C%2Fit_IT%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_payment-options.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDFSolution%5C%2Flayout%5C%2Fit_IT%5C%2Fcss%5C%2Fsource%5C%2F_popups.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDFSolution%5C%2Flayout%5C%2Fit_IT%5C%2FMagento_Paypal%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_paypal-button.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDFSolution%5C%2Flayout%5C%2Fit_IT%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_modals.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDFSolution%5C%2Flayout%5C%2Fit_IT%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_shipping.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDFSolution%5C%2Flayout%5C%2Fit_IT%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%2FDFSolution%5C%2Flayout%5C%2Fit_IT%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_authentication.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDFSolution%5C%2Flayout%5C%2Fit_IT%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_payments.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDFSolution%5C%2Flayout%5C%2Fit_IT%5C%2FMagento_GiftMessage%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDFSolution%5C%2Flayout%5C%2Fit_IT%5C%2FMagento_GiftWrapping%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDFSolution%5C%2Flayout%5C%2Fit_IT%5C%2FMagento_MultipleWishlist%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDFSolution%5C%2Flayout%5C%2Fit_IT%5C%2FMagento_Invitation%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDFSolution%5C%2Flayout%5C%2Fit_IT%5C%2FMagento_Rma%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDFSolution%5C%2Flayout%5C%2Fit_IT%5C%2FMagento_SendFriend%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDFSolution%5C%2Flayout%5C%2Fit_IT%5C%2FMagento_Wishlist%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDFSolution%5C%2Flayout%5C%2Fit_IT%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_minicart.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDFSolution%5C%2Flayout%5C%2Fit_IT%5C%2FMagento_Customer%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDFSolution%5C%2Flayout%5C%2Fit_IT%5C%2FMagento_InstantPurchase%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDFSolution%5C%2Flayout%5C%2Fit_IT%5C%2FMagento_Multishipping%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDFSolution%5C%2Flayout%5C%2Fit_IT%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_order-summary.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDFSolution%5C%2Flayout%5C%2Fit_IT%5C%2Fcss%5C%2Fsource%5C%2F_actions-toolbar.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDFSolution%5C%2Flayout%5C%2Fit_IT%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_dropdowns.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDFSolution%5C%2Flayout%5C%2Fit_IT%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_icons.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDFSolution%5C%2Flayout%5C%2Fit_IT%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2Fvariables%5C%2F_icons.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDFSolution%5C%2Flayout%5C%2Fit_IT%5C%2Fcss%5C%2Fsource%5C%2F_theme.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDFSolution%5C%2Flayout%5C%2Fit_IT%5C%2FMagento_AdvancedCheckout%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDFSolution%5C%2Flayout%5C%2Fit_IT%5C%2FMagento_GroupedProduct%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDFSolution%5C%2Flayout%5C%2Fit_IT%5C%2FMagento_AdvancedCheckout%5C%2Fcss%5C%2Fsource%5C%2F_widgets.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDFSolution%5C%2Flayout%5C%2Fit_IT%5C%2FMagento_Review%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDFSolution%5C%2Flayout%5C%2Fit_IT%5C%2FMagento_LayeredNavigation%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDFSolution%5C%2Flayout%5C%2Fit_IT%5C%2FMagento_SalesRule%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDFSolution%5C%2Flayout%5C%2Fit_IT%5C%2FMagento_CustomerBalance%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDFSolution%5C%2Flayout%5C%2Fit_IT%5C%2FMagento_Downloadable%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDFSolution%5C%2Flayout%5C%2Fit_IT%5C%2FMagento_GiftCard%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDFSolution%5C%2Flayout%5C%2Fit_IT%5C%2FMagento_GiftCardAccount%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDFSolution%5C%2Flayout%5C%2Fit_IT%5C%2FMagento_Newsletter%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDFSolution%5C%2Flayout%5C%2Fit_IT%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_shipping-policy.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDFSolution%5C%2Flayout%5C%2Fit_IT%5C%2FMagento_Catalog%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_toolbar.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDFSolution%5C%2Flayout%5C%2Fit_IT%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_estimated-total.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDFSolution%5C%2Flayout%5C%2Fit_IT%5C%2FMagento_Msrp%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDFSolution%5C%2Flayout%5C%2Fit_IT%5C%2Fcss%5C%2Fsource%5C%2F_layout.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDFSolution%5C%2Flayout%5C%2Fit_IT%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_fields.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDFSolution%5C%2Flayout%5C%2Fit_IT%5C%2Fcss%5C%2Fsource%5C%2F_price.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDFSolution%5C%2Flayout%5C%2Fit_IT%5C%2Fcss%5C%2Fsource%5C%2F_forms.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDFSolution%5C%2Flayout%5C%2Fit_IT%5C%2Fcss%5C%2Fsource%5C%2F_typography.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDFSolution%5C%2Flayout%5C%2Fit_IT%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_layout.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDFSolution%5C%2Flayout%5C%2Fit_IT%5C%2Fcss%5C%2Fsource%5C%2F_tables.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDFSolution%5C%2Flayout%5C%2Fit_IT%5C%2Fcss%5C%2Fsource%5C%2F_messages.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDFSolution%5C%2Flayout%5C%2Fit_IT%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_messages.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDFSolution%5C%2Flayout%5C%2Fit_IT%5C%2Fcss%5C%2Fsource%5C%2F_navigation.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDFSolution%5C%2Flayout%5C%2Fit_IT%5C%2Fcss%5C%2Fsource%5C%2F_tooltips.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDFSolution%5C%2Flayout%5C%2Fit_IT%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_tooltips.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDFSolution%5C%2Flayout%5C%2Fit_IT%5C%2Fcss%5C%2Fsource%5C%2F_loaders.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDFSolution%5C%2Flayout%5C%2Fit_IT%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_loaders.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDFSolution%5C%2Flayout%5C%2Fit_IT%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2Fvariables%5C%2F_loaders.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDFSolution%5C%2Flayout%5C%2Fit_IT%5C%2Fcss%5C%2Fsource%5C%2F_buttons.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDFSolution%5C%2Flayout%5C%2Fit_IT%5C%2Fcss%5C%2Fsource%5C%2F_sections.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDFSolution%5C%2Flayout%5C%2Fit_IT%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_sections.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDFSolution%5C%2Flayout%5C%2Fit_IT%5C%2Fcss%5C%2Fsource%5C%2F_pages.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDFSolution%5C%2Flayout%5C%2Fit_IT%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_pages.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDFSolution%5C%2Flayout%5C%2Fit_IT%5C%2Fcss%5C%2Fsource%5C%2F_breadcrumbs.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDFSolution%5C%2Flayout%5C%2Fit_IT%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_breadcrumbs.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDFSolution%5C%2Flayout%5C%2Fit_IT%5C%2Fcss%5C%2Fsource%5C%2Fcomponents%5C%2F_modals.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDFSolution%5C%2Flayout%5C%2Fit_IT%5C%2Fcss%5C%2Fsource%5C%2Fcomponents%5C%2F_modals_extend.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDFSolution%5C%2Flayout%5C%2Fit_IT%5C%2FMagento_LoginAsCustomerFrontendUi%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDFSolution%5C%2Flayout%5C%2Fit_IT%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2F_icons.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDFSolution%5C%2Flayout%5C%2Fit_IT%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDFSolution%5C%2Flayout%5C%2Fit_IT%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fslick%5C%2F_slick.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDFSolution%5C%2Flayout%5C%2Fit_IT%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2F_layout.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDFSolution%5C%2Flayout%5C%2Fit_IT%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Fbanner%5C%2F_default.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDFSolution%5C%2Flayout%5C%2Fit_IT%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Fbanner%5C%2F_poster.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDFSolution%5C%2Flayout%5C%2Fit_IT%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%2FDFSolution%5C%2Flayout%5C%2Fit_IT%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%2FDFSolution%5C%2Flayout%5C%2Fit_IT%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%2FDFSolution%5C%2Flayout%5C%2Fit_IT%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Fblock%5C%2F_default.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDFSolution%5C%2Flayout%5C%2Fit_IT%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Fbuttons%5C%2F_default.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDFSolution%5C%2Flayout%5C%2Fit_IT%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%2FDFSolution%5C%2Flayout%5C%2Fit_IT%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Fcolumn%5C%2F_default.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDFSolution%5C%2Flayout%5C%2Fit_IT%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Fheading%5C%2F_default.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDFSolution%5C%2Flayout%5C%2Fit_IT%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Fhtml%5C%2F_default.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDFSolution%5C%2Flayout%5C%2Fit_IT%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Fimage%5C%2F_default.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDFSolution%5C%2Flayout%5C%2Fit_IT%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Fmap%5C%2F_default.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDFSolution%5C%2Flayout%5C%2Fit_IT%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Fproducts%5C%2F_default.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDFSolution%5C%2Flayout%5C%2Fit_IT%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Fproducts%5C%2F_carousel.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDFSolution%5C%2Flayout%5C%2Fit_IT%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Frow%5C%2F_contained.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDFSolution%5C%2Flayout%5C%2Fit_IT%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%2FDFSolution%5C%2Flayout%5C%2Fit_IT%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%2FDFSolution%5C%2Flayout%5C%2Fit_IT%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Fslide%5C%2F_default.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDFSolution%5C%2Flayout%5C%2Fit_IT%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Fslide%5C%2F_poster.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDFSolution%5C%2Flayout%5C%2Fit_IT%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%2FDFSolution%5C%2Flayout%5C%2Fit_IT%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%2FDFSolution%5C%2Flayout%5C%2Fit_IT%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%2FDFSolution%5C%2Flayout%5C%2Fit_IT%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Fslider%5C%2F_default.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDFSolution%5C%2Flayout%5C%2Fit_IT%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Ftabs%5C%2F_default.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDFSolution%5C%2Flayout%5C%2Fit_IT%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Ftext%5C%2F_default.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDFSolution%5C%2Flayout%5C%2Fit_IT%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Fvideo%5C%2F_default.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDFSolution%5C%2Flayout%5C%2Fit_IT%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fjarallax%5C%2F_jarallax.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDFSolution%5C%2Flayout%5C%2Fit_IT%5C%2FMagento_ReCaptchaCheckoutSalesRule%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDFSolution%5C%2Flayout%5C%2Fit_IT%5C%2FMagento_ReCaptchaCustomer%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDFSolution%5C%2Flayout%5C%2Fit_IT%5C%2FMagento_ReCaptchaFrontendUi%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDFSolution%5C%2Flayout%5C%2Fit_IT%5C%2FMagento_ReCaptchaNewsletter%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDFSolution%5C%2Flayout%5C%2Fit_IT%5C%2FMagento_ReCaptchaReview%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDFSolution%5C%2Flayout%5C%2Fit_IT%5C%2FMagento_ReCaptchaSendFriend%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDFSolution%5C%2Flayout%5C%2Fit_IT%5C%2FMagento_ReCaptchaWishlist%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDFSolution%5C%2Flayout%5C%2Fit_IT%5C%2FMagento_PaymentServicesPaypal%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_apm.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDFSolution%5C%2Flayout%5C%2Fit_IT%5C%2FMagento_PaymentServicesPaypal%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_billing.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDFSolution%5C%2Flayout%5C%2Fit_IT%5C%2FMagento_PaymentServicesPaypal%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_fastlane.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDFSolution%5C%2Flayout%5C%2Fit_IT%5C%2FMagento_PaymentServicesPaypal%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_mini-cart.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDFSolution%5C%2Flayout%5C%2Fit_IT%5C%2FMagento_PaymentServicesPaypal%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_pay-later.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDFSolution%5C%2Flayout%5C%2Fit_IT%5C%2FMagento_PaymentServicesPaypal%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_apple-pay.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDFSolution%5C%2Flayout%5C%2Fit_IT%5C%2FMagento_PaymentServicesPaypal%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_google-pay.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDFSolution%5C%2Flayout%5C%2Fit_IT%5C%2FMagento_PaymentServicesPaypal%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_checkout.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDFSolution%5C%2Flayout%5C%2Fit_IT%5C%2FAmasty_Base%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_slick.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDFSolution%5C%2Flayout%5C%2Fit_IT%5C%2FAmasty_Base%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_slick-theme.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDFSolution%5C%2Flayout%5C%2Fit_IT%5C%2FAmasty_CheckoutCore%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_classic.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDFSolution%5C%2Flayout%5C%2Fit_IT%5C%2FAmasty_CheckoutCore%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_tooltips.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDFSolution%5C%2Flayout%5C%2Fit_IT%5C%2FAmasty_CheckoutDeliveryDate%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDFSolution%5C%2Flayout%5C%2Fit_IT%5C%2FAmasty_CheckoutGiftWrap%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_classic.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDFSolution%5C%2Flayout%5C%2Fit_IT%5C%2FAmasty_CheckoutStyleSwitcher%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_helpers.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDFSolution%5C%2Flayout%5C%2Fit_IT%5C%2FAmasty_CheckoutStyleSwitcher%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_modern.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDFSolution%5C%2Flayout%5C%2Fit_IT%5C%2FAmasty_Customform%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_base.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDFSolution%5C%2Flayout%5C%2Fit_IT%5C%2FAmasty_Customform%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcomponents%5C%2F_icons.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDFSolution%5C%2Flayout%5C%2Fit_IT%5C%2FAmasty_Customform%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_mixins.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDFSolution%5C%2Flayout%5C%2Fit_IT%5C%2FAmasty_Customform%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcomponents%5C%2F_form.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDFSolution%5C%2Flayout%5C%2Fit_IT%5C%2FAmasty_Customform%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcomponents%5C%2F_multipage.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDFSolution%5C%2Flayout%5C%2Fit_IT%5C%2FAmasty_Customform%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcomponents%5C%2F_popup.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDFSolution%5C%2Flayout%5C%2Fit_IT%5C%2FAmasty_Customform%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcomponents%5C%2F_linear-theme.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDFSolution%5C%2Flayout%5C%2Fit_IT%5C%2FAmasty_Customform%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcomponents%5C%2F_circle-theme.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDFSolution%5C%2Flayout%5C%2Fit_IT%5C%2FAmasty_Customform%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcomponents%5C%2F_datepicker.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDFSolution%5C%2Flayout%5C%2Fit_IT%5C%2FAmasty_Customform%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcomponents%5C%2F_buttons.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDFSolution%5C%2Flayout%5C%2Fit_IT%5C%2FAmasty_Customform%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcomponents%5C%2F_form-edit-page-buttons.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDFSolution%5C%2Flayout%5C%2Fit_IT%5C%2FAmasty_Customform%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcomponents%5C%2F_table.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDFSolution%5C%2Flayout%5C%2Fit_IT%5C%2FAmasty_Customform%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcomponents%5C%2F_fb-google-map.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDFSolution%5C%2Flayout%5C%2Fit_IT%5C%2FAmasty_Gdpr%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_base.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDFSolution%5C%2Flayout%5C%2Fit_IT%5C%2FAmasty_Gdpr%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_settings.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDFSolution%5C%2Flayout%5C%2Fit_IT%5C%2FAmasty_GdprCookie%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_base.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDFSolution%5C%2Flayout%5C%2Fit_IT%5C%2FAmasty_GdprCookie%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_modal.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDFSolution%5C%2Flayout%5C%2Fit_IT%5C%2FAmasty_GdprCookie%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_mixins.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDFSolution%5C%2Flayout%5C%2Fit_IT%5C%2FAmasty_GdprCookie%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_variables.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDFSolution%5C%2Flayout%5C%2Fit_IT%5C%2FAmasty_Blog%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_helpers.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDFSolution%5C%2Flayout%5C%2Fit_IT%5C%2FAmasty_Blog%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_utils.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDFSolution%5C%2Flayout%5C%2Fit_IT%5C%2FAmasty_Blog%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_base.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDFSolution%5C%2Flayout%5C%2Fit_IT%5C%2FAmasty_Blog%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcomponents%5C%2F_related-items-slider.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDFSolution%5C%2Flayout%5C%2Fit_IT%5C%2FAmasty_Blog%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_variables.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDFSolution%5C%2Flayout%5C%2Fit_IT%5C%2FAmasty_Blog%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcomponents%5C%2F_comments.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDFSolution%5C%2Flayout%5C%2Fit_IT%5C%2FAmasty_Blog%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcomponents%5C%2F_post.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDFSolution%5C%2Flayout%5C%2Fit_IT%5C%2FAmasty_Blog%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcomponents%5C%2F_posts.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDFSolution%5C%2Flayout%5C%2Fit_IT%5C%2FAmasty_Blog%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcomponents%5C%2F_categories-list.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDFSolution%5C%2Flayout%5C%2Fit_IT%5C%2FAmasty_Blog%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcomponents%5C%2F_post-bottom.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDFSolution%5C%2Flayout%5C%2Fit_IT%5C%2FAmasty_Blog%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcomponents%5C%2F_tabs.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDFSolution%5C%2Flayout%5C%2Fit_IT%5C%2FAmasty_Blog%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_layout.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDFSolution%5C%2Flayout%5C%2Fit_IT%5C%2FAmasty_Blog%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcomponents%5C%2F_tags.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDFSolution%5C%2Flayout%5C%2Fit_IT%5C%2FAmasty_Blog%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcomponents%5C%2F_author-info.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDFSolution%5C%2Flayout%5C%2Fit_IT%5C%2FAmasty_Blog%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcomponents%5C%2F_buttons.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDFSolution%5C%2Flayout%5C%2Fit_IT%5C%2FAmasty_Blog%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcomponents%5C%2F_dates.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDFSolution%5C%2Flayout%5C%2Fit_IT%5C%2FAmasty_Blog%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcomponents%5C%2F_search.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDFSolution%5C%2Flayout%5C%2Fit_IT%5C%2FAmasty_Blog%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcomponents%5C%2F_newsletter.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDFSolution%5C%2Flayout%5C%2Fit_IT%5C%2FAmasty_Blog%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcomponents%5C%2F_mobile-aside.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDFSolution%5C%2Flayout%5C%2Fit_IT%5C%2FAmasty_Blog%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcomponents%5C%2F_search-results.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDFSolution%5C%2Flayout%5C%2Fit_IT%5C%2FAmasty_Blog%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcomponents%5C%2F_post-navigation.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDFSolution%5C%2Flayout%5C%2Fit_IT%5C%2FAmasty_Blog%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcomponents%5C%2F_icons.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDFSolution%5C%2Flayout%5C%2Fit_IT%5C%2FAmasty_InvisibleCaptcha%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDFSolution%5C%2Flayout%5C%2Fit_IT%5C%2FAmasty_ProductAttachment%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDFSolution%5C%2Flayout%5C%2Fit_IT%5C%2FAmasty_ShopbyBase%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_mixins.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDFSolution%5C%2Flayout%5C%2Fit_IT%5C%2FAmasty_ShopbyBase%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcomponents%5C%2F_slider.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDFSolution%5C%2Flayout%5C%2Fit_IT%5C%2FAmasty_ShopbyBase%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_base.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDFSolution%5C%2Flayout%5C%2Fit_IT%5C%2FAmasty_ShopbyBase%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcomponents%5C%2F_tooltip.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDFSolution%5C%2Flayout%5C%2Fit_IT%5C%2FAmasty_Shopby%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_mixins.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDFSolution%5C%2Flayout%5C%2Fit_IT%5C%2FMirasvit_Search%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_result.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDFSolution%5C%2Flayout%5C%2Fit_IT%5C%2FMirasvit_Search%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_indexes.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDFSolution%5C%2Flayout%5C%2Fit_IT%5C%2FMirasvit_Search%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_highlight.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDFSolution%5C%2Flayout%5C%2Fit_IT%5C%2FMirasvit_Search%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_misc.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDFSolution%5C%2Flayout%5C%2Fit_IT%5C%2FMirasvit_Search%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_search_in.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDFSolution%5C%2Flayout%5C%2Fit_IT%5C%2FAmasty_ShopbyBrand%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_mixins.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDFSolution%5C%2Flayout%5C%2Fit_IT%5C%2FAmasty_ShopbyBrand%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_base.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDFSolution%5C%2Flayout%5C%2Fit_IT%5C%2FAmasty_ShopbyBrand%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcomponents%5C%2F_brands-filter.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDFSolution%5C%2Flayout%5C%2Fit_IT%5C%2FAmasty_ShopbyBrand%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcomponents%5C%2F_brands-list.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDFSolution%5C%2Flayout%5C%2Fit_IT%5C%2FAmasty_ShopbyBrand%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcomponents%5C%2F_brands-popup.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDFSolution%5C%2Flayout%5C%2Fit_IT%5C%2FMirasvit_SearchAutocomplete%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_form.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDFSolution%5C%2Flayout%5C%2Fit_IT%5C%2FMirasvit_SearchAutocomplete%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_autocomplete.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDFSolution%5C%2Flayout%5C%2Fit_IT%5C%2FMirasvit_SearchAutocomplete%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_typeahead.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDFSolution%5C%2Flayout%5C%2Fit_IT%5C%2FMirasvit_SearchAutocomplete%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_in-page.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDFSolution%5C%2Flayout%5C%2Fit_IT%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%2FDFSolution%5C%2Flayout%5C%2Fit_IT%5C%2FAmasty_Shopby%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Ffrontend%5C%2F_porto-cmptb.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDFSolution%5C%2Flayout%5C%2Fit_IT%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%2FDFSolution%5C%2Flayout%5C%2Fit_IT%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%2FDFSolution%5C%2Flayout%5C%2Fit_IT%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%2FDFSolution%5C%2Flayout%5C%2Fit_IT%5C%2FAmasty_Shopby%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_variables.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDFSolution%5C%2Flayout%5C%2Fit_IT%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%2FDFSolution%5C%2Flayout%5C%2Fit_IT%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%2FDFSolution%5C%2Flayout%5C%2Fit_IT%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%2FDFSolution%5C%2Flayout%5C%2Fit_IT%5C%2FMagento_CatalogEvent%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDFSolution%5C%2Flayout%5C%2Fit_IT%5C%2FMagento_Contact%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDFSolution%5C%2Flayout%5C%2Fit_IT%5C%2FMagento_Paypal%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_billing.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDFSolution%5C%2Flayout%5C%2Fit_IT%5C%2FMagento_Paypal%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_paylater.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDFSolution%5C%2Flayout%5C%2Fit_IT%5C%2FMagento_ProductVideo%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDFSolution%5C%2Flayout%5C%2Fit_IT%5C%2FMagento_Swatches%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDFSolution%5C%2Flayout%5C%2Fit_IT%5C%2FMagento_Weee%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDFSolution%5C%2Flayout%5C%2Fit_IT%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_actions-toolbar.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDFSolution%5C%2Flayout%5C%2Fit_IT%5C%2FMagento_AdvancedSearch%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDFSolution%5C%2Flayout%5C%2Fit_IT%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%2FDFSolution%5C%2Flayout%5C%2Fit_IT%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_tooltip.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDFSolution%5C%2Flayout%5C%2Fit_IT%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_popups.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDFSolution%5C%2Flayout%5C%2Fit_IT%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_rating.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDFSolution%5C%2Flayout%5C%2Fit_IT%5C%2FMagento_Reward%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDFSolution%5C%2Flayout%5C%2Fit_IT%5C%2FMagento_Theme%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_collapsible_navigation.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDFSolution%5C%2Flayout%5C%2Fit_IT%5C%2FMagento_Vault%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDFSolution%5C%2Flayout%5C%2Fit_IT%5C%2FMagento_Catalog%5C%2Fcss%5C%2Fsource%5C%2F_widgets.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDFSolution%5C%2Flayout%5C%2Fit_IT%5C%2FMagento_Cms%5C%2Fcss%5C%2Fsource%5C%2F_widgets.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDFSolution%5C%2Flayout%5C%2Fit_IT%5C%2FMagento_MultipleWishlist%5C%2Fcss%5C%2Fsource%5C%2F_widgets.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDFSolution%5C%2Flayout%5C%2Fit_IT%5C%2FMagento_VersionsCms%5C%2Fcss%5C%2Fsource%5C%2F_widgets.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDFSolution%5C%2Flayout%5C%2Fit_IT%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_responsive.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDFSolution%5C%2Flayout%5C%2Fit_IT%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_navigation.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDFSolution%5C%2Flayout%5C%2Fit_IT%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%2FDFSolution%5C%2Flayout%5C%2Fit_IT%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%2FDFSolution%5C%2Flayout%5C%2Fit_IT%5C%2FAmasty_Shopby%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Ffrontend%5C%2Fcomponents%5C%2F_inputs.less%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22AAcI%3BEACI%2CSAAA%3BEACA%2CUAAA%3B%3BAAGJ%3BAACA%3BAACA%3BAACA%3BAACA%3BAACA%3BAACA%3BAACA%3BAACA%3BAACA%3BAACA%3BEACI%2CcAAA%3B%3BAAGJ%3BAACA%3BAACA%3BEACI%2CqBAAA%3B%3BAAGJ%2CKAAK%2CIAAI%3BEACL%2CaAAA%3BEACA%2CSAAA%3B%3BAAGJ%2CGAAI%3BAACJ%2CGAAI%3BEACA%2CqBAAA%3B%3BAAGJ%3BEACI%2CeAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3B%3BAAGJ%3BAACA%3BAACA%3BEACI%2CeAAA%3B%3BAAGJ%2CGAAG%2CIAAI%3BEACH%2CgBAAA%3B%3BAAGJ%3BEACI%2CSAAA%3B%3BAC0JJ%3BEC8EA%2CgBAAA%3BED5EI%2C8BAAA%3BEACA%2C0BAAA%3BEACA%2CsBAAA%3B%3BAAGJ%3BECuEA%2CWAAA%3BEAAA%2CaC5RqB%2CaCMC%2C8CFsRtB%3BEAAA%2CkBAAA%3BEAAA%2CgBAAA%3BEAAA%2CuBAAA%3BEAAA%2CiBAAA%3B%3BADnEA%3BECmEA%2CgBAAA%3BEAAA%2CmBAAA%3B%3BADtDA%2CIAAI%3BECsDJ%2C8BAAA%3BEDpDI%2CYAAA%3B%3BAAGJ%3BAACA%3BECgDA%2CgBAAA%3B%3BAD5CA%3BAACA%3BEC2CA%2CkBAAA%3B%3BADvCA%3BECuCA%2CmBAAA%3BEAAA%2CcAAA%3B%3BADlCA%3BAACA%3BECiCA%2CeAAA%3B%3BAD7BA%3BEACI%2CSAAA%3BEC4BJ%2C0BAAA%3BEAAA%2CmBAAA%3BEAAA%2CgBAAA%3B%3BADtBA%3BAACA%3BECqBA%2C6BAAA%3BEDnBI%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CwBAAA%3B%3BAAGJ%3BEACI%2CWAAA%3B%3BAAGJ%3BEACI%2CeAAA%3B%3BAAGJ%3BECMA%2CkBAAA%3B%3BADQA%3BECRA%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CgBAAA%3BEAAA%2CmBAAA%3B%3BADYA%3BECZA%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CkBAAA%3BEAAA%2CmBAAA%3B%3BADgBA%3BEChBA%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CgBAAA%3BEAAA%2CmBAAA%3B%3BADoBA%3BECpBA%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CgBAAA%3BEAAA%2CmBAAA%3B%3BADwBA%3BECxBA%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CgBAAA%3BEAAA%2CmBAAA%3B%3BAD4BA%3BEC5BA%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CeAAA%3BEAAA%2CgBAAA%3BEAAA%2CmBAAA%3B%3BADgCA%2CEACI%3BAADA%2CEACA%3BAADI%2CEACJ%3BAADQ%2CEACR%3BAADY%2CEACZ%3BAADgB%2CEAChB%3BAADJ%2CEAEI%3BAAFA%2CEAEA%3BAAFI%2CEAEJ%3BAAFQ%2CEAER%3BAAFY%2CEAEZ%3BAAFgB%2CEAEhB%3BEClCJ%2CWAAA%3BEAAA%2CaC5RqB%2CaCMC%2C8CFsRtB%3BEAAA%2CkBAAA%3BEAAA%2CgBAAA%3BEAAA%2CcAAA%3B%3BADkDA%3BAACA%3BECnDA%2CcAAA%3BEAAA%2CqBAAA%3B%3BADjJA%2CCAAC%3BAAAD%2CMAAC%3BECiJD%2CcAAA%3BEAAA%2CqBAAA%3B%3BAD5IA%2CCAAC%3BAAAD%2CMAAC%3BEC4ID%2CcAAA%3BEAAA%2C0BAAA%3B%3BADvIA%2CCAAC%3BAAAD%2CMAAC%3BECuID%2CcAAA%3BEAAA%2C0BAAA%3B%3BADyEA%3BAACA%3BEC1EA%2CgBAAA%3BEAAA%2CqBAAA%3B%3BADyEA%2CEAYM%3BAAXN%2CEAWM%3BECrFN%2CgBAAA%3BEAAA%2CmBAAA%3B%3BADyEA%2CEAwBI%3BAAvBJ%2CEAuBI%3BAAxBJ%2CEAyBI%3BAAxBJ%2CEAwBI%3BEACI%2CgBAAA%3B%3BAAIR%3BECvGA%2CmBAAA%3BEAAA%2CaAAA%3B%3BAD4GA%3BEC5GA%2CgBAAA%3BEAAA%2CkBAAA%3BEAAA%2CaAAA%3B%3BADkHA%3BEClHA%2CmBAAA%3BEAAA%2CaAAA%3BEDqHI%2CcAAA%3B%3BAA2BJ%3BAACA%3BAACA%3BAACA%3BECnJA%2CsCEpR8C%2CwBFoR9C%3B%3BADwJA%3BECxJA%2CmBAAA%3BEAAA%2CcAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BED6JI%2CmBAAA%3B%3BAAIJ%3BECjKA%2CmBAAA%3BEAAA%2CcAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3B%3BADyKA%3BECzKA%2CmBAAA%3BEAAA%2CsBAAA%3BEAAA%2CcAAA%3BEAAA%2CuBAAA%3BEAAA%2CgBAAA%3BEAAA%2CaAAA%3BEAAA%2CiBAAA%3BEDiLI%2CcAAA%3BEACA%2CqBAAA%3B%3BAATJ%2CGAWI%3BEACI%2C6BAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CqBAAA%3B%3BAAuBR%3BECjNA%2CyBAAA%3BEAAA%2CqBAAA%3BEAAA%2CUAAA%3BEAAA%2CWAAA%3BEAAA%2CaC5RqB%2CaCMC%2C8CFsRtB%3BEAAA%2CkBAAA%3BEAAA%2CgBAAA%3BEAAA%2CuBAAA%3BEAAA%2CiBAAA%3B%3BAD6NQ%2CUAHJ%2CEAGK%3BAAAD%2CUAFJ%2CGAEK%3BAAAD%2CUADJ%2CGACK%3BEACG%2CgBAAA%3B%3BAAbZ%2CUAiBI%3BAAjBJ%2CUAkBI%3BAAlBJ%2CUAmBI%3BECpOJ%2CWAAA%3BEAAA%2CuBAAA%3BEAAA%2CeAAA%3BEDwOQ%2CcAAA%3B%3BAAEA%2CUARJ%2COAQK%3BAAAD%2CUAPJ%2CMAOK%3BAAAD%2CUANJ%2COAMK%3BEC1OT%2CSEzEyB%2CaFyEzB%3B%3BADiNA%2CUA8BI%3BEC%5C%2FOJ%2CkBAAA%3B%3BADsPI%2CUAAC%3BAACD%2CUAAC%3BEACG%2CSAAS%2CEAAT%3B%3BAAIR%3BEACI%2CYAAA%3B%3BAAEA%2CCAAC%3BAACD%2CCAAC%3BEACG%2CSAAS%2CEAAT%3BEACA%2CaAAA%3B%3BAAKR%3BECvQA%2CkBAAA%3B%3BAFnOA%3BEEmOA%2CWAAA%3BEGzRA%2CyBAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3B%3BALoDA%2CKKlDA%3BEACI%2CgBAAA%3B%3BALiDJ%2CKK9CE%2CQAEI%2CKACI%3BAL2CV%2CKK7CE%2CQACI%2CKACI%3BAL2CV%2CKK9CE%2CQAEI%2CKAEI%3BAL0CV%2CKK7CE%2CQACI%2CKAEI%3BEACE%2CmBAAA%3B%3BALyCZ%2CKKpCE%2CQAAQ%2CKACJ%3BALmCN%2CKKpCE%2CQAAQ%2CKAEJ%3BEACE%2CsBAAA%3B%3BALiCR%2CKK7BE%2CQAGI%2CKACI%3BALyBV%2CKK5BE%2CQAEI%2CKACI%3BALyBV%2CKK3BE%2CQACI%2CKACI%3BALyBV%2CKK7BE%2CQAGI%2CKAEI%3BALwBV%2CKK5BE%2CQAEI%2CKAEI%3BALwBV%2CKK3BE%2CQACI%2CKAEI%3BEH2PV%2CkBAAA%3B%3BAF%5C%2FNA%3BEMlBA%2CsBAAA%3BEJiPA%2CgBAAA%3BEAAA%2CsBAAA%3BEAAA%2CWAAA%3BEAAA%2CeAAA%3BEAAA%2CqBAAA%3BEAAA%2CaC5RqB%2CaCMC%2C8CFsRtB%3BEAAA%2CgBAAA%3BEAAA%2CSAAA%3BEAAA%2CiBAAA%3BEAAA%2CiBAAA%3BEAAA%2CmBAAA%3BEI9NA%2CsBAAA%3BEACA%2CsBAAA%3B%3BAAiBA%2CMAAC%3BAACD%2CMAAC%3BEJ2MD%2CmBAAA%3BEAAA%2CsBAAA%3BEAAA%2CWAAA%3B%3BAI%5C%2FLA%2CMAAC%3BEJ%2BLD%2CmBAAA%3BEAAA%2CsBAAA%3BEAAA%2CWAAA%3B%3BAInLA%2CMAAC%3BAACD%2CMAAC%3BAACD%2CQAAQ%2CUAAW%3BEJiLnB%2CYAAA%3BEI%5C%2FKI%2CeAAA%3BEACA%2CoBAAA%3B%3BAN%5C%2FCA%2CMAAC%3BEACG%2CSAAA%3BEACA%2CUAAA%3B%3BAO4LR%2CKAAK%3BAACL%2CKAAK%3BAACL%2CKAAK%3BAACL%2CKAAK%3BAACL%2CKAAK%3BAACL%2CKAAK%3BAACL%2CKAAK%3BAACL%2CKAAK%3BELwBL%2CgBAAA%3BEAAA%2C4BAAA%3BEAAA%2CyBAAA%3BEAAA%2CkBAAA%3BEAAA%2CwEAAA%3BEAAA%2CeAAA%3BEAAA%2CYAAA%3BEAAA%2CuBAAA%3BEAAA%2CcAAA%3BEAAA%2CwBAAA%3BEAAA%2CWAAA%3BEKjPA%2CsBAAA%3B%3BAAuVA%2CKArIK%2CaAqIJ%3BAAAD%2CKApIK%2CiBAoIJ%3BAAAD%2CKAnIK%2CYAmIJ%3BAAAD%2CKAlIK%2CYAkIJ%3BAAAD%2CKAjIK%2CeAiIJ%3BAAAD%2CKAhIK%2CeAgIJ%3BAAAD%2CKA%5C%2FHK%2CcA%2BHJ%3BAAAD%2CKA9HK%2CcA8HJ%3BELtGD%2CYAAA%3B%3BAKqHA%2CKApJK%2CaAoJJ%3BAAAD%2CKAnJK%2CiBAmJJ%3BAAAD%2CKAlJK%2CYAkJJ%3BAAAD%2CKAjJK%2CYAiJJ%3BAAAD%2CKAhJK%2CeAgJJ%3BAAAD%2CKA%5C%2FIK%2CeA%2BIJ%3BAAAD%2CKA9IK%2CcA8IJ%3BAAAD%2CKA7IK%2CcA6IJ%3BELrHD%2CcAAA%3B%3BAK0HA%2CKAzJK%2CaAyJJ%3BAAAD%2CKAxJK%2CiBAwJJ%3BAAAD%2CKAvJK%2CYAuJJ%3BAAAD%2CKAtJK%2CYAsJJ%3BAAAD%2CKArJK%2CeAqJJ%3BAAAD%2CKApJK%2CeAoJJ%3BAAAD%2CKAnJK%2CcAmJJ%3BAAAD%2CKAlJK%2CcAkJJ%3BEL1HD%2CcAAA%3B%3BAK%2BHA%2CKA9JK%2CaA8JJ%3BAAAD%2CKA7JK%2CiBA6JJ%3BAAAD%2CKA5JK%2CYA4JJ%3BAAAD%2CKA3JK%2CYA2JJ%3BAAAD%2CKA1JK%2CeA0JJ%3BAAAD%2CKAzJK%2CeAyJJ%3BAAAD%2CKAxJK%2CcAwJJ%3BAAAD%2CKAvJK%2CcAuJJ%3BEL%5C%2FHD%2CcAAA%3B%3BAKpBA%2CKAAK%3BEAvKL%2C0BAAA%3B%3BAANA%2CKA6KK%2CeA7KJ%3BAACD%2CKA4KK%2CeA5KJ%3BEACC%2CwBAAA%3BEACA%2CSAAA%3B%3BAA8KF%2CKAAK%3BEAvKL%2CwBAAA%3B%3BAACA%2CKAsKK%2CeAtKJ%3BAACD%2CKAqKK%2CeArKJ%3BAACD%2CKAoKK%2CeApKJ%3BAACD%2CKAmKK%2CeAnKJ%3BEACG%2CwBAAA%3B%3BAAsKJ%3BELYA%2CkEAAA%3BEAAA%2C4BAAA%3BEAAA%2CsBAAA%3BEAAA%2CkBAAA%3BEAAA%2CwEAAA%3BEAAA%2CeAAA%3BEAAA%2CYAAA%3BEAAA%2CuBAAA%3BEAAA%2C0BAAA%3BEAAA%2CwBAAA%3BEAAA%2CWAAA%3BEKjPA%2CsBAAA%3B%3BAAoUA%2CMAAC%3BELnFD%2CyBAAA%3B%3BAKsGA%2CMAAC%3BELtGD%2CYAAA%3BEAAA%2CgBAAA%3BEAAA%2CyBAAA%3B%3BAKRA%2CMAAM%3BELQN%2CYAAA%3BEKNI%2CsBAAA%3B%3BAAGJ%3BELGA%2CgBAAA%3BEAAA%2C4BAAA%3BEAAA%2CyBAAA%3BEAAA%2CkBAAA%3BEAAA%2CwEAAA%3BEAAA%2CeAAA%3BEAAA%2CYAAA%3BEAAA%2CuBAAA%3BEAAA%2CSAAA%3BEAAA%2CaAAA%3BEAAA%2CwBAAA%3BEAAA%2CWAAA%3BEKjPA%2CsBAAA%3BELiPA%2CgBAAA%3B%3BAKsGA%2CQAAC%3BELtGD%2CYAAA%3B%3BAKqHA%2CQAAC%3BELrHD%2CcAAA%3B%3BAK0HA%2CQAAC%3BEL1HD%2CcAAA%3B%3BAK%2BHA%2CQAAC%3BEL%5C%2FHD%2CcAAA%3B%3BAKEA%2CKAAK%3BELFL%2CmBAAA%3BEKII%2CkBAAA%3BEACA%2CQAAA%3B%3BAA5MJ%2CKAyMK%2CiBAzMJ%3BELuMD%2CYAAA%3B%3BAKQA%2CKAAK%3BELRL%2CmBAAA%3B%3BAKvMA%2CKA%2BMK%2CcA%5C%2FMJ%3BELuMD%2CYAAA%3B%3BAKzHA%2CKAAC%3BAAAD%2CMAAC%3BAAAD%2CQAAC%3BELyHD%2CqBAAA%3B%3BAKkBA%2CGAAG%3BELlBH%2CcAAA%3BEAAA%2CiBAAA%3B%3BAKsBA%2CKAAK%3BAACL%2CKAAK%3BAACL%2CKAAK%3BEACD%2CeAAA%3BEACA%2C0BAAA%3B%3BAAGJ%2CKAAK%3BEACD%2CSAAA%3BEACA%2CUAAA%3B%3BAPrPJ%3BEACI%2C6CAAA%3B%3BAAGJ%3BEACI%2CkBAAA%3B%3BAAIA%2CCAAC%3BEACG%2CgBAAA%3BEACA%2CUAAA%3B%3BAAQJ%2CUAJO%2CEAIN%3BAAAD%2CKAHC%2CIAAI%2CYAGJ%3BAAAD%2CQAFI%2CIAAI%2CYAEP%3BAAAD%2CMADE%2CIAAI%2CYACL%3BEEmML%2C%2BBAAA%3B%3B%3B%3B%3B%3BAMvRA%2CyBAiEI%2CsBAsCI%2CQAAO%3BACvFX%2CQAAC%3BACuYL%3BACvOA%3BAC5JA%2CaAgFI%3BAC7EJ%2CYAGI%3BACOJ%3BACNA%3BACPA%2CoBA2KI%3BAC6BA%2COAAC%2CQAIG%3BACzOR%2CcAII%3BAAHJ%2CqBAGI%3BACJJ%2CYA0DI%2CcAKI%3BEjBiOR%2CSAAA%3BEAAA%2CUAAA%3BED1KA%2CqBAAA%3B%3BAO7GA%2CyBAiEI%2CsBAsCI%2CQAAO%2CMY1GT%3BAXmBF%2CQAAC%2CMWnBC%3BAV0ZN%2CYU1ZM%3BATmLN%2CaSnLM%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%3BEJ2MD%2CmBAAA%3BEAAA%2CyBAAA%3BEAAA%2CWAAA%3B%3BAI%5C%2FLA%2CeAAC%3BEJ%2BLD%2CmBAAA%3BEAAA%2CyBAAA%3BEAAA%2CWAAA%3B%3BAInLA%2CeAAC%3BAACD%2CeAAC%3BAACD%2CQAAQ%2CUAAW%3BEJiLnB%2CYAAA%3BEI%5C%2FKI%2CeAAA%3BEACA%2CoBAAA%3B%3BAcmuDQ%2CmBANR%2CiBAKI%2CQACK%3BAACD%2CmBAPR%2CiBAKI%2CQAEK%3BAVp8Bb%2CcAwBI%2CQAAO%3BAE74BX%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%3BAbm1BA%2Ccan1BA%3BAXlCA%2CaAaI%2COAeI%2CiBACM%2CWWKd%3BAFpBI%2CaAAc%2CMADb%2CaAAc%2CUEqBnB%3BAHsxDY%2CmBANR%2CiBG5wDJ%3BAb%2B0BA%2Cca%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%3BEX%2BMhB%2CkBAAA%3B%3BAkBqjDY%2CmBANR%2CiBAKI%2CQACK%2CQArzDR%2CIAAI%3BAAszDG%2CmBAPR%2CiBAKI%2CQAEK%2COAtzDR%2CIAAI%3BAVk3BT%2CcAwBI%2CQAAO%2CQU14BN%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%3BAVk3BT%2Ccan1BA%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%3BAVk3BT%2Cca%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%3BElBgQT%2C8EAAA%3B%3BAkBqjDY%2CmBANR%2CiBAKI%2CQACK%2CQAjzDR%3BAAkzDO%2CmBAPR%2CiBAKI%2CQAEK%2COAlzDR%3BAV82BL%2CcAwBI%2CQAAO%2CQUt4BN%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%3BAV82BL%2Ccan1BA%2CiBH3BK%3BARPL%2CaAaI%2COAeI%2CiBACM%2CWWKd%2CiBH3BK%3BACOD%2CaAAc%2CMADb%2CaAAc%2CUEqBnB%2CiBH3BK%3BAAizDO%2CmBANR%2CiBG5wDJ%2CcH%5C%2FBK%3BAV82BL%2Cca%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%3BElB4PL%2C%2BFAAA%3B%3BAiB3HoB%2CYA3GhB%2CcAKI%2CQAII%2CMAkFI%2CQAgBK%3BEbtHrB%2CsBAAA%3BEJiPA%2CgBAAA%3BEAAA%2CsBAAA%3BEAAA%2CWAAA%3BEAAA%2CeAAA%3BEAAA%2CaC5RqB%2CaCMC%2C8CFsRtB%3BEAAA%2CgBAAA%3BEAAA%2CSAAA%3BEAAA%2CiBAAA%3BEAAA%2CiBAAA%3BEAAA%2CmBAAA%3BEI9NA%2CsBAAA%3BEACA%2CsBAAA%3BEJ6NA%2CqBAAA%3BEIxHA%2CqBAAA%3BEJwHA%2CkBAAA%3B%3BAI5MA%2CuBAAC%3BAACD%2CuBAAC%3BAagFmB%2CYA3GhB%2CcAKI%2CQAII%2CMAkFI%2CQAgBK%2CMbjFpB%3BAaiFmB%2CYA3GhB%2CcAKI%2CQAII%2CMAkFI%2CQAgBK%2CMbhFpB%3BEJ2MD%2CmBAAA%3BEAAA%2CsBAAA%3BEAAA%2CWAAA%3B%3BAI%5C%2FLA%2CuBAAC%3BAaoEmB%2CYA3GhB%2CcAKI%2CQAII%2CMAkFI%2CQAgBK%2CMbpEpB%3BEJ%2BLD%2CmBAAA%3BEAAA%2CsBAAA%3BEAAA%2CWAAA%3B%3BAInLA%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%3BEjB2HrB%2CYAAA%3BEI%5C%2FKI%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%3BAE48BX%2CMAAM%2CQACF%2CQAAO%3BAEr3BP%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%3BElB5IT%2CuBAAA%3BEAAA%2CUAAA%3BEAAA%2CcAAA%3BEAAA%2CqBAAA%3BEI5FA%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CeAAA%3BEJ0FA%2CgBAAA%3BEkBlOI%2CgBAAA%3B%3BAnBiFJ%2C0BAAC%3BAmBiOD%2CkBnBjOC%3BAmBorDD%2CmBAoCI%2CQAAO%2CMnBxtDV%3BAyBjGW%2CMAFR%2CiBACI%2CQACK%2COzBiGZ%3BA0B3GD%2CqBACI%2Ce1B0GH%3BAOtID%2CyBA4DI%2CQAAO%2CKP0EV%3BASk4BD%2CMAAM%2CQACF%2CQAAO%2COTn4BV%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%3BECiJD%2CcAAA%3BEAAA%2CqBAAA%3B%3BAD5IA%2C0BAAC%3BAmB4ND%2CkBnB5NC%3BAmB%2BqDD%2CmBAoCI%2CQAAO%2CMnBntDV%3BAyBtGW%2CMAFR%2CiBACI%2CQACK%2COzBsGZ%3BA0BhHD%2CqBACI%2Ce1B%2BGH%3BAO3ID%2CyBA4DI%2CQAAO%2CKP%2BEV%3BAS63BD%2CMAAM%2CQACF%2CQAAO%2COT93BV%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%3BEC4ID%2CcAAA%3BEAAA%2C0BAAA%3B%3BADvIA%2C0BAAC%3BAmBuND%2CkBnBvNC%3BAmB0qDD%2CmBAoCI%2CQAAO%2CMnB9sDV%3BAyB3GW%2CMAFR%2CiBACI%2CQACK%2COzB2GZ%3BA0BrHD%2CqBACI%2Ce1BoHH%3BAOhJD%2CyBA4DI%2CQAAO%2CKPoFV%3BASw3BD%2CMAAM%2CQACF%2CQAAO%2COTz3BV%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%3BECuID%2CcAAA%3BEAAA%2C0BAAA%3B%3BAIxFA%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%3BAIu0BD%2CMAAM%2CQACF%2CQAAO%2COJ10BV%3BAIy0BD%2CMAAM%2CQACF%2CQAAO%2COJz0BV%3BAIw0BD%2CMAAM%2CQACF%2CQAAO%2COJx0BV%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%3BAE48BX%2CMAAM%2CQACF%2CQAAO%2COJn0BV%3BAIk0BD%2CMAAM%2CQACF%2CQAAO%2COJl0BV%3BAACD%2CQAAQ%2CUIg0BR%2COAAM%2CQACF%2CQAAO%3BAEr3BP%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%3BElB5IT%2CcAAA%3BEAAA%2CYAAA%3BEI5EI%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%3BAVg9BT%2CMAAM%2CQACF%2CQAAO%2COUl9BN%3BAVi9BL%2CMAAM%2CQACF%2CQAAO%2COUj9BN%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%3BAb%2B0BA%2CcAwBI%2CQAAO%3BAE74BX%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%3BAbm1BA%2Ccan1BA%3BAXlCA%2CaAaI%2COAeI%2CiBACM%2CWWKd%3BAFpBI%2CaAAc%2CMADb%2CaAAc%2CUEqBnB%3BAHsxDY%2CmBANR%2CiBG5wDJ%3BAb%2B0BA%2Cca%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%3BEX%2BMhB%2CgBAAA%3BEAAA%2CsBAAA%3BEAAA%2CWAAA%3B%3BAIqDA%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%3BAI4jBD%2CcAwBI%2CQAAO%2CQJrlBV%3BAI6jBD%2CcAwBI%2CQAAO%2CQJplBV%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%3BAI4jBD%2Ccan1BA%2CiBjBsRC%3BAI6jBD%2Ccan1BA%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%3BAI4jBD%2Cca%5C%2F0BA%2CcjBkRC%3BAI6jBD%2Cca%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%3BEJtDD%2CmBAAA%3BEAAA%2CsBAAA%3BEAAA%2CWAAA%3B%3BAI4DA%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%3BAIsjBD%2CcAwBI%2CQAAO%2CQJ9kBV%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%3BAIsjBD%2Ccan1BA%2CiBjB6RC%3BAM%5C%2FTD%2CaAaI%2COAeI%2CiBACM%2CWWKd%2CiBjB6RC%3BAejTG%2CaAAc%2CMADb%2CaAAc%2CUEqBnB%2CiBjB6RC%3BAcy%5C%2FCW%2CmBANR%2CiBG5wDJ%2CcjByRC%3BAIsjBD%2Cca%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%3BEJ5DD%2CmBAAA%3BEAAA%2CsBAAA%3BEAAA%2CWAAA%3B%3BAqClKQ%2CcAFM%2CSACV%2CSACK%2CKA2CG%2CYAKI%3BErCkHhB%2CiBAAA%3BEAAA%2CmBAAA%3BEAAA%2CiBAAA%3B%3BAoB9LQ%2CkBADJ%2CQACK%3BAElBD%2CkBADJ%2CQACK%3BAhB%5C%2FET%2CeAEI%2CQAAO%2CQAAQ%3BAAMnB%2CyBAiEI%2CsBA8CI%2CYAGI%2CQAAO%3BAE0PnB%2CWAaI%2CQAAO%3BAErWX%2CaAgFI%2CwBAMI%2CQAAO%2CQAAQ%3BA4BnCH%2CeAZhB%2CeACM%2CWAOI%2CWAGE%2CQACK%3BAXsET%2CiBAFR%2CiBACI%2CQACK%3BAEpHb%2CqBA0BI%2CQAAO%3BAA1BX%2CqBA2BI%2CQAAO%3BACRS%2CwBAJhB%2CwBACM%2CmBACI%2CWACE%2CQACK%3BASQrB%2CkBAKI%2CiBAAiB%2CQAAO%3BACtE5B%2CWACI%2CQAAO%3BACIX%2CcAiJI%2CQAAO%3BArBhDH%2CkBCnCR%3BACiBQ%2CkBDjBR%3BAf9DA%2Cee8DA%2CiBf5DmB%3BAAMnB%2CyBAiEI%2CsBA8CI%2CYezDR%3BAXlCA%2CaAgFI%2CwBW9CJ%2CiBXoDuB%3BA4BnCH%2CeAZhB%2CeACM%2CWAOI%2CWjBbd%3BAMuFY%2CiBAFR%2CiBNrFJ%3BASVoB%2CwBAJhB%2CwBACM%2CmBACI%2CWTYd%3BAkBFA%2CkBAKI%2CiBlBHJ%3BAoB9DA%2CcpB8DA%3BADmCQ%2CkBC%5C%2FBR%3BACaQ%2CkBDbR%3BAflEA%2CeekEA%2CcfhEmB%3BAAMnB%2CyBAiEI%2CsBA8CI%2CYerDR%3BAXtCA%2CaAgFI%2CwBW1CJ%2CcXgDuB%3BA4BnCH%2CeAZhB%2CeACM%2CWAOI%2CWjBTd%3BAMmFY%2CiBAFR%2CiBNjFJ%3BASdoB%2CwBAJhB%2CwBACM%2CmBACI%2CWTgBd%3BAkBNA%2CkBAKI%2CiBlBCJ%3BAoBlEA%2CcpBkEA%3BErB6NA%2CmBAAA%3BEAAA%2CkBAAA%3BEAAA%2CiBAAA%3B%3BAUnII%2CKAAC%2CcAmJG%2CcQtMR%3BAoB6LgB%2CeAzBZ%2CsBAuBI%2CSACI%2CSACK%2CKpB7LjB%3BAwBxFA%2CkBAoDI%2CeA4BI%2CSAEI%2CcxBMZ%3BACYA%2CgCAwCI%2CSACI%2CcDrDR%3BAuBzGA%2CcAqJI%2CcvB5CJ%3BEACI%2CWAAA%3BEACA%2CWAAA%3BEACA%2CoBAAA%3B%3BARgDA%2CKAAC%2CcAmJG%2CcQtMR%2CGAKK%3BAoBwLW%2CeAzBZ%2CsBAuBI%2CSACI%2CSACK%2CKpB7LjB%2CGAKK%3BAwB7FL%2CkBAoDI%2CeA4BI%2CSAEI%2CcxBMZ%2CGAKK%3BACOL%2CgCAwCI%2CSACI%2CcDrDR%2CGAKK%3BAuB9GL%2CcAqJI%2CcvB5CJ%2CGAKK%3BEACG%2CSAAS%2CIAAT%3B%3BAR6CJ%2CKAAC%2CcAmJG%2CcQ5LR%3BAoBmLgB%2CeAzBZ%2CsBAuBI%2CSACI%2CSACK%2CKpBnLjB%3BAwBlGA%2CkBAoDI%2CeA4BI%2CSAEI%2CcxBgBZ%3BACEA%2CgCAwCI%2CSACI%2CcD3CR%3BAuBnHA%2CcAqJI%2CcvBlCJ%3BEACI%2CqBAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CqBAAA%3B%3BAyBvHJ%2CgBACM%2CWAKE%3BAANR%2CgBAEM%2CaAIE%3BArCNR%2CeAEI%2CQAAO%2CQAAQ%3BAAMnB%2CyBAiEI%2CsBA8CI%2CYAGI%2CQAAO%3BAE0PnB%2CWAaI%2CQAAO%3BAgCtYX%2CWACI%2CQAAO%3BAlCIX%2Cee8DA%2CiBf5DmB%3BAAMnB%2CyBAiEI%2CsBA8CI%2CYezDR%3BAf9DA%2CeekEA%2CcfhEmB%3BAAMnB%2CyBAiEI%2CsBA8CI%2CYerDR%3BEjB4JA%2CWAAA%3B%3BAGUA%2CcAwBI%3BAGpGA%2CKAAC%2CcAoKG%3BA4BlGR%2CeAmBI%3BAnB5HJ%2CgCAKI%3BEDwEA%2CYAAA%3BEACA%2CqBAAA%3B%3BAXqCJ%2CcAwBI%2CuBW3DA%3BARzCA%2CKAAC%2CcAoKG%2CuBQ3HJ%3BAoByBJ%2CeAmBI%2CuBpB5CA%3BAChFJ%2CgCAKI%2CuBD2EA%3BEACI%2CgBAAA%3B%3BAVjGR%2CQAAQ%2CMACJ%2CSAAQ%2CMAAO%2COAAM%3BEUiHrB%2CcAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3B%3BAqB7MJ%2CgBACI%2COAOI%3BEvC0QR%2CgCAAA%3BEAAA%2CiBAAA%3BEkBzDI%2CmBAAA%3BEACA%2CoBAAA%3B%3BAqB1NJ%2CgBACI%2COAOI%2CarBoNJ%3BEACI%2CgBAAA%3B%3BACnNR%3BAciHI%2CSAAC%3BEW5FL%2CqBAAA%3BEACA%2CkBAAA%3B%3BA5CFA%2CoBAAC%3BAACD%2CoBAAC%3BAmBrBD%2CqBnBoBC%3BAmBpBD%2CqBnBqBC%3BAiC4FG%2CSAAC%2CSjC7FJ%3BAiC6FG%2CSAAC%2CSjC5FJ%3BEACG%2CSAAS%2CEAAT%3BEACA%2CcAAA%3B%3BAAGJ%2CoBAAC%3BAmB1BD%2CqBnB0BC%3BAiCuFG%2CSAAC%2CSjCvFJ%3BEACG%2CWAAA%3B%3BAkBkMJ%2CoB0BrMA%3BAzBxBA%2CqByBwBA%3BAXyFI%2CSAAC%2CSWzFL%3BEAEI%2CeAAA%3BE5C8OJ%2CqBAAA%3BE6ChOA%2CqBAAA%3B%3BAAMA%2CoBDtBA%2CeCsBC%3BA1B9CD%2CqByBwBA%2CeCsBC%3BAZmEG%2CSAAC%2CSWzFL%2CeCsBC%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BE7C9DA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CcAAA%3BEAAA%2CS8C9NQ%2CO9C8NR%3BEAAA%2Ca%2BCvRe%2CY%5C%2FCuRf%3BEAAA%2CiBAAA%3BEAAA%2CsBAAA%3BE6CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAtRI%2CoBDnCJ%2CeCkCC%2CMACI%3BA1B3DL%2CqByBwBA%2CeCkCC%2CMACI%3BAZsDD%2CSAAC%2CSWzFL%2CeCkCC%2CMACI%3BE7C6ML%2CcAAA%3B%3BA6CvMI%2CoBDzCJ%2CeCwCC%2COACI%3BA1BjEL%2CqByBwBA%2CeCwCC%2COACI%3BAZgDD%2CSAAC%2CSWzFL%2CeCwCC%2COACI%3BE7CuML%2CcAAA%3B%3BA4CqEA%2CoBArTA%2CeAqTC%3BAzB7UD%2CqByBwBA%2CeAqTC%3BAX5NG%2CSAAC%2CSWzFL%2CeAqTC%3BE5CrED%2CqBAAA%3BE6ChOA%2CqBAAA%3B%3BAAMA%2CoBDtBA%2CeAqTC%2COC%5C%2FRA%3BA1B9CD%2CqByBwBA%2CeAqTC%2COC%5C%2FRA%3BAZmEG%2CSAAC%2CSWzFL%2CeAqTC%2COC%5C%2FRA%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BE7C9DA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CcAAA%3BEAAA%2CS8C%5C%2FNM%2CO9C%2BNN%3BEAAA%2Ca%2BCvRe%2CY%5C%2FCuRf%3BEAAA%2CiBAAA%3BEAAA%2CsBAAA%3BE6CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAtRI%2CoBDnCJ%2CeAqTC%2COCnRA%2CMACI%3BA1B3DL%2CqByBwBA%2CeAqTC%2COCnRA%2CMACI%3BAZsDD%2CSAAC%2CSWzFL%2CeAqTC%2COCnRA%2CMACI%3BE7C6ML%2CcAAA%3B%3BA6CvMI%2CoBDzCJ%2CeAqTC%2COC7QA%2COACI%3BA1BjEL%2CqByBwBA%2CeAqTC%2COC7QA%2COACI%3BAZgDD%2CSAAC%2CSWzFL%2CeAqTC%2COC7QA%2COACI%3BE7CuML%2CcAAA%3B%3BAkB3CA%2CoB0BdA%3BAzB%5C%2FMA%2CqByB%2BMA%3BAX9FI%2CSAAC%2CSW8FL%3BE5CyDA%2CSAAA%3BEAAA%2CUAAA%3BED1KA%2CqBAAA%3BEC0KA%2CgBAAA%3BEAAA%2CsBAAA%3BEAAA%2CeAAA%3BEAAA%2CgBAAA%3BEAAA%2CYAAA%3BE4ChDI%2CsBAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3BE5C8CJ%2CSAAA%3BEAAA%2CyCAAA%3B%3BAkB3CA%2CoB0BdA%2CYAsBI%3BAzBrOJ%2CqByB%2BMA%2CYAsBI%3BAXpHA%2CSAAC%2CSW8FL%2CYAsBI%3BE5CmCJ%2CSAAA%3BEAAA%2CyBAAA%3B%3BA4C3BQ%2CoBA9BR%2CYAsBI%2CGAQK%3BAzB7OT%2CqByB%2BMA%2CYAsBI%2CGAQK%3BAX5HL%2CSAAC%2CSW8FL%2CYAsBI%2CGAQK%3BE5C2BT%2CmBAAA%3BE4CzBY%2CeAAA%3B%3BAAuTZ%2CoBAvVA%2CYAuVC%3BAACD%2CoBAxVA%2CYAwVC%3BAzBviBD%2CqByB%2BMA%2CYAuVC%3BAzBtiBD%2CqByB%2BMA%2CYAwVC%3BAXtbG%2CSAAC%2CSW8FL%2CYAuVC%3BAXrbG%2CSAAC%2CSW8FL%2CYAwVC%3BEACG%2C0BAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3B%3BAAGJ%2CoBAjWA%2CYAiWC%3BAzBhjBD%2CqByB%2BMA%2CYAiWC%3BAX%5C%2FbG%2CSAAC%2CSW8FL%2CYAiWC%3BEACG%2CiBAAA%3BE5CzSJ%2CsDAAA%3BE4C2SI%2CWAAA%3B%3BAAGJ%2CoBAvWA%2CYAuWC%3BAzBtjBD%2CqByB%2BMA%2CYAuWC%3BAXrcG%2CSAAC%2CSW8FL%2CYAuWC%3BEACG%2CiBAAA%3BE5C%5C%2FSJ%2CsDAAA%3BE4CiTI%2CWAAA%3B%3BAAzDJ%2CoBAjTA%2CYAiTC%3BAzBhgBD%2CqByB%2BMA%2CYAiTC%3BAX%5C%2FYG%2CSAAC%2CSW8FL%2CYAiTC%3BE5CxPD%2CUAAA%3BEAAA%2CUAAA%3B%3BA4C6PA%2CoBAtTA%2CYAsTC%3BAzBrgBD%2CqByB%2BMA%2CYAsTC%3BAXpZG%2CSAAC%2CSW8FL%2CYAsTC%3BE5C7PD%2CSAAA%3BEAAA%2CUAAA%3B%3BA4CZA%2CoBAAC%3BAzB5PD%2CqByB4PC%3BAX3IG%2CSAAC%2CSW2IJ%3BEACG%2CiBAAA%3B%3BAADJ%2CoBAAC%2COAGG%3BAzB%5C%2FPJ%2CqByB4PC%2COAGG%3BAX9IA%2CSAAC%2CSW2IJ%2COAGG%3BEACI%2CcAAA%3B%3BAzBhQR%2CqBDqOI%2CGAAE%3BAepHF%2CSAAC%2CSfoHD%2CGAAE%3BEACE%2CcAAA%3B%3BA8B9PR%2COACI%2CgBA4BI%2CKACI%3BA1CrBZ%2CyBAcI%2CYAAW%3BAE8Vf%2CWAMI%2CYAAW%3BA%2BBxDf%2CQACI%2CMAAK%2CmBACD%2CKACI%3BApBvSZ%2CyBACI%2COAAM%2CIAAK%3BAAsFf%2CgCAkCI%2CKACI%3BA8BpJR%2CMAAM%2CQAWF%2CKAAI%2CIAGA%2CSAAQ%2CIACJ%3BAhBmTJ%2C0BADJ%2CYACK%3BAQtUT%2CcA6EI%2CeAOI%2CKACI%2CKAGI%3BAJpDhB%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CSAkB%5C%2FB%2CYAGI%3BAAoEA%2CcAFM%2CSACV%2CSACK%2CKA2CG%2CYACI%2CMAAK%3BAatJD%2CQAnBhB%2CgBACI%2CUAGI%2CQAGI%2COAYK%2CIACG%3BEhCoPpB%2CkBAAA%3BEACA%2CWAAA%3B%3BAqBzDJ%3BAYsMA%2CgBACI%3BAnCxZJ%3BAACA%3BEEmRI%2CmBAAA%3B%3BAVuOQ%2CQAzDR%2CeAwDI%2CQACK%3BAAWD%2CQAFR%2CeACI%2CQACK%3BAAqUL%2CiBArCJ%2CMAqCK%2COAKG%2CQAAO%3BAAkEnB%2CcASI%2CQAAO%3BA4Ct2BP%2COAAC%2CQAmBG%2CQAAO%3BEpDwNf%2CqBAAA%3BE6C9QA%2CqBAAA%3B%3BA3BiRA%2C6B2BfE%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%3BE7ChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA6CHA%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%3BE7C9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CS8C1OU%2CO9C0OV%3BEAAA%2Ca%2BCvRe%2CY%5C%2FCuRf%3BEAAA%2CsBAAA%3BE6CqEA%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%3BE7C2PL%2CcAAA%3B%3BA6CrPI%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%3BE7CqPL%2CWAAA%3B%3BAOlPQ%2CQAhBH%2CKAgBI%3BACAT%2CQAAQ%2CKAAM%3BEUwQV%2CgBAAA%3B%3BAXxQI%2CQAhBH%2CKAgBI%2CKWyQH%3BAVzQN%2CQAAQ%2CKAAM%2CEUyQR%3BElBvBN%2CWAAA%3BEAAA%2CqBAAA%3B%3BADjJA%2CiBmBwKM%2CInBxKL%3BAQjGO%2CQAhBH%2CKAgBI%2CKWyQH%2CInBxKL%3BASjGD%2CQAAQ%2CKAAM%2CEUyQR%2CInBxKL%3BECiJD%2CWAAA%3BEAAA%2C0BAAA%3B%3BAD5IA%2CiBmBmKM%2CInBnKL%3BAQtGO%2CQAhBH%2CKAgBI%2CKWyQH%2CInBnKL%3BAStGD%2CQAAQ%2CKAAM%2CEUyQR%2CInBnKL%3BEC4ID%2CWAAA%3BEAAA%2C0BAAA%3B%3BADvIA%2CiBmB8JM%2CInB9JL%3BAQ3GO%2CQAhBH%2CKAgBI%2CKWyQH%2CInB9JL%3BAS3GD%2CQAAQ%2CKAAM%2CEUyQR%2CInB9JL%3BECuID%2CWAAA%3BEAAA%2C0BAAA%3B%3BADjJA%2CcAAC%3BECiJD%2CcAAA%3BEAAA%2CqBAAA%3B%3BAD5IA%2CcAAC%3BEC4ID%2CcAAA%3BEAAA%2C0BAAA%3B%3BADvIA%2CcAAC%3BECuID%2CcAAA%3BEAAA%2C0BAAA%3B%3BAmB9QA%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%2FBhNjB%2CSAAA%3BEACA%2CkBAAA%3B%3BAqDhBA%2CYACI%2CeAEI%2COACI%3BA%5C%2FCKZ%2CyBAiEI%2CsBAuEI%3BAAxIR%2CyBAiEI%2CsBAwEI%2CSAAQ%3BAAzIhB%2CyBAiEI%2CsBAyEI%3BACjFA%2CQApCH%2CKAoCI%2CQAOG%2CmBASM%2CUASE%3BACzCpB%2CcACI%3BAA0vBQ%2CiBAPR%2CMAIK%2CMAGI%2COAEG%3BAADJ%2CiBARR%2CMAIK%2CMAII%2CQACG%3BAAkOhB%2CMAAM%2CQAeF%2COAAM%2COAKF%3BAEv2BI%2CKAjCP%2CcAsBG%2CKAWK%2CIAIG%3BA4B3BR%2CiBAjBJ%2CQAiBK%2CSAGG%3BAAHJ%2CiBAjBJ%2CQAiBK%2CSAoCG%3BA3BtLZ%2CqBACI%3BAmBRJ%2CwBA%2BHI%2CsBACM%3BAAhIV%2CwBA%2BII%2CUACI%3BAP7IR%2CwBA8FI%2COACI%3BAgBJR%2CSACI%2CUACM%3BAAuFV%2CMAAM%2COACF%2COACI%3BAevMR%2CcACI%3BACaJ%2C0BAaI%2CyBACI%2CUACI%2CQAAO%3BAC5BnB%2CsBAgFI%2CUAAS%2CSACJ%3BAClET%2CYACI%2CuBAGI%2COAGI%3BAvBtBZ%2CqBAGI%2CQACI%3BAkByIA%2COA7CH%2CQA6CI%2CQAyCG%3BAnBrGI%2CiBAHU%2CUApErB%2CMAAM%2COAsEG%2CUACG%2CMACG%3BAADJ%2CcAFO%2CUArElB%2CMAAM%2COAsEG%2CUACG%2CMACG%3BAAmEpB%2CuBACI%2CoBACI%3BAA4FR%2C2BAKI%2CsBAII%2CUACM%3BAQ7Pd%2CcA6EI%2CeAOI%2CKASI%3BAA7FZ%2CcA8JI%2COAGI%2CkBACI%2CcACI%2CUACM%3BAiBnKtB%2CMAAM%2CWA4CF%3BAPkIA%2COAAC%2CKAGG%3BAAoOR%2CgBACI%2CiBAII%3BArCnFR%2CcAoBI%2CcACI%3BAC1LJ%2COADG%2CKACF%2CIAAI%3BAAqHT%2CYAAa%2COAAM%2CQAEf%2CUAmCI%3BAApCR%2CYACI%2CUAmCI%3BAsBhMA%2CcAFM%2CSACV%2CSACK%2CKAqBG%2CaACI%3BErChIhB%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAsCoTQ%2CeAhCJ%2CSAgCK%2CQACG%2CQAYM%3BAqB%5C%2FUd%2CsBAAC%2CcAGG%2CsBAQI%3BE3DOZ%2CUAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3B%3BAAQA%2CiBAAC%3BAACD%2CiBAAC%3BAkB4VD%2CeACI%2CUAOI%2CiBlBrWP%3BAkB6VD%2CeACI%2CUAOI%2CiBlBpWP%3BAMpCD%2CyBAkBI%2CyBAoBI%2COAAM%2COAMF%2CONTX%3BAMnCD%2CyBAkBI%2CyBAoBI%2COAAM%2COAMF%2CONRX%3BA4DzBD%2CQ5DwBC%3BA4DxBD%2CQ5DyBC%3BAQoZD%2CQAwFI%2CsBR7eH%3BAQqZD%2CQAwFI%2CsBR5eH%3BAUgHG%2CKAAC%2CcA0EG%2CiBV3LP%3BAUiHG%2CKAAC%2CcA0EG%2CiBV1LP%3BAUgHG%2CKAAC%2CcAmJG%2CcVpQP%3BAUiHG%2CKAAC%2CcAmJG%2CcVnQP%3BAsCkLD%2CeAGI%2CcAWM%2CWtCjMT%3BAsCmLD%2CeAGI%2CcAWM%2CWtChMT%3BAsC0Pe%2CeAzBZ%2CsBAuBI%2CSACI%2CSACK%2CKtC3PhB%3BAsC2Pe%2CeAzBZ%2CsBAuBI%2CSACI%2CSACK%2CKtC1PhB%3BAWlBD%2CmBXiBC%3BAWjBD%2CmBXkBC%3BAWgBD%2CyBXjBC%3BAWiBD%2CyBXhBC%3BA6DxCD%2CsB7DuCC%3BA6DvCD%2CsB7DwCC%3BA2B2DO%2CYADJ%2COACK%2CU3B5DR%3BA2B4DO%2CYADJ%2COACK%2CU3B3DR%3BA0C3BD%2CkBAoDI%2CeA4BI%2CSAEI%2Cc1CxDX%3BA0C1BD%2CkBAoDI%2CeA4BI%2CSAEI%2Cc1CvDX%3BA0C3BD%2CkBAwGI%2CcACI%2CsB1C%5C%2FEP%3BA0C1BD%2CkBAwGI%2CcACI%2CsB1C9EP%3BAuD%5C%2FBD%2C0BACI%2CkBvD6BH%3BAuD9BD%2C0BACI%2CkBvD8BH%3BA%2BB2GD%2CgBA%2BBI%2CS%5C%2FB3IH%3BA%2BB4GD%2CgBA%2BBI%2CS%5C%2FB1IH%3BA%2BBqJD%2CoBACI%2CoB%5C%2FBvJH%3BA%2BBsJD%2CoBACI%2CoB%5C%2FBtJH%3BA%2BBqJD%2CoBAEI%2CkC%5C%2FBxJH%3BA%2BBsJD%2CoBAEI%2CkC%5C%2FBvJH%3BAmByED%2CgCAwCI%2CSACI%2CcnBnHP%3BAmB0ED%2CgCAwCI%2CSACI%2CcnBlHP%3BAgCXD%2CmBhCUC%3BAgCVD%2CmBhCWC%3BAgCqGD%2CYAAa%2CMAAK%2CMAEd%2CeAOI%2CShC%5C%2FGP%3BAgCsGD%2CYAAa%2CMAAK%2CMAEd%2CeAOI%2CShC9GP%3BAgCsGD%2CkBACI%2CeAOI%2CShC%5C%2FGP%3BAgCuGD%2CkBACI%2CeAOI%2CShC9GP%3BAgCmJD%2CcAKI%2CShCzJH%3BAgCoJD%2CcAKI%2CShCxJH%3BA8DtCD%2CUAWI%2CgB9D0BH%3BA8DrCD%2CUAWI%2CgB9D2BH%3BAyC5CD%2CcAqJI%2CczC1GH%3BAyC3CD%2CcAqJI%2CczCzGH%3BAyC5CD%2CcA8JI%2COzCnHH%3BAyC3CD%2CcA8JI%2COzClHH%3BAyC5CD%2CcAyMI%2CezC9JH%3BAyC3CD%2CcAyMI%2CezC7JH%3BAmD0WD%2CgBACI%2CiBnD5WH%3BAmD2WD%2CgBACI%2CiBnD3WH%3BAmCnCD%2CmBAaI%2CiBnCqBH%3BAmClCD%2CmBAaI%2CiBnCsBH%3BAegFG%2COAAC%2CQfjFJ%3BAeiFG%2COAAC%2CQfhFJ%3BAmB7CD%2CwBD0YI%2CUAOI%2CiBlBrWP%3BAmB5CD%2CwBD0YI%2CUAOI%2CiBlBpWP%3BAmB5CD%2CuBDyYI%2CUAOI%2CiBlBrWP%3BAmB3CD%2CuBDyYI%2CUAOI%2CiBlBpWP%3BAkC5CD%2CqBhByYI%2CUAOI%2CiBlBrWP%3BAkC3CD%2CqBhByYI%2CUAOI%2CiBlBpWP%3BAmCnCD%2CmBjBgYI%2CUAOI%2CiBlBrWP%3BAmClCD%2CmBjBgYI%2CUAOI%2CiBlBpWP%3BAoC7CD%2CKAAK%2CKAAK%2COlB0YN%2CUAOI%2CiBlBrWP%3BAoC5CD%2CKAAK%2CKAAK%2COlB0YN%2CUAOI%2CiBlBpWP%3BEACG%2CSAAS%2CEAAT%3BEACA%2CcAAA%3B%3BAAGJ%2CiBAAC%3BAkBuVD%2CeACI%2CUAOI%2CiBlB%5C%2FVP%3BAMzCD%2CyBAkBI%2CyBAoBI%2COAAM%2COAMF%2CONHX%3BA4D9BD%2CQ5D8BC%3BAQ%2BYD%2CQAwFI%2CsBRveH%3BAU2GG%2CKAAC%2CcA0EG%2CiBVrLP%3BAU2GG%2CKAAC%2CcAmJG%2CcV9PP%3BAsC6KD%2CeAGI%2CcAWM%2CWtC3LT%3BAsCqPe%2CeAzBZ%2CsBAuBI%2CSACI%2CSACK%2CKtCrPhB%3BAWvBD%2CmBXuBC%3BAWWD%2CyBXXC%3BA6D7CD%2CsB7D6CC%3BA2BsDO%2CYADJ%2COACK%2CU3BtDR%3BA0ChCD%2CkBAoDI%2CeA4BI%2CSAEI%2Cc1ClDX%3BA0ChCD%2CkBAwGI%2CcACI%2CsB1CzEP%3BAuDpCD%2C0BACI%2CkBvDmCH%3BA%2BBsGD%2CgBA%2BBI%2CS%5C%2FBrIH%3BA%2BBgJD%2CoBACI%2CoB%5C%2FBjJH%3BA%2BBgJD%2CoBAEI%2CkC%5C%2FBlJH%3BAmBoED%2CgCAwCI%2CSACI%2CcnB7GP%3BAgChBD%2CmBhCgBC%3BAgCgGD%2CYAAa%2CMAAK%2CMAEd%2CeAOI%2CShCzGP%3BAgCiGD%2CkBACI%2CeAOI%2CShCzGP%3BAgC8ID%2CcAKI%2CShCnJH%3BA8D3CD%2CUAWI%2CgB9DgCH%3BAyCjDD%2CcAqJI%2CczCpGH%3BAyCjDD%2CcA8JI%2COzC7GH%3BAyCjDD%2CcAyMI%2CezCxJH%3BAmDqWD%2CgBACI%2CiBnDtWH%3BAmCxCD%2CmBAaI%2CiBnC2BH%3BAe2EG%2COAAC%2CQf3EJ%3BAmBlDD%2CwBD0YI%2CUAOI%2CiBlB%5C%2FVP%3BAmBjDD%2CuBDyYI%2CUAOI%2CiBlB%5C%2FVP%3BAkCjDD%2CqBhByYI%2CUAOI%2CiBlB%5C%2FVP%3BAmCxCD%2CmBjBgYI%2CUAOI%2CiBlB%5C%2FVP%3BAoClDD%2CKAAK%2CKAAK%2COlB0YN%2CUAOI%2CiBlB%5C%2FVP%3BEACG%2CWAAA%3B%3BAkByhDJ%2CeACI%3BAA2BJ%3BA6CpmDA%2CQAGI%2CQAAO%3BAAHX%2CQAYI%3BAAZJ%2CQAmBI%3BAfvBJ%2COACI%2CgBAqBI%3BAzCQJ%2CQAAC%3BACmaL%2CQAwFI%2CsBAII%3BAC1cR%3BACtDA%3BAiBMA%2CYA4BI%3BAgClDA%2CsBAAC%2CcAgBG%3BAjBXR%3BAzBoIoB%2CYA5FhB%2CcAKI%2CQAII%2CMAkFI%2CQACK%3BAiCzID%2CQAZhB%2CgBACI%2CUAGI%2CQAGI%2COAKK%3BAzCwJT%2CKArCP%2COAAO%2CSACR%2CQAAO%2CMACH%2COAmCK%2CKSw6CT%3BA8CrkDI%2CMADJ%2CSACK%3BA7C4DT%2CuBACI%2COAAM%2CKDwgDN%3BEAzgCJ%2CsBAAA%3B%3BA2B9fA%2CoBAAC%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BE7C9DA%2CeAAA%3BEAAA%2CgBAAA%3BEAAA%2CcAAA%3BEAAA%2CS8C9NQ%2CO9C8NR%3BEAAA%2Ca%2BCvRe%2CY%5C%2FCuRf%3BEAAA%2CsBAAA%3BE6CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BA7C7TA%2CiBAAC%3BAACD%2CiBAAC%3BEACG%2CSAAS%2CEAAT%3BEACA%2CcAAA%3B%3BAAGJ%2CiBAAC%3BEACG%2CWAAA%3B%3BAkB0lBJ%2CiB0B5MA%3BEACI%2CWAAA%3BEACA%2CSAAA%3B%3BA1B0MJ%2CiB0BvMA%3BEACI%2CYAAA%3BEACA%2CSAAA%3B%3BA1BqMJ%2CiB0BvLA%2COAAM%3BEACF%2C6BAAA%3BEACA%2C0BAAA%3B%3BA1BqLJ%2CiB0BlLA%2COAAS%3BEACL%2C4BAAA%3BEACA%2CcAAA%3BEACA%2CyBAAA%3B%3BA1B%2BKJ%2CiB0B9eA%3BE5CiIA%2CqBAAA%3BE6ChOA%2CqBAAA%3B%3BA3B6kBA%2CiB0B9eA%2CeCqHE%3BE7ChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA6C2CA%2CiBDyFA%2CeCzFC%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BE7C9DA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CcAAA%3BEAAA%2CS8C9NQ%2CO9C8NR%3BEAAA%2Ca%2BCvRe%2CY%5C%2FCuRf%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BE6CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAtRI%2CiBD4EJ%2CeC7EC%2CMACI%3BE7C6ML%2CcAAA%3B%3BA6CvMI%2CiBDsEJ%2CeCvEC%2COACI%3BE7CuML%2CcAAA%3B%3BA4CuHA%2CiBAxPA%2CeAwPC%3BE5CvHD%2CqBAAA%3BE6ChOA%2CqBAAA%3B%3BADuVA%2CiBAxPA%2CeAwPC%2COCnIC%3BE7ChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA6C2CA%2CiBDyFA%2CeAwPC%2COCjVA%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BE7C9DA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CcAAA%3BEAAA%2CS8C%5C%2FNM%2CO9C%2BNN%3BEAAA%2Ca%2BCvRe%2CY%5C%2FCuRf%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BE6CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAtRI%2CiBD4EJ%2CeAwPC%2COCrUA%2CMACI%3BE7C6ML%2CcAAA%3B%3BA6CvMI%2CiBDsEJ%2CeAwPC%2COC%5C%2FTA%2COACI%3BE7CuML%2CcAAA%3B%3BAkB6WA%2CiB0BtaA%3BE5CyDA%2CSAAA%3BEAAA%2CUAAA%3BED1KA%2CqBAAA%3BEC0KA%2CgBAAA%3BEAAA%2CsBAAA%3BEAAA%2CeAAA%3BEAAA%2CeAAA%3BEAAA%2CYAAA%3BE4ChDI%2CsBAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3BE5C8CJ%2CSAAA%3BEAAA%2CyCAAA%3B%3BAkB6WA%2CiB0BtaA%2COAsBI%3BE5CmCJ%2CSAAA%3BEAAA%2CgBAAA%3B%3BA4C3BQ%2CiBA9BR%2COAsBI%2CGAQK%3BE5C2BT%2CmBAAA%3BE4CzBY%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%3BE5CzSJ%2CsDAAA%3BE4C2SI%2CWAAA%3B%3BAAGJ%2CiBAvWA%2COAuWC%3BEACG%2CiBAAA%3BE5C%5C%2FSJ%2CsDAAA%3BE4CiTI%2CWAAA%3B%3BAAlCJ%2CiBAxUA%2COAwUC%3BE5C%5C%2FQD%2CWAAA%3BEAAA%2CUAAA%3B%3BA4CoRA%2CiBA7UA%2COA6UC%3BE5CpRD%2CUAAA%3BEAAA%2CUAAA%3B%3BA4CZA%2CiBAAC%3BEACG%2CiBAAA%3B%3BAADJ%2CiBAAC%2COAGG%3BEACI%2CcAAA%3B%3BAtC%5C%2FQR%2CyBAiEI%2CsBAuDI%2CqBAGM%3BAClEN%2CQApCH%2CKAoCI%2CQAOG%2CmBASM%3BACoUlB%2CqBAII%2CQAAO%3BAyBzWC%2CSAtCP%2CMAAM%2COAmCD%2CUAGG%3BAGrCb%2CqBAAsB%2CQAAO%2COAAO%3BACYpC%2CqBAII%2CQAAO%3BAAHX%2CqBAGI%2CQAAO%3BAAFX%2CaAEI%2CQAAO%3BAADX%2CiBACI%2CQAAO%3BErCoQX%2CWAAA%3BEkBgfI%2CgBAAA%3BEACA%2CsBAAA%3BEACA%2CyBAAA%3BElBlfJ%2CqBAAA%3BE6C9QA%2CqBAAA%3B%3BAAMA%2CkBAAC%3BAvCfD%2CyBAiEI%2CsBAuDI%2CqBAGM%2CUuC5Gb%3BAtC0CO%2CQApCH%2CKAoCI%2CQAOG%2CmBASM%2CUsC1DjB%3BArC8XD%2CqBAII%2CQAAO%2CUqClYV%3BAZyBW%2CSAtCP%2CMAAM%2COAmCD%2CUAGG%2CMYzBZ%3BATZD%2CqBAAsB%2CQAAO%2COAAO%2COSYnC%3BARAD%2CqBAII%2CQAAO%2CWQJV%3BARCD%2CqBAGI%2CQAAO%2CWQJV%3BARED%2CaAEI%2CQAAO%2CWQJV%3BARGD%2CiBACI%2CQAAO%2CWQJV%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE7C9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2Ca%2BCvRe%2CY%5C%2FCuRf%3BEAAA%2CoBAAA%3BEAAA%2CsBAAA%3BE6CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAvChWA%2CyBAiEI%2CsBAuDI%2CqBAGM%2CUYupBT%3BAXztBG%2CQApCH%2CKAoCI%2CQAOG%2CmBASM%2CUWysBb%3BAVrYL%2CqBAII%2CQAAO%2CUUiYN%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%3BElB3fL%2CWAAA%3BEkB6fQ%2CqBAAA%3B%3BAZpxBR%2CyBAiEI%2CsBAuDI%2CqBAGM%2CUY4pBT%3BAX9tBG%2CQApCH%2CKAoCI%2CQAOG%2CmBASM%2CUW8sBb%3BAV1YL%2CqBAII%2CQAAO%2CUUsYN%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%3BAE6PR%3BEUubI%2CgBAAA%3B%3BAA8FJ%2CeAGM%3BAoB9qBN%2CeAgFI%2CSAMI%3BApB8gDR%2CmBACI%2COAv7BE%3BARh3BN%2CaAaI%2COQm2BE%3BAEpzBN%2CiCF2uDI%2COAv7BE%3BAIt0BN%2CuBJ6vDI%2COAv7BE%3BAR5iBN%2CcQm%2BCI%2COAv7BE%3BElB7mBN%2C0BAAA%3BEkBmjBA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BElBrjBA%2C4BAAA%3BEAAA%2CcAAA%3BE6ChOA%2CqBAAA%3B%3BA3B00BA%2CeAGM%2CSAtDL%3BAoBxnBD%2CeAgFI%2CSAMI%2CQpBkiBP%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%2CmB2B3kBE%3BA3BsnBF%2CeAGM%2CS2BznBJ%3BAPrDF%2CeAgFI%2CSAMI%2CQOjCN%3BA3B%2BiDF%2CmBACI%2COAv7BE%2CS2BznBJ%3BAnCvPF%2CaAaI%2COQm2BE%2CS2BznBJ%3BAzB3LF%2CiCF2uDI%2COAv7BE%2CS2BznBJ%3BAvB7MF%2CuBJ6vDI%2COAv7BE%2CS2BznBJ%3BAnC6EF%2CcQm%2BCI%2COAv7BE%2CS2BznBJ%3BE7ChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA6C2CA%2CmBAAC%3BA3Bo0BD%2CeAGM%2CS2Bv0BL%3BAPyJD%2CeAgFI%2CSAMI%2CQO%5C%2FOP%3BA3B6vDD%2CmBACI%2COAv7BE%2CS2Bv0BL%3BAnCzCD%2CaAaI%2COQm2BE%2CS2Bv0BL%3BAzBmBD%2CiCF2uDI%2COAv7BE%2CS2Bv0BL%3BAvBCD%2CuBJ6vDI%2COAv7BE%2CS2Bv0BL%3BAnC2RD%2CcQm%2BCI%2COAv7BE%2CS2Bv0BL%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BE7C9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CS8C9NQ%2CO9C8NR%3BEAAA%2Ca%2BCvRe%2CY%5C%2FCuRf%3BEAAA%2CeAAA%3BEAAA%2CsBAAA%3BE6CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BA3B09CA%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%3BElBrnBR%2CsBAAA%3BEkBunBQ%2CkBAAA%3B%3BA2BvxBR%2Ce3B0xBK%2COACK%2CS2B3xBT%3BA3BmsDD%2CmBACI%2COA16BC%2COACK%2CS2B3xBT%3BAnCnGD%2CaAaI%2COQg3BC%2COACK%2CS2B3xBT%3BAzBvCD%2CiCF2uDI%2COA16BC%2COACK%2CS2B3xBT%3BAvBzDD%2CuBJ6vDI%2COA16BC%2COACK%2CS2B3xBT%3BAnCiOD%2CcQm%2BCI%2COA16BC%2COACK%2CS2B3xBT%3BE7CgKD%2CS8C%5C%2FNM%2CO9C%2BNN%3B%3BAkBmiDA%2CmBACI%2COA16BC%2COAQG%3BARr4BR%2CaAaI%2COQg3BC%2COAQG%3BAEz0BR%2CiCF2uDI%2COA16BC%2COAQG%3BAI31BR%2CuBJ6vDI%2COA16BC%2COAQG%3BARjkBR%2CcQm%2BCI%2COA16BC%2COAQG%3BEACI%2CcAAA%3B%3BAuBl6BZ%2CcA6EI%2CeA4BI%3BEzCsLR%2CcAAA%3BEAAA%2CiBAAA%3BEkBqpBI%2CgBAAA%3B%3BAuBp7BJ%2CcA6EI%2CeAgCI%3BEzCkLR%2CiBAAA%3BEkBgqBI%2CgBAAA%3BEACA%2CSAAA%3B%3BAA2SJ%2CmBACI%3BAqB5mCJ%2CQAqCI%3BApB5FJ%2CyBAGI%3BAAiBJ%2C2BACI%3BAAuBJ%2CgCACI%3BAc6HJ%2C2BACI%3BAAgBJ%2C8BACI%3BAQrQJ%2CcA0LI%3BAA1LJ%2CcA2LI%2CeAAe%3BAU2NnB%2CgBAiBI%2CgBAGI%3BA%5C%2FBzaR%2CwBACI%2COF0uCA%3BAI3uCJ%2CcACI%2COJ0uCA%3BAqB5mCJ%2CQAWI%2CQAAO%2CKAOH%2COAAM%2CIAAI%2CSrB0lCd%3BAuB5uCJ%2CcvB4uCI%3BAiBnqCJ%2C0BACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSjBiqCd%3BAJh4BJ%2CuBAEI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSI63Bd%3BAJ%5C%2F3BJ%2CiBACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSI63Bd%3BElB78BJ%2CgCAAA%3BEAAA%2CmBAAA%3BEAAA%2CoBAAA%3B%3BAkB48BA%2CmBACI%2CaAlPE%3BAAiPN%2CmBACI%2CaAjPE%3BAqB33BN%2CQAqCI%2CQrBq1BE%3BAqB13BN%2CQAqCI%2CQrBs1BE%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%3BAuB3%5C%2FBN%2CcA0LI%2CavBg0BE%3BAuB1%5C%2FBN%2CcA0LI%2CavBi0BE%3BAuB3%5C%2FBN%2CcA2LI%2CeAAe%2COvB%2BzBb%3BAuB1%5C%2FBN%2CcA2LI%2CeAAe%2COvBg0Bb%3BAiCrmBN%2CgBAiBI%2CgBAGI%2COjCglBF%3BAiCpmBN%2CgBAiBI%2CgBAGI%2COjCilBF%3BAE1%5C%2FBN%2CwBACI%2COF0uCA%2CaAlPE%3BAEz%5C%2FBN%2CwBACI%2COF0uCA%2CaAjPE%3BAI1%5C%2FBN%2CcACI%2COJ0uCA%2CaAlPE%3BAIz%5C%2FBN%2CcACI%2COJ0uCA%2CaAjPE%3BAqB33BN%2CQAWI%2CQAAO%2CKAOH%2COAAM%2CIAAI%2CSrB0lCd%2CaAlPE%3BAqB13BN%2CQAWI%2CQAAO%2CKAOH%2COAAM%2CIAAI%2CSrB0lCd%2CaAjPE%3BAuB3%5C%2FBN%2CcvB4uCI%2CaAlPE%3BAuB1%5C%2FBN%2CcvB4uCI%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%3BElB5tBN%2CiBAAA%3BEAAA%2CgBAAA%3B%3BAuC3PA%2CqBAmBI%3BAA4DJ%2CoBAMI%3BAALJ%2CqBAKI%3BAAJJ%2CoBAII%3BAAHJ%2CqBAGI%3BAAFJ%2CgBAEI%3BAADJ%2CeACI%3BErB65BA%2CiBAAA%3B%3BAJ1%5C%2FBJ%2CoBA8II%2CMIi5BA%3BElB5xBJ%2CmBAAA%3B%3BAoB9PY%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%3BElBv0BJ%2CWAAA%3BEAAA%2CiBAAA%3BEkB00BQ%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%3BElBt1BJ%2CiBAAA%3BEkBw1BQ%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%3BElB31B3B%2CiBAAA%3BEkB61BQ%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%3BA%2BCvmCR%2CoBAUI%3BAATJ%2CoBASI%3BA7CrCR%2CwBA8BI%2CqCAgBI%3BAE9CR%2CcA8BI%2C2BAgBI%3BAZ6GJ%2CKAAC%2CcA6JG%3BAI7RR%2CoBAuII%3BEI4%2BBA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BElBl3BJ%2CqBAAA%3BE6ChOA%2CqBAAA%3B%3BAAMA%2CcAAC%3BAoBzCG%2CoBAUI%2CgBpB%2BBP%3BAoBxCG%2CoBASI%2CgBpB%2BBP%3BAzBpED%2CwBA8BI%2CqCAgBI%2CgByBsBP%3BAvBpED%2CcA8BI%2C2BAgBI%2CgBuBsBP%3BAnCuFG%2CKAAC%2CcA6JG%2CgBmCpPP%3BA%5C%2FBzCD%2CoBAuII%2CgB%2BB9FH%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BE7C9DA%2CcAAA%3BEAAA%2CgBAAA%3BEAAA%2CcAAA%3BEAAA%2CS8C9NQ%2CO9C8NR%3BEAAA%2Ca%2BCvRe%2CY%5C%2FCuRf%3BEAAA%2CiBAAA%3BEAAA%2CsBAAA%3BE6CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAoB5UI%2CoBAUI%2CgB%5C%2FCqnCH%3BA%2BC9nCD%2CoBASI%2CgB%5C%2FCqnCH%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%3BA2B%5C%2FhCR%2CuBAAC%3BAoBvFW%2CoBAFJ%2CgBAEK%2CSpBuFZ%3BAoBvFW%2CoBAFJ%2CgBAEK%2CSpBuFZ%3BAzB9EW%2CwBAlBR%2CqCAgBI%2CgBAEK%2CSyB8EZ%3BAvB9EW%2CcAlBR%2C2BAgBI%2CgBAEK%2CSuB8EZ%3BAnC4LW%2CKA%5C%2FJP%2CcA6JG%2CgBAEK%2CSmC5LZ%3BA%5C%2FBsCO%2CoBAFJ%2CgBAEK%2CS%2BBtCR%3BE7CgKD%2CS8C%5C%2FNM%2CO9C%2BNN%3B%3BAyDhSA%2CiBAKI%2CsBAKI%3BAtCoDR%2CyBACI%3BEnBiOJ%2CmBAAA%3B%3BAmD%5C%2FHI%2COAAC%2CQjC0hCD%2CQACK%3BAiCryBT%2CgBAiBI%2CgBAOI%2CwBjC4wBJ%2CQACK%3BEACG%2CkBAAA%3B%3BAiC5hCR%2COAAC%2CQjC0hCD%2CQAKK%3BAiCzyBT%2CgBAiBI%2CgBAOI%2CwBjC4wBJ%2CQAKK%3BEACG%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAiCpiCR%2COAAC%2CQjC0hCD%2CQAaK%3BAiCjzBT%2CgBAiBI%2CgBAOI%2CwBjC4wBJ%2CQAaK%3BEACG%2CmBAAA%3BEACA%2CmBAAA%3B%3BAqBrqCZ%2CqBACI%2COAAM%2CUASF%2CMAAK%2CQAGD%2CQrBoqCP%3BAqB3iCL%2CQAaI%2CMAAK%2CMACD%2CKAAI%2CQACA%2CQrB4hCP%3BAqB1iCL%2CuBAYI%2CMAAK%2CMACD%2CKAAI%2CQACA%2CQrB4hCP%3BAqBziCL%2CiBAWI%2CMAAK%2CMACD%2CKAAI%2CQACA%2CQrB4hCP%3BAqBrgCL%2CMAwBI%2CaAGI%2CQrB0%2BBH%3BElBt7BL%2C8BAAA%3BEkBw7BQ%2CSAAS%2CEAAT%3BEACA%2CqBAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3BEACA%2CoBAAA%3B%3BAqBvrCR%2CqBACI%2COAAM%2CUASF%2CMAAK%2CQAGD%2CQrB6qCP%2CWACI%3BAqBrjCT%2CQAaI%2CMAAK%2CMACD%2CKAAI%2CQACA%2CQrBqiCP%2CWACI%3BAqBpjCT%2CuBAYI%2CMAAK%2CMACD%2CKAAI%2CQACA%2CQrBqiCP%2CWACI%3BAqBnjCT%2CiBAWI%2CMAAK%2CMACD%2CKAAI%2CQACA%2CQrBqiCP%2CWACI%3BAqB%5C%2FgCT%2CMAwBI%2CaAGI%2CQrBm%5C%2FBH%2CWACI%3BEACG%2CaAAA%3B%3BAE%5C%2FtCZ%2CwBACI%2COF0uCA%2CaAGM%3BAI9uCV%2CcACI%2COJ0uCA%2CaAGM%3BAqB%5C%2FmCV%2CQAWI%2CQAAO%2CKAOH%2COAAM%2CIAAI%2CSrB0lCd%2CaAGM%3BAuB%5C%2FuCV%2CcvB4uCI%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%3BAqBpnCJ%2CQAWI%2CQAAO%2CKAOH%2COAAM%2CIAAI%2CSrBkmCd%3BAuBpvCJ%2CcvBovCI%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%3BAqBrnCV%2CQAWI%2CQAAO%2CKAOH%2COAAM%2CIAAI%2CSrBkmCd%2CWACM%3BAuBrvCV%2CcvBovCI%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%3BElBt9BV%2CiBAAA%3B%3BAoB9RA%2CwBACI%2COFkvCA%2CWAQM%3BAI3vCV%2CcACI%2COJkvCA%2CWAQM%3BAqB5nCV%2CQAWI%2CQAAO%2CKAOH%2COAAM%2CIAAI%2CSrBkmCd%2CWAQM%3BAuB5vCV%2CcvBovCI%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%3BAoBjvCZ%2CeAUI%2CUAII%2COpB%2BuCH%3BAoB5iCL%2CeAwII%2CaAEI%2COpBk6BH%3BAoB5iCL%2CeAyII%2CgBACI%2COpBk6BH%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%3BElBzhCX%2CqBAAA%3BE6C9QA%2CqBAAA%3B%3BAAMA%2CaAAC%3BA3B0xCD%2CuBAOI%2CQAAO%2CI2BjyCV%3BAZbG%2CSAAC%2CMAAM%2COf8yCP%2CQAAO%2CI2BjyCV%3BAZiHG%2CSAAC%2CSfgrCD%2CQAAO%2CI2BjyCV%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE7C9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CS8CpOU%2CO9CoOV%3BEAAA%2Ca%2BCvRe%2CY%5C%2FCuRf%3BEAAA%2CsBAAA%3BE6CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAZ9VI%2CSAAC%2CMAAM%2COfwyCP%2COAAO%2CMAAK%2CWACP%3BAe3qCL%2CSAAC%2CSf0qCD%2COAAO%2CMAAK%2CWACP%3BElBphCT%2CmBAAA%3B%3BAiCrRI%2CSAAC%2CMAAM%2COf8yCP%2CQAAO%2CIAEF%3BAelrCL%2CSAAC%2CSfgrCD%2CQAAO%2CIAEF%3BEACG%2CkBAAA%3BEACA%2CiBAAA%3B%3BAAwXZ%2CmBAqBI%3BAVzwCJ%2CQAgFI%3BAEpfJ%2CaAaI%2COA0BI%2CUAAS%2CSACH%3BAAxCd%2CaAaI%2COA0BI%2CUAAS%2CSAEH%2CUAAU%3BA4ByJxB%2CeA%2BCI%2CsBAYI%2CMAAK%2CYAED%3BAkB3RZ%2CsBAgFI%2CUAAS%2CSAKJ%2CUAAU%3BAzB4GnB%2CoBA2BI%2CaACI%2CoBAKI%2CQAAO%3BAUlOnB%2CcA8JI%2COAGI%2CkBACI%2CcACI%2CUAKM%2CUAAU%3BAAxKhC%2CcA8PI%3BAAcJ%2CyBACI%3BAADJ%2CyBAEI%3BA1BkGJ%3BALpOA%2CYQ6jDI%3BAwBxrDJ%2CkBAYI%2CcxB4qDA%3BEAlYJ%2CaAAA%3B%3BAiB5yCA%3BArB0RA%3BEdtBA%2CsBAAA%3BEkBokCI%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%3BAqB1tCpB%2CQAGI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%3BAALrB%2CuBAEI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%3BAAJrB%2CiBACI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%3BApBnFrB%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%3BAoCnIN%2CQAGI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMpC2HnB%2CQAAQ%2CKAAE%2CUAAU%2CMAChB%3BAoClIN%2CQAGI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMpC2HnB%2CQAAQ%2CKAAE%2CUAAU%2CMAEhB%3BAoClIN%2CuBAEI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMpC2HnB%2CQAAQ%2CKAAE%2CUAAU%2CMAChB%3BAoCjIN%2CuBAEI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMpC2HnB%2CQAAQ%2CKAAE%2CUAAU%2CMAEhB%3BAoCjIN%2CiBACI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMpC2HnB%2CQAAQ%2CKAAE%2CUAAU%2CMAChB%3BAoChIN%2CiBACI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMpC2HnB%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%3BEHdN%2CmBAAA%3B%3BAkBgpCA%2CkBflsCE%2CQAGI%2CKACI%3BAe8rCV%2CkBfjsCE%2CQAEI%2CKACI%3BAe8rCV%2CkBfhsCE%2CQACI%2CKACI%3BAe8rCV%2CkBflsCE%2CQAGI%2CKAEI%3BAe6rCV%2CkBfjsCE%2CQAEI%2CKAEI%3BAe6rCV%2CkBfhsCE%2CQACI%2CKAEI%3BAoCxEV%2CQAGI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMpC6DnB%2CQAGI%2CKACI%3BAoCvEV%2CQAGI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMpC8DnB%2CQAEI%2CKACI%3BAoCvEV%2CQAGI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMpC%2BDnB%2CQACI%2CKACI%3BAoCvEV%2CQAGI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMpC6DnB%2CQAGI%2CKAEI%3BAoCxEV%2CQAGI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMpC8DnB%2CQAEI%2CKAEI%3BAoCxEV%2CQAGI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMpC%2BDnB%2CQACI%2CKAEI%3BAoCvEV%2CuBAEI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMpC6DnB%2CQAGI%2CKACI%3BAoCtEV%2CuBAEI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMpC8DnB%2CQAEI%2CKACI%3BAoCtEV%2CuBAEI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMpC%2BDnB%2CQACI%2CKACI%3BAoCtEV%2CuBAEI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMpC6DnB%2CQAGI%2CKAEI%3BAoCvEV%2CuBAEI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMpC8DnB%2CQAEI%2CKAEI%3BAoCvEV%2CuBAEI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMpC%2BDnB%2CQACI%2CKAEI%3BAoCtEV%2CiBACI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMpC6DnB%2CQAGI%2CKACI%3BAoCrEV%2CiBACI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMpC8DnB%2CQAEI%2CKACI%3BAoCrEV%2CiBACI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMpC%2BDnB%2CQACI%2CKACI%3BAoCrEV%2CiBACI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMpC6DnB%2CQAGI%2CKAEI%3BAoCtEV%2CiBACI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMpC8DnB%2CQAEI%2CKAEI%3BAoCtEV%2CiBACI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMpC%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%3BAoCjFV%2CQAGI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMpCwEnB%2CQACI%2CKACI%3BAoChFV%2CQAGI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMpCwEnB%2CQACI%2CKAEI%3BAoChFV%2CuBAEI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMpCwEnB%2CQACI%2CKACI%3BAoC%5C%2FEV%2CuBAEI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMpCwEnB%2CQACI%2CKAEI%3BAoC%5C%2FEV%2CiBACI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMpCwEnB%2CQACI%2CKACI%3BAoC9EV%2CiBACI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMpCwEnB%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%3BEHoCV%2C6BAAA%3B%3BAQknBA%2CcAgBI%3BA6BpzBJ%2CeAKI%3BErC6KJ%2CcAAA%3BEAAA%2CiBAAA%3BEkBstCI%2CsBAAA%3BEACA%2CmBAAA%3B%3BAVrmBJ%2CcAgBI%2CSUulBC%3BAmB34CL%2CeAKI%2CSnBs4CC%3BEACG%2CSAAS%2CGAAT%3B%3BAVxmBR%2CcAgBI%2CSU2lBC%3BAmB%5C%2F4CL%2CeAKI%2CSnB04CC%3BEACG%2CSAAS%2CGAAT%3B%3BAV5mBR%2CcACI%3BAM1kBJ%2CcACI%3BACqBJ%2COAGI%3BAsBpPJ%2CeACI%3BEnB05CA%2CgBAAA%3B%3BAVvnBJ%2CcACI%2CaUwnBA%3BAJlsCJ%2CcACI%2CaIisCA%3BAH5qCJ%2COAGI%2CaGyqCA%3BAmB75CJ%2CeACI%2CanB45CA%3BEACI%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CsBAAA%3B%3BA8B%5C%2F7CR%3BAtCzDA%2CeACI%3BEQkgDA%2CmBAAA%3B%3BA8B18CJ%2CkB9B48CI%2CSAAQ%2CKACJ%3BARtgDR%2CeACI%2CWQogDA%2CSAAQ%2CKACJ%3BEACI%2CaAAA%3B%3BA8B98CZ%2CkB9B48CI%2CSAAQ%2CKAKJ%3BAR1gDR%2CeACI%2CWQogDA%2CSAAQ%2CKAKJ%3BElBhwCR%2CuBAAA%3BEAAA%2CkBAAA%3BEAAA%2CUAAA%3BEAAA%2CcAAA%3BEAAA%2CqBAAA%3BEI5FA%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CeAAA%3BEc81CY%2CgBAAA%3B%3BAnBr5CZ%2CwBmB44CI%2CSAAQ%2CKAKJ%2COnBj5CP%3BAiDhED%2CkB9B48CI%2CSAAQ%2CKAKJ%2COnBj5CP%3BAWzHD%2CeACI%2CWQogDA%2CSAAQ%2CKAKJ%2COnBj5CP%3BECiJD%2CcAAA%3BEAAA%2CqBAAA%3B%3BAD5IA%2CwBmBu4CI%2CSAAQ%2CKAKJ%2COnB54CP%3BAiDrED%2CkB9B48CI%2CSAAQ%2CKAKJ%2COnB54CP%3BAW9HD%2CeACI%2CWQogDA%2CSAAQ%2CKAKJ%2COnB54CP%3BEC4ID%2CcAAA%3BEAAA%2C0BAAA%3B%3BADvIA%2CwBmBk4CI%2CSAAQ%2CKAKJ%2COnBv4CP%3BAiD1ED%2CkB9B48CI%2CSAAQ%2CKAKJ%2COnBv4CP%3BAWnID%2CeACI%2CWQogDA%2CSAAQ%2CKAKJ%2COnBv4CP%3BECuID%2CcAAA%3BEAAA%2C0BAAA%3B%3BAIxFA%2CwBcm1CI%2CSAAQ%2CKAKJ%2COdx1CP%3BAACD%2CwBck1CI%2CSAAQ%2CKAKJ%2COdv1CP%3BAACD%2CwBci1CI%2CSAAQ%2CKAKJ%2COdt1CP%3BA4C3HD%2CkB9B48CI%2CSAAQ%2CKAKJ%2COdx1CP%3BA4CzHD%2CkB9B48CI%2CSAAQ%2CKAKJ%2COdv1CP%3BA4C1HD%2CkB9B48CI%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%3BA8Bj9CR%2CkB9B48CI%2CSAAQ%2CKAKJ%2COdj1CP%3BA4ChID%2CkB9B48CI%2CSAAQ%2CKAKJ%2COdh1CP%3BAACD%2CQAAQ%2CU4ClIR%2CmB9B48CI%2CSAAQ%2CKAKJ%3BAR1gDR%2CeACI%2CWQogDA%2CSAAQ%2CKAKJ%2COdj1CP%3BAMzLD%2CeACI%2CWQogDA%2CSAAQ%2CKAKJ%2COdh1CP%3BAACD%2CQAAQ%2CUM3LR%2CgBACI%2CWQogDA%2CSAAQ%2CKAKJ%3BElBhwCR%2CcAAA%3BEAAA%2CYAAA%3BEI5EI%2CeAAA%3BEACA%2CoBAAA%3BEACA%2C0BAAA%3B%3BAKjDQ%2CKArCP%2COAAO%2CSACR%2CQAAO%2CMACH%2COAmCK%2CKSw6CT%3BACzgDJ%2CuBACI%2COAAM%2CKDwgDN%3BEACI%2CkBAAA%3B%3BAAFR%2CeAMI%3BAgDp7CJ%2CMAAM%2CKAEF%3BAADJ%2CUACI%3BA%5C%2FCtFJ%2CyBAOI%2CyBAOI%3BAV6EI%2CKArCP%2COAAO%2CSACR%2CQAAO%2CMACH%2COAmCK%2CKS66CT%3BAC9gDJ%2CuBACI%2COAAM%2CKD6gDN%3BElBlzCJ%2CkBAAA%3BEkB%2BzCI%2COAAO%2CwBAAP%3B%3BA8CvlDI%2CMADJ%2CSACK%3BE9CkmDL%2CkBAAA%3B%3BA8ClmDI%2CMADJ%2CSACK%2Cc9ComDL%3BElB50CJ%2CkBAAA%3BEkB80CQ%2COAAO%2C8BAAP%3B%3BAQxmDR%2CqBACI%2CaACI%2CeACI%3BAiCIR%2CsBAAC%2CcAgBG%3BE3DmQR%2CYAAA%3BEAAA%2CSAAA%3BEkB01CA%2CUAAA%3B%3BAQpnDA%2CqBACI%2CaACI%2CeACI%2CuBRmnDX%3BAQtnDD%2CqBACI%2CaACI%2CeACI%2CuBRonDX%3BAyChnDG%2CsBAAC%2CcAgBG%2CuBzC%2BlDP%3BAyC%5C%2FmDG%2CsBAAC%2CcAgBG%2CuBzCgmDP%3BElB%5C%2FyCD%2C8BAAA%3BEACA%2CSAAA%3BEACA%2CQAAA%3BEAhDA%2CiBAAA%3BEAAA%2CWAAA%3BEkBq2CI%2CUAAA%3BEACA%2CMAAA%3B%3BAQhoDJ%2CqBACI%2CaACI%2CeACI%2CuBRgoDX%3BAyC5nDG%2CsBAAC%2CcAgBG%2CuBzC4mDP%3BElBz2CD%2C4BAAA%3B%3BA0B1RA%2CqBACI%2CaACI%2CeACI%2CuBRooDX%3BAyChoDG%2CsBAAC%2CcAgBG%2CuBzCgnDP%3BElB72CD%2C4BAAA%3BEkB%2B2CI%2CQAAA%3B%3BAP%5C%2FmDJ%2CYAOI%3BAiBpBJ%2C%2BBAGI%3BAcJJ%2CkBAMM%3BA7BYN%2C0BAQI%3BEboPJ%2CoBAAA%3BEAAA%2CWAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3B%3BAUnJA%3BAgC3HA%2CkBAYI%3BExBwpDA%2C0BAAA%3BEACA%2CiBAAA%3B%3BAR1iDJ%2CYQ4iDI%2CMAEI%3BAR9iDR%2CYQ6iDI%2CMACI%3BAwBzqDR%2CkBAYI%2CcxB2pDA%2CMAEI%3BAwBzqDR%2CkBAYI%2CcxB4pDA%2CMACI%3BEACI%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3B%3BARjjDZ%2CYQ4iDI%2CMAQI%3BARpjDR%2CYQ6iDI%2CMAOI%3BAwB%5C%2FqDR%2CkBAYI%2CcxB2pDA%2CMAQI%3BAwB%5C%2FqDR%2CkBAYI%2CcxB4pDA%2CMAOI%3BEACI%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CuBAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3B%3BARzjDZ%2CYQikDI%2COACI%3BARlkDR%2CYQikDI%2COAEI%3BAwB9rDR%2CkBAYI%2CcxBgrDA%2COACI%3BAwB7rDR%2CkBAYI%2CcxBgrDA%2COAEI%3BEACI%2CeAAA%3B%3BARpkDZ%2CYQikDI%2COAMI%3BAwBlsDR%2CkBAYI%2CcxBgrDA%2COAMI%3BEACI%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3B%3BAR1kDZ%2CYQikDI%2COAYI%3BAwBxsDR%2CkBAYI%2CcxBgrDA%2COAYI%3BElB17CR%2CiBAAA%3BEkB47CY%2C0BAAA%3BEACA%2CmBAAA%3B%3BARhlDZ%2CYQikDI%2COAkBI%3BAwB9sDR%2CkBAYI%2CcxBgrDA%2COAkBI%3BElBh8CR%2CiBAAA%3BEkBk8CY%2C0BAAA%3B%3BARrlDZ%2CYQylDI%3BAwBptDJ%2CkBAYI%2CcxBwsDA%3BEACI%2CmBAAA%3B%3BAR1lDR%2CYQ6lDI%2CMAAM%2CGAAE%2CWAAY%3BAwBxtDxB%2CkBAYI%2CcxB4sDA%2CMAAM%2CGAAE%2CWAAY%3BEAChB%2CoBAAA%3B%3BAR9lDR%2CYQimDI%2CYACK%2CQACG%3BARnmDZ%2CYQimDI%2CYACK%2CQAEG%3BAwB%5C%2FtDZ%2CkBAYI%2CcxBgtDA%2CYACK%2CQACG%3BAwB9tDZ%2CkBAYI%2CcxBgtDA%2CYACK%2CQAEG%3BEACI%2C6BAAA%3BEACA%2C0BAAA%3BEACA%2CeAAA%3B%3BARvmDhB%2CYQimDI%2CYACK%2CQAQG%2CQAAQ%3BAwBruDpB%2CkBAYI%2CcxBgtDA%2CYACK%2CQAQG%2CQAAQ%3BEACJ%2CmBAAA%3BEACA%2CkBAAA%3BElBz9ChB%2CqBAAA%3BE6ChOA%2CqBAAA%3B%3BA3B%2BqDQ%2CmBADJ%2CYACK%2CQAQG%2CQAAQ%2CO2Bn%2BClB%3BAnCvIF%2CYQimDI%2CYACK%2CQAQG%2CQAAQ%2CO2Bn%2BClB%3BAHlQF%2CkBAYI%2CcxBgtDA%2CYACK%2CQAQG%2CQAAQ%2CO2Bn%2BClB%3BE7ChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA6C2CA%2CmB3BwqDI%2CYACK%2CQAQG%2CQAAQ%2CO2BjrDnB%3BAnCuED%2CYQimDI%2CYACK%2CQAQG%2CQAAQ%2CO2BjrDnB%3BAHpDD%2CkBAYI%2CcxBgtDA%2CYACK%2CQAQG%2CQAAQ%2CO2BjrDnB%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BE7C9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CS8C9NQ%2CO9C8NR%3BEAAA%2Ca%2BCvRe%2CY%5C%2FCuRf%3BEAAA%2CsBAAA%3BE6CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAnC5NA%2CYQimDI%2CYACK%2CQAQG%2CQAAQ%2COAWH%3BAwBhvDjB%2CkBAYI%2CcxBgtDA%2CYACK%2CQAQG%2CQAAQ%2COAWH%3BEACG%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CQAAA%3B%3BARxnDpB%2CYQimDI%2CYACK%2CQA0BI%2CSACG%3BAR7nDhB%2CYQimDI%2CYACK%2CQA0BI%2CSAEG%3BAwBzvDhB%2CkBAYI%2CcxBgtDA%2CYACK%2CQA0BI%2CSACG%3BAwBxvDhB%2CkBAYI%2CcxBgtDA%2CYACK%2CQA0BI%2CSAEG%3BEACI%2CgBAAA%3B%3BA2B5oDpB%2CmB3B8mDI%2CYACK%2CQA0BI%2CSAMG%2CQAAQ%2CO2B%5C%2FoDvB%3BAnCaD%2CYQimDI%2CYACK%2CQA0BI%2CSAMG%2CQAAQ%2CO2B%5C%2FoDvB%3BAH9GD%2CkBAYI%2CcxBgtDA%2CYACK%2CQA0BI%2CSAMG%2CQAAQ%2CO2B%5C%2FoDvB%3BE7CgKD%2CS8C%5C%2FNM%2CO9C%2BNN%3B%3BAUnJA%2CYQimDI%2CYA0CK%3BAwBtwDT%2CkBAYI%2CcxBgtDA%2CYA0CK%3BEACG%2C6BAAA%3BEACA%2CaAAA%3B%3BAR7oDZ%2CYQimDI%2CYA0CK%2CQAII%3BAwB1wDb%2CkBAYI%2CcxBgtDA%2CYA0CK%2CQAII%3BEACG%2CkBAAA%3B%3BARhpDhB%2CYQqpDI%3BAwBhxDJ%2CkBAYI%2CcxBowDA%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%2CaoERc%2CWpEQd%3BEACA%2CSAAS%2C8CAAsB%2COAAO%2CcAClC%2C6CAAqB%2COAAO%2COADhC%3BEAEA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BAANJ%3BEACI%2CaoEAc%2CWpEAd%3BEACA%2CSAAS%2CgDAAsB%2COAAO%2CcAClC%2C%2BCAAqB%2COAAO%2COADhC%3BEAEA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BAANJ%3BEACI%2CaoEQc%2CWpERd%3BEACA%2CSAAS%2CiDAAsB%2COAAO%2CcAClC%2CgDAAqB%2COAAO%2COADhC%3BEAEA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BAANJ%3BEACI%2CaoEgBc%2CWpEhBd%3BEACA%2CSAAS%2C6CAAsB%2COAAO%2CcAClC%2C4CAAqB%2COAAO%2COADhC%3BEAEA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BAoEmCJ%3BEnE%2BOA%2CSAAA%3BEAAA%2CUAAA%3BED1KA%2CqBAAA%3B%3BAgElHA%3BE%5C%2FDgZA%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEA2BA%2CuBAAA%3BEACQ%2CeAAA%3BEoEnZJ%2CsBAAA%3B%3BAAEJ%2CQAAC%3BEACG%2CWAAA%3BEACA%2CSAAS%2CGAAT%3BEACA%2CcAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BALnCJ%2CQAGI%2CQAAO%3BE%5C%2FDyRX%2CoBAAA%3BEA0IA%2CwBAAA%3BEACQ%2CgBAAA%3BEAfR%2CoBAAA%3BEACQ%2CYAAA%3BEAmCR%2CiBAAA%3BEACC%2CgBAAA%3BEACQ%2CQAAA%3BE%2BDrbD%2CWAAA%3B%3BAATR%2CQAYI%3BE%5C%2FD4YJ%2CoBAAA%3BEACQ%2CYAAA%3BEAaR%2CwBAAA%3BEACQ%2CgBAAA%3BEAqBR%2CiBAAA%3BEACC%2CgBAAA%3BEACQ%2CQAAA%3B%3BA%2BD9bT%2CQAmBI%3BE%5C%2FDqYJ%2CoBAAA%3BEACQ%2CYAAA%3BEAaR%2CwBAAA%3BEACQ%2CgBAAA%3BEAqBR%2CiBAAA%3BEACC%2CgBAAA%3BEACQ%2CQAAA%3B%3BAqElcT%3BEACI%2CmBAAA%3B%3BAAGJ%2CKlEyeE%3BEHzdF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAqEnBA%2CMACI%3BErEuRJ%2CmBAAA%3B%3BAqEpRY%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%3BEtE%2BRR%2CgBAAA%3BEAAA%2C4BAAA%3BEuEnQA%2CcAAA%3BEvEmQA%2CiBAAA%3BEAAA%2CmBAAA%3BEAAA%2CcAAA%3BEAAA%2CkBAAA%3BEuEtCA%2CkBAAA%3B%3BADzPA%2CQAAQ%2CKCoDR%3BEvE2OA%2CcAAA%3B%3BAuExOI%2CQDvDI%2CKCoDR%2CEAGK%3BEvEwOL%2CcAAA%3B%3BAuEpOI%2CQD3DI%2CKCoDR%2CEAOK%3BEvEoOL%2CcAAA%3B%3BAsE%5C%2FRA%2CQAAQ%2CKC2PN%2CIAAC%2CYAAY%3BE1BiGf%2CmCAAA%3BEACA%2CkCAAA%3BE7C9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CS8C9PW%2CO9C8PX%3BEAAA%2Ca%2BCvRe%2CY%5C%2FCuRf%3BEAAA%2CiBAAA%3BEAAA%2CsBAAA%3BE6CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BE7CxEA%2COAAA%3BEAAA%2CSAAA%3BEAAA%2CWAAA%3BEuErBI%2CkBAAA%3BEACA%2CkBAAA%3B%3BADvQJ%2CQAAQ%3BEtE2RR%2CgBAAA%3BEAAA%2C4BAAA%3BEuEnQA%2CcAAA%3BEvEmQA%2CiBAAA%3BEAAA%2CmBAAA%3BEAAA%2CcAAA%3BEAAA%2CkBAAA%3BEuEtCA%2CkBAAA%3B%3BADrPA%2CQAAQ%2CMCgDR%3BEvE2OA%2CcAAA%3B%3BAuExOI%2CQDnDI%2CMCgDR%2CEAGK%3BEvEwOL%2CcAAA%3B%3BAuEpOI%2CQDvDI%2CMCgDR%2CEAOK%3BEvEoOL%2CcAAA%3B%3BAsE3RA%2CQAAQ%2CMCuPN%2CIAAC%2CYAAY%3BE1BiGf%2CmCAAA%3BEACA%2CkCAAA%3BE7C9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSCjRS%2CODiRT%3BEAAA%2Ca%2BCvRe%2CY%5C%2FCuRf%3BEAAA%2CiBAAA%3BEAAA%2CsBAAA%3BE6CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BE7CxEA%2COAAA%3BEAAA%2CSAAA%3BEAAA%2CWAAA%3BEuErBI%2CkBAAA%3BEACA%2CkBAAA%3B%3BADnQJ%2CQAAQ%3BEtEuRR%2CgBAAA%3BEAAA%2C4BAAA%3BEuEnQA%2CcAAA%3BEvEmQA%2CiBAAA%3BEAAA%2CmBAAA%3BEAAA%2CcAAA%3BEAAA%2CkBAAA%3BEuEtCA%2CkBAAA%3B%3BADjPA%2CQAAQ%2CQC4CR%3BEvE2OA%2CcAAA%3B%3BAuExOI%2CQD%5C%2FCI%2CQC4CR%2CEAGK%3BEvEwOL%2CcAAA%3B%3BAuEpOI%2CQDnDI%2CQC4CR%2CEAOK%3BEvEoOL%2CcAAA%3B%3BAsEvRA%2CQAAQ%2CQCmPN%2CIAAC%2CYAAY%3BE1BiGf%2CmCAAA%3BEACA%2CkCAAA%3BE7C9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CS8C9PW%2CO9C8PX%3BEAAA%2Ca%2BCvRe%2CY%5C%2FCuRf%3BEAAA%2CiBAAA%3BEAAA%2CsBAAA%3BE6CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BE7CxEA%2COAAA%3BEAAA%2CSAAA%3BEAAA%2CWAAA%3BEuErBI%2CkBAAA%3BEACA%2CkBAAA%3B%3BAD%5C%2FPJ%2CQAAQ%3BEtEmRR%2CgBAAA%3BEAAA%2C4BAAA%3BEuEnQA%2CcAAA%3BEvEmQA%2CiBAAA%3BEAAA%2CmBAAA%3BEAAA%2CcAAA%3BEAAA%2CkBAAA%3BEuEtCA%2CkBAAA%3B%3BAD7OA%2CQAAQ%2COCwCR%3BEvE2OA%2CcAAA%3B%3BAuExOI%2CQD3CI%2COCwCR%2CEAGK%3BEvEwOL%2CcAAA%3B%3BAuEpOI%2CQD%5C%2FCI%2COCwCR%2CEAOK%3BEvEoOL%2CcAAA%3B%3BAsEnRA%2CQAAQ%2COC%2BON%2CIAAC%2CYAAY%3BE1BiGf%2CmCAAA%3BEACA%2CkCAAA%3BE7C9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CS8C9PW%2CO9C8PX%3BEAAA%2Ca%2BCvRe%2CY%5C%2FCuRf%3BEAAA%2CiBAAA%3BEAAA%2CsBAAA%3BE6CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BE7CxEA%2COAAA%3BEAAA%2CSAAA%3BEAAA%2CWAAA%3BEuErBI%2CkBAAA%3BEACA%2CkBAAA%3B%3BAD3PJ%2CQAAQ%3BEtE%2BQR%2CgBAAA%3BEAAA%2C4BAAA%3BEuEnQA%2CcAAA%3BEvEmQA%2CiBAAA%3BEAAA%2CmBAAA%3BEAAA%2CcAAA%3BEAAA%2CkBAAA%3BEuEtCA%2CkBAAA%3B%3BADzOA%2CQAAQ%2CQCoCR%3BEvE2OA%2CcAAA%3B%3BAuExOI%2CQDvCI%2CQCoCR%2CEAGK%3BEvEwOL%2CcAAA%3B%3BAuEpOI%2CQD3CI%2CQCoCR%2CEAOK%3BEvEoOL%2CcAAA%3B%3BAsE%5C%2FQA%2CQAAQ%2CQC2ON%2CIAAC%2CYAAY%3BE1BiGf%2CmCAAA%3BEACA%2CkCAAA%3BE7C9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSClRW%2CODkRX%3BEAAA%2Ca%2BCvRe%2CY%5C%2FCuRf%3BEAAA%2CiBAAA%3BEAAA%2CsBAAA%3BE6CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BE7CxEA%2COAAA%3BEAAA%2CSAAA%3BEAAA%2CWAAA%3BEuErBI%2CkBAAA%3BEACA%2CkBAAA%3B%3BACrQJ%2CMAAM%2COACF%3BAADJ%2CMAAM%2COAEF%3BEACI%2CaAAA%3B%3BAAIR%3BExEkRA%2CmBAAA%3B%3BAwE9QA%3BExE8QA%2CqBAAA%3BE6C9QA%2CqBAAA%3BE2BQI%2CeAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3B%3BA3BRJ%2CWAAC%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE7C9DA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CcAAA%3BEAAA%2CS8CvPQ%2CO9CuPR%3BEAAA%2Ca%2BCvRe%2CY%5C%2FCuRf%3BEAAA%2CsBAAA%3BE6CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CWADH%2CMACI%3BE7C2PL%2CWAAA%3B%3BAwE9QA%2CW3BkQE%3BE7ChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAyE1BA%2CQAAQ%3BECqBR%2CkBAAA%3B%3BADrBA%2CQAAQ%2CQCuBR%3BE1EwQA%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CkBAAA%3BEAAA%2CYAAA%3BE0EhQI%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BE1E8PJ%2CWAAA%3BEAAA%2CgBAAA%3BEAAA%2CsBAAA%3BEAAA%2CgBAAA%3BE0ExFA%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%3BE1EqOL%2CkBAAA%3BE0EnOQ%2CyBAAA%3B%3BAAGJ%2CQD%5C%2FDI%2CQCuBR%2CiBAwCK%3BE1EgOL%2CkBAAA%3BE0E9NQ%2CyBAAA%3B%3BAAyIR%2CQD1MQ%2CQCuBR%2CiBAmLC%3BAACD%2CQD3MQ%2CQCuBR%2CiBAoLC%3BEACG%2CYAAA%3B%3BAAGJ%2CQD%5C%2FMQ%2CQCuBR%2CiBAwLC%3BE1EgFD%2CyBAAA%3BEAAA%2CUAAA%3BEAAA%2CkBAAA%3B%3BA0E1EA%2CQDrNQ%2CQCuBR%2CiBA8LC%3BE1E0ED%2CyBAAA%3BEAAA%2CUAAA%3BEAAA%2CkBAAA%3B%3BA0EhNA%2CQD%5C%2FEQ%2CQC%2BEN%3BE1EgNF%2CYAAA%3B%3BA0E5MA%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%3BE3E%2BRL%2C0CAAA%3BEAAA%2CaAAA%3BE4E7QA%2CSAAA%3BEACA%2COAAA%3BEACA%2CeAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3BEDpBI%2CkBAAA%3B%3BACsBJ%2CKDxBK%2CUCwBJ%3BE5EuQD%2C4B6E3RgC%2C2C7E2RhC%3BEAAA%2CkBAAA%3BEAAA%2CaAAA%3BEAAA%2CYAAA%3BE4EhQI%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%3BElEwRA%2CSAAA%3BEAAA%2CgBAAA%3BEAAA%2CUAAA%3BEK0KA%2CuBAAA%3B%3BA6DlcA%2CS7DocE%3BEACE%2CsBAAA%3B%3BA6DrcJ%2CS7DwcE%3BELhLF%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CWAAA%3BEKoLI%2CsBAAA%3BEACA%2CWAAA%3BELrLJ%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3B%3BAKgMI%2CSAhBF%2CUAgBM%3BEACA%2CWAAA%3BEACA%2CcAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BA6D1dJ%2CSAAC%3BEACG%2CmBAAA%3B%3BAAJR%2CSAOM%3BAAPN%2CSAQM%2CUAAU%3BElEgRhB%2CgBAAA%3B%3BAkExRA%2CSAOM%2CS7DqwBJ%3BA6D5wBF%2CSAQM%2CUAAU%2CS7DowBd%3BELpfF%2CeAAA%3BEKwfI%2CqBAAA%3B%3BAAtOJ%2CS6DniBM%2CS7DmiBL%3BAAAD%2CS6DliBM%2CUAAU%2CS7DkiBf%3BEACG%2CgBAAA%3B%3BA6D3iBJ%2CSAOM%2CS7D6iBJ%3BA6DpjBF%2CSAQM%2CUAAU%2CS7D4iBd%3BEL5RF%2CgBAAA%3B%3BAKqSI%2CS6DtjBE%2CS7D6iBJ%2CSASM%3BAAAJ%2CS6DrjBE%2CUAAU%2CS7D4iBd%2CSASM%3BEACA%2CaAAA%3B%3BA6D9jBR%2CSAOM%2CS7D2jBN%2CQACI%3BA6DnkBJ%2CSAQM%2CUAAU%2CS7D0jBhB%2CQACI%3BEACI%2CmBAAA%3B%3BALhiBR%2CSkE7BM%2CS7DikBN%2CQAAO%2CMLpiBN%3BAAAD%2CSkE5BM%2CUAAU%2CS7DgkBhB%2CQAAO%2CMLpiBN%3BAACD%2CSkE9BM%2CS7DikBN%2CQAAO%2CMLniBN%3BAAAD%2CSkE7BM%2CUAAU%2CS7DgkBhB%2CQAAO%2CMLniBN%3BEACG%2CSAAS%2CEAAT%3BEACA%2CcAAA%3B%3BAAGJ%2CSkEnCM%2CS7DikBN%2CQAAO%2CML9hBN%3BAAAD%2CSkElCM%2CUAAU%2CS7DgkBhB%2CQAAO%2CML9hBN%3BEACG%2CWAAA%3B%3BAkE3CJ%2CSAOM%2CS7DikBN%2CQAAO%2CMAEH%3BA6D1kBJ%2CSAQM%2CUAAU%2CS7DgkBhB%2CQAAO%2CMAEH%3BEACI%2CsBAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CS6DxkBE%2CS7DikBN%2CQAAO%2CMAOF%2CQAAS%3BAAAV%2CS6DvkBE%2CUAAU%2CS7DgkBhB%2CQAAO%2CMAOF%2CQAAS%3BEACN%2CqBAAA%3B%3BAAGJ%2CS6D5kBE%2CS7DikBN%2CQAAO%2CMAWF%2CQAAS%3BAAAV%2CS6D3kBE%2CUAAU%2CS7DgkBhB%2CQAAO%2CMAWF%2CQAAS%3BEACN%2CYAAA%3B%3BAAGJ%2CS6DhlBE%2CS7DikBN%2CQAAO%2CMAeF%2CQAAS%3BAAAV%2CS6D%5C%2FkBE%2CUAAU%2CS7DgkBhB%2CQAAO%2CMAeF%2CQAAS%3BEACN%2CqBAAA%3B%3BAAGJ%2CS6DplBE%2CS7DikBN%2CQAAO%2CMAmBF%2CQAAS%3BAAAV%2CS6DnlBE%2CUAAU%2CS7DgkBhB%2CQAAO%2CMAmBF%2CQAAS%3BEACN%2CqBAAA%3B%3BA6D5lBR%2CSAOM%2CS7DylBN%3BA6DhmBA%2CSAQM%2CUAAU%2CS7DwlBhB%3BELpNA%2C4BAAA%3BEACA%2C2BAAA%3BEACA%2CoBAAA%3BEA2BA%2CyBAAA%3BEACQ%2CiBAAA%3BEKyLJ%2CUAAA%3BEACA%2CWAAA%3B%3BA6DpmBJ%2CSAOM%2CS7DylBN%2COAMI%3BA6DtmBJ%2CSAQM%2CUAAU%2CS7DwlBhB%2COAMI%3BA6DtmBJ%2CSAOM%2CS7DylBN%2COAOI%3BA6DvmBJ%2CSAQM%2CUAAU%2CS7DwlBhB%2COAOI%3BA6DvmBJ%2CSAOM%2CS7DylBN%2COAQI%3BA6DxmBJ%2CSAQM%2CUAAU%2CS7DwlBhB%2COAQI%3BELhLJ%2CiBAAA%3BEACC%2CgBAAA%3BEACQ%2CQAAA%3BEAxBT%2CwBAAA%3BEACQ%2CgBAAA%3BEKwMA%2CqBAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3B%3BA6D7mBR%2CSAOM%2CS7DylBN%2COAgBI%3BA6DhnBJ%2CSAQM%2CUAAU%2CS7DwlBhB%2COAgBI%3BA6DhnBJ%2CSAOM%2CS7DylBN%2COAiBI%3BA6DjnBJ%2CSAQM%2CUAAU%2CS7DwlBhB%2COAiBI%3BELzVJ%2CgBAAA%3BEAAA%2C4BAAA%3BEAAA%2CyBAAA%3BEAAA%2CkBAAA%3BEAAA%2CwEAAA%3BEAAA%2CeAAA%3BEAAA%2CYAAA%3BEAAA%2CuBAAA%3BEAAA%2CcAAA%3BEAAA%2CwBAAA%3BEAAA%2CWAAA%3BEKjPA%2CsBAAA%3BELiZA%2CiBAAA%3BEACC%2CgBAAA%3BEACQ%2CQAAA%3BEK0LD%2CqBAAA%3BEACA%2CsBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3B%3BAAzPR%2CS6DvXM%2CS7DylBN%2COAgBI%2CWAlPH%3BAAAD%2CS6DtXM%2CUAAU%2CS7DwlBhB%2COAgBI%2CWAlPH%3BAAAD%2CS6DvXM%2CS7DylBN%2COAiBI%2CUAnPH%3BAAAD%2CS6DtXM%2CUAAU%2CS7DwlBhB%2COAiBI%2CUAnPH%3BELtGD%2CYAAA%3B%3BAKqHA%2CS6DtYM%2CS7DylBN%2COAgBI%2CWAnOH%3BAAAD%2CS6DrYM%2CUAAU%2CS7DwlBhB%2COAgBI%2CWAnOH%3BAAAD%2CS6DtYM%2CS7DylBN%2COAiBI%2CUApOH%3BAAAD%2CS6DrYM%2CUAAU%2CS7DwlBhB%2COAiBI%2CUApOH%3BELrHD%2CcAAA%3B%3BAK0HA%2CS6D3YM%2CS7DylBN%2COAgBI%2CWA9NH%3BAAAD%2CS6D1YM%2CUAAU%2CS7DwlBhB%2COAgBI%2CWA9NH%3BAAAD%2CS6D3YM%2CS7DylBN%2COAiBI%2CUA%5C%2FNH%3BAAAD%2CS6D1YM%2CUAAU%2CS7DwlBhB%2COAiBI%2CUA%5C%2FNH%3BEL1HD%2CcAAA%3B%3BAK%2BHA%2CS6DhZM%2CS7DylBN%2COAgBI%2CWAzNH%3BAAAD%2CS6D%5C%2FYM%2CUAAU%2CS7DwlBhB%2COAgBI%2CWAzNH%3BAAAD%2CS6DhZM%2CS7DylBN%2COAiBI%2CUA1NH%3BAAAD%2CS6D%5C%2FYM%2CUAAU%2CS7DwlBhB%2COAiBI%2CUA1NH%3BEL%5C%2FHD%2CcAAA%3B%3BAkExRA%2CSAOM%2CS7DylBN%2COA0BI%3BA6D1nBJ%2CSAQM%2CUAAU%2CS7DwlBhB%2COA0BI%3BEACI%2CWAAA%3BELnMR%2CiBAAA%3BEACC%2CgBAAA%3BEACQ%2CQAAA%3B%3BAkE1bT%2CSAOM%2CS7DynBN%3BA6DhoBA%2CSAQM%2CUAAU%2CS7DwnBhB%3BELxWA%2CgBAAA%3B%3BAKugBI%2CS6DxxBE%2CS7DsxBL%2CSAAY%2CSAER%3BAAAD%2CS6DvxBE%2CUAAU%2CS7DqxBf%2CSAAY%2CSAER%3BAAAD%2CS6DxxBE%2CS7DuxBL%2CUAAa%2CSACT%3BAAAD%2CS6DvxBE%2CUAAU%2CS7DsxBf%2CUAAa%2CSACT%3BEACG%2CSAAS%2CGAAT%3BELxgBR%2CcAAA%3BEAAA%2CiBAAA%3BEAAA%2CiBAAA%3B%3BAkExRA%2CSAOM%2CS7D6zBN%3BA6Dp0BA%2CSAQM%2CUAAU%2CS7D4zBhB%3BEL5iBA%2CiBAAA%3BEAAA%2CeAAA%3BEAAA%2CUAAA%3BEAAA%2CqBAAA%3BE6C9QA%2CqBAAA%3B%3BAAMA%2CSqBTM%2CS7D6zBN%2CMwCpzBC%3BAAAD%2CSqBRM%2CUAAU%2CS7D4zBhB%2CMwCpzBC%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE7C9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2Ca%2BCvRe%2CY%5C%2FCuRf%3BEAAA%2CsBAAA%3BE6CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAqBvVQ%2CSAHF%2CSAGG%2CSACK%3BAADN%2CSAFF%2CUAAU%2CSAEP%2CSACK%3BElECd%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAkEHQ%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%3BElEoLF%2CwBAAA%3BEACK%2CqBAAA%3BEACC%2CoBAAA%3BEkEhMA%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%3BElEuLA%2CcAAA%3BEAAA%2CiBAAA%3B%3BAkE%5C%2FKgB%2CwBAHZ%2CMACK%2CSACG%2CIAAG%2CgBACE%3BEACG%2CwBAAA%3B%3BAASpB%2CMAAO%3BEQrGP%2CkBAAA%3B%3BARqGA%2CMAAO%2CSQnGP%3BE1EwQA%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CkBAAA%3BEAAA%2CYAAA%3BE0EhQI%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BE1E8PJ%2CWAAA%3BEAAA%2CgBAAA%3BEAAA%2CsBAAA%3BEAAA%2CiBAAA%3BE0EvHA%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%3BE1EqOL%2CkBAAA%3BE0EnOQ%2CyBAAA%3B%3BAAGJ%2CMR2DG%2CSQnGP%2CiBAwCK%3BE1EgOL%2CkBAAA%3BE0E9NQ%2CyBAAA%3B%3BAA0GR%2CMRjDO%2CSQnGP%2CiBAoJC%3BAACD%2CMRlDO%2CSQnGP%2CiBAqJC%3BEACG%2CWAAA%3B%3BAAGJ%2CMRtDO%2CSQnGP%2CiBAyJC%3BE1E%2BGD%2CwBAAA%3BEAAA%2CiBAAA%3BEAAA%2CSAAA%3B%3BA0EzGA%2CMR5DO%2CSQnGP%2CiBA%2BJC%3BE1EyGD%2CwBAAA%3BEAAA%2CiBAAA%3BEAAA%2CSAAA%3B%3BA0EhNA%2CMR2CO%2CSQ3CL%3BE1EgNF%2CYAAA%3B%3BA0E5MA%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%3BE9D8FN%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2C4BAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEAEA%2CiBAAA%3BEJgDA%2CgBAAA%3BEAAA%2CcAAA%3BE6C9QA%2CqBAAA%3BEqBiIQ%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CsBAAA%3B%3BA9D8FR%2CgB8D1GM%2CyB9D0GL%3BAACD%2CgB8D3GM%2CyB9D2GL%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CgB8DhHM%2CyB9DgHL%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CgB8DrHM%2CyB9DqHL%3BAACD%2CgB8DtHM%2CyB9DsHL%3BAACD%2CQAAQ%2CUAAW%2CiB8DvHb%3BE9DwHF%2CoBAAA%3BEJ%2BBJ%2CYAAA%3B%3BAkExJA%2CgBACM%2CyBrB2IJ%3BE7ChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA6CHA%2CgBqBiHM%2CyBrBjHL%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE7C9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CS8C9OY%2CO9C8OZ%3BEAAA%2Ca%2BCvRe%2CY%5C%2FCuRf%3BEAAA%2CsBAAA%3BE6CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAqBlNQ%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%3BAnEnLhB%3BEACI%2CagDAW%2CYhDAX%3BEACA%2CSAAS%2C6BAAsB%2COAAO%2CcAClC%2C4BAAqB%2COAAO%2COADhC%3BEAEA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3B%3BA%2BEZJ%3BAACA%2CCAAC%2COAAO%3BAAAR%2CCzD4DA%3BAyD5DA%2CCzDgEA%3BErB6NA%2CkBAAA%3B%3BA8ExRI%2CMAAC%2CIAAI%3BE9EwRT%2CgBAAA%3B%3BA8ErRQ%2CMAHH%2CIAAI%2CUAGA%3BE9EqRT%2C%2BFAAA%3B%3BA8E5QY%2CIAFP%2CIAAI%2CYACD%2COACK%3BEACG%2CgBAAA%3B%3BAAMhB%2CCAAC%2COAAO%3BAAAR%2CCzDoCA%3BAyDpCA%2CCzDwCA%3BErB6NA%2CqBAAA%3BEIxHA%2CqBAAA%3B%3BAAEA%2CC0E%5C%2FIC%2COAAO%2CQ1E%2BIP%3BAACD%2CC0EhJC%2COAAO%2CQ1EgJP%3BAACD%2CC0EjJC%2COAAO%2CQ1EiJP%3BAAFD%2CCiB3GA%2CgBjB2GC%3BAACD%2CCiB5GA%2CgBjB4GC%3BAACD%2CCiB7GA%2CgBjB6GC%3BAAFD%2CCiBvGA%2CajBuGC%3BAACD%2CCiBxGA%2CajBwGC%3BAACD%2CCiBzGA%2CajByGC%3BEACG%2CqBAAA%3B%3BA0E9IJ%2COAAO%3BAACP%3BAzD%2BBA%3BAAIA%3BEjBpBA%2CsBAAA%3BEJiPA%2CmBAAA%3BEAAA%2CyBAAA%3BEAAA%2CWAAA%3BEAAA%2CeAAA%3BEAAA%2CqBAAA%3BEAAA%2CaC5RqB%2CaCMC%2C8CFsRtB%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CiBAAA%3BEI9NA%2CsBAAA%3BEACA%2CsBAAA%3B%3BAAiBA%2CO0ErDO%2CQ1EqDN%3BAAAD%2CeAAC%3BAACD%2CO0EtDO%2CQ1EsDN%3BAAAD%2CeAAC%3BAiBtBD%2CgBjBqBC%3BAiBrBD%2CgBjBsBC%3BAiBlBD%2CajBiBC%3BAiBjBD%2CajBkBC%3BEJ2MD%2CmBAAA%3BEAAA%2CyBAAA%3BEAAA%2CWAAA%3B%3BAI%5C%2FLA%2CO0ElEO%2CQ1EkEN%3BAAAD%2CeAAC%3BAiBlCD%2CgBjBkCC%3BAiB9BD%2CajB8BC%3BEJ%2BLD%2CmBAAA%3BEAAA%2CyBAAA%3BEAAA%2CWAAA%3B%3BAInLA%2CO0E9EO%2CQ1E8EN%3BAAAD%2CeAAC%3BAACD%2CO0E%5C%2FEO%2CQ1E%2BEN%3BAAAD%2CeAAC%3BAACD%2CQAAQ%2CUAAW%2CQ0EhFZ%3BA1EgFP%2CQAAQ%2CUAAW%3BAiBhDnB%2CgBjB8CC%3BAiB9CD%2CgBjB%2BCC%3BAACD%2CQAAQ%2CUiBhDR%3BAAIA%2CajB0CC%3BAiB1CD%2CajB2CC%3BAACD%2CQAAQ%2CUiB5CR%3BErB6NA%2CYAAA%3BEI%5C%2FKI%2CeAAA%3BEACA%2CoBAAA%3B%3BA2ElHJ%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%3BAhF7HJ%2CQ%2BE5CQ%2CKAAK%2CMCoKX%2CQAAK%2CQhFxHN%3BAACD%2CQ%2BE7CQ%2CKAAK%2CMCoKX%2CQAAK%2CQhFvHN%3BEACG%2CSAAS%2CEAAT%3BEACA%2CcAAA%3B%3BAAGJ%2CQ%2BElDQ%2CKAAK%2CMCoKX%2CQAAK%2CQhFlHN%3BEACG%2CWAAA%3B%3BAgFwHA%2CQD3KI%2CKAAK%2CMCoKX%2CQAAK%2CQAOF%3BEACG%2CcAAA%3B%3BAD5KR%2CQAAQ%2CKAAK%2CMC4NP%2CQAAK%3BEhFoEX%2CSAAA%3B%3BA%2BEhSA%2CQAAQ%2CKAAK%2CMCqOX%2CQAAK%2CMACD%3BEhF0DN%2C0BAAA%3BEAAA%2CYAAA%3BEAAA%2C0BAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CiBAAA%3BEAAA%2CWAAA%3BEAAA%2CqBAAA%3B%3BADjJA%2CQgF%5C%2FIQ%2CKAAK%2CMCqOX%2CQAAK%2CMACD%2CUjFvFL%3BECiJD%2CcAAA%3BEAAA%2CqBAAA%3B%3BAD5IA%2CQgFpJQ%2CKAAK%2CMCqOX%2CQAAK%2CMACD%2CUjFlFL%3BEC4ID%2CWAAA%3BEAAA%2CqBAAA%3B%3BADvIA%2CQgFzJQ%2CKAAK%2CMCqOX%2CQAAK%2CMACD%2CUjF7EL%3BECuID%2CWAAA%3BEAAA%2CqBAAA%3B%3BAgFzBI%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%3BEhFsBtB%2CWAAA%3BEAAA%2CqBAAA%3BEAAA%2CmBAAA%3B%3BA%2BEhSA%2CQAAQ%2CKAAK%2CMCkRX%2CQAAK%3BEhFcP%2CmBAAA%3BEAAA%2CSAAA%3BEAAA%2CuBAAA%3B%3BA%2BEhSA%2CQAAQ%2CKAAK%2CMAOT%2CMAAK%2CMACD%3BEACI%2CkBAAA%3BElCuDZ%2CqBAAA%3B%3BAAMA%2CQkCtEQ%2CKAAK%2CMAOT%2CMAAK%2CMACD%2CElC8DP%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BE7C9DA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CcAAA%3BEAAA%2CS8C9NQ%2CO9C8NR%3BEAAA%2Ca%2BCvRe%2CY%5C%2FCuRf%3BEAAA%2CsBAAA%3BE6CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAkClVY%2CQAvBJ%2CKAAK%2CMAOT%2CMAAK%2CMACD%2CEAeK%3BEACG%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CQAAA%3B%3BAAKJ%2CQA%5C%2FBJ%2CKAAK%2CMAOT%2CMAAK%2CMAuBA%2COAAQ%2CEACJ%3BEACG%2CSjCiCV%2COiCjCU%3B%3BAAMR%2CQAtCA%2CKAAK%2CMAqCT%2COAAO%2CEACF%3BEACG%2CgBAAA%3B%3BAAvCZ%2CQAAQ%2CKAAK%2CMA2CT%3BEACI%2CSAAA%3B%3BAE5CR%2CMC8VE%3BElF1UF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAiF3BA%2CMCmHA%3BElF%2BHA%2CYAAA%3BEACA%2CoBAAA%3BEACA%2CcAAA%3BEkFgEA%2CmBAAA%3BElFpBA%2CSAAA%3BEAAA%2CUAAA%3BED1KA%2CqBAAA%3BEC0KA%2CqBAAA%3BEAAA%2CgBAAA%3B%3BAiFhSA%2CMC6HA%3BElFmKA%2CiBAAA%3BEAAA%2CiBAAA%3BEAnCA%2CsBAAA%3BEAmCA%2CiBAAA%3BEAAA%2CqBAAA%3B%3BAiFhSA%2CMC6HA%2CMAUI%3BElFnHJ%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAiF3BA%2CMC4IA%2CEAAC%3BElFoJD%2CcAAA%3BEAAA%2CqBAAA%3BEAAA%2CcAAA%3BEAAA%2CqBAAA%3B%3BAkFtII%2CMAdJ%2CEAAC%2CKAcI%3BElFsIL%2CcAAA%3B%3BAkF1HI%2CMA1BJ%2CEAAC%2CKA0BI%3BElF0HL%2CcAAA%3BEAAA%2CqBAAA%3B%3BAkF7GI%2CMAvCJ%2CEAAC%2CKAuCI%3BElF6GL%2CcAAA%3B%3BAiFhSA%2CMCgMA%2COAAM%3BElFgGN%2CmBAAA%3BEAAA%2CiBAAA%3BEAAA%2CiBAAA%3BEAnCA%2CsBAAA%3BEAmCA%2CWAAA%3BEAAA%2CqBAAA%3BEAAA%2CgBAAA%3BEAAA%2CcAAA%3B%3BAiFhSA%2CMCqNA%3BElF2EA%2CmBAAA%3BEAAA%2CsBAAA%3BEAAA%2CcAAA%3BEAAA%2CqBAAA%3BEAAA%2CUAAA%3BEAAA%2CqBAAA%3B%3BAkF7DI%2CMAdJ%2CQAcK%3BElF6DL%2CcAAA%3B%3BAkFjDI%2CMA1BJ%2CQA0BK%3BElFiDL%2CmBAAA%3BEAAA%2CcAAA%3BEAAA%2CqBAAA%3B%3BAkFpCI%2CMAvCJ%2CQAuCK%3BElFoCL%2CcAAA%3B%3BAkFxBI%2CMAnDJ%2CQAmDK%3BElFwBL%2CqBAAA%3BE6C9QA%2CqBAAA%3B%3BAqC4WI%2CMAzKJ%2CQAmDK%2CKAqHJ%2CQACI%3BElF9FL%2CcAAA%3B%3BAkFoGI%2CMA%5C%2FKJ%2CQAmDK%2CKA2HJ%2COACI%3BElFpGL%2CcAAA%3B%3BAkFxBI%2CMAnDJ%2CQAmDK%2CKrCYH%3BE7ChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA6CHA%2CMqC6LA%2CQAmDK%2CKrChPJ%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE7C9DA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CcAAA%3BEAAA%2CS8CxPQ%2CO9CwPR%3BEAAA%2Ca%2BCvRe%2CY%5C%2FCuRf%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BE6CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CMqCgLJ%2CQAmDK%2CKrCpOJ%2CMACI%3BE7C2PL%2CcAAA%3B%3BA6CrPI%2CMqC0KJ%2CQAmDK%2CKrC9NJ%2COACI%3BE7CqPL%2CcAAA%3B%3BAkFNI%2CMArEJ%2CQAqEK%3BElFML%2CqBAAA%3BE6C9QA%2CqBAAA%3B%3BAqC4WI%2CMAzKJ%2CQAqEK%2CSAmGJ%2CQACI%3BElF9FL%2CcAAA%3B%3BAkFoGI%2CMA%5C%2FKJ%2CQAqEK%2CSAyGJ%2COACI%3BElFpGL%2CcAAA%3B%3BAkFNI%2CMArEJ%2CQAqEK%2CSrCNH%3BE7ChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA6CHA%2CMqC6LA%2CQAqEK%2CSrClQJ%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE7C9DA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CcAAA%3BEAAA%2CS8CzOQ%2CO9CyOR%3BEAAA%2Ca%2BCvRe%2CY%5C%2FCuRf%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BE6CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CMqCgLJ%2CQAqEK%2CSrCtPJ%2CMACI%3BE7C2PL%2CcAAA%3B%3BA6CrPI%2CMqC0KJ%2CQAqEK%2CSrChPJ%2COACI%3BE7CqPL%2CcAAA%3B%3BAiFhSA%2CMAGI%3BEjF6RJ%2C2EAAA%3BEiFzRQ%2CkBAAA%3BEACA%2CcAAA%3B%3BAAEA%2CMAPJ%2CQAOK%3BEACG%2CiBAAA%3B%3BAAGJ%2CMAXJ%2CQAWK%3BEACG%2CgBAAA%3B%3BAtCdZ%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%3BAwCvBZ%3BEnFgSA%2CgBAAA%3BEAAA%2CgBAAA%3B%3BAmFhSA%2CYCoEA%3BEpF4NA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSAAA%3BEAAA%2CUAAA%3BED1KA%2CqBAAA%3B%3BAoFtHA%2CYCoEA%2COrFwDE%3BEACE%2CqBAAA%3BEACA%2CmBAAA%3B%3BAoF9HJ%2CYC0EA%3BEACI%2CSAAA%3B%3BAD3EJ%2CYC8EA%3BEpFkNA%2CcAAA%3BEAAA%2CqBAAA%3B%3BAoFpMI%2CYAdJ%2CEAcK%3BEpFoML%2CcAAA%3BEAAA%2CqBAAA%3B%3BAoFvLI%2CYA3BJ%2CEA2BK%3BEpFuLL%2CcAAA%3BEAAA%2C0BAAA%3B%3BAoF1KI%2CYAxCJ%2CEAwCK%3BEpF0KL%2CcAAA%3BEAAA%2CqBAAA%3B%3BAmFhSA%2CYCoIA%3BEpF4JA%2CgBAAA%3B%3BAmFhSA%2CYC4JI%2CMAAK%2CIAAI%3BEpFoIb%2CqBAAA%3BE6ChOA%2CqBAAA%3B%3BAAMA%2CYuCsFI%2CMAAK%2CIAAI%2CavCtFZ%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BE7C9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CS8CxPQ%2CO9CwPR%3BEAAA%2Ca%2BCvRe%2CY%5C%2FCuRf%3BEAAA%2CcAAA%3BEAAA%2CmBAAA%3BE6CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BArB9VY%2CUAFP%2CMACG%2CQACK%3BExBqRb%2CkBAAA%3BEwBjRgB%2CYAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3BEACA%2CaAAA%3BExB6QhB%2CqBAAA%3BEIzDA%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2C4BAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3BEJgDA%2CgBAAA%3B%3BAwBrRY%2CUAFP%2CMACG%2CQACK%2CMqByQX%3BE7ChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA6CHA%2CUrBfK%2CMACG%2CQACK%2CMqBaZ%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE7C9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CS8C1OU%2CO9C0OV%3BEAAA%2Ca%2BCvRe%2CY%5C%2FCuRf%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BE6CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CUrB5BC%2CMACG%2CQACK%2CMqByBZ%2CMACI%3BE7C2PL%2CcAAA%3B%3BA6CrPI%2CUrBlCC%2CMACG%2CQACK%2CMqB%2BBZ%2COACI%3BE7CqPL%2CcAAA%3B%3BAI7CA%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%3BEJ%2BBJ%2CYAAA%3B%3BAwBlPY%2CMAFR%2CiBACI%2CQACK%3BEAEG%2CgBAAA%3B%3BAAMhB%3BEAQI%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAxB2aJ%2CcAAC%3BAACD%2CcAAC%3BEACG%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2C0BAAA%3B%3BAAGJ%2CcAAC%3BEArND%2CSAAA%3BEAAA%2CQAAA%3BEAAA%2CiBAAA%3BEAAA%2CsDAAA%3BEAAA%2CWAAA%3B%3BAA6NA%2CcAAC%3BEA7ND%2CSAAA%3BEAAA%2CQAAA%3BEAAA%2CiBAAA%3BEAAA%2CyDAAA%3BEAAA%2CWAAA%3B%3BAiE5RQ%2CMAAC%2CWAAY%3BAACb%2CMAAC%2CWAAY%3BEACT%2CeAAA%3B%3BAAuBR%3BAACA%3BEACI%2CcAAA%3BEjEiQR%2CiBAAA%3BEiE%5C%2FPQ%2CcAAA%3B%3BAAJJ%2CoBAMI%3BAALJ%2CoBAKI%3BEACI%2CgBAAA%3B%3BAAWR%2CoBAAuB%3BAACvB%2CKAAK%3BEACD%2CcAAA%3BEjE%2BOR%2CiBAAA%3B%3BAiE5OQ%2CoBALmB%2CuBAKlB%3BAAAD%2CKAJC%2CYAIA%3BEACG%2CSAAS%2CiBAAiB%2CIAA1B%3BEjE2OZ%2CiBAAA%3B%3BAiEjPI%2CoBAAuB%2CuBAUnB%3BAATJ%2CKAAK%2CYASD%3BEjEuOR%2CiBAAA%3B%3BAqF%5C%2FJI%2CIAAC%3BEACG%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3B%3BAAKR%3BErFuJA%2CYAAA%3B%3BAqFnJA%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%3BErFwOA%2CsBAAA%3BEAAA%2C4CAAA%3BEqFrOI%2CUAAA%3BEACA%2CoBAAA%3B%3BAAsFJ%3BErF8IA%2CUAAA%3BEAAA%2CYAAA%3B%3BAqF5NA%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%3BErF8PZ%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEAkCA%2C8BAAA%3BEACI%2C0BAAA%3BEACI%2CsBAAA%3B%3BAqFtSJ%2CYAAC%2CcAOG%3BAAPJ%2CYAAC%2CcAQG%3BErFgQR%2CoBAAA%3BEACQ%2CYAAA%3BEAMR%2CsBAAA%3BEACQ%2CcAAA%3B%3BAqFhRJ%2CYAAC%2CcAaG%3BEACI%2CgBAAA%3B%3BAAdR%2CYAAC%2CcAiBG%3BEACI%2CgBAAA%3B%3BAApBZ%2CYAwBI%3BAAxBJ%2CYAyBI%3BAAzBJ%2CYA0BI%3BErFoHJ%2CwBAAA%3B%3BAqF9IA%2CYA8BI%3BErFgHJ%2CsBAAA%3BEAAA%2CmBAAA%3B%3BAqF1GA%3BErF0GA%2CYAAA%3BEqFvMA%2COAAA%3BEACA%2CgBAAA%3B%3BAAEA%2CYAAC%2CQACG%3BErFmMJ%2CgBAAA%3B%3BAqF9LA%2CYAAC%2CMACG%3BEACI%2CmBAAmB%2CaAAnB%3BEACQ%2CWAAW%2CaAAX%3B%3BAAiFhB%2CYA7EA%3BErFuLA%2CiBAAA%3BEAAA%2CUAAA%3BEAoHA%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEAkCA%2C8BAAA%3BEACI%2C0BAAA%3BEACI%2CsBAAA%3BEqF5UJ%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%3BErFgFJ%2CkBAAA%3BEAAA%2CmBAAA%3B%3BAqF1GA%2CYA%2BBI%3BAA%5C%2FBJ%2CYAgCI%3BErFsMJ%2CoBAAA%3BEACQ%2CYAAA%3BEAMR%2CsBAAA%3BEACQ%2CcAAA%3B%3BAqF9OR%2CYAqCI%3BErFqEJ%2CsBAAA%3BEAAA%2CiBAAA%3B%3BAqF1GA%2CYA0CI%3BEACI%2CgBAAA%3BErF%2BDR%2CoBAAA%3BEAAA%2CiBAAA%3B%3BAqF1GA%2CYAgDI%3BEACI%2CiBAAA%3B%3BAC%5C%2FMR%2CaAGI%3BAAFJ%2CYAEI%3BAADJ%2CYACI%3BElF4MJ%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2C4BAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEAEA%2CiBAAA%3BEJgDA%2CgBAAA%3BEAAA%2CqBAAA%3BE6C9QA%2CqBAAA%3BEyCkBQ%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3B%3BAlF6MR%2CakFxNI%2CclFwNH%3BAAAD%2CYkFxNI%2CclFwNH%3BAAAD%2CYkFxNI%2CclFwNH%3BAACD%2CakFzNI%2CclFyNH%3BAAAD%2CYkFzNI%2CclFyNH%3BAAAD%2CYkFzNI%2CclFyNH%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CakF9NI%2CclF8NH%3BAAAD%2CYkF9NI%2CclF8NH%3BAAAD%2CYkF9NI%2CclF8NH%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CakFnOI%2CclFmOH%3BAAAD%2CYkFnOI%2CclFmOH%3BAAAD%2CYkFnOI%2CclFmOH%3BAACD%2CakFpOI%2CclFoOH%3BAAAD%2CYkFpOI%2CclFoOH%3BAAAD%2CYkFpOI%2CclFoOH%3BAACD%2CQAAQ%2CUAAW%2CckFrOf%3BAlFqOJ%2CQAAQ%2CUAAW%2CakFrOf%3BAlFqOJ%2CQAAQ%2CUAAW%2CakFrOf%3BElFsOA%2CoBAAA%3BEJ%2BBJ%2CYAAA%3B%3BAsFxQA%2CaAGI%2CczCyPF%3BAyC3PF%2CYAEI%2CczCyPF%3BAyC1PF%2CYACI%2CczCyPF%3BE7ChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA6CHA%2CayCGI%2CczCHH%3BAAAD%2CYyCGI%2CczCHH%3BAAAD%2CYyCGI%2CczCHH%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE7C9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CS8C1OU%2CO9C0OV%3BEAAA%2Ca%2BCvRe%2CY%5C%2FCuRf%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BE6CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CayCVA%2CczCSH%2CMACI%3BAAAD%2CYyCVA%2CczCSH%2CMACI%3BAAAD%2CYyCVA%2CczCSH%2CMACI%3BE7C2PL%2CcAAA%3B%3BA6CrPI%2CayChBA%2CczCeH%2COACI%3BAAAD%2CYyChBA%2CczCeH%2COACI%3BAAAD%2CYyChBA%2CczCeH%2COACI%3BE7CqPL%2CcAAA%3B%3BAsFvPY%2CaAdR%2CcAaK%2CMACI%3BAAAD%2CYAdR%2CcAaK%2CMACI%3BAAAD%2CYAdR%2CcAaK%2CMACI%3BEACG%2CcAAA%3B%3BAAMhB%2CaACI%3BEtF%2BOJ%2CYAAA%3B%3BAsF1OA%3BEACI%2CoBAAA%3B%3BAADJ%2CYAGI%3BEtFuOJ%2CgCAAA%3BEAAA%2CgBAAA%3BEAAA%2CoBAAA%3BEsFnOQ%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%3BEtF4MA%2CwCAAA%3BEsF1MI%2CSAAA%3BEACA%2COAAA%3BEACA%2CeAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3B%3BAAIA%2CIAAC%2CkBACG%3BEACI%2CaAAA%3BEACA%2COAAA%3BEACA%2CeAAA%3BEACA%2CMAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3B%3B%3B%3B%3B%3BAC7FZ%3BEACI%2CkBAAA%3BEACA%2CYAAA%3B%3BAAFJ%2CwBAGI%3BEACI%2CyBAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3B%3BAANR%2CwBAGI%2CkBAKI%3BEACI%2CWAAA%3BEACA%2C2BAAA%3B%3BAAVZ%2CwBAGI%2CkBAKI%2CuBAII%3BEACI%2CcAAA%3B%3BAAbhB%2CwBAGI%2CkBAcI%3BEACI%2CWAAA%3BEACA%2CeAAA%3B%3BAAnBZ%2CwBAGI%2CkBAmBI%3BEACI%2CYAAA%3BEACA%2CeAAA%3B%3BAAxBZ%2CwBAGI%2CkBAmBI%2CwBAII%3BEACI%2CWAAA%3BEACA%2CeAAA%3B%3BAAIA%2CwBA7BZ%2CkBAmBI%2CwBASI%2C6BACK%3BEACG%2CgBAAgB%2CwDAAhB%3BEACA%2CSAAS%2CGAAT%3BEACA%2CqBAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CsBAAA%3BEACA%2CWAAA%3B%3BAC%5C%2FCpB%3BEACI%2CaCNuB%2CkBDMvB%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CSAAS%2CuEAAT%3BEACA%2CSAAS%2C%2BEAA8C%2COAAO%2C0BAC1D%2CyEAAwC%2COAAO%2CaAC%5C%2FC%2CwEAAuC%2COAAO%2CWAFlD%3B%3BAAKJ%3BAEiJI%2CWAAC%3BAAAD%2CWAAC%3BAACD%2CWAAC%3BAAAD%2CWAAC%3BEFjJD%2CmCAAA%3BEACA%2CaCjBuB%2CkBDiBvB%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3B%3BAAGJ%2C4BAA4B%3BAAC5B%2C6BAA6B%3BEACzB%2CkCAAA%3BEACA%2CmCAAA%3BEACA%2CqBAAA%3BEACA%2CaC7BuB%2CkBD6BvB%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CwBAAA%3BEACA%2CoBAAA%3BEACA%2CoBAAA%3BEACA%2CsBAAA%3B%3BAAGJ%2CsBAAsB%3BEAClB%2CSCrC%2BB%2CODqC%5C%2FB%3B%3BAAGJ%2CsBAAsB%3BEAClB%2CSCxC%2BB%2CODwC%5C%2FB%3B%3BAAGJ%2CsBAAsB%3BEAClB%2CSC3C%2BB%2COD2C%5C%2FB%3B%3BAAGJ%2CoBAAoB%3BEAChB%2CSClD6B%2CODkD7B%3B%3BAGhDJ%3BEACI%2CgBAAA%3B%3BAADJ%2C2BAGI%2COAAM%3BEACF%2CkBAAA%3B%3BAAIR%2C%2BBACI%2COAAM%3BEACF%2CkBAAA%3B%3BAAIR%2CkBAAmB%3BEACf%2CgCAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3B%3BAAGJ%2C8BAA%2BB%3BEAC3B%2CYAAA%3BEACA%2CWAAA%3B%3BAAFJ%2C8BAA%2BB%2CuBAIzB%2CQAAQ%2CKACJ%3BEACE%2CYAAA%3BEACA%2C0BAAA%3B%3BAAPZ%2C8BAA%2BB%2CuBAIzB%2CQAAQ%2CKAKJ%3BEACE%2CYAAA%3BEACA%2CuBAAA%3B%3BAAUZ%2CgBAAgB%2C2BAA4B%3BEACxC%2CgBAAA%3B%3BADvCJ%3BEACI%2CwBAAA%3BEACA%2CsBAAA%3BEACA%2CuBAAA%3BEACA%2CqBAAA%3BEACA%2CwCAAA%3BEACA%2C2BAAA%3BEACA%2CyBAAA%3BEACA%2CsBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3B%3BAAEJ%3BEACI%2CcAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3B%3BAAEA%2CWAAC%3BEACG%2CaAAA%3B%3BAAGJ%2CWAAC%3BEACG%2CeAAA%3BEACA%2CYAAA%3B%3BAAIR%3BEACI%2CcAAA%3BEACA%2COAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3B%3BAAEA%2CYAAC%3BAACD%2CYAAC%3BEACG%2CSAAS%2CEAAT%3BEACA%2CcAAA%3B%3BAAGJ%2CYAAC%3BEACG%2CWAAA%3B%3BAAGJ%2CcAAe%3BEACX%2CkBAAA%3B%3BAAGR%3BEACI%2CaAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3B%3BAACA%2CWAAY%3BEACR%2CYAAA%3B%3BAANR%2CYAQI%3BEACI%2CcAAA%3B%3BAAEJ%2CYAAC%2CcAAe%3BEACZ%2CaAAA%3B%3BAAGJ%2CYAAC%2CSAAU%3BEACP%2CoBAAA%3B%3BAAGJ%2CkBAAmB%3BEACf%2CcAAA%3B%3BAAGJ%2CcAAe%3BEACX%2CkBAAA%3B%3BAAGJ%2CeAAgB%3BEACZ%2C6BAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3B%3BAAIR%2CaAAc%3BAACd%2CaAAc%3BEACV%2CgBAAgB%2CoBAAhB%3BEACA%2CeAAe%2CoBAAf%3BEACA%2CcAAc%2CoBAAd%3BEACA%2CmBAAmB%2CoBAAnB%3BEACA%2CWAAW%2CoBAAX%3B%3BAAGJ%2CYAAY%3BEACR%2CaAAA%3B%3BAAGJ%3BEACI%2CUAAA%3B%3BAACA%2CWAAC%3BEACG%2CSDzG2B%2COCyG3B%3BEACA%2CkBAAA%3B%3BAAIR%3BEACI%2CWAAA%3B%3BAACA%2CWAAC%3BEACG%2CSDlH2B%2COCkH3B%3BEACA%2CiBAAA%3B%3BAAIR%3BAACA%3BEACI%2CeAAe%2CkBAAf%3BEACA%2CmBAAmB%2CkBAAnB%3BEACA%2CoCAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3BEACA%2CaAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CWAAW%2CkBAAX%3BEACA%2CWAAA%3BEACA%2CYAAA%3B%3BAAEA%2CWAAC%3BAAAD%2CWAAC%3BEACG%2CYAAA%3B%3BAAGJ%2CWAAC%3BAAAD%2CWAAC%3BEACG%2CmBAAA%3BEACA%2CYAAA%3B%3BAACA%2CWAHH%2CMAGI%3BAAAD%2CWAHH%2CMAGI%3BEACG%2CYAAA%3B%3BAAEJ%2CWANH%2CMAMI%3BAAAD%2CWANH%2CMAMI%3BEACG%2CcAAA%3B%3BAAIR%2CWAAC%3BAAAD%2CWAAC%3BAACD%2CWAAC%3BAAAD%2CWAAC%3BEAEG%2CWAAA%3BEACA%2CeAAA%3BEACA%2CUAAA%3B%3BAAGJ%2CWAAC%3BAAAD%2CWAAC%3BAACD%2CWAAC%3BAAAD%2CWAAC%3BAACD%2CWAAC%2CIAAI%3BAAAL%2CWAAC%2CIAAI%3BEACD%2CoCAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3B%3BAAEA%2CWAPH%2COAOI%3BAAAD%2CWAPH%2COAOI%3BAAAD%2CWANH%2CMAMI%3BAAAD%2CWANH%2CMAMI%3BAAAD%2CWALH%2CIAAI%2CUAKA%3BAAAD%2CWALH%2CIAAI%2CUAKA%3BEACG%2CgBAAA%3B%3BAAKZ%3BE1FgHA%2CiBAAA%3BEAAA%2CmBAAA%3BEAnCA%2CsBAAA%3BE0F3EI%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%3BEnGiRL%2CmBAAA%3BEAAA%2CiBAAA%3BEAAA%2CuBAAA%3BEAAA%2CqBAAA%3BEAAA%2CkBAAA%3BEAAA%2CcAAA%3BEAAA%2CqBAAA%3BEI5FA%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CeAAA%3BEJ0FA%2CgBAAA%3BEmG1QQ%2CgBAAA%3BEACA%2CsBAAA%3BEACA%2CqBAAA%3B%3BApGuHR%2CCoGhIK%2CwBpGgIJ%3BAAAD%2CMoGhIK%2CwBpGgIJ%3BAAAD%2CGoGhIK%2CwBpGgIJ%3BECiJD%2CcAAA%3BEAAA%2CqBAAA%3B%3BAD5IA%2CCoGrIK%2CwBpGqIJ%3BAAAD%2CMoGrIK%2CwBpGqIJ%3BAAAD%2CGoGrIK%2CwBpGqIJ%3BEC4ID%2CcAAA%3BEAAA%2C0BAAA%3B%3BADvIA%2CCoG1IK%2CwBpG0IJ%3BAAAD%2CMoG1IK%2CwBpG0IJ%3BAAAD%2CGoG1IK%2CwBpG0IJ%3BECuID%2CcAAA%3BEAAA%2C0BAAA%3B%3BAIxFA%2CC%2BFzLK%2CwB%5C%2FFyLJ%3BAAAD%2CM%2BFzLK%2CwB%5C%2FFyLJ%3BAAAD%2CG%2BFzLK%2CwB%5C%2FFyLJ%3BAACD%2CC%2BF1LK%2CwB%5C%2FF0LJ%3BAAAD%2CM%2BF1LK%2CwB%5C%2FF0LJ%3BAAAD%2CG%2BF1LK%2CwB%5C%2FF0LJ%3BAACD%2CC%2BF3LK%2CwB%5C%2FF2LJ%3BAAAD%2CM%2BF3LK%2CwB%5C%2FF2LJ%3BAAAD%2CG%2BF3LK%2CwB%5C%2FF2LJ%3BEACG%2CgBAAA%3BEACA%2CSAAA%3B%3BAAGJ%2CC%2BFhMK%2CwB%5C%2FFgMJ%3BAAAD%2CM%2BFhMK%2CwB%5C%2FFgMJ%3BAAAD%2CG%2BFhMK%2CwB%5C%2FFgMJ%3BAACD%2CC%2BFjMK%2CwB%5C%2FFiMJ%3BAAAD%2CM%2BFjMK%2CwB%5C%2FFiMJ%3BAAAD%2CG%2BFjMK%2CwB%5C%2FFiMJ%3BAACD%2CQAAQ%2CUAAW%2CE%2BFlMd%3BA%5C%2FFkML%2CQAAQ%2CUAAW%2CO%2BFlMd%3BA%5C%2FFkML%2CQAAQ%2CUAAW%2CI%2BFlMd%3BEnGiRL%2CcAAA%3BEAAA%2CYAAA%3BEI5EI%2CeAAA%3BEACA%2CoBAAA%3BEACA%2C0BAAA%3B%3BA%2BF3LA%2CCAAC%3BAAAD%2CMAAC%3BAAAD%2CGAAC%3BE%5C%2FF6IL%2CqBAAA%3BEAzHA%2CsBAAA%3BEJiPA%2CmBAAA%3BEAAA%2CyBAAA%3BEAAA%2CWAAA%3BEAAA%2CeAAA%3BEAAA%2CqBAAA%3BEAAA%2CaC5RqB%2CaCMC%2C8CFsRtB%3BEAAA%2CgBAAA%3BEAAA%2CqBAAA%3BEAAA%2CiBAAA%3BEAAA%2CiBAAA%3BEI9NA%2CsBAAA%3BEACA%2CsBAAA%3BEJ6NA%2CmBAAA%3BEAAA%2CkBAAA%3BEAAA%2CiBAAA%3BEAAA%2CkBAAA%3BEmGhQQ%2CgBAAA%3B%3BA%5C%2FF0IR%2CC%2BF%5C%2FIK%2C2B%5C%2FF%2BIJ%3BAAAD%2CM%2BF%5C%2FIK%2C2B%5C%2FF%2BIJ%3BAAAD%2CG%2BF%5C%2FIK%2C2B%5C%2FF%2BIJ%3BAACD%2CC%2BFhJK%2C2B%5C%2FFgJJ%3BAAAD%2CM%2BFhJK%2C2B%5C%2FFgJJ%3BAAAD%2CG%2BFhJK%2C2B%5C%2FFgJJ%3BAACD%2CC%2BFjJK%2C2B%5C%2FFiJJ%3BAAAD%2CM%2BFjJK%2C2B%5C%2FFiJJ%3BAAAD%2CG%2BFjJK%2C2B%5C%2FFiJJ%3BEACG%2CqBAAA%3B%3BAAzFJ%2CC%2BFzDK%2C2B%5C%2FFyDJ%3BAAAD%2CM%2BFzDK%2C2B%5C%2FFyDJ%3BAAAD%2CG%2BFzDK%2C2B%5C%2FFyDJ%3BAACD%2CC%2BF1DK%2C2B%5C%2FF0DJ%3BAAAD%2CM%2BF1DK%2C2B%5C%2FF0DJ%3BAAAD%2CG%2BF1DK%2C2B%5C%2FF0DJ%3BEJ2MD%2CmBAAA%3BEAAA%2CyBAAA%3BEAAA%2CWAAA%3B%3BAI%5C%2FLA%2CC%2BFtEK%2C2B%5C%2FFsEJ%3BAAAD%2CM%2BFtEK%2C2B%5C%2FFsEJ%3BAAAD%2CG%2BFtEK%2C2B%5C%2FFsEJ%3BEJ%2BLD%2CmBAAA%3BEAAA%2CyBAAA%3BEAAA%2CWAAA%3B%3BAInLA%2CC%2BFlFK%2C2B%5C%2FFkFJ%3BAAAD%2CM%2BFlFK%2C2B%5C%2FFkFJ%3BAAAD%2CG%2BFlFK%2C2B%5C%2FFkFJ%3BAACD%2CC%2BFnFK%2C2B%5C%2FFmFJ%3BAAAD%2CM%2BFnFK%2C2B%5C%2FFmFJ%3BAAAD%2CG%2BFnFK%2C2B%5C%2FFmFJ%3BAACD%2CQAAQ%2CUAAW%2CE%2BFpFd%3BA%5C%2FFoFL%2CQAAQ%2CUAAW%2CO%2BFpFd%3BA%5C%2FFoFL%2CQAAQ%2CUAAW%2CI%2BFpFd%3BEnGqQL%2CYAAA%3BEI%5C%2FKI%2CeAAA%3BEACA%2CoBAAA%3B%3BA%2BF%5C%2FEA%2CCAAC%3BAAAD%2CMAAC%3BAAAD%2CGAAC%3BE%5C%2FFqIL%2CqBAAA%3BEAzHA%2CsBAAA%3BEJiPA%2CgBAAA%3BEAAA%2CsBAAA%3BEAAA%2CWAAA%3BEAAA%2CeAAA%3BEAAA%2CqBAAA%3BEAAA%2CaC5RqB%2CaCMC%2C8CFsRtB%3BEAAA%2CgBAAA%3BEAAA%2CqBAAA%3BEAAA%2CiBAAA%3BEAAA%2CiBAAA%3BEAAA%2CmBAAA%3BEI9NA%2CsBAAA%3BEACA%2CsBAAA%3BEJ6NA%2CmBAAA%3BEAAA%2CkBAAA%3BEAAA%2CiBAAA%3BEAAA%2CkBAAA%3BEmGxPQ%2CgBAAA%3B%3BA%5C%2FFkIR%2CC%2BFvIK%2C6B%5C%2FFuIJ%3BAAAD%2CM%2BFvIK%2C6B%5C%2FFuIJ%3BAAAD%2CG%2BFvIK%2C6B%5C%2FFuIJ%3BAACD%2CC%2BFxIK%2C6B%5C%2FFwIJ%3BAAAD%2CM%2BFxIK%2C6B%5C%2FFwIJ%3BAAAD%2CG%2BFxIK%2C6B%5C%2FFwIJ%3BAACD%2CC%2BFzIK%2C6B%5C%2FFyIJ%3BAAAD%2CM%2BFzIK%2C6B%5C%2FFyIJ%3BAAAD%2CG%2BFzIK%2C6B%5C%2FFyIJ%3BEACG%2CqBAAA%3B%3BAAzFJ%2CC%2BFjDK%2C6B%5C%2FFiDJ%3BAAAD%2CM%2BFjDK%2C6B%5C%2FFiDJ%3BAAAD%2CG%2BFjDK%2C6B%5C%2FFiDJ%3BAACD%2CC%2BFlDK%2C6B%5C%2FFkDJ%3BAAAD%2CM%2BFlDK%2C6B%5C%2FFkDJ%3BAAAD%2CG%2BFlDK%2C6B%5C%2FFkDJ%3BEJ2MD%2CmBAAA%3BEAAA%2CsBAAA%3BEAAA%2CWAAA%3B%3BAI%5C%2FLA%2CC%2BF9DK%2C6B%5C%2FF8DJ%3BAAAD%2CM%2BF9DK%2C6B%5C%2FF8DJ%3BAAAD%2CG%2BF9DK%2C6B%5C%2FF8DJ%3BEJ%2BLD%2CmBAAA%3BEAAA%2CsBAAA%3BEAAA%2CWAAA%3B%3BAInLA%2CC%2BF1EK%2C6B%5C%2FF0EJ%3BAAAD%2CM%2BF1EK%2C6B%5C%2FF0EJ%3BAAAD%2CG%2BF1EK%2C6B%5C%2FF0EJ%3BAACD%2CC%2BF3EK%2C6B%5C%2FF2EJ%3BAAAD%2CM%2BF3EK%2C6B%5C%2FF2EJ%3BAAAD%2CG%2BF3EK%2C6B%5C%2FF2EJ%3BAACD%2CQAAQ%2CUAAW%2CE%2BF5Ed%3BA%5C%2FF4EL%2CQAAQ%2CUAAW%2CO%2BF5Ed%3BA%5C%2FF4EL%2CQAAQ%2CUAAW%2CI%2BF5Ed%3BEnG6PL%2CYAAA%3BEI%5C%2FKI%2CeAAA%3BEACA%2CoBAAA%3B%3BAgGlHJ%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%3BA9BtBZ%3BEACI%2CyBAAA%3BEACA%2CWAAA%3BEACA%2CaAAa%2CaAAa%2C8CAA1B%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CsBAAA%3BEACA%2CaAAA%3B%3BAAGJ%3BEACI%2CWAAA%3BEACA%2CWAAA%3B%3BAAGJ%3BEACI%2CsBAAA%3BEACA%2CmBAAA%3B%3BAAOJ%3BET%2BGA%2CSAAA%3BEACA%2CUAAA%3B%3BAShHA%2CsBTkHE%2CQAAK%3BEACH%2CsBAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3B%3BASrHJ%2CsBTkHE%2CQAAK%2CMAKD%3BEACE%2CcAAA%3B%3BASxHR%2CsBT4HE%2CQAAK%3BEAEH%2CsBAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3B%3BAhF7HJ%2CsBgFwHE%2CQAAK%2CQhFxHN%3BAACD%2CsBgFuHE%2CQAAK%2CQhFvHN%3BEACG%2CSAAS%2CEAAT%3BEACA%2CcAAA%3B%3BAAGJ%2CsBgFkHE%2CQAAK%2CQhFlHN%3BEACG%2CWAAA%3B%3BAgFwHA%2CsBAPF%2CQAAK%2CQAOF%3BEACG%2CcAAA%3B%3BASpIR%2CsBToLM%2CQAAK%3BEhFoEX%2CSAAA%3B%3BAyFxPA%2CsBT6LE%2CQAAK%2CMACD%3BEhF0DN%2C0BAAA%3BEAAA%2CYAAA%3BEAAA%2C0BAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CiBAAA%3BEAAA%2CWAAA%3BEAAA%2CqBAAA%3B%3BADjJA%2CsBiFsFE%2CQAAK%2CMACD%2CUjFvFL%3BECiJD%2CcAAA%3BEAAA%2CqBAAA%3B%3BAD5IA%2CsBiFiFE%2CQAAK%2CMACD%2CUjFlFL%3BEC4ID%2CWAAA%3BEAAA%2CqBAAA%3B%3BADvIA%2CsBiF4EE%2CQAAK%2CMACD%2CUjF7EL%3BECuID%2CWAAA%3BEAAA%2CqBAAA%3B%3BAgFzBI%2CsBAlCF%2CQAAK%2CMAkCF%2CIAAI%2CWAAc%2CUAAO%3BAAC1B%2CsBAnCF%2CQAAK%2CMAmCF%2COAAU%3BAACX%2CsBApCF%2CQAAK%2CMAoCF%2COAAU%2CUAAO%3BAAClB%2CsBArCF%2CQAAK%2CMAqCF%2COAAU%2CUAAO%3BEhFsBtB%2CWAAA%3BEAAA%2CqBAAA%3BEAAA%2CmBAAA%3B%3BAyFxPA%2CsBT0OE%2CQAAK%3BEhFcP%2CmBAAA%3BEAAA%2CSAAA%3BEAAA%2CuBAAA%3B%3B%3B%3B%3B%3BAwHtSJ%2CcACI%3BEACI%2C2BAAA%3B%3B%3B%3B%3B%3BACFR%2CgBAGI%3BAAFJ%2CWAEI%3BAADJ%2CkBACI%3BEACI%2C8BAAA%3B%3B%3B%3B%3B%3BACJR%2CiBAAiB%3BEACb%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3B%3B%3B%3B%3B%3BACFY%2CMAJV%2CWACF%2CiBACI%2COACI%2CSACK%3BEACG%2CaAAA%3B%3B%3B%3B%3B%3BACNpB%2CYACI%3BEACI%2CmBAAA%3B%3B%3B%3B%3B%3BACFR%2CKAAK%2CKAAK%2COAAQ%3BEACd%2CgBAAA%3B%3B%3B%3B%3B%3BACDJ%2CKAAK%2CSAAS%2CMAAO%3BEACjB%2CmBAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BACgBA%2C2CACI%2CkCACM%3BAAFV%2C2CACI%2CkCAEI%3BEACI%2CqBAAA%3B%3BAAJZ%2C2CAQI%3BAARJ%2C2CASI%3BEACI%2CmBAAA%3B%3BAClBR%2CeACI%3BEACI%2CmBAAA%3BEACA%2CaAAA%3BEACA%2CQAAA%3B%3BAAJR%2CeAMI%3BEACI%2CYAAA%3B%3BAAGR%3BEACI%2CaAAA%3B%3BAAGJ%3BEACI%2CSAAA%3BEACA%2CuBAAuB%2CmBAAvB%3B%3BAAFJ%2CSAGI%3BEACI%2CmBAAA%3B%3BAAIR%3BEACI%2CgBAAA%3BEAyCA%2CmBAAA%3B%3BAA1CJ%2CeAEI%3BEACI%2CgBAAA%3BEACA%2CaAAA%3BEACA%2CqBAAqB%2CgDAAgD%2C2CAArE%3BEACA%2CgBAAA%3BEACA%2CaAAA%3BEAwBA%2CuBAAuB%2CcAAvB%3B%3BAA%5C%2FBR%2CeAEI%2CaAMI%3BEACI%2CmBAAA%3BEACA%2CaAAA%3BEACA%2C2BAAA%3B%3BAAEI%2CeAXZ%2CaAMI%2CcAII%2CWACK%2CMAAM%3BEACH%2CcAAA%3B%3BAAEJ%2CeAdZ%2CaAMI%2CcAII%2CWAIK%3BEACG%2CWAAA%3BEACA%2CSAAS%2COAAT%3BEACA%2CqBAAA%3BEACA%2CaAAa%2CYAAb%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3B%3BAA3BpB%2CeAEI%2CaA8BI%3BEACI%2CiCAAA%3B%3BAAjCZ%2CeAEI%2CaAiCI%3BEACI%2CqCAAA%3B%3BAApCZ%2CeAEI%2CaAoCI%3BEACI%2CyBAAA%3B%3BAAvCZ%2CeA6CI%2COACI%2CIAAG%3BEACC%2CqBAAA%3B%3BAA%5C%2FCZ%2CeA6CI%2COAKI%3BEACI%2CcAAA%3BEACA%2CgBAAA%3B%3BAApDZ%2CeA6CI%2COAUI%3BEACI%2CyBAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3B%3BAA1DZ%2CeA6CI%2COAgBI%3BEACI%2CkBAAA%3B%3BAA9DZ%2CeA6CI%2COAgBI%2CeAGI%3BEACI%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3B%3BAAKhB%2CqBACM%3BEACE%2CYAAA%3B%3BACtGR%3BAACA%3BEACI%2CeAAA%3BEACA%2CcAAA%3B%3BAAGJ%3BEACI%2CcAAA%3BEACA%2CaAAA%3BEACA%2CYAAA%3B%3BAAIJ%3BEACI%2CmBAAA%3B%3BAADJ%2C6CAGI%3BEACI%2CWAAA%3B%3BAAIR%3BEACI%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAAEA%2CwBAAC%3BEACG%2C6BAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2COAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CWAAA%3B%3BAAZR%2CwBAeI%3BEACI%2CyBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3B%3BAAIR%2CiCACI%3BEACI%2CcAAA%3BEACA%2CmBAAA%3B%3BAAHR%2CiCAMM%2C6BACE%3BEACI%2CmBAAA%3B%3BA7G%5C%2FCZ%2CwBAYI%3BEACI%2CgBAAA%3B%3BAAbR%2CwBAgBI%3BEACI%2CiBAAA%3B%3BAAjBR%2CwBAgBI%2C%2BBAGM%3BEpB2QV%2CiBAAA%3BEoBzQY%2CgBAAA%3B%3BAArBZ%2CwBAgBI%2C%2BBAQI%3BEACI%2CqBAAA%3BEACA%2CqBAAA%3B%3BAAWA%2CwBAPR%2CqCACI%2CKAMK%3BEACG%2CiBAAA%3B%3BAAGJ%2CwBAXR%2CqCACI%2CKAUK%3BEACG%2CkBAAA%3B%3BAA1ChB%2CwBAsDI%2CcACI%3BEACI%2CqBAAA%3B%3BAACA%2CwBAHR%2CcACI%2CGAEK%3BEACG%2CSAAS%2CIAAT%3B%3BAA1DhB%2CwBAsDI%2CcAQI%3BEACI%2CSAAA%3B%3BAA%5C%2FDZ%2CwBAmEI%3BEACI%2CgBAAA%3B%3BAAEA%2CwBAHJ%2CqBAGK%3BEACG%2CYAAA%3B%3BAAEJ%2CwBANJ%2CqBAMK%3BEACG%2CYAAA%3B%3BAAEJ%2CwBATJ%2CqBASK%3BAACD%2CwBAVJ%2CqBAUK%3BEACG%2CYAAA%3B%3BAAEJ%2CwBAbJ%2CqBAaK%3BEACG%2CYAAA%3B%3BAAMZ%3BEAEI%2C6BAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3B%3BA8GhGA%2CeADJ%2CeACM%2CWACE%3BEACI%2CgBAAA%3B%3BACJhB%3BEACI%2CgBAAA%3B%3BACCI%2CcADA%2CMACI%3BEACA%2CsBAAA%3B%3BAAKZ%3BEACI%2CgBAAA%3B%3BAAIA%2CaAAE%3BEACE%2CgBAAA%3B%3BACdR%3BEACI%2CgBAAA%3B%3BAAEA%2CWAAE%3BEACE%2C8BAAA%3BEACA%2CkCAAA%3BEACA%2C4BAAA%3BEACA%2CwBAAA%3BEACA%2CSAAA%3B%3BAAKJ%2CaAAE%3BEACE%2CmBAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BACII%2CkCADJ%2CmCACK%3BEtImRT%2CgBAAA%3BEsIjRY%2CaAAA%3BEACA%2CcAAA%3B%3BAAGJ%2CkCAPJ%2CmCAOK%2COAAQ%3BAACT%2CkCARJ%2CmCAQK%3BEACG%2CaAAA%3BEACA%2CaAAA%3B%3BAAXZ%2CkCAeM%2CSAAM%3BEACJ%2CgBAAA%3B%3BAAIR%2CwBACI%3BEACI%2CmBAAA%3B%3BAC5BR%3B%3B%3BAAAA%2CyBAEI%2CYAAY%2CGAAG%2COAAM%3BAAFzB%2CyBAII%2CYAAY%2CGAAG%2COAAM%3BAAJzB%2CyBAMI%2CYAAW%3BEACP%2CUAAA%3B%3BAAPR%2CyBAUI%3BAAVJ%2CyBAWI%3BAAXJ%2CyBAYI%3BEACI%2CcAAA%3BEACA%2CkBAAA%3B%3BAAdR%2CyBAiBI%2CeAAe%3BAAjBnB%2CyBAkBI%2CeAAe%3BEACX%2CkBAAA%3B%3BAAnBR%2CyBAsBI%3BEACI%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3B%3BAAzBR%2CyBA4BI%2CYAAW%3BEACP%2CeAAA%3BEACA%2CYAAA%3B%3BAA9BR%2CyBAiCI%2CcAAc%3BAAjClB%2CyBAkCI%2CcAAc%3BEACV%2CWAAW%2CoBAAX%3B%3BAAnCR%2CyBAsCI%3BEAEQ%2COAAA%3BEACA%2CcAAA%3BEACA%2CMAAA%3B%3BAAGJ%2CyBAPJ%2CaAOK%3BAACD%2CyBARJ%2CaAQK%3BEACG%2CSAAS%2CEAAT%3BEACA%2CcAAA%3B%3BAAGJ%2CyBAbJ%2CaAaK%3BEACG%2CWAAA%3B%3BAApDZ%2CyBAwDI%3BAAxDJ%2CyBAyDI%2CaAAY%2CcAAe%3BEACvB%2CaAAA%3B%3BAA1DR%2CyBA6DI%3BEACI%2CWAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2CsBAAA%3B%3BAAjER%2CyBAoEI%2CUAAU%3BEACN%2CYAAA%3B%3BAArER%2CyBAwEI%2CaAAY%2CSAAU%3BEAClB%2CoBAAA%3B%3BAAzER%2CyBA4EI%2CgBAAgB%3BEACZ%2C6BAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3B%3BAA%5C%2FER%2CyBAkFI%2CaAAY%3BEACR%2CaAAA%3B%3BAAnFR%2CyBAsFI%2CeAAe%3BEACX%2CeAAA%3BEACA%2CkBAAA%3B%3BAAxFR%2CyBA2FI%2CeAAe%2CYAAW%3BEACtB%2CqCAAA%3BEACA%2CgCAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CiBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CWAAW%2CqBAAX%3BEACA%2CWAAA%3B%3BAAzGR%2CyBA4GI%2CYAAW%3BAA5Gf%2CyBA6GI%2CYAAW%3BEACP%2CaAAA%3B%3BAA9GR%2CyBAiHI%2CcAAa%3BEACT%2CmBAAA%3B%3BAAlHR%2CyBAqHI%3BEACI%2CcAAA%3BEACA%2COAAA%3BEACA%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAA7HR%2CyBAgII%2CYAAY%3BEACR%2CeAAA%3BEACA%2CqBAAA%3BEACA%2CYAAA%3BEACA%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%3BACdR%3BEACI%2CoBAAA%3B%3BAASA%2CqBACI%2CaAAa%3BEACT%2CaAAA%3B%3BAAFR%2CqBAKI%3BEACI%2CiBAAA%3B%3BAANR%2CqBASI%3BEAEQ%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CUAAA%3B%3BAAbZ%2CqBASI%2CiBAOI%3BEACI%2CkBAAA%3B%3BAAjBZ%2CqBASI%2CiBAWI%3BEACI%2CeAAA%3B%3BAArBZ%2CqBAyBI%2CaAAY%3BEzIyWhB%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEAtIF%2CsCAAA%3BEACK%2CmCAAA%3BEACC%2CkCAAA%3BEAcJ%2C8BAAA%3BEAwJA%2C8BAAA%3BEACI%2C0BAAA%3BEACI%2CsBAAA%3BEyIzYI%2CWAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CqBAZJ%2CaAAY%2CeAYP%2CgBAAiB%3BAAClB%2CqBAbJ%2CaAAY%2CeAaP%2CgBAAiB%3BEACd%2CWAAA%3B%3BAAIA%2CqBAlBR%2CaAAY%2CeAiBP%2CgBAAiB%2CuBACb%2CUAAU%2CQAAQ%3BEACf%2CcAAA%3B%3BAAGJ%2CqBAtBR%2CaAAY%2CeAiBP%2CgBAAiB%2CuBAKb%2CUAAU%2CQAAQ%3BEACf%2CaAAA%3B%3BAAIR%2CqBA3BJ%2CaAAY%2CeA2BP%2CgBAAiB%3BAAClB%2CqBA5BJ%2CaAAY%2CeA4BP%2CmBAAoB%3BEAEb%2CUAAA%3B%3BAAGJ%2CqBAjCR%2CaAAY%2CeA2BP%2CgBAAiB%2CuBAMb%3BAAAD%2CqBAjCR%2CaAAY%2CeA4BP%2CmBAAoB%2CuBAKhB%3BEACG%2CWAAA%3B%3BAAIR%2CqBAtCJ%2CaAAY%2CeAsCP%2CgBAAiB%3BAAClB%2CqBAvCJ%2CaAAY%2CeAuCP%2CmBAAoB%3BEACjB%2CYAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CqBA5CJ%2CaAAY%2CeA4CP%3BEACG%2CaAAA%3B%3BAAtEZ%2CqBAyBI%2CaAAY%2CeAgDR%3BEACI%2CSAAA%3B%3BAA1EZ%2CqBAyBI%2CaAAY%2CeAoDR%3BEACI%2CgBAAA%3B%3BAA9EZ%2CqBAyBI%2CaAAY%2CeAwDR%2CiBACI%3BEACI%2CaAAA%3B%3BAAnFhB%2CqBAyBI%2CaAAY%2CeAwDR%2CiBAKI%3BEACI%2CaAAA%3B%3BAAvFhB%2CqBAyBI%2CaAAY%2CeAwDR%2CiBASI%3BEACI%2CaAAA%3B%3BAA3FhB%2CqBAyBI%2CaAAY%2CeAsER%2CeAAe%3BEACX%2CYAAA%3B%3BAAhGZ%2CqBAyBI%2CaAAY%2CeA0ER%3BEzI%2BRR%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEA2BA%2CuBAAA%3BEACQ%2CeAAA%3B%3BAyIhaR%2CqBAyBI%2CaAAY%2CeA%2BER%2CoBAAoB%3BEzIsJ9B%2CeAAA%3BEACK%2CYAAA%3BEACC%2CWAAA%3BEAcJ%2COAAA%3B%3BAyI9QA%2CqBAyBI%2CaAAY%2CeAmFR%2CoBAAoB%2CIAAG%3BEzI4S%5C%2FB%2CwBAAA%3BEACQ%2CgBAAA%3B%3BAyIzZR%2CqBAyBI%2CaAAY%2CeAuFR%2CoBAAoB%3BEAChB%2CgBAAA%3B%3BAAjHZ%2CqBAyBI%2CaAAY%2CeA2FR%3BAApHR%2CqBAyBI%2CaAAY%2CeA4FR%3BEACI%2CoBAAA%3B%3BAAtHZ%2CqBAyBI%2CaAAY%2CeAgGR%2CwBAAwB%3BEACpB%2CeAAA%3B%3BAA1HZ%2CqBAyBI%2CaAAY%2CeAoGR%2CwBAAwB%2CiBAAmB%3BEACvC%2CgBAAA%3B%3BAA9HZ%2CqBAyBI%2CaAAY%2CeAwGR%2CgBAAkB%3BEACd%2CqBAAA%3B%3BAAlIZ%2CqBAyBI%2CaAAY%2CeA4GR%2COAAM%3BEACF%2CmBAAA%3B%3BAAtIZ%2CqBAyBI%2CaAAY%2CeAgHR%3BEACI%2CqBAAA%3BEACA%2CqBAAA%3B%3BAA3IZ%2CqBAyBI%2CaAAY%2CeAqHR%3BEAEQ%2CgBAAA%3B%3BAAhJhB%2CqBAyBI%2CaAAY%2CeAqHR%2C0BAKI%3BEACI%2CkBAAA%3B%3BAApJhB%2CqBAyBI%2CaAAY%2CeAqHR%2C0BASI%3BEACI%2CgBAAA%3B%3BAAxJhB%2CqBAyBI%2CaAAY%2CeAqHR%2C0BAaI%2CiBAAiB%2CQAAO%3BEACpB%2CkBAAA%3B%3BAA5JhB%2CqBAyBI%2CaAAY%2CeAqHR%2C0BAiBI%3BEACI%2CYAAA%3B%3BAAhKhB%2CqBAyBI%2CaAAY%2CeAqHR%2C0BAqBI%2CsBAAsB%3BEAClB%2CaAAA%3B%3BAApKhB%2CqBAyBI%2CaAAY%2CeA%2BIR%2C2BACI%3BEACI%2CYAAA%3B%3BAA1KhB%2CqBAgLI%2CmBAAmB%2C8BACf%3BEACI%2CaAAA%3B%3BAAlLZ%2CqBAgLI%2CmBAAmB%2C8BAKf%2CgCAAgC%3BEAC5B%2CcAAA%3B%3BAAtLZ%2CqBA0LI%2CiBAEI%2C8BAA8B%3BEAC1B%2CyBAAA%3BEACA%2CcAAA%3BEACA%2CSAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CWAAW%2CeAAX%3BEACA%2CaAAA%3BEACA%2CYAAA%3B%3BAAtMZ%2CqBA0LI%2CiBAgBI%2C8BAA8B%2CiBAAmB%3BEAC7C%2CWAAA%3B%3BAAIJ%2CqBArBJ%2CiBAqBK%2CKAAM%2C8BAA8B%3BEACjC%2CYAAA%3BEACA%2CMAAA%3B%3BAAIJ%2CqBA3BJ%2CiBA2BK%2CQAAS%2C8BAA8B%3BEACpC%2CSAAA%3B%3BAAtNZ%2CqBA0NI%3BEzIoCN%2CmCAAA%3BEACK%2CgCAAA%3BEACC%2C%2BBAAA%3BEAcJ%2C2BAAA%3BEyIlDQ%2CgBAAA%3BEACA%2C6CAAA%3BEACA%2CoBAAA%3BEACA%2CkBAAA%3B%3BAAEA%2CqBAPJ%2CgBAOK%3BEACG%2CkDAAA%3B%3BAAlOZ%2CqBAsOI%3BEAEQ%2CcAAA%3BEACA%2CaAAA%3B%3BAAzOZ%2CqBAsOI%2CaAMI%2CcACI%3BEzIiCZ%2CiBAAA%3BEyI%5C%2FBgB%2CaAAA%3B%3BAA%5C%2FOhB%2CqBAoPI%2CaAAY%2CIAAI%3BEACZ%2CmBAAA%3B%3BAArPR%2CqBAwPI%3BEAEQ%2CqBAAA%3BEACA%2CkBAAA%3B%3BAA3PZ%2CqBAwPI%2CmBAMI%3BEACI%2CSAAA%3B%3BAA%5C%2FPZ%2CqBAmQI%3BEAEQ%2CqBAAA%3B%3BAAIA%2CqBANR%2CoBAKM%2CqBACI%3BEACE%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CuBAAA%3BEACA%2CUAAA%3BEACA%2CqBAAA%3B%3BAAGJ%2CqBAlBR%2CoBAKM%2CqBAaI%2CaAAY%2CIAAI%3BEACd%2CgBAAA%3B%3BAAtRhB%2CqBAmQI%2CoBAuBI%3BEACI%2CeAAA%3B%3BAA3RZ%2CqBA%2BRI%2CuBACI%2CYAAW%2CIAAI%2C2BAA8B%3BEACzC%2CaAAA%3B%3BAAjSZ%2CqBAqSI%2CoBAAoB%2COAAM%2CUAAW%2COAAM%3BEACvC%2CcAAA%3BEACA%2CSAAS%2CGAAT%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3B%3BAAzSR%2CqBA4SI%2CmBAAmB%2CgBACf%2CMAAK%2CeAAe%3BAA7S5B%2CqBA4SI%2CmBAAmB%2CgBAEf%2CMAAK%2CeAAe%3BEAChB%2CqCAAA%3B%3BAA%5C%2FSZ%2CqBA4SI%2CmBAAmB%2CgBAMf%2CMAAK%2CeAAe%3BEAChB%2CmCAAA%3B%3BAAnTZ%2CqBA4SI%2CmBAAmB%2CgBAUf%2CMAAK%3BEACD%2CWAAA%3B%3BAAvTZ%2CqBA4SI%2CmBAAmB%2CgBAcf%3BEACI%2CYAAA%3BEACA%2CgBAAA%3B%3BAA5TZ%2CqBA4SI%2CmBAAmB%2CgBAmBf%3BEzIjDR%2CoWAAA%3BEyImDY%2CoBAAA%3BEACA%2CyBAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3B%3BAAvUZ%2CqBA4SI%2CmBAAmB%2CgBA8Bf%3BEACI%2CmBAAA%3B%3BAA3UZ%2CqBA4SI%2CmBAAmB%2CgBAkCf%3BEACI%2CiBAAA%3B%3BAAoBR%2CQAhByC%3BEAgBzC%2CqBAfI%2CaAAY%3BIzIkFpB%2C2BAAA%3BIACI%2CuBAAA%3BIACI%2CmBAAA%3B%3BEyIjFI%2CqBAHJ%2CaAAY%2CeAGP%2CgBAAiB%3BIACd%2CUAAA%3B%3BEAGJ%2CqBAPJ%2CaAAY%2CeAOP%2CgBAAiB%3BIACd%2CYAAA%3B%3B%3BAA5VhB%2CqBAmWI%2CqBAAqB%2C%2BBAA%2BB%3BEAE5C%2CgBAAA%3B%3BAArWZ%2CqBAmWI%2CqBAAqB%2C%2BBAA%2BB%2CgCAKhD%3BEACI%2CgBAAA%3B%3BAAzWZ%2CqBA8WI%2CaAAY%2CIAAI%2CmBAAmB%2CIAAI%2CuBAAwB%3BEAC3D%2COAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CQAAA%3BEACA%2CWAAA%3B%3BAAIR%2CwBAAyB%3BEAEjB%2CSAAA%3B%3BAAFR%2CwBAAyB%2CiBAKrB%2CiBAAiB%3BEACb%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3B%3BAAIR%2CwBAAwB%2COAAQ%3BEAC5B%2CSAAA%3B%3BAAGJ%2CSAAS%3BEACL%2CcAAA%3B%3BAAEA%2CSAHK%2CQAGD%3BEACA%2CsBAAA%3BEACA%2CqBAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3B%3BAAKR%2CiBAAkB%3BEACd%2CiBAAA%3BEACA%2CmBAAA%3B%3BAAGJ%2CQAAS%2CQAAO%2CKAAM%3BEAEd%2CgBAAA%3B%3BAAFR%2CQAAS%2CQAAO%2CKAAM%2CqBAKlB%2CaAAa%2CMAAK%2CMAAS%2CQAAQ%2CKAAE%2CUAAU%2CMAAS%3BEACpD%2CgBAAA%3B%3BAAIR%2CUAAW%2COAAM%3BEAET%2CmBAAA%3B%3BAAFR%2CUAAW%2COAAM%2CoBAKb%3BEACI%2CgCAAA%3BEACA%2CiBAAA%3BEACA%2CoBAAA%3B%3BAAIR%2CUAAW%2COAAM%3BEACb%2CmBAAA%3B%3BAAGJ%2CUAAW%2COAAM%3BEAET%2CmBAAA%3B%3BAAGJ%2CUALO%2COAAM%2CyBAKZ%2CUAAU%2CGAAI%3BEACX%2CaAAA%3B%3BAAKR%3BEACI%2C8BAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3B%3BAALJ%2CaAOI%3BEACI%2CaAAA%3B%3BAARR%2CaAWI%3BEzI5MN%2CmByI6M8B%2CgBzI7M9B%3BEACK%2CgByI4MyB%2CgBzI5MzB%3BEACC%2CeyI2MwB%2CgBzI3MxB%3BEAcJ%2CWyI6L4B%2CgBzI7L5B%3BEyI8LQ%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CQAAA%3B%3BAAKR%2CsBAAuB%3BEACnB%2CaAAA%3B%3BAAGJ%3BEACI%2CaAAA%3BEACA%2C2BAAA%3BEACA%2CgBAAA%3B%3BAAGJ%3BEAEQ%2CcAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CwBAAyB%3BEACrB%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2CYAAY%2CiBAAkB%2CyBAAyB%3BEACnD%2CeAAA%3B%3BAAdR%2CsBAiBI%3BAAjBJ%2CsBAkBI%3BEACI%2CgBAAA%3B%3BAC5fR%2C2BAA2B%2CiBAAiB%3BEAEpC%2CuBAAA%3B%3BAAFR%2C2BAA2B%2CiBAAiB%2CoBAKxC%3BEACI%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3B%3BAARR%2C2BAA2B%2CiBAAiB%2CoBAWxC%3BEACI%2CaAAA%3BEACA%2CmBAAA%3B%3BAAbR%2C2BAA2B%2CiBAAiB%2CoBAgBxC%3BEACI%2CWAAA%3B%3BAAGJ%2C2BApBuB%2CiBAAiB%2CoBAoBvC%2CkBAAmB%3BEAChB%2CUAAA%3B%3BAAGJ%2C2BAxBuB%2CiBAAiB%2CoBAwBvC%2CiBAAkB%3BEACf%2CWAAA%3BEACA%2CWAAA%3B%3BAA1BR%2C2BAA2B%2CiBAAiB%2CoBA6BxC%3BEACI%2CSAAA%3BEACA%2C2BAAA%3BEACA%2C0BAAA%3B%3BAAhCR%2C2BAA2B%2CiBAAiB%2CoBAmCxC%3BEACI%2CQAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CsBAAA%3B%3BAAGJ%2C2BA1CuB%2CiBAAiB%2CoBA0CvC%2CkBAAmB%3BEAChB%2CUAAA%3B%3BAAGJ%2C2BA9CuB%2CiBAAiB%2CoBA8CvC%2CiBAAkB%3BEACf%2CUAAA%3BEACA%2CWAAA%3B%3BACvDR%2CyBAA0B%3BEAElB%2CWAAA%3BEACA%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CyBARsB%2COAQrB%3BEACG%2CWAAA%3B%3BAAGJ%2CyBAZsB%2COAYrB%3BAACD%2CyBAbsB%2COAarB%3BEACG%2CaAAA%3BEACA%2CmBAAA%3BEACA%2C8BAAA%3B%3BAAGJ%2CyBAnBsB%2COAmBrB%2CWAAY%3BAACb%2CyBApBsB%2COAoBrB%2CWAAY%3BEACT%2CUAAA%3BEACA%2CUAAA%3B%3BAAGJ%2CyBAzBsB%2COAyBrB%2CWAAY%2CSAAS%3BEAClB%2CgBAAA%3B%3BAA1BR%2CyBAA0B%2COA6BtB%3BEACI%2CcAAA%3BEACA%2CcAAA%3B%3BAAIR%2CyBAA0B%3BEACtB%2CWAAA%3B%3BAAGJ%2CyBAA0B%2COAAM%2CUAAa%2CSAAM%3BEAC%5C%2FC%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CSAAS%2CGAAT%3BEACA%2CiBAAA%3B%3BAAGJ%2CUAAW%2COAAM%2CoBAAqB%3BEAE9B%2CYAAA%3BEACA%2CgBAAA%3B%3BAAHR%2CUAAW%2COAAM%2CoBAAqB%2CUAMlC%3BEACI%2CWAAA%3BEACA%2CiBAAA%3B%3BACtDR%2CqBAAsB%2CiBAClB%3BEACI%2CaAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3B%3BAAGJ%2CqBAPkB%2CiBAOjB%2CQAAS%3BEACN%2CeAAA%3B%3BACZZ%3BACwcI%2C0BAA2B%3BAAoB3B%2C0BAA2B%2C6BAUvB%3BAAwFJ%2C0BAA2B%2CyBAAyB%2C4BAKhD%2CoBAAsB%3BEDlkB1B%2CaAAA%3BEACA%2CuBAAA%3BEACA%2CeAAA%3BEACA%2C8BAAA%3B%3BAAGJ%3BAC4XI%2C0BAA2B%2C6BAWvB%3BAAXJ%2C0BAA2B%2C6BAYvB%3BAAyDJ%2C0BAA2B%2CwBAGvB%3BAAiBJ%2C0BAA2B%2C6BAcvB%3BAAoFJ%2C0BAA2B%2CyBAAyB%2C4BAkBhD%3BEDvkBA%2CcAAA%3BEACA%2C8BAAA%3BEACA%2CsBAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3B%3BAAGJ%2C4BAAC%2CIAAI%3BAC%2BWL%2C0BAA2B%2C6BAWvB%2CyBD1XH%2CIAAI%3BAC%2BWL%2C0BAA2B%2C6BAYvB%2C0BD3XH%2CIAAI%3BACobL%2C0BAA2B%2CwBAGvB%2CuBDvbH%2CIAAI%3BACwcL%2C0BAA2B%2C6BAcvB%2CmBDtdH%2CIAAI%3BAC0iBL%2C0BAA2B%2CyBAAyB%2C4BAkBhD%2CgBD5jBH%2CIAAI%3BEACD%2CmBAAA%3B%3BAAGJ%2C4BAAC%3BAC2WD%2C0BAA2B%2C6BAWvB%2CyBDtXH%3BAC2WD%2C0BAA2B%2C6BAYvB%2C0BDvXH%3BACgbD%2C0BAA2B%2CwBAGvB%2CuBDnbH%3BACocD%2C0BAA2B%2C6BAcvB%2CmBDldH%3BACsiBD%2C0BAA2B%2CyBAAyB%2C4BAkBhD%2CgBDxjBH%3BEACG%2C4CAAA%3B%3BAAGJ%2C4BAAC%3BACuWD%2C0BAA2B%2C6BAWvB%2CyBDlXH%3BACuWD%2C0BAA2B%2C6BAYvB%2C0BDnXH%3BAC4aD%2C0BAA2B%2CwBAGvB%2CuBD%5C%2FaH%3BAC4aD%2C0BAA2B%2CwBAUvB%2CuBAAsB%3BAAU1B%2C0BAA2B%2C6BAcvB%2CmBD9cH%3BACgcD%2C0BAA2B%2C6BAoBvB%2CmBAAkB%3BAA8EtB%2C0BAA2B%2CyBAAyB%2C4BAkBhD%2CgBDpjBH%3BACkiBD%2C0BAA2B%2CyBAAyB%2C4BA6BhD%2CgBAAe%3BED9jBf%2CqBAAA%3B%3BAAeR%2CgBAXuC%3BEACnC%3BECiWA%2C0BAA2B%2C6BAWvB%3BEAXJ%2C0BAA2B%2C6BAYvB%3BEAyDJ%2C0BAA2B%2CwBAGvB%3BEAiBJ%2C0BAA2B%2C6BAcvB%3BEAoFJ%2C0BAA2B%2CyBAAyB%2C4BAkBhD%3BID5iBI%2CUAAA%3B%3BEAGJ%2C4BAAC%2CeAAe%3BEC4VpB%2C0BAA2B%2C6BAWvB%2CyBDvWC%2CeAAe%3BEC4VpB%2C0BAA2B%2C6BAYvB%2C0BDxWC%2CeAAe%3BECiapB%2C0BAA2B%2CwBAGvB%2CuBDpaC%2CeAAe%3BECqbpB%2C0BAA2B%2C6BAcvB%2CmBDncC%2CeAAe%3BECuhBpB%2C0BAA2B%2CyBAAyB%2C4BAkBhD%2CgBDziBC%2CeAAe%3BIACZ%2CgBAAA%3B%3B%3BACVR%2CYAAY%3BEAEJ%2CgBAAA%3BEACA%2CsBAAA%3BEACA%2CUAAA%3B%3BAAGJ%2CYAPQ%2CQAOP%3BEACG%2CYAAA%3BEACA%2CgBAAA%3B%3BAATR%2CYAAY%2CQAYR%3BEACI%2CUAAA%3B%3BAAbR%2CYAAY%2CQAgBR%3BEACI%2CeAAA%3B%3BAAjBR%2CYAAY%2CQAoBR%2CwBAAwB%3BEACpB%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3B%3BAAzBR%2CYAAY%2CQA4BR%3BEACI%2CoBAAA%3B%3BAA7BR%2CYAAY%2CQAgCR%3BEACI%2C2BAAA%3B%3BAAjCR%2CYAAY%2CQAoCR%2CyBAAyB%3BEACrB%2CeAAA%3BEACA%2CUAAA%3B%3BAAIR%2CYAAY%2CQAAQ%2CiBAEhB%2CsBAAsB%2CoBAClB%3BAAFR%2CYAAY%2CQAAQ%2CiBAChB%2CsBAAsB%2CoBAClB%3BEACI%2CcAAA%3BEACA%2CiBAAA%3B%3BAAKZ%2C0BAA0B%3BEAElB%2CWAAA%3BEACA%2CcAAA%3B%3BAAHR%2C0BAA0B%2CQAMtB%2CkBAAiB%2CIAAI%3BEACjB%2CgBAAA%3B%3BAAKR%3BEAEQ%2CeAAA%3B%3BAAGJ%2C0BAAI%3BEACA%2CgBAAA%3B%3BAANR%2C0BASI%3BEACI%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CaAAA%3B%3BAAhBR%2C0BAmBI%2CkBAAoB%3BEAEZ%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CyBAAA%3BEACA%2CWAAA%3B%3BAAGJ%2C0BAZJ%2CkBAAoB%2CmBAYf%3BAACD%2C0BAbJ%2CkBAAoB%2CmBAaf%2CMAAM%3BEACH%2CqBAAA%3B%3BAAjCZ%2C0BAqCI%2CkBAAoB%2CmBAAgB%3BEAE5B%2CgCAAA%3BEACA%2C%2BBAAA%3BEACA%2CsBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CWAAW%2CsBAAsB%2CaAAjC%3BEACA%2CyBAAA%3BEACA%2CUAAA%3B%3BAAlDZ%2C0BAsDI%2CkBAAoB%2CmBAAgB%3BEAChC%2CWAAW%2CcAAX%3B%3BAAvDR%2C0BA0DI%2CkBAAoB%2CsBAAsB%3BEACtC%2CeAAA%3B%3BAA3DR%2C0BA8DI%2CUAAS%3BEACL%2CgBAAA%3B%3BAA%5C%2FDR%2C0BAkEI%2CUAAY%2CUAAU%3BEAClB%2CaAAA%3B%3BAAnER%2C0BAsEI%2CUAAY%2CSAAS%3BAAtEzB%2C0BAuEI%2CUAAY%2CUAAU%2CSAAS%3BEAC3B%2CmBAAA%3B%3BAAxER%2C0BA2EI%3BEACI%2CSAAA%3BEACA%2CUAAA%3B%3BAA7ER%2C0BAgFI%2CyBAAyB%3BAAhF7B%2C0BAiFI%2CyBAAyB%3BEACrB%2CkBAAA%3B%3BAAlFR%2C0BAqFI%2CyBAAyB%3BEACrB%2CgBAAA%3B%3BAAtFR%2C0BAyFI%2CyBAAyB%3BEACrB%2CkBAAA%3BEACA%2CgBAAA%3B%3BAA3FR%2C0BA8FI%3BEACI%2CWAAA%3B%3BAAKA%2C0BAFJ%2CmBAEK%2CIAAI%3B%3B%3BAAAL%2C0BADJ%2COACK%2CIAAI%3B%3B%3BEAGD%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3B%3BAAGJ%2C0BAZJ%2CmBAYK%2CIAAI%2C6BAA6B%3BAAAlC%2C0BAXJ%2COAWK%2CIAAI%2C6BAA6B%3BEAC9B%2CYAAA%3B%3BAA%5C%2FGZ%2C0BAmHI%2CmBAAkB%3BEACd%2CgBAAA%3B%3BAApHR%2C0BAuHI%2CwBAA0B%2CmBAAmB%2CWAAS%2CQAAO%3BAAvHjE%2C0BAuHI%2CwBAA0B%2CmBAAmB%2CWzHjJjD%3BAyH0BA%2C0BAuHI%2CwBAA0B%2CmBAAmB%2CWzH7IjD%3BEyH8IQ%2CWAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BAA3HR%2C0BA8HI%3BEACI%2CgBAAA%3B%3BAA%5C%2FHR%2C0BAkII%2CSAAS%2CQAAO%3BAAlIpB%2C0BAmII%2CQAAO%2CSAAS%3BEACZ%2CmBAAA%3BEACA%2CkBAAA%3B%3BAArIR%2C0BAyII%2CeAAe%2CiBAAiB%3BEAC5B%2CgBAAA%3B%3BAA1IR%2C0BA6II%2CMAAK%2CeAAe%3BEAChB%2CgCAAA%3B%3BAA9IR%2C0BAiJI%2CMAAK%3BAAjJT%2C0BAkJI%2CMAAK%3BAAlJT%2C0BAmJI%2CMAAK%3BAAnJT%2C0BAoJI%2CMAAK%3BAApJT%2C0BAqJI%2CMAAK%3BAArJT%2C0BAsJI%2CMAAK%3BAAtJT%2C0BAuJI%2CMAAK%3BAAvJT%2C0BAwJI%2CMAAK%3BAAxJT%2C0BAyJI%3BEACI%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3B%3BAA7JR%2C0BAgKI%2CqBAAqB%3BEACjB%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3B%3BAAnKR%2C0BAuKI%2CqBAAqB%3BAAvKzB%2C0BAwKI%2CQAAO%2CSAAS%3BEACZ%2CYAAA%3B%3BAAKR%2C0BACI%2CMAAK%3BAADT%2C0BAEI%2CMAAK%3BE9IrPT%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BE8IiPQ%2CWAAA%3BEACA%2CUAAA%3B%3BAANR%2C0BASI%2CMAAK%2CiBAAoB%3BAAT7B%2C0BAUI%2CMAAK%2CcAAiB%3BEAClB%2CeAAA%3BEACA%2CaAAA%3B%3BAAZR%2C0BAeI%2CMAAK%2CiBAAoB%2CQAAM%2CKAAI%3BAAfvC%2C0BAgBI%2CMAAK%2CcAAiB%2CQAAM%2CKAAI%3BEAC5B%2CUAAA%3B%3BAAjBR%2C0BAoBI%2CMAAK%2CiBAAoB%2CQAAK%3BAApBlC%2C0BAqBI%2CMAAK%2CcAAiB%2CQAAK%3BEACvB%2CgBAAA%3BEACA%2CsBAAA%3BEACA%2CsBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CeAAA%3BEACA%2CqBAAA%3BEACA%2CYAAA%3BEACA%2CoBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3B%3BAAhCR%2C0BAmCI%2CMAAK%2CiBAAoB%2CQAAK%2CMAAM%3BAAnCxC%2C0BAoCI%2CMAAK%2CcAAiB%2CQAAK%2CMAAM%3BAApCrC%2C0BAqCI%2CMAAK%2CiBAAiB%2CQAAW%2CQAAK%3BAArC1C%2C0BAsCI%2CMAAK%2CcAAc%2CQAAW%2CQAAK%3BEAC%5C%2FB%2CqBAAA%3BEACA%2C6CAAA%3B%3BAAxCR%2C0BA2CI%2CMAAK%2CiBAAoB%2CQAAK%3BEAC1B%2CkBAAA%3B%3BAA5CR%2C0BA%2BCI%2CMAAK%2CiBAAiB%2CQAAW%2CQAAK%3BEAClC%2CwXAAA%3BEACA%2CmCAAA%3BEACA%2CeAAA%3B%3BAAlDR%2C0BAqDI%2CMAAK%2CcAAiB%2CQAAK%3BEACvB%2CkBAAA%3BEACA%2CyBAAA%3B%3BAAvDR%2C0BA0DI%2CMAAK%2CcAAc%2CQAAW%2CQAAK%3BEAC%5C%2FB%2CiBAAA%3B%3BAAKR%2C0BAA2B%3BAAC3B%2C0BAA2B%3BEAEnB%2CgCAAA%3BEACA%2CmBAAA%3B%3BAAJR%2C0BAA2B%2CuBAOvB%3BAANJ%2C0BAA2B%2CYAMvB%3BEACI%2CuBAAA%3BEACA%2CaAAA%3BEACA%2CeAAA%3B%3BAAVR%2C0BAA2B%2CuBAavB%2CkBAAkB%3BAAZtB%2C0BAA2B%2CYAYvB%2CkBAAkB%3BEACd%2CUAAA%3B%3BAAdR%2C0BAA2B%2CuBAiBvB%3BAAhBJ%2C0BAA2B%2CYAgBvB%3BEACI%2CsBAAA%3B%3BAAlBR%2C0BAA2B%2CuBAqBvB%2CkBAAkB%2CoBAAoB%3BAApB1C%2C0BAA2B%2CYAoBvB%2CkBAAkB%2CoBAAoB%3BEAClC%2CSAAA%3BEACA%2CWAAA%3B%3BAAvBR%2C0BAA2B%2CuBA0BvB%2CkBAAkB%3BAAzBtB%2C0BAA2B%2CYAyBvB%2CkBAAkB%3BEACd%2CmBAAA%3BEACA%2CaAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3B%3BAAhCR%2C0BAA2B%2CuBAmCvB%2CkBAAkB%3BAAlCtB%2C0BAA2B%2CYAkCvB%2CkBAAkB%3BEACd%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3B%3BAAtCR%2C0BAA2B%2CuBAyCvB%3BAAxCJ%2C0BAA2B%2CYAwCvB%3BEACI%2CqBAAA%3B%3BAA1CR%2C0BAA2B%2CuBA6CvB%2CqBAAoB%3BAA5CxB%2C0BAA2B%2CYA4CvB%2CqBAAoB%3BEAChB%2CYAAA%3B%3BAA9CR%2C0BAA2B%2CuBAiDvB%3BAAhDJ%2C0BAA2B%2CYAgDvB%3BEACI%2CmBAAA%3B%3BAAKR%2C0BAA2B%2C6BACvB%3BEACI%2CgBAAA%3B%3BAAFR%2C0BAA2B%2C6BAKvB%3BAALJ%2C0BAA2B%2C6BAMvB%3BAANJ%2C0BAA2B%2C6BAOvB%3BEACI%2CmBAAA%3B%3BAARR%2C0BAA2B%2C6BAWvB%3BAAXJ%2C0BAA2B%2C6BAYvB%3BEACI%2CaAAA%3B%3BAAbR%2C0BAA2B%2C6BAkBvB%2CyBAAwB%3BAAlB5B%2C0BAA2B%2C6BAmBvB%2C0BAAyB%3BEACrB%2CaAAA%3B%3BAApBR%2C0BAA2B%2C6BAuBvB%3BEACI%2CgBAAA%3B%3BAAxBR%2C0BAA2B%2C6BA2BvB%2CmBAAkB%3BEAEV%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3B%3BAAGJ%2C0BAnCmB%2C6BA2BvB%2CmBAAkB%2CQAQb%3BEACG%2CmBAAA%3BEACA%2CWAAA%3B%3BAArCZ%2C0BAA2B%2C6BAyCvB%2CmBAAkB%3BAA0GtB%2C0BAA2B%2C0BAmBvB%2CmBAAkB%3BEA3HV%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CeAAA%3B%3BAAGJ%2C0BAjDmB%2C6BAyCvB%2CmBAAkB%2CMAQb%3BAAkGT%2C0BAA2B%2C0BAmBvB%2CmBAAkB%2CMArHb%3BEACG%2CcAAA%3B%3BAAGJ%2C0BArDmB%2C6BAyCvB%2CmBAAkB%2CMAYb%3BAA8FT%2C0BAA2B%2C0BAmBvB%2CmBAAkB%2CMAjHb%3BEACG%2C4bAAA%3BEACA%2CwBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CqBAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3B%3BAAGJ%2C0BA9DmB%2C6BAyCvB%2CmBAAkB%2CMAqBb%2CMAAM%3BAAqFf%2C0BAA2B%2C0BAmBvB%2CmBAAkB%2CMAxGb%2CMAAM%3BEACH%2C4bAAA%3BEACA%2CwBAAA%3B%3BAAKZ%2C0BAA2B%2CwBAGvB%3BEACI%2CiBAAA%3BEACA%2CaAAA%3B%3BAALR%2C0BAA2B%2CwBAcvB%2CuBAAsB%2CcAAe%2CmBAAkB%3BEACnD%2CkBAAA%3B%3BAAKR%2C0BAA2B%3BEAEnB%2CcAAA%3BEACA%2C6BAAA%3B%3BAAHR%2C0BAA2B%2C6BAMvB%3BEACI%2CaAAA%3B%3BAAPR%2C0BAA2B%2C6BAcvB%3BEACI%2CeAAA%3B%3BAAfR%2C0BAA2B%2C6BAwBvB%2CmBAAmB%3BEACf%2CYAAA%3B%3BAAzBR%2C0BAA2B%2C6BA4BvB%2CmBAAmB%2CaAAa%3BEAC5B%2CkBAAA%3B%3BAA7BR%2C0BAA2B%2C6BAgCvB%2CmBAAmB%2CaAAa%2CeAAc%2COAC1C%2CsBAAqB%3BAAjC7B%2C0BAA2B%2C6BAgCvB%2CmBAAmB%2CaAAa%2CeAAc%2COAE1C%3BEACI%2CcAAA%3B%3BAAMZ%2C0BAA2B%3BEAEnB%2CgBAAA%3B%3BAAFR%2C0BAA2B%2CuBAKvB%3BEACI%2CgCAAA%3BEACA%2CeAAA%3BEACA%2CeAAA%3B%3BAARR%2C0BAA2B%2CuBAWvB%3BEACI%2CeAAA%3B%3BAAKR%2C0BAA2B%2C0BACvB%3BEACI%2CgBAAA%3B%3BAAFR%2C0BAA2B%2C0BAKvB%2CiBAAmB%3BEACf%2CWAAA%3BEACA%2CkBAAA%3B%3BAAPR%2C0BAA2B%2C0BAUvB%2CiBAAmB%2CWAAS%3BEACxB%2CaAAA%3B%3BAAXR%2C0BAA2B%2C0BAcvB%2CiBAAiB%3BEACb%2CgBAAA%3BEACA%2CcAAA%3B%3BAASR%2C0BAA2B%2C0BACvB%3BEACI%2CWAAA%3B%3BAAFR%2C0BAA2B%2C0BAKvB%2COAAM%3BEACF%2CcAAA%3B%3BAANR%2C0BAA2B%2C0BASvB%2COAAM%2CWAAY%3BEACd%2CWAAA%3B%3BAAKR%2C0BAA2B%2CyBAAyB%3BEAE5C%2CSAAA%3B%3BAAFR%2C0BAA2B%2CyBAAyB%2C4BAShD%2CeAAiB%2CiBAAe%3BEAE5B%2CSAAA%3B%3BAAXR%2C0BAA2B%2CyBAAyB%2C4BAchD%2CeAAc%2CIAAI%3BEACd%2CmBAAA%3B%3BAAfR%2C0BAA2B%2CyBAAyB%2C4BAkBhD%3BEACI%2CUAAA%3BEACA%2CWAAA%3B%3BAApBR%2C0BAA2B%2CyBAAyB%2C4BAyBhD%2CgBAAe%2CIAAI%3BEACf%2CmBAAA%3B%3BAA1BR%2C0BAA2B%2CyBAAyB%2C4BAiChD%3BEACI%2CuBAAA%3BEACA%2CUAAA%3B%3BAAnCR%2C0BAA2B%2CyBAAyB%2C4BAsChD%2CsBAAsB%3BEAClB%2CuBAAA%3BEACA%2CaAAA%3B%3BAAxCR%2C0BAA2B%2CyBAAyB%2C4BA2ChD%2CsBAAsB%2COAAS%2CIAAC%2CIAAI%2CaAAa%2CIAAI%3BEACjD%2CiBAAA%3B%3BAA5CR%2C0BAA2B%2CyBAAyB%2C4BAgDhD%2CsBAAsB%2COAAO%3BEACzB%2CiBAAA%3BEACA%2CiBAAA%3B%3BAAlDR%2C0BAA2B%2CyBAAyB%2C4BAqDhD%2CgBAAgB%3BEACZ%2CaAAA%3B%3BAAtDR%2C0BAA2B%2CyBAAyB%2C4BAyDhD%2CgBAAe%2CQAAS%3BEACpB%2CcAAA%3BEACA%2CsBAAA%3B%3BAA3DR%2C0BAA2B%2CyBAAyB%2C4BA8DhD%2CgBAAe%2CQAAS%2CwBAA0B%3BEAC9C%2CSAAA%3B%3BAA%5C%2FDR%2C0BAA2B%2CyBAAyB%2C4BAkEhD%2CgBAAe%2CQAAS%2CwBAA0B%2CIAAI%3BEAClD%2CgBAAA%3B%3BAAnER%2C0BAA2B%2CyBAAyB%2C4BAuEhD%2CgBAAe%2CQAAS%2CwBAAwB%3BEAC5C%2CqBAAA%3BEACA%2CsBAAA%3B%3BAAzER%2C0BAA2B%2CyBAAyB%2C4BA4EhD%2CwBAAwB%2CiBAAmB%3BEACvC%2CWAAA%3BEACA%2CeAAA%3B%3BAAKR%2C0BAA2B%3BEAEnB%2CgBAAA%3B%3BAAFR%2C0BAA2B%2C8BAKvB%3BEACI%2CmBAAA%3BEACA%2CWAAA%3B%3BAAPR%2C0BAA2B%2C8BAUvB%2CkBAAoB%3BEAChB%2CgBAAA%3B%3BAAXR%2C0BAA2B%2C8BAcvB%2CoBAAsB%3BEAClB%2CaAAA%3B%3BAAfR%2C0BAA2B%2C8BAkBvB%3BEACI%2CgCAAA%3BEACA%2CmBAAA%3B%3BAApBR%2C0BAA2B%2C8BAuBvB%2CcAAc%3BEAEN%2C4nBAAA%3BEACA%2CwBAAA%3BEACA%2CSAAA%3BEACA%2CSAAA%3BEACA%2CsBAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3B%3BAAGJ%2C0BAtCmB%2C8BAuBvB%2CcAAc%2CQAeT%3BEACG%2C4nBAAA%3BEACA%2CwBAAA%3B%3BAAxCZ%2C0BAA2B%2C8BA4CvB%2CcAAc%2CQAAO%3BEACjB%2CWAAA%3BEACA%2CmBAAA%3B%3BAA9CR%2C0BAA2B%2C8BAiDvB%2CcAAc%3BEACV%2CoBAAA%3B%3BAAlDR%2C0BAA2B%2C8BAqDvB%2CgBAAgB%3BEACZ%2CyBAAA%3BEACA%2CSAAA%3B%3BAAvDR%2C0BAA2B%2C8BA0DvB%2CgBAAgB%3BEACZ%2CmBAAA%3B%3BAA3DR%2C0BAA2B%2C8BA8DvB%2CgBAAgB%3BEACZ%2CiBAAA%3B%3BAA%5C%2FDR%2C0BAA2B%2C8BAkEvB%2CsBAAsB%3BEAClB%2CmBAAA%3BEACA%2CaAAA%3BEACA%2CeAAA%3B%3BAArER%2C0BAA2B%2C8BAkEvB%2CsBAAsB%2CoBAKlB%3BEACI%2CgBAAA%3BEACA%2CQAAA%3BEACA%2CeAAA%3B%3BAA1EZ%2C0BAA2B%2C8BA8EvB%2CsBAAsB%3BEAClB%2CmBAAA%3BEACA%2CaAAA%3BEACA%2CUAAA%3BEACA%2CeAAA%3BEACA%2C8BAAA%3BEACA%2CqBAAA%3B%3BAApFR%2C0BAA2B%2C8BAuFvB%2CsBAAsB%2CQAAO%3BEAErB%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3B%3BAAGJ%2C0BA%5C%2FFmB%2C8BAuFvB%2CsBAAsB%2CQAAO%2CSAQxB%3BEACG%2CmBAAA%3B%3BAAhGZ%2C0BAA2B%2C8BAoGvB%2CsBAAsB%3BEAClB%2CmBAAA%3B%3BAArGR%2C0BAA2B%2C8BAwGvB%3BEACI%2CSAAA%3B%3BAAzGR%2C0BAA2B%2C8BA4GvB%3BEACI%2CmBAAA%3BEACA%2CaAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3B%3BAAhHR%2C0BAA2B%2C8BAmHvB%2CaAAa%3BEACT%2CkBAAA%3B%3BAApHR%2C0BAA2B%2C8BAuHvB%2CaAAa%3BEACT%2CYAAA%3B%3BAAxHR%2C0BAA2B%2C8BA2HvB%3BEACI%2CWAAA%3B%3BAA5HR%2C0BAA2B%2C8BA%2BHvB%2COAAM%3BEACF%2CUAAA%3B%3BAAhIR%2C0BAA2B%2C8BAmIvB%2COAAM%2CaAAa%2CIAAI%3BEACnB%2CmBAAA%3B%3BAApIR%2C0BAA2B%2C8BAuIvB%3BEACI%2CYAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3B%3BAA1IR%2C0BAA2B%2C8BA6IvB%2CcAAc%2COAAO%3BAA7IzB%2C0BAA2B%2C8BA8IvB%2CcAAc%2COAAO%3BEACjB%2CgBAAA%3B%3BAA%5C%2FIR%2C0BAA2B%2C8BAkJvB%2CcAAc%3BEACV%2CcAAA%3BEACA%2CmBAAA%3B%3BAAKR%2C0BAA2B%3BEAEnB%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3BEACA%2CeAAA%3B%3BAANR%2C0BAA2B%2C%2BBASrB%3BEACE%2CeAAA%3B%3BAAVR%2C0BAA2B%2C%2BBAavB%3BAAbJ%2C0BAA2B%2C%2BBAcvB%3BEACI%2CcAAA%3B%3BAAfR%2C0BAA2B%2C%2BBAkBvB%2CuBAAyB%3BEACrB%2CkBAAA%3B%3BAAnBR%2C0BAA2B%2C%2BBAsBvB%2CoBAAoB%3BEAChB%2CgBAAA%3B%3BAAKR%2C0BAA2B%3BEAEnB%2CeAAA%3B%3BAAFR%2C0BAA2B%2CwBAKvB%3BAALJ%2C0BAA2B%2CwBAMvB%3BEACI%2CeAAA%3BEACA%2CgBAAA%3B%3BAARR%2C0BAA2B%2CwBAWvB%3BEACI%2CcAAA%3BEACA%2CkBAAA%3B%3BAAbR%2C0BAA2B%2CwBAgBvB%2CeAAe%3BEACX%2CaAAA%3B%3BAAKR%2C0BAA2B%3BEAEnB%2CcAAA%3BEACA%2CgBAAA%3B%3BAAHR%2C0BAA2B%2CuBAMvB%3BEACI%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3B%3BAAKR%2C0BAA0B%2CiBACtB%2CmBAAkB%2CIAAI%3BEAClB%2CgBAAA%3B%3BAC12BR%2CgBAAmB%2CgBAAgB%2CwBAAqB%3BEACpD%2CiBAAA%3B%3BAAGJ%2CKAAK%3BEACD%2CiBAAA%3B%3BAAGJ%3BEACI%2CiBAAA%3B%3BAAGJ%2CkBAAmB%2CIAAG%2CaAAa%3BEAC%5C%2FB%2CkBAAA%3BEACA%2CSAAA%3BEACA%2COAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3B%3BAAGJ%2CaAAa%2CkBAAmB%2CSAAQ%3BEACpC%2CkBAAA%3BEACA%2CoBAAA%3BEACA%2CiBAAA%3B%3BAAGJ%2CaAAa%2CkBAAmB%3BEAC5B%2CeAAA%3B%3BAAGJ%3BEACI%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CaAAA%3B%3BAAGJ%3BEACI%2CeAAA%3BEACA%2CMAAA%3BEACA%2COAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CYAAY%2CiGAAZ%3BEACA%2CYAAY%2CyCAAyC%2C6BAA4B%2CyDAAjF%3B%3BAAGJ%2CQAAS%3BEACL%2CkBAAA%3BEACA%2CiBAAA%3B%3BAAGJ%2CQAAS%3BEACL%2CeAAA%3B%3BAAGJ%2CeAAgB%2CwBAAwB%2CGAAG%3BEACvC%2CYAAA%3B%3BACrCR%3BEACI%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CaAAa%2CSAAb%3BEACA%2CSAAS%2CgDAAT%3BEACA%2CSAAS%2CuDAA8D%2COAAO%2C0BACrE%2CiDAAwD%2COAAO%2CiBAC%5C%2FD%2CkDAAyD%2COAAO%2CaAChE%2CyDAA6E%2COAAO%2CMAH7F%3BEAKA%2CkBAAA%3B%3BAAIA%3BECvCA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEAIA%2C4BAAA%3BEDsCQ%2CoBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAa%2CSAAb%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CmCAAA%3BEACA%2CkCAAA%3B%3BAAIA%2CaADH%2CcACI%3BEACG%2CSA9CY%2COA8CZ%3B%3BAAKJ%2CaADH%2CeACI%3BEACG%2CSArDa%2COAqDb%3B%3BAAKJ%2CaADH%2COACI%3BEACG%2CSAzDK%2COAyDL%3B%3BAAKJ%2CaADH%2CMACI%3BEACG%2CSA9DI%2COA8DJ%3B%3BAAKJ%2CaADH%2CSACI%3BEACG%2CSAnEO%2COAmEP%3B%3BAAKJ%2CaADH%2CMACI%3BEACG%2CSAxEI%2COAwEJ%3B%3BAAKJ%2CaADH%2CMACI%3BEACG%2CSA7EI%2COA6EJ%3B%3BAAKJ%2CaADH%2CQACI%3BEACG%2CSAlFM%2COAkFN%3B%3BAE%5C%2FFZ%3BEACI%2CmBAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CqBAAqB%3BEACjB%2CmBAAA%3B%3BAAGJ%2CYAAa%3BEACT%2CgBAAA%3B%3BAAGJ%3BEACI%2CqBAAA%3B%3BAAGJ%3BEAEQ%2CaAAA%3BEACA%2CmBAAA%3B%3BAAGJ%2CYAAa%2CcAAI%2CSAAS%3BEACtB%2CqBAAA%3BEACA%2CUAAA%3B%3BAAIR%3BEACI%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CqBAAA%3B%3BAAIJ%2CYAAa%3BAACb%2CYAAa%2CsBAAqB%2COAAO%3BAAAzC%2CYAAa%2CsB7H0Bb%3BA6H1BA%2CYAAa%2CsB7H8Bb%3BE6H7BI%2CaAAA%3B%3BAAGJ%2CYAAa%2CQAAO%3BAACpB%2CcAAe%2CQAAO%3BAADtB%2CY7HsBA%3BA6HrBA%2Cc7HqBA%3BA6HtBA%2CY7H0BA%3BA6HzBA%2Cc7HyBA%3BE6HvBQ%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAGJ%2CYARS%2CQAAO%2CQAQf%3BAAAD%2CcAPW%2CQAAO%2CQAOjB%3BAAAD%2CY7HcJ%2CiB6HdK%3BAAAD%2Cc7HcJ%2CiB6HdK%3BAAAD%2CY7HkBJ%2Cc6HlBK%3BAAAD%2Cc7HkBJ%2Cc6HlBK%3BEACG%2CmBAAA%3B%3BAAGJ%2CYAZS%2CQAAO%2CQAYf%3BAAAD%2CcAXW%2CQAAO%2CQAWjB%3BAAAD%2CY7HUJ%2CiB6HVK%3BAAAD%2Cc7HUJ%2CiB6HVK%3BAAAD%2CY7HcJ%2Cc6HdK%3BAAAD%2Cc7HcJ%2Cc6HdK%3BEACG%2CmBAAA%3B%3BAAIR%3BEACI%2CiBAAA%3B%3BAAGJ%2CgBAAmB%3BEACf%2CqBAAA%3B%3BAAGJ%2CYAAY%2CIAAI%2CUAAW%3BAAC3B%2CYAAY%2CIAAI%2CUAAW%3BAAC3B%2CYAAY%2CIAAI%2CUAAW%3BAAC3B%2CYAAY%2CIAAI%2CUAAW%3BEAEnB%2CcAAA%3BEACA%2CUAAA%3B%3BAAGJ%2CYATQ%2CIAAI%2CUAAW%2CiBASnB%3BAAAJ%2CYARQ%2CIAAI%2CUAAW%2CcAQnB%3BAAAJ%2CYAPQ%2CIAAI%2CUAAW%2CoBAOnB%3BAAAJ%2CYANQ%2CIAAI%2CUAAW%2CiBAMnB%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3B%3BAAGJ%2CYAfQ%2CIAAI%2CUAAW%2CiBAenB%2CQAAK%3BAAAT%2CYAdQ%2CIAAI%2CUAAW%2CcAcnB%2CQAAK%3BAAAT%2CYAbQ%2CIAAI%2CUAAW%2CoBAanB%2CQAAK%3BAAAT%2CYAZQ%2CIAAI%2CUAAW%2CiBAYnB%2CQAAK%3BEACL%2CkBAAA%3BEACA%2CQAAA%3BEACA%2COAAA%3BEACA%2CcAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CSAAS%2CEAAT%3B%3BAAGJ%2CYA7BQ%2CIAAI%2CUAAW%2CiBA6BtB%2CQAAW%2CQAAK%3BAAAjB%2CYA5BQ%2CIAAI%2CUAAW%2CcA4BtB%2CQAAW%2CQAAK%3BAAAjB%2CYA3BQ%2CIAAI%2CUAAW%2CoBA2BtB%2CQAAW%2CQAAK%3BAAAjB%2CYA1BQ%2CIAAI%2CUAAW%2CiBA0BtB%2CQAAW%2CQAAK%3BEACb%2CqBAAA%3BEACA%2CmBAAA%3B%3BAAIR%2CYAAY%2CIAAI%2CUAAW%2CiBAAgB%2CQAAW%2CQAAK%3BAAC3D%2CYAAY%2CIAAI%2CUAAW%2CoBAAmB%2CQAAW%2CQAAK%3BEAC1D%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3BEACA%2C4BAAA%3BEACA%2C6BAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CWAAW%2CaAAX%3B%3BAAGJ%2CYAAY%2CIAAI%2CUAAW%2CcAAgB%2CQAAK%3BAAChD%2CYAAY%2CIAAI%2CUAAW%2CiBAAmB%2CQAAK%3BEAC%5C%2FC%2CkBAAA%3B%3BAAGJ%2CYAAY%2CIAAI%2CUAAW%2CcAAa%2CQAAW%2CQAAK%3BAACxD%2CYAAY%2CIAAI%2CUAAW%2CiBAAgB%2CQAAW%2CQAAK%3BEACvD%2CiBAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CYAAY%2CIAAI%2CUAAW%3BEAEnB%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3B%3BAAGJ%2CYAVQ%2CIAAI%2CUAAW%2CWAUtB%3BEACG%2CmBAAA%3B%3BAAIR%2CYAAY%2CIAAI%2CUAAW%2CWAAW%3BEAClC%2CQAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CYAAY%2CIAAI%2CUAAW%2CWAAU%2CGAAI%3BEACrC%2CUAAA%3B%3BAAGJ%2CYAAY%2CIAAI%2CUAAW%3BAAC3B%2CYAAY%2CIAAI%2CUAAW%3BAAC3B%2CYAAY%2CIAAI%2CUAAW%3BEACvB%2CaAAA%3B%3BAC9JJ%3BEACI%2CaAAA%3BEACA%2CeAAA%3BEACA%2CuBAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3B%3BAAGJ%3BEACI%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CyBAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3B%3BAAGJ%3BEAEQ%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2CmBAAC%3BAACD%2CmBAAC%3BEACG%2CkBAAA%3BEACA%2CuBAAA%3BEACA%2CUAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CSAAS%2CEAAT%3B%3BAAGJ%2CmBAAC%3BEACG%2CWAAA%3BEACA%2CSAAA%3BEACA%2CaAAA%3B%3BAAGJ%2CmBAAC%2CYAAY%3BAACb%2CmBAAC%2CWAAW%3BEACR%2CaAAA%3B%3BAA9BR%2CmBAiCI%3BEAEQ%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CqBAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3B%3BAAGJ%2CmBAZJ%2CeAYK%3BEACG%2CqBAAA%3B%3BAAIR%2CmBAAC%2CMAAS%2CsBAAC%3BEACP%2CmBAAA%3B%3BAAGJ%2CmBAAC%2CgBAAmB%2CsBAAC%3BEACjB%2CmBAAA%3B%3BAAGJ%2CmBAAC%3BEACG%2CoBAAA%3B%3BAAGJ%2CmBAAC%2CUAAW%3BEACR%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3B%3BAAGJ%2CmBAAC%2COAAQ%3BEACL%2CqBAAA%3BEACA%2C%2B%5C%2FBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CmBAAC%2CUAAW%3BEACR%2CcAAA%3B%3BAAGJ%2CmBAAC%2CgBAAiB%3BEACd%2CcAAA%3B%3BAAGJ%2CmBAAC%2COAAQ%3BEACL%2CcAAA%3B%3BAAKJ%2COADG%2CQACF%3BAACD%2COAFG%2CQAEF%3BA9HhDL%2CgB8H%2BCK%3BA9H%5C%2FCL%2CgB8HgDK%3BA9H5CL%2Ca8H2CK%3BA9H3CL%2Ca8H4CK%3BEACG%2CqBAAA%3BEACA%2CiBAAA%3B%3BAAGJ%2COAPG%2CQAOF%3BA9HrDL%2CgB8HqDK%3BA9HjDL%2Ca8HiDK%3BEACG%2CkBAAA%3B%3BAAGJ%2COAXG%2CQAWF%3BA9HzDL%2CgB8HyDK%3BA9HrDL%2Ca8HqDK%3BEACG%2CWAAA%3B%3BAC5GR%3BEACI%2CgBAAA%3B%3BAAGJ%3BEHhBA%2C4BAAA%3BEGoBQ%2CeAAA%3BEACA%2CMAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2COAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3BEACA%2CaAAA%3BEACA%2CkCAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CoBAAC%3BEACG%2CaAAA%3B%3BAAnBR%2CoBAsBI%3BEACI%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CuBAAA%3BEACA%2CcAAA%3BEACA%2CsBAAA%3BEACA%2CaAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CoFAAA%3B%3BAAnCR%2CoBAsCI%2CeAAc%3BEACV%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAxCR%2CoBA2CI%3BAA3CJ%2CoBA4CI%3BAA5CJ%2CoBA6CI%3BEACI%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CeAAA%3B%3BAAhDR%2CoBAmDI%3BEACI%2CiBAAA%3B%3BAApDR%2CoBAuDI%3BEACI%2CaAAA%3B%3BAAxDR%2CoBA2DI%3BEACI%2CgBAAA%3B%3BAA5DR%2CoBA%2BDI%3BEACI%2CSAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3B%3BAApER%2CoBAuEI%3BEACI%2CSAAA%3BEACA%2CiBAAA%3B%3BAAzER%2CoBA4EI%3BEACI%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3BEACA%2CiBAAA%3B%3BAAhFR%2CoBAmFI%3BEACI%2CaAAA%3B%3BAAIR%2CoBAAqB%2CgBAAe%3BEAE5B%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3B%3BAARR%2CoBAAqB%2CgBAAe%2CaAWhC%3BEHzHJ%2CWAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEG0HQ%2CSAAA%3BEACA%2CcAAA%3B%3BAAGJ%2CoBAlBiB%2CgBAAe%2CaAkB%5C%2FB%2CMAAO%3BEACJ%2CWAAA%3B%3BAAIR%2CoBAAqB%3BEAEb%2CsBAAA%3B%3BAAFR%2CoBAAqB%2CiBAKjB%3BEAEQ%2CWAAA%3B%3BAAGJ%2CoBAVa%2CiBAKjB%2CgBAKK%2CIAAI%3BEACD%2CgBAAA%3B%3BAAKZ%2CoBAAqB%3BEAEb%2CWAAA%3B%3BAAGJ%2CoBALiB%3BAAArB%2CoBAAqB%2CaAMjB%3BAANJ%2CoBAAqB%2CaAOjB%2CUAAS%3BEACL%2CgBAAA%3B%3BAARR%2CoBAAqB%2CaAWjB%3BEACI%2CiBAAA%3B%3BAAZR%2CoBAAqB%2CaAejB%3BEACI%2CeAAA%3B%3BAAIR%2CcACI%3BEACI%2CgBAAA%3BEACA%2CWAAA%3B%3BAAHR%2CcAMI%2CmBAAkB%3BEACd%2CaAAA%3B%3BAAIR%2CoBAAoB%2CYAAa%3BEAEzB%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CoFAAA%3BEACA%2CkBAAA%3B%3BAANR%2CoBAAoB%2CYAAa%2CkBAS7B%3BAATJ%2CoBAAoB%2CYAAa%2CkBAU7B%3BAAVJ%2CoBAAoB%2CYAAa%2CkBAW7B%3BEACI%2CUAAA%3BEACA%2CSAAA%3B%3BAAbR%2CoBAAoB%2CYAAa%2CkBAgB7B%3BEACI%2CSAAA%3BEACA%2CeAAA%3B%3BAAlBR%2CoBAAoB%2CYAAa%2CkBAqB7B%3BEACI%2CiBAAA%3BEACA%2CkBAAA%3B%3BACvMR%2CaAAa%3BEACT%2CgBAAA%3B%3BAAGJ%2CaAAc%3BEACV%2CeAAA%3BEACA%2CeAAA%3B%3BAAGJ%2CaAAa%2CcAAe%3BAAC5B%2CaAAa%2CcAAe%3BAAC5B%2CaAAa%2CcAAe%3BEAEpB%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3BEACA%2C6BAAA%3BEACA%2C6BAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CaAhBS%2CcAAe%2CcAgBvB%3BAAAD%2CaAfS%2CcAAe%2CaAevB%3BAAAD%2CaAdS%2CcAAe%2CaAcvB%3BEAEO%2CaAAA%3BEACA%2CqBAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CaAvBK%2CcAAe%2CcAgBvB%2CMAOI%3BAAAD%2CaAtBK%2CcAAe%2CaAevB%2CMAOI%3BAAAD%2CaArBK%2CcAAe%2CaAcvB%2CMAOI%3BEACG%2CcAAA%3B%3BAAGJ%2CaA3BK%2CcAAe%2CcAgBvB%2CMAWI%3BAAAD%2CaA1BK%2CcAAe%2CaAevB%2CMAWI%3BAAAD%2CaAzBK%2CcAAe%2CaAcvB%2CMAWI%3BEACG%2CcAAA%3B%3BAAIR%2CaAhCS%2CcAAe%2CcAgCvB%3BAAAD%2CaA%5C%2FBS%2CcAAe%2CaA%2BBvB%3BAAAD%2CaA9BS%2CcAAe%2CaA8BvB%3BEACG%2CqBAAA%3B%3BAAGJ%2CaApCS%2CcAAe%2CcAoCvB%3BAAAD%2CaAnCS%2CcAAe%2CaAmCvB%3BAAAD%2CaAlCS%2CcAAe%2CaAkCvB%3BEACG%2CiBAAA%3B%3BAAGJ%2CaAxCS%2CcAAe%2CcAwCvB%3BAAAD%2CaAvCS%2CcAAe%2CaAuCvB%3BAAAD%2CaAtCS%2CcAAe%2CaAsCvB%3BEACG%2CkBAAA%3B%3BAAGJ%2CaA5CS%2CcAAe%2CcA4CvB%3BAAAD%2CaA3CS%2CcAAe%2CaA2CvB%3BAAAD%2CaA1CS%2CcAAe%2CaA0CvB%3BEACG%2CkBAAA%3B%3BAAIR%2CaAAa%2CcAAe%2CSAAQ%3BEAChC%2CgBAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CaAAa%2CcAAe%3BAAC5B%2CaAAa%2CcAAe%2CUAAY%2CSAAM%3BAAC9C%2CaAAa%2CcAAe%2CUAAY%2CUAAU%2CSAAM%3BEAEhD%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3B%3BAAGJ%2CaATS%2CcAAe%2COASvB%3BAAAD%2CaARS%2CcAAe%2CUAAY%2CSAAM%2CWAQzC%3BAAAD%2CaAPS%2CcAAe%2CUAAY%2CUAAU%2CSAAM%2CWAOnD%3BEACG%2CeAAA%3BEACA%2CcAAA%3B%3BAAGJ%2CaAdS%2CcAAe%2COAcvB%3BAAAD%2CaAbS%2CcAAe%2CUAAY%2CSAAM%2CWAazC%3BAAAD%2CaAZS%2CcAAe%2CUAAY%2CUAAU%2CSAAM%2CWAYnD%3BEACG%2CeAAA%3BEACA%2CmBAAA%3B%3BAAGJ%2CaAnBS%2CcAAe%2COAmBtB%3BAAAF%2CaAlBS%2CcAAe%2CUAAY%2CSAAM%2CWAkBxC%3BAAAF%2CaAjBS%2CcAAe%2CUAAY%2CUAAU%2CSAAM%2CWAiBlD%3BEACE%2CcAAA%3B%3BAAGJ%2CaAvBS%2CcAAe%2COAuBtB%3BAAAF%2CaAtBS%2CcAAe%2CUAAY%2CSAAM%2CWAsBxC%3BAAAF%2CaArBS%2CcAAe%2CUAAY%2CUAAU%2CSAAM%2CWAqBlD%3BEACE%2CUAAA%3BEACA%2CmBAAA%3B%3BAAGJ%2CaA5BS%2CcAAe%2COA4BvB%2CaAAgB%3BAAAjB%2CaA3BS%2CcAAe%2CUAAY%2CSAAM%2CWA2BzC%2CaAAgB%3BAAAjB%2CaA1BS%2CcAAe%2CUAAY%2CUAAU%2CSAAM%2CWA0BnD%2CaAAgB%3BEACb%2CgBAAA%3B%3BAAGJ%2CaAhCS%2CcAAe%2COAgCpB%3BAAAJ%2CaA%5C%2FBS%2CcAAe%2CUAAY%2CSAAM%2CWA%2BBtC%3BAAAJ%2CaA9BS%2CcAAe%2CUAAY%2CUAAU%2CSAAM%2CWA8BhD%3BEAEI%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CcAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2C4DAAA%3B%3BAAGJ%2CaA5CK%2CcAAe%2COAgCpB%2CSAYC%3BAAAD%2CaA3CK%2CcAAe%2CUAAY%2CSAAM%2CWA%2BBtC%2CSAYC%3BAAAD%2CaA1CK%2CcAAe%2CUAAY%2CUAAU%2CSAAM%2CWA8BhD%2CSAYC%3BAACD%2CaA7CK%2CcAAe%2COAgCpB%2CSAaC%3BAAAD%2CaA5CK%2CcAAe%2CUAAY%2CSAAM%2CWA%2BBtC%2CSAaC%3BAAAD%2CaA3CK%2CcAAe%2CUAAY%2CUAAU%2CSAAM%2CWA8BhD%2CSAaC%3BAACD%2CaA9CK%2CcAAe%2COAgCpB%2CSAcC%3BAAAD%2CaA7CK%2CcAAe%2CUAAY%2CSAAM%2CWA%2BBtC%2CSAcC%3BAAAD%2CaA5CK%2CcAAe%2CUAAY%2CUAAU%2CSAAM%2CWA8BhD%2CSAcC%3BEACG%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3B%3BAAIR%2CaAvDS%2CcAAe%2COAuDvB%2CQAAW%3BAAAZ%2CaAtDS%2CcAAe%2CUAAY%2CSAAM%2CWAsDzC%2CQAAW%3BAAAZ%2CaArDS%2CcAAe%2CUAAY%2CUAAU%2CSAAM%2CWAqDnD%2CQAAW%3BAACZ%2CaAxDS%2CcAAe%2COAwDvB%2CaAAgB%3BAAAjB%2CaAvDS%2CcAAe%2CUAAY%2CSAAM%2CWAuDzC%2CaAAgB%3BAAAjB%2CaAtDS%2CcAAe%2CUAAY%2CUAAU%2CSAAM%2CWAsDnD%2CaAAgB%3BAACjB%2CaAzDS%2CcAAe%2COAyDvB%2CQAAW%3BAAAZ%2CaAxDS%2CcAAe%2CUAAY%2CSAAM%2CWAwDzC%2CQAAW%3BAAAZ%2CaAvDS%2CcAAe%2CUAAY%2CUAAU%2CSAAM%2CWAuDnD%2CQAAW%3BEACR%2CUAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3B%3BAAGJ%2CaAhES%2CcAAe%2COAgEvB%2CQAAW%3BAAAZ%2CaA%5C%2FDS%2CcAAe%2CUAAY%2CSAAM%2CWA%2BDzC%2CQAAW%3BAAAZ%2CaA9DS%2CcAAe%2CUAAY%2CUAAU%2CSAAM%2CWA8DnD%2CQAAW%3BEACR%2CcAAA%3B%3BAAIR%2CaAAa%2CcAAe%2CIAAG%2CWAAW%3BEACtC%2CeAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3B%3BAAGJ%2CaAAa%2CcAAe%2CaAAY%2CgBAAmB%3BEAEnD%2CkBAAA%3B%3BAAGJ%2CaALS%2CcAAe%2CaAAY%2CgBAAmB%2CyBAKtD%3BEACG%2CWAAA%3BEACA%2CYAAA%3BEACA%2CqxBAAA%3BEACA%2CSAAS%2CEAAT%3B%3BAAKR%2CaAAa%2CcAAe%2CMAAK%3BAACjC%2CaAAa%2CcAAe%2CMAAK%3BEAEzB%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3B%3BAAGJ%2CaATS%2CcAAe%2CMAAK%2CeAS5B%3BAAAD%2CaARS%2CcAAe%2CMAAK%2CYAQ5B%3BEACG%2CaAAA%3B%3B%3BAAMR%2CaAAc%3BEACV%2CoBAAA%3BEACA%2CeAAA%3B%3BAAGJ%2CaAAc%3BEACV%2CaAAA%3B%3BAAGJ%2CaAAc%3BEAEN%2CcAAA%3BEACA%2COAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3B%3BAAEA%2CaAPM%2CoBAOL%3BAACD%2CaARM%2CoBAQL%3BEACG%2CaAAA%3B%3BAAIR%2CaAbU%2CoBAaT%2CgBAAiB%3BEACd%2CqBAAA%3B%3BAAGJ%2CaAjBU%2CoBAiBT%2CUAAW%3BEACR%2CqBAAA%3B%3BAAGJ%2CaArBU%2CoBAqBT%2COAAQ%3BEACL%2CqBAAA%3B%3BAAIR%2CaAAc%3BEACV%2CcAAA%3BEACA%2CSAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CgCAAA%3BEACA%2CgBAAA%3B%3BACnNJ%2CaAAa%2CcAAe%3BAAC5B%2CaAAa%2CcAAe%3BAAC5B%2CaAAa%2CcAAe%3BEAEpB%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2CaAVS%2CcAAe%2CcAUvB%3BAAAD%2CaATS%2CcAAe%2CaASvB%3BAAAD%2CaARS%2CcAAe%2CaAQvB%3BEACG%2CaAAA%3BEACA%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CaAjBS%2CcAAe%2CcAiBvB%3BAAAD%2CaAhBS%2CcAAe%2CaAgBvB%3BAAAD%2CaAfS%2CcAAe%2CaAevB%3BEACG%2CqBAAA%3B%3BAAGJ%2CaArBS%2CcAAe%2CcAqBvB%3BAAAD%2CaApBS%2CcAAe%2CaAoBvB%3BAAAD%2CaAnBS%2CcAAe%2CaAmBvB%3BEACG%2CcAAA%3B%3BAAEJ%2CaAxBS%2CcAAe%2CcAwBvB%3BAAAD%2CaAvBS%2CcAAe%2CaAuBvB%3BAAAD%2CaAtBS%2CcAAe%2CaAsBvB%3BEACG%2CcAAA%3B%3BAAEJ%2CaA3BS%2CcAAe%2CcA2BvB%3BAAAD%2CaA1BS%2CcAAe%2CaA0BvB%3BAAAD%2CaAzBS%2CcAAe%2CaAyBvB%3BEACG%2CcAAA%3B%3BAAEJ%2CaA9BS%2CcAAe%2CcA8BvB%3BAAAD%2CaA7BS%2CcAAe%2CaA6BvB%3BAAAD%2CaA5BS%2CcAAe%2CaA4BvB%3BEACG%2CcAAA%3B%3BAAIR%2CaAAa%2CcAAe%2CMAAK%2CaAAa%3BEAC1C%2CUAAA%3BEACA%2CSAAA%3B%3BAAGJ%2CaAAa%2CcAAe%2CMAAK%3BAACjC%2CaAAa%2CcAAe%2CMAAK%3BEAEzB%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3B%3BAAGJ%2CaATS%2CcAAe%2CMAAK%2CeAS5B%3BAAAD%2CaARS%2CcAAe%2CMAAK%2CYAQ5B%3BEACG%2CaAAA%3B%3BAAIR%2CaAAa%2CcAAe%2CIAAG%2CWAAW%3BEACtC%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3BEACA%2CaAAA%3BEACA%2CwBAAA%3BEACA%2C0BAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3B%3BAAGJ%2CaAAa%2CcAAe%2COAAO%3BAACnC%2CaAAa%2CcAAe%2CUAAY%2CSAAM%2CWAAY%3BAAC1D%2CaAAa%2CcAAe%2CUAAY%2CUAAU%2CSAAM%2CWAAc%3BEAClE%2CgBAAA%3B%3BAAGJ%2CaAAa%2CcAAe%3BEACxB%2CcAAA%3B%3BAAGJ%2CaAAa%2CcAAe%3BEACxB%2CmBAAA%3B%3B%3BAAKJ%2CaAAc%3BEACV%2CmBAAA%3B%3BAAGJ%2CaAAc%3BEACV%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2CaAAc%3BEACV%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3B%3BAAGJ%2CaAAc%3BEACV%2CgBAAA%3B%3BAAIA%2CaADU%2CoBACT%3BAACD%2CaAFU%2CoBAET%3BEACG%2CaAAA%3B%3BAAGJ%2CaANU%2CoBAMN%3BEACA%2CiBAAA%3B%3BAAGJ%2CaAVU%2CoBAUT%2CUAAU%3BEACP%2CcAAA%3B%3BAAGJ%2CaAdU%2CoBAcT%2CUAAW%3BEACR%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3B%3BAAIR%2CaAAc%2CaAAa%2CQAAO%3BAAAlC%2CaAAc%2CajI5Dd%3BAiI4DA%2CaAAc%2CajIxDd%3BEiIyDI%2CyBAAA%3BEACA%2CgBAAA%3B%3BAC9HJ%2CYAAa%3BEACT%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CyCAAA%3B%3BAAGJ%2CYAAc%2CeAAe%3BEACzB%2CkBAAA%3B%3BAAGJ%2CYAAa%2CeAAe%3BEACxB%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CYAAa%2CeAAe%2CqBAAqB%3BEAC7C%2CeAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CYAAa%2CeAAe%2CqBAAqB%3BEAEzC%2CWAAA%3BEACA%2CSAAA%3B%3BAAGJ%2CYANS%2CeAAe%2CqBAAqB%2CoBAM5C%3BEACG%2CaAAA%3BEACA%2CgBAAA%3B%3BAAIR%2CYAAa%2CeAAe%3BAAC5B%2CYAAa%2CeAAe%3BEACxB%2CSAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3B%3BAAGJ%2CYAAa%2CeAAe%3BEACxB%2CWAAA%3B%3BAAGJ%2CYAAa%2CeAAe%2CoBAAoB%2CKAAI%3BAACpD%2CYAAa%2CeAAe%2CoBAAoB%2CKAAI%3BEAChD%2CUAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3BEACA%2C0BAAA%3BEACA%2C2BAAA%3BEACA%2CWAAW%2CcAAX%3B%3BAAGJ%2CYAAa%2CeAAe%2CoBAAoB%2CKAAI%3BEAChD%2CWAAW%2CcAAX%3B%3BAAGJ%2CYAAa%2CeAAe%3BEACxB%2CmBAAA%3BEACA%2CSAAA%3B%3BAAGJ%2CYAAa%2CeAAe%2CwBAAwB%3BEAChD%2CSAAA%3BEACA%2CgCAAA%3BEACA%2CuBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CYAAa%2CeAAe%2CwBAAwB%3BEAE5C%2CUAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2CYAPS%2CeAAe%2CwBAAwB%2CGAO%5C%2FC%3BAACD%2CYARS%2CeAAe%2CwBAAwB%2CGAQ%5C%2FC%3BEACG%2CgBAAA%3B%3BAAGJ%2CYAZS%2CeAAe%2CwBAAwB%2CGAY%5C%2FC%3BEACG%2CkBAAA%3B%3BAAGJ%2CYAhBS%2CeAAe%2CwBAAwB%2CGAgB%5C%2FC%3BEACG%2CmBAAA%3B%3BAAIR%2CYAAa%2CeAAe%2CwBAAwB%2CGAAE%2CYAAa%3BEAC%5C%2FD%2CiBAAA%3B%3BAAGJ%2CYAAa%2CgBAAgB%2CwBAAwB%2CGAAG%3BEAEhD%2CcAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3B%3BAAGJ%2CYAXS%2CgBAAgB%2CwBAAwB%2CGAAG%2CEAWnD%3BEACG%2CmBAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CYAhBS%2CgBAAgB%2CwBAAwB%2CGAAG%2CEAgBnD%3BEACG%2CmBAAA%3B%3BAAGJ%2CYApBS%2CgBAAgB%2CwBAAwB%2CGAAG%2CEAoBnD%3BEACG%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3B%3BACxHR%2CeAAe%2CIAAI%3BEPFnB%2C4BAAA%3BEOMQ%2CkBAAA%3BEACA%2CoBAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3BEACA%2CsBAAA%3BEACA%2CaAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CoBAAA%3BEACA%2CiBAAA%3B%3BAAGJ%2CeAnBW%2CIAAI%2CUAmBd%3BAACD%2CeApBW%2CIAAI%2CUAoBd%3BAACD%2CeArBW%2CIAAI%2CUAqBd%3BEACG%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CqBAAA%3B%3BAAGJ%2CeA3BW%2CIAAI%2CUA2Bd%3BAACD%2CeA5BW%2CIAAI%2CUA4Bd%3BEP9BL%2C4BAAA%3B%3BAOkCI%2CeAhCW%2CIAAI%2CUAgCd%3BEAEO%2CoBAAA%3B%3BAAGJ%2CeArCO%2CIAAI%2CUAgCd%2CUAKI%3BEACG%2CoBAAA%3B%3BAAKZ%2CeAAe%3BAAiBf%2CeAAe%3BAA%2BCf%2CeAAe%3BAArBf%2CeAAe%3BEAzCP%2CUAAA%3BEACA%2CYAAA%3BEACA%2CuBAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CeARW%2COAQV%3BAACD%2CeATW%2COASV%3BAACD%2CeAVW%2COAUV%3BAAOL%2CeAAe%2CSATV%3BAASL%2CeAAe%2CSARV%3BAAQL%2CeAAe%2CSAPV%3BAAsDL%2CeAAe%2CWAxDV%3BAAwDL%2CeAAe%2CWAvDV%3BAAuDL%2CeAAe%2CWAtDV%3BAAiCL%2CeAAe%2COAnCV%3BAAmCL%2CeAAe%2COAlCV%3BAAkCL%2CeAAe%2COAjCV%3BEACG%2CYAAA%3BEACA%2CuBAAA%3BEACA%2CgBAAA%3B%3BAAIR%2CeAAe%3BAA0Bf%2CeAAe%3BEAtBP%2CaAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3B%3BAAGJ%2CeAZW%2CSAYV%3BAAcL%2CeAAe%2COAdV%3BEACG%2CyBAAA%3B%3BAAGJ%2CeAhBW%2CSAgBV%3BAAUL%2CeAAe%2COAVV%3BEACG%2CyBAAA%3BEACA%2CgEAAA%3B%3BAAGJ%2CeArBW%2CSAqBV%3BAAKL%2CeAAe%2COALV%3BEACG%2CyBAAA%3B%3BAAIR%2CeAAe%3BEAIP%2CyBAAA%3BEACA%2CsBAAA%3BEACA%2CcAAA%3B%3BAAGJ%2CeATW%2COASV%3BAACD%2CeAVW%2COAUV%3BEACG%2CyBAAA%3BEACA%2CyBAAA%3B%3BAAGJ%2CeAfW%2COAeV%3BEACG%2CyBAAA%3BEACA%2CsBAAA%3B%3BAAIR%2CeAAe%3BEAIP%2CkBAAA%3BEACA%2CeAAA%3BEACA%2C6BAAA%3BEACA%2CWAAA%3B%3BAAPR%2CeAAe%2CWAUT%3BEACE%2CkBAAA%3BEACA%2CcAAA%3B%3BAAGJ%2CeAfW%2CWAeV%3BEACG%2CsBAAA%3B%3BAAGJ%2CeAnBW%2CWAmBV%3BEACG%2CUAAA%3BEACA%2CoCAAA%3B%3BAAGJ%2CeAxBW%2CWAwBV%3BEACG%2CcAAA%3B%3BAAGJ%2CeA5BW%2CWA4BV%2COAAU%3BEACP%2CcAAA%3B%3BAAGJ%2CeAhCW%2CWAgCV%2COAAU%2CgBAAa%3BAACxB%2CeAjCW%2CWAiCV%2CQAAQ%3BEACL%2CcAAA%3B%3BAAIR%2CeAAe%2CWAAW%3BEAElB%2CaAAA%3BEACA%2CYAAA%3B%3BAAHR%2CeAAe%2CWAAW%2COAMpB%3BEACE%2CSAAA%3B%3BAC7HZ%2CQA%5C%2FB%2BB%3BEACvB%2C6BAA8B%2CmBAAmB%2CcAAc%2CsBAC3D%3BIACI%2CkBAAA%3BIACA%2CmBAAA%3BIACA%2CkBAAA%3BIACA%2CmBAAA%3B%3BEALR%2C6BAA8B%2CmBAAmB%2CcAAc%2CsBAQ3D%3BIACI%2CWAAA%3B%3BEATR%2C6BAA8B%2CmBAAmB%2CcAAc%2CsBAY3D%3BIACI%2CWAAA%3B%3BEAIR%2C6BAA8B%2CmBAAmB%2CcAAa%2COAC1D%2CoBAAmB%3BIACf%2CaAAA%3B%3BEAFR%2C6BAA8B%2CmBAAmB%2CcAAa%2COAK1D%2CsBAAsB%3BIAClB%2CUAAA%3B%3BEANR%2C6BAA8B%2CmBAAmB%2CcAAa%2COAQ1D%2CsBAAsB%3BIAClB%2CWAAA%3B%3B%3BAC3BZ%2CmBACM%3BEACE%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3B%3BAANR%2CmBASI%2CcAAc%3BEACV%2CaAAA%3B%3BAAVR%2CmBAaI%3BEACI%2CmBAAA%3B%3BAAIR%3BEAEQ%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CyBAAA%3BEACA%2CWAAA%3B%3BAAPR%2CoBAUI%3BEAEQ%2CYAAA%3B%3BAAGJ%2CoBALJ%2CYAKK%2CYAAY%3BEACT%2CmBAAA%3B%3BAAhBZ%2CoBAoBI%3BEACI%2CaAAA%3BEACA%2CUAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3B%3BAA1BR%2CoBA6BI%3BEACI%2CaAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3B%3BAAjCR%2CoBAoCI%3BAApCJ%2CoBAqCI%2CYAAY%3BEACR%2CWAAA%3B%3BAAIR%2CmBACI%3BEACI%2CSAAA%3B%3BAC9DR%2CaACI%3BEACI%2CaAAA%3B%3BAAFR%2CaAKI%3BEACI%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CsBAAA%3BEACA%2CUAAA%3BEACA%2CsBAAA%3BEACA%2CuBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3B%3BAAbR%2CaAgBI%3BEACI%2CaAAA%3B%3BACjBR%3BEAEQ%2CwBAAA%3B%3BAAGJ%2CMAAM%2CWAAY%2CMAAK%2CUAAa%2C4CAAC%2CgBAAgB%3BEACjD%2CWAAA%3B%3BAANR%2CyCASI%3BEACI%2CeAAA%3B%3BAAVR%2CyCAaI%2CcAAa%3BEACT%2CiBAAA%3B%3BAAIR%2CuBACI%3BEACI%2CaAAA%3B%3BAAFR%2CuBAKI%3BAALJ%2CuBAMI%3BEACI%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CqBAAA%3B%3BAAGJ%2CqBAAsB%2CwBAAC%2CYAAY%2CIAAI%2CmBAAmB%2CIAAI%2CuBAAwB%3BAAZ1F%2CuBAaI%3BEACI%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2C0CAAA%3B%3BAAhBR%2CuBAmBI%3BEACI%2CuBAAA%3B%3BAApBR%2CuBAuBI%3BEACI%2CsBAAA%3B%3BAAxBR%2CuBA2BI%3BEACI%2CuBAAA%3B%3BAA5BR%2CuBA%2BBI%2CcAAc%3BEACV%2CiBAAA%3BEACA%2CUAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3B%3BAArCR%2CuBAwCI%2CQAAO%2CeAAe%3BEAClB%2CyBAAA%3B%3BAAzCR%2CuBA4CI%2CQAAO%3BEACH%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CyBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CsBAAA%3BEACA%2CiBAAA%3BEACA%2C0CAAA%3B%3BAArDR%2CuBAwDI%3BEACI%2CSAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3B%3BAAKA%2CuBAFJ%2CcAEK%3BAAAD%2CuBADJ%2CgBACK%3BAACD%2CuBAHJ%2CcAGK%3BAAAD%2CuBAFJ%2CgBAEK%3BEACG%2C%2BBAAA%3BEACA%2CYAAA%3B%3BAAnEZ%2CuBAuEI%2CqBAAoB%3BAAvExB%2CuBAwEI%2CuBAAsB%3BEAClB%2CUAAA%3B%3BAAzER%2CuBA4EI%2CqBAAoB%3BAA5ExB%2CuBA6EI%2CuBAAsB%3BEAClB%2CUAAA%3BEACA%2CgBAAA%3B%3BAA%5C%2FER%2CuBAkFI%2CqBAAoB%3BAAlFxB%2CuBAmFI%2CuBAAsB%3BEAClB%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAIR%3BEACI%2CiBAAA%3BEACA%2CaAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAGJ%3BEAEQ%2CgBAAA%3B%3BAAFR%2CmBAKI%3BEACI%2CaAAA%3B%3BAANR%2CmBASI%2CaAAY%3BEACR%2CcAAA%3B%3BAC1GR%3BEAEQ%2CoBAAA%3BEACA%2CeAAA%3BEACA%2C0BAAA%3BEACA%2CwBAAA%3B%3BAALR%2C0BAQI%3BEACI%2CaAAA%3BEACA%2CgBAAA%3B%3BAAVR%2C0BAaI%2CcAAc%3BEACV%2CmBAAA%3B%3BAAdR%2C0BAiBI%3BEACI%2CgBAAA%3B%3BAAlBR%2C0BAqBI%2CcAAc%2CiBAAgB%3BAArBlC%2C0BAsBI%2COAAM%2CQAAQ%3BEACV%2CmBAAA%3B%3BAAIR%3BEAEQ%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2C0BAAI%2CmBAAgB%2CQAAW%3BEAC3B%2CcAAA%3B%3BAAGJ%2C0BAAI%3BEACA%2CWAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAAGJ%2C0BAAI%3BEACA%2CyBAAA%3BEACA%2CyBAAA%3BEACA%2CmBAAA%3BEACA%2CsBAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3BEACA%2C8DAAA%3BEACA%2CYAAA%3B%3BAAGJ%2C0BAAI%2CgBAAa%3BEACb%2CSAAS%2CEAAT%3BEACA%2CaAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CWAAW%2CqBAAX%3BEACA%2CYAAA%3B%3BAAGJ%2C0BAAI%2CgBAAa%2CUAAU%3BEACvB%2CgBAhF2B%2CsDAgF3B%3B%3BAAGJ%2C0BAAI%2CmBAAgB%2CQAAW%2CgBAAa%2CUAAU%3BEAClD%2CgBA1FmC%2C6DA0FnC%3B%3BAAGJ%2C0BAAI%2CgBAAa%2CQAAQ%3BEACrB%2CgBA1FyB%2CoDA0FzB%3B%3BAAGJ%2C0BAAI%2CmBAAgB%2CQAAW%2CgBAAa%2CQAAQ%3BEAChD%2CgBApGiC%2C2DAoGjC%3B%3BAAGJ%2C0BAAI%2CgBAAa%2CWAAW%3BEACxB%2CgBAjG4B%2CuDAiG5B%3B%3BAAGJ%2C0BAAI%2CmBAAgB%2CQAAW%2CgBAAa%2CWAAW%3BEACnD%2CgBA3GoC%2C8DA2GpC%3B%3BAAGJ%2C0BAAI%2CgBAAa%2CQAAQ%3BEACrB%2CgBAtGyB%2CoDAsGzB%3B%3BAAGJ%2C0BAAI%2CmBAAgB%2CQAAW%2CgBAAa%2CQAAQ%3BEAChD%2CgBAhHiC%2C2DAgHjC%3B%3BAAGJ%2C0BAAI%2CgBAAa%2CUAAU%3BEACvB%2CgBA%5C%2FG2B%2CsDA%2BG3B%3B%3BAAGJ%2C0BAAI%2CmBAAgB%2CQAAW%2CgBAAa%2CUAAU%3BEAClD%2CgBAzHmC%2C6DAyHnC%3B%3BAAGJ%2C0BAAI%2CgBAAa%2CSAAS%3BEACtB%2CgBArH0B%2CqDAqH1B%3B%3BAAGJ%2C0BAAI%2CmBAAgB%2CQAAW%2CgBAAa%2CSAAS%3BEACjD%2CgBA%5C%2FHkC%2C4DA%2BHlC%3B%3BAAGJ%2C0BAAI%2CmBAAgB%2CQAAW%3BEAC3B%2CyBAAA%3B%3BAAGJ%2C0BAAI%2CmBAAgB%2CQAAW%2CgBAAc%3BEACzC%2CWAAA%3B%3BAA9FR%2C0BAiGI%3BEACI%2CWAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CWAAW%2CqBAAX%3BEACA%2C8BAAA%3B%3BAA3GR%2C0BA8GI%3BEACI%2CUAAA%3B%3BAAGJ%2C0BAAI%2CmBAAgB%2CMAAS%3BAAC7B%2C0BAAI%2CmBAAgB%2COAAU%3BAAC9B%2C0BAAI%2CgBAAa%3BEACb%2CyBAAA%3BEACA%2C8BAAA%3B%3BACnKR%3BEAEQ%2CqBAAA%3BEACA%2CmBAAA%3B%3BAAGJ%2C8BAAC%2COAAO%3BEACJ%2CiBAAA%3B%3BAAGJ%2C8BAAC%2COAAQ%3BAACT%2C8BAAC%2COAAQ%3BEACL%2CkBAAA%3B%3BAAGJ%2C8BAAC%3BEACG%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3B%3BAAlBR%2C8BAqBI%3BEACI%2CaAAA%3BEACA%2C8BAAA%3B%3BAAvBR%2C8BA0BI%3BEACI%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3B%3BAA9BR%2C8BAiCI%3BEACI%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3B%3BAApCR%2C8BAuCI%3BEACI%2CeAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3B%3BAAIR%3BEAEQ%2CkBAAA%3BEACA%2CkBAAA%3B%3BAAHR%2C2BAMI%3BEACI%2CQAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3B%3BAATR%2C2BAYI%3BEAEQ%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CQAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CyCAAA%3BEACA%2CeAAA%3B%3BAAGJ%2C2BAbJ%2CoBAaK%3BEACG%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CyBAAA%3B%3BAAlCZ%2C2BAsCI%2CoBAAmB%2COAAU%3BAAtCjC%2C2BAuCI%2CoBAAmB%2CMAAS%3BEACxB%2C%2BBAAA%3B%3BAAxCR%2C2BA2CI%2CoBAAmB%2CQAAQ%2CSAAY%3BEAE%5C%2FB%2CmBAAA%3B%3BAAGJ%2C2BALJ%2CoBAAmB%2CQAAQ%2CSAAY%2CsBAKlC%3BEACG%2CSAAA%3BEACA%2CWAAW%2CiBAAX%3B%3BAAlDZ%2C2BAsDI%2CoBAAmB%2CQAAQ%2CIAAI%2CYAAe%3BEAEtC%2CmBAAA%3B%3BAAGJ%2C2BALJ%2CoBAAmB%2CQAAQ%2CIAAI%2CYAAe%2CsBAKzC%3BEACG%2CSAAA%3BEACA%2CWAAW%2CiBAAX%3B%3BAA7DZ%2C2BAiEI%2CoBAAmB%2CIAAI%2CWAAc%3BEACjC%2CmBAAA%3B%3BAAlER%2C2BAqEI%2CoBAAmB%2CSAAY%3BEAEvB%2CmBAAA%3B%3BAAGJ%2C2BALJ%2CoBAAmB%2CSAAY%2CsBAK1B%3BEACG%2CSAAA%3B%3BAA3EZ%2C2BA%2BEI%2CoBAAmB%2CMAAS%3BEACxB%2C%2BBAAA%3B%3BAAIR%3BEAEQ%2CcAAA%3B%3BAAFR%2C0BAKI%3BEACI%2CaAAA%3BEACA%2C8BAAA%3BEACA%2CmBAAA%3B%3BAARR%2C0BAWI%3BEACI%2CeAAA%3BEACA%2CiBAAA%3B%3BAAbR%2C0BAgBI%3BEACI%2CaAAA%3B%3BAAjBR%2C0BAoBI%3BEAEQ%2CiBAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2C4CAAA%3BEACA%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CeAAA%3B%3BAAGJ%2C0BAZJ%2CkBAYK%3BEACG%2CcAAA%3B%3BAAGJ%2C0BAhBJ%2CkBAgBK%3BEACG%2CmBAAA%3B%3BAAGJ%2C0BApBJ%2CkBAoBK%3BAACD%2C0BArBJ%2CkBAqBK%3BEACG%2C%2BBAAA%3B%3BAAKZ%2C8BAA%2BB%3BEAC3B%2CYAAA%3BEACA%2CcAAA%3BEACA%2C0BAAA%3BEACA%2CqBAAA%3BEACA%2CeAAA%3BEACA%2CeAAA%3B%3BAAGJ%3BEAEQ%2CwBAAA%3BEACA%2CeAAA%3B%3BEACA%2CgBAAA%3B%3BAAJR%2CsBAOI%2C4BAA4B%3BEACxB%2CiBAAA%3B%3BAAIR%2CsBAAsB%3BEAEd%2CeAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CWAAW%2CqBAAX%3B%3BAAGJ%2CsBAVkB%2COAUjB%3BEACG%2CWAAA%3BEACA%2CYAAA%3BEACA%2CyBAAA%3BEACA%2CSAAS%2CEAAT%3B%3BAAdR%2CsBAAsB%2COAiBlB%3BEACI%2CaAAA%3B%3BAAlBR%2CsBAAsB%2COAqBlB%3BEACI%2CWAAA%3B%3BAAtBR%2CsBAAsB%2COAyBlB%3BEACI%2CaAAA%3BEACA%2CuBAAA%3B%3BACjOR%2C0BACI%3BEACI%2CkBAAA%3BEACA%2C2CAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2C0BAAC%2COAAQ%3BEACL%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3B%3BAAVR%2C0BAaI%3BEACI%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3B%3BAAhBR%2C0BAmBI%3BEACI%2CaAAA%3B%3BAApBR%2C0BAuBI%3BEACI%2CeAAA%3B%3BAAxBR%2C0BA2BI%3BEACI%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CsBAAA%3BEACA%2CyBAAA%3BEACA%2C0CAAA%3BEACA%2CWAAA%3B%3BAApCR%2C0BAuCI%2CmBAAkB%3BEACd%2CyBAAA%3B%3BAAxCR%2C0BA2CI%2CmBAAkB%3BEACd%2CyBAAA%3BEACA%2C%2BBAAA%3B%3BAAGJ%2C0BAAC%2CIAAI%2CSAAU%3BEACX%2CcAAA%3B%3BAAIR%2C0BAA2B%3BAAC3B%2C0BAA2B%3BECpDvB%2CcAAA%3BEAGA%2C6BAAA%3BEACA%2CqBAAA%3BEAIA%2C6BAAA%3BEACA%2CkCAAA%3BEACA%2C%2BBAAA%3BEACA%2C2BAAA%3BED4CI%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3B%3BACzCR%2C0BDmC2B%2C6BCnC1B%3BAAAD%2C0BDoC2B%2CoBCpC1B%3BEACG%2CUAAA%3B%3BAAGJ%2C0BD%2BB2B%2C6BC%5C%2FB1B%3BAAAD%2C0BDgC2B%2CoBChC1B%3BEACG%2CsBAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2C0BD0B2B%2C6BC1B1B%3BAAAD%2C0BD2B2B%2CoBC3B1B%3BEACG%2CkBAAA%3BEACA%2CmBAAA%3B%3BADkCJ%3BEAEQ%2CgBAAA%3BEACA%2C2CAAA%3BEACA%2CaAAA%3BEACA%2CuBAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAAGJ%2C2BAAC%3BEACG%2CYAAA%3BEACA%2CoBAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3BEACA%2CaAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3B%3BAAnBR%2C2BAsBI%3BEACI%2CaAAA%3BEACA%2CsBAAA%3B%3BAAxBR%2C2BA2BI%3BEACI%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3B%3BAA%5C%2FBR%2C2BAkCI%2CqBAAoB%3BEAChB%2CmBAAA%3B%3BAAnCR%2C2BAsCI%2C4BAA4B%3BEACxB%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAxCR%2C2BA2CI%3BEAEQ%2CSAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3B%3BAAGJ%2C2BAPJ%2CcAOK%3BAACD%2C2BARJ%2CcAQK%3BEACG%2C%2BBAAA%3BEACA%2CYAAA%3B%3BAAKZ%3BEAEQ%2CaAAA%3BEACA%2CsBAAA%3B%3BAAGJ%2C2BAAC%3BEACG%2CoBAAA%3B%3BAAPR%2C2BAUI%3BEAEQ%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CyBAAA%3BEACA%2CwGAAA%3B%3BAAGJ%2C2BAfJ%2CqBAeK%3BEACG%2CYAAA%3B%3BAAGJ%2C2BAnBJ%2CqBAmBK%3BAACD%2C2BApBJ%2CqBAoBK%3BEACG%2CYAAA%3BEACA%2C%2BBAAA%3B%3BAAGJ%2C2BAzBJ%2CqBAyBK%3BAACD%2C2BA1BJ%2CqBA0BK%3BEACG%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3B%3BAAKZ%3BEAEQ%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3B%3BAAJR%2C4BAOI%3BEAEQ%2CMAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3B%3BAAGJ%2C4BAXJ%2CcAWK%3BAACD%2C4BAZJ%2CcAYK%3BEACG%2CgBAAA%3BEACA%2C%2BBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2C4BAlBJ%2CcAkBK%3BEACG%2CgBAAA%3B%3BAA1BZ%2C4BA8BI%2CqBAAoB%2COAAO%2CIAAI%3BEAC3B%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3B%3BAAIR%2C6BAA8B%3BEAC1B%2CUAAA%3B%3BAAGJ%3BEACI%2C2CAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3B%3BAAGJ%3BEACI%2C2CAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3B%3BAAGJ%2C4BAA6B%3BEACzB%2CeAAA%3B%3BAAGJ%2C6BAA6B%2CYAAY%3BEACrC%2COAAA%3BEACA%2CoBAAA%3B%3BAAGJ%2C6BAA8B%3BEAEtB%2CYAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3B%3BAAJR%2C6BAA8B%2CkBAO1B%3BEACI%2CkBAAA%3BEACA%2CQAAA%3B%3BAATR%2C6BAA8B%2CkBAY1B%3BEAEQ%2CWAAA%3BEACA%2CUAAA%3B%3BAAGJ%2C6BAlBsB%2CkBAY1B%2CcAMK%3BEACG%2CgBE9OoC%2CkTF8OpC%3BEACA%2CSAAS%2CEAAT%3BEACA%2CYAAA%3BEACA%2CWAAA%3B%3BAAGJ%2C6BAzBsB%2CkBAY1B%2CcAaK%3BEACG%2C%2BBAAA%3B%3BAA1BZ%2C6BAA8B%2CkBA8B1B%3BECjQA%2CcAAA%3BEAGA%2C6BAAA%3BEACA%2CqBAAA%3BEAIA%2C6BAAA%3BEACA%2CkCAAA%3BEACA%2C%2BBAAA%3BEACA%2C2BAAA%3B%3BAAKJ%2C6BDmN8B%2CkBA8B1B%2C%2BBCjPH%3BEACG%2CUAAA%3B%3BAAGJ%2C6BD%2BM8B%2CkBA8B1B%2C%2BBC7OH%3BEACG%2CsBAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2C6BD0M8B%2CkBA8B1B%2C%2BBCxOH%3BEACG%2CkBAAA%3BEACA%2CmBAAA%3B%3BAD2OJ%2C2BAA4B%2C4BAA4B%2CoBAAmB%2CSAAY%3BEACnF%2CmBAAA%3B%3BAAGJ%2C0BACI%2CoBAAoB%3BAADxB%2C0BAEI%2CoBAAoB%2CMAAM%3BAAF9B%2C0BAGI%2CoBAAoB%3BEAChB%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3B%3BAANR%2C0BASI%2CmBAAkB%3BEACd%2CqBAAA%3B%3BAAIR%2C6BAA8B%3BEAC1B%2CUAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2CoBAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3B%3BAAGJ%3BEACI%2CwCAAA%3BEACA%2CSAAA%3BEACA%2COAAA%3BEACA%2CeAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3BEACA%2CYAAA%3B%3B%3BAG%5C%2FSJ%2CeAAC%3BEACG%2C2YAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CQAAA%3BEACA%2CWAAW%2CiBAAiB%2CeAA5B%3BEACA%2CWAAA%3B%3BAAGJ%2CeAAC%2CQAAQ%3BEACL%2CWAAW%2CiBAAiB%2CSAA5B%3B%3BAAKJ%2CaAAC%3BEACG%2CoBAAA%3B%3BAAFR%2CaAKI%3BEACI%2CkBAAA%3B%3BAANR%2CaASI%3BElK0QA%2CyBAAA%3BEAAA%2CcAAA%3BEkKrQQ%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CYAAA%3BEACA%2C4BAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CaAZJ%2CcAYK%3BElK8PL%2CqBAAA%3B%3BAkK1PI%2CaAhBJ%2CcAgBK%3BAACD%2CaAjBJ%2CcAiBK%3BAACD%2CaAlBJ%2CcAkBK%3BElKwPL%2CWAAA%3B%3BAkKpPI%2CaAtBJ%2CcAsBK%3BEACG%2CyBAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CaA3BJ%2CcA2BK%2CMAAM%3BAACP%2CaA5BJ%2CcA4BK%2CMAAM%3BAACP%2CaA7BJ%2CcA6BK%2CMAAM%3BEACH%2CkBAAA%3B%3BAAKZ%2CoBACI%3BEACI%2CsBAAA%3B%3BAAFR%2CoBAKI%3BEACI%2CmBAAA%3BEACA%2CeAAA%3B%3BAAPR%2CoBAUI%3BAAVJ%2CoBAWI%3BEACI%2CeAAA%3BEACA%2CWAAA%3B%3BAAbR%2CoBAgBI%2CYAAW%3BEACP%2CmBAAA%3BEACA%2CiBAAA%3BEACA%2CQAAA%3BEACA%2CWAAA%3BEACA%2CqBAAA%3B%3BAAIR%3BEAEQ%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3BEACA%2CcAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CgCAAA%3B%3BAAGJ%2CeAAC%3BEACG%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CqBAAA%3B%3BAAGJ%2CeAAC%3BEACG%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CqBAAA%3B%3BACjHR%3BEAEQ%2CsBAAA%3BEACA%2CqBAAA%3B%3BAAGJ%2CKAAM%3BEACF%2CqBAAA%3B%3BACOJ%3BEACI%2CWAAA%3B%3BAAGJ%3BAACA%3BAACA%3BEACI%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAGJ%3BAACA%3BEACI%2CcAAA%3B%3BAAGJ%3BEACI%2CcAAA%3B%3BAAGJ%2CyBAA0B%2CeAAe%3BEACrC%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CaAAA%3BEACA%2CuBAAA%3BEACA%2CiBAAA%3B%3BAAGJ%3BEACI%2CiBAAA%3BEACA%2CgBAAA%3B%3BAAIJ%3BEACI%2CmBAAA%3BEACA%2CoCAAA%3BEACA%2CSAAA%3BEACA%2CaAAA%3BEACA%2CuBAAA%3BEACA%2COAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3B%3BAAGJ%3BACjCI%2CoBATgB%2CIAAI%2CaASnB%3BEDkCD%2CgBEPwB%2C2EFOxB%3BEACA%2CsBAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3B%3BAAGJ%3BEAEQ%2CaAAA%3B%3BAAFR%2COAKI%3BEACI%2CaAAA%3B%3BAAIR%2COAAO%2CkBAAmB%3BAAC1B%2COAAO%2CiBAAkB%3BEACrB%2CkBAAA%3B%3BAAGJ%2COAAO%2CIAAI%3BEACP%2CeAAA%3BEACA%2CgBAAA%3B%3BAAGJ%3BEAEQ%2CiBAAA%3B%3BAAFR%2CoBAKM%3BEAEM%2CmBAAA%3B%3BAAGJ%2CoBALF%2CeAKG%3BEACG%2CgBAAA%3B%3BAAXZ%2CoBAeI%3BEACI%2CYAAA%3B%3BAAIR%3BEACI%2CiCAAA%3BEACA%2CSAAA%3BEACA%2CaAAA%3BEACA%2CYAAA%3BEACA%2COAAA%3BEACA%2CeAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CmBAAoB%3BAACpB%2CoBAAqB%3BAACrB%2CiBAAkB%3BAAClB%2CsBAAuB%3BAACvB%2CkBAAmB%3BAACnB%2CoBAAqB%3BEpKuKrB%2CcAAA%3BEoKnKQ%2CiBAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CmBAbgB%2CYAaf%3BAAAD%2CoBAZiB%2CYAYhB%3BAAAD%2CiBAXc%2CYAWb%3BAAAD%2CsBAVmB%2CYAUlB%3BAAAD%2CkBATe%2CYASd%3BAAAD%2CoBARiB%2CYAQhB%3BEpK%2BJL%2CcAAA%3B%3BAoK1JA%3BAAqDA%2CqBA%2BCI%3BAGjJJ%2CuBACI%3BACrCJ%2CsBAwDI%2CaAAY%3BAAxDhB%2CsBAyDI%2CaAAY%3BAAgChB%2CsBAAuB%2CyBJ4FnB%3BAK3OJ%2CiBAOI%2CaAAa%2CaDuGb%2CaAAY%3BAC9GhB%2CiBAOI%2CaAAa%2CaDwGb%2CaAAY%3BAC%5C%2FGhB%2CiBAOI%2CaAAa%2CaDwIM%2CyBJ4FnB%3BED9OA%2CsBAAA%3BEACA%2CqBAAA%3BEnKmSJ%2CWAAA%3BEoKtJI%2CiBAAA%3BEACA%2CiBAAA%3B%3BAD3IJ%2CKAAM%3BAAAN%2CKC2LA%2CsBA%2BCI%3BAD1OJ%2CKIyFA%2CwBACI%3BAJ1FJ%2CKKqDA%2CuBAwDI%2CaAAY%3BAL7GhB%2CKKqDA%2CuBAyDI%2CaAAY%3BAL9GhB%2CKK8IA%2CuBAAuB%2CyBJ4FnB%3BAD1OJ%2CKMDA%2CkBAOI%2CaAAa%2CaDuGb%2CaAAY%3BAL7GhB%2CKMDA%2CkBAOI%2CaAAa%2CaDwGb%2CaAAY%3BAL9GhB%2CKMDA%2CkBAOI%2CaAAa%2CaDwIM%2CyBJ4FnB%3BEDzOA%2CqBAAA%3B%3BAC6IJ%3BEAEQ%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3B%3BAAGJ%2CWAAC%3BEACG%2CYAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CWAAC%3BEACG%2CYAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CWAAC%3BEpK8HL%2CaAAA%3B%3BAoK1HI%2CWAAC%3BEpK0HL%2CaAAA%3B%3BAoKtHI%2CWAAC%3BEpKsHL%2CaAAA%3B%3BAoKlHI%2CWAAC%3BEpKkHL%2CaAAA%3B%3BAoK9GI%2CWAAC%3BEpK8GL%2CaAAA%3B%3BAoK1GI%2CWAAC%3BEpK0GL%2CaAAA%3B%3BAoKrGA%2CqBACI%3BAI9CJ%2CsBAAuB%2CyBJ8CnB%3BAK7LJ%2CiBAOI%2CaAAa%2CaDwIM%2CyBJ8CnB%3BEACI%2CaAAA%3B%3BAAFR%2CqBAKI%3BAIlDJ%2CsBAAuB%2CyBJkDnB%3BAMjLA%2CqBAhBkB%2CmBAgBhB%3BAF%2BHN%2CsBAAuB%2CyBE%5C%2FID%2CmBAgBhB%3BADhBN%2CiBAOI%2CaAAa%2CaDwIM%2CyBJkDnB%3BAKjMJ%2CiBAOI%2CaAAa%2CaDwIM%2CyBE%5C%2FID%2CmBAgBhB%3BEPnBF%2CsBAAA%3BEACA%2CqBAAA%3BEnKmSJ%2CWAAA%3BEoK3FY%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3B%3BADxMZ%2CKAAM%2CsBCgMF%3BADhMJ%2CKK8IA%2CuBAAuB%2CyBJkDnB%3BADhMJ%2CKOeI%2CsBAhBkB%2CmBAgBhB%3BAPfN%2CKK8IA%2CuBAAuB%2CyBE%5C%2FID%2CmBAgBhB%3BAPfN%2CKMDA%2CkBAOI%2CaAAa%2CaDwIM%2CyBJkDnB%3BADhMJ%2CKMDA%2CkBAOI%2CaAAa%2CaDwIM%2CyBE%5C%2FID%2CmBAgBhB%3BEPdF%2CqBAAA%3B%3BAC0MI%2CqBAXJ%2CiBAWK%3BAI7DT%2CsBAAuB%2CyBJkDnB%2CiBAWK%3BAM5LL%2CqBAhBkB%2CmBAgBhB%2CaN4LG%3BAI7DT%2CsBAAuB%2CyBE%5C%2FID%2CmBAgBhB%2CaN4LG%3BAK5MT%2CiBAOI%2CaAAa%2CaDwIM%2CyBJkDnB%2CiBAWK%3BAK5MT%2CiBAOI%2CaAAa%2CaDwIM%2CyBE%5C%2FID%2CmBAgBhB%2CaN4LG%3BEpKqFT%2CcAAA%3B%3BAoKrGA%2CqBAqBI%2CaAAY%3BAIlEhB%2CsBAAuB%2CyBJkEnB%2CaAAY%3BAArBhB%2CqBO5LA%2CcPiNgB%3BAArBhB%2CqBO3LA%2CgBPgNgB%3BAKjNhB%2CiBAOI%2CaAAa%2CaDwIM%2CyBJkEnB%2CaAAY%3BEACR%2CeAAA%3B%3BAAtBR%2CqBAyBI%2CaAAY%3BAItEhB%2CsBAAuB%2CyBJsEnB%2CaAAY%3BAAzBhB%2CqBO5LA%2CcPqNgB%3BAAzBhB%2CqBO3LA%2CgBPoNgB%3BAKrNhB%2CiBAOI%2CaAAa%2CaDwIM%2CyBJsEnB%2CaAAY%3BEACR%2CcAAA%3B%3BAA1BR%2CqBA6BI%3BAI1EJ%2CsBAAuB%2CyBJ0EnB%3BAKzNJ%2CiBAOI%2CaAAa%2CaDwIM%2CyBJ0EnB%3BED5NA%2CsBAAA%3BEACA%2CqBAAA%3BEC%2BNQ%2CaAAA%3B%3BAD5NZ%2CKAAM%2CsBCwNF%3BADxNJ%2CKK8IA%2CuBAAuB%2CyBJ0EnB%3BADxNJ%2CKMDA%2CkBAOI%2CaAAa%2CaDwIM%2CyBJ0EnB%3BEDvNA%2CqBAAA%3B%3BAC8NI%2CqBAPJ%2CeAOK%3BAIjFT%2CsBAAuB%2CyBJ0EnB%2CeAOK%3BAKhOT%2CiBAOI%2CaAAa%2CaDwIM%2CyBJ0EnB%2CeAOK%3BEACG%2CgBAAA%3B%3BAArCZ%2CqBAyCI%3BAItFJ%2CsBAAuB%2CyBJsFnB%3BAKrOJ%2CiBAOI%2CaAAa%2CaDwIM%2CyBJsFnB%3BEDxOA%2CsBAAA%3BEACA%2CqBAAA%3BEC0OI%2CcAAA%3B%3BADvOR%2CKAAM%2CsBCoOF%3BADpOJ%2CKK8IA%2CuBAAuB%2CyBJsFnB%3BADpOJ%2CKMDA%2CkBAOI%2CaAAa%2CaDwIM%2CyBJsFnB%3BEDnOA%2CqBAAA%3B%3BAC0LJ%2CqBA%2BCI%3BAI5FJ%2CsBAAuB%2CyBJ4FnB%3BAK3OJ%2CiBAOI%2CaAAa%2CaDwIM%2CyBJ4FnB%3BEpK0KJ%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEAkDA%2C2BAAA%3BEACI%2CuBAAA%3BEACI%2CmBAAA%3BEoKzNI%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3B%3BAAxDZ%2CqBA4DI%3BAIzGJ%2CsBAAuB%2CyBJyGnB%3BAKxPJ%2CiBAOI%2CaAAa%2CaDwIM%2CyBJyGnB%3BEAEQ%2CmBAAA%3BEACA%2CaAAA%3BEACA%2CeAAA%3BEACA%2C8BAAA%3BEACA%2CgBAAA%3B%3BAAlEZ%2CqBA4DI%2CqBASM%3BAIlHV%2CsBAAuB%2CyBJyGnB%2CqBASM%3BAKjQV%2CiBAOI%2CaAAa%2CaDwIM%2CyBJyGnB%2CqBASM%3BEACE%2CkBAAA%3B%3BAAtEZ%2CqBA0EI%2CqBAAqB%3BAIvHzB%2CsBAAuB%2CyBJuHnB%2CqBAAqB%3BAA1EzB%2CqBA0EI%2CqBOtQJ%3BAP4LA%2CqBA0EI%2CqBOrQJ%3BAFDA%2CiBAOI%2CaAAa%2CaDwIM%2CyBJuHnB%2CqBAAqB%3BEACjB%2CSAAA%3B%3BAA3ER%2CqBA8EI%2CqBAAqB%3BAI3HzB%2CsBAAuB%2CyBJ2HnB%2CqBAAqB%3BAK1QzB%2CiBAOI%2CaAAa%2CaDwIM%2CyBJ2HnB%2CqBAAqB%3BEACjB%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAIR%3BEAEQ%2CsBAAA%3B%3BAAFR%2CuBAKI%3BEpKgIJ%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEoK%5C%2FHQ%2CmBAAA%3BEACA%2C8BAAA%3B%3BAATR%2CuBAYI%3BEpKKJ%2CmBAAA%3BEoKDY%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CuBAXJ%2CaAWK%3BAACD%2CuBAZJ%2CaAYK%3BEACG%2CgBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CuBApBJ%2CaAoBK%3BEACG%2CUAAA%3BEACA%2CSAAA%3BEACA%2CWAAW%2CaAAX%3B%3BAAGJ%2CuBA1BJ%2CaA0BK%3BEACG%2CUAAA%3BEACA%2CSAAA%3BEACA%2CWAAW%2CcAAX%3B%3BAAGJ%2CuBAhCJ%2CaAgCK%3BEpK3BT%2CmBAAA%3B%3BAoKjBA%2CuBAiDI%2CaAAY%2CKAAK%3BEACb%2CUAAA%3BEACA%2CWAAW%2CcAAX%3B%3BAAnDR%2CuBAsDI%2CaAAY%2CKAAK%3BEACb%2CUAAA%3BEACA%2CWAAW%2CaAAX%3B%3BAAxDR%2CuBA2DI%2CaAAY%3BEACR%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CoBAAA%3B%3BAA9DR%2CuBAiEI%3BEpKhDJ%2CWAAA%3BEoKmDQ%2CiBAAA%3B%3BAAIR%3BEACI%2CmBAAA%3B%3BAAGJ%3BEAEQ%2CoBAAA%3BEACA%2CgBAAA%3B%3BAAHR%2CoBAMM%3BEpKjEN%2CcAAA%3BEoKoEQ%2CiBAAA%3BEACA%2CmBAAA%3B%3BAAVR%2CoBAaM%3BEACE%2CgBAAA%3B%3BAAdR%2CoBAiBM%3BEACE%2CeAAA%3BEACA%2CqBAAA%3B%3BAAIR%3BEACI%2CmBAAA%3B%3BAAGJ%3BEACI%2CmBAAA%3B%3BAAGJ%2CqBAAqB%2C2BACjB%3BAI7OJ%2CsBAAuB%2CyBJ4OF%2C2BACjB%3BAK5XJ%2CiBAOI%2CaAAa%2CaDwIM%2CyBJ4OF%2C2BACjB%3BEACI%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CaAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3B%3BAARR%2CqBAAqB%2C2BAWjB%3BAIvPJ%2CsBAAuB%2CyBJ4OF%2C2BAWjB%3BAKtYJ%2CiBAOI%2CaAAa%2CaDwIM%2CyBJ4OF%2C2BAWjB%3BEACI%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAIR%3BEpK5GA%2CgBAAA%3BEAAA%2C4BAAA%3BEuEnQA%2CcAAA%3BEvEmQA%2CiBAAA%3BEAAA%2CmBAAA%3BEAAA%2CcAAA%3BEAAA%2CkBAAA%3BEuEtCA%2CkBAAA%3B%3BA6FkJA%2CsB7FvVA%3BEvE2OA%2CcAAA%3B%3BAuExOI%2CsBAHJ%2CEAGK%3BEvEwOL%2CcAAA%3B%3BAuEpOI%2CsBAPJ%2CEAOK%3BEvEoOL%2CcAAA%3B%3BAoK4GA%2CsB7FhJE%2CIAAC%2CYAAY%3BE1BiGf%2CmCAAA%3BEACA%2CkCAAA%3BE7C9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CS8C9PW%2CO9C8PX%3BEAAA%2Ca%2BCvRe%2CY%5C%2FCuRf%3BEAAA%2CiBAAA%3BEAAA%2CsBAAA%3BE6CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BE7CxEA%2COAAA%3BEAAA%2CSAAA%3BEAAA%2CWAAA%3BEuErBI%2CkBAAA%3BEACA%2CkBAAA%3B%3BA6FqIJ%3BEACI%2CaAAA%3BEACA%2CeAAA%3BEACA%2C8BAAA%3B%3BAAGJ%3BEAEQ%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CUAAA%3B%3BAAJR%2CoBAOI%3BEACI%2CcAAA%3B%3BAARR%2CoBAWI%3BEACI%2CmBAAA%3BEACA%2C2CAAA%3BEACA%2CsBAAA%3BEACA%2CaAAA%3BEACA%2CaAAA%3BEACA%2CuBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3B%3BAArBR%2CoBAwBI%2CsBAAqB%3BEACjB%2CsBQ7a8B%2CssCR6a9B%3B%3BAAzBR%2CoBA4BI%3BEACI%2C2BAAA%3BEACA%2C4BAAA%3BEACA%2CsBAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3B%3BAAlCR%2CoBAqCI%3BEAEQ%2CcAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3B%3BAAGJ%2CoBATJ%2CiBASK%3BAACD%2CoBAVJ%2CiBAUK%3BEACG%2CcAAA%3BEACA%2CqBAAA%3B%3BAAjDZ%2CoBAqDI%3BEDhdA%2CsBAAA%3BEACA%2CqBAAA%3B%3BAAGJ%2CKAAM%2CqBC4cF%3BED3cA%2CqBAAA%3B%3BACsZJ%2CoBAyDI%3BEACI%2CgBAAA%3B%3BAA1DR%2CoBA6DI%3BAA7DJ%2CoBOxZA%3BAPwZA%2CoBOvZA%3BEPqdQ%2CcAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3B%3BAS5cJ%2CIADA%3BAAAJ%2CIAAI%2CwBAEA%2CMAAK%3BEACD%2CmBAAA%3B%3BAAHR%2CIAAI%2CwBAMA%3BEACI%2CmBAAA%3BEACA%2CaAAA%3BEACA%2CeAAA%3BEACA%2C8BAAA%3BEACA%2CgBAAA%3B%3BAAXR%2CIAAI%2CwBAcA%3BEV%5C%2FBA%2CsBAAA%3BEACA%2CqBAAA%3BEUiCI%2CmBAAA%3BEACA%2CWAAW%2CwBAAX%3BEACA%2CmBAAA%3B%3BAVhCR%2CKAAM%2CKUaF%2CwBAcA%3BEV1BA%2CqBAAA%3B%3BAUYJ%2CIAAI%2CwBAsBA%3BEACI%2CWAAA%3B%3BAAvBR%2CIAAI%2CwBA0BA%2CSAAS%3BEACL%2CSAAA%3B%3BAA3BR%2CIAAI%2CwBA8BA%3BEACI%2CcAAA%3B%3BAA%5C%2FBR%2CIAAI%2CwBAkCA%3BEACI%2CeAAA%3B%3BAAIR%3BAACA%3BE7K2OA%2CcAAA%3BEmKpSI%2CsBAAA%3BEACA%2CqBAAA%3BEU4DA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3B%3BAV5DJ%2CKAAM%3BAAAN%2CKAAM%3BEACF%2CqBAAA%3B%3BAU8DJ%3BEACI%2CaAAA%3B%3BAAGJ%2CeAAgB%2CcAAa%3BAAC7B%2CaAAa%3BEAEL%2CUAAA%3B%3BAAGJ%2CeANY%2CcAAa%2CQAMxB%2COAAO%3BAAAR%2CaALS%2CQAKR%2COAAO%3BAACR%2CeAPY%2CcAAa%2CQAOxB%3BAAAD%2CaANS%2CQAMR%3BEACG%2CaAAA%3B%3BAAGJ%2CeAXY%2CcAAa%2CQAWxB%3BAAAD%2CaAVS%2CQAUR%3BE7KkNL%2CcAAA%3B%3BA6K9MI%2CeAfY%2CcAAa%2CQAexB%3BAAAD%2CaAdS%2CQAcR%3BAACD%2CeAhBY%2CcAAa%2CQAgBxB%3BAAAD%2CaAfS%2CQAeR%3BAACD%2CeAjBY%2CcAAa%2CQAiBxB%3BAAAD%2CaAhBS%2CQAgBR%3BEACG%2CqBAAA%3B%3BAAIR%3BEAEQ%2CmBAAA%3BEACA%2CUAAA%3B%3BAAIA%2CkBADJ%3BAAEI%2CkBAFJ%2CYAEK%3BAACD%2CkBAHJ%2CYAGK%3BE7K8LT%2CcAAA%3B%3BA6K1LQ%2CkBAPJ%2CYAOK%3BE7K0LT%2CcAAA%3B%3BA6KpLA%3BEAEQ%2CgBAAA%3B%3BAAGJ%3BAACA%2CYAAC%3BAACD%2CYAAC%3BE7K6KL%2CcAAA%3BE6K1KQ%2CqBAAA%3B%3BAAGJ%2CYAAC%3BE7KuKL%2CcAAA%3B%3BAkKrSA%2CaWmIc%2CcXnIb%3BEACG%2C2YAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CQAAA%3BEACA%2CWAAW%2CiBAAiB%2CeAA5B%3BEACA%2CWAAA%3B%3BAAGJ%2CaWsHc%2CcXtHb%2CQAAQ%3BEACL%2CWAAW%2CiBAAiB%2CSAA5B%3B%3BAWyHJ%3BE7K8JA%2CulBAAA%3BE6K3JI%2CkBAAA%3BEACA%2C2CAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CeAAA%3BEACA%2CqCAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CqBAAqB%2CIAAI%2CSAAY%2CMAAG%2CIAAI%3BAAC5C%2CqBAAqB%3BAACrB%2CiBAAkB%3BAAClB%3BACxGA%2CYAAY%3BANmGZ%2CsBAAuB%2CyBKEF%2CIAAI%2CSAAY%2CMAAG%2CIAAI%3BALF5C%2CsBAAuB%2CyBKGF%3BAJlJrB%2CiBAOI%2CaAAa%3BAAPjB%2CiBAOI%2CaAAa%2CaDwIM%2CyBKEF%2CIAAI%2CSAAY%2CMAAG%2CIAAI%3BAJjJ5C%2CiBAOI%2CaAAa%2CaDwIM%2CyBKGF%3BEAGjB%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CiFAAA%3BEACA%2CmBAAA%3B%3BAAGJ%3BEAEQ%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CoBAAA%3B%3B%3BAAGJ%2CYAAC%3BEACG%2CoBAAA%3B%3BAARR%2CYAWI%2CYAAW%3BEACP%2CiBAAA%3B%3BAAIR%2CaAAa%3BAAAb%2CaL5BA%2CsBAAuB%3BAK4BvB%2CaJ3KA%2CiBAOI%2CaAAa%2CaDwIM%3BEK6BnB%2CYAAA%3B%3BAAGJ%3BEACI%2CqBAAA%3BEACA%2CUAAA%3B%3BAAGJ%2CaAAc%2CyBAAwB%3BEAClC%2CsBAAA%3BEACA%2CWAAA%3B%3BAE5KJ%2CmBACI%3BEZdA%2CsBAAA%3BEACA%2CqBAAA%3BEYgBI%2CmBTsDwF%2CiBStDxF%3BEACA%2CkBAAA%3B%3BAZdR%2CKAAM%2CoBYUF%3BEZTA%2CqBAAA%3B%3BAYQJ%2CmBAQI%3BEACI%2C2BAAA%3BEACA%2C4BAAA%3BEACA%2CsBAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3B%3BAAdR%2CmBAiBI%3BEACI%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CSAAA%3B%3BAAtBR%2CmBAyBI%3BEACI%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3B%3BAA9BR%2CmBAiCI%3BEACI%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAtCR%2CmBAyCI%3BEACI%2CmBAAA%3BEACA%2C2BAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3BEACA%2CaAAA%3BEACA%2CaAAA%3BEACA%2CuBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3B%3BAApDR%2CmBAuDI%2CsBAAqB%3BEACjB%2CsBA%5C%2FDiC%2Ci2CA%2BDjC%3BEACA%2CwBAAA%3B%3BAAIR%3BEACI%2C4CAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3B%3BAAEA%2CqBAAC%3BEACG%2CYAAA%3BEACA%2CWAAA%3B%3BAAKJ%2CmBADgB%3BAAEhB%2CqBAAqB%2C2BAA4B%2CoBAFjC%3BAAGhB%2CYAAY%2C2BAA4B%2CoBAHxB%3BAP2DpB%2CsBAAuB%2CyBOzDE%2C2BAA4B%2CoBAFjC%3BANpFpB%2CiBAOI%2CaAAa%2CaDwIM%2CyBOzDE%2C2BAA4B%2CoBAFjC%3BEAIZ%2CmBAAA%3BEACA%2CaAAA%3BEACA%2CeAAA%3BEACA%2CuBAAA%3BEACA%2CgBAAA%3B%3BAARR%2CmBAAoB%2CyBAWhB%3BEAEQ%2CiBAAA%3B%3BAAKZ%2CoBACI%2CcAAa%3BAADjB%2CoBAEI%2CcAAa%3BEACT%2CMAAA%3B%3BAAHR%2CoBAMI%2CoBAAoB%3BEAChB%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CwBAAA%3BEACA%2CmBAAA%3B%3BAAXR%2CoBAcI%3BEACI%2CaAAA%3B%3BAAIR%2CoBAAqB%2CoBAAoB%3BEACrC%2CaAAA%3B%3BAAGJ%2CMAEI%2CsBAAqB%3BAADzB%2CKACI%2CsBAAqB%3BAAFzB%2CMPkBA%2CuBAAuB%2CyBOhBE%3BAADzB%2CKPiBA%2CuBAAuB%2CyBOhBE%3BAAFzB%2CMN7HA%2CkBAOI%2CaAAa%2CaDwIM%2CyBOhBE%3BAADzB%2CKN9HA%2CkBAOI%2CaAAa%2CaDwIM%2CyBOhBE%3BEACjB%2CUAAA%3B%3BAAKR%2CoBACI%3BEACI%2CmBAAA%3BEACA%2CaAAA%3B%3BAAHR%2CoBAMI%2CgBAAkB%3BEACd%2CYAAA%3B%3BACnIR%3BEbZI%2CsBAAA%3BEACA%2CqBAAA%3BEaeI%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CsBAAA%3BEACA%2CcAAA%3BEACA%2CoBAAA%3BEACA%2CgBAAA%3BEACA%2CuBAAA%3BEACA%2CaAAA%3B%3BAbnBR%2CKAAM%3BEACF%2CqBAAA%3B%3BAaqBA%2CcAAC%3BAACD%2CcAAC%3BEACG%2CcAAA%3B%3BAAGJ%2CcAAC%2CMAAS%3BAACV%2CcAAC%2CMAAS%3BEACN%2CaAAA%3B%3BAAGJ%2CcAAC%2CIAAI%3BAACL%2CcAAC%2CIAAI%2CUAAU%3BEACX%2CgBAAA%3B%3BAAGJ%2CcAAC%3BEACG%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3B%3BAAIR%2CcAAiB%3BEACb%2CaAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2CcAAc%2CIAAI%2CUAAa%3BEAC3B%2CkBAAA%3B%3BAAGJ%2CcAAc%3BEAEN%2CgBAAA%3B%3BAAFR%2CcAAc%2CQAKV%3BEACI%2CaAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAAIR%2CcAAc%2CQAAQ%3BEAEd%2CWAAA%3BEACA%2CoBAAA%3B%3BAAHR%2CcAAc%2CQAAQ%2COAMlB%3BEACI%2CaAAA%3B%3BAAIR%2CcAAiB%2CgBAAa%2CIAAI%3BEAC9B%2CkBAAA%3B%3BAAGJ%3BEACI%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CUAAA%3B%3BAAGJ%2CMAAM%2CgBAAgB%3BAACtB%2CMAAM%2CgBAAgB%3BAACtB%2CgBAAgB%3BAAChB%2CgBAAgB%3BAAChB%2CgBAAgB%3BEACZ%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3B%3BAAGJ%2CMAAM%3BAACN%3BEACI%2CgBAAA%3B%3BAT3FJ%2C0BAA2B%2CgBAAe%3BEAElC%2CyBAAA%3BEACA%2C0BAAA%3B%3BAAGJ%2C0BANuB%2CgBAAe%2CaAMrC%3BEACG%2CyBAAA%3BEACA%2CsBAAA%3B%3BAAGJ%2C0BAXuB%2CgBAAe%2CaAWrC%3BEACG%2CyBAAA%3BEACA%2CsBAAA%3B%3BAAGJ%2C0BAhBuB%2CgBAAe%2CaAgBrC%3BEACG%2CyBAAA%3BEACA%2CsBAAA%3B%3BAAGJ%2C0BArBuB%2CgBAAe%2CaAqBrC%3BEACG%2CyBAAA%3BEACA%2CsBAAA%3B%3BAAGJ%2C0BA1BuB%2CgBAAe%2CaA0BrC%3BEACG%2CyBAAA%3BEACA%2CsBAAA%3B%3BAAGJ%2C0BA%5C%2FBuB%2CgBAAe%2CaA%2BBrC%3BEACG%2CyBAAA%3BEACA%2CsBAAA%3B%3BAAIR%2CqBAAsB%2CaAAY%2CSAC9B%3BAC4FJ%2CsBAAuB%2CyBD7FD%2CaAAY%2CSAC9B%3BAEnDJ%2CiBAOI%2CaAAa%2CaDwIM%2CyBD7FD%2CaAAY%2CSAC9B%3BEACI%2CkBAAA%3B%3BAAFR%2CqBAAsB%2CaAAY%2CSAK9B%3BACwFJ%2CsBAAuB%2CyBD7FD%2CaAAY%2CSAK9B%3BAEvDJ%2CiBAOI%2CaAAa%2CaDwIM%2CyBD7FD%2CaAAY%2CSAK9B%3BEACI%2CiBAAA%3B%3BAAIR%3BEAEQ%2CmBAAA%3BEACA%2CmBAAA%3B%3BAAHR%2C0BAMI%3BEAEQ%2CmBAAA%3B%3BAAGJ%2C0BALJ%2CgBAKK%3BEACG%2CgBAAA%3B%3BAAKZ%2CmBAAoB%3BEAChB%2CWAAA%3B%3BAAGJ%2CqBAAqB%2CWAAc%3BAACnC%2CqBAAqB%2CWAAc%3BAACnC%2CuBAAwB%3BAACxB%2C0BAA2B%3BAA%2BGvB%2CqBALoB%2CkBAKnB%2CIAAI%3BEA9GL%2C8BAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2CuBACI%3BEAGI%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3B%3BAAPR%2CuBAUI%3BEACI%2CmBAAA%3B%3BAAXR%2CuBAcI%3BAAdJ%2CuBI1FA%3BAJ0FA%2CuBIzFA%3BEJwGQ%2CWAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAnBR%2CuBAsBI%3BEJnHA%2CsBAAA%3BEACA%2CqBAAA%3BEIqHI%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3B%3BAJtHR%2CKAAM%2CwBI%2BGF%3BEJ9GA%2CqBAAA%3B%3BAIwFJ%2CuBAgCI%3BEACI%2CmBAAA%3BEACA%2CaAAA%3BEACA%2CgBAAA%3B%3BAAnCR%2CuBAsCI%3BEACI%2CiBAAA%3B%3BAAIR%2CwBAA2B%2CkBAAe%3BEACtC%2CuBAAA%3B%3BAAGJ%3BEAEQ%2CYAAA%3BEACA%2CmBAAA%3B%3BAAHR%2CuBAMM%3BEACE%2CmBAAA%3B%3BAAPR%2CuBAUI%2CeAAc%3BEACV%2CaAAA%3B%3BAAIR%3BEAEQ%2CcAAA%3B%3BAAFR%2CqBAKI%2CeAAc%3BEACV%2CaAAA%3B%3BAAIR%3BEACI%2CmBAAA%3B%3BAAGJ%3BEACI%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAGJ%3BEACI%2CWAAA%3BEACA%2CiBAAA%3B%3BAAGJ%2CsBAAsB%2CIAAI%2CUAAW%3BEAE7B%2CYAAA%3BEACA%2CoBAAA%3BEACA%2CiBAAA%3B%3BAAJR%2CsBAAsB%2CIAAI%2CUAAW%2CcAOjC%2CeAAc%3BEACV%2CaAAA%3B%3BAAKJ%2CqBADoB%2CkBACnB%2CIAAI%3BEACD%2CaAAA%3B%3BAAQR%2CqBAAqB%2CWAAc%3BAACnC%2CqBAAqB%2CWAAc%3BAAN%5C%2FB%2CqBALoB%2CkBAKnB%2CIAAI%3BEAOL%2CgBAAA%3B%3BAAGJ%2CaAAc%2CeAAc%3BEACxB%2CiBAAA%3BEACA%2CkBAAA%3B%3BAAGJ%3BEACI%2CgBAAA%3B%3BAAIA%2CqBADkB%2CgBAAe%3BAAArC%2CqBAAsB%2CgBAAe%2CWAEjC%3BEACI%2CYAAA%3BEACA%2CUAAA%3B%3BAAIR%3BEvKuLA%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEAkCA%2C8BAAA%3BEACI%2C0BAAA%3BEACI%2CsBAAA%3BEuKxNA%2CkBAAA%3B%3BAALR%2CoBAQI%2CYAAW%3BEACP%2COAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAAXR%2CoBAcI%3BEACI%2CYAAA%3BEACA%2CSAAA%3BEACA%2CwBAAA%3BEACA%2CUAAA%3B%3BAAlBR%2CoBAqBI%3BEvKkKJ%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEAkCA%2C8BAAA%3BEACI%2C0BAAA%3BEACI%2CsBAAA%3B%3BAuK7NR%2CoBA0BI%2CiBAAgB%3BEACZ%2CaAAA%3B%3BAA3BR%2CoBA8BI%3BEACI%2CgBAAA%3B%3BAA%5C%2FBR%2CoBAkCI%3BEAIQ%2CsBAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2CoBARJ%2CcAQK%3BAACD%2CoBATJ%2CcASK%3BEACG%2CgBAAA%3B%3BAA5CZ%2CoBAgDI%2CcAAa%3BEACT%2CaAAA%3BEACA%2CgBAAA%3B%3BAAlDR%2CoBAqDI%3BEACI%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAvDR%2CoBA0DI%2CiBAAiB%3BEJ3RjB%2CsBAAA%3BEACA%2CqBAAA%3BEI4RI%2CmBAAA%3B%3BAJzRR%2CKAAM%2CqBIuRF%2CiBAAiB%3BEJtRjB%2CqBAAA%3B%3BAI4NJ%2CoBA%2BDI%2CcAAa%3BEACT%2CYAAA%3BEACA%2CQAAA%3BEACA%2CWAAA%3B%3BAAlER%2CoBAqEI%3BEACI%2CgBAAA%3B%3BAAtER%2CoBAyEI%3BEvKNJ%2CmBAAA%3BEuKUY%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CoBAfJ%2CYAeK%3BEvKrBT%2CmBAAA%3B%3BA4KvRA%2CkBAAkB%3BEAEV%2CgCAAA%3BEACA%2CaAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3B%3BAANR%2CkBAAkB%2COASd%3BETtBA%2CsBAAA%3BEACA%2CqBAAA%3BESwBI%2CoCAAA%3BEACA%2CeAAA%3BEACA%2CeAAA%3BEACA%2CSAAA%3BEACA%2CoBAAA%3BEACA%2C0BAAA%3BEACA%2CWAAW%2CeAAX%3BEACA%2CuBAAA%3B%3BAT5BR%2CKAAM%2CmBSSY%2COASd%3BETjBA%2CqBAAA%3B%3BASQJ%2CkBAAkB%2COAsBd%2CaAAY%3BEACR%2CgBAAA%3B%3BAAvBR%2CkBAAkB%2COA0Bd%2CaAAY%3BEACR%2C4BAAA%3B%3BAAIR%2CmBAAmB%2CIAAI%3BEACnB%2CaAAA%3B%3BAAGJ%2CkBAAkB%2COAAQ%3BEAElB%2CgBAAA%3BEACA%2CUAAA%3B%3BAAGJ%2CkBANc%2COAAQ%2CaAMrB%3BEACG%2CaAAA%3BEACA%2CeAAA%3BEACA%2CuBAAA%3B%3BAAIR%2CmBAAoB%3BEAEZ%2CaAAA%3B%3BAAGJ%2CmBALgB%2CmBAKf%2CIAAI%3BEACD%2CgBAAA%3B%3BAANR%2CmBAAoB%2CmBAShB%3BEACI%2CcAAA%3B%3BAAVR%2CmBAAoB%2CmBAahB%3BEACI%2CmBAAA%3BEACA%2C2CAAA%3BEACA%2CsBAAA%3BEACA%2CaAAA%3BEACA%2CaAAA%3BEACA%2CuBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3B%3BAAvBR%2CmBAAoB%2CmBA0BhB%2CsBAAqB%3BEACjB%2CsBAjF8B%2CssCAiF9B%3B%3BAA3BR%2CmBAAoB%2CmBA8BhB%3BEACI%2C2BAAA%3BEACA%2C4BAAA%3BEACA%2CsBAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3B%3BAApCR%2CmBAAoB%2CmBAuChB%3BEACI%2CWAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3B%3BAA5CR%2CmBAAoB%2CmBA%2BChB%3BAA%5C%2FCJ%2CmBAAoB%2CmBD1DpB%3BAC0DA%2CmBAAoB%2CmBDzDpB%3BECyGQ%2CWAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3B%3BAAIR%3BEAEQ%2CmBAAA%3B%3BAAFR%2CmBAKM%3BEACE%2CmBAAA%3BEACA%2CaAAA%3BEACA%2C8BAAA%3BEACA%2CgBAAA%3B%3BAE1HR%3BE9KiSA%2CmBAAA%3BEmKpSI%2CsBAAA%3BEACA%2CqBAAA%3BEWOI%2CmBAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3B%3BAXVR%2CKAAM%3BEACF%2CqBAAA%3B%3BAWYA%2CWAAC%3BEACG%2CeAAA%3B%3BAAGJ%3BAACA%2CWAAC%3BAACD%2CWAAC%3BAACD%2CWAAC%3BEACG%2CqBAAA%3B%3BAAGJ%3BAACA%2CWAAC%3BE9KuQL%2CWAAA%3B%3BA8KnQI%2CWAAC%3BAACD%2CWAAC%3BE9KkQL%2CcAAA%3B%3BA8K9PI%2CWAAC%3BE9K8PL%2CmBAAA%3B%3BA8K1PI%2CWAAC%3BE9K0PL%2CmBAAA%3B%3BA8KjPA%2CeAAgB%3BEACZ%2CmBAAA%3B%3BAGjDJ%3BEAEQ%2CuBAAA%3BEACA%2CaAAA%3BEACA%2CeAAA%3B%3BAAJR%2CaAOM%3BAAPN%2CaNAA%3BAMAA%2CaNCA%3BEMOQ%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAAIR%3BANdA%3BAACA%3BE3KgSA%2CWAAA%3BEiLhRI%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2CiBAGI%2CcAAgB%3BAAFpB%2CsBAEI%2CcAAgB%3BAADpB%2CsBACI%2CcAAgB%3BAAHpB%2CiBAII%2CcAAgB%3BAAHpB%2CsBAGI%2CcAAgB%3BAAFpB%2CsBAEI%2CcAAgB%3BAAJpB%2CiBAKI%2CcAAgB%3BAAJpB%2CsBAII%2CcAAgB%3BAAHpB%2CsBAGI%2CcAAgB%3BAR5BpB%2CiBAOI%2CaAAa%2CaQmBb%2CcAAgB%3BAR1BpB%2CiBAOI%2CaAAa%2CaQoBb%2CcAAgB%3BAR3BpB%2CiBAOI%2CaAAa%2CaQqBb%2CcAAgB%3BAALpB%2CiBAGI%2CcN1BJ%3BAMwBA%2CsBAEI%2CcN1BJ%3BAMyBA%2CsBACI%2CcN1BJ%3BAMuBA%2CiBAGI%2CcNzBJ%3BAMuBA%2CsBAEI%2CcNzBJ%3BAMwBA%2CsBACI%2CcNzBJ%3BEM4BQ%2CmBAAA%3BEACA%2CaAAA%3B%3BAAPR%2CiBAUI%2CcAAgB%2CIAAC%3BAATrB%2CsBASI%2CcAAgB%2CIAAC%3BAARrB%2CsBAQI%2CcAAgB%2CIAAC%3BARjCrB%2CiBAOI%2CaAAa%2CaQ0Bb%2CcAAgB%2CIAAC%3BEACb%2CmBAAA%3B%3BAAIR%2CqBACI%3BATwGJ%2CsBAAuB%2CyBSxGnB%3BAADJ%2CqBNtCA%3BAMsCA%2CqBNrCA%3BAFDA%2CiBAOI%2CaAAa%2CaDwIM%2CyBSxGnB%3BEACI%2CgBAAA%3B%3BAAFR%2CqBAKI%2CaAAY%3BAToGhB%2CsBAAuB%2CyBSpGnB%2CaAAY%3BAALhB%2CqBNtCA%2CcM2CgB%3BAALhB%2CqBNrCA%2CgBM0CgB%3BAR3ChB%2CiBAOI%2CaAAa%2CaDwIM%2CyBSpGnB%2CaAAY%3BEACR%2CeAAA%3B%3BAANR%2CqBASI%2CaAAY%3BATgGhB%2CsBAAuB%2CyBShGnB%2CaAAY%3BAAThB%2CqBNtCA%2CcM%2BCgB%3BAAThB%2CqBNrCA%2CgBM8CgB%3BAR%5C%2FChB%2CiBAOI%2CaAAa%2CaDwIM%2CyBShGnB%2CaAAY%3BEACR%2CcAAA%3B%3BAAIR%2CoBACI%3BAADJ%2CoBNpDA%3BAMoDA%2CoBNnDA%3BEMqDQ%2CWAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3B%3BAfzCR%2CmBAAC%3BEACG%2CoBAAA%3B%3BAgBTJ%2CmBhBYA%3BEACI%2CkBAAA%3B%3BAgBbJ%2CmBhBgBA%3BAKuMA%2CoBAkCI%3BEvKiCJ%2CyBAAA%3BEAAA%2CcAAA%3BEkKrQQ%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CYAAA%3BEACA%2C4BAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CmBAZJ%2CcAYK%3BAK2LL%2CoBAkCI%2CcL7NC%3BElK8PL%2CqBAAA%3B%3BAkK1PI%2CmBAhBJ%2CcAgBK%3BAACD%2CmBAjBJ%2CcAiBK%3BAACD%2CmBAlBJ%2CcAkBK%3BAKqLL%2CoBAkCI%2CcLzNC%3BAKuLL%2CoBAkCI%2CcLxNC%3BAKsLL%2CoBAkCI%2CcLvNC%3BElKwPL%2CWAAA%3B%3BAkKpPI%2CmBAtBJ%2CcAsBK%3BAKiLL%2CoBAkCI%2CcLnNC%3BEACG%2CyBAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CmBA3BJ%2CcA2BK%2CMAAM%3BAACP%2CmBA5BJ%2CcA4BK%2CMAAM%3BAACP%2CmBA7BJ%2CcA6BK%2CMAAM%3BAK0KX%2CoBAkCI%2CcL9MC%2CMAAM%3BAK4KX%2CoBAkCI%2CcL7MC%2CMAAM%3BAK2KX%2CoBAkCI%2CcL5MC%2CMAAM%3BEACH%2CkBAAA%3B%3BAgB1CR%2CcAAc%3BEACV%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CQAAA%3BEACA%2CWAAW%2CgBAAX%3B%3BAAGJ%2CmBACI%3BElL6QJ%2CsDAAA%3BEkL1QQ%2C4BAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CQAAA%3BEACA%2CWAAW%2CgBAAX%3BEACA%2CoCAAA%3BEACA%2CWAAA%3B%3BAAdR%2CmBAiBI%2CYAAW%3BEACP%2CUAAA%3B%3BAAlBR%2CmBAqBI%3BEACI%2CqBAAA%3BEACA%2CWAAA%3B%3BAAIR%2CaAAa%2CaAEP%3BAADN%2CmBAAmB%2CcACb%3BAAFN%2CaAAa%2CaAGT%3BAAFJ%2CmBAAmB%2CcAEf%3BEACI%2CYAAA%3B%3BAAJR%2CaAAa%2CaAOP%2CcAAW%3BAANjB%2CmBAAmB%2CcAMb%2CcAAW%3BAAPjB%2CaAAa%2CaAQT%2CYAAW%3BAAPf%2CmBAAmB%2CcAOf%2CYAAW%3BEACP%2CUAAA%3B%3BAAIR%2CmBAAmB%2CcACf%3BEACI%2CcAAA%3B%3BAAIR%3BEAEQ%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3BEACA%2CiBAAA%3BEACA%2CqBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CKAAK%2CiBAAL%3BEACA%2CWAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CsBAAC%3BElLiNL%2CyBAAA%3B%3BAkLhOA%2CsBAmBM%3BEACE%2CSAAA%3BEACA%2CaAAA%3B%3BAArBR%2CsBAwBM%2CKAAE%2CIAAI%3BElLwMZ%2C6BAAA%3B%3BAkLhOA%2CsBA4BI%3BEACI%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3BEACA%2C0BAAA%3B%3BAAhCR%2CsBAmCI%2CsBAAwB%3BEACpB%2CgBAAA%3B%3BAApCR%2CsBAuCI%2CgBAAe%3BEACX%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CgCAAA%3B%3BAA1CR%2CsBA6CI%2CgBAAgB%3BEACZ%2C4BAAA%3BEACA%2CoBAAA%3BEACA%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3B%3BAAIA%2CsBADJ%2CgBAAgB%3BAAEZ%2CsBAFJ%2CgBAAgB%2CEAEX%3BAACD%2CsBAHJ%2CgBAAgB%2CEAGX%3BEACG%2CcAAA%3BEACA%2CqBAAA%3B%3BAV3HR%2CsBAAC%2CUAAW%3BACDhB%2CiBAOI%2CaAAa%2CaDNZ%2CUAAW%3BEAEJ%2CuBAAA%3BEACA%2CsBAAA%3B%3BAAHR%2CsBAAC%2CUAAW%2CeAMR%3BACPR%2CiBAOI%2CaAAa%2CaDNZ%2CUAAW%2CeAMR%3BEACI%2CmBAAA%3B%3BAARZ%2CsBAYI%3BACZJ%2CiBAOI%2CaAAa%2CaDKb%3BEACI%2CcAAA%3BEACA%2CmBAAA%3B%3BAAdR%2CsBAiBI%3BAAjBJ%2CsBAkBI%3BAClBJ%2CiBAOI%2CaAAa%2CaDUb%3BACjBJ%2CiBAOI%2CaAAa%2CaDWb%3BEACI%2CmBAAA%3B%3BAAnBR%2CsBAsBI%3BACtBJ%2CiBAOI%2CaAAa%2CaDeb%3BEN%2BDA%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3BEACA%2CcAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CgCAAA%3BEMvEI%2CmBAAA%3B%3BAN0ER%2CsBM7EI%2CaN6EH%3BAOnGD%2CiBAOI%2CaAAa%2CaDeb%2CaN6EH%3BEACG%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CqBAAA%3B%3BAAGJ%2CsBMnFI%2CaNmFH%3BAOzGD%2CiBAOI%2CaAAa%2CaDeb%2CaNmFH%3BEACG%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CqBAAA%3B%3BAM5GJ%2CsBA4BI%3BAC5BJ%2CiBAOI%2CaAAa%2CaDqBb%3BEACI%2CaAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3B%3BAAIR%2CsBAAsB%2CWAClB%3BACpCJ%2CiBAOI%2CaAAa%2CaD4BK%2CWAClB%3BEACI%2CuBAAA%3BEACA%2CsBAAA%3B%3BAAHR%2CsBAAsB%2CWAMlB%3BACzCJ%2CiBAOI%2CaAAa%2CaD4BK%2CWAMlB%3BEACI%2CmBAAA%3B%3BAAPR%2CsBAAsB%2CWAUlB%3BAC7CJ%2CiBAOI%2CaAAa%2CaD4BK%2CWAUlB%3BEACI%2CmBAAA%3B%3BAAXR%2CsBAAsB%2CWAclB%2CiBAAmB%3BACjDvB%2CiBAOI%2CaAAa%2CaD4BK%2CWAclB%2CiBAAmB%3BEACf%2CaAAA%3B%3BAAIR%2CsBACI%3BACvDJ%2CiBAOI%2CaAAa%2CaDgDb%3BExK8VJ%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEAkDA%2C6BAAA%3BEACI%2CyBAAA%3BEACI%2CqBAAA%3BEwKhZA%2CeAAA%3BEACA%2CgBAAA%3B%3BAANR%2CsBASI%2CeAAiB%3BAC%5C%2FDrB%2CiBAOI%2CaAAa%2CaDwDb%2CeAAiB%3BEACb%2CmBAAA%3B%3BAAVR%2CsBAaI%3BACnEJ%2CiBAOI%2CaAAa%2CaD4Db%3BEACI%2CkBAAA%3B%3BAAdR%2CsBAiBI%3BACvEJ%2CiBAOI%2CaAAa%2CaDgEb%3BEACI%2CkBAAA%3B%3BAAlBR%2CsBAqBI%3BAC3EJ%2CiBAOI%2CaAAa%2CaDoEb%3BExKsNJ%2CWAAA%3B%3BAwKjNQ%2CsBALJ%2CiBAKK%3BAChFT%2CiBAOI%2CaAAa%2CaDoEb%2CiBAKK%3BExKiNT%2CcAAA%3BEwK9MY%2CqBAAA%3B%3BAA7BZ%2CsBAiCI%3BACvFJ%2CiBAOI%2CaAAa%2CaDgFb%3BExK0MJ%2CWAAA%3BEwKvMQ%2CiBAAA%3BEACA%2CmBAAA%3B%3BAArCR%2CsBAwCI%2CaAAe%3BAAxCnB%2CsBAyCI%2CgBAAkB%3BAC%5C%2FFtB%2CiBAOI%2CaAAa%2CaDuFb%2CaAAe%3BAC9FnB%2CiBAOI%2CaAAa%2CaDwFb%2CgBAAkB%3BELlGlB%2CsBAAA%3BEACA%2CqBAAA%3B%3BAAGJ%2CKAAM%2CuBK6FF%2CaAAe%3BAL7FnB%2CKAAM%2CuBK8FF%2CgBAAkB%3BAL9FtB%2CKMDA%2CkBAOI%2CaAAa%2CaDuFb%2CaAAe%3BAL7FnB%2CKMDA%2CkBAOI%2CaAAa%2CaDwFb%2CgBAAkB%3BEL7FlB%2CqBAAA%3B%3BAKoDJ%2CsBA6CI%3BACnGJ%2CiBAOI%2CaAAa%2CaD4Fb%3BExKkTJ%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEA2BA%2CuBAAA%3BEACQ%2CeAAA%3B%3BAwK1UA%2CsBANJ%2CiBAMK%3BACzGT%2CiBAOI%2CaAAa%2CaD4Fb%2CiBAMK%3BEACG%2CuBAAA%3B%3BAApDZ%2CsBA6DI%3BACnHJ%2CiBAOI%2CaAAa%2CaD4Gb%3BEACI%2CkBAAA%3B%3BAA9DR%2CsBAiEI%3BAAjEJ%2CsBAkEI%2CaAAY%3BACxHhB%2CiBAOI%2CaAAa%2CaDgHb%3BACvHJ%2CiBAOI%2CaAAa%2CaDiHb%2CaAAY%3BExKyKhB%2CWAAA%3BEmKpSI%2CsBAAA%3BEACA%2CqBAAA%3BEK8HI%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CsBAAA%3B%3BAL7HR%2CKAAM%2CuBKsHF%3BALtHJ%2CKAAM%2CuBKuHF%2CaAAY%3BALvHhB%2CKMDA%2CkBAOI%2CaAAa%2CaDgHb%3BALtHJ%2CKMDA%2CkBAOI%2CaAAa%2CaDiHb%2CaAAY%3BELtHZ%2CqBAAA%3B%3BAKoDJ%2CsBA2EI%3BACjIJ%2CiBAOI%2CaAAa%2CaD0Hb%3BExKgKJ%2C%2BiBAAA%3BEwK7JQ%2CqBAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3B%3BAAIR%2CsBAAuB%2CiBAAgB%2CMAAO%3BAC3I9C%2CiBAOI%2CaAAa%2CaDoIM%2CiBAAgB%2CMAAO%3BEAC1C%2CUAAA%3B%3BAAGJ%2CsBAAuB%3BAC%5C%2FIvB%2CiBAOI%2CaAAa%2CaDwIM%3BEAIf%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CoBAAA%3B%3BAANR%2CsBAAuB%2CyBASnB%3BACxJJ%2CiBAOI%2CaAAa%2CaDwIM%2CyBASnB%3BExKyIJ%2CyBAAA%3BEwKtIQ%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3B%3BAAIR%2CsBAAuB%2CyBAAwB%3BACjK%5C%2FC%2CiBAOI%2CaAAa%2CaD0JM%2CyBAAwB%3BEAEvC%2CoBAAA%3B%3BAAFR%2CsBAAuB%2CyBAAwB%2CMAK3C%3BACtKJ%2CiBAOI%2CaAAa%2CaD0JM%2CyBAAwB%2CMAK3C%3BEACI%2CmBAAA%3BEACA%2CYAAA%3B%3BAAIR%2CsBAAuB%2CyBAAwB%2CYAC3C%3BAC7KJ%2CiBAOI%2CaAAa%2CaDqKM%2CyBAAwB%2CYAC3C%3BEACI%2CeAAA%3B%3BAC9KR%3BEAEQ%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3B%3BAAJR%2CiBAOI%2CaAAa%3BEAGT%2CWAAA%3B%3BAAVR%2CiBAaI%2CaAAa%3BEACT%2CsBAAA%3B%3BAAdR%2CiBAiBI%2CaAAY%3BEACR%2CmBAAA%3B%3BAAlBR%2CiBAqBI%3BEACI%2CkBAAA%3B%3BAAtBR%2CiBAyBI%3BEACI%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3B%3BAA5BR%2CiBA%2BBI%3BEACI%2CkBAAA%3B%3BAAhCR%2CiBAmCI%3BAAnCJ%2CiBAAA%2CkBAOI%2CaAAa%3BEA6BT%2CoBAAA%3BEACA%2CaAAA%3BEACA%2CsBAAA%3BEACA%2C8BAAA%3B%3BAAIR%2CsBAEI%3BAADJ%2CiBACI%3BAA7CJ%2CiBAOI%2CaAAa%2CaAsCb%3BEACI%2CuBAAA%3B%3BAAHR%2CsBAMI%3BAALJ%2CiBAKI%3BAAjDJ%2CiBAOI%2CaAAa%2CaA0Cb%3BEACI%2CaAAA%3B%3BAAPR%2CsBAUI%2CaAAe%3BAATnB%2CiBASI%2CaAAe%3BAAVnB%2CsBAWI%2CYAAc%3BAAVlB%2CiBAUI%2CYAAc%3BAAtDlB%2CiBAOI%2CaAAa%2CaA8Cb%2CaAAe%3BAArDnB%2CiBAOI%2CaAAa%2CaA%2BCb%2CYAAc%3BEACV%2CcAAA%3B%3BAAIR%3BEzK0VA%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEyKzVI%2CmBAAA%3BEACA%2CeAAA%3BEACA%2C8BAAA%3BEACA%2CeAAA%3B%3BAAGJ%2CYAAe%3BAACf%3BEzKgVA%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEyK%5C%2FUI%2CmBAAA%3BEACA%2CeAAA%3B%3BAAGJ%3BEACI%2CkBAAA%3B%3BAAGJ%2CgBACI%3BEACI%2CmBAAA%3BEACA%2CkBAAA%3B%3BAAHR%2CgBAMI%2CYAAW%2CIAAI%2CaAAa%3BEACxB%2CSAAS%2CIAAT%3BEACA%2CkBAAA%3B%3BAAIR%2CiBACI%3BEACI%2CgBAAA%3B%3BAAFR%2CiBAKI%2CYAAW%2CIAAI%2CeACX%3BEACI%2CcAAA%3BEACA%2CmBAAA%3B%3BAARZ%2CiBAYI%3BEACI%2CcAAA%3BEACA%2CmBAAA%3B%3BAAdR%2CiBAiBI%3BEACI%2CWAAA%3BEACA%2CaAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAArBR%2CiBAwBI%3BEACI%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3B%3BAA7BR%2CiBAgCI%3BEACI%2CgBAAA%3B%3BAAIR%2CuBAEI%3BAADJ%2CiBACI%3BEACI%2CaAAA%3BEACA%2CuBAAA%3B%3BAAJR%2CuBAOI%3BAANJ%2CiBAMI%3BEACI%2CcAAA%3B%3BAARR%2CuBAWI%3BAAVJ%2CiBAUI%3BEN%5C%2FIA%2CsBAAA%3BEACA%2CqBAAA%3B%3BAAGJ%2CKAAM%2CwBM2IF%3BAN3IJ%2CKAAM%2CkBM2IF%3BEN1IA%2CqBAAA%3B%3BAM%2BHJ%2CuBAeI%2CcAAc%2CaAAY%3BAAd9B%2CiBAcI%2CcAAc%2CaAAY%3BEACtB%2CYAAA%3B%3BAAhBR%2CuBAmBI%2CcAAc%2CaAAY%3BAAlB9B%2CiBAkBI%2CcAAc%2CaAAY%3BEACtB%2CWAAA%3B%3BAAIR%2CaAAc%2CkBAAkB%2CgBAAe%2CIAAI%3BAACnD%2CQAAS%2CkBAAkB%2CgBAAe%2CIAAI%3BEAC1C%2CmBAAA%3B%3BAAGJ%2COAAO%2CiBACH%2CqBAAoB%2CWAAY%3BEAC5B%2CwBAAA%3B%3BAAFR%2COAAO%2CiBAKH%3BEACI%2CcAAA%3B%3BAANR%2COAAO%2CiBASH%3BAATJ%2COAAO%2CiBAUH%3BEACI%2CaAAA%3BEACA%2CsBAAA%3B%3BAAZR%2COAAO%2CiBAeH%3BEACI%2CYAAA%3BEACA%2C8BAAA%3B%3BAAjBR%2COAAO%2CiBAoBH%3BEACI%2CgBAAA%3B%3BAAIR%2CUAAU%2CeACN%3BEACI%2CYAAA%3BEACA%2CuBAAA%3B%3BAAHR%2CUAAU%2CeAMN%3BEACI%2CmBAAA%3B%3BAP%5C%2FKR%2CuBAAC%3BEACG%2CoBAAA%3B%3BAiBVJ%2CuBjBaA%3BEACI%2CkBAAA%3B%3BAiBdJ%2CuBjBiBA%3BElK0QA%2CyBAAA%3BEAAA%2CcAAA%3BEkKrQQ%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CYAAA%3BEACA%2C4BAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CuBAZJ%2CcAYK%3BElK8PL%2CqBAAA%3B%3BAkK1PI%2CuBAhBJ%2CcAgBK%3BAACD%2CuBAjBJ%2CcAiBK%3BAACD%2CuBAlBJ%2CcAkBK%3BElKwPL%2CWAAA%3B%3BAkKpPI%2CuBAtBJ%2CcAsBK%3BEACG%2CyBAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CuBA3BJ%2CcA2BK%2CMAAM%3BAACP%2CuBA5BJ%2CcA4BK%2CMAAM%3BAACP%2CuBA7BJ%2CcA6BK%2CMAAM%3BEACH%2CkBAAA%3B%3BAiB%5C%2FCR%2CuBAKI%3BEjB0EA%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3BEACA%2CcAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CgCAAA%3BEiBlFI%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3B%3BAjBiFR%2CuBiBxFI%2CYjBwFH%3BEACG%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CqBAAA%3B%3BAAGJ%2CuBiB9FI%2CYjB8FH%3BEACG%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CqBAAA%3B%3BAiBtGJ%2CuBAeI%3BEACI%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAIR%2CUAAU%3BEACN%2CmBAAA%3BEACA%2CaAAA%3BEACA%2C8BAAA%3B%3BAAGJ%2CaAAc%2CwBjB0Bd%3BAiBzBA%2CQAAS%2CwBjByBT%3BEACI%2CsBAAA%3B%3BAiB3BJ%2CaAAc%2CwBjB8Bd%3BAiB7BA%2CQAAS%2CwBjB6BT%3BEACI%2CmBAAA%3BEACA%2CeAAA%3B%3BAiBhCJ%2CaAAc%2CwBjBmCd%3BAiBlCA%2CQAAS%2CwBjBkCT%3BAiBnCA%2CaAAc%2CwBjBoCd%3BAiBnCA%2CQAAS%2CwBjBmCT%3BEACI%2CeAAA%3BEACA%2CWAAA%3B%3BAiBtCJ%2CaAAc%2CwBjByCd%2CYAAW%3BAiBxCX%2CQAAS%2CwBjBwCT%2CYAAW%3BEACP%2CmBAAA%3BEACA%2CiBAAA%3BEACA%2CQAAA%3BEACA%2CWAAA%3BEACA%2CqBAAA%3B%3BAkBzEJ%3BAACA%3BEAEQ%2CgBAAA%3BEACA%2C2CAAA%3BEACA%2CaAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CMAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3B%3BAAGJ%2CmBAAC%3BAAAD%2CkBAAC%3BEACG%2CcAAA%3B%3BAAhBR%2CmBAmBI%3BAAlBJ%2CkBAkBI%3BEACI%2CsBAAA%3BEACA%2CkBAAA%3B%3BAArBR%2CmBAwBI%3BAAvBJ%2CkBAuBI%3BEACI%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CQAAA%3BEACA%2CWAAW%2CgBAAX%3B%3BAA5BR%2CmBA%2BBI%2CcAAa%3BAA9BjB%2CkBA8BI%2CcAAa%3BEpL4PjB%2CsDAAA%3BEoLzPQ%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3B%3BAArCR%2CmBAwCI%2CGAAE%3BAAvCN%2CkBAuCI%2CGAAE%3BEACE%2CmBAAA%3B%3BAAIR%3BEACI%2CQAAA%3B%3BAAGJ%3BEACI%2COAAA%3B%3BATxDJ%3BAACA%3BEAGI%2CmBAAA%3B%3BAUJJ%3BEACI%2CaAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CqBAAqB%2CIAAI%2CkBAAqB%3BEAC1C%2CaAAA%3B%3BAAGJ%3BEACI%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2C0BAAA%3B%3BAAGJ%3BEACI%2CmBAAA%3B%3BAAGJ%2CoBAAoB%3BEAChB%2CgBAAA%3B%3BAAGJ%3BEACI%2CcAAA%3BEACA%2CkBAAA%3B%3BAAGJ%3BAACA%2CqBAAqB%3BAACrB%2CqBAAqB%3BAACrB%2CqBAAqB%3BAACrB%2CqBAAqB%3BEACjB%2CWAAA%3BEACA%2CqBAAA%3B%3BAhBrBJ%2CoBAAoB%2CIAAI%3BEAEhB%2CmBAAA%3BEACA%2CaAAA%3BEACA%2CuBAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CoBATgB%2CIAAI%2CaASnB%3BEAGG%2CSAAS%2CEAAT%3BEACA%2CcAAA%3B%3BAAGJ%2CoBAhBgB%2CIAAI%2CaAgBhB%3BAACJ%2COAAQ%2CqBAjBQ%2CIAAI%2CaAiBR%3BEACR%2CaAAA%3B%3BAAKJ%2CoBADgB%2CWACZ%3BAACJ%2COAAQ%2CqBAFQ%2CWAEJ%3BEACR%2CaAAA%3B%3BAAIR%2CKAAM%2CwBAAuB%2CIAAI%3BEAEzB%2CmBAAA%3B%3BAAFR%2CKAAM%2CwBAAuB%2CIAAI%2CoBAK7B%3BEACI%2CSAAA%3BEACA%2CkBAAA%3B%3BAAPR%2CKAAM%2CwBAAuB%2CIAAI%2CoBAU7B%3BEACI%2CcAAA%3BEACA%2CWAAA%3B%3BAAZR%2CKAAM%2CwBAAuB%2CIAAI%2CoBAe7B%2CYAAc%3BEACV%2CcAAA%3B%3BAAhBR%2CKAAM%2CwBAAuB%2CIAAI%2CoBAmB7B%3BEACI%2CaAAA%3BEACA%2CmBAAA%3B%3BAAIR%2CuBAAuB%3BEAEf%2CmBAAA%3B%3BAAFR%2CuBAAuB%2CkBAKnB%3BEACI%2CsBAAA%3BEACA%2CcAAA%3B%3BAAPR%2CuBAAuB%2CkBAUnB%2CqBAAqB%3BEAEb%2CuBAAA%3BEACA%2CaAAA%3BEACA%2CsBAAA%3BEACA%2CYAAA%3BEACA%2CyBAAA%3BEACA%2CgBAAA%3B%3BAAjBZ%2CuBAAuB%2CkBAUnB%2CqBAAqB%2CWAUf%3BEACE%2CgBAAA%3B%3BAArBZ%2CuBAAuB%2CkBAyBnB%3BEACI%2C6BAAA%3BEACA%2CUAAA%3B%3BAA3BR%2CuBAAuB%2CkBA8BnB%3BAA9BJ%2CuBAAuB%2CkBA%2BBnB%3BEACI%2CSAAA%3B%3BAAhCR%2CuBAAuB%2CkBAmCnB%3BAAnCJ%2CuBAAuB%2CkBAoCnB%3BEACI%2CiBAAA%3B%3BAArCR%2CuBAAuB%2CkBAwCnB%2CYAAY%3BAAxChB%2CuBAAuB%2CkBAyCnB%2CUAAU%3BEACN%2CcAAA%3B%3BAA1CR%2CuBAAuB%2CkBA6CnB%2CcAAc%3BEACV%2CeAAA%3B%3BAA9CR%2CuBAAuB%2CkBAiDnB%3BEACI%2CWAAA%3B%3BAAlDR%2CuBAAuB%2CkBAqDnB%2CqBAAqB%2CWAAW%3BEAC5B%2CeAAA%3B%3BAAtDR%2CuBAAuB%2CkBAyDnB%3BEACI%2CaAAA%3BEACA%2CcAAA%3BEACA%2CsBAAA%3B%3BAA5DR%2CuBAAuB%2CkBA%2BDnB%3BEACI%2CgBAAA%3B%3BAAKJ%2CuBADmB%2CkBAAmB%2CqBACrC%3BEACG%2CmBAAA%3B%3BAAGJ%2CuBALmB%2CkBAAmB%2CqBAKrC%2CWAAY%3BEACT%2CwBAAA%3B%3BAANR%2CuBAAuB%2CkBAAmB%2CqBAStC%3BEACI%2CuBAAA%3B%3BAAVR%2CuBAAuB%2CkBAAmB%2CqBAatC%3BEACI%2CsBAAA%3BEACA%2CSAAA%3BEACA%2CcAAA%3B%3BAAhBR%2CuBAAuB%2CkBAAmB%2CqBAmBtC%3BEACI%2CYAAA%3BEACA%2CmBAAA%3B%3BAAIR%2CoBAAoB%2CaAAc%3BEAE1B%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3B%3BAAJR%2CoBAAoB%2CaAAc%2CYAO5B%2CKAAE%3BEAEI%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CoBAAA%3BEACA%2CWAAA%3BEACA%2CuBAAA%3BEACA%2CSAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3BEACA%2CUAAA%3B%3BAAGJ%2CoBArBY%2CaAAc%2CYAO5B%2CKAAE%2CqBAcC%3BAACD%2CoBAtBY%2CaAAc%2CYAO5B%2CKAAE%2CqBAeC%3BEACG%2CmBAAA%3B%3BAAGJ%2CoBA1BY%2CaAAc%2CYAO5B%2CKAAE%2CqBAmBC%2CMAAO%3BAACR%2CoBA3BY%2CaAAc%2CYAO5B%2CKAAE%2CqBAoBC%2CaAAc%3BEACX%2CmBAAA%3BEACA%2CYAAA%3B%3BAA7BZ%2CoBAAoB%2CaAAc%2CYAiC5B%2CKAAE%2CqBAAsB%3BEAElB%2CyBAAA%3BEACA%2CmBAAA%3BEACA%2CsBAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3BEACA%2CUAAA%3B%3BAAGJ%2CoBA3CY%2CaAAc%2CYAiC5B%2CKAAE%2CqBAAsB%2COAUrB%3BEACG%2CaAAA%3B%3BAAKZ%2CoBAAoB%2CaAAc%3BEAE1B%2CqBAjNmB%2C8VAiNnB%3BEACA%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3B%3BAAGJ%2CoBATgB%2CaAAc%2CaAS7B%3BAACD%2CoBAVgB%2CaAAc%2CaAU7B%3BEACG%2CaAAA%3B%3BAAGJ%2CoBAdgB%2CaAAc%2CaAc7B%3BEACG%2CWAAW%2CeAAe%2CiBAA1B%3B%3BAiBzNR%3BEACI%2CuBAAA%3BEACA%2CmBAAA%3BEACA%2C0BAAA%3BEACA%2CaAAA%3BEACA%2C8BAAA%3BEACA%2CgBAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2C4BAA6B%3BEAErB%2CaAAA%3BEACA%2CsBAAA%3BEACA%2CcAAA%3BEACA%2CcAAA%3B%3BAAGJ%2C4BARyB%2CmBAQxB%3BEAEO%2CiBAAA%3B%3BAAFR%2C4BARyB%2CmBAQxB%2CUAKK%2CqBAAkB%3BEAChB%2CSAAS%2CEAAT%3BEACA%2CUAAA%3B%3BAAIR%2C4BAnByB%2CmBAmBxB%3BEAEO%2CqBAAA%3BEACA%2CkBAAA%3B%3BAAHR%2C4BAnByB%2CmBAmBxB%2CMAMK%3BEACE%2CiBAAA%3B%3BAAPR%2C4BAnByB%2CmBAmBxB%2CMAUK%2CqBAAkB%3BEAChB%2CSAAS%2CEAAT%3BEACA%2CWAAA%3BEACA%2CWAAW%2CiBAAiB%2CcAA5B%3B%3BAAhCZ%2C4BAA6B%2CmBAoCvB%3BEnB1DF%2CsBAAA%3BEACA%2CqBAAA%3BEmB6DQ%2CWAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CuBAAA%3B%3BAnBhEZ%2CKAAM%2C6BmBkBuB%2CmBAoCvB%3BEnBrDF%2CqBAAA%3B%3BAmBkEI%2C4BAjDqB%2CmBAoCvB%2CqBAaG%3BAACD%2C4BAlDqB%2CmBAoCvB%2CqBAcG%3BEACG%2CiEAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CWAAW%2CgBAAX%3BEACA%2CWAAA%3B%3BAAzDZ%2C4BAA6B%2CmBA6DvB%3BAA7DN%2C4BAA6B%2CmBXnB7B%3BAWmBA%2C4BAA6B%2CmBXlB7B%3BEWgFQ%2CeAAA%3B%3BAA9DR%2C4BAA6B%2CmBAiEzB%3BEACI%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3B%3BACxFR%2CwBAGI%3BAAFJ%2CqBAAqB%2C2BAEjB%3BAADJ%2CYAAY%2C2BACR%3BAf4IJ%2CsBAAuB%2CyBe9IF%2C2BAEjB%3BAdHJ%2CiBAOI%2CaAAa%2CaDwIM%2CyBe9IF%2C2BAEjB%3BEvLkZJ%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEA2BA%2CuBAAA%3BEACQ%2CeAAA%3BEuL5aA%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3B%3BAATR%2CwBAYI%3BAAXJ%2CqBAAqB%2C2BAWjB%3BAAVJ%2CYAAY%2C2BAUR%3BAfmIJ%2CsBAAuB%2CyBe9IF%2C2BAWjB%3BAdZJ%2CiBAOI%2CaAAa%2CaDwIM%2CyBe9IF%2C2BAWjB%3BEACI%2C2BAAA%3BEACA%2C4BAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3BEACA%2CqBAAA%3BEACA%2CWAAA%3B%3BAApBR%2CwBAuBI%2CaAAY%3BAAtBhB%2CqBAAqB%2C2BAsBjB%2CaAAY%3BAArBhB%2CYAAY%2C2BAqBR%2CaAAY%3BAfwHhB%2CsBAAuB%2CyBe9IF%2C2BAsBjB%2CaAAY%3BAdvBhB%2CiBAOI%2CaAAa%2CaDwIM%2CyBe9IF%2C2BAsBjB%2CaAAY%3BEACR%2CQAAQ%2CeAAR%3B%3BAAxBR%2CwBA2BI%2CaAAY%3BAA1BhB%2CqBAAqB%2C2BA0BjB%2CaAAY%3BAAzBhB%2CYAAY%2C2BAyBR%2CaAAY%3BAfoHhB%2CsBAAuB%2CyBe9IF%2C2BA0BjB%2CaAAY%3BAd3BhB%2CiBAOI%2CaAAa%2CaDwIM%2CyBe9IF%2C2BA0BjB%2CaAAY%3BEvLsQhB%2C8DAAA%3B%3BAuLjSA%2CwBA%2BBI%2CaAAY%3BAA9BhB%2CqBAAqB%2C2BA8BjB%2CaAAY%3BAA7BhB%2CYAAY%2C2BA6BR%2CaAAY%3BAfgHhB%2CsBAAuB%2CyBe9IF%2C2BA8BjB%2CaAAY%3BAd%5C%2FBhB%2CiBAOI%2CaAAa%2CaDwIM%2CyBe9IF%2C2BA8BjB%2CaAAY%3BEvLkQhB%2C%2BDAAA%3B%3BAuLjSA%2CwBAmCI%2CaAAY%3BAAlChB%2CqBAAqB%2C2BAkCjB%2CaAAY%3BAAjChB%2CYAAY%2C2BAiCR%2CaAAY%3BAf4GhB%2CsBAAuB%2CyBe9IF%2C2BAkCjB%2CaAAY%3BAdnChB%2CiBAOI%2CaAAa%2CaDwIM%2CyBe9IF%2C2BAkCjB%2CaAAY%3BEvL8PhB%2CyDAAA%3B%3BAuLjSA%2CwBAuCI%2CaAAY%3BAAtChB%2CqBAAqB%2C2BAsCjB%2CaAAY%3BAArChB%2CYAAY%2C2BAqCR%2CaAAY%3BAfwGhB%2CsBAAuB%2CyBe9IF%2C2BAsCjB%2CaAAY%3BAdvChB%2CiBAOI%2CaAAa%2CaDwIM%2CyBe9IF%2C2BAsCjB%2CaAAY%3BEvL0PhB%2C2DAAA%3B%3BAuLjSA%2CwBA2CI%2CaAAY%3BAA1ChB%2CqBAAqB%2C2BA0CjB%2CaAAY%3BAAzChB%2CYAAY%2C2BAyCR%2CaAAY%3BAfoGhB%2CsBAAuB%2CyBe9IF%2C2BA0CjB%2CaAAY%3BAd3ChB%2CiBAOI%2CaAAa%2CaDwIM%2CyBe9IF%2C2BA0CjB%2CaAAY%3BEvLsPhB%2CgEAAA%3B%3BAuLjSA%2CwBA%2BCI%2CaAAY%3BAA9ChB%2CqBAAqB%2C2BA8CjB%2CaAAY%3BAA7ChB%2CYAAY%2C2BA6CR%2CaAAY%3BAfgGhB%2CsBAAuB%2CyBe9IF%2C2BA8CjB%2CaAAY%3BAd%5C%2FChB%2CiBAOI%2CaAAa%2CaDwIM%2CyBe9IF%2C2BA8CjB%2CaAAY%3BEvLkPhB%2C8DAAA%3B%3BAuLjSA%2CwBAmDI%2CaAAY%3BAAlDhB%2CqBAAqB%2C2BAkDjB%2CaAAY%3BAAjDhB%2CYAAY%2C2BAiDR%2CaAAY%3BAf4FhB%2CsBAAuB%2CyBe9IF%2C2BAkDjB%2CaAAY%3BAdnDhB%2CiBAOI%2CaAAa%2CaDwIM%2CyBe9IF%2C2BAkDjB%2CaAAY%3BEvL8OhB%2C%2BDAAA%3B%3BAuLjSA%2CwBAuDI%2CaAAY%3BAAtDhB%2CqBAAqB%2C2BAsDjB%2CaAAY%3BAArDhB%2CYAAY%2C2BAqDR%2CaAAY%3BAfwFhB%2CsBAAuB%2CyBe9IF%2C2BAsDjB%2CaAAY%3BAdvDhB%2CiBAOI%2CaAAa%2CaDwIM%2CyBe9IF%2C2BAsDjB%2CaAAY%3BEvL0OhB%2C6DAAA%3B%3BAuLjSA%2CwBA2DI%2CaAAY%3BAA1DhB%2CqBAAqB%2C2BA0DjB%2CaAAY%3BAAzDhB%2CYAAY%2C2BAyDR%2CaAAY%3BAfoFhB%2CsBAAuB%2CyBe9IF%2C2BA0DjB%2CaAAY%3BAd3DhB%2CiBAOI%2CaAAa%2CaDwIM%2CyBe9IF%2C2BA0DjB%2CaAAY%3BEvLsOhB%2C6DAAA%3B%3BAuLjSA%2CwBA%2BDI%2CaAAY%3BAA9DhB%2CqBAAqB%2C2BA8DjB%2CaAAY%3BAA7DhB%2CYAAY%2C2BA6DR%2CaAAY%3BAfgFhB%2CsBAAuB%2CyBe9IF%2C2BA8DjB%2CaAAY%3BAd%5C%2FDhB%2CiBAOI%2CaAAa%2CaDwIM%2CyBe9IF%2C2BA8DjB%2CaAAY%3BEvLkOhB%2C%2BDAAA%3B%3BAuLjSA%2CwBAmEI%2CaAAY%3BAAlEhB%2CqBAAqB%2C2BAkEjB%2CaAAY%3BAAjEhB%2CYAAY%2C2BAiER%2CaAAY%3BAf4EhB%2CsBAAuB%2CyBe9IF%2C2BAkEjB%2CaAAY%3BAdnEhB%2CiBAOI%2CaAAa%2CaDwIM%2CyBe9IF%2C2BAkEjB%2CaAAY%3BEvL8NhB%2CyDAAA%3B%3BAuLjSA%2CwBAuEI%2CaAAY%3BAAtEhB%2CqBAAqB%2C2BAsEjB%2CaAAY%3BAArEhB%2CYAAY%2C2BAqER%2CaAAY%3BAfwEhB%2CsBAAuB%2CyBe9IF%2C2BAsEjB%2CaAAY%3BAdvEhB%2CiBAOI%2CaAAa%2CaDwIM%2CyBe9IF%2C2BAsEjB%2CaAAY%3BEvL0NhB%2C6DAAA%3B%3BAuLjSA%2CwBA2EI%2CaAAY%3BAA1EhB%2CqBAAqB%2C2BA0EjB%2CaAAY%3BAAzEhB%2CYAAY%2C2BAyER%2CaAAY%3BAfoEhB%2CsBAAuB%2CyBe9IF%2C2BA0EjB%2CaAAY%3BAd3EhB%2CiBAOI%2CaAAa%2CaDwIM%2CyBe9IF%2C2BA0EjB%2CaAAY%3BEvLsNhB%2C8DAAA%3B%3BAuLjSA%2CwBA%2BEI%2CaAAY%3BAA9EhB%2CqBAAqB%2C2BA8EjB%2CaAAY%3BAA7EhB%2CYAAY%2C2BA6ER%2CaAAY%3BAfgEhB%2CsBAAuB%2CyBe9IF%2C2BA8EjB%2CaAAY%3BAd%5C%2FEhB%2CiBAOI%2CaAAa%2CaDwIM%2CyBe9IF%2C2BA8EjB%2CaAAY%3BEvLkNhB%2CgEAAA%3B%3BAuLjSA%2CwBAmFI%2CaAAY%3BAAlFhB%2CqBAAqB%2C2BAkFjB%2CaAAY%3BAAjFhB%2CYAAY%2C2BAiFR%2CaAAY%3BAf4DhB%2CsBAAuB%2CyBe9IF%2C2BAkFjB%2CaAAY%3BAdnFhB%2CiBAOI%2CaAAa%2CaDwIM%2CyBe9IF%2C2BAkFjB%2CaAAY%3BEvL8MhB%2C6DAAA%3B%3BAuLjSA%2CwBAuFI%2CaAAY%3BAAtFhB%2CqBAAqB%2C2BAsFjB%2CaAAY%3BAArFhB%2CYAAY%2C2BAqFR%2CaAAY%3BAfwDhB%2CsBAAuB%2CyBe9IF%2C2BAsFjB%2CaAAY%3BAdvFhB%2CiBAOI%2CaAAa%2CaDwIM%2CyBe9IF%2C2BAsFjB%2CaAAY%3BEACR%2C%2BDAAA%3B%3BAAIR%3BEAEQ%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CoBAAA%3B%3BAAJR%2CYAOI%3BEvL8KN%2CgCAAA%3BEACK%2C6BAAA%3BEACC%2C4BAAA%3BEAcJ%2CwBAAA%3BEuL3LQ%2CoBAAA%3BEACA%2CYAAA%3BEACA%2CoBAAA%3BEACA%2CWAAA%3B%3BAAbR%2CYAgBI%3BEACI%2CWAAA%3B%3BAAjBR%2CYAoBI%3BEvLiLJ%2CqDAAA%3B%3BAuL7KI%2CYAAC%2CMAAO%3BEvL6KZ%2C2DAAA%3B%3BAuLzKI%2CYAAC%2COAAQ%3BEvLyKb%2C4DAAA%3B%3BAuLpKA%3BEACI%2CcAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3B%3BAbhIJ%2CqBAAsB%3BAF%2BItB%2CsBAAuB%2CyBE%5C%2FID%3BADAtB%2CiBAOI%2CaAAa%2CaDwIM%2CyBE%5C%2FID%3BEAEd%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3B%3BAAGJ%2CqBAPkB%2CmBAOjB%2CQAAS%3BAFwId%2CsBAAuB%2CyBE%5C%2FID%2CmBAOjB%2CQAAS%3BADPd%2CiBAOI%2CaAAa%2CaDwIM%2CyBE%5C%2FID%2CmBAOjB%2CQAAS%3BEACN%2CkBAAA%3B%3BAARR%2CqBAAsB%2CmBAWlB%3BAFoIJ%2CsBAAuB%2CyBE%5C%2FID%2CmBAWlB%3BADXJ%2CiBAOI%2CaAAa%2CaDwIM%2CyBE%5C%2FID%2CmBAWlB%3BEACI%2CWAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CqBAhBkB%2CmBAgBhB%3BAF%2BHN%2CsBAAuB%2CyBE%5C%2FID%2CmBAgBhB%3BADhBN%2CiBAOI%2CaAAa%2CaDwIM%2CyBE%5C%2FID%2CmBAgBhB%3BEAGE%2CiBAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CqBAvBkB%2CmBAuBjB%2CQAAW%2CmBAAmB%3BAFwHnC%2CsBAAuB%2CyBE%5C%2FID%2CmBAuBjB%2CQAAW%2CmBAAmB%3BADvBnC%2CiBAOI%2CaAAa%2CaDwIM%2CyBE%5C%2FID%2CmBAuBjB%2CQAAW%2CmBAAmB%3BEAC3B%2CgBAAA%3B%3BAAGJ%2CqBA3BkB%2CmBA2BjB%2CQAAS%3BAFoHd%2CsBAAuB%2CyBE%5C%2FID%2CmBA2BjB%2CQAAS%3BAD3Bd%2CiBAOI%2CaAAa%2CaDwIM%2CyBE%5C%2FID%2CmBA2BjB%2CQAAS%3BEACN%2CgBAAA%3B%3BAAGJ%2CqBA%5C%2FBkB%2CmBA%2BBjB%2CQAAS%3BAFgHd%2CsBAAuB%2CyBE%5C%2FID%2CmBA%2BBjB%2CQAAS%3BAD%5C%2FBd%2CiBAOI%2CaAAa%2CaDwIM%2CyBE%5C%2FID%2CmBA%2BBjB%2CQAAS%3BEACN%2CeAAA%3B%3BAcpCR%2CuBACI%3BEACI%2CgBAAA%3B%3BAAFR%2CuBAKI%3BEACI%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3B%3BAAIR%2CyBAA0B%3BEACtB%2CaAAA%3B%3BACdJ%2CeACI%3BEzLqSJ%2CkBAAA%3B%3BAyLtSA%2CeACI%2CaAGI%3BEzLkSR%2CkBAAA%3BEAAA%2CgBAAA%3BEAAA%2CsBAAA%3B%3BAyLtSA%2CeACI%2CaASI%3BEzL4RR%2CiBAAA%3BEAAA%2CYAAA%3B%3BAyLtSA%2CeACI%2CaAcI%3BEzLuRR%2CcAAA%3B%3BA0L1QJ%3BACEI%2CSAeI%2CcAAc%3BAAflB%2CSA8CI%2COAAO%3BAA9CX%2CSA%2BCI%2CcAAc%3BED%5C%2FCd%2CqBAAA%3BEACA%2CsBAAA%3B%3BAAGJ%2CKAAM%3BAAAN%2CKCJA%2CUAeI%2CcAAc%3BADXlB%2CKCJA%2CUA8CI%2COAAO%3BAD1CX%2CKCJA%2CUA%2BCI%2CcAAc%3BED1Cd%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%3BAF9DR%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%2CcAAc%3BEAGV%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3B%3BAAvBR%2CSA0BI%3BEACI%2CaAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3B%3BAA9BR%2CSAiCI%3BEACI%2CmBAAA%3B%3BAAlCR%2CSAqCI%3BEACI%2CkBAAA%3BEACA%2CeAAA%3B%3BAAvCR%2CSA0CI%2CeAAe%3BEACX%2CYAAA%3B%3BAA3CR%2CSA8CI%2COAAO%3BAA9CX%2CSA%2BCI%2CcAAc%3BEAGV%2CeAAA%3BEACA%2CgBAAA%3B%3BAAnDR%2CSAsDI%3BEACI%2CaAAA%3BEACA%2CeAAA%3BEACA%2CuBAAA%3B%3BAAzDR%2CSA4DI%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%3BEGxKA%2CaAAA%3BEAQA%2CuBAAA%3BEAIA%2CmBAAA%3BEHgKQ%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%3BAIvVR%3BEAGI%2CgBAAA%3BEACA%2CgCAAA%3BEACA%2CUAAA%3B%3BA%5C%2FLgDJ%2CwBAAC%3BAACD%2CwBAAC%3BEACG%2CSAAS%2CEAAT%3BEACA%2CcAAA%3B%3BAAGJ%2CwBAAC%3BEACG%2CWAAA%3B%3BA%2BL5DJ%2CwBAOI%3BEACI%2CoBAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3B%3BAAVR%2CwBAOI%2CGAKI%3BEACI%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CqBAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2C0BAAA%3B%3BAAEA%2CwBAdR%2CGAKI%2CEASK%3BAAAS%2CwBAdlB%2CGAKI%2CEASe%3BAAAQ%2CwBAd3B%2CGAKI%2CEASwB%3BEAChB%2CcAAA%3BEACA%2CmBAAA%3B%3BAAGJ%2CwBAnBR%2CGAKI%2CEAcK%3BEACG%2CgCAAA%3B%3BAAMhB%3BEACI%2CsBAAA%3B%3BAADJ%2CyBAGI%3BEACI%2CmBAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3B%3BAAGJ%2CyBAAC%3BEACG%2CqBAAA%3BEACA%2CgCAAA%3B%3BAC7CR%2CkBACI%3BEACI%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3B%3BAAJR%2CkBACI%2CGAKI%3BEAGI%2CcAAA%3B%3BAhM4CZ%2CkBgMpDI%2CGAKI%2CGhM%2BCP%3BAACD%2CkBgMrDI%2CGAKI%2CGhMgDP%3BEACG%2CSAAS%2CEAAT%3BEACA%2CcAAA%3B%3BAAGJ%2CkBgM1DI%2CGAKI%2CGhMqDP%3BEACG%2CWAAA%3B%3BAgMjDQ%2CkBAVR%2CGAKI%2CGAKK%3BEACG%2CgBAAA%3B%3BAAZhB%2CkBACI%2CGAKI%2CGASI%3BEACI%2CiBAAA%3BEACA%2CgBAAA%3B%3BAAjBhB%2CkBACI%2CGAKI%2CGASI%2CyBAIM%3BEACE%2CcAAA%3B%3BAApBpB%2CkBACI%2CGAKI%2CGASI%2CyBAQM%3BEACE%2CcAAA%3B%3BAAKI%2CkBA5BpB%2CGAKI%2CGASI%2CyBAYK%2CQACG%2CEACK%3BEACG%2CSAAkB%2CEAAlB%3BEACA%2CsBAAsB%2C2TAAtB%3BEACA%2CqBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3B%3BAAIA%2CkBAtCxB%2CGAKI%2CGASI%2CyBAYK%2CQACG%2CEAUK%2CWACI%3BEACG%2CaAAA%3B%3BAAxChC%2CkBACI%2CGAKI%2CGAyCI%3BEACI%2CcAAA%3BEACA%2CoBAAA%3B%3BAAjDhB%2CkBACI%2CGAKI%2CGA8CI%3BEACI%2CkBAAA%3BEACA%2CWAAA%3B%3BAAtDhB%2CkBACI%2CGAKI%2CGA8CI%2CyBAIM%3BEACE%2CeAAA%3BEACA%2CgBAAA%3B%3BAC1DpB%3BEACI%2CmBAAA%3B%3BACDJ%3BEACI%2CaAAA%3BEACA%2CeAAA%3B%3BAAFJ%2CiCAII%3BEACI%2CkBAAA%3B%3BAALR%2CiCAQI%3BEACI%2CkBAAA%3B%3BAATR%2CiCAQI%2CGAGI%3BEACI%2CcAAA%3B%3BACbhB%3BEACI%2CeAAA%3BEACA%2CaAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3B%3BAAPJ%2CuBASI%3BEACI%2CYAAA%3BEACA%2CwBAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAdR%2CuBAiBI%3BEACI%2CmBAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CqBAAA%3BEACA%2CeAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3B%3BAA3BR%2CuBAiBI%2CqBAYI%2CKAAI%3BEACA%2CaAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3B%3BAAhCZ%2CuBAiBI%2CqBAYI%2CKAAI%2CKAKA%3BEACI%2CkBAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3B%3BAAEA%2CuBAtBZ%2CqBAYI%2CKAAI%2CKAKA%2CEAKK%3BEACG%2CcAAA%3BEACA%2CSAAS%2COAAT%3BEACA%2CaAAa%2CYAAb%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3B%3BAAIA%2CuBArChB%2CqBAYI%2CKAAI%2CKAKA%2CEAmBK%2CWACI%3BEACG%2CaAAA%3B%3BAAvDxB%2CuBAiBI%2CqBA4CI%2CKAAI%3BEACA%2CcAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3B%3BAAEA%2CuBAlDR%2CqBA4CI%2CKAAI%2CMAMC%3BEACG%2CSAAS%2CGAAT%3B%3BAAGJ%2CuBAtDR%2CqBA4CI%2CKAAI%2CMAUC%3BEACG%2CSAAS%2CGAAT%3B%3BAAIR%2CuBA3DJ%2CqBA2DK%3BEACG%2CqBAAA%3BEACA%2CqBAAA%3B%3BAAKZ%3BEACI%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CyBAA0B%3BEACxB%2CsBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CyBAAyB%2CqCAAzB%3BEACA%2CyDAAA%3B%3BAAGF%2CyBAA0B%2CcAAa%3BEACrC%2CuBAAA%3B%3BAAGF%2CyBAA0B%2CcAAa%3BEACrC%2CsBAAA%3B%3BAAGF%2CyBAA0B%2CcAAa%3BEACrC%2CuBAAA%3B%3BAAGF%3BEACE%3BIACE%2CWAAW%2CYAAX%3B%3BEAEF%3BIACE%2CWAAW%2CcAAX%3B%3B%3BAAGJ%3BEACI%2CcAAA%3BEACA%2CkBAAA%3B%3BAAEJ%3BEACI%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3B%3BAAGJ%2CIAAI%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2C0BAAA%3BEACA%2CWAAA%3BEACA%2CaAAA%3B%3BAAGJ%2CKAAK%3BEACD%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3B%3BAAGJ%2CyBAA0B%3BEACtB%2CeAAA%3B%3BAC%5C%2FFJ%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%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3BEACA%2CsBAAA%3BEACA%2CqBAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3B%3BAAGJ%2CwBArBqB%2CiBAqBpB%3BEACG%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CqBAAA%3B%3BAAGJ%2CwBA3BqB%2CiBA2BpB%3BEACG%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CoBAAA%3B%3BAAGJ%2CwBAnCqB%2CiBAmCpB%3BEACG%2CaAAA%3B%3BAAGJ%2CwBAvCqB%2CiBAuCpB%3BEACG%2CqBAAA%3BEACA%2CmBAAA%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%2CkBAAA%3BEACA%2CcAAA%3B%3BAAGJ%2CsBAAC%3BEACG%2CkBAAA%3BEACA%2CyBAAA%3BEACA%2CUAAA%3BEACA%2CaAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2ComBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CoBAAA%3B%3BAAhBR%2CsBAmBI%3BEACI%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CQAAA%3BEACA%2CcAAA%3BEACA%2CaAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3BEACA%2C0BAAA%3BEACA%2C4hBAAA%3BEACA%2CeAAA%3B%3BAA9BR%2CsBAiCI%2CgBAAe%2CIAAI%3BEACf%2CaAAA%3B%3BAAIR%2CsBAAuB%3BEAIf%2CcAAA%3BEACA%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%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%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CsBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CYAAA%3BEACA%2C6BAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3BEACA%2CqFAAA%3B%3BAAGJ%2C0BAAC%2CIAAI%3BEACD%2CaAAA%3B%3BAAlBR%2C0BAqBM%3BEAEM%2CcAAA%3BEACA%2CWAAA%3BEACA%2CsBAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3B%3BAAGJ%2C0BAVF%2CiBAUG%3BEACG%2CyBAAA%3BEACA%2CqBAAA%3B%3BAAKZ%3BEAEQ%2CUAAW%2CuBADQ%2CgBACP%2CIAAI%3BEAChB%2CsBAFmB%2CgBAElB%2CIAAI%3BIACD%2CuBAAA%3B%3B%3BACjMZ%2CsBAAuB%3BEAEf%2CsBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3B%3BAALR%2CsBAAuB%2CiBAQnB%3BEACI%2CaAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CUAAA%3B%3BAAZR%2CsBAAuB%2CiBAenB%3BEACI%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3B%3BAAIR%2CgBAAiB%3BEAET%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CgBAPa%2CqBAOZ%3BEACG%2CgCAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CgBAZa%2CqBAYZ%2CSAAU%3BEACP%2CiBAAA%3B%3BAAbR%2CgBAAiB%2CqBAgBb%3BEACI%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CsBAAA%3BEACA%2C2BAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3BEACA%2C6BAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CkFAAA%3BEACA%2CWAAA%3B%3BAA3BR%2CgBAAiB%2CqBA8Bb%2CgBAAe%3BAA9BnB%2CgBAAiB%2CqBA%2BBb%2CgBAAe%3BEACX%2CqBAAA%3BEACA%2CqBAAA%3B%3BAAjCR%2CgBAAiB%2CqBAoCb%2CgBAAe%3BEACX%2CqBAAA%3BEACA%2CoCAAA%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%2CYAAA%3BEACA%2CoBAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3B%3BAHvDR%2CKAAM%2CiBGdW%2CqBA2Db%3BEH5CA%2CqBAAA%3B%3BAG0DJ%2CoBAAqB%3BEAEb%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CsBAAA%3BEACA%2CaAAA%3B%3BAALR%2CoBAAqB%2CsBAQf%3BEACE%2CeAAA%3BEACA%2CgBAAA%3B%3BAAIR%2CgBAAiB%3BEACb%2CcAAA%3BEACA%2CcAAA%3BEACA%2CoBAAA%3B%3BAAGJ%2CsBAAuB%3BEACnB%2CqBAAA%3BEACA%2CkBAAA%3B%3BAC9HJ%3BAACA%2CmBAAoB%3BEAChB%2CaAAA%3B%3BACjBR%3BAAAsB%3BAAAsB%3BEACxC%2CwBAAA%3BEACA%2CoBAAA%3BEACA%2C2BAAA%3B%3BAAIJ%3BEACI%2CcAAA%3B%3BACEA%3BEACI%2CwBAAA%3BEACA%2C6BAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2COAAA%3BEACA%2CsBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CaAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2C0CAAA%3BEACA%2CeAAA%3B%3BAAEA%2CqCAAC%3BEACG%2CyBAAA%3B%3BAAjBR%2CqCAoBI%3BEACI%2CkBAAA%3BEACA%2CaAAA%3BEACA%2CsBAAA%3BEACA%2CgBAAA%3B%3BAAxBR%2CqCA2BI%3BEACI%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CWAAA%3B%3BAAIJ%2CqCAAC%2CSACG%3BEACI%2CcAAA%3B%3BAArCZ%2CqCAyCI%3BEACI%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3B%3BAA%5C%2FCR%2CqCAkDI%3BEACI%2C6BAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3B%3BAArDR%2CqCAkDI%2CkCAKI%3BEACI%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3B%3BAA5DZ%2CqCAgEI%3BEACI%2CgCAAA%3BEACA%2CuBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CyBAAA%3BEACA%2CgBAAA%3B%3BAAzER%2CqCA4EI%3BEACI%2CaAAA%3B%3BAA7ER%2CqCAgFI%3BEACI%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3B%3BAAnFR%2CqCAgFI%2CGAKI%3BEAGI%2CSAAA%3BEACA%2CaAAA%3BEACA%2CeAAA%3B%3BA1MjDZ%2CqC0MuCI%2CGAKI%2CG1M5CP%3BAACD%2CqC0MsCI%2CGAKI%2CG1M3CP%3BEACG%2CSAAS%2CEAAT%3BEACA%2CcAAA%3B%3BAAGJ%2CqC0MiCI%2CGAKI%2CG1MtCP%3BEACG%2CWAAA%3B%3BA0MhDJ%2CqCAgFI%2CGAKI%2CGAOI%2CEAAC%3BEACG%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CqBAAA%3B%3BAAGJ%2CqCAnBR%2CGAKI%2CGAcK%3BEACG%2CmBAAA%3B%3BAADJ%2CqCAnBR%2CGAKI%2CGAcK%2CQAGG%2CEAAC%3BEACG%2C0BAAA%3B%3BAAQhB%2C8BAAC%2CQACG%3BEACI%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3B%3BAAJR%2C8BAAC%2CQAOG%2CGACI%3BEACI%2CWAAA%3BEACA%2C4BAAA%3BEACA%2CSAAA%3B%3BAAXZ%2C8BAAC%2CQAOG%2CGACI%2CGAKI%3BEACI%2CiBAAA%3BEACA%2CcAAA%3B%3BAAGJ%2C8BAlBX%2CQAOG%2CGACI%2CGAUK%3BEACG%2CgBAAA%3BEACA%2CeAAA%3B%3BAAFJ%2C8BAlBX%2CQAOG%2CGACI%2CGAUK%2CMAIG%3BEACI%2C0BAAA%3B%3BAAUpB%2C6BAAC%3BEACG%2CaAAA%3BEACA%2CgCAAA%3BEACA%2CmBAAA%3B%3BAAEA%2C6BALH%2CwBAKI%3BEACG%2CmBAAA%3B%3BAANR%2C6BAAC%2CwBASG%3BEACI%2CYAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAZR%2C6BAAC%2CwBASG%2C2BAKI%3BEACI%2CYAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3B%3BAAnBZ%2C6BAAC%2CwBAuBG%3BEACI%2CcAAA%3BEACA%2CqBAAA%3B%3BAAzBR%2C6BAAC%2CwBAuBG%2COAII%3BEACI%2CcAAA%3B%3BAA5BZ%2C6BAAC%2CwBAuBG%2COAQI%3BEACI%2CcAAA%3B%3BAAhCZ%2C6BAAC%2CwBAoCG%3BEACI%2CYAAA%3BEACA%2CgBAAA%3B%3BAAtCR%2C6BAAC%2CwBAyCG%3BEACI%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CqBAAA%3B%3BAA%5C%2FCR%2C6BAAC%2CwBAkDG%3BEACI%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3B%3BAAvDR%2C6BAAC%2CwBAkDG%2COAOI%3BEACI%2CkBAAA%3B%3BAA1DZ%2C6BAAC%2CwBA8DG%3BEACI%2CSAAA%3B%3BAA%5C%2FDR%2C6BAAC%2CwBA8DG%2CyBAGI%3BEACI%2CaAAA%3B%3BAAlEZ%2C6BAAC%2CwBAsEG%3BEACI%2CiBAAA%3BEACA%2CiBAAA%3B%3BAAEA%2C6BA1EP%2CwBAsEG%2CiBAIK%3BEACG%2CcAAA%3BEACA%2CmBAAA%3B%3BAAGJ%2C6BA%5C%2FEP%2CwBAsEG%2CiBASK%3BEACG%2CcAAA%3BEACA%2CmBAAA%3B%3BAAjFZ%2C6BAAC%2CwBAqFG%3BEACI%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CqBAAA%3B%3BAAxFR%2C6BAAC%2CwBA2FG%3BEACI%2CcAAA%3B%3BAA5FR%2C6BAAC%2CwBA%2BFG%3BEACI%2CcAAA%3B%3BAAGJ%2C6BAnGH%2CwBAmGI%3BEACG%2CmBAAA%3B%3BAADJ%2C6BAnGH%2CwBAmGI%2CQAGG%2COACI%3BEACI%2C0BAAA%3B%3BAAOhB%2C6BAAC%2CqBACG%3BEACI%2CWAAA%3B%3BAAFR%2C6BAAC%2CqBAKG%3BEACI%2CYAAA%3BEACA%2CcAAA%3B%3BAAxHZ%2C6BA4HI%2CEAAC%3BEACG%2CsBAAA%3B%3BAA7HR%2C6BA4HI%2CEAAC%2CMAGG%3BEACI%2CcAAA%3BEACA%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAOZ%3BEACI%2CgBAAA%3BEACA%2CcAAA%3B%3BAAGJ%3BEAEI%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3B%3BAALJ%2CgCAOI%3BEACI%2CsBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CyBAA6B%2CqCAA7B%3BEACA%2CyDAAA%3B%3BAAEA%2CgCAZJ%2CcAYK%3BEACG%2CuBAAA%3B%3BAAGJ%2CgCAhBJ%2CcAgBK%3BEACG%2CsBAAA%3B%3BAAGJ%2CgCApBJ%2CcAoBK%3BEACG%2CuBAAA%3B%3BAAKZ%3BEACI%3BIACI%2CWAAW%2CYAAX%3B%3BEAEJ%3BIACI%2CWAAW%2CcAAX%3B%3B%3BAAqDR%2CQA7C0B%3BEACtB%3BIACI%2CWAAA%3BIACA%2CgBAAA%3B%3BEAEA%2CqCAAC%3BIACG%2CyBAAA%3B%3BEAEA%2CqCAHH%2CQAGI%3BIACG%2CuBAAA%3BIACA%2CkBAAA%3B%3BEAFJ%2CqCAHH%2CQAGI%2CWAIG%3BIACI%2CWAAA%3BIACA%2CWAAA%3BIACA%2CcAAA%3BIACA%2CkBAAA%3BIACA%2CgBAAA%3BIACA%2CYAAA%3BIACA%2CoBAAA%3BIACA%2CsBAAA%3B%3BEAZR%2CqCAHH%2CQAGI%2CWAeG%2CIAAG%3BIACC%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CYAAA%3BIACA%2CYAAA%3BIACA%2C8BAAA%3BIACA%2CmBAAA%3BIACA%2CiBAAA%3B%3BEAtBR%2CqCAHH%2CQAGI%2CWAyBG%3BIACI%2CWAAA%3B%3B%3BAA2BxB%2CQAhB8B%3BEACtB%2CqCACI%3BIACI%2CcAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3BIACA%2CMAAA%3BIACA%2CiBAAA%3BIACA%2CcAAA%3BIACA%2CiBAAA%3BIACA%2CaAAA%3BIACA%2CiBAAA%3BIACA%2CeAAA%3B%3B%3BAChZZ%3BEACI%2CWAAA%3BEACA%2CMAAA%3BEACA%2C6BAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3BEACA%2CoBAAA%3B%3BACDJ%2CIAAI%3BAAAY%2CIAAI%2CUAAW%3BEAC3B%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CsBAAA%3B%3BAAGJ%3BEACI%2CeAAA%3BEACA%2COAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3B%3BAAEA%2CqBAAC%3BEACG%2CcAAA%3B%3BAAIR%3BEACI%2CeAAA%3BEACA%2COAAA%3BEACA%2CMAAA%3BEACA%2CoCAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3B%3BAAGJ%3BEACI%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CuCAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CaAAA%3BEACA%2CsBAAA%3B%3BAAGJ%3BEACI%2CYAAA%3BEACA%2CWAAA%3BEACA%2CsBAAsB%2C0aAAtB%3BEACA%2CeAAA%3BEACA%2CcAAA%3B%3BAAGJ%3BEACI%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3BEACA%2CmBAAA%3B%3BAALJ%2CkBAOI%3BEACI%2CWAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3B%3BAAEA%2CkBALJ%2CKAKK%3BEACG%2CcAAA%3BEACA%2CSAAkB%2CEAAlB%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3BEACA%2CsBAAsB%2CmhCAAtB%3B%3BAAlBZ%2CkBAsBI%3BEACI%2CYAAA%3BEACA%2CWAAA%3BEACA%2CsBAAsB%2C0aAAtB%3BEACA%2CeAAA%3BEACA%2CcAAA%3B%3BAAKI%2CkBAFP%2CSACG%2CKACK%3BEACG%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CsBAAsB%2CiYAAtB%3BEACA%2CkDAAA%3B%3BAAtChB%2CkBA2CI%2CMAAK%3BEACD%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAAEA%2CkBAVJ%2CMAAK%2CaAUA%3BEACG%2CcAAA%3B%3BAAGJ%2CkBAdJ%2CMAAK%2CaAcA%3BEACG%2CaAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3B%3BAAKZ%3BEACI%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CqBAAA%3B%3BAAEA%2CmBAAC%3BEACG%2CcAAA%3BEACA%2C0BAAA%3B%3BAAIR%3BEACI%2CaAAA%3BEACA%2CmBAAA%3B%3BAAFJ%2CqBAII%3BEACI%2CaAAA%3B%3BAALR%2CqBAQI%3BEACI%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2C6BAAA%3BEACA%2CkBAAA%3B%3BAAhBR%2CqBAQI%2CkBAUI%3BAAlBR%2CqBAQI%2CkBAUU%3BEACF%2CcAAA%3B%3BAAnBZ%2CqBAQI%2CkBAcI%3BEACI%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3B%3BAAzBZ%2CqBAQI%2CkBAoBI%3BEACI%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3B%3BAAGJ%2CqBA5BJ%2CkBA4BK%3BEACG%2CqBAAA%3B%3BAAGJ%2CqBAhCJ%2CkBAgCK%3BEACG%2CmBAAA%3BEACA%2CqBAAA%3BEACA%2CcAAA%3B%3BAAHJ%2CqBAhCJ%2CkBAgCK%2CQAKG%3BEACI%2CcAAA%3B%3BAAIR%2CqBA1CJ%2CkBA0CK%3BEACG%2CaAAA%3BEACA%2CYAAA%3BEACA%2CoCAAA%3B%3BAAKZ%3BEACI%2CaAAA%3BEACA%2C8BAAA%3BEACA%2CkBAAA%3BEACA%2CqBAAA%3B%3BAAEA%2CoBAAC%3BEACG%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CaAAA%3BEACA%2CcAAA%3B%3BAAIR%3BEACI%2CcAAA%3BEACA%2CgBAAA%3B%3BAAIA%2CgBAAC%3BEACG%2CaAAA%3B%3BAADJ%2CgBAAC%2CwBAGG%3BEACI%2CYAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAPR%2CgBAAC%2CwBAGG%2CoBAMI%3BEACI%2CyBAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3B%3BAAZZ%2CgBAAC%2CwBAgBG%2CmBACI%3BEACI%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3B%3BAApBZ%2CgBAAC%2CwBAgBG%2CmBAOI%3BEACI%2CcAAA%3BEACA%2CkBAAA%3B%3BAAzBZ%2CgBAAC%2CwBAgBG%2CmBAYI%3BEACI%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAlCZ%2CgBAAC%2CwBAgBG%2CmBAqBI%3BEACI%2CeAAA%3B%3BAAtCZ%2CgBAAC%2CwBA0CG%3BEACI%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3B%3BAA%5C%2FCR%2CgBAAC%2CwBA0CG%2CmBAOI%3BEACI%2CaAAA%3BEACA%2CmBAAA%3B%3BAAnDZ%2CgBAAC%2CwBA0CG%2CmBAYI%3BEACI%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3B%3BAA3DZ%2CgBAAC%2CwBA0CG%2CmBAoBI%3BEACI%2CgBAAA%3B%3BAAKZ%2CgBAAC%3BAAA2B%2CgBAAC%3BEACzB%2CaAAA%3BEACA%2CyBAAA%3B%3BAAFJ%2CgBAAC%2CyBAIG%2COACI%3BAALoB%2CgBAAC%2CiBAIzB%2COACI%3BEACI%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CcAAA%3B%3BAAMhB%3BEACI%2CaAAA%3BEACA%2CmBAAA%3BEACA%2C6BAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3B%3BAAEA%2CmBAAC%3BEACG%2CsBAAA%3B%3BAADJ%2CmBAAC%2CQAGG%3BEACI%2CaAAA%3B%3BAAXZ%2CmBAeI%3BEACI%2CUAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3B%3BAAnBR%2CmBAsBI%3BEACI%2CaAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CmBAAC%3BEACG%2CaAAA%3B%3BAAKJ%2CsBAAC%3BEACG%2CcAAA%3B%3BAAGJ%2CsBAAC%3BEACG%2CmBAAA%3B%3BAAGJ%2CsBAAC%3BEACG%2CkBAAA%3B%3BAAVR%2CsBAaI%3BEACI%2CgCAAA%3B%3BAAEA%2CsBAHJ%2CmBAGK%3BEACG%2CmBAAA%3BEACA%2CgBAAA%3B%3BAAlBZ%2CsBAaI%2CmBAQI%3BEACI%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CeAAA%3BEACA%2C2BAAA%3BEACA%2CqBAAA%3B%3BAA1BZ%2CsBAaI%2CmBAgBI%3BEACI%2CyBAAA%3BEACA%2CaAAA%3B%3BAAGJ%2CsBArBJ%2CmBAqBK%2CYACG%3BEACI%2CuBAAA%3B%3BAApChB%2CsBAaI%2CmBA2BI%3BEACI%2CkBAAA%3BEACA%2CeAAA%3B%3BAA1CZ%2CsBAaI%2CmBA2BI%2C2BAII%3BEACI%2CgBAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3B%3BAAEA%2CsBAvCZ%2CmBA2BI%2C2BAII%2CuBAQK%3BEACG%2CaAAA%3B%3BAArDpB%2CsBAaI%2CmBA2BI%2C2BAII%2CuBAYI%3BEACI%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CkCAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3B%3BAAjEpB%2CsBAaI%2CmBA2BI%2C2BAII%2CuBAwBI%2CMAAK%3BEACD%2CwBAAA%3BEACA%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CwCAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3B%3BAAEA%2CsBArEhB%2CmBA2BI%2C2BAII%2CuBAwBI%2CMAAK%2CeAcA%3BEACG%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CSAAkB%2CEAAlB%3BEACA%2CWAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CWAAkB%2CiBAAiB%2CgBAAnC%3BEACA%2CUAAA%3BEACA%2CYAAA%3B%3BAAQR%2CsBAvFZ%2CmBA2BI%2C2BAII%2CuBAwDK%2CQACG%2CMAAK%3BEACD%2CyBAAA%3B%3BAAEA%2CsBA3FpB%2CmBA2BI%2C2BAII%2CuBAwDK%2CQACG%2CMAAK%2CeAGA%3BEACG%2CUAAA%3B%3BAALZ%2CsBAvFZ%2CmBA2BI%2C2BAII%2CuBAwDK%2CQASG%3BEACI%2CgBAAA%3B%3BAAQxB%3BEACI%2CaAAA%3BEAEA%2CeAAA%3BEACA%2CkBAAA%3B%3BAAJJ%2CuBAMI%2C2BACI%3BEACI%2CaAAA%3B%3BAARZ%2CuBAMI%2C2BAKI%3BEACI%2CeAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3B%3BAAlBZ%2CuBAMI%2C2BAKI%2CuBASI%3BEACI%2CWAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3B%3BAAGJ%2CuBApBR%2C2BAKI%2CuBAeK%3BEACG%2CqBAAA%3B%3BAAMhB%3BEACI%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3BEACA%2CqBAAA%3B%3BAAEA%2CgBAAC%3BEACG%2CYAAA%3B%3BAAIR%3BEACI%2CaAAA%3BEACA%2CgBAAA%3B%3BAAFJ%2CsBAII%3BEACI%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2C6BAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3B%3BAAEA%2CsBAPJ%2CiBAOK%3BEACG%2CmBAAA%3BEACA%2CcAAA%3B%3BAAGJ%2CsBAZJ%2CiBAYK%3BEACG%2CqBAAA%3B%3BAAjBZ%2CsBAqBI%3BEACI%2CSAAS%2CGAAT%3B%3BAAtBR%2CsBAyBI%3BEACI%2CSAAS%2CGAAT%3B%3BAAKR%3BEACI%3BIACI%2CWAAW%2CaAAX%3B%3B%3BAAeR%2CQAX0B%3BEACtB%3BIACI%2CiBAAA%3BIACA%2CiBAAA%3BIACA%2C8BAAA%3B%3B%3BAAqCZ%2CQA9B8B%3BEACtB%3BIACI%2CSAAA%3BIACA%2CeAAA%3B%3BEAFJ%2CmBAII%3BIACI%2CaAAA%3B%3BEALR%2CmBAII%2CmBAGI%3BIACI%2CaAAA%3B%3BEARZ%2CmBAYI%3BIACI%2CaAAA%3B%3BEAbR%2CmBAYI%2CiBAGI%3BIACI%2C0BAAA%3B%3BEAhBZ%2CmBAYI%2CiBAOI%3BIACI%2CaAAA%3B%3BEApBZ%2CmBAwBI%3BIACI%2CaAAA%3B%3B%3BAdlhBhB%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%3BAzK1CJ%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%3BEyKvBI%2CsBAAA%3BEACA%2CqBAAA%3BEAaA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CwBAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CsEAAA%3B%3BAAlBJ%2CKAAM%3BEACF%2CqBAAA%3B%3BAAoBJ%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%3BAzKfJ%3BEyK3BI%2CsBAAA%3BEACA%2CqBAAA%3BEAaA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CwBAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CsEAAA%3BEzKQA%2CgBAAA%3BEACA%2CUAAA%3B%3BAyK3BJ%2CKAAM%3BEACF%2CqBAAA%3B%3BAAoBJ%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%3BAzKRJ%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%3BEyK3W%5C%2FB%2CaAAA%3BEAYA%2CmBAAA%3BEAIA%2CeAAA%3BEzK%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%3BEyKhaA%2CaAAA%3BEAYA%2CmBAAA%3BEzK6ZI%2CsBAAA%3BEACA%2COAAA%3BEACA%2CMAAA%3B%3BAAGJ%2CkBATe%2CkBASd%3BAAnBL%2CeAAgB%2C4BAA8B%2COAAK%2COAAM%2CgBAAiB%2CMAKtE%2CkBAcC%3BAAAD%2CkBwLzHA%2CcAAC%3BExL0HG%2CSAAA%3BEACA%2CgBAAA%3B%3BAAIR%3BEAEQ%2CkBAAA%3BEACA%2CsBAAA%3BEACA%2CeAAA%3BEACA%2CmCAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CiBAAC%3BAwL7ID%2CaAAC%3BExL8IG%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%2CeAAA%3BEACA%2CgBAAA%3B%3BAAIR%3BEACI%2CqBAAA%3B%3BAAGJ%3BEACI%2CsBAAA%3B%3BAAGJ%2CwBACI%3BEACI%2CsBAAA%3B%3BAAFR%2CwBAKI%3BEACI%2CmBAAA%3B%3BAANR%2CwBASI%2CeAAc%3BEyKrfd%2CaAAA%3BEAYA%2CmBAAA%3BEzK4eI%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3B%3BAAdR%2CwBAiBI%3BEyK7fA%2CaAAA%3BEzKigBQ%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%3BEyKlhBA%2CaAAA%3BEAYA%2CmBAAA%3B%3BAzKgeJ%2CwBA0CI%2CuBAAuB%2CmBAAmB%3BEACtC%2CSAAA%3B%3BAA3CR%2CwBA8CI%3BEyK1hBA%2CaAAA%3BEAQA%2CuBAAA%3BEAIA%2CmBAAA%3BEzKkhBQ%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%3BEyKvkBA%2CaAAA%3BEAYA%2CmBAAA%3BEzK8jBI%2CgBAAA%3B%3BAA9FR%2CwBAiGI%3BEACI%2CiBAAA%3B%3BAAIR%2CYAAa%3BAACb%2CYAAa%2CkBAAkB%3BEAC3B%2CsBAAA%3BEACA%2CkBAAA%3BEACA%2CapBxlBiB%2CaCMC%2C8CmBklBlB%3BEACA%2CeAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CYAAa%2CkBAAkB%3BEAC3B%2CsBAAA%3B%3BAAGJ%2CYAAa%2CwBAAwB%2CgBAAgB%2CGAAE%2CaAAc%2CMAAK%3BEACtE%2CWAAA%3BEACA%2CapBnmBiB%2CaCMC%2C8CmB6lBlB%3BEACA%2CgBAAA%3B%3BAyLzmBJ%2CcACI%2CyBAAwB%2CeACpB%2CeAAc%3BEhBKlB%2CaAAA%3BEAYA%2CmBAAA%3BEgBdQ%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%3BACoBR%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%3BAFlbR%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%2CiBAAoB%2CQAAK%2CaAAa%2CeAAkB%2CQAAK%3BEACnE%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%3BElBIJ%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CSAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3B%3BAkB7BA%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%3BEpNqBA%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAqN5BA%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%3BAC1CR%3BEtNwRA%2CmBAAA%3BEAAA%2CWAAA%3BEsNrRI%2CoBAAA%3BEACA%2CkBAAA%3B%3BAAEA%2CqBAAC%2CMAAM%3BEACH%2CmBAAA%3B%3BAAPR%2CqBAUI%3BEACI%2CgBAAA%3B%3BAAXR%2CqBAUI%2CaAGI%3BEtN2QR%2CiBAAA%3BEsNzQY%2CgBAAA%3B%3BAAfZ%2CqBAmBI%3BEtNqQJ%2CSAAA%3BEAAA%2CUAAA%3BED1KA%2CqBAAA%3B%3BAuN9GA%2CqBAmBI%2CQAGI%3BEACI%2CaAAA%3BEACA%2CcAAA%3B%3BAAxBZ%2CqBAmBI%2CQAQI%3BEtN6PR%2CiBAAA%3BEsN3PY%2CgBAAA%3B%3BAA7BZ%2CqBAmBI%2CQAaI%3BEtNwPR%2CeAAA%3BEsNtPY%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%3BEtNuOR%2CiBAAA%3B%3BAsNxRA%2CqBAuCI%2COAcI%3BEACI%2CcAAA%3B%3BAAtDZ%2CqBAuCI%2COAkBI%3BEACI%2CmBAAA%3BEACA%2CkBAAA%3B%3BAAEA%2CqBAtBR%2COAkBI%2COAIK%3BEtN2Nb%2CiBAAA%3BEsNzNgB%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%3BAhMCR%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%3BEtB2QV%2CiBAAA%3BEsBzQY%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%3BAoM1EA%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%3BArK9FJ%2CYACI%3BEACI%2CgBAAA%3B%3BAsKyDA%2COADH%2CUACI%3BEACG%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAEA%2COALP%2CUACI%2CMAII%3BEACG%2CmBAAA%3B%3BAAGJ%2COATP%2CUACI%2CMAQI%2CmBAAmB%3BE3N6NhC%2CcAAA%3BE2N3NgB%2CSAAS%2CGAAT%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3B%3BAAIR%2COApBH%2CUAoBI%3BE3NkNT%2CcAAA%3BE2NhNY%2CkBAAA%3B%3BAAGJ%2COAzBH%2CUAyBI%3BEACG%2CcAAA%3B%3BAAEA%2COA5BP%2CUAyBI%2CQAGI%3BEACG%2CgBAAA%3B%3BAAJR%2COAzBH%2CUAyBI%2CQAOG%2C%2BBAA%2BB%3BE3NsM3C%2CcAAA%3BE2NpMgB%2CYAAA%3BEACA%2CYAAA%3BEACA%2COAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAAIR%2COA5CH%2CUA4CI%2CKAEG%3BAADJ%2COA7CH%2CUA6CI%2CaACG%3BE3NwLZ%2CmBAAA%3BEAAA%2CcAAA%3B%3BA2NpLgB%2COAlDX%2CUA4CI%2CKAEG%2CeAIK%3BAAAD%2COAlDX%2CUA6CI%2CaACG%2CeAIK%3BE3NoLjB%2CgBAAA%3BEAAA%2CsBAAA%3BEAAA%2CWAAA%3B%3BA2N3KI%2COAAC%3BE3N2KL%2CyBAAA%3BE2NzKQ%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%3BE3NyJT%2CmBAAA%3BEAAA%2CcAAA%3BE2NtJY%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3B%3BAAEA%2COA5BP%2COAkBI%2CKAUI%3BE3N%2BIb%2CsBAAA%3B%3BA2N1IQ%2COAjCH%2COAiCI%3BE3N0IT%2C0BAAA%3BEAAA%2CsBAAA%3BEAAA%2CWAAA%3B%3BA2NpIQ%2COAvCH%2COAuCI%2CIAAI%2CWAAW%3BE3NoIxB%2CsBAAA%3BEAAA%2CWAAA%3BEAAA%2CuBAAA%3B%3BA2N5HY%2COA%5C%2FCP%2COA6CI%2CMAEI%2CIAAI%2CWAAW%3BAAAhB%2COA%5C%2FCP%2COA8CI%2CMACI%2CIAAI%2CWAAW%3BE3N4H5B%2CsBAAA%3BEAAA%2C0BAAA%3B%3BA2NtHQ%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%3BE3NkCb%2CmBAAmB%2CcAAnB%3BEACI%2CeAAe%2CcAAf%3BEACI%2CWAAW%2CcAAX%3BEAsDR%2CmBAAA%3BE2NvFgB%2CSAAS%2CEAAT%3BEACA%2CWAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3B%3BAAIR%2COA9FH%2COA8FI%3BE3N6ET%2Ca6E3RgC%2CyB7E2RhC%3B%3BA2NzEQ%2COAlGH%2COAkGI%3BE3NyET%2CyBAAA%3BEAAA%2CcAAA%3BEAAA%2CgBAAA%3BE2NrEY%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%3BE3NmBb%2CgBAAA%3BEAAA%2CyBAAA%3BEAAA%2CcAAA%3BE2NfgB%2CaAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3B%3BAA9DR%2COAlGH%2COAkGI%2CQAiEG%3BE3NQZ%2CcAAA%3BE2NNgB%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%3BE3NPtB%2C%2BBAAA%3B%3BA2NWY%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%3BE5N8RR%2CiBAAA%3B%3BA4N3RQ%2CSAJJ%2CMAIK%3BEACG%2CaAAA%3B%3BAAMR%2CgBADY%2CKACX%3BEACG%2CaAAA%3B%3BA5KbR%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%3BEhDuPhB%2CgBAAA%3BEAAA%2CgBAAA%3B%3BAApPA%2COgD3CI%2CgBAsCI%2CeACI%2CiBhDIX%3BAACD%2COgD5CI%2CgBAsCI%2CeACI%2CiBhDKX%3BEACG%2CSAAS%2CEAAT%3BEACA%2CcAAA%3B%3BAAGJ%2COgDjDI%2CgBAsCI%2CeACI%2CiBhDUX%3BEACG%2CWAAA%3B%3BAgDnDJ%2COACI%2CgBAsCI%2CeACI%2CiB6K6DZ%3BEACI%2CWAAA%3B%3BA7KtGJ%2COACI%2CgBAsCI%2CeACI%2CiB6KxBZ%3BA7KhBA%2COACI%2CgBAsCI%2CeACI%2CiB6KvBZ%3BEACI%2CqBAAA%3B%3BA7KlBJ%2COACI%2CgBAsCI%2CeACI%2CiB6KxBZ%2CSAQI%2CEAAC%3BA7KxBL%2COACI%2CgBAsCI%2CeACI%2CiB6KvBZ%2CWAOI%2CEAAC%3BEACG%2CqBAAA%3B%3BA7KzBR%2COACI%2CgBAsCI%2CeACI%2CiB6KVZ%2CSACI%3BE7NiQJ%2CkBAAA%3B%3BAgDhSA%2COACI%2CgBAsCI%2CeACI%2CiB6KAZ%2CWAKI%2CEAAC%3BE7NmPL%2CeAAA%3B%3BAgDhSA%2COACI%2CgBAsCI%2CeACI%2CiB6KgBZ%3BA7KxDA%2COACI%2CgBAsCI%2CeACI%2CiB6KiBZ%3BEACI%2CcAAA%3BEACA%2CWAAA%3B%3BA7K3DJ%2COACI%2CgBAsCI%2CeACI%2CiBAQM%3BEACE%2CgBAAA%3B%3BAAMR%2COAtDR%2CgBAqDI%2CQACK%3BEhDyOb%2CqBAAA%3BE6C9QA%2CqBAAA%3BEG2CgB%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3B%3BAARJ%2COAtDR%2CgBAqDI%2CQACK%2CIH6NX%3BE7ChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA6CHA%2COGvBI%2CgBAqDI%2CQACK%2CIH%5C%2FBZ%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE7C9DA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CcAAA%3BEAAA%2CS8CpOU%2CO9CoOV%3BEAAA%2Ca%2BCvRe%2CY%5C%2FCuRf%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BE6CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2COGpCA%2CgBAqDI%2CQACK%2CIHnBZ%2CMACI%3BE7C2PL%2CcAAA%3B%3BA6CrPI%2COG1CA%2CgBAqDI%2CQACK%2CIHbZ%2COACI%3BE7CqPL%2CcAAA%3B%3BAgDhSA%2COACI%2CgBAkEI%3BEACI%2CaAAA%3B%3BAApEZ%2COACI%2CgBAsEI%3BEACI%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3B%3BAAKZ%3BEACI%2CcAAA%3B%3BAADJ%2CkBAII%3BEhD6MJ%2CiBAAA%3B%3BAgDjNA%2CkBAII%2CaAGI%3BEACI%2CgBAAA%3B%3BAARZ%2CkBAYI%3BEACI%2CkBAAA%3B%3BAAbR%2CkBAYI%2CSAGI%3BEACI%2CcAAA%3BEACA%2CmBAAA%3B%3BA8KrFJ%2C8BADJ%2CSACK%3BEACG%2CiBAAA%3B%3BAxNXZ%3BEACI%2CgBAAA%3B%3BAAOJ%3BEACI%2CWAAA%3BEACA%2CmBAAA%3B%3BAAFJ%2CyBAII%2CQAAO%3BENmRX%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CgBAAA%3BEAAA%2CmBAAA%3BEMjRQ%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%3BENkNd%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CkBAAA%3BEAAA%2CmBAAA%3B%3BAMvRA%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%3BENsLd%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CkBAAA%3BEAAA%2CmBAAA%3BEMpLgB%2CcAAA%3B%3BAAnGhB%2CyBAiEI%2CsBAsCI%2CQAAO%2CMAGD%3BEACE%2CmBAAA%3B%3BAA3GhB%2CyBAiEI%2CsBAuDI%3BEACI%2CkBAAA%3B%3BAAzHZ%2CyBAiEI%2CsBAuDI%2CqBAGM%3BEAEE%2CgBAAA%3B%3BAuCfhB%2CyBvC7CI%2CsBAuDI%2CqBAGM%2CUAIG%2CUuCjBhB%3BE7CyKD%2CS8ClOgB%2CO9CkOhB%3B%3BAMvRA%2CyBA%2BII%2CEAAC%3BENwIL%2CcAAA%3B%3BAMvRA%2CyBAmJI%2CQACI%2COAAM%3BENmId%2CgBAAA%3BEMxHY%2CgBAAA%3B%3BAA%5C%2FJZ%2CyBAmJI%2CQACI%2COAAM%2CIDunBZ%3BELpfF%2CeAAA%3BEKwfI%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%3BAChKR%3BEACI%2CcAAA%3B%3BAAIA%2CQAAC%3BEPyNL%2CYAAA%3BEACA%2CoBAAA%3BEACA%2CcAAA%3B%3BAOtNI%2CQAAC%3BEPkQL%2CiBAAA%3BEAAA%2CmBAAA%3BEAnCA%2CsBAAA%3BEO7NQ%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%3BEHyJxB%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2C4BAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3BEJgDA%2CgBAAA%3B%3BAI7CA%2CQGrNK%2CKAoCI%2CQAOG%2CmBAKM%2CSAAM%2COHqKvB%3BAACD%2CQGtNK%2CKAoCI%2CQAOG%2CmBAKM%2CSAAM%2COHsKvB%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CQG3NK%2CKAoCI%2CQAOG%2CmBAKM%2CSAAM%2COH2KvB%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CQGhOK%2CKAoCI%2CQAOG%2CmBAKM%2CSAAM%2COHgLvB%3BAACD%2CQGjOK%2CKAoCI%2CQAOG%2CmBAKM%2CSAAM%2COHiLvB%3BAACD%2CQAAQ%2CUAAW%2CSGlOd%2CKAoCI%2CQAOG%2CmBAKM%2CSAAM%3BEHmLpB%2CoBAAA%3BEJ%2BBJ%2CYAAA%3B%3BAO9NQ%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%3BEP2JZ%2CWAAA%3BEOzJgB%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%3BE7CyKD%2CS8ClOgB%2CO9CkOhB%3B%3BAOlQI%2CQAAC%2CKAgJG%3BEPkHR%2CiBAAA%3BEOhHY%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%3BEP0FJ%2CiBAAA%3B%3BAO3FA%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%3BEP4EjC%2CiBAAA%3B%3BAOvEQ%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%3BAqDhPhB%2CcACI%3BEACI%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAAIR%3BEAEI%2CmBAAA%3BEACA%2CkBAAA%3B%3BAAHJ%2CQAKI%3BE5DuQJ%2CyBAAA%3BEAAA%2C8EAAA%3BE4DpQQ%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%3BE5D0OL%2C6BAAA%3B%3BA4D1OI%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%3BE5DsML%2CqBAAA%3BE6C9QA%2CqBAAA%3B%3BAAMA%2COekEK%2COflEJ%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE7C9DA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CcAAA%3BEAAA%2CS8C7OY%2CO9C6OZ%3BEAAA%2Ca%2BCvRe%2CY%5C%2FCuRf%3BEAAA%2CsBAAA%3BE6CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2COeqDC%2COftDJ%2CMACI%3BE7C2PL%2CWAAA%3B%3BA4DtMI%2COAAC%2COf0LH%3BE7ChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA4DwEQ%2COATH%2COASI%2CUAAU%3BEACP%2CSdhDE%2COcgDF%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%3BApD%5C%2FGR%3BAACA%2CIAAI%3BERkRJ%2CWAAA%3B%3BAQ1QgB%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%3BERgLR%2CcAAA%3BEAAA%2CiBAAA%3B%3BAQ1LA%2CQAAQ%2CMAeJ%2CSAAQ%3BEACJ%2CmBAAA%3B%3BAAhBR%2CQAAQ%2CMAmBJ%2COAAM%3BERuKV%2CSAAA%3BEAAA%2CUAAA%3BED1KA%2CqBAAA%3B%3BAShBA%2CQAAQ%2CMAmBJ%2COAAM%2COTGR%3BEACE%2CqBAAA%3BEACA%2CmBAAA%3B%3BASxBJ%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%3BEL0HR%2CYAAA%3B%3BAK%5C%2FHA%2CQAAQ%2CKAAK%2CSAIT%2CuBL6HF%2CQAGI%2CKACI%3BAKrIV%2CQAAQ%2CKAAK%2CSAIT%2CuBL8HF%2CQAEI%2CKACI%3BAKrIV%2CQAAQ%2CKAAK%2CSAIT%2CuBL%2BHF%2CQACI%2CKACI%3BAKrIV%2CQAAQ%2CKAAK%2CSAIT%2CuBL6HF%2CQAGI%2CKAEI%3BAKtIV%2CQAAQ%2CKAAK%2CSAIT%2CuBL8HF%2CQAEI%2CKAEI%3BAKtIV%2CQAAQ%2CKAAK%2CSAIT%2CuBL%2BHF%2CQACI%2CKAEI%3BEACE%2CYAAA%3B%3BAKvIZ%2CQAAQ%2CKAAK%2CSAIT%2CuBLnBF%2CQAGI%2CKACI%3BAKWV%2CQAAQ%2CKAAK%2CSAIT%2CuBLlBF%2CQAEI%2CKACI%3BAKWV%2CQAAQ%2CKAAK%2CSAIT%2CuBLjBF%2CQACI%2CKACI%3BEHiKV%2C2BAAA%3B%3BAQtJA%2CQAAQ%2CKAAK%2CSAIT%2CuBLnBF%2CQAGI%2CKAII%3BAKQV%2CQAAQ%2CKAAK%2CSAIT%2CuBLlBF%2CQAEI%2CKAII%3BAKQV%2CQAAQ%2CKAAK%2CSAIT%2CuBLjBF%2CQACI%2CKAII%3BEH8JV%2C0BAAA%3B%3BAQ3IA%2CkBACI%3BER0IJ%2CcAAA%3BEQxIQ%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%3BERgHR%2CiBAAA%3B%3BAQ3IA%2CkBACI%2CoBAwBI%2CqBAAuB%2CuBAInB%3BAA7BZ%2CkBACI%2CoBAyBI%2CMAAQ%2CuBAGJ%3BAA7BZ%2CkBACI%2CoBA0BI%2CMAEI%3BER8GZ%2CiBAAA%3BEQ5GgB%2CgBAAA%3BEACA%2CiBAAA%3B%3BAAhChB%2CkBACI%2CoBAmCI%2CeAAe%3BERuGvB%2CiBAAA%3BEQrGY%2CgBAAA%3BEACA%2CiBAAA%3B%3BAAvCZ%2CkBACI%2CoBAyCI%2CWACI%2CeAAe%3BERgG3B%2CeAAA%3BEQ9FgB%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%3BERER%2CgBAAA%3BEAAA%2CiBAAA%3BEQCY%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%3BERnBpB%2CcAAA%3BEAAA%2CiBAAA%3B%3BAQVA%2CwBAoCI%2COACI%3BEACI%2CcAAA%3BER5BZ%2CeAAA%3B%3BAQVA%2CwBA0CI%2COACI%2CMAAK%3BEACD%2CcAAA%3B%3BAAKZ%2CuBAAwB%3BAACxB%2CmBAAoB%3BERxCpB%2CcAAA%3BEQ0CI%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%3BERzER%2CiBAAA%3BEQ2EY%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%3BER7EZ%2CiBAAA%3BEQ%2BEgB%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%3BE7CyKD%2CS8ClOgB%2CO9CkOhB%3B%3BAQgIA%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%3BERzJA%2CuBAAA%3BEAAA%2CSAAA%3BEAAA%2CUAAA%3BEAAA%2CcAAA%3BEAAA%2CqBAAA%3BEI5FA%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CeAAA%3B%3BALvDA%2CyBAAC%3BECiJD%2CcAAA%3BEAAA%2CqBAAA%3B%3BAD5IA%2CyBAAC%3BEC4ID%2CcAAA%3BEAAA%2C0BAAA%3B%3BADvIA%2CyBAAC%3BECuID%2CcAAA%3BEAAA%2C0BAAA%3B%3BAIxFA%2CyBAAC%3BAACD%2CyBAAC%3BAACD%2CyBAAC%3BEACG%2CgBAAA%3BEACA%2CSAAA%3B%3BAAGJ%2CyBAAC%3BAACD%2CyBAAC%3BAACD%2CQAAQ%2CUAAW%3BEJ%2BEnB%2CcAAA%3BEAAA%2CYAAA%3BEI5EI%2CeAAA%3BEACA%2CoBAAA%3BEACA%2C0BAAA%3B%3BAI2OJ%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%3BERzMR%2CcAAA%3BEQ2MY%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%3BERliBT%2CiBAAA%3B%3BAQkiBQ%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%3BER5lBb%2CmBAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3B%3BAQmmBQ%2CiBADJ%2CQACK%3BEACG%2CmBAAA%3B%3BAAKZ%2CWAAW%3BERzmBX%2CgBAAA%3BEQ2mBI%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%3BACxhCR%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%3BEoCnBJ%2CqBAAA%3BEpC8BQ%2CqBAAA%3BEACA%2CYAAA%3B%3BAAzBR%2CaAaI%2COoC%2BOF%3BE7ChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA6CHA%2CapCaI%2COoCbH%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE7C9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CS8C3OU%2CO9C2OV%3BEAAA%2Ca%2BCvRe%2CY%5C%2FCuRf%3BEAAA%2CkBAAA%3BEAAA%2CsBAAA%3BE6CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CapCAA%2COoCDH%2CMACI%3BE7C2PL%2CWAAA%3B%3BA6CrPI%2CapCNA%2COoCKH%2COACI%3BE7CqPL%2CWAAA%3B%3BAS7OQ%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%3BETqMJ%2CSAAA%3BEAAA%2CUAAA%3BED1KA%2CqBAAA%3B%3BAUxBQ%2CoBAHJ%2CGAGK%2CIAAI%3BETkMb%2CgBAAA%3BEAAA%2CyBAAA%3BES%5C%2FLY%2CaAAA%3B%3BAAdZ%2CoBAQI%2CGASI%3BET4LR%2C6BAAA%3BES1LY%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%3BET8Kb%2CmBAAA%3B%3BAS7MA%2CoBAQI%2CGASI%2CGAkBI%3BET0KZ%2CWAAA%3BESxKgB%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%3BAC3LJ%2CoBACI%3BEACI%2CeAAA%3BEACA%2CgBAAA%3B%3BAAHR%2CoBAMI%3BEACI%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAYR%3BEVmQA%2CmBAAA%3BEUhQI%2CmBAAA%3BEACA%2CmBAAA%3B%3BAAJJ%2CaAMM%3BEV6PN%2CiBAAA%3BEU3PQ%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%3BEVmNZ%2CiBAAA%3BEUjNgB%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%3BEVkFd%2CcAAA%3BEAAA%2CiBAAA%3BEU%5C%2FEgB%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%3BEV%2BChB%2CqBAAA%3BE6C9QA%2CqBAAA%3B%3BAnC2II%2CKAAC%2CcA0EG%2CiBAMM%2CemCuCZ%3BAnCvHE%2CKAAC%2CcA0EG%2CiBAOM%2CiBmCsCZ%3BE7ChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA6CHA%2CKnCqIK%2CcA0EG%2CiBAMM%2CemCrNb%3BAAAD%2CKnCqIK%2CcA0EG%2CiBAOM%2CiBmCtNb%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE7C9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSChRQ%2CODgRR%3BEAAA%2Ca%2BCvRe%2CY%5C%2FCuRf%3BEAAA%2CsBAAA%3BE6CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CKnCwHC%2CcA0EG%2CiBAMM%2CemCzMb%2CMACI%3BAAAD%2CKnCwHC%2CcA0EG%2CiBAOM%2CiBmC1Mb%2CMACI%3BE7C2PL%2CWAAA%3B%3BA6CrPI%2CKnCkHC%2CcA0EG%2CiBAMM%2CemCnMb%2COACI%3BAAAD%2CKnCkHC%2CcA0EG%2CiBAOM%2CiBmCpMb%2COACI%3BE7CqPL%2CcAAA%3B%3BAUnII%2CKAAC%2CcA0EG%2CiBAsBM%3BEAEE%2CQAAA%3B%3BAmCxIhB%2CKnCsCK%2CcA0EG%2CiBAsBM%2CiBmCtIb%3BE7CyKD%2CS8C5PS%2CO9C4PT%3B%3BAU5BgB%2CKAvGX%2CcA0EG%2CiBAsBM%2CiBAOG%3BEV4BjB%2CqBAAA%3B%3BAUnII%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%3BEVFb%2CiBAAA%3BEUIgB%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%3BEVnOL%2CeAAA%3BEUqOQ%2CgBAAA%3B%3BAAFJ%2CMAAC%2CUAIG%3BEACI%2CYAAA%3B%3BA4B1fZ%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%2CWjBbd%3BAiBiBoB%2CeAZhB%2CeACM%2CWAOI%2CWjBTd%3BEiBewB%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%3BAtChFJ%2CiBAAC%3BAACD%2CiBAAC%3BEACG%2CSAAS%2CEAAT%3BEACA%2CcAAA%3B%3BAAGJ%2CiBAAC%3BEACG%2CWAAA%3B%3BAsCqDJ%2CiBMxDA%3BEAEI%2CeAAA%3BE5C8OJ%2CqBAAA%3BE6C9QA%2CqBAAA%3B%3BAAMA%2CiBDwBA%2CiBCxBC%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE7C9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CS8C%5C%2FOQ%2CO9C%2BOR%3BEAAA%2Ca%2BCvRe%2CY%5C%2FCuRf%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BE6CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CiBDWJ%2CiBCZC%2CMACI%3BE7C2PL%2CWAAA%3B%3BA6CrPI%2CiBDKJ%2CiBCNC%2COACI%3BE7CqPL%2CcAAA%3B%3BA4CqEA%2CiBArTA%2CiBAqTC%3BE5CrED%2CqBAAA%3BE6C9QA%2CqBAAA%3B%3BAAMA%2CiBDwBA%2CiBAqTC%2COC7UA%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE7C9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CS8C%5C%2FOQ%2CO9C%2BOR%3BEAAA%2Ca%2BCvRe%2CY%5C%2FCuRf%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BE6CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CiBDWJ%2CiBAqTC%2COCjUA%2CMACI%3BE7C2PL%2CWAAA%3B%3BA6CrPI%2CiBDKJ%2CiBAqTC%2COC3TA%2COACI%3BE7CqPL%2CcAAA%3B%3BAsCxLA%2CiBM%2BHA%3BE5CyDA%2CSAAA%3BEAAA%2CUAAA%3BED1KA%2CqBAAA%3BEC0KA%2CgBAAA%3BEAAA%2CsBAAA%3BEAAA%2CeAAA%3BEAAA%2CeAAA%3BEAAA%2CYAAA%3BEAAA%2CYAAA%3BE4ChDI%2CsBAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3BE5C8CJ%2CSAAA%3BEAAA%2CYAAA%3BEAAA%2CyCAAA%3B%3BAsCxLA%2CiBM%2BHA%2CgBAsBI%3BE5CmCJ%2CSAAA%3B%3BA4C3BQ%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%3BE5CzSJ%2CsDAAA%3BE4C2SI%2CWAAA%3B%3BAAGJ%2CiBAvWA%2CgBAuWC%3BEACG%2CiBAAA%3BE5C%5C%2FSJ%2CsDAAA%3BE4CiTI%2CWAAA%3B%3BAAlCJ%2CiBAxUA%2CgBAwUC%3BE5C%5C%2FQD%2CWAAA%3BEAAA%2CUAAA%3B%3BA4CoRA%2CiBA7UA%2CgBA6UC%3BE5CpRD%2CWAAA%3BEAAA%2CUAAA%3B%3BA4CZA%2CiBAAC%3BEACG%2CiBAAA%3B%3BAADJ%2CiBAAC%2COAGG%3BEACI%2CcAAA%3B%3BANhLR%2CiBAsBI%3BEtCkKJ%2CkBAAA%3B%3BAsCxLA%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%3BElC2EZ%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2C4BAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEAEA%2CiBAAA%3BEJgDA%2CgBAAA%3BEAAA%2CqBAAA%3BE6C9QA%2CqBAAA%3B%3BAzCiOA%2CiBkC7FI%2CQACK%2CMlC4FR%3BAACD%2CiBkC9FI%2CQACK%2CMlC6FR%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CiBkCnGI%2CQACK%2CMlCkGR%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CiBkCxGI%2CQACK%2CMlCuGR%3BAACD%2CiBkCzGI%2CQACK%2CMlCwGR%3BAACD%2CQAAQ%2CUAAW%2CkBkC1Gf%2CQACK%3BElC0GL%2CoBAAA%3BEJ%2BBJ%2CYAAA%3B%3BAsCzIQ%2CiBADJ%2CQACK%2CMO6HP%3BE7ChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA6CHA%2CiBP8HI%2CQACK%2CMO%5C%2FHR%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE7C9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CS8C1OU%2CO9C0OV%3BEAAA%2Ca%2BCvRe%2CY%5C%2FCuRf%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BE6CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CiBPiHA%2CQACK%2CMOnHR%2CMACI%3BE7C2PL%2CcAAA%3B%3BA6CrPI%2CiBP2GA%2CQACK%2CMO7GR%2COACI%3BE7CqPL%2CcAAA%3B%3BAsCzHQ%2CiBAjBJ%2CQAiBK%3BEACG%2CmBAAA%3B%3BAADJ%2CiBAjBJ%2CQAiBK%2CSAOG%2CSAAQ%3BEtCkHpB%2CmBAAA%3BEAAA%2CWAAA%3BEAAA%2CYAAA%3BEAAA%2CiBAAA%3BEsC7GgB%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%3BEtC%2BFtB%2CeAAA%3B%3BAsCzHQ%2CiBAjBJ%2CQAiBK%2CSAgCG%3BEACI%2C4BAAA%3B%3BAAhGhB%2CiBAyGI%3BEACI%2CgBAAA%3B%3BAAIR%3BEtC0EA%2CsBAAA%3BEAAA%2CeAAA%3BEsCvEI%2CcAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CaAAA%3B%3BAAGJ%3BEtCiEA%2CSAAA%3BEAAA%2CUAAA%3BED1KA%2CqBAAA%3B%3BAuCyGA%2CeAGI%3BEACI%2CeAAA%3B%3BAAEA%2CeAHJ%2CcAGK%2CIAAI%3BEtC2Db%2C0BAAA%3B%3BAsCvDQ%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%3BEtCuBR%2CcAAA%3B%3BAsCjEA%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%3BEtCMb%2CiBAAA%3B%3BAsCjEA%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%3BEtC3Bb%2CcAAA%3BEsC6BgB%2CiBAAA%3BEACA%2CgBAAA%3B%3BAO9LhB%2CeP%2BKI%2CSAmBI%2CQACM%2CUOnMb%3BE7CgKD%2CS8C%5C%2FNM%2CO9C%2BNN%3B%3BAsC2CQ%2CeA5BJ%2CSA4BK%3BEACG%2CeAAA%3B%3BAAKI%2CeAlCZ%2CSAgCK%2CQACG%2CQACK%3BEtCjDjB%2CqBAAA%3BE6ChOA%2CqBAAA%3B%3BAPiRgB%2CeAlCZ%2CSAgCK%2CQACG%2CQACK%2CQO7Df%3BE7ChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA6C2CA%2CePyOI%2CSAgCK%2CQACG%2CQACK%2CQO3QhB%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BE7C9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CS8C9NQ%2CO9C8NR%3BEAAA%2Ca%2BCvRe%2CY%5C%2FCuRf%3BEAAA%2CoBAAA%3BEAAA%2CsBAAA%3BE6CqEA%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%3BEtCnFJ%2CiBAAA%3BEsCqFQ%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAvJR%2CeA0JI%3BEACI%2CaAAA%3B%3BAAIA%2CeADJ%2CQACK%3BAACD%2CeAFJ%2CQAEK%3BEtC%5C%2FFT%2CqBAAA%3BE6C9QA%2CqBAAA%3B%3BAP4WQ%2CeADJ%2CQACK%2CKO1GP%3BAP2GM%2CeAFJ%2CQAEK%2COO3GP%3BE7ChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA6CHA%2CePqWI%2CQACK%2CKOtWR%3BAAAD%2CePqWI%2CQAEK%2COOvWR%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE7C9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSChRQ%2CODgRR%3BEAAA%2Ca%2BCvRe%2CY%5C%2FCuRf%3BEAAA%2CsBAAA%3BE6CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CePwVA%2CQACK%2CKO1VR%2CMACI%3BAAAD%2CePwVA%2CQAEK%2COO3VR%2CMACI%3BE7C2PL%2CWAAA%3B%3BA6CrPI%2CePkVA%2CQACK%2CKOpVR%2COACI%3BAAAD%2CePkVA%2CQAEK%2COOrVR%2COACI%3BE7CqPL%2CcAAA%3B%3BA6CzKA%2CePsQI%2CQAcK%2COOpRR%3BE7CyKD%2CS8C5PS%2CO9C4PT%3B%3BA%2BNvOA%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%2CcAAA%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%2CelLyJF%3BE7ChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA6CHA%2CsBkLmGI%2CelLnGH%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE7C9DA%2CiBAAA%3BEAAA%2CoBAAA%3BEAAA%2CcAAA%3BEAAA%2CS%2BN1RmB%2CO%5C%2FN0RnB%3BEAAA%2Ca%2BCvRe%2CY%5C%2FCuRf%3BEAAA%2CsBAAA%3BE6CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CsBkLsFA%2CelLvFH%2CMACI%3BE7C2PL%2CcAAA%3B%3BA%2BN%5C%2FII%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%3BE%5C%2FNuHJ%2CqBAAA%3BE6C9QA%2CqBAAA%3B%3BAAMA%2CsBkLiJI%2CelLjJH%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE7C9DA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CWAAA%3BEAAA%2CS%2BNzRiB%2CO%5C%2FNyRjB%3BEAAA%2Ca%2BCvRe%2CY%5C%2FCuRf%3BEAAA%2CsBAAA%3BE6CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CsBkLoIA%2CelLrIH%2CMACI%3BE7C2PL%2CWAAA%3B%3BA%2BN9GQ%2CsBATJ%2CeASK%3BEACG%2COAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CQAAA%3BEACA%2CUAAA%3B%3BAA9DZ%2CsBAkEI%3BE%5C%2FNoGJ%2CqBAAA%3BE6C9QA%2CqBAAA%3B%3BAAMA%2CsBkLoKI%2CkBlLpKH%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE7C9DA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CWAAA%3BEAAA%2CS%2BNzRiB%2CO%5C%2FNyRjB%3BEAAA%2Ca%2BCvRe%2CY%5C%2FCuRf%3BEAAA%2CsBAAA%3BE6CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CsBkLuJA%2CkBlLxJH%2CMACI%3BE7C2PL%2CWAAA%3B%3BA%2BN3FQ%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%3BEhO7JJ%2CgBAAA%3BEACA%2CuBAAA%3BEACA%2CmBAAA%3BEgO6JQ%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%3BE%5C%2FN0BL%2CqBAAA%3BE6C9QA%2CqBAAA%3B%3BAAMA%2C0BkL8OK%2CqBlL9OJ%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE7C9DA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CWAAA%3BEAAA%2CS%2BNzRiB%2CO%5C%2FNyRjB%3BEAAA%2Ca%2BCvRe%2CY%5C%2FCuRf%3BEAAA%2CsBAAA%3BE6CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2C0BkLiOC%2CqBlLlOJ%2CMACI%3BE7C2PL%2CWAAA%3B%3BA%2BNjBQ%2C0BATH%2CqBASI%3BEACG%2COAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3B%3BAAIR%2C0BAAC%3BE%5C%2FNQL%2CqBAAA%3BE6C9QA%2CqBAAA%3B%3BAAMA%2C0BkLgQK%2CkBlLhQJ%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE7C9DA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CWAAA%3BEAAA%2CS%2BNzRiB%2CO%5C%2FNyRjB%3BEAAA%2Ca%2BCvRe%2CY%5C%2FCuRf%3BEAAA%2CsBAAA%3BE6CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2C0BkLmPC%2CkBlLpPJ%2CMACI%3BE7C2PL%2CWAAA%3B%3BA%2BNCQ%2C0BATH%2CkBASI%3BEACG%2COAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3B%3BAAIR%2C0BAAC%3BE%5C%2FNVL%2CqBAAA%3BE6C9QA%2CqBAAA%3B%3BAAMA%2C0BkLkRK%2CkBlLlRJ%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE7C9DA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CWAAA%3BEAAA%2CS%2BNzRiB%2CO%5C%2FNyRjB%3BEAAA%2Ca%2BCvRe%2CY%5C%2FCuRf%3BEAAA%2CsBAAA%3BE6CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2C0BkLqQC%2CkBlLtQJ%2CMACI%3BE7C2PL%2CWAAA%3B%3BA%2BNmBQ%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%3BE%5C%2FNjGR%2CcAAA%3BE6C9QA%2CqBAAA%3B%3BAkL4TA%2CwBAgDI%2CsBlL1GF%3BE7ChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA6CHA%2CwBkLsWI%2CsBlLtWH%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE7C9DA%2CiBAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CS%2BNzRiB%2CO%5C%2FNyRjB%3BEAAA%2Ca%2BCvRe%2CY%5C%2FCuRf%3BEAAA%2CsBAAA%3BE6CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CwBkLyVA%2CsBlL1VH%2CMACI%3BE7C2PL%2CWAAA%3B%3BA%2BN8CA%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%3BApN7ZJ%3BEXqQA%2CgBAAA%3B%3BAWhQA%3BEXgQA%2CgBAAA%3B%3BAWhQA%2CYAOI%3BEXyPJ%2C6BAAA%3BEWtPQ%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%3BAkDzFhB%3BE7D2RA%2CmBAAA%3BEAAA%2C6BAAA%3BEAAA%2C0BAAA%3BEAAA%2CwBAAA%3BE6DrRI%2CkBAAA%3B%3BAANJ%2CsBAQI%3BE7DmRJ%2CeAAA%3BE6DjRQ%2CWAAA%3BEACA%2CgBAAA%3B%3BAAXR%2CsBAQI%2CiBAKI%3BEACI%2CcAAA%3BEACA%2CeAAA%3B%3BAAOA%2CsBAHR%2CkBACI%2COAEK%2COAAO%3BEzD4MpB%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2C4BAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3BEJgDA%2CgBAAA%3B%3BAI7CA%2CsByD3NI%2CkBACI%2COAEK%2COAAO%2CSzDwNnB%3BAACD%2CsByD5NI%2CkBACI%2COAEK%2COAAO%2CSzDyNnB%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CsByDjOI%2CkBACI%2COAEK%2COAAO%2CSzD8NnB%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CsByDtOI%2CkBACI%2COAEK%2COAAO%2CSzDmOnB%3BAACD%2CsByDvOI%2CkBACI%2COAEK%2COAAO%2CSzDoOnB%3BAACD%2CQAAQ%2CUAAW%2CuByDxOf%2CkBACI%2COAEK%2COAAO%3BEzDsOhB%2CoBAAA%3BEJ%2BBJ%2CYAAA%3B%3BA6DlQgB%2CsBANZ%2CkBACI%2COAEK%2COAAO%2CSAGH%3BE7DkQjB%2CWAAA%3B%3BAYtPA%3BEAEI%2CaAAA%3B%3BAAGJ%3BEZiPA%2CgBAAA%3BEY%5C%2FOI%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3B%3BAAGJ%3BEZ0OA%2CgBAAA%3BEAAA%2CYAAA%3BEYvOI%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAEA%2CsBAAC%3BEZkOL%2CmBAAA%3BEAAA%2CsBAAA%3BEAAA%2CSAAA%3BEAAA%2C2BAAA%3BEY7NQ%2CSAAS%2CEAAT%3BEACA%2CWAAA%3BEACA%2COAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAAIA%2CsBADH%2CYACI%3BEZqNT%2C0BAAA%3B%3BAY%5C%2FMQ%2CsBADH%2CWACI%3BEZ%2BMT%2C0BAAA%3B%3BAY1OA%2CsBAgCM%3BEACE%2CqBAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CqBAAA%3BEZsMR%2CWAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3B%3BAY3LQ%2CsBAfF%2COAeG%3BAACD%2CsBAhBF%2COAgBG%3BEZ0LT%2CmBAAA%3BEAAA%2CsBAAA%3BEAAA%2CYAAA%3BEAAA%2CkBAAA%3BEAAA%2C2BAAA%3BEAAA%2CWAAA%3BEYnLY%2CkBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3B%3BAAGJ%2CsBA9BF%2COA8BG%3BEZ4KT%2CgBAAA%3BEAAA%2CYAAA%3BEAAA%2CkBAAA%3BEAAA%2CQAAA%3BEAAA%2CWAAA%3BEYtKY%2CSAAS%2CUAAT%3BEACA%2CoBAAA%3BEZqKZ%2CWAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3B%3BAYzJI%2CsBAAC%3BEACG%2CeAAA%3B%3BAAGI%2CsBAJP%2CUAGI%2CMACI%3BEZqJb%2CmBAAA%3B%3BAYhJgB%2CsBATX%2CUAGI%2CMAKK%2COACG%3BEZgJjB%2CmBAAA%3B%3BAYzJI%2CsBAAC%2CUAeK%3BEZ0IV%2CcAAA%3B%3BAYvIY%2CsBAlBP%2CUAeK%2COAGG%3BEZuIb%2Ca%2BCvRe%2CY%5C%2FCuRf%3BEAAA%2CS8ChPa%2CO9CgPb%3B%3BAY%5C%2FHQ%2CsBADH%2CQACI%3BEZ%2BHT%2CmBAAA%3BEAAA%2CqBAAA%3B%3BAYhII%2CsBAAC%2CQAMK%3BEZ0HV%2CWAAA%3BEAAA%2CgBAAA%3B%3BAYtHY%2CsBAVP%2CQAMK%2COAIG%3BEZsHb%2CmBAAA%3BEAAA%2CqBAAA%3B%3BAYjHY%2CsBAfP%2CQAMK%2COASG%3BEZiHb%2CqBAAA%3BEAAA%2CS8ChPa%2CO9CgPb%3BEAAA%2Ca%2BCvRe%2CY%5C%2FCuRf%3B%3BAgEnRI%2CMAAC%2COACG%3BEACI%2CqBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3B%3BAALR%2CMAAC%2COAQG%3BEhE2QR%2CiBAAA%3B%3BAgEtQI%2CMAAC%2COACG%2CSACI%3BAAFR%2CMAAC%2COACG%2CSAEI%3BAAHR%2CMAAC%2COACG%2CSAGI%3BEhEkQZ%2CqBAAA%3B%3BA0B1RA%2CqBACI%2CaAOI%2CUACI%2COACI%3BEACI%2CgBAAA%3B%3BAAXpB%2CqBACI%2CaAeI%2CcACI%3BEAEI%2CeAAA%3B%3BAsMEhB%3BEACI%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CQAAA%3B%3BAAEA%2CcAAC%3BEhO%2BPL%2CYAAA%3B%3BAgO%5C%2FPI%2CcAAC%2CQAGG%3BEACI%2CcAAA%3B%3BAAIA%2CcARP%2CQAOG%2CsBACK%3BEhOuPb%2CWAAA%3B%3BAgOrQA%2CcAoBI%3BEhO3BJ%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAgOAA%2CcAwBI%3BEhO6OJ%2CqBAAA%3BE6C9QA%2CqBAAA%3B%3BAmLSA%2CcAwBI%2CsBnLiOF%3BE7ChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA6CHA%2CcmL2BI%2CsBnL3BH%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE7C9DA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CWAAA%3BEAAA%2CS8C7NQ%2CO9C6NR%3BEAAA%2Ca%2BCvRe%2CY%5C%2FCuRf%3BEAAA%2CsBAAA%3BE6CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CcmLcA%2CsBnLfH%2CMACI%3BE7C2PL%2CWAAA%3B%3BAgOnOQ%2CcAVJ%2CsBAUK%3BEACG%2CiBAAA%3B%3BAAIA%2CUAAW%2CeAfnB%2CsBAcK%3BEhO%2BNT%2CYAAA%3B%3BAgO9NY%2CUAAW%2CeAfnB%2CsBAcK%2CMAIS%3BEACE%2CcAAA%3B%3BAAGJ%2CUAPO%2CeAfnB%2CsBAcK%2CMAQQ%3BEhOuNjB%2CWAAA%3B%3BAgOrQA%2CcAqDI%3BEhOgNJ%2CmBAAA%3BEAAA%2CsBAAA%3BEAAA%2CkBAAA%3BEAAA%2CeAAA%3BEAAA%2CaAAA%3BEAAA%2CYAAA%3BEgOzMQ%2CaAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CoBAAA%3BEACA%2CSAAA%3BEACA%2CqBAAA%3BEACA%2CUAAA%3B%3BAAEA%2CcAfJ%2CuBAeK%3BAACD%2CcAhBJ%2CuBAgBK%3BEhO8OT%2C8BAAA%3BEACA%2CSAAA%3BEACA%2CQAAA%3BEAhDA%2C2BAAA%3BEAAA%2CWAAA%3BEAAA%2CSAAA%3BEgOxLY%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAAGJ%2CcA9BJ%2CuBA8BK%3BEhOkLT%2C2BAAA%3B%3BAgO9KQ%2CcAlCJ%2CuBAkCK%3BEhO8KT%2C2BAAA%3BEgO5KY%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%3BIhOwHrC%2CyBAAA%3B%3BEgOrHA%2CcAAe%2CuBAAsB%3BIhOqHrC%2C4BAAA%3BIgOnHI%2CQAAA%3B%3B%3BArM1IJ%2CYAMI%3BAANJ%2CYAOI%3BE3BsPJ%2CgBAAA%3BEAAA%2CmBAAA%3B%3BA2B7PA%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%3BE3BiOJ%2C6BAAA%3BEAAA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CgBAAA%3BEAAA%2C4BAAA%3BEAAA%2C6BAAA%3BEAAA%2CUAAA%3BE2BxNQ%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CqBAAA%3B%3BAAEA%2CYAdJ%2CuBAcK%3BE3BmNT%2CqBAAA%3B%3BA2BhNY%2CYAjBR%2CuBAcK%2CcAGI%3BE3BgNb%2CmBAAA%3BEAAA%2CWAAA%3BEAAA%2CS8ChPa%2CO9CgPb%3BEAAA%2Ca%2BCvRe%2CY%5C%2FCuRf%3BEAAA%2CYAAA%3BEAAA%2CWAAA%3BE2BzMgB%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%3BE3B0HR%2C0BAAA%3BEAAA%2CoBAAA%3BEAAA%2CiBAAA%3B%3BA2BrHY%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%3BAgC9LhB%3BEACI%2CkBAAA%3B%3BAAIA%2CsBAAC%3BEACG%2CSAAA%3B%3BAADJ%2CsBAAC%2CcAGG%3BE3DgRR%2CcAAA%3BE2D9QY%2CeAAA%3B%3BAAEA%2CsBAPP%2CcAGG%2CsBAIK%3BEACG%2CaAAA%3B%3BAARZ%2CsBAAC%2CcAgBG%3BE3DmQR%2CYAAA%3BE2D%5C%2FPY%2CSAAA%3B%3BA%5C%2FBdZ%3BE5B6QA%2CeAAA%3B%3BA4B7QA%2C%2BBAGI%3BE5B0QJ%2C6BAAA%3BE4BvQQ%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAPR%2C%2BBAGI%2C4BAMI%3BE5BoQR%2CSAAA%3BEAAA%2CqBAAA%3BE6C9QA%2CqBAAA%3BEjBsBY%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3B%3BAAvBZ%2C%2BBAGI%2C4BAMI%2CaiBwPN%3BE7ChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA6CHA%2C%2BBjBFI%2C4BAMI%2CaiBJP%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE7C9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSChRQ%2CODgRR%3BEAAA%2Ca%2BCvRe%2CY%5C%2FCuRf%3BEAAA%2CsBAAA%3BE6CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2C%2BBjBfA%2C4BAMI%2CaiBQP%2CMACI%3BE7C2PL%2CWAAA%3B%3BA6CrPI%2C%2BBjBrBA%2C4BAMI%2CaiBcP%2COACI%3BE7CqPL%2CcAAA%3B%3BA4B7QA%2C%2BBA2BI%3BE5BkPJ%2CiBAAA%3B%3BA4B7QA%2C%2BBA2BI%2C8BAEI%3BEACI%2CcAAA%3B%3BAA9BZ%2C%2BBAkCI%3BAAlCJ%2C%2BBAmCI%3BEACI%2CgBAAA%3B%3BAcrCR%3BE1C8QA%2CmBAAA%3BEAAA%2CgBAAA%3BEAAA%2CkBAAA%3B%3BA0C9QA%2CkBAMM%3BEAEE%2CcAAA%3B%3BAARR%2CkBAgBI%2CMACI%3BE1C6PR%2CWAAA%3BE0C3PY%2CcAAA%3B%3BAAnBZ%2CkBAuBI%2CUAAS%3BEACL%2CaAAA%3B%3BAAIA%2CkBADJ%2COAAM%2CKACE%2CSAAM%2CKACN%3BAADJ%2CkBADJ%2COAAM%2CKACE%2CSAAM%2CKAEN%3BEACI%2CaAAA%3BE1C%2BOhB%2CiBAAA%3BE0C7OgB%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%3BE1CwNZ%2CyBAAA%3BE0CtNY%2CeAAA%3BE1CsNZ%2CcAAA%3BE6ChOA%2CqBAAA%3BEHYY%2CgBAAA%3BEACA%2CkBAAA%3B%3BAA3DZ%2CkBAoDI%2CeACM%2CSG6MR%3BE7ChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA6C2CA%2CkBHAI%2CeACM%2CSGDT%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BE7C9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CS8C9NQ%2CO9C8NR%3BEAAA%2Ca%2BCvRe%2CY%5C%2FCuRf%3BEAAA%2CeAAA%3BEAAA%2CsBAAA%3BE6CqEA%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%3BE1C2MZ%2CiBAAA%3BE0CzMgB%2CgBAAA%3BEACA%2CSAAA%3B%3BAGwChB%2CkBH1DI%2CeAsBK%2COACK%2CSGmCb%3BE7CgKD%2CS8C%5C%2FNM%2CO9C%2BNN%3B%3BA0C9QA%2CkBAoDI%2CeA4BI%3BEACI%2CkBAAA%3B%3BAAjFZ%2CkBA0FI%3BE1CoLJ%2CmBAAA%3BEAAA%2CiBAAA%3BEAAA%2CsBAAA%3BE0ChLQ%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%3BE1CgJR%2CiBAAA%3BE0C9IY%2CgBAAA%3B%3BAAIA%2CkBA5BR%2CcA2BI%2CqBACQ%2CuBACA%3BE1CyIhB%2CeAAA%3B%3BA0C9QA%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%3BAb9NZ%3BEACI%2CsBAAA%3B%3BAADJ%2CwBAGI%3BEACI%2CaAAA%3B%3BAAIR%3BEACI%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAAEA%2CgBAAiB%3BEACb%2CYAAA%3B%3BAAQR%2CqBACI%3BE7B6PJ%2CiBAAA%3BE6B3PQ%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAJR%2CqBACI%2CaAKI%3BEACI%2CgBAAA%3B%3BAAPZ%2CqBAWI%2COACI%3BEACI%2CgBAAA%3B%3BAAbZ%2CqBAiBI%3BEACI%2CkBAAA%3B%3BAAlBR%2CqBAiBI%2CiBAGM%3BEACE%2CiBAAA%3BEACA%2CgBAAA%3B%3BAAtBZ%2CqBA%2BBI%2COAAM%3BEACF%2CSAAA%3B%3BAAhCR%2CqBA%2BBI%2COAAM%2COAGF%3BEACI%2CgBAAA%3BEACA%2CkBAAA%3B%3BAApCZ%2CqBA%2BBI%2COAAM%2COAQF%2COACI%3BAAxCZ%2CqBA%2BBI%2COAAM%2COAQF%2COAEI%3BEACI%2CWAAA%3BEACA%2CWAAA%3B%3BAAIR%2CqBAhBJ%2COAAM%2COAgBE%3BEACA%2C6BAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3B%3BAAEA%2CqBAtBR%2COAAM%2COAgBE%2CSAMC%3BE7ByMb%2CYAAA%3BEAAA%2CiBAAA%3BEAAA%2CuBAAA%3BEAAA%2CeAAA%3BE6BpMgB%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%3BE9B8PZ%2C0BAAA%3B%3BA8BzPY%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%3BE9B4NJ%2CeAAA%3BE8B1NQ%2CSAAA%3B%3BAAxDR%2CwBAsDI%2CsBAII%3BEACI%2CqBAAA%3BEACA%2CiBAAA%3BEACA%2CsBAAA%3B%3BAA7DZ%2CwBAsDI%2CsBAUI%3BEACI%2CqBAAA%3BEACA%2CgBAAA%3B%3BAAlEZ%2CwBAsEI%3BEACI%2CaAAA%3BE9B2MR%2CsBAAA%3B%3BA8BxMY%2CwBAJR%2CwBAGI%2CUACK%2CIAAI%3BEACD%2CgBAAA%3B%3BAAMR%2CwBADJ%2CeACQ%2CiBACA%3BEACI%2CgBAAA%3B%3BAAnFhB%2CwBAwFI%3BAAxFJ%2CwBAyFI%3BE9ByLJ%2CgBAAA%3B%3BA8BlRA%2CwBA6FI%3BEACI%2CgBAAA%3B%3BAA9FR%2CwBAiGI%3BEACI%2CgBAAA%3B%3BAAlGR%2CwBAiGI%2C0BAGI%2CSACI%3BEACI%2CmBAAA%3BEACA%2CeAAA%3B%3BAAvGhB%2CwBAiGI%2C0BAcI%3BE9BmKR%2CiBAAA%3BEAAA%2CmBAAA%3B%3BA8BlRA%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%2CSuB0ClB%2COvB1CkB%3B%3BAAMhB%2CwBAXJ%2CgBAWK%2CaACG%3BEACI%2CeAAA%3B%3BAAFR%2CwBAXJ%2CgBAWK%2CaAKG%3BEACI%2CaAAA%3B%3BAAlBhB%2CwBAuBI%3BEvBwPJ%2C0BAAA%3BEAAA%2CeAAA%3B%3BAuB%5C%2FQA%2CwBAuBI%2CsBAII%3BEvBoPR%2CcAAA%3BEAAA%2CqBAAA%3BE6ChOA%2CqBAAA%3B%3BAAMA%2CwBtB9BI%2CsBAII%2CesB0BP%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BE7C9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CS8C9NQ%2CO9C8NR%3BEAAA%2Ca%2BCvRe%2CY%5C%2FCuRf%3BEAAA%2CkBAAA%3BEAAA%2CsBAAA%3BE6CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAtRI%2CwBtB3CA%2CsBAII%2CesBsCP%2CMACI%3BE7C6ML%2CWAAA%3B%3BA6CvMI%2CwBtBjDA%2CsBAII%2CesB4CP%2COACI%3BE7CuML%2CcAAA%3B%3BAuB%5C%2FQA%2CwBA0CI%3BEvBqOJ%2CsBAAA%3B%3BAuB9NgB%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%3BEb%2BYvB%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3B%3BAa9YQ%2C0BAHJ%2CoBAAmB%2CMAGd%2CSACG%2CMAAK%3BEACD%2CaAAA%3B%3BAAIA%2C0BATZ%2CoBAAmB%2CMAGd%2CSAKG%2CaACK%3BEACG%2CSAAS%2CGAAT%3BEbiRpB%2CcAAA%3BEAAA%2CiBAAA%3B%3BAahSA%2C0BA6BI%3BEAEI%2CwBAAA%3B%3BAAKR%3BEAEI%2CoBAAA%3B%3BAAFJ%2C0BAII%3BEACI%2CmBAAA%3B%3BAALR%2C0BAQI%3BEAEI%2CgBAAA%3B%3BAAKR%3BEACI%2CcAAA%3B%3BA0BpCI%2CgBADJ%2COACK%2CaACG%3BEACI%2CgBAAA%3B%3BAAJhB%2CgBACI%2COAOI%3BEvC0QR%2CiBAAA%3B%3BAKiwBA%2CgBkCrgCI%2CUlCqgCH%3BELjwBD%2CgBAAA%3BEK8xBA%2CSAAS%2CsBAAT%3BEACA%2CcAAA%3BEACA%2CsBAAA%3BEACA%2CoBAAA%3BELjyBA%2CcAAA%3BEAAA%2CiBAAA%3B%3BAuCjQQ%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%3BAlC28BhB%2CoBkCv8BI%2CUAAS%2COAAO%2CQlCu8BnB%3BELjwBD%2CgBAAA%3BEK8xBA%2CSAAS%2CsBAAT%3BEACA%2CcAAA%3BEACA%2CsBAAA%3BEACA%2CoBAAA%3BELjyBA%2CcAAA%3BEAAA%2CiBAAA%3B%3BAuCpMQ%2CoBAFJ%2CUAAS%2COAAO%2CQAEX%3BEACG%2CgBAAA%3B%3BAlCo8BZ%2CKkC%5C%2F7BK%2CSAAS%2COACV%2CUlC87BH%3BELjwBD%2CgBAAA%3BEK8xBA%2CSAAS%2CsBAAT%3BEACA%2CcAAA%3BEACA%2CsBAAA%3BEACA%2CoBAAA%3BELjyBA%2CcAAA%3BEAAA%2CiBAAA%3B%3BAuC3LQ%2CKAHH%2CSAAS%2COACV%2CUAEK%3BEACG%2CgBAAA%3B%3BAAcZ%2CoBAMI%3BAALJ%2CqBAKI%3BAAJJ%2CoBAII%3BAAHJ%2CqBAGI%3BAAFJ%2CgBAEI%3BAADJ%2CeACI%3BExCpDJ%2CyBAAA%3BEACA%2CqBAAA%3BEACA%2CyBAAA%3BEACA%2CsBAAA%3BEAoBA%2CqBAAA%3BEACG%2CkBAAA%3BEACC%2CiBAAA%3BEACI%2CaAAA%3B%3BAwCiCR%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%3BEvCoIJ%2CmBAAA%3BEuClIQ%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%3BEvCoGjB%2CcAAA%3B%3BAuC5EQ%2COADG%2CKAAM%2COACR%3BEACG%2CgBAAA%3B%3BAAJZ%2CMAQI%3BEAMI%2CcAAA%3BEACA%2CmBAAA%3B%3BAAfR%2CMAQI%2COACI%3BEvCsER%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CgBAAA%3BEAAA%2CmBAAA%3B%3BAuC5DQ%2CMADJ%2CEACK%3BEACG%2CSAAA%3B%3BAApBZ%2CMAwBI%3BEACI%2CeAAA%3B%3BAAYR%2CMAAM%2CSACF%3BEvC6JJ%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEAkCA%2C8BAAA%3BEACI%2C0BAAA%3BEACI%2CsBAAA%3B%3BAuCpMR%2CMAAM%2CSACF%2CSAII%3BEvCqMR%2CiBAAA%3BEACC%2CgBAAA%3BEACQ%2CQAAA%3B%3BAuC5MT%2CMAAM%2CSACF%2CSAQI%3BEvCiMR%2CiBAAA%3BEACC%2CgBAAA%3BEACQ%2CQAAA%3BEuCjMG%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%3BEvC3BR%2CgBAAA%3B%3BAuC2BA%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%3BAe5VR%2CcAKI%3BEtD2RJ%2CiBAAA%3BEAAA%2CiBAAA%3BEsDxRQ%2CqBAAA%3BEACA%2CiBAAA%3B%3BACTR%2C4BACI%3BEACI%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAHR%2C4BAMI%2CQAAO%3BEvD0RX%2CqBAAA%3BE6C9QA%2CqBAAA%3B%3BAAMA%2C4BUlBI%2CQAAO%2CSVkBV%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE7C9DA%2CkBAAA%3BEAAA%2CoBAAA%3BEAAA%2CcAAA%3BEAAA%2CSC7QY%2COD6QZ%3BEAAA%2Ca%2BCvRe%2CY%5C%2FCuRf%3BEAAA%2CiBAAA%3BEAAA%2CsBAAA%3BE6CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAU3VA%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%3BEvDiNR%2CiBAAA%3B%3BAuDhPA%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%3BEvDgLR%2CcAAA%3BEAAA%2CqBAAA%3BEuD9KY%2CeAAA%3B%3BAxD6BZ%2CMwD%5C%2FFM%2CUA%2BDD%2CIACG%2COxD%2BBP%3BECiJD%2CcAAA%3BEAAA%2CqBAAA%3B%3BAD5IA%2CMwDpGM%2CUA%2BDD%2CIACG%2COxDoCP%3BEC4ID%2CcAAA%3BEAAA%2C0BAAA%3B%3BADvIA%2CMwDzGM%2CUA%2BDD%2CIACG%2COxDyCP%3BECuID%2CcAAA%3BEAAA%2C0BAAA%3B%3BAuDjLI%2CMA%5C%2FDE%2CUA%2BDD%2CIAMG%3BEACI%2CUAAA%3B%3BAAIR%2CMA1EE%2CUA0ED%2CwBACG%2COAAM%3BEACF%2CeAAA%3B%3BAC3HZ%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%3BAC9ER%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%3BA1BhBZ%2CaACI%3BEACI%2CmBAAA%3B%3BAAFR%2CaACI%2COAGI%3BE%5C%2FB2QR%2CWAAA%3BEAAA%2CgBAAA%3B%3BA%2BBpQA%3BEACI%2CcAAA%3B%3BAADJ%2CaAGI%2CiBACI%3BEAEI%2CaAAA%3B%3BAAKZ%3BE%5C%2FByPA%2CgBAAA%3BE%2BBvPI%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%2FBgOJ%2CqBAAA%3BE6C9QA%2CqBAAA%3B%3BAdgCA%2CaAaI%2CacqNF%3BAdlOF%2CaAcI%2CecoNF%3BE7ChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA6CHA%2CaduCI%2CacvCH%3BAAAD%2CadwCI%2CecxCH%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE7C9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSChRQ%2CODgRR%3BEAAA%2Ca%2BCvRe%2CY%5C%2FCuRf%3BEAAA%2CsBAAA%3BE6CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2Cad0BA%2Cac3BH%2CMACI%3BAAAD%2Cad2BA%2Cec5BH%2CMACI%3BE7C2PL%2CWAAA%3B%3BA6CrPI%2CadoBA%2CacrBH%2COACI%3BAAAD%2CadqBA%2CectBH%2COACI%3BE7CqPL%2CcAAA%3B%3BA6CzKA%2Cad1CI%2Cec0CH%3BE7CyKD%2CS8C5PS%2CO9C4PT%3B%3BA%2BB5MA%3BE%5C%2FB4MA%2CqBAAA%3BE6ChOA%2CqBAAA%3B%3BAAMA%2CYAAC%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BE7C9DA%2CiBAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CS8C9NQ%2CO9C8NR%3BEAAA%2Ca%2BCvRe%2CY%5C%2FCuRf%3BEAAA%2CkBAAA%3BEAAA%2CsBAAA%3BE6CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAtRI%2CYADH%2CMACI%3BE7C6ML%2CWAAA%3B%3BA6CvMI%2CYADH%2COACI%3BE7CuML%2CcAAA%3B%3BA%2BB5LQ%2CYAFH%2COAEI%3BAAAD%2CYADH%2CQACI%3BEACG%2CSepCN%2COfoCM%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%2FBuJb%2C6BAAA%3B%3BA%2BBvKI%2CKAAC%2CcAeG%2CWAKI%3BEACI%2CeAAA%3B%3BAAUhB%3BE%5C%2FBwIA%2CgCAAA%3BE%2BBtII%2CSAAA%3B%3BAAIQ%2CgBAFP%2CQACG%2COACK%3BE%5C%2FBkIb%2CS8C%5C%2FNM%2CO9C%2BNN%3B%3BA%2BBxIA%2CgBAYI%3BE%5C%2FB4HJ%2CcAAA%3BE%2BB1HQ%2CeAAA%3BEACA%2CSAAA%3BEACA%2C4BAAA%3BEACA%2CkBAAA%3BE%5C%2FBuHR%2CcAAA%3BE6ChOA%2CqBAAA%3B%3BAAMA%2CgBd8FI%2COc9FH%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BE7C9DA%2CiBAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CS8C9NQ%2CO9C8NR%3BEAAA%2Ca%2BCvRe%2CY%5C%2FCuRf%3BEAAA%2CkBAAA%3BEAAA%2CsBAAA%3BE6CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAtRI%2CgBdiFA%2COclFH%2CMACI%3BE7C6ML%2CWAAA%3B%3BA%2BBxIA%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%2FB0EZ%2CgBAAA%3BE%2BBxEgB%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%3BEnBsQX%2CcAAA%3B%3BAmBjQA%2CyBAKI%3BEnB4PJ%2CkBAAA%3BEmB1PQ%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%3BEnBgJR%2CiBAAA%3BEmB9IY%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%3BEnBqHT%2CiBAAA%3BEmBnHY%2CcAAA%3BEACA%2CeAAA%3B%3BAa7JZ%2CcACI%3BEhC8QJ%2CeAAA%3BEgC5QQ%2CqBAAA%3B%3BAAHR%2CcAMI%3BEACI%2CmBAAA%3B%3BAAIR%3BEhCoQA%2CgBAAA%3BEgClQI%2CeAAA%3BEACA%2CcAAA%3B%3BAAGJ%3BEAEI%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CUAAA%3B%3BAAJJ%2CmBAMI%3BEhCwPJ%2CmBAAA%3BEAAA%2CqBAAA%3BE6ChOA%2CqBAAA%3B%3BAb9BA%2CmBAMI%2CUa4OF%3BE7ChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA6C2CA%2CmBb9BI%2CUa8BH%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BE7C9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSC3QW%2COD2QX%3BEAAA%2Ca%2BCvRe%2CY%5C%2FCuRf%3BEAAA%2CsBAAA%3BE6CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAbrTQ%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%3BEhCmNb%2CsBAAA%3BEgCjNgB%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%3BEhC2LR%2CqBAAA%3BE6C9QA%2CqBAAA%3B%3BAb8EA%2CoBAGI%2CeaiLF%3BE7ChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA6CHA%2CoBb2EI%2Cea3EH%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE7C9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CS8C5PS%2CO9C4PT%3BEAAA%2Ca%2BCvRe%2CY%5C%2FCuRf%3BEAAA%2CsBAAA%3BE6CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CoBb8DA%2Cea%5C%2FDH%2CMACI%3BE7C2PL%2CWAAA%3B%3BA6CrPI%2CoBbwDA%2CeazDH%2COACI%3BE7CqPL%2CcAAA%3B%3BAgC7KA%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%3BAiB%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%3BANDZ%2CqBASI%3BAATJ%2CqBAUI%2COAAM%3BElCqRV%2CgBAAA%3B%3BAkChRQ%2CqBADJ%2CQACK%3BEACG%2CQAAA%3B%3BAAGJ%2CqBALJ%2CQAKK%3BElC4QT%2CqBAAA%3BE6C9QA%2CqBAAA%3BEXQY%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3B%3BAARJ%2CqBALJ%2CQAKK%2CIWgQP%3BE7ChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA6CHA%2CqBXTI%2CQAKK%2CIWIR%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE7C9DA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CcAAA%3BEAAA%2CS8CpOU%2CO9CoOV%3BEAAA%2Ca%2BCvRe%2CY%5C%2FCuRf%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BE6CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CqBXtBA%2CQAKK%2CIWgBR%2CMACI%3BE7C2PL%2CcAAA%3B%3BA6CrPI%2CqBX5BA%2CQAKK%2CIWsBR%2COACI%3BE7CqPL%2CcAAA%3B%3BAoD%5C%2FRI%2COAAC%3BEACG%2CgBAAA%3B%3BAAGJ%2COAAC%2CMACG%3BEpD0RR%2CyBAAA%3BEAAA%2C2EAAA%3BEoDrRY%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%3BEpD0QzB%2CWAAA%3BEoDxQgB%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%3BEpDmML%2CcAAA%3B%3BAoD%5C%2FLI%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%3BEpD6KZ%2CcAAA%3BE6ChOA%2CqBAAA%3B%3BAAMA%2COO2BK%2CQASI%2CMPpCR%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BE7C9DA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CcAAA%3BEAAA%2CS8C9NQ%2CO9C8NR%3BEAAA%2Ca%2BCvRe%2CY%5C%2FCuRf%3BEAAA%2CsBAAA%3BE6CqEA%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%3BEpD8Jb%2CcAAA%3B%3BA6ChKA%2COOMsB%2CUArCjB%2CQASI%2CMPsBR%3BE7CgKD%2CS8C%5C%2FNM%2CO9C%2BNN%3B%3BAoDlJQ%2COA7CH%2CQA6CI%3BEACG%2CSAAA%3BEACA%2CaAAA%3B%3BAAFJ%2COA7CH%2CQA6CI%2CQAIG%3BEACI%2CkBAAA%3BEACA%2CcAAA%3B%3BAANR%2COA7CH%2CQA6CI%2CQASG%3BEpDyIZ%2CcAAA%3BEoDvIgB%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%3BEpDwHZ%2CcAAA%3BEoDtHgB%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3B%3BAAEA%2COA7EX%2CQA6CI%2CQA0BG%2COAMK%3BEACG%2CSAAS%2CGAAT%3B%3BAAGJ%2COAjFX%2CQA6CI%2CQA0BG%2COAUK%3BEACG%2CSAAS%2CGAAT%3B%3BAUlLpB%2CkBAAkB%2CMACd%2CQAAO%3BE9D8RX%2CSAAA%3B%3BA8DzRA%3BE9DyRA%2CgBAAA%3BEAAA%2CyBAAA%3BEAAA%2CaAAA%3BEAAA%2CWAAA%3BEAAA%2CyCAAA%3BEAAA%2C%2BBAAA%3BEAAA%2COAAA%3BEAAA%2CgBAAA%3BEAAA%2CkBAAA%3BEAAA%2CMAAA%3BEAAA%2CaAAA%3BEiOlJA%2CaAAA%3BEACA%2CUAAA%3BEnK%5C%2FHI%2CsBAAA%3B%3BAATJ%2CUmK0EA%3BEjO%2BMA%2CgBAAA%3BEAAA%2CmBAAA%3B%3BA8DzRA%2CUmK0EA%2CcAGI%3BEjO4MJ%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CkBAAA%3BEAAA%2CmBAAA%3B%3BA8DzRA%2CUmKgGA%2CeACI%2CQAAO%3BEjOwLX%2CkBAAA%3BEAAA%2CqBAAA%3BEIzDA%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2C4BAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3BEJgDA%2CgBAAA%3BEAAA%2CWAAA%3BEAAA%2CSAAA%3B%3BA8DzRA%2CUmKgGA%2CeACI%2CQAAO%2CMpL4KT%3BE7ChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA6CHA%2CUoL%2BEA%2CeACI%2CQAAO%2CMpLhFV%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE7C9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CS8C1OU%2CO9C0OV%3BEAAA%2Ca%2BCvRe%2CY%5C%2FCuRf%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BE6CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CUoLkEJ%2CeACI%2CQAAO%2CMpLpEV%2CMACI%3BE7C2PL%2CcAAA%3B%3BA6CrPI%2CUoL4DJ%2CeACI%2CQAAO%2CMpL9DV%2COACI%3BE7CqPL%2CcAAA%3B%3BAI7CA%2CU6N5IA%2CeACI%2CQAAO%2CM7N2IV%3BAACD%2CU6N7IA%2CeACI%2CQAAO%2CM7N4IV%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CU6NlJA%2CeACI%2CQAAO%2CM7NiJV%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CU6NvJA%2CeACI%2CQAAO%2CM7NsJV%3BAACD%2CU6NxJA%2CeACI%2CQAAO%2CM7NuJV%3BAACD%2CQAAQ%2CUAAW%2CW6NzJnB%2CeACI%2CQAAO%3BE7NyJP%2CoBAAA%3BEJ%2BBJ%2CYAAA%3B%3BAiO%5C%2FIA%2CUAAC%3BEACG%2CUAAA%3B%3BAnK3IJ%2CUAWI%3BEAEI%2CgBAAA%3B%3BAAbR%2CUAWI%2CgBAII%3BEACI%2CgBAAA%3B%3BAAGI%2CUARZ%2CgBAII%2CWAGI%2COACK%3BEACG%2CSAAS%2CIAAT%3B%3BAAOZ%2CUADJ%2CQACK%3BAAAD%2CUzC6BR%3BAyC7BQ%2CUzCiCR%3BEyChCY%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%3BE1DmIN%2CsBAAA%3BEAEA%2C4BAAA%3BEAEA%2CgBAAA%3BEACA%2CoBAAA%3BEAIA%2CiBAAA%3BEJgDA%2CgBAAA%3BEAAA%2CuBAAA%3BEAAA%2CSAAA%3BEAAA%2CUAAA%3BEAAA%2CcAAA%3BEAAA%2CqBAAA%3BEI5FA%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CeAAA%3B%3BAA6CA%2CM0D%5C%2FIM%2Cc1D%2BIL%3BAACD%2CM0DhJM%2Cc1DgJL%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CM0DrJM%2Cc1DqJL%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CM0D1JM%2Cc1D0JL%3BAACD%2CM0D3JM%2Cc1D2JL%3BAACD%2CQAAQ%2CUAAW%2CO0D5Jb%3BE1D6JF%2CoBAAA%3BEJ%2BBJ%2CYAAA%3B%3BADjJA%2CM%2BD3CM%2Cc%5C%2FD2CL%3BECiJD%2CcAAA%3BEAAA%2CqBAAA%3B%3BAD5IA%2CM%2BDhDM%2Cc%5C%2FDgDL%3BEC4ID%2CcAAA%3BEAAA%2C0BAAA%3B%3BADvIA%2CM%2BDrDM%2Cc%5C%2FDqDL%3BECuID%2CcAAA%3BEAAA%2C0BAAA%3B%3BAIxFA%2CM0DpGM%2Cc1DoGL%3BAACD%2CM0DrGM%2Cc1DqGL%3BAACD%2CM0DtGM%2Cc1DsGL%3BEACG%2CgBAAA%3BEACA%2CSAAA%3B%3BAAGJ%2CM0D3GM%2Cc1D2GL%3BAACD%2CM0D5GM%2Cc1D4GL%3BAACD%2CQAAQ%2CUAAW%2CO0D7Gb%3BE9D4LN%2CcAAA%3BEAAA%2CYAAA%3BEI5EI%2CeAAA%3BEACA%2CoBAAA%3BEACA%2C0BAAA%3B%3BA6B3MA%2CSAAC%2CMAAM%3BEWsIX%2CqBAAA%3BEACA%2CkBAAA%3BEXzHQ%2CgBAAA%3BEACA%2CsBAAA%3B%3BAjCkBR%2CSiCjCK%2CMAAM%2COjCiCV%3BAACD%2CSiClCK%2CMAAM%2COjCkCV%3BEACG%2CSAAS%2CEAAT%3BEACA%2CcAAA%3B%3BAAGJ%2CSiCvCK%2CMAAM%2COjCuCV%3BEACG%2CWAAA%3B%3BAiCxCA%2CSAAC%2CMAAM%2COWsbX%3BEACI%2CWAAA%3BEACA%2CSAAA%3B%3BAXxbA%2CSAAC%2CMAAM%2COW2bX%3BEACI%2CYAAA%3BEACA%2CSAAA%3B%3BAX7bA%2CSAAC%2CMAAM%2COWoJX%3BE5CiIA%2CqBAAA%3BE6ChOA%2CqBAAA%3B%3BAZrDI%2CSAAC%2CMAAM%2COWoJX%2CeCqHE%3BE7ChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA6C2CA%2CSZ3DK%2CMAAM%2COWoJX%2CeCzFC%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BE7C9DA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CWAAA%3BEAAA%2CS8C9NQ%2CO9C8NR%3BEAAA%2Ca%2BCvRe%2CY%5C%2FCuRf%3BEAAA%2CSAAA%3BEAAA%2CsBAAA%3BE6CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAtRI%2CSZxEC%2CMAAM%2COWoJX%2CeC7EC%2CMACI%3BE7C6ML%2CWAAA%3B%3BA6CvMI%2CSZ9EC%2CMAAM%2COWoJX%2CeCvEC%2COACI%3BE7CuML%2CcAAA%3B%3BA4CuHA%2CSX5YK%2CMAAM%2COWoJX%2CeAwPC%3BE5CvHD%2CqBAAA%3BE6ChOA%2CqBAAA%3B%3BADuVA%2CSX5YK%2CMAAM%2COWoJX%2CeAwPC%2COCnIC%3BE7ChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA6C2CA%2CSZ3DK%2CMAAM%2COWoJX%2CeAwPC%2COCjVA%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BE7C9DA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CWAAA%3BEAAA%2CS8C%5C%2FNM%2CO9C%2BNN%3BEAAA%2Ca%2BCvRe%2CY%5C%2FCuRf%3BEAAA%2CSAAA%3BEAAA%2CsBAAA%3BE6CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAtRI%2CSZxEC%2CMAAM%2COWoJX%2CeAwPC%2COCrUA%2CMACI%3BE7C6ML%2CWAAA%3B%3BA6CvMI%2CSZ9EC%2CMAAM%2COWoJX%2CeAwPC%2COC%5C%2FTA%2COACI%3BE7CuML%2CcAAA%3B%3BAiCrRI%2CSAAC%2CMAAM%2COW4NX%3BE5CyDA%2CSAAA%3BEAAA%2CUAAA%3BED1KA%2CqBAAA%3BEC0KA%2CgBAAA%3BEAAA%2CsBAAA%3BEAAA%2CeAAA%3BEAAA%2CgBAAA%3BEAAA%2CYAAA%3BE4ChDI%2CsBAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3BE5C8CJ%2CSAAA%3BEAAA%2CyCAAA%3B%3BAiCrRI%2CSAAC%2CMAAM%2COW4NX%2COAsBI%3BE5CmCJ%2CSAAA%3BEAAA%2CyBAAA%3B%3BA4C3BQ%2CSX1PH%2CMAAM%2COW4NX%2COAsBI%2CGAQK%3BE5C2BT%2CmBAAA%3BE4CzBY%2CeAAA%3B%3BAAuTZ%2CSXnjBK%2CMAAM%2COW4NX%2COAuVC%3BAACD%2CSXpjBK%2CMAAM%2COW4NX%2COAwVC%3BEACG%2C0BAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3B%3BAAGJ%2CSX7jBK%2CMAAM%2COW4NX%2COAiWC%3BEACG%2CiBAAA%3BE5CzSJ%2CsDAAA%3BE4C2SI%2CWAAA%3B%3BAAGJ%2CSXnkBK%2CMAAM%2COW4NX%2COAuWC%3BEACG%2CiBAAA%3BE5C%5C%2FSJ%2CsDAAA%3BE4CiTI%2CWAAA%3B%3BAAzDJ%2CSX7gBK%2CMAAM%2COW4NX%2COAiTC%3BE5CxPD%2CUAAA%3BEAAA%2CUAAA%3B%3BA4C6PA%2CSXlhBK%2CMAAM%2COW4NX%2COAsTC%3BE5C7PD%2CSAAA%3BEAAA%2CUAAA%3B%3BA4CZA%2CSXzQK%2CMAAM%2COWyQV%3BEACG%2CiBAAA%3B%3BAADJ%2CSXzQK%2CMAAM%2COWyQV%2COAGG%3BEACI%2CcAAA%3B%3BAX7QJ%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%3BAYiEhB%2CSZ5GK%2CMAAM%2COAmCD%2CUAGG%2CMYsEZ%3BE7CyKD%2CS8ChQiB%2CO9CgQjB%3B%3BAiCxOgB%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%3BEjCgOb%2CWAAA%3B%3BAiC1NY%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%3BEjC2LrB%2CcAAA%3B%3BAiCtLgB%2CKAhBH%2CcAAe%2CUA%5C%2FEvB%2CMAAM%2COAkFG%2CUAaG%3BAACD%2CKAjBH%2CcAAe%2CUA%5C%2FEvB%2CMAAM%2COAkFG%2CUAcG%3BEjCqLjB%2CcAAA%3B%3BAiClLoB%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%3BEjCyKZ%2CgBAAA%3BEAAA%2CyBAAA%3BEAAA%2CaAAA%3BEAAA%2CWAAA%3BEAAA%2CyCAAA%3BEAAA%2C%2BBAAA%3BEAAA%2CSAAA%3BEAAA%2COAAA%3BEAAA%2CeAAA%3BEAAA%2CQAAA%3BEAAA%2CMAAA%3BEAAA%2CaAAA%3BEiOlJA%2CaAAA%3BEACA%2CUAAA%3BEhMtBQ%2CsBAAA%3B%3BAAFJ%2CSAAC%2COAAO%2CMgMtCZ%3BEjO%2BMA%2CgBAAA%3BEAAA%2CmBAAA%3B%3BAiCzKI%2CSAAC%2COAAO%2CMgMtCZ%2CcAGI%3BEjO4MJ%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CkBAAA%3BEAAA%2CmBAAA%3B%3BAiCzKI%2CSAAC%2COAAO%2CMgMhBZ%2CeACI%2CQAAO%3BEjOwLX%2CkBAAA%3BEAAA%2CqBAAA%3BEIzDA%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2C4BAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3BEJgDA%2CgBAAA%3BEAAA%2CWAAA%3BEAAA%2CSAAA%3B%3BAiCzKI%2CSAAC%2COAAO%2CMgMhBZ%2CeACI%2CQAAO%2CMpL4KT%3BE7ChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA6CHA%2CSZ%2BFK%2COAAO%2CMgMhBZ%2CeACI%2CQAAO%2CMpLhFV%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE7C9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CS8C1OU%2CO9C0OV%3BEAAA%2Ca%2BCvRe%2CY%5C%2FCuRf%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BE6CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CSZkFC%2COAAO%2CMgMhBZ%2CeACI%2CQAAO%2CMpLpEV%2CMACI%3BE7C2PL%2CcAAA%3B%3BA6CrPI%2CSZ4EC%2COAAO%2CMgMhBZ%2CeACI%2CQAAO%2CMpL9DV%2COACI%3BE7CqPL%2CcAAA%3B%3BAI7CA%2CS6B5HK%2COAAO%2CMgMhBZ%2CeACI%2CQAAO%2CM7N2IV%3BAACD%2CS6B7HK%2COAAO%2CMgMhBZ%2CeACI%2CQAAO%2CM7N4IV%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CS6BlIK%2COAAO%2CMgMhBZ%2CeACI%2CQAAO%2CM7NiJV%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CS6BvIK%2COAAO%2CMgMhBZ%2CeACI%2CQAAO%2CM7NsJV%3BAACD%2CS6BxIK%2COAAO%2CMgMhBZ%2CeACI%2CQAAO%2CM7NuJV%3BAACD%2CQAAQ%2CUAAW%2CU6BzId%2COAAO%2CMgMhBZ%2CeACI%2CQAAO%3BE7NyJP%2CoBAAA%3BEJ%2BBJ%2CYAAA%3B%3BAiO%5C%2FIA%2CShM1BK%2COAAO%2CMgM0BX%3BEACG%2CUAAA%3B%3BAhMvBI%2CSAJH%2COAAO%2CMAIH%3BEACG%2CcAAA%3B%3BAAIR%2CSAAC%3BEjCgKL%2CgCAAA%3BEAAA%2CmBAAA%3BEAAA%2CYAAA%3BEiOhIA%2CSAAA%3BEACA%2COAAA%3BEACA%2CUAAA%3BEACA%2CeAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3B%3BAAEA%2CShMvCK%2CQgMuCJ%3BEjOyHD%2CYAAA%3BEiOrHQ%2CyBAAA%3B%3BAhMxCA%2CSAHH%2CQAGI%3BEACG%2CcAAA%3B%3BAAUR%2CSAAC%2CSAAS%2CKAEN%2CQAAO%3BAADX%2CSAAC%2CSAAS%2CKACN%2CQAAO%3BEjCgJf%2CcAAA%3B%3BAiC1IA%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%3BEjC8FT%2CcAAA%3BEiC5FY%2CqBAAA%3BEACA%2CkBAAA%3B%3BAAEA%2C0BA1BR%2CUAqBK%2COAKI%3BEjCyFb%2CqBAAA%3BE6C9QA%2CqBAAA%3B%3BAAMA%2C0BZqJI%2CUAqBK%2COAKI%2CQY%5C%2FKZ%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE7C9DA%2CkBAAA%3BEAAA%2CoBAAA%3BEAAA%2CcAAA%3BEAAA%2CSC5QW%2COD4QX%3BEAAA%2Ca%2BCvRe%2CY%5C%2FCuRf%3BEAAA%2CiBAAA%3BEAAA%2C2BAAA%3BE6CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAZtJY%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%3BEjCWR%2CiBAAA%3B%3BAiCbA%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%3BEjC3BR%2CcAAA%3B%3BAiCiCQ%2C0BADJ%2CQACK%3BEACG%2CeAAA%3B%3BAAKJ%2C0BADJ%2CYACK%3BEAEG%2CkBAAA%3B%3BAQvUR%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%3BEzC4FZ%2CcAAA%3B%3BAyC%5C%2FRA%2CcAyMI%2CeAEI%3BEACI%2CmBAAA%3BEACA%2CiBAAA%3B%3BAAIR%2CcAAC%2CaACG%2CaAAe%3BEzC6EvB%2CiBAAA%3B%3BAyC9EI%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%3BEzC6B3B%2CiBAAA%3BEyC3BQ%2CmBAAA%3B%3BAApQR%2CcAkQI%2CiBAAiB%2COAAM%2COAInB%3BEACI%2CgBAAA%3B%3BAAKZ%2CyBAMI%3BEACI%2CcAAA%3B%3BAAIR%2C%2BBACI%3BEACI%2CcAAA%3B%3BAiBxRR%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%3BE1D4QR%2CqBAAA%3BE6C9QA%2CqBAAA%3BEaeY%2CcAAA%3B%3BAbTZ%2CMatBM%2CWAeF%2COAGI%2CSbIP%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE7C9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CS8CnOY%2CO9CmOZ%3BEAAA%2Ca%2BCvRe%2CY%5C%2FCuRf%3BEAAA%2CiBAAA%3BEAAA%2CsBAAA%3BE6CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAa5UY%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%3BAPtDR%2CKAAK%2COAAQ%3BEnD0Rb%2CcAAA%3B%3BAmDvRI%2CKAHC%2COAAQ%2CSAGR%3BEACG%2CSAAS%2CGAAT%3B%3BAAGJ%2CKAPC%2COAAQ%2CSAOR%3BEACG%2CSAAS%2CGAAT%3B%3BAAIR%3BE%2BKuEA%2CgBAAA%3BEACA%2CmBAAA%3B%3BA%5C%2FKxEA%2Ce%2BK2EA%3BElOmMA%2CWAAA%3BEkOjMI%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3B%3BAAEA%2CeANJ%2CeAMK%3BEACG%2COAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3BEA6FR%2CmCAAA%3BElO2FA%2CcAAA%3BEAAA%2Ca%2BCvRe%2CY%5C%2FCuRf%3BEAAA%2CeAAA%3BEAAA%2CYAAA%3BEAAA%2CmBAAA%3BEAAA%2CiBAAA%3BEkOxEA%2CSpLnLQ%2CQAAA%2CQAAA%2CQAAA%2CQAAA%2COoLmLR%3BEAXA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3B%3BA%5C%2FK9LA%2Ce%2BK2EA%2CeAsBM%3BEACE%2CcAAA%3BEACA%2CgBAAA%3B%3BAAEA%2CeA1BR%2CeAsBM%2COAIG%3BEACG%2CkBAAA%3BEACA%2CUAAA%3BEA4EZ%2CmCAAA%3BElO2FA%2CcAAA%3BEAAA%2Ca%2BCvRe%2CY%5C%2FCuRf%3BEAAA%2CeAAA%3BEAAA%2CYAAA%3BEAAA%2CmBAAA%3BEAAA%2CiBAAA%3BEkOxEA%2CSpLnLQ%2CQAAA%2CQAAA%2CQAAA%2CQAAA%2COoLmLR%3BEAXA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3B%3BA%5C%2FK9LA%2Ce%2BK2EA%2CeAsBM%2COAiBE%3BElOhHR%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAmDLA%2CwBAEI%2CgB%2BKoHJ%3BA%5C%2FKrHA%2CcACI%2CgB%2BKoHJ%3BElOxHA%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAmDEA%3BE%2BKpBA%2CgBAAA%3B%3BAAEA%2CoBAAC%3BElOqRD%2CcAAA%3BEAAA%2Ca%2BCvRe%2CY%5C%2FCuRf%3BEAAA%2CeAAA%3BEAAA%2CYAAA%3BEAAA%2CmBAAA%3BEAAA%2CiBAAA%3BEkO1GA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CmCAAA%3BEA8BA%2CSpLnLQ%2CQAAA%2CQAAA%2CQAAA%2CQAAA%2COoLmLR%3BEAlMI%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA%5C%2FKKJ%2CoB%2BKFA%2CMAAK%3BElOPL%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAkOMY%2CoBANZ%2CMAAK%2CcAGA%2CMAEK%2CQACG%3BAAAD%2CoBANZ%2CMAAK%2CcAIA%2CQACK%2CQACG%3BEACG%2CUAAA%3B%3BA%5C%2FKLhB%2CoB%2BKWA%3BEACI%2CeAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3B%3BA%5C%2FKdJ%2CoB%2BKWA%2CMAKI%3BElOzBJ%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAkOsBI%2CoBATJ%2CMASK%3BElO%2BOL%2CcAAA%3BEAAA%2Ca%2BCvRe%2CY%5C%2FCuRf%3BEAAA%2CeAAA%3BEAAA%2CYAAA%3BEAAA%2CmBAAA%3BEAAA%2CiBAAA%3BEkO1GA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CmCAAA%3BEAlIQ%2CUAAA%3B%3BAAIA%2CoBApBR%2CMAmBK%2CMACI%3BEACG%2CUAAA%3B%3BAAIA%2CoBAzBZ%2CMAmBK%2CMAKK%2CQACG%3BEACG%2CUAAA%3B%3BA%5C%2FKrChB%2CoB%2BK8HI%2CSAAQ%3BEACJ%2CUAAA%3B%3BAAEA%2CoBAHJ%2CSAAQ%2CCAGH%3BEA0DT%2CSpLnLQ%2CQAAA%2CQAAA%2CQAAA%2CQAAA%2COoLmLR%3B%3BA%5C%2FK3LA%2CoB%2BK8HI%2CSAAQ%3BEACJ%2CUAAA%3B%3BAAEA%2CoBAHJ%2CSAAQ%2CCAGH%3BEA0DT%2CSpLnLQ%2CQAAA%2CQAAA%2CQAAA%2COoLmLR%3B%3BA%5C%2FK3LA%2CoB%2BK8HI%2CSAAQ%3BEACJ%2CUAAA%3B%3BAAEA%2CoBAHJ%2CSAAQ%2CCAGH%3BEA0DT%2CSpLnLQ%2CQAAA%2CQAAA%2COoLmLR%3B%3BA%5C%2FK3LA%2CoB%2BK8HI%2CSAAQ%3BEACJ%2CUAAA%3B%3BAAEA%2CoBAHJ%2CSAAQ%2CCAGH%3BEA0DT%2CSpLnLQ%2CQAAA%2COoLmLR%3B%3BA%5C%2FK3LA%2CoB%2BK8HI%2CSAAQ%3BEACJ%2CUAAA%3B%3BAAEA%2CoBAHJ%2CSAAQ%2CCAGH%3BEA0DT%2CSpLnLQ%2COoLmLR%3B%3BA%5C%2FKxLI%2CoBAAC%3BE%2BKwLL%2CSjOtMc%2CQAAA%2CQAAA%2CQAAA%2CQAAA%2COiOsMd%3B%3BA%5C%2FK7KA%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%3BEnD0MtB%2CgBAAA%3BEAAA%2CsBAAA%3BEAAA%2CWAAA%3BEAAA%2CiBAAA%3BEAAA%2CmBAAA%3BEAAA%2CiBAAA%3BEmDvMY%2CSAAA%3B%3BA%5C%2FC4PZ%2CO%2BChQK%2CKACG%2CQAAO%2COAAO%2CQ%5C%2FC%2BPrB%3BAACD%2CO%2BCjQK%2CKACG%2CQAAO%2COAAO%2CQ%5C%2FCgQrB%3BEJtDD%2CmBAAA%3BEAAA%2CsBAAA%3BEAAA%2CWAAA%3B%3BAI4DA%2CO%2BCvQK%2CKACG%2CQAAO%2COAAO%2CQ%5C%2FCsQrB%3BEJ5DD%2CmBAAA%3BEAAA%2CsBAAA%3BEAAA%2CWAAA%3B%3BAmD3MI%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%3BEnDgJZ%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CkBAAA%3BEAAA%2CmBAAA%3B%3BAmD1II%2COAAC%3BEAEG%2CgCAAA%3BEACA%2CSAAA%3BEACA%2CeAAA%3B%3BAnDlGR%2COmD8FK%2CKnD9FJ%3BEACG%2CWAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CcAAA%3B%3BAmDiGI%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%3BEnDwGL%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CgBAAA%3BEAAA%2CmBAAA%3BEmDtGQ%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%3BEnD7JR%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CgBAAA%3BEAAA%2CmBAAA%3BEmD%2BJY%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAzCZ%2CgBAiBI%2CgBA2BI%3BEACI%2CSAAA%3BEACA%2CmBAAA%3B%3BAA9CZ%2CgBAiBI%2CgBAgCI%3BEnDxKR%2CcAAA%3B%3BAmOhSA%2CkBACI%3BEnO%2BRJ%2CiBAAA%3BEmO7RQ%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%3BAhMfZ%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%3BEnCyMZ%2CuBAAA%3BEAAA%2CkBAAA%3BEAAA%2CUAAA%3BEAAA%2CcAAA%3BEAAA%2CqBAAA%3BEI5FA%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CeAAA%3B%3BALvDA%2CyBoC1DI%2CaACI%2CMACI%2CEpCwDX%3BECiJD%2CcAAA%3BEAAA%2CqBAAA%3B%3BAD5IA%2CyBoC%5C%2FDI%2CaACI%2CMACI%2CEpC6DX%3BEC4ID%2CcAAA%3BEAAA%2C0BAAA%3B%3BADvIA%2CyBoCpEI%2CaACI%2CMACI%2CEpCkEX%3BECuID%2CcAAA%3BEAAA%2C0BAAA%3B%3BAIxFA%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%3BEnCyMZ%2CcAAA%3BEAAA%2CYAAA%3BEI5EI%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%3BEd2RR%2CmBAAA%3BEczRY%2CsBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3B%3BAAVZ%2CYACI%2CMAYI%3BEdmRR%2CmBAAA%3BEAAA%2CcAAA%3BEchRY%2CsBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3B%3BAAEA%2CYApBR%2CMAYI%2CEAQK%3BEd2Qb%2CmBAAA%3BEAAA%2CqBAAA%3B%3BAcnQA%3BEACI%2CsBAAA%3BEACA%2CmBAAA%3BEACA%2CaAAA%3B%3BAAHJ%2CoBAKI%3BEACI%2C6BAAA%3BEACA%2CiBAAA%3B%3BAAPR%2CoBAKI%2CaAIM%3BEd0PV%2CiBAAA%3BEcxPY%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%3BEdgHT%2CqBAAA%3BE6ChOA%2CqBAAA%3BE7CgOA%2CWAAA%3B%3BAchHQ%2CoBADJ%2CQACK%2CK%2BBoGP%3BE7ChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA6C2CA%2CoB%5C%2FByGI%2CQACK%2CK%2BB1GR%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BE7C9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CS8C9NQ%2CO9C8NR%3BEAAA%2Ca%2BCvRe%2CY%5C%2FCuRf%3BEAAA%2CsBAAA%3BE6CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAzOA%2CoB%5C%2FB%2BCI%2CQACK%2CKAWI%2CS%2BB3DZ%3BE7CgKD%2CS8C%5C%2FNM%2CO9C%2BNN%3B%3BAcnQA%2CoBAuKI%3BEd4FJ%2CiBAAA%3B%3BAcnQA%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%3BASiHhB%2CqBT3GsB%2CQAAO%2COAAO%2COS2GnC%3BE7CyKD%2CS8CnOY%2CO9CmOZ%3B%3BAoO9QA%2CsBACI%3BEpO6QJ%2CmBAAA%3BEoO3QQ%2CeAAA%3B%3BAAHR%2CsBAKI%3BEACI%2CeAAA%3B%3BAACA%2CsBAFJ%2CMAEK%3BEACG%2CaAAA%3B%3BAARZ%2CsBAKI%2CMAMI%3BAAXR%2CsBAKI%2CMAOM%3BEACE%2CkCAAA%3BEpOiQZ%2CcAAA%3BEoO%5C%2FPY%2CcAAA%3BEACA%2C0BAAA%3B%3BAAhBZ%2CsBAKI%2CMAcI%3BEACI%2CqBAAA%3B%3BAAEA%2CsBAjBR%2CMAcI%2CEAGK%3BEpOwPb%2CmBAAA%3B%3BAoOnPQ%2CsBAtBJ%2CMAsBK%2CQACG%3BAADJ%2CsBAtBJ%2CMAsBK%2CQAEK%3BEpOiPd%2CqBAAA%3BEAAA%2CWAAA%3BEAAA%2CgBAAA%3B%3BAoOnPQ%2CsBAtBJ%2CMAsBK%2CQAQG%3BEpO2OZ%2CqBAAA%3B%3BAoO9QA%2CsBAKI%2CMAmCI%3BEACI%2C6BAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3B%3BArNNZ%3BEfyOA%2CsBAAA%3B%3BAerOA%3BEfyVA%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEAkCA%2C8BAAA%3BEACI%2C0BAAA%3BEACI%2CsBAAA%3BEe5XJ%2CiBAAA%3B%3BAAGJ%3BEf2VA%2CoBAAA%3BEACQ%2CYAAA%3B%3BAexVR%2CUACM%2CsBACE%3BEACI%2CaAAA%3B%3BAASZ%3BEAEI%2C6BAAA%3BEACA%2CmBAAA%3B%3BAAHJ%2CYAKI%2COAAM%3BEf0MV%2CyBAAA%3BEAAA%2CWAAA%3B%3BAepMA%2COAAO%2CMACD%2CUAAO%3BEfmMb%2CSAAA%3BEAAA%2CUAAA%3BED1KA%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%3BEfoLd%2CWAAA%3BEAAA%2CqBAAA%3B%3BADjJA%2COgBnDO%2CMACD%2CUAAO%2CMAOH%2CKAQI%2CIhBmCb%3BECiJD%2CWAAA%3BEAAA%2CqBAAA%3B%3BAD5IA%2COgBxDO%2CMACD%2CUAAO%2CMAOH%2CKAQI%2CIhBwCb%3BEC4ID%2CWAAA%3BEAAA%2C0BAAA%3B%3BADvIA%2COgB7DO%2CMACD%2CUAAO%2CMAOH%2CKAQI%2CIhB6Cb%3BECuID%2CWAAA%3BEAAA%2C0BAAA%3B%3BAenKI%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%3BEfwHL%2CmBAAA%3BEAAA%2CaAAA%3BEerHQ%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%3BEf4FL%2CgBAAA%3BEAAA%2C4BAAA%3BEuEnQA%2CcAAA%3BEvEmQA%2CiBAAA%3BEAAA%2CmBAAA%3BEAAA%2CqBAAA%3BEAAA%2CWAAA%3BEe1FQ%2CSAAA%3B%3BAAHJ%2CQALI%2COAKH%2CSwD9IL%3BAxD%2BII%2CQANI%2COAMH%2COwD%5C%2FIL%3BEvE2OA%2CcAAA%3B%3BAuExOI%2CQxDsII%2COAKH%2CSwD9IL%2CEAGK%3BAAAD%2CQxDsII%2COAMH%2COwD%5C%2FIL%2CEAGK%3BEvEwOL%2CcAAA%3B%3BAuEpOI%2CQxDkII%2COAKH%2CSwD9IL%2CEAOK%3BAAAD%2CQxDkII%2COAMH%2COwD%5C%2FIL%2CEAOK%3BEvEoOL%2CcAAA%3B%3BAevFI%2CQAXI%2COAWH%3BEACG%2CSAAA%3BEACA%2COAAA%3BEACA%2CeAAA%3BEACA%2CQAAA%3BEACA%2CUAAA%3B%3BAALJ%2CQAXI%2COAWH%2COAOG%3BEACI%2CgBAAA%3B%3BAAIR%2CQAvBI%2COAuBH%3BEf2EL%2CgBAAA%3BEAAA%2C4BAAA%3BEuEnQA%2CcAAA%3BEvEmQA%2CiBAAA%3BEAAA%2CmBAAA%3BEAAA%2CkBAAA%3BEAAA%2CWAAA%3BEezEQ%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAHJ%2CQAvBI%2COAuBH%2CKwDhKL%3BEvE2OA%2CcAAA%3B%3BAuExOI%2CQxDsII%2COAuBH%2CKwDhKL%2CEAGK%3BEvEwOL%2CcAAA%3B%3BAuEpOI%2CQxDkII%2COAuBH%2CKwDhKL%2CEAOK%3BEvEoOL%2CcAAA%3B%3BAehEA%3BEACI%2CgBAAA%3B%3BAAIA%2COAAC%3BEACG%2C6BAAA%3BEACA%2CiBAAA%3B%3BAAFJ%2COAAC%2CQAOG%2COACM%3BEfmDd%2CmBAAA%3BEAAA%2CiBAAA%3BEehDgB%2C6BAAA%3BEACA%2CeAAA%3BEACA%2CeAAA%3B%3BAAbZ%2COAAC%2CQAOG%2COASI%3BAAhBR%2COAAC%2CQAOG%2COAUI%3BEACI%2CcAAA%3BEACA%2CeAAA%3B%3BAAnBZ%2COAAC%2CQAOG%2COAeI%3BEfqCZ%2CcAAA%3BEenCgB%2CmBAAA%3B%3BAAxBZ%2COAAC%2CQAOG%2COAoBI%3BEfgCZ%2CcAAA%3BEAAA%2CqBAAA%3B%3BADjJA%2COgBsFK%2CQAOG%2COAoBI%2CEhBjHX%3BECiJD%2CcAAA%3BEAAA%2CqBAAA%3B%3BAD5IA%2COgBiFK%2CQAOG%2COAoBI%2CEhB5GX%3BEC4ID%2CWAAA%3BEAAA%2C0BAAA%3B%3BADvIA%2COgB4EK%2CQAOG%2COAoBI%2CEhBvGX%3BECuID%2CWAAA%3BEAAA%2C0BAAA%3B%3BAehBA%3BEfgBA%2CyBAAA%3BEAAA%2CWAAA%3BEebI%2CsBAAA%3BEACA%2CcAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2CYAAa%2COAAM%2CQAEf%2CUACI%3BAAFR%2CYACI%2CUACI%3BE6B%5C%2FOR%2CqBAAA%3BEACA%2CkBAAA%3B%3BA5CFA%2CYe6Oa%2COAAM%2CQAEf%2CUACI%2CSfhPP%3BAAAD%2CYe%2BOI%2CUACI%2CSfhPP%3BAACD%2CYe4Oa%2COAAM%2CQAEf%2CUACI%2CSf%5C%2FOP%3BAAAD%2CYe8OI%2CUACI%2CSf%5C%2FOP%3BEACG%2CSAAS%2CEAAT%3BEACA%2CcAAA%3B%3BAAGJ%2CYeuOa%2COAAM%2CQAEf%2CUACI%2CSf1OP%3BAAAD%2CYeyOI%2CUACI%2CSf1OP%3BEACG%2CWAAA%3B%3BAesOJ%2CYAAa%2COAAM%2CQAEf%2CUACI%2CS6B5OR%3BA7B0OA%2CYACI%2CUACI%2CS6B5OR%3BE5CgPA%2CUAAA%3BE4C9OI%2CeAAA%3BE5C8OJ%2CqBAAA%3BE6ChOA%2CqBAAA%3B%3BA9ByNA%2CYAAa%2COAAM%2CQAEf%2CUACI%2CS6B5OR%2CeCoOE%3BA9BMF%2CYACI%2CUACI%2CS6B5OR%2CeCoOE%3BE7ChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA6C2CA%2CY9BmNa%2COAAM%2CQAEf%2CUACI%2CS6B5OR%2CeCsBC%3BAAAD%2CY9BqNI%2CUACI%2CS6B5OR%2CeCsBC%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BE7C9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CS8C9NQ%2CO9C8NR%3BEAAA%2Ca%2BCvRe%2CY%5C%2FCuRf%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BE6CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAtRI%2CY9BsMS%2COAAM%2CQAEf%2CUACI%2CS6B5OR%2CeCkCC%2CMACI%3BAAAD%2CY9BwMA%2CUACI%2CS6B5OR%2CeCkCC%2CMACI%3BE7C6ML%2CcAAA%3B%3BA6CvMI%2CY9BgMS%2COAAM%2CQAEf%2CUACI%2CS6B5OR%2CeCwCC%2COACI%3BAAAD%2CY9BkMA%2CUACI%2CS6B5OR%2CeCwCC%2COACI%3BE7CuML%2CcAAA%3B%3BA4CqEA%2CY7B5Ea%2COAAM%2CQAEf%2CUACI%2CS6B5OR%2CeAqTC%3BAAAD%2CY7B1EI%2CUACI%2CS6B5OR%2CeAqTC%3BE5CrED%2CqBAAA%3BE6ChOA%2CqBAAA%3B%3BADqSA%2CY7B5Ea%2COAAM%2CQAEf%2CUACI%2CS6B5OR%2CeAqTC%2COCjFC%3BADiFF%2CY7B1EI%2CUACI%2CS6B5OR%2CeAqTC%2COCjFC%3BE7ChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA6C2CA%2CY9BmNa%2COAAM%2CQAEf%2CUACI%2CS6B5OR%2CeAqTC%2COC%5C%2FRA%3BAAAD%2CY9BqNI%2CUACI%2CS6B5OR%2CeAqTC%2COC%5C%2FRA%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BE7C9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CS8C%5C%2FNM%2CO9C%2BNN%3BEAAA%2Ca%2BCvRe%2CY%5C%2FCuRf%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BE6CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAtRI%2CY9BsMS%2COAAM%2CQAEf%2CUACI%2CS6B5OR%2CeAqTC%2COCnRA%2CMACI%3BAAAD%2CY9BwMA%2CUACI%2CS6B5OR%2CeAqTC%2COCnRA%2CMACI%3BE7C6ML%2CcAAA%3B%3BA6CvMI%2CY9BgMS%2COAAM%2CQAEf%2CUACI%2CS6B5OR%2CeAqTC%2COC7QA%2COACI%3BAAAD%2CY9BkMA%2CUACI%2CS6B5OR%2CeAqTC%2COC7QA%2COACI%3BE7CuML%2CcAAA%3B%3BAePA%2CYAAa%2COAAM%2CQAEf%2CUACI%2CS6BrDR%3BA7BmDA%2CYACI%2CUACI%2CS6BrDR%3BE5CyDA%2CSAAA%3BEAAA%2CUAAA%3BED1KA%2CqBAAA%3BEC0KA%2CgBAAA%3BEAAA%2CsBAAA%3BEAAA%2CeAAA%3BEAAA%2CgBAAA%3BEAAA%2CYAAA%3BE4ChDI%2CsBAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3BE5C8CJ%2CSAAA%3BEAAA%2CyCAAA%3B%3BAePA%2CYAAa%2COAAM%2CQAEf%2CUACI%2CS6BrDR%2CYAsBI%3BA7B6BJ%2CYACI%2CUACI%2CS6BrDR%2CYAsBI%3BE5CmCJ%2CSAAA%3BEAAA%2CUAAA%3B%3BA4C3BQ%2CY7BoBK%2COAAM%2CQAEf%2CUACI%2CS6BrDR%2CYAsBI%2CGAQK%3BAAAD%2CY7BsBJ%2CUACI%2CS6BrDR%2CYAsBI%2CGAQK%3BE5C2BT%2CmBAAA%3BE4CzBY%2CeAAA%3B%3BAAuTZ%2CY7BrSa%2COAAM%2CQAEf%2CUACI%2CS6BrDR%2CYAuVC%3BAAAD%2CY7BnSI%2CUACI%2CS6BrDR%2CYAuVC%3BAACD%2CY7BtSa%2COAAM%2CQAEf%2CUACI%2CS6BrDR%2CYAwVC%3BAAAD%2CY7BpSI%2CUACI%2CS6BrDR%2CYAwVC%3BEACG%2C0BAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3B%3BAAGJ%2CY7B%5C%2FSa%2COAAM%2CQAEf%2CUACI%2CS6BrDR%2CYAiWC%3BAAAD%2CY7B7SI%2CUACI%2CS6BrDR%2CYAiWC%3BEACG%2CiBAAA%3BE5CzSJ%2CsDAAA%3BE4C2SI%2CWAAA%3B%3BAAGJ%2CY7BrTa%2COAAM%2CQAEf%2CUACI%2CS6BrDR%2CYAuWC%3BAAAD%2CY7BnTI%2CUACI%2CS6BrDR%2CYAuWC%3BEACG%2CiBAAA%3BE5C%5C%2FSJ%2CsDAAA%3BE4CiTI%2CWAAA%3B%3BAAzDJ%2CY7B%5C%2FPa%2COAAM%2CQAEf%2CUACI%2CS6BrDR%2CYAiTC%3BAAAD%2CY7B7PI%2CUACI%2CS6BrDR%2CYAiTC%3BE5CxPD%2CUAAA%3BEAAA%2CUAAA%3B%3BA4C6PA%2CY7BpQa%2COAAM%2CQAEf%2CUACI%2CS6BrDR%2CYAsTC%3BAAAD%2CY7BlQI%2CUACI%2CS6BrDR%2CYAsTC%3BE5C7PD%2CSAAA%3BEAAA%2CUAAA%3B%3BA4CZA%2CY7BKa%2COAAM%2CQAEf%2CUACI%2CS6BRP%3BAAAD%2CY7BOI%2CUACI%2CS6BRP%3BEACG%2CiBAAA%3B%3BAADJ%2CY7BKa%2COAAM%2CQAEf%2CUACI%2CS6BRP%2COAGG%3BAAHJ%2CY7BOI%2CUACI%2CS6BRP%2COAGG%3BEACI%2CcAAA%3B%3BA7BCR%2CYAAa%2COAAM%2CQAEf%2CUACI%2CSAYI%2CGAAE%2CSACE%3BAAfhB%2CYACI%2CUACI%2CSAYI%2CGAAE%2CSACE%3BEfThB%2CWAAA%3BEAAA%2CqBAAA%3BEeoBoB%2CcAAA%3BEACA%2CYAAA%3B%3BAhBtKpB%2CYgB0Ia%2COAAM%2CQAEf%2CUACI%2CSAYI%2CGAAE%2CSACE%2CEhB1Jf%3BAAAD%2CYgB4II%2CUACI%2CSAYI%2CGAAE%2CSACE%2CEhB1Jf%3BECiJD%2CWAAA%3BEAAA%2CqBAAA%3B%3BAD5IA%2CYgBqIa%2COAAM%2CQAEf%2CUACI%2CSAYI%2CGAAE%2CSACE%2CEhBrJf%3BAAAD%2CYgBuII%2CUACI%2CSAYI%2CGAAE%2CSACE%2CEhBrJf%3BEC4ID%2CWAAA%3BEAAA%2CqBAAA%3B%3BADvIA%2CYgBgIa%2COAAM%2CQAEf%2CUACI%2CSAYI%2CGAAE%2CSACE%2CEhBhJf%3BAAAD%2CYgBkII%2CUACI%2CSAYI%2CGAAE%2CSACE%2CEhBhJf%3BECuID%2CWAAA%3BEAAA%2CqBAAA%3B%3BAePA%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%3BEfxEX%2CcAAA%3B%3BAesEA%2CYAMI%2COAAO%2CQAAO%3BAALlB%2CYAKI%2COAAO%2CQAAO%3BEACV%2CSAAA%3B%3BAAWR%2CcAAe%3BEACX%2CUAAA%3B%3BAAGJ%3BEf5FA%2CgBAAA%3BEe8FI%2CsBAAA%3BEACA%2CaAAA%3B%3BAAGJ%3BEACI%2CaAAA%3B%3BAsNnYJ%2CgBACI%3BEACI%2CkBAAA%3B%3BAAFR%2CgBAKI%2CQAAO%3BEjOkOX%2CsBAAA%3BEAEA%2C4BAAA%3BEAEA%2CgBAAA%3BEACA%2CoBAAA%3BEAIA%2CiBAAA%3BEJgDA%2CgBAAA%3BEAAA%2CuBAAA%3BEAAA%2CSAAA%3BEAAA%2CUAAA%3BEAAA%2CcAAA%3BEAAA%2CqBAAA%3BEI5FA%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CeAAA%3B%3BAA6CA%2CgBiO9OI%2CQAAO%2COjO8OV%3BAACD%2CgBiO%5C%2FOI%2CQAAO%2COjO%2BOV%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CgBiOpPI%2CQAAO%2COjOoPV%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CgBiOzPI%2CQAAO%2COjOyPV%3BAACD%2CgBiO1PI%2CQAAO%2COjO0PV%3BAACD%2CQAAQ%2CUAAW%2CiBiO3Pf%2CQAAO%3BEjO4PP%2CoBAAA%3BEJ%2BBJ%2CYAAA%3B%3BADjJA%2CgBsO1II%2CQAAO%2COtO0IV%3BECiJD%2CcAAA%3BEAAA%2CqBAAA%3B%3BAD5IA%2CgBsO%5C%2FII%2CQAAO%2COtO%2BIV%3BEC4ID%2CcAAA%3BEAAA%2C0BAAA%3B%3BADvIA%2CgBsOpJI%2CQAAO%2COtOoJV%3BECuID%2CcAAA%3BEAAA%2C0BAAA%3B%3BAIxFA%2CgBiOnMI%2CQAAO%2COjOmMV%3BAACD%2CgBiOpMI%2CQAAO%2COjOoMV%3BAACD%2CgBiOrMI%2CQAAO%2COjOqMV%3BEACG%2CgBAAA%3BEACA%2CSAAA%3B%3BAAGJ%2CgBiO1MI%2CQAAO%2COjO0MV%3BAACD%2CgBiO3MI%2CQAAO%2COjO2MV%3BAACD%2CQAAQ%2CUAAW%2CiBiO5Mf%2CQAAO%3BErO2RX%2CcAAA%3BEAAA%2CYAAA%3BEI5EI%2CeAAA%3BEACA%2CoBAAA%3BEACA%2C0BAAA%3B%3BAiO3MJ%2CsBACI%3BEACI%2CiBAAA%3B%3BAAFR%2CsBAKI%2CQAAO%3BEjOuNX%2CsBAAA%3BEAEA%2C4BAAA%3BEAEA%2CgBAAA%3BEACA%2CoBAAA%3BEAIA%2CiBAAA%3BEJgDA%2CgBAAA%3BEAAA%2CuBAAA%3BEAAA%2CSAAA%3BEAAA%2CUAAA%3BEAAA%2CcAAA%3BEAAA%2CqBAAA%3BEI5FA%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CeAAA%3BEiOnLQ%2CkBAAA%3B%3BAjOgOR%2CsBiOnOI%2CQAAO%2CUjOmOV%3BAACD%2CsBiOpOI%2CQAAO%2CUjOoOV%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CsBiOzOI%2CQAAO%2CUjOyOV%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CsBiO9OI%2CQAAO%2CUjO8OV%3BAACD%2CsBiO%5C%2FOI%2CQAAO%2CUjO%2BOV%3BAACD%2CQAAQ%2CUAAW%2CuBiOhPf%2CQAAO%3BEjOiPP%2CoBAAA%3BEJ%2BBJ%2CYAAA%3B%3BADjJA%2CsBsO%5C%2FHI%2CQAAO%2CUtO%2BHV%3BECiJD%2CcAAA%3BEAAA%2CqBAAA%3B%3BAD5IA%2CsBsOpII%2CQAAO%2CUtOoIV%3BEC4ID%2CcAAA%3BEAAA%2C0BAAA%3B%3BADvIA%2CsBsOzII%2CQAAO%2CUtOyIV%3BECuID%2CcAAA%3BEAAA%2C0BAAA%3B%3BAIxFA%2CsBiOxLI%2CQAAO%2CUjOwLV%3BAACD%2CsBiOzLI%2CQAAO%2CUjOyLV%3BAACD%2CsBiO1LI%2CQAAO%2CUjO0LV%3BEACG%2CgBAAA%3BEACA%2CSAAA%3B%3BAAGJ%2CsBiO%5C%2FLI%2CQAAO%2CUjO%2BLV%3BAACD%2CsBiOhMI%2CQAAO%2CUjOgMV%3BAACD%2CQAAQ%2CUAAW%2CuBiOjMf%2CQAAO%3BErOgRX%2CcAAA%3BEAAA%2CYAAA%3BEI5EI%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%3BAQ0GZ%2CqBR3FI%2CQAAO%2CWQ2FV%3BAAAD%2CqBR3FI%2CQAAO%2CWQ2FV%3BAAAD%2CaR3FI%2CQAAO%2CWQ2FV%3BAAAD%2CiBR3FI%2CQAAO%2CWQ2FV%3BE7CyKD%2CS8ChQiB%2CO9CgQjB%3B%3BAqC3PA%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%3BEHyHV%2C0BAAA%3B%3BAqC3PA%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%3BEHwGV%2C0BAAA%3B%3BAqC3PA%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%3BErCgMJ%2CcAAA%3BEqC9LQ%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%3BErCuGb%2CqBAAA%3BE6C9QA%2CqBAAA%3B%3BARsKY%2CcAHE%2CSACV%2CsBACI%2CQACK%2CKQ4FX%3BAR3FU%2CcAJE%2CSACV%2CsBACI%2CQAEK%2COQ2FX%3BE7ChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA6CHA%2CcR6Jc%2CSACV%2CsBACI%2CQACK%2CKQhKZ%3BAAAD%2CcR6Jc%2CSACV%2CsBACI%2CQAEK%2COQjKZ%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE7C9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSChRQ%2CODgRR%3BEAAA%2Ca%2BCvRe%2CY%5C%2FCuRf%3BEAAA%2CsBAAA%3BE6CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CcRgJU%2CSACV%2CsBACI%2CQACK%2CKQpJZ%2CMACI%3BAAAD%2CcRgJU%2CSACV%2CsBACI%2CQAEK%2COQrJZ%2CMACI%3BE7C2PL%2CWAAA%3B%3BA6CrPI%2CcR0IU%2CSACV%2CsBACI%2CQACK%2CKQ9IZ%2COACI%3BAAAD%2CcR0IU%2CSACV%2CsBACI%2CQAEK%2COQ%5C%2FIZ%2COACI%3BE7CqPL%2CcAAA%3B%3BA6CzKA%2CcR8Dc%2CSACV%2CsBACI%2CQAcK%2COQ9EZ%3BE7CyKD%2CS8C5PS%2CO9C4PT%3B%3BAgBhSA%2CcAQI%3BAAPJ%2CqBAOI%3BEACI%2CcAAA%3B%3BAATR%2CcAYI%3BAAXJ%2CqBAWI%3BEACI%2CmBAAA%3B%3BAAbR%2CcAYI%2CqBAGI%3BAAdR%2CqBAWI%2CqBAGI%3BEACI%2CcAAA%3BEACA%2CcAAA%3B%3BAsNfR%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%3BEtOgQZ%2CiBAAA%3B%3BAsOlRA%2CMAAM%2COAcF%2COAQI%3BEACI%2CeAAA%3B%3BAAvBZ%2CMAAM%2COAcF%2COAYI%3BEACI%2CkBAAA%3B%3BAA3BZ%2CMAAM%2COAcF%2COAgBI%3BEACI%2CmBAAA%3B%3BArN5CR%2CQAAS%3BEACL%2CkBAAA%3BEACA%2CUAAA%3B%3BAAHR%2CYAMI%3BEACI%2CkBAAA%3B%3BAAPR%2CYAMI%2CeAGO%3BEACC%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CUAAA%3B%3BAAEA%2CYAVR%2CeAGO%2CUAOE%3BAACD%2CYAXR%2CeAGO%2CUAQE%3BEACG%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEjB4QhB%2CqBAAA%3BE6C9QA%2CqBAAA%3B%3BA5BFY%2CYAVR%2CeAGO%2CUAOE%2CS4BoQX%3BA5BnQU%2CYAXR%2CeAGO%2CUAQE%2CQ4BmQX%3BE7ChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA6CHA%2CY5BlBI%2CeAGO%2CUAOE%2CS4BQZ%3BAAAD%2CY5BlBI%2CeAGO%2CUAQE%2CQ4BOZ%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE7C9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CS8CzOQ%2CO9CyOR%3BEAAA%2Ca%2BCvRe%2CY%5C%2FCuRf%3BEAAA%2CsBAAA%3BE6CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BA5B5UgB%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%3BA4B%2BEhB%2CY5BjHI%2CeAGO%2CUA6BE%2CQ4BiFZ%3BE7CyKD%2CS8CxPQ%2CO9CwPR%3B%3BAiBtPgB%2CYApCZ%2CeAGO%2CUA6BE%2CQAII%3BEACG%2CkBAAA%3B%3BAAIR%2CYAzCR%2CeAGO%2CUAsCE%3BEACG%2CeAAA%3BEACA%2CaAAA%3B%3BAAGJ%2CYA9CR%2CeAGO%2CUA2CE%3BEACG%2CUAAA%3B%3BAArDhB%2CYA0DI%3BEACI%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAA7DR%2CYA0DI%2CcAKI%3BEAEI%2CmBAAA%3B%3BAAjEZ%2CYA0DI%2CcAKI%2CQAII%3BEjB6NZ%2CmBAAA%3BEiB3NgB%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CaAAA%3B%3BAAEA%2CaAAc%2CaAjB1B%2CcAKI%2CQAII%3BAASI%2CmBAAoB%2CaAlBhC%2CcAKI%2CQAII%3BEAUQ%2CWAAA%3B%3BAA7EpB%2CYA0DI%2CcAKI%2CQAII%2CMAaI%3BEACI%2CeAAA%3B%3BAAjFpB%2CYA0DI%2CcAKI%2CQAII%2CMAiBI%3BEACI%2CqBAAA%3BEjB2MpB%2CiBAAA%3BEiBzMoB%2CmBAAA%3BEACA%2CqBAAA%3B%3BAAxFpB%2CYA0DI%2CcAKI%2CQAII%2CMAwBI%3BEjBqMhB%2CSAAA%3BEAAA%2CUAAA%3BED1KA%2CqBAAA%3B%3BAkBtHA%2CYA0DI%2CcAKI%2CQAII%2CMAwBI%2CQAGI%3BEACI%2CaAAA%3BEACA%2CaAAA%3B%3BAAhGxB%2CYA0DI%2CcAKI%2CQAII%2CMAwBI%2CQAQI%3BEjB6LpB%2CiBAAA%3BEiB3LwB%2CgBAAA%3B%3BAArGxB%2CYA0DI%2CcAKI%2CQAII%2CMAwBI%2CQAaI%3BEACI%2CcAAA%3BEjBuLxB%2CiBAAA%3B%3BAiBhSA%2CYA0DI%2CcAKI%2CQAII%2CMA2CI%3BEACI%2CgBAAA%3B%3BAA%5C%2FGpB%2CYA0DI%2CcAKI%2CQAII%2CMA2CI%2COAGI%3BAAjHpB%2CYA0DI%2CcAKI%2CQAII%2CMA2CI%2COAII%3BAAlHpB%2CYA0DI%2CcAKI%2CQAII%2CMA2CI%2COAKI%3BEACI%2CcAAA%3B%3BAAIA%2CYA9DpB%2CcAKI%2CQAII%2CMA2CI%2COASI%2COACK%3BEjBwKzB%2CiBAAA%3BEiBtK4B%2CSAAS%2COAAT%3BEACA%2CcAAA%3B%3BAA3H5B%2CYA0DI%2CcAKI%2CQAII%2CMA2CI%2COAiBI%3BEjBiKpB%2CiBAAA%3BEiB%5C%2FJwB%2CgBAAA%3B%3BAAjIxB%2CYA0DI%2CcAKI%2CQAII%2CMA2CI%2COAsBI%3BEjB4JpB%2CiBAAA%3B%3BAiBhSA%2CYA0DI%2CcAKI%2CQAII%2CMAsEI%2CWACI%3BEACI%2CmBAAA%3B%3BAA3IxB%2CYA0DI%2CcAKI%2CQAII%2CMAsEI%2CWAKI%3BEACI%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3B%3BAAKJ%2CYA5FhB%2CcAKI%2CQAII%2CMAkFI%2CQACK%3BEAEG%2CcAAA%3BEACA%2CUAAA%3B%3BAAHJ%2CYA5FhB%2CcAKI%2CQAII%2CMAkFI%2CQACK%2CKAKG%2CUAAS%3BEACL%2CqBAAA%3BEACA%2CoBAAA%3B%3BAAPR%2CYA5FhB%2CcAKI%2CQAII%2CMAkFI%2CQACK%2CKAUG%3BEACI%2CcAAA%3B%3BAAIR%2CYA3GhB%2CcAKI%2CQAII%2CMAkFI%2CQAgBK%3BEbtHrB%2CsBAAA%3BEJiPA%2CmBAAA%3BEAAA%2CyBAAA%3BEAAA%2CWAAA%3BEAAA%2CeAAA%3BEAAA%2CqBAAA%3BEAAA%2CaC5RqB%2CaCMC%2C8CFsRtB%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CiBAAA%3BEI9NA%2CsBAAA%3BEACA%2CsBAAA%3BEaqGwB%2CgBAAA%3B%3BAbpFxB%2CYa1BI%2CcAKI%2CQAII%2CMAkFI%2CQAgBK%2CMbjFpB%3BAACD%2CYa3BI%2CcAKI%2CQAII%2CMAkFI%2CQAgBK%2CMbhFpB%3BEJ2MD%2CmBAAA%3BEAAA%2CyBAAA%3BEAAA%2CWAAA%3B%3BAI%5C%2FLA%2CYavCI%2CcAKI%2CQAII%2CMAkFI%2CQAgBK%2CMbpEpB%3BEJ%2BLD%2CmBAAA%3BEAAA%2CyBAAA%3BEAAA%2CWAAA%3B%3BAInLA%2CYanDI%2CcAKI%2CQAII%2CMAkFI%2CQAgBK%2CMbxDpB%3BAACD%2CYapDI%2CcAKI%2CQAII%2CMAkFI%2CQAgBK%2CMbvDpB%3BAACD%2CQAAQ%2CUAAW%2CaarDf%2CcAKI%2CQAII%2CMAkFI%2CQAgBK%3BEjB2HrB%2CYAAA%3BEI%5C%2FKI%2CeAAA%3BEACA%2CoBAAA%3B%3BAawDoB%2CYAhHpB%2CcAKI%2CQAII%2CMAkFI%2CQAgBK%2CMAKI%3BEACG%2CqBAAA%3B%3BAsNvKxB%2CmBAAC%3BAAAD%2CeAAC%3BEvO4RL%2CmBAAA%3B%3BAuO1RQ%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%3BAvLTR%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%3BElDsOb%2CqBAAA%3BE6C9QA%2CqBAAA%3BEK8CgB%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3B%3BAARJ%2CQAzDR%2CgBAwDI%2CQACK%2CIL0NX%3BE7ChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA6CHA%2CQKvBI%2CgBAwDI%2CQACK%2CILlCZ%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE7C9DA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CcAAA%3BEAAA%2CS8CpOU%2CO9CoOV%3BEAAA%2Ca%2BCvRe%2CY%5C%2FCuRf%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BE6CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CQKpCA%2CgBAwDI%2CQACK%2CILtBZ%2CMACI%3BE7C2PL%2CcAAA%3B%3BA6CrPI%2CQK1CA%2CgBAwDI%2CQACK%2CILhBZ%2COACI%3BE7CqPL%2CcAAA%3B%3BAkD3NY%2CQApER%2CgBAwDI%2CQAYK%3BEACG%2CqBAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CQAzER%2CgBAwDI%2CQAiBK%3BEACG%2CcAAA%3BEACA%2CcAAA%3B%3BAAGJ%2CQA9ER%2CgBAwDI%2CQAsBK%3BElDiNb%2CqBAAA%3BEIzDA%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2C4BAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3BEJgDA%2CgBAAA%3B%3BAkDjNY%2CQA9ER%2CgBAwDI%2CQAsBK%2COLqMX%3BE7ChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA6CHA%2CQKvBI%2CgBAwDI%2CQAsBK%2COLvDZ%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE7C9DA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CWAAA%3BEAAA%2CS8C1OU%2CO9C0OV%3BEAAA%2Ca%2BCvRe%2CY%5C%2FCuRf%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BE6CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CQKpCA%2CgBAwDI%2CQAsBK%2COL3CZ%2CMACI%3BE7C2PL%2CcAAA%3B%3BA6CrPI%2CQK1CA%2CgBAwDI%2CQAsBK%2COLrCZ%2COACI%3BE7CqPL%2CcAAA%3B%3BAI7CA%2CQ8ClPI%2CgBAwDI%2CQAsBK%2CO9CoKZ%3BAACD%2CQ8CnPI%2CgBAwDI%2CQAsBK%2CO9CqKZ%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CQ8CxPI%2CgBAwDI%2CQAsBK%2CO9C0KZ%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CQ8C7PI%2CgBAwDI%2CQAsBK%2CO9C%2BKZ%3BAACD%2CQ8C9PI%2CgBAwDI%2CQAsBK%2CO9CgLZ%3BAACD%2CQAAQ%2CUAAW%2CS8C%5C%2FPf%2CgBAwDI%2CQAsBK%3BE9CkLT%2CoBAAA%3BEJ%2BBJ%2CYAAA%3B%3BA0OzQA%2CwBAJ%2BC%3BEVuH%5C%2FC%2CcACI%3BIhOqJJ%2CYAAA%3BIAAA%2CSAAA%3BIgOlJQ%2CUAAA%3B%3B%3BAUnHR%2CwBAJqD%3BExNuerD%3BIlB1eA%2CSAAA%3BIACA%2CMAAM%2CgBAAN%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEAiBA%2C0BAAC%3BEACD%2C0BAAC%3BEuCghBD%2CQAKI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2CavCxhBX%3BEuCihBD%2CQAKI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2CavCvhBX%3BIACG%2CSAAS%2CEAAT%3BIACA%2CcAAA%3B%3BEAGJ%2C0BAAC%3BEuC2gBD%2CQAKI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2CavClhBX%3BIACG%2CWAAA%3B%3BEkB4zBJ%3BEerhBQ%2C0BAFJ%2CUAEK%2COAGG%3BEmMzQZ%2CsBAOI%3BIpOqMJ%2C0BAAA%3BIkBmjBA%2CeAAA%3BIACA%2CgBAAA%3BIACA%2CkBAAA%3BIlBrjBA%2C6BAAA%3BIAAA%2C4BAAA%3BIAAA%2CcAAA%3BI6ChOA%2CqBAAA%3B%3BE3BuxBA%2C0BAAC%3BEe7fO%2C0BAFJ%2CUAEK%2COAGG%2Cef0fX%3BEkNnwBD%2CsBAOI%2COlN4vBH%3BIACG%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CSAAA%3B%3BE2BpxBJ%2C0BAAC%3BEZoRO%2C0BAFJ%2CUAEK%2COAGG%2CeYvRX%3BEuLcD%2CsBAOI%2COvLrBH%3BIAuRD%2CmCAAA%3BIACA%2CkCAAA%3BI7C9DA%2CeAAA%3BIAAA%2CoBAAA%3BIAAA%2CcAAA%3BIAAA%2CS8C9NQ%2CO9C8NR%3BIAAA%2Ca%2BCvRe%2CY%5C%2FCuRf%3BIAAA%2CiBAAA%3BIAAA%2CsBAAA%3BI6CqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEAzOA%2C0B3B4vBK%2CO2B5vBJ%3BEZ0NO%2C0BAFJ%2CUAEK%2COAGG%2Cef%2BhBP%2CO2B5vBJ%3BEuL5CD%2CsBAOI%2COlNiyBC%2CO2B5vBJ%3BI7CgKD%2CS8C%5C%2FNM%2CO9C%2BNN%3B%3BEkBigCA%3BEe55BQ%2C0BA7CJ%2CUA6CK%2CIAAI%2CKACD%3BIjCtGZ%2CcAAA%3BI6C9QA%2CqBAAA%3B%3BEAMA%2CoBAAC%3BEZ6WO%2C0BA7CJ%2CUA6CK%2CIAAI%2CKACD%2CKY9WX%3BIAqUD%2CmCAAA%3BIACA%2CkCAAA%3BI7C9DA%2CeAAA%3BIAAA%2CiBAAA%3BIAAA%2CcAAA%3BIAAA%2CS8CpOU%2CO9CoOV%3BIAAA%2Ca%2BCvRe%2CY%5C%2FCuRf%3BIAAA%2CiBAAA%3BIAAA%2CsBAAA%3BI6CqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BE3BizCA%3BE8MhhDA%2CcACI%3BIhOqJJ%2CYAAA%3BIAAA%2CSAAA%3BIkB01CA%2CUAAA%3B%3BEAEA%2CiDAAC%3BEACD%2CiDAAC%3BE8Mn%5C%2FCD%2CcACI%2CuB9Mi%5C%2FCH%3BE8Ml%5C%2FCD%2CcACI%2CuB9Mk%5C%2FCH%3BIlB%5C%2FyCD%2C8BAAA%3BIACA%2CSAAA%3BIACA%2CQAAA%3BIAhDA%2CiBAAA%3BIAAA%2CWAAA%3BIkBq2CI%2CUAAA%3BIACA%2CMAAA%3B%3BEAGJ%2CiDAAC%3BE8M%5C%2F%5C%2FCD%2CcACI%2CuB9M8%5C%2FCH%3BIlBz2CD%2C4BAAA%3B%3BEkB62CA%2CiDAAC%3BE8MngDD%2CcACI%2CuB9MkgDH%3BIlB72CD%2C4BAAA%3BIkB%2B2CI%2CQAAA%3B%3BE6C1mDJ%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%3BIxEmPR%2CcAAA%3BI6ChOA%2CqBAAA%3BI2BZY%2CkBAAA%3B%3BE3BkBZ%2CW2B1BI%2CQACI%2CW3ByBP%3BIAuRD%2CmCAAA%3BIACA%2CkCAAA%3BI7C9DA%2CeAAA%3BIAAA%2CoBAAA%3BIAAA%2CcAAA%3BIAAA%2CS8C9NQ%2CO9C8NR%3BIAAA%2Ca%2BCvRe%2CY%5C%2FCuRf%3BIAAA%2CsBAAA%3BI6CqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BE2BnTY%2CWAVR%2CQACI%2CWASK%3BIACG%2CkBAAA%3BIACA%2CUAAA%3BIACA%2CSAAA%3B%3BE3BuEhB%2CW2BpFI%2CQACI%2CWAeK%2CgB3BoEZ%3BI7CgKD%2CS8C%5C%2FNM%2CO9C%2BNN%3B%3BEwE1NA%3BIACI%2CiCAAA%3BIxEyMN%2C6BAAA%3BIACK%2C0BAAA%3BIACC%2CyBAAA%3BIAcJ%2CqBAAA%3BIwEvNI%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%3BIxE8LR%2CcAAA%3BI6ChOA%2CqBAAA%3BI2ByCY%2CkBAAA%3B%3BE3BnCZ%2Ca2B2BI%2CkBACI%2CO3B5BP%3BIAuRD%2CmCAAA%3BIACA%2CkCAAA%3BI7C9DA%2CeAAA%3BIAAA%2CoBAAA%3BIAAA%2CcAAA%3BIAAA%2CS8C9NQ%2CO9C8NR%3BIAAA%2Ca%2BCvRe%2CY%5C%2FCuRf%3BIAAA%2CsBAAA%3BI6CqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BE2B9PY%2CaAVR%2CkBACI%2COASK%3BIACG%2CkBAAA%3BIACA%2CYAAA%3BIACA%2CUAAA%3B%3BE3BkBhB%2Ca2B%5C%2FBI%2CkBAiBK%2COAAQ%2CO3BchB%3BI7CgKD%2CS8C%5C%2FNM%2CO9C%2BNN%3B%3BEwE1NA%2CaAoDI%3BIxEsKJ%2CSAAA%3BIAAA%2CUAAA%3BID1KA%2CqBAAA%3BIyEMQ%2CaAAA%3BIACA%2CeAAA%3B%3BEAIA%2CaADJ%2CkBACK%2COACG%3BIACI%2CcAAA%3B%3BEA7DhB%2CaAkEI%2CQAAO%3BIxEwJX%2CSAAA%3BIAAA%2CUAAA%3BID1KA%2CqBAAA%3BIyEoBQ%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%3BIxEoIT%2CcAAA%3BIAAA%2CqBAAA%3BIwEjIY%2CcAAA%3BIACA%2CgBAAA%3BIACA%2CoBAAA%3B%3BEA3FZ%2CaAkEI%2CQAAO%2CMA4BH%2CQAAO%3BIACH%2CSAAA%3B%3BEAKZ%3BIACI%2CYAAA%3BIACA%2CkBAAA%3BIACA%2CWAAA%3B%3BEAHJ%2CgBAKI%3BIxEiGN%2C6BAAA%3BIACK%2C0BAAA%3BIACC%2CyBAAA%3BIAcJ%2CqBAAA%3BIwE%5C%2FGQ%2CYAAA%3BIACA%2COAAA%3BIACA%2CgBAAA%3BIACA%2CkBAAA%3B%3BEAVR%2CgBAaI%3BIACI%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CkBAAA%3BIACA%2CWAAA%3B%3BEAIR%2CSACI%3BIACI%2CMAAM%2CiBAAN%3B%3BEAFR%2CSAKI%3BIxE4EN%2CoDAAA%3BIACK%2CiDAAA%3BIACC%2CgDAAA%3BIAcJ%2C4CAAA%3BIwEzFQ%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%3BExEjLJ%2CmBAAC%3BEACD%2CmBAAC%3BIACG%2CSAAS%2CEAAT%3BIACA%2CcAAA%3B%3BEAGJ%2CmBAAC%3BIACG%2CWAAA%3B%3BEwE6KJ%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%3BExEvNJ%2C0BAAC%3BEACD%2C0BAAC%3BIACG%2CSAAS%2CEAAT%3BIACA%2CcAAA%3B%3BEAGJ%2C0BAAC%3BIACG%2CWAAA%3B%3BEwE4MA%2C0BAAC%3BIACG%2CcAAA%3B%3BEmKnNR%3BI3OmPA%2CmBAAA%3BI2OhPI%2CsBAAA%3B%3BEAHJ%2CWAKI%3BIACI%2CSAAA%3BIACA%2CUAAA%3B%3BEAPR%2CWAUI%3BIACI%2CSAAA%3B%3BEAXR%2CWAcI%3BIACI%2CcAAA%3BI3OoOR%2CiBAAA%3BIAAA%2CgBAAA%3BIAAA%2CoBAAA%3BIAAA%2CkBAAA%3B%3BE2OnPA%2CWAsBI%3BEAtBJ%2CWAuBI%2CEAAC%3BI3O4NL%2CcAAA%3BIAAA%2CqBAAA%3B%3BE2OnPA%2CWA4BI%3BI3OuNJ%2C6BAAA%3BIAAA%2CiBAAA%3B%3BE2OnPA%2CWA4BI%2CQAIM%3BI3OmNV%2CgBAAA%3BIAAA%2C0BAAA%3BIAAA%2CyBAAA%3BI2O7MY%2CqBAAA%3B%3BEACA%2CWAXR%2CQAIM%2CaAOG%3BI3O4Mb%2CWAAA%3B%3BE2OvMQ%2CWAhBJ%2CQAgBK%2COACG%2CcACI%3BI3OqMhB%2CqBAAA%3BIAAA%2CmBAAA%3BIAAA%2CuBAAA%3BIAAA%2CWAAA%3BIAAA%2CiBAAA%3BI2O7LoB%2CqBAAA%3B%3BEAtDpB%2CWA4BI%2CQA%2BBM%3BI3OwLV%2CgBAAA%3B%3BE2OpLQ%2CWAnCJ%2CQAmCK%2COAEK%2CIAAC%2CIAAI%3BEADX%2CWApCJ%2CQAoCK%2CWACK%2CIAAC%2CIAAI%3BI3OkLnB%2CqBAAA%3BIAAA%2CmBAAA%3BIAAA%2CuBAAA%3BIAAA%2CWAAA%3B%3BE2OpLQ%2CWAnCJ%2CQAmCK%2COAEK%2CIAAC%2CIAAI%2CkBAQH%2CKAAI%2CIAAI%3BEAThB%2CWApCJ%2CQAoCK%2CWACK%2CIAAC%2CIAAI%2CkBAQH%2CKAAI%2CIAAI%3BI3O0KxB%2CiBAAA%3B%3BE2OlKQ%2CWADJ%2CGAAE%2COACG%3BI3OkKT%2CgCAAA%3B%3BE2OnPA%2CWAsFI%2CSACM%3BIACE%2CqBAAA%3B%3BEAEI%2CWAJZ%2CSACM%2CKAEI%2CIACG%3BI3OyJjB%2CWAAA%3B%3BE2OnJQ%2CWAVJ%2CSAUK%2CIAAI%3BI3OmJb%2CgBAAA%3BIAAA%2CgBAAA%3BI2O7IY%2CqBAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CoBAAA%3BIACA%2C8BAAA%3B%3BEAXJ%2CWAVJ%2CSAUK%2CIAAI%2CcAaC%2CKACI%3BI3OqIlB%2CkBAAA%3B%3BE2OjIgB%2CWA5BZ%2CSAUK%2CIAAI%2CcAaC%2CKAKG%3BIACG%2CgBAAA%3B%3BEAnBZ%2CWAVJ%2CSAUK%2CIAAI%2CcAuBD%3BIACI%2CcAAA%3BI3O2HhB%2CkBAAA%3B%3BE2OnJQ%2CWAVJ%2CSAUK%2CIAAI%2CcAuBD%2CGAIM%3BIACE%2CSAAA%3B%3BEA5BZ%2CWAVJ%2CSAUK%2CIAAI%2CcAuBD%2CGAIM%2CKAGE%3BI3OqHpB%2CcAAA%3BI2OhHwB%2CcAAA%3BIACA%2CmBAAA%3B%3BEACA%2CWA%5C%2FCpB%2CSAUK%2CIAAI%2CcAuBD%2CGAIM%2CKAGE%2CEAOK%3BI3O8GzB%2CWAAA%3B%3BE2OvGY%2CWAtDR%2CSAUK%2CIAAI%2CcA4CA%3BIACG%2CyBAAA%3BIACA%2CgBAAA%3BIACA%2CiBAAA%3B%3BEA%5C%2FCR%2CWAVJ%2CSAUK%2CIAAI%2CcAkDD%2CQACM%3BI3OgGlB%2CqBAAA%3BIAAA%2CmBAAA%3BIAAA%2CuBAAA%3BIAAA%2CWAAA%3BIAAA%2CiBAAA%3B%3BE2OpFgB%2CWAzEZ%2CSAUK%2CIAAI%2CcA8DD%2CQACK%2COACK%3BI3OmFtB%2CiBAAA%3B%3BE%2BE3NA%2CQAAQ%2CKAAK%2CMACT%2CMAAK%2CMACC%3BIACE%2CqBAAA%3B%3BEAHZ%2CQAAQ%2CKAAK%2CMAOP%2CQAAK%3BIACH%2CuBAAA%3B%3BEInER%3BIACI%2CaAAA%3B%3BEEwOA%2CYAAC%3BIrF6CL%2CUAAA%3BIAAA%2CYAAA%3B%3BEqF5NA%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%3BIrFsPR%2CUAAA%3BIAAA%2CYAAA%3B%3BEqFpPA%2CaAAC%3BIACG%2CmBAAA%3BIACA%2CUAAA%3BIACA%2CqCAAA%3BIACQ%2C6BAAA%3B%3BEAJZ%2CaAAC%2CMAMG%3BIACI%2CmBAAmB%2CeAAnB%3BIACQ%2CWAAW%2CeAAX%3B%3BEC4DhB%2CaDxDA%3BIrFwOA%2CsBAAA%3BIAAA%2C4CAAA%3BIqFrOI%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%3BItFuKJ%2CyBAAA%3BIsFrKQ%2CsBAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3B%3BEAKJ%2CIAAC%3BIACG%2CaAAA%3BIACA%2CgBAAA%3BIACA%2CYAAA%3B%3BEAHJ%2CIAAC%2CkBAKG%3BItFyJR%2CwCAAA%3B%3BEsFnJA%3BIACI%2CoBAAA%3B%3BEACA%2CYAAC%2CYACG%2CkBAAiB%3BItFgJzB%2CyBAAA%3B%3BEsF3IY%2CYANP%2CYAKI%2CcACI%3BIACG%2CiCAAA%3BIACA%2CgBAAA%3B%3BEAHR%2CYALH%2CYAKI%2CcAMG%3BIACI%2CYAAA%3BIACA%2CgBAAA%3B%3BEAfhB%2CYAoBI%3BItF%2BHJ%2CeAAA%3BIAAA%2CgBAAA%3B%3BEuFxOA%3BIACI%2CcAAA%3B%3BEADJ%2CiBAGI%3BIACI%2CaAAA%3B%3BEAJR%2CiBAOI%3BEAPJ%2CiBAQI%3BIACI%2CWAAA%3BIACA%2CcAAA%3BIACA%2CkBAAA%3B%3BEKAR%3BIACI%2CwCAAA%3B%3BEADJ%2C2BAGI%2CqBAAoB%2CIAAI%3BIACpB%2CeAAA%3B%3BEQ7DR%3BIACI%2CwCAAA%3BIACA%2CgBAAA%3BIACA%2CeAAA%3B%3BEwIXJ%3BIACI%2CeAAA%3B%3BECHJ%3BIACI%2CeAAA%3B%3BElIgBJ%2CyBAAyB%2C6BACrB%3BIACI%2CwCAAA%3B%3BECTR%2CyBAAyB%3BIACrB%2CwCAAA%3B%3BECOJ%2CyBAAyB%3BIACrB%2CwCAAA%3B%3BECgGJ%2C0BACI%2CqBAAoB%2CIAAI%3BIACpB%2CeAAA%3B%3BEMfR%3BIACI%2CwCAAA%3B%3BE3BrDJ%3BIACI%2CwBAAA%3B%3BEgDydJ%2CYACI%2CcACI%3BIACI%2CsBAAA%3B%3BEU1WZ%2CIAAI%2CIAAI%2CeAAgB%3BIAEhB%2CaAAA%3BIACA%2CcAAA%3B%3BEAGJ%2CIANA%2CIAAI%2CeAAgB%2CoBAMnB%2CIAAI%2CaAAa%3BEAClB%2CIAPA%2CIAAI%2CeAAgB%2CoBAOnB%3BIACG%2CUAAA%3BIACA%2CSAAS%2CEAAT%3B%3BEAGJ%2CIAZA%2CIAAI%2CeAAgB%2CoBAYnB%2CYAAY%3BIACT%2CaAAA%3B%3BEAGJ%2CIAhBA%2CIAAI%2CeAAgB%2CoBAgBnB%3BIACG%2CYAAY%2CoDAAZ%3B%3BEAGJ%2CIApBA%2CIAAI%2CeAAgB%2CoBAoBnB%2CgBAAmB%2COApBpB%2CIAAI%2CeAAgB%2CoBAoBC%2CeAAe%3BIAChC%2CaAAA%3B%3BEAGJ%2CIAxBA%2CIAAI%2CeAAgB%2CoBAwBnB%3BEACD%2CIAzBA%2CIAAI%2CeAAgB%2CoBAyBnB%2CgBAAmB%3BEACpB%2CIA1BA%2CIAAI%2CeAAgB%2CoBA0BnB%2CgBAAmB%2COA1BpB%2CIAAI%2CeAAgB%2CoBA0BC%2CeAAe%3BEACpC%2CIA3BA%2CIAAI%2CeAAgB%2CoBA2BnB%2CMAAM%2CeAAe%3BIAClB%2CcAAA%3B%3BEAGJ%2CIA%5C%2FBA%2CIAAI%2CeAAgB%2CoBA%2BBnB%2CgBAAgB%2CIAAI%2CaAAa%3BEAClC%2CIAhCA%2CIAAI%2CeAAgB%2CoBAgCnB%2CMAAM%2CIAAI%2CaAAa%3BIACpB%2CYAAY%2CoEAAZ%3B%3BEAGJ%2CIApCA%2CIAAI%2CeAAgB%2CoBAoCnB%2CgBAAmB%2COApCpB%2CIAAI%2CeAAgB%2CoBAoCC%2CIAAI%2CYAAY%3BIACjC%2CYAAY%2CmEAAZ%3B%3BEAGJ%2CIAxCA%2CIAAI%2CeAAgB%2CoBAwCnB%2CgBAAgB%3BEACjB%2CIAzCA%2CIAAI%2CeAAgB%2CoBAyCnB%2CgBAAmB%2CsBAAmB%3BEACvC%2CIA1CA%2CIAAI%2CeAAgB%2CoBA0CnB%2CMAAM%2CeAAe%2CGAAG%3BIACrB%2CmBAAA%3B%3BEEWR%2CaAAc%3BIACV%2CeAAA%3B%3BEAGJ%2CaAAc%3BIAEN%2CcAAA%3BIACA%2CcAAA%3BIACA%2CeAAA%3B%3BEAGJ%2CaAPU%2CoBAOT%2CgBAAmB%2CgBAPV%2CoBAOW%2CeAAe%3BIAChC%2CcAAA%3B%3BEAIR%2CaAAc%3BIACV%2CeAAA%3BIACA%2CeAAA%3B%3BEAGJ%2CaAAa%2CcAAgB%2CUAAY%2CSAAM%3BEAC%5C%2FC%2CaAAa%2CcAAgB%2CUAAY%2CUAAU%2CSAAM%3BIAEjD%2CeAAA%3B%3BEAGJ%2CaANS%2CcAAgB%2CUAAY%2CSAAM%2CWAM1C%3BEAAD%2CaALS%2CcAAgB%2CUAAY%2CUAAU%2CSAAM%2CWAKpD%3BEACD%2CaAPS%2CcAAgB%2CUAAY%2CSAAM%2CWAO1C%3BEAAD%2CaANS%2CcAAgB%2CUAAY%2CUAAU%2CSAAM%2CWAMpD%3BIACG%2CeAAA%3B%3BECxGR%2CaAAc%3BIACV%2CoBAAA%3B%3BEAGJ%2CaAAc%3BIACV%2CcAAA%3BIACA%2CSAAA%3B%3BEAGJ%2CaAAc%3BIACV%2CcAAA%3BIACA%2CeAAA%3B%3BEAGJ%2CaAAc%3BIACV%2CSAAA%3BIACA%2CgCAAA%3B%3BEAEA%2CaAJU%2CoBAIT%3BEACD%2CaALU%2CoBAKT%3BIACG%2CaAAA%3B%3BEAGJ%2CaATU%2CoBASN%3BIACA%2CSAAA%3B%3BEAGJ%2CaAbU%2CoBAaT%3BIACG%2CqBAAA%3B%3BEAGJ%2CaAjBU%2CoBAiBT%3BIACG%2CqBAAA%3B%3BEAGJ%2CaArBU%2CoBAqBT%3BIACG%2CqBAAA%3B%3BEI5GJ%3BEADJ%2CoBAEI%3BEAFJ%2CoBAGI%3BEAHJ%2CoBAII%3BEAJJ%2CoBAKI%3BIACI%2CcAAA%3BIACA%2CsBAAA%3BIACA%2CWAAA%3B%3BEARR%2CoBAWI%3BIACI%2CiBAAA%3B%3BEAZR%2CoBAeI%3BIACI%2CgBAAA%3B%3BEK6NJ%2C0BAAC%2COAAQ%3BIACL%2CcAAA%3B%3BEAFR%2C0BAKI%3BIACI%2CeAAA%3B%3BEAIR%2CYAAa%3BIACT%2CkBAAA%3BIACA%2CmBAAA%3B%3BEAGJ%2C2BACI%3BIACI%2CMAAA%3BIACA%2CQAAA%3BIACA%2CaAAA%3B%3BEAIR%2C6BAA8B%3BIAC1B%2CYAAA%3BIACA%2CgBAAA%3B%3BEKwJJ%3BIACI%2CcAAA%3B%3BEADJ%2COAGI%3BIACI%2CcAAA%3B%3BEAIR%3BIACI%2CaAAA%3B%3BEADJ%2CQAGI%3BIACI%2CaAAA%3B%3BEAIR%3BIACI%2CcAAA%3B%3BEAGJ%3BIACI%2CmBAAA%3BIACA%2CWAAA%3B%3BES5TJ%2CIAAI%2CwBACA%3BIACI%2CkBAAA%3B%3BEAFR%2CIAAI%2CwBAKA%3BIACI%2CiBAAA%3BIACA%2CmBAAA%3B%3BEAPR%2CIAAI%2CwBAUA%3BIACI%2CiBAAA%3B%3BEAXR%2CIAAI%2CwBAcA%2CSAAS%2CeACL%2CeAAc%2CIAAI%3BIACd%2CmBAAA%3B%3BEXnNZ%2CIWmMI%2CwBAoBA%2CGAAE%2CaXvNL%3BIACG%2C2YAAA%3BIACA%2CSAAS%2CEAAT%3BIACA%2CeAAA%3BIACA%2CcAAA%3BIACA%2CYAAA%3BIACA%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CQAAA%3BIACA%2CWAAW%2CiBAAiB%2CeAA5B%3BIACA%2CWAAA%3B%3BEAGJ%2CIWsLI%2CwBAoBA%2CGAAE%2CaX1ML%2CQAAQ%3BIACL%2CWAAW%2CiBAAiB%2CSAA5B%3B%3BEa6IJ%2CmBACI%3BIACI%2CaAAA%3B%3BEAFR%2CmBAKI%3BIACI%2CgBAAA%3B%3BEAKR%2CoBACI%3BIACI%2CsBAAA%3BIACA%2CiBAAA%3B%3BEAHR%2CoBAMI%2CgBAAkB%2CIAAC%2CIAAI%3BIACnB%2CmBAAA%3B%3BERyJR%3BIACI%2CcAAA%3BIACA%2CkBAAA%3BIACA%2CWAAA%3B%3BEKlMJ%2CkBAAkB%2COAAQ%3BIACtB%2CeAAA%3B%3BEOxFJ%2CuBjBeA%3BIACI%2CsBAAA%3B%3BEiBhBJ%2CuBjBmBA%3BIACI%2CmBAAA%3BIACA%2CeAAA%3B%3BEiBrBJ%2CuBjBwBA%3BEiBxBA%2CuBjByBA%3BIACI%2CeAAA%3BIACA%2CWAAA%3B%3BEiB3BJ%2CuBjB8BA%2CYAAW%3BIACP%2CmBAAA%3BIACA%2CiBAAA%3BIACA%2CQAAA%3BIACA%2CWAAA%3BIACA%2CqBAAA%3B%3BEmBCJ%3BIACI%2CiBAAA%3B%3BEAGJ%3BIACI%2CiBAAA%3B%3BEAGJ%3BIAEQ%2CmBAAA%3BIACA%2CyBAAA%3BIACA%2CmBAAA%3BIACA%2CqBAAA%3BIACA%2CWAAA%3B%3BEAGJ%2CoBAAC%3BIACG%2CqBAAA%3B%3BEAIR%3BIACI%2CgBAAA%3B%3BEhBoJJ%2CKAAM%2CwBAAuB%2CIAAI%2CoBAAqB%3BIAClD%2CSAAA%3B%3BEyCtMJ%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%2CiBAAoB%2CQAAK%2CaAAa%2CeAAkB%2CQAAK%3BIACnE%2CiBAAA%3B%3BEAIR%2CoBAAqB%2CwBAAwB%2COAAO%3BIAChD%2CcAAA%3B%3BEAGJ%2CkBAAmB%3BEACnB%2CeAAgB%2C4BAA8B%2COAAK%2COAAM%2CgBAAiB%2CMAAM%3BExLgBhF%2CeAAgB%2C4BAA8B%2COAAK%2COAAM%2CgBAAiB%2CMAKtE%3BIwLpBA%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%3BE8BRR%2CeAAgB%2CMAAK%3BIhD9DrB%2CSAAA%3BIACA%2CMAAM%2CgBAAN%3BIACA%2CSAAA%3BIACA%2CSAAA%3BIACA%2CUAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIAEA%2CQAAA%3BIgDZI%2CkBAAA%3B%3BEAGJ%2CeA%2BDgB%2CMAAK%2CiBA%5C%2FDjB%3BIhDcA%2CsBAAA%3BIACA%2CqBAAA%3BIgDZA%2CkBAAA%3BIACA%2CQAAA%3BIACA%2COAAA%3BIACA%2CcAAA%3BIACA%2CSAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CgBAAA%3BIACA%2CeAAA%3B%3BEhDOJ%2CKAAM%2CgBgD6CU%2CMAAK%2CiBA%5C%2FDjB%3BIhDmBA%2CqBAAA%3B%3BEgDLJ%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%3BEvBxDJ%2CoBACI%2CQAAO%2CIAAI%2CeACP%2CMAAK%3BIACD%2CWAAA%3BIACA%2CWAAA%3B%3BEAJZ%2CoBAQI%2CQAAO%2CIAAI%2CqBACP%2CMAAK%3BIACD%2CWAAA%3BIACA%2CWAAA%3B%3BEvK%2BFZ%2CkBACI%3BIACI%2CmBAAA%3B%3BExC%2BbR%2CqBACI%2CQAAO%3BIRjLX%2CqBAAA%3BIACA%2CoBAAA%3BIACA%2CaAAA%3BIAkCA%2C8BAAA%3BIACI%2C0BAAA%3BIACI%2CsBAAA%3B%3BEQ0IR%2CqBAMI%2CSAAQ%3BIR1IZ%2CkBAAA%3BIACC%2CiBAAA%3BIACQ%2CSAAA%3B%3BEQyhBT%2CQAAQ%3BIACJ%2CaAAA%3B%3B%3B%3B%3BEAUQ%2C8BAFR%2CSACI%2CQACK%3BIACG%2CmBAAA%3B%3BEC1xBhB%3BIACI%2CgBAAA%3B%3BEC%2BMJ%2CeACI%2CWACI%2CSAAQ%3BIVXhB%2CqBAAA%3BIACA%2CoBAAA%3BIACA%2CaAAA%3BIAkCA%2C8BAAA%3BIACI%2C0BAAA%3BIACI%2CsBAAA%3BIAcR%2C2BAAA%3BIACI%2CuBAAA%3BIACI%2CmBAAA%3B%3BEU7CR%2CeACI%2CWACI%2CSAAQ%2CKAKJ%3BEAPZ%2CeACI%2CWACI%2CSAAQ%2CKAMJ%3BIVrIZ%2CkBAAA%3B%3BEU4IA%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%3BE4BvFR%3BIACI%2CgBAAA%3B%3BEtCpXJ%2CiBAAC%3BEACD%2CiBAAC%3BIACG%2CSAAS%2CEAAT%3BIACA%2CcAAA%3B%3BEAGJ%2CiBAAC%3BIACG%2CWAAA%3B%3BEsC4WJ%2CiBAGI%2CSACI%3BIACI%2CWAAA%3BIACA%2CkBAAA%3B%3BEANZ%2CiBASI%3BIACI%2CYAAA%3BIACA%2CcAAA%3B%3BEZrYR%2CqBACI%2CaACI%2CcACI%3BIACI%2CWAAA%3B%3BEAJhB%2CqBACI%2CaACI%2CcAKI%3BIACI%2CgBAAA%3B%3BEsM6FhB%2CcACI%3BIhOqJJ%2CYAAA%3BIAAA%2CSAAA%3BIgOlJQ%2CUAAA%3B%3BElM4BR%2CwBACI%3BI9BqHJ%2CeAAA%3B%3BE8BtHA%2CwBAKI%3BI9BiHJ%2CkBAAA%3BIAAA%2CmBAAA%3B%3BE8BtHA%2CwBAUI%3BI9B4GJ%2CaAAA%3B%3BE8BtHA%2CwBAcI%3BI9BwGJ%2CoBAAA%3B%3BE8BtHA%2CwBAkBI%2C0BACI%3BIACI%2CgBAAA%3B%3BEPTZ%2CwBACI%3BIvB0GJ%2CeAAA%3B%3BEuB3GA%2CwBACI%2CgBAGI%3BIvBuGR%2CaAAA%3B%3BEuB3GA%2CwBACI%2CgBAOI%3BIvBmGR%2CoBAAA%3B%3BEuCuRQ%2CgBADJ%2CUACK%3BIACG%2CkBAAA%3B%3BEAKZ%2CQACI%3BIACI%2CgBAAA%3B%3BEAFR%2CQAKI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2CaAGM%3BIACE%2CYAAA%3BIvCxSpB%2CeAAA%3B%3BEuC6RA%2CQAKI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSAUN%2CeACI%3BIvC9ShB%2CmBAAA%3B%3BEuCgToB%2CQAdhB%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSAUN%2CeACI%2CKAEK%3BIACG%2CgBAAA%3B%3BEAQxB%2CQAAQ%2CcACJ%3BIACI%2CcAAA%3BIvC3TR%2CmBAAA%3B%3BEuCgUA%2CuBACI%3BIACI%2CkBAAA%3B%3BEAIR%2CKAAK%2COAAO%2CSACR%2COAAM%2CMACF%2CYACI%3BIACI%2CgBAAA%3BIACA%2CWAAA%3B%3BEiBzgBhB%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%3BEzBgIZ%2CaACI%2CiBACI%3BI%5C%2FBuCR%2CeAAA%3BI%2BBrCY%2CaAAA%3BIACA%2CWAAA%3B%3BEAKZ%3BI%5C%2FB%2BBA%2C6BAAA%3BI%2BB7BI%2CgBAAA%3B%3BEAGI%2CgBADJ%2COACK%3BI%5C%2FB0BT%2CiBAAA%3BI%2BBxBY%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%2FBHJ%2CqBAAA%3BI6ChOA%2CqBAAA%3B%3BEdwNA%2CKAWI%2CacfF%3BI7ChQF%2CSAAA%3BIACA%2CMAAM%2CgBAAN%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BE6C2CA%2CKd6NI%2Cac7NH%3BIAuRD%2CmCAAA%3BIACA%2CkCAAA%3BI7C9DA%2CeAAA%3BIAAA%2CiBAAA%3BIAAA%2CcAAA%3BIAAA%2CSC3QW%2COD2QX%3BIAAA%2Ca%2BCvRe%2CY%5C%2FCuRf%3BIAAA%2CSAAA%3BIAAA%2CsBAAA%3BI6CqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEAtRI%2CKdgNA%2CacjNH%2CMACI%3BI7C6ML%2CWAAA%3B%3BE6CvMI%2CKd0MA%2Cac3MH%2COACI%3BI7CuML%2CcAAA%3B%3BE%2BBgBQ%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%3BInBmDJ%2CqBAAA%3BI6C9QA%2CqBAAA%3B%3BE1B0NA%2CKAAK%2CcACD%2CqB0BuCF%3BI7ChQF%2CSAAA%3BIACA%2CMAAM%2CgBAAN%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BE6CHA%2CK1BoNK%2CcACD%2CqB0BrNH%3BIAqUD%2CmCAAA%3BIACA%2CkCAAA%3BI7C9DA%2CeAAA%3BIAAA%2CiBAAA%3BIAAA%2CcAAA%3BIAAA%2CSC1QiB%2COD0QjB%3BIAAA%2Ca%2BCvRe%2CY%5C%2FCuRf%3BIAAA%2CsBAAA%3BI6CqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEApUI%2CK1BuMC%2CcACD%2CqB0BzMH%2CMACI%3BI7C2PL%2CWAAA%3B%3BE6CrPI%2CK1BiMC%2CcACD%2CqB0BnMH%2COACI%3BI7CqPL%2CcAAA%3B%3BEgCtEA%2CuBAEI%3BEADJ%2CeACI%3BIhCoEJ%2CgCAAA%3BIgClEQ%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%3BEiB7HhB%2CiBACI%2CeAAc%3BIjD8JlB%2CkBAAA%3BIAAA%2CmBAAA%3B%3BEiD%5C%2FJA%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%3BIpDuDZ%2CgBAAA%3BIoDrDgB%2CgBAAA%3BIACA%2CSAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3BIACA%2CUAAA%3BIACA%2CSAAA%3BIpDgDhB%2CqBAAA%3BI6ChOA%2CqBAAA%3B%3BEAMA%2COOiJK%2COASG%2CcASI%2COPnKX%3BIAuRD%2CmCAAA%3BIACA%2CkCAAA%3BI7C9DA%2CeAAA%3BIAAA%2CoBAAA%3BIAAA%2CcAAA%3BIAAA%2CS8C1OU%2CO9C0OV%3BIAAA%2Ca%2BCvRe%2CY%5C%2FCuRf%3BIAAA%2CsBAAA%3BI6CqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEOlJI%2COAAC%2COAmCG%3BIpDsCR%2CuBAAA%3BIoDpCY%2CcAAA%3BIACA%2CYAAA%3BIACA%2COAAA%3BIACA%2CiBAAA%3BIACA%2CeAAA%3BIACA%2CQAAA%3BIACA%2CMAAA%3BIACA%2CUAAA%3B%3BEA5CR%2COAAC%2COA%2BCG%3BIpD0BR%2CgBAAA%3BIoDxBY%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%3BIpDfR%2CcAAA%3BI6C9QA%2CqBAAA%3B%3BEAMA%2COO2QQ%2CgBASH%2CSPpRJ%3BIAqUD%2CmCAAA%3BIACA%2CkCAAA%3BI7C9DA%2CeAAA%3BIAAA%2CoBAAA%3BIAAA%2CcAAA%3BIAAA%2CS8C9NQ%2CO9C8NR%3BIAAA%2Ca%2BCvRe%2CY%5C%2FCuRf%3BIAAA%2CsBAAA%3BI6CqEA%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%3BIpD9BT%2CcAAA%3BIoDgCY%2CSAAS%2CKAAK%2CiBAAiB%2CGAA%5C%2FB%3BIACA%2CgBAAA%3B%3BEAIR%2COAlCI%2CgBAkCH%3BIACG%2CoBAAA%3B%3BEP%5C%2FMR%2COO4KQ%2CgBAkCH%2COAGG%2CgBPjNP%3BI7CyKD%2CS8C%5C%2FNM%2CO9C%2BNN%3B%3BEoDqCI%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%3BIpD6ER%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3B%3BE8DnVT%3BIACI%2CeAAA%3B%3BEAGJ%3BEACA%3BIACI%2CqBAAA%3B%3BEAEA%2CcAAC%2CIAAI%3BEAAL%2CcAAC%2CIAAI%3BIACD%2CmBAAA%3B%3BE7B4NR%3BIACI%2CWAAA%3BIACA%2CiBAAA%3B%3BEAII%2C0BAFJ%2CUAEK%3BIACG%2CoBAAA%3B%3BEADJ%2C0BAFJ%2CUAEK%2COAGG%3BIjC7DZ%2CiBAAA%3B%3BEiCkEY%2C0BAVR%2CUAEK%2COAQI%3BIACG%2C6BAAA%3BIjCnEhB%2CmBAAA%3BIiCqEgB%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%3BIjCvFpB%2CWAAA%3BIiCyFwB%2CcAAA%3BIACA%2CiBAAA%3BIACA%2CqBAAA%3B%3BEAEA%2C0BArCpB%2CUAEK%2COAQI%2CMAUG%2CMAWI%2CEAMK%3BIjC7FzB%2CmBAAA%3B%3BEiC4GQ%2C0BApDJ%2CUAoDK%2CMACG%3BIjC7GZ%2CiBAAA%3B%3BEiCmHQ%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%3BEQmDR%2C%2BBACI%3BIACI%2CcAAA%3B%3BEAFR%2C%2BBAKI%3BIACI%2CiBAAA%3B%3BEAIR%2CcACI%2CiBACM%3BIACE%2CeAAA%3B%3BEiB%5C%2FZR%2CMAAC%2CWACG%3BIACI%2CeAAA%3BIACA%2CkBAAA%3B%3BEAHR%2CMAAC%2CWAMG%2COACI%2CSAAQ%3BIACJ%2CeAAA%3B%3BE5CqahB%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%3BEgM8BZ%3BIACI%2COAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3BIACA%2CWAAA%3BIACA%2CUAAA%3B%3BEALJ%2CsBAWI%3BIACI%2C6BAAA%3BIACA%2CaAAA%3B%3BEAEA%2CsBAJJ%2CSAIK%3BIACG%2CcAAA%3B%3BErNwSZ%3BEACA%2CiBAAoB%3BIAChB%2CaAAA%3B%3BEAGJ%2CaAAc%2CkBAAkB%2COAAM%3BIfjHtC%2CiBAAA%3BIemHI%2CYAAA%3BIACA%2CSAAA%3B%3BEAGJ%2CWAAY%2CQAAQ%2CWAAU%3BIfvH9B%2CiBAAA%3BIeyHI%2CWAAA%3BIACA%2CQAAA%3B%3BEAGJ%2CYAAa%2CQAAO%2CQAChB%3BIf9HJ%2CmBAAA%3BIAAA%2CiBAAA%3BIeiIQ%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%3BIHvOZ%2CiBAAA%3B%3BEG0OY%2CYY5CC%2CYZgCX%2CQAGI%2CKAGE%2CGAMK%2CSAAS%3BEAAV%2CYY5CC%2CYZgCX%2CQAGI%2CKAIE%2CGAKK%2CSAAS%3BIH1OtB%2CmBAAA%3BIG4OgB%2CSAAS%2CcAAa%2CIAAtB%3BIACA%2CqBAAA%3BIH7OhB%2CcAAA%3BIAAA%2CgBAAA%3B%3BEe8LA%2CYAAa%2CYZ3FX%2CQAAQ%2CKAAK%3BIHnGf%2CyBAAA%3B%3BEqC9DA%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%3BIrCgDb%2CiBAAA%3B%3BEqC5CY%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%3BIrCfJ%2CqBAAA%3BI6C9QA%2CqBAAA%3B%3BER4RA%2CKAAK%2CcACD%2CYQ3BF%3BI7ChQF%2CSAAA%3BIACA%2CMAAM%2CgBAAN%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BE6CHA%2CKRsRK%2CcACD%2CYQvRH%3BIAqUD%2CmCAAA%3BIACA%2CkCAAA%3BI7C9DA%2CeAAA%3BIAAA%2CiBAAA%3BIAAA%2CcAAA%3BIAAA%2CS8ChQiB%2CO9CgQjB%3BIAAA%2Ca%2BCvRe%2CY%5C%2FCuRf%3BIAAA%2CsBAAA%3BI6CqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEApUI%2CKRyQC%2CcACD%2CYQ3QH%2CMACI%3BI7C2PL%2CWAAA%3B%3BE6CrPI%2CKRmQC%2CcACD%2CYQrQH%2COACI%3BI7CqPL%2CcAAA%3B%3BEqCyBQ%2CKAXH%2CcACD%2CYAUK%3BIACG%2CiBAAA%3B%3BEiMlQZ%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%3B%3BAI9CZ%2CwBAJqD%3BExN6drD%3BEqCtWQ%2C4BADJ%2CKAAI%2CMACC%3BEpCiDD%2CyBADJ%2CKAAI%2CQACC%3BInB%5C%2FKT%2CSAAA%3BIACA%2CMAAM%2CgBAAN%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEAiBA%2CwBAAC%3BEACD%2CwBAAC%3BEkBgrBD%2C0BACI%2CMAAQ%2CKlBlrBX%3BEkBirBD%2C0BACI%2CMAAQ%2CKlBjrBX%3BEqEND%2CcAyCI%2COAAM%2CIAAI%2CSAAS%2CIAAI%2CmBACnB%2CMAGI%2CGrExCX%3BEqELD%2CcAyCI%2COAAM%2CIAAI%2CSAAS%2CIAAI%2CmBACnB%2CMAGI%2CGrEvCX%3BEmBoJD%2CyBACI%2CKAAI%2CQnBtJP%3BEmBqJD%2CyBACI%2CKAAI%2CQnBrJP%3BEyCgRG%2CcAAC%2CaAkBG%2CMAAK%2CMvB%2BYT%2CMAAQ%2CKlBlrBX%3BEyCiRG%2CcAAC%2CaAkBG%2CMAAK%2CMvB%2BYT%2CMAAQ%2CKlBjrBX%3BIACG%2CSAAS%2CEAAT%3BIACA%2CcAAA%3B%3BEAGJ%2CwBAAC%3BEkB2qBD%2C0BACI%2CMAAQ%2CKlB5qBX%3BEqEXD%2CcAyCI%2COAAM%2CIAAI%2CSAAS%2CIAAI%2CmBACnB%2CMAGI%2CGrElCX%3BEmB%2BID%2CyBACI%2CKAAI%2CQnBhJP%3BEyC2QG%2CcAAC%2CaAkBG%2CMAAK%2CMvB%2BYT%2CMAAQ%2CKlB5qBX%3BIACG%2CWAAA%3B%3BEkB6qBI%2C0BAFJ%2CMAAQ%2CKAEH%2CIAAI%3BEuBnaT%2CcAAC%2CaAkBG%2CMAAK%2CMvB%2BYT%2CMAAQ%2CKAEH%2CIAAI%3BIlBhcb%2C6BAAA%3B%3BEkBscgB%2C0BARZ%2CMAAQ%2CKAMF%2CKAAE%2CIACC%2CKACI%3BEuBzab%2CcAAC%2CaAkBG%2CMAAK%2CMvB%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%3BEuBhbT%2CcAAC%2CaAkBG%2CMAAK%2CMvB%2BYT%2CMAAQ%2CKAMF%2CKAAE%2CIAOC%3BEuB9aT%2CcAAC%2CaAkBG%2CMAAK%2CMvB%2BYT%2CMAAQ%2CKAMF%2CKAAE%2CIAQC%3BEuB%5C%2FaT%2CcAAC%2CaAkBG%2CMAAK%2CMvB%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%3BEuBvbtB%2CcAAC%2CaAkBG%2CMAAK%2CMvB%2BYT%2CMAAQ%2CKAMF%2CKAAE%2CIAOC%2CIASI%2CSAAS%3BEuBvbtB%2CcAAC%2CaAkBG%2CMAAK%2CMvB%2BYT%2CMAAQ%2CKAMF%2CKAAE%2CIAQC%2CMAQI%2CSAAS%3BEuBvbtB%2CcAAC%2CaAkBG%2CMAAK%2CMvB%2BYT%2CMAAQ%2CKAMF%2CKAAE%2CIASC%2CSAOI%2CSAAS%3BIACN%2CSAAS%2CcAAc%2CGAAvB%3BIACA%2CcAAA%3BIACA%2CgBAAA%3BIACA%2CoBAAA%3B%3BEAIR%2C0BA9BR%2CMAAQ%2CKAMF%2CKAAE%2CIAwBC%3BEuB%5C%2FbT%2CcAAC%2CaAkBG%2CMAAK%2CMvB%2BYT%2CMAAQ%2CKAMF%2CKAAE%2CIAwBC%3BIACG%2CSAAA%3B%3BEAhChB%2C0BAqCI%3BEuBrcA%2CcAAC%2CaAkBG%2CMAAK%2CMvBmbT%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%3BIlBhsBd%2CiBAAA%3B%3BEkB0qBA%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%3BEoCn%5C%2FBA%2CcAAc%3BE6KnBd%2CcAAc%3BErN%2BWV%2CcAAC%3BIdzGL%2CiBAAA%3B%3BEkBgxBI%2CkBAAC%3BEAyvBL%2C0BACI%2CGA1vBC%3BEAyvBL%2C0BAKI%2CGA9vBC%3BEsM9hCO%2CQAHR%2C0BAEI%2CKACK%2CQtM8hCR%3BEsM9hCO%2CQAFR%2CkCACI%2CKACK%2CQtM8hCR%3BEV3HL%2CcAAc%2CWACV%2CkBAAoB%2CQAAQ%2CKACtB%2CKUyHL%3BEV3HL%2CcAAc%2CWACV%2CkBAAoB%2CQAAQ%2CKAEtB%2CKUwHL%3BER5qBL%2CKACI%2COAAM%2CMACF%2CKAAI%2CKQ0qBP%3BER5qBL%2CKACI%2COAAM%2CMAEF%2CcAAc%2CGQyqBjB%3BECv3BL%2CQACI%2CoBACI%2CKAAI%2CQDq3BP%3BE%2BBt%2BBL%2CMAAM%2CQAUA%2CQAGI%2CKACI%2CK%5C%2FBw9BT%3BEiCprBL%2CQACI%2CeACI%2CKAAI%2CQjCkrBP%3BEJxnBO%2CQAfR%2CmBAcI%2CKACK%2CQIwnBR%3BEJvnBO%2CQAhBR%2CmBAcI%2CKAEK%2CQIunBR%3BER5pBL%2CYACI%2CQQq5CA%2CGA1vBC%3BER5pBL%2CYACI%2CQQy5CA%2CGA9vBC%3BEwBt3BL%2CkBAQI%2CQxBwmDA%2CGA1vBC%3BEwBt3BL%2CkBAQI%2CQxB4mDA%2CGA9vBC%3BIlB5hCL%2CSAAA%3BIACA%2CMAAM%2CgBAAN%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEkBuzCA%3BEmDlxCQ%2CcApBJ%2COAAM%2CIAAI%2CSAAS%2CIAAI%2COAAO%2CIAAI%2CmBAoB7B%2CsBACG%2CMACI%3BEvDoYhB%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%3BEqB%5C%2F5BrB%2CQAOI%2CMAAK%2CMrBw5BH%2CQAAQ%2CKAAK%2CKAAE%3BIACb%2CSAAA%3B%3BEA2HR%3BEVn9BA%2CQAAQ%2CKAAK%2CSACT%3BE8CzjBJ%2CcAAc%3BEnBwFd%2CcAAc%3BErBoQV%2CcAAC%3BEA6DL%2CoBACI%3BIIknCA%2CaAAA%3B%3BEASJ%3BIACI%2CgBAAA%3B%3BEAsOJ%2C0BAeI%3BERp6CJ%2CYACI%2CQQm6CA%3BEwB9nDJ%2CkBAQI%2CQxBsnDA%3BIACI%2CiBAAA%3B%3BEmDlxDR%3BIACI%2C0BAAA%3BIlEwUJ%2CgBAAA%3BIACA%2CkBAAA%3BIACA%2CWAAA%3BIACA%2C4CAAA%3BIACA%2CiCAAA%3BIkE1UI%2CkBAAA%3B%3BEAHJ%2CcAKI%2COAAM%2CIAAI%2CSAAS%2CIAAI%2COAAO%2CIAAI%3BIlE2ctC%2CYAAA%3BIACA%2CcAAA%3B%3BEkEjdA%2CcAKI%2COAAM%2CIAAI%2CSAAS%2CIAAI%2COAAO%2CIAAI%2CmBlE8cpC%2CQAAQ%2CKAAK%3BIACX%2CaAAA%3B%3BEkEpdJ%2CcAKI%2COAAM%2CIAAI%2CSAAS%2CIAAI%2COAAO%2CIAAI%2CmBlEkdpC%3BIACE%2CcAAA%3B%3BEkExdJ%2CcAKI%2COAAM%2CIAAI%2CSAAS%2CIAAI%2COAAO%2CIAAI%2CmBlEkdpC%2CQAGI%3BIACE%2CcAAA%3B%3BEkE3dR%2CcAKI%2COAAM%2CIAAI%2CSAAS%2CIAAI%2COAAO%2CIAAI%2CmBlEkdpC%2CQAGI%2CKAGE%3BEkE7dR%2CcAKI%2COAAM%2CIAAI%2CSAAS%2CIAAI%2COAAO%2CIAAI%2CmBlEkdpC%2CQAGI%2CKAIE%3BIACI%2CmBAAA%3BIACA%2CcAAA%3BIHvOZ%2CiBAAA%3B%3BEG0OY%2CckE9dR%2COAAM%2CIAAI%2CSAAS%2CIAAI%2COAAO%2CIAAI%2CmBlEkdpC%2CQAGI%2CKAGE%2CGAMK%2CSAAS%3BEAAV%2CckE9dR%2COAAM%2CIAAI%2CSAAS%2CIAAI%2COAAO%2CIAAI%2CmBlEkdpC%2CQAGI%2CKAIE%2CGAKK%2CSAAS%3BIH1OtB%2CmBAAA%3BIG4OgB%2CSAAS%2CcAAa%2CIAAtB%3BIACA%2CqBAAA%3BIH7OhB%2CcAAA%3BIAAA%2CgBAAA%3B%3BEqEzPA%2CcAKI%2COAAM%2CIAAI%2CSAAS%2CIAAI%2COAAO%2CIAAI%2CmBlEuVpC%2CQAAQ%2CKAAK%3BIHnGf%2CyBAAA%3B%3BEqEzPA%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%3BIrEkLlB%2CiBAAA%3B%3BEqEzPA%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%3BE7DkEA%2CoCADJ%2CKACK%3BIACG%2CgBAAA%3B%3BEAHZ%2CoCAOI%3BIACI%2CqBAAA%3B%3BEgHtGJ%2CaAAE%3BIACE%2CgBAAA%3B%3BE2D4BR%2CwBACI%3BIACI%2CWAAA%3BIACA%2CcAAA%3BIACA%2CWAAA%3B%3BEAGI%2CwBANR%2CGAKI%2CEACK%3BIACG%2CyBAAA%3B%3BEyB5BhB%2CmBACI%3BIACI%2CWAAA%3B%3BElMmEA%2C0BADJ%2CKACK%3BIACG%2CgBAAA%3B%3BEAHZ%2C0BAOI%3BIACI%2CqBAAA%3B%3BE0BOR%2COACI%2CgBACI%3BIACI%2CmBAAA%3BIACA%2CmBAAA%3B%3BEAIA%2COAPR%2CgBAMI%2CQACK%3BIhD6Kb%2CqBAAA%3BIIzDA%2CsBAAA%3BIACA%2CgBAAA%3BIACA%2C4BAAA%3BIACA%2CSAAA%3BIACA%2CgBAAA%3BIACA%2CoBAAA%3BIACA%2CSAAA%3BIACA%2CUAAA%3BIACA%2CqBAAA%3BIACA%2CiBAAA%3BIJgDA%2CgBAAA%3B%3BEgD7KY%2COAPR%2CgBAMI%2CQACK%2COHiKX%3BI7ChQF%2CSAAA%3BIACA%2CMAAM%2CgBAAN%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BE6CHA%2COGoFI%2CgBAMI%2CQACK%2COH3FZ%3BIAqUD%2CmCAAA%3BIACA%2CkCAAA%3BI7C9DA%2CeAAA%3BIAAA%2CoBAAA%3BIAAA%2CcAAA%3BIAAA%2CS8C5PS%2CO9C4PT%3BIAAA%2Ca%2BCvRe%2CY%5C%2FCuRf%3BIAAA%2CgBAAA%3BIAAA%2CmBAAA%3BI6CqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEApUI%2COGuEA%2CgBAMI%2CQACK%2COH%5C%2FEZ%2CMACI%3BI7C2PL%2CcAAA%3B%3BE6CrPI%2COGiEA%2CgBAMI%2CQACK%2COHzEZ%2COACI%3BI7CqPL%2CcAAA%3B%3BEI7CA%2CO4CvII%2CgBAMI%2CQACK%2CO5CgIZ%3BEACD%2CO4CxII%2CgBAMI%2CQACK%2CO5CiIZ%3BIACG%2CgBAAA%3BIACA%2CYAAA%3B%3BEAGJ%2CO4C7II%2CgBAMI%2CQACK%2CO5CsIZ%3BIACG%2CgBAAA%3BIACA%2CYAAA%3B%3BEAGJ%2CO4ClJI%2CgBAMI%2CQACK%2CO5C2IZ%3BEACD%2CO4CnJI%2CgBAMI%2CQACK%2CO5C4IZ%3BEACD%2CQAAQ%2CUAAW%2CQ4CpJf%2CgBAMI%2CQACK%3BI5C8IT%2CoBAAA%3BIJ%2BBJ%2CYAAA%3B%3BEOnBI%2CcADW%2CSACV%3BIACG%2CmBAAA%3B%3BEAEA%2CcAJO%2CSACV%2CKAGI%3BIACG%2CsBAAA%3BIACA%2CUAAA%3B%3BEAKZ%2CqBACI%3BIACI%2CcAAA%3B%3BEqDnJR%3BIACI%2CgBAAA%3B%3BEpDidJ%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%3BEErjBZ%2CKACI%2COAAM%2CMAMF%2CKAAI%3BIACA%2CkBAAA%3B%3BEClSZ%2CYACI%3BIXqLJ%2CeAAA%3BIWnLQ%2CgBAAA%3BIACA%2CiBAAA%3B%3BEAJR%2CYAOI%3BIX%2BKJ%2CgBAAA%3B%3BEYnGA%3BIZmGA%2CgBAAA%3BIYjGI%2CgBAAA%3BIAAkB%2CcAAA%3BIAAgB%2CYAAA%3B%3BEAGtC%3BIZ8FA%2CYAAA%3B%3BE2B9EA%2CYACI%3BEADJ%2CYAEI%3BEAFJ%2CYAGI%3BI3B2EJ%2CmBAAA%3BIAAA%2CuBAAA%3BIAAA%2CkBAAA%3B%3BE2B9EA%2CYASI%2CYACM%3BI3BoEV%2CiBAAA%3B%3BE2B9EA%2CYAeI%3BI3B%2BDJ%2C6BAAA%3BIAAA%2CgBAAA%3BIAAA%2CiBAAA%3BIAAA%2CWAAA%3B%3BE2BzDQ%2CYANJ%2CuBAMK%3BI3ByDT%2C4BAAA%3BI2BvDY%2CwBAAA%3B%3BEAFJ%2CYANJ%2CuBAMK%2CcAIG%3BI3BqDZ%2CWAAA%3B%3BE2B9EA%2CYA%2BBI%3BIACI%2CWAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3B%3BEAlCR%2CYAqCI%3BIACI%2CWAAA%3B%3BEAtCR%2CYAyCI%3BI3BqCJ%2C6BAAA%3BI2BnCQ%2CiBAAA%3B%3BEA3CR%2CYA8CI%3BI3BgCJ%2CqBAAA%3BI6C9QA%2CqBAAA%3BIlBwPQ%2CSAAA%3BIACA%2CkBAAA%3BIACA%2CQAAA%3BIACA%2CQAAA%3B%3BEA3DR%2CYA8CI%2CmBkBoBF%3BI7ChQF%2CSAAA%3BIACA%2CMAAM%2CgBAAN%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BE6CHA%2CYlBwOI%2CmBkBxOH%3BIAqUD%2CmCAAA%3BIACA%2CkCAAA%3BI7C9DA%2CeAAA%3BIAAA%2CiBAAA%3BIAAA%2CcAAA%3BIAAA%2CSChRQ%2CODgRR%3BIAAA%2Ca%2BCvRe%2CY%5C%2FCuRf%3BIAAA%2CsBAAA%3BI6CqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEApUI%2CYlB2NA%2CmBkB5NH%2CMACI%3BI7C2PL%2CWAAA%3B%3BE6CrPI%2CYlBqNA%2CmBkBtNH%2COACI%3BI7CqPL%2CcAAA%3B%3BE2DnPI%2CsBAAC%3BIACG%2CmBAAA%3BIACA%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CSAAA%3B%3BEAJJ%2CsBAAC%2CcAMG%3BI3D6OR%2CYAAA%3BI2D3OY%2CWAAA%3B%3BEAEA%2CsBAVP%2CcAMG%2CuBAIK%3BEACD%2CsBAXP%2CcAMG%2CuBAKK%3BIACG%2CWAAA%3B%3BE%5C%2FBIhB%2C%2BBACI%3BIACI%2CiBAAA%3B%3BEc2HR%2CkBACM%3BIACE%2CgBAAA%3BI1CoGR%2CeAAA%3BI0ClGQ%2CmBAAA%3BIACA%2CiBAAA%3B%3BEH8VR%2CQACI%2CQAAO%3BEADX%2CQAEI%3BIACI%2CSAAA%3BIACA%2CUAAA%3B%3BEAJR%2CQAWI%2CcACI%3BIACI%2CgBAAA%3B%3BEgBnaZ%2C0BAA2B%3BIACvB%2CmBAAA%3B%3BEAGJ%2C4BACI%3BIACI%2CcAAA%3BIvDmJR%2CkBAAA%3B%3BEuDxIA%2C0BAA2B%2CoBAAsB%2CIAAC%2CWAAW%3BIACzD%2CgCAAA%3BIACA%2CSAAS%2CEAAT%3BIACA%2CcAAA%3BIACA%2CSAAA%3BIACA%2CkBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3B%3BEpCkCJ%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%3BE8B3JR%2CMAAM%2CQACA%2CQACI%2CKACI%3BIjDmNd%2C6BAAA%3BIiDjNgB%2CmBAAA%3B%3BEALhB%2CMAAM%2CQAUA%3BIjD4MN%2C6BAAA%3B%3BEiDtNA%2CMAAM%2CQAUA%2CQAGI%2CKACI%3BIjDwMd%2CkBAAA%3BIiDrMgB%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%3BEfjFJ%2CqBADJ%2CQACK%3BIlCuPT%2CqBAAA%3BI6C9QA%2CqBAAA%3B%3BEXuBQ%2CqBADJ%2CQACK%2COW2OP%3BI7ChQF%2CSAAA%3BIACA%2CMAAM%2CgBAAN%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BE6CHA%2CqBXgBI%2CQACK%2COWjBR%3BIAqUD%2CmCAAA%3BIACA%2CkCAAA%3BI7C9DA%2CeAAA%3BIAAA%2CoBAAA%3BIAAA%2CcAAA%3BIAAA%2CS8C5PS%2CO9C4PT%3BIAAA%2Ca%2BCvRe%2CY%5C%2FCuRf%3BIAAA%2CSAAA%3BIAAA%2CmBAAA%3BI6CqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEApUI%2CqBXGA%2CQACK%2COWLR%2CMACI%3BI7C2PL%2CcAAA%3B%3BE6CrPI%2CqBXHA%2CQACK%2COWCR%2COACI%3BI7CqPL%2CcAAA%3B%3BEyCOY%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%3BEhBxXZ%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%3BIdjLJ%2CgBAAA%3B%3BEcsKA%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%3BIdzNR%2CiBAAA%3BIc2NY%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%3BEuNrehB%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%3BEhMsKZ%2CcAAc%2CSACV%3BIACI%2CgCAAA%3BIACA%2CSAAA%3BIACA%2CWAAA%3B%3BEAEA%2CcANM%2CSACV%2CcAKK%3BIACG%2C6BAAA%3B%3B%3BAqMxLZ%2CwBAJsD%3BEjKkBtD%2CQAAQ%2CQACJ%2CSAAQ%3BIACJ%2CgBAAA%3B%3BE%2BFoIR%2CsBAAuB%3BECxLvB%2CiBAOI%2CaAAa%2CaDiLM%3BIACnB%2CWAAA%3B%3BECeJ%3BIAEQ%2CuBAAA%3BIACA%2CsBAAA%3B%3BEAHR%2CcAMI%3BIACI%2CmBAAA%3B%3BEJ2BR%2CuBAAuB%2CkBAAmB%2CqBAAoB%2CWAAY%3BIAElE%2CcAAA%3B%3BEAFR%2CuBAAuB%2CkBAAmB%2CqBAAoB%2CWAAY%2CqBAKtE%3BIACI%2CaAAA%3BIACA%2CuBAAA%3B%3BEAPR%2CuBAAuB%2CkBAAmB%2CqBAAoB%2CWAAY%2CqBAUtE%3BIACI%2CeAAA%3B%3BEiBnJR%2C4BAA6B%3BIAErB%2CgBAAA%3B%3BEAGJ%2C4BALyB%2CmBAKxB%3BIAEO%2CcAAA%3B%3BEAFR%2C4BALyB%2CmBAKxB%2CUAKK%2CqBAAkB%3BIAChB%2CoBAAA%3B%3BIACA%2CcAAA%3B%3BEAIR%2C4BAhByB%2CmBAgBxB%3BIAEO%2CeAAA%3B%3BEAFR%2C4BAhByB%2CmBAgBxB%2CMAKK%2CqBAAkB%3BIAChB%2CaAAA%3BIACA%2CqBAAA%3B%3B%3BEAKJ%2C4BA5BqB%2CmBA2BvB%2CqBACG%3BEACD%2C4BA7BqB%2CmBA2BvB%2CqBAEG%3BIACG%2CyBAAA%3BIACA%2CYAAA%3B%3BECQZ%2CwBACI%3BIACI%2CeAAA%3B%3BEAFR%2CwBAKI%3BIACI%2CkBAAA%3B%3BE3HmGR%3BIACI%2CaAAA%3B%3BEtBuKJ%2CiBAAkB%3BIACd%2CYAAA%3B%3BE1B%5C%2FMJ%3BIZqFA%2CYAAA%3B%3BEgOhKA%2CYACI%2CeACI%3BIhO8JR%2CYAAA%3B%3B%3BA0OzPA%2CwBAJuD%3BEpDoGvD%2C4BAA6B%2CmBAAqB%3BInB9H9C%2CgBAAA%3BIASA%2C4BAAA%3BIACA%2CoBAAA%3BIACA%2CqBAAA%3B%3B%3BAuEuBR%2CgBAJ2C%3BExNiJvC%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%3BEuBcQ%2COAAO%2CIAAI%2CeAAgB%2CeAD%5C%2FB%3BEADJ%2CcA8BI%2CgBAOI%2CqBAKI%2CUACI%3BIvBvEhB%2CcAAA%3B%3BEA8KA%3BEX1IY%2CcAFR%2CmBACK%2CIAAI%2CQACA%2CIAAI%2CSACD%3BIPvWhB%2CSAAA%3BIACA%2CMAAM%2CgBAAN%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEAiBA%2C2BAAC%3BEACD%2C2BAAC%3BEyCqUD%2CcAwDI%2CezC9XH%3BEyCsUD%2CcAwDI%2CezC7XH%3BIACG%2CSAAS%2CEAAT%3BIACA%2CcAAA%3B%3BEAGJ%2C2BAAC%3BEyCgUD%2CcAwDI%2CezCxXH%3BIACG%2CWAAA%3B%3BEkBiiBJ%3BEuBlOA%2CcA8BI%2CgBACI%3BEA%5C%2FBR%2CcAwDI%2CeAEI%3BEA1DR%2CcAwDI%2CeAQI%3BIvBkJR%2CsBAAA%3B%3BEA%2BGA%2C0BAxBA%2CUACI%3BIlB5XJ%2CmBAAA%3BIK%2BpBA%2CsBAAA%3BIACA%2CqBAAA%3BILhqBA%2CUAAA%3BIKmqBA%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%3BIlBvaA%2CWAAA%3B%3BEkB2zBA%3BIlB3zBA%2CqBAAA%3BI6C9QA%2CqBAAA%3B%3BEAMA%2CmBAAC%3BIAqUD%2CmCAAA%3BIACA%2CkCAAA%3BI7C9DA%2CeAAA%3BIAAA%2CiBAAA%3BIAAA%2CcAAA%3BIAAA%2CSC%5C%2FQS%2COD%2BQT%3BIAAA%2Ca%2BCvRe%2CY%5C%2FCuRf%3BIAAA%2CiBAAA%3BIAAA%2CsBAAA%3BI6CqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BE3BsuBA%2CmBAAC%3BIACG%2C0BAAA%3B%3BEmD%5C%2F7BJ%2CMlEkDE%2CQACI%2CKACI%3BEkEpDV%2CMlEkDE%2CQACI%2CKAEI%3BIH0FV%2C0BAAA%3B%3BEqE%5C%2FIA%2CMlE2DE%2CQAAQ%3BIHoFV%2C0BAAA%3B%3BEwB%5C%2FLI%2CUAAC%3BIACG%2CYAAA%3B%3BEyG1CR%2CwBAAyB%3BIACrB%2CsBAAA%3B%3BEQieJ%2CqBAAsB%2CaAAY%2CYAAY%2CIAAI%2CmBAAmB%2CIAAI%2CuBAAwB%3BIAC7F%2CYAAA%3B%3BEAIA%2CwBAAyB%3BIACrB%2CkBAAA%3B%3BEEjeR%2CqBAAsB%2CaAAY%2CeAAgB%2C0BAA0B%3BIAEpE%2CcAAA%3BIACA%2CUAAA%3B%3BEAGJ%2CqBANkB%2CaAAY%2CeAAgB%2C0BAA0B%2COAMvE%2CUAAU%3BIACP%2CiBAAA%3B%3BEAGJ%2CqBAVkB%2CaAAY%2CeAAgB%2C0BAA0B%2COAUvE%2CWAAY%3BEACb%2CqBAXkB%2CaAAY%2CeAAgB%2C0BAA0B%2COAWvE%2CWAAY%3BEACb%2CqBAZkB%2CaAAY%2CeAAgB%2C0BAA0B%2COAYvE%3BIACG%2CWAAA%3B%3BE3FkEI%2COAFR%2CgBACI%2CQACK%3BI5CyFb%2CsBAAA%3BIAEA%2C4BAAA%3BIAEA%2CgBAAA%3BIACA%2CoBAAA%3BIAIA%2CiBAAA%3BIJgDA%2CgBAAA%3BIAAA%2CuBAAA%3BIAAA%2CSAAA%3BIAAA%2CUAAA%3BIAAA%2CcAAA%3BIAAA%2CqBAAA%3BII5FA%2CgBAAA%3BIACA%2CSAAA%3BIACA%2CeAAA%3BI4CrDgB%2CgBAAA%3B%3BE5CkGhB%2CO4CvGI%2CgBACI%2CQACK%2CO5CqGZ%3BEACD%2CO4CxGI%2CgBACI%2CQACK%2CO5CsGZ%3BIACG%2CgBAAA%3BIACA%2CYAAA%3B%3BEAGJ%2CO4C7GI%2CgBACI%2CQACK%2CO5C2GZ%3BIACG%2CgBAAA%3BIACA%2CYAAA%3B%3BEAGJ%2CO4ClHI%2CgBACI%2CQACK%2CO5CgHZ%3BEACD%2CO4CnHI%2CgBACI%2CQACK%2CO5CiHZ%3BEACD%2CQAAQ%2CUAAW%2CQ4CpHf%2CgBACI%2CQACK%3BI5CmHT%2CoBAAA%3BIJ%2BBJ%2CYAAA%3B%3BEDjJA%2COiDHI%2CgBACI%2CQACK%2COjDCZ%3BICiJD%2CcAAA%3BIAAA%2CqBAAA%3B%3BED5IA%2COiDRI%2CgBACI%2CQACK%2COjDMZ%3BIC4ID%2CcAAA%3BIAAA%2C0BAAA%3B%3BEDvIA%2COiDbI%2CgBACI%2CQACK%2COjDWZ%3BICuID%2CcAAA%3BIAAA%2C0BAAA%3B%3BEIxFA%2CO4C5DI%2CgBACI%2CQACK%2CO5C0DZ%3BEACD%2CO4C7DI%2CgBACI%2CQACK%2CO5C2DZ%3BEACD%2CO4C9DI%2CgBACI%2CQACK%2CO5C4DZ%3BIACG%2CgBAAA%3BIACA%2CSAAA%3B%3BEAGJ%2CO4CnEI%2CgBACI%2CQACK%2CO5CiEZ%3BEACD%2CO4CpEI%2CgBACI%2CQACK%2CO5CkEZ%3BEACD%2CQAAQ%2CUAAW%2CQ4CrEf%2CgBACI%2CQACK%3BIhDkJb%2CcAAA%3BIAAA%2CYAAA%3BII5EI%2CeAAA%3BIACA%2CoBAAA%3BIACA%2C0BAAA%3B%3BE0N7LI%2C8BADJ%2CSACK%3BIACG%2CaAAA%3B%3BEvNuQJ%2CcADW%2CmBACV%3BEACD%2CcAFW%2CmBAEV%3BIPFT%2CgBAAA%3BIAAA%2C4CAAA%3BIOKY%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%3BIPzBnB%2CgBAAA%3BIAAA%2C4CAAA%3BIO4BQ%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%3BIPrEb%2CgBAAA%3BIOuEgB%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%3BEEhchB%2CeACI%2COAAM%2CUACF%2CeACI%3BIACI%2CgBAAA%3B%3BE%2BBrKhB%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%3BErC6SR%2CoBACI%2CaACI%3BIACI%2CqBAAA%3B%3BEAEA%2CoBAJR%2CaACI%2CQAGK%3BIACG%2CYAAA%3B%3BEuBvOhB%2CqBACI%2CeACI%3BIACI%2CSAAA%3B%3BEiMhPZ%2CMAAM%2COAAQ%2CeAAe%3BEAC7B%2CoBAAqB%2COAAM%2COAAQ%2CeAAe%3BEAClD%2CqBAAsB%2COAAM%2COAAQ%2CeAAe%3BIAC%5C%2FC%2CmBAAA%3B%3BEAGJ%2CoBAAqB%2COAAM%2COAAQ%2CeAAe%3BIAC9C%2CeAAA%3BIACA%2COAAO%2CqBAAP%3B%3BEAEA%2CoBAJiB%2COAAM%2COAAQ%2CeAAe%2CcAI7C%2CUAAU%3BIACP%2CcAAA%22%7D *//*!
 * Font Awesome Pro 6.0.0-beta1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
.fa{font-family:"Font Awesome 6 Pro";font-family:var(--fa-style-family,"Font Awesome 6 Pro");font-weight:900;font-weight:var(--fa-style,900)}.fa,.fa-brands,.fa-duotone,.fa-light,.fa-regular,.fa-solid,.fa-thin,.fab,.fad,.fal,.far,.fas,.fat{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;display:var(--fa-display,inline-block);font-style:normal;font-variant:normal;line-height:1;text-rendering:auto}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-2xs{font-size:.625em;line-height:.1em;vertical-align:.225em}.fa-xs{font-size:.75em;line-height:.08333em;vertical-align:.125em}.fa-sm{font-size:.875em;line-height:.07143em;vertical-align:.05357em}.fa-lg{font-size:1.25em;line-height:.05em;vertical-align:-.075em}.fa-xl{font-size:1.5em;line-height:.04167em;vertical-align:-.125em}.fa-2xl{font-size:2em;line-height:.03125em;vertical-align:-.1875em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:2.5em;margin-left:var(--fa-li-margin,2.5em);padding-left:0}.fa-ul>li{position:relative}.fa-li{left:-2em;left:calc(var(--fa-li-width, 2em)*-1);position:absolute;text-align:center;width:2em;width:var(--fa-li-width,2em);line-height:inherit}.fa-border{border-radius:.1em;border-radius:var(--fa-border-radius,.1em);border:.08em solid #eee;border:var(--fa-border-width,.08em) var(--fa-border-style,solid) var(--fa-border-color,#eee);padding:.2em .25em .15em;padding:var(--fa-border-padding,.2em .25em .15em)}.fa-pull-left{float:left;margin-right:.3em;margin-right:var(--fa-pull-margin,.3em)}.fa-pull-right{float:right;margin-left:.3em;margin-left:var(--fa-pull-margin,.3em)}.fa-beat{-webkit-animation-name:fa-beat;animation-name:fa-beat;-webkit-animation-delay:0;animation-delay:0;-webkit-animation-delay:var(--fa-animation-delay,0);animation-delay:var(--fa-animation-delay,0);-webkit-animation-direction:normal;animation-direction:normal;-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-timing-function:var(--fa-animation-timing,ease-in-out);animation-timing-function:var(--fa-animation-timing,ease-in-out)}.fa-fade{-webkit-animation-name:fa-fade;animation-name:fa-fade;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:cubic-bezier(.4,0,.6,1);animation-timing-function:cubic-bezier(.4,0,.6,1);-webkit-animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1));animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1))}.fa-fade,.fa-flash{-webkit-animation-delay:0;animation-delay:0;-webkit-animation-delay:var(--fa-animation-delay,0);animation-delay:var(--fa-animation-delay,0);-webkit-animation-direction:normal;animation-direction:normal;-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s)}.fa-flash{-webkit-animation-name:fa-flash;animation-name:fa-flash;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:cubic-bezier(.4,0,.6,1);animation-timing-function:cubic-bezier(.4,0,.6,1);-webkit-animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1));animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1))}.fa-flip{-webkit-animation-name:fa-flip;animation-name:fa-flip;-webkit-animation-delay:0;animation-delay:0;-webkit-animation-delay:var(--fa-animation-delay,0);animation-delay:var(--fa-animation-delay,0);-webkit-animation-direction:normal;animation-direction:normal;-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-timing-function:var(--fa-animation-timing,ease-in-out);animation-timing-function:var(--fa-animation-timing,ease-in-out)}.fa-spin{-webkit-animation-name:fa-spin;animation-name:fa-spin;-webkit-animation-delay:0;animation-delay:0;-webkit-animation-delay:var(--fa-animation-delay,0);animation-delay:var(--fa-animation-delay,0);-webkit-animation-direction:normal;animation-direction:normal;-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-duration:var(--fa-animation-duration,2s);animation-duration:var(--fa-animation-duration,2s);-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-animation-timing-function:var(--fa-animation-timing,linear);animation-timing-function:var(--fa-animation-timing,linear)}.fa-spin-reverse{--fa-animation-direction:reverse}.fa-pulse,.fa-spin-pulse{-webkit-animation-name:fa-spin;animation-name:fa-spin;-webkit-animation-direction:normal;animation-direction:normal;-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:steps(8);animation-timing-function:steps(8);-webkit-animation-timing-function:var(--fa-animation-timing,steps(8));animation-timing-function:var(--fa-animation-timing,steps(8))}@media (prefers-reduced-motion:reduce){.fa-beat,.fa-fade,.fa-flash,.fa-flip,.fa-pulse,.fa-spin,.fa-spin-pulse{-webkit-animation-delay:-1ms;animation-delay:-1ms;-webkit-animation-duration:1ms;animation-duration:1ms;-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-transition-delay:0s;transition-delay:0s;-webkit-transition-duration:0s;transition-duration:0s}}@-webkit-keyframes fa-beat{0%,90%{-webkit-transform:scale(1);transform:scale(1)}45%{-webkit-transform:scale(1.25);transform:scale(1.25);-webkit-transform:scale(var(--fa-beat-scale,1.25));transform:scale(var(--fa-beat-scale,1.25))}}@keyframes fa-beat{0%,90%{-webkit-transform:scale(1);transform:scale(1)}45%{-webkit-transform:scale(1.25);transform:scale(1.25);-webkit-transform:scale(var(--fa-beat-scale,1.25));transform:scale(var(--fa-beat-scale,1.25))}}@-webkit-keyframes fa-fade{50%{opacity:.4;opacity:var(--fa-fade-opacity,.4)}}@keyframes fa-fade{50%{opacity:.4;opacity:var(--fa-fade-opacity,.4)}}@-webkit-keyframes fa-flash{0%,to{opacity:.4;opacity:var(--fa-flash-opacity,.4);-webkit-transform:scale(1);transform:scale(1)}50%{opacity:1;-webkit-transform:scale(1.125);transform:scale(1.125);-webkit-transform:scale(var(--fa-flash-scale,1.125));transform:scale(var(--fa-flash-scale,1.125))}}@keyframes fa-flash{0%,to{opacity:.4;opacity:var(--fa-flash-opacity,.4);-webkit-transform:scale(1);transform:scale(1)}50%{opacity:1;-webkit-transform:scale(1.125);transform:scale(1.125);-webkit-transform:scale(var(--fa-flash-scale,1.125));transform:scale(var(--fa-flash-scale,1.125))}}@-webkit-keyframes fa-flip{50%{-webkit-transform:rotateY(-180deg);transform:rotateY(-180deg);-webkit-transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg));transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg))}}@keyframes fa-flip{50%{-webkit-transform:rotateY(-180deg);transform:rotateY(-180deg);-webkit-transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg));transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg))}}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.fa-rotate-90{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-webkit-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-webkit-transform:scaleX(-1);transform:scaleX(-1)}.fa-flip-vertical{-webkit-transform:scaleY(-1);transform:scaleY(-1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{-webkit-transform:scale(-1);transform:scale(-1)}.fa-rotate-by{-webkit-transform:rotate(none);transform:rotate(none);-webkit-transform:rotate(var(--fa-rotate-angle,none));transform:rotate(var(--fa-rotate-angle,none))}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%;z-index:auto;z-index:var(--fa-stack-z-index,auto)}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff;color:var(--fa-inverse,#fff)}.fa-0:before{content:"\30"}.fa-1:before{content:"\31"}.fa-2:before{content:"\32"}.fa-3:before{content:"\33"}.fa-4:before{content:"\34"}.fa-5:before{content:"\35"}.fa-6:before{content:"\36"}.fa-7:before{content:"\37"}.fa-8:before{content:"\38"}.fa-9:before{content:"\39"}.fa-360-degrees:before{content:"\e2dc"}.fa-a:before{content:"\41"}.fa-abacus:before{content:"\1f9ee"}.fa-accent-grave:before{content:"\60"}.fa-acorn:before{content:"\f6ae"}.fa-address-book:before,.fa-contact-book:before{content:"\f2b9"}.fa-address-card:before,.fa-contact-card:before,.fa-vcard:before{content:"\f2bb"}.fa-air-conditioner:before{content:"\f8f4"}.fa-airplay:before{content:"\e089"}.fa-alarm-clock:before{content:"\23f0"}.fa-alarm-exclamation:before{content:"\f843"}.fa-alarm-plus:before{content:"\f844"}.fa-alarm-snooze:before{content:"\f845"}.fa-album:before{content:"\1f4bd"}.fa-album-collection:before{content:"\f8a0"}.fa-alicorn:before{content:"\f6b0"}.fa-alien:before{content:"\1f47d"}.fa-alien-8bit:before,.fa-alien-monster:before{content:"\1f47e"}.fa-align-center:before{content:"\f037"}.fa-align-justify:before{content:"\f039"}.fa-align-left:before{content:"\f036"}.fa-align-right:before{content:"\f038"}.fa-align-slash:before{content:"\f846"}.fa-alt:before{content:"\e08a"}.fa-amp-guitar:before{content:"\f8a1"}.fa-ampersand:before{content:"\26"}.fa-anchor:before{content:"\2693"}.fa-angel:before{content:"\f779"}.fa-angle:before{content:"\e08c"}.fa-angle-90:before{content:"\e08d"}.fa-angle-down:before{content:"\2304"}.fa-angle-left:before{content:"\2039"}.fa-angle-right:before{content:"\203a"}.fa-angle-up:before{content:"\2303"}.fa-angle-double-down:before,.fa-angles-down:before{content:"\f103"}.fa-angle-double-left:before,.fa-angles-left:before{content:"\ab"}.fa-angle-double-right:before,.fa-angles-right:before{content:"\bb"}.fa-angle-double-up:before,.fa-angles-up:before{content:"\f102"}.fa-ankh:before{content:"\2625"}.fa-aperture:before{content:"\e2df"}.fa-apostrophe:before{content:"\27"}.fa-apple-core:before{content:"\e08f"}.fa-apple-alt:before,.fa-apple-whole:before{content:"\1f34e"}.fa-archway:before{content:"\f557"}.fa-arrow-down:before{content:"\2193"}.fa-arrow-down-1-9:before,.fa-sort-numeric-asc:before,.fa-sort-numeric-down:before{content:"\f162"}.fa-arrow-down-9-1:before,.fa-sort-numeric-desc:before,.fa-sort-numeric-down-alt:before{content:"\f886"}.fa-arrow-down-a-z:before,.fa-sort-alpha-asc:before,.fa-sort-alpha-down:before{content:"\f15d"}.fa-arrow-down-arrow-up:before,.fa-sort-alt:before{content:"\f883"}.fa-arrow-down-big-small:before,.fa-sort-size-down:before{content:"\f88c"}.fa-arrow-down-from-dotted-line:before{content:"\e090"}.fa-arrow-down-from-line:before,.fa-arrow-from-top:before{content:"\21a7"}.fa-arrow-down-left:before{content:"\e091"}.fa-arrow-down-left-and-arrow-up-right-to-center:before{content:"\e092"}.fa-arrow-down-long:before,.fa-long-arrow-down:before{content:"\f175"}.fa-arrow-down-right:before{content:"\e093"}.fa-arrow-down-short-wide:before,.fa-sort-amount-desc:before,.fa-sort-amount-down-alt:before{content:"\f884"}.fa-arrow-down-small-big:before,.fa-sort-size-down-alt:before{content:"\f88d"}.fa-arrow-down-square-triangle:before,.fa-sort-shapes-down-alt:before{content:"\f889"}.fa-arrow-down-to-bracket:before{content:"\e094"}.fa-arrow-down-to-dotted-line:before{content:"\e095"}.fa-arrow-down-to-line:before,.fa-arrow-to-bottom:before{content:"\f33d"}.fa-arrow-down-to-square:before{content:"\e096"}.fa-arrow-down-triangle-square:before,.fa-sort-shapes-down:before{content:"\f888"}.fa-arrow-down-wide-short:before,.fa-sort-amount-asc:before,.fa-sort-amount-down:before{content:"\f160"}.fa-arrow-down-z-a:before,.fa-sort-alpha-desc:before,.fa-sort-alpha-down-alt:before{content:"\f881"}.fa-arrow-left:before{content:"\2190"}.fa-arrow-from-right:before,.fa-arrow-left-from-line:before{content:"\21a4"}.fa-arrow-left-long:before,.fa-long-arrow-left:before{content:"\f177"}.fa-arrow-left-to-line:before,.fa-arrow-to-left:before{content:"\21e4"}.fa-arrow-pointer:before,.fa-mouse-pointer:before{content:"\f245"}.fa-arrow-right:before{content:"\2192"}.fa-arrow-right-arrow-left:before,.fa-exchange:before{content:"\21c4"}.fa-arrow-right-from-bracket:before,.fa-sign-out:before{content:"\f08b"}.fa-arrow-from-left:before,.fa-arrow-right-from-line:before{content:"\21a6"}.fa-arrow-right-long:before,.fa-long-arrow-right:before{content:"\f178"}.fa-arrow-right-to-bracket:before,.fa-sign-in:before{content:"\f090"}.fa-arrow-right-to-line:before,.fa-arrow-to-right:before{content:"\21e5"}.fa-arrow-left-rotate:before,.fa-arrow-rotate-back:before,.fa-arrow-rotate-backward:before,.fa-arrow-rotate-left:before,.fa-undo:before{content:"\21ba"}.fa-arrow-right-rotate:before,.fa-arrow-rotate-forward:before,.fa-arrow-rotate-right:before,.fa-redo:before{content:"\21bb"}.fa-arrow-trend-down:before{content:"\e097"}.fa-arrow-trend-up:before{content:"\e098"}.fa-arrow-turn-down:before,.fa-level-down:before{content:"\f149"}.fa-arrow-turn-down-left:before{content:"\e2e1"}.fa-arrow-turn-up:before,.fa-level-up:before{content:"\f148"}.fa-arrow-up:before{content:"\2191"}.fa-arrow-up-1-9:before,.fa-sort-numeric-up:before{content:"\f163"}.fa-arrow-up-9-1:before,.fa-sort-numeric-up-alt:before{content:"\f887"}.fa-arrow-up-a-z:before,.fa-sort-alpha-up:before{content:"\f15e"}.fa-arrow-up-arrow-down:before,.fa-sort-up-down:before{content:"\e099"}.fa-arrow-up-big-small:before,.fa-sort-size-up:before{content:"\f88e"}.fa-arrow-up-from-bracket:before{content:"\e09a"}.fa-arrow-up-from-dotted-line:before{content:"\e09b"}.fa-arrow-from-bottom:before,.fa-arrow-up-from-line:before{content:"\21a5"}.fa-arrow-up-from-square:before{content:"\e09c"}.fa-arrow-up-left:before{content:"\e09d"}.fa-arrow-up-left-from-circle:before{content:"\e09e"}.fa-arrow-up-long:before,.fa-long-arrow-up:before{content:"\f176"}.fa-arrow-up-right:before{content:"\e09f"}.fa-arrow-up-right-and-arrow-down-left-from-center:before{content:"\e0a0"}.fa-arrow-up-right-from-square:before,.fa-external-link:before{content:"\f08e"}.fa-arrow-up-short-wide:before,.fa-sort-amount-up-alt:before{content:"\f885"}.fa-arrow-up-small-big:before,.fa-sort-size-up-alt:before{content:"\f88f"}.fa-arrow-up-square-triangle:before,.fa-sort-shapes-up-alt:before{content:"\f88b"}.fa-arrow-up-to-dotted-line:before{content:"\e0a1"}.fa-arrow-to-top:before,.fa-arrow-up-to-line:before{content:"\f341"}.fa-arrow-up-triangle-square:before,.fa-sort-shapes-up:before{content:"\f88a"}.fa-arrow-up-wide-short:before,.fa-sort-amount-up:before{content:"\f161"}.fa-arrow-up-z-a:before,.fa-sort-alpha-up-alt:before{content:"\f882"}.fa-arrows-cross:before{content:"\e0a2"}.fa-arrows-from-dotted-line:before{content:"\e0a3"}.fa-arrows-from-line:before{content:"\e0a4"}.fa-arrows-h:before,.fa-arrows-left-right:before{content:"\f07e"}.fa-arrows-maximize:before,.fa-expand-arrows:before{content:"\f31d"}.fa-arrows-minimize:before,.fa-compress-arrows:before{content:"\e0a5"}.fa-arrows-repeat:before,.fa-repeat-alt:before{content:"\f364"}.fa-arrows-repeat-1:before,.fa-repeat-1-alt:before{content:"\f366"}.fa-arrows-retweet:before,.fa-retweet-alt:before{content:"\f361"}.fa-arrows-rotate:before,.fa-refresh:before,.fa-sync:before{content:"\1f5d8"}.fa-arrows-to-dotted-line:before{content:"\e0a6"}.fa-arrows-to-line:before{content:"\e0a7"}.fa-arrows-up-down:before,.fa-arrows-v:before{content:"\f07d"}.fa-arrows-up-down-left-right:before,.fa-arrows:before{content:"\f047"}.fa-asterisk:before{content:"\2a"}.fa-at:before{content:"\40"}.fa-atom:before{content:"\269b"}.fa-atom-alt:before,.fa-atom-simple:before{content:"\f5d3"}.fa-audio-description:before{content:"\f29e"}.fa-audio-description-slash:before{content:"\e0a8"}.fa-austral-sign:before{content:"\e0a9"}.fa-avocado:before{content:"\e0aa"}.fa-award:before{content:"\f559"}.fa-award-simple:before{content:"\e0ab"}.fa-axe:before{content:"\1fa93"}.fa-axe-battle:before{content:"\f6b3"}.fa-b:before{content:"\42"}.fa-baby:before{content:"\f77c"}.fa-baby-carriage:before,.fa-carriage-baby:before{content:"\f77d"}.fa-backpack:before{content:"\1f392"}.fa-backward:before{content:"\23ea"}.fa-backward-fast:before,.fa-fast-backward:before{content:"\23ee"}.fa-backward-step:before,.fa-step-backward:before{content:"\f048"}.fa-bacon:before{content:"\1f953"}.fa-bacteria:before{content:"\e059"}.fa-bacterium:before{content:"\e05a"}.fa-badge:before{content:"\f335"}.fa-badge-check:before{content:"\f336"}.fa-badge-dollar:before{content:"\f645"}.fa-badge-percent:before{content:"\f646"}.fa-badge-sheriff:before{content:"\f8a2"}.fa-badger-honey:before{content:"\1f9a1"}.fa-badminton:before{content:"\e33a"}.fa-bag-shopping:before,.fa-shopping-bag:before{content:"\f290"}.fa-bags-shopping:before{content:"\1f6cd"}.fa-bahai:before{content:"\f666"}.fa-baht-sign:before{content:"\e0ac"}.fa-ball-pile:before{content:"\f77e"}.fa-balloon:before{content:"\e2e3"}.fa-balloons:before{content:"\e2e4"}.fa-ballot:before{content:"\f732"}.fa-ballot-check:before{content:"\f733"}.fa-ban:before,.fa-cancel:before{content:"\1f6ab"}.fa-ban-bug:before,.fa-debug:before{content:"\f7f9"}.fa-ban-parking:before,.fa-parking-circle-slash:before{content:"\f616"}.fa-ban-smoking:before,.fa-smoking-ban:before{content:"\1f6ad"}.fa-banana:before{content:"\e2e5"}.fa-band-aid:before,.fa-bandage:before{content:"\1fa79"}.fa-bangladeshi-taka-sign:before{content:"\e2e6"}.fa-banjo:before{content:"\1fa95"}.fa-bank:before,.fa-institution:before,.fa-university:before{content:"\f19c"}.fa-barcode:before{content:"\f02a"}.fa-barcode-read:before{content:"\f464"}.fa-barcode-scan:before{content:"\f465"}.fa-bars:before,.fa-navicon:before{content:"\f0c9"}.fa-bars-filter:before{content:"\e0ad"}.fa-bars-progress:before,.fa-tasks-alt:before{content:"\f828"}.fa-bars-sort:before{content:"\e0ae"}.fa-bars-staggered:before,.fa-reorder:before,.fa-stream:before{content:"\f550"}.fa-baseball-ball:before,.fa-baseball:before{content:"\26be"}.fa-baseball-bat-ball:before{content:"\f432"}.fa-basket-shopping:before,.fa-shopping-basket:before{content:"\f291"}.fa-basket-shopping-simple:before,.fa-shopping-basket-alt:before{content:"\e0af"}.fa-basketball-ball:before,.fa-basketball:before{content:"\1f3c0"}.fa-basketball-hoop:before{content:"\f435"}.fa-bat:before{content:"\f6b5"}.fa-bath:before,.fa-bathtub:before{content:"\1f6c1"}.fa-battery-bolt:before{content:"\f376"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-battery-exclamation:before{content:"\e0b0"}.fa-battery-5:before,.fa-battery-full:before,.fa-battery:before{content:"\1f50b"}.fa-battery-3:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-low:before{content:"\e0b1"}.fa-battery-2:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-slash:before{content:"\f377"}.fa-battery-4:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-bed:before{content:"\1f6cc"}.fa-bed-bunk:before{content:"\f8f8"}.fa-bed-empty:before{content:"\1f6cf"}.fa-bed-alt:before,.fa-bed-front:before{content:"\f8f7"}.fa-bed-pulse:before,.fa-procedures:before{content:"\f487"}.fa-bee:before{content:"\e0b2"}.fa-beer-foam:before,.fa-beer-mug:before{content:"\e0b3"}.fa-beer-mug-empty:before,.fa-beer:before{content:"\f0fc"}.fa-bell:before{content:"\1f514"}.fa-bell-concierge:before,.fa-concierge-bell:before{content:"\1f6ce"}.fa-bell-exclamation:before{content:"\f848"}.fa-bell-on:before{content:"\1f56d"}.fa-bell-plus:before{content:"\f849"}.fa-bell-school:before{content:"\f5d5"}.fa-bell-school-slash:before{content:"\f5d6"}.fa-bell-slash:before{content:"\1f515"}.fa-bells:before{content:"\f77f"}.fa-bench-tree:before{content:"\e2e7"}.fa-bezier-curve:before{content:"\f55b"}.fa-bicycle:before{content:"\1f6b2"}.fa-binary:before{content:"\e33b"}.fa-binary-circle-check:before{content:"\e33c"}.fa-binary-lock:before{content:"\e33d"}.fa-binary-slash:before{content:"\e33e"}.fa-binoculars:before{content:"\f1e5"}.fa-biohazard:before{content:"\2623"}.fa-bitcoin-sign:before{content:"\e0b4"}.fa-blanket:before{content:"\f498"}.fa-blender:before{content:"\f517"}.fa-blender-phone:before{content:"\f6b6"}.fa-blinds:before{content:"\f8fb"}.fa-blinds-open:before{content:"\f8fc"}.fa-blinds-raised:before{content:"\f8fd"}.fa-block-quote:before{content:"\e0b5"}.fa-blog:before{content:"\f781"}.fa-blueberries:before{content:"\e2e8"}.fa-bold:before{content:"\f032"}.fa-bolt:before,.fa-flash:before{content:"\26a1"}.fa-bolt-auto:before{content:"\e0b6"}.fa-bolt-lightning:before{content:"\e0b7"}.fa-bolt-slash:before{content:"\e0b8"}.fa-bomb:before{content:"\1f4a3"}.fa-bone:before{content:"\1f9b4"}.fa-bone-break:before{content:"\f5d8"}.fa-bong:before{content:"\f55c"}.fa-book:before{content:"\1f4d4"}.fa-book-arrow-right:before{content:"\e0b9"}.fa-book-arrow-up:before{content:"\e0ba"}.fa-atlas:before,.fa-book-atlas:before{content:"\f558"}.fa-bible:before,.fa-book-bible:before{content:"\f647"}.fa-book-alt:before,.fa-book-blank:before{content:"\1f4d5"}.fa-book-bookmark:before{content:"\e0bb"}.fa-book-circle-arrow-right:before{content:"\e0bc"}.fa-book-circle-arrow-up:before{content:"\e0bd"}.fa-book-copy:before{content:"\e0be"}.fa-book-font:before{content:"\e0bf"}.fa-book-heart:before{content:"\f499"}.fa-book-journal-whills:before,.fa-journal-whills:before{content:"\f66a"}.fa-book-medical:before{content:"\f7e6"}.fa-book-open:before{content:"\1f4d6"}.fa-book-open-alt:before,.fa-book-open-cover:before{content:"\e0c0"}.fa-book-open-reader:before,.fa-book-reader:before{content:"\f5da"}.fa-book-quran:before,.fa-quran:before{content:"\f687"}.fa-book-law:before,.fa-book-section:before{content:"\e0c1"}.fa-book-dead:before,.fa-book-skull:before{content:"\f6b7"}.fa-book-sparkles:before,.fa-book-spells:before{content:"\f6b8"}.fa-book-tanakh:before,.fa-tanakh:before{content:"\f827"}.fa-book-user:before{content:"\f7e7"}.fa-bookmark:before{content:"\1f516"}.fa-bookmark-slash:before{content:"\e0c2"}.fa-books:before{content:"\1f4da"}.fa-books-medical:before{content:"\f7e8"}.fa-boombox:before{content:"\1f4fe"}.fa-boot:before{content:"\1f97e"}.fa-boot-heeled:before{content:"\e33f"}.fa-booth-curtain:before{content:"\f734"}.fa-border-all:before{content:"\f84c"}.fa-border-bottom:before{content:"\f84d"}.fa-border-bottom-right:before,.fa-border-style-alt:before{content:"\f854"}.fa-border-center-h:before{content:"\f89c"}.fa-border-center-v:before{content:"\f89d"}.fa-border-inner:before{content:"\f84e"}.fa-border-left:before{content:"\f84f"}.fa-border-none:before{content:"\f850"}.fa-border-outer:before{content:"\f851"}.fa-border-right:before{content:"\f852"}.fa-border-top:before{content:"\f855"}.fa-border-style:before,.fa-border-top-left:before{content:"\f853"}.fa-bow-arrow:before{content:"\1f3f9"}.fa-bowl-chopsticks:before{content:"\e2e9"}.fa-bowl-chopsticks-noodles:before{content:"\e2ea"}.fa-bowl-hot:before,.fa-soup:before{content:"\f823"}.fa-bowl-rice:before{content:"\e2eb"}.fa-bowling-ball:before{content:"\f436"}.fa-bowling-ball-pin:before{content:"\e0c3"}.fa-bowling-pins:before{content:"\f437"}.fa-box:before{content:"\1f4e6"}.fa-archive:before,.fa-box-archive:before{content:"\f187"}.fa-box-ballot:before{content:"\1f5f3"}.fa-box-check:before{content:"\f467"}.fa-box-circle-check:before{content:"\e0c4"}.fa-box-dollar:before,.fa-box-usd:before{content:"\f4a0"}.fa-box-heart:before{content:"\f49d"}.fa-box-open:before{content:"\f49e"}.fa-box-full:before,.fa-box-open-full:before{content:"\f49c"}.fa-box-alt:before,.fa-box-taped:before{content:"\f49a"}.fa-box-tissue:before{content:"\e05b"}.fa-boxes-alt:before,.fa-boxes-stacked:before,.fa-boxes:before{content:"\f468"}.fa-boxing-glove:before,.fa-glove-boxing:before{content:"\1f94a"}.fa-bracket-curly-left:before,.fa-bracket-curly:before{content:"\7b"}.fa-bracket-curly-right:before{content:"\7d"}.fa-bracket-round:before,.fa-parenthesis:before{content:"\28"}.fa-bracket-round-right:before{content:"\29"}.fa-bracket-left:before,.fa-bracket-square:before,.fa-bracket:before{content:"\5b"}.fa-bracket-square-right:before{content:"\5d"}.fa-brackets-curly:before{content:"\f7ea"}.fa-brackets-round:before,.fa-parentheses:before{content:"\e0c5"}.fa-brackets-square:before,.fa-brackets:before{content:"\f7e9"}.fa-braille:before{content:"\f2a1"}.fa-brain:before{content:"\1f9e0"}.fa-brain-arrow-curved-right:before,.fa-mind-share:before{content:"\f677"}.fa-brain-circuit:before{content:"\e0c6"}.fa-brake-warning:before{content:"\e0c7"}.fa-bread-loaf:before{content:"\1f35e"}.fa-bread-slice:before{content:"\f7ec"}.fa-briefcase:before{content:"\1f4bc"}.fa-briefcase-arrow-right:before{content:"\e2f2"}.fa-briefcase-blank:before{content:"\e0c8"}.fa-briefcase-clock:before,.fa-business-time:before{content:"\f64a"}.fa-briefcase-medical:before{content:"\f469"}.fa-brightness:before{content:"\e0c9"}.fa-brightness-low:before{content:"\e0ca"}.fa-bring-forward:before{content:"\f856"}.fa-bring-front:before{content:"\f857"}.fa-broom:before{content:"\1f9f9"}.fa-browser:before{content:"\1f5d4"}.fa-browsers:before{content:"\e0cb"}.fa-brush:before{content:"\f55d"}.fa-bug:before{content:"\f188"}.fa-building:before{content:"\1f3e2"}.fa-buildings:before{content:"\e0cc"}.fa-bullhorn:before{content:"\1f4e2"}.fa-bullseye:before{content:"\f140"}.fa-bullseye-arrow:before{content:"\1f3af"}.fa-bullseye-pointer:before{content:"\f649"}.fa-burger:before,.fa-hamburger:before{content:"\f805"}.fa-burger-cheese:before,.fa-cheeseburger:before{content:"\1f354"}.fa-burger-fries:before{content:"\e0cd"}.fa-burger-glass:before{content:"\e0ce"}.fa-burger-soda:before{content:"\f858"}.fa-burrito:before{content:"\1f32f"}.fa-bus:before{content:"\1f68d"}.fa-bus-school:before{content:"\f5dd"}.fa-bus-alt:before,.fa-bus-simple:before{content:"\f55e"}.fa-c:before{content:"\43"}.fa-cabinet-filing:before{content:"\1f5c4"}.fa-cable-car:before{content:"\e0cf"}.fa-cactus:before{content:"\1f335"}.fa-birthday-cake:before,.fa-cake-candles:before{content:"\1f382"}.fa-calculator:before{content:"\1f5a9"}.fa-calculator-alt:before,.fa-calculator-simple:before{content:"\f64c"}.fa-calendar:before{content:"\1f4c5"}.fa-calendar-arrow-down:before,.fa-calendar-download:before{content:"\e0d0"}.fa-calendar-arrow-up:before,.fa-calendar-upload:before{content:"\e0d1"}.fa-calendar-check:before{content:"\f274"}.fa-calendar-clock:before,.fa-calendar-time:before{content:"\e0d2"}.fa-calendar-day:before{content:"\f783"}.fa-calendar-alt:before,.fa-calendar-days:before{content:"\f073"}.fa-calendar-exclamation:before{content:"\f334"}.fa-calendar-heart:before{content:"\e0d3"}.fa-calendar-image:before{content:"\e0d4"}.fa-calendar-lines:before,.fa-calendar-note:before{content:"\e0d5"}.fa-calendar-minus:before{content:"\f272"}.fa-calendar-edit:before,.fa-calendar-pen:before{content:"\f333"}.fa-calendar-plus:before{content:"\f271"}.fa-calendar-range:before{content:"\e0d6"}.fa-calendar-star:before{content:"\f736"}.fa-calendar-week:before{content:"\f784"}.fa-calendar-times:before,.fa-calendar-xmark:before{content:"\f273"}.fa-calendars:before{content:"\e0d7"}.fa-camcorder:before,.fa-video-handheld:before{content:"\1f4f9"}.fa-camera-alt:before,.fa-camera:before{content:"\f030"}.fa-camera-cctv:before,.fa-cctv:before{content:"\f8ac"}.fa-camera-movie:before{content:"\1f3a5"}.fa-camera-polaroid:before{content:"\f8aa"}.fa-camera-retro:before{content:"\1f4f7"}.fa-camera-rotate:before{content:"\e0d8"}.fa-camera-home:before,.fa-camera-security:before{content:"\f8fe"}.fa-camera-slash:before{content:"\e0d9"}.fa-camera-viewfinder:before{content:"\e0da"}.fa-camera-web:before,.fa-webcam:before{content:"\f832"}.fa-camera-web-slash:before,.fa-webcam-slash:before{content:"\f833"}.fa-campfire:before{content:"\f6ba"}.fa-campground:before{content:"\26fa"}.fa-candle-holder:before{content:"\1f56f"}.fa-candy-cane:before{content:"\f786"}.fa-candy-corn:before{content:"\f6bd"}.fa-cannabis:before{content:"\f55f"}.fa-capsules:before{content:"\f46b"}.fa-automobile:before,.fa-car:before{content:"\1f698"}.fa-battery-car:before,.fa-car-battery:before{content:"\f5df"}.fa-car-bolt:before{content:"\e341"}.fa-car-building:before{content:"\f859"}.fa-car-bump:before{content:"\f5e0"}.fa-car-bus:before{content:"\f85a"}.fa-car-circle-bolt:before{content:"\e342"}.fa-car-crash:before{content:"\f5e1"}.fa-car-garage:before{content:"\f5e2"}.fa-car-mirrors:before{content:"\e343"}.fa-car-alt:before,.fa-car-rear:before{content:"\f5de"}.fa-car-side:before{content:"\1f697"}.fa-car-side-bolt:before{content:"\e344"}.fa-car-tilt:before{content:"\f5e5"}.fa-car-wash:before{content:"\f5e6"}.fa-car-mechanic:before,.fa-car-wrench:before{content:"\f5e3"}.fa-caravan:before{content:"\f8ff"}.fa-caravan-alt:before,.fa-caravan-simple:before{content:"\e000"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-caret-up:before{content:"\f0d8"}.fa-carrot:before{content:"\1f955"}.fa-cars:before{content:"\f85b"}.fa-cart-arrow-down:before{content:"\f218"}.fa-cart-flatbed:before,.fa-dolly-flatbed:before{content:"\f474"}.fa-cart-flatbed-boxes:before,.fa-dolly-flatbed-alt:before{content:"\f475"}.fa-cart-flatbed-empty:before,.fa-dolly-flatbed-empty:before{content:"\f476"}.fa-cart-flatbed-suitcase:before,.fa-luggage-cart:before{content:"\f59d"}.fa-cart-minus:before{content:"\e0db"}.fa-cart-plus:before{content:"\f217"}.fa-cart-shopping:before,.fa-shopping-cart:before{content:"\1f6d2"}.fa-cart-shopping-fast:before{content:"\e0dc"}.fa-cart-xmark:before{content:"\e0dd"}.fa-cash-register:before{content:"\f788"}.fa-betamax:before,.fa-cassette-betamax:before{content:"\f8a4"}.fa-cassette-tape:before{content:"\1f5ad"}.fa-cassette-vhs:before,.fa-vhs:before{content:"\1f4fc"}.fa-castle:before{content:"\e0de"}.fa-cat:before{content:"\1f408"}.fa-cat-space:before{content:"\e001"}.fa-cauldron:before{content:"\f6bf"}.fa-cedi-sign:before{content:"\e0df"}.fa-cent-sign:before{content:"\a2"}.fa-certificate:before{content:"\f0a3"}.fa-chair:before{content:"\1fa91"}.fa-chair-office:before{content:"\f6c1"}.fa-blackboard:before,.fa-chalkboard:before{content:"\f51b"}.fa-chalkboard-teacher:before,.fa-chalkboard-user:before{content:"\f51c"}.fa-champagne-glass:before,.fa-glass-champagne:before{content:"\f79e"}.fa-champagne-glasses:before,.fa-glass-cheers:before{content:"\1f942"}.fa-charging-station:before{content:"\f5e7"}.fa-area-chart:before,.fa-chart-area:before{content:"\f1fe"}.fa-bar-chart:before,.fa-chart-bar:before{content:"\f080"}.fa-chart-bullet:before{content:"\e0e1"}.fa-chart-candlestick:before{content:"\e0e2"}.fa-chart-column:before{content:"\e0e3"}.fa-chart-gantt:before{content:"\e0e4"}.fa-chart-line:before,.fa-line-chart:before{content:"\f201"}.fa-chart-line-down:before{content:"\1f4c9"}.fa-chart-line-up:before{content:"\e0e5"}.fa-analytics:before,.fa-chart-mixed:before{content:"\f643"}.fa-chart-network:before{content:"\f78a"}.fa-chart-pie:before,.fa-pie-chart:before{content:"\f200"}.fa-chart-pie-alt:before,.fa-chart-pie-simple:before{content:"\f64e"}.fa-chart-pyramid:before{content:"\e0e6"}.fa-chart-radar:before{content:"\e0e7"}.fa-chart-scatter:before{content:"\f7ee"}.fa-chart-scatter-3d:before{content:"\e0e8"}.fa-chart-scatter-bubble:before{content:"\e0e9"}.fa-chart-tree-map:before{content:"\e0ea"}.fa-chart-user:before,.fa-user-chart:before{content:"\f6a3"}.fa-chart-waterfall:before{content:"\e0eb"}.fa-check:before{content:"\2713"}.fa-check-double:before{content:"\f560"}.fa-check-to-slot:before,.fa-vote-yea:before{content:"\f772"}.fa-cheese:before{content:"\f7ef"}.fa-cheese-swiss:before{content:"\1f9c0"}.fa-cherries:before{content:"\e0ec"}.fa-chess:before{content:"\f439"}.fa-chess-bishop:before{content:"\265d"}.fa-chess-bishop-alt:before,.fa-chess-bishop-piece:before{content:"\f43b"}.fa-chess-board:before{content:"\f43c"}.fa-chess-clock:before{content:"\f43d"}.fa-chess-clock-alt:before,.fa-chess-clock-flip:before{content:"\f43e"}.fa-chess-king:before{content:"\265a"}.fa-chess-king-alt:before,.fa-chess-king-piece:before{content:"\f440"}.fa-chess-knight:before{content:"\265e"}.fa-chess-knight-alt:before,.fa-chess-knight-piece:before{content:"\f442"}.fa-chess-pawn:before{content:"\265f"}.fa-chess-pawn-alt:before,.fa-chess-pawn-piece:before{content:"\f444"}.fa-chess-queen:before{content:"\265b"}.fa-chess-queen-alt:before,.fa-chess-queen-piece:before{content:"\f446"}.fa-chess-rook:before{content:"\265c"}.fa-chess-rook-alt:before,.fa-chess-rook-piece:before{content:"\f448"}.fa-chevron-down:before{content:"\f078"}.fa-chevron-left:before{content:"\2329"}.fa-chevron-right:before{content:"\232a"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-double-down:before,.fa-chevrons-down:before{content:"\f322"}.fa-chevron-double-left:before,.fa-chevrons-left:before{content:"\f323"}.fa-chevron-double-right:before,.fa-chevrons-right:before{content:"\f324"}.fa-chevron-double-up:before,.fa-chevrons-up:before{content:"\f325"}.fa-child:before{content:"\f1ae"}.fa-chimney:before{content:"\f78b"}.fa-church:before{content:"\26ea"}.fa-circle:before{content:"\25cf"}.fa-circle-0:before{content:"\e0ed"}.fa-circle-1:before{content:"\e0ee"}.fa-circle-2:before{content:"\e0ef"}.fa-circle-3:before{content:"\e0f0"}.fa-circle-4:before{content:"\e0f1"}.fa-circle-5:before{content:"\e0f2"}.fa-circle-6:before{content:"\e0f3"}.fa-circle-7:before{content:"\e0f4"}.fa-circle-8:before{content:"\e0f5"}.fa-circle-9:before{content:"\e0f6"}.fa-circle-a:before{content:"\e0f7"}.fa-circle-ampersand:before{content:"\e0f8"}.fa-arrow-circle-down:before,.fa-circle-arrow-down:before{content:"\f0ab"}.fa-circle-arrow-down-left:before{content:"\e0f9"}.fa-circle-arrow-down-right:before{content:"\e0fa"}.fa-arrow-circle-left:before,.fa-circle-arrow-left:before{content:"\f0a8"}.fa-arrow-circle-right:before,.fa-circle-arrow-right:before{content:"\f0a9"}.fa-arrow-circle-up:before,.fa-circle-arrow-up:before{content:"\f0aa"}.fa-circle-arrow-up-left:before{content:"\e0fb"}.fa-circle-arrow-up-right:before{content:"\e0fc"}.fa-circle-b:before{content:"\e0fd"}.fa-circle-bolt:before{content:"\e0fe"}.fa-book-circle:before,.fa-circle-book-open:before{content:"\e0ff"}.fa-bookmark-circle:before,.fa-circle-bookmark:before{content:"\e100"}.fa-circle-c:before{content:"\e101"}.fa-calendar-circle:before,.fa-circle-calendar:before{content:"\e102"}.fa-camera-circle:before,.fa-circle-camera:before{content:"\e103"}.fa-caret-circle-down:before,.fa-circle-caret-down:before{content:"\f32d"}.fa-caret-circle-left:before,.fa-circle-caret-left:before{content:"\f32e"}.fa-caret-circle-right:before,.fa-circle-caret-right:before{content:"\f330"}.fa-caret-circle-up:before,.fa-circle-caret-up:before{content:"\f331"}.fa-check-circle:before,.fa-circle-check:before{content:"\f058"}.fa-chevron-circle-down:before,.fa-circle-chevron-down:before{content:"\f13a"}.fa-chevron-circle-left:before,.fa-circle-chevron-left:before{content:"\f137"}.fa-chevron-circle-right:before,.fa-circle-chevron-right:before{content:"\f138"}.fa-chevron-circle-up:before,.fa-circle-chevron-up:before{content:"\f139"}.fa-circle-d:before{content:"\e104"}.fa-circle-dashed:before{content:"\e105"}.fa-circle-divide:before{content:"\e106"}.fa-circle-dollar:before,.fa-dollar-circle:before,.fa-usd-circle:before{content:"\f2e8"}.fa-circle-dollar-to-slot:before,.fa-donate:before{content:"\f4b9"}.fa-circle-dot:before,.fa-dot-circle:before{content:"\1f518"}.fa-arrow-alt-circle-down:before,.fa-circle-down:before{content:"\f358"}.fa-circle-down-left:before{content:"\e107"}.fa-circle-down-right:before{content:"\e108"}.fa-circle-e:before{content:"\e109"}.fa-circle-ellipsis:before{content:"\e10a"}.fa-circle-ellipsis-vertical:before{content:"\e10b"}.fa-circle-envelope:before,.fa-envelope-circle:before{content:"\e10c"}.fa-circle-exclamation:before,.fa-exclamation-circle:before{content:"\f06a"}.fa-circle-exclamation-check:before{content:"\e10d"}.fa-circle-f:before{content:"\e10e"}.fa-circle-g:before{content:"\e10f"}.fa-circle-h:before,.fa-hospital-symbol:before{content:"\24bd"}.fa-circle-half:before{content:"\e110"}.fa-adjust:before,.fa-circle-half-stroke:before{content:"\25d0"}.fa-circle-heart:before,.fa-heart-circle:before{content:"\f4c7"}.fa-circle-i:before{content:"\e111"}.fa-circle-info:before,.fa-info-circle:before{content:"\f05a"}.fa-circle-j:before{content:"\e112"}.fa-circle-k:before{content:"\e113"}.fa-circle-l:before{content:"\e114"}.fa-arrow-alt-circle-left:before,.fa-circle-left:before{content:"\f359"}.fa-circle-location-arrow:before,.fa-location-circle:before{content:"\f602"}.fa-circle-m:before{content:"\e115"}.fa-circle-microphone:before,.fa-microphone-circle:before{content:"\e116"}.fa-circle-microphone-lines:before,.fa-microphone-circle-alt:before{content:"\e117"}.fa-circle-minus:before,.fa-minus-circle:before{content:"\f056"}.fa-circle-n:before{content:"\e118"}.fa-circle-notch:before{content:"\f1ce"}.fa-circle-o:before{content:"\e119"}.fa-circle-p:before{content:"\e11a"}.fa-circle-parking:before,.fa-parking-circle:before{content:"\f615"}.fa-circle-pause:before,.fa-pause-circle:before{content:"\f28b"}.fa-circle-phone:before,.fa-phone-circle:before{content:"\e11b"}.fa-circle-phone-flip:before,.fa-phone-circle-alt:before{content:"\e11c"}.fa-circle-phone-hangup:before,.fa-phone-circle-down:before{content:"\e11d"}.fa-circle-play:before,.fa-play-circle:before{content:"\f144"}.fa-circle-plus:before,.fa-plus-circle:before{content:"\f055"}.fa-circle-q:before{content:"\e11e"}.fa-circle-quarter:before{content:"\e11f"}.fa-circle-question:before,.fa-question-circle:before{content:"\f059"}.fa-circle-r:before{content:"\e120"}.fa-circle-radiation:before,.fa-radiation-alt:before{content:"\2622"}.fa-arrow-alt-circle-right:before,.fa-circle-right:before{content:"\f35a"}.fa-circle-s:before{content:"\e121"}.fa-circle-small:before{content:"\e122"}.fa-circle-sort:before,.fa-sort-circle:before{content:"\e030"}.fa-circle-sort-down:before,.fa-sort-circle-down:before{content:"\e031"}.fa-circle-sort-up:before,.fa-sort-circle-up:before{content:"\e032"}.fa-circle-star:before,.fa-star-circle:before{content:"\e123"}.fa-circle-stop:before,.fa-stop-circle:before{content:"\f28d"}.fa-circle-t:before{content:"\e124"}.fa-circle-three-quarters:before{content:"\e125"}.fa-circle-trash:before,.fa-trash-circle:before{content:"\e126"}.fa-circle-u:before{content:"\e127"}.fa-arrow-alt-circle-up:before,.fa-circle-up:before{content:"\f35b"}.fa-circle-up-left:before{content:"\e128"}.fa-circle-up-right:before{content:"\e129"}.fa-circle-user:before,.fa-user-circle:before{content:"\f2bd"}.fa-circle-v:before{content:"\e12a"}.fa-circle-video:before,.fa-video-circle:before{content:"\e12b"}.fa-circle-w:before{content:"\e12c"}.fa-circle-waveform-lines:before,.fa-waveform-circle:before{content:"\e12d"}.fa-circle-x:before{content:"\e12e"}.fa-circle-xmark:before,.fa-times-circle:before,.fa-xmark-circle:before{content:"\f057"}.fa-circle-y:before{content:"\e12f"}.fa-circle-z:before{content:"\e130"}.fa-citrus:before{content:"\e2f4"}.fa-citrus-slice:before{content:"\e2f5"}.fa-city:before{content:"\1f3d9"}.fa-clapperboard:before{content:"\e131"}.fa-clapperboard-play:before{content:"\e132"}.fa-clarinet:before{content:"\f8ad"}.fa-claw-marks:before{content:"\f6c2"}.fa-clipboard:before{content:"\1f4cb"}.fa-clipboard-check:before{content:"\f46c"}.fa-clipboard-list:before{content:"\f46d"}.fa-clipboard-list-check:before{content:"\f737"}.fa-clipboard-medical:before{content:"\e133"}.fa-clipboard-prescription:before{content:"\f5e8"}.fa-clipboard-user:before{content:"\f7f3"}.fa-clock-four:before,.fa-clock:before{content:"\1f553"}.fa-clock-desk:before{content:"\e134"}.fa-clock-eight:before{content:"\e345"}.fa-clock-eight-thirty:before{content:"\e346"}.fa-clock-eleven:before{content:"\e347"}.fa-clock-eleven-thirty:before{content:"\e348"}.fa-clock-five:before{content:"\e349"}.fa-clock-five-thirty:before{content:"\e34a"}.fa-clock-four-thirty:before{content:"\e34b"}.fa-clock-nine:before{content:"\e34c"}.fa-clock-nine-thirty:before{content:"\e34d"}.fa-clock-one:before{content:"\e34e"}.fa-clock-one-thirty:before{content:"\e34f"}.fa-clock-rotate-left:before,.fa-history:before{content:"\f1da"}.fa-clock-seven:before{content:"\e350"}.fa-clock-seven-thirty:before{content:"\e351"}.fa-clock-six:before{content:"\e352"}.fa-clock-six-thirty:before{content:"\e353"}.fa-clock-ten:before{content:"\e354"}.fa-clock-ten-thirty:before{content:"\e355"}.fa-clock-three:before{content:"\e356"}.fa-clock-three-thirty:before{content:"\e357"}.fa-clock-twelve:before{content:"\e358"}.fa-clock-twelve-thirty:before{content:"\e359"}.fa-clock-two:before{content:"\e35a"}.fa-clock-two-thirty:before{content:"\e35b"}.fa-clone:before{content:"\f24d"}.fa-closed-captioning:before{content:"\f20a"}.fa-closed-captioning-slash:before{content:"\e135"}.fa-clothes-hanger:before{content:"\e136"}.fa-cloud:before{content:"\2601"}.fa-cloud-arrow-down:before,.fa-cloud-download-alt:before,.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-arrow-up:before,.fa-cloud-upload-alt:before,.fa-cloud-upload:before{content:"\f0ee"}.fa-cloud-bolt:before,.fa-thunderstorm:before{content:"\1f329"}.fa-cloud-bolt-moon:before,.fa-thunderstorm-moon:before{content:"\f76d"}.fa-cloud-bolt-sun:before,.fa-thunderstorm-sun:before{content:"\f76e"}.fa-cloud-check:before{content:"\e35c"}.fa-cloud-drizzle:before{content:"\f738"}.fa-cloud-fog:before,.fa-fog:before{content:"\1f32b"}.fa-cloud-hail:before{content:"\f739"}.fa-cloud-hail-mixed:before{content:"\f73a"}.fa-cloud-meatball:before{content:"\f73b"}.fa-cloud-minus:before{content:"\e35d"}.fa-cloud-moon:before{content:"\f6c3"}.fa-cloud-moon-rain:before{content:"\f73c"}.fa-cloud-music:before{content:"\f8ae"}.fa-cloud-plus:before{content:"\e35e"}.fa-cloud-rain:before{content:"\26c6"}.fa-cloud-rainbow:before{content:"\f73e"}.fa-cloud-showers:before{content:"\f73f"}.fa-cloud-showers-heavy:before{content:"\f740"}.fa-cloud-slash:before{content:"\e137"}.fa-cloud-sleet:before{content:"\f741"}.fa-cloud-snow:before{content:"\1f328"}.fa-cloud-sun:before{content:"\26c5"}.fa-cloud-sun-rain:before{content:"\1f326"}.fa-cloud-word:before{content:"\e138"}.fa-cloud-xmark:before{content:"\e35f"}.fa-clouds:before{content:"\f744"}.fa-clouds-moon:before{content:"\f745"}.fa-clouds-sun:before{content:"\f746"}.fa-clover:before{content:"\e139"}.fa-club:before{content:"\2663"}.fa-coconut:before{content:"\e2f6"}.fa-code:before{content:"\f121"}.fa-code-branch:before{content:"\f126"}.fa-code-commit:before{content:"\f386"}.fa-code-compare:before{content:"\e13a"}.fa-code-fork:before{content:"\e13b"}.fa-code-merge:before{content:"\f387"}.fa-code-pull-request:before{content:"\e13c"}.fa-code-simple:before{content:"\e13d"}.fa-coffee-bean:before{content:"\e13e"}.fa-coffee-beans:before{content:"\e13f"}.fa-coffee-pot:before{content:"\e002"}.fa-coffin:before{content:"\26b0"}.fa-coffin-cross:before{content:"\e051"}.fa-coin:before{content:"\1fa99"}.fa-coins:before{content:"\f51e"}.fa-colon:before{content:"\3a"}.fa-colon-sign:before{content:"\e140"}.fa-columns-3:before{content:"\e361"}.fa-comet:before{content:"\e003"}.fa-comma:before{content:"\2c"}.fa-command:before{content:"\e142"}.fa-comment:before{content:"\1f5e9"}.fa-comment-arrow-down:before{content:"\e143"}.fa-comment-arrow-up:before{content:"\e144"}.fa-comment-arrow-up-right:before{content:"\e145"}.fa-comment-captions:before{content:"\e146"}.fa-comment-check:before{content:"\f4ac"}.fa-comment-code:before{content:"\e147"}.fa-comment-dollar:before{content:"\f651"}.fa-comment-dots:before,.fa-commenting:before{content:"\1f4ac"}.fa-comment-exclamation:before{content:"\f4af"}.fa-comment-image:before{content:"\e148"}.fa-comment-lines:before{content:"\f4b0"}.fa-comment-medical:before{content:"\f7f5"}.fa-comment-middle:before{content:"\e149"}.fa-comment-middle-top:before{content:"\e14a"}.fa-comment-minus:before{content:"\f4b1"}.fa-comment-music:before{content:"\f8b0"}.fa-comment-edit:before,.fa-comment-pen:before{content:"\f4ae"}.fa-comment-plus:before{content:"\f4b2"}.fa-comment-question:before{content:"\e14b"}.fa-comment-quote:before{content:"\e14c"}.fa-comment-slash:before{content:"\f4b3"}.fa-comment-smile:before{content:"\f4b4"}.fa-comment-sms:before,.fa-sms:before{content:"\f7cd"}.fa-comment-text:before{content:"\e14d"}.fa-comment-times:before,.fa-comment-xmark:before{content:"\f4b5"}.fa-comments:before{content:"\1f5ea"}.fa-comments-dollar:before{content:"\f653"}.fa-comments-question:before{content:"\e14e"}.fa-comments-question-check:before{content:"\e14f"}.fa-compact-disc:before{content:"\1f4bf"}.fa-compass:before{content:"\1f9ed"}.fa-compass-drafting:before,.fa-drafting-compass:before{content:"\f568"}.fa-compass-slash:before{content:"\f5e9"}.fa-compress:before{content:"\f066"}.fa-compress-wide:before{content:"\f326"}.fa-computer-classic:before{content:"\f8b1"}.fa-computer-mouse:before,.fa-mouse:before{content:"\1f5b1"}.fa-computer-mouse-scrollwheel:before,.fa-mouse-alt:before{content:"\f8cd"}.fa-computer-speaker:before{content:"\f8b2"}.fa-container-storage:before{content:"\f4b7"}.fa-conveyor-belt:before{content:"\f46e"}.fa-conveyor-belt-alt:before,.fa-conveyor-belt-boxes:before{content:"\f46f"}.fa-conveyor-belt-empty:before{content:"\e150"}.fa-cookie:before{content:"\1f36a"}.fa-cookie-bite:before{content:"\f564"}.fa-copy:before{content:"\f0c5"}.fa-copyright:before{content:"\a9"}.fa-corn:before{content:"\1f33d"}.fa-corner:before{content:"\ac"}.fa-couch:before{content:"\f4b8"}.fa-cow:before{content:"\1f404"}.fa-cowbell:before{content:"\f8b3"}.fa-cowbell-circle-plus:before,.fa-cowbell-more:before{content:"\f8b4"}.fa-crate-apple:before{content:"\f6b1"}.fa-apple-crate:before{content:"\f6b1"}.fa-crate-empty:before{content:"\e151"}.fa-credit-card-alt:before,.fa-credit-card:before{content:"\1f4b3"}.fa-credit-card-blank:before{content:"\f389"}.fa-credit-card-front:before{content:"\f38a"}.fa-cricket-bat-ball:before,.fa-cricket:before{content:"\1f3cf"}.fa-croissant:before{content:"\1f950"}.fa-crop:before{content:"\f125"}.fa-crop-alt:before,.fa-crop-simple:before{content:"\f565"}.fa-cross:before{content:"\271d"}.fa-crosshairs:before{content:"\f05b"}.fa-crow:before{content:"\f520"}.fa-crown:before{content:"\1f451"}.fa-crutch:before{content:"\f7f7"}.fa-crutches:before{content:"\f7f8"}.fa-cruzeiro-sign:before{content:"\e152"}.fa-crystal-ball:before{content:"\e362"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-cup-straw:before{content:"\e363"}.fa-cup-straw-swoosh:before{content:"\e364"}.fa-coffee-togo:before,.fa-cup-togo:before{content:"\f6c5"}.fa-curling-stone:before,.fa-curling:before{content:"\1f94c"}.fa-d:before{content:"\44"}.fa-dagger:before{content:"\f6cb"}.fa-dash:before{content:"\2014"}.fa-database:before{content:"\f1c0"}.fa-deer:before{content:"\1f98c"}.fa-deer-rudolph:before{content:"\f78f"}.fa-backspace:before,.fa-delete-left:before{content:"\232b"}.fa-delete-right:before{content:"\e154"}.fa-democrat:before{content:"\f747"}.fa-desktop-alt:before,.fa-desktop:before{content:"\1f5a5"}.fa-desktop-arrow-down:before{content:"\e155"}.fa-dharmachakra:before{content:"\2638"}.fa-diagram-lean-canvas:before{content:"\e156"}.fa-diagram-nested:before{content:"\e157"}.fa-diagram-project:before,.fa-project-diagram:before{content:"\f542"}.fa-diagram-sankey:before{content:"\e158"}.fa-diagram-venn:before{content:"\e15a"}.fa-dial-med-high:before,.fa-dial:before{content:"\e15b"}.fa-dial-high:before{content:"\e15c"}.fa-dial-low:before{content:"\e15d"}.fa-dial-max:before{content:"\e15e"}.fa-dial-med:before{content:"\e15f"}.fa-dial-med-low:before{content:"\e160"}.fa-dial-min:before{content:"\e161"}.fa-dial-off:before{content:"\e162"}.fa-diamond:before{content:"\2666"}.fa-diamond-turn-right:before,.fa-directions:before{content:"\f5eb"}.fa-dice:before{content:"\1f3b2"}.fa-dice-d10:before{content:"\f6cd"}.fa-dice-d12:before{content:"\f6ce"}.fa-dice-d20:before{content:"\f6cf"}.fa-dice-d4:before{content:"\f6d0"}.fa-dice-d6:before{content:"\f6d1"}.fa-dice-d8:before{content:"\f6d2"}.fa-dice-five:before{content:"\2684"}.fa-dice-four:before{content:"\2683"}.fa-dice-one:before{content:"\2680"}.fa-dice-six:before{content:"\2685"}.fa-dice-three:before{content:"\2682"}.fa-dice-two:before{content:"\2681"}.fa-diploma:before,.fa-scroll-ribbon:before{content:"\f5ea"}.fa-disc-drive:before{content:"\f8b5"}.fa-disease:before{content:"\f7fa"}.fa-display:before{content:"\e163"}.fa-display-arrow-down:before{content:"\e164"}.fa-desktop-code:before,.fa-display-code:before{content:"\e165"}.fa-desktop-medical:before,.fa-display-medical:before{content:"\e166"}.fa-desktop-slash:before,.fa-display-slash:before{content:"\e2fa"}.fa-distribute-spacing-horizontal:before{content:"\e365"}.fa-distribute-spacing-vertical:before{content:"\e366"}.fa-ditto:before{content:"\22"}.fa-divide:before{content:"\f7"}.fa-dna:before{content:"\1f9ec"}.fa-do-not-enter:before{content:"\f5ec"}.fa-dog:before{content:"\1f415"}.fa-dog-leashed:before{content:"\1f9ae"}.fa-dollar-sign:before,.fa-dollar:before,.fa-usd:before{content:"\24"}.fa-dolly-box:before,.fa-dolly:before{content:"\f472"}.fa-dolly-empty:before{content:"\f473"}.fa-dolphin:before{content:"\e168"}.fa-dong-sign:before{content:"\e169"}.fa-door-closed:before{content:"\1f6aa"}.fa-door-open:before{content:"\f52b"}.fa-dove:before{content:"\1f54a"}.fa-arrow-alt-down:before,.fa-down:before{content:"\f354"}.fa-arrow-alt-from-top:before,.fa-down-from-line:before{content:"\f349"}.fa-down-left:before{content:"\e16a"}.fa-compress-alt:before,.fa-down-left-and-up-right-to-center:before{content:"\f422"}.fa-down-long:before,.fa-long-arrow-alt-down:before{content:"\f309"}.fa-down-right:before{content:"\e16b"}.fa-arrow-alt-to-bottom:before,.fa-down-to-line:before{content:"\f34a"}.fa-download:before{content:"\f019"}.fa-dragon:before{content:"\1f409"}.fa-draw-circle:before{content:"\f5ed"}.fa-draw-polygon:before{content:"\f5ee"}.fa-draw-square:before{content:"\f5ef"}.fa-dreidel:before{content:"\f792"}.fa-drone:before{content:"\f85f"}.fa-drone-alt:before,.fa-drone-front:before{content:"\f860"}.fa-droplet:before,.fa-tint:before{content:"\1f4a7"}.fa-dewpoint:before,.fa-droplet-degree:before{content:"\f748"}.fa-droplet-percent:before,.fa-humidity:before{content:"\f750"}.fa-droplet-slash:before,.fa-tint-slash:before{content:"\f5c7"}.fa-drum:before{content:"\1f941"}.fa-drum-steelpan:before{content:"\f56a"}.fa-drumstick:before{content:"\1f357"}.fa-drumstick-bite:before{content:"\f6d7"}.fa-dryer:before{content:"\f861"}.fa-dryer-alt:before,.fa-dryer-heat:before{content:"\f862"}.fa-duck:before{content:"\1f986"}.fa-dumbbell:before{content:"\f44b"}.fa-dumpster:before{content:"\f793"}.fa-dumpster-fire:before{content:"\f794"}.fa-dungeon:before{content:"\f6d9"}.fa-e:before{content:"\45"}.fa-ear:before{content:"\1f442"}.fa-deaf:before,.fa-deafness:before,.fa-ear-deaf:before,.fa-hard-of-hearing:before{content:"\f2a4"}.fa-assistive-listening-systems:before,.fa-ear-listen:before{content:"\f2a2"}.fa-ear-muffs:before{content:"\f795"}.fa-earth-africa:before,.fa-globe-africa:before{content:"\1f30d"}.fa-earth-americas:before,.fa-earth:before,.fa-globe-americas:before{content:"\1f30e"}.fa-earth-asia:before,.fa-globe-asia:before{content:"\1f30f"}.fa-earth-europa:before,.fa-globe-europe:before{content:"\f7a2"}.fa-eclipse:before{content:"\f749"}.fa-egg:before{content:"\1f95a"}.fa-egg-fried:before{content:"\f7fc"}.fa-eggplant:before{content:"\e16c"}.fa-eject:before{content:"\23cf"}.fa-elephant:before{content:"\1f418"}.fa-elevator:before{content:"\e16d"}.fa-ellipsis-h:before,.fa-ellipsis:before{content:"\f141"}.fa-ellipsis-h-alt:before,.fa-ellipsis-stroke:before{content:"\f39b"}.fa-ellipsis-stroke-vertical:before,.fa-ellipsis-v-alt:before{content:"\f39c"}.fa-ellipsis-v:before,.fa-ellipsis-vertical:before{content:"\f142"}.fa-empty-set:before{content:"\d8"}.fa-engine:before{content:"\e16e"}.fa-engine-exclamation:before,.fa-engine-warning:before{content:"\f5f2"}.fa-envelope:before{content:"\2709"}.fa-envelope-badge:before,.fa-envelope-dot:before{content:"\e16f"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-dollar:before{content:"\f657"}.fa-envelope-open-text:before{content:"\f658"}.fa-envelopes:before{content:"\e170"}.fa-envelopes-bulk:before,.fa-mail-bulk:before{content:"\f674"}.fa-equals:before{content:"\3d"}.fa-eraser:before{content:"\f12d"}.fa-escalator:before{content:"\e171"}.fa-ethernet:before{content:"\f796"}.fa-eur:before,.fa-euro-sign:before,.fa-euro:before{content:"\20ac"}.fa-exclamation:before{content:"\21"}.fa-expand:before{content:"\f065"}.fa-expand-wide:before{content:"\f320"}.fa-eye:before{content:"\1f441"}.fa-eye-dropper-empty:before,.fa-eye-dropper:before,.fa-eyedropper:before{content:"\f1fb"}.fa-eye-dropper-full:before{content:"\e172"}.fa-eye-dropper-half:before{content:"\e173"}.fa-eye-evil:before{content:"\f6db"}.fa-eye-low-vision:before,.fa-low-vision:before{content:"\f2a8"}.fa-eye-slash:before{content:"\f070"}.fa-eyes:before{content:"\e367"}.fa-f:before{content:"\46"}.fa-angry:before,.fa-face-angry:before{content:"\1f620"}.fa-face-angry-horns:before{content:"\e368"}.fa-face-anguished:before{content:"\e369"}.fa-face-anxious-sweat:before{content:"\e36a"}.fa-face-astonished:before{content:"\e36b"}.fa-face-confounded:before{content:"\e36c"}.fa-face-confused:before{content:"\e36d"}.fa-face-cowboy-hat:before{content:"\e36e"}.fa-face-disappointed:before{content:"\e36f"}.fa-face-disguise:before{content:"\e370"}.fa-dizzy:before,.fa-face-dizzy:before{content:"\f567"}.fa-face-downcast-sweat:before{content:"\e371"}.fa-face-drooling:before{content:"\e372"}.fa-exploding-head:before,.fa-face-explode:before{content:"\e2fe"}.fa-face-expressionless:before{content:"\e373"}.fa-face-eyes-xmarks:before{content:"\e374"}.fa-face-fearful:before{content:"\e375"}.fa-face-flushed:before,.fa-flushed:before{content:"\1f633"}.fa-face-frown:before,.fa-frown:before{content:"\2639"}.fa-face-frown-open:before,.fa-frown-open:before{content:"\1f626"}.fa-face-frown-slight:before{content:"\e376"}.fa-face-glasses:before{content:"\e377"}.fa-face-grimace:before,.fa-grimace:before{content:"\1f62c"}.fa-face-grin:before,.fa-grin:before{content:"\1f600"}.fa-face-grin-beam:before,.fa-grin-beam:before{content:"\1f604"}.fa-face-grin-beam-sweat:before,.fa-grin-beam-sweat:before{content:"\1f605"}.fa-face-grin-hearts:before,.fa-grin-hearts:before{content:"\1f60d"}.fa-face-grin-squint:before,.fa-grin-squint:before{content:"\1f606"}.fa-face-grin-squint-tears:before,.fa-grin-squint-tears:before{content:"\1f923"}.fa-face-grin-stars:before,.fa-grin-stars:before{content:"\1f929"}.fa-face-grin-tears:before,.fa-grin-tears:before{content:"\1f602"}.fa-face-grin-tongue:before,.fa-grin-tongue:before{content:"\1f61b"}.fa-face-grin-tongue-squint:before,.fa-grin-tongue-squint:before{content:"\1f61d"}.fa-face-grin-tongue-wink:before,.fa-grin-tongue-wink:before{content:"\1f61c"}.fa-face-grin-wide:before,.fa-grin-alt:before{content:"\1f603"}.fa-face-grin-wink:before,.fa-grin-wink:before{content:"\f58c"}.fa-face-hand-over-mouth:before{content:"\e378"}.fa-face-hand-yawn:before{content:"\e379"}.fa-face-head-bandage:before{content:"\e37a"}.fa-face-hushed:before{content:"\e37b"}.fa-face-icicles:before{content:"\e37c"}.fa-face-kiss:before,.fa-kiss:before{content:"\1f617"}.fa-face-kiss-beam:before,.fa-kiss-beam:before{content:"\1f619"}.fa-face-kiss-closed-eyes:before{content:"\e37d"}.fa-face-kiss-wink-heart:before,.fa-kiss-wink-heart:before{content:"\1f618"}.fa-face-laugh:before,.fa-laugh:before{content:"\f599"}.fa-face-laugh-beam:before,.fa-laugh-beam:before{content:"\1f601"}.fa-face-laugh-squint:before,.fa-laugh-squint:before{content:"\f59b"}.fa-face-laugh-wink:before,.fa-laugh-wink:before{content:"\f59c"}.fa-face-lying:before{content:"\e37e"}.fa-face-mask:before{content:"\e37f"}.fa-face-meh:before,.fa-meh:before{content:"\1f610"}.fa-face-meh-blank:before,.fa-meh-blank:before{content:"\1f636"}.fa-face-monocle:before{content:"\e380"}.fa-face-nauseated:before{content:"\e381"}.fa-face-nose-steam:before{content:"\e382"}.fa-face-party:before{content:"\e383"}.fa-face-pensive:before{content:"\e384"}.fa-face-persevering:before{content:"\e385"}.fa-face-pleading:before{content:"\e386"}.fa-face-pouting:before{content:"\e387"}.fa-face-raised-eyebrow:before{content:"\e388"}.fa-face-relieved:before{content:"\e389"}.fa-face-rolling-eyes:before,.fa-meh-rolling-eyes:before{content:"\1f644"}.fa-face-sad-cry:before,.fa-sad-cry:before{content:"\1f62d"}.fa-face-sad-sweat:before{content:"\e38a"}.fa-face-sad-tear:before,.fa-sad-tear:before{content:"\1f622"}.fa-face-scream:before{content:"\e38b"}.fa-face-shush:before{content:"\e38c"}.fa-face-sleeping:before{content:"\e38d"}.fa-face-sleepy:before{content:"\e38e"}.fa-face-smile:before,.fa-smile:before{content:"\1f642"}.fa-face-smile-beam:before,.fa-smile-beam:before{content:"\1f60a"}.fa-face-smile-halo:before{content:"\e38f"}.fa-face-smile-hearts:before{content:"\e390"}.fa-face-smile-horns:before{content:"\e391"}.fa-face-smile-plus:before,.fa-smile-plus:before{content:"\f5b9"}.fa-face-smile-relaxed:before{content:"\e392"}.fa-face-smile-tear:before{content:"\e393"}.fa-face-smile-tongue:before{content:"\e394"}.fa-face-smile-upside-down:before{content:"\e395"}.fa-face-smile-wink:before,.fa-smile-wink:before{content:"\1f609"}.fa-face-smiling-hands:before{content:"\e396"}.fa-face-smirking:before{content:"\e397"}.fa-face-sunglasses:before{content:"\e398"}.fa-face-surprise:before,.fa-surprise:before{content:"\1f62e"}.fa-face-swear:before{content:"\e399"}.fa-face-thermometer:before{content:"\e39a"}.fa-face-thinking:before{content:"\e39b"}.fa-face-tired:before,.fa-tired:before{content:"\1f62b"}.fa-face-tissue:before{content:"\e39c"}.fa-face-tongue-money:before{content:"\e39d"}.fa-face-tongue-sweat:before{content:"\e39e"}.fa-face-unamused:before{content:"\e39f"}.fa-face-viewfinder:before{content:"\e2ff"}.fa-face-vomit:before{content:"\e3a0"}.fa-face-weary:before{content:"\e3a1"}.fa-face-woozy:before{content:"\e3a2"}.fa-face-worried:before{content:"\e3a3"}.fa-face-zany:before{content:"\e3a4"}.fa-face-zipper:before{content:"\e3a5"}.fa-family:before{content:"\e300"}.fa-family-dress:before{content:"\e301"}.fa-family-pants:before{content:"\e302"}.fa-fan:before{content:"\f863"}.fa-fan-table:before{content:"\e004"}.fa-barn-silo:before,.fa-farm:before{content:"\f864"}.fa-faucet:before{content:"\e005"}.fa-faucet-drip:before{content:"\1f6b0"}.fa-fax:before{content:"\1f4e0"}.fa-feather:before{content:"\1fab6"}.fa-feather-alt:before,.fa-feather-pointed:before{content:"\f56b"}.fa-fence:before{content:"\e303"}.fa-ferris-wheel:before{content:"\e174"}.fa-field-hockey-stick-ball:before,.fa-field-hockey:before{content:"\1f3d1"}.fa-file:before{content:"\1f4c4"}.fa-file-arrow-down:before,.fa-file-download:before{content:"\f56d"}.fa-file-arrow-up:before,.fa-file-upload:before{content:"\f574"}.fa-file-audio:before{content:"\f1c7"}.fa-file-binary:before{content:"\e175"}.fa-file-award:before,.fa-file-certificate:before{content:"\f5f3"}.fa-file-chart-column:before,.fa-file-chart-line:before{content:"\f659"}.fa-file-chart-pie:before{content:"\f65a"}.fa-file-check:before{content:"\f316"}.fa-file-code:before{content:"\f1c9"}.fa-file-contract:before{content:"\f56c"}.fa-file-csv:before{content:"\f6dd"}.fa-file-dashed-line:before,.fa-page-break:before{content:"\f877"}.fa-file-excel:before{content:"\f1c3"}.fa-file-exclamation:before{content:"\f31a"}.fa-arrow-right-from-file:before,.fa-file-export:before{content:"\f56e"}.fa-file-heart:before{content:"\e176"}.fa-file-image:before{content:"\1f5bb"}.fa-arrow-right-to-file:before,.fa-file-import:before{content:"\f56f"}.fa-file-invoice:before{content:"\f570"}.fa-file-invoice-dollar:before{content:"\f571"}.fa-file-alt:before,.fa-file-lines:before,.fa-file-text:before{content:"\1f5b9"}.fa-file-lock:before{content:"\e3a6"}.fa-file-magnifying-glass:before,.fa-file-search:before{content:"\f865"}.fa-file-medical:before{content:"\f477"}.fa-file-minus:before{content:"\f318"}.fa-file-music:before{content:"\f8b6"}.fa-file-pdf:before{content:"\f1c1"}.fa-file-edit:before,.fa-file-pen:before{content:"\1f4dd"}.fa-file-plus:before{content:"\f319"}.fa-file-plus-minus:before{content:"\e177"}.fa-file-powerpoint:before{content:"\f1c4"}.fa-file-prescription:before{content:"\f572"}.fa-file-signature:before{content:"\f573"}.fa-file-slash:before{content:"\e3a7"}.fa-file-spreadsheet:before{content:"\f65b"}.fa-file-user:before{content:"\f65c"}.fa-file-video:before{content:"\f1c8"}.fa-file-medical-alt:before,.fa-file-waveform:before{content:"\f478"}.fa-file-word:before{content:"\f1c2"}.fa-file-times:before,.fa-file-xmark:before{content:"\f317"}.fa-file-archive:before,.fa-file-zipper:before{content:"\f1c6"}.fa-files:before{content:"\e178"}.fa-files-medical:before{content:"\f7fd"}.fa-fill:before{content:"\f575"}.fa-fill-drip:before{content:"\f576"}.fa-film:before{content:"\1f39e"}.fa-film-canister:before{content:"\f8b7"}.fa-film-alt:before,.fa-film-simple:before{content:"\f3a0"}.fa-film-slash:before{content:"\e179"}.fa-films:before{content:"\e17a"}.fa-filter:before{content:"\f0b0"}.fa-filter-circle-dollar:before,.fa-funnel-dollar:before{content:"\f662"}.fa-filter-circle-xmark:before{content:"\e17b"}.fa-filter-list:before{content:"\e17c"}.fa-filter-slash:before{content:"\e17d"}.fa-filters:before{content:"\e17e"}.fa-fingerprint:before{content:"\f577"}.fa-fire:before{content:"\1f525"}.fa-fire-extinguisher:before{content:"\1f9ef"}.fa-fire-flame:before,.fa-flame:before{content:"\f6df"}.fa-fire-alt:before,.fa-fire-flame-curved:before{content:"\f7e4"}.fa-burn:before,.fa-fire-flame-simple:before{content:"\f46a"}.fa-fire-hydrant:before{content:"\e17f"}.fa-fire-smoke:before{content:"\f74b"}.fa-fireplace:before{content:"\f79a"}.fa-fish:before{content:"\1f41f"}.fa-fish-bones:before{content:"\e304"}.fa-fish-cooked:before{content:"\f7fe"}.fa-fishing-rod:before{content:"\e3a8"}.fa-flag:before{content:"\1f3f4"}.fa-flag-checkered:before{content:"\1f3c1"}.fa-flag-pennant:before,.fa-pennant:before{content:"\1f6a9"}.fa-flag-alt:before,.fa-flag-swallowtail:before{content:"\f74c"}.fa-flag-usa:before{content:"\f74d"}.fa-flashlight:before{content:"\1f526"}.fa-flask:before{content:"\f0c3"}.fa-flask-poison:before,.fa-flask-round-poison:before{content:"\f6e0"}.fa-flask-potion:before,.fa-flask-round-potion:before{content:"\f6e1"}.fa-floppy-disk:before,.fa-save:before{content:"\1f4be"}.fa-floppy-disk-circle-arrow-right:before,.fa-save-circle-arrow-right:before{content:"\e180"}.fa-floppy-disk-circle-xmark:before,.fa-floppy-disk-times:before,.fa-save-circle-xmark:before,.fa-save-times:before{content:"\e181"}.fa-floppy-disk-pen:before{content:"\e182"}.fa-floppy-disks:before{content:"\e183"}.fa-florin-sign:before{content:"\e184"}.fa-flower:before{content:"\273f"}.fa-flower-daffodil:before{content:"\2698"}.fa-flower-tulip:before{content:"\1f337"}.fa-flute:before{content:"\f8b9"}.fa-flux-capacitor:before{content:"\f8ba"}.fa-flying-disc:before{content:"\e3a9"}.fa-folder:before{content:"\1f4c1"}.fa-folder-arrow-down:before,.fa-folder-download:before{content:"\e053"}.fa-folder-arrow-up:before,.fa-folder-upload:before{content:"\e054"}.fa-folder-blank:before{content:"\e185"}.fa-folder-bookmark:before{content:"\e186"}.fa-folder-cog:before,.fa-folder-gear:before{content:"\e187"}.fa-folder-grid:before{content:"\e188"}.fa-folder-heart:before{content:"\e189"}.fa-folder-image:before{content:"\e18a"}.fa-folder-magnifying-glass:before,.fa-folder-search:before{content:"\e18b"}.fa-folder-medical:before{content:"\e18c"}.fa-folder-minus:before{content:"\f65d"}.fa-folder-music:before{content:"\e18d"}.fa-folder-open:before{content:"\1f4c2"}.fa-folder-plus:before{content:"\f65e"}.fa-folder-tree:before{content:"\f802"}.fa-folder-user:before{content:"\e18e"}.fa-folder-times:before,.fa-folder-xmark:before{content:"\f65f"}.fa-folders:before{content:"\f660"}.fa-font:before{content:"\f031"}.fa-font-case:before{content:"\f866"}.fa-football-ball:before,.fa-football:before{content:"\1f3c8"}.fa-football-helmet:before{content:"\f44f"}.fa-fork:before,.fa-utensil-fork:before{content:"\f2e3"}.fa-fork-knife:before,.fa-utensils-alt:before{content:"\f2e6"}.fa-forklift:before{content:"\f47a"}.fa-forward:before{content:"\23e9"}.fa-fast-forward:before,.fa-forward-fast:before{content:"\23ed"}.fa-forward-step:before,.fa-step-forward:before{content:"\f051"}.fa-franc-sign:before{content:"\e18f"}.fa-french-fries:before{content:"\1f35f"}.fa-frog:before{content:"\f52e"}.fa-function:before{content:"\f661"}.fa-futbol-ball:before,.fa-futbol:before,.fa-soccer-ball:before{content:"\26bd"}.fa-g:before{content:"\47"}.fa-galaxy:before{content:"\e008"}.fa-gallery-thumbnails:before{content:"\e3aa"}.fa-game-board:before{content:"\f867"}.fa-game-board-alt:before,.fa-game-board-simple:before{content:"\f868"}.fa-game-console-handheld:before{content:"\f8bb"}.fa-gamepad:before{content:"\f11b"}.fa-gamepad-alt:before,.fa-gamepad-modern:before{content:"\1f3ae"}.fa-garage:before{content:"\e009"}.fa-garage-car:before{content:"\e00a"}.fa-garage-open:before{content:"\e00b"}.fa-gas-pump:before{content:"\26fd"}.fa-gas-pump-slash:before{content:"\f5f4"}.fa-dashboard:before,.fa-gauge-high:before,.fa-gauge:before,.fa-tachometer-alt-fast:before,.fa-tachometer-alt:before{content:"\f625"}.fa-gauge-low:before,.fa-tachometer-alt-slow:before{content:"\f627"}.fa-gauge-max:before,.fa-tachometer-alt-fastest:before{content:"\f626"}.fa-gauge-med:before,.fa-tachometer-alt-average:before{content:"\f624"}.fa-gauge-min:before,.fa-tachometer-alt-slowest:before{content:"\f628"}.fa-gauge-simple-high:before,.fa-gauge-simple:before,.fa-tachometer:before{content:"\f62a"}.fa-gauge-simple-low:before,.fa-tachometer-slow:before{content:"\f62c"}.fa-gauge-simple-max:before,.fa-tachometer-fastest:before{content:"\f62b"}.fa-gauge-simple-med:before,.fa-tachometer-average:before{content:"\f629"}.fa-gauge-simple-min:before,.fa-tachometer-slowest:before{content:"\f62d"}.fa-gavel:before,.fa-legal:before{content:"\f0e3"}.fa-cog:before,.fa-gear:before{content:"\2699"}.fa-cogs:before,.fa-gears:before{content:"\f085"}.fa-gem:before{content:"\1f48e"}.fa-genderless:before{content:"\f22d"}.fa-ghost:before{content:"\1f47b"}.fa-gif:before{content:"\e190"}.fa-gift:before{content:"\1f381"}.fa-gift-card:before{content:"\f663"}.fa-gifts:before{content:"\f79c"}.fa-gingerbread-man:before{content:"\f79d"}.fa-glass:before{content:"\1f95b"}.fa-glass-citrus:before{content:"\f869"}.fa-glass-empty:before{content:"\e191"}.fa-glass-half-empty:before,.fa-glass-half-full:before,.fa-glass-half:before{content:"\e192"}.fa-glasses:before{content:"\f530"}.fa-glasses-alt:before,.fa-glasses-round:before{content:"\1f453"}.fa-globe:before{content:"\1f310"}.fa-globe-snow:before{content:"\f7a3"}.fa-globe-stand:before{content:"\f5f6"}.fa-goal-net:before{content:"\e3ab"}.fa-golf-ball-tee:before,.fa-golf-ball:before{content:"\f450"}.fa-golf-club:before{content:"\f451"}.fa-golf-flag-hole:before{content:"\e3ac"}.fa-gopuram:before{content:"\f664"}.fa-graduation-cap:before,.fa-mortar-board:before{content:"\1f393"}.fa-gramophone:before{content:"\f8bd"}.fa-grapes:before{content:"\e306"}.fa-grate:before{content:"\e193"}.fa-grate-droplet:before{content:"\e194"}.fa-greater-than:before{content:"\3e"}.fa-greater-than-equal:before{content:"\f532"}.fa-grid-3:before,.fa-grid:before{content:"\e195"}.fa-grid-2:before{content:"\e196"}.fa-grid-2-plus:before{content:"\e197"}.fa-grid-4:before{content:"\e198"}.fa-grid-5:before{content:"\e199"}.fa-grid-dividers:before{content:"\e3ad"}.fa-grid-horizontal:before{content:"\e307"}.fa-grip-horizontal:before,.fa-grip:before{content:"\f58d"}.fa-grip-lines:before{content:"\f7a4"}.fa-grip-lines-vertical:before{content:"\f7a5"}.fa-grip-vertical:before{content:"\f58e"}.fa-guarani-sign:before{content:"\e19a"}.fa-guitar:before{content:"\f7a6"}.fa-guitar-electric:before{content:"\1f3b8"}.fa-guitars:before{content:"\f8bf"}.fa-gun:before{content:"\e19b"}.fa-gun-slash:before{content:"\e19c"}.fa-gun-squirt:before{content:"\e19d"}.fa-h:before{content:"\48"}.fa-h1:before{content:"\f313"}.fa-h2:before{content:"\f314"}.fa-h3:before{content:"\f315"}.fa-h4:before{content:"\f86a"}.fa-hammer:before{content:"\1f528"}.fa-hammer-war:before{content:"\f6e4"}.fa-hamsa:before{content:"\f665"}.fa-hand-paper:before,.fa-hand:before{content:"\270b"}.fa-hand-back-fist:before,.fa-hand-rock:before{content:"\f255"}.fa-hand-back-point-down:before{content:"\e19e"}.fa-hand-back-point-left:before{content:"\e19f"}.fa-hand-back-point-ribbon:before{content:"\e1a0"}.fa-hand-back-point-right:before{content:"\e1a1"}.fa-hand-back-point-up:before{content:"\e1a2"}.fa-allergies:before,.fa-hand-dots:before{content:"\f461"}.fa-hand-fingers-crossed:before{content:"\e1a3"}.fa-fist-raised:before,.fa-hand-fist:before{content:"\270a"}.fa-hand-heart:before{content:"\f4bc"}.fa-hand-holding:before{content:"\f4bd"}.fa-hand-holding-box:before{content:"\f47b"}.fa-hand-holding-dollar:before,.fa-hand-holding-usd:before{content:"\f4c0"}.fa-hand-holding-droplet:before,.fa-hand-holding-water:before{content:"\f4c1"}.fa-hand-holding-heart:before{content:"\f4be"}.fa-hand-holding-magic:before{content:"\f6e5"}.fa-hand-holding-medical:before{content:"\e05c"}.fa-hand-holding-seedling:before{content:"\f4bf"}.fa-hand-holding-skull:before{content:"\e1a4"}.fa-hand-horns:before{content:"\e1a9"}.fa-hand-lizard:before{content:"\f258"}.fa-hand-love:before{content:"\e1a5"}.fa-hand-middle-finger:before{content:"\1f595"}.fa-hand-peace:before{content:"\270c"}.fa-hand-point-down:before{content:"\f0a7"}.fa-hand-point-left:before{content:"\f0a5"}.fa-hand-point-ribbon:before{content:"\e1a6"}.fa-hand-point-right:before{content:"\f0a4"}.fa-hand-point-up:before{content:"\261d"}.fa-hand-pointer:before{content:"\f25a"}.fa-hand-scissors:before{content:"\f257"}.fa-hand-sparkles:before{content:"\e05d"}.fa-hand-spock:before{content:"\1f596"}.fa-hand-wave:before{content:"\e1a7"}.fa-hands:before,.fa-sign-language:before,.fa-signing:before{content:"\f2a7"}.fa-american-sign-language-interpreting:before,.fa-asl-interpreting:before,.fa-hands-american-sign-language-interpreting:before,.fa-hands-asl-interpreting:before{content:"\f2a3"}.fa-hands-bubbles:before,.fa-hands-wash:before{content:"\e05e"}.fa-hands-clapping:before{content:"\e1a8"}.fa-hands-holding:before{content:"\f4c2"}.fa-hand-receiving:before,.fa-hands-holding-diamond:before{content:"\f47c"}.fa-hands-holding-dollar:before,.fa-hands-usd:before{content:"\f4c5"}.fa-hands-heart:before,.fa-hands-holding-heart:before{content:"\f4c3"}.fa-hands-praying:before,.fa-praying-hands:before{content:"\f684"}.fa-handshake:before{content:"\f2b5"}.fa-hands-helping:before,.fa-handshake-angle:before{content:"\f4c4"}.fa-handshake-alt:before,.fa-handshake-simple:before{content:"\1f91d"}.fa-handshake-alt-slash:before,.fa-handshake-simple-slash:before{content:"\e05f"}.fa-handshake-slash:before{content:"\e060"}.fa-hanukiah:before{content:"\1f54e"}.fa-hard-drive:before,.fa-hdd:before{content:"\1f5b4"}.fa-hashtag:before{content:"\23"}.fa-hat-chef:before{content:"\f86b"}.fa-hat-cowboy:before{content:"\f8c0"}.fa-hat-cowboy-side:before{content:"\f8c1"}.fa-hat-santa:before{content:"\f7a7"}.fa-hat-winter:before{content:"\f7a8"}.fa-hat-witch:before{content:"\f6e7"}.fa-hat-wizard:before{content:"\f6e8"}.fa-head-side:before{content:"\f6e9"}.fa-head-side-brain:before{content:"\f808"}.fa-head-side-cough:before{content:"\e061"}.fa-head-side-cough-slash:before{content:"\e062"}.fa-head-side-goggles:before,.fa-head-vr:before{content:"\f6ea"}.fa-head-side-headphones:before{content:"\f8c2"}.fa-head-side-heart:before{content:"\e1aa"}.fa-head-side-mask:before{content:"\e063"}.fa-head-side-medical:before{content:"\f809"}.fa-head-side-virus:before{content:"\e064"}.fa-header:before,.fa-heading:before{content:"\f1dc"}.fa-headphones:before{content:"\1f3a7"}.fa-headphones-alt:before,.fa-headphones-simple:before{content:"\f58f"}.fa-headset:before{content:"\f590"}.fa-heart:before{content:"\2665"}.fa-heart-broken:before,.fa-heart-crack:before{content:"\1f494"}.fa-heart-half:before{content:"\e1ab"}.fa-heart-half-alt:before,.fa-heart-half-stroke:before{content:"\e1ac"}.fa-heart-pulse:before,.fa-heartbeat:before{content:"\f21e"}.fa-heat:before{content:"\e00c"}.fa-helicopter:before{content:"\1f681"}.fa-helmet-battle:before{content:"\f6eb"}.fa-hard-hat:before,.fa-hat-hard:before,.fa-helmet-safety:before{content:"\f807"}.fa-hexagon:before{content:"\2b23"}.fa-hexagon-divide:before{content:"\e1ad"}.fa-hexagon-minus:before,.fa-minus-hexagon:before{content:"\f307"}.fa-hexagon-plus:before,.fa-plus-hexagon:before{content:"\f300"}.fa-hexagon-xmark:before,.fa-times-hexagon:before,.fa-xmark-hexagon:before{content:"\f2ee"}.fa-high-definition:before,.fa-rectangle-hd:before{content:"\e1ae"}.fa-highlighter:before{content:"\f591"}.fa-highlighter-line:before{content:"\e1af"}.fa-hippo:before{content:"\1f99b"}.fa-hockey-mask:before{content:"\f6ee"}.fa-hockey-puck:before{content:"\f453"}.fa-hockey-stick-puck:before{content:"\e3ae"}.fa-hockey-sticks:before{content:"\f454"}.fa-holly-berry:before{content:"\f7aa"}.fa-hood-cloak:before{content:"\f6ef"}.fa-horizontal-rule:before{content:"\2015"}.fa-horse:before{content:"\1f40e"}.fa-horse-head:before{content:"\f7ab"}.fa-horse-saddle:before{content:"\f8c3"}.fa-hospital:before{content:"\1f3e5"}.fa-hospital-user:before{content:"\f80d"}.fa-hospital-alt:before,.fa-hospital-wide:before{content:"\f47d"}.fa-hospitals:before{content:"\f80e"}.fa-hot-tub-person:before,.fa-hot-tub:before{content:"\f593"}.fa-hotdog:before{content:"\1f32d"}.fa-hotel:before{content:"\1f3e8"}.fa-hourglass-2:before,.fa-hourglass-half:before,.fa-hourglass:before{content:"\23f3"}.fa-hourglass-empty:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\231b"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-home:before,.fa-house:before{content:"\1f3e0"}.fa-home-blank:before,.fa-home-lg-alt:before,.fa-house-blank:before{content:"\f80a"}.fa-house-building:before{content:"\e1b1"}.fa-home-lg:before,.fa-house-chimney:before{content:"\e3af"}.fa-house-chimney-blank:before{content:"\e3b0"}.fa-house-chimney-crack:before,.fa-house-damage:before{content:"\f6f1"}.fa-house-chimney-heart:before{content:"\e1b2"}.fa-clinic-medical:before,.fa-house-chimney-medical:before{content:"\f7f2"}.fa-house-chimney-user:before{content:"\e065"}.fa-house-chimney-window:before{content:"\e00d"}.fa-house-crack:before{content:"\e3b1"}.fa-house-day:before{content:"\e00e"}.fa-house-flood:before{content:"\f74f"}.fa-home-heart:before,.fa-house-heart:before{content:"\f4c9"}.fa-house-laptop:before,.fa-laptop-house:before{content:"\e066"}.fa-house-medical:before{content:"\e3b2"}.fa-house-night:before{content:"\e010"}.fa-house-person-depart:before,.fa-house-person-leave:before{content:"\e00f"}.fa-house-person-arrive:before,.fa-house-person-return:before{content:"\e011"}.fa-house-signal:before{content:"\e012"}.fa-house-tree:before{content:"\e1b3"}.fa-house-turret:before{content:"\e1b4"}.fa-home-user:before,.fa-house-user:before{content:"\e1b0"}.fa-house-window:before{content:"\e3b3"}.fa-hryvnia-sign:before,.fa-hryvnia:before{content:"\20b4"}.fa-hurricane:before{content:"\f751"}.fa-hyphen:before{content:"\2d"}.fa-i:before{content:"\49"}.fa-i-cursor:before{content:"\f246"}.fa-ice-cream:before{content:"\1f368"}.fa-ice-skate:before{content:"\26f8"}.fa-icicles:before{content:"\f7ad"}.fa-heart-music-camera-bolt:before,.fa-icons:before{content:"\f86d"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-id-card-alt:before,.fa-id-card-clip:before{content:"\f47f"}.fa-igloo:before{content:"\f7ae"}.fa-image:before{content:"\f03e"}.fa-image-landscape:before,.fa-landscape:before{content:"\e1b5"}.fa-image-polaroid:before{content:"\f8c4"}.fa-image-polaroid-user:before{content:"\e1b6"}.fa-image-portrait:before,.fa-portrait:before{content:"\f3e0"}.fa-image-slash:before{content:"\e1b7"}.fa-image-user:before{content:"\e1b8"}.fa-images:before{content:"\f302"}.fa-images-user:before{content:"\e1b9"}.fa-inbox:before{content:"\f01c"}.fa-inbox-full:before{content:"\e1ba"}.fa-inbox-arrow-down:before,.fa-inbox-in:before{content:"\1f4e5"}.fa-inbox-arrow-up:before,.fa-inbox-out:before{content:"\1f4e4"}.fa-inboxes:before{content:"\e1bb"}.fa-indent:before{content:"\f03c"}.fa-indian-rupee-sign:before,.fa-indian-rupee:before,.fa-inr:before{content:"\e1bc"}.fa-industry:before{content:"\f275"}.fa-industry-alt:before,.fa-industry-windows:before{content:"\1f3ed"}.fa-infinity:before{content:"\221e"}.fa-info:before{content:"\f129"}.fa-inhaler:before{content:"\f5f9"}.fa-input-numeric:before{content:"\e1bd"}.fa-input-pipe:before{content:"\e1be"}.fa-input-text:before{content:"\e1bf"}.fa-integral:before{content:"\f667"}.fa-intersection:before{content:"\22c2"}.fa-island-tree-palm:before,.fa-island-tropical:before{content:"\1f3dd"}.fa-italic:before{content:"\f033"}.fa-j:before{content:"\4a"}.fa-jack-o-lantern:before{content:"\1f383"}.fa-jedi:before{content:"\f669"}.fa-fighter-jet:before,.fa-jet-fighter:before{content:"\f0fb"}.fa-joint:before{content:"\f595"}.fa-joystick:before{content:"\1f579"}.fa-jug:before{content:"\f8c6"}.fa-k:before{content:"\4b"}.fa-kaaba:before{content:"\1f54b"}.fa-kazoo:before{content:"\f8c7"}.fa-kerning:before{content:"\f86f"}.fa-key:before{content:"\1f511"}.fa-key-skeleton:before{content:"\1f5dd"}.fa-key-skeleton-left-right:before{content:"\e3b4"}.fa-keyboard:before{content:"\2328"}.fa-keyboard-brightness:before{content:"\e1c0"}.fa-keyboard-brightness-low:before{content:"\e1c1"}.fa-keyboard-down:before{content:"\e1c2"}.fa-keyboard-left:before{content:"\e1c3"}.fa-keynote:before{content:"\f66c"}.fa-khanda:before{content:"\262c"}.fa-kidneys:before{content:"\f5fb"}.fa-kip-sign:before{content:"\e1c4"}.fa-first-aid:before,.fa-kit-medical:before{content:"\f479"}.fa-kite:before{content:"\1fa81"}.fa-kiwi-bird:before{content:"\f535"}.fa-kiwi-fruit:before{content:"\e30c"}.fa-knife:before,.fa-utensil-knife:before{content:"\f2e4"}.fa-knife-kitchen:before{content:"\1f52a"}.fa-l:before{content:"\4c"}.fa-lacrosse-stick:before{content:"\e3b5"}.fa-lacrosse-stick-ball:before{content:"\e3b6"}.fa-lambda:before{content:"\f66e"}.fa-lamp:before{content:"\f4ca"}.fa-lamp-desk:before{content:"\e014"}.fa-lamp-floor:before{content:"\e015"}.fa-lamp-street:before{content:"\e1c5"}.fa-landmark:before{content:"\1f3db"}.fa-landmark-alt:before,.fa-landmark-dome:before{content:"\f752"}.fa-language:before{content:"\f1ab"}.fa-laptop:before{content:"\1f4bb"}.fa-laptop-arrow-down:before{content:"\e1c6"}.fa-laptop-code:before{content:"\f5fc"}.fa-laptop-medical:before{content:"\f812"}.fa-laptop-mobile:before,.fa-phone-laptop:before{content:"\f87a"}.fa-laptop-slash:before{content:"\e1c7"}.fa-lari-sign:before{content:"\e1c8"}.fa-lasso:before{content:"\f8c8"}.fa-lasso-sparkles:before{content:"\e1c9"}.fa-layer-group:before{content:"\f5fd"}.fa-layer-group-minus:before,.fa-layer-minus:before{content:"\f5fe"}.fa-layer-group-plus:before,.fa-layer-plus:before{content:"\f5ff"}.fa-leaf:before{content:"\f06c"}.fa-leaf-heart:before{content:"\f4cb"}.fa-leaf-maple:before{content:"\1f341"}.fa-leaf-oak:before{content:"\f6f7"}.fa-arrow-alt-left:before,.fa-left:before{content:"\f355"}.fa-arrow-alt-from-right:before,.fa-left-from-line:before{content:"\f348"}.fa-left-long:before,.fa-long-arrow-alt-left:before{content:"\f30a"}.fa-arrows-alt-h:before,.fa-left-right:before{content:"\2194"}.fa-arrow-alt-to-left:before,.fa-left-to-line:before{content:"\f34b"}.fa-lemon:before{content:"\1f34b"}.fa-less-than:before{content:"\3c"}.fa-less-than-equal:before{content:"\f537"}.fa-life-ring:before{content:"\f1cd"}.fa-light-ceiling:before{content:"\e016"}.fa-light-switch:before{content:"\e017"}.fa-light-switch-off:before{content:"\e018"}.fa-light-switch-on:before{content:"\e019"}.fa-lightbulb:before{content:"\1f4a1"}.fa-lightbulb-dollar:before{content:"\f670"}.fa-lightbulb-exclamation:before{content:"\f671"}.fa-lightbulb-exclamation-on:before{content:"\e1ca"}.fa-lightbulb-on:before{content:"\f672"}.fa-lightbulb-slash:before{content:"\f673"}.fa-lights-holiday:before{content:"\f7b2"}.fa-line-columns:before{content:"\f870"}.fa-line-height:before{content:"\f871"}.fa-chain:before,.fa-link:before{content:"\1f517"}.fa-chain-horizontal:before,.fa-link-horizontal:before{content:"\e1cb"}.fa-chain-horizontal-slash:before,.fa-link-horizontal-slash:before{content:"\e1cc"}.fa-link-simple:before{content:"\e1cd"}.fa-link-simple-slash:before{content:"\e1ce"}.fa-chain-broken:before,.fa-chain-slash:before,.fa-link-slash:before,.fa-unlink:before{content:"\f127"}.fa-lips:before{content:"\1f444"}.fa-lira-sign:before{content:"\20a4"}.fa-list-squares:before,.fa-list:before{content:"\f03a"}.fa-list-check:before,.fa-tasks:before{content:"\f0ae"}.fa-list-dropdown:before{content:"\e1cf"}.fa-list-music:before{content:"\f8c9"}.fa-list-1-2:before,.fa-list-numeric:before,.fa-list-ol:before{content:"\f0cb"}.fa-list-radio:before{content:"\e1d0"}.fa-list-timeline:before{content:"\e1d1"}.fa-list-tree:before{content:"\e1d2"}.fa-list-dots:before,.fa-list-ul:before{content:"\f0ca"}.fa-litecoin-sign:before{content:"\e1d3"}.fa-loader:before{content:"\e1d4"}.fa-location:before,.fa-map-marker:before{content:"\f041"}.fa-location-arrow:before{content:"\f124"}.fa-location-check:before,.fa-map-marker-check:before{content:"\f606"}.fa-location-crosshairs:before{content:"\f601"}.fa-location-crosshairs-slash:before{content:"\f603"}.fa-location-dot:before,.fa-map-marker-alt:before{content:"\f3c5"}.fa-location-dot-slash:before,.fa-map-marker-alt-slash:before{content:"\f605"}.fa-location-exclamation:before,.fa-map-marker-exclamation:before{content:"\f608"}.fa-location-minus:before,.fa-map-marker-minus:before{content:"\f609"}.fa-location-pen:before,.fa-map-marker-edit:before{content:"\f607"}.fa-location-plus:before,.fa-map-marker-plus:before{content:"\f60a"}.fa-location-question:before,.fa-map-marker-question:before{content:"\f60b"}.fa-location-slash:before,.fa-map-marker-slash:before{content:"\f60c"}.fa-location-smile:before,.fa-map-marker-smile:before{content:"\f60d"}.fa-location-xmark:before,.fa-map-marker-times:before,.fa-map-marker-xmark:before{content:"\f60e"}.fa-lock:before{content:"\1f512"}.fa-lock-alt:before,.fa-lock-keyhole:before{content:"\f30d"}.fa-lock-keyhole-open:before,.fa-lock-open-alt:before{content:"\f3c2"}.fa-lock-open:before{content:"\f3c1"}.fa-couch-small:before,.fa-loveseat:before{content:"\f4cc"}.fa-luchador-mask:before,.fa-luchador:before,.fa-mask-luchador:before{content:"\f455"}.fa-lungs:before{content:"\1fac1"}.fa-lungs-virus:before{content:"\e067"}.fa-m:before{content:"\4d"}.fa-mace:before{content:"\f6f8"}.fa-magnet:before{content:"\1f9f2"}.fa-magnifying-glass:before,.fa-search:before{content:"\1f50d"}.fa-magnifying-glass-dollar:before,.fa-search-dollar:before{content:"\f688"}.fa-magnifying-glass-location:before,.fa-search-location:before{content:"\f689"}.fa-magnifying-glass-minus:before,.fa-search-minus:before{content:"\f010"}.fa-magnifying-glass-plus:before,.fa-search-plus:before{content:"\f00e"}.fa-mailbox:before{content:"\1f4ea"}.fa-manat-sign:before{content:"\e1d5"}.fa-mandolin:before{content:"\f6f9"}.fa-mango:before{content:"\e30f"}.fa-manhole:before{content:"\e1d6"}.fa-map:before{content:"\1f5fa"}.fa-map-location:before,.fa-map-marked:before{content:"\f59f"}.fa-map-location-dot:before,.fa-map-marked-alt:before{content:"\f5a0"}.fa-map-pin:before{content:"\1f4cd"}.fa-marker:before{content:"\f5a1"}.fa-mars:before{content:"\2642"}.fa-mars-and-venus:before{content:"\26a5"}.fa-mars-double:before{content:"\26a3"}.fa-mars-stroke:before{content:"\26a6"}.fa-mars-stroke-h:before,.fa-mars-stroke-right:before{content:"\26a9"}.fa-mars-stroke-up:before,.fa-mars-stroke-v:before{content:"\26a8"}.fa-glass-martini-alt:before,.fa-martini-glass:before{content:"\1f378"}.fa-cocktail:before,.fa-martini-glass-citrus:before{content:"\f561"}.fa-glass-martini:before,.fa-martini-glass-empty:before{content:"\f000"}.fa-mask:before{content:"\f6fa"}.fa-mask-face:before{content:"\e1d7"}.fa-mask-snorkel:before{content:"\e3b7"}.fa-masks-theater:before,.fa-theater-masks:before{content:"\1f3ad"}.fa-expand-arrows-alt:before,.fa-maximize:before{content:"\f31e"}.fa-meat:before{content:"\1f356"}.fa-medal:before{content:"\1f3c5"}.fa-megaphone:before{content:"\1f4e3"}.fa-melon:before{content:"\e310"}.fa-melon-slice:before{content:"\e311"}.fa-memo:before{content:"\e1d8"}.fa-memo-circle-check:before{content:"\e1d9"}.fa-memo-pad:before{content:"\e1da"}.fa-memory:before{content:"\f538"}.fa-menorah:before{content:"\f676"}.fa-mercury:before{content:"\263f"}.fa-comment-alt:before,.fa-message:before{content:"\f27a"}.fa-comment-alt-arrow-down:before,.fa-message-arrow-down:before{content:"\e1db"}.fa-comment-alt-arrow-up:before,.fa-message-arrow-up:before{content:"\e1dc"}.fa-message-arrow-up-right:before{content:"\e1dd"}.fa-message-bot:before{content:"\e3b8"}.fa-comment-alt-captions:before,.fa-message-captions:before{content:"\e1de"}.fa-comment-alt-check:before,.fa-message-check:before{content:"\f4a2"}.fa-message-code:before{content:"\e1df"}.fa-comment-alt-dollar:before,.fa-message-dollar:before{content:"\f650"}.fa-comment-alt-dots:before,.fa-message-dots:before,.fa-messaging:before{content:"\f4a3"}.fa-comment-alt-exclamation:before,.fa-message-exclamation:before{content:"\f4a5"}.fa-comment-alt-image:before,.fa-message-image:before{content:"\e1e0"}.fa-comment-alt-lines:before,.fa-message-lines:before{content:"\f4a6"}.fa-comment-alt-medical:before,.fa-message-medical:before{content:"\f7f4"}.fa-comment-middle-alt:before,.fa-message-middle:before{content:"\e1e1"}.fa-comment-middle-top-alt:before,.fa-message-middle-top:before{content:"\e1e2"}.fa-comment-alt-minus:before,.fa-message-minus:before{content:"\f4a7"}.fa-comment-alt-music:before,.fa-message-music:before{content:"\f8af"}.fa-comment-alt-edit:before,.fa-message-edit:before,.fa-message-pen:before{content:"\f4a4"}.fa-comment-alt-plus:before,.fa-message-plus:before{content:"\f4a8"}.fa-message-question:before{content:"\e1e3"}.fa-comment-alt-quote:before,.fa-message-quote:before{content:"\e1e4"}.fa-comment-alt-slash:before,.fa-message-slash:before{content:"\f4a9"}.fa-comment-alt-smile:before,.fa-message-smile:before{content:"\f4aa"}.fa-message-sms:before{content:"\e1e5"}.fa-comment-alt-text:before,.fa-message-text:before{content:"\e1e6"}.fa-comment-alt-times:before,.fa-message-times:before,.fa-message-xmark:before{content:"\f4ab"}.fa-comments-alt:before,.fa-messages:before{content:"\f4b6"}.fa-comments-alt-dollar:before,.fa-messages-dollar:before{content:"\f652"}.fa-messages-question:before{content:"\e1e7"}.fa-meteor:before{content:"\2604"}.fa-meter:before{content:"\e1e8"}.fa-meter-bolt:before{content:"\e1e9"}.fa-meter-droplet:before{content:"\e1ea"}.fa-meter-fire:before{content:"\e1eb"}.fa-microchip:before{content:"\f2db"}.fa-microchip-ai:before{content:"\e1ec"}.fa-microphone:before{content:"\f130"}.fa-microphone-alt:before,.fa-microphone-lines:before{content:"\1f399"}.fa-microphone-alt-slash:before,.fa-microphone-lines-slash:before{content:"\f539"}.fa-microphone-slash:before{content:"\f131"}.fa-microphone-stand:before{content:"\1f3a4"}.fa-microscope:before{content:"\1f52c"}.fa-microwave:before{content:"\e01b"}.fa-mill-sign:before{content:"\e1ed"}.fa-compress-arrows-alt:before,.fa-minimize:before{content:"\f78c"}.fa-minus:before,.fa-subtract:before{content:"\2013"}.fa-mistletoe:before{content:"\f7b4"}.fa-mitten:before{content:"\f7b5"}.fa-mobile-android:before,.fa-mobile-phone:before,.fa-mobile:before{content:"\1f4f1"}.fa-mobile-button:before{content:"\f10b"}.fa-mobile-iphone:before,.fa-mobile-notch:before{content:"\e1ee"}.fa-mobile-android-alt:before,.fa-mobile-screen:before{content:"\f3cf"}.fa-mobile-alt:before,.fa-mobile-screen-button:before{content:"\f3cd"}.fa-mobile-signal:before{content:"\e1ef"}.fa-mobile-signal-out:before{content:"\e1f0"}.fa-money-bill:before{content:"\f0d6"}.fa-money-bill-1:before,.fa-money-bill-alt:before{content:"\f3d1"}.fa-money-bill-1-wave:before,.fa-money-bill-wave-alt:before{content:"\f53b"}.fa-money-bill-simple:before{content:"\e1f1"}.fa-money-bill-simple-wave:before{content:"\e1f2"}.fa-money-bill-wave:before{content:"\f53a"}.fa-money-bills:before{content:"\e1f3"}.fa-money-bills-alt:before,.fa-money-bills-simple:before{content:"\e1f4"}.fa-money-check:before{content:"\f53c"}.fa-money-check-alt:before,.fa-money-check-dollar:before{content:"\f53d"}.fa-money-check-dollar-pen:before,.fa-money-check-edit-alt:before{content:"\f873"}.fa-money-check-edit:before,.fa-money-check-pen:before{content:"\f872"}.fa-money-from-bracket:before{content:"\e312"}.fa-money-simple-from-bracket:before{content:"\e313"}.fa-monitor-heart-rate:before,.fa-monitor-waveform:before{content:"\f611"}.fa-monkey:before{content:"\1f412"}.fa-monument:before{content:"\f5a6"}.fa-moon:before{content:"\23fe"}.fa-moon-cloud:before{content:"\f754"}.fa-eclipse-alt:before,.fa-moon-over-sun:before{content:"\f74a"}.fa-moon-stars:before{content:"\f755"}.fa-moped:before{content:"\e3b9"}.fa-mortar-pestle:before{content:"\f5a7"}.fa-mosque:before{content:"\1f54c"}.fa-motorcycle:before{content:"\1f3cd"}.fa-mountain:before{content:"\1f3d4"}.fa-mountains:before{content:"\26f0"}.fa-mp3-player:before{content:"\f8ce"}.fa-mug:before{content:"\f874"}.fa-mug-hot:before{content:"\2615"}.fa-mug-marshmallows:before{content:"\f7b7"}.fa-coffee:before,.fa-mug-saucer:before{content:"\f0f4"}.fa-mug-tea:before{content:"\f875"}.fa-mug-tea-saucer:before{content:"\e1f5"}.fa-music:before{content:"\1f3b5"}.fa-music-alt:before,.fa-music-note:before{content:"\f8cf"}.fa-music-alt-slash:before,.fa-music-note-slash:before{content:"\f8d0"}.fa-music-slash:before{content:"\f8d1"}.fa-n:before{content:"\4e"}.fa-naira-sign:before{content:"\e1f6"}.fa-narwhal:before{content:"\f6fe"}.fa-nesting-dolls:before{content:"\e3ba"}.fa-network-wired:before{content:"\f6ff"}.fa-neuter:before{content:"\26b2"}.fa-newspaper:before{content:"\1f4f0"}.fa-nfc:before{content:"\e1f7"}.fa-nfc-lock:before{content:"\e1f8"}.fa-nfc-magnifying-glass:before{content:"\e1f9"}.fa-nfc-pen:before{content:"\e1fa"}.fa-nfc-signal:before{content:"\e1fb"}.fa-nfc-slash:before{content:"\e1fc"}.fa-nfc-trash:before{content:"\e1fd"}.fa-not-equal:before{content:"\f53e"}.fa-notdef:before{content:"\e1fe"}.fa-note:before{content:"\e1ff"}.fa-note-medical:before{content:"\e200"}.fa-note-sticky:before,.fa-sticky-note:before{content:"\f249"}.fa-notebook:before{content:"\e201"}.fa-notes:before{content:"\e202"}.fa-notes-medical:before{content:"\f481"}.fa-o:before{content:"\4f"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-objects-align-bottom:before{content:"\e3bb"}.fa-objects-align-center-horizontal:before{content:"\e3bc"}.fa-objects-align-center-vertical:before{content:"\e3bd"}.fa-objects-align-left:before{content:"\e3be"}.fa-objects-align-right:before{content:"\e3bf"}.fa-objects-align-top:before{content:"\e3c0"}.fa-objects-column:before{content:"\e3c1"}.fa-octagon:before{content:"\1f6d1"}.fa-octagon-divide:before{content:"\e203"}.fa-octagon-exclamation:before{content:"\e204"}.fa-minus-octagon:before,.fa-octagon-minus:before{content:"\f308"}.fa-octagon-plus:before,.fa-plus-octagon:before{content:"\f301"}.fa-octagon-xmark:before,.fa-times-octagon:before,.fa-xmark-octagon:before{content:"\f2f0"}.fa-oil-can:before{content:"\f613"}.fa-oil-can-drip:before{content:"\e205"}.fa-oil-temp:before,.fa-oil-temperature:before{content:"\f614"}.fa-olive:before{content:"\e316"}.fa-olive-branch:before{content:"\e317"}.fa-om:before{content:"\1f549"}.fa-omega:before{content:"\f67a"}.fa-option:before{content:"\e318"}.fa-ornament:before{content:"\f7b8"}.fa-otter:before{content:"\1f9a6"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-outlet:before{content:"\e01c"}.fa-oven:before{content:"\e01d"}.fa-overline:before{content:"\f876"}.fa-p:before{content:"\50"}.fa-pager:before{content:"\1f4df"}.fa-paint-brush:before{content:"\1f58c"}.fa-paint-brush-alt:before,.fa-paint-brush-fine:before{content:"\f5a9"}.fa-paint-roller:before{content:"\f5aa"}.fa-paintbrush-pencil:before{content:"\e206"}.fa-palette:before{content:"\1f3a8"}.fa-pallet:before{content:"\f482"}.fa-pallet-box:before{content:"\e208"}.fa-palette-boxes:before,.fa-pallet-alt:before,.fa-pallet-boxes:before{content:"\f483"}.fa-panorama:before{content:"\e209"}.fa-paper-plane:before{content:"\f1d8"}.fa-paper-plane-alt:before,.fa-paper-plane-top:before,.fa-send:before{content:"\e20a"}.fa-paperclip:before{content:"\1f4ce"}.fa-paperclip-vertical:before{content:"\e3c2"}.fa-parachute-box:before{content:"\f4cd"}.fa-paragraph:before{content:"\b6"}.fa-paragraph-left:before,.fa-paragraph-rtl:before{content:"\f878"}.fa-party-bell:before{content:"\e31a"}.fa-party-horn:before{content:"\e31b"}.fa-passport:before{content:"\f5ab"}.fa-file-clipboard:before,.fa-paste:before{content:"\f0ea"}.fa-pause:before{content:"\23f8"}.fa-paw:before{content:"\f1b0"}.fa-paw-claws:before{content:"\f702"}.fa-paw-alt:before,.fa-paw-simple:before{content:"\f701"}.fa-peace:before{content:"\262e"}.fa-peach:before{content:"\e20b"}.fa-peapod:before{content:"\e31c"}.fa-pear:before{content:"\e20c"}.fa-pedestal:before{content:"\e20d"}.fa-pegasus:before{content:"\f703"}.fa-pen:before{content:"\1f58a"}.fa-pen-circle:before{content:"\e20e"}.fa-pen-alt:before,.fa-pen-clip:before{content:"\f305"}.fa-pen-alt-slash:before,.fa-pen-clip-slash:before{content:"\e20f"}.fa-pen-fancy:before{content:"\2712"}.fa-pen-fancy-slash:before{content:"\e210"}.fa-pen-field:before{content:"\e211"}.fa-pen-line:before{content:"\e212"}.fa-pen-nib:before{content:"\2711"}.fa-pen-paintbrush:before,.fa-pencil-paintbrush:before{content:"\f618"}.fa-pen-ruler:before,.fa-pencil-ruler:before{content:"\f5ae"}.fa-pen-slash:before{content:"\e213"}.fa-pen-swirl:before{content:"\e214"}.fa-edit:before,.fa-pen-to-square:before{content:"\f044"}.fa-pencil-alt:before,.fa-pencil:before{content:"\270f"}.fa-pencil-slash:before{content:"\e215"}.fa-people:before{content:"\e216"}.fa-people-arrows-left-right:before,.fa-people-arrows:before{content:"\e068"}.fa-people-carry-box:before,.fa-people-carry:before{content:"\f4ce"}.fa-people-dress:before{content:"\e217"}.fa-people-dress-simple:before{content:"\e218"}.fa-people-pants:before{content:"\e219"}.fa-people-pants-simple:before{content:"\e21a"}.fa-people-simple:before{content:"\e21b"}.fa-pepper-hot:before{content:"\1f336"}.fa-percent:before,.fa-percentage:before{content:"\25"}.fa-period:before{content:"\2e"}.fa-male:before,.fa-person:before{content:"\1f9cd"}.fa-biking:before,.fa-person-biking:before{content:"\1f6b4"}.fa-biking-mountain:before,.fa-person-biking-mountain:before{content:"\1f6b5"}.fa-person-booth:before{content:"\f756"}.fa-person-carry-box:before,.fa-person-carry:before{content:"\f4cf"}.fa-digging:before,.fa-person-digging:before{content:"\f85e"}.fa-person-dolly:before{content:"\f4d0"}.fa-person-dolly-empty:before{content:"\f4d1"}.fa-diagnoses:before,.fa-person-dots-from-line:before{content:"\f470"}.fa-female:before,.fa-person-dress:before{content:"\f182"}.fa-person-dress-simple:before{content:"\e21c"}.fa-person-from-portal:before,.fa-portal-exit:before{content:"\e023"}.fa-hiking:before,.fa-person-hiking:before{content:"\f6ec"}.fa-person-pinball:before{content:"\e21d"}.fa-person-praying:before,.fa-pray:before{content:"\1f6d0"}.fa-person-pregnant:before{content:"\e31e"}.fa-person-running:before,.fa-running:before{content:"\1f3c3"}.fa-person-seat:before{content:"\e21e"}.fa-person-seat-reclined:before{content:"\e21f"}.fa-person-sign:before{content:"\f757"}.fa-person-simple:before{content:"\e220"}.fa-person-skating:before,.fa-skating:before{content:"\f7c5"}.fa-person-ski-jumping:before,.fa-ski-jump:before{content:"\f7c7"}.fa-person-ski-lift:before,.fa-ski-lift:before{content:"\f7c8"}.fa-person-skiing:before,.fa-skiing:before{content:"\26f7"}.fa-person-skiing-nordic:before,.fa-skiing-nordic:before{content:"\f7ca"}.fa-person-sledding:before,.fa-sledding:before{content:"\f7cb"}.fa-person-snowboarding:before,.fa-snowboarding:before{content:"\1f3c2"}.fa-person-snowmobiling:before,.fa-snowmobile:before{content:"\f7d1"}.fa-person-swimming:before,.fa-swimmer:before{content:"\1f3ca"}.fa-person-to-portal:before,.fa-portal-enter:before{content:"\e022"}.fa-person-walking:before,.fa-walking:before{content:"\1f6b6"}.fa-blind:before,.fa-person-walking-with-cane:before{content:"\f29d"}.fa-peseta-sign:before{content:"\e221"}.fa-peso-sign:before{content:"\e222"}.fa-phone:before{content:"\1f4de"}.fa-phone-arrow-down-left:before,.fa-phone-arrow-down:before,.fa-phone-incoming:before{content:"\e223"}.fa-phone-arrow-up-right:before,.fa-phone-arrow-up:before,.fa-phone-outgoing:before{content:"\e224"}.fa-phone-alt:before,.fa-phone-flip:before{content:"\1f57d"}.fa-phone-hangup:before{content:"\e225"}.fa-phone-missed:before{content:"\e226"}.fa-phone-office:before{content:"\f67d"}.fa-phone-plus:before{content:"\f4d2"}.fa-phone-rotary:before{content:"\260e"}.fa-phone-slash:before{content:"\f3dd"}.fa-phone-volume:before,.fa-volume-control-phone:before{content:"\f2a0"}.fa-phone-xmark:before{content:"\e227"}.fa-photo-film:before,.fa-photo-video:before{content:"\f87c"}.fa-photo-film-music:before{content:"\e228"}.fa-pi:before{content:"\f67e"}.fa-piano:before{content:"\f8d4"}.fa-piano-keyboard:before{content:"\1f3b9"}.fa-pie:before{content:"\1f967"}.fa-pig:before{content:"\1f416"}.fa-piggy-bank:before{content:"\f4d3"}.fa-pills:before{content:"\f484"}.fa-pinata:before{content:"\e3c3"}.fa-pinball:before{content:"\e229"}.fa-pineapple:before{content:"\e31f"}.fa-pipe:before{content:"\7c"}.fa-pipe-smoking:before{content:"\e3c4"}.fa-pizza:before{content:"\1f355"}.fa-pizza-slice:before{content:"\f818"}.fa-place-of-worship:before{content:"\f67f"}.fa-plane:before{content:"\f072"}.fa-plane-arrival:before{content:"\1f6ec"}.fa-plane-departure:before{content:"\1f6eb"}.fa-plane-alt:before,.fa-plane-engines:before{content:"\2708"}.fa-plane-prop:before{content:"\e22b"}.fa-plane-slash:before{content:"\e069"}.fa-plane-tail:before{content:"\e22c"}.fa-plane-up:before{content:"\e22d"}.fa-plane-up-slash:before{content:"\e22e"}.fa-planet-moon:before{content:"\e01f"}.fa-planet-ringed:before{content:"\1fa90"}.fa-play:before{content:"\25b6"}.fa-play-pause:before{content:"\e22f"}.fa-plug:before{content:"\1f50c"}.fa-add:before,.fa-plus:before{content:"\2b"}.fa-plus-minus:before{content:"\b1"}.fa-podcast:before{content:"\f2ce"}.fa-podium:before{content:"\f680"}.fa-podium-star:before{content:"\f758"}.fa-police-box:before{content:"\e021"}.fa-poll-people:before{content:"\f759"}.fa-poo:before{content:"\1f4a9"}.fa-poo-bolt:before,.fa-poo-storm:before{content:"\f75a"}.fa-pool-8-ball:before{content:"\e3c5"}.fa-poop:before{content:"\f619"}.fa-popcorn:before{content:"\1f37f"}.fa-power-off:before{content:"\23fb"}.fa-prescription:before{content:"\f5b1"}.fa-prescription-bottle:before{content:"\f485"}.fa-prescription-bottle-alt:before,.fa-prescription-bottle-medical:before{content:"\f486"}.fa-presentation-screen:before,.fa-presentation:before{content:"\f685"}.fa-print:before{content:"\2399"}.fa-print-magnifying-glass:before,.fa-print-search:before{content:"\f81a"}.fa-print-slash:before{content:"\f686"}.fa-projector:before{content:"\f8d6"}.fa-pump-medical:before{content:"\e06a"}.fa-pump-soap:before{content:"\e06b"}.fa-pumpkin:before{content:"\f707"}.fa-puzzle-piece:before{content:"\1f9e9"}.fa-puzzle-piece-alt:before,.fa-puzzle-piece-simple:before{content:"\e231"}.fa-q:before{content:"\51"}.fa-qrcode:before{content:"\f029"}.fa-question:before{content:"\3f"}.fa-broom-ball:before,.fa-quidditch-broom-ball:before,.fa-quidditch:before{content:"\f458"}.fa-quote-left-alt:before,.fa-quote-left:before{content:"\201c"}.fa-quote-right-alt:before,.fa-quote-right:before{content:"\201d"}.fa-quotes:before{content:"\e234"}.fa-r:before{content:"\52"}.fa-rabbit:before{content:"\1f407"}.fa-rabbit-fast:before,.fa-rabbit-running:before{content:"\f709"}.fa-racquet:before{content:"\f45a"}.fa-radar:before{content:"\e024"}.fa-radiation:before{content:"\f7b9"}.fa-radio:before{content:"\1f4fb"}.fa-radio-alt:before,.fa-radio-tuner:before{content:"\f8d8"}.fa-rainbow:before{content:"\1f308"}.fa-raindrops:before{content:"\f75c"}.fa-ram:before{content:"\1f40f"}.fa-ramp-loading:before{content:"\f4d4"}.fa-raygun:before{content:"\e025"}.fa-receipt:before{content:"\1f9fe"}.fa-record-vinyl:before{content:"\f8d9"}.fa-rectangle-landscape:before,.fa-rectangle:before{content:"\25ac"}.fa-ad:before,.fa-rectangle-ad:before{content:"\f641"}.fa-barcode-alt:before,.fa-rectangle-barcode:before{content:"\f463"}.fa-rectangle-code:before{content:"\e322"}.fa-list-alt:before,.fa-rectangle-list:before{content:"\f022"}.fa-pro:before,.fa-rectangle-pro:before{content:"\e235"}.fa-rectangle-terminal:before{content:"\e236"}.fa-rectangle-portrait:before,.fa-rectangle-vertical:before{content:"\f2fb"}.fa-rectangle-vertical-history:before{content:"\e237"}.fa-rectangle-wide:before{content:"\f2fc"}.fa-rectangle-times:before,.fa-rectangle-xmark:before,.fa-times-rectangle:before,.fa-window-close:before{content:"\f410"}.fa-rectangles-mixed:before{content:"\e323"}.fa-recycle:before{content:"\2672"}.fa-reel:before{content:"\e238"}.fa-refrigerator:before{content:"\e026"}.fa-registered:before{content:"\ae"}.fa-repeat:before{content:"\1f501"}.fa-repeat-1:before{content:"\1f502"}.fa-mail-reply:before,.fa-reply:before{content:"\f3e5"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-reply-clock:before,.fa-reply-time:before{content:"\e239"}.fa-republican:before{content:"\f75e"}.fa-restroom:before{content:"\f7bd"}.fa-restroom-simple:before{content:"\e23a"}.fa-retweet:before{content:"\f079"}.fa-rhombus:before{content:"\e23b"}.fa-ribbon:before{content:"\1f397"}.fa-arrow-alt-right:before,.fa-right:before{content:"\2b95"}.fa-right-from-bracket:before,.fa-sign-out-alt:before{content:"\f2f5"}.fa-arrow-alt-from-left:before,.fa-right-from-line:before{content:"\f347"}.fa-exchange-alt:before,.fa-right-left:before{content:"\f362"}.fa-long-arrow-alt-right:before,.fa-right-long:before{content:"\f30b"}.fa-right-to-bracket:before,.fa-sign-in-alt:before{content:"\f2f6"}.fa-arrow-alt-to-right:before,.fa-right-to-line:before{content:"\f34c"}.fa-ring:before{content:"\f70b"}.fa-rings-wedding:before{content:"\f81b"}.fa-road:before{content:"\1f6e3"}.fa-robot:before{content:"\1f916"}.fa-robot-astromech:before{content:"\e2d2"}.fa-rocket:before{content:"\f135"}.fa-rocket-launch:before{content:"\1f680"}.fa-roller-coaster:before{content:"\e324"}.fa-rotate:before,.fa-sync-alt:before{content:"\1f504"}.fa-rotate-exclamation:before{content:"\e23c"}.fa-rotate-back:before,.fa-rotate-backward:before,.fa-rotate-left:before,.fa-undo-alt:before{content:"\f2ea"}.fa-redo-alt:before,.fa-rotate-forward:before,.fa-rotate-right:before{content:"\f2f9"}.fa-route:before{content:"\f4d7"}.fa-route-highway:before{content:"\f61a"}.fa-route-interstate:before{content:"\f61b"}.fa-router:before{content:"\f8da"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-rouble:before,.fa-rub:before,.fa-ruble-sign:before,.fa-ruble:before{content:"\20bd"}.fa-rugby-ball:before{content:"\e3c6"}.fa-ruler:before{content:"\1f4cf"}.fa-ruler-combined:before{content:"\f546"}.fa-ruler-horizontal:before{content:"\f547"}.fa-ruler-triangle:before{content:"\1f4d0"}.fa-ruler-vertical:before{content:"\f548"}.fa-rupee-sign:before,.fa-rupee:before{content:"\20a8"}.fa-rupiah-sign:before{content:"\e23d"}.fa-rv:before{content:"\f7be"}.fa-s:before{content:"\53"}.fa-sack:before{content:"\f81c"}.fa-sack-dollar:before{content:"\1f4b0"}.fa-bowl-salad:before,.fa-salad:before{content:"\1f957"}.fa-sandwich:before{content:"\1f96a"}.fa-satellite:before{content:"\1f6f0"}.fa-satellite-dish:before{content:"\1f4e1"}.fa-sausage:before{content:"\f820"}.fa-saxophone:before{content:"\1f3b7"}.fa-sax-hot:before,.fa-saxophone-fire:before{content:"\f8db"}.fa-balance-scale:before,.fa-scale-balanced:before{content:"\2696"}.fa-balance-scale-left:before,.fa-scale-unbalanced:before{content:"\f515"}.fa-balance-scale-right:before,.fa-scale-unbalanced-flip:before{content:"\f516"}.fa-scalpel:before{content:"\f61d"}.fa-scalpel-line-dashed:before,.fa-scalpel-path:before{content:"\f61e"}.fa-scanner-image:before,.fa-scanner:before{content:"\f8f3"}.fa-scanner-gun:before{content:"\f488"}.fa-scanner-keyboard:before{content:"\f489"}.fa-scanner-touchscreen:before{content:"\f48a"}.fa-scarecrow:before{content:"\f70d"}.fa-scarf:before{content:"\1f9e3"}.fa-school:before{content:"\1f3eb"}.fa-cut:before,.fa-scissors:before{content:"\2700"}.fa-screen-users:before,.fa-users-class:before{content:"\f63d"}.fa-screencast:before{content:"\e23e"}.fa-screwdriver:before{content:"\1fa9b"}.fa-screwdriver-wrench:before,.fa-tools:before{content:"\f7d9"}.fa-scribble:before{content:"\e23f"}.fa-scroll:before{content:"\1f4dc"}.fa-scroll-old:before{content:"\f70f"}.fa-scroll-torah:before,.fa-torah:before{content:"\f6a0"}.fa-scrubber:before{content:"\f2f8"}.fa-scythe:before{content:"\f710"}.fa-sd-card:before{content:"\f7c2"}.fa-sd-cards:before{content:"\e240"}.fa-seal:before{content:"\e241"}.fa-seal-exclamation:before{content:"\e242"}.fa-seal-question:before{content:"\e243"}.fa-seat-airline:before{content:"\e244"}.fa-section:before{content:"\a7"}.fa-seedling:before,.fa-sprout:before{content:"\1f331"}.fa-semicolon:before{content:"\3b"}.fa-send-back:before{content:"\f87e"}.fa-send-backward:before{content:"\f87f"}.fa-sensor:before{content:"\e028"}.fa-sensor-cloud:before,.fa-sensor-smoke:before{content:"\e02c"}.fa-sensor-fire:before{content:"\e02a"}.fa-sensor-on:before{content:"\e02b"}.fa-sensor-alert:before,.fa-sensor-triangle-exclamation:before{content:"\e029"}.fa-server:before{content:"\f233"}.fa-shapes:before,.fa-triangle-circle-square:before{content:"\f61f"}.fa-arrow-turn-right:before,.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-arrows-turn-right:before,.fa-share-all:before{content:"\f367"}.fa-share-from-square:before,.fa-share-square:before{content:"\f14d"}.fa-share-alt:before,.fa-share-nodes:before{content:"\f1e0"}.fa-sheep:before{content:"\1f411"}.fa-ils:before,.fa-shekel-sign:before,.fa-shekel:before,.fa-sheqel-sign:before,.fa-sheqel:before{content:"\20aa"}.fa-inventory:before,.fa-shelves:before{content:"\f480"}.fa-shelves-empty:before{content:"\e246"}.fa-shield:before{content:"\1f6e1"}.fa-shield-alt:before,.fa-shield-blank:before{content:"\f3ed"}.fa-shield-check:before{content:"\f2f7"}.fa-shield-cross:before{content:"\26e8"}.fa-shield-exclamation:before{content:"\e247"}.fa-shield-keyhole:before{content:"\e248"}.fa-shield-minus:before{content:"\e249"}.fa-shield-plus:before{content:"\e24a"}.fa-shield-slash:before{content:"\e24b"}.fa-shield-virus:before{content:"\e06c"}.fa-shield-times:before,.fa-shield-xmark:before{content:"\e24c"}.fa-ship:before{content:"\1f6a2"}.fa-shirt:before,.fa-t-shirt:before,.fa-tshirt:before{content:"\1f455"}.fa-shirt-long-sleeve:before{content:"\e3c7"}.fa-shirt-running:before{content:"\e3c8"}.fa-shirt-tank-top:before{content:"\e3c9"}.fa-shish-kebab:before{content:"\f821"}.fa-shoe-prints:before{content:"\f54b"}.fa-shop:before,.fa-store-alt:before{content:"\f54f"}.fa-shop-slash:before,.fa-store-alt-slash:before{content:"\e070"}.fa-shovel:before{content:"\f713"}.fa-shovel-snow:before{content:"\f7c3"}.fa-shower:before{content:"\1f6bf"}.fa-shower-alt:before,.fa-shower-down:before{content:"\e24d"}.fa-shredder:before{content:"\f68a"}.fa-random:before,.fa-shuffle:before{content:"\1f500"}.fa-shuttle-space:before,.fa-space-shuttle:before{content:"\f197"}.fa-shuttlecock:before{content:"\f45b"}.fa-sickle:before{content:"\f822"}.fa-sidebar:before{content:"\e24e"}.fa-sidebar-flip:before{content:"\e24f"}.fa-sigma:before{content:"\2211"}.fa-sign-hanging:before,.fa-sign:before{content:"\f4d9"}.fa-signal-5:before,.fa-signal-perfect:before,.fa-signal:before{content:"\1f4f6"}.fa-signal-alt-4:before,.fa-signal-alt:before,.fa-signal-bars-strong:before,.fa-signal-bars:before{content:"\f690"}.fa-signal-alt-2:before,.fa-signal-bars-fair:before{content:"\f692"}.fa-signal-alt-3:before,.fa-signal-bars-good:before{content:"\f693"}.fa-signal-alt-slash:before,.fa-signal-bars-slash:before{content:"\f694"}.fa-signal-alt-1:before,.fa-signal-bars-weak:before{content:"\f691"}.fa-signal-2:before,.fa-signal-fair:before{content:"\f68d"}.fa-signal-3:before,.fa-signal-good:before{content:"\f68e"}.fa-signal-slash:before{content:"\f695"}.fa-signal-stream:before{content:"\f8dd"}.fa-signal-stream-slash:before{content:"\e250"}.fa-signal-4:before,.fa-signal-strong:before{content:"\f68f"}.fa-signal-1:before,.fa-signal-weak:before{content:"\f68c"}.fa-signature:before{content:"\f5b7"}.fa-signature-lock:before{content:"\e3ca"}.fa-signature-slash:before{content:"\e3cb"}.fa-map-signs:before,.fa-signs-post:before{content:"\f277"}.fa-sim-card:before{content:"\f7c4"}.fa-sim-cards:before{content:"\e251"}.fa-sink:before{content:"\e06d"}.fa-siren:before{content:"\e02d"}.fa-siren-on:before{content:"\e02e"}.fa-sitemap:before{content:"\f0e8"}.fa-skeleton:before{content:"\f620"}.fa-ski-boot:before{content:"\e3cc"}.fa-ski-boot-ski:before{content:"\e3cd"}.fa-skull:before{content:"\1f480"}.fa-skull-cow:before{content:"\f8de"}.fa-skull-crossbones:before{content:"\2620"}.fa-slash:before{content:"\f715"}.fa-slash-back:before{content:"\5c"}.fa-slash-forward:before{content:"\2f"}.fa-sleigh:before{content:"\f7cc"}.fa-slider:before{content:"\e252"}.fa-sliders-h:before,.fa-sliders:before{content:"\f1de"}.fa-sliders-simple:before{content:"\e253"}.fa-sliders-up:before,.fa-sliders-v:before{content:"\f3f1"}.fa-slot-machine:before{content:"\e3ce"}.fa-smog:before{content:"\f75f"}.fa-smoke:before{content:"\f760"}.fa-smoking:before{content:"\1f6ac"}.fa-snake:before{content:"\1f40d"}.fa-snooze:before,.fa-zzz:before{content:"\1f4a4"}.fa-snow-blowing:before{content:"\f761"}.fa-snowflake:before{content:"\2744"}.fa-snowflakes:before{content:"\f7cf"}.fa-snowman:before{content:"\2603"}.fa-frosty-head:before,.fa-snowman-head:before{content:"\f79b"}.fa-snowplow:before{content:"\f7d2"}.fa-soap:before{content:"\1f9fc"}.fa-socks:before{content:"\1f9e6"}.fa-solar-panel:before{content:"\f5ba"}.fa-solar-system:before{content:"\e02f"}.fa-sort:before,.fa-unsorted:before{content:"\f0dc"}.fa-sort-desc:before,.fa-sort-down:before{content:"\f0dd"}.fa-sort-asc:before,.fa-sort-up:before{content:"\f0de"}.fa-spa:before{content:"\f5bb"}.fa-space-station-moon:before{content:"\e033"}.fa-space-station-moon-alt:before,.fa-space-station-moon-construction:before{content:"\e034"}.fa-spade:before{content:"\2660"}.fa-pastafarianism:before,.fa-spaghetti-monster-flying:before{content:"\f67b"}.fa-sparkles:before{content:"\2728"}.fa-speaker:before{content:"\f8df"}.fa-speakers:before{content:"\f8e0"}.fa-spell-check:before{content:"\f891"}.fa-spider:before{content:"\1f577"}.fa-spider-black-widow:before{content:"\f718"}.fa-spider-web:before{content:"\1f578"}.fa-spinner:before{content:"\f110"}.fa-spinner-third:before{content:"\f3f4"}.fa-split:before{content:"\e254"}.fa-splotch:before{content:"\f5bc"}.fa-spoon:before,.fa-utensil-spoon:before{content:"\1f944"}.fa-spray-can:before{content:"\f5bd"}.fa-air-freshener:before,.fa-spray-can-sparkles:before{content:"\f5d0"}.fa-sprinkler:before{content:"\e035"}.fa-square:before{content:"\25a0"}.fa-square-0:before{content:"\e255"}.fa-square-1:before{content:"\e256"}.fa-square-2:before{content:"\e257"}.fa-square-3:before{content:"\e258"}.fa-square-4:before{content:"\e259"}.fa-square-5:before{content:"\e25a"}.fa-square-6:before{content:"\e25b"}.fa-square-7:before{content:"\e25c"}.fa-square-8:before{content:"\e25d"}.fa-square-9:before{content:"\e25e"}.fa-square-a:before{content:"\e25f"}.fa-square-ampersand:before{content:"\e260"}.fa-arrow-square-down:before,.fa-square-arrow-down:before{content:"\f339"}.fa-square-arrow-down-left:before{content:"\e261"}.fa-square-arrow-down-right:before{content:"\e262"}.fa-arrow-square-left:before,.fa-square-arrow-left:before{content:"\f33a"}.fa-arrow-square-right:before,.fa-square-arrow-right:before{content:"\f33b"}.fa-arrow-square-up:before,.fa-square-arrow-up:before{content:"\f33c"}.fa-square-arrow-up-left:before{content:"\e263"}.fa-external-link-square:before,.fa-square-arrow-up-right:before{content:"\f14c"}.fa-square-b:before{content:"\e264"}.fa-square-bolt:before{content:"\e265"}.fa-square-c:before{content:"\e266"}.fa-caret-square-down:before,.fa-square-caret-down:before{content:"\f150"}.fa-caret-square-left:before,.fa-square-caret-left:before{content:"\f191"}.fa-caret-square-right:before,.fa-square-caret-right:before{content:"\f152"}.fa-caret-square-up:before,.fa-square-caret-up:before{content:"\f151"}.fa-check-square:before,.fa-square-check:before{content:"\2611"}.fa-chevron-square-down:before,.fa-square-chevron-down:before{content:"\f329"}.fa-chevron-square-left:before,.fa-square-chevron-left:before{content:"\f32a"}.fa-chevron-square-right:before,.fa-square-chevron-right:before{content:"\f32b"}.fa-chevron-square-up:before,.fa-square-chevron-up:before{content:"\f32c"}.fa-square-code:before{content:"\e267"}.fa-square-d:before{content:"\e268"}.fa-square-dashed:before{content:"\e269"}.fa-square-divide:before{content:"\e26a"}.fa-dollar-square:before,.fa-square-dollar:before,.fa-usd-square:before{content:"\f2e9"}.fa-arrow-alt-square-down:before,.fa-square-down:before{content:"\2b07"}.fa-square-down-left:before{content:"\e26b"}.fa-square-down-right:before{content:"\e26c"}.fa-square-e:before{content:"\e26d"}.fa-square-ellipsis:before{content:"\e26e"}.fa-square-ellipsis-vertical:before{content:"\e26f"}.fa-envelope-square:before,.fa-square-envelope:before{content:"\f199"}.fa-exclamation-square:before,.fa-square-exclamation:before{content:"\f321"}.fa-square-f:before{content:"\e270"}.fa-box-fragile:before,.fa-square-fragile:before,.fa-square-wine-glass-crack:before{content:"\f49b"}.fa-square-full:before{content:"\2b1b"}.fa-square-g:before{content:"\e271"}.fa-h-square:before,.fa-square-h:before{content:"\f0fd"}.fa-heart-square:before,.fa-square-heart:before{content:"\1f49f"}.fa-square-i:before{content:"\e272"}.fa-info-square:before,.fa-square-info:before{content:"\2139"}.fa-square-j:before{content:"\e273"}.fa-square-k:before{content:"\e274"}.fa-square-l:before{content:"\e275"}.fa-arrow-alt-square-left:before,.fa-square-left:before{content:"\2b05"}.fa-square-m:before{content:"\e276"}.fa-minus-square:before,.fa-square-minus:before{content:"\f146"}.fa-square-n:before{content:"\e277"}.fa-square-o:before{content:"\e278"}.fa-square-p:before{content:"\e279"}.fa-parking:before,.fa-square-parking:before{content:"\1f17f"}.fa-parking-slash:before,.fa-square-parking-slash:before{content:"\f617"}.fa-pen-square:before,.fa-pencil-square:before,.fa-square-pen:before{content:"\f14b"}.fa-phone-square:before,.fa-square-phone:before{content:"\f098"}.fa-phone-square-alt:before,.fa-square-phone-flip:before{content:"\f87b"}.fa-phone-square-down:before,.fa-square-phone-hangup:before{content:"\e27a"}.fa-plus-square:before,.fa-square-plus:before{content:"\f0fe"}.fa-poll-h:before,.fa-square-poll-horizontal:before{content:"\f682"}.fa-poll:before,.fa-square-poll-vertical:before{content:"\f681"}.fa-square-q:before{content:"\e27b"}.fa-question-square:before,.fa-square-question:before{content:"\f2fd"}.fa-square-quote:before{content:"\e329"}.fa-square-r:before{content:"\e27c"}.fa-arrow-alt-square-right:before,.fa-square-right:before{content:"\27a1"}.fa-square-root:before{content:"\221a"}.fa-square-root-alt:before,.fa-square-root-variable:before{content:"\f698"}.fa-rss-square:before,.fa-square-rss:before{content:"\f143"}.fa-square-s:before{content:"\e27d"}.fa-share-alt-square:before,.fa-square-share-nodes:before{content:"\f1e1"}.fa-sliders-h-square:before,.fa-square-sliders:before{content:"\f3f0"}.fa-sliders-v-square:before,.fa-square-sliders-vertical:before{content:"\f3f2"}.fa-square-small:before{content:"\e27e"}.fa-square-star:before{content:"\e27f"}.fa-square-t:before{content:"\e280"}.fa-square-terminal:before{content:"\e32a"}.fa-box-up:before,.fa-square-this-way-up:before{content:"\f49f"}.fa-square-u:before{content:"\e281"}.fa-arrow-alt-square-up:before,.fa-square-up:before{content:"\2b06"}.fa-square-up-left:before{content:"\e282"}.fa-external-link-square-alt:before,.fa-square-up-right:before{content:"\2197"}.fa-square-user:before{content:"\e283"}.fa-square-v:before{content:"\e284"}.fa-square-w:before{content:"\e285"}.fa-square-x:before{content:"\e286"}.fa-square-xmark:before,.fa-times-square:before,.fa-xmark-square:before{content:"\274e"}.fa-square-y:before{content:"\e287"}.fa-square-z:before{content:"\e288"}.fa-squirrel:before{content:"\f71a"}.fa-staff:before{content:"\f71b"}.fa-stairs:before{content:"\e289"}.fa-stamp:before{content:"\f5bf"}.fa-rectangle-sd:before,.fa-standard-definition:before{content:"\e28a"}.fa-star:before{content:"\2b50"}.fa-star-and-crescent:before{content:"\262a"}.fa-star-christmas:before{content:"\f7d4"}.fa-star-exclamation:before{content:"\f2f3"}.fa-star-half:before{content:"\f089"}.fa-star-half-alt:before,.fa-star-half-stroke:before{content:"\f5c0"}.fa-star-of-david:before{content:"\2721"}.fa-star-of-life:before{content:"\f621"}.fa-star-sharp:before{content:"\e28b"}.fa-star-sharp-half:before{content:"\e28c"}.fa-star-sharp-half-alt:before,.fa-star-sharp-half-stroke:before{content:"\e28d"}.fa-star-shooting:before{content:"\1f320"}.fa-starfighter:before{content:"\e037"}.fa-starfighter-alt:before,.fa-starfighter-twin-ion-engine:before{content:"\e038"}.fa-starfighter-alt-advanced:before,.fa-starfighter-twin-ion-engine-advanced:before{content:"\e28e"}.fa-stars:before{content:"\f762"}.fa-starship:before{content:"\e039"}.fa-starship-freighter:before{content:"\e03a"}.fa-steak:before{content:"\1f969"}.fa-steering-wheel:before{content:"\f622"}.fa-gbp:before,.fa-pound-sign:before,.fa-sterling-sign:before{content:"\a3"}.fa-stethoscope:before{content:"\1fa7a"}.fa-stocking:before{content:"\f7d5"}.fa-stomach:before{content:"\f623"}.fa-stop:before{content:"\23f9"}.fa-stopwatch:before{content:"\23f1"}.fa-stopwatch-20:before{content:"\e06f"}.fa-store:before{content:"\f54e"}.fa-store-slash:before{content:"\e071"}.fa-strawberry:before{content:"\e32b"}.fa-street-view:before{content:"\f21d"}.fa-stretcher:before{content:"\f825"}.fa-strikethrough:before{content:"\f0cc"}.fa-stroopwafel:before{content:"\f551"}.fa-subscript:before{content:"\f12c"}.fa-suitcase:before{content:"\1f9f3"}.fa-medkit:before,.fa-suitcase-medical:before{content:"\f0fa"}.fa-suitcase-rolling:before{content:"\f5c1"}.fa-sun:before{content:"\2600"}.fa-sun-alt:before,.fa-sun-bright:before{content:"\e28f"}.fa-sun-cloud:before{content:"\1f324"}.fa-sun-dust:before{content:"\f764"}.fa-sun-haze:before{content:"\f765"}.fa-sunglasses:before{content:"\1f576"}.fa-sunrise:before{content:"\1f305"}.fa-sunset:before{content:"\1f307"}.fa-superscript:before{content:"\f12b"}.fa-swatchbook:before{content:"\f5c3"}.fa-sword:before{content:"\1f5e1"}.fa-sword-laser:before{content:"\e03b"}.fa-sword-laser-alt:before{content:"\e03c"}.fa-swords:before{content:"\2694"}.fa-swords-laser:before{content:"\e03d"}.fa-icons-alt:before,.fa-symbols:before{content:"\1f523"}.fa-synagogue:before{content:"\1f54d"}.fa-syringe:before{content:"\1f489"}.fa-t:before{content:"\54"}.fa-table:before{content:"\f0ce"}.fa-table-cells:before,.fa-th:before{content:"\f00a"}.fa-table-cells-large:before,.fa-th-large:before{content:"\f009"}.fa-columns:before,.fa-table-columns:before{content:"\f0db"}.fa-table-layout:before{content:"\e290"}.fa-table-list:before,.fa-th-list:before{content:"\f00b"}.fa-table-picnic:before{content:"\e32d"}.fa-table-pivot:before{content:"\e291"}.fa-rows:before,.fa-table-rows:before{content:"\e292"}.fa-ping-pong-paddle-ball:before,.fa-table-tennis-paddle-ball:before,.fa-table-tennis:before{content:"\1f3d3"}.fa-table-tree:before{content:"\e293"}.fa-tablet-android:before,.fa-tablet:before{content:"\f3fb"}.fa-tablet-button:before{content:"\f10a"}.fa-tablet-rugged:before{content:"\f48f"}.fa-tablet-android-alt:before,.fa-tablet-screen:before{content:"\f3fc"}.fa-tablet-alt:before,.fa-tablet-screen-button:before{content:"\f3fa"}.fa-tablets:before{content:"\f490"}.fa-digital-tachograph:before,.fa-tachograph-digital:before{content:"\f566"}.fa-taco:before{content:"\1f32e"}.fa-tag:before{content:"\1f3f7"}.fa-tags:before{content:"\f02c"}.fa-tally-5:before,.fa-tally:before{content:"\f69c"}.fa-tally-1:before{content:"\e294"}.fa-tally-2:before{content:"\e295"}.fa-tally-3:before{content:"\e296"}.fa-tally-4:before{content:"\e297"}.fa-tape:before{content:"\f4db"}.fa-cab:before,.fa-taxi:before{content:"\1f696"}.fa-taxi-bus:before{content:"\e298"}.fa-teddy-bear:before{content:"\e3cf"}.fa-teeth:before{content:"\f62e"}.fa-teeth-open:before{content:"\f62f"}.fa-telescope:before{content:"\1f52d"}.fa-temperature-arrow-down:before,.fa-temperature-down:before{content:"\e03f"}.fa-temperature-arrow-up:before,.fa-temperature-up:before{content:"\e040"}.fa-temperature-0:before,.fa-temperature-empty:before,.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-temperature-4:before,.fa-temperature-full:before,.fa-thermometer-4:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-temperature-2:before,.fa-temperature-half:before,.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\1f321"}.fa-temperature-high:before{content:"\f769"}.fa-temperature-list:before{content:"\e299"}.fa-temperature-low:before{content:"\f76b"}.fa-temperature-1:before,.fa-temperature-quarter:before,.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-temperature-frigid:before,.fa-temperature-snow:before{content:"\f768"}.fa-temperature-hot:before,.fa-temperature-sun:before{content:"\f76a"}.fa-temperature-3:before,.fa-temperature-three-quarters:before,.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-tenge-sign:before,.fa-tenge:before{content:"\20b8"}.fa-tennis-ball:before{content:"\1f3be"}.fa-terminal:before{content:"\f120"}.fa-text:before{content:"\f893"}.fa-text-height:before{content:"\f034"}.fa-text-size:before{content:"\f894"}.fa-remove-format:before,.fa-text-slash:before{content:"\f87d"}.fa-text-width:before{content:"\f035"}.fa-thermometer:before{content:"\f491"}.fa-theta:before{content:"\f69e"}.fa-thought-bubble:before{content:"\e32e"}.fa-thumbs-down:before{content:"\1f44e"}.fa-thumbs-up:before{content:"\1f44d"}.fa-thumb-tack:before,.fa-thumbtack:before{content:"\1f4cc"}.fa-tick:before{content:"\e32f"}.fa-ticket:before{content:"\1f39f"}.fa-ticket-airline:before{content:"\e29a"}.fa-ticket-alt:before,.fa-ticket-simple:before{content:"\f3ff"}.fa-tickets-airline:before{content:"\e29b"}.fa-tilde:before{content:"\7e"}.fa-timeline:before{content:"\e29c"}.fa-timeline-arrow:before{content:"\e29d"}.fa-timer:before{content:"\e29e"}.fa-tire:before{content:"\f631"}.fa-tire-flat:before{content:"\f632"}.fa-tire-pressure-warning:before{content:"\f633"}.fa-tire-rugged:before{content:"\f634"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-toilet:before{content:"\1f6bd"}.fa-toilet-paper:before{content:"\1f9fb"}.fa-toilet-paper-alt:before,.fa-toilet-paper-blank:before{content:"\f71f"}.fa-toilet-paper-blank-under:before,.fa-toilet-paper-reverse-alt:before{content:"\e29f"}.fa-toilet-paper-slash:before{content:"\e072"}.fa-toilet-paper-reverse:before,.fa-toilet-paper-under:before{content:"\e2a0"}.fa-toilet-paper-reverse-slash:before,.fa-toilet-paper-under-slash:before{content:"\e2a1"}.fa-tomato:before{content:"\e330"}.fa-tombstone:before{content:"\f720"}.fa-tombstone-alt:before,.fa-tombstone-blank:before{content:"\1faa6"}.fa-toolbox:before{content:"\1f9f0"}.fa-tooth:before{content:"\1f9b7"}.fa-toothbrush:before{content:"\1faa5"}.fa-torii-gate:before{content:"\26e9"}.fa-tornado:before{content:"\1f32a"}.fa-broadcast-tower:before,.fa-tower-broadcast:before{content:"\f519"}.fa-tower-control:before{content:"\e2a2"}.fa-tractor:before{content:"\1f69c"}.fa-trademark:before{content:"\2122"}.fa-traffic-cone:before{content:"\f636"}.fa-traffic-light:before{content:"\1f6a6"}.fa-traffic-light-go:before{content:"\f638"}.fa-traffic-light-slow:before{content:"\f639"}.fa-traffic-light-stop:before{content:"\f63a"}.fa-trailer:before{content:"\e041"}.fa-train:before{content:"\1f686"}.fa-subway:before,.fa-train-subway:before{content:"\f239"}.fa-subway-tunnel:before,.fa-train-subway-tunnel:before{content:"\e2a3"}.fa-train-tram:before,.fa-tram:before{content:"\1f68a"}.fa-transformer-bolt:before{content:"\e2a4"}.fa-transgender-alt:before,.fa-transgender:before{content:"\26a7"}.fa-transporter:before{content:"\e042"}.fa-transporter-1:before{content:"\e043"}.fa-transporter-2:before{content:"\e044"}.fa-transporter-3:before{content:"\e045"}.fa-transporter-4:before{content:"\e2a5"}.fa-transporter-5:before{content:"\e2a6"}.fa-transporter-6:before{content:"\e2a7"}.fa-transporter-7:before{content:"\e2a8"}.fa-transporter-empty:before{content:"\e046"}.fa-trash:before{content:"\f1f8"}.fa-trash-arrow-up:before,.fa-trash-restore:before{content:"\f829"}.fa-trash-alt:before,.fa-trash-can:before{content:"\f2ed"}.fa-trash-can-arrow-up:before,.fa-trash-restore-alt:before{content:"\f82a"}.fa-trash-can-check:before{content:"\e2a9"}.fa-trash-can-clock:before{content:"\e2aa"}.fa-trash-can-list:before{content:"\e2ab"}.fa-trash-can-plus:before{content:"\e2ac"}.fa-trash-alt-slash:before,.fa-trash-can-slash:before{content:"\e2ad"}.fa-trash-can-arrow-turn-left:before,.fa-trash-can-undo:before,.fa-trash-undo-alt:before{content:"\f896"}.fa-trash-can-xmark:before{content:"\e2ae"}.fa-trash-check:before{content:"\e2af"}.fa-trash-clock:before{content:"\e2b0"}.fa-trash-list:before{content:"\e2b1"}.fa-trash-plus:before{content:"\e2b2"}.fa-trash-slash:before{content:"\e2b3"}.fa-trash-arrow-turn-left:before,.fa-trash-undo:before{content:"\f895"}.fa-trash-xmark:before{content:"\e2b4"}.fa-treasure-chest:before{content:"\f723"}.fa-tree:before{content:"\1f332"}.fa-tree-christmas:before{content:"\1f384"}.fa-tree-alt:before,.fa-tree-deciduous:before{content:"\1f333"}.fa-tree-decorated:before{content:"\f7dc"}.fa-tree-large:before{content:"\f7dd"}.fa-tree-palm:before{content:"\1f334"}.fa-trees:before{content:"\f724"}.fa-triangle:before{content:"\25b2"}.fa-exclamation-triangle:before,.fa-triangle-exclamation:before,.fa-warning:before{content:"\26a0"}.fa-triangle-instrument:before,.fa-triangle-music:before{content:"\f8e2"}.fa-construction:before,.fa-triangle-person-digging:before{content:"\f85d"}.fa-trophy:before{content:"\1f3c6"}.fa-trophy-alt:before,.fa-trophy-star:before{content:"\f2eb"}.fa-truck:before{content:"\26df"}.fa-truck-bolt:before{content:"\e3d0"}.fa-shipping-timed:before,.fa-truck-clock:before{content:"\f48c"}.fa-truck-container:before{content:"\f4dc"}.fa-truck-container-empty:before{content:"\e2b5"}.fa-shipping-fast:before,.fa-truck-fast:before{content:"\f48b"}.fa-truck-flatbed:before{content:"\e2b6"}.fa-truck-front:before{content:"\e2b7"}.fa-ambulance:before,.fa-truck-medical:before{content:"\1f691"}.fa-truck-monster:before{content:"\f63b"}.fa-truck-moving:before{content:"\f4df"}.fa-truck-pickup:before{content:"\1f6fb"}.fa-truck-plow:before{content:"\f7de"}.fa-truck-ramp:before{content:"\f4e0"}.fa-truck-loading:before,.fa-truck-ramp-box:before{content:"\f4de"}.fa-truck-couch:before,.fa-truck-ramp-couch:before{content:"\f4dd"}.fa-truck-tow:before{content:"\e2b8"}.fa-trumpet:before{content:"\1f3ba"}.fa-teletype:before,.fa-tty:before{content:"\f1e4"}.fa-teletype-answer:before,.fa-tty-answer:before{content:"\e2b9"}.fa-tugrik-sign:before{content:"\e2ba"}.fa-turkey:before{content:"\f725"}.fa-try:before,.fa-turkish-lira-sign:before,.fa-turkish-lira:before{content:"\e2bb"}.fa-level-down-alt:before,.fa-turn-down:before{content:"\2935"}.fa-turn-down-left:before{content:"\e331"}.fa-level-up-alt:before,.fa-turn-up:before{content:"\2934"}.fa-turntable:before{content:"\f8e4"}.fa-turtle:before{content:"\1f422"}.fa-television:before,.fa-tv-alt:before,.fa-tv:before{content:"\f26c"}.fa-tv-music:before{content:"\f8e6"}.fa-tv-retro:before{content:"\1f4fa"}.fa-typewriter:before{content:"\f8e7"}.fa-u:before{content:"\55"}.fa-ufo:before{content:"\1f6f8"}.fa-ufo-beam:before{content:"\e048"}.fa-umbrella:before{content:"\f0e9"}.fa-umbrella-beach:before{content:"\1f3d6"}.fa-umbrella-alt:before,.fa-umbrella-simple:before{content:"\e2bc"}.fa-underline:before{content:"\f0cd"}.fa-unicorn:before{content:"\1f984"}.fa-uniform-martial-arts:before{content:"\e3d1"}.fa-union:before{content:"\22c3"}.fa-universal-access:before{content:"\f29a"}.fa-unlock:before{content:"\1f513"}.fa-unlock-alt:before,.fa-unlock-keyhole:before{content:"\f13e"}.fa-arrow-alt-up:before,.fa-up:before{content:"\f357"}.fa-arrows-alt-v:before,.fa-up-down:before{content:"\2195"}.fa-arrows-alt:before,.fa-up-down-left-right:before{content:"\f0b2"}.fa-arrow-alt-from-bottom:before,.fa-up-from-line:before{content:"\f346"}.fa-up-left:before{content:"\e2bd"}.fa-long-arrow-alt-up:before,.fa-up-long:before{content:"\f30c"}.fa-up-right:before{content:"\e2be"}.fa-expand-alt:before,.fa-up-right-and-down-left-from-center:before{content:"\f424"}.fa-external-link-alt:before,.fa-up-right-from-square:before{content:"\f35d"}.fa-arrow-alt-to-top:before,.fa-up-to-line:before{content:"\f34d"}.fa-upload:before{content:"\f093"}.fa-usb-drive:before{content:"\f8e9"}.fa-user:before{content:"\1f464"}.fa-user-alien:before{content:"\e04a"}.fa-user-astronaut:before{content:"\f4fb"}.fa-user-bounty-hunter:before{content:"\e2bf"}.fa-user-check:before{content:"\f4fc"}.fa-user-chef:before{content:"\e3d2"}.fa-user-clock:before{content:"\f4fd"}.fa-user-cowboy:before{content:"\f8ea"}.fa-user-crown:before{content:"\f6a4"}.fa-user-doctor:before,.fa-user-md:before{content:"\f0f0"}.fa-user-doctor-message:before,.fa-user-md-chat:before{content:"\f82e"}.fa-user-cog:before,.fa-user-gear:before{content:"\f4fe"}.fa-user-graduate:before{content:"\f501"}.fa-user-friends:before,.fa-user-group:before{content:"\1f465"}.fa-user-group-crown:before,.fa-users-crown:before{content:"\f6a5"}.fa-user-hair-buns:before{content:"\e3d3"}.fa-user-headset:before{content:"\f82d"}.fa-user-construction:before,.fa-user-hard-hat:before,.fa-user-helmet-safety:before{content:"\1f477"}.fa-user-injured:before{content:"\f728"}.fa-user-alt:before,.fa-user-large:before{content:"\f406"}.fa-user-alt-slash:before,.fa-user-large-slash:before{content:"\f4fa"}.fa-user-lock:before{content:"\f502"}.fa-user-minus:before{content:"\f503"}.fa-user-music:before{content:"\f8eb"}.fa-user-ninja:before{content:"\1f977"}.fa-user-nurse:before{content:"\f82f"}.fa-user-edit:before,.fa-user-pen:before{content:"\f4ff"}.fa-user-pilot:before{content:"\e2c0"}.fa-user-pilot-tie:before{content:"\e2c1"}.fa-user-plus:before{content:"\f234"}.fa-user-police:before{content:"\e333"}.fa-user-police-tie:before{content:"\e334"}.fa-user-robot:before{content:"\e04b"}.fa-user-secret:before{content:"\1f575"}.fa-user-shakespeare:before{content:"\e2c2"}.fa-user-shield:before{content:"\f505"}.fa-user-slash:before{content:"\f506"}.fa-user-tag:before{content:"\f507"}.fa-user-tie:before{content:"\f508"}.fa-user-unlock:before{content:"\e058"}.fa-user-visor:before{content:"\e04c"}.fa-user-times:before,.fa-user-xmark:before{content:"\f235"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-users-cog:before,.fa-users-gear:before{content:"\f509"}.fa-users-medical:before{content:"\f830"}.fa-users-slash:before{content:"\e073"}.fa-cutlery:before,.fa-utensils:before{content:"\1f374"}.fa-utility-pole:before{content:"\e2c3"}.fa-utility-pole-double:before{content:"\e2c4"}.fa-v:before{content:"\56"}.fa-vacuum:before{content:"\e04d"}.fa-vacuum-robot:before{content:"\e04e"}.fa-value-absolute:before{content:"\f6a6"}.fa-shuttle-van:before,.fa-van-shuttle:before{content:"\1f690"}.fa-vault:before{content:"\e2c5"}.fa-vector-circle:before{content:"\e2c6"}.fa-vector-polygon:before{content:"\e2c7"}.fa-vector-square:before{content:"\f5cb"}.fa-venus:before{content:"\2640"}.fa-venus-double:before{content:"\26a2"}.fa-venus-mars:before{content:"\26a4"}.fa-vest:before{content:"\e085"}.fa-vest-patches:before{content:"\e086"}.fa-vial:before{content:"\1f9ea"}.fa-vials:before{content:"\f493"}.fa-video-camera:before,.fa-video:before{content:"\f03d"}.fa-video-arrow-down-left:before{content:"\e2c8"}.fa-video-arrow-up-right:before{content:"\e2c9"}.fa-video-plus:before{content:"\f4e1"}.fa-video-slash:before{content:"\f4e2"}.fa-vihara:before{content:"\f6a7"}.fa-violin:before{content:"\1f3bb"}.fa-virus:before{content:"\e074"}.fa-virus-slash:before{content:"\e075"}.fa-viruses:before{content:"\e076"}.fa-voicemail:before{content:"\f897"}.fa-volcano:before{content:"\1f30b"}.fa-volleyball-ball:before,.fa-volleyball:before{content:"\1f3d0"}.fa-volume-medium:before,.fa-volume:before{content:"\1f509"}.fa-volume-high:before,.fa-volume-up:before{content:"\1f50a"}.fa-volume-down:before,.fa-volume-low:before{content:"\1f508"}.fa-volume-off:before{content:"\f026"}.fa-volume-slash:before{content:"\1f507"}.fa-volume-mute:before,.fa-volume-times:before,.fa-volume-xmark:before{content:"\f6a9"}.fa-vr-cardboard:before{content:"\f729"}.fa-w:before{content:"\57"}.fa-wagon-covered:before{content:"\f8ee"}.fa-walker:before{content:"\f831"}.fa-walkie-talkie:before{content:"\f8ef"}.fa-wallet:before{content:"\f555"}.fa-wand:before{content:"\f72a"}.fa-magic:before,.fa-wand-magic:before{content:"\f0d0"}.fa-magic-wand-sparkles:before,.fa-wand-magic-sparkles:before{content:"\e2ca"}.fa-wand-sparkles:before{content:"\f72b"}.fa-warehouse:before{content:"\f494"}.fa-warehouse-alt:before,.fa-warehouse-full:before{content:"\f495"}.fa-washer:before,.fa-washing-machine:before{content:"\f898"}.fa-watch:before{content:"\231a"}.fa-watch-apple:before{content:"\e2cb"}.fa-watch-calculator:before{content:"\f8f0"}.fa-watch-fitness:before{content:"\f63e"}.fa-watch-smart:before{content:"\e2cc"}.fa-water:before{content:"\f773"}.fa-water-arrow-down:before,.fa-water-lower:before{content:"\f774"}.fa-water-arrow-up:before,.fa-water-rise:before{content:"\f775"}.fa-ladder-water:before,.fa-swimming-pool:before,.fa-water-ladder:before{content:"\f5c5"}.fa-watermelon-slice:before{content:"\e337"}.fa-heart-rate:before,.fa-wave-pulse:before{content:"\f5f8"}.fa-wave-sine:before{content:"\223f"}.fa-wave-square:before{content:"\f83e"}.fa-wave-triangle:before{content:"\f89a"}.fa-waveform:before{content:"\f8f1"}.fa-waveform-lines:before{content:"\f8f2"}.fa-weight-hanging:before{content:"\f5cd"}.fa-weight-scale:before,.fa-weight:before{content:"\f496"}.fa-whale:before{content:"\1f40b"}.fa-wheat:before{content:"\f72d"}.fa-wheat-alt:before,.fa-wheat-awn:before{content:"\e2cd"}.fa-wheat-awn-slash:before{content:"\e338"}.fa-wheat-slash:before{content:"\e339"}.fa-wheelchair:before{content:"\f193"}.fa-wheelchair-alt:before,.fa-wheelchair-move:before{content:"\e2ce"}.fa-glass-whiskey:before,.fa-whiskey-glass:before{content:"\1f943"}.fa-glass-whiskey-rocks:before,.fa-whiskey-glass-ice:before{content:"\f7a1"}.fa-whistle:before{content:"\f460"}.fa-wifi-3:before,.fa-wifi-strong:before,.fa-wifi:before{content:"\f1eb"}.fa-wifi-exclamation:before{content:"\e2cf"}.fa-wifi-2:before,.fa-wifi-fair:before{content:"\f6ab"}.fa-wifi-slash:before{content:"\f6ac"}.fa-wifi-1:before,.fa-wifi-weak:before{content:"\f6aa"}.fa-wind:before{content:"\f72e"}.fa-wind-turbine:before{content:"\f89b"}.fa-wind-circle-exclamation:before,.fa-wind-warning:before{content:"\f776"}.fa-window:before{content:"\f40e"}.fa-window-alt:before,.fa-window-flip:before{content:"\f40f"}.fa-window-frame:before{content:"\1fa9f"}.fa-window-frame-open:before{content:"\e050"}.fa-window-maximize:before{content:"\1f5d6"}.fa-window-minimize:before{content:"\1f5d5"}.fa-window-restore:before{content:"\f2d2"}.fa-windsock:before{content:"\f777"}.fa-wine-bottle:before{content:"\f72f"}.fa-wine-glass:before{content:"\1f377"}.fa-fragile:before,.fa-wine-glass-crack:before{content:"\f4bb"}.fa-wine-glass-alt:before,.fa-wine-glass-empty:before{content:"\f5ce"}.fa-krw:before,.fa-won-sign:before,.fa-won:before{content:"\20a9"}.fa-wreath:before{content:"\f7e2"}.fa-wrench:before{content:"\1f527"}.fa-wrench-simple:before{content:"\e2d1"}.fa-x:before{content:"\58"}.fa-x-ray:before{content:"\f497"}.fa-close:before,.fa-multiply:before,.fa-remove:before,.fa-times:before,.fa-xmark:before{content:"\d7"}.fa-times-to-slot:before,.fa-vote-nay:before,.fa-xmark-to-slot:before{content:"\f771"}.fa-y:before{content:"\59"}.fa-cny:before,.fa-jpy:before,.fa-rmb:before,.fa-yen-sign:before,.fa-yen:before{content:"\a5"}.fa-yin-yang:before{content:"\262f"}.fa-z:before{content:"\5a"}.fa-sr-only,.fa-sr-only-focusable:not(:focus),.sr-only,.sr-only-focusable:not(:focus){position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}@font-face{font-family:"Font Awesome 6 Brands";font-style:normal;font-weight:400;font-display:swap;src:url(../../frontend/DFSolution/layout/it_IT/DFSolution_Layout/fontawesome/webfonts/fa-brands-400.woff2) format("woff2"),url(../../frontend/DFSolution/layout/it_IT/DFSolution_Layout/fontawesome/webfonts/fa-brands-400.woff) format("woff"),url(../../frontend/DFSolution/layout/it_IT/DFSolution_Layout/fontawesome/webfonts/fa-brands-400.ttf) format("truetype")}.fa-brands,.fab{font-family:"Font Awesome 6 Brands";font-weight:400}.fa-500px:before{content:"\f26e"}.fa-accessible-icon:before{content:"\f368"}.fa-accusoft:before{content:"\f369"}.fa-acquisitions-incorporated:before{content:"\f6af"}.fa-adn:before{content:"\f170"}.fa-adversal:before{content:"\f36a"}.fa-affiliatetheme:before{content:"\f36b"}.fa-airbnb:before{content:"\f834"}.fa-algolia:before{content:"\f36c"}.fa-alipay:before{content:"\f642"}.fa-amazon:before{content:"\f270"}.fa-amazon-pay:before{content:"\f42c"}.fa-amilia:before{content:"\f36d"}.fa-android:before{content:"\f17b"}.fa-angellist:before{content:"\f209"}.fa-angrycreative:before{content:"\f36e"}.fa-angular:before{content:"\f420"}.fa-app-store:before{content:"\f36f"}.fa-app-store-ios:before{content:"\f370"}.fa-apper:before{content:"\f371"}.fa-apple:before{content:"\f179"}.fa-apple-pay:before{content:"\f415"}.fa-artstation:before{content:"\f77a"}.fa-asymmetrik:before{content:"\f372"}.fa-atlassian:before{content:"\f77b"}.fa-audible:before{content:"\f373"}.fa-autoprefixer:before{content:"\f41c"}.fa-avianex:before{content:"\f374"}.fa-aviato:before{content:"\f421"}.fa-aws:before{content:"\f375"}.fa-bandcamp:before{content:"\f2d5"}.fa-battle-net:before{content:"\f835"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-bimobject:before{content:"\f378"}.fa-bitbucket:before{content:"\f171"}.fa-bitcoin:before{content:"\f379"}.fa-bity:before{content:"\f37a"}.fa-black-tie:before{content:"\f27e"}.fa-blackberry:before{content:"\f37b"}.fa-blogger:before{content:"\f37c"}.fa-blogger-b:before{content:"\f37d"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-bootstrap:before{content:"\f836"}.fa-bots:before{content:"\e340"}.fa-btc:before{content:"\f15a"}.fa-buffer:before{content:"\f837"}.fa-buromobelexperte:before{content:"\f37f"}.fa-buy-n-large:before{content:"\f8a6"}.fa-buysellads:before{content:"\f20d"}.fa-canadian-maple-leaf:before{content:"\f785"}.fa-cc-amazon-pay:before{content:"\f42d"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-apple-pay:before{content:"\f416"}.fa-cc-diners-club:before{content:"\f24c"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-cc-visa:before{content:"\f1f0"}.fa-centercode:before{content:"\f380"}.fa-centos:before{content:"\f789"}.fa-chrome:before{content:"\f268"}.fa-chromecast:before{content:"\f838"}.fa-cloudflare:before{content:"\e07d"}.fa-cloudscale:before{content:"\f383"}.fa-cloudsmith:before{content:"\f384"}.fa-cloudversify:before{content:"\f385"}.fa-cmplid:before{content:"\e360"}.fa-codepen:before{content:"\f1cb"}.fa-codiepie:before{content:"\f284"}.fa-confluence:before{content:"\f78d"}.fa-connectdevelop:before{content:"\f20e"}.fa-contao:before{content:"\f26d"}.fa-cotton-bureau:before{content:"\f89e"}.fa-cpanel:before{content:"\f388"}.fa-creative-commons:before{content:"\f25e"}.fa-creative-commons-by:before{content:"\f4e7"}.fa-creative-commons-nc:before{content:"\f4e8"}.fa-creative-commons-nc-eu:before{content:"\f4e9"}.fa-creative-commons-nc-jp:before{content:"\f4ea"}.fa-creative-commons-nd:before{content:"\f4eb"}.fa-creative-commons-pd:before{content:"\f4ec"}.fa-creative-commons-pd-alt:before{content:"\f4ed"}.fa-creative-commons-remix:before{content:"\f4ee"}.fa-creative-commons-sa:before{content:"\f4ef"}.fa-creative-commons-sampling:before{content:"\f4f0"}.fa-creative-commons-sampling-plus:before{content:"\f4f1"}.fa-creative-commons-share:before{content:"\f4f2"}.fa-creative-commons-zero:before{content:"\f4f3"}.fa-critical-role:before{content:"\f6c9"}.fa-css3:before{content:"\f13c"}.fa-css3-alt:before{content:"\f38b"}.fa-cuttlefish:before{content:"\f38c"}.fa-d-and-d:before{content:"\f38d"}.fa-d-and-d-beyond:before{content:"\f6ca"}.fa-dailymotion:before{content:"\e052"}.fa-dashcube:before{content:"\f210"}.fa-deezer:before{content:"\e077"}.fa-delicious:before{content:"\f1a5"}.fa-deploydog:before{content:"\f38e"}.fa-deskpro:before{content:"\f38f"}.fa-dev:before{content:"\f6cc"}.fa-deviantart:before{content:"\f1bd"}.fa-dhl:before{content:"\f790"}.fa-diaspora:before{content:"\f791"}.fa-digg:before{content:"\f1a6"}.fa-digital-ocean:before{content:"\f391"}.fa-discord:before{content:"\f392"}.fa-discourse:before{content:"\f393"}.fa-dochub:before{content:"\f394"}.fa-docker:before{content:"\f395"}.fa-draft2digital:before{content:"\f396"}.fa-dribbble:before{content:"\f17d"}.fa-dribbble-square:before{content:"\f397"}.fa-dropbox:before{content:"\f16b"}.fa-drupal:before{content:"\f1a9"}.fa-dyalog:before{content:"\f399"}.fa-earlybirds:before{content:"\f39a"}.fa-ebay:before{content:"\f4f4"}.fa-edge:before{content:"\f282"}.fa-edge-legacy:before{content:"\e078"}.fa-elementor:before{content:"\f430"}.fa-ello:before{content:"\f5f1"}.fa-ember:before{content:"\f423"}.fa-empire:before{content:"\f1d1"}.fa-envira:before{content:"\f299"}.fa-erlang:before{content:"\f39d"}.fa-ethereum:before{content:"\f42e"}.fa-etsy:before{content:"\f2d7"}.fa-evernote:before{content:"\f839"}.fa-expeditedssl:before{content:"\f23e"}.fa-facebook:before{content:"\f09a"}.fa-facebook-f:before{content:"\f39e"}.fa-facebook-messenger:before{content:"\f39f"}.fa-facebook-square:before{content:"\f082"}.fa-fantasy-flight-games:before{content:"\f6dc"}.fa-fedex:before{content:"\f797"}.fa-fedora:before{content:"\f798"}.fa-figma:before{content:"\f799"}.fa-firefox:before{content:"\f269"}.fa-firefox-browser:before{content:"\e007"}.fa-first-order:before{content:"\f2b0"}.fa-first-order-alt:before{content:"\f50a"}.fa-firstdraft:before{content:"\f3a1"}.fa-flickr:before{content:"\f16e"}.fa-flipboard:before{content:"\f44d"}.fa-fly:before{content:"\f417"}.fa-font-awesome-flag:before,.fa-font-awesome-logo-full:before,.fa-font-awesome:before{content:"\f2b4"}.fa-fonticons:before{content:"\f280"}.fa-fonticons-fi:before{content:"\f3a2"}.fa-fort-awesome:before{content:"\f286"}.fa-fort-awesome-alt:before{content:"\f3a3"}.fa-forumbee:before{content:"\f211"}.fa-foursquare:before{content:"\f180"}.fa-free-code-camp:before{content:"\f2c5"}.fa-freebsd:before{content:"\f3a4"}.fa-fulcrum:before{content:"\f50b"}.fa-galactic-republic:before{content:"\f50c"}.fa-galactic-senate:before{content:"\f50d"}.fa-get-pocket:before{content:"\f265"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-git:before{content:"\f1d3"}.fa-git-alt:before{content:"\f841"}.fa-git-square:before{content:"\f1d2"}.fa-github:before{content:"\f09b"}.fa-github-alt:before{content:"\f113"}.fa-github-square:before{content:"\f092"}.fa-gitkraken:before{content:"\f3a6"}.fa-gitlab:before{content:"\f296"}.fa-gitter:before{content:"\f426"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-gofore:before{content:"\f3a7"}.fa-goodreads:before{content:"\f3a8"}.fa-goodreads-g:before{content:"\f3a9"}.fa-google:before{content:"\f1a0"}.fa-google-drive:before{content:"\f3aa"}.fa-google-pay:before{content:"\e079"}.fa-google-play:before{content:"\f3ab"}.fa-google-plus:before{content:"\f2b3"}.fa-google-plus-g:before{content:"\f0d5"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-wallet:before{content:"\f1ee"}.fa-gratipay:before{content:"\f184"}.fa-grav:before{content:"\f2d6"}.fa-gripfire:before{content:"\f3ac"}.fa-grunt:before{content:"\f3ad"}.fa-guilded:before{content:"\e07e"}.fa-gulp:before{content:"\f3ae"}.fa-hacker-news:before{content:"\f1d4"}.fa-hacker-news-square:before{content:"\f3af"}.fa-hackerrank:before{content:"\f5f7"}.fa-hips:before{content:"\f452"}.fa-hire-a-helper:before{content:"\f3b0"}.fa-hive:before{content:"\e07f"}.fa-hooli:before{content:"\f427"}.fa-hornbill:before{content:"\f592"}.fa-hotjar:before{content:"\f3b1"}.fa-houzz:before{content:"\f27c"}.fa-html5:before{content:"\f13b"}.fa-hubspot:before{content:"\f3b2"}.fa-ideal:before{content:"\e013"}.fa-imdb:before{content:"\f2d8"}.fa-innosoft:before{content:"\e080"}.fa-instagram:before{content:"\f16d"}.fa-instagram-square:before{content:"\e055"}.fa-instalod:before{content:"\e081"}.fa-intercom:before{content:"\f7af"}.fa-internet-explorer:before{content:"\f26b"}.fa-invision:before{content:"\f7b0"}.fa-ioxhost:before{content:"\f208"}.fa-itch-io:before{content:"\f83a"}.fa-itunes:before{content:"\f3b4"}.fa-itunes-note:before{content:"\f3b5"}.fa-java:before{content:"\f4e4"}.fa-jedi-order:before{content:"\f50e"}.fa-jenkins:before{content:"\f3b6"}.fa-jira:before{content:"\f7b1"}.fa-joget:before{content:"\f3b7"}.fa-joomla:before{content:"\f1aa"}.fa-js:before{content:"\f3b8"}.fa-js-square:before{content:"\f3b9"}.fa-jsfiddle:before{content:"\f1cc"}.fa-kaggle:before{content:"\f5fa"}.fa-keybase:before{content:"\f4f5"}.fa-keycdn:before{content:"\f3ba"}.fa-kickstarter:before{content:"\f3bb"}.fa-kickstarter-k:before{content:"\f3bc"}.fa-korvue:before{content:"\f42f"}.fa-laravel:before{content:"\f3bd"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-leanpub:before{content:"\f212"}.fa-less:before{content:"\f41d"}.fa-line:before{content:"\f3c0"}.fa-linkedin:before{content:"\f08c"}.fa-linkedin-in:before{content:"\f0e1"}.fa-linode:before{content:"\f2b8"}.fa-linux:before{content:"\f17c"}.fa-lyft:before{content:"\f3c3"}.fa-magento:before{content:"\f3c4"}.fa-mailchimp:before{content:"\f59e"}.fa-mandalorian:before{content:"\f50f"}.fa-markdown:before{content:"\f60f"}.fa-mastodon:before{content:"\f4f6"}.fa-maxcdn:before{content:"\f136"}.fa-mdb:before{content:"\f8ca"}.fa-medapps:before{content:"\f3c6"}.fa-medium-m:before,.fa-medium:before{content:"\f23a"}.fa-medrt:before{content:"\f3c8"}.fa-meetup:before{content:"\f2e0"}.fa-megaport:before{content:"\f5a3"}.fa-mendeley:before{content:"\f7b3"}.fa-microblog:before{content:"\e01a"}.fa-microsoft:before{content:"\f3ca"}.fa-mix:before{content:"\f3cb"}.fa-mixcloud:before{content:"\f289"}.fa-mixer:before{content:"\e056"}.fa-mizuni:before{content:"\f3cc"}.fa-modx:before{content:"\f285"}.fa-monero:before{content:"\f3d0"}.fa-napster:before{content:"\f3d2"}.fa-neos:before{content:"\f612"}.fa-nimblr:before{content:"\f5a8"}.fa-node:before{content:"\f419"}.fa-node-js:before{content:"\f3d3"}.fa-npm:before{content:"\f3d4"}.fa-ns8:before{content:"\f3d5"}.fa-nutritionix:before{content:"\f3d6"}.fa-octopus-deploy:before{content:"\e082"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-old-republic:before{content:"\f510"}.fa-opencart:before{content:"\f23d"}.fa-openid:before{content:"\f19b"}.fa-opera:before{content:"\f26a"}.fa-optin-monster:before{content:"\f23c"}.fa-orcid:before{content:"\f8d2"}.fa-osi:before{content:"\f41a"}.fa-page4:before{content:"\f3d7"}.fa-pagelines:before{content:"\f18c"}.fa-palfed:before{content:"\f3d8"}.fa-patreon:before{content:"\f3d9"}.fa-paypal:before{content:"\f1ed"}.fa-penny-arcade:before{content:"\f704"}.fa-perbyte:before{content:"\e083"}.fa-periscope:before{content:"\f3da"}.fa-phabricator:before{content:"\f3db"}.fa-phoenix-framework:before{content:"\f3dc"}.fa-phoenix-squadron:before{content:"\f511"}.fa-php:before{content:"\f457"}.fa-pied-piper:before{content:"\f2ae"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-pied-piper-hat:before{content:"\f4e5"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-square:before{content:"\e01e"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-p:before{content:"\f231"}.fa-pinterest-square:before{content:"\f0d3"}.fa-playstation:before{content:"\f3df"}.fa-product-hunt:before{content:"\f288"}.fa-pushed:before{content:"\f3e1"}.fa-python:before{content:"\f3e2"}.fa-qq:before{content:"\f1d6"}.fa-quinscape:before{content:"\f459"}.fa-quora:before{content:"\f2c4"}.fa-r-project:before{content:"\f4f7"}.fa-raspberry-pi:before{content:"\f7bb"}.fa-ravelry:before{content:"\f2d9"}.fa-react:before{content:"\f41b"}.fa-reacteurope:before{content:"\f75d"}.fa-readme:before{content:"\f4d5"}.fa-rebel:before{content:"\f1d0"}.fa-red-river:before{content:"\f3e3"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-alien:before{content:"\f281"}.fa-reddit-square:before{content:"\f1a2"}.fa-redhat:before{content:"\f7bc"}.fa-renren:before{content:"\f18b"}.fa-replyd:before{content:"\f3e6"}.fa-researchgate:before{content:"\f4f8"}.fa-resolving:before{content:"\f3e7"}.fa-rev:before{content:"\f5b2"}.fa-rocketchat:before{content:"\f3e8"}.fa-rockrms:before{content:"\f3e9"}.fa-rust:before{content:"\e07a"}.fa-safari:before{content:"\f267"}.fa-salesforce:before{content:"\f83b"}.fa-sass:before{content:"\f41e"}.fa-schlix:before{content:"\f3ea"}.fa-scribd:before{content:"\f28a"}.fa-searchengin:before{content:"\f3eb"}.fa-sellcast:before{content:"\f2da"}.fa-sellsy:before{content:"\f213"}.fa-servicestack:before{content:"\f3ec"}.fa-shirtsinbulk:before{content:"\f214"}.fa-shopify:before{content:"\e057"}.fa-shopware:before{content:"\f5b5"}.fa-simplybuilt:before{content:"\f215"}.fa-sistrix:before{content:"\f3ee"}.fa-sith:before{content:"\f512"}.fa-sketch:before{content:"\f7c6"}.fa-skyatlas:before{content:"\f216"}.fa-skype:before{content:"\f17e"}.fa-slack-hash:before,.fa-slack:before{content:"\f198"}.fa-slideshare:before{content:"\f1e7"}.fa-snapchat-ghost:before,.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-square:before{content:"\f2ad"}.fa-soundcloud:before{content:"\f1be"}.fa-sourcetree:before{content:"\f7d3"}.fa-speakap:before{content:"\f3f3"}.fa-speaker-deck:before{content:"\f83c"}.fa-spotify:before{content:"\f1bc"}.fa-square-font-awesome:before{content:"\f425"}.fa-font-awesome-alt:before,.fa-square-font-awesome-stroke:before{content:"\f35c"}.fa-squarespace:before{content:"\f5be"}.fa-stack-exchange:before{content:"\f18d"}.fa-stack-overflow:before{content:"\f16c"}.fa-stackpath:before{content:"\f842"}.fa-staylinked:before{content:"\f3f5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-steam-symbol:before{content:"\f3f6"}.fa-sticker-mule:before{content:"\f3f7"}.fa-strava:before{content:"\f428"}.fa-stripe:before{content:"\f429"}.fa-stripe-s:before{content:"\f42a"}.fa-studiovinari:before{content:"\f3f8"}.fa-stumbleupon:before{content:"\f1a4"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-superpowers:before{content:"\f2dd"}.fa-supple:before{content:"\f3f9"}.fa-suse:before{content:"\f7d6"}.fa-swift:before{content:"\f8e1"}.fa-symfony:before{content:"\f83d"}.fa-teamspeak:before{content:"\f4f9"}.fa-telegram-plane:before,.fa-telegram:before{content:"\f2c6"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-the-red-yeti:before{content:"\f69d"}.fa-themeco:before{content:"\f5c6"}.fa-themeisle:before{content:"\f2b2"}.fa-think-peaks:before{content:"\f731"}.fa-tiktok:before{content:"\e07b"}.fa-trade-federation:before{content:"\f513"}.fa-trello:before{content:"\f181"}.fa-tripadvisor:before{content:"\f262"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-twitch:before{content:"\f1e8"}.fa-twitter:before{content:"\f099"}.fa-twitter-square:before{content:"\f081"}.fa-typo3:before{content:"\f42b"}.fa-uber:before{content:"\f402"}.fa-ubuntu:before{content:"\f7df"}.fa-uikit:before{content:"\f403"}.fa-umbraco:before{content:"\f8e8"}.fa-uncharted:before{content:"\e084"}.fa-uniregistry:before{content:"\f404"}.fa-unity:before{content:"\e049"}.fa-unsplash:before{content:"\e07c"}.fa-untappd:before{content:"\f405"}.fa-ups:before{content:"\f7e0"}.fa-usb:before{content:"\f287"}.fa-usps:before{content:"\f7e1"}.fa-ussunnah:before{content:"\f407"}.fa-vaadin:before{content:"\f408"}.fa-viacoin:before{content:"\f237"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-viber:before{content:"\f409"}.fa-vimeo:before{content:"\f40a"}.fa-vimeo-square:before{content:"\f194"}.fa-vimeo-v:before{content:"\f27d"}.fa-vine:before{content:"\f1ca"}.fa-vk:before{content:"\f189"}.fa-vnv:before{content:"\f40b"}.fa-vuejs:before{content:"\f41f"}.fa-watchman-monitoring:before{content:"\e087"}.fa-waze:before{content:"\f83f"}.fa-weebly:before{content:"\f5cc"}.fa-weibo:before{content:"\f18a"}.fa-weixin:before{content:"\f1d7"}.fa-whatsapp:before{content:"\f232"}.fa-whatsapp-square:before{content:"\f40c"}.fa-whmcs:before{content:"\f40d"}.fa-wikipedia-w:before{content:"\f266"}.fa-windows:before{content:"\f17a"}.fa-wirsindhanderk:before,.fa-wsh:before{content:"\e2d0"}.fa-wix:before{content:"\f5cf"}.fa-wizards-of-the-coast:before{content:"\f730"}.fa-wodu:before{content:"\e088"}.fa-wolf-pack-battalion:before{content:"\f514"}.fa-wordpress:before{content:"\f19a"}.fa-wordpress-simple:before{content:"\f411"}.fa-wpbeginner:before{content:"\f297"}.fa-wpexplorer:before{content:"\f2de"}.fa-wpforms:before{content:"\f298"}.fa-wpressr:before{content:"\f3e4"}.fa-xbox:before{content:"\f412"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-y-combinator:before{content:"\f23b"}.fa-yahoo:before{content:"\f19e"}.fa-yammer:before{content:"\f840"}.fa-yandex:before{content:"\f413"}.fa-yandex-international:before{content:"\f414"}.fa-yarn:before{content:"\f7e3"}.fa-yelp:before{content:"\f1e9"}.fa-yoast:before{content:"\f2b1"}.fa-youtube:before{content:"\f167"}.fa-youtube-square:before{content:"\f431"}.fa-zhihu:before{content:"\f63f"}@font-face{font-family:"Font Awesome 6 Duotone";font-style:normal;font-weight:900;font-display:swap;src:url(../../frontend/DFSolution/layout/it_IT/DFSolution_Layout/fontawesome/webfonts/fa-duotone-900.woff2) format("woff2"),url(../../frontend/DFSolution/layout/it_IT/DFSolution_Layout/fontawesome/webfonts/fa-duotone-900.woff) format("woff"),url(../../frontend/DFSolution/layout/it_IT/DFSolution_Layout/fontawesome/webfonts/fa-duotone-900.ttf) format("truetype")}.fa-duotone,.fad{position:relative;font-family:"Font Awesome 6 Duotone";font-weight:900}.fa-duotone:before,.fad:before{position:absolute;color:inherit;color:var(--fa-primary-color,inherit);opacity:1;opacity:var(--fa-primary-opacity,1)}.fa-duotone:after,.fad:after{color:inherit;color:var(--fa-secondary-color,inherit)}.fa-duotone.fa-swap-opacity:before,.fa-duotone:after,.fa-swap-opacity .fa-duotone:before,.fa-swap-opacity .fad:before,.fad.fa-swap-opacity:before,.fad:after{opacity:.4;opacity:var(--fa-secondary-opacity,.4)}.fa-duotone.fa-swap-opacity:after,.fa-swap-opacity .fa-duotone:after,.fa-swap-opacity .fad:after,.fad.fa-swap-opacity:after{opacity:1;opacity:var(--fa-primary-opacity,1)}.fa-duotone.fa-inverse,.fad.fa-inverse{color:#fff;color:var(--fa-inverse,#fff)}.fa-duotone.fa-stack-1x,.fa-duotone.fa-stack-2x,.fad.fa-stack-1x,.fad.fa-stack-2x{position:absolute}.fa-duotone.fa-fw:before,.fa-duotone.fa-stack-1x:before,.fa-duotone.fa-stack-2x:before,.fad.fa-fw:before,.fad.fa-stack-1x:before,.fad.fa-stack-2x:before{left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.fa-duotone.fa-0:before,.fad.fa-0:before{content:"\30\fe01"}.fa-duotone.fa-0:after,.fad.fa-0:after{content:"\30\fe02"}.fa-duotone.fa-1:before,.fad.fa-1:before{content:"\31\fe01"}.fa-duotone.fa-1:after,.fad.fa-1:after{content:"\31\fe02"}.fa-duotone.fa-2:before,.fad.fa-2:before{content:"\32\fe01"}.fa-duotone.fa-2:after,.fad.fa-2:after{content:"\32\fe02"}.fa-duotone.fa-3:before,.fad.fa-3:before{content:"\33\fe01"}.fa-duotone.fa-3:after,.fad.fa-3:after{content:"\33\fe02"}.fa-duotone.fa-4:before,.fad.fa-4:before{content:"\34\fe01"}.fa-duotone.fa-4:after,.fad.fa-4:after{content:"\34\fe02"}.fa-duotone.fa-5:before,.fad.fa-5:before{content:"\35\fe01"}.fa-duotone.fa-5:after,.fad.fa-5:after{content:"\35\fe02"}.fa-duotone.fa-6:before,.fad.fa-6:before{content:"\36\fe01"}.fa-duotone.fa-6:after,.fad.fa-6:after{content:"\36\fe02"}.fa-duotone.fa-7:before,.fad.fa-7:before{content:"\37\fe01"}.fa-duotone.fa-7:after,.fad.fa-7:after{content:"\37\fe02"}.fa-duotone.fa-8:before,.fad.fa-8:before{content:"\38\fe01"}.fa-duotone.fa-8:after,.fad.fa-8:after{content:"\38\fe02"}.fa-duotone.fa-9:before,.fad.fa-9:before{content:"\39\fe01"}.fa-duotone.fa-9:after,.fad.fa-9:after{content:"\39\fe02"}.fa-duotone.fa-360-degrees:before,.fad.fa-360-degrees:before{content:"\e2dc\fe01"}.fa-duotone.fa-360-degrees:after,.fad.fa-360-degrees:after{content:"\e2dc\fe02"}.fa-duotone.fa-a:before,.fad.fa-a:before{content:"\41\fe01"}.fa-duotone.fa-a:after,.fad.fa-a:after{content:"\41\fe02"}.fa-duotone.fa-abacus:before,.fad.fa-abacus:before{content:"\f640"}.fa-duotone.fa-abacus:after,.fad.fa-abacus:after{content:"\10f640"}.fa-duotone.fa-accent-grave:before,.fad.fa-accent-grave:before{content:"\60\fe01"}.fa-duotone.fa-accent-grave:after,.fad.fa-accent-grave:after{content:"\60\fe02"}.fa-duotone.fa-acorn:before,.fad.fa-acorn:before{content:"\f6ae\fe01"}.fa-duotone.fa-acorn:after,.fad.fa-acorn:after{content:"\f6ae\fe02"}.fa-duotone.fa-address-book:before,.fad.fa-address-book:before{content:"\f2b9\fe01"}.fa-duotone.fa-address-book:after,.fad.fa-address-book:after{content:"\f2b9\fe02"}.fa-duotone.fa-contact-book:before,.fad.fa-contact-book:before{content:"\f2b9\fe01"}.fa-duotone.fa-contact-book:after,.fad.fa-contact-book:after{content:"\f2b9\fe02"}.fa-duotone.fa-address-card:before,.fad.fa-address-card:before{content:"\f2bb\fe01"}.fa-duotone.fa-address-card:after,.fad.fa-address-card:after{content:"\f2bb\fe02"}.fa-duotone.fa-contact-card:before,.fad.fa-contact-card:before{content:"\f2bb\fe01"}.fa-duotone.fa-contact-card:after,.fad.fa-contact-card:after{content:"\f2bb\fe02"}.fa-duotone.fa-vcard:before,.fad.fa-vcard:before{content:"\f2bb\fe01"}.fa-duotone.fa-vcard:after,.fad.fa-vcard:after{content:"\f2bb\fe02"}.fa-duotone.fa-air-conditioner:before,.fad.fa-air-conditioner:before{content:"\f8f4\fe01"}.fa-duotone.fa-air-conditioner:after,.fad.fa-air-conditioner:after{content:"\f8f4\fe02"}.fa-duotone.fa-airplay:before,.fad.fa-airplay:before{content:"\e089\fe01"}.fa-duotone.fa-airplay:after,.fad.fa-airplay:after{content:"\e089\fe02"}.fa-duotone.fa-alarm-clock:before,.fad.fa-alarm-clock:before{content:"\23f0\fe01"}.fa-duotone.fa-alarm-clock:after,.fad.fa-alarm-clock:after{content:"\23f0\fe02"}.fa-duotone.fa-alarm-exclamation:before,.fad.fa-alarm-exclamation:before{content:"\f843\fe01"}.fa-duotone.fa-alarm-exclamation:after,.fad.fa-alarm-exclamation:after{content:"\f843\fe02"}.fa-duotone.fa-alarm-plus:before,.fad.fa-alarm-plus:before{content:"\f844\fe01"}.fa-duotone.fa-alarm-plus:after,.fad.fa-alarm-plus:after{content:"\f844\fe02"}.fa-duotone.fa-alarm-snooze:before,.fad.fa-alarm-snooze:before{content:"\f845\fe01"}.fa-duotone.fa-alarm-snooze:after,.fad.fa-alarm-snooze:after{content:"\f845\fe02"}.fa-duotone.fa-album:before,.fad.fa-album:before{content:"\f89f"}.fa-duotone.fa-album:after,.fad.fa-album:after{content:"\10f89f"}.fa-duotone.fa-album-collection:before,.fad.fa-album-collection:before{content:"\f8a0\fe01"}.fa-duotone.fa-album-collection:after,.fad.fa-album-collection:after{content:"\f8a0\fe02"}.fa-duotone.fa-alicorn:before,.fad.fa-alicorn:before{content:"\f6b0\fe01"}.fa-duotone.fa-alicorn:after,.fad.fa-alicorn:after{content:"\f6b0\fe02"}.fa-duotone.fa-alien:before,.fad.fa-alien:before{content:"\f8f5"}.fa-duotone.fa-alien:after,.fad.fa-alien:after{content:"\10f8f5"}.fa-duotone.fa-alien-8bit:before,.fad.fa-alien-8bit:before{content:"\f8f6"}.fa-duotone.fa-alien-8bit:after,.fad.fa-alien-8bit:after{content:"\10f8f6"}.fa-duotone.fa-alien-monster:before,.fad.fa-alien-monster:before{content:"\f8f6"}.fa-duotone.fa-alien-monster:after,.fad.fa-alien-monster:after{content:"\10f8f6"}.fa-duotone.fa-align-center:before,.fad.fa-align-center:before{content:"\f037\fe01"}.fa-duotone.fa-align-center:after,.fad.fa-align-center:after{content:"\f037\fe02"}.fa-duotone.fa-align-justify:before,.fad.fa-align-justify:before{content:"\f039\fe01"}.fa-duotone.fa-align-justify:after,.fad.fa-align-justify:after{content:"\f039\fe02"}.fa-duotone.fa-align-left:before,.fad.fa-align-left:before{content:"\f036\fe01"}.fa-duotone.fa-align-left:after,.fad.fa-align-left:after{content:"\f036\fe02"}.fa-duotone.fa-align-right:before,.fad.fa-align-right:before{content:"\f038\fe01"}.fa-duotone.fa-align-right:after,.fad.fa-align-right:after{content:"\f038\fe02"}.fa-duotone.fa-align-slash:before,.fad.fa-align-slash:before{content:"\f846\fe01"}.fa-duotone.fa-align-slash:after,.fad.fa-align-slash:after{content:"\f846\fe02"}.fa-duotone.fa-alt:before,.fad.fa-alt:before{content:"\e08a\fe01"}.fa-duotone.fa-alt:after,.fad.fa-alt:after{content:"\e08a\fe02"}.fa-duotone.fa-amp-guitar:before,.fad.fa-amp-guitar:before{content:"\f8a1\fe01"}.fa-duotone.fa-amp-guitar:after,.fad.fa-amp-guitar:after{content:"\f8a1\fe02"}.fa-duotone.fa-ampersand:before,.fad.fa-ampersand:before{content:"\26\fe01"}.fa-duotone.fa-ampersand:after,.fad.fa-ampersand:after{content:"\26\fe02"}.fa-duotone.fa-anchor:before,.fad.fa-anchor:before{content:"\2693\fe01"}.fa-duotone.fa-anchor:after,.fad.fa-anchor:after{content:"\2693\fe02"}.fa-duotone.fa-angel:before,.fad.fa-angel:before{content:"\f779\fe01"}.fa-duotone.fa-angel:after,.fad.fa-angel:after{content:"\f779\fe02"}.fa-duotone.fa-angle:before,.fad.fa-angle:before{content:"\e08c\fe01"}.fa-duotone.fa-angle:after,.fad.fa-angle:after{content:"\e08c\fe02"}.fa-duotone.fa-angle-90:before,.fad.fa-angle-90:before{content:"\e08d\fe01"}.fa-duotone.fa-angle-90:after,.fad.fa-angle-90:after{content:"\e08d\fe02"}.fa-duotone.fa-angle-down:before,.fad.fa-angle-down:before{content:"\2304\fe01"}.fa-duotone.fa-angle-down:after,.fad.fa-angle-down:after{content:"\2304\fe02"}.fa-duotone.fa-angle-left:before,.fad.fa-angle-left:before{content:"\2039\fe01"}.fa-duotone.fa-angle-left:after,.fad.fa-angle-left:after{content:"\2039\fe02"}.fa-duotone.fa-angle-right:before,.fad.fa-angle-right:before{content:"\203a\fe01"}.fa-duotone.fa-angle-right:after,.fad.fa-angle-right:after{content:"\203a\fe02"}.fa-duotone.fa-angle-up:before,.fad.fa-angle-up:before{content:"\2303\fe01"}.fa-duotone.fa-angle-up:after,.fad.fa-angle-up:after{content:"\2303\fe02"}.fa-duotone.fa-angles-down:before,.fad.fa-angles-down:before{content:"\f103\fe01"}.fa-duotone.fa-angles-down:after,.fad.fa-angles-down:after{content:"\f103\fe02"}.fa-duotone.fa-angle-double-down:before,.fad.fa-angle-double-down:before{content:"\f103\fe01"}.fa-duotone.fa-angle-double-down:after,.fad.fa-angle-double-down:after{content:"\f103\fe02"}.fa-duotone.fa-angles-left:before,.fad.fa-angles-left:before{content:"\ab\fe01"}.fa-duotone.fa-angles-left:after,.fad.fa-angles-left:after{content:"\ab\fe02"}.fa-duotone.fa-angle-double-left:before,.fad.fa-angle-double-left:before{content:"\ab\fe01"}.fa-duotone.fa-angle-double-left:after,.fad.fa-angle-double-left:after{content:"\ab\fe02"}.fa-duotone.fa-angles-right:before,.fad.fa-angles-right:before{content:"\bb\fe01"}.fa-duotone.fa-angles-right:after,.fad.fa-angles-right:after{content:"\bb\fe02"}.fa-duotone.fa-angle-double-right:before,.fad.fa-angle-double-right:before{content:"\bb\fe01"}.fa-duotone.fa-angle-double-right:after,.fad.fa-angle-double-right:after{content:"\bb\fe02"}.fa-duotone.fa-angles-up:before,.fad.fa-angles-up:before{content:"\f102\fe01"}.fa-duotone.fa-angles-up:after,.fad.fa-angles-up:after{content:"\f102\fe02"}.fa-duotone.fa-angle-double-up:before,.fad.fa-angle-double-up:before{content:"\f102\fe01"}.fa-duotone.fa-angle-double-up:after,.fad.fa-angle-double-up:after{content:"\f102\fe02"}.fa-duotone.fa-ankh:before,.fad.fa-ankh:before{content:"\2625\fe01"}.fa-duotone.fa-ankh:after,.fad.fa-ankh:after{content:"\2625\fe02"}.fa-duotone.fa-aperture:before,.fad.fa-aperture:before{content:"\e2df\fe01"}.fa-duotone.fa-aperture:after,.fad.fa-aperture:after{content:"\e2df\fe02"}.fa-duotone.fa-apostrophe:before,.fad.fa-apostrophe:before{content:"\27\fe01"}.fa-duotone.fa-apostrophe:after,.fad.fa-apostrophe:after{content:"\27\fe02"}.fa-duotone.fa-apple-core:before,.fad.fa-apple-core:before{content:"\e08f\fe01"}.fa-duotone.fa-apple-core:after,.fad.fa-apple-core:after{content:"\e08f\fe02"}.fa-duotone.fa-apple-whole:before,.fad.fa-apple-whole:before{content:"\f5d1"}.fa-duotone.fa-apple-whole:after,.fad.fa-apple-whole:after{content:"\10f5d1"}.fa-duotone.fa-apple-alt:before,.fad.fa-apple-alt:before{content:"\f5d1"}.fa-duotone.fa-apple-alt:after,.fad.fa-apple-alt:after{content:"\10f5d1"}.fa-duotone.fa-archway:before,.fad.fa-archway:before{content:"\f557\fe01"}.fa-duotone.fa-archway:after,.fad.fa-archway:after{content:"\f557\fe02"}.fa-duotone.fa-arrow-down:before,.fad.fa-arrow-down:before{content:"\2193\fe01"}.fa-duotone.fa-arrow-down:after,.fad.fa-arrow-down:after{content:"\2193\fe02"}.fa-duotone.fa-arrow-down-1-9:before,.fad.fa-arrow-down-1-9:before{content:"\f162\fe01"}.fa-duotone.fa-arrow-down-1-9:after,.fad.fa-arrow-down-1-9:after{content:"\f162\fe02"}.fa-duotone.fa-sort-numeric-asc:before,.fad.fa-sort-numeric-asc:before{content:"\f162\fe01"}.fa-duotone.fa-sort-numeric-asc:after,.fad.fa-sort-numeric-asc:after{content:"\f162\fe02"}.fa-duotone.fa-sort-numeric-down:before,.fad.fa-sort-numeric-down:before{content:"\f162\fe01"}.fa-duotone.fa-sort-numeric-down:after,.fad.fa-sort-numeric-down:after{content:"\f162\fe02"}.fa-duotone.fa-arrow-down-9-1:before,.fad.fa-arrow-down-9-1:before{content:"\f886\fe01"}.fa-duotone.fa-arrow-down-9-1:after,.fad.fa-arrow-down-9-1:after{content:"\f886\fe02"}.fa-duotone.fa-sort-numeric-desc:before,.fad.fa-sort-numeric-desc:before{content:"\f886\fe01"}.fa-duotone.fa-sort-numeric-desc:after,.fad.fa-sort-numeric-desc:after{content:"\f886\fe02"}.fa-duotone.fa-sort-numeric-down-alt:before,.fad.fa-sort-numeric-down-alt:before{content:"\f886\fe01"}.fa-duotone.fa-sort-numeric-down-alt:after,.fad.fa-sort-numeric-down-alt:after{content:"\f886\fe02"}.fa-duotone.fa-arrow-down-a-z:before,.fad.fa-arrow-down-a-z:before{content:"\f15d\fe01"}.fa-duotone.fa-arrow-down-a-z:after,.fad.fa-arrow-down-a-z:after{content:"\f15d\fe02"}.fa-duotone.fa-sort-alpha-asc:before,.fad.fa-sort-alpha-asc:before{content:"\f15d\fe01"}.fa-duotone.fa-sort-alpha-asc:after,.fad.fa-sort-alpha-asc:after{content:"\f15d\fe02"}.fa-duotone.fa-sort-alpha-down:before,.fad.fa-sort-alpha-down:before{content:"\f15d\fe01"}.fa-duotone.fa-sort-alpha-down:after,.fad.fa-sort-alpha-down:after{content:"\f15d\fe02"}.fa-duotone.fa-arrow-down-arrow-up:before,.fad.fa-arrow-down-arrow-up:before{content:"\f883\fe01"}.fa-duotone.fa-arrow-down-arrow-up:after,.fad.fa-arrow-down-arrow-up:after{content:"\f883\fe02"}.fa-duotone.fa-sort-alt:before,.fad.fa-sort-alt:before{content:"\f883\fe01"}.fa-duotone.fa-sort-alt:after,.fad.fa-sort-alt:after{content:"\f883\fe02"}.fa-duotone.fa-arrow-down-big-small:before,.fad.fa-arrow-down-big-small:before{content:"\f88c\fe01"}.fa-duotone.fa-arrow-down-big-small:after,.fad.fa-arrow-down-big-small:after{content:"\f88c\fe02"}.fa-duotone.fa-sort-size-down:before,.fad.fa-sort-size-down:before{content:"\f88c\fe01"}.fa-duotone.fa-sort-size-down:after,.fad.fa-sort-size-down:after{content:"\f88c\fe02"}.fa-duotone.fa-arrow-down-from-dotted-line:before,.fad.fa-arrow-down-from-dotted-line:before{content:"\e090\fe01"}.fa-duotone.fa-arrow-down-from-dotted-line:after,.fad.fa-arrow-down-from-dotted-line:after{content:"\e090\fe02"}.fa-duotone.fa-arrow-down-from-line:before,.fad.fa-arrow-down-from-line:before{content:"\21a7\fe01"}.fa-duotone.fa-arrow-down-from-line:after,.fad.fa-arrow-down-from-line:after{content:"\21a7\fe02"}.fa-duotone.fa-arrow-from-top:before,.fad.fa-arrow-from-top:before{content:"\21a7\fe01"}.fa-duotone.fa-arrow-from-top:after,.fad.fa-arrow-from-top:after{content:"\21a7\fe02"}.fa-duotone.fa-arrow-down-left:before,.fad.fa-arrow-down-left:before{content:"\e091\fe01"}.fa-duotone.fa-arrow-down-left:after,.fad.fa-arrow-down-left:after{content:"\e091\fe02"}.fa-duotone.fa-arrow-down-left-and-arrow-up-right-to-center:before,.fad.fa-arrow-down-left-and-arrow-up-right-to-center:before{content:"\e092\fe01"}.fa-duotone.fa-arrow-down-left-and-arrow-up-right-to-center:after,.fad.fa-arrow-down-left-and-arrow-up-right-to-center:after{content:"\e092\fe02"}.fa-duotone.fa-arrow-down-long:before,.fad.fa-arrow-down-long:before{content:"\f175\fe01"}.fa-duotone.fa-arrow-down-long:after,.fad.fa-arrow-down-long:after{content:"\f175\fe02"}.fa-duotone.fa-long-arrow-down:before,.fad.fa-long-arrow-down:before{content:"\f175\fe01"}.fa-duotone.fa-long-arrow-down:after,.fad.fa-long-arrow-down:after{content:"\f175\fe02"}.fa-duotone.fa-arrow-down-right:before,.fad.fa-arrow-down-right:before{content:"\e093\fe01"}.fa-duotone.fa-arrow-down-right:after,.fad.fa-arrow-down-right:after{content:"\e093\fe02"}.fa-duotone.fa-arrow-down-short-wide:before,.fad.fa-arrow-down-short-wide:before{content:"\f884\fe01"}.fa-duotone.fa-arrow-down-short-wide:after,.fad.fa-arrow-down-short-wide:after{content:"\f884\fe02"}.fa-duotone.fa-sort-amount-desc:before,.fad.fa-sort-amount-desc:before{content:"\f884\fe01"}.fa-duotone.fa-sort-amount-desc:after,.fad.fa-sort-amount-desc:after{content:"\f884\fe02"}.fa-duotone.fa-sort-amount-down-alt:before,.fad.fa-sort-amount-down-alt:before{content:"\f884\fe01"}.fa-duotone.fa-sort-amount-down-alt:after,.fad.fa-sort-amount-down-alt:after{content:"\f884\fe02"}.fa-duotone.fa-arrow-down-small-big:before,.fad.fa-arrow-down-small-big:before{content:"\f88d\fe01"}.fa-duotone.fa-arrow-down-small-big:after,.fad.fa-arrow-down-small-big:after{content:"\f88d\fe02"}.fa-duotone.fa-sort-size-down-alt:before,.fad.fa-sort-size-down-alt:before{content:"\f88d\fe01"}.fa-duotone.fa-sort-size-down-alt:after,.fad.fa-sort-size-down-alt:after{content:"\f88d\fe02"}.fa-duotone.fa-arrow-down-square-triangle:before,.fad.fa-arrow-down-square-triangle:before{content:"\f889\fe01"}.fa-duotone.fa-arrow-down-square-triangle:after,.fad.fa-arrow-down-square-triangle:after{content:"\f889\fe02"}.fa-duotone.fa-sort-shapes-down-alt:before,.fad.fa-sort-shapes-down-alt:before{content:"\f889\fe01"}.fa-duotone.fa-sort-shapes-down-alt:after,.fad.fa-sort-shapes-down-alt:after{content:"\f889\fe02"}.fa-duotone.fa-arrow-down-to-bracket:before,.fad.fa-arrow-down-to-bracket:before{content:"\e094\fe01"}.fa-duotone.fa-arrow-down-to-bracket:after,.fad.fa-arrow-down-to-bracket:after{content:"\e094\fe02"}.fa-duotone.fa-arrow-down-to-dotted-line:before,.fad.fa-arrow-down-to-dotted-line:before{content:"\e095\fe01"}.fa-duotone.fa-arrow-down-to-dotted-line:after,.fad.fa-arrow-down-to-dotted-line:after{content:"\e095\fe02"}.fa-duotone.fa-arrow-down-to-line:before,.fad.fa-arrow-down-to-line:before{content:"\f33d\fe01"}.fa-duotone.fa-arrow-down-to-line:after,.fad.fa-arrow-down-to-line:after{content:"\f33d\fe02"}.fa-duotone.fa-arrow-to-bottom:before,.fad.fa-arrow-to-bottom:before{content:"\f33d\fe01"}.fa-duotone.fa-arrow-to-bottom:after,.fad.fa-arrow-to-bottom:after{content:"\f33d\fe02"}.fa-duotone.fa-arrow-down-to-square:before,.fad.fa-arrow-down-to-square:before{content:"\e096\fe01"}.fa-duotone.fa-arrow-down-to-square:after,.fad.fa-arrow-down-to-square:after{content:"\e096\fe02"}.fa-duotone.fa-arrow-down-triangle-square:before,.fad.fa-arrow-down-triangle-square:before{content:"\f888\fe01"}.fa-duotone.fa-arrow-down-triangle-square:after,.fad.fa-arrow-down-triangle-square:after{content:"\f888\fe02"}.fa-duotone.fa-sort-shapes-down:before,.fad.fa-sort-shapes-down:before{content:"\f888\fe01"}.fa-duotone.fa-sort-shapes-down:after,.fad.fa-sort-shapes-down:after{content:"\f888\fe02"}.fa-duotone.fa-arrow-down-wide-short:before,.fad.fa-arrow-down-wide-short:before{content:"\f160\fe01"}.fa-duotone.fa-arrow-down-wide-short:after,.fad.fa-arrow-down-wide-short:after{content:"\f160\fe02"}.fa-duotone.fa-sort-amount-asc:before,.fad.fa-sort-amount-asc:before{content:"\f160\fe01"}.fa-duotone.fa-sort-amount-asc:after,.fad.fa-sort-amount-asc:after{content:"\f160\fe02"}.fa-duotone.fa-sort-amount-down:before,.fad.fa-sort-amount-down:before{content:"\f160\fe01"}.fa-duotone.fa-sort-amount-down:after,.fad.fa-sort-amount-down:after{content:"\f160\fe02"}.fa-duotone.fa-arrow-down-z-a:before,.fad.fa-arrow-down-z-a:before{content:"\f881\fe01"}.fa-duotone.fa-arrow-down-z-a:after,.fad.fa-arrow-down-z-a:after{content:"\f881\fe02"}.fa-duotone.fa-sort-alpha-desc:before,.fad.fa-sort-alpha-desc:before{content:"\f881\fe01"}.fa-duotone.fa-sort-alpha-desc:after,.fad.fa-sort-alpha-desc:after{content:"\f881\fe02"}.fa-duotone.fa-sort-alpha-down-alt:before,.fad.fa-sort-alpha-down-alt:before{content:"\f881\fe01"}.fa-duotone.fa-sort-alpha-down-alt:after,.fad.fa-sort-alpha-down-alt:after{content:"\f881\fe02"}.fa-duotone.fa-arrow-left:before,.fad.fa-arrow-left:before{content:"\2190\fe01"}.fa-duotone.fa-arrow-left:after,.fad.fa-arrow-left:after{content:"\2190\fe02"}.fa-duotone.fa-arrow-left-from-line:before,.fad.fa-arrow-left-from-line:before{content:"\21a4\fe01"}.fa-duotone.fa-arrow-left-from-line:after,.fad.fa-arrow-left-from-line:after{content:"\21a4\fe02"}.fa-duotone.fa-arrow-from-right:before,.fad.fa-arrow-from-right:before{content:"\21a4\fe01"}.fa-duotone.fa-arrow-from-right:after,.fad.fa-arrow-from-right:after{content:"\21a4\fe02"}.fa-duotone.fa-arrow-left-long:before,.fad.fa-arrow-left-long:before{content:"\f177\fe01"}.fa-duotone.fa-arrow-left-long:after,.fad.fa-arrow-left-long:after{content:"\f177\fe02"}.fa-duotone.fa-long-arrow-left:before,.fad.fa-long-arrow-left:before{content:"\f177\fe01"}.fa-duotone.fa-long-arrow-left:after,.fad.fa-long-arrow-left:after{content:"\f177\fe02"}.fa-duotone.fa-arrow-left-to-line:before,.fad.fa-arrow-left-to-line:before{content:"\21e4\fe01"}.fa-duotone.fa-arrow-left-to-line:after,.fad.fa-arrow-left-to-line:after{content:"\21e4\fe02"}.fa-duotone.fa-arrow-to-left:before,.fad.fa-arrow-to-left:before{content:"\21e4\fe01"}.fa-duotone.fa-arrow-to-left:after,.fad.fa-arrow-to-left:after{content:"\21e4\fe02"}.fa-duotone.fa-arrow-pointer:before,.fad.fa-arrow-pointer:before{content:"\f245\fe01"}.fa-duotone.fa-arrow-pointer:after,.fad.fa-arrow-pointer:after{content:"\f245\fe02"}.fa-duotone.fa-mouse-pointer:before,.fad.fa-mouse-pointer:before{content:"\f245\fe01"}.fa-duotone.fa-mouse-pointer:after,.fad.fa-mouse-pointer:after{content:"\f245\fe02"}.fa-duotone.fa-arrow-right:before,.fad.fa-arrow-right:before{content:"\2192\fe01"}.fa-duotone.fa-arrow-right:after,.fad.fa-arrow-right:after{content:"\2192\fe02"}.fa-duotone.fa-arrow-right-arrow-left:before,.fad.fa-arrow-right-arrow-left:before{content:"\21c4\fe01"}.fa-duotone.fa-arrow-right-arrow-left:after,.fad.fa-arrow-right-arrow-left:after{content:"\21c4\fe02"}.fa-duotone.fa-exchange:before,.fad.fa-exchange:before{content:"\21c4\fe01"}.fa-duotone.fa-exchange:after,.fad.fa-exchange:after{content:"\21c4\fe02"}.fa-duotone.fa-arrow-right-from-bracket:before,.fad.fa-arrow-right-from-bracket:before{content:"\f08b\fe01"}.fa-duotone.fa-arrow-right-from-bracket:after,.fad.fa-arrow-right-from-bracket:after{content:"\f08b\fe02"}.fa-duotone.fa-sign-out:before,.fad.fa-sign-out:before{content:"\f08b\fe01"}.fa-duotone.fa-sign-out:after,.fad.fa-sign-out:after{content:"\f08b\fe02"}.fa-duotone.fa-arrow-right-from-line:before,.fad.fa-arrow-right-from-line:before{content:"\21a6\fe01"}.fa-duotone.fa-arrow-right-from-line:after,.fad.fa-arrow-right-from-line:after{content:"\21a6\fe02"}.fa-duotone.fa-arrow-from-left:before,.fad.fa-arrow-from-left:before{content:"\21a6\fe01"}.fa-duotone.fa-arrow-from-left:after,.fad.fa-arrow-from-left:after{content:"\21a6\fe02"}.fa-duotone.fa-arrow-right-long:before,.fad.fa-arrow-right-long:before{content:"\f178\fe01"}.fa-duotone.fa-arrow-right-long:after,.fad.fa-arrow-right-long:after{content:"\f178\fe02"}.fa-duotone.fa-long-arrow-right:before,.fad.fa-long-arrow-right:before{content:"\f178\fe01"}.fa-duotone.fa-long-arrow-right:after,.fad.fa-long-arrow-right:after{content:"\f178\fe02"}.fa-duotone.fa-arrow-right-to-bracket:before,.fad.fa-arrow-right-to-bracket:before{content:"\f090\fe01"}.fa-duotone.fa-arrow-right-to-bracket:after,.fad.fa-arrow-right-to-bracket:after{content:"\f090\fe02"}.fa-duotone.fa-sign-in:before,.fad.fa-sign-in:before{content:"\f090\fe01"}.fa-duotone.fa-sign-in:after,.fad.fa-sign-in:after{content:"\f090\fe02"}.fa-duotone.fa-arrow-right-to-line:before,.fad.fa-arrow-right-to-line:before{content:"\21e5\fe01"}.fa-duotone.fa-arrow-right-to-line:after,.fad.fa-arrow-right-to-line:after{content:"\21e5\fe02"}.fa-duotone.fa-arrow-to-right:before,.fad.fa-arrow-to-right:before{content:"\21e5\fe01"}.fa-duotone.fa-arrow-to-right:after,.fad.fa-arrow-to-right:after{content:"\21e5\fe02"}.fa-duotone.fa-arrow-rotate-left:before,.fad.fa-arrow-rotate-left:before{content:"\21ba\fe01"}.fa-duotone.fa-arrow-rotate-left:after,.fad.fa-arrow-rotate-left:after{content:"\21ba\fe02"}.fa-duotone.fa-arrow-left-rotate:before,.fad.fa-arrow-left-rotate:before{content:"\21ba\fe01"}.fa-duotone.fa-arrow-left-rotate:after,.fad.fa-arrow-left-rotate:after{content:"\21ba\fe02"}.fa-duotone.fa-arrow-rotate-back:before,.fad.fa-arrow-rotate-back:before{content:"\21ba\fe01"}.fa-duotone.fa-arrow-rotate-back:after,.fad.fa-arrow-rotate-back:after{content:"\21ba\fe02"}.fa-duotone.fa-arrow-rotate-backward:before,.fad.fa-arrow-rotate-backward:before{content:"\21ba\fe01"}.fa-duotone.fa-arrow-rotate-backward:after,.fad.fa-arrow-rotate-backward:after{content:"\21ba\fe02"}.fa-duotone.fa-undo:before,.fad.fa-undo:before{content:"\21ba\fe01"}.fa-duotone.fa-undo:after,.fad.fa-undo:after{content:"\21ba\fe02"}.fa-duotone.fa-arrow-rotate-right:before,.fad.fa-arrow-rotate-right:before{content:"\21bb\fe01"}.fa-duotone.fa-arrow-rotate-right:after,.fad.fa-arrow-rotate-right:after{content:"\21bb\fe02"}.fa-duotone.fa-arrow-right-rotate:before,.fad.fa-arrow-right-rotate:before{content:"\21bb\fe01"}.fa-duotone.fa-arrow-right-rotate:after,.fad.fa-arrow-right-rotate:after{content:"\21bb\fe02"}.fa-duotone.fa-arrow-rotate-forward:before,.fad.fa-arrow-rotate-forward:before{content:"\21bb\fe01"}.fa-duotone.fa-arrow-rotate-forward:after,.fad.fa-arrow-rotate-forward:after{content:"\21bb\fe02"}.fa-duotone.fa-redo:before,.fad.fa-redo:before{content:"\21bb\fe01"}.fa-duotone.fa-redo:after,.fad.fa-redo:after{content:"\21bb\fe02"}.fa-duotone.fa-arrow-trend-down:before,.fad.fa-arrow-trend-down:before{content:"\e097\fe01"}.fa-duotone.fa-arrow-trend-down:after,.fad.fa-arrow-trend-down:after{content:"\e097\fe02"}.fa-duotone.fa-arrow-trend-up:before,.fad.fa-arrow-trend-up:before{content:"\e098\fe01"}.fa-duotone.fa-arrow-trend-up:after,.fad.fa-arrow-trend-up:after{content:"\e098\fe02"}.fa-duotone.fa-arrow-turn-down:before,.fad.fa-arrow-turn-down:before{content:"\f149\fe01"}.fa-duotone.fa-arrow-turn-down:after,.fad.fa-arrow-turn-down:after{content:"\f149\fe02"}.fa-duotone.fa-level-down:before,.fad.fa-level-down:before{content:"\f149\fe01"}.fa-duotone.fa-level-down:after,.fad.fa-level-down:after{content:"\f149\fe02"}.fa-duotone.fa-arrow-turn-down-left:before,.fad.fa-arrow-turn-down-left:before{content:"\e2e1\fe01"}.fa-duotone.fa-arrow-turn-down-left:after,.fad.fa-arrow-turn-down-left:after{content:"\e2e1\fe02"}.fa-duotone.fa-arrow-turn-up:before,.fad.fa-arrow-turn-up:before{content:"\f148\fe01"}.fa-duotone.fa-arrow-turn-up:after,.fad.fa-arrow-turn-up:after{content:"\f148\fe02"}.fa-duotone.fa-level-up:before,.fad.fa-level-up:before{content:"\f148\fe01"}.fa-duotone.fa-level-up:after,.fad.fa-level-up:after{content:"\f148\fe02"}.fa-duotone.fa-arrow-up:before,.fad.fa-arrow-up:before{content:"\2191\fe01"}.fa-duotone.fa-arrow-up:after,.fad.fa-arrow-up:after{content:"\2191\fe02"}.fa-duotone.fa-arrow-up-1-9:before,.fad.fa-arrow-up-1-9:before{content:"\f163\fe01"}.fa-duotone.fa-arrow-up-1-9:after,.fad.fa-arrow-up-1-9:after{content:"\f163\fe02"}.fa-duotone.fa-sort-numeric-up:before,.fad.fa-sort-numeric-up:before{content:"\f163\fe01"}.fa-duotone.fa-sort-numeric-up:after,.fad.fa-sort-numeric-up:after{content:"\f163\fe02"}.fa-duotone.fa-arrow-up-9-1:before,.fad.fa-arrow-up-9-1:before{content:"\f887\fe01"}.fa-duotone.fa-arrow-up-9-1:after,.fad.fa-arrow-up-9-1:after{content:"\f887\fe02"}.fa-duotone.fa-sort-numeric-up-alt:before,.fad.fa-sort-numeric-up-alt:before{content:"\f887\fe01"}.fa-duotone.fa-sort-numeric-up-alt:after,.fad.fa-sort-numeric-up-alt:after{content:"\f887\fe02"}.fa-duotone.fa-arrow-up-a-z:before,.fad.fa-arrow-up-a-z:before{content:"\f15e\fe01"}.fa-duotone.fa-arrow-up-a-z:after,.fad.fa-arrow-up-a-z:after{content:"\f15e\fe02"}.fa-duotone.fa-sort-alpha-up:before,.fad.fa-sort-alpha-up:before{content:"\f15e\fe01"}.fa-duotone.fa-sort-alpha-up:after,.fad.fa-sort-alpha-up:after{content:"\f15e\fe02"}.fa-duotone.fa-arrow-up-arrow-down:before,.fad.fa-arrow-up-arrow-down:before{content:"\e099\fe01"}.fa-duotone.fa-arrow-up-arrow-down:after,.fad.fa-arrow-up-arrow-down:after{content:"\e099\fe02"}.fa-duotone.fa-sort-up-down:before,.fad.fa-sort-up-down:before{content:"\e099\fe01"}.fa-duotone.fa-sort-up-down:after,.fad.fa-sort-up-down:after{content:"\e099\fe02"}.fa-duotone.fa-arrow-up-big-small:before,.fad.fa-arrow-up-big-small:before{content:"\f88e\fe01"}.fa-duotone.fa-arrow-up-big-small:after,.fad.fa-arrow-up-big-small:after{content:"\f88e\fe02"}.fa-duotone.fa-sort-size-up:before,.fad.fa-sort-size-up:before{content:"\f88e\fe01"}.fa-duotone.fa-sort-size-up:after,.fad.fa-sort-size-up:after{content:"\f88e\fe02"}.fa-duotone.fa-arrow-up-from-bracket:before,.fad.fa-arrow-up-from-bracket:before{content:"\e09a\fe01"}.fa-duotone.fa-arrow-up-from-bracket:after,.fad.fa-arrow-up-from-bracket:after{content:"\e09a\fe02"}.fa-duotone.fa-arrow-up-from-dotted-line:before,.fad.fa-arrow-up-from-dotted-line:before{content:"\e09b\fe01"}.fa-duotone.fa-arrow-up-from-dotted-line:after,.fad.fa-arrow-up-from-dotted-line:after{content:"\e09b\fe02"}.fa-duotone.fa-arrow-up-from-line:before,.fad.fa-arrow-up-from-line:before{content:"\21a5\fe01"}.fa-duotone.fa-arrow-up-from-line:after,.fad.fa-arrow-up-from-line:after{content:"\21a5\fe02"}.fa-duotone.fa-arrow-from-bottom:before,.fad.fa-arrow-from-bottom:before{content:"\21a5\fe01"}.fa-duotone.fa-arrow-from-bottom:after,.fad.fa-arrow-from-bottom:after{content:"\21a5\fe02"}.fa-duotone.fa-arrow-up-from-square:before,.fad.fa-arrow-up-from-square:before{content:"\e09c\fe01"}.fa-duotone.fa-arrow-up-from-square:after,.fad.fa-arrow-up-from-square:after{content:"\e09c\fe02"}.fa-duotone.fa-arrow-up-left:before,.fad.fa-arrow-up-left:before{content:"\e09d\fe01"}.fa-duotone.fa-arrow-up-left:after,.fad.fa-arrow-up-left:after{content:"\e09d\fe02"}.fa-duotone.fa-arrow-up-left-from-circle:before,.fad.fa-arrow-up-left-from-circle:before{content:"\e09e\fe01"}.fa-duotone.fa-arrow-up-left-from-circle:after,.fad.fa-arrow-up-left-from-circle:after{content:"\e09e\fe02"}.fa-duotone.fa-arrow-up-long:before,.fad.fa-arrow-up-long:before{content:"\f176\fe01"}.fa-duotone.fa-arrow-up-long:after,.fad.fa-arrow-up-long:after{content:"\f176\fe02"}.fa-duotone.fa-long-arrow-up:before,.fad.fa-long-arrow-up:before{content:"\f176\fe01"}.fa-duotone.fa-long-arrow-up:after,.fad.fa-long-arrow-up:after{content:"\f176\fe02"}.fa-duotone.fa-arrow-up-right:before,.fad.fa-arrow-up-right:before{content:"\e09f\fe01"}.fa-duotone.fa-arrow-up-right:after,.fad.fa-arrow-up-right:after{content:"\e09f\fe02"}.fa-duotone.fa-arrow-up-right-and-arrow-down-left-from-center:before,.fad.fa-arrow-up-right-and-arrow-down-left-from-center:before{content:"\e0a0\fe01"}.fa-duotone.fa-arrow-up-right-and-arrow-down-left-from-center:after,.fad.fa-arrow-up-right-and-arrow-down-left-from-center:after{content:"\e0a0\fe02"}.fa-duotone.fa-arrow-up-right-from-square:before,.fad.fa-arrow-up-right-from-square:before{content:"\f08e\fe01"}.fa-duotone.fa-arrow-up-right-from-square:after,.fad.fa-arrow-up-right-from-square:after{content:"\f08e\fe02"}.fa-duotone.fa-external-link:before,.fad.fa-external-link:before{content:"\f08e\fe01"}.fa-duotone.fa-external-link:after,.fad.fa-external-link:after{content:"\f08e\fe02"}.fa-duotone.fa-arrow-up-short-wide:before,.fad.fa-arrow-up-short-wide:before{content:"\f885\fe01"}.fa-duotone.fa-arrow-up-short-wide:after,.fad.fa-arrow-up-short-wide:after{content:"\f885\fe02"}.fa-duotone.fa-sort-amount-up-alt:before,.fad.fa-sort-amount-up-alt:before{content:"\f885\fe01"}.fa-duotone.fa-sort-amount-up-alt:after,.fad.fa-sort-amount-up-alt:after{content:"\f885\fe02"}.fa-duotone.fa-arrow-up-small-big:before,.fad.fa-arrow-up-small-big:before{content:"\f88f\fe01"}.fa-duotone.fa-arrow-up-small-big:after,.fad.fa-arrow-up-small-big:after{content:"\f88f\fe02"}.fa-duotone.fa-sort-size-up-alt:before,.fad.fa-sort-size-up-alt:before{content:"\f88f\fe01"}.fa-duotone.fa-sort-size-up-alt:after,.fad.fa-sort-size-up-alt:after{content:"\f88f\fe02"}.fa-duotone.fa-arrow-up-square-triangle:before,.fad.fa-arrow-up-square-triangle:before{content:"\f88b\fe01"}.fa-duotone.fa-arrow-up-square-triangle:after,.fad.fa-arrow-up-square-triangle:after{content:"\f88b\fe02"}.fa-duotone.fa-sort-shapes-up-alt:before,.fad.fa-sort-shapes-up-alt:before{content:"\f88b\fe01"}.fa-duotone.fa-sort-shapes-up-alt:after,.fad.fa-sort-shapes-up-alt:after{content:"\f88b\fe02"}.fa-duotone.fa-arrow-up-to-dotted-line:before,.fad.fa-arrow-up-to-dotted-line:before{content:"\e0a1\fe01"}.fa-duotone.fa-arrow-up-to-dotted-line:after,.fad.fa-arrow-up-to-dotted-line:after{content:"\e0a1\fe02"}.fa-duotone.fa-arrow-up-to-line:before,.fad.fa-arrow-up-to-line:before{content:"\f341\fe01"}.fa-duotone.fa-arrow-up-to-line:after,.fad.fa-arrow-up-to-line:after{content:"\f341\fe02"}.fa-duotone.fa-arrow-to-top:before,.fad.fa-arrow-to-top:before{content:"\f341\fe01"}.fa-duotone.fa-arrow-to-top:after,.fad.fa-arrow-to-top:after{content:"\f341\fe02"}.fa-duotone.fa-arrow-up-triangle-square:before,.fad.fa-arrow-up-triangle-square:before{content:"\f88a\fe01"}.fa-duotone.fa-arrow-up-triangle-square:after,.fad.fa-arrow-up-triangle-square:after{content:"\f88a\fe02"}.fa-duotone.fa-sort-shapes-up:before,.fad.fa-sort-shapes-up:before{content:"\f88a\fe01"}.fa-duotone.fa-sort-shapes-up:after,.fad.fa-sort-shapes-up:after{content:"\f88a\fe02"}.fa-duotone.fa-arrow-up-wide-short:before,.fad.fa-arrow-up-wide-short:before{content:"\f161\fe01"}.fa-duotone.fa-arrow-up-wide-short:after,.fad.fa-arrow-up-wide-short:after{content:"\f161\fe02"}.fa-duotone.fa-sort-amount-up:before,.fad.fa-sort-amount-up:before{content:"\f161\fe01"}.fa-duotone.fa-sort-amount-up:after,.fad.fa-sort-amount-up:after{content:"\f161\fe02"}.fa-duotone.fa-arrow-up-z-a:before,.fad.fa-arrow-up-z-a:before{content:"\f882\fe01"}.fa-duotone.fa-arrow-up-z-a:after,.fad.fa-arrow-up-z-a:after{content:"\f882\fe02"}.fa-duotone.fa-sort-alpha-up-alt:before,.fad.fa-sort-alpha-up-alt:before{content:"\f882\fe01"}.fa-duotone.fa-sort-alpha-up-alt:after,.fad.fa-sort-alpha-up-alt:after{content:"\f882\fe02"}.fa-duotone.fa-arrows-cross:before,.fad.fa-arrows-cross:before{content:"\e0a2\fe01"}.fa-duotone.fa-arrows-cross:after,.fad.fa-arrows-cross:after{content:"\e0a2\fe02"}.fa-duotone.fa-arrows-from-dotted-line:before,.fad.fa-arrows-from-dotted-line:before{content:"\e0a3\fe01"}.fa-duotone.fa-arrows-from-dotted-line:after,.fad.fa-arrows-from-dotted-line:after{content:"\e0a3\fe02"}.fa-duotone.fa-arrows-from-line:before,.fad.fa-arrows-from-line:before{content:"\e0a4\fe01"}.fa-duotone.fa-arrows-from-line:after,.fad.fa-arrows-from-line:after{content:"\e0a4\fe02"}.fa-duotone.fa-arrows-left-right:before,.fad.fa-arrows-left-right:before{content:"\f07e\fe01"}.fa-duotone.fa-arrows-left-right:after,.fad.fa-arrows-left-right:after{content:"\f07e\fe02"}.fa-duotone.fa-arrows-h:before,.fad.fa-arrows-h:before{content:"\f07e\fe01"}.fa-duotone.fa-arrows-h:after,.fad.fa-arrows-h:after{content:"\f07e\fe02"}.fa-duotone.fa-arrows-maximize:before,.fad.fa-arrows-maximize:before{content:"\f31d\fe01"}.fa-duotone.fa-arrows-maximize:after,.fad.fa-arrows-maximize:after{content:"\f31d\fe02"}.fa-duotone.fa-expand-arrows:before,.fad.fa-expand-arrows:before{content:"\f31d\fe01"}.fa-duotone.fa-expand-arrows:after,.fad.fa-expand-arrows:after{content:"\f31d\fe02"}.fa-duotone.fa-arrows-minimize:before,.fad.fa-arrows-minimize:before{content:"\e0a5\fe01"}.fa-duotone.fa-arrows-minimize:after,.fad.fa-arrows-minimize:after{content:"\e0a5\fe02"}.fa-duotone.fa-compress-arrows:before,.fad.fa-compress-arrows:before{content:"\e0a5\fe01"}.fa-duotone.fa-compress-arrows:after,.fad.fa-compress-arrows:after{content:"\e0a5\fe02"}.fa-duotone.fa-arrows-repeat:before,.fad.fa-arrows-repeat:before{content:"\f364\fe01"}.fa-duotone.fa-arrows-repeat:after,.fad.fa-arrows-repeat:after{content:"\f364\fe02"}.fa-duotone.fa-repeat-alt:before,.fad.fa-repeat-alt:before{content:"\f364\fe01"}.fa-duotone.fa-repeat-alt:after,.fad.fa-repeat-alt:after{content:"\f364\fe02"}.fa-duotone.fa-arrows-repeat-1:before,.fad.fa-arrows-repeat-1:before{content:"\f366\fe01"}.fa-duotone.fa-arrows-repeat-1:after,.fad.fa-arrows-repeat-1:after{content:"\f366\fe02"}.fa-duotone.fa-repeat-1-alt:before,.fad.fa-repeat-1-alt:before{content:"\f366\fe01"}.fa-duotone.fa-repeat-1-alt:after,.fad.fa-repeat-1-alt:after{content:"\f366\fe02"}.fa-duotone.fa-arrows-retweet:before,.fad.fa-arrows-retweet:before{content:"\f361\fe01"}.fa-duotone.fa-arrows-retweet:after,.fad.fa-arrows-retweet:after{content:"\f361\fe02"}.fa-duotone.fa-retweet-alt:before,.fad.fa-retweet-alt:before{content:"\f361\fe01"}.fa-duotone.fa-retweet-alt:after,.fad.fa-retweet-alt:after{content:"\f361\fe02"}.fa-duotone.fa-arrows-rotate:before,.fad.fa-arrows-rotate:before{content:"\f021"}.fa-duotone.fa-arrows-rotate:after,.fad.fa-arrows-rotate:after{content:"\10f021"}.fa-duotone.fa-refresh:before,.fad.fa-refresh:before{content:"\f021"}.fa-duotone.fa-refresh:after,.fad.fa-refresh:after{content:"\10f021"}.fa-duotone.fa-sync:before,.fad.fa-sync:before{content:"\f021"}.fa-duotone.fa-sync:after,.fad.fa-sync:after{content:"\10f021"}.fa-duotone.fa-arrows-to-dotted-line:before,.fad.fa-arrows-to-dotted-line:before{content:"\e0a6\fe01"}.fa-duotone.fa-arrows-to-dotted-line:after,.fad.fa-arrows-to-dotted-line:after{content:"\e0a6\fe02"}.fa-duotone.fa-arrows-to-line:before,.fad.fa-arrows-to-line:before{content:"\e0a7\fe01"}.fa-duotone.fa-arrows-to-line:after,.fad.fa-arrows-to-line:after{content:"\e0a7\fe02"}.fa-duotone.fa-arrows-up-down:before,.fad.fa-arrows-up-down:before{content:"\f07d\fe01"}.fa-duotone.fa-arrows-up-down:after,.fad.fa-arrows-up-down:after{content:"\f07d\fe02"}.fa-duotone.fa-arrows-v:before,.fad.fa-arrows-v:before{content:"\f07d\fe01"}.fa-duotone.fa-arrows-v:after,.fad.fa-arrows-v:after{content:"\f07d\fe02"}.fa-duotone.fa-arrows-up-down-left-right:before,.fad.fa-arrows-up-down-left-right:before{content:"\f047\fe01"}.fa-duotone.fa-arrows-up-down-left-right:after,.fad.fa-arrows-up-down-left-right:after{content:"\f047\fe02"}.fa-duotone.fa-arrows:before,.fad.fa-arrows:before{content:"\f047\fe01"}.fa-duotone.fa-arrows:after,.fad.fa-arrows:after{content:"\f047\fe02"}.fa-duotone.fa-asterisk:before,.fad.fa-asterisk:before{content:"\2a\fe01"}.fa-duotone.fa-asterisk:after,.fad.fa-asterisk:after{content:"\2a\fe02"}.fa-duotone.fa-at:before,.fad.fa-at:before{content:"\40\fe01"}.fa-duotone.fa-at:after,.fad.fa-at:after{content:"\40\fe02"}.fa-duotone.fa-atom:before,.fad.fa-atom:before{content:"\269b\fe01"}.fa-duotone.fa-atom:after,.fad.fa-atom:after{content:"\269b\fe02"}.fa-duotone.fa-atom-simple:before,.fad.fa-atom-simple:before{content:"\f5d3\fe01"}.fa-duotone.fa-atom-simple:after,.fad.fa-atom-simple:after{content:"\f5d3\fe02"}.fa-duotone.fa-atom-alt:before,.fad.fa-atom-alt:before{content:"\f5d3\fe01"}.fa-duotone.fa-atom-alt:after,.fad.fa-atom-alt:after{content:"\f5d3\fe02"}.fa-duotone.fa-audio-description:before,.fad.fa-audio-description:before{content:"\f29e\fe01"}.fa-duotone.fa-audio-description:after,.fad.fa-audio-description:after{content:"\f29e\fe02"}.fa-duotone.fa-audio-description-slash:before,.fad.fa-audio-description-slash:before{content:"\e0a8\fe01"}.fa-duotone.fa-audio-description-slash:after,.fad.fa-audio-description-slash:after{content:"\e0a8\fe02"}.fa-duotone.fa-austral-sign:before,.fad.fa-austral-sign:before{content:"\e0a9\fe01"}.fa-duotone.fa-austral-sign:after,.fad.fa-austral-sign:after{content:"\e0a9\fe02"}.fa-duotone.fa-avocado:before,.fad.fa-avocado:before{content:"\e0aa\fe01"}.fa-duotone.fa-avocado:after,.fad.fa-avocado:after{content:"\e0aa\fe02"}.fa-duotone.fa-award:before,.fad.fa-award:before{content:"\f559\fe01"}.fa-duotone.fa-award:after,.fad.fa-award:after{content:"\f559\fe02"}.fa-duotone.fa-award-simple:before,.fad.fa-award-simple:before{content:"\e0ab\fe01"}.fa-duotone.fa-award-simple:after,.fad.fa-award-simple:after{content:"\e0ab\fe02"}.fa-duotone.fa-axe:before,.fad.fa-axe:before{content:"\f6b2"}.fa-duotone.fa-axe:after,.fad.fa-axe:after{content:"\10f6b2"}.fa-duotone.fa-axe-battle:before,.fad.fa-axe-battle:before{content:"\f6b3\fe01"}.fa-duotone.fa-axe-battle:after,.fad.fa-axe-battle:after{content:"\f6b3\fe02"}.fa-duotone.fa-b:before,.fad.fa-b:before{content:"\42\fe01"}.fa-duotone.fa-b:after,.fad.fa-b:after{content:"\42\fe02"}.fa-duotone.fa-baby:before,.fad.fa-baby:before{content:"\f77c\fe01"}.fa-duotone.fa-baby:after,.fad.fa-baby:after{content:"\f77c\fe02"}.fa-duotone.fa-baby-carriage:before,.fad.fa-baby-carriage:before{content:"\f77d\fe01"}.fa-duotone.fa-baby-carriage:after,.fad.fa-baby-carriage:after{content:"\f77d\fe02"}.fa-duotone.fa-carriage-baby:before,.fad.fa-carriage-baby:before{content:"\f77d\fe01"}.fa-duotone.fa-carriage-baby:after,.fad.fa-carriage-baby:after{content:"\f77d\fe02"}.fa-duotone.fa-backpack:before,.fad.fa-backpack:before{content:"\f5d4"}.fa-duotone.fa-backpack:after,.fad.fa-backpack:after{content:"\10f5d4"}.fa-duotone.fa-backward:before,.fad.fa-backward:before{content:"\23ea\fe01"}.fa-duotone.fa-backward:after,.fad.fa-backward:after{content:"\23ea\fe02"}.fa-duotone.fa-backward-fast:before,.fad.fa-backward-fast:before{content:"\23ee\fe01"}.fa-duotone.fa-backward-fast:after,.fad.fa-backward-fast:after{content:"\23ee\fe02"}.fa-duotone.fa-fast-backward:before,.fad.fa-fast-backward:before{content:"\23ee\fe01"}.fa-duotone.fa-fast-backward:after,.fad.fa-fast-backward:after{content:"\23ee\fe02"}.fa-duotone.fa-backward-step:before,.fad.fa-backward-step:before{content:"\f048\fe01"}.fa-duotone.fa-backward-step:after,.fad.fa-backward-step:after{content:"\f048\fe02"}.fa-duotone.fa-step-backward:before,.fad.fa-step-backward:before{content:"\f048\fe01"}.fa-duotone.fa-step-backward:after,.fad.fa-step-backward:after{content:"\f048\fe02"}.fa-duotone.fa-bacon:before,.fad.fa-bacon:before{content:"\f7e5"}.fa-duotone.fa-bacon:after,.fad.fa-bacon:after{content:"\10f7e5"}.fa-duotone.fa-bacteria:before,.fad.fa-bacteria:before{content:"\e059\fe01"}.fa-duotone.fa-bacteria:after,.fad.fa-bacteria:after{content:"\e059\fe02"}.fa-duotone.fa-bacterium:before,.fad.fa-bacterium:before{content:"\e05a\fe01"}.fa-duotone.fa-bacterium:after,.fad.fa-bacterium:after{content:"\e05a\fe02"}.fa-duotone.fa-badge:before,.fad.fa-badge:before{content:"\f335\fe01"}.fa-duotone.fa-badge:after,.fad.fa-badge:after{content:"\f335\fe02"}.fa-duotone.fa-badge-check:before,.fad.fa-badge-check:before{content:"\f336\fe01"}.fa-duotone.fa-badge-check:after,.fad.fa-badge-check:after{content:"\f336\fe02"}.fa-duotone.fa-badge-dollar:before,.fad.fa-badge-dollar:before{content:"\f645\fe01"}.fa-duotone.fa-badge-dollar:after,.fad.fa-badge-dollar:after{content:"\f645\fe02"}.fa-duotone.fa-badge-percent:before,.fad.fa-badge-percent:before{content:"\f646\fe01"}.fa-duotone.fa-badge-percent:after,.fad.fa-badge-percent:after{content:"\f646\fe02"}.fa-duotone.fa-badge-sheriff:before,.fad.fa-badge-sheriff:before{content:"\f8a2\fe01"}.fa-duotone.fa-badge-sheriff:after,.fad.fa-badge-sheriff:after{content:"\f8a2\fe02"}.fa-duotone.fa-badger-honey:before,.fad.fa-badger-honey:before{content:"\f6b4"}.fa-duotone.fa-badger-honey:after,.fad.fa-badger-honey:after{content:"\10f6b4"}.fa-duotone.fa-badminton:before,.fad.fa-badminton:before{content:"\e33a\fe01"}.fa-duotone.fa-badminton:after,.fad.fa-badminton:after{content:"\e33a\fe02"}.fa-duotone.fa-bag-shopping:before,.fad.fa-bag-shopping:before{content:"\f290\fe01"}.fa-duotone.fa-bag-shopping:after,.fad.fa-bag-shopping:after{content:"\f290\fe02"}.fa-duotone.fa-shopping-bag:before,.fad.fa-shopping-bag:before{content:"\f290\fe01"}.fa-duotone.fa-shopping-bag:after,.fad.fa-shopping-bag:after{content:"\f290\fe02"}.fa-duotone.fa-bags-shopping:before,.fad.fa-bags-shopping:before{content:"\f847"}.fa-duotone.fa-bags-shopping:after,.fad.fa-bags-shopping:after{content:"\10f847"}.fa-duotone.fa-bahai:before,.fad.fa-bahai:before{content:"\f666\fe01"}.fa-duotone.fa-bahai:after,.fad.fa-bahai:after{content:"\f666\fe02"}.fa-duotone.fa-baht-sign:before,.fad.fa-baht-sign:before{content:"\e0ac\fe01"}.fa-duotone.fa-baht-sign:after,.fad.fa-baht-sign:after{content:"\e0ac\fe02"}.fa-duotone.fa-ball-pile:before,.fad.fa-ball-pile:before{content:"\f77e\fe01"}.fa-duotone.fa-ball-pile:after,.fad.fa-ball-pile:after{content:"\f77e\fe02"}.fa-duotone.fa-balloon:before,.fad.fa-balloon:before{content:"\e2e3\fe01"}.fa-duotone.fa-balloon:after,.fad.fa-balloon:after{content:"\e2e3\fe02"}.fa-duotone.fa-balloons:before,.fad.fa-balloons:before{content:"\e2e4\fe01"}.fa-duotone.fa-balloons:after,.fad.fa-balloons:after{content:"\e2e4\fe02"}.fa-duotone.fa-ballot:before,.fad.fa-ballot:before{content:"\f732\fe01"}.fa-duotone.fa-ballot:after,.fad.fa-ballot:after{content:"\f732\fe02"}.fa-duotone.fa-ballot-check:before,.fad.fa-ballot-check:before{content:"\f733\fe01"}.fa-duotone.fa-ballot-check:after,.fad.fa-ballot-check:after{content:"\f733\fe02"}.fa-duotone.fa-ban:before,.fad.fa-ban:before{content:"\f05e"}.fa-duotone.fa-ban:after,.fad.fa-ban:after{content:"\10f05e"}.fa-duotone.fa-cancel:before,.fad.fa-cancel:before{content:"\f05e"}.fa-duotone.fa-cancel:after,.fad.fa-cancel:after{content:"\10f05e"}.fa-duotone.fa-ban-bug:before,.fad.fa-ban-bug:before{content:"\f7f9\fe01"}.fa-duotone.fa-ban-bug:after,.fad.fa-ban-bug:after{content:"\f7f9\fe02"}.fa-duotone.fa-debug:before,.fad.fa-debug:before{content:"\f7f9\fe01"}.fa-duotone.fa-debug:after,.fad.fa-debug:after{content:"\f7f9\fe02"}.fa-duotone.fa-ban-parking:before,.fad.fa-ban-parking:before{content:"\f616\fe01"}.fa-duotone.fa-ban-parking:after,.fad.fa-ban-parking:after{content:"\f616\fe02"}.fa-duotone.fa-parking-circle-slash:before,.fad.fa-parking-circle-slash:before{content:"\f616\fe01"}.fa-duotone.fa-parking-circle-slash:after,.fad.fa-parking-circle-slash:after{content:"\f616\fe02"}.fa-duotone.fa-ban-smoking:before,.fad.fa-ban-smoking:before{content:"\f54d"}.fa-duotone.fa-ban-smoking:after,.fad.fa-ban-smoking:after{content:"\10f54d"}.fa-duotone.fa-smoking-ban:before,.fad.fa-smoking-ban:before{content:"\f54d"}.fa-duotone.fa-smoking-ban:after,.fad.fa-smoking-ban:after{content:"\10f54d"}.fa-duotone.fa-banana:before,.fad.fa-banana:before{content:"\e2e5\fe01"}.fa-duotone.fa-banana:after,.fad.fa-banana:after{content:"\e2e5\fe02"}.fa-duotone.fa-bandage:before,.fad.fa-bandage:before{content:"\f462"}.fa-duotone.fa-bandage:after,.fad.fa-bandage:after{content:"\10f462"}.fa-duotone.fa-band-aid:before,.fad.fa-band-aid:before{content:"\f462"}.fa-duotone.fa-band-aid:after,.fad.fa-band-aid:after{content:"\10f462"}.fa-duotone.fa-bangladeshi-taka-sign:before,.fad.fa-bangladeshi-taka-sign:before{content:"\e2e6\fe01"}.fa-duotone.fa-bangladeshi-taka-sign:after,.fad.fa-bangladeshi-taka-sign:after{content:"\e2e6\fe02"}.fa-duotone.fa-banjo:before,.fad.fa-banjo:before{content:"\f8a3"}.fa-duotone.fa-banjo:after,.fad.fa-banjo:after{content:"\10f8a3"}.fa-duotone.fa-bank:before,.fad.fa-bank:before{content:"\f19c\fe01"}.fa-duotone.fa-bank:after,.fad.fa-bank:after{content:"\f19c\fe02"}.fa-duotone.fa-institution:before,.fad.fa-institution:before{content:"\f19c\fe01"}.fa-duotone.fa-institution:after,.fad.fa-institution:after{content:"\f19c\fe02"}.fa-duotone.fa-university:before,.fad.fa-university:before{content:"\f19c\fe01"}.fa-duotone.fa-university:after,.fad.fa-university:after{content:"\f19c\fe02"}.fa-duotone.fa-barcode:before,.fad.fa-barcode:before{content:"\f02a\fe01"}.fa-duotone.fa-barcode:after,.fad.fa-barcode:after{content:"\f02a\fe02"}.fa-duotone.fa-barcode-read:before,.fad.fa-barcode-read:before{content:"\f464\fe01"}.fa-duotone.fa-barcode-read:after,.fad.fa-barcode-read:after{content:"\f464\fe02"}.fa-duotone.fa-barcode-scan:before,.fad.fa-barcode-scan:before{content:"\f465\fe01"}.fa-duotone.fa-barcode-scan:after,.fad.fa-barcode-scan:after{content:"\f465\fe02"}.fa-duotone.fa-bars:before,.fad.fa-bars:before{content:"\f0c9\fe01"}.fa-duotone.fa-bars:after,.fad.fa-bars:after{content:"\f0c9\fe02"}.fa-duotone.fa-navicon:before,.fad.fa-navicon:before{content:"\f0c9\fe01"}.fa-duotone.fa-navicon:after,.fad.fa-navicon:after{content:"\f0c9\fe02"}.fa-duotone.fa-bars-filter:before,.fad.fa-bars-filter:before{content:"\e0ad\fe01"}.fa-duotone.fa-bars-filter:after,.fad.fa-bars-filter:after{content:"\e0ad\fe02"}.fa-duotone.fa-bars-progress:before,.fad.fa-bars-progress:before{content:"\f828\fe01"}.fa-duotone.fa-bars-progress:after,.fad.fa-bars-progress:after{content:"\f828\fe02"}.fa-duotone.fa-tasks-alt:before,.fad.fa-tasks-alt:before{content:"\f828\fe01"}.fa-duotone.fa-tasks-alt:after,.fad.fa-tasks-alt:after{content:"\f828\fe02"}.fa-duotone.fa-bars-sort:before,.fad.fa-bars-sort:before{content:"\e0ae\fe01"}.fa-duotone.fa-bars-sort:after,.fad.fa-bars-sort:after{content:"\e0ae\fe02"}.fa-duotone.fa-bars-staggered:before,.fad.fa-bars-staggered:before{content:"\f550\fe01"}.fa-duotone.fa-bars-staggered:after,.fad.fa-bars-staggered:after{content:"\f550\fe02"}.fa-duotone.fa-reorder:before,.fad.fa-reorder:before{content:"\f550\fe01"}.fa-duotone.fa-reorder:after,.fad.fa-reorder:after{content:"\f550\fe02"}.fa-duotone.fa-stream:before,.fad.fa-stream:before{content:"\f550\fe01"}.fa-duotone.fa-stream:after,.fad.fa-stream:after{content:"\f550\fe02"}.fa-duotone.fa-baseball:before,.fad.fa-baseball:before{content:"\26be\fe01"}.fa-duotone.fa-baseball:after,.fad.fa-baseball:after{content:"\26be\fe02"}.fa-duotone.fa-baseball-ball:before,.fad.fa-baseball-ball:before{content:"\26be\fe01"}.fa-duotone.fa-baseball-ball:after,.fad.fa-baseball-ball:after{content:"\26be\fe02"}.fa-duotone.fa-baseball-bat-ball:before,.fad.fa-baseball-bat-ball:before{content:"\f432\fe01"}.fa-duotone.fa-baseball-bat-ball:after,.fad.fa-baseball-bat-ball:after{content:"\f432\fe02"}.fa-duotone.fa-basket-shopping:before,.fad.fa-basket-shopping:before{content:"\f291\fe01"}.fa-duotone.fa-basket-shopping:after,.fad.fa-basket-shopping:after{content:"\f291\fe02"}.fa-duotone.fa-shopping-basket:before,.fad.fa-shopping-basket:before{content:"\f291\fe01"}.fa-duotone.fa-shopping-basket:after,.fad.fa-shopping-basket:after{content:"\f291\fe02"}.fa-duotone.fa-basket-shopping-simple:before,.fad.fa-basket-shopping-simple:before{content:"\e0af\fe01"}.fa-duotone.fa-basket-shopping-simple:after,.fad.fa-basket-shopping-simple:after{content:"\e0af\fe02"}.fa-duotone.fa-shopping-basket-alt:before,.fad.fa-shopping-basket-alt:before{content:"\e0af\fe01"}.fa-duotone.fa-shopping-basket-alt:after,.fad.fa-shopping-basket-alt:after{content:"\e0af\fe02"}.fa-duotone.fa-basketball:before,.fad.fa-basketball:before{content:"\f434"}.fa-duotone.fa-basketball:after,.fad.fa-basketball:after{content:"\10f434"}.fa-duotone.fa-basketball-ball:before,.fad.fa-basketball-ball:before{content:"\f434"}.fa-duotone.fa-basketball-ball:after,.fad.fa-basketball-ball:after{content:"\10f434"}.fa-duotone.fa-basketball-hoop:before,.fad.fa-basketball-hoop:before{content:"\f435\fe01"}.fa-duotone.fa-basketball-hoop:after,.fad.fa-basketball-hoop:after{content:"\f435\fe02"}.fa-duotone.fa-bat:before,.fad.fa-bat:before{content:"\f6b5\fe01"}.fa-duotone.fa-bat:after,.fad.fa-bat:after{content:"\f6b5\fe02"}.fa-duotone.fa-bath:before,.fad.fa-bath:before{content:"\f2cd"}.fa-duotone.fa-bath:after,.fad.fa-bath:after{content:"\10f2cd"}.fa-duotone.fa-bathtub:before,.fad.fa-bathtub:before{content:"\f2cd"}.fa-duotone.fa-bathtub:after,.fad.fa-bathtub:after{content:"\10f2cd"}.fa-duotone.fa-battery-bolt:before,.fad.fa-battery-bolt:before{content:"\f376\fe01"}.fa-duotone.fa-battery-bolt:after,.fad.fa-battery-bolt:after{content:"\f376\fe02"}.fa-duotone.fa-battery-empty:before,.fad.fa-battery-empty:before{content:"\f244\fe01"}.fa-duotone.fa-battery-empty:after,.fad.fa-battery-empty:after{content:"\f244\fe02"}.fa-duotone.fa-battery-0:before,.fad.fa-battery-0:before{content:"\f244\fe01"}.fa-duotone.fa-battery-0:after,.fad.fa-battery-0:after{content:"\f244\fe02"}.fa-duotone.fa-battery-exclamation:before,.fad.fa-battery-exclamation:before{content:"\e0b0\fe01"}.fa-duotone.fa-battery-exclamation:after,.fad.fa-battery-exclamation:after{content:"\e0b0\fe02"}.fa-duotone.fa-battery-full:before,.fad.fa-battery-full:before{content:"\f240"}.fa-duotone.fa-battery-full:after,.fad.fa-battery-full:after{content:"\10f240"}.fa-duotone.fa-battery:before,.fad.fa-battery:before{content:"\f240"}.fa-duotone.fa-battery:after,.fad.fa-battery:after{content:"\10f240"}.fa-duotone.fa-battery-5:before,.fad.fa-battery-5:before{content:"\f240"}.fa-duotone.fa-battery-5:after,.fad.fa-battery-5:after{content:"\10f240"}.fa-duotone.fa-battery-half:before,.fad.fa-battery-half:before{content:"\f242\fe01"}.fa-duotone.fa-battery-half:after,.fad.fa-battery-half:after{content:"\f242\fe02"}.fa-duotone.fa-battery-3:before,.fad.fa-battery-3:before{content:"\f242\fe01"}.fa-duotone.fa-battery-3:after,.fad.fa-battery-3:after{content:"\f242\fe02"}.fa-duotone.fa-battery-low:before,.fad.fa-battery-low:before{content:"\e0b1\fe01"}.fa-duotone.fa-battery-low:after,.fad.fa-battery-low:after{content:"\e0b1\fe02"}.fa-duotone.fa-battery-1:before,.fad.fa-battery-1:before{content:"\e0b1\fe01"}.fa-duotone.fa-battery-1:after,.fad.fa-battery-1:after{content:"\e0b1\fe02"}.fa-duotone.fa-battery-quarter:before,.fad.fa-battery-quarter:before{content:"\f243\fe01"}.fa-duotone.fa-battery-quarter:after,.fad.fa-battery-quarter:after{content:"\f243\fe02"}.fa-duotone.fa-battery-2:before,.fad.fa-battery-2:before{content:"\f243\fe01"}.fa-duotone.fa-battery-2:after,.fad.fa-battery-2:after{content:"\f243\fe02"}.fa-duotone.fa-battery-slash:before,.fad.fa-battery-slash:before{content:"\f377\fe01"}.fa-duotone.fa-battery-slash:after,.fad.fa-battery-slash:after{content:"\f377\fe02"}.fa-duotone.fa-battery-three-quarters:before,.fad.fa-battery-three-quarters:before{content:"\f241\fe01"}.fa-duotone.fa-battery-three-quarters:after,.fad.fa-battery-three-quarters:after{content:"\f241\fe02"}.fa-duotone.fa-battery-4:before,.fad.fa-battery-4:before{content:"\f241\fe01"}.fa-duotone.fa-battery-4:after,.fad.fa-battery-4:after{content:"\f241\fe02"}.fa-duotone.fa-bed:before,.fad.fa-bed:before{content:"\f236"}.fa-duotone.fa-bed:after,.fad.fa-bed:after{content:"\10f236"}.fa-duotone.fa-bed-bunk:before,.fad.fa-bed-bunk:before{content:"\f8f8\fe01"}.fa-duotone.fa-bed-bunk:after,.fad.fa-bed-bunk:after{content:"\f8f8\fe02"}.fa-duotone.fa-bed-empty:before,.fad.fa-bed-empty:before{content:"\f8f9"}.fa-duotone.fa-bed-empty:after,.fad.fa-bed-empty:after{content:"\10f8f9"}.fa-duotone.fa-bed-front:before,.fad.fa-bed-front:before{content:"\f8f7\fe01"}.fa-duotone.fa-bed-front:after,.fad.fa-bed-front:after{content:"\f8f7\fe02"}.fa-duotone.fa-bed-alt:before,.fad.fa-bed-alt:before{content:"\f8f7\fe01"}.fa-duotone.fa-bed-alt:after,.fad.fa-bed-alt:after{content:"\f8f7\fe02"}.fa-duotone.fa-bed-pulse:before,.fad.fa-bed-pulse:before{content:"\f487\fe01"}.fa-duotone.fa-bed-pulse:after,.fad.fa-bed-pulse:after{content:"\f487\fe02"}.fa-duotone.fa-procedures:before,.fad.fa-procedures:before{content:"\f487\fe01"}.fa-duotone.fa-procedures:after,.fad.fa-procedures:after{content:"\f487\fe02"}.fa-duotone.fa-bee:before,.fad.fa-bee:before{content:"\e0b2\fe01"}.fa-duotone.fa-bee:after,.fad.fa-bee:after{content:"\e0b2\fe02"}.fa-duotone.fa-beer-mug:before,.fad.fa-beer-mug:before{content:"\e0b3\fe01"}.fa-duotone.fa-beer-mug:after,.fad.fa-beer-mug:after{content:"\e0b3\fe02"}.fa-duotone.fa-beer-foam:before,.fad.fa-beer-foam:before{content:"\e0b3\fe01"}.fa-duotone.fa-beer-foam:after,.fad.fa-beer-foam:after{content:"\e0b3\fe02"}.fa-duotone.fa-beer-mug-empty:before,.fad.fa-beer-mug-empty:before{content:"\f0fc\fe01"}.fa-duotone.fa-beer-mug-empty:after,.fad.fa-beer-mug-empty:after{content:"\f0fc\fe02"}.fa-duotone.fa-beer:before,.fad.fa-beer:before{content:"\f0fc\fe01"}.fa-duotone.fa-beer:after,.fad.fa-beer:after{content:"\f0fc\fe02"}.fa-duotone.fa-bell:before,.fad.fa-bell:before{content:"\f0f3"}.fa-duotone.fa-bell:after,.fad.fa-bell:after{content:"\10f0f3"}.fa-duotone.fa-bell-concierge:before,.fad.fa-bell-concierge:before{content:"\f562"}.fa-duotone.fa-bell-concierge:after,.fad.fa-bell-concierge:after{content:"\10f562"}.fa-duotone.fa-concierge-bell:before,.fad.fa-concierge-bell:before{content:"\f562"}.fa-duotone.fa-concierge-bell:after,.fad.fa-concierge-bell:after{content:"\10f562"}.fa-duotone.fa-bell-exclamation:before,.fad.fa-bell-exclamation:before{content:"\f848\fe01"}.fa-duotone.fa-bell-exclamation:after,.fad.fa-bell-exclamation:after{content:"\f848\fe02"}.fa-duotone.fa-bell-on:before,.fad.fa-bell-on:before{content:"\f8fa"}.fa-duotone.fa-bell-on:after,.fad.fa-bell-on:after{content:"\10f8fa"}.fa-duotone.fa-bell-plus:before,.fad.fa-bell-plus:before{content:"\f849\fe01"}.fa-duotone.fa-bell-plus:after,.fad.fa-bell-plus:after{content:"\f849\fe02"}.fa-duotone.fa-bell-school:before,.fad.fa-bell-school:before{content:"\f5d5\fe01"}.fa-duotone.fa-bell-school:after,.fad.fa-bell-school:after{content:"\f5d5\fe02"}.fa-duotone.fa-bell-school-slash:before,.fad.fa-bell-school-slash:before{content:"\f5d6\fe01"}.fa-duotone.fa-bell-school-slash:after,.fad.fa-bell-school-slash:after{content:"\f5d6\fe02"}.fa-duotone.fa-bell-slash:before,.fad.fa-bell-slash:before{content:"\f1f6"}.fa-duotone.fa-bell-slash:after,.fad.fa-bell-slash:after{content:"\10f1f6"}.fa-duotone.fa-bells:before,.fad.fa-bells:before{content:"\f77f\fe01"}.fa-duotone.fa-bells:after,.fad.fa-bells:after{content:"\f77f\fe02"}.fa-duotone.fa-bench-tree:before,.fad.fa-bench-tree:before{content:"\e2e7\fe01"}.fa-duotone.fa-bench-tree:after,.fad.fa-bench-tree:after{content:"\e2e7\fe02"}.fa-duotone.fa-bezier-curve:before,.fad.fa-bezier-curve:before{content:"\f55b\fe01"}.fa-duotone.fa-bezier-curve:after,.fad.fa-bezier-curve:after{content:"\f55b\fe02"}.fa-duotone.fa-bicycle:before,.fad.fa-bicycle:before{content:"\f206"}.fa-duotone.fa-bicycle:after,.fad.fa-bicycle:after{content:"\10f206"}.fa-duotone.fa-binary:before,.fad.fa-binary:before{content:"\e33b\fe01"}.fa-duotone.fa-binary:after,.fad.fa-binary:after{content:"\e33b\fe02"}.fa-duotone.fa-binary-circle-check:before,.fad.fa-binary-circle-check:before{content:"\e33c\fe01"}.fa-duotone.fa-binary-circle-check:after,.fad.fa-binary-circle-check:after{content:"\e33c\fe02"}.fa-duotone.fa-binary-lock:before,.fad.fa-binary-lock:before{content:"\e33d\fe01"}.fa-duotone.fa-binary-lock:after,.fad.fa-binary-lock:after{content:"\e33d\fe02"}.fa-duotone.fa-binary-slash:before,.fad.fa-binary-slash:before{content:"\e33e\fe01"}.fa-duotone.fa-binary-slash:after,.fad.fa-binary-slash:after{content:"\e33e\fe02"}.fa-duotone.fa-binoculars:before,.fad.fa-binoculars:before{content:"\f1e5\fe01"}.fa-duotone.fa-binoculars:after,.fad.fa-binoculars:after{content:"\f1e5\fe02"}.fa-duotone.fa-biohazard:before,.fad.fa-biohazard:before{content:"\2623\fe01"}.fa-duotone.fa-biohazard:after,.fad.fa-biohazard:after{content:"\2623\fe02"}.fa-duotone.fa-bitcoin-sign:before,.fad.fa-bitcoin-sign:before{content:"\e0b4\fe01"}.fa-duotone.fa-bitcoin-sign:after,.fad.fa-bitcoin-sign:after{content:"\e0b4\fe02"}.fa-duotone.fa-blanket:before,.fad.fa-blanket:before{content:"\f498\fe01"}.fa-duotone.fa-blanket:after,.fad.fa-blanket:after{content:"\f498\fe02"}.fa-duotone.fa-blender:before,.fad.fa-blender:before{content:"\f517\fe01"}.fa-duotone.fa-blender:after,.fad.fa-blender:after{content:"\f517\fe02"}.fa-duotone.fa-blender-phone:before,.fad.fa-blender-phone:before{content:"\f6b6\fe01"}.fa-duotone.fa-blender-phone:after,.fad.fa-blender-phone:after{content:"\f6b6\fe02"}.fa-duotone.fa-blinds:before,.fad.fa-blinds:before{content:"\f8fb\fe01"}.fa-duotone.fa-blinds:after,.fad.fa-blinds:after{content:"\f8fb\fe02"}.fa-duotone.fa-blinds-open:before,.fad.fa-blinds-open:before{content:"\f8fc\fe01"}.fa-duotone.fa-blinds-open:after,.fad.fa-blinds-open:after{content:"\f8fc\fe02"}.fa-duotone.fa-blinds-raised:before,.fad.fa-blinds-raised:before{content:"\f8fd\fe01"}.fa-duotone.fa-blinds-raised:after,.fad.fa-blinds-raised:after{content:"\f8fd\fe02"}.fa-duotone.fa-block-quote:before,.fad.fa-block-quote:before{content:"\e0b5\fe01"}.fa-duotone.fa-block-quote:after,.fad.fa-block-quote:after{content:"\e0b5\fe02"}.fa-duotone.fa-blog:before,.fad.fa-blog:before{content:"\f781\fe01"}.fa-duotone.fa-blog:after,.fad.fa-blog:after{content:"\f781\fe02"}.fa-duotone.fa-blueberries:before,.fad.fa-blueberries:before{content:"\e2e8\fe01"}.fa-duotone.fa-blueberries:after,.fad.fa-blueberries:after{content:"\e2e8\fe02"}.fa-duotone.fa-bluetooth:before,.fad.fa-bluetooth:before{content:"\f293\fe01"}.fa-duotone.fa-bluetooth:after,.fad.fa-bluetooth:after{content:"\f293\fe02"}.fa-duotone.fa-bold:before,.fad.fa-bold:before{content:"\f032\fe01"}.fa-duotone.fa-bold:after,.fad.fa-bold:after{content:"\f032\fe02"}.fa-duotone.fa-bolt:before,.fad.fa-bolt:before{content:"\26a1\fe01"}.fa-duotone.fa-bolt:after,.fad.fa-bolt:after{content:"\26a1\fe02"}.fa-duotone.fa-flash:before,.fad.fa-flash:before{content:"\26a1\fe01"}.fa-duotone.fa-flash:after,.fad.fa-flash:after{content:"\26a1\fe02"}.fa-duotone.fa-bolt-auto:before,.fad.fa-bolt-auto:before{content:"\e0b6\fe01"}.fa-duotone.fa-bolt-auto:after,.fad.fa-bolt-auto:after{content:"\e0b6\fe02"}.fa-duotone.fa-bolt-lightning:before,.fad.fa-bolt-lightning:before{content:"\e0b7\fe01"}.fa-duotone.fa-bolt-lightning:after,.fad.fa-bolt-lightning:after{content:"\e0b7\fe02"}.fa-duotone.fa-bolt-slash:before,.fad.fa-bolt-slash:before{content:"\e0b8\fe01"}.fa-duotone.fa-bolt-slash:after,.fad.fa-bolt-slash:after{content:"\e0b8\fe02"}.fa-duotone.fa-bomb:before,.fad.fa-bomb:before{content:"\f1e2"}.fa-duotone.fa-bomb:after,.fad.fa-bomb:after{content:"\10f1e2"}.fa-duotone.fa-bone:before,.fad.fa-bone:before{content:"\f5d7"}.fa-duotone.fa-bone:after,.fad.fa-bone:after{content:"\10f5d7"}.fa-duotone.fa-bone-break:before,.fad.fa-bone-break:before{content:"\f5d8\fe01"}.fa-duotone.fa-bone-break:after,.fad.fa-bone-break:after{content:"\f5d8\fe02"}.fa-duotone.fa-bong:before,.fad.fa-bong:before{content:"\f55c\fe01"}.fa-duotone.fa-bong:after,.fad.fa-bong:after{content:"\f55c\fe02"}.fa-duotone.fa-book:before,.fad.fa-book:before{content:"\f02d"}.fa-duotone.fa-book:after,.fad.fa-book:after{content:"\10f02d"}.fa-duotone.fa-book-arrow-right:before,.fad.fa-book-arrow-right:before{content:"\e0b9\fe01"}.fa-duotone.fa-book-arrow-right:after,.fad.fa-book-arrow-right:after{content:"\e0b9\fe02"}.fa-duotone.fa-book-arrow-up:before,.fad.fa-book-arrow-up:before{content:"\e0ba\fe01"}.fa-duotone.fa-book-arrow-up:after,.fad.fa-book-arrow-up:after{content:"\e0ba\fe02"}.fa-duotone.fa-book-atlas:before,.fad.fa-book-atlas:before{content:"\f558\fe01"}.fa-duotone.fa-book-atlas:after,.fad.fa-book-atlas:after{content:"\f558\fe02"}.fa-duotone.fa-atlas:before,.fad.fa-atlas:before{content:"\f558\fe01"}.fa-duotone.fa-atlas:after,.fad.fa-atlas:after{content:"\f558\fe02"}.fa-duotone.fa-book-bible:before,.fad.fa-book-bible:before{content:"\f647\fe01"}.fa-duotone.fa-book-bible:after,.fad.fa-book-bible:after{content:"\f647\fe02"}.fa-duotone.fa-bible:before,.fad.fa-bible:before{content:"\f647\fe01"}.fa-duotone.fa-bible:after,.fad.fa-bible:after{content:"\f647\fe02"}.fa-duotone.fa-book-blank:before,.fad.fa-book-blank:before{content:"\f5d9"}.fa-duotone.fa-book-blank:after,.fad.fa-book-blank:after{content:"\10f5d9"}.fa-duotone.fa-book-alt:before,.fad.fa-book-alt:before{content:"\f5d9"}.fa-duotone.fa-book-alt:after,.fad.fa-book-alt:after{content:"\10f5d9"}.fa-duotone.fa-book-bookmark:before,.fad.fa-book-bookmark:before{content:"\e0bb\fe01"}.fa-duotone.fa-book-bookmark:after,.fad.fa-book-bookmark:after{content:"\e0bb\fe02"}.fa-duotone.fa-book-circle-arrow-right:before,.fad.fa-book-circle-arrow-right:before{content:"\e0bc\fe01"}.fa-duotone.fa-book-circle-arrow-right:after,.fad.fa-book-circle-arrow-right:after{content:"\e0bc\fe02"}.fa-duotone.fa-book-circle-arrow-up:before,.fad.fa-book-circle-arrow-up:before{content:"\e0bd\fe01"}.fa-duotone.fa-book-circle-arrow-up:after,.fad.fa-book-circle-arrow-up:after{content:"\e0bd\fe02"}.fa-duotone.fa-book-copy:before,.fad.fa-book-copy:before{content:"\e0be\fe01"}.fa-duotone.fa-book-copy:after,.fad.fa-book-copy:after{content:"\e0be\fe02"}.fa-duotone.fa-book-font:before,.fad.fa-book-font:before{content:"\e0bf\fe01"}.fa-duotone.fa-book-font:after,.fad.fa-book-font:after{content:"\e0bf\fe02"}.fa-duotone.fa-book-heart:before,.fad.fa-book-heart:before{content:"\f499\fe01"}.fa-duotone.fa-book-heart:after,.fad.fa-book-heart:after{content:"\f499\fe02"}.fa-duotone.fa-book-journal-whills:before,.fad.fa-book-journal-whills:before{content:"\f66a\fe01"}.fa-duotone.fa-book-journal-whills:after,.fad.fa-book-journal-whills:after{content:"\f66a\fe02"}.fa-duotone.fa-journal-whills:before,.fad.fa-journal-whills:before{content:"\f66a\fe01"}.fa-duotone.fa-journal-whills:after,.fad.fa-journal-whills:after{content:"\f66a\fe02"}.fa-duotone.fa-book-medical:before,.fad.fa-book-medical:before{content:"\f7e6\fe01"}.fa-duotone.fa-book-medical:after,.fad.fa-book-medical:after{content:"\f7e6\fe02"}.fa-duotone.fa-book-open:before,.fad.fa-book-open:before{content:"\f518"}.fa-duotone.fa-book-open:after,.fad.fa-book-open:after{content:"\10f518"}.fa-duotone.fa-book-open-cover:before,.fad.fa-book-open-cover:before{content:"\e0c0\fe01"}.fa-duotone.fa-book-open-cover:after,.fad.fa-book-open-cover:after{content:"\e0c0\fe02"}.fa-duotone.fa-book-open-alt:before,.fad.fa-book-open-alt:before{content:"\e0c0\fe01"}.fa-duotone.fa-book-open-alt:after,.fad.fa-book-open-alt:after{content:"\e0c0\fe02"}.fa-duotone.fa-book-open-reader:before,.fad.fa-book-open-reader:before{content:"\f5da\fe01"}.fa-duotone.fa-book-open-reader:after,.fad.fa-book-open-reader:after{content:"\f5da\fe02"}.fa-duotone.fa-book-reader:before,.fad.fa-book-reader:before{content:"\f5da\fe01"}.fa-duotone.fa-book-reader:after,.fad.fa-book-reader:after{content:"\f5da\fe02"}.fa-duotone.fa-book-quran:before,.fad.fa-book-quran:before{content:"\f687\fe01"}.fa-duotone.fa-book-quran:after,.fad.fa-book-quran:after{content:"\f687\fe02"}.fa-duotone.fa-quran:before,.fad.fa-quran:before{content:"\f687\fe01"}.fa-duotone.fa-quran:after,.fad.fa-quran:after{content:"\f687\fe02"}.fa-duotone.fa-book-section:before,.fad.fa-book-section:before{content:"\e0c1\fe01"}.fa-duotone.fa-book-section:after,.fad.fa-book-section:after{content:"\e0c1\fe02"}.fa-duotone.fa-book-law:before,.fad.fa-book-law:before{content:"\e0c1\fe01"}.fa-duotone.fa-book-law:after,.fad.fa-book-law:after{content:"\e0c1\fe02"}.fa-duotone.fa-book-skull:before,.fad.fa-book-skull:before{content:"\f6b7\fe01"}.fa-duotone.fa-book-skull:after,.fad.fa-book-skull:after{content:"\f6b7\fe02"}.fa-duotone.fa-book-dead:before,.fad.fa-book-dead:before{content:"\f6b7\fe01"}.fa-duotone.fa-book-dead:after,.fad.fa-book-dead:after{content:"\f6b7\fe02"}.fa-duotone.fa-book-sparkles:before,.fad.fa-book-sparkles:before{content:"\f6b8\fe01"}.fa-duotone.fa-book-sparkles:after,.fad.fa-book-sparkles:after{content:"\f6b8\fe02"}.fa-duotone.fa-book-spells:before,.fad.fa-book-spells:before{content:"\f6b8\fe01"}.fa-duotone.fa-book-spells:after,.fad.fa-book-spells:after{content:"\f6b8\fe02"}.fa-duotone.fa-book-tanakh:before,.fad.fa-book-tanakh:before{content:"\f827\fe01"}.fa-duotone.fa-book-tanakh:after,.fad.fa-book-tanakh:after{content:"\f827\fe02"}.fa-duotone.fa-tanakh:before,.fad.fa-tanakh:before{content:"\f827\fe01"}.fa-duotone.fa-tanakh:after,.fad.fa-tanakh:after{content:"\f827\fe02"}.fa-duotone.fa-book-user:before,.fad.fa-book-user:before{content:"\f7e7\fe01"}.fa-duotone.fa-book-user:after,.fad.fa-book-user:after{content:"\f7e7\fe02"}.fa-duotone.fa-bookmark:before,.fad.fa-bookmark:before{content:"\f02e"}.fa-duotone.fa-bookmark:after,.fad.fa-bookmark:after{content:"\10f02e"}.fa-duotone.fa-bookmark-slash:before,.fad.fa-bookmark-slash:before{content:"\e0c2\fe01"}.fa-duotone.fa-bookmark-slash:after,.fad.fa-bookmark-slash:after{content:"\e0c2\fe02"}.fa-duotone.fa-books:before,.fad.fa-books:before{content:"\f5db"}.fa-duotone.fa-books:after,.fad.fa-books:after{content:"\10f5db"}.fa-duotone.fa-books-medical:before,.fad.fa-books-medical:before{content:"\f7e8\fe01"}.fa-duotone.fa-books-medical:after,.fad.fa-books-medical:after{content:"\f7e8\fe02"}.fa-duotone.fa-boombox:before,.fad.fa-boombox:before{content:"\f8a5"}.fa-duotone.fa-boombox:after,.fad.fa-boombox:after{content:"\10f8a5"}.fa-duotone.fa-boot:before,.fad.fa-boot:before{content:"\f782"}.fa-duotone.fa-boot:after,.fad.fa-boot:after{content:"\10f782"}.fa-duotone.fa-boot-heeled:before,.fad.fa-boot-heeled:before{content:"\e33f\fe01"}.fa-duotone.fa-boot-heeled:after,.fad.fa-boot-heeled:after{content:"\e33f\fe02"}.fa-duotone.fa-booth-curtain:before,.fad.fa-booth-curtain:before{content:"\f734\fe01"}.fa-duotone.fa-booth-curtain:after,.fad.fa-booth-curtain:after{content:"\f734\fe02"}.fa-duotone.fa-border-all:before,.fad.fa-border-all:before{content:"\f84c\fe01"}.fa-duotone.fa-border-all:after,.fad.fa-border-all:after{content:"\f84c\fe02"}.fa-duotone.fa-border-bottom:before,.fad.fa-border-bottom:before{content:"\f84d\fe01"}.fa-duotone.fa-border-bottom:after,.fad.fa-border-bottom:after{content:"\f84d\fe02"}.fa-duotone.fa-border-bottom-right:before,.fad.fa-border-bottom-right:before{content:"\f854\fe01"}.fa-duotone.fa-border-bottom-right:after,.fad.fa-border-bottom-right:after{content:"\f854\fe02"}.fa-duotone.fa-border-style-alt:before,.fad.fa-border-style-alt:before{content:"\f854\fe01"}.fa-duotone.fa-border-style-alt:after,.fad.fa-border-style-alt:after{content:"\f854\fe02"}.fa-duotone.fa-border-center-h:before,.fad.fa-border-center-h:before{content:"\f89c\fe01"}.fa-duotone.fa-border-center-h:after,.fad.fa-border-center-h:after{content:"\f89c\fe02"}.fa-duotone.fa-border-center-v:before,.fad.fa-border-center-v:before{content:"\f89d\fe01"}.fa-duotone.fa-border-center-v:after,.fad.fa-border-center-v:after{content:"\f89d\fe02"}.fa-duotone.fa-border-inner:before,.fad.fa-border-inner:before{content:"\f84e\fe01"}.fa-duotone.fa-border-inner:after,.fad.fa-border-inner:after{content:"\f84e\fe02"}.fa-duotone.fa-border-left:before,.fad.fa-border-left:before{content:"\f84f\fe01"}.fa-duotone.fa-border-left:after,.fad.fa-border-left:after{content:"\f84f\fe02"}.fa-duotone.fa-border-none:before,.fad.fa-border-none:before{content:"\f850\fe01"}.fa-duotone.fa-border-none:after,.fad.fa-border-none:after{content:"\f850\fe02"}.fa-duotone.fa-border-outer:before,.fad.fa-border-outer:before{content:"\f851\fe01"}.fa-duotone.fa-border-outer:after,.fad.fa-border-outer:after{content:"\f851\fe02"}.fa-duotone.fa-border-right:before,.fad.fa-border-right:before{content:"\f852\fe01"}.fa-duotone.fa-border-right:after,.fad.fa-border-right:after{content:"\f852\fe02"}.fa-duotone.fa-border-top:before,.fad.fa-border-top:before{content:"\f855\fe01"}.fa-duotone.fa-border-top:after,.fad.fa-border-top:after{content:"\f855\fe02"}.fa-duotone.fa-border-top-left:before,.fad.fa-border-top-left:before{content:"\f853\fe01"}.fa-duotone.fa-border-top-left:after,.fad.fa-border-top-left:after{content:"\f853\fe02"}.fa-duotone.fa-border-style:before,.fad.fa-border-style:before{content:"\f853\fe01"}.fa-duotone.fa-border-style:after,.fad.fa-border-style:after{content:"\f853\fe02"}.fa-duotone.fa-bow-arrow:before,.fad.fa-bow-arrow:before{content:"\f6b9"}.fa-duotone.fa-bow-arrow:after,.fad.fa-bow-arrow:after{content:"\10f6b9"}.fa-duotone.fa-bowl-chopsticks:before,.fad.fa-bowl-chopsticks:before{content:"\e2e9\fe01"}.fa-duotone.fa-bowl-chopsticks:after,.fad.fa-bowl-chopsticks:after{content:"\e2e9\fe02"}.fa-duotone.fa-bowl-chopsticks-noodles:before,.fad.fa-bowl-chopsticks-noodles:before{content:"\e2ea\fe01"}.fa-duotone.fa-bowl-chopsticks-noodles:after,.fad.fa-bowl-chopsticks-noodles:after{content:"\e2ea\fe02"}.fa-duotone.fa-bowl-hot:before,.fad.fa-bowl-hot:before{content:"\f823\fe01"}.fa-duotone.fa-bowl-hot:after,.fad.fa-bowl-hot:after{content:"\f823\fe02"}.fa-duotone.fa-soup:before,.fad.fa-soup:before{content:"\f823\fe01"}.fa-duotone.fa-soup:after,.fad.fa-soup:after{content:"\f823\fe02"}.fa-duotone.fa-bowl-rice:before,.fad.fa-bowl-rice:before{content:"\e2eb\fe01"}.fa-duotone.fa-bowl-rice:after,.fad.fa-bowl-rice:after{content:"\e2eb\fe02"}.fa-duotone.fa-bowling-ball:before,.fad.fa-bowling-ball:before{content:"\f436\fe01"}.fa-duotone.fa-bowling-ball:after,.fad.fa-bowling-ball:after{content:"\f436\fe02"}.fa-duotone.fa-bowling-ball-pin:before,.fad.fa-bowling-ball-pin:before{content:"\e0c3\fe01"}.fa-duotone.fa-bowling-ball-pin:after,.fad.fa-bowling-ball-pin:after{content:"\e0c3\fe02"}.fa-duotone.fa-bowling-pins:before,.fad.fa-bowling-pins:before{content:"\f437\fe01"}.fa-duotone.fa-bowling-pins:after,.fad.fa-bowling-pins:after{content:"\f437\fe02"}.fa-duotone.fa-box:before,.fad.fa-box:before{content:"\f466"}.fa-duotone.fa-box:after,.fad.fa-box:after{content:"\10f466"}.fa-duotone.fa-box-archive:before,.fad.fa-box-archive:before{content:"\f187\fe01"}.fa-duotone.fa-box-archive:after,.fad.fa-box-archive:after{content:"\f187\fe02"}.fa-duotone.fa-archive:before,.fad.fa-archive:before{content:"\f187\fe01"}.fa-duotone.fa-archive:after,.fad.fa-archive:after{content:"\f187\fe02"}.fa-duotone.fa-box-ballot:before,.fad.fa-box-ballot:before{content:"\f735"}.fa-duotone.fa-box-ballot:after,.fad.fa-box-ballot:after{content:"\10f735"}.fa-duotone.fa-box-check:before,.fad.fa-box-check:before{content:"\f467\fe01"}.fa-duotone.fa-box-check:after,.fad.fa-box-check:after{content:"\f467\fe02"}.fa-duotone.fa-box-circle-check:before,.fad.fa-box-circle-check:before{content:"\e0c4\fe01"}.fa-duotone.fa-box-circle-check:after,.fad.fa-box-circle-check:after{content:"\e0c4\fe02"}.fa-duotone.fa-box-dollar:before,.fad.fa-box-dollar:before{content:"\f4a0\fe01"}.fa-duotone.fa-box-dollar:after,.fad.fa-box-dollar:after{content:"\f4a0\fe02"}.fa-duotone.fa-box-usd:before,.fad.fa-box-usd:before{content:"\f4a0\fe01"}.fa-duotone.fa-box-usd:after,.fad.fa-box-usd:after{content:"\f4a0\fe02"}.fa-duotone.fa-box-heart:before,.fad.fa-box-heart:before{content:"\f49d\fe01"}.fa-duotone.fa-box-heart:after,.fad.fa-box-heart:after{content:"\f49d\fe02"}.fa-duotone.fa-box-open:before,.fad.fa-box-open:before{content:"\f49e\fe01"}.fa-duotone.fa-box-open:after,.fad.fa-box-open:after{content:"\f49e\fe02"}.fa-duotone.fa-box-open-full:before,.fad.fa-box-open-full:before{content:"\f49c\fe01"}.fa-duotone.fa-box-open-full:after,.fad.fa-box-open-full:after{content:"\f49c\fe02"}.fa-duotone.fa-box-full:before,.fad.fa-box-full:before{content:"\f49c\fe01"}.fa-duotone.fa-box-full:after,.fad.fa-box-full:after{content:"\f49c\fe02"}.fa-duotone.fa-box-taped:before,.fad.fa-box-taped:before{content:"\f49a\fe01"}.fa-duotone.fa-box-taped:after,.fad.fa-box-taped:after{content:"\f49a\fe02"}.fa-duotone.fa-box-alt:before,.fad.fa-box-alt:before{content:"\f49a\fe01"}.fa-duotone.fa-box-alt:after,.fad.fa-box-alt:after{content:"\f49a\fe02"}.fa-duotone.fa-box-tissue:before,.fad.fa-box-tissue:before{content:"\e05b\fe01"}.fa-duotone.fa-box-tissue:after,.fad.fa-box-tissue:after{content:"\e05b\fe02"}.fa-duotone.fa-boxes-stacked:before,.fad.fa-boxes-stacked:before{content:"\f468\fe01"}.fa-duotone.fa-boxes-stacked:after,.fad.fa-boxes-stacked:after{content:"\f468\fe02"}.fa-duotone.fa-boxes:before,.fad.fa-boxes:before{content:"\f468\fe01"}.fa-duotone.fa-boxes:after,.fad.fa-boxes:after{content:"\f468\fe02"}.fa-duotone.fa-boxes-alt:before,.fad.fa-boxes-alt:before{content:"\f468\fe01"}.fa-duotone.fa-boxes-alt:after,.fad.fa-boxes-alt:after{content:"\f468\fe02"}.fa-duotone.fa-boxing-glove:before,.fad.fa-boxing-glove:before{content:"\f438"}.fa-duotone.fa-boxing-glove:after,.fad.fa-boxing-glove:after{content:"\10f438"}.fa-duotone.fa-glove-boxing:before,.fad.fa-glove-boxing:before{content:"\f438"}.fa-duotone.fa-glove-boxing:after,.fad.fa-glove-boxing:after{content:"\10f438"}.fa-duotone.fa-bracket-curly:before,.fad.fa-bracket-curly:before{content:"\7b\fe01"}.fa-duotone.fa-bracket-curly:after,.fad.fa-bracket-curly:after{content:"\7b\fe02"}.fa-duotone.fa-bracket-curly-left:before,.fad.fa-bracket-curly-left:before{content:"\7b\fe01"}.fa-duotone.fa-bracket-curly-left:after,.fad.fa-bracket-curly-left:after{content:"\7b\fe02"}.fa-duotone.fa-bracket-curly-right:before,.fad.fa-bracket-curly-right:before{content:"\7d\fe01"}.fa-duotone.fa-bracket-curly-right:after,.fad.fa-bracket-curly-right:after{content:"\7d\fe02"}.fa-duotone.fa-bracket-round:before,.fad.fa-bracket-round:before{content:"\28\fe01"}.fa-duotone.fa-bracket-round:after,.fad.fa-bracket-round:after{content:"\28\fe02"}.fa-duotone.fa-parenthesis:before,.fad.fa-parenthesis:before{content:"\28\fe01"}.fa-duotone.fa-parenthesis:after,.fad.fa-parenthesis:after{content:"\28\fe02"}.fa-duotone.fa-bracket-round-right:before,.fad.fa-bracket-round-right:before{content:"\29\fe01"}.fa-duotone.fa-bracket-round-right:after,.fad.fa-bracket-round-right:after{content:"\29\fe02"}.fa-duotone.fa-bracket-square:before,.fad.fa-bracket-square:before{content:"\5b\fe01"}.fa-duotone.fa-bracket-square:after,.fad.fa-bracket-square:after{content:"\5b\fe02"}.fa-duotone.fa-bracket:before,.fad.fa-bracket:before{content:"\5b\fe01"}.fa-duotone.fa-bracket:after,.fad.fa-bracket:after{content:"\5b\fe02"}.fa-duotone.fa-bracket-left:before,.fad.fa-bracket-left:before{content:"\5b\fe01"}.fa-duotone.fa-bracket-left:after,.fad.fa-bracket-left:after{content:"\5b\fe02"}.fa-duotone.fa-bracket-square-right:before,.fad.fa-bracket-square-right:before{content:"\5d\fe01"}.fa-duotone.fa-bracket-square-right:after,.fad.fa-bracket-square-right:after{content:"\5d\fe02"}.fa-duotone.fa-brackets-curly:before,.fad.fa-brackets-curly:before{content:"\f7ea\fe01"}.fa-duotone.fa-brackets-curly:after,.fad.fa-brackets-curly:after{content:"\f7ea\fe02"}.fa-duotone.fa-brackets-round:before,.fad.fa-brackets-round:before{content:"\e0c5\fe01"}.fa-duotone.fa-brackets-round:after,.fad.fa-brackets-round:after{content:"\e0c5\fe02"}.fa-duotone.fa-parentheses:before,.fad.fa-parentheses:before{content:"\e0c5\fe01"}.fa-duotone.fa-parentheses:after,.fad.fa-parentheses:after{content:"\e0c5\fe02"}.fa-duotone.fa-brackets-square:before,.fad.fa-brackets-square:before{content:"\f7e9\fe01"}.fa-duotone.fa-brackets-square:after,.fad.fa-brackets-square:after{content:"\f7e9\fe02"}.fa-duotone.fa-brackets:before,.fad.fa-brackets:before{content:"\f7e9\fe01"}.fa-duotone.fa-brackets:after,.fad.fa-brackets:after{content:"\f7e9\fe02"}.fa-duotone.fa-braille:before,.fad.fa-braille:before{content:"\f2a1\fe01"}.fa-duotone.fa-braille:after,.fad.fa-braille:after{content:"\f2a1\fe02"}.fa-duotone.fa-brain:before,.fad.fa-brain:before{content:"\f5dc"}.fa-duotone.fa-brain:after,.fad.fa-brain:after{content:"\10f5dc"}.fa-duotone.fa-brain-arrow-curved-right:before,.fad.fa-brain-arrow-curved-right:before{content:"\f677\fe01"}.fa-duotone.fa-brain-arrow-curved-right:after,.fad.fa-brain-arrow-curved-right:after{content:"\f677\fe02"}.fa-duotone.fa-mind-share:before,.fad.fa-mind-share:before{content:"\f677\fe01"}.fa-duotone.fa-mind-share:after,.fad.fa-mind-share:after{content:"\f677\fe02"}.fa-duotone.fa-brain-circuit:before,.fad.fa-brain-circuit:before{content:"\e0c6\fe01"}.fa-duotone.fa-brain-circuit:after,.fad.fa-brain-circuit:after{content:"\e0c6\fe02"}.fa-duotone.fa-brake-warning:before,.fad.fa-brake-warning:before{content:"\e0c7\fe01"}.fa-duotone.fa-brake-warning:after,.fad.fa-brake-warning:after{content:"\e0c7\fe02"}.fa-duotone.fa-bread-loaf:before,.fad.fa-bread-loaf:before{content:"\f7eb"}.fa-duotone.fa-bread-loaf:after,.fad.fa-bread-loaf:after{content:"\10f7eb"}.fa-duotone.fa-bread-slice:before,.fad.fa-bread-slice:before{content:"\f7ec\fe01"}.fa-duotone.fa-bread-slice:after,.fad.fa-bread-slice:after{content:"\f7ec\fe02"}.fa-duotone.fa-briefcase:before,.fad.fa-briefcase:before{content:"\f0b1"}.fa-duotone.fa-briefcase:after,.fad.fa-briefcase:after{content:"\10f0b1"}.fa-duotone.fa-briefcase-arrow-right:before,.fad.fa-briefcase-arrow-right:before{content:"\e2f2\fe01"}.fa-duotone.fa-briefcase-arrow-right:after,.fad.fa-briefcase-arrow-right:after{content:"\e2f2\fe02"}.fa-duotone.fa-briefcase-blank:before,.fad.fa-briefcase-blank:before{content:"\e0c8\fe01"}.fa-duotone.fa-briefcase-blank:after,.fad.fa-briefcase-blank:after{content:"\e0c8\fe02"}.fa-duotone.fa-briefcase-clock:before,.fad.fa-briefcase-clock:before{content:"\f64a\fe01"}.fa-duotone.fa-briefcase-clock:after,.fad.fa-briefcase-clock:after{content:"\f64a\fe02"}.fa-duotone.fa-business-time:before,.fad.fa-business-time:before{content:"\f64a\fe01"}.fa-duotone.fa-business-time:after,.fad.fa-business-time:after{content:"\f64a\fe02"}.fa-duotone.fa-briefcase-medical:before,.fad.fa-briefcase-medical:before{content:"\f469\fe01"}.fa-duotone.fa-briefcase-medical:after,.fad.fa-briefcase-medical:after{content:"\f469\fe02"}.fa-duotone.fa-brightness:before,.fad.fa-brightness:before{content:"\e0c9\fe01"}.fa-duotone.fa-brightness:after,.fad.fa-brightness:after{content:"\e0c9\fe02"}.fa-duotone.fa-brightness-low:before,.fad.fa-brightness-low:before{content:"\e0ca\fe01"}.fa-duotone.fa-brightness-low:after,.fad.fa-brightness-low:after{content:"\e0ca\fe02"}.fa-duotone.fa-bring-forward:before,.fad.fa-bring-forward:before{content:"\f856\fe01"}.fa-duotone.fa-bring-forward:after,.fad.fa-bring-forward:after{content:"\f856\fe02"}.fa-duotone.fa-bring-front:before,.fad.fa-bring-front:before{content:"\f857\fe01"}.fa-duotone.fa-bring-front:after,.fad.fa-bring-front:after{content:"\f857\fe02"}.fa-duotone.fa-broom:before,.fad.fa-broom:before{content:"\f51a"}.fa-duotone.fa-broom:after,.fad.fa-broom:after{content:"\10f51a"}.fa-duotone.fa-browser:before,.fad.fa-browser:before{content:"\f37e"}.fa-duotone.fa-browser:after,.fad.fa-browser:after{content:"\10f37e"}.fa-duotone.fa-browsers:before,.fad.fa-browsers:before{content:"\e0cb\fe01"}.fa-duotone.fa-browsers:after,.fad.fa-browsers:after{content:"\e0cb\fe02"}.fa-duotone.fa-brush:before,.fad.fa-brush:before{content:"\f55d\fe01"}.fa-duotone.fa-brush:after,.fad.fa-brush:after{content:"\f55d\fe02"}.fa-duotone.fa-bug:before,.fad.fa-bug:before{content:"\f188\fe01"}.fa-duotone.fa-bug:after,.fad.fa-bug:after{content:"\f188\fe02"}.fa-duotone.fa-building:before,.fad.fa-building:before{content:"\f1ad"}.fa-duotone.fa-building:after,.fad.fa-building:after{content:"\10f1ad"}.fa-duotone.fa-buildings:before,.fad.fa-buildings:before{content:"\e0cc\fe01"}.fa-duotone.fa-buildings:after,.fad.fa-buildings:after{content:"\e0cc\fe02"}.fa-duotone.fa-bullhorn:before,.fad.fa-bullhorn:before{content:"\f0a1"}.fa-duotone.fa-bullhorn:after,.fad.fa-bullhorn:after{content:"\10f0a1"}.fa-duotone.fa-bullseye:before,.fad.fa-bullseye:before{content:"\f140\fe01"}.fa-duotone.fa-bullseye:after,.fad.fa-bullseye:after{content:"\f140\fe02"}.fa-duotone.fa-bullseye-arrow:before,.fad.fa-bullseye-arrow:before{content:"\f648"}.fa-duotone.fa-bullseye-arrow:after,.fad.fa-bullseye-arrow:after{content:"\10f648"}.fa-duotone.fa-bullseye-pointer:before,.fad.fa-bullseye-pointer:before{content:"\f649\fe01"}.fa-duotone.fa-bullseye-pointer:after,.fad.fa-bullseye-pointer:after{content:"\f649\fe02"}.fa-duotone.fa-burger:before,.fad.fa-burger:before{content:"\f805\fe01"}.fa-duotone.fa-burger:after,.fad.fa-burger:after{content:"\f805\fe02"}.fa-duotone.fa-hamburger:before,.fad.fa-hamburger:before{content:"\f805\fe01"}.fa-duotone.fa-hamburger:after,.fad.fa-hamburger:after{content:"\f805\fe02"}.fa-duotone.fa-burger-cheese:before,.fad.fa-burger-cheese:before{content:"\f7f1"}.fa-duotone.fa-burger-cheese:after,.fad.fa-burger-cheese:after{content:"\10f7f1"}.fa-duotone.fa-cheeseburger:before,.fad.fa-cheeseburger:before{content:"\f7f1"}.fa-duotone.fa-cheeseburger:after,.fad.fa-cheeseburger:after{content:"\10f7f1"}.fa-duotone.fa-burger-fries:before,.fad.fa-burger-fries:before{content:"\e0cd\fe01"}.fa-duotone.fa-burger-fries:after,.fad.fa-burger-fries:after{content:"\e0cd\fe02"}.fa-duotone.fa-burger-glass:before,.fad.fa-burger-glass:before{content:"\e0ce\fe01"}.fa-duotone.fa-burger-glass:after,.fad.fa-burger-glass:after{content:"\e0ce\fe02"}.fa-duotone.fa-burger-soda:before,.fad.fa-burger-soda:before{content:"\f858\fe01"}.fa-duotone.fa-burger-soda:after,.fad.fa-burger-soda:after{content:"\f858\fe02"}.fa-duotone.fa-burrito:before,.fad.fa-burrito:before{content:"\f7ed"}.fa-duotone.fa-burrito:after,.fad.fa-burrito:after{content:"\10f7ed"}.fa-duotone.fa-bus:before,.fad.fa-bus:before{content:"\f207"}.fa-duotone.fa-bus:after,.fad.fa-bus:after{content:"\10f207"}.fa-duotone.fa-bus-school:before,.fad.fa-bus-school:before{content:"\f5dd\fe01"}.fa-duotone.fa-bus-school:after,.fad.fa-bus-school:after{content:"\f5dd\fe02"}.fa-duotone.fa-bus-simple:before,.fad.fa-bus-simple:before{content:"\f55e\fe01"}.fa-duotone.fa-bus-simple:after,.fad.fa-bus-simple:after{content:"\f55e\fe02"}.fa-duotone.fa-bus-alt:before,.fad.fa-bus-alt:before{content:"\f55e\fe01"}.fa-duotone.fa-bus-alt:after,.fad.fa-bus-alt:after{content:"\f55e\fe02"}.fa-duotone.fa-c:before,.fad.fa-c:before{content:"\43\fe01"}.fa-duotone.fa-c:after,.fad.fa-c:after{content:"\43\fe02"}.fa-duotone.fa-cabinet-filing:before,.fad.fa-cabinet-filing:before{content:"\f64b"}.fa-duotone.fa-cabinet-filing:after,.fad.fa-cabinet-filing:after{content:"\10f64b"}.fa-duotone.fa-cable-car:before,.fad.fa-cable-car:before{content:"\e0cf\fe01"}.fa-duotone.fa-cable-car:after,.fad.fa-cable-car:after{content:"\e0cf\fe02"}.fa-duotone.fa-cactus:before,.fad.fa-cactus:before{content:"\f8a7"}.fa-duotone.fa-cactus:after,.fad.fa-cactus:after{content:"\10f8a7"}.fa-duotone.fa-cake-candles:before,.fad.fa-cake-candles:before{content:"\f1fd"}.fa-duotone.fa-cake-candles:after,.fad.fa-cake-candles:after{content:"\10f1fd"}.fa-duotone.fa-birthday-cake:before,.fad.fa-birthday-cake:before{content:"\f1fd"}.fa-duotone.fa-birthday-cake:after,.fad.fa-birthday-cake:after{content:"\10f1fd"}.fa-duotone.fa-calculator:before,.fad.fa-calculator:before{content:"\f1ec"}.fa-duotone.fa-calculator:after,.fad.fa-calculator:after{content:"\10f1ec"}.fa-duotone.fa-calculator-simple:before,.fad.fa-calculator-simple:before{content:"\f64c\fe01"}.fa-duotone.fa-calculator-simple:after,.fad.fa-calculator-simple:after{content:"\f64c\fe02"}.fa-duotone.fa-calculator-alt:before,.fad.fa-calculator-alt:before{content:"\f64c\fe01"}.fa-duotone.fa-calculator-alt:after,.fad.fa-calculator-alt:after{content:"\f64c\fe02"}.fa-duotone.fa-calendar:before,.fad.fa-calendar:before{content:"\f133"}.fa-duotone.fa-calendar:after,.fad.fa-calendar:after{content:"\10f133"}.fa-duotone.fa-calendar-arrow-down:before,.fad.fa-calendar-arrow-down:before{content:"\e0d0\fe01"}.fa-duotone.fa-calendar-arrow-down:after,.fad.fa-calendar-arrow-down:after{content:"\e0d0\fe02"}.fa-duotone.fa-calendar-download:before,.fad.fa-calendar-download:before{content:"\e0d0\fe01"}.fa-duotone.fa-calendar-download:after,.fad.fa-calendar-download:after{content:"\e0d0\fe02"}.fa-duotone.fa-calendar-arrow-up:before,.fad.fa-calendar-arrow-up:before{content:"\e0d1\fe01"}.fa-duotone.fa-calendar-arrow-up:after,.fad.fa-calendar-arrow-up:after{content:"\e0d1\fe02"}.fa-duotone.fa-calendar-upload:before,.fad.fa-calendar-upload:before{content:"\e0d1\fe01"}.fa-duotone.fa-calendar-upload:after,.fad.fa-calendar-upload:after{content:"\e0d1\fe02"}.fa-duotone.fa-calendar-check:before,.fad.fa-calendar-check:before{content:"\f274\fe01"}.fa-duotone.fa-calendar-check:after,.fad.fa-calendar-check:after{content:"\f274\fe02"}.fa-duotone.fa-calendar-clock:before,.fad.fa-calendar-clock:before{content:"\e0d2\fe01"}.fa-duotone.fa-calendar-clock:after,.fad.fa-calendar-clock:after{content:"\e0d2\fe02"}.fa-duotone.fa-calendar-time:before,.fad.fa-calendar-time:before{content:"\e0d2\fe01"}.fa-duotone.fa-calendar-time:after,.fad.fa-calendar-time:after{content:"\e0d2\fe02"}.fa-duotone.fa-calendar-day:before,.fad.fa-calendar-day:before{content:"\f783\fe01"}.fa-duotone.fa-calendar-day:after,.fad.fa-calendar-day:after{content:"\f783\fe02"}.fa-duotone.fa-calendar-days:before,.fad.fa-calendar-days:before{content:"\f073\fe01"}.fa-duotone.fa-calendar-days:after,.fad.fa-calendar-days:after{content:"\f073\fe02"}.fa-duotone.fa-calendar-alt:before,.fad.fa-calendar-alt:before{content:"\f073\fe01"}.fa-duotone.fa-calendar-alt:after,.fad.fa-calendar-alt:after{content:"\f073\fe02"}.fa-duotone.fa-calendar-exclamation:before,.fad.fa-calendar-exclamation:before{content:"\f334\fe01"}.fa-duotone.fa-calendar-exclamation:after,.fad.fa-calendar-exclamation:after{content:"\f334\fe02"}.fa-duotone.fa-calendar-heart:before,.fad.fa-calendar-heart:before{content:"\e0d3\fe01"}.fa-duotone.fa-calendar-heart:after,.fad.fa-calendar-heart:after{content:"\e0d3\fe02"}.fa-duotone.fa-calendar-image:before,.fad.fa-calendar-image:before{content:"\e0d4\fe01"}.fa-duotone.fa-calendar-image:after,.fad.fa-calendar-image:after{content:"\e0d4\fe02"}.fa-duotone.fa-calendar-lines:before,.fad.fa-calendar-lines:before{content:"\e0d5\fe01"}.fa-duotone.fa-calendar-lines:after,.fad.fa-calendar-lines:after{content:"\e0d5\fe02"}.fa-duotone.fa-calendar-note:before,.fad.fa-calendar-note:before{content:"\e0d5\fe01"}.fa-duotone.fa-calendar-note:after,.fad.fa-calendar-note:after{content:"\e0d5\fe02"}.fa-duotone.fa-calendar-minus:before,.fad.fa-calendar-minus:before{content:"\f272\fe01"}.fa-duotone.fa-calendar-minus:after,.fad.fa-calendar-minus:after{content:"\f272\fe02"}.fa-duotone.fa-calendar-pen:before,.fad.fa-calendar-pen:before{content:"\f333\fe01"}.fa-duotone.fa-calendar-pen:after,.fad.fa-calendar-pen:after{content:"\f333\fe02"}.fa-duotone.fa-calendar-edit:before,.fad.fa-calendar-edit:before{content:"\f333\fe01"}.fa-duotone.fa-calendar-edit:after,.fad.fa-calendar-edit:after{content:"\f333\fe02"}.fa-duotone.fa-calendar-plus:before,.fad.fa-calendar-plus:before{content:"\f271\fe01"}.fa-duotone.fa-calendar-plus:after,.fad.fa-calendar-plus:after{content:"\f271\fe02"}.fa-duotone.fa-calendar-range:before,.fad.fa-calendar-range:before{content:"\e0d6\fe01"}.fa-duotone.fa-calendar-range:after,.fad.fa-calendar-range:after{content:"\e0d6\fe02"}.fa-duotone.fa-calendar-star:before,.fad.fa-calendar-star:before{content:"\f736\fe01"}.fa-duotone.fa-calendar-star:after,.fad.fa-calendar-star:after{content:"\f736\fe02"}.fa-duotone.fa-calendar-week:before,.fad.fa-calendar-week:before{content:"\f784\fe01"}.fa-duotone.fa-calendar-week:after,.fad.fa-calendar-week:after{content:"\f784\fe02"}.fa-duotone.fa-calendar-xmark:before,.fad.fa-calendar-xmark:before{content:"\f273\fe01"}.fa-duotone.fa-calendar-xmark:after,.fad.fa-calendar-xmark:after{content:"\f273\fe02"}.fa-duotone.fa-calendar-times:before,.fad.fa-calendar-times:before{content:"\f273\fe01"}.fa-duotone.fa-calendar-times:after,.fad.fa-calendar-times:after{content:"\f273\fe02"}.fa-duotone.fa-calendars:before,.fad.fa-calendars:before{content:"\e0d7\fe01"}.fa-duotone.fa-calendars:after,.fad.fa-calendars:after{content:"\e0d7\fe02"}.fa-duotone.fa-camcorder:before,.fad.fa-camcorder:before{content:"\f8a8"}.fa-duotone.fa-camcorder:after,.fad.fa-camcorder:after{content:"\10f8a8"}.fa-duotone.fa-video-handheld:before,.fad.fa-video-handheld:before{content:"\f8a8"}.fa-duotone.fa-video-handheld:after,.fad.fa-video-handheld:after{content:"\10f8a8"}.fa-duotone.fa-camera:before,.fad.fa-camera:before{content:"\f030\fe01"}.fa-duotone.fa-camera:after,.fad.fa-camera:after{content:"\f030\fe02"}.fa-duotone.fa-camera-alt:before,.fad.fa-camera-alt:before{content:"\f030\fe01"}.fa-duotone.fa-camera-alt:after,.fad.fa-camera-alt:after{content:"\f030\fe02"}.fa-duotone.fa-camera-cctv:before,.fad.fa-camera-cctv:before{content:"\f8ac\fe01"}.fa-duotone.fa-camera-cctv:after,.fad.fa-camera-cctv:after{content:"\f8ac\fe02"}.fa-duotone.fa-cctv:before,.fad.fa-cctv:before{content:"\f8ac\fe01"}.fa-duotone.fa-cctv:after,.fad.fa-cctv:after{content:"\f8ac\fe02"}.fa-duotone.fa-camera-movie:before,.fad.fa-camera-movie:before{content:"\f8a9"}.fa-duotone.fa-camera-movie:after,.fad.fa-camera-movie:after{content:"\10f8a9"}.fa-duotone.fa-camera-polaroid:before,.fad.fa-camera-polaroid:before{content:"\f8aa\fe01"}.fa-duotone.fa-camera-polaroid:after,.fad.fa-camera-polaroid:after{content:"\f8aa\fe02"}.fa-duotone.fa-camera-retro:before,.fad.fa-camera-retro:before{content:"\f083"}.fa-duotone.fa-camera-retro:after,.fad.fa-camera-retro:after{content:"\10f083"}.fa-duotone.fa-camera-rotate:before,.fad.fa-camera-rotate:before{content:"\e0d8\fe01"}.fa-duotone.fa-camera-rotate:after,.fad.fa-camera-rotate:after{content:"\e0d8\fe02"}.fa-duotone.fa-camera-security:before,.fad.fa-camera-security:before{content:"\f8fe\fe01"}.fa-duotone.fa-camera-security:after,.fad.fa-camera-security:after{content:"\f8fe\fe02"}.fa-duotone.fa-camera-home:before,.fad.fa-camera-home:before{content:"\f8fe\fe01"}.fa-duotone.fa-camera-home:after,.fad.fa-camera-home:after{content:"\f8fe\fe02"}.fa-duotone.fa-camera-slash:before,.fad.fa-camera-slash:before{content:"\e0d9\fe01"}.fa-duotone.fa-camera-slash:after,.fad.fa-camera-slash:after{content:"\e0d9\fe02"}.fa-duotone.fa-camera-viewfinder:before,.fad.fa-camera-viewfinder:before{content:"\e0da\fe01"}.fa-duotone.fa-camera-viewfinder:after,.fad.fa-camera-viewfinder:after{content:"\e0da\fe02"}.fa-duotone.fa-camera-web:before,.fad.fa-camera-web:before{content:"\f832\fe01"}.fa-duotone.fa-camera-web:after,.fad.fa-camera-web:after{content:"\f832\fe02"}.fa-duotone.fa-webcam:before,.fad.fa-webcam:before{content:"\f832\fe01"}.fa-duotone.fa-webcam:after,.fad.fa-webcam:after{content:"\f832\fe02"}.fa-duotone.fa-camera-web-slash:before,.fad.fa-camera-web-slash:before{content:"\f833\fe01"}.fa-duotone.fa-camera-web-slash:after,.fad.fa-camera-web-slash:after{content:"\f833\fe02"}.fa-duotone.fa-webcam-slash:before,.fad.fa-webcam-slash:before{content:"\f833\fe01"}.fa-duotone.fa-webcam-slash:after,.fad.fa-webcam-slash:after{content:"\f833\fe02"}.fa-duotone.fa-campfire:before,.fad.fa-campfire:before{content:"\f6ba\fe01"}.fa-duotone.fa-campfire:after,.fad.fa-campfire:after{content:"\f6ba\fe02"}.fa-duotone.fa-campground:before,.fad.fa-campground:before{content:"\26fa\fe01"}.fa-duotone.fa-campground:after,.fad.fa-campground:after{content:"\26fa\fe02"}.fa-duotone.fa-candle-holder:before,.fad.fa-candle-holder:before{content:"\f6bc"}.fa-duotone.fa-candle-holder:after,.fad.fa-candle-holder:after{content:"\10f6bc"}.fa-duotone.fa-candy-cane:before,.fad.fa-candy-cane:before{content:"\f786\fe01"}.fa-duotone.fa-candy-cane:after,.fad.fa-candy-cane:after{content:"\f786\fe02"}.fa-duotone.fa-candy-corn:before,.fad.fa-candy-corn:before{content:"\f6bd\fe01"}.fa-duotone.fa-candy-corn:after,.fad.fa-candy-corn:after{content:"\f6bd\fe02"}.fa-duotone.fa-cannabis:before,.fad.fa-cannabis:before{content:"\f55f\fe01"}.fa-duotone.fa-cannabis:after,.fad.fa-cannabis:after{content:"\f55f\fe02"}.fa-duotone.fa-capsules:before,.fad.fa-capsules:before{content:"\f46b\fe01"}.fa-duotone.fa-capsules:after,.fad.fa-capsules:after{content:"\f46b\fe02"}.fa-duotone.fa-car:before,.fad.fa-car:before{content:"\f1b9"}.fa-duotone.fa-car:after,.fad.fa-car:after{content:"\10f1b9"}.fa-duotone.fa-automobile:before,.fad.fa-automobile:before{content:"\f1b9"}.fa-duotone.fa-automobile:after,.fad.fa-automobile:after{content:"\10f1b9"}.fa-duotone.fa-car-battery:before,.fad.fa-car-battery:before{content:"\f5df\fe01"}.fa-duotone.fa-car-battery:after,.fad.fa-car-battery:after{content:"\f5df\fe02"}.fa-duotone.fa-battery-car:before,.fad.fa-battery-car:before{content:"\f5df\fe01"}.fa-duotone.fa-battery-car:after,.fad.fa-battery-car:after{content:"\f5df\fe02"}.fa-duotone.fa-car-bolt:before,.fad.fa-car-bolt:before{content:"\e341\fe01"}.fa-duotone.fa-car-bolt:after,.fad.fa-car-bolt:after{content:"\e341\fe02"}.fa-duotone.fa-car-building:before,.fad.fa-car-building:before{content:"\f859\fe01"}.fa-duotone.fa-car-building:after,.fad.fa-car-building:after{content:"\f859\fe02"}.fa-duotone.fa-car-bump:before,.fad.fa-car-bump:before{content:"\f5e0\fe01"}.fa-duotone.fa-car-bump:after,.fad.fa-car-bump:after{content:"\f5e0\fe02"}.fa-duotone.fa-car-bus:before,.fad.fa-car-bus:before{content:"\f85a\fe01"}.fa-duotone.fa-car-bus:after,.fad.fa-car-bus:after{content:"\f85a\fe02"}.fa-duotone.fa-car-circle-bolt:before,.fad.fa-car-circle-bolt:before{content:"\e342\fe01"}.fa-duotone.fa-car-circle-bolt:after,.fad.fa-car-circle-bolt:after{content:"\e342\fe02"}.fa-duotone.fa-car-crash:before,.fad.fa-car-crash:before{content:"\f5e1\fe01"}.fa-duotone.fa-car-crash:after,.fad.fa-car-crash:after{content:"\f5e1\fe02"}.fa-duotone.fa-car-garage:before,.fad.fa-car-garage:before{content:"\f5e2\fe01"}.fa-duotone.fa-car-garage:after,.fad.fa-car-garage:after{content:"\f5e2\fe02"}.fa-duotone.fa-car-mirrors:before,.fad.fa-car-mirrors:before{content:"\e343\fe01"}.fa-duotone.fa-car-mirrors:after,.fad.fa-car-mirrors:after{content:"\e343\fe02"}.fa-duotone.fa-car-rear:before,.fad.fa-car-rear:before{content:"\f5de\fe01"}.fa-duotone.fa-car-rear:after,.fad.fa-car-rear:after{content:"\f5de\fe02"}.fa-duotone.fa-car-alt:before,.fad.fa-car-alt:before{content:"\f5de\fe01"}.fa-duotone.fa-car-alt:after,.fad.fa-car-alt:after{content:"\f5de\fe02"}.fa-duotone.fa-car-side:before,.fad.fa-car-side:before{content:"\f5e4"}.fa-duotone.fa-car-side:after,.fad.fa-car-side:after{content:"\10f5e4"}.fa-duotone.fa-car-side-bolt:before,.fad.fa-car-side-bolt:before{content:"\e344\fe01"}.fa-duotone.fa-car-side-bolt:after,.fad.fa-car-side-bolt:after{content:"\e344\fe02"}.fa-duotone.fa-car-tilt:before,.fad.fa-car-tilt:before{content:"\f5e5\fe01"}.fa-duotone.fa-car-tilt:after,.fad.fa-car-tilt:after{content:"\f5e5\fe02"}.fa-duotone.fa-car-wash:before,.fad.fa-car-wash:before{content:"\f5e6\fe01"}.fa-duotone.fa-car-wash:after,.fad.fa-car-wash:after{content:"\f5e6\fe02"}.fa-duotone.fa-car-wrench:before,.fad.fa-car-wrench:before{content:"\f5e3\fe01"}.fa-duotone.fa-car-wrench:after,.fad.fa-car-wrench:after{content:"\f5e3\fe02"}.fa-duotone.fa-car-mechanic:before,.fad.fa-car-mechanic:before{content:"\f5e3\fe01"}.fa-duotone.fa-car-mechanic:after,.fad.fa-car-mechanic:after{content:"\f5e3\fe02"}.fa-duotone.fa-caravan:before,.fad.fa-caravan:before{content:"\f8ff\fe01"}.fa-duotone.fa-caravan:after,.fad.fa-caravan:after{content:"\f8ff\fe02"}.fa-duotone.fa-caravan-simple:before,.fad.fa-caravan-simple:before{content:"\e000\fe01"}.fa-duotone.fa-caravan-simple:after,.fad.fa-caravan-simple:after{content:"\e000\fe02"}.fa-duotone.fa-caravan-alt:before,.fad.fa-caravan-alt:before{content:"\e000\fe01"}.fa-duotone.fa-caravan-alt:after,.fad.fa-caravan-alt:after{content:"\e000\fe02"}.fa-duotone.fa-caret-down:before,.fad.fa-caret-down:before{content:"\f0d7\fe01"}.fa-duotone.fa-caret-down:after,.fad.fa-caret-down:after{content:"\f0d7\fe02"}.fa-duotone.fa-caret-left:before,.fad.fa-caret-left:before{content:"\f0d9\fe01"}.fa-duotone.fa-caret-left:after,.fad.fa-caret-left:after{content:"\f0d9\fe02"}.fa-duotone.fa-caret-right:before,.fad.fa-caret-right:before{content:"\f0da\fe01"}.fa-duotone.fa-caret-right:after,.fad.fa-caret-right:after{content:"\f0da\fe02"}.fa-duotone.fa-caret-up:before,.fad.fa-caret-up:before{content:"\f0d8\fe01"}.fa-duotone.fa-caret-up:after,.fad.fa-caret-up:after{content:"\f0d8\fe02"}.fa-duotone.fa-carrot:before,.fad.fa-carrot:before{content:"\f787"}.fa-duotone.fa-carrot:after,.fad.fa-carrot:after{content:"\10f787"}.fa-duotone.fa-cars:before,.fad.fa-cars:before{content:"\f85b\fe01"}.fa-duotone.fa-cars:after,.fad.fa-cars:after{content:"\f85b\fe02"}.fa-duotone.fa-cart-arrow-down:before,.fad.fa-cart-arrow-down:before{content:"\f218\fe01"}.fa-duotone.fa-cart-arrow-down:after,.fad.fa-cart-arrow-down:after{content:"\f218\fe02"}.fa-duotone.fa-cart-flatbed:before,.fad.fa-cart-flatbed:before{content:"\f474\fe01"}.fa-duotone.fa-cart-flatbed:after,.fad.fa-cart-flatbed:after{content:"\f474\fe02"}.fa-duotone.fa-dolly-flatbed:before,.fad.fa-dolly-flatbed:before{content:"\f474\fe01"}.fa-duotone.fa-dolly-flatbed:after,.fad.fa-dolly-flatbed:after{content:"\f474\fe02"}.fa-duotone.fa-cart-flatbed-boxes:before,.fad.fa-cart-flatbed-boxes:before{content:"\f475\fe01"}.fa-duotone.fa-cart-flatbed-boxes:after,.fad.fa-cart-flatbed-boxes:after{content:"\f475\fe02"}.fa-duotone.fa-dolly-flatbed-alt:before,.fad.fa-dolly-flatbed-alt:before{content:"\f475\fe01"}.fa-duotone.fa-dolly-flatbed-alt:after,.fad.fa-dolly-flatbed-alt:after{content:"\f475\fe02"}.fa-duotone.fa-cart-flatbed-empty:before,.fad.fa-cart-flatbed-empty:before{content:"\f476\fe01"}.fa-duotone.fa-cart-flatbed-empty:after,.fad.fa-cart-flatbed-empty:after{content:"\f476\fe02"}.fa-duotone.fa-dolly-flatbed-empty:before,.fad.fa-dolly-flatbed-empty:before{content:"\f476\fe01"}.fa-duotone.fa-dolly-flatbed-empty:after,.fad.fa-dolly-flatbed-empty:after{content:"\f476\fe02"}.fa-duotone.fa-cart-flatbed-suitcase:before,.fad.fa-cart-flatbed-suitcase:before{content:"\f59d\fe01"}.fa-duotone.fa-cart-flatbed-suitcase:after,.fad.fa-cart-flatbed-suitcase:after{content:"\f59d\fe02"}.fa-duotone.fa-luggage-cart:before,.fad.fa-luggage-cart:before{content:"\f59d\fe01"}.fa-duotone.fa-luggage-cart:after,.fad.fa-luggage-cart:after{content:"\f59d\fe02"}.fa-duotone.fa-cart-minus:before,.fad.fa-cart-minus:before{content:"\e0db\fe01"}.fa-duotone.fa-cart-minus:after,.fad.fa-cart-minus:after{content:"\e0db\fe02"}.fa-duotone.fa-cart-plus:before,.fad.fa-cart-plus:before{content:"\f217\fe01"}.fa-duotone.fa-cart-plus:after,.fad.fa-cart-plus:after{content:"\f217\fe02"}.fa-duotone.fa-cart-shopping:before,.fad.fa-cart-shopping:before{content:"\f07a"}.fa-duotone.fa-cart-shopping:after,.fad.fa-cart-shopping:after{content:"\10f07a"}.fa-duotone.fa-shopping-cart:before,.fad.fa-shopping-cart:before{content:"\f07a"}.fa-duotone.fa-shopping-cart:after,.fad.fa-shopping-cart:after{content:"\10f07a"}.fa-duotone.fa-cart-shopping-fast:before,.fad.fa-cart-shopping-fast:before{content:"\e0dc\fe01"}.fa-duotone.fa-cart-shopping-fast:after,.fad.fa-cart-shopping-fast:after{content:"\e0dc\fe02"}.fa-duotone.fa-cart-xmark:before,.fad.fa-cart-xmark:before{content:"\e0dd\fe01"}.fa-duotone.fa-cart-xmark:after,.fad.fa-cart-xmark:after{content:"\e0dd\fe02"}.fa-duotone.fa-cash-register:before,.fad.fa-cash-register:before{content:"\f788\fe01"}.fa-duotone.fa-cash-register:after,.fad.fa-cash-register:after{content:"\f788\fe02"}.fa-duotone.fa-cassette-betamax:before,.fad.fa-cassette-betamax:before{content:"\f8a4\fe01"}.fa-duotone.fa-cassette-betamax:after,.fad.fa-cassette-betamax:after{content:"\f8a4\fe02"}.fa-duotone.fa-betamax:before,.fad.fa-betamax:before{content:"\f8a4\fe01"}.fa-duotone.fa-betamax:after,.fad.fa-betamax:after{content:"\f8a4\fe02"}.fa-duotone.fa-cassette-tape:before,.fad.fa-cassette-tape:before{content:"\f8ab"}.fa-duotone.fa-cassette-tape:after,.fad.fa-cassette-tape:after{content:"\10f8ab"}.fa-duotone.fa-cassette-vhs:before,.fad.fa-cassette-vhs:before{content:"\f8ec"}.fa-duotone.fa-cassette-vhs:after,.fad.fa-cassette-vhs:after{content:"\10f8ec"}.fa-duotone.fa-vhs:before,.fad.fa-vhs:before{content:"\f8ec"}.fa-duotone.fa-vhs:after,.fad.fa-vhs:after{content:"\10f8ec"}.fa-duotone.fa-castle:before,.fad.fa-castle:before{content:"\e0de\fe01"}.fa-duotone.fa-castle:after,.fad.fa-castle:after{content:"\e0de\fe02"}.fa-duotone.fa-cat:before,.fad.fa-cat:before{content:"\f6be"}.fa-duotone.fa-cat:after,.fad.fa-cat:after{content:"\10f6be"}.fa-duotone.fa-cat-space:before,.fad.fa-cat-space:before{content:"\e001\fe01"}.fa-duotone.fa-cat-space:after,.fad.fa-cat-space:after{content:"\e001\fe02"}.fa-duotone.fa-cauldron:before,.fad.fa-cauldron:before{content:"\f6bf\fe01"}.fa-duotone.fa-cauldron:after,.fad.fa-cauldron:after{content:"\f6bf\fe02"}.fa-duotone.fa-cedi-sign:before,.fad.fa-cedi-sign:before{content:"\e0df\fe01"}.fa-duotone.fa-cedi-sign:after,.fad.fa-cedi-sign:after{content:"\e0df\fe02"}.fa-duotone.fa-cent-sign:before,.fad.fa-cent-sign:before{content:"\a2\fe01"}.fa-duotone.fa-cent-sign:after,.fad.fa-cent-sign:after{content:"\a2\fe02"}.fa-duotone.fa-certificate:before,.fad.fa-certificate:before{content:"\f0a3\fe01"}.fa-duotone.fa-certificate:after,.fad.fa-certificate:after{content:"\f0a3\fe02"}.fa-duotone.fa-chair:before,.fad.fa-chair:before{content:"\f6c0"}.fa-duotone.fa-chair:after,.fad.fa-chair:after{content:"\10f6c0"}.fa-duotone.fa-chair-office:before,.fad.fa-chair-office:before{content:"\f6c1\fe01"}.fa-duotone.fa-chair-office:after,.fad.fa-chair-office:after{content:"\f6c1\fe02"}.fa-duotone.fa-chalkboard:before,.fad.fa-chalkboard:before{content:"\f51b\fe01"}.fa-duotone.fa-chalkboard:after,.fad.fa-chalkboard:after{content:"\f51b\fe02"}.fa-duotone.fa-blackboard:before,.fad.fa-blackboard:before{content:"\f51b\fe01"}.fa-duotone.fa-blackboard:after,.fad.fa-blackboard:after{content:"\f51b\fe02"}.fa-duotone.fa-chalkboard-user:before,.fad.fa-chalkboard-user:before{content:"\f51c\fe01"}.fa-duotone.fa-chalkboard-user:after,.fad.fa-chalkboard-user:after{content:"\f51c\fe02"}.fa-duotone.fa-chalkboard-teacher:before,.fad.fa-chalkboard-teacher:before{content:"\f51c\fe01"}.fa-duotone.fa-chalkboard-teacher:after,.fad.fa-chalkboard-teacher:after{content:"\f51c\fe02"}.fa-duotone.fa-champagne-glass:before,.fad.fa-champagne-glass:before{content:"\f79e\fe01"}.fa-duotone.fa-champagne-glass:after,.fad.fa-champagne-glass:after{content:"\f79e\fe02"}.fa-duotone.fa-glass-champagne:before,.fad.fa-glass-champagne:before{content:"\f79e\fe01"}.fa-duotone.fa-glass-champagne:after,.fad.fa-glass-champagne:after{content:"\f79e\fe02"}.fa-duotone.fa-champagne-glasses:before,.fad.fa-champagne-glasses:before{content:"\f79f"}.fa-duotone.fa-champagne-glasses:after,.fad.fa-champagne-glasses:after{content:"\10f79f"}.fa-duotone.fa-glass-cheers:before,.fad.fa-glass-cheers:before{content:"\f79f"}.fa-duotone.fa-glass-cheers:after,.fad.fa-glass-cheers:after{content:"\10f79f"}.fa-duotone.fa-charging-station:before,.fad.fa-charging-station:before{content:"\f5e7\fe01"}.fa-duotone.fa-charging-station:after,.fad.fa-charging-station:after{content:"\f5e7\fe02"}.fa-duotone.fa-chart-area:before,.fad.fa-chart-area:before{content:"\f1fe\fe01"}.fa-duotone.fa-chart-area:after,.fad.fa-chart-area:after{content:"\f1fe\fe02"}.fa-duotone.fa-area-chart:before,.fad.fa-area-chart:before{content:"\f1fe\fe01"}.fa-duotone.fa-area-chart:after,.fad.fa-area-chart:after{content:"\f1fe\fe02"}.fa-duotone.fa-chart-bar:before,.fad.fa-chart-bar:before{content:"\f080\fe01"}.fa-duotone.fa-chart-bar:after,.fad.fa-chart-bar:after{content:"\f080\fe02"}.fa-duotone.fa-bar-chart:before,.fad.fa-bar-chart:before{content:"\f080\fe01"}.fa-duotone.fa-bar-chart:after,.fad.fa-bar-chart:after{content:"\f080\fe02"}.fa-duotone.fa-chart-bullet:before,.fad.fa-chart-bullet:before{content:"\e0e1\fe01"}.fa-duotone.fa-chart-bullet:after,.fad.fa-chart-bullet:after{content:"\e0e1\fe02"}.fa-duotone.fa-chart-candlestick:before,.fad.fa-chart-candlestick:before{content:"\e0e2\fe01"}.fa-duotone.fa-chart-candlestick:after,.fad.fa-chart-candlestick:after{content:"\e0e2\fe02"}.fa-duotone.fa-chart-column:before,.fad.fa-chart-column:before{content:"\e0e3\fe01"}.fa-duotone.fa-chart-column:after,.fad.fa-chart-column:after{content:"\e0e3\fe02"}.fa-duotone.fa-chart-gantt:before,.fad.fa-chart-gantt:before{content:"\e0e4\fe01"}.fa-duotone.fa-chart-gantt:after,.fad.fa-chart-gantt:after{content:"\e0e4\fe02"}.fa-duotone.fa-chart-line:before,.fad.fa-chart-line:before{content:"\f201\fe01"}.fa-duotone.fa-chart-line:after,.fad.fa-chart-line:after{content:"\f201\fe02"}.fa-duotone.fa-line-chart:before,.fad.fa-line-chart:before{content:"\f201\fe01"}.fa-duotone.fa-line-chart:after,.fad.fa-line-chart:after{content:"\f201\fe02"}.fa-duotone.fa-chart-line-down:before,.fad.fa-chart-line-down:before{content:"\f64d"}.fa-duotone.fa-chart-line-down:after,.fad.fa-chart-line-down:after{content:"\10f64d"}.fa-duotone.fa-chart-line-up:before,.fad.fa-chart-line-up:before{content:"\e0e5\fe01"}.fa-duotone.fa-chart-line-up:after,.fad.fa-chart-line-up:after{content:"\e0e5\fe02"}.fa-duotone.fa-chart-mixed:before,.fad.fa-chart-mixed:before{content:"\f643\fe01"}.fa-duotone.fa-chart-mixed:after,.fad.fa-chart-mixed:after{content:"\f643\fe02"}.fa-duotone.fa-analytics:before,.fad.fa-analytics:before{content:"\f643\fe01"}.fa-duotone.fa-analytics:after,.fad.fa-analytics:after{content:"\f643\fe02"}.fa-duotone.fa-chart-network:before,.fad.fa-chart-network:before{content:"\f78a\fe01"}.fa-duotone.fa-chart-network:after,.fad.fa-chart-network:after{content:"\f78a\fe02"}.fa-duotone.fa-chart-pie:before,.fad.fa-chart-pie:before{content:"\f200\fe01"}.fa-duotone.fa-chart-pie:after,.fad.fa-chart-pie:after{content:"\f200\fe02"}.fa-duotone.fa-pie-chart:before,.fad.fa-pie-chart:before{content:"\f200\fe01"}.fa-duotone.fa-pie-chart:after,.fad.fa-pie-chart:after{content:"\f200\fe02"}.fa-duotone.fa-chart-pie-simple:before,.fad.fa-chart-pie-simple:before{content:"\f64e\fe01"}.fa-duotone.fa-chart-pie-simple:after,.fad.fa-chart-pie-simple:after{content:"\f64e\fe02"}.fa-duotone.fa-chart-pie-alt:before,.fad.fa-chart-pie-alt:before{content:"\f64e\fe01"}.fa-duotone.fa-chart-pie-alt:after,.fad.fa-chart-pie-alt:after{content:"\f64e\fe02"}.fa-duotone.fa-chart-pyramid:before,.fad.fa-chart-pyramid:before{content:"\e0e6\fe01"}.fa-duotone.fa-chart-pyramid:after,.fad.fa-chart-pyramid:after{content:"\e0e6\fe02"}.fa-duotone.fa-chart-radar:before,.fad.fa-chart-radar:before{content:"\e0e7\fe01"}.fa-duotone.fa-chart-radar:after,.fad.fa-chart-radar:after{content:"\e0e7\fe02"}.fa-duotone.fa-chart-scatter:before,.fad.fa-chart-scatter:before{content:"\f7ee\fe01"}.fa-duotone.fa-chart-scatter:after,.fad.fa-chart-scatter:after{content:"\f7ee\fe02"}.fa-duotone.fa-chart-scatter-3d:before,.fad.fa-chart-scatter-3d:before{content:"\e0e8\fe01"}.fa-duotone.fa-chart-scatter-3d:after,.fad.fa-chart-scatter-3d:after{content:"\e0e8\fe02"}.fa-duotone.fa-chart-scatter-bubble:before,.fad.fa-chart-scatter-bubble:before{content:"\e0e9\fe01"}.fa-duotone.fa-chart-scatter-bubble:after,.fad.fa-chart-scatter-bubble:after{content:"\e0e9\fe02"}.fa-duotone.fa-chart-tree-map:before,.fad.fa-chart-tree-map:before{content:"\e0ea\fe01"}.fa-duotone.fa-chart-tree-map:after,.fad.fa-chart-tree-map:after{content:"\e0ea\fe02"}.fa-duotone.fa-chart-user:before,.fad.fa-chart-user:before{content:"\f6a3\fe01"}.fa-duotone.fa-chart-user:after,.fad.fa-chart-user:after{content:"\f6a3\fe02"}.fa-duotone.fa-user-chart:before,.fad.fa-user-chart:before{content:"\f6a3\fe01"}.fa-duotone.fa-user-chart:after,.fad.fa-user-chart:after{content:"\f6a3\fe02"}.fa-duotone.fa-chart-waterfall:before,.fad.fa-chart-waterfall:before{content:"\e0eb\fe01"}.fa-duotone.fa-chart-waterfall:after,.fad.fa-chart-waterfall:after{content:"\e0eb\fe02"}.fa-duotone.fa-check:before,.fad.fa-check:before{content:"\2713\fe01"}.fa-duotone.fa-check:after,.fad.fa-check:after{content:"\2713\fe02"}.fa-duotone.fa-check-double:before,.fad.fa-check-double:before{content:"\f560\fe01"}.fa-duotone.fa-check-double:after,.fad.fa-check-double:after{content:"\f560\fe02"}.fa-duotone.fa-check-to-slot:before,.fad.fa-check-to-slot:before{content:"\f772\fe01"}.fa-duotone.fa-check-to-slot:after,.fad.fa-check-to-slot:after{content:"\f772\fe02"}.fa-duotone.fa-vote-yea:before,.fad.fa-vote-yea:before{content:"\f772\fe01"}.fa-duotone.fa-vote-yea:after,.fad.fa-vote-yea:after{content:"\f772\fe02"}.fa-duotone.fa-cheese:before,.fad.fa-cheese:before{content:"\f7ef\fe01"}.fa-duotone.fa-cheese:after,.fad.fa-cheese:after{content:"\f7ef\fe02"}.fa-duotone.fa-cheese-swiss:before,.fad.fa-cheese-swiss:before{content:"\f7f0"}.fa-duotone.fa-cheese-swiss:after,.fad.fa-cheese-swiss:after{content:"\10f7f0"}.fa-duotone.fa-cherries:before,.fad.fa-cherries:before{content:"\e0ec\fe01"}.fa-duotone.fa-cherries:after,.fad.fa-cherries:after{content:"\e0ec\fe02"}.fa-duotone.fa-chess:before,.fad.fa-chess:before{content:"\f439\fe01"}.fa-duotone.fa-chess:after,.fad.fa-chess:after{content:"\f439\fe02"}.fa-duotone.fa-chess-bishop:before,.fad.fa-chess-bishop:before{content:"\265d\fe01"}.fa-duotone.fa-chess-bishop:after,.fad.fa-chess-bishop:after{content:"\265d\fe02"}.fa-duotone.fa-chess-bishop-piece:before,.fad.fa-chess-bishop-piece:before{content:"\f43b\fe01"}.fa-duotone.fa-chess-bishop-piece:after,.fad.fa-chess-bishop-piece:after{content:"\f43b\fe02"}.fa-duotone.fa-chess-bishop-alt:before,.fad.fa-chess-bishop-alt:before{content:"\f43b\fe01"}.fa-duotone.fa-chess-bishop-alt:after,.fad.fa-chess-bishop-alt:after{content:"\f43b\fe02"}.fa-duotone.fa-chess-board:before,.fad.fa-chess-board:before{content:"\f43c\fe01"}.fa-duotone.fa-chess-board:after,.fad.fa-chess-board:after{content:"\f43c\fe02"}.fa-duotone.fa-chess-clock:before,.fad.fa-chess-clock:before{content:"\f43d\fe01"}.fa-duotone.fa-chess-clock:after,.fad.fa-chess-clock:after{content:"\f43d\fe02"}.fa-duotone.fa-chess-clock-flip:before,.fad.fa-chess-clock-flip:before{content:"\f43e\fe01"}.fa-duotone.fa-chess-clock-flip:after,.fad.fa-chess-clock-flip:after{content:"\f43e\fe02"}.fa-duotone.fa-chess-clock-alt:before,.fad.fa-chess-clock-alt:before{content:"\f43e\fe01"}.fa-duotone.fa-chess-clock-alt:after,.fad.fa-chess-clock-alt:after{content:"\f43e\fe02"}.fa-duotone.fa-chess-king:before,.fad.fa-chess-king:before{content:"\265a\fe01"}.fa-duotone.fa-chess-king:after,.fad.fa-chess-king:after{content:"\265a\fe02"}.fa-duotone.fa-chess-king-piece:before,.fad.fa-chess-king-piece:before{content:"\f440\fe01"}.fa-duotone.fa-chess-king-piece:after,.fad.fa-chess-king-piece:after{content:"\f440\fe02"}.fa-duotone.fa-chess-king-alt:before,.fad.fa-chess-king-alt:before{content:"\f440\fe01"}.fa-duotone.fa-chess-king-alt:after,.fad.fa-chess-king-alt:after{content:"\f440\fe02"}.fa-duotone.fa-chess-knight:before,.fad.fa-chess-knight:before{content:"\265e\fe01"}.fa-duotone.fa-chess-knight:after,.fad.fa-chess-knight:after{content:"\265e\fe02"}.fa-duotone.fa-chess-knight-piece:before,.fad.fa-chess-knight-piece:before{content:"\f442\fe01"}.fa-duotone.fa-chess-knight-piece:after,.fad.fa-chess-knight-piece:after{content:"\f442\fe02"}.fa-duotone.fa-chess-knight-alt:before,.fad.fa-chess-knight-alt:before{content:"\f442\fe01"}.fa-duotone.fa-chess-knight-alt:after,.fad.fa-chess-knight-alt:after{content:"\f442\fe02"}.fa-duotone.fa-chess-pawn:before,.fad.fa-chess-pawn:before{content:"\265f\fe01"}.fa-duotone.fa-chess-pawn:after,.fad.fa-chess-pawn:after{content:"\265f\fe02"}.fa-duotone.fa-chess-pawn-piece:before,.fad.fa-chess-pawn-piece:before{content:"\f444\fe01"}.fa-duotone.fa-chess-pawn-piece:after,.fad.fa-chess-pawn-piece:after{content:"\f444\fe02"}.fa-duotone.fa-chess-pawn-alt:before,.fad.fa-chess-pawn-alt:before{content:"\f444\fe01"}.fa-duotone.fa-chess-pawn-alt:after,.fad.fa-chess-pawn-alt:after{content:"\f444\fe02"}.fa-duotone.fa-chess-queen:before,.fad.fa-chess-queen:before{content:"\265b\fe01"}.fa-duotone.fa-chess-queen:after,.fad.fa-chess-queen:after{content:"\265b\fe02"}.fa-duotone.fa-chess-queen-piece:before,.fad.fa-chess-queen-piece:before{content:"\f446\fe01"}.fa-duotone.fa-chess-queen-piece:after,.fad.fa-chess-queen-piece:after{content:"\f446\fe02"}.fa-duotone.fa-chess-queen-alt:before,.fad.fa-chess-queen-alt:before{content:"\f446\fe01"}.fa-duotone.fa-chess-queen-alt:after,.fad.fa-chess-queen-alt:after{content:"\f446\fe02"}.fa-duotone.fa-chess-rook:before,.fad.fa-chess-rook:before{content:"\265c\fe01"}.fa-duotone.fa-chess-rook:after,.fad.fa-chess-rook:after{content:"\265c\fe02"}.fa-duotone.fa-chess-rook-piece:before,.fad.fa-chess-rook-piece:before{content:"\f448\fe01"}.fa-duotone.fa-chess-rook-piece:after,.fad.fa-chess-rook-piece:after{content:"\f448\fe02"}.fa-duotone.fa-chess-rook-alt:before,.fad.fa-chess-rook-alt:before{content:"\f448\fe01"}.fa-duotone.fa-chess-rook-alt:after,.fad.fa-chess-rook-alt:after{content:"\f448\fe02"}.fa-duotone.fa-chevron-down:before,.fad.fa-chevron-down:before{content:"\f078\fe01"}.fa-duotone.fa-chevron-down:after,.fad.fa-chevron-down:after{content:"\f078\fe02"}.fa-duotone.fa-chevron-left:before,.fad.fa-chevron-left:before{content:"\2329\fe01"}.fa-duotone.fa-chevron-left:after,.fad.fa-chevron-left:after{content:"\2329\fe02"}.fa-duotone.fa-chevron-right:before,.fad.fa-chevron-right:before{content:"\232a\fe01"}.fa-duotone.fa-chevron-right:after,.fad.fa-chevron-right:after{content:"\232a\fe02"}.fa-duotone.fa-chevron-up:before,.fad.fa-chevron-up:before{content:"\f077\fe01"}.fa-duotone.fa-chevron-up:after,.fad.fa-chevron-up:after{content:"\f077\fe02"}.fa-duotone.fa-chevrons-down:before,.fad.fa-chevrons-down:before{content:"\f322\fe01"}.fa-duotone.fa-chevrons-down:after,.fad.fa-chevrons-down:after{content:"\f322\fe02"}.fa-duotone.fa-chevron-double-down:before,.fad.fa-chevron-double-down:before{content:"\f322\fe01"}.fa-duotone.fa-chevron-double-down:after,.fad.fa-chevron-double-down:after{content:"\f322\fe02"}.fa-duotone.fa-chevrons-left:before,.fad.fa-chevrons-left:before{content:"\f323\fe01"}.fa-duotone.fa-chevrons-left:after,.fad.fa-chevrons-left:after{content:"\f323\fe02"}.fa-duotone.fa-chevron-double-left:before,.fad.fa-chevron-double-left:before{content:"\f323\fe01"}.fa-duotone.fa-chevron-double-left:after,.fad.fa-chevron-double-left:after{content:"\f323\fe02"}.fa-duotone.fa-chevrons-right:before,.fad.fa-chevrons-right:before{content:"\f324\fe01"}.fa-duotone.fa-chevrons-right:after,.fad.fa-chevrons-right:after{content:"\f324\fe02"}.fa-duotone.fa-chevron-double-right:before,.fad.fa-chevron-double-right:before{content:"\f324\fe01"}.fa-duotone.fa-chevron-double-right:after,.fad.fa-chevron-double-right:after{content:"\f324\fe02"}.fa-duotone.fa-chevrons-up:before,.fad.fa-chevrons-up:before{content:"\f325\fe01"}.fa-duotone.fa-chevrons-up:after,.fad.fa-chevrons-up:after{content:"\f325\fe02"}.fa-duotone.fa-chevron-double-up:before,.fad.fa-chevron-double-up:before{content:"\f325\fe01"}.fa-duotone.fa-chevron-double-up:after,.fad.fa-chevron-double-up:after{content:"\f325\fe02"}.fa-duotone.fa-child:before,.fad.fa-child:before{content:"\f1ae\fe01"}.fa-duotone.fa-child:after,.fad.fa-child:after{content:"\f1ae\fe02"}.fa-duotone.fa-chimney:before,.fad.fa-chimney:before{content:"\f78b\fe01"}.fa-duotone.fa-chimney:after,.fad.fa-chimney:after{content:"\f78b\fe02"}.fa-duotone.fa-church:before,.fad.fa-church:before{content:"\26ea\fe01"}.fa-duotone.fa-church:after,.fad.fa-church:after{content:"\26ea\fe02"}.fa-duotone.fa-circle:before,.fad.fa-circle:before{content:"\25cf\fe01"}.fa-duotone.fa-circle:after,.fad.fa-circle:after{content:"\25cf\fe02"}.fa-duotone.fa-circle-0:before,.fad.fa-circle-0:before{content:"\e0ed\fe01"}.fa-duotone.fa-circle-0:after,.fad.fa-circle-0:after{content:"\e0ed\fe02"}.fa-duotone.fa-circle-1:before,.fad.fa-circle-1:before{content:"\e0ee\fe01"}.fa-duotone.fa-circle-1:after,.fad.fa-circle-1:after{content:"\e0ee\fe02"}.fa-duotone.fa-circle-2:before,.fad.fa-circle-2:before{content:"\e0ef\fe01"}.fa-duotone.fa-circle-2:after,.fad.fa-circle-2:after{content:"\e0ef\fe02"}.fa-duotone.fa-circle-3:before,.fad.fa-circle-3:before{content:"\e0f0\fe01"}.fa-duotone.fa-circle-3:after,.fad.fa-circle-3:after{content:"\e0f0\fe02"}.fa-duotone.fa-circle-4:before,.fad.fa-circle-4:before{content:"\e0f1\fe01"}.fa-duotone.fa-circle-4:after,.fad.fa-circle-4:after{content:"\e0f1\fe02"}.fa-duotone.fa-circle-5:before,.fad.fa-circle-5:before{content:"\e0f2\fe01"}.fa-duotone.fa-circle-5:after,.fad.fa-circle-5:after{content:"\e0f2\fe02"}.fa-duotone.fa-circle-6:before,.fad.fa-circle-6:before{content:"\e0f3\fe01"}.fa-duotone.fa-circle-6:after,.fad.fa-circle-6:after{content:"\e0f3\fe02"}.fa-duotone.fa-circle-7:before,.fad.fa-circle-7:before{content:"\e0f4\fe01"}.fa-duotone.fa-circle-7:after,.fad.fa-circle-7:after{content:"\e0f4\fe02"}.fa-duotone.fa-circle-8:before,.fad.fa-circle-8:before{content:"\e0f5\fe01"}.fa-duotone.fa-circle-8:after,.fad.fa-circle-8:after{content:"\e0f5\fe02"}.fa-duotone.fa-circle-9:before,.fad.fa-circle-9:before{content:"\e0f6\fe01"}.fa-duotone.fa-circle-9:after,.fad.fa-circle-9:after{content:"\e0f6\fe02"}.fa-duotone.fa-circle-a:before,.fad.fa-circle-a:before{content:"\e0f7\fe01"}.fa-duotone.fa-circle-a:after,.fad.fa-circle-a:after{content:"\e0f7\fe02"}.fa-duotone.fa-circle-ampersand:before,.fad.fa-circle-ampersand:before{content:"\e0f8\fe01"}.fa-duotone.fa-circle-ampersand:after,.fad.fa-circle-ampersand:after{content:"\e0f8\fe02"}.fa-duotone.fa-circle-arrow-down:before,.fad.fa-circle-arrow-down:before{content:"\f0ab\fe01"}.fa-duotone.fa-circle-arrow-down:after,.fad.fa-circle-arrow-down:after{content:"\f0ab\fe02"}.fa-duotone.fa-arrow-circle-down:before,.fad.fa-arrow-circle-down:before{content:"\f0ab\fe01"}.fa-duotone.fa-arrow-circle-down:after,.fad.fa-arrow-circle-down:after{content:"\f0ab\fe02"}.fa-duotone.fa-circle-arrow-down-left:before,.fad.fa-circle-arrow-down-left:before{content:"\e0f9\fe01"}.fa-duotone.fa-circle-arrow-down-left:after,.fad.fa-circle-arrow-down-left:after{content:"\e0f9\fe02"}.fa-duotone.fa-circle-arrow-down-right:before,.fad.fa-circle-arrow-down-right:before{content:"\e0fa\fe01"}.fa-duotone.fa-circle-arrow-down-right:after,.fad.fa-circle-arrow-down-right:after{content:"\e0fa\fe02"}.fa-duotone.fa-circle-arrow-left:before,.fad.fa-circle-arrow-left:before{content:"\f0a8\fe01"}.fa-duotone.fa-circle-arrow-left:after,.fad.fa-circle-arrow-left:after{content:"\f0a8\fe02"}.fa-duotone.fa-arrow-circle-left:before,.fad.fa-arrow-circle-left:before{content:"\f0a8\fe01"}.fa-duotone.fa-arrow-circle-left:after,.fad.fa-arrow-circle-left:after{content:"\f0a8\fe02"}.fa-duotone.fa-circle-arrow-right:before,.fad.fa-circle-arrow-right:before{content:"\f0a9\fe01"}.fa-duotone.fa-circle-arrow-right:after,.fad.fa-circle-arrow-right:after{content:"\f0a9\fe02"}.fa-duotone.fa-arrow-circle-right:before,.fad.fa-arrow-circle-right:before{content:"\f0a9\fe01"}.fa-duotone.fa-arrow-circle-right:after,.fad.fa-arrow-circle-right:after{content:"\f0a9\fe02"}.fa-duotone.fa-circle-arrow-up:before,.fad.fa-circle-arrow-up:before{content:"\f0aa\fe01"}.fa-duotone.fa-circle-arrow-up:after,.fad.fa-circle-arrow-up:after{content:"\f0aa\fe02"}.fa-duotone.fa-arrow-circle-up:before,.fad.fa-arrow-circle-up:before{content:"\f0aa\fe01"}.fa-duotone.fa-arrow-circle-up:after,.fad.fa-arrow-circle-up:after{content:"\f0aa\fe02"}.fa-duotone.fa-circle-arrow-up-left:before,.fad.fa-circle-arrow-up-left:before{content:"\e0fb\fe01"}.fa-duotone.fa-circle-arrow-up-left:after,.fad.fa-circle-arrow-up-left:after{content:"\e0fb\fe02"}.fa-duotone.fa-circle-arrow-up-right:before,.fad.fa-circle-arrow-up-right:before{content:"\e0fc\fe01"}.fa-duotone.fa-circle-arrow-up-right:after,.fad.fa-circle-arrow-up-right:after{content:"\e0fc\fe02"}.fa-duotone.fa-circle-b:before,.fad.fa-circle-b:before{content:"\e0fd\fe01"}.fa-duotone.fa-circle-b:after,.fad.fa-circle-b:after{content:"\e0fd\fe02"}.fa-duotone.fa-circle-bolt:before,.fad.fa-circle-bolt:before{content:"\e0fe\fe01"}.fa-duotone.fa-circle-bolt:after,.fad.fa-circle-bolt:after{content:"\e0fe\fe02"}.fa-duotone.fa-circle-book-open:before,.fad.fa-circle-book-open:before{content:"\e0ff\fe01"}.fa-duotone.fa-circle-book-open:after,.fad.fa-circle-book-open:after{content:"\e0ff\fe02"}.fa-duotone.fa-book-circle:before,.fad.fa-book-circle:before{content:"\e0ff\fe01"}.fa-duotone.fa-book-circle:after,.fad.fa-book-circle:after{content:"\e0ff\fe02"}.fa-duotone.fa-circle-bookmark:before,.fad.fa-circle-bookmark:before{content:"\e100\fe01"}.fa-duotone.fa-circle-bookmark:after,.fad.fa-circle-bookmark:after{content:"\e100\fe02"}.fa-duotone.fa-bookmark-circle:before,.fad.fa-bookmark-circle:before{content:"\e100\fe01"}.fa-duotone.fa-bookmark-circle:after,.fad.fa-bookmark-circle:after{content:"\e100\fe02"}.fa-duotone.fa-circle-c:before,.fad.fa-circle-c:before{content:"\e101\fe01"}.fa-duotone.fa-circle-c:after,.fad.fa-circle-c:after{content:"\e101\fe02"}.fa-duotone.fa-circle-calendar:before,.fad.fa-circle-calendar:before{content:"\e102\fe01"}.fa-duotone.fa-circle-calendar:after,.fad.fa-circle-calendar:after{content:"\e102\fe02"}.fa-duotone.fa-calendar-circle:before,.fad.fa-calendar-circle:before{content:"\e102\fe01"}.fa-duotone.fa-calendar-circle:after,.fad.fa-calendar-circle:after{content:"\e102\fe02"}.fa-duotone.fa-circle-camera:before,.fad.fa-circle-camera:before{content:"\e103\fe01"}.fa-duotone.fa-circle-camera:after,.fad.fa-circle-camera:after{content:"\e103\fe02"}.fa-duotone.fa-camera-circle:before,.fad.fa-camera-circle:before{content:"\e103\fe01"}.fa-duotone.fa-camera-circle:after,.fad.fa-camera-circle:after{content:"\e103\fe02"}.fa-duotone.fa-circle-caret-down:before,.fad.fa-circle-caret-down:before{content:"\f32d\fe01"}.fa-duotone.fa-circle-caret-down:after,.fad.fa-circle-caret-down:after{content:"\f32d\fe02"}.fa-duotone.fa-caret-circle-down:before,.fad.fa-caret-circle-down:before{content:"\f32d\fe01"}.fa-duotone.fa-caret-circle-down:after,.fad.fa-caret-circle-down:after{content:"\f32d\fe02"}.fa-duotone.fa-circle-caret-left:before,.fad.fa-circle-caret-left:before{content:"\f32e\fe01"}.fa-duotone.fa-circle-caret-left:after,.fad.fa-circle-caret-left:after{content:"\f32e\fe02"}.fa-duotone.fa-caret-circle-left:before,.fad.fa-caret-circle-left:before{content:"\f32e\fe01"}.fa-duotone.fa-caret-circle-left:after,.fad.fa-caret-circle-left:after{content:"\f32e\fe02"}.fa-duotone.fa-circle-caret-right:before,.fad.fa-circle-caret-right:before{content:"\f330\fe01"}.fa-duotone.fa-circle-caret-right:after,.fad.fa-circle-caret-right:after{content:"\f330\fe02"}.fa-duotone.fa-caret-circle-right:before,.fad.fa-caret-circle-right:before{content:"\f330\fe01"}.fa-duotone.fa-caret-circle-right:after,.fad.fa-caret-circle-right:after{content:"\f330\fe02"}.fa-duotone.fa-circle-caret-up:before,.fad.fa-circle-caret-up:before{content:"\f331\fe01"}.fa-duotone.fa-circle-caret-up:after,.fad.fa-circle-caret-up:after{content:"\f331\fe02"}.fa-duotone.fa-caret-circle-up:before,.fad.fa-caret-circle-up:before{content:"\f331\fe01"}.fa-duotone.fa-caret-circle-up:after,.fad.fa-caret-circle-up:after{content:"\f331\fe02"}.fa-duotone.fa-circle-check:before,.fad.fa-circle-check:before{content:"\f058\fe01"}.fa-duotone.fa-circle-check:after,.fad.fa-circle-check:after{content:"\f058\fe02"}.fa-duotone.fa-check-circle:before,.fad.fa-check-circle:before{content:"\f058\fe01"}.fa-duotone.fa-check-circle:after,.fad.fa-check-circle:after{content:"\f058\fe02"}.fa-duotone.fa-circle-chevron-down:before,.fad.fa-circle-chevron-down:before{content:"\f13a\fe01"}.fa-duotone.fa-circle-chevron-down:after,.fad.fa-circle-chevron-down:after{content:"\f13a\fe02"}.fa-duotone.fa-chevron-circle-down:before,.fad.fa-chevron-circle-down:before{content:"\f13a\fe01"}.fa-duotone.fa-chevron-circle-down:after,.fad.fa-chevron-circle-down:after{content:"\f13a\fe02"}.fa-duotone.fa-circle-chevron-left:before,.fad.fa-circle-chevron-left:before{content:"\f137\fe01"}.fa-duotone.fa-circle-chevron-left:after,.fad.fa-circle-chevron-left:after{content:"\f137\fe02"}.fa-duotone.fa-chevron-circle-left:before,.fad.fa-chevron-circle-left:before{content:"\f137\fe01"}.fa-duotone.fa-chevron-circle-left:after,.fad.fa-chevron-circle-left:after{content:"\f137\fe02"}.fa-duotone.fa-circle-chevron-right:before,.fad.fa-circle-chevron-right:before{content:"\f138\fe01"}.fa-duotone.fa-circle-chevron-right:after,.fad.fa-circle-chevron-right:after{content:"\f138\fe02"}.fa-duotone.fa-chevron-circle-right:before,.fad.fa-chevron-circle-right:before{content:"\f138\fe01"}.fa-duotone.fa-chevron-circle-right:after,.fad.fa-chevron-circle-right:after{content:"\f138\fe02"}.fa-duotone.fa-circle-chevron-up:before,.fad.fa-circle-chevron-up:before{content:"\f139\fe01"}.fa-duotone.fa-circle-chevron-up:after,.fad.fa-circle-chevron-up:after{content:"\f139\fe02"}.fa-duotone.fa-chevron-circle-up:before,.fad.fa-chevron-circle-up:before{content:"\f139\fe01"}.fa-duotone.fa-chevron-circle-up:after,.fad.fa-chevron-circle-up:after{content:"\f139\fe02"}.fa-duotone.fa-circle-d:before,.fad.fa-circle-d:before{content:"\e104\fe01"}.fa-duotone.fa-circle-d:after,.fad.fa-circle-d:after{content:"\e104\fe02"}.fa-duotone.fa-circle-dashed:before,.fad.fa-circle-dashed:before{content:"\e105\fe01"}.fa-duotone.fa-circle-dashed:after,.fad.fa-circle-dashed:after{content:"\e105\fe02"}.fa-duotone.fa-circle-divide:before,.fad.fa-circle-divide:before{content:"\e106\fe01"}.fa-duotone.fa-circle-divide:after,.fad.fa-circle-divide:after{content:"\e106\fe02"}.fa-duotone.fa-circle-dollar:before,.fad.fa-circle-dollar:before{content:"\f2e8\fe01"}.fa-duotone.fa-circle-dollar:after,.fad.fa-circle-dollar:after{content:"\f2e8\fe02"}.fa-duotone.fa-dollar-circle:before,.fad.fa-dollar-circle:before{content:"\f2e8\fe01"}.fa-duotone.fa-dollar-circle:after,.fad.fa-dollar-circle:after{content:"\f2e8\fe02"}.fa-duotone.fa-usd-circle:before,.fad.fa-usd-circle:before{content:"\f2e8\fe01"}.fa-duotone.fa-usd-circle:after,.fad.fa-usd-circle:after{content:"\f2e8\fe02"}.fa-duotone.fa-circle-dollar-to-slot:before,.fad.fa-circle-dollar-to-slot:before{content:"\f4b9\fe01"}.fa-duotone.fa-circle-dollar-to-slot:after,.fad.fa-circle-dollar-to-slot:after{content:"\f4b9\fe02"}.fa-duotone.fa-donate:before,.fad.fa-donate:before{content:"\f4b9\fe01"}.fa-duotone.fa-donate:after,.fad.fa-donate:after{content:"\f4b9\fe02"}.fa-duotone.fa-circle-dot:before,.fad.fa-circle-dot:before{content:"\f192"}.fa-duotone.fa-circle-dot:after,.fad.fa-circle-dot:after{content:"\10f192"}.fa-duotone.fa-dot-circle:before,.fad.fa-dot-circle:before{content:"\f192"}.fa-duotone.fa-dot-circle:after,.fad.fa-dot-circle:after{content:"\10f192"}.fa-duotone.fa-circle-down:before,.fad.fa-circle-down:before{content:"\f358\fe01"}.fa-duotone.fa-circle-down:after,.fad.fa-circle-down:after{content:"\f358\fe02"}.fa-duotone.fa-arrow-alt-circle-down:before,.fad.fa-arrow-alt-circle-down:before{content:"\f358\fe01"}.fa-duotone.fa-arrow-alt-circle-down:after,.fad.fa-arrow-alt-circle-down:after{content:"\f358\fe02"}.fa-duotone.fa-circle-down-left:before,.fad.fa-circle-down-left:before{content:"\e107\fe01"}.fa-duotone.fa-circle-down-left:after,.fad.fa-circle-down-left:after{content:"\e107\fe02"}.fa-duotone.fa-circle-down-right:before,.fad.fa-circle-down-right:before{content:"\e108\fe01"}.fa-duotone.fa-circle-down-right:after,.fad.fa-circle-down-right:after{content:"\e108\fe02"}.fa-duotone.fa-circle-e:before,.fad.fa-circle-e:before{content:"\e109\fe01"}.fa-duotone.fa-circle-e:after,.fad.fa-circle-e:after{content:"\e109\fe02"}.fa-duotone.fa-circle-ellipsis:before,.fad.fa-circle-ellipsis:before{content:"\e10a\fe01"}.fa-duotone.fa-circle-ellipsis:after,.fad.fa-circle-ellipsis:after{content:"\e10a\fe02"}.fa-duotone.fa-circle-ellipsis-vertical:before,.fad.fa-circle-ellipsis-vertical:before{content:"\e10b\fe01"}.fa-duotone.fa-circle-ellipsis-vertical:after,.fad.fa-circle-ellipsis-vertical:after{content:"\e10b\fe02"}.fa-duotone.fa-circle-envelope:before,.fad.fa-circle-envelope:before{content:"\e10c\fe01"}.fa-duotone.fa-circle-envelope:after,.fad.fa-circle-envelope:after{content:"\e10c\fe02"}.fa-duotone.fa-envelope-circle:before,.fad.fa-envelope-circle:before{content:"\e10c\fe01"}.fa-duotone.fa-envelope-circle:after,.fad.fa-envelope-circle:after{content:"\e10c\fe02"}.fa-duotone.fa-circle-exclamation:before,.fad.fa-circle-exclamation:before{content:"\f06a\fe01"}.fa-duotone.fa-circle-exclamation:after,.fad.fa-circle-exclamation:after{content:"\f06a\fe02"}.fa-duotone.fa-exclamation-circle:before,.fad.fa-exclamation-circle:before{content:"\f06a\fe01"}.fa-duotone.fa-exclamation-circle:after,.fad.fa-exclamation-circle:after{content:"\f06a\fe02"}.fa-duotone.fa-circle-exclamation-check:before,.fad.fa-circle-exclamation-check:before{content:"\e10d\fe01"}.fa-duotone.fa-circle-exclamation-check:after,.fad.fa-circle-exclamation-check:after{content:"\e10d\fe02"}.fa-duotone.fa-circle-f:before,.fad.fa-circle-f:before{content:"\e10e\fe01"}.fa-duotone.fa-circle-f:after,.fad.fa-circle-f:after{content:"\e10e\fe02"}.fa-duotone.fa-circle-g:before,.fad.fa-circle-g:before{content:"\e10f\fe01"}.fa-duotone.fa-circle-g:after,.fad.fa-circle-g:after{content:"\e10f\fe02"}.fa-duotone.fa-circle-h:before,.fad.fa-circle-h:before{content:"\24bd\fe01"}.fa-duotone.fa-circle-h:after,.fad.fa-circle-h:after{content:"\24bd\fe02"}.fa-duotone.fa-hospital-symbol:before,.fad.fa-hospital-symbol:before{content:"\24bd\fe01"}.fa-duotone.fa-hospital-symbol:after,.fad.fa-hospital-symbol:after{content:"\24bd\fe02"}.fa-duotone.fa-circle-half:before,.fad.fa-circle-half:before{content:"\e110\fe01"}.fa-duotone.fa-circle-half:after,.fad.fa-circle-half:after{content:"\e110\fe02"}.fa-duotone.fa-circle-half-stroke:before,.fad.fa-circle-half-stroke:before{content:"\25d0\fe01"}.fa-duotone.fa-circle-half-stroke:after,.fad.fa-circle-half-stroke:after{content:"\25d0\fe02"}.fa-duotone.fa-adjust:before,.fad.fa-adjust:before{content:"\25d0\fe01"}.fa-duotone.fa-adjust:after,.fad.fa-adjust:after{content:"\25d0\fe02"}.fa-duotone.fa-circle-heart:before,.fad.fa-circle-heart:before{content:"\f4c7\fe01"}.fa-duotone.fa-circle-heart:after,.fad.fa-circle-heart:after{content:"\f4c7\fe02"}.fa-duotone.fa-heart-circle:before,.fad.fa-heart-circle:before{content:"\f4c7\fe01"}.fa-duotone.fa-heart-circle:after,.fad.fa-heart-circle:after{content:"\f4c7\fe02"}.fa-duotone.fa-circle-i:before,.fad.fa-circle-i:before{content:"\e111\fe01"}.fa-duotone.fa-circle-i:after,.fad.fa-circle-i:after{content:"\e111\fe02"}.fa-duotone.fa-circle-info:before,.fad.fa-circle-info:before{content:"\f05a\fe01"}.fa-duotone.fa-circle-info:after,.fad.fa-circle-info:after{content:"\f05a\fe02"}.fa-duotone.fa-info-circle:before,.fad.fa-info-circle:before{content:"\f05a\fe01"}.fa-duotone.fa-info-circle:after,.fad.fa-info-circle:after{content:"\f05a\fe02"}.fa-duotone.fa-circle-j:before,.fad.fa-circle-j:before{content:"\e112\fe01"}.fa-duotone.fa-circle-j:after,.fad.fa-circle-j:after{content:"\e112\fe02"}.fa-duotone.fa-circle-k:before,.fad.fa-circle-k:before{content:"\e113\fe01"}.fa-duotone.fa-circle-k:after,.fad.fa-circle-k:after{content:"\e113\fe02"}.fa-duotone.fa-circle-l:before,.fad.fa-circle-l:before{content:"\e114\fe01"}.fa-duotone.fa-circle-l:after,.fad.fa-circle-l:after{content:"\e114\fe02"}.fa-duotone.fa-circle-left:before,.fad.fa-circle-left:before{content:"\f359\fe01"}.fa-duotone.fa-circle-left:after,.fad.fa-circle-left:after{content:"\f359\fe02"}.fa-duotone.fa-arrow-alt-circle-left:before,.fad.fa-arrow-alt-circle-left:before{content:"\f359\fe01"}.fa-duotone.fa-arrow-alt-circle-left:after,.fad.fa-arrow-alt-circle-left:after{content:"\f359\fe02"}.fa-duotone.fa-circle-location-arrow:before,.fad.fa-circle-location-arrow:before{content:"\f602\fe01"}.fa-duotone.fa-circle-location-arrow:after,.fad.fa-circle-location-arrow:after{content:"\f602\fe02"}.fa-duotone.fa-location-circle:before,.fad.fa-location-circle:before{content:"\f602\fe01"}.fa-duotone.fa-location-circle:after,.fad.fa-location-circle:after{content:"\f602\fe02"}.fa-duotone.fa-circle-m:before,.fad.fa-circle-m:before{content:"\e115\fe01"}.fa-duotone.fa-circle-m:after,.fad.fa-circle-m:after{content:"\e115\fe02"}.fa-duotone.fa-circle-microphone:before,.fad.fa-circle-microphone:before{content:"\e116\fe01"}.fa-duotone.fa-circle-microphone:after,.fad.fa-circle-microphone:after{content:"\e116\fe02"}.fa-duotone.fa-microphone-circle:before,.fad.fa-microphone-circle:before{content:"\e116\fe01"}.fa-duotone.fa-microphone-circle:after,.fad.fa-microphone-circle:after{content:"\e116\fe02"}.fa-duotone.fa-circle-microphone-lines:before,.fad.fa-circle-microphone-lines:before{content:"\e117\fe01"}.fa-duotone.fa-circle-microphone-lines:after,.fad.fa-circle-microphone-lines:after{content:"\e117\fe02"}.fa-duotone.fa-microphone-circle-alt:before,.fad.fa-microphone-circle-alt:before{content:"\e117\fe01"}.fa-duotone.fa-microphone-circle-alt:after,.fad.fa-microphone-circle-alt:after{content:"\e117\fe02"}.fa-duotone.fa-circle-minus:before,.fad.fa-circle-minus:before{content:"\f056\fe01"}.fa-duotone.fa-circle-minus:after,.fad.fa-circle-minus:after{content:"\f056\fe02"}.fa-duotone.fa-minus-circle:before,.fad.fa-minus-circle:before{content:"\f056\fe01"}.fa-duotone.fa-minus-circle:after,.fad.fa-minus-circle:after{content:"\f056\fe02"}.fa-duotone.fa-circle-n:before,.fad.fa-circle-n:before{content:"\e118\fe01"}.fa-duotone.fa-circle-n:after,.fad.fa-circle-n:after{content:"\e118\fe02"}.fa-duotone.fa-circle-notch:before,.fad.fa-circle-notch:before{content:"\f1ce\fe01"}.fa-duotone.fa-circle-notch:after,.fad.fa-circle-notch:after{content:"\f1ce\fe02"}.fa-duotone.fa-circle-o:before,.fad.fa-circle-o:before{content:"\e119\fe01"}.fa-duotone.fa-circle-o:after,.fad.fa-circle-o:after{content:"\e119\fe02"}.fa-duotone.fa-circle-p:before,.fad.fa-circle-p:before{content:"\e11a\fe01"}.fa-duotone.fa-circle-p:after,.fad.fa-circle-p:after{content:"\e11a\fe02"}.fa-duotone.fa-circle-parking:before,.fad.fa-circle-parking:before{content:"\f615\fe01"}.fa-duotone.fa-circle-parking:after,.fad.fa-circle-parking:after{content:"\f615\fe02"}.fa-duotone.fa-parking-circle:before,.fad.fa-parking-circle:before{content:"\f615\fe01"}.fa-duotone.fa-parking-circle:after,.fad.fa-parking-circle:after{content:"\f615\fe02"}.fa-duotone.fa-circle-pause:before,.fad.fa-circle-pause:before{content:"\f28b\fe01"}.fa-duotone.fa-circle-pause:after,.fad.fa-circle-pause:after{content:"\f28b\fe02"}.fa-duotone.fa-pause-circle:before,.fad.fa-pause-circle:before{content:"\f28b\fe01"}.fa-duotone.fa-pause-circle:after,.fad.fa-pause-circle:after{content:"\f28b\fe02"}.fa-duotone.fa-circle-phone:before,.fad.fa-circle-phone:before{content:"\e11b\fe01"}.fa-duotone.fa-circle-phone:after,.fad.fa-circle-phone:after{content:"\e11b\fe02"}.fa-duotone.fa-phone-circle:before,.fad.fa-phone-circle:before{content:"\e11b\fe01"}.fa-duotone.fa-phone-circle:after,.fad.fa-phone-circle:after{content:"\e11b\fe02"}.fa-duotone.fa-circle-phone-flip:before,.fad.fa-circle-phone-flip:before{content:"\e11c\fe01"}.fa-duotone.fa-circle-phone-flip:after,.fad.fa-circle-phone-flip:after{content:"\e11c\fe02"}.fa-duotone.fa-phone-circle-alt:before,.fad.fa-phone-circle-alt:before{content:"\e11c\fe01"}.fa-duotone.fa-phone-circle-alt:after,.fad.fa-phone-circle-alt:after{content:"\e11c\fe02"}.fa-duotone.fa-circle-phone-hangup:before,.fad.fa-circle-phone-hangup:before{content:"\e11d\fe01"}.fa-duotone.fa-circle-phone-hangup:after,.fad.fa-circle-phone-hangup:after{content:"\e11d\fe02"}.fa-duotone.fa-phone-circle-down:before,.fad.fa-phone-circle-down:before{content:"\e11d\fe01"}.fa-duotone.fa-phone-circle-down:after,.fad.fa-phone-circle-down:after{content:"\e11d\fe02"}.fa-duotone.fa-circle-play:before,.fad.fa-circle-play:before{content:"\f144\fe01"}.fa-duotone.fa-circle-play:after,.fad.fa-circle-play:after{content:"\f144\fe02"}.fa-duotone.fa-play-circle:before,.fad.fa-play-circle:before{content:"\f144\fe01"}.fa-duotone.fa-play-circle:after,.fad.fa-play-circle:after{content:"\f144\fe02"}.fa-duotone.fa-circle-plus:before,.fad.fa-circle-plus:before{content:"\f055\fe01"}.fa-duotone.fa-circle-plus:after,.fad.fa-circle-plus:after{content:"\f055\fe02"}.fa-duotone.fa-plus-circle:before,.fad.fa-plus-circle:before{content:"\f055\fe01"}.fa-duotone.fa-plus-circle:after,.fad.fa-plus-circle:after{content:"\f055\fe02"}.fa-duotone.fa-circle-q:before,.fad.fa-circle-q:before{content:"\e11e\fe01"}.fa-duotone.fa-circle-q:after,.fad.fa-circle-q:after{content:"\e11e\fe02"}.fa-duotone.fa-circle-quarter:before,.fad.fa-circle-quarter:before{content:"\e11f\fe01"}.fa-duotone.fa-circle-quarter:after,.fad.fa-circle-quarter:after{content:"\e11f\fe02"}.fa-duotone.fa-circle-question:before,.fad.fa-circle-question:before{content:"\f059\fe01"}.fa-duotone.fa-circle-question:after,.fad.fa-circle-question:after{content:"\f059\fe02"}.fa-duotone.fa-question-circle:before,.fad.fa-question-circle:before{content:"\f059\fe01"}.fa-duotone.fa-question-circle:after,.fad.fa-question-circle:after{content:"\f059\fe02"}.fa-duotone.fa-circle-r:before,.fad.fa-circle-r:before{content:"\e120\fe01"}.fa-duotone.fa-circle-r:after,.fad.fa-circle-r:after{content:"\e120\fe02"}.fa-duotone.fa-circle-radiation:before,.fad.fa-circle-radiation:before{content:"\2622\fe01"}.fa-duotone.fa-circle-radiation:after,.fad.fa-circle-radiation:after{content:"\2622\fe02"}.fa-duotone.fa-radiation-alt:before,.fad.fa-radiation-alt:before{content:"\2622\fe01"}.fa-duotone.fa-radiation-alt:after,.fad.fa-radiation-alt:after{content:"\2622\fe02"}.fa-duotone.fa-circle-right:before,.fad.fa-circle-right:before{content:"\f35a\fe01"}.fa-duotone.fa-circle-right:after,.fad.fa-circle-right:after{content:"\f35a\fe02"}.fa-duotone.fa-arrow-alt-circle-right:before,.fad.fa-arrow-alt-circle-right:before{content:"\f35a\fe01"}.fa-duotone.fa-arrow-alt-circle-right:after,.fad.fa-arrow-alt-circle-right:after{content:"\f35a\fe02"}.fa-duotone.fa-circle-s:before,.fad.fa-circle-s:before{content:"\e121\fe01"}.fa-duotone.fa-circle-s:after,.fad.fa-circle-s:after{content:"\e121\fe02"}.fa-duotone.fa-circle-small:before,.fad.fa-circle-small:before{content:"\e122\fe01"}.fa-duotone.fa-circle-small:after,.fad.fa-circle-small:after{content:"\e122\fe02"}.fa-duotone.fa-circle-sort:before,.fad.fa-circle-sort:before{content:"\e030\fe01"}.fa-duotone.fa-circle-sort:after,.fad.fa-circle-sort:after{content:"\e030\fe02"}.fa-duotone.fa-sort-circle:before,.fad.fa-sort-circle:before{content:"\e030\fe01"}.fa-duotone.fa-sort-circle:after,.fad.fa-sort-circle:after{content:"\e030\fe02"}.fa-duotone.fa-circle-sort-down:before,.fad.fa-circle-sort-down:before{content:"\e031\fe01"}.fa-duotone.fa-circle-sort-down:after,.fad.fa-circle-sort-down:after{content:"\e031\fe02"}.fa-duotone.fa-sort-circle-down:before,.fad.fa-sort-circle-down:before{content:"\e031\fe01"}.fa-duotone.fa-sort-circle-down:after,.fad.fa-sort-circle-down:after{content:"\e031\fe02"}.fa-duotone.fa-circle-sort-up:before,.fad.fa-circle-sort-up:before{content:"\e032\fe01"}.fa-duotone.fa-circle-sort-up:after,.fad.fa-circle-sort-up:after{content:"\e032\fe02"}.fa-duotone.fa-sort-circle-up:before,.fad.fa-sort-circle-up:before{content:"\e032\fe01"}.fa-duotone.fa-sort-circle-up:after,.fad.fa-sort-circle-up:after{content:"\e032\fe02"}.fa-duotone.fa-circle-star:before,.fad.fa-circle-star:before{content:"\e123\fe01"}.fa-duotone.fa-circle-star:after,.fad.fa-circle-star:after{content:"\e123\fe02"}.fa-duotone.fa-star-circle:before,.fad.fa-star-circle:before{content:"\e123\fe01"}.fa-duotone.fa-star-circle:after,.fad.fa-star-circle:after{content:"\e123\fe02"}.fa-duotone.fa-circle-stop:before,.fad.fa-circle-stop:before{content:"\f28d\fe01"}.fa-duotone.fa-circle-stop:after,.fad.fa-circle-stop:after{content:"\f28d\fe02"}.fa-duotone.fa-stop-circle:before,.fad.fa-stop-circle:before{content:"\f28d\fe01"}.fa-duotone.fa-stop-circle:after,.fad.fa-stop-circle:after{content:"\f28d\fe02"}.fa-duotone.fa-circle-t:before,.fad.fa-circle-t:before{content:"\e124\fe01"}.fa-duotone.fa-circle-t:after,.fad.fa-circle-t:after{content:"\e124\fe02"}.fa-duotone.fa-circle-three-quarters:before,.fad.fa-circle-three-quarters:before{content:"\e125\fe01"}.fa-duotone.fa-circle-three-quarters:after,.fad.fa-circle-three-quarters:after{content:"\e125\fe02"}.fa-duotone.fa-circle-trash:before,.fad.fa-circle-trash:before{content:"\e126\fe01"}.fa-duotone.fa-circle-trash:after,.fad.fa-circle-trash:after{content:"\e126\fe02"}.fa-duotone.fa-trash-circle:before,.fad.fa-trash-circle:before{content:"\e126\fe01"}.fa-duotone.fa-trash-circle:after,.fad.fa-trash-circle:after{content:"\e126\fe02"}.fa-duotone.fa-circle-u:before,.fad.fa-circle-u:before{content:"\e127\fe01"}.fa-duotone.fa-circle-u:after,.fad.fa-circle-u:after{content:"\e127\fe02"}.fa-duotone.fa-circle-up:before,.fad.fa-circle-up:before{content:"\f35b\fe01"}.fa-duotone.fa-circle-up:after,.fad.fa-circle-up:after{content:"\f35b\fe02"}.fa-duotone.fa-arrow-alt-circle-up:before,.fad.fa-arrow-alt-circle-up:before{content:"\f35b\fe01"}.fa-duotone.fa-arrow-alt-circle-up:after,.fad.fa-arrow-alt-circle-up:after{content:"\f35b\fe02"}.fa-duotone.fa-circle-up-left:before,.fad.fa-circle-up-left:before{content:"\e128\fe01"}.fa-duotone.fa-circle-up-left:after,.fad.fa-circle-up-left:after{content:"\e128\fe02"}.fa-duotone.fa-circle-up-right:before,.fad.fa-circle-up-right:before{content:"\e129\fe01"}.fa-duotone.fa-circle-up-right:after,.fad.fa-circle-up-right:after{content:"\e129\fe02"}.fa-duotone.fa-circle-user:before,.fad.fa-circle-user:before{content:"\f2bd\fe01"}.fa-duotone.fa-circle-user:after,.fad.fa-circle-user:after{content:"\f2bd\fe02"}.fa-duotone.fa-user-circle:before,.fad.fa-user-circle:before{content:"\f2bd\fe01"}.fa-duotone.fa-user-circle:after,.fad.fa-user-circle:after{content:"\f2bd\fe02"}.fa-duotone.fa-circle-v:before,.fad.fa-circle-v:before{content:"\e12a\fe01"}.fa-duotone.fa-circle-v:after,.fad.fa-circle-v:after{content:"\e12a\fe02"}.fa-duotone.fa-circle-video:before,.fad.fa-circle-video:before{content:"\e12b\fe01"}.fa-duotone.fa-circle-video:after,.fad.fa-circle-video:after{content:"\e12b\fe02"}.fa-duotone.fa-video-circle:before,.fad.fa-video-circle:before{content:"\e12b\fe01"}.fa-duotone.fa-video-circle:after,.fad.fa-video-circle:after{content:"\e12b\fe02"}.fa-duotone.fa-circle-w:before,.fad.fa-circle-w:before{content:"\e12c\fe01"}.fa-duotone.fa-circle-w:after,.fad.fa-circle-w:after{content:"\e12c\fe02"}.fa-duotone.fa-circle-waveform-lines:before,.fad.fa-circle-waveform-lines:before{content:"\e12d\fe01"}.fa-duotone.fa-circle-waveform-lines:after,.fad.fa-circle-waveform-lines:after{content:"\e12d\fe02"}.fa-duotone.fa-waveform-circle:before,.fad.fa-waveform-circle:before{content:"\e12d\fe01"}.fa-duotone.fa-waveform-circle:after,.fad.fa-waveform-circle:after{content:"\e12d\fe02"}.fa-duotone.fa-circle-x:before,.fad.fa-circle-x:before{content:"\e12e\fe01"}.fa-duotone.fa-circle-x:after,.fad.fa-circle-x:after{content:"\e12e\fe02"}.fa-duotone.fa-circle-xmark:before,.fad.fa-circle-xmark:before{content:"\f057\fe01"}.fa-duotone.fa-circle-xmark:after,.fad.fa-circle-xmark:after{content:"\f057\fe02"}.fa-duotone.fa-times-circle:before,.fad.fa-times-circle:before{content:"\f057\fe01"}.fa-duotone.fa-times-circle:after,.fad.fa-times-circle:after{content:"\f057\fe02"}.fa-duotone.fa-xmark-circle:before,.fad.fa-xmark-circle:before{content:"\f057\fe01"}.fa-duotone.fa-xmark-circle:after,.fad.fa-xmark-circle:after{content:"\f057\fe02"}.fa-duotone.fa-circle-y:before,.fad.fa-circle-y:before{content:"\e12f\fe01"}.fa-duotone.fa-circle-y:after,.fad.fa-circle-y:after{content:"\e12f\fe02"}.fa-duotone.fa-circle-z:before,.fad.fa-circle-z:before{content:"\e130\fe01"}.fa-duotone.fa-circle-z:after,.fad.fa-circle-z:after{content:"\e130\fe02"}.fa-duotone.fa-citrus:before,.fad.fa-citrus:before{content:"\e2f4\fe01"}.fa-duotone.fa-citrus:after,.fad.fa-citrus:after{content:"\e2f4\fe02"}.fa-duotone.fa-citrus-slice:before,.fad.fa-citrus-slice:before{content:"\e2f5\fe01"}.fa-duotone.fa-citrus-slice:after,.fad.fa-citrus-slice:after{content:"\e2f5\fe02"}.fa-duotone.fa-city:before,.fad.fa-city:before{content:"\f64f"}.fa-duotone.fa-city:after,.fad.fa-city:after{content:"\10f64f"}.fa-duotone.fa-clapperboard:before,.fad.fa-clapperboard:before{content:"\e131\fe01"}.fa-duotone.fa-clapperboard:after,.fad.fa-clapperboard:after{content:"\e131\fe02"}.fa-duotone.fa-clapperboard-play:before,.fad.fa-clapperboard-play:before{content:"\e132\fe01"}.fa-duotone.fa-clapperboard-play:after,.fad.fa-clapperboard-play:after{content:"\e132\fe02"}.fa-duotone.fa-clarinet:before,.fad.fa-clarinet:before{content:"\f8ad\fe01"}.fa-duotone.fa-clarinet:after,.fad.fa-clarinet:after{content:"\f8ad\fe02"}.fa-duotone.fa-claw-marks:before,.fad.fa-claw-marks:before{content:"\f6c2\fe01"}.fa-duotone.fa-claw-marks:after,.fad.fa-claw-marks:after{content:"\f6c2\fe02"}.fa-duotone.fa-clipboard:before,.fad.fa-clipboard:before{content:"\f328"}.fa-duotone.fa-clipboard:after,.fad.fa-clipboard:after{content:"\10f328"}.fa-duotone.fa-clipboard-check:before,.fad.fa-clipboard-check:before{content:"\f46c\fe01"}.fa-duotone.fa-clipboard-check:after,.fad.fa-clipboard-check:after{content:"\f46c\fe02"}.fa-duotone.fa-clipboard-list:before,.fad.fa-clipboard-list:before{content:"\f46d\fe01"}.fa-duotone.fa-clipboard-list:after,.fad.fa-clipboard-list:after{content:"\f46d\fe02"}.fa-duotone.fa-clipboard-list-check:before,.fad.fa-clipboard-list-check:before{content:"\f737\fe01"}.fa-duotone.fa-clipboard-list-check:after,.fad.fa-clipboard-list-check:after{content:"\f737\fe02"}.fa-duotone.fa-clipboard-medical:before,.fad.fa-clipboard-medical:before{content:"\e133\fe01"}.fa-duotone.fa-clipboard-medical:after,.fad.fa-clipboard-medical:after{content:"\e133\fe02"}.fa-duotone.fa-clipboard-prescription:before,.fad.fa-clipboard-prescription:before{content:"\f5e8\fe01"}.fa-duotone.fa-clipboard-prescription:after,.fad.fa-clipboard-prescription:after{content:"\f5e8\fe02"}.fa-duotone.fa-clipboard-user:before,.fad.fa-clipboard-user:before{content:"\f7f3\fe01"}.fa-duotone.fa-clipboard-user:after,.fad.fa-clipboard-user:after{content:"\f7f3\fe02"}.fa-duotone.fa-clock:before,.fad.fa-clock:before{content:"\f017"}.fa-duotone.fa-clock:after,.fad.fa-clock:after{content:"\10f017"}.fa-duotone.fa-clock-four:before,.fad.fa-clock-four:before{content:"\f017"}.fa-duotone.fa-clock-four:after,.fad.fa-clock-four:after{content:"\10f017"}.fa-duotone.fa-clock-desk:before,.fad.fa-clock-desk:before{content:"\e134\fe01"}.fa-duotone.fa-clock-desk:after,.fad.fa-clock-desk:after{content:"\e134\fe02"}.fa-duotone.fa-clock-eight:before,.fad.fa-clock-eight:before{content:"\e345\fe01"}.fa-duotone.fa-clock-eight:after,.fad.fa-clock-eight:after{content:"\e345\fe02"}.fa-duotone.fa-clock-eight-thirty:before,.fad.fa-clock-eight-thirty:before{content:"\e346\fe01"}.fa-duotone.fa-clock-eight-thirty:after,.fad.fa-clock-eight-thirty:after{content:"\e346\fe02"}.fa-duotone.fa-clock-eleven:before,.fad.fa-clock-eleven:before{content:"\e347\fe01"}.fa-duotone.fa-clock-eleven:after,.fad.fa-clock-eleven:after{content:"\e347\fe02"}.fa-duotone.fa-clock-eleven-thirty:before,.fad.fa-clock-eleven-thirty:before{content:"\e348\fe01"}.fa-duotone.fa-clock-eleven-thirty:after,.fad.fa-clock-eleven-thirty:after{content:"\e348\fe02"}.fa-duotone.fa-clock-five:before,.fad.fa-clock-five:before{content:"\e349\fe01"}.fa-duotone.fa-clock-five:after,.fad.fa-clock-five:after{content:"\e349\fe02"}.fa-duotone.fa-clock-five-thirty:before,.fad.fa-clock-five-thirty:before{content:"\e34a\fe01"}.fa-duotone.fa-clock-five-thirty:after,.fad.fa-clock-five-thirty:after{content:"\e34a\fe02"}.fa-duotone.fa-clock-four-thirty:before,.fad.fa-clock-four-thirty:before{content:"\e34b\fe01"}.fa-duotone.fa-clock-four-thirty:after,.fad.fa-clock-four-thirty:after{content:"\e34b\fe02"}.fa-duotone.fa-clock-nine:before,.fad.fa-clock-nine:before{content:"\e34c\fe01"}.fa-duotone.fa-clock-nine:after,.fad.fa-clock-nine:after{content:"\e34c\fe02"}.fa-duotone.fa-clock-nine-thirty:before,.fad.fa-clock-nine-thirty:before{content:"\e34d\fe01"}.fa-duotone.fa-clock-nine-thirty:after,.fad.fa-clock-nine-thirty:after{content:"\e34d\fe02"}.fa-duotone.fa-clock-one:before,.fad.fa-clock-one:before{content:"\e34e\fe01"}.fa-duotone.fa-clock-one:after,.fad.fa-clock-one:after{content:"\e34e\fe02"}.fa-duotone.fa-clock-one-thirty:before,.fad.fa-clock-one-thirty:before{content:"\e34f\fe01"}.fa-duotone.fa-clock-one-thirty:after,.fad.fa-clock-one-thirty:after{content:"\e34f\fe02"}.fa-duotone.fa-clock-rotate-left:before,.fad.fa-clock-rotate-left:before{content:"\f1da\fe01"}.fa-duotone.fa-clock-rotate-left:after,.fad.fa-clock-rotate-left:after{content:"\f1da\fe02"}.fa-duotone.fa-history:before,.fad.fa-history:before{content:"\f1da\fe01"}.fa-duotone.fa-history:after,.fad.fa-history:after{content:"\f1da\fe02"}.fa-duotone.fa-clock-seven:before,.fad.fa-clock-seven:before{content:"\e350\fe01"}.fa-duotone.fa-clock-seven:after,.fad.fa-clock-seven:after{content:"\e350\fe02"}.fa-duotone.fa-clock-seven-thirty:before,.fad.fa-clock-seven-thirty:before{content:"\e351\fe01"}.fa-duotone.fa-clock-seven-thirty:after,.fad.fa-clock-seven-thirty:after{content:"\e351\fe02"}.fa-duotone.fa-clock-six:before,.fad.fa-clock-six:before{content:"\e352\fe01"}.fa-duotone.fa-clock-six:after,.fad.fa-clock-six:after{content:"\e352\fe02"}.fa-duotone.fa-clock-six-thirty:before,.fad.fa-clock-six-thirty:before{content:"\e353\fe01"}.fa-duotone.fa-clock-six-thirty:after,.fad.fa-clock-six-thirty:after{content:"\e353\fe02"}.fa-duotone.fa-clock-ten:before,.fad.fa-clock-ten:before{content:"\e354\fe01"}.fa-duotone.fa-clock-ten:after,.fad.fa-clock-ten:after{content:"\e354\fe02"}.fa-duotone.fa-clock-ten-thirty:before,.fad.fa-clock-ten-thirty:before{content:"\e355\fe01"}.fa-duotone.fa-clock-ten-thirty:after,.fad.fa-clock-ten-thirty:after{content:"\e355\fe02"}.fa-duotone.fa-clock-three:before,.fad.fa-clock-three:before{content:"\e356\fe01"}.fa-duotone.fa-clock-three:after,.fad.fa-clock-three:after{content:"\e356\fe02"}.fa-duotone.fa-clock-three-thirty:before,.fad.fa-clock-three-thirty:before{content:"\e357\fe01"}.fa-duotone.fa-clock-three-thirty:after,.fad.fa-clock-three-thirty:after{content:"\e357\fe02"}.fa-duotone.fa-clock-twelve:before,.fad.fa-clock-twelve:before{content:"\e358\fe01"}.fa-duotone.fa-clock-twelve:after,.fad.fa-clock-twelve:after{content:"\e358\fe02"}.fa-duotone.fa-clock-twelve-thirty:before,.fad.fa-clock-twelve-thirty:before{content:"\e359\fe01"}.fa-duotone.fa-clock-twelve-thirty:after,.fad.fa-clock-twelve-thirty:after{content:"\e359\fe02"}.fa-duotone.fa-clock-two:before,.fad.fa-clock-two:before{content:"\e35a\fe01"}.fa-duotone.fa-clock-two:after,.fad.fa-clock-two:after{content:"\e35a\fe02"}.fa-duotone.fa-clock-two-thirty:before,.fad.fa-clock-two-thirty:before{content:"\e35b\fe01"}.fa-duotone.fa-clock-two-thirty:after,.fad.fa-clock-two-thirty:after{content:"\e35b\fe02"}.fa-duotone.fa-clone:before,.fad.fa-clone:before{content:"\f24d\fe01"}.fa-duotone.fa-clone:after,.fad.fa-clone:after{content:"\f24d\fe02"}.fa-duotone.fa-closed-captioning:before,.fad.fa-closed-captioning:before{content:"\f20a\fe01"}.fa-duotone.fa-closed-captioning:after,.fad.fa-closed-captioning:after{content:"\f20a\fe02"}.fa-duotone.fa-closed-captioning-slash:before,.fad.fa-closed-captioning-slash:before{content:"\e135\fe01"}.fa-duotone.fa-closed-captioning-slash:after,.fad.fa-closed-captioning-slash:after{content:"\e135\fe02"}.fa-duotone.fa-clothes-hanger:before,.fad.fa-clothes-hanger:before{content:"\e136\fe01"}.fa-duotone.fa-clothes-hanger:after,.fad.fa-clothes-hanger:after{content:"\e136\fe02"}.fa-duotone.fa-cloud:before,.fad.fa-cloud:before{content:"\2601\fe01"}.fa-duotone.fa-cloud:after,.fad.fa-cloud:after{content:"\2601\fe02"}.fa-duotone.fa-cloud-arrow-down:before,.fad.fa-cloud-arrow-down:before{content:"\f0ed\fe01"}.fa-duotone.fa-cloud-arrow-down:after,.fad.fa-cloud-arrow-down:after{content:"\f0ed\fe02"}.fa-duotone.fa-cloud-download:before,.fad.fa-cloud-download:before{content:"\f0ed\fe01"}.fa-duotone.fa-cloud-download:after,.fad.fa-cloud-download:after{content:"\f0ed\fe02"}.fa-duotone.fa-cloud-download-alt:before,.fad.fa-cloud-download-alt:before{content:"\f0ed\fe01"}.fa-duotone.fa-cloud-download-alt:after,.fad.fa-cloud-download-alt:after{content:"\f0ed\fe02"}.fa-duotone.fa-cloud-arrow-up:before,.fad.fa-cloud-arrow-up:before{content:"\f0ee\fe01"}.fa-duotone.fa-cloud-arrow-up:after,.fad.fa-cloud-arrow-up:after{content:"\f0ee\fe02"}.fa-duotone.fa-cloud-upload:before,.fad.fa-cloud-upload:before{content:"\f0ee\fe01"}.fa-duotone.fa-cloud-upload:after,.fad.fa-cloud-upload:after{content:"\f0ee\fe02"}.fa-duotone.fa-cloud-upload-alt:before,.fad.fa-cloud-upload-alt:before{content:"\f0ee\fe01"}.fa-duotone.fa-cloud-upload-alt:after,.fad.fa-cloud-upload-alt:after{content:"\f0ee\fe02"}.fa-duotone.fa-cloud-bolt:before,.fad.fa-cloud-bolt:before{content:"\f76c"}.fa-duotone.fa-cloud-bolt:after,.fad.fa-cloud-bolt:after{content:"\10f76c"}.fa-duotone.fa-thunderstorm:before,.fad.fa-thunderstorm:before{content:"\f76c"}.fa-duotone.fa-thunderstorm:after,.fad.fa-thunderstorm:after{content:"\10f76c"}.fa-duotone.fa-cloud-bolt-moon:before,.fad.fa-cloud-bolt-moon:before{content:"\f76d\fe01"}.fa-duotone.fa-cloud-bolt-moon:after,.fad.fa-cloud-bolt-moon:after{content:"\f76d\fe02"}.fa-duotone.fa-thunderstorm-moon:before,.fad.fa-thunderstorm-moon:before{content:"\f76d\fe01"}.fa-duotone.fa-thunderstorm-moon:after,.fad.fa-thunderstorm-moon:after{content:"\f76d\fe02"}.fa-duotone.fa-cloud-bolt-sun:before,.fad.fa-cloud-bolt-sun:before{content:"\f76e\fe01"}.fa-duotone.fa-cloud-bolt-sun:after,.fad.fa-cloud-bolt-sun:after{content:"\f76e\fe02"}.fa-duotone.fa-thunderstorm-sun:before,.fad.fa-thunderstorm-sun:before{content:"\f76e\fe01"}.fa-duotone.fa-thunderstorm-sun:after,.fad.fa-thunderstorm-sun:after{content:"\f76e\fe02"}.fa-duotone.fa-cloud-check:before,.fad.fa-cloud-check:before{content:"\e35c\fe01"}.fa-duotone.fa-cloud-check:after,.fad.fa-cloud-check:after{content:"\e35c\fe02"}.fa-duotone.fa-cloud-drizzle:before,.fad.fa-cloud-drizzle:before{content:"\f738\fe01"}.fa-duotone.fa-cloud-drizzle:after,.fad.fa-cloud-drizzle:after{content:"\f738\fe02"}.fa-duotone.fa-cloud-fog:before,.fad.fa-cloud-fog:before{content:"\f74e"}.fa-duotone.fa-cloud-fog:after,.fad.fa-cloud-fog:after{content:"\10f74e"}.fa-duotone.fa-fog:before,.fad.fa-fog:before{content:"\f74e"}.fa-duotone.fa-fog:after,.fad.fa-fog:after{content:"\10f74e"}.fa-duotone.fa-cloud-hail:before,.fad.fa-cloud-hail:before{content:"\f739\fe01"}.fa-duotone.fa-cloud-hail:after,.fad.fa-cloud-hail:after{content:"\f739\fe02"}.fa-duotone.fa-cloud-hail-mixed:before,.fad.fa-cloud-hail-mixed:before{content:"\f73a\fe01"}.fa-duotone.fa-cloud-hail-mixed:after,.fad.fa-cloud-hail-mixed:after{content:"\f73a\fe02"}.fa-duotone.fa-cloud-meatball:before,.fad.fa-cloud-meatball:before{content:"\f73b\fe01"}.fa-duotone.fa-cloud-meatball:after,.fad.fa-cloud-meatball:after{content:"\f73b\fe02"}.fa-duotone.fa-cloud-minus:before,.fad.fa-cloud-minus:before{content:"\e35d\fe01"}.fa-duotone.fa-cloud-minus:after,.fad.fa-cloud-minus:after{content:"\e35d\fe02"}.fa-duotone.fa-cloud-moon:before,.fad.fa-cloud-moon:before{content:"\f6c3\fe01"}.fa-duotone.fa-cloud-moon:after,.fad.fa-cloud-moon:after{content:"\f6c3\fe02"}.fa-duotone.fa-cloud-moon-rain:before,.fad.fa-cloud-moon-rain:before{content:"\f73c\fe01"}.fa-duotone.fa-cloud-moon-rain:after,.fad.fa-cloud-moon-rain:after{content:"\f73c\fe02"}.fa-duotone.fa-cloud-music:before,.fad.fa-cloud-music:before{content:"\f8ae\fe01"}.fa-duotone.fa-cloud-music:after,.fad.fa-cloud-music:after{content:"\f8ae\fe02"}.fa-duotone.fa-cloud-plus:before,.fad.fa-cloud-plus:before{content:"\e35e\fe01"}.fa-duotone.fa-cloud-plus:after,.fad.fa-cloud-plus:after{content:"\e35e\fe02"}.fa-duotone.fa-cloud-rain:before,.fad.fa-cloud-rain:before{content:"\26c6\fe01"}.fa-duotone.fa-cloud-rain:after,.fad.fa-cloud-rain:after{content:"\26c6\fe02"}.fa-duotone.fa-cloud-rainbow:before,.fad.fa-cloud-rainbow:before{content:"\f73e\fe01"}.fa-duotone.fa-cloud-rainbow:after,.fad.fa-cloud-rainbow:after{content:"\f73e\fe02"}.fa-duotone.fa-cloud-showers:before,.fad.fa-cloud-showers:before{content:"\f73f\fe01"}.fa-duotone.fa-cloud-showers:after,.fad.fa-cloud-showers:after{content:"\f73f\fe02"}.fa-duotone.fa-cloud-showers-heavy:before,.fad.fa-cloud-showers-heavy:before{content:"\f740\fe01"}.fa-duotone.fa-cloud-showers-heavy:after,.fad.fa-cloud-showers-heavy:after{content:"\f740\fe02"}.fa-duotone.fa-cloud-slash:before,.fad.fa-cloud-slash:before{content:"\e137\fe01"}.fa-duotone.fa-cloud-slash:after,.fad.fa-cloud-slash:after{content:"\e137\fe02"}.fa-duotone.fa-cloud-sleet:before,.fad.fa-cloud-sleet:before{content:"\f741\fe01"}.fa-duotone.fa-cloud-sleet:after,.fad.fa-cloud-sleet:after{content:"\f741\fe02"}.fa-duotone.fa-cloud-snow:before,.fad.fa-cloud-snow:before{content:"\f742"}.fa-duotone.fa-cloud-snow:after,.fad.fa-cloud-snow:after{content:"\10f742"}.fa-duotone.fa-cloud-sun:before,.fad.fa-cloud-sun:before{content:"\26c5\fe01"}.fa-duotone.fa-cloud-sun:after,.fad.fa-cloud-sun:after{content:"\26c5\fe02"}.fa-duotone.fa-cloud-sun-rain:before,.fad.fa-cloud-sun-rain:before{content:"\f743"}.fa-duotone.fa-cloud-sun-rain:after,.fad.fa-cloud-sun-rain:after{content:"\10f743"}.fa-duotone.fa-cloud-word:before,.fad.fa-cloud-word:before{content:"\e138\fe01"}.fa-duotone.fa-cloud-word:after,.fad.fa-cloud-word:after{content:"\e138\fe02"}.fa-duotone.fa-cloud-xmark:before,.fad.fa-cloud-xmark:before{content:"\e35f\fe01"}.fa-duotone.fa-cloud-xmark:after,.fad.fa-cloud-xmark:after{content:"\e35f\fe02"}.fa-duotone.fa-clouds:before,.fad.fa-clouds:before{content:"\f744\fe01"}.fa-duotone.fa-clouds:after,.fad.fa-clouds:after{content:"\f744\fe02"}.fa-duotone.fa-clouds-moon:before,.fad.fa-clouds-moon:before{content:"\f745\fe01"}.fa-duotone.fa-clouds-moon:after,.fad.fa-clouds-moon:after{content:"\f745\fe02"}.fa-duotone.fa-clouds-sun:before,.fad.fa-clouds-sun:before{content:"\f746\fe01"}.fa-duotone.fa-clouds-sun:after,.fad.fa-clouds-sun:after{content:"\f746\fe02"}.fa-duotone.fa-clover:before,.fad.fa-clover:before{content:"\e139\fe01"}.fa-duotone.fa-clover:after,.fad.fa-clover:after{content:"\e139\fe02"}.fa-duotone.fa-club:before,.fad.fa-club:before{content:"\2663\fe01"}.fa-duotone.fa-club:after,.fad.fa-club:after{content:"\2663\fe02"}.fa-duotone.fa-coconut:before,.fad.fa-coconut:before{content:"\e2f6\fe01"}.fa-duotone.fa-coconut:after,.fad.fa-coconut:after{content:"\e2f6\fe02"}.fa-duotone.fa-code:before,.fad.fa-code:before{content:"\f121\fe01"}.fa-duotone.fa-code:after,.fad.fa-code:after{content:"\f121\fe02"}.fa-duotone.fa-code-branch:before,.fad.fa-code-branch:before{content:"\f126\fe01"}.fa-duotone.fa-code-branch:after,.fad.fa-code-branch:after{content:"\f126\fe02"}.fa-duotone.fa-code-commit:before,.fad.fa-code-commit:before{content:"\f386\fe01"}.fa-duotone.fa-code-commit:after,.fad.fa-code-commit:after{content:"\f386\fe02"}.fa-duotone.fa-code-compare:before,.fad.fa-code-compare:before{content:"\e13a\fe01"}.fa-duotone.fa-code-compare:after,.fad.fa-code-compare:after{content:"\e13a\fe02"}.fa-duotone.fa-code-fork:before,.fad.fa-code-fork:before{content:"\e13b\fe01"}.fa-duotone.fa-code-fork:after,.fad.fa-code-fork:after{content:"\e13b\fe02"}.fa-duotone.fa-code-merge:before,.fad.fa-code-merge:before{content:"\f387\fe01"}.fa-duotone.fa-code-merge:after,.fad.fa-code-merge:after{content:"\f387\fe02"}.fa-duotone.fa-code-pull-request:before,.fad.fa-code-pull-request:before{content:"\e13c\fe01"}.fa-duotone.fa-code-pull-request:after,.fad.fa-code-pull-request:after{content:"\e13c\fe02"}.fa-duotone.fa-code-simple:before,.fad.fa-code-simple:before{content:"\e13d\fe01"}.fa-duotone.fa-code-simple:after,.fad.fa-code-simple:after{content:"\e13d\fe02"}.fa-duotone.fa-coffee-bean:before,.fad.fa-coffee-bean:before{content:"\e13e\fe01"}.fa-duotone.fa-coffee-bean:after,.fad.fa-coffee-bean:after{content:"\e13e\fe02"}.fa-duotone.fa-coffee-beans:before,.fad.fa-coffee-beans:before{content:"\e13f\fe01"}.fa-duotone.fa-coffee-beans:after,.fad.fa-coffee-beans:after{content:"\e13f\fe02"}.fa-duotone.fa-coffee-pot:before,.fad.fa-coffee-pot:before{content:"\e002\fe01"}.fa-duotone.fa-coffee-pot:after,.fad.fa-coffee-pot:after{content:"\e002\fe02"}.fa-duotone.fa-coffin:before,.fad.fa-coffin:before{content:"\26b0\fe01"}.fa-duotone.fa-coffin:after,.fad.fa-coffin:after{content:"\26b0\fe02"}.fa-duotone.fa-coffin-cross:before,.fad.fa-coffin-cross:before{content:"\e051\fe01"}.fa-duotone.fa-coffin-cross:after,.fad.fa-coffin-cross:after{content:"\e051\fe02"}.fa-duotone.fa-coin:before,.fad.fa-coin:before{content:"\f85c"}.fa-duotone.fa-coin:after,.fad.fa-coin:after{content:"\10f85c"}.fa-duotone.fa-coins:before,.fad.fa-coins:before{content:"\f51e\fe01"}.fa-duotone.fa-coins:after,.fad.fa-coins:after{content:"\f51e\fe02"}.fa-duotone.fa-colon:before,.fad.fa-colon:before{content:"\3a\fe01"}.fa-duotone.fa-colon:after,.fad.fa-colon:after{content:"\3a\fe02"}.fa-duotone.fa-colon-sign:before,.fad.fa-colon-sign:before{content:"\e140\fe01"}.fa-duotone.fa-colon-sign:after,.fad.fa-colon-sign:after{content:"\e140\fe02"}.fa-duotone.fa-columns-3:before,.fad.fa-columns-3:before{content:"\e361\fe01"}.fa-duotone.fa-columns-3:after,.fad.fa-columns-3:after{content:"\e361\fe02"}.fa-duotone.fa-comet:before,.fad.fa-comet:before{content:"\e003\fe01"}.fa-duotone.fa-comet:after,.fad.fa-comet:after{content:"\e003\fe02"}.fa-duotone.fa-comma:before,.fad.fa-comma:before{content:"\2c\fe01"}.fa-duotone.fa-comma:after,.fad.fa-comma:after{content:"\2c\fe02"}.fa-duotone.fa-command:before,.fad.fa-command:before{content:"\e142\fe01"}.fa-duotone.fa-command:after,.fad.fa-command:after{content:"\e142\fe02"}.fa-duotone.fa-comment:before,.fad.fa-comment:before{content:"\f075"}.fa-duotone.fa-comment:after,.fad.fa-comment:after{content:"\10f075"}.fa-duotone.fa-comment-arrow-down:before,.fad.fa-comment-arrow-down:before{content:"\e143\fe01"}.fa-duotone.fa-comment-arrow-down:after,.fad.fa-comment-arrow-down:after{content:"\e143\fe02"}.fa-duotone.fa-comment-arrow-up:before,.fad.fa-comment-arrow-up:before{content:"\e144\fe01"}.fa-duotone.fa-comment-arrow-up:after,.fad.fa-comment-arrow-up:after{content:"\e144\fe02"}.fa-duotone.fa-comment-arrow-up-right:before,.fad.fa-comment-arrow-up-right:before{content:"\e145\fe01"}.fa-duotone.fa-comment-arrow-up-right:after,.fad.fa-comment-arrow-up-right:after{content:"\e145\fe02"}.fa-duotone.fa-comment-captions:before,.fad.fa-comment-captions:before{content:"\e146\fe01"}.fa-duotone.fa-comment-captions:after,.fad.fa-comment-captions:after{content:"\e146\fe02"}.fa-duotone.fa-comment-check:before,.fad.fa-comment-check:before{content:"\f4ac\fe01"}.fa-duotone.fa-comment-check:after,.fad.fa-comment-check:after{content:"\f4ac\fe02"}.fa-duotone.fa-comment-code:before,.fad.fa-comment-code:before{content:"\e147\fe01"}.fa-duotone.fa-comment-code:after,.fad.fa-comment-code:after{content:"\e147\fe02"}.fa-duotone.fa-comment-dollar:before,.fad.fa-comment-dollar:before{content:"\f651\fe01"}.fa-duotone.fa-comment-dollar:after,.fad.fa-comment-dollar:after{content:"\f651\fe02"}.fa-duotone.fa-comment-dots:before,.fad.fa-comment-dots:before{content:"\f4ad"}.fa-duotone.fa-comment-dots:after,.fad.fa-comment-dots:after{content:"\10f4ad"}.fa-duotone.fa-commenting:before,.fad.fa-commenting:before{content:"\f4ad"}.fa-duotone.fa-commenting:after,.fad.fa-commenting:after{content:"\10f4ad"}.fa-duotone.fa-comment-exclamation:before,.fad.fa-comment-exclamation:before{content:"\f4af\fe01"}.fa-duotone.fa-comment-exclamation:after,.fad.fa-comment-exclamation:after{content:"\f4af\fe02"}.fa-duotone.fa-comment-image:before,.fad.fa-comment-image:before{content:"\e148\fe01"}.fa-duotone.fa-comment-image:after,.fad.fa-comment-image:after{content:"\e148\fe02"}.fa-duotone.fa-comment-lines:before,.fad.fa-comment-lines:before{content:"\f4b0\fe01"}.fa-duotone.fa-comment-lines:after,.fad.fa-comment-lines:after{content:"\f4b0\fe02"}.fa-duotone.fa-comment-medical:before,.fad.fa-comment-medical:before{content:"\f7f5\fe01"}.fa-duotone.fa-comment-medical:after,.fad.fa-comment-medical:after{content:"\f7f5\fe02"}.fa-duotone.fa-comment-middle:before,.fad.fa-comment-middle:before{content:"\e149\fe01"}.fa-duotone.fa-comment-middle:after,.fad.fa-comment-middle:after{content:"\e149\fe02"}.fa-duotone.fa-comment-middle-top:before,.fad.fa-comment-middle-top:before{content:"\e14a\fe01"}.fa-duotone.fa-comment-middle-top:after,.fad.fa-comment-middle-top:after{content:"\e14a\fe02"}.fa-duotone.fa-comment-minus:before,.fad.fa-comment-minus:before{content:"\f4b1\fe01"}.fa-duotone.fa-comment-minus:after,.fad.fa-comment-minus:after{content:"\f4b1\fe02"}.fa-duotone.fa-comment-music:before,.fad.fa-comment-music:before{content:"\f8b0\fe01"}.fa-duotone.fa-comment-music:after,.fad.fa-comment-music:after{content:"\f8b0\fe02"}.fa-duotone.fa-comment-pen:before,.fad.fa-comment-pen:before{content:"\f4ae\fe01"}.fa-duotone.fa-comment-pen:after,.fad.fa-comment-pen:after{content:"\f4ae\fe02"}.fa-duotone.fa-comment-edit:before,.fad.fa-comment-edit:before{content:"\f4ae\fe01"}.fa-duotone.fa-comment-edit:after,.fad.fa-comment-edit:after{content:"\f4ae\fe02"}.fa-duotone.fa-comment-plus:before,.fad.fa-comment-plus:before{content:"\f4b2\fe01"}.fa-duotone.fa-comment-plus:after,.fad.fa-comment-plus:after{content:"\f4b2\fe02"}.fa-duotone.fa-comment-question:before,.fad.fa-comment-question:before{content:"\e14b\fe01"}.fa-duotone.fa-comment-question:after,.fad.fa-comment-question:after{content:"\e14b\fe02"}.fa-duotone.fa-comment-quote:before,.fad.fa-comment-quote:before{content:"\e14c\fe01"}.fa-duotone.fa-comment-quote:after,.fad.fa-comment-quote:after{content:"\e14c\fe02"}.fa-duotone.fa-comment-slash:before,.fad.fa-comment-slash:before{content:"\f4b3\fe01"}.fa-duotone.fa-comment-slash:after,.fad.fa-comment-slash:after{content:"\f4b3\fe02"}.fa-duotone.fa-comment-smile:before,.fad.fa-comment-smile:before{content:"\f4b4\fe01"}.fa-duotone.fa-comment-smile:after,.fad.fa-comment-smile:after{content:"\f4b4\fe02"}.fa-duotone.fa-comment-sms:before,.fad.fa-comment-sms:before{content:"\f7cd\fe01"}.fa-duotone.fa-comment-sms:after,.fad.fa-comment-sms:after{content:"\f7cd\fe02"}.fa-duotone.fa-sms:before,.fad.fa-sms:before{content:"\f7cd\fe01"}.fa-duotone.fa-sms:after,.fad.fa-sms:after{content:"\f7cd\fe02"}.fa-duotone.fa-comment-text:before,.fad.fa-comment-text:before{content:"\e14d\fe01"}.fa-duotone.fa-comment-text:after,.fad.fa-comment-text:after{content:"\e14d\fe02"}.fa-duotone.fa-comment-xmark:before,.fad.fa-comment-xmark:before{content:"\f4b5\fe01"}.fa-duotone.fa-comment-xmark:after,.fad.fa-comment-xmark:after{content:"\f4b5\fe02"}.fa-duotone.fa-comment-times:before,.fad.fa-comment-times:before{content:"\f4b5\fe01"}.fa-duotone.fa-comment-times:after,.fad.fa-comment-times:after{content:"\f4b5\fe02"}.fa-duotone.fa-comments:before,.fad.fa-comments:before{content:"\f086"}.fa-duotone.fa-comments:after,.fad.fa-comments:after{content:"\10f086"}.fa-duotone.fa-comments-dollar:before,.fad.fa-comments-dollar:before{content:"\f653\fe01"}.fa-duotone.fa-comments-dollar:after,.fad.fa-comments-dollar:after{content:"\f653\fe02"}.fa-duotone.fa-comments-question:before,.fad.fa-comments-question:before{content:"\e14e\fe01"}.fa-duotone.fa-comments-question:after,.fad.fa-comments-question:after{content:"\e14e\fe02"}.fa-duotone.fa-comments-question-check:before,.fad.fa-comments-question-check:before{content:"\e14f\fe01"}.fa-duotone.fa-comments-question-check:after,.fad.fa-comments-question-check:after{content:"\e14f\fe02"}.fa-duotone.fa-compact-disc:before,.fad.fa-compact-disc:before{content:"\f51f"}.fa-duotone.fa-compact-disc:after,.fad.fa-compact-disc:after{content:"\10f51f"}.fa-duotone.fa-compass:before,.fad.fa-compass:before{content:"\f14e"}.fa-duotone.fa-compass:after,.fad.fa-compass:after{content:"\10f14e"}.fa-duotone.fa-compass-drafting:before,.fad.fa-compass-drafting:before{content:"\f568\fe01"}.fa-duotone.fa-compass-drafting:after,.fad.fa-compass-drafting:after{content:"\f568\fe02"}.fa-duotone.fa-drafting-compass:before,.fad.fa-drafting-compass:before{content:"\f568\fe01"}.fa-duotone.fa-drafting-compass:after,.fad.fa-drafting-compass:after{content:"\f568\fe02"}.fa-duotone.fa-compass-slash:before,.fad.fa-compass-slash:before{content:"\f5e9\fe01"}.fa-duotone.fa-compass-slash:after,.fad.fa-compass-slash:after{content:"\f5e9\fe02"}.fa-duotone.fa-compress:before,.fad.fa-compress:before{content:"\f066\fe01"}.fa-duotone.fa-compress:after,.fad.fa-compress:after{content:"\f066\fe02"}.fa-duotone.fa-compress-wide:before,.fad.fa-compress-wide:before{content:"\f326\fe01"}.fa-duotone.fa-compress-wide:after,.fad.fa-compress-wide:after{content:"\f326\fe02"}.fa-duotone.fa-computer-classic:before,.fad.fa-computer-classic:before{content:"\f8b1\fe01"}.fa-duotone.fa-computer-classic:after,.fad.fa-computer-classic:after{content:"\f8b1\fe02"}.fa-duotone.fa-computer-mouse:before,.fad.fa-computer-mouse:before{content:"\f8cc"}.fa-duotone.fa-computer-mouse:after,.fad.fa-computer-mouse:after{content:"\10f8cc"}.fa-duotone.fa-mouse:before,.fad.fa-mouse:before{content:"\f8cc"}.fa-duotone.fa-mouse:after,.fad.fa-mouse:after{content:"\10f8cc"}.fa-duotone.fa-computer-mouse-scrollwheel:before,.fad.fa-computer-mouse-scrollwheel:before{content:"\f8cd\fe01"}.fa-duotone.fa-computer-mouse-scrollwheel:after,.fad.fa-computer-mouse-scrollwheel:after{content:"\f8cd\fe02"}.fa-duotone.fa-mouse-alt:before,.fad.fa-mouse-alt:before{content:"\f8cd\fe01"}.fa-duotone.fa-mouse-alt:after,.fad.fa-mouse-alt:after{content:"\f8cd\fe02"}.fa-duotone.fa-computer-speaker:before,.fad.fa-computer-speaker:before{content:"\f8b2\fe01"}.fa-duotone.fa-computer-speaker:after,.fad.fa-computer-speaker:after{content:"\f8b2\fe02"}.fa-duotone.fa-container-storage:before,.fad.fa-container-storage:before{content:"\f4b7\fe01"}.fa-duotone.fa-container-storage:after,.fad.fa-container-storage:after{content:"\f4b7\fe02"}.fa-duotone.fa-conveyor-belt:before,.fad.fa-conveyor-belt:before{content:"\f46e\fe01"}.fa-duotone.fa-conveyor-belt:after,.fad.fa-conveyor-belt:after{content:"\f46e\fe02"}.fa-duotone.fa-conveyor-belt-boxes:before,.fad.fa-conveyor-belt-boxes:before{content:"\f46f\fe01"}.fa-duotone.fa-conveyor-belt-boxes:after,.fad.fa-conveyor-belt-boxes:after{content:"\f46f\fe02"}.fa-duotone.fa-conveyor-belt-alt:before,.fad.fa-conveyor-belt-alt:before{content:"\f46f\fe01"}.fa-duotone.fa-conveyor-belt-alt:after,.fad.fa-conveyor-belt-alt:after{content:"\f46f\fe02"}.fa-duotone.fa-conveyor-belt-empty:before,.fad.fa-conveyor-belt-empty:before{content:"\e150\fe01"}.fa-duotone.fa-conveyor-belt-empty:after,.fad.fa-conveyor-belt-empty:after{content:"\e150\fe02"}.fa-duotone.fa-cookie:before,.fad.fa-cookie:before{content:"\f563"}.fa-duotone.fa-cookie:after,.fad.fa-cookie:after{content:"\10f563"}.fa-duotone.fa-cookie-bite:before,.fad.fa-cookie-bite:before{content:"\f564\fe01"}.fa-duotone.fa-cookie-bite:after,.fad.fa-cookie-bite:after{content:"\f564\fe02"}.fa-duotone.fa-copy:before,.fad.fa-copy:before{content:"\f0c5\fe01"}.fa-duotone.fa-copy:after,.fad.fa-copy:after{content:"\f0c5\fe02"}.fa-duotone.fa-copyright:before,.fad.fa-copyright:before{content:"\a9\fe01"}.fa-duotone.fa-copyright:after,.fad.fa-copyright:after{content:"\a9\fe02"}.fa-duotone.fa-corn:before,.fad.fa-corn:before{content:"\f6c7"}.fa-duotone.fa-corn:after,.fad.fa-corn:after{content:"\10f6c7"}.fa-duotone.fa-corner:before,.fad.fa-corner:before{content:"\ac\fe01"}.fa-duotone.fa-corner:after,.fad.fa-corner:after{content:"\ac\fe02"}.fa-duotone.fa-couch:before,.fad.fa-couch:before{content:"\f4b8\fe01"}.fa-duotone.fa-couch:after,.fad.fa-couch:after{content:"\f4b8\fe02"}.fa-duotone.fa-cow:before,.fad.fa-cow:before{content:"\f6c8"}.fa-duotone.fa-cow:after,.fad.fa-cow:after{content:"\10f6c8"}.fa-duotone.fa-cowbell:before,.fad.fa-cowbell:before{content:"\f8b3\fe01"}.fa-duotone.fa-cowbell:after,.fad.fa-cowbell:after{content:"\f8b3\fe02"}.fa-duotone.fa-cowbell-circle-plus:before,.fad.fa-cowbell-circle-plus:before{content:"\f8b4\fe01"}.fa-duotone.fa-cowbell-circle-plus:after,.fad.fa-cowbell-circle-plus:after{content:"\f8b4\fe02"}.fa-duotone.fa-cowbell-more:before,.fad.fa-cowbell-more:before{content:"\f8b4\fe01"}.fa-duotone.fa-cowbell-more:after,.fad.fa-cowbell-more:after{content:"\f8b4\fe02"}.fa-duotone.fa-crate-apple:before,.fad.fa-crate-apple:before{content:"\f6b1\fe01"}.fa-duotone.fa-crate-apple:after,.fad.fa-crate-apple:after{content:"\f6b1\fe02"}.fa-duotone.fa-apple-crate:before,.fad.fa-apple-crate:before{content:"\f6b1\fe01"}.fa-duotone.fa-apple-crate:after,.fad.fa-apple-crate:after{content:"\f6b1\fe02"}.fa-duotone.fa-crate-empty:before,.fad.fa-crate-empty:before{content:"\e151\fe01"}.fa-duotone.fa-crate-empty:after,.fad.fa-crate-empty:after{content:"\e151\fe02"}.fa-duotone.fa-credit-card:before,.fad.fa-credit-card:before{content:"\f09d"}.fa-duotone.fa-credit-card:after,.fad.fa-credit-card:after{content:"\10f09d"}.fa-duotone.fa-credit-card-alt:before,.fad.fa-credit-card-alt:before{content:"\f09d"}.fa-duotone.fa-credit-card-alt:after,.fad.fa-credit-card-alt:after{content:"\10f09d"}.fa-duotone.fa-credit-card-blank:before,.fad.fa-credit-card-blank:before{content:"\f389\fe01"}.fa-duotone.fa-credit-card-blank:after,.fad.fa-credit-card-blank:after{content:"\f389\fe02"}.fa-duotone.fa-credit-card-front:before,.fad.fa-credit-card-front:before{content:"\f38a\fe01"}.fa-duotone.fa-credit-card-front:after,.fad.fa-credit-card-front:after{content:"\f38a\fe02"}.fa-duotone.fa-cricket-bat-ball:before,.fad.fa-cricket-bat-ball:before{content:"\f449"}.fa-duotone.fa-cricket-bat-ball:after,.fad.fa-cricket-bat-ball:after{content:"\10f449"}.fa-duotone.fa-cricket:before,.fad.fa-cricket:before{content:"\f449"}.fa-duotone.fa-cricket:after,.fad.fa-cricket:after{content:"\10f449"}.fa-duotone.fa-croissant:before,.fad.fa-croissant:before{content:"\f7f6"}.fa-duotone.fa-croissant:after,.fad.fa-croissant:after{content:"\10f7f6"}.fa-duotone.fa-crop:before,.fad.fa-crop:before{content:"\f125\fe01"}.fa-duotone.fa-crop:after,.fad.fa-crop:after{content:"\f125\fe02"}.fa-duotone.fa-crop-simple:before,.fad.fa-crop-simple:before{content:"\f565\fe01"}.fa-duotone.fa-crop-simple:after,.fad.fa-crop-simple:after{content:"\f565\fe02"}.fa-duotone.fa-crop-alt:before,.fad.fa-crop-alt:before{content:"\f565\fe01"}.fa-duotone.fa-crop-alt:after,.fad.fa-crop-alt:after{content:"\f565\fe02"}.fa-duotone.fa-cross:before,.fad.fa-cross:before{content:"\271d\fe01"}.fa-duotone.fa-cross:after,.fad.fa-cross:after{content:"\271d\fe02"}.fa-duotone.fa-crosshairs:before,.fad.fa-crosshairs:before{content:"\f05b\fe01"}.fa-duotone.fa-crosshairs:after,.fad.fa-crosshairs:after{content:"\f05b\fe02"}.fa-duotone.fa-crow:before,.fad.fa-crow:before{content:"\f520\fe01"}.fa-duotone.fa-crow:after,.fad.fa-crow:after{content:"\f520\fe02"}.fa-duotone.fa-crown:before,.fad.fa-crown:before{content:"\f521"}.fa-duotone.fa-crown:after,.fad.fa-crown:after{content:"\10f521"}.fa-duotone.fa-crutch:before,.fad.fa-crutch:before{content:"\f7f7\fe01"}.fa-duotone.fa-crutch:after,.fad.fa-crutch:after{content:"\f7f7\fe02"}.fa-duotone.fa-crutches:before,.fad.fa-crutches:before{content:"\f7f8\fe01"}.fa-duotone.fa-crutches:after,.fad.fa-crutches:after{content:"\f7f8\fe02"}.fa-duotone.fa-cruzeiro-sign:before,.fad.fa-cruzeiro-sign:before{content:"\e152\fe01"}.fa-duotone.fa-cruzeiro-sign:after,.fad.fa-cruzeiro-sign:after{content:"\e152\fe02"}.fa-duotone.fa-crystal-ball:before,.fad.fa-crystal-ball:before{content:"\e362\fe01"}.fa-duotone.fa-crystal-ball:after,.fad.fa-crystal-ball:after{content:"\e362\fe02"}.fa-duotone.fa-cube:before,.fad.fa-cube:before{content:"\f1b2\fe01"}.fa-duotone.fa-cube:after,.fad.fa-cube:after{content:"\f1b2\fe02"}.fa-duotone.fa-cubes:before,.fad.fa-cubes:before{content:"\f1b3\fe01"}.fa-duotone.fa-cubes:after,.fad.fa-cubes:after{content:"\f1b3\fe02"}.fa-duotone.fa-cup-straw:before,.fad.fa-cup-straw:before{content:"\e363\fe01"}.fa-duotone.fa-cup-straw:after,.fad.fa-cup-straw:after{content:"\e363\fe02"}.fa-duotone.fa-cup-straw-swoosh:before,.fad.fa-cup-straw-swoosh:before{content:"\e364\fe01"}.fa-duotone.fa-cup-straw-swoosh:after,.fad.fa-cup-straw-swoosh:after{content:"\e364\fe02"}.fa-duotone.fa-cup-togo:before,.fad.fa-cup-togo:before{content:"\f6c5\fe01"}.fa-duotone.fa-cup-togo:after,.fad.fa-cup-togo:after{content:"\f6c5\fe02"}.fa-duotone.fa-coffee-togo:before,.fad.fa-coffee-togo:before{content:"\f6c5\fe01"}.fa-duotone.fa-coffee-togo:after,.fad.fa-coffee-togo:after{content:"\f6c5\fe02"}.fa-duotone.fa-curling-stone:before,.fad.fa-curling-stone:before{content:"\f44a"}.fa-duotone.fa-curling-stone:after,.fad.fa-curling-stone:after{content:"\10f44a"}.fa-duotone.fa-curling:before,.fad.fa-curling:before{content:"\f44a"}.fa-duotone.fa-curling:after,.fad.fa-curling:after{content:"\10f44a"}.fa-duotone.fa-d:before,.fad.fa-d:before{content:"\44\fe01"}.fa-duotone.fa-d:after,.fad.fa-d:after{content:"\44\fe02"}.fa-duotone.fa-dagger:before,.fad.fa-dagger:before{content:"\f6cb\fe01"}.fa-duotone.fa-dagger:after,.fad.fa-dagger:after{content:"\f6cb\fe02"}.fa-duotone.fa-dash:before,.fad.fa-dash:before{content:"\2014\fe01"}.fa-duotone.fa-dash:after,.fad.fa-dash:after{content:"\2014\fe02"}.fa-duotone.fa-database:before,.fad.fa-database:before{content:"\f1c0\fe01"}.fa-duotone.fa-database:after,.fad.fa-database:after{content:"\f1c0\fe02"}.fa-duotone.fa-deer:before,.fad.fa-deer:before{content:"\f78e"}.fa-duotone.fa-deer:after,.fad.fa-deer:after{content:"\10f78e"}.fa-duotone.fa-deer-rudolph:before,.fad.fa-deer-rudolph:before{content:"\f78f\fe01"}.fa-duotone.fa-deer-rudolph:after,.fad.fa-deer-rudolph:after{content:"\f78f\fe02"}.fa-duotone.fa-delete-left:before,.fad.fa-delete-left:before{content:"\232b\fe01"}.fa-duotone.fa-delete-left:after,.fad.fa-delete-left:after{content:"\232b\fe02"}.fa-duotone.fa-backspace:before,.fad.fa-backspace:before{content:"\232b\fe01"}.fa-duotone.fa-backspace:after,.fad.fa-backspace:after{content:"\232b\fe02"}.fa-duotone.fa-delete-right:before,.fad.fa-delete-right:before{content:"\e154\fe01"}.fa-duotone.fa-delete-right:after,.fad.fa-delete-right:after{content:"\e154\fe02"}.fa-duotone.fa-democrat:before,.fad.fa-democrat:before{content:"\f747\fe01"}.fa-duotone.fa-democrat:after,.fad.fa-democrat:after{content:"\f747\fe02"}.fa-duotone.fa-desktop:before,.fad.fa-desktop:before{content:"\f390"}.fa-duotone.fa-desktop:after,.fad.fa-desktop:after{content:"\10f390"}.fa-duotone.fa-desktop-alt:before,.fad.fa-desktop-alt:before{content:"\f390"}.fa-duotone.fa-desktop-alt:after,.fad.fa-desktop-alt:after{content:"\10f390"}.fa-duotone.fa-desktop-arrow-down:before,.fad.fa-desktop-arrow-down:before{content:"\e155\fe01"}.fa-duotone.fa-desktop-arrow-down:after,.fad.fa-desktop-arrow-down:after{content:"\e155\fe02"}.fa-duotone.fa-dharmachakra:before,.fad.fa-dharmachakra:before{content:"\2638\fe01"}.fa-duotone.fa-dharmachakra:after,.fad.fa-dharmachakra:after{content:"\2638\fe02"}.fa-duotone.fa-diagram-lean-canvas:before,.fad.fa-diagram-lean-canvas:before{content:"\e156\fe01"}.fa-duotone.fa-diagram-lean-canvas:after,.fad.fa-diagram-lean-canvas:after{content:"\e156\fe02"}.fa-duotone.fa-diagram-nested:before,.fad.fa-diagram-nested:before{content:"\e157\fe01"}.fa-duotone.fa-diagram-nested:after,.fad.fa-diagram-nested:after{content:"\e157\fe02"}.fa-duotone.fa-diagram-project:before,.fad.fa-diagram-project:before{content:"\f542\fe01"}.fa-duotone.fa-diagram-project:after,.fad.fa-diagram-project:after{content:"\f542\fe02"}.fa-duotone.fa-project-diagram:before,.fad.fa-project-diagram:before{content:"\f542\fe01"}.fa-duotone.fa-project-diagram:after,.fad.fa-project-diagram:after{content:"\f542\fe02"}.fa-duotone.fa-diagram-sankey:before,.fad.fa-diagram-sankey:before{content:"\e158\fe01"}.fa-duotone.fa-diagram-sankey:after,.fad.fa-diagram-sankey:after{content:"\e158\fe02"}.fa-duotone.fa-diagram-venn:before,.fad.fa-diagram-venn:before{content:"\e15a\fe01"}.fa-duotone.fa-diagram-venn:after,.fad.fa-diagram-venn:after{content:"\e15a\fe02"}.fa-duotone.fa-dial:before,.fad.fa-dial:before{content:"\e15b\fe01"}.fa-duotone.fa-dial:after,.fad.fa-dial:after{content:"\e15b\fe02"}.fa-duotone.fa-dial-med-high:before,.fad.fa-dial-med-high:before{content:"\e15b\fe01"}.fa-duotone.fa-dial-med-high:after,.fad.fa-dial-med-high:after{content:"\e15b\fe02"}.fa-duotone.fa-dial-high:before,.fad.fa-dial-high:before{content:"\e15c\fe01"}.fa-duotone.fa-dial-high:after,.fad.fa-dial-high:after{content:"\e15c\fe02"}.fa-duotone.fa-dial-low:before,.fad.fa-dial-low:before{content:"\e15d\fe01"}.fa-duotone.fa-dial-low:after,.fad.fa-dial-low:after{content:"\e15d\fe02"}.fa-duotone.fa-dial-max:before,.fad.fa-dial-max:before{content:"\e15e\fe01"}.fa-duotone.fa-dial-max:after,.fad.fa-dial-max:after{content:"\e15e\fe02"}.fa-duotone.fa-dial-med:before,.fad.fa-dial-med:before{content:"\e15f\fe01"}.fa-duotone.fa-dial-med:after,.fad.fa-dial-med:after{content:"\e15f\fe02"}.fa-duotone.fa-dial-med-low:before,.fad.fa-dial-med-low:before{content:"\e160\fe01"}.fa-duotone.fa-dial-med-low:after,.fad.fa-dial-med-low:after{content:"\e160\fe02"}.fa-duotone.fa-dial-min:before,.fad.fa-dial-min:before{content:"\e161\fe01"}.fa-duotone.fa-dial-min:after,.fad.fa-dial-min:after{content:"\e161\fe02"}.fa-duotone.fa-dial-off:before,.fad.fa-dial-off:before{content:"\e162\fe01"}.fa-duotone.fa-dial-off:after,.fad.fa-dial-off:after{content:"\e162\fe02"}.fa-duotone.fa-diamond:before,.fad.fa-diamond:before{content:"\2666\fe01"}.fa-duotone.fa-diamond:after,.fad.fa-diamond:after{content:"\2666\fe02"}.fa-duotone.fa-diamond-turn-right:before,.fad.fa-diamond-turn-right:before{content:"\f5eb\fe01"}.fa-duotone.fa-diamond-turn-right:after,.fad.fa-diamond-turn-right:after{content:"\f5eb\fe02"}.fa-duotone.fa-directions:before,.fad.fa-directions:before{content:"\f5eb\fe01"}.fa-duotone.fa-directions:after,.fad.fa-directions:after{content:"\f5eb\fe02"}.fa-duotone.fa-dice:before,.fad.fa-dice:before{content:"\f522"}.fa-duotone.fa-dice:after,.fad.fa-dice:after{content:"\10f522"}.fa-duotone.fa-dice-d10:before,.fad.fa-dice-d10:before{content:"\f6cd\fe01"}.fa-duotone.fa-dice-d10:after,.fad.fa-dice-d10:after{content:"\f6cd\fe02"}.fa-duotone.fa-dice-d12:before,.fad.fa-dice-d12:before{content:"\f6ce\fe01"}.fa-duotone.fa-dice-d12:after,.fad.fa-dice-d12:after{content:"\f6ce\fe02"}.fa-duotone.fa-dice-d20:before,.fad.fa-dice-d20:before{content:"\f6cf\fe01"}.fa-duotone.fa-dice-d20:after,.fad.fa-dice-d20:after{content:"\f6cf\fe02"}.fa-duotone.fa-dice-d4:before,.fad.fa-dice-d4:before{content:"\f6d0\fe01"}.fa-duotone.fa-dice-d4:after,.fad.fa-dice-d4:after{content:"\f6d0\fe02"}.fa-duotone.fa-dice-d6:before,.fad.fa-dice-d6:before{content:"\f6d1\fe01"}.fa-duotone.fa-dice-d6:after,.fad.fa-dice-d6:after{content:"\f6d1\fe02"}.fa-duotone.fa-dice-d8:before,.fad.fa-dice-d8:before{content:"\f6d2\fe01"}.fa-duotone.fa-dice-d8:after,.fad.fa-dice-d8:after{content:"\f6d2\fe02"}.fa-duotone.fa-dice-five:before,.fad.fa-dice-five:before{content:"\2684\fe01"}.fa-duotone.fa-dice-five:after,.fad.fa-dice-five:after{content:"\2684\fe02"}.fa-duotone.fa-dice-four:before,.fad.fa-dice-four:before{content:"\2683\fe01"}.fa-duotone.fa-dice-four:after,.fad.fa-dice-four:after{content:"\2683\fe02"}.fa-duotone.fa-dice-one:before,.fad.fa-dice-one:before{content:"\2680\fe01"}.fa-duotone.fa-dice-one:after,.fad.fa-dice-one:after{content:"\2680\fe02"}.fa-duotone.fa-dice-six:before,.fad.fa-dice-six:before{content:"\2685\fe01"}.fa-duotone.fa-dice-six:after,.fad.fa-dice-six:after{content:"\2685\fe02"}.fa-duotone.fa-dice-three:before,.fad.fa-dice-three:before{content:"\2682\fe01"}.fa-duotone.fa-dice-three:after,.fad.fa-dice-three:after{content:"\2682\fe02"}.fa-duotone.fa-dice-two:before,.fad.fa-dice-two:before{content:"\2681\fe01"}.fa-duotone.fa-dice-two:after,.fad.fa-dice-two:after{content:"\2681\fe02"}.fa-duotone.fa-diploma:before,.fad.fa-diploma:before{content:"\f5ea\fe01"}.fa-duotone.fa-diploma:after,.fad.fa-diploma:after{content:"\f5ea\fe02"}.fa-duotone.fa-scroll-ribbon:before,.fad.fa-scroll-ribbon:before{content:"\f5ea\fe01"}.fa-duotone.fa-scroll-ribbon:after,.fad.fa-scroll-ribbon:after{content:"\f5ea\fe02"}.fa-duotone.fa-disc-drive:before,.fad.fa-disc-drive:before{content:"\f8b5\fe01"}.fa-duotone.fa-disc-drive:after,.fad.fa-disc-drive:after{content:"\f8b5\fe02"}.fa-duotone.fa-disease:before,.fad.fa-disease:before{content:"\f7fa\fe01"}.fa-duotone.fa-disease:after,.fad.fa-disease:after{content:"\f7fa\fe02"}.fa-duotone.fa-display:before,.fad.fa-display:before{content:"\e163\fe01"}.fa-duotone.fa-display:after,.fad.fa-display:after{content:"\e163\fe02"}.fa-duotone.fa-display-arrow-down:before,.fad.fa-display-arrow-down:before{content:"\e164\fe01"}.fa-duotone.fa-display-arrow-down:after,.fad.fa-display-arrow-down:after{content:"\e164\fe02"}.fa-duotone.fa-display-code:before,.fad.fa-display-code:before{content:"\e165\fe01"}.fa-duotone.fa-display-code:after,.fad.fa-display-code:after{content:"\e165\fe02"}.fa-duotone.fa-desktop-code:before,.fad.fa-desktop-code:before{content:"\e165\fe01"}.fa-duotone.fa-desktop-code:after,.fad.fa-desktop-code:after{content:"\e165\fe02"}.fa-duotone.fa-display-medical:before,.fad.fa-display-medical:before{content:"\e166\fe01"}.fa-duotone.fa-display-medical:after,.fad.fa-display-medical:after{content:"\e166\fe02"}.fa-duotone.fa-desktop-medical:before,.fad.fa-desktop-medical:before{content:"\e166\fe01"}.fa-duotone.fa-desktop-medical:after,.fad.fa-desktop-medical:after{content:"\e166\fe02"}.fa-duotone.fa-display-slash:before,.fad.fa-display-slash:before{content:"\e2fa\fe01"}.fa-duotone.fa-display-slash:after,.fad.fa-display-slash:after{content:"\e2fa\fe02"}.fa-duotone.fa-desktop-slash:before,.fad.fa-desktop-slash:before{content:"\e2fa\fe01"}.fa-duotone.fa-desktop-slash:after,.fad.fa-desktop-slash:after{content:"\e2fa\fe02"}.fa-duotone.fa-distribute-spacing-horizontal:before,.fad.fa-distribute-spacing-horizontal:before{content:"\e365\fe01"}.fa-duotone.fa-distribute-spacing-horizontal:after,.fad.fa-distribute-spacing-horizontal:after{content:"\e365\fe02"}.fa-duotone.fa-distribute-spacing-vertical:before,.fad.fa-distribute-spacing-vertical:before{content:"\e366\fe01"}.fa-duotone.fa-distribute-spacing-vertical:after,.fad.fa-distribute-spacing-vertical:after{content:"\e366\fe02"}.fa-duotone.fa-ditto:before,.fad.fa-ditto:before{content:"\22\fe01"}.fa-duotone.fa-ditto:after,.fad.fa-ditto:after{content:"\22\fe02"}.fa-duotone.fa-divide:before,.fad.fa-divide:before{content:"\f7\fe01"}.fa-duotone.fa-divide:after,.fad.fa-divide:after{content:"\f7\fe02"}.fa-duotone.fa-dna:before,.fad.fa-dna:before{content:"\f471"}.fa-duotone.fa-dna:after,.fad.fa-dna:after{content:"\10f471"}.fa-duotone.fa-do-not-enter:before,.fad.fa-do-not-enter:before{content:"\f5ec\fe01"}.fa-duotone.fa-do-not-enter:after,.fad.fa-do-not-enter:after{content:"\f5ec\fe02"}.fa-duotone.fa-dog:before,.fad.fa-dog:before{content:"\f6d3"}.fa-duotone.fa-dog:after,.fad.fa-dog:after{content:"\10f6d3"}.fa-duotone.fa-dog-leashed:before,.fad.fa-dog-leashed:before{content:"\f6d4"}.fa-duotone.fa-dog-leashed:after,.fad.fa-dog-leashed:after{content:"\10f6d4"}.fa-duotone.fa-dollar-sign:before,.fad.fa-dollar-sign:before{content:"\24\fe01"}.fa-duotone.fa-dollar-sign:after,.fad.fa-dollar-sign:after{content:"\24\fe02"}.fa-duotone.fa-dollar:before,.fad.fa-dollar:before{content:"\24\fe01"}.fa-duotone.fa-dollar:after,.fad.fa-dollar:after{content:"\24\fe02"}.fa-duotone.fa-usd:before,.fad.fa-usd:before{content:"\24\fe01"}.fa-duotone.fa-usd:after,.fad.fa-usd:after{content:"\24\fe02"}.fa-duotone.fa-dolly:before,.fad.fa-dolly:before{content:"\f472\fe01"}.fa-duotone.fa-dolly:after,.fad.fa-dolly:after{content:"\f472\fe02"}.fa-duotone.fa-dolly-box:before,.fad.fa-dolly-box:before{content:"\f472\fe01"}.fa-duotone.fa-dolly-box:after,.fad.fa-dolly-box:after{content:"\f472\fe02"}.fa-duotone.fa-dolly-empty:before,.fad.fa-dolly-empty:before{content:"\f473\fe01"}.fa-duotone.fa-dolly-empty:after,.fad.fa-dolly-empty:after{content:"\f473\fe02"}.fa-duotone.fa-dolphin:before,.fad.fa-dolphin:before{content:"\e168\fe01"}.fa-duotone.fa-dolphin:after,.fad.fa-dolphin:after{content:"\e168\fe02"}.fa-duotone.fa-dong-sign:before,.fad.fa-dong-sign:before{content:"\e169\fe01"}.fa-duotone.fa-dong-sign:after,.fad.fa-dong-sign:after{content:"\e169\fe02"}.fa-duotone.fa-door-closed:before,.fad.fa-door-closed:before{content:"\f52a"}.fa-duotone.fa-door-closed:after,.fad.fa-door-closed:after{content:"\10f52a"}.fa-duotone.fa-door-open:before,.fad.fa-door-open:before{content:"\f52b\fe01"}.fa-duotone.fa-door-open:after,.fad.fa-door-open:after{content:"\f52b\fe02"}.fa-duotone.fa-dove:before,.fad.fa-dove:before{content:"\f4ba"}.fa-duotone.fa-dove:after,.fad.fa-dove:after{content:"\10f4ba"}.fa-duotone.fa-down:before,.fad.fa-down:before{content:"\f354\fe01"}.fa-duotone.fa-down:after,.fad.fa-down:after{content:"\f354\fe02"}.fa-duotone.fa-arrow-alt-down:before,.fad.fa-arrow-alt-down:before{content:"\f354\fe01"}.fa-duotone.fa-arrow-alt-down:after,.fad.fa-arrow-alt-down:after{content:"\f354\fe02"}.fa-duotone.fa-down-from-line:before,.fad.fa-down-from-line:before{content:"\f349\fe01"}.fa-duotone.fa-down-from-line:after,.fad.fa-down-from-line:after{content:"\f349\fe02"}.fa-duotone.fa-arrow-alt-from-top:before,.fad.fa-arrow-alt-from-top:before{content:"\f349\fe01"}.fa-duotone.fa-arrow-alt-from-top:after,.fad.fa-arrow-alt-from-top:after{content:"\f349\fe02"}.fa-duotone.fa-down-left:before,.fad.fa-down-left:before{content:"\e16a\fe01"}.fa-duotone.fa-down-left:after,.fad.fa-down-left:after{content:"\e16a\fe02"}.fa-duotone.fa-down-left-and-up-right-to-center:before,.fad.fa-down-left-and-up-right-to-center:before{content:"\f422\fe01"}.fa-duotone.fa-down-left-and-up-right-to-center:after,.fad.fa-down-left-and-up-right-to-center:after{content:"\f422\fe02"}.fa-duotone.fa-compress-alt:before,.fad.fa-compress-alt:before{content:"\f422\fe01"}.fa-duotone.fa-compress-alt:after,.fad.fa-compress-alt:after{content:"\f422\fe02"}.fa-duotone.fa-down-long:before,.fad.fa-down-long:before{content:"\f309\fe01"}.fa-duotone.fa-down-long:after,.fad.fa-down-long:after{content:"\f309\fe02"}.fa-duotone.fa-long-arrow-alt-down:before,.fad.fa-long-arrow-alt-down:before{content:"\f309\fe01"}.fa-duotone.fa-long-arrow-alt-down:after,.fad.fa-long-arrow-alt-down:after{content:"\f309\fe02"}.fa-duotone.fa-down-right:before,.fad.fa-down-right:before{content:"\e16b\fe01"}.fa-duotone.fa-down-right:after,.fad.fa-down-right:after{content:"\e16b\fe02"}.fa-duotone.fa-down-to-line:before,.fad.fa-down-to-line:before{content:"\f34a\fe01"}.fa-duotone.fa-down-to-line:after,.fad.fa-down-to-line:after{content:"\f34a\fe02"}.fa-duotone.fa-arrow-alt-to-bottom:before,.fad.fa-arrow-alt-to-bottom:before{content:"\f34a\fe01"}.fa-duotone.fa-arrow-alt-to-bottom:after,.fad.fa-arrow-alt-to-bottom:after{content:"\f34a\fe02"}.fa-duotone.fa-download:before,.fad.fa-download:before{content:"\f019\fe01"}.fa-duotone.fa-download:after,.fad.fa-download:after{content:"\f019\fe02"}.fa-duotone.fa-dragon:before,.fad.fa-dragon:before{content:"\f6d5"}.fa-duotone.fa-dragon:after,.fad.fa-dragon:after{content:"\10f6d5"}.fa-duotone.fa-draw-circle:before,.fad.fa-draw-circle:before{content:"\f5ed\fe01"}.fa-duotone.fa-draw-circle:after,.fad.fa-draw-circle:after{content:"\f5ed\fe02"}.fa-duotone.fa-draw-polygon:before,.fad.fa-draw-polygon:before{content:"\f5ee\fe01"}.fa-duotone.fa-draw-polygon:after,.fad.fa-draw-polygon:after{content:"\f5ee\fe02"}.fa-duotone.fa-draw-square:before,.fad.fa-draw-square:before{content:"\f5ef\fe01"}.fa-duotone.fa-draw-square:after,.fad.fa-draw-square:after{content:"\f5ef\fe02"}.fa-duotone.fa-dreidel:before,.fad.fa-dreidel:before{content:"\f792\fe01"}.fa-duotone.fa-dreidel:after,.fad.fa-dreidel:after{content:"\f792\fe02"}.fa-duotone.fa-drone:before,.fad.fa-drone:before{content:"\f85f\fe01"}.fa-duotone.fa-drone:after,.fad.fa-drone:after{content:"\f85f\fe02"}.fa-duotone.fa-drone-front:before,.fad.fa-drone-front:before{content:"\f860\fe01"}.fa-duotone.fa-drone-front:after,.fad.fa-drone-front:after{content:"\f860\fe02"}.fa-duotone.fa-drone-alt:before,.fad.fa-drone-alt:before{content:"\f860\fe01"}.fa-duotone.fa-drone-alt:after,.fad.fa-drone-alt:after{content:"\f860\fe02"}.fa-duotone.fa-droplet:before,.fad.fa-droplet:before{content:"\f043"}.fa-duotone.fa-droplet:after,.fad.fa-droplet:after{content:"\10f043"}.fa-duotone.fa-tint:before,.fad.fa-tint:before{content:"\f043"}.fa-duotone.fa-tint:after,.fad.fa-tint:after{content:"\10f043"}.fa-duotone.fa-droplet-degree:before,.fad.fa-droplet-degree:before{content:"\f748\fe01"}.fa-duotone.fa-droplet-degree:after,.fad.fa-droplet-degree:after{content:"\f748\fe02"}.fa-duotone.fa-dewpoint:before,.fad.fa-dewpoint:before{content:"\f748\fe01"}.fa-duotone.fa-dewpoint:after,.fad.fa-dewpoint:after{content:"\f748\fe02"}.fa-duotone.fa-droplet-percent:before,.fad.fa-droplet-percent:before{content:"\f750\fe01"}.fa-duotone.fa-droplet-percent:after,.fad.fa-droplet-percent:after{content:"\f750\fe02"}.fa-duotone.fa-humidity:before,.fad.fa-humidity:before{content:"\f750\fe01"}.fa-duotone.fa-humidity:after,.fad.fa-humidity:after{content:"\f750\fe02"}.fa-duotone.fa-droplet-slash:before,.fad.fa-droplet-slash:before{content:"\f5c7\fe01"}.fa-duotone.fa-droplet-slash:after,.fad.fa-droplet-slash:after{content:"\f5c7\fe02"}.fa-duotone.fa-tint-slash:before,.fad.fa-tint-slash:before{content:"\f5c7\fe01"}.fa-duotone.fa-tint-slash:after,.fad.fa-tint-slash:after{content:"\f5c7\fe02"}.fa-duotone.fa-drum:before,.fad.fa-drum:before{content:"\f569"}.fa-duotone.fa-drum:after,.fad.fa-drum:after{content:"\10f569"}.fa-duotone.fa-drum-steelpan:before,.fad.fa-drum-steelpan:before{content:"\f56a\fe01"}.fa-duotone.fa-drum-steelpan:after,.fad.fa-drum-steelpan:after{content:"\f56a\fe02"}.fa-duotone.fa-drumstick:before,.fad.fa-drumstick:before{content:"\f6d6"}.fa-duotone.fa-drumstick:after,.fad.fa-drumstick:after{content:"\10f6d6"}.fa-duotone.fa-drumstick-bite:before,.fad.fa-drumstick-bite:before{content:"\f6d7\fe01"}.fa-duotone.fa-drumstick-bite:after,.fad.fa-drumstick-bite:after{content:"\f6d7\fe02"}.fa-duotone.fa-dryer:before,.fad.fa-dryer:before{content:"\f861\fe01"}.fa-duotone.fa-dryer:after,.fad.fa-dryer:after{content:"\f861\fe02"}.fa-duotone.fa-dryer-heat:before,.fad.fa-dryer-heat:before{content:"\f862\fe01"}.fa-duotone.fa-dryer-heat:after,.fad.fa-dryer-heat:after{content:"\f862\fe02"}.fa-duotone.fa-dryer-alt:before,.fad.fa-dryer-alt:before{content:"\f862\fe01"}.fa-duotone.fa-dryer-alt:after,.fad.fa-dryer-alt:after{content:"\f862\fe02"}.fa-duotone.fa-duck:before,.fad.fa-duck:before{content:"\f6d8"}.fa-duotone.fa-duck:after,.fad.fa-duck:after{content:"\10f6d8"}.fa-duotone.fa-dumbbell:before,.fad.fa-dumbbell:before{content:"\f44b\fe01"}.fa-duotone.fa-dumbbell:after,.fad.fa-dumbbell:after{content:"\f44b\fe02"}.fa-duotone.fa-dumpster:before,.fad.fa-dumpster:before{content:"\f793\fe01"}.fa-duotone.fa-dumpster:after,.fad.fa-dumpster:after{content:"\f793\fe02"}.fa-duotone.fa-dumpster-fire:before,.fad.fa-dumpster-fire:before{content:"\f794\fe01"}.fa-duotone.fa-dumpster-fire:after,.fad.fa-dumpster-fire:after{content:"\f794\fe02"}.fa-duotone.fa-dungeon:before,.fad.fa-dungeon:before{content:"\f6d9\fe01"}.fa-duotone.fa-dungeon:after,.fad.fa-dungeon:after{content:"\f6d9\fe02"}.fa-duotone.fa-e:before,.fad.fa-e:before{content:"\45\fe01"}.fa-duotone.fa-e:after,.fad.fa-e:after{content:"\45\fe02"}.fa-duotone.fa-ear:before,.fad.fa-ear:before{content:"\f5f0"}.fa-duotone.fa-ear:after,.fad.fa-ear:after{content:"\10f5f0"}.fa-duotone.fa-ear-deaf:before,.fad.fa-ear-deaf:before{content:"\f2a4\fe01"}.fa-duotone.fa-ear-deaf:after,.fad.fa-ear-deaf:after{content:"\f2a4\fe02"}.fa-duotone.fa-deaf:before,.fad.fa-deaf:before{content:"\f2a4\fe01"}.fa-duotone.fa-deaf:after,.fad.fa-deaf:after{content:"\f2a4\fe02"}.fa-duotone.fa-deafness:before,.fad.fa-deafness:before{content:"\f2a4\fe01"}.fa-duotone.fa-deafness:after,.fad.fa-deafness:after{content:"\f2a4\fe02"}.fa-duotone.fa-hard-of-hearing:before,.fad.fa-hard-of-hearing:before{content:"\f2a4\fe01"}.fa-duotone.fa-hard-of-hearing:after,.fad.fa-hard-of-hearing:after{content:"\f2a4\fe02"}.fa-duotone.fa-ear-listen:before,.fad.fa-ear-listen:before{content:"\f2a2\fe01"}.fa-duotone.fa-ear-listen:after,.fad.fa-ear-listen:after{content:"\f2a2\fe02"}.fa-duotone.fa-assistive-listening-systems:before,.fad.fa-assistive-listening-systems:before{content:"\f2a2\fe01"}.fa-duotone.fa-assistive-listening-systems:after,.fad.fa-assistive-listening-systems:after{content:"\f2a2\fe02"}.fa-duotone.fa-ear-muffs:before,.fad.fa-ear-muffs:before{content:"\f795\fe01"}.fa-duotone.fa-ear-muffs:after,.fad.fa-ear-muffs:after{content:"\f795\fe02"}.fa-duotone.fa-earth-africa:before,.fad.fa-earth-africa:before{content:"\f57c"}.fa-duotone.fa-earth-africa:after,.fad.fa-earth-africa:after{content:"\10f57c"}.fa-duotone.fa-globe-africa:before,.fad.fa-globe-africa:before{content:"\f57c"}.fa-duotone.fa-globe-africa:after,.fad.fa-globe-africa:after{content:"\10f57c"}.fa-duotone.fa-earth-americas:before,.fad.fa-earth-americas:before{content:"\f57d"}.fa-duotone.fa-earth-americas:after,.fad.fa-earth-americas:after{content:"\10f57d"}.fa-duotone.fa-earth:before,.fad.fa-earth:before{content:"\f57d"}.fa-duotone.fa-earth:after,.fad.fa-earth:after{content:"\10f57d"}.fa-duotone.fa-globe-americas:before,.fad.fa-globe-americas:before{content:"\f57d"}.fa-duotone.fa-globe-americas:after,.fad.fa-globe-americas:after{content:"\10f57d"}.fa-duotone.fa-earth-asia:before,.fad.fa-earth-asia:before{content:"\f57e"}.fa-duotone.fa-earth-asia:after,.fad.fa-earth-asia:after{content:"\10f57e"}.fa-duotone.fa-globe-asia:before,.fad.fa-globe-asia:before{content:"\f57e"}.fa-duotone.fa-globe-asia:after,.fad.fa-globe-asia:after{content:"\10f57e"}.fa-duotone.fa-earth-europa:before,.fad.fa-earth-europa:before{content:"\f7a2\fe01"}.fa-duotone.fa-earth-europa:after,.fad.fa-earth-europa:after{content:"\f7a2\fe02"}.fa-duotone.fa-globe-europe:before,.fad.fa-globe-europe:before{content:"\f7a2\fe01"}.fa-duotone.fa-globe-europe:after,.fad.fa-globe-europe:after{content:"\f7a2\fe02"}.fa-duotone.fa-eclipse:before,.fad.fa-eclipse:before{content:"\f749\fe01"}.fa-duotone.fa-eclipse:after,.fad.fa-eclipse:after{content:"\f749\fe02"}.fa-duotone.fa-egg:before,.fad.fa-egg:before{content:"\f7fb"}.fa-duotone.fa-egg:after,.fad.fa-egg:after{content:"\10f7fb"}.fa-duotone.fa-egg-fried:before,.fad.fa-egg-fried:before{content:"\f7fc\fe01"}.fa-duotone.fa-egg-fried:after,.fad.fa-egg-fried:after{content:"\f7fc\fe02"}.fa-duotone.fa-eggplant:before,.fad.fa-eggplant:before{content:"\e16c\fe01"}.fa-duotone.fa-eggplant:after,.fad.fa-eggplant:after{content:"\e16c\fe02"}.fa-duotone.fa-eject:before,.fad.fa-eject:before{content:"\23cf\fe01"}.fa-duotone.fa-eject:after,.fad.fa-eject:after{content:"\23cf\fe02"}.fa-duotone.fa-elephant:before,.fad.fa-elephant:before{content:"\f6da"}.fa-duotone.fa-elephant:after,.fad.fa-elephant:after{content:"\10f6da"}.fa-duotone.fa-elevator:before,.fad.fa-elevator:before{content:"\e16d\fe01"}.fa-duotone.fa-elevator:after,.fad.fa-elevator:after{content:"\e16d\fe02"}.fa-duotone.fa-ellipsis:before,.fad.fa-ellipsis:before{content:"\f141\fe01"}.fa-duotone.fa-ellipsis:after,.fad.fa-ellipsis:after{content:"\f141\fe02"}.fa-duotone.fa-ellipsis-h:before,.fad.fa-ellipsis-h:before{content:"\f141\fe01"}.fa-duotone.fa-ellipsis-h:after,.fad.fa-ellipsis-h:after{content:"\f141\fe02"}.fa-duotone.fa-ellipsis-stroke:before,.fad.fa-ellipsis-stroke:before{content:"\f39b\fe01"}.fa-duotone.fa-ellipsis-stroke:after,.fad.fa-ellipsis-stroke:after{content:"\f39b\fe02"}.fa-duotone.fa-ellipsis-h-alt:before,.fad.fa-ellipsis-h-alt:before{content:"\f39b\fe01"}.fa-duotone.fa-ellipsis-h-alt:after,.fad.fa-ellipsis-h-alt:after{content:"\f39b\fe02"}.fa-duotone.fa-ellipsis-stroke-vertical:before,.fad.fa-ellipsis-stroke-vertical:before{content:"\f39c\fe01"}.fa-duotone.fa-ellipsis-stroke-vertical:after,.fad.fa-ellipsis-stroke-vertical:after{content:"\f39c\fe02"}.fa-duotone.fa-ellipsis-v-alt:before,.fad.fa-ellipsis-v-alt:before{content:"\f39c\fe01"}.fa-duotone.fa-ellipsis-v-alt:after,.fad.fa-ellipsis-v-alt:after{content:"\f39c\fe02"}.fa-duotone.fa-ellipsis-vertical:before,.fad.fa-ellipsis-vertical:before{content:"\f142\fe01"}.fa-duotone.fa-ellipsis-vertical:after,.fad.fa-ellipsis-vertical:after{content:"\f142\fe02"}.fa-duotone.fa-ellipsis-v:before,.fad.fa-ellipsis-v:before{content:"\f142\fe01"}.fa-duotone.fa-ellipsis-v:after,.fad.fa-ellipsis-v:after{content:"\f142\fe02"}.fa-duotone.fa-empty-set:before,.fad.fa-empty-set:before{content:"\d8\fe01"}.fa-duotone.fa-empty-set:after,.fad.fa-empty-set:after{content:"\d8\fe02"}.fa-duotone.fa-engine:before,.fad.fa-engine:before{content:"\e16e\fe01"}.fa-duotone.fa-engine:after,.fad.fa-engine:after{content:"\e16e\fe02"}.fa-duotone.fa-engine-warning:before,.fad.fa-engine-warning:before{content:"\f5f2\fe01"}.fa-duotone.fa-engine-warning:after,.fad.fa-engine-warning:after{content:"\f5f2\fe02"}.fa-duotone.fa-engine-exclamation:before,.fad.fa-engine-exclamation:before{content:"\f5f2\fe01"}.fa-duotone.fa-engine-exclamation:after,.fad.fa-engine-exclamation:after{content:"\f5f2\fe02"}.fa-duotone.fa-envelope:before,.fad.fa-envelope:before{content:"\2709\fe01"}.fa-duotone.fa-envelope:after,.fad.fa-envelope:after{content:"\2709\fe02"}.fa-duotone.fa-envelope-dot:before,.fad.fa-envelope-dot:before{content:"\e16f\fe01"}.fa-duotone.fa-envelope-dot:after,.fad.fa-envelope-dot:after{content:"\e16f\fe02"}.fa-duotone.fa-envelope-badge:before,.fad.fa-envelope-badge:before{content:"\e16f\fe01"}.fa-duotone.fa-envelope-badge:after,.fad.fa-envelope-badge:after{content:"\e16f\fe02"}.fa-duotone.fa-envelope-open:before,.fad.fa-envelope-open:before{content:"\f2b6\fe01"}.fa-duotone.fa-envelope-open:after,.fad.fa-envelope-open:after{content:"\f2b6\fe02"}.fa-duotone.fa-envelope-open-dollar:before,.fad.fa-envelope-open-dollar:before{content:"\f657\fe01"}.fa-duotone.fa-envelope-open-dollar:after,.fad.fa-envelope-open-dollar:after{content:"\f657\fe02"}.fa-duotone.fa-envelope-open-text:before,.fad.fa-envelope-open-text:before{content:"\f658\fe01"}.fa-duotone.fa-envelope-open-text:after,.fad.fa-envelope-open-text:after{content:"\f658\fe02"}.fa-duotone.fa-envelopes:before,.fad.fa-envelopes:before{content:"\e170\fe01"}.fa-duotone.fa-envelopes:after,.fad.fa-envelopes:after{content:"\e170\fe02"}.fa-duotone.fa-envelopes-bulk:before,.fad.fa-envelopes-bulk:before{content:"\f674\fe01"}.fa-duotone.fa-envelopes-bulk:after,.fad.fa-envelopes-bulk:after{content:"\f674\fe02"}.fa-duotone.fa-mail-bulk:before,.fad.fa-mail-bulk:before{content:"\f674\fe01"}.fa-duotone.fa-mail-bulk:after,.fad.fa-mail-bulk:after{content:"\f674\fe02"}.fa-duotone.fa-equals:before,.fad.fa-equals:before{content:"\3d\fe01"}.fa-duotone.fa-equals:after,.fad.fa-equals:after{content:"\3d\fe02"}.fa-duotone.fa-eraser:before,.fad.fa-eraser:before{content:"\f12d\fe01"}.fa-duotone.fa-eraser:after,.fad.fa-eraser:after{content:"\f12d\fe02"}.fa-duotone.fa-escalator:before,.fad.fa-escalator:before{content:"\e171\fe01"}.fa-duotone.fa-escalator:after,.fad.fa-escalator:after{content:"\e171\fe02"}.fa-duotone.fa-ethernet:before,.fad.fa-ethernet:before{content:"\f796\fe01"}.fa-duotone.fa-ethernet:after,.fad.fa-ethernet:after{content:"\f796\fe02"}.fa-duotone.fa-euro-sign:before,.fad.fa-euro-sign:before{content:"\20ac\fe01"}.fa-duotone.fa-euro-sign:after,.fad.fa-euro-sign:after{content:"\20ac\fe02"}.fa-duotone.fa-eur:before,.fad.fa-eur:before{content:"\20ac\fe01"}.fa-duotone.fa-eur:after,.fad.fa-eur:after{content:"\20ac\fe02"}.fa-duotone.fa-euro:before,.fad.fa-euro:before{content:"\20ac\fe01"}.fa-duotone.fa-euro:after,.fad.fa-euro:after{content:"\20ac\fe02"}.fa-duotone.fa-exclamation:before,.fad.fa-exclamation:before{content:"\21\fe01"}.fa-duotone.fa-exclamation:after,.fad.fa-exclamation:after{content:"\21\fe02"}.fa-duotone.fa-expand:before,.fad.fa-expand:before{content:"\f065\fe01"}.fa-duotone.fa-expand:after,.fad.fa-expand:after{content:"\f065\fe02"}.fa-duotone.fa-expand-wide:before,.fad.fa-expand-wide:before{content:"\f320\fe01"}.fa-duotone.fa-expand-wide:after,.fad.fa-expand-wide:after{content:"\f320\fe02"}.fa-duotone.fa-eye:before,.fad.fa-eye:before{content:"\f06e"}.fa-duotone.fa-eye:after,.fad.fa-eye:after{content:"\10f06e"}.fa-duotone.fa-eye-dropper:before,.fad.fa-eye-dropper:before{content:"\f1fb\fe01"}.fa-duotone.fa-eye-dropper:after,.fad.fa-eye-dropper:after{content:"\f1fb\fe02"}.fa-duotone.fa-eye-dropper-empty:before,.fad.fa-eye-dropper-empty:before{content:"\f1fb\fe01"}.fa-duotone.fa-eye-dropper-empty:after,.fad.fa-eye-dropper-empty:after{content:"\f1fb\fe02"}.fa-duotone.fa-eyedropper:before,.fad.fa-eyedropper:before{content:"\f1fb\fe01"}.fa-duotone.fa-eyedropper:after,.fad.fa-eyedropper:after{content:"\f1fb\fe02"}.fa-duotone.fa-eye-dropper-full:before,.fad.fa-eye-dropper-full:before{content:"\e172\fe01"}.fa-duotone.fa-eye-dropper-full:after,.fad.fa-eye-dropper-full:after{content:"\e172\fe02"}.fa-duotone.fa-eye-dropper-half:before,.fad.fa-eye-dropper-half:before{content:"\e173\fe01"}.fa-duotone.fa-eye-dropper-half:after,.fad.fa-eye-dropper-half:after{content:"\e173\fe02"}.fa-duotone.fa-eye-evil:before,.fad.fa-eye-evil:before{content:"\f6db\fe01"}.fa-duotone.fa-eye-evil:after,.fad.fa-eye-evil:after{content:"\f6db\fe02"}.fa-duotone.fa-eye-low-vision:before,.fad.fa-eye-low-vision:before{content:"\f2a8\fe01"}.fa-duotone.fa-eye-low-vision:after,.fad.fa-eye-low-vision:after{content:"\f2a8\fe02"}.fa-duotone.fa-low-vision:before,.fad.fa-low-vision:before{content:"\f2a8\fe01"}.fa-duotone.fa-low-vision:after,.fad.fa-low-vision:after{content:"\f2a8\fe02"}.fa-duotone.fa-eye-slash:before,.fad.fa-eye-slash:before{content:"\f070\fe01"}.fa-duotone.fa-eye-slash:after,.fad.fa-eye-slash:after{content:"\f070\fe02"}.fa-duotone.fa-eyes:before,.fad.fa-eyes:before{content:"\e367\fe01"}.fa-duotone.fa-eyes:after,.fad.fa-eyes:after{content:"\e367\fe02"}.fa-duotone.fa-f:before,.fad.fa-f:before{content:"\46\fe01"}.fa-duotone.fa-f:after,.fad.fa-f:after{content:"\46\fe02"}.fa-duotone.fa-face-angry:before,.fad.fa-face-angry:before{content:"\f556"}.fa-duotone.fa-face-angry:after,.fad.fa-face-angry:after{content:"\10f556"}.fa-duotone.fa-angry:before,.fad.fa-angry:before{content:"\f556"}.fa-duotone.fa-angry:after,.fad.fa-angry:after{content:"\10f556"}.fa-duotone.fa-face-angry-horns:before,.fad.fa-face-angry-horns:before{content:"\e368\fe01"}.fa-duotone.fa-face-angry-horns:after,.fad.fa-face-angry-horns:after{content:"\e368\fe02"}.fa-duotone.fa-face-anguished:before,.fad.fa-face-anguished:before{content:"\e369\fe01"}.fa-duotone.fa-face-anguished:after,.fad.fa-face-anguished:after{content:"\e369\fe02"}.fa-duotone.fa-face-anxious-sweat:before,.fad.fa-face-anxious-sweat:before{content:"\e36a\fe01"}.fa-duotone.fa-face-anxious-sweat:after,.fad.fa-face-anxious-sweat:after{content:"\e36a\fe02"}.fa-duotone.fa-face-astonished:before,.fad.fa-face-astonished:before{content:"\e36b\fe01"}.fa-duotone.fa-face-astonished:after,.fad.fa-face-astonished:after{content:"\e36b\fe02"}.fa-duotone.fa-face-confounded:before,.fad.fa-face-confounded:before{content:"\e36c\fe01"}.fa-duotone.fa-face-confounded:after,.fad.fa-face-confounded:after{content:"\e36c\fe02"}.fa-duotone.fa-face-confused:before,.fad.fa-face-confused:before{content:"\e36d\fe01"}.fa-duotone.fa-face-confused:after,.fad.fa-face-confused:after{content:"\e36d\fe02"}.fa-duotone.fa-face-cowboy-hat:before,.fad.fa-face-cowboy-hat:before{content:"\e36e\fe01"}.fa-duotone.fa-face-cowboy-hat:after,.fad.fa-face-cowboy-hat:after{content:"\e36e\fe02"}.fa-duotone.fa-face-disappointed:before,.fad.fa-face-disappointed:before{content:"\e36f\fe01"}.fa-duotone.fa-face-disappointed:after,.fad.fa-face-disappointed:after{content:"\e36f\fe02"}.fa-duotone.fa-face-disguise:before,.fad.fa-face-disguise:before{content:"\e370\fe01"}.fa-duotone.fa-face-disguise:after,.fad.fa-face-disguise:after{content:"\e370\fe02"}.fa-duotone.fa-face-dizzy:before,.fad.fa-face-dizzy:before{content:"\f567\fe01"}.fa-duotone.fa-face-dizzy:after,.fad.fa-face-dizzy:after{content:"\f567\fe02"}.fa-duotone.fa-dizzy:before,.fad.fa-dizzy:before{content:"\f567\fe01"}.fa-duotone.fa-dizzy:after,.fad.fa-dizzy:after{content:"\f567\fe02"}.fa-duotone.fa-face-downcast-sweat:before,.fad.fa-face-downcast-sweat:before{content:"\e371\fe01"}.fa-duotone.fa-face-downcast-sweat:after,.fad.fa-face-downcast-sweat:after{content:"\e371\fe02"}.fa-duotone.fa-face-drooling:before,.fad.fa-face-drooling:before{content:"\e372\fe01"}.fa-duotone.fa-face-drooling:after,.fad.fa-face-drooling:after{content:"\e372\fe02"}.fa-duotone.fa-face-explode:before,.fad.fa-face-explode:before{content:"\e2fe\fe01"}.fa-duotone.fa-face-explode:after,.fad.fa-face-explode:after{content:"\e2fe\fe02"}.fa-duotone.fa-exploding-head:before,.fad.fa-exploding-head:before{content:"\e2fe\fe01"}.fa-duotone.fa-exploding-head:after,.fad.fa-exploding-head:after{content:"\e2fe\fe02"}.fa-duotone.fa-face-expressionless:before,.fad.fa-face-expressionless:before{content:"\e373\fe01"}.fa-duotone.fa-face-expressionless:after,.fad.fa-face-expressionless:after{content:"\e373\fe02"}.fa-duotone.fa-face-eyes-xmarks:before,.fad.fa-face-eyes-xmarks:before{content:"\e374\fe01"}.fa-duotone.fa-face-eyes-xmarks:after,.fad.fa-face-eyes-xmarks:after{content:"\e374\fe02"}.fa-duotone.fa-face-fearful:before,.fad.fa-face-fearful:before{content:"\e375\fe01"}.fa-duotone.fa-face-fearful:after,.fad.fa-face-fearful:after{content:"\e375\fe02"}.fa-duotone.fa-face-flushed:before,.fad.fa-face-flushed:before{content:"\f579"}.fa-duotone.fa-face-flushed:after,.fad.fa-face-flushed:after{content:"\10f579"}.fa-duotone.fa-flushed:before,.fad.fa-flushed:before{content:"\f579"}.fa-duotone.fa-flushed:after,.fad.fa-flushed:after{content:"\10f579"}.fa-duotone.fa-face-frown:before,.fad.fa-face-frown:before{content:"\2639\fe01"}.fa-duotone.fa-face-frown:after,.fad.fa-face-frown:after{content:"\2639\fe02"}.fa-duotone.fa-frown:before,.fad.fa-frown:before{content:"\2639\fe01"}.fa-duotone.fa-frown:after,.fad.fa-frown:after{content:"\2639\fe02"}.fa-duotone.fa-face-frown-open:before,.fad.fa-face-frown-open:before{content:"\f57a"}.fa-duotone.fa-face-frown-open:after,.fad.fa-face-frown-open:after{content:"\10f57a"}.fa-duotone.fa-frown-open:before,.fad.fa-frown-open:before{content:"\f57a"}.fa-duotone.fa-frown-open:after,.fad.fa-frown-open:after{content:"\10f57a"}.fa-duotone.fa-face-frown-slight:before,.fad.fa-face-frown-slight:before{content:"\e376\fe01"}.fa-duotone.fa-face-frown-slight:after,.fad.fa-face-frown-slight:after{content:"\e376\fe02"}.fa-duotone.fa-face-glasses:before,.fad.fa-face-glasses:before{content:"\e377\fe01"}.fa-duotone.fa-face-glasses:after,.fad.fa-face-glasses:after{content:"\e377\fe02"}.fa-duotone.fa-face-grimace:before,.fad.fa-face-grimace:before{content:"\f57f"}.fa-duotone.fa-face-grimace:after,.fad.fa-face-grimace:after{content:"\10f57f"}.fa-duotone.fa-grimace:before,.fad.fa-grimace:before{content:"\f57f"}.fa-duotone.fa-grimace:after,.fad.fa-grimace:after{content:"\10f57f"}.fa-duotone.fa-face-grin:before,.fad.fa-face-grin:before{content:"\f580"}.fa-duotone.fa-face-grin:after,.fad.fa-face-grin:after{content:"\10f580"}.fa-duotone.fa-grin:before,.fad.fa-grin:before{content:"\f580"}.fa-duotone.fa-grin:after,.fad.fa-grin:after{content:"\10f580"}.fa-duotone.fa-face-grin-beam:before,.fad.fa-face-grin-beam:before{content:"\f582"}.fa-duotone.fa-face-grin-beam:after,.fad.fa-face-grin-beam:after{content:"\10f582"}.fa-duotone.fa-grin-beam:before,.fad.fa-grin-beam:before{content:"\f582"}.fa-duotone.fa-grin-beam:after,.fad.fa-grin-beam:after{content:"\10f582"}.fa-duotone.fa-face-grin-beam-sweat:before,.fad.fa-face-grin-beam-sweat:before{content:"\f583"}.fa-duotone.fa-face-grin-beam-sweat:after,.fad.fa-face-grin-beam-sweat:after{content:"\10f583"}.fa-duotone.fa-grin-beam-sweat:before,.fad.fa-grin-beam-sweat:before{content:"\f583"}.fa-duotone.fa-grin-beam-sweat:after,.fad.fa-grin-beam-sweat:after{content:"\10f583"}.fa-duotone.fa-face-grin-hearts:before,.fad.fa-face-grin-hearts:before{content:"\f584"}.fa-duotone.fa-face-grin-hearts:after,.fad.fa-face-grin-hearts:after{content:"\10f584"}.fa-duotone.fa-grin-hearts:before,.fad.fa-grin-hearts:before{content:"\f584"}.fa-duotone.fa-grin-hearts:after,.fad.fa-grin-hearts:after{content:"\10f584"}.fa-duotone.fa-face-grin-squint:before,.fad.fa-face-grin-squint:before{content:"\f585"}.fa-duotone.fa-face-grin-squint:after,.fad.fa-face-grin-squint:after{content:"\10f585"}.fa-duotone.fa-grin-squint:before,.fad.fa-grin-squint:before{content:"\f585"}.fa-duotone.fa-grin-squint:after,.fad.fa-grin-squint:after{content:"\10f585"}.fa-duotone.fa-face-grin-squint-tears:before,.fad.fa-face-grin-squint-tears:before{content:"\f586"}.fa-duotone.fa-face-grin-squint-tears:after,.fad.fa-face-grin-squint-tears:after{content:"\10f586"}.fa-duotone.fa-grin-squint-tears:before,.fad.fa-grin-squint-tears:before{content:"\f586"}.fa-duotone.fa-grin-squint-tears:after,.fad.fa-grin-squint-tears:after{content:"\10f586"}.fa-duotone.fa-face-grin-stars:before,.fad.fa-face-grin-stars:before{content:"\f587"}.fa-duotone.fa-face-grin-stars:after,.fad.fa-face-grin-stars:after{content:"\10f587"}.fa-duotone.fa-grin-stars:before,.fad.fa-grin-stars:before{content:"\f587"}.fa-duotone.fa-grin-stars:after,.fad.fa-grin-stars:after{content:"\10f587"}.fa-duotone.fa-face-grin-tears:before,.fad.fa-face-grin-tears:before{content:"\f588"}.fa-duotone.fa-face-grin-tears:after,.fad.fa-face-grin-tears:after{content:"\10f588"}.fa-duotone.fa-grin-tears:before,.fad.fa-grin-tears:before{content:"\f588"}.fa-duotone.fa-grin-tears:after,.fad.fa-grin-tears:after{content:"\10f588"}.fa-duotone.fa-face-grin-tongue:before,.fad.fa-face-grin-tongue:before{content:"\f589"}.fa-duotone.fa-face-grin-tongue:after,.fad.fa-face-grin-tongue:after{content:"\10f589"}.fa-duotone.fa-grin-tongue:before,.fad.fa-grin-tongue:before{content:"\f589"}.fa-duotone.fa-grin-tongue:after,.fad.fa-grin-tongue:after{content:"\10f589"}.fa-duotone.fa-face-grin-tongue-squint:before,.fad.fa-face-grin-tongue-squint:before{content:"\f58a"}.fa-duotone.fa-face-grin-tongue-squint:after,.fad.fa-face-grin-tongue-squint:after{content:"\10f58a"}.fa-duotone.fa-grin-tongue-squint:before,.fad.fa-grin-tongue-squint:before{content:"\f58a"}.fa-duotone.fa-grin-tongue-squint:after,.fad.fa-grin-tongue-squint:after{content:"\10f58a"}.fa-duotone.fa-face-grin-tongue-wink:before,.fad.fa-face-grin-tongue-wink:before{content:"\f58b"}.fa-duotone.fa-face-grin-tongue-wink:after,.fad.fa-face-grin-tongue-wink:after{content:"\10f58b"}.fa-duotone.fa-grin-tongue-wink:before,.fad.fa-grin-tongue-wink:before{content:"\f58b"}.fa-duotone.fa-grin-tongue-wink:after,.fad.fa-grin-tongue-wink:after{content:"\10f58b"}.fa-duotone.fa-face-grin-wide:before,.fad.fa-face-grin-wide:before{content:"\f581"}.fa-duotone.fa-face-grin-wide:after,.fad.fa-face-grin-wide:after{content:"\10f581"}.fa-duotone.fa-grin-alt:before,.fad.fa-grin-alt:before{content:"\f581"}.fa-duotone.fa-grin-alt:after,.fad.fa-grin-alt:after{content:"\10f581"}.fa-duotone.fa-face-grin-wink:before,.fad.fa-face-grin-wink:before{content:"\f58c\fe01"}.fa-duotone.fa-face-grin-wink:after,.fad.fa-face-grin-wink:after{content:"\f58c\fe02"}.fa-duotone.fa-grin-wink:before,.fad.fa-grin-wink:before{content:"\f58c\fe01"}.fa-duotone.fa-grin-wink:after,.fad.fa-grin-wink:after{content:"\f58c\fe02"}.fa-duotone.fa-face-hand-over-mouth:before,.fad.fa-face-hand-over-mouth:before{content:"\e378\fe01"}.fa-duotone.fa-face-hand-over-mouth:after,.fad.fa-face-hand-over-mouth:after{content:"\e378\fe02"}.fa-duotone.fa-face-hand-yawn:before,.fad.fa-face-hand-yawn:before{content:"\e379\fe01"}.fa-duotone.fa-face-hand-yawn:after,.fad.fa-face-hand-yawn:after{content:"\e379\fe02"}.fa-duotone.fa-face-head-bandage:before,.fad.fa-face-head-bandage:before{content:"\e37a\fe01"}.fa-duotone.fa-face-head-bandage:after,.fad.fa-face-head-bandage:after{content:"\e37a\fe02"}.fa-duotone.fa-face-hushed:before,.fad.fa-face-hushed:before{content:"\e37b\fe01"}.fa-duotone.fa-face-hushed:after,.fad.fa-face-hushed:after{content:"\e37b\fe02"}.fa-duotone.fa-face-icicles:before,.fad.fa-face-icicles:before{content:"\e37c\fe01"}.fa-duotone.fa-face-icicles:after,.fad.fa-face-icicles:after{content:"\e37c\fe02"}.fa-duotone.fa-face-kiss:before,.fad.fa-face-kiss:before{content:"\f596"}.fa-duotone.fa-face-kiss:after,.fad.fa-face-kiss:after{content:"\10f596"}.fa-duotone.fa-kiss:before,.fad.fa-kiss:before{content:"\f596"}.fa-duotone.fa-kiss:after,.fad.fa-kiss:after{content:"\10f596"}.fa-duotone.fa-face-kiss-beam:before,.fad.fa-face-kiss-beam:before{content:"\f597"}.fa-duotone.fa-face-kiss-beam:after,.fad.fa-face-kiss-beam:after{content:"\10f597"}.fa-duotone.fa-kiss-beam:before,.fad.fa-kiss-beam:before{content:"\f597"}.fa-duotone.fa-kiss-beam:after,.fad.fa-kiss-beam:after{content:"\10f597"}.fa-duotone.fa-face-kiss-closed-eyes:before,.fad.fa-face-kiss-closed-eyes:before{content:"\e37d\fe01"}.fa-duotone.fa-face-kiss-closed-eyes:after,.fad.fa-face-kiss-closed-eyes:after{content:"\e37d\fe02"}.fa-duotone.fa-face-kiss-wink-heart:before,.fad.fa-face-kiss-wink-heart:before{content:"\f598"}.fa-duotone.fa-face-kiss-wink-heart:after,.fad.fa-face-kiss-wink-heart:after{content:"\10f598"}.fa-duotone.fa-kiss-wink-heart:before,.fad.fa-kiss-wink-heart:before{content:"\f598"}.fa-duotone.fa-kiss-wink-heart:after,.fad.fa-kiss-wink-heart:after{content:"\10f598"}.fa-duotone.fa-face-laugh:before,.fad.fa-face-laugh:before{content:"\f599\fe01"}.fa-duotone.fa-face-laugh:after,.fad.fa-face-laugh:after{content:"\f599\fe02"}.fa-duotone.fa-laugh:before,.fad.fa-laugh:before{content:"\f599\fe01"}.fa-duotone.fa-laugh:after,.fad.fa-laugh:after{content:"\f599\fe02"}.fa-duotone.fa-face-laugh-beam:before,.fad.fa-face-laugh-beam:before{content:"\f59a"}.fa-duotone.fa-face-laugh-beam:after,.fad.fa-face-laugh-beam:after{content:"\10f59a"}.fa-duotone.fa-laugh-beam:before,.fad.fa-laugh-beam:before{content:"\f59a"}.fa-duotone.fa-laugh-beam:after,.fad.fa-laugh-beam:after{content:"\10f59a"}.fa-duotone.fa-face-laugh-squint:before,.fad.fa-face-laugh-squint:before{content:"\f59b\fe01"}.fa-duotone.fa-face-laugh-squint:after,.fad.fa-face-laugh-squint:after{content:"\f59b\fe02"}.fa-duotone.fa-laugh-squint:before,.fad.fa-laugh-squint:before{content:"\f59b\fe01"}.fa-duotone.fa-laugh-squint:after,.fad.fa-laugh-squint:after{content:"\f59b\fe02"}.fa-duotone.fa-face-laugh-wink:before,.fad.fa-face-laugh-wink:before{content:"\f59c\fe01"}.fa-duotone.fa-face-laugh-wink:after,.fad.fa-face-laugh-wink:after{content:"\f59c\fe02"}.fa-duotone.fa-laugh-wink:before,.fad.fa-laugh-wink:before{content:"\f59c\fe01"}.fa-duotone.fa-laugh-wink:after,.fad.fa-laugh-wink:after{content:"\f59c\fe02"}.fa-duotone.fa-face-lying:before,.fad.fa-face-lying:before{content:"\e37e\fe01"}.fa-duotone.fa-face-lying:after,.fad.fa-face-lying:after{content:"\e37e\fe02"}.fa-duotone.fa-face-mask:before,.fad.fa-face-mask:before{content:"\e37f\fe01"}.fa-duotone.fa-face-mask:after,.fad.fa-face-mask:after{content:"\e37f\fe02"}.fa-duotone.fa-face-meh:before,.fad.fa-face-meh:before{content:"\f11a"}.fa-duotone.fa-face-meh:after,.fad.fa-face-meh:after{content:"\10f11a"}.fa-duotone.fa-meh:before,.fad.fa-meh:before{content:"\f11a"}.fa-duotone.fa-meh:after,.fad.fa-meh:after{content:"\10f11a"}.fa-duotone.fa-face-meh-blank:before,.fad.fa-face-meh-blank:before{content:"\f5a4"}.fa-duotone.fa-face-meh-blank:after,.fad.fa-face-meh-blank:after{content:"\10f5a4"}.fa-duotone.fa-meh-blank:before,.fad.fa-meh-blank:before{content:"\f5a4"}.fa-duotone.fa-meh-blank:after,.fad.fa-meh-blank:after{content:"\10f5a4"}.fa-duotone.fa-face-monocle:before,.fad.fa-face-monocle:before{content:"\e380\fe01"}.fa-duotone.fa-face-monocle:after,.fad.fa-face-monocle:after{content:"\e380\fe02"}.fa-duotone.fa-face-nauseated:before,.fad.fa-face-nauseated:before{content:"\e381\fe01"}.fa-duotone.fa-face-nauseated:after,.fad.fa-face-nauseated:after{content:"\e381\fe02"}.fa-duotone.fa-face-nose-steam:before,.fad.fa-face-nose-steam:before{content:"\e382\fe01"}.fa-duotone.fa-face-nose-steam:after,.fad.fa-face-nose-steam:after{content:"\e382\fe02"}.fa-duotone.fa-face-party:before,.fad.fa-face-party:before{content:"\e383\fe01"}.fa-duotone.fa-face-party:after,.fad.fa-face-party:after{content:"\e383\fe02"}.fa-duotone.fa-face-pensive:before,.fad.fa-face-pensive:before{content:"\e384\fe01"}.fa-duotone.fa-face-pensive:after,.fad.fa-face-pensive:after{content:"\e384\fe02"}.fa-duotone.fa-face-persevering:before,.fad.fa-face-persevering:before{content:"\e385\fe01"}.fa-duotone.fa-face-persevering:after,.fad.fa-face-persevering:after{content:"\e385\fe02"}.fa-duotone.fa-face-pleading:before,.fad.fa-face-pleading:before{content:"\e386\fe01"}.fa-duotone.fa-face-pleading:after,.fad.fa-face-pleading:after{content:"\e386\fe02"}.fa-duotone.fa-face-pouting:before,.fad.fa-face-pouting:before{content:"\e387\fe01"}.fa-duotone.fa-face-pouting:after,.fad.fa-face-pouting:after{content:"\e387\fe02"}.fa-duotone.fa-face-raised-eyebrow:before,.fad.fa-face-raised-eyebrow:before{content:"\e388\fe01"}.fa-duotone.fa-face-raised-eyebrow:after,.fad.fa-face-raised-eyebrow:after{content:"\e388\fe02"}.fa-duotone.fa-face-relieved:before,.fad.fa-face-relieved:before{content:"\e389\fe01"}.fa-duotone.fa-face-relieved:after,.fad.fa-face-relieved:after{content:"\e389\fe02"}.fa-duotone.fa-face-rolling-eyes:before,.fad.fa-face-rolling-eyes:before{content:"\f5a5"}.fa-duotone.fa-face-rolling-eyes:after,.fad.fa-face-rolling-eyes:after{content:"\10f5a5"}.fa-duotone.fa-meh-rolling-eyes:before,.fad.fa-meh-rolling-eyes:before{content:"\f5a5"}.fa-duotone.fa-meh-rolling-eyes:after,.fad.fa-meh-rolling-eyes:after{content:"\10f5a5"}.fa-duotone.fa-face-sad-cry:before,.fad.fa-face-sad-cry:before{content:"\f5b3"}.fa-duotone.fa-face-sad-cry:after,.fad.fa-face-sad-cry:after{content:"\10f5b3"}.fa-duotone.fa-sad-cry:before,.fad.fa-sad-cry:before{content:"\f5b3"}.fa-duotone.fa-sad-cry:after,.fad.fa-sad-cry:after{content:"\10f5b3"}.fa-duotone.fa-face-sad-sweat:before,.fad.fa-face-sad-sweat:before{content:"\e38a\fe01"}.fa-duotone.fa-face-sad-sweat:after,.fad.fa-face-sad-sweat:after{content:"\e38a\fe02"}.fa-duotone.fa-face-sad-tear:before,.fad.fa-face-sad-tear:before{content:"\f5b4"}.fa-duotone.fa-face-sad-tear:after,.fad.fa-face-sad-tear:after{content:"\10f5b4"}.fa-duotone.fa-sad-tear:before,.fad.fa-sad-tear:before{content:"\f5b4"}.fa-duotone.fa-sad-tear:after,.fad.fa-sad-tear:after{content:"\10f5b4"}.fa-duotone.fa-face-scream:before,.fad.fa-face-scream:before{content:"\e38b\fe01"}.fa-duotone.fa-face-scream:after,.fad.fa-face-scream:after{content:"\e38b\fe02"}.fa-duotone.fa-face-shush:before,.fad.fa-face-shush:before{content:"\e38c\fe01"}.fa-duotone.fa-face-shush:after,.fad.fa-face-shush:after{content:"\e38c\fe02"}.fa-duotone.fa-face-sleeping:before,.fad.fa-face-sleeping:before{content:"\e38d\fe01"}.fa-duotone.fa-face-sleeping:after,.fad.fa-face-sleeping:after{content:"\e38d\fe02"}.fa-duotone.fa-face-sleepy:before,.fad.fa-face-sleepy:before{content:"\e38e\fe01"}.fa-duotone.fa-face-sleepy:after,.fad.fa-face-sleepy:after{content:"\e38e\fe02"}.fa-duotone.fa-face-smile:before,.fad.fa-face-smile:before{content:"\f118"}.fa-duotone.fa-face-smile:after,.fad.fa-face-smile:after{content:"\10f118"}.fa-duotone.fa-smile:before,.fad.fa-smile:before{content:"\f118"}.fa-duotone.fa-smile:after,.fad.fa-smile:after{content:"\10f118"}.fa-duotone.fa-face-smile-beam:before,.fad.fa-face-smile-beam:before{content:"\f5b8"}.fa-duotone.fa-face-smile-beam:after,.fad.fa-face-smile-beam:after{content:"\10f5b8"}.fa-duotone.fa-smile-beam:before,.fad.fa-smile-beam:before{content:"\f5b8"}.fa-duotone.fa-smile-beam:after,.fad.fa-smile-beam:after{content:"\10f5b8"}.fa-duotone.fa-face-smile-halo:before,.fad.fa-face-smile-halo:before{content:"\e38f\fe01"}.fa-duotone.fa-face-smile-halo:after,.fad.fa-face-smile-halo:after{content:"\e38f\fe02"}.fa-duotone.fa-face-smile-hearts:before,.fad.fa-face-smile-hearts:before{content:"\e390\fe01"}.fa-duotone.fa-face-smile-hearts:after,.fad.fa-face-smile-hearts:after{content:"\e390\fe02"}.fa-duotone.fa-face-smile-horns:before,.fad.fa-face-smile-horns:before{content:"\e391\fe01"}.fa-duotone.fa-face-smile-horns:after,.fad.fa-face-smile-horns:after{content:"\e391\fe02"}.fa-duotone.fa-face-smile-plus:before,.fad.fa-face-smile-plus:before{content:"\f5b9\fe01"}.fa-duotone.fa-face-smile-plus:after,.fad.fa-face-smile-plus:after{content:"\f5b9\fe02"}.fa-duotone.fa-smile-plus:before,.fad.fa-smile-plus:before{content:"\f5b9\fe01"}.fa-duotone.fa-smile-plus:after,.fad.fa-smile-plus:after{content:"\f5b9\fe02"}.fa-duotone.fa-face-smile-relaxed:before,.fad.fa-face-smile-relaxed:before{content:"\e392\fe01"}.fa-duotone.fa-face-smile-relaxed:after,.fad.fa-face-smile-relaxed:after{content:"\e392\fe02"}.fa-duotone.fa-face-smile-tear:before,.fad.fa-face-smile-tear:before{content:"\e393\fe01"}.fa-duotone.fa-face-smile-tear:after,.fad.fa-face-smile-tear:after{content:"\e393\fe02"}.fa-duotone.fa-face-smile-tongue:before,.fad.fa-face-smile-tongue:before{content:"\e394\fe01"}.fa-duotone.fa-face-smile-tongue:after,.fad.fa-face-smile-tongue:after{content:"\e394\fe02"}.fa-duotone.fa-face-smile-upside-down:before,.fad.fa-face-smile-upside-down:before{content:"\e395\fe01"}.fa-duotone.fa-face-smile-upside-down:after,.fad.fa-face-smile-upside-down:after{content:"\e395\fe02"}.fa-duotone.fa-face-smile-wink:before,.fad.fa-face-smile-wink:before{content:"\f4da"}.fa-duotone.fa-face-smile-wink:after,.fad.fa-face-smile-wink:after{content:"\10f4da"}.fa-duotone.fa-smile-wink:before,.fad.fa-smile-wink:before{content:"\f4da"}.fa-duotone.fa-smile-wink:after,.fad.fa-smile-wink:after{content:"\10f4da"}.fa-duotone.fa-face-smiling-hands:before,.fad.fa-face-smiling-hands:before{content:"\e396\fe01"}.fa-duotone.fa-face-smiling-hands:after,.fad.fa-face-smiling-hands:after{content:"\e396\fe02"}.fa-duotone.fa-face-smirking:before,.fad.fa-face-smirking:before{content:"\e397\fe01"}.fa-duotone.fa-face-smirking:after,.fad.fa-face-smirking:after{content:"\e397\fe02"}.fa-duotone.fa-face-sunglasses:before,.fad.fa-face-sunglasses:before{content:"\e398\fe01"}.fa-duotone.fa-face-sunglasses:after,.fad.fa-face-sunglasses:after{content:"\e398\fe02"}.fa-duotone.fa-face-surprise:before,.fad.fa-face-surprise:before{content:"\f5c2"}.fa-duotone.fa-face-surprise:after,.fad.fa-face-surprise:after{content:"\10f5c2"}.fa-duotone.fa-surprise:before,.fad.fa-surprise:before{content:"\f5c2"}.fa-duotone.fa-surprise:after,.fad.fa-surprise:after{content:"\10f5c2"}.fa-duotone.fa-face-swear:before,.fad.fa-face-swear:before{content:"\e399\fe01"}.fa-duotone.fa-face-swear:after,.fad.fa-face-swear:after{content:"\e399\fe02"}.fa-duotone.fa-face-thermometer:before,.fad.fa-face-thermometer:before{content:"\e39a\fe01"}.fa-duotone.fa-face-thermometer:after,.fad.fa-face-thermometer:after{content:"\e39a\fe02"}.fa-duotone.fa-face-thinking:before,.fad.fa-face-thinking:before{content:"\e39b\fe01"}.fa-duotone.fa-face-thinking:after,.fad.fa-face-thinking:after{content:"\e39b\fe02"}.fa-duotone.fa-face-tired:before,.fad.fa-face-tired:before{content:"\f5c8"}.fa-duotone.fa-face-tired:after,.fad.fa-face-tired:after{content:"\10f5c8"}.fa-duotone.fa-tired:before,.fad.fa-tired:before{content:"\f5c8"}.fa-duotone.fa-tired:after,.fad.fa-tired:after{content:"\10f5c8"}.fa-duotone.fa-face-tissue:before,.fad.fa-face-tissue:before{content:"\e39c\fe01"}.fa-duotone.fa-face-tissue:after,.fad.fa-face-tissue:after{content:"\e39c\fe02"}.fa-duotone.fa-face-tongue-money:before,.fad.fa-face-tongue-money:before{content:"\e39d\fe01"}.fa-duotone.fa-face-tongue-money:after,.fad.fa-face-tongue-money:after{content:"\e39d\fe02"}.fa-duotone.fa-face-tongue-sweat:before,.fad.fa-face-tongue-sweat:before{content:"\e39e\fe01"}.fa-duotone.fa-face-tongue-sweat:after,.fad.fa-face-tongue-sweat:after{content:"\e39e\fe02"}.fa-duotone.fa-face-unamused:before,.fad.fa-face-unamused:before{content:"\e39f\fe01"}.fa-duotone.fa-face-unamused:after,.fad.fa-face-unamused:after{content:"\e39f\fe02"}.fa-duotone.fa-face-viewfinder:before,.fad.fa-face-viewfinder:before{content:"\e2ff\fe01"}.fa-duotone.fa-face-viewfinder:after,.fad.fa-face-viewfinder:after{content:"\e2ff\fe02"}.fa-duotone.fa-face-vomit:before,.fad.fa-face-vomit:before{content:"\e3a0\fe01"}.fa-duotone.fa-face-vomit:after,.fad.fa-face-vomit:after{content:"\e3a0\fe02"}.fa-duotone.fa-face-weary:before,.fad.fa-face-weary:before{content:"\e3a1\fe01"}.fa-duotone.fa-face-weary:after,.fad.fa-face-weary:after{content:"\e3a1\fe02"}.fa-duotone.fa-face-woozy:before,.fad.fa-face-woozy:before{content:"\e3a2\fe01"}.fa-duotone.fa-face-woozy:after,.fad.fa-face-woozy:after{content:"\e3a2\fe02"}.fa-duotone.fa-face-worried:before,.fad.fa-face-worried:before{content:"\e3a3\fe01"}.fa-duotone.fa-face-worried:after,.fad.fa-face-worried:after{content:"\e3a3\fe02"}.fa-duotone.fa-face-zany:before,.fad.fa-face-zany:before{content:"\e3a4\fe01"}.fa-duotone.fa-face-zany:after,.fad.fa-face-zany:after{content:"\e3a4\fe02"}.fa-duotone.fa-face-zipper:before,.fad.fa-face-zipper:before{content:"\e3a5\fe01"}.fa-duotone.fa-face-zipper:after,.fad.fa-face-zipper:after{content:"\e3a5\fe02"}.fa-duotone.fa-family:before,.fad.fa-family:before{content:"\e300\fe01"}.fa-duotone.fa-family:after,.fad.fa-family:after{content:"\e300\fe02"}.fa-duotone.fa-family-dress:before,.fad.fa-family-dress:before{content:"\e301\fe01"}.fa-duotone.fa-family-dress:after,.fad.fa-family-dress:after{content:"\e301\fe02"}.fa-duotone.fa-family-pants:before,.fad.fa-family-pants:before{content:"\e302\fe01"}.fa-duotone.fa-family-pants:after,.fad.fa-family-pants:after{content:"\e302\fe02"}.fa-duotone.fa-fan:before,.fad.fa-fan:before{content:"\f863\fe01"}.fa-duotone.fa-fan:after,.fad.fa-fan:after{content:"\f863\fe02"}.fa-duotone.fa-fan-table:before,.fad.fa-fan-table:before{content:"\e004\fe01"}.fa-duotone.fa-fan-table:after,.fad.fa-fan-table:after{content:"\e004\fe02"}.fa-duotone.fa-farm:before,.fad.fa-farm:before{content:"\f864\fe01"}.fa-duotone.fa-farm:after,.fad.fa-farm:after{content:"\f864\fe02"}.fa-duotone.fa-barn-silo:before,.fad.fa-barn-silo:before{content:"\f864\fe01"}.fa-duotone.fa-barn-silo:after,.fad.fa-barn-silo:after{content:"\f864\fe02"}.fa-duotone.fa-faucet:before,.fad.fa-faucet:before{content:"\e005\fe01"}.fa-duotone.fa-faucet:after,.fad.fa-faucet:after{content:"\e005\fe02"}.fa-duotone.fa-faucet-drip:before,.fad.fa-faucet-drip:before{content:"\e006"}.fa-duotone.fa-faucet-drip:after,.fad.fa-faucet-drip:after{content:"\10e006"}.fa-duotone.fa-fax:before,.fad.fa-fax:before{content:"\f1ac"}.fa-duotone.fa-fax:after,.fad.fa-fax:after{content:"\10f1ac"}.fa-duotone.fa-feather:before,.fad.fa-feather:before{content:"\f52d"}.fa-duotone.fa-feather:after,.fad.fa-feather:after{content:"\10f52d"}.fa-duotone.fa-feather-pointed:before,.fad.fa-feather-pointed:before{content:"\f56b\fe01"}.fa-duotone.fa-feather-pointed:after,.fad.fa-feather-pointed:after{content:"\f56b\fe02"}.fa-duotone.fa-feather-alt:before,.fad.fa-feather-alt:before{content:"\f56b\fe01"}.fa-duotone.fa-feather-alt:after,.fad.fa-feather-alt:after{content:"\f56b\fe02"}.fa-duotone.fa-fence:before,.fad.fa-fence:before{content:"\e303\fe01"}.fa-duotone.fa-fence:after,.fad.fa-fence:after{content:"\e303\fe02"}.fa-duotone.fa-ferris-wheel:before,.fad.fa-ferris-wheel:before{content:"\e174\fe01"}.fa-duotone.fa-ferris-wheel:after,.fad.fa-ferris-wheel:after{content:"\e174\fe02"}.fa-duotone.fa-field-hockey-stick-ball:before,.fad.fa-field-hockey-stick-ball:before{content:"\f44c"}.fa-duotone.fa-field-hockey-stick-ball:after,.fad.fa-field-hockey-stick-ball:after{content:"\10f44c"}.fa-duotone.fa-field-hockey:before,.fad.fa-field-hockey:before{content:"\f44c"}.fa-duotone.fa-field-hockey:after,.fad.fa-field-hockey:after{content:"\10f44c"}.fa-duotone.fa-file:before,.fad.fa-file:before{content:"\f15b"}.fa-duotone.fa-file:after,.fad.fa-file:after{content:"\10f15b"}.fa-duotone.fa-file-arrow-down:before,.fad.fa-file-arrow-down:before{content:"\f56d\fe01"}.fa-duotone.fa-file-arrow-down:after,.fad.fa-file-arrow-down:after{content:"\f56d\fe02"}.fa-duotone.fa-file-download:before,.fad.fa-file-download:before{content:"\f56d\fe01"}.fa-duotone.fa-file-download:after,.fad.fa-file-download:after{content:"\f56d\fe02"}.fa-duotone.fa-file-arrow-up:before,.fad.fa-file-arrow-up:before{content:"\f574\fe01"}.fa-duotone.fa-file-arrow-up:after,.fad.fa-file-arrow-up:after{content:"\f574\fe02"}.fa-duotone.fa-file-upload:before,.fad.fa-file-upload:before{content:"\f574\fe01"}.fa-duotone.fa-file-upload:after,.fad.fa-file-upload:after{content:"\f574\fe02"}.fa-duotone.fa-file-audio:before,.fad.fa-file-audio:before{content:"\f1c7\fe01"}.fa-duotone.fa-file-audio:after,.fad.fa-file-audio:after{content:"\f1c7\fe02"}.fa-duotone.fa-file-binary:before,.fad.fa-file-binary:before{content:"\e175\fe01"}.fa-duotone.fa-file-binary:after,.fad.fa-file-binary:after{content:"\e175\fe02"}.fa-duotone.fa-file-certificate:before,.fad.fa-file-certificate:before{content:"\f5f3\fe01"}.fa-duotone.fa-file-certificate:after,.fad.fa-file-certificate:after{content:"\f5f3\fe02"}.fa-duotone.fa-file-award:before,.fad.fa-file-award:before{content:"\f5f3\fe01"}.fa-duotone.fa-file-award:after,.fad.fa-file-award:after{content:"\f5f3\fe02"}.fa-duotone.fa-file-chart-column:before,.fad.fa-file-chart-column:before{content:"\f659\fe01"}.fa-duotone.fa-file-chart-column:after,.fad.fa-file-chart-column:after{content:"\f659\fe02"}.fa-duotone.fa-file-chart-line:before,.fad.fa-file-chart-line:before{content:"\f659\fe01"}.fa-duotone.fa-file-chart-line:after,.fad.fa-file-chart-line:after{content:"\f659\fe02"}.fa-duotone.fa-file-chart-pie:before,.fad.fa-file-chart-pie:before{content:"\f65a\fe01"}.fa-duotone.fa-file-chart-pie:after,.fad.fa-file-chart-pie:after{content:"\f65a\fe02"}.fa-duotone.fa-file-check:before,.fad.fa-file-check:before{content:"\f316\fe01"}.fa-duotone.fa-file-check:after,.fad.fa-file-check:after{content:"\f316\fe02"}.fa-duotone.fa-file-code:before,.fad.fa-file-code:before{content:"\f1c9\fe01"}.fa-duotone.fa-file-code:after,.fad.fa-file-code:after{content:"\f1c9\fe02"}.fa-duotone.fa-file-contract:before,.fad.fa-file-contract:before{content:"\f56c\fe01"}.fa-duotone.fa-file-contract:after,.fad.fa-file-contract:after{content:"\f56c\fe02"}.fa-duotone.fa-file-csv:before,.fad.fa-file-csv:before{content:"\f6dd\fe01"}.fa-duotone.fa-file-csv:after,.fad.fa-file-csv:after{content:"\f6dd\fe02"}.fa-duotone.fa-file-dashed-line:before,.fad.fa-file-dashed-line:before{content:"\f877\fe01"}.fa-duotone.fa-file-dashed-line:after,.fad.fa-file-dashed-line:after{content:"\f877\fe02"}.fa-duotone.fa-page-break:before,.fad.fa-page-break:before{content:"\f877\fe01"}.fa-duotone.fa-page-break:after,.fad.fa-page-break:after{content:"\f877\fe02"}.fa-duotone.fa-file-excel:before,.fad.fa-file-excel:before{content:"\f1c3\fe01"}.fa-duotone.fa-file-excel:after,.fad.fa-file-excel:after{content:"\f1c3\fe02"}.fa-duotone.fa-file-exclamation:before,.fad.fa-file-exclamation:before{content:"\f31a\fe01"}.fa-duotone.fa-file-exclamation:after,.fad.fa-file-exclamation:after{content:"\f31a\fe02"}.fa-duotone.fa-file-export:before,.fad.fa-file-export:before{content:"\f56e\fe01"}.fa-duotone.fa-file-export:after,.fad.fa-file-export:after{content:"\f56e\fe02"}.fa-duotone.fa-arrow-right-from-file:before,.fad.fa-arrow-right-from-file:before{content:"\f56e\fe01"}.fa-duotone.fa-arrow-right-from-file:after,.fad.fa-arrow-right-from-file:after{content:"\f56e\fe02"}.fa-duotone.fa-file-heart:before,.fad.fa-file-heart:before{content:"\e176\fe01"}.fa-duotone.fa-file-heart:after,.fad.fa-file-heart:after{content:"\e176\fe02"}.fa-duotone.fa-file-image:before,.fad.fa-file-image:before{content:"\f1c5"}.fa-duotone.fa-file-image:after,.fad.fa-file-image:after{content:"\10f1c5"}.fa-duotone.fa-file-import:before,.fad.fa-file-import:before{content:"\f56f\fe01"}.fa-duotone.fa-file-import:after,.fad.fa-file-import:after{content:"\f56f\fe02"}.fa-duotone.fa-arrow-right-to-file:before,.fad.fa-arrow-right-to-file:before{content:"\f56f\fe01"}.fa-duotone.fa-arrow-right-to-file:after,.fad.fa-arrow-right-to-file:after{content:"\f56f\fe02"}.fa-duotone.fa-file-invoice:before,.fad.fa-file-invoice:before{content:"\f570\fe01"}.fa-duotone.fa-file-invoice:after,.fad.fa-file-invoice:after{content:"\f570\fe02"}.fa-duotone.fa-file-invoice-dollar:before,.fad.fa-file-invoice-dollar:before{content:"\f571\fe01"}.fa-duotone.fa-file-invoice-dollar:after,.fad.fa-file-invoice-dollar:after{content:"\f571\fe02"}.fa-duotone.fa-file-lines:before,.fad.fa-file-lines:before{content:"\f15c"}.fa-duotone.fa-file-lines:after,.fad.fa-file-lines:after{content:"\10f15c"}.fa-duotone.fa-file-alt:before,.fad.fa-file-alt:before{content:"\f15c"}.fa-duotone.fa-file-alt:after,.fad.fa-file-alt:after{content:"\10f15c"}.fa-duotone.fa-file-text:before,.fad.fa-file-text:before{content:"\f15c"}.fa-duotone.fa-file-text:after,.fad.fa-file-text:after{content:"\10f15c"}.fa-duotone.fa-file-lock:before,.fad.fa-file-lock:before{content:"\e3a6\fe01"}.fa-duotone.fa-file-lock:after,.fad.fa-file-lock:after{content:"\e3a6\fe02"}.fa-duotone.fa-file-magnifying-glass:before,.fad.fa-file-magnifying-glass:before{content:"\f865\fe01"}.fa-duotone.fa-file-magnifying-glass:after,.fad.fa-file-magnifying-glass:after{content:"\f865\fe02"}.fa-duotone.fa-file-search:before,.fad.fa-file-search:before{content:"\f865\fe01"}.fa-duotone.fa-file-search:after,.fad.fa-file-search:after{content:"\f865\fe02"}.fa-duotone.fa-file-medical:before,.fad.fa-file-medical:before{content:"\f477\fe01"}.fa-duotone.fa-file-medical:after,.fad.fa-file-medical:after{content:"\f477\fe02"}.fa-duotone.fa-file-minus:before,.fad.fa-file-minus:before{content:"\f318\fe01"}.fa-duotone.fa-file-minus:after,.fad.fa-file-minus:after{content:"\f318\fe02"}.fa-duotone.fa-file-music:before,.fad.fa-file-music:before{content:"\f8b6\fe01"}.fa-duotone.fa-file-music:after,.fad.fa-file-music:after{content:"\f8b6\fe02"}.fa-duotone.fa-file-pdf:before,.fad.fa-file-pdf:before{content:"\f1c1\fe01"}.fa-duotone.fa-file-pdf:after,.fad.fa-file-pdf:after{content:"\f1c1\fe02"}.fa-duotone.fa-file-pen:before,.fad.fa-file-pen:before{content:"\f31c"}.fa-duotone.fa-file-pen:after,.fad.fa-file-pen:after{content:"\10f31c"}.fa-duotone.fa-file-edit:before,.fad.fa-file-edit:before{content:"\f31c"}.fa-duotone.fa-file-edit:after,.fad.fa-file-edit:after{content:"\10f31c"}.fa-duotone.fa-file-plus:before,.fad.fa-file-plus:before{content:"\f319\fe01"}.fa-duotone.fa-file-plus:after,.fad.fa-file-plus:after{content:"\f319\fe02"}.fa-duotone.fa-file-plus-minus:before,.fad.fa-file-plus-minus:before{content:"\e177\fe01"}.fa-duotone.fa-file-plus-minus:after,.fad.fa-file-plus-minus:after{content:"\e177\fe02"}.fa-duotone.fa-file-powerpoint:before,.fad.fa-file-powerpoint:before{content:"\f1c4\fe01"}.fa-duotone.fa-file-powerpoint:after,.fad.fa-file-powerpoint:after{content:"\f1c4\fe02"}.fa-duotone.fa-file-prescription:before,.fad.fa-file-prescription:before{content:"\f572\fe01"}.fa-duotone.fa-file-prescription:after,.fad.fa-file-prescription:after{content:"\f572\fe02"}.fa-duotone.fa-file-signature:before,.fad.fa-file-signature:before{content:"\f573\fe01"}.fa-duotone.fa-file-signature:after,.fad.fa-file-signature:after{content:"\f573\fe02"}.fa-duotone.fa-file-slash:before,.fad.fa-file-slash:before{content:"\e3a7\fe01"}.fa-duotone.fa-file-slash:after,.fad.fa-file-slash:after{content:"\e3a7\fe02"}.fa-duotone.fa-file-spreadsheet:before,.fad.fa-file-spreadsheet:before{content:"\f65b\fe01"}.fa-duotone.fa-file-spreadsheet:after,.fad.fa-file-spreadsheet:after{content:"\f65b\fe02"}.fa-duotone.fa-file-user:before,.fad.fa-file-user:before{content:"\f65c\fe01"}.fa-duotone.fa-file-user:after,.fad.fa-file-user:after{content:"\f65c\fe02"}.fa-duotone.fa-file-video:before,.fad.fa-file-video:before{content:"\f1c8\fe01"}.fa-duotone.fa-file-video:after,.fad.fa-file-video:after{content:"\f1c8\fe02"}.fa-duotone.fa-file-waveform:before,.fad.fa-file-waveform:before{content:"\f478\fe01"}.fa-duotone.fa-file-waveform:after,.fad.fa-file-waveform:after{content:"\f478\fe02"}.fa-duotone.fa-file-medical-alt:before,.fad.fa-file-medical-alt:before{content:"\f478\fe01"}.fa-duotone.fa-file-medical-alt:after,.fad.fa-file-medical-alt:after{content:"\f478\fe02"}.fa-duotone.fa-file-word:before,.fad.fa-file-word:before{content:"\f1c2\fe01"}.fa-duotone.fa-file-word:after,.fad.fa-file-word:after{content:"\f1c2\fe02"}.fa-duotone.fa-file-xmark:before,.fad.fa-file-xmark:before{content:"\f317\fe01"}.fa-duotone.fa-file-xmark:after,.fad.fa-file-xmark:after{content:"\f317\fe02"}.fa-duotone.fa-file-times:before,.fad.fa-file-times:before{content:"\f317\fe01"}.fa-duotone.fa-file-times:after,.fad.fa-file-times:after{content:"\f317\fe02"}.fa-duotone.fa-file-zipper:before,.fad.fa-file-zipper:before{content:"\f1c6\fe01"}.fa-duotone.fa-file-zipper:after,.fad.fa-file-zipper:after{content:"\f1c6\fe02"}.fa-duotone.fa-file-archive:before,.fad.fa-file-archive:before{content:"\f1c6\fe01"}.fa-duotone.fa-file-archive:after,.fad.fa-file-archive:after{content:"\f1c6\fe02"}.fa-duotone.fa-files:before,.fad.fa-files:before{content:"\e178\fe01"}.fa-duotone.fa-files:after,.fad.fa-files:after{content:"\e178\fe02"}.fa-duotone.fa-files-medical:before,.fad.fa-files-medical:before{content:"\f7fd\fe01"}.fa-duotone.fa-files-medical:after,.fad.fa-files-medical:after{content:"\f7fd\fe02"}.fa-duotone.fa-fill:before,.fad.fa-fill:before{content:"\f575\fe01"}.fa-duotone.fa-fill:after,.fad.fa-fill:after{content:"\f575\fe02"}.fa-duotone.fa-fill-drip:before,.fad.fa-fill-drip:before{content:"\f576\fe01"}.fa-duotone.fa-fill-drip:after,.fad.fa-fill-drip:after{content:"\f576\fe02"}.fa-duotone.fa-film:before,.fad.fa-film:before{content:"\f008"}.fa-duotone.fa-film:after,.fad.fa-film:after{content:"\10f008"}.fa-duotone.fa-film-canister:before,.fad.fa-film-canister:before{content:"\f8b7\fe01"}.fa-duotone.fa-film-canister:after,.fad.fa-film-canister:after{content:"\f8b7\fe02"}.fa-duotone.fa-film-simple:before,.fad.fa-film-simple:before{content:"\f3a0\fe01"}.fa-duotone.fa-film-simple:after,.fad.fa-film-simple:after{content:"\f3a0\fe02"}.fa-duotone.fa-film-alt:before,.fad.fa-film-alt:before{content:"\f3a0\fe01"}.fa-duotone.fa-film-alt:after,.fad.fa-film-alt:after{content:"\f3a0\fe02"}.fa-duotone.fa-film-slash:before,.fad.fa-film-slash:before{content:"\e179\fe01"}.fa-duotone.fa-film-slash:after,.fad.fa-film-slash:after{content:"\e179\fe02"}.fa-duotone.fa-films:before,.fad.fa-films:before{content:"\e17a\fe01"}.fa-duotone.fa-films:after,.fad.fa-films:after{content:"\e17a\fe02"}.fa-duotone.fa-filter:before,.fad.fa-filter:before{content:"\f0b0\fe01"}.fa-duotone.fa-filter:after,.fad.fa-filter:after{content:"\f0b0\fe02"}.fa-duotone.fa-filter-circle-dollar:before,.fad.fa-filter-circle-dollar:before{content:"\f662\fe01"}.fa-duotone.fa-filter-circle-dollar:after,.fad.fa-filter-circle-dollar:after{content:"\f662\fe02"}.fa-duotone.fa-funnel-dollar:before,.fad.fa-funnel-dollar:before{content:"\f662\fe01"}.fa-duotone.fa-funnel-dollar:after,.fad.fa-funnel-dollar:after{content:"\f662\fe02"}.fa-duotone.fa-filter-circle-xmark:before,.fad.fa-filter-circle-xmark:before{content:"\e17b\fe01"}.fa-duotone.fa-filter-circle-xmark:after,.fad.fa-filter-circle-xmark:after{content:"\e17b\fe02"}.fa-duotone.fa-filter-list:before,.fad.fa-filter-list:before{content:"\e17c\fe01"}.fa-duotone.fa-filter-list:after,.fad.fa-filter-list:after{content:"\e17c\fe02"}.fa-duotone.fa-filter-slash:before,.fad.fa-filter-slash:before{content:"\e17d\fe01"}.fa-duotone.fa-filter-slash:after,.fad.fa-filter-slash:after{content:"\e17d\fe02"}.fa-duotone.fa-filters:before,.fad.fa-filters:before{content:"\e17e\fe01"}.fa-duotone.fa-filters:after,.fad.fa-filters:after{content:"\e17e\fe02"}.fa-duotone.fa-fingerprint:before,.fad.fa-fingerprint:before{content:"\f577\fe01"}.fa-duotone.fa-fingerprint:after,.fad.fa-fingerprint:after{content:"\f577\fe02"}.fa-duotone.fa-fire:before,.fad.fa-fire:before{content:"\f06d"}.fa-duotone.fa-fire:after,.fad.fa-fire:after{content:"\10f06d"}.fa-duotone.fa-fire-extinguisher:before,.fad.fa-fire-extinguisher:before{content:"\f134"}.fa-duotone.fa-fire-extinguisher:after,.fad.fa-fire-extinguisher:after{content:"\10f134"}.fa-duotone.fa-fire-flame:before,.fad.fa-fire-flame:before{content:"\f6df\fe01"}.fa-duotone.fa-fire-flame:after,.fad.fa-fire-flame:after{content:"\f6df\fe02"}.fa-duotone.fa-flame:before,.fad.fa-flame:before{content:"\f6df\fe01"}.fa-duotone.fa-flame:after,.fad.fa-flame:after{content:"\f6df\fe02"}.fa-duotone.fa-fire-flame-curved:before,.fad.fa-fire-flame-curved:before{content:"\f7e4\fe01"}.fa-duotone.fa-fire-flame-curved:after,.fad.fa-fire-flame-curved:after{content:"\f7e4\fe02"}.fa-duotone.fa-fire-alt:before,.fad.fa-fire-alt:before{content:"\f7e4\fe01"}.fa-duotone.fa-fire-alt:after,.fad.fa-fire-alt:after{content:"\f7e4\fe02"}.fa-duotone.fa-fire-flame-simple:before,.fad.fa-fire-flame-simple:before{content:"\f46a\fe01"}.fa-duotone.fa-fire-flame-simple:after,.fad.fa-fire-flame-simple:after{content:"\f46a\fe02"}.fa-duotone.fa-burn:before,.fad.fa-burn:before{content:"\f46a\fe01"}.fa-duotone.fa-burn:after,.fad.fa-burn:after{content:"\f46a\fe02"}.fa-duotone.fa-fire-hydrant:before,.fad.fa-fire-hydrant:before{content:"\e17f\fe01"}.fa-duotone.fa-fire-hydrant:after,.fad.fa-fire-hydrant:after{content:"\e17f\fe02"}.fa-duotone.fa-fire-smoke:before,.fad.fa-fire-smoke:before{content:"\f74b\fe01"}.fa-duotone.fa-fire-smoke:after,.fad.fa-fire-smoke:after{content:"\f74b\fe02"}.fa-duotone.fa-fireplace:before,.fad.fa-fireplace:before{content:"\f79a\fe01"}.fa-duotone.fa-fireplace:after,.fad.fa-fireplace:after{content:"\f79a\fe02"}.fa-duotone.fa-fish:before,.fad.fa-fish:before{content:"\f578"}.fa-duotone.fa-fish:after,.fad.fa-fish:after{content:"\10f578"}.fa-duotone.fa-fish-bones:before,.fad.fa-fish-bones:before{content:"\e304\fe01"}.fa-duotone.fa-fish-bones:after,.fad.fa-fish-bones:after{content:"\e304\fe02"}.fa-duotone.fa-fish-cooked:before,.fad.fa-fish-cooked:before{content:"\f7fe\fe01"}.fa-duotone.fa-fish-cooked:after,.fad.fa-fish-cooked:after{content:"\f7fe\fe02"}.fa-duotone.fa-fishing-rod:before,.fad.fa-fishing-rod:before{content:"\e3a8\fe01"}.fa-duotone.fa-fishing-rod:after,.fad.fa-fishing-rod:after{content:"\e3a8\fe02"}.fa-duotone.fa-flag:before,.fad.fa-flag:before{content:"\f024"}.fa-duotone.fa-flag:after,.fad.fa-flag:after{content:"\10f024"}.fa-duotone.fa-flag-checkered:before,.fad.fa-flag-checkered:before{content:"\f11e"}.fa-duotone.fa-flag-checkered:after,.fad.fa-flag-checkered:after{content:"\10f11e"}.fa-duotone.fa-flag-pennant:before,.fad.fa-flag-pennant:before{content:"\f456"}.fa-duotone.fa-flag-pennant:after,.fad.fa-flag-pennant:after{content:"\10f456"}.fa-duotone.fa-pennant:before,.fad.fa-pennant:before{content:"\f456"}.fa-duotone.fa-pennant:after,.fad.fa-pennant:after{content:"\10f456"}.fa-duotone.fa-flag-swallowtail:before,.fad.fa-flag-swallowtail:before{content:"\f74c\fe01"}.fa-duotone.fa-flag-swallowtail:after,.fad.fa-flag-swallowtail:after{content:"\f74c\fe02"}.fa-duotone.fa-flag-alt:before,.fad.fa-flag-alt:before{content:"\f74c\fe01"}.fa-duotone.fa-flag-alt:after,.fad.fa-flag-alt:after{content:"\f74c\fe02"}.fa-duotone.fa-flag-usa:before,.fad.fa-flag-usa:before{content:"\f74d\fe01"}.fa-duotone.fa-flag-usa:after,.fad.fa-flag-usa:after{content:"\f74d\fe02"}.fa-duotone.fa-flashlight:before,.fad.fa-flashlight:before{content:"\f8b8"}.fa-duotone.fa-flashlight:after,.fad.fa-flashlight:after{content:"\10f8b8"}.fa-duotone.fa-flask:before,.fad.fa-flask:before{content:"\f0c3\fe01"}.fa-duotone.fa-flask:after,.fad.fa-flask:after{content:"\f0c3\fe02"}.fa-duotone.fa-flask-round-poison:before,.fad.fa-flask-round-poison:before{content:"\f6e0\fe01"}.fa-duotone.fa-flask-round-poison:after,.fad.fa-flask-round-poison:after{content:"\f6e0\fe02"}.fa-duotone.fa-flask-poison:before,.fad.fa-flask-poison:before{content:"\f6e0\fe01"}.fa-duotone.fa-flask-poison:after,.fad.fa-flask-poison:after{content:"\f6e0\fe02"}.fa-duotone.fa-flask-round-potion:before,.fad.fa-flask-round-potion:before{content:"\f6e1\fe01"}.fa-duotone.fa-flask-round-potion:after,.fad.fa-flask-round-potion:after{content:"\f6e1\fe02"}.fa-duotone.fa-flask-potion:before,.fad.fa-flask-potion:before{content:"\f6e1\fe01"}.fa-duotone.fa-flask-potion:after,.fad.fa-flask-potion:after{content:"\f6e1\fe02"}.fa-duotone.fa-floppy-disk:before,.fad.fa-floppy-disk:before{content:"\f0c7"}.fa-duotone.fa-floppy-disk:after,.fad.fa-floppy-disk:after{content:"\10f0c7"}.fa-duotone.fa-save:before,.fad.fa-save:before{content:"\f0c7"}.fa-duotone.fa-save:after,.fad.fa-save:after{content:"\10f0c7"}.fa-duotone.fa-floppy-disk-circle-arrow-right:before,.fad.fa-floppy-disk-circle-arrow-right:before{content:"\e180\fe01"}.fa-duotone.fa-floppy-disk-circle-arrow-right:after,.fad.fa-floppy-disk-circle-arrow-right:after{content:"\e180\fe02"}.fa-duotone.fa-save-circle-arrow-right:before,.fad.fa-save-circle-arrow-right:before{content:"\e180\fe01"}.fa-duotone.fa-save-circle-arrow-right:after,.fad.fa-save-circle-arrow-right:after{content:"\e180\fe02"}.fa-duotone.fa-floppy-disk-circle-xmark:before,.fad.fa-floppy-disk-circle-xmark:before{content:"\e181\fe01"}.fa-duotone.fa-floppy-disk-circle-xmark:after,.fad.fa-floppy-disk-circle-xmark:after{content:"\e181\fe02"}.fa-duotone.fa-floppy-disk-times:before,.fad.fa-floppy-disk-times:before{content:"\e181\fe01"}.fa-duotone.fa-floppy-disk-times:after,.fad.fa-floppy-disk-times:after{content:"\e181\fe02"}.fa-duotone.fa-save-circle-xmark:before,.fad.fa-save-circle-xmark:before{content:"\e181\fe01"}.fa-duotone.fa-save-circle-xmark:after,.fad.fa-save-circle-xmark:after{content:"\e181\fe02"}.fa-duotone.fa-save-times:before,.fad.fa-save-times:before{content:"\e181\fe01"}.fa-duotone.fa-save-times:after,.fad.fa-save-times:after{content:"\e181\fe02"}.fa-duotone.fa-floppy-disk-pen:before,.fad.fa-floppy-disk-pen:before{content:"\e182\fe01"}.fa-duotone.fa-floppy-disk-pen:after,.fad.fa-floppy-disk-pen:after{content:"\e182\fe02"}.fa-duotone.fa-floppy-disks:before,.fad.fa-floppy-disks:before{content:"\e183\fe01"}.fa-duotone.fa-floppy-disks:after,.fad.fa-floppy-disks:after{content:"\e183\fe02"}.fa-duotone.fa-florin-sign:before,.fad.fa-florin-sign:before{content:"\e184\fe01"}.fa-duotone.fa-florin-sign:after,.fad.fa-florin-sign:after{content:"\e184\fe02"}.fa-duotone.fa-flower:before,.fad.fa-flower:before{content:"\273f\fe01"}.fa-duotone.fa-flower:after,.fad.fa-flower:after{content:"\273f\fe02"}.fa-duotone.fa-flower-daffodil:before,.fad.fa-flower-daffodil:before{content:"\2698\fe01"}.fa-duotone.fa-flower-daffodil:after,.fad.fa-flower-daffodil:after{content:"\2698\fe02"}.fa-duotone.fa-flower-tulip:before,.fad.fa-flower-tulip:before{content:"\f801"}.fa-duotone.fa-flower-tulip:after,.fad.fa-flower-tulip:after{content:"\10f801"}.fa-duotone.fa-flute:before,.fad.fa-flute:before{content:"\f8b9\fe01"}.fa-duotone.fa-flute:after,.fad.fa-flute:after{content:"\f8b9\fe02"}.fa-duotone.fa-flux-capacitor:before,.fad.fa-flux-capacitor:before{content:"\f8ba\fe01"}.fa-duotone.fa-flux-capacitor:after,.fad.fa-flux-capacitor:after{content:"\f8ba\fe02"}.fa-duotone.fa-flying-disc:before,.fad.fa-flying-disc:before{content:"\e3a9\fe01"}.fa-duotone.fa-flying-disc:after,.fad.fa-flying-disc:after{content:"\e3a9\fe02"}.fa-duotone.fa-folder:before,.fad.fa-folder:before{content:"\f07b"}.fa-duotone.fa-folder:after,.fad.fa-folder:after{content:"\10f07b"}.fa-duotone.fa-folder-arrow-down:before,.fad.fa-folder-arrow-down:before{content:"\e053\fe01"}.fa-duotone.fa-folder-arrow-down:after,.fad.fa-folder-arrow-down:after{content:"\e053\fe02"}.fa-duotone.fa-folder-download:before,.fad.fa-folder-download:before{content:"\e053\fe01"}.fa-duotone.fa-folder-download:after,.fad.fa-folder-download:after{content:"\e053\fe02"}.fa-duotone.fa-folder-arrow-up:before,.fad.fa-folder-arrow-up:before{content:"\e054\fe01"}.fa-duotone.fa-folder-arrow-up:after,.fad.fa-folder-arrow-up:after{content:"\e054\fe02"}.fa-duotone.fa-folder-upload:before,.fad.fa-folder-upload:before{content:"\e054\fe01"}.fa-duotone.fa-folder-upload:after,.fad.fa-folder-upload:after{content:"\e054\fe02"}.fa-duotone.fa-folder-blank:before,.fad.fa-folder-blank:before{content:"\e185\fe01"}.fa-duotone.fa-folder-blank:after,.fad.fa-folder-blank:after{content:"\e185\fe02"}.fa-duotone.fa-folder-bookmark:before,.fad.fa-folder-bookmark:before{content:"\e186\fe01"}.fa-duotone.fa-folder-bookmark:after,.fad.fa-folder-bookmark:after{content:"\e186\fe02"}.fa-duotone.fa-folder-gear:before,.fad.fa-folder-gear:before{content:"\e187\fe01"}.fa-duotone.fa-folder-gear:after,.fad.fa-folder-gear:after{content:"\e187\fe02"}.fa-duotone.fa-folder-cog:before,.fad.fa-folder-cog:before{content:"\e187\fe01"}.fa-duotone.fa-folder-cog:after,.fad.fa-folder-cog:after{content:"\e187\fe02"}.fa-duotone.fa-folder-grid:before,.fad.fa-folder-grid:before{content:"\e188\fe01"}.fa-duotone.fa-folder-grid:after,.fad.fa-folder-grid:after{content:"\e188\fe02"}.fa-duotone.fa-folder-heart:before,.fad.fa-folder-heart:before{content:"\e189\fe01"}.fa-duotone.fa-folder-heart:after,.fad.fa-folder-heart:after{content:"\e189\fe02"}.fa-duotone.fa-folder-image:before,.fad.fa-folder-image:before{content:"\e18a\fe01"}.fa-duotone.fa-folder-image:after,.fad.fa-folder-image:after{content:"\e18a\fe02"}.fa-duotone.fa-folder-magnifying-glass:before,.fad.fa-folder-magnifying-glass:before{content:"\e18b\fe01"}.fa-duotone.fa-folder-magnifying-glass:after,.fad.fa-folder-magnifying-glass:after{content:"\e18b\fe02"}.fa-duotone.fa-folder-search:before,.fad.fa-folder-search:before{content:"\e18b\fe01"}.fa-duotone.fa-folder-search:after,.fad.fa-folder-search:after{content:"\e18b\fe02"}.fa-duotone.fa-folder-medical:before,.fad.fa-folder-medical:before{content:"\e18c\fe01"}.fa-duotone.fa-folder-medical:after,.fad.fa-folder-medical:after{content:"\e18c\fe02"}.fa-duotone.fa-folder-minus:before,.fad.fa-folder-minus:before{content:"\f65d\fe01"}.fa-duotone.fa-folder-minus:after,.fad.fa-folder-minus:after{content:"\f65d\fe02"}.fa-duotone.fa-folder-music:before,.fad.fa-folder-music:before{content:"\e18d\fe01"}.fa-duotone.fa-folder-music:after,.fad.fa-folder-music:after{content:"\e18d\fe02"}.fa-duotone.fa-folder-open:before,.fad.fa-folder-open:before{content:"\f07c"}.fa-duotone.fa-folder-open:after,.fad.fa-folder-open:after{content:"\10f07c"}.fa-duotone.fa-folder-plus:before,.fad.fa-folder-plus:before{content:"\f65e\fe01"}.fa-duotone.fa-folder-plus:after,.fad.fa-folder-plus:after{content:"\f65e\fe02"}.fa-duotone.fa-folder-tree:before,.fad.fa-folder-tree:before{content:"\f802\fe01"}.fa-duotone.fa-folder-tree:after,.fad.fa-folder-tree:after{content:"\f802\fe02"}.fa-duotone.fa-folder-user:before,.fad.fa-folder-user:before{content:"\e18e\fe01"}.fa-duotone.fa-folder-user:after,.fad.fa-folder-user:after{content:"\e18e\fe02"}.fa-duotone.fa-folder-xmark:before,.fad.fa-folder-xmark:before{content:"\f65f\fe01"}.fa-duotone.fa-folder-xmark:after,.fad.fa-folder-xmark:after{content:"\f65f\fe02"}.fa-duotone.fa-folder-times:before,.fad.fa-folder-times:before{content:"\f65f\fe01"}.fa-duotone.fa-folder-times:after,.fad.fa-folder-times:after{content:"\f65f\fe02"}.fa-duotone.fa-folders:before,.fad.fa-folders:before{content:"\f660\fe01"}.fa-duotone.fa-folders:after,.fad.fa-folders:after{content:"\f660\fe02"}.fa-duotone.fa-font:before,.fad.fa-font:before{content:"\f031\fe01"}.fa-duotone.fa-font:after,.fad.fa-font:after{content:"\f031\fe02"}.fa-duotone.fa-font-awesome:before,.fad.fa-font-awesome:before{content:"\f2b4\fe01"}.fa-duotone.fa-font-awesome:after,.fad.fa-font-awesome:after{content:"\f2b4\fe02"}.fa-duotone.fa-font-awesome-flag:before,.fad.fa-font-awesome-flag:before{content:"\f2b4\fe01"}.fa-duotone.fa-font-awesome-flag:after,.fad.fa-font-awesome-flag:after{content:"\f2b4\fe02"}.fa-duotone.fa-font-awesome-logo-full:before,.fad.fa-font-awesome-logo-full:before{content:"\f2b4\fe01"}.fa-duotone.fa-font-awesome-logo-full:after,.fad.fa-font-awesome-logo-full:after{content:"\f2b4\fe02"}.fa-duotone.fa-font-case:before,.fad.fa-font-case:before{content:"\f866\fe01"}.fa-duotone.fa-font-case:after,.fad.fa-font-case:after{content:"\f866\fe02"}.fa-duotone.fa-football:before,.fad.fa-football:before{content:"\f44e"}.fa-duotone.fa-football:after,.fad.fa-football:after{content:"\10f44e"}.fa-duotone.fa-football-ball:before,.fad.fa-football-ball:before{content:"\f44e"}.fa-duotone.fa-football-ball:after,.fad.fa-football-ball:after{content:"\10f44e"}.fa-duotone.fa-football-helmet:before,.fad.fa-football-helmet:before{content:"\f44f\fe01"}.fa-duotone.fa-football-helmet:after,.fad.fa-football-helmet:after{content:"\f44f\fe02"}.fa-duotone.fa-fork:before,.fad.fa-fork:before{content:"\f2e3\fe01"}.fa-duotone.fa-fork:after,.fad.fa-fork:after{content:"\f2e3\fe02"}.fa-duotone.fa-utensil-fork:before,.fad.fa-utensil-fork:before{content:"\f2e3\fe01"}.fa-duotone.fa-utensil-fork:after,.fad.fa-utensil-fork:after{content:"\f2e3\fe02"}.fa-duotone.fa-fork-knife:before,.fad.fa-fork-knife:before{content:"\f2e6\fe01"}.fa-duotone.fa-fork-knife:after,.fad.fa-fork-knife:after{content:"\f2e6\fe02"}.fa-duotone.fa-utensils-alt:before,.fad.fa-utensils-alt:before{content:"\f2e6\fe01"}.fa-duotone.fa-utensils-alt:after,.fad.fa-utensils-alt:after{content:"\f2e6\fe02"}.fa-duotone.fa-forklift:before,.fad.fa-forklift:before{content:"\f47a\fe01"}.fa-duotone.fa-forklift:after,.fad.fa-forklift:after{content:"\f47a\fe02"}.fa-duotone.fa-forward:before,.fad.fa-forward:before{content:"\23e9\fe01"}.fa-duotone.fa-forward:after,.fad.fa-forward:after{content:"\23e9\fe02"}.fa-duotone.fa-forward-fast:before,.fad.fa-forward-fast:before{content:"\23ed\fe01"}.fa-duotone.fa-forward-fast:after,.fad.fa-forward-fast:after{content:"\23ed\fe02"}.fa-duotone.fa-fast-forward:before,.fad.fa-fast-forward:before{content:"\23ed\fe01"}.fa-duotone.fa-fast-forward:after,.fad.fa-fast-forward:after{content:"\23ed\fe02"}.fa-duotone.fa-forward-step:before,.fad.fa-forward-step:before{content:"\f051\fe01"}.fa-duotone.fa-forward-step:after,.fad.fa-forward-step:after{content:"\f051\fe02"}.fa-duotone.fa-step-forward:before,.fad.fa-step-forward:before{content:"\f051\fe01"}.fa-duotone.fa-step-forward:after,.fad.fa-step-forward:after{content:"\f051\fe02"}.fa-duotone.fa-franc-sign:before,.fad.fa-franc-sign:before{content:"\e18f\fe01"}.fa-duotone.fa-franc-sign:after,.fad.fa-franc-sign:after{content:"\e18f\fe02"}.fa-duotone.fa-french-fries:before,.fad.fa-french-fries:before{content:"\f803"}.fa-duotone.fa-french-fries:after,.fad.fa-french-fries:after{content:"\10f803"}.fa-duotone.fa-frog:before,.fad.fa-frog:before{content:"\f52e\fe01"}.fa-duotone.fa-frog:after,.fad.fa-frog:after{content:"\f52e\fe02"}.fa-duotone.fa-function:before,.fad.fa-function:before{content:"\f661\fe01"}.fa-duotone.fa-function:after,.fad.fa-function:after{content:"\f661\fe02"}.fa-duotone.fa-futbol:before,.fad.fa-futbol:before{content:"\26bd\fe01"}.fa-duotone.fa-futbol:after,.fad.fa-futbol:after{content:"\26bd\fe02"}.fa-duotone.fa-futbol-ball:before,.fad.fa-futbol-ball:before{content:"\26bd\fe01"}.fa-duotone.fa-futbol-ball:after,.fad.fa-futbol-ball:after{content:"\26bd\fe02"}.fa-duotone.fa-soccer-ball:before,.fad.fa-soccer-ball:before{content:"\26bd\fe01"}.fa-duotone.fa-soccer-ball:after,.fad.fa-soccer-ball:after{content:"\26bd\fe02"}.fa-duotone.fa-g:before,.fad.fa-g:before{content:"\47\fe01"}.fa-duotone.fa-g:after,.fad.fa-g:after{content:"\47\fe02"}.fa-duotone.fa-galaxy:before,.fad.fa-galaxy:before{content:"\e008\fe01"}.fa-duotone.fa-galaxy:after,.fad.fa-galaxy:after{content:"\e008\fe02"}.fa-duotone.fa-gallery-thumbnails:before,.fad.fa-gallery-thumbnails:before{content:"\e3aa\fe01"}.fa-duotone.fa-gallery-thumbnails:after,.fad.fa-gallery-thumbnails:after{content:"\e3aa\fe02"}.fa-duotone.fa-game-board:before,.fad.fa-game-board:before{content:"\f867\fe01"}.fa-duotone.fa-game-board:after,.fad.fa-game-board:after{content:"\f867\fe02"}.fa-duotone.fa-game-board-simple:before,.fad.fa-game-board-simple:before{content:"\f868\fe01"}.fa-duotone.fa-game-board-simple:after,.fad.fa-game-board-simple:after{content:"\f868\fe02"}.fa-duotone.fa-game-board-alt:before,.fad.fa-game-board-alt:before{content:"\f868\fe01"}.fa-duotone.fa-game-board-alt:after,.fad.fa-game-board-alt:after{content:"\f868\fe02"}.fa-duotone.fa-game-console-handheld:before,.fad.fa-game-console-handheld:before{content:"\f8bb\fe01"}.fa-duotone.fa-game-console-handheld:after,.fad.fa-game-console-handheld:after{content:"\f8bb\fe02"}.fa-duotone.fa-gamepad:before,.fad.fa-gamepad:before{content:"\f11b\fe01"}.fa-duotone.fa-gamepad:after,.fad.fa-gamepad:after{content:"\f11b\fe02"}.fa-duotone.fa-gamepad-modern:before,.fad.fa-gamepad-modern:before{content:"\f8bc"}.fa-duotone.fa-gamepad-modern:after,.fad.fa-gamepad-modern:after{content:"\10f8bc"}.fa-duotone.fa-gamepad-alt:before,.fad.fa-gamepad-alt:before{content:"\f8bc"}.fa-duotone.fa-gamepad-alt:after,.fad.fa-gamepad-alt:after{content:"\10f8bc"}.fa-duotone.fa-garage:before,.fad.fa-garage:before{content:"\e009\fe01"}.fa-duotone.fa-garage:after,.fad.fa-garage:after{content:"\e009\fe02"}.fa-duotone.fa-garage-car:before,.fad.fa-garage-car:before{content:"\e00a\fe01"}.fa-duotone.fa-garage-car:after,.fad.fa-garage-car:after{content:"\e00a\fe02"}.fa-duotone.fa-garage-open:before,.fad.fa-garage-open:before{content:"\e00b\fe01"}.fa-duotone.fa-garage-open:after,.fad.fa-garage-open:after{content:"\e00b\fe02"}.fa-duotone.fa-gas-pump:before,.fad.fa-gas-pump:before{content:"\26fd\fe01"}.fa-duotone.fa-gas-pump:after,.fad.fa-gas-pump:after{content:"\26fd\fe02"}.fa-duotone.fa-gas-pump-slash:before,.fad.fa-gas-pump-slash:before{content:"\f5f4\fe01"}.fa-duotone.fa-gas-pump-slash:after,.fad.fa-gas-pump-slash:after{content:"\f5f4\fe02"}.fa-duotone.fa-gauge:before,.fad.fa-gauge:before{content:"\f625\fe01"}.fa-duotone.fa-gauge:after,.fad.fa-gauge:after{content:"\f625\fe02"}.fa-duotone.fa-dashboard:before,.fad.fa-dashboard:before{content:"\f625\fe01"}.fa-duotone.fa-dashboard:after,.fad.fa-dashboard:after{content:"\f625\fe02"}.fa-duotone.fa-gauge-high:before,.fad.fa-gauge-high:before{content:"\f625\fe01"}.fa-duotone.fa-gauge-high:after,.fad.fa-gauge-high:after{content:"\f625\fe02"}.fa-duotone.fa-tachometer-alt:before,.fad.fa-tachometer-alt:before{content:"\f625\fe01"}.fa-duotone.fa-tachometer-alt:after,.fad.fa-tachometer-alt:after{content:"\f625\fe02"}.fa-duotone.fa-tachometer-alt-fast:before,.fad.fa-tachometer-alt-fast:before{content:"\f625\fe01"}.fa-duotone.fa-tachometer-alt-fast:after,.fad.fa-tachometer-alt-fast:after{content:"\f625\fe02"}.fa-duotone.fa-gauge-low:before,.fad.fa-gauge-low:before{content:"\f627\fe01"}.fa-duotone.fa-gauge-low:after,.fad.fa-gauge-low:after{content:"\f627\fe02"}.fa-duotone.fa-tachometer-alt-slow:before,.fad.fa-tachometer-alt-slow:before{content:"\f627\fe01"}.fa-duotone.fa-tachometer-alt-slow:after,.fad.fa-tachometer-alt-slow:after{content:"\f627\fe02"}.fa-duotone.fa-gauge-max:before,.fad.fa-gauge-max:before{content:"\f626\fe01"}.fa-duotone.fa-gauge-max:after,.fad.fa-gauge-max:after{content:"\f626\fe02"}.fa-duotone.fa-tachometer-alt-fastest:before,.fad.fa-tachometer-alt-fastest:before{content:"\f626\fe01"}.fa-duotone.fa-tachometer-alt-fastest:after,.fad.fa-tachometer-alt-fastest:after{content:"\f626\fe02"}.fa-duotone.fa-gauge-med:before,.fad.fa-gauge-med:before{content:"\f624\fe01"}.fa-duotone.fa-gauge-med:after,.fad.fa-gauge-med:after{content:"\f624\fe02"}.fa-duotone.fa-tachometer-alt-average:before,.fad.fa-tachometer-alt-average:before{content:"\f624\fe01"}.fa-duotone.fa-tachometer-alt-average:after,.fad.fa-tachometer-alt-average:after{content:"\f624\fe02"}.fa-duotone.fa-gauge-min:before,.fad.fa-gauge-min:before{content:"\f628\fe01"}.fa-duotone.fa-gauge-min:after,.fad.fa-gauge-min:after{content:"\f628\fe02"}.fa-duotone.fa-tachometer-alt-slowest:before,.fad.fa-tachometer-alt-slowest:before{content:"\f628\fe01"}.fa-duotone.fa-tachometer-alt-slowest:after,.fad.fa-tachometer-alt-slowest:after{content:"\f628\fe02"}.fa-duotone.fa-gauge-simple:before,.fad.fa-gauge-simple:before{content:"\f62a\fe01"}.fa-duotone.fa-gauge-simple:after,.fad.fa-gauge-simple:after{content:"\f62a\fe02"}.fa-duotone.fa-gauge-simple-high:before,.fad.fa-gauge-simple-high:before{content:"\f62a\fe01"}.fa-duotone.fa-gauge-simple-high:after,.fad.fa-gauge-simple-high:after{content:"\f62a\fe02"}.fa-duotone.fa-tachometer:before,.fad.fa-tachometer:before{content:"\f62a\fe01"}.fa-duotone.fa-tachometer:after,.fad.fa-tachometer:after{content:"\f62a\fe02"}.fa-duotone.fa-gauge-simple-low:before,.fad.fa-gauge-simple-low:before{content:"\f62c\fe01"}.fa-duotone.fa-gauge-simple-low:after,.fad.fa-gauge-simple-low:after{content:"\f62c\fe02"}.fa-duotone.fa-tachometer-slow:before,.fad.fa-tachometer-slow:before{content:"\f62c\fe01"}.fa-duotone.fa-tachometer-slow:after,.fad.fa-tachometer-slow:after{content:"\f62c\fe02"}.fa-duotone.fa-gauge-simple-max:before,.fad.fa-gauge-simple-max:before{content:"\f62b\fe01"}.fa-duotone.fa-gauge-simple-max:after,.fad.fa-gauge-simple-max:after{content:"\f62b\fe02"}.fa-duotone.fa-tachometer-fastest:before,.fad.fa-tachometer-fastest:before{content:"\f62b\fe01"}.fa-duotone.fa-tachometer-fastest:after,.fad.fa-tachometer-fastest:after{content:"\f62b\fe02"}.fa-duotone.fa-gauge-simple-med:before,.fad.fa-gauge-simple-med:before{content:"\f629\fe01"}.fa-duotone.fa-gauge-simple-med:after,.fad.fa-gauge-simple-med:after{content:"\f629\fe02"}.fa-duotone.fa-tachometer-average:before,.fad.fa-tachometer-average:before{content:"\f629\fe01"}.fa-duotone.fa-tachometer-average:after,.fad.fa-tachometer-average:after{content:"\f629\fe02"}.fa-duotone.fa-gauge-simple-min:before,.fad.fa-gauge-simple-min:before{content:"\f62d\fe01"}.fa-duotone.fa-gauge-simple-min:after,.fad.fa-gauge-simple-min:after{content:"\f62d\fe02"}.fa-duotone.fa-tachometer-slowest:before,.fad.fa-tachometer-slowest:before{content:"\f62d\fe01"}.fa-duotone.fa-tachometer-slowest:after,.fad.fa-tachometer-slowest:after{content:"\f62d\fe02"}.fa-duotone.fa-gavel:before,.fad.fa-gavel:before{content:"\f0e3\fe01"}.fa-duotone.fa-gavel:after,.fad.fa-gavel:after{content:"\f0e3\fe02"}.fa-duotone.fa-legal:before,.fad.fa-legal:before{content:"\f0e3\fe01"}.fa-duotone.fa-legal:after,.fad.fa-legal:after{content:"\f0e3\fe02"}.fa-duotone.fa-gear:before,.fad.fa-gear:before{content:"\2699\fe01"}.fa-duotone.fa-gear:after,.fad.fa-gear:after{content:"\2699\fe02"}.fa-duotone.fa-cog:before,.fad.fa-cog:before{content:"\2699\fe01"}.fa-duotone.fa-cog:after,.fad.fa-cog:after{content:"\2699\fe02"}.fa-duotone.fa-gears:before,.fad.fa-gears:before{content:"\f085\fe01"}.fa-duotone.fa-gears:after,.fad.fa-gears:after{content:"\f085\fe02"}.fa-duotone.fa-cogs:before,.fad.fa-cogs:before{content:"\f085\fe01"}.fa-duotone.fa-cogs:after,.fad.fa-cogs:after{content:"\f085\fe02"}.fa-duotone.fa-gem:before,.fad.fa-gem:before{content:"\f3a5"}.fa-duotone.fa-gem:after,.fad.fa-gem:after{content:"\10f3a5"}.fa-duotone.fa-genderless:before,.fad.fa-genderless:before{content:"\f22d\fe01"}.fa-duotone.fa-genderless:after,.fad.fa-genderless:after{content:"\f22d\fe02"}.fa-duotone.fa-ghost:before,.fad.fa-ghost:before{content:"\f6e2"}.fa-duotone.fa-ghost:after,.fad.fa-ghost:after{content:"\10f6e2"}.fa-duotone.fa-gif:before,.fad.fa-gif:before{content:"\e190\fe01"}.fa-duotone.fa-gif:after,.fad.fa-gif:after{content:"\e190\fe02"}.fa-duotone.fa-gift:before,.fad.fa-gift:before{content:"\f06b"}.fa-duotone.fa-gift:after,.fad.fa-gift:after{content:"\10f06b"}.fa-duotone.fa-gift-card:before,.fad.fa-gift-card:before{content:"\f663\fe01"}.fa-duotone.fa-gift-card:after,.fad.fa-gift-card:after{content:"\f663\fe02"}.fa-duotone.fa-gifts:before,.fad.fa-gifts:before{content:"\f79c\fe01"}.fa-duotone.fa-gifts:after,.fad.fa-gifts:after{content:"\f79c\fe02"}.fa-duotone.fa-gingerbread-man:before,.fad.fa-gingerbread-man:before{content:"\f79d\fe01"}.fa-duotone.fa-gingerbread-man:after,.fad.fa-gingerbread-man:after{content:"\f79d\fe02"}.fa-duotone.fa-glass:before,.fad.fa-glass:before{content:"\f804"}.fa-duotone.fa-glass:after,.fad.fa-glass:after{content:"\10f804"}.fa-duotone.fa-glass-citrus:before,.fad.fa-glass-citrus:before{content:"\f869\fe01"}.fa-duotone.fa-glass-citrus:after,.fad.fa-glass-citrus:after{content:"\f869\fe02"}.fa-duotone.fa-glass-empty:before,.fad.fa-glass-empty:before{content:"\e191\fe01"}.fa-duotone.fa-glass-empty:after,.fad.fa-glass-empty:after{content:"\e191\fe02"}.fa-duotone.fa-glass-half:before,.fad.fa-glass-half:before{content:"\e192\fe01"}.fa-duotone.fa-glass-half:after,.fad.fa-glass-half:after{content:"\e192\fe02"}.fa-duotone.fa-glass-half-empty:before,.fad.fa-glass-half-empty:before{content:"\e192\fe01"}.fa-duotone.fa-glass-half-empty:after,.fad.fa-glass-half-empty:after{content:"\e192\fe02"}.fa-duotone.fa-glass-half-full:before,.fad.fa-glass-half-full:before{content:"\e192\fe01"}.fa-duotone.fa-glass-half-full:after,.fad.fa-glass-half-full:after{content:"\e192\fe02"}.fa-duotone.fa-glasses:before,.fad.fa-glasses:before{content:"\f530\fe01"}.fa-duotone.fa-glasses:after,.fad.fa-glasses:after{content:"\f530\fe02"}.fa-duotone.fa-glasses-round:before,.fad.fa-glasses-round:before{content:"\f5f5"}.fa-duotone.fa-glasses-round:after,.fad.fa-glasses-round:after{content:"\10f5f5"}.fa-duotone.fa-glasses-alt:before,.fad.fa-glasses-alt:before{content:"\f5f5"}.fa-duotone.fa-glasses-alt:after,.fad.fa-glasses-alt:after{content:"\10f5f5"}.fa-duotone.fa-globe:before,.fad.fa-globe:before{content:"\f0ac"}.fa-duotone.fa-globe:after,.fad.fa-globe:after{content:"\10f0ac"}.fa-duotone.fa-globe-snow:before,.fad.fa-globe-snow:before{content:"\f7a3\fe01"}.fa-duotone.fa-globe-snow:after,.fad.fa-globe-snow:after{content:"\f7a3\fe02"}.fa-duotone.fa-globe-stand:before,.fad.fa-globe-stand:before{content:"\f5f6\fe01"}.fa-duotone.fa-globe-stand:after,.fad.fa-globe-stand:after{content:"\f5f6\fe02"}.fa-duotone.fa-goal-net:before,.fad.fa-goal-net:before{content:"\e3ab\fe01"}.fa-duotone.fa-goal-net:after,.fad.fa-goal-net:after{content:"\e3ab\fe02"}.fa-duotone.fa-golf-ball-tee:before,.fad.fa-golf-ball-tee:before{content:"\f450\fe01"}.fa-duotone.fa-golf-ball-tee:after,.fad.fa-golf-ball-tee:after{content:"\f450\fe02"}.fa-duotone.fa-golf-ball:before,.fad.fa-golf-ball:before{content:"\f450\fe01"}.fa-duotone.fa-golf-ball:after,.fad.fa-golf-ball:after{content:"\f450\fe02"}.fa-duotone.fa-golf-club:before,.fad.fa-golf-club:before{content:"\f451\fe01"}.fa-duotone.fa-golf-club:after,.fad.fa-golf-club:after{content:"\f451\fe02"}.fa-duotone.fa-golf-flag-hole:before,.fad.fa-golf-flag-hole:before{content:"\e3ac\fe01"}.fa-duotone.fa-golf-flag-hole:after,.fad.fa-golf-flag-hole:after{content:"\e3ac\fe02"}.fa-duotone.fa-gopuram:before,.fad.fa-gopuram:before{content:"\f664\fe01"}.fa-duotone.fa-gopuram:after,.fad.fa-gopuram:after{content:"\f664\fe02"}.fa-duotone.fa-graduation-cap:before,.fad.fa-graduation-cap:before{content:"\f19d"}.fa-duotone.fa-graduation-cap:after,.fad.fa-graduation-cap:after{content:"\10f19d"}.fa-duotone.fa-mortar-board:before,.fad.fa-mortar-board:before{content:"\f19d"}.fa-duotone.fa-mortar-board:after,.fad.fa-mortar-board:after{content:"\10f19d"}.fa-duotone.fa-gramophone:before,.fad.fa-gramophone:before{content:"\f8bd\fe01"}.fa-duotone.fa-gramophone:after,.fad.fa-gramophone:after{content:"\f8bd\fe02"}.fa-duotone.fa-grapes:before,.fad.fa-grapes:before{content:"\e306\fe01"}.fa-duotone.fa-grapes:after,.fad.fa-grapes:after{content:"\e306\fe02"}.fa-duotone.fa-grate:before,.fad.fa-grate:before{content:"\e193\fe01"}.fa-duotone.fa-grate:after,.fad.fa-grate:after{content:"\e193\fe02"}.fa-duotone.fa-grate-droplet:before,.fad.fa-grate-droplet:before{content:"\e194\fe01"}.fa-duotone.fa-grate-droplet:after,.fad.fa-grate-droplet:after{content:"\e194\fe02"}.fa-duotone.fa-greater-than:before,.fad.fa-greater-than:before{content:"\3e\fe01"}.fa-duotone.fa-greater-than:after,.fad.fa-greater-than:after{content:"\3e\fe02"}.fa-duotone.fa-greater-than-equal:before,.fad.fa-greater-than-equal:before{content:"\f532\fe01"}.fa-duotone.fa-greater-than-equal:after,.fad.fa-greater-than-equal:after{content:"\f532\fe02"}.fa-duotone.fa-grid:before,.fad.fa-grid:before{content:"\e195\fe01"}.fa-duotone.fa-grid:after,.fad.fa-grid:after{content:"\e195\fe02"}.fa-duotone.fa-grid-3:before,.fad.fa-grid-3:before{content:"\e195\fe01"}.fa-duotone.fa-grid-3:after,.fad.fa-grid-3:after{content:"\e195\fe02"}.fa-duotone.fa-grid-2:before,.fad.fa-grid-2:before{content:"\e196\fe01"}.fa-duotone.fa-grid-2:after,.fad.fa-grid-2:after{content:"\e196\fe02"}.fa-duotone.fa-grid-2-plus:before,.fad.fa-grid-2-plus:before{content:"\e197\fe01"}.fa-duotone.fa-grid-2-plus:after,.fad.fa-grid-2-plus:after{content:"\e197\fe02"}.fa-duotone.fa-grid-4:before,.fad.fa-grid-4:before{content:"\e198\fe01"}.fa-duotone.fa-grid-4:after,.fad.fa-grid-4:after{content:"\e198\fe02"}.fa-duotone.fa-grid-5:before,.fad.fa-grid-5:before{content:"\e199\fe01"}.fa-duotone.fa-grid-5:after,.fad.fa-grid-5:after{content:"\e199\fe02"}.fa-duotone.fa-grid-dividers:before,.fad.fa-grid-dividers:before{content:"\e3ad\fe01"}.fa-duotone.fa-grid-dividers:after,.fad.fa-grid-dividers:after{content:"\e3ad\fe02"}.fa-duotone.fa-grid-horizontal:before,.fad.fa-grid-horizontal:before{content:"\e307\fe01"}.fa-duotone.fa-grid-horizontal:after,.fad.fa-grid-horizontal:after{content:"\e307\fe02"}.fa-duotone.fa-grip:before,.fad.fa-grip:before{content:"\f58d\fe01"}.fa-duotone.fa-grip:after,.fad.fa-grip:after{content:"\f58d\fe02"}.fa-duotone.fa-grip-horizontal:before,.fad.fa-grip-horizontal:before{content:"\f58d\fe01"}.fa-duotone.fa-grip-horizontal:after,.fad.fa-grip-horizontal:after{content:"\f58d\fe02"}.fa-duotone.fa-grip-lines:before,.fad.fa-grip-lines:before{content:"\f7a4\fe01"}.fa-duotone.fa-grip-lines:after,.fad.fa-grip-lines:after{content:"\f7a4\fe02"}.fa-duotone.fa-grip-lines-vertical:before,.fad.fa-grip-lines-vertical:before{content:"\f7a5\fe01"}.fa-duotone.fa-grip-lines-vertical:after,.fad.fa-grip-lines-vertical:after{content:"\f7a5\fe02"}.fa-duotone.fa-grip-vertical:before,.fad.fa-grip-vertical:before{content:"\f58e\fe01"}.fa-duotone.fa-grip-vertical:after,.fad.fa-grip-vertical:after{content:"\f58e\fe02"}.fa-duotone.fa-guarani-sign:before,.fad.fa-guarani-sign:before{content:"\e19a\fe01"}.fa-duotone.fa-guarani-sign:after,.fad.fa-guarani-sign:after{content:"\e19a\fe02"}.fa-duotone.fa-guitar:before,.fad.fa-guitar:before{content:"\f7a6\fe01"}.fa-duotone.fa-guitar:after,.fad.fa-guitar:after{content:"\f7a6\fe02"}.fa-duotone.fa-guitar-electric:before,.fad.fa-guitar-electric:before{content:"\f8be"}.fa-duotone.fa-guitar-electric:after,.fad.fa-guitar-electric:after{content:"\10f8be"}.fa-duotone.fa-guitars:before,.fad.fa-guitars:before{content:"\f8bf\fe01"}.fa-duotone.fa-guitars:after,.fad.fa-guitars:after{content:"\f8bf\fe02"}.fa-duotone.fa-gun:before,.fad.fa-gun:before{content:"\e19b\fe01"}.fa-duotone.fa-gun:after,.fad.fa-gun:after{content:"\e19b\fe02"}.fa-duotone.fa-gun-slash:before,.fad.fa-gun-slash:before{content:"\e19c\fe01"}.fa-duotone.fa-gun-slash:after,.fad.fa-gun-slash:after{content:"\e19c\fe02"}.fa-duotone.fa-gun-squirt:before,.fad.fa-gun-squirt:before{content:"\e19d\fe01"}.fa-duotone.fa-gun-squirt:after,.fad.fa-gun-squirt:after{content:"\e19d\fe02"}.fa-duotone.fa-h:before,.fad.fa-h:before{content:"\48\fe01"}.fa-duotone.fa-h:after,.fad.fa-h:after{content:"\48\fe02"}.fa-duotone.fa-h1:before,.fad.fa-h1:before{content:"\f313\fe01"}.fa-duotone.fa-h1:after,.fad.fa-h1:after{content:"\f313\fe02"}.fa-duotone.fa-h2:before,.fad.fa-h2:before{content:"\f314\fe01"}.fa-duotone.fa-h2:after,.fad.fa-h2:after{content:"\f314\fe02"}.fa-duotone.fa-h3:before,.fad.fa-h3:before{content:"\f315\fe01"}.fa-duotone.fa-h3:after,.fad.fa-h3:after{content:"\f315\fe02"}.fa-duotone.fa-h4:before,.fad.fa-h4:before{content:"\f86a\fe01"}.fa-duotone.fa-h4:after,.fad.fa-h4:after{content:"\f86a\fe02"}.fa-duotone.fa-hammer:before,.fad.fa-hammer:before{content:"\f6e3"}.fa-duotone.fa-hammer:after,.fad.fa-hammer:after{content:"\10f6e3"}.fa-duotone.fa-hammer-war:before,.fad.fa-hammer-war:before{content:"\f6e4\fe01"}.fa-duotone.fa-hammer-war:after,.fad.fa-hammer-war:after{content:"\f6e4\fe02"}.fa-duotone.fa-hamsa:before,.fad.fa-hamsa:before{content:"\f665\fe01"}.fa-duotone.fa-hamsa:after,.fad.fa-hamsa:after{content:"\f665\fe02"}.fa-duotone.fa-hand:before,.fad.fa-hand:before{content:"\270b\fe01"}.fa-duotone.fa-hand:after,.fad.fa-hand:after{content:"\270b\fe02"}.fa-duotone.fa-hand-paper:before,.fad.fa-hand-paper:before{content:"\270b\fe01"}.fa-duotone.fa-hand-paper:after,.fad.fa-hand-paper:after{content:"\270b\fe02"}.fa-duotone.fa-hand-back-fist:before,.fad.fa-hand-back-fist:before{content:"\f255\fe01"}.fa-duotone.fa-hand-back-fist:after,.fad.fa-hand-back-fist:after{content:"\f255\fe02"}.fa-duotone.fa-hand-rock:before,.fad.fa-hand-rock:before{content:"\f255\fe01"}.fa-duotone.fa-hand-rock:after,.fad.fa-hand-rock:after{content:"\f255\fe02"}.fa-duotone.fa-hand-back-point-down:before,.fad.fa-hand-back-point-down:before{content:"\e19e\fe01"}.fa-duotone.fa-hand-back-point-down:after,.fad.fa-hand-back-point-down:after{content:"\e19e\fe02"}.fa-duotone.fa-hand-back-point-left:before,.fad.fa-hand-back-point-left:before{content:"\e19f\fe01"}.fa-duotone.fa-hand-back-point-left:after,.fad.fa-hand-back-point-left:after{content:"\e19f\fe02"}.fa-duotone.fa-hand-back-point-ribbon:before,.fad.fa-hand-back-point-ribbon:before{content:"\e1a0\fe01"}.fa-duotone.fa-hand-back-point-ribbon:after,.fad.fa-hand-back-point-ribbon:after{content:"\e1a0\fe02"}.fa-duotone.fa-hand-back-point-right:before,.fad.fa-hand-back-point-right:before{content:"\e1a1\fe01"}.fa-duotone.fa-hand-back-point-right:after,.fad.fa-hand-back-point-right:after{content:"\e1a1\fe02"}.fa-duotone.fa-hand-back-point-up:before,.fad.fa-hand-back-point-up:before{content:"\e1a2\fe01"}.fa-duotone.fa-hand-back-point-up:after,.fad.fa-hand-back-point-up:after{content:"\e1a2\fe02"}.fa-duotone.fa-hand-dots:before,.fad.fa-hand-dots:before{content:"\f461\fe01"}.fa-duotone.fa-hand-dots:after,.fad.fa-hand-dots:after{content:"\f461\fe02"}.fa-duotone.fa-allergies:before,.fad.fa-allergies:before{content:"\f461\fe01"}.fa-duotone.fa-allergies:after,.fad.fa-allergies:after{content:"\f461\fe02"}.fa-duotone.fa-hand-fingers-crossed:before,.fad.fa-hand-fingers-crossed:before{content:"\e1a3\fe01"}.fa-duotone.fa-hand-fingers-crossed:after,.fad.fa-hand-fingers-crossed:after{content:"\e1a3\fe02"}.fa-duotone.fa-hand-fist:before,.fad.fa-hand-fist:before{content:"\270a\fe01"}.fa-duotone.fa-hand-fist:after,.fad.fa-hand-fist:after{content:"\270a\fe02"}.fa-duotone.fa-fist-raised:before,.fad.fa-fist-raised:before{content:"\270a\fe01"}.fa-duotone.fa-fist-raised:after,.fad.fa-fist-raised:after{content:"\270a\fe02"}.fa-duotone.fa-hand-heart:before,.fad.fa-hand-heart:before{content:"\f4bc\fe01"}.fa-duotone.fa-hand-heart:after,.fad.fa-hand-heart:after{content:"\f4bc\fe02"}.fa-duotone.fa-hand-holding:before,.fad.fa-hand-holding:before{content:"\f4bd\fe01"}.fa-duotone.fa-hand-holding:after,.fad.fa-hand-holding:after{content:"\f4bd\fe02"}.fa-duotone.fa-hand-holding-box:before,.fad.fa-hand-holding-box:before{content:"\f47b\fe01"}.fa-duotone.fa-hand-holding-box:after,.fad.fa-hand-holding-box:after{content:"\f47b\fe02"}.fa-duotone.fa-hand-holding-dollar:before,.fad.fa-hand-holding-dollar:before{content:"\f4c0\fe01"}.fa-duotone.fa-hand-holding-dollar:after,.fad.fa-hand-holding-dollar:after{content:"\f4c0\fe02"}.fa-duotone.fa-hand-holding-usd:before,.fad.fa-hand-holding-usd:before{content:"\f4c0\fe01"}.fa-duotone.fa-hand-holding-usd:after,.fad.fa-hand-holding-usd:after{content:"\f4c0\fe02"}.fa-duotone.fa-hand-holding-droplet:before,.fad.fa-hand-holding-droplet:before{content:"\f4c1\fe01"}.fa-duotone.fa-hand-holding-droplet:after,.fad.fa-hand-holding-droplet:after{content:"\f4c1\fe02"}.fa-duotone.fa-hand-holding-water:before,.fad.fa-hand-holding-water:before{content:"\f4c1\fe01"}.fa-duotone.fa-hand-holding-water:after,.fad.fa-hand-holding-water:after{content:"\f4c1\fe02"}.fa-duotone.fa-hand-holding-heart:before,.fad.fa-hand-holding-heart:before{content:"\f4be\fe01"}.fa-duotone.fa-hand-holding-heart:after,.fad.fa-hand-holding-heart:after{content:"\f4be\fe02"}.fa-duotone.fa-hand-holding-magic:before,.fad.fa-hand-holding-magic:before{content:"\f6e5\fe01"}.fa-duotone.fa-hand-holding-magic:after,.fad.fa-hand-holding-magic:after{content:"\f6e5\fe02"}.fa-duotone.fa-hand-holding-medical:before,.fad.fa-hand-holding-medical:before{content:"\e05c\fe01"}.fa-duotone.fa-hand-holding-medical:after,.fad.fa-hand-holding-medical:after{content:"\e05c\fe02"}.fa-duotone.fa-hand-holding-seedling:before,.fad.fa-hand-holding-seedling:before{content:"\f4bf\fe01"}.fa-duotone.fa-hand-holding-seedling:after,.fad.fa-hand-holding-seedling:after{content:"\f4bf\fe02"}.fa-duotone.fa-hand-holding-skull:before,.fad.fa-hand-holding-skull:before{content:"\e1a4\fe01"}.fa-duotone.fa-hand-holding-skull:after,.fad.fa-hand-holding-skull:after{content:"\e1a4\fe02"}.fa-duotone.fa-hand-horns:before,.fad.fa-hand-horns:before{content:"\e1a9\fe01"}.fa-duotone.fa-hand-horns:after,.fad.fa-hand-horns:after{content:"\e1a9\fe02"}.fa-duotone.fa-hand-lizard:before,.fad.fa-hand-lizard:before{content:"\f258\fe01"}.fa-duotone.fa-hand-lizard:after,.fad.fa-hand-lizard:after{content:"\f258\fe02"}.fa-duotone.fa-hand-love:before,.fad.fa-hand-love:before{content:"\e1a5\fe01"}.fa-duotone.fa-hand-love:after,.fad.fa-hand-love:after{content:"\e1a5\fe02"}.fa-duotone.fa-hand-middle-finger:before,.fad.fa-hand-middle-finger:before{content:"\f806"}.fa-duotone.fa-hand-middle-finger:after,.fad.fa-hand-middle-finger:after{content:"\10f806"}.fa-duotone.fa-hand-peace:before,.fad.fa-hand-peace:before{content:"\270c\fe01"}.fa-duotone.fa-hand-peace:after,.fad.fa-hand-peace:after{content:"\270c\fe02"}.fa-duotone.fa-hand-point-down:before,.fad.fa-hand-point-down:before{content:"\f0a7\fe01"}.fa-duotone.fa-hand-point-down:after,.fad.fa-hand-point-down:after{content:"\f0a7\fe02"}.fa-duotone.fa-hand-point-left:before,.fad.fa-hand-point-left:before{content:"\f0a5\fe01"}.fa-duotone.fa-hand-point-left:after,.fad.fa-hand-point-left:after{content:"\f0a5\fe02"}.fa-duotone.fa-hand-point-ribbon:before,.fad.fa-hand-point-ribbon:before{content:"\e1a6\fe01"}.fa-duotone.fa-hand-point-ribbon:after,.fad.fa-hand-point-ribbon:after{content:"\e1a6\fe02"}.fa-duotone.fa-hand-point-right:before,.fad.fa-hand-point-right:before{content:"\f0a4\fe01"}.fa-duotone.fa-hand-point-right:after,.fad.fa-hand-point-right:after{content:"\f0a4\fe02"}.fa-duotone.fa-hand-point-up:before,.fad.fa-hand-point-up:before{content:"\261d\fe01"}.fa-duotone.fa-hand-point-up:after,.fad.fa-hand-point-up:after{content:"\261d\fe02"}.fa-duotone.fa-hand-pointer:before,.fad.fa-hand-pointer:before{content:"\f25a\fe01"}.fa-duotone.fa-hand-pointer:after,.fad.fa-hand-pointer:after{content:"\f25a\fe02"}.fa-duotone.fa-hand-scissors:before,.fad.fa-hand-scissors:before{content:"\f257\fe01"}.fa-duotone.fa-hand-scissors:after,.fad.fa-hand-scissors:after{content:"\f257\fe02"}.fa-duotone.fa-hand-sparkles:before,.fad.fa-hand-sparkles:before{content:"\e05d\fe01"}.fa-duotone.fa-hand-sparkles:after,.fad.fa-hand-sparkles:after{content:"\e05d\fe02"}.fa-duotone.fa-hand-spock:before,.fad.fa-hand-spock:before{content:"\f259"}.fa-duotone.fa-hand-spock:after,.fad.fa-hand-spock:after{content:"\10f259"}.fa-duotone.fa-hand-wave:before,.fad.fa-hand-wave:before{content:"\e1a7\fe01"}.fa-duotone.fa-hand-wave:after,.fad.fa-hand-wave:after{content:"\e1a7\fe02"}.fa-duotone.fa-hands:before,.fad.fa-hands:before{content:"\f2a7\fe01"}.fa-duotone.fa-hands:after,.fad.fa-hands:after{content:"\f2a7\fe02"}.fa-duotone.fa-sign-language:before,.fad.fa-sign-language:before{content:"\f2a7\fe01"}.fa-duotone.fa-sign-language:after,.fad.fa-sign-language:after{content:"\f2a7\fe02"}.fa-duotone.fa-signing:before,.fad.fa-signing:before{content:"\f2a7\fe01"}.fa-duotone.fa-signing:after,.fad.fa-signing:after{content:"\f2a7\fe02"}.fa-duotone.fa-hands-asl-interpreting:before,.fad.fa-hands-asl-interpreting:before{content:"\f2a3\fe01"}.fa-duotone.fa-hands-asl-interpreting:after,.fad.fa-hands-asl-interpreting:after{content:"\f2a3\fe02"}.fa-duotone.fa-american-sign-language-interpreting:before,.fad.fa-american-sign-language-interpreting:before{content:"\f2a3\fe01"}.fa-duotone.fa-american-sign-language-interpreting:after,.fad.fa-american-sign-language-interpreting:after{content:"\f2a3\fe02"}.fa-duotone.fa-asl-interpreting:before,.fad.fa-asl-interpreting:before{content:"\f2a3\fe01"}.fa-duotone.fa-asl-interpreting:after,.fad.fa-asl-interpreting:after{content:"\f2a3\fe02"}.fa-duotone.fa-hands-american-sign-language-interpreting:before,.fad.fa-hands-american-sign-language-interpreting:before{content:"\f2a3\fe01"}.fa-duotone.fa-hands-american-sign-language-interpreting:after,.fad.fa-hands-american-sign-language-interpreting:after{content:"\f2a3\fe02"}.fa-duotone.fa-hands-bubbles:before,.fad.fa-hands-bubbles:before{content:"\e05e\fe01"}.fa-duotone.fa-hands-bubbles:after,.fad.fa-hands-bubbles:after{content:"\e05e\fe02"}.fa-duotone.fa-hands-wash:before,.fad.fa-hands-wash:before{content:"\e05e\fe01"}.fa-duotone.fa-hands-wash:after,.fad.fa-hands-wash:after{content:"\e05e\fe02"}.fa-duotone.fa-hands-clapping:before,.fad.fa-hands-clapping:before{content:"\e1a8\fe01"}.fa-duotone.fa-hands-clapping:after,.fad.fa-hands-clapping:after{content:"\e1a8\fe02"}.fa-duotone.fa-hands-holding:before,.fad.fa-hands-holding:before{content:"\f4c2\fe01"}.fa-duotone.fa-hands-holding:after,.fad.fa-hands-holding:after{content:"\f4c2\fe02"}.fa-duotone.fa-hands-holding-diamond:before,.fad.fa-hands-holding-diamond:before{content:"\f47c\fe01"}.fa-duotone.fa-hands-holding-diamond:after,.fad.fa-hands-holding-diamond:after{content:"\f47c\fe02"}.fa-duotone.fa-hand-receiving:before,.fad.fa-hand-receiving:before{content:"\f47c\fe01"}.fa-duotone.fa-hand-receiving:after,.fad.fa-hand-receiving:after{content:"\f47c\fe02"}.fa-duotone.fa-hands-holding-dollar:before,.fad.fa-hands-holding-dollar:before{content:"\f4c5\fe01"}.fa-duotone.fa-hands-holding-dollar:after,.fad.fa-hands-holding-dollar:after{content:"\f4c5\fe02"}.fa-duotone.fa-hands-usd:before,.fad.fa-hands-usd:before{content:"\f4c5\fe01"}.fa-duotone.fa-hands-usd:after,.fad.fa-hands-usd:after{content:"\f4c5\fe02"}.fa-duotone.fa-hands-holding-heart:before,.fad.fa-hands-holding-heart:before{content:"\f4c3\fe01"}.fa-duotone.fa-hands-holding-heart:after,.fad.fa-hands-holding-heart:after{content:"\f4c3\fe02"}.fa-duotone.fa-hands-heart:before,.fad.fa-hands-heart:before{content:"\f4c3\fe01"}.fa-duotone.fa-hands-heart:after,.fad.fa-hands-heart:after{content:"\f4c3\fe02"}.fa-duotone.fa-hands-praying:before,.fad.fa-hands-praying:before{content:"\f684\fe01"}.fa-duotone.fa-hands-praying:after,.fad.fa-hands-praying:after{content:"\f684\fe02"}.fa-duotone.fa-praying-hands:before,.fad.fa-praying-hands:before{content:"\f684\fe01"}.fa-duotone.fa-praying-hands:after,.fad.fa-praying-hands:after{content:"\f684\fe02"}.fa-duotone.fa-handshake:before,.fad.fa-handshake:before{content:"\f2b5\fe01"}.fa-duotone.fa-handshake:after,.fad.fa-handshake:after{content:"\f2b5\fe02"}.fa-duotone.fa-handshake-angle:before,.fad.fa-handshake-angle:before{content:"\f4c4\fe01"}.fa-duotone.fa-handshake-angle:after,.fad.fa-handshake-angle:after{content:"\f4c4\fe02"}.fa-duotone.fa-hands-helping:before,.fad.fa-hands-helping:before{content:"\f4c4\fe01"}.fa-duotone.fa-hands-helping:after,.fad.fa-hands-helping:after{content:"\f4c4\fe02"}.fa-duotone.fa-handshake-simple:before,.fad.fa-handshake-simple:before{content:"\f4c6"}.fa-duotone.fa-handshake-simple:after,.fad.fa-handshake-simple:after{content:"\10f4c6"}.fa-duotone.fa-handshake-alt:before,.fad.fa-handshake-alt:before{content:"\f4c6"}.fa-duotone.fa-handshake-alt:after,.fad.fa-handshake-alt:after{content:"\10f4c6"}.fa-duotone.fa-handshake-simple-slash:before,.fad.fa-handshake-simple-slash:before{content:"\e05f\fe01"}.fa-duotone.fa-handshake-simple-slash:after,.fad.fa-handshake-simple-slash:after{content:"\e05f\fe02"}.fa-duotone.fa-handshake-alt-slash:before,.fad.fa-handshake-alt-slash:before{content:"\e05f\fe01"}.fa-duotone.fa-handshake-alt-slash:after,.fad.fa-handshake-alt-slash:after{content:"\e05f\fe02"}.fa-duotone.fa-handshake-slash:before,.fad.fa-handshake-slash:before{content:"\e060\fe01"}.fa-duotone.fa-handshake-slash:after,.fad.fa-handshake-slash:after{content:"\e060\fe02"}.fa-duotone.fa-hanukiah:before,.fad.fa-hanukiah:before{content:"\f6e6"}.fa-duotone.fa-hanukiah:after,.fad.fa-hanukiah:after{content:"\10f6e6"}.fa-duotone.fa-hard-drive:before,.fad.fa-hard-drive:before{content:"\f0a0"}.fa-duotone.fa-hard-drive:after,.fad.fa-hard-drive:after{content:"\10f0a0"}.fa-duotone.fa-hdd:before,.fad.fa-hdd:before{content:"\f0a0"}.fa-duotone.fa-hdd:after,.fad.fa-hdd:after{content:"\10f0a0"}.fa-duotone.fa-hashtag:before,.fad.fa-hashtag:before{content:"\23\fe01"}.fa-duotone.fa-hashtag:after,.fad.fa-hashtag:after{content:"\23\fe02"}.fa-duotone.fa-hat-chef:before,.fad.fa-hat-chef:before{content:"\f86b\fe01"}.fa-duotone.fa-hat-chef:after,.fad.fa-hat-chef:after{content:"\f86b\fe02"}.fa-duotone.fa-hat-cowboy:before,.fad.fa-hat-cowboy:before{content:"\f8c0\fe01"}.fa-duotone.fa-hat-cowboy:after,.fad.fa-hat-cowboy:after{content:"\f8c0\fe02"}.fa-duotone.fa-hat-cowboy-side:before,.fad.fa-hat-cowboy-side:before{content:"\f8c1\fe01"}.fa-duotone.fa-hat-cowboy-side:after,.fad.fa-hat-cowboy-side:after{content:"\f8c1\fe02"}.fa-duotone.fa-hat-santa:before,.fad.fa-hat-santa:before{content:"\f7a7\fe01"}.fa-duotone.fa-hat-santa:after,.fad.fa-hat-santa:after{content:"\f7a7\fe02"}.fa-duotone.fa-hat-winter:before,.fad.fa-hat-winter:before{content:"\f7a8\fe01"}.fa-duotone.fa-hat-winter:after,.fad.fa-hat-winter:after{content:"\f7a8\fe02"}.fa-duotone.fa-hat-witch:before,.fad.fa-hat-witch:before{content:"\f6e7\fe01"}.fa-duotone.fa-hat-witch:after,.fad.fa-hat-witch:after{content:"\f6e7\fe02"}.fa-duotone.fa-hat-wizard:before,.fad.fa-hat-wizard:before{content:"\f6e8\fe01"}.fa-duotone.fa-hat-wizard:after,.fad.fa-hat-wizard:after{content:"\f6e8\fe02"}.fa-duotone.fa-head-side:before,.fad.fa-head-side:before{content:"\f6e9\fe01"}.fa-duotone.fa-head-side:after,.fad.fa-head-side:after{content:"\f6e9\fe02"}.fa-duotone.fa-head-side-brain:before,.fad.fa-head-side-brain:before{content:"\f808\fe01"}.fa-duotone.fa-head-side-brain:after,.fad.fa-head-side-brain:after{content:"\f808\fe02"}.fa-duotone.fa-head-side-cough:before,.fad.fa-head-side-cough:before{content:"\e061\fe01"}.fa-duotone.fa-head-side-cough:after,.fad.fa-head-side-cough:after{content:"\e061\fe02"}.fa-duotone.fa-head-side-cough-slash:before,.fad.fa-head-side-cough-slash:before{content:"\e062\fe01"}.fa-duotone.fa-head-side-cough-slash:after,.fad.fa-head-side-cough-slash:after{content:"\e062\fe02"}.fa-duotone.fa-head-side-goggles:before,.fad.fa-head-side-goggles:before{content:"\f6ea\fe01"}.fa-duotone.fa-head-side-goggles:after,.fad.fa-head-side-goggles:after{content:"\f6ea\fe02"}.fa-duotone.fa-head-vr:before,.fad.fa-head-vr:before{content:"\f6ea\fe01"}.fa-duotone.fa-head-vr:after,.fad.fa-head-vr:after{content:"\f6ea\fe02"}.fa-duotone.fa-head-side-headphones:before,.fad.fa-head-side-headphones:before{content:"\f8c2\fe01"}.fa-duotone.fa-head-side-headphones:after,.fad.fa-head-side-headphones:after{content:"\f8c2\fe02"}.fa-duotone.fa-head-side-heart:before,.fad.fa-head-side-heart:before{content:"\e1aa\fe01"}.fa-duotone.fa-head-side-heart:after,.fad.fa-head-side-heart:after{content:"\e1aa\fe02"}.fa-duotone.fa-head-side-mask:before,.fad.fa-head-side-mask:before{content:"\e063\fe01"}.fa-duotone.fa-head-side-mask:after,.fad.fa-head-side-mask:after{content:"\e063\fe02"}.fa-duotone.fa-head-side-medical:before,.fad.fa-head-side-medical:before{content:"\f809\fe01"}.fa-duotone.fa-head-side-medical:after,.fad.fa-head-side-medical:after{content:"\f809\fe02"}.fa-duotone.fa-head-side-virus:before,.fad.fa-head-side-virus:before{content:"\e064\fe01"}.fa-duotone.fa-head-side-virus:after,.fad.fa-head-side-virus:after{content:"\e064\fe02"}.fa-duotone.fa-heading:before,.fad.fa-heading:before{content:"\f1dc\fe01"}.fa-duotone.fa-heading:after,.fad.fa-heading:after{content:"\f1dc\fe02"}.fa-duotone.fa-header:before,.fad.fa-header:before{content:"\f1dc\fe01"}.fa-duotone.fa-header:after,.fad.fa-header:after{content:"\f1dc\fe02"}.fa-duotone.fa-headphones:before,.fad.fa-headphones:before{content:"\f025"}.fa-duotone.fa-headphones:after,.fad.fa-headphones:after{content:"\10f025"}.fa-duotone.fa-headphones-simple:before,.fad.fa-headphones-simple:before{content:"\f58f\fe01"}.fa-duotone.fa-headphones-simple:after,.fad.fa-headphones-simple:after{content:"\f58f\fe02"}.fa-duotone.fa-headphones-alt:before,.fad.fa-headphones-alt:before{content:"\f58f\fe01"}.fa-duotone.fa-headphones-alt:after,.fad.fa-headphones-alt:after{content:"\f58f\fe02"}.fa-duotone.fa-headset:before,.fad.fa-headset:before{content:"\f590\fe01"}.fa-duotone.fa-headset:after,.fad.fa-headset:after{content:"\f590\fe02"}.fa-duotone.fa-heart:before,.fad.fa-heart:before{content:"\2665\fe01"}.fa-duotone.fa-heart:after,.fad.fa-heart:after{content:"\2665\fe02"}.fa-duotone.fa-heart-crack:before,.fad.fa-heart-crack:before{content:"\f7a9"}.fa-duotone.fa-heart-crack:after,.fad.fa-heart-crack:after{content:"\10f7a9"}.fa-duotone.fa-heart-broken:before,.fad.fa-heart-broken:before{content:"\f7a9"}.fa-duotone.fa-heart-broken:after,.fad.fa-heart-broken:after{content:"\10f7a9"}.fa-duotone.fa-heart-half:before,.fad.fa-heart-half:before{content:"\e1ab\fe01"}.fa-duotone.fa-heart-half:after,.fad.fa-heart-half:after{content:"\e1ab\fe02"}.fa-duotone.fa-heart-half-stroke:before,.fad.fa-heart-half-stroke:before{content:"\e1ac\fe01"}.fa-duotone.fa-heart-half-stroke:after,.fad.fa-heart-half-stroke:after{content:"\e1ac\fe02"}.fa-duotone.fa-heart-half-alt:before,.fad.fa-heart-half-alt:before{content:"\e1ac\fe01"}.fa-duotone.fa-heart-half-alt:after,.fad.fa-heart-half-alt:after{content:"\e1ac\fe02"}.fa-duotone.fa-heart-pulse:before,.fad.fa-heart-pulse:before{content:"\f21e\fe01"}.fa-duotone.fa-heart-pulse:after,.fad.fa-heart-pulse:after{content:"\f21e\fe02"}.fa-duotone.fa-heartbeat:before,.fad.fa-heartbeat:before{content:"\f21e\fe01"}.fa-duotone.fa-heartbeat:after,.fad.fa-heartbeat:after{content:"\f21e\fe02"}.fa-duotone.fa-heat:before,.fad.fa-heat:before{content:"\e00c\fe01"}.fa-duotone.fa-heat:after,.fad.fa-heat:after{content:"\e00c\fe02"}.fa-duotone.fa-helicopter:before,.fad.fa-helicopter:before{content:"\f533"}.fa-duotone.fa-helicopter:after,.fad.fa-helicopter:after{content:"\10f533"}.fa-duotone.fa-helmet-battle:before,.fad.fa-helmet-battle:before{content:"\f6eb\fe01"}.fa-duotone.fa-helmet-battle:after,.fad.fa-helmet-battle:after{content:"\f6eb\fe02"}.fa-duotone.fa-helmet-safety:before,.fad.fa-helmet-safety:before{content:"\f807\fe01"}.fa-duotone.fa-helmet-safety:after,.fad.fa-helmet-safety:after{content:"\f807\fe02"}.fa-duotone.fa-hard-hat:before,.fad.fa-hard-hat:before{content:"\f807\fe01"}.fa-duotone.fa-hard-hat:after,.fad.fa-hard-hat:after{content:"\f807\fe02"}.fa-duotone.fa-hat-hard:before,.fad.fa-hat-hard:before{content:"\f807\fe01"}.fa-duotone.fa-hat-hard:after,.fad.fa-hat-hard:after{content:"\f807\fe02"}.fa-duotone.fa-hexagon:before,.fad.fa-hexagon:before{content:"\2b23\fe01"}.fa-duotone.fa-hexagon:after,.fad.fa-hexagon:after{content:"\2b23\fe02"}.fa-duotone.fa-hexagon-divide:before,.fad.fa-hexagon-divide:before{content:"\e1ad\fe01"}.fa-duotone.fa-hexagon-divide:after,.fad.fa-hexagon-divide:after{content:"\e1ad\fe02"}.fa-duotone.fa-hexagon-minus:before,.fad.fa-hexagon-minus:before{content:"\f307\fe01"}.fa-duotone.fa-hexagon-minus:after,.fad.fa-hexagon-minus:after{content:"\f307\fe02"}.fa-duotone.fa-minus-hexagon:before,.fad.fa-minus-hexagon:before{content:"\f307\fe01"}.fa-duotone.fa-minus-hexagon:after,.fad.fa-minus-hexagon:after{content:"\f307\fe02"}.fa-duotone.fa-hexagon-plus:before,.fad.fa-hexagon-plus:before{content:"\f300\fe01"}.fa-duotone.fa-hexagon-plus:after,.fad.fa-hexagon-plus:after{content:"\f300\fe02"}.fa-duotone.fa-plus-hexagon:before,.fad.fa-plus-hexagon:before{content:"\f300\fe01"}.fa-duotone.fa-plus-hexagon:after,.fad.fa-plus-hexagon:after{content:"\f300\fe02"}.fa-duotone.fa-hexagon-xmark:before,.fad.fa-hexagon-xmark:before{content:"\f2ee\fe01"}.fa-duotone.fa-hexagon-xmark:after,.fad.fa-hexagon-xmark:after{content:"\f2ee\fe02"}.fa-duotone.fa-times-hexagon:before,.fad.fa-times-hexagon:before{content:"\f2ee\fe01"}.fa-duotone.fa-times-hexagon:after,.fad.fa-times-hexagon:after{content:"\f2ee\fe02"}.fa-duotone.fa-xmark-hexagon:before,.fad.fa-xmark-hexagon:before{content:"\f2ee\fe01"}.fa-duotone.fa-xmark-hexagon:after,.fad.fa-xmark-hexagon:after{content:"\f2ee\fe02"}.fa-duotone.fa-high-definition:before,.fad.fa-high-definition:before{content:"\e1ae\fe01"}.fa-duotone.fa-high-definition:after,.fad.fa-high-definition:after{content:"\e1ae\fe02"}.fa-duotone.fa-rectangle-hd:before,.fad.fa-rectangle-hd:before{content:"\e1ae\fe01"}.fa-duotone.fa-rectangle-hd:after,.fad.fa-rectangle-hd:after{content:"\e1ae\fe02"}.fa-duotone.fa-highlighter:before,.fad.fa-highlighter:before{content:"\f591\fe01"}.fa-duotone.fa-highlighter:after,.fad.fa-highlighter:after{content:"\f591\fe02"}.fa-duotone.fa-highlighter-line:before,.fad.fa-highlighter-line:before{content:"\e1af\fe01"}.fa-duotone.fa-highlighter-line:after,.fad.fa-highlighter-line:after{content:"\e1af\fe02"}.fa-duotone.fa-hippo:before,.fad.fa-hippo:before{content:"\f6ed"}.fa-duotone.fa-hippo:after,.fad.fa-hippo:after{content:"\10f6ed"}.fa-duotone.fa-hockey-mask:before,.fad.fa-hockey-mask:before{content:"\f6ee\fe01"}.fa-duotone.fa-hockey-mask:after,.fad.fa-hockey-mask:after{content:"\f6ee\fe02"}.fa-duotone.fa-hockey-puck:before,.fad.fa-hockey-puck:before{content:"\f453\fe01"}.fa-duotone.fa-hockey-puck:after,.fad.fa-hockey-puck:after{content:"\f453\fe02"}.fa-duotone.fa-hockey-stick-puck:before,.fad.fa-hockey-stick-puck:before{content:"\e3ae\fe01"}.fa-duotone.fa-hockey-stick-puck:after,.fad.fa-hockey-stick-puck:after{content:"\e3ae\fe02"}.fa-duotone.fa-hockey-sticks:before,.fad.fa-hockey-sticks:before{content:"\f454\fe01"}.fa-duotone.fa-hockey-sticks:after,.fad.fa-hockey-sticks:after{content:"\f454\fe02"}.fa-duotone.fa-holly-berry:before,.fad.fa-holly-berry:before{content:"\f7aa\fe01"}.fa-duotone.fa-holly-berry:after,.fad.fa-holly-berry:after{content:"\f7aa\fe02"}.fa-duotone.fa-hood-cloak:before,.fad.fa-hood-cloak:before{content:"\f6ef\fe01"}.fa-duotone.fa-hood-cloak:after,.fad.fa-hood-cloak:after{content:"\f6ef\fe02"}.fa-duotone.fa-horizontal-rule:before,.fad.fa-horizontal-rule:before{content:"\2015\fe01"}.fa-duotone.fa-horizontal-rule:after,.fad.fa-horizontal-rule:after{content:"\2015\fe02"}.fa-duotone.fa-horse:before,.fad.fa-horse:before{content:"\f6f0"}.fa-duotone.fa-horse:after,.fad.fa-horse:after{content:"\10f6f0"}.fa-duotone.fa-horse-head:before,.fad.fa-horse-head:before{content:"\f7ab\fe01"}.fa-duotone.fa-horse-head:after,.fad.fa-horse-head:after{content:"\f7ab\fe02"}.fa-duotone.fa-horse-saddle:before,.fad.fa-horse-saddle:before{content:"\f8c3\fe01"}.fa-duotone.fa-horse-saddle:after,.fad.fa-horse-saddle:after{content:"\f8c3\fe02"}.fa-duotone.fa-hospital:before,.fad.fa-hospital:before{content:"\f0f8"}.fa-duotone.fa-hospital:after,.fad.fa-hospital:after{content:"\10f0f8"}.fa-duotone.fa-hospital-user:before,.fad.fa-hospital-user:before{content:"\f80d\fe01"}.fa-duotone.fa-hospital-user:after,.fad.fa-hospital-user:after{content:"\f80d\fe02"}.fa-duotone.fa-hospital-wide:before,.fad.fa-hospital-wide:before{content:"\f47d\fe01"}.fa-duotone.fa-hospital-wide:after,.fad.fa-hospital-wide:after{content:"\f47d\fe02"}.fa-duotone.fa-hospital-alt:before,.fad.fa-hospital-alt:before{content:"\f47d\fe01"}.fa-duotone.fa-hospital-alt:after,.fad.fa-hospital-alt:after{content:"\f47d\fe02"}.fa-duotone.fa-hospitals:before,.fad.fa-hospitals:before{content:"\f80e\fe01"}.fa-duotone.fa-hospitals:after,.fad.fa-hospitals:after{content:"\f80e\fe02"}.fa-duotone.fa-hot-tub-person:before,.fad.fa-hot-tub-person:before{content:"\f593\fe01"}.fa-duotone.fa-hot-tub-person:after,.fad.fa-hot-tub-person:after{content:"\f593\fe02"}.fa-duotone.fa-hot-tub:before,.fad.fa-hot-tub:before{content:"\f593\fe01"}.fa-duotone.fa-hot-tub:after,.fad.fa-hot-tub:after{content:"\f593\fe02"}.fa-duotone.fa-hotdog:before,.fad.fa-hotdog:before{content:"\f80f"}.fa-duotone.fa-hotdog:after,.fad.fa-hotdog:after{content:"\10f80f"}.fa-duotone.fa-hotel:before,.fad.fa-hotel:before{content:"\f594"}.fa-duotone.fa-hotel:after,.fad.fa-hotel:after{content:"\10f594"}.fa-duotone.fa-hourglass:before,.fad.fa-hourglass:before{content:"\23f3\fe01"}.fa-duotone.fa-hourglass:after,.fad.fa-hourglass:after{content:"\23f3\fe02"}.fa-duotone.fa-hourglass-2:before,.fad.fa-hourglass-2:before{content:"\23f3\fe01"}.fa-duotone.fa-hourglass-2:after,.fad.fa-hourglass-2:after{content:"\23f3\fe02"}.fa-duotone.fa-hourglass-half:before,.fad.fa-hourglass-half:before{content:"\23f3\fe01"}.fa-duotone.fa-hourglass-half:after,.fad.fa-hourglass-half:after{content:"\23f3\fe02"}.fa-duotone.fa-hourglass-empty:before,.fad.fa-hourglass-empty:before{content:"\f252\fe01"}.fa-duotone.fa-hourglass-empty:after,.fad.fa-hourglass-empty:after{content:"\f252\fe02"}.fa-duotone.fa-hourglass-end:before,.fad.fa-hourglass-end:before{content:"\231b\fe01"}.fa-duotone.fa-hourglass-end:after,.fad.fa-hourglass-end:after{content:"\231b\fe02"}.fa-duotone.fa-hourglass-3:before,.fad.fa-hourglass-3:before{content:"\231b\fe01"}.fa-duotone.fa-hourglass-3:after,.fad.fa-hourglass-3:after{content:"\231b\fe02"}.fa-duotone.fa-hourglass-start:before,.fad.fa-hourglass-start:before{content:"\f251\fe01"}.fa-duotone.fa-hourglass-start:after,.fad.fa-hourglass-start:after{content:"\f251\fe02"}.fa-duotone.fa-hourglass-1:before,.fad.fa-hourglass-1:before{content:"\f251\fe01"}.fa-duotone.fa-hourglass-1:after,.fad.fa-hourglass-1:after{content:"\f251\fe02"}.fa-duotone.fa-house:before,.fad.fa-house:before{content:"\f015"}.fa-duotone.fa-house:after,.fad.fa-house:after{content:"\10f015"}.fa-duotone.fa-home:before,.fad.fa-home:before{content:"\f015"}.fa-duotone.fa-home:after,.fad.fa-home:after{content:"\10f015"}.fa-duotone.fa-house-blank:before,.fad.fa-house-blank:before{content:"\f80a\fe01"}.fa-duotone.fa-house-blank:after,.fad.fa-house-blank:after{content:"\f80a\fe02"}.fa-duotone.fa-home-blank:before,.fad.fa-home-blank:before{content:"\f80a\fe01"}.fa-duotone.fa-home-blank:after,.fad.fa-home-blank:after{content:"\f80a\fe02"}.fa-duotone.fa-home-lg-alt:before,.fad.fa-home-lg-alt:before{content:"\f80a\fe01"}.fa-duotone.fa-home-lg-alt:after,.fad.fa-home-lg-alt:after{content:"\f80a\fe02"}.fa-duotone.fa-house-building:before,.fad.fa-house-building:before{content:"\e1b1\fe01"}.fa-duotone.fa-house-building:after,.fad.fa-house-building:after{content:"\e1b1\fe02"}.fa-duotone.fa-house-chimney:before,.fad.fa-house-chimney:before{content:"\e3af\fe01"}.fa-duotone.fa-house-chimney:after,.fad.fa-house-chimney:after{content:"\e3af\fe02"}.fa-duotone.fa-home-lg:before,.fad.fa-home-lg:before{content:"\e3af\fe01"}.fa-duotone.fa-home-lg:after,.fad.fa-home-lg:after{content:"\e3af\fe02"}.fa-duotone.fa-house-chimney-blank:before,.fad.fa-house-chimney-blank:before{content:"\e3b0\fe01"}.fa-duotone.fa-house-chimney-blank:after,.fad.fa-house-chimney-blank:after{content:"\e3b0\fe02"}.fa-duotone.fa-house-chimney-crack:before,.fad.fa-house-chimney-crack:before{content:"\f6f1\fe01"}.fa-duotone.fa-house-chimney-crack:after,.fad.fa-house-chimney-crack:after{content:"\f6f1\fe02"}.fa-duotone.fa-house-damage:before,.fad.fa-house-damage:before{content:"\f6f1\fe01"}.fa-duotone.fa-house-damage:after,.fad.fa-house-damage:after{content:"\f6f1\fe02"}.fa-duotone.fa-house-chimney-heart:before,.fad.fa-house-chimney-heart:before{content:"\e1b2\fe01"}.fa-duotone.fa-house-chimney-heart:after,.fad.fa-house-chimney-heart:after{content:"\e1b2\fe02"}.fa-duotone.fa-house-chimney-medical:before,.fad.fa-house-chimney-medical:before{content:"\f7f2\fe01"}.fa-duotone.fa-house-chimney-medical:after,.fad.fa-house-chimney-medical:after{content:"\f7f2\fe02"}.fa-duotone.fa-clinic-medical:before,.fad.fa-clinic-medical:before{content:"\f7f2\fe01"}.fa-duotone.fa-clinic-medical:after,.fad.fa-clinic-medical:after{content:"\f7f2\fe02"}.fa-duotone.fa-house-chimney-user:before,.fad.fa-house-chimney-user:before{content:"\e065\fe01"}.fa-duotone.fa-house-chimney-user:after,.fad.fa-house-chimney-user:after{content:"\e065\fe02"}.fa-duotone.fa-house-chimney-window:before,.fad.fa-house-chimney-window:before{content:"\e00d\fe01"}.fa-duotone.fa-house-chimney-window:after,.fad.fa-house-chimney-window:after{content:"\e00d\fe02"}.fa-duotone.fa-house-crack:before,.fad.fa-house-crack:before{content:"\e3b1\fe01"}.fa-duotone.fa-house-crack:after,.fad.fa-house-crack:after{content:"\e3b1\fe02"}.fa-duotone.fa-house-day:before,.fad.fa-house-day:before{content:"\e00e\fe01"}.fa-duotone.fa-house-day:after,.fad.fa-house-day:after{content:"\e00e\fe02"}.fa-duotone.fa-house-flood:before,.fad.fa-house-flood:before{content:"\f74f\fe01"}.fa-duotone.fa-house-flood:after,.fad.fa-house-flood:after{content:"\f74f\fe02"}.fa-duotone.fa-house-heart:before,.fad.fa-house-heart:before{content:"\f4c9\fe01"}.fa-duotone.fa-house-heart:after,.fad.fa-house-heart:after{content:"\f4c9\fe02"}.fa-duotone.fa-home-heart:before,.fad.fa-home-heart:before{content:"\f4c9\fe01"}.fa-duotone.fa-home-heart:after,.fad.fa-home-heart:after{content:"\f4c9\fe02"}.fa-duotone.fa-house-laptop:before,.fad.fa-house-laptop:before{content:"\e066\fe01"}.fa-duotone.fa-house-laptop:after,.fad.fa-house-laptop:after{content:"\e066\fe02"}.fa-duotone.fa-laptop-house:before,.fad.fa-laptop-house:before{content:"\e066\fe01"}.fa-duotone.fa-laptop-house:after,.fad.fa-laptop-house:after{content:"\e066\fe02"}.fa-duotone.fa-house-medical:before,.fad.fa-house-medical:before{content:"\e3b2\fe01"}.fa-duotone.fa-house-medical:after,.fad.fa-house-medical:after{content:"\e3b2\fe02"}.fa-duotone.fa-house-night:before,.fad.fa-house-night:before{content:"\e010\fe01"}.fa-duotone.fa-house-night:after,.fad.fa-house-night:after{content:"\e010\fe02"}.fa-duotone.fa-house-person-leave:before,.fad.fa-house-person-leave:before{content:"\e00f\fe01"}.fa-duotone.fa-house-person-leave:after,.fad.fa-house-person-leave:after{content:"\e00f\fe02"}.fa-duotone.fa-house-person-depart:before,.fad.fa-house-person-depart:before{content:"\e00f\fe01"}.fa-duotone.fa-house-person-depart:after,.fad.fa-house-person-depart:after{content:"\e00f\fe02"}.fa-duotone.fa-house-person-return:before,.fad.fa-house-person-return:before{content:"\e011\fe01"}.fa-duotone.fa-house-person-return:after,.fad.fa-house-person-return:after{content:"\e011\fe02"}.fa-duotone.fa-house-person-arrive:before,.fad.fa-house-person-arrive:before{content:"\e011\fe01"}.fa-duotone.fa-house-person-arrive:after,.fad.fa-house-person-arrive:after{content:"\e011\fe02"}.fa-duotone.fa-house-signal:before,.fad.fa-house-signal:before{content:"\e012\fe01"}.fa-duotone.fa-house-signal:after,.fad.fa-house-signal:after{content:"\e012\fe02"}.fa-duotone.fa-house-tree:before,.fad.fa-house-tree:before{content:"\e1b3\fe01"}.fa-duotone.fa-house-tree:after,.fad.fa-house-tree:after{content:"\e1b3\fe02"}.fa-duotone.fa-house-turret:before,.fad.fa-house-turret:before{content:"\e1b4\fe01"}.fa-duotone.fa-house-turret:after,.fad.fa-house-turret:after{content:"\e1b4\fe02"}.fa-duotone.fa-house-user:before,.fad.fa-house-user:before{content:"\e1b0\fe01"}.fa-duotone.fa-house-user:after,.fad.fa-house-user:after{content:"\e1b0\fe02"}.fa-duotone.fa-home-user:before,.fad.fa-home-user:before{content:"\e1b0\fe01"}.fa-duotone.fa-home-user:after,.fad.fa-home-user:after{content:"\e1b0\fe02"}.fa-duotone.fa-house-window:before,.fad.fa-house-window:before{content:"\e3b3\fe01"}.fa-duotone.fa-house-window:after,.fad.fa-house-window:after{content:"\e3b3\fe02"}.fa-duotone.fa-hryvnia-sign:before,.fad.fa-hryvnia-sign:before{content:"\20b4\fe01"}.fa-duotone.fa-hryvnia-sign:after,.fad.fa-hryvnia-sign:after{content:"\20b4\fe02"}.fa-duotone.fa-hryvnia:before,.fad.fa-hryvnia:before{content:"\20b4\fe01"}.fa-duotone.fa-hryvnia:after,.fad.fa-hryvnia:after{content:"\20b4\fe02"}.fa-duotone.fa-hurricane:before,.fad.fa-hurricane:before{content:"\f751\fe01"}.fa-duotone.fa-hurricane:after,.fad.fa-hurricane:after{content:"\f751\fe02"}.fa-duotone.fa-hyphen:before,.fad.fa-hyphen:before{content:"\2d\fe01"}.fa-duotone.fa-hyphen:after,.fad.fa-hyphen:after{content:"\2d\fe02"}.fa-duotone.fa-i:before,.fad.fa-i:before{content:"\49\fe01"}.fa-duotone.fa-i:after,.fad.fa-i:after{content:"\49\fe02"}.fa-duotone.fa-i-cursor:before,.fad.fa-i-cursor:before{content:"\f246\fe01"}.fa-duotone.fa-i-cursor:after,.fad.fa-i-cursor:after{content:"\f246\fe02"}.fa-duotone.fa-ice-cream:before,.fad.fa-ice-cream:before{content:"\f810"}.fa-duotone.fa-ice-cream:after,.fad.fa-ice-cream:after{content:"\10f810"}.fa-duotone.fa-ice-skate:before,.fad.fa-ice-skate:before{content:"\26f8\fe01"}.fa-duotone.fa-ice-skate:after,.fad.fa-ice-skate:after{content:"\26f8\fe02"}.fa-duotone.fa-icicles:before,.fad.fa-icicles:before{content:"\f7ad\fe01"}.fa-duotone.fa-icicles:after,.fad.fa-icicles:after{content:"\f7ad\fe02"}.fa-duotone.fa-icons:before,.fad.fa-icons:before{content:"\f86d\fe01"}.fa-duotone.fa-icons:after,.fad.fa-icons:after{content:"\f86d\fe02"}.fa-duotone.fa-heart-music-camera-bolt:before,.fad.fa-heart-music-camera-bolt:before{content:"\f86d\fe01"}.fa-duotone.fa-heart-music-camera-bolt:after,.fad.fa-heart-music-camera-bolt:after{content:"\f86d\fe02"}.fa-duotone.fa-id-badge:before,.fad.fa-id-badge:before{content:"\f2c1\fe01"}.fa-duotone.fa-id-badge:after,.fad.fa-id-badge:after{content:"\f2c1\fe02"}.fa-duotone.fa-id-card:before,.fad.fa-id-card:before{content:"\f2c2\fe01"}.fa-duotone.fa-id-card:after,.fad.fa-id-card:after{content:"\f2c2\fe02"}.fa-duotone.fa-drivers-license:before,.fad.fa-drivers-license:before{content:"\f2c2\fe01"}.fa-duotone.fa-drivers-license:after,.fad.fa-drivers-license:after{content:"\f2c2\fe02"}.fa-duotone.fa-id-card-clip:before,.fad.fa-id-card-clip:before{content:"\f47f\fe01"}.fa-duotone.fa-id-card-clip:after,.fad.fa-id-card-clip:after{content:"\f47f\fe02"}.fa-duotone.fa-id-card-alt:before,.fad.fa-id-card-alt:before{content:"\f47f\fe01"}.fa-duotone.fa-id-card-alt:after,.fad.fa-id-card-alt:after{content:"\f47f\fe02"}.fa-duotone.fa-igloo:before,.fad.fa-igloo:before{content:"\f7ae\fe01"}.fa-duotone.fa-igloo:after,.fad.fa-igloo:after{content:"\f7ae\fe02"}.fa-duotone.fa-image:before,.fad.fa-image:before{content:"\f03e\fe01"}.fa-duotone.fa-image:after,.fad.fa-image:after{content:"\f03e\fe02"}.fa-duotone.fa-image-landscape:before,.fad.fa-image-landscape:before{content:"\e1b5\fe01"}.fa-duotone.fa-image-landscape:after,.fad.fa-image-landscape:after{content:"\e1b5\fe02"}.fa-duotone.fa-landscape:before,.fad.fa-landscape:before{content:"\e1b5\fe01"}.fa-duotone.fa-landscape:after,.fad.fa-landscape:after{content:"\e1b5\fe02"}.fa-duotone.fa-image-polaroid:before,.fad.fa-image-polaroid:before{content:"\f8c4\fe01"}.fa-duotone.fa-image-polaroid:after,.fad.fa-image-polaroid:after{content:"\f8c4\fe02"}.fa-duotone.fa-image-polaroid-user:before,.fad.fa-image-polaroid-user:before{content:"\e1b6\fe01"}.fa-duotone.fa-image-polaroid-user:after,.fad.fa-image-polaroid-user:after{content:"\e1b6\fe02"}.fa-duotone.fa-image-portrait:before,.fad.fa-image-portrait:before{content:"\f3e0\fe01"}.fa-duotone.fa-image-portrait:after,.fad.fa-image-portrait:after{content:"\f3e0\fe02"}.fa-duotone.fa-portrait:before,.fad.fa-portrait:before{content:"\f3e0\fe01"}.fa-duotone.fa-portrait:after,.fad.fa-portrait:after{content:"\f3e0\fe02"}.fa-duotone.fa-image-slash:before,.fad.fa-image-slash:before{content:"\e1b7\fe01"}.fa-duotone.fa-image-slash:after,.fad.fa-image-slash:after{content:"\e1b7\fe02"}.fa-duotone.fa-image-user:before,.fad.fa-image-user:before{content:"\e1b8\fe01"}.fa-duotone.fa-image-user:after,.fad.fa-image-user:after{content:"\e1b8\fe02"}.fa-duotone.fa-images:before,.fad.fa-images:before{content:"\f302\fe01"}.fa-duotone.fa-images:after,.fad.fa-images:after{content:"\f302\fe02"}.fa-duotone.fa-images-user:before,.fad.fa-images-user:before{content:"\e1b9\fe01"}.fa-duotone.fa-images-user:after,.fad.fa-images-user:after{content:"\e1b9\fe02"}.fa-duotone.fa-inbox:before,.fad.fa-inbox:before{content:"\f01c\fe01"}.fa-duotone.fa-inbox:after,.fad.fa-inbox:after{content:"\f01c\fe02"}.fa-duotone.fa-inbox-full:before,.fad.fa-inbox-full:before{content:"\e1ba\fe01"}.fa-duotone.fa-inbox-full:after,.fad.fa-inbox-full:after{content:"\e1ba\fe02"}.fa-duotone.fa-inbox-in:before,.fad.fa-inbox-in:before{content:"\f310"}.fa-duotone.fa-inbox-in:after,.fad.fa-inbox-in:after{content:"\10f310"}.fa-duotone.fa-inbox-arrow-down:before,.fad.fa-inbox-arrow-down:before{content:"\f310"}.fa-duotone.fa-inbox-arrow-down:after,.fad.fa-inbox-arrow-down:after{content:"\10f310"}.fa-duotone.fa-inbox-out:before,.fad.fa-inbox-out:before{content:"\f311"}.fa-duotone.fa-inbox-out:after,.fad.fa-inbox-out:after{content:"\10f311"}.fa-duotone.fa-inbox-arrow-up:before,.fad.fa-inbox-arrow-up:before{content:"\f311"}.fa-duotone.fa-inbox-arrow-up:after,.fad.fa-inbox-arrow-up:after{content:"\10f311"}.fa-duotone.fa-inboxes:before,.fad.fa-inboxes:before{content:"\e1bb\fe01"}.fa-duotone.fa-inboxes:after,.fad.fa-inboxes:after{content:"\e1bb\fe02"}.fa-duotone.fa-indent:before,.fad.fa-indent:before{content:"\f03c\fe01"}.fa-duotone.fa-indent:after,.fad.fa-indent:after{content:"\f03c\fe02"}.fa-duotone.fa-indian-rupee-sign:before,.fad.fa-indian-rupee-sign:before{content:"\e1bc\fe01"}.fa-duotone.fa-indian-rupee-sign:after,.fad.fa-indian-rupee-sign:after{content:"\e1bc\fe02"}.fa-duotone.fa-indian-rupee:before,.fad.fa-indian-rupee:before{content:"\e1bc\fe01"}.fa-duotone.fa-indian-rupee:after,.fad.fa-indian-rupee:after{content:"\e1bc\fe02"}.fa-duotone.fa-inr:before,.fad.fa-inr:before{content:"\e1bc\fe01"}.fa-duotone.fa-inr:after,.fad.fa-inr:after{content:"\e1bc\fe02"}.fa-duotone.fa-industry:before,.fad.fa-industry:before{content:"\f275\fe01"}.fa-duotone.fa-industry:after,.fad.fa-industry:after{content:"\f275\fe02"}.fa-duotone.fa-industry-windows:before,.fad.fa-industry-windows:before{content:"\f3b3"}.fa-duotone.fa-industry-windows:after,.fad.fa-industry-windows:after{content:"\10f3b3"}.fa-duotone.fa-industry-alt:before,.fad.fa-industry-alt:before{content:"\f3b3"}.fa-duotone.fa-industry-alt:after,.fad.fa-industry-alt:after{content:"\10f3b3"}.fa-duotone.fa-infinity:before,.fad.fa-infinity:before{content:"\221e\fe01"}.fa-duotone.fa-infinity:after,.fad.fa-infinity:after{content:"\221e\fe02"}.fa-duotone.fa-info:before,.fad.fa-info:before{content:"\f129\fe01"}.fa-duotone.fa-info:after,.fad.fa-info:after{content:"\f129\fe02"}.fa-duotone.fa-inhaler:before,.fad.fa-inhaler:before{content:"\f5f9\fe01"}.fa-duotone.fa-inhaler:after,.fad.fa-inhaler:after{content:"\f5f9\fe02"}.fa-duotone.fa-input-numeric:before,.fad.fa-input-numeric:before{content:"\e1bd\fe01"}.fa-duotone.fa-input-numeric:after,.fad.fa-input-numeric:after{content:"\e1bd\fe02"}.fa-duotone.fa-input-pipe:before,.fad.fa-input-pipe:before{content:"\e1be\fe01"}.fa-duotone.fa-input-pipe:after,.fad.fa-input-pipe:after{content:"\e1be\fe02"}.fa-duotone.fa-input-text:before,.fad.fa-input-text:before{content:"\e1bf\fe01"}.fa-duotone.fa-input-text:after,.fad.fa-input-text:after{content:"\e1bf\fe02"}.fa-duotone.fa-integral:before,.fad.fa-integral:before{content:"\f667\fe01"}.fa-duotone.fa-integral:after,.fad.fa-integral:after{content:"\f667\fe02"}.fa-duotone.fa-intersection:before,.fad.fa-intersection:before{content:"\22c2\fe01"}.fa-duotone.fa-intersection:after,.fad.fa-intersection:after{content:"\22c2\fe02"}.fa-duotone.fa-island-tropical:before,.fad.fa-island-tropical:before{content:"\f811"}.fa-duotone.fa-island-tropical:after,.fad.fa-island-tropical:after{content:"\10f811"}.fa-duotone.fa-island-tree-palm:before,.fad.fa-island-tree-palm:before{content:"\f811"}.fa-duotone.fa-island-tree-palm:after,.fad.fa-island-tree-palm:after{content:"\10f811"}.fa-duotone.fa-italic:before,.fad.fa-italic:before{content:"\f033\fe01"}.fa-duotone.fa-italic:after,.fad.fa-italic:after{content:"\f033\fe02"}.fa-duotone.fa-j:before,.fad.fa-j:before{content:"\4a\fe01"}.fa-duotone.fa-j:after,.fad.fa-j:after{content:"\4a\fe02"}.fa-duotone.fa-jack-o-lantern:before,.fad.fa-jack-o-lantern:before{content:"\f30e"}.fa-duotone.fa-jack-o-lantern:after,.fad.fa-jack-o-lantern:after{content:"\10f30e"}.fa-duotone.fa-jedi:before,.fad.fa-jedi:before{content:"\f669\fe01"}.fa-duotone.fa-jedi:after,.fad.fa-jedi:after{content:"\f669\fe02"}.fa-duotone.fa-jet-fighter:before,.fad.fa-jet-fighter:before{content:"\f0fb\fe01"}.fa-duotone.fa-jet-fighter:after,.fad.fa-jet-fighter:after{content:"\f0fb\fe02"}.fa-duotone.fa-fighter-jet:before,.fad.fa-fighter-jet:before{content:"\f0fb\fe01"}.fa-duotone.fa-fighter-jet:after,.fad.fa-fighter-jet:after{content:"\f0fb\fe02"}.fa-duotone.fa-joint:before,.fad.fa-joint:before{content:"\f595\fe01"}.fa-duotone.fa-joint:after,.fad.fa-joint:after{content:"\f595\fe02"}.fa-duotone.fa-joystick:before,.fad.fa-joystick:before{content:"\f8c5"}.fa-duotone.fa-joystick:after,.fad.fa-joystick:after{content:"\10f8c5"}.fa-duotone.fa-jug:before,.fad.fa-jug:before{content:"\f8c6\fe01"}.fa-duotone.fa-jug:after,.fad.fa-jug:after{content:"\f8c6\fe02"}.fa-duotone.fa-k:before,.fad.fa-k:before{content:"\4b\fe01"}.fa-duotone.fa-k:after,.fad.fa-k:after{content:"\4b\fe02"}.fa-duotone.fa-kaaba:before,.fad.fa-kaaba:before{content:"\f66b"}.fa-duotone.fa-kaaba:after,.fad.fa-kaaba:after{content:"\10f66b"}.fa-duotone.fa-kazoo:before,.fad.fa-kazoo:before{content:"\f8c7\fe01"}.fa-duotone.fa-kazoo:after,.fad.fa-kazoo:after{content:"\f8c7\fe02"}.fa-duotone.fa-kerning:before,.fad.fa-kerning:before{content:"\f86f\fe01"}.fa-duotone.fa-kerning:after,.fad.fa-kerning:after{content:"\f86f\fe02"}.fa-duotone.fa-key:before,.fad.fa-key:before{content:"\f084"}.fa-duotone.fa-key:after,.fad.fa-key:after{content:"\10f084"}.fa-duotone.fa-key-skeleton:before,.fad.fa-key-skeleton:before{content:"\f6f3"}.fa-duotone.fa-key-skeleton:after,.fad.fa-key-skeleton:after{content:"\10f6f3"}.fa-duotone.fa-key-skeleton-left-right:before,.fad.fa-key-skeleton-left-right:before{content:"\e3b4\fe01"}.fa-duotone.fa-key-skeleton-left-right:after,.fad.fa-key-skeleton-left-right:after{content:"\e3b4\fe02"}.fa-duotone.fa-keyboard:before,.fad.fa-keyboard:before{content:"\2328\fe01"}.fa-duotone.fa-keyboard:after,.fad.fa-keyboard:after{content:"\2328\fe02"}.fa-duotone.fa-keyboard-brightness:before,.fad.fa-keyboard-brightness:before{content:"\e1c0\fe01"}.fa-duotone.fa-keyboard-brightness:after,.fad.fa-keyboard-brightness:after{content:"\e1c0\fe02"}.fa-duotone.fa-keyboard-brightness-low:before,.fad.fa-keyboard-brightness-low:before{content:"\e1c1\fe01"}.fa-duotone.fa-keyboard-brightness-low:after,.fad.fa-keyboard-brightness-low:after{content:"\e1c1\fe02"}.fa-duotone.fa-keyboard-down:before,.fad.fa-keyboard-down:before{content:"\e1c2\fe01"}.fa-duotone.fa-keyboard-down:after,.fad.fa-keyboard-down:after{content:"\e1c2\fe02"}.fa-duotone.fa-keyboard-left:before,.fad.fa-keyboard-left:before{content:"\e1c3\fe01"}.fa-duotone.fa-keyboard-left:after,.fad.fa-keyboard-left:after{content:"\e1c3\fe02"}.fa-duotone.fa-keynote:before,.fad.fa-keynote:before{content:"\f66c\fe01"}.fa-duotone.fa-keynote:after,.fad.fa-keynote:after{content:"\f66c\fe02"}.fa-duotone.fa-khanda:before,.fad.fa-khanda:before{content:"\262c\fe01"}.fa-duotone.fa-khanda:after,.fad.fa-khanda:after{content:"\262c\fe02"}.fa-duotone.fa-kidneys:before,.fad.fa-kidneys:before{content:"\f5fb\fe01"}.fa-duotone.fa-kidneys:after,.fad.fa-kidneys:after{content:"\f5fb\fe02"}.fa-duotone.fa-kip-sign:before,.fad.fa-kip-sign:before{content:"\e1c4\fe01"}.fa-duotone.fa-kip-sign:after,.fad.fa-kip-sign:after{content:"\e1c4\fe02"}.fa-duotone.fa-kit-medical:before,.fad.fa-kit-medical:before{content:"\f479\fe01"}.fa-duotone.fa-kit-medical:after,.fad.fa-kit-medical:after{content:"\f479\fe02"}.fa-duotone.fa-first-aid:before,.fad.fa-first-aid:before{content:"\f479\fe01"}.fa-duotone.fa-first-aid:after,.fad.fa-first-aid:after{content:"\f479\fe02"}.fa-duotone.fa-kite:before,.fad.fa-kite:before{content:"\f6f4"}.fa-duotone.fa-kite:after,.fad.fa-kite:after{content:"\10f6f4"}.fa-duotone.fa-kiwi-bird:before,.fad.fa-kiwi-bird:before{content:"\f535\fe01"}.fa-duotone.fa-kiwi-bird:after,.fad.fa-kiwi-bird:after{content:"\f535\fe02"}.fa-duotone.fa-kiwi-fruit:before,.fad.fa-kiwi-fruit:before{content:"\e30c\fe01"}.fa-duotone.fa-kiwi-fruit:after,.fad.fa-kiwi-fruit:after{content:"\e30c\fe02"}.fa-duotone.fa-knife:before,.fad.fa-knife:before{content:"\f2e4\fe01"}.fa-duotone.fa-knife:after,.fad.fa-knife:after{content:"\f2e4\fe02"}.fa-duotone.fa-utensil-knife:before,.fad.fa-utensil-knife:before{content:"\f2e4\fe01"}.fa-duotone.fa-utensil-knife:after,.fad.fa-utensil-knife:after{content:"\f2e4\fe02"}.fa-duotone.fa-knife-kitchen:before,.fad.fa-knife-kitchen:before{content:"\f6f5"}.fa-duotone.fa-knife-kitchen:after,.fad.fa-knife-kitchen:after{content:"\10f6f5"}.fa-duotone.fa-l:before,.fad.fa-l:before{content:"\4c\fe01"}.fa-duotone.fa-l:after,.fad.fa-l:after{content:"\4c\fe02"}.fa-duotone.fa-lacrosse-stick:before,.fad.fa-lacrosse-stick:before{content:"\e3b5\fe01"}.fa-duotone.fa-lacrosse-stick:after,.fad.fa-lacrosse-stick:after{content:"\e3b5\fe02"}.fa-duotone.fa-lacrosse-stick-ball:before,.fad.fa-lacrosse-stick-ball:before{content:"\e3b6\fe01"}.fa-duotone.fa-lacrosse-stick-ball:after,.fad.fa-lacrosse-stick-ball:after{content:"\e3b6\fe02"}.fa-duotone.fa-lambda:before,.fad.fa-lambda:before{content:"\f66e\fe01"}.fa-duotone.fa-lambda:after,.fad.fa-lambda:after{content:"\f66e\fe02"}.fa-duotone.fa-lamp:before,.fad.fa-lamp:before{content:"\f4ca\fe01"}.fa-duotone.fa-lamp:after,.fad.fa-lamp:after{content:"\f4ca\fe02"}.fa-duotone.fa-lamp-desk:before,.fad.fa-lamp-desk:before{content:"\e014\fe01"}.fa-duotone.fa-lamp-desk:after,.fad.fa-lamp-desk:after{content:"\e014\fe02"}.fa-duotone.fa-lamp-floor:before,.fad.fa-lamp-floor:before{content:"\e015\fe01"}.fa-duotone.fa-lamp-floor:after,.fad.fa-lamp-floor:after{content:"\e015\fe02"}.fa-duotone.fa-lamp-street:before,.fad.fa-lamp-street:before{content:"\e1c5\fe01"}.fa-duotone.fa-lamp-street:after,.fad.fa-lamp-street:after{content:"\e1c5\fe02"}.fa-duotone.fa-landmark:before,.fad.fa-landmark:before{content:"\f66f"}.fa-duotone.fa-landmark:after,.fad.fa-landmark:after{content:"\10f66f"}.fa-duotone.fa-landmark-dome:before,.fad.fa-landmark-dome:before{content:"\f752\fe01"}.fa-duotone.fa-landmark-dome:after,.fad.fa-landmark-dome:after{content:"\f752\fe02"}.fa-duotone.fa-landmark-alt:before,.fad.fa-landmark-alt:before{content:"\f752\fe01"}.fa-duotone.fa-landmark-alt:after,.fad.fa-landmark-alt:after{content:"\f752\fe02"}.fa-duotone.fa-language:before,.fad.fa-language:before{content:"\f1ab\fe01"}.fa-duotone.fa-language:after,.fad.fa-language:after{content:"\f1ab\fe02"}.fa-duotone.fa-laptop:before,.fad.fa-laptop:before{content:"\f109"}.fa-duotone.fa-laptop:after,.fad.fa-laptop:after{content:"\10f109"}.fa-duotone.fa-laptop-arrow-down:before,.fad.fa-laptop-arrow-down:before{content:"\e1c6\fe01"}.fa-duotone.fa-laptop-arrow-down:after,.fad.fa-laptop-arrow-down:after{content:"\e1c6\fe02"}.fa-duotone.fa-laptop-code:before,.fad.fa-laptop-code:before{content:"\f5fc\fe01"}.fa-duotone.fa-laptop-code:after,.fad.fa-laptop-code:after{content:"\f5fc\fe02"}.fa-duotone.fa-laptop-medical:before,.fad.fa-laptop-medical:before{content:"\f812\fe01"}.fa-duotone.fa-laptop-medical:after,.fad.fa-laptop-medical:after{content:"\f812\fe02"}.fa-duotone.fa-laptop-mobile:before,.fad.fa-laptop-mobile:before{content:"\f87a\fe01"}.fa-duotone.fa-laptop-mobile:after,.fad.fa-laptop-mobile:after{content:"\f87a\fe02"}.fa-duotone.fa-phone-laptop:before,.fad.fa-phone-laptop:before{content:"\f87a\fe01"}.fa-duotone.fa-phone-laptop:after,.fad.fa-phone-laptop:after{content:"\f87a\fe02"}.fa-duotone.fa-laptop-slash:before,.fad.fa-laptop-slash:before{content:"\e1c7\fe01"}.fa-duotone.fa-laptop-slash:after,.fad.fa-laptop-slash:after{content:"\e1c7\fe02"}.fa-duotone.fa-lari-sign:before,.fad.fa-lari-sign:before{content:"\e1c8\fe01"}.fa-duotone.fa-lari-sign:after,.fad.fa-lari-sign:after{content:"\e1c8\fe02"}.fa-duotone.fa-lasso:before,.fad.fa-lasso:before{content:"\f8c8\fe01"}.fa-duotone.fa-lasso:after,.fad.fa-lasso:after{content:"\f8c8\fe02"}.fa-duotone.fa-lasso-sparkles:before,.fad.fa-lasso-sparkles:before{content:"\e1c9\fe01"}.fa-duotone.fa-lasso-sparkles:after,.fad.fa-lasso-sparkles:after{content:"\e1c9\fe02"}.fa-duotone.fa-layer-group:before,.fad.fa-layer-group:before{content:"\f5fd\fe01"}.fa-duotone.fa-layer-group:after,.fad.fa-layer-group:after{content:"\f5fd\fe02"}.fa-duotone.fa-layer-minus:before,.fad.fa-layer-minus:before{content:"\f5fe\fe01"}.fa-duotone.fa-layer-minus:after,.fad.fa-layer-minus:after{content:"\f5fe\fe02"}.fa-duotone.fa-layer-group-minus:before,.fad.fa-layer-group-minus:before{content:"\f5fe\fe01"}.fa-duotone.fa-layer-group-minus:after,.fad.fa-layer-group-minus:after{content:"\f5fe\fe02"}.fa-duotone.fa-layer-plus:before,.fad.fa-layer-plus:before{content:"\f5ff\fe01"}.fa-duotone.fa-layer-plus:after,.fad.fa-layer-plus:after{content:"\f5ff\fe02"}.fa-duotone.fa-layer-group-plus:before,.fad.fa-layer-group-plus:before{content:"\f5ff\fe01"}.fa-duotone.fa-layer-group-plus:after,.fad.fa-layer-group-plus:after{content:"\f5ff\fe02"}.fa-duotone.fa-leaf:before,.fad.fa-leaf:before{content:"\f06c\fe01"}.fa-duotone.fa-leaf:after,.fad.fa-leaf:after{content:"\f06c\fe02"}.fa-duotone.fa-leaf-heart:before,.fad.fa-leaf-heart:before{content:"\f4cb\fe01"}.fa-duotone.fa-leaf-heart:after,.fad.fa-leaf-heart:after{content:"\f4cb\fe02"}.fa-duotone.fa-leaf-maple:before,.fad.fa-leaf-maple:before{content:"\f6f6"}.fa-duotone.fa-leaf-maple:after,.fad.fa-leaf-maple:after{content:"\10f6f6"}.fa-duotone.fa-leaf-oak:before,.fad.fa-leaf-oak:before{content:"\f6f7\fe01"}.fa-duotone.fa-leaf-oak:after,.fad.fa-leaf-oak:after{content:"\f6f7\fe02"}.fa-duotone.fa-left:before,.fad.fa-left:before{content:"\f355\fe01"}.fa-duotone.fa-left:after,.fad.fa-left:after{content:"\f355\fe02"}.fa-duotone.fa-arrow-alt-left:before,.fad.fa-arrow-alt-left:before{content:"\f355\fe01"}.fa-duotone.fa-arrow-alt-left:after,.fad.fa-arrow-alt-left:after{content:"\f355\fe02"}.fa-duotone.fa-left-from-line:before,.fad.fa-left-from-line:before{content:"\f348\fe01"}.fa-duotone.fa-left-from-line:after,.fad.fa-left-from-line:after{content:"\f348\fe02"}.fa-duotone.fa-arrow-alt-from-right:before,.fad.fa-arrow-alt-from-right:before{content:"\f348\fe01"}.fa-duotone.fa-arrow-alt-from-right:after,.fad.fa-arrow-alt-from-right:after{content:"\f348\fe02"}.fa-duotone.fa-left-long:before,.fad.fa-left-long:before{content:"\f30a\fe01"}.fa-duotone.fa-left-long:after,.fad.fa-left-long:after{content:"\f30a\fe02"}.fa-duotone.fa-long-arrow-alt-left:before,.fad.fa-long-arrow-alt-left:before{content:"\f30a\fe01"}.fa-duotone.fa-long-arrow-alt-left:after,.fad.fa-long-arrow-alt-left:after{content:"\f30a\fe02"}.fa-duotone.fa-left-right:before,.fad.fa-left-right:before{content:"\2194\fe01"}.fa-duotone.fa-left-right:after,.fad.fa-left-right:after{content:"\2194\fe02"}.fa-duotone.fa-arrows-alt-h:before,.fad.fa-arrows-alt-h:before{content:"\2194\fe01"}.fa-duotone.fa-arrows-alt-h:after,.fad.fa-arrows-alt-h:after{content:"\2194\fe02"}.fa-duotone.fa-left-to-line:before,.fad.fa-left-to-line:before{content:"\f34b\fe01"}.fa-duotone.fa-left-to-line:after,.fad.fa-left-to-line:after{content:"\f34b\fe02"}.fa-duotone.fa-arrow-alt-to-left:before,.fad.fa-arrow-alt-to-left:before{content:"\f34b\fe01"}.fa-duotone.fa-arrow-alt-to-left:after,.fad.fa-arrow-alt-to-left:after{content:"\f34b\fe02"}.fa-duotone.fa-lemon:before,.fad.fa-lemon:before{content:"\f094"}.fa-duotone.fa-lemon:after,.fad.fa-lemon:after{content:"\10f094"}.fa-duotone.fa-less-than:before,.fad.fa-less-than:before{content:"\3c\fe01"}.fa-duotone.fa-less-than:after,.fad.fa-less-than:after{content:"\3c\fe02"}.fa-duotone.fa-less-than-equal:before,.fad.fa-less-than-equal:before{content:"\f537\fe01"}.fa-duotone.fa-less-than-equal:after,.fad.fa-less-than-equal:after{content:"\f537\fe02"}.fa-duotone.fa-life-ring:before,.fad.fa-life-ring:before{content:"\f1cd\fe01"}.fa-duotone.fa-life-ring:after,.fad.fa-life-ring:after{content:"\f1cd\fe02"}.fa-duotone.fa-light-ceiling:before,.fad.fa-light-ceiling:before{content:"\e016\fe01"}.fa-duotone.fa-light-ceiling:after,.fad.fa-light-ceiling:after{content:"\e016\fe02"}.fa-duotone.fa-light-switch:before,.fad.fa-light-switch:before{content:"\e017\fe01"}.fa-duotone.fa-light-switch:after,.fad.fa-light-switch:after{content:"\e017\fe02"}.fa-duotone.fa-light-switch-off:before,.fad.fa-light-switch-off:before{content:"\e018\fe01"}.fa-duotone.fa-light-switch-off:after,.fad.fa-light-switch-off:after{content:"\e018\fe02"}.fa-duotone.fa-light-switch-on:before,.fad.fa-light-switch-on:before{content:"\e019\fe01"}.fa-duotone.fa-light-switch-on:after,.fad.fa-light-switch-on:after{content:"\e019\fe02"}.fa-duotone.fa-lightbulb:before,.fad.fa-lightbulb:before{content:"\f0eb"}.fa-duotone.fa-lightbulb:after,.fad.fa-lightbulb:after{content:"\10f0eb"}.fa-duotone.fa-lightbulb-dollar:before,.fad.fa-lightbulb-dollar:before{content:"\f670\fe01"}.fa-duotone.fa-lightbulb-dollar:after,.fad.fa-lightbulb-dollar:after{content:"\f670\fe02"}.fa-duotone.fa-lightbulb-exclamation:before,.fad.fa-lightbulb-exclamation:before{content:"\f671\fe01"}.fa-duotone.fa-lightbulb-exclamation:after,.fad.fa-lightbulb-exclamation:after{content:"\f671\fe02"}.fa-duotone.fa-lightbulb-exclamation-on:before,.fad.fa-lightbulb-exclamation-on:before{content:"\e1ca\fe01"}.fa-duotone.fa-lightbulb-exclamation-on:after,.fad.fa-lightbulb-exclamation-on:after{content:"\e1ca\fe02"}.fa-duotone.fa-lightbulb-on:before,.fad.fa-lightbulb-on:before{content:"\f672\fe01"}.fa-duotone.fa-lightbulb-on:after,.fad.fa-lightbulb-on:after{content:"\f672\fe02"}.fa-duotone.fa-lightbulb-slash:before,.fad.fa-lightbulb-slash:before{content:"\f673\fe01"}.fa-duotone.fa-lightbulb-slash:after,.fad.fa-lightbulb-slash:after{content:"\f673\fe02"}.fa-duotone.fa-lights-holiday:before,.fad.fa-lights-holiday:before{content:"\f7b2\fe01"}.fa-duotone.fa-lights-holiday:after,.fad.fa-lights-holiday:after{content:"\f7b2\fe02"}.fa-duotone.fa-line-columns:before,.fad.fa-line-columns:before{content:"\f870\fe01"}.fa-duotone.fa-line-columns:after,.fad.fa-line-columns:after{content:"\f870\fe02"}.fa-duotone.fa-line-height:before,.fad.fa-line-height:before{content:"\f871\fe01"}.fa-duotone.fa-line-height:after,.fad.fa-line-height:after{content:"\f871\fe02"}.fa-duotone.fa-link:before,.fad.fa-link:before{content:"\f0c1"}.fa-duotone.fa-link:after,.fad.fa-link:after{content:"\10f0c1"}.fa-duotone.fa-chain:before,.fad.fa-chain:before{content:"\f0c1"}.fa-duotone.fa-chain:after,.fad.fa-chain:after{content:"\10f0c1"}.fa-duotone.fa-link-horizontal:before,.fad.fa-link-horizontal:before{content:"\e1cb\fe01"}.fa-duotone.fa-link-horizontal:after,.fad.fa-link-horizontal:after{content:"\e1cb\fe02"}.fa-duotone.fa-chain-horizontal:before,.fad.fa-chain-horizontal:before{content:"\e1cb\fe01"}.fa-duotone.fa-chain-horizontal:after,.fad.fa-chain-horizontal:after{content:"\e1cb\fe02"}.fa-duotone.fa-link-horizontal-slash:before,.fad.fa-link-horizontal-slash:before{content:"\e1cc\fe01"}.fa-duotone.fa-link-horizontal-slash:after,.fad.fa-link-horizontal-slash:after{content:"\e1cc\fe02"}.fa-duotone.fa-chain-horizontal-slash:before,.fad.fa-chain-horizontal-slash:before{content:"\e1cc\fe01"}.fa-duotone.fa-chain-horizontal-slash:after,.fad.fa-chain-horizontal-slash:after{content:"\e1cc\fe02"}.fa-duotone.fa-link-simple:before,.fad.fa-link-simple:before{content:"\e1cd\fe01"}.fa-duotone.fa-link-simple:after,.fad.fa-link-simple:after{content:"\e1cd\fe02"}.fa-duotone.fa-link-simple-slash:before,.fad.fa-link-simple-slash:before{content:"\e1ce\fe01"}.fa-duotone.fa-link-simple-slash:after,.fad.fa-link-simple-slash:after{content:"\e1ce\fe02"}.fa-duotone.fa-link-slash:before,.fad.fa-link-slash:before{content:"\f127\fe01"}.fa-duotone.fa-link-slash:after,.fad.fa-link-slash:after{content:"\f127\fe02"}.fa-duotone.fa-chain-broken:before,.fad.fa-chain-broken:before{content:"\f127\fe01"}.fa-duotone.fa-chain-broken:after,.fad.fa-chain-broken:after{content:"\f127\fe02"}.fa-duotone.fa-chain-slash:before,.fad.fa-chain-slash:before{content:"\f127\fe01"}.fa-duotone.fa-chain-slash:after,.fad.fa-chain-slash:after{content:"\f127\fe02"}.fa-duotone.fa-unlink:before,.fad.fa-unlink:before{content:"\f127\fe01"}.fa-duotone.fa-unlink:after,.fad.fa-unlink:after{content:"\f127\fe02"}.fa-duotone.fa-lips:before,.fad.fa-lips:before{content:"\f600"}.fa-duotone.fa-lips:after,.fad.fa-lips:after{content:"\10f600"}.fa-duotone.fa-lira-sign:before,.fad.fa-lira-sign:before{content:"\20a4\fe01"}.fa-duotone.fa-lira-sign:after,.fad.fa-lira-sign:after{content:"\20a4\fe02"}.fa-duotone.fa-list:before,.fad.fa-list:before{content:"\f03a\fe01"}.fa-duotone.fa-list:after,.fad.fa-list:after{content:"\f03a\fe02"}.fa-duotone.fa-list-squares:before,.fad.fa-list-squares:before{content:"\f03a\fe01"}.fa-duotone.fa-list-squares:after,.fad.fa-list-squares:after{content:"\f03a\fe02"}.fa-duotone.fa-list-check:before,.fad.fa-list-check:before{content:"\f0ae\fe01"}.fa-duotone.fa-list-check:after,.fad.fa-list-check:after{content:"\f0ae\fe02"}.fa-duotone.fa-tasks:before,.fad.fa-tasks:before{content:"\f0ae\fe01"}.fa-duotone.fa-tasks:after,.fad.fa-tasks:after{content:"\f0ae\fe02"}.fa-duotone.fa-list-dropdown:before,.fad.fa-list-dropdown:before{content:"\e1cf\fe01"}.fa-duotone.fa-list-dropdown:after,.fad.fa-list-dropdown:after{content:"\e1cf\fe02"}.fa-duotone.fa-list-music:before,.fad.fa-list-music:before{content:"\f8c9\fe01"}.fa-duotone.fa-list-music:after,.fad.fa-list-music:after{content:"\f8c9\fe02"}.fa-duotone.fa-list-ol:before,.fad.fa-list-ol:before{content:"\f0cb\fe01"}.fa-duotone.fa-list-ol:after,.fad.fa-list-ol:after{content:"\f0cb\fe02"}.fa-duotone.fa-list-1-2:before,.fad.fa-list-1-2:before{content:"\f0cb\fe01"}.fa-duotone.fa-list-1-2:after,.fad.fa-list-1-2:after{content:"\f0cb\fe02"}.fa-duotone.fa-list-numeric:before,.fad.fa-list-numeric:before{content:"\f0cb\fe01"}.fa-duotone.fa-list-numeric:after,.fad.fa-list-numeric:after{content:"\f0cb\fe02"}.fa-duotone.fa-list-radio:before,.fad.fa-list-radio:before{content:"\e1d0\fe01"}.fa-duotone.fa-list-radio:after,.fad.fa-list-radio:after{content:"\e1d0\fe02"}.fa-duotone.fa-list-timeline:before,.fad.fa-list-timeline:before{content:"\e1d1\fe01"}.fa-duotone.fa-list-timeline:after,.fad.fa-list-timeline:after{content:"\e1d1\fe02"}.fa-duotone.fa-list-tree:before,.fad.fa-list-tree:before{content:"\e1d2\fe01"}.fa-duotone.fa-list-tree:after,.fad.fa-list-tree:after{content:"\e1d2\fe02"}.fa-duotone.fa-list-ul:before,.fad.fa-list-ul:before{content:"\f0ca\fe01"}.fa-duotone.fa-list-ul:after,.fad.fa-list-ul:after{content:"\f0ca\fe02"}.fa-duotone.fa-list-dots:before,.fad.fa-list-dots:before{content:"\f0ca\fe01"}.fa-duotone.fa-list-dots:after,.fad.fa-list-dots:after{content:"\f0ca\fe02"}.fa-duotone.fa-litecoin-sign:before,.fad.fa-litecoin-sign:before{content:"\e1d3\fe01"}.fa-duotone.fa-litecoin-sign:after,.fad.fa-litecoin-sign:after{content:"\e1d3\fe02"}.fa-duotone.fa-loader:before,.fad.fa-loader:before{content:"\e1d4\fe01"}.fa-duotone.fa-loader:after,.fad.fa-loader:after{content:"\e1d4\fe02"}.fa-duotone.fa-location:before,.fad.fa-location:before{content:"\f041\fe01"}.fa-duotone.fa-location:after,.fad.fa-location:after{content:"\f041\fe02"}.fa-duotone.fa-map-marker:before,.fad.fa-map-marker:before{content:"\f041\fe01"}.fa-duotone.fa-map-marker:after,.fad.fa-map-marker:after{content:"\f041\fe02"}.fa-duotone.fa-location-arrow:before,.fad.fa-location-arrow:before{content:"\f124\fe01"}.fa-duotone.fa-location-arrow:after,.fad.fa-location-arrow:after{content:"\f124\fe02"}.fa-duotone.fa-location-check:before,.fad.fa-location-check:before{content:"\f606\fe01"}.fa-duotone.fa-location-check:after,.fad.fa-location-check:after{content:"\f606\fe02"}.fa-duotone.fa-map-marker-check:before,.fad.fa-map-marker-check:before{content:"\f606\fe01"}.fa-duotone.fa-map-marker-check:after,.fad.fa-map-marker-check:after{content:"\f606\fe02"}.fa-duotone.fa-location-crosshairs:before,.fad.fa-location-crosshairs:before{content:"\f601\fe01"}.fa-duotone.fa-location-crosshairs:after,.fad.fa-location-crosshairs:after{content:"\f601\fe02"}.fa-duotone.fa-location-crosshairs-slash:before,.fad.fa-location-crosshairs-slash:before{content:"\f603\fe01"}.fa-duotone.fa-location-crosshairs-slash:after,.fad.fa-location-crosshairs-slash:after{content:"\f603\fe02"}.fa-duotone.fa-location-dot:before,.fad.fa-location-dot:before{content:"\f3c5\fe01"}.fa-duotone.fa-location-dot:after,.fad.fa-location-dot:after{content:"\f3c5\fe02"}.fa-duotone.fa-map-marker-alt:before,.fad.fa-map-marker-alt:before{content:"\f3c5\fe01"}.fa-duotone.fa-map-marker-alt:after,.fad.fa-map-marker-alt:after{content:"\f3c5\fe02"}.fa-duotone.fa-location-dot-slash:before,.fad.fa-location-dot-slash:before{content:"\f605\fe01"}.fa-duotone.fa-location-dot-slash:after,.fad.fa-location-dot-slash:after{content:"\f605\fe02"}.fa-duotone.fa-map-marker-alt-slash:before,.fad.fa-map-marker-alt-slash:before{content:"\f605\fe01"}.fa-duotone.fa-map-marker-alt-slash:after,.fad.fa-map-marker-alt-slash:after{content:"\f605\fe02"}.fa-duotone.fa-location-exclamation:before,.fad.fa-location-exclamation:before{content:"\f608\fe01"}.fa-duotone.fa-location-exclamation:after,.fad.fa-location-exclamation:after{content:"\f608\fe02"}.fa-duotone.fa-map-marker-exclamation:before,.fad.fa-map-marker-exclamation:before{content:"\f608\fe01"}.fa-duotone.fa-map-marker-exclamation:after,.fad.fa-map-marker-exclamation:after{content:"\f608\fe02"}.fa-duotone.fa-location-minus:before,.fad.fa-location-minus:before{content:"\f609\fe01"}.fa-duotone.fa-location-minus:after,.fad.fa-location-minus:after{content:"\f609\fe02"}.fa-duotone.fa-map-marker-minus:before,.fad.fa-map-marker-minus:before{content:"\f609\fe01"}.fa-duotone.fa-map-marker-minus:after,.fad.fa-map-marker-minus:after{content:"\f609\fe02"}.fa-duotone.fa-location-pen:before,.fad.fa-location-pen:before{content:"\f607\fe01"}.fa-duotone.fa-location-pen:after,.fad.fa-location-pen:after{content:"\f607\fe02"}.fa-duotone.fa-map-marker-edit:before,.fad.fa-map-marker-edit:before{content:"\f607\fe01"}.fa-duotone.fa-map-marker-edit:after,.fad.fa-map-marker-edit:after{content:"\f607\fe02"}.fa-duotone.fa-location-plus:before,.fad.fa-location-plus:before{content:"\f60a\fe01"}.fa-duotone.fa-location-plus:after,.fad.fa-location-plus:after{content:"\f60a\fe02"}.fa-duotone.fa-map-marker-plus:before,.fad.fa-map-marker-plus:before{content:"\f60a\fe01"}.fa-duotone.fa-map-marker-plus:after,.fad.fa-map-marker-plus:after{content:"\f60a\fe02"}.fa-duotone.fa-location-question:before,.fad.fa-location-question:before{content:"\f60b\fe01"}.fa-duotone.fa-location-question:after,.fad.fa-location-question:after{content:"\f60b\fe02"}.fa-duotone.fa-map-marker-question:before,.fad.fa-map-marker-question:before{content:"\f60b\fe01"}.fa-duotone.fa-map-marker-question:after,.fad.fa-map-marker-question:after{content:"\f60b\fe02"}.fa-duotone.fa-location-slash:before,.fad.fa-location-slash:before{content:"\f60c\fe01"}.fa-duotone.fa-location-slash:after,.fad.fa-location-slash:after{content:"\f60c\fe02"}.fa-duotone.fa-map-marker-slash:before,.fad.fa-map-marker-slash:before{content:"\f60c\fe01"}.fa-duotone.fa-map-marker-slash:after,.fad.fa-map-marker-slash:after{content:"\f60c\fe02"}.fa-duotone.fa-location-smile:before,.fad.fa-location-smile:before{content:"\f60d\fe01"}.fa-duotone.fa-location-smile:after,.fad.fa-location-smile:after{content:"\f60d\fe02"}.fa-duotone.fa-map-marker-smile:before,.fad.fa-map-marker-smile:before{content:"\f60d\fe01"}.fa-duotone.fa-map-marker-smile:after,.fad.fa-map-marker-smile:after{content:"\f60d\fe02"}.fa-duotone.fa-location-xmark:before,.fad.fa-location-xmark:before{content:"\f60e\fe01"}.fa-duotone.fa-location-xmark:after,.fad.fa-location-xmark:after{content:"\f60e\fe02"}.fa-duotone.fa-map-marker-times:before,.fad.fa-map-marker-times:before{content:"\f60e\fe01"}.fa-duotone.fa-map-marker-times:after,.fad.fa-map-marker-times:after{content:"\f60e\fe02"}.fa-duotone.fa-map-marker-xmark:before,.fad.fa-map-marker-xmark:before{content:"\f60e\fe01"}.fa-duotone.fa-map-marker-xmark:after,.fad.fa-map-marker-xmark:after{content:"\f60e\fe02"}.fa-duotone.fa-lock:before,.fad.fa-lock:before{content:"\f023"}.fa-duotone.fa-lock:after,.fad.fa-lock:after{content:"\10f023"}.fa-duotone.fa-lock-keyhole:before,.fad.fa-lock-keyhole:before{content:"\f30d\fe01"}.fa-duotone.fa-lock-keyhole:after,.fad.fa-lock-keyhole:after{content:"\f30d\fe02"}.fa-duotone.fa-lock-alt:before,.fad.fa-lock-alt:before{content:"\f30d\fe01"}.fa-duotone.fa-lock-alt:after,.fad.fa-lock-alt:after{content:"\f30d\fe02"}.fa-duotone.fa-lock-keyhole-open:before,.fad.fa-lock-keyhole-open:before{content:"\f3c2\fe01"}.fa-duotone.fa-lock-keyhole-open:after,.fad.fa-lock-keyhole-open:after{content:"\f3c2\fe02"}.fa-duotone.fa-lock-open-alt:before,.fad.fa-lock-open-alt:before{content:"\f3c2\fe01"}.fa-duotone.fa-lock-open-alt:after,.fad.fa-lock-open-alt:after{content:"\f3c2\fe02"}.fa-duotone.fa-lock-open:before,.fad.fa-lock-open:before{content:"\f3c1\fe01"}.fa-duotone.fa-lock-open:after,.fad.fa-lock-open:after{content:"\f3c1\fe02"}.fa-duotone.fa-loveseat:before,.fad.fa-loveseat:before{content:"\f4cc\fe01"}.fa-duotone.fa-loveseat:after,.fad.fa-loveseat:after{content:"\f4cc\fe02"}.fa-duotone.fa-couch-small:before,.fad.fa-couch-small:before{content:"\f4cc\fe01"}.fa-duotone.fa-couch-small:after,.fad.fa-couch-small:after{content:"\f4cc\fe02"}.fa-duotone.fa-luchador-mask:before,.fad.fa-luchador-mask:before{content:"\f455\fe01"}.fa-duotone.fa-luchador-mask:after,.fad.fa-luchador-mask:after{content:"\f455\fe02"}.fa-duotone.fa-luchador:before,.fad.fa-luchador:before{content:"\f455\fe01"}.fa-duotone.fa-luchador:after,.fad.fa-luchador:after{content:"\f455\fe02"}.fa-duotone.fa-mask-luchador:before,.fad.fa-mask-luchador:before{content:"\f455\fe01"}.fa-duotone.fa-mask-luchador:after,.fad.fa-mask-luchador:after{content:"\f455\fe02"}.fa-duotone.fa-lungs:before,.fad.fa-lungs:before{content:"\f604"}.fa-duotone.fa-lungs:after,.fad.fa-lungs:after{content:"\10f604"}.fa-duotone.fa-lungs-virus:before,.fad.fa-lungs-virus:before{content:"\e067\fe01"}.fa-duotone.fa-lungs-virus:after,.fad.fa-lungs-virus:after{content:"\e067\fe02"}.fa-duotone.fa-m:before,.fad.fa-m:before{content:"\4d\fe01"}.fa-duotone.fa-m:after,.fad.fa-m:after{content:"\4d\fe02"}.fa-duotone.fa-mace:before,.fad.fa-mace:before{content:"\f6f8\fe01"}.fa-duotone.fa-mace:after,.fad.fa-mace:after{content:"\f6f8\fe02"}.fa-duotone.fa-magnet:before,.fad.fa-magnet:before{content:"\f076"}.fa-duotone.fa-magnet:after,.fad.fa-magnet:after{content:"\10f076"}.fa-duotone.fa-magnifying-glass:before,.fad.fa-magnifying-glass:before{content:"\f002"}.fa-duotone.fa-magnifying-glass:after,.fad.fa-magnifying-glass:after{content:"\10f002"}.fa-duotone.fa-search:before,.fad.fa-search:before{content:"\f002"}.fa-duotone.fa-search:after,.fad.fa-search:after{content:"\10f002"}.fa-duotone.fa-magnifying-glass-dollar:before,.fad.fa-magnifying-glass-dollar:before{content:"\f688\fe01"}.fa-duotone.fa-magnifying-glass-dollar:after,.fad.fa-magnifying-glass-dollar:after{content:"\f688\fe02"}.fa-duotone.fa-search-dollar:before,.fad.fa-search-dollar:before{content:"\f688\fe01"}.fa-duotone.fa-search-dollar:after,.fad.fa-search-dollar:after{content:"\f688\fe02"}.fa-duotone.fa-magnifying-glass-location:before,.fad.fa-magnifying-glass-location:before{content:"\f689\fe01"}.fa-duotone.fa-magnifying-glass-location:after,.fad.fa-magnifying-glass-location:after{content:"\f689\fe02"}.fa-duotone.fa-search-location:before,.fad.fa-search-location:before{content:"\f689\fe01"}.fa-duotone.fa-search-location:after,.fad.fa-search-location:after{content:"\f689\fe02"}.fa-duotone.fa-magnifying-glass-minus:before,.fad.fa-magnifying-glass-minus:before{content:"\f010\fe01"}.fa-duotone.fa-magnifying-glass-minus:after,.fad.fa-magnifying-glass-minus:after{content:"\f010\fe02"}.fa-duotone.fa-search-minus:before,.fad.fa-search-minus:before{content:"\f010\fe01"}.fa-duotone.fa-search-minus:after,.fad.fa-search-minus:after{content:"\f010\fe02"}.fa-duotone.fa-magnifying-glass-plus:before,.fad.fa-magnifying-glass-plus:before{content:"\f00e\fe01"}.fa-duotone.fa-magnifying-glass-plus:after,.fad.fa-magnifying-glass-plus:after{content:"\f00e\fe02"}.fa-duotone.fa-search-plus:before,.fad.fa-search-plus:before{content:"\f00e\fe01"}.fa-duotone.fa-search-plus:after,.fad.fa-search-plus:after{content:"\f00e\fe02"}.fa-duotone.fa-mailbox:before,.fad.fa-mailbox:before{content:"\f813"}.fa-duotone.fa-mailbox:after,.fad.fa-mailbox:after{content:"\10f813"}.fa-duotone.fa-manat-sign:before,.fad.fa-manat-sign:before{content:"\e1d5\fe01"}.fa-duotone.fa-manat-sign:after,.fad.fa-manat-sign:after{content:"\e1d5\fe02"}.fa-duotone.fa-mandolin:before,.fad.fa-mandolin:before{content:"\f6f9\fe01"}.fa-duotone.fa-mandolin:after,.fad.fa-mandolin:after{content:"\f6f9\fe02"}.fa-duotone.fa-mango:before,.fad.fa-mango:before{content:"\e30f\fe01"}.fa-duotone.fa-mango:after,.fad.fa-mango:after{content:"\e30f\fe02"}.fa-duotone.fa-manhole:before,.fad.fa-manhole:before{content:"\e1d6\fe01"}.fa-duotone.fa-manhole:after,.fad.fa-manhole:after{content:"\e1d6\fe02"}.fa-duotone.fa-map:before,.fad.fa-map:before{content:"\f279"}.fa-duotone.fa-map:after,.fad.fa-map:after{content:"\10f279"}.fa-duotone.fa-map-location:before,.fad.fa-map-location:before{content:"\f59f\fe01"}.fa-duotone.fa-map-location:after,.fad.fa-map-location:after{content:"\f59f\fe02"}.fa-duotone.fa-map-marked:before,.fad.fa-map-marked:before{content:"\f59f\fe01"}.fa-duotone.fa-map-marked:after,.fad.fa-map-marked:after{content:"\f59f\fe02"}.fa-duotone.fa-map-location-dot:before,.fad.fa-map-location-dot:before{content:"\f5a0\fe01"}.fa-duotone.fa-map-location-dot:after,.fad.fa-map-location-dot:after{content:"\f5a0\fe02"}.fa-duotone.fa-map-marked-alt:before,.fad.fa-map-marked-alt:before{content:"\f5a0\fe01"}.fa-duotone.fa-map-marked-alt:after,.fad.fa-map-marked-alt:after{content:"\f5a0\fe02"}.fa-duotone.fa-map-pin:before,.fad.fa-map-pin:before{content:"\f276"}.fa-duotone.fa-map-pin:after,.fad.fa-map-pin:after{content:"\10f276"}.fa-duotone.fa-marker:before,.fad.fa-marker:before{content:"\f5a1\fe01"}.fa-duotone.fa-marker:after,.fad.fa-marker:after{content:"\f5a1\fe02"}.fa-duotone.fa-mars:before,.fad.fa-mars:before{content:"\2642\fe01"}.fa-duotone.fa-mars:after,.fad.fa-mars:after{content:"\2642\fe02"}.fa-duotone.fa-mars-and-venus:before,.fad.fa-mars-and-venus:before{content:"\26a5\fe01"}.fa-duotone.fa-mars-and-venus:after,.fad.fa-mars-and-venus:after{content:"\26a5\fe02"}.fa-duotone.fa-mars-double:before,.fad.fa-mars-double:before{content:"\26a3\fe01"}.fa-duotone.fa-mars-double:after,.fad.fa-mars-double:after{content:"\26a3\fe02"}.fa-duotone.fa-mars-stroke:before,.fad.fa-mars-stroke:before{content:"\26a6\fe01"}.fa-duotone.fa-mars-stroke:after,.fad.fa-mars-stroke:after{content:"\26a6\fe02"}.fa-duotone.fa-mars-stroke-right:before,.fad.fa-mars-stroke-right:before{content:"\26a9\fe01"}.fa-duotone.fa-mars-stroke-right:after,.fad.fa-mars-stroke-right:after{content:"\26a9\fe02"}.fa-duotone.fa-mars-stroke-h:before,.fad.fa-mars-stroke-h:before{content:"\26a9\fe01"}.fa-duotone.fa-mars-stroke-h:after,.fad.fa-mars-stroke-h:after{content:"\26a9\fe02"}.fa-duotone.fa-mars-stroke-up:before,.fad.fa-mars-stroke-up:before{content:"\26a8\fe01"}.fa-duotone.fa-mars-stroke-up:after,.fad.fa-mars-stroke-up:after{content:"\26a8\fe02"}.fa-duotone.fa-mars-stroke-v:before,.fad.fa-mars-stroke-v:before{content:"\26a8\fe01"}.fa-duotone.fa-mars-stroke-v:after,.fad.fa-mars-stroke-v:after{content:"\26a8\fe02"}.fa-duotone.fa-martini-glass:before,.fad.fa-martini-glass:before{content:"\f57b"}.fa-duotone.fa-martini-glass:after,.fad.fa-martini-glass:after{content:"\10f57b"}.fa-duotone.fa-glass-martini-alt:before,.fad.fa-glass-martini-alt:before{content:"\f57b"}.fa-duotone.fa-glass-martini-alt:after,.fad.fa-glass-martini-alt:after{content:"\10f57b"}.fa-duotone.fa-martini-glass-citrus:before,.fad.fa-martini-glass-citrus:before{content:"\f561\fe01"}.fa-duotone.fa-martini-glass-citrus:after,.fad.fa-martini-glass-citrus:after{content:"\f561\fe02"}.fa-duotone.fa-cocktail:before,.fad.fa-cocktail:before{content:"\f561\fe01"}.fa-duotone.fa-cocktail:after,.fad.fa-cocktail:after{content:"\f561\fe02"}.fa-duotone.fa-martini-glass-empty:before,.fad.fa-martini-glass-empty:before{content:"\f000\fe01"}.fa-duotone.fa-martini-glass-empty:after,.fad.fa-martini-glass-empty:after{content:"\f000\fe02"}.fa-duotone.fa-glass-martini:before,.fad.fa-glass-martini:before{content:"\f000\fe01"}.fa-duotone.fa-glass-martini:after,.fad.fa-glass-martini:after{content:"\f000\fe02"}.fa-duotone.fa-mask:before,.fad.fa-mask:before{content:"\f6fa\fe01"}.fa-duotone.fa-mask:after,.fad.fa-mask:after{content:"\f6fa\fe02"}.fa-duotone.fa-mask-face:before,.fad.fa-mask-face:before{content:"\e1d7\fe01"}.fa-duotone.fa-mask-face:after,.fad.fa-mask-face:after{content:"\e1d7\fe02"}.fa-duotone.fa-mask-snorkel:before,.fad.fa-mask-snorkel:before{content:"\e3b7\fe01"}.fa-duotone.fa-mask-snorkel:after,.fad.fa-mask-snorkel:after{content:"\e3b7\fe02"}.fa-duotone.fa-masks-theater:before,.fad.fa-masks-theater:before{content:"\f630"}.fa-duotone.fa-masks-theater:after,.fad.fa-masks-theater:after{content:"\10f630"}.fa-duotone.fa-theater-masks:before,.fad.fa-theater-masks:before{content:"\f630"}.fa-duotone.fa-theater-masks:after,.fad.fa-theater-masks:after{content:"\10f630"}.fa-duotone.fa-maximize:before,.fad.fa-maximize:before{content:"\f31e\fe01"}.fa-duotone.fa-maximize:after,.fad.fa-maximize:after{content:"\f31e\fe02"}.fa-duotone.fa-expand-arrows-alt:before,.fad.fa-expand-arrows-alt:before{content:"\f31e\fe01"}.fa-duotone.fa-expand-arrows-alt:after,.fad.fa-expand-arrows-alt:after{content:"\f31e\fe02"}.fa-duotone.fa-meat:before,.fad.fa-meat:before{content:"\f814"}.fa-duotone.fa-meat:after,.fad.fa-meat:after{content:"\10f814"}.fa-duotone.fa-medal:before,.fad.fa-medal:before{content:"\f5a2"}.fa-duotone.fa-medal:after,.fad.fa-medal:after{content:"\10f5a2"}.fa-duotone.fa-megaphone:before,.fad.fa-megaphone:before{content:"\f675"}.fa-duotone.fa-megaphone:after,.fad.fa-megaphone:after{content:"\10f675"}.fa-duotone.fa-melon:before,.fad.fa-melon:before{content:"\e310\fe01"}.fa-duotone.fa-melon:after,.fad.fa-melon:after{content:"\e310\fe02"}.fa-duotone.fa-melon-slice:before,.fad.fa-melon-slice:before{content:"\e311\fe01"}.fa-duotone.fa-melon-slice:after,.fad.fa-melon-slice:after{content:"\e311\fe02"}.fa-duotone.fa-memo:before,.fad.fa-memo:before{content:"\e1d8\fe01"}.fa-duotone.fa-memo:after,.fad.fa-memo:after{content:"\e1d8\fe02"}.fa-duotone.fa-memo-circle-check:before,.fad.fa-memo-circle-check:before{content:"\e1d9\fe01"}.fa-duotone.fa-memo-circle-check:after,.fad.fa-memo-circle-check:after{content:"\e1d9\fe02"}.fa-duotone.fa-memo-pad:before,.fad.fa-memo-pad:before{content:"\e1da\fe01"}.fa-duotone.fa-memo-pad:after,.fad.fa-memo-pad:after{content:"\e1da\fe02"}.fa-duotone.fa-memory:before,.fad.fa-memory:before{content:"\f538\fe01"}.fa-duotone.fa-memory:after,.fad.fa-memory:after{content:"\f538\fe02"}.fa-duotone.fa-menorah:before,.fad.fa-menorah:before{content:"\f676\fe01"}.fa-duotone.fa-menorah:after,.fad.fa-menorah:after{content:"\f676\fe02"}.fa-duotone.fa-mercury:before,.fad.fa-mercury:before{content:"\263f\fe01"}.fa-duotone.fa-mercury:after,.fad.fa-mercury:after{content:"\263f\fe02"}.fa-duotone.fa-message:before,.fad.fa-message:before{content:"\f27a\fe01"}.fa-duotone.fa-message:after,.fad.fa-message:after{content:"\f27a\fe02"}.fa-duotone.fa-comment-alt:before,.fad.fa-comment-alt:before{content:"\f27a\fe01"}.fa-duotone.fa-comment-alt:after,.fad.fa-comment-alt:after{content:"\f27a\fe02"}.fa-duotone.fa-message-arrow-down:before,.fad.fa-message-arrow-down:before{content:"\e1db\fe01"}.fa-duotone.fa-message-arrow-down:after,.fad.fa-message-arrow-down:after{content:"\e1db\fe02"}.fa-duotone.fa-comment-alt-arrow-down:before,.fad.fa-comment-alt-arrow-down:before{content:"\e1db\fe01"}.fa-duotone.fa-comment-alt-arrow-down:after,.fad.fa-comment-alt-arrow-down:after{content:"\e1db\fe02"}.fa-duotone.fa-message-arrow-up:before,.fad.fa-message-arrow-up:before{content:"\e1dc\fe01"}.fa-duotone.fa-message-arrow-up:after,.fad.fa-message-arrow-up:after{content:"\e1dc\fe02"}.fa-duotone.fa-comment-alt-arrow-up:before,.fad.fa-comment-alt-arrow-up:before{content:"\e1dc\fe01"}.fa-duotone.fa-comment-alt-arrow-up:after,.fad.fa-comment-alt-arrow-up:after{content:"\e1dc\fe02"}.fa-duotone.fa-message-arrow-up-right:before,.fad.fa-message-arrow-up-right:before{content:"\e1dd\fe01"}.fa-duotone.fa-message-arrow-up-right:after,.fad.fa-message-arrow-up-right:after{content:"\e1dd\fe02"}.fa-duotone.fa-message-bot:before,.fad.fa-message-bot:before{content:"\e3b8\fe01"}.fa-duotone.fa-message-bot:after,.fad.fa-message-bot:after{content:"\e3b8\fe02"}.fa-duotone.fa-message-captions:before,.fad.fa-message-captions:before{content:"\e1de\fe01"}.fa-duotone.fa-message-captions:after,.fad.fa-message-captions:after{content:"\e1de\fe02"}.fa-duotone.fa-comment-alt-captions:before,.fad.fa-comment-alt-captions:before{content:"\e1de\fe01"}.fa-duotone.fa-comment-alt-captions:after,.fad.fa-comment-alt-captions:after{content:"\e1de\fe02"}.fa-duotone.fa-message-check:before,.fad.fa-message-check:before{content:"\f4a2\fe01"}.fa-duotone.fa-message-check:after,.fad.fa-message-check:after{content:"\f4a2\fe02"}.fa-duotone.fa-comment-alt-check:before,.fad.fa-comment-alt-check:before{content:"\f4a2\fe01"}.fa-duotone.fa-comment-alt-check:after,.fad.fa-comment-alt-check:after{content:"\f4a2\fe02"}.fa-duotone.fa-message-code:before,.fad.fa-message-code:before{content:"\e1df\fe01"}.fa-duotone.fa-message-code:after,.fad.fa-message-code:after{content:"\e1df\fe02"}.fa-duotone.fa-message-dollar:before,.fad.fa-message-dollar:before{content:"\f650\fe01"}.fa-duotone.fa-message-dollar:after,.fad.fa-message-dollar:after{content:"\f650\fe02"}.fa-duotone.fa-comment-alt-dollar:before,.fad.fa-comment-alt-dollar:before{content:"\f650\fe01"}.fa-duotone.fa-comment-alt-dollar:after,.fad.fa-comment-alt-dollar:after{content:"\f650\fe02"}.fa-duotone.fa-message-dots:before,.fad.fa-message-dots:before{content:"\f4a3\fe01"}.fa-duotone.fa-message-dots:after,.fad.fa-message-dots:after{content:"\f4a3\fe02"}.fa-duotone.fa-comment-alt-dots:before,.fad.fa-comment-alt-dots:before{content:"\f4a3\fe01"}.fa-duotone.fa-comment-alt-dots:after,.fad.fa-comment-alt-dots:after{content:"\f4a3\fe02"}.fa-duotone.fa-messaging:before,.fad.fa-messaging:before{content:"\f4a3\fe01"}.fa-duotone.fa-messaging:after,.fad.fa-messaging:after{content:"\f4a3\fe02"}.fa-duotone.fa-message-exclamation:before,.fad.fa-message-exclamation:before{content:"\f4a5\fe01"}.fa-duotone.fa-message-exclamation:after,.fad.fa-message-exclamation:after{content:"\f4a5\fe02"}.fa-duotone.fa-comment-alt-exclamation:before,.fad.fa-comment-alt-exclamation:before{content:"\f4a5\fe01"}.fa-duotone.fa-comment-alt-exclamation:after,.fad.fa-comment-alt-exclamation:after{content:"\f4a5\fe02"}.fa-duotone.fa-message-image:before,.fad.fa-message-image:before{content:"\e1e0\fe01"}.fa-duotone.fa-message-image:after,.fad.fa-message-image:after{content:"\e1e0\fe02"}.fa-duotone.fa-comment-alt-image:before,.fad.fa-comment-alt-image:before{content:"\e1e0\fe01"}.fa-duotone.fa-comment-alt-image:after,.fad.fa-comment-alt-image:after{content:"\e1e0\fe02"}.fa-duotone.fa-message-lines:before,.fad.fa-message-lines:before{content:"\f4a6\fe01"}.fa-duotone.fa-message-lines:after,.fad.fa-message-lines:after{content:"\f4a6\fe02"}.fa-duotone.fa-comment-alt-lines:before,.fad.fa-comment-alt-lines:before{content:"\f4a6\fe01"}.fa-duotone.fa-comment-alt-lines:after,.fad.fa-comment-alt-lines:after{content:"\f4a6\fe02"}.fa-duotone.fa-message-medical:before,.fad.fa-message-medical:before{content:"\f7f4\fe01"}.fa-duotone.fa-message-medical:after,.fad.fa-message-medical:after{content:"\f7f4\fe02"}.fa-duotone.fa-comment-alt-medical:before,.fad.fa-comment-alt-medical:before{content:"\f7f4\fe01"}.fa-duotone.fa-comment-alt-medical:after,.fad.fa-comment-alt-medical:after{content:"\f7f4\fe02"}.fa-duotone.fa-message-middle:before,.fad.fa-message-middle:before{content:"\e1e1\fe01"}.fa-duotone.fa-message-middle:after,.fad.fa-message-middle:after{content:"\e1e1\fe02"}.fa-duotone.fa-comment-middle-alt:before,.fad.fa-comment-middle-alt:before{content:"\e1e1\fe01"}.fa-duotone.fa-comment-middle-alt:after,.fad.fa-comment-middle-alt:after{content:"\e1e1\fe02"}.fa-duotone.fa-message-middle-top:before,.fad.fa-message-middle-top:before{content:"\e1e2\fe01"}.fa-duotone.fa-message-middle-top:after,.fad.fa-message-middle-top:after{content:"\e1e2\fe02"}.fa-duotone.fa-comment-middle-top-alt:before,.fad.fa-comment-middle-top-alt:before{content:"\e1e2\fe01"}.fa-duotone.fa-comment-middle-top-alt:after,.fad.fa-comment-middle-top-alt:after{content:"\e1e2\fe02"}.fa-duotone.fa-message-minus:before,.fad.fa-message-minus:before{content:"\f4a7\fe01"}.fa-duotone.fa-message-minus:after,.fad.fa-message-minus:after{content:"\f4a7\fe02"}.fa-duotone.fa-comment-alt-minus:before,.fad.fa-comment-alt-minus:before{content:"\f4a7\fe01"}.fa-duotone.fa-comment-alt-minus:after,.fad.fa-comment-alt-minus:after{content:"\f4a7\fe02"}.fa-duotone.fa-message-music:before,.fad.fa-message-music:before{content:"\f8af\fe01"}.fa-duotone.fa-message-music:after,.fad.fa-message-music:after{content:"\f8af\fe02"}.fa-duotone.fa-comment-alt-music:before,.fad.fa-comment-alt-music:before{content:"\f8af\fe01"}.fa-duotone.fa-comment-alt-music:after,.fad.fa-comment-alt-music:after{content:"\f8af\fe02"}.fa-duotone.fa-message-pen:before,.fad.fa-message-pen:before{content:"\f4a4\fe01"}.fa-duotone.fa-message-pen:after,.fad.fa-message-pen:after{content:"\f4a4\fe02"}.fa-duotone.fa-comment-alt-edit:before,.fad.fa-comment-alt-edit:before{content:"\f4a4\fe01"}.fa-duotone.fa-comment-alt-edit:after,.fad.fa-comment-alt-edit:after{content:"\f4a4\fe02"}.fa-duotone.fa-message-edit:before,.fad.fa-message-edit:before{content:"\f4a4\fe01"}.fa-duotone.fa-message-edit:after,.fad.fa-message-edit:after{content:"\f4a4\fe02"}.fa-duotone.fa-message-plus:before,.fad.fa-message-plus:before{content:"\f4a8\fe01"}.fa-duotone.fa-message-plus:after,.fad.fa-message-plus:after{content:"\f4a8\fe02"}.fa-duotone.fa-comment-alt-plus:before,.fad.fa-comment-alt-plus:before{content:"\f4a8\fe01"}.fa-duotone.fa-comment-alt-plus:after,.fad.fa-comment-alt-plus:after{content:"\f4a8\fe02"}.fa-duotone.fa-message-question:before,.fad.fa-message-question:before{content:"\e1e3\fe01"}.fa-duotone.fa-message-question:after,.fad.fa-message-question:after{content:"\e1e3\fe02"}.fa-duotone.fa-message-quote:before,.fad.fa-message-quote:before{content:"\e1e4\fe01"}.fa-duotone.fa-message-quote:after,.fad.fa-message-quote:after{content:"\e1e4\fe02"}.fa-duotone.fa-comment-alt-quote:before,.fad.fa-comment-alt-quote:before{content:"\e1e4\fe01"}.fa-duotone.fa-comment-alt-quote:after,.fad.fa-comment-alt-quote:after{content:"\e1e4\fe02"}.fa-duotone.fa-message-slash:before,.fad.fa-message-slash:before{content:"\f4a9\fe01"}.fa-duotone.fa-message-slash:after,.fad.fa-message-slash:after{content:"\f4a9\fe02"}.fa-duotone.fa-comment-alt-slash:before,.fad.fa-comment-alt-slash:before{content:"\f4a9\fe01"}.fa-duotone.fa-comment-alt-slash:after,.fad.fa-comment-alt-slash:after{content:"\f4a9\fe02"}.fa-duotone.fa-message-smile:before,.fad.fa-message-smile:before{content:"\f4aa\fe01"}.fa-duotone.fa-message-smile:after,.fad.fa-message-smile:after{content:"\f4aa\fe02"}.fa-duotone.fa-comment-alt-smile:before,.fad.fa-comment-alt-smile:before{content:"\f4aa\fe01"}.fa-duotone.fa-comment-alt-smile:after,.fad.fa-comment-alt-smile:after{content:"\f4aa\fe02"}.fa-duotone.fa-message-sms:before,.fad.fa-message-sms:before{content:"\e1e5\fe01"}.fa-duotone.fa-message-sms:after,.fad.fa-message-sms:after{content:"\e1e5\fe02"}.fa-duotone.fa-message-text:before,.fad.fa-message-text:before{content:"\e1e6\fe01"}.fa-duotone.fa-message-text:after,.fad.fa-message-text:after{content:"\e1e6\fe02"}.fa-duotone.fa-comment-alt-text:before,.fad.fa-comment-alt-text:before{content:"\e1e6\fe01"}.fa-duotone.fa-comment-alt-text:after,.fad.fa-comment-alt-text:after{content:"\e1e6\fe02"}.fa-duotone.fa-message-xmark:before,.fad.fa-message-xmark:before{content:"\f4ab\fe01"}.fa-duotone.fa-message-xmark:after,.fad.fa-message-xmark:after{content:"\f4ab\fe02"}.fa-duotone.fa-comment-alt-times:before,.fad.fa-comment-alt-times:before{content:"\f4ab\fe01"}.fa-duotone.fa-comment-alt-times:after,.fad.fa-comment-alt-times:after{content:"\f4ab\fe02"}.fa-duotone.fa-message-times:before,.fad.fa-message-times:before{content:"\f4ab\fe01"}.fa-duotone.fa-message-times:after,.fad.fa-message-times:after{content:"\f4ab\fe02"}.fa-duotone.fa-messages:before,.fad.fa-messages:before{content:"\f4b6\fe01"}.fa-duotone.fa-messages:after,.fad.fa-messages:after{content:"\f4b6\fe02"}.fa-duotone.fa-comments-alt:before,.fad.fa-comments-alt:before{content:"\f4b6\fe01"}.fa-duotone.fa-comments-alt:after,.fad.fa-comments-alt:after{content:"\f4b6\fe02"}.fa-duotone.fa-messages-dollar:before,.fad.fa-messages-dollar:before{content:"\f652\fe01"}.fa-duotone.fa-messages-dollar:after,.fad.fa-messages-dollar:after{content:"\f652\fe02"}.fa-duotone.fa-comments-alt-dollar:before,.fad.fa-comments-alt-dollar:before{content:"\f652\fe01"}.fa-duotone.fa-comments-alt-dollar:after,.fad.fa-comments-alt-dollar:after{content:"\f652\fe02"}.fa-duotone.fa-messages-question:before,.fad.fa-messages-question:before{content:"\e1e7\fe01"}.fa-duotone.fa-messages-question:after,.fad.fa-messages-question:after{content:"\e1e7\fe02"}.fa-duotone.fa-meteor:before,.fad.fa-meteor:before{content:"\2604\fe01"}.fa-duotone.fa-meteor:after,.fad.fa-meteor:after{content:"\2604\fe02"}.fa-duotone.fa-meter:before,.fad.fa-meter:before{content:"\e1e8\fe01"}.fa-duotone.fa-meter:after,.fad.fa-meter:after{content:"\e1e8\fe02"}.fa-duotone.fa-meter-bolt:before,.fad.fa-meter-bolt:before{content:"\e1e9\fe01"}.fa-duotone.fa-meter-bolt:after,.fad.fa-meter-bolt:after{content:"\e1e9\fe02"}.fa-duotone.fa-meter-droplet:before,.fad.fa-meter-droplet:before{content:"\e1ea\fe01"}.fa-duotone.fa-meter-droplet:after,.fad.fa-meter-droplet:after{content:"\e1ea\fe02"}.fa-duotone.fa-meter-fire:before,.fad.fa-meter-fire:before{content:"\e1eb\fe01"}.fa-duotone.fa-meter-fire:after,.fad.fa-meter-fire:after{content:"\e1eb\fe02"}.fa-duotone.fa-microchip:before,.fad.fa-microchip:before{content:"\f2db\fe01"}.fa-duotone.fa-microchip:after,.fad.fa-microchip:after{content:"\f2db\fe02"}.fa-duotone.fa-microchip-ai:before,.fad.fa-microchip-ai:before{content:"\e1ec\fe01"}.fa-duotone.fa-microchip-ai:after,.fad.fa-microchip-ai:after{content:"\e1ec\fe02"}.fa-duotone.fa-microphone:before,.fad.fa-microphone:before{content:"\f130\fe01"}.fa-duotone.fa-microphone:after,.fad.fa-microphone:after{content:"\f130\fe02"}.fa-duotone.fa-microphone-lines:before,.fad.fa-microphone-lines:before{content:"\f3c9"}.fa-duotone.fa-microphone-lines:after,.fad.fa-microphone-lines:after{content:"\10f3c9"}.fa-duotone.fa-microphone-alt:before,.fad.fa-microphone-alt:before{content:"\f3c9"}.fa-duotone.fa-microphone-alt:after,.fad.fa-microphone-alt:after{content:"\10f3c9"}.fa-duotone.fa-microphone-lines-slash:before,.fad.fa-microphone-lines-slash:before{content:"\f539\fe01"}.fa-duotone.fa-microphone-lines-slash:after,.fad.fa-microphone-lines-slash:after{content:"\f539\fe02"}.fa-duotone.fa-microphone-alt-slash:before,.fad.fa-microphone-alt-slash:before{content:"\f539\fe01"}.fa-duotone.fa-microphone-alt-slash:after,.fad.fa-microphone-alt-slash:after{content:"\f539\fe02"}.fa-duotone.fa-microphone-slash:before,.fad.fa-microphone-slash:before{content:"\f131\fe01"}.fa-duotone.fa-microphone-slash:after,.fad.fa-microphone-slash:after{content:"\f131\fe02"}.fa-duotone.fa-microphone-stand:before,.fad.fa-microphone-stand:before{content:"\f8cb"}.fa-duotone.fa-microphone-stand:after,.fad.fa-microphone-stand:after{content:"\10f8cb"}.fa-duotone.fa-microscope:before,.fad.fa-microscope:before{content:"\f610"}.fa-duotone.fa-microscope:after,.fad.fa-microscope:after{content:"\10f610"}.fa-duotone.fa-microwave:before,.fad.fa-microwave:before{content:"\e01b\fe01"}.fa-duotone.fa-microwave:after,.fad.fa-microwave:after{content:"\e01b\fe02"}.fa-duotone.fa-mill-sign:before,.fad.fa-mill-sign:before{content:"\e1ed\fe01"}.fa-duotone.fa-mill-sign:after,.fad.fa-mill-sign:after{content:"\e1ed\fe02"}.fa-duotone.fa-minimize:before,.fad.fa-minimize:before{content:"\f78c\fe01"}.fa-duotone.fa-minimize:after,.fad.fa-minimize:after{content:"\f78c\fe02"}.fa-duotone.fa-compress-arrows-alt:before,.fad.fa-compress-arrows-alt:before{content:"\f78c\fe01"}.fa-duotone.fa-compress-arrows-alt:after,.fad.fa-compress-arrows-alt:after{content:"\f78c\fe02"}.fa-duotone.fa-minus:before,.fad.fa-minus:before{content:"\2013\fe01"}.fa-duotone.fa-minus:after,.fad.fa-minus:after{content:"\2013\fe02"}.fa-duotone.fa-subtract:before,.fad.fa-subtract:before{content:"\2013\fe01"}.fa-duotone.fa-subtract:after,.fad.fa-subtract:after{content:"\2013\fe02"}.fa-duotone.fa-mistletoe:before,.fad.fa-mistletoe:before{content:"\f7b4\fe01"}.fa-duotone.fa-mistletoe:after,.fad.fa-mistletoe:after{content:"\f7b4\fe02"}.fa-duotone.fa-mitten:before,.fad.fa-mitten:before{content:"\f7b5\fe01"}.fa-duotone.fa-mitten:after,.fad.fa-mitten:after{content:"\f7b5\fe02"}.fa-duotone.fa-mobile:before,.fad.fa-mobile:before{content:"\f3ce"}.fa-duotone.fa-mobile:after,.fad.fa-mobile:after{content:"\10f3ce"}.fa-duotone.fa-mobile-android:before,.fad.fa-mobile-android:before{content:"\f3ce"}.fa-duotone.fa-mobile-android:after,.fad.fa-mobile-android:after{content:"\10f3ce"}.fa-duotone.fa-mobile-phone:before,.fad.fa-mobile-phone:before{content:"\f3ce"}.fa-duotone.fa-mobile-phone:after,.fad.fa-mobile-phone:after{content:"\10f3ce"}.fa-duotone.fa-mobile-button:before,.fad.fa-mobile-button:before{content:"\f10b\fe01"}.fa-duotone.fa-mobile-button:after,.fad.fa-mobile-button:after{content:"\f10b\fe02"}.fa-duotone.fa-mobile-notch:before,.fad.fa-mobile-notch:before{content:"\e1ee\fe01"}.fa-duotone.fa-mobile-notch:after,.fad.fa-mobile-notch:after{content:"\e1ee\fe02"}.fa-duotone.fa-mobile-iphone:before,.fad.fa-mobile-iphone:before{content:"\e1ee\fe01"}.fa-duotone.fa-mobile-iphone:after,.fad.fa-mobile-iphone:after{content:"\e1ee\fe02"}.fa-duotone.fa-mobile-screen:before,.fad.fa-mobile-screen:before{content:"\f3cf\fe01"}.fa-duotone.fa-mobile-screen:after,.fad.fa-mobile-screen:after{content:"\f3cf\fe02"}.fa-duotone.fa-mobile-android-alt:before,.fad.fa-mobile-android-alt:before{content:"\f3cf\fe01"}.fa-duotone.fa-mobile-android-alt:after,.fad.fa-mobile-android-alt:after{content:"\f3cf\fe02"}.fa-duotone.fa-mobile-screen-button:before,.fad.fa-mobile-screen-button:before{content:"\f3cd\fe01"}.fa-duotone.fa-mobile-screen-button:after,.fad.fa-mobile-screen-button:after{content:"\f3cd\fe02"}.fa-duotone.fa-mobile-alt:before,.fad.fa-mobile-alt:before{content:"\f3cd\fe01"}.fa-duotone.fa-mobile-alt:after,.fad.fa-mobile-alt:after{content:"\f3cd\fe02"}.fa-duotone.fa-mobile-signal:before,.fad.fa-mobile-signal:before{content:"\e1ef\fe01"}.fa-duotone.fa-mobile-signal:after,.fad.fa-mobile-signal:after{content:"\e1ef\fe02"}.fa-duotone.fa-mobile-signal-out:before,.fad.fa-mobile-signal-out:before{content:"\e1f0\fe01"}.fa-duotone.fa-mobile-signal-out:after,.fad.fa-mobile-signal-out:after{content:"\e1f0\fe02"}.fa-duotone.fa-money-bill:before,.fad.fa-money-bill:before{content:"\f0d6\fe01"}.fa-duotone.fa-money-bill:after,.fad.fa-money-bill:after{content:"\f0d6\fe02"}.fa-duotone.fa-money-bill-1:before,.fad.fa-money-bill-1:before{content:"\f3d1\fe01"}.fa-duotone.fa-money-bill-1:after,.fad.fa-money-bill-1:after{content:"\f3d1\fe02"}.fa-duotone.fa-money-bill-alt:before,.fad.fa-money-bill-alt:before{content:"\f3d1\fe01"}.fa-duotone.fa-money-bill-alt:after,.fad.fa-money-bill-alt:after{content:"\f3d1\fe02"}.fa-duotone.fa-money-bill-1-wave:before,.fad.fa-money-bill-1-wave:before{content:"\f53b\fe01"}.fa-duotone.fa-money-bill-1-wave:after,.fad.fa-money-bill-1-wave:after{content:"\f53b\fe02"}.fa-duotone.fa-money-bill-wave-alt:before,.fad.fa-money-bill-wave-alt:before{content:"\f53b\fe01"}.fa-duotone.fa-money-bill-wave-alt:after,.fad.fa-money-bill-wave-alt:after{content:"\f53b\fe02"}.fa-duotone.fa-money-bill-simple:before,.fad.fa-money-bill-simple:before{content:"\e1f1\fe01"}.fa-duotone.fa-money-bill-simple:after,.fad.fa-money-bill-simple:after{content:"\e1f1\fe02"}.fa-duotone.fa-money-bill-simple-wave:before,.fad.fa-money-bill-simple-wave:before{content:"\e1f2\fe01"}.fa-duotone.fa-money-bill-simple-wave:after,.fad.fa-money-bill-simple-wave:after{content:"\e1f2\fe02"}.fa-duotone.fa-money-bill-wave:before,.fad.fa-money-bill-wave:before{content:"\f53a\fe01"}.fa-duotone.fa-money-bill-wave:after,.fad.fa-money-bill-wave:after{content:"\f53a\fe02"}.fa-duotone.fa-money-bills:before,.fad.fa-money-bills:before{content:"\e1f3\fe01"}.fa-duotone.fa-money-bills:after,.fad.fa-money-bills:after{content:"\e1f3\fe02"}.fa-duotone.fa-money-bills-simple:before,.fad.fa-money-bills-simple:before{content:"\e1f4\fe01"}.fa-duotone.fa-money-bills-simple:after,.fad.fa-money-bills-simple:after{content:"\e1f4\fe02"}.fa-duotone.fa-money-bills-alt:before,.fad.fa-money-bills-alt:before{content:"\e1f4\fe01"}.fa-duotone.fa-money-bills-alt:after,.fad.fa-money-bills-alt:after{content:"\e1f4\fe02"}.fa-duotone.fa-money-check:before,.fad.fa-money-check:before{content:"\f53c\fe01"}.fa-duotone.fa-money-check:after,.fad.fa-money-check:after{content:"\f53c\fe02"}.fa-duotone.fa-money-check-dollar:before,.fad.fa-money-check-dollar:before{content:"\f53d\fe01"}.fa-duotone.fa-money-check-dollar:after,.fad.fa-money-check-dollar:after{content:"\f53d\fe02"}.fa-duotone.fa-money-check-alt:before,.fad.fa-money-check-alt:before{content:"\f53d\fe01"}.fa-duotone.fa-money-check-alt:after,.fad.fa-money-check-alt:after{content:"\f53d\fe02"}.fa-duotone.fa-money-check-dollar-pen:before,.fad.fa-money-check-dollar-pen:before{content:"\f873\fe01"}.fa-duotone.fa-money-check-dollar-pen:after,.fad.fa-money-check-dollar-pen:after{content:"\f873\fe02"}.fa-duotone.fa-money-check-edit-alt:before,.fad.fa-money-check-edit-alt:before{content:"\f873\fe01"}.fa-duotone.fa-money-check-edit-alt:after,.fad.fa-money-check-edit-alt:after{content:"\f873\fe02"}.fa-duotone.fa-money-check-pen:before,.fad.fa-money-check-pen:before{content:"\f872\fe01"}.fa-duotone.fa-money-check-pen:after,.fad.fa-money-check-pen:after{content:"\f872\fe02"}.fa-duotone.fa-money-check-edit:before,.fad.fa-money-check-edit:before{content:"\f872\fe01"}.fa-duotone.fa-money-check-edit:after,.fad.fa-money-check-edit:after{content:"\f872\fe02"}.fa-duotone.fa-money-from-bracket:before,.fad.fa-money-from-bracket:before{content:"\e312\fe01"}.fa-duotone.fa-money-from-bracket:after,.fad.fa-money-from-bracket:after{content:"\e312\fe02"}.fa-duotone.fa-money-simple-from-bracket:before,.fad.fa-money-simple-from-bracket:before{content:"\e313\fe01"}.fa-duotone.fa-money-simple-from-bracket:after,.fad.fa-money-simple-from-bracket:after{content:"\e313\fe02"}.fa-duotone.fa-monitor-waveform:before,.fad.fa-monitor-waveform:before{content:"\f611\fe01"}.fa-duotone.fa-monitor-waveform:after,.fad.fa-monitor-waveform:after{content:"\f611\fe02"}.fa-duotone.fa-monitor-heart-rate:before,.fad.fa-monitor-heart-rate:before{content:"\f611\fe01"}.fa-duotone.fa-monitor-heart-rate:after,.fad.fa-monitor-heart-rate:after{content:"\f611\fe02"}.fa-duotone.fa-monkey:before,.fad.fa-monkey:before{content:"\f6fb"}.fa-duotone.fa-monkey:after,.fad.fa-monkey:after{content:"\10f6fb"}.fa-duotone.fa-monument:before,.fad.fa-monument:before{content:"\f5a6\fe01"}.fa-duotone.fa-monument:after,.fad.fa-monument:after{content:"\f5a6\fe02"}.fa-duotone.fa-moon:before,.fad.fa-moon:before{content:"\23fe\fe01"}.fa-duotone.fa-moon:after,.fad.fa-moon:after{content:"\23fe\fe02"}.fa-duotone.fa-moon-cloud:before,.fad.fa-moon-cloud:before{content:"\f754\fe01"}.fa-duotone.fa-moon-cloud:after,.fad.fa-moon-cloud:after{content:"\f754\fe02"}.fa-duotone.fa-moon-over-sun:before,.fad.fa-moon-over-sun:before{content:"\f74a\fe01"}.fa-duotone.fa-moon-over-sun:after,.fad.fa-moon-over-sun:after{content:"\f74a\fe02"}.fa-duotone.fa-eclipse-alt:before,.fad.fa-eclipse-alt:before{content:"\f74a\fe01"}.fa-duotone.fa-eclipse-alt:after,.fad.fa-eclipse-alt:after{content:"\f74a\fe02"}.fa-duotone.fa-moon-stars:before,.fad.fa-moon-stars:before{content:"\f755\fe01"}.fa-duotone.fa-moon-stars:after,.fad.fa-moon-stars:after{content:"\f755\fe02"}.fa-duotone.fa-moped:before,.fad.fa-moped:before{content:"\e3b9\fe01"}.fa-duotone.fa-moped:after,.fad.fa-moped:after{content:"\e3b9\fe02"}.fa-duotone.fa-mortar-pestle:before,.fad.fa-mortar-pestle:before{content:"\f5a7\fe01"}.fa-duotone.fa-mortar-pestle:after,.fad.fa-mortar-pestle:after{content:"\f5a7\fe02"}.fa-duotone.fa-mosque:before,.fad.fa-mosque:before{content:"\f678"}.fa-duotone.fa-mosque:after,.fad.fa-mosque:after{content:"\10f678"}.fa-duotone.fa-motorcycle:before,.fad.fa-motorcycle:before{content:"\f21c"}.fa-duotone.fa-motorcycle:after,.fad.fa-motorcycle:after{content:"\10f21c"}.fa-duotone.fa-mountain:before,.fad.fa-mountain:before{content:"\f6fc"}.fa-duotone.fa-mountain:after,.fad.fa-mountain:after{content:"\10f6fc"}.fa-duotone.fa-mountains:before,.fad.fa-mountains:before{content:"\26f0\fe01"}.fa-duotone.fa-mountains:after,.fad.fa-mountains:after{content:"\26f0\fe02"}.fa-duotone.fa-mp3-player:before,.fad.fa-mp3-player:before{content:"\f8ce\fe01"}.fa-duotone.fa-mp3-player:after,.fad.fa-mp3-player:after{content:"\f8ce\fe02"}.fa-duotone.fa-mug:before,.fad.fa-mug:before{content:"\f874\fe01"}.fa-duotone.fa-mug:after,.fad.fa-mug:after{content:"\f874\fe02"}.fa-duotone.fa-mug-hot:before,.fad.fa-mug-hot:before{content:"\2615\fe01"}.fa-duotone.fa-mug-hot:after,.fad.fa-mug-hot:after{content:"\2615\fe02"}.fa-duotone.fa-mug-marshmallows:before,.fad.fa-mug-marshmallows:before{content:"\f7b7\fe01"}.fa-duotone.fa-mug-marshmallows:after,.fad.fa-mug-marshmallows:after{content:"\f7b7\fe02"}.fa-duotone.fa-mug-saucer:before,.fad.fa-mug-saucer:before{content:"\f0f4\fe01"}.fa-duotone.fa-mug-saucer:after,.fad.fa-mug-saucer:after{content:"\f0f4\fe02"}.fa-duotone.fa-coffee:before,.fad.fa-coffee:before{content:"\f0f4\fe01"}.fa-duotone.fa-coffee:after,.fad.fa-coffee:after{content:"\f0f4\fe02"}.fa-duotone.fa-mug-tea:before,.fad.fa-mug-tea:before{content:"\f875\fe01"}.fa-duotone.fa-mug-tea:after,.fad.fa-mug-tea:after{content:"\f875\fe02"}.fa-duotone.fa-mug-tea-saucer:before,.fad.fa-mug-tea-saucer:before{content:"\e1f5\fe01"}.fa-duotone.fa-mug-tea-saucer:after,.fad.fa-mug-tea-saucer:after{content:"\e1f5\fe02"}.fa-duotone.fa-music:before,.fad.fa-music:before{content:"\f001"}.fa-duotone.fa-music:after,.fad.fa-music:after{content:"\10f001"}.fa-duotone.fa-music-note:before,.fad.fa-music-note:before{content:"\f8cf\fe01"}.fa-duotone.fa-music-note:after,.fad.fa-music-note:after{content:"\f8cf\fe02"}.fa-duotone.fa-music-alt:before,.fad.fa-music-alt:before{content:"\f8cf\fe01"}.fa-duotone.fa-music-alt:after,.fad.fa-music-alt:after{content:"\f8cf\fe02"}.fa-duotone.fa-music-note-slash:before,.fad.fa-music-note-slash:before{content:"\f8d0\fe01"}.fa-duotone.fa-music-note-slash:after,.fad.fa-music-note-slash:after{content:"\f8d0\fe02"}.fa-duotone.fa-music-alt-slash:before,.fad.fa-music-alt-slash:before{content:"\f8d0\fe01"}.fa-duotone.fa-music-alt-slash:after,.fad.fa-music-alt-slash:after{content:"\f8d0\fe02"}.fa-duotone.fa-music-slash:before,.fad.fa-music-slash:before{content:"\f8d1\fe01"}.fa-duotone.fa-music-slash:after,.fad.fa-music-slash:after{content:"\f8d1\fe02"}.fa-duotone.fa-n:before,.fad.fa-n:before{content:"\4e\fe01"}.fa-duotone.fa-n:after,.fad.fa-n:after{content:"\4e\fe02"}.fa-duotone.fa-naira-sign:before,.fad.fa-naira-sign:before{content:"\e1f6\fe01"}.fa-duotone.fa-naira-sign:after,.fad.fa-naira-sign:after{content:"\e1f6\fe02"}.fa-duotone.fa-narwhal:before,.fad.fa-narwhal:before{content:"\f6fe\fe01"}.fa-duotone.fa-narwhal:after,.fad.fa-narwhal:after{content:"\f6fe\fe02"}.fa-duotone.fa-nesting-dolls:before,.fad.fa-nesting-dolls:before{content:"\e3ba\fe01"}.fa-duotone.fa-nesting-dolls:after,.fad.fa-nesting-dolls:after{content:"\e3ba\fe02"}.fa-duotone.fa-network-wired:before,.fad.fa-network-wired:before{content:"\f6ff\fe01"}.fa-duotone.fa-network-wired:after,.fad.fa-network-wired:after{content:"\f6ff\fe02"}.fa-duotone.fa-neuter:before,.fad.fa-neuter:before{content:"\26b2\fe01"}.fa-duotone.fa-neuter:after,.fad.fa-neuter:after{content:"\26b2\fe02"}.fa-duotone.fa-newspaper:before,.fad.fa-newspaper:before{content:"\f1ea"}.fa-duotone.fa-newspaper:after,.fad.fa-newspaper:after{content:"\10f1ea"}.fa-duotone.fa-nfc:before,.fad.fa-nfc:before{content:"\e1f7\fe01"}.fa-duotone.fa-nfc:after,.fad.fa-nfc:after{content:"\e1f7\fe02"}.fa-duotone.fa-nfc-lock:before,.fad.fa-nfc-lock:before{content:"\e1f8\fe01"}.fa-duotone.fa-nfc-lock:after,.fad.fa-nfc-lock:after{content:"\e1f8\fe02"}.fa-duotone.fa-nfc-magnifying-glass:before,.fad.fa-nfc-magnifying-glass:before{content:"\e1f9\fe01"}.fa-duotone.fa-nfc-magnifying-glass:after,.fad.fa-nfc-magnifying-glass:after{content:"\e1f9\fe02"}.fa-duotone.fa-nfc-pen:before,.fad.fa-nfc-pen:before{content:"\e1fa\fe01"}.fa-duotone.fa-nfc-pen:after,.fad.fa-nfc-pen:after{content:"\e1fa\fe02"}.fa-duotone.fa-nfc-signal:before,.fad.fa-nfc-signal:before{content:"\e1fb\fe01"}.fa-duotone.fa-nfc-signal:after,.fad.fa-nfc-signal:after{content:"\e1fb\fe02"}.fa-duotone.fa-nfc-slash:before,.fad.fa-nfc-slash:before{content:"\e1fc\fe01"}.fa-duotone.fa-nfc-slash:after,.fad.fa-nfc-slash:after{content:"\e1fc\fe02"}.fa-duotone.fa-nfc-trash:before,.fad.fa-nfc-trash:before{content:"\e1fd\fe01"}.fa-duotone.fa-nfc-trash:after,.fad.fa-nfc-trash:after{content:"\e1fd\fe02"}.fa-duotone.fa-not-equal:before,.fad.fa-not-equal:before{content:"\f53e\fe01"}.fa-duotone.fa-not-equal:after,.fad.fa-not-equal:after{content:"\f53e\fe02"}.fa-duotone.fa-notdef:before,.fad.fa-notdef:before{content:"\e1fe\fe01"}.fa-duotone.fa-notdef:after,.fad.fa-notdef:after{content:"\e1fe\fe02"}.fa-duotone.fa-note:before,.fad.fa-note:before{content:"\e1ff\fe01"}.fa-duotone.fa-note:after,.fad.fa-note:after{content:"\e1ff\fe02"}.fa-duotone.fa-note-medical:before,.fad.fa-note-medical:before{content:"\e200\fe01"}.fa-duotone.fa-note-medical:after,.fad.fa-note-medical:after{content:"\e200\fe02"}.fa-duotone.fa-note-sticky:before,.fad.fa-note-sticky:before{content:"\f249\fe01"}.fa-duotone.fa-note-sticky:after,.fad.fa-note-sticky:after{content:"\f249\fe02"}.fa-duotone.fa-sticky-note:before,.fad.fa-sticky-note:before{content:"\f249\fe01"}.fa-duotone.fa-sticky-note:after,.fad.fa-sticky-note:after{content:"\f249\fe02"}.fa-duotone.fa-notebook:before,.fad.fa-notebook:before{content:"\e201\fe01"}.fa-duotone.fa-notebook:after,.fad.fa-notebook:after{content:"\e201\fe02"}.fa-duotone.fa-notes:before,.fad.fa-notes:before{content:"\e202\fe01"}.fa-duotone.fa-notes:after,.fad.fa-notes:after{content:"\e202\fe02"}.fa-duotone.fa-notes-medical:before,.fad.fa-notes-medical:before{content:"\f481\fe01"}.fa-duotone.fa-notes-medical:after,.fad.fa-notes-medical:after{content:"\f481\fe02"}.fa-duotone.fa-o:before,.fad.fa-o:before{content:"\4f\fe01"}.fa-duotone.fa-o:after,.fad.fa-o:after{content:"\4f\fe02"}.fa-duotone.fa-object-group:before,.fad.fa-object-group:before{content:"\f247\fe01"}.fa-duotone.fa-object-group:after,.fad.fa-object-group:after{content:"\f247\fe02"}.fa-duotone.fa-object-ungroup:before,.fad.fa-object-ungroup:before{content:"\f248\fe01"}.fa-duotone.fa-object-ungroup:after,.fad.fa-object-ungroup:after{content:"\f248\fe02"}.fa-duotone.fa-objects-align-bottom:before,.fad.fa-objects-align-bottom:before{content:"\e3bb\fe01"}.fa-duotone.fa-objects-align-bottom:after,.fad.fa-objects-align-bottom:after{content:"\e3bb\fe02"}.fa-duotone.fa-objects-align-center-horizontal:before,.fad.fa-objects-align-center-horizontal:before{content:"\e3bc\fe01"}.fa-duotone.fa-objects-align-center-horizontal:after,.fad.fa-objects-align-center-horizontal:after{content:"\e3bc\fe02"}.fa-duotone.fa-objects-align-center-vertical:before,.fad.fa-objects-align-center-vertical:before{content:"\e3bd\fe01"}.fa-duotone.fa-objects-align-center-vertical:after,.fad.fa-objects-align-center-vertical:after{content:"\e3bd\fe02"}.fa-duotone.fa-objects-align-left:before,.fad.fa-objects-align-left:before{content:"\e3be\fe01"}.fa-duotone.fa-objects-align-left:after,.fad.fa-objects-align-left:after{content:"\e3be\fe02"}.fa-duotone.fa-objects-align-right:before,.fad.fa-objects-align-right:before{content:"\e3bf\fe01"}.fa-duotone.fa-objects-align-right:after,.fad.fa-objects-align-right:after{content:"\e3bf\fe02"}.fa-duotone.fa-objects-align-top:before,.fad.fa-objects-align-top:before{content:"\e3c0\fe01"}.fa-duotone.fa-objects-align-top:after,.fad.fa-objects-align-top:after{content:"\e3c0\fe02"}.fa-duotone.fa-objects-column:before,.fad.fa-objects-column:before{content:"\e3c1\fe01"}.fa-duotone.fa-objects-column:after,.fad.fa-objects-column:after{content:"\e3c1\fe02"}.fa-duotone.fa-octagon:before,.fad.fa-octagon:before{content:"\f306"}.fa-duotone.fa-octagon:after,.fad.fa-octagon:after{content:"\10f306"}.fa-duotone.fa-octagon-divide:before,.fad.fa-octagon-divide:before{content:"\e203\fe01"}.fa-duotone.fa-octagon-divide:after,.fad.fa-octagon-divide:after{content:"\e203\fe02"}.fa-duotone.fa-octagon-exclamation:before,.fad.fa-octagon-exclamation:before{content:"\e204\fe01"}.fa-duotone.fa-octagon-exclamation:after,.fad.fa-octagon-exclamation:after{content:"\e204\fe02"}.fa-duotone.fa-octagon-minus:before,.fad.fa-octagon-minus:before{content:"\f308\fe01"}.fa-duotone.fa-octagon-minus:after,.fad.fa-octagon-minus:after{content:"\f308\fe02"}.fa-duotone.fa-minus-octagon:before,.fad.fa-minus-octagon:before{content:"\f308\fe01"}.fa-duotone.fa-minus-octagon:after,.fad.fa-minus-octagon:after{content:"\f308\fe02"}.fa-duotone.fa-octagon-plus:before,.fad.fa-octagon-plus:before{content:"\f301\fe01"}.fa-duotone.fa-octagon-plus:after,.fad.fa-octagon-plus:after{content:"\f301\fe02"}.fa-duotone.fa-plus-octagon:before,.fad.fa-plus-octagon:before{content:"\f301\fe01"}.fa-duotone.fa-plus-octagon:after,.fad.fa-plus-octagon:after{content:"\f301\fe02"}.fa-duotone.fa-octagon-xmark:before,.fad.fa-octagon-xmark:before{content:"\f2f0\fe01"}.fa-duotone.fa-octagon-xmark:after,.fad.fa-octagon-xmark:after{content:"\f2f0\fe02"}.fa-duotone.fa-times-octagon:before,.fad.fa-times-octagon:before{content:"\f2f0\fe01"}.fa-duotone.fa-times-octagon:after,.fad.fa-times-octagon:after{content:"\f2f0\fe02"}.fa-duotone.fa-xmark-octagon:before,.fad.fa-xmark-octagon:before{content:"\f2f0\fe01"}.fa-duotone.fa-xmark-octagon:after,.fad.fa-xmark-octagon:after{content:"\f2f0\fe02"}.fa-duotone.fa-oil-can:before,.fad.fa-oil-can:before{content:"\f613\fe01"}.fa-duotone.fa-oil-can:after,.fad.fa-oil-can:after{content:"\f613\fe02"}.fa-duotone.fa-oil-can-drip:before,.fad.fa-oil-can-drip:before{content:"\e205\fe01"}.fa-duotone.fa-oil-can-drip:after,.fad.fa-oil-can-drip:after{content:"\e205\fe02"}.fa-duotone.fa-oil-temperature:before,.fad.fa-oil-temperature:before{content:"\f614\fe01"}.fa-duotone.fa-oil-temperature:after,.fad.fa-oil-temperature:after{content:"\f614\fe02"}.fa-duotone.fa-oil-temp:before,.fad.fa-oil-temp:before{content:"\f614\fe01"}.fa-duotone.fa-oil-temp:after,.fad.fa-oil-temp:after{content:"\f614\fe02"}.fa-duotone.fa-olive:before,.fad.fa-olive:before{content:"\e316\fe01"}.fa-duotone.fa-olive:after,.fad.fa-olive:after{content:"\e316\fe02"}.fa-duotone.fa-olive-branch:before,.fad.fa-olive-branch:before{content:"\e317\fe01"}.fa-duotone.fa-olive-branch:after,.fad.fa-olive-branch:after{content:"\e317\fe02"}.fa-duotone.fa-om:before,.fad.fa-om:before{content:"\f679"}.fa-duotone.fa-om:after,.fad.fa-om:after{content:"\10f679"}.fa-duotone.fa-omega:before,.fad.fa-omega:before{content:"\f67a\fe01"}.fa-duotone.fa-omega:after,.fad.fa-omega:after{content:"\f67a\fe02"}.fa-duotone.fa-option:before,.fad.fa-option:before{content:"\e318\fe01"}.fa-duotone.fa-option:after,.fad.fa-option:after{content:"\e318\fe02"}.fa-duotone.fa-ornament:before,.fad.fa-ornament:before{content:"\f7b8\fe01"}.fa-duotone.fa-ornament:after,.fad.fa-ornament:after{content:"\f7b8\fe02"}.fa-duotone.fa-otter:before,.fad.fa-otter:before{content:"\f700"}.fa-duotone.fa-otter:after,.fad.fa-otter:after{content:"\10f700"}.fa-duotone.fa-outdent:before,.fad.fa-outdent:before{content:"\f03b\fe01"}.fa-duotone.fa-outdent:after,.fad.fa-outdent:after{content:"\f03b\fe02"}.fa-duotone.fa-dedent:before,.fad.fa-dedent:before{content:"\f03b\fe01"}.fa-duotone.fa-dedent:after,.fad.fa-dedent:after{content:"\f03b\fe02"}.fa-duotone.fa-outlet:before,.fad.fa-outlet:before{content:"\e01c\fe01"}.fa-duotone.fa-outlet:after,.fad.fa-outlet:after{content:"\e01c\fe02"}.fa-duotone.fa-oven:before,.fad.fa-oven:before{content:"\e01d\fe01"}.fa-duotone.fa-oven:after,.fad.fa-oven:after{content:"\e01d\fe02"}.fa-duotone.fa-overline:before,.fad.fa-overline:before{content:"\f876\fe01"}.fa-duotone.fa-overline:after,.fad.fa-overline:after{content:"\f876\fe02"}.fa-duotone.fa-p:before,.fad.fa-p:before{content:"\50\fe01"}.fa-duotone.fa-p:after,.fad.fa-p:after{content:"\50\fe02"}.fa-duotone.fa-pager:before,.fad.fa-pager:before{content:"\f815"}.fa-duotone.fa-pager:after,.fad.fa-pager:after{content:"\10f815"}.fa-duotone.fa-paint-brush:before,.fad.fa-paint-brush:before{content:"\f1fc"}.fa-duotone.fa-paint-brush:after,.fad.fa-paint-brush:after{content:"\10f1fc"}.fa-duotone.fa-paint-brush-fine:before,.fad.fa-paint-brush-fine:before{content:"\f5a9\fe01"}.fa-duotone.fa-paint-brush-fine:after,.fad.fa-paint-brush-fine:after{content:"\f5a9\fe02"}.fa-duotone.fa-paint-brush-alt:before,.fad.fa-paint-brush-alt:before{content:"\f5a9\fe01"}.fa-duotone.fa-paint-brush-alt:after,.fad.fa-paint-brush-alt:after{content:"\f5a9\fe02"}.fa-duotone.fa-paint-roller:before,.fad.fa-paint-roller:before{content:"\f5aa\fe01"}.fa-duotone.fa-paint-roller:after,.fad.fa-paint-roller:after{content:"\f5aa\fe02"}.fa-duotone.fa-paintbrush-pencil:before,.fad.fa-paintbrush-pencil:before{content:"\e206\fe01"}.fa-duotone.fa-paintbrush-pencil:after,.fad.fa-paintbrush-pencil:after{content:"\e206\fe02"}.fa-duotone.fa-palette:before,.fad.fa-palette:before{content:"\f53f"}.fa-duotone.fa-palette:after,.fad.fa-palette:after{content:"\10f53f"}.fa-duotone.fa-pallet:before,.fad.fa-pallet:before{content:"\f482\fe01"}.fa-duotone.fa-pallet:after,.fad.fa-pallet:after{content:"\f482\fe02"}.fa-duotone.fa-pallet-box:before,.fad.fa-pallet-box:before{content:"\e208\fe01"}.fa-duotone.fa-pallet-box:after,.fad.fa-pallet-box:after{content:"\e208\fe02"}.fa-duotone.fa-pallet-boxes:before,.fad.fa-pallet-boxes:before{content:"\f483\fe01"}.fa-duotone.fa-pallet-boxes:after,.fad.fa-pallet-boxes:after{content:"\f483\fe02"}.fa-duotone.fa-palette-boxes:before,.fad.fa-palette-boxes:before{content:"\f483\fe01"}.fa-duotone.fa-palette-boxes:after,.fad.fa-palette-boxes:after{content:"\f483\fe02"}.fa-duotone.fa-pallet-alt:before,.fad.fa-pallet-alt:before{content:"\f483\fe01"}.fa-duotone.fa-pallet-alt:after,.fad.fa-pallet-alt:after{content:"\f483\fe02"}.fa-duotone.fa-panorama:before,.fad.fa-panorama:before{content:"\e209\fe01"}.fa-duotone.fa-panorama:after,.fad.fa-panorama:after{content:"\e209\fe02"}.fa-duotone.fa-paper-plane:before,.fad.fa-paper-plane:before{content:"\f1d8\fe01"}.fa-duotone.fa-paper-plane:after,.fad.fa-paper-plane:after{content:"\f1d8\fe02"}.fa-duotone.fa-paper-plane-top:before,.fad.fa-paper-plane-top:before{content:"\e20a\fe01"}.fa-duotone.fa-paper-plane-top:after,.fad.fa-paper-plane-top:after{content:"\e20a\fe02"}.fa-duotone.fa-paper-plane-alt:before,.fad.fa-paper-plane-alt:before{content:"\e20a\fe01"}.fa-duotone.fa-paper-plane-alt:after,.fad.fa-paper-plane-alt:after{content:"\e20a\fe02"}.fa-duotone.fa-send:before,.fad.fa-send:before{content:"\e20a\fe01"}.fa-duotone.fa-send:after,.fad.fa-send:after{content:"\e20a\fe02"}.fa-duotone.fa-paperclip:before,.fad.fa-paperclip:before{content:"\f0c6"}.fa-duotone.fa-paperclip:after,.fad.fa-paperclip:after{content:"\10f0c6"}.fa-duotone.fa-paperclip-vertical:before,.fad.fa-paperclip-vertical:before{content:"\e3c2\fe01"}.fa-duotone.fa-paperclip-vertical:after,.fad.fa-paperclip-vertical:after{content:"\e3c2\fe02"}.fa-duotone.fa-parachute-box:before,.fad.fa-parachute-box:before{content:"\f4cd\fe01"}.fa-duotone.fa-parachute-box:after,.fad.fa-parachute-box:after{content:"\f4cd\fe02"}.fa-duotone.fa-paragraph:before,.fad.fa-paragraph:before{content:"\b6\fe01"}.fa-duotone.fa-paragraph:after,.fad.fa-paragraph:after{content:"\b6\fe02"}.fa-duotone.fa-paragraph-left:before,.fad.fa-paragraph-left:before{content:"\f878\fe01"}.fa-duotone.fa-paragraph-left:after,.fad.fa-paragraph-left:after{content:"\f878\fe02"}.fa-duotone.fa-paragraph-rtl:before,.fad.fa-paragraph-rtl:before{content:"\f878\fe01"}.fa-duotone.fa-paragraph-rtl:after,.fad.fa-paragraph-rtl:after{content:"\f878\fe02"}.fa-duotone.fa-party-bell:before,.fad.fa-party-bell:before{content:"\e31a\fe01"}.fa-duotone.fa-party-bell:after,.fad.fa-party-bell:after{content:"\e31a\fe02"}.fa-duotone.fa-party-horn:before,.fad.fa-party-horn:before{content:"\e31b\fe01"}.fa-duotone.fa-party-horn:after,.fad.fa-party-horn:after{content:"\e31b\fe02"}.fa-duotone.fa-passport:before,.fad.fa-passport:before{content:"\f5ab\fe01"}.fa-duotone.fa-passport:after,.fad.fa-passport:after{content:"\f5ab\fe02"}.fa-duotone.fa-paste:before,.fad.fa-paste:before{content:"\f0ea\fe01"}.fa-duotone.fa-paste:after,.fad.fa-paste:after{content:"\f0ea\fe02"}.fa-duotone.fa-file-clipboard:before,.fad.fa-file-clipboard:before{content:"\f0ea\fe01"}.fa-duotone.fa-file-clipboard:after,.fad.fa-file-clipboard:after{content:"\f0ea\fe02"}.fa-duotone.fa-pause:before,.fad.fa-pause:before{content:"\23f8\fe01"}.fa-duotone.fa-pause:after,.fad.fa-pause:after{content:"\23f8\fe02"}.fa-duotone.fa-paw:before,.fad.fa-paw:before{content:"\f1b0\fe01"}.fa-duotone.fa-paw:after,.fad.fa-paw:after{content:"\f1b0\fe02"}.fa-duotone.fa-paw-claws:before,.fad.fa-paw-claws:before{content:"\f702\fe01"}.fa-duotone.fa-paw-claws:after,.fad.fa-paw-claws:after{content:"\f702\fe02"}.fa-duotone.fa-paw-simple:before,.fad.fa-paw-simple:before{content:"\f701\fe01"}.fa-duotone.fa-paw-simple:after,.fad.fa-paw-simple:after{content:"\f701\fe02"}.fa-duotone.fa-paw-alt:before,.fad.fa-paw-alt:before{content:"\f701\fe01"}.fa-duotone.fa-paw-alt:after,.fad.fa-paw-alt:after{content:"\f701\fe02"}.fa-duotone.fa-peace:before,.fad.fa-peace:before{content:"\262e\fe01"}.fa-duotone.fa-peace:after,.fad.fa-peace:after{content:"\262e\fe02"}.fa-duotone.fa-peach:before,.fad.fa-peach:before{content:"\e20b\fe01"}.fa-duotone.fa-peach:after,.fad.fa-peach:after{content:"\e20b\fe02"}.fa-duotone.fa-peapod:before,.fad.fa-peapod:before{content:"\e31c\fe01"}.fa-duotone.fa-peapod:after,.fad.fa-peapod:after{content:"\e31c\fe02"}.fa-duotone.fa-pear:before,.fad.fa-pear:before{content:"\e20c\fe01"}.fa-duotone.fa-pear:after,.fad.fa-pear:after{content:"\e20c\fe02"}.fa-duotone.fa-pedestal:before,.fad.fa-pedestal:before{content:"\e20d\fe01"}.fa-duotone.fa-pedestal:after,.fad.fa-pedestal:after{content:"\e20d\fe02"}.fa-duotone.fa-pegasus:before,.fad.fa-pegasus:before{content:"\f703\fe01"}.fa-duotone.fa-pegasus:after,.fad.fa-pegasus:after{content:"\f703\fe02"}.fa-duotone.fa-pen:before,.fad.fa-pen:before{content:"\f304"}.fa-duotone.fa-pen:after,.fad.fa-pen:after{content:"\10f304"}.fa-duotone.fa-pen-circle:before,.fad.fa-pen-circle:before{content:"\e20e\fe01"}.fa-duotone.fa-pen-circle:after,.fad.fa-pen-circle:after{content:"\e20e\fe02"}.fa-duotone.fa-pen-clip:before,.fad.fa-pen-clip:before{content:"\f305\fe01"}.fa-duotone.fa-pen-clip:after,.fad.fa-pen-clip:after{content:"\f305\fe02"}.fa-duotone.fa-pen-alt:before,.fad.fa-pen-alt:before{content:"\f305\fe01"}.fa-duotone.fa-pen-alt:after,.fad.fa-pen-alt:after{content:"\f305\fe02"}.fa-duotone.fa-pen-clip-slash:before,.fad.fa-pen-clip-slash:before{content:"\e20f\fe01"}.fa-duotone.fa-pen-clip-slash:after,.fad.fa-pen-clip-slash:after{content:"\e20f\fe02"}.fa-duotone.fa-pen-alt-slash:before,.fad.fa-pen-alt-slash:before{content:"\e20f\fe01"}.fa-duotone.fa-pen-alt-slash:after,.fad.fa-pen-alt-slash:after{content:"\e20f\fe02"}.fa-duotone.fa-pen-fancy:before,.fad.fa-pen-fancy:before{content:"\2712\fe01"}.fa-duotone.fa-pen-fancy:after,.fad.fa-pen-fancy:after{content:"\2712\fe02"}.fa-duotone.fa-pen-fancy-slash:before,.fad.fa-pen-fancy-slash:before{content:"\e210\fe01"}.fa-duotone.fa-pen-fancy-slash:after,.fad.fa-pen-fancy-slash:after{content:"\e210\fe02"}.fa-duotone.fa-pen-field:before,.fad.fa-pen-field:before{content:"\e211\fe01"}.fa-duotone.fa-pen-field:after,.fad.fa-pen-field:after{content:"\e211\fe02"}.fa-duotone.fa-pen-line:before,.fad.fa-pen-line:before{content:"\e212\fe01"}.fa-duotone.fa-pen-line:after,.fad.fa-pen-line:after{content:"\e212\fe02"}.fa-duotone.fa-pen-nib:before,.fad.fa-pen-nib:before{content:"\2711\fe01"}.fa-duotone.fa-pen-nib:after,.fad.fa-pen-nib:after{content:"\2711\fe02"}.fa-duotone.fa-pen-paintbrush:before,.fad.fa-pen-paintbrush:before{content:"\f618\fe01"}.fa-duotone.fa-pen-paintbrush:after,.fad.fa-pen-paintbrush:after{content:"\f618\fe02"}.fa-duotone.fa-pencil-paintbrush:before,.fad.fa-pencil-paintbrush:before{content:"\f618\fe01"}.fa-duotone.fa-pencil-paintbrush:after,.fad.fa-pencil-paintbrush:after{content:"\f618\fe02"}.fa-duotone.fa-pen-ruler:before,.fad.fa-pen-ruler:before{content:"\f5ae\fe01"}.fa-duotone.fa-pen-ruler:after,.fad.fa-pen-ruler:after{content:"\f5ae\fe02"}.fa-duotone.fa-pencil-ruler:before,.fad.fa-pencil-ruler:before{content:"\f5ae\fe01"}.fa-duotone.fa-pencil-ruler:after,.fad.fa-pencil-ruler:after{content:"\f5ae\fe02"}.fa-duotone.fa-pen-slash:before,.fad.fa-pen-slash:before{content:"\e213\fe01"}.fa-duotone.fa-pen-slash:after,.fad.fa-pen-slash:after{content:"\e213\fe02"}.fa-duotone.fa-pen-swirl:before,.fad.fa-pen-swirl:before{content:"\e214\fe01"}.fa-duotone.fa-pen-swirl:after,.fad.fa-pen-swirl:after{content:"\e214\fe02"}.fa-duotone.fa-pen-to-square:before,.fad.fa-pen-to-square:before{content:"\f044\fe01"}.fa-duotone.fa-pen-to-square:after,.fad.fa-pen-to-square:after{content:"\f044\fe02"}.fa-duotone.fa-edit:before,.fad.fa-edit:before{content:"\f044\fe01"}.fa-duotone.fa-edit:after,.fad.fa-edit:after{content:"\f044\fe02"}.fa-duotone.fa-pencil:before,.fad.fa-pencil:before{content:"\270f\fe01"}.fa-duotone.fa-pencil:after,.fad.fa-pencil:after{content:"\270f\fe02"}.fa-duotone.fa-pencil-alt:before,.fad.fa-pencil-alt:before{content:"\270f\fe01"}.fa-duotone.fa-pencil-alt:after,.fad.fa-pencil-alt:after{content:"\270f\fe02"}.fa-duotone.fa-pencil-slash:before,.fad.fa-pencil-slash:before{content:"\e215\fe01"}.fa-duotone.fa-pencil-slash:after,.fad.fa-pencil-slash:after{content:"\e215\fe02"}.fa-duotone.fa-people:before,.fad.fa-people:before{content:"\e216\fe01"}.fa-duotone.fa-people:after,.fad.fa-people:after{content:"\e216\fe02"}.fa-duotone.fa-people-arrows-left-right:before,.fad.fa-people-arrows-left-right:before{content:"\e068\fe01"}.fa-duotone.fa-people-arrows-left-right:after,.fad.fa-people-arrows-left-right:after{content:"\e068\fe02"}.fa-duotone.fa-people-arrows:before,.fad.fa-people-arrows:before{content:"\e068\fe01"}.fa-duotone.fa-people-arrows:after,.fad.fa-people-arrows:after{content:"\e068\fe02"}.fa-duotone.fa-people-carry-box:before,.fad.fa-people-carry-box:before{content:"\f4ce\fe01"}.fa-duotone.fa-people-carry-box:after,.fad.fa-people-carry-box:after{content:"\f4ce\fe02"}.fa-duotone.fa-people-carry:before,.fad.fa-people-carry:before{content:"\f4ce\fe01"}.fa-duotone.fa-people-carry:after,.fad.fa-people-carry:after{content:"\f4ce\fe02"}.fa-duotone.fa-people-dress:before,.fad.fa-people-dress:before{content:"\e217\fe01"}.fa-duotone.fa-people-dress:after,.fad.fa-people-dress:after{content:"\e217\fe02"}.fa-duotone.fa-people-dress-simple:before,.fad.fa-people-dress-simple:before{content:"\e218\fe01"}.fa-duotone.fa-people-dress-simple:after,.fad.fa-people-dress-simple:after{content:"\e218\fe02"}.fa-duotone.fa-people-pants:before,.fad.fa-people-pants:before{content:"\e219\fe01"}.fa-duotone.fa-people-pants:after,.fad.fa-people-pants:after{content:"\e219\fe02"}.fa-duotone.fa-people-pants-simple:before,.fad.fa-people-pants-simple:before{content:"\e21a\fe01"}.fa-duotone.fa-people-pants-simple:after,.fad.fa-people-pants-simple:after{content:"\e21a\fe02"}.fa-duotone.fa-people-simple:before,.fad.fa-people-simple:before{content:"\e21b\fe01"}.fa-duotone.fa-people-simple:after,.fad.fa-people-simple:after{content:"\e21b\fe02"}.fa-duotone.fa-pepper-hot:before,.fad.fa-pepper-hot:before{content:"\f816"}.fa-duotone.fa-pepper-hot:after,.fad.fa-pepper-hot:after{content:"\10f816"}.fa-duotone.fa-percent:before,.fad.fa-percent:before{content:"\25\fe01"}.fa-duotone.fa-percent:after,.fad.fa-percent:after{content:"\25\fe02"}.fa-duotone.fa-percentage:before,.fad.fa-percentage:before{content:"\25\fe01"}.fa-duotone.fa-percentage:after,.fad.fa-percentage:after{content:"\25\fe02"}.fa-duotone.fa-period:before,.fad.fa-period:before{content:"\2e\fe01"}.fa-duotone.fa-period:after,.fad.fa-period:after{content:"\2e\fe02"}.fa-duotone.fa-person:before,.fad.fa-person:before{content:"\f183"}.fa-duotone.fa-person:after,.fad.fa-person:after{content:"\10f183"}.fa-duotone.fa-male:before,.fad.fa-male:before{content:"\f183"}.fa-duotone.fa-male:after,.fad.fa-male:after{content:"\10f183"}.fa-duotone.fa-person-biking:before,.fad.fa-person-biking:before{content:"\f84a"}.fa-duotone.fa-person-biking:after,.fad.fa-person-biking:after{content:"\10f84a"}.fa-duotone.fa-biking:before,.fad.fa-biking:before{content:"\f84a"}.fa-duotone.fa-biking:after,.fad.fa-biking:after{content:"\10f84a"}.fa-duotone.fa-person-biking-mountain:before,.fad.fa-person-biking-mountain:before{content:"\f84b"}.fa-duotone.fa-person-biking-mountain:after,.fad.fa-person-biking-mountain:after{content:"\10f84b"}.fa-duotone.fa-biking-mountain:before,.fad.fa-biking-mountain:before{content:"\f84b"}.fa-duotone.fa-biking-mountain:after,.fad.fa-biking-mountain:after{content:"\10f84b"}.fa-duotone.fa-person-booth:before,.fad.fa-person-booth:before{content:"\f756\fe01"}.fa-duotone.fa-person-booth:after,.fad.fa-person-booth:after{content:"\f756\fe02"}.fa-duotone.fa-person-carry-box:before,.fad.fa-person-carry-box:before{content:"\f4cf\fe01"}.fa-duotone.fa-person-carry-box:after,.fad.fa-person-carry-box:after{content:"\f4cf\fe02"}.fa-duotone.fa-person-carry:before,.fad.fa-person-carry:before{content:"\f4cf\fe01"}.fa-duotone.fa-person-carry:after,.fad.fa-person-carry:after{content:"\f4cf\fe02"}.fa-duotone.fa-person-digging:before,.fad.fa-person-digging:before{content:"\f85e\fe01"}.fa-duotone.fa-person-digging:after,.fad.fa-person-digging:after{content:"\f85e\fe02"}.fa-duotone.fa-digging:before,.fad.fa-digging:before{content:"\f85e\fe01"}.fa-duotone.fa-digging:after,.fad.fa-digging:after{content:"\f85e\fe02"}.fa-duotone.fa-person-dolly:before,.fad.fa-person-dolly:before{content:"\f4d0\fe01"}.fa-duotone.fa-person-dolly:after,.fad.fa-person-dolly:after{content:"\f4d0\fe02"}.fa-duotone.fa-person-dolly-empty:before,.fad.fa-person-dolly-empty:before{content:"\f4d1\fe01"}.fa-duotone.fa-person-dolly-empty:after,.fad.fa-person-dolly-empty:after{content:"\f4d1\fe02"}.fa-duotone.fa-person-dots-from-line:before,.fad.fa-person-dots-from-line:before{content:"\f470\fe01"}.fa-duotone.fa-person-dots-from-line:after,.fad.fa-person-dots-from-line:after{content:"\f470\fe02"}.fa-duotone.fa-diagnoses:before,.fad.fa-diagnoses:before{content:"\f470\fe01"}.fa-duotone.fa-diagnoses:after,.fad.fa-diagnoses:after{content:"\f470\fe02"}.fa-duotone.fa-person-dress:before,.fad.fa-person-dress:before{content:"\f182\fe01"}.fa-duotone.fa-person-dress:after,.fad.fa-person-dress:after{content:"\f182\fe02"}.fa-duotone.fa-female:before,.fad.fa-female:before{content:"\f182\fe01"}.fa-duotone.fa-female:after,.fad.fa-female:after{content:"\f182\fe02"}.fa-duotone.fa-person-dress-simple:before,.fad.fa-person-dress-simple:before{content:"\e21c\fe01"}.fa-duotone.fa-person-dress-simple:after,.fad.fa-person-dress-simple:after{content:"\e21c\fe02"}.fa-duotone.fa-person-from-portal:before,.fad.fa-person-from-portal:before{content:"\e023\fe01"}.fa-duotone.fa-person-from-portal:after,.fad.fa-person-from-portal:after{content:"\e023\fe02"}.fa-duotone.fa-portal-exit:before,.fad.fa-portal-exit:before{content:"\e023\fe01"}.fa-duotone.fa-portal-exit:after,.fad.fa-portal-exit:after{content:"\e023\fe02"}.fa-duotone.fa-person-hiking:before,.fad.fa-person-hiking:before{content:"\f6ec\fe01"}.fa-duotone.fa-person-hiking:after,.fad.fa-person-hiking:after{content:"\f6ec\fe02"}.fa-duotone.fa-hiking:before,.fad.fa-hiking:before{content:"\f6ec\fe01"}.fa-duotone.fa-hiking:after,.fad.fa-hiking:after{content:"\f6ec\fe02"}.fa-duotone.fa-person-pinball:before,.fad.fa-person-pinball:before{content:"\e21d\fe01"}.fa-duotone.fa-person-pinball:after,.fad.fa-person-pinball:after{content:"\e21d\fe02"}.fa-duotone.fa-person-praying:before,.fad.fa-person-praying:before{content:"\f683"}.fa-duotone.fa-person-praying:after,.fad.fa-person-praying:after{content:"\10f683"}.fa-duotone.fa-pray:before,.fad.fa-pray:before{content:"\f683"}.fa-duotone.fa-pray:after,.fad.fa-pray:after{content:"\10f683"}.fa-duotone.fa-person-pregnant:before,.fad.fa-person-pregnant:before{content:"\e31e\fe01"}.fa-duotone.fa-person-pregnant:after,.fad.fa-person-pregnant:after{content:"\e31e\fe02"}.fa-duotone.fa-person-running:before,.fad.fa-person-running:before{content:"\f70c"}.fa-duotone.fa-person-running:after,.fad.fa-person-running:after{content:"\10f70c"}.fa-duotone.fa-running:before,.fad.fa-running:before{content:"\f70c"}.fa-duotone.fa-running:after,.fad.fa-running:after{content:"\10f70c"}.fa-duotone.fa-person-seat:before,.fad.fa-person-seat:before{content:"\e21e\fe01"}.fa-duotone.fa-person-seat:after,.fad.fa-person-seat:after{content:"\e21e\fe02"}.fa-duotone.fa-person-seat-reclined:before,.fad.fa-person-seat-reclined:before{content:"\e21f\fe01"}.fa-duotone.fa-person-seat-reclined:after,.fad.fa-person-seat-reclined:after{content:"\e21f\fe02"}.fa-duotone.fa-person-sign:before,.fad.fa-person-sign:before{content:"\f757\fe01"}.fa-duotone.fa-person-sign:after,.fad.fa-person-sign:after{content:"\f757\fe02"}.fa-duotone.fa-person-simple:before,.fad.fa-person-simple:before{content:"\e220\fe01"}.fa-duotone.fa-person-simple:after,.fad.fa-person-simple:after{content:"\e220\fe02"}.fa-duotone.fa-person-skating:before,.fad.fa-person-skating:before{content:"\f7c5\fe01"}.fa-duotone.fa-person-skating:after,.fad.fa-person-skating:after{content:"\f7c5\fe02"}.fa-duotone.fa-skating:before,.fad.fa-skating:before{content:"\f7c5\fe01"}.fa-duotone.fa-skating:after,.fad.fa-skating:after{content:"\f7c5\fe02"}.fa-duotone.fa-person-ski-jumping:before,.fad.fa-person-ski-jumping:before{content:"\f7c7\fe01"}.fa-duotone.fa-person-ski-jumping:after,.fad.fa-person-ski-jumping:after{content:"\f7c7\fe02"}.fa-duotone.fa-ski-jump:before,.fad.fa-ski-jump:before{content:"\f7c7\fe01"}.fa-duotone.fa-ski-jump:after,.fad.fa-ski-jump:after{content:"\f7c7\fe02"}.fa-duotone.fa-person-ski-lift:before,.fad.fa-person-ski-lift:before{content:"\f7c8\fe01"}.fa-duotone.fa-person-ski-lift:after,.fad.fa-person-ski-lift:after{content:"\f7c8\fe02"}.fa-duotone.fa-ski-lift:before,.fad.fa-ski-lift:before{content:"\f7c8\fe01"}.fa-duotone.fa-ski-lift:after,.fad.fa-ski-lift:after{content:"\f7c8\fe02"}.fa-duotone.fa-person-skiing:before,.fad.fa-person-skiing:before{content:"\26f7\fe01"}.fa-duotone.fa-person-skiing:after,.fad.fa-person-skiing:after{content:"\26f7\fe02"}.fa-duotone.fa-skiing:before,.fad.fa-skiing:before{content:"\26f7\fe01"}.fa-duotone.fa-skiing:after,.fad.fa-skiing:after{content:"\26f7\fe02"}.fa-duotone.fa-person-skiing-nordic:before,.fad.fa-person-skiing-nordic:before{content:"\f7ca\fe01"}.fa-duotone.fa-person-skiing-nordic:after,.fad.fa-person-skiing-nordic:after{content:"\f7ca\fe02"}.fa-duotone.fa-skiing-nordic:before,.fad.fa-skiing-nordic:before{content:"\f7ca\fe01"}.fa-duotone.fa-skiing-nordic:after,.fad.fa-skiing-nordic:after{content:"\f7ca\fe02"}.fa-duotone.fa-person-sledding:before,.fad.fa-person-sledding:before{content:"\f7cb\fe01"}.fa-duotone.fa-person-sledding:after,.fad.fa-person-sledding:after{content:"\f7cb\fe02"}.fa-duotone.fa-sledding:before,.fad.fa-sledding:before{content:"\f7cb\fe01"}.fa-duotone.fa-sledding:after,.fad.fa-sledding:after{content:"\f7cb\fe02"}.fa-duotone.fa-person-snowboarding:before,.fad.fa-person-snowboarding:before{content:"\f7ce"}.fa-duotone.fa-person-snowboarding:after,.fad.fa-person-snowboarding:after{content:"\10f7ce"}.fa-duotone.fa-snowboarding:before,.fad.fa-snowboarding:before{content:"\f7ce"}.fa-duotone.fa-snowboarding:after,.fad.fa-snowboarding:after{content:"\10f7ce"}.fa-duotone.fa-person-snowmobiling:before,.fad.fa-person-snowmobiling:before{content:"\f7d1\fe01"}.fa-duotone.fa-person-snowmobiling:after,.fad.fa-person-snowmobiling:after{content:"\f7d1\fe02"}.fa-duotone.fa-snowmobile:before,.fad.fa-snowmobile:before{content:"\f7d1\fe01"}.fa-duotone.fa-snowmobile:after,.fad.fa-snowmobile:after{content:"\f7d1\fe02"}.fa-duotone.fa-person-swimming:before,.fad.fa-person-swimming:before{content:"\f5c4"}.fa-duotone.fa-person-swimming:after,.fad.fa-person-swimming:after{content:"\10f5c4"}.fa-duotone.fa-swimmer:before,.fad.fa-swimmer:before{content:"\f5c4"}.fa-duotone.fa-swimmer:after,.fad.fa-swimmer:after{content:"\10f5c4"}.fa-duotone.fa-person-to-portal:before,.fad.fa-person-to-portal:before{content:"\e022\fe01"}.fa-duotone.fa-person-to-portal:after,.fad.fa-person-to-portal:after{content:"\e022\fe02"}.fa-duotone.fa-portal-enter:before,.fad.fa-portal-enter:before{content:"\e022\fe01"}.fa-duotone.fa-portal-enter:after,.fad.fa-portal-enter:after{content:"\e022\fe02"}.fa-duotone.fa-person-walking:before,.fad.fa-person-walking:before{content:"\f554"}.fa-duotone.fa-person-walking:after,.fad.fa-person-walking:after{content:"\10f554"}.fa-duotone.fa-walking:before,.fad.fa-walking:before{content:"\f554"}.fa-duotone.fa-walking:after,.fad.fa-walking:after{content:"\10f554"}.fa-duotone.fa-person-walking-with-cane:before,.fad.fa-person-walking-with-cane:before{content:"\f29d\fe01"}.fa-duotone.fa-person-walking-with-cane:after,.fad.fa-person-walking-with-cane:after{content:"\f29d\fe02"}.fa-duotone.fa-blind:before,.fad.fa-blind:before{content:"\f29d\fe01"}.fa-duotone.fa-blind:after,.fad.fa-blind:after{content:"\f29d\fe02"}.fa-duotone.fa-peseta-sign:before,.fad.fa-peseta-sign:before{content:"\e221\fe01"}.fa-duotone.fa-peseta-sign:after,.fad.fa-peseta-sign:after{content:"\e221\fe02"}.fa-duotone.fa-peso-sign:before,.fad.fa-peso-sign:before{content:"\e222\fe01"}.fa-duotone.fa-peso-sign:after,.fad.fa-peso-sign:after{content:"\e222\fe02"}.fa-duotone.fa-phone:before,.fad.fa-phone:before{content:"\f095"}.fa-duotone.fa-phone:after,.fad.fa-phone:after{content:"\10f095"}.fa-duotone.fa-phone-arrow-down-left:before,.fad.fa-phone-arrow-down-left:before{content:"\e223\fe01"}.fa-duotone.fa-phone-arrow-down-left:after,.fad.fa-phone-arrow-down-left:after{content:"\e223\fe02"}.fa-duotone.fa-phone-arrow-down:before,.fad.fa-phone-arrow-down:before{content:"\e223\fe01"}.fa-duotone.fa-phone-arrow-down:after,.fad.fa-phone-arrow-down:after{content:"\e223\fe02"}.fa-duotone.fa-phone-incoming:before,.fad.fa-phone-incoming:before{content:"\e223\fe01"}.fa-duotone.fa-phone-incoming:after,.fad.fa-phone-incoming:after{content:"\e223\fe02"}.fa-duotone.fa-phone-arrow-up-right:before,.fad.fa-phone-arrow-up-right:before{content:"\e224\fe01"}.fa-duotone.fa-phone-arrow-up-right:after,.fad.fa-phone-arrow-up-right:after{content:"\e224\fe02"}.fa-duotone.fa-phone-arrow-up:before,.fad.fa-phone-arrow-up:before{content:"\e224\fe01"}.fa-duotone.fa-phone-arrow-up:after,.fad.fa-phone-arrow-up:after{content:"\e224\fe02"}.fa-duotone.fa-phone-outgoing:before,.fad.fa-phone-outgoing:before{content:"\e224\fe01"}.fa-duotone.fa-phone-outgoing:after,.fad.fa-phone-outgoing:after{content:"\e224\fe02"}.fa-duotone.fa-phone-flip:before,.fad.fa-phone-flip:before{content:"\f879"}.fa-duotone.fa-phone-flip:after,.fad.fa-phone-flip:after{content:"\10f879"}.fa-duotone.fa-phone-alt:before,.fad.fa-phone-alt:before{content:"\f879"}.fa-duotone.fa-phone-alt:after,.fad.fa-phone-alt:after{content:"\10f879"}.fa-duotone.fa-phone-hangup:before,.fad.fa-phone-hangup:before{content:"\e225\fe01"}.fa-duotone.fa-phone-hangup:after,.fad.fa-phone-hangup:after{content:"\e225\fe02"}.fa-duotone.fa-phone-missed:before,.fad.fa-phone-missed:before{content:"\e226\fe01"}.fa-duotone.fa-phone-missed:after,.fad.fa-phone-missed:after{content:"\e226\fe02"}.fa-duotone.fa-phone-office:before,.fad.fa-phone-office:before{content:"\f67d\fe01"}.fa-duotone.fa-phone-office:after,.fad.fa-phone-office:after{content:"\f67d\fe02"}.fa-duotone.fa-phone-plus:before,.fad.fa-phone-plus:before{content:"\f4d2\fe01"}.fa-duotone.fa-phone-plus:after,.fad.fa-phone-plus:after{content:"\f4d2\fe02"}.fa-duotone.fa-phone-rotary:before,.fad.fa-phone-rotary:before{content:"\260e\fe01"}.fa-duotone.fa-phone-rotary:after,.fad.fa-phone-rotary:after{content:"\260e\fe02"}.fa-duotone.fa-phone-slash:before,.fad.fa-phone-slash:before{content:"\f3dd\fe01"}.fa-duotone.fa-phone-slash:after,.fad.fa-phone-slash:after{content:"\f3dd\fe02"}.fa-duotone.fa-phone-volume:before,.fad.fa-phone-volume:before{content:"\f2a0\fe01"}.fa-duotone.fa-phone-volume:after,.fad.fa-phone-volume:after{content:"\f2a0\fe02"}.fa-duotone.fa-volume-control-phone:before,.fad.fa-volume-control-phone:before{content:"\f2a0\fe01"}.fa-duotone.fa-volume-control-phone:after,.fad.fa-volume-control-phone:after{content:"\f2a0\fe02"}.fa-duotone.fa-phone-xmark:before,.fad.fa-phone-xmark:before{content:"\e227\fe01"}.fa-duotone.fa-phone-xmark:after,.fad.fa-phone-xmark:after{content:"\e227\fe02"}.fa-duotone.fa-photo-film:before,.fad.fa-photo-film:before{content:"\f87c\fe01"}.fa-duotone.fa-photo-film:after,.fad.fa-photo-film:after{content:"\f87c\fe02"}.fa-duotone.fa-photo-video:before,.fad.fa-photo-video:before{content:"\f87c\fe01"}.fa-duotone.fa-photo-video:after,.fad.fa-photo-video:after{content:"\f87c\fe02"}.fa-duotone.fa-photo-film-music:before,.fad.fa-photo-film-music:before{content:"\e228\fe01"}.fa-duotone.fa-photo-film-music:after,.fad.fa-photo-film-music:after{content:"\e228\fe02"}.fa-duotone.fa-pi:before,.fad.fa-pi:before{content:"\f67e\fe01"}.fa-duotone.fa-pi:after,.fad.fa-pi:after{content:"\f67e\fe02"}.fa-duotone.fa-piano:before,.fad.fa-piano:before{content:"\f8d4\fe01"}.fa-duotone.fa-piano:after,.fad.fa-piano:after{content:"\f8d4\fe02"}.fa-duotone.fa-piano-keyboard:before,.fad.fa-piano-keyboard:before{content:"\f8d5"}.fa-duotone.fa-piano-keyboard:after,.fad.fa-piano-keyboard:after{content:"\10f8d5"}.fa-duotone.fa-pie:before,.fad.fa-pie:before{content:"\f705"}.fa-duotone.fa-pie:after,.fad.fa-pie:after{content:"\10f705"}.fa-duotone.fa-pig:before,.fad.fa-pig:before{content:"\f706"}.fa-duotone.fa-pig:after,.fad.fa-pig:after{content:"\10f706"}.fa-duotone.fa-piggy-bank:before,.fad.fa-piggy-bank:before{content:"\f4d3\fe01"}.fa-duotone.fa-piggy-bank:after,.fad.fa-piggy-bank:after{content:"\f4d3\fe02"}.fa-duotone.fa-pills:before,.fad.fa-pills:before{content:"\f484\fe01"}.fa-duotone.fa-pills:after,.fad.fa-pills:after{content:"\f484\fe02"}.fa-duotone.fa-pinata:before,.fad.fa-pinata:before{content:"\e3c3\fe01"}.fa-duotone.fa-pinata:after,.fad.fa-pinata:after{content:"\e3c3\fe02"}.fa-duotone.fa-pinball:before,.fad.fa-pinball:before{content:"\e229\fe01"}.fa-duotone.fa-pinball:after,.fad.fa-pinball:after{content:"\e229\fe02"}.fa-duotone.fa-pineapple:before,.fad.fa-pineapple:before{content:"\e31f\fe01"}.fa-duotone.fa-pineapple:after,.fad.fa-pineapple:after{content:"\e31f\fe02"}.fa-duotone.fa-pipe:before,.fad.fa-pipe:before{content:"\7c\fe01"}.fa-duotone.fa-pipe:after,.fad.fa-pipe:after{content:"\7c\fe02"}.fa-duotone.fa-pipe-smoking:before,.fad.fa-pipe-smoking:before{content:"\e3c4\fe01"}.fa-duotone.fa-pipe-smoking:after,.fad.fa-pipe-smoking:after{content:"\e3c4\fe02"}.fa-duotone.fa-pizza:before,.fad.fa-pizza:before{content:"\f817"}.fa-duotone.fa-pizza:after,.fad.fa-pizza:after{content:"\10f817"}.fa-duotone.fa-pizza-slice:before,.fad.fa-pizza-slice:before{content:"\f818\fe01"}.fa-duotone.fa-pizza-slice:after,.fad.fa-pizza-slice:after{content:"\f818\fe02"}.fa-duotone.fa-place-of-worship:before,.fad.fa-place-of-worship:before{content:"\f67f\fe01"}.fa-duotone.fa-place-of-worship:after,.fad.fa-place-of-worship:after{content:"\f67f\fe02"}.fa-duotone.fa-plane:before,.fad.fa-plane:before{content:"\f072\fe01"}.fa-duotone.fa-plane:after,.fad.fa-plane:after{content:"\f072\fe02"}.fa-duotone.fa-plane-arrival:before,.fad.fa-plane-arrival:before{content:"\f5af"}.fa-duotone.fa-plane-arrival:after,.fad.fa-plane-arrival:after{content:"\10f5af"}.fa-duotone.fa-plane-departure:before,.fad.fa-plane-departure:before{content:"\f5b0"}.fa-duotone.fa-plane-departure:after,.fad.fa-plane-departure:after{content:"\10f5b0"}.fa-duotone.fa-plane-engines:before,.fad.fa-plane-engines:before{content:"\2708\fe01"}.fa-duotone.fa-plane-engines:after,.fad.fa-plane-engines:after{content:"\2708\fe02"}.fa-duotone.fa-plane-alt:before,.fad.fa-plane-alt:before{content:"\2708\fe01"}.fa-duotone.fa-plane-alt:after,.fad.fa-plane-alt:after{content:"\2708\fe02"}.fa-duotone.fa-plane-prop:before,.fad.fa-plane-prop:before{content:"\e22b\fe01"}.fa-duotone.fa-plane-prop:after,.fad.fa-plane-prop:after{content:"\e22b\fe02"}.fa-duotone.fa-plane-slash:before,.fad.fa-plane-slash:before{content:"\e069\fe01"}.fa-duotone.fa-plane-slash:after,.fad.fa-plane-slash:after{content:"\e069\fe02"}.fa-duotone.fa-plane-tail:before,.fad.fa-plane-tail:before{content:"\e22c\fe01"}.fa-duotone.fa-plane-tail:after,.fad.fa-plane-tail:after{content:"\e22c\fe02"}.fa-duotone.fa-plane-up:before,.fad.fa-plane-up:before{content:"\e22d\fe01"}.fa-duotone.fa-plane-up:after,.fad.fa-plane-up:after{content:"\e22d\fe02"}.fa-duotone.fa-plane-up-slash:before,.fad.fa-plane-up-slash:before{content:"\e22e\fe01"}.fa-duotone.fa-plane-up-slash:after,.fad.fa-plane-up-slash:after{content:"\e22e\fe02"}.fa-duotone.fa-planet-moon:before,.fad.fa-planet-moon:before{content:"\e01f\fe01"}.fa-duotone.fa-planet-moon:after,.fad.fa-planet-moon:after{content:"\e01f\fe02"}.fa-duotone.fa-planet-ringed:before,.fad.fa-planet-ringed:before{content:"\e020"}.fa-duotone.fa-planet-ringed:after,.fad.fa-planet-ringed:after{content:"\10e020"}.fa-duotone.fa-play:before,.fad.fa-play:before{content:"\25b6\fe01"}.fa-duotone.fa-play:after,.fad.fa-play:after{content:"\25b6\fe02"}.fa-duotone.fa-play-pause:before,.fad.fa-play-pause:before{content:"\e22f\fe01"}.fa-duotone.fa-play-pause:after,.fad.fa-play-pause:after{content:"\e22f\fe02"}.fa-duotone.fa-plug:before,.fad.fa-plug:before{content:"\f1e6"}.fa-duotone.fa-plug:after,.fad.fa-plug:after{content:"\10f1e6"}.fa-duotone.fa-plus:before,.fad.fa-plus:before{content:"\2b\fe01"}.fa-duotone.fa-plus:after,.fad.fa-plus:after{content:"\2b\fe02"}.fa-duotone.fa-add:before,.fad.fa-add:before{content:"\2b\fe01"}.fa-duotone.fa-add:after,.fad.fa-add:after{content:"\2b\fe02"}.fa-duotone.fa-plus-minus:before,.fad.fa-plus-minus:before{content:"\b1\fe01"}.fa-duotone.fa-plus-minus:after,.fad.fa-plus-minus:after{content:"\b1\fe02"}.fa-duotone.fa-podcast:before,.fad.fa-podcast:before{content:"\f2ce\fe01"}.fa-duotone.fa-podcast:after,.fad.fa-podcast:after{content:"\f2ce\fe02"}.fa-duotone.fa-podium:before,.fad.fa-podium:before{content:"\f680\fe01"}.fa-duotone.fa-podium:after,.fad.fa-podium:after{content:"\f680\fe02"}.fa-duotone.fa-podium-star:before,.fad.fa-podium-star:before{content:"\f758\fe01"}.fa-duotone.fa-podium-star:after,.fad.fa-podium-star:after{content:"\f758\fe02"}.fa-duotone.fa-police-box:before,.fad.fa-police-box:before{content:"\e021\fe01"}.fa-duotone.fa-police-box:after,.fad.fa-police-box:after{content:"\e021\fe02"}.fa-duotone.fa-poll-people:before,.fad.fa-poll-people:before{content:"\f759\fe01"}.fa-duotone.fa-poll-people:after,.fad.fa-poll-people:after{content:"\f759\fe02"}.fa-duotone.fa-poo:before,.fad.fa-poo:before{content:"\f2fe"}.fa-duotone.fa-poo:after,.fad.fa-poo:after{content:"\10f2fe"}.fa-duotone.fa-poo-bolt:before,.fad.fa-poo-bolt:before{content:"\f75a\fe01"}.fa-duotone.fa-poo-bolt:after,.fad.fa-poo-bolt:after{content:"\f75a\fe02"}.fa-duotone.fa-poo-storm:before,.fad.fa-poo-storm:before{content:"\f75a\fe01"}.fa-duotone.fa-poo-storm:after,.fad.fa-poo-storm:after{content:"\f75a\fe02"}.fa-duotone.fa-pool-8-ball:before,.fad.fa-pool-8-ball:before{content:"\e3c5\fe01"}.fa-duotone.fa-pool-8-ball:after,.fad.fa-pool-8-ball:after{content:"\e3c5\fe02"}.fa-duotone.fa-poop:before,.fad.fa-poop:before{content:"\f619\fe01"}.fa-duotone.fa-poop:after,.fad.fa-poop:after{content:"\f619\fe02"}.fa-duotone.fa-popcorn:before,.fad.fa-popcorn:before{content:"\f819"}.fa-duotone.fa-popcorn:after,.fad.fa-popcorn:after{content:"\10f819"}.fa-duotone.fa-power-off:before,.fad.fa-power-off:before{content:"\23fb\fe01"}.fa-duotone.fa-power-off:after,.fad.fa-power-off:after{content:"\23fb\fe02"}.fa-duotone.fa-prescription:before,.fad.fa-prescription:before{content:"\f5b1\fe01"}.fa-duotone.fa-prescription:after,.fad.fa-prescription:after{content:"\f5b1\fe02"}.fa-duotone.fa-prescription-bottle:before,.fad.fa-prescription-bottle:before{content:"\f485\fe01"}.fa-duotone.fa-prescription-bottle:after,.fad.fa-prescription-bottle:after{content:"\f485\fe02"}.fa-duotone.fa-prescription-bottle-medical:before,.fad.fa-prescription-bottle-medical:before{content:"\f486\fe01"}.fa-duotone.fa-prescription-bottle-medical:after,.fad.fa-prescription-bottle-medical:after{content:"\f486\fe02"}.fa-duotone.fa-prescription-bottle-alt:before,.fad.fa-prescription-bottle-alt:before{content:"\f486\fe01"}.fa-duotone.fa-prescription-bottle-alt:after,.fad.fa-prescription-bottle-alt:after{content:"\f486\fe02"}.fa-duotone.fa-presentation-screen:before,.fad.fa-presentation-screen:before{content:"\f685\fe01"}.fa-duotone.fa-presentation-screen:after,.fad.fa-presentation-screen:after{content:"\f685\fe02"}.fa-duotone.fa-presentation:before,.fad.fa-presentation:before{content:"\f685\fe01"}.fa-duotone.fa-presentation:after,.fad.fa-presentation:after{content:"\f685\fe02"}.fa-duotone.fa-print:before,.fad.fa-print:before{content:"\2399\fe01"}.fa-duotone.fa-print:after,.fad.fa-print:after{content:"\2399\fe02"}.fa-duotone.fa-print-magnifying-glass:before,.fad.fa-print-magnifying-glass:before{content:"\f81a\fe01"}.fa-duotone.fa-print-magnifying-glass:after,.fad.fa-print-magnifying-glass:after{content:"\f81a\fe02"}.fa-duotone.fa-print-search:before,.fad.fa-print-search:before{content:"\f81a\fe01"}.fa-duotone.fa-print-search:after,.fad.fa-print-search:after{content:"\f81a\fe02"}.fa-duotone.fa-print-slash:before,.fad.fa-print-slash:before{content:"\f686\fe01"}.fa-duotone.fa-print-slash:after,.fad.fa-print-slash:after{content:"\f686\fe02"}.fa-duotone.fa-projector:before,.fad.fa-projector:before{content:"\f8d6\fe01"}.fa-duotone.fa-projector:after,.fad.fa-projector:after{content:"\f8d6\fe02"}.fa-duotone.fa-pump-medical:before,.fad.fa-pump-medical:before{content:"\e06a\fe01"}.fa-duotone.fa-pump-medical:after,.fad.fa-pump-medical:after{content:"\e06a\fe02"}.fa-duotone.fa-pump-soap:before,.fad.fa-pump-soap:before{content:"\e06b\fe01"}.fa-duotone.fa-pump-soap:after,.fad.fa-pump-soap:after{content:"\e06b\fe02"}.fa-duotone.fa-pumpkin:before,.fad.fa-pumpkin:before{content:"\f707\fe01"}.fa-duotone.fa-pumpkin:after,.fad.fa-pumpkin:after{content:"\f707\fe02"}.fa-duotone.fa-puzzle-piece:before,.fad.fa-puzzle-piece:before{content:"\f12e"}.fa-duotone.fa-puzzle-piece:after,.fad.fa-puzzle-piece:after{content:"\10f12e"}.fa-duotone.fa-puzzle-piece-simple:before,.fad.fa-puzzle-piece-simple:before{content:"\e231\fe01"}.fa-duotone.fa-puzzle-piece-simple:after,.fad.fa-puzzle-piece-simple:after{content:"\e231\fe02"}.fa-duotone.fa-puzzle-piece-alt:before,.fad.fa-puzzle-piece-alt:before{content:"\e231\fe01"}.fa-duotone.fa-puzzle-piece-alt:after,.fad.fa-puzzle-piece-alt:after{content:"\e231\fe02"}.fa-duotone.fa-q:before,.fad.fa-q:before{content:"\51\fe01"}.fa-duotone.fa-q:after,.fad.fa-q:after{content:"\51\fe02"}.fa-duotone.fa-qrcode:before,.fad.fa-qrcode:before{content:"\f029\fe01"}.fa-duotone.fa-qrcode:after,.fad.fa-qrcode:after{content:"\f029\fe02"}.fa-duotone.fa-question:before,.fad.fa-question:before{content:"\3f\fe01"}.fa-duotone.fa-question:after,.fad.fa-question:after{content:"\3f\fe02"}.fa-duotone.fa-quidditch:before,.fad.fa-quidditch:before{content:"\f458\fe01"}.fa-duotone.fa-quidditch:after,.fad.fa-quidditch:after{content:"\f458\fe02"}.fa-duotone.fa-broom-ball:before,.fad.fa-broom-ball:before{content:"\f458\fe01"}.fa-duotone.fa-broom-ball:after,.fad.fa-broom-ball:after{content:"\f458\fe02"}.fa-duotone.fa-quidditch-broom-ball:before,.fad.fa-quidditch-broom-ball:before{content:"\f458\fe01"}.fa-duotone.fa-quidditch-broom-ball:after,.fad.fa-quidditch-broom-ball:after{content:"\f458\fe02"}.fa-duotone.fa-quote-left:before,.fad.fa-quote-left:before{content:"\201c\fe01"}.fa-duotone.fa-quote-left:after,.fad.fa-quote-left:after{content:"\201c\fe02"}.fa-duotone.fa-quote-left-alt:before,.fad.fa-quote-left-alt:before{content:"\201c\fe01"}.fa-duotone.fa-quote-left-alt:after,.fad.fa-quote-left-alt:after{content:"\201c\fe02"}.fa-duotone.fa-quote-right:before,.fad.fa-quote-right:before{content:"\201d\fe01"}.fa-duotone.fa-quote-right:after,.fad.fa-quote-right:after{content:"\201d\fe02"}.fa-duotone.fa-quote-right-alt:before,.fad.fa-quote-right-alt:before{content:"\201d\fe01"}.fa-duotone.fa-quote-right-alt:after,.fad.fa-quote-right-alt:after{content:"\201d\fe02"}.fa-duotone.fa-quotes:before,.fad.fa-quotes:before{content:"\e234\fe01"}.fa-duotone.fa-quotes:after,.fad.fa-quotes:after{content:"\e234\fe02"}.fa-duotone.fa-r:before,.fad.fa-r:before{content:"\52\fe01"}.fa-duotone.fa-r:after,.fad.fa-r:after{content:"\52\fe02"}.fa-duotone.fa-rabbit:before,.fad.fa-rabbit:before{content:"\f708"}.fa-duotone.fa-rabbit:after,.fad.fa-rabbit:after{content:"\10f708"}.fa-duotone.fa-rabbit-running:before,.fad.fa-rabbit-running:before{content:"\f709\fe01"}.fa-duotone.fa-rabbit-running:after,.fad.fa-rabbit-running:after{content:"\f709\fe02"}.fa-duotone.fa-rabbit-fast:before,.fad.fa-rabbit-fast:before{content:"\f709\fe01"}.fa-duotone.fa-rabbit-fast:after,.fad.fa-rabbit-fast:after{content:"\f709\fe02"}.fa-duotone.fa-racquet:before,.fad.fa-racquet:before{content:"\f45a\fe01"}.fa-duotone.fa-racquet:after,.fad.fa-racquet:after{content:"\f45a\fe02"}.fa-duotone.fa-radar:before,.fad.fa-radar:before{content:"\e024\fe01"}.fa-duotone.fa-radar:after,.fad.fa-radar:after{content:"\e024\fe02"}.fa-duotone.fa-radiation:before,.fad.fa-radiation:before{content:"\f7b9\fe01"}.fa-duotone.fa-radiation:after,.fad.fa-radiation:after{content:"\f7b9\fe02"}.fa-duotone.fa-radio:before,.fad.fa-radio:before{content:"\f8d7"}.fa-duotone.fa-radio:after,.fad.fa-radio:after{content:"\10f8d7"}.fa-duotone.fa-radio-tuner:before,.fad.fa-radio-tuner:before{content:"\f8d8\fe01"}.fa-duotone.fa-radio-tuner:after,.fad.fa-radio-tuner:after{content:"\f8d8\fe02"}.fa-duotone.fa-radio-alt:before,.fad.fa-radio-alt:before{content:"\f8d8\fe01"}.fa-duotone.fa-radio-alt:after,.fad.fa-radio-alt:after{content:"\f8d8\fe02"}.fa-duotone.fa-rainbow:before,.fad.fa-rainbow:before{content:"\f75b"}.fa-duotone.fa-rainbow:after,.fad.fa-rainbow:after{content:"\10f75b"}.fa-duotone.fa-raindrops:before,.fad.fa-raindrops:before{content:"\f75c\fe01"}.fa-duotone.fa-raindrops:after,.fad.fa-raindrops:after{content:"\f75c\fe02"}.fa-duotone.fa-ram:before,.fad.fa-ram:before{content:"\f70a"}.fa-duotone.fa-ram:after,.fad.fa-ram:after{content:"\10f70a"}.fa-duotone.fa-ramp-loading:before,.fad.fa-ramp-loading:before{content:"\f4d4\fe01"}.fa-duotone.fa-ramp-loading:after,.fad.fa-ramp-loading:after{content:"\f4d4\fe02"}.fa-duotone.fa-raygun:before,.fad.fa-raygun:before{content:"\e025\fe01"}.fa-duotone.fa-raygun:after,.fad.fa-raygun:after{content:"\e025\fe02"}.fa-duotone.fa-receipt:before,.fad.fa-receipt:before{content:"\f543"}.fa-duotone.fa-receipt:after,.fad.fa-receipt:after{content:"\10f543"}.fa-duotone.fa-record-vinyl:before,.fad.fa-record-vinyl:before{content:"\f8d9\fe01"}.fa-duotone.fa-record-vinyl:after,.fad.fa-record-vinyl:after{content:"\f8d9\fe02"}.fa-duotone.fa-rectangle:before,.fad.fa-rectangle:before{content:"\25ac\fe01"}.fa-duotone.fa-rectangle:after,.fad.fa-rectangle:after{content:"\25ac\fe02"}.fa-duotone.fa-rectangle-landscape:before,.fad.fa-rectangle-landscape:before{content:"\25ac\fe01"}.fa-duotone.fa-rectangle-landscape:after,.fad.fa-rectangle-landscape:after{content:"\25ac\fe02"}.fa-duotone.fa-rectangle-ad:before,.fad.fa-rectangle-ad:before{content:"\f641\fe01"}.fa-duotone.fa-rectangle-ad:after,.fad.fa-rectangle-ad:after{content:"\f641\fe02"}.fa-duotone.fa-ad:before,.fad.fa-ad:before{content:"\f641\fe01"}.fa-duotone.fa-ad:after,.fad.fa-ad:after{content:"\f641\fe02"}.fa-duotone.fa-rectangle-barcode:before,.fad.fa-rectangle-barcode:before{content:"\f463\fe01"}.fa-duotone.fa-rectangle-barcode:after,.fad.fa-rectangle-barcode:after{content:"\f463\fe02"}.fa-duotone.fa-barcode-alt:before,.fad.fa-barcode-alt:before{content:"\f463\fe01"}.fa-duotone.fa-barcode-alt:after,.fad.fa-barcode-alt:after{content:"\f463\fe02"}.fa-duotone.fa-rectangle-code:before,.fad.fa-rectangle-code:before{content:"\e322\fe01"}.fa-duotone.fa-rectangle-code:after,.fad.fa-rectangle-code:after{content:"\e322\fe02"}.fa-duotone.fa-rectangle-list:before,.fad.fa-rectangle-list:before{content:"\f022\fe01"}.fa-duotone.fa-rectangle-list:after,.fad.fa-rectangle-list:after{content:"\f022\fe02"}.fa-duotone.fa-list-alt:before,.fad.fa-list-alt:before{content:"\f022\fe01"}.fa-duotone.fa-list-alt:after,.fad.fa-list-alt:after{content:"\f022\fe02"}.fa-duotone.fa-rectangle-pro:before,.fad.fa-rectangle-pro:before{content:"\e235\fe01"}.fa-duotone.fa-rectangle-pro:after,.fad.fa-rectangle-pro:after{content:"\e235\fe02"}.fa-duotone.fa-pro:before,.fad.fa-pro:before{content:"\e235\fe01"}.fa-duotone.fa-pro:after,.fad.fa-pro:after{content:"\e235\fe02"}.fa-duotone.fa-rectangle-terminal:before,.fad.fa-rectangle-terminal:before{content:"\e236\fe01"}.fa-duotone.fa-rectangle-terminal:after,.fad.fa-rectangle-terminal:after{content:"\e236\fe02"}.fa-duotone.fa-rectangle-vertical:before,.fad.fa-rectangle-vertical:before{content:"\f2fb\fe01"}.fa-duotone.fa-rectangle-vertical:after,.fad.fa-rectangle-vertical:after{content:"\f2fb\fe02"}.fa-duotone.fa-rectangle-portrait:before,.fad.fa-rectangle-portrait:before{content:"\f2fb\fe01"}.fa-duotone.fa-rectangle-portrait:after,.fad.fa-rectangle-portrait:after{content:"\f2fb\fe02"}.fa-duotone.fa-rectangle-vertical-history:before,.fad.fa-rectangle-vertical-history:before{content:"\e237\fe01"}.fa-duotone.fa-rectangle-vertical-history:after,.fad.fa-rectangle-vertical-history:after{content:"\e237\fe02"}.fa-duotone.fa-rectangle-wide:before,.fad.fa-rectangle-wide:before{content:"\f2fc\fe01"}.fa-duotone.fa-rectangle-wide:after,.fad.fa-rectangle-wide:after{content:"\f2fc\fe02"}.fa-duotone.fa-rectangle-xmark:before,.fad.fa-rectangle-xmark:before{content:"\f410\fe01"}.fa-duotone.fa-rectangle-xmark:after,.fad.fa-rectangle-xmark:after{content:"\f410\fe02"}.fa-duotone.fa-rectangle-times:before,.fad.fa-rectangle-times:before{content:"\f410\fe01"}.fa-duotone.fa-rectangle-times:after,.fad.fa-rectangle-times:after{content:"\f410\fe02"}.fa-duotone.fa-times-rectangle:before,.fad.fa-times-rectangle:before{content:"\f410\fe01"}.fa-duotone.fa-times-rectangle:after,.fad.fa-times-rectangle:after{content:"\f410\fe02"}.fa-duotone.fa-window-close:before,.fad.fa-window-close:before{content:"\f410\fe01"}.fa-duotone.fa-window-close:after,.fad.fa-window-close:after{content:"\f410\fe02"}.fa-duotone.fa-rectangles-mixed:before,.fad.fa-rectangles-mixed:before{content:"\e323\fe01"}.fa-duotone.fa-rectangles-mixed:after,.fad.fa-rectangles-mixed:after{content:"\e323\fe02"}.fa-duotone.fa-recycle:before,.fad.fa-recycle:before{content:"\2672\fe01"}.fa-duotone.fa-recycle:after,.fad.fa-recycle:after{content:"\2672\fe02"}.fa-duotone.fa-reel:before,.fad.fa-reel:before{content:"\e238\fe01"}.fa-duotone.fa-reel:after,.fad.fa-reel:after{content:"\e238\fe02"}.fa-duotone.fa-refrigerator:before,.fad.fa-refrigerator:before{content:"\e026\fe01"}.fa-duotone.fa-refrigerator:after,.fad.fa-refrigerator:after{content:"\e026\fe02"}.fa-duotone.fa-registered:before,.fad.fa-registered:before{content:"\ae\fe01"}.fa-duotone.fa-registered:after,.fad.fa-registered:after{content:"\ae\fe02"}.fa-duotone.fa-repeat:before,.fad.fa-repeat:before{content:"\f363"}.fa-duotone.fa-repeat:after,.fad.fa-repeat:after{content:"\10f363"}.fa-duotone.fa-repeat-1:before,.fad.fa-repeat-1:before{content:"\f365"}.fa-duotone.fa-repeat-1:after,.fad.fa-repeat-1:after{content:"\10f365"}.fa-duotone.fa-reply:before,.fad.fa-reply:before{content:"\f3e5\fe01"}.fa-duotone.fa-reply:after,.fad.fa-reply:after{content:"\f3e5\fe02"}.fa-duotone.fa-mail-reply:before,.fad.fa-mail-reply:before{content:"\f3e5\fe01"}.fa-duotone.fa-mail-reply:after,.fad.fa-mail-reply:after{content:"\f3e5\fe02"}.fa-duotone.fa-reply-all:before,.fad.fa-reply-all:before{content:"\f122\fe01"}.fa-duotone.fa-reply-all:after,.fad.fa-reply-all:after{content:"\f122\fe02"}.fa-duotone.fa-mail-reply-all:before,.fad.fa-mail-reply-all:before{content:"\f122\fe01"}.fa-duotone.fa-mail-reply-all:after,.fad.fa-mail-reply-all:after{content:"\f122\fe02"}.fa-duotone.fa-reply-clock:before,.fad.fa-reply-clock:before{content:"\e239\fe01"}.fa-duotone.fa-reply-clock:after,.fad.fa-reply-clock:after{content:"\e239\fe02"}.fa-duotone.fa-reply-time:before,.fad.fa-reply-time:before{content:"\e239\fe01"}.fa-duotone.fa-reply-time:after,.fad.fa-reply-time:after{content:"\e239\fe02"}.fa-duotone.fa-republican:before,.fad.fa-republican:before{content:"\f75e\fe01"}.fa-duotone.fa-republican:after,.fad.fa-republican:after{content:"\f75e\fe02"}.fa-duotone.fa-restroom:before,.fad.fa-restroom:before{content:"\f7bd\fe01"}.fa-duotone.fa-restroom:after,.fad.fa-restroom:after{content:"\f7bd\fe02"}.fa-duotone.fa-restroom-simple:before,.fad.fa-restroom-simple:before{content:"\e23a\fe01"}.fa-duotone.fa-restroom-simple:after,.fad.fa-restroom-simple:after{content:"\e23a\fe02"}.fa-duotone.fa-retweet:before,.fad.fa-retweet:before{content:"\f079\fe01"}.fa-duotone.fa-retweet:after,.fad.fa-retweet:after{content:"\f079\fe02"}.fa-duotone.fa-rhombus:before,.fad.fa-rhombus:before{content:"\e23b\fe01"}.fa-duotone.fa-rhombus:after,.fad.fa-rhombus:after{content:"\e23b\fe02"}.fa-duotone.fa-ribbon:before,.fad.fa-ribbon:before{content:"\f4d6"}.fa-duotone.fa-ribbon:after,.fad.fa-ribbon:after{content:"\10f4d6"}.fa-duotone.fa-right:before,.fad.fa-right:before{content:"\2b95\fe01"}.fa-duotone.fa-right:after,.fad.fa-right:after{content:"\2b95\fe02"}.fa-duotone.fa-arrow-alt-right:before,.fad.fa-arrow-alt-right:before{content:"\2b95\fe01"}.fa-duotone.fa-arrow-alt-right:after,.fad.fa-arrow-alt-right:after{content:"\2b95\fe02"}.fa-duotone.fa-right-from-bracket:before,.fad.fa-right-from-bracket:before{content:"\f2f5\fe01"}.fa-duotone.fa-right-from-bracket:after,.fad.fa-right-from-bracket:after{content:"\f2f5\fe02"}.fa-duotone.fa-sign-out-alt:before,.fad.fa-sign-out-alt:before{content:"\f2f5\fe01"}.fa-duotone.fa-sign-out-alt:after,.fad.fa-sign-out-alt:after{content:"\f2f5\fe02"}.fa-duotone.fa-right-from-line:before,.fad.fa-right-from-line:before{content:"\f347\fe01"}.fa-duotone.fa-right-from-line:after,.fad.fa-right-from-line:after{content:"\f347\fe02"}.fa-duotone.fa-arrow-alt-from-left:before,.fad.fa-arrow-alt-from-left:before{content:"\f347\fe01"}.fa-duotone.fa-arrow-alt-from-left:after,.fad.fa-arrow-alt-from-left:after{content:"\f347\fe02"}.fa-duotone.fa-right-left:before,.fad.fa-right-left:before{content:"\f362\fe01"}.fa-duotone.fa-right-left:after,.fad.fa-right-left:after{content:"\f362\fe02"}.fa-duotone.fa-exchange-alt:before,.fad.fa-exchange-alt:before{content:"\f362\fe01"}.fa-duotone.fa-exchange-alt:after,.fad.fa-exchange-alt:after{content:"\f362\fe02"}.fa-duotone.fa-right-long:before,.fad.fa-right-long:before{content:"\f30b\fe01"}.fa-duotone.fa-right-long:after,.fad.fa-right-long:after{content:"\f30b\fe02"}.fa-duotone.fa-long-arrow-alt-right:before,.fad.fa-long-arrow-alt-right:before{content:"\f30b\fe01"}.fa-duotone.fa-long-arrow-alt-right:after,.fad.fa-long-arrow-alt-right:after{content:"\f30b\fe02"}.fa-duotone.fa-right-to-bracket:before,.fad.fa-right-to-bracket:before{content:"\f2f6\fe01"}.fa-duotone.fa-right-to-bracket:after,.fad.fa-right-to-bracket:after{content:"\f2f6\fe02"}.fa-duotone.fa-sign-in-alt:before,.fad.fa-sign-in-alt:before{content:"\f2f6\fe01"}.fa-duotone.fa-sign-in-alt:after,.fad.fa-sign-in-alt:after{content:"\f2f6\fe02"}.fa-duotone.fa-right-to-line:before,.fad.fa-right-to-line:before{content:"\f34c\fe01"}.fa-duotone.fa-right-to-line:after,.fad.fa-right-to-line:after{content:"\f34c\fe02"}.fa-duotone.fa-arrow-alt-to-right:before,.fad.fa-arrow-alt-to-right:before{content:"\f34c\fe01"}.fa-duotone.fa-arrow-alt-to-right:after,.fad.fa-arrow-alt-to-right:after{content:"\f34c\fe02"}.fa-duotone.fa-ring:before,.fad.fa-ring:before{content:"\f70b\fe01"}.fa-duotone.fa-ring:after,.fad.fa-ring:after{content:"\f70b\fe02"}.fa-duotone.fa-rings-wedding:before,.fad.fa-rings-wedding:before{content:"\f81b\fe01"}.fa-duotone.fa-rings-wedding:after,.fad.fa-rings-wedding:after{content:"\f81b\fe02"}.fa-duotone.fa-road:before,.fad.fa-road:before{content:"\f018"}.fa-duotone.fa-road:after,.fad.fa-road:after{content:"\10f018"}.fa-duotone.fa-robot:before,.fad.fa-robot:before{content:"\f544"}.fa-duotone.fa-robot:after,.fad.fa-robot:after{content:"\10f544"}.fa-duotone.fa-robot-astromech:before,.fad.fa-robot-astromech:before{content:"\e2d2\fe01"}.fa-duotone.fa-robot-astromech:after,.fad.fa-robot-astromech:after{content:"\e2d2\fe02"}.fa-duotone.fa-rocket:before,.fad.fa-rocket:before{content:"\f135\fe01"}.fa-duotone.fa-rocket:after,.fad.fa-rocket:after{content:"\f135\fe02"}.fa-duotone.fa-rocket-launch:before,.fad.fa-rocket-launch:before{content:"\e027"}.fa-duotone.fa-rocket-launch:after,.fad.fa-rocket-launch:after{content:"\10e027"}.fa-duotone.fa-roller-coaster:before,.fad.fa-roller-coaster:before{content:"\e324\fe01"}.fa-duotone.fa-roller-coaster:after,.fad.fa-roller-coaster:after{content:"\e324\fe02"}.fa-duotone.fa-rotate:before,.fad.fa-rotate:before{content:"\f2f1"}.fa-duotone.fa-rotate:after,.fad.fa-rotate:after{content:"\10f2f1"}.fa-duotone.fa-sync-alt:before,.fad.fa-sync-alt:before{content:"\f2f1"}.fa-duotone.fa-sync-alt:after,.fad.fa-sync-alt:after{content:"\10f2f1"}.fa-duotone.fa-rotate-exclamation:before,.fad.fa-rotate-exclamation:before{content:"\e23c\fe01"}.fa-duotone.fa-rotate-exclamation:after,.fad.fa-rotate-exclamation:after{content:"\e23c\fe02"}.fa-duotone.fa-rotate-left:before,.fad.fa-rotate-left:before{content:"\f2ea\fe01"}.fa-duotone.fa-rotate-left:after,.fad.fa-rotate-left:after{content:"\f2ea\fe02"}.fa-duotone.fa-rotate-back:before,.fad.fa-rotate-back:before{content:"\f2ea\fe01"}.fa-duotone.fa-rotate-back:after,.fad.fa-rotate-back:after{content:"\f2ea\fe02"}.fa-duotone.fa-rotate-backward:before,.fad.fa-rotate-backward:before{content:"\f2ea\fe01"}.fa-duotone.fa-rotate-backward:after,.fad.fa-rotate-backward:after{content:"\f2ea\fe02"}.fa-duotone.fa-undo-alt:before,.fad.fa-undo-alt:before{content:"\f2ea\fe01"}.fa-duotone.fa-undo-alt:after,.fad.fa-undo-alt:after{content:"\f2ea\fe02"}.fa-duotone.fa-rotate-right:before,.fad.fa-rotate-right:before{content:"\f2f9\fe01"}.fa-duotone.fa-rotate-right:after,.fad.fa-rotate-right:after{content:"\f2f9\fe02"}.fa-duotone.fa-redo-alt:before,.fad.fa-redo-alt:before{content:"\f2f9\fe01"}.fa-duotone.fa-redo-alt:after,.fad.fa-redo-alt:after{content:"\f2f9\fe02"}.fa-duotone.fa-rotate-forward:before,.fad.fa-rotate-forward:before{content:"\f2f9\fe01"}.fa-duotone.fa-rotate-forward:after,.fad.fa-rotate-forward:after{content:"\f2f9\fe02"}.fa-duotone.fa-route:before,.fad.fa-route:before{content:"\f4d7\fe01"}.fa-duotone.fa-route:after,.fad.fa-route:after{content:"\f4d7\fe02"}.fa-duotone.fa-route-highway:before,.fad.fa-route-highway:before{content:"\f61a\fe01"}.fa-duotone.fa-route-highway:after,.fad.fa-route-highway:after{content:"\f61a\fe02"}.fa-duotone.fa-route-interstate:before,.fad.fa-route-interstate:before{content:"\f61b\fe01"}.fa-duotone.fa-route-interstate:after,.fad.fa-route-interstate:after{content:"\f61b\fe02"}.fa-duotone.fa-router:before,.fad.fa-router:before{content:"\f8da\fe01"}.fa-duotone.fa-router:after,.fad.fa-router:after{content:"\f8da\fe02"}.fa-duotone.fa-rss:before,.fad.fa-rss:before{content:"\f09e\fe01"}.fa-duotone.fa-rss:after,.fad.fa-rss:after{content:"\f09e\fe02"}.fa-duotone.fa-feed:before,.fad.fa-feed:before{content:"\f09e\fe01"}.fa-duotone.fa-feed:after,.fad.fa-feed:after{content:"\f09e\fe02"}.fa-duotone.fa-ruble-sign:before,.fad.fa-ruble-sign:before{content:"\20bd\fe01"}.fa-duotone.fa-ruble-sign:after,.fad.fa-ruble-sign:after{content:"\20bd\fe02"}.fa-duotone.fa-rouble:before,.fad.fa-rouble:before{content:"\20bd\fe01"}.fa-duotone.fa-rouble:after,.fad.fa-rouble:after{content:"\20bd\fe02"}.fa-duotone.fa-rub:before,.fad.fa-rub:before{content:"\20bd\fe01"}.fa-duotone.fa-rub:after,.fad.fa-rub:after{content:"\20bd\fe02"}.fa-duotone.fa-ruble:before,.fad.fa-ruble:before{content:"\20bd\fe01"}.fa-duotone.fa-ruble:after,.fad.fa-ruble:after{content:"\20bd\fe02"}.fa-duotone.fa-rugby-ball:before,.fad.fa-rugby-ball:before{content:"\e3c6\fe01"}.fa-duotone.fa-rugby-ball:after,.fad.fa-rugby-ball:after{content:"\e3c6\fe02"}.fa-duotone.fa-ruler:before,.fad.fa-ruler:before{content:"\f545"}.fa-duotone.fa-ruler:after,.fad.fa-ruler:after{content:"\10f545"}.fa-duotone.fa-ruler-combined:before,.fad.fa-ruler-combined:before{content:"\f546\fe01"}.fa-duotone.fa-ruler-combined:after,.fad.fa-ruler-combined:after{content:"\f546\fe02"}.fa-duotone.fa-ruler-horizontal:before,.fad.fa-ruler-horizontal:before{content:"\f547\fe01"}.fa-duotone.fa-ruler-horizontal:after,.fad.fa-ruler-horizontal:after{content:"\f547\fe02"}.fa-duotone.fa-ruler-triangle:before,.fad.fa-ruler-triangle:before{content:"\f61c"}.fa-duotone.fa-ruler-triangle:after,.fad.fa-ruler-triangle:after{content:"\10f61c"}.fa-duotone.fa-ruler-vertical:before,.fad.fa-ruler-vertical:before{content:"\f548\fe01"}.fa-duotone.fa-ruler-vertical:after,.fad.fa-ruler-vertical:after{content:"\f548\fe02"}.fa-duotone.fa-rupee-sign:before,.fad.fa-rupee-sign:before{content:"\20a8\fe01"}.fa-duotone.fa-rupee-sign:after,.fad.fa-rupee-sign:after{content:"\20a8\fe02"}.fa-duotone.fa-rupee:before,.fad.fa-rupee:before{content:"\20a8\fe01"}.fa-duotone.fa-rupee:after,.fad.fa-rupee:after{content:"\20a8\fe02"}.fa-duotone.fa-rupiah-sign:before,.fad.fa-rupiah-sign:before{content:"\e23d\fe01"}.fa-duotone.fa-rupiah-sign:after,.fad.fa-rupiah-sign:after{content:"\e23d\fe02"}.fa-duotone.fa-rv:before,.fad.fa-rv:before{content:"\f7be\fe01"}.fa-duotone.fa-rv:after,.fad.fa-rv:after{content:"\f7be\fe02"}.fa-duotone.fa-s:before,.fad.fa-s:before{content:"\53\fe01"}.fa-duotone.fa-s:after,.fad.fa-s:after{content:"\53\fe02"}.fa-duotone.fa-sack:before,.fad.fa-sack:before{content:"\f81c\fe01"}.fa-duotone.fa-sack:after,.fad.fa-sack:after{content:"\f81c\fe02"}.fa-duotone.fa-sack-dollar:before,.fad.fa-sack-dollar:before{content:"\f81d"}.fa-duotone.fa-sack-dollar:after,.fad.fa-sack-dollar:after{content:"\10f81d"}.fa-duotone.fa-salad:before,.fad.fa-salad:before{content:"\f81e"}.fa-duotone.fa-salad:after,.fad.fa-salad:after{content:"\10f81e"}.fa-duotone.fa-bowl-salad:before,.fad.fa-bowl-salad:before{content:"\f81e"}.fa-duotone.fa-bowl-salad:after,.fad.fa-bowl-salad:after{content:"\10f81e"}.fa-duotone.fa-sandwich:before,.fad.fa-sandwich:before{content:"\f81f"}.fa-duotone.fa-sandwich:after,.fad.fa-sandwich:after{content:"\10f81f"}.fa-duotone.fa-satellite:before,.fad.fa-satellite:before{content:"\f7bf"}.fa-duotone.fa-satellite:after,.fad.fa-satellite:after{content:"\10f7bf"}.fa-duotone.fa-satellite-dish:before,.fad.fa-satellite-dish:before{content:"\f7c0"}.fa-duotone.fa-satellite-dish:after,.fad.fa-satellite-dish:after{content:"\10f7c0"}.fa-duotone.fa-sausage:before,.fad.fa-sausage:before{content:"\f820\fe01"}.fa-duotone.fa-sausage:after,.fad.fa-sausage:after{content:"\f820\fe02"}.fa-duotone.fa-saxophone:before,.fad.fa-saxophone:before{content:"\f8dc"}.fa-duotone.fa-saxophone:after,.fad.fa-saxophone:after{content:"\10f8dc"}.fa-duotone.fa-saxophone-fire:before,.fad.fa-saxophone-fire:before{content:"\f8db\fe01"}.fa-duotone.fa-saxophone-fire:after,.fad.fa-saxophone-fire:after{content:"\f8db\fe02"}.fa-duotone.fa-sax-hot:before,.fad.fa-sax-hot:before{content:"\f8db\fe01"}.fa-duotone.fa-sax-hot:after,.fad.fa-sax-hot:after{content:"\f8db\fe02"}.fa-duotone.fa-scale-balanced:before,.fad.fa-scale-balanced:before{content:"\2696\fe01"}.fa-duotone.fa-scale-balanced:after,.fad.fa-scale-balanced:after{content:"\2696\fe02"}.fa-duotone.fa-balance-scale:before,.fad.fa-balance-scale:before{content:"\2696\fe01"}.fa-duotone.fa-balance-scale:after,.fad.fa-balance-scale:after{content:"\2696\fe02"}.fa-duotone.fa-scale-unbalanced:before,.fad.fa-scale-unbalanced:before{content:"\f515\fe01"}.fa-duotone.fa-scale-unbalanced:after,.fad.fa-scale-unbalanced:after{content:"\f515\fe02"}.fa-duotone.fa-balance-scale-left:before,.fad.fa-balance-scale-left:before{content:"\f515\fe01"}.fa-duotone.fa-balance-scale-left:after,.fad.fa-balance-scale-left:after{content:"\f515\fe02"}.fa-duotone.fa-scale-unbalanced-flip:before,.fad.fa-scale-unbalanced-flip:before{content:"\f516\fe01"}.fa-duotone.fa-scale-unbalanced-flip:after,.fad.fa-scale-unbalanced-flip:after{content:"\f516\fe02"}.fa-duotone.fa-balance-scale-right:before,.fad.fa-balance-scale-right:before{content:"\f516\fe01"}.fa-duotone.fa-balance-scale-right:after,.fad.fa-balance-scale-right:after{content:"\f516\fe02"}.fa-duotone.fa-scalpel:before,.fad.fa-scalpel:before{content:"\f61d\fe01"}.fa-duotone.fa-scalpel:after,.fad.fa-scalpel:after{content:"\f61d\fe02"}.fa-duotone.fa-scalpel-line-dashed:before,.fad.fa-scalpel-line-dashed:before{content:"\f61e\fe01"}.fa-duotone.fa-scalpel-line-dashed:after,.fad.fa-scalpel-line-dashed:after{content:"\f61e\fe02"}.fa-duotone.fa-scalpel-path:before,.fad.fa-scalpel-path:before{content:"\f61e\fe01"}.fa-duotone.fa-scalpel-path:after,.fad.fa-scalpel-path:after{content:"\f61e\fe02"}.fa-duotone.fa-scanner:before,.fad.fa-scanner:before{content:"\f8f3\fe01"}.fa-duotone.fa-scanner:after,.fad.fa-scanner:after{content:"\f8f3\fe02"}.fa-duotone.fa-scanner-image:before,.fad.fa-scanner-image:before{content:"\f8f3\fe01"}.fa-duotone.fa-scanner-image:after,.fad.fa-scanner-image:after{content:"\f8f3\fe02"}.fa-duotone.fa-scanner-gun:before,.fad.fa-scanner-gun:before{content:"\f488\fe01"}.fa-duotone.fa-scanner-gun:after,.fad.fa-scanner-gun:after{content:"\f488\fe02"}.fa-duotone.fa-scanner-keyboard:before,.fad.fa-scanner-keyboard:before{content:"\f489\fe01"}.fa-duotone.fa-scanner-keyboard:after,.fad.fa-scanner-keyboard:after{content:"\f489\fe02"}.fa-duotone.fa-scanner-touchscreen:before,.fad.fa-scanner-touchscreen:before{content:"\f48a\fe01"}.fa-duotone.fa-scanner-touchscreen:after,.fad.fa-scanner-touchscreen:after{content:"\f48a\fe02"}.fa-duotone.fa-scarecrow:before,.fad.fa-scarecrow:before{content:"\f70d\fe01"}.fa-duotone.fa-scarecrow:after,.fad.fa-scarecrow:after{content:"\f70d\fe02"}.fa-duotone.fa-scarf:before,.fad.fa-scarf:before{content:"\f7c1"}.fa-duotone.fa-scarf:after,.fad.fa-scarf:after{content:"\10f7c1"}.fa-duotone.fa-school:before,.fad.fa-school:before{content:"\f549"}.fa-duotone.fa-school:after,.fad.fa-school:after{content:"\10f549"}.fa-duotone.fa-scissors:before,.fad.fa-scissors:before{content:"\2700\fe01"}.fa-duotone.fa-scissors:after,.fad.fa-scissors:after{content:"\2700\fe02"}.fa-duotone.fa-cut:before,.fad.fa-cut:before{content:"\2700\fe01"}.fa-duotone.fa-cut:after,.fad.fa-cut:after{content:"\2700\fe02"}.fa-duotone.fa-screen-users:before,.fad.fa-screen-users:before{content:"\f63d\fe01"}.fa-duotone.fa-screen-users:after,.fad.fa-screen-users:after{content:"\f63d\fe02"}.fa-duotone.fa-users-class:before,.fad.fa-users-class:before{content:"\f63d\fe01"}.fa-duotone.fa-users-class:after,.fad.fa-users-class:after{content:"\f63d\fe02"}.fa-duotone.fa-screencast:before,.fad.fa-screencast:before{content:"\e23e\fe01"}.fa-duotone.fa-screencast:after,.fad.fa-screencast:after{content:"\e23e\fe02"}.fa-duotone.fa-screwdriver:before,.fad.fa-screwdriver:before{content:"\f54a"}.fa-duotone.fa-screwdriver:after,.fad.fa-screwdriver:after{content:"\10f54a"}.fa-duotone.fa-screwdriver-wrench:before,.fad.fa-screwdriver-wrench:before{content:"\f7d9\fe01"}.fa-duotone.fa-screwdriver-wrench:after,.fad.fa-screwdriver-wrench:after{content:"\f7d9\fe02"}.fa-duotone.fa-tools:before,.fad.fa-tools:before{content:"\f7d9\fe01"}.fa-duotone.fa-tools:after,.fad.fa-tools:after{content:"\f7d9\fe02"}.fa-duotone.fa-scribble:before,.fad.fa-scribble:before{content:"\e23f\fe01"}.fa-duotone.fa-scribble:after,.fad.fa-scribble:after{content:"\e23f\fe02"}.fa-duotone.fa-scroll:before,.fad.fa-scroll:before{content:"\f70e"}.fa-duotone.fa-scroll:after,.fad.fa-scroll:after{content:"\10f70e"}.fa-duotone.fa-scroll-old:before,.fad.fa-scroll-old:before{content:"\f70f\fe01"}.fa-duotone.fa-scroll-old:after,.fad.fa-scroll-old:after{content:"\f70f\fe02"}.fa-duotone.fa-scroll-torah:before,.fad.fa-scroll-torah:before{content:"\f6a0\fe01"}.fa-duotone.fa-scroll-torah:after,.fad.fa-scroll-torah:after{content:"\f6a0\fe02"}.fa-duotone.fa-torah:before,.fad.fa-torah:before{content:"\f6a0\fe01"}.fa-duotone.fa-torah:after,.fad.fa-torah:after{content:"\f6a0\fe02"}.fa-duotone.fa-scrubber:before,.fad.fa-scrubber:before{content:"\f2f8\fe01"}.fa-duotone.fa-scrubber:after,.fad.fa-scrubber:after{content:"\f2f8\fe02"}.fa-duotone.fa-scythe:before,.fad.fa-scythe:before{content:"\f710\fe01"}.fa-duotone.fa-scythe:after,.fad.fa-scythe:after{content:"\f710\fe02"}.fa-duotone.fa-sd-card:before,.fad.fa-sd-card:before{content:"\f7c2\fe01"}.fa-duotone.fa-sd-card:after,.fad.fa-sd-card:after{content:"\f7c2\fe02"}.fa-duotone.fa-sd-cards:before,.fad.fa-sd-cards:before{content:"\e240\fe01"}.fa-duotone.fa-sd-cards:after,.fad.fa-sd-cards:after{content:"\e240\fe02"}.fa-duotone.fa-seal:before,.fad.fa-seal:before{content:"\e241\fe01"}.fa-duotone.fa-seal:after,.fad.fa-seal:after{content:"\e241\fe02"}.fa-duotone.fa-seal-exclamation:before,.fad.fa-seal-exclamation:before{content:"\e242\fe01"}.fa-duotone.fa-seal-exclamation:after,.fad.fa-seal-exclamation:after{content:"\e242\fe02"}.fa-duotone.fa-seal-question:before,.fad.fa-seal-question:before{content:"\e243\fe01"}.fa-duotone.fa-seal-question:after,.fad.fa-seal-question:after{content:"\e243\fe02"}.fa-duotone.fa-seat-airline:before,.fad.fa-seat-airline:before{content:"\e244\fe01"}.fa-duotone.fa-seat-airline:after,.fad.fa-seat-airline:after{content:"\e244\fe02"}.fa-duotone.fa-section:before,.fad.fa-section:before{content:"\a7\fe01"}.fa-duotone.fa-section:after,.fad.fa-section:after{content:"\a7\fe02"}.fa-duotone.fa-seedling:before,.fad.fa-seedling:before{content:"\f4d8"}.fa-duotone.fa-seedling:after,.fad.fa-seedling:after{content:"\10f4d8"}.fa-duotone.fa-sprout:before,.fad.fa-sprout:before{content:"\f4d8"}.fa-duotone.fa-sprout:after,.fad.fa-sprout:after{content:"\10f4d8"}.fa-duotone.fa-semicolon:before,.fad.fa-semicolon:before{content:"\3b\fe01"}.fa-duotone.fa-semicolon:after,.fad.fa-semicolon:after{content:"\3b\fe02"}.fa-duotone.fa-send-back:before,.fad.fa-send-back:before{content:"\f87e\fe01"}.fa-duotone.fa-send-back:after,.fad.fa-send-back:after{content:"\f87e\fe02"}.fa-duotone.fa-send-backward:before,.fad.fa-send-backward:before{content:"\f87f\fe01"}.fa-duotone.fa-send-backward:after,.fad.fa-send-backward:after{content:"\f87f\fe02"}.fa-duotone.fa-sensor:before,.fad.fa-sensor:before{content:"\e028\fe01"}.fa-duotone.fa-sensor:after,.fad.fa-sensor:after{content:"\e028\fe02"}.fa-duotone.fa-sensor-cloud:before,.fad.fa-sensor-cloud:before{content:"\e02c\fe01"}.fa-duotone.fa-sensor-cloud:after,.fad.fa-sensor-cloud:after{content:"\e02c\fe02"}.fa-duotone.fa-sensor-smoke:before,.fad.fa-sensor-smoke:before{content:"\e02c\fe01"}.fa-duotone.fa-sensor-smoke:after,.fad.fa-sensor-smoke:after{content:"\e02c\fe02"}.fa-duotone.fa-sensor-fire:before,.fad.fa-sensor-fire:before{content:"\e02a\fe01"}.fa-duotone.fa-sensor-fire:after,.fad.fa-sensor-fire:after{content:"\e02a\fe02"}.fa-duotone.fa-sensor-on:before,.fad.fa-sensor-on:before{content:"\e02b\fe01"}.fa-duotone.fa-sensor-on:after,.fad.fa-sensor-on:after{content:"\e02b\fe02"}.fa-duotone.fa-sensor-triangle-exclamation:before,.fad.fa-sensor-triangle-exclamation:before{content:"\e029\fe01"}.fa-duotone.fa-sensor-triangle-exclamation:after,.fad.fa-sensor-triangle-exclamation:after{content:"\e029\fe02"}.fa-duotone.fa-sensor-alert:before,.fad.fa-sensor-alert:before{content:"\e029\fe01"}.fa-duotone.fa-sensor-alert:after,.fad.fa-sensor-alert:after{content:"\e029\fe02"}.fa-duotone.fa-server:before,.fad.fa-server:before{content:"\f233\fe01"}.fa-duotone.fa-server:after,.fad.fa-server:after{content:"\f233\fe02"}.fa-duotone.fa-shapes:before,.fad.fa-shapes:before{content:"\f61f\fe01"}.fa-duotone.fa-shapes:after,.fad.fa-shapes:after{content:"\f61f\fe02"}.fa-duotone.fa-triangle-circle-square:before,.fad.fa-triangle-circle-square:before{content:"\f61f\fe01"}.fa-duotone.fa-triangle-circle-square:after,.fad.fa-triangle-circle-square:after{content:"\f61f\fe02"}.fa-duotone.fa-share:before,.fad.fa-share:before{content:"\f064\fe01"}.fa-duotone.fa-share:after,.fad.fa-share:after{content:"\f064\fe02"}.fa-duotone.fa-arrow-turn-right:before,.fad.fa-arrow-turn-right:before{content:"\f064\fe01"}.fa-duotone.fa-arrow-turn-right:after,.fad.fa-arrow-turn-right:after{content:"\f064\fe02"}.fa-duotone.fa-mail-forward:before,.fad.fa-mail-forward:before{content:"\f064\fe01"}.fa-duotone.fa-mail-forward:after,.fad.fa-mail-forward:after{content:"\f064\fe02"}.fa-duotone.fa-share-all:before,.fad.fa-share-all:before{content:"\f367\fe01"}.fa-duotone.fa-share-all:after,.fad.fa-share-all:after{content:"\f367\fe02"}.fa-duotone.fa-arrows-turn-right:before,.fad.fa-arrows-turn-right:before{content:"\f367\fe01"}.fa-duotone.fa-arrows-turn-right:after,.fad.fa-arrows-turn-right:after{content:"\f367\fe02"}.fa-duotone.fa-share-from-square:before,.fad.fa-share-from-square:before{content:"\f14d\fe01"}.fa-duotone.fa-share-from-square:after,.fad.fa-share-from-square:after{content:"\f14d\fe02"}.fa-duotone.fa-share-square:before,.fad.fa-share-square:before{content:"\f14d\fe01"}.fa-duotone.fa-share-square:after,.fad.fa-share-square:after{content:"\f14d\fe02"}.fa-duotone.fa-share-nodes:before,.fad.fa-share-nodes:before{content:"\f1e0\fe01"}.fa-duotone.fa-share-nodes:after,.fad.fa-share-nodes:after{content:"\f1e0\fe02"}.fa-duotone.fa-share-alt:before,.fad.fa-share-alt:before{content:"\f1e0\fe01"}.fa-duotone.fa-share-alt:after,.fad.fa-share-alt:after{content:"\f1e0\fe02"}.fa-duotone.fa-sheep:before,.fad.fa-sheep:before{content:"\f711"}.fa-duotone.fa-sheep:after,.fad.fa-sheep:after{content:"\10f711"}.fa-duotone.fa-shekel-sign:before,.fad.fa-shekel-sign:before{content:"\20aa\fe01"}.fa-duotone.fa-shekel-sign:after,.fad.fa-shekel-sign:after{content:"\20aa\fe02"}.fa-duotone.fa-ils:before,.fad.fa-ils:before{content:"\20aa\fe01"}.fa-duotone.fa-ils:after,.fad.fa-ils:after{content:"\20aa\fe02"}.fa-duotone.fa-shekel:before,.fad.fa-shekel:before{content:"\20aa\fe01"}.fa-duotone.fa-shekel:after,.fad.fa-shekel:after{content:"\20aa\fe02"}.fa-duotone.fa-sheqel:before,.fad.fa-sheqel:before{content:"\20aa\fe01"}.fa-duotone.fa-sheqel:after,.fad.fa-sheqel:after{content:"\20aa\fe02"}.fa-duotone.fa-sheqel-sign:before,.fad.fa-sheqel-sign:before{content:"\20aa\fe01"}.fa-duotone.fa-sheqel-sign:after,.fad.fa-sheqel-sign:after{content:"\20aa\fe02"}.fa-duotone.fa-shelves:before,.fad.fa-shelves:before{content:"\f480\fe01"}.fa-duotone.fa-shelves:after,.fad.fa-shelves:after{content:"\f480\fe02"}.fa-duotone.fa-inventory:before,.fad.fa-inventory:before{content:"\f480\fe01"}.fa-duotone.fa-inventory:after,.fad.fa-inventory:after{content:"\f480\fe02"}.fa-duotone.fa-shelves-empty:before,.fad.fa-shelves-empty:before{content:"\e246\fe01"}.fa-duotone.fa-shelves-empty:after,.fad.fa-shelves-empty:after{content:"\e246\fe02"}.fa-duotone.fa-shield:before,.fad.fa-shield:before{content:"\f132"}.fa-duotone.fa-shield:after,.fad.fa-shield:after{content:"\10f132"}.fa-duotone.fa-shield-blank:before,.fad.fa-shield-blank:before{content:"\f3ed\fe01"}.fa-duotone.fa-shield-blank:after,.fad.fa-shield-blank:after{content:"\f3ed\fe02"}.fa-duotone.fa-shield-alt:before,.fad.fa-shield-alt:before{content:"\f3ed\fe01"}.fa-duotone.fa-shield-alt:after,.fad.fa-shield-alt:after{content:"\f3ed\fe02"}.fa-duotone.fa-shield-check:before,.fad.fa-shield-check:before{content:"\f2f7\fe01"}.fa-duotone.fa-shield-check:after,.fad.fa-shield-check:after{content:"\f2f7\fe02"}.fa-duotone.fa-shield-cross:before,.fad.fa-shield-cross:before{content:"\26e8\fe01"}.fa-duotone.fa-shield-cross:after,.fad.fa-shield-cross:after{content:"\26e8\fe02"}.fa-duotone.fa-shield-exclamation:before,.fad.fa-shield-exclamation:before{content:"\e247\fe01"}.fa-duotone.fa-shield-exclamation:after,.fad.fa-shield-exclamation:after{content:"\e247\fe02"}.fa-duotone.fa-shield-keyhole:before,.fad.fa-shield-keyhole:before{content:"\e248\fe01"}.fa-duotone.fa-shield-keyhole:after,.fad.fa-shield-keyhole:after{content:"\e248\fe02"}.fa-duotone.fa-shield-minus:before,.fad.fa-shield-minus:before{content:"\e249\fe01"}.fa-duotone.fa-shield-minus:after,.fad.fa-shield-minus:after{content:"\e249\fe02"}.fa-duotone.fa-shield-plus:before,.fad.fa-shield-plus:before{content:"\e24a\fe01"}.fa-duotone.fa-shield-plus:after,.fad.fa-shield-plus:after{content:"\e24a\fe02"}.fa-duotone.fa-shield-slash:before,.fad.fa-shield-slash:before{content:"\e24b\fe01"}.fa-duotone.fa-shield-slash:after,.fad.fa-shield-slash:after{content:"\e24b\fe02"}.fa-duotone.fa-shield-virus:before,.fad.fa-shield-virus:before{content:"\e06c\fe01"}.fa-duotone.fa-shield-virus:after,.fad.fa-shield-virus:after{content:"\e06c\fe02"}.fa-duotone.fa-shield-xmark:before,.fad.fa-shield-xmark:before{content:"\e24c\fe01"}.fa-duotone.fa-shield-xmark:after,.fad.fa-shield-xmark:after{content:"\e24c\fe02"}.fa-duotone.fa-shield-times:before,.fad.fa-shield-times:before{content:"\e24c\fe01"}.fa-duotone.fa-shield-times:after,.fad.fa-shield-times:after{content:"\e24c\fe02"}.fa-duotone.fa-ship:before,.fad.fa-ship:before{content:"\f21a"}.fa-duotone.fa-ship:after,.fad.fa-ship:after{content:"\10f21a"}.fa-duotone.fa-shirt:before,.fad.fa-shirt:before{content:"\f553"}.fa-duotone.fa-shirt:after,.fad.fa-shirt:after{content:"\10f553"}.fa-duotone.fa-t-shirt:before,.fad.fa-t-shirt:before{content:"\f553"}.fa-duotone.fa-t-shirt:after,.fad.fa-t-shirt:after{content:"\10f553"}.fa-duotone.fa-tshirt:before,.fad.fa-tshirt:before{content:"\f553"}.fa-duotone.fa-tshirt:after,.fad.fa-tshirt:after{content:"\10f553"}.fa-duotone.fa-shirt-long-sleeve:before,.fad.fa-shirt-long-sleeve:before{content:"\e3c7\fe01"}.fa-duotone.fa-shirt-long-sleeve:after,.fad.fa-shirt-long-sleeve:after{content:"\e3c7\fe02"}.fa-duotone.fa-shirt-running:before,.fad.fa-shirt-running:before{content:"\e3c8\fe01"}.fa-duotone.fa-shirt-running:after,.fad.fa-shirt-running:after{content:"\e3c8\fe02"}.fa-duotone.fa-shirt-tank-top:before,.fad.fa-shirt-tank-top:before{content:"\e3c9\fe01"}.fa-duotone.fa-shirt-tank-top:after,.fad.fa-shirt-tank-top:after{content:"\e3c9\fe02"}.fa-duotone.fa-shish-kebab:before,.fad.fa-shish-kebab:before{content:"\f821\fe01"}.fa-duotone.fa-shish-kebab:after,.fad.fa-shish-kebab:after{content:"\f821\fe02"}.fa-duotone.fa-shoe-prints:before,.fad.fa-shoe-prints:before{content:"\f54b\fe01"}.fa-duotone.fa-shoe-prints:after,.fad.fa-shoe-prints:after{content:"\f54b\fe02"}.fa-duotone.fa-shop:before,.fad.fa-shop:before{content:"\f54f\fe01"}.fa-duotone.fa-shop:after,.fad.fa-shop:after{content:"\f54f\fe02"}.fa-duotone.fa-store-alt:before,.fad.fa-store-alt:before{content:"\f54f\fe01"}.fa-duotone.fa-store-alt:after,.fad.fa-store-alt:after{content:"\f54f\fe02"}.fa-duotone.fa-shop-slash:before,.fad.fa-shop-slash:before{content:"\e070\fe01"}.fa-duotone.fa-shop-slash:after,.fad.fa-shop-slash:after{content:"\e070\fe02"}.fa-duotone.fa-store-alt-slash:before,.fad.fa-store-alt-slash:before{content:"\e070\fe01"}.fa-duotone.fa-store-alt-slash:after,.fad.fa-store-alt-slash:after{content:"\e070\fe02"}.fa-duotone.fa-shovel:before,.fad.fa-shovel:before{content:"\f713\fe01"}.fa-duotone.fa-shovel:after,.fad.fa-shovel:after{content:"\f713\fe02"}.fa-duotone.fa-shovel-snow:before,.fad.fa-shovel-snow:before{content:"\f7c3\fe01"}.fa-duotone.fa-shovel-snow:after,.fad.fa-shovel-snow:after{content:"\f7c3\fe02"}.fa-duotone.fa-shower:before,.fad.fa-shower:before{content:"\f2cc"}.fa-duotone.fa-shower:after,.fad.fa-shower:after{content:"\10f2cc"}.fa-duotone.fa-shower-down:before,.fad.fa-shower-down:before{content:"\e24d\fe01"}.fa-duotone.fa-shower-down:after,.fad.fa-shower-down:after{content:"\e24d\fe02"}.fa-duotone.fa-shower-alt:before,.fad.fa-shower-alt:before{content:"\e24d\fe01"}.fa-duotone.fa-shower-alt:after,.fad.fa-shower-alt:after{content:"\e24d\fe02"}.fa-duotone.fa-shredder:before,.fad.fa-shredder:before{content:"\f68a\fe01"}.fa-duotone.fa-shredder:after,.fad.fa-shredder:after{content:"\f68a\fe02"}.fa-duotone.fa-shuffle:before,.fad.fa-shuffle:before{content:"\f074"}.fa-duotone.fa-shuffle:after,.fad.fa-shuffle:after{content:"\10f074"}.fa-duotone.fa-random:before,.fad.fa-random:before{content:"\f074"}.fa-duotone.fa-random:after,.fad.fa-random:after{content:"\10f074"}.fa-duotone.fa-shuttle-space:before,.fad.fa-shuttle-space:before{content:"\f197\fe01"}.fa-duotone.fa-shuttle-space:after,.fad.fa-shuttle-space:after{content:"\f197\fe02"}.fa-duotone.fa-space-shuttle:before,.fad.fa-space-shuttle:before{content:"\f197\fe01"}.fa-duotone.fa-space-shuttle:after,.fad.fa-space-shuttle:after{content:"\f197\fe02"}.fa-duotone.fa-shuttlecock:before,.fad.fa-shuttlecock:before{content:"\f45b\fe01"}.fa-duotone.fa-shuttlecock:after,.fad.fa-shuttlecock:after{content:"\f45b\fe02"}.fa-duotone.fa-sickle:before,.fad.fa-sickle:before{content:"\f822\fe01"}.fa-duotone.fa-sickle:after,.fad.fa-sickle:after{content:"\f822\fe02"}.fa-duotone.fa-sidebar:before,.fad.fa-sidebar:before{content:"\e24e\fe01"}.fa-duotone.fa-sidebar:after,.fad.fa-sidebar:after{content:"\e24e\fe02"}.fa-duotone.fa-sidebar-flip:before,.fad.fa-sidebar-flip:before{content:"\e24f\fe01"}.fa-duotone.fa-sidebar-flip:after,.fad.fa-sidebar-flip:after{content:"\e24f\fe02"}.fa-duotone.fa-sigma:before,.fad.fa-sigma:before{content:"\2211\fe01"}.fa-duotone.fa-sigma:after,.fad.fa-sigma:after{content:"\2211\fe02"}.fa-duotone.fa-sign-hanging:before,.fad.fa-sign-hanging:before{content:"\f4d9\fe01"}.fa-duotone.fa-sign-hanging:after,.fad.fa-sign-hanging:after{content:"\f4d9\fe02"}.fa-duotone.fa-sign:before,.fad.fa-sign:before{content:"\f4d9\fe01"}.fa-duotone.fa-sign:after,.fad.fa-sign:after{content:"\f4d9\fe02"}.fa-duotone.fa-signal:before,.fad.fa-signal:before{content:"\f012"}.fa-duotone.fa-signal:after,.fad.fa-signal:after{content:"\10f012"}.fa-duotone.fa-signal-5:before,.fad.fa-signal-5:before{content:"\f012"}.fa-duotone.fa-signal-5:after,.fad.fa-signal-5:after{content:"\10f012"}.fa-duotone.fa-signal-perfect:before,.fad.fa-signal-perfect:before{content:"\f012"}.fa-duotone.fa-signal-perfect:after,.fad.fa-signal-perfect:after{content:"\10f012"}.fa-duotone.fa-signal-bars:before,.fad.fa-signal-bars:before{content:"\f690\fe01"}.fa-duotone.fa-signal-bars:after,.fad.fa-signal-bars:after{content:"\f690\fe02"}.fa-duotone.fa-signal-alt:before,.fad.fa-signal-alt:before{content:"\f690\fe01"}.fa-duotone.fa-signal-alt:after,.fad.fa-signal-alt:after{content:"\f690\fe02"}.fa-duotone.fa-signal-alt-4:before,.fad.fa-signal-alt-4:before{content:"\f690\fe01"}.fa-duotone.fa-signal-alt-4:after,.fad.fa-signal-alt-4:after{content:"\f690\fe02"}.fa-duotone.fa-signal-bars-strong:before,.fad.fa-signal-bars-strong:before{content:"\f690\fe01"}.fa-duotone.fa-signal-bars-strong:after,.fad.fa-signal-bars-strong:after{content:"\f690\fe02"}.fa-duotone.fa-signal-bars-fair:before,.fad.fa-signal-bars-fair:before{content:"\f692\fe01"}.fa-duotone.fa-signal-bars-fair:after,.fad.fa-signal-bars-fair:after{content:"\f692\fe02"}.fa-duotone.fa-signal-alt-2:before,.fad.fa-signal-alt-2:before{content:"\f692\fe01"}.fa-duotone.fa-signal-alt-2:after,.fad.fa-signal-alt-2:after{content:"\f692\fe02"}.fa-duotone.fa-signal-bars-good:before,.fad.fa-signal-bars-good:before{content:"\f693\fe01"}.fa-duotone.fa-signal-bars-good:after,.fad.fa-signal-bars-good:after{content:"\f693\fe02"}.fa-duotone.fa-signal-alt-3:before,.fad.fa-signal-alt-3:before{content:"\f693\fe01"}.fa-duotone.fa-signal-alt-3:after,.fad.fa-signal-alt-3:after{content:"\f693\fe02"}.fa-duotone.fa-signal-bars-slash:before,.fad.fa-signal-bars-slash:before{content:"\f694\fe01"}.fa-duotone.fa-signal-bars-slash:after,.fad.fa-signal-bars-slash:after{content:"\f694\fe02"}.fa-duotone.fa-signal-alt-slash:before,.fad.fa-signal-alt-slash:before{content:"\f694\fe01"}.fa-duotone.fa-signal-alt-slash:after,.fad.fa-signal-alt-slash:after{content:"\f694\fe02"}.fa-duotone.fa-signal-bars-weak:before,.fad.fa-signal-bars-weak:before{content:"\f691\fe01"}.fa-duotone.fa-signal-bars-weak:after,.fad.fa-signal-bars-weak:after{content:"\f691\fe02"}.fa-duotone.fa-signal-alt-1:before,.fad.fa-signal-alt-1:before{content:"\f691\fe01"}.fa-duotone.fa-signal-alt-1:after,.fad.fa-signal-alt-1:after{content:"\f691\fe02"}.fa-duotone.fa-signal-fair:before,.fad.fa-signal-fair:before{content:"\f68d\fe01"}.fa-duotone.fa-signal-fair:after,.fad.fa-signal-fair:after{content:"\f68d\fe02"}.fa-duotone.fa-signal-2:before,.fad.fa-signal-2:before{content:"\f68d\fe01"}.fa-duotone.fa-signal-2:after,.fad.fa-signal-2:after{content:"\f68d\fe02"}.fa-duotone.fa-signal-good:before,.fad.fa-signal-good:before{content:"\f68e\fe01"}.fa-duotone.fa-signal-good:after,.fad.fa-signal-good:after{content:"\f68e\fe02"}.fa-duotone.fa-signal-3:before,.fad.fa-signal-3:before{content:"\f68e\fe01"}.fa-duotone.fa-signal-3:after,.fad.fa-signal-3:after{content:"\f68e\fe02"}.fa-duotone.fa-signal-slash:before,.fad.fa-signal-slash:before{content:"\f695\fe01"}.fa-duotone.fa-signal-slash:after,.fad.fa-signal-slash:after{content:"\f695\fe02"}.fa-duotone.fa-signal-stream:before,.fad.fa-signal-stream:before{content:"\f8dd\fe01"}.fa-duotone.fa-signal-stream:after,.fad.fa-signal-stream:after{content:"\f8dd\fe02"}.fa-duotone.fa-signal-stream-slash:before,.fad.fa-signal-stream-slash:before{content:"\e250\fe01"}.fa-duotone.fa-signal-stream-slash:after,.fad.fa-signal-stream-slash:after{content:"\e250\fe02"}.fa-duotone.fa-signal-strong:before,.fad.fa-signal-strong:before{content:"\f68f\fe01"}.fa-duotone.fa-signal-strong:after,.fad.fa-signal-strong:after{content:"\f68f\fe02"}.fa-duotone.fa-signal-4:before,.fad.fa-signal-4:before{content:"\f68f\fe01"}.fa-duotone.fa-signal-4:after,.fad.fa-signal-4:after{content:"\f68f\fe02"}.fa-duotone.fa-signal-weak:before,.fad.fa-signal-weak:before{content:"\f68c\fe01"}.fa-duotone.fa-signal-weak:after,.fad.fa-signal-weak:after{content:"\f68c\fe02"}.fa-duotone.fa-signal-1:before,.fad.fa-signal-1:before{content:"\f68c\fe01"}.fa-duotone.fa-signal-1:after,.fad.fa-signal-1:after{content:"\f68c\fe02"}.fa-duotone.fa-signature:before,.fad.fa-signature:before{content:"\f5b7\fe01"}.fa-duotone.fa-signature:after,.fad.fa-signature:after{content:"\f5b7\fe02"}.fa-duotone.fa-signature-lock:before,.fad.fa-signature-lock:before{content:"\e3ca\fe01"}.fa-duotone.fa-signature-lock:after,.fad.fa-signature-lock:after{content:"\e3ca\fe02"}.fa-duotone.fa-signature-slash:before,.fad.fa-signature-slash:before{content:"\e3cb\fe01"}.fa-duotone.fa-signature-slash:after,.fad.fa-signature-slash:after{content:"\e3cb\fe02"}.fa-duotone.fa-signs-post:before,.fad.fa-signs-post:before{content:"\f277\fe01"}.fa-duotone.fa-signs-post:after,.fad.fa-signs-post:after{content:"\f277\fe02"}.fa-duotone.fa-map-signs:before,.fad.fa-map-signs:before{content:"\f277\fe01"}.fa-duotone.fa-map-signs:after,.fad.fa-map-signs:after{content:"\f277\fe02"}.fa-duotone.fa-sim-card:before,.fad.fa-sim-card:before{content:"\f7c4\fe01"}.fa-duotone.fa-sim-card:after,.fad.fa-sim-card:after{content:"\f7c4\fe02"}.fa-duotone.fa-sim-cards:before,.fad.fa-sim-cards:before{content:"\e251\fe01"}.fa-duotone.fa-sim-cards:after,.fad.fa-sim-cards:after{content:"\e251\fe02"}.fa-duotone.fa-sink:before,.fad.fa-sink:before{content:"\e06d\fe01"}.fa-duotone.fa-sink:after,.fad.fa-sink:after{content:"\e06d\fe02"}.fa-duotone.fa-siren:before,.fad.fa-siren:before{content:"\e02d\fe01"}.fa-duotone.fa-siren:after,.fad.fa-siren:after{content:"\e02d\fe02"}.fa-duotone.fa-siren-on:before,.fad.fa-siren-on:before{content:"\e02e\fe01"}.fa-duotone.fa-siren-on:after,.fad.fa-siren-on:after{content:"\e02e\fe02"}.fa-duotone.fa-sitemap:before,.fad.fa-sitemap:before{content:"\f0e8\fe01"}.fa-duotone.fa-sitemap:after,.fad.fa-sitemap:after{content:"\f0e8\fe02"}.fa-duotone.fa-skeleton:before,.fad.fa-skeleton:before{content:"\f620\fe01"}.fa-duotone.fa-skeleton:after,.fad.fa-skeleton:after{content:"\f620\fe02"}.fa-duotone.fa-ski-boot:before,.fad.fa-ski-boot:before{content:"\e3cc\fe01"}.fa-duotone.fa-ski-boot:after,.fad.fa-ski-boot:after{content:"\e3cc\fe02"}.fa-duotone.fa-ski-boot-ski:before,.fad.fa-ski-boot-ski:before{content:"\e3cd\fe01"}.fa-duotone.fa-ski-boot-ski:after,.fad.fa-ski-boot-ski:after{content:"\e3cd\fe02"}.fa-duotone.fa-skull:before,.fad.fa-skull:before{content:"\f54c"}.fa-duotone.fa-skull:after,.fad.fa-skull:after{content:"\10f54c"}.fa-duotone.fa-skull-cow:before,.fad.fa-skull-cow:before{content:"\f8de\fe01"}.fa-duotone.fa-skull-cow:after,.fad.fa-skull-cow:after{content:"\f8de\fe02"}.fa-duotone.fa-skull-crossbones:before,.fad.fa-skull-crossbones:before{content:"\2620\fe01"}.fa-duotone.fa-skull-crossbones:after,.fad.fa-skull-crossbones:after{content:"\2620\fe02"}.fa-duotone.fa-slash:before,.fad.fa-slash:before{content:"\f715\fe01"}.fa-duotone.fa-slash:after,.fad.fa-slash:after{content:"\f715\fe02"}.fa-duotone.fa-slash-back:before,.fad.fa-slash-back:before{content:"\5c\fe01"}.fa-duotone.fa-slash-back:after,.fad.fa-slash-back:after{content:"\5c\fe02"}.fa-duotone.fa-slash-forward:before,.fad.fa-slash-forward:before{content:"\2f\fe01"}.fa-duotone.fa-slash-forward:after,.fad.fa-slash-forward:after{content:"\2f\fe02"}.fa-duotone.fa-sleigh:before,.fad.fa-sleigh:before{content:"\f7cc\fe01"}.fa-duotone.fa-sleigh:after,.fad.fa-sleigh:after{content:"\f7cc\fe02"}.fa-duotone.fa-slider:before,.fad.fa-slider:before{content:"\e252\fe01"}.fa-duotone.fa-slider:after,.fad.fa-slider:after{content:"\e252\fe02"}.fa-duotone.fa-sliders:before,.fad.fa-sliders:before{content:"\f1de\fe01"}.fa-duotone.fa-sliders:after,.fad.fa-sliders:after{content:"\f1de\fe02"}.fa-duotone.fa-sliders-h:before,.fad.fa-sliders-h:before{content:"\f1de\fe01"}.fa-duotone.fa-sliders-h:after,.fad.fa-sliders-h:after{content:"\f1de\fe02"}.fa-duotone.fa-sliders-simple:before,.fad.fa-sliders-simple:before{content:"\e253\fe01"}.fa-duotone.fa-sliders-simple:after,.fad.fa-sliders-simple:after{content:"\e253\fe02"}.fa-duotone.fa-sliders-up:before,.fad.fa-sliders-up:before{content:"\f3f1\fe01"}.fa-duotone.fa-sliders-up:after,.fad.fa-sliders-up:after{content:"\f3f1\fe02"}.fa-duotone.fa-sliders-v:before,.fad.fa-sliders-v:before{content:"\f3f1\fe01"}.fa-duotone.fa-sliders-v:after,.fad.fa-sliders-v:after{content:"\f3f1\fe02"}.fa-duotone.fa-slot-machine:before,.fad.fa-slot-machine:before{content:"\e3ce\fe01"}.fa-duotone.fa-slot-machine:after,.fad.fa-slot-machine:after{content:"\e3ce\fe02"}.fa-duotone.fa-smog:before,.fad.fa-smog:before{content:"\f75f\fe01"}.fa-duotone.fa-smog:after,.fad.fa-smog:after{content:"\f75f\fe02"}.fa-duotone.fa-smoke:before,.fad.fa-smoke:before{content:"\f760\fe01"}.fa-duotone.fa-smoke:after,.fad.fa-smoke:after{content:"\f760\fe02"}.fa-duotone.fa-smoking:before,.fad.fa-smoking:before{content:"\f48d"}.fa-duotone.fa-smoking:after,.fad.fa-smoking:after{content:"\10f48d"}.fa-duotone.fa-snake:before,.fad.fa-snake:before{content:"\f716"}.fa-duotone.fa-snake:after,.fad.fa-snake:after{content:"\10f716"}.fa-duotone.fa-snooze:before,.fad.fa-snooze:before{content:"\f880"}.fa-duotone.fa-snooze:after,.fad.fa-snooze:after{content:"\10f880"}.fa-duotone.fa-zzz:before,.fad.fa-zzz:before{content:"\f880"}.fa-duotone.fa-zzz:after,.fad.fa-zzz:after{content:"\10f880"}.fa-duotone.fa-snow-blowing:before,.fad.fa-snow-blowing:before{content:"\f761\fe01"}.fa-duotone.fa-snow-blowing:after,.fad.fa-snow-blowing:after{content:"\f761\fe02"}.fa-duotone.fa-snowflake:before,.fad.fa-snowflake:before{content:"\2744\fe01"}.fa-duotone.fa-snowflake:after,.fad.fa-snowflake:after{content:"\2744\fe02"}.fa-duotone.fa-snowflakes:before,.fad.fa-snowflakes:before{content:"\f7cf\fe01"}.fa-duotone.fa-snowflakes:after,.fad.fa-snowflakes:after{content:"\f7cf\fe02"}.fa-duotone.fa-snowman:before,.fad.fa-snowman:before{content:"\2603\fe01"}.fa-duotone.fa-snowman:after,.fad.fa-snowman:after{content:"\2603\fe02"}.fa-duotone.fa-snowman-head:before,.fad.fa-snowman-head:before{content:"\f79b\fe01"}.fa-duotone.fa-snowman-head:after,.fad.fa-snowman-head:after{content:"\f79b\fe02"}.fa-duotone.fa-frosty-head:before,.fad.fa-frosty-head:before{content:"\f79b\fe01"}.fa-duotone.fa-frosty-head:after,.fad.fa-frosty-head:after{content:"\f79b\fe02"}.fa-duotone.fa-snowplow:before,.fad.fa-snowplow:before{content:"\f7d2\fe01"}.fa-duotone.fa-snowplow:after,.fad.fa-snowplow:after{content:"\f7d2\fe02"}.fa-duotone.fa-soap:before,.fad.fa-soap:before{content:"\e06e"}.fa-duotone.fa-soap:after,.fad.fa-soap:after{content:"\10e06e"}.fa-duotone.fa-socks:before,.fad.fa-socks:before{content:"\f696"}.fa-duotone.fa-socks:after,.fad.fa-socks:after{content:"\10f696"}.fa-duotone.fa-solar-panel:before,.fad.fa-solar-panel:before{content:"\f5ba\fe01"}.fa-duotone.fa-solar-panel:after,.fad.fa-solar-panel:after{content:"\f5ba\fe02"}.fa-duotone.fa-solar-system:before,.fad.fa-solar-system:before{content:"\e02f\fe01"}.fa-duotone.fa-solar-system:after,.fad.fa-solar-system:after{content:"\e02f\fe02"}.fa-duotone.fa-sort:before,.fad.fa-sort:before{content:"\f0dc\fe01"}.fa-duotone.fa-sort:after,.fad.fa-sort:after{content:"\f0dc\fe02"}.fa-duotone.fa-unsorted:before,.fad.fa-unsorted:before{content:"\f0dc\fe01"}.fa-duotone.fa-unsorted:after,.fad.fa-unsorted:after{content:"\f0dc\fe02"}.fa-duotone.fa-sort-down:before,.fad.fa-sort-down:before{content:"\f0dd\fe01"}.fa-duotone.fa-sort-down:after,.fad.fa-sort-down:after{content:"\f0dd\fe02"}.fa-duotone.fa-sort-desc:before,.fad.fa-sort-desc:before{content:"\f0dd\fe01"}.fa-duotone.fa-sort-desc:after,.fad.fa-sort-desc:after{content:"\f0dd\fe02"}.fa-duotone.fa-sort-up:before,.fad.fa-sort-up:before{content:"\f0de\fe01"}.fa-duotone.fa-sort-up:after,.fad.fa-sort-up:after{content:"\f0de\fe02"}.fa-duotone.fa-sort-asc:before,.fad.fa-sort-asc:before{content:"\f0de\fe01"}.fa-duotone.fa-sort-asc:after,.fad.fa-sort-asc:after{content:"\f0de\fe02"}.fa-duotone.fa-spa:before,.fad.fa-spa:before{content:"\f5bb\fe01"}.fa-duotone.fa-spa:after,.fad.fa-spa:after{content:"\f5bb\fe02"}.fa-duotone.fa-space-station-moon:before,.fad.fa-space-station-moon:before{content:"\e033\fe01"}.fa-duotone.fa-space-station-moon:after,.fad.fa-space-station-moon:after{content:"\e033\fe02"}.fa-duotone.fa-space-station-moon-construction:before,.fad.fa-space-station-moon-construction:before{content:"\e034\fe01"}.fa-duotone.fa-space-station-moon-construction:after,.fad.fa-space-station-moon-construction:after{content:"\e034\fe02"}.fa-duotone.fa-space-station-moon-alt:before,.fad.fa-space-station-moon-alt:before{content:"\e034\fe01"}.fa-duotone.fa-space-station-moon-alt:after,.fad.fa-space-station-moon-alt:after{content:"\e034\fe02"}.fa-duotone.fa-spade:before,.fad.fa-spade:before{content:"\2660\fe01"}.fa-duotone.fa-spade:after,.fad.fa-spade:after{content:"\2660\fe02"}.fa-duotone.fa-spaghetti-monster-flying:before,.fad.fa-spaghetti-monster-flying:before{content:"\f67b\fe01"}.fa-duotone.fa-spaghetti-monster-flying:after,.fad.fa-spaghetti-monster-flying:after{content:"\f67b\fe02"}.fa-duotone.fa-pastafarianism:before,.fad.fa-pastafarianism:before{content:"\f67b\fe01"}.fa-duotone.fa-pastafarianism:after,.fad.fa-pastafarianism:after{content:"\f67b\fe02"}.fa-duotone.fa-sparkles:before,.fad.fa-sparkles:before{content:"\2728\fe01"}.fa-duotone.fa-sparkles:after,.fad.fa-sparkles:after{content:"\2728\fe02"}.fa-duotone.fa-speaker:before,.fad.fa-speaker:before{content:"\f8df\fe01"}.fa-duotone.fa-speaker:after,.fad.fa-speaker:after{content:"\f8df\fe02"}.fa-duotone.fa-speakers:before,.fad.fa-speakers:before{content:"\f8e0\fe01"}.fa-duotone.fa-speakers:after,.fad.fa-speakers:after{content:"\f8e0\fe02"}.fa-duotone.fa-spell-check:before,.fad.fa-spell-check:before{content:"\f891\fe01"}.fa-duotone.fa-spell-check:after,.fad.fa-spell-check:after{content:"\f891\fe02"}.fa-duotone.fa-spider:before,.fad.fa-spider:before{content:"\f717"}.fa-duotone.fa-spider:after,.fad.fa-spider:after{content:"\10f717"}.fa-duotone.fa-spider-black-widow:before,.fad.fa-spider-black-widow:before{content:"\f718\fe01"}.fa-duotone.fa-spider-black-widow:after,.fad.fa-spider-black-widow:after{content:"\f718\fe02"}.fa-duotone.fa-spider-web:before,.fad.fa-spider-web:before{content:"\f719"}.fa-duotone.fa-spider-web:after,.fad.fa-spider-web:after{content:"\10f719"}.fa-duotone.fa-spinner:before,.fad.fa-spinner:before{content:"\f110\fe01"}.fa-duotone.fa-spinner:after,.fad.fa-spinner:after{content:"\f110\fe02"}.fa-duotone.fa-spinner-third:before,.fad.fa-spinner-third:before{content:"\f3f4\fe01"}.fa-duotone.fa-spinner-third:after,.fad.fa-spinner-third:after{content:"\f3f4\fe02"}.fa-duotone.fa-split:before,.fad.fa-split:before{content:"\e254\fe01"}.fa-duotone.fa-split:after,.fad.fa-split:after{content:"\e254\fe02"}.fa-duotone.fa-splotch:before,.fad.fa-splotch:before{content:"\f5bc\fe01"}.fa-duotone.fa-splotch:after,.fad.fa-splotch:after{content:"\f5bc\fe02"}.fa-duotone.fa-spoon:before,.fad.fa-spoon:before{content:"\f2e5"}.fa-duotone.fa-spoon:after,.fad.fa-spoon:after{content:"\10f2e5"}.fa-duotone.fa-utensil-spoon:before,.fad.fa-utensil-spoon:before{content:"\f2e5"}.fa-duotone.fa-utensil-spoon:after,.fad.fa-utensil-spoon:after{content:"\10f2e5"}.fa-duotone.fa-spray-can:before,.fad.fa-spray-can:before{content:"\f5bd\fe01"}.fa-duotone.fa-spray-can:after,.fad.fa-spray-can:after{content:"\f5bd\fe02"}.fa-duotone.fa-spray-can-sparkles:before,.fad.fa-spray-can-sparkles:before{content:"\f5d0\fe01"}.fa-duotone.fa-spray-can-sparkles:after,.fad.fa-spray-can-sparkles:after{content:"\f5d0\fe02"}.fa-duotone.fa-air-freshener:before,.fad.fa-air-freshener:before{content:"\f5d0\fe01"}.fa-duotone.fa-air-freshener:after,.fad.fa-air-freshener:after{content:"\f5d0\fe02"}.fa-duotone.fa-sprinkler:before,.fad.fa-sprinkler:before{content:"\e035\fe01"}.fa-duotone.fa-sprinkler:after,.fad.fa-sprinkler:after{content:"\e035\fe02"}.fa-duotone.fa-square:before,.fad.fa-square:before{content:"\25a0\fe01"}.fa-duotone.fa-square:after,.fad.fa-square:after{content:"\25a0\fe02"}.fa-duotone.fa-square-0:before,.fad.fa-square-0:before{content:"\e255\fe01"}.fa-duotone.fa-square-0:after,.fad.fa-square-0:after{content:"\e255\fe02"}.fa-duotone.fa-square-1:before,.fad.fa-square-1:before{content:"\e256\fe01"}.fa-duotone.fa-square-1:after,.fad.fa-square-1:after{content:"\e256\fe02"}.fa-duotone.fa-square-2:before,.fad.fa-square-2:before{content:"\e257\fe01"}.fa-duotone.fa-square-2:after,.fad.fa-square-2:after{content:"\e257\fe02"}.fa-duotone.fa-square-3:before,.fad.fa-square-3:before{content:"\e258\fe01"}.fa-duotone.fa-square-3:after,.fad.fa-square-3:after{content:"\e258\fe02"}.fa-duotone.fa-square-4:before,.fad.fa-square-4:before{content:"\e259\fe01"}.fa-duotone.fa-square-4:after,.fad.fa-square-4:after{content:"\e259\fe02"}.fa-duotone.fa-square-5:before,.fad.fa-square-5:before{content:"\e25a\fe01"}.fa-duotone.fa-square-5:after,.fad.fa-square-5:after{content:"\e25a\fe02"}.fa-duotone.fa-square-6:before,.fad.fa-square-6:before{content:"\e25b\fe01"}.fa-duotone.fa-square-6:after,.fad.fa-square-6:after{content:"\e25b\fe02"}.fa-duotone.fa-square-7:before,.fad.fa-square-7:before{content:"\e25c\fe01"}.fa-duotone.fa-square-7:after,.fad.fa-square-7:after{content:"\e25c\fe02"}.fa-duotone.fa-square-8:before,.fad.fa-square-8:before{content:"\e25d\fe01"}.fa-duotone.fa-square-8:after,.fad.fa-square-8:after{content:"\e25d\fe02"}.fa-duotone.fa-square-9:before,.fad.fa-square-9:before{content:"\e25e\fe01"}.fa-duotone.fa-square-9:after,.fad.fa-square-9:after{content:"\e25e\fe02"}.fa-duotone.fa-square-a:before,.fad.fa-square-a:before{content:"\e25f\fe01"}.fa-duotone.fa-square-a:after,.fad.fa-square-a:after{content:"\e25f\fe02"}.fa-duotone.fa-square-ampersand:before,.fad.fa-square-ampersand:before{content:"\e260\fe01"}.fa-duotone.fa-square-ampersand:after,.fad.fa-square-ampersand:after{content:"\e260\fe02"}.fa-duotone.fa-square-arrow-down:before,.fad.fa-square-arrow-down:before{content:"\f339\fe01"}.fa-duotone.fa-square-arrow-down:after,.fad.fa-square-arrow-down:after{content:"\f339\fe02"}.fa-duotone.fa-arrow-square-down:before,.fad.fa-arrow-square-down:before{content:"\f339\fe01"}.fa-duotone.fa-arrow-square-down:after,.fad.fa-arrow-square-down:after{content:"\f339\fe02"}.fa-duotone.fa-square-arrow-down-left:before,.fad.fa-square-arrow-down-left:before{content:"\e261\fe01"}.fa-duotone.fa-square-arrow-down-left:after,.fad.fa-square-arrow-down-left:after{content:"\e261\fe02"}.fa-duotone.fa-square-arrow-down-right:before,.fad.fa-square-arrow-down-right:before{content:"\e262\fe01"}.fa-duotone.fa-square-arrow-down-right:after,.fad.fa-square-arrow-down-right:after{content:"\e262\fe02"}.fa-duotone.fa-square-arrow-left:before,.fad.fa-square-arrow-left:before{content:"\f33a\fe01"}.fa-duotone.fa-square-arrow-left:after,.fad.fa-square-arrow-left:after{content:"\f33a\fe02"}.fa-duotone.fa-arrow-square-left:before,.fad.fa-arrow-square-left:before{content:"\f33a\fe01"}.fa-duotone.fa-arrow-square-left:after,.fad.fa-arrow-square-left:after{content:"\f33a\fe02"}.fa-duotone.fa-square-arrow-right:before,.fad.fa-square-arrow-right:before{content:"\f33b\fe01"}.fa-duotone.fa-square-arrow-right:after,.fad.fa-square-arrow-right:after{content:"\f33b\fe02"}.fa-duotone.fa-arrow-square-right:before,.fad.fa-arrow-square-right:before{content:"\f33b\fe01"}.fa-duotone.fa-arrow-square-right:after,.fad.fa-arrow-square-right:after{content:"\f33b\fe02"}.fa-duotone.fa-square-arrow-up:before,.fad.fa-square-arrow-up:before{content:"\f33c\fe01"}.fa-duotone.fa-square-arrow-up:after,.fad.fa-square-arrow-up:after{content:"\f33c\fe02"}.fa-duotone.fa-arrow-square-up:before,.fad.fa-arrow-square-up:before{content:"\f33c\fe01"}.fa-duotone.fa-arrow-square-up:after,.fad.fa-arrow-square-up:after{content:"\f33c\fe02"}.fa-duotone.fa-square-arrow-up-left:before,.fad.fa-square-arrow-up-left:before{content:"\e263\fe01"}.fa-duotone.fa-square-arrow-up-left:after,.fad.fa-square-arrow-up-left:after{content:"\e263\fe02"}.fa-duotone.fa-square-arrow-up-right:before,.fad.fa-square-arrow-up-right:before{content:"\f14c\fe01"}.fa-duotone.fa-square-arrow-up-right:after,.fad.fa-square-arrow-up-right:after{content:"\f14c\fe02"}.fa-duotone.fa-external-link-square:before,.fad.fa-external-link-square:before{content:"\f14c\fe01"}.fa-duotone.fa-external-link-square:after,.fad.fa-external-link-square:after{content:"\f14c\fe02"}.fa-duotone.fa-square-b:before,.fad.fa-square-b:before{content:"\e264\fe01"}.fa-duotone.fa-square-b:after,.fad.fa-square-b:after{content:"\e264\fe02"}.fa-duotone.fa-square-bolt:before,.fad.fa-square-bolt:before{content:"\e265\fe01"}.fa-duotone.fa-square-bolt:after,.fad.fa-square-bolt:after{content:"\e265\fe02"}.fa-duotone.fa-square-c:before,.fad.fa-square-c:before{content:"\e266\fe01"}.fa-duotone.fa-square-c:after,.fad.fa-square-c:after{content:"\e266\fe02"}.fa-duotone.fa-square-caret-down:before,.fad.fa-square-caret-down:before{content:"\f150\fe01"}.fa-duotone.fa-square-caret-down:after,.fad.fa-square-caret-down:after{content:"\f150\fe02"}.fa-duotone.fa-caret-square-down:before,.fad.fa-caret-square-down:before{content:"\f150\fe01"}.fa-duotone.fa-caret-square-down:after,.fad.fa-caret-square-down:after{content:"\f150\fe02"}.fa-duotone.fa-square-caret-left:before,.fad.fa-square-caret-left:before{content:"\f191\fe01"}.fa-duotone.fa-square-caret-left:after,.fad.fa-square-caret-left:after{content:"\f191\fe02"}.fa-duotone.fa-caret-square-left:before,.fad.fa-caret-square-left:before{content:"\f191\fe01"}.fa-duotone.fa-caret-square-left:after,.fad.fa-caret-square-left:after{content:"\f191\fe02"}.fa-duotone.fa-square-caret-right:before,.fad.fa-square-caret-right:before{content:"\f152\fe01"}.fa-duotone.fa-square-caret-right:after,.fad.fa-square-caret-right:after{content:"\f152\fe02"}.fa-duotone.fa-caret-square-right:before,.fad.fa-caret-square-right:before{content:"\f152\fe01"}.fa-duotone.fa-caret-square-right:after,.fad.fa-caret-square-right:after{content:"\f152\fe02"}.fa-duotone.fa-square-caret-up:before,.fad.fa-square-caret-up:before{content:"\f151\fe01"}.fa-duotone.fa-square-caret-up:after,.fad.fa-square-caret-up:after{content:"\f151\fe02"}.fa-duotone.fa-caret-square-up:before,.fad.fa-caret-square-up:before{content:"\f151\fe01"}.fa-duotone.fa-caret-square-up:after,.fad.fa-caret-square-up:after{content:"\f151\fe02"}.fa-duotone.fa-square-check:before,.fad.fa-square-check:before{content:"\2611\fe01"}.fa-duotone.fa-square-check:after,.fad.fa-square-check:after{content:"\2611\fe02"}.fa-duotone.fa-check-square:before,.fad.fa-check-square:before{content:"\2611\fe01"}.fa-duotone.fa-check-square:after,.fad.fa-check-square:after{content:"\2611\fe02"}.fa-duotone.fa-square-chevron-down:before,.fad.fa-square-chevron-down:before{content:"\f329\fe01"}.fa-duotone.fa-square-chevron-down:after,.fad.fa-square-chevron-down:after{content:"\f329\fe02"}.fa-duotone.fa-chevron-square-down:before,.fad.fa-chevron-square-down:before{content:"\f329\fe01"}.fa-duotone.fa-chevron-square-down:after,.fad.fa-chevron-square-down:after{content:"\f329\fe02"}.fa-duotone.fa-square-chevron-left:before,.fad.fa-square-chevron-left:before{content:"\f32a\fe01"}.fa-duotone.fa-square-chevron-left:after,.fad.fa-square-chevron-left:after{content:"\f32a\fe02"}.fa-duotone.fa-chevron-square-left:before,.fad.fa-chevron-square-left:before{content:"\f32a\fe01"}.fa-duotone.fa-chevron-square-left:after,.fad.fa-chevron-square-left:after{content:"\f32a\fe02"}.fa-duotone.fa-square-chevron-right:before,.fad.fa-square-chevron-right:before{content:"\f32b\fe01"}.fa-duotone.fa-square-chevron-right:after,.fad.fa-square-chevron-right:after{content:"\f32b\fe02"}.fa-duotone.fa-chevron-square-right:before,.fad.fa-chevron-square-right:before{content:"\f32b\fe01"}.fa-duotone.fa-chevron-square-right:after,.fad.fa-chevron-square-right:after{content:"\f32b\fe02"}.fa-duotone.fa-square-chevron-up:before,.fad.fa-square-chevron-up:before{content:"\f32c\fe01"}.fa-duotone.fa-square-chevron-up:after,.fad.fa-square-chevron-up:after{content:"\f32c\fe02"}.fa-duotone.fa-chevron-square-up:before,.fad.fa-chevron-square-up:before{content:"\f32c\fe01"}.fa-duotone.fa-chevron-square-up:after,.fad.fa-chevron-square-up:after{content:"\f32c\fe02"}.fa-duotone.fa-square-code:before,.fad.fa-square-code:before{content:"\e267\fe01"}.fa-duotone.fa-square-code:after,.fad.fa-square-code:after{content:"\e267\fe02"}.fa-duotone.fa-square-d:before,.fad.fa-square-d:before{content:"\e268\fe01"}.fa-duotone.fa-square-d:after,.fad.fa-square-d:after{content:"\e268\fe02"}.fa-duotone.fa-square-dashed:before,.fad.fa-square-dashed:before{content:"\e269\fe01"}.fa-duotone.fa-square-dashed:after,.fad.fa-square-dashed:after{content:"\e269\fe02"}.fa-duotone.fa-square-divide:before,.fad.fa-square-divide:before{content:"\e26a\fe01"}.fa-duotone.fa-square-divide:after,.fad.fa-square-divide:after{content:"\e26a\fe02"}.fa-duotone.fa-square-dollar:before,.fad.fa-square-dollar:before{content:"\f2e9\fe01"}.fa-duotone.fa-square-dollar:after,.fad.fa-square-dollar:after{content:"\f2e9\fe02"}.fa-duotone.fa-dollar-square:before,.fad.fa-dollar-square:before{content:"\f2e9\fe01"}.fa-duotone.fa-dollar-square:after,.fad.fa-dollar-square:after{content:"\f2e9\fe02"}.fa-duotone.fa-usd-square:before,.fad.fa-usd-square:before{content:"\f2e9\fe01"}.fa-duotone.fa-usd-square:after,.fad.fa-usd-square:after{content:"\f2e9\fe02"}.fa-duotone.fa-square-down:before,.fad.fa-square-down:before{content:"\2b07\fe01"}.fa-duotone.fa-square-down:after,.fad.fa-square-down:after{content:"\2b07\fe02"}.fa-duotone.fa-arrow-alt-square-down:before,.fad.fa-arrow-alt-square-down:before{content:"\2b07\fe01"}.fa-duotone.fa-arrow-alt-square-down:after,.fad.fa-arrow-alt-square-down:after{content:"\2b07\fe02"}.fa-duotone.fa-square-down-left:before,.fad.fa-square-down-left:before{content:"\e26b\fe01"}.fa-duotone.fa-square-down-left:after,.fad.fa-square-down-left:after{content:"\e26b\fe02"}.fa-duotone.fa-square-down-right:before,.fad.fa-square-down-right:before{content:"\e26c\fe01"}.fa-duotone.fa-square-down-right:after,.fad.fa-square-down-right:after{content:"\e26c\fe02"}.fa-duotone.fa-square-e:before,.fad.fa-square-e:before{content:"\e26d\fe01"}.fa-duotone.fa-square-e:after,.fad.fa-square-e:after{content:"\e26d\fe02"}.fa-duotone.fa-square-ellipsis:before,.fad.fa-square-ellipsis:before{content:"\e26e\fe01"}.fa-duotone.fa-square-ellipsis:after,.fad.fa-square-ellipsis:after{content:"\e26e\fe02"}.fa-duotone.fa-square-ellipsis-vertical:before,.fad.fa-square-ellipsis-vertical:before{content:"\e26f\fe01"}.fa-duotone.fa-square-ellipsis-vertical:after,.fad.fa-square-ellipsis-vertical:after{content:"\e26f\fe02"}.fa-duotone.fa-square-envelope:before,.fad.fa-square-envelope:before{content:"\f199\fe01"}.fa-duotone.fa-square-envelope:after,.fad.fa-square-envelope:after{content:"\f199\fe02"}.fa-duotone.fa-envelope-square:before,.fad.fa-envelope-square:before{content:"\f199\fe01"}.fa-duotone.fa-envelope-square:after,.fad.fa-envelope-square:after{content:"\f199\fe02"}.fa-duotone.fa-square-exclamation:before,.fad.fa-square-exclamation:before{content:"\f321\fe01"}.fa-duotone.fa-square-exclamation:after,.fad.fa-square-exclamation:after{content:"\f321\fe02"}.fa-duotone.fa-exclamation-square:before,.fad.fa-exclamation-square:before{content:"\f321\fe01"}.fa-duotone.fa-exclamation-square:after,.fad.fa-exclamation-square:after{content:"\f321\fe02"}.fa-duotone.fa-square-f:before,.fad.fa-square-f:before{content:"\e270\fe01"}.fa-duotone.fa-square-f:after,.fad.fa-square-f:after{content:"\e270\fe02"}.fa-duotone.fa-square-fragile:before,.fad.fa-square-fragile:before{content:"\f49b\fe01"}.fa-duotone.fa-square-fragile:after,.fad.fa-square-fragile:after{content:"\f49b\fe02"}.fa-duotone.fa-box-fragile:before,.fad.fa-box-fragile:before{content:"\f49b\fe01"}.fa-duotone.fa-box-fragile:after,.fad.fa-box-fragile:after{content:"\f49b\fe02"}.fa-duotone.fa-square-wine-glass-crack:before,.fad.fa-square-wine-glass-crack:before{content:"\f49b\fe01"}.fa-duotone.fa-square-wine-glass-crack:after,.fad.fa-square-wine-glass-crack:after{content:"\f49b\fe02"}.fa-duotone.fa-square-full:before,.fad.fa-square-full:before{content:"\2b1b\fe01"}.fa-duotone.fa-square-full:after,.fad.fa-square-full:after{content:"\2b1b\fe02"}.fa-duotone.fa-square-g:before,.fad.fa-square-g:before{content:"\e271\fe01"}.fa-duotone.fa-square-g:after,.fad.fa-square-g:after{content:"\e271\fe02"}.fa-duotone.fa-square-h:before,.fad.fa-square-h:before{content:"\f0fd\fe01"}.fa-duotone.fa-square-h:after,.fad.fa-square-h:after{content:"\f0fd\fe02"}.fa-duotone.fa-h-square:before,.fad.fa-h-square:before{content:"\f0fd\fe01"}.fa-duotone.fa-h-square:after,.fad.fa-h-square:after{content:"\f0fd\fe02"}.fa-duotone.fa-square-heart:before,.fad.fa-square-heart:before{content:"\f4c8"}.fa-duotone.fa-square-heart:after,.fad.fa-square-heart:after{content:"\10f4c8"}.fa-duotone.fa-heart-square:before,.fad.fa-heart-square:before{content:"\f4c8"}.fa-duotone.fa-heart-square:after,.fad.fa-heart-square:after{content:"\10f4c8"}.fa-duotone.fa-square-i:before,.fad.fa-square-i:before{content:"\e272\fe01"}.fa-duotone.fa-square-i:after,.fad.fa-square-i:after{content:"\e272\fe02"}.fa-duotone.fa-square-info:before,.fad.fa-square-info:before{content:"\2139\fe01"}.fa-duotone.fa-square-info:after,.fad.fa-square-info:after{content:"\2139\fe02"}.fa-duotone.fa-info-square:before,.fad.fa-info-square:before{content:"\2139\fe01"}.fa-duotone.fa-info-square:after,.fad.fa-info-square:after{content:"\2139\fe02"}.fa-duotone.fa-square-j:before,.fad.fa-square-j:before{content:"\e273\fe01"}.fa-duotone.fa-square-j:after,.fad.fa-square-j:after{content:"\e273\fe02"}.fa-duotone.fa-square-k:before,.fad.fa-square-k:before{content:"\e274\fe01"}.fa-duotone.fa-square-k:after,.fad.fa-square-k:after{content:"\e274\fe02"}.fa-duotone.fa-square-l:before,.fad.fa-square-l:before{content:"\e275\fe01"}.fa-duotone.fa-square-l:after,.fad.fa-square-l:after{content:"\e275\fe02"}.fa-duotone.fa-square-left:before,.fad.fa-square-left:before{content:"\2b05\fe01"}.fa-duotone.fa-square-left:after,.fad.fa-square-left:after{content:"\2b05\fe02"}.fa-duotone.fa-arrow-alt-square-left:before,.fad.fa-arrow-alt-square-left:before{content:"\2b05\fe01"}.fa-duotone.fa-arrow-alt-square-left:after,.fad.fa-arrow-alt-square-left:after{content:"\2b05\fe02"}.fa-duotone.fa-square-m:before,.fad.fa-square-m:before{content:"\e276\fe01"}.fa-duotone.fa-square-m:after,.fad.fa-square-m:after{content:"\e276\fe02"}.fa-duotone.fa-square-minus:before,.fad.fa-square-minus:before{content:"\f146\fe01"}.fa-duotone.fa-square-minus:after,.fad.fa-square-minus:after{content:"\f146\fe02"}.fa-duotone.fa-minus-square:before,.fad.fa-minus-square:before{content:"\f146\fe01"}.fa-duotone.fa-minus-square:after,.fad.fa-minus-square:after{content:"\f146\fe02"}.fa-duotone.fa-square-n:before,.fad.fa-square-n:before{content:"\e277\fe01"}.fa-duotone.fa-square-n:after,.fad.fa-square-n:after{content:"\e277\fe02"}.fa-duotone.fa-square-o:before,.fad.fa-square-o:before{content:"\e278\fe01"}.fa-duotone.fa-square-o:after,.fad.fa-square-o:after{content:"\e278\fe02"}.fa-duotone.fa-square-p:before,.fad.fa-square-p:before{content:"\e279\fe01"}.fa-duotone.fa-square-p:after,.fad.fa-square-p:after{content:"\e279\fe02"}.fa-duotone.fa-square-parking:before,.fad.fa-square-parking:before{content:"\f540"}.fa-duotone.fa-square-parking:after,.fad.fa-square-parking:after{content:"\10f540"}.fa-duotone.fa-parking:before,.fad.fa-parking:before{content:"\f540"}.fa-duotone.fa-parking:after,.fad.fa-parking:after{content:"\10f540"}.fa-duotone.fa-square-parking-slash:before,.fad.fa-square-parking-slash:before{content:"\f617\fe01"}.fa-duotone.fa-square-parking-slash:after,.fad.fa-square-parking-slash:after{content:"\f617\fe02"}.fa-duotone.fa-parking-slash:before,.fad.fa-parking-slash:before{content:"\f617\fe01"}.fa-duotone.fa-parking-slash:after,.fad.fa-parking-slash:after{content:"\f617\fe02"}.fa-duotone.fa-square-pen:before,.fad.fa-square-pen:before{content:"\f14b\fe01"}.fa-duotone.fa-square-pen:after,.fad.fa-square-pen:after{content:"\f14b\fe02"}.fa-duotone.fa-pen-square:before,.fad.fa-pen-square:before{content:"\f14b\fe01"}.fa-duotone.fa-pen-square:after,.fad.fa-pen-square:after{content:"\f14b\fe02"}.fa-duotone.fa-pencil-square:before,.fad.fa-pencil-square:before{content:"\f14b\fe01"}.fa-duotone.fa-pencil-square:after,.fad.fa-pencil-square:after{content:"\f14b\fe02"}.fa-duotone.fa-square-phone:before,.fad.fa-square-phone:before{content:"\f098\fe01"}.fa-duotone.fa-square-phone:after,.fad.fa-square-phone:after{content:"\f098\fe02"}.fa-duotone.fa-phone-square:before,.fad.fa-phone-square:before{content:"\f098\fe01"}.fa-duotone.fa-phone-square:after,.fad.fa-phone-square:after{content:"\f098\fe02"}.fa-duotone.fa-square-phone-flip:before,.fad.fa-square-phone-flip:before{content:"\f87b\fe01"}.fa-duotone.fa-square-phone-flip:after,.fad.fa-square-phone-flip:after{content:"\f87b\fe02"}.fa-duotone.fa-phone-square-alt:before,.fad.fa-phone-square-alt:before{content:"\f87b\fe01"}.fa-duotone.fa-phone-square-alt:after,.fad.fa-phone-square-alt:after{content:"\f87b\fe02"}.fa-duotone.fa-square-phone-hangup:before,.fad.fa-square-phone-hangup:before{content:"\e27a\fe01"}.fa-duotone.fa-square-phone-hangup:after,.fad.fa-square-phone-hangup:after{content:"\e27a\fe02"}.fa-duotone.fa-phone-square-down:before,.fad.fa-phone-square-down:before{content:"\e27a\fe01"}.fa-duotone.fa-phone-square-down:after,.fad.fa-phone-square-down:after{content:"\e27a\fe02"}.fa-duotone.fa-square-plus:before,.fad.fa-square-plus:before{content:"\f0fe\fe01"}.fa-duotone.fa-square-plus:after,.fad.fa-square-plus:after{content:"\f0fe\fe02"}.fa-duotone.fa-plus-square:before,.fad.fa-plus-square:before{content:"\f0fe\fe01"}.fa-duotone.fa-plus-square:after,.fad.fa-plus-square:after{content:"\f0fe\fe02"}.fa-duotone.fa-square-poll-horizontal:before,.fad.fa-square-poll-horizontal:before{content:"\f682\fe01"}.fa-duotone.fa-square-poll-horizontal:after,.fad.fa-square-poll-horizontal:after{content:"\f682\fe02"}.fa-duotone.fa-poll-h:before,.fad.fa-poll-h:before{content:"\f682\fe01"}.fa-duotone.fa-poll-h:after,.fad.fa-poll-h:after{content:"\f682\fe02"}.fa-duotone.fa-square-poll-vertical:before,.fad.fa-square-poll-vertical:before{content:"\f681\fe01"}.fa-duotone.fa-square-poll-vertical:after,.fad.fa-square-poll-vertical:after{content:"\f681\fe02"}.fa-duotone.fa-poll:before,.fad.fa-poll:before{content:"\f681\fe01"}.fa-duotone.fa-poll:after,.fad.fa-poll:after{content:"\f681\fe02"}.fa-duotone.fa-square-q:before,.fad.fa-square-q:before{content:"\e27b\fe01"}.fa-duotone.fa-square-q:after,.fad.fa-square-q:after{content:"\e27b\fe02"}.fa-duotone.fa-square-question:before,.fad.fa-square-question:before{content:"\f2fd\fe01"}.fa-duotone.fa-square-question:after,.fad.fa-square-question:after{content:"\f2fd\fe02"}.fa-duotone.fa-question-square:before,.fad.fa-question-square:before{content:"\f2fd\fe01"}.fa-duotone.fa-question-square:after,.fad.fa-question-square:after{content:"\f2fd\fe02"}.fa-duotone.fa-square-quote:before,.fad.fa-square-quote:before{content:"\e329\fe01"}.fa-duotone.fa-square-quote:after,.fad.fa-square-quote:after{content:"\e329\fe02"}.fa-duotone.fa-square-r:before,.fad.fa-square-r:before{content:"\e27c\fe01"}.fa-duotone.fa-square-r:after,.fad.fa-square-r:after{content:"\e27c\fe02"}.fa-duotone.fa-square-right:before,.fad.fa-square-right:before{content:"\27a1\fe01"}.fa-duotone.fa-square-right:after,.fad.fa-square-right:after{content:"\27a1\fe02"}.fa-duotone.fa-arrow-alt-square-right:before,.fad.fa-arrow-alt-square-right:before{content:"\27a1\fe01"}.fa-duotone.fa-arrow-alt-square-right:after,.fad.fa-arrow-alt-square-right:after{content:"\27a1\fe02"}.fa-duotone.fa-square-root:before,.fad.fa-square-root:before{content:"\221a\fe01"}.fa-duotone.fa-square-root:after,.fad.fa-square-root:after{content:"\221a\fe02"}.fa-duotone.fa-square-root-variable:before,.fad.fa-square-root-variable:before{content:"\f698\fe01"}.fa-duotone.fa-square-root-variable:after,.fad.fa-square-root-variable:after{content:"\f698\fe02"}.fa-duotone.fa-square-root-alt:before,.fad.fa-square-root-alt:before{content:"\f698\fe01"}.fa-duotone.fa-square-root-alt:after,.fad.fa-square-root-alt:after{content:"\f698\fe02"}.fa-duotone.fa-square-rss:before,.fad.fa-square-rss:before{content:"\f143\fe01"}.fa-duotone.fa-square-rss:after,.fad.fa-square-rss:after{content:"\f143\fe02"}.fa-duotone.fa-rss-square:before,.fad.fa-rss-square:before{content:"\f143\fe01"}.fa-duotone.fa-rss-square:after,.fad.fa-rss-square:after{content:"\f143\fe02"}.fa-duotone.fa-square-s:before,.fad.fa-square-s:before{content:"\e27d\fe01"}.fa-duotone.fa-square-s:after,.fad.fa-square-s:after{content:"\e27d\fe02"}.fa-duotone.fa-square-share-nodes:before,.fad.fa-square-share-nodes:before{content:"\f1e1\fe01"}.fa-duotone.fa-square-share-nodes:after,.fad.fa-square-share-nodes:after{content:"\f1e1\fe02"}.fa-duotone.fa-share-alt-square:before,.fad.fa-share-alt-square:before{content:"\f1e1\fe01"}.fa-duotone.fa-share-alt-square:after,.fad.fa-share-alt-square:after{content:"\f1e1\fe02"}.fa-duotone.fa-square-sliders:before,.fad.fa-square-sliders:before{content:"\f3f0\fe01"}.fa-duotone.fa-square-sliders:after,.fad.fa-square-sliders:after{content:"\f3f0\fe02"}.fa-duotone.fa-sliders-h-square:before,.fad.fa-sliders-h-square:before{content:"\f3f0\fe01"}.fa-duotone.fa-sliders-h-square:after,.fad.fa-sliders-h-square:after{content:"\f3f0\fe02"}.fa-duotone.fa-square-sliders-vertical:before,.fad.fa-square-sliders-vertical:before{content:"\f3f2\fe01"}.fa-duotone.fa-square-sliders-vertical:after,.fad.fa-square-sliders-vertical:after{content:"\f3f2\fe02"}.fa-duotone.fa-sliders-v-square:before,.fad.fa-sliders-v-square:before{content:"\f3f2\fe01"}.fa-duotone.fa-sliders-v-square:after,.fad.fa-sliders-v-square:after{content:"\f3f2\fe02"}.fa-duotone.fa-square-small:before,.fad.fa-square-small:before{content:"\e27e\fe01"}.fa-duotone.fa-square-small:after,.fad.fa-square-small:after{content:"\e27e\fe02"}.fa-duotone.fa-square-star:before,.fad.fa-square-star:before{content:"\e27f\fe01"}.fa-duotone.fa-square-star:after,.fad.fa-square-star:after{content:"\e27f\fe02"}.fa-duotone.fa-square-t:before,.fad.fa-square-t:before{content:"\e280\fe01"}.fa-duotone.fa-square-t:after,.fad.fa-square-t:after{content:"\e280\fe02"}.fa-duotone.fa-square-terminal:before,.fad.fa-square-terminal:before{content:"\e32a\fe01"}.fa-duotone.fa-square-terminal:after,.fad.fa-square-terminal:after{content:"\e32a\fe02"}.fa-duotone.fa-square-this-way-up:before,.fad.fa-square-this-way-up:before{content:"\f49f\fe01"}.fa-duotone.fa-square-this-way-up:after,.fad.fa-square-this-way-up:after{content:"\f49f\fe02"}.fa-duotone.fa-box-up:before,.fad.fa-box-up:before{content:"\f49f\fe01"}.fa-duotone.fa-box-up:after,.fad.fa-box-up:after{content:"\f49f\fe02"}.fa-duotone.fa-square-u:before,.fad.fa-square-u:before{content:"\e281\fe01"}.fa-duotone.fa-square-u:after,.fad.fa-square-u:after{content:"\e281\fe02"}.fa-duotone.fa-square-up:before,.fad.fa-square-up:before{content:"\2b06\fe01"}.fa-duotone.fa-square-up:after,.fad.fa-square-up:after{content:"\2b06\fe02"}.fa-duotone.fa-arrow-alt-square-up:before,.fad.fa-arrow-alt-square-up:before{content:"\2b06\fe01"}.fa-duotone.fa-arrow-alt-square-up:after,.fad.fa-arrow-alt-square-up:after{content:"\2b06\fe02"}.fa-duotone.fa-square-up-left:before,.fad.fa-square-up-left:before{content:"\e282\fe01"}.fa-duotone.fa-square-up-left:after,.fad.fa-square-up-left:after{content:"\e282\fe02"}.fa-duotone.fa-square-up-right:before,.fad.fa-square-up-right:before{content:"\2197\fe01"}.fa-duotone.fa-square-up-right:after,.fad.fa-square-up-right:after{content:"\2197\fe02"}.fa-duotone.fa-external-link-square-alt:before,.fad.fa-external-link-square-alt:before{content:"\2197\fe01"}.fa-duotone.fa-external-link-square-alt:after,.fad.fa-external-link-square-alt:after{content:"\2197\fe02"}.fa-duotone.fa-square-user:before,.fad.fa-square-user:before{content:"\e283\fe01"}.fa-duotone.fa-square-user:after,.fad.fa-square-user:after{content:"\e283\fe02"}.fa-duotone.fa-square-v:before,.fad.fa-square-v:before{content:"\e284\fe01"}.fa-duotone.fa-square-v:after,.fad.fa-square-v:after{content:"\e284\fe02"}.fa-duotone.fa-square-w:before,.fad.fa-square-w:before{content:"\e285\fe01"}.fa-duotone.fa-square-w:after,.fad.fa-square-w:after{content:"\e285\fe02"}.fa-duotone.fa-square-x:before,.fad.fa-square-x:before{content:"\e286\fe01"}.fa-duotone.fa-square-x:after,.fad.fa-square-x:after{content:"\e286\fe02"}.fa-duotone.fa-square-xmark:before,.fad.fa-square-xmark:before{content:"\274e\fe01"}.fa-duotone.fa-square-xmark:after,.fad.fa-square-xmark:after{content:"\274e\fe02"}.fa-duotone.fa-times-square:before,.fad.fa-times-square:before{content:"\274e\fe01"}.fa-duotone.fa-times-square:after,.fad.fa-times-square:after{content:"\274e\fe02"}.fa-duotone.fa-xmark-square:before,.fad.fa-xmark-square:before{content:"\274e\fe01"}.fa-duotone.fa-xmark-square:after,.fad.fa-xmark-square:after{content:"\274e\fe02"}.fa-duotone.fa-square-y:before,.fad.fa-square-y:before{content:"\e287\fe01"}.fa-duotone.fa-square-y:after,.fad.fa-square-y:after{content:"\e287\fe02"}.fa-duotone.fa-square-z:before,.fad.fa-square-z:before{content:"\e288\fe01"}.fa-duotone.fa-square-z:after,.fad.fa-square-z:after{content:"\e288\fe02"}.fa-duotone.fa-squirrel:before,.fad.fa-squirrel:before{content:"\f71a\fe01"}.fa-duotone.fa-squirrel:after,.fad.fa-squirrel:after{content:"\f71a\fe02"}.fa-duotone.fa-staff:before,.fad.fa-staff:before{content:"\f71b\fe01"}.fa-duotone.fa-staff:after,.fad.fa-staff:after{content:"\f71b\fe02"}.fa-duotone.fa-stairs:before,.fad.fa-stairs:before{content:"\e289\fe01"}.fa-duotone.fa-stairs:after,.fad.fa-stairs:after{content:"\e289\fe02"}.fa-duotone.fa-stamp:before,.fad.fa-stamp:before{content:"\f5bf\fe01"}.fa-duotone.fa-stamp:after,.fad.fa-stamp:after{content:"\f5bf\fe02"}.fa-duotone.fa-standard-definition:before,.fad.fa-standard-definition:before{content:"\e28a\fe01"}.fa-duotone.fa-standard-definition:after,.fad.fa-standard-definition:after{content:"\e28a\fe02"}.fa-duotone.fa-rectangle-sd:before,.fad.fa-rectangle-sd:before{content:"\e28a\fe01"}.fa-duotone.fa-rectangle-sd:after,.fad.fa-rectangle-sd:after{content:"\e28a\fe02"}.fa-duotone.fa-star:before,.fad.fa-star:before{content:"\2b50\fe01"}.fa-duotone.fa-star:after,.fad.fa-star:after{content:"\2b50\fe02"}.fa-duotone.fa-star-and-crescent:before,.fad.fa-star-and-crescent:before{content:"\262a\fe01"}.fa-duotone.fa-star-and-crescent:after,.fad.fa-star-and-crescent:after{content:"\262a\fe02"}.fa-duotone.fa-star-christmas:before,.fad.fa-star-christmas:before{content:"\f7d4\fe01"}.fa-duotone.fa-star-christmas:after,.fad.fa-star-christmas:after{content:"\f7d4\fe02"}.fa-duotone.fa-star-exclamation:before,.fad.fa-star-exclamation:before{content:"\f2f3\fe01"}.fa-duotone.fa-star-exclamation:after,.fad.fa-star-exclamation:after{content:"\f2f3\fe02"}.fa-duotone.fa-star-half:before,.fad.fa-star-half:before{content:"\f089\fe01"}.fa-duotone.fa-star-half:after,.fad.fa-star-half:after{content:"\f089\fe02"}.fa-duotone.fa-star-half-stroke:before,.fad.fa-star-half-stroke:before{content:"\f5c0\fe01"}.fa-duotone.fa-star-half-stroke:after,.fad.fa-star-half-stroke:after{content:"\f5c0\fe02"}.fa-duotone.fa-star-half-alt:before,.fad.fa-star-half-alt:before{content:"\f5c0\fe01"}.fa-duotone.fa-star-half-alt:after,.fad.fa-star-half-alt:after{content:"\f5c0\fe02"}.fa-duotone.fa-star-of-david:before,.fad.fa-star-of-david:before{content:"\2721\fe01"}.fa-duotone.fa-star-of-david:after,.fad.fa-star-of-david:after{content:"\2721\fe02"}.fa-duotone.fa-star-of-life:before,.fad.fa-star-of-life:before{content:"\f621\fe01"}.fa-duotone.fa-star-of-life:after,.fad.fa-star-of-life:after{content:"\f621\fe02"}.fa-duotone.fa-star-sharp:before,.fad.fa-star-sharp:before{content:"\e28b\fe01"}.fa-duotone.fa-star-sharp:after,.fad.fa-star-sharp:after{content:"\e28b\fe02"}.fa-duotone.fa-star-sharp-half:before,.fad.fa-star-sharp-half:before{content:"\e28c\fe01"}.fa-duotone.fa-star-sharp-half:after,.fad.fa-star-sharp-half:after{content:"\e28c\fe02"}.fa-duotone.fa-star-sharp-half-stroke:before,.fad.fa-star-sharp-half-stroke:before{content:"\e28d\fe01"}.fa-duotone.fa-star-sharp-half-stroke:after,.fad.fa-star-sharp-half-stroke:after{content:"\e28d\fe02"}.fa-duotone.fa-star-sharp-half-alt:before,.fad.fa-star-sharp-half-alt:before{content:"\e28d\fe01"}.fa-duotone.fa-star-sharp-half-alt:after,.fad.fa-star-sharp-half-alt:after{content:"\e28d\fe02"}.fa-duotone.fa-star-shooting:before,.fad.fa-star-shooting:before{content:"\e036"}.fa-duotone.fa-star-shooting:after,.fad.fa-star-shooting:after{content:"\10e036"}.fa-duotone.fa-starfighter:before,.fad.fa-starfighter:before{content:"\e037\fe01"}.fa-duotone.fa-starfighter:after,.fad.fa-starfighter:after{content:"\e037\fe02"}.fa-duotone.fa-starfighter-twin-ion-engine:before,.fad.fa-starfighter-twin-ion-engine:before{content:"\e038\fe01"}.fa-duotone.fa-starfighter-twin-ion-engine:after,.fad.fa-starfighter-twin-ion-engine:after{content:"\e038\fe02"}.fa-duotone.fa-starfighter-alt:before,.fad.fa-starfighter-alt:before{content:"\e038\fe01"}.fa-duotone.fa-starfighter-alt:after,.fad.fa-starfighter-alt:after{content:"\e038\fe02"}.fa-duotone.fa-starfighter-twin-ion-engine-advanced:before,.fad.fa-starfighter-twin-ion-engine-advanced:before{content:"\e28e\fe01"}.fa-duotone.fa-starfighter-twin-ion-engine-advanced:after,.fad.fa-starfighter-twin-ion-engine-advanced:after{content:"\e28e\fe02"}.fa-duotone.fa-starfighter-alt-advanced:before,.fad.fa-starfighter-alt-advanced:before{content:"\e28e\fe01"}.fa-duotone.fa-starfighter-alt-advanced:after,.fad.fa-starfighter-alt-advanced:after{content:"\e28e\fe02"}.fa-duotone.fa-stars:before,.fad.fa-stars:before{content:"\f762\fe01"}.fa-duotone.fa-stars:after,.fad.fa-stars:after{content:"\f762\fe02"}.fa-duotone.fa-starship:before,.fad.fa-starship:before{content:"\e039\fe01"}.fa-duotone.fa-starship:after,.fad.fa-starship:after{content:"\e039\fe02"}.fa-duotone.fa-starship-freighter:before,.fad.fa-starship-freighter:before{content:"\e03a\fe01"}.fa-duotone.fa-starship-freighter:after,.fad.fa-starship-freighter:after{content:"\e03a\fe02"}.fa-duotone.fa-steak:before,.fad.fa-steak:before{content:"\f824"}.fa-duotone.fa-steak:after,.fad.fa-steak:after{content:"\10f824"}.fa-duotone.fa-steering-wheel:before,.fad.fa-steering-wheel:before{content:"\f622\fe01"}.fa-duotone.fa-steering-wheel:after,.fad.fa-steering-wheel:after{content:"\f622\fe02"}.fa-duotone.fa-sterling-sign:before,.fad.fa-sterling-sign:before{content:"\a3\fe01"}.fa-duotone.fa-sterling-sign:after,.fad.fa-sterling-sign:after{content:"\a3\fe02"}.fa-duotone.fa-gbp:before,.fad.fa-gbp:before{content:"\a3\fe01"}.fa-duotone.fa-gbp:after,.fad.fa-gbp:after{content:"\a3\fe02"}.fa-duotone.fa-pound-sign:before,.fad.fa-pound-sign:before{content:"\a3\fe01"}.fa-duotone.fa-pound-sign:after,.fad.fa-pound-sign:after{content:"\a3\fe02"}.fa-duotone.fa-stethoscope:before,.fad.fa-stethoscope:before{content:"\f0f1"}.fa-duotone.fa-stethoscope:after,.fad.fa-stethoscope:after{content:"\10f0f1"}.fa-duotone.fa-stocking:before,.fad.fa-stocking:before{content:"\f7d5\fe01"}.fa-duotone.fa-stocking:after,.fad.fa-stocking:after{content:"\f7d5\fe02"}.fa-duotone.fa-stomach:before,.fad.fa-stomach:before{content:"\f623\fe01"}.fa-duotone.fa-stomach:after,.fad.fa-stomach:after{content:"\f623\fe02"}.fa-duotone.fa-stop:before,.fad.fa-stop:before{content:"\23f9\fe01"}.fa-duotone.fa-stop:after,.fad.fa-stop:after{content:"\23f9\fe02"}.fa-duotone.fa-stopwatch:before,.fad.fa-stopwatch:before{content:"\23f1\fe01"}.fa-duotone.fa-stopwatch:after,.fad.fa-stopwatch:after{content:"\23f1\fe02"}.fa-duotone.fa-stopwatch-20:before,.fad.fa-stopwatch-20:before{content:"\e06f\fe01"}.fa-duotone.fa-stopwatch-20:after,.fad.fa-stopwatch-20:after{content:"\e06f\fe02"}.fa-duotone.fa-store:before,.fad.fa-store:before{content:"\f54e\fe01"}.fa-duotone.fa-store:after,.fad.fa-store:after{content:"\f54e\fe02"}.fa-duotone.fa-store-slash:before,.fad.fa-store-slash:before{content:"\e071\fe01"}.fa-duotone.fa-store-slash:after,.fad.fa-store-slash:after{content:"\e071\fe02"}.fa-duotone.fa-strawberry:before,.fad.fa-strawberry:before{content:"\e32b\fe01"}.fa-duotone.fa-strawberry:after,.fad.fa-strawberry:after{content:"\e32b\fe02"}.fa-duotone.fa-street-view:before,.fad.fa-street-view:before{content:"\f21d\fe01"}.fa-duotone.fa-street-view:after,.fad.fa-street-view:after{content:"\f21d\fe02"}.fa-duotone.fa-stretcher:before,.fad.fa-stretcher:before{content:"\f825\fe01"}.fa-duotone.fa-stretcher:after,.fad.fa-stretcher:after{content:"\f825\fe02"}.fa-duotone.fa-strikethrough:before,.fad.fa-strikethrough:before{content:"\f0cc\fe01"}.fa-duotone.fa-strikethrough:after,.fad.fa-strikethrough:after{content:"\f0cc\fe02"}.fa-duotone.fa-stroopwafel:before,.fad.fa-stroopwafel:before{content:"\f551\fe01"}.fa-duotone.fa-stroopwafel:after,.fad.fa-stroopwafel:after{content:"\f551\fe02"}.fa-duotone.fa-subscript:before,.fad.fa-subscript:before{content:"\f12c\fe01"}.fa-duotone.fa-subscript:after,.fad.fa-subscript:after{content:"\f12c\fe02"}.fa-duotone.fa-suitcase:before,.fad.fa-suitcase:before{content:"\f0f2"}.fa-duotone.fa-suitcase:after,.fad.fa-suitcase:after{content:"\10f0f2"}.fa-duotone.fa-suitcase-medical:before,.fad.fa-suitcase-medical:before{content:"\f0fa\fe01"}.fa-duotone.fa-suitcase-medical:after,.fad.fa-suitcase-medical:after{content:"\f0fa\fe02"}.fa-duotone.fa-medkit:before,.fad.fa-medkit:before{content:"\f0fa\fe01"}.fa-duotone.fa-medkit:after,.fad.fa-medkit:after{content:"\f0fa\fe02"}.fa-duotone.fa-suitcase-rolling:before,.fad.fa-suitcase-rolling:before{content:"\f5c1\fe01"}.fa-duotone.fa-suitcase-rolling:after,.fad.fa-suitcase-rolling:after{content:"\f5c1\fe02"}.fa-duotone.fa-sun:before,.fad.fa-sun:before{content:"\2600\fe01"}.fa-duotone.fa-sun:after,.fad.fa-sun:after{content:"\2600\fe02"}.fa-duotone.fa-sun-bright:before,.fad.fa-sun-bright:before{content:"\e28f\fe01"}.fa-duotone.fa-sun-bright:after,.fad.fa-sun-bright:after{content:"\e28f\fe02"}.fa-duotone.fa-sun-alt:before,.fad.fa-sun-alt:before{content:"\e28f\fe01"}.fa-duotone.fa-sun-alt:after,.fad.fa-sun-alt:after{content:"\e28f\fe02"}.fa-duotone.fa-sun-cloud:before,.fad.fa-sun-cloud:before{content:"\f763"}.fa-duotone.fa-sun-cloud:after,.fad.fa-sun-cloud:after{content:"\10f763"}.fa-duotone.fa-sun-dust:before,.fad.fa-sun-dust:before{content:"\f764\fe01"}.fa-duotone.fa-sun-dust:after,.fad.fa-sun-dust:after{content:"\f764\fe02"}.fa-duotone.fa-sun-haze:before,.fad.fa-sun-haze:before{content:"\f765\fe01"}.fa-duotone.fa-sun-haze:after,.fad.fa-sun-haze:after{content:"\f765\fe02"}.fa-duotone.fa-sunglasses:before,.fad.fa-sunglasses:before{content:"\f892"}.fa-duotone.fa-sunglasses:after,.fad.fa-sunglasses:after{content:"\10f892"}.fa-duotone.fa-sunrise:before,.fad.fa-sunrise:before{content:"\f766"}.fa-duotone.fa-sunrise:after,.fad.fa-sunrise:after{content:"\10f766"}.fa-duotone.fa-sunset:before,.fad.fa-sunset:before{content:"\f767"}.fa-duotone.fa-sunset:after,.fad.fa-sunset:after{content:"\10f767"}.fa-duotone.fa-superscript:before,.fad.fa-superscript:before{content:"\f12b\fe01"}.fa-duotone.fa-superscript:after,.fad.fa-superscript:after{content:"\f12b\fe02"}.fa-duotone.fa-swatchbook:before,.fad.fa-swatchbook:before{content:"\f5c3\fe01"}.fa-duotone.fa-swatchbook:after,.fad.fa-swatchbook:after{content:"\f5c3\fe02"}.fa-duotone.fa-sword:before,.fad.fa-sword:before{content:"\f71c"}.fa-duotone.fa-sword:after,.fad.fa-sword:after{content:"\10f71c"}.fa-duotone.fa-sword-laser:before,.fad.fa-sword-laser:before{content:"\e03b\fe01"}.fa-duotone.fa-sword-laser:after,.fad.fa-sword-laser:after{content:"\e03b\fe02"}.fa-duotone.fa-sword-laser-alt:before,.fad.fa-sword-laser-alt:before{content:"\e03c\fe01"}.fa-duotone.fa-sword-laser-alt:after,.fad.fa-sword-laser-alt:after{content:"\e03c\fe02"}.fa-duotone.fa-swords:before,.fad.fa-swords:before{content:"\2694\fe01"}.fa-duotone.fa-swords:after,.fad.fa-swords:after{content:"\2694\fe02"}.fa-duotone.fa-swords-laser:before,.fad.fa-swords-laser:before{content:"\e03d\fe01"}.fa-duotone.fa-swords-laser:after,.fad.fa-swords-laser:after{content:"\e03d\fe02"}.fa-duotone.fa-symbols:before,.fad.fa-symbols:before{content:"\f86e"}.fa-duotone.fa-symbols:after,.fad.fa-symbols:after{content:"\10f86e"}.fa-duotone.fa-icons-alt:before,.fad.fa-icons-alt:before{content:"\f86e"}.fa-duotone.fa-icons-alt:after,.fad.fa-icons-alt:after{content:"\10f86e"}.fa-duotone.fa-synagogue:before,.fad.fa-synagogue:before{content:"\f69b"}.fa-duotone.fa-synagogue:after,.fad.fa-synagogue:after{content:"\10f69b"}.fa-duotone.fa-syringe:before,.fad.fa-syringe:before{content:"\f48e"}.fa-duotone.fa-syringe:after,.fad.fa-syringe:after{content:"\10f48e"}.fa-duotone.fa-t:before,.fad.fa-t:before{content:"\54\fe01"}.fa-duotone.fa-t:after,.fad.fa-t:after{content:"\54\fe02"}.fa-duotone.fa-table:before,.fad.fa-table:before{content:"\f0ce\fe01"}.fa-duotone.fa-table:after,.fad.fa-table:after{content:"\f0ce\fe02"}.fa-duotone.fa-table-cells:before,.fad.fa-table-cells:before{content:"\f00a\fe01"}.fa-duotone.fa-table-cells:after,.fad.fa-table-cells:after{content:"\f00a\fe02"}.fa-duotone.fa-th:before,.fad.fa-th:before{content:"\f00a\fe01"}.fa-duotone.fa-th:after,.fad.fa-th:after{content:"\f00a\fe02"}.fa-duotone.fa-table-cells-large:before,.fad.fa-table-cells-large:before{content:"\f009\fe01"}.fa-duotone.fa-table-cells-large:after,.fad.fa-table-cells-large:after{content:"\f009\fe02"}.fa-duotone.fa-th-large:before,.fad.fa-th-large:before{content:"\f009\fe01"}.fa-duotone.fa-th-large:after,.fad.fa-th-large:after{content:"\f009\fe02"}.fa-duotone.fa-table-columns:before,.fad.fa-table-columns:before{content:"\f0db\fe01"}.fa-duotone.fa-table-columns:after,.fad.fa-table-columns:after{content:"\f0db\fe02"}.fa-duotone.fa-columns:before,.fad.fa-columns:before{content:"\f0db\fe01"}.fa-duotone.fa-columns:after,.fad.fa-columns:after{content:"\f0db\fe02"}.fa-duotone.fa-table-layout:before,.fad.fa-table-layout:before{content:"\e290\fe01"}.fa-duotone.fa-table-layout:after,.fad.fa-table-layout:after{content:"\e290\fe02"}.fa-duotone.fa-table-list:before,.fad.fa-table-list:before{content:"\f00b\fe01"}.fa-duotone.fa-table-list:after,.fad.fa-table-list:after{content:"\f00b\fe02"}.fa-duotone.fa-th-list:before,.fad.fa-th-list:before{content:"\f00b\fe01"}.fa-duotone.fa-th-list:after,.fad.fa-th-list:after{content:"\f00b\fe02"}.fa-duotone.fa-table-picnic:before,.fad.fa-table-picnic:before{content:"\e32d\fe01"}.fa-duotone.fa-table-picnic:after,.fad.fa-table-picnic:after{content:"\e32d\fe02"}.fa-duotone.fa-table-pivot:before,.fad.fa-table-pivot:before{content:"\e291\fe01"}.fa-duotone.fa-table-pivot:after,.fad.fa-table-pivot:after{content:"\e291\fe02"}.fa-duotone.fa-table-rows:before,.fad.fa-table-rows:before{content:"\e292\fe01"}.fa-duotone.fa-table-rows:after,.fad.fa-table-rows:after{content:"\e292\fe02"}.fa-duotone.fa-rows:before,.fad.fa-rows:before{content:"\e292\fe01"}.fa-duotone.fa-rows:after,.fad.fa-rows:after{content:"\e292\fe02"}.fa-duotone.fa-table-tennis-paddle-ball:before,.fad.fa-table-tennis-paddle-ball:before{content:"\f45d"}.fa-duotone.fa-table-tennis-paddle-ball:after,.fad.fa-table-tennis-paddle-ball:after{content:"\10f45d"}.fa-duotone.fa-ping-pong-paddle-ball:before,.fad.fa-ping-pong-paddle-ball:before{content:"\f45d"}.fa-duotone.fa-ping-pong-paddle-ball:after,.fad.fa-ping-pong-paddle-ball:after{content:"\10f45d"}.fa-duotone.fa-table-tennis:before,.fad.fa-table-tennis:before{content:"\f45d"}.fa-duotone.fa-table-tennis:after,.fad.fa-table-tennis:after{content:"\10f45d"}.fa-duotone.fa-table-tree:before,.fad.fa-table-tree:before{content:"\e293\fe01"}.fa-duotone.fa-table-tree:after,.fad.fa-table-tree:after{content:"\e293\fe02"}.fa-duotone.fa-tablet:before,.fad.fa-tablet:before{content:"\f3fb\fe01"}.fa-duotone.fa-tablet:after,.fad.fa-tablet:after{content:"\f3fb\fe02"}.fa-duotone.fa-tablet-android:before,.fad.fa-tablet-android:before{content:"\f3fb\fe01"}.fa-duotone.fa-tablet-android:after,.fad.fa-tablet-android:after{content:"\f3fb\fe02"}.fa-duotone.fa-tablet-button:before,.fad.fa-tablet-button:before{content:"\f10a\fe01"}.fa-duotone.fa-tablet-button:after,.fad.fa-tablet-button:after{content:"\f10a\fe02"}.fa-duotone.fa-tablet-rugged:before,.fad.fa-tablet-rugged:before{content:"\f48f\fe01"}.fa-duotone.fa-tablet-rugged:after,.fad.fa-tablet-rugged:after{content:"\f48f\fe02"}.fa-duotone.fa-tablet-screen:before,.fad.fa-tablet-screen:before{content:"\f3fc\fe01"}.fa-duotone.fa-tablet-screen:after,.fad.fa-tablet-screen:after{content:"\f3fc\fe02"}.fa-duotone.fa-tablet-android-alt:before,.fad.fa-tablet-android-alt:before{content:"\f3fc\fe01"}.fa-duotone.fa-tablet-android-alt:after,.fad.fa-tablet-android-alt:after{content:"\f3fc\fe02"}.fa-duotone.fa-tablet-screen-button:before,.fad.fa-tablet-screen-button:before{content:"\f3fa\fe01"}.fa-duotone.fa-tablet-screen-button:after,.fad.fa-tablet-screen-button:after{content:"\f3fa\fe02"}.fa-duotone.fa-tablet-alt:before,.fad.fa-tablet-alt:before{content:"\f3fa\fe01"}.fa-duotone.fa-tablet-alt:after,.fad.fa-tablet-alt:after{content:"\f3fa\fe02"}.fa-duotone.fa-tablets:before,.fad.fa-tablets:before{content:"\f490\fe01"}.fa-duotone.fa-tablets:after,.fad.fa-tablets:after{content:"\f490\fe02"}.fa-duotone.fa-tachograph-digital:before,.fad.fa-tachograph-digital:before{content:"\f566\fe01"}.fa-duotone.fa-tachograph-digital:after,.fad.fa-tachograph-digital:after{content:"\f566\fe02"}.fa-duotone.fa-digital-tachograph:before,.fad.fa-digital-tachograph:before{content:"\f566\fe01"}.fa-duotone.fa-digital-tachograph:after,.fad.fa-digital-tachograph:after{content:"\f566\fe02"}.fa-duotone.fa-taco:before,.fad.fa-taco:before{content:"\f826"}.fa-duotone.fa-taco:after,.fad.fa-taco:after{content:"\10f826"}.fa-duotone.fa-tag:before,.fad.fa-tag:before{content:"\f02b"}.fa-duotone.fa-tag:after,.fad.fa-tag:after{content:"\10f02b"}.fa-duotone.fa-tags:before,.fad.fa-tags:before{content:"\f02c\fe01"}.fa-duotone.fa-tags:after,.fad.fa-tags:after{content:"\f02c\fe02"}.fa-duotone.fa-tally:before,.fad.fa-tally:before{content:"\f69c\fe01"}.fa-duotone.fa-tally:after,.fad.fa-tally:after{content:"\f69c\fe02"}.fa-duotone.fa-tally-5:before,.fad.fa-tally-5:before{content:"\f69c\fe01"}.fa-duotone.fa-tally-5:after,.fad.fa-tally-5:after{content:"\f69c\fe02"}.fa-duotone.fa-tally-1:before,.fad.fa-tally-1:before{content:"\e294\fe01"}.fa-duotone.fa-tally-1:after,.fad.fa-tally-1:after{content:"\e294\fe02"}.fa-duotone.fa-tally-2:before,.fad.fa-tally-2:before{content:"\e295\fe01"}.fa-duotone.fa-tally-2:after,.fad.fa-tally-2:after{content:"\e295\fe02"}.fa-duotone.fa-tally-3:before,.fad.fa-tally-3:before{content:"\e296\fe01"}.fa-duotone.fa-tally-3:after,.fad.fa-tally-3:after{content:"\e296\fe02"}.fa-duotone.fa-tally-4:before,.fad.fa-tally-4:before{content:"\e297\fe01"}.fa-duotone.fa-tally-4:after,.fad.fa-tally-4:after{content:"\e297\fe02"}.fa-duotone.fa-tape:before,.fad.fa-tape:before{content:"\f4db\fe01"}.fa-duotone.fa-tape:after,.fad.fa-tape:after{content:"\f4db\fe02"}.fa-duotone.fa-taxi:before,.fad.fa-taxi:before{content:"\f1ba"}.fa-duotone.fa-taxi:after,.fad.fa-taxi:after{content:"\10f1ba"}.fa-duotone.fa-cab:before,.fad.fa-cab:before{content:"\f1ba"}.fa-duotone.fa-cab:after,.fad.fa-cab:after{content:"\10f1ba"}.fa-duotone.fa-taxi-bus:before,.fad.fa-taxi-bus:before{content:"\e298\fe01"}.fa-duotone.fa-taxi-bus:after,.fad.fa-taxi-bus:after{content:"\e298\fe02"}.fa-duotone.fa-teddy-bear:before,.fad.fa-teddy-bear:before{content:"\e3cf\fe01"}.fa-duotone.fa-teddy-bear:after,.fad.fa-teddy-bear:after{content:"\e3cf\fe02"}.fa-duotone.fa-teeth:before,.fad.fa-teeth:before{content:"\f62e\fe01"}.fa-duotone.fa-teeth:after,.fad.fa-teeth:after{content:"\f62e\fe02"}.fa-duotone.fa-teeth-open:before,.fad.fa-teeth-open:before{content:"\f62f\fe01"}.fa-duotone.fa-teeth-open:after,.fad.fa-teeth-open:after{content:"\f62f\fe02"}.fa-duotone.fa-telescope:before,.fad.fa-telescope:before{content:"\e03e"}.fa-duotone.fa-telescope:after,.fad.fa-telescope:after{content:"\10e03e"}.fa-duotone.fa-temperature-arrow-down:before,.fad.fa-temperature-arrow-down:before{content:"\e03f\fe01"}.fa-duotone.fa-temperature-arrow-down:after,.fad.fa-temperature-arrow-down:after{content:"\e03f\fe02"}.fa-duotone.fa-temperature-down:before,.fad.fa-temperature-down:before{content:"\e03f\fe01"}.fa-duotone.fa-temperature-down:after,.fad.fa-temperature-down:after{content:"\e03f\fe02"}.fa-duotone.fa-temperature-arrow-up:before,.fad.fa-temperature-arrow-up:before{content:"\e040\fe01"}.fa-duotone.fa-temperature-arrow-up:after,.fad.fa-temperature-arrow-up:after{content:"\e040\fe02"}.fa-duotone.fa-temperature-up:before,.fad.fa-temperature-up:before{content:"\e040\fe01"}.fa-duotone.fa-temperature-up:after,.fad.fa-temperature-up:after{content:"\e040\fe02"}.fa-duotone.fa-temperature-empty:before,.fad.fa-temperature-empty:before{content:"\f2cb\fe01"}.fa-duotone.fa-temperature-empty:after,.fad.fa-temperature-empty:after{content:"\f2cb\fe02"}.fa-duotone.fa-temperature-0:before,.fad.fa-temperature-0:before{content:"\f2cb\fe01"}.fa-duotone.fa-temperature-0:after,.fad.fa-temperature-0:after{content:"\f2cb\fe02"}.fa-duotone.fa-thermometer-0:before,.fad.fa-thermometer-0:before{content:"\f2cb\fe01"}.fa-duotone.fa-thermometer-0:after,.fad.fa-thermometer-0:after{content:"\f2cb\fe02"}.fa-duotone.fa-thermometer-empty:before,.fad.fa-thermometer-empty:before{content:"\f2cb\fe01"}.fa-duotone.fa-thermometer-empty:after,.fad.fa-thermometer-empty:after{content:"\f2cb\fe02"}.fa-duotone.fa-temperature-full:before,.fad.fa-temperature-full:before{content:"\f2c7\fe01"}.fa-duotone.fa-temperature-full:after,.fad.fa-temperature-full:after{content:"\f2c7\fe02"}.fa-duotone.fa-temperature-4:before,.fad.fa-temperature-4:before{content:"\f2c7\fe01"}.fa-duotone.fa-temperature-4:after,.fad.fa-temperature-4:after{content:"\f2c7\fe02"}.fa-duotone.fa-thermometer-4:before,.fad.fa-thermometer-4:before{content:"\f2c7\fe01"}.fa-duotone.fa-thermometer-4:after,.fad.fa-thermometer-4:after{content:"\f2c7\fe02"}.fa-duotone.fa-thermometer-full:before,.fad.fa-thermometer-full:before{content:"\f2c7\fe01"}.fa-duotone.fa-thermometer-full:after,.fad.fa-thermometer-full:after{content:"\f2c7\fe02"}.fa-duotone.fa-temperature-half:before,.fad.fa-temperature-half:before{content:"\f2c9"}.fa-duotone.fa-temperature-half:after,.fad.fa-temperature-half:after{content:"\10f2c9"}.fa-duotone.fa-temperature-2:before,.fad.fa-temperature-2:before{content:"\f2c9"}.fa-duotone.fa-temperature-2:after,.fad.fa-temperature-2:after{content:"\10f2c9"}.fa-duotone.fa-thermometer-2:before,.fad.fa-thermometer-2:before{content:"\f2c9"}.fa-duotone.fa-thermometer-2:after,.fad.fa-thermometer-2:after{content:"\10f2c9"}.fa-duotone.fa-thermometer-half:before,.fad.fa-thermometer-half:before{content:"\f2c9"}.fa-duotone.fa-thermometer-half:after,.fad.fa-thermometer-half:after{content:"\10f2c9"}.fa-duotone.fa-temperature-high:before,.fad.fa-temperature-high:before{content:"\f769\fe01"}.fa-duotone.fa-temperature-high:after,.fad.fa-temperature-high:after{content:"\f769\fe02"}.fa-duotone.fa-temperature-list:before,.fad.fa-temperature-list:before{content:"\e299\fe01"}.fa-duotone.fa-temperature-list:after,.fad.fa-temperature-list:after{content:"\e299\fe02"}.fa-duotone.fa-temperature-low:before,.fad.fa-temperature-low:before{content:"\f76b\fe01"}.fa-duotone.fa-temperature-low:after,.fad.fa-temperature-low:after{content:"\f76b\fe02"}.fa-duotone.fa-temperature-quarter:before,.fad.fa-temperature-quarter:before{content:"\f2ca\fe01"}.fa-duotone.fa-temperature-quarter:after,.fad.fa-temperature-quarter:after{content:"\f2ca\fe02"}.fa-duotone.fa-temperature-1:before,.fad.fa-temperature-1:before{content:"\f2ca\fe01"}.fa-duotone.fa-temperature-1:after,.fad.fa-temperature-1:after{content:"\f2ca\fe02"}.fa-duotone.fa-thermometer-1:before,.fad.fa-thermometer-1:before{content:"\f2ca\fe01"}.fa-duotone.fa-thermometer-1:after,.fad.fa-thermometer-1:after{content:"\f2ca\fe02"}.fa-duotone.fa-thermometer-quarter:before,.fad.fa-thermometer-quarter:before{content:"\f2ca\fe01"}.fa-duotone.fa-thermometer-quarter:after,.fad.fa-thermometer-quarter:after{content:"\f2ca\fe02"}.fa-duotone.fa-temperature-snow:before,.fad.fa-temperature-snow:before{content:"\f768\fe01"}.fa-duotone.fa-temperature-snow:after,.fad.fa-temperature-snow:after{content:"\f768\fe02"}.fa-duotone.fa-temperature-frigid:before,.fad.fa-temperature-frigid:before{content:"\f768\fe01"}.fa-duotone.fa-temperature-frigid:after,.fad.fa-temperature-frigid:after{content:"\f768\fe02"}.fa-duotone.fa-temperature-sun:before,.fad.fa-temperature-sun:before{content:"\f76a\fe01"}.fa-duotone.fa-temperature-sun:after,.fad.fa-temperature-sun:after{content:"\f76a\fe02"}.fa-duotone.fa-temperature-hot:before,.fad.fa-temperature-hot:before{content:"\f76a\fe01"}.fa-duotone.fa-temperature-hot:after,.fad.fa-temperature-hot:after{content:"\f76a\fe02"}.fa-duotone.fa-temperature-three-quarters:before,.fad.fa-temperature-three-quarters:before{content:"\f2c8\fe01"}.fa-duotone.fa-temperature-three-quarters:after,.fad.fa-temperature-three-quarters:after{content:"\f2c8\fe02"}.fa-duotone.fa-temperature-3:before,.fad.fa-temperature-3:before{content:"\f2c8\fe01"}.fa-duotone.fa-temperature-3:after,.fad.fa-temperature-3:after{content:"\f2c8\fe02"}.fa-duotone.fa-thermometer-3:before,.fad.fa-thermometer-3:before{content:"\f2c8\fe01"}.fa-duotone.fa-thermometer-3:after,.fad.fa-thermometer-3:after{content:"\f2c8\fe02"}.fa-duotone.fa-thermometer-three-quarters:before,.fad.fa-thermometer-three-quarters:before{content:"\f2c8\fe01"}.fa-duotone.fa-thermometer-three-quarters:after,.fad.fa-thermometer-three-quarters:after{content:"\f2c8\fe02"}.fa-duotone.fa-tenge-sign:before,.fad.fa-tenge-sign:before{content:"\20b8\fe01"}.fa-duotone.fa-tenge-sign:after,.fad.fa-tenge-sign:after{content:"\20b8\fe02"}.fa-duotone.fa-tenge:before,.fad.fa-tenge:before{content:"\20b8\fe01"}.fa-duotone.fa-tenge:after,.fad.fa-tenge:after{content:"\20b8\fe02"}.fa-duotone.fa-tennis-ball:before,.fad.fa-tennis-ball:before{content:"\f45e"}.fa-duotone.fa-tennis-ball:after,.fad.fa-tennis-ball:after{content:"\10f45e"}.fa-duotone.fa-terminal:before,.fad.fa-terminal:before{content:"\f120\fe01"}.fa-duotone.fa-terminal:after,.fad.fa-terminal:after{content:"\f120\fe02"}.fa-duotone.fa-text:before,.fad.fa-text:before{content:"\f893\fe01"}.fa-duotone.fa-text:after,.fad.fa-text:after{content:"\f893\fe02"}.fa-duotone.fa-text-height:before,.fad.fa-text-height:before{content:"\f034\fe01"}.fa-duotone.fa-text-height:after,.fad.fa-text-height:after{content:"\f034\fe02"}.fa-duotone.fa-text-size:before,.fad.fa-text-size:before{content:"\f894\fe01"}.fa-duotone.fa-text-size:after,.fad.fa-text-size:after{content:"\f894\fe02"}.fa-duotone.fa-text-slash:before,.fad.fa-text-slash:before{content:"\f87d\fe01"}.fa-duotone.fa-text-slash:after,.fad.fa-text-slash:after{content:"\f87d\fe02"}.fa-duotone.fa-remove-format:before,.fad.fa-remove-format:before{content:"\f87d\fe01"}.fa-duotone.fa-remove-format:after,.fad.fa-remove-format:after{content:"\f87d\fe02"}.fa-duotone.fa-text-width:before,.fad.fa-text-width:before{content:"\f035\fe01"}.fa-duotone.fa-text-width:after,.fad.fa-text-width:after{content:"\f035\fe02"}.fa-duotone.fa-thermometer:before,.fad.fa-thermometer:before{content:"\f491\fe01"}.fa-duotone.fa-thermometer:after,.fad.fa-thermometer:after{content:"\f491\fe02"}.fa-duotone.fa-theta:before,.fad.fa-theta:before{content:"\f69e\fe01"}.fa-duotone.fa-theta:after,.fad.fa-theta:after{content:"\f69e\fe02"}.fa-duotone.fa-thought-bubble:before,.fad.fa-thought-bubble:before{content:"\e32e\fe01"}.fa-duotone.fa-thought-bubble:after,.fad.fa-thought-bubble:after{content:"\e32e\fe02"}.fa-duotone.fa-thumbs-down:before,.fad.fa-thumbs-down:before{content:"\f165"}.fa-duotone.fa-thumbs-down:after,.fad.fa-thumbs-down:after{content:"\10f165"}.fa-duotone.fa-thumbs-up:before,.fad.fa-thumbs-up:before{content:"\f164"}.fa-duotone.fa-thumbs-up:after,.fad.fa-thumbs-up:after{content:"\10f164"}.fa-duotone.fa-thumbtack:before,.fad.fa-thumbtack:before{content:"\f08d"}.fa-duotone.fa-thumbtack:after,.fad.fa-thumbtack:after{content:"\10f08d"}.fa-duotone.fa-thumb-tack:before,.fad.fa-thumb-tack:before{content:"\f08d"}.fa-duotone.fa-thumb-tack:after,.fad.fa-thumb-tack:after{content:"\10f08d"}.fa-duotone.fa-tick:before,.fad.fa-tick:before{content:"\e32f\fe01"}.fa-duotone.fa-tick:after,.fad.fa-tick:after{content:"\e32f\fe02"}.fa-duotone.fa-ticket:before,.fad.fa-ticket:before{content:"\f145"}.fa-duotone.fa-ticket:after,.fad.fa-ticket:after{content:"\10f145"}.fa-duotone.fa-ticket-airline:before,.fad.fa-ticket-airline:before{content:"\e29a\fe01"}.fa-duotone.fa-ticket-airline:after,.fad.fa-ticket-airline:after{content:"\e29a\fe02"}.fa-duotone.fa-ticket-simple:before,.fad.fa-ticket-simple:before{content:"\f3ff\fe01"}.fa-duotone.fa-ticket-simple:after,.fad.fa-ticket-simple:after{content:"\f3ff\fe02"}.fa-duotone.fa-ticket-alt:before,.fad.fa-ticket-alt:before{content:"\f3ff\fe01"}.fa-duotone.fa-ticket-alt:after,.fad.fa-ticket-alt:after{content:"\f3ff\fe02"}.fa-duotone.fa-tickets-airline:before,.fad.fa-tickets-airline:before{content:"\e29b\fe01"}.fa-duotone.fa-tickets-airline:after,.fad.fa-tickets-airline:after{content:"\e29b\fe02"}.fa-duotone.fa-tilde:before,.fad.fa-tilde:before{content:"\7e\fe01"}.fa-duotone.fa-tilde:after,.fad.fa-tilde:after{content:"\7e\fe02"}.fa-duotone.fa-timeline:before,.fad.fa-timeline:before{content:"\e29c\fe01"}.fa-duotone.fa-timeline:after,.fad.fa-timeline:after{content:"\e29c\fe02"}.fa-duotone.fa-timeline-arrow:before,.fad.fa-timeline-arrow:before{content:"\e29d\fe01"}.fa-duotone.fa-timeline-arrow:after,.fad.fa-timeline-arrow:after{content:"\e29d\fe02"}.fa-duotone.fa-timer:before,.fad.fa-timer:before{content:"\e29e\fe01"}.fa-duotone.fa-timer:after,.fad.fa-timer:after{content:"\e29e\fe02"}.fa-duotone.fa-tire:before,.fad.fa-tire:before{content:"\f631\fe01"}.fa-duotone.fa-tire:after,.fad.fa-tire:after{content:"\f631\fe02"}.fa-duotone.fa-tire-flat:before,.fad.fa-tire-flat:before{content:"\f632\fe01"}.fa-duotone.fa-tire-flat:after,.fad.fa-tire-flat:after{content:"\f632\fe02"}.fa-duotone.fa-tire-pressure-warning:before,.fad.fa-tire-pressure-warning:before{content:"\f633\fe01"}.fa-duotone.fa-tire-pressure-warning:after,.fad.fa-tire-pressure-warning:after{content:"\f633\fe02"}.fa-duotone.fa-tire-rugged:before,.fad.fa-tire-rugged:before{content:"\f634\fe01"}.fa-duotone.fa-tire-rugged:after,.fad.fa-tire-rugged:after{content:"\f634\fe02"}.fa-duotone.fa-toggle-off:before,.fad.fa-toggle-off:before{content:"\f204\fe01"}.fa-duotone.fa-toggle-off:after,.fad.fa-toggle-off:after{content:"\f204\fe02"}.fa-duotone.fa-toggle-on:before,.fad.fa-toggle-on:before{content:"\f205\fe01"}.fa-duotone.fa-toggle-on:after,.fad.fa-toggle-on:after{content:"\f205\fe02"}.fa-duotone.fa-toilet:before,.fad.fa-toilet:before{content:"\f7d8"}.fa-duotone.fa-toilet:after,.fad.fa-toilet:after{content:"\10f7d8"}.fa-duotone.fa-toilet-paper:before,.fad.fa-toilet-paper:before{content:"\f71e"}.fa-duotone.fa-toilet-paper:after,.fad.fa-toilet-paper:after{content:"\10f71e"}.fa-duotone.fa-toilet-paper-blank:before,.fad.fa-toilet-paper-blank:before{content:"\f71f\fe01"}.fa-duotone.fa-toilet-paper-blank:after,.fad.fa-toilet-paper-blank:after{content:"\f71f\fe02"}.fa-duotone.fa-toilet-paper-alt:before,.fad.fa-toilet-paper-alt:before{content:"\f71f\fe01"}.fa-duotone.fa-toilet-paper-alt:after,.fad.fa-toilet-paper-alt:after{content:"\f71f\fe02"}.fa-duotone.fa-toilet-paper-blank-under:before,.fad.fa-toilet-paper-blank-under:before{content:"\e29f\fe01"}.fa-duotone.fa-toilet-paper-blank-under:after,.fad.fa-toilet-paper-blank-under:after{content:"\e29f\fe02"}.fa-duotone.fa-toilet-paper-reverse-alt:before,.fad.fa-toilet-paper-reverse-alt:before{content:"\e29f\fe01"}.fa-duotone.fa-toilet-paper-reverse-alt:after,.fad.fa-toilet-paper-reverse-alt:after{content:"\e29f\fe02"}.fa-duotone.fa-toilet-paper-slash:before,.fad.fa-toilet-paper-slash:before{content:"\e072\fe01"}.fa-duotone.fa-toilet-paper-slash:after,.fad.fa-toilet-paper-slash:after{content:"\e072\fe02"}.fa-duotone.fa-toilet-paper-under:before,.fad.fa-toilet-paper-under:before{content:"\e2a0\fe01"}.fa-duotone.fa-toilet-paper-under:after,.fad.fa-toilet-paper-under:after{content:"\e2a0\fe02"}.fa-duotone.fa-toilet-paper-reverse:before,.fad.fa-toilet-paper-reverse:before{content:"\e2a0\fe01"}.fa-duotone.fa-toilet-paper-reverse:after,.fad.fa-toilet-paper-reverse:after{content:"\e2a0\fe02"}.fa-duotone.fa-toilet-paper-under-slash:before,.fad.fa-toilet-paper-under-slash:before{content:"\e2a1\fe01"}.fa-duotone.fa-toilet-paper-under-slash:after,.fad.fa-toilet-paper-under-slash:after{content:"\e2a1\fe02"}.fa-duotone.fa-toilet-paper-reverse-slash:before,.fad.fa-toilet-paper-reverse-slash:before{content:"\e2a1\fe01"}.fa-duotone.fa-toilet-paper-reverse-slash:after,.fad.fa-toilet-paper-reverse-slash:after{content:"\e2a1\fe02"}.fa-duotone.fa-tomato:before,.fad.fa-tomato:before{content:"\e330\fe01"}.fa-duotone.fa-tomato:after,.fad.fa-tomato:after{content:"\e330\fe02"}.fa-duotone.fa-tombstone:before,.fad.fa-tombstone:before{content:"\f720\fe01"}.fa-duotone.fa-tombstone:after,.fad.fa-tombstone:after{content:"\f720\fe02"}.fa-duotone.fa-tombstone-blank:before,.fad.fa-tombstone-blank:before{content:"\f721"}.fa-duotone.fa-tombstone-blank:after,.fad.fa-tombstone-blank:after{content:"\10f721"}.fa-duotone.fa-tombstone-alt:before,.fad.fa-tombstone-alt:before{content:"\f721"}.fa-duotone.fa-tombstone-alt:after,.fad.fa-tombstone-alt:after{content:"\10f721"}.fa-duotone.fa-toolbox:before,.fad.fa-toolbox:before{content:"\f552"}.fa-duotone.fa-toolbox:after,.fad.fa-toolbox:after{content:"\10f552"}.fa-duotone.fa-tooth:before,.fad.fa-tooth:before{content:"\f5c9"}.fa-duotone.fa-tooth:after,.fad.fa-tooth:after{content:"\10f5c9"}.fa-duotone.fa-toothbrush:before,.fad.fa-toothbrush:before{content:"\f635"}.fa-duotone.fa-toothbrush:after,.fad.fa-toothbrush:after{content:"\10f635"}.fa-duotone.fa-torii-gate:before,.fad.fa-torii-gate:before{content:"\26e9\fe01"}.fa-duotone.fa-torii-gate:after,.fad.fa-torii-gate:after{content:"\26e9\fe02"}.fa-duotone.fa-tornado:before,.fad.fa-tornado:before{content:"\f76f"}.fa-duotone.fa-tornado:after,.fad.fa-tornado:after{content:"\10f76f"}.fa-duotone.fa-tower-broadcast:before,.fad.fa-tower-broadcast:before{content:"\f519\fe01"}.fa-duotone.fa-tower-broadcast:after,.fad.fa-tower-broadcast:after{content:"\f519\fe02"}.fa-duotone.fa-broadcast-tower:before,.fad.fa-broadcast-tower:before{content:"\f519\fe01"}.fa-duotone.fa-broadcast-tower:after,.fad.fa-broadcast-tower:after{content:"\f519\fe02"}.fa-duotone.fa-tower-control:before,.fad.fa-tower-control:before{content:"\e2a2\fe01"}.fa-duotone.fa-tower-control:after,.fad.fa-tower-control:after{content:"\e2a2\fe02"}.fa-duotone.fa-tractor:before,.fad.fa-tractor:before{content:"\f722"}.fa-duotone.fa-tractor:after,.fad.fa-tractor:after{content:"\10f722"}.fa-duotone.fa-trademark:before,.fad.fa-trademark:before{content:"\2122\fe01"}.fa-duotone.fa-trademark:after,.fad.fa-trademark:after{content:"\2122\fe02"}.fa-duotone.fa-traffic-cone:before,.fad.fa-traffic-cone:before{content:"\f636\fe01"}.fa-duotone.fa-traffic-cone:after,.fad.fa-traffic-cone:after{content:"\f636\fe02"}.fa-duotone.fa-traffic-light:before,.fad.fa-traffic-light:before{content:"\f637"}.fa-duotone.fa-traffic-light:after,.fad.fa-traffic-light:after{content:"\10f637"}.fa-duotone.fa-traffic-light-go:before,.fad.fa-traffic-light-go:before{content:"\f638\fe01"}.fa-duotone.fa-traffic-light-go:after,.fad.fa-traffic-light-go:after{content:"\f638\fe02"}.fa-duotone.fa-traffic-light-slow:before,.fad.fa-traffic-light-slow:before{content:"\f639\fe01"}.fa-duotone.fa-traffic-light-slow:after,.fad.fa-traffic-light-slow:after{content:"\f639\fe02"}.fa-duotone.fa-traffic-light-stop:before,.fad.fa-traffic-light-stop:before{content:"\f63a\fe01"}.fa-duotone.fa-traffic-light-stop:after,.fad.fa-traffic-light-stop:after{content:"\f63a\fe02"}.fa-duotone.fa-trailer:before,.fad.fa-trailer:before{content:"\e041\fe01"}.fa-duotone.fa-trailer:after,.fad.fa-trailer:after{content:"\e041\fe02"}.fa-duotone.fa-train:before,.fad.fa-train:before{content:"\f238"}.fa-duotone.fa-train:after,.fad.fa-train:after{content:"\10f238"}.fa-duotone.fa-train-subway:before,.fad.fa-train-subway:before{content:"\f239\fe01"}.fa-duotone.fa-train-subway:after,.fad.fa-train-subway:after{content:"\f239\fe02"}.fa-duotone.fa-subway:before,.fad.fa-subway:before{content:"\f239\fe01"}.fa-duotone.fa-subway:after,.fad.fa-subway:after{content:"\f239\fe02"}.fa-duotone.fa-train-subway-tunnel:before,.fad.fa-train-subway-tunnel:before{content:"\e2a3\fe01"}.fa-duotone.fa-train-subway-tunnel:after,.fad.fa-train-subway-tunnel:after{content:"\e2a3\fe02"}.fa-duotone.fa-subway-tunnel:before,.fad.fa-subway-tunnel:before{content:"\e2a3\fe01"}.fa-duotone.fa-subway-tunnel:after,.fad.fa-subway-tunnel:after{content:"\e2a3\fe02"}.fa-duotone.fa-train-tram:before,.fad.fa-train-tram:before{content:"\f7da"}.fa-duotone.fa-train-tram:after,.fad.fa-train-tram:after{content:"\10f7da"}.fa-duotone.fa-tram:before,.fad.fa-tram:before{content:"\f7da"}.fa-duotone.fa-tram:after,.fad.fa-tram:after{content:"\10f7da"}.fa-duotone.fa-transformer-bolt:before,.fad.fa-transformer-bolt:before{content:"\e2a4\fe01"}.fa-duotone.fa-transformer-bolt:after,.fad.fa-transformer-bolt:after{content:"\e2a4\fe02"}.fa-duotone.fa-transgender:before,.fad.fa-transgender:before{content:"\26a7\fe01"}.fa-duotone.fa-transgender:after,.fad.fa-transgender:after{content:"\26a7\fe02"}.fa-duotone.fa-transgender-alt:before,.fad.fa-transgender-alt:before{content:"\26a7\fe01"}.fa-duotone.fa-transgender-alt:after,.fad.fa-transgender-alt:after{content:"\26a7\fe02"}.fa-duotone.fa-transporter:before,.fad.fa-transporter:before{content:"\e042\fe01"}.fa-duotone.fa-transporter:after,.fad.fa-transporter:after{content:"\e042\fe02"}.fa-duotone.fa-transporter-1:before,.fad.fa-transporter-1:before{content:"\e043\fe01"}.fa-duotone.fa-transporter-1:after,.fad.fa-transporter-1:after{content:"\e043\fe02"}.fa-duotone.fa-transporter-2:before,.fad.fa-transporter-2:before{content:"\e044\fe01"}.fa-duotone.fa-transporter-2:after,.fad.fa-transporter-2:after{content:"\e044\fe02"}.fa-duotone.fa-transporter-3:before,.fad.fa-transporter-3:before{content:"\e045\fe01"}.fa-duotone.fa-transporter-3:after,.fad.fa-transporter-3:after{content:"\e045\fe02"}.fa-duotone.fa-transporter-4:before,.fad.fa-transporter-4:before{content:"\e2a5\fe01"}.fa-duotone.fa-transporter-4:after,.fad.fa-transporter-4:after{content:"\e2a5\fe02"}.fa-duotone.fa-transporter-5:before,.fad.fa-transporter-5:before{content:"\e2a6\fe01"}.fa-duotone.fa-transporter-5:after,.fad.fa-transporter-5:after{content:"\e2a6\fe02"}.fa-duotone.fa-transporter-6:before,.fad.fa-transporter-6:before{content:"\e2a7\fe01"}.fa-duotone.fa-transporter-6:after,.fad.fa-transporter-6:after{content:"\e2a7\fe02"}.fa-duotone.fa-transporter-7:before,.fad.fa-transporter-7:before{content:"\e2a8\fe01"}.fa-duotone.fa-transporter-7:after,.fad.fa-transporter-7:after{content:"\e2a8\fe02"}.fa-duotone.fa-transporter-empty:before,.fad.fa-transporter-empty:before{content:"\e046\fe01"}.fa-duotone.fa-transporter-empty:after,.fad.fa-transporter-empty:after{content:"\e046\fe02"}.fa-duotone.fa-trash:before,.fad.fa-trash:before{content:"\f1f8\fe01"}.fa-duotone.fa-trash:after,.fad.fa-trash:after{content:"\f1f8\fe02"}.fa-duotone.fa-trash-arrow-up:before,.fad.fa-trash-arrow-up:before{content:"\f829\fe01"}.fa-duotone.fa-trash-arrow-up:after,.fad.fa-trash-arrow-up:after{content:"\f829\fe02"}.fa-duotone.fa-trash-restore:before,.fad.fa-trash-restore:before{content:"\f829\fe01"}.fa-duotone.fa-trash-restore:after,.fad.fa-trash-restore:after{content:"\f829\fe02"}.fa-duotone.fa-trash-can:before,.fad.fa-trash-can:before{content:"\f2ed\fe01"}.fa-duotone.fa-trash-can:after,.fad.fa-trash-can:after{content:"\f2ed\fe02"}.fa-duotone.fa-trash-alt:before,.fad.fa-trash-alt:before{content:"\f2ed\fe01"}.fa-duotone.fa-trash-alt:after,.fad.fa-trash-alt:after{content:"\f2ed\fe02"}.fa-duotone.fa-trash-can-arrow-up:before,.fad.fa-trash-can-arrow-up:before{content:"\f82a\fe01"}.fa-duotone.fa-trash-can-arrow-up:after,.fad.fa-trash-can-arrow-up:after{content:"\f82a\fe02"}.fa-duotone.fa-trash-restore-alt:before,.fad.fa-trash-restore-alt:before{content:"\f82a\fe01"}.fa-duotone.fa-trash-restore-alt:after,.fad.fa-trash-restore-alt:after{content:"\f82a\fe02"}.fa-duotone.fa-trash-can-check:before,.fad.fa-trash-can-check:before{content:"\e2a9\fe01"}.fa-duotone.fa-trash-can-check:after,.fad.fa-trash-can-check:after{content:"\e2a9\fe02"}.fa-duotone.fa-trash-can-clock:before,.fad.fa-trash-can-clock:before{content:"\e2aa\fe01"}.fa-duotone.fa-trash-can-clock:after,.fad.fa-trash-can-clock:after{content:"\e2aa\fe02"}.fa-duotone.fa-trash-can-list:before,.fad.fa-trash-can-list:before{content:"\e2ab\fe01"}.fa-duotone.fa-trash-can-list:after,.fad.fa-trash-can-list:after{content:"\e2ab\fe02"}.fa-duotone.fa-trash-can-plus:before,.fad.fa-trash-can-plus:before{content:"\e2ac\fe01"}.fa-duotone.fa-trash-can-plus:after,.fad.fa-trash-can-plus:after{content:"\e2ac\fe02"}.fa-duotone.fa-trash-can-slash:before,.fad.fa-trash-can-slash:before{content:"\e2ad\fe01"}.fa-duotone.fa-trash-can-slash:after,.fad.fa-trash-can-slash:after{content:"\e2ad\fe02"}.fa-duotone.fa-trash-alt-slash:before,.fad.fa-trash-alt-slash:before{content:"\e2ad\fe01"}.fa-duotone.fa-trash-alt-slash:after,.fad.fa-trash-alt-slash:after{content:"\e2ad\fe02"}.fa-duotone.fa-trash-can-undo:before,.fad.fa-trash-can-undo:before{content:"\f896\fe01"}.fa-duotone.fa-trash-can-undo:after,.fad.fa-trash-can-undo:after{content:"\f896\fe02"}.fa-duotone.fa-trash-can-arrow-turn-left:before,.fad.fa-trash-can-arrow-turn-left:before{content:"\f896\fe01"}.fa-duotone.fa-trash-can-arrow-turn-left:after,.fad.fa-trash-can-arrow-turn-left:after{content:"\f896\fe02"}.fa-duotone.fa-trash-undo-alt:before,.fad.fa-trash-undo-alt:before{content:"\f896\fe01"}.fa-duotone.fa-trash-undo-alt:after,.fad.fa-trash-undo-alt:after{content:"\f896\fe02"}.fa-duotone.fa-trash-can-xmark:before,.fad.fa-trash-can-xmark:before{content:"\e2ae\fe01"}.fa-duotone.fa-trash-can-xmark:after,.fad.fa-trash-can-xmark:after{content:"\e2ae\fe02"}.fa-duotone.fa-trash-check:before,.fad.fa-trash-check:before{content:"\e2af\fe01"}.fa-duotone.fa-trash-check:after,.fad.fa-trash-check:after{content:"\e2af\fe02"}.fa-duotone.fa-trash-clock:before,.fad.fa-trash-clock:before{content:"\e2b0\fe01"}.fa-duotone.fa-trash-clock:after,.fad.fa-trash-clock:after{content:"\e2b0\fe02"}.fa-duotone.fa-trash-list:before,.fad.fa-trash-list:before{content:"\e2b1\fe01"}.fa-duotone.fa-trash-list:after,.fad.fa-trash-list:after{content:"\e2b1\fe02"}.fa-duotone.fa-trash-plus:before,.fad.fa-trash-plus:before{content:"\e2b2\fe01"}.fa-duotone.fa-trash-plus:after,.fad.fa-trash-plus:after{content:"\e2b2\fe02"}.fa-duotone.fa-trash-slash:before,.fad.fa-trash-slash:before{content:"\e2b3\fe01"}.fa-duotone.fa-trash-slash:after,.fad.fa-trash-slash:after{content:"\e2b3\fe02"}.fa-duotone.fa-trash-undo:before,.fad.fa-trash-undo:before{content:"\f895\fe01"}.fa-duotone.fa-trash-undo:after,.fad.fa-trash-undo:after{content:"\f895\fe02"}.fa-duotone.fa-trash-arrow-turn-left:before,.fad.fa-trash-arrow-turn-left:before{content:"\f895\fe01"}.fa-duotone.fa-trash-arrow-turn-left:after,.fad.fa-trash-arrow-turn-left:after{content:"\f895\fe02"}.fa-duotone.fa-trash-xmark:before,.fad.fa-trash-xmark:before{content:"\e2b4\fe01"}.fa-duotone.fa-trash-xmark:after,.fad.fa-trash-xmark:after{content:"\e2b4\fe02"}.fa-duotone.fa-treasure-chest:before,.fad.fa-treasure-chest:before{content:"\f723\fe01"}.fa-duotone.fa-treasure-chest:after,.fad.fa-treasure-chest:after{content:"\f723\fe02"}.fa-duotone.fa-tree:before,.fad.fa-tree:before{content:"\f1bb"}.fa-duotone.fa-tree:after,.fad.fa-tree:after{content:"\10f1bb"}.fa-duotone.fa-tree-christmas:before,.fad.fa-tree-christmas:before{content:"\f7db"}.fa-duotone.fa-tree-christmas:after,.fad.fa-tree-christmas:after{content:"\10f7db"}.fa-duotone.fa-tree-deciduous:before,.fad.fa-tree-deciduous:before{content:"\f400"}.fa-duotone.fa-tree-deciduous:after,.fad.fa-tree-deciduous:after{content:"\10f400"}.fa-duotone.fa-tree-alt:before,.fad.fa-tree-alt:before{content:"\f400"}.fa-duotone.fa-tree-alt:after,.fad.fa-tree-alt:after{content:"\10f400"}.fa-duotone.fa-tree-decorated:before,.fad.fa-tree-decorated:before{content:"\f7dc\fe01"}.fa-duotone.fa-tree-decorated:after,.fad.fa-tree-decorated:after{content:"\f7dc\fe02"}.fa-duotone.fa-tree-large:before,.fad.fa-tree-large:before{content:"\f7dd\fe01"}.fa-duotone.fa-tree-large:after,.fad.fa-tree-large:after{content:"\f7dd\fe02"}.fa-duotone.fa-tree-palm:before,.fad.fa-tree-palm:before{content:"\f82b"}.fa-duotone.fa-tree-palm:after,.fad.fa-tree-palm:after{content:"\10f82b"}.fa-duotone.fa-trees:before,.fad.fa-trees:before{content:"\f724\fe01"}.fa-duotone.fa-trees:after,.fad.fa-trees:after{content:"\f724\fe02"}.fa-duotone.fa-triangle:before,.fad.fa-triangle:before{content:"\25b2\fe01"}.fa-duotone.fa-triangle:after,.fad.fa-triangle:after{content:"\25b2\fe02"}.fa-duotone.fa-triangle-exclamation:before,.fad.fa-triangle-exclamation:before{content:"\26a0\fe01"}.fa-duotone.fa-triangle-exclamation:after,.fad.fa-triangle-exclamation:after{content:"\26a0\fe02"}.fa-duotone.fa-exclamation-triangle:before,.fad.fa-exclamation-triangle:before{content:"\26a0\fe01"}.fa-duotone.fa-exclamation-triangle:after,.fad.fa-exclamation-triangle:after{content:"\26a0\fe02"}.fa-duotone.fa-warning:before,.fad.fa-warning:before{content:"\26a0\fe01"}.fa-duotone.fa-warning:after,.fad.fa-warning:after{content:"\26a0\fe02"}.fa-duotone.fa-triangle-instrument:before,.fad.fa-triangle-instrument:before{content:"\f8e2\fe01"}.fa-duotone.fa-triangle-instrument:after,.fad.fa-triangle-instrument:after{content:"\f8e2\fe02"}.fa-duotone.fa-triangle-music:before,.fad.fa-triangle-music:before{content:"\f8e2\fe01"}.fa-duotone.fa-triangle-music:after,.fad.fa-triangle-music:after{content:"\f8e2\fe02"}.fa-duotone.fa-triangle-person-digging:before,.fad.fa-triangle-person-digging:before{content:"\f85d\fe01"}.fa-duotone.fa-triangle-person-digging:after,.fad.fa-triangle-person-digging:after{content:"\f85d\fe02"}.fa-duotone.fa-construction:before,.fad.fa-construction:before{content:"\f85d\fe01"}.fa-duotone.fa-construction:after,.fad.fa-construction:after{content:"\f85d\fe02"}.fa-duotone.fa-trophy:before,.fad.fa-trophy:before{content:"\f091"}.fa-duotone.fa-trophy:after,.fad.fa-trophy:after{content:"\10f091"}.fa-duotone.fa-trophy-star:before,.fad.fa-trophy-star:before{content:"\f2eb\fe01"}.fa-duotone.fa-trophy-star:after,.fad.fa-trophy-star:after{content:"\f2eb\fe02"}.fa-duotone.fa-trophy-alt:before,.fad.fa-trophy-alt:before{content:"\f2eb\fe01"}.fa-duotone.fa-trophy-alt:after,.fad.fa-trophy-alt:after{content:"\f2eb\fe02"}.fa-duotone.fa-truck:before,.fad.fa-truck:before{content:"\26df\fe01"}.fa-duotone.fa-truck:after,.fad.fa-truck:after{content:"\26df\fe02"}.fa-duotone.fa-truck-bolt:before,.fad.fa-truck-bolt:before{content:"\e3d0\fe01"}.fa-duotone.fa-truck-bolt:after,.fad.fa-truck-bolt:after{content:"\e3d0\fe02"}.fa-duotone.fa-truck-clock:before,.fad.fa-truck-clock:before{content:"\f48c\fe01"}.fa-duotone.fa-truck-clock:after,.fad.fa-truck-clock:after{content:"\f48c\fe02"}.fa-duotone.fa-shipping-timed:before,.fad.fa-shipping-timed:before{content:"\f48c\fe01"}.fa-duotone.fa-shipping-timed:after,.fad.fa-shipping-timed:after{content:"\f48c\fe02"}.fa-duotone.fa-truck-container:before,.fad.fa-truck-container:before{content:"\f4dc\fe01"}.fa-duotone.fa-truck-container:after,.fad.fa-truck-container:after{content:"\f4dc\fe02"}.fa-duotone.fa-truck-container-empty:before,.fad.fa-truck-container-empty:before{content:"\e2b5\fe01"}.fa-duotone.fa-truck-container-empty:after,.fad.fa-truck-container-empty:after{content:"\e2b5\fe02"}.fa-duotone.fa-truck-fast:before,.fad.fa-truck-fast:before{content:"\f48b\fe01"}.fa-duotone.fa-truck-fast:after,.fad.fa-truck-fast:after{content:"\f48b\fe02"}.fa-duotone.fa-shipping-fast:before,.fad.fa-shipping-fast:before{content:"\f48b\fe01"}.fa-duotone.fa-shipping-fast:after,.fad.fa-shipping-fast:after{content:"\f48b\fe02"}.fa-duotone.fa-truck-flatbed:before,.fad.fa-truck-flatbed:before{content:"\e2b6\fe01"}.fa-duotone.fa-truck-flatbed:after,.fad.fa-truck-flatbed:after{content:"\e2b6\fe02"}.fa-duotone.fa-truck-front:before,.fad.fa-truck-front:before{content:"\e2b7\fe01"}.fa-duotone.fa-truck-front:after,.fad.fa-truck-front:after{content:"\e2b7\fe02"}.fa-duotone.fa-truck-medical:before,.fad.fa-truck-medical:before{content:"\f0f9"}.fa-duotone.fa-truck-medical:after,.fad.fa-truck-medical:after{content:"\10f0f9"}.fa-duotone.fa-ambulance:before,.fad.fa-ambulance:before{content:"\f0f9"}.fa-duotone.fa-ambulance:after,.fad.fa-ambulance:after{content:"\10f0f9"}.fa-duotone.fa-truck-monster:before,.fad.fa-truck-monster:before{content:"\f63b\fe01"}.fa-duotone.fa-truck-monster:after,.fad.fa-truck-monster:after{content:"\f63b\fe02"}.fa-duotone.fa-truck-moving:before,.fad.fa-truck-moving:before{content:"\f4df\fe01"}.fa-duotone.fa-truck-moving:after,.fad.fa-truck-moving:after{content:"\f4df\fe02"}.fa-duotone.fa-truck-pickup:before,.fad.fa-truck-pickup:before{content:"\f63c"}.fa-duotone.fa-truck-pickup:after,.fad.fa-truck-pickup:after{content:"\10f63c"}.fa-duotone.fa-truck-plow:before,.fad.fa-truck-plow:before{content:"\f7de\fe01"}.fa-duotone.fa-truck-plow:after,.fad.fa-truck-plow:after{content:"\f7de\fe02"}.fa-duotone.fa-truck-ramp:before,.fad.fa-truck-ramp:before{content:"\f4e0\fe01"}.fa-duotone.fa-truck-ramp:after,.fad.fa-truck-ramp:after{content:"\f4e0\fe02"}.fa-duotone.fa-truck-ramp-box:before,.fad.fa-truck-ramp-box:before{content:"\f4de\fe01"}.fa-duotone.fa-truck-ramp-box:after,.fad.fa-truck-ramp-box:after{content:"\f4de\fe02"}.fa-duotone.fa-truck-loading:before,.fad.fa-truck-loading:before{content:"\f4de\fe01"}.fa-duotone.fa-truck-loading:after,.fad.fa-truck-loading:after{content:"\f4de\fe02"}.fa-duotone.fa-truck-ramp-couch:before,.fad.fa-truck-ramp-couch:before{content:"\f4dd\fe01"}.fa-duotone.fa-truck-ramp-couch:after,.fad.fa-truck-ramp-couch:after{content:"\f4dd\fe02"}.fa-duotone.fa-truck-couch:before,.fad.fa-truck-couch:before{content:"\f4dd\fe01"}.fa-duotone.fa-truck-couch:after,.fad.fa-truck-couch:after{content:"\f4dd\fe02"}.fa-duotone.fa-truck-tow:before,.fad.fa-truck-tow:before{content:"\e2b8\fe01"}.fa-duotone.fa-truck-tow:after,.fad.fa-truck-tow:after{content:"\e2b8\fe02"}.fa-duotone.fa-trumpet:before,.fad.fa-trumpet:before{content:"\f8e3"}.fa-duotone.fa-trumpet:after,.fad.fa-trumpet:after{content:"\10f8e3"}.fa-duotone.fa-tty:before,.fad.fa-tty:before{content:"\f1e4\fe01"}.fa-duotone.fa-tty:after,.fad.fa-tty:after{content:"\f1e4\fe02"}.fa-duotone.fa-teletype:before,.fad.fa-teletype:before{content:"\f1e4\fe01"}.fa-duotone.fa-teletype:after,.fad.fa-teletype:after{content:"\f1e4\fe02"}.fa-duotone.fa-tty-answer:before,.fad.fa-tty-answer:before{content:"\e2b9\fe01"}.fa-duotone.fa-tty-answer:after,.fad.fa-tty-answer:after{content:"\e2b9\fe02"}.fa-duotone.fa-teletype-answer:before,.fad.fa-teletype-answer:before{content:"\e2b9\fe01"}.fa-duotone.fa-teletype-answer:after,.fad.fa-teletype-answer:after{content:"\e2b9\fe02"}.fa-duotone.fa-tugrik-sign:before,.fad.fa-tugrik-sign:before{content:"\e2ba\fe01"}.fa-duotone.fa-tugrik-sign:after,.fad.fa-tugrik-sign:after{content:"\e2ba\fe02"}.fa-duotone.fa-turkey:before,.fad.fa-turkey:before{content:"\f725\fe01"}.fa-duotone.fa-turkey:after,.fad.fa-turkey:after{content:"\f725\fe02"}.fa-duotone.fa-turkish-lira-sign:before,.fad.fa-turkish-lira-sign:before{content:"\e2bb\fe01"}.fa-duotone.fa-turkish-lira-sign:after,.fad.fa-turkish-lira-sign:after{content:"\e2bb\fe02"}.fa-duotone.fa-try:before,.fad.fa-try:before{content:"\e2bb\fe01"}.fa-duotone.fa-try:after,.fad.fa-try:after{content:"\e2bb\fe02"}.fa-duotone.fa-turkish-lira:before,.fad.fa-turkish-lira:before{content:"\e2bb\fe01"}.fa-duotone.fa-turkish-lira:after,.fad.fa-turkish-lira:after{content:"\e2bb\fe02"}.fa-duotone.fa-turn-down:before,.fad.fa-turn-down:before{content:"\2935\fe01"}.fa-duotone.fa-turn-down:after,.fad.fa-turn-down:after{content:"\2935\fe02"}.fa-duotone.fa-level-down-alt:before,.fad.fa-level-down-alt:before{content:"\2935\fe01"}.fa-duotone.fa-level-down-alt:after,.fad.fa-level-down-alt:after{content:"\2935\fe02"}.fa-duotone.fa-turn-down-left:before,.fad.fa-turn-down-left:before{content:"\e331\fe01"}.fa-duotone.fa-turn-down-left:after,.fad.fa-turn-down-left:after{content:"\e331\fe02"}.fa-duotone.fa-turn-up:before,.fad.fa-turn-up:before{content:"\2934\fe01"}.fa-duotone.fa-turn-up:after,.fad.fa-turn-up:after{content:"\2934\fe02"}.fa-duotone.fa-level-up-alt:before,.fad.fa-level-up-alt:before{content:"\2934\fe01"}.fa-duotone.fa-level-up-alt:after,.fad.fa-level-up-alt:after{content:"\2934\fe02"}.fa-duotone.fa-turntable:before,.fad.fa-turntable:before{content:"\f8e4\fe01"}.fa-duotone.fa-turntable:after,.fad.fa-turntable:after{content:"\f8e4\fe02"}.fa-duotone.fa-turtle:before,.fad.fa-turtle:before{content:"\f726"}.fa-duotone.fa-turtle:after,.fad.fa-turtle:after{content:"\10f726"}.fa-duotone.fa-tv:before,.fad.fa-tv:before{content:"\f26c\fe01"}.fa-duotone.fa-tv:after,.fad.fa-tv:after{content:"\f26c\fe02"}.fa-duotone.fa-television:before,.fad.fa-television:before{content:"\f26c\fe01"}.fa-duotone.fa-television:after,.fad.fa-television:after{content:"\f26c\fe02"}.fa-duotone.fa-tv-alt:before,.fad.fa-tv-alt:before{content:"\f26c\fe01"}.fa-duotone.fa-tv-alt:after,.fad.fa-tv-alt:after{content:"\f26c\fe02"}.fa-duotone.fa-tv-music:before,.fad.fa-tv-music:before{content:"\f8e6\fe01"}.fa-duotone.fa-tv-music:after,.fad.fa-tv-music:after{content:"\f8e6\fe02"}.fa-duotone.fa-tv-retro:before,.fad.fa-tv-retro:before{content:"\f401"}.fa-duotone.fa-tv-retro:after,.fad.fa-tv-retro:after{content:"\10f401"}.fa-duotone.fa-typewriter:before,.fad.fa-typewriter:before{content:"\f8e7\fe01"}.fa-duotone.fa-typewriter:after,.fad.fa-typewriter:after{content:"\f8e7\fe02"}.fa-duotone.fa-u:before,.fad.fa-u:before{content:"\55\fe01"}.fa-duotone.fa-u:after,.fad.fa-u:after{content:"\55\fe02"}.fa-duotone.fa-ufo:before,.fad.fa-ufo:before{content:"\e047"}.fa-duotone.fa-ufo:after,.fad.fa-ufo:after{content:"\10e047"}.fa-duotone.fa-ufo-beam:before,.fad.fa-ufo-beam:before{content:"\e048\fe01"}.fa-duotone.fa-ufo-beam:after,.fad.fa-ufo-beam:after{content:"\e048\fe02"}.fa-duotone.fa-umbrella:before,.fad.fa-umbrella:before{content:"\f0e9\fe01"}.fa-duotone.fa-umbrella:after,.fad.fa-umbrella:after{content:"\f0e9\fe02"}.fa-duotone.fa-umbrella-beach:before,.fad.fa-umbrella-beach:before{content:"\f5ca"}.fa-duotone.fa-umbrella-beach:after,.fad.fa-umbrella-beach:after{content:"\10f5ca"}.fa-duotone.fa-umbrella-simple:before,.fad.fa-umbrella-simple:before{content:"\e2bc\fe01"}.fa-duotone.fa-umbrella-simple:after,.fad.fa-umbrella-simple:after{content:"\e2bc\fe02"}.fa-duotone.fa-umbrella-alt:before,.fad.fa-umbrella-alt:before{content:"\e2bc\fe01"}.fa-duotone.fa-umbrella-alt:after,.fad.fa-umbrella-alt:after{content:"\e2bc\fe02"}.fa-duotone.fa-underline:before,.fad.fa-underline:before{content:"\f0cd\fe01"}.fa-duotone.fa-underline:after,.fad.fa-underline:after{content:"\f0cd\fe02"}.fa-duotone.fa-unicorn:before,.fad.fa-unicorn:before{content:"\f727"}.fa-duotone.fa-unicorn:after,.fad.fa-unicorn:after{content:"\10f727"}.fa-duotone.fa-uniform-martial-arts:before,.fad.fa-uniform-martial-arts:before{content:"\e3d1\fe01"}.fa-duotone.fa-uniform-martial-arts:after,.fad.fa-uniform-martial-arts:after{content:"\e3d1\fe02"}.fa-duotone.fa-union:before,.fad.fa-union:before{content:"\22c3\fe01"}.fa-duotone.fa-union:after,.fad.fa-union:after{content:"\22c3\fe02"}.fa-duotone.fa-universal-access:before,.fad.fa-universal-access:before{content:"\f29a\fe01"}.fa-duotone.fa-universal-access:after,.fad.fa-universal-access:after{content:"\f29a\fe02"}.fa-duotone.fa-unlock:before,.fad.fa-unlock:before{content:"\f09c"}.fa-duotone.fa-unlock:after,.fad.fa-unlock:after{content:"\10f09c"}.fa-duotone.fa-unlock-keyhole:before,.fad.fa-unlock-keyhole:before{content:"\f13e\fe01"}.fa-duotone.fa-unlock-keyhole:after,.fad.fa-unlock-keyhole:after{content:"\f13e\fe02"}.fa-duotone.fa-unlock-alt:before,.fad.fa-unlock-alt:before{content:"\f13e\fe01"}.fa-duotone.fa-unlock-alt:after,.fad.fa-unlock-alt:after{content:"\f13e\fe02"}.fa-duotone.fa-up:before,.fad.fa-up:before{content:"\f357\fe01"}.fa-duotone.fa-up:after,.fad.fa-up:after{content:"\f357\fe02"}.fa-duotone.fa-arrow-alt-up:before,.fad.fa-arrow-alt-up:before{content:"\f357\fe01"}.fa-duotone.fa-arrow-alt-up:after,.fad.fa-arrow-alt-up:after{content:"\f357\fe02"}.fa-duotone.fa-up-down:before,.fad.fa-up-down:before{content:"\2195\fe01"}.fa-duotone.fa-up-down:after,.fad.fa-up-down:after{content:"\2195\fe02"}.fa-duotone.fa-arrows-alt-v:before,.fad.fa-arrows-alt-v:before{content:"\2195\fe01"}.fa-duotone.fa-arrows-alt-v:after,.fad.fa-arrows-alt-v:after{content:"\2195\fe02"}.fa-duotone.fa-up-down-left-right:before,.fad.fa-up-down-left-right:before{content:"\f0b2\fe01"}.fa-duotone.fa-up-down-left-right:after,.fad.fa-up-down-left-right:after{content:"\f0b2\fe02"}.fa-duotone.fa-arrows-alt:before,.fad.fa-arrows-alt:before{content:"\f0b2\fe01"}.fa-duotone.fa-arrows-alt:after,.fad.fa-arrows-alt:after{content:"\f0b2\fe02"}.fa-duotone.fa-up-from-line:before,.fad.fa-up-from-line:before{content:"\f346\fe01"}.fa-duotone.fa-up-from-line:after,.fad.fa-up-from-line:after{content:"\f346\fe02"}.fa-duotone.fa-arrow-alt-from-bottom:before,.fad.fa-arrow-alt-from-bottom:before{content:"\f346\fe01"}.fa-duotone.fa-arrow-alt-from-bottom:after,.fad.fa-arrow-alt-from-bottom:after{content:"\f346\fe02"}.fa-duotone.fa-up-left:before,.fad.fa-up-left:before{content:"\e2bd\fe01"}.fa-duotone.fa-up-left:after,.fad.fa-up-left:after{content:"\e2bd\fe02"}.fa-duotone.fa-up-long:before,.fad.fa-up-long:before{content:"\f30c\fe01"}.fa-duotone.fa-up-long:after,.fad.fa-up-long:after{content:"\f30c\fe02"}.fa-duotone.fa-long-arrow-alt-up:before,.fad.fa-long-arrow-alt-up:before{content:"\f30c\fe01"}.fa-duotone.fa-long-arrow-alt-up:after,.fad.fa-long-arrow-alt-up:after{content:"\f30c\fe02"}.fa-duotone.fa-up-right:before,.fad.fa-up-right:before{content:"\e2be\fe01"}.fa-duotone.fa-up-right:after,.fad.fa-up-right:after{content:"\e2be\fe02"}.fa-duotone.fa-up-right-and-down-left-from-center:before,.fad.fa-up-right-and-down-left-from-center:before{content:"\f424\fe01"}.fa-duotone.fa-up-right-and-down-left-from-center:after,.fad.fa-up-right-and-down-left-from-center:after{content:"\f424\fe02"}.fa-duotone.fa-expand-alt:before,.fad.fa-expand-alt:before{content:"\f424\fe01"}.fa-duotone.fa-expand-alt:after,.fad.fa-expand-alt:after{content:"\f424\fe02"}.fa-duotone.fa-up-right-from-square:before,.fad.fa-up-right-from-square:before{content:"\f35d\fe01"}.fa-duotone.fa-up-right-from-square:after,.fad.fa-up-right-from-square:after{content:"\f35d\fe02"}.fa-duotone.fa-external-link-alt:before,.fad.fa-external-link-alt:before{content:"\f35d\fe01"}.fa-duotone.fa-external-link-alt:after,.fad.fa-external-link-alt:after{content:"\f35d\fe02"}.fa-duotone.fa-up-to-line:before,.fad.fa-up-to-line:before{content:"\f34d\fe01"}.fa-duotone.fa-up-to-line:after,.fad.fa-up-to-line:after{content:"\f34d\fe02"}.fa-duotone.fa-arrow-alt-to-top:before,.fad.fa-arrow-alt-to-top:before{content:"\f34d\fe01"}.fa-duotone.fa-arrow-alt-to-top:after,.fad.fa-arrow-alt-to-top:after{content:"\f34d\fe02"}.fa-duotone.fa-upload:before,.fad.fa-upload:before{content:"\f093\fe01"}.fa-duotone.fa-upload:after,.fad.fa-upload:after{content:"\f093\fe02"}.fa-duotone.fa-usb-drive:before,.fad.fa-usb-drive:before{content:"\f8e9\fe01"}.fa-duotone.fa-usb-drive:after,.fad.fa-usb-drive:after{content:"\f8e9\fe02"}.fa-duotone.fa-user:before,.fad.fa-user:before{content:"\f007"}.fa-duotone.fa-user:after,.fad.fa-user:after{content:"\10f007"}.fa-duotone.fa-user-alien:before,.fad.fa-user-alien:before{content:"\e04a\fe01"}.fa-duotone.fa-user-alien:after,.fad.fa-user-alien:after{content:"\e04a\fe02"}.fa-duotone.fa-user-astronaut:before,.fad.fa-user-astronaut:before{content:"\f4fb\fe01"}.fa-duotone.fa-user-astronaut:after,.fad.fa-user-astronaut:after{content:"\f4fb\fe02"}.fa-duotone.fa-user-bounty-hunter:before,.fad.fa-user-bounty-hunter:before{content:"\e2bf\fe01"}.fa-duotone.fa-user-bounty-hunter:after,.fad.fa-user-bounty-hunter:after{content:"\e2bf\fe02"}.fa-duotone.fa-user-check:before,.fad.fa-user-check:before{content:"\f4fc\fe01"}.fa-duotone.fa-user-check:after,.fad.fa-user-check:after{content:"\f4fc\fe02"}.fa-duotone.fa-user-chef:before,.fad.fa-user-chef:before{content:"\e3d2\fe01"}.fa-duotone.fa-user-chef:after,.fad.fa-user-chef:after{content:"\e3d2\fe02"}.fa-duotone.fa-user-clock:before,.fad.fa-user-clock:before{content:"\f4fd\fe01"}.fa-duotone.fa-user-clock:after,.fad.fa-user-clock:after{content:"\f4fd\fe02"}.fa-duotone.fa-user-cowboy:before,.fad.fa-user-cowboy:before{content:"\f8ea\fe01"}.fa-duotone.fa-user-cowboy:after,.fad.fa-user-cowboy:after{content:"\f8ea\fe02"}.fa-duotone.fa-user-crown:before,.fad.fa-user-crown:before{content:"\f6a4\fe01"}.fa-duotone.fa-user-crown:after,.fad.fa-user-crown:after{content:"\f6a4\fe02"}.fa-duotone.fa-user-doctor:before,.fad.fa-user-doctor:before{content:"\f0f0\fe01"}.fa-duotone.fa-user-doctor:after,.fad.fa-user-doctor:after{content:"\f0f0\fe02"}.fa-duotone.fa-user-md:before,.fad.fa-user-md:before{content:"\f0f0\fe01"}.fa-duotone.fa-user-md:after,.fad.fa-user-md:after{content:"\f0f0\fe02"}.fa-duotone.fa-user-doctor-message:before,.fad.fa-user-doctor-message:before{content:"\f82e\fe01"}.fa-duotone.fa-user-doctor-message:after,.fad.fa-user-doctor-message:after{content:"\f82e\fe02"}.fa-duotone.fa-user-md-chat:before,.fad.fa-user-md-chat:before{content:"\f82e\fe01"}.fa-duotone.fa-user-md-chat:after,.fad.fa-user-md-chat:after{content:"\f82e\fe02"}.fa-duotone.fa-user-gear:before,.fad.fa-user-gear:before{content:"\f4fe\fe01"}.fa-duotone.fa-user-gear:after,.fad.fa-user-gear:after{content:"\f4fe\fe02"}.fa-duotone.fa-user-cog:before,.fad.fa-user-cog:before{content:"\f4fe\fe01"}.fa-duotone.fa-user-cog:after,.fad.fa-user-cog:after{content:"\f4fe\fe02"}.fa-duotone.fa-user-graduate:before,.fad.fa-user-graduate:before{content:"\f501\fe01"}.fa-duotone.fa-user-graduate:after,.fad.fa-user-graduate:after{content:"\f501\fe02"}.fa-duotone.fa-user-group:before,.fad.fa-user-group:before{content:"\f500"}.fa-duotone.fa-user-group:after,.fad.fa-user-group:after{content:"\10f500"}.fa-duotone.fa-user-friends:before,.fad.fa-user-friends:before{content:"\f500"}.fa-duotone.fa-user-friends:after,.fad.fa-user-friends:after{content:"\10f500"}.fa-duotone.fa-user-group-crown:before,.fad.fa-user-group-crown:before{content:"\f6a5\fe01"}.fa-duotone.fa-user-group-crown:after,.fad.fa-user-group-crown:after{content:"\f6a5\fe02"}.fa-duotone.fa-users-crown:before,.fad.fa-users-crown:before{content:"\f6a5\fe01"}.fa-duotone.fa-users-crown:after,.fad.fa-users-crown:after{content:"\f6a5\fe02"}.fa-duotone.fa-user-hair-buns:before,.fad.fa-user-hair-buns:before{content:"\e3d3\fe01"}.fa-duotone.fa-user-hair-buns:after,.fad.fa-user-hair-buns:after{content:"\e3d3\fe02"}.fa-duotone.fa-user-headset:before,.fad.fa-user-headset:before{content:"\f82d\fe01"}.fa-duotone.fa-user-headset:after,.fad.fa-user-headset:after{content:"\f82d\fe02"}.fa-duotone.fa-user-helmet-safety:before,.fad.fa-user-helmet-safety:before{content:"\f82c"}.fa-duotone.fa-user-helmet-safety:after,.fad.fa-user-helmet-safety:after{content:"\10f82c"}.fa-duotone.fa-user-construction:before,.fad.fa-user-construction:before{content:"\f82c"}.fa-duotone.fa-user-construction:after,.fad.fa-user-construction:after{content:"\10f82c"}.fa-duotone.fa-user-hard-hat:before,.fad.fa-user-hard-hat:before{content:"\f82c"}.fa-duotone.fa-user-hard-hat:after,.fad.fa-user-hard-hat:after{content:"\10f82c"}.fa-duotone.fa-user-injured:before,.fad.fa-user-injured:before{content:"\f728\fe01"}.fa-duotone.fa-user-injured:after,.fad.fa-user-injured:after{content:"\f728\fe02"}.fa-duotone.fa-user-large:before,.fad.fa-user-large:before{content:"\f406\fe01"}.fa-duotone.fa-user-large:after,.fad.fa-user-large:after{content:"\f406\fe02"}.fa-duotone.fa-user-alt:before,.fad.fa-user-alt:before{content:"\f406\fe01"}.fa-duotone.fa-user-alt:after,.fad.fa-user-alt:after{content:"\f406\fe02"}.fa-duotone.fa-user-large-slash:before,.fad.fa-user-large-slash:before{content:"\f4fa\fe01"}.fa-duotone.fa-user-large-slash:after,.fad.fa-user-large-slash:after{content:"\f4fa\fe02"}.fa-duotone.fa-user-alt-slash:before,.fad.fa-user-alt-slash:before{content:"\f4fa\fe01"}.fa-duotone.fa-user-alt-slash:after,.fad.fa-user-alt-slash:after{content:"\f4fa\fe02"}.fa-duotone.fa-user-lock:before,.fad.fa-user-lock:before{content:"\f502\fe01"}.fa-duotone.fa-user-lock:after,.fad.fa-user-lock:after{content:"\f502\fe02"}.fa-duotone.fa-user-minus:before,.fad.fa-user-minus:before{content:"\f503\fe01"}.fa-duotone.fa-user-minus:after,.fad.fa-user-minus:after{content:"\f503\fe02"}.fa-duotone.fa-user-music:before,.fad.fa-user-music:before{content:"\f8eb\fe01"}.fa-duotone.fa-user-music:after,.fad.fa-user-music:after{content:"\f8eb\fe02"}.fa-duotone.fa-user-ninja:before,.fad.fa-user-ninja:before{content:"\f504"}.fa-duotone.fa-user-ninja:after,.fad.fa-user-ninja:after{content:"\10f504"}.fa-duotone.fa-user-nurse:before,.fad.fa-user-nurse:before{content:"\f82f\fe01"}.fa-duotone.fa-user-nurse:after,.fad.fa-user-nurse:after{content:"\f82f\fe02"}.fa-duotone.fa-user-pen:before,.fad.fa-user-pen:before{content:"\f4ff\fe01"}.fa-duotone.fa-user-pen:after,.fad.fa-user-pen:after{content:"\f4ff\fe02"}.fa-duotone.fa-user-edit:before,.fad.fa-user-edit:before{content:"\f4ff\fe01"}.fa-duotone.fa-user-edit:after,.fad.fa-user-edit:after{content:"\f4ff\fe02"}.fa-duotone.fa-user-pilot:before,.fad.fa-user-pilot:before{content:"\e2c0\fe01"}.fa-duotone.fa-user-pilot:after,.fad.fa-user-pilot:after{content:"\e2c0\fe02"}.fa-duotone.fa-user-pilot-tie:before,.fad.fa-user-pilot-tie:before{content:"\e2c1\fe01"}.fa-duotone.fa-user-pilot-tie:after,.fad.fa-user-pilot-tie:after{content:"\e2c1\fe02"}.fa-duotone.fa-user-plus:before,.fad.fa-user-plus:before{content:"\f234\fe01"}.fa-duotone.fa-user-plus:after,.fad.fa-user-plus:after{content:"\f234\fe02"}.fa-duotone.fa-user-police:before,.fad.fa-user-police:before{content:"\e333\fe01"}.fa-duotone.fa-user-police:after,.fad.fa-user-police:after{content:"\e333\fe02"}.fa-duotone.fa-user-police-tie:before,.fad.fa-user-police-tie:before{content:"\e334\fe01"}.fa-duotone.fa-user-police-tie:after,.fad.fa-user-police-tie:after{content:"\e334\fe02"}.fa-duotone.fa-user-robot:before,.fad.fa-user-robot:before{content:"\e04b\fe01"}.fa-duotone.fa-user-robot:after,.fad.fa-user-robot:after{content:"\e04b\fe02"}.fa-duotone.fa-user-secret:before,.fad.fa-user-secret:before{content:"\f21b"}.fa-duotone.fa-user-secret:after,.fad.fa-user-secret:after{content:"\10f21b"}.fa-duotone.fa-user-shakespeare:before,.fad.fa-user-shakespeare:before{content:"\e2c2\fe01"}.fa-duotone.fa-user-shakespeare:after,.fad.fa-user-shakespeare:after{content:"\e2c2\fe02"}.fa-duotone.fa-user-shield:before,.fad.fa-user-shield:before{content:"\f505\fe01"}.fa-duotone.fa-user-shield:after,.fad.fa-user-shield:after{content:"\f505\fe02"}.fa-duotone.fa-user-slash:before,.fad.fa-user-slash:before{content:"\f506\fe01"}.fa-duotone.fa-user-slash:after,.fad.fa-user-slash:after{content:"\f506\fe02"}.fa-duotone.fa-user-tag:before,.fad.fa-user-tag:before{content:"\f507\fe01"}.fa-duotone.fa-user-tag:after,.fad.fa-user-tag:after{content:"\f507\fe02"}.fa-duotone.fa-user-tie:before,.fad.fa-user-tie:before{content:"\f508\fe01"}.fa-duotone.fa-user-tie:after,.fad.fa-user-tie:after{content:"\f508\fe02"}.fa-duotone.fa-user-unlock:before,.fad.fa-user-unlock:before{content:"\e058\fe01"}.fa-duotone.fa-user-unlock:after,.fad.fa-user-unlock:after{content:"\e058\fe02"}.fa-duotone.fa-user-visor:before,.fad.fa-user-visor:before{content:"\e04c\fe01"}.fa-duotone.fa-user-visor:after,.fad.fa-user-visor:after{content:"\e04c\fe02"}.fa-duotone.fa-user-xmark:before,.fad.fa-user-xmark:before{content:"\f235\fe01"}.fa-duotone.fa-user-xmark:after,.fad.fa-user-xmark:after{content:"\f235\fe02"}.fa-duotone.fa-user-times:before,.fad.fa-user-times:before{content:"\f235\fe01"}.fa-duotone.fa-user-times:after,.fad.fa-user-times:after{content:"\f235\fe02"}.fa-duotone.fa-users:before,.fad.fa-users:before{content:"\f0c0\fe01"}.fa-duotone.fa-users:after,.fad.fa-users:after{content:"\f0c0\fe02"}.fa-duotone.fa-group:before,.fad.fa-group:before{content:"\f0c0\fe01"}.fa-duotone.fa-group:after,.fad.fa-group:after{content:"\f0c0\fe02"}.fa-duotone.fa-users-gear:before,.fad.fa-users-gear:before{content:"\f509\fe01"}.fa-duotone.fa-users-gear:after,.fad.fa-users-gear:after{content:"\f509\fe02"}.fa-duotone.fa-users-cog:before,.fad.fa-users-cog:before{content:"\f509\fe01"}.fa-duotone.fa-users-cog:after,.fad.fa-users-cog:after{content:"\f509\fe02"}.fa-duotone.fa-users-medical:before,.fad.fa-users-medical:before{content:"\f830\fe01"}.fa-duotone.fa-users-medical:after,.fad.fa-users-medical:after{content:"\f830\fe02"}.fa-duotone.fa-users-slash:before,.fad.fa-users-slash:before{content:"\e073\fe01"}.fa-duotone.fa-users-slash:after,.fad.fa-users-slash:after{content:"\e073\fe02"}.fa-duotone.fa-utensils:before,.fad.fa-utensils:before{content:"\f2e7"}.fa-duotone.fa-utensils:after,.fad.fa-utensils:after{content:"\10f2e7"}.fa-duotone.fa-cutlery:before,.fad.fa-cutlery:before{content:"\f2e7"}.fa-duotone.fa-cutlery:after,.fad.fa-cutlery:after{content:"\10f2e7"}.fa-duotone.fa-utility-pole:before,.fad.fa-utility-pole:before{content:"\e2c3\fe01"}.fa-duotone.fa-utility-pole:after,.fad.fa-utility-pole:after{content:"\e2c3\fe02"}.fa-duotone.fa-utility-pole-double:before,.fad.fa-utility-pole-double:before{content:"\e2c4\fe01"}.fa-duotone.fa-utility-pole-double:after,.fad.fa-utility-pole-double:after{content:"\e2c4\fe02"}.fa-duotone.fa-v:before,.fad.fa-v:before{content:"\56\fe01"}.fa-duotone.fa-v:after,.fad.fa-v:after{content:"\56\fe02"}.fa-duotone.fa-vacuum:before,.fad.fa-vacuum:before{content:"\e04d\fe01"}.fa-duotone.fa-vacuum:after,.fad.fa-vacuum:after{content:"\e04d\fe02"}.fa-duotone.fa-vacuum-robot:before,.fad.fa-vacuum-robot:before{content:"\e04e\fe01"}.fa-duotone.fa-vacuum-robot:after,.fad.fa-vacuum-robot:after{content:"\e04e\fe02"}.fa-duotone.fa-value-absolute:before,.fad.fa-value-absolute:before{content:"\f6a6\fe01"}.fa-duotone.fa-value-absolute:after,.fad.fa-value-absolute:after{content:"\f6a6\fe02"}.fa-duotone.fa-van-shuttle:before,.fad.fa-van-shuttle:before{content:"\f5b6"}.fa-duotone.fa-van-shuttle:after,.fad.fa-van-shuttle:after{content:"\10f5b6"}.fa-duotone.fa-shuttle-van:before,.fad.fa-shuttle-van:before{content:"\f5b6"}.fa-duotone.fa-shuttle-van:after,.fad.fa-shuttle-van:after{content:"\10f5b6"}.fa-duotone.fa-vault:before,.fad.fa-vault:before{content:"\e2c5\fe01"}.fa-duotone.fa-vault:after,.fad.fa-vault:after{content:"\e2c5\fe02"}.fa-duotone.fa-vector-circle:before,.fad.fa-vector-circle:before{content:"\e2c6\fe01"}.fa-duotone.fa-vector-circle:after,.fad.fa-vector-circle:after{content:"\e2c6\fe02"}.fa-duotone.fa-vector-polygon:before,.fad.fa-vector-polygon:before{content:"\e2c7\fe01"}.fa-duotone.fa-vector-polygon:after,.fad.fa-vector-polygon:after{content:"\e2c7\fe02"}.fa-duotone.fa-vector-square:before,.fad.fa-vector-square:before{content:"\f5cb\fe01"}.fa-duotone.fa-vector-square:after,.fad.fa-vector-square:after{content:"\f5cb\fe02"}.fa-duotone.fa-venus:before,.fad.fa-venus:before{content:"\2640\fe01"}.fa-duotone.fa-venus:after,.fad.fa-venus:after{content:"\2640\fe02"}.fa-duotone.fa-venus-double:before,.fad.fa-venus-double:before{content:"\26a2\fe01"}.fa-duotone.fa-venus-double:after,.fad.fa-venus-double:after{content:"\26a2\fe02"}.fa-duotone.fa-venus-mars:before,.fad.fa-venus-mars:before{content:"\26a4\fe01"}.fa-duotone.fa-venus-mars:after,.fad.fa-venus-mars:after{content:"\26a4\fe02"}.fa-duotone.fa-vest:before,.fad.fa-vest:before{content:"\e085\fe01"}.fa-duotone.fa-vest:after,.fad.fa-vest:after{content:"\e085\fe02"}.fa-duotone.fa-vest-patches:before,.fad.fa-vest-patches:before{content:"\e086\fe01"}.fa-duotone.fa-vest-patches:after,.fad.fa-vest-patches:after{content:"\e086\fe02"}.fa-duotone.fa-vial:before,.fad.fa-vial:before{content:"\f492"}.fa-duotone.fa-vial:after,.fad.fa-vial:after{content:"\10f492"}.fa-duotone.fa-vials:before,.fad.fa-vials:before{content:"\f493\fe01"}.fa-duotone.fa-vials:after,.fad.fa-vials:after{content:"\f493\fe02"}.fa-duotone.fa-video:before,.fad.fa-video:before{content:"\f03d\fe01"}.fa-duotone.fa-video:after,.fad.fa-video:after{content:"\f03d\fe02"}.fa-duotone.fa-video-camera:before,.fad.fa-video-camera:before{content:"\f03d\fe01"}.fa-duotone.fa-video-camera:after,.fad.fa-video-camera:after{content:"\f03d\fe02"}.fa-duotone.fa-video-arrow-down-left:before,.fad.fa-video-arrow-down-left:before{content:"\e2c8\fe01"}.fa-duotone.fa-video-arrow-down-left:after,.fad.fa-video-arrow-down-left:after{content:"\e2c8\fe02"}.fa-duotone.fa-video-arrow-up-right:before,.fad.fa-video-arrow-up-right:before{content:"\e2c9\fe01"}.fa-duotone.fa-video-arrow-up-right:after,.fad.fa-video-arrow-up-right:after{content:"\e2c9\fe02"}.fa-duotone.fa-video-plus:before,.fad.fa-video-plus:before{content:"\f4e1\fe01"}.fa-duotone.fa-video-plus:after,.fad.fa-video-plus:after{content:"\f4e1\fe02"}.fa-duotone.fa-video-slash:before,.fad.fa-video-slash:before{content:"\f4e2\fe01"}.fa-duotone.fa-video-slash:after,.fad.fa-video-slash:after{content:"\f4e2\fe02"}.fa-duotone.fa-vihara:before,.fad.fa-vihara:before{content:"\f6a7\fe01"}.fa-duotone.fa-vihara:after,.fad.fa-vihara:after{content:"\f6a7\fe02"}.fa-duotone.fa-violin:before,.fad.fa-violin:before{content:"\f8ed"}.fa-duotone.fa-violin:after,.fad.fa-violin:after{content:"\10f8ed"}.fa-duotone.fa-virus:before,.fad.fa-virus:before{content:"\e074\fe01"}.fa-duotone.fa-virus:after,.fad.fa-virus:after{content:"\e074\fe02"}.fa-duotone.fa-virus-slash:before,.fad.fa-virus-slash:before{content:"\e075\fe01"}.fa-duotone.fa-virus-slash:after,.fad.fa-virus-slash:after{content:"\e075\fe02"}.fa-duotone.fa-viruses:before,.fad.fa-viruses:before{content:"\e076\fe01"}.fa-duotone.fa-viruses:after,.fad.fa-viruses:after{content:"\e076\fe02"}.fa-duotone.fa-voicemail:before,.fad.fa-voicemail:before{content:"\f897\fe01"}.fa-duotone.fa-voicemail:after,.fad.fa-voicemail:after{content:"\f897\fe02"}.fa-duotone.fa-volcano:before,.fad.fa-volcano:before{content:"\f770"}.fa-duotone.fa-volcano:after,.fad.fa-volcano:after{content:"\10f770"}.fa-duotone.fa-volleyball:before,.fad.fa-volleyball:before{content:"\f45f"}.fa-duotone.fa-volleyball:after,.fad.fa-volleyball:after{content:"\10f45f"}.fa-duotone.fa-volleyball-ball:before,.fad.fa-volleyball-ball:before{content:"\f45f"}.fa-duotone.fa-volleyball-ball:after,.fad.fa-volleyball-ball:after{content:"\10f45f"}.fa-duotone.fa-volume:before,.fad.fa-volume:before{content:"\f6a8"}.fa-duotone.fa-volume:after,.fad.fa-volume:after{content:"\10f6a8"}.fa-duotone.fa-volume-medium:before,.fad.fa-volume-medium:before{content:"\f6a8"}.fa-duotone.fa-volume-medium:after,.fad.fa-volume-medium:after{content:"\10f6a8"}.fa-duotone.fa-volume-high:before,.fad.fa-volume-high:before{content:"\f028"}.fa-duotone.fa-volume-high:after,.fad.fa-volume-high:after{content:"\10f028"}.fa-duotone.fa-volume-up:before,.fad.fa-volume-up:before{content:"\f028"}.fa-duotone.fa-volume-up:after,.fad.fa-volume-up:after{content:"\10f028"}.fa-duotone.fa-volume-low:before,.fad.fa-volume-low:before{content:"\f027"}.fa-duotone.fa-volume-low:after,.fad.fa-volume-low:after{content:"\10f027"}.fa-duotone.fa-volume-down:before,.fad.fa-volume-down:before{content:"\f027"}.fa-duotone.fa-volume-down:after,.fad.fa-volume-down:after{content:"\10f027"}.fa-duotone.fa-volume-off:before,.fad.fa-volume-off:before{content:"\f026\fe01"}.fa-duotone.fa-volume-off:after,.fad.fa-volume-off:after{content:"\f026\fe02"}.fa-duotone.fa-volume-slash:before,.fad.fa-volume-slash:before{content:"\f2e2"}.fa-duotone.fa-volume-slash:after,.fad.fa-volume-slash:after{content:"\10f2e2"}.fa-duotone.fa-volume-xmark:before,.fad.fa-volume-xmark:before{content:"\f6a9\fe01"}.fa-duotone.fa-volume-xmark:after,.fad.fa-volume-xmark:after{content:"\f6a9\fe02"}.fa-duotone.fa-volume-mute:before,.fad.fa-volume-mute:before{content:"\f6a9\fe01"}.fa-duotone.fa-volume-mute:after,.fad.fa-volume-mute:after{content:"\f6a9\fe02"}.fa-duotone.fa-volume-times:before,.fad.fa-volume-times:before{content:"\f6a9\fe01"}.fa-duotone.fa-volume-times:after,.fad.fa-volume-times:after{content:"\f6a9\fe02"}.fa-duotone.fa-vr-cardboard:before,.fad.fa-vr-cardboard:before{content:"\f729\fe01"}.fa-duotone.fa-vr-cardboard:after,.fad.fa-vr-cardboard:after{content:"\f729\fe02"}.fa-duotone.fa-w:before,.fad.fa-w:before{content:"\57\fe01"}.fa-duotone.fa-w:after,.fad.fa-w:after{content:"\57\fe02"}.fa-duotone.fa-wagon-covered:before,.fad.fa-wagon-covered:before{content:"\f8ee\fe01"}.fa-duotone.fa-wagon-covered:after,.fad.fa-wagon-covered:after{content:"\f8ee\fe02"}.fa-duotone.fa-walker:before,.fad.fa-walker:before{content:"\f831\fe01"}.fa-duotone.fa-walker:after,.fad.fa-walker:after{content:"\f831\fe02"}.fa-duotone.fa-walkie-talkie:before,.fad.fa-walkie-talkie:before{content:"\f8ef\fe01"}.fa-duotone.fa-walkie-talkie:after,.fad.fa-walkie-talkie:after{content:"\f8ef\fe02"}.fa-duotone.fa-wallet:before,.fad.fa-wallet:before{content:"\f555\fe01"}.fa-duotone.fa-wallet:after,.fad.fa-wallet:after{content:"\f555\fe02"}.fa-duotone.fa-wand:before,.fad.fa-wand:before{content:"\f72a\fe01"}.fa-duotone.fa-wand:after,.fad.fa-wand:after{content:"\f72a\fe02"}.fa-duotone.fa-wand-magic:before,.fad.fa-wand-magic:before{content:"\f0d0\fe01"}.fa-duotone.fa-wand-magic:after,.fad.fa-wand-magic:after{content:"\f0d0\fe02"}.fa-duotone.fa-magic:before,.fad.fa-magic:before{content:"\f0d0\fe01"}.fa-duotone.fa-magic:after,.fad.fa-magic:after{content:"\f0d0\fe02"}.fa-duotone.fa-wand-magic-sparkles:before,.fad.fa-wand-magic-sparkles:before{content:"\e2ca\fe01"}.fa-duotone.fa-wand-magic-sparkles:after,.fad.fa-wand-magic-sparkles:after{content:"\e2ca\fe02"}.fa-duotone.fa-magic-wand-sparkles:before,.fad.fa-magic-wand-sparkles:before{content:"\e2ca\fe01"}.fa-duotone.fa-magic-wand-sparkles:after,.fad.fa-magic-wand-sparkles:after{content:"\e2ca\fe02"}.fa-duotone.fa-wand-sparkles:before,.fad.fa-wand-sparkles:before{content:"\f72b\fe01"}.fa-duotone.fa-wand-sparkles:after,.fad.fa-wand-sparkles:after{content:"\f72b\fe02"}.fa-duotone.fa-warehouse:before,.fad.fa-warehouse:before{content:"\f494\fe01"}.fa-duotone.fa-warehouse:after,.fad.fa-warehouse:after{content:"\f494\fe02"}.fa-duotone.fa-warehouse-full:before,.fad.fa-warehouse-full:before{content:"\f495\fe01"}.fa-duotone.fa-warehouse-full:after,.fad.fa-warehouse-full:after{content:"\f495\fe02"}.fa-duotone.fa-warehouse-alt:before,.fad.fa-warehouse-alt:before{content:"\f495\fe01"}.fa-duotone.fa-warehouse-alt:after,.fad.fa-warehouse-alt:after{content:"\f495\fe02"}.fa-duotone.fa-washing-machine:before,.fad.fa-washing-machine:before{content:"\f898\fe01"}.fa-duotone.fa-washing-machine:after,.fad.fa-washing-machine:after{content:"\f898\fe02"}.fa-duotone.fa-washer:before,.fad.fa-washer:before{content:"\f898\fe01"}.fa-duotone.fa-washer:after,.fad.fa-washer:after{content:"\f898\fe02"}.fa-duotone.fa-watch:before,.fad.fa-watch:before{content:"\231a\fe01"}.fa-duotone.fa-watch:after,.fad.fa-watch:after{content:"\231a\fe02"}.fa-duotone.fa-watch-apple:before,.fad.fa-watch-apple:before{content:"\e2cb\fe01"}.fa-duotone.fa-watch-apple:after,.fad.fa-watch-apple:after{content:"\e2cb\fe02"}.fa-duotone.fa-watch-calculator:before,.fad.fa-watch-calculator:before{content:"\f8f0\fe01"}.fa-duotone.fa-watch-calculator:after,.fad.fa-watch-calculator:after{content:"\f8f0\fe02"}.fa-duotone.fa-watch-fitness:before,.fad.fa-watch-fitness:before{content:"\f63e\fe01"}.fa-duotone.fa-watch-fitness:after,.fad.fa-watch-fitness:after{content:"\f63e\fe02"}.fa-duotone.fa-watch-smart:before,.fad.fa-watch-smart:before{content:"\e2cc\fe01"}.fa-duotone.fa-watch-smart:after,.fad.fa-watch-smart:after{content:"\e2cc\fe02"}.fa-duotone.fa-water:before,.fad.fa-water:before{content:"\f773\fe01"}.fa-duotone.fa-water:after,.fad.fa-water:after{content:"\f773\fe02"}.fa-duotone.fa-water-arrow-down:before,.fad.fa-water-arrow-down:before{content:"\f774\fe01"}.fa-duotone.fa-water-arrow-down:after,.fad.fa-water-arrow-down:after{content:"\f774\fe02"}.fa-duotone.fa-water-lower:before,.fad.fa-water-lower:before{content:"\f774\fe01"}.fa-duotone.fa-water-lower:after,.fad.fa-water-lower:after{content:"\f774\fe02"}.fa-duotone.fa-water-arrow-up:before,.fad.fa-water-arrow-up:before{content:"\f775\fe01"}.fa-duotone.fa-water-arrow-up:after,.fad.fa-water-arrow-up:after{content:"\f775\fe02"}.fa-duotone.fa-water-rise:before,.fad.fa-water-rise:before{content:"\f775\fe01"}.fa-duotone.fa-water-rise:after,.fad.fa-water-rise:after{content:"\f775\fe02"}.fa-duotone.fa-water-ladder:before,.fad.fa-water-ladder:before{content:"\f5c5\fe01"}.fa-duotone.fa-water-ladder:after,.fad.fa-water-ladder:after{content:"\f5c5\fe02"}.fa-duotone.fa-ladder-water:before,.fad.fa-ladder-water:before{content:"\f5c5\fe01"}.fa-duotone.fa-ladder-water:after,.fad.fa-ladder-water:after{content:"\f5c5\fe02"}.fa-duotone.fa-swimming-pool:before,.fad.fa-swimming-pool:before{content:"\f5c5\fe01"}.fa-duotone.fa-swimming-pool:after,.fad.fa-swimming-pool:after{content:"\f5c5\fe02"}.fa-duotone.fa-watermelon-slice:before,.fad.fa-watermelon-slice:before{content:"\e337\fe01"}.fa-duotone.fa-watermelon-slice:after,.fad.fa-watermelon-slice:after{content:"\e337\fe02"}.fa-duotone.fa-wave-pulse:before,.fad.fa-wave-pulse:before{content:"\f5f8\fe01"}.fa-duotone.fa-wave-pulse:after,.fad.fa-wave-pulse:after{content:"\f5f8\fe02"}.fa-duotone.fa-heart-rate:before,.fad.fa-heart-rate:before{content:"\f5f8\fe01"}.fa-duotone.fa-heart-rate:after,.fad.fa-heart-rate:after{content:"\f5f8\fe02"}.fa-duotone.fa-wave-sine:before,.fad.fa-wave-sine:before{content:"\223f\fe01"}.fa-duotone.fa-wave-sine:after,.fad.fa-wave-sine:after{content:"\223f\fe02"}.fa-duotone.fa-wave-square:before,.fad.fa-wave-square:before{content:"\f83e\fe01"}.fa-duotone.fa-wave-square:after,.fad.fa-wave-square:after{content:"\f83e\fe02"}.fa-duotone.fa-wave-triangle:before,.fad.fa-wave-triangle:before{content:"\f89a\fe01"}.fa-duotone.fa-wave-triangle:after,.fad.fa-wave-triangle:after{content:"\f89a\fe02"}.fa-duotone.fa-waveform:before,.fad.fa-waveform:before{content:"\f8f1\fe01"}.fa-duotone.fa-waveform:after,.fad.fa-waveform:after{content:"\f8f1\fe02"}.fa-duotone.fa-waveform-lines:before,.fad.fa-waveform-lines:before{content:"\f8f2\fe01"}.fa-duotone.fa-waveform-lines:after,.fad.fa-waveform-lines:after{content:"\f8f2\fe02"}.fa-duotone.fa-weight-hanging:before,.fad.fa-weight-hanging:before{content:"\f5cd\fe01"}.fa-duotone.fa-weight-hanging:after,.fad.fa-weight-hanging:after{content:"\f5cd\fe02"}.fa-duotone.fa-weight-scale:before,.fad.fa-weight-scale:before{content:"\f496\fe01"}.fa-duotone.fa-weight-scale:after,.fad.fa-weight-scale:after{content:"\f496\fe02"}.fa-duotone.fa-weight:before,.fad.fa-weight:before{content:"\f496\fe01"}.fa-duotone.fa-weight:after,.fad.fa-weight:after{content:"\f496\fe02"}.fa-duotone.fa-whale:before,.fad.fa-whale:before{content:"\f72c"}.fa-duotone.fa-whale:after,.fad.fa-whale:after{content:"\10f72c"}.fa-duotone.fa-wheat:before,.fad.fa-wheat:before{content:"\f72d\fe01"}.fa-duotone.fa-wheat:after,.fad.fa-wheat:after{content:"\f72d\fe02"}.fa-duotone.fa-wheat-awn:before,.fad.fa-wheat-awn:before{content:"\e2cd\fe01"}.fa-duotone.fa-wheat-awn:after,.fad.fa-wheat-awn:after{content:"\e2cd\fe02"}.fa-duotone.fa-wheat-alt:before,.fad.fa-wheat-alt:before{content:"\e2cd\fe01"}.fa-duotone.fa-wheat-alt:after,.fad.fa-wheat-alt:after{content:"\e2cd\fe02"}.fa-duotone.fa-wheat-awn-slash:before,.fad.fa-wheat-awn-slash:before{content:"\e338\fe01"}.fa-duotone.fa-wheat-awn-slash:after,.fad.fa-wheat-awn-slash:after{content:"\e338\fe02"}.fa-duotone.fa-wheat-slash:before,.fad.fa-wheat-slash:before{content:"\e339\fe01"}.fa-duotone.fa-wheat-slash:after,.fad.fa-wheat-slash:after{content:"\e339\fe02"}.fa-duotone.fa-wheelchair:before,.fad.fa-wheelchair:before{content:"\f193\fe01"}.fa-duotone.fa-wheelchair:after,.fad.fa-wheelchair:after{content:"\f193\fe02"}.fa-duotone.fa-wheelchair-move:before,.fad.fa-wheelchair-move:before{content:"\e2ce\fe01"}.fa-duotone.fa-wheelchair-move:after,.fad.fa-wheelchair-move:after{content:"\e2ce\fe02"}.fa-duotone.fa-wheelchair-alt:before,.fad.fa-wheelchair-alt:before{content:"\e2ce\fe01"}.fa-duotone.fa-wheelchair-alt:after,.fad.fa-wheelchair-alt:after{content:"\e2ce\fe02"}.fa-duotone.fa-whiskey-glass:before,.fad.fa-whiskey-glass:before{content:"\f7a0"}.fa-duotone.fa-whiskey-glass:after,.fad.fa-whiskey-glass:after{content:"\10f7a0"}.fa-duotone.fa-glass-whiskey:before,.fad.fa-glass-whiskey:before{content:"\f7a0"}.fa-duotone.fa-glass-whiskey:after,.fad.fa-glass-whiskey:after{content:"\10f7a0"}.fa-duotone.fa-whiskey-glass-ice:before,.fad.fa-whiskey-glass-ice:before{content:"\f7a1\fe01"}.fa-duotone.fa-whiskey-glass-ice:after,.fad.fa-whiskey-glass-ice:after{content:"\f7a1\fe02"}.fa-duotone.fa-glass-whiskey-rocks:before,.fad.fa-glass-whiskey-rocks:before{content:"\f7a1\fe01"}.fa-duotone.fa-glass-whiskey-rocks:after,.fad.fa-glass-whiskey-rocks:after{content:"\f7a1\fe02"}.fa-duotone.fa-whistle:before,.fad.fa-whistle:before{content:"\f460\fe01"}.fa-duotone.fa-whistle:after,.fad.fa-whistle:after{content:"\f460\fe02"}.fa-duotone.fa-wifi:before,.fad.fa-wifi:before{content:"\f1eb\fe01"}.fa-duotone.fa-wifi:after,.fad.fa-wifi:after{content:"\f1eb\fe02"}.fa-duotone.fa-wifi-3:before,.fad.fa-wifi-3:before{content:"\f1eb\fe01"}.fa-duotone.fa-wifi-3:after,.fad.fa-wifi-3:after{content:"\f1eb\fe02"}.fa-duotone.fa-wifi-strong:before,.fad.fa-wifi-strong:before{content:"\f1eb\fe01"}.fa-duotone.fa-wifi-strong:after,.fad.fa-wifi-strong:after{content:"\f1eb\fe02"}.fa-duotone.fa-wifi-exclamation:before,.fad.fa-wifi-exclamation:before{content:"\e2cf\fe01"}.fa-duotone.fa-wifi-exclamation:after,.fad.fa-wifi-exclamation:after{content:"\e2cf\fe02"}.fa-duotone.fa-wifi-fair:before,.fad.fa-wifi-fair:before{content:"\f6ab\fe01"}.fa-duotone.fa-wifi-fair:after,.fad.fa-wifi-fair:after{content:"\f6ab\fe02"}.fa-duotone.fa-wifi-2:before,.fad.fa-wifi-2:before{content:"\f6ab\fe01"}.fa-duotone.fa-wifi-2:after,.fad.fa-wifi-2:after{content:"\f6ab\fe02"}.fa-duotone.fa-wifi-slash:before,.fad.fa-wifi-slash:before{content:"\f6ac\fe01"}.fa-duotone.fa-wifi-slash:after,.fad.fa-wifi-slash:after{content:"\f6ac\fe02"}.fa-duotone.fa-wifi-weak:before,.fad.fa-wifi-weak:before{content:"\f6aa\fe01"}.fa-duotone.fa-wifi-weak:after,.fad.fa-wifi-weak:after{content:"\f6aa\fe02"}.fa-duotone.fa-wifi-1:before,.fad.fa-wifi-1:before{content:"\f6aa\fe01"}.fa-duotone.fa-wifi-1:after,.fad.fa-wifi-1:after{content:"\f6aa\fe02"}.fa-duotone.fa-wind:before,.fad.fa-wind:before{content:"\f72e\fe01"}.fa-duotone.fa-wind:after,.fad.fa-wind:after{content:"\f72e\fe02"}.fa-duotone.fa-wind-turbine:before,.fad.fa-wind-turbine:before{content:"\f89b\fe01"}.fa-duotone.fa-wind-turbine:after,.fad.fa-wind-turbine:after{content:"\f89b\fe02"}.fa-duotone.fa-wind-warning:before,.fad.fa-wind-warning:before{content:"\f776\fe01"}.fa-duotone.fa-wind-warning:after,.fad.fa-wind-warning:after{content:"\f776\fe02"}.fa-duotone.fa-wind-circle-exclamation:before,.fad.fa-wind-circle-exclamation:before{content:"\f776\fe01"}.fa-duotone.fa-wind-circle-exclamation:after,.fad.fa-wind-circle-exclamation:after{content:"\f776\fe02"}.fa-duotone.fa-window:before,.fad.fa-window:before{content:"\f40e\fe01"}.fa-duotone.fa-window:after,.fad.fa-window:after{content:"\f40e\fe02"}.fa-duotone.fa-window-flip:before,.fad.fa-window-flip:before{content:"\f40f\fe01"}.fa-duotone.fa-window-flip:after,.fad.fa-window-flip:after{content:"\f40f\fe02"}.fa-duotone.fa-window-alt:before,.fad.fa-window-alt:before{content:"\f40f\fe01"}.fa-duotone.fa-window-alt:after,.fad.fa-window-alt:after{content:"\f40f\fe02"}.fa-duotone.fa-window-frame:before,.fad.fa-window-frame:before{content:"\e04f"}.fa-duotone.fa-window-frame:after,.fad.fa-window-frame:after{content:"\10e04f"}.fa-duotone.fa-window-frame-open:before,.fad.fa-window-frame-open:before{content:"\e050\fe01"}.fa-duotone.fa-window-frame-open:after,.fad.fa-window-frame-open:after{content:"\e050\fe02"}.fa-duotone.fa-window-maximize:before,.fad.fa-window-maximize:before{content:"\f2d0"}.fa-duotone.fa-window-maximize:after,.fad.fa-window-maximize:after{content:"\10f2d0"}.fa-duotone.fa-window-minimize:before,.fad.fa-window-minimize:before{content:"\f2d1"}.fa-duotone.fa-window-minimize:after,.fad.fa-window-minimize:after{content:"\10f2d1"}.fa-duotone.fa-window-restore:before,.fad.fa-window-restore:before{content:"\f2d2\fe01"}.fa-duotone.fa-window-restore:after,.fad.fa-window-restore:after{content:"\f2d2\fe02"}.fa-duotone.fa-windsock:before,.fad.fa-windsock:before{content:"\f777\fe01"}.fa-duotone.fa-windsock:after,.fad.fa-windsock:after{content:"\f777\fe02"}.fa-duotone.fa-wine-bottle:before,.fad.fa-wine-bottle:before{content:"\f72f\fe01"}.fa-duotone.fa-wine-bottle:after,.fad.fa-wine-bottle:after{content:"\f72f\fe02"}.fa-duotone.fa-wine-glass:before,.fad.fa-wine-glass:before{content:"\f4e3"}.fa-duotone.fa-wine-glass:after,.fad.fa-wine-glass:after{content:"\10f4e3"}.fa-duotone.fa-wine-glass-crack:before,.fad.fa-wine-glass-crack:before{content:"\f4bb\fe01"}.fa-duotone.fa-wine-glass-crack:after,.fad.fa-wine-glass-crack:after{content:"\f4bb\fe02"}.fa-duotone.fa-fragile:before,.fad.fa-fragile:before{content:"\f4bb\fe01"}.fa-duotone.fa-fragile:after,.fad.fa-fragile:after{content:"\f4bb\fe02"}.fa-duotone.fa-wine-glass-empty:before,.fad.fa-wine-glass-empty:before{content:"\f5ce\fe01"}.fa-duotone.fa-wine-glass-empty:after,.fad.fa-wine-glass-empty:after{content:"\f5ce\fe02"}.fa-duotone.fa-wine-glass-alt:before,.fad.fa-wine-glass-alt:before{content:"\f5ce\fe01"}.fa-duotone.fa-wine-glass-alt:after,.fad.fa-wine-glass-alt:after{content:"\f5ce\fe02"}.fa-duotone.fa-won-sign:before,.fad.fa-won-sign:before{content:"\20a9\fe01"}.fa-duotone.fa-won-sign:after,.fad.fa-won-sign:after{content:"\20a9\fe02"}.fa-duotone.fa-krw:before,.fad.fa-krw:before{content:"\20a9\fe01"}.fa-duotone.fa-krw:after,.fad.fa-krw:after{content:"\20a9\fe02"}.fa-duotone.fa-won:before,.fad.fa-won:before{content:"\20a9\fe01"}.fa-duotone.fa-won:after,.fad.fa-won:after{content:"\20a9\fe02"}.fa-duotone.fa-wreath:before,.fad.fa-wreath:before{content:"\f7e2\fe01"}.fa-duotone.fa-wreath:after,.fad.fa-wreath:after{content:"\f7e2\fe02"}.fa-duotone.fa-wrench:before,.fad.fa-wrench:before{content:"\f0ad"}.fa-duotone.fa-wrench:after,.fad.fa-wrench:after{content:"\10f0ad"}.fa-duotone.fa-wrench-simple:before,.fad.fa-wrench-simple:before{content:"\e2d1\fe01"}.fa-duotone.fa-wrench-simple:after,.fad.fa-wrench-simple:after{content:"\e2d1\fe02"}.fa-duotone.fa-x:before,.fad.fa-x:before{content:"\58\fe01"}.fa-duotone.fa-x:after,.fad.fa-x:after{content:"\58\fe02"}.fa-duotone.fa-x-ray:before,.fad.fa-x-ray:before{content:"\f497\fe01"}.fa-duotone.fa-x-ray:after,.fad.fa-x-ray:after{content:"\f497\fe02"}.fa-duotone.fa-xmark:before,.fad.fa-xmark:before{content:"\d7\fe01"}.fa-duotone.fa-xmark:after,.fad.fa-xmark:after{content:"\d7\fe02"}.fa-duotone.fa-close:before,.fad.fa-close:before{content:"\d7\fe01"}.fa-duotone.fa-close:after,.fad.fa-close:after{content:"\d7\fe02"}.fa-duotone.fa-multiply:before,.fad.fa-multiply:before{content:"\d7\fe01"}.fa-duotone.fa-multiply:after,.fad.fa-multiply:after{content:"\d7\fe02"}.fa-duotone.fa-remove:before,.fad.fa-remove:before{content:"\d7\fe01"}.fa-duotone.fa-remove:after,.fad.fa-remove:after{content:"\d7\fe02"}.fa-duotone.fa-times:before,.fad.fa-times:before{content:"\d7\fe01"}.fa-duotone.fa-times:after,.fad.fa-times:after{content:"\d7\fe02"}.fa-duotone.fa-xmark-to-slot:before,.fad.fa-xmark-to-slot:before{content:"\f771\fe01"}.fa-duotone.fa-xmark-to-slot:after,.fad.fa-xmark-to-slot:after{content:"\f771\fe02"}.fa-duotone.fa-times-to-slot:before,.fad.fa-times-to-slot:before{content:"\f771\fe01"}.fa-duotone.fa-times-to-slot:after,.fad.fa-times-to-slot:after{content:"\f771\fe02"}.fa-duotone.fa-vote-nay:before,.fad.fa-vote-nay:before{content:"\f771\fe01"}.fa-duotone.fa-vote-nay:after,.fad.fa-vote-nay:after{content:"\f771\fe02"}.fa-duotone.fa-y:before,.fad.fa-y:before{content:"\59\fe01"}.fa-duotone.fa-y:after,.fad.fa-y:after{content:"\59\fe02"}.fa-duotone.fa-yen-sign:before,.fad.fa-yen-sign:before{content:"\a5\fe01"}.fa-duotone.fa-yen-sign:after,.fad.fa-yen-sign:after{content:"\a5\fe02"}.fa-duotone.fa-cny:before,.fad.fa-cny:before{content:"\a5\fe01"}.fa-duotone.fa-cny:after,.fad.fa-cny:after{content:"\a5\fe02"}.fa-duotone.fa-jpy:before,.fad.fa-jpy:before{content:"\a5\fe01"}.fa-duotone.fa-jpy:after,.fad.fa-jpy:after{content:"\a5\fe02"}.fa-duotone.fa-rmb:before,.fad.fa-rmb:before{content:"\a5\fe01"}.fa-duotone.fa-rmb:after,.fad.fa-rmb:after{content:"\a5\fe02"}.fa-duotone.fa-yen:before,.fad.fa-yen:before{content:"\a5\fe01"}.fa-duotone.fa-yen:after,.fad.fa-yen:after{content:"\a5\fe02"}.fa-duotone.fa-yin-yang:before,.fad.fa-yin-yang:before{content:"\262f\fe01"}.fa-duotone.fa-yin-yang:after,.fad.fa-yin-yang:after{content:"\262f\fe02"}.fa-duotone.fa-z:before,.fad.fa-z:before{content:"\5a\fe01"}.fa-duotone.fa-z:after,.fad.fa-z:after{content:"\5a\fe02"}@font-face{font-family:"Font Awesome 6 Pro";font-style:normal;font-weight:300;font-display:swap;src:url(../../frontend/DFSolution/layout/it_IT/DFSolution_Layout/fontawesome/webfonts/fa-light-300.woff2) format("woff2"),url(../../frontend/DFSolution/layout/it_IT/DFSolution_Layout/fontawesome/webfonts/fa-light-300.woff) format("woff"),url(../../frontend/DFSolution/layout/it_IT/DFSolution_Layout/fontawesome/webfonts/fa-light-300.ttf) format("truetype")}.fa-light,.fal{font-weight:300}@font-face{font-family:"Font Awesome 6 Pro";font-style:normal;font-weight:400;font-display:swap;src:url(../../frontend/DFSolution/layout/it_IT/DFSolution_Layout/fontawesome/webfonts/fa-regular-400.woff2) format("woff2"),url(../../frontend/DFSolution/layout/it_IT/DFSolution_Layout/fontawesome/webfonts/fa-regular-400.woff) format("woff"),url(../../frontend/DFSolution/layout/it_IT/DFSolution_Layout/fontawesome/webfonts/fa-regular-400.ttf) format("truetype")}.fa-light,.fa-regular,.fal,.far{font-family:"Font Awesome 6 Pro"}.fa-regular,.far{font-weight:400}@font-face{font-family:"Font Awesome 6 Pro";font-style:normal;font-weight:900;font-display:swap;src:url(../../frontend/DFSolution/layout/it_IT/DFSolution_Layout/fontawesome/webfonts/fa-solid-900.woff2) format("woff2"),url(../../frontend/DFSolution/layout/it_IT/DFSolution_Layout/fontawesome/webfonts/fa-solid-900.woff) format("woff"),url(../../frontend/DFSolution/layout/it_IT/DFSolution_Layout/fontawesome/webfonts/fa-solid-900.ttf) format("truetype")}.fa-solid,.fas{font-weight:900}@font-face{font-family:"Font Awesome 6 Pro";font-style:normal;font-weight:100;font-display:swap;src:url(../../frontend/DFSolution/layout/it_IT/DFSolution_Layout/fontawesome/webfonts/fa-thin-100.woff2) format("woff2"),url(../../frontend/DFSolution/layout/it_IT/DFSolution_Layout/fontawesome/webfonts/fa-thin-100.woff) format("woff"),url(../../frontend/DFSolution/layout/it_IT/DFSolution_Layout/fontawesome/webfonts/fa-thin-100.ttf) format("truetype")}.fa-solid,.fa-thin,.fas,.fat{font-family:"Font Awesome 6 Pro"}.fa-thin,.fat{font-weight:100}@charset "UTF-8";
/*!
 * Bootstrap v5.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-bg: #fff;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}

hr:not([size]) {
  height: 1px;
}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h1, .h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 2.5rem;
  }
}

h2, .h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 2rem;
  }
}

h3, .h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 1.75rem;
  }
}

h4, .h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4, .h4 {
    font-size: 1.5rem;
  }
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-bs-original-title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul {
  padding-left: 2rem;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small, .small {
  font-size: 0.875em;
}

mark, .mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #0d6efd;
  text-decoration: underline;
}
a:hover {
  color: #0a58ca;
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
  direction: ltr /* rtl:ignore */;
  unicode-bidi: bidi-override;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: #d63384;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.875em;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 700;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #6c757d;
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}

[list]::-webkit-calendar-picker-indicator {
  display: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::-webkit-file-upload-button {
  font: inherit;
}

::file-selector-button {
  font: inherit;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

iframe {
  border: 0;
}

summary {
  display: list-item;
  cursor: pointer;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: calc(1.625rem + 4.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-1 {
    font-size: 5rem;
  }
}

.display-2 {
  font-size: calc(1.575rem + 3.9vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-2 {
    font-size: 4.5rem;
  }
}

.display-3 {
  font-size: calc(1.525rem + 3.3vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-3 {
    font-size: 4rem;
  }
}

.display-4 {
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-4 {
    font-size: 3.5rem;
  }
}

.display-5 {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-5 {
    font-size: 3rem;
  }
}

.display-6 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-6 {
    font-size: 2.5rem;
  }
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 0.875em;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.blockquote > :last-child {
  margin-bottom: 0;
}

.blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.875em;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "— ";
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 0.875em;
  color: #6c757d;
}

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1320px;
  }
}
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0%;
}

.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}

.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.3333333333%;
}

.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.6666666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

.offset-1 {
  margin-left: 8.33333333%;
}

.offset-2 {
  margin-left: 16.66666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333333%;
}

.offset-5 {
  margin-left: 41.66666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333333%;
}

.offset-8 {
  margin-left: 66.66666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333333%;
}

.offset-11 {
  margin-left: 91.66666667%;
}

.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}

.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}

.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}

.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}

.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}

.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}

.g-3,
.gx-3 {
  --bs-gutter-x: 1rem;
}

.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
}

.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem;
}

.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem;
}

.g-5,
.gx-5 {
  --bs-gutter-x: 3rem;
}

.g-5,
.gy-5 {
  --bs-gutter-y: 3rem;
}

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }

  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.33333333%;
  }

  .offset-sm-2 {
    margin-left: 16.66666667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.33333333%;
  }

  .offset-sm-5 {
    margin-left: 41.66666667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.33333333%;
  }

  .offset-sm-8 {
    margin-left: 66.66666667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.33333333%;
  }

  .offset-sm-11 {
    margin-left: 91.66666667%;
  }

  .g-sm-0,
.gx-sm-0 {
    --bs-gutter-x: 0;
  }

  .g-sm-0,
.gy-sm-0 {
    --bs-gutter-y: 0;
  }

  .g-sm-1,
.gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-sm-1,
.gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-sm-2,
.gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-sm-2,
.gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-sm-3,
.gx-sm-3 {
    --bs-gutter-x: 1rem;
  }

  .g-sm-3,
.gy-sm-3 {
    --bs-gutter-y: 1rem;
  }

  .g-sm-4,
.gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-sm-4,
.gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-sm-5,
.gx-sm-5 {
    --bs-gutter-x: 3rem;
  }

  .g-sm-5,
.gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }

  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.33333333%;
  }

  .offset-md-2 {
    margin-left: 16.66666667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.33333333%;
  }

  .offset-md-5 {
    margin-left: 41.66666667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.33333333%;
  }

  .offset-md-8 {
    margin-left: 66.66666667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.33333333%;
  }

  .offset-md-11 {
    margin-left: 91.66666667%;
  }

  .g-md-0,
.gx-md-0 {
    --bs-gutter-x: 0;
  }

  .g-md-0,
.gy-md-0 {
    --bs-gutter-y: 0;
  }

  .g-md-1,
.gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-md-1,
.gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-md-2,
.gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-md-2,
.gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-md-3,
.gx-md-3 {
    --bs-gutter-x: 1rem;
  }

  .g-md-3,
.gy-md-3 {
    --bs-gutter-y: 1rem;
  }

  .g-md-4,
.gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-md-4,
.gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-md-5,
.gx-md-5 {
    --bs-gutter-x: 3rem;
  }

  .g-md-5,
.gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }

  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.33333333%;
  }

  .offset-lg-2 {
    margin-left: 16.66666667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.33333333%;
  }

  .offset-lg-5 {
    margin-left: 41.66666667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.33333333%;
  }

  .offset-lg-8 {
    margin-left: 66.66666667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.33333333%;
  }

  .offset-lg-11 {
    margin-left: 91.66666667%;
  }

  .g-lg-0,
.gx-lg-0 {
    --bs-gutter-x: 0;
  }

  .g-lg-0,
.gy-lg-0 {
    --bs-gutter-y: 0;
  }

  .g-lg-1,
.gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-lg-1,
.gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-lg-2,
.gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-lg-2,
.gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-lg-3,
.gx-lg-3 {
    --bs-gutter-x: 1rem;
  }

  .g-lg-3,
.gy-lg-3 {
    --bs-gutter-y: 1rem;
  }

  .g-lg-4,
.gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-lg-4,
.gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-lg-5,
.gx-lg-5 {
    --bs-gutter-x: 3rem;
  }

  .g-lg-5,
.gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }

  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.33333333%;
  }

  .offset-xl-2 {
    margin-left: 16.66666667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.33333333%;
  }

  .offset-xl-5 {
    margin-left: 41.66666667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.33333333%;
  }

  .offset-xl-8 {
    margin-left: 66.66666667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.33333333%;
  }

  .offset-xl-11 {
    margin-left: 91.66666667%;
  }

  .g-xl-0,
.gx-xl-0 {
    --bs-gutter-x: 0;
  }

  .g-xl-0,
.gy-xl-0 {
    --bs-gutter-y: 0;
  }

  .g-xl-1,
.gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-xl-1,
.gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-xl-2,
.gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-xl-2,
.gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-xl-3,
.gx-xl-3 {
    --bs-gutter-x: 1rem;
  }

  .g-xl-3,
.gy-xl-3 {
    --bs-gutter-y: 1rem;
  }

  .g-xl-4,
.gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-xl-4,
.gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-xl-5,
.gx-xl-5 {
    --bs-gutter-x: 3rem;
  }

  .g-xl-5,
.gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }

  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-xxl-0 {
    margin-left: 0;
  }

  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }

  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }

  .offset-xxl-3 {
    margin-left: 25%;
  }

  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }

  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }

  .offset-xxl-6 {
    margin-left: 50%;
  }

  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }

  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }

  .offset-xxl-9 {
    margin-left: 75%;
  }

  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }

  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }

  .g-xxl-0,
.gx-xxl-0 {
    --bs-gutter-x: 0;
  }

  .g-xxl-0,
.gy-xxl-0 {
    --bs-gutter-y: 0;
  }

  .g-xxl-1,
.gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-xxl-1,
.gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-xxl-2,
.gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-xxl-2,
.gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-xxl-3,
.gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }

  .g-xxl-3,
.gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }

  .g-xxl-4,
.gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-xxl-4,
.gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-xxl-5,
.gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }

  .g-xxl-5,
.gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}
.table {
  --bs-table-bg: transparent;
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: #212529;
  --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
  --bs-table-active-color: #212529;
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: #212529;
  --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
  vertical-align: top;
  border-color: #dee2e6;
}
.table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  background-color: var(--bs-table-bg);
  border-bottom-width: 1px;
  box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}
.table > tbody {
  vertical-align: inherit;
}
.table > thead {
  vertical-align: bottom;
}
.table > :not(:first-child) {
  border-top: 2px solid currentColor;
}

.caption-top {
  caption-side: top;
}

.table-sm > :not(caption) > * > * {
  padding: 0.25rem 0.25rem;
}

.table-bordered > :not(caption) > * {
  border-width: 1px 0;
}
.table-bordered > :not(caption) > * > * {
  border-width: 0 1px;
}

.table-borderless > :not(caption) > * > * {
  border-bottom-width: 0;
}
.table-borderless > :not(:first-child) {
  border-top-width: 0;
}

.table-striped > tbody > tr:nth-of-type(odd) > * {
  --bs-table-accent-bg: var(--bs-table-striped-bg);
  color: var(--bs-table-striped-color);
}

.table-active {
  --bs-table-accent-bg: var(--bs-table-active-bg);
  color: var(--bs-table-active-color);
}

.table-hover > tbody > tr:hover > * {
  --bs-table-accent-bg: var(--bs-table-hover-bg);
  color: var(--bs-table-hover-color);
}

.table-primary {
  --bs-table-bg: #cfe2ff;
  --bs-table-striped-bg: #c5d7f2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bacbe6;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfd1ec;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #bacbe6;
}

.table-secondary {
  --bs-table-bg: #e2e3e5;
  --bs-table-striped-bg: #d7d8da;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #cbccce;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #d1d2d4;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #cbccce;
}

.table-success {
  --bs-table-bg: #d1e7dd;
  --bs-table-striped-bg: #c7dbd2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bcd0c7;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #c1d6cc;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #bcd0c7;
}

.table-info {
  --bs-table-bg: #cff4fc;
  --bs-table-striped-bg: #c5e8ef;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #badce3;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfe2e9;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #badce3;
}

.table-warning {
  --bs-table-bg: #fff3cd;
  --bs-table-striped-bg: #f2e7c3;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #e6dbb9;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #ece1be;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #e6dbb9;
}

.table-danger {
  --bs-table-bg: #f8d7da;
  --bs-table-striped-bg: #eccccf;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfc2c4;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5c7ca;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #dfc2c4;
}

.table-light {
  --bs-table-bg: #f8f9fa;
  --bs-table-striped-bg: #ecedee;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfe0e1;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5e6e7;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #dfe0e1;
}

.table-dark {
  --bs-table-bg: #212529;
  --bs-table-striped-bg: #2c3034;
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: #373b3e;
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: #323539;
  --bs-table-hover-color: #fff;
  color: #fff;
  border-color: #373b3e;
}

.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1399.98px) {
  .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.form-label {
  margin-bottom: 0.5rem;
}

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
}

.form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #6c757d;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control[type=file] {
  overflow: hidden;
}
.form-control[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-control::-webkit-date-and-time-value {
  height: 1.5em;
}
.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}
.form-control::-webkit-file-upload-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 0.75rem;
  margin-inline-end: 0.75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 0.75rem;
  margin-inline-end: 0.75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::-webkit-file-upload-button {
    -webkit-transition: none;
    transition: none;
  }
  .form-control::file-selector-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: #dde0e3;
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: #dde0e3;
}
.form-control::-webkit-file-upload-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 0.75rem;
  margin-inline-end: 0.75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::-webkit-file-upload-button {
    -webkit-transition: none;
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: #dde0e3;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  min-height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}
.form-control-sm::-webkit-file-upload-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  -webkit-margin-end: 0.5rem;
  margin-inline-end: 0.5rem;
}
.form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  -webkit-margin-end: 0.5rem;
  margin-inline-end: 0.5rem;
}
.form-control-sm::-webkit-file-upload-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  -webkit-margin-end: 0.5rem;
  margin-inline-end: 0.5rem;
}

.form-control-lg {
  min-height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}
.form-control-lg::-webkit-file-upload-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  -webkit-margin-end: 1rem;
  margin-inline-end: 1rem;
}
.form-control-lg::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  -webkit-margin-end: 1rem;
  margin-inline-end: 1rem;
}
.form-control-lg::-webkit-file-upload-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  -webkit-margin-end: 1rem;
  margin-inline-end: 1rem;
}

textarea.form-control {
  min-height: calc(1.5em + 0.75rem + 2px);
}
textarea.form-control-sm {
  min-height: calc(1.5em + 0.5rem + 2px);
}
textarea.form-control-lg {
  min-height: calc(1.5em + 1rem + 2px);
}

.form-control-color {
  width: 3rem;
  height: auto;
  padding: 0.375rem;
}
.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control-color::-moz-color-swatch {
  height: 1.5em;
  border-radius: 0.25rem;
}
.form-control-color::-webkit-color-swatch {
  height: 1.5em;
  border-radius: 0.25rem;
}

.form-select {
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  -moz-padding-start: calc(0.75rem - 3px);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-select {
    transition: none;
  }
}
.form-select:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-select[multiple], .form-select[size]:not([size="1"]) {
  padding-right: 0.75rem;
  background-image: none;
}
.form-select:disabled {
  background-color: #e9ecef;
}
.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #212529;
}

.form-select-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

.form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

.form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}
.form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}

.form-check-input {
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.25);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
}
.form-check-input[type=checkbox] {
  border-radius: 0.25em;
}
.form-check-input[type=radio] {
  border-radius: 50%;
}
.form-check-input:active {
  filter: brightness(90%);
}
.form-check-input:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-check-input:checked {
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.form-check-input:checked[type=checkbox] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}
.form-check-input:checked[type=radio] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}
.form-check-input[type=checkbox]:indeterminate {
  background-color: #0d6efd;
  border-color: #0d6efd;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}
.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  opacity: 0.5;
}

.form-switch {
  padding-left: 2.5em;
}
.form-switch .form-check-input {
  width: 2em;
  margin-left: -2.5em;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
  background-position: left center;
  border-radius: 2em;
  transition: background-position 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-switch .form-check-input {
    transition: none;
  }
}
.form-switch .form-check-input:focus {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2386b7fe'/%3e%3c/svg%3e");
}
.form-switch .form-check-input:checked {
  background-position: right center;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}

.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.btn-check[disabled] + .btn, .btn-check:disabled + .btn {
  pointer-events: none;
  filter: none;
  opacity: 0.65;
}

.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.form-range:focus {
  outline: 0;
}
.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-range::-moz-focus-outer {
  border: 0;
}
.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.form-range::-webkit-slider-thumb:active {
  background-color: #b6d4fe;
}
.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.form-range::-moz-range-thumb:active {
  background-color: #b6d4fe;
}
.form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.form-range:disabled {
  pointer-events: none;
}
.form-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.form-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

.form-floating {
  position: relative;
}
.form-floating > .form-control,
.form-floating > .form-select {
  height: calc(3.5rem + 2px);
  line-height: 1.25;
}
.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  padding: 1rem 0.75rem;
  pointer-events: none;
  border: 1px solid transparent;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-floating > label {
    transition: none;
  }
}
.form-floating > .form-control {
  padding: 1rem 0.75rem;
}
.form-floating > .form-control::-moz-placeholder {
  color: transparent;
}
.form-floating > .form-control::placeholder {
  color: transparent;
}
.form-floating > .form-control:not(:-moz-placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-select ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:-webkit-autofill ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-select {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}
.input-group > .form-control:focus,
.input-group > .form-select:focus {
  z-index: 3;
}
.input-group .btn {
  position: relative;
  z-index: 2;
}
.input-group .btn:focus {
  z-index: 3;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text,
.input-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text,
.input-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

.input-group-lg > .form-select,
.input-group-sm > .form-select {
  padding-right: 3rem;
}

.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu),
.input-group.has-validation > .dropdown-toggle:nth-last-child(n+4) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #198754;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: rgba(25, 135, 84, 0.9);
  border-radius: 0.25rem;
}

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #198754;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #198754;
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .form-select:valid, .form-select.is-valid {
  border-color: #198754;
}
.was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"], .form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"] {
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-select:valid:focus, .form-select.is-valid:focus {
  border-color: #198754;
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}

.was-validated .form-check-input:valid, .form-check-input.is-valid {
  border-color: #198754;
}
.was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
  background-color: #198754;
}
.was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #198754;
}

.form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: 0.5em;
}

.was-validated .input-group .form-control:valid, .input-group .form-control.is-valid,
.was-validated .input-group .form-select:valid,
.input-group .form-select.is-valid {
  z-index: 1;
}
.was-validated .input-group .form-control:valid:focus, .input-group .form-control.is-valid:focus,
.was-validated .input-group .form-select:valid:focus,
.input-group .form-select.is-valid:focus {
  z-index: 3;
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #dc3545;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .form-select:invalid, .form-select.is-invalid {
  border-color: #dc3545;
}
.was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"], .form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"] {
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
  border-color: #dc3545;
}
.was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
  background-color: #dc3545;
}
.was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}

.form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: 0.5em;
}

.was-validated .input-group .form-control:invalid, .input-group .form-control.is-invalid,
.was-validated .input-group .form-select:invalid,
.input-group .form-select.is-invalid {
  z-index: 2;
}
.was-validated .input-group .form-control:invalid:focus, .input-group .form-control.is-invalid:focus,
.was-validated .input-group .form-select:invalid:focus,
.input-group .form-select.is-invalid:focus {
  z-index: 3;
}

.btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: #212529;
}
.btn-check:focus + .btn, .btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.btn:disabled, .btn.disabled, fieldset:disabled .btn {
  pointer-events: none;
  opacity: 0.65;
}

.btn-primary {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.btn-primary:hover {
  color: #fff;
  background-color: #0b5ed7;
  border-color: #0a58ca;
}
.btn-check:focus + .btn-primary, .btn-primary:focus {
  color: #fff;
  background-color: #0b5ed7;
  border-color: #0a58ca;
  box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
}
.btn-check:checked + .btn-primary, .btn-check:active + .btn-primary, .btn-primary:active, .btn-primary.active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0a58ca;
  border-color: #0a53be;
}
.btn-check:checked + .btn-primary:focus, .btn-check:active + .btn-primary:focus, .btn-primary:active:focus, .btn-primary.active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
}
.btn-primary:disabled, .btn-primary.disabled {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #5c636a;
  border-color: #565e64;
}
.btn-check:focus + .btn-secondary, .btn-secondary:focus {
  color: #fff;
  background-color: #5c636a;
  border-color: #565e64;
  box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5);
}
.btn-check:checked + .btn-secondary, .btn-check:active + .btn-secondary, .btn-secondary:active, .btn-secondary.active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #565e64;
  border-color: #51585e;
}
.btn-check:checked + .btn-secondary:focus, .btn-check:active + .btn-secondary:focus, .btn-secondary:active:focus, .btn-secondary.active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5);
}
.btn-secondary:disabled, .btn-secondary.disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-success {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}
.btn-success:hover {
  color: #fff;
  background-color: #157347;
  border-color: #146c43;
}
.btn-check:focus + .btn-success, .btn-success:focus {
  color: #fff;
  background-color: #157347;
  border-color: #146c43;
  box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5);
}
.btn-check:checked + .btn-success, .btn-check:active + .btn-success, .btn-success:active, .btn-success.active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #146c43;
  border-color: #13653f;
}
.btn-check:checked + .btn-success:focus, .btn-check:active + .btn-success:focus, .btn-success:active:focus, .btn-success.active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5);
}
.btn-success:disabled, .btn-success.disabled {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}

.btn-info {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}
.btn-info:hover {
  color: #000;
  background-color: #31d2f2;
  border-color: #25cff2;
}
.btn-check:focus + .btn-info, .btn-info:focus {
  color: #000;
  background-color: #31d2f2;
  border-color: #25cff2;
  box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5);
}
.btn-check:checked + .btn-info, .btn-check:active + .btn-info, .btn-info:active, .btn-info.active, .show > .btn-info.dropdown-toggle {
  color: #000;
  background-color: #3dd5f3;
  border-color: #25cff2;
}
.btn-check:checked + .btn-info:focus, .btn-check:active + .btn-info:focus, .btn-info:active:focus, .btn-info.active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5);
}
.btn-info:disabled, .btn-info.disabled {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}

.btn-warning {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:hover {
  color: #000;
  background-color: #ffca2c;
  border-color: #ffc720;
}
.btn-check:focus + .btn-warning, .btn-warning:focus {
  color: #000;
  background-color: #ffca2c;
  border-color: #ffc720;
  box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5);
}
.btn-check:checked + .btn-warning, .btn-check:active + .btn-warning, .btn-warning:active, .btn-warning.active, .show > .btn-warning.dropdown-toggle {
  color: #000;
  background-color: #ffcd39;
  border-color: #ffc720;
}
.btn-check:checked + .btn-warning:focus, .btn-check:active + .btn-warning:focus, .btn-warning:active:focus, .btn-warning.active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5);
}
.btn-warning:disabled, .btn-warning.disabled {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:hover {
  color: #fff;
  background-color: #bb2d3b;
  border-color: #b02a37;
}
.btn-check:focus + .btn-danger, .btn-danger:focus {
  color: #fff;
  background-color: #bb2d3b;
  border-color: #b02a37;
  box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
}
.btn-check:checked + .btn-danger, .btn-check:active + .btn-danger, .btn-danger:active, .btn-danger.active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #b02a37;
  border-color: #a52834;
}
.btn-check:checked + .btn-danger:focus, .btn-check:active + .btn-danger:focus, .btn-danger:active:focus, .btn-danger.active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
}
.btn-danger:disabled, .btn-danger.disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-light {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:hover {
  color: #000;
  background-color: #f9fafb;
  border-color: #f9fafb;
}
.btn-check:focus + .btn-light, .btn-light:focus {
  color: #000;
  background-color: #f9fafb;
  border-color: #f9fafb;
  box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5);
}
.btn-check:checked + .btn-light, .btn-check:active + .btn-light, .btn-light:active, .btn-light.active, .show > .btn-light.dropdown-toggle {
  color: #000;
  background-color: #f9fafb;
  border-color: #f9fafb;
}
.btn-check:checked + .btn-light:focus, .btn-check:active + .btn-light:focus, .btn-light:active:focus, .btn-light.active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5);
}
.btn-light:disabled, .btn-light.disabled {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-dark {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
.btn-dark:hover {
  color: #fff;
  background-color: #1c1f23;
  border-color: #1a1e21;
}
.btn-check:focus + .btn-dark, .btn-dark:focus {
  color: #fff;
  background-color: #1c1f23;
  border-color: #1a1e21;
  box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5);
}
.btn-check:checked + .btn-dark, .btn-check:active + .btn-dark, .btn-dark:active, .btn-dark.active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1a1e21;
  border-color: #191c1f;
}
.btn-check:checked + .btn-dark:focus, .btn-check:active + .btn-dark:focus, .btn-dark:active:focus, .btn-dark.active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5);
}
.btn-dark:disabled, .btn-dark.disabled {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}

.btn-outline-primary {
  color: #0d6efd;
  border-color: #0d6efd;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.btn-check:focus + .btn-outline-primary, .btn-outline-primary:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.5);
}
.btn-check:checked + .btn-outline-primary, .btn-check:active + .btn-outline-primary, .btn-outline-primary:active, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.btn-check:checked + .btn-outline-primary:focus, .btn-check:active + .btn-outline-primary:focus, .btn-outline-primary:active:focus, .btn-outline-primary.active:focus, .btn-outline-primary.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.5);
}
.btn-outline-primary:disabled, .btn-outline-primary.disabled {
  color: #0d6efd;
  background-color: transparent;
}

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-check:focus + .btn-outline-secondary, .btn-outline-secondary:focus {
  box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5);
}
.btn-check:checked + .btn-outline-secondary, .btn-check:active + .btn-outline-secondary, .btn-outline-secondary:active, .btn-outline-secondary.active, .btn-outline-secondary.dropdown-toggle.show {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-check:checked + .btn-outline-secondary:focus, .btn-check:active + .btn-outline-secondary:focus, .btn-outline-secondary:active:focus, .btn-outline-secondary.active:focus, .btn-outline-secondary.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5);
}
.btn-outline-secondary:disabled, .btn-outline-secondary.disabled {
  color: #6c757d;
  background-color: transparent;
}

.btn-outline-success {
  color: #198754;
  border-color: #198754;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}
.btn-check:focus + .btn-outline-success, .btn-outline-success:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
}
.btn-check:checked + .btn-outline-success, .btn-check:active + .btn-outline-success, .btn-outline-success:active, .btn-outline-success.active, .btn-outline-success.dropdown-toggle.show {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}
.btn-check:checked + .btn-outline-success:focus, .btn-check:active + .btn-outline-success:focus, .btn-outline-success:active:focus, .btn-outline-success.active:focus, .btn-outline-success.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
}
.btn-outline-success:disabled, .btn-outline-success.disabled {
  color: #198754;
  background-color: transparent;
}

.btn-outline-info {
  color: #0dcaf0;
  border-color: #0dcaf0;
}
.btn-outline-info:hover {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}
.btn-check:focus + .btn-outline-info, .btn-outline-info:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
}
.btn-check:checked + .btn-outline-info, .btn-check:active + .btn-outline-info, .btn-outline-info:active, .btn-outline-info.active, .btn-outline-info.dropdown-toggle.show {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}
.btn-check:checked + .btn-outline-info:focus, .btn-check:active + .btn-outline-info:focus, .btn-outline-info:active:focus, .btn-outline-info.active:focus, .btn-outline-info.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
}
.btn-outline-info:disabled, .btn-outline-info.disabled {
  color: #0dcaf0;
  background-color: transparent;
}

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:hover {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-check:focus + .btn-outline-warning, .btn-outline-warning:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
}
.btn-check:checked + .btn-outline-warning, .btn-check:active + .btn-outline-warning, .btn-outline-warning:active, .btn-outline-warning.active, .btn-outline-warning.dropdown-toggle.show {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-check:checked + .btn-outline-warning:focus, .btn-check:active + .btn-outline-warning:focus, .btn-outline-warning:active:focus, .btn-outline-warning.active:focus, .btn-outline-warning.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
}
.btn-outline-warning:disabled, .btn-outline-warning.disabled {
  color: #ffc107;
  background-color: transparent;
}

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-check:focus + .btn-outline-danger, .btn-outline-danger:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
}
.btn-check:checked + .btn-outline-danger, .btn-check:active + .btn-outline-danger, .btn-outline-danger:active, .btn-outline-danger.active, .btn-outline-danger.dropdown-toggle.show {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-check:checked + .btn-outline-danger:focus, .btn-check:active + .btn-outline-danger:focus, .btn-outline-danger:active:focus, .btn-outline-danger.active:focus, .btn-outline-danger.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
}
.btn-outline-danger:disabled, .btn-outline-danger.disabled {
  color: #dc3545;
  background-color: transparent;
}

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:hover {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-check:focus + .btn-outline-light, .btn-outline-light:focus {
  box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
}
.btn-check:checked + .btn-outline-light, .btn-check:active + .btn-outline-light, .btn-outline-light:active, .btn-outline-light.active, .btn-outline-light.dropdown-toggle.show {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-check:checked + .btn-outline-light:focus, .btn-check:active + .btn-outline-light:focus, .btn-outline-light:active:focus, .btn-outline-light.active:focus, .btn-outline-light.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
}
.btn-outline-light:disabled, .btn-outline-light.disabled {
  color: #f8f9fa;
  background-color: transparent;
}

.btn-outline-dark {
  color: #212529;
  border-color: #212529;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
.btn-check:focus + .btn-outline-dark, .btn-outline-dark:focus {
  box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
}
.btn-check:checked + .btn-outline-dark, .btn-check:active + .btn-outline-dark, .btn-outline-dark:active, .btn-outline-dark.active, .btn-outline-dark.dropdown-toggle.show {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
.btn-check:checked + .btn-outline-dark:focus, .btn-check:active + .btn-outline-dark:focus, .btn-outline-dark:active:focus, .btn-outline-dark.active:focus, .btn-outline-dark.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
}
.btn-outline-dark:disabled, .btn-outline-dark.disabled {
  color: #212529;
  background-color: transparent;
}

.btn-link {
  font-weight: 400;
  color: #0d6efd;
  text-decoration: underline;
}
.btn-link:hover {
  color: #0a58ca;
}
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing.collapse-horizontal {
    transition: none;
  }
}

.dropup,
.dropend,
.dropdown,
.dropstart {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  z-index: 1000;
  display: none;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: 0.125rem;
}

.dropdown-menu-start {
  --bs-position: start;
}
.dropdown-menu-start[data-bs-popper] {
  right: auto;
  left: 0;
}

.dropdown-menu-end {
  --bs-position: end;
}
.dropdown-menu-end[data-bs-popper] {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-start {
    --bs-position: start;
  }
  .dropdown-menu-sm-start[data-bs-popper] {
    right: auto;
    left: 0;
  }

  .dropdown-menu-sm-end {
    --bs-position: end;
  }
  .dropdown-menu-sm-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-start {
    --bs-position: start;
  }
  .dropdown-menu-md-start[data-bs-popper] {
    right: auto;
    left: 0;
  }

  .dropdown-menu-md-end {
    --bs-position: end;
  }
  .dropdown-menu-md-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-start {
    --bs-position: start;
  }
  .dropdown-menu-lg-start[data-bs-popper] {
    right: auto;
    left: 0;
  }

  .dropdown-menu-lg-end {
    --bs-position: end;
  }
  .dropdown-menu-lg-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-start {
    --bs-position: start;
  }
  .dropdown-menu-xl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }

  .dropdown-menu-xl-end {
    --bs-position: end;
  }
  .dropdown-menu-xl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1400px) {
  .dropdown-menu-xxl-start {
    --bs-position: start;
  }
  .dropdown-menu-xxl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }

  .dropdown-menu-xxl-end {
    --bs-position: end;
  }
  .dropdown-menu-xxl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropend .dropdown-menu[data-bs-popper] {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropend .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropend .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropend .dropdown-toggle::after {
  vertical-align: 0;
}

.dropstart .dropdown-menu[data-bs-popper] {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropstart .dropdown-toggle::after {
  display: none;
}
.dropstart .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropstart .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: #1e2125;
  background-color: #e9ecef;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #0d6efd;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1rem;
  color: #212529;
}

.dropdown-menu-dark {
  color: #dee2e6;
  background-color: #343a40;
  border-color: rgba(0, 0, 0, 0.15);
}
.dropdown-menu-dark .dropdown-item {
  color: #dee2e6;
}
.dropdown-menu-dark .dropdown-item:hover, .dropdown-menu-dark .dropdown-item:focus {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.15);
}
.dropdown-menu-dark .dropdown-item.active, .dropdown-menu-dark .dropdown-item:active {
  color: #fff;
  background-color: #0d6efd;
}
.dropdown-menu-dark .dropdown-item.disabled, .dropdown-menu-dark .dropdown-item:disabled {
  color: #adb5bd;
}
.dropdown-menu-dark .dropdown-divider {
  border-color: rgba(0, 0, 0, 0.15);
}
.dropdown-menu-dark .dropdown-item-text {
  color: #dee2e6;
}
.dropdown-menu-dark .dropdown-header {
  color: #adb5bd;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}
.btn-group > .btn-check:checked + .btn,
.btn-group > .btn-check:focus + .btn,
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn-check:checked + .btn,
.btn-group-vertical > .btn-check:focus + .btn,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:nth-child(n+3),
.btn-group > :not(.btn-check) + .btn,
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropend .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle-split::before {
  margin-right: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn ~ .btn,
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
  color: #0d6efd;
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .nav-link {
    transition: none;
  }
}
.nav-link:hover, .nav-link:focus {
  color: #0a58ca;
}
.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-link {
  margin-bottom: -1px;
  background: none;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
  isolation: isolate;
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #0d6efd;
}

.nav-fill > .nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified > .nav-link,
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
  width: 100%;
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.navbar > .container,
.navbar > .container-fluid,
.navbar > .container-sm,
.navbar > .container-md,
.navbar > .container-lg,
.navbar > .container-xl,
.navbar > .container-xxl {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  text-decoration: none;
  white-space: nowrap;
}
.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
}

.navbar-text {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  transition: box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .navbar-toggler {
    transition: none;
  }
}
.navbar-toggler:hover {
  text-decoration: none;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 0.25rem;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

.navbar-nav-scroll {
  max-height: var(--bs-scroll-height, 75vh);
  overflow-y: auto;
}

@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
  .navbar-expand-sm .offcanvas-header {
    display: none;
  }
  .navbar-expand-sm .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }
  .navbar-expand-sm .offcanvas-top,
.navbar-expand-sm .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-sm .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
  .navbar-expand-md .offcanvas-header {
    display: none;
  }
  .navbar-expand-md .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }
  .navbar-expand-md .offcanvas-top,
.navbar-expand-md .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-md .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
  .navbar-expand-lg .offcanvas-header {
    display: none;
  }
  .navbar-expand-lg .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }
  .navbar-expand-lg .offcanvas-top,
.navbar-expand-lg .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-lg .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xl .offcanvas-header {
    display: none;
  }
  .navbar-expand-xl .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }
  .navbar-expand-xl .offcanvas-top,
.navbar-expand-xl .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-xl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1400px) {
  .navbar-expand-xxl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xxl .offcanvas-header {
    display: none;
  }
  .navbar-expand-xxl .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }
  .navbar-expand-xxl .offcanvas-top,
.navbar-expand-xxl .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-xxl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
.navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}
.navbar-expand .offcanvas-header {
  display: none;
}
.navbar-expand .offcanvas {
  position: inherit;
  bottom: 0;
  z-index: 1000;
  flex-grow: 1;
  visibility: visible !important;
  background-color: transparent;
  border-right: 0;
  border-left: 0;
  transition: none;
  transform: none;
}
.navbar-expand .offcanvas-top,
.navbar-expand .offcanvas-bottom {
  height: auto;
  border-top: 0;
  border-bottom: 0;
}
.navbar-expand .offcanvas-body {
  display: flex;
  flex-grow: 0;
  padding: 0;
  overflow-y: visible;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.55);
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.55);
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.55);
}
.navbar-light .navbar-text a,
.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.55);
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.55);
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.55);
}
.navbar-dark .navbar-text a,
.navbar-dark .navbar-text a:hover,
.navbar-dark .navbar-text a:focus {
  color: #fff;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

.card-body {
  flex: 1 1 auto;
  padding: 1rem 1rem;
}

.card-title {
  margin-bottom: 0.5rem;
}

.card-subtitle {
  margin-top: -0.25rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link + .card-link {
  margin-left: 1rem;
}

.card-header {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-footer {
  padding: 0.5rem 1rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
  margin-right: -0.5rem;
  margin-bottom: -0.5rem;
  margin-left: -0.5rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.5rem;
  margin-left: -0.5rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1rem;
  border-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-top,
.card-img-bottom {
  width: 100%;
}

.card-img,
.card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-group > .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top,
.card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom,
.card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top,
.card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom,
.card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1rem 1.25rem;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  background-color: #fff;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button {
    transition: none;
  }
}
.accordion-button:not(.collapsed) {
  color: #0c63e4;
  background-color: #e7f1ff;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transform: rotate(-180deg);
}
.accordion-button::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button::after {
    transition: none;
  }
}
.accordion-button:hover {
  z-index: 2;
}
.accordion-button:focus {
  z-index: 3;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.accordion-header {
  margin-bottom: 0;
}

.accordion-item {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.accordion-item:first-of-type {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.accordion-item:not(:first-of-type) {
  border-top: 0;
}
.accordion-item:last-of-type {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.accordion-item:last-of-type .accordion-collapse {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.accordion-body {
  padding: 1rem 1.25rem;
}

.accordion-flush .accordion-collapse {
  border-width: 0;
}
.accordion-flush .accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.accordion-flush .accordion-item:first-child {
  border-top: 0;
}
.accordion-flush .accordion-item:last-child {
  border-bottom: 0;
}
.accordion-flush .accordion-item .accordion-button {
  border-radius: 0;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0;
  margin-bottom: 1rem;
  list-style: none;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #6c757d;
  content: var(--bs-breadcrumb-divider, "/") /* rtl: var(--bs-breadcrumb-divider, "/") */;
}
.breadcrumb-item.active {
  color: #6c757d;
}

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
}

.page-link {
  position: relative;
  display: block;
  color: #0d6efd;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #dee2e6;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .page-link {
    transition: none;
  }
}
.page-link:hover {
  z-index: 2;
  color: #0a58ca;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 3;
  color: #0a58ca;
  background-color: #e9ecef;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.page-item:not(:first-child) .page-link {
  margin-left: -1px;
}
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
  border-color: #dee2e6;
}

.page-link {
  padding: 0.375rem 0.75rem;
}

.page-item:first-child .page-link {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.badge {
  display: inline-block;
  padding: 0.35em 0.65em;
  font-size: 0.75em;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}
.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.alert {
  position: relative;
  padding: 1rem 1rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 3rem;
}
.alert-dismissible .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 1.25rem 1rem;
}

.alert-primary {
  color: #084298;
  background-color: #cfe2ff;
  border-color: #b6d4fe;
}
.alert-primary .alert-link {
  color: #06357a;
}

.alert-secondary {
  color: #41464b;
  background-color: #e2e3e5;
  border-color: #d3d6d8;
}
.alert-secondary .alert-link {
  color: #34383c;
}

.alert-success {
  color: #0f5132;
  background-color: #d1e7dd;
  border-color: #badbcc;
}
.alert-success .alert-link {
  color: #0c4128;
}

.alert-info {
  color: #055160;
  background-color: #cff4fc;
  border-color: #b6effb;
}
.alert-info .alert-link {
  color: #04414d;
}

.alert-warning {
  color: #664d03;
  background-color: #fff3cd;
  border-color: #ffecb5;
}
.alert-warning .alert-link {
  color: #523e02;
}

.alert-danger {
  color: #842029;
  background-color: #f8d7da;
  border-color: #f5c2c7;
}
.alert-danger .alert-link {
  color: #6a1a21;
}

.alert-light {
  color: #636464;
  background-color: #fefefe;
  border-color: #fdfdfe;
}
.alert-light .alert-link {
  color: #4f5050;
}

.alert-dark {
  color: #141619;
  background-color: #d3d3d4;
  border-color: #bcbebf;
}
.alert-dark .alert-link {
  color: #101214;
}

@-webkit-keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}

@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #0d6efd;
  transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}

.progress-bar-striped {
  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);
  background-size: 1rem 1rem;
}

.progress-bar-animated {
  -webkit-animation: 1s linear infinite progress-bar-stripes;
  animation: 1s linear infinite progress-bar-stripes;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    -webkit-animation: none;
    animation: none;
  }
}

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.25rem;
}

.list-group-numbered {
  list-style-type: none;
  counter-reset: section;
}
.list-group-numbered > li::before {
  content: counters(section, ".") ". ";
  counter-increment: section;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}
.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.5rem 1rem;
  color: #212529;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

.list-group-horizontal {
  flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1400px) {
  .list-group-horizontal-xxl {
    flex-direction: row;
  }
  .list-group-horizontal-xxl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
.list-group-flush {
  border-radius: 0;
}
.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  color: #084298;
  background-color: #cfe2ff;
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #084298;
  background-color: #bacbe6;
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #084298;
  border-color: #084298;
}

.list-group-item-secondary {
  color: #41464b;
  background-color: #e2e3e5;
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #41464b;
  background-color: #cbccce;
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #41464b;
  border-color: #41464b;
}

.list-group-item-success {
  color: #0f5132;
  background-color: #d1e7dd;
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #0f5132;
  background-color: #bcd0c7;
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #0f5132;
  border-color: #0f5132;
}

.list-group-item-info {
  color: #055160;
  background-color: #cff4fc;
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #055160;
  background-color: #badce3;
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #055160;
  border-color: #055160;
}

.list-group-item-warning {
  color: #664d03;
  background-color: #fff3cd;
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #664d03;
  background-color: #e6dbb9;
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #664d03;
  border-color: #664d03;
}

.list-group-item-danger {
  color: #842029;
  background-color: #f8d7da;
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #842029;
  background-color: #dfc2c4;
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #842029;
  border-color: #842029;
}

.list-group-item-light {
  color: #636464;
  background-color: #fefefe;
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #636464;
  background-color: #e5e5e5;
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #636464;
  border-color: #636464;
}

.list-group-item-dark {
  color: #141619;
  background-color: #d3d3d4;
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #141619;
  background-color: #bebebf;
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #141619;
  border-color: #141619;
}

.btn-close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: #000;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  border: 0;
  border-radius: 0.25rem;
  opacity: 0.5;
}
.btn-close:hover {
  color: #000;
  text-decoration: none;
  opacity: 0.75;
}
.btn-close:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  opacity: 1;
}
.btn-close:disabled, .btn-close.disabled {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  opacity: 0.25;
}

.btn-close-white {
  filter: invert(1) grayscale(100%) brightness(200%);
}

.toast {
  width: 350px;
  max-width: 100%;
  font-size: 0.875rem;
  pointer-events: auto;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
.toast.showing {
  opacity: 0;
}
.toast:not(.show) {
  display: none;
}

.toast-container {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  pointer-events: none;
}
.toast-container > :not(:last-child) {
  margin-bottom: 0.75rem;
}

.toast-header {
  display: flex;
  align-items: center;
  padding: 0.5rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.toast-header .btn-close {
  margin-right: -0.375rem;
  margin-left: 0.75rem;
}

.toast-body {
  padding: 0.75rem;
  word-wrap: break-word;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1055;
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.modal-header .btn-close {
  padding: 0.5rem 0.5rem;
  margin: -0.5rem -0.5rem -0.5rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  flex-shrink: 0;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}
.modal-footer > * {
  margin: 0.25rem;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }

  .modal-dialog-scrollable {
    height: calc(100% - 3.5rem);
  }

  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }

  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
.modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}
.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}
.modal-fullscreen .modal-header {
  border-radius: 0;
}
.modal-fullscreen .modal-body {
  overflow-y: auto;
}
.modal-fullscreen .modal-footer {
  border-radius: 0;
}

@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
}
.tooltip {
  position: absolute;
  z-index: 1080;
  display: block;
  margin: 0;
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .tooltip-arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[data-popper-placement^=top] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow {
  bottom: 0;
}
.bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
  top: -1px;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-end, .bs-tooltip-auto[data-popper-placement^=right] {
  padding: 0 0.4rem;
}
.bs-tooltip-end .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-end .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
  right: -1px;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[data-popper-placement^=bottom] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow {
  top: 0;
}
.bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
  bottom: -1px;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-start, .bs-tooltip-auto[data-popper-placement^=left] {
  padding: 0 0.4rem;
}
.bs-tooltip-start .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-start .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
  left: -1px;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

.popover {
  position: absolute;
  top: 0;
  left: 0 /* rtl:ignore */;
  z-index: 1070;
  display: block;
  max-width: 276px;
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}
.popover .popover-arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
}
.popover .popover-arrow::before, .popover .popover-arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top > .popover-arrow, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow {
  bottom: calc(-0.5rem - 1px);
}
.bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}

.bs-popover-end > .popover-arrow, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
}
.bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

.bs-popover-bottom > .popover-arrow, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow {
  top: calc(-0.5rem - 1px);
}
.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[data-popper-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f0f0f0;
}

.bs-popover-start > .popover-arrow, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
}
.bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f0f0f0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 1rem 1rem;
  color: #212529;
}

.carousel {
  position: relative;
}

.carousel.pointer-event {
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

/* rtl:begin:ignore */
.carousel-item-next:not(.carousel-item-start),
.active.carousel-item-end {
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-end),
.active.carousel-item-start {
  transform: translateX(-100%);
}

/* rtl:end:ignore */
.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
.carousel-control-next {
    transition: none;
  }
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}

/* rtl:options: {
  "autoRename": true,
  "stringMap":[ {
    "name"    : "prev-next",
    "search"  : "prev",
    "replace" : "next"
  } ]
} */
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators [data-bs-target] {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 1.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center;
}

.carousel-dark .carousel-control-prev-icon,
.carousel-dark .carousel-control-next-icon {
  filter: invert(1) grayscale(100);
}
.carousel-dark .carousel-indicators [data-bs-target] {
  background-color: #000;
}
.carousel-dark .carousel-caption {
  color: #000;
}

@-webkit-keyframes spinner-border {
  to {
    transform: rotate(360deg) /* rtl:ignore */;
  }
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg) /* rtl:ignore */;
  }
}
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: 0.75s linear infinite spinner-border;
  animation: 0.75s linear infinite spinner-border;
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

@-webkit-keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: 0.75s linear infinite spinner-grow;
  animation: 0.75s linear infinite spinner-grow;
}

.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

@media (prefers-reduced-motion: reduce) {
  .spinner-border,
.spinner-grow {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
  }
}
.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: 1045;
  display: flex;
  flex-direction: column;
  max-width: 100%;
  visibility: hidden;
  background-color: #fff;
  background-clip: padding-box;
  outline: 0;
  transition: transform 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .offcanvas {
    transition: none;
  }
}

.offcanvas-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.offcanvas-backdrop.fade {
  opacity: 0;
}
.offcanvas-backdrop.show {
  opacity: 0.5;
}

.offcanvas-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
}
.offcanvas-header .btn-close {
  padding: 0.5rem 0.5rem;
  margin-top: -0.5rem;
  margin-right: -0.5rem;
  margin-bottom: -0.5rem;
}

.offcanvas-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.offcanvas-body {
  flex-grow: 1;
  padding: 1rem 1rem;
  overflow-y: auto;
}

.offcanvas-start {
  top: 0;
  left: 0;
  width: 400px;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateX(-100%);
}

.offcanvas-end {
  top: 0;
  right: 0;
  width: 400px;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateX(100%);
}

.offcanvas-top {
  top: 0;
  right: 0;
  left: 0;
  height: 30vh;
  max-height: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateY(-100%);
}

.offcanvas-bottom {
  right: 0;
  left: 0;
  height: 30vh;
  max-height: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateY(100%);
}

.offcanvas.show {
  transform: none;
}

.placeholder {
  display: inline-block;
  min-height: 1em;
  vertical-align: middle;
  cursor: wait;
  background-color: currentColor;
  opacity: 0.5;
}
.placeholder.btn::before {
  display: inline-block;
  content: "";
}

.placeholder-xs {
  min-height: 0.6em;
}

.placeholder-sm {
  min-height: 0.8em;
}

.placeholder-lg {
  min-height: 1.2em;
}

.placeholder-glow .placeholder {
  -webkit-animation: placeholder-glow 2s ease-in-out infinite;
  animation: placeholder-glow 2s ease-in-out infinite;
}

@-webkit-keyframes placeholder-glow {
  50% {
    opacity: 0.2;
  }
}

@keyframes placeholder-glow {
  50% {
    opacity: 0.2;
  }
}
.placeholder-wave {
  -webkit-mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);
  mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);
  -webkit-mask-size: 200% 100%;
  mask-size: 200% 100%;
  -webkit-animation: placeholder-wave 2s linear infinite;
  animation: placeholder-wave 2s linear infinite;
}

@-webkit-keyframes placeholder-wave {
  100% {
    -webkit-mask-position: -200% 0%;
    mask-position: -200% 0%;
  }
}

@keyframes placeholder-wave {
  100% {
    -webkit-mask-position: -200% 0%;
    mask-position: -200% 0%;
  }
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.link-primary {
  color: #0d6efd;
}
.link-primary:hover, .link-primary:focus {
  color: #0a58ca;
}

.link-secondary {
  color: #6c757d;
}
.link-secondary:hover, .link-secondary:focus {
  color: #565e64;
}

.link-success {
  color: #198754;
}
.link-success:hover, .link-success:focus {
  color: #146c43;
}

.link-info {
  color: #0dcaf0;
}
.link-info:hover, .link-info:focus {
  color: #3dd5f3;
}

.link-warning {
  color: #ffc107;
}
.link-warning:hover, .link-warning:focus {
  color: #ffcd39;
}

.link-danger {
  color: #dc3545;
}
.link-danger:hover, .link-danger:focus {
  color: #b02a37;
}

.link-light {
  color: #f8f9fa;
}
.link-light:hover, .link-light:focus {
  color: #f9fafb;
}

.link-dark {
  color: #212529;
}
.link-dark:hover, .link-dark:focus {
  color: #1a1e21;
}

.ratio {
  position: relative;
  width: 100%;
}
.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}
.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ratio-1x1 {
  --bs-aspect-ratio: 100%;
}

.ratio-4x3 {
  --bs-aspect-ratio: 75%;
}

.ratio-16x9 {
  --bs-aspect-ratio: 56.25%;
}

.ratio-21x9 {
  --bs-aspect-ratio: 42.8571428571%;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

.sticky-top {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1020;
}

@media (min-width: 576px) {
  .sticky-sm-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  .sticky-md-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 992px) {
  .sticky-lg-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1200px) {
  .sticky-xl-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1400px) {
  .sticky-xxl-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.hstack {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
}

.vstack {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-self: stretch;
}

.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.vr {
  display: inline-block;
  align-self: stretch;
  width: 1px;
  min-height: 1em;
  background-color: currentColor;
  opacity: 0.25;
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.float-start {
  float: left !important;
}

.float-end {
  float: right !important;
}

.float-none {
  float: none !important;
}

.opacity-0 {
  opacity: 0 !important;
}

.opacity-25 {
  opacity: 0.25 !important;
}

.opacity-50 {
  opacity: 0.5 !important;
}

.opacity-75 {
  opacity: 0.75 !important;
}

.opacity-100 {
  opacity: 1 !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.overflow-visible {
  overflow: visible !important;
}

.overflow-scroll {
  overflow: scroll !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-grid {
  display: grid !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

.d-none {
  display: none !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}

.top-0 {
  top: 0 !important;
}

.top-50 {
  top: 50% !important;
}

.top-100 {
  top: 100% !important;
}

.bottom-0 {
  bottom: 0 !important;
}

.bottom-50 {
  bottom: 50% !important;
}

.bottom-100 {
  bottom: 100% !important;
}

.start-0 {
  left: 0 !important;
}

.start-50 {
  left: 50% !important;
}

.start-100 {
  left: 100% !important;
}

.end-0 {
  right: 0 !important;
}

.end-50 {
  right: 50% !important;
}

.end-100 {
  right: 100% !important;
}

.translate-middle {
  transform: translate(-50%, -50%) !important;
}

.translate-middle-x {
  transform: translateX(-50%) !important;
}

.translate-middle-y {
  transform: translateY(-50%) !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-end {
  border-right: 1px solid #dee2e6 !important;
}

.border-end-0 {
  border-right: 0 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-start {
  border-left: 1px solid #dee2e6 !important;
}

.border-start-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #0d6efd !important;
}

.border-secondary {
  border-color: #6c757d !important;
}

.border-success {
  border-color: #198754 !important;
}

.border-info {
  border-color: #0dcaf0 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #212529 !important;
}

.border-white {
  border-color: #fff !important;
}

.border-1 {
  border-width: 1px !important;
}

.border-2 {
  border-width: 2px !important;
}

.border-3 {
  border-width: 3px !important;
}

.border-4 {
  border-width: 4px !important;
}

.border-5 {
  border-width: 5px !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.vw-100 {
  width: 100vw !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mh-100 {
  max-height: 100% !important;
}

.vh-100 {
  height: 100vh !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.gap-0 {
  gap: 0 !important;
}

.gap-1 {
  gap: 0.25rem !important;
}

.gap-2 {
  gap: 0.5rem !important;
}

.gap-3 {
  gap: 1rem !important;
}

.gap-4 {
  gap: 1.5rem !important;
}

.gap-5 {
  gap: 3rem !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.justify-content-evenly {
  justify-content: space-evenly !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

.order-first {
  order: -1 !important;
}

.order-0 {
  order: 0 !important;
}

.order-1 {
  order: 1 !important;
}

.order-2 {
  order: 2 !important;
}

.order-3 {
  order: 3 !important;
}

.order-4 {
  order: 4 !important;
}

.order-5 {
  order: 5 !important;
}

.order-last {
  order: 6 !important;
}

.m-0 {
  margin: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.mt-auto {
  margin-top: auto !important;
}

.me-0 {
  margin-right: 0 !important;
}

.me-1 {
  margin-right: 0.25rem !important;
}

.me-2 {
  margin-right: 0.5rem !important;
}

.me-3 {
  margin-right: 1rem !important;
}

.me-4 {
  margin-right: 1.5rem !important;
}

.me-5 {
  margin-right: 3rem !important;
}

.me-auto {
  margin-right: auto !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ms-0 {
  margin-left: 0 !important;
}

.ms-1 {
  margin-left: 0.25rem !important;
}

.ms-2 {
  margin-left: 0.5rem !important;
}

.ms-3 {
  margin-left: 1rem !important;
}

.ms-4 {
  margin-left: 1.5rem !important;
}

.ms-5 {
  margin-left: 3rem !important;
}

.ms-auto {
  margin-left: auto !important;
}

.p-0 {
  padding: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pt-3 {
  padding-top: 1rem !important;
}

.pt-4 {
  padding-top: 1.5rem !important;
}

.pt-5 {
  padding-top: 3rem !important;
}

.pe-0 {
  padding-right: 0 !important;
}

.pe-1 {
  padding-right: 0.25rem !important;
}

.pe-2 {
  padding-right: 0.5rem !important;
}

.pe-3 {
  padding-right: 1rem !important;
}

.pe-4 {
  padding-right: 1.5rem !important;
}

.pe-5 {
  padding-right: 3rem !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.pb-5 {
  padding-bottom: 3rem !important;
}

.ps-0 {
  padding-left: 0 !important;
}

.ps-1 {
  padding-left: 0.25rem !important;
}

.ps-2 {
  padding-left: 0.5rem !important;
}

.ps-3 {
  padding-left: 1rem !important;
}

.ps-4 {
  padding-left: 1.5rem !important;
}

.ps-5 {
  padding-left: 3rem !important;
}

.font-monospace {
  font-family: var(--bs-font-monospace) !important;
}

.fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important;
}

.fs-2 {
  font-size: calc(1.325rem + 0.9vw) !important;
}

.fs-3 {
  font-size: calc(1.3rem + 0.6vw) !important;
}

.fs-4 {
  font-size: calc(1.275rem + 0.3vw) !important;
}

.fs-5 {
  font-size: 1.25rem !important;
}

.fs-6 {
  font-size: 1rem !important;
}

.fst-italic {
  font-style: italic !important;
}

.fst-normal {
  font-style: normal !important;
}

.fw-light {
  font-weight: 300 !important;
}

.fw-lighter {
  font-weight: lighter !important;
}

.fw-normal {
  font-weight: 400 !important;
}

.fw-bold {
  font-weight: 700 !important;
}

.fw-bolder {
  font-weight: bolder !important;
}

.lh-1 {
  line-height: 1 !important;
}

.lh-sm {
  line-height: 1.25 !important;
}

.lh-base {
  line-height: 1.5 !important;
}

.lh-lg {
  line-height: 2 !important;
}

.text-start {
  text-align: left !important;
}

.text-end {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-decoration-underline {
  text-decoration: underline !important;
}

.text-decoration-line-through {
  text-decoration: line-through !important;
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

/* rtl:begin:remove */
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

/* rtl:end:remove */
.text-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}

.text-secondary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
}

.text-success {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
}

.text-info {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important;
}

.text-warning {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important;
}

.text-danger {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}

.text-light {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important;
}

.text-dark {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
}

.text-black {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
}

.text-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}

.text-body {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important;
}

.text-muted {
  --bs-text-opacity: 1;
  color: #6c757d !important;
}

.text-black-50 {
  --bs-text-opacity: 1;
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  --bs-text-opacity: 1;
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-reset {
  --bs-text-opacity: 1;
  color: inherit !important;
}

.text-opacity-25 {
  --bs-text-opacity: 0.25;
}

.text-opacity-50 {
  --bs-text-opacity: 0.5;
}

.text-opacity-75 {
  --bs-text-opacity: 0.75;
}

.text-opacity-100 {
  --bs-text-opacity: 1;
}

.bg-primary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
}

.bg-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
}

.bg-success {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important;
}

.bg-info {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important;
}

.bg-warning {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important;
}

.bg-danger {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
}

.bg-light {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}

.bg-dark {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}

.bg-black {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
}

.bg-white {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}

.bg-body {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important;
}

.bg-transparent {
  --bs-bg-opacity: 1;
  background-color: transparent !important;
}

.bg-opacity-10 {
  --bs-bg-opacity: 0.1;
}

.bg-opacity-25 {
  --bs-bg-opacity: 0.25;
}

.bg-opacity-50 {
  --bs-bg-opacity: 0.5;
}

.bg-opacity-75 {
  --bs-bg-opacity: 0.75;
}

.bg-opacity-100 {
  --bs-bg-opacity: 1;
}

.bg-gradient {
  background-image: var(--bs-gradient) !important;
}

.user-select-all {
  -webkit-user-select: all !important;
  -moz-user-select: all !important;
  user-select: all !important;
}

.user-select-auto {
  -webkit-user-select: auto !important;
  -moz-user-select: auto !important;
  user-select: auto !important;
}

.user-select-none {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  user-select: none !important;
}

.pe-none {
  pointer-events: none !important;
}

.pe-auto {
  pointer-events: auto !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.rounded-1 {
  border-radius: 0.2rem !important;
}

.rounded-2 {
  border-radius: 0.25rem !important;
}

.rounded-3 {
  border-radius: 0.3rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-end {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-start {
  border-bottom-left-radius: 0.25rem !important;
  border-top-left-radius: 0.25rem !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media (min-width: 576px) {
  .float-sm-start {
    float: left !important;
  }

  .float-sm-end {
    float: right !important;
  }

  .float-sm-none {
    float: none !important;
  }

  .d-sm-inline {
    display: inline !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-grid {
    display: grid !important;
  }

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-row {
    display: table-row !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }

  .d-sm-flex {
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: inline-flex !important;
  }

  .d-sm-none {
    display: none !important;
  }

  .flex-sm-fill {
    flex: 1 1 auto !important;
  }

  .flex-sm-row {
    flex-direction: row !important;
  }

  .flex-sm-column {
    flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .gap-sm-0 {
    gap: 0 !important;
  }

  .gap-sm-1 {
    gap: 0.25rem !important;
  }

  .gap-sm-2 {
    gap: 0.5rem !important;
  }

  .gap-sm-3 {
    gap: 1rem !important;
  }

  .gap-sm-4 {
    gap: 1.5rem !important;
  }

  .gap-sm-5 {
    gap: 3rem !important;
  }

  .justify-content-sm-start {
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    justify-content: center !important;
  }

  .justify-content-sm-between {
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    justify-content: space-around !important;
  }

  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-sm-start {
    align-items: flex-start !important;
  }

  .align-items-sm-end {
    align-items: flex-end !important;
  }

  .align-items-sm-center {
    align-items: center !important;
  }

  .align-items-sm-baseline {
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    align-items: stretch !important;
  }

  .align-content-sm-start {
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    align-content: center !important;
  }

  .align-content-sm-between {
    align-content: space-between !important;
  }

  .align-content-sm-around {
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    align-self: auto !important;
  }

  .align-self-sm-start {
    align-self: flex-start !important;
  }

  .align-self-sm-end {
    align-self: flex-end !important;
  }

  .align-self-sm-center {
    align-self: center !important;
  }

  .align-self-sm-baseline {
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    align-self: stretch !important;
  }

  .order-sm-first {
    order: -1 !important;
  }

  .order-sm-0 {
    order: 0 !important;
  }

  .order-sm-1 {
    order: 1 !important;
  }

  .order-sm-2 {
    order: 2 !important;
  }

  .order-sm-3 {
    order: 3 !important;
  }

  .order-sm-4 {
    order: 4 !important;
  }

  .order-sm-5 {
    order: 5 !important;
  }

  .order-sm-last {
    order: 6 !important;
  }

  .m-sm-0 {
    margin: 0 !important;
  }

  .m-sm-1 {
    margin: 0.25rem !important;
  }

  .m-sm-2 {
    margin: 0.5rem !important;
  }

  .m-sm-3 {
    margin: 1rem !important;
  }

  .m-sm-4 {
    margin: 1.5rem !important;
  }

  .m-sm-5 {
    margin: 3rem !important;
  }

  .m-sm-auto {
    margin: auto !important;
  }

  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-sm-0 {
    margin-top: 0 !important;
  }

  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }

  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }

  .mt-sm-3 {
    margin-top: 1rem !important;
  }

  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }

  .mt-sm-5 {
    margin-top: 3rem !important;
  }

  .mt-sm-auto {
    margin-top: auto !important;
  }

  .me-sm-0 {
    margin-right: 0 !important;
  }

  .me-sm-1 {
    margin-right: 0.25rem !important;
  }

  .me-sm-2 {
    margin-right: 0.5rem !important;
  }

  .me-sm-3 {
    margin-right: 1rem !important;
  }

  .me-sm-4 {
    margin-right: 1.5rem !important;
  }

  .me-sm-5 {
    margin-right: 3rem !important;
  }

  .me-sm-auto {
    margin-right: auto !important;
  }

  .mb-sm-0 {
    margin-bottom: 0 !important;
  }

  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }

  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }

  .mb-sm-auto {
    margin-bottom: auto !important;
  }

  .ms-sm-0 {
    margin-left: 0 !important;
  }

  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }

  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }

  .ms-sm-3 {
    margin-left: 1rem !important;
  }

  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }

  .ms-sm-5 {
    margin-left: 3rem !important;
  }

  .ms-sm-auto {
    margin-left: auto !important;
  }

  .p-sm-0 {
    padding: 0 !important;
  }

  .p-sm-1 {
    padding: 0.25rem !important;
  }

  .p-sm-2 {
    padding: 0.5rem !important;
  }

  .p-sm-3 {
    padding: 1rem !important;
  }

  .p-sm-4 {
    padding: 1.5rem !important;
  }

  .p-sm-5 {
    padding: 3rem !important;
  }

  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-sm-0 {
    padding-top: 0 !important;
  }

  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }

  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }

  .pt-sm-3 {
    padding-top: 1rem !important;
  }

  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }

  .pt-sm-5 {
    padding-top: 3rem !important;
  }

  .pe-sm-0 {
    padding-right: 0 !important;
  }

  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }

  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }

  .pe-sm-3 {
    padding-right: 1rem !important;
  }

  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }

  .pe-sm-5 {
    padding-right: 3rem !important;
  }

  .pb-sm-0 {
    padding-bottom: 0 !important;
  }

  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }

  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }

  .ps-sm-0 {
    padding-left: 0 !important;
  }

  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }

  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }

  .ps-sm-3 {
    padding-left: 1rem !important;
  }

  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }

  .ps-sm-5 {
    padding-left: 3rem !important;
  }

  .text-sm-start {
    text-align: left !important;
  }

  .text-sm-end {
    text-align: right !important;
  }

  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .float-md-start {
    float: left !important;
  }

  .float-md-end {
    float: right !important;
  }

  .float-md-none {
    float: none !important;
  }

  .d-md-inline {
    display: inline !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-grid {
    display: grid !important;
  }

  .d-md-table {
    display: table !important;
  }

  .d-md-table-row {
    display: table-row !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

  .d-md-flex {
    display: flex !important;
  }

  .d-md-inline-flex {
    display: inline-flex !important;
  }

  .d-md-none {
    display: none !important;
  }

  .flex-md-fill {
    flex: 1 1 auto !important;
  }

  .flex-md-row {
    flex-direction: row !important;
  }

  .flex-md-column {
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-md-wrap {
    flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .gap-md-0 {
    gap: 0 !important;
  }

  .gap-md-1 {
    gap: 0.25rem !important;
  }

  .gap-md-2 {
    gap: 0.5rem !important;
  }

  .gap-md-3 {
    gap: 1rem !important;
  }

  .gap-md-4 {
    gap: 1.5rem !important;
  }

  .gap-md-5 {
    gap: 3rem !important;
  }

  .justify-content-md-start {
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    justify-content: flex-end !important;
  }

  .justify-content-md-center {
    justify-content: center !important;
  }

  .justify-content-md-between {
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    justify-content: space-around !important;
  }

  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-md-start {
    align-items: flex-start !important;
  }

  .align-items-md-end {
    align-items: flex-end !important;
  }

  .align-items-md-center {
    align-items: center !important;
  }

  .align-items-md-baseline {
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    align-items: stretch !important;
  }

  .align-content-md-start {
    align-content: flex-start !important;
  }

  .align-content-md-end {
    align-content: flex-end !important;
  }

  .align-content-md-center {
    align-content: center !important;
  }

  .align-content-md-between {
    align-content: space-between !important;
  }

  .align-content-md-around {
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    align-content: stretch !important;
  }

  .align-self-md-auto {
    align-self: auto !important;
  }

  .align-self-md-start {
    align-self: flex-start !important;
  }

  .align-self-md-end {
    align-self: flex-end !important;
  }

  .align-self-md-center {
    align-self: center !important;
  }

  .align-self-md-baseline {
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    align-self: stretch !important;
  }

  .order-md-first {
    order: -1 !important;
  }

  .order-md-0 {
    order: 0 !important;
  }

  .order-md-1 {
    order: 1 !important;
  }

  .order-md-2 {
    order: 2 !important;
  }

  .order-md-3 {
    order: 3 !important;
  }

  .order-md-4 {
    order: 4 !important;
  }

  .order-md-5 {
    order: 5 !important;
  }

  .order-md-last {
    order: 6 !important;
  }

  .m-md-0 {
    margin: 0 !important;
  }

  .m-md-1 {
    margin: 0.25rem !important;
  }

  .m-md-2 {
    margin: 0.5rem !important;
  }

  .m-md-3 {
    margin: 1rem !important;
  }

  .m-md-4 {
    margin: 1.5rem !important;
  }

  .m-md-5 {
    margin: 3rem !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-md-0 {
    margin-top: 0 !important;
  }

  .mt-md-1 {
    margin-top: 0.25rem !important;
  }

  .mt-md-2 {
    margin-top: 0.5rem !important;
  }

  .mt-md-3 {
    margin-top: 1rem !important;
  }

  .mt-md-4 {
    margin-top: 1.5rem !important;
  }

  .mt-md-5 {
    margin-top: 3rem !important;
  }

  .mt-md-auto {
    margin-top: auto !important;
  }

  .me-md-0 {
    margin-right: 0 !important;
  }

  .me-md-1 {
    margin-right: 0.25rem !important;
  }

  .me-md-2 {
    margin-right: 0.5rem !important;
  }

  .me-md-3 {
    margin-right: 1rem !important;
  }

  .me-md-4 {
    margin-right: 1.5rem !important;
  }

  .me-md-5 {
    margin-right: 3rem !important;
  }

  .me-md-auto {
    margin-right: auto !important;
  }

  .mb-md-0 {
    margin-bottom: 0 !important;
  }

  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-md-3 {
    margin-bottom: 1rem !important;
  }

  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-md-5 {
    margin-bottom: 3rem !important;
  }

  .mb-md-auto {
    margin-bottom: auto !important;
  }

  .ms-md-0 {
    margin-left: 0 !important;
  }

  .ms-md-1 {
    margin-left: 0.25rem !important;
  }

  .ms-md-2 {
    margin-left: 0.5rem !important;
  }

  .ms-md-3 {
    margin-left: 1rem !important;
  }

  .ms-md-4 {
    margin-left: 1.5rem !important;
  }

  .ms-md-5 {
    margin-left: 3rem !important;
  }

  .ms-md-auto {
    margin-left: auto !important;
  }

  .p-md-0 {
    padding: 0 !important;
  }

  .p-md-1 {
    padding: 0.25rem !important;
  }

  .p-md-2 {
    padding: 0.5rem !important;
  }

  .p-md-3 {
    padding: 1rem !important;
  }

  .p-md-4 {
    padding: 1.5rem !important;
  }

  .p-md-5 {
    padding: 3rem !important;
  }

  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-md-0 {
    padding-top: 0 !important;
  }

  .pt-md-1 {
    padding-top: 0.25rem !important;
  }

  .pt-md-2 {
    padding-top: 0.5rem !important;
  }

  .pt-md-3 {
    padding-top: 1rem !important;
  }

  .pt-md-4 {
    padding-top: 1.5rem !important;
  }

  .pt-md-5 {
    padding-top: 3rem !important;
  }

  .pe-md-0 {
    padding-right: 0 !important;
  }

  .pe-md-1 {
    padding-right: 0.25rem !important;
  }

  .pe-md-2 {
    padding-right: 0.5rem !important;
  }

  .pe-md-3 {
    padding-right: 1rem !important;
  }

  .pe-md-4 {
    padding-right: 1.5rem !important;
  }

  .pe-md-5 {
    padding-right: 3rem !important;
  }

  .pb-md-0 {
    padding-bottom: 0 !important;
  }

  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-md-3 {
    padding-bottom: 1rem !important;
  }

  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-md-5 {
    padding-bottom: 3rem !important;
  }

  .ps-md-0 {
    padding-left: 0 !important;
  }

  .ps-md-1 {
    padding-left: 0.25rem !important;
  }

  .ps-md-2 {
    padding-left: 0.5rem !important;
  }

  .ps-md-3 {
    padding-left: 1rem !important;
  }

  .ps-md-4 {
    padding-left: 1.5rem !important;
  }

  .ps-md-5 {
    padding-left: 3rem !important;
  }

  .text-md-start {
    text-align: left !important;
  }

  .text-md-end {
    text-align: right !important;
  }

  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .float-lg-start {
    float: left !important;
  }

  .float-lg-end {
    float: right !important;
  }

  .float-lg-none {
    float: none !important;
  }

  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-grid {
    display: grid !important;
  }

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-row {
    display: table-row !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

  .d-lg-flex {
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: inline-flex !important;
  }

  .d-lg-none {
    display: none !important;
  }

  .flex-lg-fill {
    flex: 1 1 auto !important;
  }

  .flex-lg-row {
    flex-direction: row !important;
  }

  .flex-lg-column {
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .gap-lg-0 {
    gap: 0 !important;
  }

  .gap-lg-1 {
    gap: 0.25rem !important;
  }

  .gap-lg-2 {
    gap: 0.5rem !important;
  }

  .gap-lg-3 {
    gap: 1rem !important;
  }

  .gap-lg-4 {
    gap: 1.5rem !important;
  }

  .gap-lg-5 {
    gap: 3rem !important;
  }

  .justify-content-lg-start {
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    justify-content: center !important;
  }

  .justify-content-lg-between {
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    justify-content: space-around !important;
  }

  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-lg-start {
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    align-items: flex-end !important;
  }

  .align-items-lg-center {
    align-items: center !important;
  }

  .align-items-lg-baseline {
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    align-items: stretch !important;
  }

  .align-content-lg-start {
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    align-content: center !important;
  }

  .align-content-lg-between {
    align-content: space-between !important;
  }

  .align-content-lg-around {
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    align-self: auto !important;
  }

  .align-self-lg-start {
    align-self: flex-start !important;
  }

  .align-self-lg-end {
    align-self: flex-end !important;
  }

  .align-self-lg-center {
    align-self: center !important;
  }

  .align-self-lg-baseline {
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    align-self: stretch !important;
  }

  .order-lg-first {
    order: -1 !important;
  }

  .order-lg-0 {
    order: 0 !important;
  }

  .order-lg-1 {
    order: 1 !important;
  }

  .order-lg-2 {
    order: 2 !important;
  }

  .order-lg-3 {
    order: 3 !important;
  }

  .order-lg-4 {
    order: 4 !important;
  }

  .order-lg-5 {
    order: 5 !important;
  }

  .order-lg-last {
    order: 6 !important;
  }

  .m-lg-0 {
    margin: 0 !important;
  }

  .m-lg-1 {
    margin: 0.25rem !important;
  }

  .m-lg-2 {
    margin: 0.5rem !important;
  }

  .m-lg-3 {
    margin: 1rem !important;
  }

  .m-lg-4 {
    margin: 1.5rem !important;
  }

  .m-lg-5 {
    margin: 3rem !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-lg-0 {
    margin-top: 0 !important;
  }

  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }

  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }

  .mt-lg-3 {
    margin-top: 1rem !important;
  }

  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }

  .mt-lg-5 {
    margin-top: 3rem !important;
  }

  .mt-lg-auto {
    margin-top: auto !important;
  }

  .me-lg-0 {
    margin-right: 0 !important;
  }

  .me-lg-1 {
    margin-right: 0.25rem !important;
  }

  .me-lg-2 {
    margin-right: 0.5rem !important;
  }

  .me-lg-3 {
    margin-right: 1rem !important;
  }

  .me-lg-4 {
    margin-right: 1.5rem !important;
  }

  .me-lg-5 {
    margin-right: 3rem !important;
  }

  .me-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-0 {
    margin-bottom: 0 !important;
  }

  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }

  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }

  .mb-lg-auto {
    margin-bottom: auto !important;
  }

  .ms-lg-0 {
    margin-left: 0 !important;
  }

  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }

  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }

  .ms-lg-3 {
    margin-left: 1rem !important;
  }

  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }

  .ms-lg-5 {
    margin-left: 3rem !important;
  }

  .ms-lg-auto {
    margin-left: auto !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }

  .p-lg-1 {
    padding: 0.25rem !important;
  }

  .p-lg-2 {
    padding: 0.5rem !important;
  }

  .p-lg-3 {
    padding: 1rem !important;
  }

  .p-lg-4 {
    padding: 1.5rem !important;
  }

  .p-lg-5 {
    padding: 3rem !important;
  }

  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-lg-0 {
    padding-top: 0 !important;
  }

  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }

  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }

  .pt-lg-3 {
    padding-top: 1rem !important;
  }

  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }

  .pt-lg-5 {
    padding-top: 3rem !important;
  }

  .pe-lg-0 {
    padding-right: 0 !important;
  }

  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }

  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }

  .pe-lg-3 {
    padding-right: 1rem !important;
  }

  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }

  .pe-lg-5 {
    padding-right: 3rem !important;
  }

  .pb-lg-0 {
    padding-bottom: 0 !important;
  }

  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }

  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }

  .ps-lg-0 {
    padding-left: 0 !important;
  }

  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }

  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }

  .ps-lg-3 {
    padding-left: 1rem !important;
  }

  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }

  .ps-lg-5 {
    padding-left: 3rem !important;
  }

  .text-lg-start {
    text-align: left !important;
  }

  .text-lg-end {
    text-align: right !important;
  }

  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-start {
    float: left !important;
  }

  .float-xl-end {
    float: right !important;
  }

  .float-xl-none {
    float: none !important;
  }

  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-grid {
    display: grid !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: inline-flex !important;
  }

  .d-xl-none {
    display: none !important;
  }

  .flex-xl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xl-row {
    flex-direction: row !important;
  }

  .flex-xl-column {
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .gap-xl-0 {
    gap: 0 !important;
  }

  .gap-xl-1 {
    gap: 0.25rem !important;
  }

  .gap-xl-2 {
    gap: 0.5rem !important;
  }

  .gap-xl-3 {
    gap: 1rem !important;
  }

  .gap-xl-4 {
    gap: 1.5rem !important;
  }

  .gap-xl-5 {
    gap: 3rem !important;
  }

  .justify-content-xl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    justify-content: center !important;
  }

  .justify-content-xl-between {
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    justify-content: space-around !important;
  }

  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-xl-start {
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    align-items: flex-end !important;
  }

  .align-items-xl-center {
    align-items: center !important;
  }

  .align-items-xl-baseline {
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    align-items: stretch !important;
  }

  .align-content-xl-start {
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    align-content: center !important;
  }

  .align-content-xl-between {
    align-content: space-between !important;
  }

  .align-content-xl-around {
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    align-self: auto !important;
  }

  .align-self-xl-start {
    align-self: flex-start !important;
  }

  .align-self-xl-end {
    align-self: flex-end !important;
  }

  .align-self-xl-center {
    align-self: center !important;
  }

  .align-self-xl-baseline {
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    align-self: stretch !important;
  }

  .order-xl-first {
    order: -1 !important;
  }

  .order-xl-0 {
    order: 0 !important;
  }

  .order-xl-1 {
    order: 1 !important;
  }

  .order-xl-2 {
    order: 2 !important;
  }

  .order-xl-3 {
    order: 3 !important;
  }

  .order-xl-4 {
    order: 4 !important;
  }

  .order-xl-5 {
    order: 5 !important;
  }

  .order-xl-last {
    order: 6 !important;
  }

  .m-xl-0 {
    margin: 0 !important;
  }

  .m-xl-1 {
    margin: 0.25rem !important;
  }

  .m-xl-2 {
    margin: 0.5rem !important;
  }

  .m-xl-3 {
    margin: 1rem !important;
  }

  .m-xl-4 {
    margin: 1.5rem !important;
  }

  .m-xl-5 {
    margin: 3rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-xl-0 {
    margin-top: 0 !important;
  }

  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }

  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }

  .mt-xl-3 {
    margin-top: 1rem !important;
  }

  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }

  .mt-xl-5 {
    margin-top: 3rem !important;
  }

  .mt-xl-auto {
    margin-top: auto !important;
  }

  .me-xl-0 {
    margin-right: 0 !important;
  }

  .me-xl-1 {
    margin-right: 0.25rem !important;
  }

  .me-xl-2 {
    margin-right: 0.5rem !important;
  }

  .me-xl-3 {
    margin-right: 1rem !important;
  }

  .me-xl-4 {
    margin-right: 1.5rem !important;
  }

  .me-xl-5 {
    margin-right: 3rem !important;
  }

  .me-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-0 {
    margin-bottom: 0 !important;
  }

  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }

  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }

  .mb-xl-auto {
    margin-bottom: auto !important;
  }

  .ms-xl-0 {
    margin-left: 0 !important;
  }

  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }

  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }

  .ms-xl-3 {
    margin-left: 1rem !important;
  }

  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }

  .ms-xl-5 {
    margin-left: 3rem !important;
  }

  .ms-xl-auto {
    margin-left: auto !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .p-xl-1 {
    padding: 0.25rem !important;
  }

  .p-xl-2 {
    padding: 0.5rem !important;
  }

  .p-xl-3 {
    padding: 1rem !important;
  }

  .p-xl-4 {
    padding: 1.5rem !important;
  }

  .p-xl-5 {
    padding: 3rem !important;
  }

  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-xl-0 {
    padding-top: 0 !important;
  }

  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }

  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }

  .pt-xl-3 {
    padding-top: 1rem !important;
  }

  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }

  .pt-xl-5 {
    padding-top: 3rem !important;
  }

  .pe-xl-0 {
    padding-right: 0 !important;
  }

  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }

  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }

  .pe-xl-3 {
    padding-right: 1rem !important;
  }

  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }

  .pe-xl-5 {
    padding-right: 3rem !important;
  }

  .pb-xl-0 {
    padding-bottom: 0 !important;
  }

  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }

  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }

  .ps-xl-0 {
    padding-left: 0 !important;
  }

  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }

  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }

  .ps-xl-3 {
    padding-left: 1rem !important;
  }

  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }

  .ps-xl-5 {
    padding-left: 3rem !important;
  }

  .text-xl-start {
    text-align: left !important;
  }

  .text-xl-end {
    text-align: right !important;
  }

  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1400px) {
  .float-xxl-start {
    float: left !important;
  }

  .float-xxl-end {
    float: right !important;
  }

  .float-xxl-none {
    float: none !important;
  }

  .d-xxl-inline {
    display: inline !important;
  }

  .d-xxl-inline-block {
    display: inline-block !important;
  }

  .d-xxl-block {
    display: block !important;
  }

  .d-xxl-grid {
    display: grid !important;
  }

  .d-xxl-table {
    display: table !important;
  }

  .d-xxl-table-row {
    display: table-row !important;
  }

  .d-xxl-table-cell {
    display: table-cell !important;
  }

  .d-xxl-flex {
    display: flex !important;
  }

  .d-xxl-inline-flex {
    display: inline-flex !important;
  }

  .d-xxl-none {
    display: none !important;
  }

  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xxl-row {
    flex-direction: row !important;
  }

  .flex-xxl-column {
    flex-direction: column !important;
  }

  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .gap-xxl-0 {
    gap: 0 !important;
  }

  .gap-xxl-1 {
    gap: 0.25rem !important;
  }

  .gap-xxl-2 {
    gap: 0.5rem !important;
  }

  .gap-xxl-3 {
    gap: 1rem !important;
  }

  .gap-xxl-4 {
    gap: 1.5rem !important;
  }

  .gap-xxl-5 {
    gap: 3rem !important;
  }

  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xxl-center {
    justify-content: center !important;
  }

  .justify-content-xxl-between {
    justify-content: space-between !important;
  }

  .justify-content-xxl-around {
    justify-content: space-around !important;
  }

  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-xxl-start {
    align-items: flex-start !important;
  }

  .align-items-xxl-end {
    align-items: flex-end !important;
  }

  .align-items-xxl-center {
    align-items: center !important;
  }

  .align-items-xxl-baseline {
    align-items: baseline !important;
  }

  .align-items-xxl-stretch {
    align-items: stretch !important;
  }

  .align-content-xxl-start {
    align-content: flex-start !important;
  }

  .align-content-xxl-end {
    align-content: flex-end !important;
  }

  .align-content-xxl-center {
    align-content: center !important;
  }

  .align-content-xxl-between {
    align-content: space-between !important;
  }

  .align-content-xxl-around {
    align-content: space-around !important;
  }

  .align-content-xxl-stretch {
    align-content: stretch !important;
  }

  .align-self-xxl-auto {
    align-self: auto !important;
  }

  .align-self-xxl-start {
    align-self: flex-start !important;
  }

  .align-self-xxl-end {
    align-self: flex-end !important;
  }

  .align-self-xxl-center {
    align-self: center !important;
  }

  .align-self-xxl-baseline {
    align-self: baseline !important;
  }

  .align-self-xxl-stretch {
    align-self: stretch !important;
  }

  .order-xxl-first {
    order: -1 !important;
  }

  .order-xxl-0 {
    order: 0 !important;
  }

  .order-xxl-1 {
    order: 1 !important;
  }

  .order-xxl-2 {
    order: 2 !important;
  }

  .order-xxl-3 {
    order: 3 !important;
  }

  .order-xxl-4 {
    order: 4 !important;
  }

  .order-xxl-5 {
    order: 5 !important;
  }

  .order-xxl-last {
    order: 6 !important;
  }

  .m-xxl-0 {
    margin: 0 !important;
  }

  .m-xxl-1 {
    margin: 0.25rem !important;
  }

  .m-xxl-2 {
    margin: 0.5rem !important;
  }

  .m-xxl-3 {
    margin: 1rem !important;
  }

  .m-xxl-4 {
    margin: 1.5rem !important;
  }

  .m-xxl-5 {
    margin: 3rem !important;
  }

  .m-xxl-auto {
    margin: auto !important;
  }

  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-xxl-0 {
    margin-top: 0 !important;
  }

  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }

  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }

  .mt-xxl-3 {
    margin-top: 1rem !important;
  }

  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }

  .mt-xxl-5 {
    margin-top: 3rem !important;
  }

  .mt-xxl-auto {
    margin-top: auto !important;
  }

  .me-xxl-0 {
    margin-right: 0 !important;
  }

  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }

  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }

  .me-xxl-3 {
    margin-right: 1rem !important;
  }

  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }

  .me-xxl-5 {
    margin-right: 3rem !important;
  }

  .me-xxl-auto {
    margin-right: auto !important;
  }

  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }

  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }

  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }

  .mb-xxl-auto {
    margin-bottom: auto !important;
  }

  .ms-xxl-0 {
    margin-left: 0 !important;
  }

  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }

  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }

  .ms-xxl-3 {
    margin-left: 1rem !important;
  }

  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }

  .ms-xxl-5 {
    margin-left: 3rem !important;
  }

  .ms-xxl-auto {
    margin-left: auto !important;
  }

  .p-xxl-0 {
    padding: 0 !important;
  }

  .p-xxl-1 {
    padding: 0.25rem !important;
  }

  .p-xxl-2 {
    padding: 0.5rem !important;
  }

  .p-xxl-3 {
    padding: 1rem !important;
  }

  .p-xxl-4 {
    padding: 1.5rem !important;
  }

  .p-xxl-5 {
    padding: 3rem !important;
  }

  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-xxl-0 {
    padding-top: 0 !important;
  }

  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }

  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }

  .pt-xxl-3 {
    padding-top: 1rem !important;
  }

  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }

  .pt-xxl-5 {
    padding-top: 3rem !important;
  }

  .pe-xxl-0 {
    padding-right: 0 !important;
  }

  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }

  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }

  .pe-xxl-3 {
    padding-right: 1rem !important;
  }

  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }

  .pe-xxl-5 {
    padding-right: 3rem !important;
  }

  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }

  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }

  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }

  .ps-xxl-0 {
    padding-left: 0 !important;
  }

  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }

  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }

  .ps-xxl-3 {
    padding-left: 1rem !important;
  }

  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }

  .ps-xxl-5 {
    padding-left: 3rem !important;
  }

  .text-xxl-start {
    text-align: left !important;
  }

  .text-xxl-end {
    text-align: right !important;
  }

  .text-xxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .fs-1 {
    font-size: 2.5rem !important;
  }

  .fs-2 {
    font-size: 2rem !important;
  }

  .fs-3 {
    font-size: 1.75rem !important;
  }

  .fs-4 {
    font-size: 1.5rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }

  .d-print-inline-block {
    display: inline-block !important;
  }

  .d-print-block {
    display: block !important;
  }

  .d-print-grid {
    display: grid !important;
  }

  .d-print-table {
    display: table !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }

  .d-print-table-cell {
    display: table-cell !important;
  }

  .d-print-flex {
    display: flex !important;
  }

  .d-print-inline-flex {
    display: inline-flex !important;
  }

  .d-print-none {
    display: none !important;
  }
}

/*# sourceMappingURL=bootstrap.css.map *//**
 * 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}.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/DFSolution/layout/it_IT/DFSolution_Layout/css/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 v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-theme .owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav{margin-top:10px}.owl-theme .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-theme .owl-nav [class*=owl-]:hover{background:#869791;color:#FFF;text-decoration:none}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}.owl-theme .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-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}.carousel{position:relative;box-sizing:border-box}.carousel *,.carousel *:before,.carousel *:after{box-sizing:inherit}.carousel.is-draggable{cursor:move;cursor:grab}.carousel.is-dragging{cursor:move;cursor:grabbing}.carousel__viewport{position:relative;overflow:hidden;max-width:100%;max-height:100%}.carousel__track{display:flex}.carousel__slide{flex:0 0 auto;width:var(--carousel-slide-width, 60%);max-width:100%;padding:1rem;position:relative;overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain}.has-dots{margin-bottom:calc(0.5rem + 22px)}.carousel__dots{margin:0 auto;padding:0;position:absolute;top:calc(100% + 0.5rem);left:0;right:0;display:flex;justify-content:center;list-style:none;user-select:none}.carousel__dots .carousel__dot{margin:0;padding:0;display:block;position:relative;width:22px;height:22px;cursor:pointer}.carousel__dots .carousel__dot:after{content:"";width:8px;height:8px;border-radius:50%;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);background-color:currentColor;opacity:.25;transition:opacity .15s ease-in-out}.carousel__dots .carousel__dot.is-selected:after{opacity:1}.carousel__button{width:var(--carousel-button-width, 48px);height:var(--carousel-button-height, 48px);padding:0;border:0;display:flex;justify-content:center;align-items:center;pointer-events:all;cursor:pointer;color:var(--carousel-button-color, currentColor);background:var(--carousel-button-bg, transparent);border-radius:var(--carousel-button-border-radius, 50%);box-shadow:var(--carousel-button-shadow, none);transition:opacity .15s ease}.carousel__button.is-prev,.carousel__button.is-next{position:absolute;top:50%;transform:translateY(-50%)}.carousel__button.is-prev{left:10px}.carousel__button.is-next{right:10px}.carousel__button[disabled]{cursor:default;opacity:.3}.carousel__button svg{width:var(--carousel-button-svg-width, 50%);height:var(--carousel-button-svg-height, 50%);fill:none;stroke:currentColor;stroke-width:var(--carousel-button-svg-stroke-width, 1.5);stroke-linejoin:bevel;stroke-linecap:round;filter:var(--carousel-button-svg-filter, none);pointer-events:none}html.with-fancybox{scroll-behavior:auto}body.compensate-for-scrollbar{overflow:hidden !important;touch-action:none}.fancybox__container{position:fixed;top:0;left:0;bottom:0;right:0;direction:ltr;margin:0;padding:env(safe-area-inset-top, 0px) env(safe-area-inset-right, 0px) env(safe-area-inset-bottom, 0px) env(safe-area-inset-left, 0px);box-sizing:border-box;display:flex;flex-direction:column;color:var(--fancybox-color, #fff);-webkit-tap-highlight-color:transparent;overflow:hidden;z-index:1050;outline:none;transform-origin:top left;--carousel-button-width: 48px;--carousel-button-height: 48px;--carousel-button-svg-width: 24px;--carousel-button-svg-height: 24px;--carousel-button-svg-stroke-width: 2.5;--carousel-button-svg-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.4))}.fancybox__container *,.fancybox__container *::before,.fancybox__container *::after{box-sizing:inherit}.fancybox__container :focus{outline:none}body:not(.is-using-mouse) .fancybox__container :focus{box-shadow:0 0 0 1px #fff,0 0 0 2px var(--fancybox-accent-color, rgba(1, 210, 232, 0.94))}@media all and (min-width: 1024px){.fancybox__container{--carousel-button-width:48px;--carousel-button-height:48px;--carousel-button-svg-width:27px;--carousel-button-svg-height:27px}}.fancybox__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;background:var(--fancybox-bg, rgba(24, 24, 27, 0.92))}.fancybox__carousel{position:relative;flex:1 1 auto;min-height:0;height:100%;z-index:10}.fancybox__carousel.has-dots{margin-bottom:calc(0.5rem + 22px)}.fancybox__viewport{position:relative;width:100%;height:100%;overflow:visible;cursor:default}.fancybox__track{display:flex;height:100%}.fancybox__slide{flex:0 0 auto;width:100%;max-width:100%;margin:0;padding:48px 8px 8px 8px;position:relative;overscroll-behavior:contain;display:flex;flex-direction:column;outline:0;overflow:auto;--carousel-button-width: 36px;--carousel-button-height: 36px;--carousel-button-svg-width: 22px;--carousel-button-svg-height: 22px}.fancybox__slide::before,.fancybox__slide::after{content:"";flex:0 0 0;margin:auto}@media all and (min-width: 1024px){.fancybox__slide{padding:64px 100px}}.fancybox__content{margin:0 env(safe-area-inset-right, 0px) 0 env(safe-area-inset-left, 0px);padding:36px;color:var(--fancybox-content-color, #374151);background:var(--fancybox-content-bg, #fff);position:relative;align-self:center;display:flex;flex-direction:column;z-index:20}.fancybox__content :focus:not(.carousel__button.is-close){outline:thin dotted;box-shadow:none}.fancybox__caption{align-self:center;max-width:100%;margin:0;padding:1rem 0 0 0;line-height:1.375;color:var(--fancybox-color, currentColor);visibility:visible;cursor:auto;flex-shrink:0;overflow-wrap:anywhere}.is-loading .fancybox__caption{visibility:hidden}.fancybox__container>.carousel__dots{top:100%;color:var(--fancybox-color, #fff)}.fancybox__nav .carousel__button{z-index:40}.fancybox__nav .carousel__button.is-next{right:8px}@media all and (min-width: 1024px){.fancybox__nav .carousel__button.is-next{right:40px}}.fancybox__nav .carousel__button.is-prev{left:8px}@media all and (min-width: 1024px){.fancybox__nav .carousel__button.is-prev{left:40px}}.carousel__button.is-close{position:absolute;top:8px;right:8px;top:calc(env(safe-area-inset-top, 0px) + 8px);right:calc(env(safe-area-inset-right, 0px) + 8px);z-index:40}@media all and (min-width: 1024px){.carousel__button.is-close{right:40px}}.fancybox__content>.carousel__button.is-close{position:absolute;top:-40px;right:0;color:var(--fancybox-color, #fff)}.fancybox__no-click,.fancybox__no-click button{pointer-events:none}.fancybox__spinner{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:50px;height:50px;color:var(--fancybox-color, currentColor)}.fancybox__slide .fancybox__spinner{cursor:pointer;z-index:1053}.fancybox__spinner svg{animation:fancybox-rotate 2s linear infinite;transform-origin:center center;position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;width:100%;height:100%}.fancybox__spinner svg circle{fill:none;stroke-width:2.75;stroke-miterlimit:10;stroke-dasharray:1,200;stroke-dashoffset:0;animation:fancybox-dash 1.5s ease-in-out infinite;stroke-linecap:round;stroke:currentColor}@keyframes fancybox-rotate{100%{transform:rotate(360deg)}}@keyframes fancybox-dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:89,200;stroke-dashoffset:-35px}100%{stroke-dasharray:89,200;stroke-dashoffset:-124px}}.fancybox__backdrop,.fancybox__caption,.fancybox__nav,.carousel__dots,.carousel__button.is-close{opacity:var(--fancybox-opacity, 1)}.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop,.fancybox__container.is-animated[aria-hidden=false] .fancybox__caption,.fancybox__container.is-animated[aria-hidden=false] .fancybox__nav,.fancybox__container.is-animated[aria-hidden=false] .carousel__dots,.fancybox__container.is-animated[aria-hidden=false] .carousel__button.is-close{animation:.15s ease backwards fancybox-fadeIn}.fancybox__container.is-animated.is-closing .fancybox__backdrop,.fancybox__container.is-animated.is-closing .fancybox__caption,.fancybox__container.is-animated.is-closing .fancybox__nav,.fancybox__container.is-animated.is-closing .carousel__dots,.fancybox__container.is-animated.is-closing .carousel__button.is-close{animation:.15s ease both fancybox-fadeOut}.fancybox-fadeIn{animation:.15s ease both fancybox-fadeIn}.fancybox-fadeOut{animation:.1s ease both fancybox-fadeOut}.fancybox-zoomInUp{animation:.2s ease both fancybox-zoomInUp}.fancybox-zoomOutDown{animation:.15s ease both fancybox-zoomOutDown}.fancybox-throwOutUp{animation:.15s ease both fancybox-throwOutUp}.fancybox-throwOutDown{animation:.15s ease both fancybox-throwOutDown}@keyframes fancybox-fadeIn{from{opacity:0}to{opacity:1}}@keyframes fancybox-fadeOut{to{opacity:0}}@keyframes fancybox-zoomInUp{from{transform:scale(0.97) translate3d(0, 16px, 0);opacity:0}to{transform:scale(1) translate3d(0, 0, 0);opacity:1}}@keyframes fancybox-zoomOutDown{to{transform:scale(0.97) translate3d(0, 16px, 0);opacity:0}}@keyframes fancybox-throwOutUp{to{transform:translate3d(0, -30%, 0);opacity:0}}@keyframes fancybox-throwOutDown{to{transform:translate3d(0, 30%, 0);opacity:0}}.fancybox__carousel .carousel__slide{scrollbar-width:thin;scrollbar-color:#ccc rgba(255,255,255,.1)}.fancybox__carousel .carousel__slide::-webkit-scrollbar{width:8px;height:8px}.fancybox__carousel .carousel__slide::-webkit-scrollbar-track{background-color:rgba(255,255,255,.1)}.fancybox__carousel .carousel__slide::-webkit-scrollbar-thumb{background-color:#ccc;border-radius:2px;box-shadow:inset 0 0 4px rgba(0,0,0,.2)}.fancybox__carousel.is-draggable .fancybox__slide,.fancybox__carousel.is-draggable .fancybox__slide .fancybox__content{cursor:move;cursor:grab}.fancybox__carousel.is-dragging .fancybox__slide,.fancybox__carousel.is-dragging .fancybox__slide .fancybox__content{cursor:move;cursor:grabbing}.fancybox__carousel .fancybox__slide .fancybox__content{cursor:auto}.fancybox__carousel .fancybox__slide.can-zoom_in .fancybox__content{cursor:zoom-in}.fancybox__carousel .fancybox__slide.can-zoom_out .fancybox__content{cursor:zoom-out}.fancybox__carousel .fancybox__slide.is-draggable .fancybox__content{cursor:move;cursor:grab}.fancybox__carousel .fancybox__slide.is-dragging .fancybox__content{cursor:move;cursor:grabbing}.fancybox__image{transform-origin:0 0;user-select:none;transition:none}.has-image .fancybox__content{padding:0;background:transparent;min-height:1px}.is-closing .has-image .fancybox__content{overflow:visible}.has-image[data-image-fit=contain]{overflow:visible;touch-action:none}.has-image[data-image-fit=contain] .fancybox__content{flex-direction:row;flex-wrap:wrap}.has-image[data-image-fit=contain] .fancybox__image{max-width:100%;max-height:100%;object-fit:contain}.has-image[data-image-fit=contain-w]{overflow-x:hidden;overflow-y:auto}.has-image[data-image-fit=contain-w] .fancybox__content{min-height:auto}.has-image[data-image-fit=contain-w] .fancybox__image{max-width:100%;height:auto}.has-image[data-image-fit=cover]{overflow:visible;touch-action:none}.has-image[data-image-fit=cover] .fancybox__content{width:100%;height:100%}.has-image[data-image-fit=cover] .fancybox__image{width:100%;height:100%;object-fit:cover}.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,.fancybox__carousel .fancybox__slide.has-video .fancybox__content,.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content{max-width:100%;flex-shrink:1;min-height:1px;overflow:visible}.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content{width:100%;height:80%}.fancybox__carousel .fancybox__slide.has-video .fancybox__content,.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content{width:960px;height:540px;max-width:100%;max-height:100%}.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,.fancybox__carousel .fancybox__slide.has-video .fancybox__content,.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content{padding:0;background:rgba(24,24,27,.9);color:#fff}.fancybox__carousel .fancybox__slide.has-map .fancybox__content{background:#e5e3df}.fancybox__html5video,.fancybox__iframe{border:0;display:block;height:100%;width:100%;background:transparent}.fancybox-placeholder{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;border-width:0}.fancybox__thumbs{flex:0 0 auto;position:relative;padding:0px 3px;opacity:var(--fancybox-opacity, 1)}.fancybox__container.is-animated[aria-hidden=false] .fancybox__thumbs{animation:.15s ease-in backwards fancybox-fadeIn}.fancybox__container.is-animated.is-closing .fancybox__thumbs{opacity:0}.fancybox__thumbs .carousel__slide{flex:0 0 auto;width:var(--fancybox-thumbs-width, 96px);margin:0;padding:8px 3px;box-sizing:content-box;display:flex;align-items:center;justify-content:center;overflow:visible;cursor:pointer}.fancybox__thumbs .carousel__slide .fancybox__thumb::after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;border-width:5px;border-style:solid;border-color:var(--fancybox-accent-color, rgba(34, 213, 233, 0.96));opacity:0;transition:opacity .15s ease;border-radius:var(--fancybox-thumbs-border-radius, 4px)}.fancybox__thumbs .carousel__slide.is-nav-selected .fancybox__thumb::after{opacity:.92}.fancybox__thumbs .carousel__slide>*{pointer-events:none;user-select:none}.fancybox__thumb{position:relative;width:100%;padding-top:calc(100%/(var(--fancybox-thumbs-ratio, 1.5)));background-size:cover;background-position:center center;background-color:rgba(255,255,255,.1);background-repeat:no-repeat;border-radius:var(--fancybox-thumbs-border-radius, 4px)}.fancybox__toolbar{position:absolute;top:0;right:0;left:0;z-index:20;background:linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.006) 8.1%, rgba(0, 0, 0, 0.021) 15.5%, rgba(0, 0, 0, 0.046) 22.5%, rgba(0, 0, 0, 0.077) 29%, rgba(0, 0, 0, 0.114) 35.3%, rgba(0, 0, 0, 0.155) 41.2%, rgba(0, 0, 0, 0.198) 47.1%, rgba(0, 0, 0, 0.242) 52.9%, rgba(0, 0, 0, 0.285) 58.8%, rgba(0, 0, 0, 0.326) 64.7%, rgba(0, 0, 0, 0.363) 71%, rgba(0, 0, 0, 0.394) 77.5%, rgba(0, 0, 0, 0.419) 84.5%, rgba(0, 0, 0, 0.434) 91.9%, rgba(0, 0, 0, 0.44) 100%);padding:0;touch-action:none;display:flex;justify-content:space-between;--carousel-button-svg-width: 20px;--carousel-button-svg-height: 20px;opacity:var(--fancybox-opacity, 1);text-shadow:var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, 0.4))}@media all and (min-width: 1024px){.fancybox__toolbar{padding:8px}}.fancybox__container.is-animated[aria-hidden=false] .fancybox__toolbar{animation:.15s ease-in backwards fancybox-fadeIn}.fancybox__container.is-animated.is-closing .fancybox__toolbar{opacity:0}.fancybox__toolbar__items{display:flex}.fancybox__toolbar__items--left{margin-right:auto}.fancybox__toolbar__items--center{position:absolute;left:50%;transform:translateX(-50%)}.fancybox__toolbar__items--right{margin-left:auto}@media(max-width: 640px){.fancybox__toolbar__items--center:not(:last-child){display:none}}.fancybox__counter{min-width:72px;padding:0 10px;line-height:var(--carousel-button-height, 48px);text-align:center;font-size:17px;font-variant-numeric:tabular-nums;-webkit-font-smoothing:subpixel-antialiased}.fancybox__progress{background:var(--fancybox-accent-color, rgba(34, 213, 233, 0.96));height:3px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;z-index:30;user-select:none}.fancybox__container:fullscreen::backdrop{opacity:0}.fancybox__button--fullscreen g:nth-child(2){display:none}.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(1){display:none}.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(2){display:block}.fancybox__button--slideshow g:nth-child(2){display:none}.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(1){display:none}.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(2){display:block}:root{
    --color-button-principale : #CA1617;
    --color-button-principale-hover : #650c0b;
    --color-testo-button-principale : white;
    --color-testo-button-principale-hover : white;
    --color-button-secondario : #1b2c34;
    --color-testo-button-secondario : white;
    --color-button-secondario-hover : black;
    --color-testo-button-secondario-hover : white;
    --color-button-standard : #fff;
    --color-border-button-standard : black;
    --color-text-button-standard : #292827;
    --color-testoimportante : #292827;
    --color-logo: #1c1918;
    --color-blue: #1b232e;
    --color-text-grey :#1c1918;
    --bck-block: #f5f6f8;
    --gradient: linear-gradient(45deg,#CA1617 0%,#650B0C 100%);
    --bluscuro: #1B2C34;
}
html .navigation, html .breadcrumbs, html .page-header .header.panel, html .header.content, html .footer.content, html .page-wrapper > .widget, html .page-wrapper > .page-bottom, html .block.category.event, html .top-container, html .page-main {
    max-width: 1440px;
}
html .message{
    border-radius: 5px;
}
.block-minicart .block-content > .actions > .secondary {
    text-align: center;
    border: solid 1px var(--color-button-secondario);
    padding: 10px 10px;
    text-transform: uppercase;
    color: var(--color-button-secondario);
}
*::-webkit-scrollbar{width:5px}*::-webkit-scrollbar-track{background-color:transparent}*::-webkit-scrollbar-thumb{border:1px solid #000;background-color:transparent}
html .message.success {
    padding: 9px 20px 7px 40px;
    color: #43AC6A;
    border: solid 1px #43AC6A;
    background: white;
}
html .message.error {
    padding: 9px 20px 7px 40px;
    color: #de0000;
    border: solid 1px #de0000;
    background: white;
}
html a:visited, html .alink:visited {
    color: var(--color-button-secondario);
}
#narrow-by-list .filter-options-item .filter-options-content .items {
    max-height: 192px;
    overflow-y: auto;
}
#narrow-by-list .filter-options-item .filter-options-content .items.am-filter-items-attr_category_ids {
    max-height: 100%;
}
#gotocart .button{
    font-size: 10px;
    padding: 2px 15px;
}
html .firecheckout .column.main {
    max-width: 1000px;
    margin: 0 auto;
}
#gotocart {
    float: right;
    margin-bottom: 5px;
    margin-top: -5px;
}
html .message.success a {
    color: #43AC6A;
    text-decoration: underline;
}
html .message.success>*:first-child:before {
    font-family: "Font Awesome 6 Pro";
    font-weight: 300;
    content: "\f058";
    color: #43AC6A;
    top: 17px;    font-size: 20px;
}
html .message.error > *:first-child:before {
    font-family: "Font Awesome 6 Pro";
    font-weight: 300;
    content: "\f057";
    color: #de0000;
    top: 18px;
    font-size: 20px;
}
html .message.success a:hover {
    background: #43AC6A;
    color: white;
}
.action.primary:focus, .action.primary:active {
    background: var(--color-button-secondario-hover);
    border: 1px solid var(--color-button-secondario-hover);
}
.abs-revert-to-action-secondary, .paypal-review .block .actions-toolbar .action.primary, .abs-discount-block .actions-toolbar .action.primary, .abs-discount-block .actions-toolbar .action.cancel, .block-compare .action.primary, .cart-summary .block .actions-toolbar > .primary .action.primary, .cart-summary .form.giftregistry .fieldset .action.primary, .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 {
    background: white;
    border: solid 1px black;
    margin-left: 0px;
    border-radius: 0px;
}
html .abs-revert-secondary-color:hover, html .abs-revert-to-action-secondary:hover, html .paypal-review .block .actions-toolbar .action.primary:hover, html .abs-discount-block .actions-toolbar .action.primary:hover, html .abs-discount-block .actions-toolbar .action.cancel:hover, html .block-compare .action.primary:hover, html .cart-summary .block .actions-toolbar > .primary .action.primary:hover, html .cart-summary .form.giftregistry .fieldset .action.primary:hover, html .paypal-review-discount .actions-toolbar .action.primary:hover, html .paypal-review-discount .actions-toolbar .action.cancel:hover, html .cart-discount .actions-toolbar .action.primary:hover, html .cart-discount .actions-toolbar .action.cancel:hover, html .action.primary:hover {
    background: var(--color-button-secondario-hover);
    color: white;
    border-color: var(--color-button-secondario-hover);
}
html button:focus {
    outline: none !important;
}
.loading-mask .loader > img {
    max-width: 100px;
}
html *:focus {
    box-shadow: none;
    outline: 0
}
html .action-primary:focus, html .action-primary:active {
    background: var(--color-button-secondario-hover);
    border: 1px solid var(--color-button-secondario-hover);
    box-shadow: none;
}
.modal-content {
    border: none;
}
._keyfocus *:focus,
input:not([disabled]):focus,
textarea:not([disabled]):focus,
select:not([disabled]):focus,
.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),
.cart-summary .form.giftregistry .fieldset .action.primary: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),
.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,
.cart-summary .form.giftregistry .fieldset .action.primary: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{
    box-shadow: none;
}
@charset "UTF-8";
@-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 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;  }}
.breadcrumbs a:visited, a, .alink , a:visited, .alink:visited, html .pages a.page:visited, html .pages a.page, html .pages a.page:hover, .breadcrumbs a:visited, .breadcrumbs a, .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, .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, html .firecheckout .opc-progress-bar li._complete span {
    color: var(--color-button-secondario);
}
.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, .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 {
    text-decoration: underline;
    color: black;
}
html a:hover, html .alink:hover , html a:visited:hover, html .alink:visited:hover {
    color: var(--color-button-secondario-hover);
    text-decoration: none;
}
._keyfocus *:focus, input:not([disabled]):focus, textarea:not([disabled]):focus, select:not([disabled]):focus {
    box-shadow: 0px;
}







html a{
    text-decoration: none;
}
body {
    font-family: 'Open Sans',Arial, Helvetica, sans-serif;
}
h1,h2,h3,h4,h5,h6 {
    font-family: 'Open Sans', sans-serif;
    color: var(--color-testoimportante);
}
html .action.primary {
    background: var(--color-button-secondario);
    border-color: var(--color-button-secondario);
    text-transform: uppercase;
    padding: 12px 20px;
    font-size: 16px;
}
html .action.primary.checkout, html .action.primary.tocart {
    background: var(--color-button-principale);
    border-color: var(--color-button-principale);
    text-transform: uppercase;
}

.block-minicart #minicart-content-wrapper .minicart-items-wrapper {
    overflow-y: auto;
    max-height: 500px;
}
.block-minicart .block-content > .actions > .primary .action.primary {
    background: var(--color-button-principale);
    color: white;
    padding: 10px 12px;
    width: 100%;
    position: relative;
    transition: transform .3s;
}
html button {
    background-image: none;
    background: var(--color-button-standard);
    border: 1px solid var(--color-border-button-standard);
    color: var(--color-text-button-standard);
    cursor: pointer;
    display: inline-block;
    padding: 10px 15px;
    border-radius: 0px;
    box-shadow: none;
}
html button:hover {
    background: var(--color-text-button-standard);
    border: 1px solid var(--color-text-button-standard);
    color: var(--color-button-standard);
}
html .block-minicart .block-content > .actions > .primary {
    margin: 0px;
    margin-bottom: 10px;
}
html .page-main, html .container, html .breadcrumbs {
    max-width: 1440px;
}
#logoheader .action.nav-toggle {
    display: none;
}
#menutopdf {
    padding-left: 0px;
}
#menutopdf li {
    list-style: none;
}
html .nav.items li, html .nav.items li a {
    width: 100%;
}
html .block-collapsible-nav .item.current a, html .block-collapsible-nav .item.current > strong {
    border-color: var(--color-button-secondario);
}
html .minicart-wrapper .action.showcart .counter.qty {
    background: var(--color-button-secondario);
}
html .block-search .action.search{
    background: var(--color-button-principale);
    color: white;
}
html .block-search .action.search:hover{
    background: var(--color-button-principale-hover);
    color: white;
}
html .block-search input{
    border-radius: 20px;
    height: 40px;
    font-size: 12px;
    padding-left: 20px;
    border: 1px solid #F2F2F2;
}
html .search_desk .block-search .action.search {
    top: 1px;
    opacity: 1 !important;
    border-radius: 0px 20px 20px 0px !important;
    padding-right: 20px;
    padding-top: 2px;
    padding-bottom: 4px;
    padding-left: 16px;
    right: 0px;
}
html .block-search .action.search:before, html .block-search .action.search:hover:before    {
    color: white;
}
.mst-searchautocomplete__autocomplete{
    border-top: 2px solid var(--color-button-principale);
}
#topheader ul{
    margin: 0px;
    padding: 0px;
}

.zn_skills storelocator_banner_text{
color: #cc161b;
}




#topheader .centerli{
    margin-right: 5px;
    margin-left: 5px;
    border-right: solid 1px white;
    border-left: solid 1px white;
    padding-right: 10px;
    padding-left: 10px;
}

#topheader .centerli.Showroom {
    margin-right: 0;
    border-right: 0;
    padding-right: 0;
}
#topheader li{
    display: inline-block;
    list-style: none;
    margin-bottom: 0px;
}
#topheader li a{
    color: white;
    text-decoration: none;
}
#topheader .rightheader{
    text-align: right   ;
}
#topheader .startli{
    padding-right: 15px;
}
html body a.icontopdf.accounttop, html body a.icontopdf.logouttop{
    margin-right: 15px;
}
#insignprefooter{
    background: var(--gradient);
    color: white;
    padding-top: 20px;
    padding-bottom: 20px;
}
#insignprefooter .iconinsign,#insignprefooter .textinsign{
    display: inline-block;
}
.insignfooter {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
#insignprefooter .textinsign{
    text-align: left;
    padding-left: 10px;
}
.iconinsign img {
    width: 60px;
}
.textinsign p {
    margin-bottom: 0px;
    font-size: 13px;
}
.textinsign p b, .textinsign p strong{
    font-size: 16px;
}
.block_newsletter{
    background: #1B2C34;
    color: white;
    padding-top: 15px;
    padding-bottom: 15px;
}
.textnewsletter{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 10px;
}
.alignnews .imgnews,.alignnews .textnews{
    display: inline-block;
}
.imgnews{
    padding-right: 7px;
}
#footerinfo .logofooter img{
    max-width: 190px;
    margin-bottom: 35px;
}
.socialfooter ul, .socialfooter ul li{
    padding: 0px;
    margin: 0px;
    display: inline-block;
    list-style: none;
}
#footerinfo .insignfooter{
    justify-content: left;
    margin-bottom: 25px;
}
#footerclass{
    padding-bottom: 25px;
    padding-top: 35px;
}
.socialfooter{
    margin-top: 25px;
    font-size: 25px;
}
.socialfooter ul li{
    margin-right: 5px;
}
#footerinfo .textinsign{
    text-align: left;
    margin-left: 15px;
}
#footerinfo .textinsign strong, #footerinfo .textinsign b{
    color: var(--color-button-principale);
    font-size: 22px;
}
.mst-searchautocomplete__highlight, .filter-actions .filter-clear{
    color: var(--color-button-principale);
}
.socialblock .block.newsletter a {
    color: white;text-decoration: underline;
}
.socialblock .block.newsletter{
    max-width: 100%;
    width: 100%;
    margin: 0px;
    display: flex;
    justify-content: flex-end;
}
.block.newsletter .field .control label{
    text-align: center;
}
.block.newsletter .field .control label span{
    font-size: 10px;
}
html .block.newsletter .form.subscribe>.field{
    max-width: 100%;
}
html .block.newsletter .field .control:before{
    display: none;
}
html .block.newsletter .action.subscribe{
    border-radius: 0px 20px 20px 0px !important;
    padding: 10px 35px;
}
html .block.newsletter input {
    margin-right: 0px;
    padding: 0px;
    padding-left: 20px;
    border-radius: 20px 0px 0px 20px !important;
    margin-bottom: 5px;
}
#newsfooter .newsletter .alignnews:nth-child(1) .textnews{
    font-size: 22px;
    padding-left: 15px;
}
.contattifooter p{
    margin-bottom: 4px;
}
#footerinfo .titlefooter{
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: 25px;
}
#footerinfo ul, #footerinfo ul li{
    list-style: none;
    margin: 0px;
    padding: 0px;

}
#footerinfo a:hover, html body a.icontopdf:hover i{
    color: var(--color-button-principale);
}
#footerinfo .footer2 li, #footerinfo .footer3 li{
    padding-bottom: 20px;
}
footer.page-footer{
    padding-bottom: 0px;
    background: white;
}
html #creditscopy{
    background : #e7e7e7;
    border: none;
    padding-top: 5px;
    padding-bottom: 5px;
}
#creditscopy img{
    max-width: 250px;
    margin-top: 5px;
}
#creditscopy .payment-icon{
    text-align: center;
}
.credits_copyright{
    margin-bottom: 0px;
    margin-top: 8px;
}
html body #menutopdf li.level0 > a{
    font-size: 17px;
    padding-left: 5px;
    text-transform: none;
    font-weight: 600;
    letter-spacing: 0.5px;
}
html .page-wrapper>.breadcrumbs{
    margin-top: 18px;
}
html .breadcrumbs .items {
    font-size: 16px;
}
.breadcrumbs .item:not(:last-child):after {
    font-size: 14px;
    color: black;
    margin-top: 3px;
}
.page-with-filter h1{
    font-size: 25px;
    margin-bottom: 20px;
    font-weight: 600;
}
html .filter-options .am-labels-folding .item .am-collapse-icon~[class*='am-filter-item-']{
    padding-right: 20px;
}
.am-labels-folding .am-collapse-icon, .filter-options .amshopby-category-dropdown+form .items.-am-multiselect .item .am-collapse-icon{
    left: unset;
    right: 0px;
}
#narrow-by-list .filter-options-item{
    border: solid 1px #DDDDDD;
    border-radius: 5px;
    padding-bottom: 5px;
}
html body .filter-options-title {
    font-size: 19px;
    color: black;
    background: white;
    text-transform: none;
    border-bottom: solid 1px #ddd;
    margin-bottom: 15px;
    font-weight: 400;
    padding: 10px 10px 10px 20px;
}
html .active>.filter-options-title:after{
    display: none !important;
}
.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{
    transform: rotate(180deg);
    content: "\f0fe";
    font-family: "Font Awesome 6 Pro";
    background: white;
    height: 13px;
}
.am-collapse-icon.-active:after {
    content: "\f146";
}
html .filter-options-item .filter-options-content .count{
    display: none;
}
html .filter-options .am-labels-folding .item .am-collapse-icon~[class*='am-filter-item-']{
    padding: 0px;
}
html .filter-options [class*='am-filter-items-'].am-labels-folding .item:not(.swatch-option-link-layered), html .filter-options .amshopby-category-dropdown+form .item {
    border-bottom: solid 1px #ddd;
    padding-left: 15px;
    padding-bottom: 10px;
}
html body .filter-options .items.level-1.-folding > .item:last-child, html .filter-options [class*='am-filter-items-'].am-labels-folding .item:not(.swatch-option-link-layered):last-child {
    border-bottom: 0px;
}
html .filter-options .items.-am-singleselect .item.-is-by-click .items-children.-folding .item .amshopby-filter-parent {
    padding-left: 12px;
}
html .filter-options-content .items.-am-singleselect .amshopby-link-selected{
    text-decoration: underline;
}
html .modes-mode.mode-grid:before {
    content: "\e196";
    font-family: "Font Awesome 6 Pro";
    font-size: 23px;
    color: #1c1c1c;
}
html .modes-mode.mode-list:before {
    content: "\f03a";
    font-family: "Font Awesome 6 Pro";
    font-size: 23px;
    color: #1c1c1c;
}
html .modes-mode {
    border-radius: 0px !important;
    border-right: none !important;
    background: transparent;
    border: none;
    box-shadow: none;
    padding: 5px;
}
html body .toolbar {
    margin-bottom: 5px;
    background: #F5F5F5;
    padding-top: 15px;
    padding: 15px;
    border-radius: 15px;
}
html .modes-mode.active{
    background: transparent;
    box-shadow: none;
}
html .modes-mode.active.mode-grid:before, html .modes-mode.active.mode-list:before{
    color: #a4a4a4;
}
html body #menutopdf li.registermenu > a {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0px;
}
html body #menutopdf li.registermenu{
    margin-left: auto;
}
.underline{
    text-decoration: underline;
}
.cms-index-index #maincontent {
    max-width: 100%;
    padding: 0;
}
#bigsliderhome .owl-nav {
    position: absolute;
    top: 50%;
    z-index: 9999;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-100%);
}
#bigsliderhome .owl-nav .owl-prev {
    margin-left: 15px;
}
#bigsliderhome .owl-nav .owl-next {
    margin-right: 15px;
}
#bigsliderhome .owl-nav i {
    font-size: 60px;
    color: #fff;
}
.owl-theme .owl-nav [class*=owl-]:hover {
    background-color: transparent;
}
.redbck{
    background: var(--color-button-principale);
}
.blubck{
    background: #1B2C34;
}
#configuratore .blubck, #configuratore .redbck, #configuratore .blubck a, #configuratore .redbck a{
    color: white;
}
#bigsliderhome {
    position: relative;
    padding-bottom: 0px;
}
html body a.action.primary.rounded-pill{
    border-radius: 20px !important;
}
#imagecenterhome{
    position: absolute;
    width: 100%;
    text-align: center;
    max-width: 450px;
    padding: 0px;
    left: calc(50% - 289px);
    bottom: -90px;
}
#lenovita{
    margin-top: 60px;
}
#lenovita .subtitletextbig{
    font-weight: bold;
    border-bottom: solid 1px #dddddd;
    padding-bottom: 5px;;
}
#lenovita .subtitletextbig:after{
    border-bottom: solid 3px var(--color-button-principale);
    width: 300px;
    content: '';
    display: block;
    height: 3px;
    margin-bottom: -7px;
}
.bigtext{
    font-size: 25px;
}
#configuratorehome ul, #configuratorehome ul li{
    padding: 0px;
    list-style: none;
}
#configuratorehome ul li{
    border-bottom: solid 1px white;
    padding-bottom: 10px;
}
html .checkout-cart-index .page-title-wrapper,html .customer-account-login .page-title-wrapper, html .customer-account-create .page-title-wrapper{
    display: none !important;
}
#carousel_modelli .owl-nav {
    margin-top: 0!important;
}
.titolo_cat_owl {
    text-align: center;
    font-weight: bold;
    font-size: 25px;
    padding-top: 30px;
    padding-bottom: 30px;
}
.titolo_zn_blu p {
    margin-bottom: 0!important;
    padding-top: 25px;
    font-size: 22px;
    font-weight: 500;
}
.btn_zn_blu_div img {
    margin-left: 18px;
}
.btn_zn_blu_div {
    padding-bottom: 30px;
}
.btn_zn_blu_div p {
    text-transform: none!important;
    font-size: 25px;
    text-decoration: underline;
}
.muno {
    position: relative;
}


.btn_assistenza div {
    padding: 10px 40px;
    background: #ca1617;
    width: fit-content;
    border-radius: 20px;
    color: white;
    font-weight: 600;
}

.mdue {
    background-image: url('/media/assist.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.muno {
    background-image: url('/media/bg.png');
    background-color: var(--bluscuro);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.muno b,
.muno p {
    color: white;
}
.muno .cont_blok {
    background: transparent;
    max-width: calc(1440px/2);
    margin-left: auto;
    padding-top: 80px;
    padding-bottom: 80px;
    padding-right: 200px;
}
.testo_assistenza .bigtext {
    margin-bottom: 35px!important;
}
.bk_grey {
    background-color: #F8F8F8;
}
.testo_assistenza p {
    margin-bottom: 35px;
    font-size: 18px;
    font-weight: 100;
    line-height: 30px;
}
.cms-supporto-clienti #maincontent {
    max-width: 100%;
    padding: 0;
}
.cms-supporto-clienti details > summary {
    position: relative;
}
.summa_det summary {
    display: flex;
    align-items: center;
    padding-bottom: 12px;
}
.ptb-80 {
    padding-top: 80px;
    padding-bottom: 50px;
}
.summa_det details[open] summary {
    font-weight: bold;
    font-size: 22px;
}
.blocco_tf .txtl {
    font-size: 16px;
}
.titolo_sub {
    padding-top: 20px;
    padding-bottom: 20px;
}
.due_kl {
    margin-bottom: 0;
}
.div_uno_div,
.div_two_div {
    display: flex;
}
.div_two_div > div {
    width: 50%;
}
.txt_ass_cf .due_kl {
    font-weight: bold;
}
.txt_ass_cf {
    padding-left: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.nov_esta {
    padding-bottom: 100px;
}
.zn_r_d_txt {
    width: 100%;
}
.titolo_pag p {
    font-size: 24px;
    font-weight: bold;
    padding-top: 30px;
}
.testo_par p {
    line-height: 30px;
    font-size: 15px;
}
.testo_par {
    padding-bottom: 20px;
    padding-right: 70px;
}
.box_rosso a:hover {
    color: white;
    text-decoration: underline;
}
.box_rosso a {
    color: white;
}
.zn_rossa_uno img {
    max-width: 40px;
}
.zn_rossa_due .zn_r_d_txt {
    text-align: center;
}
.zn_rossa_due {
    height: 175px;
    display: flex;
    align-items: end;
    padding-bottom: 30px;
    border-bottom: 1px solid white;
    justify-content: center;
}
.listato_faq details {
    margin-bottom: 5px;
}
.listato_faq {
    padding-right: 40px;
}

.listato_faq summary img {
    max-width: 25px;
}
.txt_faq {
    line-height: 30px;
    padding: 15px 30px;
}
.listato_faq summary {
    display: flex;
    justify-content: space-between;
    padding: 10px 30px;
    background-color: #F5F5F5;
    font-weight: 600;
    font-size: 16px;
}
.zn_rossa_due p,
.zn_rossa_tre p {
    font-weight: bold;
}
.zn_r_d_txt img {
    max-width: 20px;
    margin-left: 20px;
}
.zn_r_t_txt img {
    max-width: 20px;
    margin-right: 20px;
}
.zn_rossa_due .link,
.zn_rossa_tre .link {
    font-weight: normal;
    font-size: 18px;
    text-decoration: underline;
}


.zn_rossa_tre .zn_r_t_txt {
    width: 100%;
    text-align: center;
}
.zn_rossa_tre {
    height: 175px;
    display: flex;
    align-items: end;
    padding-bottom: 30px;
    justify-content: center;
}
.zn_rossa_uno {
    justify-content: center;
    display: flex;
    border-bottom: 1px solid white;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.div_col {
    display: flex;
    justify-content: space-between;
}
.div_col > div {
    width: 48%;
}

.row_2,
.row_cont1 {
    padding-bottom: 40px;
}
.row_2 .form {
    width: 100%!important;
}
.zn_r_u_txt p {
    margin-bottom: 0;
}
.zn_r_u_txt .tel a{
    font-size: 20px;
    font-weight: bold;
}
.zn_r_u_txt {
    padding-left: 20px;
}
.box_rosso {
    background: linear-gradient(180deg,#CA1617 0%,#650B0C 100%);
    padding: 30px;
    color: white;
}
.titolo_pag_x .text_sub {
    padding-bottom: 80px;
}
.titolo_pag_x .titolo_sub {
    padding-bottom: 0!important;
}
.titolo_pag_x .tl {
    font-size: 24px;
    font-weight: bold;
    padding-top: 30px;
}
.titolo_pag_x .text_sub,
.titolo_pag_x .titolo_sub,
.titolo_pag_x .tl {
    text-align: center;
}
.g_row1 {
    padding-bottom: 40px;
}
.btn_assistenza p {
    width: fit-content;
    padding: 12.5px 70px;
    background-color: var(--color-button-principale);
    font-weight: bold;
    border-radius: 25px;
    font-size: 16px;
    color: white;
}
.blocco_tf {
    padding-bottom: 30px;
}
.blocco_tf .titl {
    padding-bottom: 20px;
    font-weight: bold;
}
.blocco_tf .titl,
.summa_det details summary {
    font-size: 22px;
}
.cms-supporto-clienti details > summary:before {
    content: "+";
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #717171;
    font-size: 18px;
    border: 1px solid #717171;
    border-radius: 3px;
    margin-right: 12px;
}
.summa_det p {
    padding-left: 42px;
}
.cms-supporto-clienti details[open] > summary:before {
    content: "-";
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    background-color: var(--color-button-principale);
    font-size: 18px;
    border: 1px solid var(--color-button-principale);;
    border-radius: 3px;
    margin-right: 12px;
}
details > summary {
    list-style-type: ''!important;
}


.mdue .cont_blok {
    background: transparent;
    max-width: calc(1440px/2);
    margin-right: auto;
}
.tutteletap a {
    text-decoration: underline;
    font-weight: bold;
    font-size: 18px;
}
.tutteletap {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 20px;
}
.item_skill {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.zn_skills p {
    color: white;
    text-align: center;
    text-transform: uppercase;
}
.item_skill img {
    width: 100%;
    max-width: 55px;
    min-height: 80px;
}
.carousel_caratteristiche {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 40px;
    padding-bottom: 40px;
}
.stickyheaderdf #logoheader {
    padding: 5px 0;
}
.stickyheaderdf .logo img {
    max-width: 150px;
}
html body .products-grid .product-item, .products-list .product-item {
    border: solid 1px #DDDDDD;
}
html .product-item .price-box{
    margin: 0px;
}
.grey{
    color: #717171;
}
.light{
    font-weight: 100;
}
.fs12{
    font-size: 12px;
}
.fs13{
    font-size: 13px;
}
.fs14{
    font-size: 14px;
}
.fs15{
    font-size: 15px;
}
.fs16{
    font-size: 16px;
}
.fs17{
    font-size: 17px;
}
.fs18{
    font-size: 18px;
}
.product-item .price-box .price {
    font-weight: 600;
    font-size: 18px;
}
html .action.primary.configure{
    text-transform: none;
    font-weight: normal;
    font-size: 13px;
    max-width: 100px;
    padding: 10px;
    margin-right: 0px;
    min-width: 82px;
}
html .products-list .product-item-photo {
    vertical-align: top;
    width: 160px;
    padding-right: 20px;
    padding-bottom: 0;
}
.legend_n:after {
    content: " ";
    position: absolute;
    background-color: #ca1617;
    height: 3px;
    width: 140px;
    display: block;
    bottom: -1.5px;
}
.legend_n {
    position: relative;
    margin: 0 0 20px;
    padding: 0 0 10px;
    border-bottom: 1px solid #c5c5c5;
    max-width: 991px;
}
.legend_n p {
    font-weight: 500;
    font-size: 20px;
    max-width: 991px;
    margin-bottom: 0!important;
}
.form_custom_amasty .amcform-toolbar .amcform-submit:hover {
    background-color: var(--color-button-principale);
    border-color: var(--color-button-principale);
}
.form_custom_amasty .amcform-toolbar .amcform-submit {
    background-color: var(--color-button-principale);
    border-radius: 25px!important;
    margin-top: 25px;

}
.form_custom_amasty .amcform-toolbar {
    text-align: left;
}
.form_custom_amasty form input {
    border-radius: 25px;
}

.form_custom_amasty form {
    max-width: 991px;
    width: 100%;
    margin-left: 0;
}
.row_2 .fieldset .legend:after {
    content: " ";
    position: absolute;
    background-color: #ca1617;
    height: 3px;
    width: 140px;
    display: block;
    bottom: -1.5px;
}
#carousel_modelli .owl-nav {
    display: none!important;
}
.box_juke {
    margin-top: 10px;
	}
.row_2 .fieldset .legend span {
    font-weight: 500;
    font-size: 20px;
}
.w_row {
    padding-left: 50px;
    padding-right: 25px;
}
.nostyle:hover {
    text-decoration: underline;
}

.contact-index-index .page-title {
    display: none!important;
}
:is(.n2_m,.n3_m) b {
    display: block;
    padding-bottom: 15px;
}
.n2_m img {
    margin-right: 10px;
}
.n2_m a {
    color: var(--color-button-principale);
    font-weight: bold;
}
.n2_m,
.n3_m {
    padding-top: 25px;
}
.w_row :is(input, textarea) {
    border-radius: 25px;
    border: 1px solid #DDDDDD!important;
}
.w_row > .form > .fieldset {
    margin-bottom: 0!important;
}
.w_row button {
    padding: 10px 40px!important;
    border-radius: 25px!important;
    text-transform: capitalize!important;
}
.w_row .field {
    margin-bottom: 30px;
}
.w_row .amgdpr-label {
    padding-left: 0!important;
}
.w_row .field.required>.label:after {
    content: '*';
    color: #e02b27;
    font-size: 1.2rem;
    margin: 0 0 0 5px;
}
.w_row .label {
    padding-left: 25px;
    font-weight: 600;
    padding-bottom: 10px;
    margin-bottom: 0!important;
}
.x_row {
    padding-left: 25px;
    padding-right: 50px;
}
.row_2 .fieldset .legend {
    position: relative;
}
.row_2 .fieldset .legend:after {
    content: " ";
    position: absolute;
    background-color: #ca1617;
    height: 3px;
    width: 140px;
    display: block;
    bottom: -1.5px;
}
.amform-form .action.primary, .amform-parent .action.primary, .amform-form .amshopby-button, .amform-parent .amshopby-button, .amform-form .am-filter-go, .amform-parent .am-filter-go{
    background-color: #ca1617;
}
.amform-form .action.primary:hover, .amform-parent .action.primary:hover, .amform-form .amshopby-button:hover, .amform-parent .amshopby-button:hover, .amform-form .am-filter-go:hover, .amform-parent .am-filter-go:hover{
    background: var(--color-button-principale-hover);
    border: 1px solid var(--color-button-principale-hover);
    color: var(--color-testo-button-principale-hover);
}
html body.account .toolbar{
    background: transparent;
}
.amgdpr-checkbox-container > .amgdpr-label {
    background-color: #ffffff;
    border: 2px solid #c31416;
}
.amgdpr-checkbox-container > .amgdpr-checkbox:checked + .amgdpr-label {
    background-color: #c31416;
}
.product-info-main .product.attribute.sku .type:after{
    display: none;
}
.product-info-main .product.attribute.sku .type {
    margin-right: 0px;
}
#multiproduct .clickshow:hover{
    cursor: pointer;
    opacity: 0.9;
    color: var(--color-button-principale);;
}
#multiproduct .clickshow.active{
    border-bottom: solid 2px var(--color-button-principale);
}
#multiproduct .clickshow.active .subtitletextbig{
    font-weight: bold;
}
.list.products-list .codsku{
    border-bottom: solid 1px #d6d6d6;
    padding-bottom: 6px;
}
.priceboxlist{
    margin-bottom: 8px;
    margin-top: 8px;
}
#cart-totals .tax{
    border-top: 1px solid #cccccc;
}
@media only screen and (min-width: 768px){
    #bigsliderhome_mob {
        display: none;
    }
}
@media only screen and (max-width: 767px){
    #insignprefooter .insignfooter {
        text-align: left;
        display: block!important;
        justify-content: center;
        align-items: center;
    }
    #bigsliderhome {
        display: none;
    }
}
#configuratore .textsx{
    background: transparent;
    max-width: calc(1440px/2);
    margin-left: auto;
    padding-bottom: 40px;
    padding-right: 200px;
}
#configuratore .btnsx{
    background: transparent;
    max-width: calc(1440px/2);
    margin-left: auto;
}
#configuratore .redbck{
    padding-left: 8% !important;
    padding-right: 8% !important;
}
#multiproduct .clickshow {
    border-bottom: solid 1px #dddddd;
    text-align: center;
}
.type-tapparelle.catalog-product-view #product-options-wrapper label{
    width: 100%;
    background: url(../../frontend/DFSolution/layout/it_IT/DFSolution_Layout/css/label.png) no-repeat center var(--color-button-principale);
    color: white;
    padding: 10px 15px;
    background-size: 20px;
    background-position-x: calc(100% - 15px);
    margin: 0px;
    margin-bottom: 0px;
    text-transform: uppercase;
}
.type-tapparelle.catalog-product-view #product-options-wrapper .fieldset>.field.required>.label:after{
    color: white;
}
.type-tapparelle.catalog-product-view #product-options-wrapper .fieldset .field span#value{
    display: none;
}
#amasty-shopby-product-list .shortdesclist p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.catalog-product-view.type-tapparelle .swatch-attribute .mageworx-swatch-option.image {
    height: 84px !important;
    width: 84px !important;
    background-size: cover !important;
}
#amasty-shopby-product-list .shortdesclist {
    max-height: 58px;
    overflow: hidden;
}
#amasty-shopby-product-list .shortdesclist img {
    display: none;
}
html .type-tapparelle.catalog-product-view .product-add-form .product-options-wrapper .field .control {
    width: 100%;
    border: solid 1px #ddd;
    margin-top: -1px;
    padding: 15px;
    border-radius: 0px 0px 10px 10px;
    padding-top: 5px;
}
.catalog-product-view.type-tapparelle .product-info-main .page-title-wrapper .page-title span {
    font-size: 21px;
    font-weight: 600;
}
html .product.data.items>.item.content {
    background: #fff;
    margin-top: 40px;
    padding: 35px 35px 35px 35px;
    border: 1px solid #DDDDDD;
    border-radius: 15px;
}
html .product.data.items>.item.title>.switch{
    border:none;
    width: 120px;
    padding: 0px;
    text-align: center;
    background: transparent;
}

html .product.data.items>.item.title:nth-child(1){
    margin-left: 20px;
}
.product.data.items>.item.title:not(.disabled)>.switch:active, .product.data.items>.item.title.active>.switch, .product.data.items>.item.title.active>.switch:focus, .product.data.items>.item.title.active>.switch:hover{
    background: transparent;
    border-bottom: solid 2px var(--color-button-principale);
    font-weight: bold;
}
html .product-info-main .product-info-stock-sku {
    float: none;
    margin: 0px;
    padding: 0px;
    width: 100%;
    text-align: left;
    border-bottom: solid 1px #d6d6d6;
    padding-bottom: 6px;
    margin-bottom: 15px;
    color: #717171;
}
.catalog-product-view.type-tapparelle .product-info-main .product-info-price{
    display: none;
}
#pricetapparelle .product-item .price-box .price{
    font-size: 24px;
}
#pricetapparelle {
    margin-bottom: 15px;
}
#misure{
    margin-top: 30px;
}
#misure a {
    font-weight: bold;
    text-decoration: underline;
}
#misure img {
    width: 25px;
}
#pricetapparelle .product-item .price-box .price .oldprice{
    font-weight: 300;
    color: #717171;
    text-decoration: line-through;
    font-size: 20px;
    margin-left: 10px;
}
html .product-item .old-price .price {
    font-weight: normal;
    text-decoration: line-through;
    font-weight: 300 !important;
    font-size: 16px !important;
}
.titlemisure{
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
}
#misureinsert {
    background: #F5F5F5;
    padding: 15px;
    border-radius: 10px;
}
html .valuemisure input{
    border: solid 1px var(--color-button-principale) !important;
    border-radius: 15px;
    margin-top: 8px;
    margin-bottom: 8px;
}
#misureinsert .minmaxmisure em{
    font-size: 12px;
}
.catalog-product-view.type-tapparelle .swatch-attribute .mageworx-swatch-option.text{
    background: transparent;
    pointer-events: none;
    display: block;
    border: none;
    width: 100%;
    max-width: 100% !important;
    text-align: left;
    padding: 0px;
    color: black;
    font-weight: 400;
    font-size: 14px;
}
.catalog-product-view.type-tapparelle .swatch-attribute .mageworx-swatch-container.text{
    width: 100%;
    padding: 0px;
    margin-top: 15px;
}
.catalog-product-view.type-tapparelle .swatch-attribute .mageworx-swatch-container{
    padding: 5px 15px 0 0;
}

.dflabelinfo{
    font-size: 12px;
    margin-top: 5px;
}
.catalog-product-view.type-tapparelle .swatch-attribute-options {
    margin-top: 0px;
}
.catalog-product-view.type-tapparelle #product-options-wrapper .product-custom-option:not(.hidden){
    margin-top: 23px;
    margin-bottom: 15px;
    border-radius: 15px;
}
/*
.catalog-product-view.type-tapparelle .swatch-attribute .mageworx-swatch-option.image{
    height: 40px !important;
    width: 40px !important;
    background-size: 40px !important;
} */
.catalog-product-view.type-tapparelle .bigimage .swatch-attribute .mageworx-swatch-option.image{
    height: 200px !important;
    width: 200px !important;
    background-size: 200px !important;
}
.mageworx-swatch-option.selected{
    outline: 2px solid var(--color-button-principale);
}
body.product-obliqua-tapparella-in-alluminio-estruso-1 #cartoption .box-tocart .action.primary.tocart {
    display: none !important;
}
.dflabelinfodescrition{
    font-size: 13px;
    font-weight: 100;
    color: #717171;
    max-width: 80px;
}
.bigimage .dflabelinfodescrition{
    max-width: 200px;
}
.mageworx-swatch-container.color .dflabelinfodescrition{
    max-width: 80px;
}
html .qtip.qtip-default{
    display: none !important;
}
.type-tapparelle.catalog-product-view #product-options-wrapper label span{
    border: none !important;
}
.dflabelinfoprice span{
    font-weight: bold;
}
.type-tapparelle.catalog-product-view #product-options-wrapper .field.caratteristiche{
    width: calc(50% - 10px);
    display: inline-block;
    margin-right: 10px;
}
.type-tapparelle.catalog-product-view #product-options-wrapper div.mage-error {
    font-size: 1.2rem;
    background: #FF9800;
    text-align: center;
    color: white;
    padding: 6px 0px;
}
.type-tapparelle.catalog-product-view .product-options-bottom {
    background: #F5F5F5;
    padding: 20px 30px;
    border-radius: 10px;
}
.type-tapparelle.catalog-product-view .product-add-form{
    margin-bottom: 45px;
}
.configurationtitle{
    font-size: 18px;
    font-weight: 700;
}
html #cartoption .box-tocart, html #cartoption .box-tocart .fieldset{
    margin-bottom: 0px;
}
html #cartoption .box-tocart .action.primary.tocart{
    border-radius: 25px !important;
}
html #cartoption .box-tocart .input-text.qty {
    border-radius: 20px;
    width: 100px;
    border-color: var(--color-button-principale);
}
html #cartoption .box-tocart .fieldset .field.qty{
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
html #cartoption .box-tocart .fieldset .field.qty label{
    margin-right: 10px;
    margin-bottom: 0px;
}
.product-options-bottom #pricetapparelle{
    margin-bottom: 15px;
    border-top: solid 1px #d5d5d5;
    margin-top: 15px;
    padding-top: 15px;
}
html .option-description-text {
    font-size: 14px;
    font-weight: 400;
    opacity: 1;
    padding: 15px;
}
html .dflabelinfoprice{
    margin-top: 5px;
}
#configurationcomplete {
    list-style: none;
    padding: 0px;
    margin-top: 15px;
}
#configurationcomplete li {
    margin-bottom: 5px;
}
.attentiondf{
    background: var(--color-button-principale);
    color: white;
}
.disabledf{
    opacity: 0.6;
    pointer-events: none;
}
.alertmisure{
  background: #ca1617;
    color: white;
    padding: 4px;
    font-size: 11px;
    margin-top: 7px;
    text-align: center;
}
#registrationdf > div {
    width: calc(50% - 20px);
    display: inline-block;
    margin: 0px 10px;
    margin-bottom: 20px;
}
.registrationpagedf {
    display: flex;
}
.registrationpagedf #group-fields-customer-attributes{
    order:1;
    margin: 0px 10px;
    max-width: calc(50% - 20px);
}
#group-fields-customer-attributes .step-title{
    display: none;
}
.registrationpagedf #registrationdf {
    order :2;
}
.registrationpagedf .actions-toolbar {
    order:99;
}
.amform-form-fieldset select{
    border-radius: 25px;
    padding-left: 25px;
}
.amgdpr-checkbox-container > .amgdpr-checkbox:focus + .amgdpr-label, .amgdpr-checkbox-container > .amgdpr-checkbox:active + .amgdpr-label, .amgdpr-checkbox-container > .amgdpr-label:hover {
    border: 2px solid #c41615;
    box-shadow: 0 5px 10px #f7b7b7;
}
.product-info-price + .product-add-form .swatch-attribute.size .swatch-attribute-options .mageworx-swatch-container .mageworx-swatch-option{
    cursor: none;
    pointer-events: none;
    width: 100px !important;
    height: 100px !important;
    background-size: cover !important;
}
.product-info-price + .product-add-form .swatch-attribute.size .swatch-attribute-options .mageworx-swatch-container{
    width: 100%;
}
.table-checkout-shipping-method tbody td{
    width: auto;
}
html .block .products-grid .product-item, html .block .products-grid .product-item .product-item-info {
    width: 100%!important;
    border-radius:10px;
}

html .product-image-container {
    width: 100%!important;
}
html body .block .products-grid .product-item .product-item-info:hover,
html .block .products-grid .product-item .product-item-info{
    padding: 10px !important;
}
.storelocator_banner_subtext{
    position:relative;
    bottom:270px;
    left:80px;
    color:#fff;
    font-weight: 100;
    font-size: 16px;
}
.storelocator_banner_text{
    position: relative;
    bottom:280px;
    left: 80px;
    color:#fff;
    font-weight: 800;
    font-size: 25px;
}
.storelocator_banner_main .storelocator_banner {
    position: relative;
}

.storelocator_banner_main .storelocator_banner .st-bg {
    width: 100%;
    display: inline-block;
}
.storelocator_banner_main .storelocator_banner .storelocator_banner_link{
/*  position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); */
    position: absolute;
    bottom: 20%;
    left: 80px;
    background-color: #cc161b;
    padding: 12px;
    border-radius: 40px;
    color: #fff;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 16px;
}
.storelocator_banner_main .storelocator_banner .storelocator_banner_link a {
    color: #fff;
  }

.catalog-product-view > .page-wrapper > .page-main > .columns > .column.main > .product-add-form > form >.box-tocart {
    width: 33.33333333%;
    float: right;
}

.catalog-product-view > .page-wrapper > .page-main > .columns > .column.main > .product-add-form > form >.box-tocart > .fieldset > .field.qty {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.catalog-product-view > .page-wrapper > .page-main > .columns > .column.main > .product-add-form > form >.box-tocart > .fieldset > .field.qty > .label {
    margin-right: 10px;
    margin-bottom: 0px;
}
.cart-empty span.click {
    font-size: 16px;
}
@media only screen and (max-width: 767px) {
    .storelocator_banner_main .storelocator_banner .st-bg img {
        height: 10%;
    }
}

@media only screen and (max-width: 991px){
    .storelocator_banner_main .storelocator_banner .storelocator_banner_link{
        bottom: 0;
        right: 0;
       
    }
}
@media only screen and (max-width: 767px){
    .storelocator_banner_main .storelocator_banner .storelocator_banner_link{
        bottom: 0;
        right: 0;
        left: 0;
        text-align: center;
		width:60%;
    }
    .storelocator_banner_main .storelocator_banner .st-bg img{
        height: 108px;
		width: 360px;
    }
    .catalog-product-view > .page-wrapper > .page-main > .columns > .column.main > .product-add-form > form >.box-tocart {
        width: 100%;
        float: none;
    }
   .catalog-product-view .product-item .price-box .price {
        white-space: normal;
    }
}
@media only screen and (max-width: 1440px){

}
@media only screen and (max-width: 1366px){

}
@media only screen and (max-width: 1280px){
    html body #menutopdf li{
        padding-left: 29px;
    }
}
@media only screen and (max-width: 1199px){
    html body .info_faq{
        display: none !important;
    }
    html body .menu_fullwidth{
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
    }
    html body .logo img{
        max-width: 200px;
    }
    html body .linktop .helptopdf{
        display: none;
    }
    #footerinfo > div:nth-child(4) p > a {
        padding-left: 70px;
    }

}
@media only screen and (max-width: 1099px){
    .textnewsletter {
        flex-direction: column;
    }

    #newsfooter .socialblock .newsletter .content{
        margin: 0 auto;
    }
    #multiproduct .clickshow{
        flex: 1 0 100%;
    }
    html .block.newsletter .form.subscribe>.field {
        max-width: 300px;
    }
    .muno .cont_blok {
        padding-right: 100px;
    }
}

@media only screen and (max-width: 991px){
    html body .toolbar {
        margin-bottom: 0px !important;
    }
    #imagecenterhome {
        display: none;
    }
    .div_uno_div {
        padding-bottom: 15px;
    }
    .div_two_div {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .x_row,
    .w_row {
        padding-left: 0;
        padding-right: 0;
    }
    .listato_faq {
        padding-right: 0!important;
    }
    .nov_esta .col-md-9 {
        padding-bottom: 30px;
    }
    #bigsliderhome .owl-nav i {
        font-size: 30px;
        color: #fff;
    }
    #bigsliderhome .owl-nav {
        position: absolute;
        top: 50%;
        z-index: 9999;
        width: 100%;
        display: flex;
        justify-content: space-between;
        transform: translateY(-50%);
        margin-top: 0;
    }
    .mst-searchautocomplete__autocomplete._active {
        margin-top: 0!important;
    }

    html .stickyheaderdf .block-search .label.active + .control input {
        position: fixed !important;
        top: 64px!important;
        left: 0;
        margin: 0px;
        background: var(--bck-block);
    }
    html .stickyheaderdf .mst-searchautocomplete__autocomplete {
        top: 3px !important;
        left: 15px !important;
    }
    html .mst-searchautocomplete__autocomplete {
        top: 62px !important;
        left: 15px !important;
    }
    html .block-search .label.active + .control input {
        position: fixed !important;
        top: 122px!important;
        left: 0;
        margin: 0px;
        background: var(--bck-block);
    }
    .page-with-filter.filter-active .amshopby-filter-parent {
        padding-top: 7px;
        padding-bottom: 7px;
    }
    .page-with-filter.filter-active {
        overflow: hidden;
    }
    .page-with-filter #maincontent {
        margin-top: 10px;
    }
    html #menutopdf .submenu .indexmenu .container {
        margin-left: 25px;
    }
    html #menutopdf .submenu .indexmenu .box_menu_col {
        float: none;
        max-width: 25%;
        min-width: inherit;
        padding-left: 10px;
        padding-right: 18px;
        padding-top: 5px;
        padding-bottom: 5px;
        flex-wrap: wrap;
        width: 100%;
        margin: 0px;
    }
    html body #menutopdf .submenu .indexmenu li.subtitle {
        padding-bottom: 0!important;
    }
    html body #menutop #menutopdf li {
        padding-right: 8px;
        padding-left: 10px;
        padding-bottom: 15px;
    }
    html #menutopdf:after {
        content: "";
        display: block;
        position: fixed;
        height: 100%;
        width: calc(100% - 320px);
        top: 0;
        right: 0;
        background: rgba(0, 0, 0, 0.5);
    }
    .fa-add:before, .fa-plus:before {
        content: "\2b"!important;
    }
    html #menutopdf:before {
        content: '';
        background-image: url(/media/logo/default/logo_pracal-shop.png) !important;
        background-repeat: no-repeat !important;
        background-size: contain;
        width: 200px;
        height: 50px;
        display: block;
        background-position: top center !important;
        margin-bottom: 20px;
        margin-top: 20px;
    }
    .overlaydf {
        overflow: hidden;
    }
    .field.form-group.amform-layout-two:nth-child(2n-1) {
        margin-right: 4%!important;
    }
    .field.form-group.amform-layout-two:nth-child(2n),
    .form_custom_amasty .rendered-form .fieldset .fields .field.form-group.amform-layout-one {
        margin-right: 0!important;
    }
    #menutopdf{
        justify-content: center;
    }
    html body #menutopdf li{
        padding-left: 22px;
        background-size: 22px !important;
        line-height: 22px;
    }
    html body .menu_fullwidth{
        padding: 0;
    }
    html body .block-search{
        padding-left: 0px;
    }
    html body a.icontopdf.wishlisttop{
        display: none;
    }
    .alignnews .textnews{
        margin-bottom: 15px;
    }
    .mst-searchautocomplete__autocomplete {
        top: 3.1rem !important;
        left: 15px !important;
    }
    .block-search .label.active + .control input {
        background: #e8e8e8;
        border-radius: 0px;
    }
    #imagecenterhome {
        max-width: 350px;
        left: calc(50% - 207px);
    }
}

@media only screen and (max-width: 768px) {
    .customer-account-create #maincontent {
        padding-left: 0px;
        padding-right: 0px;
    }
    .registrationpagedf #group-fields-customer-attributes{
        max-width: 100%;
    }
    html .product.data.items > .item.title > .switch {
        width: 100%;
        text-align: left;
    }
    html .product.data.items > .item.title:nth-child(1) {
        margin-left: 0px;
    }
    html .product.data.items>.item.content{
        border: none;
        margin-top: 0px;
        padding: 18px 2px 25px;
    }
    html .product.data.items{
        margin: 0px;
    }
}
@media only screen and (max-width: 767px){
    .abs-toggling-title-mobile, .block-wishlist-management .wishlist-select .wishlist-name, .block-collapsible-nav .title{
        background: white;
    }
    .account #maincontent{
        padding-top: 30px;
    }
    #imagecenterhome{
        display: none;
    }
    #configuratore .textsx, #configuratore .redbck, #configuratore .btnsx{
        padding: 0px;
        padding-left: 6% !important;
        padding-right: 6% !important;
    }
    #configuratore .redbck img {
        max-width: 85px;
    }
    #topheader .rightheader li a span{
        display: none;
    }
    #footerinfo .footer1{
        text-align: center;
    }
    #footerinfo .insignfooter {
        justify-content: center;
        margin-bottom: 25px;
    }
    #insignprefooter .col-md-4:not(:last-child){
        margin-bottom: 25px;
        border-bottom: solid 1px rgb(255 255 255 / 31%);
        padding-bottom: 15px;
    }
    #newsfooter .socialblock .newsletter .content{
        margin: 0 auto;
    }
    .textnewsletter {
        flex-direction: column;
    }
    .credits_copyright{
        text-align: center;
    }
    .muno .cont_blok {
        padding-top: 80px;
        padding-bottom: 80px;
        padding-right: 15px;
        margin-left: 0px;
        max-width: 100%;
        padding-left: 15px;
    }
    .cms-index-index footer.page-footer{
        margin-top: 0px;
    }
	.storelocator_banner_text{
	display:none;
	}
}

@media only screen and (max-width: 991px){
.storelocator_banner_main .storelocator_banner {
     width:360px;
     height:94px;
}
	.storelocator_banner_subtext{
	display:none;
	}
	.storelocator_banner_text{
	display:none;
	}
}
@media only screen and (max-width: 575px){
    html .type-tapparelle.catalog-product-view #product-options-wrapper .field.caratteristiche{
        width: 100%;
    }
	.storelocator_banner_subtext{
	display:none;
	}
	.storelocator_banner_text{
	display:none;
	}
}

@media only screen and (max-width: 480px) {
    html body a.icontopdf.accounttop, html body a.icontopdf.logouttop {
        margin-right: 7px;
    }
    #owlheader p{
        display: none;
    }
	.storelocator_banner_subtext{
	display:none;
	}
	.storelocator_banner_text{
	display:none;
	}
}

@media only screen and (max-width: 399px){
    html body .logo img {
        max-width: 150px;
    }
    html body a.icontopdf.accounttop, html body a.icontopdf.logouttop {
        margin-right: 0px;
    }
	.storelocator_banner_subtext{
	display:none;
	}
	.storelocator_banner_text{
	display:none;
	}
}

@media only screen and (max-width: 380px){
    html body a.icontopdf.logouttop{
        display: none !important;
    }
}

 .discount-lable {
        font-weight: 600;
        font-size: 18px;
    }

    .switch {
        position: relative;
        display: inline-block;
        width: 60px;
        height: 35px;
    }

    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

    .slider {
        position: absolute;
        cursor: pointer;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #ccc;
        -webkit-transition: .4s;
        transition: .4s;
    }

    .slider:before {
        position: absolute;
        content: "";
        height: 26px;
        width: 26px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

    input:checked+.slider {
        background-color: #588242;
    }

    input+.slider {
        background-color: var(--color-button-principale);
    }

    input:focus+.slider {
        box-shadow: 0 0 1px #2196F3;
    }

    input:checked+.slider:before {
        -webkit-transform: translateX(26px);
        -ms-transform: translateX(26px);
        transform: translateX(26px);
    }

    /* Rounded sliders */
    .slider.round {
        border-radius: 34px;
    }

    .slider.round:before {
        border-radius: 50%;
    }

    #discount-form {
        display: flex;
        align-items: center;
        gap: 10px;
        margin-bottom: 20px;
    }

.checkout-cart-index .cart.table-wrapper .actions-toolbar,
.mprequestforquote-quotecart-index .cart.table-wrapper .actions-toolbar {
    padding-left: 20px;
}

.checkout-cart-index .cart.table-wrapper .actions-toolbar a.action.action-delete,
.mprequestforquote-quotecart-index .cart.table-wrapper .actions-toolbar a.action.action-delete {
    margin-top: 10px;
}

.mprequestforquote-customer-quote .mpb-reference-name-filter #reference-name-filter-form {
    display: flex;
    gap: 10px;
    padding-bottom: 20px;
}

.sales-order-history .order-reference-name-filter #order-filter-form {
    display: flex;
    gap: 10px;
    padding-bottom: 20px;
}

.mprequestforquote-quotecart-index .form.form-cart .field.reference-name,
.checkout-cart-index .field.reference-name {
    display: flex;
    align-items: baseline;
    gap: 20px;
    margin-top: 20px;
}

.mprequestforquote-quotecart-index .form.form-cart .field.reference-name label.label span,
.checkout-cart-index .field.reference-name label.label span {
    font-weight: 700;
}
.mprequestforquote-quotecart-index .form.form-cart .field.reference-name .control,
.checkout-cart-index .field.reference-name .control {
    width: 100%;
    max-width: 420px;
}

.mprequestforquote-quotecart-index .form.form-cart .field.reference-name label.label,
.checkout-cart-index .field.reference-name label.label {
    min-width: 120px;
}

@media only screen and (max-width: 768px) {
    .mprequestforquote-customer-quote .mpb-reference-name-filter #reference-name-filter-form {
        padding-top: 20px;
        flex-wrap: wrap;
    }
    .sales-order-history .order-reference-name-filter #order-filter-form {
        padding-top: 20px;
        flex-wrap: wrap;
    }
    .mprequestforquote-quotecart-index .form.form-cart .field.reference-name .control,
    .checkout-cart-index .field.reference-name .control {
        max-width: 100%;
    }
    .mprequestforquote-quotecart-index .form.form-cart .field.reference-name,
    .checkout-cart-index .field.reference-name {
        gap: 12px;
        align-items: center;
        margin-bottom: 20px;
        flex-wrap: wrap;
    }
}

/* Style for approved quote numbers - bold and green */
td.col.entity_id.quote-approved {
    font-weight: bold;
    color: #008000;
}
td.col.entity_id.quote-is_extra_price_quote {
    font-weight: bold;
    color: #0000ff;
}

/* Customer Discount Tab - Extra Discount Form */
.extra-discount-wrapper {
    background: aliceblue;
    border-radius: 14px;
    padding: 16px 20px;
    margin-bottom: 15px;
    display: inline-block;
    width: 100%;
}

.extra-discount-field {
    margin-bottom: 15px;
}

.extra-discount-label {
    display: block;
    font-weight: 700;
    margin-bottom: 6px;
    color: #333;
}

.extra-discount-required {
    color: #ca1617;
}

.extra-discount-input-row {
    display: flex;
    align-items: center;
    gap: 10px;
}

/* Joined input + % addon */
.extra-discount-input-group {
    display: flex;
    align-items: stretch;
    border: 1px solid #ccc;
    border-radius: 6px;
    overflow: hidden;
    background: #fff;
}

.extra-discount-input-group:focus-within {
    border-color: #ca1617;
    box-shadow: 0 0 0 2px rgba(202, 22, 23, 0.15);
}

input[type="number"].extra-discount-input {
    width: 130px;
    padding: 8px 12px;
    border: none;
    outline: none;
    box-shadow: none;
    font-size: 15px;
    text-align: center;
    background: transparent;
    -moz-appearance: textfield;
    appearance: textfield;
}

input[type="number"].extra-discount-input::-webkit-outer-spin-button,
input[type="number"].extra-discount-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.extra-discount-percent {
    display: flex;
    align-items: center;
    padding: 0 10px;
    background: #f0f0f0;
    border-left: 1px solid #ccc;
    font-size: 14px;
    font-weight: 700;
    color: #555;
    user-select: none;
}

.extra-discount-error {
    color: #ca1617;
    font-size: 13px;
    display: none;
}

.extra-discount-submit {
    background: #ca1617;
    color: #fff;
    border: none;
    padding: 7px 18px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    white-space: nowrap;
}

.extra-discount-submit:hover {
    background: #a51213;
}

/* Customer Discount Tab - No Discount Message */
.no-discount-wrapper {
    height: 17vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background: aliceblue;
    border-radius: 20px;
}

.no-discount-message {
    color: #ca1617;
    font-size: large;
    font-weight: 900;
}

html body {
    font-style: normal;
    font-weight: 400;
    line-height: 1.42857143;
    font-size: 1.4rem;
}
html .message.success a {
    color: #006300;
}
html .message.info {
    background: #f0f0f0;
    color: #6e716e;
}
html .message.info > *:first-child:before{
    color: #4d4d4d;
}
.wishlist .product-item-inner .box-tocart,
.wishlist .product-item-inner .field.comment-box,
.wishlist-index-index .column.main .actions-toolbar,
html .action.tocompare, html .wishlist-index-index .product-item-inner .action.edit{
    display: none !important;
}
html .sidebar-main .nav{
    display: block;
}
html a, html a:hover,
html .breadcrumbs a,
html .breadcrumbs a:active,
html .breadcrumbs a:visited,
html .amgdprcookie-cookie-container .amgdprcookie-options,
html .breadcrumbs a:hover,
html .minicart-items .product-item-name a{
    color: var(--color-text-button-standard);
}
html .filter-options-content a:hover{
    background-color: transparent;
}
html .filter-options-content a {
    text-decoration: none;
}
.minicart-wrapper .action.showcart:before,.minicart-wrapper .action.showcart.active:before {
    content: "\1f6d2";
    font-family: "Font Awesome 6 Pro";
    color: #000;
    font-weight: 300;
    font-size: 27px;
}
html .nav-toggle:before{
    content: "\f0c9";
    font-family: "Font Awesome 6 Pro";
    font-size: 27px;
    font-weight: 300;
    color: black;
}
html .block-search .label:before{
    content: "\f002";
    font-family: "Font Awesome 6 Pro";
    font-size: 27px;
    font-weight: 300;
    color: black;
}
html .minicart-wrapper{
    margin-left: unset;
    margin-top: -34px;
}
html .minicart-items .action.delete:before,
.cart.table-wrapper .actions-toolbar > .action-delete:before{
    content: "\f2ed";
    font-family: "Font Awesome 6 Pro";
}
html .minicart-items .action.edit:before,
.cart.table-wrapper .actions-toolbar > .action-edit:before{
    content: "\270f";
    font-family: "Font Awesome 6 Pro";
}
html .amgdprcookie-groups-modal .amgdprcookie-done,
html .amgdprcookie-modal-template .amgdprcookie-button.-save,
html .amgdprcookie-bar-container .amgdprcookie-button.-allow,
html .amgdpr-modal-container .action.action-primary
html .amgdprcookie-groups-modal .amgdprcookie-done:focus{
    background-color: var(--color-button-principale) !important;
    color: var(--color-testo-button-principale);
}
html .amgdpr-modal-container .modal-header .modal-title{
    color: var(--color-button-principale);
}
html .amgdpr-modal-container .action.action-primary:hover,
html .amgdprcookie-modal-template .amgdprcookie-button.-allow,
html .amgdprcookie-bar-container .amgdprcookie-button.-settings,
.abs-revert-secondary-color, .abs-revert-to-action-secondary, .paypal-review .block .actions-toolbar .action.primary, .abs-discount-block .actions-toolbar .action.primary, .abs-discount-block .actions-toolbar .action.cancel, .block-compare .action.primary, .cart-summary .block .actions-toolbar > .primary .action.primary, .abs-discount-code .form-discount .actions-toolbar .primary .action, .cart-summary .form.giftregistry .fieldset .action.primary, .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-color: var(--color-button-secondario);
    color: var(--color-testo-button-secondario);
}
html .amgdprcookie-groups-modal .amgdprcookie-done:hover{
    background-color: var(--color-button-principale-hover);
    color: var(--color-testo-button-principale-hover);
}
html .amgdprcookie-toggle-cookie .amgdprcookie-input:checked:not([disabled]) + .amgdprcookie-label{
    background-color: var(--color-button-principale);
}
html .action.primary, html .action-primary, html .action.primary:focus,
html .action-primary:focus, html .action.primary:active, html .action-primary:active {
    background: var(--color-button-principale);
    border: 1px solid var(--color-button-principale);
    color: var(--color-testo-button-principale);
    border-radius: 0px;
    text-transform: uppercase;
}
#mprfq-product-addtoquote-button:hover{
    background-color:#5b6064;
}
html .action.primary:hover, html .action-primary:hover{
    background: var(--color-button-principale-hover);
    border: 1px solid var(--color-button-principale-hover);
    color: var(--color-testo-button-principale-hover);
}
html .block-collapsible-nav .item.current a, html .block-collapsible-nav .item.current > strong{
    border-color: var(--color-button-principale-hover);
}
html .minicart-wrapper .action.showcart .counter.qty {
    background: var(--color-button-principale);
}
html button{
    background: var(--color-button-secondario);
    border: 1px solid var(--color-button-secondario);
    color: var(--color-testo-button-secondario);
}
html button:hover, .abs-revert-secondary-color:hover, .abs-revert-to-action-secondary:hover, .paypal-review .block .actions-toolbar .action.primary:hover, .abs-discount-block .actions-toolbar .action.primary:hover, .abs-discount-block .actions-toolbar .action.cancel:hover, .block-compare .action.primary:hover, .cart-summary .block .actions-toolbar > .primary .action.primary:hover, .abs-discount-code .form-discount .actions-toolbar .primary .action:hover, .cart-summary .form.giftregistry .fieldset .action.primary: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: var(--color-button-secondario-hover);
    border: 1px solid var(--color-button-secondario-hover);
    color: var(--color-testo-button-secondario-hover);
}
html .block-minicart .block-content > .actions > .secondary a{
    text-decoration: none;
}
html .block-minicart .block-content > .actions > .secondary {
    text-align: center;
    border: solid 1px;
    padding: 10px 10px;
    text-transform: uppercase;
    text-decoration: none;
}
html .block-minicart .block-content > .actions > .secondary:hover{
    background: #f0f0f0;
}
html .block-minicart .block-content > .actions > .primary {
    margin: 0 0px 15px;
}
html .table > :not(:first-child) {
    border-top: 0px;
}
html .cart-discount .block.discount{
    width:100%;
}
html .cart-discount .block .content{
    display: block !important;
}
.abs-revert-to-action-secondary:not(:focus), .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), .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: none;
}
input[type="text"], input[type="password"], input[type="url"], input[type="tel"], input[type="search"], input[type="number"], input[type*="date"], input[type="email"]{
    border: 1px solid #d9d9d9;
    height: 4.5rem;
}
html select{
    height: 4.5rem;
}
html .cart-discount .actions-toolbar .action.primary {
    height: 4.5rem;
    text-transform: uppercase;
}
html ._keyfocus *:focus, html input:not([disabled]):focus, html textarea:not([disabled]):focus, html select:not([disabled]):focus, html ._keyfocus *:focus, html input:not([disabled]):focus, html textarea:not([disabled]):focus, html select:not([disabled]):focus {
    box-shadow: 0 0 3px 1px #cfcfcf;
}
html .checkout-methods-items .action.primary.checkout:after, .block-minicart .block-content>.actions>.primary .action.primary:after, html body .bundle-info .box-tocart .fieldset .actions .tocart span:after, .product-info-main .box-tocart .action.tocart span:after {
    font-family: "Font Awesome 6 Pro";
    font-weight: 300;
    content: "\f101";
    position: absolute;
    margin-left: 10px;
    transition: transform .3s;
}
html .checkout-methods-items .action.primary.checkout:hover:after, .block-minicart .block-content>.actions>.primary .action.primary:hover:after, html body .bundle-info .box-tocart .fieldset .actions .tocart:hover span:after, .product-info-main .box-tocart:hover .action.tocart span:after {
    transform: translate(10px,0%);
}
html .amgdpr-modal-container .action.action-primary, html .box-tocart .action.tocart, #discount-coupon-form .field{
    width: 100%;
}
.cart.table-wrapper .towishlist:before {
    content: "\2665";
    font-family: "Font Awesome 6 Pro";
}
html .abs-incl-excl-tax .price-including-tax, html .abs-incl-excl-tax .price-excluding-tax, html .paypal-review .table-paypal-review-items .col.price .price-including-tax, html .paypal-review .table-paypal-review-items .col.price .price-excluding-tax, html .paypal-review .table-paypal-review-items .col.subtotal .price-including-tax, html .paypal-review .table-paypal-review-items .col.subtotal .price-excluding-tax, html .cart.table-wrapper .col.price .price-including-tax, html .cart.table-wrapper .col.price .price-excluding-tax, html .cart.table-wrapper .col.subtotal .price-including-tax, html .cart.table-wrapper .col.subtotal .price-excluding-tax, html .cart.table-wrapper .col.msrp .price-including-tax, html .cart.table-wrapper .col.msrp .price-excluding-tax, html .order-details-items .col.price .price-including-tax, html .order-details-items .col.price .price-excluding-tax, html .order-details-items .col.subtotal .price-including-tax, html .order-details-items .col.subtotal .price-excluding-tax, .abs-incl-excl-tax .price-including-tax .price, .abs-incl-excl-tax .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: 600;
    color: #363636;
}
html .amgdpr-modal-container .modal-footer {
    padding: 18px 50px 18px;
}
html .amgdpr-modal-container .modal-header {
    padding: 15px 50px 15px;
    text-align: center;
}
html .amgdpr-modal-container .modal-content {
    padding: 15px 30px 20px 50px;
}
html .account .page-title-wrapper .page-title {
    text-transform: uppercase;
    font-size: 25px;
}
html .minicart-wrapper .block-minicart{
    width: 380px;
}
html body .toolbar select {
    background-color: transparent;
    box-shadow: none;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #c2c2c2;
    height: 4rem;
}
html body .products-grid .product-item-inner {
    position: relative !important;
    padding: 0px !important;
    width: 100% !important;
    height: 100% !important;
    overflow: visible !important;
    background: transparent !important;
    margin: 0 !important;
    box-shadow: none;
}
html body .products-grid .product-item-inner, html body .products-grid .product-item-info:hover, .products-grid .product-item-info.active {
    box-shadow: none !important;
    border: 0 !important;
    background: transparent !important;
    margin: 0px !important;
    padding: 0px !important;
}
html body.page-products .product-image-container {
    width: 100% !important;
}
html body.page-with-filter .products-grid .product-items .product-item .product-item-info:hover {
    padding: 0 !important;
}
#topheader {
    background: #f4f4f4;
}
html .filter-options-content .items.-am-singleselect .amshopby-link-selected, html .filter-options-content .swatch-option.selected + .am-shopby-swatch-label, .filter-options-content .items.-am-singleselect .amshopby-link-selected .count, .filter-options-content .swatch-option.selected + .am-shopby-swatch-label .count{
    color: black;
}
.filter-options-content .item a:hover, .filter-options-content .item a:hover .count {
    background-color: transparent;
    color: black;
    text-decoration: underline;
}
/*DEFAULT STYLE*/
@media only screen and (min-width: 767px) {
    .page-layout-2columns-left .sidebar-main {
        top: 20px;
        position: sticky;
    }
}
.amgdprcookie-bar-container{
    border-color: black;
    background: #f4f4f4;
}
html body .minicart-wrapper .action.showcart.active:before,
html body .minicart-wrapper .action.showcart:before{
    /*display: none;*/
}
/*CREATE ACCOUNT*/
html body .form.create.account {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
html body .form.create.account .fieldset {
    width: 100%;
    max-width: 50%;
}
html body .form.create.account .fieldset.create.account {
    padding-left: 20px;
}
html body .form.create.account .fieldset.create.info {
    padding-right: 20px;
}
html body .form.create.account .actions-toolbar {
    width: 100%;
    text-align: right;
}

.customer-account-create .page-title-wrapper {
    border-bottom: 1px solid var(--color-button-principale);
    margin-bottom: 20px;
}
.customer-account-create .page-title{
    margin-bottom: 10px;
    font-size: 25px;
}


html body.page-products .products-grid .product-item,
html body.page-products .products-grid .product-item:nth-child(3n + 1){
    margin-left: 0;
}
html body.page-products .products-grid .product-item{
    width: 100%;
    max-width: 33.3%;
    margin-bottom: 0px;
}
.page-layout-2columns-left .column.main{
    padding: 0;
}
html body.page-products .products-grid .product.details.product-item-details{
    padding: 10px;
}
#menutopdf{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 0px;
    padding: 10px 0;
    justify-content: left;
}
button,
html body a.action.primary{
    border-radius: 0px !important;
}
html a {
    color: var(--color-text-button-standard);
}
#owlheader{
    text-align: center;
}
#topheader{
    padding: 5px 0;
    background: var(--gradient);
}
#menutopdf li{
    padding: 0 30px;
    margin: 0;
}
.block-top-header-left ul {
    display: flex;
    align-items: center;
    margin-bottom: 0;
    list-style: none;
    padding-left: 0;
}
.block-top-header-left .contattacitop {
    margin-right: 10px;
}
.block-top-header-left li {
    margin: 0px;
}
.block-top-header-left a em {
    font-size: 16px;
    margin-right: 3px;
}
html a:visited, html .alink:visited {
    color: inherit;
}
#logoheader .logo{
    margin-bottom: 0px;
    width: 100%;
    max-width: 100%;
    margin: 0px;
}
#logoheader{
    padding: 15px 0;
    background: white;
}
#maincontent{
    padding-top: 15px;
}
/*CATEGORY*/
.page-products .product-item-info{
    width: 100% !important;
}
html body .products-grid .product-item .product-item-info:hover {
    padding: 0 !important;
}
html body .products-grid .product-item-inner,
html body .products-grid .product-item-info:hover, .products-grid .product-item-info.active{
    box-shadow: none !important;
    border: 0 !important;
    background: transparent !important;
    margin: 0px !important;
    padding: 0px !important;
}
html body .products-grid .product-item-inner{
    position: relative !important;
    padding: 0px !important;
    width: 100% !important;
    height: 100% !important;
    overflow: visible !important;
    background: transparent !important;
    margin: 0 !important;
}
.search_desk {
    display: flex;
    align-items: flex-end;
}
html body .block-search {
    float: left;
    width: 100%;
}
.cart_login {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}
.search_desk .block-search .action.search {
    top: 8px;
}
/*AMASTY LAYERED NAVIGATION*/
html .filter-options .amshopby-search-box input {
    border: none;
    border-bottom: solid 1px #efefef;
}
html .filter-options-item {
    border: solid 1px #efefef;
    padding-bottom: 0px;
    margin-bottom: 15px;
}
html .filter-options-item input[type="checkbox"] {
    display: none;
}
html .filter-options .am-labels-folding .item {
    padding: 0px;
}
#narrow-by-list .filter-options-item .filter-options-content .items.level-1{
    padding-left: 0px;
    padding-top: 10px;
}
html body #narrow-by-list .filter-options-item .filter-options-content .items {
    max-height: 100%;
    overflow-y: unset;
    padding-left: 0px;
}
html body .filter-options-content .count{
    display: none;
}
html .filter-options-item input[type="radio"],
html .filter-options-item input[type="checkbox"] {
    display: none;
}

html body .filter-options-content a:hover{
    background: transparent;
}

html body .am-filter-items-attr_manufacturer a{
    text-transform: uppercase;
    font-size: 15px;
}
html .filter-options-item input[type=checkbox]:checked:after {
    font-family: "Font Awesome 6 Pro";
    content: "\f00d";
    display: block;
    position: absolute;
    right: 1px;
    top: -11px;
    color: black;
    cursor: pointer;
}
html body .filter-options .items.level-1.-folding > .item{
    margin: 0px 0;
    padding: 5px 0;
    padding-left: 0px;
}
html body .filter-options .items.level-2.-folding > .item{
    border-left: 0px;
}
html body .filter-options .items.level-2.-folding{
    padding-left: 6px;
}
html body .filter-options-content{
    padding: 0px !important;
}
.filter-options .items:not(.items-children)>.item:not(.-is-collapsible).-filter-parent{
    margin-left: 0 !important;
}
html .filter-options-item {
    border: none;
    padding-bottom: 0px;
    margin-bottom: 15px;
    padding-left: 0px;
}
.filter .block-subtitle, .minicart-wrapper .product .actions .action.edit{
    display: none;
}
.product-item-actions .actions-secondary > .action.tocompare,
.product-item .price-box .price-label,
.product-info-main .product-info-price .price-box .price-container > span.price-label{
    display: none;
}
html body .toolbar{
    margin-bottom: 25px
}
html body .products{
    margin: 0;
}
._keyfocus *:focus, input:not([disabled]):focus, textarea:not([disabled]):focus, select:not([disabled]):focus{
    box-shadow: 0 0 3px 1px #cfcfcf;
}
html body .toolbar select{
    background-color: white;
    box-shadow: none !important;
    border-radius: 20px;
    border: 1px solid #c2c2c2;
    color: #949494;
}
html body .toolbar select#limiter{
    background-position-x: 20px;
    background-size: 24px !important;
}
html .message.success a:hover {
    background: transparent !important;
    color: inherit !important;
}
html body .minicart-wrapper .action.showcart{
    font-size: 21px;
    margin-left: 4px;
    position: relative;
}
html body a.icontopdf {
    font-size: 27px;
    text-decoration: unset;
}
html .minicart-wrapper .action.showcart .counter.qty{
    border-radius: 100%;
    height: 20px;
    width: 20px;
    line-height: 10px;
    position: absolute;
    top: -10px;
    right: -10px;
}
html .minicart-wrapper .action.showcart .counter-number{
    font-size: 14px;
}
#headercontainer.sticky #menutop{
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    background: white;
    border-bottom: 1px solid var(--color-button-principale);
    transition: 0.2s all ease-in;
}
#headercontainer.sticky #menutopdf li{
    padding-bottom: 10px;
}
#headercontainer.sticky #menutopdf .submenu .indexmenu{
    top: 43px;
}
#headercontainer.sticky .menu_fullwidth {
    position: inherit;
    display: flex;
    justify-content: center;
    align-items: center;
}
#headercontainer.sticky #menutopdf li.level0:hover a.level-top{
    border-bottom: 0px;
}
html body.page-layout-2columns-left .main{
    padding-left: 20px;
    padding-right: 20px;
}
.product-info-main .box-tocart .fieldset{
    display: flex;
    align-items: center;
}
.product-info-main .box-tocart .action.tocart{
    width: 100%;
    margin: 0 !important;
}
.product-info-main .box-tocart .fieldset .qty{
    display: flex;
    align-items: center;
    margin: 0 !important;
}

html body .product-info-main .product-info-price{
    border-bottom: 0px;
}
html body a.icontopdf.logouttop{
    /* padding-left: 10px;*/
}
html body .minicart-wrapper .block-minicart{
    padding-bottom: 0 !important;
}
.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), .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: none !important;
    height: 46px;
}
.cart.table-wrapper .actions-toolbar>.action-edit{
    display: none !important;
}
.cart.table-wrapper .col.qty .input-text{
    width: 40px !important;
    height: 40px !important;
}
/*PRODUCT VIEW*/
html body .price-final_price .price-to{
    display: none;
}
html body .products-grid .product-item-actions .actions-primary .stock.unavailable{
    padding:10px;
}
html body .products-grid .product-item-actions .actions-primary .stock.unavailable span{
    color: var(--color-button-principale);
    font-weight: bold;
    text-transform: uppercase;
}
#tabprod{
    justify-content: center;
    border: none;
    border-bottom: 5px solid var(--bck-block);
}
#tabprod li{
    margin-bottom: 0;
    padding: 5px 30px;
    font-size: 16px;
    text-transform: uppercase;
}
#tabprod li > a{
    color: #555252;
}
html body .tab-content > .active{
    display: block;
}
.below_info_prod .tab-content{
    padding-top: 30px;
}

.catalog-product-view.page-layout-1column .tabdx{
    width: 100%;
    max-width: 20%;
    order: 3;
    padding:15px;
    background: white;
    margin-left: 0px;
    border-left: 15px solid #f5f6f8;
}
.product-info-main .product-info-price{
    border-bottom: 0px;
}
.tabdx .box{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.tabdx .box p{
    width: 100%;
    font-size: 13px;
}
.tabdx .box .icon_box{
    font-size: 40px;
    padding-right: 15px;
}
.tabdx .box .txt_box {
    color: var(--color-blue);
    font-weight: bold;
}
.below_info_prod{
    background: white;
    padding: 20px;
}
.product-info-main .box-tocart .actions{
    padding-left: 25px;
    width: 100%;
}
.product-info-main .box-tocart .action.tocart{
    padding:12px 20px;
}
.product-info-main .box-tocart .fieldset #qty{
    height: 40px;
}
.product-info-main .box-tocart .fieldset .qty label{
    padding-right: 15px;
    margin-bottom: 0;
}
.field.configurable.required{
    display: flex;
    align-items: center;
}
.fotorama__fullscreen-icon:focus:after,
.fotorama__zoom-out:focus:after,
.fotorama__zoom-in:focus:after,
.fotorama__arr:focus:after,
.fotorama__stage__shaft:focus:after,
.fotorama__nav__frame--thumb:focus .fotorama__thumb:after,
.fotorama__nav__frame--dot:focus .fotorama__dot:after {box-shadow: none !important;}
.field.configurable.required .label{
    margin: 0;
    padding-right: 15px;
}
.product-add-form .product-options-wrapper .field .control{
    width: 100%;
}
.field.configurable.required .label:after{
    display: none;
}
html body .product-add-form .product-options-wrapper .field .control{
    width: 100%;
}
html body .product-info-main .product.alert.stock{
    background: var(--color-button-principale);
    text-align: center;
}
html body .product-info-main .product.alert.stock a{
    color: white;
    text-align: center;
}
html .action.primary:focus,
html .action.primary:active{
    background: var(--color-button-principale);
    border: 1px solid var(--color-button-principale);
    box-shadow: none !important;
}
.catalog-product-view.page-layout-1column .product-info-main .page-title-wrapper{
    padding-top: 0;
    border: 0;
}
.catalog-product-view.page-layout-1column .product-info-main .page-title-wrapper .page-title span{
    font-size: 22px;
    font-weight: 600;
}
html body .product-info-main .product-info-price .price-box{
    display: flex;
    vertical-align: top;
    width: 100%;
    flex-direction: column-reverse;
    flex-wrap: wrap;
}
html body .product-info-main .product-info-price span.normal-price,
html body .product-info-main .product-info-price .old-price{
    display: block;
    width:100%;
}
html body .product-info-main .product-info-price .old-price{
    text-decoration: line-through;
}
.condivididf .social{
    display: flex;
    align-items: center;
    padding-left: 0;
    list-style: none;
}
.condivididf .social li{
    padding: 0 15px;
    font-size: 20px;
    margin-bottom: 0px;
}
.condivididf .social li:first-child{
    padding-left: 0px;
}
#contactuspr{
    padding-bottom: 15px;
}
.info_ship .disponibility .product.availability{
    color: green;
}
.info_ship .disponibility .product.unavailability{
    color: var(--color-button-principale);
}
.info_ship{
    font-size: 15px;
}
.info_ship i{
    font-size: 22px;
}
.info_ship .disponibility{
    padding: 10px 0;
}
.info_ship .shipp_day{
    padding-bottom: 10px;
}
.info_ship .shipp_day .dayship{
    color: green;
}
.info_ship .shipp_day .dayship.after,
.info_ship .disponibility .product.availability.after{
    color: darkorange;
}
.below_info_prods{
    order: 4;
    margin-top: 15px;
    width: 100%;
}

.catalog-product-view .block.upsell{
    order: 5;
    width: 100%;
    padding: 0px;
    background: white;
    margin-top: 20px;
    margin-bottom: 0px;
    padding-bottom: 25px;
}
.catalog-product-view .block.related{
    order: 6;
    width: 100%;
    background: white;
    margin-top: 15px;
    margin-bottom: 0px;
    padding: 0px;
}
.catalog-product-view .bundle-options-container{
    order:4;
    background: white;
    margin-top: 15px;
}
.bundle-options-container .product-options-wrapper{
    width: 100%;
}
.catalog-product-view .carousel-other-prod .product.item{
    width: 100%;
}
.bundle-options-container .block-bundle-summary{
    margin-top: 35px;
}
.bundle-options-wrapper {
    padding-left: 50px;
    padding-top: 30px;
}
#product-options-wrapper{
    width: 100%;
}
html body .minicart-items .product-item-name a {
    color: black;
}
html body .minicart-items .product-item-name{
    margin: 0px;
}
html body #minicart-content-wrapper .product-image-container{
    width: 100% !important;
}
html body .minicart-items .product-item-details .price-including-tax,
html body .minicart-items .product-item-details .price-excluding-tax{
    text-align: right;
}
html body.catalog-product-view .carousel-other-prod .product.item .product-image-container{
    width: 100% !important;
}
html body mark,
html body .mark{
    background-color: transparent;
}
html body.catalog-product-view .carousel-other-prod .product.item .product-item-info{
    width: 100%;
    text-align: left;
    padding-left: 0px !important;
    padding-right: 0px;
}
html body .block.related .related-available .product-item-name{
    margin-left: 0px;
}
html body.catalog-product-view .carousel-other-prod .product-item .price-box{
    text-align: left;
}
html body.catalog-product-view .block.related .title,
html body.catalog-product-view .block.upsell .title{
    padding: 15px 0;
    margin: 0px;
    text-align: center;
    position: relative;
}

html body.catalog-product-view .block.upsell .title #block-upsell-heading,
html body.catalog-product-view .block.related .title #block-related-heading{
    font-weight: normal;
    font-size: 25px;
    color: #555252;
    text-transform: uppercase;
    font-weight: bold;
}
.catalog-product-view .block.related{
    margin-top: 0px !important;
    padding-top: 10px;
}
html body.catalog-product-view .carousel-other-prod .product-item-name{
    font-size: 18px;
    min-height: 45px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.slick-dotted.slick-slider .slick-dots{
    display: none;
}
.cart-container .block.crosssell{
    display: none;
}
#tabprod li.active a{
    color: var(--color-button-principale);
}
html body .product-addto-links{
    padding-bottom: 15px;
    display: block;
}
html body .product-addto-links .towishlist:before{
    content: '\f004';
    font-family: "font awesome 5 pro";
    font-weight: 100;
}
html body .product-info-price .price-box .price-container .price {
    font-weight: 100;
    font-size: 35px;
    color: var(--color-button-principale);
}
html body .product-info-price .price-box .old-price .price{
    color:#d3d1ce !important;
    font-size: 19px !important;
}

/*ONEPAGE CHECKOUT AMASTY*/
html .checkout-index-index .am-checkout {
    margin-top: 0px;
}
html .checkout-index-index .logo_desk{
    width: 100%;
}
html .checkout-index-index .logo_desk .logo img{
    margin: 0 auto;
}
html .checkout-index-index #maincontent{
    padding-top: 0px;
}
html .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-form-login .amcheckout-email .amcheckout-wrapper{
    padding-left: 0px;
}
html .checkout-index-index .fieldset > .field, html .checkout-index-index .fieldset > .fields > .field{
    margin: 0 0 12px;
}
.amcheckout-step-container .amcheckout-title > .amcheckout-icon:before{
    border-right: 2px solid var(--color-button-principale);
    border-bottom: 2px solid var(--color-button-principale);
}
html .amcheckout-step-container .amcheckout-title>.amcheckout-icon{
    border: 2px solid var(--color-button-principale);
}
.amcheckout-step-container .amcheckout-title > .amcheckout-icon:hover, .amcheckout-step-container .amcheckout-title > .amcheckout-icon:hover:before{
    border-color: var(--color-button-principale-hover);
}
.amcheckout-step-container input[type='checkbox']+label:hover:before, .amcheckout-step-container input[type='radio']+label:hover:before, .amcheckout-step-container input[type='checkbox']:checked+label:before, .amcheckout-step-container input[type='radio']:checked+label:before, ._amcheckout-selectable-item.-selected, .amcheckout-step-container .amcheckout-shipping-address .billing-address-details.-selected, .amcheckout-step-container .amcheckout-shipping-address .shipping-address-details.-selected, .amcheckout-step-container .shipping-address-items .shipping-address-item.-selected, .amcheckout-step-container .shipping-address-items .shipping-address-item.selected-item, .amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method.-selected, .amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method.-selected, .amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method.-selected, .amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method._active{
    border-color: var(--color-button-principale);
}
.amcheckout-step-container input[type='checkbox'] + label:hover:before, .amcheckout-step-container input[type='radio'] + label:hover:before, .amcheckout-step-container input[type='checkbox']:checked + label:before, .amcheckout-step-container input[type='radio']:checked + label:before{
    box-shadow: 0 2px 4px rgb(43 68 83 / 40%);
}
.amcheckout-step-container .amcheckout-button:not(.braintree-googlepay-button):not(.ui-datepicker-trigger):not(.gpay-card-info-container), .amcheckout-step-container button:not(.braintree-googlepay-button):not(.ui-datepicker-trigger):not(.gpay-card-info-container) {
    background: transparent;
    color: black;
}
html .checkout-index-index .block.block-search, html .checkout-index-index .cart_login{
    display: none;
}
.checkout-payment-method .payment-option-title .action-toggle {
    color:black;
    text-transform: uppercase;
}
.amcheckout-main-container.-modern .amcheckout-step-container .checkout-payment-method .payment-option-title {
    text-align: right;
}
.amcheckout-step-container .fieldset>.field>.label, .amcheckout-step-container .fieldset>.fields>.field>.label {
    font-weight: 300;
}
.checkout-index-index #discount-form .payment-option-inner{
    margin-bottom: 0px;
}
.amcheckout-step-container .amcheckout-summary-container .amcheckout-content>.amcheckout-wrapper {
    padding-bottom: 1px;
}
.checkout-index-index .payment-option-content #discount-form .primary .action.action-apply{
    background: black;
    color: white;
    text-transform: uppercase;
    /* margin-top: 5px; */
    height: 3.5rem;
    margin-bottom: 15px;
}
html .checkout-index-index .modal-popup .modal-footer .action-save-address{
    margin-right: 20px;
}
html .field.addresses .action.action-select-shipping-item, html .field.addresses .action.edit-address-link{
    background: #eee;
    margin-top: 15px;
    border: solid 1px #d4d4d4;
    padding: 1px 15px;
}
html .amcheckout-step-container .checkout-billing-address .actions-toolbar > .primary {
    padding-left: 0px;
}
html .minicart-items-wrapper .product-image-photo{
    max-width: 80px;
}
html .account .action.print, html .checkout-onepage-success .action.print{
    display: none;
}
html .abs-sidebar-totals .grand strong, html .cart-totals .grand strong, html .opc-block-summary .table-totals .grand strong {
    display: inline-block;
    font-weight: 600;
    padding: 3px 0 0;
    text-transform: uppercase;
    font-size: 20px;
}
._amcheckout-selectable-item:hover, .amcheckout-step-container .amcheckout-shipping-address .billing-address-details:hover, .amcheckout-step-container .amcheckout-shipping-address .shipping-address-details:hover, .amcheckout-step-container .shipping-address-items .shipping-address-item:hover, .amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method:hover, .amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method:hover {
    box-shadow: 0 2px 8px rgb(40 48 61 / 40%);
}
html .amcheckout-step-container input[type=checkbox]:checked+label:before {
    background: url(../../frontend/DFSolution/layout/it_IT/DFSolution_Layout/css/checked.svg) center no-repeat !important;
}
html .amcheckout-step-container .checkout-billing-address .actions-toolbar > .primary .action {
    margin-top: 0;
    border: solid 1px;
}
html .amcheckout-button.-new-address{
    border: solid 1px !important;
}
.am-checkout.-modern .opc-estimated-wrapper {
    display: none !important;
}
.amcheckout-step-container .amcheckout-summary-container .amcheckout-title {
    background: black;
}
.amcheckout-main-container.-layout-2columns .amcheckout-column:not(:first-of-type){
    margin-bottom: 100px;
}
.amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container.-summary>.checkout-payment-method .actions-toolbar .amasty.checkout, .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container.-summary>.checkout-payment-method .actions-toolbar .amasty.checkout {
    float: none;
    width: 100% !important;
    margin-bottom: -20px;
    border-radius: 0px;
    padding: 20px 30px;
}
.amcheckout-step-container .amcheckout-button:not(.braintree-googlepay-button):not(.ui-datepicker-trigger), .amcheckout-step-container button:not(.braintree-googlepay-button):not(.ui-datepicker-trigger) {
    border: none;
    border-radius: 2px;
    background: transparent;
    box-shadow: none;
    color: black;
    text-transform: inherit;
    font-weight: 300;
    font-size: 13px;
}
html .amcheckout-step-container .primary .action.checkout, html .amcheckout-step-container .action.checkout.amasty {
    padding: 14px 30px;
    background: black;
    text-transform: uppercase;
    color: white;
    font-weight: 300;
    font-weight: 500;
    font-size: 22px;
}
html .block-minicart .block-content > .actions{
    margin-top: 0px;
}
html .totals-tax, html .checkout-payment-method .payment-method-title .payment-icon, .payment-method-title .action.action-help, .checkout-index-index #topheader, .checkout-index-index #menutop, .amcheckout-step-container .amcheckout-summary-container .product-item-details .options{
    display: none;
}
#mini-cart .item .product-image-container{
    width: 100% !important;
}
.amcheckout-step-container .amcheckout-summary-container .minicart-items .product-image-container {
    border: none;
    width: 75px !important;
}
.amcheckout-main-container .minicart-items {
    background: transparent;    padding-right: 5px;
}
.amcheckout-step-container .amcheckout-summary-container .items-in-cart {
    border-bottom: 0px;
}
.checkout.methods.items.checkout-methods-items .paypal input, body .block-minicart .paypal.checkout.paypal-logo input {
    width: 100%;
    opacity: 0;
    height: 46px;
}

.opc-wrapper .step-title {
    background-color: #3d3d3d ;
    color: white !important;
    padding: 10px 20px !important;
    font-size: 20px !important;
    margin-bottom: 0;
}
.checkout-index-index .checkout-block {
    margin: 0 10px;
    margin-bottom: 20px;
    background: #f6f6f6;
    border: 1px solid #d9d9d9;
}
.checkout-index-index .checkout-block{
    padding: 0 !important;
}
tr.row.amcheckout-method{
    margin: 0;
}
.checkout-payment-method .payment-method:first-child .payment-method-title{
    padding-left: 20px;
}
.checkout-index-index .-summary .opc-block-summary{
    margin: 0;
    padding: 0;
}
.amcheckout-wrapper {
    padding: 20px;
    padding-top: 0;
}
.checkout-payment-method .payment-method:first-child .payment-method-title{
    padding-left: 0px;
}
.checkout-index-index #opc-shipping_method #checkout-shipping-method-load .table-checkout-shipping-method{
    max-width: 100%;
    min-width: 100%;
}
textarea{
    border: 1px solid #eaeaea !important;
}
html body select {
    border: 1px solid #eaeaea;
    height: 46px;
    font-size: 14px;
    padding: 0 10px;
    box-shadow: none !important;
    font-weight: 400;
    color: #3c3c3c;
}
.cart.table-wrapper .actions-toolbar{
    padding-bottom: 30px !important;
}
.checkout-index-index .opc-wrapper .form-login .fieldset .note,
.checkout-index-index .opc-wrapper .form-shipping-address .fieldset .note,
.checkout-index-index .action.action-auth-toggle{
    display: none;
}
.checkout-index-index .fieldset:last-child{
    margin-bottom: 0;
}
.block-authentication .actions-toolbar > .primary .action{
    border:0;
}
.checkout-index-index .opc-block-summary .table-totals:not(.cart):not(.totals) .grand.totals {
    color: var(--color-testoimportante);
    font-size: 17px;
    position: relative;
}
.checkout-index-index .opc-block-summary .table-totals .grand .amount,
.checkout-index-index .opc-block-summary .table-totals .grand .mark{
    font-size: 23px;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .discount-code .payment-option-title .action-toggle {
    color: var(--color-button-principale);
    font-weight: 500;
}
.checkout-index-index .opc-block-summary .minicart-items .product-item-details .details-qty,
.checkout-index-index .opc-block-summary .items-in-cart .product .item-options dt {
    font-size: .875em;
    font-weight: 400;
    margin: 0 5px 0 0;
    color: #999;
}
.checkout-index-index .opc-block-summary .minicart-items .product-item-name {
    font-weight: 600 !important;
    font-size: 16px;
    padding-bottom: 5px;
}
.checkout-index-index .opc-block-summary .items-in-cart .product .item-options dd {
    font-size: .875em;
    color: #3c3c3c;
    margin: 0;
}
.checkout-index-index .opc-block-summary.amcheckout-summary-container .product-item .price {
    color: var(--color-testoimportante);
    font-size: 15px;
    font-weight: 600;
}
.checkout-index-index .opc-block-summary .product-item .subtotal {
    display: table-cell;
    text-align: right;
}
.checkout-index-index .opc-block-summary .product-item .product-item-name-block {
    display: table-cell;
    padding-right: 5px;
    text-align: left;
}

.fieldset > .legend + br{
    display: none !important;
}
button:not(.primary) {
    box-shadow: none !important;
}
html body .products-grid .product-item-actions{
    margin: 0;
}
html body .products-grid .box_name .name_prod{
    min-height: 80px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
html body .products-grid .product-item .price-box{
    flex-direction: inherit;
    align-items: baseline;
}
html body .products-grid .product-item .old-price{
    padding-left: 15px;
    margin-bottom: 0;
}
html body .products-grid .product-item .difference_price{
    display: none;
}
html body .products-grid .product-item .aslowas{
    text-align: left;
    height: 20px;
}
html body .products-grid .product-item-actions .actions-primary{
    width: 100%;
    text-align: center;
}
html body .products-grid .product-item-actions a{
    width: 100%;
    padding: 9px;
}
html body.page-with-filter .products-grid .product-items .product-item .product-item-info:hover{
    padding: 0 !important;
}
html body .products-grid .product-item .product-item-info:hover .action.primary{
    background: var(--color-button-principale-hover);
    border-color: var(--color-button-principale-hover);
}
html body .amscroll-load-button:hover{
    background: #860908;
}
.languagetopdf .switcher-language .switcher-trigger img{
    width: 100%;
    max-width: 20px;
}
.languagetopdf .switcher-language .switcher-trigger span{
    display: none;
}
.languagetopdf .switcher-language .switcher-option .name_switch_lang{
    display: none;
}
.languagetopdf .switcher-language .switcher-option img{
    width: 100%;
    max-width: 20px;
}
html body .languagetopdf .switcher-language ul.dropdown{
    min-width: 40px !important;
}
.page-products .products-grid .product-item-inner:before{
    display: none;
}
/*MENU DFSOLUTION*/

#menutopdf .open-children-toggle {
    display: none;
}
#menutopdf > .level0:hover .submenu {
    opacity: 1;
    top: 70px;
    left: 0;
    transition: all .3s ease .35s;
}
html body #menutopdf li {
    margin: 0;
    text-transform: uppercase;
    line-height: 32px;
    background-repeat: no-repeat !important;
    background-size: 30px !important;
}
html body #menutopdf li > a{
    font-size: 15px;
    padding-left: 5px;
}
#menutop {
    background: transparent;
    box-shadow: 0px 6px 8px 0px rgb(0 0 0/9%);
}
#menutopdf .submenu .indexmenu {
    background-color: white;
    z-index: 9999;
    top: 150px;
    left: 0px;
    opacity: 0;
    visibility: hidden;
    padding: 20px 10px;
    transition: all .3s ease .35s;
    -webkit-box-shadow: 0 16px 20px -3px rgba(0,0,0,.3);
    -moz-box-shadow: 0 16px 20px -3px rgba(0,0,0,.3);
    box-shadow: 0 16px 20px -3px rgba(0,0,0,.3);
    width: 100%;
    position: absolute;
    padding-top: 10px !important;
}
html body #menutopdf li:not(.registermenu) > a:hover, html body #menutopdf li:not(.registermenu):hover > a{
    color: var(--color-button-principale);
}
#menutopdf .level0:hover .submenu .indexmenu{
    opacity: 1;
    visibility: visible;
}
#menutopdf .submenu .indexmenu .box_menu_col {
    float: none;
    max-width: 25%;
    min-width: inherit;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 15px;
    padding-bottom: 15px;
    flex-wrap: wrap;
    width: 100%;
    margin: 0px;
}
#menutopdf .submenu .indexmenu li.subtitle {
    color: var(--color-testoimportante);
    font-weight: bold;
    width: 100%;
    padding-right: 0px!important;
    padding-left: 0!important;
    margin-left: 0;
    font-size: 16px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    line-height: 10px;
}
#menutopdf .submenu .indexmenu .box_menu_col .subtitle a {
    line-height: 18px;
    min-height: 32px;
    display: flex;
    align-items: center;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-transform: none;
    font-weight: normal;
}
html body #menutopdf li.havechild > a:after{
    content: "\f078";
    font-weight: 400;
    font-family: "Font Awesome 6 Pro";
    width: 12px;
    height: 12px;
    display: inline-block;
    position: absolute;
    margin-top: 1px;
    margin-left: 8px;
    font-size: 13px;
}

#menutopdf .submenu .indexmenu li.subtitle span {
    display: block;
}
#menutopdf .submenu .indexmenu .box_menu_col > li.subcat2 {
    padding-left: 0;
    padding-bottom: 0px !important;
    width: 100%;
    font-size: 14px;
}
.stickyheaderdf .dfheader{
    position: sticky;
    top: 0;
    z-index: 9;
}
.stickyheaderdf .dfheader #headercontainer {
    box-shadow: 0px 6px 8px 0px rgb(0 0 0 / 20%);
    transition: all .3s ease .35s;
}
.stickyheaderdf .dfheader #topheader{
    display: none;
}
.stickyheaderdf .dfheader #menutop{
    background: white;
}
/*DISCOUNT CART*/
.checkout-cart-index .cart-discount #block-discount {
    width: 100%;
    background: white;
    padding: 30px 0;
}
.cart-discount .block .content {
    display: inherit;
}

#shopping-cart-table.table th,
#shopping-cart-table.table td{
    border-top: 0px !important;
}
.cart-summary._sticky{
    position: sticky;
}
html body .cart-discount .block .content {
    padding-bottom: 0px !important;
}
html body .cart-discount .block .content .fieldset.coupon {
    margin: 0px;
}
html body .cart-discount .block .content {
    display: inherit !important;
}
html body .cart-discount .block>.title{
    display: none;
}
html body.page-products .product-image-container{
    width: 100% !important;
}
.catalog-product-view .product.info.detailed{
    width: 100%;
}
.page-layout-2columns-left .sidebar-additional{
    display: none;
}
/*----------------------------------------------------------------------------------------------------------------------*/
/*DEFAULT RESPONSIVE*/

.catalog-product-view .product.media {
    display: block;
}
.toolbar.wishlist-toolbar #limiter {
    background-position-x: right;
    padding: 0px 30px 0px 10px;
}
html .minicart-items-wrapper {
    margin-bottom: 13px;
    width: 100%;
    max-height: 500px;
}
html .block-minicart .subtotal {
    display: flex;
    float: right;
}
#creditscopy {
    border-top: 1px solid #d6d3d2;
    background: white;
    color: black;
}
.product-social-links {
    display: none;
}


@media only screen and (max-width: 1440px){

}
@media only screen and (max-width: 1366px){

}
@media only screen and (max-width: 1280px){
    html body #menutopdf li{
        padding-left: 29px;
    }
}
@media only screen and (max-width: 1199px){
    .metodi-di-pagamenti ul li{
        font-size: 10px;
    }
    html body #menutopdf li > a{
        font-size: 14px;
    }
    html body #menutopdf li{
        background-size: 25px !important;
        line-height: 25px;
    }
    html body.page-products .products-grid .product-item{
        max-width: 33.3%;
    }
}
@media only screen and (max-width: 1024px){
    .block-top-header-left a span{
        display: none;
    }
    .slider-cat .single_cat .icon_cat{
        max-width: 80px;
    }
    .footer .col-icon.hiddendf{
        display: none;
    }
    .footer-middle-2 em, .footer-middle-2 i{
        margin: 0;
    }

}

@media only screen and (max-width: 991px) {
    html body .logo img{
        margin: 0 auto;
    }
    html .block-search input {
        left: -300%;
        position: absolute;
    }
    .search_desk .block-search .action.search{
        display: none;
    }
    html .block-search .label {
        border: unset;
        clip: unset;
        height: unset;
        margin: unset;
        overflow: unset;
        padding: unset;
        position: unset;
        width: unset;
    }

    .home_banners .second-sl img {
        width: 100%;
        height: auto !important;
    }

    .home_banners .second-sl .panel-block-row,
    .home_banners .second-sl {
        padding-left: 0;
    }

    .home_banners .second-sl .panel-block-row {
        margin-top: 0.5rem;
    }

    .curr-lang {
        display: flex;
        justify-content: flex-end;
    }

    .curr-lang .currencydf {
        padding-left: 10px;
    }

    html body.filter-active .page-wrapper {
        margin-top: 0;
        visibility: visible;
    }

    html .filter.active .filter-subtitle {
        display: none;
    }

    html .filter.active .filter-options {
        display: block;
        position: fixed;
        top: 27px;
        left: 0;
        right: 0;
        bottom: 0;
        overflow: scroll;
        background: #fff;
        z-index: 10;
        max-width: 300px;
        padding: 5px 0px 0px 5px;
    }

    #minicart-content-wrapper .product-item {
        display: flex;
        flex-direction: column;
    }

    html body .filter.active .filter-title {
        margin: 0;
        height: 27px;
        border: none;
        width: 300px;
        background: var(--color-button-principale);
        left: 0;
        position: fixed;
        right: 0;
        top: 0;
        z-index: 2;
    }

    .page-with-filter .filter.active .filter-title strong {
        box-shadow: none;
        background: none;
        border: 0;
        color: transparent;
        left: auto;
        right: 3px;
        top: 0px;
        display: inline-block;
        text-decoration: none;
        padding: 4px 10px;
    }

    .filter.active .filter-title strong:after {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 16px;
        line-height: inherit;
        color: #ffffff !important;
        content: '\e616';
        font-family: 'luma-icons';
        vertical-align: middle;
        display: inline-block;
        font-weight: normal;
        overflow: hidden;
        speak: none;
        text-align: center;
    }

    #minicart-content-wrapper .product-item-details {
        padding-left: 60px;
    }
    html .minicart-wrapper .product .actions {
        float: right;
        margin: -28px 0 0;
    }

    .catalog-product-view .columns .column.main {
        flex-direction: column;
    }

    .catalog-product-view .column.main .product-info-main,
    .catalog-product-view .column.main .product.media,
    .catalog-product-view .column.main .tabdx {
        max-width: 100%;
    }

    .catalog-product-view.page-layout-1column .tabdx {
        margin-top: 20px;
    }

    .catalog-product-view .column.main .product.media {
        justify-content: center;
    }

    #minicart-content-wrapper .subtotal {
        display: flex;
        float: right;
    }

    #minicart-content-wrapper .subtotal .label {
        padding-right: 10px;
    }

    .catalog-product-view .tabdx .box {
        padding-bottom: 15px;
    }

    .catalog-product-view #tabprod li {
        padding: 5px 7px;
    }

    .catalog-product-view #tabprod li.active {
        border-bottom: 1px solid #b00303;
    }

    .page-with-filter .sidebar .filter.active .filter-options:after {
        content: "";
        display: block;
        position: fixed;
        height: 100%;
        width: calc(100% - 300px);
        top: 0;
        right: 0;
        background: rgba(0, 0, 0, 0.5);
    }

    .toolbar-sorter.sorter .sorter-label,
    .toolbar-sorter.sorter .sorter-action {
        display: none;
    }

    .toolbar-sorter.sorter {
        width: 50%;
    }

    .toolbar-sorter.sorter #sorter {
        border: 1px solid var(--color-button-principale);
        max-height: 35px;
        width: 100%;
        margin: 0;
    }

    .page-with-filter #maincontent {
        padding: 0px 15px;
    }

    html .sidebar .filter-title strong:before {
        font-family: "Font Awesome 6 Pro";
        content: "\f0b0";
        position: absolute;
        left: 0px;
        background: transparent;
        color: black;
        top: 0px;
        padding: 7px 6px;
        font-size: 12px;
        border-right: 1px solid var(--color-button-principale);
    }



    html .page-with-filter .columns {
        padding-top: 0;
    }

    html .page-with-filter #amasty-shopby-product-list .products {
        padding-top: 30px;
    }

    .page-with-filter .sidebar.sidebar-main .filter-title strong {
        width: 100%;
        max-width: 49%;
        border: 1px solid var(--color-button-principale);
        background: transparent;
        line-height: 19px;
        padding: 7px 10px 7px 32px;
        border-radius: 0;
        text-align: left;
    }

    .page-with-filter .sidebar.sidebar-main .filter.active .filter-title strong {
        padding: 3px 10px;
        text-align: right;
    }

    .page-with-filter .sidebar.sidebar-main .filter.active .filter-title strong:before {
        content: "";
    }

    #logoheader .logo_desk {
        order: 2;
        justify-content: center;
    }

    #logoheader .search_desk {
        order: 1;
        align-items: center;
        padding-left: 0;
    }

    #logoheader .cart_login {
        order: 3;
        align-items: center;
    }

    .block-search .label.active + .control input {
        position: fixed !important;
        top: 100px;
        left: 0;
        margin: 0px;
        background: var(--bck-block);
    }

    #logoheader .search_desk .block-search .label {
        float: left;
        margin-bottom: 2px;
    }

    #logoheader .search_desk .block-content {
        padding-left: 15px;
    }

    #logoheader .block-content .form.minisearch {
        max-width: 30px;
    }

    #logoheader .block-search .control {
        position: fixed;
        top: 100px;
        width: 100%;
        left: 0;
        border-top: 0px;
        z-index: 9;
    }

    .stickyheaderdf .dfheader .block-search .label.active + .control input {
        top: 71px;
    }

    .field.search {
        border: 0;
    }


    html .page-header {
        margin-bottom: 0;
    }

    .block.block-search, .form .search-autocomplete {
        z-index: 9 !important;
    }

    html body .nav-toggle {
        position: relative !important;
        top: 0 !important;
        z-index: 1 !important;
        left: 0px;
        display: block;
    }

    html body .amsearch-close,
    #search_mini_form > div.field.search > div > div.amsearch-wrapper-input.-left-position.-bottom-position > button {
        top: 45px !important;
    }

    html body.stickyheaderdf .amsearch-close,
    html body.stickyheaderdf #search_mini_form > div.field.search > div > div.amsearch-wrapper-input.-left-position.-bottom-position > button {
        top: -15px !important;
    }
    /*START MENU MOBILE DF*/
    #menutopdf .close_menu {
        position: absolute;
        top: 0;
        right: 3px;
        font-size: 25px;
        padding: 2px 12px;
    }
    #menutopdf .submenu .indexmenu .box_menu_col > .subcat2 a {
        min-height: 20px;
    }
    html body #menutopdf .level0:hover .level-top {
        border-bottom: none;
        padding-bottom: 0px;
    }

    #menutopdf .submenu .indexmenu .container {
        flex-direction: column;
        border-left: 1px solid #b6b6b6;
        padding-left: 5px ;
        padding-right: 0px;
    }
    html body #menutopdf .submenu .indexmenu li.subtitle{
        margin-bottom: 0px;
        padding-bottom: 0px;
    }
    html body #menutopdf .submenu .indexmenu .box_menu_col .image_category{
        max-width: 70px;
    }
    html body #menutopdf .submenu .indexmenu .box_menu_col > .subcat2{
        padding-bottom: 3px !important;
        padding-left: 0 !important;
    }
    #menutopdf .submenu .box_menu_col > li:nth-child(2){
        margin-top: 9px;
    }
    html body #menutopdf .submenu .indexmenu .box_menu_col .subtitle a{
        padding-right: 0px !important;
        min-height: auto;
    }
    html body #menutopdf .submenu .indexmenu li.subtitle{
        border: 0px;
    }
    #menutopdf .submenu .indexmenu .container .box_menu_col {
        max-width: 100%;
        padding-left: 5px;
    }
    #menutopdf .ui-menu-item {
        display: flex;
        flex-wrap: wrap;
    }

    html body #menutopdf li {
        padding-right: 8px;
        padding-left: 25px;
        padding-bottom: 15px;
    }
    #menutopdf .level0 .submenu {
        display: none !important;
    }
    #menutopdf .level-top {
        min-width: 191px;
    }

    #menutop #menutopdf {
        overflow-y: scroll;
        overflow-x: hidden;
        flex-direction: column;
        position: fixed;
        top: 0;
        background: #fff;
        z-index: 10;
        width: 100%;
        max-width: 320px;
        height: 100%;
        display: none;
        padding-top: 10px;
        padding-left: 15px;
        padding-right: 15px;
        left: 0;
    }

    #menutopdf .submenu .indexmenu {
        position: relative;
        top: 0;
        box-shadow: none;
        -webkit-box-shadow: none;
        margin-left: -9px;
        opacity: 1;
        visibility: visible;
    }
    html body #menutopdf .level0:not(:last-child) .level-top:after{
        display: none;
    }
    .stickyheaderdf .dfheader #menutop{
        display: block;
    }

    #menutopdf:after {
        content: "";
        display: block;
        position: fixed;
        height: 100%;
        width: calc(100% - 300px);
        top: 0;
        right: 0;
        background: rgba(0, 0, 0, 0.5);
    }
    #menutopdf .open-children-toggle {
        display: block;
        padding-right: 0px;
        padding-left: 0px;
        margin-left: auto;
    }
    #menutopdf li.level0.active .submenu {
        display: block !important;
        width: 100%;
    }
    #menutopdf li.level0.active .open-children-toggle i:before{
        content: "\f068";
    }
    #menutopdf:before{
        content: '';
        background-image: url(../../frontend/DFSolution/layout/it_IT/DFSolution_Layout/images/logo.svg) !important;
        background-repeat: no-repeat !important;
        width: 200px;
        height: 50px;
        display: block;
        background-position: top center !important;
    }
    .mobile-help-toggle {
        display: block;
        padding-top: 20px;
        margin-right: 15px;
        border-top: 1px solid var(--color-button-principale);
    }
    .mobile-help-toggle p{
        font-size: 16px;
        padding-bottom: 15px;
        position: relative;
    }
    .mobile-help-toggle p:before{
        font-family: "font awesome 6 pro";
        font-weight: 400;
        font-size: 10px;
        display: inline-block;
        vertical-align: middle;
        margin-right: 5px;
        color: #000;
        content: "\f101";
        margin-top: -3px;
    }
    /*END MENU MOBILE DF*/

    html .action.primary.subscribe{
        padding: 3px 9px;
    }
    html body .cart-area{
        margin: 0 !important;
    }
    html body .minicart-wrapper{
        margin-top: 0px;
    }
}
@media only screen and (max-width: 767px){

    html body .block-search{
        margin-top: 0;
    }
    html body.page-products .products-grid .product-item{
        max-width: 50%;
    }
    #amasty-main-container {
        margin-top: 30px;
    }
    #maincontent {
        margin-top: 0;
    }
    html .page-header {
        margin-bottom: 0;
    }
    #footerinfo > div {

    }
    html body.page-with-filter.page-layout-2columns-left .main {
        padding: 0;
        padding-top: 40px;
    }
    html .mytexthead.linktop{
        margin-top: -2px;
    }
}
@media only screen and (max-width: 575px){
    .block_newsletter .socialblock{
        padding-left: 0px;
        padding-top: 15px;
    }
    html body.page-products .products-grid .amshopby-option-link{
        display: none;
    }
    .newsbox .title_newslet{
        font-size: 18px;
    }
    .newsbox .privacy_news{
        font-size: 12px;
    }
    .metodi-di-pagamenti ul li{
        line-height: 20px;
    }
    .line_gamba{
        height: 5px;
        width: calc(100% - 120px);
    }
    .icona_gamba{
        bottom: -14px;
        width: 120px;
        height: 110px;
    }
    #amasty-shopby-product-list div.products.wrapper.list.products-list .product.details .col-md-8 .row {
        display: block;
    }
    #amasty-shopby-product-list .products-list .product.details .col-md-8 .box_name,
    #amasty-shopby-product-list .products-list .product.details .col-md-8 .box_image {
        max-width: 100%;
    }
    html #amasty-shopby-product-list .products-list .product.details .col-md-8 .box_image {
        padding-bottom: 15px !important;
    }
    .col_img_prod > a {
        text-align: center;
    }
    #amasty-shopby-product-list div.products.wrapper.list.products-list > ol > li > div > div > div > div > div .col-8 {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    .catalog-product-view.page-layout-1column .product.media {
        max-width: 100%;
    }
    #amasty-main-container {
        width: 99% !important;
    }
    .catalog-product-view.page-layout-1column .product-info-main,
    .catalog-product-view.page-layout-1column .tabdx {
        max-width: 100%;
    }
    .block-top-header-left span {
        display: none;
    }
    .block-top-header-left a em {
        font-size: 19px;
        font-weight: 300;
    }
    .block-top-header-left .contattacitop {
        margin-right: 19px;
    }

}
@media only screen and (max-width: 480px) {
    #footerinfo .logo_footer,
    .payment_footer  {
        margin-bottom: 25px;
    }
    .social_footer .ul-social {
        margin-top: 30px;
    }
    #footerinfo > div {

    }
    #amasty-shopby-product-list .actions-primary {
        width: 100%;
    }
    #amasty-shopby-product-list .actions-primary > form a,
    #amasty-shopby-product-list .actions-primary > form button {
        width: 100%;
        max-width: 100%;
    }

}
@media only screen and (max-width: 380px){
    html body a.icontopdf.logouttop,
    #headercontainer .minicart-wrapper {
        padding-left: 10px !important;
    }
}
@media only screen and (max-width: 320px){

}

@media only screen and (max-width: 991px){
    .toolbar-sorter.sorter #sorter {
        border: 1px solid var(--color-button-principale);
        max-height: 35px;
        width: 100%;
        margin: 0;
    }
    .catalog-category-view .sidebar.sidebar-main .filter-title strong {
        width: 100%;
        max-width: 49%;
        border: 1px solid var(--color-button-principale);
        background: transparent;
        line-height: 19px;
        padding: 7px 10px 7px 32px;
        border-radius: 0;
        text-align: left;
        cursor: pointer;
        border-radius: 25px;
    }
    .toolbar-sorter.sorter .sorter-label, .toolbar-sorter.sorter .sorter-action {
        display: none;
    }
    .toolbar-sorter.sorter {
        width: 50%;
    }
    .catalog-category-view .sidebar.sidebar-main .filter.active .filter-title strong {
        padding: 3px 10px;
        text-align: right;
        border: none;
    }
    .product-info-main .box-tocart .fieldset .qty label{
        display: none;
    }
}

@media only screen and (max-width: 767px){
    .navigation .level0.active > a:not(.ui-state-active), .navigation .level0.has-active > a:not(.ui-state-active){
        border-color: var(--color-button-principale);
    }
}


.test{
    padding: 0px;
}

#weglot-switcher-1 {margin-left:10px;}

#weglot-switcher-2  {margin-top:10px;}

.checkboxconfig .control {}

/* .fieldset > .field.checkboxconfig .control .field.choice { width:110px;} */

.checkboxconfig .control .options-list {display:flex; margin-top:10px; gap:10px;}
.checkboxconfig{
	width:33%;
	float:left;
	padding:10px;
}

.checkboxconfig .control .radio {
    display: none;
}

.checkboxconfig .control .radio + label {
    -webkit-appearance: none;
    /* background-color: #e1e1e1;*/
    border: 1px solid #e1e1e1;
    border-radius: 22px;
    width: 100%;
    display: inline-block;
    position: relative;
	cursor:pointer;

}

.checkboxconfig .control .radio:checked + label {
    background: grey;
	color:#CA1617;
    border: 1px solid #CA1617;
}
.catalog-product-view.type-tapparelle #product-options-wrapper .checkboxconfig .control .product-custom-option:not(.hidden) {
	
    margin-top: 12px;
    margin-bottom: 10px;
	
}


.type-tapparelle.catalog-product-view #product-options-wrapper .checkboxconfig .control label {
    width: auto;
    background: none;
    color: #000;
    padding: 8px 15px;
    text-transform: inherit;
	font-weight:600;
	

}




.checkboxconfigdue .control {}

/* .fieldset > .field.checkboxconfig .control .field.choice { width:110px;} */

.checkboxconfigdue .control .options-list {display:flex; margin-top:10px; gap:10px;}
.checkboxconfigdue{
	width:50%;
	padding:10px;
	float:left;
}

.checkboxconfigdue .control .radio {
    display: none;

}

.checkboxconfigdue .control .radio + label {
    -webkit-appearance: none;
    /* background-color: #e1e1e1;*/
    border: 1px solid #e1e1e1;
    border-radius: 22px;
    width: 100%;
    display: inline-block;
    position: relative;
	cursor:pointer;

}

.checkboxconfigdue .control .radio:checked + label {
    background: grey;
	color:#CA1617;
    border: 1px solid #CA1617;
}


.catalog-product-view.type-tapparelle #product-options-wrapper .checkboxconfigdue .control .product-custom-option:not(.hidden) {
	
    margin-top: 12px;
    margin-bottom: 10px;
	
}


.type-tapparelle.catalog-product-view #product-options-wrapper .checkboxconfigdue .control label {
    width: auto;
    background: none;
    color: #000;
    padding: 8px 15px;
    text-transform: inherit;
	font-weight:600;
	

}


.checkboxconfiguno .control {}

/* .fieldset > .field.checkboxconfig .control .field.choice { width:110px;} */

.checkboxconfiguno .control .options-list {display:flex; margin-top:10px; gap:10px;}
.checkboxconfiguno{
	width:100%;
	padding:10px;
}

.checkboxconfiguno .control .radio {
    display: none;
}

.checkboxconfiguno .control .radio + label {
    -webkit-appearance: none;
    /* background-color: #e1e1e1;*/
    border: 1px solid #e1e1e1;
    border-radius: 22px;
    width: 100%;
    display: inline-block;
    position: relative;
	cursor:pointer;

}

.checkboxconfiguno .control .radio:checked + label {
    background: grey;
	color:#CA1617;
    border: 1px solid #CA1617;
}


.catalog-product-view.type-tapparelle #product-options-wrapper .checkboxconfiguno .control .product-custom-option:not(.hidden) {
	
    margin-top: 12px;
    margin-bottom: 10px;
	
}


.type-tapparelle.catalog-product-view #product-options-wrapper .checkboxconfiguno .control label {
    width: auto;
    background: none;
    color: #000;
    padding: 8px 15px;
    text-transform: inherit;
	font-weight:600;
	

}

@media only screen and (max-width: 767px) {
  #topheader .leftheader.text-truncate{
    display:none;
  }
  #topheader .rightheader{
    width:100%;
  }
	.checkboxconfig{
		width:100%;
	}
	.checkboxconfiguno{
		width:100%;
	}
	.checkboxconfigdue{
		width:100%;
	}
}


.quantity-buttons {
    position: relative;
}

.quantity-buttons button {
    background-color: #fff;
    border-color: var(--color-button-principale);
    color: #000;
    cursor: pointer;
    font-size: 16px;
    padding: 5px 12px;
    border-radius: 20px!important;
}

.quantity-buttons button.decrease-qty {
    padding: 5px 14px;
	
}



.quantity-buttons input {
    width: 50px; /* Adjust as needed */
    text-align: center;
    border-color: var(--color-button-principale);
    font-size: 16px;
    padding: 6px 0;
}

/* Style hover or active state */
.quantity-buttons button:hover,
.quantity-buttons button:active {
    background-color: #ddd;
	color:#000;
    border-color: var(--color-button-principale);
}


html body #menutopdf li span.cta-text { text-transform:none !important;}


html body #menutopdf li > a:hover{
    color: var(--color-button-principale);
}


.box-tocart .input-text.qty {
    border-radius: 20px;
    width: 100px;
    border-color: var(--color-button-principale);
}


html .product-options-bottom .field.qty {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

html .product-options-bottom .field.qty label {
    margin-right: 10px;
    margin-bottom: 0px;
}

html #product-addtocart-button {
    border-radius: 25px !important;
}


h1.page-title {line-height:0.8;}


.product.actions.product-item-actions {display:none;}/** 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
}
/*
formBuilder - https://formbuilder.online/
Version: 1.24.2
Author: Kevin Chappell <kevin.b.chappell@gmail.com>
*/
@charset "UTF-8";
@font-face {
    font-family: 'form-builder-font';
    src: url(data:application/vnd.ms-fontobject;base64,iDIAALwxAAABAAIAAAAAAAIABQMAAAAAAAABAJABAAAAAExQAAAAAAAAAAAAAAAAAAAAAAEAAAAAAAAAt7/mHwAAAAAAAAAAAAAAAAAAAAAAACIAZgBvAHIAbQAtAGIAdQBpAGwAZABlAHIALQBmAG8AbgB0AAAADgBSAGUAZwB1AGwAYQByAAAAFgBWAGUAcgBzAGkAbwBuACAAMQAuADAAAAAiAGYAbwByAG0ALQBiAHUAaQBsAGQAZQByAC0AZgBvAG4AdAAAAAAAAAEAAAAPAIAAAwBwR1NVQrD+s+0AAAD8AAAAQk9TLzI+IEk+AAABQAAAAFZjbWFwizvtkQAAAZgAAAJeY3Z0IAbV/wQAACWkAAAAIGZwZ22KkZBZAAAlxAAAC3BnYXNwAAAAEAAAJZwAAAAIZ2x5ZtJ0mIoAAAP4AAAcbmhlYWQKXKfBAAAgaAAAADZoaGVhBz0DZQAAIKAAAAAkaG10eESzAAAAACDEAAAATGxvY2FJblGvAAAhEAAAAChtYXhwAoYMmAAAITgAAAAgbmFtZdVcxKAAACFYAAADOXBvc3QTOILlAAAklAAAAQZwcmVw5UErvAAAMTQAAACGAAEAAAAKAB4ALAABREZMVAAIAAQAAAAAAAAAAQAAAAFsaWdhAAgAAAABAAAAAQAEAAQAAAABAAgAAQAGAAAAAQAAAAAAAQOeAZAABQAAAnoCvAAAAIwCegK8AAAB4AAxAQIAAAIABQMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUGZFZABA6ADoEQNS/2oAWgNSAJYAAAABAAAAAAAAAAAABQAAAAMAAAAsAAAABAAAAXYAAQAAAAAAcAADAAEAAAAsAAMACgAAAXYABABEAAAABAAEAAEAAOgR//8AAOgA//8AAAABAAQAAAABAAIAAwAEAAUABgAHAAgACQAKAAsADAANAA4ADwAQABEAEgAAAQYAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADAAAAAAA6AAAAAAAAAASAADoAAAA6AAAAAABAADoAQAA6AEAAAACAADoAgAA6AIAAAADAADoAwAA6AMAAAAEAADoBAAA6AQAAAAFAADoBQAA6AUAAAAGAADoBgAA6AYAAAAHAADoBwAA6AcAAAAIAADoCAAA6AgAAAAJAADoCQAA6AkAAAAKAADoCgAA6AoAAAALAADoCwAA6AsAAAAMAADoDAAA6AwAAAANAADoDQAA6A0AAAAOAADoDgAA6A4AAAAPAADoDwAA6A8AAAAQAADoEAAA6BAAAAARAADoEQAA6BEAAAASAAAAEAAA/2oD6ANSAAMABwALAA8AEwAXABsAHwAjACcAKwBLAFAAVABYAHwCPEuwFFBYQJEEAQIjKCMCZQoBCCUkJQgkbQAkKiUkKmshAR8WLBYfZQAsICAsYxQTEQMPHQ4dD2UVEhADDh4eDmMcARgpASMCGCNgACgnMA0vBAcAKAdeBQMCAAsJAgEGAAFeJgwCBgAlCAYlXi4BKi0rAhYfKhZfMiIxAyAAHQ8gHV8bARkZGlYAGhoMSAAeHhdZABcXDRdJG0uwFVBYQJQEAQIjKCMCKG0KAQglJCUIJG0AJColJCprIQEfFiwWHyxtACwgICxjFBMRAw8dDh0PZRUSEAMOHh0OHmscARgpASMCGCNgACgnMA0vBAcAKAdeBQMCAAsJAgEGAAFeJgwCBgAlCAYlXi4BKi0rAhYfKhZfMiIxAyAAHQ8gHV8bARkZGlYAGhoMSAAeHhdZABcXDRdJG0CWBAECIygjAihtCgEIJSQlCCRtACQqJSQqayEBHxYsFh8sbQAsIBYsIGsUExEDDx0OHQ8ObRUSEAMOHh0OHmscARgpASMCGCNgACgnMA0vBAcAKAdeBQMCAAsJAgEGAAFeJgwCBgAlCAYlXi4BKi0rAhYfKhZfMiIxAyAAHQ8gHV8bARkZGlYAGhoMSAAeHhdZABcXDRdJWVlAalVVUVEYGAwMenh3dnV0c3Jxb2poZ2ZlZGNiYWBfXl1bVVhVWFdWUVRRVFNSUE9OTElHRkVEQ0JBQD44NTIwKyopKCcmJSQjIiEgHx4dHBgbGBsaGRcWFRQTEhEQDA8MDxIRERERERAzBRsrATMVIycjFTM3IxUzIxUzNRUzNSMXMzUjJxUzNQMzNSMXMzUjFzM1IzMjFTMBFRQOASsBERQGIyEiJjURND4BMyE1IzUhFSMVITIeAQMpARUhJTUjFTM1IxUBNCYjIREjNSM1MzUjNTM1ISIGHQEUFjMhFSMVITUjNSEyNjUBdz8/fT4+fT4++j8+Pn0+Pj8/vD8/fT8/fT8/vD8/AbUaKxkfIhz9EhwjGisZAZZ9ATl9AVcZKxq7/on+iQLu/Y8/vD8CsBIO/qk/Pj4+Pv5qDhERDgGWfQE5fQFXDhICGj99Pj4+Pz99Pj4+Pz8//c0/Pz8/Pz8CkPoZKhr+iBwiIhwCzxkrGj8+Pj8aK/3UvPs+Pj4+AdQOEv7HPz4/Pj8SDvoOET4/Pz4RDgAAAA8AAP9qA6EDUgADAAcACwAPABMAFwAbAB8AIwAzADcAOwA/AE8AcwCYQJVBJQIdEkktJAMTHQJHIR8CHRMJHVQbARMZFw0DCQgTCV8YFgwDCBURBwMFBAgFXhQQBgMEDwsDAwEABAFeGgESEh5YIAEeHgxIDgoCAwAAHFgAHBwNHElycG1qZ2ZjYF1bVlNNTEVEPz49PDs6OTg3NjU0MS8pJyMiISAfHh0cGxoZGBcWFRQTEhERERERERERECIFHSsXMzUjFzM1IyczNSMXMzUjJzM1IwEzNSMnMzUjATM1IyczNSMDNTQmJyMiBgcVFBY3MzI2ATM1IyczNSMXMzUjNzU0JicjIgYdARQWNzMyNjcRFAYjISImNRE0NjsBNTQ2OwEyFh0BMzU0NjsBMhYXFTMyFkehocWyssWhocWyssWhoQGbs7PWsrIBrKGh1rOzxAwGJAcKAQwGJAcKAZuhodazs9ahoRIKCCMICgoIIwgK1ywc/O4dKiodSDQlJCU01jYkIyU0AUcdKk+hoaEksrKyJKH9xKH6of3EoSSyATChBwoBDAahBwwBCv4msiShoaFroQcKAQwGoQcMAQos/TUdKiodAssdKjYlNDQlNjYlNDQlNioAAAAAAgAA/8gD4gLCABQAKQAyQC8ZGBcWFRMABwMCAUcUAQFFAAEAAgMBAmAAAwAAA1QAAwMAWAAAAwBMNTs3NAQFGCsBERQOASMhIi4BNRE0PgEzITIWFzcHCQEFJTU0JiMhIgYVERQWMyEyNjUDTBorGf3OGSsaGisZAjIhMwqW1f7U/s4BMgEsEQ79zg4SEg4CMg4RAhr+DBkrGhorGQIyGSsaKiFX8/6VAZZktgwOEREO/c4OEhIOAAgAAP+oA+gDUgADAAcACwAPABMAFwAbAB8AbkBrHQEEBR8BCQQZAQgJGwEGCBUBBwYFRx4BBRoBCRYBBgNGFwEHRAADAAIFAwJeCgEFAAQJBQReAAkACAYJCF4ABgsBBwYHWgAAAAFWAAEBDABJDAwICBMSERAMDwwPDg0ICwgLEhERERAMBRkrESE1IRUhNSEFFSE1ETUhFTUhNSEPAScXEwcnFxMHJxcD6PwYA+j8GAF3AjP9zQIz/c19nF5enJxeXpycXl4DFD67Prs/P/3NPz/6P7xeIH4Btl4gfQG1XiB9AAsAAP+oA+gDUgADAAcACwAPABMAIAApADUAPgBLAFQBBUuwFFBYQFoACwIFAgtlGwESCRJwAAMAAgsDAl4YDAIFDQEECgUEYBcBCgAPBgoPYAAGAAcRBgdeGgEQABEOEBFgGQEOABMIDhNgHBQCCBUWAgkSCAlgAAAAAVYAAQEMAEkbQFsACwIFAgsFbRsBEgkScAADAAILAwJeGAwCBQ0BBAoFBGAXAQoADwYKD2AABgAHEQYHXhoBEAARDhARYBkBDgATCA4TYBwUAggVFgIJEggJYAAAAAFWAAEBDABJWUBCTUxAPzc2KyoiIRUUEBBRUExUTVRGRT9LQEs7OjY+Nz4yMCo1KzUmJSEpIikbGhQgFSAQExATEhEREREREREQHQUdKxEhNSEVITUhBSE1IQUhFSEVNSEVAyIuATQ+ATIeARQOASciBhQWMjY0JgMiLgE0PgEzMhYUBiciBhQWMjY0JgMiLgE0PgEyHgEUDgEnIgYUFjI2NCYD6PwYA+j8GAE5AnH9jwJx/Y8Ccf2P2xkrGhorMisaGisZDhERHBERDhkrGhorGSc3NycOEREbEhINGSsaGisyKxoaKxkOEREcEREDFD67Pvo/+j/6Pz8BthoqMisaGisyKhp9EhwRERwS/oIaKzIrGjVSNX0RHBEVFBX+jxorMisaGisyKxp+EhwRERwSAAAAFQAA/6gD6AMUAA8AEwAXABsAHwA3ADsAPwBDAEcASwBPAFMAVwBbAF8AdwB7AH8AgwCHA0FLsAlQWECdADwHOwc8ZUYBODcGBjhlPQEAADY1ADZeADUANCo1NF4zMS8tBCspJCAcGAUCAysCXyhFJUMhQR0/GQkDJ0QjQh9AGz4XCQQFAwReJiIeGhYFBRUTEQ8NBQsMBQteMjAuLAQqFBIQDgQMCioMXgAKAAkICgleAAgABzwIB14AOwA6OTs6XgA5ADc4OTdeAAYBAQZSAAYGAVkAAQYBTRtLsApQWECiADwHOwc8ZUYBODcGBjhlPQEAADY1ADZeADUANCw1NF4AKisCKlIzMS8tBCspJCAcGAUCAysCXyhFJUMhQR0/GQkDJ0QjQh9AGz4XCQQFAwReJiIeGhYFBRUTEQ8NBQsMBQteMjAuAywUEhAOBAwKLAxeAAoACQgKCV4ACAAHPAgHXgA7ADo5OzpeADkANzg5N14ABgEBBlIABgYBWQABBgFNG0uwC1BYQJ4APAc7BzxlRgE4NwY3OAZtPQEAADY1ADZeADUANCo1NF4zMS8tBCspJCAcGAUCAysCXyhFJUMhQR0/GQkDJ0QjQh9AGz4XCQQFAwReJiIeGhYFBRUTEQ8NBQsMBQteMjAuLAQqFBIQDgQMCioMXgAKAAkICgleAAgABzwIB14AOwA6OTs6XgA5ADc4OTdeAAYBAQZSAAYGAVkAAQYBTRtAnwA8BzsHPDttRgE4NwY3OAZtPQEAADY1ADZeADUANCo1NF4zMS8tBCspJCAcGAUCAysCXyhFJUMhQR0/GQkDJ0QjQh9AGz4XCQQFAwReJiIeGhYFBRUTEQ8NBQsMBQteMjAuLAQqFBIQDgQMCioMXgAKAAkICgleAAgABzwIB14AOwA6OTs6XgA5ADc4OTdeAAYBAQZSAAYGAVkAAQYBTVlZWUClfHxUVFBQTExISEREQEA8PDg4AgCHhoWEg4KBgHx/fH9+fXt6eXh3dnV0c3JxcG9ubWxramloZ2ZlZGNgX15dXFtaWVhUV1RXVlVQU1BTUlFMT0xPTk1IS0hLSklER0RHRkVAQ0BDQkE8Pzw/Pj04Ozg7Ojk3NjU0MzIxMC8uLSwrKikoJyYlJCMiISAfHh0cGxoZGBcWFRQTEhEQCgcADwIPRwUUKwEhIgYVERQWMyEyNjURNCYFMxUjFTMVIwEhESE1ITUhNSE1MxUzNTMVMzUzFTM1MxUzNTMVMzUzJRUjPQIzFRcVIz0CMxUXFSM9AjMVFxUjPQIzFRcjNTM1IzUzNSM1IxUjNSMVIzUjFSM1IxUjNSMVIzUhNSE1IQE1IRU1ITUhJyE1IQOq/JUcIyMcA2scIiL8eTIyMjIDa/yVA2v8lQNr/JUyXVJXUV5LXlFeLP1vS1KoUVGpS0uvUVGKMjIyMjJeUVhLXlFeS10yA2v8lQNr/RICcf2PAnF9/gwB9AMUIh39EhwjIxwC7hwjhBINE/2JAiwNEwwTDQ0NDQ0NDQ0NDR8TEw0SEg0TEw0SEg0TEw0SEg0TEw0SEiATDRINBgwMDAwMDAwMDBkME/2VPz99Pz4/AAAQAAD/qAPoA1IADAAQABQAGAAcACAAJAAoACwAMAA0ADgAPAA/AEMARwE1S7AUUFhAZhsBCwMMAwtlAAwEBAxjGRcCFQUWBRVlGhgCFgYGFmMiFBEPBA0HDgcNZRMSEAMOCAgOYwkBBB4cAgEdBAFfJB8jAx0ABRUdBV4ABgAHDQYHXyEBCAAACABdCgEDAwJWIAECAgwDSRtAbBsBCwMMAwsMbQAMBAMMBGsZFwIVBRYFFRZtGhgCFgYFFgZrIhQRDwQNBw4HDQ5tExIQAw4IBw4IawkBBB4cAgEdBAFfJB8jAx0ABRUdBV4ABgAHDQYHXyEBCAAACABdCgEDAwJWIAECAgwDSVlAVUREQEAtLRUVAABER0RHRkVAQ0BDQkE/Pjw7Ojk4NzY1NDMyMS0wLTAvLiwrKikoJyYlJCMiISAfHh0cGxoZFRgVGBcWFBMSERAPDg0ADAAMEzQlBRYrGQExFBYzITI2NREzEQUhFSEVIRUhFTUhFRMjNTMFMxUjETMVIzczFSM3MxUjNxUjNSUzFSM3MxUjNzMVIwEnMwU1MxUzNTMVIxwCcRwi+vxXAnH9jwJx/Y8Ccfq8vPzTPz8/P30/P30/P7w//ok/P30/P30/PwHVP3f8+T8+PwNS/JUcIyMcAjMBOD68u7z6vLwCcbw/Pv3NPj4+Pj4+Pj76Pj4+Pj4BcEX6Pz8/PwAGAAD/qAPoAxQAAwAHAAsADwAfACMAt0uwFFBYQEEAAAQBBABlDAEBCgQBCmsACA4BCwYIC14ABgAHAwYHXgADAAIFAwJeDQEFAAQABQReAAoJCQpSAAoKCVkACQoJTRtAQgAABAEEAAFtDAEBCgQBCmsACA4BCwYIC14ABgAHAwYHXgADAAIFAwJeDQEFAAQABQReAAoJCQpSAAoKCVkACQoJTVlAJiAgCAgAACAjICMiIR4bFhMPDg0MCAsICwoJBwYFBAADAAMRDwUVKzc1IRUlITUhHQEhPQEhFSETETQmIyEiBhURFBYzITI2AxEhEbwB9P4MAnH9jwJx/Y8CcbsiHPyVHCMjHANrHCI+/JWjPj76Pn0+Pvo+/c0C7hwjIh39EhwjIwMK/RIC7gAAAwAA/+cD6ALVAB8AIwAnAFtAWAACAwEBAAIBXgQOAgANAQoLAApeDA8CCwkBBQYLBWAIAQYHBwZSCAEGBgdWAAcGB0ogIAEAJyYlJCAjICMiIRoYFxYVFBMSEQ8KCAcGBQQDAgAfAR8QBRQrASE1MzUjFTMVIyIGFREUFjsBFSMVMzUjNSEyNjURNCYBETMRKQERIQOq/W9e+l6cGyQjHJxe+l4CkRwiI/x6nALP/W8CkQJYPz4+PyYY/okcIz4/Pz4jHAF3GCb+SwF3/okBdwAAAAAEAAD/sQNNAv8ABgAUABkAJACGQBceAQIFHRYOBwQDAhkDAgMAAwEBAQAER0uwElBYQCcABQIFbwACAwJvAAMAA28AAAEBAGMGAQEEBAFSBgEBAQRXAAQBBEsbQCYABQIFbwACAwJvAAMAA28AAAEAbwYBAQQEAVIGAQEBBFcABAEES1lAEgAAISAYFxAPCQgABgAGFAcFFSsXNycHFTMVATQjIgcBBhUUMzI3ATYnFwEjNQEUDwEnNzYyHwEWyzKDM0gBXwwFBP7RBA0FBAEvAx7o/jDoA00UXehdFDsWgxQHM4MzPEcCBgwE/tIEBgwEAS4Ecej+L+kBmh0VXelcFRWDFgAAAAADAAD/qAOqAxQABAAIAA8ARUBCCgEERQgGAgQFBG8ABQAFbwcBAAADAgADXgACAQECUgACAgFWAAECAUoJCQEACQ8JDw4NDAsIBwYFAwIABAEECQUUKyUhFSE1ByM1MwE3FyMRIxEB1f4rA6o/fX39cPr6nLyj+/t9PgG2+vr+xwE5AAAWAAAAAAPoAlgAAwAHAAsADwATABcAGwAfACMAJwArAC8AMwA3ADsAPwBDAEcASwBPAFMAVwDAQL0pDQsJBwUDBwEoDAoIBgQCBwAPAQBeAA8ADhEPDl4AEQAQExEQXgATABIVExJeABUAFBcVFF4AFwAWGRcWXgAZABgbGRheKyclIyEfHQcbGhobUisnJSMhHx0HGxsaViomJCIgHhwHGhsaSldWVVRTUlFQT05NTEtKSUhHRkVEQ0JBQD8+PTw7Ojk4NzY1NDMyMTAvLi0sKyopKCcmJSQjIiEgHx4dHBsaGRgXFhUUExIRERERERERERAsBR0rEzM1IxczNSMXMzUjFzM1IxczNSMXMzUjFzM1IwUzNSMFMzUjBTM1IwUzNSMFMzUjBTM1IwUzNSMXMzUjFzM1IxczNSMXMzUjFzM1IxczNSMTMzUjATM1Iz8+Pn0+Pn0+Pn0+Pn0+Pn0+Pn0+PvzTPz8Dqj4+/FY/PwOqPj78Vj8/A6o+PvzTPz99Pz99Pz99Pz99Pz99Pz99Pz8/Pj78Vj8/Aho+Pj4+Pj4+Pj4+Pj4+fT99Pn0/fT59P30+fT8/Pz8/Pz8/Pz8/Pz8Bdz7+DD8AAAAAAQAA/2oBigNSACAAKEAlBAEABQEFAAFtAwEBAgUBAmsABQUMSAACAg0CSRUhJRUhEwYFGisBFAYnIxEzMh4BDwEGIi8BJjQ2OwERIyImNj8BNjIfARYBiRYOR0cPFAIMjwoeCo8KFA9ISA4WAgmPCxwLjwsCnw4WAf3EFB4LjgsLjgseFAI8FB4LjgsLjgsABwAAAAAD6AJYAAMABwALAA8AGAAhACwCMbcqJyQDCQgBR0uwClBYQE4HAQMACgADCm0RAQoMAApjDQEMCAAMYw8BDgkLBQ5lAAsCBQtjBgECBQkCBWsAAQAAAwEAXhABCAAJDggJYAAFBAQFUgAFBQRXAAQFBEsbS7ALUFhARAcBAwAKAAMKbQ0MEQMKCAAKYw8OAgsJAgULZQYBAgUJAgVrAAEAAAMBAF4QAQgACQsICWAABQQEBVIABQUEVwAEBQRLG0uwEVBYQE4HAQMACgADCm0RAQoMAApjDQEMCAAMYw8BDgkLBQ5lAAsCBQtjBgECBQkCBWsAAQAAAwEAXhABCAAJDggJYAAFBAQFUgAFBQRXAAQFBEsbS7ASUFhAUAcBAwAKAAMKbREBCgwACmMNAQwIAAwIaw8BDgkLCQ4LbQALAgULYwYBAgUJAgVrAAEAAAMBAF4QAQgACQ4ICWAABQQEBVIABQUEVwAEBQRLG0uwE1BYQFEHAQMACgADCm0RAQoMAAoMaw0BDAgADAhrDwEOCQsJDgttAAsCBQtjBgECBQkCBWsAAQAAAwEAXhABCAAJDggJYAAFBAQFUgAFBQRXAAQFBEsbQFIHAQMACgADCm0RAQoMAAoMaw0BDAgADAhrDwEOCQsJDgttAAsCCQsCawYBAgUJAgVrAAEAAAMBAF4QAQgACQ4ICWAABQQEBVIABQUEVwAEBQRLWVlZWVlAIxoZERAsKykoJiUjIh4dGSEaIRUUEBgRGBEREREREREQEgUcKxMhNSEDMxEjEyE1KQEzESMFIgYUFjI2NCYnMhYUBiImNDYXMxU3MwcXIycVIz4Da/yVPj8/PwNr/JUDaz4+/dgiJydDJychMDk5YDo6yR9mKHF5KW0fAho+/ksBd/5KPwF3XzJWMjJWMhlAbEBAbEAEYGBqem5uAAAAAQAA/7QDDwMIADYAPUA6AAIFBgUCBm0ABgQFBgRrAAEAAwcBA2AABwAFAgcFYAAEAAAEVAAEBABYAAAEAEwmFyYlExUVIggFHCslFAYjIicBJjQ2MhcBFhQGIicBJiIGFhcBFjMyNjc0JwEmIyIGFB8BFhQGIi8BJjU0NjMyFwEWAw9YQUs4/k4/fLBAAVIFIhAG/q4sdFIBKgGxIy4kLgEk/rwOExAWDuUGJA8F5SNALTEiAUU3TUFYNwGyQK98P/6uBRAiBQFTK1R1K/5PJDAjLiMBRA4WIg/kBhAiBeUiMS5AJP68NgAAAAABAAD/sQPFAwsAfgBQQE1ZVDMDCAUXAQECAkcKAQYLCQcDBQgGBWAACAACAQgCYAwDAgEAAAFUDAMCAQEAWAQBAAEATHp5cG9rZWBfWFVPTkpEPjxlFjgUYA0FGSsFIiYiBiMiJjU0NjI2NzY9ATQnJiMhIg8BFBceATIWFxQGByImIgYjIiY1ND4CNzY1JxE3NiY0LgIjJi8BLgE3NDY3MhYyNjMyFhUUBiIGBwYVFxYzITI3Nj0BNCcuAjU0NjcyFjI2MzIWFRQGIgYHBhUTFBceATIWFxQGA6sZYjJiGQ4OEhogCRIBBxX+iBYHARUJIh4UAQ4NGmgxXhgNDhIWHgkSAQEBAgQECAUIER0MFgEMDhpoMGAWDg4SGh4JEwEHDwGGDgcBEwouHA4OGGQvYBgODhQYIgcUARMJIBwSAQxPBAQYDRESCAULQ9oMBQMD4E8NBQQQEg4YAQQEGA0REAQEBw1DHwHGDgwSGBgQFAUBAgEMFA4YAQQEGg0REAQFDE7EAgIGDLJODAYCDBYOGAEEBBoNERAEBQ1N/fJCDAYEEhAOGAAAAQAA/7ECyQMLACsALkArHQgCAQIBRwACAAEAAmUDAQEBbgAEAAAEVAAEBABYAAAEAEw9MxM4IwUFGSsBFRQGIyIHBgcGFREUBisBIiY1ESMRFAYrASImNREmJyYnJjU0Njc2MyEyFgLJFA4cAg8DAhQOPA4UUBIQPA4UUjdGJSRjQz6rAQsOFALpKRAkAQMOBh79fQ4UFA4CqP1YDhQUDgEVBxohQ0FQXIUXFRQAAAACAAD/agNrA1IAGwAfAEdARAQCAgAPEA0DBQYABV4ODAIGCwkCBwgGB14DAQEBDEgKAQgIDQhJAAAfHh0cABsAGxoZGBcWFRQTEREREREREREREQUdKwE1IzcjByM3IwcjFTMHIxUzBzM3MwczNzM1IzcHIzczA2ucH30f+h99H9vLH6ycH30f+h99H9vLH5z6H/oB2336+vr6ffp9+vr6+n36+voAAAABAAAAAQAAH+a/t18PPPUACwPoAAAAANOqshAAAAAA06qyEAAA/2oD6ANSAAAACAACAAAAAAAAAAEAAANS/2oAAAPoAAD//wPoAAEAAAAAAAAAAAAAAAAAAAATA+gAAAPoAAADoAAAA+gAAAPoAAAD6AAAA+gAAAPoAAAD6AAAA+gAAANZAAAD6AAAA+gAAAGsAAAD6AAAAxEAAAPoAAACygAAA2sAAAAAAAABygK4AxQDhgSMBuIH6giCCOwJcAmyCpgK4AxCDLgNjA3kDjcAAQAAABMAiAAWAAAAAAACAI4AngBzAAABWwtwAAAAAAAAABIA3gABAAAAAAAAADUAAAABAAAAAAABABEANQABAAAAAAACAAcARgABAAAAAAADABEATQABAAAAAAAEABEAXgABAAAAAAAFAAsAbwABAAAAAAAGABEAegABAAAAAAAKACsAiwABAAAAAAALABMAtgADAAEECQAAAGoAyQADAAEECQABACIBMwADAAEECQACAA4BVQADAAEECQADACIBYwADAAEECQAEACIBhQADAAEECQAFABYBpwADAAEECQAGACIBvQADAAEECQAKAFYB3wADAAEECQALACYCNUNvcHlyaWdodCAoQykgMjAxNiBieSBvcmlnaW5hbCBhdXRob3JzIEAgZm9udGVsbG8uY29tZm9ybS1idWlsZGVyLWZvbnRSZWd1bGFyZm9ybS1idWlsZGVyLWZvbnRmb3JtLWJ1aWxkZXItZm9udFZlcnNpb24gMS4wZm9ybS1idWlsZGVyLWZvbnRHZW5lcmF0ZWQgYnkgc3ZnMnR0ZiBmcm9tIEZvbnRlbGxvIHByb2plY3QuaHR0cDovL2ZvbnRlbGxvLmNvbQBDAG8AcAB5AHIAaQBnAGgAdAAgACgAQwApACAAMgAwADEANgAgAGIAeQAgAG8AcgBpAGcAaQBuAGEAbAAgAGEAdQB0AGgAbwByAHMAIABAACAAZgBvAG4AdABlAGwAbABvAC4AYwBvAG0AZgBvAHIAbQAtAGIAdQBpAGwAZABlAHIALQBmAG8AbgB0AFIAZQBnAHUAbABhAHIAZgBvAHIAbQAtAGIAdQBpAGwAZABlAHIALQBmAG8AbgB0AGYAbwByAG0ALQBiAHUAaQBsAGQAZQByAC0AZgBvAG4AdABWAGUAcgBzAGkAbwBuACAAMQAuADAAZgBvAHIAbQAtAGIAdQBpAGwAZABlAHIALQBmAG8AbgB0AEcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAAcwB2AGcAMgB0AHQAZgAgAGYAcgBvAG0AIABGAG8AbgB0AGUAbABsAG8AIABwAHIAbwBqAGUAYwB0AC4AaAB0AHQAcAA6AC8ALwBmAG8AbgB0AGUAbABsAG8ALgBjAG8AbQAAAAACAAAAAAAAAAoAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABMBAgEDAQQBBQEGAQcBCAEJAQoBCwEMAQ0BDgEPARABEQESARMBFAAMYXV0b2NvbXBsZXRlCGNhbGVuZGFyCGNoZWNrYm94DmNoZWNrYm94LWdyb3VwC3JhZGlvLWdyb3VwCXJpY2gtdGV4dAZzZWxlY3QJdGV4dC1hcmVhCnRleHQtaW5wdXQGcGVuY2lsCmZpbGUtaW5wdXQMaGlkZGVuLWlucHV0D3Jlc2l6ZS12ZXJ0aWNhbAxidXR0b24taW5wdXQGYXR0YWNoBmhlYWRlcglwYXJhZ3JhcGgGbnVtYmVyAAAAAAABAAH//wAPAAAAAAAAAAAAAAAAAAAAAAAYABgAGAAYA1L/agNS/2qwACwgsABVWEVZICBLuAAOUUuwBlNaWLA0G7AoWWBmIIpVWLACJWG5CAAIAGNjI2IbISGwAFmwAEMjRLIAAQBDYEItsAEssCBgZi2wAiwgZCCwwFCwBCZasigBCkNFY0VSW1ghIyEbilggsFBQWCGwQFkbILA4UFghsDhZWSCxAQpDRWNFYWSwKFBYIbEBCkNFY0UgsDBQWCGwMFkbILDAUFggZiCKimEgsApQWGAbILAgUFghsApgGyCwNlBYIbA2YBtgWVlZG7ABK1lZI7AAUFhlWVktsAMsIEUgsAQlYWQgsAVDUFiwBSNCsAYjQhshIVmwAWAtsAQsIyEjISBksQViQiCwBiNCsQEKQ0VjsQEKQ7ABYEVjsAMqISCwBkMgiiCKsAErsTAFJbAEJlFYYFAbYVJZWCNZISCwQFNYsAErGyGwQFkjsABQWGVZLbAFLLAHQyuyAAIAQ2BCLbAGLLAHI0IjILAAI0JhsAJiZrABY7ABYLAFKi2wBywgIEUgsAtDY7gEAGIgsABQWLBAYFlmsAFjYESwAWAtsAgssgcLAENFQiohsgABAENgQi2wCSywAEMjRLIAAQBDYEItsAosICBFILABKyOwAEOwBCVgIEWKI2EgZCCwIFBYIbAAG7AwUFiwIBuwQFlZI7AAUFhlWbADJSNhRESwAWAtsAssICBFILABKyOwAEOwBCVgIEWKI2EgZLAkUFiwABuwQFkjsABQWGVZsAMlI2FERLABYC2wDCwgsAAjQrILCgNFWCEbIyFZKiEtsA0ssQICRbBkYUQtsA4ssAFgICCwDENKsABQWCCwDCNCWbANQ0qwAFJYILANI0JZLbAPLCCwEGJmsAFjILgEAGOKI2GwDkNgIIpgILAOI0IjLbAQLEtUWLEEZERZJLANZSN4LbARLEtRWEtTWLEEZERZGyFZJLATZSN4LbASLLEAD0NVWLEPD0OwAWFCsA8rWbAAQ7ACJUKxDAIlQrENAiVCsAEWIyCwAyVQWLEBAENgsAQlQoqKIIojYbAOKiEjsAFhIIojYbAOKiEbsQEAQ2CwAiVCsAIlYbAOKiFZsAxDR7ANQ0dgsAJiILAAUFiwQGBZZrABYyCwC0NjuAQAYiCwAFBYsEBgWWawAWNgsQAAEyNEsAFDsAA+sgEBAUNgQi2wEywAsQACRVRYsA8jQiBFsAsjQrAKI7ABYEIgYLABYbUQEAEADgBCQopgsRIGK7ByKxsiWS2wFCyxABMrLbAVLLEBEystsBYssQITKy2wFyyxAxMrLbAYLLEEEystsBkssQUTKy2wGiyxBhMrLbAbLLEHEystsBwssQgTKy2wHSyxCRMrLbAeLACwDSuxAAJFVFiwDyNCIEWwCyNCsAojsAFgQiBgsAFhtRAQAQAOAEJCimCxEgYrsHIrGyJZLbAfLLEAHistsCAssQEeKy2wISyxAh4rLbAiLLEDHistsCMssQQeKy2wJCyxBR4rLbAlLLEGHistsCYssQceKy2wJyyxCB4rLbAoLLEJHistsCksIDywAWAtsCosIGCwEGAgQyOwAWBDsAIlYbABYLApKiEtsCsssCorsCoqLbAsLCAgRyAgsAtDY7gEAGIgsABQWLBAYFlmsAFjYCNhOCMgilVYIEcgILALQ2O4BABiILAAUFiwQGBZZrABY2AjYTgbIVktsC0sALEAAkVUWLABFrAsKrABFTAbIlktsC4sALANK7EAAkVUWLABFrAsKrABFTAbIlktsC8sIDWwAWAtsDAsALABRWO4BABiILAAUFiwQGBZZrABY7ABK7ALQ2O4BABiILAAUFiwQGBZZrABY7ABK7AAFrQAAAAAAEQ+IzixLwEVKi2wMSwgPCBHILALQ2O4BABiILAAUFiwQGBZZrABY2CwAENhOC2wMiwuFzwtsDMsIDwgRyCwC0NjuAQAYiCwAFBYsEBgWWawAWNgsABDYbABQ2M4LbA0LLECABYlIC4gR7AAI0KwAiVJiopHI0cjYSBYYhshWbABI0KyMwEBFRQqLbA1LLAAFrAEJbAEJUcjRyNhsAlDK2WKLiMgIDyKOC2wNiywABawBCWwBCUgLkcjRyNhILAEI0KwCUMrILBgUFggsEBRWLMCIAMgG7MCJgMaWUJCIyCwCEMgiiNHI0cjYSNGYLAEQ7ACYiCwAFBYsEBgWWawAWNgILABKyCKimEgsAJDYGQjsANDYWRQWLACQ2EbsANDYFmwAyWwAmIgsABQWLBAYFlmsAFjYSMgILAEJiNGYTgbI7AIQ0awAiWwCENHI0cjYWAgsARDsAJiILAAUFiwQGBZZrABY2AjILABKyOwBENgsAErsAUlYbAFJbACYiCwAFBYsEBgWWawAWOwBCZhILAEJWBkI7ADJWBkUFghGyMhWSMgILAEJiNGYThZLbA3LLAAFiAgILAFJiAuRyNHI2EjPDgtsDgssAAWILAII0IgICBGI0ewASsjYTgtsDkssAAWsAMlsAIlRyNHI2GwAFRYLiA8IyEbsAIlsAIlRyNHI2EgsAUlsAQlRyNHI2GwBiWwBSVJsAIlYbkIAAgAY2MjIFhiGyFZY7gEAGIgsABQWLBAYFlmsAFjYCMuIyAgPIo4IyFZLbA6LLAAFiCwCEMgLkcjRyNhIGCwIGBmsAJiILAAUFiwQGBZZrABYyMgIDyKOC2wOywjIC5GsAIlRlJYIDxZLrErARQrLbA8LCMgLkawAiVGUFggPFkusSsBFCstsD0sIyAuRrACJUZSWCA8WSMgLkawAiVGUFggPFkusSsBFCstsD4ssDUrIyAuRrACJUZSWCA8WS6xKwEUKy2wPyywNiuKICA8sAQjQoo4IyAuRrACJUZSWCA8WS6xKwEUK7AEQy6wKystsEAssAAWsAQlsAQmIC5HI0cjYbAJQysjIDwgLiM4sSsBFCstsEEssQgEJUKwABawBCWwBCUgLkcjRyNhILAEI0KwCUMrILBgUFggsEBRWLMCIAMgG7MCJgMaWUJCIyBHsARDsAJiILAAUFiwQGBZZrABY2AgsAErIIqKYSCwAkNgZCOwA0NhZFBYsAJDYRuwA0NgWbADJbACYiCwAFBYsEBgWWawAWNhsAIlRmE4IyA8IzgbISAgRiNHsAErI2E4IVmxKwEUKy2wQiywNSsusSsBFCstsEMssDYrISMgIDywBCNCIzixKwEUK7AEQy6wKystsEQssAAVIEewACNCsgABARUUEy6wMSotsEUssAAVIEewACNCsgABARUUEy6wMSotsEYssQABFBOwMiotsEcssDQqLbBILLAAFkUjIC4gRoojYTixKwEUKy2wSSywCCNCsEgrLbBKLLIAAEErLbBLLLIAAUErLbBMLLIBAEErLbBNLLIBAUErLbBOLLIAAEIrLbBPLLIAAUIrLbBQLLIBAEIrLbBRLLIBAUIrLbBSLLIAAD4rLbBTLLIAAT4rLbBULLIBAD4rLbBVLLIBAT4rLbBWLLIAAEArLbBXLLIAAUArLbBYLLIBAEArLbBZLLIBAUArLbBaLLIAAEMrLbBbLLIAAUMrLbBcLLIBAEMrLbBdLLIBAUMrLbBeLLIAAD8rLbBfLLIAAT8rLbBgLLIBAD8rLbBhLLIBAT8rLbBiLLA3Ky6xKwEUKy2wYyywNyuwOystsGQssDcrsDwrLbBlLLAAFrA3K7A9Ky2wZiywOCsusSsBFCstsGcssDgrsDsrLbBoLLA4K7A8Ky2waSywOCuwPSstsGossDkrLrErARQrLbBrLLA5K7A7Ky2wbCywOSuwPCstsG0ssDkrsD0rLbBuLLA6Ky6xKwEUKy2wbyywOiuwOystsHAssDorsDwrLbBxLLA6K7A9Ky2wciyzCQQCA0VYIRsjIVlCK7AIZbADJFB4sAEVMC0AS7gAyFJYsQEBjlmwAbkIAAgAY3CxAAVCsgABACqxAAVCswoCAQgqsQAFQrMOAAEIKrEABkK6AsAAAQAJKrEAB0K6AEAAAQAJKrEDAESxJAGIUViwQIhYsQNkRLEmAYhRWLoIgAABBECIY1RYsQMARFlZWVmzDAIBDCq4Af+FsASNsQIARAAA);
    src: url(data:application/vnd.ms-fontobject;base64,iDIAALwxAAABAAIAAAAAAAIABQMAAAAAAAABAJABAAAAAExQAAAAAAAAAAAAAAAAAAAAAAEAAAAAAAAAt7/mHwAAAAAAAAAAAAAAAAAAAAAAACIAZgBvAHIAbQAtAGIAdQBpAGwAZABlAHIALQBmAG8AbgB0AAAADgBSAGUAZwB1AGwAYQByAAAAFgBWAGUAcgBzAGkAbwBuACAAMQAuADAAAAAiAGYAbwByAG0ALQBiAHUAaQBsAGQAZQByAC0AZgBvAG4AdAAAAAAAAAEAAAAPAIAAAwBwR1NVQrD+s+0AAAD8AAAAQk9TLzI+IEk+AAABQAAAAFZjbWFwizvtkQAAAZgAAAJeY3Z0IAbV/wQAACWkAAAAIGZwZ22KkZBZAAAlxAAAC3BnYXNwAAAAEAAAJZwAAAAIZ2x5ZtJ0mIoAAAP4AAAcbmhlYWQKXKfBAAAgaAAAADZoaGVhBz0DZQAAIKAAAAAkaG10eESzAAAAACDEAAAATGxvY2FJblGvAAAhEAAAAChtYXhwAoYMmAAAITgAAAAgbmFtZdVcxKAAACFYAAADOXBvc3QTOILlAAAklAAAAQZwcmVw5UErvAAAMTQAAACGAAEAAAAKAB4ALAABREZMVAAIAAQAAAAAAAAAAQAAAAFsaWdhAAgAAAABAAAAAQAEAAQAAAABAAgAAQAGAAAAAQAAAAAAAQOeAZAABQAAAnoCvAAAAIwCegK8AAAB4AAxAQIAAAIABQMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUGZFZABA6ADoEQNS/2oAWgNSAJYAAAABAAAAAAAAAAAABQAAAAMAAAAsAAAABAAAAXYAAQAAAAAAcAADAAEAAAAsAAMACgAAAXYABABEAAAABAAEAAEAAOgR//8AAOgA//8AAAABAAQAAAABAAIAAwAEAAUABgAHAAgACQAKAAsADAANAA4ADwAQABEAEgAAAQYAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADAAAAAAA6AAAAAAAAAASAADoAAAA6AAAAAABAADoAQAA6AEAAAACAADoAgAA6AIAAAADAADoAwAA6AMAAAAEAADoBAAA6AQAAAAFAADoBQAA6AUAAAAGAADoBgAA6AYAAAAHAADoBwAA6AcAAAAIAADoCAAA6AgAAAAJAADoCQAA6AkAAAAKAADoCgAA6AoAAAALAADoCwAA6AsAAAAMAADoDAAA6AwAAAANAADoDQAA6A0AAAAOAADoDgAA6A4AAAAPAADoDwAA6A8AAAAQAADoEAAA6BAAAAARAADoEQAA6BEAAAASAAAAEAAA/2oD6ANSAAMABwALAA8AEwAXABsAHwAjACcAKwBLAFAAVABYAHwCPEuwFFBYQJEEAQIjKCMCZQoBCCUkJQgkbQAkKiUkKmshAR8WLBYfZQAsICAsYxQTEQMPHQ4dD2UVEhADDh4eDmMcARgpASMCGCNgACgnMA0vBAcAKAdeBQMCAAsJAgEGAAFeJgwCBgAlCAYlXi4BKi0rAhYfKhZfMiIxAyAAHQ8gHV8bARkZGlYAGhoMSAAeHhdZABcXDRdJG0uwFVBYQJQEAQIjKCMCKG0KAQglJCUIJG0AJColJCprIQEfFiwWHyxtACwgICxjFBMRAw8dDh0PZRUSEAMOHh0OHmscARgpASMCGCNgACgnMA0vBAcAKAdeBQMCAAsJAgEGAAFeJgwCBgAlCAYlXi4BKi0rAhYfKhZfMiIxAyAAHQ8gHV8bARkZGlYAGhoMSAAeHhdZABcXDRdJG0CWBAECIygjAihtCgEIJSQlCCRtACQqJSQqayEBHxYsFh8sbQAsIBYsIGsUExEDDx0OHQ8ObRUSEAMOHh0OHmscARgpASMCGCNgACgnMA0vBAcAKAdeBQMCAAsJAgEGAAFeJgwCBgAlCAYlXi4BKi0rAhYfKhZfMiIxAyAAHQ8gHV8bARkZGlYAGhoMSAAeHhdZABcXDRdJWVlAalVVUVEYGAwMenh3dnV0c3Jxb2poZ2ZlZGNiYWBfXl1bVVhVWFdWUVRRVFNSUE9OTElHRkVEQ0JBQD44NTIwKyopKCcmJSQjIiEgHx4dHBgbGBsaGRcWFRQTEhEQDA8MDxIRERERERAzBRsrATMVIycjFTM3IxUzIxUzNRUzNSMXMzUjJxUzNQMzNSMXMzUjFzM1IzMjFTMBFRQOASsBERQGIyEiJjURND4BMyE1IzUhFSMVITIeAQMpARUhJTUjFTM1IxUBNCYjIREjNSM1MzUjNTM1ISIGHQEUFjMhFSMVITUjNSEyNjUBdz8/fT4+fT4++j8+Pn0+Pj8/vD8/fT8/fT8/vD8/AbUaKxkfIhz9EhwjGisZAZZ9ATl9AVcZKxq7/on+iQLu/Y8/vD8CsBIO/qk/Pj4+Pv5qDhERDgGWfQE5fQFXDhICGj99Pj4+Pz99Pj4+Pz8//c0/Pz8/Pz8CkPoZKhr+iBwiIhwCzxkrGj8+Pj8aK/3UvPs+Pj4+AdQOEv7HPz4/Pj8SDvoOET4/Pz4RDgAAAA8AAP9qA6EDUgADAAcACwAPABMAFwAbAB8AIwAzADcAOwA/AE8AcwCYQJVBJQIdEkktJAMTHQJHIR8CHRMJHVQbARMZFw0DCQgTCV8YFgwDCBURBwMFBAgFXhQQBgMEDwsDAwEABAFeGgESEh5YIAEeHgxIDgoCAwAAHFgAHBwNHElycG1qZ2ZjYF1bVlNNTEVEPz49PDs6OTg3NjU0MS8pJyMiISAfHh0cGxoZGBcWFRQTEhERERERERERECIFHSsXMzUjFzM1IyczNSMXMzUjJzM1IwEzNSMnMzUjATM1IyczNSMDNTQmJyMiBgcVFBY3MzI2ATM1IyczNSMXMzUjNzU0JicjIgYdARQWNzMyNjcRFAYjISImNRE0NjsBNTQ2OwEyFh0BMzU0NjsBMhYXFTMyFkehocWyssWhocWyssWhoQGbs7PWsrIBrKGh1rOzxAwGJAcKAQwGJAcKAZuhodazs9ahoRIKCCMICgoIIwgK1ywc/O4dKiodSDQlJCU01jYkIyU0AUcdKk+hoaEksrKyJKH9xKH6of3EoSSyATChBwoBDAahBwwBCv4msiShoaFroQcKAQwGoQcMAQos/TUdKiodAssdKjYlNDQlNjYlNDQlNioAAAAAAgAA/8gD4gLCABQAKQAyQC8ZGBcWFRMABwMCAUcUAQFFAAEAAgMBAmAAAwAAA1QAAwMAWAAAAwBMNTs3NAQFGCsBERQOASMhIi4BNRE0PgEzITIWFzcHCQEFJTU0JiMhIgYVERQWMyEyNjUDTBorGf3OGSsaGisZAjIhMwqW1f7U/s4BMgEsEQ79zg4SEg4CMg4RAhr+DBkrGhorGQIyGSsaKiFX8/6VAZZktgwOEREO/c4OEhIOAAgAAP+oA+gDUgADAAcACwAPABMAFwAbAB8AbkBrHQEEBR8BCQQZAQgJGwEGCBUBBwYFRx4BBRoBCRYBBgNGFwEHRAADAAIFAwJeCgEFAAQJBQReAAkACAYJCF4ABgsBBwYHWgAAAAFWAAEBDABJDAwICBMSERAMDwwPDg0ICwgLEhERERAMBRkrESE1IRUhNSEFFSE1ETUhFTUhNSEPAScXEwcnFxMHJxcD6PwYA+j8GAF3AjP9zQIz/c19nF5enJxeXpycXl4DFD67Prs/P/3NPz/6P7xeIH4Btl4gfQG1XiB9AAsAAP+oA+gDUgADAAcACwAPABMAIAApADUAPgBLAFQBBUuwFFBYQFoACwIFAgtlGwESCRJwAAMAAgsDAl4YDAIFDQEECgUEYBcBCgAPBgoPYAAGAAcRBgdeGgEQABEOEBFgGQEOABMIDhNgHBQCCBUWAgkSCAlgAAAAAVYAAQEMAEkbQFsACwIFAgsFbRsBEgkScAADAAILAwJeGAwCBQ0BBAoFBGAXAQoADwYKD2AABgAHEQYHXhoBEAARDhARYBkBDgATCA4TYBwUAggVFgIJEggJYAAAAAFWAAEBDABJWUBCTUxAPzc2KyoiIRUUEBBRUExUTVRGRT9LQEs7OjY+Nz4yMCo1KzUmJSEpIikbGhQgFSAQExATEhEREREREREQHQUdKxEhNSEVITUhBSE1IQUhFSEVNSEVAyIuATQ+ATIeARQOASciBhQWMjY0JgMiLgE0PgEzMhYUBiciBhQWMjY0JgMiLgE0PgEyHgEUDgEnIgYUFjI2NCYD6PwYA+j8GAE5AnH9jwJx/Y8Ccf2P2xkrGhorMisaGisZDhERHBERDhkrGhorGSc3NycOEREbEhINGSsaGisyKxoaKxkOEREcEREDFD67Pvo/+j/6Pz8BthoqMisaGisyKhp9EhwRERwS/oIaKzIrGjVSNX0RHBEVFBX+jxorMisaGisyKxp+EhwRERwSAAAAFQAA/6gD6AMUAA8AEwAXABsAHwA3ADsAPwBDAEcASwBPAFMAVwBbAF8AdwB7AH8AgwCHA0FLsAlQWECdADwHOwc8ZUYBODcGBjhlPQEAADY1ADZeADUANCo1NF4zMS8tBCspJCAcGAUCAysCXyhFJUMhQR0/GQkDJ0QjQh9AGz4XCQQFAwReJiIeGhYFBRUTEQ8NBQsMBQteMjAuLAQqFBIQDgQMCioMXgAKAAkICgleAAgABzwIB14AOwA6OTs6XgA5ADc4OTdeAAYBAQZSAAYGAVkAAQYBTRtLsApQWECiADwHOwc8ZUYBODcGBjhlPQEAADY1ADZeADUANCw1NF4AKisCKlIzMS8tBCspJCAcGAUCAysCXyhFJUMhQR0/GQkDJ0QjQh9AGz4XCQQFAwReJiIeGhYFBRUTEQ8NBQsMBQteMjAuAywUEhAOBAwKLAxeAAoACQgKCV4ACAAHPAgHXgA7ADo5OzpeADkANzg5N14ABgEBBlIABgYBWQABBgFNG0uwC1BYQJ4APAc7BzxlRgE4NwY3OAZtPQEAADY1ADZeADUANCo1NF4zMS8tBCspJCAcGAUCAysCXyhFJUMhQR0/GQkDJ0QjQh9AGz4XCQQFAwReJiIeGhYFBRUTEQ8NBQsMBQteMjAuLAQqFBIQDgQMCioMXgAKAAkICgleAAgABzwIB14AOwA6OTs6XgA5ADc4OTdeAAYBAQZSAAYGAVkAAQYBTRtAnwA8BzsHPDttRgE4NwY3OAZtPQEAADY1ADZeADUANCo1NF4zMS8tBCspJCAcGAUCAysCXyhFJUMhQR0/GQkDJ0QjQh9AGz4XCQQFAwReJiIeGhYFBRUTEQ8NBQsMBQteMjAuLAQqFBIQDgQMCioMXgAKAAkICgleAAgABzwIB14AOwA6OTs6XgA5ADc4OTdeAAYBAQZSAAYGAVkAAQYBTVlZWUClfHxUVFBQTExISEREQEA8PDg4AgCHhoWEg4KBgHx/fH9+fXt6eXh3dnV0c3JxcG9ubWxramloZ2ZlZGNgX15dXFtaWVhUV1RXVlVQU1BTUlFMT0xPTk1IS0hLSklER0RHRkVAQ0BDQkE8Pzw/Pj04Ozg7Ojk3NjU0MzIxMC8uLSwrKikoJyYlJCMiISAfHh0cGxoZGBcWFRQTEhEQCgcADwIPRwUUKwEhIgYVERQWMyEyNjURNCYFMxUjFTMVIwEhESE1ITUhNSE1MxUzNTMVMzUzFTM1MxUzNTMVMzUzJRUjPQIzFRcVIz0CMxUXFSM9AjMVFxUjPQIzFRcjNTM1IzUzNSM1IxUjNSMVIzUjFSM1IxUjNSMVIzUhNSE1IQE1IRU1ITUhJyE1IQOq/JUcIyMcA2scIiL8eTIyMjIDa/yVA2v8lQNr/JUyXVJXUV5LXlFeLP1vS1KoUVGpS0uvUVGKMjIyMjJeUVhLXlFeS10yA2v8lQNr/RICcf2PAnF9/gwB9AMUIh39EhwjIxwC7hwjhBINE/2JAiwNEwwTDQ0NDQ0NDQ0NDR8TEw0SEg0TEw0SEg0TEw0SEg0TEw0SEiATDRINBgwMDAwMDAwMDBkME/2VPz99Pz4/AAAQAAD/qAPoA1IADAAQABQAGAAcACAAJAAoACwAMAA0ADgAPAA/AEMARwE1S7AUUFhAZhsBCwMMAwtlAAwEBAxjGRcCFQUWBRVlGhgCFgYGFmMiFBEPBA0HDgcNZRMSEAMOCAgOYwkBBB4cAgEdBAFfJB8jAx0ABRUdBV4ABgAHDQYHXyEBCAAACABdCgEDAwJWIAECAgwDSRtAbBsBCwMMAwsMbQAMBAMMBGsZFwIVBRYFFRZtGhgCFgYFFgZrIhQRDwQNBw4HDQ5tExIQAw4IBw4IawkBBB4cAgEdBAFfJB8jAx0ABRUdBV4ABgAHDQYHXyEBCAAACABdCgEDAwJWIAECAgwDSVlAVUREQEAtLRUVAABER0RHRkVAQ0BDQkE/Pjw7Ojk4NzY1NDMyMS0wLTAvLiwrKikoJyYlJCMiISAfHh0cGxoZFRgVGBcWFBMSERAPDg0ADAAMEzQlBRYrGQExFBYzITI2NREzEQUhFSEVIRUhFTUhFRMjNTMFMxUjETMVIzczFSM3MxUjNxUjNSUzFSM3MxUjNzMVIwEnMwU1MxUzNTMVIxwCcRwi+vxXAnH9jwJx/Y8Ccfq8vPzTPz8/P30/P30/P7w//ok/P30/P30/PwHVP3f8+T8+PwNS/JUcIyMcAjMBOD68u7z6vLwCcbw/Pv3NPj4+Pj4+Pj76Pj4+Pj4BcEX6Pz8/PwAGAAD/qAPoAxQAAwAHAAsADwAfACMAt0uwFFBYQEEAAAQBBABlDAEBCgQBCmsACA4BCwYIC14ABgAHAwYHXgADAAIFAwJeDQEFAAQABQReAAoJCQpSAAoKCVkACQoJTRtAQgAABAEEAAFtDAEBCgQBCmsACA4BCwYIC14ABgAHAwYHXgADAAIFAwJeDQEFAAQABQReAAoJCQpSAAoKCVkACQoJTVlAJiAgCAgAACAjICMiIR4bFhMPDg0MCAsICwoJBwYFBAADAAMRDwUVKzc1IRUlITUhHQEhPQEhFSETETQmIyEiBhURFBYzITI2AxEhEbwB9P4MAnH9jwJx/Y8CcbsiHPyVHCMjHANrHCI+/JWjPj76Pn0+Pvo+/c0C7hwjIh39EhwjIwMK/RIC7gAAAwAA/+cD6ALVAB8AIwAnAFtAWAACAwEBAAIBXgQOAgANAQoLAApeDA8CCwkBBQYLBWAIAQYHBwZSCAEGBgdWAAcGB0ogIAEAJyYlJCAjICMiIRoYFxYVFBMSEQ8KCAcGBQQDAgAfAR8QBRQrASE1MzUjFTMVIyIGFREUFjsBFSMVMzUjNSEyNjURNCYBETMRKQERIQOq/W9e+l6cGyQjHJxe+l4CkRwiI/x6nALP/W8CkQJYPz4+PyYY/okcIz4/Pz4jHAF3GCb+SwF3/okBdwAAAAAEAAD/sQNNAv8ABgAUABkAJACGQBceAQIFHRYOBwQDAhkDAgMAAwEBAQAER0uwElBYQCcABQIFbwACAwJvAAMAA28AAAEBAGMGAQEEBAFSBgEBAQRXAAQBBEsbQCYABQIFbwACAwJvAAMAA28AAAEAbwYBAQQEAVIGAQEBBFcABAEES1lAEgAAISAYFxAPCQgABgAGFAcFFSsXNycHFTMVATQjIgcBBhUUMzI3ATYnFwEjNQEUDwEnNzYyHwEWyzKDM0gBXwwFBP7RBA0FBAEvAx7o/jDoA00UXehdFDsWgxQHM4MzPEcCBgwE/tIEBgwEAS4Ecej+L+kBmh0VXelcFRWDFgAAAAADAAD/qAOqAxQABAAIAA8ARUBCCgEERQgGAgQFBG8ABQAFbwcBAAADAgADXgACAQECUgACAgFWAAECAUoJCQEACQ8JDw4NDAsIBwYFAwIABAEECQUUKyUhFSE1ByM1MwE3FyMRIxEB1f4rA6o/fX39cPr6nLyj+/t9PgG2+vr+xwE5AAAWAAAAAAPoAlgAAwAHAAsADwATABcAGwAfACMAJwArAC8AMwA3ADsAPwBDAEcASwBPAFMAVwDAQL0pDQsJBwUDBwEoDAoIBgQCBwAPAQBeAA8ADhEPDl4AEQAQExEQXgATABIVExJeABUAFBcVFF4AFwAWGRcWXgAZABgbGRheKyclIyEfHQcbGhobUisnJSMhHx0HGxsaViomJCIgHhwHGhsaSldWVVRTUlFQT05NTEtKSUhHRkVEQ0JBQD8+PTw7Ojk4NzY1NDMyMTAvLi0sKyopKCcmJSQjIiEgHx4dHBsaGRgXFhUUExIRERERERERERAsBR0rEzM1IxczNSMXMzUjFzM1IxczNSMXMzUjFzM1IwUzNSMFMzUjBTM1IwUzNSMFMzUjBTM1IwUzNSMXMzUjFzM1IxczNSMXMzUjFzM1IxczNSMTMzUjATM1Iz8+Pn0+Pn0+Pn0+Pn0+Pn0+Pn0+PvzTPz8Dqj4+/FY/PwOqPj78Vj8/A6o+PvzTPz99Pz99Pz99Pz99Pz99Pz99Pz8/Pj78Vj8/Aho+Pj4+Pj4+Pj4+Pj4+fT99Pn0/fT59P30+fT8/Pz8/Pz8/Pz8/Pz8Bdz7+DD8AAAAAAQAA/2oBigNSACAAKEAlBAEABQEFAAFtAwEBAgUBAmsABQUMSAACAg0CSRUhJRUhEwYFGisBFAYnIxEzMh4BDwEGIi8BJjQ2OwERIyImNj8BNjIfARYBiRYOR0cPFAIMjwoeCo8KFA9ISA4WAgmPCxwLjwsCnw4WAf3EFB4LjgsLjgseFAI8FB4LjgsLjgsABwAAAAAD6AJYAAMABwALAA8AGAAhACwCMbcqJyQDCQgBR0uwClBYQE4HAQMACgADCm0RAQoMAApjDQEMCAAMYw8BDgkLBQ5lAAsCBQtjBgECBQkCBWsAAQAAAwEAXhABCAAJDggJYAAFBAQFUgAFBQRXAAQFBEsbS7ALUFhARAcBAwAKAAMKbQ0MEQMKCAAKYw8OAgsJAgULZQYBAgUJAgVrAAEAAAMBAF4QAQgACQsICWAABQQEBVIABQUEVwAEBQRLG0uwEVBYQE4HAQMACgADCm0RAQoMAApjDQEMCAAMYw8BDgkLBQ5lAAsCBQtjBgECBQkCBWsAAQAAAwEAXhABCAAJDggJYAAFBAQFUgAFBQRXAAQFBEsbS7ASUFhAUAcBAwAKAAMKbREBCgwACmMNAQwIAAwIaw8BDgkLCQ4LbQALAgULYwYBAgUJAgVrAAEAAAMBAF4QAQgACQ4ICWAABQQEBVIABQUEVwAEBQRLG0uwE1BYQFEHAQMACgADCm0RAQoMAAoMaw0BDAgADAhrDwEOCQsJDgttAAsCBQtjBgECBQkCBWsAAQAAAwEAXhABCAAJDggJYAAFBAQFUgAFBQRXAAQFBEsbQFIHAQMACgADCm0RAQoMAAoMaw0BDAgADAhrDwEOCQsJDgttAAsCCQsCawYBAgUJAgVrAAEAAAMBAF4QAQgACQ4ICWAABQQEBVIABQUEVwAEBQRLWVlZWVlAIxoZERAsKykoJiUjIh4dGSEaIRUUEBgRGBEREREREREQEgUcKxMhNSEDMxEjEyE1KQEzESMFIgYUFjI2NCYnMhYUBiImNDYXMxU3MwcXIycVIz4Da/yVPj8/PwNr/JUDaz4+/dgiJydDJychMDk5YDo6yR9mKHF5KW0fAho+/ksBd/5KPwF3XzJWMjJWMhlAbEBAbEAEYGBqem5uAAAAAQAA/7QDDwMIADYAPUA6AAIFBgUCBm0ABgQFBgRrAAEAAwcBA2AABwAFAgcFYAAEAAAEVAAEBABYAAAEAEwmFyYlExUVIggFHCslFAYjIicBJjQ2MhcBFhQGIicBJiIGFhcBFjMyNjc0JwEmIyIGFB8BFhQGIi8BJjU0NjMyFwEWAw9YQUs4/k4/fLBAAVIFIhAG/q4sdFIBKgGxIy4kLgEk/rwOExAWDuUGJA8F5SNALTEiAUU3TUFYNwGyQK98P/6uBRAiBQFTK1R1K/5PJDAjLiMBRA4WIg/kBhAiBeUiMS5AJP68NgAAAAABAAD/sQPFAwsAfgBQQE1ZVDMDCAUXAQECAkcKAQYLCQcDBQgGBWAACAACAQgCYAwDAgEAAAFUDAMCAQEAWAQBAAEATHp5cG9rZWBfWFVPTkpEPjxlFjgUYA0FGSsFIiYiBiMiJjU0NjI2NzY9ATQnJiMhIg8BFBceATIWFxQGByImIgYjIiY1ND4CNzY1JxE3NiY0LgIjJi8BLgE3NDY3MhYyNjMyFhUUBiIGBwYVFxYzITI3Nj0BNCcuAjU0NjcyFjI2MzIWFRQGIgYHBhUTFBceATIWFxQGA6sZYjJiGQ4OEhogCRIBBxX+iBYHARUJIh4UAQ4NGmgxXhgNDhIWHgkSAQEBAgQECAUIER0MFgEMDhpoMGAWDg4SGh4JEwEHDwGGDgcBEwouHA4OGGQvYBgODhQYIgcUARMJIBwSAQxPBAQYDRESCAULQ9oMBQMD4E8NBQQQEg4YAQQEGA0REAQEBw1DHwHGDgwSGBgQFAUBAgEMFA4YAQQEGg0REAQFDE7EAgIGDLJODAYCDBYOGAEEBBoNERAEBQ1N/fJCDAYEEhAOGAAAAQAA/7ECyQMLACsALkArHQgCAQIBRwACAAEAAmUDAQEBbgAEAAAEVAAEBABYAAAEAEw9MxM4IwUFGSsBFRQGIyIHBgcGFREUBisBIiY1ESMRFAYrASImNREmJyYnJjU0Njc2MyEyFgLJFA4cAg8DAhQOPA4UUBIQPA4UUjdGJSRjQz6rAQsOFALpKRAkAQMOBh79fQ4UFA4CqP1YDhQUDgEVBxohQ0FQXIUXFRQAAAACAAD/agNrA1IAGwAfAEdARAQCAgAPEA0DBQYABV4ODAIGCwkCBwgGB14DAQEBDEgKAQgIDQhJAAAfHh0cABsAGxoZGBcWFRQTEREREREREREREQUdKwE1IzcjByM3IwcjFTMHIxUzBzM3MwczNzM1IzcHIzczA2ucH30f+h99H9vLH6ycH30f+h99H9vLH5z6H/oB2336+vr6ffp9+vr6+n36+voAAAABAAAAAQAAH+a/t18PPPUACwPoAAAAANOqshAAAAAA06qyEAAA/2oD6ANSAAAACAACAAAAAAAAAAEAAANS/2oAAAPoAAD//wPoAAEAAAAAAAAAAAAAAAAAAAATA+gAAAPoAAADoAAAA+gAAAPoAAAD6AAAA+gAAAPoAAAD6AAAA+gAAANZAAAD6AAAA+gAAAGsAAAD6AAAAxEAAAPoAAACygAAA2sAAAAAAAABygK4AxQDhgSMBuIH6giCCOwJcAmyCpgK4AxCDLgNjA3kDjcAAQAAABMAiAAWAAAAAAACAI4AngBzAAABWwtwAAAAAAAAABIA3gABAAAAAAAAADUAAAABAAAAAAABABEANQABAAAAAAACAAcARgABAAAAAAADABEATQABAAAAAAAEABEAXgABAAAAAAAFAAsAbwABAAAAAAAGABEAegABAAAAAAAKACsAiwABAAAAAAALABMAtgADAAEECQAAAGoAyQADAAEECQABACIBMwADAAEECQACAA4BVQADAAEECQADACIBYwADAAEECQAEACIBhQADAAEECQAFABYBpwADAAEECQAGACIBvQADAAEECQAKAFYB3wADAAEECQALACYCNUNvcHlyaWdodCAoQykgMjAxNiBieSBvcmlnaW5hbCBhdXRob3JzIEAgZm9udGVsbG8uY29tZm9ybS1idWlsZGVyLWZvbnRSZWd1bGFyZm9ybS1idWlsZGVyLWZvbnRmb3JtLWJ1aWxkZXItZm9udFZlcnNpb24gMS4wZm9ybS1idWlsZGVyLWZvbnRHZW5lcmF0ZWQgYnkgc3ZnMnR0ZiBmcm9tIEZvbnRlbGxvIHByb2plY3QuaHR0cDovL2ZvbnRlbGxvLmNvbQBDAG8AcAB5AHIAaQBnAGgAdAAgACgAQwApACAAMgAwADEANgAgAGIAeQAgAG8AcgBpAGcAaQBuAGEAbAAgAGEAdQB0AGgAbwByAHMAIABAACAAZgBvAG4AdABlAGwAbABvAC4AYwBvAG0AZgBvAHIAbQAtAGIAdQBpAGwAZABlAHIALQBmAG8AbgB0AFIAZQBnAHUAbABhAHIAZgBvAHIAbQAtAGIAdQBpAGwAZABlAHIALQBmAG8AbgB0AGYAbwByAG0ALQBiAHUAaQBsAGQAZQByAC0AZgBvAG4AdABWAGUAcgBzAGkAbwBuACAAMQAuADAAZgBvAHIAbQAtAGIAdQBpAGwAZABlAHIALQBmAG8AbgB0AEcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAAcwB2AGcAMgB0AHQAZgAgAGYAcgBvAG0AIABGAG8AbgB0AGUAbABsAG8AIABwAHIAbwBqAGUAYwB0AC4AaAB0AHQAcAA6AC8ALwBmAG8AbgB0AGUAbABsAG8ALgBjAG8AbQAAAAACAAAAAAAAAAoAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABMBAgEDAQQBBQEGAQcBCAEJAQoBCwEMAQ0BDgEPARABEQESARMBFAAMYXV0b2NvbXBsZXRlCGNhbGVuZGFyCGNoZWNrYm94DmNoZWNrYm94LWdyb3VwC3JhZGlvLWdyb3VwCXJpY2gtdGV4dAZzZWxlY3QJdGV4dC1hcmVhCnRleHQtaW5wdXQGcGVuY2lsCmZpbGUtaW5wdXQMaGlkZGVuLWlucHV0D3Jlc2l6ZS12ZXJ0aWNhbAxidXR0b24taW5wdXQGYXR0YWNoBmhlYWRlcglwYXJhZ3JhcGgGbnVtYmVyAAAAAAABAAH//wAPAAAAAAAAAAAAAAAAAAAAAAAYABgAGAAYA1L/agNS/2qwACwgsABVWEVZICBLuAAOUUuwBlNaWLA0G7AoWWBmIIpVWLACJWG5CAAIAGNjI2IbISGwAFmwAEMjRLIAAQBDYEItsAEssCBgZi2wAiwgZCCwwFCwBCZasigBCkNFY0VSW1ghIyEbilggsFBQWCGwQFkbILA4UFghsDhZWSCxAQpDRWNFYWSwKFBYIbEBCkNFY0UgsDBQWCGwMFkbILDAUFggZiCKimEgsApQWGAbILAgUFghsApgGyCwNlBYIbA2YBtgWVlZG7ABK1lZI7AAUFhlWVktsAMsIEUgsAQlYWQgsAVDUFiwBSNCsAYjQhshIVmwAWAtsAQsIyEjISBksQViQiCwBiNCsQEKQ0VjsQEKQ7ABYEVjsAMqISCwBkMgiiCKsAErsTAFJbAEJlFYYFAbYVJZWCNZISCwQFNYsAErGyGwQFkjsABQWGVZLbAFLLAHQyuyAAIAQ2BCLbAGLLAHI0IjILAAI0JhsAJiZrABY7ABYLAFKi2wBywgIEUgsAtDY7gEAGIgsABQWLBAYFlmsAFjYESwAWAtsAgssgcLAENFQiohsgABAENgQi2wCSywAEMjRLIAAQBDYEItsAosICBFILABKyOwAEOwBCVgIEWKI2EgZCCwIFBYIbAAG7AwUFiwIBuwQFlZI7AAUFhlWbADJSNhRESwAWAtsAssICBFILABKyOwAEOwBCVgIEWKI2EgZLAkUFiwABuwQFkjsABQWGVZsAMlI2FERLABYC2wDCwgsAAjQrILCgNFWCEbIyFZKiEtsA0ssQICRbBkYUQtsA4ssAFgICCwDENKsABQWCCwDCNCWbANQ0qwAFJYILANI0JZLbAPLCCwEGJmsAFjILgEAGOKI2GwDkNgIIpgILAOI0IjLbAQLEtUWLEEZERZJLANZSN4LbARLEtRWEtTWLEEZERZGyFZJLATZSN4LbASLLEAD0NVWLEPD0OwAWFCsA8rWbAAQ7ACJUKxDAIlQrENAiVCsAEWIyCwAyVQWLEBAENgsAQlQoqKIIojYbAOKiEjsAFhIIojYbAOKiEbsQEAQ2CwAiVCsAIlYbAOKiFZsAxDR7ANQ0dgsAJiILAAUFiwQGBZZrABYyCwC0NjuAQAYiCwAFBYsEBgWWawAWNgsQAAEyNEsAFDsAA+sgEBAUNgQi2wEywAsQACRVRYsA8jQiBFsAsjQrAKI7ABYEIgYLABYbUQEAEADgBCQopgsRIGK7ByKxsiWS2wFCyxABMrLbAVLLEBEystsBYssQITKy2wFyyxAxMrLbAYLLEEEystsBkssQUTKy2wGiyxBhMrLbAbLLEHEystsBwssQgTKy2wHSyxCRMrLbAeLACwDSuxAAJFVFiwDyNCIEWwCyNCsAojsAFgQiBgsAFhtRAQAQAOAEJCimCxEgYrsHIrGyJZLbAfLLEAHistsCAssQEeKy2wISyxAh4rLbAiLLEDHistsCMssQQeKy2wJCyxBR4rLbAlLLEGHistsCYssQceKy2wJyyxCB4rLbAoLLEJHistsCksIDywAWAtsCosIGCwEGAgQyOwAWBDsAIlYbABYLApKiEtsCsssCorsCoqLbAsLCAgRyAgsAtDY7gEAGIgsABQWLBAYFlmsAFjYCNhOCMgilVYIEcgILALQ2O4BABiILAAUFiwQGBZZrABY2AjYTgbIVktsC0sALEAAkVUWLABFrAsKrABFTAbIlktsC4sALANK7EAAkVUWLABFrAsKrABFTAbIlktsC8sIDWwAWAtsDAsALABRWO4BABiILAAUFiwQGBZZrABY7ABK7ALQ2O4BABiILAAUFiwQGBZZrABY7ABK7AAFrQAAAAAAEQ+IzixLwEVKi2wMSwgPCBHILALQ2O4BABiILAAUFiwQGBZZrABY2CwAENhOC2wMiwuFzwtsDMsIDwgRyCwC0NjuAQAYiCwAFBYsEBgWWawAWNgsABDYbABQ2M4LbA0LLECABYlIC4gR7AAI0KwAiVJiopHI0cjYSBYYhshWbABI0KyMwEBFRQqLbA1LLAAFrAEJbAEJUcjRyNhsAlDK2WKLiMgIDyKOC2wNiywABawBCWwBCUgLkcjRyNhILAEI0KwCUMrILBgUFggsEBRWLMCIAMgG7MCJgMaWUJCIyCwCEMgiiNHI0cjYSNGYLAEQ7ACYiCwAFBYsEBgWWawAWNgILABKyCKimEgsAJDYGQjsANDYWRQWLACQ2EbsANDYFmwAyWwAmIgsABQWLBAYFlmsAFjYSMgILAEJiNGYTgbI7AIQ0awAiWwCENHI0cjYWAgsARDsAJiILAAUFiwQGBZZrABY2AjILABKyOwBENgsAErsAUlYbAFJbACYiCwAFBYsEBgWWawAWOwBCZhILAEJWBkI7ADJWBkUFghGyMhWSMgILAEJiNGYThZLbA3LLAAFiAgILAFJiAuRyNHI2EjPDgtsDgssAAWILAII0IgICBGI0ewASsjYTgtsDkssAAWsAMlsAIlRyNHI2GwAFRYLiA8IyEbsAIlsAIlRyNHI2EgsAUlsAQlRyNHI2GwBiWwBSVJsAIlYbkIAAgAY2MjIFhiGyFZY7gEAGIgsABQWLBAYFlmsAFjYCMuIyAgPIo4IyFZLbA6LLAAFiCwCEMgLkcjRyNhIGCwIGBmsAJiILAAUFiwQGBZZrABYyMgIDyKOC2wOywjIC5GsAIlRlJYIDxZLrErARQrLbA8LCMgLkawAiVGUFggPFkusSsBFCstsD0sIyAuRrACJUZSWCA8WSMgLkawAiVGUFggPFkusSsBFCstsD4ssDUrIyAuRrACJUZSWCA8WS6xKwEUKy2wPyywNiuKICA8sAQjQoo4IyAuRrACJUZSWCA8WS6xKwEUK7AEQy6wKystsEAssAAWsAQlsAQmIC5HI0cjYbAJQysjIDwgLiM4sSsBFCstsEEssQgEJUKwABawBCWwBCUgLkcjRyNhILAEI0KwCUMrILBgUFggsEBRWLMCIAMgG7MCJgMaWUJCIyBHsARDsAJiILAAUFiwQGBZZrABY2AgsAErIIqKYSCwAkNgZCOwA0NhZFBYsAJDYRuwA0NgWbADJbACYiCwAFBYsEBgWWawAWNhsAIlRmE4IyA8IzgbISAgRiNHsAErI2E4IVmxKwEUKy2wQiywNSsusSsBFCstsEMssDYrISMgIDywBCNCIzixKwEUK7AEQy6wKystsEQssAAVIEewACNCsgABARUUEy6wMSotsEUssAAVIEewACNCsgABARUUEy6wMSotsEYssQABFBOwMiotsEcssDQqLbBILLAAFkUjIC4gRoojYTixKwEUKy2wSSywCCNCsEgrLbBKLLIAAEErLbBLLLIAAUErLbBMLLIBAEErLbBNLLIBAUErLbBOLLIAAEIrLbBPLLIAAUIrLbBQLLIBAEIrLbBRLLIBAUIrLbBSLLIAAD4rLbBTLLIAAT4rLbBULLIBAD4rLbBVLLIBAT4rLbBWLLIAAEArLbBXLLIAAUArLbBYLLIBAEArLbBZLLIBAUArLbBaLLIAAEMrLbBbLLIAAUMrLbBcLLIBAEMrLbBdLLIBAUMrLbBeLLIAAD8rLbBfLLIAAT8rLbBgLLIBAD8rLbBhLLIBAT8rLbBiLLA3Ky6xKwEUKy2wYyywNyuwOystsGQssDcrsDwrLbBlLLAAFrA3K7A9Ky2wZiywOCsusSsBFCstsGcssDgrsDsrLbBoLLA4K7A8Ky2waSywOCuwPSstsGossDkrLrErARQrLbBrLLA5K7A7Ky2wbCywOSuwPCstsG0ssDkrsD0rLbBuLLA6Ky6xKwEUKy2wbyywOiuwOystsHAssDorsDwrLbBxLLA6K7A9Ky2wciyzCQQCA0VYIRsjIVlCK7AIZbADJFB4sAEVMC0AS7gAyFJYsQEBjlmwAbkIAAgAY3CxAAVCsgABACqxAAVCswoCAQgqsQAFQrMOAAEIKrEABkK6AsAAAQAJKrEAB0K6AEAAAQAJKrEDAESxJAGIUViwQIhYsQNkRLEmAYhRWLoIgAABBECIY1RYsQMARFlZWVmzDAIBDCq4Af+FsASNsQIARAAA) format("embedded-opentype"), url(data:application/octet-stream;base64,d09GMgABAAAAABfcAA8AAAAAMbwAABeEAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHEIGVgCEXgggCZZwEQgKuHCzbgE2AiQDTAsoAAQgBYY5B4IGDIEGGwYuFeOYJeA8gFS/u+0i+//6wDaWNnZfEGToJHc0LPIwI0RoR8P8epqi0CiK35oaP2fuDSb2Cs1gQzC/aFyXukTxacCsoz/dre9+Y+NSnLev1hOzwvnuUEp4vnTm+9LKPu2KQ4gVMdsJWyHobtIdUBcg7HPp4qY7/2nN6n0q7upQZxaY5ACpJajJQlT2CI04YeT9n87y/9HIlr2CEbBBYJaRVwdEPh9VQGWqvJTEr0/RbBfANmWR4Wlz/45bwnGrENZxLPLuVk3UMllaGLDQBqOGAlahP5bWMCuGtamzTsDDqvGphNM/77grthK7AfkUuWSWLnVPFAaN/KBtqmyAwOa+SADA/6PulYYxZS9XfQGSCxRwSZ9aTlgqyj8wzB1mb9ORy/+3ZmWranb3GBwNGXkozAlzRqZ+p7L9qzqdqc5SD3cWexY7g53jJAfMCqkzmCwlCwDqQIEEcmfkKTly3wl5wtqDdLakewvpjTkGCj70Ibb5e6T2OWSIyQlHXhLm1v9vGALQnKA3Mjn9+lkEFCIFA7Y1VokIB2k05Qwh2I6ySrtUruEA6wjlKXApCsi/AWLh5TEbMuGsDSe5pMVibM/523R/zQQ/VucBeKvBBvQGFJAD1LZdcDH2jlSitVHW06Uipxg3NIAioSEsIMgIis3/F88TiCQyhY5Kz4iYBCQDUR6mFq1ka+yjjESgsSCgsSGgURDQOBDQZCCgyUJAUwIBjQsBjYaAxkBA40FA40NAE0BAE0JAE0FAE0PgKUkgVvMVDEGwf6J4B7QF3IqjJL39B/LDWzJPnyLjLRof+VLdrQix9r8gHcnObFo5B9wDTtiwBxTm4EEQxJceAp2Lf/eg0ae+EfIcnY0OPkdnruruiqt70ZGmSszjJfOPpJLBa89pHIsDV/Qdhz4T+RfFQejTROTvYz6RAV3mYzYl05acstcq0FMy4Gq8SMnDQSNBrT0XPPcivAYyGngPJzD2UJhI2TovfBpEjdcMYRiMR2dwM0ebQ3UdPApe+s2qTFH7Me9V7UGKllLc9DCOZCWRaHQkDw+y3OiB6AUz+9uiwQTEoYWkl2AGxvAzTxbiMOeAZ/+opCqcIc3pfDoPrfEE9Nm+cBTWnaYfIgfNW/kKKqEbcAJqWaMuTlrBMJIDviGXE2yRmqYPnFk7LP+eHOTVVAo8AHy5bjEh4j4E4tAf9Oon0VXm0rrzSCikdsLzduiRAcYSIt/YfNOjISEd0OtU6u1RIJg+fP2jkjV5wJCZ1e2FrME8DG+PYqH5MC0iFfbDo+Ltfnx7mKArN67Tm2oooPDYVFZlMAkonoATEAtFXFOpFLhqgrO9WDTnQy10bQt1Dpg5A5OdVaVB9jSxGSYlcCI6Tih52qmY1pugANjYECSw7TFGN30PdMwUyMlRRNGgEQcayCsYB2Uw+c3mZ2EkR6HbF62V8GGjup08BgroGx4TBSNiMUJsxhGHUeIynngsQ3yWJQUmkCLLzSlhxve1c0HLtEQDsDAEACMAMAYAKwBgFQCsAYB1ALABwNwm1Awl0srKsFiD+tXA3BmMafaoRQloOZ/PzNOGNJGuM9Zu2X2q+FQ+VLo8HfNfF1dpz8CVu5LdqWuQPMlze9AjEd9DHzPISclPD3qNQMuA9QtIZOoz2yq9YK57Bio/Ek1EXAScaLf8BQ1RX288o2weyLOsFcYoRFaXVGsCxH120evu0zNrt1W8X9eYQA39KODKlXXPBIAFtVfjfCQ5blx0XZWarpo7TM+lVfs9gmpgaBX7C3louh9/kv35oForiea9FIIJgepixndp4wzlNbIkC/S7eARhPjc4tufnPMK22sl8c8nLHm5NgkY27ja0yr0xxN6MBh42y7HsNuZS5siDtzbIm4FXBsoo44CH1t7t62bNZJJnpr6pdMBH6GXNlmee5CFooJtjQ03QUWqhL+BeGDMMN2Otxlx1khhLiZHQt87YwZ1eP1bjrVRw0IpO4eJ1eJaN22wXmZ+7eeVLtGPPCqbaYGsbH0Q1qS5JMDY866TL7N3FhrFw+ttvwcRLDByCqXe1Qk/hghawxoGyJnFPOrgShoWe1d/UqLatsj7cxzaL0LDQDyfFZOAB73BP0Y3dNm7e1TNdEk8e10RCdXZipjNXqDBdXnrSMi9Mp4dr8HNZqBnMPKdoi05vFsCHZuh4ZzYZv8mzBguOTLXGnQDCc85t9kXN2Vng/GYPkLShFxgSwlwFnWAeDMj8dJrMCsCSbAAkBwDJBcUZDyD5AEgBAFIISjIRQIoBkIUAyCLQFFYMkCUAyFIAZBkowcoBsgIAWQnAwqqgvmgdy+o93Rcf19XQBFU7lLhFE0ldKoZR1sOAaogBqhGwIE3HxUrJ0oBqtgGqBQDSelycbFsaUO02QHUAMGBs0GBf5SrrQ1GJid5Xsr7P7jzr0LPE74BAX9XQwo9FNQpp1xEugboIzjYAc7TTwf+P9OEQJpAZdirztc4X5oivaPUAVmR5e0epzgcyCl7U2TSp1e27nmtIfoBq7hnbO/kstl18SHulsoFjnHX3isgOKO+6ZtjJ3gy6lUZaQCUvDPgrFa3nA+dsksvGYMGZLdgKPq5+qLWVe6qDwnNx8nVPjC9afFSqSx/VLPM8+h1QGUM0v+UrtWe5TYuxr+MVyiFXYTJCjs60Skq+44Lo8jb/+SVQ/k7TbuFW40budrNeenc9a3IhfSp6oeKrLhrzhTGS/2NM+gti0iaTPjtqSTAvKDyu5T4qTL+1WTgvL5MsCIuBgFRhKJifjSUiWP1qFFESQKEE8/ivL18v09M4TW7/pM7T8X2V3OOa4A2MsKBQnqtIq/KViyi8/ofMXZjkyxZ5NFI8ReWemTh9wV3b80PmpwAvHbY0rkdKcA2G3L0D5CXPyPAqSnRBzA+jCYxqnX0ifljCBYj42YxwwMK5xj5k8U0EyN/DgRbDEVX2wuCFIC9rDudvFPYP8eW/EZ8v2vFAKI7ul6tzR61e1hEVOUdRkWDOadQy1G0VLXWjrf6RsI0VBnY4n/d6Lwes8rrQ2N4iZ9Jm2d0F8/OeHO3u/rvg7T/t8Vex1mMs86j+2D2il56l7ZU9OG9AD92Tw1FR7MmlaXtha3d5064yYa9Sp7blL1PYC1U922k0Y6pim9ZBtFxpJ+gtN6d/lwZTC22qlmhWHOg+qDzccyiuD1SpuNRzWUADC2l8AVUI9NTuK1QFt+5jK64rObW93XqFfd0+xZWribV7acr9rj14nYo6OHiFkOwI9/XmkDKx9uJkxTVFrt3SQD3blVsctkBQj72Kiihs+d3evcPKTU7dK2xTT9yyZe85cw4/aXo0Kg1V5eOj2jymR+ugvKq8TlOqQW6jYqPtRjC/l0ZXOiyv5i18VDs2QxM6hMtLPn+TUmeH0psB7wZzWftAdW+lSt4JGVPjKPjalGvCa1DPddHp0nrrpkJUEZUfnATMSTQRp3GnmzbRicjpMhmuZYlrNBzYcoe+c0awNBu3UY8ahxYanNQ6J9dJDCvGO4Y747yTRuekylNTLC4nRE46zZ5AqVT/rt2AE7g+CP9/GbWSRbEEUZ6BsAqFUAMKAhUrxhYZKkIt5T/J6fnrsuKRtQPrBo54jtg5s39gIFZBTfzgusGro4l6e/z+RFc9BwcGD4euM93N9jLVGm864qo1N9l5MmfCtdbXWDWtM1W3e5ppTTbVRqqvBZ5m7mZYM9XM00GzzChvlrdXS9S1czrPy7OEUdQZpnpFxCHnL4ogpgBfg12Tu/+iXuGVT4FN4b3h1YHDCAoCTNTYpFYEush4gb8YmTtxD8FaoWE9jGxEW1rqWirXDkdny7RDditjVsxoB9HRbh1vIGq6NeykU2MaHabTYGqdowyFGLDykC53OuECBH1ruDU+MnTZUhmZgbTPFRbOcpRnLfvXbPmzrYThznzH8GBIGNYdU6V1TPsMzBqjYzoWNSCVBEnoEhsJMqMxeimdSxfROfQyes4LRGWCvnaxybGhW1+33oLYXHPnXrPeipyce8H6Pz3XtRxFLy83U4ZwEDGSg0S0LFOKYG7JruRtk0QolyxKlviF+PIbTuJKAD+0I4JliIlbhHfoO0YC00C3frRdHx+7QBC42RbghCxx/c4jiTiBTxw9zb7ShqdKw9oHKAzEr/+7NbIe/4J/Hu3AO+Ro3BDpPZjCd2QYoFb4sX639d3OuPXixUQZbsDLiJVjIh2lZ3DlDg2nuDjzvpA6esdUDktXSs8vli4uPmVi/ck0j4TMjDJjBDFmdYNZJgg9qtaT2f78+fkLL15GXNQwI0pKnr8oKY6I5/8sGznryvqrP7f9xGVyXL5weJQMXBmrj03Dna6k4tbd2AU5UU7c2muOh4V38fSbXYMF1w4+MccJ676sw4E5q1HBhYyEDAtWcc+C+RoXDYayLDITMlEeU/FwtzG2YUK/RCcJLkkcIqQEPiwhJA5Lcd8yj0phZUrwgzEL+6p5YcWa5jUnYNd9bblfe+Okyf7NLa2uf6LDPuQliURJORP7+9//P3Vq3x8OJ9XSypLP4e4Zz+GBfZq+Ps8Qr/uUkGFKyl0bS4HHvSePBZbhFqlPnriHh/z14TapKbWJcX0FTpUwxt5ykq/7Vqrz9xnOKbcQoyq7SfZVoL4gd4aNCwGh118618Phj2BHKUPtZd7lWYwU9JhPs3KiiXHG48GrvmIY3XnBaRb2GLaXb26R8+UZgfngTaXFLLTSGBnID+y9OGKPXv/pWA2HijnujUNHm5qEPOAnB878zLCyQHeyT7zwt2ShDPYo2M5lOsqSE+ysreytqA2Lt9DumkljmptXsifJLqmakWx/ZTsNZXWj+m/LV7qMylGGMPYip+/mn2OpnaxgyLC0OECa/z0hj6xDePALS7y8dpMoYK4/xFnAZtHF/dxRm3Y8OVlDTp8tW0wuNoIoaHG2EZNlonDvWlE49xrOtapEvAzxpNW2yi/gZ58fX/uZoatcf1w+riwHjXH1REn+egwPNfEsORTv4VK9L92kHpeyzYSRI5MDtQsiO5wX3PldF690EjIvt6zHw2jAnYKicqr42MfDrncbjnjiNk6U7HuwZktr5/wLR3ZcTV32SC69dh9B+7VrFpmcL6ePPv2RJ9Oq1MvpMV5/cPfQvUKySSDgcBwdsfz7t3TihPHjxna0NTXU19XWVFdVVpSXlRYLxH2+SMjh7yEel12Qn5uVkZ6WmpKcROLzybCftJqNeq1aiaMwKJeKBcfX13qubZmGrqlM7BW7gXxr2Yg/mqQ/JBk5rp3rVLhpkWydLpPjeu74TR+nri1JDNPcwSFLlDCoWTEN1mYsI9pnEYJSO4ITrXQ3wBMlcbsmFuDYXQ5JQTp27kN7S1N9XXVFabGQl5eblkpsN+vVcjGfTSfjQa9ZF4yPko4rSG8W8ceTtJe0lTpkhWlrhrQBAgvxAgLIS4jg7eYIYn+ymo2pHUrSl0xUO4lRD2OIR9GFAb2zrRNoRzDO0cnmGvp1CNiEW3J5aDRtiAguhgaXWdfs3wOg1yAq2BFLCObqrl3IDRwuYaIdTq63CkUgs3FeHsVJbvKuXJr/wYdEto40mS7WMKF3qV/AwY8zvh3BEajySN27WDEV6nRfMEgYLBInQlw02+6nD+bHmv3gfmP3yOS8XJKYTZNWFJoGY9eu5vLz+OlpxIU0J3453c62w35rkkxq1bAZNX3PCMyA6ayDNCs67oUjcw1UuQo02afZZy9OQ49mGffoxQaBBxO+DTu4D+PWZLwbDXoderVZCQoOz3KVHFw6VT0RHiseujm5eDI+Xk79rZ1TE20XopJn8TboqtJZLjr67U6/26ZXDI3JWtIVsSEhhhQbAvwzwTc8heVitdzBY5jNF7MdOCL3HM7RO5CjxPNuQJR6j9dzSNsfUdAzoQRc53MmHORc/UGUdpnV/yXRc5MWU84g13D3b7Rqcc3CbDG5SSbj89ns3NzMzNRUkkxIiImhgPOzZs6YPq2nW9bVyzrlU6dMvrVer72ttaVZ0tR4gwVvxZLiokIxXzTOFwrYvPO5nNyC8/PzMnPOz85KzfDT08gU8nbrJhAJdzU3Jj7GB+dTsrDwsNCQ4KAb8M1vcaNgEMt79Nxv2ewOsk/rxmCWInmJolq+HrbJwM/54YXnkHnGzZ9Fhqpo56vvltNnz1EKoX6NpCcKhI5TOjhXjrnjwA9FvsHBd84fnMYABHzKkwi/PoXMRe4myVe16PKDawr2apq2Xrum1R1W0xn1B9f0dV+vpq3vSIHe3yG4Y5oA+ppNbB8C3FBup98ZF3Rc0zHHhjOqUjsUlOm4ys/H650EoKRYikRJKa0QKmUXMkdE7HaTZx1DmRRjeo6U4jvEFAexdbz440Q/uJHvSJ8gEAJwKg7E9kq+pXMqy3OiqhS9M4VAxooNSXoXsHjrwdS0MjpKGamVnnMkc9kWgZz37vlbSedfwzu/eypAaCRere31nlYlhVlQGCfxJOtDEaldQrbjluwTVjzMsUAoAejWXp+1nrbOF3i2n8DCP0EgPwFE+JohUqXnb78E6Rso6d7RtMb0MPjJiX5HWgOcDhybKTHYrW6WlW7fH6eSbgTHavoTDPaTJ0AY0sBE/BzM9BrEtBsjIfZxIrMa3LlQSWNVf/lLOXoTT5fEFJyyR6+906BHHSu1YQxMV9kOpqCZuraDAQzbNHawBtbHm83cwWFwfNfZJfVqHJaL2aOe51/fK+d7t1u1ShSUCtkjvnf+yka+h2wPcz078z3ULT6m3NqLWRCHtT+ybHGVEowM9IMQsRGvYFa2wdzxzhBWWYWesSPJLwH1ChcDbT2a9mS+KQkSJP0wxlSQvnZUAsrXnmrMVpfIbPmrI7boSisQIITGMCDWp3qOqdpzmLUOMfEYSaVWGOjKmEvB9/rKOf/D52U1VyJPPivhoF/eA3aF6bByX+NY8w8utbk8zuNbVu6jT69XZ0bum9VUviMe6em5Padk0mzUqnFUKrqh936s01GdXnW6xh/7+iUQc8buBzg1oOTqxZMs4GHsbQEF9CVU8RZUCvs1u1bVTTMSctZ6qZDP4oKtITFvJXI5erHgClQKYAq8KMIE0MvoiBDeUgJh/6PJ7W2S2opysaAgPzsVX7+w5sZessNJmhQFJqYtMAi8FMpd/lh71makz2OesfxJI2b0I0nMwVotPMliH5xvuUqV7UQhdGEHuKi6wIdxSiV8Iv6f8O9B/7++/M/i2f8ht9EuAn8qB6KI/zeWKn5eXlICA2bjfwUlMOqGhvAhBCIbUY0geS8qCndYvDtFqq3YOsH6bG1tKptGXKApZHSL/yhlLyBLabvQlfC3+eQQZghxfBD36i08m/U2Y6ZTNXVFvUPmp/oMY47Ua66Srt4w5T42pFzAFv57qSfOyKB6psp8FNrUtaiYerbemEsZOkx9Vp94LfVblblgDfld5HAVnzmFu7d7WMzmG0iuwMdb5CssAKM6lhqeIeVKqSh4YrhMVaIcJ9EXlmQ8fffflMUCxcp/9HP/k9SeK5hPZvTcL6pIUMk2vpr6lC1UU0iFS/hs9i9BED6S0YlTDYfpVJwaG28cruIzp3BHKX8Pi9l8A8nVTzJD0FdYoDdGdb5fw7OFqR+slIrZdXliuKSVk3KcRF9YdMmYGb99N4v+s0VhvZWp6n9+Vu0/WJhPZkXol6pOFSqRsuq79clrW2jToKgSxZ4KPlVug0D3j2QsNTFsUMNhuirKRPFL+RWAJqs2ShdCQkpGjjwFir9wOtT9emb8ShfURBeDMgCR23eTQ0FKbYMFVRalbRyZPOHLcDPiOBOOoSdoPY/XoSPeuLHSRZs1FWS089JrjELYjSfwVYjaDFQZX3TTadFJ377z1lK1Fz0Sqv2NxicS9Q336ydRlc9M3ERVNK7pCC1JJ6DNjA0PrlnFMiGZBwBydoGPXHE/BC0o7IP+5SXT3g+cf3pwQM/NkkEqBTJzT0JBOJO8h3IAAa5PsieD8SEYTO73guZw/k9j0RxxP1xzMZ+IPWbdQIzIOdX8BAdMfjpVHkQoEBLwK/R35pHR/H4KmAwA) format("woff2"), url(data:application/font-woff;base64,d09GRgABAAAAABuwAA8AAAAAMbwAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABHU1VCAAABWAAAADMAAABCsP6z7U9TLzIAAAGMAAAAQwAAAFY+IEk+Y21hcAAAAdAAAACZAAACXos77ZFjdnQgAAACbAAAABMAAAAgBtX/BGZwZ20AAAKAAAAFkAAAC3CKkZBZZ2FzcAAACBAAAAAIAAAACAAAABBnbHlmAAAIGAAAEBQAABxu0nSYimhlYWQAABgsAAAAMAAAADYKXKfBaGhlYQAAGFwAAAAdAAAAJAc9A2VobXR4AAAYfAAAACMAAABMRLMAAGxvY2EAABigAAAAKAAAAChJblGvbWF4cAAAGMgAAAAgAAAAIAKGDJhuYW1lAAAY6AAAAZgAAAM51VzEoHBvc3QAABqAAAAAswAAAQYTOILlcHJlcAAAGzQAAAB6AAAAhuVBK7x4nGNgZGBg4GKQY9BhYHRx8wlh4GBgYYAAkAxjTmZ6IlAMygPKsYBpDiBmg4gCAIojA08AeJxjYGSexziBgZWBgamKaQ8DA0MPhGZ8wGDIyAQUZWBlZsAKAtJcUxgcXjC8EGQO+p/FEMUcxDANKMwIkgMA86ML3AB4nO2S2w2DQAwEh3B5kwfUkTJSUL5S83ZB1seWkZPGwpYPoR2APTCal2kwfBmo8/F06PORS5833n2n1VzzurpS1X3rdefd5jceOHLi7HtXJm7cefBkZvHSgf+ZelW6ZXvsbSUbnCYKZUihslYoewpOHQXnj4JNoGAnKJRVBXtCob5Owe5QsEUU7BMFm0XBjv1nbLD8AB7vLD0AAAB4nGNgQAMSEMgc9D8LhAESbAPdAHicrVZpd9NGFB15SZyELCULLWphxMRpsEYmbMGACUGyYyBdnK2VoIsUO+m+8Ynf4F/zZNpz6Dd+Wu8bLySQtOdwmpOjd+fN1czbZRJaktgL65GUmy/F1NYmjew8CemGTctRfCg7eyFlisnfBVEQrZbatx2HREQiULWusEQQ+x5ZmmR86FFGy7akV03KLT3pLlvjQb1V334aOsqxO6GkZjN0aD2yJVUYVaJIpj1S0qZlqPorSSu8v8LMV81QwohOImm8GcbQSN4bZ7TKaDW24yiKbLLcKFIkmuFBFHmU1RLn5IoJDMoHzZDyyqcR5cP8iKzYo5xWsEu20/y+L3mndzk/sV9vUbbkQB/Ijuzg7HQlX4RbW2HctJPtKFQRdtd3QmzZ7FT/Zo/ymkYDtysyvdCMYKl8hRArP6HM/iFZLZxP+ZJHo1qykRNB62VO7Es+gdbjiClxzRhZ0N3RCRHU/ZIzDPaYPh788d4plgsTAngcy3pHJZwIEylhczRJ2jByYCVliyqp9a6YOOV1WsRbwn7t2tGXzmjjUHdiPFsPHVs5UcnxaFKnmUyd2knNoykNopR0JnjMrwMoP6JJXm1jNYmVR9M4ZsaERCICLdxLU0EsO7GkKQTNoxm9uRumuXYtWqTJA/Xco/f05la4udNT2g70s0Z/VqdiOtgL0+lp5C/xadrlIkXp+ukZfkziQdYCMpEtNsOUgwdv/Q7Sy9eWHIXXBtju7fMrqH3WRPCkAfsb0B5P1SkJTIWYVYhWQGKta1mWydWsFqnI1HdDmla+rNMEinIcF8e+jHH9XzMzlpgSvt+J07MjLj1z7UsI0xx8m3U9mtepxXIBcWZ5TqdZlu/rNMfyA53mWZ7X6QhLW6ejLD/UaYHlRzodY3lBC5p038GQizDkAg6QMISlA0NYXoIhLBUMYbkIQ1gWYQjLJRjC8mMYwnIZhrC8rGXV1FNJ49qZWAZsQmBijh65zEXlaiq5VEK7aFRqQ54SbpVUFM+qf2WgXjzyhjmwFkiXyJpfMc6Vj0bl+NYVLW8aO1fAsepvH472OfFS1ouFPwX/1dZUJb1izcOTq/Abhp5sJ6o2qXh0TZfPVT26/l9UVFgL9BtIhVgoyrJscGcihI86nYZqoJVDzGzMPLTrdcuan8P9NzFCFlD9+DcUGgvcg05ZSVnt4KzV19uy3DuDcjgTLEkxN/P6VvgiI7PSfpFZyp6PfB5wBYxKZdhqA60VvNknMQ+Z3iTPBHFbUTZI2tjOBIkNHPOAefOdBCZh6qoN5E7hhg34BWFuwXknXKJ6oyyH7kXs8yik/Fun4kT2qGiMwLPZG2Gv70LKb3EMJDT5pX4MVBWhqRg1FdA0Um6oBl/G2bptQsYO9CMqdsOyrOLDxxb3lZJtGYR8pIjVo6Of1l6iTqrcfmYUl++dvgXBIDUxf3vfdHGQyrtayTJHbQNTtxqVU9eaQ+NVh+rmUfW94+wTOWuabronHnpf06rbwcVcLLD2bQ7SUiYX1PVhhQ2iy8WlUOplNEnvuAcYFhjQ71CKjf+r+th8nitVhdFxJN9O1LfR52AM/A/Yf0f1A9D3Y+hyDS7P95oTn2704WyZrqIX66foNzBrrblZugbc0HQD4iFHrY64yg18pwZxeqS5HOkh4GPdFeIBwCaAxeAT3bWM5lMAo/mMOT7A58xh0GQOgy3mMNhmzhrADnMY7DKHwR5zGHzBnHWAL5nDIGQOg4g5DJ4wJwB4yhwGXzGHwdfMYfANc+4DfMscBjFzGCTMYbCv6dYwzC1e0F2gtkFVoANTT1jcw+JQU2XI/o4Xhv29Qcz+wSCm/qjp9pD6Ey8M9WeDmPqLQUz9VdOdIfU3Xhjq7wYx9Q+DmPpMvxjLZQa/jHyXCgeUXWw+5++J9w/bxUC5AAEAAf//AA94nM1YW3Bbx3nef88VwMEBDnAObsT94EICFEkBBECJFABJlEmJlERSlERaFsiapuOKpinlUtWOaLdR4kR5qOqZyJNp1GbYTGccJ5PIcuM8mJ3pdOymHo+daWO7nfql06mn8osf2ryUFuD+iwvNSnLGdcYzWZy94Ozuf3b3v33/EichH53jbnEzhCMSsREHcRMv6SIRYpI0yZIJMkVmyRy5REcmbuhTc9VneKBmt0mXrSAnE0k5sUoSmWQisxKDiKfXE1kmvdFo75Lu1jhHSA05lg2Xk1PDYXUpCL4eMKnPXCTd6QF7Py+RbqkmcJTYLBREArWUQkWSlMVkrQ8yu7LUE8l4FnLx3VyUhBzR0EIX+P2BUyQQUMZJOOydJ16v3Xu4a+KGgQv7Tnth3aufsLLe1XsvLaSGVz63tVWf/VTL8vRGV7bXpa5+/gubn6+eO3lyetrnU5Qn/vDiH3zly1/64oW1c4984eHlh5Ye/L3FhdrZMyfnTs6dPjU9Oz17Ymbq+LHJw2P3HRo9eGB/tTxUyA1kMz3d6VQyYcZj0Ug4FPR1+boCfq/H0N0uzak4FIdLY8mZF7qykDfMtGnkS5jxKeBjejGnscG12yyzTjB0FbKg6aIZi6cK2mAZ8rGCWYgZphHLhYHrASOWLDAypgGDKTOmmdidb+ZYXAyB7sk3B7NJuWIBLlYq6+UyPluVZlWpbOKb5oMN+Fkg64/Eg3VX0MQWPLsOe9bhtD8beLlxpXGFflC/isPoDZfa+CHOL5cb51RNUzvjVBcNMPLlSrus1N+oNBP90y1/JtD4VjAeD9JfIj2cXQlk629tfsjIwFuqq/GLShl/LnVL1XBqWVMJQR1kOrlxT53MkxIZJhVynHyJfLd6bX+ShlyHdyU4d4iOxSI05LaEZrvA7ffaOYvstiz4PAonG5rECbws1HSnyPEOG8cB4aEWAJcrPBeFcFgZV62UIyQ4R4JBe/DwF8+vnvvCw0uLZ8+cOnF08tBopbxvZHjvnqFSsTC4u78n3eE5MtzX5ng7OeNCKNvhZnpHDXfUXGEwhXREydA9pXyuCDvGl9p9jJOsr/SxLBSHocCKnCeEM1otr5HPecY2Nl69efPVTgnfe/HFd27ehB9vbLzz4ouvKGJCskKr/F7z1TsbGy6rbMrWZvHPvcHbH4QymdD4IOro4DvFhJkchLFQ5vjGxkbi5s2biY36KxtbrEjchIGNJrENSQFrI4V9GxsrO1711guMFH09lCkmBweTxVaZQdYSirz9B+7f6d8RnfSQXLW/eYBuInEUxnSAQwQI5YAuIu8JN0s4Do0vticLw6VBXvAxvVABD6MP2pqB+y9JFhCSBaYKcdHQmPij2HOTKM31N1HusKa5WN767NuNtxpvQg56NbX+pupyqTSnajTQUDqDsM7ETv934xo8+9BLChPz1jgi47qfu6efeKy6EgJeiICF94Ns6QJRNkAShbEwCAGweEDk7vOCNIoTKdqtmhUEwlsEvkYsRBYtco2INhwv3Y+nA6cIgEIOK4osd6yIapdtso0JmFMR/FkthoYAs4CFhs0Cth2Q9rqlVuZu3faxDBdpvv4Gy+vXa7Xr7czp5ZfLL7dUdKuyWYs+CS/VouvwMyxwV3fvMYpcKpAy+sFZEFoe8H5iowK1LXeBy+I6z7Zlw235FCrYgbcK/KIXrMQhWh2LRCSSJkqoaE6iqU5t0Q8qccuqezGoU9nwUItLtizu2HdX9UyLuLD6OVCfrx44OlmtlIrZTDxm6E7n9NTk7NHZ+w5VJqoTw3uL5VI5N5ApZAupZKwn3tMV0KNG1Ol2bmu3M4TKvc2AZjYYBwwOxRGFEY0zCmc6LuqeXHEw1X6LyqmLd768c2iHa3vohfrVTn63KZa5pmyiLAZRHFuCmi6V0viiy+Wy3zWkyeKtCvtV4KVAptmXywTWXdgZdDW+1hxemCms42hDNxpX2/OxeLI1Bs/MaMuCvkPSW5b3IBlDaThOTpDT5AxZIBfJV8lT5DL5Jrd/4oYF5ePPyYg0LI0s3wdDJVEcWt4HhBQLpFhDQRrMFAZr+d39u/hsTyIa9AmUy9KF7kPJg7H9oYrfwqVHzQORalfZa+EFjq+l4uGARxAMt+awCzZFsNVyA329fEZ3OVVesWaUGrESi2y11FBDpRFZquEa9+4Z3lsje0hpaE8JtQtAnCGiCPMERDiKaMmKi/zL37TIXlwkyWRpZua3XSrX215p72daqQ1X+hc7V1oaEld/x86z+v3WAodXf0dXOI9Y768uXZqdnZqanBwfHx2tVkdGhoYo+ebT3/j65a/98R9deurSU0+uf/WJxzs48PzaY6uPrpz7/RYaZFjwgTP3z8/Nnp49ferk1ImpEzPTk8cnjx87Oj4xPnHk8OjYKCLD6sEqYsORygiChaHhIYQLDC3kc7sH+vt29d6JFncgB6dVIg7qGBP0LOz0X9pgSkDYaGCGGLM6zV8eYd9dOWmY+2je8N6z6kBDBInG3blJFdqOJI2Ze/72taBpBrkVxG23H89h4lZuX+vk3NmZ09O1idp0rbe+NjHz3PT0Dycmfjo9/W02MFebnmNdE2fbc+quli1bbyjwa06PhxjINIP0g6D5dZfdXb9Ce+1uxW3fThG3245W7a4yioVdVDrJr7jr1xiALVcIcW77LQXbOvGRIPqtBOkmvWSADJIhMtKyW1BoebCHu8DGKZxtmSg8ryz5vdQQPIKxHPBRjyh6luK65uDtkirZl90sEpFldckCfDhIIcTDQiJiciEiGCGhxnyQXZQWYoAAQSZnrcBx9FQUKFU49GaPtj+krOKXOIVf6XzKs9r8luARVz7+mLra+pqkyiuf4XPz1ZNMtnftMtB475TJSnkbvKI47hrYhRJ5L4E0fAbKZFMkEXXgYSruwaTgwZBgd0ck81rT5bXdnhvFiomohrnUyShTyR3/IZ0X2oKKfL8QjG/dPv2xj9va3Lz9KxYrdKKRxpVOG96uXLz9P8hgbqYlkDQPQ+XNlzdxDr2wWSnX3yi301azhPOHthgpPKSO7+rgGBY5/LzF+/0EoT9PlhUAKw/WFSKrYBNlW/NsOYQTHZxmZziNMJxmtVisM8RqtcwTi9WCFu9AiwasfnYi89VUNCojF6NmFFkQ7vK48cwVBvWsFkSPPFLgNIdgZEt40EnUyxDE9gEevFv7vziX02LaJvy6oXx8qi/Hgx/rcPn2tR+wI2LhH54ZU722GnJWVM8PGLomH/0nd4u+3b71OFOdYxgcgTjUeJUSO1htxFpTHNSGOFu0CYsyiJIkzmAlSqcIgtcj0SgQJk6t7QQ6ts1hldlmMFyPQMTZtHDMEjGb1trBMBjNQLbQtniAItYDGlqh+lptq3a9K2EGr2ODPhOMm7efuE5/WV+jz9A5FkqmfI0rQZOFjWYQLvpSjQm42LgCF1mcweOeXuCO0o+QIzrxozV4uuoNAxVCHlXC9fg5jPdwjxgIjk3ccKFgpIlAhTXcOF1jZ7+GuBHIEvoSnocZrIA/zbg+0VVN3T2SrN09cL6KQCoW9XmdDouMyxB1CdnpLaUl3D4MmnEJREPP50pQTHvBLICOOL5UzEXA83rucn4cFhSBb/wjbxd46OfCtxoDt7ij+tlbZ/Vhz2Vdyl/Oj4xRUeEb/8RjCX38hVuN/vfhz0LG2fcfMIzLHnYOXFMXnkdd4NFgOMih6gEr8IdkkfICv0YEIqxJ6K2RQVwN+Q10hlDKADOFIxYLEIvDwuTSxtiIg3BfFuRikiFgCbUfSl5TMzV4u5Hlnq+sr9fPb21d3/zBhx+ul+Glra3GL2APIa2F3KJzn3DH1r8d1e/Eln9b/Zseu80iCZwE3YpVFnmKfhJIDeermkOtEY043ZqzhtRchttVQ8yqew29hrQ9fq+nhlz3dfl9tWw6acYiIakrEOia2f7TFTiVSSXi0XBQCnQFjqBjn0W3PoVOfRJd+njnqmdn5P8pfHknUOjFQMG9417nziz8hvxJc9zt24PWHc4dD7Oi3PNYn7qj/lXHnu58Kq0BNFDemdYr6zvyzgQXyw2lwtgI7G4Gvo2+Nkq6q0keiIAmDlZRlagAdIUIgjKOImSnh41YEq2VKASygPEPOgmMeRwgxvshxe4tNDOeKlagKe9wxaOOjTl0qly1hq1XrbpjfFzFAO6qLWi7aqPfVz1Qf0UP2/7Ehk9YpyOdNsrTnbLlIzHSS3f/PJNOcBYZxlp4/5gEHAJHzrqqgVUh1iU7KDJRlhygWmyCuszCThtqOxUsVFhh2+RQ1JzoZy0qiyIFnhdmcHNMtwU0Ai1sPrpN1a5onFVGug4VrSTSWr4nLdu9aWmfywqZVZu6N1V5pUnWotpW//903Uh3+g66yspvTbg686loWmx05VMTnWepagb8qJLZnu5U0oyHQ/5YgIX/Ps3XUVeXEMy6GfbNaybWPYC10InN0yx+j6PMevNGKS95zbRhlhm8ZXedLZhbLtf/JZ5OH0ynYwN79izu3fta5OHuC4/3rEZQxZpu6Qjq0ELuVA4ff/XRKj784uK5Jx57rK1Tf805OJkUyb7qXkQOokDFVSLygsizPaIF5BZRvAUqCYvMtfGzhOfZxRhPJlPeVNJtGHEZ95DURTOeZvqV8wJbNbbjogfb7BZxEP+h29UjzS5Uw8JgMc8Gco65/RNDjWOVSzeqMCPEnWLjJ71fnoEMvGD2Jfog0dhU3U6P+p6YcAjvmdVdu+NwqHR0/1wJblZ/eqnS+IngjAtwIjv7lWzjeGLA7DNhVPXEHf8h4vv34rv7qkii2LEfL3CvcjbyJJmqHp2fzXOy4EXjQcesIKK55wRZxE3K6IxkuqhwFGfALKuBzKG5ATL5xOPn11aWFxfmTh4/dmS0PLLsGdIX7YI/K8Rxt2hWcF+43eI+GEwzqOQAHV1/zuPVRWl7RJmiSU9rpWJqsI+aqX7og9JgsZRDludzaMzFuCiJhpdBrBalPlq4u9+9TZn7kf/B3IN+VXUFohYXSEbjWx4JDEs8rINqDzyyu+azqy5PGPtwtzwvC7IWUjygqIFHBhY9bF7Y4gbJAU+rEritfUFV9T3Uv+hTVd0Xl3RwW6JBFyjHed5n11yyYDv4r4rAcf92HPGB06X6oNnh5HnJfjACf68qLp/PqaNNBkVv9gZYr6Ace4Uiarh5TBGp4tnRYT9a/68DishjnO1r84m+hnzKkr5qNiRTJDRGKLueXWa46bE75XBf3j1kCsgFMJgUSux4NF3MAru3NrdbqTT+2EkW2dUtfU1Xg9TBUV0dUfUplxPLmdJ9ycTSwfKPwKbq9P0eZwI4VQzX11VdV+lz9TlWgyEFYgf3Tz3wDXT57Xvlc9wK+iWGK8aqozylxOG0c4JIhJqqUJQtKskIzdnilXEryLJdPkwIc+A4Z9uHa9sJXTgUzJIpNbORb+Z8qZnxPb7OcyvXI+uRLczvvh758Y729a3IFry7voVpfatdbW39L+MUxg14nGNgZGBgAGL5Z3uS4/ltvjJwM78AijBcXrVJAEH/z2J+wRwE5HIwMIFEAVhbC+14nGNgZGBgDvqfBSRfMDD8/w8kgSIoQBgAh9wFqAAAAHicY37BwMAMwgugNC4ciWAzroGyBSE00ykgnc3AAABt9w7qAAAAAAABygK4AxQDhgSMBuIH6giCCOwJcAmyCpgK4AxCDLgNjA3kDjcAAQAAABMAiAAWAAAAAAACAI4AngBzAAABWwtwAAAAAHicjZLNSsNAFIVPalW0IKjgenAhijT9EV10JRTsyk3BLoU0nfyUaaZMJkLdu/JBfAN3PoAvoa/iSTqKUkQTJvOdc+/83EsA7OENHpbPOceSPexSLbmGTVw5XqN/7bhOvnW8jga04w369463cYpHxw3s45k7ePUtqileHXs49M4c17Dj3Theox86rpMfHK/jwHtyvEH/xfE2Rt674waOaud9PV+YNE6sOO6fiG67cyHGC6FppVmgRFDYRJtcXIpIZ1Yqpf1QzyJtZs1xkaqJNM0yMJRxoQKz4q8YI2nyVGei47dXYgOZSRNYOSlvkN/FXWsjERk9E1fubDE3eipD6yfWznut1vc7oc/mzrGAQYoYCSwEjumecO6ijQ4uSGNmCGYus1JkCKDoBCi4IqkiOfUlR0SV0ZXMUGQfIb+zyjecm9yt4B4KE+YY6s8VQ+qYMcV9zT/y/84YVTpnrNSC1fis6e91A+qs8oKqkslXD3Lc8Y5duuX5ZbWmqk7wR/5Zt2Bfy9iUTkjfr7pr6fbQ4vtLnz4A/bahLnicbY1LcsIwEETVkAjbOBA+1/ChxtIEqSIk1TCiqJw+Hye7vNXr7kWblVkYzP+csMIaT3iGxQYdegzYYsQLdtjjFQccccLZjNS0uHKtiZU7R4mzJ+lcYPc+l8fuT6aLlFa3Qj6WxXuJLkzKD7U3Tuy0//aJhGn4sZhrU1s5u5iGt5h4acYQvee8hL3wLX7wdGfR+PU+zk21/I6WVMkFG5g8S19J6CJUg83tOrMY8wnVPUZ/AHicY/DewXAiKGIjI2Nf5AbGnRwMHAzJBRsZWJ02MTAyaIEYm7mYGDkgLD4GMIvNaRfTAaA0J5DN7rSLwQHCZmZw2ajC2BEYscGhI2Ijc4rLRjUQbxdHAwMji0NHckgESEkkEGzmYWLk0drB+L91A0vvRiYGFwAMdiP0AAA=) format("woff"), url(data:application/x-font-ttf;base64,AAEAAAAPAIAAAwBwR1NVQrD+s+0AAAD8AAAAQk9TLzI+IEk+AAABQAAAAFZjbWFwizvtkQAAAZgAAAJeY3Z0IAbV/wQAACWkAAAAIGZwZ22KkZBZAAAlxAAAC3BnYXNwAAAAEAAAJZwAAAAIZ2x5ZtJ0mIoAAAP4AAAcbmhlYWQKXKfBAAAgaAAAADZoaGVhBz0DZQAAIKAAAAAkaG10eESzAAAAACDEAAAATGxvY2FJblGvAAAhEAAAAChtYXhwAoYMmAAAITgAAAAgbmFtZdVcxKAAACFYAAADOXBvc3QTOILlAAAklAAAAQZwcmVw5UErvAAAMTQAAACGAAEAAAAKAB4ALAABREZMVAAIAAQAAAAAAAAAAQAAAAFsaWdhAAgAAAABAAAAAQAEAAQAAAABAAgAAQAGAAAAAQAAAAAAAQOeAZAABQAAAnoCvAAAAIwCegK8AAAB4AAxAQIAAAIABQMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUGZFZABA6ADoEQNS/2oAWgNSAJYAAAABAAAAAAAAAAAABQAAAAMAAAAsAAAABAAAAXYAAQAAAAAAcAADAAEAAAAsAAMACgAAAXYABABEAAAABAAEAAEAAOgR//8AAOgA//8AAAABAAQAAAABAAIAAwAEAAUABgAHAAgACQAKAAsADAANAA4ADwAQABEAEgAAAQYAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADAAAAAAA6AAAAAAAAAASAADoAAAA6AAAAAABAADoAQAA6AEAAAACAADoAgAA6AIAAAADAADoAwAA6AMAAAAEAADoBAAA6AQAAAAFAADoBQAA6AUAAAAGAADoBgAA6AYAAAAHAADoBwAA6AcAAAAIAADoCAAA6AgAAAAJAADoCQAA6AkAAAAKAADoCgAA6AoAAAALAADoCwAA6AsAAAAMAADoDAAA6AwAAAANAADoDQAA6A0AAAAOAADoDgAA6A4AAAAPAADoDwAA6A8AAAAQAADoEAAA6BAAAAARAADoEQAA6BEAAAASAAAAEAAA/2oD6ANSAAMABwALAA8AEwAXABsAHwAjACcAKwBLAFAAVABYAHwCPEuwFFBYQJEEAQIjKCMCZQoBCCUkJQgkbQAkKiUkKmshAR8WLBYfZQAsICAsYxQTEQMPHQ4dD2UVEhADDh4eDmMcARgpASMCGCNgACgnMA0vBAcAKAdeBQMCAAsJAgEGAAFeJgwCBgAlCAYlXi4BKi0rAhYfKhZfMiIxAyAAHQ8gHV8bARkZGlYAGhoMSAAeHhdZABcXDRdJG0uwFVBYQJQEAQIjKCMCKG0KAQglJCUIJG0AJColJCprIQEfFiwWHyxtACwgICxjFBMRAw8dDh0PZRUSEAMOHh0OHmscARgpASMCGCNgACgnMA0vBAcAKAdeBQMCAAsJAgEGAAFeJgwCBgAlCAYlXi4BKi0rAhYfKhZfMiIxAyAAHQ8gHV8bARkZGlYAGhoMSAAeHhdZABcXDRdJG0CWBAECIygjAihtCgEIJSQlCCRtACQqJSQqayEBHxYsFh8sbQAsIBYsIGsUExEDDx0OHQ8ObRUSEAMOHh0OHmscARgpASMCGCNgACgnMA0vBAcAKAdeBQMCAAsJAgEGAAFeJgwCBgAlCAYlXi4BKi0rAhYfKhZfMiIxAyAAHQ8gHV8bARkZGlYAGhoMSAAeHhdZABcXDRdJWVlAalVVUVEYGAwMenh3dnV0c3Jxb2poZ2ZlZGNiYWBfXl1bVVhVWFdWUVRRVFNSUE9OTElHRkVEQ0JBQD44NTIwKyopKCcmJSQjIiEgHx4dHBgbGBsaGRcWFRQTEhEQDA8MDxIRERERERAzBRsrATMVIycjFTM3IxUzIxUzNRUzNSMXMzUjJxUzNQMzNSMXMzUjFzM1IzMjFTMBFRQOASsBERQGIyEiJjURND4BMyE1IzUhFSMVITIeAQMpARUhJTUjFTM1IxUBNCYjIREjNSM1MzUjNTM1ISIGHQEUFjMhFSMVITUjNSEyNjUBdz8/fT4+fT4++j8+Pn0+Pj8/vD8/fT8/fT8/vD8/AbUaKxkfIhz9EhwjGisZAZZ9ATl9AVcZKxq7/on+iQLu/Y8/vD8CsBIO/qk/Pj4+Pv5qDhERDgGWfQE5fQFXDhICGj99Pj4+Pz99Pj4+Pz8//c0/Pz8/Pz8CkPoZKhr+iBwiIhwCzxkrGj8+Pj8aK/3UvPs+Pj4+AdQOEv7HPz4/Pj8SDvoOET4/Pz4RDgAAAA8AAP9qA6EDUgADAAcACwAPABMAFwAbAB8AIwAzADcAOwA/AE8AcwCYQJVBJQIdEkktJAMTHQJHIR8CHRMJHVQbARMZFw0DCQgTCV8YFgwDCBURBwMFBAgFXhQQBgMEDwsDAwEABAFeGgESEh5YIAEeHgxIDgoCAwAAHFgAHBwNHElycG1qZ2ZjYF1bVlNNTEVEPz49PDs6OTg3NjU0MS8pJyMiISAfHh0cGxoZGBcWFRQTEhERERERERERECIFHSsXMzUjFzM1IyczNSMXMzUjJzM1IwEzNSMnMzUjATM1IyczNSMDNTQmJyMiBgcVFBY3MzI2ATM1IyczNSMXMzUjNzU0JicjIgYdARQWNzMyNjcRFAYjISImNRE0NjsBNTQ2OwEyFh0BMzU0NjsBMhYXFTMyFkehocWyssWhocWyssWhoQGbs7PWsrIBrKGh1rOzxAwGJAcKAQwGJAcKAZuhodazs9ahoRIKCCMICgoIIwgK1ywc/O4dKiodSDQlJCU01jYkIyU0AUcdKk+hoaEksrKyJKH9xKH6of3EoSSyATChBwoBDAahBwwBCv4msiShoaFroQcKAQwGoQcMAQos/TUdKiodAssdKjYlNDQlNjYlNDQlNioAAAAAAgAA/8gD4gLCABQAKQAyQC8ZGBcWFRMABwMCAUcUAQFFAAEAAgMBAmAAAwAAA1QAAwMAWAAAAwBMNTs3NAQFGCsBERQOASMhIi4BNRE0PgEzITIWFzcHCQEFJTU0JiMhIgYVERQWMyEyNjUDTBorGf3OGSsaGisZAjIhMwqW1f7U/s4BMgEsEQ79zg4SEg4CMg4RAhr+DBkrGhorGQIyGSsaKiFX8/6VAZZktgwOEREO/c4OEhIOAAgAAP+oA+gDUgADAAcACwAPABMAFwAbAB8AbkBrHQEEBR8BCQQZAQgJGwEGCBUBBwYFRx4BBRoBCRYBBgNGFwEHRAADAAIFAwJeCgEFAAQJBQReAAkACAYJCF4ABgsBBwYHWgAAAAFWAAEBDABJDAwICBMSERAMDwwPDg0ICwgLEhERERAMBRkrESE1IRUhNSEFFSE1ETUhFTUhNSEPAScXEwcnFxMHJxcD6PwYA+j8GAF3AjP9zQIz/c19nF5enJxeXpycXl4DFD67Prs/P/3NPz/6P7xeIH4Btl4gfQG1XiB9AAsAAP+oA+gDUgADAAcACwAPABMAIAApADUAPgBLAFQBBUuwFFBYQFoACwIFAgtlGwESCRJwAAMAAgsDAl4YDAIFDQEECgUEYBcBCgAPBgoPYAAGAAcRBgdeGgEQABEOEBFgGQEOABMIDhNgHBQCCBUWAgkSCAlgAAAAAVYAAQEMAEkbQFsACwIFAgsFbRsBEgkScAADAAILAwJeGAwCBQ0BBAoFBGAXAQoADwYKD2AABgAHEQYHXhoBEAARDhARYBkBDgATCA4TYBwUAggVFgIJEggJYAAAAAFWAAEBDABJWUBCTUxAPzc2KyoiIRUUEBBRUExUTVRGRT9LQEs7OjY+Nz4yMCo1KzUmJSEpIikbGhQgFSAQExATEhEREREREREQHQUdKxEhNSEVITUhBSE1IQUhFSEVNSEVAyIuATQ+ATIeARQOASciBhQWMjY0JgMiLgE0PgEzMhYUBiciBhQWMjY0JgMiLgE0PgEyHgEUDgEnIgYUFjI2NCYD6PwYA+j8GAE5AnH9jwJx/Y8Ccf2P2xkrGhorMisaGisZDhERHBERDhkrGhorGSc3NycOEREbEhINGSsaGisyKxoaKxkOEREcEREDFD67Pvo/+j/6Pz8BthoqMisaGisyKhp9EhwRERwS/oIaKzIrGjVSNX0RHBEVFBX+jxorMisaGisyKxp+EhwRERwSAAAAFQAA/6gD6AMUAA8AEwAXABsAHwA3ADsAPwBDAEcASwBPAFMAVwBbAF8AdwB7AH8AgwCHA0FLsAlQWECdADwHOwc8ZUYBODcGBjhlPQEAADY1ADZeADUANCo1NF4zMS8tBCspJCAcGAUCAysCXyhFJUMhQR0/GQkDJ0QjQh9AGz4XCQQFAwReJiIeGhYFBRUTEQ8NBQsMBQteMjAuLAQqFBIQDgQMCioMXgAKAAkICgleAAgABzwIB14AOwA6OTs6XgA5ADc4OTdeAAYBAQZSAAYGAVkAAQYBTRtLsApQWECiADwHOwc8ZUYBODcGBjhlPQEAADY1ADZeADUANCw1NF4AKisCKlIzMS8tBCspJCAcGAUCAysCXyhFJUMhQR0/GQkDJ0QjQh9AGz4XCQQFAwReJiIeGhYFBRUTEQ8NBQsMBQteMjAuAywUEhAOBAwKLAxeAAoACQgKCV4ACAAHPAgHXgA7ADo5OzpeADkANzg5N14ABgEBBlIABgYBWQABBgFNG0uwC1BYQJ4APAc7BzxlRgE4NwY3OAZtPQEAADY1ADZeADUANCo1NF4zMS8tBCspJCAcGAUCAysCXyhFJUMhQR0/GQkDJ0QjQh9AGz4XCQQFAwReJiIeGhYFBRUTEQ8NBQsMBQteMjAuLAQqFBIQDgQMCioMXgAKAAkICgleAAgABzwIB14AOwA6OTs6XgA5ADc4OTdeAAYBAQZSAAYGAVkAAQYBTRtAnwA8BzsHPDttRgE4NwY3OAZtPQEAADY1ADZeADUANCo1NF4zMS8tBCspJCAcGAUCAysCXyhFJUMhQR0/GQkDJ0QjQh9AGz4XCQQFAwReJiIeGhYFBRUTEQ8NBQsMBQteMjAuLAQqFBIQDgQMCioMXgAKAAkICgleAAgABzwIB14AOwA6OTs6XgA5ADc4OTdeAAYBAQZSAAYGAVkAAQYBTVlZWUClfHxUVFBQTExISEREQEA8PDg4AgCHhoWEg4KBgHx/fH9+fXt6eXh3dnV0c3JxcG9ubWxramloZ2ZlZGNgX15dXFtaWVhUV1RXVlVQU1BTUlFMT0xPTk1IS0hLSklER0RHRkVAQ0BDQkE8Pzw/Pj04Ozg7Ojk3NjU0MzIxMC8uLSwrKikoJyYlJCMiISAfHh0cGxoZGBcWFRQTEhEQCgcADwIPRwUUKwEhIgYVERQWMyEyNjURNCYFMxUjFTMVIwEhESE1ITUhNSE1MxUzNTMVMzUzFTM1MxUzNTMVMzUzJRUjPQIzFRcVIz0CMxUXFSM9AjMVFxUjPQIzFRcjNTM1IzUzNSM1IxUjNSMVIzUjFSM1IxUjNSMVIzUhNSE1IQE1IRU1ITUhJyE1IQOq/JUcIyMcA2scIiL8eTIyMjIDa/yVA2v8lQNr/JUyXVJXUV5LXlFeLP1vS1KoUVGpS0uvUVGKMjIyMjJeUVhLXlFeS10yA2v8lQNr/RICcf2PAnF9/gwB9AMUIh39EhwjIxwC7hwjhBINE/2JAiwNEwwTDQ0NDQ0NDQ0NDR8TEw0SEg0TEw0SEg0TEw0SEg0TEw0SEiATDRINBgwMDAwMDAwMDBkME/2VPz99Pz4/AAAQAAD/qAPoA1IADAAQABQAGAAcACAAJAAoACwAMAA0ADgAPAA/AEMARwE1S7AUUFhAZhsBCwMMAwtlAAwEBAxjGRcCFQUWBRVlGhgCFgYGFmMiFBEPBA0HDgcNZRMSEAMOCAgOYwkBBB4cAgEdBAFfJB8jAx0ABRUdBV4ABgAHDQYHXyEBCAAACABdCgEDAwJWIAECAgwDSRtAbBsBCwMMAwsMbQAMBAMMBGsZFwIVBRYFFRZtGhgCFgYFFgZrIhQRDwQNBw4HDQ5tExIQAw4IBw4IawkBBB4cAgEdBAFfJB8jAx0ABRUdBV4ABgAHDQYHXyEBCAAACABdCgEDAwJWIAECAgwDSVlAVUREQEAtLRUVAABER0RHRkVAQ0BDQkE/Pjw7Ojk4NzY1NDMyMS0wLTAvLiwrKikoJyYlJCMiISAfHh0cGxoZFRgVGBcWFBMSERAPDg0ADAAMEzQlBRYrGQExFBYzITI2NREzEQUhFSEVIRUhFTUhFRMjNTMFMxUjETMVIzczFSM3MxUjNxUjNSUzFSM3MxUjNzMVIwEnMwU1MxUzNTMVIxwCcRwi+vxXAnH9jwJx/Y8Ccfq8vPzTPz8/P30/P30/P7w//ok/P30/P30/PwHVP3f8+T8+PwNS/JUcIyMcAjMBOD68u7z6vLwCcbw/Pv3NPj4+Pj4+Pj76Pj4+Pj4BcEX6Pz8/PwAGAAD/qAPoAxQAAwAHAAsADwAfACMAt0uwFFBYQEEAAAQBBABlDAEBCgQBCmsACA4BCwYIC14ABgAHAwYHXgADAAIFAwJeDQEFAAQABQReAAoJCQpSAAoKCVkACQoJTRtAQgAABAEEAAFtDAEBCgQBCmsACA4BCwYIC14ABgAHAwYHXgADAAIFAwJeDQEFAAQABQReAAoJCQpSAAoKCVkACQoJTVlAJiAgCAgAACAjICMiIR4bFhMPDg0MCAsICwoJBwYFBAADAAMRDwUVKzc1IRUlITUhHQEhPQEhFSETETQmIyEiBhURFBYzITI2AxEhEbwB9P4MAnH9jwJx/Y8CcbsiHPyVHCMjHANrHCI+/JWjPj76Pn0+Pvo+/c0C7hwjIh39EhwjIwMK/RIC7gAAAwAA/+cD6ALVAB8AIwAnAFtAWAACAwEBAAIBXgQOAgANAQoLAApeDA8CCwkBBQYLBWAIAQYHBwZSCAEGBgdWAAcGB0ogIAEAJyYlJCAjICMiIRoYFxYVFBMSEQ8KCAcGBQQDAgAfAR8QBRQrASE1MzUjFTMVIyIGFREUFjsBFSMVMzUjNSEyNjURNCYBETMRKQERIQOq/W9e+l6cGyQjHJxe+l4CkRwiI/x6nALP/W8CkQJYPz4+PyYY/okcIz4/Pz4jHAF3GCb+SwF3/okBdwAAAAAEAAD/sQNNAv8ABgAUABkAJACGQBceAQIFHRYOBwQDAhkDAgMAAwEBAQAER0uwElBYQCcABQIFbwACAwJvAAMAA28AAAEBAGMGAQEEBAFSBgEBAQRXAAQBBEsbQCYABQIFbwACAwJvAAMAA28AAAEAbwYBAQQEAVIGAQEBBFcABAEES1lAEgAAISAYFxAPCQgABgAGFAcFFSsXNycHFTMVATQjIgcBBhUUMzI3ATYnFwEjNQEUDwEnNzYyHwEWyzKDM0gBXwwFBP7RBA0FBAEvAx7o/jDoA00UXehdFDsWgxQHM4MzPEcCBgwE/tIEBgwEAS4Ecej+L+kBmh0VXelcFRWDFgAAAAADAAD/qAOqAxQABAAIAA8ARUBCCgEERQgGAgQFBG8ABQAFbwcBAAADAgADXgACAQECUgACAgFWAAECAUoJCQEACQ8JDw4NDAsIBwYFAwIABAEECQUUKyUhFSE1ByM1MwE3FyMRIxEB1f4rA6o/fX39cPr6nLyj+/t9PgG2+vr+xwE5AAAWAAAAAAPoAlgAAwAHAAsADwATABcAGwAfACMAJwArAC8AMwA3ADsAPwBDAEcASwBPAFMAVwDAQL0pDQsJBwUDBwEoDAoIBgQCBwAPAQBeAA8ADhEPDl4AEQAQExEQXgATABIVExJeABUAFBcVFF4AFwAWGRcWXgAZABgbGRheKyclIyEfHQcbGhobUisnJSMhHx0HGxsaViomJCIgHhwHGhsaSldWVVRTUlFQT05NTEtKSUhHRkVEQ0JBQD8+PTw7Ojk4NzY1NDMyMTAvLi0sKyopKCcmJSQjIiEgHx4dHBsaGRgXFhUUExIRERERERERERAsBR0rEzM1IxczNSMXMzUjFzM1IxczNSMXMzUjFzM1IwUzNSMFMzUjBTM1IwUzNSMFMzUjBTM1IwUzNSMXMzUjFzM1IxczNSMXMzUjFzM1IxczNSMTMzUjATM1Iz8+Pn0+Pn0+Pn0+Pn0+Pn0+Pn0+PvzTPz8Dqj4+/FY/PwOqPj78Vj8/A6o+PvzTPz99Pz99Pz99Pz99Pz99Pz99Pz8/Pj78Vj8/Aho+Pj4+Pj4+Pj4+Pj4+fT99Pn0/fT59P30+fT8/Pz8/Pz8/Pz8/Pz8Bdz7+DD8AAAAAAQAA/2oBigNSACAAKEAlBAEABQEFAAFtAwEBAgUBAmsABQUMSAACAg0CSRUhJRUhEwYFGisBFAYnIxEzMh4BDwEGIi8BJjQ2OwERIyImNj8BNjIfARYBiRYOR0cPFAIMjwoeCo8KFA9ISA4WAgmPCxwLjwsCnw4WAf3EFB4LjgsLjgseFAI8FB4LjgsLjgsABwAAAAAD6AJYAAMABwALAA8AGAAhACwCMbcqJyQDCQgBR0uwClBYQE4HAQMACgADCm0RAQoMAApjDQEMCAAMYw8BDgkLBQ5lAAsCBQtjBgECBQkCBWsAAQAAAwEAXhABCAAJDggJYAAFBAQFUgAFBQRXAAQFBEsbS7ALUFhARAcBAwAKAAMKbQ0MEQMKCAAKYw8OAgsJAgULZQYBAgUJAgVrAAEAAAMBAF4QAQgACQsICWAABQQEBVIABQUEVwAEBQRLG0uwEVBYQE4HAQMACgADCm0RAQoMAApjDQEMCAAMYw8BDgkLBQ5lAAsCBQtjBgECBQkCBWsAAQAAAwEAXhABCAAJDggJYAAFBAQFUgAFBQRXAAQFBEsbS7ASUFhAUAcBAwAKAAMKbREBCgwACmMNAQwIAAwIaw8BDgkLCQ4LbQALAgULYwYBAgUJAgVrAAEAAAMBAF4QAQgACQ4ICWAABQQEBVIABQUEVwAEBQRLG0uwE1BYQFEHAQMACgADCm0RAQoMAAoMaw0BDAgADAhrDwEOCQsJDgttAAsCBQtjBgECBQkCBWsAAQAAAwEAXhABCAAJDggJYAAFBAQFUgAFBQRXAAQFBEsbQFIHAQMACgADCm0RAQoMAAoMaw0BDAgADAhrDwEOCQsJDgttAAsCCQsCawYBAgUJAgVrAAEAAAMBAF4QAQgACQ4ICWAABQQEBVIABQUEVwAEBQRLWVlZWVlAIxoZERAsKykoJiUjIh4dGSEaIRUUEBgRGBEREREREREQEgUcKxMhNSEDMxEjEyE1KQEzESMFIgYUFjI2NCYnMhYUBiImNDYXMxU3MwcXIycVIz4Da/yVPj8/PwNr/JUDaz4+/dgiJydDJychMDk5YDo6yR9mKHF5KW0fAho+/ksBd/5KPwF3XzJWMjJWMhlAbEBAbEAEYGBqem5uAAAAAQAA/7QDDwMIADYAPUA6AAIFBgUCBm0ABgQFBgRrAAEAAwcBA2AABwAFAgcFYAAEAAAEVAAEBABYAAAEAEwmFyYlExUVIggFHCslFAYjIicBJjQ2MhcBFhQGIicBJiIGFhcBFjMyNjc0JwEmIyIGFB8BFhQGIi8BJjU0NjMyFwEWAw9YQUs4/k4/fLBAAVIFIhAG/q4sdFIBKgGxIy4kLgEk/rwOExAWDuUGJA8F5SNALTEiAUU3TUFYNwGyQK98P/6uBRAiBQFTK1R1K/5PJDAjLiMBRA4WIg/kBhAiBeUiMS5AJP68NgAAAAABAAD/sQPFAwsAfgBQQE1ZVDMDCAUXAQECAkcKAQYLCQcDBQgGBWAACAACAQgCYAwDAgEAAAFUDAMCAQEAWAQBAAEATHp5cG9rZWBfWFVPTkpEPjxlFjgUYA0FGSsFIiYiBiMiJjU0NjI2NzY9ATQnJiMhIg8BFBceATIWFxQGByImIgYjIiY1ND4CNzY1JxE3NiY0LgIjJi8BLgE3NDY3MhYyNjMyFhUUBiIGBwYVFxYzITI3Nj0BNCcuAjU0NjcyFjI2MzIWFRQGIgYHBhUTFBceATIWFxQGA6sZYjJiGQ4OEhogCRIBBxX+iBYHARUJIh4UAQ4NGmgxXhgNDhIWHgkSAQEBAgQECAUIER0MFgEMDhpoMGAWDg4SGh4JEwEHDwGGDgcBEwouHA4OGGQvYBgODhQYIgcUARMJIBwSAQxPBAQYDRESCAULQ9oMBQMD4E8NBQQQEg4YAQQEGA0REAQEBw1DHwHGDgwSGBgQFAUBAgEMFA4YAQQEGg0REAQFDE7EAgIGDLJODAYCDBYOGAEEBBoNERAEBQ1N/fJCDAYEEhAOGAAAAQAA/7ECyQMLACsALkArHQgCAQIBRwACAAEAAmUDAQEBbgAEAAAEVAAEBABYAAAEAEw9MxM4IwUFGSsBFRQGIyIHBgcGFREUBisBIiY1ESMRFAYrASImNREmJyYnJjU0Njc2MyEyFgLJFA4cAg8DAhQOPA4UUBIQPA4UUjdGJSRjQz6rAQsOFALpKRAkAQMOBh79fQ4UFA4CqP1YDhQUDgEVBxohQ0FQXIUXFRQAAAACAAD/agNrA1IAGwAfAEdARAQCAgAPEA0DBQYABV4ODAIGCwkCBwgGB14DAQEBDEgKAQgIDQhJAAAfHh0cABsAGxoZGBcWFRQTEREREREREREREQUdKwE1IzcjByM3IwcjFTMHIxUzBzM3MwczNzM1IzcHIzczA2ucH30f+h99H9vLH6ycH30f+h99H9vLH5z6H/oB2336+vr6ffp9+vr6+n36+voAAAABAAAAAQAAH+a/t18PPPUACwPoAAAAANOqshAAAAAA06qyEAAA/2oD6ANSAAAACAACAAAAAAAAAAEAAANS/2oAAAPoAAD//wPoAAEAAAAAAAAAAAAAAAAAAAATA+gAAAPoAAADoAAAA+gAAAPoAAAD6AAAA+gAAAPoAAAD6AAAA+gAAANZAAAD6AAAA+gAAAGsAAAD6AAAAxEAAAPoAAACygAAA2sAAAAAAAABygK4AxQDhgSMBuIH6giCCOwJcAmyCpgK4AxCDLgNjA3kDjcAAQAAABMAiAAWAAAAAAACAI4AngBzAAABWwtwAAAAAAAAABIA3gABAAAAAAAAADUAAAABAAAAAAABABEANQABAAAAAAACAAcARgABAAAAAAADABEATQABAAAAAAAEABEAXgABAAAAAAAFAAsAbwABAAAAAAAGABEAegABAAAAAAAKACsAiwABAAAAAAALABMAtgADAAEECQAAAGoAyQADAAEECQABACIBMwADAAEECQACAA4BVQADAAEECQADACIBYwADAAEECQAEACIBhQADAAEECQAFABYBpwADAAEECQAGACIBvQADAAEECQAKAFYB3wADAAEECQALACYCNUNvcHlyaWdodCAoQykgMjAxNiBieSBvcmlnaW5hbCBhdXRob3JzIEAgZm9udGVsbG8uY29tZm9ybS1idWlsZGVyLWZvbnRSZWd1bGFyZm9ybS1idWlsZGVyLWZvbnRmb3JtLWJ1aWxkZXItZm9udFZlcnNpb24gMS4wZm9ybS1idWlsZGVyLWZvbnRHZW5lcmF0ZWQgYnkgc3ZnMnR0ZiBmcm9tIEZvbnRlbGxvIHByb2plY3QuaHR0cDovL2ZvbnRlbGxvLmNvbQBDAG8AcAB5AHIAaQBnAGgAdAAgACgAQwApACAAMgAwADEANgAgAGIAeQAgAG8AcgBpAGcAaQBuAGEAbAAgAGEAdQB0AGgAbwByAHMAIABAACAAZgBvAG4AdABlAGwAbABvAC4AYwBvAG0AZgBvAHIAbQAtAGIAdQBpAGwAZABlAHIALQBmAG8AbgB0AFIAZQBnAHUAbABhAHIAZgBvAHIAbQAtAGIAdQBpAGwAZABlAHIALQBmAG8AbgB0AGYAbwByAG0ALQBiAHUAaQBsAGQAZQByAC0AZgBvAG4AdABWAGUAcgBzAGkAbwBuACAAMQAuADAAZgBvAHIAbQAtAGIAdQBpAGwAZABlAHIALQBmAG8AbgB0AEcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAAcwB2AGcAMgB0AHQAZgAgAGYAcgBvAG0AIABGAG8AbgB0AGUAbABsAG8AIABwAHIAbwBqAGUAYwB0AC4AaAB0AHQAcAA6AC8ALwBmAG8AbgB0AGUAbABsAG8ALgBjAG8AbQAAAAACAAAAAAAAAAoAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABMBAgEDAQQBBQEGAQcBCAEJAQoBCwEMAQ0BDgEPARABEQESARMBFAAMYXV0b2NvbXBsZXRlCGNhbGVuZGFyCGNoZWNrYm94DmNoZWNrYm94LWdyb3VwC3JhZGlvLWdyb3VwCXJpY2gtdGV4dAZzZWxlY3QJdGV4dC1hcmVhCnRleHQtaW5wdXQGcGVuY2lsCmZpbGUtaW5wdXQMaGlkZGVuLWlucHV0D3Jlc2l6ZS12ZXJ0aWNhbAxidXR0b24taW5wdXQGYXR0YWNoBmhlYWRlcglwYXJhZ3JhcGgGbnVtYmVyAAAAAAABAAH//wAPAAAAAAAAAAAAAAAAAAAAAAAYABgAGAAYA1L/agNS/2qwACwgsABVWEVZICBLuAAOUUuwBlNaWLA0G7AoWWBmIIpVWLACJWG5CAAIAGNjI2IbISGwAFmwAEMjRLIAAQBDYEItsAEssCBgZi2wAiwgZCCwwFCwBCZasigBCkNFY0VSW1ghIyEbilggsFBQWCGwQFkbILA4UFghsDhZWSCxAQpDRWNFYWSwKFBYIbEBCkNFY0UgsDBQWCGwMFkbILDAUFggZiCKimEgsApQWGAbILAgUFghsApgGyCwNlBYIbA2YBtgWVlZG7ABK1lZI7AAUFhlWVktsAMsIEUgsAQlYWQgsAVDUFiwBSNCsAYjQhshIVmwAWAtsAQsIyEjISBksQViQiCwBiNCsQEKQ0VjsQEKQ7ABYEVjsAMqISCwBkMgiiCKsAErsTAFJbAEJlFYYFAbYVJZWCNZISCwQFNYsAErGyGwQFkjsABQWGVZLbAFLLAHQyuyAAIAQ2BCLbAGLLAHI0IjILAAI0JhsAJiZrABY7ABYLAFKi2wBywgIEUgsAtDY7gEAGIgsABQWLBAYFlmsAFjYESwAWAtsAgssgcLAENFQiohsgABAENgQi2wCSywAEMjRLIAAQBDYEItsAosICBFILABKyOwAEOwBCVgIEWKI2EgZCCwIFBYIbAAG7AwUFiwIBuwQFlZI7AAUFhlWbADJSNhRESwAWAtsAssICBFILABKyOwAEOwBCVgIEWKI2EgZLAkUFiwABuwQFkjsABQWGVZsAMlI2FERLABYC2wDCwgsAAjQrILCgNFWCEbIyFZKiEtsA0ssQICRbBkYUQtsA4ssAFgICCwDENKsABQWCCwDCNCWbANQ0qwAFJYILANI0JZLbAPLCCwEGJmsAFjILgEAGOKI2GwDkNgIIpgILAOI0IjLbAQLEtUWLEEZERZJLANZSN4LbARLEtRWEtTWLEEZERZGyFZJLATZSN4LbASLLEAD0NVWLEPD0OwAWFCsA8rWbAAQ7ACJUKxDAIlQrENAiVCsAEWIyCwAyVQWLEBAENgsAQlQoqKIIojYbAOKiEjsAFhIIojYbAOKiEbsQEAQ2CwAiVCsAIlYbAOKiFZsAxDR7ANQ0dgsAJiILAAUFiwQGBZZrABYyCwC0NjuAQAYiCwAFBYsEBgWWawAWNgsQAAEyNEsAFDsAA+sgEBAUNgQi2wEywAsQACRVRYsA8jQiBFsAsjQrAKI7ABYEIgYLABYbUQEAEADgBCQopgsRIGK7ByKxsiWS2wFCyxABMrLbAVLLEBEystsBYssQITKy2wFyyxAxMrLbAYLLEEEystsBkssQUTKy2wGiyxBhMrLbAbLLEHEystsBwssQgTKy2wHSyxCRMrLbAeLACwDSuxAAJFVFiwDyNCIEWwCyNCsAojsAFgQiBgsAFhtRAQAQAOAEJCimCxEgYrsHIrGyJZLbAfLLEAHistsCAssQEeKy2wISyxAh4rLbAiLLEDHistsCMssQQeKy2wJCyxBR4rLbAlLLEGHistsCYssQceKy2wJyyxCB4rLbAoLLEJHistsCksIDywAWAtsCosIGCwEGAgQyOwAWBDsAIlYbABYLApKiEtsCsssCorsCoqLbAsLCAgRyAgsAtDY7gEAGIgsABQWLBAYFlmsAFjYCNhOCMgilVYIEcgILALQ2O4BABiILAAUFiwQGBZZrABY2AjYTgbIVktsC0sALEAAkVUWLABFrAsKrABFTAbIlktsC4sALANK7EAAkVUWLABFrAsKrABFTAbIlktsC8sIDWwAWAtsDAsALABRWO4BABiILAAUFiwQGBZZrABY7ABK7ALQ2O4BABiILAAUFiwQGBZZrABY7ABK7AAFrQAAAAAAEQ+IzixLwEVKi2wMSwgPCBHILALQ2O4BABiILAAUFiwQGBZZrABY2CwAENhOC2wMiwuFzwtsDMsIDwgRyCwC0NjuAQAYiCwAFBYsEBgWWawAWNgsABDYbABQ2M4LbA0LLECABYlIC4gR7AAI0KwAiVJiopHI0cjYSBYYhshWbABI0KyMwEBFRQqLbA1LLAAFrAEJbAEJUcjRyNhsAlDK2WKLiMgIDyKOC2wNiywABawBCWwBCUgLkcjRyNhILAEI0KwCUMrILBgUFggsEBRWLMCIAMgG7MCJgMaWUJCIyCwCEMgiiNHI0cjYSNGYLAEQ7ACYiCwAFBYsEBgWWawAWNgILABKyCKimEgsAJDYGQjsANDYWRQWLACQ2EbsANDYFmwAyWwAmIgsABQWLBAYFlmsAFjYSMgILAEJiNGYTgbI7AIQ0awAiWwCENHI0cjYWAgsARDsAJiILAAUFiwQGBZZrABY2AjILABKyOwBENgsAErsAUlYbAFJbACYiCwAFBYsEBgWWawAWOwBCZhILAEJWBkI7ADJWBkUFghGyMhWSMgILAEJiNGYThZLbA3LLAAFiAgILAFJiAuRyNHI2EjPDgtsDgssAAWILAII0IgICBGI0ewASsjYTgtsDkssAAWsAMlsAIlRyNHI2GwAFRYLiA8IyEbsAIlsAIlRyNHI2EgsAUlsAQlRyNHI2GwBiWwBSVJsAIlYbkIAAgAY2MjIFhiGyFZY7gEAGIgsABQWLBAYFlmsAFjYCMuIyAgPIo4IyFZLbA6LLAAFiCwCEMgLkcjRyNhIGCwIGBmsAJiILAAUFiwQGBZZrABYyMgIDyKOC2wOywjIC5GsAIlRlJYIDxZLrErARQrLbA8LCMgLkawAiVGUFggPFkusSsBFCstsD0sIyAuRrACJUZSWCA8WSMgLkawAiVGUFggPFkusSsBFCstsD4ssDUrIyAuRrACJUZSWCA8WS6xKwEUKy2wPyywNiuKICA8sAQjQoo4IyAuRrACJUZSWCA8WS6xKwEUK7AEQy6wKystsEAssAAWsAQlsAQmIC5HI0cjYbAJQysjIDwgLiM4sSsBFCstsEEssQgEJUKwABawBCWwBCUgLkcjRyNhILAEI0KwCUMrILBgUFggsEBRWLMCIAMgG7MCJgMaWUJCIyBHsARDsAJiILAAUFiwQGBZZrABY2AgsAErIIqKYSCwAkNgZCOwA0NhZFBYsAJDYRuwA0NgWbADJbACYiCwAFBYsEBgWWawAWNhsAIlRmE4IyA8IzgbISAgRiNHsAErI2E4IVmxKwEUKy2wQiywNSsusSsBFCstsEMssDYrISMgIDywBCNCIzixKwEUK7AEQy6wKystsEQssAAVIEewACNCsgABARUUEy6wMSotsEUssAAVIEewACNCsgABARUUEy6wMSotsEYssQABFBOwMiotsEcssDQqLbBILLAAFkUjIC4gRoojYTixKwEUKy2wSSywCCNCsEgrLbBKLLIAAEErLbBLLLIAAUErLbBMLLIBAEErLbBNLLIBAUErLbBOLLIAAEIrLbBPLLIAAUIrLbBQLLIBAEIrLbBRLLIBAUIrLbBSLLIAAD4rLbBTLLIAAT4rLbBULLIBAD4rLbBVLLIBAT4rLbBWLLIAAEArLbBXLLIAAUArLbBYLLIBAEArLbBZLLIBAUArLbBaLLIAAEMrLbBbLLIAAUMrLbBcLLIBAEMrLbBdLLIBAUMrLbBeLLIAAD8rLbBfLLIAAT8rLbBgLLIBAD8rLbBhLLIBAT8rLbBiLLA3Ky6xKwEUKy2wYyywNyuwOystsGQssDcrsDwrLbBlLLAAFrA3K7A9Ky2wZiywOCsusSsBFCstsGcssDgrsDsrLbBoLLA4K7A8Ky2waSywOCuwPSstsGossDkrLrErARQrLbBrLLA5K7A7Ky2wbCywOSuwPCstsG0ssDkrsD0rLbBuLLA6Ky6xKwEUKy2wbyywOiuwOystsHAssDorsDwrLbBxLLA6K7A9Ky2wciyzCQQCA0VYIRsjIVlCK7AIZbADJFB4sAEVMC0AS7gAyFJYsQEBjlmwAbkIAAgAY3CxAAVCsgABACqxAAVCswoCAQgqsQAFQrMOAAEIKrEABkK6AsAAAQAJKrEAB0K6AEAAAQAJKrEDAESxJAGIUViwQIhYsQNkRLEmAYhRWLoIgAABBECIY1RYsQMARFlZWVmzDAIBDCq4Af+FsASNsQIARAAA) format("truetype"), url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBzdGFuZGFsb25lPSJubyI/Pgo8IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxtZXRhZGF0YT5Db3B5cmlnaHQgKEMpIDIwMTYgYnkgb3JpZ2luYWwgYXV0aG9ycyBAIGZvbnRlbGxvLmNvbTwvbWV0YWRhdGE+CjxkZWZzPgo8Zm9udCBpZD0iZm9ybS1idWlsZGVyLWZvbnQiIGhvcml6LWFkdi14PSIxMDAwIiA+Cjxmb250LWZhY2UgZm9udC1mYW1pbHk9ImZvcm0tYnVpbGRlci1mb250IiBmb250LXdlaWdodD0iNDAwIiBmb250LXN0cmV0Y2g9Im5vcm1hbCIgdW5pdHMtcGVyLWVtPSIxMDAwIiBhc2NlbnQ9Ijg1MCIgZGVzY2VudD0iLTE1MCIgLz4KPG1pc3NpbmctZ2x5cGggaG9yaXotYWR2LXg9IjEwMDAiIC8+CjxnbHlwaCBnbHlwaC1uYW1lPSJhdXRvY29tcGxldGUiIHVuaWNvZGU9IiYjeGU4MDA7IiBkPSJNMzc1IDUzOGg2M3YtNjNoLTYzdjYzeiBtLTEyNSA2MmgtNjJ2LTYyaDYydjYyeiBtMTI1IDBoLTYydi02Mmg2MnY2MnogbS0yNTAtNjJ2LTYzaDYzdjYzaC02M3ogbTYzLTEyNWg2MnY2MmgtNjJ2LTYyeiBtMTI1IDBoNjJ2NjJoLTYydi02MnogbS02MyAxMjV2LTYzaDYzdjYzaC02M3ogbS0xMjUtNTYzaDYzdjYzaC02M3YtNjN6IG0xMjUgMGg2M3Y2M2gtNjN2LTYzeiBtMTI1IDBoNjN2NjNoLTYzdi02M3ogbTE4OCA2M2gtNjN2LTYzaDYzdjYzeiBtNDM3IDU5M3YtMjUwYzAtNTAtNDQtOTMtOTQtOTNoLTMxdi0xODgtMTg4YzAtMzctMjUtNjItNjItNjJoLTc1MGMtMzggMC02MyAyNS02MyA2MnY3MTljMCA1MCA0NCA5NCA5NCA5NGgxODcgMjE5djMxIDMyaC02Mi02M3YzMSAzMWgxNTYgMTU3di0zMS0zMWgtNjMtNjJ2LTMyLTMxaDE4NyAxNTZjNTAgMCA5NC00NCA5NC05NHogbS0xODctNTMxaC0zNzUtMzc1di0xODhoNzUwdjE4OHogbS02MjUgNjN2NjJoLTYzdi02Mmg2M3ogbTEyNSAwdjYyaC02M3YtNjJoNjN6IG02MjUgNDY4YzAgMTktMTMgMzItMzIgMzJoLTM0M3YtMTU3LTE1NmgtMzItMzF2MzEgMzJoLTYydjYyaDYydjMxIDMyaC02MnY2Mmg2MnYzMSAzMmgtNDA2Yy0xOSAwLTMxLTEzLTMxLTMydi0yNTBjMC0xOCAxMi0zMSAzMS0zMWg0MDZ2LTYyaC0xMjV2LTMyLTMxaDE1NiAxNTd2MzEgMzJoLTEyNXY2MmgzNDNjMTkgMCAzMiAxMyAzMiAzMXYyNTB6IiBob3Jpei1hZHYteD0iMTAwMCIgLz4KCjxnbHlwaCBnbHlwaC1uYW1lPSJjYWxlbmRhciIgdW5pY29kZT0iJiN4ZTgwMTsiIGQ9Ik03MS03OWgxNjF2MTYxaC0xNjF2LTE2MXogbTE5NyAwaDE3OHYxNjFoLTE3OHYtMTYxeiBtLTE5NyAxOTdoMTYxdjE3OGgtMTYxdi0xNzh6IG0xOTcgMGgxNzh2MTc4aC0xNzh2LTE3OHogbS0xOTcgMjE0aDE2MXYxNjFoLTE2MXYtMTYxeiBtNDExLTQxMWgxNzl2MTYxaC0xNzl2LTE2MXogbS0yMTQgNDExaDE3OHYxNjFoLTE3OHYtMTYxeiBtNDI4LTQxMWgxNjF2MTYxaC0xNjF2LTE2MXogbS0yMTQgMTk3aDE3OXYxNzhoLTE3OXYtMTc4eiBtLTE5NiA0ODJ2MTYxcTAgNy02IDEydC0xMiA2aC0zNnEtNyAwLTEyLTZ0LTYtMTJ2LTE2MXEwLTcgNi0xM3QxMi01aDM2cTcgMCAxMiA1dDYgMTN6IG00MTAtNDgyaDE2MXYxNzhoLTE2MXYtMTc4eiBtLTIxNCAyMTRoMTc5djE2MWgtMTc5di0xNjF6IG0yMTQgMGgxNjF2MTYxaC0xNjF2LTE2MXogbTE4IDI2OHYxNjFxMCA3LTUgMTJ0LTEzIDZoLTM1cS04IDAtMTMtNnQtNS0xMnYtMTYxcTAtNyA1LTEzdDEzLTVoMzVxOCAwIDEzIDV0NSAxM3ogbTIxNSAzNnYtNzE1cTAtMjktMjItNTB0LTUwLTIxaC03ODZxLTI5IDAtNTAgMjF0LTIxIDUwdjcxNXEwIDI5IDIxIDUwdDUwIDIxaDcydjU0cTAgMzcgMjYgNjN0NjMgMjZoMzZxMzcgMCA2My0yNnQyNi02M3YtNTRoMjE0djU0cTAgMzcgMjcgNjN0NjMgMjZoMzVxMzcgMCA2My0yNnQyNy02M3YtNTRoNzFxMjkgMCA1MC0yMXQyMi01MHoiIGhvcml6LWFkdi14PSI5MjguNiIgLz4KCjxnbHlwaCBnbHlwaC1uYW1lPSJjaGVja2JveCIgdW5pY29kZT0iJiN4ZTgwMjsiIGQ9Ik04NDQgNTM4di01MDBjMC01MS00NC05NC05NC05NGgtNTYyYy01MCAwLTk0IDQzLTk0IDk0djU2MmMwIDUwIDQ0IDk0IDk0IDk0aDU2MmM0NCAwIDgxLTMxIDk0LTc1bDE1MCA4Ny0xNTAtMTY4eiBtLTYzLTc1bC0zMDAtMzYzLTMwNiA0MDYgMzA2LTEwMCAzMDAgMTgydjEyYzAgMTktMTIgMzEtMzEgMzFoLTU2MmMtMTkgMC0zMi0xMi0zMi0zMXYtNTYyYzAtMTkgMTMtMzIgMzItMzJoNTYyYzE5IDAgMzEgMTMgMzEgMzJ2NDI1eiIgaG9yaXotYWR2LXg9IjEwMDAiIC8+Cgo8Z2x5cGggZ2x5cGgtbmFtZT0iY2hlY2tib3gtZ3JvdXAiIHVuaWNvZGU9IiYjeGU4MDM7IiBkPSJNMCA3ODhoMTAwMHY2MmgtMTAwMHYtNjJ6IG0wLTEyNWgxMDAwdjYyaC0xMDAwdi02MnogbTM3NS0xMjV2LTYzaDU2M3Y2M2gtNTYzeiBtNTYzLTU2M3Y2M2gtNTYzdi02M2g1NjN6IG0tNTYzIDI1MGg1NjN2NjNoLTU2M3YtNjN6IG0tMTI1LTEyNWwtMTU2LTk0LTk0IDMyIDk0LTEyNiAxNTYgMTg4eiBtMCAyNTBsLTE1Ni05NC05NCAzMiA5NC0xMjUgMTU2IDE4N3ogbTAgMjUwbC0xNTYtOTQtOTQgMzIgOTQtMTI1IDE1NiAxODd6IiBob3Jpei1hZHYteD0iMTAwMCIgLz4KCjxnbHlwaCBnbHlwaC1uYW1lPSJyYWRpby1ncm91cCIgdW5pY29kZT0iJiN4ZTgwNDsiIGQ9Ik0wIDc4OGgxMDAwdjYyaC0xMDAwdi02MnogbTAtMTI1aDEwMDB2NjJoLTEwMDB2LTYyeiBtMzEzLTE4OGg2MjV2NjNoLTYyNXYtNjN6IG02MjUtMTg3aC02MjV2LTYzaDYyNXY2M3ogbTAtMzEzdjYzaC02MjV2LTYzaDYyNXogbS04NDQgNDM4Yy01MCAwLTk0IDQzLTk0IDkzczQ0IDk0IDk0IDk0IDk0LTQ0IDk0LTk0LTQ0LTkzLTk0LTkzeiBtMCAxMjVjLTE5IDAtMzEtMTMtMzEtMzJzMTItMzEgMzEtMzEgMzEgMTMgMzEgMzEtMTIgMzItMzEgMzJ6IG0wLTM4MmMtNTAgMC05NCA0NC05NCA5NHM0NCA5NCA5NCA5NCA5NC0zOCA5NC05NC00NC05NC05NC05NHogbTAgMTI1Yy0xOSAwLTMxLTEyLTMxLTMxczEyLTMxIDMxLTMxIDMxIDE5IDMxIDMxLTEyIDMxLTMxIDMxeiBtMC0zNjljLTUwIDAtOTQgNDQtOTQgOTRzNDQgOTQgOTQgOTQgOTQtNDQgOTQtOTQtNDQtOTQtOTQtOTR6IG0wIDEyNmMtMTkgMC0zMS0xMy0zMS0zMnMxMi0zMSAzMS0zMSAzMSAxMiAzMSAzMS0xMiAzMi0zMSAzMnoiIGhvcml6LWFkdi14PSIxMDAwIiAvPgoKPGdseXBoIGdseXBoLW5hbWU9InJpY2gtdGV4dCIgdW5pY29kZT0iJiN4ZTgwNTsiIGQ9Ik05MzggNzg4aC04NzVjLTM4IDAtNjMtMjUtNjMtNjN2LTc1MGMwLTM4IDI1LTYzIDYzLTYzaDg3NWMzNyAwIDYyIDI1IDYyIDYzdjc1MGMwIDM4LTI1IDYzLTYyIDYzeiBtLTg3NS0xMzJoNTB2LTE4aC01MHYxOHogbTAtMzFoNTB2LTE5aC01MHYxOXogbTg3NS02NTBoLTg3NXY1NTZoODc1di01NTZ6IG0wIDU2OWgtODc1djE5aDg3NXYtMTl6IG0wIDMxaC04NzV2MTloNTB2LTEzaDkzdjEzaDgydi0xM2g4N3YxM2g4MXYtMTNoOTR2MTNoNzV2LTEzaDk0djEzaDgxdi0xM2g5NHYxM2g0NHYtMTl6IG0tNjU3IDUwdi0xOWgtNzV2MTloNzV6IG0tNzUgMTN2MThoODJ2LTE4aC04MnogbTI1MC0xM3YtMTloLTgxdjE5aDgxeiBtLTgxIDEzdjE4aDgxdi0xOGgtODF6IG0yNTAtMTN2LTE5aC03NXYxOWg3NXogbS03NSAxM3YxOGg3NXYtMThoLTc1eiBtMjUwLTEzdi0xOWgtODF2MTloODF6IG0tODEgMTN2MThoODF2LTE4aC04MXogbTIxOS0zMmgtNTB2MTloNTB2LTE5eiBtMCAzMmgtNTB2MThoNTB2LTE4eiBtMCAzMWgtNTB2NmgtOTR2LTEyaC04MXYxMmgtODh2LTEyaC03NXYxMmgtOTR2LTEyaC04MXYxMmgtOTR2LTEyaC03NXYxMmgtOTN2LTEyaC01MHYyNWg4NzV2LTE5eiBtMCAzMWgtODc1djE5aDg3NXYtMTl6IG0tNzUwLTYwMHY2M2g2MjV2LTYzaC02MjV6IG02MjUgMTI1aC02MjV2NjNoNjI1di02M3ogbS0xMjUgMTI1aC01MDB2NjNoNTAwdi02M3oiIGhvcml6LWFkdi14PSIxMDAwIiAvPgoKPGdseXBoIGdseXBoLW5hbWU9InNlbGVjdCIgdW5pY29kZT0iJiN4ZTgwNjsiIGQ9Ik0wIDg1MHYtODc1aDBjMC0zOCAyNS02MyA2My02M2g2MjVjMzcgMCA2MiAyNSA2MiA2M2gwdjU2M2gyNTB2MzEyaC0xMDAweiBtNjMtNjJoNjI1di0xODhoLTYyNXYxODh6IG0wLTM3NWg2MjV2LTE4OGgtNjI1djE4OHogbTAtNDM4djE4OGg2MjV2LTE4OGgtNjI1eiBtODc1IDYyNWgtMTg4djE4OGgxODh2LTE4OHogbS04MTMgMTI1aDYzdi02MmgtNjN2NjJ6IG0wLTYyNWg2M3YtNjJoLTYzdjYyeiBtMTI1IDBoNjN2LTYyaC02M3Y2MnogbTEyNSAwaDYzdi02MmgtNjN2NjJ6IG0xODggMHYtNjJoLTYzdjYyaDYzeiBtLTQzOCAyNTBoNjN2LTYyaC02M3Y2MnogbTEyNSAwaDYzdi02MmgtNjN2NjJ6IG0xMjUgMGg2M3YtNjJoLTYzdjYyeiBtNDY5IDMwNmwtNjMgNjloMTE5bC01Ni02OXogbS03MTktMTgxdjYzaDYzdi02M2gtNjNsMCAweiBtMTI1IDB2NjNoNjN2LTYzaC02M2wwIDB6IiBob3Jpei1hZHYteD0iMTAwMCIgLz4KCjxnbHlwaCBnbHlwaC1uYW1lPSJ0ZXh0LWFyZWEiIHVuaWNvZGU9IiYjeGU4MDc7IiBkPSJNMTg4IDE2M3Y2Mmg1MDB2LTYyaC01MDBsMCAweiBtMCAyNTBoNjI1djYyaC02MjV2LTYybDAgMHogbTAtNjN2LTYyaDYyNXY2MmgtNjI1bDAgMHogbTYyNSAyNTBoLTYyNXYtNjJoNjI1djYybDAgMHogbTE4Ny02MjV2NzUwYzAgMzgtMjUgNjMtNjIgNjNoLTg3NWMtMzggMC02My0yNS02My02M3YtNzUwYzAtMzggMjUtNjMgNjMtNjNoODc1YzM3IDAgNjIgMjUgNjIgNjN6IG0tNjIgNzUwdi03NTBoLTg3NXY3NTBoODc1eiIgaG9yaXotYWR2LXg9IjEwMDAiIC8+Cgo8Z2x5cGggZ2x5cGgtbmFtZT0idGV4dC1pbnB1dCIgdW5pY29kZT0iJiN4ZTgwODsiIGQ9Ik05MzggNjAwaC02NTd2NjNoOTR2NjJoLTk0LTYyLTk0di02Mmg5NHYtNjNoLTE1NmMtMzggMC02My0zMS02My02MnYtMzc1YzAtMzggMjUtNjMgNjMtNjNoMTU2di02MmgtOTR2LTYzaDI1MHY2M2gtOTR2NjJoNjU3YzM3IDAgNjIgMjUgNjIgNjN2Mzc1YzAgMzEtMjUgNjItNjIgNjJ6IG0tODc1LTQzN3YzNzVoMTU2di0zNzVoLTE1NnogbTg3NSAwaC02NTd2Mzc1aDY1N3YtMzc1eiIgaG9yaXotYWR2LXg9IjEwMDAiIC8+Cgo8Z2x5cGggZ2x5cGgtbmFtZT0icGVuY2lsIiB1bmljb2RlPSImI3hlODA5OyIgZD0iTTIwMy03bDUwIDUxLTEzMSAxMzEtNTEtNTF2LTYwaDcydi03MWg2MHogbTI5MSA1MThxMCAxMi0xMiAxMi01IDAtOS00bC0zMDMtMzAycS00LTQtNC0xMCAwLTEyIDEzLTEyIDUgMCA5IDRsMzAzIDMwMnEzIDQgMyAxMHogbS0zMCAxMDdsMjMyLTIzMi00NjQtNDY1aC0yMzJ2MjMzeiBtMzgxLTU0cTAtMjktMjAtNTBsLTkzLTkzLTIzMiAyMzMgOTMgOTJxMjAgMjEgNTAgMjEgMjkgMCA1MS0yMWwxMzEtMTMxcTIwLTIyIDIwLTUxeiIgaG9yaXotYWR2LXg9Ijg1Ny4xIiAvPgoKPGdseXBoIGdseXBoLW5hbWU9ImZpbGUtaW5wdXQiIHVuaWNvZGU9IiYjeGU4MGE7IiBkPSJNNDY5IDE2M2gtNDY5di0yNTFoOTM4djI1MWgtNDY5eiBtNDA2LTEyNWgtMTI1djYyaDEyNXYtNjJ6IG0tNjU2IDUwMGwyNTAgMjUwIDI1MC0yNTBoLTE1NnYtMzEzaC0xODh2MzEzeiIgaG9yaXotYWR2LXg9IjEwMDAiIC8+Cgo8Z2x5cGggZ2x5cGgtbmFtZT0iaGlkZGVuLWlucHV0IiB1bmljb2RlPSImI3hlODBiOyIgZD0iTTYzIDUzOGw2MiAwIDAgNjItNjIgMHogbTEyNSAwbDYyIDAgMCA2Mi02MiAweiBtMTI1IDBsNjIgMCAwIDYyLTYyIDB6IG0xMjUgMGw2MiAwIDAgNjItNjIgMHogbTEyNSAwbDYyIDAgMCA2Mi02MiAweiBtMTI1IDBsNjIgMCAwIDYyLTYyIDB6IG0xMjUgMGw2MiAwIDAgNjItNjIgMHogbS04MTMtNjNsNjMgMCAwIDYzLTYzIDB6IG05MzgtNjJsNjIgMCAwIDYyLTYyIDB6IG0tOTM4LTYzbDYzIDAgMCA2My02MyAweiBtOTM4LTYybDYyIDAgMCA2Mi02MiAweiBtLTkzOC02M2w2MyAwIDAgNjMtNjMgMHogbTkzOC02Mmw2MiAwIDAgNjItNjIgMHogbS04MTMtNjNsNjMgMCAwIDYzLTYzIDB6IG0xMjUgMGw2MyAwIDAgNjMtNjMgMHogbTEyNSAwbDYzIDAgMCA2My02MyAweiBtMTI1IDBsNjMgMCAwIDYzLTYzIDB6IG0xMjUgMGw2MyAwIDAgNjMtNjMgMHogbTEyNSAwbDYzIDAgMCA2My02MyAweiBtMTI1IDBsNjMgMCAwIDYzLTYzIDB6IG02MyA0MzhsNjIgMCAwIDYyLTYyIDB6IG0tOTM4LTQzOGw2MyAwIDAgNjMtNjMgMHoiIGhvcml6LWFkdi14PSIxMDAwIiAvPgoKPGdseXBoIGdseXBoLW5hbWU9InJlc2l6ZS12ZXJ0aWNhbCIgdW5pY29kZT0iJiN4ZTgwYzsiIGQ9Ik0zOTMgNjcxcTAtMTQtMTEtMjV0LTI1LTEwaC03MXYtNTcyaDcxcTE1IDAgMjUtMTB0MTEtMjUtMTEtMjZsLTE0My0xNDJxLTEwLTExLTI1LTExdC0yNSAxMWwtMTQzIDE0MnEtMTAgMTEtMTAgMjZ0MTAgMjUgMjUgMTBoNzJ2NTcyaC03MnEtMTQgMC0yNSAxMHQtMTAgMjUgMTAgMjZsMTQzIDE0MnExMSAxMSAyNSAxMXQyNS0xMWwxNDMtMTQycTExLTExIDExLTI2eiIgaG9yaXotYWR2LXg9IjQyOC42IiAvPgoKPGdseXBoIGdseXBoLW5hbWU9ImJ1dHRvbi1pbnB1dCIgdW5pY29kZT0iJiN4ZTgwZDsiIGQ9Ik02MiA1MzhsODc1IDAgMCA2Mi04NzUgMHogbS02Mi0zNzVsNjMgMCAwIDM3NS02MyAweiBtNjMtNjNsODc1IDAgMCA2My04NzUgMHogbTg3NSA2M2w2MiAwIDAgMzc1LTYyIDB6IG0tNTUyIDI4MHEtMzQgMC01NC0yNS0xOS0yNS0xOS02OCAwLTQzIDE5LTY4IDIwLTI1IDU0LTI1IDMzIDAgNTMgMjUgMTkgMjUgMTkgNjggMCA0My0xOSA2OC0yMCAyNS01MyAyNXogbTAgMjVxNDggMCA3Ni0zMiAyOS0zMiAyOS04NiAwLTU0LTI5LTg2LTI4LTMyLTc2LTMyLTQ4IDAtNzcgMzItMjkgMzItMjkgODYgMCA1NCAyOSA4NiAyOSAzMiA3NyAzMnogbTE1My00bDMxIDAgMC05NiAxMDIgOTYgNDAgMC0xMTMtMTA2IDEyMS0xMjItNDEgMC0xMDkgMTEwIDAtMTEwLTMxIDAgMCAyMjh6IiBob3Jpei1hZHYteD0iMTAwMCIgLz4KCjxnbHlwaCBnbHlwaC1uYW1lPSJhdHRhY2giIHVuaWNvZGU9IiYjeGU4MGU7IiBkPSJNNzgzIDc3cTAtNjUtNDQtMTA5dC0xMDktNDRxLTc1IDAtMTMxIDU1bC00MzQgNDM0cS02MyA2NC02MyAxNTEgMCA4OCA2MiAxNTB0MTUwIDYycTg4IDAgMTUyLTYzbDMzOC0zMzhxNS01IDUtMTIgMC05LTE3LTI2dC0yNi0xN3EtNyAwLTEzIDVsLTMzOCAzMzlxLTQ0IDQzLTEwMSA0My01OSAwLTEwMC00MnQtNDAtMTAxcTAtNTggNDItMTAxbDQzMy00MzNxMzUtMzYgODEtMzYgMzYgMCA1OSAyNHQyNCA1OXEwIDQ2LTM2IDgxbC0zMjQgMzI0cS0xNCAxNC0zMyAxNC0xNiAwLTI3LTExdC0xMS0yN3EwLTE4IDE0LTMzbDIyOS0yMjhxNi02IDYtMTMgMC05LTE4LTI2dC0yNi0xN3EtNyAwLTEyIDVsLTIyOSAyMjlxLTM1IDM0LTM1IDgzIDAgNDYgMzIgNzh0NzcgMzJxNDkgMCA4My0zNmwzMjUtMzI0cTU1LTU0IDU1LTEzMXoiIGhvcml6LWFkdi14PSI3ODUuNyIgLz4KCjxnbHlwaCBnbHlwaC1uYW1lPSJoZWFkZXIiIHVuaWNvZGU9IiYjeGU4MGY7IiBkPSJNOTM5LTc5cS0yNSAwLTc0IDJ0LTc1IDJxLTI0IDAtNzMtMnQtNzQtMnEtMTQgMC0yMSAxMnQtNyAyNXEwIDE3IDkgMjZ0MjIgOSAyOSA0IDI1IDlxMTggMTEgMTggNzhsMCAyMThxMCAxMi0xIDE3LTcgMy0yOCAzaC0zNzZxLTIyIDAtMjktMyAwLTUgMC0xN2wtMS0yMDdxMC03OSAyMS05MiA5LTUgMjYtN3QzMi0yIDI1LTggMTEtMjZxMC0xNC03LTI2dC0yMC0xM3EtMjYgMC03OCAydC03NyAycS0yNCAwLTcxLTJ0LTcxLTJxLTEzIDAtMjAgMTJ0LTcgMjVxMCAxNyA5IDI1dDIwIDEwIDI2IDQgMjQgOXExOCAxMyAxOCA4MGwtMSAzMXY0NTRxMCAyIDEgMTR0MCAyMS0xIDIxLTIgMjQtNCAyMC02IDE4LTkgMTBxLTggNS0yNSA2dC0yOSAyLTIzIDctMTAgMjZxMCAxNCA2IDI2dDIwIDEzcTI2IDAgNzgtMnQ3Ny0ycTIzIDAgNzEgMnQ3MCAycTE0IDAgMjEtMTN0Ny0yNnEwLTE3LTktMjV0LTIyLTgtMjgtMi0yNC03cS0xOS0xMi0xOS05MGwxLTE3OHEwLTEyIDAtMTggNy0yIDIyLTJoMzkwcTE0IDAgMjEgMiAxIDYgMSAxOGwwIDE3OHEwIDc4LTE5IDkwLTEwIDYtMzMgN3QtMzcgNy0xNCAyOHEwIDE0IDcgMjZ0MjEgMTNxMjQgMCA3NC0ydDczLTJxMjQgMCA3MiAydDcyIDJxMTQgMCAyMS0xM3Q3LTI2cTAtMTctMTAtMjV0LTIyLTgtMjktMi0yNC03cS0yMC0xMy0yMC05MGwxLTUyNnEwLTY2IDE5LTc4IDktNiAyNS04dDMwLTIgMjMtOSAxMC0yNXEwLTE0LTYtMjZ0LTIwLTEzeiIgaG9yaXotYWR2LXg9IjEwMDAiIC8+Cgo8Z2x5cGggZ2x5cGgtbmFtZT0icGFyYWdyYXBoIiB1bmljb2RlPSImI3hlODEwOyIgZD0iTTcxMyA3NDV2LTQxcTAtMTYtMTAtMzR0LTI0LTE4cS0yOCAwLTMwLTEtMTUtMy0xOC0xNy0yLTYtMi0zNnYtNjQzcTAtMTQtMTAtMjR0LTI0LTEwaC02MHEtMTQgMC0yNCAxMHQtMTAgMjR2NjgwaC04MHYtNjgwcTAtMTQtOS0yNHQtMjUtMTBoLTYwcS0xNCAwLTI0IDEwdC0xMCAyNHYyNzdxLTgyIDctMTM3IDMzLTcwIDMzLTEwNyAxMDAtMzYgNjUtMzYgMTQ1IDAgOTIgNTAgMTU5IDQ5IDY2IDExNiA4OSA2MiAyMSAyMzMgMjFoMjY3cTE0IDAgMjQtMTB0MTAtMjR6IiBob3Jpei1hZHYteD0iNzE0LjMiIC8+Cgo8Z2x5cGggZ2x5cGgtbmFtZT0ibnVtYmVyIiB1bmljb2RlPSImI3hlODExOyIgZD0iTTg3NSA0NzV2MTI1aC0xNTZsMzEgMjUwaC0xMjVsLTMxLTI1MGgtMjUwbDMxIDI1MGgtMTI1bC0zMS0yNTBoLTIxOXYtMTI1aDIwM2wtMzEtMjUwaC0xNzJ2LTEyNWgxNTZsLTMxLTI1MGgxMjVsMzEgMjUwaDI1MGwtMzEtMjUwaDEyNWwzMSAyNTBoMjE5djEyNWgtMjAzbDMxIDI1MGgxNzJ6IG0tMzI4LTI1MGgtMjUwbDMxIDI1MGgyNTBsLTMxLTI1MHoiIGhvcml6LWFkdi14PSI4NzUiIC8+CjwvZm9udD4KPC9kZWZzPgo8L3N2Zz4=) format("svg");
    font-weight: normal;
    font-style: normal;
}

/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'form-builder-font';
    src: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBzdGFuZGFsb25lPSJubyI/Pgo8IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxtZXRhZGF0YT5Db3B5cmlnaHQgKEMpIDIwMTYgYnkgb3JpZ2luYWwgYXV0aG9ycyBAIGZvbnRlbGxvLmNvbTwvbWV0YWRhdGE+CjxkZWZzPgo8Zm9udCBpZD0iZm9ybS1idWlsZGVyLWZvbnQiIGhvcml6LWFkdi14PSIxMDAwIiA+Cjxmb250LWZhY2UgZm9udC1mYW1pbHk9ImZvcm0tYnVpbGRlci1mb250IiBmb250LXdlaWdodD0iNDAwIiBmb250LXN0cmV0Y2g9Im5vcm1hbCIgdW5pdHMtcGVyLWVtPSIxMDAwIiBhc2NlbnQ9Ijg1MCIgZGVzY2VudD0iLTE1MCIgLz4KPG1pc3NpbmctZ2x5cGggaG9yaXotYWR2LXg9IjEwMDAiIC8+CjxnbHlwaCBnbHlwaC1uYW1lPSJhdXRvY29tcGxldGUiIHVuaWNvZGU9IiYjeGU4MDA7IiBkPSJNMzc1IDUzOGg2M3YtNjNoLTYzdjYzeiBtLTEyNSA2MmgtNjJ2LTYyaDYydjYyeiBtMTI1IDBoLTYydi02Mmg2MnY2MnogbS0yNTAtNjJ2LTYzaDYzdjYzaC02M3ogbTYzLTEyNWg2MnY2MmgtNjJ2LTYyeiBtMTI1IDBoNjJ2NjJoLTYydi02MnogbS02MyAxMjV2LTYzaDYzdjYzaC02M3ogbS0xMjUtNTYzaDYzdjYzaC02M3YtNjN6IG0xMjUgMGg2M3Y2M2gtNjN2LTYzeiBtMTI1IDBoNjN2NjNoLTYzdi02M3ogbTE4OCA2M2gtNjN2LTYzaDYzdjYzeiBtNDM3IDU5M3YtMjUwYzAtNTAtNDQtOTMtOTQtOTNoLTMxdi0xODgtMTg4YzAtMzctMjUtNjItNjItNjJoLTc1MGMtMzggMC02MyAyNS02MyA2MnY3MTljMCA1MCA0NCA5NCA5NCA5NGgxODcgMjE5djMxIDMyaC02Mi02M3YzMSAzMWgxNTYgMTU3di0zMS0zMWgtNjMtNjJ2LTMyLTMxaDE4NyAxNTZjNTAgMCA5NC00NCA5NC05NHogbS0xODctNTMxaC0zNzUtMzc1di0xODhoNzUwdjE4OHogbS02MjUgNjN2NjJoLTYzdi02Mmg2M3ogbTEyNSAwdjYyaC02M3YtNjJoNjN6IG02MjUgNDY4YzAgMTktMTMgMzItMzIgMzJoLTM0M3YtMTU3LTE1NmgtMzItMzF2MzEgMzJoLTYydjYyaDYydjMxIDMyaC02MnY2Mmg2MnYzMSAzMmgtNDA2Yy0xOSAwLTMxLTEzLTMxLTMydi0yNTBjMC0xOCAxMi0zMSAzMS0zMWg0MDZ2LTYyaC0xMjV2LTMyLTMxaDE1NiAxNTd2MzEgMzJoLTEyNXY2MmgzNDNjMTkgMCAzMiAxMyAzMiAzMXYyNTB6IiBob3Jpei1hZHYteD0iMTAwMCIgLz4KCjxnbHlwaCBnbHlwaC1uYW1lPSJjYWxlbmRhciIgdW5pY29kZT0iJiN4ZTgwMTsiIGQ9Ik03MS03OWgxNjF2MTYxaC0xNjF2LTE2MXogbTE5NyAwaDE3OHYxNjFoLTE3OHYtMTYxeiBtLTE5NyAxOTdoMTYxdjE3OGgtMTYxdi0xNzh6IG0xOTcgMGgxNzh2MTc4aC0xNzh2LTE3OHogbS0xOTcgMjE0aDE2MXYxNjFoLTE2MXYtMTYxeiBtNDExLTQxMWgxNzl2MTYxaC0xNzl2LTE2MXogbS0yMTQgNDExaDE3OHYxNjFoLTE3OHYtMTYxeiBtNDI4LTQxMWgxNjF2MTYxaC0xNjF2LTE2MXogbS0yMTQgMTk3aDE3OXYxNzhoLTE3OXYtMTc4eiBtLTE5NiA0ODJ2MTYxcTAgNy02IDEydC0xMiA2aC0zNnEtNyAwLTEyLTZ0LTYtMTJ2LTE2MXEwLTcgNi0xM3QxMi01aDM2cTcgMCAxMiA1dDYgMTN6IG00MTAtNDgyaDE2MXYxNzhoLTE2MXYtMTc4eiBtLTIxNCAyMTRoMTc5djE2MWgtMTc5di0xNjF6IG0yMTQgMGgxNjF2MTYxaC0xNjF2LTE2MXogbTE4IDI2OHYxNjFxMCA3LTUgMTJ0LTEzIDZoLTM1cS04IDAtMTMtNnQtNS0xMnYtMTYxcTAtNyA1LTEzdDEzLTVoMzVxOCAwIDEzIDV0NSAxM3ogbTIxNSAzNnYtNzE1cTAtMjktMjItNTB0LTUwLTIxaC03ODZxLTI5IDAtNTAgMjF0LTIxIDUwdjcxNXEwIDI5IDIxIDUwdDUwIDIxaDcydjU0cTAgMzcgMjYgNjN0NjMgMjZoMzZxMzcgMCA2My0yNnQyNi02M3YtNTRoMjE0djU0cTAgMzcgMjcgNjN0NjMgMjZoMzVxMzcgMCA2My0yNnQyNy02M3YtNTRoNzFxMjkgMCA1MC0yMXQyMi01MHoiIGhvcml6LWFkdi14PSI5MjguNiIgLz4KCjxnbHlwaCBnbHlwaC1uYW1lPSJjaGVja2JveCIgdW5pY29kZT0iJiN4ZTgwMjsiIGQ9Ik04NDQgNTM4di01MDBjMC01MS00NC05NC05NC05NGgtNTYyYy01MCAwLTk0IDQzLTk0IDk0djU2MmMwIDUwIDQ0IDk0IDk0IDk0aDU2MmM0NCAwIDgxLTMxIDk0LTc1bDE1MCA4Ny0xNTAtMTY4eiBtLTYzLTc1bC0zMDAtMzYzLTMwNiA0MDYgMzA2LTEwMCAzMDAgMTgydjEyYzAgMTktMTIgMzEtMzEgMzFoLTU2MmMtMTkgMC0zMi0xMi0zMi0zMXYtNTYyYzAtMTkgMTMtMzIgMzItMzJoNTYyYzE5IDAgMzEgMTMgMzEgMzJ2NDI1eiIgaG9yaXotYWR2LXg9IjEwMDAiIC8+Cgo8Z2x5cGggZ2x5cGgtbmFtZT0iY2hlY2tib3gtZ3JvdXAiIHVuaWNvZGU9IiYjeGU4MDM7IiBkPSJNMCA3ODhoMTAwMHY2MmgtMTAwMHYtNjJ6IG0wLTEyNWgxMDAwdjYyaC0xMDAwdi02MnogbTM3NS0xMjV2LTYzaDU2M3Y2M2gtNTYzeiBtNTYzLTU2M3Y2M2gtNTYzdi02M2g1NjN6IG0tNTYzIDI1MGg1NjN2NjNoLTU2M3YtNjN6IG0tMTI1LTEyNWwtMTU2LTk0LTk0IDMyIDk0LTEyNiAxNTYgMTg4eiBtMCAyNTBsLTE1Ni05NC05NCAzMiA5NC0xMjUgMTU2IDE4N3ogbTAgMjUwbC0xNTYtOTQtOTQgMzIgOTQtMTI1IDE1NiAxODd6IiBob3Jpei1hZHYteD0iMTAwMCIgLz4KCjxnbHlwaCBnbHlwaC1uYW1lPSJyYWRpby1ncm91cCIgdW5pY29kZT0iJiN4ZTgwNDsiIGQ9Ik0wIDc4OGgxMDAwdjYyaC0xMDAwdi02MnogbTAtMTI1aDEwMDB2NjJoLTEwMDB2LTYyeiBtMzEzLTE4OGg2MjV2NjNoLTYyNXYtNjN6IG02MjUtMTg3aC02MjV2LTYzaDYyNXY2M3ogbTAtMzEzdjYzaC02MjV2LTYzaDYyNXogbS04NDQgNDM4Yy01MCAwLTk0IDQzLTk0IDkzczQ0IDk0IDk0IDk0IDk0LTQ0IDk0LTk0LTQ0LTkzLTk0LTkzeiBtMCAxMjVjLTE5IDAtMzEtMTMtMzEtMzJzMTItMzEgMzEtMzEgMzEgMTMgMzEgMzEtMTIgMzItMzEgMzJ6IG0wLTM4MmMtNTAgMC05NCA0NC05NCA5NHM0NCA5NCA5NCA5NCA5NC0zOCA5NC05NC00NC05NC05NC05NHogbTAgMTI1Yy0xOSAwLTMxLTEyLTMxLTMxczEyLTMxIDMxLTMxIDMxIDE5IDMxIDMxLTEyIDMxLTMxIDMxeiBtMC0zNjljLTUwIDAtOTQgNDQtOTQgOTRzNDQgOTQgOTQgOTQgOTQtNDQgOTQtOTQtNDQtOTQtOTQtOTR6IG0wIDEyNmMtMTkgMC0zMS0xMy0zMS0zMnMxMi0zMSAzMS0zMSAzMSAxMiAzMSAzMS0xMiAzMi0zMSAzMnoiIGhvcml6LWFkdi14PSIxMDAwIiAvPgoKPGdseXBoIGdseXBoLW5hbWU9InJpY2gtdGV4dCIgdW5pY29kZT0iJiN4ZTgwNTsiIGQ9Ik05MzggNzg4aC04NzVjLTM4IDAtNjMtMjUtNjMtNjN2LTc1MGMwLTM4IDI1LTYzIDYzLTYzaDg3NWMzNyAwIDYyIDI1IDYyIDYzdjc1MGMwIDM4LTI1IDYzLTYyIDYzeiBtLTg3NS0xMzJoNTB2LTE4aC01MHYxOHogbTAtMzFoNTB2LTE5aC01MHYxOXogbTg3NS02NTBoLTg3NXY1NTZoODc1di01NTZ6IG0wIDU2OWgtODc1djE5aDg3NXYtMTl6IG0wIDMxaC04NzV2MTloNTB2LTEzaDkzdjEzaDgydi0xM2g4N3YxM2g4MXYtMTNoOTR2MTNoNzV2LTEzaDk0djEzaDgxdi0xM2g5NHYxM2g0NHYtMTl6IG0tNjU3IDUwdi0xOWgtNzV2MTloNzV6IG0tNzUgMTN2MThoODJ2LTE4aC04MnogbTI1MC0xM3YtMTloLTgxdjE5aDgxeiBtLTgxIDEzdjE4aDgxdi0xOGgtODF6IG0yNTAtMTN2LTE5aC03NXYxOWg3NXogbS03NSAxM3YxOGg3NXYtMThoLTc1eiBtMjUwLTEzdi0xOWgtODF2MTloODF6IG0tODEgMTN2MThoODF2LTE4aC04MXogbTIxOS0zMmgtNTB2MTloNTB2LTE5eiBtMCAzMmgtNTB2MThoNTB2LTE4eiBtMCAzMWgtNTB2NmgtOTR2LTEyaC04MXYxMmgtODh2LTEyaC03NXYxMmgtOTR2LTEyaC04MXYxMmgtOTR2LTEyaC03NXYxMmgtOTN2LTEyaC01MHYyNWg4NzV2LTE5eiBtMCAzMWgtODc1djE5aDg3NXYtMTl6IG0tNzUwLTYwMHY2M2g2MjV2LTYzaC02MjV6IG02MjUgMTI1aC02MjV2NjNoNjI1di02M3ogbS0xMjUgMTI1aC01MDB2NjNoNTAwdi02M3oiIGhvcml6LWFkdi14PSIxMDAwIiAvPgoKPGdseXBoIGdseXBoLW5hbWU9InNlbGVjdCIgdW5pY29kZT0iJiN4ZTgwNjsiIGQ9Ik0wIDg1MHYtODc1aDBjMC0zOCAyNS02MyA2My02M2g2MjVjMzcgMCA2MiAyNSA2MiA2M2gwdjU2M2gyNTB2MzEyaC0xMDAweiBtNjMtNjJoNjI1di0xODhoLTYyNXYxODh6IG0wLTM3NWg2MjV2LTE4OGgtNjI1djE4OHogbTAtNDM4djE4OGg2MjV2LTE4OGgtNjI1eiBtODc1IDYyNWgtMTg4djE4OGgxODh2LTE4OHogbS04MTMgMTI1aDYzdi02MmgtNjN2NjJ6IG0wLTYyNWg2M3YtNjJoLTYzdjYyeiBtMTI1IDBoNjN2LTYyaC02M3Y2MnogbTEyNSAwaDYzdi02MmgtNjN2NjJ6IG0xODggMHYtNjJoLTYzdjYyaDYzeiBtLTQzOCAyNTBoNjN2LTYyaC02M3Y2MnogbTEyNSAwaDYzdi02MmgtNjN2NjJ6IG0xMjUgMGg2M3YtNjJoLTYzdjYyeiBtNDY5IDMwNmwtNjMgNjloMTE5bC01Ni02OXogbS03MTktMTgxdjYzaDYzdi02M2gtNjNsMCAweiBtMTI1IDB2NjNoNjN2LTYzaC02M2wwIDB6IiBob3Jpei1hZHYteD0iMTAwMCIgLz4KCjxnbHlwaCBnbHlwaC1uYW1lPSJ0ZXh0LWFyZWEiIHVuaWNvZGU9IiYjeGU4MDc7IiBkPSJNMTg4IDE2M3Y2Mmg1MDB2LTYyaC01MDBsMCAweiBtMCAyNTBoNjI1djYyaC02MjV2LTYybDAgMHogbTAtNjN2LTYyaDYyNXY2MmgtNjI1bDAgMHogbTYyNSAyNTBoLTYyNXYtNjJoNjI1djYybDAgMHogbTE4Ny02MjV2NzUwYzAgMzgtMjUgNjMtNjIgNjNoLTg3NWMtMzggMC02My0yNS02My02M3YtNzUwYzAtMzggMjUtNjMgNjMtNjNoODc1YzM3IDAgNjIgMjUgNjIgNjN6IG0tNjIgNzUwdi03NTBoLTg3NXY3NTBoODc1eiIgaG9yaXotYWR2LXg9IjEwMDAiIC8+Cgo8Z2x5cGggZ2x5cGgtbmFtZT0idGV4dC1pbnB1dCIgdW5pY29kZT0iJiN4ZTgwODsiIGQ9Ik05MzggNjAwaC02NTd2NjNoOTR2NjJoLTk0LTYyLTk0di02Mmg5NHYtNjNoLTE1NmMtMzggMC02My0zMS02My02MnYtMzc1YzAtMzggMjUtNjMgNjMtNjNoMTU2di02MmgtOTR2LTYzaDI1MHY2M2gtOTR2NjJoNjU3YzM3IDAgNjIgMjUgNjIgNjN2Mzc1YzAgMzEtMjUgNjItNjIgNjJ6IG0tODc1LTQzN3YzNzVoMTU2di0zNzVoLTE1NnogbTg3NSAwaC02NTd2Mzc1aDY1N3YtMzc1eiIgaG9yaXotYWR2LXg9IjEwMDAiIC8+Cgo8Z2x5cGggZ2x5cGgtbmFtZT0icGVuY2lsIiB1bmljb2RlPSImI3hlODA5OyIgZD0iTTIwMy03bDUwIDUxLTEzMSAxMzEtNTEtNTF2LTYwaDcydi03MWg2MHogbTI5MSA1MThxMCAxMi0xMiAxMi01IDAtOS00bC0zMDMtMzAycS00LTQtNC0xMCAwLTEyIDEzLTEyIDUgMCA5IDRsMzAzIDMwMnEzIDQgMyAxMHogbS0zMCAxMDdsMjMyLTIzMi00NjQtNDY1aC0yMzJ2MjMzeiBtMzgxLTU0cTAtMjktMjAtNTBsLTkzLTkzLTIzMiAyMzMgOTMgOTJxMjAgMjEgNTAgMjEgMjkgMCA1MS0yMWwxMzEtMTMxcTIwLTIyIDIwLTUxeiIgaG9yaXotYWR2LXg9Ijg1Ny4xIiAvPgoKPGdseXBoIGdseXBoLW5hbWU9ImZpbGUtaW5wdXQiIHVuaWNvZGU9IiYjeGU4MGE7IiBkPSJNNDY5IDE2M2gtNDY5di0yNTFoOTM4djI1MWgtNDY5eiBtNDA2LTEyNWgtMTI1djYyaDEyNXYtNjJ6IG0tNjU2IDUwMGwyNTAgMjUwIDI1MC0yNTBoLTE1NnYtMzEzaC0xODh2MzEzeiIgaG9yaXotYWR2LXg9IjEwMDAiIC8+Cgo8Z2x5cGggZ2x5cGgtbmFtZT0iaGlkZGVuLWlucHV0IiB1bmljb2RlPSImI3hlODBiOyIgZD0iTTYzIDUzOGw2MiAwIDAgNjItNjIgMHogbTEyNSAwbDYyIDAgMCA2Mi02MiAweiBtMTI1IDBsNjIgMCAwIDYyLTYyIDB6IG0xMjUgMGw2MiAwIDAgNjItNjIgMHogbTEyNSAwbDYyIDAgMCA2Mi02MiAweiBtMTI1IDBsNjIgMCAwIDYyLTYyIDB6IG0xMjUgMGw2MiAwIDAgNjItNjIgMHogbS04MTMtNjNsNjMgMCAwIDYzLTYzIDB6IG05MzgtNjJsNjIgMCAwIDYyLTYyIDB6IG0tOTM4LTYzbDYzIDAgMCA2My02MyAweiBtOTM4LTYybDYyIDAgMCA2Mi02MiAweiBtLTkzOC02M2w2MyAwIDAgNjMtNjMgMHogbTkzOC02Mmw2MiAwIDAgNjItNjIgMHogbS04MTMtNjNsNjMgMCAwIDYzLTYzIDB6IG0xMjUgMGw2MyAwIDAgNjMtNjMgMHogbTEyNSAwbDYzIDAgMCA2My02MyAweiBtMTI1IDBsNjMgMCAwIDYzLTYzIDB6IG0xMjUgMGw2MyAwIDAgNjMtNjMgMHogbTEyNSAwbDYzIDAgMCA2My02MyAweiBtMTI1IDBsNjMgMCAwIDYzLTYzIDB6IG02MyA0MzhsNjIgMCAwIDYyLTYyIDB6IG0tOTM4LTQzOGw2MyAwIDAgNjMtNjMgMHoiIGhvcml6LWFkdi14PSIxMDAwIiAvPgoKPGdseXBoIGdseXBoLW5hbWU9InJlc2l6ZS12ZXJ0aWNhbCIgdW5pY29kZT0iJiN4ZTgwYzsiIGQ9Ik0zOTMgNjcxcTAtMTQtMTEtMjV0LTI1LTEwaC03MXYtNTcyaDcxcTE1IDAgMjUtMTB0MTEtMjUtMTEtMjZsLTE0My0xNDJxLTEwLTExLTI1LTExdC0yNSAxMWwtMTQzIDE0MnEtMTAgMTEtMTAgMjZ0MTAgMjUgMjUgMTBoNzJ2NTcyaC03MnEtMTQgMC0yNSAxMHQtMTAgMjUgMTAgMjZsMTQzIDE0MnExMSAxMSAyNSAxMXQyNS0xMWwxNDMtMTQycTExLTExIDExLTI2eiIgaG9yaXotYWR2LXg9IjQyOC42IiAvPgoKPGdseXBoIGdseXBoLW5hbWU9ImJ1dHRvbi1pbnB1dCIgdW5pY29kZT0iJiN4ZTgwZDsiIGQ9Ik02MiA1MzhsODc1IDAgMCA2Mi04NzUgMHogbS02Mi0zNzVsNjMgMCAwIDM3NS02MyAweiBtNjMtNjNsODc1IDAgMCA2My04NzUgMHogbTg3NSA2M2w2MiAwIDAgMzc1LTYyIDB6IG0tNTUyIDI4MHEtMzQgMC01NC0yNS0xOS0yNS0xOS02OCAwLTQzIDE5LTY4IDIwLTI1IDU0LTI1IDMzIDAgNTMgMjUgMTkgMjUgMTkgNjggMCA0My0xOSA2OC0yMCAyNS01MyAyNXogbTAgMjVxNDggMCA3Ni0zMiAyOS0zMiAyOS04NiAwLTU0LTI5LTg2LTI4LTMyLTc2LTMyLTQ4IDAtNzcgMzItMjkgMzItMjkgODYgMCA1NCAyOSA4NiAyOSAzMiA3NyAzMnogbTE1My00bDMxIDAgMC05NiAxMDIgOTYgNDAgMC0xMTMtMTA2IDEyMS0xMjItNDEgMC0xMDkgMTEwIDAtMTEwLTMxIDAgMCAyMjh6IiBob3Jpei1hZHYteD0iMTAwMCIgLz4KCjxnbHlwaCBnbHlwaC1uYW1lPSJhdHRhY2giIHVuaWNvZGU9IiYjeGU4MGU7IiBkPSJNNzgzIDc3cTAtNjUtNDQtMTA5dC0xMDktNDRxLTc1IDAtMTMxIDU1bC00MzQgNDM0cS02MyA2NC02MyAxNTEgMCA4OCA2MiAxNTB0MTUwIDYycTg4IDAgMTUyLTYzbDMzOC0zMzhxNS01IDUtMTIgMC05LTE3LTI2dC0yNi0xN3EtNyAwLTEzIDVsLTMzOCAzMzlxLTQ0IDQzLTEwMSA0My01OSAwLTEwMC00MnQtNDAtMTAxcTAtNTggNDItMTAxbDQzMy00MzNxMzUtMzYgODEtMzYgMzYgMCA1OSAyNHQyNCA1OXEwIDQ2LTM2IDgxbC0zMjQgMzI0cS0xNCAxNC0zMyAxNC0xNiAwLTI3LTExdC0xMS0yN3EwLTE4IDE0LTMzbDIyOS0yMjhxNi02IDYtMTMgMC05LTE4LTI2dC0yNi0xN3EtNyAwLTEyIDVsLTIyOSAyMjlxLTM1IDM0LTM1IDgzIDAgNDYgMzIgNzh0NzcgMzJxNDkgMCA4My0zNmwzMjUtMzI0cTU1LTU0IDU1LTEzMXoiIGhvcml6LWFkdi14PSI3ODUuNyIgLz4KCjxnbHlwaCBnbHlwaC1uYW1lPSJoZWFkZXIiIHVuaWNvZGU9IiYjeGU4MGY7IiBkPSJNOTM5LTc5cS0yNSAwLTc0IDJ0LTc1IDJxLTI0IDAtNzMtMnQtNzQtMnEtMTQgMC0yMSAxMnQtNyAyNXEwIDE3IDkgMjZ0MjIgOSAyOSA0IDI1IDlxMTggMTEgMTggNzhsMCAyMThxMCAxMi0xIDE3LTcgMy0yOCAzaC0zNzZxLTIyIDAtMjktMyAwLTUgMC0xN2wtMS0yMDdxMC03OSAyMS05MiA5LTUgMjYtN3QzMi0yIDI1LTggMTEtMjZxMC0xNC03LTI2dC0yMC0xM3EtMjYgMC03OCAydC03NyAycS0yNCAwLTcxLTJ0LTcxLTJxLTEzIDAtMjAgMTJ0LTcgMjVxMCAxNyA5IDI1dDIwIDEwIDI2IDQgMjQgOXExOCAxMyAxOCA4MGwtMSAzMXY0NTRxMCAyIDEgMTR0MCAyMS0xIDIxLTIgMjQtNCAyMC02IDE4LTkgMTBxLTggNS0yNSA2dC0yOSAyLTIzIDctMTAgMjZxMCAxNCA2IDI2dDIwIDEzcTI2IDAgNzgtMnQ3Ny0ycTIzIDAgNzEgMnQ3MCAycTE0IDAgMjEtMTN0Ny0yNnEwLTE3LTktMjV0LTIyLTgtMjgtMi0yNC03cS0xOS0xMi0xOS05MGwxLTE3OHEwLTEyIDAtMTggNy0yIDIyLTJoMzkwcTE0IDAgMjEgMiAxIDYgMSAxOGwwIDE3OHEwIDc4LTE5IDkwLTEwIDYtMzMgN3QtMzcgNy0xNCAyOHEwIDE0IDcgMjZ0MjEgMTNxMjQgMCA3NC0ydDczLTJxMjQgMCA3MiAydDcyIDJxMTQgMCAyMS0xM3Q3LTI2cTAtMTctMTAtMjV0LTIyLTgtMjktMi0yNC03cS0yMC0xMy0yMC05MGwxLTUyNnEwLTY2IDE5LTc4IDktNiAyNS04dDMwLTIgMjMtOSAxMC0yNXEwLTE0LTYtMjZ0LTIwLTEzeiIgaG9yaXotYWR2LXg9IjEwMDAiIC8+Cgo8Z2x5cGggZ2x5cGgtbmFtZT0icGFyYWdyYXBoIiB1bmljb2RlPSImI3hlODEwOyIgZD0iTTcxMyA3NDV2LTQxcTAtMTYtMTAtMzR0LTI0LTE4cS0yOCAwLTMwLTEtMTUtMy0xOC0xNy0yLTYtMi0zNnYtNjQzcTAtMTQtMTAtMjR0LTI0LTEwaC02MHEtMTQgMC0yNCAxMHQtMTAgMjR2NjgwaC04MHYtNjgwcTAtMTQtOS0yNHQtMjUtMTBoLTYwcS0xNCAwLTI0IDEwdC0xMCAyNHYyNzdxLTgyIDctMTM3IDMzLTcwIDMzLTEwNyAxMDAtMzYgNjUtMzYgMTQ1IDAgOTIgNTAgMTU5IDQ5IDY2IDExNiA4OSA2MiAyMSAyMzMgMjFoMjY3cTE0IDAgMjQtMTB0MTAtMjR6IiBob3Jpei1hZHYteD0iNzE0LjMiIC8+Cgo8Z2x5cGggZ2x5cGgtbmFtZT0ibnVtYmVyIiB1bmljb2RlPSImI3hlODExOyIgZD0iTTg3NSA0NzV2MTI1aC0xNTZsMzEgMjUwaC0xMjVsLTMxLTI1MGgtMjUwbDMxIDI1MGgtMTI1bC0zMS0yNTBoLTIxOXYtMTI1aDIwM2wtMzEtMjUwaC0xNzJ2LTEyNWgxNTZsLTMxLTI1MGgxMjVsMzEgMjUwaDI1MGwtMzEtMjUwaDEyNWwzMSAyNTBoMjE5djEyNWgtMjAzbDMxIDI1MGgxNzJ6IG0tMzI4LTI1MGgtMjUwbDMxIDI1MGgyNTBsLTMxLTI1MHoiIGhvcml6LWFkdi14PSI4NzUiIC8+CjwvZm9udD4KPC9kZWZzPgo8L3N2Zz4=) format('svg');
  }
}
*/
.form-builder-wrap [class^="icon-"]:before,
.form-builder-wrap [class*=" icon-"]:before,
.amform-form [class^="icon-"]:before,
.amform-form [class*=" icon-"]:before {
    font-family: "form-builder-font";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    /* opacity: .8; */
    /* For safety - reset parent styles, that can break glyph codes*/
    font-variant: normal;
    text-transform: none;
    /* fix buttons height, for twitter bootstrap */
    line-height: 1em;
    /* Animation center compensation - margins should be symmetric */
    /* remove if not needed */
    margin-left: .2em;
    /* you can be more comfortable with increased icons size */
    /* font-size: 120%; */
    /* Font smoothing. That was taken from TWBS */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /* Uncomment for 3D effect */
    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-autocomplete:before {
    content: '\e800';
}

/* '' */
.icon-calendar:before {
    content: '\e801';
}

/* '' */
.icon-checkbox:before {
    content: '\e802';
}

/* '' */
.icon-checkbox-group:before {
    content: '\e803';
}

/* '' */
.icon-radio-group:before {
    content: '\e804';
}

/* '' */
.icon-rich-text:before {
    content: '\e805';
}

/* '' */
.icon-select:before {
    content: '\e806';
}

/* '' */
.icon-text-area:before {
    content: '\e807';
}

/* '' */
.icon-text-input:before {
    content: '\e808';
}

/* '' */
.icon-pencil:before {
    content: '\e809';
}

/* '' */
.icon-file-input:before {
    content: '\e80a';
}

/* '' */
.icon-hidden-input:before {
    content: '\e80b';
}

/* '' */
.icon-resize-vertical:before {
    content: '\e80c';
}

/* '' */
.icon-button-input:before {
    content: '\e80d';
}

/* '' */
.icon-attach:before {
    content: '\e80e';
}

/* '' */
.icon-header:before {
    content: '\e80f';
}

/* '' */
.icon-paragraph:before {
    content: '\e810';
}

/* '' */
.icon-number:before {
    content: '\e811';
}

/* '' */
/*
  Mixins
*/
/*
  Animations
*/
@-webkit-keyframes PLACEHOLDER {
    0% {
        height: 1px;
    }
    100% {
        height: 15px;
    }
}

@keyframes PLACEHOLDER {
    0% {
        height: 1px;
    }
    100% {
        height: 15px;
    }
}

.cb-wrap {
    float: right;
    width: 50%;
    -webkit-transition: -webkit-transform 250ms;
    transition: -webkit-transform 250ms;
    transition: transform 250ms;
    transition: transform 250ms, -webkit-transform 250ms;
    /* smartphones, Android phones, landscape iPhone */
}

.cb-wrap.pull-left .form-actions {
    float: left;
}

.cb-wrap h4 {
    margin-top: 0;
    color: #666;
}

.cb-wrap .save:hover {
    color: #08fe00;
}

@media (max-width: 481px) {
    .cb-wrap {
        width: 64px;
    }

    .cb-wrap h4 {
        display: none;
    }
}

.frmb-control.sort-enabled li.ui-state-highlight {
    box-shadow: none;
    height: 0;
    width: 100%;
    background: -webkit-radial-gradient(center ellipse, #545454 0%, transparent 75%);
    background: radial-gradient(ellipse at center, #545454 0%, transparent 75%);
    border: 0 none;
    -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    visibility: visible;
    overflow: hidden;
    margin: 1px 0 3px;
    -webkit-animation: PLACEHOLDER 250ms forwards;
    animation: PLACEHOLDER 250ms forwards;
}

.frmb-control li {
    cursor: move;
    list-style: none;
    box-shadow: 0 0 1px 0 inset;
    padding: 10px;
    text-align: left;
    background: #fff;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    /* smartphones, Android phones, landscape iPhone */
}

.frmb-control li:hover {
    background-color: #f2f2f2;
}

.frmb-control li.ui-sortable-helper {
    border-radius: 5px;
    -webkit-transition: box-shadow 250ms;
    transition: box-shadow 250ms;
    box-shadow: 2px 2px 6px 0 #666;
    border: 1px solid #fff;
}

.frmb-control li.ui-state-highlight {
    width: 0;
    overflow: hidden;
    padding: 0;
    margin: 0;
    border: 0 none;
}

.frmb-control li.moving {
    opacity: 0.6;
}

.frmb-control li.fb-separator {
    background-color: transparent;
    box-shadow: none;
    padding: 0;
    cursor: default;
}

@media (max-width: 481px) {
    .frmb-control li:before {
        font-size: 30px;
    }

    .frmb-control li span {
        display: none;
    }
}

.frmb-control {
    margin: 0;
    padding: 0;
}

.fb-mobile .form-actions {
    width: 100%;
}

.fb-mobile .form-actions button {
    width: 100%;
    font-size: .85em !important;
    display: block !important;
    border-radius: 0 !important;
    margin-top: -1px;
    margin-left: 0 !important;
}

.fb-mobile .form-actions button:first-child {
    border-radius: 5px 5px 0 0 !important;
    margin-top: 0 !important;
    border-bottom: 0 none;
}

.fb-mobile .form-actions button:last-child {
    border-radius: 0 0 5px 5px !important;
}

.form-actions {
    float: right;
    margin-top: 5px;
    /* smartphones, Android phones, landscape iPhone */
}

.form-actions .clear-all:hover {
    color: #fff !important;
}

[id^='frmb-'][id$='-form-wrap'] {
    /*   ------------   TOOLTIP   ------------   */
}

[id^='frmb-'][id$='-form-wrap'] .empty .frmb {
    border: 3px dashed #ccc;
    margin-right: 5px;
    background-color: rgba(255, 255, 255, 0.25);
}

[id^='frmb-'][id$='-form-wrap'] .stage-wrap {
    position: relative;
    float: left;
    width: 49%;
    margin-right: 1%;
    /* smartphones, Android phones, landscape iPhone */
}

[id^='frmb-'][id$='-form-wrap'] .stage-wrap.pull-right .frmb {
    margin: 0 0 0 6px;
}

@media (max-width: 481px) {
    [id^='frmb-'][id$='-form-wrap'] .stage-wrap {
        width: calc(100% - 64px);
    }
}

[id^='frmb-'][id$='-form-wrap'] .stage-wrap .action-links {
    width: calc(100% - 141px);
    display: none;
    float: right;
    overflow: hidden;
    text-align: right;
}

[id^='frmb-'][id$='-form-wrap'] .stage-wrap.empty:after {
    content: attr(data-content);
    position: absolute;
    text-align: center;
    top: 50%;
    left: 0;
    width: 100%;
    margin-top: -1em;
}

[id^='frmb-'][id$='-form-wrap'] .stage-wrap .action-links .active {
    font-weight: 700;
    color: #000;
}

.field-label-container {
    min-height: 20px;
}

li.editing .field-label-container {
    background-color: #41475d;
    min-height: 40px;
    color: white;
    padding: 10px 15px;
    font-weight: bold;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}

li.editing .field-actions {
    display: none !important;
}

[id^='frmb-'][id$='-form-wrap'] .frmb {
    list-style-type: none;
    min-height: 200px;
    margin: 0 6px 0 0;
    padding: 0;
    -webkit-transition: background-color 500ms ease-in-out;
    transition: background-color 500ms ease-in-out;
}

[id^='frmb-'][id$='-form-wrap'] .frmb.removing {
    overflow: hidden;
}

[id^='frmb-'][id$='-form-wrap'] .frmb li {
    position: relative;
    padding: 0;
    min-height: 33px;
    clear: both;
    margin-left: 0;
    margin-bottom: 3px;
    background-color: #fff;
    -webkit-transition: background-color 250ms ease-in-out, margin-top 400ms;
    transition: background-color 250ms ease-in-out, margin-top 400ms;
}

[id^='frmb-'][id$='-form-wrap'] .frmb li:hover .field-actions {
    opacity: 1;
}

[id^='frmb-'][id$='-form-wrap'] .frmb li.hidden-field {
    background-color: rgba(255, 255, 255, 0.6);
}

[id^='frmb-'][id$='-form-wrap'] .frmb li:first-child {
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}

[id^='frmb-'][id$='-form-wrap'] .frmb li:first-child .field-actions .btn:last-child {
    border-radius: 0 5px 0 0;
}

[id^='frmb-'][id$='-form-wrap'] .frmb li:last-child {
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

[id^='frmb-'][id$='-form-wrap'] .frmb li:hover {
    border-color: #66afe9;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

[id^='frmb-'][id$='-form-wrap'] .frmb li:hover li :hover {
    background-color: #fefefe;
}

[id^='frmb-'][id$='-form-wrap'] .frmb li.no-fields label {
    font-weight: 400;
}

@keyframes PLACEHOLDER {
    0% {
        height: 0;
    }
    100% {
        height: 15px;
    }
}

[id^='frmb-'][id$='-form-wrap'] .frmb li.frmb-placeholder, [id^='frmb-'][id$='-form-wrap'] .frmb li.ui-state-highlight {
    height: 0;
    padding: 0;
    background: -webkit-radial-gradient(center ellipse, #545454 0%, transparent 75%);
    background: radial-gradient(ellipse at center, #545454 0%, transparent 75%);
    border: 0 none;
    -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    visibility: visible;
    overflow: hidden;
    margin-bottom: 3px;
    -webkit-animation: PLACEHOLDER 250ms forwards;
    animation: PLACEHOLDER 250ms forwards;
}

[id^='frmb-'][id$='-form-wrap'] .frmb li.moving, [id^='frmb-'][id$='-form-wrap'] .frmb li.ui-sortable-helper {
    -webkit-transition: box-shadow 500ms ease-in-out;
    transition: box-shadow 500ms ease-in-out;
    box-shadow: 2px 2px 6px 0 #666;
    border: 1px solid #fff;
    border-radius: 5px;
}

[id^='frmb-'][id$='-form-wrap'] .frmb li.disabled {
    z-index: 1;
}

[id^='frmb-'][id$='-form-wrap'] .frmb li.disabled [type=checkbox] {
    float: left;
    margin-right: 10px;
}

[id^='frmb-'][id$='-form-wrap'] .frmb li.disabled h2 {
    border-bottom: 0 none;
}

[id^='frmb-'][id$='-form-wrap'] .frmb li.disabled label {
    font-size: 12px;
    font-weight: 400;
    color: #666;
}

[id^='frmb-'][id$='-form-wrap'] .frmb li.disabled .prev-holder {
    cursor: default;
    line-height: 28px;
    padding-left: 5px;
}

.frmb li .top-close-field{
    display: none;
}

.frmb li.editing .top-close-field{
    color: white;
    border: 1px solid white;
    position: absolute;
    top: 10px;
    right: 10px;
    display: inline-block;
    width: 20px;
    padding: 0 5px 2px;
    cursor: pointer;
    border-radius: 1px;
}

[id^='frmb-'][id$='-form-wrap'] .frmb li .form-elements .close-field {
    position: absolute;
    padding: 5px 20px;
    background-color: #1f8295;
    color: white;
    font-size: larger;
    left: 50%;
    bottom: 12px;
    border-top: 1px solid #d7d7d7;
    border-left: 1px solid #d7d7d7;
    border-right: 1px solid #D7D7D7;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    cursor: pointer;
    -webkit-transition: background-color 250ms ease-in-out;
    transition: background-color 250ms ease-in-out;
    -webkit-border-radius: 3;
    -moz-border-radius: 3;
    border-radius: 3px;
}

[id^='frmb-'][id$='-form-wrap'] .frmb li .form-elements .close-field:hover {
    background: #2a9cb0;
    text-decoration: none;
}

[id^='frmb-'][id$='-form-wrap'] .frmb li .close-field:hover {
    text-decoration: none;
}

[id^='frmb-'][id$='-form-wrap'] .frmb li.button-field h1,
[id^='frmb-'][id$='-form-wrap'] .frmb li.button-field h2,
[id^='frmb-'][id$='-form-wrap'] .frmb li.button-field h3,
[id^='frmb-'][id$='-form-wrap'] .frmb li.button-field p,
[id^='frmb-'][id$='-form-wrap'] .frmb li.button-field canvas,
[id^='frmb-'][id$='-form-wrap'] .frmb li.button-field output,
[id^='frmb-'][id$='-form-wrap'] .frmb li.button-field address,
[id^='frmb-'][id$='-form-wrap'] .frmb li.button-field blockquote,
[id^='frmb-'][id$='-form-wrap'] .frmb li.button-field .prev-holder, [id^='frmb-'][id$='-form-wrap'] .frmb li.header-field h1,
[id^='frmb-'][id$='-form-wrap'] .frmb li.header-field h2,
[id^='frmb-'][id$='-form-wrap'] .frmb li.header-field h3,
[id^='frmb-'][id$='-form-wrap'] .frmb li.header-field p,
[id^='frmb-'][id$='-form-wrap'] .frmb li.header-field canvas,
[id^='frmb-'][id$='-form-wrap'] .frmb li.header-field output,
[id^='frmb-'][id$='-form-wrap'] .frmb li.header-field address,
[id^='frmb-'][id$='-form-wrap'] .frmb li.header-field blockquote,
[id^='frmb-'][id$='-form-wrap'] .frmb li.header-field .prev-holder, [id^='frmb-'][id$='-form-wrap'] .frmb li.paragraph-field h1,
[id^='frmb-'][id$='-form-wrap'] .frmb li.paragraph-field h2,
[id^='frmb-'][id$='-form-wrap'] .frmb li.paragraph-field h3,
[id^='frmb-'][id$='-form-wrap'] .frmb li.paragraph-field p,
[id^='frmb-'][id$='-form-wrap'] .frmb li.paragraph-field canvas,
[id^='frmb-'][id$='-form-wrap'] .frmb li.paragraph-field output,
[id^='frmb-'][id$='-form-wrap'] .frmb li.paragraph-field address,
[id^='frmb-'][id$='-form-wrap'] .frmb li.paragraph-field blockquote,
[id^='frmb-'][id$='-form-wrap'] .frmb li.paragraph-field .prev-holder {
    margin: 0;
}

[id^='frmb-'][id$='-form-wrap'] .frmb li.button-field .field-label, [id^='frmb-'][id$='-form-wrap'] .frmb li.header-field .field-label, [id^='frmb-'][id$='-form-wrap'] .frmb li.paragraph-field .field-label {
    display: none;
}

[id^='frmb-'][id$='-form-wrap'] .frmb li.button-field.editing .field-label, [id^='frmb-'][id$='-form-wrap'] .frmb li.header-field.editing .field-label, [id^='frmb-'][id$='-form-wrap'] .frmb li.paragraph-field.editing .field-label {
    display: block;
}

[id^='frmb-'][id$='-form-wrap'] .frmb li.paragraph-field .fld-label {
    min-height: 150px;
}

[id^='frmb-'][id$='-form-wrap'] .frmb li.deleting,
[id^='frmb-'][id$='-form-wrap'] .frmb li.delete:hover,
[id^='frmb-'][id$='-form-wrap'] .frmb li:hover li.delete:hover {
    background-color: #fdd;
}

[id^='frmb-'][id$='-form-wrap'] .frmb li.deleting .close-field,
[id^='frmb-'][id$='-form-wrap'] .frmb li.delete:hover .close-field,
[id^='frmb-'][id$='-form-wrap'] .frmb li:hover li.delete:hover .close-field {
    background-color: #fdd;
}

[id^='frmb-'][id$='-form-wrap'] .frmb li.deleting {
    z-index: 20;
    pointer-events: none;
}

[id^='frmb-'][id$='-form-wrap'] .frmb.disabled {
    padding: 0 5px;
}

[id^='frmb-'][id$='-form-wrap'] .frmb.disabled :hover {
    border-color: transparent;
}

[id^='frmb-'][id$='-form-wrap'] .frmb.disabled .form-element {
    float: none;
    margin-bottom: 10px;
    overflow: visible;
    padding: 5px 0;
    position: relative;
}

[id^='frmb-'][id$='-form-wrap'] .frmb .frm-holder {
    display: none;
    position: relative;
    top: -12px;
}

[id^='frmb-'][id$='-form-wrap'] .frmb .tooltip {
    left: 20px;
}

[id^='frmb-'][id$='-form-wrap'] .frmb .prev-holder {
    display: block;
    margin-top: 12px;
}

[id^='frmb-'][id$='-form-wrap'] .frmb .prev-holder .form-group > label{
    display: none;
}

[id^='frmb-'][id$='-form-wrap'] .frmb .prev-holder input[type='color'] {
    width: 60px;
    padding: 2px;
    display: inline-block;
}

[id^='frmb-'][id$='-form-wrap'] .frmb .prev-holder input[type='date'] {
    width: auto;
}

[id^='frmb-'][id$='-form-wrap'] .frmb .prev-holder select[multiple] {
    height: auto;
    overflow: auto;
}

[id^='frmb-'][id$='-form-wrap'] .frmb .prev-holder label {
    font-weight: normal;
}

[id^='frmb-'][id$='-form-wrap'] .frmb .prev-holder input[type='number'] {
    width: auto;
}

[id^='frmb-'][id$='-form-wrap'] .frmb .prev-holder input[type='checkbox'],
[id^='frmb-'][id$='-form-wrap'] .frmb .prev-holder input[type='radio'] {
    margin-right: 5px;
}

[id^='frmb-'][id$='-form-wrap'] .frmb .prev-holder input[type='color'] {
    width: 60px;
    padding: 2px;
    display: inline-block;
}

[id^='frmb-'][id$='-form-wrap'] .frmb .required-asterisk {
    display: none;
}

[id^='frmb-'][id$='-form-wrap'] .frmb .legend {
    color: #666;
    margin-bottom: 5px;
}

[id^='frmb-'][id$='-form-wrap'] .frmb .disabled .field-label {
    display: block;
}

[id^='frmb-'][id$='-form-wrap'] .frmb .field-actions {
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0;
}

[id^='frmb-'][id$='-form-wrap'] .frmb .field-actions a:hover {
    text-decoration: none;
    color: #000;
}

[id^='frmb-'][id$='-form-wrap'] .frmb .field-actions .btn {
    display: inline-block;
    width: 32px;
    height: 32px;
    padding: 0;
    border-radius: 0;
    border-color: #b3b3b3;
    background-color: rgba(255, 255, 255, 0.75);
    color: #b3b3b3;
    line-height: 32px;
    font-size: 16px;
    border-width: 0 0 1px 1px;
}

[id^='frmb-'][id$='-form-wrap'] .frmb .field-actions .btn:first-child {
    border-bottom-left-radius: 5px;
}

[id^='frmb-'][id$='-form-wrap'] .frmb .field-actions .toggle-form {
    font-size: .85em;
}

[id^='frmb-'][id$='-form-wrap'] .frmb .field-actions .toggle-form:hover {
    background-color: #65aac6;
    color: #fff;
}

[id^='frmb-'][id$='-form-wrap'] .frmb .field-actions .copy-button:hover {
    background-color: #6fc665;
    color: #fff;
}

[id^='frmb-'][id$='-form-wrap'] .frmb .field-actions .del-button:hover {
    background-color: #c66865;
    color: #fff;
}

[id^='frmb-'][id$='-form-wrap'] .frmb .option-actions {
    text-align: left;
    margin-top: 10px;
    width: 99%;
    margin-left: 11px;
}

[id^='frmb-'][id$='-form-wrap'] .frmb .option-actions button,
[id^='frmb-'][id$='-form-wrap'] .frmb .option-actions a {
    background: #fff;
    padding: 5px 10px;
    border: 1px solid #b3b3b3;
    font-size: 14px;
    border-radius: 5px;
    cursor: pointer;
    color: black;
}

[id^='frmb-'][id$='-form-wrap'] .frmb .option-actions button:hover,
[id^='frmb-'][id$='-form-wrap'] .frmb .option-actions a:hover {
    background: #f1f1f1;
}

[id^='frmb-'][id$='-form-wrap'] .frmb .option-actions a:hover {
    text-decoration: none;
}

[id^='frmb-'][id$='-form-wrap'] .frmb .sortable-options-wrap {
    width: 74%;
    display: inline-block;
    /* smartphones, Android phones, landscape iPhone */
}

[id^='frmb-'][id$='-form-wrap'] .frmb .sortable-options-wrap label {
    font-weight: normal;
}

@media (max-width: 481px) {
    [id^='frmb-'][id$='-form-wrap'] .frmb .sortable-options-wrap {
        display: block;
        width: 100%;
    }
}

[id^='frmb-'][id$='-form-wrap'] .frmb ol.sortable-options {
    display: inline-block;
    width: 99%;
    max-height: 500px;
    overflow-y: auto;
    margin-left: 11px;
    background: #b3b3b3;
    margin-bottom: 0;
    border-radius: 5px;
    list-style: none;
    padding: 0;
}

[id^='frmb-'][id$='-form-wrap'] .frmb ol.sortable-options li:not(.touch-disabled) {
    cursor: move;
    margin: 1px;
}

.touch-disabled {
    cursor: default;
}

[id^='frmb-'][id$='-form-wrap'] .frmb ol.sortable-options li:nth-child(1) .remove {
    display: none;
}

[id^='frmb-'][id$='-form-wrap'] .frmb ol.sortable-options li.dependent-field .remove {
    display: block;
}

[id^='frmb-'][id$='-form-wrap'] .frmb ol.sortable-options li .remove {
    position: absolute;
    opacity: 1;
    right: 7px;
    height: 17px;
    width: 17px;
    line-height: 17px;
    text-align: center;
    top: 8px;
    font-size: 18px;
    padding: 0;
    color: #C10000;
}

[id^='frmb-'][id$='-form-wrap'] .frmb ol.sortable-options li .remove:hover {
    background-color: #C10000;
    text-decoration: none;
    color: #fff;
}

[id^='frmb-'][id$='-form-wrap'] .frmb ol.sortable-options input[type=checkbox],
[id^='frmb-'][id$='-form-wrap'] .frmb ol.sortable-options input[type=radio] {
    margin: 0 0 3px 3px;
    width: 5%;
}

[id^='frmb-'][id$='-form-wrap'] .frmb ol.sortable-options input[type='text'] {
    width: calc(44.5% - 17px);
    margin: 0 1%;
    float: none;
}

[id^='frmb-'][id$='-form-wrap'] .frmb .form-field .form-group {
    width: 100%;
    clear: left;
    float: none;
}

[id^='frmb-'][id$='-form-wrap'] .frmb .form-elements .field-options .add-area .add {
    clear: both;
}

[id^='frmb-'][id$='-form-wrap'] .frmb .col-md-6 .form-elements,
[id^='frmb-'][id$='-form-wrap'] .frmb .col-md-8 .form-elements {
    width: 100%;
}

[id^='frmb-'][id$='-form-wrap'] .frmb .field-options .add-area .add {
    clear: both;
}

[id^='frmb-'][id$='-form-wrap'] .frmb .form-elements {
    padding: 10px 10px 40px;
    background: #f7f7f7;
    border-radius: 3px;
    margin: 12px 0 0;
    border: 1px solid #d7d7d7;
    /* smartphones, Android phones, landscape iPhone */
}

[id^='frmb-'][id$='-form-wrap'] .frmb .form-elements .input-wrap {
    width: 73%;
    margin-left: 2%;
    float: left;
}

[id^='frmb-'][id$='-form-wrap'] .frmb .form-elements .input-wrap > input[type=checkbox] {
    margin-top: 8px;
}

[id^='frmb-'][id$='-form-wrap'] .frmb .form-elements .btn-group {
    margin-left: 2%;
}

[id^='frmb-'][id$='-form-wrap'] .frmb .form-elements input[type='text'],
[id^='frmb-'][id$='-form-wrap'] .frmb .form-elements input[type='number'],
[id^='frmb-'][id$='-form-wrap'] .frmb .form-elements input[type='date'],
[id^='frmb-'][id$='-form-wrap'] .frmb .form-elements input[type='color'],
[id^='frmb-'][id$='-form-wrap'] .frmb .form-elements textarea,
[id^='frmb-'][id$='-form-wrap'] .frmb .form-elements select {
    -webkit-transition: background 250ms ease-in-out;
    transition: background 250ms ease-in-out;
    padding: 6px 12px;
    border: 1px solid #AFAFAB;
    background-color: #fff;
}

@media (max-width: 481px) {
    [id^='frmb-'][id$='-form-wrap'] .frmb .form-elements .input-wrap {
        width: 100%;
        margin-left: 0;
        float: none;
    }
}

[id^='frmb-'][id$='-form-wrap'] .frmb .form-elements input[type='number'] {
    width: auto;
}

[id^='frmb-'][id$='-form-wrap'] .frmb .form-elements .btn-group {
    margin-left: 2%;
}

.col-md-6 [id^='frmb-'][id$='-form-wrap'] .frmb .form-elements .false-label,
.col-md-8 [id^='frmb-'][id$='-form-wrap'] .frmb .form-elements .false-label, .col-md-6
[id^='frmb-'][id$='-form-wrap'] .frmb .form-elements label,
.col-md-8
[id^='frmb-'][id$='-form-wrap'] .frmb .form-elements label {
    display: block;
}

[id^='frmb-'][id$='-form-wrap'] .frmb .form-elements .false-label:first-child,
[id^='frmb-'][id$='-form-wrap'] .frmb .form-elements label:first-child {
    width: 25%;
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
    font-weight: 700;
    float: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: capitalize;
    /* smartphones, Android phones, landscape iPhone */
}

@media (max-width: 481px) {
    [id^='frmb-'][id$='-form-wrap'] .frmb .form-elements .false-label:first-child,
    [id^='frmb-'][id$='-form-wrap'] .frmb .form-elements label:first-child {
        display: block;
        width: auto;
        float: none;
        text-align: left;
    }

    [id^='frmb-'][id$='-form-wrap'] .frmb .form-elements .false-label:first-child.empty-label,
    [id^='frmb-'][id$='-form-wrap'] .frmb .form-elements label:first-child.empty-label {
        display: none;
    }
}

[id^='frmb-'][id$='-form-wrap'] .frmb .form-elements .false-label.multiple, [id^='frmb-'][id$='-form-wrap'] .frmb .form-elements .false-label.required-label, [id^='frmb-'][id$='-form-wrap'] .frmb .form-elements .false-label.toggle-label, [id^='frmb-'][id$='-form-wrap'] .frmb .form-elements .false-label.roles-label, [id^='frmb-'][id$='-form-wrap'] .frmb .form-elements .false-label.other-label,
[id^='frmb-'][id$='-form-wrap'] .frmb .form-elements label.multiple,
[id^='frmb-'][id$='-form-wrap'] .frmb .form-elements label.required-label,
[id^='frmb-'][id$='-form-wrap'] .frmb .form-elements label.toggle-label,
[id^='frmb-'][id$='-form-wrap'] .frmb .form-elements label.roles-label,
[id^='frmb-'][id$='-form-wrap'] .frmb .form-elements label.other-label {
    text-align: left;
    float: none;
    margin-bottom: -3px;
    font-weight: 400;
    width: calc(81.3333% - 23px);
}

[id^='frmb-'][id$='-form-wrap'].fb-mobile .field-actions {
    opacity: 1;
}

[id^='frmb-'][id$='-form-wrap'] *[tooltip] {
    position: relative;
}

[id^='frmb-'][id$='-form-wrap'] *[tooltip]:hover:after {
    background: #262626;
    background: rgba(0, 0, 0, 0.9);
    border-radius: 5px 5px 5px 0;
    bottom: 23px;
    color: #fff;
    content: attr(tooltip);
    padding: 10px 5px;
    position: absolute;
    z-index: 98;
    left: 2px;
    width: 230px;
    text-shadow: none;
    font-size: 12px;
    line-height: 1.5em;
    cursor: default;
}

[id^='frmb-'][id$='-form-wrap'] *[tooltip]:hover:before {
    border: solid;
    border-color: #222 transparent;
    border-width: 6px 6px 0 6px;
    bottom: 17px;
    content: '';
    left: 2px;
    position: absolute;
    z-index: 99;
    cursor: default;
}

[id^='frmb-'][id$='-form-wrap'] .tooltip-element {
    display: inline;
    visibility: visible;
    color: #fff;
    background: #000;
    width: 16px;
    height: 16px;
    border-radius: 8px;
    display: inline-block;
    text-align: center;
    line-height: 16px;
    margin: 0 5px;
    font-size: 12px;
    cursor: default;
}

.kc-toggle {
    position: relative;
    margin: 4px 0 0 2px;
    width: 60px;
    height: 21px;
    border-radius: 3px;
    cursor: pointer;
    overflow: hidden;
    display: inline-block;
    background: #e9e9e9;
    border: 1px solid #cbcbcb;
    vertical-align: bottom;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.kc-toggle .kct-inner {
    position: absolute;
    top: 0;
    left: -28px;
    width: 115px;
    height: 100%;
    -webkit-transition: left 150ms ease;
    transition: left 150ms ease;
}

.kc-toggle.on .kct-inner {
    background: #e2e2e2;
    background: -webkit-linear-gradient(top, #e2e2e2 0%, #ffffff 100%);
    background: linear-gradient(to bottom, #e2e2e2 0%, #ffffff 100%);
    left: 0;
}

.kc-toggle input {
    display: none;
    position: absolute;
    z-index: -1;
    opacity: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}

.kc-toggle .kct-on {
    color: #12a912;
}

.kct-off {
    color: #666;
}

.kct-on, .kct-off, .kct-handle {
    width: 28px;
    height: 100%;
    font-family: Arial, Tahoma, sans-serif;
    font-size: 12px;
    text-align: center;
    line-height: 22px;
    font-weight: bold;
    float: left;
}

.kct-on, .kct-off {
    position: relative;
}

.kct-handle {
    position: relative;
    height: 17px;
    background: #ffffff;
    background: -webkit-linear-gradient(top, #ffffff 0%, #cecece 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #cecece 100%);
    border: 1px solid #999;
    font-weight: 100;
    color: #4b4b4b;
    text-shadow: none;
    border-radius: 3px;
    margin: 1px;
}

[id^='frmb-'][id$='-form-wrap'] * {
    box-sizing: border-box;
}

[id^='frmb-'][id$='-form-wrap'] button,
[id^='frmb-'][id$='-form-wrap'] input,
[id^='frmb-'][id$='-form-wrap'] select,
[id^='frmb-'][id$='-form-wrap'] textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

[id^='frmb-'][id$='-form-wrap'] input {
    line-height: normal;
}

[id^='frmb-'][id$='-form-wrap'] button,
[id^='frmb-'][id$='-form-wrap'] input,
[id^='frmb-'][id$='-form-wrap'] optgroup,
[id^='frmb-'][id$='-form-wrap'] select,
[id^='frmb-'][id$='-form-wrap'] textarea {
    margin: 0;
    font: inherit;
    color: inherit;
}

[id^='frmb-'][id$='-form-wrap'] textarea {
    overflow: auto;
}

[id^='frmb-'][id$='-form-wrap'] button,
[id^='frmb-'][id$='-form-wrap'] input,
[id^='frmb-'][id$='-form-wrap'] select,
[id^='frmb-'][id$='-form-wrap'] textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

[id^='frmb-'][id$='-form-wrap'] textarea {

    width: 400px;
}

[id^='frmb-'][id$='-form-wrap'] .btn-group {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

[id^='frmb-'][id$='-form-wrap'] .btn-group > .btn {
    position: relative;
    float: left;
}

[id^='frmb-'][id$='-form-wrap'] .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

[id^='frmb-'][id$='-form-wrap'] .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0;
}

[id^='frmb-'][id$='-form-wrap'] .btn-group .btn + .btn,
[id^='frmb-'][id$='-form-wrap'] .btn-group .btn + .btn-group,
[id^='frmb-'][id$='-form-wrap'] .btn-group .btn-group + .btn,
[id^='frmb-'][id$='-form-wrap'] .btn-group .btn-group + .btn-group {
    margin-left: -1px;
}

[id^='frmb-'][id$='-form-wrap'] .btn-group > .btn:last-child:not(:first-child),
[id^='frmb-'][id$='-form-wrap'] .btn-group > .dropdown-toggle:not(:first-child),
[id^='frmb-'][id$='-form-wrap'] .btn-group .input-group .form-control:last-child,
[id^='frmb-'][id$='-form-wrap'] .btn-group .input-group-addon:last-child,
[id^='frmb-'][id$='-form-wrap'] .btn-group .input-group-btn:first-child > .btn-group:not(:first-child) > .btn,
[id^='frmb-'][id$='-form-wrap'] .btn-group .input-group-btn:first-child > .btn:not(:first-child),
[id^='frmb-'][id$='-form-wrap'] .btn-group .input-group-btn:last-child > .btn,
[id^='frmb-'][id$='-form-wrap'] .btn-group .input-group-btn:last-child > .btn-group > .btn, [id^='frmb-'][id$='-form-wrap'] .btn-group .input-group-btn:last-child > .dropdown-toggle {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

[id^='frmb-'][id$='-form-wrap'] .btn-group > .btn.active,
[id^='frmb-'][id$='-form-wrap'] .btn-group > .btn:active,
[id^='frmb-'][id$='-form-wrap'] .btn-group > .btn:focus,
[id^='frmb-'][id$='-form-wrap'] .btn-group > .btn:hover {
    z-index: 2;
}

[id^='frmb-'][id$='-form-wrap'] .btn {
    color: #fff;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

[id^='frmb-'][id$='-form-wrap'] .btn.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

[id^='frmb-'][id$='-form-wrap'] .btn.btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}

[id^='frmb-'][id$='-form-wrap'] .btn.btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

[id^='frmb-'][id$='-form-wrap'] .btn.btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

[id^='frmb-'][id$='-form-wrap'] .btn.active, [id^='frmb-'][id$='-form-wrap'] .btn.btn-active, [id^='frmb-'][id$='-form-wrap'] .btn:active {
    background-image: none;
}

[id^='frmb-'][id$='-form-wrap'] .btn-primary {
    background-color: #337ab7;
    border-color: #2e6da4;
}

[id^='frmb-'][id$='-form-wrap'] .btn-primary:hover, [id^='frmb-'][id$='-form-wrap'] .btn-primary:active, [id^='frmb-'][id$='-form-wrap'] .btn-primary.active, [id^='frmb-'][id$='-form-wrap'] .btn-primary.btn-active {
    background-color: #286090;
    border-color: #204d74;
}

[id^='frmb-'][id$='-form-wrap'] .btn-danger {
    background-color: #d9534f;
    border-color: #d43f3a;
}

[id^='frmb-'][id$='-form-wrap'] .btn-danger:hover, [id^='frmb-'][id$='-form-wrap'] .form-actions .clear-all:hover, .form-actions [id^='frmb-'][id$='-form-wrap'] .clear-all:hover {
    background-color: #c9302c;
    border-color: #ac2925;
}

[id^='frmb-'][id$='-form-wrap'] .btn-default {
    background-color: #fff;
    border-color: #ccc;
}

[id^='frmb-'][id$='-form-wrap'] .btn-success {
    background-color: #5cb85c;
    border-color: #4cae4c;
}

[id^='frmb-'][id$='-form-wrap'] .btn-success:hover {
    background-color: #449d44;
    border-color: #398439;
}

[id^='frmb-'][id$='-form-wrap'] .btn-info {
    background-color: #5bc0de;
    border-color: #46b8da;
}

[id^='frmb-'][id$='-form-wrap'] .btn-info:hover {
    background-color: #31b0d5;
    border-color: #269abc;
}

[id^='frmb-'][id$='-form-wrap'] .btn-warning {
    background-color: #f0ad4e;
    border-color: #eea236;
}

[id^='frmb-'][id$='-form-wrap'] .btn-warning:hover {
    background-color: #ec971f;
    border-color: #d58512;
}

[id^='frmb-'][id$='-form-wrap'] .input-group .form-control:last-child,
[id^='frmb-'][id$='-form-wrap'] .input-group-addon:last-child,
[id^='frmb-'][id$='-form-wrap'] .input-group-btn:first-child > .btn-group:not(:first-child) > .btn,
[id^='frmb-'][id$='-form-wrap'] .input-group-btn:first-child > .btn:not(:first-child),
[id^='frmb-'][id$='-form-wrap'] .input-group-btn:last-child > .btn,
[id^='frmb-'][id$='-form-wrap'] .input-group-btn:last-child > .btn-group > .btn,
[id^='frmb-'][id$='-form-wrap'] .input-group-btn:last-child > .dropdown-toggle {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

[id^='frmb-'][id$='-form-wrap'] .input-group .form-control,
[id^='frmb-'][id$='-form-wrap'] .input-group-addon,
[id^='frmb-'][id$='-form-wrap'] .input-group-btn {
    display: table-cell;
}

[id^='frmb-'][id$='-form-wrap'] .input-group-lg > .form-control,
[id^='frmb-'][id$='-form-wrap'] .input-group-lg > .input-group-addon,
[id^='frmb-'][id$='-form-wrap'] .input-group-lg > .input-group-btn > .btn {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}

[id^='frmb-'][id$='-form-wrap'] .input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
}

[id^='frmb-'][id$='-form-wrap'] .input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}

[id^='frmb-'][id$='-form-wrap'] .form-control,
[id^='frmb-'][id$='-form-wrap'] output {
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    display: block;
}

[id^='frmb-'][id$='-form-wrap'] textarea.form-control {
    height: auto;
}

[id^='frmb-'][id$='-form-wrap'] .form-control {
    min-height: 34px;
    display: inline-block;
    width: 100%;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

[id^='frmb-'][id$='-form-wrap'] li.dependent-field .form-control {
    display: inline-block;
    width: 50%;
}

[id^='frmb-'][id$='-form-wrap'] .form-control:focus {
    border-color: #66afe9;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

[id^='frmb-'][id$='-form-wrap'] .form-group {
    margin-bottom: 15px;
}

[id^='frmb-'][id$='-form-wrap'] .btn,
[id^='frmb-'][id$='-form-wrap'] .form-control:not(select) {
    background-image: none;
}

[id^='frmb-'][id$='-form-wrap'] .pull-right {
    float: right !important;
}

[id^='frmb-'][id$='-form-wrap'] .pull-left {
    float: left !important;
}

textarea.idea-template {
    display: none;
    width: 617px;
    color: #fefefe;
    font: 13px/19px courier;
    padding-left: 40px;
    height: 1055px;
}

.template-textarea-wrap {
    display: none;
}

.form-wrap {
    position: relative;
}

.form-wrap:after {
    content: '';
    display: table;
    clear: both;
}

.cb-wrap,
.stage-wrap {
    vertical-align: top;
}

.action-links .action-links-inner {
    overflow: hidden;
    width: 0;
    height: 20px;
    -webkit-transition: width 250ms;
    transition: width 250ms;
}

.action-links .dev-mode-link {
    -webkit-transition: color 250ms;
    transition: color 250ms;
    color: #666;
    cursor: pointer;
    padding-right: 2px;
}

.stage-wrap h4 {
    margin-top: 0;
    color: #666;
}

.action-links a.clear-all:hover,
.del-button:hover,
ul.frmb span.required {
    color: #C10000;
}

.action-links a {
    color: #666;
}

.form-elements input[type=text].error {
    border-radius: 0;
    border: 1px solid #C10000;
}

.form-elements input[type=text].fld-maxlength {
    width: 10%;
}

.form-elements input.field-error {
    background: #fefefe;
    border: 1px solid #afafab;
}

.form-elements label em {
    display: block;
    font-weight: 400;
    font-size: .75em;
}

.form-elements label.maxlength-label {
    line-height: 1em;
}

.form-group .available-roles {
    display: none;
    padding: 10px;
    margin: 10px 0;
    background: #e6e6e6;
    box-shadow: inset 0 0 2px 0 #999;
    /* smartphones, Android phones, landscape iPhone */
}

@media (max-width: 481px) {
    .form-group .available-roles {
        margin-left: 0;
    }
}

.form-elements .available-roles label {
    font-weight: 400;
    width: auto;
    float: none;
    display: inline;
}

.form-elements .available-roles input {
    display: inline;
    top: auto;
}

.form-elements,
.form-group,
.multi-row span,
textarea {
    display: block;
}

.form-elements:after,
.form-group:after {
    content: '.';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.form-elements .field-options div:hover,
.frmb .legend,
.frmb .field-label-container {
    cursor: move;
}

.frmb-tt {
    position: absolute;
    border: 1px solid #262626;
    background-color: #666;
    border-radius: 5px;
    padding: 5px;
    color: #fff;
    z-index: 20;
    text-align: left;
    font-size: 12px;
    pointer-events: none;
}

.frmb-tt:before {
    border-color: #262626 transparent;
    bottom: -11px;
}

.frmb-tt:before, .frmb-tt:after {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 10px 10px 0;
    border-color: #666 transparent;
    display: block;
    width: 0;
    z-index: 1;
    margin-left: -10px;
    bottom: -10px;
    left: 20px;
}

.frmb-tt a {
    text-decoration: underline;
    color: #fff;
}

.frmb li:hover .del-button,
.frmb li:hover .toggle-form,
.fb-mobile .frmb li .del-button,
.fb-mobile .frmb li .toggle-form {
    opacity: 1;
}

.fresh .frmb .legend .element-info {
    display: inline-block;
    visibility: visible;
    line-height: 12px;
    margin-left: 6px;
}

.frmb-xml pre.ui-dialog-content {
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
    font-size: 12px;
    padding: 0 30px;
    margin-top: 0;
}

.action-links a.export-xml:hover,
.toggle-form.closed:hover {
    color: #6fc245;
}

a.btn.toggle-form {
    margin-left: 5px;
    opacity: 0;
}

a.btn.toggle-form:hover {
    border-color: #cccccc;
}

a.btn.toggle-form:before {
    margin: 0;
}

.formb-field-vars .copy-var {
    display: inline-block;
    width: 24px;
    height: 24px;
    background: #999;
    text-indent: -9999px;
}

.ite-warning {
    box-shadow: 1px 1px 4px 0 rgba(50, 50, 50, 0.5);
    border-radius: 0;
    border: 1px solid #ddd;
}

.ite-warning .ui-dialog-buttonpane {
    height: 27px;
}

.ite-warning button {
    color: #4479B9;
    margin: 0;
}

.ite-warning button:focus {
    outline: 0;
    font-weight: 700;
}

.ite-warning button.cancel:before {
    content: '|';
    margin-right: 15px;
    padding: 0;
}

.ite-warning .ui-dialog-content {
    padding: 0 15px 10px;
}

.ite-warning .ui-dialog-titlebar-close {
    display: none;
}

.ite-warning .ui-widget-header {
    height: 15px;
}

.ite-warning {
    font-size: 12px;
    line-height: 1.5em;
}

.ite-warning h3 {
    color: #666;
    margin-bottom: 10px;
}

.ite-warning button {
    background: 0 0;
    padding: 2px 5px;
}

.required-asterisk {
    display: none;
    color: #C10000;
}

.ui-button .ui-button-text {
    line-height: 0;
}

.form-builder-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    z-index: 10;
}

.form-builder-overlay.visible {
    display: block;
}

.form-builder-dialog {
    position: absolute;
    border-radius: 5px;
    background: #fff;
    z-index: 20;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 0;
    left: 0;
    padding: 10px;
    box-shadow: 0 3px 10px #000;
}

.form-builder-dialog h3 {
    margin-top: 0;
}

.form-builder-dialog.data-dialog {
    width: 65%;
    background-color: #23241f;
}

.form-builder-dialog.data-dialog pre {
    background: none;
    border: 0 none;
    box-shadow: none;
    margin: 0;
    color: #f2f2f2;
}

.form-builder-dialog.positioned {
    -webkit-transform: translate(-50%, -100%);
    transform: translate(-50%, -100%);
}

.form-builder-dialog.positioned .button-wrap:before {
    content: '';
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 10px solid #fff;
    position: absolute;
    left: 50%;
    top: 100%;
    -webkit-transform: translate(-50%, 10px);
    transform: translate(-50%, 10px);
}

.form-builder-dialog .button-wrap {
    position: relative;
    margin-top: 10px;
    text-align: right;
    clear: both;
}

.form-builder-dialog .button-wrap .btn {
    margin-left: 10px;
}

.admin__scope-old li select:not([multiple]):focus {
    background-image: none;
}

[id^='frmb-'][id$='-form-wrap'] .frmb ol.sortable-options li.dependent-field {
    padding-right: 34px;
}

.amform-layout-two:not(.editing),
.amform-layout-three:not(.editing) {
    width: 100%;
}

.amelement-content .title {
    margin: 0;
}

.frmb .amform-layout-two:not(.editing),
.frmb .amform-layout-three:not(.editing) {
    display: inline-block;
    margin-right: 2%;
    vertical-align: top;
}

.frmb .field-label-container .field-label {
    font-weight: 600;
}
/*
formBuilder - https://formbuilder.online/
Version: 1.24.2
Author: Kevin Chappell <kevin.b.chappell@gmail.com>
*/
.kc-toggle {
  position: relative;
  margin: 4px 0 0 2px;
  width: 60px;
  height: 21px;
  border-radius: 3px;
  cursor: pointer;
  overflow: hidden;
  display: inline-block;
  background: #e9e9e9;
  border: 1px solid #cbcbcb;
  vertical-align: bottom;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .kc-toggle .kct-inner {
    position: absolute;
    top: 0;
    left: -28px;
    width: 115px;
    height: 100%;
    -webkit-transition: left 150ms ease;
    transition: left 150ms ease; }
  .kc-toggle.on .kct-inner {
    background: #e2e2e2;
    background: -webkit-linear-gradient(top, #e2e2e2 0%, #ffffff 100%);
    background: linear-gradient(to bottom, #e2e2e2 0%, #ffffff 100%);
    left: 0; }

.kc-toggle input {
  display: none;
  position: absolute;
  z-index: -1;
  opacity: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%; }

.kc-toggle
.kct-on {
  color: #12a912; }

.kct-off {
  color: #666; }

.kct-on, .kct-off, .kct-handle {
  width: 28px;
  height: 100%;
  font-family: Arial, Tahoma, sans-serif;
  font-size: 12px;
  text-align: center;
  line-height: 22px;
  font-weight: bold;
  float: left; }

.kct-on, .kct-off {
  position: relative; }

.kct-handle {
  position: relative;
  height: 17px;
  background: #ffffff;
  background: -webkit-linear-gradient(top, #ffffff 0%, #cecece 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #cecece 100%);
  border: 1px solid #999;
  font-weight: 100;
  color: #4b4b4b;
  text-shadow: none;
  border-radius: 3px;
  margin: 1px; }

.rendered-form * {
  box-sizing: border-box; }

.rendered-form button,
.rendered-form input,
.rendered-form select,
.rendered-form textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

.rendered-form input {
  line-height: normal; }

.rendered-form button,
.rendered-form input,
.rendered-form optgroup,
.rendered-form select,
.rendered-form textarea {
  margin: 0;
  font: inherit;
  color: inherit; }

.rendered-form textarea {
  overflow: auto; }

.rendered-form button,
.rendered-form input,
.rendered-form select,
.rendered-form textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

.rendered-form .btn-group {
  position: relative;
  display: inline-block;
  vertical-align: middle; }
  .rendered-form .btn-group > .btn {
    position: relative;
    float: left; }
  .rendered-form .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .rendered-form .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0; }
  .rendered-form .btn-group .btn + .btn,
  .rendered-form .btn-group .btn + .btn-group,
  .rendered-form .btn-group .btn-group + .btn,
  .rendered-form .btn-group .btn-group + .btn-group {
    margin-left: -1px; }
  .rendered-form .btn-group > .btn:last-child:not(:first-child),
  .rendered-form .btn-group > .dropdown-toggle:not(:first-child),
  .rendered-form .btn-group .input-group .form-control:last-child,
  .rendered-form .btn-group .input-group-addon:last-child,
  .rendered-form .btn-group .input-group-btn:first-child > .btn-group:not(:first-child) > .btn,
  .rendered-form .btn-group .input-group-btn:first-child > .btn:not(:first-child),
  .rendered-form .btn-group .input-group-btn:last-child > .btn,
  .rendered-form .btn-group .input-group-btn:last-child > .btn-group > .btn, .rendered-form .btn-group .input-group-btn:last-child > .dropdown-toggle {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .rendered-form .btn-group > .btn.active,
  .rendered-form .btn-group > .btn:active,
  .rendered-form .btn-group > .btn:focus,
  .rendered-form .btn-group > .btn:hover {
    z-index: 2; }

.rendered-form .btn {
  color: #fff;
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px; }
  .rendered-form .btn.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc; }
  .rendered-form .btn.btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px; }
  .rendered-form .btn.btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px; }
  .rendered-form .btn.btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px; }
  .rendered-form .btn.active, .rendered-form .btn.btn-active, .rendered-form .btn:active {
    background-image: none; }

.rendered-form .btn-primary {
  background-color: #337ab7;
  border-color: #2e6da4; }
  .rendered-form .btn-primary:hover, .rendered-form .btn-primary:active, .rendered-form .btn-primary.active, .rendered-form .btn-primary.btn-active {
    background-color: #286090;
    border-color: #204d74; }

.rendered-form .btn-danger {
  background-color: #d9534f;
  border-color: #d43f3a; }
  .rendered-form .btn-danger:hover {
    background-color: #c9302c;
    border-color: #ac2925; }

.rendered-form .btn-default {
  background-color: #fff;
  border-color: #ccc; }

.rendered-form .btn-success {
  background-color: #5cb85c;
  border-color: #4cae4c; }
  .rendered-form .btn-success:hover {
    background-color: #449d44;
    border-color: #398439; }

.rendered-form .btn-info {
  background-color: #5bc0de;
  border-color: #46b8da; }
  .rendered-form .btn-info:hover {
    background-color: #31b0d5;
    border-color: #269abc; }

.rendered-form .btn-warning {
  background-color: #f0ad4e;
  border-color: #eea236; }
  .rendered-form .btn-warning:hover {
    background-color: #ec971f;
    border-color: #d58512; }

.rendered-form .input-group .form-control:last-child,
.rendered-form .input-group-addon:last-child,
.rendered-form .input-group-btn:first-child > .btn-group:not(:first-child) > .btn,
.rendered-form .input-group-btn:first-child > .btn:not(:first-child),
.rendered-form .input-group-btn:last-child > .btn,
.rendered-form .input-group-btn:last-child > .btn-group > .btn,
.rendered-form .input-group-btn:last-child > .dropdown-toggle {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.rendered-form .input-group .form-control,
.rendered-form .input-group-addon,
.rendered-form .input-group-btn {
  display: table-cell; }

.rendered-form .input-group-lg > .form-control,
.rendered-form .input-group-lg > .input-group-addon,
.rendered-form .input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px; }

.rendered-form .input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0; }

.rendered-form .input-group {
  position: relative;
  display: table;
  border-collapse: separate; }

.rendered-form .form-control,
.rendered-form output {
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  display: block;
}

.rendered-form textarea.form-control {
  height: auto; }

/*
.rendered-form .form-control {
  height: 34px;
  display: block;
  width: 100%;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; }
  .rendered-form .form-control:focus {
    border-color: #66afe9;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }*/

.rendered-form .fieldset .fields .field.form-group {
  margin-bottom: 15px;
}

.rendered-form .btn {
  background-image: none;
}

.rendered-form .pull-right {
  float: right !important;
}

.rendered-form .pull-left {
  float: left !important;
}

.form-group .required {
  color: #C10000;
}

.form-control.number {
  width: auto;
}

/*   ------------   TOOLTIP   ------------   */
*[tooltip] {
  position: relative;
}

*[tooltip]:hover:after {
  background: #262626;
  background: rgba(0, 0, 0, 0.9);
  border-radius: 5px 5px 5px 0;
  bottom: 23px;
  color: #fff;
  content: attr(tooltip);
  padding: 10px 5px;
  position: absolute;
  z-index: 98;
  left: 2px;
  width: 230px;
  text-shadow: none;
  font-size: 12px;
  line-height: 1.5em; }

*[tooltip]:hover:before {
  border: solid;
  border-color: #222 transparent;
  border-width: 6px 6px 0 6px;
  bottom: 17px;
  content: '';
  left: 2px;
  position: absolute;
  z-index: 99;
}

.tooltip-element {
  color: #fff;
  background: #000;
  width: 16px;
  height: 16px;
  border-radius: 8px;
  display: inline-block;
  text-align: center;
  line-height: 16px;
  margin: 0 5px;
  font-size: 12px;
}

.form-control[type='color'] {
  width: 60px;
  padding: 2px;
  display: inline-block;
}

.form-control[multiple] {
    height: auto;
    background: none;
}

.amform-form .am-customform-depend {
  display: none;
}

.amform-rating-container {
    display: inline-block;
    font-size: 1rem;
}

.amform-rating-container .amform-versiontwo-label {
    float: right;
    width: 30px;
    height: 30px;
    padding: 0;
    margin: 0;
    cursor: pointer;
    color: #ffb300;
    background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSIyMDBweCIgaGVpZ2h0PSIyMDBweCIgdmlld0JveD0iMCAwIDIwMCAyMDAiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDIwMCAyMDAiIHhtbDpzcGFjZT0icHJlc2VydmUiPiAgPGltYWdlIGlkPSJpbWFnZTAiIHdpZHRoPSIyMDAiIGhlaWdodD0iMjAwIiB4PSIwIiB5PSIwIgogICAgeGxpbms6aHJlZj0iZGF0YTppbWFnZS9wbmc7YmFzZTY0LGlWQk9SdzBLR2dvQUFBQU5TVWhFVWdBQUFNZ0FBQURJQ0FRQUFBQUhVV1lWQUFBQUJHZEJUVUVBQUxHUEMveGhCUUFBQUNCalNGSk4KQUFCNkpnQUFnSVFBQVBvQUFBQ0E2QUFBZFRBQUFPcGdBQUE2bUFBQUYzQ2N1bEU4QUFBQUFtSkxSMFFBLzRlUHpMOEFBQUFIZEVsTgpSUWZpQnhJQU9UdGc1emV6QUFBTnlrbEVRVlI0MnUyZGUzQlZ4UjNIZjN2eWd2QXNJVUY4RkJSRlc2c0prU0NSQkRqbkpybVFCSUk2CmplQ2pQbXFoMG82UDF0S3hZNGRxZFdwbGZPS000S01pNGl0MU9qWFZsRWh1ampvNkhWSHJqUFhSZ205RnJJbFdJSmlZNU82dmY4UkEKUXU2OTU3Vzd2N09YKy9rck9YZlA3dTkzdm5mMzd0bnoyOThCeUpBaFE0WU1HVEpreUpCaEJMR2wxQlprR0VMcnNmWjJhaHZFWWxBYgpFSXpzZWxiV2VneTFGU0xSWEJDakRpRDNMR29yaEhwRWJVQVFXc2ZBUWdETUNCSVdjcXBZSGdCVXRCUlNXeUlPclFWaDlRQUFocEczCmpOb1NjZWdzQ01QYWI1MUlvMEdMVVJ2Z24xaHAxcXNEZi9IZWVGSDFIbXA3eEtCeER4a1lzQUFBak55cytpQTFoUW1OQllHNklYK24KemFDbDdaRFZOaVZyTnp0Z1BmKzZjM0pqTjdWTkl0QzJoN0JhTnVUTFpPUVhMS0syU0F6NkNuTElyMGE2ekxRMEhiS2FjaWQzR3VPRwpIc0d2ZGhTdDZxTzJLemlhOXBEQytjUGxBR0FUVDdDb3JSS0Jwb0pBb21sdVdneGE2U1RJc3JXNmVqTUVMVjJ3VDJJekVyaFNWRG1QCjJyTGdhQ2tJSkxrdnp6cWIyckRnYUNrSTFpVTVmaWExWmNIUmNOcHJUNFFPbHAzNE15d3pYNkcyTHhnYTloQ01KcE1qSFo0ZWFpZ0kKUzdHeXl6S0NxR2F0QVl1VGY4cE9iUHMrdFlYQjBFNlFCZVdzSU5YbldacjNFZTBFZ1RxSHp6V2YrdW9uaU1PelFWYlNlaXkxaVVIUQpUSkRZTk9NVXB6STVXZzlhbWduQ25BWXNBTTBYR1RVVHhHbkFBZ0JnNVZ1blVwdnBINjBFYWM1bnBuTXB4bktXVVZ2cUg2MEVHVlBGClJybHlTdU5CU3l0QlhQMkNBQUFzM0RxSjJsYS9wS1VnTER0UDIzMVZHZ215YlJZN3ltMVpmUmNaTlJMRVM3Z29xN2JIVXR2ckQ0MEUKY1RQbEhZU05Hb3lNMXcxdEJHa3RZbVZleXV1NkVLK05JTG5EUWtkZFVOZVNSMjJ6SDdRUnhNdUFCUURBeHViVlVKdnNCMDBFYWNwRgp6NWRYejl0RFRRUVpHVHJxREM2MXM3MmVRNDhtZ25nZHNBQUFqRW00Z05wc0gxWlRHK0FTZjF2V05CeTB0QkNrL2NSRW9hTXVPRk8vCnVETXRCUEhaUDhDWTJqYVgyblRQTmxNYjRBcmZlMnoxaS9iVlFCQjdJcXZ3ZTY1KzBiNGFDSklxZE5UUnZlUHNFbXI3UFZwTWJZQXoKTEZCU0FOMFc0a012U09yUVVXZDBXMlFNdlNEejU2WU9IWFdDbmR3Mms5b0hMNFJla0dBREZvQnUwYjZoRjhUL2xQY0FXazE5UTM0bgp1KzI3T1I4R3I2VnZXdlZIMUo2NEplUTlSRXphcFd5TjdrWkNMb2lBQVF2MG12cUdlc2hxemgvM2hidFl4ZFJ3M2pjMStqbTFOKzRJCmRROFpFeEVoQjRCaFpEZFErK0xhVm1vRFVoRjh5bnZBVFcwR3JYQUw0amFXMTVuSXRnblUzcmdqeElKNENSMTFndVZrTDZIMnh4MGgKRmtSc3BsRmRabG9oRmtUZ2dBVUFFRzNPcC9iSURhRVZwTFVJNWdoMU5IK3NGbWt5UXl1STU5QlJSL1JZaUErdElHTHUwWWZYMkpSTAo3WlF6SVJYRVQraW9FMnhDUVlUYUwyZENLb2lmMEZFWHptb3dhSVZVRUFrREZnQmdRMU1XdFdOT2hGVVFzVlBlUVdjTEovc09LRklGCnM1ZmpHaFl5V1pBWnA4cXBtWC9LT3FpOUcrSHREcmJhN0J6OGp3RzBSMkd6VVVSdDF1RUtib0hMeks2RC96TUFBUHNJMk1JMG1JR2sKRzdnZmZtNXVHbjRzQ3dEZ3dhN3BXNmIxd1lLd0RWM3BEWCtkMVpodGh4NGRjamRzVitBalJscTlOVFBNNEFhNHl1d1plWHpZOHNUVwpTYmtQR05vbXBkQUgzQU9YbWs4ay9tekVlcEY5QmQ1c2FMREVvQy80RWl3M1AwajI2WWhmRGZNT0xNZDNxSTFPVnhENXVoMlZ5ZVZJCkVuWHk1TGp4ZDdQenFJMVBQL2puN0VKemErb3lTWmU0N1l2Z0xqYUcyb1YwQW1Od3Z2bVpVNm1rRTExekU4em1yMU03a1M1Z25GLzcKYkkyekhBNkJjdllvdk1WWVRlMk0vdkNQNEZ6clJYZGxIWi9LdFovRjdtY1RxVjNTR2Z6ci9rdnEvK2UydEl2SHBMRnA3Rkdqbk5vdApQY0Z2NEdyekxpOW51RmdzaVh6STV2TS9JRkk3cHgvNEg1anJUUTRQd2RaMkZXeGhVNmhkMUFsOHNQZG4wZjFlei9JUTJkRTJ4ZGhzCmFKbURTajNZeFZkSEh2SnpwcmRRRzJhdmdSdjg3eG8vWE9DdjlaOVRzOVBmdVo1am4reTUrS2d4bmRybE1NUHY3RmxUKzQzZnMzMEUKbzlrVDRUNm0xVVpLZGZBdjhlSkljNUFhZkVZSDJqK0YyOFJzcGtrbitBdDk1MFkvRGxhSHoyZUU1b2IrT2ZnMjlRVUlFNXp6MzNjdQpEQ3BIb0QyR3pmbGoxeHVYVUYrSWNNQjM4L09xYkJFMUJReG9qcTFnRzJYRUdPb0YvM3ZQaGJXQ3dvc0NSNWpIWmhpUHNkblVsNFFPCjdNTnJyRnRCMkRwRzREaVR5THNkOC9odGgrdkNDbjh2UHMrNlJad2N3dmFwdDlmQkptTXl6VVdoQXgvdlhsbTdWMnlkd2piRnhJNHkKSG1ZYTVzbjFDKzltbDV2M2lhOVhXRFQ0NW4zVE4wOUhxRHc4Z3Uzd0RWNFRhWlZScytCdFk3SDV4aVBpTmpPSEZYNVA1NVdOM1hMcQpGcDdycEswZ2E1TzREQXpoQS9md24wVCtMSzkrS2NsbjdDdnhqK2taYk1lMzl5MlB2aSt6QlNranZubDdPZ2JiSWZKMU95dmt5aUV4ClBWTzZCZHU1Q1hJVGdkUjhXYkdMamZYcEVXeUhzVzh1V0xSYlJVdFNKNm1SQjlJaDJHNGd5RTJOSEFveXl1a2ViTWMvaGhWdWc5eEUKb0NURm43N0JkdDZDM0VTZ0tPZWlqc0YyM29QY1JLQm9vVU8vWURzL1FXNGlVSnFWVko5Z083NjViN1gzSURjUktFNFRxME93bmY4ZwpOeEdvejlzYjhtQTcvaHBmWHJXRHJuMlNSTXJoRGJiajYzdCs1VC9JVFFSRW1hM3R5YkE3ZkwwRTd6Q3ZwTGFCNm5GU1NmamtBSUFRCkJHc1FDUkxPcEsxWWJoOUJiUU9OSUF5V1VUdWVDTU9ndDR0RWtGaTVNWlhhOGNUUTkxd1NRY0tiKzVBdGZPbzd0QmJRREZuaEZTUW4KbnpoSFBJRWdkZ2s3bHRicFZGQ25XeVlRaEg2Y1RtbGRUU3ZwTTA0Q1FhaS9nNmt4UnVjR2VyTm80UFpWTjlnMms1MU02YkF6dEQxWQp1U0FhdkhlempqSkh2UG9oSy9TQ0dPTUxxZ2hiVjl0YzZ6R3NqTTVadDFEZUp5a1dKRWVMZDI1UzVvaFhMRWk0WjFpREdKTUxLOG5hClZ0bFlTeUdFUGhuK0FIUXpMYVdDakc1Z29YOWR4QURzVEtwSGQwb0ZDZmM5K2xEWTBUR2l5WWRDUVZyR2cwWUovNmxtV2dvRkdWV3YKMHlZZXF0NnNVQkE5WmxpREdDZllQeUJwVjFWRFRhT1JkTkhPT3pSOVJKa2doVkZEaTFlZkhvU21SeXNUUko4WjFpQ3NlTnR4Nmx0VgpKTWpHSEtiSjY3T0hrazN3SlZJa3lQR21qaHQyS0hxMUlrRmt6dXF4SzNnZGlXRnpuemxTbnQySlVTTElXbWtCYU5nVi8xSDhlUDZNCm5Ob1p5NVprZDNLVUNMTHdERG5iZFBocjhkTWlEMVg5MTFxRTEyQy9qQmJVejdTVUNDSm5MT2JyZThxLzNjbUI1azN4K2ZpaGhFWVcKYkowazg4cU1SSWtnNHI5bi9FdSt6THA4NkU2T3FuOUFDZitMY011ejh4Uy90VTZCSUxGU05rMXNqZmhpWDRuMTVLRkh6YStzcytPcgpzY2RQalNuYVVqeG9LUkJFN0F5TGM3eXhZMEd5L0xpUnUrT240NzlGdHNlcTdiSHlyczFJVkF4WkFnWEJ6NkRHdkxZeG5yeEUxZXU5CnMzR1R1QmJaS0t5VmRtVVNJRjBRK3lUMlBWRjFZV3R2c1JWektoWGRiMTdNenhkM2Q2SjJwaVZkRUZGak1QYnpYNXVMbzUrN0syMDkKM0ZmSy95bW81ZHFXUERuWEpoSFNCUkh6L2VJZllJVjFzNWY4dURVN084djVuU0xhTnNhTnJwWnpiUksySnJmNjJEUjJXdkJhK0JOcwpsdldTMTdNYWU2MHI0ZzM4eStEdHE1eHBTUmJFQ0J3WWh6MTRtZlZEOHl0L1owZWFXVEYvSWFnTmJLbXRiTSt3WkVHQ2ZyZnc3ZjQ1CjVvWWdOWmlmZEM3RUd6Z1BVZ2NyNFBQRlg1dkVTQldrYlFyTUMzSSsvOU8rMmRYL0NtcEZZOXo4TFZielFCbmgxTVdnU0JYRWFEQjgKMTgvMzhmT3NIeS85V293bGtmYWVZZ3lRd2hLVkJjNUpGY1QvREF0ZlphWFdJeUp0cWUwd2ErTnJzTS9mMmNhUjl1bGlyMDNTbHVSVgpiVThFeTkrWmVIdkhHYWI0dkw4WVdjY3IwR2ZlWFZVekxaazlwSjdsK0hEOGkvaFM4NnJHWGprbVJiYjN6K0srRW9XcnVsK1hLSWlmCjd4Ui9Ia29pZjVQcGNQVWVxNUd2NHA1VDZiTVpiYWZLdEdzUWFZSTA1OE1pYjJkd3pxL3Z0TXhQNUR0dDNjUG04TGU4bnFWbWQ2UTAKUWNZdU1rWjdLYzgvWlJGcmJhcDFYSkdZYjNTVjRmM2V6bEh6S3lKdnlQTDBMbERld29yTloxVTRQTWpTcjgxTGNRWDM4TUlpNDVSbgpUcEJ2bHlSQm1uSlpuZHV5Mk1ldnR1ck5Udm5PSG9yNUdKYmlLKzdMNXlqb0k1SUVLWWl3Q2U1S2luL1BtUmU4dldOT3hhQWxTUkMzClN3MzRlTStzcXBmbHU1bWN4bDdyRjdpRXUrcWZyTXcrV3JZOVVnUlphMkNEY3luZUhWOXBMaGY5MmprL1dFOWpDVDduWEk0eExuMWIKdHhSQkZsUWFoVTVsOEUwb2k5d3IyejIzUkhaMVJQQTY1elZoK2JlSGNvWXNSN1A1dlIxbDFwdXluZk5DWTl6OEhWaTRLM1VwVm1sTApmbjJtSEVGU2RteStseSszVnNwNjdWd1FyT2VnQko5T1ZZSmx1Um1NZ3lCQmtMWXk0NWprbitMTDhWblc0M0tkOG8vWmFTN2h2K1NwClZ0SWtEMW9TQkVtK3hJQ0l0K3lZVi8yZVhKY0NndGF0YkI2K20vVHpxcGJ4TXB1WElFaXkyVHJ2NVBYbTFhdDhQcEZRaWZsS2R5bC8KTFBGblJtNmU2MXRlUHdnWHBQMWtZMmFpNC96Wi91SklpMHhYUkZLNzExckJMK1VKbjFmS25XbUo3eUVKek1VNFgvdGNwT1pUbVk2SQp4N3FmbCtFYkk0K3p4VTJlbGsyOUlWd1FObUpSRVhkeHk3cit1a0J4SHpSVXZkVXhoOTh6d3NNeGhWRjViUW9XSkRhREZROC9nay9GCml5UFB5M05BTG8zZDFpcCtEdTQ1NUxDbmxXeHZDQlprZVAvZ3ZYaVZ1YVRxQzNubXE4QnE2cDNGdHc4N3RHU2pqNGZUN2hBdHlKQmYKRUh3SHpqQnZsMlc0U3FMdjc2emc2dzZ1Q2JNSk02WGxOUklxaUgwMHpCbjhHN2ZzTGJWZWxXVzJhbGIxV1d0d01UOFlleTl0MEJJcQpDSjdGR0FBQWR1RkY1Z1VOKzZSZEh4S3NWbGJNdDMzcnFiUTBtV0tIckxNQkJqWXJtdzlLdlRaRW1KOVowWUVOMkViaEpFblJ2Z0lGCmFTMkNDZ0IrNTRITnl1a0ltamRCSmY5QWl3emQ3U3Z0enBpR0tXYThzMjFDZTFQN0xxbzBtYTVwLzAzc0tHb2JGSHE3c3IwNGVDMFoKTW1USWtDRkRoZ3daMVBCL2loT0haU3U4TWdNQUFBQWxkRVZZZEdSaGRHVTZZM0psWVhSbEFESXdNVGd0TURjdE1UaFVNREE2TlRjNgpOVGt0TURjNk1EQjR6SUdnQUFBQUpYUkZXSFJrWVhSbE9tMXZaR2xtZVFBeU1ERTRMVEEzTFRFNFZEQXdPalUzT2pVNUxUQTNPakF3CkNaRTVIQUFBQUFCSlJVNUVya0pnZ2c9PSIgLz4KPC9zdmc+Cg==');
    background-size: contain;
    background-repeat: no-repeat;
}

.amform-rating-container.radio-group .amform-rating {
    display: none;
}

.amform-rating-container .amform-versiontwo-label:hover,
.amform-rating-container .amform-versiontwo-label:hover ~ .amform-versiontwo-label,
.amform-rating-container .amform-rating:checked ~ .amform-versiontwo-label {
    background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSIyMDBweCIgaGVpZ2h0PSIyMDBweCIgdmlld0JveD0iMCAwIDIwMCAyMDAiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDIwMCAyMDAiIHhtbDpzcGFjZT0icHJlc2VydmUiPiAgPGltYWdlIGlkPSJpbWFnZTAiIHdpZHRoPSIyMDAiIGhlaWdodD0iMjAwIiB4PSIwIiB5PSIwIgogICAgeGxpbms6aHJlZj0iZGF0YTppbWFnZS9wbmc7YmFzZTY0LGlWQk9SdzBLR2dvQUFBQU5TVWhFVWdBQUFNZ0FBQURJQ0FNQUFBQ2FobDZzQUFBQUJHZEJUVUVBQUxHUEMveGhCUUFBQUNCalNGSk4KQUFCNkpnQUFnSVFBQVBvQUFBQ0E2QUFBZFRBQUFPcGdBQUE2bUFBQUYzQ2N1bEU4QUFBQ2xGQk1WRVVBQUFDOXZiMjV1Ym0vdjcrOQp2YjI1dWJtL3Y3Ky92Nys1dWJtK3ZyNit2cjYydHJhL3Y3Kzl2YjBBQUFDR2hvYS92Nys5dmIyN3U3dSt2cjYrdnI2K3ZyNit2cjY4CnZMeXFxcXE5dmIyOXZiMi92NytxcXFxWm1abS92NysrdnI2L3Y3Kyt2cjYvdjc5L2YzKy92Nys4dkx5L3Y3Kyt2cjY2dXJxL3Y3Ky8KdjcrK3ZyNit2cjYvdjcrOHZMeSt2cjYvdjcrL3Y3Kyt2cjY5dmIyK3ZyNit2cjYrdnI2K3ZyNjR1TGl5c3JLOXZiMi92Nys0dUxpWgptWm0vdjcrN3U3dSt2cjYrdnI2L3Y3Kyt2cjY1dWJtL3Y3KzJ0cmEvdjcrOXZiMi92NysvdjcrK3ZyNit2cjYrdnI1eGNYRzh2THkvCnY3Kyt2cjYvdjcrK3ZyNi92Nys5dmIyOHZMeS92NysvdjcrN3U3dS92NysrdnI2L3Y3Kyt2cjYvdjcrOXZiMnFxcXEvdjcrK3ZyNi8KdjcrK3ZyNi92NysrdnI2K3ZyNi92NysvdjcrL3Y3Kyt2cjYvdjcreXNySy92NysvdjcrK3ZyNi92NysvdjcrK3ZyNnhzYkcvdjcrLwp2NyswdExTK3ZyNi92NzhpSWlLL3Y3Kyt2cjY5dmIyL3Y3KzZ1cnEvdjcrK3ZyNit2cjYvdjcrK3ZyNjd1N3UvdjcrK3ZyNjh2THk5CnZiMjl2YjIrdnI2OHZMeSt2cjYydHJhOXZiMi92NysvdjcrL3Y3Ky92Nys5dmIyOHZMeS92Nys5dmIyL3Y3Kyt2cjYrdnI2L3Y3KysKdnI2K3ZyNi92NysrdnI2L3Y3Kyt2cjY5dmIyL3Y3Kyt2cjYvdjcrbnA2ZTl2YjIvdjcrK3ZyNit2cjYvdjcrL3Y3Kyt2cjY3dTd1OQp2YjIvdjcrNnVycS92NysvdjcrOHZMeS92Nzh6TXpPK3ZyNit2cjYrdnI2L3Y3Kyt2cjYvdjcrK3ZyNit2cjYvdjcrK3ZyNi92Nys5CnZiMi92NysrdnI2L3Y3Kzl2YjIvdjcrK3ZyNit2cjYvdjcrK3ZyNit2cjYrdnI2K3ZyNi92NysrdnI2K3ZyNi92NysrdnI2K3ZyNisKdnI2L3Y3Ky92NysrdnI3L2R3RG1hd0QvLy84bS9GNXlBQUFBMlhSU1RsTUFUaUhLYlIyNGJ3dkJUeFdiWlFIc3R6SVBmbHZKclJjSgpZVkdqQmdWRVI1Q1ozQUlvUFhTLzRSQTBWNGJZS2p0OHo5SWZjMnJGdGhrS2Fic1M2V0F4c24wTVZoYW9CNnhObndSRGxTZnZPWXpkCk1JTFVPaVo0eXg1Y3JzaFNwRWtEMno5WXp0RFJxaFFZdkhzODQ1Y0lzVlFnaWcxSXJ4SEdiUHVndVYxM0pUamZrV2pETGRhZFFWa2oKampWTERodkFaSC9UUGhPelZYQ2hrc1NXdXQ1ZXNLWktuRzVBNWphSVd0b3NVS0lpUnBnYTRJUXUxL2g2ZHMzTU4weXJuaHpDZzBLVQpaaVIxajRIVmdLVzFLNXEwWTNLSDJhY3pYNU12UUJIMUNBQUFBQUZpUzBkRTI1a0VGaFFBQUFBSGRFbE5SUWZpQnhJQU9oNEF6ckEzCkFBQUhTa2xFUVZSNDJ1MmQ5M3RVUlJTR0w3MjZvWVZpUWtoSUJFSlZpaGlrU3BBaTBxV1hwUVJDQUJHRGlnVUlYUkJCcElnZ05sUkUKc0lLQ0tLS0lEVUd4ZS9ocjNFMnlaTXU5ZDg3TW5ablBQTSsrdjkrWjczMWdTODdNT2VzNGFkS2tTWk1tampyb0FKcW9XdytkUUJQMQpxUUU2Z2g0YVVpTjBCQzAwSm1xQ3pxQ0Zwa1RVREIxQ0I4MGpJcmVoUTJnZ2xCRVJhWUZPb1lHV0ZLVVZPa1p3V2xlS3RFSEhDRTVtCnBVaGJkSXpBdEtNcTJxT0RCS1ZEdGNqdDZDQkJhVnN0a29VT0VwQnNpdEVSSFNVWU9iZEVPcUdqQkNQM2xrZ2VPa293T3Q4U3VabVAKemhLRUFxcmhEblNZSUhTSkU4bEZod2xDMXppUmJ1Z3dBU2lrZUxxajQ2alRJMEdrSnpxT09sa0pJcjNRY1pUSnAwUjZvd09wMGlkSgo1RTUwSUZWNkpvbmNoUTZrU3Q4a0VhcUxUcVJHdjJRUDZvK09wTWFBRkpHNzBaSFVHSmdpUXZlZ002bFFsT3BCZzlDaFZLampJbkl2Ck9wUUtlUzRpTkJpZFNvRWhiaUpEMGFua0dlYm1RY1BSc2VRWjRTcEM5NkZ6U1pQcExqSVNuVXVXWW5jUEdvVU9Kc3RRRHhHNkg1MU0Ka3RGZUltUFF5ZVRJOXZLZ3NlaG9jdVI0aXRBNGREWXBjcjFGSGtCbms2S3p0OGg0ZERZWkh2VDJvQWtoZERvSit2dUkwRVIwT2dtNgorb2xNUXFmalUram5RWlBSOGZqMDhCV2hLZWg4YkxMOFJhYWk4M0hKOS9lZ2FlaUFYQjRTaU5CMGRFSW1QVVVpTTlBSm1mUVZpY3hFCkorUXhTK1JCTkF1ZGtjVUFzVWp0dUswNVVDeFNLMjVyRm9rOWlJclJLUm1NNFlqVWh0dWFlUnlSRnVpVURJWndSR3JCYmMxaExBK2EKamM0cFpBUlBaQTQ2cDVDNVBCRXFRZ2NWVU16MG9Ibm9wQUtHY2tYbW81TUtHTTBWb1d4MFZGK3kyUjYwQUozVmx4eStTSE4wVmw5eQorU0lVUm9mMVk2R0V5Q0x0dXk5ZVVxS0pwUkllbEtGcjE1SmxwZFVtblc3S0JQamZrVlZ6d3JxOERCMG1BQWxuOS9rcjBIRlVXVnFRCjlFSlp1UW9kU1ltSFY2ZTg1QWMvZ2c2bHdCclhkNjlHNkZpeXpIM1U0MzI0cGN6SEFKNXk3K2FhdGZQUjRmamNmTXozdzVIOU5SeE4KMlhMQngzeUIxS2N6akJYaXZwclY0OUVoeFhUcncvcnVOUStkVThUalQ3QThIS2ZmT25SVVg1NWtha1FZSnp5cndkRkw3aXcxNXlsMApZQStlYml6bDRUanRua0ZIZG1XOXBFYUUwQVowNkZTV2JKVDNpRkN4Q1IwOGljMnE5d2dMK1ZVcUd3UVozYk1GSGI2R3JjSG0zV3piCmpoYW9abW80a0lmakZPMUFLMFNaOEd4QWpTZzcwUlpFQS9XTXV0azFFK3pSWDlmdHdlem5rQnFUZDJ2U2lQSTh6bVBVSG8wZWpyUDMKQlpESFBxMGFFZkpmUkdqc045SGZlNEIzZ3E2VFBETURiZzRlc3V6eGtoR05LSWR0YW1TYWJPMjFXTUlyTnp2YnhsWUpUMUIrMDBFSApHeDVsTnJwNkxaVHdHT1UzSFpndTRhM2lsZDkwWUxTRXh5Ni82Y0JnQ1UraS9LWURVeVU4eWZLYkRveVU4RjZXTGIvcHdFQUpUNkg4CnBnUGRKYndsdUM0R3JTVzhJOGcyM2xKOUhybEFEYW43V1NLT1FrVmUwZmhmUzNTNmFaTFFCSTBpVzRBaXdtNHFHWTRCUlNicEZDR2IKMzdHU2VGV3J5R3N3anlsYVBlaDFtTWhVdlNLRStLSlZ5VFROSW11Q1IxSml1bVlQZWdNa01rTzNDT3ErZkQzdEltOUNQQnBvOTZEagpFSkczOUl0ZzdzdWJPREY1RytEUnpJQUhIUUdJN0RNaDhnNWdhQXFqdDFpQkU5WTk5aGp4b0hldGk1dzBJL0tlZFJGVEY0ZE9XZlpvCmI4aURXbHNXT1cxS3BNU3l5UHVtUk9nRHF4NGRqWGxRRjZzaUg1b1RXV2RWNUNOekl2U3hSWTk4cWJPUjlYSUhFQU1zaXF5VXlCVTkKTEFqSi9ERlpabEZFNGlKYTlXSEJ4RS80ajFpY2JzeFAxVFQyU0dGYjlqUDJwaHUzNUVZNkduOVhkeEQzcWVIV1JNNHdFNTBKSnp4Mgo5bFBtYzlhbUcvTXVOWCtXTXV5ejhWaWVpSzNweGdXc05BM2RCaDIxWVQxcWE3cnhPVTZZOCs1L3RHNzhuUE93cFdQUkMrSWttNzd3CmVqaDdNMFBrU3lzZS9jUkJMaGI2UEY5SC9QeFhWa1RFRnhzRnA0R1h0Z3BYc0RMZCtHdEJpTzNiUkN1RXZ4R0pYTGJnMFU2UVlRZG4Kdk5GbHdYSHd0eFpFcnZoSE9NbGJwVmtMMzFVeUxCVHFHdm9GdVBBZGQ1blE5NzRtRmNZOUN2MjIvMEhtcE9hRTM1bHd1WEdSMlQ2NwpTdzYzYjdYTWU2bk94a1htZU83ZDVKTDBZajZ2dDdPR1BZbzhkLzR4ckxEY3FaKzhscnRxV01Ucm9teUc0aEZOMFhHUEJmc2FGdm5aCmZkdHJwY29yTHZZd1VXdkw1ZUl4MFN4UVc1cEhVOTBHb3lJTDNMWU0ycGJtM2xTWGFWU2t1Y3VPR3RyU1hKdnE1TjhFK2JqTkg5Y3kKS05hdHFhNitRWkZGS2J0TnU2NW41ZkRWbEtXN0doUkorZXZ1RjMxdGFZdFNtdXJVM3dtRkpNL2c2cUZ6OGRKZmsxYS9ZY3hqZCtKRwo5VFNmeVlSK1Mxei9takdSM3hQMm1hUy9MYTE3NGkvSjZPM1NqZU9QK0YyTVhFbmE4MmY4RmpzTmVWeVBmMHN4ZFJ4ekkyNlRpNGIyCmlCdXUzTnBjVzFydi9UWGJtR25WZFVwaTZ3ODVZRXdqUXZ1YU9lZW5qV3l3SzdiOG9ZTW1QU0tNak8yVVpXVDU4OVdySHphc0VhRnUKN0VjSWpmVHJWbzN0WHZpWGVRL0g2VmhlSldLaVkvZFMxVC8yV2hzZVRteFFySW5weHBWM01mKzJwQkZoK2JIb2htSDlDemV4M1paVwplYWF0WTBKTklzVUJwa0twVXJHSi90Rys2QlhFYjB1MldxYS9DSHh1cjMyUENGZitoV3liSmsyYU5CYjRENHJDSHdENjN5QWZBQUFBCkpYUkZXSFJrWVhSbE9tTnlaV0YwWlFBeU1ERTRMVEEzTFRFNFZEQXdPalU0T2pNd0xUQTNPakF3MmpDV2VRQUFBQ1YwUlZoMFpHRjAKWlRwdGIyUnBabmtBTWpBeE9DMHdOeTB4T0ZRd01EbzFPRG96TUMwd056b3dNS3R0THNVQUFBQUFTVVZPUks1Q1lJST0iIC8+Cjwvc3ZnPgo=');
    background-size: contain;
    background-repeat: no-repeat;
}

.frmb .form-elements .dependent-field select:not(:focus) {
    padding-right: 40px;
}

.amform-no-display {
    display: none;
}

.amform-form .fieldset .fields .amform-layout-two,
.amform-form .fieldset .fields .amform-layout-three {
    display: inline-block;
    margin-right: 2%;
    vertical-align: top;
}

.amform-layout-two:last-child,
.amform-layout-three:last-child {
    margin-right: 0;
}

.amform-layout-two:not(.editing) {
    max-width: 48%;
}

.amform-layout-three:not(.editing) {
    max-width: 31%;
}

.circle-theme.amform-form .fields .amform-layout-two,
.circle-theme.amform-form .fields .amform-layout-one {
    margin-right: 2%;
}

.circle-theme.amform-form .fields .amform-layout-three {
    margin-right: 1%;
}

.circle-theme .amform-layout-three:not(.editing) {
    max-width: 32%;
}

.default.amform-form .fields .amform-layout-two,
.default.amform-form .fields .amform-layout-one {
    margin-right: 2%;
}

.default.amform-form .fields .amform-layout-three {
    margin-right: 1%;
}

.default.amform-form .fields .amform-layout-three {
    max-width: 32%;
}
.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%}/**
 * Swiper 5.4.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://swiperjs.com
 *
 * Copyright 2014-2020 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 16, 2020
 */
@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") format("woff");font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-container-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-container-multirow>.swiper-wrapper{flex-wrap:wrap}.swiper-container-multirow-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-container-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-container-3d{perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-container-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(-1 * 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:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;text-transform:none;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-container-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-container-rtl .swiper-button-prev:after{content:'next'}.swiper-button-next.swiper-button-white,.swiper-button-prev.swiper-button-white{--swiper-navigation-color:#ffffff}.swiper-button-next.swiper-button-black,.swiper-button-prev.swiper-button-black{--swiper-navigation-color:#000000}.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-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;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:8px;height:8px;display:inline-block;border-radius:100%;background:#000;opacity:.2}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet-active{opacity:1;background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0px,-50%,0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:6px 0;display:block}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-progressbar{background: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-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progressbar,.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-container-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-white{--swiper-pagination-color:#ffffff}.swiper-pagination-black{--swiper-pagination-color:#000000}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);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}.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%;animation:swiper-preloader-spin 1s infinite linear;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{100%{transform:rotate(360deg)}}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-container-fade.swiper-container-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube{overflow:visible}.swiper-container-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-container-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-cube.swiper-container-rtl .swiper-slide{transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;background:#000;opacity:.6;-webkit-filter:blur(50px);filter:blur(50px);z-index:0}.swiper-container-flip{overflow:visible}.swiper-container-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}
/**
 * Mageplaza
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Mageplaza.com license that is
 * available through the world-wide-web at this URL:
 * https://www.mageplaza.com/LICENSE.txt
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade this extension to newer
 * version in the future.
 *
 * @category    Mageplaza
 * @package     Mageplaza_RequestForQuote
 * @copyright   Copyright (c) Mageplaza (https://www.mageplaza.com/)
 * @license     https://www.mageplaza.com/LICENSE.txt
 */

.mprfq-miniquote-wrapper .action.showquote:before {
    content: '' !important;
    background-size: contain;
    display: inline-block;
    margin: 0;
    width: 28px;
    height: 33px;
    line-height: 28px;
    overflow: hidden;
    speak: none;
    text-align: center;
    vertical-align: top;
}


.mprfq-miniquote-wrapper .action.showquote {
    white-space: nowrap;
}

.mprfq-miniquote-wrapper .action.showquote {
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
}

.mprfq-miniquote-wrapper .action.showquote:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 22px;
    line-height: 28px;
    color: #757575;
    content: '\e611';
    margin: 3px;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
}

.mprfq-miniquote-wrapper .action.showquote .counter.qty {
    background: #fd8e00;
    color: #ffffff;
    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;
    border-radius: 100%;
    height: 20px;
    width: 20px;
    line-height: 15px;
    position: absolute;
    top: -10px;
    right: 0px;
}

.mprfq-miniquote-wrapper .action.showquote .text, .mprfq-miniquote-wrapper .action.showquote .counter-label {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

span.counter.qty.empty {
    display: none !important;
}

.mprequestforquote-notice {
    background: #fdf0d5;
    padding: 0.5rem;
    margin-top: 10px;
    text-align: center;
}

/** Style on category page **/
.catalog-category-view .action.toquote {
    display: inline-block;
    vertical-align: bottom;
    padding: 0 12px 0 5px;
    margin: 0;
    background: none;
    border: none;
    box-shadow: none;
}

.catalog-category-view .action.toquote img {
    width: 20px;
    height: 20px;
}.fotorama-stretch,
.fotorama-focus-overlay:after,
.fotorama__stage__shaft,
.fotorama__stage__frame,
.fotorama__html,
.fotorama__video iframe {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.fotorama-grab-cursor,
.fotorama__wrap .fotorama__grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.fotorama-grabbing-cursor,
.fotorama__grabbing * {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
.fotorama-gpu,
.fotorama--fullscreen,
.fotorama__caption,
.fotorama__wrap--css3 .fotorama__spinner,
.fotorama__wrap--css3 .fotorama__stage,
.fotorama__wrap--css3 .fotorama__nav,
.fotorama__wrap--css3 .fotorama__stage__frame,
.fotorama__wrap--css3 .fotorama__html,
.fotorama__stage:before,
.fotorama__nav:before,
.fotorama__stage:after,
.fotorama__nav:after,
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full {
  transform: translateZ(0);
}
.fotorama-focus,
.fotorama__nav__frame,
.fotorama__fullscreen-icon:focus,
.fotorama__zoom-out:focus,
.fotorama__zoom-in:focus {
  outline: 0;
}
.fotorama-focus-overlay:after {
  background-color: #006bb4;
  border-radius: inherit;
  content: '';
}
.fotorama-transform-disabled,
.fotorama__wrap--video .fotorama__stage__shaft,
.fotorama__wrap--video .fotorama__stage,
.fotorama__wrap--video .fotorama__stage__frame--video,
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img,
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html {
  transform: none !important;
}
.fotorama-transition-for-slide,
.fotorama__wrap--css3 .fotorama__stage__shaft,
.fotorama__wrap--css3 .fotorama__nav__shaft,
.fotorama__wrap--css3 .fotorama__thumb-border {
  transition-duration: 0ms;
  transition-property: transform, width;
  transition-timing-function: cubic-bezier(0.1, 0, 0.25, 1);
}
.fotorama-no-select,
.fotorama__wrap,
.fotorama__no-select,
.fotorama__arr,
.fotorama__fullscreen-icon,
.fotorama__video-close {
  user-select: none;
}
.fotorama-select,
.fotorama__select {
  user-select: text;
}
.fotorama-empty-bg {
  background: url(data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs=);
}
.fotorama-auto-margin,
.fotorama__nav,
.fotorama__nav__frame {
  margin: auto;
  padding: 0;
}
.fotorama-inline-block,
.fotorama__nav__shaft,
.fotorama__nav__frame,
.fotorama__caption__wrap {
  *display: inline;
  *zoom: 1;
  -moz-box-orient: vertical;
  display: -moz-inline-box;
  display: inline-block;
  vertical-align: middle;
}
.fotorama-content-box,
.fotorama__nav__frame {
  box-sizing: content-box;
}
.fotorama-border-box,
.fotorama__thumb-border,
.fotorama__caption__wrap,
.fotorama__arr {
  box-sizing: border-box;
}
.fotorama-hidden,
.fotorama--hidden,
.fotorama__load {
  left: -99999px;
  position: absolute;
  top: -99999px;
  z-index: -1000;
}
.fotorama-visible {
  left: auto;
  opacity: 1;
  position: relative;
  top: auto;
  z-index: auto;
}
.fotorama-no-tap,
.fotorama__stage__shaft,
.fotorama__stage__frame,
.fotorama__nav,
.fotorama__nav__shaft,
.fotorama__nav__frame,
.fotorama__arr,
.fotorama__fullscreen-icon,
.fotorama__video-close {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.transitionDuration {
  transition-duration: 333ms;
}
.transitionDurationZero {
  transition-duration: 0ms;
}
.fotorama-sprite,
.fotorama__fullscreen .fotorama__zoom-out,
.fotorama__fullscreen .fotorama__zoom-in,
.fotorama__arr .fotorama__arr__arr,
.fotorama__fullscreen-icon,
.fotorama__video-play,
.fotorama__thumb--icon,
.fotorama__video-close {
  background-image: url('../../frontend/DFSolution/layout/it_IT/mage/gallery/gallery.png');
  background-repeat: no-repeat;
}
@media print {
  .fotorama-print-background,
  .fotorama-sprite,
  .fotorama__thumb-border,
  .fotorama__fullscreen .fotorama__zoom-out,
  .fotorama__fullscreen .fotorama__zoom-in,
  .fotorama__arr .fotorama__arr__arr,
  .fotorama__fullscreen-icon,
  .fotorama__video-play,
  .fotorama__thumb--icon,
  .fotorama__video-close {
    background: none !important;
  }
}
.fotorama__fullscreen-icon:focus,
.fotorama__zoom-out:focus,
.fotorama__zoom-in:focus,
.fotorama__arr:focus,
.fotorama__stage__shaft:focus,
.fotorama__nav__frame--thumb:focus .fotorama__thumb,
.fotorama__nav__frame--dot:focus .fotorama__dot {
  box-shadow: none;
}
.fotorama__fullscreen-icon:focus:after,
.fotorama__zoom-out:focus:after,
.fotorama__zoom-in:focus:after,
.fotorama__arr:focus:after,
.fotorama__stage__shaft:focus:after,
.fotorama__nav__frame--thumb:focus .fotorama__thumb:after,
.fotorama__nav__frame--dot:focus .fotorama__dot:after {
  border-radius: inherit;
  bottom: 3px;
  box-shadow: 0 0 3px 1px #00699D;
  content: '';
  left: 3px;
  position: absolute;
  right: 3px;
  top: 3px;
  z-index: 1000;
}
.fotorama__nav__frame--thumb:focus .fotorama__thumb:after,
.fotorama__nav__frame--dot:focus .fotorama__thumb:after,
.fotorama__nav__frame--thumb:focus .fotorama__dot:after,
.fotorama__nav__frame--dot:focus .fotorama__dot:after {
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}
.fotorama__nav__frame--thumb:focus .fotorama__thumb.fotorama_vertical_ratio:after,
.fotorama__nav__frame--dot:focus .fotorama__thumb.fotorama_vertical_ratio:after {
  left: 2px;
  right: 2px;
}
.fotorama__nav__frame--thumb:focus .fotorama__thumb,
.fotorama__nav__frame--dot:focus .fotorama__thumb {
  overflow: inherit;
}
.fotorama__nav__frame:nth-child(2):focus .fotorama__thumb:after {
  left: 1px;
}
.fotorama__nav__frame:nth-child(2):focus .fotorama__thumb.fotorama_vertical_ratio:after {
  top: 1px;
}
.fotorama__nav__frame:last-child:focus .fotorama__thumb:after {
  right: 1px;
}
.fotorama__nav__frame:last-child:focus .fotorama__thumb.fotorama_vertical_ratio:after {
  bottom: 1px;
}
.fotorama__thumb__arr {
  box-shadow: none;
}
.fotorama--fullscreen {
  background: #fff;
  bottom: 0 !important;
  float: none !important;
  left: 0 !important;
  margin: 0 !important;
  position: fixed !important;
  right: 0 !important;
  top: 0 !important;
  width: 100% !important;
  z-index: 1000 !important;
}
.fotorama--fullscreen .fotorama__wrap {
  max-width: 100% !important;
}
.fotorama__fullscreen {
  overflow: hidden;
  position: relative;
}
.fotorama__fullscreen .fotorama__zoom-in,
.fotorama__fullscreen .fotorama__zoom-out {
  cursor: pointer;
  display: block;
  height: 80px;
  overflow: hidden;
  position: absolute;
  width: 80px;
}
.fotorama__fullscreen .fotorama__zoom-out {
  background-position: 0 -80px !important;
  top: 80px;
}
.fotorama__fullscreen .fotorama__zoom-out.fotorama__zoom-out--disabled {
  display: none;
}
.fotorama__fullscreen .fotorama__zoom-in {
  background-position: 0 0 !important;
  top: 0;
}
.fotorama__fullscreen .fotorama__zoom-in.fotorama__zoom-in--disabled {
  display: none;
}
.fotorama__fullscreen .fotorama__video-close {
  display: none;
}
.fotorama--fullscreen .fotorama__loaded--full .fotorama__img {
  display: none;
}
.fotorama--fullscreen .fotorama__loaded--full .fotorama__img--full {
  display: block;
}
.fotorama__zoom-in,
.fotorama__zoom-out {
  display: none;
}
.fotorama {
  min-width: 1px;
  overflow: hidden;
}
.fotorama__wrap {
  -webkit-text-size-adjust: 100%;
  direction: ltr;
  position: relative;
  z-index: 0;
}
.fotorama__wrap--rtl .fotorama__stage__frame {
  direction: rtl;
}
.fotorama__stage,
.fotorama__nav {
  max-width: 100%;
  overflow: hidden;
  position: relative;
}
.fotorama__wrap--pan-y {
  -ms-touch-action: pan-y;
}
.fotorama__stage__shaft {
  position: relative;
}
.fotorama__wrap .fotorama__pointer {
  cursor: pointer;
}
.fotorama__wrap--slide .fotorama__stage__frame {
  opacity: 1 !important;
}
.fotorama__stage__frame {
  overflow: hidden;
}
.fotorama__stage__frame.fotorama__active {
  z-index: 8;
}
.fotorama__wrap--fade .fotorama__stage__frame {
  display: none;
}
.fotorama__wrap--fade .fotorama__stage__frame.fotorama__active,
.fotorama__wrap--fade .fotorama__fade-front,
.fotorama__wrap--fade .fotorama__fade-rear {
  display: block;
  left: 0;
  top: 0;
}
.fotorama__wrap--fade .fotorama__fade-front {
  z-index: 8;
}
.fotorama__wrap--fade .fotorama__fade-rear {
  z-index: 7;
}
.fotorama__wrap--fade .fotorama__fade-rear.fotorama__active {
  z-index: 9;
}
.fotorama__wrap--fade .fotorama__stage .fotorama__shadow {
  display: none;
}
.fotorama__img {
  border: none !important;
  max-width: inherit;
  opacity: 0;
}
.fotorama__loaded .fotorama__img,
.fotorama__error .fotorama__img {
  opacity: 1;
}
.fotorama__img--full {
  display: none;
}
.fotorama__nav {
  display: none;
  font-size: 0;
  line-height: 0;
  white-space: nowrap;
  z-index: 5;
}
.fotorama__nav__shaft {
  left: 0;
  position: relative;
  text-align: left;
  top: 0;
}
.fotorama__nav__frame {
  position: relative;
}
.fotorama__nav--dots {
  display: block;
  text-align: center;
}
.fotorama__nav--dots .fotorama__nav__frame {
  height: 30px;
  width: 18px;
}
.fotorama__nav--dots .fotorama__nav__frame--thumb,
.fotorama__nav--dots .fotorama__thumb-border {
  display: none;
}
.fotorama__nav--thumbs {
  display: block;
}
.fotorama__nav--thumbs .fotorama__nav__frame {
  padding-left: 0 !important;
}
.fotorama__nav--thumbs .fotorama__nav__frame:last-child {
  padding-right: 0 !important;
}
.fotorama__nav--thumbs .fotorama__nav__frame--dot {
  display: none;
}
.fotorama__active .fotorama__dot {
  background-color: #ff5501;
  border-color: #ff5501;
}
.fotorama__nav__frame.fotorama__active .fotorama__nav__frame {
  border-width: 3px;
  height: 0;
  width: 0;
}
.fotorama__nav__frame.fotorama__active .fotorama__nav__frame:after {
  left: -3px;
  padding: 3px;
  top: -3px;
}
.fotorama__nav__frame:focus  {
  box-shadow: none;
}
.fotorama__nav__frame:focus :after {
  left: -1px;
  padding: 1px;
  top: -1px;
}
.fotorama__dot {
  border-radius: 6px;
  border: 1px solid #858585;
  display: block;
  height: 4px;
  left: 6px;
  position: relative;
  top: 12px;
  width: 4px;
}
.fotorama__thumb {
  background-color: #ebebeb;
  height: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.fotorama__nav__frame:focus .fotorama__thumb {
  z-index: 2;
}
.fotorama__thumb-border {
  backface-visibility: hidden;
  background-image: linear-gradient(to bottom right, rgba(255, 255, 255, 0.25), rgba(64, 64, 64, 0.1));
  border: 1px solid #ff5501;
  left: 0;
  position: absolute;
  top: 0;
  z-index: 9;
}
.fotorama__caption {
  bottom: 0;
  color: #000;
  font-size: 14px;
  left: 0;
  line-height: 1.5;
  position: absolute;
  right: 0;
  z-index: 12;
}
.fotorama__caption a {
  border-bottom: 1px solid;
  border-color: rgba(0, 0, 0, 0.005);
  color: #000;
  text-decoration: none;
}
.fotorama__caption a:hover {
  border-color: rgba(0, 0, 0, 0.005);
  color: #000;
}
.fotorama__wrap--rtl .fotorama__caption {
  left: auto;
  right: 0;
}
.fotorama__wrap--video .fotorama__caption,
.fotorama__wrap--no-captions .fotorama__caption {
  display: none;
}
.fotorama__caption__wrap {
  background-color: #fff;
  padding: 5px 10px;
}
@keyframes spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.fotorama__spinner {
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  left: 50%;
  position: absolute;
  top: 50%;
}
.fotorama__wrap--css3 .fotorama__spinner {
  animation: spinner 24s infinite linear;
}
.fotorama__wrap--css3 .fotorama__html {
  transition-duration: 0.3s;
  transition-property: opacity;
  transition-timing-function: linear;
}
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img,
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html {
  opacity: 0;
}
.fotorama__select {
  cursor: auto;
}
.fotorama__video {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 32px;
  z-index: 10;
}
@-moz-document url-prefix() {
  .fotorama__active {
    box-shadow: 0 0 0 transparent;
  }
}
.fotorama__arr,
.fotorama__fullscreen-icon,
.fotorama__video-close {
  cursor: pointer;
  position: absolute;
}
.fotorama__arr {
  z-index: 900;
}
.fotorama__fullscreen-icon,
.fotorama__zoom-out,
.fotorama__zoom-in,
.fotorama__video-close {
  z-index: 1000;
}
.fotorama__arr {
  bottom: 0;
  position: absolute;
  top: 0;
  width: 80px;
}
._block-content-loading .fotorama__arr {
  opacity: 0;
}
.fotorama__arr .fotorama__arr__arr {
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  left: 50%;
  position: absolute;
  top: 50%;
  height: 80px;
  width: 80px;
}
.fotorama__arr--prev {
  left: 0;
}
.fotorama__arr--prev .fotorama__arr__arr {
  background-position: -80px -80px;
}
.fotorama__arr--next {
  right: 0;
}
.fotorama__arr--next .fotorama__arr__arr {
  background-position: -160px -80px;
}
.fotorama__arr--disabled {
  cursor: default;
  opacity: 0;
  pointer-events: none;
}
.fotorama__fullscreen-icon {
  background-position: 0 0;
  display: none;
  height: 80px;
  right: 0;
  top: 0;
  width: 80px;
  z-index: 1000;
}
.fotorama--fullscreen-icons .fotorama__fullscreen-icon {
  display: none;
}
.fotorama--fullscreen .fotorama__fullscreen-icon {
  background-position: -80px 0;
  display: inline-block;
}
.fotorama__video-play {
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  left: 50%;
  position: absolute;
  top: 50%;
  background-position: -80px -160px;
  height: 160px;
  width: 160px;
}
.fotorama__wrap--css2 .fotorama__video-play,
.fotorama__wrap--video .fotorama__stage .fotorama__video-play {
  display: none;
}
.fotorama__loaded .fotorama__video-play,
.fotorama__error .fotorama__video-play,
.fotorama__nav__frame .fotorama__video-play {
  display: block;
  opacity: 1;
}
.fotorama__nav__frame .fotorama__video-play {
  background-position: 0 -240px;
  height: 80px;
  width: 80px;
}
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr,
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon {
  opacity: 0;
}
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus,
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus {
  opacity: 1;
}
.fotorama__wrap--toggle-arrows:not(.fotorama__wrap--video) .fotorama__video-close {
  display: none;
}
.fotorama__wrap--toggle-arrows.fotorama__wrap--video .fotorama__video-close {
  opacity: 1;
  right: 93px;
  top: 97px;
}
.fotorama__wrap--toggle-arrows:not(.fotorama__wrap--video) .fotorama__video-close {
  display: none;
}
.fotorama__wrap--toggle-arrows.fotorama__wrap--video .fotorama__video-close {
  opacity: 1;
  right: 93px;
  top: 97px;
}
.fotorama__wrap--toggle-arrows:not(.fotorama__wrap--video) .fotorama__video-close {
  display: none;
}
.fotorama__wrap--toggle-arrows.fotorama__wrap--video .fotorama__video-close {
  opacity: 1;
  right: 93px;
  top: 97px;
}
.fotorama__wrap--video .fotorama__arr,
.fotorama__wrap--video .fotorama__fullscreen-icon {
  opacity: 0 !important;
}
.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr,
.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon {
  display: none;
}
.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus,
.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus {
  display: block;
}
.fotorama__wrap--css2.fotorama__wrap--video .fotorama__arr,
.fotorama__wrap--css2.fotorama__wrap--video .fotorama__fullscreen-icon {
  display: none !important;
}
.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:not(:focus) {
  -webkit-transform: translate3d(80px, -80px, 0);
  -ms-transform: translate3d(80px, -80px, 0);
  -o-transform: translate3d(80px, -80px, 0);
  transform: translate3d(80px, -80px, 0);
}
.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--prev:not(:focus) {
  -webkit-transform: translate3d(-120px, 0, 0);
  -ms-transform: translate3d(-120px, 0, 0);
  -o-transform: translate3d(-120px, 0, 0);
  transform: translate3d(-120px, 0, 0);
}
.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--next:not(:focus) {
  -webkit-transform: translate3d(120px, 0, 0);
  -ms-transform: translate3d(120px, 0, 0);
  -o-transform: translate3d(120px, 0, 0);
  transform: translate3d(120px, 0, 0);
}
.fotorama__wrap--css3.fotorama__wrap--video .fotorama__fullscreen-icon {
  -webkit-transform: translate3d(80px, -80px, 0) !important;
  -ms-transform: translate3d(80px, -80px, 0) !important;
  -o-transform: translate3d(80px, -80px, 0) !important;
  transform: translate3d(80px, -80px, 0) !important;
}
.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--prev {
  -webkit-transform: translate3d(-120px, 0, 0) !important;
  -ms-transform: translate3d(-120px, 0, 0) !important;
  -o-transform: translate3d(-120px, 0, 0) !important;
  transform: translate3d(-120px, 0, 0) !important;
}
.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--next {
  -webkit-transform: translate3d(120px, 0, 0) !important;
  -ms-transform: translate3d(120px, 0, 0) !important;
  -o-transform: translate3d(120px, 0, 0) !important;
  transform: translate3d(120px, 0, 0) !important;
}
.fotorama__wrap--css3 .fotorama__arr:not(:focus),
.fotorama__wrap--css3 .fotorama__fullscreen-icon:not(:focus),
.fotorama__wrap--css3 .fotorama__video-play:not(:focus),
.fotorama__wrap--css3 .fotorama__video-close:not(:focus) {
  transition-duration: 0.3s;
  transition-property: transform, opacity, background-color;
}
.fotorama__stage:before,
.fotorama__nav:before,
.fotorama__stage:after,
.fotorama__nav:after {
  background-repeat: no-repeat;
  content: '';
  display: block;
  pointer-events: none;
  position: absolute;
  text-decoration: none;
  z-index: 10;
}
.fotorama__stage:before,
.fotorama__nav:before {
  left: -10px;
  top: -10px;
}
.fotorama__stage:after,
.fotorama__nav:after {
  right: -10px;
  bottom: -10px;
}
.fotorama__stage.fotorama__shadows--left:before,
.fotorama__nav.fotorama__shadows--left:before,
.fotorama__stage.fotorama__shadows--right:after,
.fotorama__nav.fotorama__shadows--right:after {
  background-size: 1px 100%, 5px 100%;
  bottom: 0;
  height: auto;
  top: 0;
  width: 10px;
}
.fotorama__stage.fotorama__shadows--top:before,
.fotorama__nav.fotorama__shadows--top:before,
.fotorama__stage.fotorama__shadows--bottom:after,
.fotorama__nav.fotorama__shadows--bottom:after {
  background-size: 100% 1px, 100% 5px ;
  height: 10px;
  left: 0;
  right: 0;
  width: auto;
}
.fotorama__stage.fotorama__shadows--left:before,
.fotorama__nav.fotorama__shadows--left:before {
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), radial-gradient(farthest-side at 0 50%, rgba(0, 0, 0, 0.4), transparent);
  background-position: 0 0, 0 0;
  left: 0;
}
.fotorama__stage.fotorama__shadows--right:after,
.fotorama__nav.fotorama__shadows--right:after {
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), radial-gradient(farthest-side at 100% 50%, rgba(0, 0, 0, 0.4), transparent);
  background-position: 100% 0, 100% 0;
  right: 0;
}
.fotorama__stage.fotorama__shadows--top:before,
.fotorama__nav.fotorama__shadows--top:before {
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), radial-gradient(farthest-side at 50% 0, rgba(0, 0, 0, 0.4), transparent);
  background-position: 0 0, 0 0;
  top: 0;
}
.fotorama__stage.fotorama__shadows--bottom:after,
.fotorama__nav.fotorama__shadows--bottom:after {
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), radial-gradient(farthest-side at 50% 100%, rgba(0, 0, 0, 0.4), transparent);
  background-position: 0 100%, 0 100%;
  bottom: 0;
}
.fotorama--fullscreen .fotorama__stage:before,
.fotorama--fullscreen .fotorama__nav:before,
.fotorama__wrap--no-shadows .fotorama__stage:before,
.fotorama__wrap--no-shadows .fotorama__nav:before,
.fotorama__wrap--fade .fotorama__stage:before,
.fotorama--fullscreen .fotorama__stage:after,
.fotorama--fullscreen .fotorama__nav:after,
.fotorama__wrap--no-shadows .fotorama__stage:after,
.fotorama__wrap--no-shadows .fotorama__nav:after,
.fotorama__wrap--fade .fotorama__stage:after {
  display: none;
}
.fotorama__nav-wrap .fotorama_vertical_ratio .fotorama__img {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  height: auto;
  position: absolute;
  top: 50%;
  width: 100%;
}
.fotorama__nav-wrap .fotorama_horizontal_ratio .fotorama__img {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translateY(-50%, -50%);
  -o-transform: translateY(-50%, -50%);
  transform: translateY(-50%, -50%);
  top: 50%;
  left: 50%;
  position: absolute;
  width: auto;
}
.magnifier-thumb-wrapper {
  display: block;
  left: 0;
  position: relative;
  top: 0;
}
.magnifier-lens {
  border: solid 1px #bbb;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 800;
}
.magnify-lens {
  background: rgba(255, 255, 255, 0.5);
  border: solid 1px #bbb;
  color: #fff;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  z-index: 1000;
  overflow: hidden;
}
.magnify-lens .magnifier-large {
  width: auto;
  height: auto;
  max-height: none;
  max-width: none;
  border: none;
  position: absolute;
  z-index: 100;
}
.magnifier-loader-text {
  margin-top: 10px;
}
.magnifier-preview {
  bottom: 0;
  left: 58%;
  overflow: hidden;
  padding: 0;
  position: absolute;
  z-index: 2;
  top: 215px;
}
.magnifier-preview:not(.hidden) {
  background-color: #fff;
}
.magnifier-preview img {
  left: 0;
  max-width: inherit;
  max-height: inherit;
  position: absolute;
  top: 0;
  object-fit: scale-down;
}
.fotorama__stage__frame {
  text-align: center;
}
.fotorama__stage__frame .fotorama__img {
  height: auto;
  left: 50%;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  transition-duration: 0.3s;
  transition-property: width, height, top, left;
  vertical-align: middle;
  width: auto;
}
@media all and (min-width: 768px) {
  .fotorama__stage__frame .fotorama__img {
    top: 49.5%;
  }
}
.magnify-opaque {
  opacity: 0.5;
}
.magnify-hidden {
  display: none;
}
.fotorama__nav-wrap--vertical.fotorama__nav-wrap {
  display: inline-block;
  left: 0;
  position: absolute;
  top: 0;
}
.fotorama__nav-wrap--vertical .fotorama__nav__shaft {
  background-color: white;
  width: 100%;
}
.fotorama__nav-wrap--vertical .fotorama__nav__shaft .fotorama__nav__frame--thumb {
  display: block;
  padding-bottom: inherit !important;
}
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img {
  display: none;
}
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img,
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full {
  bottom: 0;
  left: 0;
  margin: auto;
  max-height: inherit;
  max-width: inherit;
  position: absolute;
  right: 0;
  top: 0;
}
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full {
  cursor: default;
  display: block;
  height: auto;
  left: 0;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  top: 0;
  transition: 0.3s linear;
  vertical-align: middle;
  width: auto;
}
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full.fotorama__img--zoommable {
  cursor: pointer;
  max-height: none;
  max-width: none;
  transition-property: width, height, bottom, right, top, left;
}
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full.fotorama__img--draggable {
  cursor: move;
  transition-property: none;
}
.fotorama--fullscreen .fotorama__stage__frame iframe {
  left: 80px;
  width: calc(100% - 80px * 2);
}
.fotorama__nav-wrap--horizontal.fotorama__nav-wrap {
  min-height: 30px;
}
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left,
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right {
  bottom: 0;
  cursor: pointer;
  position: absolute;
  top: 0;
  width: 30px;
  z-index: 1000;
}
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left .fotorama__thumb--icon,
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right .fotorama__thumb--icon {
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  left: 50%;
  position: absolute;
  top: 50%;
  width: 100%;
}
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left {
  left: 0;
}
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right {
  right: 0;
}
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--left,
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--right {
  cursor: pointer;
  height: 30px;
  left: 0;
  position: absolute;
  right: 0;
  z-index: 1000;
}
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--left .fotorama__thumb--icon,
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--right .fotorama__thumb--icon {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  margin: auto;
  width: 30px;
}
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--left {
  top: 0;
}
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--right {
  bottom: 0;
}
.fotorama__wrap--only-active .fotorama__stage,
.fotorama__wrap--only-active .fotorama__nav {
  max-width: 99999px !important;
}
.fotorama__wrap--only-active .fotorama__stage__frame {
  visibility: hidden;
}
.fotorama__wrap--only-active .fotorama__stage__frame.fotorama__active {
  visibility: visible;
}
.fotorama__thumb--icon {
  font-size: 0.001px;
  padding-bottom: 30px;
}
.fotorama__thumb__arr--left .fotorama__thumb--icon {
  background-position: -25px -265px;
}
.fotorama__thumb__arr--right .fotorama__thumb--icon {
  background-position: -25px -350px;
}
.magnify-fullimage {
  display: none;
}
.fotorama__arr,
.fotorama__thumb__arr {
  background-color: rgba(255, 255, 255, 0.3);
  transition: background-color 0.3s ease-in-out;
}
.fotorama__arr:hover,
.fotorama__thumb__arr:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
.fotorama__arr:active,
.fotorama__thumb__arr:active {
  background-color: rgba(213, 213, 213, 0.5);
}
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__fullscreen-icon,
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-out,
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-in {
  background-color: rgba(255, 255, 255, 0.3);
  transition: background-color 0.3s ease-in-out;
}
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__fullscreen-icon:hover,
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-out:hover,
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-in:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__fullscreen-icon:active,
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-out:active,
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-in:active {
  background-color: rgba(213, 213, 213, 0.5);
}
.fotorama__video-close {
  background-position: -80px 0;
  height: 80px;
  opacity: 0;
  right: 0;
  top: 0;
  transform: translate3d(80px, -80px, 0);
  transition: opacity 0.3s ease-in-out;
  width: 80px;
}
@media all and (max-width: 768px) {
  .fotorama__video-close {
    background-position: -100px -20px;
    top: 10px;
    height: 40px;
    width: 40px;
  }
}
.fotorama__video-close.fotorama-show-control {
  opacity: 1;
  transform: translate3d(0, -10px, 0);
}
.gallery-placeholder__image {
  display: block;
  margin: auto;
}
.fotorama__spinner {
  background-image: url('../../frontend/DFSolution/layout/it_IT/images/loader-1.gif');
  bottom: 0;
  display: none;
  height: 64px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 64px;
  z-index: 100;
}
.fotorama__spinner.fotorama__spinner--show {
  display: block;
}
.fotorama__product-video--loaded .fotorama__img,
.fotorama__product-video--loaded .fotorama__img--full {
  display: none !important;
}
.fotorama__stage .fotorama__arr--shown {
  display: block !important;
}
.fotorama__stage .fotorama__arr--hidden {
  display: none !important;
}
._block-content-loading .fotorama-item {
  position: absolute !important;
  z-index: -1;
  top: 0;
  width: 100%;
}
.gallery-placeholder:not(._block-content-loading) .gallery-placeholder__image {
  display: none;
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sources%22%3A%5B%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDFSolution%5C%2Flayout%5C%2Fit_IT%5C%2Fmage%5C%2Fgallery%5C%2Fmodule%5C%2F_extends.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDFSolution%5C%2Flayout%5C%2Fit_IT%5C%2Fmage%5C%2Fgallery%5C%2Fgallery.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDFSolution%5C%2Flayout%5C%2Fit_IT%5C%2Fmage%5C%2Fgallery%5C%2Fmodule%5C%2F_fullscreen.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDFSolution%5C%2Flayout%5C%2Fit_IT%5C%2Fmage%5C%2Fgallery%5C%2Fmodule%5C%2F_mixins.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDFSolution%5C%2Flayout%5C%2Fit_IT%5C%2Fmage%5C%2Fgallery%5C%2Fmodule%5C%2F_focus.less%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22AAKA%3BAAqCI%2CuBAAC%3BACOL%3BAA0BA%3BAAgDA%3BAAsOA%2CgBAOI%3BEDlWA%2CSAAA%3BEACA%2CYAAA%3BEACA%2COAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3B%3BAAGJ%3BACwCA%2CeAKI%3BED5CA%2CYAAA%3BEACA%2CoBAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%3BAC%2BCA%2CmBAAoB%3BED9ChB%2CYAAA%3BEACA%2CwBAAA%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3BEACA%2CgBAAA%3B%3BAAGJ%3BAE5BA%3BADiPA%3BAAwDA%2CqBAMI%3BAANJ%2CqBAUI%3BAAVJ%2CqBAWI%3BAAXJ%2CqBAYI%3BAAZJ%2CqBAeI%3BAAySA%2CgBAAC%3BAAAD%2CcAAC%3BAACD%2CgBAAC%3BAAAD%2CcAAC%3BAA8ML%2CqBACI%2CwBAeI%3BEDnyBJ%2CWAAW%2CaAAX%3B%3BAAGJ%3BAC6GA%3BAAgTI%2C0BAAC%3BAAAD%2CmBAAC%3BAAAD%2CkBAAC%3BED5ZD%2CUAAA%3B%3BAAIA%2CuBAAC%3BEAEG%2CyBAAA%3BEACA%2CsBAAA%3BEACA%2CSAAS%2CEAAT%3B%3BAAIR%3BACmRA%2CsBACI%3BAADJ%2CsBAEI%3BAAFJ%2CsBAGI%3BAAHJ%2CsBAMI%2C%2BBACI%3BAAPR%2CsBAMI%2C%2BBAEI%3BED1RJ%2C0BAAA%3B%3BAAGJ%3BACwPA%2CqBACI%3BAADJ%2CqBAEI%3BAAFJ%2CqBAGI%3BED1PA%2CwBAAA%3BEACA%2CqCAAA%3BEACA%2C4BAA4B%2C6BAA5B%3B%3BAAGJ%3BACpCA%3BAAiUA%3BAA0BA%3BAACA%3BAACA%3BEDxTI%2CiBAAA%3B%3BAAGJ%3BACoRA%3BEDnRI%2CiBAAA%3B%3BAAGJ%3BEACI%2C2EAAA%3B%3BAAGJ%3BACuDA%3BAAmBA%3BEDzEI%2CYAAA%3BEACA%2CUAAA%3B%3BAAGJ%3BAC4DA%3BAASA%3BAAoIA%3BEE1OI%2CgBAAA%3BEACA%2CQAAA%3BEACA%2CyBAAA%3BEACA%2CwBAAA%3BEACA%2CqBAAA%3BEACA%2CsBAAA%3B%3BAHgCJ%3BACiEA%3BEDhEI%2CuBAAA%3B%3BAAGJ%3BACqJA%3BAA4CA%3BAAiHA%3BEDjTI%2CsBAAA%3B%3BAAGJ%3BACoMA%3BAAgEA%3BEDnQI%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CaAAA%3BEACA%2CcAAA%3B%3BAAGJ%3BEACI%2CUAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CaAAA%3B%3BAAGJ%3BACvDA%3BAA0BA%3BAAoDA%3BAAUA%3BAASA%3BAAiOA%3BAACA%3BAACA%3BED5QI%2C6CAAA%3B%3BAAGJ%3BEACI%2C0BAAA%3B%3BAAGJ%3BEACI%2CwBAAA%3B%3BAAGJ%3BAE9FA%2CqBAaI%3BAAbJ%2CqBAqBI%3BAD4VJ%2CcAWI%3BAA4BJ%3BAAgCA%3BAAsdA%3BAAmCA%3BEDj1BI%2CsBAAsB%2CcAAtB%3BEACA%2C4BAAA%3B%3BAAOJ%3BEAAA%3BEAVA%3BECsHA%3BECpNA%2CqBAaI%3BEAbJ%2CqBAqBI%3BED4VJ%2CcAWI%3BEA4BJ%3BEAgCA%3BEAsdA%3BEAmCA%3BID30BQ%2C2BAAA%3B%3B%3BAIvHR%2C0BAA0B%3BAAC1B%2CmBAAmB%3BAACnB%2CkBAAkB%3BAAClB%2CcAAc%3BAACd%2CuBAAuB%3BAACvB%2C4BAA4B%2CMAAO%3BAACnC%2C0BAA0B%2CMAAO%3BEAC7B%2CgBAAA%3B%3BAACA%2C0BARsB%2CMAQrB%3BAAAD%2CmBAPe%2CMAOd%3BAAAD%2CkBANc%2CMAMb%3BAAAD%2CcALU%2CMAKT%3BAAAD%2CuBAJmB%2CMAIlB%3BAAAD%2C4BAHwB%2CMAAO%2CiBAG9B%3BAAAD%2C0BAFsB%2CMAAO%2CeAE5B%3BEACG%2CsBAAA%3BEACA%2CWAAA%3BEACA%2C%2BBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CQAAA%3BEACA%2CaAAA%3B%3BAAIR%2C4BAA4B%2CMAExB%2CiBAAgB%3BAADpB%2C0BAA0B%2CMACtB%2CiBAAgB%3BAAFpB%2C4BAA4B%2CMAGxB%2CeAAc%3BAAFlB%2C0BAA0B%2CMAEtB%2CeAAc%3BEACV%2CSAAA%3BEACA%2COAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3B%3BAAPR%2C4BAA4B%2CMASxB%2CiBAAgB%2CwBAAwB%3BAAR5C%2C0BAA0B%2CMAQtB%2CiBAAgB%2CwBAAwB%3BEACpC%2CSAAA%3BEACA%2CUAAA%3B%3BAAXR%2C4BAA4B%2CMAaxB%3BAAZJ%2C0BAA0B%2CMAYtB%3BEACI%2CiBAAA%3B%3BAAIR%2CqBAAqB%2CUAAU%2CGAAG%2CMAC9B%2CiBAAgB%3BEACZ%2CSAAA%3B%3BAAFR%2CqBAAqB%2CUAAU%2CGAAG%2CMAI9B%2CiBAAgB%2CwBAAwB%3BEACpC%2CQAAA%3B%3BAAIR%2CqBAAqB%2CWAAW%2CMAC5B%2CiBAAgB%3BEACZ%2CUAAA%3B%3BAAFR%2CqBAAqB%2CWAAW%2CMAI5B%2CiBAAgB%2CwBAAwB%3BEACpC%2CWAAA%3B%3BAAIR%3BEACI%2CgBAAA%3B%3BAF1DJ%3BEACI%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3BEACA%2CoBAAA%3BEACA%2C0BAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3BEACA%2CsBAAA%3BEACA%2CaAAA%3B%3BAAVJ%2CqBAYI%3BEACI%2C0BAAA%3B%3BAAIR%3BEACI%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAFJ%2CqBAGI%3BAAHJ%2CqBAII%3BEACI%2CeAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAAVR%2CqBAaI%3BEAEI%2C4BAAA%3BEACA%2CSAAA%3B%3BAACA%2CqBAJJ%2CoBAIK%3BEACG%2CaAAA%3B%3BAAlBZ%2CqBAqBI%3BEAEI%2CmCAAA%3BEACA%2CMAAA%3B%3BAACA%2CqBAJJ%2CmBAIK%3BEACG%2CaAAA%3B%3BAA1BZ%2CqBA6BI%3BEACI%2CaAAA%3B%3BAAIR%2CqBAAsB%2CwBAClB%3BEACI%2CaAAA%3B%3BAAFR%2CqBAAsB%2CwBAIlB%3BEACI%2CcAAA%3B%3BAD%5C%2FCR%3BAACA%3BEACI%2CaAAA%3B%3BAAGJ%3BEACI%2CcAAA%3BEACA%2CgBAAA%3B%3BAAGJ%3BEAEI%2C8BAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAAGJ%2CoBACI%3BEACI%2CcAAA%3B%3BAAIR%3BAACA%3BEACI%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAGJ%3BEACI%2CuBAAA%3B%3BAAGJ%3BEAGI%2CkBAAA%3B%3BAAGJ%2CeACI%3BEACI%2CeAAA%3B%3BAAQR%2CsBACI%3BEACI%2CqBAAA%3B%3BAAQR%3BEAGI%2CgBAAA%3B%3BAACA%2CuBAAC%3BEACG%2CUAAA%3B%3BAAIR%2CqBACI%3BEACI%2CaAAA%3B%3BAAFR%2CqBAII%2CwBAAuB%3BAAJ3B%2CqBAKI%3BAALJ%2CqBAMI%3BEACI%2CcAAA%3BEACA%2COAAA%3BEACA%2CMAAA%3B%3BAATR%2CqBAWI%3BEACI%2CUAAA%3B%3BAAZR%2CqBAcI%3BEACI%2CUAAA%3B%3BAACA%2CqBAFJ%2CqBAEK%3BEACG%2CUAAA%3B%3BAAjBZ%2CqBAoBI%2CiBAAiB%3BEACb%2CaAAA%3B%3BAAIR%3BEACI%2CuBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAACA%2CiBAAkB%3BAAClB%2CgBAAiB%3BEACb%2CUAAA%3B%3BAAIR%3BEACI%2CaAAA%3B%3BAAOJ%3BEAGI%2CaAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CUAAA%3B%3BAAGJ%3BEAGI%2COAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CMAAA%3B%3BAAGJ%3BEAMI%2CkBAAA%3B%3BAAGJ%3BEACI%2CcAAA%3BEACA%2CkBAAA%3B%3BAAFJ%2CoBAGI%3BEACI%2CYAAA%3BEACA%2CWAAA%3B%3BAALR%2CoBAOI%3BAAPJ%2CoBAQI%3BEACI%2CaAAA%3B%3BAAIR%3BEACI%2CcAAA%3B%3BAADJ%2CsBAEI%3BEACI%2C0BAAA%3B%3BAACA%2CsBAFJ%2CsBAEK%3BEACG%2C2BAAA%3B%3BAALZ%2CsBAQI%3BEACI%2CaAAA%3B%3BAAIR%2CiBACI%3BEACI%2CyBAAA%3BEACA%2CqBAAA%3B%3BAAKJ%2CqBAAC%2CiBAAkB%3BEACf%2CiBAAA%3BEACA%2CSAAA%3BEACA%2CQAAA%3B%3BAACA%2CqBAJH%2CiBAAkB%2CsBAId%3BEACG%2CUAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3B%3BAAKZ%2CqBAAqB%2CMAAO%3BEAExB%2CgBAAA%3B%3BAACA%2CqBAHiB%2CMAAO%2CCAGvB%3BEACG%2CUAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3B%3BAAIR%3BEACI%2CkBAAA%3BEACA%2CyBAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3B%3BAAGJ%3BEACI%2CyBAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAACA%2CqBAAqB%2CMAAO%3BEAExB%2CUAAA%3B%3BAAIR%3BEAGI%2C2BAAA%3BEACA%2CkBAAkB%2CkFAAlB%3BEACA%2CyBAAA%3BEACA%2COAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CUAAA%3B%3BAAGJ%3BEAEI%2CSAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2COAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CWAAA%3B%3BAATJ%2CkBAUI%3BEACI%2CwBAAA%3BEACA%2CkCAAA%3BEACA%2CWAAA%3BEACA%2CqBAAA%3B%3BAACA%2CkBALJ%2CEAKK%3BEACG%2CkCAAA%3BEACA%2CWAAA%3B%3BAAIR%2CoBAAqB%3BEACjB%2CUAAA%3BEACA%2CQAAA%3B%3BAAGJ%2CsBAAuB%3BAACvB%2C4BAA6B%3BEACzB%2CaAAA%3B%3BAAIR%3BEAGI%2CsBAAA%3BEACA%2CiBAAA%3B%3BAAOJ%3BEACI%3BIACI%2CWAAW%2CYAAX%3B%3BEAEJ%3BIACI%2CWAAW%2CcAAX%3B%3B%3BAAIR%3BEEpSI%2CmBAAmB%2C0BAAnB%3BEACA%2CeAAe%2C0BAAf%3BEACA%2CcAAc%2C0BAAd%3BEACA%2CWAAW%2C0BAAX%3BEFqqBA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3B%3BAAlYJ%2CqBAMI%3BEAEI%2CsCAAA%3B%3BAARR%2CqBAeI%3BEAEI%2CyBAAA%3BEACA%2C4BAAA%3BEACA%2CkCAAA%3B%3BAAIR%2CsBAMI%2C%2BBACI%3BAAPR%2CsBAMI%2C%2BBAEI%3BEAEI%2CUAAA%3B%3BAAKZ%3BEAEI%2CYAAA%3B%3BAAWJ%3BEACI%2CSAAA%3BEACA%2COAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3B%3BAAMJ%2CeAAe%3BEACX%3BIACI%2C6BAAA%3B%3B%3BAAIR%3BAACA%3BAACA%3BEAGI%2CeAAA%3BEACA%2CkBAAA%3B%3BAAGJ%3BEACI%2CYAAA%3B%3BAAGJ%3BAACA%3BAACA%3BAACA%3BEACI%2CaAAA%3B%3BAAGJ%3BEAEI%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3B%3BAAEA%2CuBAAwB%3BEACpB%2CUAAA%3B%3BAARR%2CcAWI%3BEE5YA%2CmBAAmB%2C0BAAnB%3BEACA%2CeAAe%2C0BAAf%3BEACA%2CcAAc%2C0BAAd%3BEACA%2CWAAW%2C0BAAX%3BEFqqBA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEA3RI%2CYAAA%3BEACA%2CWAAA%3B%3BAAIR%3BEACI%2COAAA%3B%3BAADJ%2CoBAEI%3BEACI%2CgCAAA%3B%3BAAIR%3BEACI%2CQAAA%3B%3BAADJ%2CoBAEI%3BEACI%2CiCAAA%3B%3BAAIR%3BEACI%2CeAAA%3BEACA%2CUAAA%3BEACA%2CoBAAA%3B%3BAAGJ%3BEAEI%2CwBAAA%3BEACA%2CaAAA%3BEACA%2CYAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3BEACA%2CaAAA%3B%3BAAGJ%2C2BACI%3BEACI%2CaAAA%3B%3BAAYR%2CqBACI%3BEACI%2C4BAAA%3BEACA%2CqBAAA%3B%3BAAIR%3BEExcI%2CmBAAmB%2C0BAAnB%3BEACA%2CeAAe%2C0BAAf%3BEACA%2CcAAc%2C0BAAd%3BEACA%2CWAAW%2C0BAAX%3BEFqqBA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEA%5C%2FNA%2CiCAAA%3BEACA%2CaAAA%3BEACA%2CYAAA%3B%3BAAEA%2CqBAAsB%3BAACtB%2CsBAAuB%2CiBAAiB%3BEACpC%2CaAAA%3B%3BAAGJ%2CiBAAkB%3BAAClB%2CgBAAiB%3BAACjB%2CqBAAsB%3BEAClB%2CcAAA%3BEACA%2CUAAA%3B%3BAAGJ%2CqBAAsB%3BEAClB%2C6BAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3B%3BAAIR%2C4BAA4B%2C8BACxB%3BAADJ%2C4BAA4B%2C8BAExB%3BEACI%2CUAAA%3B%3BAACA%2C4BAJoB%2C8BACxB%2CeAGK%3BAAAD%2C4BAJoB%2C8BAExB%2C2BAEK%3BEACG%2CUAAA%3B%3BAAMR%2C8BAAC%2CIAAI%2CwBACD%3BEACI%2CaAAA%3B%3BAAMR%2C8BAAC%2CsBACG%3BEACI%2CUAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3B%3BAAMR%2C8BAAC%2CIAAI%2CwBACD%3BEACI%2CaAAA%3B%3BAAMR%2C8BAAC%2CsBACG%3BEACI%2CUAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3B%3BAAMR%2C8BAAC%2CIAAI%2CwBACD%3BEACI%2CaAAA%3B%3BAAMR%2C8BAAC%2CsBACG%3BEACI%2CUAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3B%3BAAKZ%2CsBACI%3BAADJ%2CsBAEI%3BEACI%2CqBAAA%3B%3BAAKJ%2CqBAAC%2C4BAA4B%2C8BACzB%3BAADJ%2CqBAAC%2C4BAA4B%2C8BAEzB%3BEACI%2CaAAA%3B%3BAACA%2CqBAJP%2C4BAA4B%2C8BACzB%2CeAGK%3BAAAD%2CqBAJP%2C4BAA4B%2C8BAEzB%2C2BAEK%3BEACG%2CcAAA%3B%3BAAIZ%2CqBAAC%2CsBACG%3BAADJ%2CqBAAC%2CsBAEG%3BEACI%2CwBAAA%3B%3BAAMR%2CqBAAC%2C4BAA4B%2CsBAAsB%2C8BAC%5C%2FC%2C2BAA0B%2CIAAI%3BEE7jBlC%2CmBAAmB%2C2BAAnB%3BEACA%2CeAAe%2C2BAAf%3BEACA%2CcAAc%2C2BAAd%3BEACA%2CWAAW%2C2BAAX%3B%3BAFyjBA%2CqBAAC%2C4BAA4B%2CsBAAsB%2C8BAI%5C%2FC%2CqBAAoB%2CIAAI%3BEEhkB5B%2CmBAAmB%2CyBAAnB%3BEACA%2CeAAe%2CyBAAf%3BEACA%2CcAAc%2CyBAAd%3BEACA%2CWAAW%2CyBAAX%3B%3BAFyjBA%2CqBAAC%2C4BAA4B%2CsBAAsB%2C8BAO%5C%2FC%2CqBAAoB%2CIAAI%3BEEnkB5B%2CmBAAmB%2CwBAAnB%3BEACA%2CeAAe%2CwBAAf%3BEACA%2CcAAc%2CwBAAd%3BEACA%2CWAAW%2CwBAAX%3B%3BAFokBA%2CqBAAC%2CsBACG%3BEExkBJ%2CmBAAmB%2C2BAAnB%3BEACA%2CeAAe%2C2BAAf%3BEACA%2CcAAc%2C2BAAd%3BEACA%2CWAAW%2C2BAAX%3B%3BAFokBA%2CqBAAC%2CsBAIG%3BEE3kBJ%2CmBAAmB%2CyBAAnB%3BEACA%2CeAAe%2CyBAAf%3BEACA%2CcAAc%2CyBAAd%3BEACA%2CWAAW%2CyBAAX%3B%3BAFokBA%2CqBAAC%2CsBAOG%3BEE9kBJ%2CmBAAmB%2CwBAAnB%3BEACA%2CeAAe%2CwBAAf%3BEACA%2CcAAc%2CwBAAd%3BEACA%2CWAAW%2CwBAAX%3B%3BAFilBJ%2CqBACI%2CeAAc%2CIAAI%3BAADtB%2CqBAEI%2C2BAA0B%2CIAAI%3BAAFlC%2CqBAGI%2CsBAAqB%2CIAAI%3BAAH7B%2CqBAII%2CuBAAsB%2CIAAI%3BEACtB%2CyBAAA%3BEACA%2CyDAAA%3B%3BAAMJ%2CgBAAC%3BAAAD%2CcAAC%3BAACD%2CgBAAC%3BAAAD%2CcAAC%3BEAEG%2C4BAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CoBAAA%3BEACA%2CkBAAA%3BEACA%2CqBAAA%3BEACA%2CWAAA%3B%3BAAEJ%2CgBAAC%3BAAAD%2CcAAC%3BEACG%2CWAAA%3BEACA%2CUAAA%3B%3BAAEJ%2CgBAAC%3BAAAD%2CcAAC%3BEACG%2CYAAA%3BEACA%2CaAAA%3B%3BAAEJ%2CgBAAC%2CwBAAwB%3BAAAzB%2CcAAC%2CwBAAwB%3BAACzB%2CgBAAC%2CyBAAyB%3BAAA1B%2CcAAC%2CyBAAyB%3BEACtB%2CmCAAA%3BEACA%2CSAAA%3BEACA%2CYAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3B%3BAAEJ%2CgBAAC%2CuBAAuB%3BAAAxB%2CcAAC%2CuBAAuB%3BAACxB%2CgBAAC%2C0BAA0B%3BAAA3B%2CcAAC%2C0BAA0B%3BEACvB%2CoCAAA%3BEACA%2CYAAA%3BEACA%2COAAA%3BEACA%2CQAAA%3BEACA%2CWAAA%3B%3BAAEJ%2CgBAAC%2CwBAAwB%3BAAAzB%2CcAAC%2CwBAAwB%3BEEjmBzB%2CkBAAkB%2C2FAA2F%2CwEAA7G%3BEFmmBI%2C6BAAA%3BEACA%2COAAA%3B%3BAAGJ%2CgBAAC%2CyBAAyB%3BAAA1B%2CcAAC%2CyBAAyB%3BEEvmB1B%2CkBAAkB%2C2FAA2F%2C2EAA7G%3BEFymBI%2CmCAAA%3BEACA%2CQAAA%3B%3BAAEJ%2CgBAAC%2CuBAAuB%3BAAAxB%2CcAAC%2CuBAAuB%3BEE5mBxB%2CkBAAkB%2C2FAA2F%2CwEAA7G%3BEF8mBI%2C6BAAA%3BEACA%2CMAAA%3B%3BAAGJ%2CgBAAC%2C0BAA0B%3BAAA3B%2CcAAC%2C0BAA0B%3BEElnB3B%2CkBAAkB%2C2FAA2F%2C2EAA7G%3BEFonBI%2CmCAAA%3BEACA%2CSAAA%3B%3BAASJ%2CqBALkB%2CiBAKjB%3BAAAD%2CqBAJkB%2CeAIjB%3BAAAD%2C2BAHwB%2CiBAGvB%3BAAAD%2C2BAFwB%2CeAEvB%3BAAAD%2CqBADkB%2CiBACjB%3BAACD%2CqBANkB%2CiBAMjB%3BAAAD%2CqBALkB%2CeAKjB%3BAAAD%2C2BAJwB%2CiBAIvB%3BAAAD%2C2BAHwB%2CeAGvB%3BAAAD%2CqBAFkB%2CiBAEjB%3BEACG%2CaAAA%3B%3BAAWR%2CmBACI%2CyBACI%3BEE3pBJ%2CmBAAmB%2CgBAAnB%3BEACA%2CeAAe%2CgBAAf%3BEACA%2CcAAc%2CgBAAd%3BEACA%2CWAAW%2CgBAAX%3BEF0pBQ%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CWAAA%3B%3BAAPZ%2CmBAUI%2C2BACI%3BEE7pBJ%2CmBAAmB%2CqBAAnB%3BEACA%2CeAAe%2CsBAAf%3BEACA%2CcAAc%2CsBAAd%3BEACA%2CWAAW%2CsBAAX%3BEF4pBQ%2CQAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAAKZ%3BEACI%2CcAAA%3BEACA%2COAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3B%3BAAGJ%3BEACI%2CsBAAA%3BEACA%2COAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CYAAA%3B%3BAAGJ%3BEACI%2CoCAAA%3BEACA%2CsBAAA%3BEACA%2CWAAA%3BEACA%2COAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CaAAA%3BEACA%2CgBAAA%3B%3BAATJ%2CaAWI%3BEACI%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3B%3BAAIR%3BEACI%2CgBAAA%3B%3BAAGJ%3BEACI%2CSAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CUAAA%3B%3BAACA%2CkBAAC%2CIAAI%3BEACD%2CsBAAA%3B%3BAATR%2CkBAWI%3BEACI%2COAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CsBAAA%3B%3BAAIR%3BEACI%2CkBAAA%3B%3BAADJ%2CuBAEI%3BEACI%2CYAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEEzwBJ%2CmBAAmB%2C0BAAnB%3BEACA%2CeAAe%2C0BAAf%3BEACA%2CcAAc%2C0BAAd%3BEACA%2CWAAW%2C0BAAX%3BEF2wBI%2CyBAAA%3BEACA%2C6CAAA%3BEACA%2CsBAAA%3BEACA%2CWAAA%3B%3BAAJA%2CgBAHkC%3BEAGlC%2CuBAVJ%3BIAQQ%2CUAAA%3B%3B%3BAAUZ%3BEACI%2CYAAA%3B%3BAAGJ%3BEACI%2CaAAA%3B%3BAAIA%2C6BAAC%3BEACG%2CqBAAA%3BEACA%2COAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3B%3BAALR%2C6BAQI%3BEACI%2CuBAAA%3BEACA%2CWAAA%3B%3BAAVR%2C6BAQI%2CsBAGI%3BEACI%2CcAAA%3BEACA%2CkCAAA%3B%3BAAKZ%2CqBACI%2CwBACI%3BEACI%2CaAAA%3B%3BAAHZ%2CqBACI%2CwBAII%3BAALR%2CqBACI%2CwBAKI%3BEACI%2CSAAA%3BEACA%2COAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3B%3BAAdZ%2CqBACI%2CwBAeI%3BEACI%2CeAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2COAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CMAAA%3BEACA%2CuBAAA%3BEACA%2CsBAAA%3BEACA%2CWAAA%3B%3BAAEA%2CqBA5BR%2CwBAeI%2CqBAaK%3BEACG%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2C4DAAA%3B%3BAAEJ%2CqBAlCR%2CwBAeI%2CqBAmBK%3BEACG%2CYAAA%3BEACA%2CyBAAA%3B%3BAArChB%2CqBACI%2CwBAuCI%3BEACI%2CUAAA%3BEACA%2COAAO%2CqBAAP%3B%3BAAMR%2C%2BBAAC%3BEACG%2CgBAAA%3B%3BAAFR%2C%2BBAKI%3BAALJ%2C%2BBAMI%3BEACI%2CSAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3BEACA%2CaAAA%3B%3BAAZR%2C%2BBAKI%2C4BAQI%3BAAbR%2C%2BBAMI%2C6BAOI%3BEE32BJ%2CmBAAmB%2C0BAAnB%3BEACA%2CeAAe%2C0BAAf%3BEACA%2CcAAc%2C0BAAd%3BEACA%2CWAAW%2C0BAAX%3BEFqqBA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEAmMQ%2CWAAA%3B%3BAAfZ%2C%2BBAkBI%3BEACI%2COAAA%3B%3BAAnBR%2C%2BBAqBI%3BEACI%2CQAAA%3B%3BAAMR%2C6BACI%3BAADJ%2C6BAEI%3BEACI%2CeAAA%3BEACA%2CYAAA%3BEACA%2COAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CaAAA%3B%3BAARR%2C6BACI%2C4BAQI%3BAATR%2C6BAEI%2C6BAOI%3BEE53BJ%2CmBAAmB%2CaAAnB%3BEACA%2CeAAe%2CaAAf%3BEACA%2CWAAW%2CaAAX%3BEF43BQ%2CYAAA%3BEACA%2CWAAA%3B%3BAAZZ%2C6BAeI%3BEACI%2CMAAA%3B%3BAAhBR%2C6BAkBI%3BEACI%2CSAAA%3B%3BAAIR%2C4BACI%3BAADJ%2C4BAEI%3BEACI%2C6BAAA%3B%3BAAHR%2C4BAKI%3BEACI%2CkBAAA%3B%3BAANR%2C4BAQI%2CwBAAuB%3BEACnB%2CmBAAA%3B%3BAAIR%3BEAEI%2CkBAAA%3BEACA%2CoBAAA%3B%3BAAGJ%2C2BACI%3BEACI%2CiCAAA%3B%3BAAIR%2C4BACI%3BEACI%2CiCAAA%3B%3BAAIR%3BEACI%2CaAAA%3B%3BAAGJ%3BAACA%3BEEt4BI%2C0CAAA%3BEACA%2C6CAAA%3B%3BAACA%2CcAAC%3BAAAD%2CqBAAC%3BEACG%2C0CAAA%3B%3BAAEJ%2CcAAC%3BAAAD%2CqBAAC%3BEACG%2C0CAAA%3B%3BAFo4BR%2CeAAe%2CIAAI%2CgCACf%3BAADJ%2CeAAe%2CIAAI%2CgCAEf%3BAAFJ%2CeAAe%2CIAAI%2CgCAGf%3BEE74BA%2C0CAAA%3BEACA%2C6CAAA%3B%3BAACA%2CeFw4BW%2CIAAI%2CgCACf%2C2BEz4BC%3BAAAD%2CeFw4BW%2CIAAI%2CgCAEf%2CoBE14BC%3BAAAD%2CeFw4BW%2CIAAI%2CgCAGf%2CmBE34BC%3BEACG%2C0CAAA%3B%3BAAEJ%2CeFq4BW%2CIAAI%2CgCACf%2C2BEt4BC%3BAAAD%2CeFq4BW%2CIAAI%2CgCAEf%2CoBEv4BC%3BAAAD%2CeFq4BW%2CIAAI%2CgCAGf%2CmBEx4BC%3BEACG%2C0CAAA%3B%3BAF44BR%3BEAEI%2C4BAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3BEACA%2CWAAW%2C2BAAX%3BEACA%2CoCAAA%3BEACA%2CWAAA%3B%3BAAOA%2CgBANkC%3BEAMlC%3BIALI%2CiCAAA%3BIACA%2CSAAA%3BIACA%2CYAAA%3BIACA%2CWAAA%3B%3B%3BAAEJ%2CsBAAC%3BEACG%2CUAAA%3BEACA%2CWAAW%2CwBAAX%3B%3BAAMJ%2CoBAAC%3BEACG%2CcAAA%3BEACA%2CYAAA%3B%3BAAKR%3BEACI%2CsBAAsB%2C4BAAtB%3BEACA%2CSAAA%3BEACA%2CaAAA%3BEACA%2CYAAA%3BEACA%2COAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3B%3BAACA%2CkBAAC%3BEACG%2CcAAA%3B%3BAAIR%2CgCACI%3BAADJ%2CgCACoB%3BEACZ%2CwBAAA%3B%3BAAIR%2CgBACI%3BEACI%2CyBAAA%3B%3BAAFR%2CgBAKI%3BEACI%2CwBAAA%3B%3BAAIR%2CuBAAwB%3BEACpB%2C6BAAA%3BEACA%2CWAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CoBAAoB%2CIAAI%2CyBAEpB%3BEACI%2CaAAA%22%7D */.dynamic_option_hint_icon {
    margin-bottom: -3px;
}

.dynamic_option_measurement_unit img{
    margin-bottom: -3px;
}

.dynamic_option_measurement_unit {
    font-weight: 400;
}
/*
 * qTip2 - Pretty powerful tooltips - v3.0.3
 * http://qtip2.com
 *
 * Copyright (c) 2017 
 * Released under the MIT licenses
 * http://jquery.org/license
 *
 * Date: Thu Jan 5 2017 01:12 EST-0500
 * Plugins: tips viewport imagemap svg modal ie6
 * Styles: core basic css3
 */
.qtip{
	position: absolute;
	left: -28000px;
	top: -28000px;
	display: none;

	max-width: 280px;
	min-width: 50px;

	font-size: 10.5px;
	line-height: 12px;

	direction: ltr;

	box-shadow: none;
	padding: 0;
}

	.qtip-content{
		position: relative;
		padding: 5px 9px;
		overflow: hidden;

		text-align: left;
		word-wrap: break-word;
	}

	.qtip-titlebar{
		position: relative;
		padding: 5px 35px 5px 10px;
		overflow: hidden;

		border-width: 0 0 1px;
		font-weight: bold;
	}

	.qtip-titlebar + .qtip-content{ border-top-width: 0 !important; }

	/* Default close button class */
	.qtip-close{
		position: absolute;
		right: -9px; top: -9px;
		z-index: 11; /* Overlap .qtip-tip */

		cursor: pointer;
		outline: medium none;

		border: 1px solid transparent;
	}

		.qtip-titlebar .qtip-close{
			right: 4px; top: 50%;
			margin-top: -9px;
		}

		* html .qtip-titlebar .qtip-close{ top: 16px; } /* IE fix */

		.qtip-titlebar .ui-icon,
		.qtip-icon .ui-icon{
			display: block;
			text-indent: -1000em;
			direction: ltr;
		}

		.qtip-icon, .qtip-icon .ui-icon{
			-moz-border-radius: 3px;
			-webkit-border-radius: 3px;
			border-radius: 3px;
			text-decoration: none;
		}

			.qtip-icon .ui-icon{
				width: 18px;
				height: 14px;

				line-height: 14px;
				text-align: center;
				text-indent: 0;
				font: normal bold 10px/13px Tahoma,sans-serif;

				color: inherit;
				background: transparent none no-repeat -100em -100em;
			}

/* Applied to 'focused' tooltips e.g. most recently displayed/interacted with */
.qtip-focus{}

/* Applied on hover of tooltips i.e. added/removed on mouseenter/mouseleave respectively */
.qtip-hover{}

/* Default tooltip style */
.qtip-default{
	border: 1px solid #F1D031;

	background-color: #FFFFA3;
	color: #555;
}

	.qtip-default .qtip-titlebar{
		background-color: #FFEF93;
	}

	.qtip-default .qtip-icon{
		border-color: #CCC;
		background: #F1F1F1;
		color: #777;
	}

	.qtip-default .qtip-titlebar .qtip-close{
		border-color: #AAA;
		color: #111;
	}


/*! Light tooltip style */
.qtip-light{
	background-color: white;
	border-color: #E2E2E2;
	color: #454545;
}

	.qtip-light .qtip-titlebar{
		background-color: #f1f1f1;
	}


/*! Dark tooltip style */
.qtip-dark{
	background-color: #505050;
	border-color: #303030;
	color: #f3f3f3;
}

	.qtip-dark .qtip-titlebar{
		background-color: #404040;
	}

	.qtip-dark .qtip-icon{
		border-color: #444;
	}

	.qtip-dark .qtip-titlebar .ui-state-hover{
		border-color: #303030;
	}


/*! Cream tooltip style */
.qtip-cream{
	background-color: #FBF7AA;
	border-color: #F9E98E;
	color: #A27D35;
}

	.qtip-cream .qtip-titlebar{
		background-color: #F0DE7D;
	}

	.qtip-cream .qtip-close .qtip-icon{
		background-position: -82px 0;
	}


/*! Red tooltip style */
.qtip-red{
	background-color: #F78B83;
	border-color: #D95252;
	color: #912323;
}

	.qtip-red .qtip-titlebar{
		background-color: #F06D65;
	}

	.qtip-red .qtip-close .qtip-icon{
		background-position: -102px 0;
	}

	.qtip-red .qtip-icon{
		border-color: #D95252;
	}

	.qtip-red .qtip-titlebar .ui-state-hover{
		border-color: #D95252;
	}


/*! Green tooltip style */
.qtip-green{
	background-color: #CAED9E;
	border-color: #90D93F;
	color: #3F6219;
}

	.qtip-green .qtip-titlebar{
		background-color: #B0DE78;
	}

	.qtip-green .qtip-close .qtip-icon{
		background-position: -42px 0;
	}


/*! Blue tooltip style */
.qtip-blue{
	background-color: #E5F6FE;
	border-color: #ADD9ED;
	color: #5E99BD;
}

	.qtip-blue .qtip-titlebar{
		background-color: #D0E9F5;
	}

	.qtip-blue .qtip-close .qtip-icon{
		background-position: -2px 0;
	}


.qtip-shadow{
	-webkit-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
	box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
}

/* Add rounded corners to your tooltips in: FF3+, Chrome 2+, Opera 10.6+, IE9+, Safari 2+ */
.qtip-rounded,
.qtip-tipsy,
.qtip-bootstrap{
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.qtip-rounded .qtip-titlebar{
	-moz-border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
}

/* Youtube tooltip style */
.qtip-youtube{
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;

	-webkit-box-shadow: 0 0 3px #333;
	-moz-box-shadow: 0 0 3px #333;
	box-shadow: 0 0 3px #333;

	color: white;
	border: 0 solid transparent;

	background: #4A4A4A;
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#4A4A4A),color-stop(100%,black));
	background-image: -webkit-linear-gradient(top,#4A4A4A 0,black 100%);
	background-image: -moz-linear-gradient(top,#4A4A4A 0,black 100%);
	background-image: -ms-linear-gradient(top,#4A4A4A 0,black 100%);
	background-image: -o-linear-gradient(top,#4A4A4A 0,black 100%);
}

	.qtip-youtube .qtip-titlebar{
		background-color: #4A4A4A;
		background-color: rgba(0,0,0,0);
	}

	.qtip-youtube .qtip-content{
		padding: .75em;
		font: 12px arial,sans-serif;

		filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#4a4a4a,EndColorStr=#000000);
		-ms-filter: "progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#4a4a4a,EndColorStr=#000000);";
	}

	.qtip-youtube .qtip-icon{
		border-color: #222;
	}

	.qtip-youtube .qtip-titlebar .ui-state-hover{
		border-color: #303030;
	}


/* jQuery TOOLS Tooltip style */
.qtip-jtools{
	background: #232323;
	background: rgba(0, 0, 0, 0.7);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#717171), to(#232323));
	background-image: -moz-linear-gradient(top, #717171, #232323);
	background-image: -webkit-linear-gradient(top, #717171, #232323);
	background-image: -ms-linear-gradient(top, #717171, #232323);
	background-image: -o-linear-gradient(top, #717171, #232323);

	border: 2px solid #ddd;
	border: 2px solid rgba(241,241,241,1);

	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;

	-webkit-box-shadow: 0 0 12px #333;
	-moz-box-shadow: 0 0 12px #333;
	box-shadow: 0 0 12px #333;
}

	/* IE Specific */
	.qtip-jtools .qtip-titlebar{
		background-color: transparent;
		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#717171,endColorstr=#4A4A4A);
		-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#717171,endColorstr=#4A4A4A)";
	}
	.qtip-jtools .qtip-content{
		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4A4A4A,endColorstr=#232323);
		-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#4A4A4A,endColorstr=#232323)";
	}

	.qtip-jtools .qtip-titlebar,
	.qtip-jtools .qtip-content{
		background: transparent;
		color: white;
		border: 0 dashed transparent;
	}

	.qtip-jtools .qtip-icon{
		border-color: #555;
	}

	.qtip-jtools .qtip-titlebar .ui-state-hover{
		border-color: #333;
	}


/* Cluetip style */
.qtip-cluetip{
	-webkit-box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.4);
	box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.4);

	background-color: #D9D9C2;
	color: #111;
	border: 0 dashed transparent;
}

	.qtip-cluetip .qtip-titlebar{
		background-color: #87876A;
		color: white;
		border: 0 dashed transparent;
	}

	.qtip-cluetip .qtip-icon{
		border-color: #808064;
	}

	.qtip-cluetip .qtip-titlebar .ui-state-hover{
		border-color: #696952;
		color: #696952;
	}


/* Tipsy style */
.qtip-tipsy{
	background: black;
	background: rgba(0, 0, 0, .87);

	color: white;
	border: 0 solid transparent;

	font-size: 11px;
	font-family: 'Lucida Grande', sans-serif;
	font-weight: bold;
	line-height: 16px;
	text-shadow: 0 1px black;
}

	.qtip-tipsy .qtip-titlebar{
		padding: 6px 35px 0 10px;
		background-color: transparent;
	}

	.qtip-tipsy .qtip-content{
		padding: 6px 10px;
	}

	.qtip-tipsy .qtip-icon{
		border-color: #222;
		text-shadow: none;
	}

	.qtip-tipsy .qtip-titlebar .ui-state-hover{
		border-color: #303030;
	}


/* Tipped style */
.qtip-tipped{
	border: 3px solid #959FA9;

	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;

	background-color: #F9F9F9;
	color: #454545;

	font-weight: normal;
	font-family: serif;
}

	.qtip-tipped .qtip-titlebar{
		border-bottom-width: 0;

		color: white;
		background: #3A79B8;
		background-image: -webkit-gradient(linear, left top, left bottom, from(#3A79B8), to(#2E629D));
		background-image: -webkit-linear-gradient(top, #3A79B8, #2E629D);
		background-image: -moz-linear-gradient(top, #3A79B8, #2E629D);
		background-image: -ms-linear-gradient(top, #3A79B8, #2E629D);
		background-image: -o-linear-gradient(top, #3A79B8, #2E629D);
		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#3A79B8,endColorstr=#2E629D);
		-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3A79B8,endColorstr=#2E629D)";
	}

	.qtip-tipped .qtip-icon{
		border: 2px solid #285589;
		background: #285589;
	}

		.qtip-tipped .qtip-icon .ui-icon{
			background-color: #FBFBFB;
			color: #555;
		}


/**
 * Twitter Bootstrap style.
 *
 * Tested with IE 8, IE 9, Chrome 18, Firefox 9, Opera 11.
 * Does not work with IE 7.
 */
.qtip-bootstrap{
	/** Taken from Bootstrap body */
	font-size: 14px;
	line-height: 20px;
	color: #333333;

	/** Taken from Bootstrap .popover */
	padding: 1px;
	background-color: #ffffff;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, 0.2);
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
}

	.qtip-bootstrap .qtip-titlebar{
		/** Taken from Bootstrap .popover-title */
		padding: 8px 14px;
		margin: 0;
		font-size: 14px;
		font-weight: normal;
		line-height: 18px;
		background-color: #f7f7f7;
		border-bottom: 1px solid #ebebeb;
		-webkit-border-radius: 5px 5px 0 0;
		-moz-border-radius: 5px 5px 0 0;
		border-radius: 5px 5px 0 0;
	}

		.qtip-bootstrap .qtip-titlebar .qtip-close{
			/**
			 * Overrides qTip2:
			 * .qtip-titlebar .qtip-close{
			 *   [...]
			 *   right: 4px;
			 *   top: 50%;
			 *   [...]
			 *   border-style: solid;
			 * }
			 */
			right: 11px;
			top: 45%;
			border-style: none;
		}

	.qtip-bootstrap .qtip-content{
		/** Taken from Bootstrap .popover-content */
		padding: 9px 14px;
	}

	.qtip-bootstrap .qtip-icon{
		/**
		 * Overrides qTip2:
		 * .qtip-default .qtip-icon {
		 *   border-color: #CCC;
		 *   background: #F1F1F1;
		 *   color: #777;
		 * }
		 */
		background: transparent;
	}

		.qtip-bootstrap .qtip-icon .ui-icon{
			/**
			 * Overrides qTip2:
			 * .qtip-icon .ui-icon{
			 *   width: 18px;
			 *   height: 14px;
			 * }
			 */
			width: auto;
			height: auto;

			/* Taken from Bootstrap .close */
			float: right;
			font-size: 20px;
			font-weight: bold;
			line-height: 18px;
			color: #000000;
			text-shadow: 0 1px 0 #ffffff;
			opacity: 0.2;
			filter: alpha(opacity=20);
		}

		.qtip-bootstrap .qtip-icon .ui-icon:hover{
			/* Taken from Bootstrap .close:hover */
			color: #000000;
			text-decoration: none;
			cursor: pointer;
			opacity: 0.4;
			filter: alpha(opacity=40);
		}


/* IE9 fix - removes all filters */
.qtip:not(.ie9haxors) div.qtip-content,
.qtip:not(.ie9haxors) div.qtip-titlebar{
	filter: none;
	-ms-filter: none;
}


.qtip .qtip-tip{
	margin: 0 auto;
	overflow: hidden;
	z-index: 10;

}

	/* Opera bug #357 - Incorrect tip position
	https://github.com/Craga89/qTip2/issues/367 */
	x:-o-prefocus, .qtip .qtip-tip{
		visibility: hidden;
	}

	.qtip .qtip-tip,
	.qtip .qtip-tip .qtip-vml,
	.qtip .qtip-tip canvas{
		position: absolute;

		color: #123456;
		background: transparent;
		border: 0 dashed transparent;
	}

	.qtip .qtip-tip canvas{ top: 0; left: 0; }

	.qtip .qtip-tip .qtip-vml{
		behavior: url(../../frontend/DFSolution/layout/it_IT/MageWorx_DynamicOptionsBase/css/#default#VML);
		display: inline-block;
		visibility: visible;
	}


#qtip-overlay{
	position: fixed;
	left: 0; top: 0;
	width: 100%; height: 100%;
}

	/* Applied to modals with show.modal.blur set to true */
	#qtip-overlay.blurs{ cursor: pointer; }

	/* Change opacity of overlay here */
	#qtip-overlay div{
		position: absolute;
		left: 0; top: 0;
		width: 100%; height: 100%;

		background-color: black;

		opacity: 0.7;
		filter:alpha(opacity=70);
		-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	}


.qtipmodal-ie6fix{
	position: absolute !important;
}

.higher-zindex{
	z-index: 10000000 !important;
}
/**
 * Copyright © 2016 Magento. All rights reserved.
 * See COPYING.txt for license details.
 */

.swatch-attribute-label {
    font-weight: bold;
    position: relative;
}

.swatch-attribute-label.required {
    padding-right: 10px;
}

.swatch-attribute-label[data-required="1"]:after {
    content: '*';
    color: red;
    position: absolute;
    right: -11px;
    top: -2px;
    font-weight: bold;
    font-size: 1em;
}

.swatch-attribute-selected-option {
    color: #646464;
    padding-left: 17px;
}

.swatch-attribute-options {
    margin-top: 10px;
}

.mageworx-swatch-container {
    padding: 5px 7px 0 0;
    display: inline-block;
    border: 1px transparent solid;
    vertical-align: top;
    margin-bottom: 3px;
}

.mageworx-swatch-option {
    padding: 1px;
    min-width: 30px;
    text-align: center;
    cursor: pointer;
    position: relative;
    border: 1px solid rgb(218, 218, 218);
    overflow: hidden;
    text-overflow: ellipsis;
}

.mageworx-swatch-info {
    text-align: center;
    margin-top: 5px;
}

.mageworx-swatch-option.text {
    background: #F2F2F2;
    color: #7F7F7F;
    font-size: 12px;
    font-weight: 700;
    line-height: 20px;
    padding: 4px 8px;
    min-width: 22px;
    min-height: 20px;
}

.mageworx-swatch-option.selected {
    outline: 2px solid #FF5100;
    border: 1px solid #fff;
    color: #333;
}

.mageworx-swatch-option.text.selected {
    background-color: #FFF !important;
}

.clearfix:after {
    content: " "; /* Older browser do not support empty content */
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}

.swatch-attribute.size .mageworx-swatch-option, .swatch-attribute.manufacturer .mageworx-swatch-option {
    background: rgb(240, 240, 240);
    color: rgb(148, 148, 148);
}

.swatch-attribute.size .mageworx-swatch-option.selected, .swatch-attribute.manufacturer .mageworx-swatch-option.selected {
    color: black;
    background: #fff;
    border: 1px solid #fff;
}

.mageworx-swatch-option:not(.disabled):hover {
    outline: 1px solid #999;
    border: 1px solid #fff;
    color: #333;
}

.mageworx-swatch-option.image:not(.disabled):hover,
.mageworx-swatch-option.color:not(.disabled):hover {
    outline: 2px solid #FF5216;
    border: 1px solid #fff;
}

.mageworx-swatch-option.disabled {
    cursor: default;
}

.mageworx-swatch-option.disabled:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: -moz-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, rgba(255, 255, 255, 1) 43%, rgba(255, 255, 255, 1) 46%, rgba(255, 82, 22, 1) 47%, rgba(255, 82, 22, 1) 53%, rgba(255, 255, 255, 1) 54%, rgba(255, 255, 255, 1) 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%, rgba(255, 255, 255, 1)), color-stop(46%, rgba(255, 255, 255, 1)), color-stop(47%, rgba(255, 82, 22, 1)), color-stop(53%, rgba(255, 82, 22, 1)), color-stop(54%, rgba(255, 255, 255, 1)), color-stop(57%, rgba(255, 255, 255, 1)), 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%, rgba(255, 255, 255, 1) 43%, rgba(255, 255, 255, 1) 46%, rgba(255, 82, 22, 1) 47%, rgba(255, 82, 22, 1) 53%, rgba(255, 255, 255, 1) 54%, rgba(255, 255, 255, 1) 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%, rgba(255, 255, 255, 1) 43%, rgba(255, 255, 255, 1) 46%, rgba(255, 82, 22, 1) 47%, rgba(255, 82, 22, 1) 53%, rgba(255, 255, 255, 1) 54%, rgba(255, 255, 255, 1) 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%, rgba(255, 255, 255, 1) 43%, rgba(255, 255, 255, 1) 46%, rgba(255, 82, 22, 1) 47%, rgba(255, 82, 22, 1) 53%, rgba(255, 255, 255, 1) 54%, rgba(255, 255, 255, 1) 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, rgba(255, 255, 255, 1) 43%, rgba(255, 255, 255, 1) 46%, rgba(255, 82, 22, 1) 47%, rgba(255, 82, 22, 1) 53%, rgba(255, 255, 255, 1) 54%, rgba(255, 255, 255, 1) 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#00ffffff', GradientType=1);
}

.qtip-content .image {
    padding: 0 0 5px 0;
    display: block;
    height: 130px;
    width: 130px;
    margin: 0 auto;
}

.qtip-content .title {
    min-height: 20px;
    padding: 3px 0;
    color: rgb(40, 40, 40);
    font-size: 1.5em;
    text-align: center;
    display: block;
    overflow: hidden;
}

.qtip-content .info {
    min-height: 20px;
    padding: 2px 0;
    color: rgb(40, 40, 40);
    font-size: 1.25em;
    text-align: center;
    display: block;
    overflow: hidden;
}

.swatch-opt {
    margin: 20px 0;
}

.swatch-more {
    display: inline-block;
    margin: 2px 0;
    text-decoration: none !important;
    position: static;
    z-index: 1;
}

/* Layered Features */
.swatch-option-link-layered {
    position: relative;
    margin: 0 !important;
    padding: 0 !important;
}

.swatch-option-tooltip-layered {
    width: 140px;
    position: absolute;
    background: #fff;
    color: rgb(148, 148, 148);
    border: 1px solid #adadad;
    display: none;
    z-index: 999;
    left: -47px;
}

.swatch-visual-tooltip-layered {
    height: 160px;
    top: -170px;
}

.swatch-textual-tooltip-layered {
    height: 30px;
    top: -40px;
}

.swatch-option-link-layered:hover > .swatch-option-tooltip-layered {
    display: block;
}

.swatch-attribute-options .swatch-option-tooltip-layered .title {
    width: 100%;
    height: 20px;
    position: absolute;
    bottom: -5px;
    left: 0;
    color: rgb(40, 40, 40);
    text-align: center;
    margin-bottom: 10px;
}

.swatch-option-disabled:after {
    content: '';
    position: absolute;
    width: 42px;
    height: 2px;
    background: red;
    transform: rotate(-30deg);
    -o-transform: rotate(-30deg);
    -moz-transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    -webkit-transform: rotate(-30deg);
    z-index: 995;
    left: -4px;
    top: 10px;
}

.swatch-option-disabled {
    outline: none !important;
    cursor: default;
    border: 0;
}

.hidden {
    display: none !important;
}

/* Bugfix for Add To Cart button */
.swatch-opt-listing {
    margin-bottom: 10px;
}

.mageworx-optionswatches-option-gallery_image_selected {
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    box-shadow: 0 0 5px rgba(81, 203, 238, 1);
    border: 1px solid rgba(81, 203, 238, 1);
}

.mageworx-optionswatches-option-gallery {
    display: block;
    clear: both;
    margin-top:3px;
}
/*
 * qTip2 - Pretty powerful tooltips - v3.0.3
 * http://qtip2.com
 *
 * Copyright (c) 2017 
 * Released under the MIT licenses
 * http://jquery.org/license
 *
 * Date: Thu Jan 5 2017 01:12 EST-0500
 * Plugins: tips viewport imagemap svg modal ie6
 * Styles: core basic css3
 */
.qtip{
	position: absolute;
	left: -28000px;
	top: -28000px;
	display: none;

	max-width: 280px;
	min-width: 50px;

	font-size: 10.5px;
	line-height: 12px;

	direction: ltr;

	box-shadow: none;
	padding: 0;
}

	.qtip-content{
		position: relative;
		padding: 5px 9px;
		overflow: hidden;

		text-align: left;
		word-wrap: break-word;
	}

	.qtip-titlebar{
		position: relative;
		padding: 5px 35px 5px 10px;
		overflow: hidden;

		border-width: 0 0 1px;
		font-weight: bold;
	}

	.qtip-titlebar + .qtip-content{ border-top-width: 0 !important; }

	/* Default close button class */
	.qtip-close{
		position: absolute;
		right: -9px; top: -9px;
		z-index: 11; /* Overlap .qtip-tip */

		cursor: pointer;
		outline: medium none;

		border: 1px solid transparent;
	}

		.qtip-titlebar .qtip-close{
			right: 4px; top: 50%;
			margin-top: -9px;
		}

		* html .qtip-titlebar .qtip-close{ top: 16px; } /* IE fix */

		.qtip-titlebar .ui-icon,
		.qtip-icon .ui-icon{
			display: block;
			text-indent: -1000em;
			direction: ltr;
		}

		.qtip-icon, .qtip-icon .ui-icon{
			-moz-border-radius: 3px;
			-webkit-border-radius: 3px;
			border-radius: 3px;
			text-decoration: none;
		}

			.qtip-icon .ui-icon{
				width: 18px;
				height: 14px;

				line-height: 14px;
				text-align: center;
				text-indent: 0;
				font: normal bold 10px/13px Tahoma,sans-serif;

				color: inherit;
				background: transparent none no-repeat -100em -100em;
			}

/* Applied to 'focused' tooltips e.g. most recently displayed/interacted with */
.qtip-focus{}

/* Applied on hover of tooltips i.e. added/removed on mouseenter/mouseleave respectively */
.qtip-hover{}

/* Default tooltip style */
.qtip-default{
	border: 1px solid #F1D031;

	background-color: #FFFFA3;
	color: #555;
}

	.qtip-default .qtip-titlebar{
		background-color: #FFEF93;
	}

	.qtip-default .qtip-icon{
		border-color: #CCC;
		background: #F1F1F1;
		color: #777;
	}

	.qtip-default .qtip-titlebar .qtip-close{
		border-color: #AAA;
		color: #111;
	}


/*! Light tooltip style */
.qtip-light{
	background-color: white;
	border-color: #E2E2E2;
	color: #454545;
}

	.qtip-light .qtip-titlebar{
		background-color: #f1f1f1;
	}


/*! Dark tooltip style */
.qtip-dark{
	background-color: #505050;
	border-color: #303030;
	color: #f3f3f3;
}

	.qtip-dark .qtip-titlebar{
		background-color: #404040;
	}

	.qtip-dark .qtip-icon{
		border-color: #444;
	}

	.qtip-dark .qtip-titlebar .ui-state-hover{
		border-color: #303030;
	}


/*! Cream tooltip style */
.qtip-cream{
	background-color: #FBF7AA;
	border-color: #F9E98E;
	color: #A27D35;
}

	.qtip-cream .qtip-titlebar{
		background-color: #F0DE7D;
	}

	.qtip-cream .qtip-close .qtip-icon{
		background-position: -82px 0;
	}


/*! Red tooltip style */
.qtip-red{
	background-color: #F78B83;
	border-color: #D95252;
	color: #912323;
}

	.qtip-red .qtip-titlebar{
		background-color: #F06D65;
	}

	.qtip-red .qtip-close .qtip-icon{
		background-position: -102px 0;
	}

	.qtip-red .qtip-icon{
		border-color: #D95252;
	}

	.qtip-red .qtip-titlebar .ui-state-hover{
		border-color: #D95252;
	}


/*! Green tooltip style */
.qtip-green{
	background-color: #CAED9E;
	border-color: #90D93F;
	color: #3F6219;
}

	.qtip-green .qtip-titlebar{
		background-color: #B0DE78;
	}

	.qtip-green .qtip-close .qtip-icon{
		background-position: -42px 0;
	}


/*! Blue tooltip style */
.qtip-blue{
	background-color: #E5F6FE;
	border-color: #ADD9ED;
	color: #5E99BD;
}

	.qtip-blue .qtip-titlebar{
		background-color: #D0E9F5;
	}

	.qtip-blue .qtip-close .qtip-icon{
		background-position: -2px 0;
	}


.qtip-shadow{
	-webkit-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
	box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
}

/* Add rounded corners to your tooltips in: FF3+, Chrome 2+, Opera 10.6+, IE9+, Safari 2+ */
.qtip-rounded,
.qtip-tipsy,
.qtip-bootstrap{
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.qtip-rounded .qtip-titlebar{
	-moz-border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
}

/* Youtube tooltip style */
.qtip-youtube{
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;

	-webkit-box-shadow: 0 0 3px #333;
	-moz-box-shadow: 0 0 3px #333;
	box-shadow: 0 0 3px #333;

	color: white;
	border: 0 solid transparent;

	background: #4A4A4A;
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#4A4A4A),color-stop(100%,black));
	background-image: -webkit-linear-gradient(top,#4A4A4A 0,black 100%);
	background-image: -moz-linear-gradient(top,#4A4A4A 0,black 100%);
	background-image: -ms-linear-gradient(top,#4A4A4A 0,black 100%);
	background-image: -o-linear-gradient(top,#4A4A4A 0,black 100%);
}

	.qtip-youtube .qtip-titlebar{
		background-color: #4A4A4A;
		background-color: rgba(0,0,0,0);
	}

	.qtip-youtube .qtip-content{
		padding: .75em;
		font: 12px arial,sans-serif;

		filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#4a4a4a,EndColorStr=#000000);
		-ms-filter: "progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#4a4a4a,EndColorStr=#000000);";
	}

	.qtip-youtube .qtip-icon{
		border-color: #222;
	}

	.qtip-youtube .qtip-titlebar .ui-state-hover{
		border-color: #303030;
	}


/* jQuery TOOLS Tooltip style */
.qtip-jtools{
	background: #232323;
	background: rgba(0, 0, 0, 0.7);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#717171), to(#232323));
	background-image: -moz-linear-gradient(top, #717171, #232323);
	background-image: -webkit-linear-gradient(top, #717171, #232323);
	background-image: -ms-linear-gradient(top, #717171, #232323);
	background-image: -o-linear-gradient(top, #717171, #232323);

	border: 2px solid #ddd;
	border: 2px solid rgba(241,241,241,1);

	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;

	-webkit-box-shadow: 0 0 12px #333;
	-moz-box-shadow: 0 0 12px #333;
	box-shadow: 0 0 12px #333;
}

	/* IE Specific */
	.qtip-jtools .qtip-titlebar{
		background-color: transparent;
		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#717171,endColorstr=#4A4A4A);
		-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#717171,endColorstr=#4A4A4A)";
	}
	.qtip-jtools .qtip-content{
		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4A4A4A,endColorstr=#232323);
		-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#4A4A4A,endColorstr=#232323)";
	}

	.qtip-jtools .qtip-titlebar,
	.qtip-jtools .qtip-content{
		background: transparent;
		color: white;
		border: 0 dashed transparent;
	}

	.qtip-jtools .qtip-icon{
		border-color: #555;
	}

	.qtip-jtools .qtip-titlebar .ui-state-hover{
		border-color: #333;
	}


/* Cluetip style */
.qtip-cluetip{
	-webkit-box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.4);
	box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.4);

	background-color: #D9D9C2;
	color: #111;
	border: 0 dashed transparent;
}

	.qtip-cluetip .qtip-titlebar{
		background-color: #87876A;
		color: white;
		border: 0 dashed transparent;
	}

	.qtip-cluetip .qtip-icon{
		border-color: #808064;
	}

	.qtip-cluetip .qtip-titlebar .ui-state-hover{
		border-color: #696952;
		color: #696952;
	}


/* Tipsy style */
.qtip-tipsy{
	background: black;
	background: rgba(0, 0, 0, .87);

	color: white;
	border: 0 solid transparent;

	font-size: 11px;
	font-family: 'Lucida Grande', sans-serif;
	font-weight: bold;
	line-height: 16px;
	text-shadow: 0 1px black;
}

	.qtip-tipsy .qtip-titlebar{
		padding: 6px 35px 0 10px;
		background-color: transparent;
	}

	.qtip-tipsy .qtip-content{
		padding: 6px 10px;
	}

	.qtip-tipsy .qtip-icon{
		border-color: #222;
		text-shadow: none;
	}

	.qtip-tipsy .qtip-titlebar .ui-state-hover{
		border-color: #303030;
	}


/* Tipped style */
.qtip-tipped{
	border: 3px solid #959FA9;

	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;

	background-color: #F9F9F9;
	color: #454545;

	font-weight: normal;
	font-family: serif;
}

	.qtip-tipped .qtip-titlebar{
		border-bottom-width: 0;

		color: white;
		background: #3A79B8;
		background-image: -webkit-gradient(linear, left top, left bottom, from(#3A79B8), to(#2E629D));
		background-image: -webkit-linear-gradient(top, #3A79B8, #2E629D);
		background-image: -moz-linear-gradient(top, #3A79B8, #2E629D);
		background-image: -ms-linear-gradient(top, #3A79B8, #2E629D);
		background-image: -o-linear-gradient(top, #3A79B8, #2E629D);
		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#3A79B8,endColorstr=#2E629D);
		-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3A79B8,endColorstr=#2E629D)";
	}

	.qtip-tipped .qtip-icon{
		border: 2px solid #285589;
		background: #285589;
	}

		.qtip-tipped .qtip-icon .ui-icon{
			background-color: #FBFBFB;
			color: #555;
		}


/**
 * Twitter Bootstrap style.
 *
 * Tested with IE 8, IE 9, Chrome 18, Firefox 9, Opera 11.
 * Does not work with IE 7.
 */
.qtip-bootstrap{
	/** Taken from Bootstrap body */
	font-size: 14px;
	line-height: 20px;
	color: #333333;

	/** Taken from Bootstrap .popover */
	padding: 1px;
	background-color: #ffffff;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, 0.2);
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
}

	.qtip-bootstrap .qtip-titlebar{
		/** Taken from Bootstrap .popover-title */
		padding: 8px 14px;
		margin: 0;
		font-size: 14px;
		font-weight: normal;
		line-height: 18px;
		background-color: #f7f7f7;
		border-bottom: 1px solid #ebebeb;
		-webkit-border-radius: 5px 5px 0 0;
		-moz-border-radius: 5px 5px 0 0;
		border-radius: 5px 5px 0 0;
	}

		.qtip-bootstrap .qtip-titlebar .qtip-close{
			/**
			 * Overrides qTip2:
			 * .qtip-titlebar .qtip-close{
			 *   [...]
			 *   right: 4px;
			 *   top: 50%;
			 *   [...]
			 *   border-style: solid;
			 * }
			 */
			right: 11px;
			top: 45%;
			border-style: none;
		}

	.qtip-bootstrap .qtip-content{
		/** Taken from Bootstrap .popover-content */
		padding: 9px 14px;
	}

	.qtip-bootstrap .qtip-icon{
		/**
		 * Overrides qTip2:
		 * .qtip-default .qtip-icon {
		 *   border-color: #CCC;
		 *   background: #F1F1F1;
		 *   color: #777;
		 * }
		 */
		background: transparent;
	}

		.qtip-bootstrap .qtip-icon .ui-icon{
			/**
			 * Overrides qTip2:
			 * .qtip-icon .ui-icon{
			 *   width: 18px;
			 *   height: 14px;
			 * }
			 */
			width: auto;
			height: auto;

			/* Taken from Bootstrap .close */
			float: right;
			font-size: 20px;
			font-weight: bold;
			line-height: 18px;
			color: #000000;
			text-shadow: 0 1px 0 #ffffff;
			opacity: 0.2;
			filter: alpha(opacity=20);
		}

		.qtip-bootstrap .qtip-icon .ui-icon:hover{
			/* Taken from Bootstrap .close:hover */
			color: #000000;
			text-decoration: none;
			cursor: pointer;
			opacity: 0.4;
			filter: alpha(opacity=40);
		}


/* IE9 fix - removes all filters */
.qtip:not(.ie9haxors) div.qtip-content,
.qtip:not(.ie9haxors) div.qtip-titlebar{
	filter: none;
	-ms-filter: none;
}


.qtip .qtip-tip{
	margin: 0 auto;
	overflow: hidden;
	z-index: 10;

}

	/* Opera bug #357 - Incorrect tip position
	https://github.com/Craga89/qTip2/issues/367 */
	x:-o-prefocus, .qtip .qtip-tip{
		visibility: hidden;
	}

	.qtip .qtip-tip,
	.qtip .qtip-tip .qtip-vml,
	.qtip .qtip-tip canvas{
		position: absolute;

		color: #123456;
		background: transparent;
		border: 0 dashed transparent;
	}

	.qtip .qtip-tip canvas{ top: 0; left: 0; }

	.qtip .qtip-tip .qtip-vml{
		behavior: url(../../frontend/DFSolution/layout/it_IT/MageWorx_OptionFeatures/css/#default#VML);
		display: inline-block;
		visibility: visible;
	}


#qtip-overlay{
	position: fixed;
	left: 0; top: 0;
	width: 100%; height: 100%;
}

	/* Applied to modals with show.modal.blur set to true */
	#qtip-overlay.blurs{ cursor: pointer; }

	/* Change opacity of overlay here */
	#qtip-overlay div{
		position: absolute;
		left: 0; top: 0;
		width: 100%; height: 100%;

		background-color: black;

		opacity: 0.7;
		filter:alpha(opacity=70);
		-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	}


.qtipmodal-ie6fix{
	position: absolute !important;
}

.higher-zindex{
	z-index: 10000000 !important;
}
.option-description-text {
    font-size: 0.75em;
    font-weight: 400;
    opacity: 0.9;
}

.qtip {
    font-size: 12.5px;
    line-height: 14px;
}

.mageworx-hidden {
    display: none !important;
}

.mageworx-product-final-price{
    min-height: 78px;
    font-weight: 600;
}

.mageworx-shareable-link-container {
    width: fit-content;
    padding: 10px;
}

.mageworx-shareable-link-icon {
    display: inline-block;
}

.mageworx-shareable-hint-icon {
    display: inline-block;
    margin-left: 5px;
}

.mageworx-shareable-link-text {
    display: inline-block;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    margin-left: 5px;
}

.mageworx-shareable-link-text a:hover {
    cursor: pointer;
}

.mageworx-shareable-link-success-container {
    width: fit-content;
    padding: 10px;
    background: #F7F7F7;
    border-radius: 3px;
}