html {
  scroll-behavior: smooth;
}
.page-header .panel.wrapper {
  background-color: #6e716e;
  color: #fff;
}
.page-header .panel.wrapper .header.panel {
  padding-bottom: 10px;
  padding-top: 10px;
}
.page-header .panel.wrapper .phone-no {
  font-weight: bold;
  font-size: 1.6rem;
  letter-spacing: 1.1px;
}
.navigation {
  font-family: "Open Sans", "Helvetica Neue", Verdana, Arial, sans-serif;
}
.navigation .level0.active > .level-top,
.navigation .level0.has-active > .level-top {
  color: #fff;
}
.breadcrumbs a {
  font-size: 1rem;
}
.block-search input {
  height: 50px;
  font-size: 15px;
}
.minicart-wrapper .action.showcart::before,
.minicart-wrapper .action.showcart.active::before {
  font-size: 75px;
  line-height: 60px ;
  color: #d22;
}
.minicart-wrapper .action.showcart .counter.qty {
  position: absolute;
  right: 0;
  background: #555;
  border-radius: 35px;
}
.myaccount-wrapper {
  display: inline-block;
  float: right;
  position: relative;
}
.myaccount-wrapper .action.showMyaccount {
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  white-space: nowrap;
}
.myaccount-wrapper .action.showMyaccount .text {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.myaccount-wrapper .action.showMyaccount::before,
.myaccount-wrapper.action.showMyaccount.active::before {
  font-size: 75px;
  line-height: 60px ;
  color: #d22;
  content: '\e627';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.block-search .label::before {
  font-size: 75px;
  line-height: 60px ;
}
._keyfocus :focus,
input:not([disabled]):focus,
textarea:not([disabled]):focus,
select:not([disabled]):focus {
  box-shadow: 0 0 3px 1px #f1a7a7;
}
.minicart-wrapper .action.showcart:hover::before,
.myaccount-wrapper .action.showMyaccount:hover::before,
.block-search .label:hover::before {
  color: #b11b1b;
}
.main .block-title {
  border-bottom: 1px solid #d22;
  line-height: 60px;
}
.main .block-title strong {
  font-size: 2.6rem;
  font-weight: 400;
  color: #636363;
}
.page-title-wrapper .page-title {
  font-size: 2.8rem;
  font-weight: 400;
  color: #636363;
  margin: 0 0 20px;
}
.sidebar #layered-filter-block {
  border: 1px solid #efefef;
  margin-top: 40px;
}
.sidebar .block.filter .title,
.sidebar .block.filter .block-title.filter-title,
.sidebar .block.filter .block-subtitle.filter-subtitle {
  margin: 0;
}
.sidebar .block.filter .block-subtitle.filter-current-subtitle {
  display: none;
}
.sidebar .block.filter .block-actions.filter-actions {
  padding: 0 12px 10px;
  border-bottom: 1px solid #efefef;
}
.sidebar .block.filter .filter-options .filter-options-title,
.sidebar .block.filter .filter-current .filter-label,
.sidebar .block.filter .filter-current .filter-value {
  padding: 10px 12px;
  box-sizing: border-box;
  margin: 0;
  color: #666;
}
.sidebar .block.filter .filter-options .filter-options-title:after {
  display: inline-block;
  padding: 0.5rem;
  font-family: 'icons-blank-theme';
  content: '\e622';
}
.sidebar .block.filter .filter-options .filter-options-content {
  padding: 0 20px;
  box-sizing: border-box;
  margin: 0;
}
.sidebar .block.filter .filter-title strong {
  font-size: 1.6rem;
  padding: 10px;
  box-sizing: border-box;
  background: #efefef;
  color: #333;
  display: block;
}
.sidebar .block.filter .filter-options .filter-options-content .item {
  margin: 7px 0px;
}
.sidebar .block.filter.catFilter .title {
  display: none;
}
.sidebar .category-subtitle {
  font-size: 1.2rem;
}
.actions-primary {
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
}
.action.tocart.primary {
  width: 100%;
}
.action.tocart.primary span {
  text-transform: uppercase;
  font-weight: 800;
  font-size: 1.8rem;
  line-height: 3rem;
}
.product-item-name > a,
.product.name > a,
.abs-product-link > a:visited,
.product-item-name > a:visited,
.product.name a > a:visited,
product.name a,
.product-item-name > a,
.minicart-items .product-item-name a {
  font-size: 1.4rem;
  font-weight: 800;
  color: #636363;
  padding: 0 5px;
  box-sizing: border-box;
}
.product-item-details {
  text-align: center;
  width: 100%;
}
.product-item .special-price .price,
.product-item .minimal-price .price {
  color: #d22;
  text-align: center;
  font-weight: 400;
  font-size: 2rem;
}
.product-item .special-price .price-wrapper,
.product-item .minimal-price .price-wrapper {
  text-align: center;
  width: 100%;
}
.product-item-name {
  min-height: 4rem;
}
/* Category Listing */
.page-products.catalog-category-view .page-main .columns .column.main {
  order: 2;
}
.banner-wrapper {
  width: 100%;
  position: relative;
}
.banner-left,
.banner-right {
  display: block;
  box-sizing: border-box;
  width: 100%;
  position: relative;
}
.banner-left {
  margin-bottom: 10px;
}
.products-grid .product-item {
  border: 1px solid #ededed;
  padding: 0;
  text-align: center;
  box-sizing: border-box;
}
.products-grid .product-item a {
  color: #777;
}
.products-grid .product-item a strong {
  border-top: 1px solid #ededed;
  width: 100%;
  display: block;
  padding: 10px 0;
}
.products-grid .product-item a:hover {
  text-decoration: none;
}
.products-grid .product-item:hover {
  border: 1px solid #ccc;
}
.catalog-category-view .sidebar .content dl dt {
  text-transform: uppercase;
  color: #636363;
}
.catalog-category-view .sidebar .content dd li.item {
  padding-top: 8px;
}
/* Product Page */
.block.related .product-item-info {
  width: unset;
}
.product.photo.product-item-photo .product-image-container .product-image-wrapper {
  margin-top: 15%;
}
table.data.grouped .groupedRow .col.sku span,
table.data.grouped .groupedRow col.item span {
  display: block;
  margin: 5px 0 0;
}
table.data.grouped .groupedRow .col.qty {
  min-width: 215px;
}
table.data.grouped .groupedRow .col.qty .price-box .price {
  color: #d22;
  font-weight: 400;
  font-size: 2rem;
}
table.data.grouped .groupedRow .col.qty div {
  display: inline-block;
}
table.data.grouped .groupedRow .col.qty .control.qty {
  margin-left: 10px;
  float: right;
  vertical-align: top;
}
table.data.grouped .groupedRow .col.qty .special-price .price-label {
  display: none;
}
table.data.grouped .groupedRow .col.qty .old-price {
  display: block;
  text-decoration: none;
}
table.data.grouped .groupedRow .col.qty .old-price .price-label,
table.data.grouped .groupedRow .col.qty .old-price .price {
  color: #666;
  font-size: 1.4rem;
}
table.data.grouped .groupedRow .control.qty .changeItemQuantity {
  display: inline-block;
  vertical-align: middle;
}
.catalog-product-view .column.main #validation-message-box {
  text-align: center;
}
.catalog-product-view .column.main #validation-message-box .mage-error {
  font-size: 1.4rem;
  padding-bottom: 10px;
}
.catalog-product-view .paypal-button.paypal-button-context-iframe {
  display: none;
}
.minicart-items .product-item-details .price {
  color: #d22;
  font-weight: 400;
}
/* Checkout and Account Pages */
#shopping-cart-table th {
  color: #636363;
}
.block-minicart .amount .price-wrapper:first-child .price {
  color: #d22;
  font-weight: 400;
}
.block-minicart .product-item-name > a,
.block-minicart .product.name > a,
.block-minicart .abs-product-link > a:visited,
.block-minicart .product-item-name > a:visited,
.block-minicart .product.name a > a:visited {
  padding: 0;
}
.block-minicart .product-item-details {
  text-align: left;
}
.block-minicart .product-item-details .price {
  font-width: 400;
}
.checkout-index-index .payment-option._collapsible.opc-payment-additional.discount-code,
.cart-container .block.discount {
  display: none;
}
/* footer */
#above-footerContainer {
  background-color: white;
  border-top: 1px solid #ddd;
  box-sizing: border-box;
  float: left;
  width: 100%;
}
.above-footer {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  width: 100%;
  padding: 0 10px 0 20px;
}
.above-footer-blocks {
  box-sizing: border-box;
  width: 100%;
  display: block;
  text-align: center;
  float: left;
  vertical-align: center;
  min-height: 40px;
  padding: 10px;
  font-size: 1.1rem;
}
.footerMain {
  float: left;
  clear: both;
  display: block;
  width: 100%;
}
.footerMain .block-title {
  color: #636363;
  font-size: 1.8rem;
  font-weight: normal;
  padding: 10px 0;
  box-sizing: border-box;
}
.footerMain .block-title strong {
  font-weight: 400;
}
.footerMain .footer-container {
  max-width: 1280px;
  margin: 0 auto;
  width: 100%;
}
.footerMain .footer-container .footer .footer.links,
.footerMain .footer-container .footer .block.newsletter,
.footerMain .footer-container .footer .footer-right {
  margin: 10px 0;
  padding: 10px;
  box-sizing: border-box;
  display: block;
  float: left;
  width: 100%;
}
.footerMain .footer-container .footer.links a,
.footerMain .footer-container .footer.links strong {
  color: #dedede;
}
.footerMain .footer-container .block-title strong span {
  color: #636363;
  font-size: 1.8rem;
  font-weight: normal;
  padding: 10px 0;
  box-sizing: border-box;
}
.footerMain .footer-container #newsletter-validate-detail {
  margin-top: 10px;
  max-width: 320px;
}
.footerMain .footer-container .address {
  color: #d3d3d3;
  line-height: 1.8rem;
}
.footerMain .footer-container .contact-address ul {
  padding: 0;
}
.footerMain .footer-container .footer-right ul,
.footerMain .footer-container .footer-right ul li {
  display: inline-block;
  padding: 0 10px 0 0;
  color: #bbb;
}
.footerMain .footer-container .footer-social a:hover,
.footerMain .footer-container .footer-social .alink:hover {
  text-decoration: none;
}
.copyright {
  color: #dedede;
  text-align: left;
  float: left;
  width: 100%;
  display: block;
  margin-bottom: 10px;
  font-size: 1rem;
  padding: 10px;
  box-sizing: border-box;
}
@media all and (min-width: 640px) {
  table.data.grouped .groupedRow .col.qty {
    text-align: right;
    display: inline-block;
  }
  table.data.grouped .groupedRow .col.qty .control.qty .changeItemQuantity {
    margin-bottom: 4px;
  }
}
@media all and (min-width: 768px), print {
  .page-layout-3columns .column.main {
    width: 60%;
  }
  .page-layout-2columns-left .column.main {
    width: 75%;
  }
  .page-layout-2columns-right .column.main {
    width: 75%;
  }
  .page-layout-3columns .sidebar-main {
    width: 20%;
  }
  .page-layout-2columns-left .sidebar-main {
    width: 25%;
  }
  .page-layout-2columns-right .sidebar-main {
    width: 25%;
  }
  .page-layout-3columns .sidebar-additional {
    width: 20%;
  }
  .page-layout-2columns-left .sidebar-additional {
    width: 25%;
  }
  .page-layout-2columns-right .sidebar-additional {
    width: 25%;
  }
  .nav-sections {
    background-color: #d22;
  }
  .block-search {
    float: left !important;
    padding-left: 7% !important;
    width: 40% !important;
  }
  .block-search .action.search:before {
    font-size: 42px !important;
    line-height: 42px !important;
  }
  .block-search {
    width: 300px;
  }
  .block-search input {
    padding-right: 55px;
  }
  .item.product.product-item {
    max-width: 250px;
  }
  /*
  .navigation .level0 .submenu a, .navigation .level1 .submenu a:hover, .navigation .level1 .submenu a.ui-state-focus {
    color:@color-grey-2;
  } */
  .navigation .level-top {
    font-size: 1.6rem;
  }
  .navigation .level0.active > .level-top,
  .navigation .level0.has-active > .level-top {
    border: none !important;
    color: #ffb;
  }
  .navigation .level0.parent > .level-top > .ui-menu-icon::after {
    display: none;
  }
  .navigation .level0 .submenu {
    min-width: 320px;
  }
  .navigation .level0 .submenu a,
  .navigation .level1 .submenu a:hover,
  .navigation .level1 .submenu a.ui-state-focus {
    color: #777 !important;
    font-weight: 400;
    font-size: 1.4rem;
  }
  .navigation .level0 .submenu a:hover,
  .navigation .level0 .submenu a.ui-state-focus {
    border-left: 8px solid #d22;
  }
  .navigation .level0 .submenu {
    border-right: 1px solid #d22;
    border-bottom: 1px solid #d22;
    border-left: 1px solid #d22;
  }
  .navigation .level0 .submenu .active > a {
    border-left: 8px solid #d22;
    padding-left: 12px;
  }
  .navigation .level0 .submenu a:hover,
  .navigation .level0 .submenu a.ui-state-focus {
    color: #222;
    padding-left: 12px;
  }
  .page-wrapper > .breadcrumbs {
    margin: 10px auto  20px;
  }
  /* Title */
  .page-title-wrapper .page-title {
    margin: 20px 0;
  }
  /* Category */
  .banner-wrapper {
    margin-bottom: 10px;
  }
  .banner-left,
  .banner-right {
    width: calc(50% - 10px);
    display: inline-block;
    margin-bottom: 0;
  }
  .banner-right {
    margin-left: 20px;
  }
  /* Product Page */
  .page-layout-1column .product-info-main {
    width: 57%;
  }
  .page-layout-1column .product.media {
    width: 40%;
  }
  .catalog-product-view .column.main #validation-message-box {
    text-align: right;
  }
  .catalog-product-view .column.main #validation-message-box .field-error {
    font-size: 1.4rem;
  }
  .catalog-product-view .column.main .box-tocart .action.tocart.primary {
    width: 25%;
    float: right;
    min-width: 200px;
  }
  table.data.grouped .groupedRow .col.item {
    min-width: 60%;
  }
  table.data.grouped .groupedRow .col.qty .control.qty {
    float: none;
  }
  table.data.grouped .groupedRow .product-item-name .infoSku {
    display: none;
  }
  /* Checkout and Account Pages

  .customer-account-login .column:not(.sidebar-main) form .actions-toolbar {
    margin-left: 0%;
    margin-right: 10%;
  } */
  .login-container .fieldset::after {
    margin-left: 0;
  }
  .fieldset.login .field .label {
    text-align: left;
    padding: 5px 0;
  }
  /* Footer */
  .above-footer-blocks {
    min-height: 65px;
    width: calc(33% - 1px);
    border-left: 1px solid #ddd;
  }
  .above-footer2 {
    width: calc(34% - 2px);
  }
  .above-footer3 {
    border-right: 1px solid #ddd;
  }
  .footerMain .footer-container .footer .footer.links,
  .footerMain .footer-container .footer .block.newsletter,
  .footerMain .footer-container .footer .footer-right {
    padding: 40px 20px;
  }
  .footerMain .footer-container .footer .footer.links,
  .footerMain .footer-container .footer .footer-right {
    width: 27%;
  }
  .footerMain .footer-container .footer .block.newsletter {
    width: 46%;
  }
  .copyright {
    text-align: center;
    padding: 0;
  }
}
@media all and (min-width: 1002px), print {
  .block-search {
    padding-left: 12% !important;
    width: 40% !important;
  }
}
@media only screen and (max-width: 767px) {
  .logo {
    float: left;
    margin: 0 0 10px 0px;
    max-width: 40%;
    position: relative;
    z-index: 5;
  }
  .nav-sections-item-content {
    margin-top: 0;
    padding: 0;
  }
  .nav-toggle {
    text-decoration: none;
    cursor: pointer;
    display: block;
    font-size: 0;
    right: 10px;
    position: absolute;
    top: 0px;
    z-index: 14;
    left: unset;
  }
  .nav-toggle:before {
    font-size: 65px;
    line-height: 82px;
  }
  .navigation .parent .level-top::after {
    top: 2px;
  }
  .navigation .level0 > .level-top {
    padding: 20px 40px 20px 15px;
  }
  .navigation .level0.active > a:not(.ui-state-active),
  .navigation .level0.has-active > a:not(.ui-state-active) {
    color: #d22;
  }
  .navigation .level0.active > .level-top,
  .navigation .level0.has-active > .level-top {
    color: #d22;
  }
  .minicart-wrapper {
    display: inline-block;
    position: relative;
    float: right;
    margin-right: 65px;
  }
  .minicart-wrapper .item.product.product-item {
    max-width: 180px;
  }
  .nav-open .nav-toggle {
    display: block;
    right: unset;
    left: 15px !important;
  }
  .nav-open .logo {
    padding-left: 40px;
  }
  .sidebar .lhs_adblock {
    display: none;
  }
  .sidebar .block.filter.catFilter {
    display: none;
  }
  /* Product */
  .product.data.items .item.title > .switch {
    display: block;
    padding: 4px 20px;
    min-height: 50px;
    box-sizing: border-box;
  }
  .data.switch::after {
    display: inline-block;
    padding: 0;
    font-family: 'icons-blank-theme';
    content: '\e622';
  }
  .product.data.items > .item.title.active > .switch:after {
    display: none;
  }
  table.data.grouped .col.sku,
  table.data.grouped .col.thumbnail,
  table.data.grouped .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr td[data-th]::before,
  table.data.grouped .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr th[data-th]:before {
    display: none !important;
  }
  /* Checkout and Account Pages */
  .cart.table-wrapper .col.qty,
  .cart.table-wrapper .col.price {
    width: 50%;
  }
  .checkout-container .opc-estimated-wrapper .estimated-block {
    color: #6e6e6e;
  }
  .opc-estimated-wrapper .minicart-wrapper .action.showcart::before {
    color: #9b1818;
  }
  .opc-estimated-wrapper .minicart-wrapper .action.showcart:hover {
    border: 1px solid #9b1818;
  }
  .opc-estimated-wrapper .minicart-wrapper .action.showcart:hover:before {
    color: #9f0202;
  }
  .checkout-index-index.page-layout-checkout .minicart-wrapper .action.showcart .counter.qty {
    right: 10px;
  }
}
@media only screen and (max-width: 639px) {
  .minicart-wrapper,
  .block-search {
    margin-top: 0 !important;
  }
  .minicart-wrapper {
    margin-right: 34px;
    margin-top: 0 !important;
  }
  .block-search .label::before,
  .myaccount-wrapper .action.showMyaccount::before,
  .myaccount-wrapper.action.showMyaccount.active::before,
  .minicart-wrapper .action.showcart::before,
  .minicart-wrapper .action.showcart.active::before {
    font-size: 45px !important;
    line-height: 50px !important;
  }
  .nav-toggle {
    top: 0px;
  }
  .nav-toggle:before {
    font-size: 36px;
    line-height: 72px;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr td[data-th]:before,
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr th[data-th]:before {
    display: none;
  }
}
@media only screen and (max-width: 430px) {
  .page-header .panel.wrapper .header.panel {
    text-align: center;
  }
  .nav-toggle {
    top: 20px;
  }
  .nav-toggle:before {
    font-size: 32px;
    line-height: 32px;
  }
  .block-search .label::before,
  .myaccount-wrapper .action.showMyaccount::before,
  .myaccount-wrapper.action.showMyaccount.active::before,
  .minicart-wrapper .action.showcart::before,
  .minicart-wrapper .action.showcart.active::before {
    font-size: 40px;
    line-height: 40px;
    padding-top: 5px;
  }
}
.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('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 #68a8e0;
  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: #9b1818;
  border-color: #9b1818;
}
.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 #9b1818;
  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('../../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%2FIndustrial%5C%2Ftrade%5C%2Fen_GB%5C%2Fcss%5C%2Fsource%5C%2F_theme.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FIndustrial%5C%2Ftrade%5C%2Fen_GB%5C%2Fmage%5C%2Fgallery%5C%2Fmodule%5C%2F_extends.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FIndustrial%5C%2Ftrade%5C%2Fen_GB%5C%2Fmage%5C%2Fgallery%5C%2Fgallery.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FIndustrial%5C%2Ftrade%5C%2Fen_GB%5C%2Fmage%5C%2Fgallery%5C%2Fmodule%5C%2F_fullscreen.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FIndustrial%5C%2Ftrade%5C%2Fen_GB%5C%2Fmage%5C%2Fgallery%5C%2Fmodule%5C%2F_mixins.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FIndustrial%5C%2Ftrade%5C%2Fen_GB%5C%2Fmage%5C%2Fgallery%5C%2Fmodule%5C%2F_focus.less%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22AA8IA%3BEACE%2CuBAAA%3B%3BAAGF%2CYACE%2COAAM%3BEACJ%2CyBAAA%3BEACA%2CWAAA%3B%3BAAHJ%2CYACE%2COAAM%2CQAGJ%2CQAAO%3BEACL%2CoBAAA%3BEACA%2CiBAAA%3B%3BAANN%2CYACE%2COAAM%2CQAOJ%3BEACE%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CqBAAA%3B%3BAAIN%3BEACE%2CaAtBqB%2CaAAY%2C4CAsBjC%3B%3BAAEE%2CWADF%2CQACG%2COAEG%3BAADJ%2CWAFF%2CQAEG%2CWACG%3BEACA%2CWAAA%3B%3BAAKR%2CYAAa%3BEACX%2CeAAA%3B%3BAAEF%2CaAAc%3BEACZ%2CYAAA%3BEACA%2CeAAA%3B%3BAAGF%2CiBAAkB%2CQAAO%2CSAAS%3BAAAU%2CiBAAkB%2CQAAO%2CSAAS%2COAAO%3BEACnF%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAAGF%2CiBAAkB%2CQAAO%2CSAAU%2CSAAQ%3BEACzC%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAGF%3BEACE%2CqBAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3B%3BAAEF%2CkBAAmB%2CQAAO%3BEACxB%2CeAAA%3BEACA%2CqBAAA%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3B%3BAAGF%2CkBAAmB%2CQAAO%2CcAAe%3BEACvC%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAAGF%2CkBAAmB%2CQAAO%2CcAAc%3BAAAU%2CkBAAkB%2COAAO%2CcAAc%2COAAO%3BEAC9F%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CSAAS%2COAAT%3BEACA%2CaAAa%2CmBAAb%3BEACA%2CSAAA%3BEACA%2CmBAAA%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAEF%2CaAAc%2COAAM%3BEAClB%2CeAAA%3BEACA%2CkBAAA%3B%3BAAEF%2CUAAW%3BAAAQ%2CKAAK%2CIAAI%2CYAAY%3BAAAQ%2CQAAQ%2CIAAI%2CYAAY%3BAAAQ%2CMAAM%2CIAAI%2CYAAY%3BEACpG%2C%2BBAAA%3B%3BAAGF%2CiBAAkB%2CQAAO%2CSAAS%2CMAAM%3BAAAU%2CkBAAmB%2CQAAO%2CcAAc%2CMAAM%3BAAAU%2CaAAc%2COAAM%2CMAAM%3BEAClI%2CcAAA%3B%3BAAGF%2CKAAM%3BEACJ%2C6BAAA%3BEACA%2CiBAAA%3B%3BAAEF%2CKAAM%2CaAAa%3BEACjB%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3B%3BAAKF%2CmBAAoB%3BEAClB%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3B%3BAAGF%2CQACE%3BEACE%2CyBAAA%3BEACA%2CgBAAA%3B%3BAAHJ%2CQAKE%2COAAM%2COACJ%3BAANJ%2CQAKE%2COAAM%2COACI%2CaAAY%3BAANxB%2CQAKE%2COAAM%2COAC%2BB%2CgBAAe%3BEAChD%2CSAAA%3B%3BAAPN%2CQAKE%2COAAM%2COAIJ%2CgBAAe%3BEACb%2CaAAA%3B%3BAAVN%2CQAKE%2COAAM%2COAQJ%2CeAAc%3BEACZ%2CoBAAA%3BEACA%2CgCAAA%3B%3BAAfN%2CQAKE%2COAAM%2COAYJ%2CgBAAgB%3BAAjBpB%2CQAKE%2COAAM%2COAYmC%2CgBAAgB%3BAAjB3D%2CQAKE%2COAAM%2COAYkE%2CgBAAgB%3BEACpF%2CkBAAA%3BEACA%2CsBAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3B%3BAArBN%2CQAKE%2COAAM%2COAkBJ%2CgBAAgB%2CsBAAqB%3BEACnC%2CqBAAA%3BEACA%2CeAAA%3BEACA%2CaAAa%2CmBAAb%3BEACA%2CSAAS%2COAAT%3B%3BAA3BN%2CQAKE%2COAAM%2COAwBJ%2CgBAAgB%3BEACd%2CeAAA%3BEACA%2CsBAAA%3BEACA%2CSAAA%3B%3BAAhCN%2CQAKE%2COAAM%2COA6BJ%2CcAAc%3BEACZ%2CiBAAA%3BEACA%2CaAAA%3BEACA%2CsBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CcAAA%3B%3BAAxCN%2CQAKE%2COAAM%2COAsCJ%2CgBAAgB%2CwBAAwB%3BEACtC%2CeAAA%3B%3BAA5CN%2CQAgDE%2COAAM%2COAAO%2CUAAW%3BEACtB%2CaAAA%3B%3BAAjDJ%2CQAmDE%3BEACE%2CiBAAA%3B%3BAAKJ%3BEACE%2CWAAA%3BEACA%2CaAAA%3BEACA%2CsBAAA%3B%3BAAEF%2COAAO%2COAAO%3BEACZ%2CWAAA%3B%3BAAEF%2COAAO%2COAAO%2CQAAS%3BEACrB%2CyBAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3B%3BAAGF%2CkBAAqB%3BAAAG%2CQAAQ%2CKAAQ%3BAAAG%2CiBAAoB%2CIAAC%3BAAAU%2CkBAAqB%2CIAAC%3BAAAU%2CQAAQ%2CKAAM%2CEAAI%2CIAAC%3BAAAU%2COAAO%2CKAAM%3BAAAG%2CkBAAqB%3BAAAG%2CeAAgB%2CmBAAmB%3BEAChN%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CcAAA%3BEACA%2CsBAAA%3B%3BAAGF%3BEACE%2CkBAAA%3BEACA%2CWAAA%3B%3BAAGF%2CaAAc%2CeAAe%3BAAAQ%2CaAAc%2CeAAe%3BEAChE%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3B%3BAAGF%2CaAAc%2CeAAe%3BAAAgB%2CaAAc%2CeAAe%3BEAExE%2CkBAAA%3BEACA%2CWAAA%3B%3BAAEF%3BEACE%2CgBAAA%3B%3B%3BAAyBF%2CcAAc%2CsBAAuB%2CWAAW%2CSAAS%2CQAAO%3BEAC9D%2CQAAA%3B%3BAAGF%3BEACE%2CWAAA%3BEACA%2CkBAAA%3B%3BAAGF%3BAAAc%3BEACZ%2CcAAA%3BEACA%2CsBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAEF%3BEACE%2CmBAAA%3B%3BAAOF%2CcACE%3BEACE%2CyBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3B%3BAALJ%2CcACE%2CcAKE%3BEACE%2CWAAA%3B%3BAAPN%2CcACE%2CcAKE%2CEAEE%3BEACE%2C6BAAA%3BEACA%2CWAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3B%3BAAEF%2CcAbJ%2CcAKE%2CEAQG%3BEACC%2CqBAAA%3B%3BAAGJ%2CcAjBF%2CcAiBG%3BEACC%2CsBAAA%3B%3BAAON%2CsBACE%2CSACE%2CSACE%2CGAAG%3BEACD%2CyBAAA%3BEACA%2CcAAA%3B%3BAALR%2CsBACE%2CSACE%2CSAKE%2CGAAG%2CGAAE%3BEACH%2CgBAAA%3B%3B%3BAAWR%2CMAAM%2CQACJ%3BEACE%2CYAAA%3B%3BAAGJ%2CQAAQ%2CMAAM%2CmBAAoB%2CyBAAyB%3BEACzD%2CeAAA%3B%3BAAEF%2CKAAK%2CKAAK%2CQAGR%2CYACE%2CKAAI%2CIAAK%3BAAJb%2CKAAK%2CKAAK%2CQAGR%2CYACiB%2CIAAG%2CKAAM%3BEACtB%2CcAAA%3BEACA%2CeAAA%3B%3BAANN%2CKAAK%2CKAAK%2CQAGR%2CYAME%2CKAAI%3BEACF%2CgBAAA%3B%3BAAVN%2CKAAK%2CKAAK%2CQAGR%2CYAME%2CKAAI%2CIAEF%2CWAAW%3BEACT%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3B%3BAAdR%2CKAAK%2CKAAK%2CQAGR%2CYAME%2CKAAI%2CIAOF%3BEACE%2CqBAAA%3B%3BAAjBR%2CKAAK%2CKAAK%2CQAGR%2CYAME%2CKAAI%2CIAUF%2CSAAQ%3BEACN%2CiBAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3B%3BAAtBR%2CKAAK%2CKAAK%2CQAGR%2CYAME%2CKAAI%2CIAeF%2CeAAe%3BEACb%2CaAAA%3B%3BAAzBR%2CKAAK%2CKAAK%2CQAGR%2CYAME%2CKAAI%2CIAkBF%3BEACE%2CcAAA%3BEACA%2CqBAAA%3B%3BAA7BR%2CKAAK%2CKAAK%2CQAGR%2CYAME%2CKAAI%2CIAkBF%2CWAGE%3BAA9BR%2CKAAK%2CKAAK%2CQAGR%2CYAME%2CKAAI%2CIAkBF%2CWAGgB%3BEACZ%2CWAAA%3BEACA%2CiBAAA%3B%3BAAhCV%2CKAAK%2CKAAK%2CQAGR%2CYAmCE%2CSAAQ%2CIAAK%3BEACX%2CqBAAA%3BEACA%2CsBAAA%3B%3BAAIN%2CqBAAsB%2CQAAO%2CKAAM%3BEACjC%2CkBAAA%3B%3BAADF%2CqBAAsB%2CQAAO%2CKAAM%2CwBAEjC%3BEACE%2CiBAAA%3BEACA%2CoBAAA%3B%3BAAGJ%2CqBAAsB%2CeAAc%3BEAClC%2CaAAA%3B%3BAAGF%2CeAAgB%2CsBAAsB%3BEACpC%2CWAAA%3BEACA%2CgBAAA%3B%3B%3BAAKF%2CoBAAqB%3BEACnB%2CcAAA%3B%3BAAGF%2CeACE%2CQAAQ%2CeAAc%2CYAAa%3BEACjC%2CWAAA%3BEACA%2CgBAAA%3B%3BAAHJ%2CeAKE%2CmBAAqB%3BAALvB%2CeAK0B%2CSAAQ%2CKAAQ%3BAAL1C%2CeAK6C%2CkBAAoB%2CIAAC%3BAALlE%2CeAK4E%2CmBAAqB%2CIAAC%3BAALlG%2CeAK4G%2CSAAQ%2CKAAM%2CEAAI%2CIAAC%3BEAC3H%2CUAAA%3B%3BAANJ%2CeAQE%3BEACE%2CgBAAA%3B%3BAATJ%2CeAQE%2CsBAEE%3BEACE%2CeAAA%3B%3BAAMN%2CqBAAsB%2CgBAAe%2CaAAa%2CuBAAuB%3BAAAgB%2CeAAgB%2COAAM%3BEAC7G%2CaAAA%3B%3B%3BAAGF%3BEACE%2CuBAAA%3BEACA%2C0BAAA%3BEACA%2CsBAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3B%3BAAEF%3BEACE%2CsBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CsBAAA%3B%3BAAGF%3BEACE%2CsBAAA%3BEACA%2CWAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2CaAAA%3BEACA%2CiBAAA%3B%3BAAGF%3BEACE%2CWAAA%3BEACA%2CWAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3B%3BAAJF%2CWAKE%3BEACE%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CsBAAA%3B%3BAAVJ%2CWAKE%2CaAME%3BEACE%2CgBAAA%3B%3BAAZN%2CWAeE%3BEACE%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3B%3BAAlBJ%2CWAeE%2CkBAIE%2CQAAQ%2CQAAO%3BAAnBnB%2CWAeE%2CkBAIyB%2CQAAQ%2COAAM%3BAAnBzC%2CWAeE%2CkBAIoD%2CQAAQ%3BEACxD%2CcAAA%3BEACA%2CaAAA%3BEACA%2CsBAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3B%3BAAzBN%2CWAeE%2CkBAYE%2CQAAO%2CMACL%3BAA5BN%2CWAeE%2CkBAYE%2CQAAO%2CMACF%3BEACD%2CcAAA%3B%3BAA7BR%2CWAeE%2CkBAiBE%2CaAAa%2COAAO%3BEAClB%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CsBAAA%3B%3BAArCN%2CWAeE%2CkBAwBE%3BEACE%2CgBAAA%3BEACA%2CgBAAA%3B%3BAAzCN%2CWAeE%2CkBA4BE%3BEACE%2CcAAA%3BEACA%2CmBAAA%3B%3BAA7CN%2CWAeE%2CkBAgCE%2CiBAAiB%3BEACf%2CUAAA%3B%3BAAhDN%2CWAeE%2CkBAmCE%2CcAAc%3BAAlDlB%2CWAeE%2CkBAmCoB%2CcAAc%2CGAAG%3BEACjC%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3B%3BAArDN%2CWAeE%2CkBAwCE%2CeACE%2CEAAC%3BAAxDP%2CWAeE%2CkBAwCE%2CeACW%2COAAM%3BEACb%2CqBAAA%3B%3BAAMR%3BEACE%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CaAAA%3BEACA%2CsBAAA%3B%3BAAeF%2CgBAbkC%3BEAChC%2CKAAK%2CKAAK%2CQACR%2CYACE%2CKAAI%3BIACF%2CiBAAA%3BIACA%2CqBAAA%3B%3BEAJN%2CKAAK%2CKAAK%2CQACR%2CYACE%2CKAAI%2CIAGF%2CSAAQ%2CIAAK%3BIACX%2CkBAAA%3B%3B%3BAAsNV%2CgBAhNiC%3BEAC%5C%2FB%2CqBAAsB%2CQAAO%3BIAC3B%2CUAAA%3B%3BEAEF%2C0BAA2B%2CQAAO%3BIAChC%2CUAAA%3B%3BEAEF%2C2BAA4B%2CQAAO%3BIACjC%2CUAAA%3B%3BEAEF%2CqBAAsB%3BIACpB%2CUAAA%3B%3BEAEF%2C0BAA2B%3BIACzB%2CUAAA%3B%3BEAEF%2C2BAA4B%3BIAC1B%2CUAAA%3B%3BEAEF%2CqBAAsB%3BIACpB%2CUAAA%3B%3BEAEF%2C0BAA2B%3BIACzB%2CUAAA%3B%3BEAEF%2C2BAA4B%3BIAC1B%2CUAAA%3B%3BEAEF%3BIACE%2CsBAAA%3B%3BEAEF%3BIACE%2CsBAAA%3BIACA%2C2BAAA%3BIACA%2CqBAAA%3B%3BEAGF%2CaAAc%2CQAAO%2COAAO%3BIAC1B%2C0BAAA%3BIACA%2C4BAAA%3B%3BEAEF%3BIACE%2CYAAA%3B%3BEADF%2CaAEE%3BIACE%2CmBAAA%3B%3BEAIJ%2CKAAK%2CQAAQ%3BIACX%2CgBAAA%3B%3B%3B%3B%3B%3BEAQF%2CWACE%3BIACE%2CiBAAA%3B%3BEAFJ%2CWAIE%2CQAAO%2COAAU%3BEAJnB%2CWAI%2BB%2CQAAO%2CWAAc%3BIAChD%2CuBAAA%3BIACA%2CWAAA%3B%3BEANJ%2CWAQE%2CQAAO%2COAAU%2CaAAa%2CgBAAa%3BIACzC%2CaAAA%3B%3BEATJ%2CWAWE%2CQAAQ%3BIACN%2CgBAAA%3B%3BEAZJ%2CWAcE%2CQAAQ%2CSAAS%3BEAdnB%2CWAcsB%2CQAAQ%2CSAAS%2CEAAC%3BEAdxC%2CWAcgD%2CQAAQ%2CSAAS%2CEAAC%3BIAC9D%2CWAAA%3BIACA%2CgBAAA%3BIACA%2CiBAAA%3B%3BEAjBJ%2CWAmBE%2CQAAQ%2CSAAS%2CEAAC%3BEAnBpB%2CWAmB4B%2CQAAQ%2CSAAS%2CEAAC%3BIAC1C%2C2BAAA%3B%3BEApBJ%2CWAsBE%2CQAAQ%3BIACN%2C4BAAA%3BIACA%2C6BAAA%3BIACA%2C2BAAA%3B%3BEAzBJ%2CWA2BE%2CQAAQ%2CSAAS%2CQAAU%3BIACzB%2C2BAAA%3BIACA%2CkBAAA%3B%3BEAGJ%2CWAAY%2CQAAQ%2CSAAS%2CEAAC%3BEAAQ%2CWAAY%2CQAAQ%2CSAAS%2CEAAC%3BIAClE%2CWAAA%3BIACA%2CkBAAA%3B%3BEAGF%2CaAAgB%3BIACd%2CuBAAA%3B%3B%3BEAKF%2CmBAAoB%3BIAClB%2CcAAA%3B%3B%3BEAMF%3BIACE%2CmBAAA%3B%3BEAEF%3BEAAc%3BIACZ%2CuBAAA%3BIACA%2CqBAAA%3BIACA%2CgBAAA%3B%3BEAEF%3BIACE%2CiBAAA%3B%3B%3BEAKF%2CoBAAqB%3BIACnB%2CUAAA%3B%3BEAEF%2CoBAAqB%2CSAAQ%3BIAC3B%2CUAAA%3B%3BEAGF%2CqBAAsB%2CQAAO%2CKAAM%3BIACjC%2CiBAAA%3B%3BEADF%2CqBAAsB%2CQAAO%2CKAAM%2CwBAEjC%3BIACE%2CiBAAA%3B%3BEAIJ%2CqBAAsB%2CQAAO%2CKAAM%2CYAAY%2CQAAO%2COAAO%3BIAC3D%2CUAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3B%3BEAGF%2CKAAK%2CKAAK%2CQACR%2CYACE%2CKAAI%3BIACF%2CcAAA%3B%3BEAHN%2CKAAK%2CKAAK%2CQACR%2CYAIE%2CKAAI%2CIACF%2CSAAQ%3BIACN%2CWAAA%3B%3BEAPR%2CKAAK%2CKAAK%2CQACR%2CYASE%2CmBACE%3BIACE%2CaAAA%3B%3B%3B%3B%3B%3B%3B%3BEAYR%2CgBAAiB%2CUAAS%3BIACxB%2CcAAA%3B%3BEAEF%2CSAAS%2CMAAO%2COAAO%3BIACrB%2CgBAAA%3BIACA%2CcAAA%3B%3B%3BEAMF%3BIACE%2CgBAAA%3BIACA%2CsBAAA%3BIACA%2C2BAAA%3B%3BEAEF%3BIACE%2CsBAAA%3B%3BEAEF%3BIACE%2C4BAAA%3B%3BEAGF%2CWACE%2CkBACE%2CQAAQ%2CQAAO%3BEAFnB%2CWACE%2CkBACyB%2CQAAQ%2COAAM%3BEAFzC%2CWACE%2CkBACoD%2CQAAQ%3BIACxD%2CkBAAA%3B%3BEAHN%2CWACE%2CkBAIE%2CQAAQ%2CQAAO%3BEALnB%2CWACE%2CkBAIyB%2CQAAQ%3BIAC7B%2CUAAA%3B%3BEANN%2CWACE%2CkBAOE%2CQAAQ%2COAAM%3BIACZ%2CUAAA%3B%3BEAKN%3BIACE%2CkBAAA%3BIACA%2CUAAA%3B%3B%3BAAYJ%2CgBARkC%3BEAChC%3BIACE%2C4BAAA%3BIACA%2CUAAA%3B%3B%3BAAuHJ%2CwBAlH0C%3BEAExC%3BIACE%2CWAAA%3BIACA%2CoBAAA%3BIACA%2CcAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEAEF%3BIACE%2CaAAA%3BIACA%2CUAAA%3B%3BEAEF%3BIACE%2CqBAAA%3BIACA%2CeAAA%3BIACA%2CcAAA%3BIACA%2CYAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3BIACA%2CQAAA%3BIACA%2CWAAA%3BIACA%2CWAAA%3B%3BEACA%2CWAAC%3BIACC%2CeAAA%3BIACA%2CiBAAA%3B%3BEAGJ%2CWACE%2CQAAQ%2CWAAU%3BIAChB%2CQAAA%3B%3BEAFJ%2CWAIE%2CQAAU%3BIACR%2C4BAAA%3B%3BEALJ%2CWAOE%2CQAAO%2COAAU%2CIAAC%2CIAAI%3BEAPxB%2CWAO4C%2CQAAO%2CWAAc%2CIAAC%2CIAAI%3BIAClE%2CWAAA%3B%3BEARJ%2CWAUE%2CQAAO%2COAAU%3BEAVnB%2CWAU%2BB%2CQAAO%2CWAAc%3BIAChD%2CWAAA%3B%3BEAIJ%3BIACE%2CqBAAA%3BIACA%2CkBAAA%3BIACA%2CYAAA%3BIACA%2CkBAAA%3B%3BEAJF%2CiBAKE%2CMAAK%2CQAAQ%3BIACX%2CgBAAA%3B%3BEAGJ%2CSAAU%3BIACR%2CcAAA%3BIACA%2CYAAA%3BIACA%2CqBAAA%3B%3BEAEF%2CSAAU%3BIACR%2CkBAAA%3B%3BEAEF%2CQACE%3BIACE%2CaAAA%3B%3BEAFJ%2CQAIE%2COAAM%2COAAO%3BIACX%2CaAAA%3B%3B%3BEAIJ%2CQAAQ%2CKAAK%2CMAAO%2CMAAK%2CMAAS%3BIAChC%2CcAAA%3BIACA%2CiBAAA%3BIACA%2CgBAAA%3BIACA%2CsBAAA%3B%3BEAGF%2CKAAK%2COAAO%3BIACV%2CqBAAA%3BIACA%2CUAAA%3BIACA%2CaAAa%2CmBAAb%3BIACA%2CSAAS%2COAAT%3B%3BEAEF%2CQAAQ%2CKAAK%2CMAAS%2CQAAK%2CMAAM%2COAAU%2CUAAO%3BIAChD%2CaAAA%3B%3BEAEF%2CKAAK%2CKAAK%2CQACR%2CKAAI%3BEADN%2CKAAK%2CKAAK%2CQACE%2CKAAI%3BEADhB%2CKAAK%2CKAAK%2CQACkB%2COAAM%2CIAAI%2COAAO%2CIAAI%2CSAAS%2CIAAI%2CmBAAsB%2CQAAQ%2CKAAG%2CGAAE%2CSAAS%3BEAD1G%2CKAAK%2CKAAK%2CQAC0G%2COAAM%2CIAAI%2COAAO%2CIAAI%2CSAAS%2CIAAI%2CmBAAsB%2CQAAQ%2CKAAG%2CGAAE%2CSAAS%3BIAC9L%2CwBAAA%3B%3B%3BEAIJ%2CKAAK%2CcAAe%2CKAAI%3BEAAM%2CKAAK%2CcAAe%2CKAAI%3BIACpD%2CUAAA%3B%3BEAGF%2CmBAAoB%2CuBAAuB%3BIACzC%2CcAAA%3B%3BEAIF%2CsBAAuB%2CkBAAkB%2CQAAO%2CSAAS%3BIACvD%2CcAAA%3B%3BEAEF%2CsBAAuB%2CkBAAkB%2CQAAO%2CSAAS%3BIACvD%2CyBAAA%3B%3BEACA%2CsBAFqB%2CkBAAkB%2CQAAO%2CSAAS%2CMAEtD%3BIACC%2CcAAA%3B%3BEAGJ%2CqBAAqB%2CqBAAsB%2CkBAAkB%2CQAAO%2CSAAU%2CSAAQ%3BIACpF%2CWAAA%3B%3B%3BAA6BJ%2CwBAzB0C%3BEACxC%3BEAAmB%3BIACjB%2CwBAAA%3B%3BEAEF%3BIACE%2CkBAAA%3BIACA%2CwBAAA%3B%3BEAEF%2CaAAc%2COAAM%3BEAAU%2CkBAAmB%2CQAAO%2CcAAc%3BEAAU%2CkBAAkB%2COAAO%2CcAAc%2COAAO%3BEAAU%2CiBAAkB%2CQAAO%2CSAAS%3BEAAU%2CiBAAkB%2CQAAO%2CSAAS%2COAAO%3BIAC3N%2C0BAAA%3BIACA%2C4BAAA%3B%3BEAEF%3BIACE%2CQAAA%3B%3BEACA%2CWAAC%3BIACC%2CeAAA%3BIACA%2CiBAAA%3B%3BEAGJ%2CcAAe%2COAAM%2CIAAI%2COAAO%2CIAAI%2CSAAS%2CIAAI%2CmBAAsB%2CQAAQ%2CKAAG%2CGAAE%2CSAAS%3BEAC7F%2CcAAe%2COAAM%2CIAAI%2COAAO%2CIAAI%2CSAAS%2CIAAI%2CmBAAsB%2CQAAQ%2CKAAG%2CGAAE%2CSAAS%3BIAC3F%2CaAAA%3B%3B%3BAAsBH%2CwBAlByC%3BEAExC%2CYAAa%2COAAM%2CQAAS%2CQAAO%3BIACjC%2CkBAAA%3B%3BEAEF%3BIACE%2CSAAA%3B%3BEAEA%2CWAAC%3BIACC%2CeAAA%3BIACA%2CiBAAA%3B%3BEAGJ%2CaAAc%2COAAM%3BEAAU%2CkBAAmB%2CQAAO%2CcAAc%3BEAAU%2CkBAAkB%2COAAO%2CcAAc%2COAAO%3BEAAU%2CiBAAkB%2CQAAO%2CSAAS%3BEAAU%2CiBAAkB%2CQAAO%2CSAAS%2COAAO%3BIAC3N%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CgBAAA%3B%3B%3BACpgCJ%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 */