/*custom-style*/
/*Custom fonts*/
@font-face {
  font-family: "Klean-Black";
  font-display: fallback;
  src: url(../fonts/Klean-Regular.woff) format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Klean-Black";
  font-display: fallback;
  src: url(../fonts/Klean-Medium.woff) format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Klean-Black";
  font-display: fallback;
  src: url(../fonts/Klean-Bold.woff) format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Klean-Black";
  font-display: fallback;
  src: url(../fonts/Klean-Extrabold.woff) format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Klean-Black";
  font-display: fallback;
  src: url(../fonts/Klean-Black.woff) format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
/*/*Custom fonts*/
/*@font-face {
    font-family: 'UAESymbol';
    src: url('../fonts/font.ttf') format('truetype');
}
@font-face {
    font-family: 'UAEDirham';
    src: url('../fonts/UAEDirham.woff2') format('woff2');
    font-weight: normal;
     font-style: normal;
    font-display: swap;;
}
@font-face {
    font-family: "ClanPro";
    font-display: fallback;
    src: url(../fonts/ClanWebPro-News.woff) format("woff");
    font-weight: 400;
     font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "ClanPro";
    font-display: fallback;
    src: url(../fonts/ClanWebPro-Medium.woff) format("woff");
    font-weight: 500;
     font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "ClanPro";
    font-display: fallback;
    src: url(../fonts/ClanWebPro-Bold.woff) format("woff");
    font-weight: 700;
     font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "ClanPro";
    font-display: fallback;
    src: url(../fonts/ClanWebPro-NarrBlack.woff) format("woff");
    font-weight: 900;
     font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Klean-Black";
    font-display: fallback;
    src: url(../fonts/Klean-Black.woff) format("woff");
    font-weight: 900;
     font-style: normal;
    font-display: swap;
}*/
/*Common style*/
* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
body._has-modal {
  overflow-y: auto !important;
}
body {
  /* font-family: 'ClanPro'!important;*/
  font-family: "Klean-Black" !important;
  font-weight: 400;
  font-size: 14px!important;
  color: #000000;
  padding-top: 220px;
  /*cookies privacy pupup*/
}
@media (max-width: 768px) {
  body {
    padding-top: 190px;
  }
}
body input,
body button,
body select,
body textarea {
  /*font-family: 'ClanPro' !important;*/
  font-family: "Klean-Black" !important;
}
body input:focus,
body button:focus,
body select:focus,
body textarea:focus {
  box-shadow: none!important;
  outline: 0 !important;
}
body .fieldset > .field.required > .label:after,
body .fieldset > .fields > .field.required > .label:after,
body .fieldset > .field._required > .label:after,
body .fieldset > .fields > .field._required > .label:after {
  font-size: 18px!important;
  margin: 0 0 0 2px!important;
}
body button {
  transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
}
body ul,
body li,
body ol {
  padding: 0;
  margin: 0;
  list-style: none;
}
body .page-main {
  max-width: 1690px;
  padding: 0 20px;
}
@media (max-width: 768px) {
  body .page-main {
    padding: 0 15px;
  }
}
body .page-main .columns .column.main {
  padding-bottom: 0;
}
body .mfp-wrap .mfp-container .mfp-content {
  margin: 0;
  vertical-align: middle;
}
body .breadcrumbs {
  max-width: 1690px;
  margin-bottom: 0;
  margin-top: 20px;
}
body .breadcrumbs ul.items {
  padding: 0 0 25px 0;
}
body .breadcrumbs ul.items li.item {
  font-size: 13px;
  line-height: 18px;
  color: #000;
  font-weight: 400;
}
body .breadcrumbs ul.items li.item:not(:last-child):after {
  color: #929292;
  margin: 0 5px;
}
body .breadcrumbs ul.items li.item a {
  font-size: 13px;
  color: #929292;
  text-decoration: none;
  line-height: 18px;
  font-weight: 400;
}
body .breadcrumbs ul.items li.item strong {
  font-size: 13px;
  line-height: 18px;
  color: #000;
  font-weight: 400;
}
body #m-cookienotice.v-box.v-bottom-left {
  bottom: 2rem;
  left: 2rem;
  border-radius: 0;
  padding: 20px;
  width: 60%;
  max-width: 1100px;
  margin: 0;
  max-height: 90%;
  min-height: 135px;
}
@media (min-width: 992px) and (max-width: 1280px) {
  body #m-cookienotice.v-box.v-bottom-left {
    width: 70%;
  }
}
@media (min-width: 769px) and (max-width: 991px) {
  body #m-cookienotice.v-box.v-bottom-left {
    width: 75%;
  }
}
@media (max-width: 768px) {
  body #m-cookienotice.v-box.v-bottom-left {
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
body #m-cookienotice.v-box.v-bottom-left .m-message.title {
  float: left;
  width: 70% !important;
  /*font-family: 'ClanPro' !important;*/
  font-family: "Klean-Black" !important;
  padding: 0;
  margin-bottom: 5px;
}
@media (min-width: 769px) and (max-width: 1280px) {
  body #m-cookienotice.v-box.v-bottom-left .m-message.title {
    width: 60%!important;
  }
}
@media (max-width: 768px) {
  body #m-cookienotice.v-box.v-bottom-left .m-message.title {
    width: 100%!important;
  }
}
body #m-cookienotice.v-box.v-bottom-left .m-message.title span.titlecookie {
  color: #000;
  border: none !important;
  font-size: 22px;
}
body #m-cookienotice.v-box.v-bottom-left #message-custom-css {
  float: left;
  width: 70% !important;
  /*font-family: 'ClanPro' !important;*/
  font-family: "Klean-Black" !important;
  color: #000;
  padding: 0;
}
@media (min-width: 769px) and (max-width: 1280px) {
  body #m-cookienotice.v-box.v-bottom-left #message-custom-css {
    width: 60%!important;
  }
}
@media (max-width: 768px) {
  body #m-cookienotice.v-box.v-bottom-left #message-custom-css {
    width: 100%!important;
  }
}
body #m-cookienotice.v-box.v-bottom-left #action-custom-css {
  float: left;
  width: 30%;
  margin: -36px 0 0 0;
  padding-left: 20px;
}
@media (min-width: 769px) and (max-width: 1280px) {
  body #m-cookienotice.v-box.v-bottom-left #action-custom-css {
    width: 40%;
  }
}
@media (max-width: 768px) {
  body #m-cookienotice.v-box.v-bottom-left #action-custom-css {
    width: 100%;
    padding: 0;
    margin: 20px 0 0 0;
  }
}
body #m-cookienotice.v-box.v-bottom-left #action-custom-css > a {
  display: block;
  margin: 0 0 10px 0;
  text-align: center;
  color: #000 !important;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 13px;
  /*font-family: 'ClanPro' !important;*/
  font-family: "Klean-Black" !important;
  height: 44px;
  padding: 13px 20px 11px;
  line-height: 18px;
}
body #m-cookienotice.v-box.v-bottom-left #action-custom-css > a.m-decline {
  background: #e3e3e3 !important;
}
body #m-cookienotice.v-box.v-bottom-left #action-custom-css > a.m-decline + .m-button {
  border: none;
  padding-bottom: 0;
  text-transform: none;
  text-decoration: underline;
}
@media (max-width: 768px) {
  body #m-cookienotice.v-box.v-bottom-left #action-custom-css > a.m-decline + .m-button {
    height: auto;
  }
}
aside.no-header-footer .modal-inner-wrap {
  box-shadow: none;
  max-width: 400px;
  left: auto;
  top: 121px !important;
  transform: inherit !important;
  border-radius: 0;
  right: 125px;
}
@media (max-width: 1800px) {
  aside.no-header-footer .modal-inner-wrap {
    right: 15px;
  }
}
@media (max-width: 768px) {
  aside.no-header-footer .modal-inner-wrap {
    height: auto !important;
    max-height: auto !important;
    min-height: auto !important;
  }
}
aside.no-header-footer .modal-inner-wrap .modal-popup-body a {
  float: left;
  margin-right: 15px;
}
aside.no-header-footer .modal-inner-wrap .modal-popup-body strong {
  margin-bottom: 8px;
  display: block;
}
aside.no-header-footer .modal-footer {
  display: none;
}
aside.modal-popup._show .modal-inner-wrap {
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  top: 50%;
}
aside.modal-popup.confirm .modal-inner-wrap {
  margin: 0 auto;
}
aside.modal-popup.confirm .modal-inner-wrap .modal-header button.action-close::before {
  color: #000;
}
aside.modal-popup.confirm .modal-inner-wrap .modal-footer button {
  font-weight: 500;
  width: 77px;
}
aside.modal-popup.confirm .modal-inner-wrap .modal-footer button.action-dismiss {
  background: #000;
  color: #fff;
  border-color: #000;
}
aside.modal-popup.confirm .modal-inner-wrap .modal-footer button.action-accept {
  background: #ffed00;
  color: #000;
  border-color: #ffed00;
}
@media (max-width: 768px) {
  aside.modal-popup.no-header-footer .modal-inner-wrap {
    background: #fff !important;
    border-radius: 0;
    min-height: 100vh;
  }
}
aside.modal-popup.no-header-footer .modal-inner-wrap .modal-header button.action-close:before {
  color: #000;
}
aside.modal-popup.no-header-footer .modal-inner-wrap .modal-popup-header {
  border-bottom: 1px solid #ededed;
  padding-bottom: 15px;
}
@media (max-width: 768px) {
  aside.modal-popup.no-header-footer .modal-inner-wrap .modal-popup-header {
    position: relative;
    padding-left: 30px;
  }
}
aside.modal-popup.no-header-footer .modal-inner-wrap .modal-popup-header .modal-popup-icon {
  width: 40px;
  padding-right: 10px;
  top: -5px;
}
@media (max-width: 768px) {
  aside.modal-popup.no-header-footer .modal-inner-wrap .modal-popup-header .modal-popup-icon {
    position: absolute;
    left: 0;
  }
}
aside.modal-popup.no-header-footer .modal-inner-wrap .modal-popup-header p.cart-buttons button {
  font-weight: 500;
}
aside.modal-popup.no-header-footer .modal-inner-wrap .modal-popup-header p.cart-buttons button.view-shopping-cart {
  background: #000;
  color: #fff;
  border-color: #000;
}
@media (max-width: 768px) {
  aside.modal-popup.no-header-footer .modal-inner-wrap .modal-popup-header p.cart-buttons button.view-shopping-cart {
    width: 100%;
  }
}
aside.modal-popup.no-header-footer .modal-inner-wrap .modal-popup-header p.cart-buttons button.continue-shopping {
  background: #ffed00;
  color: #000;
  border-color: #ffed00;
}
@media (max-width: 768px) {
  aside.modal-popup.no-header-footer .modal-inner-wrap .modal-popup-header p.cart-buttons button.continue-shopping {
    width: 100%;
    margin-top: 15px;
  }
}
aside.modal-popup.no-header-footer .modal-inner-wrap .modal-popup-body ul.modal-product-list {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 768px) {
  aside.modal-popup.no-header-footer .modal-inner-wrap .modal-popup-body ul.modal-product-list {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
}
aside.modal-popup.no-header-footer .modal-inner-wrap .modal-popup-body ul.modal-product-list li {
  margin: 0 0 10px 0;
  width: 23%;
  height: auto;
  border: none;
  text-align: center;
}
@media (max-width: 768px) {
  aside.modal-popup.no-header-footer .modal-inner-wrap .modal-popup-body ul.modal-product-list li {
    width: 48%;
  }
}
aside.modal-popup.no-header-footer .modal-inner-wrap .modal-popup-body ul.modal-product-list li a {
  display: block;
  border: 1px solid #ededed;
  text-align: center;
}
aside.modal-popup.no-header-footer .modal-inner-wrap .modal-popup-body ul.modal-product-list li a + span > strong {
  font-weight: 500;
}
aside.modal-popup.no-header-footer .modal-inner-wrap .modal-popup-body ul.modal-product-list li span strong {
  display: inline-block;
  padding-top: 5px;
}
@media (max-width: 768px) {
  aside.modal-popup.osc-new-address-popup .modal-inner-wrap {
    width: 100%!important;
    border-radius: 0!important;
  }
}
aside.modal-popup.osc-new-address-popup .modal-inner-wrap header {
  position: relative;
}
aside.modal-popup.osc-new-address-popup .modal-inner-wrap header h1 {
  color: #000;
  font-weight: 500;
  border-color: #000;
}
aside.modal-popup.osc-new-address-popup .modal-inner-wrap header button.action-close {
  position: absolute;
  top: 34px;
  margin: 0;
  right: 30px;
}
@media (max-width: 768px) {
  aside.modal-popup.osc-new-address-popup .modal-inner-wrap header button.action-close {
    top: 29px;
  }
}
aside.modal-popup.osc-new-address-popup .modal-inner-wrap header button.action-close:before {
  color: #000;
  font-weight: 700;
  font-size: 16px;
}
aside.modal-popup.osc-new-address-popup .modal-inner-wrap .modal-content form .fieldset {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
aside.modal-popup.osc-new-address-popup .modal-inner-wrap .modal-content form .fieldset > .field {
  padding: 0;
  width: 48%;
}
@media (max-width: 540px) {
  aside.modal-popup.osc-new-address-popup .modal-inner-wrap .modal-content form .fieldset > .field {
    width: 100%;
    margin-bottom: 15px;
  }
}
@media (max-width: 768px) {
  aside.modal-popup.osc-new-address-popup .modal-inner-wrap .modal-content form .fieldset > .field .label {
    margin-bottom: 0;
  }
}
aside.modal-popup.osc-new-address-popup .modal-inner-wrap .modal-content form .fieldset > .field .control input,
aside.modal-popup.osc-new-address-popup .modal-inner-wrap .modal-content form .fieldset > .field select {
  border-radius: 0!important;
  border-color: #000;
  height: 40px;
  color: #000;
}
aside.modal-popup.osc-new-address-popup .modal-inner-wrap .modal-content form .fieldset > .field.street {
  width: 100%;
  padding: 0 !important;
}
aside.modal-popup.osc-new-address-popup .modal-inner-wrap .modal-footer {
  border-color: #000;
}
@media (max-width: 768px) {
  aside.modal-popup.osc-new-address-popup .modal-inner-wrap .modal-footer button {
    width: auto;
  }
}
aside.modal-popup.osc-new-address-popup .modal-inner-wrap .modal-footer button.action-save-address {
  border-radius: 0!important;
}
aside.modal-popup.osc-new-address-popup .modal-inner-wrap .modal-footer button.action-hide-popup {
  color: #000;
  font-weight: 500;
}
@media (max-width: 768px) {
  aside.modal-popup.osc-new-address-popup .modal-inner-wrap .modal-footer button.action-hide-popup {
    margin: 4px 10px 0 0!important;
  }
}
aside.modal-popup.custom-popup .modal-inner-wrap {
  width: 100%;
  max-width: 583px;
  background: #ededed;
}
aside.modal-popup.custom-popup .modal-inner-wrap .modal-header {
  background: #000;
  margin-bottom: 20px;
}
aside.modal-popup.custom-popup .modal-inner-wrap .modal-header .action-close {
  margin: 14px 15px;
}
aside.modal-popup.custom-popup .modal-inner-wrap .modal-header .action-close:before {
  color: #fff;
}
aside.modal-popup.custom-popup .modal-inner-wrap .modal-content {
  padding: 20px;
}
aside.modal-popup.custom-popup .modal-inner-wrap .modal-content #response-message {
  color: #5cb85c;
  font-size: 14px;
  margin-bottom: 15px;
}
aside.modal-popup.custom-popup .modal-inner-wrap .modal-content form.contact .legend {
  color: #000;
  font-weight: 700;
  font-size: 16px;
  border: none;
}
aside.modal-popup.custom-popup .modal-inner-wrap .modal-content form.contact .fieldset .field .label {
  font-weight: normal;
}
aside.modal-popup.custom-popup .modal-inner-wrap .modal-content form.contact .fieldset .field .control input {
  height: 40px;
  padding: 0 9px;
}
aside.modal-popup.custom-popup .modal-inner-wrap .modal-content form.contact .actions-toolbar .primary button {
  padding: 12px 12px 9px;
  background-color: #ffed00;
  color: #000;
  text-transform: uppercase;
  border: 1px solid #e3e3e3;
  font-weight: 700;
  font-size: 14px;
}
aside.modal-popup.custom-popup .modal-inner-wrap .modal-footer {
  background: #fff;
}
aside.modal-popup.custom-popup .modal-inner-wrap .modal-footer button {
  padding: 12px 12px 9px;
  background-color: #000;
  color: #fff;
  text-transform: uppercase;
  border: 1px solid #000;
  font-weight: 700;
  font-size: 14px;
  border-radius: 0;
}
.social_custom_icons {
  position: fixed;
  right: 0;
  bottom: 90px;
  z-index: 99;
}
@media (max-width: 768px) {
  .social_custom_icons {
    bottom: 116px;
  }
}
.social_custom_icons ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.social_custom_icons ul li {
  margin: 0;
}
.social_custom_icons ul li a {
  padding: 10px;
  font-size: 36px;
  color: #ffed00 !important;
  background: #000;
  height: 60px;
  width: 60px;
  line-height: 36px;
  text-align: center;
  display: inline-block;
  text-decoration: none;
  transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
}
.social_custom_icons ul li:hover a {
  border-radius: 15px 0 0 15px;
  padding-right: 35px;
  width: 100px;
}
@media (max-width: 768px) {
  .social_custom_icons ul li:hover a {
    padding-right: 15px;
    width: 70px;
  }
}
.social_custom_icons ul li:hover a .fa.fa-whatsapp {
  -webkit-transition: 0.6s ease-out;
  -moz-transition: 0.6s ease-out;
  transition: 0.6s ease-out;
}
.social_custom_icons ul li:hover a:hover .fa.fa-whatsapp {
  -webkit-transform: rotateY(360deg);
  -moz-transform: rotateY(360deg);
  transform: rotateY(360deg);
}
#mfbacktop {
  background: url(../images/arrow-up-move.png) no-repeat;
  background-size: 100%;
  cursor: pointer;
  height: 40px;
  padding: 8px;
  position: fixed;
  right: 15px;
  bottom: 20px;
  text-align: center;
  width: 40px;
  z-index: 9999;
  display: none;
  text-decoration: none;
}
@media (max-width: 768px) {
  #mfbacktop {
    bottom: 70px;
  }
}
#mfbacktop span {
  display: none;
}
/*create-popup-account 11/2/2023*/
#social-login-popup.white-popup .social-login-title {
  width: calc(100% - 30px) !important;
  margin: 15px auto 0;
  background: #000;
}
#social-login-popup.white-popup .social-login-title h2 {
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
}
#social-login-popup.white-popup .mp-social-popup {
  padding: 0 !important;
  width: 100%;
  margin-top: 0;
}
#social-login-popup.white-popup .mp-social-popup .block {
  padding: 0 15px;
}
#social-login-popup.white-popup .mp-social-popup .block .form-customer-login .fieldset .field .label {
  font-size: 14px;
  font-weight: 500;
}
#social-login-popup.white-popup .mp-social-popup .block .form-customer-login .fieldset .field input {
  height: 40px;
}
#social-login-popup.white-popup .mp-social-popup .block .form-customer-login .actions-toolbar {
  display: flex;
  align-items: center;
}
#social-login-popup.white-popup .mp-social-popup .block .form-customer-login .actions-toolbar .secondary {
  width: auto !important;
  margin: 0 0 0 15px;
}
#social-login-popup.white-popup .mp-social-popup .block .form-customer-login .actions-toolbar .secondary .action.remind {
  font-size: 14px;
  color: #000;
  text-decoration: none;
  font-weight: 500;
}
#social-login-popup.white-popup .mp-social-popup .block .form-customer-login .actions-toolbar button.login {
  margin: 0;
  padding: 12px 12px 9px !important;
  background-color: #ffed00 !important;
  color: #000;
  text-transform: uppercase;
  border: 1px solid #e3e3e3 !important;
  font-weight: 700;
  font-size: 14px;
}
#social-login-popup.white-popup .mp-social-popup .block .form-customer-login .actions-toolbar + .actions-toolbar {
  margin: 12px 0 0 0;
}
#social-login-popup.white-popup .mp-social-popup .block .form-customer-login .actions-toolbar + .actions-toolbar .action.create {
  font-size: 14px;
  color: #000;
  text-decoration: none;
  font-weight: 500;
}
#social-login-popup.white-popup .mp-social-popup .form-password-forget {
  background: #ededed;
  padding: 20px;
  margin-bottom: 20px;
}
#social-login-popup.white-popup .mp-social-popup .form-password-forget fieldset .field .label {
  font-size: 14px;
  font-weight: 500;
}
#social-login-popup.white-popup .mp-social-popup .form-password-forget fieldset .field input {
  height: 40px;
}
#social-login-popup.white-popup .mp-social-popup .form-password-forget .actions-toolbar .primary {
  display: flex;
  align-items: center;
}
#social-login-popup.white-popup .mp-social-popup .form-password-forget .actions-toolbar .primary button {
  padding: 12px 12px 9px !important;
  background-color: #ffed00 !important;
  color: #000;
  text-transform: uppercase;
  border: 1px solid #e3e3e3 !important;
  font-weight: 700;
  font-size: 14px;
}
@media (max-width: 768px) {
  #social-login-popup.white-popup .mp-social-popup .form-password-forget .actions-toolbar .primary button {
    width: auto;
    padding: 12px 15px 9px !important;
  }
}
#social-login-popup.white-popup .mp-social-popup .form-password-forget .actions-toolbar .primary .secondary {
  margin-left: 15px;
}
@media (max-width: 768px) {
  #social-login-popup.white-popup .mp-social-popup .form-password-forget .actions-toolbar .primary .secondary {
    width: auto;
  }
}
#social-login-popup.white-popup .mp-social-popup .form-password-forget .actions-toolbar .primary .secondary .action.back {
  margin: 0;
  font-size: 14px;
  color: #000;
  text-decoration: none;
  font-weight: 500;
}
#social-login-popup.white-popup .mp-social-popup .social-login-customer-authentication {
  background: #ededed;
  width: calc(100% - 30px);
  margin: 0 auto 20px !important;
  float: none;
  padding: 20px;
  box-sizing: border-box;
}
#social-login-popup.white-popup .mp-social-popup .social-login-customer-authentication .block-title {
  margin-top: 0;
  color: #000;
  font-weight: 700;
  font-size: 16px;
}
#social-login-popup.white-popup .social-login.create .block {
  padding: 0 15px;
}
#social-login-popup.white-popup .social-login.create .block .form-customer-create {
  background: #ededed;
  padding: 20px;
}
#social-login-popup.white-popup .social-login.create .block .form-customer-create .actions-toolbar {
  clear: both;
  margin: 0;
}
#social-login-popup.white-popup .social-login.create .block .form-customer-create .actions-toolbar > .primary {
  margin-top: 0;
  display: flex;
  align-items: center;
}
#social-login-popup.white-popup .social-login.create .block .form-customer-create .actions-toolbar > .primary button {
  padding: 12px 12px 9px !important;
  background-color: #ffed00 !important;
  color: #000;
  text-transform: uppercase;
  border: 1px solid #e3e3e3 !important;
  font-weight: 700;
  font-size: 14px;
}
@media (max-width: 768px) {
  #social-login-popup.white-popup .social-login.create .block .form-customer-create .actions-toolbar > .primary button {
    width: auto;
    padding: 12px 15px 9px !important;
  }
}
#social-login-popup.white-popup .social-login.create .block .form-customer-create .actions-toolbar > .primary .secondary {
  margin-left: 15px;
}
@media (max-width: 768px) {
  #social-login-popup.white-popup .social-login.create .block .form-customer-create .actions-toolbar > .primary .secondary {
    width: auto;
  }
}
#social-login-popup.white-popup .social-login.create .block .form-customer-create .actions-toolbar > .primary .secondary .action.back {
  margin: 0;
  font-size: 14px;
  color: #000;
  text-decoration: none;
  font-weight: 500;
}
#social-login-popup.white-popup .social-login.create .block .form-customer-create fieldset {
  width: 100%;
  border-radius: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  min-height: inherit;
}
#social-login-popup.white-popup .social-login.create .block .form-customer-create fieldset .field {
  width: 48.5%;
  margin-bottom: 20px;
}
@media (max-width: 540px) {
  #social-login-popup.white-popup .social-login.create .block .form-customer-create fieldset .field {
    width: 100%;
  }
}
#social-login-popup.white-popup .social-login.create .block .form-customer-create fieldset .field .label {
  font-size: 14px;
  font-weight: 500;
}
#social-login-popup.white-popup .social-login.create .block .form-customer-create fieldset .field input[type="checkbox"],
#social-login-popup.white-popup .social-login.create .block .form-customer-create fieldset .field input[type="radio"] {
  height: auto;
}
#social-login-popup.white-popup .social-login.create .block .form-customer-create fieldset .field input {
  height: 40px;
}
#social-login-popup.white-popup .social-login.create .block .form-customer-create fieldset .field input:placeholder {
  opacity: 1;
  color: #000;
}
#social-login-popup.white-popup .social-login.create .block .form-customer-create fieldset .field input::-webkit-input-placeholder {
  opacity: 1;
  color: #000;
}
#social-login-popup.white-popup .social-login.create .block .form-customer-create fieldset .field input::-moz-placeholder {
  opacity: 1;
  color: #000;
}
#social-login-popup.white-popup .social-login.create .block .form-customer-create fieldset .field input:-ms-input-placeholder {
  opacity: 1;
  color: #000;
}
#social-login-popup.white-popup .social-login.create .block .form-customer-create fieldset .field input:-moz-placeholder {
  opacity: 1;
  color: #000;
}
#social-login-popup.white-popup .social-login.create .block .form-customer-create fieldset .field select {
  height: 40px;
  padding: 0 30px 0 9px;
}
#social-login-popup.white-popup .social-login.create .block .form-customer-create fieldset .field.newsletter {
  width: 100%;
  margin-bottom: 20px;
}
#social-login-popup.white-popup .social-login.create .block .form-customer-create fieldset .field.newsletter label {
  font-weight: normal;
}
#social-login-popup.white-popup .social-login.create .block .form-customer-create fieldset .field.country {
  width: 100%;
}
#social-login-popup.white-popup .social-login.create .block .form-customer-create fieldset .field.customer-type {
  width: 100%;
  display: flex;
  align-items: center;
}
@media (max-width: 410px) {
  #social-login-popup.white-popup .social-login.create .block .form-customer-create fieldset .field.customer-type {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
}
#social-login-popup.white-popup .social-login.create .block .form-customer-create fieldset .field.customer-type .label {
  margin-bottom: 0;
  display: block;
  margin-right: 15px;
}
@media (max-width: 410px) {
  #social-login-popup.white-popup .social-login.create .block .form-customer-create fieldset .field.customer-type .label {
    width: 100%;
    margin-bottom: 10px;
  }
}
#social-login-popup.white-popup .social-login.create .block .form-customer-create fieldset .field.customer-type .options label[for="individual"] {
  margin-right: 15px;
}
#social-login-popup.white-popup .social-login.create .block .form-customer-create fieldset .field.street {
  width: 100%;
}
#social-login-popup.white-popup .social-login.create .block .form-customer-create fieldset .field.street > .control {
  display: flex;
  width: 100%;
  justify-content: space-between;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
#social-login-popup.white-popup .social-login.create .block .form-customer-create fieldset .field.street > .control input {
  width: 48.5%;
  order: 1;
}
@media (max-width: 540px) {
  #social-login-popup.white-popup .social-login.create .block .form-customer-create fieldset .field.street > .control input {
    width: 100%;
  }
}
#social-login-popup.white-popup .social-login.create .block .form-customer-create fieldset .field.street > .control input + .mage-error {
  order: 3;
}
@media (max-width: 540px) {
  #social-login-popup.white-popup .social-login.create .block .form-customer-create fieldset .field.street > .control input + .mage-error {
    order: 2;
  }
}
#social-login-popup.white-popup .social-login.create .block .form-customer-create fieldset .field.street > .control .nested {
  width: 48.5%;
  order: 2;
}
@media (max-width: 540px) {
  #social-login-popup.white-popup .social-login.create .block .form-customer-create fieldset .field.street > .control .nested {
    width: 100%;
    order: 3;
  }
}
#social-login-popup.white-popup .social-login.create .block .form-customer-create fieldset .field.street > .control .field.additional {
  margin: 0;
  width: 100%;
}
#social-login-popup.white-popup .social-login.create .block .form-customer-create fieldset .field.street > .control .field.additional .control input {
  width: 100%;
}
#social-login-popup.white-popup .social-login.create .block .form-customer-create fieldset .field.field-name-lastname + .field {
  width: 100%;
}
#social-login-popup.white-popup .social-login.create .block .form-customer-create fieldset.account {
  padding-top: 0;
}
#social-login-popup.white-popup .social-login.create .block .form-customer-create fieldset.account br {
  display: none;
}
#social-login-popup.white-popup #mp-popup-social-content {
  width: 100%;
  padding: 0 15px;
  clear: both;
}
#social-login-popup.white-popup #mp-popup-social-content .social-login-authentication-channel {
  width: 100%;
  margin: 0 auto 20px auto;
  padding: 0;
  float: none;
}
#social-login-popup.white-popup #mp-popup-social-content .social-login-authentication-channel .block-content {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 400px;
  margin: 0 auto;
}
#social-login-popup.white-popup #mp-popup-social-content .social-login-authentication-channel .block-title {
  width: 100%;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  margin: 10px 0 5px;
  position: relative;
}
#social-login-popup.white-popup #mp-popup-social-content .social-login-authentication-channel .block-title::before {
  content: '';
  position: absolute;
  height: 1px;
  width: 100%;
  background: #000;
  left: 0;
  top: 11px;
  z-index: -1;
}
#social-login-popup.white-popup #mp-popup-social-content .social-login-authentication-channel .block-title span {
  display: inline-block;
  background: #fff;
  padding: 0 15px;
}
#social-login-popup.white-popup #mp-popup-social-content .social-login-authentication-channel .actions-toolbar a.btn-social {
  text-align: left;
}
#social-login-popup.white-popup .mfp-close {
  padding-top: 15px;
  margin-right: 15px;
  opacity: 1;
}
#social-login-popup .social-login.create {
  width: 100%;
  margin-bottom: 20px;
}
.call-for-price aside.modal-popup .modal-inner-wrap {
  width: 100%;
  max-width: 750px;
}
.call-for-price aside.modal-popup .modal-inner-wrap .modal-header {
  background: #000;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 30px;
}
.call-for-price aside.modal-popup .modal-inner-wrap .modal-header .modal-title {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  border: none;
  padding: 0;
}
.call-for-price aside.modal-popup .modal-inner-wrap .modal-header .action-close {
  margin: 0;
  top: 24px;
  right: 20px;
}
.call-for-price aside.modal-popup .modal-inner-wrap .modal-header .action-close:before {
  color: #fff;
  font-weight: 700;
  font-size: 16px;
}
.call-for-price aside.modal-popup .modal-inner-wrap .modal-body form .fieldset {
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.call-for-price aside.modal-popup .modal-inner-wrap .modal-body form .fieldset > .field {
  width: 49%;
}
@media (max-width: 540px) {
  .call-for-price aside.modal-popup .modal-inner-wrap .modal-body form .fieldset > .field {
    width: 100%;
  }
}
.call-for-price aside.modal-popup .modal-inner-wrap .modal-body form .fieldset > .field.request_detail {
  width: 100%;
}
.call-for-price aside.modal-popup .modal-inner-wrap .modal-body form .fieldset > .field label {
  font-weight: normal;
  font-size: 14px;
  color: #000;
  margin-bottom: 5px;
}
.call-for-price aside.modal-popup .modal-inner-wrap .modal-body form .fieldset > .field .control input {
  height: 42px;
  border-color: #000;
  font-size: 14px;
}
.call-for-price aside.modal-popup .modal-inner-wrap .modal-body form .fieldset > .field .control textarea {
  border-color: #000;
  font-size: 14px;
}
.call-for-price aside.modal-popup .modal-inner-wrap .modal-footer {
  border-color: #000;
}
.call-for-price aside.modal-popup .modal-inner-wrap .modal-footer button {
  background: #ffed00;
  border-color: #ffed00;
  color: #000;
  font-size: 16px;
  padding: 12px 25px;
}
.page-header .header.content a.logo + .magezon-builder {
  max-height: 55px;
}
@media (min-width: 769px) {
  .page-header .header.content a.logo + .magezon-builder {
    flex: 1;
    max-height: 94px;
  }
}
.home-product-slider .slide-progress,
.home-product-slider .slide-progress-content {
  display: none;
}
.amxnotif-block.subscribe-popup form.subscribe-popup {
  padding: 15px;
  position: relative;
}
@media (min-width: 769px) and (max-width: 1199px) {
  .amxnotif-block.subscribe-popup form.subscribe-popup {
    width: 100%;
  }
}
.amxnotif-block.subscribe-popup form.subscribe-popup label {
  font-size: 16px;
  margin-bottom: 20px;
  text-align: left;
}
.amxnotif-block.subscribe-popup form.subscribe-popup span.close-subscribe-popup {
  top: 10px;
  color: #000;
  font-size: 27px;
  right: 15px;
}
.amxnotif-block.subscribe-popup form.subscribe-popup .notification-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 0;
}
.amxnotif-block.subscribe-popup form.subscribe-popup .notification-container .input-fields {
  width: 70%;
  max-width: 100%;
  margin: 0;
}
.amxnotif-block.subscribe-popup form.subscribe-popup .notification-container .input-fields input.amxnotif-guest-email {
  height: 40px;
  border: 1px solid #c2c2c2;
  font-size: 14px;
}
.amxnotif-block.subscribe-popup form.subscribe-popup .notification-container .actions-toolbar {
  width: 30%;
  max-width: 100%;
  margin: 0;
  min-width: inherit;
}
.amxnotif-block.subscribe-popup form.subscribe-popup .notification-container .actions-toolbar .primary {
  display: block;
  width: 100%;
}
.amxnotif-block.subscribe-popup form.subscribe-popup .notification-container .actions-toolbar .primary button.action {
  margin: 0;
  width: 100%;
  padding: 12px 12px 9px !important;
  background-color: #ffed00 !important;
  color: #000;
  text-transform: uppercase;
  border: 1px solid #e3e3e3 !important;
  font-weight: 700;
  font-size: 14px;
  height: 40px;
}
.amxnotif-block.subscribe-popup form.subscribe-popup .notification-container .am-restock-alert-wrapper {
  margin-top: 20px;
  color: #000;
  text-align: left;
}
.page-with-filter .product-items .product-item {
  position: relative;
}
.feature_section {
  display: flex;
  flex-wrap: wrap;
}
.feature_section .feature-content {
  width: 32.25%;
  margin-right: 1.6%;
  border: 1px solid #dcdcdc;
  padding: 6px;
}
@media (max-width: 768px) {
  .feature_section .feature-content {
    width: 100%;
    margin: 0 0 20px;
  }
}
.feature_section .feature-content:last-child {
  margin-right: 0;
}
.feature_section .feature-content .feature-box img {
  width: 100%;
}
.feature_section .feature-content .feature-box h4 {
  font-size: 16px;
  line-height: 21px;
  color: #000;
  font-weight: 500;
  margin: 18px 0 10px;
  padding: 0 9px;
}
.feature_section .feature-content .feature-box p {
  padding: 0 9px;
  margin: 0 0 10px;
  font-size: 14px;
  line-height: 24px;
  color: #464242;
}
.catalog-category-view.category-detergents #maincontent .category-description div[data-content-type="row"][data-appearance="contained"],
.catalog-category-view.category-accessories #maincontent .category-description div[data-content-type="row"][data-appearance="contained"] {
  max-width: 100%;
  padding: 0;
}
.catalog-category-view.category-detergents .category-section-full-row .mgz-element-inner,
.catalog-category-view.category-accessories .category-section-full-row .mgz-element-inner {
  padding: 0;
}
@media (min-width: 769px) {
  .catalog-category-view.category-detergents .category-section-full-row .owl-carousel .owl-stage .owl-item,
  .catalog-category-view.category-accessories .category-section-full-row .owl-carousel .owl-stage .owl-item {
    padding-bottom: 4.7%;
  }
  .catalog-category-view.category-detergents .category-section-full-row .owl-carousel .owl-stage .owl-item .mgz-carousel-item,
  .catalog-category-view.category-accessories .category-section-full-row .owl-carousel .owl-stage .owl-item .mgz-carousel-item {
    position: absolute;
    top: 0;
    left: 0;
    height: 100% !important;
    width: 100%;
    background-size: 100%;
    background-position: top;
  }
}
.catalog-category-view.category-detergents .category-section-content-row,
.catalog-category-view.category-accessories .category-section-content-row {
  max-width: 1690px;
  padding: 0 20px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .catalog-category-view.category-detergents .category-section-content-row,
  .catalog-category-view.category-accessories .category-section-content-row {
    padding: 0 15px;
  }
}
/*****************28-08-2025**********************/
.deals-index-index .amlabel-position-wrapper-custom img {
  width: auto !important;
  max-width: 40px;
}
.deals-index-index .amasty-label-container:not(.-preview) {
  max-height: inherit !important;
  max-width: inherit !important;
  height: auto !important;
  width: auto !important;
}
.catalog-category-view .amlabel-position-wrapper-custom img {
  width: auto !important;
  max-width: 40px;
}
.catalog-category-view .amasty-label-container:not(.-preview) {
  max-height: inherit !important;
  max-width: inherit !important;
  height: auto !important;
  width: auto !important;
}
.cms-index-index .product-image-container {
  position: static !important;
}
.cms-index-index .amlabel-position-wrapper {
  height: auto !important;
  width: auto !important;
  right: 10px !important;
  top: 20px !important;
}
.cms-index-index .amlabel-position-wrapper .amasty-label-container {
  max-width: inherit !important;
  max-height: inherit !important;
  height: auto !important;
  width: auto !important;
}
.cms-index-index .amlabel-position-wrapper .amasty-label-container img {
  width: auto !important;
  max-width: 40px;
}
.page-wrapper #maincontent .compare-main {
  padding-bottom: 15px;
  position: relative;
}
.page-wrapper #maincontent .compare-main .compare-checkbox {
  display: flex;
  align-items: center;
  gap: 0 10px;
}
.page-wrapper #maincontent .compare-main .compare-checkbox span {
  font-size: 16px;
}
.page-wrapper #maincontent .compare-main .compare-checkbox .compare-toggle {
  width: 28px;
  height: 28px;
  margin: 0;
  appearance: none;
  border: 1px solid #000;
  cursor: pointer;
  position: static;
}
@media (max-width: 768px) {
  .page-wrapper #maincontent .compare-main .compare-checkbox .compare-toggle {
    width: 20px;
    height: 20px;
  }
}
.page-wrapper #maincontent .compare-main .compare-checkbox input:checked {
  background: url(../images/checkbox_checked-new.png);
  background-size: 100%;
  background-repeat: no-repeat;
}
.page-wrapper #maincontent ol.products {
  display: flex;
  flex-wrap: wrap;
}
.page-wrapper #maincontent ol.products .product-item-info {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.page-wrapper #maincontent ol.products .product-item-info .product-item-details {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.page-wrapper #maincontent ol.products .product-item-info .product-item-details .product-category-name {
  flex: 1;
}
.catalog-category-view #maincontent .mgz-product-items .mgz-grid-page {
  display: flex;
  flex-wrap: wrap;
}
.catalog-category-view #maincontent .mgz-product-items .mgz-grid-page .product-item .product-item-info {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.catalog-category-view #maincontent .mgz-product-items .mgz-grid-page .product-item .product-item-info .product-item-details {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.catalog-category-view #maincontent .mgz-product-items .mgz-grid-page .product-item .product-item-info .product-item-details .product-category-name {
  flex: 1;
}
.page-wrapper #maincontent .discription-custom {
  text-align: left;
}
/*Custom variable style*/
/*Mobile-width*/
/*custom mixin*/
/*Account Custom design*/
.account .page-main {
  margin-top: 20px;
}
.account .page-main .sidebar.sidebar-main .block-collapsible-nav .content ul.nav li a {
  color: #000;
}
.account .page-main .sidebar.sidebar-main .block-collapsible-nav .content ul.nav li.current strong,
.account .page-main .sidebar.sidebar-main .block-collapsible-nav .content ul.nav li.current a {
  border-color: #000;
}
.account .page-main .sidebar.sidebar-additional {
  padding-right: 2%;
}
.account .page-main .sidebar.sidebar-additional .block .block-title strong {
  font-weight: 500;
}
.account .page-main .sidebar.sidebar-additional .block .block-content ol li .product-item-name a {
  color: #000;
  text-decoration: none;
}
.account .page-main .sidebar.sidebar-additional .block .block-content ol li a.action:before {
  color: #000;
  font-weight: 700;
}
.account .page-main .sidebar.sidebar-additional .block .block-content .actions-toolbar {
  display: flex;
  align-items: center;
}
.account .page-main .sidebar.sidebar-additional .block .block-content .actions-toolbar .primary .action {
  border: none;
  background: #ffed00;
  color: #000;
  font-weight: 500;
  box-shadow: none;
  font-family: 'ClanPro';
  padding: 7px 15px 5px;
  font-size: 14px;
  line-height: 21px;
}
.account .page-main .sidebar.sidebar-additional .block .block-content .actions-toolbar .secondary {
  margin: 0 0 0 15px;
  width: auto;
}
.account .page-main .sidebar.sidebar-additional .block .block-content .actions-toolbar .secondary > a {
  margin: 0;
  display: inline-block;
  color: #000;
  font-weight: 500;
  font-size: 13px;
  text-decoration: none;
}
.account .page-main .sidebar.sidebar-additional .block.block-reorder .block-content ol li {
  align-items: flex-start;
}
.account .page-main .sidebar.sidebar-additional .block.block-reorder .block-content ol li .field .control input {
  margin-top: 0;
  top: 2px;
}
.account .page-main .sidebar.sidebar-additional .block.block-reorder .block-content ol li .product-item-name a {
  line-height: 19px;
}
.account .page-main .sidebar.sidebar-additional .block.block-wishlist .block-content ol li .product-item-info .product-item-details .product-item-name a {
  line-height: 19px;
  font-size: 14px;
  color: #000;
}
.account .page-main .sidebar.sidebar-additional .block.block-wishlist .block-content ol li .product-item-info .product-item-details .price-box span.price {
  font-size: 14px;
  color: #000;
  font-weight: 500;
}
.account .page-main .sidebar.sidebar-additional .block.block-wishlist .block-content ol li .product-item-info .product-item-details .price-box .old-price {
  padding-left: 5px;
}
.account .page-main .sidebar.sidebar-additional .block.block-wishlist .block-content ol li .product-item-info .product-item-details .price-box .old-price .price-label {
  display: none;
}
.account .page-main .sidebar.sidebar-additional .block.block-wishlist .block-content ol li .product-item-info .product-item-details .price-box .old-price span.price {
  color: #ABABAB;
  text-decoration: line-through;
  font-size: 13px;
}
.account .page-main .sidebar.sidebar-additional .block.block-wishlist .block-content ol li .product-item-info .product-item-details .actions-primary button {
  border: none;
  background: #ffed00;
  color: #000;
  font-weight: 500;
  box-shadow: none;
  font-family: 'ClanPro';
  padding: 7px 15px 5px;
  font-size: 14px;
  line-height: 21px;
}
.account .page-main .sidebar.sidebar-additional .block.block-wishlist .block-content .actions-toolbar .action {
  padding: 0;
  background: transparent;
  text-decoration: underline;
}
.account .page-main .column.main .page-title-wrapper h1 {
  color: #000;
  font-weight: 500;
}
.account .page-main .column.main .block .block-title a.action {
  color: #000;
  font-weight: 500;
  text-decoration: underline;
}
.account .page-main .column.main .block .block-content .box .box-content p,
.account .page-main .column.main .block .block-content .box .box-content address {
  font-size: 14px;
  line-height: 19px;
  color: #000;
}
.account .page-main .column.main .block .block-content .box .box-content p a,
.account .page-main .column.main .block .block-content .box .box-content address a {
  color: #000;
  text-decoration: underline;
}
.account .page-main .column.main .block .block-content .box .box-actions .action {
  border: none;
  background: #ffed00;
  color: #000;
  font-weight: 500;
  box-shadow: none;
  font-family: 'ClanPro';
  padding: 5px 15px 3px;
  font-size: 12px;
  line-height: 18px;
  display: inline-block;
}
.account .page-main .column.main .block .block-content .box .box-actions .action.edit:after {
  display: none;
}
.account .page-main .column.main .orders-history table tr td.actions a.action {
  border: none;
  background: #ffed00;
  color: #000;
  font-weight: 500;
  box-shadow: none;
  font-family: 'ClanPro';
  padding: 5px 10px 3px;
  font-size: 12px;
  line-height: 18px;
  display: inline-block;
}
.account .page-main .column.main .orders-history table tr td.actions a.action:after {
  display: none;
}
@media (max-width: 768px) {
  .account .page-main .column.main .toolbar.wishlist-toolbar .toolbar-amount {
    float: left;
  }
}
.account .page-main .column.main form.form-wishlist-items .actions-toolbar button {
  border: none;
  background: #ffed00;
  color: #000;
  font-weight: 500;
  box-shadow: none;
  font-family: 'ClanPro';
  padding: 9px 15px 7px;
  font-size: 14px;
  line-height: 18px;
  display: inline-block;
}
.account .page-main .column.main form.form-wishlist-items .wishlist ol li .product-item-inner .fieldset .product-item-actions button {
  background: #ffed00;
  border-color: #ffed00;
  color: #000;
  font-family: 'ClanPro' !important;
  font-weight: 500;
}
.account .page-main .column.main form.form-wishlist-items .wishlist ol li .product-item-inner .product-item-actions a:before {
  color: #000;
}
.account .page-main .column.main form.form-wishlist-items .wishlist ol li .product-item-inner .product-item-actions a.edit::before {
  font-size: 20px;
}
.account .page-main .column.main form.form-wishlist-items ~ .toolbar.wishlist-toolbar {
  display: none;
}
.account .page-main .column.main .actions-toolbar .primary button {
  background: #ffed00;
  border-color: #ffed00;
  color: #000;
  font-weight: 500;
}
.account .page-main .column.main .order-actions-toolbar .actions a.action {
  color: #000;
  font-weight: 500;
  text-decoration: underline;
}
.account .page-main .column.main .order-details-items.ordered .order-items table tr td span {
  color: #000;
  font-weight: 500;
}
/*wish-list*/
.wishlist-index-index .column.main .form-wishlist-items .wishlist ol li {
  width: calc((100% - 40px) / 4);
  margin: 0 13px 20px 0;
  border: 1px solid #ccc;
  padding: 15px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .wishlist-index-index .column.main .form-wishlist-items .wishlist ol li {
    width: calc((100% - 40px) / 3);
    margin-right: 20px;
  }
  .wishlist-index-index .column.main .form-wishlist-items .wishlist ol li:nth-child(3n) {
    margin-right: 0;
  }
  .wishlist-index-index .column.main .form-wishlist-items .wishlist ol li:nth-child(4n) {
    margin-right: 20px;
  }
}
@media (min-width: 541px) and (max-width: 991px) {
  .wishlist-index-index .column.main .form-wishlist-items .wishlist ol li {
    width: calc((100% - 20px) / 2);
    margin-right: 20px;
  }
  .wishlist-index-index .column.main .form-wishlist-items .wishlist ol li:nth-child(2n) {
    margin-right: 0;
  }
  .wishlist-index-index .column.main .form-wishlist-items .wishlist ol li:nth-child(4n) {
    margin-right: 20px;
  }
}
@media (max-width: 540px) {
  .wishlist-index-index .column.main .form-wishlist-items .wishlist ol li {
    width: 100%;
    margin-right: 0;
  }
  .wishlist-index-index .column.main .form-wishlist-items .wishlist ol li:nth-child(2n) {
    margin-right: 0;
  }
  .wishlist-index-index .column.main .form-wishlist-items .wishlist ol li:nth-child(4n) {
    margin-right: 0;
  }
}
.wishlist-index-index .column.main .form-wishlist-items .wishlist ol li:nth-child(4n) {
  margin-right: 0;
}
.wishlist-index-index .column.main .form-wishlist-items .wishlist ol li .product-item-info:hover {
  box-shadow: none;
  border: none;
  margin: 0;
  padding: 0;
}
.wishlist-index-index .column.main .form-wishlist-items .wishlist ol li .product-item-info:hover .product-item-inner .comment-box {
  margin: 0 0 15px;
}
.wishlist-index-index .column.main .form-wishlist-items .wishlist ol li .product-item-info .product-item-name a {
  color: #000;
  font-size: 14px;
  line-height: 19px;
  margin-bottom: 10px;
  text-decoration: none;
}
.wishlist-index-index .column.main .form-wishlist-items .wishlist ol li .product-item-info .price-box {
  margin: 10px 0 15px;
}
.wishlist-index-index .column.main .form-wishlist-items .wishlist ol li .product-item-info .price-box span.price {
  font-size: 16px;
  color: #000;
  font-weight: 500;
}
.wishlist-index-index .column.main .form-wishlist-items .wishlist ol li .product-item-info .price-box .old-price {
  padding-left: 5px;
}
.wishlist-index-index .column.main .form-wishlist-items .wishlist ol li .product-item-info .price-box .old-price .price-label {
  display: none;
}
.wishlist-index-index .column.main .form-wishlist-items .wishlist ol li .product-item-info .price-box .old-price span.price {
  color: #ABABAB;
  text-decoration: line-through;
  font-size: 15px;
}
.wishlist-index-index .column.main .form-wishlist-items .wishlist ol li .product-item-info .product-item-inner {
  clip: inherit;
  width: auto;
  height: auto;
  position: static;
  box-shadow: none;
  border: none;
  padding: 0;
  margin: 0;
  overflow: visible;
}
.wishlist-index-index .column.main .form-wishlist-items .wishlist ol li .product-item-info .product-item-inner > a {
  color: #000;
}
.wishlist-index-index .column.main .form-wishlist-items .wishlist ol li .product-item-info .product-item-inner .comment-box {
  margin: 0 0 15px;
}
.wishlist-index-index .column.main .form-wishlist-items .wishlist ol li .product-item-info .product-item-inner .box-tocart {
  margin-block: 0;
}
/*Compare*/
.catalog-product_compare-index .page-main {
  margin-top: 40px;
}
.catalog-product_compare-index .page-main .page-title-wrapper h1 {
  font-weight: 500;
}
.catalog-product_compare-index .page-main .column.main a.action.print {
  color: #000;
  font-weight: 500;
  text-decoration: underline;
}
.catalog-product_compare-index .page-main .column.main .table-wrapper .table-comparison tr td.cell.remove a:before {
  color: #000;
  font-weight: 700;
}
.catalog-product_compare-index .page-main .column.main .table-wrapper .table-comparison tr td.product.info .price-box span.price {
  font-weight: 500;
}
.catalog-product_compare-index .page-main .column.main .table-wrapper .table-comparison tr td.product.info .product-item-actions .actions-primary .action.tocart {
  border: none;
  background: #ffed00;
  color: #000;
  font-weight: 500;
  box-shadow: none;
  font-family: 'ClanPro';
  padding: 7px 15px 5px;
  font-size: 14px;
  line-height: 21px;
}
.catalog-product_compare-index .page-main .column.main .table-wrapper .table-comparison tr td.product.info .product-item-actions .actions-secondary a:before {
  color: #000;
}
/*Custom-header-style*/
@media (min-width: 769px) {
  .page-wrapper .page-bottom {
    display: none;
  }
}
.checkout-index-index .page-wrapper {
  padding-bottom: 0;
}
.checkout-index-index .page-wrapper .page-header .cwsMenuOuter.horizontal {
  background: #fff !important;
  border-top: 4px solid #ededed;
  border-bottom: 2px solid #e5e5e5;
}
.checkout-index-index .page-wrapper .page-header .cwsMenuOuter.horizontal ul.mega-menu {
  max-width: 1690px !important;
  padding: 0 20px !important;
}
.checkout-index-index .page-wrapper .page-header .cwsMenuOuter.horizontal ul.mega-menu > li.Level0 {
  border: none !important;
  margin-right: 35px;
  position: static;
}
.checkout-index-index .page-wrapper .page-header .cwsMenuOuter.horizontal ul.mega-menu > li.Level0 > a {
  color: #000 !important;
  font-weight: 500 !important;
  font-size: 13px !important;
  line-height: normal !important;
  margin-bottom: 0 !important;
  text-transform: uppercase !important;
  background: transparent !important;
  padding: 16px 0 !important;
  position: relative;
}
.checkout-index-index .page-wrapper .page-header .cwsMenuOuter.horizontal ul.mega-menu > li.Level0 > a .arw {
  display: none !important;
}
.checkout-index-index .page-wrapper .page-header .cwsMenuOuter.horizontal ul.mega-menu > li.Level0.last.megamenu a {
  color: red !important;
}
.checkout-index-index .page-wrapper .page-header .cwsMenuOuter.horizontal ul.mega-menu > li.Level0:last-child {
  margin-right: 0;
}
.checkout-index-index .page-wrapper .page-header .cwsMenuOuter.horizontal ul.mega-menu > li.Level0 .subMenu {
  width: calc(100% - 40px) !important;
  top: 47px !important;
  left: 0 !important;
  right: 0 !important;
  margin: 0 auto !important;
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  padding: 20px !important;
  padding-top: 20px !important;
  padding-bottom: 20px !important;
  background-color: #ededed !important;
  box-shadow: 0px 2px 4px 0 rgba(0, 0, 0, 0.3) !important;
  border-width: 0 !important;
  border-style: solid !important;
  border-color: #fff !important;
  border-radius: 0 !important;
  position: absolute;
  z-index: 999;
}
.checkout-index-index .page-wrapper .page-header .cwsMenuOuter.horizontal ul.mega-menu > li.Level0 .subMenu > li {
  width: 19.5% !important;
  padding: 0;
  margin: 0 0.5% 0.5% 0 !important;
}
.checkout-index-index .page-wrapper .page-header .cwsMenuOuter.horizontal ul.mega-menu > li.Level0 .subMenu > li > a {
  border: none !important;
  background: #fff !important;
  position: relative;
  height: 130px !important;
  padding: 10px !important;
  text-align: center;
  color: #000 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.checkout-index-index .page-wrapper .page-header .cwsMenuOuter.horizontal ul.mega-menu > li.Level0.inside-custom-block {
  width: 100% !important;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.checkout-index-index .page-wrapper .page-header .cwsMenuOuter.horizontal ul.mega-menu > li.Level0.inside-custom-block > ul.subMenu > li .mgz-container .mgz-element-column {
  padding: 10px;
}
.page-wrapper .top-notification-slider .inner-content.mgz-container {
  width: 100%;
  border-bottom: 1px solid #555;
}
.page-wrapper .top-notification-slider .mgz-element-inner {
  padding: 0;
  width: 100%;
}
.page-wrapper .top-notification-slider .top-bar-notification #notification-bar-container {
  height: 37px;
}
.page-wrapper .top-notification-slider .top-bar-notification .notification-bar-item {
  font-weight: 700;
  color: #fff;
  height: 37px;
  line-height: 37px;
  text-decoration: none;
}
@media (max-width: 768px) {
  .page-wrapper .top-notification-slider .top-bar-notification .notification-bar-item {
    padding: 0 5px;
    text-align: center;
    font-size: 11px;
    line-height: 19px;
  }
}
@media (max-width: 768px) {
  .page-wrapper {
    padding-bottom: 54px;
  }
  .page-wrapper .page-bottom {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #ffed00;
    padding: 5px 15px;
    z-index: 9999;
  }
  .page-wrapper .page-bottom .footer-mobile-menu {
    background: no-repeat;
    border: none;
    padding: 0;
  }
  .page-wrapper .page-bottom .footer-mobile-menu ul {
    display: flex;
    gap: 0 10px;
    justify-content: space-between;
  }
  .page-wrapper .page-bottom .footer-mobile-menu ul li {
    margin-bottom: 0;
    width: 20%;
  }
  .page-wrapper .page-bottom .footer-mobile-menu ul li a {
    color: #fff;
    display: block;
    text-align: center;
    font-size: 0;
    text-decoration: none;
  }
  .page-wrapper .page-bottom .footer-mobile-menu ul li a span {
    color: #000;
  }
  .page-wrapper .page-bottom .footer-mobile-menu ul li a.mobile-home:before {
    content: '';
    background-image: url(../images/home-icon.png);
    background-repeat: no-repeat;
    height: 24px;
    width: 24px;
    margin: 0 auto;
    line-height: normal;
    display: block;
    background-size: 22px;
  }
  .page-wrapper .page-bottom .footer-mobile-menu ul li a.footer-category-link:before {
    content: '\e609';
    color: #000;
    font-family: 'luma-icons';
    display: block;
    line-height: normal;
    font-size: 24px;
  }
  .page-wrapper .page-bottom .footer-mobile-menu ul li a.mobile-wishlist:before {
    content: '';
    background-image: url(../images/wishlist-icons.png);
    background-repeat: no-repeat;
    height: 24px;
    width: 24px;
    margin: 0 auto;
    line-height: normal;
    display: block;
  }
  .page-wrapper .page-bottom .footer-mobile-menu ul li a.mobile-login-popup:before {
    content: '\e627' !important;
    color: #000;
    font-family: 'luma-icons';
    font-size: 26px;
    display: block;
    line-height: normal;
    background-image: inherit !important;
    width: auto;
    height: auto;
  }
  .page-wrapper .page-bottom .footer-mobile-menu ul li a.action.compare:before {
    width: 22px;
    height: 22px;
    display: block;
    background-image: url(../images/compair-fill-icons.png);
    content: '';
    margin: 0 auto;
    line-height: normal;
    background-size: 100%;
  }
  .page-wrapper .page-bottom .footer-mobile-menu ul li:nth-child(4) a:before {
    width: 24px;
    height: 24px;
    display: block;
    background-image: url(../images/logout-icon.png);
    content: '';
    margin: 0 auto;
    line-height: normal;
    background-size: 100%;
  }
  .page-wrapper .page-bottom .footer-mobile-menu ul li span {
    width: 100%;
    display: inline-block;
    color: #000;
    font-size: 12px;
    margin-top: 2px;
    text-align: center;
  }
  .page-wrapper .page-bottom .footer-mobile-menu ul li .minicart-wrapper {
    margin-top: 0;
    width: 100%;
  }
  .page-wrapper .page-bottom .footer-mobile-menu ul li .minicart-wrapper .action.showcart {
    display: block !important;
    width: 24px;
    margin: 0 auto;
    position: relative;
  }
  .page-wrapper .page-bottom .footer-mobile-menu ul li .minicart-wrapper .action.showcart:before {
    display: inline-block;
    background-image: url(../images/teenyicons_bag-solid.png);
    height: 24px;
    width: 24px;
    content: "";
  }
  .page-wrapper .page-bottom .footer-mobile-menu ul li .minicart-wrapper .action.showcart .counter.qty {
    line-height: 27px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    margin: 0;
    position: absolute;
    top: -4px;
    right: -8px;
    min-width: 20px;
    background: #ff5501;
    height: 20px;
    text-shadow: 0 0 7px #000;
    font-size: 14px;
    color: #fff;
    text-align: center;
    overflow: hidden;
    padding: 0 3px;
    white-space: normal;
    display: block;
    font-size: 10px;
    line-height: 22px;
    max-width: 20px;
  }
  .page-wrapper .page-bottom .footer-mobile-menu ul li .minicart-wrapper .action.showcart .counter-number {
    line-height: 14px;
    color: #fff;
  }
}
.page-header {
  background: #FFF000;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 101;
}
@media (min-width: 769px) {
  .page-header {
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .page-header {
    margin-bottom: 0;
    padding-bottom: 0;
    background: #FFf;
  }
}
.page-header .panel.wrapper {
  background-color: #000;
  border: none;
  height: 37px;
}
.page-header .panel.wrapper .panel.header {
  max-width: 1690px;
  display: flex;
  padding: 8px 20px;
}
@media (max-width: 768px) {
  .page-header .panel.wrapper .panel.header {
    justify-content: flex-end;
    padding: 8px 15px;
    position: relative;
  }
}
.page-header .panel.wrapper .panel.header .switcher-language {
  order: inherit;
  float: none;
  margin: 0;
  flex: 1;
}
@media (max-width: 768px) {
  .page-header .panel.wrapper .panel.header .switcher-language {
    display: block;
    position: absolute;
    left: 15px;
    top: 7px;
  }
}
.page-header .panel.wrapper .panel.header .switcher-language li {
  list-style: none;
}
.page-header .panel.wrapper .panel.header .switcher-language li a {
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  font-family: 'Univers Next Arabic';
  font-weight: 700;
  display: inline-block;
  line-height: 0;
  position: relative;
  top: -2px;
  height: 20px;
}
.page-header .panel.wrapper .panel.header .switcher-language + .magezon-builder .mgz-container {
  width: auto;
}
.page-header .panel.wrapper .panel.header .switcher-language + .magezon-builder .mgz-container .home-country-flags {
  padding: 0 3px;
}
@media (max-width: 768px) {
  .page-header .panel.wrapper .panel.header .switcher-language + .magezon-builder .mgz-container .home-country-flags {
    width: auto;
    padding: 0;
    margin: 0 0 0 5px;
  }
}
.page-header .panel.wrapper .panel.header .switcher-language + .magezon-builder .mgz-container .home-country-flags > .mgz-element-inner {
  padding: 0;
}
.page-header .panel.wrapper .panel.header .switcher-language + .magezon-builder .mgz-container .home-country-flags > .mgz-element-inner .mgz-single-image-inner {
  width: 35px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  overflow: hidden;
}
.page-header .panel.wrapper .panel.header .store-changer .customer-welcome > button {
  padding: 0;
  background: transparent;
  border: none;
  line-height: normal;
  display: inline-block;
  border-radius: 2px;
  margin: 0;
  box-shadow: none;
  height: 20px;
}
.page-header .panel.wrapper .panel.header .store-changer .customer-welcome > button span {
  display: inline-block;
  position: relative;
  padding-right: 20px;
}
.page-header .panel.wrapper .panel.header .store-changer .customer-welcome > button span:after {
  content: '';
  display: inline-block;
  background-image: url(../images/white-arrow-down.png);
  height: 8px;
  width: 14px;
  position: absolute;
  right: 0;
  top: 7px;
  cursor: pointer;
  transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
}
.page-header .panel.wrapper .panel.header .store-changer .customer-welcome > button span > img {
  width: 38px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  display: block;
  height: 20px;
}
.page-header .panel.wrapper .panel.header .store-changer .customer-welcome > button.active > span:after {
  background-image: url(../images/white-arrow-up.png);
}
.page-header .panel.wrapper .panel.header .store-changer .customer-welcome ul.dropdown-options {
  background: #fff;
  padding: 10px;
}
@media (max-width: 768px) {
  .page-header .panel.wrapper .panel.header .store-changer .customer-welcome ul.dropdown-options {
    border: 1px solid #bbbbbb;
    margin-top: 4px;
    min-width: 100%;
    z-index: 101;
    box-sizing: border-box;
    position: absolute;
    top: 100%;
    right: 0;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
    display: none;
  }
}
.page-header .panel.wrapper .panel.header .store-changer .customer-welcome ul.dropdown-options:after,
.page-header .panel.wrapper .panel.header .store-changer .customer-welcome ul.dropdown-options:before {
  display: none;
}
.page-header .panel.wrapper .panel.header .store-changer .customer-welcome ul.dropdown-options li {
  margin-bottom: 8px;
}
.page-header .panel.wrapper .panel.header .store-changer .customer-welcome ul.dropdown-options li a {
  font-size: 0;
  padding: 0;
}
.page-header .panel.wrapper .panel.header .store-changer .customer-welcome ul.dropdown-options li a img {
  width: 38px;
  height: 20px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  display: block;
}
.page-header .panel.wrapper .panel.header .store-changer .customer-welcome ul.dropdown-options li:last-child {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .page-header .panel.wrapper .panel.header .store-changer .customer-welcome.active ul.dropdown-options {
    display: block;
    top: 20px;
  }
}
.page-header .panel.wrapper .panel.header .store-changer {
  z-index: 5;
  position: relative;
}
@media (max-width: 768px) {
  .page-header .panel.wrapper .panel.header .store-changer {
    z-index: 15;
  }
}
.page-header .panel.wrapper .panel.header .store-changer span.store-option {
  display: inline-block;
  font-size: 0;
  position: relative;
  padding-right: 20px;
}
.page-header .panel.wrapper .panel.header .store-changer span.store-option:after {
  content: '';
  display: inline-block;
  background-image: url(../images/white-arrow-down.png);
  height: 8px;
  width: 14px;
  position: absolute;
  right: 0;
  top: 7px;
  cursor: pointer;
  transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
}
.page-header .panel.wrapper .panel.header .store-changer span.store-option a {
  display: block;
}
.page-header .panel.wrapper .panel.header .store-changer span.store-option a img {
  width: 35px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  display: block;
}
.page-header .panel.wrapper .panel.header ul.header.links {
  margin: 0;
  float: none;
}
.page-header .panel.wrapper .panel.header ul.header.links li a {
  font-size: 13px;
  font-weight: 500;
  color: #fff;
  text-decoration: none;
}
.page-header .panel.wrapper .panel.header ul.header.links li.welcome {
  margin: 2px 0 0 15px;
}
.page-header .panel.wrapper .panel.header ul.header.links li.authorization-link {
  margin-left: 0;
}
.page-header .panel.wrapper .panel.header ul.header.links li.authorization-link:after {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
}
.page-header .panel.wrapper .panel.header ul.header.links li.customer-welcome.active .customer-menu ul {
  padding: 10px 10px 0;
  top: 29px;
}
.page-header .panel.wrapper .panel.header ul.header.links li.customer-welcome.active .customer-menu ul li:hover {
  background: transparent;
}
.page-header .panel.wrapper .panel.header ul.header.links li.customer-welcome.active .customer-menu ul li a {
  color: #000;
  font-weight: normal;
  padding: 0;
  margin-bottom: 10px;
}
.page-header .panel.wrapper .panel.header ul.header.links li.customer-welcome.active .customer-menu ul li a span.counter {
  color: #000;
  font-weight: 500;
}
.page-header .header.content {
  max-width: 1690px;
  padding: 0 20px;
  display: flex;
  align-items: center;
  width: 100%;
  position: static;
}
.page-header .header.content .amsearch-wrapper-block {
  position: unset;
}
@media (max-width: 768px) {
  .page-header .header.content .amsearch-wrapper-block {
    width: 100%;
    position: absolute;
    bottom: -59px;
    margin-top: 0;
    left: 0;
    padding: 10px 10px;
    background: #fff;
  }
  .page-header .header.content .amsearch-wrapper-block:before {
    content: none;
  }
}
.page-header .header.content .amsearch-wrapper-block .amsearch-form-block {
  position: unset;
}
@media (max-width: 768px) {
  .page-header .header.content .amsearch-wrapper-block .amsearch-form-block {
    width: auto !important;
  }
}
@media (max-width: 768px) {
  .page-header .header.content .amsearch-wrapper-block .amsearch-form-block .amsearch-input-wrapper {
    min-width: 100%;
  }
}
.page-header .header.content .amsearch-wrapper-block .amsearch-form-block .amsearch-input-wrapper .amsearch-input {
  height: 45px;
  border-radius: 5px;
  border: none;
  padding: 0 15px 0 48px;
}
@media (max-width: 768px) {
  .page-header .header.content .amsearch-wrapper-block .amsearch-form-block .amsearch-input-wrapper .amsearch-input {
    height: 36px;
    padding: 0 10px 0 30px;
    border: 1px solid #ccc;
    font-size: 13px;
  }
}
.page-header .header.content .amsearch-wrapper-block .amsearch-form-block .amsearch-input-wrapper .amsearch-input::placeholder {
  color: #000;
}
.page-header .header.content .amsearch-wrapper-block .amsearch-form-block .amsearch-input-wrapper .amsearch-button.-loupe {
  right: auto;
  left: 15px;
  opacity: 1;
  background-image: none;
  height: auto;
  width: auto;
}
@media (max-width: 768px) {
  .page-header .header.content .amsearch-wrapper-block .amsearch-form-block .amsearch-input-wrapper .amsearch-button.-loupe {
    left: 6px;
    top: 4px;
  }
}
.page-header .header.content .amsearch-wrapper-block .amsearch-form-block .amsearch-input-wrapper .amsearch-button.-loupe:before {
  content: '';
  display: inline-block;
  background-image: url(../images/iconoir_search.png);
  height: 24px;
  width: 24px;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .page-header .header.content .amsearch-wrapper-block .amsearch-form-block .amsearch-input-wrapper .amsearch-button.-loupe:before {
    height: 18px;
    width: 18px;
    background-size: 18px;
  }
}
.page-header .header.content .amsearch-wrapper-block .amsearch-form-block .amsearch-result-section {
  right: 100px;
  max-width: 900px;
  min-width: auto;
}
@media (min-width: 769px) and (max-width: 1199px) {
  .page-header .header.content .amsearch-wrapper-block .amsearch-form-block .amsearch-result-section {
    max-width: 96%;
    left: 0;
    right: 0;
    margin: 5px auto;
  }
}
@media (max-width: 768px) {
  .page-header .header.content .amsearch-wrapper-block .amsearch-form-block .amsearch-result-section {
    right: 0;
    max-width: 900px;
    min-width: 100%;
    width: auto;
  }
}
.page-header .header.content .amsearch-wrapper-block .amsearch-form-block .amsearch-result-section .amsearch-products-section .amsearch-product-list .amsearch-item.product-item {
  max-width: 25%;
  padding: 10px 15px 0;
}
@media (max-width: 768px) {
  .page-header .header.content .amsearch-wrapper-block .amsearch-form-block .amsearch-result-section .amsearch-products-section .amsearch-product-list .amsearch-item.product-item {
    max-width: 33%;
  }
}
.page-header .header.content .amsearch-wrapper-block .amsearch-form-block .amsearch-result-section .amsearch-products-section .amsearch-product-list .amsearch-item.product-item .product-item-link {
  font-size: 13px;
}
.page-header .header.content .amsearch-wrapper-block .amsearch-form-block .amsearch-result-section .amsearch-products-section .amsearch-product-list .amsearch-item.product-item .amsearch-sku-block {
  padding-bottom: 5px;
  font-size: 13px;
}
@media (max-width: 768px) {
  .page-header .header.content {
    padding: 0;
    width: auto;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    background: #FFED00;
  }
  .page-header .header.content .nav-toggle {
    padding: 0 15px 0 0;
    right: 0;
    left: inherit;
    top: 59px;
    display: none;
  }
  .page-header .header.content .nav-toggle:before {
    color: #000;
    font-size: 32px;
  }
  .page-header .header.content:after {
    content: '';
    background: #ededed;
    position: absolute;
    bottom: -4px;
    width: 100%;
    height: 4px;
    left: 0;
    right: 0;
  }
}
.page-header .header.content a.logo {
  margin: 0;
  background: #fff;
  padding: 0 52px;
  height: 94px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .page-header .header.content a.logo {
    padding: 0 15px;
    height: 55px;
    width: 130px;
  }
}
@media (min-width: 769px) and (max-width: 991px) {
  .page-header .header.content a.logo {
    padding: 0 25px;
    height: 65px;
  }
}
.page-header .header.content a.logo img {
  max-width: 136px;
}
@media (max-width: 768px) {
  .page-header .header.content a.logo img {
    width: 100%;
  }
}
.page-header .header.content a.logo + .magezon-builder {
  margin: 0 0 0 32px;
}
@media (max-width: 768px) {
  .page-header .header.content a.logo + .magezon-builder {
    margin: 0;
    padding: 0;
    width: 55%;
    z-index: 0;
  }
}
@media (min-width: 769px) {
  .page-header .header.content a.logo + .magezon-builder {
    flex: 1;
  }
}
@media (min-width: 769px) and (max-width: 1199px) {
  .page-header .header.content a.logo + .magezon-builder {
    margin: 0 0 0 20px;
  }
}
.page-header .header.content a.logo + .magezon-builder .mgz-container {
  width: auto;
}
.page-header .header.content a.logo + .magezon-builder .mgz-container .mgz-element-column > .mgz-element-inner {
  padding: 0;
}
@media (max-width: 768px) {
  .page-header .header.content a.logo + .magezon-builder .mgz-container .mgz-element-column > .mgz-element-inner {
    padding: 8px 10px;
  }
  .page-header .header.content a.logo + .magezon-builder .mgz-container .mgz-element-column > .mgz-element-inner .mgz-single-image-inner img {
    width: 220px;
  }
}
@media (min-width: 769px) and (max-width: 991px) {
  .page-header .header.content a.logo + .magezon-builder .mgz-container .mgz-element-column > .mgz-element-inner .mgz-single-image-inner {
    justify-content: flex-start;
  }
  .page-header .header.content a.logo + .magezon-builder .mgz-container .mgz-element-column > .mgz-element-inner .mgz-single-image-inner img {
    max-width: 90%;
  }
}
.page-header .header.content ul.compare {
  margin: 0 0 0 15px;
}
@media (max-width: 768px) {
  .page-header .header.content ul.compare {
    display: block;
    position: absolute;
    right: 100px;
    top: 65px;
    display: none;
  }
}
.page-header .header.content ul.compare li {
  line-height: 32px;
}
.page-header .header.content ul.compare li a.compare {
  font-size: 0;
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url(../images/compair-fill-icon.png);
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
}
.page-header .header.content ul.compare li a.compare .counter.qty {
  line-height: 27px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  margin: 0;
  position: absolute;
  top: -8px;
  left: 10px;
  min-width: 24px;
  background: #ff5501;
  height: 24px;
  text-shadow: 0 0 7px #000000;
  font-size: 14px;
  color: #fff;
  text-align: center;
  overflow: hidden;
  padding: 0 3px;
  white-space: normal;
}
.page-header .header.content ul.compare li a.compare .counter.qty:after {
  display: none;
}
.page-header .header.content ul.compare li a.compare .counter.qty:before {
  display: none;
}
.page-header .header.content .minicart-wrapper {
  height: auto;
  width: auto;
  text-align: center;
  margin: 0 0 0 15px;
  position: inherit;
  display: block;
  padding: 35px 0;
}
.page-header .header.content .minicart-wrapper .ui-dialog {
  position: fixed;
  right: -500px;
  top: 161px;
  height: 100%;
  transition: right 0.3s ease;
  z-index: 1;
}
@media (max-width: 768px) {
  .page-header .header.content .minicart-wrapper .ui-dialog {
    position: static;
  }
}
.page-header .header.content .minicart-wrapper:hover .ui-dialog {
  display: block !important;
  transition: all 0.4s;
  right: 0;
}
@media (max-width: 768px) {
  .page-header .header.content .minicart-wrapper {
    margin: 0;
    padding: 0 12px;
    position: absolute;
    right: 50px;
    top: 68px;
  }
}
.page-header .header.content .minicart-wrapper .action.showcart {
  position: relative;
}
@media (max-width: 768px) {
  .page-header .header.content .minicart-wrapper .action.showcart {
    display: none;
  }
}
.page-header .header.content .minicart-wrapper .action.showcart:before {
  content: '';
  display: inline-block;
  background-image: url(../images/teenyicons_bag-solid.png);
  height: 24px;
  width: 24px;
}
.page-header .header.content .minicart-wrapper .action.showcart .counter.qty {
  line-height: 27px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  margin: 0;
  position: absolute;
  top: -8px;
  left: 10px;
  min-width: 24px;
}
@media (max-width: 768px) {
  .page-header .header.content .minicart-wrapper .action.showcart .counter.qty {
    top: -7px;
    right: 4px;
  }
}
@media (max-width: 768px) {
  .page-header .header.content .minicart-wrapper.active .block-minicart {
    visibility: visible;
    opacity: 1;
    transform: translateX(0);
    -webkit-transform: translateX(0);
  }
  .page-header .header.content .minicart-wrapper .block-minicart {
    margin: 0!important;
    min-width: inherit;
    position: fixed;
    overflow-y: auto;
    max-height: 100vh;
    right: 0;
    height: 100%;
    top: 0;
    box-shadow: none;
    visibility: hidden;
    opacity: 0;
    width: 88%;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
  }
}
.page-header .header.content .minicart-wrapper .block-minicart {
  padding: 40px 20px 5px;
  margin-top: 12px;
  min-width: 100%;
  width: 500px;
  right: 0;
  transition: right 0.3s ease;
  height: 100%;
  top: -3px;
  border: none;
}
@media (max-width: 768px) {
  .page-header .header.content .minicart-wrapper .block-minicart {
    padding-bottom: 60px;
    right: 0;
    width: 97%;
  }
}
.page-header .header.content .minicart-wrapper .block-minicart:before {
  display: none;
}
.page-header .header.content .minicart-wrapper .block-minicart:after {
  display: none;
}
.page-header .header.content .minicart-wrapper .block-minicart .block-content .primary {
  margin: 0 0 15px;
}
@media (max-width: 768px) {
  .page-header .header.content .minicart-wrapper .block-minicart .block-content .secondary {
    width: 100%;
  }
}
.page-header .header.content .minicart-wrapper .block-minicart .block-content .actions button.checkout {
  background: #fff;
  border-color: #000;
  color: #000;
  font-size: 16px;
  height: 52px;
  line-height: 52px;
  border-radius: 0;
  padding: 0 17px;
}
.page-header .header.content .minicart-wrapper .block-minicart .block-content .actions button.checkout:hover {
  background: #ffed00;
  border-color: #ffed00;
}
@media (max-width: 768px) {
  .page-header .header.content .minicart-wrapper .block-minicart .block-content .actions button.checkout {
    font-size: 15px;
    padding: 10px;
  }
}
.page-header .header.content .minicart-wrapper .block-minicart .block-content button.action.close {
  right: 15px;
  top: 8px;
}
.page-header .header.content .minicart-wrapper .block-minicart .block-content button.action.close:before {
  color: #000;
  font-weight: 700;
}
.page-header .header.content .minicart-wrapper .block-minicart .block-content .subtotal .amount.price-container .price-wrapper .price {
  font-size: 16px;
}
.page-header .header.content .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper {
  height: auto !important;
  max-height: 315px !important;
  overflow-y: auto !important;
  padding: 15px 20px;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .page-header .header.content .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper {
    height: calc(100vh - 230px) !important;
    max-height: inherit!important;
  }
}
.page-header .header.content .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper ol li .product-item-details {
  text-align: left;
}
.page-header .header.content .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper ol li .product-item-details .product-item-name a {
  text-decoration: none;
  color: #000;
  line-height: 19px;
  font-size: 14px;
  font-weight: normal;
}
.page-header .header.content .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper ol li .product-item-details .details-qty {
  float: left;
  width: 56%;
}
.page-header .header.content .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper ol li .product-item-details .details-qty input {
  border-color: #000;
  color: #000;
  height: 36px;
  border-radius: 4px;
}
.page-header .header.content .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper ol li .product-item-details .details-qty button.update-cart-item {
  float: none;
  margin-left: 5px;
  display: inline-block;
}
.page-header .header.content .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper ol li .product-item-details .product.actions {
  margin: 16px 0 0;
  float: right;
  padding-right: 6px;
}
.page-header .header.content .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper ol li .product-item-details .product.actions .primary {
  margin-right: 13px;
}
.page-header .header.content .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper ol li .product-item-details .product.actions a:before {
  color: #000;
}
.page-header .header.content .minicart-wrapper .block-minicart .block-content .actions .viewcart {
  display: inline-block;
  background: #fff;
  text-decoration: none;
  padding: 0 17px;
  font-weight: 600;
  border-radius: 0;
  color: #000;
  font-size: 16px;
  width: 100%;
  border: 1px solid #000;
  height: 52px;
  line-height: 52px;
}
.page-header .header.content .minicart-wrapper .block-minicart .block-content .actions .viewcart:hover {
  background: #ffed00;
  border-color: #ffed00;
}
.page-header .header.content .block-search {
  width: 100%;
  max-width: 294px;
  padding: 0;
  margin: 0 0 0 auto;
}
@media (max-width: 768px) {
  .page-header .header.content .block-search {
    max-width: initial;
    margin: 0;
    position: absolute;
    left: 15px;
    top: 64px;
    width: calc(100% - 155px);
  }
}
@media (min-width: 769px) and (max-width: 991px) {
  .page-header .header.content .block-search {
    max-width: 220px;
  }
}
@media (max-width: 768px) {
  .page-header .header.content .block-search .minisearch .search {
    position: relative;
  }
}
.page-header .header.content .block-search .minisearch .search .control {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
@media (max-width: 768px) {
  .page-header .header.content .block-search .minisearch .search .control {
    border: none;
    width: 100%;
    padding: 0;
    margin: 0;
  }
}
.page-header .header.content .block-search .minisearch .search .control input {
  background: #fff;
  border: none;
  border-radius: 5px;
  height: 44px;
  padding: 0 15px 0 48px;
  color: #000;
  font-size: 14px;
  font-weight: normal;
  font-family: 'ClanPro' !important;
  opacity: 1;
}
@media (max-width: 768px) {
  .page-header .header.content .block-search .minisearch .search .control input {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    height: 36px;
    padding: 0 10px 0 30px;
    font-size: 13px;
    border: 1px solid #ccc;
    position: static;
    margin: 0;
    background: transparent;
    transition: all 0.5s ease 0s;
    moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    width: 100%;
  }
}
@media (min-width: 769px) and (max-width: 991px) {
  .page-header .header.content .block-search .minisearch .search .control input {
    height: 38px;
    padding: 0 15px 0 40px;
    font-size: 13px;
  }
}
.page-header .header.content .block-search .minisearch .search .control input:placeholder {
  color: #000;
}
.page-header .header.content .block-search .minisearch .search .control input::-webkit-input-placeholder {
  color: #000;
}
.page-header .header.content .block-search .minisearch .search .control input::-moz-placeholder {
  color: #000;
}
.page-header .header.content .block-search .minisearch .search .control input:-ms-input-placeholder {
  color: #000;
}
.page-header .header.content .block-search .minisearch .search .control input:-moz-placeholder {
  color: #000;
}
.page-header .header.content .block-search .minisearch .search .control input:focus {
  box-shadow: none;
}
.page-header .header.content .block-search .minisearch .search .control .searchsuite-autocomplete {
  left: inherit;
  right: 0;
}
@media (max-width: 768px) {
  .page-header .header.content .block-search .minisearch .search .control .searchsuite-autocomplete {
    left: 0;
    margin: 0 auto;
    width: 100%;
    top: 36px;
    border-color: #ededed;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
  }
}
.page-header .header.content .block-search .minisearch .search .control .searchsuite-autocomplete .product .title span {
  color: #000;
  font-weight: 500;
}
.page-header .header.content .block-search .minisearch .search .control .searchsuite-autocomplete .product ul {
  max-height: 315px;
  overflow-y: auto;
}
.page-header .header.content .block-search .minisearch .search .control .searchsuite-autocomplete .product ul li .qs-option-info {
  margin: 8px 0;
}
.page-header .header.content .block-search .minisearch .search .control .searchsuite-autocomplete .product ul li .qs-option-info .qs-option-title a {
  color: #000;
  text-decoration: none;
  margin: 0;
}
@media (max-width: 768px) {
  .page-header .header.content .block-search .minisearch .search label {
    margin-top: 8px;
    position: absolute;
    left: 6px;
  }
  .page-header .header.content .block-search .minisearch .search label:before {
    margin: 0;
    content: '';
    display: inline-block;
    background-image: url(../images/iconoir_search.png);
    height: 20px;
    width: 20px;
    background-size: 100%;
    background-repeat: no-repeat;
  }
}
@media (max-width: 768px) {
  .page-header .header.content .block-search .minisearch.active .search .control {
    opacity: 1;
    height: auto;
    overflow: visible;
  }
}
@media (max-width: 768px) {
  .page-header .header.content .block-search .minisearch.active .search .control input {
    opacity: 1;
  }
}
.page-header .header.content .block-search .minisearch .actions button.search {
  right: inherit;
  left: 15px;
  top: 10px;
  opacity: 1;
}
@media (min-width: 769px) and (max-width: 991px) {
  .page-header .header.content .block-search .minisearch .actions button.search {
    left: 8px;
    top: 6px;
  }
}
.page-header .header.content .block-search .minisearch .actions button.search:before {
  content: '';
  display: inline-block;
  background-image: url(../images/iconoir_search.png);
  height: 24px;
  width: 24px;
  background-repeat: no-repeat;
}
@media (min-width: 769px) and (max-width: 991px) {
  .page-header .header.content .block-search .minisearch .actions button.search:before {
    height: 22px;
    width: 22px;
    background-size: 22px;
  }
}
.sections.nav-sections {
  margin: 0;
  padding: 0;
  border-top: 4px solid #ededed;
  border-bottom: 2px solid #e5e5e5;
  background: #fff;
}
@media (max-width: 768px) {
  .sections.nav-sections {
    z-index: 99999;
    border: none;
  }
  .sections.nav-sections .nav-sections-items .nav-sections-item-title {
    background: #000;
    height: auto;
    padding-top: 0;
    width: 50%;
  }
  .sections.nav-sections .nav-sections-items .nav-sections-item-title .nav-sections-item-switch {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    display: block;
    padding: 16px 10px;
    font-weight: 500;
  }
  .sections.nav-sections .nav-sections-items .nav-sections-item-title.active {
    background: #FFED00;
    border-bottom: 0;
  }
  .sections.nav-sections .nav-sections-items .nav-sections-item-title.active .nav-sections-item-switch {
    color: #000;
  }
  .sections.nav-sections .nav-sections-items .nav-sections-item-content {
    margin-top: 52px;
    padding: 10px 0;
  }
  .sections.nav-sections .nav-sections-items .nav-sections-item-content #cwsMenu-1.cwsMenuOuter ul.mega-menu {
    padding: 0 15px;
  }
  .sections.nav-sections .nav-sections-items .nav-sections-item-content #cwsMenu-1.cwsMenuOuter ul.mega-menu > li.Level0 {
    margin-right: 0;
    float: none;
  }
  .sections.nav-sections .nav-sections-items .nav-sections-item-content #cwsMenu-1.cwsMenuOuter ul.mega-menu > li.Level0 > a {
    font-size: 14px;
    line-height: normal;
    border-bottom: 1px solid #afadad;
  }
  .sections.nav-sections .nav-sections-items .nav-sections-item-content #cwsMenu-1.cwsMenuOuter ul.mega-menu > li.Level0 > a > span.arw {
    background: transparent;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
  }
  .sections.nav-sections .nav-sections-items .nav-sections-item-content #cwsMenu-1.cwsMenuOuter ul.mega-menu > li.Level0 > a > span.arw:after {
    color: #000;
    font-size: 26px;
    font-weight: normal;
    line-height: 18px;
    content: '+';
  }
  .sections.nav-sections .nav-sections-items .nav-sections-item-content #cwsMenu-1.cwsMenuOuter ul.mega-menu > li.Level0 > a > span.arw.minus:after {
    line-height: 14px;
    content: '-';
  }
  .sections.nav-sections .nav-sections-items .nav-sections-item-content #cwsMenu-1.cwsMenuOuter ul.mega-menu > li.Level0 > .subMenu {
    padding: 0 !important;
    box-shadow: none;
    width: auto !important;
    position: static;
    background: #fff;
  }
  .sections.nav-sections .nav-sections-items .nav-sections-item-content #cwsMenu-1.cwsMenuOuter ul.mega-menu > li.Level0 > .subMenu > li {
    width: 50% !important;
    margin: 0;
    float: left;
    border: none;
    border-right: 1px solid #afadad;
    border-bottom: 1px solid #afadad;
  }
  .sections.nav-sections .nav-sections-items .nav-sections-item-content #cwsMenu-1.cwsMenuOuter ul.mega-menu > li.Level0 > .subMenu > li:nth-child(2n) {
    border-right: 0;
  }
  .sections.nav-sections .nav-sections-items .nav-sections-item-content #cwsMenu-1.cwsMenuOuter ul.mega-menu > li.Level0 > .subMenu > li > a {
    height: 115px;
    padding: 5px;
    font-size: 11px;
    letter-spacing: -0.4px;
    line-height: 14px;
  }
  .sections.nav-sections .nav-sections-items .nav-sections-item-content #cwsMenu-1.cwsMenuOuter ul.mega-menu > li.Level0 > .subMenu > li > a > span.img {
    max-width: 60px;
    margin-bottom: 5px;
    position: static;
  }
  .sections.nav-sections .nav-sections-items .nav-sections-item-content #cwsMenu-1.cwsMenuOuter ul.mega-menu > li.Level0.inside-custom-block > ul.subMenu {
    padding: 0;
    background: transparent;
  }
  .sections.nav-sections .nav-sections-items .nav-sections-item-content #cwsMenu-1.cwsMenuOuter ul.mega-menu > li.Level0.inside-custom-block > ul.subMenu > li {
    width: 100%!important;
    border: none;
  }
  .sections.nav-sections .nav-sections-items .nav-sections-item-content #cwsMenu-1.cwsMenuOuter ul.mega-menu > li.Level0.inside-custom-block > ul.subMenu > li .mgz-container {
    display: flex;
    flex-wrap: wrap;
  }
  .sections.nav-sections .nav-sections-items .nav-sections-item-content #cwsMenu-1.cwsMenuOuter ul.mega-menu > li.Level0.inside-custom-block > ul.subMenu > li .mgz-container .mgz-element-column {
    width: 50%;
    border-right: 1px solid #afadad;
    border-bottom: 1px solid #afadad;
    padding: 5px;
  }
  .sections.nav-sections .nav-sections-items .nav-sections-item-content #cwsMenu-1.cwsMenuOuter ul.mega-menu > li.Level0.inside-custom-block > ul.subMenu > li .mgz-container .mgz-element-column:nth-child(2n) {
    border-right: none;
  }
  .sections.nav-sections .nav-sections-items .nav-sections-item-content #cwsMenu-1.cwsMenuOuter ul.mega-menu > li.Level0.inside-custom-block > ul.subMenu > li .mgz-container .mgz-element-column > .mgz-element-inner {
    padding: 5px;
  }
  .sections.nav-sections .nav-sections-items .nav-sections-item-content #cwsMenu-1.cwsMenuOuter ul.mega-menu > li.Level0.inside-custom-block > ul.subMenu > li .mgz-container .mgz-element-column > .mgz-element-inner .mgz-element-single_image .mgz-element-inner {
    margin-bottom: 8px;
  }
  .sections.nav-sections .nav-sections-items .nav-sections-item-content #cwsMenu-1.cwsMenuOuter ul.mega-menu > li.Level0.inside-custom-block > ul.subMenu > li .mgz-container .mgz-element-column > .mgz-element-inner .mgz-element-heading h5 {
    font-size: 12px;
    line-height: 16px;
  }
  .sections.nav-sections .nav-sections-items .nav-sections-item-content ul.header.links {
    padding: 0 15px;
    border: none;
  }
  .sections.nav-sections .nav-sections-items .nav-sections-item-content ul.header.links li.greet.welcome {
    border: none;
    padding: 0;
  }
  .sections.nav-sections .nav-sections-items .nav-sections-item-content ul.header.links li > a {
    font-size: 14px;
    line-height: normal;
    border-bottom: 1px solid #afadad;
    border-top: 0;
    color: #000;
    padding: 16px 0;
    text-transform: uppercase;
    font-weight: 500;
  }
  .sections.nav-sections .nav-sections-items .nav-sections-item-content .switcher {
    padding: 0 15px;
    border: none;
  }
  .sections.nav-sections .nav-sections-items .nav-sections-item-content .switcher strong.switcher-label {
    font-size: 14px;
    line-height: normal;
    border-bottom: 1px solid #afadad;
    border-top: 0;
    color: #000;
    padding: 16px 0;
    text-transform: uppercase;
    font-weight: 500;
    margin: 0;
  }
  .sections.nav-sections .nav-sections-items .nav-sections-item-content .switcher .switcher-option > a {
    font-size: 14px;
    line-height: normal;
    border-bottom: 1px solid #afadad;
    border-top: 0;
    color: #000;
    padding: 16px 0;
    text-transform: uppercase;
    font-weight: 700;
    display: block;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .sections.nav-sections .nav-sections-items .nav-sections-item-content ul.header.links .customer-menu > ul.header.links {
    padding: 0;
  }
}
.sections.nav-sections #cwsMenu-1.cwsMenuOuter {
  background-color: #fff;
}
.sections.nav-sections #cwsMenu-1.cwsMenuOuter ul.mega-menu {
  max-width: 1690px;
  padding: 0 20px;
}
.sections.nav-sections #cwsMenu-1.cwsMenuOuter ul.mega-menu > li.Level0 {
  border: none;
  margin-right: 35px;
  position: static;
}
@media (min-width: 769px) and (max-width: 1200px) {
  .sections.nav-sections #cwsMenu-1.cwsMenuOuter ul.mega-menu > li.Level0 {
    float: left;
  }
  .sections.nav-sections #cwsMenu-1.cwsMenuOuter ul.mega-menu > li.Level0.parent > a > span.arw {
    content: '';
    display: inline-block;
    position: static;
    margin-left: 3px;
    width: 0;
    height: 0;
    vertical-align: middle;
    background: none;
    border: 5px solid transparent;
  }
  .sections.nav-sections #cwsMenu-1.cwsMenuOuter ul.mega-menu > li.Level0.parent > a > span.arw:after {
    display: none;
  }
  .sections.nav-sections #cwsMenu-1.cwsMenuOuter ul.mega-menu > li.Level0 > .subMenu {
    width: calc(100% - 40px) !important;
    top: 47px;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 20px;
    background-color: #ededed;
    box-shadow: 0px 2px 4px 0 rgba(0, 0, 0, 0.3);
    border-width: 0;
    border-style: solid;
    border-color: #fff;
    border-radius: 0;
    position: absolute;
    z-index: 999;
  }
  .sections.nav-sections #cwsMenu-1.cwsMenuOuter ul.mega-menu > li.Level0 > .subMenu > li {
    width: 19.6% !important;
    padding: 0;
    margin: 0 0.5% 0.5% 0;
    float: left;
    border: none;
  }
  .sections.nav-sections #cwsMenu-1.cwsMenuOuter ul.mega-menu > li.Level0 > .subMenu > li:nth-child(5n) {
    margin-right: 0;
  }
  .sections.nav-sections #cwsMenu-1.cwsMenuOuter ul.mega-menu > li.Level0 > .subMenu > li > a {
    border: none;
    background: #fff;
    position: relative;
    height: 130px;
    padding: 10px;
    text-align: center;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .sections.nav-sections #cwsMenu-1.cwsMenuOuter ul.mega-menu > li.Level0 > .subMenu > li > a:hover {
    box-shadow: 0 0 0 3px #ffed00 inset;
    -moz-box-shadow: 0 0 0 3px #ffed00 inset;
    -webkit-box-shadow: 0 0 0 3px #ffed00 inset;
  }
  .sections.nav-sections #cwsMenu-1.cwsMenuOuter ul.mega-menu > li.Level0 > .subMenu > li > a span.img {
    position: static;
    top: 7px;
    max-width: 100px;
    max-height: inherit;
    left: 0;
    right: 0;
    margin: 0 auto 10px auto;
  }
}
@media (min-width: 769px) and (max-width: 1200px) and (min-width: 769px) and (max-width: 1199px) {
  .sections.nav-sections #cwsMenu-1.cwsMenuOuter ul.mega-menu > li.Level0 > .subMenu {
    top: 46px;
  }
}
@media (min-width: 769px) and (max-width: 1200px) and (min-width: 769px) and (max-width: 1199px) {
  .sections.nav-sections #cwsMenu-1.cwsMenuOuter ul.mega-menu > li.Level0 > .subMenu > li > a {
    height: 120px;
    font-size: 12px;
  }
}
@media (min-width: 769px) and (max-width: 1200px) and (min-width: 769px) {
  .sections.nav-sections #cwsMenu-1.cwsMenuOuter ul.mega-menu > li.Level0 > .subMenu > li > a span.img {
    max-width: 75px;
  }
}
@media (min-width: 769px) and (max-width: 991px) {
  .sections.nav-sections #cwsMenu-1.cwsMenuOuter ul.mega-menu > li.Level0 {
    margin-right: 12px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .sections.nav-sections #cwsMenu-1.cwsMenuOuter ul.mega-menu > li.Level0 {
    margin-right: 25px;
  }
}
.sections.nav-sections #cwsMenu-1.cwsMenuOuter ul.mega-menu > li.Level0:last-child {
  margin-right: 0;
}
.sections.nav-sections #cwsMenu-1.cwsMenuOuter ul.mega-menu > li.Level0 > a {
  color: #000;
  font-weight: 500;
  font-size: 13px;
  line-height: normal;
  margin-bottom: 0;
  text-transform: uppercase;
  background: transparent;
  padding: 16px 0;
  position: relative;
}
@media (min-width: 769px) and (max-width: 991px) {
  .sections.nav-sections #cwsMenu-1.cwsMenuOuter ul.mega-menu > li.Level0 > a {
    font-size: 12px;
    letter-spacing: -0.5px;
  }
}
.sections.nav-sections #cwsMenu-1.cwsMenuOuter ul.mega-menu > li.Level0 > a > span.arw {
  border-top-color: #000 !important;
  opacity: 1;
}
@media (min-width: 1201px) {
  .sections.nav-sections #cwsMenu-1.cwsMenuOuter ul.mega-menu > li.Level0 > a > span.arw {
    display: none!important;
  }
}
@media (min-width: 769px) and (max-width: 991px) {
  .sections.nav-sections #cwsMenu-1.cwsMenuOuter ul.mega-menu > li.Level0 > a > span.arw {
    margin-left: 5px !important;
  }
}
.sections.nav-sections #cwsMenu-1.cwsMenuOuter ul.mega-menu > li.Level0 > .subMenu {
  width: calc(100% - 40px) !important;
  top: 47px;
  left: 0;
  right: 0;
  margin: 0 auto;
  padding: 20px;
  background-color: #ededed;
  box-shadow: 0px 2px 4px 0 rgba(0, 0, 0, 0.3);
  border-width: 0;
  border-style: solid;
  border-color: #fff;
  border-radius: 0;
  position: absolute;
  z-index: 999;
}
@media (min-width: 769px) and (max-width: 1199px) {
  .sections.nav-sections #cwsMenu-1.cwsMenuOuter ul.mega-menu > li.Level0 > .subMenu {
    top: 46px;
  }
}
.sections.nav-sections #cwsMenu-1.cwsMenuOuter ul.mega-menu > li.Level0 > .subMenu > li {
  width: 19.6%;
  padding: 0;
  margin: 0 0.5% 0.5% 0;
}
.sections.nav-sections #cwsMenu-1.cwsMenuOuter ul.mega-menu > li.Level0 > .subMenu > li:nth-child(5n) {
  margin-right: 0;
}
.sections.nav-sections #cwsMenu-1.cwsMenuOuter ul.mega-menu > li.Level0 > .subMenu > li > a {
  border: none;
  background: #fff;
  position: relative;
  height: 130px;
  padding: 10px;
  text-align: center;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media (min-width: 769px) and (max-width: 1199px) {
  .sections.nav-sections #cwsMenu-1.cwsMenuOuter ul.mega-menu > li.Level0 > .subMenu > li > a {
    height: 120px;
    font-size: 12px;
  }
}
.sections.nav-sections #cwsMenu-1.cwsMenuOuter ul.mega-menu > li.Level0 > .subMenu > li > a:hover {
  box-shadow: 0 0 0 3px #ffed00 inset;
  -moz-box-shadow: 0 0 0 3px #ffed00 inset;
  -webkit-box-shadow: 0 0 0 3px #ffed00 inset;
}
.sections.nav-sections #cwsMenu-1.cwsMenuOuter ul.mega-menu > li.Level0 > .subMenu > li > a span.img {
  position: static;
  top: 7px;
  max-width: 100px;
  max-height: inherit;
  left: 0;
  right: 0;
  margin: 0 auto 10px auto;
}
@media (min-width: 769px) {
  .sections.nav-sections #cwsMenu-1.cwsMenuOuter ul.mega-menu > li.Level0 > .subMenu > li > a span.img {
    max-width: 75px;
  }
}
.sections.nav-sections #cwsMenu-1.cwsMenuOuter ul.mega-menu > li.Level0.inside-custom-block > ul.subMenu {
  padding: 10px;
}
.sections.nav-sections #cwsMenu-1.cwsMenuOuter ul.mega-menu > li.Level0.inside-custom-block > ul.subMenu > li {
  width: 100%!important;
  margin: 0;
}
.sections.nav-sections #cwsMenu-1.cwsMenuOuter ul.mega-menu > li.Level0.inside-custom-block > ul.subMenu > li .mgz-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.sections.nav-sections #cwsMenu-1.cwsMenuOuter ul.mega-menu > li.Level0.inside-custom-block > ul.subMenu > li .mgz-container .mgz-element-column {
  padding: 10px;
}
@media (min-width: 769px) and (max-width: 1199px) {
  .sections.nav-sections #cwsMenu-1.cwsMenuOuter ul.mega-menu > li.Level0.inside-custom-block > ul.subMenu > li .mgz-container .mgz-element-column {
    padding: 5px;
  }
}
.sections.nav-sections #cwsMenu-1.cwsMenuOuter ul.mega-menu > li.Level0.inside-custom-block > ul.subMenu > li .mgz-container .mgz-element-column > .mgz-element-inner {
  background: #fff;
  padding: 13px;
}
@media (min-width: 769px) and (max-width: 1199px) {
  .sections.nav-sections #cwsMenu-1.cwsMenuOuter ul.mega-menu > li.Level0.inside-custom-block > ul.subMenu > li .mgz-container .mgz-element-column > .mgz-element-inner {
    padding: 10px;
  }
}
.sections.nav-sections #cwsMenu-1.cwsMenuOuter ul.mega-menu > li.Level0.inside-custom-block > ul.subMenu > li .mgz-container .mgz-element-column > .mgz-element-inner .mgz-element-text > .mgz-element-inner p {
  color: #000;
  font-weight: 500;
  font-size: 14px;
  line-height: 19px;
}
@media (max-width: 768px) {
  .sections.nav-sections #cwsMenu-1.cwsMenuOuter ul.mega-menu > li.Level0.inside-custom-block > ul.subMenu > li .mgz-container .mgz-element-column > .mgz-element-inner .mgz-element-text > .mgz-element-inner p {
    font-size: 12px;
    line-height: 16px;
  }
}
.sections.nav-sections #cwsMenu-1.cwsMenuOuter ul.mega-menu > li.Level0.inside-custom-block > ul.subMenu > li .mgz-container .mgz-element-column > .mgz-element-inner .mgz-element-text > .mgz-element-inner ul {
  padding: 0;
  margin: 0;
}
.sections.nav-sections #cwsMenu-1.cwsMenuOuter ul.mega-menu > li.Level0.inside-custom-block > ul.subMenu > li .mgz-container .mgz-element-column > .mgz-element-inner .mgz-element-text > .mgz-element-inner ul li {
  padding-left: 15px;
  background: url(../images/arrow-right-black.png) no-repeat;
  background-position: left center;
  background-size: 7px;
  margin-bottom: 2px;
}
@media (max-width: 768px) {
  .sections.nav-sections #cwsMenu-1.cwsMenuOuter ul.mega-menu > li.Level0.inside-custom-block > ul.subMenu > li .mgz-container .mgz-element-column > .mgz-element-inner .mgz-element-text > .mgz-element-inner ul li {
    padding-left: 12px;
    background-position: left 2px;
    background-size: 5px;
  }
}
.sections.nav-sections #cwsMenu-1.cwsMenuOuter ul.mega-menu > li.Level0.inside-custom-block > ul.subMenu > li .mgz-container .mgz-element-column > .mgz-element-inner .mgz-element-text > .mgz-element-inner ul li a {
  color: #000;
  text-decoration: none;
  font-size: 14px;
  line-height: 19px;
  font-weight: 500;
}
@media (max-width: 768px) {
  .sections.nav-sections #cwsMenu-1.cwsMenuOuter ul.mega-menu > li.Level0.inside-custom-block > ul.subMenu > li .mgz-container .mgz-element-column > .mgz-element-inner .mgz-element-text > .mgz-element-inner ul li a {
    font-size: 12px;
    line-height: 16px;
  }
}
.sections.nav-sections #cwsMenu-1.cwsMenuOuter ul.mega-menu > li.Level0.inside-custom-block > ul.subMenu > li .mgz-container .mgz-element-column > .mgz-element-inner .mgz-element-single_image .mgz-element-inner {
  margin-bottom: 10px;
}
div#wpn-lightbox-content {
  width: 320px;
  min-width: 200px;
  max-width: 1000px;
  left: 0 !important;
  right: 0;
  margin: 0 auto;
  top: 50% !important;
  transform: translateY(-50%) !important;
  padding: 30px;
}
div#wpn-lightbox-content .weltpixel_newsletter {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
div#wpn-lightbox-content .weltpixel_newsletter .weltpixel_newsletter_signup_section {
  width: 100%;
  text-align: center;
  padding: 0;
  order: 2;
}
div#wpn-lightbox-content .weltpixel_newsletter .weltpixel_newsletter_signup_section .title {
  font-size: 16px;
  margin-bottom: 20px;
}
div#wpn-lightbox-content .weltpixel_newsletter .weltpixel_newsletter_signup_section p {
  font-size: 16px;
  display: inline-block;
  width: 100%;
  margin-bottom: 10px;
}
div#wpn-lightbox-content .weltpixel_newsletter .weltpixel_newsletter_signup_section p span {
  font-size: 48px;
  font-weight: 700;
  color: #fff200;
}
div#wpn-lightbox-content .weltpixel_newsletter .weltpixel_newsletter_signup_section p strong {
  font-size: 16px;
  font-weight: normal;
  color: #fff200;
}
div#wpn-lightbox-content .weltpixel_newsletter .weltpixel_newsletter_signup_section p:first-child {
  margin-bottom: 0;
  line-height: normal;
}
div#wpn-lightbox-content .weltpixel_newsletter .weltpixel_newsletter_signup_section form {
  padding: 0 0 10px;
}
div#wpn-lightbox-content .weltpixel_newsletter .weltpixel_newsletter_signup_section form .form-group {
  margin-top: 7px;
}
div#wpn-lightbox-content .weltpixel_newsletter .weltpixel_newsletter_signup_section form .form-group input#popup_newsletter_email {
  background: #fff;
  border: 1px solid #949596;
  width: 100%;
  min-width: 100%;
  height: 40px;
  text-align: left;
  box-shadow: none;
  font-size: 10px;
}
div#wpn-lightbox-content .weltpixel_newsletter .weltpixel_newsletter_signup_section form .form-group button.action.subscribe.primary {
  background: #FFED00;
  border-color: #FFED00;
  color: #000;
  padding: 10px 20px;
  border-radius: 0;
  margin-top: 20px;
}
div#wpn-lightbox-content .weltpixel_newsletter .weltpixel_newsletter_signup_section .newslatter-section-icon {
  display: inline-block;
  width: 100%;
  text-align: center;
}
div#wpn-lightbox-content .weltpixel_newsletter .weltpixel_newsletter_signup_section .newslatter-section-icon > .mgz-element-inner {
  display: flex;
  justify-content: center;
  line-height: 0;
}
div#wpn-lightbox-content .weltpixel_newsletter .weltpixel_newsletter_signup_section .newslatter-section-icon > .mgz-element-inner > .mgz-element-icon {
  width: 18%;
  text-align: center;
}
div#wpn-lightbox-content .weltpixel_newsletter .weltpixel_newsletter_signup_section .newslatter-section-icon > .mgz-element-inner .mgz-element-inner {
  margin-bottom: 0;
}
div#wpn-lightbox-content .weltpixel_newsletter .weltpixel_newsletter_signup_section .newslatter-section-icon > .mgz-element-inner .mgz-element-inner .mgz-icon-size-md {
  width: auto;
  height: auto;
  margin: 0;
}
div#wpn-lightbox-content .weltpixel_newsletter .wpn-col-md-5.col-last {
  width: 100%;
  text-align: center;
  order: 1;
  margin-bottom: 15px;
}
div#wpn-lightbox-content .weltpixel_newsletter .wpn-col-md-5.col-last img.image-fade {
  max-width: 150px;
}
div#wpn-lightbox-content div#wpn-lightbox-close-newsletter {
  border-color: #fff;
  color: #000;
  top: 10px;
  right: 6px;
  background: #d0cfcf;
  height: 25px;
  width: 25px;
  border-radius: 20px;
  line-height: 18px;
  font-size: 14px;
}
div#wpn-lightbox-content .social-icons {
  width: 30px;
  height: 30px;
  font-size: 14px;
  line-height: 32px !important;
}
div#wpn-lightbox-content .social-icons i {
  font-size: ;
  font-size: 14px;
}
@media (min-width: 769px) {
  .cms-category-menu {
    padding: 4px 15px 0 !important;
    order: 5;
    display: none;
  }
}
.cms-category-menu {
  padding: 50px 15px 0;
  display: none;
}
.cms-category-menu .cms-category-list {
  display: flex;
  justify-content: center;
  gap: 0 20px;
}
.cms-category-menu .cms-category-list li a {
  color: #000;
  font-weight: 700;
  cursor: pointer;
  font-size: 14px;
}
/* Custom home style */
.cms-index-index .page-main .magezon-builder .mgz-element-inner {
  padding: 0 !important;
}
.cms-index-index .page-main .magezon-builder .home-banner-slider {
  position: relative;
}
.cms-index-index .page-main .magezon-builder .home-banner-slider .mgz-container {
  width: 100%;
  /*.owl-item {
				    	.item.mgz-carousel-item {
				    		@media (min-width:1350px) and (max-width: 1649px) {
								width: 100%;
								background-size: 100%;
								height: 540px !important;
								background-size: top;
							}
						}
					}*/
}
@media (min-width: 769px) {
  .cms-index-index .page-main .magezon-builder .home-banner-slider .mgz-container .owl-carousel .owl-stage .owl-item {
    padding-bottom: 3.45%;
  }
  .cms-index-index .page-main .magezon-builder .home-banner-slider .mgz-container .owl-carousel .owl-stage .owl-item .mgz-carousel-item {
    position: absolute;
    top: 0;
    left: 0;
    height: 100% !important;
    width: 100%;
    background-size: 100%;
    background-position: top;
  }
}
.cms-index-index .page-main .magezon-builder .home-banner-slider .mgz-container .owl-carousel .owl-dots {
  margin-top: 15px;
}
@media (max-width: 768px) {
  .cms-index-index .page-main .magezon-builder .home-banner-slider .mgz-container .owl-carousel .owl-dots {
    margin-top: 12px;
  }
}
.cms-index-index .page-main .magezon-builder .home-banner-slider .mgz-container .owl-carousel .owl-dots button {
  background: #ccc;
  margin-right: 10px;
}
.cms-index-index .page-main .magezon-builder .home-banner-slider .mgz-container .owl-carousel .owl-dots button span {
  margin: 0;
  background: transparent;
  height: 0;
}
.cms-index-index .page-main .magezon-builder .home-banner-slider .mgz-container .owl-carousel .owl-dots button .slide-progress {
  width: 0;
  max-width: 100%;
  height: 10px;
  border-radius: 3px;
}
.cms-index-index .page-main .magezon-builder .home-banner-slider .mgz-container .owl-carousel .owl-dots button .slide-progress-content {
  opacity: 0;
  height: 0;
  width: 50px;
}
.cms-index-index .page-main .magezon-builder .home-banner-slider .mgz-container .owl-carousel .owl-dots button.active span {
  background: transparent;
}
.cms-index-index .page-main .magezon-builder .home-banner-slider .mgz-container .owl-carousel .owl-dots button.active .slide-progress {
  background: #000000;
}
.cms-index-index .page-main .magezon-builder .home-banner-slider .mgz-container .mgz-single-image-wrapper {
  display: block;
}
.cms-index-index .page-main .magezon-builder .home-banner-slider .mgz-container .mgz-single-image-wrapper img {
  width: 100%;
}
.cms-index-index .page-main .magezon-builder .home-product-slider {
  background: #f8f8f8;
  padding-top: 60px;
}
.cms-index-index .page-main .magezon-builder .home-product-slider .owl-stage {
  display: flex;
}
.cms-index-index .page-main .magezon-builder .home-product-slider .owl-stage .product-item {
  height: 100%;
}
.cms-index-index .page-main .magezon-builder .home-product-slider .owl-stage .product-item .product-item-info {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cms-index-index .page-main .magezon-builder .home-product-slider .owl-stage .product-item .product-item-info .product-item-details {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.cms-index-index .page-main .magezon-builder .home-product-slider .owl-stage .product-item .product-item-info .product-item-details .price-box {
  flex: 1;
}
@media (max-width: 768px) {
  .cms-index-index .page-main .magezon-builder .home-product-slider {
    padding: 35px 0 0 0;
  }
}
@media (min-width: 769px) and (max-width: 1439px) {
  .cms-index-index .page-main .magezon-builder .home-product-slider {
    padding: 40px 0 0 0;
  }
}
.cms-index-index .page-main .magezon-builder .home-product-slider .mgz-container {
  width: 100%;
  max-width: 1690px;
  padding: 0 20px;
}
@media (max-width: 768px) {
  .cms-index-index .page-main .magezon-builder .home-product-slider .mgz-container {
    padding: 0 15px;
  }
}
.cms-index-index .page-main .magezon-builder .home-product-slider .mgz-container .mgz-block-heading {
  position: relative;
  padding: 0;
  text-align: center;
}
.cms-index-index .page-main .magezon-builder .home-product-slider .mgz-container .mgz-block-heading:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  background: #333;
  top: 50%;
  z-index: 0;
  margin-top: -1.55rem;
}
@media (min-width: 769px) and (max-width: 1199px) {
  .cms-index-index .page-main .magezon-builder .home-product-slider .mgz-container .mgz-block-heading:after {
    margin-top: -11px;
  }
}
.cms-index-index .page-main .magezon-builder .home-product-slider .mgz-container .mgz-block-heading h2.title {
  margin-top: 0;
  padding: 11px 40px 11px 40px;
  margin-bottom: 30px;
  font-size: 32px;
  font-weight: 500;
  line-height: 42px;
  color: #fff;
  background: #000;
  display: inline-block;
  border: 1px solid #333;
  border-right: 0;
  position: relative;
  border-radius: 5px;
  -moz-border-radius: 5px;
  z-index: 1;
}
@media (max-width: 768px) {
  .cms-index-index .page-main .magezon-builder .home-product-slider .mgz-container .mgz-block-heading h2.title {
    font-size: 20px;
    line-height: 30px;
    padding: 7px 30px 7px 30px;
    width: 249px;
    height: 46px;
  }
}
@media (min-width: 769px) and (max-width: 1199px) {
  .cms-index-index .page-main .magezon-builder .home-product-slider .mgz-container .mgz-block-heading h2.title {
    padding: 7px 30px 7px 30px;
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: 500;
    line-height: 34px;
  }
}
@media (min-width: 1200px) {
  .cms-index-index .page-main .magezon-builder .home-product-slider .mgz-container .mgz-block-heading h2.title {
    width: 382px;
    height: 66px;
  }
}
.cms-index-index .page-main .magezon-builder .home-product-slider .mgz-container .mgz-block-heading h2.title:after {
  content: '';
  border: solid #000;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 22px;
  position: absolute;
  right: -21px;
  top: 50%;
  background: #000;
  transform: translateY(-50%) rotate(-45deg);
  -webkit-transform: translateY(-50%) rotate(-45deg);
}
@media (max-width: 768px) {
  .cms-index-index .page-main .magezon-builder .home-product-slider .mgz-container .mgz-block-heading h2.title:after {
    padding: 15px;
    right: -14px;
  }
}
@media (min-width: 769px) and (max-width: 1199px) {
  .cms-index-index .page-main .magezon-builder .home-product-slider .mgz-container .mgz-block-heading h2.title:after {
    padding: 17px;
    right: -15px;
  }
}
.cms-index-index .page-main .magezon-builder .home-product-slider .mgz-container .mgz-block-heading h2.title:before {
  content: '';
  border: solid #000;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 22px;
  position: absolute;
  left: -22px;
  top: 50%;
  background: #000;
  transform: translateY(-50%) rotate(-45deg);
  -webkit-transform: translateY(-50%) rotate(-45deg);
}
@media (max-width: 768px) {
  .cms-index-index .page-main .magezon-builder .home-product-slider .mgz-container .mgz-block-heading h2.title:before {
    padding: 15px;
    left: -15px;
  }
}
@media (min-width: 769px) and (max-width: 1199px) {
  .cms-index-index .page-main .magezon-builder .home-product-slider .mgz-container .mgz-block-heading h2.title:before {
    padding: 17px;
    left: -16px;
  }
}
.cms-index-index .page-main .magezon-builder .home-product-slider .mgz-container .owl-carousel .owl-height {
  height: auto !important;
}
.cms-index-index .page-main .magezon-builder .home-product-slider .mgz-container .owl-carousel .owl-height .owl-item {
  background: #fff;
  text-align: center;
  padding: 20px;
}
@media (max-width: 768px) {
  .cms-index-index .page-main .magezon-builder .home-product-slider .mgz-container .owl-carousel .owl-height .owl-item {
    padding: 10px!important;
  }
}
@media (min-width: 1200px) and (max-width: 1439px) {
  .cms-index-index .page-main .magezon-builder .home-product-slider .mgz-container .owl-carousel .owl-height .owl-item {
    padding: 15px;
  }
}
.cms-index-index .page-main .magezon-builder .home-product-slider .mgz-container .owl-carousel .owl-height .owl-item .product-item-info .product-item-photo {
  display: block;
}
.cms-index-index .page-main .magezon-builder .home-product-slider .mgz-container .owl-carousel .owl-height .owl-item .product-item-info .product-item-details .product-item-name {
  text-align: left;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .cms-index-index .page-main .magezon-builder .home-product-slider .mgz-container .owl-carousel .owl-height .owl-item .product-item-info .product-item-details .product-item-name {
    margin-bottom: 10px;
  }
}
.cms-index-index .page-main .magezon-builder .home-product-slider .mgz-container .owl-carousel .owl-height .owl-item .product-item-info .product-item-details .product-item-name .product-item-link {
  font-size: 18px;
  font-weight: 500;
  line-height: 23px;
  color: #000;
  text-decoration: none;
  display: block;
  min-height: 46px;
}
@media (max-width: 768px) {
  .cms-index-index .page-main .magezon-builder .home-product-slider .mgz-container .owl-carousel .owl-height .owl-item .product-item-info .product-item-details .product-item-name .product-item-link {
    min-height: 35px;
  }
}
@media (max-width: 768px) {
  .cms-index-index .page-main .magezon-builder .home-product-slider .mgz-container .owl-carousel .owl-height .owl-item .product-item-info .product-item-details .product-item-name .product-item-link {
    font-size: 14px;
    line-height: 19px;
    height: auto;
  }
}
@media (min-width: 769px) and (max-width: 1439px) {
  .cms-index-index .page-main .magezon-builder .home-product-slider .mgz-container .owl-carousel .owl-height .owl-item .product-item-info .product-item-details .product-item-name .product-item-link {
    font-size: 15px;
    line-height: 20px;
    min-height: 40px;
  }
}
@media (max-width: 543px) {
  .cms-index-index .page-main .magezon-builder .home-product-slider .mgz-container .owl-carousel .owl-height .owl-item .product-item-info .product-item-details .product-item-name .product-item-link {
    min-height: 100%;
  }
}
.cms-index-index .page-main .magezon-builder .home-product-slider .mgz-container .owl-carousel .owl-height .owl-item .product-item-info .product-item-details .price-box {
  text-align: left;
  margin-bottom: 35px;
  display: flex;
  align-items: center;
  height: 25px;
}
@media (max-width: 768px) {
  .cms-index-index .page-main .magezon-builder .home-product-slider .mgz-container .owl-carousel .owl-height .owl-item .product-item-info .product-item-details .price-box {
    margin-bottom: 15px;
  }
}
@media (min-width: 769px) and (max-width: 1439px) {
  .cms-index-index .page-main .magezon-builder .home-product-slider .mgz-container .owl-carousel .owl-height .owl-item .product-item-info .product-item-details .price-box {
    margin-bottom: 25px;
  }
}
.cms-index-index .page-main .magezon-builder .home-product-slider .mgz-container .owl-carousel .owl-height .owl-item .product-item-info .product-item-details .price-box .special-price {
  order: 2;
}
@media (max-width: 768px) {
  .cms-index-index .page-main .magezon-builder .home-product-slider .mgz-container .owl-carousel .owl-height .owl-item .product-item-info .product-item-details .price-box .special-price {
    margin-top: 0;
  }
}
.cms-index-index .page-main .magezon-builder .home-product-slider .mgz-container .owl-carousel .owl-height .owl-item .product-item-info .product-item-details .price-box .old-price {
  order: 1;
}
.cms-index-index .page-main .magezon-builder .home-product-slider .mgz-container .owl-carousel .owl-height .owl-item .product-item-info .product-item-details .price-box .old-price .price-label {
  display: none;
}
.cms-index-index .page-main .magezon-builder .home-product-slider .mgz-container .owl-carousel .owl-height .owl-item .product-item-info .product-item-details .price-box .old-price .price {
  color: #ABABAB;
  display: inline-block;
  text-decoration: line-through;
  font-weight: normal;
  font-size: 16px;
  margin-right: 5px;
  line-height: 20px;
}
@media (max-width: 1439px) {
  .cms-index-index .page-main .magezon-builder .home-product-slider .mgz-container .owl-carousel .owl-height .owl-item .product-item-info .product-item-details .price-box .old-price .price {
    font-size: 14px;
    margin: 0 5px 0 0;
    line-height: 19px;
  }
}
.cms-index-index .page-main .magezon-builder .home-product-slider .mgz-container .owl-carousel .owl-height .owl-item .product-item-info .product-item-details .price-box span.price {
  font-size: 20px;
  line-height: 25px;
  color: #000;
  font-weight: 500;
}
@media (max-width: 1439px) {
  .cms-index-index .page-main .magezon-builder .home-product-slider .mgz-container .owl-carousel .owl-height .owl-item .product-item-info .product-item-details .price-box span.price {
    font-size: 16px;
    line-height: 21px;
    margin: 0;
  }
}
.cms-index-index .page-main .magezon-builder .home-product-slider .mgz-container .owl-carousel .owl-height .owl-item .product-item-info .product-item-actions {
  display: flex;
  justify-content: center;
  align-items: center;
  /*position: relative;*/
  margin: 0;
}
.cms-index-index .page-main .magezon-builder .home-product-slider .mgz-container .owl-carousel .owl-height .owl-item .product-item-info .product-item-actions .actions-primary {
  /*width:~"calc(100% - 104px)";*/
  width: 100%;
}
.cms-index-index .page-main .magezon-builder .home-product-slider .mgz-container .owl-carousel .owl-height .owl-item .product-item-info .product-item-actions .actions-primary .stock.unavailable {
  height: 42px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  padding: 9px 15px;
  text-align: center;
}
.cms-index-index .page-main .magezon-builder .home-product-slider .mgz-container .owl-carousel .owl-height .owl-item .product-item-info .product-item-actions .actions-primary button.tocart {
  background: #FFED00;
  border: none;
  color: #000;
  font-size: 14px;
  font-weight: 500;
  font-family: 'ClanPro';
  line-height: 18px;
  padding: 9px 15px;
  width: 100%;
  height: 42px;
}
@media (min-width: 1200px) and (max-width: 1439px) {
  .cms-index-index .page-main .magezon-builder .home-product-slider .mgz-container .owl-carousel .owl-height .owl-item .product-item-info .product-item-actions .actions-primary button.tocart {
    padding: 11px 10px;
  }
}
@media (min-width: 541px) and (max-width: 991px) {
  .cms-index-index .page-main .magezon-builder .home-product-slider .mgz-container .owl-carousel .owl-height .owl-item .product-item-info .product-item-actions .actions-primary button.tocart {
    padding: 8px 10px;
  }
}
.cms-index-index .page-main .magezon-builder .home-product-slider .mgz-container .owl-carousel .owl-height .owl-item .product-item-info .product-item-actions .actions-primary button.tocart:hover {
  background: #f3e62e;
}
.cms-index-index .page-main .magezon-builder .home-product-slider .mgz-container .owl-carousel .owl-height .owl-item .product-item-info .product-item-actions .actions-primary button.tocart span {
  display: flex;
  align-items: center;
  position: relative;
  justify-content: center;
}
.cms-index-index .page-main .magezon-builder .home-product-slider .mgz-container .owl-carousel .owl-height .owl-item .product-item-info .product-item-actions .actions-primary button.tocart span:before {
  content: '';
  display: inline-block;
  background-image: url(../images/teenyicons_bag-solid.png);
  background-repeat: no-repeat;
  height: 20px;
  width: 20px;
  margin-right: 10px;
  margin-top: -3px;
  background-size: 100%;
}
@media (min-width: 1200px) and (max-width: 1639px) {
  .cms-index-index .page-main .magezon-builder .home-product-slider .mgz-container .owl-carousel .owl-height .owl-item .product-item-info .product-item-actions .actions-primary button.tocart span:before {
    margin-right: 5px;
  }
}
.cms-index-index .page-main .magezon-builder .home-product-slider .mgz-container .owl-carousel .owl-height .owl-item .product-item-info .product-item-actions .actions-primary button.tocart.modalRun {
  padding: 12px 15px;
}
@media (min-width: 541px) and (max-width: 991px) {
  .cms-index-index .page-main .magezon-builder .home-product-slider .mgz-container .owl-carousel .owl-height .owl-item .product-item-info .product-item-actions .actions-primary button.tocart.modalRun {
    padding: 8px 10px;
  }
}
.cms-index-index .page-main .magezon-builder .home-product-slider .mgz-container .owl-carousel .owl-height .owl-item .product-item-info .product-item-actions .actions-primary button.tocart.modalRun span {
  text-transform: capitalize;
}
.cms-index-index .page-main .magezon-builder .home-product-slider .mgz-container .owl-carousel .owl-height .owl-item .product-item-info .product-item-actions .actions-primary button.tocart.modalRun span:before {
  background-image: url(../images/mail-icon.png);
  height: 16px;
  width: 20px;
  margin-top: 0px;
}
.cms-index-index .page-main .magezon-builder .home-product-slider .mgz-container .owl-carousel .owl-height .owl-item .product-item-info .product-item-actions .actions-secondary .towishlist {
  position: absolute;
  left: 14px;
  top: 12px;
  z-index: 2;
  /*border: 1px solid rgba(0,0,0,.25);
					    width: 42px;
					    height: 42px;
					    display: flex;
					    align-items: center;
					    justify-content: center;*/
  /* @media (max-width:@fst-mobile-breakpoint) {
					    	width: 40px;
						    height: 40px;
						}*/
}
.cms-index-index .page-main .magezon-builder .home-product-slider .mgz-container .owl-carousel .owl-height .owl-item .product-item-info .product-item-actions .actions-secondary .towishlist:before {
  content: '';
  display: inline-block;
  background-image: url(../images/wishlist-icon.png);
  background-repeat: no-repeat;
  height: 24px;
  width: 24px;
}
.cms-index-index .page-main .magezon-builder .home-product-slider .mgz-container .owl-carousel .owl-height .owl-item .product-item-info .product-item-actions .actions-secondary .tocompare {
  position: absolute;
  right: 0;
  top: 0;
  border: 1px solid rgba(0, 0, 0, 0.25);
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .cms-index-index .page-main .magezon-builder .home-product-slider .mgz-container .owl-carousel .owl-height .owl-item .product-item-info .product-item-actions .actions-secondary .tocompare {
    width: 40px;
    height: 40px;
  }
}
.cms-index-index .page-main .magezon-builder .home-product-slider .mgz-container .owl-carousel .owl-height .owl-item .product-item-info .product-item-actions .actions-secondary .tocompare:before {
  content: '';
  display: inline-block;
  background-image: url(../images/compair-icon.png);
  background-repeat: no-repeat;
  height: 24px;
  width: 24px;
}
.cms-index-index .page-main .magezon-builder .home-product-slider .mgz-container .owl-carousel .owl-height .owl-item {
  border-radius: 10px;
}
.cms-index-index .page-main .magezon-builder .home-product-slider .mgz-container .owl-carousel .owl-height .owl-item .discription-custom {
  text-align: left;
}
.cms-index-index .page-main .magezon-builder .home-product-slider .mgz-container .owl-carousel .owl-height .owl-item .discription-custom .mgz-container {
  max-width: 100%;
  padding: 0;
}
.cms-index-index .page-main .magezon-builder .home-product-slider .mgz-container .owl-carousel .owl-nav {
  margin: 0;
}
.cms-index-index .page-main .magezon-builder .home-product-slider .mgz-container .owl-carousel .owl-nav button {
  opacity: 1;
  position: absolute;
  border: 1px solid #FFED00;
  background: #FFED00;
  margin: -30px 0 0 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
}
@media (max-width: 1199px) {
  .cms-index-index .page-main .magezon-builder .home-product-slider .mgz-container .owl-carousel .owl-nav button {
    width: 30px;
    height: 30px;
  }
}
.cms-index-index .page-main .magezon-builder .home-product-slider .mgz-container .owl-carousel .owl-nav button.owl-prev {
  left: 0;
}
.cms-index-index .page-main .magezon-builder .home-product-slider .mgz-container .owl-carousel .owl-nav button.owl-prev i::before {
  content: '';
  display: inline-block;
  background-image: url(../images/left-arrow.png);
  height: 38px;
  width: 38px;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 1199px) {
  .cms-index-index .page-main .magezon-builder .home-product-slider .mgz-container .owl-carousel .owl-nav button.owl-prev i::before {
    height: 28px;
    width: 28px;
    background-size: 10px;
  }
}
.cms-index-index .page-main .magezon-builder .home-product-slider .mgz-container .owl-carousel .owl-nav button.owl-next {
  right: 0;
}
.cms-index-index .page-main .magezon-builder .home-product-slider .mgz-container .owl-carousel .owl-nav button.owl-next i::before {
  content: '';
  display: inline-block;
  background-image: url(../images/right-arrow.png);
  height: 38px;
  width: 38px;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 1199px) {
  .cms-index-index .page-main .magezon-builder .home-product-slider .mgz-container .owl-carousel .owl-nav button.owl-next i::before {
    height: 28px;
    width: 28px;
    background-size: 10px;
  }
}
.cms-index-index .page-main .magezon-builder .home-product-slider .mgz-container .owl-carousel .owl-nav button.disabled {
  pointer-events: auto;
  opacity: 0.5;
  cursor: default;
}
.cms-index-index .page-main .magezon-builder .home-product-slider .mgz-container .owl-carousel .owl-dots {
  margin-top: 30px;
}
@media (max-width: 768px) {
  .cms-index-index .page-main .magezon-builder .home-product-slider .mgz-container .owl-carousel .owl-dots {
    margin-top: 12px;
  }
}
.cms-index-index .page-main .magezon-builder .home-product-slider .mgz-container .owl-carousel .owl-dots button span {
  margin: 0 4px;
  background: #D9D9D9;
}
.cms-index-index .page-main .magezon-builder .home-product-slider .mgz-container .owl-carousel .owl-dots button.active span {
  background: #000;
}
.cms-index-index .page-main .magezon-builder .home-product-slider.spotlight-product {
  padding-bottom: 70px;
}
@media (max-width: 768px) {
  .cms-index-index .page-main .magezon-builder .home-product-slider.spotlight-product {
    padding: 35px 0;
  }
}
@media (min-width: 769px) and (max-width: 1439px) {
  .cms-index-index .page-main .magezon-builder .home-product-slider.spotlight-product {
    padding: 40px 0 40px 0;
  }
}
.cms-index-index .page-main .magezon-builder .garden-pro-section {
  background: #f8f8f8;
  padding-bottom: 70px;
}
@media (max-width: 768px) {
  .cms-index-index .page-main .magezon-builder .garden-pro-section {
    padding: 0 0 35px 0;
  }
}
@media (min-width: 769px) and (max-width: 1439px) {
  .cms-index-index .page-main .magezon-builder .garden-pro-section {
    padding: 0 0 40px 0;
  }
}
.cms-index-index .page-main .magezon-builder .garden-pro-section .mgz-container {
  width: 100%;
  max-width: 1690px;
  padding: 0 20px;
}
@media (max-width: 768px) {
  .cms-index-index .page-main .magezon-builder .garden-pro-section .mgz-container {
    padding: 0 15px;
  }
}
.cms-index-index .page-main .magezon-builder .garden-pro-section .mgz-container .home-garden-box {
  padding-right: 15px;
}
@media (max-width: 768px) {
  .cms-index-index .page-main .magezon-builder .garden-pro-section .mgz-container .home-garden-box {
    padding: 0;
    margin-bottom: 15px;
  }
}
.cms-index-index .page-main .magezon-builder .garden-pro-section .mgz-container .professional-img-box {
  padding-left: 15px;
}
@media (max-width: 768px) {
  .cms-index-index .page-main .magezon-builder .garden-pro-section .mgz-container .professional-img-box {
    padding: 0;
  }
}
.cms-index-index .page-main .magezon-builder .garden-pro-section .mgz-container .mgz-single-image-wrapper {
  display: block;
}
.cms-index-index .page-main .magezon-builder .garden-pro-section .mgz-container .mgz-single-image-wrapper img {
  width: 100%;
}
.cms-index-index .page-main .magezon-builder .home-page-services {
  background: #fff;
  padding: 40px 0;
}
@media (max-width: 768px) {
  .cms-index-index .page-main .magezon-builder .home-page-services {
    padding: 35px 0;
  }
}
.cms-index-index .page-main .magezon-builder .home-page-services .mgz-container {
  width: 100%;
  max-width: 1690px;
  padding: 0 20px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cms-index-index .page-main .magezon-builder .home-page-services .mgz-container {
    padding: 0 15px;
    align-items: flex-start;
  }
}
.cms-index-index .page-main .magezon-builder .home-page-services .mgz-container .mgz-element-column {
  width: 33.333%;
  padding: 0 15px;
  margin: 0 auto;
}
.cms-index-index .page-main .magezon-builder .home-page-services .mgz-container .mgz-element-column.advice-support-box {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.cms-index-index .page-main .magezon-builder .home-page-services .mgz-container .mgz-element-column .mgz-element-inner p {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .cms-index-index .page-main .magezon-builder .home-page-services .mgz-container .mgz-element-column .mgz-element-inner p {
    flex-direction: column;
  }
}
.cms-index-index .page-main .magezon-builder .home-page-services .mgz-container .mgz-element-column .mgz-element-inner p a {
  display: inline-block;
  font-size: 20px;
  font-weight: 500;
  color: #000;
  text-decoration: none;
  line-height: 25px;
  margin-left: 20px;
}
@media (max-width: 768px) {
  .cms-index-index .page-main .magezon-builder .home-page-services .mgz-container .mgz-element-column .mgz-element-inner p a {
    font-size: 14px;
    line-height: 19px;
    margin: 15px 0 0;
    text-align: center;
  }
}
@media (min-width: 769px) and (max-width: 1199px) {
  .cms-index-index .page-main .magezon-builder .home-page-services .mgz-container .mgz-element-column .mgz-element-inner p a {
    font-size: 16px;
    line-height: 21px;
    margin-left: 10px;
  }
}
@media (min-width: 1200px) and (max-width: 1439px) {
  .cms-index-index .page-main .magezon-builder .home-page-services .mgz-container .mgz-element-column .mgz-element-inner p a {
    font-size: 18px;
    line-height: 23px;
  }
}
.cms-index-index .page-main .magezon-builder .home-purchase-asistend {
  padding: 70px 0;
}
@media (max-width: 768px) {
  .cms-index-index .page-main .magezon-builder .home-purchase-asistend {
    padding: 35px 0;
  }
}
@media (min-width: 769px) and (max-width: 1439px) {
  .cms-index-index .page-main .magezon-builder .home-purchase-asistend {
    padding: 40px 0;
  }
}
.cms-index-index .page-main .magezon-builder .home-purchase-asistend .mgz-container {
  width: 100%;
  max-width: 1690px;
  padding: 0 20px;
}
@media (max-width: 768px) {
  .cms-index-index .page-main .magezon-builder .home-purchase-asistend .mgz-container {
    padding: 0 15px;
  }
}
.cms-index-index .page-main .magezon-builder .home-purchase-asistend .mgz-container .purchase-asistend-section .left-purchase {
  position: relative;
  text-align: center;
}
.cms-index-index .page-main .magezon-builder .home-purchase-asistend .mgz-container .purchase-asistend-section .left-purchase:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  background: #333;
  top: 50%;
  z-index: 0;
  margin-top: -1.55rem;
}
@media (min-width: 769px) and (max-width: 1199px) {
  .cms-index-index .page-main .magezon-builder .home-purchase-asistend .mgz-container .purchase-asistend-section .left-purchase:after {
    margin-top: -11px;
  }
}
.cms-index-index .page-main .magezon-builder .home-purchase-asistend .mgz-container .purchase-asistend-section .left-purchase h2 {
  margin-top: 0;
  padding: 11px 40px 11px 40px;
  margin-bottom: 30px;
  font-size: 32px;
  font-weight: 500;
  line-height: 42px;
  color: #fff;
  background: #000;
  display: inline-block;
  border: 1px solid #333;
  border-right: 0;
  position: relative;
  border-radius: 5px;
  -moz-border-radius: 5px;
  z-index: 1;
}
@media (max-width: 768px) {
  .cms-index-index .page-main .magezon-builder .home-purchase-asistend .mgz-container .purchase-asistend-section .left-purchase h2 {
    font-size: 20px;
    line-height: 30px;
    padding: 7px 30px 7px 30px;
    width: 249px;
    height: 46px;
  }
}
@media (min-width: 769px) and (max-width: 1199px) {
  .cms-index-index .page-main .magezon-builder .home-purchase-asistend .mgz-container .purchase-asistend-section .left-purchase h2 {
    padding: 7px 30px 7px 30px;
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: 500;
    line-height: 34px;
  }
}
@media (min-width: 1200px) {
  .cms-index-index .page-main .magezon-builder .home-purchase-asistend .mgz-container .purchase-asistend-section .left-purchase h2 {
    width: 382px;
    height: 66px;
  }
}
.cms-index-index .page-main .magezon-builder .home-purchase-asistend .mgz-container .purchase-asistend-section .left-purchase h2:after {
  content: '';
  border: solid #000;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 22px;
  position: absolute;
  right: -21px;
  top: 50%;
  background: #000;
  transform: translateY(-50%) rotate(-45deg);
  -webkit-transform: translateY(-50%) rotate(-45deg);
}
@media (max-width: 768px) {
  .cms-index-index .page-main .magezon-builder .home-purchase-asistend .mgz-container .purchase-asistend-section .left-purchase h2:after {
    padding: 15px;
    right: -14px;
  }
}
@media (min-width: 769px) and (max-width: 1199px) {
  .cms-index-index .page-main .magezon-builder .home-purchase-asistend .mgz-container .purchase-asistend-section .left-purchase h2:after {
    padding: 17px;
    right: -15px;
  }
}
.cms-index-index .page-main .magezon-builder .home-purchase-asistend .mgz-container .purchase-asistend-section .left-purchase h2:before {
  content: '';
  border: solid #000;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 22px;
  position: absolute;
  left: -22px;
  top: 50%;
  background: #000;
  transform: translateY(-50%) rotate(-45deg);
  -webkit-transform: translateY(-50%) rotate(-45deg);
}
@media (max-width: 768px) {
  .cms-index-index .page-main .magezon-builder .home-purchase-asistend .mgz-container .purchase-asistend-section .left-purchase h2:before {
    padding: 15px;
    left: -15px;
  }
}
@media (min-width: 769px) and (max-width: 1199px) {
  .cms-index-index .page-main .magezon-builder .home-purchase-asistend .mgz-container .purchase-asistend-section .left-purchase h2:before {
    padding: 17px;
    left: -16px;
  }
}
.cms-index-index .page-main .magezon-builder .home-purchase-asistend .mgz-container .purchase-asistend-section .right-purchase ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 9;
}
@media (max-width: 768px) {
  .cms-index-index .page-main .magezon-builder .home-purchase-asistend .mgz-container .purchase-asistend-section .right-purchase ul {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: space-between;
  }
}
.cms-index-index .page-main .magezon-builder .home-purchase-asistend .mgz-container .purchase-asistend-section .right-purchase ul li {
  width: 100%;
  margin-right: 20px;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cms-index-index .page-main .magezon-builder .home-purchase-asistend .mgz-container .purchase-asistend-section .right-purchase ul li {
    width: 48%;
    margin: 0;
  }
}
.cms-index-index .page-main .magezon-builder .home-purchase-asistend .mgz-container .purchase-asistend-section .right-purchase ul li > .division,
.cms-index-index .page-main .magezon-builder .home-purchase-asistend .mgz-container .purchase-asistend-section .right-purchase ul li .choose_category {
  position: relative;
}
.cms-index-index .page-main .magezon-builder .home-purchase-asistend .mgz-container .purchase-asistend-section .right-purchase ul li > .division span,
.cms-index-index .page-main .magezon-builder .home-purchase-asistend .mgz-container .purchase-asistend-section .right-purchase ul li .choose_category span {
  display: block;
  color: #000;
  font-weight: 500;
  font-size: 18px;
  line-height: 23px;
  height: 60px;
  border: 1px solid #000;
  padding: 19px 25px;
  position: relative;
  cursor: pointer;
}
@media (max-width: 768px) {
  .cms-index-index .page-main .magezon-builder .home-purchase-asistend .mgz-container .purchase-asistend-section .right-purchase ul li > .division span,
  .cms-index-index .page-main .magezon-builder .home-purchase-asistend .mgz-container .purchase-asistend-section .right-purchase ul li .choose_category span {
    font-size: 14px;
    line-height: 19px;
    height: 48px;
    padding: 13px 15px;
  }
}
@media (min-width: 769px) and (max-width: 1439px) {
  .cms-index-index .page-main .magezon-builder .home-purchase-asistend .mgz-container .purchase-asistend-section .right-purchase ul li > .division span,
  .cms-index-index .page-main .magezon-builder .home-purchase-asistend .mgz-container .purchase-asistend-section .right-purchase ul li .choose_category span {
    font-size: 16px;
    line-height: 21px;
    height: 52px;
    padding: 15px 20px;
  }
}
.cms-index-index .page-main .magezon-builder .home-purchase-asistend .mgz-container .purchase-asistend-section .right-purchase ul li > .division span:after,
.cms-index-index .page-main .magezon-builder .home-purchase-asistend .mgz-container .purchase-asistend-section .right-purchase ul li .choose_category span:after {
  content: "";
  background-image: url(../images/arrow-down.png);
  background-repeat: no-repeat;
  background-position: center right;
  position: absolute;
  right: 25px;
  top: 22px;
  width: 15px;
  height: 15px;
  transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
}
@media (max-width: 768px) {
  .cms-index-index .page-main .magezon-builder .home-purchase-asistend .mgz-container .purchase-asistend-section .right-purchase ul li > .division span:after,
  .cms-index-index .page-main .magezon-builder .home-purchase-asistend .mgz-container .purchase-asistend-section .right-purchase ul li .choose_category span:after {
    right: 15px;
    top: 14px;
  }
}
@media (min-width: 769px) and (max-width: 1439px) {
  .cms-index-index .page-main .magezon-builder .home-purchase-asistend .mgz-container .purchase-asistend-section .right-purchase ul li > .division span:after,
  .cms-index-index .page-main .magezon-builder .home-purchase-asistend .mgz-container .purchase-asistend-section .right-purchase ul li .choose_category span:after {
    top: 18px;
    right: 15px;
  }
}
.cms-index-index .page-main .magezon-builder .home-purchase-asistend .mgz-container .purchase-asistend-section .right-purchase ul li > .division ul,
.cms-index-index .page-main .magezon-builder .home-purchase-asistend .mgz-container .purchase-asistend-section .right-purchase ul li .choose_category ul {
  display: none;
  color: #000;
  border: 1px solid #000;
  padding: 0;
  border-top: none;
  position: absolute;
  width: 100%;
  top: 60px;
  left: 0;
  box-shadow: 0 2px 5px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 2px 5px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 5px 2px rgba(0, 0, 0, 0.2);
}
@media (max-width: 768px) {
  .cms-index-index .page-main .magezon-builder .home-purchase-asistend .mgz-container .purchase-asistend-section .right-purchase ul li > .division ul,
  .cms-index-index .page-main .magezon-builder .home-purchase-asistend .mgz-container .purchase-asistend-section .right-purchase ul li .choose_category ul {
    top: 48px;
  }
}
@media (min-width: 769px) and (max-width: 1439px) {
  .cms-index-index .page-main .magezon-builder .home-purchase-asistend .mgz-container .purchase-asistend-section .right-purchase ul li > .division ul,
  .cms-index-index .page-main .magezon-builder .home-purchase-asistend .mgz-container .purchase-asistend-section .right-purchase ul li .choose_category ul {
    top: 52px;
  }
}
.cms-index-index .page-main .magezon-builder .home-purchase-asistend .mgz-container .purchase-asistend-section .right-purchase ul li > .division ul > li,
.cms-index-index .page-main .magezon-builder .home-purchase-asistend .mgz-container .purchase-asistend-section .right-purchase ul li .choose_category ul > li,
.cms-index-index .page-main .magezon-builder .home-purchase-asistend .mgz-container .purchase-asistend-section .right-purchase ul li > .division ul > option,
.cms-index-index .page-main .magezon-builder .home-purchase-asistend .mgz-container .purchase-asistend-section .right-purchase ul li .choose_category ul > option {
  padding: 12px 25px;
  border-bottom: 1px solid #000;
  width: 100% !important;
  color: #000;
  font-weight: normal;
  font-size: 16px;
  line-height: 21px;
  margin: 0;
  background: #f8f8f8;
  white-space: normal;
  cursor: pointer;
  transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
}
@media (max-width: 768px) {
  .cms-index-index .page-main .magezon-builder .home-purchase-asistend .mgz-container .purchase-asistend-section .right-purchase ul li > .division ul > li,
  .cms-index-index .page-main .magezon-builder .home-purchase-asistend .mgz-container .purchase-asistend-section .right-purchase ul li .choose_category ul > li,
  .cms-index-index .page-main .magezon-builder .home-purchase-asistend .mgz-container .purchase-asistend-section .right-purchase ul li > .division ul > option,
  .cms-index-index .page-main .magezon-builder .home-purchase-asistend .mgz-container .purchase-asistend-section .right-purchase ul li .choose_category ul > option {
    padding: 8px 15px;
    font-size: 14px;
    line-height: 19px;
  }
}
@media (min-width: 769px) and (max-width: 1439px) {
  .cms-index-index .page-main .magezon-builder .home-purchase-asistend .mgz-container .purchase-asistend-section .right-purchase ul li > .division ul > li,
  .cms-index-index .page-main .magezon-builder .home-purchase-asistend .mgz-container .purchase-asistend-section .right-purchase ul li .choose_category ul > li,
  .cms-index-index .page-main .magezon-builder .home-purchase-asistend .mgz-container .purchase-asistend-section .right-purchase ul li > .division ul > option,
  .cms-index-index .page-main .magezon-builder .home-purchase-asistend .mgz-container .purchase-asistend-section .right-purchase ul li .choose_category ul > option {
    font-size: 16px;
    line-height: 21px;
    padding: 10px 20px;
  }
}
.cms-index-index .page-main .magezon-builder .home-purchase-asistend .mgz-container .purchase-asistend-section .right-purchase ul li > .division ul > li:hover,
.cms-index-index .page-main .magezon-builder .home-purchase-asistend .mgz-container .purchase-asistend-section .right-purchase ul li .choose_category ul > li:hover,
.cms-index-index .page-main .magezon-builder .home-purchase-asistend .mgz-container .purchase-asistend-section .right-purchase ul li > .division ul > option:hover,
.cms-index-index .page-main .magezon-builder .home-purchase-asistend .mgz-container .purchase-asistend-section .right-purchase ul li .choose_category ul > option:hover {
  background-color: #ffed00;
}
.cms-index-index .page-main .magezon-builder .home-purchase-asistend .mgz-container .purchase-asistend-section .right-purchase ul li > .division ul > li:last-child,
.cms-index-index .page-main .magezon-builder .home-purchase-asistend .mgz-container .purchase-asistend-section .right-purchase ul li .choose_category ul > li:last-child,
.cms-index-index .page-main .magezon-builder .home-purchase-asistend .mgz-container .purchase-asistend-section .right-purchase ul li > .division ul > option:last-child,
.cms-index-index .page-main .magezon-builder .home-purchase-asistend .mgz-container .purchase-asistend-section .right-purchase ul li .choose_category ul > option:last-child {
  max-width: 100%;
  border-bottom: none;
}
.cms-index-index .page-main .magezon-builder .home-purchase-asistend .mgz-container .purchase-asistend-section .right-purchase ul li > .division.active span::after,
.cms-index-index .page-main .magezon-builder .home-purchase-asistend .mgz-container .purchase-asistend-section .right-purchase ul li .choose_category.active span::after {
  transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
.cms-index-index .page-main .magezon-builder .home-purchase-asistend .mgz-container .purchase-asistend-section .right-purchase ul li > .division.active ul,
.cms-index-index .page-main .magezon-builder .home-purchase-asistend .mgz-container .purchase-asistend-section .right-purchase ul li .choose_category.active ul {
  display: block;
}
.cms-index-index .page-main .magezon-builder .home-purchase-asistend .mgz-container .purchase-asistend-section .right-purchase ul li:last-child {
  margin-right: 0;
  max-width: 210px;
}
@media (max-width: 768px) {
  .cms-index-index .page-main .magezon-builder .home-purchase-asistend .mgz-container .purchase-asistend-section .right-purchase ul li:last-child {
    margin: 15px auto 0 auto;
    max-width: 100%;
    width: 100%;
  }
}
.cms-index-index .page-main .magezon-builder .home-purchase-asistend .mgz-container .purchase-asistend-section .right-purchase ul li:last-child input.btn {
  width: 100%;
  border: none;
  background: #FFED00;
  color: #000;
  font-weight: 500;
  font-size: 18px;
  line-height: 23px;
  height: 60px;
  transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
}
@media (max-width: 768px) {
  .cms-index-index .page-main .magezon-builder .home-purchase-asistend .mgz-container .purchase-asistend-section .right-purchase ul li:last-child input.btn {
    font-size: 14px;
    line-height: 19px;
    height: 48px;
  }
}
@media (min-width: 769px) and (max-width: 1439px) {
  .cms-index-index .page-main .magezon-builder .home-purchase-asistend .mgz-container .purchase-asistend-section .right-purchase ul li:last-child input.btn {
    font-size: 16px;
    line-height: 21px;
    height: 52px;
  }
}
.cms-index-index .page-main .magezon-builder .home-purchase-asistend .mgz-container .purchase-asistend-section .right-purchase ul li:last-child input.btn:focus {
  box-shadow: none;
}
.cms-index-index .page-main .magezon-builder .home-purchase-asistend .mgz-container .purchase-asistend-section .right-purchase ul li:last-child input.btn:hover {
  background: #f3e62e;
}
.cms-index-index .best-seller-product .mgz-element-inner {
  margin-bottom: 0 !important;
}
/*Category-list-product style*/
.catalog-category-view .column.main .magepow-categories-heading {
  margin-top: -25px;
}
@media (max-width: 768px) {
  .catalog-category-view .column.main .magepow-categories-heading {
    margin-top: -70px;
  }
}
.catalog-category-view .column.main ul.magepow-categories-grid {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .catalog-category-view .column.main ul.magepow-categories-grid {
    margin-top: 55px;
    margin-bottom: 0;
  }
}
.catalog-category-view .column.main ul.magepow-categories-grid > li {
  width: calc((100% - 90px) / 4);
  margin-right: 30px;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .catalog-category-view .column.main ul.magepow-categories-grid > li {
    width: 47.7%;
    margin: 0 15px 15px 0;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
  }
  .catalog-category-view .column.main ul.magepow-categories-grid > li:nth-child(2n) {
    margin-right: 0;
  }
}
@media (min-width: 540px) and (max-width: 768px) {
  .catalog-category-view .column.main ul.magepow-categories-grid > li {
    width: 48%;
    margin: 0 4% 4% 0;
  }
  .catalog-category-view .column.main ul.magepow-categories-grid > li:nth-child(2n) {
    margin-right: 0;
  }
}
@media (min-width: 1200px) and (max-width: 1349px) {
  .catalog-category-view .column.main ul.magepow-categories-grid > li {
    width: calc((100% - 60px) / 4);
    margin-right: 20px;
    margin-bottom: 20px;
  }
}
.catalog-category-view .column.main ul.magepow-categories-grid > li:nth-child(4n) {
  margin-right: 0;
}
@media (min-width: 769px) and (max-width: 1199px) {
  .catalog-category-view .column.main ul.magepow-categories-grid > li:nth-child(4n) {
    margin-right: 15px!important;
  }
}
@media (min-width: 769px) and (max-width: 1199px) {
  .catalog-category-view .column.main ul.magepow-categories-grid > li {
    width: calc((100% - 30px) / 3);
    margin-right: 15px;
    margin-bottom: 15px;
  }
  .catalog-category-view .column.main ul.magepow-categories-grid > li:nth-child(3n) {
    margin-right: 0!important;
  }
}
.catalog-category-view .column.main ul.magepow-categories-grid > li:nth-child(4n) {
  margin-right: 0;
}
.catalog-category-view .column.main ul.magepow-categories-grid > li .magepow-categories-category-info {
  background: #fff;
  padding: 20px;
  border: 1px solid #e6e6e6;
  border-radius: 10px;
}
@media (max-width: 768px) {
  .catalog-category-view .column.main ul.magepow-categories-grid > li .magepow-categories-category-info {
    height: 100%;
    padding: 0;
    border-radius: 10px;
  }
}
.catalog-category-view .column.main ul.magepow-categories-grid > li .magepow-categories-category-info a {
  margin: 0;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
}
@media (max-width: 768px) {
  .catalog-category-view .column.main ul.magepow-categories-grid > li .magepow-categories-category-info a.magepow-categories-category {
    display: none;
  }
  .catalog-category-view .column.main ul.magepow-categories-grid > li .magepow-categories-category-info a.magepow-categories-category.mobile-section-category {
    display: block !important;
    background-color: #fff;
    text-align: center;
    padding: 85px 5px 3px 5px;
    background-size: auto 70px;
    background-repeat: no-repeat;
    background-position: center 5px;
    text-transform: uppercase;
    font-size: 13px;
    border-radius: 10px;
  }
}
.catalog-category-view .column.main ul.magepow-categories-grid > li .magepow-categories-category-info a .magepow-categories-category-name {
  margin-top: 15px;
}
@media (max-width: 768px) {
  .catalog-category-view .column.main ul.magepow-categories-grid > li .magepow-categories-category-info a .magepow-categories-category-name {
    margin-top: 10px;
  }
}
@media (max-width: 768px) {
  .catalog-category-view .column.main ul.magepow-categories-grid > li .magepow-categories-category-info a .magepow-categories-category-image img {
    max-width: 95px;
    margin: 0 auto;
    display: block;
  }
}
.catalog-product_compare-index .page-wrapper .action.print {
  margin-bottom: 15px;
  display: block;
}
.catalog-product_compare-index .page-wrapper .table {
  width: 100% !important;
  border-top: 1px solid #ccc;
}
.catalog-product_compare-index .page-wrapper .table tr td {
  border: 1px solid #ccc;
  font-size: 14px;
  word-break: break-all;
  width: auto !important;
}
.catalog-product_compare-index .page-wrapper .table tr td.cell.remove.product {
  border: none;
  position: relative;
}
.catalog-product_compare-index .page-wrapper .table tr td.cell.remove.product .action.delete {
  text-align: right;
  display: block;
  position: absolute;
  top: 10px;
  right: 15px;
}
.catalog-product_compare-index .page-wrapper .table-comparison {
  clear: inherit;
}
.catalog-product_compare-index .page-wrapper .table-comparison .cell.label {
  width: 155px;
  border: 1px solid #ccc;
}
.catalog-product_compare-index .page-wrapper .table-comparison .product-item-photo {
  text-align: center;
}
.catalog-product_compare-index .page-wrapper .table-comparison .cell.product.info {
  text-align: center;
}
.catalog-product_compare-index .page-wrapper .table-comparison .cell.product.info .special-price {
  display: block;
  margin-bottom: 10px;
}
.catalog-product_compare-index .page-wrapper .table-comparison .mgz-element-inner.pg1bhjr-s {
  padding: 0;
}
@media print {
  /* Hide Header */
  header,
  .page-header,
  .header,
  .navigation,
  .sections.nav-sections,
  .panel.header,
  .minicart-wrapper,
  .block-search,
  .whatsapp-icon,
  .page-footer {
    display: none !important;
  }
}
@media print {
  body.catalog-product_compare-index {
    padding-top: 0 !important;
  }
  /* Hide Header */
  header,
  .page-header,
  .header,
  .navigation,
  .sections.nav-sections,
  .panel.header,
  .minicart-wrapper,
  .block-search,
  .whatsapp-icon,
  .page-footer,
  .social_custom_icons,
  .page-bottom,
  .social_custom_icons.dubai,
  .cookie-div {
    display: none !important;
  }
  /* Compare Page only */
  /* Remove extra spacing */
  .page-main {
    margin-top: 0 !important;
    max-width: 100% !important;
  }
  /* Print optimization */
}
/* Category-block-style */
.catalog-category-view {
  background: #f5f5f5;
}
.catalog-category-view .widget.block.block-static-block {
  margin-bottom: 0;
}
@media (min-width: 769px) {
  .catalog-category-view .catalog-category-view-slider .owl-carousel .owl-stage .owl-item {
    padding-bottom: 3.45%;
  }
  .catalog-category-view .catalog-category-view-slider .owl-carousel .owl-stage .owl-item .mgz-carousel-item {
    position: absolute;
    top: 0;
    left: 0;
    height: 100% !important;
    width: 100%;
    background-size: 100%;
    background-position: top;
  }
}
.catalog-category-view #maincontent .page-title-wrapper {
  display: none;
}
.catalog-category-view #maincontent .breadcrumbs .items {
  padding-bottom: 0;
}
@media (max-width: 768px) {
  .catalog-category-view #maincontent .columns {
    padding-top: 0;
  }
}
.catalog-category-view #maincontent .columns .column.main {
  padding: 0;
}
.catalog-category-view #maincontent .category-view .category-image {
  display: none;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] {
  max-width: 1690px;
  padding: 0 20px;
}
@media (max-width: 768px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] {
    padding: 0 15px;
  }
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div {
  padding: 0!important;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder {
  /*air-purifier*/
  /*Cordless-vac-cleaner*/
  /*vattery universe*/
  /*robot-cleaner*/
  /*pressure-washer*/
  /*Garden Care*/
  /*Water*/
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .mgz-container {
  width: 100%;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .mgz-container .mgz-element-column > .mgz-element-inner {
  padding: 0;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .air-purifier-section .mgz-container .purifier-banner-sec .mgz-single-image-wrapper {
  display: block;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .air-purifier-section .mgz-container .purifier-banner-sec .mgz-single-image-wrapper img {
  width: 100%;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .air-purifier-section .mgz-container .purifier-heading-section {
  padding: 25px 0;
  border-bottom: 2px solid #000;
  margin-bottom: 25px;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .air-purifier-section .mgz-container .purifier-heading-section .mgz-element-heading .mgz-element-inner {
  margin: 0;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .air-purifier-section .mgz-container .purifier-heading-section .mgz-element-heading .mgz-element-inner > h2 {
  color: #000;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 28px;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .air-purifier-section .mgz-container .purifier-heading-section .mgz-element-heading .mgz-element-inner > h2 {
    font-size: 24px;
    line-height: 30px;
    margin: 0;
  }
}
@media (min-width: 769px) and (max-width: 1199px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .air-purifier-section .mgz-container .purifier-heading-section .mgz-element-heading .mgz-element-inner > h2 {
    font-size: 26px;
  }
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .air-purifier-section .mgz-container .purifier-heading-section .mgz-element-text .mgz-element-inner > p {
  font-weight: normal;
  line-height: 22px;
  font-size: 14px;
  color: #464242;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .air-purifier-section .mgz-container .purifier-inyour-section {
  padding: 47px 15px 40px 60px;
  background: #ffed00;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .air-purifier-section .mgz-container .purifier-inyour-section {
    padding: 30px 15px;
  }
}
@media (min-width: 769px) and (max-width: 1199px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .air-purifier-section .mgz-container .purifier-inyour-section {
    padding: 30px;
  }
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .air-purifier-section .mgz-container .purifier-inyour-section .mgz-element-heading h2 {
  text-transform: uppercase;
  margin: 0;
  font-size: 35px;
  font-weight: 900;
  color: #1d1d1b;
  line-height: normal;
}
@media (max-width: 768px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .air-purifier-section .mgz-container .purifier-inyour-section .mgz-element-heading h2 {
    font-size: 24px;
    line-height: 30px;
  }
}
@media (min-width: 769px) and (max-width: 1199px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .air-purifier-section .mgz-container .purifier-inyour-section .mgz-element-heading h2 {
    font-size: 26px;
  }
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .air-purifier-section .mgz-container .inyour-section-inner {
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 2px solid #000;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .air-purifier-section .mgz-container .inyour-section-inner .mgz-container {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .air-purifier-section .mgz-container .inyour-section-inner .mgz-container {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .air-purifier-section .mgz-container .inyour-section-inner .mgz-container:before {
  display: none;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .air-purifier-section .mgz-container .inyour-section-inner .mgz-container:after {
  display: none;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .air-purifier-section .mgz-container .inyour-section-inner .mgz-container > .mgz-element-column {
  width: 49.4%;
}
@media (max-width: 768px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .air-purifier-section .mgz-container .inyour-section-inner .mgz-container > .mgz-element-column {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .air-purifier-section .mgz-container .inyour-section-inner .mgz-container > .mgz-element-column.video-section {
    margin-bottom: 15px;
  }
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .air-purifier-section .mgz-container .inyour-section-inner .mgz-container > .mgz-element-column.content-section {
  padding: 25px;
  background: #bfe6f6;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .air-purifier-section .mgz-container .inyour-section-inner .mgz-container > .mgz-element-column.content-section .mgz-element-text > .mgz-element-inner > p {
  line-height: 22px;
  font-weight: 500;
  color: #000;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .air-purifier-section .mgz-container .inyour-section-inner .mgz-container > .mgz-element-column.content-section .mgz-element-raw_html a {
  color: #000;
  font-weight: 900;
  font-size: 16px;
  text-decoration: none;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .air-purifier-section .mgz-container .purifier-img-content .mgz-single-image-wrapper {
  display: block;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .air-purifier-section .mgz-container .purifier-img-content .mgz-single-image-wrapper .mgz-single-image-inner > img {
  width: 100%;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .air-purifier-section .mgz-container .purifier-product-section {
  margin: 25px 0;
  padding-bottom: 25px;
  border-bottom: 2px solid #000;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .air-purifier-section .mgz-container .purifier-product-section > .mgz-element-inner .owl-height {
  height: auto !important;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .air-purifier-section .mgz-container .purifier-product-section > .mgz-element-inner .mgz-product-items .product-item {
  background: #fff;
  text-align: center;
  padding: 20px;
  width: calc((100% - 80px) / 5);
  margin-right: 20px;
  margin-bottom: 20px;
  float: none;
  display: inline-block;
}
@media (max-width: 575px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .air-purifier-section .mgz-container .purifier-product-section > .mgz-element-inner .mgz-product-items .product-item {
    width: 100%;
    margin-right: 0;
  }
}
@media (min-width: 576px) and (max-width: 991px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .air-purifier-section .mgz-container .purifier-product-section > .mgz-element-inner .mgz-product-items .product-item {
    width: calc((100% - 22px) / 2);
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .air-purifier-section .mgz-container .purifier-product-section > .mgz-element-inner .mgz-product-items .product-item {
    width: calc((100% - 40px) / 3);
  }
}
@media (min-width: 1200px) and (max-width: 1439px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .air-purifier-section .mgz-container .purifier-product-section > .mgz-element-inner .mgz-product-items .product-item {
    width: calc((100% - 60px) / 4);
  }
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .air-purifier-section .mgz-container .purifier-product-section > .mgz-element-inner .mgz-product-items .product-item:nth-child(5n) {
  margin-right: 0;
}
@media (min-width: 576px) and (max-width: 991px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .air-purifier-section .mgz-container .purifier-product-section > .mgz-element-inner .mgz-product-items .product-item:nth-child(2n) {
    margin-right: 0!important;
  }
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .air-purifier-section .mgz-container .purifier-product-section > .mgz-element-inner .mgz-product-items .product-item:nth-child(5n) {
    margin-right: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .air-purifier-section .mgz-container .purifier-product-section > .mgz-element-inner .mgz-product-items .product-item:nth-child(3n) {
    margin-right: 0!important;
  }
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .air-purifier-section .mgz-container .purifier-product-section > .mgz-element-inner .mgz-product-items .product-item:nth-child(5n) {
    margin-right: 20px;
  }
}
@media (min-width: 1200px) and (max-width: 1439px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .air-purifier-section .mgz-container .purifier-product-section > .mgz-element-inner .mgz-product-items .product-item:nth-child(4n) {
    margin-right: 0!important;
  }
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .air-purifier-section .mgz-container .purifier-product-section > .mgz-element-inner .mgz-product-items .product-item:nth-child(5n) {
    margin-right: 20px;
  }
}
@media (max-width: 768px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .air-purifier-section .mgz-container .purifier-product-section > .mgz-element-inner .mgz-product-items .product-item {
    padding: 10px!important;
  }
}
@media (min-width: 1200px) and (max-width: 1439px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .air-purifier-section .mgz-container .purifier-product-section > .mgz-element-inner .mgz-product-items .product-item {
    padding: 15px;
  }
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .air-purifier-section .mgz-container .purifier-product-section > .mgz-element-inner .mgz-product-items .product-item .product-item-info {
  padding: 0;
  border: none;
  position: relative;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .air-purifier-section .mgz-container .purifier-product-section > .mgz-element-inner .mgz-product-items .product-item .product-item-info .product-item-photo {
  display: block;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .air-purifier-section .mgz-container .purifier-product-section > .mgz-element-inner .mgz-product-items .product-item .product-item-info .product-item-details .product-item-name {
  text-align: left;
  margin-bottom: 15px;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .air-purifier-section .mgz-container .purifier-product-section > .mgz-element-inner .mgz-product-items .product-item .product-item-info .product-item-details .product-item-name .product-item-link {
  font-size: 18px;
  font-weight: 500;
  line-height: 23px;
  color: #000;
  text-decoration: none;
  display: block;
  min-height: 46px;
}
@media (max-width: 768px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .air-purifier-section .mgz-container .purifier-product-section > .mgz-element-inner .mgz-product-items .product-item .product-item-info .product-item-details .product-item-name .product-item-link {
    font-size: 14px;
    line-height: 19px;
    height: auto;
  }
}
@media (min-width: 769px) and (max-width: 1439px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .air-purifier-section .mgz-container .purifier-product-section > .mgz-element-inner .mgz-product-items .product-item .product-item-info .product-item-details .product-item-name .product-item-link {
    font-size: 15px;
    line-height: 20px;
    min-height: 40px;
  }
}
@media (max-width: 543px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .air-purifier-section .mgz-container .purifier-product-section > .mgz-element-inner .mgz-product-items .product-item .product-item-info .product-item-details .product-item-name .product-item-link {
    min-height: 100%;
  }
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .air-purifier-section .mgz-container .purifier-product-section > .mgz-element-inner .mgz-product-items .product-item .product-item-info .product-item-details .price-box {
  text-align: left;
  margin-bottom: 35px;
  display: flex;
  align-items: center;
  height: 25px;
}
@media (max-width: 768px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .air-purifier-section .mgz-container .purifier-product-section > .mgz-element-inner .mgz-product-items .product-item .product-item-info .product-item-details .price-box {
    margin-bottom: 15px;
  }
}
@media (min-width: 769px) and (max-width: 1439px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .air-purifier-section .mgz-container .purifier-product-section > .mgz-element-inner .mgz-product-items .product-item .product-item-info .product-item-details .price-box {
    margin-bottom: 25px;
  }
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .air-purifier-section .mgz-container .purifier-product-section > .mgz-element-inner .mgz-product-items .product-item .product-item-info .product-item-details .price-box .special-price {
  order: 2;
}
@media (max-width: 768px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .air-purifier-section .mgz-container .purifier-product-section > .mgz-element-inner .mgz-product-items .product-item .product-item-info .product-item-details .price-box .special-price {
    margin-top: 0;
  }
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .air-purifier-section .mgz-container .purifier-product-section > .mgz-element-inner .mgz-product-items .product-item .product-item-info .product-item-details .price-box .old-price {
  order: 1;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .air-purifier-section .mgz-container .purifier-product-section > .mgz-element-inner .mgz-product-items .product-item .product-item-info .product-item-details .price-box .old-price .price-label {
  display: none;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .air-purifier-section .mgz-container .purifier-product-section > .mgz-element-inner .mgz-product-items .product-item .product-item-info .product-item-details .price-box .old-price .price {
  color: #ABABAB;
  display: inline-block;
  text-decoration: line-through;
  font-weight: normal;
  font-size: 16px;
  margin-right: 5px;
  line-height: 20px;
}
@media (max-width: 1439px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .air-purifier-section .mgz-container .purifier-product-section > .mgz-element-inner .mgz-product-items .product-item .product-item-info .product-item-details .price-box .old-price .price {
    font-size: 14px;
    margin: 0 5px 0 0;
    line-height: 19px;
  }
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .air-purifier-section .mgz-container .purifier-product-section > .mgz-element-inner .mgz-product-items .product-item .product-item-info .product-item-details .price-box span.price {
  font-size: 20px;
  line-height: 25px;
  color: #000;
  font-weight: 500;
}
@media (max-width: 1439px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .air-purifier-section .mgz-container .purifier-product-section > .mgz-element-inner .mgz-product-items .product-item .product-item-info .product-item-details .price-box span.price {
    font-size: 16px;
    line-height: 21px;
    margin: 0;
  }
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .air-purifier-section .mgz-container .purifier-product-section > .mgz-element-inner .mgz-product-items .product-item .product-item-info .product-item-actions {
  /*display: flex;
				    justify-content: center;
				    align-items: center;
				    position: relative;*/
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .air-purifier-section .mgz-container .purifier-product-section > .mgz-element-inner .mgz-product-items .product-item .product-item-info .product-item-actions .actions-primary {
  /*width:~"calc(100% - 104px)";*/
  width: 100%;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .air-purifier-section .mgz-container .purifier-product-section > .mgz-element-inner .mgz-product-items .product-item .product-item-info .product-item-actions .actions-primary .stock.unavailable {
  height: 42px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  padding: 9px 15px;
  text-align: center;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .air-purifier-section .mgz-container .purifier-product-section > .mgz-element-inner .mgz-product-items .product-item .product-item-info .product-item-actions .actions-primary button.tocart {
  background: #FFED00;
  border: none;
  color: #000;
  font-size: 14px;
  font-weight: 500;
  font-family: 'ClanPro';
  line-height: 18px;
  padding: 9px 15px;
  width: 100%;
  height: 42px;
}
@media (min-width: 1200px) and (max-width: 1439px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .air-purifier-section .mgz-container .purifier-product-section > .mgz-element-inner .mgz-product-items .product-item .product-item-info .product-item-actions .actions-primary button.tocart {
    padding: 11px 10px;
  }
}
@media (min-width: 541px) and (max-width: 991px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .air-purifier-section .mgz-container .purifier-product-section > .mgz-element-inner .mgz-product-items .product-item .product-item-info .product-item-actions .actions-primary button.tocart {
    padding: 8px 10px;
  }
}
@media (min-width: 1200px) and (max-width: 1639px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .air-purifier-section .mgz-container .purifier-product-section > .mgz-element-inner .mgz-product-items .product-item .product-item-info .product-item-actions .actions-primary button.tocart {
    padding: 9px;
    height: 42px;
  }
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .air-purifier-section .mgz-container .purifier-product-section > .mgz-element-inner .mgz-product-items .product-item .product-item-info .product-item-actions .actions-primary button.tocart:hover {
  background: #f3e62e;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .air-purifier-section .mgz-container .purifier-product-section > .mgz-element-inner .mgz-product-items .product-item .product-item-info .product-item-actions .actions-primary button.tocart span {
  display: flex;
  align-items: center;
  position: relative;
  justify-content: center;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .air-purifier-section .mgz-container .purifier-product-section > .mgz-element-inner .mgz-product-items .product-item .product-item-info .product-item-actions .actions-primary button.tocart span:before {
  content: '';
  display: inline-block;
  background-image: url(../images/teenyicons_bag-solid.png);
  background-repeat: no-repeat;
  height: 20px;
  width: 20px;
  margin-right: 10px;
  margin-top: -3px;
  background-size: 100%;
}
@media (min-width: 1200px) and (max-width: 1639px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .air-purifier-section .mgz-container .purifier-product-section > .mgz-element-inner .mgz-product-items .product-item .product-item-info .product-item-actions .actions-primary button.tocart span:before {
    margin-right: 5px;
  }
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .air-purifier-section .mgz-container .purifier-product-section > .mgz-element-inner .mgz-product-items .product-item .product-item-info .product-item-actions .actions-primary button.tocart.modalRun {
  padding: 12px 15px;
}
@media (min-width: 576px) and (max-width: 991px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .air-purifier-section .mgz-container .purifier-product-section > .mgz-element-inner .mgz-product-items .product-item .product-item-info .product-item-actions .actions-primary button.tocart.modalRun {
    padding: 8px 10px;
  }
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .air-purifier-section .mgz-container .purifier-product-section > .mgz-element-inner .mgz-product-items .product-item .product-item-info .product-item-actions .actions-primary button.tocart.modalRun span {
  text-transform: capitalize;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .air-purifier-section .mgz-container .purifier-product-section > .mgz-element-inner .mgz-product-items .product-item .product-item-info .product-item-actions .actions-primary button.tocart.modalRun span:before {
  background-image: url(../images/mail-icon.png);
  height: 16px;
  width: 20px;
  margin-top: 0px;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .air-purifier-section .mgz-container .purifier-product-section > .mgz-element-inner .mgz-product-items .product-item .product-item-info .product-item-actions .actions-secondary .towishlist {
  position: absolute;
  left: -7px;
  top: -8px;
  z-index: 99;
  /*border: 1px solid rgba(0,0,0,.25);
						    width: 42px;
						    height: 42px;
						    display: flex;
						    align-items: center;
						    justify-content: center;*/
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .air-purifier-section .mgz-container .purifier-product-section > .mgz-element-inner .mgz-product-items .product-item .product-item-info .product-item-actions .actions-secondary .towishlist:before {
  content: '';
  display: inline-block;
  background-image: url(../images/wishlist-icon.png);
  background-repeat: no-repeat;
  height: 24px;
  width: 24px;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .air-purifier-section .mgz-container .purifier-product-section > .mgz-element-inner .mgz-product-items .product-item .product-item-info .product-item-actions .actions-secondary .tocompare {
  position: absolute;
  right: 0;
  top: 0;
  border: 1px solid rgba(0, 0, 0, 0.25);
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .air-purifier-section .mgz-container .purifier-product-section > .mgz-element-inner .mgz-product-items .product-item .product-item-info .product-item-actions .actions-secondary .tocompare {
    width: 40px;
    height: 40px;
  }
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .air-purifier-section .mgz-container .purifier-product-section > .mgz-element-inner .mgz-product-items .product-item .product-item-info .product-item-actions .actions-secondary .tocompare:before {
  content: '';
  display: inline-block;
  background-image: url(../images/compair-icon.png);
  background-repeat: no-repeat;
  height: 24px;
  width: 24px;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .air-purifier-section .mgz-container .purifier-capable-heading {
  padding: 47px 15px 47px 60px;
  background: #ffed00;
}
@media (max-width: 768px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .air-purifier-section .mgz-container .purifier-capable-heading {
    padding: 30px 15px;
  }
}
@media (min-width: 769px) and (max-width: 1199px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .air-purifier-section .mgz-container .purifier-capable-heading {
    padding: 30px;
  }
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .air-purifier-section .mgz-container .purifier-capable-heading .mgz-element-heading h2 {
  text-transform: uppercase;
  margin: 0;
  font-size: 35px;
  font-weight: 900;
  color: #000;
  line-height: normal;
}
@media (max-width: 768px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .air-purifier-section .mgz-container .purifier-capable-heading .mgz-element-heading h2 {
    font-size: 24px;
    line-height: 30px;
  }
}
@media (min-width: 769px) and (max-width: 1199px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .air-purifier-section .mgz-container .purifier-capable-heading .mgz-element-heading h2 {
    font-size: 26px;
  }
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .air-purifier-section .mgz-container .purfier-capable-inner {
  background: #7fceed;
  padding: 30px 60px 40px;
}
@media (max-width: 768px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .air-purifier-section .mgz-container .purfier-capable-inner {
    padding: 30px 15px 15px;
  }
}
@media (min-width: 769px) and (max-width: 1199px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .air-purifier-section .mgz-container .purfier-capable-inner {
    padding: 30px;
  }
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .air-purifier-section .mgz-container .purfier-capable-inner .mgz-element-raw_html > .mgz-element-inner p {
  font-weight: 500;
  margin-bottom: 40px;
  color: #000;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .air-purifier-section .mgz-container .purfier-capable-inner .mgz-element-raw_html > .mgz-element-inner ul {
  display: flex;
  flex-wrap: wrap;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .air-purifier-section .mgz-container .purfier-capable-inner .mgz-element-raw_html > .mgz-element-inner ul li {
  width: 11%;
  margin-right: 6%;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .air-purifier-section .mgz-container .purfier-capable-inner .mgz-element-raw_html > .mgz-element-inner ul li {
    width: 29.3%;
    margin-bottom: 15px;
  }
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .air-purifier-section .mgz-container .purfier-capable-inner .mgz-element-raw_html > .mgz-element-inner ul li:nth-child(3n) {
    margin-right: 0;
  }
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .air-purifier-section .mgz-container .purfier-capable-inner .mgz-element-raw_html > .mgz-element-inner ul li:last-child {
  margin-right: 0;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .air-purifier-section .mgz-container .purfier-capable-inner .mgz-element-raw_html > .mgz-element-inner ul li span {
  display: block;
  text-align: center;
  font-size: 14px;
  color: #000;
  font-weight: 500;
  line-height: 19px;
  padding-top: 5px;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .air-purifier-section .mgz-container .purifier-work-heading {
  padding-top: 25px;
  margin-top: 25px;
  border-top: 2px solid #000;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .air-purifier-section .mgz-container .purifier-work-heading .mgz-element-heading h2.mgz-element-heading-text {
  margin: 0;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .air-purifier-section .mgz-container .purifier-work-heading .mgz-element-heading h2 {
  text-transform: uppercase;
  margin: 0 0 20px;
  font-size: 35px;
  font-weight: 900;
  color: #000;
  line-height: normal;
}
@media (max-width: 768px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .air-purifier-section .mgz-container .purifier-work-heading .mgz-element-heading h2 {
    font-size: 24px;
    line-height: 32px;
    margin: 0;
  }
}
@media (min-width: 769px) and (max-width: 1199px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .air-purifier-section .mgz-container .purifier-work-heading .mgz-element-heading h2 {
    font-size: 26px;
  }
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .air-purifier-section .mgz-container .purifier-work-content {
  padding-bottom: 5px;
  margin-bottom: 25px;
  border-bottom: 2px solid #000;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .air-purifier-section .mgz-container .purifier-work-content .mgz-element-text > .mgz-element-inner {
  padding-left: 20px;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .air-purifier-section .mgz-container .purifier-work-content .mgz-element-text > .mgz-element-inner > p.work-content {
  font-weight: 500;
  color: #000;
  margin-bottom: 20px;
  font-size: 14px;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .air-purifier-section .mgz-container .purifier-chart-section .chart-box-content {
  background: #d5d5d5;
  padding: 30px;
  margin-bottom: 25px;
}
@media (max-width: 768px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .air-purifier-section .mgz-container .purifier-chart-section .chart-box-content {
    padding: 30px 15px;
  }
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .air-purifier-section .mgz-container .purifier-chart-section .chart-box-content p.chart-hd {
  font-size: 18px;
  font-weight: 500;
  color: #000;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .air-purifier-section .mgz-container .purifier-chart-section .chart-box-content .chart-answer {
  padding: 15px 0 0 40px;
  font-size: 18px;
  font-weight: 500;
}
@media (max-width: 768px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .air-purifier-section .mgz-container .purifier-chart-section .chart-box-content .chart-answer {
    padding-left: 20px;
    display: flex;
    align-items: flex-start;
  }
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .air-purifier-section .mgz-container .purifier-chart-section .chart-box-content .chart-answer img {
  width: 30px;
  margin-right: 5px;
  vertical-align: middle;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .air-purifier-section .mgz-container .purifier-chart-section .air-chart-banner img {
  width: 100%;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .air-purifier-section .mgz-container .purifier-chart-section .cadr {
  font-size: 16px;
  font-weight: 500;
  padding-left: 0;
  margin-top: 25px;
  text-align: left;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .pro-air-purifier-section .mgz-container .purifier-heading-section {
  margin-bottom: 0;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .pro-air-purifier-section .mgz-container .purifier-product-section {
  border-bottom: none!important;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .cordless-vac-cleaner-section .cordless-banner-section .mgz-single-image-wrapper {
  display: block;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .cordless-vac-cleaner-section .cordless-banner-section .mgz-single-image-wrapper img {
  width: 100%;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .cordless-vac-cleaner-section .cordlest-cleaner-heading {
  padding: 25px 0;
  margin-bottom: 25px;
  border-bottom: 2px solid #000;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .cordless-vac-cleaner-section .cordlest-cleaner-heading .mgz-element-heading .mgz-element-inner {
  margin: 0;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .cordless-vac-cleaner-section .cordlest-cleaner-heading .mgz-element-heading .mgz-element-inner > h1 {
  color: #000;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 28px;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .cordless-vac-cleaner-section .cordlest-cleaner-heading .mgz-element-heading .mgz-element-inner > h1 {
    font-size: 24px;
    line-height: 30px;
  }
}
@media (min-width: 769px) and (max-width: 1199px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .cordless-vac-cleaner-section .cordlest-cleaner-heading .mgz-element-heading .mgz-element-inner > h1 {
    font-size: 26px;
  }
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .cordless-vac-cleaner-section .cordlest-cleaner-heading .mgz-element-text .mgz-element-inner p {
  font-weight: normal;
  line-height: 22px;
  font-size: 14px;
  color: #464242;
  margin-bottom: 10px;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .cordless-vac-cleaner-section .cordlest-cleaner-heading .mgz-element-text .mgz-element-inner p:last-child {
  margin-bottom: 0;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .cordless-vac-cleaner-section .cordless-ftr-cleaning {
  padding-right: 15px;
}
@media (max-width: 768px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .cordless-vac-cleaner-section .cordless-ftr-cleaning {
    padding: 0;
    width: 100%;
  }
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .cordless-vac-cleaner-section .cordless-ftr-cleaning .mgz-single-image-wrapper {
  display: block;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .cordless-vac-cleaner-section .cordless-ftr-cleaning .mgz-single-image-wrapper img {
  width: 100%;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .cordless-vac-cleaner-section .cordless-ftr-cleaning .mgz-element-heading h3 {
  font-weight: 700;
  text-transform: capitalize;
  font-size: 23px;
  margin-top: 0;
  color: #000;
  line-height: normal;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .cordless-vac-cleaner-section .cordless-ftr-cleaning .mgz-element-text p {
  font-size: 14px;
  color: #000;
  line-height: 19px;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .cordless-vac-cleaner-section .unique-cordless-ftr-cleaning {
  padding: 0 0 0 15px;
}
@media (max-width: 768px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .cordless-vac-cleaner-section .unique-cordless-ftr-cleaning {
    padding: 0;
    margin-top: 25px;
    width: 100%;
  }
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .cordless-vac-cleaner-section .vc6-family-banner {
  margin-top: 25px;
}
@media (max-width: 768px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .cordless-vac-cleaner-section .vc6-family-banner {
    width: 100%;
  }
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .cordless-vac-cleaner-section .enjoy-banner-section {
  margin: 25px 0;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .cordless-vac-cleaner-section .enjoy-banner-section .mgz-single-image-wrapper {
  display: block;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .cordless-vac-cleaner-section .enjoy-banner-section .mgz-single-image-wrapper img {
  width: 100%;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .cordless-vac-cleaner-section .bc4-home-section {
  margin-bottom: 25px;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .cordless-vac-cleaner-section .bc4-home-section .mgz-single-image-wrapper {
  display: block;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .cordless-vac-cleaner-section .bc4-home-section .mgz-single-image-wrapper img {
  width: 100%;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .cordless-vac-cleaner-section .vc6-prct-family {
  padding-right: 15px;
}
@media (max-width: 768px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .cordless-vac-cleaner-section .vc6-prct-family {
    padding: 0;
    width: 100%;
  }
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .cordless-vac-cleaner-section .vc6-prct-family .mgz-single-image-wrapper {
  display: block;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .cordless-vac-cleaner-section .vc6-prct-family .mgz-single-image-wrapper img {
  width: 100%;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .cordless-vac-cleaner-section .vc6-prct-family .mgz-element-heading h3 {
  font-weight: 700;
  text-transform: capitalize;
  font-size: 23px;
  margin-top: 0;
  color: #000;
  line-height: normal;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .cordless-vac-cleaner-section .vc6-prct-family .mgz-element-text p {
  font-size: 14px;
  color: #000;
  line-height: 19px;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .cordless-vac-cleaner-section .vc6-prct-family .mgz-element-raw_html a.learn-more {
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 700;
  color: #000;
  font-size: 16px;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .cordless-vac-cleaner-section .vc6-prct-family-premium {
  padding: 0 0 0 15px;
}
@media (max-width: 768px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .cordless-vac-cleaner-section .vc6-prct-family-premium {
    padding: 0;
    margin-top: 25px;
  }
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .cordless-vac-cleaner-section .cordless-cleaner-product {
  margin: 0;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .cordless-vac-cleaner-section .cordless-cleaner-product .mgz-product-items .product-item {
  background: #fff;
  text-align: center;
  padding: 20px;
  width: calc((100% - 80px) / 5);
  margin-right: 20px;
  margin-bottom: 20px;
  float: none;
  display: inline-block;
}
@media (max-width: 575px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .cordless-vac-cleaner-section .cordless-cleaner-product .mgz-product-items .product-item {
    width: 100%;
    margin-right: 0;
  }
}
@media (min-width: 576px) and (max-width: 991px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .cordless-vac-cleaner-section .cordless-cleaner-product .mgz-product-items .product-item {
    width: calc((100% - 22px) / 2);
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .cordless-vac-cleaner-section .cordless-cleaner-product .mgz-product-items .product-item {
    width: calc((100% - 40px) / 3);
  }
}
@media (min-width: 1200px) and (max-width: 1439px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .cordless-vac-cleaner-section .cordless-cleaner-product .mgz-product-items .product-item {
    width: calc((100% - 60px) / 4);
  }
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .cordless-vac-cleaner-section .cordless-cleaner-product .mgz-product-items .product-item:nth-child(5n) {
  margin-right: 0;
}
@media (min-width: 576px) and (max-width: 991px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .cordless-vac-cleaner-section .cordless-cleaner-product .mgz-product-items .product-item:nth-child(2n) {
    margin-right: 0!important;
  }
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .cordless-vac-cleaner-section .cordless-cleaner-product .mgz-product-items .product-item:nth-child(5n) {
    margin-right: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .cordless-vac-cleaner-section .cordless-cleaner-product .mgz-product-items .product-item:nth-child(3n) {
    margin-right: 0!important;
  }
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .cordless-vac-cleaner-section .cordless-cleaner-product .mgz-product-items .product-item:nth-child(5n) {
    margin-right: 20px;
  }
}
@media (min-width: 1200px) and (max-width: 1439px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .cordless-vac-cleaner-section .cordless-cleaner-product .mgz-product-items .product-item:nth-child(4n) {
    margin-right: 0!important;
  }
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .cordless-vac-cleaner-section .cordless-cleaner-product .mgz-product-items .product-item:nth-child(5n) {
    margin-right: 20px;
  }
}
@media (max-width: 768px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .cordless-vac-cleaner-section .cordless-cleaner-product .mgz-product-items .product-item {
    padding: 10px!important;
  }
}
@media (min-width: 1200px) and (max-width: 1439px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .cordless-vac-cleaner-section .cordless-cleaner-product .mgz-product-items .product-item {
    padding: 15px;
  }
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .cordless-vac-cleaner-section .cordless-cleaner-product .mgz-product-items .product-item .product-item-info {
  padding: 0;
  border: none;
  position: relative;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .cordless-vac-cleaner-section .cordless-cleaner-product .mgz-product-items .product-item .product-item-info .product-item-photo {
  display: block;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .cordless-vac-cleaner-section .cordless-cleaner-product .mgz-product-items .product-item .product-item-info .product-item-details .product-item-name {
  text-align: left;
  margin-bottom: 15px;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .cordless-vac-cleaner-section .cordless-cleaner-product .mgz-product-items .product-item .product-item-info .product-item-details .product-item-name .product-item-link {
  font-size: 18px;
  font-weight: 500;
  line-height: 23px;
  color: #000;
  text-decoration: none;
  display: block;
  min-height: 46px;
}
@media (max-width: 768px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .cordless-vac-cleaner-section .cordless-cleaner-product .mgz-product-items .product-item .product-item-info .product-item-details .product-item-name .product-item-link {
    font-size: 14px;
    line-height: 19px;
    height: auto;
  }
}
@media (min-width: 769px) and (max-width: 1439px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .cordless-vac-cleaner-section .cordless-cleaner-product .mgz-product-items .product-item .product-item-info .product-item-details .product-item-name .product-item-link {
    font-size: 15px;
    line-height: 20px;
    min-height: 40px;
  }
}
@media (max-width: 543px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .cordless-vac-cleaner-section .cordless-cleaner-product .mgz-product-items .product-item .product-item-info .product-item-details .product-item-name .product-item-link {
    min-height: 100%;
  }
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .cordless-vac-cleaner-section .cordless-cleaner-product .mgz-product-items .product-item .product-item-info .product-item-details .price-box {
  text-align: left;
  margin-bottom: 35px;
  display: flex;
  align-items: center;
  height: 25px;
}
@media (max-width: 768px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .cordless-vac-cleaner-section .cordless-cleaner-product .mgz-product-items .product-item .product-item-info .product-item-details .price-box {
    margin-bottom: 15px;
  }
}
@media (min-width: 769px) and (max-width: 1439px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .cordless-vac-cleaner-section .cordless-cleaner-product .mgz-product-items .product-item .product-item-info .product-item-details .price-box {
    margin-bottom: 25px;
  }
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .cordless-vac-cleaner-section .cordless-cleaner-product .mgz-product-items .product-item .product-item-info .product-item-details .price-box .special-price {
  order: 2;
}
@media (max-width: 768px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .cordless-vac-cleaner-section .cordless-cleaner-product .mgz-product-items .product-item .product-item-info .product-item-details .price-box .special-price {
    margin-top: 0;
  }
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .cordless-vac-cleaner-section .cordless-cleaner-product .mgz-product-items .product-item .product-item-info .product-item-details .price-box .old-price {
  order: 1;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .cordless-vac-cleaner-section .cordless-cleaner-product .mgz-product-items .product-item .product-item-info .product-item-details .price-box .old-price .price-label {
  display: none;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .cordless-vac-cleaner-section .cordless-cleaner-product .mgz-product-items .product-item .product-item-info .product-item-details .price-box .old-price .price {
  color: #ABABAB;
  display: inline-block;
  text-decoration: line-through;
  font-weight: normal;
  font-size: 16px;
  margin-right: 5px;
  line-height: 20px;
}
@media (max-width: 1439px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .cordless-vac-cleaner-section .cordless-cleaner-product .mgz-product-items .product-item .product-item-info .product-item-details .price-box .old-price .price {
    font-size: 14px;
    margin: 0 5px 0 0;
    line-height: 19px;
  }
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .cordless-vac-cleaner-section .cordless-cleaner-product .mgz-product-items .product-item .product-item-info .product-item-details .price-box span.price {
  font-size: 20px;
  line-height: 25px;
  color: #000;
  font-weight: 500;
}
@media (max-width: 1439px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .cordless-vac-cleaner-section .cordless-cleaner-product .mgz-product-items .product-item .product-item-info .product-item-details .price-box span.price {
    font-size: 16px;
    line-height: 21px;
    margin: 0;
  }
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .cordless-vac-cleaner-section .cordless-cleaner-product .mgz-product-items .product-item .product-item-info .product-item-actions {
  /*display: flex;
				    justify-content: center;
				    align-items: center;
				    position: relative;*/
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .cordless-vac-cleaner-section .cordless-cleaner-product .mgz-product-items .product-item .product-item-info .product-item-actions .actions-primary {
  /*width:~"calc(100% - 104px)";*/
  width: 100%;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .cordless-vac-cleaner-section .cordless-cleaner-product .mgz-product-items .product-item .product-item-info .product-item-actions .actions-primary .stock.unavailable {
  height: 42px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  padding: 9px 15px;
  text-align: center;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .cordless-vac-cleaner-section .cordless-cleaner-product .mgz-product-items .product-item .product-item-info .product-item-actions .actions-primary button.tocart {
  background: #FFED00;
  border: none;
  color: #000;
  font-size: 14px;
  font-weight: 500;
  font-family: 'ClanPro';
  line-height: 18px;
  padding: 9px 15px;
  width: 100%;
  height: 42px;
}
@media (min-width: 1200px) and (max-width: 1439px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .cordless-vac-cleaner-section .cordless-cleaner-product .mgz-product-items .product-item .product-item-info .product-item-actions .actions-primary button.tocart {
    padding: 11px 10px;
  }
}
@media (min-width: 541px) and (max-width: 991px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .cordless-vac-cleaner-section .cordless-cleaner-product .mgz-product-items .product-item .product-item-info .product-item-actions .actions-primary button.tocart {
    padding: 8px 10px;
  }
}
@media (min-width: 1200px) and (max-width: 1639px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .cordless-vac-cleaner-section .cordless-cleaner-product .mgz-product-items .product-item .product-item-info .product-item-actions .actions-primary button.tocart {
    padding: 9px;
    height: 42px;
  }
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .cordless-vac-cleaner-section .cordless-cleaner-product .mgz-product-items .product-item .product-item-info .product-item-actions .actions-primary button.tocart:hover {
  background: #f3e62e;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .cordless-vac-cleaner-section .cordless-cleaner-product .mgz-product-items .product-item .product-item-info .product-item-actions .actions-primary button.tocart span {
  display: flex;
  align-items: center;
  position: relative;
  justify-content: center;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .cordless-vac-cleaner-section .cordless-cleaner-product .mgz-product-items .product-item .product-item-info .product-item-actions .actions-primary button.tocart span:before {
  content: '';
  display: inline-block;
  background-image: url(../images/teenyicons_bag-solid.png);
  background-repeat: no-repeat;
  height: 20px;
  width: 20px;
  margin-right: 10px;
  margin-top: -3px;
  background-size: 100%;
}
@media (min-width: 1200px) and (max-width: 1639px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .cordless-vac-cleaner-section .cordless-cleaner-product .mgz-product-items .product-item .product-item-info .product-item-actions .actions-primary button.tocart span:before {
    margin-right: 5px;
  }
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .cordless-vac-cleaner-section .cordless-cleaner-product .mgz-product-items .product-item .product-item-info .product-item-actions .actions-primary button.tocart.modalRun {
  padding: 12px 15px;
}
@media (min-width: 576px) and (max-width: 991px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .cordless-vac-cleaner-section .cordless-cleaner-product .mgz-product-items .product-item .product-item-info .product-item-actions .actions-primary button.tocart.modalRun {
    padding: 8px 10px;
  }
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .cordless-vac-cleaner-section .cordless-cleaner-product .mgz-product-items .product-item .product-item-info .product-item-actions .actions-primary button.tocart.modalRun span {
  text-transform: capitalize;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .cordless-vac-cleaner-section .cordless-cleaner-product .mgz-product-items .product-item .product-item-info .product-item-actions .actions-primary button.tocart.modalRun span:before {
  background-image: url(../images/mail-icon.png);
  height: 16px;
  width: 20px;
  margin-top: 0px;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .cordless-vac-cleaner-section .cordless-cleaner-product .mgz-product-items .product-item .product-item-info .product-item-actions .actions-secondary .towishlist {
  position: absolute;
  left: -7px;
  top: -8px;
  z-index: 99;
  /*border: 1px solid rgba(0,0,0,.25);
						    width: 42px;
						    height: 42px;
						    display: flex;
						    align-items: center;
						    justify-content: center;*/
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .cordless-vac-cleaner-section .cordless-cleaner-product .mgz-product-items .product-item .product-item-info .product-item-actions .actions-secondary .towishlist:before {
  content: '';
  display: inline-block;
  background-image: url(../images/wishlist-icon.png);
  background-repeat: no-repeat;
  height: 24px;
  width: 24px;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .cordless-vac-cleaner-section .cordless-cleaner-product .mgz-product-items .product-item .product-item-info .product-item-actions .actions-secondary .tocompare {
  position: absolute;
  right: 0;
  top: 0;
  border: 1px solid rgba(0, 0, 0, 0.25);
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .cordless-vac-cleaner-section .cordless-cleaner-product .mgz-product-items .product-item .product-item-info .product-item-actions .actions-secondary .tocompare {
    width: 40px;
    height: 40px;
  }
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .cordless-vac-cleaner-section .cordless-cleaner-product .mgz-product-items .product-item .product-item-info .product-item-actions .actions-secondary .tocompare:before {
  content: '';
  display: inline-block;
  background-image: url(../images/compair-icon.png);
  background-repeat: no-repeat;
  height: 24px;
  width: 24px;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .battery-universe-section .battery-top-video .mgz-video {
  padding: 0;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .battery-universe-section .battery-top-video .mgz-video video {
  position: static;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .battery-universe-section .battery-heading-universe {
  padding: 25px 0;
  margin-bottom: 25px;
  border-bottom: 2px solid #000;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .battery-universe-section .battery-heading-universe .mgz-element-heading h2 {
  font-size: 35px;
  line-height: normal;
  font-weight: 900;
  text-transform: uppercase;
  color: #000;
}
@media (max-width: 768px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .battery-universe-section .battery-heading-universe .mgz-element-heading h2 {
    font-size: 24px;
    line-height: 30px;
  }
}
@media (min-width: 769px) and (max-width: 1199px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .battery-universe-section .battery-heading-universe .mgz-element-heading h2 {
    font-size: 26px;
  }
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .battery-universe-section .battery-heading-universe .mgz-element-text p {
  font-weight: normal;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .battery-universe-section .battery-universe-box {
  padding-right: 20px;
}
@media (max-width: 991px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .battery-universe-section .battery-universe-box {
    padding: 0;
    width: 100%;
  }
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .battery-universe-section .battery-universe-box > .mgz-element-inner {
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .battery-universe-section .battery-universe-box > .mgz-element-inner .battery-universe-box-img {
  width: 35%;
}
@media (max-width: 540px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .battery-universe-section .battery-universe-box > .mgz-element-inner .battery-universe-box-img {
    width: 100%;
  }
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .battery-universe-section .battery-universe-box > .mgz-element-inner .battery-universe-box-img .mgz-element-inner {
  margin: 0;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .battery-universe-section .battery-universe-box > .mgz-element-inner .battery-universe-box-img .mgz-element-inner .mgz-single-image-wrapper {
  display: block;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .battery-universe-section .battery-universe-box > .mgz-element-inner .battery-universe-box-img .mgz-element-inner .mgz-single-image-wrapper img {
  width: 100%;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .battery-universe-section .battery-universe-box > .mgz-element-inner .battery-universe-box-inner {
  width: 65%;
  padding-left: 20px;
}
@media (max-width: 540px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .battery-universe-section .battery-universe-box > .mgz-element-inner .battery-universe-box-inner {
    width: 100%;
    padding: 15px 0 0 0;
  }
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .battery-universe-section .battery-universe-box > .mgz-element-inner .battery-universe-box-inner .batter-plateform h2 {
  font-size: 24px;
  font-weight: 700;
  color: #000;
  margin: 0 0 15px 0;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .battery-universe-section .battery-universe-box > .mgz-element-inner .battery-universe-box-inner .batter-plateform .read-btn a {
  display: inline-block;
  color: #000;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
  text-decoration: none;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .battery-universe-section .battery-universe-box-right {
  padding: 0 0 0 20px;
}
@media (max-width: 991px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .battery-universe-section .battery-universe-box-right {
    padding: 0;
    margin-top: 20px;
  }
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .battery-universe-section .barrery-detail-banner {
  margin-top: 25px;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .battery-universe-section .battery-universe-product {
  margin-top: 25px;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .battery-universe-section .battery-universe-product > .mgz-element-inner {
  padding: 0;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .battery-universe-section .battery-universe-product > .mgz-element-inner .mgz-product-items .product-item {
  background: #fff;
  text-align: center;
  padding: 20px;
  width: calc((100% - 80px) / 5);
  margin-right: 20px;
  margin-bottom: 20px;
  float: none;
  display: inline-block;
}
@media (max-width: 575px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .battery-universe-section .battery-universe-product > .mgz-element-inner .mgz-product-items .product-item {
    width: 100%;
    margin-right: 0;
  }
}
@media (min-width: 576px) and (max-width: 991px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .battery-universe-section .battery-universe-product > .mgz-element-inner .mgz-product-items .product-item {
    width: calc((100% - 22px) / 2);
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .battery-universe-section .battery-universe-product > .mgz-element-inner .mgz-product-items .product-item {
    width: calc((100% - 40px) / 3);
  }
}
@media (min-width: 1200px) and (max-width: 1439px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .battery-universe-section .battery-universe-product > .mgz-element-inner .mgz-product-items .product-item {
    width: calc((100% - 60px) / 4);
  }
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .battery-universe-section .battery-universe-product > .mgz-element-inner .mgz-product-items .product-item:nth-child(5n) {
  margin-right: 0;
}
@media (min-width: 576px) and (max-width: 991px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .battery-universe-section .battery-universe-product > .mgz-element-inner .mgz-product-items .product-item:nth-child(2n) {
    margin-right: 0!important;
  }
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .battery-universe-section .battery-universe-product > .mgz-element-inner .mgz-product-items .product-item:nth-child(5n) {
    margin-right: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .battery-universe-section .battery-universe-product > .mgz-element-inner .mgz-product-items .product-item:nth-child(3n) {
    margin-right: 0!important;
  }
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .battery-universe-section .battery-universe-product > .mgz-element-inner .mgz-product-items .product-item:nth-child(5n) {
    margin-right: 20px;
  }
}
@media (min-width: 1200px) and (max-width: 1439px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .battery-universe-section .battery-universe-product > .mgz-element-inner .mgz-product-items .product-item:nth-child(4n) {
    margin-right: 0!important;
  }
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .battery-universe-section .battery-universe-product > .mgz-element-inner .mgz-product-items .product-item:nth-child(5n) {
    margin-right: 20px;
  }
}
@media (max-width: 768px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .battery-universe-section .battery-universe-product > .mgz-element-inner .mgz-product-items .product-item {
    padding: 10px!important;
  }
}
@media (min-width: 1200px) and (max-width: 1439px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .battery-universe-section .battery-universe-product > .mgz-element-inner .mgz-product-items .product-item {
    padding: 15px;
  }
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .battery-universe-section .battery-universe-product > .mgz-element-inner .mgz-product-items .product-item .product-item-info {
  padding: 0;
  border: none;
  position: relative;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .battery-universe-section .battery-universe-product > .mgz-element-inner .mgz-product-items .product-item .product-item-info .product-item-photo {
  display: block;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .battery-universe-section .battery-universe-product > .mgz-element-inner .mgz-product-items .product-item .product-item-info .product-item-details .product-item-name {
  text-align: left;
  margin-bottom: 15px;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .battery-universe-section .battery-universe-product > .mgz-element-inner .mgz-product-items .product-item .product-item-info .product-item-details .product-item-name .product-item-link {
  font-size: 18px;
  font-weight: 500;
  line-height: 23px;
  color: #000;
  text-decoration: none;
  display: block;
  min-height: 46px;
}
@media (max-width: 768px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .battery-universe-section .battery-universe-product > .mgz-element-inner .mgz-product-items .product-item .product-item-info .product-item-details .product-item-name .product-item-link {
    font-size: 14px;
    line-height: 19px;
    height: auto;
  }
}
@media (min-width: 769px) and (max-width: 1439px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .battery-universe-section .battery-universe-product > .mgz-element-inner .mgz-product-items .product-item .product-item-info .product-item-details .product-item-name .product-item-link {
    font-size: 15px;
    line-height: 20px;
    min-height: 40px;
  }
}
@media (max-width: 543px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .battery-universe-section .battery-universe-product > .mgz-element-inner .mgz-product-items .product-item .product-item-info .product-item-details .product-item-name .product-item-link {
    min-height: 100%;
  }
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .battery-universe-section .battery-universe-product > .mgz-element-inner .mgz-product-items .product-item .product-item-info .product-item-details .price-box {
  text-align: left;
  margin-bottom: 35px;
  display: flex;
  align-items: center;
  height: 25px;
}
@media (max-width: 768px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .battery-universe-section .battery-universe-product > .mgz-element-inner .mgz-product-items .product-item .product-item-info .product-item-details .price-box {
    margin-bottom: 15px;
  }
}
@media (min-width: 769px) and (max-width: 1439px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .battery-universe-section .battery-universe-product > .mgz-element-inner .mgz-product-items .product-item .product-item-info .product-item-details .price-box {
    margin-bottom: 25px;
  }
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .battery-universe-section .battery-universe-product > .mgz-element-inner .mgz-product-items .product-item .product-item-info .product-item-details .price-box .special-price {
  order: 2;
}
@media (max-width: 768px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .battery-universe-section .battery-universe-product > .mgz-element-inner .mgz-product-items .product-item .product-item-info .product-item-details .price-box .special-price {
    margin-top: 0;
  }
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .battery-universe-section .battery-universe-product > .mgz-element-inner .mgz-product-items .product-item .product-item-info .product-item-details .price-box .old-price {
  order: 1;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .battery-universe-section .battery-universe-product > .mgz-element-inner .mgz-product-items .product-item .product-item-info .product-item-details .price-box .old-price .price-label {
  display: none;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .battery-universe-section .battery-universe-product > .mgz-element-inner .mgz-product-items .product-item .product-item-info .product-item-details .price-box .old-price .price {
  color: #ABABAB;
  display: inline-block;
  text-decoration: line-through;
  font-weight: normal;
  font-size: 16px;
  margin-right: 5px;
  line-height: 20px;
}
@media (max-width: 1439px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .battery-universe-section .battery-universe-product > .mgz-element-inner .mgz-product-items .product-item .product-item-info .product-item-details .price-box .old-price .price {
    font-size: 14px;
    margin: 0 5px 0 0;
    line-height: 19px;
  }
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .battery-universe-section .battery-universe-product > .mgz-element-inner .mgz-product-items .product-item .product-item-info .product-item-details .price-box span.price {
  font-size: 20px;
  line-height: 25px;
  color: #000;
  font-weight: 500;
}
@media (max-width: 1439px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .battery-universe-section .battery-universe-product > .mgz-element-inner .mgz-product-items .product-item .product-item-info .product-item-details .price-box span.price {
    font-size: 16px;
    line-height: 21px;
    margin: 0;
  }
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .battery-universe-section .battery-universe-product > .mgz-element-inner .mgz-product-items .product-item .product-item-info .product-item-actions {
  /*display: flex;
				    justify-content: center;
				    align-items: center;
				    position: relative;*/
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .battery-universe-section .battery-universe-product > .mgz-element-inner .mgz-product-items .product-item .product-item-info .product-item-actions .actions-primary {
  /*width:~"calc(100% - 104px)";*/
  width: 100%;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .battery-universe-section .battery-universe-product > .mgz-element-inner .mgz-product-items .product-item .product-item-info .product-item-actions .actions-primary .stock.unavailable {
  height: 42px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  padding: 9px 15px;
  text-align: center;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .battery-universe-section .battery-universe-product > .mgz-element-inner .mgz-product-items .product-item .product-item-info .product-item-actions .actions-primary button.tocart {
  background: #FFED00;
  border: none;
  color: #000;
  font-size: 14px;
  font-weight: 500;
  font-family: 'ClanPro';
  line-height: 18px;
  padding: 9px 15px;
  width: 100%;
  height: 42px;
}
@media (min-width: 1200px) and (max-width: 1439px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .battery-universe-section .battery-universe-product > .mgz-element-inner .mgz-product-items .product-item .product-item-info .product-item-actions .actions-primary button.tocart {
    padding: 11px 10px;
  }
}
@media (min-width: 541px) and (max-width: 991px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .battery-universe-section .battery-universe-product > .mgz-element-inner .mgz-product-items .product-item .product-item-info .product-item-actions .actions-primary button.tocart {
    padding: 8px 10px;
  }
}
@media (min-width: 1200px) and (max-width: 1639px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .battery-universe-section .battery-universe-product > .mgz-element-inner .mgz-product-items .product-item .product-item-info .product-item-actions .actions-primary button.tocart {
    padding: 9px;
    height: 42px;
  }
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .battery-universe-section .battery-universe-product > .mgz-element-inner .mgz-product-items .product-item .product-item-info .product-item-actions .actions-primary button.tocart:hover {
  background: #f3e62e;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .battery-universe-section .battery-universe-product > .mgz-element-inner .mgz-product-items .product-item .product-item-info .product-item-actions .actions-primary button.tocart span {
  display: flex;
  align-items: center;
  position: relative;
  justify-content: center;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .battery-universe-section .battery-universe-product > .mgz-element-inner .mgz-product-items .product-item .product-item-info .product-item-actions .actions-primary button.tocart span:before {
  content: '';
  display: inline-block;
  background-image: url(../images/teenyicons_bag-solid.png);
  background-repeat: no-repeat;
  height: 20px;
  width: 20px;
  margin-right: 10px;
  margin-top: -3px;
  background-size: 100%;
}
@media (min-width: 1200px) and (max-width: 1639px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .battery-universe-section .battery-universe-product > .mgz-element-inner .mgz-product-items .product-item .product-item-info .product-item-actions .actions-primary button.tocart span:before {
    margin-right: 5px;
  }
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .battery-universe-section .battery-universe-product > .mgz-element-inner .mgz-product-items .product-item .product-item-info .product-item-actions .actions-primary button.tocart.modalRun {
  padding: 12px 15px;
}
@media (min-width: 576px) and (max-width: 991px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .battery-universe-section .battery-universe-product > .mgz-element-inner .mgz-product-items .product-item .product-item-info .product-item-actions .actions-primary button.tocart.modalRun {
    padding: 8px 10px;
  }
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .battery-universe-section .battery-universe-product > .mgz-element-inner .mgz-product-items .product-item .product-item-info .product-item-actions .actions-primary button.tocart.modalRun span {
  text-transform: capitalize;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .battery-universe-section .battery-universe-product > .mgz-element-inner .mgz-product-items .product-item .product-item-info .product-item-actions .actions-primary button.tocart.modalRun span:before {
  background-image: url(../images/mail-icon.png);
  height: 16px;
  width: 20px;
  margin-top: 0px;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .battery-universe-section .battery-universe-product > .mgz-element-inner .mgz-product-items .product-item .product-item-info .product-item-actions .actions-secondary .towishlist {
  position: absolute;
  left: -7px;
  top: -8px;
  z-index: 99;
  /*border: 1px solid rgba(0,0,0,.25);
						    width: 42px;
						    height: 42px;
						    display: flex;
						    align-items: center;
						    justify-content: center;*/
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .battery-universe-section .battery-universe-product > .mgz-element-inner .mgz-product-items .product-item .product-item-info .product-item-actions .actions-secondary .towishlist:before {
  content: '';
  display: inline-block;
  background-image: url(../images/wishlist-icon.png);
  background-repeat: no-repeat;
  height: 24px;
  width: 24px;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .battery-universe-section .battery-universe-product > .mgz-element-inner .mgz-product-items .product-item .product-item-info .product-item-actions .actions-secondary .tocompare {
  position: absolute;
  right: 0;
  top: 0;
  border: 1px solid rgba(0, 0, 0, 0.25);
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .battery-universe-section .battery-universe-product > .mgz-element-inner .mgz-product-items .product-item .product-item-info .product-item-actions .actions-secondary .tocompare {
    width: 40px;
    height: 40px;
  }
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .battery-universe-section .battery-universe-product > .mgz-element-inner .mgz-product-items .product-item .product-item-info .product-item-actions .actions-secondary .tocompare:before {
  content: '';
  display: inline-block;
  background-image: url(../images/compair-icon.png);
  background-repeat: no-repeat;
  height: 24px;
  width: 24px;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .battery-universe-section .battery-univer-video-group {
  padding-top: 25px;
  margin-top: 25px;
  border-top: 2px solid #000;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .battery-universe-section .battery-univer-video-group .mgz-element-inner {
  padding: 0;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .battery-universe-section .battery-univer-video-group .mgz-element-inner .mgz-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .battery-universe-section .battery-univer-video-group .mgz-element-inner .mgz-container .mgz-element-column {
  width: calc((100% - 60px) / 3);
  margin-right: 30px;
  float: none;
  display: inline-block;
}
@media (max-width: 768px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .battery-universe-section .battery-univer-video-group .mgz-element-inner .mgz-container .mgz-element-column {
    width: 100%;
    margin: 0 0 25px 0;
    display: block;
  }
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .battery-universe-section .battery-univer-video-group .mgz-element-inner .mgz-container .mgz-element-column:last-child {
  margin-right: 0;
}
@media (max-width: 768px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .battery-universe-section .battery-univer-video-group .mgz-element-inner .mgz-container .mgz-element-column:last-child {
    margin: 0;
  }
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .battery-universe-section .battery-univer-video-group .mgz-element-inner .mgz-container .mgz-element-column .mgz-element-heading h2 {
  font-size: 22px;
  color: #000;
  font-weight: 700;
  line-height: normal;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .battery-universe-section .v-18-section,
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .battery-universe-section .v-36-section {
  margin: 25px 0;
  padding-top: 25px;
  border-top: 2px solid #000;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .battery-universe-section .v-18-section > .mgz-element-inner,
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .battery-universe-section .v-36-section > .mgz-element-inner {
  padding: 0;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .battery-universe-section .v-18-production > .mgz-element-inner,
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .battery-universe-section .v-36-production > .mgz-element-inner {
  padding: 0;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .battery-universe-section .v-18-production > .mgz-element-inner .mgz-product-items .product-item,
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .battery-universe-section .v-36-production > .mgz-element-inner .mgz-product-items .product-item {
  background: #fff;
  text-align: center;
  padding: 20px;
  width: calc((100% - 80px) / 5);
  margin-right: 20px;
  margin-bottom: 20px;
  float: none;
  display: inline-block;
}
@media (max-width: 575px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .battery-universe-section .v-18-production > .mgz-element-inner .mgz-product-items .product-item,
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .battery-universe-section .v-36-production > .mgz-element-inner .mgz-product-items .product-item {
    width: 100%;
    margin-right: 0;
  }
}
@media (min-width: 576px) and (max-width: 991px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .battery-universe-section .v-18-production > .mgz-element-inner .mgz-product-items .product-item,
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .battery-universe-section .v-36-production > .mgz-element-inner .mgz-product-items .product-item {
    width: calc((100% - 22px) / 2);
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .battery-universe-section .v-18-production > .mgz-element-inner .mgz-product-items .product-item,
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .battery-universe-section .v-36-production > .mgz-element-inner .mgz-product-items .product-item {
    width: calc((100% - 40px) / 3);
  }
}
@media (min-width: 1200px) and (max-width: 1439px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .battery-universe-section .v-18-production > .mgz-element-inner .mgz-product-items .product-item,
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .battery-universe-section .v-36-production > .mgz-element-inner .mgz-product-items .product-item {
    width: calc((100% - 60px) / 4);
  }
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .battery-universe-section .v-18-production > .mgz-element-inner .mgz-product-items .product-item:nth-child(5n),
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .battery-universe-section .v-36-production > .mgz-element-inner .mgz-product-items .product-item:nth-child(5n) {
  margin-right: 0;
}
@media (min-width: 576px) and (max-width: 991px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .battery-universe-section .v-18-production > .mgz-element-inner .mgz-product-items .product-item:nth-child(2n),
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .battery-universe-section .v-36-production > .mgz-element-inner .mgz-product-items .product-item:nth-child(2n) {
    margin-right: 0!important;
  }
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .battery-universe-section .v-18-production > .mgz-element-inner .mgz-product-items .product-item:nth-child(5n),
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .battery-universe-section .v-36-production > .mgz-element-inner .mgz-product-items .product-item:nth-child(5n) {
    margin-right: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .battery-universe-section .v-18-production > .mgz-element-inner .mgz-product-items .product-item:nth-child(3n),
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .battery-universe-section .v-36-production > .mgz-element-inner .mgz-product-items .product-item:nth-child(3n) {
    margin-right: 0!important;
  }
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .battery-universe-section .v-18-production > .mgz-element-inner .mgz-product-items .product-item:nth-child(5n),
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .battery-universe-section .v-36-production > .mgz-element-inner .mgz-product-items .product-item:nth-child(5n) {
    margin-right: 20px;
  }
}
@media (min-width: 1200px) and (max-width: 1439px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .battery-universe-section .v-18-production > .mgz-element-inner .mgz-product-items .product-item:nth-child(4n),
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .battery-universe-section .v-36-production > .mgz-element-inner .mgz-product-items .product-item:nth-child(4n) {
    margin-right: 0!important;
  }
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .battery-universe-section .v-18-production > .mgz-element-inner .mgz-product-items .product-item:nth-child(5n),
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .battery-universe-section .v-36-production > .mgz-element-inner .mgz-product-items .product-item:nth-child(5n) {
    margin-right: 20px;
  }
}
@media (max-width: 768px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .battery-universe-section .v-18-production > .mgz-element-inner .mgz-product-items .product-item,
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .battery-universe-section .v-36-production > .mgz-element-inner .mgz-product-items .product-item {
    padding: 10px!important;
  }
}
@media (min-width: 1200px) and (max-width: 1439px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .battery-universe-section .v-18-production > .mgz-element-inner .mgz-product-items .product-item,
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .battery-universe-section .v-36-production > .mgz-element-inner .mgz-product-items .product-item {
    padding: 15px;
  }
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .battery-universe-section .v-18-production > .mgz-element-inner .mgz-product-items .product-item .product-item-info,
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .battery-universe-section .v-36-production > .mgz-element-inner .mgz-product-items .product-item .product-item-info {
  padding: 0;
  border: none;
  position: relative;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .battery-universe-section .v-18-production > .mgz-element-inner .mgz-product-items .product-item .product-item-info .product-item-photo,
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .battery-universe-section .v-36-production > .mgz-element-inner .mgz-product-items .product-item .product-item-info .product-item-photo {
  display: block;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .battery-universe-section .v-18-production > .mgz-element-inner .mgz-product-items .product-item .product-item-info .product-item-details .product-item-name,
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .battery-universe-section .v-36-production > .mgz-element-inner .mgz-product-items .product-item .product-item-info .product-item-details .product-item-name {
  text-align: left;
  margin-bottom: 15px;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .battery-universe-section .v-18-production > .mgz-element-inner .mgz-product-items .product-item .product-item-info .product-item-details .product-item-name .product-item-link,
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .battery-universe-section .v-36-production > .mgz-element-inner .mgz-product-items .product-item .product-item-info .product-item-details .product-item-name .product-item-link {
  font-size: 18px;
  font-weight: 500;
  line-height: 23px;
  color: #000;
  text-decoration: none;
  display: block;
  min-height: 46px;
}
@media (max-width: 768px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .battery-universe-section .v-18-production > .mgz-element-inner .mgz-product-items .product-item .product-item-info .product-item-details .product-item-name .product-item-link,
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .battery-universe-section .v-36-production > .mgz-element-inner .mgz-product-items .product-item .product-item-info .product-item-details .product-item-name .product-item-link {
    font-size: 14px;
    line-height: 19px;
    height: auto;
  }
}
@media (min-width: 769px) and (max-width: 1439px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .battery-universe-section .v-18-production > .mgz-element-inner .mgz-product-items .product-item .product-item-info .product-item-details .product-item-name .product-item-link,
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .battery-universe-section .v-36-production > .mgz-element-inner .mgz-product-items .product-item .product-item-info .product-item-details .product-item-name .product-item-link {
    font-size: 15px;
    line-height: 20px;
    min-height: 40px;
  }
}
@media (max-width: 543px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .battery-universe-section .v-18-production > .mgz-element-inner .mgz-product-items .product-item .product-item-info .product-item-details .product-item-name .product-item-link,
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .battery-universe-section .v-36-production > .mgz-element-inner .mgz-product-items .product-item .product-item-info .product-item-details .product-item-name .product-item-link {
    min-height: 100%;
  }
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .battery-universe-section .v-18-production > .mgz-element-inner .mgz-product-items .product-item .product-item-info .product-item-details .price-box,
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .battery-universe-section .v-36-production > .mgz-element-inner .mgz-product-items .product-item .product-item-info .product-item-details .price-box {
  text-align: left;
  margin-bottom: 35px;
  display: flex;
  align-items: center;
  height: 25px;
}
@media (max-width: 768px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .battery-universe-section .v-18-production > .mgz-element-inner .mgz-product-items .product-item .product-item-info .product-item-details .price-box,
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .battery-universe-section .v-36-production > .mgz-element-inner .mgz-product-items .product-item .product-item-info .product-item-details .price-box {
    margin-bottom: 15px;
  }
}
@media (min-width: 769px) and (max-width: 1439px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .battery-universe-section .v-18-production > .mgz-element-inner .mgz-product-items .product-item .product-item-info .product-item-details .price-box,
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .battery-universe-section .v-36-production > .mgz-element-inner .mgz-product-items .product-item .product-item-info .product-item-details .price-box {
    margin-bottom: 25px;
  }
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .battery-universe-section .v-18-production > .mgz-element-inner .mgz-product-items .product-item .product-item-info .product-item-details .price-box .special-price,
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .battery-universe-section .v-36-production > .mgz-element-inner .mgz-product-items .product-item .product-item-info .product-item-details .price-box .special-price {
  order: 2;
}
@media (max-width: 768px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .battery-universe-section .v-18-production > .mgz-element-inner .mgz-product-items .product-item .product-item-info .product-item-details .price-box .special-price,
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .battery-universe-section .v-36-production > .mgz-element-inner .mgz-product-items .product-item .product-item-info .product-item-details .price-box .special-price {
    margin-top: 0;
  }
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .battery-universe-section .v-18-production > .mgz-element-inner .mgz-product-items .product-item .product-item-info .product-item-details .price-box .old-price,
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .battery-universe-section .v-36-production > .mgz-element-inner .mgz-product-items .product-item .product-item-info .product-item-details .price-box .old-price {
  order: 1;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .battery-universe-section .v-18-production > .mgz-element-inner .mgz-product-items .product-item .product-item-info .product-item-details .price-box .old-price .price-label,
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .battery-universe-section .v-36-production > .mgz-element-inner .mgz-product-items .product-item .product-item-info .product-item-details .price-box .old-price .price-label {
  display: none;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .battery-universe-section .v-18-production > .mgz-element-inner .mgz-product-items .product-item .product-item-info .product-item-details .price-box .old-price .price,
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .battery-universe-section .v-36-production > .mgz-element-inner .mgz-product-items .product-item .product-item-info .product-item-details .price-box .old-price .price {
  color: #ABABAB;
  display: inline-block;
  text-decoration: line-through;
  font-weight: normal;
  font-size: 16px;
  margin-right: 5px;
  line-height: 20px;
}
@media (max-width: 1439px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .battery-universe-section .v-18-production > .mgz-element-inner .mgz-product-items .product-item .product-item-info .product-item-details .price-box .old-price .price,
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .battery-universe-section .v-36-production > .mgz-element-inner .mgz-product-items .product-item .product-item-info .product-item-details .price-box .old-price .price {
    font-size: 14px;
    margin: 0 5px 0 0;
    line-height: 19px;
  }
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .battery-universe-section .v-18-production > .mgz-element-inner .mgz-product-items .product-item .product-item-info .product-item-details .price-box span.price,
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .battery-universe-section .v-36-production > .mgz-element-inner .mgz-product-items .product-item .product-item-info .product-item-details .price-box span.price {
  font-size: 20px;
  line-height: 25px;
  color: #000;
  font-weight: 500;
}
@media (max-width: 1439px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .battery-universe-section .v-18-production > .mgz-element-inner .mgz-product-items .product-item .product-item-info .product-item-details .price-box span.price,
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .battery-universe-section .v-36-production > .mgz-element-inner .mgz-product-items .product-item .product-item-info .product-item-details .price-box span.price {
    font-size: 16px;
    line-height: 21px;
    margin: 0;
  }
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .battery-universe-section .v-18-production > .mgz-element-inner .mgz-product-items .product-item .product-item-info .product-item-actions,
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .battery-universe-section .v-36-production > .mgz-element-inner .mgz-product-items .product-item .product-item-info .product-item-actions {
  /*display: flex;
				    justify-content: center;
				    align-items: center;
				    position: relative;*/
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .battery-universe-section .v-18-production > .mgz-element-inner .mgz-product-items .product-item .product-item-info .product-item-actions .actions-primary,
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .battery-universe-section .v-36-production > .mgz-element-inner .mgz-product-items .product-item .product-item-info .product-item-actions .actions-primary {
  /*width:~"calc(100% - 104px)";*/
  width: 100%;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .battery-universe-section .v-18-production > .mgz-element-inner .mgz-product-items .product-item .product-item-info .product-item-actions .actions-primary .stock.unavailable,
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .battery-universe-section .v-36-production > .mgz-element-inner .mgz-product-items .product-item .product-item-info .product-item-actions .actions-primary .stock.unavailable {
  height: 42px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  padding: 9px 15px;
  text-align: center;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .battery-universe-section .v-18-production > .mgz-element-inner .mgz-product-items .product-item .product-item-info .product-item-actions .actions-primary button.tocart,
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .battery-universe-section .v-36-production > .mgz-element-inner .mgz-product-items .product-item .product-item-info .product-item-actions .actions-primary button.tocart {
  background: #FFED00;
  border: none;
  color: #000;
  font-size: 14px;
  font-weight: 500;
  font-family: 'ClanPro';
  line-height: 18px;
  padding: 9px 15px;
  width: 100%;
  height: 42px;
}
@media (min-width: 1200px) and (max-width: 1439px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .battery-universe-section .v-18-production > .mgz-element-inner .mgz-product-items .product-item .product-item-info .product-item-actions .actions-primary button.tocart,
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .battery-universe-section .v-36-production > .mgz-element-inner .mgz-product-items .product-item .product-item-info .product-item-actions .actions-primary button.tocart {
    padding: 11px 10px;
  }
}
@media (min-width: 541px) and (max-width: 991px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .battery-universe-section .v-18-production > .mgz-element-inner .mgz-product-items .product-item .product-item-info .product-item-actions .actions-primary button.tocart,
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .battery-universe-section .v-36-production > .mgz-element-inner .mgz-product-items .product-item .product-item-info .product-item-actions .actions-primary button.tocart {
    padding: 8px 10px;
  }
}
@media (min-width: 1200px) and (max-width: 1639px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .battery-universe-section .v-18-production > .mgz-element-inner .mgz-product-items .product-item .product-item-info .product-item-actions .actions-primary button.tocart,
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .battery-universe-section .v-36-production > .mgz-element-inner .mgz-product-items .product-item .product-item-info .product-item-actions .actions-primary button.tocart {
    padding: 9px;
    height: 42px;
  }
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .battery-universe-section .v-18-production > .mgz-element-inner .mgz-product-items .product-item .product-item-info .product-item-actions .actions-primary button.tocart:hover,
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .battery-universe-section .v-36-production > .mgz-element-inner .mgz-product-items .product-item .product-item-info .product-item-actions .actions-primary button.tocart:hover {
  background: #f3e62e;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .battery-universe-section .v-18-production > .mgz-element-inner .mgz-product-items .product-item .product-item-info .product-item-actions .actions-primary button.tocart span,
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .battery-universe-section .v-36-production > .mgz-element-inner .mgz-product-items .product-item .product-item-info .product-item-actions .actions-primary button.tocart span {
  display: flex;
  align-items: center;
  position: relative;
  justify-content: center;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .battery-universe-section .v-18-production > .mgz-element-inner .mgz-product-items .product-item .product-item-info .product-item-actions .actions-primary button.tocart span:before,
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .battery-universe-section .v-36-production > .mgz-element-inner .mgz-product-items .product-item .product-item-info .product-item-actions .actions-primary button.tocart span:before {
  content: '';
  display: inline-block;
  background-image: url(../images/teenyicons_bag-solid.png);
  background-repeat: no-repeat;
  height: 20px;
  width: 20px;
  margin-right: 10px;
  margin-top: -3px;
  background-size: 100%;
}
@media (min-width: 1200px) and (max-width: 1639px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .battery-universe-section .v-18-production > .mgz-element-inner .mgz-product-items .product-item .product-item-info .product-item-actions .actions-primary button.tocart span:before,
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .battery-universe-section .v-36-production > .mgz-element-inner .mgz-product-items .product-item .product-item-info .product-item-actions .actions-primary button.tocart span:before {
    margin-right: 5px;
  }
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .battery-universe-section .v-18-production > .mgz-element-inner .mgz-product-items .product-item .product-item-info .product-item-actions .actions-primary button.tocart.modalRun,
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .battery-universe-section .v-36-production > .mgz-element-inner .mgz-product-items .product-item .product-item-info .product-item-actions .actions-primary button.tocart.modalRun {
  padding: 12px 15px;
}
@media (min-width: 576px) and (max-width: 991px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .battery-universe-section .v-18-production > .mgz-element-inner .mgz-product-items .product-item .product-item-info .product-item-actions .actions-primary button.tocart.modalRun,
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .battery-universe-section .v-36-production > .mgz-element-inner .mgz-product-items .product-item .product-item-info .product-item-actions .actions-primary button.tocart.modalRun {
    padding: 8px 10px;
  }
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .battery-universe-section .v-18-production > .mgz-element-inner .mgz-product-items .product-item .product-item-info .product-item-actions .actions-primary button.tocart.modalRun span,
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .battery-universe-section .v-36-production > .mgz-element-inner .mgz-product-items .product-item .product-item-info .product-item-actions .actions-primary button.tocart.modalRun span {
  text-transform: capitalize;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .battery-universe-section .v-18-production > .mgz-element-inner .mgz-product-items .product-item .product-item-info .product-item-actions .actions-primary button.tocart.modalRun span:before,
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .battery-universe-section .v-36-production > .mgz-element-inner .mgz-product-items .product-item .product-item-info .product-item-actions .actions-primary button.tocart.modalRun span:before {
  background-image: url(../images/mail-icon.png);
  height: 16px;
  width: 20px;
  margin-top: 0px;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .battery-universe-section .v-18-production > .mgz-element-inner .mgz-product-items .product-item .product-item-info .product-item-actions .actions-secondary .towishlist,
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .battery-universe-section .v-36-production > .mgz-element-inner .mgz-product-items .product-item .product-item-info .product-item-actions .actions-secondary .towishlist {
  position: absolute;
  left: -7px;
  top: -8px;
  z-index: 99;
  /*border: 1px solid rgba(0,0,0,.25);
						    width: 42px;
						    height: 42px;
						    display: flex;
						    align-items: center;
						    justify-content: center;*/
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .battery-universe-section .v-18-production > .mgz-element-inner .mgz-product-items .product-item .product-item-info .product-item-actions .actions-secondary .towishlist:before,
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .battery-universe-section .v-36-production > .mgz-element-inner .mgz-product-items .product-item .product-item-info .product-item-actions .actions-secondary .towishlist:before {
  content: '';
  display: inline-block;
  background-image: url(../images/wishlist-icon.png);
  background-repeat: no-repeat;
  height: 24px;
  width: 24px;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .battery-universe-section .v-18-production > .mgz-element-inner .mgz-product-items .product-item .product-item-info .product-item-actions .actions-secondary .tocompare,
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .battery-universe-section .v-36-production > .mgz-element-inner .mgz-product-items .product-item .product-item-info .product-item-actions .actions-secondary .tocompare {
  position: absolute;
  right: 0;
  top: 0;
  border: 1px solid rgba(0, 0, 0, 0.25);
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .battery-universe-section .v-18-production > .mgz-element-inner .mgz-product-items .product-item .product-item-info .product-item-actions .actions-secondary .tocompare,
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .battery-universe-section .v-36-production > .mgz-element-inner .mgz-product-items .product-item .product-item-info .product-item-actions .actions-secondary .tocompare {
    width: 40px;
    height: 40px;
  }
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .battery-universe-section .v-18-production > .mgz-element-inner .mgz-product-items .product-item .product-item-info .product-item-actions .actions-secondary .tocompare:before,
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .battery-universe-section .v-36-production > .mgz-element-inner .mgz-product-items .product-item .product-item-info .product-item-actions .actions-secondary .tocompare:before {
  content: '';
  display: inline-block;
  background-image: url(../images/compair-icon.png);
  background-repeat: no-repeat;
  height: 24px;
  width: 24px;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .robot-cleaner-section .robot-cleaner-banner-tp .mgz-single-image-wrapper {
  display: block;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .robot-cleaner-section .robot-cleaner-banner-tp .mgz-single-image-wrapper img {
  width: 100%;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .robot-cleaner-section .robot-cleaner-heading {
  margin: 25px 0;
  padding-bottom: 25px;
  border-bottom: 2px solid #000;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .robot-cleaner-section .robot-cleaner-heading .mgz-element-heading h2 {
  font-size: 35px;
  line-height: normal;
  font-weight: 900;
  text-transform: uppercase;
  color: #000;
}
@media (max-width: 768px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .robot-cleaner-section .robot-cleaner-heading .mgz-element-heading h2 {
    font-size: 24px;
    line-height: 30px;
  }
}
@media (min-width: 769px) and (max-width: 1199px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .robot-cleaner-section .robot-cleaner-heading .mgz-element-heading h2 {
    font-size: 26px;
  }
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .robot-cleaner-section .robot-cleaner-heading .mgz-element-text p {
  font-weight: normal;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .robot-cleaner-section .house-work-section {
  padding: 40px 15px 33px 15px;
  background: #ffed00;
  margin-bottom: 25px;
}
@media (max-width: 768px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .robot-cleaner-section .house-work-section {
    padding: 30px 15px;
  }
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .robot-cleaner-section .house-work-section .mgz-element-heading h2 {
  text-transform: uppercase;
  margin: 0;
  font-size: 35px;
  font-weight: 900;
  color: #1d1d1b;
  line-height: normal;
}
@media (max-width: 768px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .robot-cleaner-section .house-work-section .mgz-element-heading h2 {
    font-size: 24px;
    line-height: 30px;
  }
}
@media (min-width: 769px) and (max-width: 1199px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .robot-cleaner-section .house-work-section .mgz-element-heading h2 {
    font-size: 26px;
  }
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .robot-cleaner-section .house-work-banner {
  padding-bottom: 25px;
  border-bottom: 2px solid #000;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .robot-cleaner-section .house-work-banner .mgz-single-image-wrapper {
  display: block;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .robot-cleaner-section .house-work-banner .mgz-single-image-wrapper img {
  width: 100%;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .robot-cleaner-section .rcv-3-transform-section {
  background: #ececec;
  padding: 30px;
  margin: 25px 0;
}
@media (max-width: 768px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .robot-cleaner-section .rcv-3-transform-section {
    padding: 30px 15px;
  }
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .robot-cleaner-section .rcv-3-transform-section .rcv-3-transform-heading .mgz-element-heading h2 {
  text-align: center;
  font-size: 35px;
  color: #000;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 25px;
  line-height: normal;
}
@media (max-width: 768px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .robot-cleaner-section .rcv-3-transform-section .rcv-3-transform-heading .mgz-element-heading h2 {
    font-size: 24px;
    line-height: 30px;
  }
}
@media (min-width: 769px) and (max-width: 1199px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .robot-cleaner-section .rcv-3-transform-section .rcv-3-transform-heading .mgz-element-heading h2 {
    font-size: 26px;
  }
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .robot-cleaner-section .rcv-3-transform-section .rcv-3-transform-video {
  padding-right: 15px;
}
@media (max-width: 768px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .robot-cleaner-section .rcv-3-transform-section .rcv-3-transform-video {
    padding: 0;
    width: 100%;
  }
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .robot-cleaner-section .rcv-3-transform-section .rcv-3-transform-detail {
  padding-left: 15px;
}
@media (max-width: 768px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .robot-cleaner-section .rcv-3-transform-section .rcv-3-transform-detail {
    padding: 15px 0 0 0;
    width: 100%;
  }
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .robot-cleaner-section .rcv-3-transform-section .rcv-3-transform-detail .mgz-element-heading h4,
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .robot-cleaner-section .rcv-3-transform-section .rcv-3-transform-detail .mgz-element-heading h2 {
  font-weight: 900;
  font-size: 18px;
  line-height: normal;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .robot-cleaner-section .rcv-5-altimate-section {
  background: #ececec;
  padding: 30px;
  margin: 25px 0;
}
@media (max-width: 768px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .robot-cleaner-section .rcv-5-altimate-section {
    padding: 30px 15px;
  }
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .robot-cleaner-section .rcv-5-altimate-section .rcv-5-altimate-heading .mgz-element-heading h2 {
  text-align: center;
  font-size: 35px;
  color: #000;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 25px;
  line-height: normal;
}
@media (max-width: 768px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .robot-cleaner-section .rcv-5-altimate-section .rcv-5-altimate-heading .mgz-element-heading h2 {
    font-size: 24px;
    line-height: 30px;
  }
}
@media (min-width: 769px) and (max-width: 1199px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .robot-cleaner-section .rcv-5-altimate-section .rcv-5-altimate-heading .mgz-element-heading h2 {
    font-size: 26px;
  }
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .robot-cleaner-section .rcv-5-altimate-section .rcv-5-altimate-video {
  padding-right: 15px;
}
@media (max-width: 768px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .robot-cleaner-section .rcv-5-altimate-section .rcv-5-altimate-video {
    padding: 0;
    width: 100%;
  }
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .robot-cleaner-section .rcv-5-altimate-section .rcv-5-altimate-detail {
  padding-left: 15px;
}
@media (max-width: 768px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .robot-cleaner-section .rcv-5-altimate-section .rcv-5-altimate-detail {
    padding: 15px 0 0 0;
    width: 100%;
  }
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .robot-cleaner-section .rcv-5-altimate-section .rcv-5-altimate-detail .mgz-element-heading h4,
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .robot-cleaner-section .rcv-5-altimate-section .rcv-5-altimate-detail .mgz-element-heading h2 {
  font-weight: 900;
  font-size: 18px;
  line-height: normal;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .robot-cleaner-section .rcv-3-transform-banner,
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .robot-cleaner-section .rcv-5-altimate-banner {
  padding-bottom: 25px;
  border-bottom: 2px solid #000;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .robot-cleaner-section .rcv-3-transform-banner .mgz-single-image-wrapper,
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .robot-cleaner-section .rcv-5-altimate-banner .mgz-single-image-wrapper {
  display: block;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .robot-cleaner-section .rcv-3-transform-banner .mgz-single-image-wrapper img,
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .robot-cleaner-section .rcv-5-altimate-banner .mgz-single-image-wrapper img {
  width: 100%;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .robot-cleaner-section .rcv-5-altimate-banner {
  margin-bottom: 25px;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .robot-cleaner-section .robot-cleaner-product {
  padding-bottom: 5px;
  margin-bottom: 25px;
  border-bottom: 2px solid #000;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .robot-cleaner-section .robot-cleaner-product .mgz-product-items .product-item {
  background: #fff;
  text-align: center;
  padding: 20px;
  width: calc((100% - 80px) / 5);
  margin-right: 20px;
  margin-bottom: 20px;
  float: none;
  display: inline-block;
}
@media (max-width: 575px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .robot-cleaner-section .robot-cleaner-product .mgz-product-items .product-item {
    width: 100%;
    margin-right: 0;
  }
}
@media (min-width: 576px) and (max-width: 991px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .robot-cleaner-section .robot-cleaner-product .mgz-product-items .product-item {
    width: calc((100% - 22px) / 2);
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .robot-cleaner-section .robot-cleaner-product .mgz-product-items .product-item {
    width: calc((100% - 40px) / 3);
  }
}
@media (min-width: 1200px) and (max-width: 1439px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .robot-cleaner-section .robot-cleaner-product .mgz-product-items .product-item {
    width: calc((100% - 60px) / 4);
  }
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .robot-cleaner-section .robot-cleaner-product .mgz-product-items .product-item:nth-child(5n) {
  margin-right: 0;
}
@media (min-width: 576px) and (max-width: 991px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .robot-cleaner-section .robot-cleaner-product .mgz-product-items .product-item:nth-child(2n) {
    margin-right: 0!important;
  }
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .robot-cleaner-section .robot-cleaner-product .mgz-product-items .product-item:nth-child(5n) {
    margin-right: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .robot-cleaner-section .robot-cleaner-product .mgz-product-items .product-item:nth-child(3n) {
    margin-right: 0!important;
  }
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .robot-cleaner-section .robot-cleaner-product .mgz-product-items .product-item:nth-child(5n) {
    margin-right: 20px;
  }
}
@media (min-width: 1200px) and (max-width: 1439px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .robot-cleaner-section .robot-cleaner-product .mgz-product-items .product-item:nth-child(4n) {
    margin-right: 0!important;
  }
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .robot-cleaner-section .robot-cleaner-product .mgz-product-items .product-item:nth-child(5n) {
    margin-right: 20px;
  }
}
@media (max-width: 768px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .robot-cleaner-section .robot-cleaner-product .mgz-product-items .product-item {
    padding: 10px!important;
  }
}
@media (min-width: 1200px) and (max-width: 1439px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .robot-cleaner-section .robot-cleaner-product .mgz-product-items .product-item {
    padding: 15px;
  }
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .robot-cleaner-section .robot-cleaner-product .mgz-product-items .product-item .product-item-info {
  padding: 0;
  border: none;
  position: relative;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .robot-cleaner-section .robot-cleaner-product .mgz-product-items .product-item .product-item-info .product-item-photo {
  display: block;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .robot-cleaner-section .robot-cleaner-product .mgz-product-items .product-item .product-item-info .product-item-details .product-item-name {
  text-align: left;
  margin-bottom: 15px;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .robot-cleaner-section .robot-cleaner-product .mgz-product-items .product-item .product-item-info .product-item-details .product-item-name .product-item-link {
  font-size: 18px;
  font-weight: 500;
  line-height: 23px;
  color: #000;
  text-decoration: none;
  display: block;
  min-height: 46px;
}
@media (max-width: 768px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .robot-cleaner-section .robot-cleaner-product .mgz-product-items .product-item .product-item-info .product-item-details .product-item-name .product-item-link {
    font-size: 14px;
    line-height: 19px;
    height: auto;
  }
}
@media (min-width: 769px) and (max-width: 1439px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .robot-cleaner-section .robot-cleaner-product .mgz-product-items .product-item .product-item-info .product-item-details .product-item-name .product-item-link {
    font-size: 15px;
    line-height: 20px;
    min-height: 40px;
  }
}
@media (max-width: 543px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .robot-cleaner-section .robot-cleaner-product .mgz-product-items .product-item .product-item-info .product-item-details .product-item-name .product-item-link {
    min-height: 100%;
  }
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .robot-cleaner-section .robot-cleaner-product .mgz-product-items .product-item .product-item-info .product-item-details .price-box {
  text-align: left;
  margin-bottom: 35px;
  display: flex;
  align-items: center;
  height: 25px;
}
@media (max-width: 768px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .robot-cleaner-section .robot-cleaner-product .mgz-product-items .product-item .product-item-info .product-item-details .price-box {
    margin-bottom: 15px;
  }
}
@media (min-width: 769px) and (max-width: 1439px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .robot-cleaner-section .robot-cleaner-product .mgz-product-items .product-item .product-item-info .product-item-details .price-box {
    margin-bottom: 25px;
  }
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .robot-cleaner-section .robot-cleaner-product .mgz-product-items .product-item .product-item-info .product-item-details .price-box .special-price {
  order: 2;
}
@media (max-width: 768px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .robot-cleaner-section .robot-cleaner-product .mgz-product-items .product-item .product-item-info .product-item-details .price-box .special-price {
    margin-top: 0;
  }
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .robot-cleaner-section .robot-cleaner-product .mgz-product-items .product-item .product-item-info .product-item-details .price-box .old-price {
  order: 1;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .robot-cleaner-section .robot-cleaner-product .mgz-product-items .product-item .product-item-info .product-item-details .price-box .old-price .price-label {
  display: none;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .robot-cleaner-section .robot-cleaner-product .mgz-product-items .product-item .product-item-info .product-item-details .price-box .old-price .price {
  color: #ABABAB;
  display: inline-block;
  text-decoration: line-through;
  font-weight: normal;
  font-size: 16px;
  margin-right: 5px;
  line-height: 20px;
}
@media (max-width: 1439px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .robot-cleaner-section .robot-cleaner-product .mgz-product-items .product-item .product-item-info .product-item-details .price-box .old-price .price {
    font-size: 14px;
    margin: 0 5px 0 0;
    line-height: 19px;
  }
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .robot-cleaner-section .robot-cleaner-product .mgz-product-items .product-item .product-item-info .product-item-details .price-box span.price {
  font-size: 20px;
  line-height: 25px;
  color: #000;
  font-weight: 500;
}
@media (max-width: 1439px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .robot-cleaner-section .robot-cleaner-product .mgz-product-items .product-item .product-item-info .product-item-details .price-box span.price {
    font-size: 16px;
    line-height: 21px;
    margin: 0;
  }
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .robot-cleaner-section .robot-cleaner-product .mgz-product-items .product-item .product-item-info .product-item-actions {
  /*display: flex;
				    justify-content: center;
				    align-items: center;
				    position: relative;*/
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .robot-cleaner-section .robot-cleaner-product .mgz-product-items .product-item .product-item-info .product-item-actions .actions-primary {
  /*width:~"calc(100% - 104px)";*/
  width: 100%;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .robot-cleaner-section .robot-cleaner-product .mgz-product-items .product-item .product-item-info .product-item-actions .actions-primary .stock.unavailable {
  height: 42px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  padding: 9px 15px;
  text-align: center;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .robot-cleaner-section .robot-cleaner-product .mgz-product-items .product-item .product-item-info .product-item-actions .actions-primary button.tocart {
  background: #FFED00;
  border: none;
  color: #000;
  font-size: 14px;
  font-weight: 500;
  font-family: 'ClanPro';
  line-height: 18px;
  padding: 9px 15px;
  width: 100%;
  height: 42px;
}
@media (min-width: 1200px) and (max-width: 1439px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .robot-cleaner-section .robot-cleaner-product .mgz-product-items .product-item .product-item-info .product-item-actions .actions-primary button.tocart {
    padding: 11px 10px;
  }
}
@media (min-width: 541px) and (max-width: 991px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .robot-cleaner-section .robot-cleaner-product .mgz-product-items .product-item .product-item-info .product-item-actions .actions-primary button.tocart {
    padding: 8px 10px;
  }
}
@media (min-width: 1200px) and (max-width: 1639px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .robot-cleaner-section .robot-cleaner-product .mgz-product-items .product-item .product-item-info .product-item-actions .actions-primary button.tocart {
    padding: 9px;
    height: 42px;
  }
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .robot-cleaner-section .robot-cleaner-product .mgz-product-items .product-item .product-item-info .product-item-actions .actions-primary button.tocart:hover {
  background: #f3e62e;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .robot-cleaner-section .robot-cleaner-product .mgz-product-items .product-item .product-item-info .product-item-actions .actions-primary button.tocart span {
  display: flex;
  align-items: center;
  position: relative;
  justify-content: center;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .robot-cleaner-section .robot-cleaner-product .mgz-product-items .product-item .product-item-info .product-item-actions .actions-primary button.tocart span:before {
  content: '';
  display: inline-block;
  background-image: url(../images/teenyicons_bag-solid.png);
  background-repeat: no-repeat;
  height: 20px;
  width: 20px;
  margin-right: 10px;
  margin-top: -3px;
  background-size: 100%;
}
@media (min-width: 1200px) and (max-width: 1639px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .robot-cleaner-section .robot-cleaner-product .mgz-product-items .product-item .product-item-info .product-item-actions .actions-primary button.tocart span:before {
    margin-right: 5px;
  }
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .robot-cleaner-section .robot-cleaner-product .mgz-product-items .product-item .product-item-info .product-item-actions .actions-primary button.tocart.modalRun {
  padding: 12px 15px;
}
@media (min-width: 576px) and (max-width: 991px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .robot-cleaner-section .robot-cleaner-product .mgz-product-items .product-item .product-item-info .product-item-actions .actions-primary button.tocart.modalRun {
    padding: 8px 10px;
  }
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .robot-cleaner-section .robot-cleaner-product .mgz-product-items .product-item .product-item-info .product-item-actions .actions-primary button.tocart.modalRun span {
  text-transform: capitalize;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .robot-cleaner-section .robot-cleaner-product .mgz-product-items .product-item .product-item-info .product-item-actions .actions-primary button.tocart.modalRun span:before {
  background-image: url(../images/mail-icon.png);
  height: 16px;
  width: 20px;
  margin-top: 0px;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .robot-cleaner-section .robot-cleaner-product .mgz-product-items .product-item .product-item-info .product-item-actions .actions-secondary .towishlist {
  position: absolute;
  left: -7px;
  top: -8px;
  z-index: 99;
  /*border: 1px solid rgba(0,0,0,.25);
						    width: 42px;
						    height: 42px;
						    display: flex;
						    align-items: center;
						    justify-content: center;*/
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .robot-cleaner-section .robot-cleaner-product .mgz-product-items .product-item .product-item-info .product-item-actions .actions-secondary .towishlist:before {
  content: '';
  display: inline-block;
  background-image: url(../images/wishlist-icon.png);
  background-repeat: no-repeat;
  height: 24px;
  width: 24px;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .robot-cleaner-section .robot-cleaner-product .mgz-product-items .product-item .product-item-info .product-item-actions .actions-secondary .tocompare {
  position: absolute;
  right: 0;
  top: 0;
  border: 1px solid rgba(0, 0, 0, 0.25);
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .robot-cleaner-section .robot-cleaner-product .mgz-product-items .product-item .product-item-info .product-item-actions .actions-secondary .tocompare {
    width: 40px;
    height: 40px;
  }
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .robot-cleaner-section .robot-cleaner-product .mgz-product-items .product-item .product-item-info .product-item-actions .actions-secondary .tocompare:before {
  content: '';
  display: inline-block;
  background-image: url(../images/compair-icon.png);
  background-repeat: no-repeat;
  height: 24px;
  width: 24px;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .robot-cleaner-section .robot-cleaner-app .mgz-container {
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
}
@media (max-width: 768px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .robot-cleaner-section .robot-cleaner-app .mgz-container {
    justify-content: space-between;
  }
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .robot-cleaner-section .robot-cleaner-app .mgz-container:after,
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .robot-cleaner-section .robot-cleaner-app .mgz-container:before {
    display: none;
  }
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .robot-cleaner-section .robot-cleaner-app .mgz-container .mgz-element-column {
  width: 100%;
  max-width: 330px;
}
@media (max-width: 768px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .robot-cleaner-section .robot-cleaner-app .mgz-container .mgz-element-column {
    width: 49%;
    max-width: 100%;
  }
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .robot-cleaner-section .robot-cleaner-app .mgz-container .mgz-element-column .mgz-element-single_image img {
  max-width: 200px;
}
@media (max-width: 768px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .robot-cleaner-section .robot-cleaner-app .mgz-container .mgz-element-column .mgz-element-single_image img {
    max-width: 150px;
  }
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .robot-cleaner-section .robot-cleaner-app .mgz-container .mgz-element-column .mgz-element-inner .mgz-element {
  text-align: center;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .robot-cleaner-section .robot-cleaner-app .mgz-container .mgz-element-column .mgz-element-inner .mgz-element > .mgz-element-inner {
  margin: 0;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .robot-cleaner-section .robot-cleaner-app .mgz-container .mgz-element-column .mgz-element-inner .mgz-element > .mgz-element-inner h3 {
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
  color: #000;
  margin: 15px 0 5px;
}
@media (max-width: 768px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .robot-cleaner-section .robot-cleaner-app .mgz-container .mgz-element-column .mgz-element-inner .mgz-element > .mgz-element-inner h3 {
    font-size: 16px;
  }
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .robot-cleaner-section .robot-cleaner-app .mgz-container .mgz-element-column .mgz-element-inner .mgz-element > .mgz-element-inner p a {
  text-decoration: none;
  display: inline-block;
  color: #000;
  font-weight: 500;
}
@media (max-width: 768px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .robot-cleaner-section .robot-cleaner-app .mgz-container .mgz-element-column .mgz-element-inner .mgz-element > .mgz-element-inner p a {
    line-height: normal;
    padding-top: 5px;
    font-size: 12px;
    letter-spacing: -0.5px;
    font-weight: 400;
  }
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .pressure-washer-section .pressure-washer-top-banner .mgz-single-image-wrapper {
  display: block;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .pressure-washer-section .pressure-washer-top-banner .mgz-single-image-wrapper img {
  width: 100%;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .pressure-washer-section .pressure-washer-heading {
  padding: 25px 0;
  margin-bottom: 25px;
  border-bottom: 2px solid #000;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .pressure-washer-section .pressure-washer-heading .mgz-element-heading h2 {
  font-size: 35px;
  line-height: normal;
  font-weight: 900;
  text-transform: uppercase;
  color: #000;
}
@media (max-width: 768px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .pressure-washer-section .pressure-washer-heading .mgz-element-heading h2 {
    font-size: 24px;
    line-height: 30px;
  }
}
@media (min-width: 769px) and (max-width: 1199px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .pressure-washer-section .pressure-washer-heading .mgz-element-heading h2 {
    font-size: 26px;
  }
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .pressure-washer-section .pressure-washer-heading .mgz-element-text p {
  font-weight: normal;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .pressure-washer-section .water-cool-modal .mgz-container {
  display: flex;
}
@media (max-width: 768px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .pressure-washer-section .water-cool-modal .mgz-container {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .pressure-washer-section .water-cool-modal .mgz-container .water-cool-banner {
  padding-right: 0;
}
@media (max-width: 768px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .pressure-washer-section .water-cool-modal .mgz-container .water-cool-banner {
    padding: 0;
    width: 100%;
  }
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .pressure-washer-section .water-cool-modal .mgz-container .water-cool-banner .mgz-single-image-wrapper {
  display: block;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .pressure-washer-section .water-cool-modal .mgz-container .water-cool-banner .mgz-single-image-wrapper img {
  width: 100%;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .pressure-washer-section .water-cool-modal .mgz-container .water-cool-content {
  padding: 30px;
  background: #fff;
}
@media (max-width: 768px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .pressure-washer-section .water-cool-modal .mgz-container .water-cool-content {
    padding: 30px 15px;
    width: 100%;
  }
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .pressure-washer-section .water-cool-modal .mgz-container .water-cool-content > .mgz-element-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .pressure-washer-section .water-cool-modal .mgz-container .water-cool-content > .mgz-element-inner .mgz-element-heading h2 {
  font-weight: 900;
  font-size: 18px;
  line-height: normal;
  text-transform: uppercase;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .pressure-washer-section .water-cool-product {
  margin: 25px 0;
  padding-bottom: 5px;
  border-bottom: 2px solid #000;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .pressure-washer-section .water-cool-product .mgz-product-items .product-item {
  background: #fff;
  text-align: center;
  padding: 20px;
  width: calc((100% - 80px) / 5);
  margin-right: 20px;
  margin-bottom: 20px;
  float: none;
  display: inline-block;
}
@media (max-width: 575px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .pressure-washer-section .water-cool-product .mgz-product-items .product-item {
    width: 100%;
    margin-right: 0;
  }
}
@media (min-width: 576px) and (max-width: 991px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .pressure-washer-section .water-cool-product .mgz-product-items .product-item {
    width: calc((100% - 22px) / 2);
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .pressure-washer-section .water-cool-product .mgz-product-items .product-item {
    width: calc((100% - 40px) / 3);
  }
}
@media (min-width: 1200px) and (max-width: 1439px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .pressure-washer-section .water-cool-product .mgz-product-items .product-item {
    width: calc((100% - 60px) / 4);
  }
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .pressure-washer-section .water-cool-product .mgz-product-items .product-item:nth-child(5n) {
  margin-right: 0;
}
@media (min-width: 576px) and (max-width: 991px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .pressure-washer-section .water-cool-product .mgz-product-items .product-item:nth-child(2n) {
    margin-right: 0!important;
  }
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .pressure-washer-section .water-cool-product .mgz-product-items .product-item:nth-child(5n) {
    margin-right: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .pressure-washer-section .water-cool-product .mgz-product-items .product-item:nth-child(3n) {
    margin-right: 0!important;
  }
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .pressure-washer-section .water-cool-product .mgz-product-items .product-item:nth-child(5n) {
    margin-right: 20px;
  }
}
@media (min-width: 1200px) and (max-width: 1439px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .pressure-washer-section .water-cool-product .mgz-product-items .product-item:nth-child(4n) {
    margin-right: 0!important;
  }
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .pressure-washer-section .water-cool-product .mgz-product-items .product-item:nth-child(5n) {
    margin-right: 20px;
  }
}
@media (max-width: 768px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .pressure-washer-section .water-cool-product .mgz-product-items .product-item {
    padding: 10px!important;
  }
}
@media (min-width: 1200px) and (max-width: 1439px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .pressure-washer-section .water-cool-product .mgz-product-items .product-item {
    padding: 15px;
  }
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .pressure-washer-section .water-cool-product .mgz-product-items .product-item .product-item-info {
  padding: 0;
  border: none;
  position: relative;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .pressure-washer-section .water-cool-product .mgz-product-items .product-item .product-item-info .product-item-photo {
  display: block;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .pressure-washer-section .water-cool-product .mgz-product-items .product-item .product-item-info .product-item-details .product-item-name {
  text-align: left;
  margin-bottom: 15px;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .pressure-washer-section .water-cool-product .mgz-product-items .product-item .product-item-info .product-item-details .product-item-name .product-item-link {
  font-size: 18px;
  font-weight: 500;
  line-height: 23px;
  color: #000;
  text-decoration: none;
  display: block;
  min-height: 46px;
}
@media (max-width: 768px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .pressure-washer-section .water-cool-product .mgz-product-items .product-item .product-item-info .product-item-details .product-item-name .product-item-link {
    font-size: 14px;
    line-height: 19px;
    height: auto;
  }
}
@media (min-width: 769px) and (max-width: 1439px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .pressure-washer-section .water-cool-product .mgz-product-items .product-item .product-item-info .product-item-details .product-item-name .product-item-link {
    font-size: 15px;
    line-height: 20px;
    min-height: 40px;
  }
}
@media (max-width: 543px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .pressure-washer-section .water-cool-product .mgz-product-items .product-item .product-item-info .product-item-details .product-item-name .product-item-link {
    min-height: 100%;
  }
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .pressure-washer-section .water-cool-product .mgz-product-items .product-item .product-item-info .product-item-details .price-box {
  text-align: left;
  margin-bottom: 35px;
  display: flex;
  align-items: center;
  height: 25px;
}
@media (max-width: 768px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .pressure-washer-section .water-cool-product .mgz-product-items .product-item .product-item-info .product-item-details .price-box {
    margin-bottom: 15px;
  }
}
@media (min-width: 769px) and (max-width: 1439px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .pressure-washer-section .water-cool-product .mgz-product-items .product-item .product-item-info .product-item-details .price-box {
    margin-bottom: 25px;
  }
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .pressure-washer-section .water-cool-product .mgz-product-items .product-item .product-item-info .product-item-details .price-box .special-price {
  order: 2;
}
@media (max-width: 768px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .pressure-washer-section .water-cool-product .mgz-product-items .product-item .product-item-info .product-item-details .price-box .special-price {
    margin-top: 0;
  }
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .pressure-washer-section .water-cool-product .mgz-product-items .product-item .product-item-info .product-item-details .price-box .old-price {
  order: 1;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .pressure-washer-section .water-cool-product .mgz-product-items .product-item .product-item-info .product-item-details .price-box .old-price .price-label {
  display: none;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .pressure-washer-section .water-cool-product .mgz-product-items .product-item .product-item-info .product-item-details .price-box .old-price .price {
  color: #ABABAB;
  display: inline-block;
  text-decoration: line-through;
  font-weight: normal;
  font-size: 16px;
  margin-right: 5px;
  line-height: 20px;
}
@media (max-width: 1439px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .pressure-washer-section .water-cool-product .mgz-product-items .product-item .product-item-info .product-item-details .price-box .old-price .price {
    font-size: 14px;
    margin: 0 5px 0 0;
    line-height: 19px;
  }
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .pressure-washer-section .water-cool-product .mgz-product-items .product-item .product-item-info .product-item-details .price-box span.price {
  font-size: 20px;
  line-height: 25px;
  color: #000;
  font-weight: 500;
}
@media (max-width: 1439px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .pressure-washer-section .water-cool-product .mgz-product-items .product-item .product-item-info .product-item-details .price-box span.price {
    font-size: 16px;
    line-height: 21px;
    margin: 0;
  }
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .pressure-washer-section .water-cool-product .mgz-product-items .product-item .product-item-info .product-item-actions {
  /*display: flex;
				    justify-content: center;
				    align-items: center;
				    position: relative;*/
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .pressure-washer-section .water-cool-product .mgz-product-items .product-item .product-item-info .product-item-actions .actions-primary {
  /*width:~"calc(100% - 104px)";*/
  width: 100%;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .pressure-washer-section .water-cool-product .mgz-product-items .product-item .product-item-info .product-item-actions .actions-primary .stock.unavailable {
  height: 42px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  padding: 9px 15px;
  text-align: center;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .pressure-washer-section .water-cool-product .mgz-product-items .product-item .product-item-info .product-item-actions .actions-primary button.tocart {
  background: #FFED00;
  border: none;
  color: #000;
  font-size: 14px;
  font-weight: 500;
  font-family: 'ClanPro';
  line-height: 18px;
  padding: 9px 15px;
  width: 100%;
  height: 42px;
}
@media (min-width: 1200px) and (max-width: 1439px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .pressure-washer-section .water-cool-product .mgz-product-items .product-item .product-item-info .product-item-actions .actions-primary button.tocart {
    padding: 11px 10px;
  }
}
@media (min-width: 541px) and (max-width: 991px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .pressure-washer-section .water-cool-product .mgz-product-items .product-item .product-item-info .product-item-actions .actions-primary button.tocart {
    padding: 8px 10px;
  }
}
@media (min-width: 1200px) and (max-width: 1639px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .pressure-washer-section .water-cool-product .mgz-product-items .product-item .product-item-info .product-item-actions .actions-primary button.tocart {
    padding: 9px;
    height: 42px;
  }
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .pressure-washer-section .water-cool-product .mgz-product-items .product-item .product-item-info .product-item-actions .actions-primary button.tocart:hover {
  background: #f3e62e;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .pressure-washer-section .water-cool-product .mgz-product-items .product-item .product-item-info .product-item-actions .actions-primary button.tocart span {
  display: flex;
  align-items: center;
  position: relative;
  justify-content: center;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .pressure-washer-section .water-cool-product .mgz-product-items .product-item .product-item-info .product-item-actions .actions-primary button.tocart span:before {
  content: '';
  display: inline-block;
  background-image: url(../images/teenyicons_bag-solid.png);
  background-repeat: no-repeat;
  height: 20px;
  width: 20px;
  margin-right: 10px;
  margin-top: -3px;
  background-size: 100%;
}
@media (min-width: 1200px) and (max-width: 1639px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .pressure-washer-section .water-cool-product .mgz-product-items .product-item .product-item-info .product-item-actions .actions-primary button.tocart span:before {
    margin-right: 5px;
  }
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .pressure-washer-section .water-cool-product .mgz-product-items .product-item .product-item-info .product-item-actions .actions-primary button.tocart.modalRun {
  padding: 12px 15px;
}
@media (min-width: 576px) and (max-width: 991px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .pressure-washer-section .water-cool-product .mgz-product-items .product-item .product-item-info .product-item-actions .actions-primary button.tocart.modalRun {
    padding: 8px 10px;
  }
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .pressure-washer-section .water-cool-product .mgz-product-items .product-item .product-item-info .product-item-actions .actions-primary button.tocart.modalRun span {
  text-transform: capitalize;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .pressure-washer-section .water-cool-product .mgz-product-items .product-item .product-item-info .product-item-actions .actions-primary button.tocart.modalRun span:before {
  background-image: url(../images/mail-icon.png);
  height: 16px;
  width: 20px;
  margin-top: 0px;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .pressure-washer-section .water-cool-product .mgz-product-items .product-item .product-item-info .product-item-actions .actions-secondary .towishlist {
  position: absolute;
  left: -7px;
  top: -8px;
  z-index: 99;
  /*border: 1px solid rgba(0,0,0,.25);
						    width: 42px;
						    height: 42px;
						    display: flex;
						    align-items: center;
						    justify-content: center;*/
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .pressure-washer-section .water-cool-product .mgz-product-items .product-item .product-item-info .product-item-actions .actions-secondary .towishlist:before {
  content: '';
  display: inline-block;
  background-image: url(../images/wishlist-icon.png);
  background-repeat: no-repeat;
  height: 24px;
  width: 24px;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .pressure-washer-section .water-cool-product .mgz-product-items .product-item .product-item-info .product-item-actions .actions-secondary .tocompare {
  position: absolute;
  right: 0;
  top: 0;
  border: 1px solid rgba(0, 0, 0, 0.25);
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .pressure-washer-section .water-cool-product .mgz-product-items .product-item .product-item-info .product-item-actions .actions-secondary .tocompare {
    width: 40px;
    height: 40px;
  }
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .pressure-washer-section .water-cool-product .mgz-product-items .product-item .product-item-info .product-item-actions .actions-secondary .tocompare:before {
  content: '';
  display: inline-block;
  background-image: url(../images/compair-icon.png);
  background-repeat: no-repeat;
  height: 24px;
  width: 24px;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .pressure-washer-section .air-cool-modal .mgz-container {
  display: flex;
}
@media (max-width: 768px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .pressure-washer-section .air-cool-modal .mgz-container {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .pressure-washer-section .air-cool-modal .mgz-container .air-cool-banner {
  padding-left: 0;
}
@media (max-width: 768px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .pressure-washer-section .air-cool-modal .mgz-container .air-cool-banner {
    padding: 0;
    order: 1;
    width: 100%;
  }
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .pressure-washer-section .air-cool-modal .mgz-container .air-cool-banner .mgz-single-image-wrapper {
  display: block;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .pressure-washer-section .air-cool-modal .mgz-container .air-cool-banner .mgz-single-image-wrapper img {
  width: 100%;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .pressure-washer-section .air-cool-modal .mgz-container .air-cool-content {
  padding: 30px;
  background: #fff;
}
@media (max-width: 768px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .pressure-washer-section .air-cool-modal .mgz-container .air-cool-content {
    padding: 30px 15px;
    width: 100%;
    order: 2;
  }
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .pressure-washer-section .air-cool-modal .mgz-container .air-cool-content > .mgz-element-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .pressure-washer-section .air-cool-modal .mgz-container .air-cool-content > .mgz-element-inner .mgz-element-heading h2 {
  font-weight: 900;
  font-size: 18px;
  line-height: normal;
  text-transform: uppercase;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .pressure-washer-section .air-cool-product {
  margin: 25px 0 0;
  padding-bottom: 0;
  border-bottom: none;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .pressure-washer-section .air-cool-product .mgz-product-items .product-item {
  background: #fff;
  text-align: center;
  padding: 20px;
  width: calc((100% - 80px) / 5);
  margin-right: 20px;
  margin-bottom: 20px;
  float: none;
  display: inline-block;
}
@media (max-width: 575px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .pressure-washer-section .air-cool-product .mgz-product-items .product-item {
    width: 100%;
    margin-right: 0;
  }
}
@media (min-width: 576px) and (max-width: 991px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .pressure-washer-section .air-cool-product .mgz-product-items .product-item {
    width: calc((100% - 22px) / 2);
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .pressure-washer-section .air-cool-product .mgz-product-items .product-item {
    width: calc((100% - 40px) / 3);
  }
}
@media (min-width: 1200px) and (max-width: 1439px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .pressure-washer-section .air-cool-product .mgz-product-items .product-item {
    width: calc((100% - 60px) / 4);
  }
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .pressure-washer-section .air-cool-product .mgz-product-items .product-item:nth-child(5n) {
  margin-right: 0;
}
@media (min-width: 576px) and (max-width: 991px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .pressure-washer-section .air-cool-product .mgz-product-items .product-item:nth-child(2n) {
    margin-right: 0!important;
  }
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .pressure-washer-section .air-cool-product .mgz-product-items .product-item:nth-child(5n) {
    margin-right: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .pressure-washer-section .air-cool-product .mgz-product-items .product-item:nth-child(3n) {
    margin-right: 0!important;
  }
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .pressure-washer-section .air-cool-product .mgz-product-items .product-item:nth-child(5n) {
    margin-right: 20px;
  }
}
@media (min-width: 1200px) and (max-width: 1439px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .pressure-washer-section .air-cool-product .mgz-product-items .product-item:nth-child(4n) {
    margin-right: 0!important;
  }
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .pressure-washer-section .air-cool-product .mgz-product-items .product-item:nth-child(5n) {
    margin-right: 20px;
  }
}
@media (max-width: 768px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .pressure-washer-section .air-cool-product .mgz-product-items .product-item {
    padding: 10px!important;
  }
}
@media (min-width: 1200px) and (max-width: 1439px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .pressure-washer-section .air-cool-product .mgz-product-items .product-item {
    padding: 15px;
  }
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .pressure-washer-section .air-cool-product .mgz-product-items .product-item .product-item-info {
  padding: 0;
  border: none;
  position: relative;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .pressure-washer-section .air-cool-product .mgz-product-items .product-item .product-item-info .product-item-photo {
  display: block;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .pressure-washer-section .air-cool-product .mgz-product-items .product-item .product-item-info .product-item-details .product-item-name {
  text-align: left;
  margin-bottom: 15px;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .pressure-washer-section .air-cool-product .mgz-product-items .product-item .product-item-info .product-item-details .product-item-name .product-item-link {
  font-size: 18px;
  font-weight: 500;
  line-height: 23px;
  color: #000;
  text-decoration: none;
  display: block;
  min-height: 46px;
}
@media (max-width: 768px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .pressure-washer-section .air-cool-product .mgz-product-items .product-item .product-item-info .product-item-details .product-item-name .product-item-link {
    font-size: 14px;
    line-height: 19px;
    height: auto;
  }
}
@media (min-width: 769px) and (max-width: 1439px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .pressure-washer-section .air-cool-product .mgz-product-items .product-item .product-item-info .product-item-details .product-item-name .product-item-link {
    font-size: 15px;
    line-height: 20px;
    min-height: 40px;
  }
}
@media (max-width: 543px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .pressure-washer-section .air-cool-product .mgz-product-items .product-item .product-item-info .product-item-details .product-item-name .product-item-link {
    min-height: 100%;
  }
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .pressure-washer-section .air-cool-product .mgz-product-items .product-item .product-item-info .product-item-details .price-box {
  text-align: left;
  margin-bottom: 35px;
  display: flex;
  align-items: center;
  height: 25px;
}
@media (max-width: 768px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .pressure-washer-section .air-cool-product .mgz-product-items .product-item .product-item-info .product-item-details .price-box {
    margin-bottom: 15px;
  }
}
@media (min-width: 769px) and (max-width: 1439px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .pressure-washer-section .air-cool-product .mgz-product-items .product-item .product-item-info .product-item-details .price-box {
    margin-bottom: 25px;
  }
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .pressure-washer-section .air-cool-product .mgz-product-items .product-item .product-item-info .product-item-details .price-box .special-price {
  order: 2;
}
@media (max-width: 768px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .pressure-washer-section .air-cool-product .mgz-product-items .product-item .product-item-info .product-item-details .price-box .special-price {
    margin-top: 0;
  }
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .pressure-washer-section .air-cool-product .mgz-product-items .product-item .product-item-info .product-item-details .price-box .old-price {
  order: 1;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .pressure-washer-section .air-cool-product .mgz-product-items .product-item .product-item-info .product-item-details .price-box .old-price .price-label {
  display: none;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .pressure-washer-section .air-cool-product .mgz-product-items .product-item .product-item-info .product-item-details .price-box .old-price .price {
  color: #ABABAB;
  display: inline-block;
  text-decoration: line-through;
  font-weight: normal;
  font-size: 16px;
  margin-right: 5px;
  line-height: 20px;
}
@media (max-width: 1439px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .pressure-washer-section .air-cool-product .mgz-product-items .product-item .product-item-info .product-item-details .price-box .old-price .price {
    font-size: 14px;
    margin: 0 5px 0 0;
    line-height: 19px;
  }
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .pressure-washer-section .air-cool-product .mgz-product-items .product-item .product-item-info .product-item-details .price-box span.price {
  font-size: 20px;
  line-height: 25px;
  color: #000;
  font-weight: 500;
}
@media (max-width: 1439px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .pressure-washer-section .air-cool-product .mgz-product-items .product-item .product-item-info .product-item-details .price-box span.price {
    font-size: 16px;
    line-height: 21px;
    margin: 0;
  }
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .pressure-washer-section .air-cool-product .mgz-product-items .product-item .product-item-info .product-item-actions {
  /*display: flex;
				    justify-content: center;
				    align-items: center;
				    position: relative;*/
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .pressure-washer-section .air-cool-product .mgz-product-items .product-item .product-item-info .product-item-actions .actions-primary {
  /*width:~"calc(100% - 104px)";*/
  width: 100%;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .pressure-washer-section .air-cool-product .mgz-product-items .product-item .product-item-info .product-item-actions .actions-primary .stock.unavailable {
  height: 42px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  padding: 9px 15px;
  text-align: center;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .pressure-washer-section .air-cool-product .mgz-product-items .product-item .product-item-info .product-item-actions .actions-primary button.tocart {
  background: #FFED00;
  border: none;
  color: #000;
  font-size: 14px;
  font-weight: 500;
  font-family: 'ClanPro';
  line-height: 18px;
  padding: 9px 15px;
  width: 100%;
  height: 42px;
}
@media (min-width: 1200px) and (max-width: 1439px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .pressure-washer-section .air-cool-product .mgz-product-items .product-item .product-item-info .product-item-actions .actions-primary button.tocart {
    padding: 11px 10px;
  }
}
@media (min-width: 541px) and (max-width: 991px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .pressure-washer-section .air-cool-product .mgz-product-items .product-item .product-item-info .product-item-actions .actions-primary button.tocart {
    padding: 8px 10px;
  }
}
@media (min-width: 1200px) and (max-width: 1639px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .pressure-washer-section .air-cool-product .mgz-product-items .product-item .product-item-info .product-item-actions .actions-primary button.tocart {
    padding: 9px;
    height: 42px;
  }
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .pressure-washer-section .air-cool-product .mgz-product-items .product-item .product-item-info .product-item-actions .actions-primary button.tocart:hover {
  background: #f3e62e;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .pressure-washer-section .air-cool-product .mgz-product-items .product-item .product-item-info .product-item-actions .actions-primary button.tocart span {
  display: flex;
  align-items: center;
  position: relative;
  justify-content: center;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .pressure-washer-section .air-cool-product .mgz-product-items .product-item .product-item-info .product-item-actions .actions-primary button.tocart span:before {
  content: '';
  display: inline-block;
  background-image: url(../images/teenyicons_bag-solid.png);
  background-repeat: no-repeat;
  height: 20px;
  width: 20px;
  margin-right: 10px;
  margin-top: -3px;
  background-size: 100%;
}
@media (min-width: 1200px) and (max-width: 1639px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .pressure-washer-section .air-cool-product .mgz-product-items .product-item .product-item-info .product-item-actions .actions-primary button.tocart span:before {
    margin-right: 5px;
  }
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .pressure-washer-section .air-cool-product .mgz-product-items .product-item .product-item-info .product-item-actions .actions-primary button.tocart.modalRun {
  padding: 12px 15px;
}
@media (min-width: 576px) and (max-width: 991px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .pressure-washer-section .air-cool-product .mgz-product-items .product-item .product-item-info .product-item-actions .actions-primary button.tocart.modalRun {
    padding: 8px 10px;
  }
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .pressure-washer-section .air-cool-product .mgz-product-items .product-item .product-item-info .product-item-actions .actions-primary button.tocart.modalRun span {
  text-transform: capitalize;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .pressure-washer-section .air-cool-product .mgz-product-items .product-item .product-item-info .product-item-actions .actions-primary button.tocart.modalRun span:before {
  background-image: url(../images/mail-icon.png);
  height: 16px;
  width: 20px;
  margin-top: 0px;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .pressure-washer-section .air-cool-product .mgz-product-items .product-item .product-item-info .product-item-actions .actions-secondary .towishlist {
  position: absolute;
  left: -7px;
  top: -8px;
  z-index: 99;
  /*border: 1px solid rgba(0,0,0,.25);
						    width: 42px;
						    height: 42px;
						    display: flex;
						    align-items: center;
						    justify-content: center;*/
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .pressure-washer-section .air-cool-product .mgz-product-items .product-item .product-item-info .product-item-actions .actions-secondary .towishlist:before {
  content: '';
  display: inline-block;
  background-image: url(../images/wishlist-icon.png);
  background-repeat: no-repeat;
  height: 24px;
  width: 24px;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .pressure-washer-section .air-cool-product .mgz-product-items .product-item .product-item-info .product-item-actions .actions-secondary .tocompare {
  position: absolute;
  right: 0;
  top: 0;
  border: 1px solid rgba(0, 0, 0, 0.25);
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .pressure-washer-section .air-cool-product .mgz-product-items .product-item .product-item-info .product-item-actions .actions-secondary .tocompare {
    width: 40px;
    height: 40px;
  }
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .pressure-washer-section .air-cool-product .mgz-product-items .product-item .product-item-info .product-item-actions .actions-secondary .tocompare:before {
  content: '';
  display: inline-block;
  background-image: url(../images/compair-icon.png);
  background-repeat: no-repeat;
  height: 24px;
  width: 24px;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .pressure-washer-section .battery-operate-section .mgz-container {
  display: flex;
}
@media (max-width: 768px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .pressure-washer-section .battery-operate-section .mgz-container {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .pressure-washer-section .battery-operate-section .mgz-container .battery-operate-banner .mgz-single-image-wrapper {
  display: block;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .pressure-washer-section .battery-operate-section .mgz-container .battery-operate-banner .mgz-single-image-wrapper img {
  width: 100%;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .pressure-washer-section .battery-operate-section .mgz-container .battery-operate-content {
  background: #ffed00;
  padding: 30px;
}
@media (max-width: 768px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .pressure-washer-section .battery-operate-section .mgz-container .battery-operate-content {
    padding: 30px 15px;
  }
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .pressure-washer-section .battery-operate-section .mgz-container .battery-operate-content > .mgz-element-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .pressure-washer-section .battery-operate-section .mgz-container .battery-operate-content > .mgz-element-inner .mgz-element-heading h2 {
  font-weight: 900;
  font-size: 18px;
  line-height: normal;
  text-transform: uppercase;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .pressure-washer-section .battery-operate-product {
  margin: 25px 0;
  padding-bottom: 5px;
  border-bottom: 2px solid #000;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .pressure-washer-section .battery-operate-product .mgz-product-items .product-item {
  background: #fff;
  text-align: center;
  padding: 20px;
  width: calc((100% - 80px) / 5);
  margin-right: 20px;
  margin-bottom: 20px;
  float: none;
  display: inline-block;
}
@media (max-width: 575px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .pressure-washer-section .battery-operate-product .mgz-product-items .product-item {
    width: 100%;
    margin-right: 0;
  }
}
@media (min-width: 576px) and (max-width: 991px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .pressure-washer-section .battery-operate-product .mgz-product-items .product-item {
    width: calc((100% - 22px) / 2);
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .pressure-washer-section .battery-operate-product .mgz-product-items .product-item {
    width: calc((100% - 40px) / 3);
  }
}
@media (min-width: 1200px) and (max-width: 1439px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .pressure-washer-section .battery-operate-product .mgz-product-items .product-item {
    width: calc((100% - 60px) / 4);
  }
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .pressure-washer-section .battery-operate-product .mgz-product-items .product-item:nth-child(5n) {
  margin-right: 0;
}
@media (min-width: 576px) and (max-width: 991px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .pressure-washer-section .battery-operate-product .mgz-product-items .product-item:nth-child(2n) {
    margin-right: 0!important;
  }
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .pressure-washer-section .battery-operate-product .mgz-product-items .product-item:nth-child(5n) {
    margin-right: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .pressure-washer-section .battery-operate-product .mgz-product-items .product-item:nth-child(3n) {
    margin-right: 0!important;
  }
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .pressure-washer-section .battery-operate-product .mgz-product-items .product-item:nth-child(5n) {
    margin-right: 20px;
  }
}
@media (min-width: 1200px) and (max-width: 1439px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .pressure-washer-section .battery-operate-product .mgz-product-items .product-item:nth-child(4n) {
    margin-right: 0!important;
  }
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .pressure-washer-section .battery-operate-product .mgz-product-items .product-item:nth-child(5n) {
    margin-right: 20px;
  }
}
@media (max-width: 768px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .pressure-washer-section .battery-operate-product .mgz-product-items .product-item {
    padding: 10px!important;
  }
}
@media (min-width: 1200px) and (max-width: 1439px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .pressure-washer-section .battery-operate-product .mgz-product-items .product-item {
    padding: 15px;
  }
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .pressure-washer-section .battery-operate-product .mgz-product-items .product-item .product-item-info {
  padding: 0;
  border: none;
  position: relative;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .pressure-washer-section .battery-operate-product .mgz-product-items .product-item .product-item-info .product-item-photo {
  display: block;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .pressure-washer-section .battery-operate-product .mgz-product-items .product-item .product-item-info .product-item-details .product-item-name {
  text-align: left;
  margin-bottom: 15px;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .pressure-washer-section .battery-operate-product .mgz-product-items .product-item .product-item-info .product-item-details .product-item-name .product-item-link {
  font-size: 18px;
  font-weight: 500;
  line-height: 23px;
  color: #000;
  text-decoration: none;
  display: block;
  min-height: 46px;
}
@media (max-width: 768px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .pressure-washer-section .battery-operate-product .mgz-product-items .product-item .product-item-info .product-item-details .product-item-name .product-item-link {
    font-size: 14px;
    line-height: 19px;
    height: auto;
  }
}
@media (min-width: 769px) and (max-width: 1439px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .pressure-washer-section .battery-operate-product .mgz-product-items .product-item .product-item-info .product-item-details .product-item-name .product-item-link {
    font-size: 15px;
    line-height: 20px;
    min-height: 40px;
  }
}
@media (max-width: 543px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .pressure-washer-section .battery-operate-product .mgz-product-items .product-item .product-item-info .product-item-details .product-item-name .product-item-link {
    min-height: 100%;
  }
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .pressure-washer-section .battery-operate-product .mgz-product-items .product-item .product-item-info .product-item-details .price-box {
  text-align: left;
  margin-bottom: 35px;
  display: flex;
  align-items: center;
  height: 25px;
}
@media (max-width: 768px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .pressure-washer-section .battery-operate-product .mgz-product-items .product-item .product-item-info .product-item-details .price-box {
    margin-bottom: 15px;
  }
}
@media (min-width: 769px) and (max-width: 1439px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .pressure-washer-section .battery-operate-product .mgz-product-items .product-item .product-item-info .product-item-details .price-box {
    margin-bottom: 25px;
  }
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .pressure-washer-section .battery-operate-product .mgz-product-items .product-item .product-item-info .product-item-details .price-box .special-price {
  order: 2;
}
@media (max-width: 768px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .pressure-washer-section .battery-operate-product .mgz-product-items .product-item .product-item-info .product-item-details .price-box .special-price {
    margin-top: 0;
  }
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .pressure-washer-section .battery-operate-product .mgz-product-items .product-item .product-item-info .product-item-details .price-box .old-price {
  order: 1;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .pressure-washer-section .battery-operate-product .mgz-product-items .product-item .product-item-info .product-item-details .price-box .old-price .price-label {
  display: none;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .pressure-washer-section .battery-operate-product .mgz-product-items .product-item .product-item-info .product-item-details .price-box .old-price .price {
  color: #ABABAB;
  display: inline-block;
  text-decoration: line-through;
  font-weight: normal;
  font-size: 16px;
  margin-right: 5px;
  line-height: 20px;
}
@media (max-width: 1439px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .pressure-washer-section .battery-operate-product .mgz-product-items .product-item .product-item-info .product-item-details .price-box .old-price .price {
    font-size: 14px;
    margin: 0 5px 0 0;
    line-height: 19px;
  }
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .pressure-washer-section .battery-operate-product .mgz-product-items .product-item .product-item-info .product-item-details .price-box span.price {
  font-size: 20px;
  line-height: 25px;
  color: #000;
  font-weight: 500;
}
@media (max-width: 1439px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .pressure-washer-section .battery-operate-product .mgz-product-items .product-item .product-item-info .product-item-details .price-box span.price {
    font-size: 16px;
    line-height: 21px;
    margin: 0;
  }
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .pressure-washer-section .battery-operate-product .mgz-product-items .product-item .product-item-info .product-item-actions {
  /*display: flex;
				    justify-content: center;
				    align-items: center;
				    position: relative;*/
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .pressure-washer-section .battery-operate-product .mgz-product-items .product-item .product-item-info .product-item-actions .actions-primary {
  /*width:~"calc(100% - 104px)";*/
  width: 100%;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .pressure-washer-section .battery-operate-product .mgz-product-items .product-item .product-item-info .product-item-actions .actions-primary .stock.unavailable {
  height: 42px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  padding: 9px 15px;
  text-align: center;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .pressure-washer-section .battery-operate-product .mgz-product-items .product-item .product-item-info .product-item-actions .actions-primary button.tocart {
  background: #FFED00;
  border: none;
  color: #000;
  font-size: 14px;
  font-weight: 500;
  font-family: 'ClanPro';
  line-height: 18px;
  padding: 9px 15px;
  width: 100%;
  height: 42px;
}
@media (min-width: 1200px) and (max-width: 1439px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .pressure-washer-section .battery-operate-product .mgz-product-items .product-item .product-item-info .product-item-actions .actions-primary button.tocart {
    padding: 11px 10px;
  }
}
@media (min-width: 541px) and (max-width: 991px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .pressure-washer-section .battery-operate-product .mgz-product-items .product-item .product-item-info .product-item-actions .actions-primary button.tocart {
    padding: 8px 10px;
  }
}
@media (min-width: 1200px) and (max-width: 1639px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .pressure-washer-section .battery-operate-product .mgz-product-items .product-item .product-item-info .product-item-actions .actions-primary button.tocart {
    padding: 9px;
    height: 42px;
  }
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .pressure-washer-section .battery-operate-product .mgz-product-items .product-item .product-item-info .product-item-actions .actions-primary button.tocart:hover {
  background: #f3e62e;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .pressure-washer-section .battery-operate-product .mgz-product-items .product-item .product-item-info .product-item-actions .actions-primary button.tocart span {
  display: flex;
  align-items: center;
  position: relative;
  justify-content: center;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .pressure-washer-section .battery-operate-product .mgz-product-items .product-item .product-item-info .product-item-actions .actions-primary button.tocart span:before {
  content: '';
  display: inline-block;
  background-image: url(../images/teenyicons_bag-solid.png);
  background-repeat: no-repeat;
  height: 20px;
  width: 20px;
  margin-right: 10px;
  margin-top: -3px;
  background-size: 100%;
}
@media (min-width: 1200px) and (max-width: 1639px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .pressure-washer-section .battery-operate-product .mgz-product-items .product-item .product-item-info .product-item-actions .actions-primary button.tocart span:before {
    margin-right: 5px;
  }
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .pressure-washer-section .battery-operate-product .mgz-product-items .product-item .product-item-info .product-item-actions .actions-primary button.tocart.modalRun {
  padding: 12px 15px;
}
@media (min-width: 576px) and (max-width: 991px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .pressure-washer-section .battery-operate-product .mgz-product-items .product-item .product-item-info .product-item-actions .actions-primary button.tocart.modalRun {
    padding: 8px 10px;
  }
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .pressure-washer-section .battery-operate-product .mgz-product-items .product-item .product-item-info .product-item-actions .actions-primary button.tocart.modalRun span {
  text-transform: capitalize;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .pressure-washer-section .battery-operate-product .mgz-product-items .product-item .product-item-info .product-item-actions .actions-primary button.tocart.modalRun span:before {
  background-image: url(../images/mail-icon.png);
  height: 16px;
  width: 20px;
  margin-top: 0px;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .pressure-washer-section .battery-operate-product .mgz-product-items .product-item .product-item-info .product-item-actions .actions-secondary .towishlist {
  position: absolute;
  left: -7px;
  top: -8px;
  z-index: 99;
  /*border: 1px solid rgba(0,0,0,.25);
						    width: 42px;
						    height: 42px;
						    display: flex;
						    align-items: center;
						    justify-content: center;*/
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .pressure-washer-section .battery-operate-product .mgz-product-items .product-item .product-item-info .product-item-actions .actions-secondary .towishlist:before {
  content: '';
  display: inline-block;
  background-image: url(../images/wishlist-icon.png);
  background-repeat: no-repeat;
  height: 24px;
  width: 24px;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .pressure-washer-section .battery-operate-product .mgz-product-items .product-item .product-item-info .product-item-actions .actions-secondary .tocompare {
  position: absolute;
  right: 0;
  top: 0;
  border: 1px solid rgba(0, 0, 0, 0.25);
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .pressure-washer-section .battery-operate-product .mgz-product-items .product-item .product-item-info .product-item-actions .actions-secondary .tocompare {
    width: 40px;
    height: 40px;
  }
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .pressure-washer-section .battery-operate-product .mgz-product-items .product-item .product-item-info .product-item-actions .actions-secondary .tocompare:before {
  content: '';
  display: inline-block;
  background-image: url(../images/compair-icon.png);
  background-repeat: no-repeat;
  height: 24px;
  width: 24px;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .pressure-washer-section .professional-range-section {
  margin-bottom: 25px;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .pressure-washer-section .professional-range-section .mgz-container {
  display: flex;
}
@media (max-width: 768px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .pressure-washer-section .professional-range-section .mgz-container {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .pressure-washer-section .professional-range-section .mgz-container .professional-range-banner .mgz-single-image-wrapper {
  display: block;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .pressure-washer-section .professional-range-section .mgz-container .professional-range-banner .mgz-single-image-wrapper img {
  width: 100%;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .pressure-washer-section .professional-range-section .mgz-container .professional-range-content {
  background: #ffed00;
  padding: 30px;
}
@media (max-width: 768px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .pressure-washer-section .professional-range-section .mgz-container .professional-range-content {
    padding: 30px 15px;
  }
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .pressure-washer-section .professional-range-section .mgz-container .professional-range-content > .mgz-element-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .pressure-washer-section .professional-range-section .mgz-container .professional-range-content > .mgz-element-inner .mgz-element-heading h2 {
  font-weight: 900;
  font-size: 18px;
  line-height: normal;
  text-transform: uppercase;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .pressure-washer-section .professional-range-product {
  margin-bottom: 25px;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .pressure-washer-section .professional-range-product .mgz-product-items .product-item {
  background: #fff;
  text-align: center;
  padding: 20px;
  width: calc((100% - 80px) / 5);
  margin-right: 20px;
  margin-bottom: 20px;
  float: none;
  display: inline-block;
}
@media (max-width: 575px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .pressure-washer-section .professional-range-product .mgz-product-items .product-item {
    width: 100%;
    margin-right: 0;
  }
}
@media (min-width: 576px) and (max-width: 991px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .pressure-washer-section .professional-range-product .mgz-product-items .product-item {
    width: calc((100% - 22px) / 2);
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .pressure-washer-section .professional-range-product .mgz-product-items .product-item {
    width: calc((100% - 40px) / 3);
  }
}
@media (min-width: 1200px) and (max-width: 1439px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .pressure-washer-section .professional-range-product .mgz-product-items .product-item {
    width: calc((100% - 60px) / 4);
  }
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .pressure-washer-section .professional-range-product .mgz-product-items .product-item:nth-child(5n) {
  margin-right: 0;
}
@media (min-width: 576px) and (max-width: 991px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .pressure-washer-section .professional-range-product .mgz-product-items .product-item:nth-child(2n) {
    margin-right: 0!important;
  }
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .pressure-washer-section .professional-range-product .mgz-product-items .product-item:nth-child(5n) {
    margin-right: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .pressure-washer-section .professional-range-product .mgz-product-items .product-item:nth-child(3n) {
    margin-right: 0!important;
  }
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .pressure-washer-section .professional-range-product .mgz-product-items .product-item:nth-child(5n) {
    margin-right: 20px;
  }
}
@media (min-width: 1200px) and (max-width: 1439px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .pressure-washer-section .professional-range-product .mgz-product-items .product-item:nth-child(4n) {
    margin-right: 0!important;
  }
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .pressure-washer-section .professional-range-product .mgz-product-items .product-item:nth-child(5n) {
    margin-right: 20px;
  }
}
@media (max-width: 768px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .pressure-washer-section .professional-range-product .mgz-product-items .product-item {
    padding: 10px!important;
  }
}
@media (min-width: 1200px) and (max-width: 1439px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .pressure-washer-section .professional-range-product .mgz-product-items .product-item {
    padding: 15px;
  }
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .pressure-washer-section .professional-range-product .mgz-product-items .product-item .product-item-info {
  padding: 0;
  border: none;
  position: relative;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .pressure-washer-section .professional-range-product .mgz-product-items .product-item .product-item-info .product-item-photo {
  display: block;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .pressure-washer-section .professional-range-product .mgz-product-items .product-item .product-item-info .product-item-details .product-item-name {
  text-align: left;
  margin-bottom: 15px;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .pressure-washer-section .professional-range-product .mgz-product-items .product-item .product-item-info .product-item-details .product-item-name .product-item-link {
  font-size: 18px;
  font-weight: 500;
  line-height: 23px;
  color: #000;
  text-decoration: none;
  display: block;
  min-height: 46px;
}
@media (max-width: 768px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .pressure-washer-section .professional-range-product .mgz-product-items .product-item .product-item-info .product-item-details .product-item-name .product-item-link {
    font-size: 14px;
    line-height: 19px;
    height: auto;
  }
}
@media (min-width: 769px) and (max-width: 1439px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .pressure-washer-section .professional-range-product .mgz-product-items .product-item .product-item-info .product-item-details .product-item-name .product-item-link {
    font-size: 15px;
    line-height: 20px;
    min-height: 40px;
  }
}
@media (max-width: 543px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .pressure-washer-section .professional-range-product .mgz-product-items .product-item .product-item-info .product-item-details .product-item-name .product-item-link {
    min-height: 100%;
  }
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .pressure-washer-section .professional-range-product .mgz-product-items .product-item .product-item-info .product-item-details .price-box {
  text-align: left;
  margin-bottom: 35px;
  display: flex;
  align-items: center;
  height: 25px;
}
@media (max-width: 768px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .pressure-washer-section .professional-range-product .mgz-product-items .product-item .product-item-info .product-item-details .price-box {
    margin-bottom: 15px;
  }
}
@media (min-width: 769px) and (max-width: 1439px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .pressure-washer-section .professional-range-product .mgz-product-items .product-item .product-item-info .product-item-details .price-box {
    margin-bottom: 25px;
  }
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .pressure-washer-section .professional-range-product .mgz-product-items .product-item .product-item-info .product-item-details .price-box .special-price {
  order: 2;
}
@media (max-width: 768px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .pressure-washer-section .professional-range-product .mgz-product-items .product-item .product-item-info .product-item-details .price-box .special-price {
    margin-top: 0;
  }
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .pressure-washer-section .professional-range-product .mgz-product-items .product-item .product-item-info .product-item-details .price-box .old-price {
  order: 1;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .pressure-washer-section .professional-range-product .mgz-product-items .product-item .product-item-info .product-item-details .price-box .old-price .price-label {
  display: none;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .pressure-washer-section .professional-range-product .mgz-product-items .product-item .product-item-info .product-item-details .price-box .old-price .price {
  color: #ABABAB;
  display: inline-block;
  text-decoration: line-through;
  font-weight: normal;
  font-size: 16px;
  margin-right: 5px;
  line-height: 20px;
}
@media (max-width: 1439px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .pressure-washer-section .professional-range-product .mgz-product-items .product-item .product-item-info .product-item-details .price-box .old-price .price {
    font-size: 14px;
    margin: 0 5px 0 0;
    line-height: 19px;
  }
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .pressure-washer-section .professional-range-product .mgz-product-items .product-item .product-item-info .product-item-details .price-box span.price {
  font-size: 20px;
  line-height: 25px;
  color: #000;
  font-weight: 500;
}
@media (max-width: 1439px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .pressure-washer-section .professional-range-product .mgz-product-items .product-item .product-item-info .product-item-details .price-box span.price {
    font-size: 16px;
    line-height: 21px;
    margin: 0;
  }
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .pressure-washer-section .professional-range-product .mgz-product-items .product-item .product-item-info .product-item-actions {
  /*display: flex;
				    justify-content: center;
				    align-items: center;
				    position: relative;*/
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .pressure-washer-section .professional-range-product .mgz-product-items .product-item .product-item-info .product-item-actions .actions-primary {
  /*width:~"calc(100% - 104px)";*/
  width: 100%;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .pressure-washer-section .professional-range-product .mgz-product-items .product-item .product-item-info .product-item-actions .actions-primary .stock.unavailable {
  height: 42px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  padding: 9px 15px;
  text-align: center;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .pressure-washer-section .professional-range-product .mgz-product-items .product-item .product-item-info .product-item-actions .actions-primary button.tocart {
  background: #FFED00;
  border: none;
  color: #000;
  font-size: 14px;
  font-weight: 500;
  font-family: 'ClanPro';
  line-height: 18px;
  padding: 9px 15px;
  width: 100%;
  height: 42px;
}
@media (min-width: 1200px) and (max-width: 1439px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .pressure-washer-section .professional-range-product .mgz-product-items .product-item .product-item-info .product-item-actions .actions-primary button.tocart {
    padding: 11px 10px;
  }
}
@media (min-width: 541px) and (max-width: 991px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .pressure-washer-section .professional-range-product .mgz-product-items .product-item .product-item-info .product-item-actions .actions-primary button.tocart {
    padding: 8px 10px;
  }
}
@media (min-width: 1200px) and (max-width: 1639px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .pressure-washer-section .professional-range-product .mgz-product-items .product-item .product-item-info .product-item-actions .actions-primary button.tocart {
    padding: 9px;
    height: 42px;
  }
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .pressure-washer-section .professional-range-product .mgz-product-items .product-item .product-item-info .product-item-actions .actions-primary button.tocart:hover {
  background: #f3e62e;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .pressure-washer-section .professional-range-product .mgz-product-items .product-item .product-item-info .product-item-actions .actions-primary button.tocart span {
  display: flex;
  align-items: center;
  position: relative;
  justify-content: center;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .pressure-washer-section .professional-range-product .mgz-product-items .product-item .product-item-info .product-item-actions .actions-primary button.tocart span:before {
  content: '';
  display: inline-block;
  background-image: url(../images/teenyicons_bag-solid.png);
  background-repeat: no-repeat;
  height: 20px;
  width: 20px;
  margin-right: 10px;
  margin-top: -3px;
  background-size: 100%;
}
@media (min-width: 1200px) and (max-width: 1639px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .pressure-washer-section .professional-range-product .mgz-product-items .product-item .product-item-info .product-item-actions .actions-primary button.tocart span:before {
    margin-right: 5px;
  }
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .pressure-washer-section .professional-range-product .mgz-product-items .product-item .product-item-info .product-item-actions .actions-primary button.tocart.modalRun {
  padding: 12px 15px;
}
@media (min-width: 576px) and (max-width: 991px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .pressure-washer-section .professional-range-product .mgz-product-items .product-item .product-item-info .product-item-actions .actions-primary button.tocart.modalRun {
    padding: 8px 10px;
  }
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .pressure-washer-section .professional-range-product .mgz-product-items .product-item .product-item-info .product-item-actions .actions-primary button.tocart.modalRun span {
  text-transform: capitalize;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .pressure-washer-section .professional-range-product .mgz-product-items .product-item .product-item-info .product-item-actions .actions-primary button.tocart.modalRun span:before {
  background-image: url(../images/mail-icon.png);
  height: 16px;
  width: 20px;
  margin-top: 0px;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .pressure-washer-section .professional-range-product .mgz-product-items .product-item .product-item-info .product-item-actions .actions-secondary .towishlist {
  position: absolute;
  left: -7px;
  top: -8px;
  z-index: 99;
  /*border: 1px solid rgba(0,0,0,.25);
						    width: 42px;
						    height: 42px;
						    display: flex;
						    align-items: center;
						    justify-content: center;*/
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .pressure-washer-section .professional-range-product .mgz-product-items .product-item .product-item-info .product-item-actions .actions-secondary .towishlist:before {
  content: '';
  display: inline-block;
  background-image: url(../images/wishlist-icon.png);
  background-repeat: no-repeat;
  height: 24px;
  width: 24px;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .pressure-washer-section .professional-range-product .mgz-product-items .product-item .product-item-info .product-item-actions .actions-secondary .tocompare {
  position: absolute;
  right: 0;
  top: 0;
  border: 1px solid rgba(0, 0, 0, 0.25);
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .pressure-washer-section .professional-range-product .mgz-product-items .product-item .product-item-info .product-item-actions .actions-secondary .tocompare {
    width: 40px;
    height: 40px;
  }
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .pressure-washer-section .professional-range-product .mgz-product-items .product-item .product-item-info .product-item-actions .actions-secondary .tocompare:before {
  content: '';
  display: inline-block;
  background-image: url(../images/compair-icon.png);
  background-repeat: no-repeat;
  height: 24px;
  width: 24px;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .garden-care-banner-tp .mgz-element-slider .mgz-carousel-item {
  background-size: 100%;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .garden-care-banner-tp .owl-carousel .owl-nav .owl-prev,
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .garden-care-banner-tp .owl-carousel .owl-nav .owl-next {
  background: #ffed00 !important;
  opacity: 1;
  height: 50px;
  width: 50px;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .garden-care-banner-tp .owl-carousel .owl-nav .owl-prev .fas,
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .garden-care-banner-tp .owl-carousel .owl-nav .owl-next .fas {
  font-size: 27px;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .garden-care-banner-tp .owl-carousel .owl-nav .owl-prev:hover,
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .garden-care-banner-tp .owl-carousel .owl-nav .owl-next:hover {
  background: #000 !important;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .garden-care-banner-tp .owl-carousel .owl-nav .owl-prev:hover .fas,
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .garden-care-banner-tp .owl-carousel .owl-nav .owl-next:hover .fas {
  color: #ffed00;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .garden-care-banner-tp .mgz-single-image-wrapper {
  display: block;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .garden-care-banner-tp .mgz-single-image-wrapper img {
  width: 100%;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .garden-care-heading {
  padding: 25px 0;
  margin-bottom: 25px;
  border-bottom: 2px solid #000;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .garden-care-heading .mgz-element-heading h2 {
  font-size: 35px;
  line-height: normal;
  font-weight: 900;
  text-transform: uppercase;
  color: #000;
}
@media (max-width: 768px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .garden-care-heading .mgz-element-heading h2 {
    font-size: 24px;
    line-height: 30px;
  }
}
@media (min-width: 769px) and (max-width: 1199px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .garden-care-heading .mgz-element-heading h2 {
    font-size: 26px;
  }
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .garden-care-heading .mgz-element-text p {
  font-weight: normal;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .garden-tab-section {
  margin-bottom: 25px;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .garden-tab-section ul.top-button {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  white-space: nowrap;
  overflow-x: auto;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .garden-tab-section ul.top-button li {
  position: relative;
  flex: 1;
  margin: 0;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .garden-tab-section ul.top-button li:after {
  content: '';
  position: absolute;
  height: 80%;
  width: 1px;
  background: #2b2b2b;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .garden-tab-section ul.top-button li a {
  font-size: 13px;
  font-weight: 500;
  background: #d5d5d5;
  display: block;
  text-align: center;
  padding: 15px 5px;
  line-height: normal;
  text-decoration: none;
  color: #2b2b2b !important;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .garden-tab-section ul.top-button li.active a {
  background: #2b2b2b;
  color: #ffed00 !important;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .garden-tab-section ul.top-button li:last-child:after {
  display: none;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .garden-tab-section ul.top-button.sticky {
  position: fixed;
  top: 222px;
  width: 100%;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  max-width: 1690px;
  padding: 0 20px;
  left: 0;
  right: 0;
  z-index: 111;
}
@media (max-width: 991px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .garden-tab-section ul.top-button.sticky {
    top: 152px;
  }
}
@media (max-width: 768px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .garden-tab-section ul.top-button.sticky {
    top: 142px;
  }
}
@media (max-width: 1238px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .garden-tab-section ul.top-button.sticky.owl-carousel {
    background: #fff;
    padding: 0 40px 20px;
  }
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .garden-tab-section ul.top-button.sticky.owl-carousel .owl-item li.active-li a {
    background: #2b2b2b;
    color: #ffed00 !important;
  }
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .garden-tab-section ul.top-button.sticky.owl-carousel .owl-nav button.owl-prev {
    top: 2px;
    left: 10px;
  }
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .garden-tab-section ul.top-button.sticky.owl-carousel .owl-nav button.owl-next {
    right: 10px;
    top: 2px;
  }
}
@media (max-width: 1238px) and (max-width: 768px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .garden-tab-section ul.top-button.sticky.owl-carousel {
    padding: 0 45px 15px;
  }
}
@media (max-width: 1238px) and (max-width: 768px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .garden-tab-section ul.top-button.sticky.owl-carousel .owl-nav button.owl-prev {
    left: 8px;
  }
}
@media (max-width: 1238px) and (max-width: 768px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .garden-tab-section ul.top-button.sticky.owl-carousel .owl-nav button.owl-next {
    right: 8px;
  }
}
@media (max-width: 1238px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .garden-tab-section ul.top-button {
    overflow-x: inherit;
  }
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .garden-tab-section ul.top-button.owl-carousel {
    display: block;
    border: none;
    padding: 0 20px 20px;
  }
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .garden-tab-section ul.top-button.owl-carousel .owl-item li a {
    font-size: 14px;
    font-weight: 500;
    background: #d5d5d5;
    letter-spacing: -0.4px;
    display: block;
    text-align: center;
    padding: 15px 8px;
    line-height: 17px;
    text-decoration: none;
    color: #000 !important;
  }
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .garden-tab-section ul.top-button.owl-carousel .owl-item li a.active-section {
    background: #2b2b2b;
    color: #ffed00 !important;
  }
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .garden-tab-section ul.top-button.owl-carousel .owl-nav {
    height: auto;
    margin: 0;
  }
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .garden-tab-section ul.top-button.owl-carousel .owl-nav button {
    width: 20px;
    height: 25px;
    opacity: 1;
    position: absolute;
  }
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .garden-tab-section ul.top-button.owl-carousel .owl-nav button:hover {
    background: transparent;
  }
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .garden-tab-section ul.top-button.owl-carousel .owl-nav button span {
    font-size: 0;
  }
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .garden-tab-section ul.top-button.owl-carousel .owl-nav button.owl-prev {
    top: 2px;
    left: -10px;
  }
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .garden-tab-section ul.top-button.owl-carousel .owl-nav button.owl-prev span {
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid #000;
    display: inline-block;
  }
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .garden-tab-section ul.top-button.owl-carousel .owl-nav button.owl-next {
    right: -10px;
    top: 2px;
  }
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .garden-tab-section ul.top-button.owl-carousel .owl-nav button.owl-next span {
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #000;
    display: inline-block;
  }
}
@media (max-width: 1238px) and (max-width: 768px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .garden-tab-section ul.top-button.owl-carousel {
    padding: 0 30px 15px;
  }
}
@media (max-width: 1238px) and (max-width: 768px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .garden-tab-section ul.top-button.owl-carousel .owl-nav button.owl-prev {
    left: 0;
  }
}
@media (max-width: 1238px) and (max-width: 768px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .garden-tab-section ul.top-button.owl-carousel .owl-nav button.owl-next {
    right: 0;
  }
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .garden-drainage-pump .mgz-container {
  display: flex;
}
@media (max-width: 768px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .garden-drainage-pump .mgz-container {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .garden-drainage-pump .mgz-container .garden-drainage-banner .mgz-single-image-wrapper {
  display: block;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .garden-drainage-pump .mgz-container .garden-drainage-banner .mgz-single-image-wrapper img {
  width: 100%;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .garden-drainage-pump .mgz-container .garden-drainage-detail {
  background: #ffed00;
  padding: 30px;
}
@media (max-width: 768px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .garden-drainage-pump .mgz-container .garden-drainage-detail {
    padding: 30px 15px;
  }
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .garden-drainage-pump .mgz-container .garden-drainage-detail > .mgz-element-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .garden-drainage-pump .mgz-container .garden-drainage-detail > .mgz-element-inner .mgz-element-heading h2 {
  font-weight: 900;
  font-size: 18px;
  line-height: normal;
  text-transform: uppercase;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .garden-drainage-product .mgz-product-items .product-item {
  background: #fff;
  text-align: center;
  padding: 20px;
  width: calc((100% - 80px) / 5);
  margin-right: 20px;
  margin-bottom: 20px;
  float: none;
  display: inline-block;
}
@media (max-width: 575px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .garden-drainage-product .mgz-product-items .product-item {
    width: 100%;
    margin-right: 0;
  }
}
@media (min-width: 576px) and (max-width: 991px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .garden-drainage-product .mgz-product-items .product-item {
    width: calc((100% - 22px) / 2);
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .garden-drainage-product .mgz-product-items .product-item {
    width: calc((100% - 40px) / 3);
  }
}
@media (min-width: 1200px) and (max-width: 1439px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .garden-drainage-product .mgz-product-items .product-item {
    width: calc((100% - 60px) / 4);
  }
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .garden-drainage-product .mgz-product-items .product-item:nth-child(5n) {
  margin-right: 0;
}
@media (min-width: 576px) and (max-width: 991px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .garden-drainage-product .mgz-product-items .product-item:nth-child(2n) {
    margin-right: 0!important;
  }
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .garden-drainage-product .mgz-product-items .product-item:nth-child(5n) {
    margin-right: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .garden-drainage-product .mgz-product-items .product-item:nth-child(3n) {
    margin-right: 0!important;
  }
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .garden-drainage-product .mgz-product-items .product-item:nth-child(5n) {
    margin-right: 20px;
  }
}
@media (min-width: 1200px) and (max-width: 1439px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .garden-drainage-product .mgz-product-items .product-item:nth-child(4n) {
    margin-right: 0!important;
  }
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .garden-drainage-product .mgz-product-items .product-item:nth-child(5n) {
    margin-right: 20px;
  }
}
@media (max-width: 768px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .garden-drainage-product .mgz-product-items .product-item {
    padding: 10px!important;
  }
}
@media (min-width: 1200px) and (max-width: 1439px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .garden-drainage-product .mgz-product-items .product-item {
    padding: 15px;
  }
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .garden-drainage-product .mgz-product-items .product-item .product-item-info {
  padding: 0;
  border: none;
  position: relative;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .garden-drainage-product .mgz-product-items .product-item .product-item-info .product-item-photo {
  display: block;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .garden-drainage-product .mgz-product-items .product-item .product-item-info .product-item-details .product-item-name {
  text-align: left;
  margin-bottom: 15px;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .garden-drainage-product .mgz-product-items .product-item .product-item-info .product-item-details .product-item-name .product-item-link {
  font-size: 18px;
  font-weight: 500;
  line-height: 23px;
  color: #000;
  text-decoration: none;
  display: block;
  min-height: 46px;
}
@media (max-width: 768px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .garden-drainage-product .mgz-product-items .product-item .product-item-info .product-item-details .product-item-name .product-item-link {
    font-size: 14px;
    line-height: 19px;
    height: auto;
  }
}
@media (min-width: 769px) and (max-width: 1439px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .garden-drainage-product .mgz-product-items .product-item .product-item-info .product-item-details .product-item-name .product-item-link {
    font-size: 15px;
    line-height: 20px;
    min-height: 40px;
  }
}
@media (max-width: 543px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .garden-drainage-product .mgz-product-items .product-item .product-item-info .product-item-details .product-item-name .product-item-link {
    min-height: 100%;
  }
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .garden-drainage-product .mgz-product-items .product-item .product-item-info .product-item-details .price-box {
  text-align: left;
  margin-bottom: 35px;
  display: flex;
  align-items: center;
  height: 25px;
}
@media (max-width: 768px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .garden-drainage-product .mgz-product-items .product-item .product-item-info .product-item-details .price-box {
    margin-bottom: 15px;
  }
}
@media (min-width: 769px) and (max-width: 1439px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .garden-drainage-product .mgz-product-items .product-item .product-item-info .product-item-details .price-box {
    margin-bottom: 25px;
  }
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .garden-drainage-product .mgz-product-items .product-item .product-item-info .product-item-details .price-box .special-price {
  order: 2;
}
@media (max-width: 768px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .garden-drainage-product .mgz-product-items .product-item .product-item-info .product-item-details .price-box .special-price {
    margin-top: 0;
  }
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .garden-drainage-product .mgz-product-items .product-item .product-item-info .product-item-details .price-box .old-price {
  order: 1;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .garden-drainage-product .mgz-product-items .product-item .product-item-info .product-item-details .price-box .old-price .price-label {
  display: none;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .garden-drainage-product .mgz-product-items .product-item .product-item-info .product-item-details .price-box .old-price .price {
  color: #ABABAB;
  display: inline-block;
  text-decoration: line-through;
  font-weight: normal;
  font-size: 16px;
  margin-right: 5px;
  line-height: 20px;
}
@media (max-width: 1439px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .garden-drainage-product .mgz-product-items .product-item .product-item-info .product-item-details .price-box .old-price .price {
    font-size: 14px;
    margin: 0 5px 0 0;
    line-height: 19px;
  }
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .garden-drainage-product .mgz-product-items .product-item .product-item-info .product-item-details .price-box span.price {
  font-size: 20px;
  line-height: 25px;
  color: #000;
  font-weight: 500;
}
@media (max-width: 1439px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .garden-drainage-product .mgz-product-items .product-item .product-item-info .product-item-details .price-box span.price {
    font-size: 16px;
    line-height: 21px;
    margin: 0;
  }
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .garden-drainage-product .mgz-product-items .product-item .product-item-info .product-item-actions {
  /*display: flex;
				    justify-content: center;
				    align-items: center;
				    position: relative;*/
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .garden-drainage-product .mgz-product-items .product-item .product-item-info .product-item-actions .actions-primary {
  /*width:~"calc(100% - 104px)";*/
  width: 100%;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .garden-drainage-product .mgz-product-items .product-item .product-item-info .product-item-actions .actions-primary .stock.unavailable {
  height: 42px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  padding: 9px 15px;
  text-align: center;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .garden-drainage-product .mgz-product-items .product-item .product-item-info .product-item-actions .actions-primary button.tocart {
  background: #FFED00;
  border: none;
  color: #000;
  font-size: 14px;
  font-weight: 500;
  font-family: 'ClanPro';
  line-height: 18px;
  padding: 9px 15px;
  width: 100%;
  height: 42px;
}
@media (min-width: 1200px) and (max-width: 1439px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .garden-drainage-product .mgz-product-items .product-item .product-item-info .product-item-actions .actions-primary button.tocart {
    padding: 11px 10px;
  }
}
@media (min-width: 541px) and (max-width: 991px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .garden-drainage-product .mgz-product-items .product-item .product-item-info .product-item-actions .actions-primary button.tocart {
    padding: 8px 10px;
  }
}
@media (min-width: 1200px) and (max-width: 1639px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .garden-drainage-product .mgz-product-items .product-item .product-item-info .product-item-actions .actions-primary button.tocart {
    padding: 9px;
    height: 42px;
  }
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .garden-drainage-product .mgz-product-items .product-item .product-item-info .product-item-actions .actions-primary button.tocart:hover {
  background: #f3e62e;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .garden-drainage-product .mgz-product-items .product-item .product-item-info .product-item-actions .actions-primary button.tocart span {
  display: flex;
  align-items: center;
  position: relative;
  justify-content: center;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .garden-drainage-product .mgz-product-items .product-item .product-item-info .product-item-actions .actions-primary button.tocart span:before {
  content: '';
  display: inline-block;
  background-image: url(../images/teenyicons_bag-solid.png);
  background-repeat: no-repeat;
  height: 20px;
  width: 20px;
  margin-right: 10px;
  margin-top: -3px;
  background-size: 100%;
}
@media (min-width: 1200px) and (max-width: 1639px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .garden-drainage-product .mgz-product-items .product-item .product-item-info .product-item-actions .actions-primary button.tocart span:before {
    margin-right: 5px;
  }
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .garden-drainage-product .mgz-product-items .product-item .product-item-info .product-item-actions .actions-primary button.tocart.modalRun {
  padding: 12px 15px;
}
@media (min-width: 576px) and (max-width: 991px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .garden-drainage-product .mgz-product-items .product-item .product-item-info .product-item-actions .actions-primary button.tocart.modalRun {
    padding: 8px 10px;
  }
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .garden-drainage-product .mgz-product-items .product-item .product-item-info .product-item-actions .actions-primary button.tocart.modalRun span {
  text-transform: capitalize;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .garden-drainage-product .mgz-product-items .product-item .product-item-info .product-item-actions .actions-primary button.tocart.modalRun span:before {
  background-image: url(../images/mail-icon.png);
  height: 16px;
  width: 20px;
  margin-top: 0px;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .garden-drainage-product .mgz-product-items .product-item .product-item-info .product-item-actions .actions-secondary .towishlist {
  position: absolute;
  left: -7px;
  top: -8px;
  z-index: 99;
  /*border: 1px solid rgba(0,0,0,.25);
						    width: 42px;
						    height: 42px;
						    display: flex;
						    align-items: center;
						    justify-content: center;*/
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .garden-drainage-product .mgz-product-items .product-item .product-item-info .product-item-actions .actions-secondary .towishlist:before {
  content: '';
  display: inline-block;
  background-image: url(../images/wishlist-icon.png);
  background-repeat: no-repeat;
  height: 24px;
  width: 24px;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .garden-drainage-product .mgz-product-items .product-item .product-item-info .product-item-actions .actions-secondary .tocompare {
  position: absolute;
  right: 0;
  top: 0;
  border: 1px solid rgba(0, 0, 0, 0.25);
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .garden-drainage-product .mgz-product-items .product-item .product-item-info .product-item-actions .actions-secondary .tocompare {
    width: 40px;
    height: 40px;
  }
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .garden-drainage-product .mgz-product-items .product-item .product-item-info .product-item-actions .actions-secondary .tocompare:before {
  content: '';
  display: inline-block;
  background-image: url(../images/compair-icon.png);
  background-repeat: no-repeat;
  height: 24px;
  width: 24px;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .sprinklers-section .mgz-container {
  display: flex;
}
@media (max-width: 768px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .sprinklers-section .mgz-container {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .sprinklers-section .mgz-container .sprinklers-banner .mgz-single-image-wrapper {
  display: block;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .sprinklers-section .mgz-container .sprinklers-banner .mgz-single-image-wrapper img {
  width: 100%;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .sprinklers-section .mgz-container .sprinklers-detail {
  background: #ffed00;
  padding: 30px;
}
@media (max-width: 768px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .sprinklers-section .mgz-container .sprinklers-detail {
    padding: 30px 15px;
  }
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .sprinklers-section .mgz-container .sprinklers-detail > .mgz-element-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .sprinklers-section .mgz-container .sprinklers-detail > .mgz-element-inner .mgz-element-heading h2 {
  font-weight: 900;
  font-size: 18px;
  line-height: normal;
  text-transform: uppercase;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .sprinklers-product {
  margin: 25px 0;
  padding-bottom: 5px;
  border-bottom: 2px solid #000;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .sprinklers-product .mgz-product-items .product-item {
  background: #fff;
  text-align: center;
  padding: 20px;
  width: calc((100% - 80px) / 5);
  margin-right: 20px;
  margin-bottom: 20px;
  float: none;
  display: inline-block;
}
@media (max-width: 575px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .sprinklers-product .mgz-product-items .product-item {
    width: 100%;
    margin-right: 0;
  }
}
@media (min-width: 576px) and (max-width: 991px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .sprinklers-product .mgz-product-items .product-item {
    width: calc((100% - 22px) / 2);
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .sprinklers-product .mgz-product-items .product-item {
    width: calc((100% - 40px) / 3);
  }
}
@media (min-width: 1200px) and (max-width: 1439px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .sprinklers-product .mgz-product-items .product-item {
    width: calc((100% - 60px) / 4);
  }
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .sprinklers-product .mgz-product-items .product-item:nth-child(5n) {
  margin-right: 0;
}
@media (min-width: 576px) and (max-width: 991px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .sprinklers-product .mgz-product-items .product-item:nth-child(2n) {
    margin-right: 0!important;
  }
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .sprinklers-product .mgz-product-items .product-item:nth-child(5n) {
    margin-right: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .sprinklers-product .mgz-product-items .product-item:nth-child(3n) {
    margin-right: 0!important;
  }
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .sprinklers-product .mgz-product-items .product-item:nth-child(5n) {
    margin-right: 20px;
  }
}
@media (min-width: 1200px) and (max-width: 1439px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .sprinklers-product .mgz-product-items .product-item:nth-child(4n) {
    margin-right: 0!important;
  }
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .sprinklers-product .mgz-product-items .product-item:nth-child(5n) {
    margin-right: 20px;
  }
}
@media (max-width: 768px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .sprinklers-product .mgz-product-items .product-item {
    padding: 10px!important;
  }
}
@media (min-width: 1200px) and (max-width: 1439px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .sprinklers-product .mgz-product-items .product-item {
    padding: 15px;
  }
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .sprinklers-product .mgz-product-items .product-item .product-item-info {
  padding: 0;
  border: none;
  position: relative;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .sprinklers-product .mgz-product-items .product-item .product-item-info .product-item-photo {
  display: block;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .sprinklers-product .mgz-product-items .product-item .product-item-info .product-item-details .product-item-name {
  text-align: left;
  margin-bottom: 15px;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .sprinklers-product .mgz-product-items .product-item .product-item-info .product-item-details .product-item-name .product-item-link {
  font-size: 18px;
  font-weight: 500;
  line-height: 23px;
  color: #000;
  text-decoration: none;
  display: block;
  min-height: 46px;
}
@media (max-width: 768px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .sprinklers-product .mgz-product-items .product-item .product-item-info .product-item-details .product-item-name .product-item-link {
    font-size: 14px;
    line-height: 19px;
    height: auto;
  }
}
@media (min-width: 769px) and (max-width: 1439px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .sprinklers-product .mgz-product-items .product-item .product-item-info .product-item-details .product-item-name .product-item-link {
    font-size: 15px;
    line-height: 20px;
    min-height: 40px;
  }
}
@media (max-width: 543px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .sprinklers-product .mgz-product-items .product-item .product-item-info .product-item-details .product-item-name .product-item-link {
    min-height: 100%;
  }
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .sprinklers-product .mgz-product-items .product-item .product-item-info .product-item-details .price-box {
  text-align: left;
  margin-bottom: 35px;
  display: flex;
  align-items: center;
  height: 25px;
}
@media (max-width: 768px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .sprinklers-product .mgz-product-items .product-item .product-item-info .product-item-details .price-box {
    margin-bottom: 15px;
  }
}
@media (min-width: 769px) and (max-width: 1439px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .sprinklers-product .mgz-product-items .product-item .product-item-info .product-item-details .price-box {
    margin-bottom: 25px;
  }
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .sprinklers-product .mgz-product-items .product-item .product-item-info .product-item-details .price-box .special-price {
  order: 2;
}
@media (max-width: 768px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .sprinklers-product .mgz-product-items .product-item .product-item-info .product-item-details .price-box .special-price {
    margin-top: 0;
  }
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .sprinklers-product .mgz-product-items .product-item .product-item-info .product-item-details .price-box .old-price {
  order: 1;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .sprinklers-product .mgz-product-items .product-item .product-item-info .product-item-details .price-box .old-price .price-label {
  display: none;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .sprinklers-product .mgz-product-items .product-item .product-item-info .product-item-details .price-box .old-price .price {
  color: #ABABAB;
  display: inline-block;
  text-decoration: line-through;
  font-weight: normal;
  font-size: 16px;
  margin-right: 5px;
  line-height: 20px;
}
@media (max-width: 1439px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .sprinklers-product .mgz-product-items .product-item .product-item-info .product-item-details .price-box .old-price .price {
    font-size: 14px;
    margin: 0 5px 0 0;
    line-height: 19px;
  }
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .sprinklers-product .mgz-product-items .product-item .product-item-info .product-item-details .price-box span.price {
  font-size: 20px;
  line-height: 25px;
  color: #000;
  font-weight: 500;
}
@media (max-width: 1439px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .sprinklers-product .mgz-product-items .product-item .product-item-info .product-item-details .price-box span.price {
    font-size: 16px;
    line-height: 21px;
    margin: 0;
  }
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .sprinklers-product .mgz-product-items .product-item .product-item-info .product-item-actions {
  /*display: flex;
				    justify-content: center;
				    align-items: center;
				    position: relative;*/
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .sprinklers-product .mgz-product-items .product-item .product-item-info .product-item-actions .actions-primary {
  /*width:~"calc(100% - 104px)";*/
  width: 100%;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .sprinklers-product .mgz-product-items .product-item .product-item-info .product-item-actions .actions-primary .stock.unavailable {
  height: 42px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  padding: 9px 15px;
  text-align: center;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .sprinklers-product .mgz-product-items .product-item .product-item-info .product-item-actions .actions-primary button.tocart {
  background: #FFED00;
  border: none;
  color: #000;
  font-size: 14px;
  font-weight: 500;
  font-family: 'ClanPro';
  line-height: 18px;
  padding: 9px 15px;
  width: 100%;
  height: 42px;
}
@media (min-width: 1200px) and (max-width: 1439px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .sprinklers-product .mgz-product-items .product-item .product-item-info .product-item-actions .actions-primary button.tocart {
    padding: 11px 10px;
  }
}
@media (min-width: 541px) and (max-width: 991px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .sprinklers-product .mgz-product-items .product-item .product-item-info .product-item-actions .actions-primary button.tocart {
    padding: 8px 10px;
  }
}
@media (min-width: 1200px) and (max-width: 1639px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .sprinklers-product .mgz-product-items .product-item .product-item-info .product-item-actions .actions-primary button.tocart {
    padding: 9px;
    height: 42px;
  }
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .sprinklers-product .mgz-product-items .product-item .product-item-info .product-item-actions .actions-primary button.tocart:hover {
  background: #f3e62e;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .sprinklers-product .mgz-product-items .product-item .product-item-info .product-item-actions .actions-primary button.tocart span {
  display: flex;
  align-items: center;
  position: relative;
  justify-content: center;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .sprinklers-product .mgz-product-items .product-item .product-item-info .product-item-actions .actions-primary button.tocart span:before {
  content: '';
  display: inline-block;
  background-image: url(../images/teenyicons_bag-solid.png);
  background-repeat: no-repeat;
  height: 20px;
  width: 20px;
  margin-right: 10px;
  margin-top: -3px;
  background-size: 100%;
}
@media (min-width: 1200px) and (max-width: 1639px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .sprinklers-product .mgz-product-items .product-item .product-item-info .product-item-actions .actions-primary button.tocart span:before {
    margin-right: 5px;
  }
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .sprinklers-product .mgz-product-items .product-item .product-item-info .product-item-actions .actions-primary button.tocart.modalRun {
  padding: 12px 15px;
}
@media (min-width: 576px) and (max-width: 991px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .sprinklers-product .mgz-product-items .product-item .product-item-info .product-item-actions .actions-primary button.tocart.modalRun {
    padding: 8px 10px;
  }
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .sprinklers-product .mgz-product-items .product-item .product-item-info .product-item-actions .actions-primary button.tocart.modalRun span {
  text-transform: capitalize;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .sprinklers-product .mgz-product-items .product-item .product-item-info .product-item-actions .actions-primary button.tocart.modalRun span:before {
  background-image: url(../images/mail-icon.png);
  height: 16px;
  width: 20px;
  margin-top: 0px;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .sprinklers-product .mgz-product-items .product-item .product-item-info .product-item-actions .actions-secondary .towishlist {
  position: absolute;
  left: -7px;
  top: -8px;
  z-index: 99;
  /*border: 1px solid rgba(0,0,0,.25);
						    width: 42px;
						    height: 42px;
						    display: flex;
						    align-items: center;
						    justify-content: center;*/
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .sprinklers-product .mgz-product-items .product-item .product-item-info .product-item-actions .actions-secondary .towishlist:before {
  content: '';
  display: inline-block;
  background-image: url(../images/wishlist-icon.png);
  background-repeat: no-repeat;
  height: 24px;
  width: 24px;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .sprinklers-product .mgz-product-items .product-item .product-item-info .product-item-actions .actions-secondary .tocompare {
  position: absolute;
  right: 0;
  top: 0;
  border: 1px solid rgba(0, 0, 0, 0.25);
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .sprinklers-product .mgz-product-items .product-item .product-item-info .product-item-actions .actions-secondary .tocompare {
    width: 40px;
    height: 40px;
  }
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .sprinklers-product .mgz-product-items .product-item .product-item-info .product-item-actions .actions-secondary .tocompare:before {
  content: '';
  display: inline-block;
  background-image: url(../images/compair-icon.png);
  background-repeat: no-repeat;
  height: 24px;
  width: 24px;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .hose-storage-section .mgz-container {
  display: flex;
}
@media (max-width: 768px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .hose-storage-section .mgz-container {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .hose-storage-section .mgz-container .hose-storage-banner .mgz-single-image-wrapper {
  display: block;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .hose-storage-section .mgz-container .hose-storage-banner .mgz-single-image-wrapper img {
  width: 100%;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .hose-storage-section .mgz-container .hose-storage-detail {
  background: #ffed00;
  padding: 30px;
}
@media (max-width: 768px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .hose-storage-section .mgz-container .hose-storage-detail {
    padding: 30px 15px;
  }
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .hose-storage-section .mgz-container .hose-storage-detail > .mgz-element-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .hose-storage-section .mgz-container .hose-storage-detail > .mgz-element-inner .mgz-element-heading h2 {
  font-weight: 900;
  font-size: 18px;
  line-height: normal;
  text-transform: uppercase;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .hose-storage-product {
  margin: 25px 0;
  padding-bottom: 5px;
  border-bottom: 2px solid #000;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .hose-storage-product .mgz-product-items .product-item {
  background: #fff;
  text-align: center;
  padding: 20px;
  width: calc((100% - 80px) / 5);
  margin-right: 20px;
  margin-bottom: 20px;
  float: none;
  display: inline-block;
}
@media (max-width: 575px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .hose-storage-product .mgz-product-items .product-item {
    width: 100%;
    margin-right: 0;
  }
}
@media (min-width: 576px) and (max-width: 991px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .hose-storage-product .mgz-product-items .product-item {
    width: calc((100% - 22px) / 2);
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .hose-storage-product .mgz-product-items .product-item {
    width: calc((100% - 40px) / 3);
  }
}
@media (min-width: 1200px) and (max-width: 1439px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .hose-storage-product .mgz-product-items .product-item {
    width: calc((100% - 60px) / 4);
  }
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .hose-storage-product .mgz-product-items .product-item:nth-child(5n) {
  margin-right: 0;
}
@media (min-width: 576px) and (max-width: 991px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .hose-storage-product .mgz-product-items .product-item:nth-child(2n) {
    margin-right: 0!important;
  }
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .hose-storage-product .mgz-product-items .product-item:nth-child(5n) {
    margin-right: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .hose-storage-product .mgz-product-items .product-item:nth-child(3n) {
    margin-right: 0!important;
  }
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .hose-storage-product .mgz-product-items .product-item:nth-child(5n) {
    margin-right: 20px;
  }
}
@media (min-width: 1200px) and (max-width: 1439px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .hose-storage-product .mgz-product-items .product-item:nth-child(4n) {
    margin-right: 0!important;
  }
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .hose-storage-product .mgz-product-items .product-item:nth-child(5n) {
    margin-right: 20px;
  }
}
@media (max-width: 768px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .hose-storage-product .mgz-product-items .product-item {
    padding: 10px!important;
  }
}
@media (min-width: 1200px) and (max-width: 1439px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .hose-storage-product .mgz-product-items .product-item {
    padding: 15px;
  }
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .hose-storage-product .mgz-product-items .product-item .product-item-info {
  padding: 0;
  border: none;
  position: relative;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .hose-storage-product .mgz-product-items .product-item .product-item-info .product-item-photo {
  display: block;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .hose-storage-product .mgz-product-items .product-item .product-item-info .product-item-details .product-item-name {
  text-align: left;
  margin-bottom: 15px;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .hose-storage-product .mgz-product-items .product-item .product-item-info .product-item-details .product-item-name .product-item-link {
  font-size: 18px;
  font-weight: 500;
  line-height: 23px;
  color: #000;
  text-decoration: none;
  display: block;
  min-height: 46px;
}
@media (max-width: 768px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .hose-storage-product .mgz-product-items .product-item .product-item-info .product-item-details .product-item-name .product-item-link {
    font-size: 14px;
    line-height: 19px;
    height: auto;
  }
}
@media (min-width: 769px) and (max-width: 1439px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .hose-storage-product .mgz-product-items .product-item .product-item-info .product-item-details .product-item-name .product-item-link {
    font-size: 15px;
    line-height: 20px;
    min-height: 40px;
  }
}
@media (max-width: 543px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .hose-storage-product .mgz-product-items .product-item .product-item-info .product-item-details .product-item-name .product-item-link {
    min-height: 100%;
  }
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .hose-storage-product .mgz-product-items .product-item .product-item-info .product-item-details .price-box {
  text-align: left;
  margin-bottom: 35px;
  display: flex;
  align-items: center;
  height: 25px;
}
@media (max-width: 768px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .hose-storage-product .mgz-product-items .product-item .product-item-info .product-item-details .price-box {
    margin-bottom: 15px;
  }
}
@media (min-width: 769px) and (max-width: 1439px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .hose-storage-product .mgz-product-items .product-item .product-item-info .product-item-details .price-box {
    margin-bottom: 25px;
  }
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .hose-storage-product .mgz-product-items .product-item .product-item-info .product-item-details .price-box .special-price {
  order: 2;
}
@media (max-width: 768px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .hose-storage-product .mgz-product-items .product-item .product-item-info .product-item-details .price-box .special-price {
    margin-top: 0;
  }
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .hose-storage-product .mgz-product-items .product-item .product-item-info .product-item-details .price-box .old-price {
  order: 1;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .hose-storage-product .mgz-product-items .product-item .product-item-info .product-item-details .price-box .old-price .price-label {
  display: none;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .hose-storage-product .mgz-product-items .product-item .product-item-info .product-item-details .price-box .old-price .price {
  color: #ABABAB;
  display: inline-block;
  text-decoration: line-through;
  font-weight: normal;
  font-size: 16px;
  margin-right: 5px;
  line-height: 20px;
}
@media (max-width: 1439px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .hose-storage-product .mgz-product-items .product-item .product-item-info .product-item-details .price-box .old-price .price {
    font-size: 14px;
    margin: 0 5px 0 0;
    line-height: 19px;
  }
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .hose-storage-product .mgz-product-items .product-item .product-item-info .product-item-details .price-box span.price {
  font-size: 20px;
  line-height: 25px;
  color: #000;
  font-weight: 500;
}
@media (max-width: 1439px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .hose-storage-product .mgz-product-items .product-item .product-item-info .product-item-details .price-box span.price {
    font-size: 16px;
    line-height: 21px;
    margin: 0;
  }
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .hose-storage-product .mgz-product-items .product-item .product-item-info .product-item-actions {
  /*display: flex;
				    justify-content: center;
				    align-items: center;
				    position: relative;*/
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .hose-storage-product .mgz-product-items .product-item .product-item-info .product-item-actions .actions-primary {
  /*width:~"calc(100% - 104px)";*/
  width: 100%;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .hose-storage-product .mgz-product-items .product-item .product-item-info .product-item-actions .actions-primary .stock.unavailable {
  height: 42px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  padding: 9px 15px;
  text-align: center;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .hose-storage-product .mgz-product-items .product-item .product-item-info .product-item-actions .actions-primary button.tocart {
  background: #FFED00;
  border: none;
  color: #000;
  font-size: 14px;
  font-weight: 500;
  font-family: 'ClanPro';
  line-height: 18px;
  padding: 9px 15px;
  width: 100%;
  height: 42px;
}
@media (min-width: 1200px) and (max-width: 1439px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .hose-storage-product .mgz-product-items .product-item .product-item-info .product-item-actions .actions-primary button.tocart {
    padding: 11px 10px;
  }
}
@media (min-width: 541px) and (max-width: 991px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .hose-storage-product .mgz-product-items .product-item .product-item-info .product-item-actions .actions-primary button.tocart {
    padding: 8px 10px;
  }
}
@media (min-width: 1200px) and (max-width: 1639px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .hose-storage-product .mgz-product-items .product-item .product-item-info .product-item-actions .actions-primary button.tocart {
    padding: 9px;
    height: 42px;
  }
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .hose-storage-product .mgz-product-items .product-item .product-item-info .product-item-actions .actions-primary button.tocart:hover {
  background: #f3e62e;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .hose-storage-product .mgz-product-items .product-item .product-item-info .product-item-actions .actions-primary button.tocart span {
  display: flex;
  align-items: center;
  position: relative;
  justify-content: center;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .hose-storage-product .mgz-product-items .product-item .product-item-info .product-item-actions .actions-primary button.tocart span:before {
  content: '';
  display: inline-block;
  background-image: url(../images/teenyicons_bag-solid.png);
  background-repeat: no-repeat;
  height: 20px;
  width: 20px;
  margin-right: 10px;
  margin-top: -3px;
  background-size: 100%;
}
@media (min-width: 1200px) and (max-width: 1639px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .hose-storage-product .mgz-product-items .product-item .product-item-info .product-item-actions .actions-primary button.tocart span:before {
    margin-right: 5px;
  }
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .hose-storage-product .mgz-product-items .product-item .product-item-info .product-item-actions .actions-primary button.tocart.modalRun {
  padding: 12px 15px;
}
@media (min-width: 576px) and (max-width: 991px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .hose-storage-product .mgz-product-items .product-item .product-item-info .product-item-actions .actions-primary button.tocart.modalRun {
    padding: 8px 10px;
  }
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .hose-storage-product .mgz-product-items .product-item .product-item-info .product-item-actions .actions-primary button.tocart.modalRun span {
  text-transform: capitalize;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .hose-storage-product .mgz-product-items .product-item .product-item-info .product-item-actions .actions-primary button.tocart.modalRun span:before {
  background-image: url(../images/mail-icon.png);
  height: 16px;
  width: 20px;
  margin-top: 0px;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .hose-storage-product .mgz-product-items .product-item .product-item-info .product-item-actions .actions-secondary .towishlist {
  position: absolute;
  left: -7px;
  top: -8px;
  z-index: 99;
  /*border: 1px solid rgba(0,0,0,.25);
						    width: 42px;
						    height: 42px;
						    display: flex;
						    align-items: center;
						    justify-content: center;*/
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .hose-storage-product .mgz-product-items .product-item .product-item-info .product-item-actions .actions-secondary .towishlist:before {
  content: '';
  display: inline-block;
  background-image: url(../images/wishlist-icon.png);
  background-repeat: no-repeat;
  height: 24px;
  width: 24px;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .hose-storage-product .mgz-product-items .product-item .product-item-info .product-item-actions .actions-secondary .tocompare {
  position: absolute;
  right: 0;
  top: 0;
  border: 1px solid rgba(0, 0, 0, 0.25);
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .hose-storage-product .mgz-product-items .product-item .product-item-info .product-item-actions .actions-secondary .tocompare {
    width: 40px;
    height: 40px;
  }
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .hose-storage-product .mgz-product-items .product-item .product-item-info .product-item-actions .actions-secondary .tocompare:before {
  content: '';
  display: inline-block;
  background-image: url(../images/compair-icon.png);
  background-repeat: no-repeat;
  height: 24px;
  width: 24px;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .connector-adaptor-section .mgz-container {
  display: flex;
}
@media (max-width: 768px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .connector-adaptor-section .mgz-container {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .connector-adaptor-section .mgz-container .connector-adaptor-banner .mgz-single-image-wrapper {
  display: block;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .connector-adaptor-section .mgz-container .connector-adaptor-banner .mgz-single-image-wrapper img {
  width: 100%;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .connector-adaptor-section .mgz-container .connector-adaptor-detail {
  background: #ffed00;
  padding: 30px;
}
@media (max-width: 768px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .connector-adaptor-section .mgz-container .connector-adaptor-detail {
    padding: 30px 15px;
  }
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .connector-adaptor-section .mgz-container .connector-adaptor-detail > .mgz-element-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .connector-adaptor-section .mgz-container .connector-adaptor-detail > .mgz-element-inner .mgz-element-heading h2 {
  font-weight: 900;
  font-size: 18px;
  line-height: normal;
  text-transform: uppercase;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .connector-adaptor-product {
  margin: 25px 0;
  padding-bottom: 5px;
  border-bottom: 2px solid #000;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .connector-adaptor-product .mgz-product-items .product-item {
  background: #fff;
  text-align: center;
  padding: 20px;
  width: calc((100% - 80px) / 5);
  margin-right: 20px;
  margin-bottom: 20px;
  float: none;
  display: inline-block;
}
@media (max-width: 575px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .connector-adaptor-product .mgz-product-items .product-item {
    width: 100%;
    margin-right: 0;
  }
}
@media (min-width: 576px) and (max-width: 991px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .connector-adaptor-product .mgz-product-items .product-item {
    width: calc((100% - 22px) / 2);
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .connector-adaptor-product .mgz-product-items .product-item {
    width: calc((100% - 40px) / 3);
  }
}
@media (min-width: 1200px) and (max-width: 1439px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .connector-adaptor-product .mgz-product-items .product-item {
    width: calc((100% - 60px) / 4);
  }
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .connector-adaptor-product .mgz-product-items .product-item:nth-child(5n) {
  margin-right: 0;
}
@media (min-width: 576px) and (max-width: 991px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .connector-adaptor-product .mgz-product-items .product-item:nth-child(2n) {
    margin-right: 0!important;
  }
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .connector-adaptor-product .mgz-product-items .product-item:nth-child(5n) {
    margin-right: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .connector-adaptor-product .mgz-product-items .product-item:nth-child(3n) {
    margin-right: 0!important;
  }
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .connector-adaptor-product .mgz-product-items .product-item:nth-child(5n) {
    margin-right: 20px;
  }
}
@media (min-width: 1200px) and (max-width: 1439px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .connector-adaptor-product .mgz-product-items .product-item:nth-child(4n) {
    margin-right: 0!important;
  }
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .connector-adaptor-product .mgz-product-items .product-item:nth-child(5n) {
    margin-right: 20px;
  }
}
@media (max-width: 768px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .connector-adaptor-product .mgz-product-items .product-item {
    padding: 10px!important;
  }
}
@media (min-width: 1200px) and (max-width: 1439px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .connector-adaptor-product .mgz-product-items .product-item {
    padding: 15px;
  }
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .connector-adaptor-product .mgz-product-items .product-item .product-item-info {
  padding: 0;
  border: none;
  position: relative;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .connector-adaptor-product .mgz-product-items .product-item .product-item-info .product-item-photo {
  display: block;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .connector-adaptor-product .mgz-product-items .product-item .product-item-info .product-item-details .product-item-name {
  text-align: left;
  margin-bottom: 15px;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .connector-adaptor-product .mgz-product-items .product-item .product-item-info .product-item-details .product-item-name .product-item-link {
  font-size: 18px;
  font-weight: 500;
  line-height: 23px;
  color: #000;
  text-decoration: none;
  display: block;
  min-height: 46px;
}
@media (max-width: 768px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .connector-adaptor-product .mgz-product-items .product-item .product-item-info .product-item-details .product-item-name .product-item-link {
    font-size: 14px;
    line-height: 19px;
    height: auto;
  }
}
@media (min-width: 769px) and (max-width: 1439px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .connector-adaptor-product .mgz-product-items .product-item .product-item-info .product-item-details .product-item-name .product-item-link {
    font-size: 15px;
    line-height: 20px;
    min-height: 40px;
  }
}
@media (max-width: 543px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .connector-adaptor-product .mgz-product-items .product-item .product-item-info .product-item-details .product-item-name .product-item-link {
    min-height: 100%;
  }
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .connector-adaptor-product .mgz-product-items .product-item .product-item-info .product-item-details .price-box {
  text-align: left;
  margin-bottom: 35px;
  display: flex;
  align-items: center;
  height: 25px;
}
@media (max-width: 768px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .connector-adaptor-product .mgz-product-items .product-item .product-item-info .product-item-details .price-box {
    margin-bottom: 15px;
  }
}
@media (min-width: 769px) and (max-width: 1439px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .connector-adaptor-product .mgz-product-items .product-item .product-item-info .product-item-details .price-box {
    margin-bottom: 25px;
  }
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .connector-adaptor-product .mgz-product-items .product-item .product-item-info .product-item-details .price-box .special-price {
  order: 2;
}
@media (max-width: 768px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .connector-adaptor-product .mgz-product-items .product-item .product-item-info .product-item-details .price-box .special-price {
    margin-top: 0;
  }
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .connector-adaptor-product .mgz-product-items .product-item .product-item-info .product-item-details .price-box .old-price {
  order: 1;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .connector-adaptor-product .mgz-product-items .product-item .product-item-info .product-item-details .price-box .old-price .price-label {
  display: none;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .connector-adaptor-product .mgz-product-items .product-item .product-item-info .product-item-details .price-box .old-price .price {
  color: #ABABAB;
  display: inline-block;
  text-decoration: line-through;
  font-weight: normal;
  font-size: 16px;
  margin-right: 5px;
  line-height: 20px;
}
@media (max-width: 1439px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .connector-adaptor-product .mgz-product-items .product-item .product-item-info .product-item-details .price-box .old-price .price {
    font-size: 14px;
    margin: 0 5px 0 0;
    line-height: 19px;
  }
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .connector-adaptor-product .mgz-product-items .product-item .product-item-info .product-item-details .price-box span.price {
  font-size: 20px;
  line-height: 25px;
  color: #000;
  font-weight: 500;
}
@media (max-width: 1439px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .connector-adaptor-product .mgz-product-items .product-item .product-item-info .product-item-details .price-box span.price {
    font-size: 16px;
    line-height: 21px;
    margin: 0;
  }
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .connector-adaptor-product .mgz-product-items .product-item .product-item-info .product-item-actions {
  /*display: flex;
				    justify-content: center;
				    align-items: center;
				    position: relative;*/
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .connector-adaptor-product .mgz-product-items .product-item .product-item-info .product-item-actions .actions-primary {
  /*width:~"calc(100% - 104px)";*/
  width: 100%;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .connector-adaptor-product .mgz-product-items .product-item .product-item-info .product-item-actions .actions-primary .stock.unavailable {
  height: 42px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  padding: 9px 15px;
  text-align: center;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .connector-adaptor-product .mgz-product-items .product-item .product-item-info .product-item-actions .actions-primary button.tocart {
  background: #FFED00;
  border: none;
  color: #000;
  font-size: 14px;
  font-weight: 500;
  font-family: 'ClanPro';
  line-height: 18px;
  padding: 9px 15px;
  width: 100%;
  height: 42px;
}
@media (min-width: 1200px) and (max-width: 1439px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .connector-adaptor-product .mgz-product-items .product-item .product-item-info .product-item-actions .actions-primary button.tocart {
    padding: 11px 10px;
  }
}
@media (min-width: 541px) and (max-width: 991px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .connector-adaptor-product .mgz-product-items .product-item .product-item-info .product-item-actions .actions-primary button.tocart {
    padding: 8px 10px;
  }
}
@media (min-width: 1200px) and (max-width: 1639px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .connector-adaptor-product .mgz-product-items .product-item .product-item-info .product-item-actions .actions-primary button.tocart {
    padding: 9px;
    height: 42px;
  }
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .connector-adaptor-product .mgz-product-items .product-item .product-item-info .product-item-actions .actions-primary button.tocart:hover {
  background: #f3e62e;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .connector-adaptor-product .mgz-product-items .product-item .product-item-info .product-item-actions .actions-primary button.tocart span {
  display: flex;
  align-items: center;
  position: relative;
  justify-content: center;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .connector-adaptor-product .mgz-product-items .product-item .product-item-info .product-item-actions .actions-primary button.tocart span:before {
  content: '';
  display: inline-block;
  background-image: url(../images/teenyicons_bag-solid.png);
  background-repeat: no-repeat;
  height: 20px;
  width: 20px;
  margin-right: 10px;
  margin-top: -3px;
  background-size: 100%;
}
@media (min-width: 1200px) and (max-width: 1639px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .connector-adaptor-product .mgz-product-items .product-item .product-item-info .product-item-actions .actions-primary button.tocart span:before {
    margin-right: 5px;
  }
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .connector-adaptor-product .mgz-product-items .product-item .product-item-info .product-item-actions .actions-primary button.tocart.modalRun {
  padding: 12px 15px;
}
@media (min-width: 576px) and (max-width: 991px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .connector-adaptor-product .mgz-product-items .product-item .product-item-info .product-item-actions .actions-primary button.tocart.modalRun {
    padding: 8px 10px;
  }
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .connector-adaptor-product .mgz-product-items .product-item .product-item-info .product-item-actions .actions-primary button.tocart.modalRun span {
  text-transform: capitalize;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .connector-adaptor-product .mgz-product-items .product-item .product-item-info .product-item-actions .actions-primary button.tocart.modalRun span:before {
  background-image: url(../images/mail-icon.png);
  height: 16px;
  width: 20px;
  margin-top: 0px;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .connector-adaptor-product .mgz-product-items .product-item .product-item-info .product-item-actions .actions-secondary .towishlist {
  position: absolute;
  left: -7px;
  top: -8px;
  z-index: 99;
  /*border: 1px solid rgba(0,0,0,.25);
						    width: 42px;
						    height: 42px;
						    display: flex;
						    align-items: center;
						    justify-content: center;*/
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .connector-adaptor-product .mgz-product-items .product-item .product-item-info .product-item-actions .actions-secondary .towishlist:before {
  content: '';
  display: inline-block;
  background-image: url(../images/wishlist-icon.png);
  background-repeat: no-repeat;
  height: 24px;
  width: 24px;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .connector-adaptor-product .mgz-product-items .product-item .product-item-info .product-item-actions .actions-secondary .tocompare {
  position: absolute;
  right: 0;
  top: 0;
  border: 1px solid rgba(0, 0, 0, 0.25);
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .connector-adaptor-product .mgz-product-items .product-item .product-item-info .product-item-actions .actions-secondary .tocompare {
    width: 40px;
    height: 40px;
  }
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .connector-adaptor-product .mgz-product-items .product-item .product-item-info .product-item-actions .actions-secondary .tocompare:before {
  content: '';
  display: inline-block;
  background-image: url(../images/compair-icon.png);
  background-repeat: no-repeat;
  height: 24px;
  width: 24px;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .nozzle-spray-section .mgz-container {
  display: flex;
}
@media (max-width: 768px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .nozzle-spray-section .mgz-container {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .nozzle-spray-section .mgz-container .nozzle-spray-banner .mgz-single-image-wrapper {
  display: block;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .nozzle-spray-section .mgz-container .nozzle-spray-banner .mgz-single-image-wrapper img {
  width: 100%;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .nozzle-spray-section .mgz-container .nozzle-spray-detail {
  background: #ffed00;
  padding: 30px;
}
@media (max-width: 768px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .nozzle-spray-section .mgz-container .nozzle-spray-detail {
    padding: 30px 15px;
  }
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .nozzle-spray-section .mgz-container .nozzle-spray-detail > .mgz-element-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .nozzle-spray-section .mgz-container .nozzle-spray-detail > .mgz-element-inner .mgz-element-heading h2 {
  font-weight: 900;
  font-size: 18px;
  line-height: normal;
  text-transform: uppercase;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .nozzle-spray-product {
  margin: 25px 0;
  padding-bottom: 5px;
  border-bottom: 2px solid #000;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .nozzle-spray-product .mgz-product-items .product-item {
  background: #fff;
  text-align: center;
  padding: 20px;
  width: calc((100% - 80px) / 5);
  margin-right: 20px;
  margin-bottom: 20px;
  float: none;
  display: inline-block;
}
@media (max-width: 575px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .nozzle-spray-product .mgz-product-items .product-item {
    width: 100%;
    margin-right: 0;
  }
}
@media (min-width: 576px) and (max-width: 991px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .nozzle-spray-product .mgz-product-items .product-item {
    width: calc((100% - 22px) / 2);
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .nozzle-spray-product .mgz-product-items .product-item {
    width: calc((100% - 40px) / 3);
  }
}
@media (min-width: 1200px) and (max-width: 1439px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .nozzle-spray-product .mgz-product-items .product-item {
    width: calc((100% - 60px) / 4);
  }
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .nozzle-spray-product .mgz-product-items .product-item:nth-child(5n) {
  margin-right: 0;
}
@media (min-width: 576px) and (max-width: 991px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .nozzle-spray-product .mgz-product-items .product-item:nth-child(2n) {
    margin-right: 0!important;
  }
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .nozzle-spray-product .mgz-product-items .product-item:nth-child(5n) {
    margin-right: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .nozzle-spray-product .mgz-product-items .product-item:nth-child(3n) {
    margin-right: 0!important;
  }
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .nozzle-spray-product .mgz-product-items .product-item:nth-child(5n) {
    margin-right: 20px;
  }
}
@media (min-width: 1200px) and (max-width: 1439px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .nozzle-spray-product .mgz-product-items .product-item:nth-child(4n) {
    margin-right: 0!important;
  }
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .nozzle-spray-product .mgz-product-items .product-item:nth-child(5n) {
    margin-right: 20px;
  }
}
@media (max-width: 768px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .nozzle-spray-product .mgz-product-items .product-item {
    padding: 10px!important;
  }
}
@media (min-width: 1200px) and (max-width: 1439px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .nozzle-spray-product .mgz-product-items .product-item {
    padding: 15px;
  }
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .nozzle-spray-product .mgz-product-items .product-item .product-item-info {
  padding: 0;
  border: none;
  position: relative;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .nozzle-spray-product .mgz-product-items .product-item .product-item-info .product-item-photo {
  display: block;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .nozzle-spray-product .mgz-product-items .product-item .product-item-info .product-item-details .product-item-name {
  text-align: left;
  margin-bottom: 15px;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .nozzle-spray-product .mgz-product-items .product-item .product-item-info .product-item-details .product-item-name .product-item-link {
  font-size: 18px;
  font-weight: 500;
  line-height: 23px;
  color: #000;
  text-decoration: none;
  display: block;
  min-height: 46px;
}
@media (max-width: 768px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .nozzle-spray-product .mgz-product-items .product-item .product-item-info .product-item-details .product-item-name .product-item-link {
    font-size: 14px;
    line-height: 19px;
    height: auto;
  }
}
@media (min-width: 769px) and (max-width: 1439px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .nozzle-spray-product .mgz-product-items .product-item .product-item-info .product-item-details .product-item-name .product-item-link {
    font-size: 15px;
    line-height: 20px;
    min-height: 40px;
  }
}
@media (max-width: 543px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .nozzle-spray-product .mgz-product-items .product-item .product-item-info .product-item-details .product-item-name .product-item-link {
    min-height: 100%;
  }
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .nozzle-spray-product .mgz-product-items .product-item .product-item-info .product-item-details .price-box {
  text-align: left;
  margin-bottom: 35px;
  display: flex;
  align-items: center;
  height: 25px;
}
@media (max-width: 768px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .nozzle-spray-product .mgz-product-items .product-item .product-item-info .product-item-details .price-box {
    margin-bottom: 15px;
  }
}
@media (min-width: 769px) and (max-width: 1439px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .nozzle-spray-product .mgz-product-items .product-item .product-item-info .product-item-details .price-box {
    margin-bottom: 25px;
  }
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .nozzle-spray-product .mgz-product-items .product-item .product-item-info .product-item-details .price-box .special-price {
  order: 2;
}
@media (max-width: 768px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .nozzle-spray-product .mgz-product-items .product-item .product-item-info .product-item-details .price-box .special-price {
    margin-top: 0;
  }
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .nozzle-spray-product .mgz-product-items .product-item .product-item-info .product-item-details .price-box .old-price {
  order: 1;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .nozzle-spray-product .mgz-product-items .product-item .product-item-info .product-item-details .price-box .old-price .price-label {
  display: none;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .nozzle-spray-product .mgz-product-items .product-item .product-item-info .product-item-details .price-box .old-price .price {
  color: #ABABAB;
  display: inline-block;
  text-decoration: line-through;
  font-weight: normal;
  font-size: 16px;
  margin-right: 5px;
  line-height: 20px;
}
@media (max-width: 1439px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .nozzle-spray-product .mgz-product-items .product-item .product-item-info .product-item-details .price-box .old-price .price {
    font-size: 14px;
    margin: 0 5px 0 0;
    line-height: 19px;
  }
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .nozzle-spray-product .mgz-product-items .product-item .product-item-info .product-item-details .price-box span.price {
  font-size: 20px;
  line-height: 25px;
  color: #000;
  font-weight: 500;
}
@media (max-width: 1439px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .nozzle-spray-product .mgz-product-items .product-item .product-item-info .product-item-details .price-box span.price {
    font-size: 16px;
    line-height: 21px;
    margin: 0;
  }
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .nozzle-spray-product .mgz-product-items .product-item .product-item-info .product-item-actions {
  /*display: flex;
				    justify-content: center;
				    align-items: center;
				    position: relative;*/
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .nozzle-spray-product .mgz-product-items .product-item .product-item-info .product-item-actions .actions-primary {
  /*width:~"calc(100% - 104px)";*/
  width: 100%;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .nozzle-spray-product .mgz-product-items .product-item .product-item-info .product-item-actions .actions-primary .stock.unavailable {
  height: 42px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  padding: 9px 15px;
  text-align: center;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .nozzle-spray-product .mgz-product-items .product-item .product-item-info .product-item-actions .actions-primary button.tocart {
  background: #FFED00;
  border: none;
  color: #000;
  font-size: 14px;
  font-weight: 500;
  font-family: 'ClanPro';
  line-height: 18px;
  padding: 9px 15px;
  width: 100%;
  height: 42px;
}
@media (min-width: 1200px) and (max-width: 1439px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .nozzle-spray-product .mgz-product-items .product-item .product-item-info .product-item-actions .actions-primary button.tocart {
    padding: 11px 10px;
  }
}
@media (min-width: 541px) and (max-width: 991px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .nozzle-spray-product .mgz-product-items .product-item .product-item-info .product-item-actions .actions-primary button.tocart {
    padding: 8px 10px;
  }
}
@media (min-width: 1200px) and (max-width: 1639px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .nozzle-spray-product .mgz-product-items .product-item .product-item-info .product-item-actions .actions-primary button.tocart {
    padding: 9px;
    height: 42px;
  }
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .nozzle-spray-product .mgz-product-items .product-item .product-item-info .product-item-actions .actions-primary button.tocart:hover {
  background: #f3e62e;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .nozzle-spray-product .mgz-product-items .product-item .product-item-info .product-item-actions .actions-primary button.tocart span {
  display: flex;
  align-items: center;
  position: relative;
  justify-content: center;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .nozzle-spray-product .mgz-product-items .product-item .product-item-info .product-item-actions .actions-primary button.tocart span:before {
  content: '';
  display: inline-block;
  background-image: url(../images/teenyicons_bag-solid.png);
  background-repeat: no-repeat;
  height: 20px;
  width: 20px;
  margin-right: 10px;
  margin-top: -3px;
  background-size: 100%;
}
@media (min-width: 1200px) and (max-width: 1639px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .nozzle-spray-product .mgz-product-items .product-item .product-item-info .product-item-actions .actions-primary button.tocart span:before {
    margin-right: 5px;
  }
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .nozzle-spray-product .mgz-product-items .product-item .product-item-info .product-item-actions .actions-primary button.tocart.modalRun {
  padding: 12px 15px;
}
@media (min-width: 576px) and (max-width: 991px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .nozzle-spray-product .mgz-product-items .product-item .product-item-info .product-item-actions .actions-primary button.tocart.modalRun {
    padding: 8px 10px;
  }
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .nozzle-spray-product .mgz-product-items .product-item .product-item-info .product-item-actions .actions-primary button.tocart.modalRun span {
  text-transform: capitalize;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .nozzle-spray-product .mgz-product-items .product-item .product-item-info .product-item-actions .actions-primary button.tocart.modalRun span:before {
  background-image: url(../images/mail-icon.png);
  height: 16px;
  width: 20px;
  margin-top: 0px;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .nozzle-spray-product .mgz-product-items .product-item .product-item-info .product-item-actions .actions-secondary .towishlist {
  position: absolute;
  left: -7px;
  top: -8px;
  z-index: 99;
  /*border: 1px solid rgba(0,0,0,.25);
						    width: 42px;
						    height: 42px;
						    display: flex;
						    align-items: center;
						    justify-content: center;*/
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .nozzle-spray-product .mgz-product-items .product-item .product-item-info .product-item-actions .actions-secondary .towishlist:before {
  content: '';
  display: inline-block;
  background-image: url(../images/wishlist-icon.png);
  background-repeat: no-repeat;
  height: 24px;
  width: 24px;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .nozzle-spray-product .mgz-product-items .product-item .product-item-info .product-item-actions .actions-secondary .tocompare {
  position: absolute;
  right: 0;
  top: 0;
  border: 1px solid rgba(0, 0, 0, 0.25);
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .nozzle-spray-product .mgz-product-items .product-item .product-item-info .product-item-actions .actions-secondary .tocompare {
    width: 40px;
    height: 40px;
  }
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .nozzle-spray-product .mgz-product-items .product-item .product-item-info .product-item-actions .actions-secondary .tocompare:before {
  content: '';
  display: inline-block;
  background-image: url(../images/compair-icon.png);
  background-repeat: no-repeat;
  height: 24px;
  width: 24px;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .automatic-water-section .mgz-container {
  display: flex;
}
@media (max-width: 768px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .automatic-water-section .mgz-container {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .automatic-water-section .mgz-container .automatic-water-banner .mgz-single-image-wrapper {
  display: block;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .automatic-water-section .mgz-container .automatic-water-banner .mgz-single-image-wrapper img {
  width: 100%;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .automatic-water-section .mgz-container .automatic-water-detail {
  background: #ffed00;
  padding: 30px;
}
@media (max-width: 768px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .automatic-water-section .mgz-container .automatic-water-detail {
    padding: 30px 15px;
  }
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .automatic-water-section .mgz-container .automatic-water-detail > .mgz-element-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .automatic-water-section .mgz-container .automatic-water-detail > .mgz-element-inner .mgz-element-heading h2 {
  font-weight: 900;
  font-size: 18px;
  line-height: normal;
  text-transform: uppercase;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .automatic-water-product {
  margin: 25px 0 15px 0;
  padding-bottom: 0;
  border-bottom: none;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .automatic-water-product .mgz-product-items .product-item {
  background: #fff;
  text-align: center;
  padding: 20px;
  width: calc((100% - 80px) / 5);
  margin-right: 20px;
  margin-bottom: 20px;
  float: none;
  display: inline-block;
}
@media (max-width: 575px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .automatic-water-product .mgz-product-items .product-item {
    width: 100%;
    margin-right: 0;
  }
}
@media (min-width: 576px) and (max-width: 991px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .automatic-water-product .mgz-product-items .product-item {
    width: calc((100% - 22px) / 2);
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .automatic-water-product .mgz-product-items .product-item {
    width: calc((100% - 40px) / 3);
  }
}
@media (min-width: 1200px) and (max-width: 1439px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .automatic-water-product .mgz-product-items .product-item {
    width: calc((100% - 60px) / 4);
  }
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .automatic-water-product .mgz-product-items .product-item:nth-child(5n) {
  margin-right: 0;
}
@media (min-width: 576px) and (max-width: 991px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .automatic-water-product .mgz-product-items .product-item:nth-child(2n) {
    margin-right: 0!important;
  }
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .automatic-water-product .mgz-product-items .product-item:nth-child(5n) {
    margin-right: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .automatic-water-product .mgz-product-items .product-item:nth-child(3n) {
    margin-right: 0!important;
  }
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .automatic-water-product .mgz-product-items .product-item:nth-child(5n) {
    margin-right: 20px;
  }
}
@media (min-width: 1200px) and (max-width: 1439px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .automatic-water-product .mgz-product-items .product-item:nth-child(4n) {
    margin-right: 0!important;
  }
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .automatic-water-product .mgz-product-items .product-item:nth-child(5n) {
    margin-right: 20px;
  }
}
@media (max-width: 768px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .automatic-water-product .mgz-product-items .product-item {
    padding: 10px!important;
  }
}
@media (min-width: 1200px) and (max-width: 1439px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .automatic-water-product .mgz-product-items .product-item {
    padding: 15px;
  }
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .automatic-water-product .mgz-product-items .product-item .product-item-info {
  padding: 0;
  border: none;
  position: relative;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .automatic-water-product .mgz-product-items .product-item .product-item-info .product-item-photo {
  display: block;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .automatic-water-product .mgz-product-items .product-item .product-item-info .product-item-details .product-item-name {
  text-align: left;
  margin-bottom: 15px;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .automatic-water-product .mgz-product-items .product-item .product-item-info .product-item-details .product-item-name .product-item-link {
  font-size: 18px;
  font-weight: 500;
  line-height: 23px;
  color: #000;
  text-decoration: none;
  display: block;
  min-height: 46px;
}
@media (max-width: 768px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .automatic-water-product .mgz-product-items .product-item .product-item-info .product-item-details .product-item-name .product-item-link {
    font-size: 14px;
    line-height: 19px;
    height: auto;
  }
}
@media (min-width: 769px) and (max-width: 1439px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .automatic-water-product .mgz-product-items .product-item .product-item-info .product-item-details .product-item-name .product-item-link {
    font-size: 15px;
    line-height: 20px;
    min-height: 40px;
  }
}
@media (max-width: 543px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .automatic-water-product .mgz-product-items .product-item .product-item-info .product-item-details .product-item-name .product-item-link {
    min-height: 100%;
  }
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .automatic-water-product .mgz-product-items .product-item .product-item-info .product-item-details .price-box {
  text-align: left;
  margin-bottom: 35px;
  display: flex;
  align-items: center;
  height: 25px;
}
@media (max-width: 768px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .automatic-water-product .mgz-product-items .product-item .product-item-info .product-item-details .price-box {
    margin-bottom: 15px;
  }
}
@media (min-width: 769px) and (max-width: 1439px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .automatic-water-product .mgz-product-items .product-item .product-item-info .product-item-details .price-box {
    margin-bottom: 25px;
  }
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .automatic-water-product .mgz-product-items .product-item .product-item-info .product-item-details .price-box .special-price {
  order: 2;
}
@media (max-width: 768px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .automatic-water-product .mgz-product-items .product-item .product-item-info .product-item-details .price-box .special-price {
    margin-top: 0;
  }
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .automatic-water-product .mgz-product-items .product-item .product-item-info .product-item-details .price-box .old-price {
  order: 1;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .automatic-water-product .mgz-product-items .product-item .product-item-info .product-item-details .price-box .old-price .price-label {
  display: none;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .automatic-water-product .mgz-product-items .product-item .product-item-info .product-item-details .price-box .old-price .price {
  color: #ABABAB;
  display: inline-block;
  text-decoration: line-through;
  font-weight: normal;
  font-size: 16px;
  margin-right: 5px;
  line-height: 20px;
}
@media (max-width: 1439px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .automatic-water-product .mgz-product-items .product-item .product-item-info .product-item-details .price-box .old-price .price {
    font-size: 14px;
    margin: 0 5px 0 0;
    line-height: 19px;
  }
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .automatic-water-product .mgz-product-items .product-item .product-item-info .product-item-details .price-box span.price {
  font-size: 20px;
  line-height: 25px;
  color: #000;
  font-weight: 500;
}
@media (max-width: 1439px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .automatic-water-product .mgz-product-items .product-item .product-item-info .product-item-details .price-box span.price {
    font-size: 16px;
    line-height: 21px;
    margin: 0;
  }
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .automatic-water-product .mgz-product-items .product-item .product-item-info .product-item-actions {
  /*display: flex;
				    justify-content: center;
				    align-items: center;
				    position: relative;*/
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .automatic-water-product .mgz-product-items .product-item .product-item-info .product-item-actions .actions-primary {
  /*width:~"calc(100% - 104px)";*/
  width: 100%;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .automatic-water-product .mgz-product-items .product-item .product-item-info .product-item-actions .actions-primary .stock.unavailable {
  height: 42px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  padding: 9px 15px;
  text-align: center;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .automatic-water-product .mgz-product-items .product-item .product-item-info .product-item-actions .actions-primary button.tocart {
  background: #FFED00;
  border: none;
  color: #000;
  font-size: 14px;
  font-weight: 500;
  font-family: 'ClanPro';
  line-height: 18px;
  padding: 9px 15px;
  width: 100%;
  height: 42px;
}
@media (min-width: 1200px) and (max-width: 1439px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .automatic-water-product .mgz-product-items .product-item .product-item-info .product-item-actions .actions-primary button.tocart {
    padding: 11px 10px;
  }
}
@media (min-width: 541px) and (max-width: 991px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .automatic-water-product .mgz-product-items .product-item .product-item-info .product-item-actions .actions-primary button.tocart {
    padding: 8px 10px;
  }
}
@media (min-width: 1200px) and (max-width: 1639px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .automatic-water-product .mgz-product-items .product-item .product-item-info .product-item-actions .actions-primary button.tocart {
    padding: 9px;
    height: 42px;
  }
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .automatic-water-product .mgz-product-items .product-item .product-item-info .product-item-actions .actions-primary button.tocart:hover {
  background: #f3e62e;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .automatic-water-product .mgz-product-items .product-item .product-item-info .product-item-actions .actions-primary button.tocart span {
  display: flex;
  align-items: center;
  position: relative;
  justify-content: center;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .automatic-water-product .mgz-product-items .product-item .product-item-info .product-item-actions .actions-primary button.tocart span:before {
  content: '';
  display: inline-block;
  background-image: url(../images/teenyicons_bag-solid.png);
  background-repeat: no-repeat;
  height: 20px;
  width: 20px;
  margin-right: 10px;
  margin-top: -3px;
  background-size: 100%;
}
@media (min-width: 1200px) and (max-width: 1639px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .automatic-water-product .mgz-product-items .product-item .product-item-info .product-item-actions .actions-primary button.tocart span:before {
    margin-right: 5px;
  }
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .automatic-water-product .mgz-product-items .product-item .product-item-info .product-item-actions .actions-primary button.tocart.modalRun {
  padding: 12px 15px;
}
@media (min-width: 576px) and (max-width: 991px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .automatic-water-product .mgz-product-items .product-item .product-item-info .product-item-actions .actions-primary button.tocart.modalRun {
    padding: 8px 10px;
  }
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .automatic-water-product .mgz-product-items .product-item .product-item-info .product-item-actions .actions-primary button.tocart.modalRun span {
  text-transform: capitalize;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .automatic-water-product .mgz-product-items .product-item .product-item-info .product-item-actions .actions-primary button.tocart.modalRun span:before {
  background-image: url(../images/mail-icon.png);
  height: 16px;
  width: 20px;
  margin-top: 0px;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .automatic-water-product .mgz-product-items .product-item .product-item-info .product-item-actions .actions-secondary .towishlist {
  position: absolute;
  left: -7px;
  top: -8px;
  z-index: 99;
  /*border: 1px solid rgba(0,0,0,.25);
						    width: 42px;
						    height: 42px;
						    display: flex;
						    align-items: center;
						    justify-content: center;*/
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .automatic-water-product .mgz-product-items .product-item .product-item-info .product-item-actions .actions-secondary .towishlist:before {
  content: '';
  display: inline-block;
  background-image: url(../images/wishlist-icon.png);
  background-repeat: no-repeat;
  height: 24px;
  width: 24px;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .automatic-water-product .mgz-product-items .product-item .product-item-info .product-item-actions .actions-secondary .tocompare {
  position: absolute;
  right: 0;
  top: 0;
  border: 1px solid rgba(0, 0, 0, 0.25);
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .automatic-water-product .mgz-product-items .product-item .product-item-info .product-item-actions .actions-secondary .tocompare {
    width: 40px;
    height: 40px;
  }
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .automatic-water-product .mgz-product-items .product-item .product-item-info .product-item-actions .actions-secondary .tocompare:before {
  content: '';
  display: inline-block;
  background-image: url(../images/compair-icon.png);
  background-repeat: no-repeat;
  height: 24px;
  width: 24px;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .sweeper-section .mgz-container {
  display: flex;
}
@media (max-width: 768px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .sweeper-section .mgz-container {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .sweeper-section .mgz-container .sweeper-banner .mgz-single-image-wrapper {
  display: block;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .sweeper-section .mgz-container .sweeper-banner .mgz-single-image-wrapper img {
  width: 100%;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .sweeper-section .mgz-container .sweeper-detail {
  background: #ffed00;
  padding: 30px;
}
@media (max-width: 768px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .sweeper-section .mgz-container .sweeper-detail {
    padding: 30px 15px;
  }
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .sweeper-section .mgz-container .sweeper-detail > .mgz-element-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .sweeper-section .mgz-container .sweeper-detail > .mgz-element-inner .mgz-element-heading h2 {
  font-weight: 900;
  font-size: 18px;
  line-height: normal;
  text-transform: uppercase;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .sweeper-product {
  margin: 25px 0;
  padding-bottom: 5px;
  border-bottom: 2px solid #000;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .sweeper-product .mgz-product-items .product-item {
  background: #fff;
  text-align: center;
  padding: 20px;
  width: calc((100% - 80px) / 5);
  margin-right: 20px;
  margin-bottom: 20px;
  float: none;
  display: inline-block;
}
@media (max-width: 575px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .sweeper-product .mgz-product-items .product-item {
    width: 100%;
    margin-right: 0;
  }
}
@media (min-width: 576px) and (max-width: 991px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .sweeper-product .mgz-product-items .product-item {
    width: calc((100% - 22px) / 2);
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .sweeper-product .mgz-product-items .product-item {
    width: calc((100% - 40px) / 3);
  }
}
@media (min-width: 1200px) and (max-width: 1439px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .sweeper-product .mgz-product-items .product-item {
    width: calc((100% - 60px) / 4);
  }
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .sweeper-product .mgz-product-items .product-item:nth-child(5n) {
  margin-right: 0;
}
@media (min-width: 576px) and (max-width: 991px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .sweeper-product .mgz-product-items .product-item:nth-child(2n) {
    margin-right: 0!important;
  }
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .sweeper-product .mgz-product-items .product-item:nth-child(5n) {
    margin-right: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .sweeper-product .mgz-product-items .product-item:nth-child(3n) {
    margin-right: 0!important;
  }
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .sweeper-product .mgz-product-items .product-item:nth-child(5n) {
    margin-right: 20px;
  }
}
@media (min-width: 1200px) and (max-width: 1439px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .sweeper-product .mgz-product-items .product-item:nth-child(4n) {
    margin-right: 0!important;
  }
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .sweeper-product .mgz-product-items .product-item:nth-child(5n) {
    margin-right: 20px;
  }
}
@media (max-width: 768px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .sweeper-product .mgz-product-items .product-item {
    padding: 10px!important;
  }
}
@media (min-width: 1200px) and (max-width: 1439px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .sweeper-product .mgz-product-items .product-item {
    padding: 15px;
  }
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .sweeper-product .mgz-product-items .product-item .product-item-info {
  padding: 0;
  border: none;
  position: relative;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .sweeper-product .mgz-product-items .product-item .product-item-info .product-item-photo {
  display: block;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .sweeper-product .mgz-product-items .product-item .product-item-info .product-item-details .product-item-name {
  text-align: left;
  margin-bottom: 15px;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .sweeper-product .mgz-product-items .product-item .product-item-info .product-item-details .product-item-name .product-item-link {
  font-size: 18px;
  font-weight: 500;
  line-height: 23px;
  color: #000;
  text-decoration: none;
  display: block;
  min-height: 46px;
}
@media (max-width: 768px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .sweeper-product .mgz-product-items .product-item .product-item-info .product-item-details .product-item-name .product-item-link {
    font-size: 14px;
    line-height: 19px;
    height: auto;
  }
}
@media (min-width: 769px) and (max-width: 1439px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .sweeper-product .mgz-product-items .product-item .product-item-info .product-item-details .product-item-name .product-item-link {
    font-size: 15px;
    line-height: 20px;
    min-height: 40px;
  }
}
@media (max-width: 543px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .sweeper-product .mgz-product-items .product-item .product-item-info .product-item-details .product-item-name .product-item-link {
    min-height: 100%;
  }
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .sweeper-product .mgz-product-items .product-item .product-item-info .product-item-details .price-box {
  text-align: left;
  margin-bottom: 35px;
  display: flex;
  align-items: center;
  height: 25px;
}
@media (max-width: 768px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .sweeper-product .mgz-product-items .product-item .product-item-info .product-item-details .price-box {
    margin-bottom: 15px;
  }
}
@media (min-width: 769px) and (max-width: 1439px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .sweeper-product .mgz-product-items .product-item .product-item-info .product-item-details .price-box {
    margin-bottom: 25px;
  }
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .sweeper-product .mgz-product-items .product-item .product-item-info .product-item-details .price-box .special-price {
  order: 2;
}
@media (max-width: 768px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .sweeper-product .mgz-product-items .product-item .product-item-info .product-item-details .price-box .special-price {
    margin-top: 0;
  }
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .sweeper-product .mgz-product-items .product-item .product-item-info .product-item-details .price-box .old-price {
  order: 1;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .sweeper-product .mgz-product-items .product-item .product-item-info .product-item-details .price-box .old-price .price-label {
  display: none;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .sweeper-product .mgz-product-items .product-item .product-item-info .product-item-details .price-box .old-price .price {
  color: #ABABAB;
  display: inline-block;
  text-decoration: line-through;
  font-weight: normal;
  font-size: 16px;
  margin-right: 5px;
  line-height: 20px;
}
@media (max-width: 1439px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .sweeper-product .mgz-product-items .product-item .product-item-info .product-item-details .price-box .old-price .price {
    font-size: 14px;
    margin: 0 5px 0 0;
    line-height: 19px;
  }
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .sweeper-product .mgz-product-items .product-item .product-item-info .product-item-details .price-box span.price {
  font-size: 20px;
  line-height: 25px;
  color: #000;
  font-weight: 500;
}
@media (max-width: 1439px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .sweeper-product .mgz-product-items .product-item .product-item-info .product-item-details .price-box span.price {
    font-size: 16px;
    line-height: 21px;
    margin: 0;
  }
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .sweeper-product .mgz-product-items .product-item .product-item-info .product-item-actions {
  /*display: flex;
				    justify-content: center;
				    align-items: center;
				    position: relative;*/
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .sweeper-product .mgz-product-items .product-item .product-item-info .product-item-actions .actions-primary {
  /*width:~"calc(100% - 104px)";*/
  width: 100%;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .sweeper-product .mgz-product-items .product-item .product-item-info .product-item-actions .actions-primary .stock.unavailable {
  height: 42px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  padding: 9px 15px;
  text-align: center;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .sweeper-product .mgz-product-items .product-item .product-item-info .product-item-actions .actions-primary button.tocart {
  background: #FFED00;
  border: none;
  color: #000;
  font-size: 14px;
  font-weight: 500;
  font-family: 'ClanPro';
  line-height: 18px;
  padding: 9px 15px;
  width: 100%;
  height: 42px;
}
@media (min-width: 1200px) and (max-width: 1439px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .sweeper-product .mgz-product-items .product-item .product-item-info .product-item-actions .actions-primary button.tocart {
    padding: 11px 10px;
  }
}
@media (min-width: 541px) and (max-width: 991px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .sweeper-product .mgz-product-items .product-item .product-item-info .product-item-actions .actions-primary button.tocart {
    padding: 8px 10px;
  }
}
@media (min-width: 1200px) and (max-width: 1639px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .sweeper-product .mgz-product-items .product-item .product-item-info .product-item-actions .actions-primary button.tocart {
    padding: 9px;
    height: 42px;
  }
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .sweeper-product .mgz-product-items .product-item .product-item-info .product-item-actions .actions-primary button.tocart:hover {
  background: #f3e62e;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .sweeper-product .mgz-product-items .product-item .product-item-info .product-item-actions .actions-primary button.tocart span {
  display: flex;
  align-items: center;
  position: relative;
  justify-content: center;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .sweeper-product .mgz-product-items .product-item .product-item-info .product-item-actions .actions-primary button.tocart span:before {
  content: '';
  display: inline-block;
  background-image: url(../images/teenyicons_bag-solid.png);
  background-repeat: no-repeat;
  height: 20px;
  width: 20px;
  margin-right: 10px;
  margin-top: -3px;
  background-size: 100%;
}
@media (min-width: 1200px) and (max-width: 1639px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .sweeper-product .mgz-product-items .product-item .product-item-info .product-item-actions .actions-primary button.tocart span:before {
    margin-right: 5px;
  }
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .sweeper-product .mgz-product-items .product-item .product-item-info .product-item-actions .actions-primary button.tocart.modalRun {
  padding: 12px 15px;
}
@media (min-width: 576px) and (max-width: 991px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .sweeper-product .mgz-product-items .product-item .product-item-info .product-item-actions .actions-primary button.tocart.modalRun {
    padding: 8px 10px;
  }
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .sweeper-product .mgz-product-items .product-item .product-item-info .product-item-actions .actions-primary button.tocart.modalRun span {
  text-transform: capitalize;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .sweeper-product .mgz-product-items .product-item .product-item-info .product-item-actions .actions-primary button.tocart.modalRun span:before {
  background-image: url(../images/mail-icon.png);
  height: 16px;
  width: 20px;
  margin-top: 0px;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .sweeper-product .mgz-product-items .product-item .product-item-info .product-item-actions .actions-secondary .towishlist {
  position: absolute;
  left: -7px;
  top: -8px;
  z-index: 99;
  /*border: 1px solid rgba(0,0,0,.25);
						    width: 42px;
						    height: 42px;
						    display: flex;
						    align-items: center;
						    justify-content: center;*/
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .sweeper-product .mgz-product-items .product-item .product-item-info .product-item-actions .actions-secondary .towishlist:before {
  content: '';
  display: inline-block;
  background-image: url(../images/wishlist-icon.png);
  background-repeat: no-repeat;
  height: 24px;
  width: 24px;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .sweeper-product .mgz-product-items .product-item .product-item-info .product-item-actions .actions-secondary .tocompare {
  position: absolute;
  right: 0;
  top: 0;
  border: 1px solid rgba(0, 0, 0, 0.25);
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .sweeper-product .mgz-product-items .product-item .product-item-info .product-item-actions .actions-secondary .tocompare {
    width: 40px;
    height: 40px;
  }
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .sweeper-product .mgz-product-items .product-item .product-item-info .product-item-actions .actions-secondary .tocompare:before {
  content: '';
  display: inline-block;
  background-image: url(../images/compair-icon.png);
  background-repeat: no-repeat;
  height: 24px;
  width: 24px;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .battery-unver-section .mgz-container {
  display: flex;
}
@media (max-width: 768px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .battery-unver-section .mgz-container {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .battery-unver-section .mgz-container .battery-unver-banner .mgz-single-image-wrapper {
  display: block;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .battery-unver-section .mgz-container .battery-unver-banner .mgz-single-image-wrapper img {
  width: 100%;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .battery-unver-section .mgz-container .battery-unver-detail {
  background: #ffed00;
  padding: 30px;
}
@media (max-width: 768px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .battery-unver-section .mgz-container .battery-unver-detail {
    padding: 30px 15px;
  }
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .battery-unver-section .mgz-container .battery-unver-detail > .mgz-element-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .battery-unver-section .mgz-container .battery-unver-detail > .mgz-element-inner .mgz-element-heading h2 {
  font-weight: 900;
  font-size: 18px;
  line-height: normal;
  text-transform: uppercase;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .battery-unver-product {
  margin: 25px 0 30px;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .battery-unver-product .mgz-product-items .product-item {
  background: #fff;
  text-align: center;
  padding: 20px;
  width: calc((100% - 80px) / 5);
  margin-right: 20px;
  margin-bottom: 20px;
  float: none;
  display: inline-block;
}
@media (max-width: 575px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .battery-unver-product .mgz-product-items .product-item {
    width: 100%;
    margin-right: 0;
  }
}
@media (min-width: 576px) and (max-width: 991px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .battery-unver-product .mgz-product-items .product-item {
    width: calc((100% - 22px) / 2);
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .battery-unver-product .mgz-product-items .product-item {
    width: calc((100% - 40px) / 3);
  }
}
@media (min-width: 1200px) and (max-width: 1439px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .battery-unver-product .mgz-product-items .product-item {
    width: calc((100% - 60px) / 4);
  }
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .battery-unver-product .mgz-product-items .product-item:nth-child(5n) {
  margin-right: 0;
}
@media (min-width: 576px) and (max-width: 991px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .battery-unver-product .mgz-product-items .product-item:nth-child(2n) {
    margin-right: 0!important;
  }
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .battery-unver-product .mgz-product-items .product-item:nth-child(5n) {
    margin-right: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .battery-unver-product .mgz-product-items .product-item:nth-child(3n) {
    margin-right: 0!important;
  }
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .battery-unver-product .mgz-product-items .product-item:nth-child(5n) {
    margin-right: 20px;
  }
}
@media (min-width: 1200px) and (max-width: 1439px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .battery-unver-product .mgz-product-items .product-item:nth-child(4n) {
    margin-right: 0!important;
  }
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .battery-unver-product .mgz-product-items .product-item:nth-child(5n) {
    margin-right: 20px;
  }
}
@media (max-width: 768px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .battery-unver-product .mgz-product-items .product-item {
    padding: 10px!important;
  }
}
@media (min-width: 1200px) and (max-width: 1439px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .battery-unver-product .mgz-product-items .product-item {
    padding: 15px;
  }
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .battery-unver-product .mgz-product-items .product-item .product-item-info {
  padding: 0;
  border: none;
  position: relative;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .battery-unver-product .mgz-product-items .product-item .product-item-info .product-item-photo {
  display: block;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .battery-unver-product .mgz-product-items .product-item .product-item-info .product-item-details .product-item-name {
  text-align: left;
  margin-bottom: 15px;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .battery-unver-product .mgz-product-items .product-item .product-item-info .product-item-details .product-item-name .product-item-link {
  font-size: 18px;
  font-weight: 500;
  line-height: 23px;
  color: #000;
  text-decoration: none;
  display: block;
  min-height: 46px;
}
@media (max-width: 768px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .battery-unver-product .mgz-product-items .product-item .product-item-info .product-item-details .product-item-name .product-item-link {
    font-size: 14px;
    line-height: 19px;
    height: auto;
  }
}
@media (min-width: 769px) and (max-width: 1439px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .battery-unver-product .mgz-product-items .product-item .product-item-info .product-item-details .product-item-name .product-item-link {
    font-size: 15px;
    line-height: 20px;
    min-height: 40px;
  }
}
@media (max-width: 543px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .battery-unver-product .mgz-product-items .product-item .product-item-info .product-item-details .product-item-name .product-item-link {
    min-height: 100%;
  }
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .battery-unver-product .mgz-product-items .product-item .product-item-info .product-item-details .price-box {
  text-align: left;
  margin-bottom: 35px;
  display: flex;
  align-items: center;
  height: 25px;
}
@media (max-width: 768px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .battery-unver-product .mgz-product-items .product-item .product-item-info .product-item-details .price-box {
    margin-bottom: 15px;
  }
}
@media (min-width: 769px) and (max-width: 1439px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .battery-unver-product .mgz-product-items .product-item .product-item-info .product-item-details .price-box {
    margin-bottom: 25px;
  }
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .battery-unver-product .mgz-product-items .product-item .product-item-info .product-item-details .price-box .special-price {
  order: 2;
}
@media (max-width: 768px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .battery-unver-product .mgz-product-items .product-item .product-item-info .product-item-details .price-box .special-price {
    margin-top: 0;
  }
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .battery-unver-product .mgz-product-items .product-item .product-item-info .product-item-details .price-box .old-price {
  order: 1;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .battery-unver-product .mgz-product-items .product-item .product-item-info .product-item-details .price-box .old-price .price-label {
  display: none;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .battery-unver-product .mgz-product-items .product-item .product-item-info .product-item-details .price-box .old-price .price {
  color: #ABABAB;
  display: inline-block;
  text-decoration: line-through;
  font-weight: normal;
  font-size: 16px;
  margin-right: 5px;
  line-height: 20px;
}
@media (max-width: 1439px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .battery-unver-product .mgz-product-items .product-item .product-item-info .product-item-details .price-box .old-price .price {
    font-size: 14px;
    margin: 0 5px 0 0;
    line-height: 19px;
  }
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .battery-unver-product .mgz-product-items .product-item .product-item-info .product-item-details .price-box span.price {
  font-size: 20px;
  line-height: 25px;
  color: #000;
  font-weight: 500;
}
@media (max-width: 1439px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .battery-unver-product .mgz-product-items .product-item .product-item-info .product-item-details .price-box span.price {
    font-size: 16px;
    line-height: 21px;
    margin: 0;
  }
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .battery-unver-product .mgz-product-items .product-item .product-item-info .product-item-actions {
  /*display: flex;
				    justify-content: center;
				    align-items: center;
				    position: relative;*/
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .battery-unver-product .mgz-product-items .product-item .product-item-info .product-item-actions .actions-primary {
  /*width:~"calc(100% - 104px)";*/
  width: 100%;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .battery-unver-product .mgz-product-items .product-item .product-item-info .product-item-actions .actions-primary .stock.unavailable {
  height: 42px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  padding: 9px 15px;
  text-align: center;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .battery-unver-product .mgz-product-items .product-item .product-item-info .product-item-actions .actions-primary button.tocart {
  background: #FFED00;
  border: none;
  color: #000;
  font-size: 14px;
  font-weight: 500;
  font-family: 'ClanPro';
  line-height: 18px;
  padding: 9px 15px;
  width: 100%;
  height: 42px;
}
@media (min-width: 1200px) and (max-width: 1439px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .battery-unver-product .mgz-product-items .product-item .product-item-info .product-item-actions .actions-primary button.tocart {
    padding: 11px 10px;
  }
}
@media (min-width: 541px) and (max-width: 991px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .battery-unver-product .mgz-product-items .product-item .product-item-info .product-item-actions .actions-primary button.tocart {
    padding: 8px 10px;
  }
}
@media (min-width: 1200px) and (max-width: 1639px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .battery-unver-product .mgz-product-items .product-item .product-item-info .product-item-actions .actions-primary button.tocart {
    padding: 9px;
    height: 42px;
  }
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .battery-unver-product .mgz-product-items .product-item .product-item-info .product-item-actions .actions-primary button.tocart:hover {
  background: #f3e62e;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .battery-unver-product .mgz-product-items .product-item .product-item-info .product-item-actions .actions-primary button.tocart span {
  display: flex;
  align-items: center;
  position: relative;
  justify-content: center;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .battery-unver-product .mgz-product-items .product-item .product-item-info .product-item-actions .actions-primary button.tocart span:before {
  content: '';
  display: inline-block;
  background-image: url(../images/teenyicons_bag-solid.png);
  background-repeat: no-repeat;
  height: 20px;
  width: 20px;
  margin-right: 10px;
  margin-top: -3px;
  background-size: 100%;
}
@media (min-width: 1200px) and (max-width: 1639px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .battery-unver-product .mgz-product-items .product-item .product-item-info .product-item-actions .actions-primary button.tocart span:before {
    margin-right: 5px;
  }
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .battery-unver-product .mgz-product-items .product-item .product-item-info .product-item-actions .actions-primary button.tocart.modalRun {
  padding: 12px 15px;
}
@media (min-width: 576px) and (max-width: 991px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .battery-unver-product .mgz-product-items .product-item .product-item-info .product-item-actions .actions-primary button.tocart.modalRun {
    padding: 8px 10px;
  }
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .battery-unver-product .mgz-product-items .product-item .product-item-info .product-item-actions .actions-primary button.tocart.modalRun span {
  text-transform: capitalize;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .battery-unver-product .mgz-product-items .product-item .product-item-info .product-item-actions .actions-primary button.tocart.modalRun span:before {
  background-image: url(../images/mail-icon.png);
  height: 16px;
  width: 20px;
  margin-top: 0px;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .battery-unver-product .mgz-product-items .product-item .product-item-info .product-item-actions .actions-secondary .towishlist {
  position: absolute;
  left: -7px;
  top: -8px;
  z-index: 99;
  /*border: 1px solid rgba(0,0,0,.25);
						    width: 42px;
						    height: 42px;
						    display: flex;
						    align-items: center;
						    justify-content: center;*/
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .battery-unver-product .mgz-product-items .product-item .product-item-info .product-item-actions .actions-secondary .towishlist:before {
  content: '';
  display: inline-block;
  background-image: url(../images/wishlist-icon.png);
  background-repeat: no-repeat;
  height: 24px;
  width: 24px;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .battery-unver-product .mgz-product-items .product-item .product-item-info .product-item-actions .actions-secondary .tocompare {
  position: absolute;
  right: 0;
  top: 0;
  border: 1px solid rgba(0, 0, 0, 0.25);
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .battery-unver-product .mgz-product-items .product-item .product-item-info .product-item-actions .actions-secondary .tocompare {
    width: 40px;
    height: 40px;
  }
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .garden-care-section .battery-unver-product .mgz-product-items .product-item .product-item-info .product-item-actions .actions-secondary .tocompare:before {
  content: '';
  display: inline-block;
  background-image: url(../images/compair-icon.png);
  background-repeat: no-repeat;
  height: 24px;
  width: 24px;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .water-drinking-section .mgz-container .water-drinking-banner .mgz-single-image-wrapper {
  display: block;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .water-drinking-section .mgz-container .water-drinking-banner .mgz-single-image-wrapper img {
  width: 100%;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .water-drinking-section .mgz-container .water-drinking-heading {
  padding: 25px 0;
  border-bottom: 2px solid #000;
  margin-bottom: 25px;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .water-drinking-section .mgz-container .water-drinking-heading .mgz-element-heading .mgz-element-inner {
  margin: 0;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .water-drinking-section .mgz-container .water-drinking-heading .mgz-element-heading .mgz-element-inner > h2 {
  color: #000;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 28px;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .water-drinking-section .mgz-container .water-drinking-heading .mgz-element-heading .mgz-element-inner > h2 {
    font-size: 24px;
    line-height: 30px;
  }
}
@media (min-width: 769px) and (max-width: 1199px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .water-drinking-section .mgz-container .water-drinking-heading .mgz-element-heading .mgz-element-inner > h2 {
    font-size: 26px;
  }
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .water-drinking-section .mgz-container .water-drinking-heading .mgz-element-text .mgz-element-inner > p {
  font-weight: normal;
  line-height: 22px;
  font-size: 14px;
  color: #464242;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .water-drinking-section .mgz-container .water-wpd-section.water-wpd-50 {
  padding-right: 15px;
}
@media (max-width: 768px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .water-drinking-section .mgz-container .water-wpd-section.water-wpd-50 {
    padding: 0;
    margin-bottom: 25px;
    width: 100%;
  }
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .water-drinking-section .mgz-container .water-wpd-section.water-wpd-200 {
  padding-left: 15px;
}
@media (max-width: 768px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .water-drinking-section .mgz-container .water-wpd-section.water-wpd-200 {
    padding: 0;
    width: 100%;
  }
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .water-drinking-section .mgz-container .water-wpd-section > .mgz-element-inner {
  display: flex;
  flex-wrap: wrap;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .water-drinking-section .mgz-container .water-wpd-section > .mgz-element-inner .mgz-element-single_image {
  width: 25%;
}
@media (max-width: 768px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .water-drinking-section .mgz-container .water-wpd-section > .mgz-element-inner .mgz-element-single_image {
    width: 100%;
  }
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .water-drinking-section .mgz-container .water-wpd-section > .mgz-element-inner .mgz-element-single_image > .mgz-element-inner {
  margin: 0;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .water-drinking-section .mgz-container .water-wpd-section > .mgz-element-inner .mgz-element-single_image > .mgz-element-inner .mgz-single-image-wrapper {
  display: block;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .water-drinking-section .mgz-container .water-wpd-section > .mgz-element-inner .mgz-element-single_image > .mgz-element-inner .mgz-single-image-wrapper img {
  width: 100%;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .water-drinking-section .mgz-container .water-wpd-section > .mgz-element-inner .mgz-element-raw_html {
  width: 75%;
  padding-left: 20px;
}
@media (max-width: 768px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .water-drinking-section .mgz-container .water-wpd-section > .mgz-element-inner .mgz-element-raw_html {
    width: 100%;
    padding: 15px 0 0 0;
  }
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .water-drinking-section .mgz-container .water-wpd-section > .mgz-element-inner .mgz-element-raw_html h2 {
  font-size: 24px;
  font-weight: 700;
  color: #000;
  margin: 0 0 15px 0;
}
@media (max-width: 768px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .water-drinking-section .mgz-container .water-wpd-section > .mgz-element-inner .mgz-element-raw_html h2 {
    font-size: 18px;
  }
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .water-drinking-section .mgz-container .water-wpd-section > .mgz-element-inner .mgz-element-raw_html .read-btn a {
  display: inline-block;
  color: #000;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
  text-decoration: none;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .water-drinking-section .mgz-container .water-greener-planet,
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .water-drinking-section .mgz-container .water-saving-enterprise,
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .water-drinking-section .mgz-container .water-different-section {
  margin: 25px 0;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .water-drinking-section .mgz-container .water-greener-planet .mgz-single-image-wrapper,
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .water-drinking-section .mgz-container .water-saving-enterprise .mgz-single-image-wrapper,
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .water-drinking-section .mgz-container .water-different-section .mgz-single-image-wrapper {
  display: block;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .water-drinking-section .mgz-container .water-greener-planet .mgz-single-image-wrapper img,
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .water-drinking-section .mgz-container .water-saving-enterprise .mgz-single-image-wrapper img,
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .water-drinking-section .mgz-container .water-different-section .mgz-single-image-wrapper img {
  width: 100%;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .water-drinking-section .mgz-container .water-greener-planet-product .mgz-product-items .product-item,
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .water-drinking-section .mgz-container .water-saving-enterprise-product .mgz-product-items .product-item,
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .water-drinking-section .mgz-container .water-different-section-product .mgz-product-items .product-item {
  background: #fff;
  text-align: center;
  padding: 20px;
  width: calc((100% - 80px) / 5);
  margin-right: 20px;
  margin-bottom: 20px;
  float: none;
  display: inline-block;
}
@media (max-width: 575px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .water-drinking-section .mgz-container .water-greener-planet-product .mgz-product-items .product-item,
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .water-drinking-section .mgz-container .water-saving-enterprise-product .mgz-product-items .product-item,
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .water-drinking-section .mgz-container .water-different-section-product .mgz-product-items .product-item {
    width: 100%;
    margin-right: 0;
  }
}
@media (min-width: 576px) and (max-width: 991px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .water-drinking-section .mgz-container .water-greener-planet-product .mgz-product-items .product-item,
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .water-drinking-section .mgz-container .water-saving-enterprise-product .mgz-product-items .product-item,
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .water-drinking-section .mgz-container .water-different-section-product .mgz-product-items .product-item {
    width: calc((100% - 22px) / 2);
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .water-drinking-section .mgz-container .water-greener-planet-product .mgz-product-items .product-item,
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .water-drinking-section .mgz-container .water-saving-enterprise-product .mgz-product-items .product-item,
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .water-drinking-section .mgz-container .water-different-section-product .mgz-product-items .product-item {
    width: calc((100% - 40px) / 3);
  }
}
@media (min-width: 1200px) and (max-width: 1439px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .water-drinking-section .mgz-container .water-greener-planet-product .mgz-product-items .product-item,
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .water-drinking-section .mgz-container .water-saving-enterprise-product .mgz-product-items .product-item,
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .water-drinking-section .mgz-container .water-different-section-product .mgz-product-items .product-item {
    width: calc((100% - 60px) / 4);
  }
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .water-drinking-section .mgz-container .water-greener-planet-product .mgz-product-items .product-item:nth-child(5n),
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .water-drinking-section .mgz-container .water-saving-enterprise-product .mgz-product-items .product-item:nth-child(5n),
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .water-drinking-section .mgz-container .water-different-section-product .mgz-product-items .product-item:nth-child(5n) {
  margin-right: 0;
}
@media (min-width: 576px) and (max-width: 991px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .water-drinking-section .mgz-container .water-greener-planet-product .mgz-product-items .product-item:nth-child(2n),
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .water-drinking-section .mgz-container .water-saving-enterprise-product .mgz-product-items .product-item:nth-child(2n),
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .water-drinking-section .mgz-container .water-different-section-product .mgz-product-items .product-item:nth-child(2n) {
    margin-right: 0!important;
  }
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .water-drinking-section .mgz-container .water-greener-planet-product .mgz-product-items .product-item:nth-child(5n),
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .water-drinking-section .mgz-container .water-saving-enterprise-product .mgz-product-items .product-item:nth-child(5n),
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .water-drinking-section .mgz-container .water-different-section-product .mgz-product-items .product-item:nth-child(5n) {
    margin-right: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .water-drinking-section .mgz-container .water-greener-planet-product .mgz-product-items .product-item:nth-child(3n),
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .water-drinking-section .mgz-container .water-saving-enterprise-product .mgz-product-items .product-item:nth-child(3n),
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .water-drinking-section .mgz-container .water-different-section-product .mgz-product-items .product-item:nth-child(3n) {
    margin-right: 0!important;
  }
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .water-drinking-section .mgz-container .water-greener-planet-product .mgz-product-items .product-item:nth-child(5n),
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .water-drinking-section .mgz-container .water-saving-enterprise-product .mgz-product-items .product-item:nth-child(5n),
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .water-drinking-section .mgz-container .water-different-section-product .mgz-product-items .product-item:nth-child(5n) {
    margin-right: 20px;
  }
}
@media (min-width: 1200px) and (max-width: 1439px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .water-drinking-section .mgz-container .water-greener-planet-product .mgz-product-items .product-item:nth-child(4n),
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .water-drinking-section .mgz-container .water-saving-enterprise-product .mgz-product-items .product-item:nth-child(4n),
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .water-drinking-section .mgz-container .water-different-section-product .mgz-product-items .product-item:nth-child(4n) {
    margin-right: 0!important;
  }
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .water-drinking-section .mgz-container .water-greener-planet-product .mgz-product-items .product-item:nth-child(5n),
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .water-drinking-section .mgz-container .water-saving-enterprise-product .mgz-product-items .product-item:nth-child(5n),
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .water-drinking-section .mgz-container .water-different-section-product .mgz-product-items .product-item:nth-child(5n) {
    margin-right: 20px;
  }
}
@media (max-width: 768px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .water-drinking-section .mgz-container .water-greener-planet-product .mgz-product-items .product-item,
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .water-drinking-section .mgz-container .water-saving-enterprise-product .mgz-product-items .product-item,
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .water-drinking-section .mgz-container .water-different-section-product .mgz-product-items .product-item {
    padding: 10px!important;
  }
}
@media (min-width: 1200px) and (max-width: 1439px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .water-drinking-section .mgz-container .water-greener-planet-product .mgz-product-items .product-item,
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .water-drinking-section .mgz-container .water-saving-enterprise-product .mgz-product-items .product-item,
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .water-drinking-section .mgz-container .water-different-section-product .mgz-product-items .product-item {
    padding: 15px;
  }
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .water-drinking-section .mgz-container .water-greener-planet-product .mgz-product-items .product-item .product-item-info,
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .water-drinking-section .mgz-container .water-saving-enterprise-product .mgz-product-items .product-item .product-item-info,
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .water-drinking-section .mgz-container .water-different-section-product .mgz-product-items .product-item .product-item-info {
  padding: 0;
  border: none;
  position: relative;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .water-drinking-section .mgz-container .water-greener-planet-product .mgz-product-items .product-item .product-item-info .product-item-photo,
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .water-drinking-section .mgz-container .water-saving-enterprise-product .mgz-product-items .product-item .product-item-info .product-item-photo,
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .water-drinking-section .mgz-container .water-different-section-product .mgz-product-items .product-item .product-item-info .product-item-photo {
  display: block;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .water-drinking-section .mgz-container .water-greener-planet-product .mgz-product-items .product-item .product-item-info .product-item-details .product-item-name,
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .water-drinking-section .mgz-container .water-saving-enterprise-product .mgz-product-items .product-item .product-item-info .product-item-details .product-item-name,
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .water-drinking-section .mgz-container .water-different-section-product .mgz-product-items .product-item .product-item-info .product-item-details .product-item-name {
  text-align: left;
  margin-bottom: 15px;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .water-drinking-section .mgz-container .water-greener-planet-product .mgz-product-items .product-item .product-item-info .product-item-details .product-item-name .product-item-link,
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .water-drinking-section .mgz-container .water-saving-enterprise-product .mgz-product-items .product-item .product-item-info .product-item-details .product-item-name .product-item-link,
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .water-drinking-section .mgz-container .water-different-section-product .mgz-product-items .product-item .product-item-info .product-item-details .product-item-name .product-item-link {
  font-size: 18px;
  font-weight: 500;
  line-height: 23px;
  color: #000;
  text-decoration: none;
  display: block;
  min-height: 46px;
}
@media (max-width: 768px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .water-drinking-section .mgz-container .water-greener-planet-product .mgz-product-items .product-item .product-item-info .product-item-details .product-item-name .product-item-link,
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .water-drinking-section .mgz-container .water-saving-enterprise-product .mgz-product-items .product-item .product-item-info .product-item-details .product-item-name .product-item-link,
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .water-drinking-section .mgz-container .water-different-section-product .mgz-product-items .product-item .product-item-info .product-item-details .product-item-name .product-item-link {
    font-size: 14px;
    line-height: 19px;
    height: auto;
  }
}
@media (min-width: 769px) and (max-width: 1439px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .water-drinking-section .mgz-container .water-greener-planet-product .mgz-product-items .product-item .product-item-info .product-item-details .product-item-name .product-item-link,
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .water-drinking-section .mgz-container .water-saving-enterprise-product .mgz-product-items .product-item .product-item-info .product-item-details .product-item-name .product-item-link,
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .water-drinking-section .mgz-container .water-different-section-product .mgz-product-items .product-item .product-item-info .product-item-details .product-item-name .product-item-link {
    font-size: 15px;
    line-height: 20px;
    min-height: 40px;
  }
}
@media (max-width: 543px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .water-drinking-section .mgz-container .water-greener-planet-product .mgz-product-items .product-item .product-item-info .product-item-details .product-item-name .product-item-link,
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .water-drinking-section .mgz-container .water-saving-enterprise-product .mgz-product-items .product-item .product-item-info .product-item-details .product-item-name .product-item-link,
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .water-drinking-section .mgz-container .water-different-section-product .mgz-product-items .product-item .product-item-info .product-item-details .product-item-name .product-item-link {
    min-height: 100%;
  }
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .water-drinking-section .mgz-container .water-greener-planet-product .mgz-product-items .product-item .product-item-info .product-item-details .price-box,
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .water-drinking-section .mgz-container .water-saving-enterprise-product .mgz-product-items .product-item .product-item-info .product-item-details .price-box,
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .water-drinking-section .mgz-container .water-different-section-product .mgz-product-items .product-item .product-item-info .product-item-details .price-box {
  text-align: left;
  margin-bottom: 35px;
  display: flex;
  align-items: center;
  height: 25px;
}
@media (max-width: 768px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .water-drinking-section .mgz-container .water-greener-planet-product .mgz-product-items .product-item .product-item-info .product-item-details .price-box,
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .water-drinking-section .mgz-container .water-saving-enterprise-product .mgz-product-items .product-item .product-item-info .product-item-details .price-box,
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .water-drinking-section .mgz-container .water-different-section-product .mgz-product-items .product-item .product-item-info .product-item-details .price-box {
    margin-bottom: 15px;
  }
}
@media (min-width: 769px) and (max-width: 1439px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .water-drinking-section .mgz-container .water-greener-planet-product .mgz-product-items .product-item .product-item-info .product-item-details .price-box,
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .water-drinking-section .mgz-container .water-saving-enterprise-product .mgz-product-items .product-item .product-item-info .product-item-details .price-box,
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .water-drinking-section .mgz-container .water-different-section-product .mgz-product-items .product-item .product-item-info .product-item-details .price-box {
    margin-bottom: 25px;
  }
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .water-drinking-section .mgz-container .water-greener-planet-product .mgz-product-items .product-item .product-item-info .product-item-details .price-box .special-price,
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .water-drinking-section .mgz-container .water-saving-enterprise-product .mgz-product-items .product-item .product-item-info .product-item-details .price-box .special-price,
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .water-drinking-section .mgz-container .water-different-section-product .mgz-product-items .product-item .product-item-info .product-item-details .price-box .special-price {
  order: 2;
}
@media (max-width: 768px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .water-drinking-section .mgz-container .water-greener-planet-product .mgz-product-items .product-item .product-item-info .product-item-details .price-box .special-price,
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .water-drinking-section .mgz-container .water-saving-enterprise-product .mgz-product-items .product-item .product-item-info .product-item-details .price-box .special-price,
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .water-drinking-section .mgz-container .water-different-section-product .mgz-product-items .product-item .product-item-info .product-item-details .price-box .special-price {
    margin-top: 0;
  }
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .water-drinking-section .mgz-container .water-greener-planet-product .mgz-product-items .product-item .product-item-info .product-item-details .price-box .old-price,
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .water-drinking-section .mgz-container .water-saving-enterprise-product .mgz-product-items .product-item .product-item-info .product-item-details .price-box .old-price,
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .water-drinking-section .mgz-container .water-different-section-product .mgz-product-items .product-item .product-item-info .product-item-details .price-box .old-price {
  order: 1;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .water-drinking-section .mgz-container .water-greener-planet-product .mgz-product-items .product-item .product-item-info .product-item-details .price-box .old-price .price-label,
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .water-drinking-section .mgz-container .water-saving-enterprise-product .mgz-product-items .product-item .product-item-info .product-item-details .price-box .old-price .price-label,
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .water-drinking-section .mgz-container .water-different-section-product .mgz-product-items .product-item .product-item-info .product-item-details .price-box .old-price .price-label {
  display: none;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .water-drinking-section .mgz-container .water-greener-planet-product .mgz-product-items .product-item .product-item-info .product-item-details .price-box .old-price .price,
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .water-drinking-section .mgz-container .water-saving-enterprise-product .mgz-product-items .product-item .product-item-info .product-item-details .price-box .old-price .price,
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .water-drinking-section .mgz-container .water-different-section-product .mgz-product-items .product-item .product-item-info .product-item-details .price-box .old-price .price {
  color: #ABABAB;
  display: inline-block;
  text-decoration: line-through;
  font-weight: normal;
  font-size: 16px;
  margin-right: 5px;
  line-height: 20px;
}
@media (max-width: 1439px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .water-drinking-section .mgz-container .water-greener-planet-product .mgz-product-items .product-item .product-item-info .product-item-details .price-box .old-price .price,
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .water-drinking-section .mgz-container .water-saving-enterprise-product .mgz-product-items .product-item .product-item-info .product-item-details .price-box .old-price .price,
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .water-drinking-section .mgz-container .water-different-section-product .mgz-product-items .product-item .product-item-info .product-item-details .price-box .old-price .price {
    font-size: 14px;
    margin: 0 5px 0 0;
    line-height: 19px;
  }
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .water-drinking-section .mgz-container .water-greener-planet-product .mgz-product-items .product-item .product-item-info .product-item-details .price-box span.price,
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .water-drinking-section .mgz-container .water-saving-enterprise-product .mgz-product-items .product-item .product-item-info .product-item-details .price-box span.price,
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .water-drinking-section .mgz-container .water-different-section-product .mgz-product-items .product-item .product-item-info .product-item-details .price-box span.price {
  font-size: 20px;
  line-height: 25px;
  color: #000;
  font-weight: 500;
}
@media (max-width: 1439px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .water-drinking-section .mgz-container .water-greener-planet-product .mgz-product-items .product-item .product-item-info .product-item-details .price-box span.price,
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .water-drinking-section .mgz-container .water-saving-enterprise-product .mgz-product-items .product-item .product-item-info .product-item-details .price-box span.price,
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .water-drinking-section .mgz-container .water-different-section-product .mgz-product-items .product-item .product-item-info .product-item-details .price-box span.price {
    font-size: 16px;
    line-height: 21px;
    margin: 0;
  }
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .water-drinking-section .mgz-container .water-greener-planet-product .mgz-product-items .product-item .product-item-info .product-item-actions,
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .water-drinking-section .mgz-container .water-saving-enterprise-product .mgz-product-items .product-item .product-item-info .product-item-actions,
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .water-drinking-section .mgz-container .water-different-section-product .mgz-product-items .product-item .product-item-info .product-item-actions {
  /*display: flex;
				    justify-content: center;
				    align-items: center;
				    position: relative;*/
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .water-drinking-section .mgz-container .water-greener-planet-product .mgz-product-items .product-item .product-item-info .product-item-actions .actions-primary,
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .water-drinking-section .mgz-container .water-saving-enterprise-product .mgz-product-items .product-item .product-item-info .product-item-actions .actions-primary,
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .water-drinking-section .mgz-container .water-different-section-product .mgz-product-items .product-item .product-item-info .product-item-actions .actions-primary {
  /*width:~"calc(100% - 104px)";*/
  width: 100%;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .water-drinking-section .mgz-container .water-greener-planet-product .mgz-product-items .product-item .product-item-info .product-item-actions .actions-primary .stock.unavailable,
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .water-drinking-section .mgz-container .water-saving-enterprise-product .mgz-product-items .product-item .product-item-info .product-item-actions .actions-primary .stock.unavailable,
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .water-drinking-section .mgz-container .water-different-section-product .mgz-product-items .product-item .product-item-info .product-item-actions .actions-primary .stock.unavailable {
  height: 42px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  padding: 9px 15px;
  text-align: center;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .water-drinking-section .mgz-container .water-greener-planet-product .mgz-product-items .product-item .product-item-info .product-item-actions .actions-primary button.tocart,
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .water-drinking-section .mgz-container .water-saving-enterprise-product .mgz-product-items .product-item .product-item-info .product-item-actions .actions-primary button.tocart,
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .water-drinking-section .mgz-container .water-different-section-product .mgz-product-items .product-item .product-item-info .product-item-actions .actions-primary button.tocart {
  background: #FFED00;
  border: none;
  color: #000;
  font-size: 14px;
  font-weight: 500;
  font-family: 'ClanPro';
  line-height: 18px;
  padding: 9px 15px;
  width: 100%;
  height: 42px;
}
@media (min-width: 1200px) and (max-width: 1439px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .water-drinking-section .mgz-container .water-greener-planet-product .mgz-product-items .product-item .product-item-info .product-item-actions .actions-primary button.tocart,
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .water-drinking-section .mgz-container .water-saving-enterprise-product .mgz-product-items .product-item .product-item-info .product-item-actions .actions-primary button.tocart,
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .water-drinking-section .mgz-container .water-different-section-product .mgz-product-items .product-item .product-item-info .product-item-actions .actions-primary button.tocart {
    padding: 11px 10px;
  }
}
@media (min-width: 541px) and (max-width: 991px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .water-drinking-section .mgz-container .water-greener-planet-product .mgz-product-items .product-item .product-item-info .product-item-actions .actions-primary button.tocart,
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .water-drinking-section .mgz-container .water-saving-enterprise-product .mgz-product-items .product-item .product-item-info .product-item-actions .actions-primary button.tocart,
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .water-drinking-section .mgz-container .water-different-section-product .mgz-product-items .product-item .product-item-info .product-item-actions .actions-primary button.tocart {
    padding: 8px 10px;
  }
}
@media (min-width: 1200px) and (max-width: 1639px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .water-drinking-section .mgz-container .water-greener-planet-product .mgz-product-items .product-item .product-item-info .product-item-actions .actions-primary button.tocart,
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .water-drinking-section .mgz-container .water-saving-enterprise-product .mgz-product-items .product-item .product-item-info .product-item-actions .actions-primary button.tocart,
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .water-drinking-section .mgz-container .water-different-section-product .mgz-product-items .product-item .product-item-info .product-item-actions .actions-primary button.tocart {
    padding: 9px;
    height: 42px;
  }
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .water-drinking-section .mgz-container .water-greener-planet-product .mgz-product-items .product-item .product-item-info .product-item-actions .actions-primary button.tocart:hover,
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .water-drinking-section .mgz-container .water-saving-enterprise-product .mgz-product-items .product-item .product-item-info .product-item-actions .actions-primary button.tocart:hover,
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .water-drinking-section .mgz-container .water-different-section-product .mgz-product-items .product-item .product-item-info .product-item-actions .actions-primary button.tocart:hover {
  background: #f3e62e;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .water-drinking-section .mgz-container .water-greener-planet-product .mgz-product-items .product-item .product-item-info .product-item-actions .actions-primary button.tocart span,
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .water-drinking-section .mgz-container .water-saving-enterprise-product .mgz-product-items .product-item .product-item-info .product-item-actions .actions-primary button.tocart span,
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .water-drinking-section .mgz-container .water-different-section-product .mgz-product-items .product-item .product-item-info .product-item-actions .actions-primary button.tocart span {
  display: flex;
  align-items: center;
  position: relative;
  justify-content: center;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .water-drinking-section .mgz-container .water-greener-planet-product .mgz-product-items .product-item .product-item-info .product-item-actions .actions-primary button.tocart span:before,
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .water-drinking-section .mgz-container .water-saving-enterprise-product .mgz-product-items .product-item .product-item-info .product-item-actions .actions-primary button.tocart span:before,
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .water-drinking-section .mgz-container .water-different-section-product .mgz-product-items .product-item .product-item-info .product-item-actions .actions-primary button.tocart span:before {
  content: '';
  display: inline-block;
  background-image: url(../images/teenyicons_bag-solid.png);
  background-repeat: no-repeat;
  height: 20px;
  width: 20px;
  margin-right: 10px;
  margin-top: -3px;
  background-size: 100%;
}
@media (min-width: 1200px) and (max-width: 1639px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .water-drinking-section .mgz-container .water-greener-planet-product .mgz-product-items .product-item .product-item-info .product-item-actions .actions-primary button.tocart span:before,
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .water-drinking-section .mgz-container .water-saving-enterprise-product .mgz-product-items .product-item .product-item-info .product-item-actions .actions-primary button.tocart span:before,
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .water-drinking-section .mgz-container .water-different-section-product .mgz-product-items .product-item .product-item-info .product-item-actions .actions-primary button.tocart span:before {
    margin-right: 5px;
  }
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .water-drinking-section .mgz-container .water-greener-planet-product .mgz-product-items .product-item .product-item-info .product-item-actions .actions-primary button.tocart.modalRun,
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .water-drinking-section .mgz-container .water-saving-enterprise-product .mgz-product-items .product-item .product-item-info .product-item-actions .actions-primary button.tocart.modalRun,
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .water-drinking-section .mgz-container .water-different-section-product .mgz-product-items .product-item .product-item-info .product-item-actions .actions-primary button.tocart.modalRun {
  padding: 12px 15px;
}
@media (min-width: 576px) and (max-width: 991px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .water-drinking-section .mgz-container .water-greener-planet-product .mgz-product-items .product-item .product-item-info .product-item-actions .actions-primary button.tocart.modalRun,
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .water-drinking-section .mgz-container .water-saving-enterprise-product .mgz-product-items .product-item .product-item-info .product-item-actions .actions-primary button.tocart.modalRun,
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .water-drinking-section .mgz-container .water-different-section-product .mgz-product-items .product-item .product-item-info .product-item-actions .actions-primary button.tocart.modalRun {
    padding: 8px 10px;
  }
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .water-drinking-section .mgz-container .water-greener-planet-product .mgz-product-items .product-item .product-item-info .product-item-actions .actions-primary button.tocart.modalRun span,
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .water-drinking-section .mgz-container .water-saving-enterprise-product .mgz-product-items .product-item .product-item-info .product-item-actions .actions-primary button.tocart.modalRun span,
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .water-drinking-section .mgz-container .water-different-section-product .mgz-product-items .product-item .product-item-info .product-item-actions .actions-primary button.tocart.modalRun span {
  text-transform: capitalize;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .water-drinking-section .mgz-container .water-greener-planet-product .mgz-product-items .product-item .product-item-info .product-item-actions .actions-primary button.tocart.modalRun span:before,
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .water-drinking-section .mgz-container .water-saving-enterprise-product .mgz-product-items .product-item .product-item-info .product-item-actions .actions-primary button.tocart.modalRun span:before,
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .water-drinking-section .mgz-container .water-different-section-product .mgz-product-items .product-item .product-item-info .product-item-actions .actions-primary button.tocart.modalRun span:before {
  background-image: url(../images/mail-icon.png);
  height: 16px;
  width: 20px;
  margin-top: 0px;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .water-drinking-section .mgz-container .water-greener-planet-product .mgz-product-items .product-item .product-item-info .product-item-actions .actions-secondary .towishlist,
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .water-drinking-section .mgz-container .water-saving-enterprise-product .mgz-product-items .product-item .product-item-info .product-item-actions .actions-secondary .towishlist,
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .water-drinking-section .mgz-container .water-different-section-product .mgz-product-items .product-item .product-item-info .product-item-actions .actions-secondary .towishlist {
  position: absolute;
  left: -7px;
  top: -8px;
  z-index: 99;
  /*border: 1px solid rgba(0,0,0,.25);
						    width: 42px;
						    height: 42px;
						    display: flex;
						    align-items: center;
						    justify-content: center;*/
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .water-drinking-section .mgz-container .water-greener-planet-product .mgz-product-items .product-item .product-item-info .product-item-actions .actions-secondary .towishlist:before,
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .water-drinking-section .mgz-container .water-saving-enterprise-product .mgz-product-items .product-item .product-item-info .product-item-actions .actions-secondary .towishlist:before,
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .water-drinking-section .mgz-container .water-different-section-product .mgz-product-items .product-item .product-item-info .product-item-actions .actions-secondary .towishlist:before {
  content: '';
  display: inline-block;
  background-image: url(../images/wishlist-icon.png);
  background-repeat: no-repeat;
  height: 24px;
  width: 24px;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .water-drinking-section .mgz-container .water-greener-planet-product .mgz-product-items .product-item .product-item-info .product-item-actions .actions-secondary .tocompare,
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .water-drinking-section .mgz-container .water-saving-enterprise-product .mgz-product-items .product-item .product-item-info .product-item-actions .actions-secondary .tocompare,
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .water-drinking-section .mgz-container .water-different-section-product .mgz-product-items .product-item .product-item-info .product-item-actions .actions-secondary .tocompare {
  position: absolute;
  right: 0;
  top: 0;
  border: 1px solid rgba(0, 0, 0, 0.25);
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .water-drinking-section .mgz-container .water-greener-planet-product .mgz-product-items .product-item .product-item-info .product-item-actions .actions-secondary .tocompare,
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .water-drinking-section .mgz-container .water-saving-enterprise-product .mgz-product-items .product-item .product-item-info .product-item-actions .actions-secondary .tocompare,
  .catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .water-drinking-section .mgz-container .water-different-section-product .mgz-product-items .product-item .product-item-info .product-item-actions .actions-secondary .tocompare {
    width: 40px;
    height: 40px;
  }
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .water-drinking-section .mgz-container .water-greener-planet-product .mgz-product-items .product-item .product-item-info .product-item-actions .actions-secondary .tocompare:before,
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .water-drinking-section .mgz-container .water-saving-enterprise-product .mgz-product-items .product-item .product-item-info .product-item-actions .actions-secondary .tocompare:before,
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .water-drinking-section .mgz-container .water-different-section-product .mgz-product-items .product-item .product-item-info .product-item-actions .actions-secondary .tocompare:before {
  content: '';
  display: inline-block;
  background-image: url(../images/compair-icon.png);
  background-repeat: no-repeat;
  height: 24px;
  width: 24px;
}
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .water-drinking-section .mgz-container .water-saving-enterprise,
.catalog-category-view #maincontent .category-description div[data-content-type='row'][data-appearance='contained'] > div .magezon-builder .water-drinking-section .mgz-container .water-different-section {
  padding-top: 25px;
  margin-top: 5px;
  border-top: 2px solid #000;
}
/*Category custom style*/
.catalog-category-view,
.catalogsearch-result-index {
  background: #f5f5f5;
}
@media (max-width: 768px) {
  .catalog-category-view .page-main,
  .catalogsearch-result-index .page-main {
    margin-top: 30px;
  }
}
.catalog-category-view .page-main h1.page-title,
.catalogsearch-result-index .page-main h1.page-title {
  font-size: 22px;
  color: #000;
  font-weight: 700;
  margin: 0 0 25px;
  line-height: 20px;
}
.catalog-category-view .page-main .category-view,
.catalogsearch-result-index .page-main .category-view {
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.catalog-category-view .page-main .category-view .category-image,
.catalogsearch-result-index .page-main .category-view .category-image {
  display: none;
}
.catalog-category-view .page-main .category-view .category-description,
.catalogsearch-result-index .page-main .category-view .category-description {
  margin-bottom: 0;
}
.catalog-category-view .page-main .category-view .category-description div[data-content-type='row'],
.catalogsearch-result-index .page-main .category-view .category-description div[data-content-type='row'] {
  max-width: 100%;
}
.catalog-category-view .page-main .category-view .category-description div[data-content-type='row'] div[data-element='inner'],
.catalogsearch-result-index .page-main .category-view .category-description div[data-content-type='row'] div[data-element='inner'] {
  padding: 0!important;
  margin: 0!important;
}
.catalog-category-view .page-main .category-view .category-description div[data-content-type='row'] div[data-element='inner'] .magezon-builder .mgz-container,
.catalogsearch-result-index .page-main .category-view .category-description div[data-content-type='row'] div[data-element='inner'] .magezon-builder .mgz-container {
  width: 100%;
}
.catalog-category-view .page-main .category-view .category-description div[data-content-type='row'] div[data-element='inner'] .magezon-builder .mgz-container .mgz-element-inner,
.catalogsearch-result-index .page-main .category-view .category-description div[data-content-type='row'] div[data-element='inner'] .magezon-builder .mgz-container .mgz-element-inner {
  padding: 0;
}
.catalog-category-view .page-main .category-view .category-description div[data-content-type='row'] div[data-element='inner'] .magezon-builder .mgz-container .mgz-element-inner p,
.catalogsearch-result-index .page-main .category-view .category-description div[data-content-type='row'] div[data-element='inner'] .magezon-builder .mgz-container .mgz-element-inner p {
  font-size: 14px;
  color: #464242;
  line-height: 19px;
  font-weight: normal;
  margin: 10px 0 0 0;
}
@media (max-width: 768px) {
  .catalog-category-view .page-main .columns,
  .catalogsearch-result-index .page-main .columns {
    padding-top: 0;
  }
}
.catalog-category-view .page-main .columns .column.main,
.catalogsearch-result-index .page-main .columns .column.main {
  padding: 0;
}
.catalog-category-view .page-main .columns .column.main .toolbar-products,
.catalogsearch-result-index .page-main .columns .column.main .toolbar-products {
  width: auto;
  margin: 0;
  position: static;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 768px) {
  .catalog-category-view .page-main .columns .column.main .toolbar-products,
  .catalogsearch-result-index .page-main .columns .column.main .toolbar-products {
    margin-top: 10px;
  }
}
.catalog-category-view .page-main .columns .column.main .toolbar-products .toolbar-amount,
.catalogsearch-result-index .page-main .columns .column.main .toolbar-products .toolbar-amount {
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  color: #000;
  padding: 11px 0;
}
@media (max-width: 768px) {
  .catalog-category-view .page-main .columns .column.main .toolbar-products .toolbar-amount,
  .catalogsearch-result-index .page-main .columns .column.main .toolbar-products .toolbar-amount {
    padding: 0;
    font-size: 14px;
    line-height: 19px;
    display: inline;
  }
}
.catalog-category-view .page-main .columns .column.main .toolbar-products .toolbar-sorter,
.catalogsearch-result-index .page-main .columns .column.main .toolbar-products .toolbar-sorter {
  padding-left: 25px;
}
@media (max-width: 768px) {
  .catalog-category-view .page-main .columns .column.main .toolbar-products .toolbar-sorter,
  .catalogsearch-result-index .page-main .columns .column.main .toolbar-products .toolbar-sorter {
    position: static;
  }
}
.catalog-category-view .page-main .columns .column.main .toolbar-products .toolbar-sorter label,
.catalogsearch-result-index .page-main .columns .column.main .toolbar-products .toolbar-sorter label {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: #000;
}
@media (max-width: 768px) {
  .catalog-category-view .page-main .columns .column.main .toolbar-products .toolbar-sorter label,
  .catalogsearch-result-index .page-main .columns .column.main .toolbar-products .toolbar-sorter label {
    font-size: 14px;
    line-height: 19px;
  }
}
.catalog-category-view .page-main .columns .column.main .toolbar-products .toolbar-sorter select,
.catalogsearch-result-index .page-main .columns .column.main .toolbar-products .toolbar-sorter select {
  box-shadow: none;
  border: 1px solid rgba(0, 0, 0, 0.25);
  padding: 11px 12px;
  color: #000;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  text-transform: none;
  border-radius: 0;
  height: 42px;
  width: 141px;
  background: transparent url(../images/arrow-down.png) no-repeat center right 12px;
}
@media (max-width: 768px) {
  .catalog-category-view .page-main .columns .column.main .toolbar-products .toolbar-sorter select,
  .catalogsearch-result-index .page-main .columns .column.main .toolbar-products .toolbar-sorter select {
    padding: 10px 7px;
    height: 40px;
    width: 135px;
    background-position: center right 8px;
  }
}
.catalog-category-view .page-main .columns .column.main .toolbar-products .toolbar-sorter a.sorter-action:before,
.catalogsearch-result-index .page-main .columns .column.main .toolbar-products .toolbar-sorter a.sorter-action:before {
  color: #000;
  font-size: 18px;
}
@media (max-width: 768px) {
  .catalog-category-view .page-main .columns .column.main .products,
  .catalogsearch-result-index .page-main .columns .column.main .products {
    margin-top: 0;
  }
}
@media (max-width: 768px) {
  .catalog-category-view .page-main .columns .column.main .products ol.products,
  .catalogsearch-result-index .page-main .columns .column.main .products ol.products {
    display: flex;
    flex-wrap: wrap;
    margin: 15px 0;
  }
}
.catalog-category-view .page-main .columns .column.main .products ol.products li,
.catalogsearch-result-index .page-main .columns .column.main .products ol.products li {
  padding: 0;
  width: calc((100% - 90px) / 4);
  margin-right: 30px;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .catalog-category-view .page-main .columns .column.main .products ol.products li,
  .catalogsearch-result-index .page-main .columns .column.main .products ol.products li {
    width: 47.7%;
    margin: 0 15px 15px 0;
    display: flex;
    flex-wrap: wrap;
  }
  .catalog-category-view .page-main .columns .column.main .products ol.products li:nth-child(2n),
  .catalogsearch-result-index .page-main .columns .column.main .products ol.products li:nth-child(2n) {
    margin-right: 0;
  }
}
@media (min-width: 540px) and (max-width: 768px) {
  .catalog-category-view .page-main .columns .column.main .products ol.products li,
  .catalogsearch-result-index .page-main .columns .column.main .products ol.products li {
    width: 48%;
    margin: 0 4% 4% 0;
  }
  .catalog-category-view .page-main .columns .column.main .products ol.products li:nth-child(2n),
  .catalogsearch-result-index .page-main .columns .column.main .products ol.products li:nth-child(2n) {
    margin-right: 0;
  }
}
@media (min-width: 1200px) and (max-width: 1349px) {
  .catalog-category-view .page-main .columns .column.main .products ol.products li,
  .catalogsearch-result-index .page-main .columns .column.main .products ol.products li {
    width: calc((100% - 60px) / 4);
    margin-right: 20px;
    margin-bottom: 20px;
  }
}
.catalog-category-view .page-main .columns .column.main .products ol.products li:nth-child(4n),
.catalogsearch-result-index .page-main .columns .column.main .products ol.products li:nth-child(4n) {
  margin-right: 0;
}
@media (min-width: 769px) and (max-width: 1199px) {
  .catalog-category-view .page-main .columns .column.main .products ol.products li:nth-child(4n),
  .catalogsearch-result-index .page-main .columns .column.main .products ol.products li:nth-child(4n) {
    margin-right: 15px;
  }
}
@media (min-width: 769px) and (max-width: 991px) {
  .catalog-category-view .page-main .columns .column.main .products ol.products li,
  .catalogsearch-result-index .page-main .columns .column.main .products ol.products li {
    width: calc((100% - 15px) / 2);
    margin-right: 15px;
    margin-bottom: 15px;
  }
  .catalog-category-view .page-main .columns .column.main .products ol.products li:nth-child(2n),
  .catalogsearch-result-index .page-main .columns .column.main .products ol.products li:nth-child(2n) {
    margin-right: 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .catalog-category-view .page-main .columns .column.main .products ol.products li,
  .catalogsearch-result-index .page-main .columns .column.main .products ol.products li {
    width: calc((100% - 30px) / 3);
    margin-right: 15px;
    margin-bottom: 15px;
  }
  .catalog-category-view .page-main .columns .column.main .products ol.products li:nth-child(3n),
  .catalogsearch-result-index .page-main .columns .column.main .products ol.products li:nth-child(3n) {
    margin-right: 0;
  }
}
.catalog-category-view .page-main .columns .column.main .products ol.products li .product-item-info,
.catalogsearch-result-index .page-main .columns .column.main .products ol.products li .product-item-info {
  width: 100%;
  background: #fff;
  padding: 20px;
  border-radius: 10px;
}
@media (max-width: 1199px) {
  .catalog-category-view .page-main .columns .column.main .products ol.products li .product-item-info,
  .catalogsearch-result-index .page-main .columns .column.main .products ol.products li .product-item-info {
    padding: 10px;
  }
}
@media (min-width: 1200px) and (max-width: 1349px) {
  .catalog-category-view .page-main .columns .column.main .products ol.products li .product-item-info,
  .catalogsearch-result-index .page-main .columns .column.main .products ol.products li .product-item-info {
    padding: 15px;
  }
}
@media (max-width: 768px) {
  .catalog-category-view .page-main .columns .column.main .products ol.products li .product-item-info,
  .catalogsearch-result-index .page-main .columns .column.main .products ol.products li .product-item-info {
    height: 100%;
  }
}
.catalog-category-view .page-main .columns .column.main .products ol.products li .product-item-info:hover,
.catalogsearch-result-index .page-main .columns .column.main .products ol.products li .product-item-info:hover {
  box-shadow: none;
  margin: 0;
  border: none;
  padding: 20px;
  position: static;
}
@media (max-width: 1199px) {
  .catalog-category-view .page-main .columns .column.main .products ol.products li .product-item-info:hover,
  .catalogsearch-result-index .page-main .columns .column.main .products ol.products li .product-item-info:hover {
    padding: 10px;
  }
}
.catalog-category-view .page-main .columns .column.main .products ol.products li .product-item-info .product-item-photo,
.catalogsearch-result-index .page-main .columns .column.main .products ol.products li .product-item-info .product-item-photo {
  display: block;
}
.catalog-category-view .page-main .columns .column.main .products ol.products li .product-item-info .product-item-photo .product-image-container,
.catalogsearch-result-index .page-main .columns .column.main .products ol.products li .product-item-info .product-item-photo .product-image-container {
  width: 100% !important;
}
.catalog-category-view .page-main .columns .column.main .products ol.products li .product-item-info .product-item-photo .product-image-container .product-image-wrapper,
.catalogsearch-result-index .page-main .columns .column.main .products ol.products li .product-item-info .product-item-photo .product-image-container .product-image-wrapper {
  padding-bottom: 100% !important;
}
.catalog-category-view .page-main .columns .column.main .products ol.products li .product-item-info .product-item-details .product-item-name,
.catalogsearch-result-index .page-main .columns .column.main .products ol.products li .product-item-info .product-item-details .product-item-name {
  text-align: left;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .catalog-category-view .page-main .columns .column.main .products ol.products li .product-item-info .product-item-details .product-item-name,
  .catalogsearch-result-index .page-main .columns .column.main .products ol.products li .product-item-info .product-item-details .product-item-name {
    margin-bottom: 10px;
  }
}
.catalog-category-view .page-main .columns .column.main .products ol.products li .product-item-info .product-item-details .product-item-name .product-item-link,
.catalogsearch-result-index .page-main .columns .column.main .products ol.products li .product-item-info .product-item-details .product-item-name .product-item-link {
  font-size: 18px;
  font-weight: 500;
  line-height: 23px;
  color: #000;
  text-decoration: none;
  display: block;
  min-height: 46px;
}
@media (max-width: 768px) {
  .catalog-category-view .page-main .columns .column.main .products ol.products li .product-item-info .product-item-details .product-item-name .product-item-link,
  .catalogsearch-result-index .page-main .columns .column.main .products ol.products li .product-item-info .product-item-details .product-item-name .product-item-link {
    font-size: 14px;
    line-height: 19px;
    min-height: auto;
  }
}
@media (min-width: 540px) and (max-width: 768px) {
  .catalog-category-view .page-main .columns .column.main .products ol.products li .product-item-info .product-item-details .product-item-name .product-item-link,
  .catalogsearch-result-index .page-main .columns .column.main .products ol.products li .product-item-info .product-item-details .product-item-name .product-item-link {
    min-height: 40px;
  }
}
@media (min-width: 1200px) and (max-width: 1439px) {
  .catalog-category-view .page-main .columns .column.main .products ol.products li .product-item-info .product-item-details .product-item-name .product-item-link,
  .catalogsearch-result-index .page-main .columns .column.main .products ol.products li .product-item-info .product-item-details .product-item-name .product-item-link {
    font-size: 15px;
    line-height: 20px;
    min-height: 40px;
  }
}
@media (min-width: 540px) and (max-width: 1199px) {
  .catalog-category-view .page-main .columns .column.main .products ol.products li .product-item-info .product-item-details .product-item-name .product-item-link,
  .catalogsearch-result-index .page-main .columns .column.main .products ol.products li .product-item-info .product-item-details .product-item-name .product-item-link {
    font-size: 16px;
    line-height: 21px;
    min-height: 42px;
  }
}
.catalog-category-view .page-main .columns .column.main .products ol.products li .product-item-info .product-item-details .custom-price,
.catalogsearch-result-index .page-main .columns .column.main .products ol.products li .product-item-info .product-item-details .custom-price {
  height: 30px;
  margin: 10px 0 35px;
}
@media (max-width: 768px) {
  .catalog-category-view .page-main .columns .column.main .products ol.products li .product-item-info .product-item-details .custom-price,
  .catalogsearch-result-index .page-main .columns .column.main .products ol.products li .product-item-info .product-item-details .custom-price {
    margin-bottom: 15px;
  }
}
@media (min-width: 1200px) and (max-width: 1439px) {
  .catalog-category-view .page-main .columns .column.main .products ol.products li .product-item-info .product-item-details .custom-price,
  .catalogsearch-result-index .page-main .columns .column.main .products ol.products li .product-item-info .product-item-details .custom-price {
    margin-bottom: 25px;
  }
}
@media (min-width: 540px) and (max-width: 1199px) {
  .catalog-category-view .page-main .columns .column.main .products ol.products li .product-item-info .product-item-details .custom-price,
  .catalogsearch-result-index .page-main .columns .column.main .products ol.products li .product-item-info .product-item-details .custom-price {
    margin-bottom: 15px;
  }
}
.catalog-category-view .page-main .columns .column.main .products ol.products li .product-item-info .product-item-details .price-box,
.catalogsearch-result-index .page-main .columns .column.main .products ol.products li .product-item-info .product-item-details .price-box {
  text-align: left;
  margin-bottom: 35px;
  display: flex;
  align-items: center;
  height: 30px;
}
@media (max-width: 768px) {
  .catalog-category-view .page-main .columns .column.main .products ol.products li .product-item-info .product-item-details .price-box,
  .catalogsearch-result-index .page-main .columns .column.main .products ol.products li .product-item-info .product-item-details .price-box {
    margin-bottom: 10px;
    display: block;
  }
}
@media (min-width: 1200px) and (max-width: 1439px) {
  .catalog-category-view .page-main .columns .column.main .products ol.products li .product-item-info .product-item-details .price-box,
  .catalogsearch-result-index .page-main .columns .column.main .products ol.products li .product-item-info .product-item-details .price-box {
    margin-bottom: 25px;
  }
}
@media (min-width: 540px) and (max-width: 1199px) {
  .catalog-category-view .page-main .columns .column.main .products ol.products li .product-item-info .product-item-details .price-box,
  .catalogsearch-result-index .page-main .columns .column.main .products ol.products li .product-item-info .product-item-details .price-box {
    margin-bottom: 15px;
  }
}
.catalog-category-view .page-main .columns .column.main .products ol.products li .product-item-info .product-item-details .price-box .special-price,
.catalogsearch-result-index .page-main .columns .column.main .products ol.products li .product-item-info .product-item-details .price-box .special-price {
  order: 2;
}
@media (max-width: 768px) {
  .catalog-category-view .page-main .columns .column.main .products ol.products li .product-item-info .product-item-details .price-box .special-price,
  .catalogsearch-result-index .page-main .columns .column.main .products ol.products li .product-item-info .product-item-details .price-box .special-price {
    margin-top: 0;
  }
}
.catalog-category-view .page-main .columns .column.main .products ol.products li .product-item-info .product-item-details .price-box .old-price,
.catalogsearch-result-index .page-main .columns .column.main .products ol.products li .product-item-info .product-item-details .price-box .old-price {
  order: 1;
}
.catalog-category-view .page-main .columns .column.main .products ol.products li .product-item-info .product-item-details .price-box .old-price .price-label,
.catalogsearch-result-index .page-main .columns .column.main .products ol.products li .product-item-info .product-item-details .price-box .old-price .price-label {
  display: none;
}
.catalog-category-view .page-main .columns .column.main .products ol.products li .product-item-info .product-item-details .price-box .old-price .price,
.catalogsearch-result-index .page-main .columns .column.main .products ol.products li .product-item-info .product-item-details .price-box .old-price .price {
  color: #ABABAB;
  display: inline-block;
  text-decoration: line-through;
  font-weight: normal;
  font-size: 16px;
  margin-right: 5px;
  line-height: 20px;
}
@media (max-width: 768px) {
  .catalog-category-view .page-main .columns .column.main .products ol.products li .product-item-info .product-item-details .price-box .old-price .price,
  .catalogsearch-result-index .page-main .columns .column.main .products ol.products li .product-item-info .product-item-details .price-box .old-price .price {
    font-size: 14px;
    margin: 0 5px 0 0;
    line-height: 19px;
  }
}
@media (min-width: 540px) and (max-width: 1199px) {
  .catalog-category-view .page-main .columns .column.main .products ol.products li .product-item-info .product-item-details .price-box .old-price .price,
  .catalogsearch-result-index .page-main .columns .column.main .products ol.products li .product-item-info .product-item-details .price-box .old-price .price {
    font-size: 13px;
    line-height: 18px;
  }
}
.catalog-category-view .page-main .columns .column.main .products ol.products li .product-item-info .product-item-details .price-box span.price,
.catalogsearch-result-index .page-main .columns .column.main .products ol.products li .product-item-info .product-item-details .price-box span.price {
  font-size: 20px;
  line-height: 25px;
  color: #000;
  font-weight: 500;
}
@media (max-width: 768px) {
  .catalog-category-view .page-main .columns .column.main .products ol.products li .product-item-info .product-item-details .price-box span.price,
  .catalogsearch-result-index .page-main .columns .column.main .products ol.products li .product-item-info .product-item-details .price-box span.price {
    font-size: 16px;
    line-height: 21px;
    margin: 0;
  }
}
@media (min-width: 540px) and (max-width: 1199px) {
  .catalog-category-view .page-main .columns .column.main .products ol.products li .product-item-info .product-item-details .price-box span.price,
  .catalogsearch-result-index .page-main .columns .column.main .products ol.products li .product-item-info .product-item-details .price-box span.price {
    font-size: 15px;
    line-height: 20px;
  }
}
.catalog-category-view .page-main .columns .column.main .products ol.products li .product-item-info .product-item-inner,
.catalogsearch-result-index .page-main .columns .column.main .products ol.products li .product-item-info .product-item-inner {
  width: 100%;
  position: static;
  box-shadow: none;
  height: auto;
  margin: 0;
  padding: 0;
  border: none;
}
.catalog-category-view .page-main .columns .column.main .products ol.products li .product-item-info .product-item-inner:before,
.catalogsearch-result-index .page-main .columns .column.main .products ol.products li .product-item-info .product-item-inner:before {
  display: none;
}
.catalog-category-view .page-main .columns .column.main .products ol.products li .product-item-info .product-item-inner .label.subscribe-popup a,
.catalogsearch-result-index .page-main .columns .column.main .products ol.products li .product-item-info .product-item-inner .label.subscribe-popup a {
  color: #000;
  text-decoration: none;
  font-size: 14px;
  padding: 9px 15px;
  display: block;
  background: #fff;
}
.catalog-category-view .page-main .columns .column.main .products ol.products li .product-item-info .product-item-inner .label.subscribe-popup a:hover,
.catalogsearch-result-index .page-main .columns .column.main .products ol.products li .product-item-info .product-item-inner .label.subscribe-popup a:hover {
  background: #FFED00;
  color: #000;
}
.catalog-category-view .page-main .columns .column.main .products ol.products li .product-item-info .product-item-inner .product-item-actions,
.catalogsearch-result-index .page-main .columns .column.main .products ol.products li .product-item-info .product-item-inner .product-item-actions {
  display: flex;
  justify-content: center;
  align-items: center;
  /*position: relative;*/
  margin: 0;
}
@media (max-width: 768px) {
  .catalog-category-view .page-main .columns .column.main .products ol.products li .product-item-info .product-item-inner .product-item-actions,
  .catalogsearch-result-index .page-main .columns .column.main .products ol.products li .product-item-info .product-item-inner .product-item-actions {
    position: inherit;
  }
}
.catalog-category-view .page-main .columns .column.main .products ol.products li .product-item-info .product-item-inner .product-item-actions .actions-primary,
.catalogsearch-result-index .page-main .columns .column.main .products ol.products li .product-item-info .product-item-inner .product-item-actions .actions-primary {
  /*width:~"calc(100% - 104px)";*/
  width: 100%;
}
@media (max-width: 768px) {
  .catalog-category-view .page-main .columns .column.main .products ol.products li .product-item-info .product-item-inner .product-item-actions .actions-primary,
  .catalogsearch-result-index .page-main .columns .column.main .products ol.products li .product-item-info .product-item-inner .product-item-actions .actions-primary {
    width: 100%;
  }
}
.catalog-category-view .page-main .columns .column.main .products ol.products li .product-item-info .product-item-inner .product-item-actions .actions-primary button.tocart,
.catalogsearch-result-index .page-main .columns .column.main .products ol.products li .product-item-info .product-item-inner .product-item-actions .actions-primary button.tocart {
  background: #FFED00;
  border: none;
  color: #000;
  font-size: 14px;
  font-weight: 500;
  font-family: 'ClanPro';
  line-height: 18px;
  padding: 9px 15px;
  height: 42px;
  width: 100%;
}
@media (min-width: 1200px) and (max-width: 1439px) {
  .catalog-category-view .page-main .columns .column.main .products ol.products li .product-item-info .product-item-inner .product-item-actions .actions-primary button.tocart,
  .catalogsearch-result-index .page-main .columns .column.main .products ol.products li .product-item-info .product-item-inner .product-item-actions .actions-primary button.tocart {
    padding: 11px 10px;
  }
}
@media (min-width: 769px) and (max-width: 1199px) {
  .catalog-category-view .page-main .columns .column.main .products ol.products li .product-item-info .product-item-inner .product-item-actions .actions-primary button.tocart,
  .catalogsearch-result-index .page-main .columns .column.main .products ol.products li .product-item-info .product-item-inner .product-item-actions .actions-primary button.tocart {
    padding: 9px 11px;
  }
}
@media (min-width: 541px) and (max-width: 991px) {
  .catalog-category-view .page-main .columns .column.main .products ol.products li .product-item-info .product-item-inner .product-item-actions .actions-primary button.tocart,
  .catalogsearch-result-index .page-main .columns .column.main .products ol.products li .product-item-info .product-item-inner .product-item-actions .actions-primary button.tocart {
    padding: 8px 10px;
  }
}
.catalog-category-view .page-main .columns .column.main .products ol.products li .product-item-info .product-item-inner .product-item-actions .actions-primary button.tocart:hover,
.catalogsearch-result-index .page-main .columns .column.main .products ol.products li .product-item-info .product-item-inner .product-item-actions .actions-primary button.tocart:hover {
  background: #f3e62e;
}
.catalog-category-view .page-main .columns .column.main .products ol.products li .product-item-info .product-item-inner .product-item-actions .actions-primary button.tocart span,
.catalogsearch-result-index .page-main .columns .column.main .products ol.products li .product-item-info .product-item-inner .product-item-actions .actions-primary button.tocart span {
  display: flex;
  align-items: center;
  position: relative;
  justify-content: center;
}
.catalog-category-view .page-main .columns .column.main .products ol.products li .product-item-info .product-item-inner .product-item-actions .actions-primary button.tocart span:before,
.catalogsearch-result-index .page-main .columns .column.main .products ol.products li .product-item-info .product-item-inner .product-item-actions .actions-primary button.tocart span:before {
  content: '';
  display: inline-block;
  background-image: url(../images/teenyicons_bag-solid.png);
  background-repeat: no-repeat;
  height: 20px;
  width: 20px;
  margin-right: 10px;
  margin-top: -3px;
  background-size: 100%;
}
@media (min-width: 1200px) and (max-width: 1639px) {
  .catalog-category-view .page-main .columns .column.main .products ol.products li .product-item-info .product-item-inner .product-item-actions .actions-primary button.tocart span:before,
  .catalogsearch-result-index .page-main .columns .column.main .products ol.products li .product-item-info .product-item-inner .product-item-actions .actions-primary button.tocart span:before {
    margin-right: 5px;
  }
}
@media (max-width: 768px) {
  .catalog-category-view .page-main .columns .column.main .products ol.products li .product-item-info .product-item-inner .product-item-actions .actions-primary button.tocart span:before,
  .catalogsearch-result-index .page-main .columns .column.main .products ol.products li .product-item-info .product-item-inner .product-item-actions .actions-primary button.tocart span:before {
    height: 16px;
    width: 16px;
    margin-right: 5px;
  }
}
.catalog-category-view .page-main .columns .column.main .products ol.products li .product-item-info .product-item-inner .product-item-actions .actions-primary button.tocart.modalRun,
.catalogsearch-result-index .page-main .columns .column.main .products ol.products li .product-item-info .product-item-inner .product-item-actions .actions-primary button.tocart.modalRun {
  padding: 12px 15px;
}
@media (min-width: 540px) and (max-width: 1199px) {
  .catalog-category-view .page-main .columns .column.main .products ol.products li .product-item-info .product-item-inner .product-item-actions .actions-primary button.tocart.modalRun,
  .catalogsearch-result-index .page-main .columns .column.main .products ol.products li .product-item-info .product-item-inner .product-item-actions .actions-primary button.tocart.modalRun {
    padding: 10px 15px;
  }
}
@media (min-width: 541px) and (max-width: 991px) {
  .catalog-category-view .page-main .columns .column.main .products ol.products li .product-item-info .product-item-inner .product-item-actions .actions-primary button.tocart.modalRun,
  .catalogsearch-result-index .page-main .columns .column.main .products ol.products li .product-item-info .product-item-inner .product-item-actions .actions-primary button.tocart.modalRun {
    padding: 8px 10px;
  }
}
.catalog-category-view .page-main .columns .column.main .products ol.products li .product-item-info .product-item-inner .product-item-actions .actions-primary button.tocart.modalRun span,
.catalogsearch-result-index .page-main .columns .column.main .products ol.products li .product-item-info .product-item-inner .product-item-actions .actions-primary button.tocart.modalRun span {
  text-transform: capitalize;
}
.catalog-category-view .page-main .columns .column.main .products ol.products li .product-item-info .product-item-inner .product-item-actions .actions-primary button.tocart.modalRun span:before,
.catalogsearch-result-index .page-main .columns .column.main .products ol.products li .product-item-info .product-item-inner .product-item-actions .actions-primary button.tocart.modalRun span:before {
  background-image: url(../images/mail-icon.png);
  height: 16px;
  width: 20px;
  margin-top: 0px;
}
.catalog-category-view .page-main .columns .column.main .products ol.products li .product-item-info .product-item-inner .product-item-actions .actions-primary .stock.unavailable,
.catalogsearch-result-index .page-main .columns .column.main .products ol.products li .product-item-info .product-item-inner .product-item-actions .actions-primary .stock.unavailable {
  height: 42px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  padding: 0;
  text-align: center;
}
@media (max-width: 768px) {
  .catalog-category-view .page-main .columns .column.main .products ol.products li .product-item-info .product-item-inner .product-item-actions .actions-secondary,
  .catalogsearch-result-index .page-main .columns .column.main .products ol.products li .product-item-info .product-item-inner .product-item-actions .actions-secondary {
    position: absolute;
    top: 12px;
    z-index: 9;
    left: 10px;
  }
}
.catalog-category-view .page-main .columns .column.main .products ol.products li .product-item-info .product-item-inner .product-item-actions .actions-secondary .towishlist,
.catalogsearch-result-index .page-main .columns .column.main .products ol.products li .product-item-info .product-item-inner .product-item-actions .actions-secondary .towishlist {
  position: absolute;
  left: 14px;
  top: 12px;
  z-index: 2;
  /*border: 1px solid rgba(0,0,0,.25);
											    width: 42px;
											    height: 42px;
											    display: flex;
											    align-items: center;
											    justify-content: center;*/
}
.catalog-category-view .page-main .columns .column.main .products ol.products li .product-item-info .product-item-inner .product-item-actions .actions-secondary .towishlist:before,
.catalogsearch-result-index .page-main .columns .column.main .products ol.products li .product-item-info .product-item-inner .product-item-actions .actions-secondary .towishlist:before {
  content: '';
  display: inline-block;
  background-image: url(../images/wishlist-icon.png);
  background-repeat: no-repeat;
  height: 24px;
  width: 24px;
}
@media (max-width: 768px) {
  .catalog-category-view .page-main .columns .column.main .products ol.products li .product-item-info .product-item-inner .product-item-actions .actions-secondary .towishlist,
  .catalogsearch-result-index .page-main .columns .column.main .products ol.products li .product-item-info .product-item-inner .product-item-actions .actions-secondary .towishlist {
    width: auto;
    top: 0;
    left: 0;
  }
}
.catalog-category-view .page-main .columns .column.main .products ol.products li .product-item-info .product-item-inner .product-item-actions .actions-secondary .tocompare,
.catalogsearch-result-index .page-main .columns .column.main .products ol.products li .product-item-info .product-item-inner .product-item-actions .actions-secondary .tocompare {
  position: absolute;
  right: 0;
  top: 0;
  border: 1px solid rgba(0, 0, 0, 0.25);
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .catalog-category-view .page-main .columns .column.main .products ol.products li .product-item-info .product-item-inner .product-item-actions .actions-secondary .tocompare,
  .catalogsearch-result-index .page-main .columns .column.main .products ol.products li .product-item-info .product-item-inner .product-item-actions .actions-secondary .tocompare {
    display: none;
  }
}
.catalog-category-view .page-main .columns .column.main .products ol.products li .product-item-info .product-item-inner .product-item-actions .actions-secondary .tocompare:before,
.catalogsearch-result-index .page-main .columns .column.main .products ol.products li .product-item-info .product-item-inner .product-item-actions .actions-secondary .tocompare:before {
  content: '';
  display: inline-block;
  background-image: url(../images/compair-icon.png);
  background-repeat: no-repeat;
  height: 24px;
  width: 24px;
}
.catalog-category-view .page-main .columns .column.main .products ~ .toolbar-products,
.catalogsearch-result-index .page-main .columns .column.main .products ~ .toolbar-products {
  display: none;
}
.catalogsearch-result-index .page-wrapper .column.main {
  width: 100%;
}
@media (max-width: 768px) {
  .catalogsearch-result-index .page-wrapper .column.main .products {
    margin-top: 25;
  }
}
.catalogsearch-result-index .page-wrapper .column.main .products ol.products li {
  padding: 0;
  width: calc((100% - 90px) / 4);
  margin-right: 30px;
  margin-bottom: 30px;
  margin-left: 0;
}
.catalogsearch-result-index .page-wrapper .column.main .products ol.products li:nth-child(4n) {
  margin-right: 0;
}
@media (max-width: 768px) {
  .catalogsearch-result-index .page-wrapper .column.main .products ol.products li {
    width: 100%;
    margin: 0 0 15px 0;
  }
}
@media (max-width: 768px) {
  .catalogsearch-result-index .page-wrapper .column.main .toolbar-products {
    display: block;
  }
  .catalogsearch-result-index .page-wrapper .column.main .toolbar-products .toolbar-amount {
    position: absolute;
    top: 12px;
    left: 0;
  }
}
@media (max-width: 768px) {
  .catalog-category-view .widget.block.block-static-block {
    margin-bottom: 0;
  }
}
.catalog-category-view .category-cms {
  margin-bottom: 0px;
}
.catalog-category-view .category-cms .category-main-row .mgz-container {
  width: 100%;
  display: flex;
}
@media (max-width: 540px) {
  .catalog-category-view .category-cms .category-main-row .mgz-container {
    flex-direction: column;
  }
}
@media (max-width: 540px) {
  .catalog-category-view .category-cms .category-main-row .mgz-container .mgz-element-column {
    width: 100%;
  }
}
.catalog-category-view .category-cms .category-main-row .mgz-container .mgz-element-column > .mgz-element-inner {
  padding: 0;
}
.catalog-category-view .category-cms .category-main-row .mgz-container .mgz-element-column.mgz-col-md-6 > .mgz-element-inner {
  padding: 20px;
}
@media (min-width: 541px) and (max-width: 768px) {
  .catalog-category-view .category-cms .category-main-row .mgz-container .mgz-element-column.mgz-col-md-6 > .mgz-element-inner {
    padding: 15px;
  }
}
.catalog-category-view .category-cms .category-main-row .mgz-container .mgz-element-column.category-main-col-1 {
  background: url(../images/black-banner-img.jpg) no-repeat center 100%;
  padding: 0 6%;
}
@media (max-width: 1690px) {
  .catalog-category-view .category-cms .category-main-row .mgz-container .mgz-element-column.category-main-col-1 {
    padding: 0;
  }
}
@media (max-width: 540px) {
  .catalog-category-view .category-cms .category-main-row .mgz-container .mgz-element-column.category-main-col-1 {
    padding: 20px 0;
  }
}
.catalog-category-view .category-cms .category-main-row .mgz-container .mgz-element-column.category-main-col-1 .category-banner-inner {
  display: flex;
  height: 100%;
}
.catalog-category-view .category-cms .category-main-row .mgz-container .mgz-element-column.category-main-col-1 .category-banner-inner > .mgz-element-inner {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
}
.catalog-category-view .category-cms .category-main-row .mgz-container .mgz-element-column.category-main-col-1 .category-banner-inner > .mgz-element-inner .mgz-element-heading {
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .catalog-category-view .category-cms .category-main-row .mgz-container .mgz-element-column.category-main-col-1 .category-banner-inner > .mgz-element-inner .mgz-element-heading {
    margin-bottom: 15px;
  }
}
.catalog-category-view .category-cms .category-main-row .mgz-container .mgz-element-column.category-main-col-1 .category-banner-inner > .mgz-element-inner .mgz-element-heading .mgz-element-inner {
  margin: 0;
}
.catalog-category-view .category-cms .category-main-row .mgz-container .mgz-element-column.category-main-col-1 .category-banner-inner > .mgz-element-inner .mgz-element-heading .mgz-element-inner h2 {
  font-size: 48px;
  line-height: 61px;
  font-weight: 500;
  color: #ffed00;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .catalog-category-view .category-cms .category-main-row .mgz-container .mgz-element-column.category-main-col-1 .category-banner-inner > .mgz-element-inner .mgz-element-heading .mgz-element-inner h2 {
    font-size: 22px;
    line-height: 31px;
  }
}
@media (min-width: 769px) and (max-width: 1199px) {
  .catalog-category-view .category-cms .category-main-row .mgz-container .mgz-element-column.category-main-col-1 .category-banner-inner > .mgz-element-inner .mgz-element-heading .mgz-element-inner h2 {
    font-size: 32px;
    line-height: 44px;
  }
}
@media (min-width: 1200px) and (max-width: 1349px) {
  .catalog-category-view .category-cms .category-main-row .mgz-container .mgz-element-column.category-main-col-1 .category-banner-inner > .mgz-element-inner .mgz-element-heading .mgz-element-inner h2 {
    font-size: 38px;
    line-height: 50px;
  }
}
.catalog-category-view .category-cms .category-main-row .mgz-container .mgz-element-column.category-main-col-1 .category-banner-inner > .mgz-element-inner .mgz-element-text {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .catalog-category-view .category-cms .category-main-row .mgz-container .mgz-element-column.category-main-col-1 .category-banner-inner > .mgz-element-inner .mgz-element-text {
    margin-bottom: 25px;
  }
}
.catalog-category-view .category-cms .category-main-row .mgz-container .mgz-element-column.category-main-col-1 .category-banner-inner > .mgz-element-inner .mgz-element-text .mgz-element-inner {
  margin: 0;
}
.catalog-category-view .category-cms .category-main-row .mgz-container .mgz-element-column.category-main-col-1 .category-banner-inner > .mgz-element-inner .mgz-element-text .mgz-element-inner p {
  font-size: 20px;
  color: #fff;
  line-height: 25px;
  font-weight: normal;
}
@media (max-width: 768px) {
  .catalog-category-view .category-cms .category-main-row .mgz-container .mgz-element-column.category-main-col-1 .category-banner-inner > .mgz-element-inner .mgz-element-text .mgz-element-inner p {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (min-width: 769px) and (max-width: 1199px) {
  .catalog-category-view .category-cms .category-main-row .mgz-container .mgz-element-column.category-main-col-1 .category-banner-inner > .mgz-element-inner .mgz-element-text .mgz-element-inner p {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (min-width: 1200px) and (max-width: 1349px) {
  .catalog-category-view .category-cms .category-main-row .mgz-container .mgz-element-column.category-main-col-1 .category-banner-inner > .mgz-element-inner .mgz-element-text .mgz-element-inner p {
    font-size: 18px;
    line-height: 24px;
  }
}
.catalog-category-view .category-cms .category-main-row .mgz-container .mgz-element-column.category-main-col-1 .category-banner-inner > .mgz-element-inner .mgz-element-button .mgz-element-inner .mgz-btn {
  background: #ffed00;
  border-radius: 0;
  font-size: 18px;
  font-weight: 500;
  color: #000;
  line-height: 24px;
  display: inline-block;
  width: 100%;
  max-width: 207px;
  padding: 15px 35px;
}
@media (max-width: 768px) {
  .catalog-category-view .category-cms .category-main-row .mgz-container .mgz-element-column.category-main-col-1 .category-banner-inner > .mgz-element-inner .mgz-element-button .mgz-element-inner .mgz-btn {
    font-size: 16px;
    line-height: 24px;
    max-width: 150px;
    padding: 10px 20px;
  }
}
.catalog-category-view .category-cms .category-main-row .mgz-container .mgz-element-column.category-main-col-2 {
  background: #ffed00;
}
.catalog-category-view .category-cms .category-main-row .mgz-container .mgz-element-column.category-main-col-2 .mgz-element-single_image {
  display: flex;
  height: 100%;
}
.catalog-category-view .category-cms .category-main-row .mgz-container .mgz-element-column.category-main-col-2 .mgz-element-single_image > .mgz-element-inner {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.catalog-category-view .category-cms .category-main-row .mgz-container .mgz-element-column.category-main-col-2 .mgz-element-single_image > .mgz-element-inner .mgz-single-image-wrapper {
  display: flex;
  max-height: 100%;
}
.catalog-category-view .category-cms .category-main-row .mgz-container .mgz-element-column.category-main-col-2 .mgz-element-single_image > .mgz-element-inner .mgz-single-image-wrapper .mgz-single-image-inner {
  text-align: cetner;
}
.catalog-category-view .category-cms .category-main-row .mgz-container .mgz-element-column.category-main-col-2 .mgz-element-single_image > .mgz-element-inner .mgz-single-image-wrapper .mgz-single-image-inner img {
  max-height: 100%;
}
.catalog-category-view .page-main {
  margin-top: 0;
  max-width: 100%;
  padding: 0;
}
.catalog-category-view .page-main .breadcrumbs {
  padding: 0 20px;
}
.catalog-category-view .page-main .category-description {
  margin-bottom: 0;
}
.catalog-category-view .page-main .category-description [data-content-type='row'][data-appearance='contained'] {
  max-width: 100%;
}
.catalog-category-view .page-main .category-description [data-content-type='row'][data-appearance='contained'] [data-element='inner'] {
  padding: 0 !important;
  margin-bottom: 0!important;
}
.catalog-category-view .page-main .category-description [data-content-type='row'][data-appearance='contained'] [data-element='inner'] .magezon-builder .mgz-container {
  width: 100%;
}
.catalog-category-view .page-main .category-description [data-content-type='row'][data-appearance='contained'] [data-element='inner'] .magezon-builder .mgz-container > .mgz-element-column > .mgz-element-inner {
  padding: 0;
}
.catalog-category-view .page-main .category-description [data-content-type='row'][data-appearance='contained'] [data-element='inner'] .magezon-builder .mgz-container > .mgz-element-column > .mgz-element-inner .mgz-element-heading,
.catalog-category-view .page-main .category-description [data-content-type='row'][data-appearance='contained'] [data-element='inner'] .magezon-builder .mgz-container > .mgz-element-column > .mgz-element-inner .mgz-element-text {
  max-width: 1690px;
  padding: 0 20px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .catalog-category-view .page-main .category-description [data-content-type='row'][data-appearance='contained'] [data-element='inner'] .magezon-builder .mgz-container > .mgz-element-column > .mgz-element-inner .mgz-element-heading,
  .catalog-category-view .page-main .category-description [data-content-type='row'][data-appearance='contained'] [data-element='inner'] .magezon-builder .mgz-container > .mgz-element-column > .mgz-element-inner .mgz-element-text {
    padding: 0 15px;
  }
}
.catalog-category-view .page-main .category-description [data-content-type='row'][data-appearance='contained'] [data-element='inner'] .magezon-builder .mgz-container > .mgz-element-column > .mgz-element-inner .mgz-element-heading h2 {
  font-size: 22px;
  color: #000;
  font-weight: 700;
  margin: 25px 0 0 0;
  line-height: 25px;
}
.catalog-category-view .page-main .category-description [data-content-type='row'][data-appearance='contained'] [data-element='inner'] .magezon-builder .mgz-container .category-main-banner .mgz-single-image-wrapper {
  display: block;
}
.catalog-category-view .page-main .category-description [data-content-type='row'][data-appearance='contained'] [data-element='inner'] .magezon-builder .mgz-container .category-main-banner .mgz-single-image-wrapper img {
  width: 100%;
}
.catalog-category-view .page-main .columns .column.main {
  max-width: 1690px;
  padding: 0 20px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .catalog-category-view .page-main .columns .column.main {
    padding: 0 15px;
  }
}
.catalog-category-view .column.main .filter-content .filter-current .filter-current-subtitle {
  color: #000;
  font-weight: 500;
}
.catalog-category-view .column.main .filter-content .filter-current ol li {
  display: flex;
  margin: 0;
}
.catalog-category-view .column.main .filter-content .filter-current ol li a.amshopby-remove {
  top: 10px;
}
.catalog-category-view .column.main .filter-content .filter-current ol li a.amshopby-remove::before {
  background-color: #000;
}
.catalog-category-view .column.main .filter-content .filter-current ol li a.amshopby-remove::after {
  background-color: #000;
}
.catalog-category-view .column.main .filter-content .filter-actions a.filter-clear {
  color: #000000;
  font-weight: 500;
  text-decoration: underline;
}
.catalog-category-view.page-layout-2columns-left .columns {
  max-width: 1690px;
  padding: 50px 20px 0 20px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .catalog-category-view.page-layout-2columns-left .columns {
    padding: 40px 20px 0 20px;
  }
}
.catalog-category-view.page-layout-2columns-left .columns .column.main {
  max-width: 100%;
  padding: 0;
}
@media (min-width: 769px) {
  .catalog-category-view.page-layout-2columns-left .columns .column.main {
    width: 78.166667%;
  }
}
@media (min-width: 769px) and (max-width: 991px) {
  .catalog-category-view.page-layout-2columns-left .columns .column.main {
    width: 70.166667% !important;
  }
}
@media (max-width: 768px) {
  .catalog-category-view.page-layout-2columns-left .columns .column.main {
    padding: 0;
  }
  .catalog-category-view.page-layout-2columns-left .columns .column.main .toolbar-products .toolbar-amount {
    display: none;
  }
}
.catalog-category-view.page-layout-2columns-left .columns .column.main .products ol.products li {
  margin-left: 0;
}
@media (min-width: 769px) {
  .catalog-category-view.page-layout-2columns-left .columns .sidebar {
    margin-top: 75px;
    width: 19.833333%;
    margin-right: 2%;
    padding-right: 0;
  }
  .catalog-category-view.page-layout-2columns-left .columns .sidebar .block.filter {
    background: #fff;
    padding-top: 10px;
  }
}
@media (min-width: 769px) and (max-width: 991px) {
  .catalog-category-view.page-layout-2columns-left .columns .sidebar {
    width: 26.833333%;
  }
}
.catalog-category-view.page-layout-2columns-left .columns .sidebar .block.filter {
  border-top: none;
}
@media (max-width: 768px) {
  .catalog-category-view.page-layout-2columns-left .columns .sidebar .block.filter.active .filter-title {
    border-bottom: none;
  }
  .catalog-category-view.page-layout-2columns-left .columns .sidebar .block.filter.active .filter-title strong {
    border: none;
    left: initial;
    font-size: 0;
  }
  .catalog-category-view.page-layout-2columns-left .columns .sidebar .block.filter.active .filter-title strong:after {
    font-size: 15px;
    color: #000;
    margin-left: 5px;
    top: 5px;
    position: absolute;
    right: 11px;
  }
  .catalog-category-view.page-layout-2columns-left .columns .sidebar .block.filter .filter-title strong {
    background-color: transparent;
    box-shadow: none;
    border: 1px solid rgba(0, 0, 0, 0.25);
    border-radius: 0;
    left: 20px;
    line-height: 18px;
    padding: 10px 10px;
    font-size: 14px;
    color: #000;
    height: 40px;
    top: 11px;
    cursor: pointer;
  }
}
.catalog-category-view.page-layout-2columns-left .columns .sidebar .block.filter .filter-content .filter-options .filter-options-item .filter-options-title {
  color: #000000;
  letter-spacing: 1px;
  font-weight: 500;
}
.catalog-category-view.page-layout-2columns-left .columns .sidebar .block.filter .filter-content .filter-options .filter-options-item .filter-options-content ul,
.catalog-category-view.page-layout-2columns-left .columns .sidebar .block.filter .filter-content .filter-options .filter-options-item .filter-options-content ol {
  margin: 5px 0 0 0;
}
.catalog-category-view.page-layout-2columns-left .columns .sidebar .block.filter .filter-content .filter-options .filter-options-item .filter-options-content ul li,
.catalog-category-view.page-layout-2columns-left .columns .sidebar .block.filter .filter-content .filter-options .filter-options-item .filter-options-content ol li {
  margin: 0;
}
.catalog-category-view.page-layout-2columns-left .columns .sidebar .block.filter .filter-content .filter-options .filter-options-item .filter-options-content ul li a,
.catalog-category-view.page-layout-2columns-left .columns .sidebar .block.filter .filter-content .filter-options .filter-options-item .filter-options-content ol li a {
  display: block;
  text-align: left;
  padding: 7px 15px;
  color: #000000;
  font-size: 14px;
  line-height: 19px;
  font-weight: normal;
  text-transform: uppercase;
  position: relative;
  border-radius: 0;
  border: none;
}
.catalog-category-view.page-layout-2columns-left .columns .sidebar .block.filter .filter-content .filter-options .filter-options-item .filter-options-content ul li a .count,
.catalog-category-view.page-layout-2columns-left .columns .sidebar .block.filter .filter-content .filter-options .filter-options-item .filter-options-content ol li a .count {
  color: #757575;
}
.catalog-category-view.page-layout-2columns-left .columns .sidebar .block.filter .filter-content .filter-options .filter-options-item .filter-options-content ul li a:hover .count,
.catalog-category-view.page-layout-2columns-left .columns .sidebar .block.filter .filter-content .filter-options .filter-options-item .filter-options-content ol li a:hover .count {
  color: #7c7a7a;
}
@media (max-width: 768px) {
  .catalog-category-view.page-layout-2columns-left.category-home-garden .columns .sidebar .block.filter .filter-title strong,
  .catalog-category-view.page-layout-2columns-left.category-professional .columns .sidebar .block.filter .filter-title strong {
    top: 0;
  }
  .catalog-category-view.page-layout-2columns-left.category-home-garden .columns .sidebar .block.filter .filter-title strong:after,
  .catalog-category-view.page-layout-2columns-left.category-professional .columns .sidebar .block.filter .filter-title strong:after {
    top: 13px;
  }
}
@media (max-width: 768px) {
  .catalog-category-view.page-layout-2columns-left.category-home-garden .columns .column.main .magepow-categories-heading,
  .catalog-category-view.page-layout-2columns-left.category-professional .columns .column.main .magepow-categories-heading {
    margin-top: 0;
  }
}
@media (min-width: 769px) {
  .catalog-category-view.page-layout-1column .column.main .block.filter {
    border-top: none;
  }
  .catalog-category-view.page-layout-1column .column.main .block.filter .filter-content .filter-options {
    display: flex;
  }
  .catalog-category-view.page-layout-1column .column.main .block.filter .filter-content .filter-options .filter-options-item {
    padding: 0;
    margin: 0;
    width: auto;
    border-bottom: 1px solid #000000;
    height: 54px;
    display: flex;
    flex: 1;
    align-items: center;
    position: relative;
    text-align: center;
    margin-right: 30px;
  }
  .catalog-category-view.page-layout-1column .column.main .block.filter .filter-content .filter-options .filter-options-item.active::before {
    display: none;
  }
  .catalog-category-view.page-layout-1column .column.main .block.filter .filter-content .filter-options .filter-options-item.active::after {
    display: none;
  }
  .catalog-category-view.page-layout-1column .column.main .block.filter .filter-content .filter-options .filter-options-item:last-child {
    margin-right: 0;
  }
  .catalog-category-view.page-layout-1column .column.main .block.filter .filter-content .filter-options .filter-options-item .filter-options-title {
    color: #000000;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 22px;
    letter-spacing: 2px;
    font-weight: 500;
    width: 100%;
    word-break: normal;
    text-align: left;
  }
  .catalog-category-view.page-layout-1column .column.main .block.filter .filter-content .filter-options .filter-options-item .filter-options-content {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    left: 0;
  }
  .catalog-category-view.page-layout-1column .column.main .block.filter .filter-content .filter-options .filter-options-item .filter-options-content form ul,
  .catalog-category-view.page-layout-1column .column.main .block.filter .filter-content .filter-options .filter-options-item .filter-options-content form ol {
    margin: 0;
    max-height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 0;
  }
  .catalog-category-view.page-layout-1column .column.main .block.filter .filter-content .filter-options .filter-options-item .filter-options-content form ul li,
  .catalog-category-view.page-layout-1column .column.main .block.filter .filter-content .filter-options .filter-options-item .filter-options-content form ol li {
    margin: 0;
  }
  .catalog-category-view.page-layout-1column .column.main .block.filter .filter-content .filter-options .filter-options-item .filter-options-content form ul li a,
  .catalog-category-view.page-layout-1column .column.main .block.filter .filter-content .filter-options .filter-options-item .filter-options-content form ol li a {
    display: block;
    text-align: left;
    padding: 7px 15px;
    color: #000000;
    font-size: 15px;
    line-height: 19px;
    letter-spacing: 0.75px;
    font-weight: normal;
    text-transform: uppercase;
    position: relative;
    border-radius: 0;
    border: none;
  }
  .catalog-category-view.page-layout-1column .column.main .block.filter .filter-content .filter-options .filter-options-item .filter-options-content form ul li a .count,
  .catalog-category-view.page-layout-1column .column.main .block.filter .filter-content .filter-options .filter-options-item .filter-options-content form ol li a .count {
    color: #757575;
  }
  .catalog-category-view.page-layout-1column .column.main .block.filter .filter-content .filter-options .filter-options-item .filter-options-content form ul li a:hover .count,
  .catalog-category-view.page-layout-1column .column.main .block.filter .filter-content .filter-options .filter-options-item .filter-options-content form ol li a:hover .count {
    color: #7c7a7a;
  }
}
@media (max-width: 768px) {
  .catalog-category-view.page-layout-1column .column.main .block.filter.active .filter-title {
    border-bottom: none;
  }
  .catalog-category-view.page-layout-1column .column.main .block.filter.active .filter-title strong {
    border: none;
    left: initial;
  }
  .catalog-category-view.page-layout-1column .column.main .block.filter.active .filter-title strong:after {
    font-size: 15px;
    color: #000;
    margin-left: 5px;
    top: -23px;
    position: absolute;
    right: 11px;
  }
  .catalog-category-view.page-layout-1column .column.main .block.filter .filter-title strong {
    background-color: transparent;
    box-shadow: none;
    border: 1px solid rgba(0, 0, 0, 0.25);
    border-radius: 0;
    left: 20px;
    line-height: 18px;
    padding: 10px 10px;
    font-size: 14px;
    color: #000;
    height: 40px;
    top: 10px;
  }
  .catalog-category-view.page-layout-1column .column.main .block.filter .filter-content .filter-options-item .filter-options-title {
    color: #000000;
    letter-spacing: 1px;
    font-weight: 500;
  }
  .catalog-category-view.page-layout-1column .column.main .block.filter .filter-content ul,
  .catalog-category-view.page-layout-1column .column.main .block.filter .filter-content ol {
    margin: 5px 0 0 0;
  }
  .catalog-category-view.page-layout-1column .column.main .block.filter .filter-content ul li a,
  .catalog-category-view.page-layout-1column .column.main .block.filter .filter-content ol li a {
    display: block;
    text-align: left;
    padding: 7px 15px;
    color: #000000;
    font-size: 14px;
    line-height: 19px;
    font-weight: normal;
    text-transform: uppercase;
    position: relative;
    border-radius: 0;
    border: none;
  }
  .catalog-category-view.page-layout-1column .column.main .block.filter .filter-content ul li a .count,
  .catalog-category-view.page-layout-1column .column.main .block.filter .filter-content ol li a .count {
    color: #757575;
  }
  .catalog-category-view.page-layout-1column .column.main .block.filter .filter-content ul li a:hover .count,
  .catalog-category-view.page-layout-1column .column.main .block.filter .filter-content ol li a:hover .count {
    color: #7c7a7a;
  }
}
@media (max-width: 768px) {
  .catalog-category-view.page-layout-1column .column.main .toolbar-products .toolbar-amount {
    display: none!important;
  }
}
.catalog-category-view .product-item .product-item-info .yellowbtn {
  padding: 0 !important;
}
.catalog-category-view .product-item .product-item-info .yellowbtn .label.subscribe-popup a {
  color: #000;
  text-decoration: none;
  font-size: 14px;
  padding: 9px 15px;
  display: block;
  background: #fff;
}
.catalog-category-view .product-item .product-item-info .yellowbtn .label.subscribe-popup a:hover {
  background: #FFED00;
  color: #000;
}
.catalog-category-view-slider .owl-carousel .owl-dots button {
  background: #ccc;
  margin-right: 10px;
}
.catalog-category-view-slider .owl-carousel .owl-dots button .slide-progress {
  width: 0;
  max-width: 100%;
  height: 10px;
  border-radius: 3px;
}
.catalog-category-view-slider .owl-carousel .owl-dots button .slide-progress-content {
  opacity: 0;
  height: 0;
  width: 50px;
}
.catalog-category-view-slider .owl-carousel .owl-dots button span {
  margin: 0;
  background: transparent;
  height: 0;
}
.catalog-category-view-slider .owl-carousel .owl-dots button.active .slide-progress {
  background: #000;
}
.catalog-category-view.category-carpet-sofa-care .page-wrapper .page-main .columns .column.main {
  padding: 0 20px !important;
}
@media (max-width: 768px) {
  .catalog-category-view.category-carpet-sofa-care .page-wrapper .page-main .columns .column.main {
    padding: 0 !important;
  }
}
.modal-popup.modal-popup_ajaxcompare_magepow .modal-inner-wrap {
  max-width: 900px;
  overflow: inherit;
  padding: 0;
  height: auto;
  max-height: 100%;
}
.modal-popup.modal-popup_ajaxcompare_magepow .modal-inner-wrap .modal-header {
  border-bottom: 1px solid #ccc;
  padding: 20px;
  margin-bottom: 20px;
}
.modal-popup.modal-popup_ajaxcompare_magepow .modal-inner-wrap .modal-header button.action-close {
  margin: 0;
  padding: 0;
  right: 20px;
  top: 22px;
}
.modal-popup.modal-popup_ajaxcompare_magepow .modal-inner-wrap .modal-header .mgp-compare-header-msg {
  margin: 0;
  font-size: 16px;
  width: 92%;
  line-height: normal;
}
.modal-popup.modal-popup_ajaxcompare_magepow .modal-inner-wrap .modal-content {
  padding: 0 20px 20px;
}
.modal-popup.modal-popup_ajaxcompare_magepow .modal-inner-wrap .modal-content .ajax-compare-image .product.photo.product-item-photo {
  float: left;
  width: 36%;
}
.modal-popup.modal-popup_ajaxcompare_magepow .modal-inner-wrap .modal-content .ajax-compare-image .product-name {
  font-size: 20px;
  font-weight: 600;
  text-align: left;
}
.modal-popup.modal-popup_ajaxcompare_magepow .modal-inner-wrap .modal-content .ajax-compare-image .product-sku {
  text-align: left;
}
.modal-popup.modal-popup_ajaxcompare_magepow .modal-inner-wrap .modal-content .ajaxcompare-buttons {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.modal-popup.modal-popup_ajaxcompare_magepow .modal-inner-wrap .modal-content .ajaxcompare-buttons .action.primary {
  width: auto;
  background: #ffed00;
  color: #000;
  border-color: #ffed00;
  border-radius: 0;
  padding: 16px 30px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500;
}
@media (max-width: 768px) {
  .modal-popup.modal-popup_ajaxcompare_magepow .modal-inner-wrap .modal-content .ajaxcompare-buttons .action.primary {
    padding: 16px 12px;
  }
}
.modal-popup.modal-popup_ajaxcompare_magepow .modal-inner-wrap .modal-content .ajaxcompare-buttons .action.primary.action.primary.button-gray {
  background: #e3e3e3;
  border-color: #e3e3e3;
  display: block;
}
/*Deal style*/
.deals-index-index .page-wrapper {
  background: #f8f8f8;
}
.deals-index-index .page-wrapper .page-main {
  margin-top: 35px;
}
@media (max-width: 768px) {
  .deals-index-index .page-wrapper .page-main {
    margin-top: 15px;
  }
}
.deals-index-index .page-wrapper .page-main .columns {
  padding-top: 0;
}
.deals-index-index .page-wrapper .page-main .columns .block.filter {
  display: none;
}
.deals-index-index .page-wrapper .page-main .columns .toolbar-products {
  width: auto;
  margin: 0;
  position: static;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.deals-index-index .page-wrapper .page-main .columns .toolbar-products .toolbar-amount {
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  color: #000;
  padding: 11px 0;
}
@media (max-width: 768px) {
  .deals-index-index .page-wrapper .page-main .columns .toolbar-products .toolbar-amount {
    padding: 0;
    font-size: 14px;
    line-height: 19px;
    display: inline;
  }
}
.deals-index-index .page-wrapper .page-main .columns .toolbar-products .toolbar-sorter {
  padding-left: 25px;
}
@media (max-width: 768px) {
  .deals-index-index .page-wrapper .page-main .columns .toolbar-products .toolbar-sorter {
    position: static;
  }
}
.deals-index-index .page-wrapper .page-main .columns .toolbar-products .toolbar-sorter label {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: #000;
}
@media (max-width: 768px) {
  .deals-index-index .page-wrapper .page-main .columns .toolbar-products .toolbar-sorter label {
    font-size: 14px;
    line-height: 19px;
  }
}
.deals-index-index .page-wrapper .page-main .columns .toolbar-products .toolbar-sorter select {
  box-shadow: none;
  border: 1px solid rgba(0, 0, 0, 0.25);
  padding: 11px 12px;
  color: #000;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  text-transform: none;
  border-radius: 0;
  height: 42px;
  width: 141px;
  background: transparent url(../images/arrow-down.png) no-repeat center right 12px;
}
@media (max-width: 768px) {
  .deals-index-index .page-wrapper .page-main .columns .toolbar-products .toolbar-sorter select {
    padding: 10px 7px;
    height: 40px;
    width: 135px;
    background-position: center right 8px;
  }
}
@media (max-width: 768px) {
  .deals-index-index .page-wrapper .page-main .columns .products {
    margin-top: 15px;
  }
}
@media (max-width: 768px) {
  .deals-index-index .page-wrapper .page-main .columns .products ol.products {
    display: flex;
    flex-wrap: wrap;
    margin-top: 0;
  }
}
.deals-index-index .page-wrapper .page-main .columns .products ol.products li {
  padding: 0;
  width: calc((100% - 90px) / 4);
  margin-right: 30px;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .deals-index-index .page-wrapper .page-main .columns .products ol.products li {
    width: 47.7%;
    margin: 0 15px 15px 0;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
  }
  .deals-index-index .page-wrapper .page-main .columns .products ol.products li:nth-child(2n) {
    margin-right: 0;
  }
}
@media (min-width: 540px) and (max-width: 768px) {
  .deals-index-index .page-wrapper .page-main .columns .products ol.products li {
    width: 48%;
    margin: 0 4% 4% 0;
  }
  .deals-index-index .page-wrapper .page-main .columns .products ol.products li:nth-child(2n) {
    margin-right: 0;
  }
}
@media (min-width: 1200px) and (max-width: 1349px) {
  .deals-index-index .page-wrapper .page-main .columns .products ol.products li {
    width: calc((100% - 60px) / 4);
    margin-right: 20px;
    margin-bottom: 20px;
  }
}
.deals-index-index .page-wrapper .page-main .columns .products ol.products li:nth-child(4n) {
  margin-right: 0;
}
@media (min-width: 769px) and (max-width: 1199px) {
  .deals-index-index .page-wrapper .page-main .columns .products ol.products li:nth-child(4n) {
    margin-right: 15px;
  }
}
@media (min-width: 769px) and (max-width: 1199px) {
  .deals-index-index .page-wrapper .page-main .columns .products ol.products li {
    width: calc((100% - 30px) / 3);
    margin-right: 15px;
    margin-bottom: 15px;
  }
  .deals-index-index .page-wrapper .page-main .columns .products ol.products li:nth-child(3n) {
    margin-right: 0;
  }
}
.deals-index-index .page-wrapper .page-main .columns .products ol.products li .product-item-info {
  width: 100%;
  background: #fff;
  padding: 20px;
  position: relative;
}
@media (max-width: 1199px) {
  .deals-index-index .page-wrapper .page-main .columns .products ol.products li .product-item-info {
    padding: 10px;
    height: 100%;
  }
}
@media (min-width: 1200px) and (max-width: 1349px) {
  .deals-index-index .page-wrapper .page-main .columns .products ol.products li .product-item-info {
    padding: 15px;
  }
}
.deals-index-index .page-wrapper .page-main .columns .products ol.products li .product-item-info:hover {
  box-shadow: none;
  margin: 0;
  border: none;
  padding: 20px;
  /* position: static;*/
}
.deals-index-index .page-wrapper .page-main .columns .products ol.products li .product-item-info .product-item-photo {
  display: block;
}
.deals-index-index .page-wrapper .page-main .columns .products ol.products li .product-item-info .product-item-photo .product-image-container {
  width: 100% !important;
}
.deals-index-index .page-wrapper .page-main .columns .products ol.products li .product-item-info .product-item-photo .product-image-container .product-image-wrapper {
  padding-bottom: 100% !important;
}
.deals-index-index .page-wrapper .page-main .columns .products ol.products li .product-item-info .product-item-details .product-item-name {
  text-align: left;
  margin-bottom: 15px;
}
.deals-index-index .page-wrapper .page-main .columns .products ol.products li .product-item-info .product-item-details .product-item-name .product-item-link {
  font-size: 18px;
  font-weight: 500;
  line-height: 23px;
  color: #000;
  text-decoration: none;
  display: block;
  min-height: 46px;
}
@media (max-width: 768px) {
  .deals-index-index .page-wrapper .page-main .columns .products ol.products li .product-item-info .product-item-details .product-item-name .product-item-link {
    font-size: 14px;
    line-height: 19px;
    min-height: auto;
  }
}
@media (min-width: 540px) and (max-width: 768px) {
  .deals-index-index .page-wrapper .page-main .columns .products ol.products li .product-item-info .product-item-details .product-item-name .product-item-link {
    min-height: 40px;
  }
}
@media (min-width: 1200px) and (max-width: 1439px) {
  .deals-index-index .page-wrapper .page-main .columns .products ol.products li .product-item-info .product-item-details .product-item-name .product-item-link {
    font-size: 15px;
    line-height: 20px;
    min-height: 40px;
  }
}
@media (min-width: 540px) and (max-width: 1199px) {
  .deals-index-index .page-wrapper .page-main .columns .products ol.products li .product-item-info .product-item-details .product-item-name .product-item-link {
    font-size: 16px;
    line-height: 21px;
    min-height: 42px;
  }
}
.deals-index-index .page-wrapper .page-main .columns .products ol.products li .product-item-info .product-item-details .custom-price {
  height: 30px;
  margin: 10px 0 35px;
}
@media (max-width: 768px) {
  .deals-index-index .page-wrapper .page-main .columns .products ol.products li .product-item-info .product-item-details .custom-price {
    margin-bottom: 15px;
  }
}
@media (min-width: 1200px) and (max-width: 1439px) {
  .deals-index-index .page-wrapper .page-main .columns .products ol.products li .product-item-info .product-item-details .custom-price {
    margin-bottom: 25px;
  }
}
@media (min-width: 540px) and (max-width: 1199px) {
  .deals-index-index .page-wrapper .page-main .columns .products ol.products li .product-item-info .product-item-details .custom-price {
    margin-bottom: 15px;
  }
}
.deals-index-index .page-wrapper .page-main .columns .products ol.products li .product-item-info .product-item-details .price-box {
  text-align: left;
  margin-bottom: 35px;
  display: flex;
  align-items: center;
  height: 30px;
}
@media (max-width: 768px) {
  .deals-index-index .page-wrapper .page-main .columns .products ol.products li .product-item-info .product-item-details .price-box {
    margin-bottom: 15px;
    display: block;
  }
}
@media (min-width: 1200px) and (max-width: 1439px) {
  .deals-index-index .page-wrapper .page-main .columns .products ol.products li .product-item-info .product-item-details .price-box {
    margin-bottom: 25px;
  }
}
@media (min-width: 540px) and (max-width: 1199px) {
  .deals-index-index .page-wrapper .page-main .columns .products ol.products li .product-item-info .product-item-details .price-box {
    margin-bottom: 15px;
  }
}
.deals-index-index .page-wrapper .page-main .columns .products ol.products li .product-item-info .product-item-details .price-box .special-price {
  order: 2;
}
@media (max-width: 768px) {
  .deals-index-index .page-wrapper .page-main .columns .products ol.products li .product-item-info .product-item-details .price-box .special-price {
    margin-top: 0;
  }
}
.deals-index-index .page-wrapper .page-main .columns .products ol.products li .product-item-info .product-item-details .price-box .old-price {
  order: 1;
}
.deals-index-index .page-wrapper .page-main .columns .products ol.products li .product-item-info .product-item-details .price-box .old-price .price-label {
  display: none;
}
.deals-index-index .page-wrapper .page-main .columns .products ol.products li .product-item-info .product-item-details .price-box .old-price .price {
  color: #ABABAB;
  display: inline-block;
  text-decoration: line-through;
  font-weight: normal;
  font-size: 16px;
  margin-right: 5px;
  line-height: 20px;
}
@media (max-width: 768px) {
  .deals-index-index .page-wrapper .page-main .columns .products ol.products li .product-item-info .product-item-details .price-box .old-price .price {
    font-size: 14px;
    margin: 0 5px 0 0;
    line-height: 19px;
  }
}
@media (min-width: 540px) and (max-width: 1199px) {
  .deals-index-index .page-wrapper .page-main .columns .products ol.products li .product-item-info .product-item-details .price-box .old-price .price {
    font-size: 13px;
    line-height: 18px;
  }
}
.deals-index-index .page-wrapper .page-main .columns .products ol.products li .product-item-info .product-item-details .price-box span.price {
  font-size: 20px;
  line-height: 25px;
  color: #b61a2d;
  font-weight: 500;
}
@media (max-width: 768px) {
  .deals-index-index .page-wrapper .page-main .columns .products ol.products li .product-item-info .product-item-details .price-box span.price {
    font-size: 16px;
    line-height: 21px;
    margin: 0;
  }
}
@media (min-width: 540px) and (max-width: 1199px) {
  .deals-index-index .page-wrapper .page-main .columns .products ol.products li .product-item-info .product-item-details .price-box span.price {
    font-size: 15px;
    line-height: 20px;
  }
}
.deals-index-index .page-wrapper .page-main .columns .products ol.products li .product-item-info .product-item-details .action.tocompare {
  display: none;
}
.deals-index-index .page-wrapper .page-main .columns .products ol.products li .product-item-info .product-item-inner {
  width: 100%;
  position: static;
  box-shadow: none;
  height: auto;
  margin: 0;
  padding: 0;
  border: none;
  padding-bottom: 16px;
}
.deals-index-index .page-wrapper .page-main .columns .products ol.products li .product-item-info .product-item-inner:before {
  display: none;
}
.deals-index-index .page-wrapper .page-main .columns .products ol.products li .product-item-info .product-item-inner .product-item-actions {
  margin: 0;
}
@media (max-width: 768px) {
  .deals-index-index .page-wrapper .page-main .columns .products ol.products li .product-item-info .product-item-inner .product-item-actions {
    position: static;
  }
}
.deals-index-index .page-wrapper .page-main .columns .products ol.products li .product-item-info .product-item-inner .product-item-actions .actions-primary {
  /*width:~"calc(100% - 104px)";*/
  width: 100%;
  /*@media (min-width:@small-mobile-breakpoint) and (max-width:@xl-tab-breakpoint) {
									    		width:~"calc(100% - 80px)";
									    	}*/
}
@media (max-width: 768px) {
  .deals-index-index .page-wrapper .page-main .columns .products ol.products li .product-item-info .product-item-inner .product-item-actions .actions-primary {
    /*display: none;
									    	 	position: static;*/
    display: block;
    width: 100%;
  }
}
.deals-index-index .page-wrapper .page-main .columns .products ol.products li .product-item-info .product-item-inner .product-item-actions .actions-primary .stock.unavailable {
  height: 42px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  padding: 0;
  text-align: center;
}
.deals-index-index .page-wrapper .page-main .columns .products ol.products li .product-item-info .product-item-inner .product-item-actions .actions-primary .stock.unavailable .subscribe-popup a {
  background: #FFED00;
  border: none;
  color: #000;
  font-size: 14px;
  font-weight: 500;
  font-family: 'ClanPro';
  line-height: 18px;
  padding: 9px 15px;
  width: 100%;
  line-height: 24px;
  display: block;
  height: 42px;
  text-decoration: none;
}
@media (min-width: 540px) and (max-width: 1199px) {
  .deals-index-index .page-wrapper .page-main .columns .products ol.products li .product-item-info .product-item-inner .product-item-actions .actions-primary .stock.unavailable .subscribe-popup a {
    height: 38px;
  }
}
@media (min-width: 1200px) and (max-width: 1439px) {
  .deals-index-index .page-wrapper .page-main .columns .products ol.products li .product-item-info .product-item-inner .product-item-actions .actions-primary .stock.unavailable .subscribe-popup a {
    padding: 11px 10px;
  }
}
@media (min-width: 769px) and (max-width: 1199px) {
  .deals-index-index .page-wrapper .page-main .columns .products ol.products li .product-item-info .product-item-inner .product-item-actions .actions-primary .stock.unavailable .subscribe-popup a {
    padding: 9px 11px;
  }
}
.deals-index-index .page-wrapper .page-main .columns .products ol.products li .product-item-info .product-item-inner .product-item-actions .actions-primary .stock.unavailable .subscribe-popup a:hover {
  background: #f3e62e;
}
.deals-index-index .page-wrapper .page-main .columns .products ol.products li .product-item-info .product-item-inner .product-item-actions .actions-primary button.tocart {
  background: #FFED00;
  border: none;
  color: #000;
  font-size: 14px;
  font-weight: 500;
  font-family: 'ClanPro';
  line-height: 18px;
  padding: 9px 15px;
  width: 100%;
  height: 42px;
}
@media (min-width: 540px) and (max-width: 1199px) {
  .deals-index-index .page-wrapper .page-main .columns .products ol.products li .product-item-info .product-item-inner .product-item-actions .actions-primary button.tocart {
    height: 38px;
  }
}
@media (min-width: 1200px) and (max-width: 1439px) {
  .deals-index-index .page-wrapper .page-main .columns .products ol.products li .product-item-info .product-item-inner .product-item-actions .actions-primary button.tocart {
    padding: 11px 10px;
  }
}
@media (min-width: 769px) and (max-width: 1199px) {
  .deals-index-index .page-wrapper .page-main .columns .products ol.products li .product-item-info .product-item-inner .product-item-actions .actions-primary button.tocart {
    padding: 9px 11px;
  }
}
.deals-index-index .page-wrapper .page-main .columns .products ol.products li .product-item-info .product-item-inner .product-item-actions .actions-primary button.tocart:hover {
  background: #f3e62e;
}
.deals-index-index .page-wrapper .page-main .columns .products ol.products li .product-item-info .product-item-inner .product-item-actions .actions-primary button.tocart span {
  display: flex;
  align-items: center;
  position: relative;
  justify-content: center;
}
.deals-index-index .page-wrapper .page-main .columns .products ol.products li .product-item-info .product-item-inner .product-item-actions .actions-primary button.tocart span:before {
  content: '';
  display: inline-block;
  background-image: url(../images/teenyicons_bag-solid.png);
  background-repeat: no-repeat;
  height: 20px;
  width: 20px;
  margin-right: 10px;
  margin-top: -3px;
  background-size: 100%;
}
@media (min-width: 1200px) and (max-width: 1639px) {
  .deals-index-index .page-wrapper .page-main .columns .products ol.products li .product-item-info .product-item-inner .product-item-actions .actions-primary button.tocart span:before {
    margin-right: 5px;
  }
}
.deals-index-index .page-wrapper .page-main .columns .products ol.products li .product-item-info .product-item-inner .product-item-actions .actions-primary button.tocart.modalRun {
  padding: 12px 15px;
}
@media (min-width: 540px) and (max-width: 1199px) {
  .deals-index-index .page-wrapper .page-main .columns .products ol.products li .product-item-info .product-item-inner .product-item-actions .actions-primary button.tocart.modalRun {
    padding: 10px 15px;
  }
}
.deals-index-index .page-wrapper .page-main .columns .products ol.products li .product-item-info .product-item-inner .product-item-actions .actions-primary button.tocart.modalRun span {
  text-transform: capitalize;
}
.deals-index-index .page-wrapper .page-main .columns .products ol.products li .product-item-info .product-item-inner .product-item-actions .actions-primary button.tocart.modalRun span:before {
  background-image: url(../images/mail-icon.png);
  height: 17px;
  width: 22px;
}
@media (max-width: 768px) {
  .deals-index-index .page-wrapper .page-main .columns .products ol.products li .product-item-info .product-item-inner .product-item-actions .actions-secondary {
    position: absolute;
    top: 12px;
    z-index: 9;
  }
}
.deals-index-index .page-wrapper .page-main .columns .products ol.products li .product-item-info .product-item-inner .product-item-actions .actions-secondary .towishlist {
  position: absolute;
  left: 14px;
  top: 12px;
  z-index: 2;
  /*@media (min-width:@small-mobile-breakpoint) and (max-width:@xl-tab-breakpoint) {
													width:35px;
													height:38px;
												}*/
}
@media (max-width: 768px) {
  .deals-index-index .page-wrapper .page-main .columns .products ol.products li .product-item-info .product-item-inner .product-item-actions .actions-secondary .towishlist {
    width: auto;
    top: 0;
    left: 0;
  }
}
.deals-index-index .page-wrapper .page-main .columns .products ol.products li .product-item-info .product-item-inner .product-item-actions .actions-secondary .towishlist:before {
  content: '';
  display: inline-block;
  background-image: url(../images/wishlist-icon.png);
  background-repeat: no-repeat;
  height: 24px;
  width: 24px;
}
.deals-index-index .page-wrapper .page-main .columns .products ol.products li .product-item-info .product-item-inner .product-item-actions .actions-secondary .tocompare {
  position: absolute;
  right: 0;
  top: 0;
  border: 1px solid rgba(0, 0, 0, 0.25);
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .deals-index-index .page-wrapper .page-main .columns .products ol.products li .product-item-info .product-item-inner .product-item-actions .actions-secondary .tocompare {
    width: 40px;
    height: 40px;
    display: none;
  }
}
@media (min-width: 540px) and (max-width: 1199px) {
  .deals-index-index .page-wrapper .page-main .columns .products ol.products li .product-item-info .product-item-inner .product-item-actions .actions-secondary .tocompare {
    width: 35px;
    height: 38px;
  }
}
.deals-index-index .page-wrapper .page-main .columns .products ol.products li .product-item-info .product-item-inner .product-item-actions .actions-secondary .tocompare:before {
  content: '';
  display: inline-block;
  background-image: url(../images/compair-icon.png);
  background-repeat: no-repeat;
  height: 24px;
  width: 24px;
}
.deals-index-index .page-wrapper .page-main .columns .products ~ .toolbar-products {
  display: none;
}
/*Custom product detail style*/
@media (max-width: 768px) {
  .catalog-product-view .page-wrapper {
    padding-bottom: 119px;
  }
}
.catalog-product-view .page-main {
  margin-top: 30px;
}
.catalog-product-view .page-main .product.media {
  width: 51.5%;
  border: 2px solid #f8f8f8;
  padding: 15px;
}
@media (max-width: 768px) {
  .catalog-product-view .page-main .product.media {
    padding: 10px;
  }
}
.catalog-product-view .page-main .product.media .gallery-placeholder img[alt="main product photo"] {
  display: none;
}
@media (max-width: 768px) {
  .catalog-product-view .page-main .product.media {
    width: 100%;
  }
  .catalog-product-view .page-main .product.media .gallery-placeholder {
    margin-bottom: 30px;
  }
  .catalog-product-view .page-main .product.media .gallery-placeholder .fotorama__nav-wrap .fotorama__nav__frame.fotorama__active .fotorama__dot {
    background-color: #000;
    border: none;
  }
  .catalog-product-view .page-main .product.media .gallery-placeholder .fotorama__nav-wrap .fotorama__nav__frame .fotorama__dot {
    width: 12px;
    height: 12px;
    background: #d9d9d9;
    border: none;
  }
  .catalog-product-view .page-main .product.media .gallery-placeholder .fotorama__wrap .fotorama__stage .fotorama__arr {
    transform: none !important;
    opacity: 1;
    background: transparent;
    width: 22px;
    display: block !important;
  }
  .catalog-product-view .page-main .product.media .gallery-placeholder .fotorama__wrap .fotorama__stage .fotorama__arr.fotorama__arr--next {
    right: 0 !important;
  }
  .catalog-product-view .page-main .product.media .gallery-placeholder .fotorama__wrap .fotorama__stage .fotorama__arr.fotorama__arr--next .fotorama__arr__arr {
    background-image: url(../images/thumbnail-arr-right.png);
  }
  .catalog-product-view .page-main .product.media .gallery-placeholder .fotorama__wrap .fotorama__stage .fotorama__arr.fotorama__arr--prev .fotorama__arr__arr {
    background-image: url(../images/thumbnail-arr-left.png);
  }
  .catalog-product-view .page-main .product.media .gallery-placeholder .fotorama__wrap .fotorama__stage .fotorama__arr .fotorama__arr__arr {
    background-position: center center;
    background-repeat: no-repeat;
    height: 28px;
    width: 22px;
  }
}
@media (min-width: 769px) {
  .catalog-product-view .page-main .product.media .gallery-placeholder .fotorama__wrap {
    display: flex;
    flex-direction: column;
  }
  .catalog-product-view .page-main .product.media .gallery-placeholder .fotorama__wrap .fotorama__stage {
    position: relative;
    padding-top: 62%;
    height: auto !important;
  }
  .catalog-product-view .page-main .product.media .gallery-placeholder .fotorama__wrap .fotorama__stage .fotorama__stage__frame .fotorama__img {
    top: 0 !important;
    left: 0 !important;
    transform: translate3d(0, 0, 0) !important;
    right: 0 !important;
    margin: 0 auto;
  }
  .catalog-product-view .page-main .product.media .gallery-placeholder .fotorama__wrap .fotorama__stage .fotorama__stage__shaft {
    max-width: 100% !important;
    position: absolute;
    top: 0;
    height: 100%;
  }
  .catalog-product-view .page-main .product.media .gallery-placeholder .fotorama__wrap .fotorama__stage .fotorama__arr {
    transform: none !important;
    opacity: 1;
    background: transparent;
    height: 100%;
  }
  .catalog-product-view .page-main .product.media .gallery-placeholder .fotorama__wrap .fotorama__stage .fotorama__arr.fotorama__arr--next {
    right: 0 !important;
  }
  .catalog-product-view .page-main .product.media .gallery-placeholder .fotorama__wrap .fotorama__stage .fotorama__arr.fotorama__arr--next .fotorama__arr__arr {
    background-image: url(../images/thumbnail-arr-right.png);
  }
  .catalog-product-view .page-main .product.media .gallery-placeholder .fotorama__wrap .fotorama__stage .fotorama__arr.fotorama__arr--prev .fotorama__arr__arr {
    background-image: url(../images/thumbnail-arr-left.png);
  }
  .catalog-product-view .page-main .product.media .gallery-placeholder .fotorama__wrap .fotorama__stage .fotorama__arr .fotorama__arr__arr {
    background-position: center center;
    background-repeat: no-repeat;
  }
  .catalog-product-view .page-main .product.media .gallery-placeholder .fotorama__wrap .fotorama__nav-wrap {
    order: 1;
    overflow: visible !important;
    max-height: none !important;
    margin-top: 5px;
  }
  .catalog-product-view .page-main .product.media .gallery-placeholder .fotorama__wrap .fotorama__nav-wrap .fotorama__nav {
    height: auto!important;
  }
  .catalog-product-view .page-main .product.media .gallery-placeholder .fotorama__wrap .fotorama__nav-wrap .fotorama__nav:after,
  .catalog-product-view .page-main .product.media .gallery-placeholder .fotorama__wrap .fotorama__nav-wrap .fotorama__nav:before {
    display: none !important;
  }
  .catalog-product-view .page-main .product.media .gallery-placeholder .fotorama__wrap .fotorama__nav-wrap .fotorama__nav .fotorama__arr,
  .catalog-product-view .page-main .product.media .gallery-placeholder .fotorama__wrap .fotorama__nav-wrap .fotorama__nav .fotorama__thumb__arr {
    background-color: rgba(255, 255, 255, 0.6);
  }
  .catalog-product-view .page-main .product.media .gallery-placeholder .fotorama__wrap .fotorama__nav-wrap .fotorama__nav .fotorama__nav__frame.fotorama__active {
    border-color: #000 !important;
  }
  .catalog-product-view .page-main .product.media .gallery-placeholder .fotorama__wrap .fotorama__nav-wrap .fotorama__nav .fotorama__thumb-border {
    border-color: #000;
    height: 72px !important;
    margin: 0;
  }
  .catalog-product-view .page-main .product.media .gallery-placeholder .fotorama__wrap .fotorama__nav-wrap .fotorama__nav .fotorama__nav__shaft {
    transform: none !important;
    white-space: normal !important;
    display: flex;
    gap: 8px;
    justify-content: center;
    flex-wrap: wrap;
  }
  .catalog-product-view .page-main .product.media .gallery-placeholder .fotorama__wrap .fotorama__nav-wrap .fotorama__nav .fotorama__nav__shaft .fotorama__thumb-border {
    display: none;
  }
  .catalog-product-view .page-main .product.media .gallery-placeholder .fotorama__wrap .fotorama__nav-wrap .fotorama__nav .fotorama__nav__shaft .fotorama__nav__frame {
    overflow: hidden;
    height: 70px;
    display: inline-block;
    border: 1px solid #e3e3e3;
    margin: 0;
    padding: 0;
  }
  .catalog-product-view .page-main .product.media .gallery-placeholder .fotorama__wrap .fotorama__nav-wrap .fotorama__nav .fotorama__nav__shaft .fotorama__nav__frame .fotorama__thumb {
    background: transparent;
  }
  .catalog-product-view .page-main .product.media .gallery-placeholder .fotorama__wrap .fotorama__nav-wrap .fotorama__nav .fotorama__nav__shaft .fotorama__nav__frame .fotorama__thumb .fotorama__img {
    padding: 3px;
  }
}
@media (min-width: 769px) and (min-width: 769px) and (max-width: 1199px) {
  .catalog-product-view .page-main .product.media .gallery-placeholder .fotorama__wrap .fotorama__nav-wrap .fotorama__nav .fotorama__nav__shaft .fotorama__nav__frame {
    height: 60px;
    width: 60px !important;
  }
}
.catalog-product-view .page-main .product-info-main {
  width: 48.5%;
  padding-left: 30px;
}
@media (max-width: 768px) {
  .catalog-product-view .page-main .product-info-main {
    width: 100%;
    margin: 10px 0;
    padding-left: 0;
  }
}
@media (min-width: 769px) {
  .catalog-product-view .page-main .product-info-main {
    margin-bottom: 50px;
  }
}
.catalog-product-view .page-main .product-info-main .page-title-wrapper h1.page-title {
  font-size: 30px;
  font-weight: 500;
  color: #000;
  line-height: 38px;
  margin: 0 0 15px 0;
}
@media (max-width: 1199px) {
  .catalog-product-view .page-main .product-info-main .page-title-wrapper h1.page-title {
    font-size: 26px;
    line-height: 34px;
    margin-bottom: 10px;
  }
}
.catalog-product-view .page-main .product-info-main .add-to-cart.box-tocart #modalRuns {
  background: #FFED00;
  color: #000;
  border-color: #FFED00;
  border-radius: 0;
  width: auto;
  padding: 10px 25px;
  line-height: normal;
}
.catalog-product-view .page-main .product-info-main .product.attribute.overview {
  margin: 0 0 25px 0;
  border-bottom: 1px solid #dcdcdc;
  padding-bottom: 25px;
}
@media (max-width: 1199px) {
  .catalog-product-view .page-main .product-info-main .product.attribute.overview {
    margin: 0 0 15px 0;
    padding: 0 0 15px 0;
  }
}
@media (max-width: 768px) {
  .catalog-product-view .page-main .product-info-main .product.attribute.overview {
    margin: 0 0 8px 0;
    padding: 0 0 0 0;
  }
}
.catalog-product-view .page-main .product-info-main .product.attribute.overview .value {
  font-size: 16px;
  line-height: 26px;
  color: #4F4F4F;
}
@media (max-width: 1199px) {
  .catalog-product-view .page-main .product-info-main .product.attribute.overview .value {
    font-size: 14px;
    line-height: 20px;
  }
}
.catalog-product-view .page-main .product-info-main .product.attribute.overview .value p {
  margin: 0;
}
.catalog-product-view .page-main .product-info-main .product-info-price {
  border-color: #dcdcdc;
  margin: 0 0 25px 0;
  padding: 0 0 25px 0;
}
@media (max-width: 639px) {
  .catalog-product-view .page-main .product-info-main .product-info-price {
    width: 100%!important;
  }
}
@media (max-width: 1199px) {
  .catalog-product-view .page-main .product-info-main .product-info-price {
    margin: 0 0 15px 0;
    padding: 0 0 15px 0;
  }
}
@media (max-width: 768px) {
  .catalog-product-view .page-main .product-info-main .product-info-price {
    margin: 0;
    padding: 0 0 5px 0;
  }
}
.catalog-product-view .page-main .product-info-main .product-info-price .price-box {
  display: block;
  padding: 0;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .catalog-product-view .page-main .product-info-main .product-info-price .price-box {
    margin-bottom: 0;
  }
}
.catalog-product-view .page-main .product-info-main .product-info-price .price-box.call-for-price {
  margin-bottom: 0;
}
.catalog-product-view .page-main .product-info-main .product-info-price .price-box > span {
  display: inline-block;
}
.catalog-product-view .page-main .product-info-main .product-info-price .price-box span.price {
  font-size: 30px;
  font-weight: 500;
  line-height: 38px;
  color: #000;
}
@media (max-width: 1199px) {
  .catalog-product-view .page-main .product-info-main .product-info-price .price-box span.price {
    font-size: 22px!important;
    line-height: 30px;
  }
}
.catalog-product-view .page-main .product-info-main .product-info-price .price-box .old-price {
  margin-left: 10px;
}
.catalog-product-view .page-main .product-info-main .product-info-price .price-box .old-price .price-label {
  display: none;
}
.catalog-product-view .page-main .product-info-main .product-info-price .price-box .old-price span.price {
  color: #666;
  font-size: 25px!important;
  text-decoration: line-through;
  line-height: 32px;
}
@media (max-width: 1199px) {
  .catalog-product-view .page-main .product-info-main .product-info-price .price-box .old-price span.price {
    font-size: 18px!important;
    line-height: 26px;
  }
}
.catalog-product-view .page-main .product-info-main .product-info-price .product-info-stock-sku {
  float: none;
  padding: 0;
  text-align: left;
}
.catalog-product-view .page-main .product-info-main .product-info-price .product-info-stock-sku a {
  cursor: inherit;
  text-decoration: none;
  display: inline-block;
}
.catalog-product-view .page-main .product-info-main .product-info-price .product-info-stock-sku .stock.available {
  display: none;
}
.catalog-product-view .page-main .product-info-main .product-info-price .product-info-stock-sku .stock.unavailable {
  color: #000;
}
.catalog-product-view .page-main .product-info-main .product-info-price .product-info-stock-sku .product.attribute.sku {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.35);
  line-height: 18px;
  font-weight: normal;
}
.catalog-product-view .page-main .product-info-main .delivery-section div a {
  cursor: inherit;
  text-decoration: none;
  color: #000000;
}
.catalog-product-view .page-main .product-info-main .product-add-form {
  padding: 25px 0 0 0;
}
@media (max-width: 768px) {
  .catalog-product-view .page-main .product-info-main .product-add-form {
    padding-top: 15px;
  }
}
@media (max-width: 768px) {
  .catalog-product-view .page-main .product-info-main .product-add-form form .box-tocart {
    margin-bottom: 15px;
  }
}
.catalog-product-view .page-main .product-info-main .product-add-form form .box-tocart .fieldset {
  display: flex;
  width: 100%;
  align-items: flex-end;
  position: relative;
}
.catalog-product-view .page-main .product-info-main .product-add-form form .box-tocart .fieldset .field.qty {
  margin: 0 15px 0 0;
}
@media (max-width: 768px) {
  .catalog-product-view .page-main .product-info-main .product-add-form form .box-tocart .fieldset .field.qty {
    display: none;
  }
}
.catalog-product-view .page-main .product-info-main .product-add-form form .box-tocart .fieldset .field.qty .label {
  font-size: 14px;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.5);
  margin-bottom: 5px;
}
.catalog-product-view .page-main .product-info-main .product-add-form form .box-tocart .fieldset .field.qty .control input {
  color: #000;
  border-color: #000;
  height: 52px;
  width: 80px;
  font-size: 16px;
}
.catalog-product-view .page-main .product-info-main .product-add-form form .box-tocart .fieldset .field.qty .control input + .mage-error {
  position: absolute;
  left: 0;
}
.catalog-product-view .page-main .product-info-main .product-add-form form .box-tocart .fieldset .actions {
  width: 100%;
}
.catalog-product-view .page-main .product-info-main .product-add-form form .box-tocart .fieldset .actions button.tocart {
  background: #000;
  border-color: #000;
  border-radius: 0;
  margin: 0;
  color: #ffed00;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  padding: 10px 30px;
  height: 52px;
  width: 100%;
  max-width: 216px;
}
@media (max-width: 768px) {
  .catalog-product-view .page-main .product-info-main .product-add-form form .box-tocart .fieldset .actions button.tocart {
    min-width: 100%;
    position: fixed;
    bottom: 54px;
    max-width: 100%;
    left: 0;
    z-index: 4;
    width: 100%;
    padding: 5px 30px;
    height: 42px;
    border: none;
    background: #000;
    border-color: #000;
    color: #ffed00;
  }
}
.catalog-product-view .page-main .product-info-main .product-add-form form .box-tocart .fieldset .actions button.tocart span {
  display: flex;
  align-items: center;
  position: relative;
  justify-content: center;
  align-content: center;
}
.catalog-product-view .page-main .product-info-main .product-add-form form .box-tocart .fieldset .actions button.tocart span:before {
  content: '';
  display: inline-block;
  background-image: url(../images/teenyicons_bag-solids.png);
  background-repeat: no-repeat;
  height: 20px;
  width: 20px;
  margin-right: 10px;
  background-size: 20px;
}
.catalog-product-view .page-main .product-info-main .product-add-form form .box-tocart button.tocart.modalRun {
  background: #ffed00;
  border-color: #ffed00;
  border-radius: 0;
  margin: 0;
  color: #000;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  padding: 10px 30px;
  height: 52px;
  width: 100%;
  max-width: 216px;
}
.catalog-product-view .page-main .product-info-main .product-add-form form .box-tocart button.tocart.modalRun span {
  display: flex;
  align-items: center;
  position: relative;
  justify-content: center;
}
.catalog-product-view .page-main .product-info-main .product-add-form form .box-tocart button.tocart.modalRun span:before {
  content: '';
  display: inline-block;
  background-image: url(../images/mail-icon.png);
  background-repeat: no-repeat;
  height: 17px;
  width: 22px;
  margin-right: 10px;
}
.catalog-product-view .page-main .product-info-main .product-add-form form .box-tocart button.tocart.modalRun span > span:before {
  display: none;
}
.catalog-product-view .page-main .product-info-main .product-add-form + div .postpay-product-widget-container-flex {
  background: transparent !important;
  border-radius: 0 !important;
  max-width: 100% !important;
  padding: 0 !important;
  justify-content: flex-start !important;
}
.catalog-product-view .page-main .product-info-main .product-add-form + div .postpay-product-widget-container-flex .postpay-product-widget-information-text > span {
  font-size: 16px;
  line-height: 20px;
  font-weight: normal;
  font-family: 'ClanPro' !important;
}
.catalog-product-view .page-main .product-info-main .product-add-form + div .postpay-product-widget-container-flex .postpay-product-widget-information-text > span.postpay-product-widget-text-wrapper > span {
  font-size: 16px;
  font-weight: 500;
  font-family: 'ClanPro' !important;
}
.catalog-product-view .page-main .product-info-main .product-add-form + div .postpay-product-widget-container-flex .postpay-product-widget-information-text > span.postpay-product-widget-text-wrapper > span > .postpay-product-price-wrapper-bold {
  font-family: 'ClanPro' !important;
}
.catalog-product-view .page-main .product-info-main .product-add-form + div .postpay-product-widget-container-flex .postpay-product-widget-information-text > span.postpay-product-widget-text-wrapper > span > .postpay-product-price-wrapper-bold .postpay-product-price-bold {
  font-family: 'ClanPro' !important;
}
.catalog-product-view .page-main .product-info-main .product-add-form + div .postpay-product-widget-container-flex .postpay-product-widget-information-text .postpay-link svg {
  width: 17px !important;
  height: 17px !important;
}
@media (min-width: 769px) {
  .catalog-product-view .page-main .product-info-main .product-social-links {
    display: none;
  }
}
@media (max-width: 768px) {
  .catalog-product-view .page-main .product-info-main .product-social-links {
    margin-bottom: 0;
  }
}
.catalog-product-view .page-main .product-info-main .product-social-links .action.tocompare {
  display: none;
}
.catalog-product-view .page-main .product-info-main .product-social-links .action.towishlist {
  border: 1px solid #000;
  padding: 15px;
  width: 100%;
  color: #000;
  margin-right: 0;
}
.catalog-product-view .page-main .product-info-main .product-social-links .action.towishlist:before {
  display: none;
}
.catalog-product-view .page-main .product-info-main .product-social-links .action.towishlist span:after {
  display: inline-block;
  background-image: url(../images/wishlist-icon.png);
  background-repeat: no-repeat;
  height: 24px;
  width: 24px;
  content: "";
  margin-left: 10px;
  vertical-align: bottom;
}
.catalog-product-view .page-main .product-info-main .product.alert {
  margin: 0;
}
.catalog-product-view .page-main .product-info-main .product.alert a {
  color: #000000;
  text-decoration: underline;
  display: inline-block;
}
.catalog-product-view .page-main .product-info-main .amxnotif-container {
  display: inline-block;
  width: 100%;
  margin-top: 20px;
}
.catalog-product-view .page-main .product-info-main .amxnotif-container .subscribe-popup .stock-notify-pdp {
  display: inline-block;
  background: #ffed00;
  color: #000;
  font-weight: 500;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  text-decoration: none;
}
.catalog-product-view .page-main .product-info-main .amxnotif-container .subscribe-popup .stock-notify-pdp::before {
  background: url(../images/bell.png);
  height: 16px;
  width: 16px;
  content: "";
  display: inline-block;
  background-size: 16px;
  background-repeat: no-repeat;
  padding-left: 2px;
  margin-bottom: -2px;
}
.catalog-product-view .page-main .product-info-main .amxnotif-container .subscribe-popup .oos-span {
  margin-top: 10px;
  font-weight: 500;
  display: block;
  color: #ee5001;
}
@media (max-width: 768px) {
  .catalog-product-view .page-main .product.info.detailed {
    margin-bottom: 0;
  }
}
.catalog-product-view .page-main .product.info.detailed nav.sticky {
  position: fixed;
  top: 223px;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 1690px;
  padding: 0 20px;
  margin: 0 auto;
  z-index: 100;
}
@media (max-width: 768px) {
  .catalog-product-view .page-main .product.info.detailed nav.sticky {
    top: 188px;
    padding: 0 15px;
  }
}
@media (min-width: 769px) and (max-width: 991px) {
  .catalog-product-view .page-main .product.info.detailed nav.sticky {
    top: 152px;
  }
}
.catalog-product-view .page-main .product.info.detailed nav.sticky ul.nav {
  border-bottom: none;
  background: #fff;
}
.catalog-product-view .page-main .product.info.detailed nav ul.nav {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-bottom: 1px solid #dcdcdc;
  margin-bottom: 20px;
}
@media (max-width: 639px) {
  .catalog-product-view .page-main .product.info.detailed nav ul.nav.owl-carousel {
    display: block;
    border: none;
    padding: 0 20px 5px;
    margin-bottom: 0;
  }
  .catalog-product-view .page-main .product.info.detailed nav ul.nav.owl-carousel .owl-item li a {
    font-size: 14px;
    font-weight: 500;
    background: #d5d5d5;
    display: block;
    text-align: center;
    padding: 15px 5px;
    line-height: normal;
    text-decoration: none;
    color: #000 !important;
    line-height: 17px;
  }
  .catalog-product-view .page-main .product.info.detailed nav ul.nav.owl-carousel .owl-item li a.active-section {
    background: #2b2b2b;
    color: #ffed00 !important;
  }
  .catalog-product-view .page-main .product.info.detailed nav ul.nav.owl-carousel .owl-item li.active-mob a {
    background: #2b2b2b;
    color: #ffed00 !important;
  }
  .catalog-product-view .page-main .product.info.detailed nav ul.nav.owl-carousel .owl-nav {
    height: auto;
    margin: 0;
  }
  .catalog-product-view .page-main .product.info.detailed nav ul.nav.owl-carousel .owl-nav button {
    width: 20px;
    height: 25px;
    opacity: 1;
    position: absolute;
  }
  .catalog-product-view .page-main .product.info.detailed nav ul.nav.owl-carousel .owl-nav button span {
    font-size: 0;
  }
  .catalog-product-view .page-main .product.info.detailed nav ul.nav.owl-carousel .owl-nav button:hover {
    background: transparent;
  }
  .catalog-product-view .page-main .product.info.detailed nav ul.nav.owl-carousel .owl-nav button.owl-prev {
    top: 2px;
    left: -8px;
  }
  .catalog-product-view .page-main .product.info.detailed nav ul.nav.owl-carousel .owl-nav button.owl-prev span {
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid #000;
    display: inline-block;
  }
  .catalog-product-view .page-main .product.info.detailed nav ul.nav.owl-carousel .owl-nav button.owl-next {
    right: -8px;
    top: 2px;
  }
  .catalog-product-view .page-main .product.info.detailed nav ul.nav.owl-carousel .owl-nav button.owl-next span {
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #000;
    display: inline-block;
  }
}
.catalog-product-view .page-main .product.info.detailed nav ul.nav > li {
  margin-right: 5px;
}
@media (max-width: 768px) {
  .catalog-product-view .page-main .product.info.detailed nav ul.nav > li {
    margin-right: 1px;
  }
}
.catalog-product-view .page-main .product.info.detailed nav ul.nav > li > a {
  display: block;
  background: #f8f8f8;
  color: #000;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  padding: 16px 30px;
}
@media (max-width: 768px) {
  .catalog-product-view .page-main .product.info.detailed nav ul.nav > li > a {
    font-size: 14px;
    padding: 10px 15px;
  }
}
@media (min-width: 769px) and (max-width: 1199px) {
  .catalog-product-view .page-main .product.info.detailed nav ul.nav > li > a {
    font-size: 14px;
    padding: 12px 30px;
  }
}
.catalog-product-view .page-main .product.info.detailed nav ul.nav > li.active > a {
  background: #ffed00;
}
.catalog-product-view .page-main .product.info.detailed .feature_description .description-row {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .catalog-product-view .page-main .product.info.detailed .feature_description .description-row {
    margin-bottom: 10px;
  }
}
.catalog-product-view .page-main .product.info.detailed .feature_description .description-row .long-description p {
  margin: 0;
  font-size: 14px;
  line-height: 26px;
  color: #464242;
}
.catalog-product-view .page-main .product.info.detailed .feature_description h2 {
  font-size: 22px;
  font-weight: 500;
  line-height: 22px;
  color: #000;
  padding: 0 0 15px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin: 0 0 30px;
}
@media (max-width: 768px) {
  .catalog-product-view .page-main .product.info.detailed .feature_description h2 {
    margin-bottom: 15px;
    padding-bottom: 7px;
  }
}
.catalog-product-view .page-main .product.info.detailed .feature_description .Features-benefits-main .product-section-row-1 .inner-content {
  display: flex;
  flex-wrap: wrap;
}
.catalog-product-view .page-main .product.info.detailed .feature_description .Features-benefits-main .product-section-row-1 .inner-content .mgz-element-column {
  width: 32.25%;
  margin-right: 1.6%;
}
@media (max-width: 768px) {
  .catalog-product-view .page-main .product.info.detailed .feature_description .Features-benefits-main .product-section-row-1 .inner-content .mgz-element-column {
    width: 100%;
    margin: 0 0 20px 0;
  }
}
.catalog-product-view .page-main .product.info.detailed .feature_description .Features-benefits-main .product-section-row-1 .inner-content .mgz-element-column:last-child {
  margin-right: 0;
}
.catalog-product-view .page-main .product.info.detailed .feature_description .Features-benefits-main .product-section-row-1 .inner-content .mgz-element-column > .mgz-element-inner {
  border: 1px solid #dcdcdc;
  padding: 6px;
}
.catalog-product-view .page-main .product.info.detailed .feature_description .Features-benefits-main .product-section-row-1 .inner-content .mgz-element-column > .mgz-element-inner .mgz-element-single_image .mgz-element-inner {
  margin: 0;
}
.catalog-product-view .page-main .product.info.detailed .feature_description .Features-benefits-main .product-section-row-1 .inner-content .mgz-element-column > .mgz-element-inner .mgz-element-single_image .mgz-element-inner .mgz-single-image-wrapper {
  display: block;
}
.catalog-product-view .page-main .product.info.detailed .feature_description .Features-benefits-main .product-section-row-1 .inner-content .mgz-element-column > .mgz-element-inner .mgz-element-single_image .mgz-element-inner .mgz-single-image-wrapper img {
  width: 100%;
}
.catalog-product-view .page-main .product.info.detailed .feature_description .Features-benefits-main .product-section-row-1 .inner-content .mgz-element-column > .mgz-element-inner .mgz-element-heading {
  padding: 0 9px;
}
.catalog-product-view .page-main .product.info.detailed .feature_description .Features-benefits-main .product-section-row-1 .inner-content .mgz-element-column > .mgz-element-inner .mgz-element-heading .mgz-element-inner {
  margin: 0;
}
.catalog-product-view .page-main .product.info.detailed .feature_description .Features-benefits-main .product-section-row-1 .inner-content .mgz-element-column > .mgz-element-inner .mgz-element-heading .mgz-element-inner h3 {
  font-size: 16px;
  line-height: 21px;
  color: #000;
  font-weight: 500;
  margin: 18px 0 10px 0;
}
.catalog-product-view .page-main .product.info.detailed .feature_description .Features-benefits-main .product-section-row-1 .inner-content .mgz-element-column > .mgz-element-inner .mgz-element-text {
  padding: 0 9px;
}
.catalog-product-view .page-main .product.info.detailed .feature_description .Features-benefits-main .product-section-row-1 .inner-content .mgz-element-column > .mgz-element-inner .mgz-element-text .mgz-element-inner {
  margin: 0;
}
.catalog-product-view .page-main .product.info.detailed .feature_description .Features-benefits-main .product-section-row-1 .inner-content .mgz-element-column > .mgz-element-inner .mgz-element-text .mgz-element-inner p {
  margin: 0 0 10px 0;
  font-size: 14px;
  line-height: 24px;
  color: #464242;
}
.catalog-product-view .page-main .product.info.detailed .feature_description .Features-benefits-main .product-section-row-2 .mgz-pricing-table-wrapper {
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .catalog-product-view .page-main .product.info.detailed .feature_description .Features-benefits-main .product-section-row-2 .mgz-pricing-table-wrapper {
    margin-top: 20px;
  }
}
.catalog-product-view .page-main .product.info.detailed .feature_description .Features-benefits-main .product-section-row-2 .mgz-pricing-table-wrapper:before {
  display: none;
}
.catalog-product-view .page-main .product.info.detailed .feature_description .Features-benefits-main .product-section-row-2 .mgz-pricing-table-wrapper:after {
  display: none;
}
.catalog-product-view .page-main .product.info.detailed .feature_description .Features-benefits-main .product-section-row-2 .mgz-pricing-table-wrapper .mgz-pricing-table {
  flex: inherit;
  width: 49.2%;
}
@media (max-width: 768px) {
  .catalog-product-view .page-main .product.info.detailed .feature_description .Features-benefits-main .product-section-row-2 .mgz-pricing-table-wrapper .mgz-pricing-table {
    width: 100%;
  }
}
.catalog-product-view .page-main .product.info.detailed .feature_description .Features-benefits-main .product-section-row-2 .mgz-pricing-table-wrapper .mgz-pricing-table .mgz-pricing-table-content-wrapper {
  border: none;
  background: #f8f8f8;
}
.catalog-product-view .page-main .product.info.detailed .feature_description .Features-benefits-main .product-section-row-2 .mgz-pricing-table-wrapper .mgz-pricing-table .mgz-pricing-table-content-wrapper ul li {
  text-align: left;
  padding: 10px 20px;
  border: none;
  border-bottom: 1px solid #e6e6e6;
  font-size: 14px;
  line-height: 18px;
  color: #000;
  font-weight: normal;
}
.catalog-product-view .page-main .product.info.detailed .feature_description .Features-Benefits-4 {
  margin-top: 30px;
  background-color: #f8f8f8;
}
.catalog-product-view .page-main .product.info.detailed .feature_description .Features-Benefits-4 .row.fc-featurebenefits-row {
  border-bottom: 1px solid #fff;
  padding: 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.catalog-product-view .page-main .product.info.detailed .feature_description .Features-Benefits-4 .row.fc-featurebenefits-row .col-sm-5 {
  width: 41.66666667%;
}
@media (max-width: 768px) {
  .catalog-product-view .page-main .product.info.detailed .feature_description .Features-Benefits-4 .row.fc-featurebenefits-row .col-sm-5 {
    width: 100%;
  }
}
.catalog-product-view .page-main .product.info.detailed .feature_description .Features-Benefits-4 .row.fc-featurebenefits-row .col-sm-5 h6 {
  font-size: 13px;
  font-weight: 500;
  margin: 0;
}
.catalog-product-view .page-main .product.info.detailed .feature_description .Features-Benefits-4 .row.fc-featurebenefits-row .col-sm-7.col-no-padding {
  width: 58.33333333%;
}
@media (max-width: 768px) {
  .catalog-product-view .page-main .product.info.detailed .feature_description .Features-Benefits-4 .row.fc-featurebenefits-row .col-sm-7.col-no-padding {
    width: 100%;
  }
}
.catalog-product-view .page-main .product.info.detailed .feature_description .Features-Benefits-4 .row.fc-featurebenefits-row .col-sm-7.col-no-padding li {
  list-style-type: square;
  list-style-position: inside;
  padding: 15px 15px 15px 35px;
  line-height: normal;
  text-indent: -17px;
  font-size: 13px;
}
@media (max-width: 768px) {
  .catalog-product-view .page-main .product.info.detailed .feature_description .Features-Benefits-4 {
    margin-top: 10px;
  }
}
.catalog-product-view .page-main .product.info.detailed .feature_description .Features-Benefits-4 .mgz-element-inner > .inner-content {
  width: 100%;
}
.catalog-product-view .page-main .product.info.detailed .feature_description .Features-Benefits-4 .mgz-element-inner > .inner-content .mgz-element-inner {
  padding: 0;
}
.catalog-product-view .page-main .product.info.detailed .feature_description .Features-Benefits-4 table {
  background: #f8f8f8;
  height: auto!important;
}
.catalog-product-view .page-main .product.info.detailed .feature_description .Features-Benefits-4 table tr {
  height: auto!important;
}
.catalog-product-view .page-main .product.info.detailed .feature_description .Features-Benefits-4 table tr td {
  text-align: left;
  padding: 10px 20px;
  border: none;
  border-bottom: 1px solid #e6e6e6;
  font-size: 14px;
  line-height: 18px;
  color: #000;
  font-weight: normal;
  height: auto!important;
  vertical-align: middle;
}
.catalog-product-view .page-main .product.info.detailed .feature_description .Features-Benefits-4 table tr td p {
  margin: 0;
}
.catalog-product-view .page-main .product.info.detailed .feature_description .Features-Benefits-4 table tr td:last-child {
  border-left: 1px solid #e6e6e6;
}
.catalog-product-view .page-main .product.info.detailed .feature_description #specifications-technical .description-text .row {
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  align-items: flex-start;
}
.catalog-product-view .page-main .product.info.detailed .feature_description #specifications-technical .description-text .row .col-sm-6 {
  width: 49.1%;
  margin-right: 1.6%;
  background: #f8f8f8;
}
@media (max-width: 768px) {
  .catalog-product-view .page-main .product.info.detailed .feature_description #specifications-technical .description-text .row .col-sm-6 {
    width: 100%;
    margin-right: 0;
  }
  .catalog-product-view .page-main .product.info.detailed .feature_description #specifications-technical .description-text .row .col-sm-6.technical {
    margin-bottom: 40px;
  }
}
.catalog-product-view .page-main .product.info.detailed .feature_description #specifications-technical .description-text .row .col-sm-6:last-child {
  margin-right: 0;
}
.catalog-product-view .page-main .product.info.detailed .feature_description #specifications-technical .description-text .row .col-sm-6:nth-child(2n) {
  margin-right: 0;
}
.catalog-product-view .page-main .product.info.detailed .feature_description #specifications-technical .description-text .row .col-sm-6 h5 {
  font-size: 20px;
  line-height: 25px;
  margin: 0;
  padding-bottom: 12px;
  font-weight: normal;
  color: #000;
  background: #fff;
  padding-top: 10px;
}
.catalog-product-view .page-main .product.info.detailed .feature_description #specifications-technical .description-text .row .col-sm-6 table tr td {
  border-top: none;
  border-bottom: 1px solid #e6e6e6;
  padding: 10px 20px;
  font-size: 14px;
  line-height: 18px;
  color: #000;
  font-weight: normal;
}
.catalog-product-view .page-main .product.info.detailed .feature_description #specifications-technical .description-text .row .col-sm-6 table tr td:first-child {
  font-weight: 600;
}
.catalog-product-view .page-main .product.info.detailed .feature_description #specifications-technical .description-text .row .col-sm-6 table tr:last-child td {
  border: none;
}
.catalog-product-view .page-main .product.info.detailed .feature_description #specifications-technical .description-text .row .col-sm-6.equipment ul {
  padding: 0;
  margin: 0;
}
.catalog-product-view .page-main .product.info.detailed .feature_description #specifications-technical .description-text .row .col-sm-6.equipment ul li {
  border-bottom: 1px solid #e6e6e6;
  padding: 10px 20px;
  font-size: 14px;
  color: #000;
  font-weight: 500;
  line-height: 18px;
}
.catalog-product-view .page-main .product.info.detailed .feature_description #specifications-technical .description-text .row .col-sm-6.equipment ul li:last-child {
  border-bottom: 0;
}
.catalog-product-view .page-main .product.info.detailed .feature_description #specifications-technical .description-text .row .col-sm-6.equipment table tr td li {
  padding: 0;
}
.catalog-product-view .page-main .product.info.detailed .feature_description #specifications-technical .description-text .row .col-sm-6.col-md-12 {
  width: 100%;
}
.catalog-product-view .page-main .product.info.detailed .feature_description #specifications-technical .description-text .row div table {
  width: 100% !important;
}
.catalog-product-view .page-main .amrelated-pack-wrapper {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .catalog-product-view .page-main .amrelated-pack-wrapper {
    margin-bottom: 0;
  }
}
.catalog-product-view .page-main .amrelated-pack-wrapper > a {
  width: 100%;
  text-decoration: none;
}
.catalog-product-view .page-main .amrelated-pack-wrapper > a .amrelated-title {
  width: 100%;
  font-size: 22px;
  font-weight: 500;
  line-height: 22px;
  color: #000;
  padding: 0 0 15px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin: 0 0 30px;
  padding-top: 50px;
}
@media (max-width: 768px) {
  .catalog-product-view .page-main .amrelated-pack-wrapper > a .amrelated-title {
    margin: 0 0 10px;
    padding-top: 7px;
  }
}
.catalog-product-view .page-main .amrelated-pack-wrapper .amrelated-content-wrapper {
  align-items: center;
  width: 100%;
  background: #fff;
}
@media (max-width: 768px) {
  .catalog-product-view .page-main .amrelated-pack-wrapper .amrelated-content-wrapper {
    margin-top: 0;
  }
}
.catalog-product-view .page-main .amrelated-pack-wrapper .amrelated-content-wrapper .amrelated-equal {
  color: #b7b4b4;
  padding: 10px 30px;
}
.catalog-product-view .page-main .amrelated-pack-wrapper .amrelated-content-wrapper .amrelated-pack-list {
  max-width: 100%;
  width: calc(100% - 400px);
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .catalog-product-view .page-main .amrelated-pack-wrapper .amrelated-content-wrapper .amrelated-pack-list {
    width: 100%;
  }
}
.catalog-product-view .page-main .amrelated-pack-wrapper .amrelated-content-wrapper .amrelated-pack-list .amrelated-plus {
  font-weight: 700;
  font-size: 65px;
  color: #757575;
  opacity: 0.4;
}
.catalog-product-view .page-main .amrelated-pack-wrapper .amrelated-content-wrapper .amrelated-pack-list .amrelated-pack-item {
  min-width: inherit;
  width: auto;
}
@media (max-width: 768px) {
  .catalog-product-view .page-main .amrelated-pack-wrapper .amrelated-content-wrapper .amrelated-pack-list .amrelated-pack-item {
    width: 33%;
    padding: 10px;
    border: none;
    background: #fff;
  }
}
.catalog-product-view .page-main .amrelated-pack-wrapper .amrelated-content-wrapper .amrelated-pack-list .amrelated-pack-item .amrelated-photo-container {
  width: 100%;
  height: auto;
  border: none;
}
.catalog-product-view .page-main .amrelated-pack-wrapper .amrelated-content-wrapper .amrelated-pack-list .amrelated-pack-item .amrelated-details {
  text-align: left;
}
.catalog-product-view .page-main .amrelated-pack-wrapper .amrelated-content-wrapper .amrelated-pack-list .amrelated-pack-item .amrelated-details .amrelated-name {
  margin-bottom: 15px;
}
.catalog-product-view .page-main .amrelated-pack-wrapper .amrelated-content-wrapper .amrelated-pack-list .amrelated-pack-item .amrelated-details .amrelated-name a.amrelated-link {
  font-size: 18px;
  font-weight: 500;
  line-height: 23px;
  color: #000;
  text-decoration: none;
  display: block;
  min-height: 46px;
}
.catalog-product-view .page-main .amrelated-pack-wrapper .amrelated-content-wrapper .amrelated-pack-list .amrelated-pack-item .amrelated-details .price-box {
  margin: 10px 0;
}
.catalog-product-view .page-main .amrelated-pack-wrapper .amrelated-content-wrapper .amrelated-pack-list .amrelated-pack-item .amrelated-details .price-box span.price {
  font-size: 20px;
  line-height: 25px;
  color: #000;
  font-weight: 500;
}
.catalog-product-view .page-main .amrelated-pack-wrapper .amrelated-content-wrapper .amrelated-pack-list .owl-nav .owl-prev,
.catalog-product-view .page-main .amrelated-pack-wrapper .amrelated-content-wrapper .amrelated-pack-list .owl-nav .owl-next {
  background-position: center center;
  background-repeat: no-repeat;
  height: 28px;
  width: 22px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.catalog-product-view .page-main .amrelated-pack-wrapper .amrelated-content-wrapper .amrelated-pack-list .owl-nav .owl-prev span,
.catalog-product-view .page-main .amrelated-pack-wrapper .amrelated-content-wrapper .amrelated-pack-list .owl-nav .owl-next span {
  font-size: 0;
}
.catalog-product-view .page-main .amrelated-pack-wrapper .amrelated-content-wrapper .amrelated-pack-list .owl-nav .owl-prev {
  background-image: url(../images/thumbnail-arr-left.png);
}
.catalog-product-view .page-main .amrelated-pack-wrapper .amrelated-content-wrapper .amrelated-pack-list .owl-nav .owl-next {
  background-image: url(../images/thumbnail-arr-right.png);
  right: 0;
  left: auto;
}
.catalog-product-view .page-main .amrelated-pack-wrapper .amrelated-content-wrapper .amrelated-summary-content {
  width: 100%;
  max-width: 400px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 30px;
}
@media (max-width: 768px) {
  .catalog-product-view .page-main .amrelated-pack-wrapper .amrelated-content-wrapper .amrelated-summary-content {
    max-width: 100%;
    padding-left: 0;
    height: auto;
    padding-top: 0;
  }
}
.catalog-product-view .page-main .amrelated-pack-wrapper .amrelated-content-wrapper .amrelated-summary-content .amrelated-price-wrapper {
  flex-wrap: wrap;
  border: none;
  justify-content: flex-start;
  height: auto;
  padding: 0 0 10px;
  width: 100%;
}
.catalog-product-view .page-main .amrelated-pack-wrapper .amrelated-content-wrapper .amrelated-summary-content .amrelated-price-wrapper h5 {
  margin: 0 0 10px;
  font-weight: normal;
  font-size: 13px;
  line-height: normal;
  width: 100%;
}
.catalog-product-view .page-main .amrelated-pack-wrapper .amrelated-content-wrapper .amrelated-summary-content .amrelated-price-wrapper .main.price {
  font-size: 13px;
  font-weight: normal;
  line-height: normal;
}
.catalog-product-view .page-main .amrelated-pack-wrapper .amrelated-content-wrapper .amrelated-summary-content .amrelated-price-wrapper .main.price .price {
  font-weight: 600;
}
.catalog-product-view .page-main .amrelated-pack-wrapper .amrelated-content-wrapper .amrelated-summary-content .amrelated-tocart-wrapper {
  width: 100%;
}
.catalog-product-view .page-main .amrelated-pack-wrapper .amrelated-content-wrapper .amrelated-summary-content .amrelated-tocart-wrapper button {
  background: #FFED00;
  border: none;
  color: #000;
  font-size: 14px;
  font-weight: 500;
  font-family: 'ClanPro';
  line-height: 18px;
  padding: 9px 15px;
  width: 100%;
  height: 42px;
  border-radius: 0;
}
.catalog-product-view .page-main .amrelated-pack-wrapper .custom-wrapper.active {
  width: 100%;
}
.catalog-product-view .page-main .amrelated-pack-wrapper .custom-wrapper.active .main-checkbox-amrelated-details {
  display: flex;
  flex-wrap: wrap;
}
.catalog-product-view .page-main .amrelated-pack-wrapper .custom-wrapper.active .main-checkbox-amrelated-details .amrelated-details {
  display: flex;
  align-items: center;
}
.catalog-product-view .page-main .amrelated-pack-wrapper .custom-wrapper.active .main-checkbox-amrelated-details .amrelated-details .amrelated-name a {
  color: #000;
  font-size: 14px;
  display: inline-block;
}
.catalog-product-view .page-main .amrelated-pack-wrapper .custom-wrapper.active .main-checkbox-amrelated-details .amrelated-details .price-box span.price {
  font-weight: 700;
  display: inline-block;
  padding-left: 10px;
}
.catalog-product-view .page-main .amrelated-pack-wrapper .amrelated-discount {
  background: #ff5501;
}
@media (max-width: 768px) {
  .catalog-product-view .page-main .amrelated-pack-wrapper .amrelated-discount {
    display: none;
  }
}
@media (max-width: 768px) {
  .catalog-product-view .page-main .amrelated-pack-wrapper .amrelated-title {
    width: 100%;
    font-size: 22px;
    font-weight: 500;
    line-height: 22px;
    color: #000;
    padding: 10px 0 15px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin: 0;
  }
  .catalog-product-view .page-main .amrelated-pack-wrapper .amrelated-content-wrapper .amrelated-equal {
    color: #b7b4b4;
  }
  .catalog-product-view .page-main .amrelated-pack-wrapper .amrelated-content-wrapper .amrelated-pack-list .amrelated-plus {
    color: #000;
  }
  .catalog-product-view .page-main .amrelated-pack-wrapper .amrelated-content-wrapper .amrelated-pack-list .amrelated-pack-item .amrelated-details {
    text-align: left;
  }
  .catalog-product-view .page-main .amrelated-pack-wrapper .amrelated-content-wrapper .amrelated-pack-list .amrelated-pack-item .amrelated-details .amrelated-name {
    margin-bottom: 15px;
  }
  .catalog-product-view .page-main .amrelated-pack-wrapper .amrelated-content-wrapper .amrelated-pack-list .amrelated-pack-item .amrelated-details .amrelated-name a.amrelated-link {
    font-size: 18px;
    font-weight: 500;
    line-height: 23px;
    color: #000;
    text-decoration: none;
    display: block;
    min-height: 46px;
  }
  .catalog-product-view .page-main .amrelated-pack-wrapper .amrelated-content-wrapper .amrelated-pack-list .amrelated-pack-item .amrelated-details .price-box {
    margin: 10px 0;
  }
  .catalog-product-view .page-main .amrelated-pack-wrapper .amrelated-content-wrapper .amrelated-pack-list .amrelated-pack-item .amrelated-details .price-box span.price {
    font-size: 20px;
    line-height: 25px;
    color: #000;
    font-weight: 500;
  }
  .catalog-product-view .page-main .amrelated-pack-wrapper .amrelated-content-wrapper .amrelated-summary-content .amrelated-tocart-wrapper button {
    background: #FFED00;
    border: none;
    color: #000;
    font-size: 14px;
    font-weight: 500;
    font-family: 'ClanPro';
    line-height: 18px;
    padding: 9px 15px;
    width: 100%;
    height: 42px;
    margin-bottom: 0;
    border-radius: 0;
  }
}
@media (max-width: 768px) {
  .catalog-product-view .page-main .block.related {
    margin-bottom: 10px;
  }
}
.catalog-product-view .page-main .block.related .block-title {
  padding: 0 0 15px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin: 0 0 30px;
}
.catalog-product-view .page-main .block.related .block-title strong {
  font-size: 22px;
  font-weight: 500;
  line-height: 22px;
  color: #000;
}
.catalog-product-view .page-main .block.related .products ol.products {
  position: relative;
}
.catalog-product-view .page-main .block.related .products ol.products .owl-item {
  padding-bottom: 1px;
}
.catalog-product-view .page-main .block.related .products ol.products .owl-item li {
  width: 100%;
  margin: 0;
}
.catalog-product-view .page-main .block.related .products ol.products .owl-item li .product-item-info {
  width: 100%;
  background: #fff;
  border: 1px solid #dedede;
  padding: 20px;
}
@media (max-width: 1199px) {
  .catalog-product-view .page-main .block.related .products ol.products .owl-item li .product-item-info {
    padding: 10px;
  }
}
@media (min-width: 1200px) and (max-width: 1349px) {
  .catalog-product-view .page-main .block.related .products ol.products .owl-item li .product-item-info {
    padding: 15px;
  }
}
.catalog-product-view .page-main .block.related .products ol.products .owl-item li .product-item-info:hover {
  box-shadow: none;
  margin: 0;
  padding: 20px;
  position: static;
}
.catalog-product-view .page-main .block.related .products ol.products .owl-item li .product-item-info .product-item-photo {
  display: block;
}
.catalog-product-view .page-main .block.related .products ol.products .owl-item li .product-item-info .product-item-photo .product-image-container {
  width: 100% !important;
}
.catalog-product-view .page-main .block.related .products ol.products .owl-item li .product-item-info .product-item-photo .product-image-container .product-image-wrapper {
  padding-bottom: 100% !important;
}
.catalog-product-view .page-main .block.related .products ol.products .owl-item li .product-item-info .product-item-photo .product-image-container .product-image-wrapper .product-image-photo {
  width: auto;
}
.catalog-product-view .page-main .block.related .products ol.products .owl-item li .product-item-info .product-item-details .product-item-name {
  text-align: left;
  margin: 0 0 15px 0;
}
.catalog-product-view .page-main .block.related .products ol.products .owl-item li .product-item-info .product-item-details .price-box {
  text-align: left;
  height: 25px;
}
.catalog-product-view .page-main .block.related .products ol.products .owl-item li .product-item-info .product-item-details .price-box span.price {
  font-size: 20px;
  line-height: 25px;
  color: #000;
  font-weight: 500;
}
@media (max-width: 768px) {
  .catalog-product-view .page-main .block.related .products ol.products .owl-item li .product-item-info .product-item-details .price-box span.price {
    font-size: 16px;
    line-height: 21px;
    margin: 0;
  }
}
@media (min-width: 540px) and (max-width: 1199px) {
  .catalog-product-view .page-main .block.related .products ol.products .owl-item li .product-item-info .product-item-details .price-box span.price {
    font-size: 15px;
    line-height: 20px;
  }
}
.catalog-product-view .page-main .block.related .products ol.products .owl-item li .product-item-info .product-item-details .price-box .old-price {
  padding-left: 5px;
}
.catalog-product-view .page-main .block.related .products ol.products .owl-item li .product-item-info .product-item-details .price-box .old-price .price-label {
  display: none;
}
.catalog-product-view .page-main .block.related .products ol.products .owl-item li .product-item-info .product-item-details .price-box .old-price span.price {
  color: #666;
  font-size: 16px;
  text-decoration: line-through;
}
@media (max-width: 1199px) {
  .catalog-product-view .page-main .block.related .products ol.products .owl-item li .product-item-info .product-item-details .price-box .old-price span.price {
    font-size: 14px;
    line-height: 19px;
  }
}
@media (max-width: 767px) {
  .catalog-product-view .page-main .block.related .products ol.products .owl-item li .product-item-info .product-item-details .price-box .special-price {
    display: inline-block;
  }
}
.catalog-product-view .page-main .block.related .products ol.products .owl-nav {
  margin: 0;
}
.catalog-product-view .page-main .block.related .products ol.products .owl-nav button {
  opacity: 1;
  position: absolute;
  border: 1px solid #FFED00;
  border-radius: 0;
  background: #FFED00;
  margin: -30px 0 0 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
}
@media (max-width: 1199px) {
  .catalog-product-view .page-main .block.related .products ol.products .owl-nav button {
    width: 30px;
    height: 30px;
  }
}
.catalog-product-view .page-main .block.related .products ol.products .owl-nav button.owl-prev {
  left: 0;
}
.catalog-product-view .page-main .block.related .products ol.products .owl-nav button.owl-prev span {
  display: inline-block;
  background-image: url(../images/left-arrow.png);
  height: 38px;
  width: 38px;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 1199px) {
  .catalog-product-view .page-main .block.related .products ol.products .owl-nav button.owl-prev span {
    height: 28px;
    width: 28px;
    background-size: 10px;
  }
}
.catalog-product-view .page-main .block.related .products ol.products .owl-nav button.owl-next {
  right: 0;
}
.catalog-product-view .page-main .block.related .products ol.products .owl-nav button.owl-next span {
  display: inline-block;
  background-image: url(../images/right-arrow.png);
  height: 38px;
  width: 38px;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 1199px) {
  .catalog-product-view .page-main .block.related .products ol.products .owl-nav button.owl-next span {
    height: 28px;
    width: 28px;
    background-size: 10px;
  }
}
.catalog-product-view .page-main .block.related .products ol.products .owl-nav button.disabled {
  pointer-events: auto;
  opacity: 0.5;
}
.catalog-product-view .page-main .block.crosssell {
  width: 100%;
  float: none;
  padding: 0;
}
.catalog-product-view .page-main .block.upsell .block-title {
  padding: 0 0 15px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin: 0 0 30px;
}
.catalog-product-view .page-main .block.upsell .block-title strong {
  font-size: 22px;
  font-weight: 500;
  line-height: 22px;
  color: #000;
}
.catalog-product-view .page-main .block.upsell .products ol.products {
  position: relative;
}
.catalog-product-view .page-main .block.upsell .products ol.products .owl-item {
  padding-bottom: 1px;
}
.catalog-product-view .page-main .block.upsell .products ol.products .owl-item li {
  width: 100%;
  margin: 0;
}
.catalog-product-view .page-main .block.upsell .products ol.products .owl-item li .product-item-info {
  width: 100%;
  background: #fff;
  border: 1px solid #dedede;
  padding: 20px;
}
@media (max-width: 1199px) {
  .catalog-product-view .page-main .block.upsell .products ol.products .owl-item li .product-item-info {
    padding: 10px;
  }
}
@media (min-width: 1200px) and (max-width: 1349px) {
  .catalog-product-view .page-main .block.upsell .products ol.products .owl-item li .product-item-info {
    padding: 15px;
  }
}
.catalog-product-view .page-main .block.upsell .products ol.products .owl-item li .product-item-info:hover {
  box-shadow: none;
  margin: 0;
  padding: 20px;
  position: static;
}
.catalog-product-view .page-main .block.upsell .products ol.products .owl-item li .product-item-info .product-item-photo {
  display: block;
}
.catalog-product-view .page-main .block.upsell .products ol.products .owl-item li .product-item-info .product-item-photo .product-image-container {
  width: 100% !important;
}
.catalog-product-view .page-main .block.upsell .products ol.products .owl-item li .product-item-info .product-item-photo .product-image-container .product-image-wrapper {
  padding-bottom: 100% !important;
}
.catalog-product-view .page-main .block.upsell .products ol.products .owl-item li .product-item-info .product-item-photo .product-image-container .product-image-wrapper .product-image-photo {
  width: auto;
}
.catalog-product-view .page-main .block.upsell .products ol.products .owl-item li .product-item-info .product-item-details .product-item-name {
  text-align: left;
  margin: 0 0 15px 0;
}
.catalog-product-view .page-main .block.upsell .products ol.products .owl-item li .product-item-info .product-item-details .price-box {
  text-align: left;
  height: 25px;
}
.catalog-product-view .page-main .block.upsell .products ol.products .owl-item li .product-item-info .product-item-details .price-box span.price {
  font-size: 20px;
  line-height: 25px;
  color: #000;
  font-weight: 500;
}
@media (max-width: 768px) {
  .catalog-product-view .page-main .block.upsell .products ol.products .owl-item li .product-item-info .product-item-details .price-box span.price {
    font-size: 16px;
    line-height: 21px;
    margin: 0;
  }
}
@media (min-width: 540px) and (max-width: 1199px) {
  .catalog-product-view .page-main .block.upsell .products ol.products .owl-item li .product-item-info .product-item-details .price-box span.price {
    font-size: 15px;
    line-height: 20px;
  }
}
.catalog-product-view .page-main .block.upsell .products ol.products .owl-item li .product-item-info .product-item-details .price-box .old-price {
  padding-left: 5px;
}
.catalog-product-view .page-main .block.upsell .products ol.products .owl-item li .product-item-info .product-item-details .price-box .old-price .price-label {
  display: none;
}
.catalog-product-view .page-main .block.upsell .products ol.products .owl-item li .product-item-info .product-item-details .price-box .old-price span.price {
  color: #666;
  font-size: 16px;
  text-decoration: line-through;
}
@media (max-width: 1199px) {
  .catalog-product-view .page-main .block.upsell .products ol.products .owl-item li .product-item-info .product-item-details .price-box .old-price span.price {
    font-size: 14px;
    line-height: 19px;
  }
}
@media (max-width: 767px) {
  .catalog-product-view .page-main .block.upsell .products ol.products .owl-item li .product-item-info .product-item-details .price-box .special-price {
    display: inline-block;
  }
}
.catalog-product-view .page-main .block.upsell .products ol.products .owl-nav {
  margin: 0;
}
.catalog-product-view .page-main .block.upsell .products ol.products .owl-nav button {
  opacity: 1;
  position: absolute;
  border: 1px solid #FFED00;
  border-radius: 0;
  background: #FFED00;
  margin: -30px 0 0 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
}
@media (max-width: 1199px) {
  .catalog-product-view .page-main .block.upsell .products ol.products .owl-nav button {
    width: 30px;
    height: 30px;
  }
}
.catalog-product-view .page-main .block.upsell .products ol.products .owl-nav button.owl-prev {
  left: 0;
}
.catalog-product-view .page-main .block.upsell .products ol.products .owl-nav button.owl-prev span {
  display: inline-block;
  background-image: url(../images/left-arrow.png);
  height: 38px;
  width: 38px;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 1199px) {
  .catalog-product-view .page-main .block.upsell .products ol.products .owl-nav button.owl-prev span {
    height: 28px;
    width: 28px;
    background-size: 10px;
  }
}
.catalog-product-view .page-main .block.upsell .products ol.products .owl-nav button.owl-next {
  right: 0;
}
.catalog-product-view .page-main .block.upsell .products ol.products .owl-nav button.owl-next span {
  display: inline-block;
  background-image: url(../images/right-arrow.png);
  height: 38px;
  width: 38px;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 1199px) {
  .catalog-product-view .page-main .block.upsell .products ol.products .owl-nav button.owl-next span {
    height: 28px;
    width: 28px;
    background-size: 10px;
  }
}
.catalog-product-view .page-main .block.upsell .products ol.products .owl-nav button.disabled {
  pointer-events: auto;
  opacity: 0.5;
  cursor: default;
}
.catalog-product-view .amrelated-pack-wrapper .amrelated-title {
  font-size: 23px;
}
.catalog-product-view .amrelated-pack-wrapper .amrelated-pack-list {
  border-right: none;
}
.catalog-product-view .custom-wrapper .main-checkbox-amrelated-details {
  position: relative;
}
.catalog-product-view .custom-wrapper .amrelated-label {
  cursor: pointer;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .catalog-product-view .custom-wrapper .amrelated-label {
    font-size: 13px;
  }
}
.catalog-product-view .custom-wrapper .amrelated-label strong {
  margin-left: 4px;
}
.catalog-product-view .custom-wrapper .amrelated-label:before {
  background-image: url(../images/checkbox_unchecked.png);
  display: inline-block;
  height: 20px;
  width: 20px;
  content: "";
  background-repeat: no-repeat;
  margin: -2px 8px 0 0;
}
@media (max-width: 768px) {
  .catalog-product-view .custom-wrapper .amrelated-label:before {
    margin: 0 8px 0 0;
  }
}
.catalog-product-view .custom-wrapper input[type="checkbox"] {
  opacity: 0;
  top: 0px;
  position: absolute;
  margin: 0;
  height: 20px;
  width: 20px;
}
.catalog-product-view .custom-wrapper input[type="checkbox"]:checked + label::before {
  background-image: url(../images/checkbox_checked.png);
  background-repeat: no-repeat;
  height: 20px;
  width: 20px;
  content: "";
  display: inline-block;
  margin: -2px 8px 0 0;
}
.catalog-product-view .amxnotif-block.pdp-subscribe-popup .subscribe-popup {
  max-width: 420px;
  padding: 2rem 3rem !important;
}
@media (max-width: 768px) {
  .catalog-product-view .amxnotif-block.pdp-subscribe-popup .subscribe-popup {
    top: 10%;
    width: 96%;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
.catalog-product-view .amxnotif-block.pdp-subscribe-popup .subscribe-popup label {
  text-align: center;
  margin-bottom: 16px;
  font-weight: normal;
  padding-top: 30px;
  color: #000;
}
.catalog-product-view .amxnotif-block.pdp-subscribe-popup .subscribe-popup .notification-container {
  width: 100%;
}
.catalog-product-view .amxnotif-block.pdp-subscribe-popup .subscribe-popup .notification-container .close-subscribe-popup {
  font-weight: normal;
  font-size: 40px;
  line-height: normal;
}
.catalog-product-view .amxnotif-block.pdp-subscribe-popup .subscribe-popup .notification-container .input-fields.fieldset {
  width: 100%;
}
.catalog-product-view .amxnotif-block.pdp-subscribe-popup .subscribe-popup .notification-container .input-fields.fieldset .phone-div {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.catalog-product-view .amxnotif-block.pdp-subscribe-popup .subscribe-popup .notification-container .input-fields.fieldset .phone-div .selected-flag {
  height: 40px;
  max-width: 20%;
  flex: 0 0 20%;
  margin-bottom: 16px;
  line-height: 40px;
  text-align: right;
  background: #e6e2e2;
  border: 1px solid #000;
  border-right: none;
  padding: 0 4px;
  position: relative;
}
@media (max-width: 768px) {
  .catalog-product-view .amxnotif-block.pdp-subscribe-popup .subscribe-popup .notification-container .input-fields.fieldset .phone-div .selected-flag {
    max-width: 24%;
    flex: 0 0 24%;
  }
}
.catalog-product-view .amxnotif-block.pdp-subscribe-popup .subscribe-popup .notification-container .input-fields.fieldset .phone-div .selected-flag .selected-dial-code {
  font-size: 13px;
  color: #000;
}
.catalog-product-view .amxnotif-block.pdp-subscribe-popup .subscribe-popup .notification-container .input-fields.fieldset .phone-div .selected-flag .iti-flag.ae:before {
  background-image: url(../images/ae.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  display: inline-block;
  width: 22px;
  height: 15px;
  content: "";
  position: absolute;
  left: 5px;
  top: 13px;
}
.catalog-product-view .amxnotif-block.pdp-subscribe-popup .subscribe-popup .notification-container .input-fields.fieldset .phone-div .selected-flag .iti-flag.qa:before {
  background-image: url(../images/qa.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  display: inline-block;
  width: 22px;
  height: 15px;
  content: "";
  position: absolute;
  left: 5px;
  top: 13px;
}
.catalog-product-view .amxnotif-block.pdp-subscribe-popup .subscribe-popup .notification-container .input-fields.fieldset .phone-div .selected-flag .iti-flag.om:before {
  background-image: url(../images/om.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  display: inline-block;
  width: 22px;
  height: 15px;
  content: "";
  position: absolute;
  left: 5px;
  top: 13px;
}
.catalog-product-view .amxnotif-block.pdp-subscribe-popup .subscribe-popup .notification-container .input-fields.fieldset .phone-div input.input-text {
  flex: 0 0 80%;
  max-width: 80%;
}
@media (max-width: 768px) {
  .catalog-product-view .amxnotif-block.pdp-subscribe-popup .subscribe-popup .notification-container .input-fields.fieldset .phone-div input.input-text {
    max-width: 76%;
    flex: 0 0 76%;
  }
}
.catalog-product-view .amxnotif-block.pdp-subscribe-popup .subscribe-popup .notification-container .input-fields.fieldset input.input-text {
  height: 40px;
  line-height: 40px;
  border: 1px solid #000;
  margin-bottom: 16px;
}
.catalog-product-view .amxnotif-block.pdp-subscribe-popup .subscribe-popup .notification-container .input-fields.fieldset textarea {
  border: 1px solid #000;
}
.catalog-product-view .amxnotif-block.pdp-subscribe-popup .subscribe-popup .notification-container .input-fields.fieldset div.mage-error {
  margin-top: 0;
  margin-bottom: 4px;
  text-align: left;
  width: 100%;
}
.catalog-product-view .amxnotif-block.pdp-subscribe-popup .subscribe-popup .notification-container .actions-toolbar.amxnotif_guest_action {
  width: 100%;
}
.catalog-product-view .amxnotif-block.pdp-subscribe-popup .subscribe-popup .notification-container .actions-toolbar.amxnotif_guest_action .primary .action.submit.primary {
  margin-top: 16px;
  width: auto;
  border: none !important;
}
.catalog-product-view .amxnotif-block.pdp-subscribe-popup .subscribe-popup .notification-container .am-restock-alert-wrapper .am-restock-checkbox {
  float: left;
  margin: 0 10px 15px 0;
  border: 1px solid #000;
}
.catalog-product-view .amxnotif-block.pdp-subscribe-popup .subscribe-popup .notification-container .req-res.success {
  color: #21ae21;
  font-size: 13px;
  margin-top: 16px;
  display: block;
  text-align: left;
}
.catalog-product-view .amxnotif-block.pdp-subscribe-popup .subscribe-popup .notification-container .req-res.error {
  color: red;
  font-size: 13px;
  margin-top: 16px;
  display: block;
  text-align: left;
}
.catalog-product-view .widget.am-attachments.am-attachments-tab {
  display: flex;
  gap: 0 20px;
  flex-wrap: wrap;
  text-align: center;
}
.catalog-product-view .widget.am-attachments.am-attachments-tab .am-files-grid {
  border: 1px solid #ccc;
  padding: 15px;
  width: 14.9%;
  word-break: break-all;
  margin-bottom: 15px;
}
@media (min-width: 769px) and (max-width: 1023px) {
  .catalog-product-view .widget.am-attachments.am-attachments-tab .am-files-grid {
    width: 22.8%;
  }
}
@media (max-width: 768px) {
  .catalog-product-view .widget.am-attachments.am-attachments-tab .am-files-grid {
    width: 48%;
    margin-bottom: 15px;
  }
}
.catalog-product-view .widget.am-attachments.am-attachments-tab .am-files-grid .am-download-btn {
  width: 100%;
  margin-bottom: 15px;
}
.catalog-product-view .page-main .products ol.products .owl-stage-outer {
  display: flex;
}
.catalog-product-view .page-main .products ol.products .owl-stage-outer .owl-stage {
  display: flex;
}
.catalog-product-view .page-main .products ol.products .owl-item li {
  height: 100%;
}
.catalog-product-view .page-main .products ol.products .owl-item li .product-item-info .product-item-details {
  position: inherit;
}
.catalog-product-view .page-main .products ol.products .owl-item li .product-item-info .product-item-details .product-item-name .product-item-link {
  font-size: 18px;
  font-weight: 500;
  line-height: 23px;
  color: #000;
  text-decoration: none;
  display: block;
  min-height: 46px;
}
.catalog-product-view .page-main .products ol.products .owl-item li .product-item-info .product-item-details .price-box {
  margin: 30px 0;
  flex: 1;
}
.catalog-product-view .page-main .products ol.products .owl-item li .product-item-info .product.product-item-details .action.towishlist {
  position: absolute;
  left: 14px;
  top: 12px;
  z-index: 2;
}
.catalog-product-view .page-main .products ol.products .owl-item li .product-item-info .product.product-item-details .action.towishlist span {
  font-size: 0;
}
.catalog-product-view .page-main .products ol.products .owl-item li .product-item-info .product.product-item-details .action.towishlist:before {
  content: '';
  display: inline-block;
  background-image: url(../images/wishlist-icon.png);
  background-repeat: no-repeat;
  height: 24px;
  width: 24px;
}
.catalog-product-view .page-main .products ol.products .owl-item li .product-item-info .product-item-actions {
  margin: 0;
  margin-top: auto;
}
.catalog-product-view .page-main .products ol.products .owl-item li .product-item-info .product-item-actions .actions-primary {
  width: 100%;
}
.catalog-product-view .page-main .products ol.products .owl-item li .product-item-info .product-item-actions .actions-primary .action.tocart.primary {
  background: #FFED00;
  border: none;
  color: #000;
  font-size: 14px;
  font-weight: 500;
  font-family: 'ClanPro';
  line-height: 18px;
  padding: 9px 15px;
  height: 42px;
  width: 100%;
}
.catalog-product-view .page-main .products ol.products .owl-item li .product-item-info .product-item-actions .actions-primary .action.tocart.primary:hover {
  background: #f3e62e;
}
.catalog-product-view .page-main .products ol.products .owl-item li .product-item-info .product-item-actions .actions-primary .action.tocart.primary span {
  display: flex;
  align-items: center;
  position: relative;
  justify-content: center;
}
.catalog-product-view .page-main .products ol.products .owl-item li .product-item-info .product-item-actions .actions-primary .action.tocart.primary span:before {
  content: '';
  display: inline-block;
  background-image: url(../images/teenyicons_bag-solid.png);
  background-repeat: no-repeat;
  height: 20px;
  width: 20px;
  margin-right: 10px;
  margin-top: -3px;
  background-size: 100%;
}
/*Cart custom style*/
.checkout-cart-index .page-main #mp-popup-social-content {
  display: none;
}
.checkout-cart-index .page-main .column.main {
  min-height: 100%;
}
.checkout-cart-index .page-wrapper {
  padding-top: 50px;
}
@media (max-width: 1349px) {
  .checkout-cart-index .page-wrapper {
    padding-top: 30px;
  }
}
.checkout-cart-index .page-wrapper h1.page-title {
  font-size: 40px;
  color: #000;
  font-weight: 500;
}
@media (max-width: 768px) {
  .checkout-cart-index .page-wrapper h1.page-title {
    font-size: 22px;
  }
}
@media (min-width: 769px) and (max-width: 1349px) {
  .checkout-cart-index .page-wrapper h1.page-title {
    font-size: 30px;
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .checkout-cart-index .page-wrapper .cart-container {
    display: flex;
    flex-direction: column;
    padding: 0 15px;
  }
}
@media (max-width: 768px) {
  .checkout-cart-index .page-wrapper .cart-container .form-cart {
    margin-bottom: 0;
    order: 1;
  }
}
@media (min-width: 769px) and (max-width: 991px) {
  .checkout-cart-index .page-wrapper .cart-container .form-cart {
    width: 100%;
    padding-right: 0;
  }
}
@media (max-width: 768px) {
  .checkout-cart-index .page-wrapper .cart-container .form-cart .table-wrapper {
    margin-bottom: 0;
  }
}
.checkout-cart-index .page-wrapper .cart-container .form-cart .table-wrapper table tr th.col.empty {
  padding: 24px 15px 15px 50px;
}
@media (max-width: 768px) {
  .checkout-cart-index .page-wrapper .cart-container .form-cart .table-wrapper table tr th.col.empty {
    display: none;
  }
}
@media (max-width: 768px) {
  .checkout-cart-index .page-wrapper .cart-container .form-cart .table-wrapper table tr td {
    padding: 10px 15px 5px 90px;
    display: block;
    float: none;
    width: 100%;
  }
  .checkout-cart-index .page-wrapper .cart-container .form-cart .table-wrapper table tr td:before {
    display: inline-block;
    padding-right: 10px;
  }
  .checkout-cart-index .page-wrapper .cart-container .form-cart .table-wrapper table tr td > span {
    display: inline-block;
  }
  .checkout-cart-index .page-wrapper .cart-container .form-cart .table-wrapper table tr td .field.qty {
    display: inline-block;
  }
}
@media (max-width: 768px) {
  .checkout-cart-index .page-wrapper .cart-container .form-cart .table-wrapper table tr td.col.qty {
    text-align: left;
  }
}
@media (min-width: 769px) and (max-width: 1199px) {
  .checkout-cart-index .page-wrapper .cart-container .form-cart .table-wrapper table tr td.col.item .product-item-photo .product-image-container {
    width: 90px!important;
  }
}
.checkout-cart-index .page-wrapper .cart-container .form-cart .table-wrapper table tr td.qty .control.qty {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 768px) {
  .checkout-cart-index .page-wrapper .cart-container .form-cart .table-wrapper table tr td.qty .control.qty {
    justify-content: flex-start;
  }
}
.checkout-cart-index .page-wrapper .cart-container .form-cart .table-wrapper table tr td.qty .control.qty label {
  display: flex;
  align-items: center;
  border: 1px solid #000;
  padding: 0;
  height: 40px;
  width: 126px;
}
.checkout-cart-index .page-wrapper .cart-container .form-cart .table-wrapper table tr td.qty .control.qty label input {
  margin: 0;
  height: 100%;
  border: none;
}
.checkout-cart-index .page-wrapper .cart-container .form-cart .table-wrapper table tr td.qty .control.qty label div {
  padding: 0 10px;
  height: 100%;
  line-height: 38px;
}
.checkout-cart-index .page-wrapper .cart-container .form-cart .table-wrapper table tr td.qty .control.qty label div.less {
  border-right: 1px solid #000;
}
.checkout-cart-index .page-wrapper .cart-container .form-cart .table-wrapper table tr td.qty .control.qty label div.more {
  border-left: 1px solid #000;
}
.checkout-cart-index .page-wrapper .cart-container .form-cart .table-wrapper table tr td.col.price {
  padding-top: 32px;
}
@media (max-width: 768px) {
  .checkout-cart-index .page-wrapper .cart-container .form-cart .table-wrapper table tr td.col.price {
    padding-top: 15px;
  }
}
.checkout-cart-index .page-wrapper .cart-container .form-cart .table-wrapper table tr td.col.price span.price {
  color: #000;
  font-weight: 500 !important;
  font-size: 16px;
}
@media (min-width: 769px) and (max-width: 1199px) {
  .checkout-cart-index .page-wrapper .cart-container .form-cart .table-wrapper table tr td.col.price span.price {
    font-size: 14px;
  }
}
.checkout-cart-index .page-wrapper .cart-container .form-cart .table-wrapper table tr td.col.subtotal {
  padding-top: 32px;
}
@media (max-width: 768px) {
  .checkout-cart-index .page-wrapper .cart-container .form-cart .table-wrapper table tr td.col.subtotal {
    padding-top: 15px;
  }
}
.checkout-cart-index .page-wrapper .cart-container .form-cart .table-wrapper table tr td.col.subtotal span.price {
  color: #000;
  font-weight: 500 !important;
  font-size: 16px;
}
@media (min-width: 769px) and (max-width: 1199px) {
  .checkout-cart-index .page-wrapper .cart-container .form-cart .table-wrapper table tr td.col.subtotal span.price {
    font-size: 14px;
  }
}
.checkout-cart-index .page-wrapper .cart-container .form-cart .table-wrapper table tr td.col.item .product-item-details {
  padding-top: 12px;
}
.checkout-cart-index .page-wrapper .cart-container .form-cart .table-wrapper table tr td.col.item .product-item-details .product-item-name {
  font-weight: 500;
  font-size: 16px;
}
@media (min-width: 769px) and (max-width: 1199px) {
  .checkout-cart-index .page-wrapper .cart-container .form-cart .table-wrapper table tr td.col.item .product-item-details .product-item-name {
    font-size: 14px;
  }
}
.checkout-cart-index .page-wrapper .cart-container .form-cart .table-wrapper table tr td.col.item .product-item-details .product-item-name a {
  color: #000;
}
.checkout-cart-index .page-wrapper .cart-container .form-cart .table-wrapper table tr td.action-editable {
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 768px) {
  .checkout-cart-index .page-wrapper .cart-container .form-cart .table-wrapper table tr td.action-editable {
    padding-left: 90px;
  }
}
.checkout-cart-index .page-wrapper .cart-container .form-cart .table-wrapper table tr td.action-editable .actions-toolbar {
  text-align: right;
  margin-top: 10px;
}
@media (max-width: 768px) {
  .checkout-cart-index .page-wrapper .cart-container .form-cart .table-wrapper table tr td.action-editable .actions-toolbar {
    margin-top: 0;
    text-align: left;
  }
}
.checkout-cart-index .page-wrapper .cart-container .form-cart .table-wrapper table tr td.action-editable .actions-toolbar a {
  position: static;
  margin-right: 15px;
}
@media (min-width: 992px) and (max-width: 1439px) {
  .checkout-cart-index .page-wrapper .cart-container .form-cart .table-wrapper table tr td.action-editable .actions-toolbar a {
    margin-right: 7px;
  }
}
.checkout-cart-index .page-wrapper .cart-container .form-cart .table-wrapper table tr td.action-editable .actions-toolbar a:last-child {
  margin-right: 0;
}
.checkout-cart-index .page-wrapper .cart-container .form-cart .table-wrapper table tr td.action-editable .actions-toolbar a:before {
  color: #000;
}
@media (max-width: 768px) {
  .checkout-cart-index .page-wrapper .cart-container .form-cart .table-wrapper table tr td.action-editable .actions-toolbar a.towishlist {
    right: 48px;
    top: 1px;
    left: inherit;
  }
}
.checkout-cart-index .page-wrapper .cart-container .form-cart .table-wrapper table tr td.action-editable .actions-toolbar a.towishlist:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  width: 20px;
  line-height: 20px;
  color: #000;
  content: '\e600';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.checkout-cart-index .page-wrapper .cart-container .form-cart .table-wrapper table tr td.action-editable .actions-toolbar a.towishlist span {
  font-size: 0;
}
.checkout-cart-index .page-wrapper .cart-container .cart-summary {
  padding: 16px 20px 25px;
  z-index: 11;
}
@media (max-width: 768px) {
  .checkout-cart-index .page-wrapper .cart-container .cart-summary {
    padding: 30px 15px 30px;
    order: 3;
  }
}
@media (min-width: 769px) and (max-width: 991px) {
  .checkout-cart-index .page-wrapper .cart-container .cart-summary {
    width: 100%;
    z-index: 11;
  }
}
.checkout-cart-index .page-wrapper .cart-container .cart-summary .block.discount .title:after {
  color: #000;
}
.checkout-cart-index .page-wrapper .cart-container .cart-summary .block.discount form .fieldset.coupon {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .checkout-cart-index .page-wrapper .cart-container .cart-summary .block.discount form .fieldset.coupon {
    flex-direction: column;
  }
}
.checkout-cart-index .page-wrapper .cart-container .cart-summary .block.discount form .fieldset.coupon .field {
  margin: 0;
  width: 65%;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .checkout-cart-index .page-wrapper .cart-container .cart-summary .block.discount form .fieldset.coupon .field {
    width: 100%;
  }
}
@media (min-width: 1200px) and (max-width: 1439px) {
  .checkout-cart-index .page-wrapper .cart-container .cart-summary .block.discount form .fieldset.coupon .field {
    width: 58%;
  }
}
@media (max-width: 479px) {
  .checkout-cart-index .page-wrapper .cart-container .cart-summary .block.discount form .fieldset.coupon .field {
    width: 59%;
  }
}
.checkout-cart-index .page-wrapper .cart-container .cart-summary .block.discount form .fieldset.coupon .field .control input {
  height: 32px;
  border-color: #000;
  background: #fff;
  font-size: 12px;
}
.checkout-cart-index .page-wrapper .cart-container .cart-summary .block.discount form .fieldset.coupon .actions-toolbar {
  width: 32%;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .checkout-cart-index .page-wrapper .cart-container .cart-summary .block.discount form .fieldset.coupon .actions-toolbar {
    width: 100%;
  }
}
@media (min-width: 1200px) and (max-width: 1439px) {
  .checkout-cart-index .page-wrapper .cart-container .cart-summary .block.discount form .fieldset.coupon .actions-toolbar {
    width: 40%;
  }
}
@media (max-width: 479px) {
  .checkout-cart-index .page-wrapper .cart-container .cart-summary .block.discount form .fieldset.coupon .actions-toolbar {
    width: 40%;
  }
}
.checkout-cart-index .page-wrapper .cart-container .cart-summary .block.discount form .fieldset.coupon .actions-toolbar .primary {
  width: 100%;
  text-align: center;
}
.checkout-cart-index .page-wrapper .cart-container .cart-summary .block.discount form .fieldset.coupon .actions-toolbar .primary button {
  margin: 0;
  font-size: 12px;
  padding: 5px;
  height: 32px;
  width: 100%;
  color: #000;
  font-weight: 500;
  background: #ffed00;
  box-shadow: none;
  border-color: #ffed00;
}
@media (min-width: 1200px) and (max-width: 1439px) {
  .checkout-cart-index .page-wrapper .cart-container .cart-summary .block.discount form .fieldset.coupon .actions-toolbar .primary button {
    letter-spacing: -0.2px;
  }
}
.checkout-cart-index .page-wrapper .cart-container .cart-summary strong.summary {
  margin-top: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
}
@media (max-width: 768px) {
  .checkout-cart-index .page-wrapper .cart-container .cart-summary strong.summary {
    font-size: 20px;
    line-height: 15px;
    display: block;
  }
}
@media (max-width: 768px) {
  .checkout-cart-index .page-wrapper .cart-container .cart-summary .shipping .title {
    padding: 10px 20px 10px 0;
  }
}
.checkout-cart-index .page-wrapper .cart-container .cart-summary .shipping .title:after {
  color: #000;
}
.checkout-cart-index .page-wrapper .cart-container .cart-summary .shipping .title strong {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}
@media (max-width: 768px) {
  .checkout-cart-index .page-wrapper .cart-container .cart-summary .cart-totals {
    padding-left: 0;
    padding-right: 0;
  }
}
.checkout-cart-index .page-wrapper .cart-container .cart-summary .cart-totals table tr.totals.sub td span.price {
  font-weight: 500;
}
.checkout-cart-index .page-wrapper .cart-container .cart-summary .cart-totals table tr.totals.shipping td span.price {
  font-weight: 500;
}
@media (max-width: 768px) {
  .checkout-cart-index .page-wrapper .cart-container .cart-summary .cart-totals table tr.totals-tax-summary th {
    border: none;
  }
}
.checkout-cart-index .page-wrapper .cart-container .cart-summary .cart-totals table tr.totals-tax-summary td span.price {
  font-weight: 500;
}
.checkout-cart-index .page-wrapper .cart-container .cart-summary .cart-totals table tr.totals-tax-details td span.price {
  font-weight: 500;
}
.checkout-cart-index .page-wrapper .cart-container .cart-summary .cart-totals table tr.grand th,
.checkout-cart-index .page-wrapper .cart-container .cart-summary .cart-totals table tr.grand td {
  font-size: 16px;
}
@media (max-width: 768px) {
  .checkout-cart-index .page-wrapper .cart-container .cart-summary .cart-totals table tr.grand th,
  .checkout-cart-index .page-wrapper .cart-container .cart-summary .cart-totals table tr.grand td {
    border: none;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .checkout-cart-index .page-wrapper .cart-container .cart-summary .cart-totals table tr.grand th,
  .checkout-cart-index .page-wrapper .cart-container .cart-summary .cart-totals table tr.grand td {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .checkout-cart-index .page-wrapper .cart-container .cart-summary ul.checkout-methods-items {
    padding: 0;
  }
}
.checkout-cart-index .page-wrapper .cart-container .cart-summary ul.checkout-methods-items li .checkout {
  background: #ffed00;
  border-color: #ffed00;
  color: #000;
  font-weight: 500;
  font-family: 'ClanPro' !important;
  border-radius: 0;
}
.checkout-cart-index .page-wrapper .cart-container .cart-summary ul.checkout-methods-items li .checkout:hover {
  background: #ffed00;
  border-color: #ffed00;
  color: #000;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .checkout-cart-index .page-wrapper .cart-container .cart-summary ul.checkout-methods-items li .checkout {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .checkout-cart-index .page-wrapper .cart-discount {
    margin-bottom: 40px;
  }
}
@media (min-width: 769px) and (max-width: 991px) {
  .checkout-cart-index .page-wrapper .cart-discount {
    width: 100%;
    padding-right: 0;
    margin-bottom: 30px;
  }
}
@media (min-width: 769px) and (max-width: 1199px) {
  .checkout-cart-index .page-wrapper .cart-discount {
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .checkout-cart-index .page-wrapper .cart-discount .discount .title {
    border-top: none;
  }
}
.checkout-cart-index .page-wrapper .cart-discount .discount .title strong {
  color: #000;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
}
.checkout-cart-index .page-wrapper .cart-discount .discount .title:after {
  color: #000;
}
.checkout-cart-index .page-wrapper .cart-discount .discount .content form .fieldset.coupon .field .control input {
  font-size: 14px;
  color: #000;
  height: 45px;
  line-height: 20px;
  padding: 15px;
  border-right: 0;
}
.checkout-cart-index .page-wrapper .cart-discount .discount .content form .fieldset.coupon .actions-toolbar button.apply {
  height: 45px;
  border: none;
  box-sizing: border-box;
  background: #ffed00;
  padding: 15px 25px;
  color: #000;
  font-size: 16px;
  box-shadow: none;
  font-weight: 500;
}
.checkout-cart-index .page-wrapper .block.crosssell {
  margin-top: 20px;
  width: 100%;
  padding: 0;
}
@media (max-width: 768px) {
  .checkout-cart-index .page-wrapper .block.crosssell {
    order: 2;
  }
}
.checkout-cart-index .page-wrapper .block.crosssell .owl-item {
  background: #fff;
  text-align: center;
  padding: 20px;
}
@media (max-width: 768px) {
  .checkout-cart-index .page-wrapper .block.crosssell .owl-item {
    padding: 10px!important;
  }
}
@media (min-width: 1200px) and (max-width: 1439px) {
  .checkout-cart-index .page-wrapper .block.crosssell .owl-item {
    padding: 15px;
  }
}
.checkout-cart-index .page-wrapper .block.crosssell .owl-item .product-item-info .product-item-photo {
  display: block;
}
.checkout-cart-index .page-wrapper .block.crosssell .owl-item .product-item-info .product-item-details .product-item-name {
  text-align: left;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .checkout-cart-index .page-wrapper .block.crosssell .owl-item .product-item-info .product-item-details .product-item-name {
    margin-bottom: 10px;
  }
}
.checkout-cart-index .page-wrapper .block.crosssell .owl-item .product-item-info .product-item-details .product-item-name .product-item-link {
  font-size: 18px;
  font-weight: 500;
  line-height: 23px;
  color: #000;
  text-decoration: none;
  display: block;
  min-height: 46px;
}
@media (max-width: 768px) {
  .checkout-cart-index .page-wrapper .block.crosssell .owl-item .product-item-info .product-item-details .product-item-name .product-item-link {
    min-height: 35px;
  }
}
@media (max-width: 768px) {
  .checkout-cart-index .page-wrapper .block.crosssell .owl-item .product-item-info .product-item-details .product-item-name .product-item-link {
    font-size: 14px;
    line-height: 19px;
    height: auto;
  }
}
@media (min-width: 769px) and (max-width: 1439px) {
  .checkout-cart-index .page-wrapper .block.crosssell .owl-item .product-item-info .product-item-details .product-item-name .product-item-link {
    font-size: 15px;
    line-height: 20px;
    min-height: 40px;
  }
}
@media (max-width: 543px) {
  .checkout-cart-index .page-wrapper .block.crosssell .owl-item .product-item-info .product-item-details .product-item-name .product-item-link {
    min-height: 100%;
  }
}
.checkout-cart-index .page-wrapper .block.crosssell .owl-item .product-item-info .product-item-details .price-box {
  text-align: left;
  margin-bottom: 35px;
  display: flex;
  align-items: center;
  height: 25px;
}
@media (max-width: 768px) {
  .checkout-cart-index .page-wrapper .block.crosssell .owl-item .product-item-info .product-item-details .price-box {
    margin-bottom: 15px;
  }
}
@media (min-width: 769px) and (max-width: 1439px) {
  .checkout-cart-index .page-wrapper .block.crosssell .owl-item .product-item-info .product-item-details .price-box {
    margin-bottom: 25px;
  }
}
.checkout-cart-index .page-wrapper .block.crosssell .owl-item .product-item-info .product-item-details .price-box .special-price {
  order: 2;
}
@media (max-width: 768px) {
  .checkout-cart-index .page-wrapper .block.crosssell .owl-item .product-item-info .product-item-details .price-box .special-price {
    margin-top: 0;
  }
}
.checkout-cart-index .page-wrapper .block.crosssell .owl-item .product-item-info .product-item-details .price-box .old-price {
  order: 1;
}
.checkout-cart-index .page-wrapper .block.crosssell .owl-item .product-item-info .product-item-details .price-box .old-price .price-label {
  display: none;
}
.checkout-cart-index .page-wrapper .block.crosssell .owl-item .product-item-info .product-item-details .price-box .old-price .price {
  color: #ABABAB;
  display: inline-block;
  text-decoration: line-through;
  font-weight: normal;
  font-size: 16px;
  margin-right: 5px;
  line-height: 20px;
}
@media (max-width: 1439px) {
  .checkout-cart-index .page-wrapper .block.crosssell .owl-item .product-item-info .product-item-details .price-box .old-price .price {
    font-size: 14px;
    margin: 0 5px 0 0;
    line-height: 19px;
  }
}
.checkout-cart-index .page-wrapper .block.crosssell .owl-item .product-item-info .product-item-details .price-box span.price {
  font-size: 20px;
  line-height: 25px;
  color: #000;
  font-weight: 500;
}
@media (max-width: 1439px) {
  .checkout-cart-index .page-wrapper .block.crosssell .owl-item .product-item-info .product-item-details .price-box span.price {
    font-size: 16px;
    line-height: 21px;
    margin: 0;
  }
}
.checkout-cart-index .page-wrapper .block.crosssell .owl-item .product-item-info .product-item-actions {
  display: flex;
  justify-content: center;
  align-items: center;
  /*position: relative;*/
  margin: 0;
}
.checkout-cart-index .page-wrapper .block.crosssell .owl-item .product-item-info .product-item-actions .actions-primary {
  /*width:~"calc(100% - 104px)";*/
  width: 100%;
}
.checkout-cart-index .page-wrapper .block.crosssell .owl-item .product-item-info .product-item-actions .actions-primary .stock.unavailable {
  height: 42px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  padding: 9px 15px;
  text-align: center;
}
.checkout-cart-index .page-wrapper .block.crosssell .owl-item .product-item-info .product-item-actions .actions-primary button.tocart {
  background: #FFED00;
  border: none;
  color: #000;
  font-size: 14px;
  font-weight: 500;
  font-family: 'ClanPro';
  line-height: 18px;
  padding: 9px 15px;
  width: 100%;
  height: 42px;
}
@media (min-width: 1200px) and (max-width: 1439px) {
  .checkout-cart-index .page-wrapper .block.crosssell .owl-item .product-item-info .product-item-actions .actions-primary button.tocart {
    padding: 11px 10px;
  }
}
@media (min-width: 541px) and (max-width: 991px) {
  .checkout-cart-index .page-wrapper .block.crosssell .owl-item .product-item-info .product-item-actions .actions-primary button.tocart {
    padding: 8px 10px;
  }
}
.checkout-cart-index .page-wrapper .block.crosssell .owl-item .product-item-info .product-item-actions .actions-primary button.tocart:hover {
  background: #f3e62e;
}
.checkout-cart-index .page-wrapper .block.crosssell .owl-item .product-item-info .product-item-actions .actions-primary button.tocart span {
  display: flex;
  align-items: center;
  position: relative;
  justify-content: center;
}
.checkout-cart-index .page-wrapper .block.crosssell .owl-item .product-item-info .product-item-actions .actions-primary button.tocart span:before {
  content: '';
  display: inline-block;
  background-image: url(../images/teenyicons_bag-solid.png);
  background-repeat: no-repeat;
  height: 20px;
  width: 20px;
  margin-right: 10px;
  margin-top: -3px;
  background-size: 100%;
}
@media (min-width: 1200px) and (max-width: 1639px) {
  .checkout-cart-index .page-wrapper .block.crosssell .owl-item .product-item-info .product-item-actions .actions-primary button.tocart span:before {
    margin-right: 5px;
  }
}
.checkout-cart-index .page-wrapper .block.crosssell .owl-item .product-item-info .product-item-actions .actions-primary button.tocart.modalRun {
  padding: 12px 15px;
}
@media (min-width: 541px) and (max-width: 991px) {
  .checkout-cart-index .page-wrapper .block.crosssell .owl-item .product-item-info .product-item-actions .actions-primary button.tocart.modalRun {
    padding: 8px 10px;
  }
}
.checkout-cart-index .page-wrapper .block.crosssell .owl-item .product-item-info .product-item-actions .actions-primary button.tocart.modalRun span {
  text-transform: capitalize;
}
.checkout-cart-index .page-wrapper .block.crosssell .owl-item .product-item-info .product-item-actions .actions-primary button.tocart.modalRun span:before {
  background-image: url(../images/mail-icon.png);
  height: 16px;
  width: 20px;
  margin-top: 0px;
}
.checkout-cart-index .page-wrapper .block.crosssell .owl-item .product-item-info .product-item-actions .actions-secondary .towishlist {
  position: absolute;
  left: 14px;
  top: 12px;
  z-index: 2;
  /*border: 1px solid rgba(0,0,0,.25);
					    width: 42px;
					    height: 42px;
					    display: flex;
					    align-items: center;
					    justify-content: center;*/
  /* @media (max-width:@fst-mobile-breakpoint) {
					    	width: 40px;
						    height: 40px;
						}*/
}
.checkout-cart-index .page-wrapper .block.crosssell .owl-item .product-item-info .product-item-actions .actions-secondary .towishlist:before {
  content: '';
  display: inline-block;
  background-image: url(../images/wishlist-icon.png);
  background-repeat: no-repeat;
  height: 24px;
  width: 24px;
}
.checkout-cart-index .page-wrapper .block.crosssell .owl-item .product-item-info .product-item-actions .actions-secondary .tocompare {
  position: absolute;
  right: 0;
  top: 0;
  border: 1px solid rgba(0, 0, 0, 0.25);
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .checkout-cart-index .page-wrapper .block.crosssell .owl-item .product-item-info .product-item-actions .actions-secondary .tocompare {
    width: 40px;
    height: 40px;
  }
}
.checkout-cart-index .page-wrapper .block.crosssell .owl-item .product-item-info .product-item-actions .actions-secondary .tocompare:before {
  content: '';
  display: inline-block;
  background-image: url(../images/compair-icon.png);
  background-repeat: no-repeat;
  height: 24px;
  width: 24px;
}
.checkout-cart-index .page-wrapper .block.crosssell .products-grid .product-item {
  width: 100%;
}
.checkout-cart-index .page-wrapper .block.crosssell .products-grid .product-item .product-item-info {
  width: 100%;
}
.checkout-cart-index .page-wrapper .block.crosssell .products-grid .product-item .product-item-info:hover {
  box-shadow: none;
  border: none;
  margin: 0;
  padding: 0;
}
.checkout-cart-index .page-wrapper .block.crosssell .products-grid .product-item .product-item-info .product-item-details .price-box {
  justify-content: flex-start;
}
.checkout-cart-index .page-wrapper .block.crosssell .products-grid .product-item .product-item-info .product-item-details .price-box span.price {
  white-space: normal;
}
.checkout-cart-index .page-wrapper .block.crosssell .owl-item .product-item-info .product-item-actions .actions-primary button.tocart {
  padding: 9px 10px;
  height: 42px;
}
.checkout-cart-index .page-wrapper .block.crosssell .owl-item .product-item-info .product-item-actions .actions-primary button.tocart span:before {
  height: 20px;
  width: 20px;
  margin-right: 5px;
  background-size: 100%;
}
/*Checkout Style*/
.active_sidebar .opc-block-summary.step-content {
  display: block !important;
  transition: all 0.4s ease-in-out;
}
.checkout-index-index .page-header .header.content {
  background: transparent !important;
}
@media (max-width: 768px) {
  .checkout-index-index .page-header .header.content {
    background: #ffed00 !important;
  }
}
@media (max-width: 768px) {
  .checkout-index-index .checkout-container .opc-estimated-wrapper {
    display: none;
  }
}
.checkout-index-index .checkout-container .opc-summary-wrapper #opc-sidebar .opc-block-shipping-information .shipping-information .ship-via {
  display: none;
}
@media (max-width: 768px) {
  .checkout-index-index .page-main {
    margin-top: 35px;
  }
  .checkout-index-index .page-main .opc-estimated-wrapper {
    margin: 0 0 10px;
    padding: 8px 15px;
  }
  .checkout-index-index .page-main .opc-estimated-wrapper .estimated-block .estimated-label {
    font-size: 14px;
  }
  .checkout-index-index .page-main .opc-estimated-wrapper .estimated-block .estimated-price {
    font-size: 16px;
  }
  .checkout-index-index .page-main .opc-estimated-wrapper .minicart-wrapper button.showcart {
    padding: 5px;
    position: relative;
  }
  .checkout-index-index .page-main .opc-estimated-wrapper .minicart-wrapper button.showcart:before {
    content: '';
    display: inline-block;
    background-image: url(../images/teenyicons_bag-solid.png);
    height: 24px;
    width: 24px;
  }
  .checkout-index-index .page-main .opc-estimated-wrapper .minicart-wrapper button.showcart .counter.qty {
    position: absolute;
    top: -8px;
    right: -8px;
    border-radius: 50%;
    box-sizing: border-box;
    margin: 0;
    min-width: 24px;
    padding: 1px;
  }
}
.checkout-index-index .page-main .page-title-wrapper {
  margin-bottom: 35px !important;
}
.checkout-index-index .page-main #mp-popup-social-content {
  display: none;
}
.checkout-index-index .page-main .column.main {
  min-height: 100%;
}
.checkout-index-index .page-main .page-title-wrapper {
  padding: 0!important;
  margin: 0!important;
}
.checkout-index-index .page-main .page-title-wrapper h1 {
  color: #000 !important;
  font-weight: 500;
  margin-bottom: 5px;
  font-size: 36px;
}
@media (max-width: 768px) {
  .checkout-index-index .page-main .page-title-wrapper h1 {
    font-size: 24px;
    margin-bottom: 10px;
  }
}
.checkout-index-index .page-main .page-title-wrapper .checkout-description {
  color: #000 !important;
}
.checkout-index-index .page-main .osc-cms-block {
  margin: 0;
}
.checkout-index-index .page-main .opc-wrapper .step-title {
  border-radius: 0 !important;
  color: #000 !important;
  width: 100%;
}
.checkout-index-index .page-main .opc-wrapper .checkout-shipping-address .form.form-login {
  width: 100%;
  display: inline-block;
  max-width: 100%;
}
@media (max-width: 639px) {
  .checkout-index-index .page-main .opc-wrapper .checkout-shipping-address .form.form-login {
    padding: 10px;
    margin: 0 0 5px;
  }
}
@media (max-width: 768px) {
  .checkout-index-index .page-main .opc-wrapper .checkout-shipping-address .form.form-login #customer-email-fieldset {
    margin-bottom: 0;
  }
  .checkout-index-index .page-main .opc-wrapper .checkout-shipping-address .form.form-login #customer-email-fieldset .field.required {
    margin-bottom: 0;
  }
}
.checkout-index-index .page-main .opc-wrapper .checkout-shipping-address .step-content button.action-show-popup {
  border-radius: 0!important;
}
.checkout-index-index .page-main .opc-wrapper .checkout-shipping-address .create-account-block {
  margin-top: 25px;
}
.checkout-index-index .page-main .opc-wrapper .checkout-shipping-address .form-shipping-address {
  margin-top: 0;
  max-width: 100%;
}
@media (min-width: 769px) and (max-width: 991px) {
  .checkout-index-index .page-main .opc-wrapper .checkout-shipping-address .form-shipping-address {
    max-width: 100%;
  }
}
@media (max-width: 786px) {
  .checkout-index-index .page-main .opc-wrapper .checkout-shipping-address .form-shipping-address {
    padding: 10px;
    margin: 10px 0;
  }
}
.checkout-index-index .page-main .opc-wrapper .checkout-shipping-address .form-shipping-address .fieldset.address {
  margin-top: 15px;
}
.checkout-index-index .page-main .opc-wrapper .checkout-shipping-address .form-shipping-address .fieldset.address .field {
  margin-bottom: 15px;
  /*&.custom-city-select-class {
								  float: right;
								  width: 49%;
								  @media (max-width:@fst-mobile-breakpoint) {
										width: 100%;
										float: none;
									}
								}*/
}
@media (min-width: 769px) and (max-width: 991px) {
  .checkout-index-index .page-main .opc-wrapper .checkout-shipping-address .form-shipping-address .fieldset.address .field {
    padding: 0 10px!important;
    width: 50%;
  }
}
.checkout-index-index .page-main .opc-wrapper .checkout-shipping-address .form-shipping-address .fieldset.address .field .label {
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 2px !important;
}
@media (max-width: 768px) {
  .checkout-index-index .page-main .opc-wrapper .checkout-shipping-address .form-shipping-address .fieldset.address .field .label {
    padding: 0;
  }
}
.checkout-index-index .page-main .opc-wrapper .checkout-shipping-address .form-shipping-address .fieldset.address .field .control input,
.checkout-index-index .page-main .opc-wrapper .checkout-shipping-address .form-shipping-address .fieldset.address .field .control select {
  height: 40px;
}
@media (max-width: 768px) {
  .checkout-index-index .page-main .opc-wrapper .checkout-shipping-address .form-shipping-address .fieldset.address .field .control input,
  .checkout-index-index .page-main .opc-wrapper .checkout-shipping-address .form-shipping-address .fieldset.address .field .control select {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .checkout-index-index .page-main .opc-wrapper .checkout-shipping-address .form-shipping-address .fieldset.address .field .control._with-tooltip .input-text {
    width: 92%;
  }
}
.checkout-index-index .page-main .opc-wrapper .checkout-shipping-address .form-shipping-address .fieldset.address .field .control._with-tooltip .field-tooltip.toggle {
  right: 0;
  padding-right: 0;
}
@media (max-width: 768px) {
  .checkout-index-index .page-main .opc-wrapper .checkout-shipping-address .form-shipping-address .fieldset.address .field.street {
    padding: 0 !important;
  }
}
@media (min-width: 769px) and (max-width: 991px) {
  .checkout-index-index .page-main .opc-wrapper .checkout-shipping-address .form-shipping-address .fieldset.address .field.street {
    width: 100%;
    padding: 0!important;
  }
  .checkout-index-index .page-main .opc-wrapper .checkout-shipping-address .form-shipping-address .fieldset.address .field.street legend.label {
    padding-left: 10px!important;
  }
  .checkout-index-index .page-main .opc-wrapper .checkout-shipping-address .form-shipping-address .fieldset.address .field.street .field {
    float: left;
  }
  .checkout-index-index .page-main .opc-wrapper .checkout-shipping-address .form-shipping-address .fieldset.address .field.street .field.additional {
    margin-top: 0;
  }
}
@media (max-width: 768px) {
  .checkout-index-index .page-main .opc-wrapper .checkout-shipping-address .form-shipping-address .fieldset.address .field.mp-6 {
    width: 100%;
  }
}
.checkout-index-index .page-main .opc-wrapper .shipping-address-items {
  margin-top: 0!important;
  padding: 0;
}
.checkout-index-index .page-main .opc-wrapper .shipping-address-items .shipping-address-item.selected-item {
  border-color: #000;
}
.checkout-index-index .page-main .opc-wrapper .shipping-address-items .shipping-address-item.selected-item:after {
  background: #000;
}
.checkout-index-index .page-main .opc-wrapper .checkout-payment-method .step-content .discount-code .field.choice {
  border-top: none;
}
@media (max-width: 768px) {
  .checkout-index-index .page-main .opc-wrapper .checkout-payment-method .step-content .payment-methods {
    margin: 0;
  }
}
.checkout-index-index .page-main .opc-wrapper .checkout-payment-method .step-content .payment-methods .payment-group {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  position: relative;
  margin-bottom: 15px;
}
.checkout-index-index .page-main .opc-wrapper .checkout-payment-method .step-content .payment-methods .payment-group .payment-method {
  padding: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  display: flex;
  align-items: center;
  width: 100%;
  flex-wrap: wrap;
  /*.payment-method-content {
									display: none;
								}*/
}
@media (max-width: 768px) {
  .checkout-index-index .page-main .opc-wrapper .checkout-payment-method .step-content .payment-methods .payment-group .payment-method {
    flex-wrap: wrap;
  }
}
.checkout-index-index .page-main .opc-wrapper .checkout-payment-method .step-content .payment-methods .payment-group .payment-method._active > .payment-method-content {
  padding-left: 0;
  margin-top: 10px;
  width: 100%;
}
@media (max-width: 768px) {
  .checkout-index-index .page-main .opc-wrapper .checkout-payment-method .step-content .payment-methods .payment-group .payment-method._active > .payment-method-content {
    position: inherit;
    width: 100%;
  }
}
.checkout-index-index .page-main .opc-wrapper .checkout-payment-method .step-content .payment-methods .payment-group .payment-method._active > .payment-method-content .payment-method-billing-address .field.choice {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  line-height: normal;
  gap: 0 10px;
}
.checkout-index-index .page-main .opc-wrapper .checkout-payment-method .step-content .payment-methods .payment-group .payment-method._active > .payment-method-content .payment-method-billing-address .field.choice input[type="checkbox"] {
  top: 0;
  margin-top: 0;
}
.checkout-index-index .page-main .opc-wrapper .checkout-payment-method .step-content .payment-methods .payment-group .payment-method._active > .payment-method-content .actions-toolbar .primary {
  float: none;
}
.checkout-index-index .page-main .opc-wrapper .checkout-payment-method .step-content .payment-methods .payment-group .payment-method._active > .payment-method-content .actions-toolbar .primary .action.primary.checkout {
  background: #FFED00;
  border-color: #FFED00;
  color: #000;
  padding: 14px 25px;
}
.checkout-index-index .page-main .opc-wrapper .checkout-payment-method .step-content .payment-methods .payment-group .payment-method._active .field.choice {
  border: 2px solid #ffed00;
}
.checkout-index-index .page-main .opc-wrapper .checkout-payment-method .step-content .payment-methods .payment-group .payment-method.rejected._active .payment-method-content {
  display: inline-block;
  position: absolute;
  top: 62px;
  left: 0;
  min-width: 100%;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  background: #fff;
  z-index: 1;
  box-shadow: 0 0 5px 0 #ccc;
  -webkit-box-shadow: 0 0 5px 0 #ccc;
}
@media (max-width: 768px) {
  .checkout-index-index .page-main .opc-wrapper .checkout-payment-method .step-content .payment-methods .payment-group .payment-method.rejected._active .payment-method-content {
    top: 73px;
  }
}
.checkout-index-index .page-main .opc-wrapper .checkout-payment-method .step-content .payment-methods .payment-group .payment-method.rejected._active .payment-method-content #installmentsCard {
  padding: 0 15px;
}
.checkout-index-index .page-main .opc-wrapper .checkout-payment-method .step-content .payment-methods .payment-group .payment-method .field.choice {
  position: relative;
  border-bottom: 1px solid #f0f0f0;
  margin-bottom: 0;
  padding: 15px;
  width: 100%;
  height: 73px;
  line-height: 42px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: none;
}
@media (max-width: 768px) {
  .checkout-index-index .page-main .opc-wrapper .checkout-payment-method .step-content .payment-methods .payment-group .payment-method .field.choice {
    width: 100%;
  }
}
.checkout-index-index .page-main .opc-wrapper .checkout-payment-method .step-content .payment-methods .payment-group .payment-method .field.choice .label {
  width: 100%;
  display: flex;
  align-items: center;
  line-height: normal;
  gap: 0 15px;
}
.checkout-index-index .page-main .opc-wrapper .checkout-payment-method .step-content .payment-methods .payment-group .payment-method .field.choice input[type="radio"] {
  position: absolute;
  opacity: 0;
  left: 10px;
  top: 21px;
}
.checkout-index-index .page-main .opc-wrapper .checkout-payment-method .step-content .payment-methods .payment-group .payment-method .field.choice input[type="radio"] + .label span {
  display: block;
  padding-left: 0;
}
.checkout-index-index .page-main .opc-wrapper .checkout-payment-method .step-content .payment-methods .payment-group .payment-method .field.choice input[type="radio"] + .label:before {
  content: '';
  position: absolute;
  width: 16px;
  height: 16px;
  border: 1px solid #006bb4;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
}
.checkout-index-index .page-main .opc-wrapper .checkout-payment-method .step-content .payment-methods .payment-group .payment-method .field.choice input[type="radio"]:checked + .label::after {
  content: '';
  position: absolute;
  width: 12px;
  height: 12px;
  background: #000;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  left: 13px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
}
.checkout-index-index .page-main .opc-wrapper .checkout-payment-method .step-content .payment-methods .payment-group .payment-method .field.choice img.payment-icon {
  margin: 0;
  max-height: 40px !important;
  width: auto !important;
  cursor: pointer;
  float: right;
  padding-left: 30px;
}
.checkout-index-index .page-main .opc-wrapper .checkout-payment-method .step-content .payment-methods .payment-group .payment-method .field.choice img.payment-info {
  display: none;
}
@media (max-width: 768px) {
  .checkout-index-index .page-main .opc-wrapper .checkout-payment-method .step-content .osc-payment-after-methods .discount-code {
    margin: 0;
  }
}
.checkout-index-index .page-main .opc-wrapper .checkout-payment-method .step-content .osc-payment-after-methods .discount-code .payment-option-title {
  padding-left: 0;
}
.checkout-index-index .page-main .opc-wrapper .checkout-payment-method .step-content .osc-payment-after-methods .discount-code .payment-option-title .action-toggle > span {
  color: #000;
  font-weight: 500;
}
.checkout-index-index .page-main .opc-wrapper .checkout-payment-method .step-content .osc-payment-after-methods .discount-code .payment-option-title .action-toggle:after {
  color: #000;
}
.checkout-index-index .page-main .opc-wrapper .checkout-payment-method .step-content .osc-payment-after-methods .discount-code .payment-option-title .action-toggle:after:hover {
  color: 000;
}
.checkout-index-index .page-main .opc-wrapper .checkout-payment-method .step-content .osc-payment-after-methods .discount-code .payment-option-content {
  padding: 0 0 20px 0;
  margin-top: 8px;
}
@media (max-width: 768px) {
  .checkout-index-index .page-main .opc-wrapper .checkout-payment-method .step-content .osc-payment-after-methods .discount-code .payment-option-content {
    padding-left: 0;
  }
}
.checkout-index-index .page-main .opc-wrapper .checkout-payment-method .step-content .osc-payment-after-methods .discount-code .payment-option-content .field .control input {
  border-radius: 0!important;
}
.checkout-index-index .page-main .opc-wrapper .checkout-payment-method .step-content .osc-payment-after-methods .discount-code .payment-option-content .actions-toolbar {
  margin-top: 0;
}
.checkout-index-index .page-main .opc-wrapper .checkout-payment-method .step-content .osc-payment-after-methods .discount-code .payment-option-content .actions-toolbar .primary button {
  border-radius: 0!important;
}
.checkout-index-index .page-main .opc-wrapper .checkout-shipping-method .step-title {
  margin-bottom: 15px;
  display: none;
}
@media (max-width: 768px) {
  .checkout-index-index .page-main .opc-wrapper .checkout-shipping-method .step-content form {
    margin: 0;
    padding: 10px;
  }
}
.checkout-index-index .page-main .opc-wrapper .checkout-shipping-method .step-content form #checkout-shipping-method-load {
  display: none;
}
.checkout-index-index .page-main .opc-wrapper .checkout-shipping-method .step-content form .osc-place-order-block {
  border: none;
  padding: 0 !important;
}
.checkout-index-index .page-main .opc-wrapper .checkout-shipping-method .step-content form .osc-place-order-block .input-box textarea {
  border-radius: 0 !important;
}
.checkout-index-index .page-main .opc-wrapper #opc-sidebar .order-summary .step-content {
  margin-bottom: 10px;
  margin-top: 25px;
  border: 1px solid #ddd !important;
  border-radius: 8px !important;
  padding: 1px 15px !important;
}
@media (max-width: 768px) {
  .checkout-index-index .page-main .opc-wrapper #opc-sidebar .order-summary .step-content {
    padding: 0;
  }
}
.checkout-index-index .page-main .opc-wrapper #opc-sidebar .order-summary .step-content .items-in-cart .title {
  padding-top: 0;
  display: none;
}
.checkout-index-index .page-main .opc-wrapper #opc-sidebar .order-summary .step-content .items-in-cart .title strong {
  font-size: 14px;
}
.checkout-index-index .page-main .opc-wrapper #opc-sidebar .order-summary .step-content .items-in-cart .title:after {
  top: 0;
}
.checkout-index-index .page-main .opc-wrapper #opc-sidebar .order-summary .step-content .data.table.table-totals .totals-tax-summary .mark {
  border-bottom: none;
}
.checkout-index-index .page-main .opc-wrapper #opc-sidebar .order-summary .step-content .data.table.table-totals .totals-tax-summary .amount {
  border-bottom: none;
}
@media (max-width: 540px) {
  .checkout-index-index .page-main .opc-wrapper #opc-sidebar .order-summary .step-content .minicart-items table thead {
    display: none;
  }
}
@media (min-width: 769px) and (max-width: 1539px) {
  .checkout-index-index .page-main .opc-wrapper #opc-sidebar .order-summary .step-content .minicart-items table thead {
    display: none;
  }
}
@media (max-width: 540px) {
  .checkout-index-index .page-main .opc-wrapper #opc-sidebar .order-summary .step-content .minicart-items table tr {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 0;
  }
  .checkout-index-index .page-main .opc-wrapper #opc-sidebar .order-summary .step-content .minicart-items table tr > td {
    border: none;
    display: flex;
    width: 100%;
    align-items: flex-start;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .checkout-index-index .page-main .opc-wrapper #opc-sidebar .order-summary .step-content .minicart-items table tr > td .product-item-detail {
    flex: 1;
  }
  .checkout-index-index .page-main .opc-wrapper #opc-sidebar .order-summary .step-content .minicart-items table tr > td .product-item-detail .product-item-inner {
    margin-bottom: 0;
  }
  .checkout-index-index .page-main .opc-wrapper #opc-sidebar .order-summary .step-content .minicart-items table tr > td .product-item-detail .product-item-inner .product-item-name-block {
    padding-right: 0;
  }
  .checkout-index-index .page-main .opc-wrapper #opc-sidebar .order-summary .step-content .minicart-items table tr > td .product-item-detail .product-item-inner .product-item-name-block .product-item-name {
    margin-bottom: 0;
  }
  .checkout-index-index .page-main .opc-wrapper #opc-sidebar .order-summary .step-content .minicart-items table tr > td.button-remove a.remove i {
    font-size: 18px;
    color: #000;
  }
  .checkout-index-index .page-main .opc-wrapper #opc-sidebar .order-summary .step-content .minicart-items table tr > td:not(:first-child) {
    padding-left: 91px!important;
  }
}
@media (min-width: 769px) and (max-width: 1539px) {
  .checkout-index-index .page-main .opc-wrapper #opc-sidebar .order-summary .step-content .minicart-items table tr {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 0;
  }
  .checkout-index-index .page-main .opc-wrapper #opc-sidebar .order-summary .step-content .minicart-items table tr > td {
    border: none;
    display: flex;
    width: 100%;
    align-items: flex-start;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .checkout-index-index .page-main .opc-wrapper #opc-sidebar .order-summary .step-content .minicart-items table tr > td .product-item-detail {
    flex: 1;
  }
  .checkout-index-index .page-main .opc-wrapper #opc-sidebar .order-summary .step-content .minicart-items table tr > td .product-item-detail .product-item-inner {
    margin-bottom: 0;
  }
  .checkout-index-index .page-main .opc-wrapper #opc-sidebar .order-summary .step-content .minicart-items table tr > td .product-item-detail .product-item-inner .product-item-name-block {
    padding-right: 0;
  }
  .checkout-index-index .page-main .opc-wrapper #opc-sidebar .order-summary .step-content .minicart-items table tr > td .product-item-detail .product-item-inner .product-item-name-block .product-item-name {
    margin-bottom: 0;
  }
  .checkout-index-index .page-main .opc-wrapper #opc-sidebar .order-summary .step-content .minicart-items table tr > td.button-remove a.remove i {
    font-size: 18px;
    color: #000;
  }
  .checkout-index-index .page-main .opc-wrapper #opc-sidebar .order-summary .step-content .minicart-items table tr > td:not(:first-child) {
    padding-left: 91px!important;
  }
}
.checkout-index-index .page-main .opc-wrapper #opc-sidebar .order-summary .step-content .minicart-items table tr td.product .product-item-detail .product-item-name-block a {
  color: #000;
  text-decoration: none;
}
.checkout-index-index .page-main .opc-wrapper #opc-sidebar .order-summary .step-content .minicart-items table tr td.product .product-item-detail .product-item-name-block a .product-item-name {
  font-size: 14px !important;
  line-height: 19px;
  text-decoration: none;
}
.checkout-index-index .page-main .opc-wrapper #opc-sidebar .order-summary .step-content .minicart-items table tr td.details-qty .qty-wrapper {
  padding: 0;
  height: 26px;
  border: 1px solid #000;
}
.checkout-index-index .page-main .opc-wrapper #opc-sidebar .order-summary .step-content .minicart-items table tr td.details-qty .qty-wrapper a.button-action {
  border-radius: 0 !important;
  height: 25px;
  width: 20px;
  border: none;
  margin: 0;
}
.checkout-index-index .page-main .opc-wrapper #opc-sidebar .order-summary .step-content .minicart-items table tr td.details-qty .qty-wrapper a.button-action i {
  line-height: 22px;
}
.checkout-index-index .page-main .opc-wrapper #opc-sidebar .order-summary .step-content .minicart-items table tr td.details-qty .qty-wrapper .qty-wrap {
  width: 30px;
  height: 24px;
  vertical-align: inherit;
}
.checkout-index-index .page-main .opc-wrapper #opc-sidebar .order-summary .step-content .minicart-items table tr td.details-qty .qty-wrapper .qty-wrap input {
  border-radius: 0 !important;
  height: 100%;
  padding-top: 4px;
  box-sizing: border-box;
  border-top: 0;
  width: 100%;
  border-bottom: 0;
  top: -1px;
}
.checkout-index-index .page-main .opc-wrapper #opc-sidebar .order-summary .step-content .minicart-items table tr td.button-remove .remove-wrapper a.remove {
  color: #000;
}
.checkout-index-index .page-main .opc-wrapper #opc-sidebar .order-summary .step-content .minicart-items .actions-toolbar {
  display: none;
}
.checkout-index-index .page-main .opc-wrapper #opc-sidebar .order-summary .step-content .table-totals tr {
  margin-top: 20px;
}
.checkout-index-index .page-main .opc-wrapper #opc-sidebar .order-summary .step-content .table-totals tr.totals.shipping th.mark span.value {
  display: none;
}
.checkout-index-index .page-main .opc-wrapper #opc-sidebar .order-summary .step-content .table-totals tr.grand.totals.incl th {
  font-size: 16px;
}
.checkout-index-index .page-main .opc-wrapper #opc-sidebar .order-summary .step-content .table-totals tr.grand.totals.incl td.amount {
  padding-left: 20px;
  font-size: 16px;
}
.checkout-index-index .page-main .opc-wrapper #opc-sidebar .osc-place-order-wrapper button.action.primary.checkout {
  border-radius: 0!important;
}
.checkout-index-index .page-main .opc-wrapper #opc-sidebar .osc-place-order-wrapper button.action.primary.checkout span {
  color: #000;
  background: none;
  border: none;
}
.checkout-index-index .page-main .opc-wrapper #opc-sidebar .osc-place-order-wrapper .osc-multi-address-checkout .action.multicheckout {
  color: #000;
  font-weight: 500;
  text-decoration: underline;
  display: inline-block;
}
.checkout-index-index .page-main .opc-wrapper .one-step-checkout-container .col-mp {
  padding: 0;
}
.checkout-index-index .page-main .opc-wrapper .one-step-checkout-container .col-mp .row-mp {
  margin: 0;
}
@media (min-width: 769px) and (max-width: 991px) {
  .checkout-index-index .page-main .opc-wrapper .one-step-checkout-container .col-mp:first-child {
    padding: 0;
    width: 100%;
  }
  .checkout-index-index .page-main .opc-wrapper .one-step-checkout-container .col-mp:first-child .row-mp .col-mp {
    padding: 0;
  }
}
.checkout-index-index .page-main .modal-popup.osc-new-address-popup .modal-content {
  padding-right: 15px;
}
.checkout-index-index .page-main .modal-popup.osc-new-address-popup .modal-content form {
  max-width: 100%;
}
.checkout-index-index .page-main .modal-popup.osc-new-address-popup .modal-content form .fieldset .field .control input,
.checkout-index-index .page-main .modal-popup.osc-new-address-popup .modal-content form .fieldset .field .control select {
  border-radius: 0 !important;
  height: 40px;
}
.checkout-index-index .modal-popup .modal-inner-wrap {
  width: 75% !important;
  border-radius: 0 !important;
}
.checkout-index-index .modal-popup .modal-inner-wrap .modal-footer {
  display: block;
}
/*checkout success*/
@media (max-width: 768px) {
  .checkout-onepage-success .page-main .page-title-wrapper {
    padding-left: 0;
  }
}
.checkout-onepage-success .page-main .page-title-wrapper h1 {
  display: none;
}
.checkout-onepage-success .page-main .page-title-wrapper a.action.print {
  color: #000;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  text-decoration: underline;
}
.checkout-onepage-success .page-main .column.main .checkout-success {
  width: 100%;
  max-width: 600px;
  text-align: center;
  background: #f8f8f8;
  padding: 30px;
  margin: 35px auto;
  box-shadow: 0px 0px 8px 6px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 0px 8px 6px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 8px 6px rgba(0, 0, 0, 0.1);
}
@media (max-width: 540px) {
  .checkout-onepage-success .page-main .column.main .checkout-success {
    padding: 30px 15px;
  }
}
@media (max-width: 768px) {
  .checkout-onepage-success .page-main .column.main .checkout-success {
    margin-top: 0;
  }
}
.checkout-onepage-success .page-main .column.main .checkout-success .actions-toolbar {
  text-align: center;
  margin-top: 20px;
}
.checkout-onepage-success .page-main .column.main .checkout-success .actions-toolbar > .primary {
  float: none;
  margin: 0;
}
.checkout-onepage-success .page-main .column.main .checkout-success .actions-toolbar > .primary a.continue {
  background: #ffed00;
  border-color: #ffed00;
  border-radius: 0;
  color: #000;
  font-weight: 500;
  font-family: 'ClanPro' !important;
  margin: 0;
}
.checkout-onepage-success .page-main .column.main .checkout-success h2 {
  font-weight: 500;
  margin-top: 0;
  font-size: 28px;
  line-height: normal;
}
@media (max-width: 540px) {
  .checkout-onepage-success .page-main .column.main .checkout-success h2 {
    font-size: 20px;
    font-weight: 700;
  }
}
.checkout-onepage-success .page-main .column.main .checkout-success p {
  font-size: 14px;
  color: #000;
  line-height: 19px;
}
.checkout-onepage-success .page-main .column.main .checkout-success p > a {
  color: #000;
  text-decoration: underline;
  display: inline-block;
}
/***new***/
.checkout-index-index .opc-progress-bar {
  margin: 30px 0 40px;
}
@media (max-width: 768px) {
  .checkout-index-index .opc-progress-bar {
    margin: 0 0 10px;
  }
}
.checkout-index-index .opc-progress-bar .opc-progress-bar-item {
  width: 33%;
}
.checkout-index-index .opc-progress-bar .opc-progress-bar-item:before {
  background: #000;
  border-color: #000;
}
@media (max-width: 768px) {
  .checkout-index-index .opc-progress-bar .opc-progress-bar-item:before {
    height: 2px;
    top: 13px;
  }
}
.checkout-index-index .opc-progress-bar .opc-progress-bar-item span {
  color: #000;
  font-weight: 600;
}
@media (max-width: 768px) {
  .checkout-index-index .opc-progress-bar .opc-progress-bar-item span {
    font-size: 13px;
    padding-top: 30px;
  }
}
.checkout-index-index .opc-progress-bar .opc-progress-bar-item span:after {
  background: #000;
  color: #fff;
  border-color: #000;
}
@media (max-width: 768px) {
  .checkout-index-index .opc-progress-bar .opc-progress-bar-item span:after {
    height: 20px;
    width: 20px;
    font-size: 13px;
    margin-left: -12px;
    top: 2px;
    line-height: 20px;
  }
}
@media (max-width: 768px) {
  .checkout-index-index .opc-progress-bar .opc-progress-bar-item span:before {
    height: 24px;
    width: 24px;
    margin-left: -14px;
  }
}
.checkout-index-index .opc-progress-bar .opc-progress-bar-item._active:before,
.checkout-index-index .opc-progress-bar .opc-progress-bar-item._complete:before {
  background: #FFED00;
  border-color: #FFED00;
  color: #000;
}
.checkout-index-index .opc-progress-bar .opc-progress-bar-item._active span:after,
.checkout-index-index .opc-progress-bar .opc-progress-bar-item._complete span:after {
  background: #FFED00;
  color: #000;
  border-color: #FFED00;
}
.checkout-index-index .opc-progress-bar .opc-progress-bar-item._active span:before,
.checkout-index-index .opc-progress-bar .opc-progress-bar-item._complete span:before {
  background: #000;
  border-color: #000;
}
@media (max-width: 768px) {
  .checkout-index-index .checkout-container .authentication-wrapper {
    margin-top: -22px;
  }
  .checkout-index-index .checkout-container .authentication-wrapper .action.action-auth-toggle {
    color: #000;
    font-weight: 700;
    text-decoration: underline;
  }
}
.checkout-index-index .checkout-container .form-cart {
  float: left;
  width: 75%;
  padding-right: 4%;
  position: relative;
}
@media (max-width: 768px) {
  .checkout-index-index .checkout-container .form-cart {
    margin-bottom: 0;
    order: 1;
    width: 100%;
    padding-right: 0;
  }
}
@media (min-width: 769px) and (max-width: 991px) {
  .checkout-index-index .checkout-container .form-cart {
    width: 100%;
    padding-right: 0;
  }
}
@media (max-width: 768px) {
  .checkout-index-index .checkout-container .form-cart .table-wrapper {
    margin-bottom: 0;
  }
}
.checkout-index-index .checkout-container .form-cart .table-wrapper table tr th.col.empty {
  padding: 24px 15px 15px 50px;
}
@media (max-width: 768px) {
  .checkout-index-index .checkout-container .form-cart .table-wrapper table tr th.col.empty {
    display: none;
  }
}
@media (max-width: 768px) {
  .checkout-index-index .checkout-container .form-cart .table-wrapper table tr td {
    padding: 10px 15px 5px 90px;
    display: block;
    width: 60%;
    font-size: 14px;
  }
  .checkout-index-index .checkout-container .form-cart .table-wrapper table tr td:before {
    display: inline-block;
    padding-right: 10px;
  }
  .checkout-index-index .checkout-container .form-cart .table-wrapper table tr td > span {
    display: inline-block;
  }
  .checkout-index-index .checkout-container .form-cart .table-wrapper table tr td .field.qty {
    display: inline-block;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .checkout-index-index .checkout-container .form-cart .table-wrapper table tr td.col.qty {
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
    width: 40%;
  }
  .checkout-index-index .checkout-container .form-cart .table-wrapper table tr td.action-editable {
    padding-left: 0;
    float: right;
    margin-top: 18px;
    width: 40%;
  }
  .checkout-index-index .checkout-container .form-cart .table-wrapper table tr td.col.item {
    width: 100%;
  }
}
@media (min-width: 769px) and (max-width: 1199px) {
  .checkout-index-index .checkout-container .form-cart .table-wrapper table tr td.col.item .product-item-photo .product-image-container {
    width: 90px!important;
  }
}
.checkout-index-index .checkout-container .form-cart .table-wrapper table tr td.qty .control.qty {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 768px) {
  .checkout-index-index .checkout-container .form-cart .table-wrapper table tr td.qty .control.qty {
    justify-content: flex-start;
  }
}
.checkout-index-index .checkout-container .form-cart .table-wrapper table tr td.qty .control.qty label {
  display: flex;
  align-items: center;
  border: 1px solid #000;
  padding: 0;
  height: 40px;
  width: 126px;
}
.checkout-index-index .checkout-container .form-cart .table-wrapper table tr td.qty .control.qty label input {
  margin: 0;
  height: 100%;
  border: none;
}
.checkout-index-index .checkout-container .form-cart .table-wrapper table tr td.qty .control.qty label div {
  padding: 0 10px;
  height: 100%;
  line-height: 38px;
}
.checkout-index-index .checkout-container .form-cart .table-wrapper table tr td.qty .control.qty label div.less {
  border-right: 1px solid #000;
}
.checkout-index-index .checkout-container .form-cart .table-wrapper table tr td.qty .control.qty label div.more {
  border-left: 1px solid #000;
}
.checkout-index-index .checkout-container .form-cart .table-wrapper table tr td.col.price {
  padding-top: 32px;
}
@media (max-width: 768px) {
  .checkout-index-index .checkout-container .form-cart .table-wrapper table tr td.col.price {
    padding-top: 15px;
  }
}
.checkout-index-index .checkout-container .form-cart .table-wrapper table tr td.col.price span.price {
  color: #000;
  font-weight: 500 !important;
  font-size: 16px;
}
@media (min-width: 769px) and (max-width: 1199px) {
  .checkout-index-index .checkout-container .form-cart .table-wrapper table tr td.col.price span.price {
    font-size: 14px;
  }
}
.checkout-index-index .checkout-container .form-cart .table-wrapper table tr td.col.subtotal {
  padding-top: 32px;
}
@media (max-width: 768px) {
  .checkout-index-index .checkout-container .form-cart .table-wrapper table tr td.col.subtotal {
    padding-top: 10px;
  }
  .checkout-index-index .checkout-container .form-cart .table-wrapper table tr td.col.subtotal:before {
    padding-bottom: 2px;
  }
}
.checkout-index-index .checkout-container .form-cart .table-wrapper table tr td.col.subtotal span.price {
  color: #000;
  font-weight: 500 !important;
  font-size: 16px;
}
@media (min-width: 769px) and (max-width: 1199px) {
  .checkout-index-index .checkout-container .form-cart .table-wrapper table tr td.col.subtotal span.price {
    font-size: 14px;
  }
}
.checkout-index-index .checkout-container .form-cart .table-wrapper table tr td.col.item .product-item-details {
  padding-top: 12px;
}
.checkout-index-index .checkout-container .form-cart .table-wrapper table tr td.col.item .product-item-details .product-item-name {
  font-weight: 500;
  font-size: 16px;
}
@media (max-width: 768px) {
  .checkout-index-index .checkout-container .form-cart .table-wrapper table tr td.col.item .product-item-details .product-item-name {
    font-size: 14px;
  }
}
@media (min-width: 769px) and (max-width: 1199px) {
  .checkout-index-index .checkout-container .form-cart .table-wrapper table tr td.col.item .product-item-details .product-item-name {
    font-size: 14px;
  }
}
.checkout-index-index .checkout-container .form-cart .table-wrapper table tr td.col.item .product-item-details .product-item-name a {
  color: #000;
}
.checkout-index-index .checkout-container .form-cart .table-wrapper table tr td.action-editable {
  padding-left: 0;
  padding-right: 0;
}
.checkout-index-index .checkout-container .form-cart .table-wrapper table tr td.action-editable .actions-toolbar {
  text-align: right;
  margin-top: 10px;
}
@media (max-width: 768px) {
  .checkout-index-index .checkout-container .form-cart .table-wrapper table tr td.action-editable .actions-toolbar {
    margin-top: 0;
    text-align: right;
  }
}
.checkout-index-index .checkout-container .form-cart .table-wrapper table tr td.action-editable .actions-toolbar a {
  position: static;
  margin-right: 15px;
}
@media (min-width: 992px) and (max-width: 1439px) {
  .checkout-index-index .checkout-container .form-cart .table-wrapper table tr td.action-editable .actions-toolbar a {
    margin-right: 7px;
  }
}
.checkout-index-index .checkout-container .form-cart .table-wrapper table tr td.action-editable .actions-toolbar a:last-child {
  margin-right: 0;
}
.checkout-index-index .checkout-container .form-cart .table-wrapper table tr td.action-editable .actions-toolbar a:before {
  color: #000;
}
@media (max-width: 768px) {
  .checkout-index-index .checkout-container .form-cart .table-wrapper table tr td.action-editable .actions-toolbar a.towishlist {
    right: 48px;
    top: 1px;
    left: inherit;
  }
}
.checkout-index-index .checkout-container .form-cart .table-wrapper table tr td.action-editable .actions-toolbar a.towishlist:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  width: 20px;
  line-height: 20px;
  color: #000;
  content: '\e600';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.checkout-index-index .checkout-container .form-cart .table-wrapper table tr td.action-editable .actions-toolbar a.towishlist span {
  font-size: 0;
}
.checkout-index-index .checkout-container .cart-summary {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .checkout-index-index .checkout-container .cart-summary .cart-totals .table-wrapper .data.table.totals tr th,
  .checkout-index-index .checkout-container .cart-summary .cart-totals .table-wrapper .data.table.totals tr td {
    font-size: 14px;
    border-bottom: 1px solid #ccc !important;
  }
  .checkout-index-index .checkout-container .cart-summary .cart-totals .table-wrapper .data.table.totals tr th:last-child,
  .checkout-index-index .checkout-container .cart-summary .cart-totals .table-wrapper .data.table.totals tr td:last-child {
    border-bottom: none !important;
  }
}
@media (max-width: 768px) {
  .checkout-index-index .checkout-container .cart-summary .cart-totals .table-wrapper .data.table.totals tr.grand.totals.excl th,
  .checkout-index-index .checkout-container .cart-summary .cart-totals .table-wrapper .data.table.totals tr.grand.totals.excl td {
    border-bottom: none !important;
  }
}
.checkout-index-index .checkout-container .next-actions-toolbar {
  text-align: center;
  margin-top: 15px;
}
@media (max-width: 768px) {
  .checkout-index-index .checkout-container .next-actions-toolbar {
    margin-top: 0;
  }
}
.checkout-index-index .checkout-container .next-actions-toolbar .primary {
  float: none;
  width: 100%;
}
.checkout-index-index .checkout-container .next-actions-toolbar .primary .button.action.continue.primary {
  background: #ffed00;
  border-color: #ffed00;
  line-height: 2.2rem;
  padding: 14px 17px;
  font-size: 1.8rem;
  color: #000;
  width: 100%;
}
.checkout-index-index .checkout-container .opc .checkout-shipping-address .step-content .fieldset.address {
  display: flex;
  flex-wrap: wrap;
  gap: 0 20px;
}
@media (max-width: 768px) {
  .checkout-index-index .checkout-container .opc .checkout-shipping-address .step-content .fieldset.address {
    margin-bottom: 0;
  }
}
.checkout-index-index .checkout-container .opc .checkout-shipping-address .step-content .fieldset.address .field {
  width: 48%;
}
@media (max-width: 768px) {
  .checkout-index-index .checkout-container .opc .checkout-shipping-address .step-content .fieldset.address .field {
    width: 100%;
    margin-bottom: 10px;
  }
}
.checkout-index-index .checkout-container .opc .checkout-shipping-address .step-content .fieldset.address .field.admin__control-fields.required .control .field._required {
  width: 100%;
}
.checkout-index-index .checkout-container .opc .checkout-shipping-address .step-content .fieldset.address .field .control input {
  border: 1px solid #ccc;
}
.checkout-index-index .checkout-container .opc .checkout-shipping-address .step-content .fieldset.address .shipping-address-items .action-select-shipping-item {
  background: #ffed00;
  border-color: #ffed00;
  line-height: 2.2rem;
  padding: 14px 17px;
  font-size: 1.8rem;
  color: #000;
}
.checkout-index-index .checkout-container .opc .checkout-shipping-address .new-address-popup button.action.action-show-popup {
  background: #ffed00;
  border-color: #ffed00;
  line-height: 2.2rem;
  padding: 14px 17px;
  font-size: 1.8rem;
  color: #000;
}
@media (max-width: 768px) {
  .checkout-index-index .checkout-container .opc .actions-toolbar {
    margin-top: 0;
  }
}
.checkout-index-index .checkout-container .opc .actions-toolbar .primary .button.action.continue.primary {
  background: #ffed00;
  border-color: #ffed00;
  line-height: 2.2rem;
  padding: 14px 17px;
  font-size: 1.8rem;
  color: #000;
}
@media (max-width: 768px) {
  .checkout-index-index .checkout-container .opc .actions-toolbar .primary .button.action.continue.primary {
    margin-top: 0;
  }
}
.checkout-index-index .checkout-container .new-shipping-address-modal .modal-inner-wrap {
  max-width: 900px;
}
.checkout-index-index .checkout-container .new-shipping-address-modal .modal-inner-wrap .modal-content form.form-shipping-address {
  max-width: 100%;
}
.checkout-index-index .checkout-container .new-shipping-address-modal .modal-inner-wrap .modal-content form.form-shipping-address .fieldset.address {
  display: flex;
  flex-wrap: wrap;
  gap: 0 20px;
}
.checkout-index-index .checkout-container .new-shipping-address-modal .modal-inner-wrap .modal-content form.form-shipping-address .fieldset.address .field {
  width: 48%;
}
.checkout-cart-step-active .modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide {
  display: none !important;
}
.checkout-cart-step-active .checkout-container .opc-wrapper {
  width: 100%;
  display: inline-block;
  float: none;
  padding-right: 0;
}
.checkout-cart-step-active .checkout-container .opc-wrapper .custom-content-container {
  display: inline-block;
  width: 100%;
}
/****************/
/*Contact us style*/
body.contact-index-index .page-main {
  width: 100%;
  padding: 0;
  max-width: 100%;
  background: #f5f5f5;
}
body.contact-index-index .page-main .page-title-wrapper {
  display: none;
}
body.contact-index-index .page-main .map-section {
  margin-bottom: 88px;
}
@media (max-width: 1199px) {
  body.contact-index-index .page-main .map-section {
    margin-bottom: 40px;
  }
}
body.contact-index-index .page-main .map-section .mgz-container {
  width: 100%;
}
body.contact-index-index .page-main .map-section .mgz-container .mgz-element-column > .mgz-element-inner {
  padding: 0;
}
body.contact-index-index .page-main .map-section .mgz-container .mgz-element-column > .mgz-element-inner .custom-map iframe {
  display: block;
}
body.contact-index-index .page-main .form-main-container {
  display: flex;
  width: 100%;
  max-width: 1400px;
  padding: 0 20px;
  margin: 0 auto 100px auto;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  body.contact-index-index .page-main .form-main-container {
    margin-bottom: 40px;
    padding: 0 15px;
    flex-direction: column;
  }
}
@media (min-width: 769px) and (max-width: 1199px) {
  body.contact-index-index .page-main .form-main-container {
    margin-bottom: 40px;
  }
}
body.contact-index-index .page-main .form-main-container .form.contact {
  min-width: inherit;
  width: 61%;
  background: #fff;
  padding: 50px 90px;
}
@media (max-width: 768px) {
  body.contact-index-index .page-main .form-main-container .form.contact {
    width: 100%;
    padding: 40px 20px;
  }
}
@media (min-width: 769px) and (max-width: 1199px) {
  body.contact-index-index .page-main .form-main-container .form.contact {
    width: 55%;
    padding: 30px 20px;
  }
}
body.contact-index-index .page-main .form-main-container .form.contact fieldset {
  margin-bottom: 30px;
}
body.contact-index-index .page-main .form-main-container .form.contact fieldset legend {
  font-size: 32px;
  line-height: 41px;
  font-weight: 500;
  color: #000;
  position: relative;
  border: none;
  padding: 0;
  margin: 0 0 30px 0;
}
@media (max-width: 768px) {
  body.contact-index-index .page-main .form-main-container .form.contact fieldset legend {
    font-size: 22px;
    line-height: 32px;
  }
}
@media (min-width: 769px) and (max-width: 1199px) {
  body.contact-index-index .page-main .form-main-container .form.contact fieldset legend {
    font-size: 26px;
    line-height: 35px;
  }
}
body.contact-index-index .page-main .form-main-container .form.contact fieldset legend:before {
  content: '';
  position: absolute;
  height: 3px;
  width: 80px;
  background: #ffed00;
  bottom: -10px;
}
@media (max-width: 1199px) {
  body.contact-index-index .page-main .form-main-container .form.contact fieldset legend:before {
    bottom: -5px;
  }
}
body.contact-index-index .page-main .form-main-container .form.contact fieldset .field.no-label {
  font-size: 22px;
  line-height: 28px;
  font-weight: 500;
  color: #000;
  margin-bottom: 36px;
}
@media (max-width: 768px) {
  body.contact-index-index .page-main .form-main-container .form.contact fieldset .field.no-label {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (min-width: 769px) and (max-width: 1199px) {
  body.contact-index-index .page-main .form-main-container .form.contact fieldset .field.no-label {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 30px;
  }
}
body.contact-index-index .page-main .form-main-container .form.contact fieldset .field label {
  display: none;
}
body.contact-index-index .page-main .form-main-container .form.contact fieldset .field .control input {
  height: 60px;
  border-color: #000;
  color: #000;
  font-size: 16px;
  line-height: 20px;
  padding: 20px;
  font-weight: normal;
  opacity: 1;
}
@media (max-width: 1199px) {
  body.contact-index-index .page-main .form-main-container .form.contact fieldset .field .control input {
    height: 50px;
    font-size: 14px;
    line-height: 18px;
    padding: 15px;
  }
}
body.contact-index-index .page-main .form-main-container .form.contact fieldset .field .control input:placeholder {
  opacity: 1;
  color: #000;
}
body.contact-index-index .page-main .form-main-container .form.contact fieldset .field .control input::-webkit-input-placeholder {
  opacity: 1;
  color: #000;
}
body.contact-index-index .page-main .form-main-container .form.contact fieldset .field .control input::-moz-placeholder {
  opacity: 1;
  color: #000;
}
body.contact-index-index .page-main .form-main-container .form.contact fieldset .field .control input:-ms-input-placeholder {
  opacity: 1;
  color: #000;
}
body.contact-index-index .page-main .form-main-container .form.contact fieldset .field .control input:-moz-placeholder {
  opacity: 1;
  color: #000;
}
body.contact-index-index .page-main .form-main-container .form.contact fieldset .field .control textarea {
  border-color: #000;
  color: #000;
  font-size: 16px;
  line-height: 20px;
  padding: 20px;
  opacity: 1;
  font-weight: normal;
}
@media (max-width: 1199px) {
  body.contact-index-index .page-main .form-main-container .form.contact fieldset .field .control textarea {
    font-size: 14px;
    line-height: 18px;
    padding: 15px;
  }
}
body.contact-index-index .page-main .form-main-container .form.contact fieldset .field .control textarea:placeholder {
  opacity: 1;
  color: #000;
}
body.contact-index-index .page-main .form-main-container .form.contact fieldset .field .control textarea::-webkit-input-placeholder {
  opacity: 1;
  color: #000;
}
body.contact-index-index .page-main .form-main-container .form.contact fieldset .field .control textarea::-moz-placeholder {
  opacity: 1;
  color: #000;
}
body.contact-index-index .page-main .form-main-container .form.contact fieldset .field .control textarea:-ms-input-placeholder {
  opacity: 1;
  color: #000;
}
body.contact-index-index .page-main .form-main-container .form.contact fieldset .field .control textarea:-moz-placeholder {
  opacity: 1;
  color: #000;
}
body.contact-index-index .page-main .form-main-container .form.contact .actions-toolbar {
  margin: 0;
}
body.contact-index-index .page-main .form-main-container .form.contact .actions-toolbar button.submit {
  background: #ffed00;
  border-color: #ffed00;
  color: #000;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  padding: 15px 50px;
  margin: 0;
}
@media (max-width: 768px) {
  body.contact-index-index .page-main .form-main-container .form.contact .actions-toolbar button.submit {
    font-size: 14px;
    line-height: 18px;
    width: auto;
  }
}
body.contact-index-index .page-main .form-main-container .form.contact .actions-toolbar button.submit:hover {
  background: #f3e62e;
  border-color: #f3e62e;
}
body.contact-index-index .page-main .form-main-container .form-sub-section {
  width: 39%;
  background: #ffed00;
  padding: 45px 32px;
}
@media (max-width: 768px) {
  body.contact-index-index .page-main .form-main-container .form-sub-section {
    width: 100%;
    padding: 40px 20px;
  }
}
@media (min-width: 769px) and (max-width: 1199px) {
  body.contact-index-index .page-main .form-main-container .form-sub-section {
    width: 45%;
    padding: 30px 20px;
  }
}
body.contact-index-index .page-main .form-main-container .form-sub-section .home-content-section .mgz-container {
  width: 100%;
}
body.contact-index-index .page-main .form-main-container .form-sub-section .home-content-section .mgz-container .mgz-element-column > .mgz-element-inner {
  padding: 0;
}
body.contact-index-index .page-main .form-main-container .form-sub-section .home-content-section .mgz-container .mgz-element-column > .mgz-element-inner .mgz-element-heading h5 {
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
  color: #000;
  margin: 0;
}
@media (max-width: 1199px) {
  body.contact-index-index .page-main .form-main-container .form-sub-section .home-content-section .mgz-container .mgz-element-column > .mgz-element-inner .mgz-element-heading h5 {
    font-size: 22px;
    line-height: 27px;
    font-weight: 500;
  }
}
body.contact-index-index .page-main .form-main-container .form-sub-section .home-content-section .mgz-container .mgz-element-column > .mgz-element-inner .mgz-element-text {
  margin-bottom: 35px;
}
@media (max-width: 1199px) {
  body.contact-index-index .page-main .form-main-container .form-sub-section .home-content-section .mgz-container .mgz-element-column > .mgz-element-inner .mgz-element-text {
    margin-bottom: 25px;
  }
}
body.contact-index-index .page-main .form-main-container .form-sub-section .home-content-section .mgz-container .mgz-element-column > .mgz-element-inner .mgz-element-text p {
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  color: #000;
}
@media (max-width: 1199px) {
  body.contact-index-index .page-main .form-main-container .form-sub-section .home-content-section .mgz-container .mgz-element-column > .mgz-element-inner .mgz-element-text p {
    font-size: 14px;
  }
}
@media (min-width: 769px) and (max-width: 1199px) {
  body.contact-index-index .page-main .form-main-container .form-sub-section .home-content-section .mgz-container .mgz-element-column > .mgz-element-inner .mgz-element-text p {
    font-size: 15px;
    line-height: 22px;
  }
}
body.contact-index-index .page-main .form-main-container .form-sub-section .home-content-section .mgz-container .mgz-element-column > .mgz-element-inner .mgz-element-text p a {
  text-decoration: underline;
  display: inline-block;
  color: #000;
}
body.contact-index-index .page-main .form-main-container .form-sub-section .home-content-section .mgz-container .mgz-element-column > .mgz-element-inner .home-section-contect .home-section-contect-list .mgz-icon-list-item {
  font-size: 20px;
  line-height: 25px;
  color: #000;
  font-weight: 500;
  margin-bottom: 40px;
  padding-left: 55px;
  position: relative;
}
body.contact-index-index .page-main .form-main-container .form-sub-section .home-content-section .mgz-container .mgz-element-column > .mgz-element-inner .home-section-contect .home-section-contect-list .mgz-icon-list-item:last-child {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  body.contact-index-index .page-main .form-main-container .form-sub-section .home-content-section .mgz-container .mgz-element-column > .mgz-element-inner .home-section-contect .home-section-contect-list .mgz-icon-list-item {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (min-width: 769px) and (max-width: 1199px) {
  body.contact-index-index .page-main .form-main-container .form-sub-section .home-content-section .mgz-container .mgz-element-column > .mgz-element-inner .home-section-contect .home-section-contect-list .mgz-icon-list-item {
    font-size: 15px;
    line-height: 22px;
  }
}
body.contact-index-index .page-main .form-main-container .form-sub-section .home-content-section .mgz-container .mgz-element-column > .mgz-element-inner .home-section-contect .home-section-contect-list .mgz-icon-list-item i {
  position: absolute;
  left: 0;
  top: -8px;
  width: 40px;
  height: 40px;
  background-color: #fff;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center center;
}
body.contact-index-index .page-main .form-main-container .form-sub-section .home-content-section .mgz-container .mgz-element-column > .mgz-element-inner .home-section-contect .home-section-contect-list .mgz-icon-list-item i:before {
  display: none;
}
body.contact-index-index .page-main .form-main-container .form-sub-section .home-content-section .mgz-container .mgz-element-column > .mgz-element-inner .home-section-contect .home-section-contect-list .mgz-icon-list-item i.mgz-fa-phone {
  background-image: url(../images/contact-phone-icon.png);
}
body.contact-index-index .page-main .form-main-container .form-sub-section .home-content-section .mgz-container .mgz-element-column > .mgz-element-inner .home-section-contect .home-section-contect-list .mgz-icon-list-item i.mgz-fa-facebook-messenger {
  background-image: url(../images/contact-mail-icon.png);
}
body.contact-index-index .page-main .form-main-container .form-sub-section .home-content-section .mgz-container .mgz-element-column > .mgz-element-inner .home-section-contect .home-section-contect-list .mgz-icon-list-item i.mgz-fa-map-marker-alt {
  background-image: url(../images/contact-location-icon.png);
}
.cms-map-content-html,
.cms-map-content-html-ar {
  padding-top: 0;
}
@media (max-width: 768px) {
  .cms-map-content-html .modal-popup.modal-slide,
  .cms-map-content-html-ar .modal-popup.modal-slide {
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 30px;
    overflow: inherit !important;
    max-width: 360px;
  }
}
.cms-map-content-html .modal-popup.modal-slide .modal-inner-wrap,
.cms-map-content-html-ar .modal-popup.modal-slide .modal-inner-wrap {
  max-width: 500px;
  margin-top: 0;
}
@media (max-width: 768px) {
  .cms-map-content-html .modal-popup.modal-slide .modal-inner-wrap,
  .cms-map-content-html-ar .modal-popup.modal-slide .modal-inner-wrap {
    margin-top: 0;
    min-height: auto;
    max-height: inherit;
    overflow: inherit;
  }
}
.cms-map-content-html .modal-popup.modal-slide .modal-inner-wrap .modal-content,
.cms-map-content-html-ar .modal-popup.modal-slide .modal-inner-wrap .modal-content {
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
}
.cms-map-content-html .modal-popup.modal-slide .modal-inner-wrap .modal-header,
.cms-map-content-html-ar .modal-popup.modal-slide .modal-inner-wrap .modal-header {
  padding-top: 0;
}
.cms-map-content-html .modal-popup.modal-slide .modal-inner-wrap .modal-header .modal-title,
.cms-map-content-html-ar .modal-popup.modal-slide .modal-inner-wrap .modal-header .modal-title {
  border: none;
  display: none;
}
.cms-map-content-html .modal-popup.modal-slide .modal-inner-wrap .modal-header .action-close:before,
.cms-map-content-html-ar .modal-popup.modal-slide .modal-inner-wrap .modal-header .action-close:before {
  font-size: 30px;
  color: #000;
  font-weight: 700;
}
.cms-map-content-html .modal-popup.modal-slide .head-section,
.cms-map-content-html-ar .modal-popup.modal-slide .head-section {
  margin-bottom: 25px;
  padding-top: 0;
}
.cms-map-content-html .modal-popup.modal-slide .head-section h2,
.cms-map-content-html-ar .modal-popup.modal-slide .head-section h2 {
  font-weight: 700;
  margin: 0 0 15px;
  line-height: normal;
  color: #000;
}
.cms-map-content-html .modal-popup.modal-slide #custom-contact-form,
.cms-map-content-html-ar .modal-popup.modal-slide #custom-contact-form {
  display: flex;
  flex-wrap: wrap;
  gap: 0 15px;
}
.cms-map-content-html .modal-popup.modal-slide #custom-contact-form label,
.cms-map-content-html-ar .modal-popup.modal-slide #custom-contact-form label {
  margin-bottom: 5px;
  display: block;
}
.cms-map-content-html .modal-popup.modal-slide #custom-contact-form .main-input-fild,
.cms-map-content-html-ar .modal-popup.modal-slide #custom-contact-form .main-input-fild {
  flex: 0 0 47.8%;
  max-width: 47.8%;
}
@media (max-width: 768px) {
  .cms-map-content-html .modal-popup.modal-slide #custom-contact-form .main-input-fild,
  .cms-map-content-html-ar .modal-popup.modal-slide #custom-contact-form .main-input-fild {
    flex: 100%;
    max-width: 100%;
  }
}
.cms-map-content-html .modal-popup.modal-slide #custom-contact-form .main-input-fild input,
.cms-map-content-html-ar .modal-popup.modal-slide #custom-contact-form .main-input-fild input {
  height: 45px;
  border-radius: 5px;
  background: #f3f6f7;
  margin-bottom: 15px;
}
.cms-map-content-html .modal-popup.modal-slide #custom-contact-form .product-interest,
.cms-map-content-html-ar .modal-popup.modal-slide #custom-contact-form .product-interest {
  width: 100%;
}
.cms-map-content-html .modal-popup.modal-slide #custom-contact-form .product-interest label.label-right,
.cms-map-content-html-ar .modal-popup.modal-slide #custom-contact-form .product-interest label.label-right {
  float: right;
  width: 50%;
}
.cms-map-content-html .modal-popup.modal-slide #custom-contact-form .product-interest label.label-left,
.cms-map-content-html-ar .modal-popup.modal-slide #custom-contact-form .product-interest label.label-left {
  float: left;
  width: 50%;
}
.cms-map-content-html .modal-popup.modal-slide #custom-contact-form .main-checkbox-fild,
.cms-map-content-html-ar .modal-popup.modal-slide #custom-contact-form .main-checkbox-fild {
  width: 100%;
  margin: 15px 0;
}
.cms-map-content-html .modal-popup.modal-slide #custom-contact-form .main-checkbox-fild a,
.cms-map-content-html-ar .modal-popup.modal-slide #custom-contact-form .main-checkbox-fild a {
  color: #000;
  text-decoration: underline;
}
.cms-map-content-html .modal-popup.modal-slide #custom-contact-form .submit-button,
.cms-map-content-html-ar .modal-popup.modal-slide #custom-contact-form .submit-button {
  width: 100%;
}
.cms-map-content-html .modal-popup.modal-slide #custom-contact-form .submit-button button,
.cms-map-content-html-ar .modal-popup.modal-slide #custom-contact-form .submit-button button {
  background: #1a8b9e;
  color: #fff;
  border: none;
  border-radius: 0;
  padding: 15px 30px;
  font-size: 16px;
  font-weight: 600;
}
@media (max-width: 768px) {
  .cms-map-content-html .modal-popup.modal-slide.home-success-modal,
  .cms-map-content-html-ar .modal-popup.modal-slide.home-success-modal,
  .cms-map-content-html .modal-popup.modal-slide.pro-success-modal,
  .cms-map-content-html-ar .modal-popup.modal-slide.pro-success-modal {
    top: 50%;
    transform: translateY(-50%);
  }
}
.cms-map-content-html .modal-popup.modal-slide.home-success-modal .page-wrapper,
.cms-map-content-html-ar .modal-popup.modal-slide.home-success-modal .page-wrapper,
.cms-map-content-html .modal-popup.modal-slide.pro-success-modal .page-wrapper,
.cms-map-content-html-ar .modal-popup.modal-slide.pro-success-modal .page-wrapper {
  min-height: auto;
  line-height: 0;
}
.cms-map-content-html .modal-popup.modal-slide.home-success-modal .modal-inner-wrap,
.cms-map-content-html-ar .modal-popup.modal-slide.home-success-modal .modal-inner-wrap,
.cms-map-content-html .modal-popup.modal-slide.pro-success-modal .modal-inner-wrap,
.cms-map-content-html-ar .modal-popup.modal-slide.pro-success-modal .modal-inner-wrap {
  border-radius: 25px;
  margin-top: 0;
  line-height: 0;
}
.cms-map-content-html .modal-popup.modal-slide.home-success-modal .modal-inner-wrap .modal-header,
.cms-map-content-html-ar .modal-popup.modal-slide.home-success-modal .modal-inner-wrap .modal-header,
.cms-map-content-html .modal-popup.modal-slide.pro-success-modal .modal-inner-wrap .modal-header,
.cms-map-content-html-ar .modal-popup.modal-slide.pro-success-modal .modal-inner-wrap .modal-header {
  padding: 0;
}
.cms-map-content-html .modal-popup.modal-slide.home-success-modal .modal-inner-wrap .modal-header .action-close,
.cms-map-content-html-ar .modal-popup.modal-slide.home-success-modal .modal-inner-wrap .modal-header .action-close,
.cms-map-content-html .modal-popup.modal-slide.pro-success-modal .modal-inner-wrap .modal-header .action-close,
.cms-map-content-html-ar .modal-popup.modal-slide.pro-success-modal .modal-inner-wrap .modal-header .action-close {
  margin: 0;
  padding: 0;
  z-index: 999;
  right: 30px;
  top: 18px;
}
.cms-map-content-html .modal-popup.modal-slide.home-success-modal .modal-inner-wrap .modal-content,
.cms-map-content-html-ar .modal-popup.modal-slide.home-success-modal .modal-inner-wrap .modal-content,
.cms-map-content-html .modal-popup.modal-slide.pro-success-modal .modal-inner-wrap .modal-content,
.cms-map-content-html-ar .modal-popup.modal-slide.pro-success-modal .modal-inner-wrap .modal-content {
  padding: 0;
}
@media (max-width: 768px) {
  .cms-map-content-html .modal-popup.modal-slide.home-success-modal .modal-inner-wrap .modal-content,
  .cms-map-content-html-ar .modal-popup.modal-slide.home-success-modal .modal-inner-wrap .modal-content,
  .cms-map-content-html .modal-popup.modal-slide.pro-success-modal .modal-inner-wrap .modal-content,
  .cms-map-content-html-ar .modal-popup.modal-slide.pro-success-modal .modal-inner-wrap .modal-content {
    overflow: inherit;
    padding: 0;
  }
}
.cms-map-content-html .modal-popup.modal-slide.home-success-modal .modal-inner-wrap .modal-content p,
.cms-map-content-html-ar .modal-popup.modal-slide.home-success-modal .modal-inner-wrap .modal-content p,
.cms-map-content-html .modal-popup.modal-slide.pro-success-modal .modal-inner-wrap .modal-content p,
.cms-map-content-html-ar .modal-popup.modal-slide.pro-success-modal .modal-inner-wrap .modal-content p {
  line-height: 23px;
}
.cms-map-content-html .modal-popup.modal-slide.pro-success-modal .modal-inner-wrap .modal-header .action-close:before,
.cms-map-content-html-ar .modal-popup.modal-slide.pro-success-modal .modal-inner-wrap .modal-header .action-close:before {
  color: #fff;
}
.custom-map-form-home-garden {
  position: relative;
}
.custom-map-form-home-garden .success-text {
  position: absolute;
  color: #000;
  max-width: 250px;
  left: 40px;
  top: 100px;
}
@media (max-width: 768px) {
  .custom-map-form-home-garden .success-text {
    max-width: 219px;
    left: 15px;
    top: 69px;
    line-height: 23px;
  }
}
.custom-map-form-home-garden .success-text h2 {
  font-weight: 600;
  font-size: 30px;
  margin: 19px 0 30px;
}
@media (max-width: 768px) {
  .custom-map-form-home-garden .success-text h2 {
    font-size: 25px;
    margin: 19px 0 15px;
  }
}
.custom-map-form-home-professional {
  position: relative;
}
.custom-map-form-home-professional .success-text {
  position: absolute;
  color: #fff;
  max-width: 250px;
  left: 40px;
  top: 100px;
}
@media (max-width: 768px) {
  .custom-map-form-home-professional .success-text {
    max-width: 219px;
    left: 15px;
    top: 69px;
    line-height: 23px;
  }
}
.custom-map-form-home-professional .success-text h2 {
  font-weight: 600;
  font-size: 30px;
  margin: 19px 0 30px;
}
@media (max-width: 768px) {
  .custom-map-form-home-professional .success-text h2 {
    font-size: 25px;
    margin: 19px 0 15px;
  }
}
.section-main-map div[data-background-type="image"] .mgz-parallax-inner {
  background-size: cover;
}
.section-main-map .inner-content.mgz-container {
  width: auto;
  max-width: 1690px;
  padding: 0 20px;
}
.section-main-map .inner-content.mgz-container .mgz-element-inner {
  padding: 0;
}
.cms-map-content-html .column.main,
.cms-map-content-html-ar .column.main {
  padding-bottom: 0;
}
.cms-map-content-html #maincontent,
.cms-map-content-html-ar #maincontent {
  max-width: 100%;
  padding: 0;
}
.cms-map-content-html #maincontent .columns,
.cms-map-content-html-ar #maincontent .columns {
  margin-bottom: 0;
}
.section-map-container {
  max-width: 1690px;
  margin: 0 auto;
  float: none;
  width: 100%;
}
.map-container .header-img {
  position: relative;
}
.map-container .header-img img {
  width: 100%;
}
.map-container .header-img .header-text {
  position: absolute;
  top: 50%;
  left: 15px;
  color: #fff;
  transform: translateY(-50%);
}
.map-container .header-img .header-text h1 {
  margin-bottom: 5px;
  font-weight: 700;
  font-size: 50px;
}
.map-container .header-img .header-text p {
  font-size: 16px;
}
.map-container .countries {
  display: flex;
  flex-wrap: wrap;
  margin-top: 70px;
}
.map-container .countries .country-main {
  flex: 0 0 20%;
  max-width: 20%;
  margin-bottom: 15px;
}
.map-container .countries .country-main img {
  display: block;
  margin: 0 auto;
}
.map-container .countries .country-main a {
  text-align: center;
  display: block;
  color: #000;
  font-size: 16px;
  text-decoration: none;
}
.map-container .region-bar {
  background: #000;
  color: #ffed00;
  padding: 15px;
  font-size: 20px;
  font-weight: 600;
  margin-top: 15px;
}
.map-container .region-bar span {
  position: relative;
}
.map-container .region-bar span::after {
  content: '';
  border: solid #ffed00;
  border-top-width: medium;
  border-right-width: medium;
  border-bottom-width: medium;
  border-left-width: medium;
  border-width: 0 8px 8px 0;
  display: inline-block;
  padding: 21px;
  position: absolute;
  right: -48px;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  -webkit-transform: translateY(-50%) rotate(-45deg);
}
.map-container .bottom-section {
  display: flex;
  line-height: 0;
}
.map-container .bottom-section .professional {
  position: relative;
}
.map-container .bottom-section .professional .bottom-content {
  left: 75px;
  color: #fff;
}
.map-container .bottom-section .home-garden {
  position: relative;
}
.map-container .bottom-content {
  position: absolute;
  top: 200px;
  left: 25px;
}
.map-container .bottom-content h3 {
  margin: 0 0 13px;
  font-size: 25px;
}
#contactModal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  justify-content: center;
  align-items: center;
  z-index: 9999;
}
#contactModal .modal-content {
  background: #fff;
  border-radius: 10px;
  position: relative;
  height: 400px;
  max-width: 500px;
}
#contactModal .modal-content iframe {
  width: 600px;
  height: 480px;
}
#contactModal .close-btn {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 24px;
  cursor: pointer;
  z-index: 1000;
}
.region-bar {
  width: 100%;
  overflow: hidden;
  background: #f2f2f2;
  border: 1px solid #ccc;
}
.region-bar span {
  display: inline-block;
  white-space: nowrap;
  padding-left: 100%;
  animation: slide-text 10s linear infinite;
}
@media (min-width: 1350px) and (max-width: 1500px) {
  .map-container .bottom-section .professional .bottom-content {
    left: 60px;
  }
  .map-container .bottom-content {
    top: 155px;
  }
}
@media (max-width: 768px) {
  .cms-map-content-html.cms-page-view .page-main {
    margin-top: 0;
  }
  .map-container .countries .country-main {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .map-container .countries .country-main a {
    font-size: 14px;
  }
  .map-container .header-img .header-text h1 {
    font-size: 18px;
  }
  .map-container .region-bar {
    font-size: 15px;
  }
  .map-container .bottom-section {
    flex-wrap: wrap;
  }
  .map-container .bottom-section .professional .bottom-content {
    left: 30px;
  }
  .map-container .bottom-content {
    top: 70px;
    left: 15px;
  }
  .map-container .bottom-content h3 {
    font-size: 18px;
  }
  .cms-map-content-html .modal-popup.modal-slide #custom-contact-form .main-input-fild {
    flex: 100%;
    max-width: 100%;
  }
}
/*Custome footer style*/
.page-footer {
  background-color: #ededed;
  padding: 45px 0 30px;
  margin: 0;
}
@media (max-width: 768px) {
  .page-footer {
    padding: 35px 0 0;
  }
}
.page-footer .footer.content {
  width: 100%;
  max-width: 1690px;
  padding: 0 20px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
@media (max-width: 768px) {
  .page-footer .footer.content {
    padding: 0 15px;
    border: none;
  }
}
.page-footer .footer.content .block-static-block {
  margin: 0;
  float: none;
}
.page-footer .footer.content .block-static-block .magezon-builder {
  z-index: inherit;
}
.page-footer .footer.content .block-static-block .magezon-builder .mgz-container {
  width: 100%;
}
.page-footer .footer.content .block-static-block .magezon-builder .mgz-container .mgz-element-column {
  padding-right: 15px;
}
@media (max-width: 768px) {
  .page-footer .footer.content .block-static-block .magezon-builder .mgz-container .mgz-element-column {
    padding-right: 0;
  }
}
.page-footer .footer.content .block-static-block .magezon-builder .mgz-container .mgz-element-column > .mgz-element-inner {
  padding: 0;
  margin-bottom: 0;
}
.page-footer .footer.content .block-static-block .magezon-builder .mgz-container .mgz-element-column > .mgz-element-inner .mgz-element-heading .mgz-element-inner {
  margin-bottom: 15px;
}
.page-footer .footer.content .block-static-block .magezon-builder .mgz-container .mgz-element-column > .mgz-element-inner .mgz-element-heading .mgz-element-inner h4 {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 500;
  line-height: 23px;
  color: #000;
}
.page-footer .footer.content .block-static-block .magezon-builder .mgz-container .mgz-element-column > .mgz-element-inner .mgz-element-text p {
  margin-bottom: 5px;
}
.page-footer .footer.content .block-static-block .magezon-builder .mgz-container .mgz-element-column > .mgz-element-inner .mgz-element-text p a {
  color: #000;
  text-decoration: none;
  font-size: 14px;
  line-height: 22px;
  display: inline-block;
}
.page-footer .footer.content .block-static-block .magezon-builder .mgz-container .mgz-element-column > .mgz-element-inner .mgz-element-text p + h4 {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 500;
  line-height: 23px;
  color: #000;
  margin: 20px 0 15px 0;
}
.page-footer .footer.content .block-static-block .magezon-builder .mgz-container .mgz-element-column.footer-karcher-service > .mgz-element-inner .mgz-element-text p + h4 {
  font-size: 16px;
}
.page-footer .footer.content .block-static-block .magezon-builder .mgz-container .mgz-element-column.footer-karcher-service > .mgz-element-inner .mgz-element-text p + h4 strong {
  font-weight: 500;
}
@media (max-width: 768px) {
  .page-footer .footer.content .block-static-block .magezon-builder .mgz-container .mgz-element-column.footer-about-karchar {
    margin: 20px 0;
  }
}
@media (max-width: 768px) {
  .page-footer .footer.content .block-static-block .magezon-builder .mgz-container .mgz-element-column.footer-social-link {
    margin-top: 20px;
  }
}
.page-footer .footer.content .block-static-block .magezon-builder .mgz-container .mgz-element-column.footer-social-link .mgz-element-icon {
  display: inline-block;
  margin-top: 10px;
}
.page-footer .footer.content .block-static-block .magezon-builder .mgz-container .mgz-element-column.footer-social-link .mgz-element-icon > .mgz-element-inner {
  margin-bottom: 0;
}
.page-footer .footer.content .block-static-block .magezon-builder .mgz-container .mgz-element-column.footer-social-link .mgz-element-icon .mgz-icon-wrapper {
  width: auto;
  height: auto;
}
.page-footer .footer.content .block-static-block .magezon-builder .mgz-container .mgz-element-column.footer-social-link .mgz-element-icon .mgz-icon-wrapper a {
  position: static;
  display: inline-block;
  margin-right: 20px;
}
.page-footer .footer.content .block-static-block .magezon-builder .mgz-container .mgz-element-column.footer-social-link .mgz-element-icon .mgz-icon-wrapper a .fab {
  position: static;
  font-size: 25px;
}
/*Cms pages*/
@media (max-width: 768px) {
  .cms-page-view .page-main {
    margin-top: 30px;
  }
}
.cms-page-view .page-main .columns {
  margin-bottom: 35px;
}
.cms-page-view .page-main .page-title-wrapper .page-title {
  font-size: 30px;
  font-weight: 900;
  line-height: normal;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .cms-page-view .page-main .page-title-wrapper .page-title {
    font-size: 22px;
    line-height: 28px;
  }
}
.cms-page-view .page-main .mgz-container {
  width: 100%!important;
}
.cms-page-view .page-main .mgz-container > .mgz-element > .mgz-element-inner {
  padding: 0;
}
.cms-page-view .page-main .cms-page-full-section {
  /*About*/
}
.cms-page-view .page-main .cms-page-full-section.about-us-section .mgz-single-image-wrapper {
  display: block;
}
.cms-page-view .page-main .cms-page-full-section.about-us-section .mgz-single-image-wrapper img {
  width: 100%;
}
.cms-page-view .page-main .cms-page-full-section.about-us-section .about-heading {
  margin-top: 25px;
}
.cms-page-view .page-main .cms-page-full-section.about-us-section .about-heading h2 {
  font-size: 30px;
  font-weight: 900;
  line-height: normal;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .cms-page-view .page-main .cms-page-full-section.about-us-section .about-heading h2 {
    font-size: 22px;
    line-height: 28px;
  }
}
.cms-page-view .page-main .cms-page-full-section.about-us-section .mgz-element-text {
  margin-bottom: 25px;
}
.cms-page-view .page-main .cms-page-full-section.about-us-section .turnover-employees-wwd,
.cms-page-view .page-main .cms-page-full-section.about-us-section .turnover-employees-wwd,
.cms-page-view .page-main .cms-page-full-section.about-us-section .active-patent,
.cms-page-view .page-main .cms-page-full-section.about-us-section .company-sold {
  margin-bottom: 25px;
}
.cms-page-view .page-main .cms-page-full-section.about-us-section .inventor-infra-section .mgz-container,
.cms-page-view .page-main .cms-page-full-section.about-us-section .production-resources-section .mgz-container {
  display: flex;
  flex-wrap: wrap;
}
.cms-page-view .page-main .cms-page-full-section.about-us-section .inventor-infra-section .mgz-container:before,
.cms-page-view .page-main .cms-page-full-section.about-us-section .production-resources-section .mgz-container:before,
.cms-page-view .page-main .cms-page-full-section.about-us-section .inventor-infra-section .mgz-container:after,
.cms-page-view .page-main .cms-page-full-section.about-us-section .production-resources-section .mgz-container:after {
  display: none;
}
.cms-page-view .page-main .cms-page-full-section.about-us-section .inventor-infra-section .mgz-container .mgz-element-column,
.cms-page-view .page-main .cms-page-full-section.about-us-section .production-resources-section .mgz-container .mgz-element-column {
  width: 32.333%;
  margin-right: 1.5%;
}
@media (max-width: 768px) {
  .cms-page-view .page-main .cms-page-full-section.about-us-section .inventor-infra-section .mgz-container .mgz-element-column,
  .cms-page-view .page-main .cms-page-full-section.about-us-section .production-resources-section .mgz-container .mgz-element-column {
    width: 100%;
    margin-right: 0;
  }
}
.cms-page-view .page-main .cms-page-full-section.about-us-section .inventor-infra-section .mgz-container .mgz-element-column:last-child,
.cms-page-view .page-main .cms-page-full-section.about-us-section .production-resources-section .mgz-container .mgz-element-column:last-child {
  margin-right: 0;
}
.cms-page-view.cms-indoor-range .breadcrumbs {
  display: none;
}
.cms-page-view.cms-indoor-range .columns .mgz-container {
  width: 100%;
  max-width: 1690px;
  padding: 0 20px;
}
@media (max-width: 768px) {
  .cms-page-view.cms-indoor-range .columns .mgz-container {
    padding: 0 15px!important;
  }
}
.cms-page-view.cms-indoor-range .columns .mgz-container .mgz-element-inner {
  padding: 0;
}
.cms-page-view.cms-indoor-range .columns .indoor-range-video .mgz-container {
  max-width: 100%;
  padding: 0!important;
}
.cms-page-view.cms-indoor-range .columns .indoor-heading-section {
  background: #ffed00;
  padding: 20px 0;
  margin: 25px 0;
}
.cms-page-view.cms-indoor-range .columns .indoor-heading-section .mgz-container {
  max-width: 100%;
  padding: 0;
}
.cms-page-view.cms-indoor-range .columns .indoor-heading-section .mgz-container > .mgz-element-column {
  max-width: 1690px;
  margin: 0 auto;
  padding: 0 20px;
  float: none;
}
@media (max-width: 768px) {
  .cms-page-view.cms-indoor-range .columns .indoor-heading-section .mgz-container > .mgz-element-column {
    padding: 0;
  }
}
.cms-page-view.cms-indoor-range .columns .indoor-heading-section .mgz-container > .mgz-element-column .indoor-heading-box .mgz-element-text > .mgz-element-inner {
  margin-bottom: 10px;
}
.cms-page-view.cms-indoor-range .columns .indoor-heading-section .mgz-container > .mgz-element-column .indoor-heading-box .mgz-element-text > .mgz-element-inner .indoor-subheading {
  font-size: 12px;
  font-weight: 500;
}
.cms-page-view.cms-indoor-range .columns .indoor-heading-section .mgz-container > .mgz-element-column .indoor-heading-box h2 {
  font-size: 35px;
  line-height: normal;
  font-weight: 900;
  text-transform: uppercase;
  color: #000;
}
@media (min-width: 769px) and (max-width: 1199px) {
  .cms-page-view.cms-indoor-range .columns .indoor-heading-section .mgz-container > .mgz-element-column .indoor-heading-box h2 {
    font-size: 26px;
  }
}
@media (max-width: 768px) {
  .cms-page-view.cms-indoor-range .columns .indoor-heading-section .mgz-container > .mgz-element-column .indoor-heading-box h2 {
    font-size: 24px;
    line-height: 30px;
  }
}
.cms-page-view.cms-indoor-range .columns .indoor-product-box .mgz-container {
  max-width: 1690px;
  padding: 0 20px;
  display: flex;
  flex-wrap: wrap;
}
.cms-page-view.cms-indoor-range .columns .indoor-product-box .mgz-container .mgz-element-column .mgz-element-inner {
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .cms-page-view.cms-indoor-range .columns .indoor-product-box .mgz-container .mgz-element-column .mgz-element-inner {
    margin: 0 !important;
    padding-bottom: 15px !important;
  }
}
.cms-page-view.cms-indoor-range .columns .indoor-product-box .mgz-container .mgz-element-column .mgz-element-inner .mgz-element-heading h3 {
  font-size: 20px;
}
.cms-page-view.cms-indoor-range .columns .indoor-product-box .mgz-container .mgz-element-column .mgz-element-inner .mgz-element-text p a {
  display: inline-block;
  text-decoration: underline;
  font-weight: 500;
  color: #000000;
}
.cms-page-view.cms-indoor-range .columns .indoor-product-box .mgz-container .mgz-element-column .mgz-element-inner .mgz-element-button {
  margin-top: auto;
}
.cms-page-view.cms-indoor-range .columns .indoor-product-box .mgz-container .mgz-element-column .mgz-element-inner .mgz-element-button a.mgz-btn {
  background: #FFED00;
  border: none;
  border-radius: 0;
  color: #000;
  font-size: 14px;
  font-weight: 500;
  font-family: 'ClanPro';
  line-height: 18px;
  padding: 9px 15px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  text-transform: uppercase;
}
.cms-page-view.cms-indoor-range .columns .indoor-desclamer-section .mgz-container {
  max-width: 1690px;
  padding: 0 20px;
}
.cms-page-view.cms-indoor-range .columns .indoor-desclamer-section .mgz-container .mgz-element-column {
  margin-top: 5px;
  padding-top: 30px;
  border-top: 1px solid #eee;
}
@media (max-width: 1199px) {
  .cms-page-view.cms-indoor-range .columns .indoor-desclamer-section .mgz-container .mgz-element-column {
    padding-top: 25px;
    margin-top: 0;
  }
}
.cms-page-view.cms-indoor-range .columns .indoor-desclamer-section .mgz-container .mgz-element-column p {
  font-size: 12px;
}
.cms-corporate-gift .corporate-gift-section .col-custom-section > .mgz-element-inner,
.cms-corporate-gift .corporate-gift-section .col2-section-custom > .mgz-element-inner {
  margin-bottom: 0!important;
}
@media (max-width: 767px) {
  .cms-corporate-gift .corporate-gift-section .col-custom-section > .mgz-element-inner,
  .cms-corporate-gift .corporate-gift-section .col2-section-custom > .mgz-element-inner {
    margin-right: 0 !important;
  }
}
.cms-corporate-gift .corporate-gift-section .col-custom-section > .mgz-element-inner .mgz-element-single_image .mgz-element-inner,
.cms-corporate-gift .corporate-gift-section .col2-section-custom > .mgz-element-inner .mgz-element-single_image .mgz-element-inner {
  margin-bottom: 0!important;
}
.cms-corporate-gift .corporate-gift-section .col-custom-section > .mgz-element-inner .mgz-element-single_image .mgz-element-inner .mgz-single-image-wrapper,
.cms-corporate-gift .corporate-gift-section .col2-section-custom > .mgz-element-inner .mgz-element-single_image .mgz-element-inner .mgz-single-image-wrapper {
  display: block;
}
.cms-corporate-gift .corporate-gift-section .col-custom-section > .mgz-element-inner .mgz-element-single_image .mgz-element-inner .mgz-single-image-wrapper img.mgz-hover-main,
.cms-corporate-gift .corporate-gift-section .col2-section-custom > .mgz-element-inner .mgz-element-single_image .mgz-element-inner .mgz-single-image-wrapper img.mgz-hover-main {
  width: 100%;
}
.cms-corporate-gift .corporate-gift-section .col-custom-section > .mgz-element-inner .main-text-col-custom,
.cms-corporate-gift .corporate-gift-section .col2-section-custom > .mgz-element-inner .main-text-col-custom {
  background: #ffed00;
  width: 100%;
  padding: 20px;
  min-height: 140px;
}
@media (max-width: 1199px) {
  .cms-corporate-gift .corporate-gift-section .col-custom-section > .mgz-element-inner .main-text-col-custom,
  .cms-corporate-gift .corporate-gift-section .col2-section-custom > .mgz-element-inner .main-text-col-custom {
    padding: 20px 15px;
  }
}
@media (max-width: 767px) {
  .cms-corporate-gift .corporate-gift-section .col-custom-section > .mgz-element-inner .main-text-col-custom,
  .cms-corporate-gift .corporate-gift-section .col2-section-custom > .mgz-element-inner .main-text-col-custom {
    min-height: 100%;
  }
}
.cms-corporate-gift .corporate-gift-section .col-custom-section > .mgz-element-inner .main-text-col-custom h3,
.cms-corporate-gift .corporate-gift-section .col2-section-custom > .mgz-element-inner .main-text-col-custom h3 {
  margin-top: 0;
  min-height: 50px;
  line-height: 25px;
}
@media (max-width: 1199px) {
  .cms-corporate-gift .corporate-gift-section .col-custom-section > .mgz-element-inner .main-text-col-custom h3,
  .cms-corporate-gift .corporate-gift-section .col2-section-custom > .mgz-element-inner .main-text-col-custom h3 {
    font-size: 16px;
    line-height: 22px;
  }
}
@media (max-width: 767px) {
  .cms-corporate-gift .corporate-gift-section .col-custom-section > .mgz-element-inner .main-text-col-custom h3,
  .cms-corporate-gift .corporate-gift-section .col2-section-custom > .mgz-element-inner .main-text-col-custom h3 {
    min-height: 100%;
  }
}
.cms-corporate-gift .corporate-gift-section .custom-accordtion {
  margin: 30px 0 10px;
}
@media (min-width: 768px) {
  .cms-corporate-gift .corporate-gift-section .custom-accordtion {
    padding-right: 15px;
  }
}
.cms-corporate-gift .corporate-gift-section .custom-accordtion .mgz-panel {
  margin-bottom: 15px !important;
}
.cms-corporate-gift .corporate-gift-section .custom-accordtion .mgz-panel .mgz-panel-heading {
  background: transparent;
  border-color: #000;
}
.cms-corporate-gift .corporate-gift-section .custom-accordtion .mgz-panel .mgz-panel-heading h4 .has-icon i {
  color: #000;
}
.cms-corporate-gift .corporate-gift-section .custom-accordtion .mgz-panel .mgz-panel-body {
  background: transparent;
  border: none;
  padding-left: 0 !important;
}
.cms-corporate-gift .corporate-gift-section .custom-accordtion .mgz-panel .mgz-panel-body .mgz-panel-body-inner {
  padding-left: 0;
}
.cms-corporate-gift .corporate-gift-section .col2-section-custom {
  display: none;
}
.cms-corporate-gift .corporate-gift-section .corporate-form-section iframe {
  box-shadow: none;
  border: none;
}
/*Faq Custom Design*/
.scrapurl-index-index {
  margin-top: 40px;
}
@media (max-width: 768px) {
  .scrapurl-index-index {
    margin-top: 30px;
  }
}
.scrapurl-index-index .page-title-wrapper h1 {
  color: #000;
  font-weight: 600;
  margin-bottom: 20px;
}
.scrapurl-index-index .faq-wrapper .faqcategory .faq-item-category .accordion_category {
  margin: 20px 0;
}
.scrapurl-index-index .faq-wrapper .faqcategory .faq-item-category .accordion_category p {
  color: #000;
  font-size: 22px;
  line-height: 28px;
  font-weight: 600;
  margin: 0;
}
.scrapurl-index-index .faq-wrapper .faqcategory .child_li ul li.faq-item button {
  background: transparent;
  color: #000;
  font-size: 14px;
  line-height: 19px;
  font-weight: 600;
  padding: 18px 18px 18px 25px;
  position: relative;
  width: 100%;
  border: none;
  outline: none;
  text-align: left;
  transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
}
@media (max-width: 768px) {
  .scrapurl-index-index .faq-wrapper .faqcategory .child_li ul li.faq-item button {
    padding: 12px 15px 12px 25px;
  }
}
.scrapurl-index-index .faq-wrapper .faqcategory .child_li ul li.faq-item button:before {
  color: #000;
  font-size: 26px;
  font-weight: normal;
  line-height: 18px;
  content: '+';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
}
.scrapurl-index-index .faq-wrapper .faqcategory .child_li ul li.faq-item.active button::before {
  content: '-';
}
.scrapurl-index-index .faq-wrapper .faqcategory .child_li ul li.faq-item .panel {
  padding: 18px 18px 18px 25px;
  overflow: hidden;
}
.scrapurl-index-index .faq-wrapper .faqcategory .child_li ul li.faq-item .panel.faq-answer {
  background-color: #f5f5f5;
  display: none;
}
.scrapurl-index-index .faq-wrapper .faqcategory .child_li ul li.faq-item .panel.faq-answer p:last-child {
  margin-bottom: 0;
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sources%22%3A%5B%22%5C%2Fstatic%5C%2Ffrontend%5C%2FEmizen%5C%2FKarcher%5C%2Fen_US%5C%2Fcss%5C%2Fkarcher-style%5C%2F_fonts.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FEmizen%5C%2FKarcher%5C%2Fen_US%5C%2Fcss%5C%2Fkarcher-style%5C%2F_common.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FEmizen%5C%2FKarcher%5C%2Fen_US%5C%2Fcss%5C%2Fkarcher-style%5C%2F_account.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FEmizen%5C%2FKarcher%5C%2Fen_US%5C%2Fcss%5C%2Fkarcher-style%5C%2F_header.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FEmizen%5C%2FKarcher%5C%2Fen_US%5C%2Fcss%5C%2Fkarcher-style%5C%2F_home.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FEmizen%5C%2FKarcher%5C%2Fen_US%5C%2Fcss%5C%2Fkarcher-style%5C%2F_mixin.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FEmizen%5C%2FKarcher%5C%2Fen_US%5C%2Fcss%5C%2Fkarcher-style%5C%2F_category_list_product.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FEmizen%5C%2FKarcher%5C%2Fen_US%5C%2Fcss%5C%2Fkarcher-style%5C%2F_category_block.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FEmizen%5C%2FKarcher%5C%2Fen_US%5C%2Fcss%5C%2Fkarcher-style%5C%2F_category_list.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FEmizen%5C%2FKarcher%5C%2Fen_US%5C%2Fcss%5C%2Fkarcher-style%5C%2F_deal.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FEmizen%5C%2FKarcher%5C%2Fen_US%5C%2Fcss%5C%2Fkarcher-style%5C%2F_product_detail.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FEmizen%5C%2FKarcher%5C%2Fen_US%5C%2Fcss%5C%2Fkarcher-style%5C%2F_cart_page.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FEmizen%5C%2FKarcher%5C%2Fen_US%5C%2Fcss%5C%2Fkarcher-style%5C%2F_checkout.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FEmizen%5C%2FKarcher%5C%2Fen_US%5C%2Fcss%5C%2Fkarcher-style%5C%2F_contact_us.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FEmizen%5C%2FKarcher%5C%2Fen_US%5C%2Fcss%5C%2Fkarcher-style%5C%2F_footer.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FEmizen%5C%2FKarcher%5C%2Fen_US%5C%2Fcss%5C%2Fkarcher-style%5C%2F_cms.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FEmizen%5C%2FKarcher%5C%2Fen_US%5C%2Fcss%5C%2Fkarcher-style%5C%2F_faq.less%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22%3B%3BAAGA%3BEACK%2CaAAa%2CaAAb%3BEACD%2CsBAAA%3BEACA%2CsCAAsC%2COAAO%2COAA7C%3BEACA%2CgBAAA%3BEACC%2CkBAAA%3BEACD%2CkBAAA%3B%3BAAGJ%3BEACK%2CaAAa%2CaAAb%3BEACD%2CsBAAA%3BEACA%2CqCAAqC%2COAAO%2COAA5C%3BEACA%2CgBAAA%3BEACC%2CkBAAA%3BEACD%2CkBAAA%3B%3BAAGJ%3BEACK%2CaAAa%2CaAAb%3BEACD%2CsBAAA%3BEACA%2CmCAAmC%2COAAO%2COAA1C%3BEACA%2CgBAAA%3BEACC%2CkBAAA%3BEACD%2CkBAAA%3B%3BAAEJ%3BEACI%2CaAAa%2CaAAb%3BEACA%2CsBAAA%3BEACA%2CwCAAwC%2COAAO%2COAA%5C%2FC%3BEACA%2CgBAAA%3BEACC%2CkBAAA%3BEACD%2CkBAAA%3B%3BAAEJ%3BEACI%2CaAAa%2CaAAb%3BEACA%2CsBAAA%3BEACA%2CoCAAoC%2COAAO%2COAA3C%3BEACA%2CgBAAA%3BEACC%2CkBAAA%3BEACD%2CkBAAA%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%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%3BAC1CJ%3BEAAE%2CsBAAA%3BEAAsB%2C2BAAA%3BEAA2B%2C8BAAA%3B%3BAACnD%2CIAAI%3BEACA%2C2BAAA%3B%3BAAEJ%3B%3BEAEG%2CaAAa%2CaAAb%3BEACC%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3B%3B%3BAAIA%2CQAH0C%3BEAG1C%3BIAFI%2CkBAAA%3B%3B%3BAARR%2CIAUI%3BAAVJ%2CIAqxCC%2CCA3wCS%3BAAVV%2CIAqxCC%2CCA3wCgB%3BAAVjB%2CIAqxCC%2CCA3wCuB%3B%3BEAEhB%2CaAAa%2CaAAb%3B%3BAACA%2CIAHJ%2CMAGK%3BAAAD%2CIAwwCP%2CCA3wCS%2CMAGD%3BAAAD%2CIAwwCP%2CCA3wCgB%2CMAGR%3BAAAD%2CIAwwCP%2CCA3wCuB%2CQAGf%3BEACG%2C0BAAA%3BEACA%2CqBAAA%3B%3BAAfZ%2CIAkBI%2CUAAY%2CSAAM%2CSAAY%2CSAAM%3BAAlBxC%2CIAmBI%2CUAAY%2CUAAU%2CSAAM%2CSAAY%2CSAAM%3BAAnBlD%2CIAoBI%2CUAAY%2CSAAM%2CUAAa%2CSAAM%3BAApBzC%2CIAqBI%2CUAAY%2CUAAU%2CSAAM%2CUAAa%2CSAAM%3BEAC3C%2CyBAAA%3BEACA%2C2BAAA%3B%3BAAvBR%2CIAyBI%3BEACI%2C4BAAA%3BEACA%2CoCAAA%3BEACA%2CiCAAA%3B%3BAA5BR%2CIA8BI%3BAA9BJ%2CIAqxCC%2CCAvvCM%3BAA9BP%2CIAqxCC%2CCAvvCS%3BEAAI%2CUAAA%3BEAAU%2CSAAA%3BEAAS%2CgBAAA%3B%3BAA9BjC%2CIAgCI%3BEACC%2CiBAAA%3BEACA%2CeAAA%3B%3BAAIG%2CQAH0C%3BEAG1C%2CIANJ%3BIAIQ%2CeAAA%3B%3B%3BAApCZ%2CIAgCI%2CWAMI%2CSAAS%2CQAAO%3BEACZ%2CiBAAA%3B%3BAAvCZ%2CIA0CI%2CUAAU%2CeACN%3BEACI%2CSAAA%3BEACA%2CsBAAA%3B%3BAA7CZ%2CIAgDI%3BEACI%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3B%3BAAnDR%2CIAgDI%2CaAII%2CGAAE%3BEACE%2CmBAAA%3B%3BAArDZ%2CIAgDI%2CaAII%2CGAAE%2CMAEE%2CGAAE%3BEACE%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3B%3BAACA%2CIAXZ%2CaAII%2CGAAE%2CMAEE%2CGAAE%2CKAKG%2CIAAI%2CaAAa%3BEACd%2CcAAA%3BEACA%2CaAAA%3B%3BAA7DpB%2CIAgDI%2CaAII%2CGAAE%2CMAEE%2CGAAE%2CKASE%3BEACI%2CeAAA%3BEACA%2CcAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3B%3BAApEpB%2CIAgDI%2CaAII%2CGAAE%2CMAEE%2CGAAE%2CKAgBE%3BEACI%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3B%3BAA1EpB%2CIAgFI%2CgBAAe%2CMAAM%3BEACjB%2CYAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3BEACA%2CaAAA%3BEACA%2CUAAA%3BEACA%2CiBAAA%3BEACA%2CSAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3B%3BAAIA%2CQAHyB%2CuBAAuB%3BEAGhD%2CIAbJ%2CgBAAe%2CMAAM%3BIAWb%2CUAAA%3B%3B%3BAAKJ%2CQAHyB%2CuBAAsB%3BEAG%5C%2FC%2CIAhBJ%2CgBAAe%2CMAAM%3BIAcb%2CUAAA%3B%3B%3BAAQJ%2CQANyB%3BEAMzB%2CIAtBJ%2CgBAAe%2CMAAM%3BIAiBb%2CWAAA%3BIACA%2COAAA%3BIACA%2CQAAA%3BIACA%2CSAAA%3B%3B%3BAApGZ%2CIAgFI%2CgBAAe%2CMAAM%2CcAsBjB%2CWAAU%3BEACN%2CWAAA%3BEACA%2CqBAAA%3B%3BEAEA%2CaAAa%2CaAAb%3BEACA%2CUAAA%3BEACA%2CkBAAA%3B%3BAAIA%2CQAHyB%2CuBAAuB%3BEAGhD%2CIAhCR%2CgBAAe%2CMAAM%2CcAsBjB%2CWAAU%3BIAQF%2CoBAAA%3B%3B%3BAAKJ%2CQAHyB%3BEAGzB%2CIAnCR%2CgBAAe%2CMAAM%2CcAsBjB%2CWAAU%3BIAWF%2CqBAAA%3B%3B%3BAAjHhB%2CIAgFI%2CgBAAe%2CMAAM%2CcAsBjB%2CWAAU%2CMAaN%2CKAAI%3BEACA%2CWAAA%3BEACA%2CuBAAA%3BEACA%2CeAAA%3B%3BAAtHhB%2CIAgFI%2CgBAAe%2CMAAM%2CcAyCjB%3BEACI%2CWAAA%3BEACA%2CqBAAA%3B%3BEAEA%2CaAAa%2CaAAb%3BEACA%2CWAAA%3BEACA%2CUAAA%3B%3BAAIA%2CQAHyB%2CuBAAuB%3BEAGhD%2CIAnDR%2CgBAAe%2CMAAM%2CcAyCjB%3BIAQQ%2CoBAAA%3B%3B%3BAAKR%2CQAH6B%3BEAG7B%2CIAtDJ%2CgBAAe%2CMAAM%2CcAyCjB%3BIAWQ%2CqBAAA%3B%3B%3BAApIhB%2CIAgFI%2CgBAAe%2CMAAM%2CcAuDjB%3BEACI%2CWAAA%3BEACA%2CUAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3B%3BAAIA%2CQAHyB%2CuBAAuB%3BEAGhD%2CIA%5C%2FDR%2CgBAAe%2CMAAM%2CcAuDjB%3BIAMQ%2CUAAA%3B%3B%3BAAMJ%2CQAJyB%3BEAIzB%2CIAnER%2CgBAAe%2CMAAM%2CcAuDjB%3BIASQ%2CWAAA%3BIACA%2CUAAA%3BIAAW%2CkBAAA%3B%3B%3BAAEf%2CIAnER%2CgBAAe%2CMAAM%2CcAuDjB%2CmBAYQ%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3B%3BEAEA%2CaAAa%2CaAAb%3BEACA%2CYAAA%3BEACA%2CuBAAA%3BEACA%2CiBAAA%3B%3BAACA%2CIAhFZ%2CgBAAe%2CMAAM%2CcAuDjB%2CmBAYQ%2CIAaC%3BEACG%2CmBAAA%3B%3BAACA%2CIAlFhB%2CgBAAe%2CMAAM%2CcAuDjB%2CmBAYQ%2CIAaC%2CUAEO%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CoBAAA%3BEACA%2C0BAAA%3B%3BAAIJ%2CQAH6B%3BEAG7B%2CIA1FhB%2CgBAAe%2CMAAM%2CcAuDjB%2CmBAYQ%2CIAaC%2CUAEO%3BIAMI%2CYAAA%3B%3B%3BAASxB%2CKAAC%2CiBACG%3BEACI%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CqBAAA%3BEACA%2C6BAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3B%3BAAIA%2CQAH0B%3BEAG1B%2CKAZP%2CiBACG%3BIASQ%2CWAAA%3B%3B%3BAAOJ%2CQAL0C%3BEAK1C%2CKAjBP%2CiBACG%3BIAYQ%2CuBAAA%3BIACA%2C2BAAA%3BIACA%2C2BAAA%3B%3B%3BAAfZ%2CKAAC%2CiBACG%2CkBAgBI%2CkBACI%3BEACI%2CWAAA%3BEACA%2CkBAAA%3B%3BAApBhB%2CKAAC%2CiBACG%2CkBAgBI%2CkBAKI%3BEACI%2CkBAAA%3BEACA%2CcAAA%3B%3BAAxBhB%2CKAAC%2CiBA4BG%3BEACI%2CaAAA%3B%3BAAKR%2CKADC%2CYACA%2CMACG%3BEACI%2CWAAW%2CgBAAX%3BEACA%2CmBAAmB%2CgBAAnB%3BEACA%2CgBAAgB%2CgBAAhB%3BEACA%2CQAAA%3B%3BAAGR%2CKATC%2CYASA%2CQACG%3BEACI%2CcAAA%3B%3BAAFR%2CKATC%2CYASA%2CQACG%2CkBAEI%2CcACI%2COAAM%2CaAAa%3BEACf%2CWAAA%3B%3BAALhB%2CKATC%2CYASA%2CQACG%2CkBAOI%2CcACI%3BEACI%2CgBAAA%3BEACA%2CWAAA%3B%3BAACA%2CKArBf%2CYASA%2CQACG%2CkBAOI%2CcACI%2COAGK%3BEACG%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAEJ%2CKA1Bf%2CYASA%2CQACG%2CkBAOI%2CcACI%2COAQK%3BEACG%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CqBAAA%3B%3BAAaZ%2CQAL0C%3BEAK1C%2CKA1CP%2CYAmCA%2CiBACG%3BIAEQ%2CgBAAA%3BIACA%2CgBAAA%3BIACA%2CiBAAA%3B%3B%3BAAII%2CKA5Cf%2CYAmCA%2CiBACG%2CkBAMI%2CcACI%2COAAM%2CaACD%3BEACG%2CWAAA%3B%3BAAVpB%2CKAnCC%2CYAmCA%2CiBACG%2CkBAaI%3BEACI%2CgCAAA%3BEACA%2CoBAAA%3B%3BAAKA%2CQAJ0C%3BEAI1C%2CKAxDX%2CYAmCA%2CiBACG%2CkBAaI%3BIAIQ%2CkBAAA%3BIACA%2CkBAAA%3B%3B%3BAAnBhB%2CKAnCC%2CYAmCA%2CiBACG%2CkBAaI%2CoBAOI%3BEACI%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CSAAA%3B%3BAAKJ%2CQAJ8C%3BEAI9C%2CKAhEX%2CYAmCA%2CiBACG%2CkBAaI%2CoBAOI%3BIAKQ%2CkBAAA%3BIACA%2COAAA%3B%3B%3BAA3BpB%2CKAnCC%2CYAmCA%2CiBACG%2CkBAaI%2CoBAiBI%2CEAAC%2CaACG%3BEACI%2CgBAAA%3B%3BAACA%2CKArEnB%2CYAmCA%2CiBACG%2CkBAaI%2CoBAiBI%2CEAAC%2CaACG%2COAEK%3BEACG%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAIJ%2CQAH8C%3BEAG9C%2CKA5EnB%2CYAmCA%2CiBACG%2CkBAaI%2CoBAiBI%2CEAAC%2CaACG%2COAEK%3BIAKO%2CWAAA%3B%3B%3BAAGR%2CKA7EnB%2CYAmCA%2CiBACG%2CkBAaI%2CoBAiBI%2CEAAC%2CaACG%2COAUK%3BEACG%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CqBAAA%3B%3BAAKJ%2CQAJ8C%3BEAI9C%2CKArFnB%2CYAmCA%2CiBACG%2CkBAaI%2CoBAiBI%2CEAAC%2CaACG%2COAUK%3BIAKO%2CWAAA%3BIACA%2CgBAAA%3B%3B%3BAAhD5B%2CKAnCC%2CYAmCA%2CiBACG%2CkBAqDI%2CkBACI%2CGAAE%3BEACE%2CaAAA%3BEACA%2CuBAAA%3BEACA%2C8BAAA%3B%3BAAKA%2CQAJ0C%3BEAI1C%2CKAlGf%2CYAmCA%2CiBACG%2CkBAqDI%2CkBACI%2CGAAE%3BIAKM%2CeAAA%3BIACA%2CuBAAA%3B%3B%3BAA7DpB%2CKAnCC%2CYAmCA%2CiBACG%2CkBAqDI%2CkBACI%2CGAAE%2CmBAQE%3BEACI%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3B%3BAAIA%2CQAH0C%3BEAG1C%2CKA3GnB%2CYAmCA%2CiBACG%2CkBAqDI%2CkBACI%2CGAAE%2CmBAQE%3BIAOQ%2CUAAA%3B%3B%3BAAtExB%2CKAnCC%2CYAmCA%2CiBACG%2CkBAqDI%2CkBACI%2CGAAE%2CmBAQE%2CGASI%3BEACI%2CcAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3B%3BAACA%2CKA%5C%2FGvB%2CYAmCA%2CiBACG%2CkBAqDI%2CkBACI%2CGAAE%2CmBAQE%2CGASI%2CEAIQ%2COAAO%3BEACP%2CgBAAA%3B%3BAA7E5B%2CKAnCC%2CYAmCA%2CiBACG%2CkBAqDI%2CkBACI%2CGAAE%2CmBAQE%2CGAiBI%2CKAAK%3BEACD%2CqBAAA%3BEACA%2CgBAAA%3B%3BAAahB%2CQAJ0C%3BEAI1C%2CKAlIP%2CYA4HA%2CsBACG%3BIAEQ%2CqBAAA%3BIACA%2C0BAAA%3B%3B%3BAAJZ%2CKA5HC%2CYA4HA%2CsBACG%2CkBAKI%3BEACI%2CkBAAA%3B%3BAAPZ%2CKA5HC%2CYA4HA%2CsBACG%2CkBAKI%2COAEI%3BEACI%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAXhB%2CKA5HC%2CYA4HA%2CsBACG%2CkBAKI%2COAOI%2COAAM%3BEACF%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3B%3BAAIA%2CQAH0C%3BEAG1C%2CKAjJf%2CYA4HA%2CsBACG%2CkBAKI%2COAOI%2COAAM%3BIAME%2CSAAA%3B%3B%3BAAEJ%2CKAjJf%2CYA4HA%2CsBACG%2CkBAKI%2COAOI%2COAAM%2CaAQD%3BEACG%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3B%3BAAxBpB%2CKA5HC%2CYA4HA%2CsBACG%2CkBA2BI%2CeAAe%2CKAAK%3BEAChB%2CaAAA%3BEACA%2CeAAA%3BEACA%2C8BAAA%3B%3BAACA%2CKA5JX%2CYA4HA%2CsBACG%2CkBA2BI%2CeAAe%2CKAAK%2CUAIZ%3BEACA%2CUAAA%3BEACA%2CUAAA%3B%3BAAKA%2CQAJ4C%3BEAI5C%2CKAnKf%2CYA4HA%2CsBACG%2CkBA2BI%2CeAAe%2CKAAK%2CUAIZ%3BIAII%2CWAAA%3BIACA%2CmBAAA%3B%3B%3BAAMJ%2CQAH8C%3BEAG9C%2CKAvKf%2CYA4HA%2CsBACG%2CkBA2BI%2CeAAe%2CKAAK%2CUAIZ%2CSAOA%3BIAEQ%2CgBAAA%3B%3B%3BAATZ%2CKA5JX%2CYA4HA%2CsBACG%2CkBA2BI%2CeAAe%2CKAAK%2CUAIZ%2CSAYA%2CSAAS%3BAAZb%2CKA5JX%2CYA4HA%2CsBACG%2CkBA2BI%2CeAAe%2CKAAK%2CUAIZ%2CSAu6BnB%2CCA35BkC%3BEACX%2C0BAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3B%3BAAEJ%2CKA9Kf%2CYA4HA%2CsBACG%2CkBA2BI%2CeAAe%2CKAAK%2CUAIZ%2CSAkBC%3BEACG%2CWAAA%3BEACA%2CqBAAA%3B%3BAApDpB%2CKA5HC%2CYA4HA%2CsBACG%2CkBAuDI%3BEACI%2CkBAAA%3B%3BAAKI%2CQAH0C%3BEAG1C%2CKA1Lf%2CYA4HA%2CsBACG%2CkBAuDI%2CcAEI%3BIAEQ%2CWAAA%3B%3B%3BAAEJ%2CKA1Lf%2CYA4HA%2CsBACG%2CkBAuDI%2CcAEI%2COAIK%3BEACG%2C0BAAA%3B%3BAAEJ%2CKA7Lf%2CYA4HA%2CsBACG%2CkBAuDI%2CcAEI%2COAOK%3BEACG%2CWAAA%3BEACA%2CgBAAA%3B%3BAAKJ%2CQAH8C%3BEAG9C%2CKApMf%2CYA4HA%2CsBACG%2CkBAuDI%2CcAEI%2COAOK%3BIAKO%2C8BAAA%3B%3B%3BAAOxB%2CKAzMC%2CYAyMA%2CaACG%3BEACI%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAJR%2CKAzMC%2CYAyMA%2CaACG%2CkBAII%3BEACI%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAPZ%2CKAzMC%2CYAyMA%2CaACG%2CkBAII%2CcAGI%3BEACI%2CiBAAA%3B%3BAACA%2CKAnNf%2CYAyMA%2CaACG%2CkBAII%2CcAGI%2CcAEK%3BEACG%2CWAAA%3B%3BAAXpB%2CKAzMC%2CYAyMA%2CaACG%2CkBAcI%3BEACI%2CaAAA%3B%3BAAhBZ%2CKAzMC%2CYAyMA%2CaACG%2CkBAcI%2CeAEI%3BEACI%2CcAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3B%3BAApBhB%2CKAzMC%2CYAyMA%2CaACG%2CkBAcI%2CeAOI%2CKAAI%2CQACA%3BEACI%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3B%3BAA3BpB%2CKAzMC%2CYAyMA%2CaACG%2CkBAcI%2CeAOI%2CKAAI%2CQAOA%2CUACI%2COACI%3BEACI%2CmBAAA%3B%3BAAhC5B%2CKAzMC%2CYAyMA%2CaACG%2CkBAcI%2CeAOI%2CKAAI%2CQAOA%2CUACI%2COAII%2CSAAS%3BEACL%2CYAAA%3BEACA%2CcAAA%3B%3BAApC5B%2CKAzMC%2CYAyMA%2CaACG%2CkBAcI%2CeAOI%2CKAAI%2CQAkBA%2CiBAAiB%2CSAAS%3BEACtB%2CsBAAA%3BEACA%2CyBAAA%3BEACA%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CyBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3B%3BAA%5C%2FCpB%2CKAzMC%2CYAyMA%2CaACG%2CkBAkDI%3BEACI%2CgBAAA%3B%3BAApDZ%2CKAzMC%2CYAyMA%2CaACG%2CkBAkDI%2CcAEI%3BEACI%2CsBAAA%3BEACA%2CsBAAA%3BEACA%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3B%3BAAMpB%3BEACI%2CeAAA%3BEACA%2CQAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3B%3BAAIA%2CQAH0C%3BEAG1C%3BIAFI%2CaAAA%3B%3B%3BAANR%2CoBAQI%3BEACI%2CUAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3B%3BAAXR%2CoBAQI%2CGAII%3BEACI%2CSAAA%3B%3BAAbZ%2CoBAQI%2CGAII%2CGAEI%3BEACI%2CaAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CqBAAA%3BEACA%2CqBAAA%3BEACA%2C4BAAA%3BEACA%2CoCAAA%3BEACA%2CiCAAA%3B%3BAAEJ%2CoBArBR%2CGAII%2CGAiBK%2CMACG%3BEACI%2C4BAAA%3BEACA%2CmBAAA%3BEACA%2CYAAA%3B%3BAAKA%2CQAJ0C%3BEAI1C%2CoBA9BhB%2CGAII%2CGAiBK%2CMACG%3BIAKQ%2CmBAAA%3BIACA%2CWAAA%3B%3B%3BAAPZ%2CoBArBR%2CGAII%2CGAiBK%2CMACG%2CEAQI%2CIAAG%3BEACC%2CiCAAA%3BEACA%2C8BAAA%3BEACA%2CyBAAA%3B%3BAAEJ%2CoBAnChB%2CGAII%2CGAiBK%2CMACG%2CEAaK%2CMACG%2CIAAG%3BEACC%2CmBAAmB%2CeAAnB%3BEACA%2CgBAAgB%2CeAAhB%3BEACA%2CWAAW%2CeAAX%3B%3BAAQ5B%3BEACI%2CsDAAA%3BEACA%2CqBAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CaAAA%3BEACA%2CaAAA%3BEACA%2CqBAAA%3B%3BAAIA%2CQAH0C%3BEAG1C%3BIAFI%2CYAAA%3B%3B%3BAAfR%2CUAiBI%3BEACI%2CaAAA%3B%3B%3BAAIR%2CmBAAmB%2CYACf%3BEACI%2CwBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3B%3BAAJR%2CmBAAmB%2CYACf%2CoBAII%3BEACI%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAARZ%2CmBAAmB%2CYAWf%3BEACI%2CqBAAA%3BEACA%2CWAAA%3BEACA%2CaAAA%3B%3BAAdR%2CmBAAmB%2CYAWf%2CiBAII%3BEACI%2CeAAA%3B%3BAAhBZ%2CmBAAmB%2CYAWf%2CiBAII%2COAEI%2CqBACI%2CUACI%2COACI%3BEACI%2CeAAA%3BEACA%2CgBAAA%3B%3BAAtB5B%2CmBAAmB%2CYAWf%2CiBAII%2COAEI%2CqBACI%2CUACI%2COAKI%3BEACI%2CYAAA%3B%3BAAzB5B%2CmBAAmB%2CYAWf%2CiBAII%2COAEI%2CqBAYI%3BEAWI%2CaAAA%3BEACA%2CmBAAA%3B%3BAAzCpB%2CmBAAmB%2CYAWf%2CiBAII%2COAEI%2CqBAYI%2CiBACI%3BEACI%2CsBAAA%3BEACA%2CkBAAA%3B%3BAAhCxB%2CmBAAmB%2CYAWf%2CiBAII%2COAEI%2CqBAYI%2CiBACI%2CWAGI%2CQAAO%3BEACH%2CeAAA%3BEACA%2CWAAA%3BEACA%2CqBAAA%3BEACA%2CgBAAA%3B%3BAArC5B%2CmBAAmB%2CYAWf%2CiBAII%2COAEI%2CqBAYI%2CiBAaI%2COAAM%3BEACF%2CSAAA%3BEACA%2CiCAAA%3BEACA%2CyBAAA%3BEACA%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CyBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3B%3BAAEJ%2CmBApDD%2CYAWf%2CiBAII%2COAEI%2CqBAYI%2CiBAuBQ%3BEACA%2CkBAAA%3B%3BAADJ%2CmBApDD%2CYAWf%2CiBAII%2COAEI%2CqBAYI%2CiBAuBQ%2CmBAEA%2CQAAO%3BEACH%2CeAAA%3BEACA%2CWAAA%3BEACA%2CqBAAA%3BEACA%2CgBAAA%3B%3BAA1D5B%2CmBAAmB%2CYAWf%2CiBAqDI%3BEA4CI%2CmBAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3B%3BAA9GZ%2CmBAAmB%2CYAWf%2CiBAqDI%2CsBACI%2CSACI%2COACI%3BEACI%2CeAAA%3BEACA%2CgBAAA%3B%3BAArExB%2CmBAAmB%2CYAWf%2CiBAqDI%2CsBACI%2CSACI%2COAKI%3BEACI%2CYAAA%3B%3BAAxExB%2CmBAAmB%2CYAWf%2CiBAqDI%2CsBAYI%2CiBACI%3BEACI%2CaAAA%3BEACA%2CmBAAA%3B%3BAA%5C%2FEpB%2CmBAAmB%2CYAWf%2CiBAqDI%2CsBAYI%2CiBACI%2CSAGG%3BEACK%2CiCAAA%3BEACA%2CyBAAA%3BEACA%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CyBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3B%3BAAKJ%2CQAJ6B%3BEAI7B%2CmBA5FD%2CYAWf%2CiBAqDI%2CsBAYI%2CiBACI%2CSAGG%3BIASS%2CWAAA%3BIACA%2CiCAAA%3B%3B%3BAA1F5B%2CmBAAmB%2CYAWf%2CiBAqDI%2CsBAYI%2CiBACI%2CSAgBI%3BEACI%2CiBAAA%3B%3BAAIA%2CQAHyB%3BEAGzB%2CmBAlGL%2CYAWf%2CiBAqDI%2CsBAYI%2CiBACI%2CSAgBI%3BIAGQ%2CWAAA%3B%3B%3BAAhG5B%2CmBAAmB%2CYAWf%2CiBAqDI%2CsBAYI%2CiBACI%2CSAgBI%2CWAKI%2CQAAO%3BEACH%2CSAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3BEACA%2CqBAAA%3BEACA%2CgBAAA%3B%3BAAvG5B%2CmBAAmB%2CYAWf%2CiBAqGI%3BEACI%2CmBAAA%3BEACA%2CwBAAA%3BEACA%2C8BAAA%3BEACA%2CWAAA%3BEACA%2CaAAA%3BEACA%2CsBAAA%3B%3BAAtHZ%2CmBAAmB%2CYAWf%2CiBAqGI%2CsCAOI%3BEACI%2CaAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3B%3BAA3HhB%2CmBAAmB%2CYA%2BHf%2CcAAa%2COACT%3BEACI%2CeAAA%3B%3BAAjIZ%2CmBAAmB%2CYA%2BHf%2CcAAa%2COACT%2COAEI%3BEACI%2CmBAAA%3BEACA%2CaAAA%3B%3BAApIhB%2CmBAAmB%2CYA%2BHf%2CcAAa%2COACT%2COAEI%2CsBAGI%3BEACI%2CWAAA%3BEACA%2CSAAA%3B%3BAACA%2CmBAxID%2CYA%2BHf%2CcAAa%2COACT%2COAEI%2CsBAGI%2CiBAGQ%3BEACA%2CaAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3B%3BAAHJ%2CmBAxID%2CYA%2BHf%2CcAAa%2COACT%2COAEI%2CsBAGI%2CiBAGQ%2CWAIA%3BEACI%2CiCAAA%3BEACA%2CyBAAA%3BEACA%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CyBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3B%3BAAKJ%2CQAJ6B%3BEAI7B%2CmBAxJL%2CYA%2BHf%2CcAAa%2COACT%2COAEI%2CsBAGI%2CiBAGQ%2CWAIA%3BIASQ%2CWAAA%3BIACA%2CiCAAA%3B%3B%3BAAdZ%2CmBAxID%2CYA%2BHf%2CcAAa%2COACT%2COAEI%2CsBAGI%2CiBAGQ%2CWAiBA%3BEACI%2CiBAAA%3B%3BAAKA%2CQAHyB%3BEAGzB%2CmBA%5C%2FJT%2CYA%2BHf%2CcAAa%2COACT%2COAEI%2CsBAGI%2CiBAGQ%2CWAiBA%3BIAIQ%2CWAAA%3B%3B%3BAArBZ%2CmBAxID%2CYA%2BHf%2CcAAa%2COACT%2COAEI%2CsBAGI%2CiBAGQ%2CWAiBA%2CWAMI%2CQAAO%3BEACH%2CSAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3BEACA%2CqBAAA%3BEACA%2CgBAAA%3B%3BAApKhC%2CmBAAmB%2CYA%2BHf%2CcAAa%2COACT%2COAEI%2CsBAuCI%3BEACI%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CaAAA%3BEACA%2C8BAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3B%3BAA%5C%2FKpB%2CmBAAmB%2CYA%2BHf%2CcAAa%2COACT%2COAEI%2CsBAuCI%2CSAOI%3BEACI%2CYAAA%3BEACA%2CmBAAA%3B%3BAAIA%2CQAHyB%3BEAGzB%2CmBAtLL%2CYA%2BHf%2CcAAa%2COACT%2COAEI%2CsBAuCI%2CSAOI%3BIAIQ%2CWAAA%3B%3B%3BAApL5B%2CmBAAmB%2CYA%2BHf%2CcAAa%2COACT%2COAEI%2CsBAuCI%2CSAOI%2COAMI%3BEACI%2CeAAA%3BEACA%2CgBAAA%3B%3BAAxL5B%2CmBAAmB%2CYA%2BHf%2CcAAa%2COACT%2COAEI%2CsBAuCI%2CSAOI%2COAUI%2CMAAK%3BAA1L7B%2CmBAAmB%2CYA%2BHf%2CcAAa%2COACT%2COAEI%2CsBAuCI%2CSAOI%2COA0jBnB%2CCAhjB8C%2CKAAK%3BEACxB%2CYAAA%3B%3BAA3L5B%2CmBAAmB%2CYA%2BHf%2CcAAa%2COACT%2COAEI%2CsBAuCI%2CSAOI%2COAaI%3BEACI%2CYAAA%3B%3BAA9L5B%2CmBAAmB%2CYA%2BHf%2CcAAa%2COACT%2COAEI%2CsBAuCI%2CSAOI%2COAgBI%2CMAAK%3BEACH%2CUAAA%3BEACA%2CWAAA%3B%3BAAlM1B%2CmBAAmB%2CYA%2BHf%2CcAAa%2COACT%2COAEI%2CsBAuCI%2CSAOI%2COAoBI%2CMAAK%3BEACH%2CUAAA%3BEACA%2CWAAA%3B%3BAAtM1B%2CmBAAmB%2CYA%2BHf%2CcAAa%2COACT%2COAEI%2CsBAuCI%2CSAOI%2COAwBI%2CMAAK%3BEACH%2CUAAA%3BEACA%2CWAAA%3B%3BAA1M1B%2CmBAAmB%2CYA%2BHf%2CcAAa%2COACT%2COAEI%2CsBAuCI%2CSAOI%2COA4BI%2CMAAK%3BEACH%2CUAAA%3BEACA%2CWAAA%3B%3BAA9M1B%2CmBAAmB%2CYA%2BHf%2CcAAa%2COACT%2COAEI%2CsBAuCI%2CSAOI%2COAgCI%2CMAAK%3BEACH%2CUAAA%3BEACA%2CWAAA%3B%3BAAlN1B%2CmBAAmB%2CYA%2BHf%2CcAAa%2COACT%2COAEI%2CsBAuCI%2CSAOI%2COAoCI%3BEACI%2CYAAA%3BEACA%2CqBAAA%3B%3BAAEJ%2CmBAxNL%2CYA%2BHf%2CcAAa%2COACT%2COAEI%2CsBAuCI%2CSAOI%2COAwCK%3BEACG%2CWAAA%3BEACA%2CmBAAA%3B%3BAAFJ%2CmBAxNL%2CYA%2BHf%2CcAAa%2COACT%2COAEI%2CsBAuCI%2CSAOI%2COAwCK%2CWAGG%3BEACI%2CmBAAA%3B%3BAAGR%2CmBA%5C%2FNL%2CYA%2BHf%2CcAAa%2COACT%2COAEI%2CsBAuCI%2CSAOI%2COA%2BCK%3BEACG%2CWAAA%3B%3BAAEJ%2CmBAlOL%2CYA%2BHf%2CcAAa%2COACT%2COAEI%2CsBAuCI%2CSAOI%2COAkDK%3BEACG%2CWAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3B%3BAAKC%2CQAJyB%3BEAIzB%2CmBA1OV%2CYA%2BHf%2CcAAa%2COACT%2COAEI%2CsBAuCI%2CSAOI%2COAkDK%3BIAKO%2CeAAA%3BIACA%2CuBAAA%3B%3B%3BAANR%2CmBAlOL%2CYA%2BHf%2CcAAa%2COACT%2COAEI%2CsBAuCI%2CSAOI%2COAkDK%2CcAQI%3BEACG%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3B%3BAAKJ%2CQAJ8B%3BEAI9B%2CmBAlPT%2CYA%2BHf%2CcAAa%2COACT%2COAEI%2CsBAuCI%2CSAOI%2COAkDK%2CcAQI%3BIAKM%2CWAAA%3BIACA%2CmBAAA%3B%3B%3BAAdX%2CmBAlOL%2CYA%2BHf%2CcAAa%2COACT%2COAEI%2CsBAuCI%2CSAOI%2COAkDK%2CcAiBG%2CSACI%2CMAAK%3BEACD%2CkBAAA%3B%3BAAIZ%2CmBAzPL%2CYA%2BHf%2CcAAa%2COACT%2COAEI%2CsBAuCI%2CSAOI%2COAyEK%3BEACG%2CWAAA%3B%3BAACA%2CmBA3PT%2CYA%2BHf%2CcAAa%2COACT%2COAEI%2CsBAuCI%2CSAOI%2COAyEK%2COAEO%3BEACA%2CaAAA%3BEACA%2CWAAA%3BEACA%2C8BAAA%3BEACA%2CeAAA%3BEACA%2CuBAAA%3B%3BAALJ%2CmBA3PT%2CYA%2BHf%2CcAAa%2COACT%2COAEI%2CsBAuCI%2CSAOI%2COAyEK%2COAEO%2CWAMA%3BEACI%2CYAAA%3BEACA%2CQAAA%3B%3BAAIA%2CQAHyB%3BEAGzB%2CmBAvQjB%2CYA%2BHf%2CcAAa%2COACT%2COAEI%2CsBAuCI%2CSAOI%2COAyEK%2COAEO%2CWAMA%3BIAIQ%2CWAAA%3B%3B%3BAAEJ%2CmBAvQjB%2CYA%2BHf%2CcAAa%2COACT%2COAEI%2CsBAuCI%2CSAOI%2COAyEK%2COAEO%2CWAMA%2CMAMQ%3BEACA%2CQAAA%3B%3BAAIJ%2CQAH6B%3BEAG7B%2CmBA5QjB%2CYA%2BHf%2CcAAa%2COACT%2COAEI%2CsBAuCI%2CSAOI%2COAyEK%2COAEO%2CWAMA%2CMAMQ%3BIAGI%2CQAAA%3B%3B%3BAAfhB%2CmBA3PT%2CYA%2BHf%2CcAAa%2COACT%2COAEI%2CsBAuCI%2CSAOI%2COAyEK%2COAEO%2CWAmBA%3BEACI%2CYAAA%3BEACA%2CQAAA%3B%3BAAMJ%2CQAJ6B%3BEAI7B%2CmBAtRb%2CYA%2BHf%2CcAAa%2COACT%2COAEI%2CsBAuCI%2CSAOI%2COAyEK%2COAEO%2CWAmBA%3BIAKQ%2CWAAA%3BIACA%2CQAAA%3B%3B%3BAAzBZ%2CmBA3PT%2CYA%2BHf%2CcAAa%2COACT%2COAEI%2CsBAuCI%2CSAOI%2COAyEK%2COAEO%2CWA4BA%2COAAM%3BEACF%2CSAAA%3BEACA%2CWAAA%3B%3BAA9BR%2CmBA3PT%2CYA%2BHf%2CcAAa%2COACT%2COAEI%2CsBAuCI%2CSAOI%2COAyEK%2COAEO%2CWA4BA%2COAAM%2CWAGF%2CSAAS%3BEACL%2CWAAA%3B%3BAAOhB%2CmBAlSL%2CYA%2BHf%2CcAAa%2COACT%2COAEI%2CsBAuCI%2CSAwHI%2COAAM%2CoBACE%3BEACA%2CWAAA%3B%3BAAnS5B%2CmBAAmB%2CYA%2BHf%2CcAAa%2COACT%2COAEI%2CsBAqKI%2CSAAQ%3BEACJ%2CcAAA%3B%3BAAxSpB%2CmBAAmB%2CYA%2BHf%2CcAAa%2COACT%2COAEI%2CsBAqKI%2CSAAQ%2CQAEJ%3BEACI%2CaAAA%3B%3BAA1SxB%2CmBAAmB%2CYAgTf%3BEACI%2CWAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3B%3BAAnTR%2CmBAAmB%2CYAgTf%2CyBAII%3BEACI%2CWAAA%3BEACA%2CwBAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3B%3BAAxTZ%2CmBAAmB%2CYAgTf%2CyBAII%2CqCAKI%3BEACI%2CaAAA%3BEACA%2CuBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3B%3BAA9ThB%2CmBAAmB%2CYAgTf%2CyBAII%2CqCAYI%3BEACI%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BAACA%2CmBAvUG%2CYAgTf%2CyBAII%2CqCAYI%2CaAOK%3BEACG%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2COAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3B%3BAA%5C%2FUpB%2CmBAAmB%2CYAgTf%2CyBAII%2CqCAYI%2CaAiBI%3BEACI%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3B%3BAApVpB%2CmBAAmB%2CYAgTf%2CyBAII%2CqCAmCI%2CiBACI%2CEAAC%3BEACG%2CgBAAA%3B%3BAAzVpB%2CmBAAmB%2CYA8Vf%3BEACI%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAAGR%2CmBACI%2CcAAa%3BEACT%2CWAAA%3BEACA%2CmBAAA%3B%3BAAGR%2CeACI%2CMAAK%2CYACD%3BEACI%2CWAAA%3BEACA%2CgBAAA%3B%3BAAJZ%2CeACI%2CMAAK%2CYACD%2CkBAGI%3BEACI%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CoBAAA%3BEACA%2CmBAAA%3B%3BAAThB%2CeACI%2CMAAK%2CYACD%2CkBAGI%2CcAKI%3BEACI%2CWAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3B%3BAAfpB%2CeACI%2CMAAK%2CYACD%2CkBAGI%2CcAYI%3BEACI%2CSAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3B%3BAACA%2CeApBhB%2CMAAK%2CYACD%2CkBAGI%2CcAYI%2CcAIK%3BEACG%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3B%3BAAxBxB%2CeACI%2CMAAK%2CYACD%2CkBA0BI%2CYAAY%2CKACR%3BEACI%2CaAAA%3BEACA%2CeAAA%3BEACA%2CuBAAA%3BEACA%2CmBAAA%3BEACA%2C8BAAA%3B%3BAACA%2CeAlChB%2CMAAK%2CYACD%2CkBA0BI%2CYAAY%2CKACR%2CUAMQ%3BEACA%2CUAAA%3B%3BAAIA%2CQAH4C%3BEAG5C%2CeAvCpB%2CMAAK%2CYACD%2CkBA0BI%2CYAAY%2CKACR%2CUAMQ%3BIAGI%2CWAAA%3B%3B%3BAAEJ%2CeAvCpB%2CMAAK%2CYACD%2CkBA0BI%2CYAAY%2CKACR%2CUAMQ%2CSAKC%3BEACG%2CWAAA%3B%3BAANR%2CeAlChB%2CMAAK%2CYACD%2CkBA0BI%2CYAAY%2CKACR%2CUAMQ%2CSAQA%3BEACI%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAZR%2CeAlChB%2CMAAK%2CYACD%2CkBA0BI%2CYAAY%2CKACR%2CUAMQ%2CSAcA%2CSACI%3BEACI%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3B%3BAAlBZ%2CeAlChB%2CMAAK%2CYACD%2CkBA0BI%2CYAAY%2CKACR%2CUAMQ%2CSAcA%2CSAMI%3BEACI%2CkBAAA%3BEACA%2CeAAA%3B%3BAAzDhC%2CeACI%2CMAAK%2CYACD%2CkBA6DI%3BEACI%2CkBAAA%3B%3BAAhEhB%2CeACI%2CMAAK%2CYACD%2CkBA6DI%2CcAEI%3BEACI%2CmBAAA%3BEACA%2CqBAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3B%3BAAOpB%2CYAAa%2CQAAO%2CQAAS%2CEAAC%2CKAAQ%3BEAClC%2CgBAAA%3B%3BAAUJ%2CQAP0B%3BEACtB%2CYAAa%2CQAAO%2CQAAS%2CEAAC%2CKAAQ%3BIACpC%2COAAA%3BIACA%2CgBAAA%3B%3B%3BAAIN%2CoBACI%3BAADJ%2CoBAwSC%2CCAvSmB%3BEACZ%2CaAAA%3B%3BAAYR%2CeAAe%2CgBACX%2CKAAI%3BEACA%2CaAAA%3BEACA%2CkBAAA%3B%3BAAIA%2CQAHyB%2CuBAAwB%3BEAGjD%2CeAPO%2CgBACX%2CKAAI%3BIAII%2CWAAA%3B%3B%3BAALZ%2CeAAe%2CgBACX%2CKAAI%2CgBAMA%3BEACI%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3B%3BAAVZ%2CeAAe%2CgBACX%2CKAAI%2CgBAWA%2CKAAI%3BEACA%2CSAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3B%3BAAhBZ%2CeAAe%2CgBACX%2CKAAI%2CgBAiBA%3BEACI%2CaAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3B%3BAAtBZ%2CeAAe%2CgBACX%2CKAAI%2CgBAiBA%2CwBAKI%3BEACI%2CUAAA%3BEACA%2CeAAA%3BEACA%2CSAAA%3B%3BAA1BhB%2CeAAe%2CgBACX%2CKAAI%2CgBAiBA%2CwBAKI%2CcAII%2CMAAK%3BEACD%2CYAAA%3BEACA%2CyBAAA%3BEACA%2CeAAA%3B%3BAA9BpB%2CeAAe%2CgBACX%2CKAAI%2CgBAiBA%2CwBAeI%3BEACI%2CUAAA%3BEACA%2CeAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3B%3BAArChB%2CeAAe%2CgBACX%2CKAAI%2CgBAiBA%2CwBAeI%2CiBAKI%3BEACI%2CcAAA%3BEACA%2CWAAA%3B%3BAAxCpB%2CeAAe%2CgBACX%2CKAAI%2CgBAiBA%2CwBAeI%2CiBAKI%2CSAGI%2COAAM%3BEACF%2CSAAA%3BEACA%2CWAAA%3BEACA%2CiCAAA%3BEACA%2CyBAAA%3BEACA%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CyBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3B%3BAAnDxB%2CeAAe%2CgBACX%2CKAAI%2CgBAiBA%2CwBAqCI%3BEACI%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3B%3BAAKhB%2CiBACI%2CeACI%3BEACI%2CkBAAA%3B%3BAAIZ%3BEACI%2CaAAA%3BEACA%2CeAAA%3B%3BAAFJ%2CgBAGI%3BEACI%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CyBAAA%3BEACA%2CYAAA%3B%3BAAKA%2CQAJyB%3BEAIzB%2CgBATJ%3BIAMQ%2CWAAA%3BIACA%2CgBAAA%3B%3B%3BAAEJ%2CgBATJ%2CiBASK%3BEACC%2CeAAA%3B%3BAAbV%2CgBAGI%2CiBAYI%2CaACI%3BEACE%2CWAAA%3B%3BAAjBd%2CgBAGI%2CiBAYI%2CaAII%3BEACI%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3B%3BAAzBhB%2CgBAGI%2CiBAYI%2CaAYI%3BEACI%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3B%3BAAMhB%2CsBAAsB%2CoBAClB%2CaAAa%2CsBAAsB%2CIAAG%2CyBAAyB%3BAADvB%2CsBAAsB%2CqBAC9D%2CaAAa%2CsBAAsB%2CIAAG%2CyBAAyB%3BEAC3D%2CeAAA%3BEACA%2CUAAA%3B%3BAAHR%2CsBAAsB%2CoBAKlB%2C2BACI%3BAANoC%2CsBAAsB%2CqBAK9D%2C2BACI%3BEACI%2CUAAA%3B%3BAAgBA%2CQAZ6B%3BEAY7B%2CsBAvBU%2CoBAKlB%2C2BAII%2CcACI%2CWAAW%3BEAaX%2CsBAvBsD%2CqBAK9D%2C2BAII%2CcACI%2CWAAW%3BIAEH%2CoBAAA%3B%3BEAWR%2CsBAvBU%2CoBAKlB%2C2BAII%2CcACI%2CWAAW%2CUAGH%3BEAUR%2CsBAvBsD%2CqBAK9D%2C2BAII%2CcACI%2CWAAW%2CUAGH%3BIACI%2CkBAAA%3BIACA%2CMAAA%3BIACA%2COAAA%3BIACA%2CuBAAA%3BIACA%2CWAAA%3BIACA%2CqBAAA%3BIACA%2CwBAAA%3B%3B%3BAApBxB%2CsBAAsB%2CoBA0BlB%3BAA1BwC%2CsBAAsB%2CqBA0B9D%3BEACI%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3B%3BAAIJ%2CQAH8C%3BEAG9C%2CsBAjCkB%2CoBA0BlB%3BEAOA%2CsBAjC8D%2CqBA0B9D%3BIAKQ%2CeAAA%3B%3B%3B%3BAAMZ%2CkBACI%2CiCACI%3BEACI%2CsBAAA%3BEACA%2CeAAA%3B%3BAAJZ%2CkBAOI%2CwBAAuB%2CIAAI%3BEACvB%2C8BAAA%3BEACA%2C6BAAA%3BEACA%2CuBAAA%3BEACA%2CsBAAA%3B%3BAAGR%2CsBACI%2CiCACI%3BEACI%2CsBAAA%3BEACA%2CeAAA%3B%3BAAJZ%2CsBAOI%2CwBAAuB%2CIAAI%3BEACvB%2C8BAAA%3BEACA%2C6BAAA%3BEACA%2CuBAAA%3BEACA%2CsBAAA%3B%3BAAGR%2CgBACI%3BEACI%2C2BAAA%3B%3BAAFR%2CgBAII%3BEACI%2CuBAAA%3BEACA%2CsBAAA%3BEACA%2CsBAAA%3BEACA%2CoBAAA%3B%3BAARR%2CgBAII%2C0BAKI%3BEACI%2C6BAAA%3BEACA%2C8BAAA%3BEACA%2CuBAAA%3BEACA%2CsBAAA%3B%3BAAbZ%2CgBAII%2C0BAKI%2CwBAKI%3BEACI%2CsBAAA%3BEACA%2CeAAA%3B%3BAAKhB%2CaACI%2CaACI%3BEACI%2CoBAAA%3BEACA%2CkBAAA%3B%3BAAJZ%2CaACI%2CaACI%2CcAGI%3BEACI%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3B%3BAARhB%2CaACI%2CaACI%2CcAGI%2CkBAII%3BEACI%2CeAAA%3B%3BAAVpB%2CaACI%2CaACI%2CcAGI%2CkBAOI%3BEACI%2CWAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CsBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3B%3BAAKJ%2CQAJ8C%3BEAI9C%2CaAvBZ%2CaACI%2CcAGI%2CkBAOI%3BIASQ%2CWAAA%3BIACA%2CYAAA%3B%3B%3BAAtBxB%2CaACI%2CaACI%2CcAGI%2CkBAoBI%2CMAAK%3BEACD%2CmDAAA%3BEACA%2CqBAAA%3BEACA%2C4BAAA%3B%3BAAMpB%2CaACI%2CaACI%2CGAAE%3BEACE%2CaAAA%3BEACA%2CeAAA%3B%3BAAJZ%2CaACI%2CaACI%2CGAAE%2CSAGE%3BEACI%2CaAAA%3BEACA%2CsBAAA%3BEACA%2CYAAA%3B%3BAARhB%2CaACI%2CaACI%2CGAAE%2CSAGE%2CmBAII%3BEACI%2CaAAA%3BEACA%2CsBAAA%3BEACA%2COAAA%3B%3BAAZpB%2CaACI%2CaACI%2CGAAE%2CSAGE%2CmBAII%2CsBAII%3BEACI%2COAAA%3B%3BAAOxB%2CsBACI%2CaACI%2CmBACI%3BEACI%2CaAAA%3BEACA%2CeAAA%3B%3BAALhB%2CsBACI%2CaACI%2CmBACI%2CeAGI%2CcACI%3BEACI%2CaAAA%3BEACA%2CsBAAA%3BEACA%2CYAAA%3B%3BAAVxB%2CsBACI%2CaACI%2CmBACI%2CeAGI%2CcACI%2CmBAII%3BEACI%2CaAAA%3BEACA%2CsBAAA%3BEACA%2COAAA%3B%3BAAd5B%2CsBACI%2CaACI%2CmBACI%2CeAGI%2CcACI%2CmBAII%2CsBAII%3BEACI%2COAAA%3B%3BAAShC%2CaACI%2CaACI%3BEACI%2CgBAAA%3B%3B%3B%3B%3B%3BACpxCZ%2CQACC%3BEACC%2CgBAAA%3B%3BAAEC%2CQAHF%2CWAEC%2CSACE%2CaACA%2CuBACC%2CSACC%2CGAAE%2CIACD%2CGACI%3BEACC%2CWAAA%3B%3BAAED%2CQAXV%2CWAEC%2CSACE%2CaACA%2CuBACC%2CSACC%2CGAAE%2CIACD%2CGAIK%2CQACA%3BAADD%2CQAXV%2CWAEC%2CSACE%2CaACA%2CuBACC%2CSACC%2CGAAE%2CIACD%2CGAIK%2CQA6aX%2CCA5akB%3BEACN%2CkBAAA%3B%3BAAQV%2CQArBF%2CWAEC%2CSAmBE%3BEACA%2CiBAAA%3B%3BAADD%2CQArBF%2CWAEC%2CSAmBE%2CmBAEA%2COACC%2CaACC%3BEACI%2CgBAAA%3B%3BAALP%2CQArBF%2CWAEC%2CSAmBE%2CmBAEA%2COAMC%2CeACC%2CGAAG%2CGACF%2CmBAAmB%3BEACf%2CWAAA%3BEACA%2CqBAAA%3B%3BAAGH%2CQApCP%2CWAEC%2CSAmBE%2CmBAEA%2COAMC%2CeACC%2CGAAG%2CGAKF%2CEAAC%2COACC%3BEACA%2CWAAA%3BEACA%2CgBAAA%3B%3BAAjBN%2CQArBF%2CWAEC%2CSAmBE%2CmBAEA%2COAMC%2CeAaC%3BEACC%2CaAAA%3BEACG%2CmBAAA%3B%3BAAvBP%2CQArBF%2CWAEC%2CSAmBE%2CmBAEA%2COAMC%2CeAaC%2CiBAGI%2CSAAS%3BEACR%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CaAAa%2CSAAb%3BEACA%2CqBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3B%3BAAjCR%2CQArBF%2CWAEC%2CSAmBE%2CmBAEA%2COAMC%2CeAaC%2CiBAcC%3BEACC%2CkBAAA%3BEACA%2CWAAA%3B%3BAACA%2CQA3DP%2CWAEC%2CSAmBE%2CmBAEA%2COAMC%2CeAaC%2CiBAcC%2CWAGK%3BEACA%2CSAAA%3BEACA%2CqBAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CqBAAA%3B%3BAAKP%2CQAtEJ%2CWAEC%2CSAmBE%2CmBAEA%2COA%2BCE%2CcAAe%2CeAAe%2CGAAG%3BEACjC%2CuBAAA%3B%3BAADD%2CQAtEJ%2CWAEC%2CSAmBE%2CmBAEA%2COA%2BCE%2CcAAe%2CeAAe%2CGAAG%2CGAEjC%2COAAO%2CSAAS%3BEACZ%2CaAAA%3BEACA%2CQAAA%3B%3BAAJL%2CQAtEJ%2CWAEC%2CSAmBE%2CmBAEA%2COA%2BCE%2CcAAe%2CeAAe%2CGAAG%2CGAMjC%2CmBAAmB%3BEACf%2CiBAAA%3B%3BAAGL%2CQAhFJ%2CWAEC%2CSAmBE%2CmBAEA%2COAyDE%2CeAAgB%2CeAChB%2CGAAG%2CGACF%2CmBAAmB%2CsBAClB%2CmBAAmB%3BEAClB%2CiBAAA%3BEACG%2CeAAA%3BEACA%2CWAAA%3B%3BAANP%2CQAhFJ%2CWAEC%2CSAmBE%2CmBAEA%2COAyDE%2CeAAgB%2CeAChB%2CGAAG%2CGACF%2CmBAAmB%2CsBAMlB%2CWACC%2CKAAI%3BEACA%2CeAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3B%3BAAZR%2CQAhFJ%2CWAEC%2CSAmBE%2CmBAEA%2COAyDE%2CeAAgB%2CeAChB%2CGAAG%2CGACF%2CmBAAmB%2CsBAMlB%2CWAMC%3BEACI%2CiBAAA%3B%3BAAfR%2CQAhFJ%2CWAEC%2CSAmBE%2CmBAEA%2COAyDE%2CeAAgB%2CeAChB%2CGAAG%2CGACF%2CmBAAmB%2CsBAMlB%2CWAMC%2CWAEI%3BEACC%2CaAAA%3B%3BAAjBT%2CQAhFJ%2CWAEC%2CSAmBE%2CmBAEA%2COAyDE%2CeAAgB%2CeAChB%2CGAAG%2CGACF%2CmBAAmB%2CsBAMlB%2CWAMC%2CWAKC%2CKAAI%3BEACA%2CcAAA%3BEACA%2C6BAAA%3BEACA%2CeAAA%3B%3BAAtBT%2CQAhFJ%2CWAEC%2CSAmBE%2CmBAEA%2COAyDE%2CeAAgB%2CeAChB%2CGAAG%2CGACF%2CmBAAmB%2CsBAwBlB%2CiBAAiB%3BEACb%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CaAAa%2CSAAb%3BEACA%2CqBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3B%3BAAnCP%2CQAhFJ%2CWAEC%2CSAmBE%2CmBAEA%2COAyDE%2CeAAgB%2CeAuChB%2CiBACC%3BEACC%2CUAAA%3BEACA%2CuBAAA%3BEACA%2C0BAAA%3B%3BAA5HR%2CQACC%2CWAkIC%2CQAAO%2CKACN%2CoBAAoB%3BEAChB%2CWAAA%3BEACA%2CgBAAA%3B%3BAAtIP%2CQACC%2CWAkIC%2CQAAO%2CKAKN%2COACC%2CaACC%2CEAAC%3BEACG%2CWAAA%3BEACA%2CgBAAA%3BEACA%2C0BAAA%3B%3BAA7IT%2CQACC%2CWAkIC%2CQAAO%2CKAKN%2COAQC%2CeACC%2CKACC%2CaACC%3BAAnJP%2CQACC%2CWAkIC%2CQAAO%2CKAKN%2COAQC%2CeACC%2CKACC%2CaAuSL%2CCAtSQ%3BEACE%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3B%3BAAtJX%2CQACC%2CWAkIC%2CQAAO%2CKAKN%2COAQC%2CeACC%2CKACC%2CaACC%2CEAII%3BAAvJX%2CQACC%2CWAkIC%2CQAAO%2CKAKN%2COAQC%2CeACC%2CKACC%2CaAuSL%2CCAtSQ%2COAIE%3BEACC%2CWAAA%3BEACA%2C0BAAA%3B%3BAAzJZ%2CQACC%2CWAkIC%2CQAAO%2CKAKN%2COAQC%2CeACC%2CKAYC%2CaAAa%3BEACT%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CaAAa%2CSAAb%3BEACA%2CqBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CqBAAA%3B%3BAAEC%2CQAxKV%2CWAkIC%2CQAAO%2CKAKN%2COAQC%2CeACC%2CKAYC%2CaAAa%2CQAWR%2CKACC%3BEACA%2CaAAA%3B%3BAAUN%2CQAnLL%2CWAkIC%2CQAAO%2CKA8CN%2CgBACC%2CMAAM%2CGACL%2CGACE%2CQAAS%2CEAAC%3BEACP%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CaAAa%2CSAAb%3BEACA%2CqBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CqBAAA%3B%3BAACA%2CQA9LT%2CWAkIC%2CQAAO%2CKA8CN%2CgBACC%2CMAAM%2CGACL%2CGACE%2CQAAS%2CEAAC%2COAWN%3BEACA%2CaAAA%3B%3BAAWP%2CQAH2C%3BEAG3C%2CQA1MH%2CWAkIC%2CQAAO%2CKAmEN%2CSAAQ%2CiBACP%3BIAEgB%2CWAAA%3B%3B%3BAAzMpB%2CQACC%2CWAkIC%2CQAAO%2CKA0EN%2CKAAI%2CoBACH%2CiBAAiB%3BEACb%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CaAAa%2CSAAb%3BEACA%2CqBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CqBAAA%3B%3BAAxNR%2CQACC%2CWAkIC%2CQAAO%2CKA0EN%2CKAAI%2CoBAaH%2CUAAU%2CGAAG%2CGAEZ%2CoBACC%2CUAAU%2CsBACT%3BEACI%2CmBAAA%3BEACA%2CqBAAA%3BEACA%2CWAAA%3BEACA%2CaAAa%2CSAAb%3BEACA%2CgBAAA%3B%3BAAKH%2CQAvOP%2CWAkIC%2CQAAO%2CKA0EN%2CKAAI%2CoBAaH%2CUAAU%2CGAAG%2CGAEZ%2CoBAUC%2CsBACC%2CEACE%3BEACA%2CWAAA%3B%3BAAED%2CQA1OP%2CWAkIC%2CQAAO%2CKA0EN%2CKAAI%2CoBAaH%2CUAAU%2CGAAG%2CGAEZ%2CoBAUC%2CsBACC%2CEAIE%2CKAAK%3BEACF%2CeAAA%3B%3BAAMR%2CQAjPH%2CWAkIC%2CQAAO%2CKA0EN%2CKAAI%2CoBAqCE%2CWAAQ%3BEACT%2CaAAA%3B%3BAAnPR%2CQACC%2CWAkIC%2CQAAO%2CKAmHN%2CiBACC%2CSAAS%3BEACL%2CmBAAA%3BEACA%2CqBAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3B%3BAA3PR%2CQACC%2CWAkIC%2CQAAO%2CKA2HN%2CuBACC%2CSAAS%2CEAAC%3BEACN%2CWAAA%3BEACA%2CgBAAA%3BEACA%2C0BAAA%3B%3BAAlQR%2CQACC%2CWAkIC%2CQAAO%2CKAkIN%2CqBAAoB%2CQACnB%2CaACC%2CMAAM%2CGAAG%2CGACR%3BEACI%2CWAAA%3BEACA%2CgBAAA%3B%3B%3BAAUV%2CqBACC%2CQAAO%2CKACN%2CqBAAqB%2CUACpB%2CGACC%3BEACI%2C8BAAA%3BEACA%2CqBAAA%3BEACA%2CsBAAA%3BEACA%2CaAAA%3B%3BAAWA%2CQAVyB%2CuBAAuB%3BEAUhD%2CqBAlBP%2CQAAO%2CKACN%2CqBAAqB%2CUACpB%2CGACC%3BIAMK%2C8BAAA%3BIACA%2CkBAAA%3B%3BEACA%2CqBAXR%2CQAAO%2CKACN%2CqBAAqB%2CUACpB%2CGACC%2CGAQM%2CUAAU%3BIACV%2CeAAA%3B%3BEAED%2CqBAdR%2CQAAO%2CKACN%2CqBAAqB%2CUACpB%2CGACC%2CGAWM%2CUAAU%3BIACV%2CkBAAA%3B%3B%3BAAaF%2CQAVyB%2CuBAAsB%3BEAU%5C%2FC%2CqBA5BP%2CQAAO%2CKACN%2CqBAAqB%2CUACpB%2CGACC%3BIAgBK%2C8BAAA%3BIACA%2CkBAAA%3B%3BEACA%2CqBArBR%2CQAAO%2CKACN%2CqBAAqB%2CUACpB%2CGACC%2CGAkBM%2CUAAU%3BIACV%2CeAAA%3B%3BEAED%2CqBAxBR%2CQAAO%2CKACN%2CqBAAqB%2CUACpB%2CGACC%2CGAqBM%2CUAAU%3BIACV%2CkBAAA%3B%3B%3BAAaF%2CQAVyB%3BEAUzB%2CqBAtCP%2CQAAO%2CKACN%2CqBAAqB%2CUACpB%2CGACC%3BIA0BK%2CWAAA%3BIACA%2CeAAA%3B%3BEACA%2CqBA%5C%2FBR%2CQAAO%2CKACN%2CqBAAqB%2CUACpB%2CGACC%2CGA4BM%2CUAAU%3BIACV%2CeAAA%3B%3BEAED%2CqBAlCR%2CQAAO%2CKACN%2CqBAAqB%2CUACpB%2CGACC%2CGA%2BBM%2CUAAU%3BIACV%2CeAAA%3B%3B%3BAAGF%2CqBAtCP%2CQAAO%2CKACN%2CqBAAqB%2CUACpB%2CGACC%2CGAmCK%2CUAAU%3BEACV%2CeAAA%3B%3BAAGA%2CqBA1CR%2CQAAO%2CKACN%2CqBAAqB%2CUACpB%2CGACC%2CGAsCI%2CmBACE%3BEACA%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3B%3BAAJD%2CqBA1CR%2CQAAO%2CKACN%2CqBAAqB%2CUACpB%2CGACC%2CGAsCI%2CmBACE%2CMAKA%2CoBACC%3BEACC%2CgBAAA%3B%3BAAlDZ%2CqBACC%2CQAAO%2CKACN%2CqBAAqB%2CUACpB%2CGACC%2CGAsCI%2CmBAYF%2CmBACC%3BEACI%2CWAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CqBAAA%3B%3BAA5DX%2CqBACC%2CQAAO%2CKACN%2CqBAAqB%2CUACpB%2CGACC%2CGAsCI%2CmBAqBF%3BEACC%2CmBAAA%3B%3BAAhEP%2CqBACC%2CQAAO%2CKACN%2CqBAAqB%2CUACpB%2CGACC%2CGAsCI%2CmBAqBF%2CWAEC%2CKAAI%3BEACA%2CeAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3B%3BAApEX%2CqBACC%2CQAAO%2CKACN%2CqBAAqB%2CUACpB%2CGACC%2CGAsCI%2CmBAqBF%2CWAQC%3BEACC%2CiBAAA%3B%3BAAxER%2CqBACC%2CQAAO%2CKACN%2CqBAAqB%2CUACpB%2CGACC%2CGAsCI%2CmBAqBF%2CWAQC%2CWAEC%3BEACI%2CaAAA%3B%3BAA1EZ%2CqBACC%2CQAAO%2CKACN%2CqBAAqB%2CUACpB%2CGACC%2CGAsCI%2CmBAqBF%2CWAQC%2CWAKC%2CKAAI%3BEACA%2CcAAA%3BEACA%2C6BAAA%3BEACA%2CeAAA%3B%3BAA%5C%2FEZ%2CqBACC%2CQAAO%2CKACN%2CqBAAqB%2CUACpB%2CGACC%2CGAsCI%2CmBAyCF%3BEACI%2CaAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3BEACA%2CSAAA%3BEACA%2CiBAAA%3B%3BAACA%2CqBA5FT%2CQAAO%2CKACN%2CqBAAqB%2CUACpB%2CGACC%2CGAsCI%2CmBAyCF%2CoBAUQ%3BEACH%2CWAAA%3B%3BAA9FX%2CqBACC%2CQAAO%2CKACN%2CqBAAqB%2CUACpB%2CGACC%2CGAsCI%2CmBAyCF%2CoBAaI%3BEACC%2CgBAAA%3B%3BAAjGX%2CqBACC%2CQAAO%2CKACN%2CqBAAqB%2CUACpB%2CGACC%2CGAsCI%2CmBAyCF%2CoBAgBC%3BEACC%2CeAAA%3B%3B%3BAAUR%2C8BAA%2BB%3BEAC9B%2CgBAAA%3B%3BAADD%2C8BAA%2BB%2CWAE9B%2CoBAAoB%3BEAChB%2CgBAAA%3B%3BAAHL%2C8BAA%2BB%2CWAK9B%2CQAAO%2CKACN%2CEAAC%2COAAO%3BEACP%2CWAAA%3BEACA%2CgBAAA%3BEACA%2C0BAAA%3B%3BAAOI%2C8BAhBwB%2CWAK9B%2CQAAO%2CKAMN%2CeACC%2CkBACC%2CGAAG%2CGACD%2CKAAK%2COACL%2CEACE%3BEACA%2CWAAA%3BEACA%2CgBAAA%3B%3BAAIH%2C8BAtB0B%2CWAK9B%2CQAAO%2CKAMN%2CeACC%2CkBACC%2CGAAG%2CGASD%2CQAAQ%2CKACR%2CWACC%2CKAAI%3BEACH%2CgBAAA%3B%3BAAHH%2C8BAtB0B%2CWAK9B%2CQAAO%2CKAMN%2CeACC%2CkBACC%2CGAAG%2CGASD%2CQAAQ%2CKAMR%2CsBACC%2CiBACC%2CQAAO%3BEACN%2CYAAA%3BEACG%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CaAAa%2CSAAb%3BEACA%2CqBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3B%3BAAKH%2C8BA5CsB%2CWAK9B%2CQAAO%2CKAMN%2CeACC%2CkBACC%2CGAAG%2CGASD%2CQAAQ%2CKAMR%2CsBAcC%2CmBACC%2CEACE%3BEACA%2CWAAA%3B%3B%3BACxaV%2CQAPqC%3BEACpC%2CaACC%3BIACC%2CaAAA%3B%3B%3BAAIH%2CqBACC%3BEACC%2CiBAAA%3B%3BAAFF%2CqBACC%2CcAEC%2CaACC%2CcAAa%3BEACZ%2CgBAAA%3BEACA%2C6BAAA%3BEACA%2CgCAAA%3B%3BAAPJ%2CqBACC%2CcAEC%2CaACC%2CcAAa%2CWAIZ%2CGAAE%3BEACD%2C4BAAA%3BEACA%2C0BAAA%3B%3BAAVL%2CqBACC%2CcAEC%2CaACC%2CcAAa%2CWAIZ%2CGAAE%2CUAGC%2CKAAE%3BEACH%2CuBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3B%3BAAdN%2CqBACC%2CcAEC%2CaACC%2CcAAa%2CWAIZ%2CGAAE%2CUAGC%2CKAAE%2COAID%3BEACD%2CWAAA%3BEACA%2C2BAAA%3BEACA%2C0BAAA%3BEACA%2C8BAAA%3BEACA%2C2BAAA%3BEACA%2CoCAAA%3BEACA%2CkCAAA%3BEACA%2C0BAAA%3BEACA%2CkBAAA%3B%3BAAxBP%2CqBACC%2CcAEC%2CaACC%2CcAAa%2CWAIZ%2CGAAE%2CUAGC%2CKAAE%2COAID%2CIAUD%3BEACC%2CwBAAA%3B%3BAAGF%2CqBA5BL%2CcAEC%2CaACC%2CcAAa%2CWAIZ%2CGAAE%2CUAGC%2CKAAE%2COAkBF%2CKAAK%2CSACL%3BEACC%2CqBAAA%3B%3BAAGF%2CqBAjCL%2CcAEC%2CaACC%2CcAAa%2CWAIZ%2CGAAE%2CUAGC%2CKAAE%2COAuBF%3BEACC%2CeAAA%3B%3BAAnCR%2CqBACC%2CcAEC%2CaACC%2CcAAa%2CWAIZ%2CGAAE%2CUAGC%2CKAAE%2COA0BH%3BEACC%2COAAO%2CiBAAP%3BEACA%2CoBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2C0BAAA%3BEACA%2C6BAAA%3BEACA%2CwBAAA%3BEACA%2C4BAAA%3BEACA%2C%2BBAAA%3BEACA%2CyBAAA%3BEACA%2C4CAAA%3BEACA%2C0BAAA%3BEACA%2C8BAAA%3BEACA%2CkBAAA%3BEACA%2C2BAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3B%3BAAvDP%2CqBACC%2CcAEC%2CaACC%2CcAAa%2CWAIZ%2CGAAE%2CUAGC%2CKAAE%2COA0BH%2CSAmBG%3BEACD%2CYAAA%3BEACA%2CUAAA%3BEACA%2CqBAAA%3B%3BAA3DR%2CqBACC%2CcAEC%2CaACC%2CcAAa%2CWAIZ%2CGAAE%2CUAGC%2CKAAE%2COA0BH%2CSAmBG%2CKAIC%3BEACD%2CuBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CwBAAA%3BEACA%2CwBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3BEACA%2CsBAAA%3B%3BAAIH%2CqBA1EL%2CcAEC%2CaACC%2CcAAa%2CWAIZ%2CGAAE%2CUAGC%2CKAAE%2COAgEF%3BEACA%2CsBAAA%3BEACA%2CaAAA%3BEACA%2CeAAA%3BEACA%2CuBAAA%3B%3BAAJD%2CqBA1EL%2CcAEC%2CaACC%2CcAAa%2CWAIZ%2CGAAE%2CUAGC%2CKAAE%2COAgEF%2CoBAKE%2CKAAE%2CQACD%2CKACD%2CeACC%3BEACC%2CaAAA%3B%3BAAYX%2CaACC%2CyBACC%2CeAAc%3BEACZ%2CWAAA%3BEACA%2C6BAAA%3B%3BAAJJ%2CaACC%2CyBAKC%3BEACC%2CUAAA%3BEACA%2CWAAA%3B%3BAARH%2CaACC%2CyBASC%2CsBACC%3BEACC%2CYAAA%3B%3BAAZJ%2CaACC%2CyBASC%2CsBAIC%3BEACC%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CqBAAA%3B%3BAAOD%2CQAN2C%3BEAM3C%2CaAzBF%2CyBASC%2CsBAIC%3BIAOE%2CcAAA%3BIACM%2CkBAAA%3BIACA%2CeAAA%3BIACA%2CiBAAA%3B%3B%3BAAuKX%2CQAlK4C%3BEAkK5C%3BIAjKE%2CoBAAA%3B%3BEAiKF%2CaAhKE%3BIACC%2CeAAA%3BIACA%2CSAAA%3BIACA%2CWAAA%3BIACA%2CmBAAA%3BIACA%2CiBAAA%3BIACA%2CaAAA%3B%3BEA0JH%2CaAhKE%2CaAOC%3BIACC%2CqBAAA%3BIACA%2CYAAA%3BIACA%2CUAAA%3B%3BEAsJJ%2CaAhKE%2CaAOC%2CoBAIC%3BIACC%2CaAAA%3BIACA%2CWAAA%3BIACA%2C8BAAA%3B%3BEAkJL%2CaAhKE%2CaAOC%2CoBAIC%2CGAIC%3BIACC%2CgBAAA%3BIACA%2CUAAA%3B%3BEA%2BIN%2CaAhKE%2CaAOC%2CoBAIC%2CGAIC%2CGAGC%3BIACC%2CWAAA%3BIACA%2CcAAA%3BIACA%2CkBAAA%3BIACA%2CYAAA%3BIACA%2CqBAAA%3B%3BEAyIP%2CaAhKE%2CaAOC%2CoBAIC%2CGAIC%2CGAGC%2CEAMC%3BIACC%2CWAAA%3B%3BEAGA%2CaA5BN%2CaAOC%2CoBAIC%2CGAIC%2CGAGC%2CEASE%2CYACC%3BIACA%2CSAAS%2CEAAT%3BIACA%2C8CAAA%3BIACA%2C4BAAA%3BIACA%2CYAAA%3BIACA%2CWAAA%3BIACA%2CcAAA%3BIACA%2CmBAAA%3BIACA%2CcAAA%3BIACA%2CqBAAA%3B%3BEAID%2CaAzCN%2CaAOC%2CoBAIC%2CGAIC%2CGAGC%2CEAsBE%2CqBACC%3BIACA%2CSAAS%2COAAT%3BIACA%2CWAAA%3BIACA%2CaAAa%2CYAAb%3BIACA%2CcAAA%3BIACA%2CmBAAA%3BIACA%2CeAAA%3B%3BEAID%2CaAnDN%2CaAOC%2CoBAIC%2CGAIC%2CGAGC%2CEAgCE%2CgBACC%3BIACA%2CSAAS%2CEAAT%3BIACA%2CmDAAA%3BIACA%2C4BAAA%3BIACA%2CYAAA%3BIACA%2CWAAA%3BIACA%2CcAAA%3BIACA%2CmBAAA%3BIACA%2CcAAA%3B%3BEAID%2CaA%5C%2FDN%2CaAOC%2CoBAIC%2CGAIC%2CGAGC%2CEA4CE%2CmBACC%3BIACA%2CSAAS%2COAAT%3BIACA%2CWAAA%3BIACA%2CaAAa%2CYAAb%3BIACA%2CeAAA%3BIACA%2CcAAA%3BIACA%2CmBAAA%3BIACA%2CoCAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3B%3BEAID%2CaA5EN%2CaAOC%2CoBAIC%2CGAIC%2CGAGC%2CEAyDE%2COAAO%2CQACN%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CcAAA%3BIACA%2CuDAAA%3BIACA%2CSAAS%2CEAAT%3BIACA%2CcAAA%3BIACA%2CmBAAA%3BIACA%2CqBAAA%3B%3BEAMD%2CaA1FN%2CaAOC%2CoBAIC%2CGAIC%2CGAyEE%2CUAAU%2CGACV%2CEACE%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CcAAA%3BIACA%2CgDAAA%3BIACA%2CSAAS%2CEAAT%3BIACA%2CcAAA%3BIACA%2CmBAAA%3BIACA%2CqBAAA%3B%3BEA8DT%2CaAhKE%2CaAOC%2CoBAIC%2CGAIC%2CGAuFC%3BIACC%2CWAAA%3BIACA%2CqBAAA%3BIACA%2CWAAA%3BIACA%2CeAAA%3BIACA%2CeAAA%3BIACA%2CkBAAA%3B%3BEAoDP%2CaAhKE%2CaAOC%2CoBAIC%2CGAIC%2CGA%2BFC%3BIACC%2CaAAA%3BIACA%2CWAAA%3B%3BEAgDP%2CaAhKE%2CaAOC%2CoBAIC%2CGAIC%2CGA%2BFC%2CkBAGC%2CQAAO%3BIACN%2CyBAAA%3BIACA%2CWAAA%3BIACA%2CcAAA%3BIACA%2CkBAAA%3B%3BEACA%2CaAtHN%2CaAOC%2CoBAIC%2CGAIC%2CGA%2BFC%2CkBAGC%2CQAAO%2CSAKL%3BIACA%2CqBAAA%3BIACA%2CyDAAA%3BIACA%2CYAAA%3BIACA%2CWAAA%3BIACA%2CSAAS%2CEAAT%3B%3BEAqCT%2CaAhKE%2CaAOC%2CoBAIC%2CGAIC%2CGA%2BFC%2CkBAGC%2CQAAO%2CSAYN%2CSAAQ%3BIACP%2CiBAAA%3BIACA%2CkBAAA%3BIACA%2CuBAAA%3BIACA%2C0BAAA%3BIACA%2CSAAA%3BIACA%2CkBAAA%3BIACA%2CSAAA%3BIACA%2CWAAA%3BIACA%2CeAAA%3BIACA%2CmBAAA%3BIACA%2CYAAA%3BIACA%2CyBAAA%3BIACA%2CeAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3BIACA%2CgBAAA%3BIACA%2CcAAA%3BIACA%2CmBAAA%3BIACA%2CcAAA%3BIACA%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CeAAA%3B%3BEAaT%2CaAhKE%2CaAOC%2CoBAIC%2CGAIC%2CGA%2BFC%2CkBAGC%2CQAAO%2CSAoCN%3BIACC%2CiBAAA%3BIACA%2CWAAA%3B%3B%3BAAUT%3BEACC%2CmBAAA%3BEACG%2CeAAA%3BEACA%2CWAAA%3BEACA%2COAAA%3BEACA%2CMAAA%3BEACA%2CYAAA%3B%3BAAKA%2CQAJsB%3BEAItB%3BIAHH%2CaAAA%3BIACA%2CsBAAA%3B%3B%3BAAOA%2CQAL6C%3BEAK7C%3BIAJI%2CgBAAA%3BIACA%2CiBAAA%3BIACA%2CgBAAA%3B%3B%3BAAdL%2CYAgBC%2COAAM%3BEACF%2CsBAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3B%3BAAnBL%2CYAgBC%2COAAM%2CQAIF%2COAAM%3BEACL%2CiBAAA%3BEACA%2CaAAA%3BEACA%2CiBAAA%3B%3BAAMA%2CQAL0C%3BEAK1C%2CYAbL%2COAAM%2CQAIF%2COAAM%3BIAKJ%2CyBAAA%3BIACG%2CiBAAA%3BIACA%2CkBAAA%3B%3B%3BAA3BV%2CYAgBC%2COAAM%2CQAIF%2COAAM%2COASL%3BEACC%2CcAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3BEACA%2COAAA%3B%3BAAQA%2CQAP0C%3BEAO1C%2CYAzBN%2COAAM%2CQAIF%2COAAM%2COASL%3BIAME%2CcAAA%3BIACA%2CkBAAA%3BIACG%2CUAAA%3BIACA%2CQAAA%3B%3B%3BAAtCX%2CYAgBC%2COAAM%2CQAIF%2COAAM%2COASL%2CmBAYC%3BEACC%2CgBAAA%3B%3BAA1CR%2CYAgBC%2COAAM%2CQAIF%2COAAM%2COASL%2CmBAYC%2CGAEC%3BEACC%2CqBAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CaAAa%2CqBAAb%3BEACA%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CYAAA%3B%3BAAGL%2CYAxCH%2COAAM%2CQAIF%2COAAM%2COASL%2CmBA2BE%2CmBAAiB%3BEACjB%2CWAAA%3B%3BAADJ%2CYAxCH%2COAAM%2CQAIF%2COAAM%2COASL%2CmBA2BE%2CmBAAiB%2CeAEjB%3BEACC%2CcAAA%3B%3BAAMA%2CQAL0C%3BEAK1C%2CYAjDR%2COAAM%2CQAIF%2COAAM%2COASL%2CmBA2BE%2CmBAAiB%2CeAEjB%3BIAGE%2CWAAA%3BIACA%2CUAAA%3BIACA%2CiBAAA%3B%3B%3BAAED%2CYAjDR%2COAAM%2CQAIF%2COAAM%2COASL%2CmBA2BE%2CmBAAiB%2CeAEjB%2CoBAOK%3BEACH%2CUAAA%3B%3BAADD%2CYAjDR%2COAAM%2CQAIF%2COAAM%2COASL%2CmBA2BE%2CmBAAiB%2CeAEjB%2CoBAOK%2CqBAEH%3BEACC%2CWAAA%3BEACA%2CkBAAA%3BEACA%2C0BAAA%3BEACA%2CuBAAA%3BEACA%2CgBAAA%3B%3BAAQN%2CYAhEJ%2COAAM%2CQAIF%2COAAM%2COA0DR%2CeACC%2CkBACK%3BEACA%2CUAAA%3BEACA%2CuBAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3B%3BAATJ%2CYAhEJ%2COAAM%2CQAIF%2COAAM%2COA0DR%2CeACC%2CkBACK%2CSAUA%3BEACC%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3B%3BAACA%2CYA9ET%2COAAM%2CQAIF%2COAAM%2COA0DR%2CeACC%2CkBACK%2CSAUA%2CKAIE%3BEACA%2CSAAS%2CEAAT%3BEACA%2CqBAAA%3BEACA%2CqDAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CQAAA%3BEACA%2CeAAA%3BEACA%2C4BAAA%3BEACA%2CiCAAA%3BEACA%2CoCAAA%3B%3BAAED%2CYA5FT%2COAAM%2CQAIF%2COAAM%2COA0DR%2CeACC%2CkBACK%2CSAUA%2CKAkBK%3BEACH%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CuBAAA%3BEACA%2C0BAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3B%3BAAKH%2CYAvGP%2COAAM%2CQAIF%2COAAM%2COA0DR%2CeACC%2CkBACK%2CSAqCF%2COACI%2COACF%3BEACG%2CmDAAA%3B%3BAAxHZ%2CYAgBC%2COAAM%2CQAIF%2COAAM%2COA0DR%2CeACC%2CkBA8CC%2CGAAE%3BEACD%2CgBAAA%3BEACG%2CaAAA%3B%3BAAcA%2CQAb0C%3BEAa1C%2CYA7HR%2COAAM%2CQAIF%2COAAM%2COA0DR%2CeACC%2CkBA8CC%2CGAAE%3BIAIG%2CyBAAA%3BIACA%2CeAAA%3BIACA%2CeAAA%3BIACA%2CYAAA%3BIACA%2CsBAAA%3BIAEA%2CkBAAA%3BIACA%2CSAAA%3BIACA%2CQAAA%3BIACA%2CyCAAA%3BIACA%2CaAAA%3B%3B%3BAAED%2CYA7HR%2COAAM%2CQAIF%2COAAM%2COA0DR%2CeACC%2CkBA8CC%2CGAAE%2CiBAgBG%3BAAAQ%2CYA7HjB%2COAAM%2CQAIF%2COAAM%2COA0DR%2CeACC%2CkBA8CC%2CGAAE%2CiBAgBY%3BEACT%2CaAAA%3B%3BAA9IV%2CYAgBC%2COAAM%2CQAIF%2COAAM%2COA0DR%2CeACC%2CkBA8CC%2CGAAE%2CiBAmBE%3BEACC%2CkBAAA%3B%3BAAjJV%2CYAgBC%2COAAM%2CQAIF%2COAAM%2COA0DR%2CeACC%2CkBA8CC%2CGAAE%2CiBAmBE%2CGAEC%3BEACC%2CYAAA%3BEACA%2CUAAA%3B%3BAApJX%2CYAgBC%2COAAM%2CQAIF%2COAAM%2COA0DR%2CeACC%2CkBA8CC%2CGAAE%2CiBAmBE%2CGAEC%2CEAGC%3BEACC%2CWAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CuBAAA%3BEACA%2C0BAAA%3BEACA%2CcAAA%3B%3BAAGL%2CYA9IN%2COAAM%2CQAIF%2COAAM%2COA0DR%2CeACC%2CkBA8CC%2CGAAE%2CiBAmBE%2CGAcD%3BEACA%2CgBAAA%3B%3BAAUF%2CQAJ8C%3BEAI9C%2CYAzJL%2COAAM%2CQAIF%2COAAM%2COA0DR%2CeACC%2CkBAoFE%2COACA%2CGAAE%3BIAEG%2CcAAA%3BIACA%2CSAAA%3B%3B%3BAAvKX%2CYAgBC%2COAAM%2CQAIF%2COAAM%2COAyJR%3BEACC%2CUAAA%3BEACA%2CkBAAA%3B%3BAAIA%2CQAH0C%3BEAG1C%2CYAnKH%2COAAM%2CQAIF%2COAAM%2COAyJR%3BIAIE%2CWAAA%3B%3B%3BAAjLL%2CYAgBC%2COAAM%2CQAIF%2COAAM%2COAyJR%2CeAMC%2CKAAI%3BEACA%2CqBAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3B%3BAACA%2CYAxKP%2COAAM%2CQAIF%2COAAM%2COAyJR%2CeAMC%2CKAAI%2CaAKC%3BEACA%2CSAAS%2CEAAT%3BEACA%2CqBAAA%3BEACA%2CqDAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CQAAA%3BEACA%2CeAAA%3BEACA%2C4BAAA%3BEACA%2CiCAAA%3BEACA%2CoCAAA%3B%3BAApMT%2CYAgBC%2COAAM%2CQAIF%2COAAM%2COAyJR%2CeAMC%2CKAAI%2CaAmBA%3BEACC%2CcAAA%3B%3BAAvMT%2CYAgBC%2COAAM%2CQAIF%2COAAM%2COAyJR%2CeAMC%2CKAAI%2CaAmBA%2CEAEC%3BEACC%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CuBAAA%3BEACA%2C0BAAA%3BEACA%2CcAAA%3B%3BAA7MV%2CYAgBC%2COAAM%2CQAIF%2COAAM%2COAiMR%2CGAAE%2COAAO%3BEACL%2CSAAA%3BEACA%2CWAAA%3B%3BAAvNP%2CYAgBC%2COAAM%2CQAIF%2COAAM%2COAiMR%2CGAAE%2COAAO%2CMAGL%2CGACC%3BEACC%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CqBAAA%3B%3BAAEJ%2CYA%5C%2FMJ%2COAAM%2CQAIF%2COAAM%2COAiMR%2CGAAE%2COAAO%2CMAGL%2CGAOD%3BEACG%2CoBAAA%3B%3BAAEJ%2CYAlNJ%2COAAM%2CQAIF%2COAAM%2COAiMR%2CGAAE%2COAAO%2CMAGL%2CGAUD%3BEACA%2CcAAA%3B%3BAACA%2CYApNL%2COAAM%2CQAIF%2COAAM%2COAiMR%2CGAAE%2COAAO%2CMAGL%2CGAUD%2CmBAEC%3BEACG%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3B%3BAAIJ%2CYA3NL%2COAAM%2CQAIF%2COAAM%2COAiMR%2CGAAE%2COAAO%2CMAGL%2CGAkBD%2CiBACC%2COACA%2CeAAe%3BEACX%2CoBAAA%3BEACA%2CSAAA%3B%3BAAEC%2CYAhOX%2COAAM%2CQAIF%2COAAM%2COAiMR%2CGAAE%2COAAO%2CMAGL%2CGAkBD%2CiBACC%2COACA%2CeAAe%2CGAGX%2CGACE%3BEACA%2CuBAAA%3B%3BAANP%2CYA3NL%2COAAM%2CQAIF%2COAAM%2COAiMR%2CGAAE%2COAAO%2CMAGL%2CGAkBD%2CiBACC%2COACA%2CeAAe%2CGAGX%2CGAIF%3BEACI%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CUAAA%3BEACA%2CmBAAA%3B%3BAAZP%2CYA3NL%2COAAM%2CQAIF%2COAAM%2COAiMR%2CGAAE%2COAAO%2CMAGL%2CGAkBD%2CiBACC%2COACA%2CeAAe%2CGAGX%2CGAIF%2CEAKI%2CKAAI%3BEACH%2CWAAA%3BEACA%2CgBAAA%3B%3BAA1Pd%2CYAqQC%2CQAAO%3BEACH%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3B%3BAA3QL%2CYAqQC%2CQAAO%2CQAOH%3BEACC%2CeAAA%3B%3BAAaA%2CQAZ0C%3BEAY1C%2CYArBL%2CQAAO%2CQAOH%3BIAGE%2CWAAA%3BIACH%2CkBAAA%3BIACA%2CaAAA%3BIACA%2CaAAA%3BIACA%2COAAA%3BIACA%2CkBAAA%3BIACA%2CgBAAA%3B%3BEACA%2CYAjBH%2CQAAO%2CQAOH%2CwBAUA%3BIACA%2CaAAA%3B%3B%3BAAvRL%2CYAqQC%2CQAAO%2CQAOH%2CwBAcC%3BEACC%2CeAAA%3B%3BAAIA%2CQAH0C%3BEAG1C%2CYA1BN%2CQAAO%2CQAOH%2CwBAcC%3BIAGE%2CsBAAA%3B%3B%3BAAMA%2CQAH0C%3BEAG1C%2CYA9BP%2CQAAO%2CQAOH%2CwBAcC%2CqBAKC%3BIAEE%2CeAAA%3B%3B%3BAAjST%2CYAqQC%2CQAAO%2CQAOH%2CwBAcC%2CqBAKC%2CwBAIC%3BEACF%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CsBAAA%3B%3BAAOA%2CQAN0C%3BEAM1C%2CYAzCL%2CQAAO%2CQAOH%2CwBAcC%2CqBAKC%2CwBAIC%3BIAMD%2CYAAA%3BIACA%2CsBAAA%3BIACA%2CsBAAA%3BIACA%2CeAAA%3B%3B%3BAAED%2CYAzCL%2CQAAO%2CQAOH%2CwBAcC%2CqBAKC%2CwBAIC%2CgBAWD%3BEACA%2CWAAA%3B%3BAA%5C%2FSP%2CYAqQC%2CQAAO%2CQAOH%2CwBAcC%2CqBAKC%2CwBAmBF%2CiBAAgB%3BEACf%2CWAAA%3BEACA%2CUAAA%3BEACA%2CUAAA%3BEACA%2CsBAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3B%3BAAKA%2CQAJ0C%3BEAI1C%2CYAxDL%2CQAAO%2CQAOH%2CwBAcC%2CqBAKC%2CwBAmBF%2CiBAAgB%3BIAQd%2CSAAA%3BIACA%2CQAAA%3B%3B%3BAAED%2CYAxDL%2CQAAO%2CQAOH%2CwBAcC%2CqBAKC%2CwBAmBF%2CiBAAgB%2COAWd%3BEACA%2CSAAS%2CEAAT%3BEACA%2CqBAAA%3BEACA%2CmDAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2C4BAAA%3B%3BAAMD%2CQAL2C%3BEAK3C%2CYApEL%2CQAAO%2CQAOH%2CwBAcC%2CqBAKC%2CwBAmBF%2CiBAAgB%2COAWd%3BIAQC%2CYAAA%3BIACA%2CWAAA%3BIACA%2CqBAAA%3B%3B%3BAAvUR%2CYAqQC%2CQAAO%2CQAOH%2CwBAcC%2CqBAkDC%3BEACC%2CYAAA%3BEACH%2CgBAAA%3BEACA%2CeAAA%3B%3BAAOA%2CQANsC%2CuBAAmC%3BEAMzE%2CYAjFJ%2CQAAO%2CQAOH%2CwBAcC%2CqBAkDC%3BIAKD%2CcAAA%3BIACA%2COAAA%3BIACA%2CQAAA%3BIACA%2CgBAAA%3B%3B%3BAAQE%2CQANuC%3BEAMvC%2CYAvFP%2CQAAO%2CQAOH%2CwBAcC%2CqBAkDC%3BIAWD%2CQAAA%3BIACA%2CgBAAA%3BIACA%2CeAAA%3BIACA%2CWAAA%3B%3B%3BAA1VN%2CYAqQC%2CQAAO%2CQAOH%2CwBAcC%2CqBAkDC%2CyBAgBC%2C2BACC%2CuBACC%2CeAAc%3BEAChB%2CcAAA%3BEACA%2CoBAAA%3B%3BAAIA%2CQAH0C%3BEAG1C%2CYA%5C%2FFP%2CQAAO%2CQAOH%2CwBAcC%2CqBAkDC%2CyBAgBC%2C2BACC%2CuBACC%2CeAAc%3BIAIf%2CcAAA%3B%3B%3BAAlWT%2CYAqQC%2CQAAO%2CQAOH%2CwBAcC%2CqBAkDC%2CyBAgBC%2C2BACC%2CuBACC%2CeAAc%2CaAMhB%3BEACC%2CeAAA%3B%3BAArWT%2CYAqQC%2CQAAO%2CQAOH%2CwBAcC%2CqBAkDC%2CyBAgBC%2C2BACC%2CuBACC%2CeAAc%2CaAShB%3BEACC%2CmBAAA%3BEACA%2CeAAA%3B%3BAAoCJ%2CQA5B0C%3BEA4B1C%2CYAxIJ%2CQAAO%3BIA6GF%2CUAAA%3BIACA%2CWAAA%3BIACA%2CeAAA%3BIACA%2CuBAAA%3BIACA%2CmBAAA%3B%3BEAuBD%2CYAxIJ%2CQAAO%2CQAkHF%3BIACC%2CmBAAA%3BIACA%2CQAAA%3BIACA%2CaAAA%3BIACA%2CSAAA%3BIACA%2CaAAA%3B%3BEACA%2CYAxHN%2CQAAO%2CQAkHF%2CYAME%3BIACA%2CWAAA%3BIACA%2CeAAA%3B%3BEAGL%2CYA7HF%2CQAAO%2CQA6HJ%3BIACA%2CSAAS%2CEAAT%3BIACG%2CmBAAA%3BIACA%2CkBAAA%3BIACA%2CYAAA%3BIACA%2CWAAA%3BIACA%2CWAAA%3BIACA%2COAAA%3BIACA%2CQAAA%3B%3B%3BAA1YP%2CYAqQC%2CQAAO%2CQAwIH%2CEAAC%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3BEACA%2CsBAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3B%3BAAKH%2CQAJ6C%3BEAI7C%2CYApJF%2CQAAO%2CQAwIH%2CEAAC%3BIASC%2CeAAA%3BIACA%2CYAAA%3BIAAY%2CYAAA%3B%3B%3BAAMb%2CQAJmC%2CuBAAmC%3BEAItE%2CYAxJL%2CQAAO%2CQAwIH%2CEAAC%3BIAaF%2CeAAA%3BIACG%2CYAAA%3B%3B%3BAA3ZP%2CYAqQC%2CQAAO%2CQAwIH%2CEAAC%2CKAgBA%3BEACC%2CgBAAA%3B%3BAAIJ%2CQAH8C%3BEAG9C%2CYA7JF%2CQAAO%2CQAwIH%2CEAAC%2CKAgBA%3BIAGE%2CWAAA%3B%3B%3BAAGL%2CYA9JF%2CQAAO%2CQAwIH%2CEAAC%2CKAsBC%3BEACA%2CkBAAA%3B%3BAAOH%2CQAN6C%3BEAM7C%2CYAtKH%2CQAAO%2CQAwIH%2CEAAC%2CKAsBC%3BIAGC%2CSAAA%3BIACA%2CUAAA%3BIACA%2CUAAA%3BIACA%2CUAAA%3B%3B%3BAAKJ%2CQAHsC%3BEAGtC%2CYAzKH%2CQAAO%2CQAwIH%2CEAAC%2CKAsBC%3BIASF%2COAAA%3B%3B%3BAAME%2CQAJmC%2CuBAAmC%3BEAItE%2CYA7KN%2CQAAO%2CQAwIH%2CEAAC%2CKAsBC%3BIAYF%2CkBAAA%3B%3B%3BAAZF%2CYA9JF%2CQAAO%2CQAwIH%2CEAAC%2CKAsBC%2CmBAeA%3BEACC%2CWAAA%3B%3BAAhBL%2CYA9JF%2CQAAO%2CQAwIH%2CEAAC%2CKAsBC%2CmBAeA%2CeAEC%2CoBAAsB%3BEACrB%2CUAAA%3B%3BAASA%2CQAR0C%3BEAQ1C%2CYAzLR%2CQAAO%2CQAwIH%2CEAAC%2CKAsBC%2CmBAeA%2CeAEC%2CoBAAsB%3BIAGpB%2CiBAAA%3B%3BEAOD%2CYAzLR%2CQAAO%2CQAwIH%2CEAAC%2CKAsBC%2CmBAeA%2CeAEC%2CoBAAsB%2CqBAIpB%2CwBACC%3BIACC%2CYAAA%3B%3B%3BAAYJ%2CQARsC%2CuBAAmC%3BEAQzE%2CYAjMP%2CQAAO%2CQAwIH%2CEAAC%2CKAsBC%2CmBAeA%2CeAEC%2CoBAAsB%2CqBAWpB%3BIACC%2C2BAAA%3B%3BEAMH%2CYAjMP%2CQAAO%2CQAwIH%2CEAAC%2CKAsBC%2CmBAeA%2CeAEC%2CoBAAsB%2CqBAWpB%2CwBAEC%3BIACC%2CcAAA%3B%3B%3BAAlcZ%2CYAqQC%2CQAAO%2CQAqMN%2CGAAE%3BEACD%2CkBAAA%3B%3BAAQA%2CQAP0C%3BEAO1C%2CYA9MF%2CQAAO%2CQAqMN%2CGAAE%3BIAGA%2CcAAA%3BIACA%2CkBAAA%3BIACG%2CYAAA%3BIACA%2CSAAA%3BIACA%2CaAAA%3B%3B%3BAAjdP%2CYAqQC%2CQAAO%2CQAqMN%2CGAAE%2CQASD%3BEACC%2CiBAAA%3B%3BAApdJ%2CYAqQC%2CQAAO%2CQAqMN%2CGAAE%2CQASD%2CGAEC%2CEAAC%3BEACG%2CYAAA%3BEACA%2CqBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CsDAAA%3BEACA%2C4BAAA%3BEACA%2CkCAAA%3BEACA%2CkBAAA%3B%3BAA7dR%2CYAqQC%2CQAAO%2CQAqMN%2CGAAE%2CQASD%2CGAEC%2CEAAC%2CQASG%2CSAAQ%3BEACP%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CuBAAA%3BEACA%2C0BAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CYAAA%3BEACA%2C4BAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3B%3BAACA%2CYA5OR%2CQAAO%2CQAqMN%2CGAAE%2CQASD%2CGAEC%2CEAAC%2CQASG%2CSAAQ%2CIAmBN%3BEAAQ%2CaAAA%3B%3BAACT%2CYA7OR%2CQAAO%2CQAqMN%2CGAAE%2CQASD%2CGAEC%2CEAAC%2CQASG%2CSAAQ%2CIAoBN%3BEAAS%2CaAAA%3B%3BAAlfnB%2CYAqQC%2CQAAO%2CQAkPN%3BEACI%2CYAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3B%3BAA9fN%2CYAqQC%2CQAAO%2CQAkPN%2CkBAQI%3BEACC%2CeAAA%3BEACA%2CaAAA%3BEACA%2CUAAA%3BEACA%2CYAAA%3BEACA%2C2BAAA%3BEACA%2CUAAA%3B%3BAAID%2CQAH2C%3BEAG3C%2CYApQL%2CQAAO%2CQAkPN%2CkBAQI%3BIAQE%2CgBAAA%3B%3B%3BAAGF%2CYArQL%2CQAAO%2CQAkPN%2CkBAmBK%2CMACA%3BEACD%2CyBAAA%3BEACA%2CoBAAA%3BEACA%2CQAAA%3B%3BAAUA%2CQAP0C%3BEAO1C%2CYAnRL%2CQAAO%2CQAkPN%3BIA2BK%2CSAAA%3BIACA%2CeAAA%3BIACA%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CSAAA%3B%3B%3BAAthBP%2CYAqQC%2CQAAO%2CQAkPN%2CkBAiCI%2CQAAO%3BEACN%2CkBAAA%3B%3BAAIA%2CQAH0C%3BEAG1C%2CYAxRN%2CQAAO%2CQAkPN%2CkBAiCI%2CQAAO%3BIAGL%2CaAAA%3B%3B%3BAAED%2CYAxRN%2CQAAO%2CQAkPN%2CkBAiCI%2CQAAO%2CSAKL%3BEACA%2CSAAQ%2CEAAR%3BEACA%2CqBAAA%3BEACA%2CyDAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3B%3BAAliBR%2CYAqQC%2CQAAO%2CQAkPN%2CkBAiCI%2CQAAO%2CSAYN%2CSAAQ%3BEACP%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CuBAAA%3BEACA%2C0BAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CeAAA%3B%3BAAKJ%2CQAJ8C%3BEAI9C%2CYA7SH%2CQAAO%2CQAkPN%2CkBAiCI%2CQAAO%2CSAYN%2CSAAQ%3BIAWN%2CSAAA%3BIACA%2CUAAA%3B%3B%3BAA8BN%2CQA1B0C%3BEACzC%2CYAhTH%2CQAAO%2CQAkPN%2CkBA8DG%2COAAQ%3BIACL%2CmBAAA%3BIACA%2CUAAA%3BIACA%2CWAAW%2CaAAX%3BIACA%2CmBAAmB%2CaAAnB%3B%3BEAqBL%2CYAzUF%2CQAAO%2CQAkPN%2CkBAoEE%3BIACI%2CmBAAA%3BIACA%2CkBAAA%3BIACA%2CeAAA%3BIACA%2CgBAAA%3BIACA%2CiBAAA%3BIACA%2CQAAA%3BIACA%2CYAAA%3BIACA%2CMAAA%3BIACA%2CgBAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3BIACA%2CUAAA%3BIACA%2CmBAAmB%2CgBAAnB%3BIACA%2CWAAW%2CgBAAX%3BIACA%2CsDAAA%3BIACA%2CsCAAA%3B%3B%3BAA3kBR%2CYAqQC%2CQAAO%2CQAkPN%2CkBAuFC%3BEACC%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3BEACA%2CQAAA%3BEACA%2C2BAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3BEACA%2CYAAA%3B%3BAAMA%2CQAL0C%3BEAK1C%2CYAxVH%2CQAAO%2CQAkPN%2CkBAuFC%3BIAWE%2CoBAAA%3BIACA%2CQAAA%3BIACA%2CUAAA%3B%3B%3BAAED%2CYAxVH%2CQAAO%2CQAkPN%2CkBAuFC%2CgBAeE%3BEACA%2CaAAA%3B%3BAAED%2CYA3VH%2CQAAO%2CQAkPN%2CkBAuFC%2CgBAkBE%3BEACA%2CaAAA%3B%3BAAjmBL%2CYAqQC%2CQAAO%2CQAkPN%2CkBAuFC%2CgBAqBC%2CeACC%3BEACC%2CgBAAA%3B%3BAAMD%2CQAH2C%3BEAG3C%2CYAtWJ%2CQAAO%2CQAkPN%2CkBAuFC%2CgBAqBC%2CeAIC%3BIAEE%2CWAAA%3B%3B%3BAAzmBP%2CYAqQC%2CQAAO%2CQAkPN%2CkBAuFC%2CgBAqBC%2CeASC%2CSAAS%2COAAM%3BEACX%2CgBAAA%3BEACH%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3B%3BAACA%2CYAhXL%2CQAAO%2CQAkPN%2CkBAuFC%2CgBAqBC%2CeASC%2CSAAS%2COAAM%2CSASb%3BEACA%2CmBAAA%3BEACA%2CqBAAA%3B%3BAAMF%2CQAJ8C%3BEAI9C%2CYAxXJ%2CQAAO%2CQAkPN%2CkBAuFC%2CgBAqBC%2CeASC%2CSAAS%2COAAM%3BIAcV%2CeAAA%3BIACA%2CaAAA%3B%3B%3BAA3nBV%2CYAqQC%2CQAAO%2CQAkPN%2CkBAuFC%2CgBAqBC%2CeA2BC%2COAAM%2COAAO%3BEACT%2CWAAA%3BEACA%2CQAAA%3B%3BAACA%2CYA5XR%2CQAAO%2CQAkPN%2CkBAuFC%2CgBAqBC%2CeA2BC%2COAAM%2COAAO%2CMAGR%3BEACA%2CWAAA%3BEACA%2CgBAAA%3B%3BAAnoBV%2CYAqQC%2CQAAO%2CQAkPN%2CkBAuFC%2CgBAqBC%2CeAmCC%2CUACC%2CQAAO%2CgBACN%2CeACC%3BEACC%2CeAAA%3B%3BAA1oBT%2CYAqQC%2CQAAO%2CQAkPN%2CkBAuFC%2CgBAqBC%2CeA4CC%3BEACC%2CuBAAA%3BEACG%2C4BAAA%3BEACA%2C2BAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAKH%2CQAJ6C%3BEAI7C%2CYApZL%2CQAAO%2CQAkPN%2CkBAuFC%2CgBAqBC%2CeA4CC%3BIAOK%2C2BAAA%3BIACH%2C6BAAA%3B%3B%3BAAvpBP%2CYAqQC%2CQAAO%2CQAkPN%2CkBAuFC%2CgBAqBC%2CeA4CC%2CwBAUC%2CGAAG%2CGAAG%3BEACF%2CgBAAA%3B%3BAA1pBV%2CYAqQC%2CQAAO%2CQAkPN%2CkBAuFC%2CgBAqBC%2CeA4CC%2CwBAUC%2CGAAG%2CGAAG%2CsBAEF%2CmBAAmB%3BEAClB%2CqBAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3B%3BAAhqBX%2CYAqQC%2CQAAO%2CQAkPN%2CkBAuFC%2CgBAqBC%2CeA4CC%2CwBAUC%2CGAAG%2CGAAG%2CsBASL%3BEACC%2CWAAA%3BEACA%2CUAAA%3B%3BAApqBR%2CYAqQC%2CQAAO%2CQAkPN%2CkBAuFC%2CgBAqBC%2CeA4CC%2CwBAUC%2CGAAG%2CGAAG%2CsBASL%2CaAGC%3BEACI%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3B%3BAAzqBZ%2CYAqQC%2CQAAO%2CQAkPN%2CkBAuFC%2CgBAqBC%2CeA4CC%2CwBAUC%2CGAAG%2CGAAG%2CsBASL%2CaASC%2COAAM%3BEACL%2CWAAA%3BEACG%2CgBAAA%3BEACA%2CqBAAA%3B%3BAA9qBZ%2CYAqQC%2CQAAO%2CQAkPN%2CkBAuFC%2CgBAqBC%2CeA4CC%2CwBAUC%2CGAAG%2CGAAG%2CsBAwBL%2CSAAQ%3BEACP%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3B%3BAAprBR%2CYAqQC%2CQAAO%2CQAkPN%2CkBAuFC%2CgBAqBC%2CeA4CC%2CwBAUC%2CGAAG%2CGAAG%2CsBAwBL%2CSAAQ%2CQAIP%3BEACC%2CkBAAA%3B%3BAAGA%2CYApbR%2CQAAO%2CQAkPN%2CkBAuFC%2CgBAqBC%2CeA4CC%2CwBAUC%2CGAAG%2CGAAG%2CsBAwBL%2CSAAQ%2CQAOP%2CEACE%3BEACA%2CWAAA%3B%3BAA1rBV%2CYAqQC%2CQAAO%2CQAkPN%2CkBAuFC%2CgBAqBC%2CeA6FC%2CSAAS%3BEACL%2CqBAAA%3BEACH%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3BEACA%2CsBAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3B%3BAACA%2CYAxcL%2CQAAO%2CQAkPN%2CkBAuFC%2CgBAqBC%2CeA6FC%2CSAAS%2CUAaP%3BEACA%2CmBAAA%3BEACA%2CqBAAA%3B%3BAA%5C%2FsBP%2CYAqQC%2CQAAO%2CQAgdN%3BEACI%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3B%3BAASH%2CQAR6C%3BEAQ7C%2CYA7dF%2CQAAO%2CQAgdN%3BIAMK%2CkBAAA%3BIACA%2CSAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3BIACA%2CSAAA%3BIACA%2CyBAAA%3B%3B%3BAAKD%2CQAHmC%2CuBAAmC%3BEAGtE%2CYAheL%2CQAAO%2CQAgdN%3BIAcE%2CgBAAA%3B%3B%3BAAOI%2CQAH0C%3BEAG1C%2CYAreP%2CQAAO%2CQAgdN%2CcAgBI%2CYACC%3BIAEE%2CkBAAA%3B%3B%3BAAxuBT%2CYAqQC%2CQAAO%2CQAgdN%2CcAgBI%2CYACC%2CQAIC%3BEACC%2CsBAAA%3BEACA%2C8BAAA%3BEACA%2C2BAAA%3B%3BAAOA%2CQAN0C%3BEAM1C%2CYA%5C%2FeR%2CQAAO%2CQAgdN%2CcAgBI%2CYACC%2CQAIC%3BIAKD%2CYAAA%3BIACG%2CWAAA%3BIACA%2CUAAA%3BIACA%2CSAAA%3B%3B%3BAAlvBV%2CYAqQC%2CQAAO%2CQAgdN%2CcAgBI%2CYACC%2CQAIC%2CSAUC%3BEACC%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CsBAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CaAAa%2CSAAb%3BEACA%2CUAAA%3B%3BAAiBH%2CQAhB6C%3BEAgB7C%2CYA1gBN%2CQAAO%2CQAgdN%2CcAgBI%2CYACC%2CQAIC%2CSAUC%3BIAYE%2CkBAAA%3BIACA%2CuBAAA%3BIACA%2C0BAAA%3BIACA%2CYAAA%3BIACA%2CsBAAA%3BIACA%2CeAAA%3BIACA%2CsBAAA%3BIACA%2CgBAAA%3BIACA%2CSAAA%3BIACA%2CuBAAA%3BIACA%2C4BAAA%3BIACA%2CgCAAA%3BIACA%2CoCAAA%3BIACA%2CWAAA%3B%3B%3BAAOD%2CQALmC%2CuBAAmC%3BEAKtE%2CYA%5C%2FgBT%2CQAAO%2CQAgdN%2CcAgBI%2CYACC%2CQAIC%2CSAUC%3BIA4BD%2CYAAA%3BIACG%2CsBAAA%3BIACA%2CeAAA%3B%3B%3BAAED%2CYA%5C%2FgBT%2CQAAO%2CQAgdN%2CcAgBI%2CYACC%2CQAIC%2CSAUC%2CMAgCE%3BEACA%2CWAAA%3B%3BAAEJ%2CYAlhBN%2CQAAO%2CQAgdN%2CcAgBI%2CYACC%2CQAIC%2CSAUC%2CMAmCD%3BEACA%2CWAAA%3B%3BAAED%2CYArhBN%2CQAAO%2CQAgdN%2CcAgBI%2CYACC%2CQAIC%2CSAUC%2CMAsCD%3BEACA%2CWAAA%3B%3BAAED%2CYAxhBN%2CQAAO%2CQAgdN%2CcAgBI%2CYACC%2CQAIC%2CSAUC%2CMAyCD%3BEACA%2CWAAA%3B%3BAAED%2CYA3hBN%2CQAAO%2CQAgdN%2CcAgBI%2CYACC%2CQAIC%2CSAUC%2CMA4CD%3BEACA%2CWAAA%3B%3BAAED%2CYA9hBN%2CQAAO%2CQAgdN%2CcAgBI%2CYACC%2CQAIC%2CSAUC%2CMA%2BCD%3BEACA%2CgBAAA%3B%3BAApyBR%2CYAqQC%2CQAAO%2CQAgdN%2CcAgBI%2CYACC%2CQAIC%2CSA6DF%3BEACI%2CaAAA%3BEACA%2CQAAA%3B%3BAAWA%2CQAV0C%3BEAU1C%2CYA%5C%2FiBT%2CQAAO%2CQAgdN%2CcAgBI%2CYACC%2CQAIC%2CSA6DF%3BIAIK%2COAAA%3BIACA%2CcAAA%3BIACA%2CWAAA%3BIACA%2CSAAA%3BIACA%2CqBAAA%3BIACA%2CkBAAA%3BIACA%2CuBAAA%3BIACA%2C0BAAA%3B%3B%3BAAlzBX%2CYAqQC%2CQAAO%2CQAgdN%2CcAgBI%2CYACC%2CQAIC%2CSA6DF%2C0BAaI%2CSACC%2COAAO%3BEACN%2CWAAA%3BEACA%2CgBAAA%3B%3BAAvzBZ%2CYAqQC%2CQAAO%2CQAgdN%2CcAgBI%2CYACC%2CQAIC%2CSA6DF%2C0BAaI%2CSAKF%3BEACC%2CiBAAA%3BEACA%2CgBAAA%3B%3BAA3zBT%2CYAqQC%2CQAAO%2CQAgdN%2CcAgBI%2CYACC%2CQAIC%2CSA6DF%2C0BAaI%2CSAKF%2CGAGC%2CGAAG%3BEACC%2CaAAA%3B%3BAA7zBb%2CYAqQC%2CQAAO%2CQAgdN%2CcAgBI%2CYACC%2CQAIC%2CSA6DF%2C0BAaI%2CSAKF%2CGAGC%2CGAAG%2CgBAEC%2CiBAAiB%3BEAChB%2CWAAA%3BEACA%2CqBAAA%3BEACA%2CSAAA%3B%3BAAyBV%2CQAjB2C%3BEAiB3C%2CYArlBH%2CQAAO%2CQAgdN%2CcAgBI%2CYACC%2CQAoGD%3BIACC%2CeAAA%3BIACG%2CkBAAA%3BIACA%2CSAAA%3B%3BEACH%2CYAzkBN%2CQAAO%2CQAgdN%2CcAgBI%2CYACC%2CQAoGD%2CMAIE%3BIACG%2CSAAA%3BIACA%2CSAAQ%2CEAAR%3BIACA%2CqBAAA%3BIACA%2CmDAAA%3BIACA%2CYAAA%3BIACA%2CWAAA%3BIACA%2CqBAAA%3BIACA%2C4BAAA%3B%3B%3BAAaD%2CQAL0C%3BEAK1C%2CYA9lBT%2CQAAO%2CQAgdN%2CcAgBI%2CYAsHD%2COACA%2CQACI%3BIAEE%2CUAAA%3BIACA%2CYAAA%3BIACG%2CiBAAA%3B%3B%3BAAMP%2CQAH8C%3BEAG9C%2CYAlmBN%2CQAAO%2CQAgdN%2CcAgBI%2CYAsHD%2COACA%2CQACI%2CSAMC%3BIAEE%2CUAAA%3B%3B%3BAAr2BZ%2CYAqQC%2CQAAO%2CQAgdN%2CcAgBI%2CYAsIF%2CSAAS%2COAAM%3BEACX%2CcAAA%3BEACA%2CUAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3B%3BAAKA%2CQAJsC%2CuBAAmC%3BEAIzE%2CYA%5C%2FmBP%2CQAAO%2CQAgdN%2CcAgBI%2CYAsIF%2CSAAS%2COAAM%3BIAMV%2CSAAA%3BIACA%2CQAAA%3B%3B%3BAAED%2CYA%5C%2FmBP%2CQAAO%2CQAgdN%2CcAgBI%2CYAsIF%2CSAAS%2COAAM%2COASV%3BEACA%2CSAAQ%2CEAAR%3BEACA%2CqBAAA%3BEACA%2CmDAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2C4BAAA%3B%3BAAMD%2CQALuC%2CuBAAmC%3BEAK1E%2CYA3nBP%2CQAAO%2CQAgdN%2CcAgBI%2CYAsIF%2CSAAS%2COAAM%2COASV%3BIAQC%2CYAAA%3BIACA%2CWAAA%3BIACA%2CqBAAA%3B%3B%3BAAQV%2CSAAS%3BEACR%2CSAAA%3BEACA%2CUAAA%3BEACG%2C6BAAA%3BEACA%2CgCAAA%3BEACA%2CgBAAA%3B%3BAAmLH%2CQAlL6C%3BEAkL7C%2CSAxLQ%3BIAOJ%2CcAAA%3BIACA%2CYAAA%3B%3BEAgLJ%2CSAxLQ%2CaASJ%2CoBACC%3BIACC%2CgBAAA%3BIACA%2CYAAA%3BIACA%2CcAAA%3BIACA%2CUAAA%3B%3BEA0KN%2CSAxLQ%2CaASJ%2CoBACC%2CyBAKC%3BIACC%2CWAAA%3BIACA%2CqBAAA%3BIACA%2CeAAA%3BIACA%2CcAAA%3BIACA%2CkBAAA%3BIACA%2CgBAAA%3B%3BEAED%2CSAvBE%2CaASJ%2CoBACC%2CyBAaE%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3B%3BEAFD%2CSAvBE%2CaASJ%2CoBACC%2CyBAaE%2COAGA%3BIACC%2CWAAA%3B%3BEA6JR%2CSAxLQ%2CaASJ%2CoBAsBF%3BIACI%2CgBAAA%3BIACA%2CeAAA%3B%3BEAuJN%2CSAxLQ%2CaASJ%2CoBAsBF%2C2BAGI%2CWAAU%2CaAAc%2CGAAE%3BIACzB%2CeAAA%3B%3BEACA%2CSApCC%2CaASJ%2CoBAsBF%2C2BAGI%2CWAAU%2CaAAc%2CGAAE%2CUAErB%2CKAAE%3BIACL%2CeAAA%3BIACA%2CWAAA%3B%3BEACA%2CSAvCA%2CaASJ%2CoBAsBF%2C2BAGI%2CWAAU%2CaAAc%2CGAAE%2CUAErB%2CKAAE%2COAGD%3BIACH%2CeAAA%3BIACA%2CmBAAA%3BIACA%2CgCAAA%3B%3BEACA%2CSA3CD%2CaASJ%2CoBAsBF%2C2BAGI%2CWAAU%2CaAAc%2CGAAE%2CUAErB%2CKAAE%2COAGD%2CIAIC%2COAAI%3BIACP%2CuBAAA%3BIACA%2CkBAAA%3BIACA%2CQAAA%3BIACA%2CWAAW%2CgBAAX%3BIACA%2CgBAAgB%2CgBAAhB%3BIACA%2CmBAAmB%2CgBAAnB%3B%3BEACA%2CSAlDF%2CaASJ%2CoBAsBF%2C2BAGI%2CWAAU%2CaAAc%2CGAAE%2CUAErB%2CKAAE%2COAGD%2CIAIC%2COAAI%2CIAON%3BIACA%2CWAAA%3BIACA%2CeAAA%3BIACA%2CmBAAA%3BIACA%2CiBAAA%3BIACA%2CSAAS%2CGAAT%3B%3BEAGH%2CSA1DA%2CaASJ%2CoBAsBF%2C2BAGI%2CWAAU%2CaAAc%2CGAAE%2CUAErB%2CKAAE%2COAGD%2CIAIC%2COAAI%2CIAcT%2CMACC%3BIACA%2CiBAAA%3BIACA%2CSAAS%2CGAAT%3B%3BEAKJ%2CSAjEG%2CaASJ%2CoBAsBF%2C2BAGI%2CWAAU%2CaAAc%2CGAAE%2CUAErB%2CKAAE%2COA6BJ%3BIACA%2CqBAAA%3BIACA%2CgBAAA%3BIACA%2CsBAAA%3BIACA%2CgBAAA%3BIACA%2CgBAAA%3B%3BEACA%2CSAvED%2CaASJ%2CoBAsBF%2C2BAGI%2CWAAU%2CaAAc%2CGAAE%2CUAErB%2CKAAE%2COA6BJ%2CWAMI%3BIACH%2CqBAAA%3BIACA%2CSAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2C%2BBAAA%3BIACA%2CgCAAA%3B%3BEACA%2CSA9EF%2CaASJ%2CoBAsBF%2C2BAGI%2CWAAU%2CaAAc%2CGAAE%2CUAErB%2CKAAE%2COA6BJ%2CWAMI%2CKAOF%2CUAAU%3BIACV%2CeAAA%3B%3BEAEF%2CSAjFD%2CaASJ%2CoBAsBF%2C2BAGI%2CWAAU%2CaAAc%2CGAAE%2CUAErB%2CKAAE%2COA6BJ%2CWAMI%2CKAUA%3BIACF%2CaAAA%3BIACA%2CYAAA%3BIACA%2CeAAA%3BIACA%2CsBAAA%3BIACA%2CiBAAA%3B%3BEACA%2CSAvFH%2CaASJ%2CoBAsBF%2C2BAGI%2CWAAU%2CaAAc%2CGAAE%2CUAErB%2CKAAE%2COA6BJ%2CWAMI%2CKAUA%2CIAME%2COAAI%3BIACP%2CeAAA%3BIACA%2CkBAAA%3BIACA%2CgBAAA%3B%3BEAKP%2CSA%5C%2FFG%2CaASJ%2CoBAsBF%2C2BAGI%2CWAAU%2CaAAc%2CGAAE%2CUAErB%2CKAAE%2COA2DP%2CoBAAuB%2CKAAE%3BIACzB%2CUAAA%3BIACA%2CuBAAA%3B%3BEACA%2CSAlGE%2CaASJ%2CoBAsBF%2C2BAGI%2CWAAU%2CaAAc%2CGAAE%2CUAErB%2CKAAE%2COA2DP%2CoBAAuB%2CKAAE%2CQAGrB%3BIACA%2CqBAAA%3BIACA%2CYAAA%3B%3BEAFJ%2CSAlGE%2CaASJ%2CoBAsBF%2C2BAGI%2CWAAU%2CaAAc%2CGAAE%2CUAErB%2CKAAE%2COA2DP%2CoBAAuB%2CKAAE%2CQAGrB%2CKAGA%3BIACC%2CaAAA%3BIACA%2CeAAA%3B%3BEALL%2CSAlGE%2CaASJ%2CoBAsBF%2C2BAGI%2CWAAU%2CaAAc%2CGAAE%2CUAErB%2CKAAE%2COA2DP%2CoBAAuB%2CKAAE%2CQAGrB%2CKAGA%2CeAGC%3BIACC%2CUAAA%3BIACA%2C%2BBAAA%3BIACA%2CgCAAA%3BIACA%2CYAAA%3B%3BEACA%2CSA7GJ%2CaASJ%2CoBAsBF%2C2BAGI%2CWAAU%2CaAAc%2CGAAE%2CUAErB%2CKAAE%2COA2DP%2CoBAAuB%2CKAAE%2CQAGrB%2CKAGA%2CeAGC%2CoBAKE%2CUAAU%3BIACV%2CkBAAA%3B%3BEAED%2CSAhHJ%2CaASJ%2CoBAsBF%2C2BAGI%2CWAAU%2CaAAc%2CGAAE%2CUAErB%2CKAAE%2COA2DP%2CoBAAuB%2CKAAE%2CQAGrB%2CKAGA%2CeAGC%2CoBAQK%3BIACH%2CYAAA%3B%3BEADD%2CSAhHJ%2CaASJ%2CoBAsBF%2C2BAGI%2CWAAU%2CaAAc%2CGAAE%2CUAErB%2CKAAE%2COA2DP%2CoBAAuB%2CKAAE%2CQAGrB%2CKAGA%2CeAGC%2CoBAQK%2CqBAEH%2C0BACC%3BIACC%2CkBAAA%3B%3BEAJH%2CSAhHJ%2CaASJ%2CoBAsBF%2C2BAGI%2CWAAU%2CaAAc%2CGAAE%2CUAErB%2CKAAE%2COA2DP%2CoBAAuB%2CKAAE%2CQAGrB%2CKAGA%2CeAGC%2CoBAQK%2CqBAOH%2CqBAAqB%3BIACpB%2CeAAA%3BIACA%2CiBAAA%3B%3BEA%2BDd%2CSAxLQ%2CaASJ%2CoBAsBF%2C2BAmGC%2CGAAE%2COAAO%3BIACL%2CeAAA%3BIACA%2CYAAA%3B%3BEAEC%2CSAtIA%2CaASJ%2CoBAsBF%2C2BAmGC%2CGAAE%2COAAO%2CMAGL%2CGACE%2CMAAM%3BIACN%2CYAAA%3BIACA%2CUAAA%3B%3BEAEJ%2CSA1IG%2CaASJ%2CoBAsBF%2C2BAmGC%2CGAAE%2COAAO%2CMAGL%2CGAKE%3BIACA%2CeAAA%3BIACA%2CmBAAA%3BIACA%2CgCAAA%3BIACA%2CaAAA%3BIACA%2CWAAA%3BIACA%2CeAAA%3BIACA%2CyBAAA%3BIACA%2CgBAAA%3B%3BEAsCT%2CSAxLQ%2CaASJ%2CoBAsBF%2C2BA4HC%3BIACI%2CeAAA%3BIACA%2CYAAA%3B%3BEA2BP%2CSAxLQ%2CaASJ%2CoBAsBF%2C2BA4HC%2CUAGI%2COAAM%3BIACL%2CeAAA%3BIACA%2CmBAAA%3BIACA%2CgCAAA%3BIACA%2CaAAA%3BIACA%2CWAAA%3BIACA%2CeAAA%3BIACA%2CyBAAA%3BIACA%2CgBAAA%3BIACA%2CSAAA%3B%3BEAiBR%2CSAxLQ%2CaASJ%2CoBAsBF%2C2BA4HC%2CUAcC%2CiBAAmB%3BIACf%2CeAAA%3BIACA%2CmBAAA%3BIACA%2CgCAAA%3BIACA%2CaAAA%3BIACA%2CWAAA%3BIACA%2CeAAA%3BIACA%2CyBAAA%3BIACA%2CgBAAA%3BIACA%2CcAAA%3B%3B%3BAAxBL%2CQApJ0C%2CuBA%2BIC%3BEAK3C%2CSA1JK%2CaASJ%2CoBAsBF%2C2BAmGC%2CGAAE%2COAAO%2CMAoBP%2CeAAiB%2CKAAE%2COAAO%3BIACtB%2CUAAA%3B%3B%3BAAvJV%2CSAAS%2CaAwLR%2CWAAU%3BEACN%2CsBAAA%3B%3BAAzLL%2CSAAS%2CaAwLR%2CWAAU%2CaAEN%2CGAAE%3BEACD%2CiBAAA%3BEACA%2CeAAA%3B%3BAACA%2CSA7LG%2CaAwLR%2CWAAU%2CaAEN%2CGAAE%2CUAGG%2CKAAE%3BEACL%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3B%3BAAgFA%2CQA%5C%2FEyB%2CuBAAwB%3BEA%2BEjD%2CSAhRE%2CaAwLR%2CWAAU%2CaAEN%2CGAAE%2CUAGG%2CKAAE%3BIAKJ%2CWAAA%3B%3BEACA%2CSAnMC%2CaAwLR%2CWAAU%2CaAEN%2CGAAE%2CUAGG%2CKAAE%2COAMH%2COAAU%2CIAAI%2COAAI%3BIAClB%2CSAAS%2CEAAT%3BIACA%2CqBAAA%3BIACA%2CgBAAA%3BIACA%2CgBAAA%3BIACA%2CQAAA%3BIACA%2CSAAA%3BIACA%2CsBAAA%3BIACA%2CgBAAA%3BIACA%2C6BAAA%3B%3BEACA%2CSA7MA%2CaAwLR%2CWAAU%2CaAEN%2CGAAE%2CUAGG%2CKAAE%2COAMH%2COAAU%2CIAAI%2COAAI%2CIAUjB%3BIACA%2CaAAA%3B%3BEAGL%2CSAjNI%2CaAwLR%2CWAAU%2CaAEN%2CGAAE%2CUAGG%2CKAAE%2COAoBH%3BIACH%2CwBAAA%3BIACA%2CSAAA%3BIACA%2COAAA%3BIAAO%2CQAAA%3BIACP%2CcAAA%3BIACA%2CaAAA%3BIACG%2CyBAAA%3BIACA%2C4CAAA%3BIACA%2CeAAA%3BIACA%2CmBAAA%3BIACA%2CkBAAA%3BIACA%2CgBAAA%3BIACA%2CkBAAA%3BIACA%2CYAAA%3B%3BEAIH%2CSAlOG%2CaAwLR%2CWAAU%2CaAEN%2CGAAE%2CUAGG%2CKAAE%2COAoBH%2CWAiBC%3BIACA%2CYAAA%3BIACA%2CUAAA%3BIACA%2CqBAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3B%3BEACA%2CSAxOD%2CaAwLR%2CWAAU%2CaAEN%2CGAAE%2CUAGG%2CKAAE%2COAoBH%2CWAiBC%2CKAMC%2CUAAU%3BIACV%2CeAAA%3B%3BEAED%2CSA3OD%2CaAwLR%2CWAAU%2CaAEN%2CGAAE%2CUAGG%2CKAAE%2COAoBH%2CWAiBC%2CKASI%3BIACH%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CkBAAA%3BIACA%2CaAAA%3BIACA%2CaAAA%3BIACA%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CaAAA%3BIACA%2CmBAAA%3BIACA%2CuBAAA%3BIACA%2CsBAAA%3B%3BEAKA%2CSA3PF%2CaAwLR%2CWAAU%2CaAEN%2CGAAE%2CUAGG%2CKAAE%2COAoBH%2CWAiBC%2CKASI%2CIAgBF%3BIACA%2CmCAAA%3BIACA%2CwCAAA%3BIACA%2C2CAAA%3B%3BEAnBF%2CSA3OD%2CaAwLR%2CWAAU%2CaAEN%2CGAAE%2CUAGG%2CKAAE%2COAoBH%2CWAiBC%2CKASI%2CIAqBH%2CKAAI%3BIACH%2CgBAAA%3BIACA%2CQAAA%3BIACA%2CgBAAA%3BIACA%2CmBAAA%3BIACA%2COAAA%3BIACA%2CQAAA%3BIACA%2CwBAAA%3B%3B%3BAArCN%2CQAjC0B%2CuBAAwB%2CwBA8Bb%2CuBAAmC%3BEAGxE%2CSAlOG%2CaAwLR%2CWAAU%2CaAEN%2CGAAE%2CUAGG%2CKAAE%2COAoBH%3BIAeF%2CSAAA%3B%3B%3BAA2BI%2CQA1DqB%2CuBAAwB%2CwBAsDR%2CuBAAmC%3BEAIxE%2CSA3PF%2CaAwLR%2CWAAU%2CaAEN%2CGAAE%2CUAGG%2CKAAE%2COAoBH%2CWAiBC%2CKASI%3BIAaF%2CaAAA%3BIACA%2CeAAA%3B%3B%3BAAkBJ%2CQA1EwB%2CuBAAwB%2CwBAuEP%3BEAGzC%2CSA3QC%2CaAwLR%2CWAAU%2CaAEN%2CGAAE%2CUAGG%2CKAAE%2COAoBH%2CWAiBC%2CKASI%2CIAqBH%2CKAAI%3BIASF%2CeAAA%3B%3B%3BAAUN%2CQAHqC%2CuBAAmC%3BEAGxE%2CSAnRE%2CaAwLR%2CWAAU%2CaAEN%2CGAAE%2CUAGG%2CKAAE%3BIAoFJ%2CkBAAA%3B%3B%3BAAKD%2CQAHyC%2CuBAAmC%3BEAG5E%2CSAtRE%2CaAwLR%2CWAAU%2CaAEN%2CGAAE%2CUAGG%2CKAAE%3BIAuFJ%2CkBAAA%3B%3B%3BAAED%2CSAtRE%2CaAwLR%2CWAAU%2CaAEN%2CGAAE%2CUAGG%2CKAAE%2COAyFJ%3BEACA%2CeAAA%3B%3BAAED%2CSAzRE%2CaAwLR%2CWAAU%2CaAEN%2CGAAE%2CUAGG%2CKAAE%2COA4FD%3BEACH%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CuBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3B%3BAAKA%2CQAJqC%2CuBAAmC%3BEAIxE%2CSAvSC%2CaAwLR%2CWAAU%2CaAEN%2CGAAE%2CUAGG%2CKAAE%2COA4FD%3BIAWF%2CeAAA%3BIACA%2CsBAAA%3B%3B%3BAAED%2CSAvSC%2CaAwLR%2CWAAU%2CaAEN%2CGAAE%2CUAGG%2CKAAE%2COA4FD%2CIAcC%2COAAI%3BEACP%2CsBAAA%3BEACA%2CUAAA%3B%3BAAIA%2CQAH0B%3BEAG1B%2CSA7SA%2CaAwLR%2CWAAU%2CaAEN%2CGAAE%2CUAGG%2CKAAE%2COA4FD%2CIAcC%2COAAI%3BIAIN%2CuBAAA%3B%3B%3BAAKF%2CQAHsC%2CuBAAmC%3BEAGzE%2CSAhTC%2CaAwLR%2CWAAU%2CaAEN%2CGAAE%2CUAGG%2CKAAE%2COA4FD%2CIAcC%2COAAI%3BIAON%2C2BAAA%3B%3B%3BAAKN%2CSAnTK%2CaAwLR%2CWAAU%2CaAEN%2CGAAE%2CUAGG%2CKAAE%2COAsHJ%3BEACF%2CwBAAA%3BEACA%2CSAAA%3BEACA%2COAAA%3BEAAO%2CQAAA%3BEACP%2CcAAA%3BEACA%2CaAAA%3BEACG%2CyBAAA%3BEACA%2C4CAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3B%3BAAIH%2CQAHqC%2CuBAAmC%3BEAGxE%2CSApUG%2CaAwLR%2CWAAU%2CaAEN%2CGAAE%2CUAGG%2CKAAE%2COAsHJ%3BIAeD%2CSAAA%3B%3B%3BAAED%2CSApUG%2CaAwLR%2CWAAU%2CaAEN%2CGAAE%2CUAGG%2CKAAE%2COAsHJ%2CWAiBE%3BEACA%2CYAAA%3BEACA%2CUAAA%3BEACA%2CqBAAA%3B%3BAACA%2CSAxUD%2CaAwLR%2CWAAU%2CaAEN%2CGAAE%2CUAGG%2CKAAE%2COAsHJ%2CWAiBE%2CKAIC%2CUAAU%3BEACV%2CeAAA%3B%3BAAED%2CSA3UD%2CaAwLR%2CWAAU%2CaAEN%2CGAAE%2CUAGG%2CKAAE%2COAsHJ%2CWAiBE%2CKAOI%3BEACH%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CaAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3BEACA%2CsBAAA%3B%3BAAKA%2CQAJqC%2CuBAAmC%3BEAIxE%2CSA3VF%2CaAwLR%2CWAAU%2CaAEN%2CGAAE%2CUAGG%2CKAAE%2COAsHJ%2CWAiBE%2CKAOI%3BIAaF%2CaAAA%3BIACA%2CeAAA%3B%3B%3BAAED%2CSA3VF%2CaAwLR%2CWAAU%2CaAEN%2CGAAE%2CUAGG%2CKAAE%2COAsHJ%2CWAiBE%2CKAOI%2CIAgBF%3BEACA%2CmCAAA%3BEACA%2CwCAAA%3BEACA%2C2CAAA%3B%3BAAnBF%2CSA3UD%2CaAwLR%2CWAAU%2CaAEN%2CGAAE%2CUAGG%2CKAAE%2COAsHJ%2CWAiBE%2CKAOI%2CIAqBH%2CKAAI%3BEACH%2CgBAAA%3BEACA%2CQAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2COAAA%3BEACA%2CQAAA%3BEACA%2CwBAAA%3B%3BAAIJ%2CQAHyC%3BEAGzC%2CSA3WC%2CaAwLR%2CWAAU%2CaAEN%2CGAAE%2CUAGG%2CKAAE%2COAsHJ%2CWAiBE%2CKAOI%2CIAqBH%2CKAAI%3BIASF%2CeAAA%3B%3B%3BAAMT%2CSA%5C%2FWK%2CaAwLR%2CWAAU%2CaAEN%2CGAAE%2CUAGG%2CKAAE%2COAkLP%2CoBAAuB%2CKAAE%3BEACzB%2CaAAA%3B%3BAACA%2CSAjXI%2CaAwLR%2CWAAU%2CaAEN%2CGAAE%2CUAGG%2CKAAE%2COAkLP%2CoBAAuB%2CKAAE%2CQAErB%3BEACA%2CqBAAA%3BEACA%2CSAAA%3B%3BAAFJ%2CSAjXI%2CaAwLR%2CWAAU%2CaAEN%2CGAAE%2CUAGG%2CKAAE%2COAkLP%2CoBAAuB%2CKAAE%2CQAErB%2CKAGA%3BEACC%2CWAAA%3BEACA%2CaAAA%3BEACA%2CeAAA%3BEACA%2CuBAAA%3B%3BAAPL%2CSAjXI%2CaAwLR%2CWAAU%2CaAEN%2CGAAE%2CUAGG%2CKAAE%2COAkLP%2CoBAAuB%2CKAAE%2CQAErB%2CKAGA%2CeAKC%3BEACC%2CaAAA%3B%3BAAIA%2CQAHsC%2CuBAAmC%3BEAGzE%2CSA9XF%2CaAwLR%2CWAAU%2CaAEN%2CGAAE%2CUAGG%2CKAAE%2COAkLP%2CoBAAuB%2CKAAE%2CQAErB%2CKAGA%2CeAKC%3BIAGE%2CYAAA%3B%3B%3BAAED%2CSA9XF%2CaAwLR%2CWAAU%2CaAEN%2CGAAE%2CUAGG%2CKAAE%2COAkLP%2CoBAAuB%2CKAAE%2CQAErB%2CKAGA%2CeAKC%2CoBAKK%3BEACH%2CgBAAA%3BEACA%2CaAAA%3B%3BAAIA%2CQAHsC%2CuBAAmC%3BEAGzE%2CSApYH%2CaAwLR%2CWAAU%2CaAEN%2CGAAE%2CUAGG%2CKAAE%2COAkLP%2CoBAAuB%2CKAAE%2CQAErB%2CKAGA%2CeAKC%2CoBAKK%3BIAIF%2CaAAA%3B%3B%3BAAJF%2CSA9XF%2CaAwLR%2CWAAU%2CaAEN%2CGAAE%2CUAGG%2CKAAE%2COAkLP%2CoBAAuB%2CKAAE%2CQAErB%2CKAGA%2CeAKC%2CoBAKK%2CqBAMH%2CkBAAoB%2CqBACnB%3BEACC%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3B%3BAAKJ%2CQAJ8C%3BEAI9C%2CSA9YD%2CaAwLR%2CWAAU%2CaAEN%2CGAAE%2CUAGG%2CKAAE%2COAkLP%2CoBAAuB%2CKAAE%2CQAErB%2CKAGA%2CeAKC%2CoBAKK%2CqBAMH%2CkBAAoB%2CqBACnB%3BIAME%2CeAAA%3BIACA%2CiBAAA%3B%3B%3BAAdJ%2CSA9XF%2CaAwLR%2CWAAU%2CaAEN%2CGAAE%2CUAGG%2CKAAE%2COAkLP%2CoBAAuB%2CKAAE%2CQAErB%2CKAGA%2CeAKC%2CoBAKK%2CqBAMH%2CkBAAoB%2CqBAWtB%3BEACI%2CUAAA%3BEACA%2CSAAA%3B%3BAAnBH%2CSA9XF%2CaAwLR%2CWAAU%2CaAEN%2CGAAE%2CUAGG%2CKAAE%2COAkLP%2CoBAAuB%2CKAAE%2CQAErB%2CKAGA%2CeAKC%2CoBAKK%2CqBAMH%2CkBAAoB%2CqBAWtB%2CGAGG%3BEACC%2CkBAAA%3BEACA%2C0DAAA%3BEACA%2CgCAAA%3BEACA%2CoBAAA%3BEACA%2CkBAAA%3B%3BAAMC%2CQALyC%3BEAKzC%2CSA7ZN%2CaAwLR%2CWAAU%2CaAEN%2CGAAE%2CUAGG%2CKAAE%2COAkLP%2CoBAAuB%2CKAAE%2CQAErB%2CKAGA%2CeAKC%2CoBAKK%2CqBAMH%2CkBAAoB%2CqBAWtB%2CGAGG%3BIAOE%2CkBAAA%3BIACA%2C6BAAA%3BIACA%2CoBAAA%3B%3B%3BAA7BJ%2CSA9XF%2CaAwLR%2CWAAU%2CaAEN%2CGAAE%2CUAGG%2CKAAE%2COAkLP%2CoBAAuB%2CKAAE%2CQAErB%2CKAGA%2CeAKC%2CoBAKK%2CqBAMH%2CkBAAoB%2CqBAWtB%2CGAGG%2CGAWE%3BEACC%2CWAAA%3BEACA%2CqBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3B%3BAAKJ%2CQAJ8C%3BEAI9C%2CSAvaH%2CaAwLR%2CWAAU%2CaAEN%2CGAAE%2CUAGG%2CKAAE%2COAkLP%2CoBAAuB%2CKAAE%2CQAErB%2CKAGA%2CeAKC%2CoBAKK%2CqBAMH%2CkBAAoB%2CqBAWtB%2CGAGG%2CGAWE%3BIAOE%2CeAAA%3BIACA%2CiBAAA%3B%3B%3BAAvCN%2CSA9XF%2CaAwLR%2CWAAU%2CaAEN%2CGAAE%2CUAGG%2CKAAE%2COAkLP%2CoBAAuB%2CKAAE%2CQAErB%2CKAGA%2CeAKC%2CoBAKK%2CqBA6CH%2C0BACC%3BEACC%2CmBAAA%3B%3BAAad%2CGAAG%3BEACC%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CWAAW%2CgBAAX%3BEACA%2CaAAA%3B%3BAATJ%2CGAAG%2CqBAUC%3BEACC%2CaAAA%3BEACA%2CeAAA%3BEACA%2CsBAAA%3B%3BAAbL%2CGAAG%2CqBAUC%2CsBAIC%3BEACC%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CQAAA%3B%3BAAlBN%2CGAAG%2CqBAUC%2CsBAIC%2CqCAKC%3BEACC%2CeAAA%3BEACA%2CmBAAA%3B%3BAArBP%2CGAAG%2CqBAUC%2CsBAIC%2CqCASF%3BEACC%2CeAAA%3BEACA%2CqBAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3B%3BAA3BJ%2CGAAG%2CqBAUC%2CsBAIC%2CqCASF%2CEAKC%3BEACC%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3B%3BAA%5C%2FBL%2CGAAG%2CqBAUC%2CsBAIC%2CqCASF%2CEAUC%3BEACC%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3B%3BAAED%2CGAtCD%2CqBAUC%2CsBAIC%2CqCASF%2CEAeE%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAxCL%2CGAAG%2CqBAUC%2CsBAIC%2CqCA6BC%3BEACC%2CiBAAA%3B%3BAA5CP%2CGAAG%2CqBAUC%2CsBAIC%2CqCA6BC%2CKAEC%3BEACC%2CeAAA%3B%3BAA9CR%2CGAAG%2CqBAUC%2CsBAIC%2CqCA6BC%2CKAEC%2CYAEC%2CMAAK%3BEACJ%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3B%3BAAvDT%2CGAAG%2CqBAUC%2CsBAIC%2CqCA6BC%2CKAEC%2CYAYC%2COAAM%2COAAO%2CUAAU%3BEACtB%2CmBAAA%3BEACA%2CqBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3B%3BAA%5C%2FDT%2CGAAG%2CqBAUC%2CsBAIC%2CqCAqDF%3BEACC%2CqBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAtEJ%2CGAAG%2CqBAUC%2CsBAIC%2CqCAqDF%2CyBAIG%3BEACE%2CaAAA%3BEACA%2CuBAAA%3BEACA%2CcAAA%3B%3BAA1ER%2CGAAG%2CqBAUC%2CsBAIC%2CqCAqDF%2CyBAIG%2CqBAII%3BEACD%2CUAAA%3BEACA%2CkBAAA%3B%3BAA7ET%2CGAAG%2CqBAUC%2CsBAIC%2CqCAqDF%2CyBAIG%2CqBAQE%3BEACC%2CgBAAA%3B%3BAAhFT%2CGAAG%2CqBAUC%2CsBAIC%2CqCAqDF%2CyBAIG%2CqBAQE%2CmBAEC%3BEACC%2CWAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3B%3BAApFV%2CGAAG%2CqBAUC%2CsBAgFF%2CcAAa%3BEACT%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CmBAAA%3B%3BAA9FN%2CGAAG%2CqBAUC%2CsBAgFF%2CcAAa%2CSAKT%2CIAAG%3BEACF%2CgBAAA%3B%3BAAhGP%2CGAAG%2CqBAoGF%2CIAAG%3BEACC%2CkBAAA%3BEACH%2CWAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3B%3BAA9GF%2CGAAG%2CqBAgHF%3BEACC%2CWAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2C4BAAA%3B%3BAApHF%2CGAAG%2CqBAgHF%2CcAKC%3BEACC%2CWAAA%3BEACA%2CeAAA%3B%3BAAWH%2CQAPyB%3BEACxB%3BIACG%2C8BAAA%3BIACA%2CQAAA%3BIACA%2CaAAA%3B%3B%3BAAGJ%3BEACC%2CoBAAA%3BEACA%2CaAAA%3B%3BAAFD%2CkBAGC%3BEACC%2CaAAA%3BEACA%2CuBAAA%3BEACA%2CWAAA%3B%3BAANF%2CkBAGC%2CmBAIC%2CGACC%3BEACC%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CeAAA%3B%3B%3BACrvDJ%2CgBACC%2CWACC%2CiBACC%3BEACI%2CqBAAA%3B%3BAAJP%2CgBACC%2CWACC%2CiBAIC%3BEACC%2CkBAAA%3B%3BAAPJ%2CgBACC%2CWACC%2CiBAIC%2CoBAoBI%3BEACC%2CWAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BAAyBF%2CQAZ8B%3BEAY9B%2CgBAnDL%2CWACC%2CiBAIC%2CoBAoBI%2CeAYC%2CcACC%2CWAAW%3BIAER%2CqBAAA%3B%3BEAWN%2CgBAnDL%2CWACC%2CiBAIC%2CoBAoBI%2CeAYC%2CcACC%2CWAAW%2CUAGT%3BIACE%2CkBAAA%3BIACA%2CMAAA%3BIACA%2COAAA%3BIACA%2CuBAAA%3BIACA%2CWAAA%3BIACA%2CqBAAA%3BIACA%2CwBAAA%3B%3B%3BAAjDb%2CgBACC%2CWACC%2CiBAIC%2CoBAoBI%2CeAYC%2CcAeF%3BEACC%2CgBAAA%3B%3BAAIA%2CQAH0C%3BEAG1C%2CgBAzDN%2CWACC%2CiBAIC%2CoBAoBI%2CeAYC%2CcAeF%3BIAGE%2CgBAAA%3B%3B%3BAAxDR%2CgBACC%2CWACC%2CiBAIC%2CoBAoBI%2CeAYC%2CcAeF%2CUAKC%3BEACC%2CgBAAA%3BEACA%2CkBAAA%3B%3BAA5DR%2CgBACC%2CWACC%2CiBAIC%2CoBAoBI%2CeAYC%2CcAeF%2CUAKC%2COAGC%3BEACI%2CSAAA%3BEACA%2CuBAAA%3BEACA%2CSAAA%3B%3BAAhEZ%2CgBACC%2CWACC%2CiBAIC%2CoBAoBI%2CeAYC%2CcAeF%2CUAKC%2COAQC%3BEACI%2CQAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3B%3BAAtEZ%2CgBACC%2CWACC%2CiBAIC%2CoBAoBI%2CeAYC%2CcAeF%2CUAKC%2COAcC%3BEACI%2CUAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3B%3BAAEJ%2CgBA5EP%2CWACC%2CiBAIC%2CoBAoBI%2CeAYC%2CcAeF%2CUAKC%2COAmBE%2COACA%3BEACC%2CuBAAA%3B%3BAAFF%2CgBA5EP%2CWACC%2CiBAIC%2CoBAoBI%2CeAYC%2CcAeF%2CUAKC%2COAmBE%2COAIA%3BEACI%2CmBAAA%3B%3BAAlFb%2CgBACC%2CWACC%2CiBAIC%2CoBAoBI%2CeA8DF%3BEACC%2CcAAA%3B%3BAAzFN%2CgBACC%2CWACC%2CiBAIC%2CoBAoBI%2CeA8DF%2C0BAEC%3BEACI%2CWAAA%3B%3BAA3FV%2CgBACC%2CWACC%2CiBA8FC%3BEACC%2CmBAAA%3BEACA%2CiBAAA%3B%3BAAlGJ%2CgBACC%2CWACC%2CiBA8FC%2CqBAGC%3BEACC%2CaAAA%3B%3BAApGL%2CgBACC%2CWACC%2CiBA8FC%2CqBAGC%2CWAEC%3BEACC%2CYAAA%3B%3BAAtGN%2CgBACC%2CWACC%2CiBA8FC%2CqBAGC%2CWAEC%2CcAEC%3BEACC%2CaAAA%3BEACA%2CsBAAA%3BEACA%2CYAAA%3B%3BAA1GP%2CgBACC%2CWACC%2CiBA8FC%2CqBAGC%2CWAEC%2CcAEC%2CmBAIC%3BEACC%2CaAAA%3BEACA%2CsBAAA%3BEACA%2COAAA%3B%3BAA9GR%2CgBACC%2CWACC%2CiBA8FC%2CqBAGC%2CWAEC%2CcAEC%2CmBAIC%2CsBAIC%3BEACC%2COAAA%3B%3BAASF%2CQAHuC%3BEAGvC%2CgBAxHN%2CWACC%2CiBA8FC%3BIAuBK%2CmBAAA%3B%3B%3BAAKJ%2CQAHyC%2CuBAAsC%3BEAG%5C%2FE%2CgBA3HH%2CWACC%2CiBA8FC%3BIA0BE%2CmBAAA%3B%3B%3BAA1HL%2CgBACC%2CWACC%2CiBA8FC%2CqBA4BC%3BEACI%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3B%3BAAIA%2CQAH0C%3BEAG1C%2CgBAlIP%2CWACC%2CiBA8FC%2CqBA4BC%3BIAKK%2CeAAA%3B%3B%3BAAjIT%2CgBACC%2CWACC%2CiBA8FC%2CqBA4BC%2CeAOI%3BEACC%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3B%3BAACH%2CgBAtIL%2CWACC%2CiBA8FC%2CqBA4BC%2CeAOI%2CmBAID%3BEACG%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2COAAA%3BEACA%2CgBAAA%3BEACA%2CQAAA%3BEACA%2CUAAA%3BEACA%2CoBAAA%3B%3BAAIJ%2CQAH0C%2CuBAAmC%3BEAG7E%2CgBAnJL%2CWACC%2CiBA8FC%2CqBA4BC%2CeAOI%2CmBAID%3BIAWI%2CiBAAA%3B%3B%3BAAlJX%2CgBACC%2CWACC%2CiBA8FC%2CqBA4BC%2CeAOI%2CmBAkBC%2CGAAE%3BEC0WP%2CaAAA%3BEACA%2C4BAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CsBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CuBAAA%3BEACA%2CUAAA%3B%3BAAQA%2CQAP0C%3BEAO1C%2CgBDphBH%2CWACC%2CiBA8FC%2CqBA4BC%2CeAOI%2CmBAkBC%2CGAAE%3BIC0XN%2CeAAA%3BIACA%2CiBAAA%3BIACA%2C0BAAA%3BIACA%2CYAAA%3BIACH%2CYAAA%3B%3B%3BAASD%2CQAPyC%2CuBAAmC%3BEAO5E%2CgBD3hBA%2CWACC%2CiBA8FC%2CqBA4BC%2CeAOI%2CmBAkBC%2CGAAE%3BICiYN%2C0BAAA%3BIACA%2CmBAAA%3BIACA%2CeAAA%3BIACA%2CgBAAA%3BIACA%2CiBAAA%3B%3B%3BAAMD%2CQAJuB%3BEAIvB%2CgBD%5C%2FhBH%2CWACC%2CiBA8FC%2CqBA4BC%2CeAOI%2CmBAkBC%2CGAAE%3BICwYT%2CYAAA%3BIACG%2CYAAA%3B%3B%3BAAED%2CgBD%5C%2FhBH%2CWACC%2CiBA8FC%2CqBA4BC%2CeAOI%2CmBAkBC%2CGAAE%2CMC2YN%3BEACA%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CQAAA%3BEACA%2CgBAAA%3BEACA%2CWAAW%2CiBAAiB%2CcAA5B%3BEACA%2CmBAAmB%2CiBAAiB%2CcAApC%3B%3BAAKH%2CQAJ6C%3BEAI7C%2CgBD%5C%2FiBD%2CWACC%2CiBA8FC%2CqBA4BC%2CeAOI%2CmBAkBC%2CGAAE%2CMC2YN%3BIAaC%2CaAAA%3BIACH%2CYAAA%3B%3B%3BAAMF%2CQAJuC%2CuBAAmC%3BEAI1E%2CgBDnjBA%2CWACC%2CiBA8FC%2CqBA4BC%2CeAOI%2CmBAkBC%2CGAAE%2CMC2YN%3BIAiBF%2CaAAA%3BIACA%2CYAAA%3B%3B%3BAAGC%2CgBDpjBH%2CWACC%2CiBA8FC%2CqBA4BC%2CeAOI%2CmBAkBC%2CGAAE%2CMCgaN%3BEACA%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CQAAA%3BEACA%2CgBAAA%3BEACA%2CWAAW%2CiBAAiB%2CcAA5B%3BEACA%2CmBAAmB%2CiBAAiB%2CcAApC%3B%3BAAMH%2CQAJ6C%3BEAI7C%2CgBDrkBD%2CWACC%2CiBA8FC%2CqBA4BC%2CeAOI%2CmBAkBC%2CGAAE%2CMCgaN%3BIAcC%2CaAAA%3BIACH%2CWAAA%3B%3B%3BAAMF%2CQAJuC%2CuBAAmC%3BEAI1E%2CgBDzkBA%2CWACC%2CiBA8FC%2CqBA4BC%2CeAOI%2CmBAkBC%2CGAAE%2CMCgaN%3BIAkBF%2CaAAA%3BIACA%2CWAAA%3B%3B%3BADxkBH%2CgBACC%2CWACC%2CiBA8FC%2CqBA4BC%2CeA6BC%2CcACC%3BEACI%2CuBAAA%3B%3BAA3JV%2CgBACC%2CWACC%2CiBA8FC%2CqBA4BC%2CeA6BC%2CcACC%2CYCzJL%3BEACI%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CaAAA%3B%3BAAIH%2CQAH6C%3BEAG7C%2CgBDPD%2CWACC%2CiBA8FC%2CqBA4BC%2CeA6BC%2CcACC%2CYCzJL%3BIAKK%2CuBAAA%3B%3B%3BAAKD%2CQAHsC%2CwBAAsC%3BEAG5E%2CgBDVJ%2CWACC%2CiBA8FC%2CqBA4BC%2CeA6BC%2CcACC%2CYCzJL%3BIAQE%2CaAAA%3B%3B%3BADTH%2CgBACC%2CWACC%2CiBA8FC%2CqBA4BC%2CeA6BC%2CcACC%2CYCzJL%2CUAUI%2CmBACC%3BEACC%2CcAAA%3B%3BADbP%2CgBACC%2CWACC%2CiBA8FC%2CqBA4BC%2CeA6BC%2CcACC%2CYCzJL%2CUAUI%2CmBAKF%2CsBACC%3BEACI%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAIA%2CQAH0C%3BEAG1C%2CgBDtBP%2CWACC%2CiBA8FC%2CqBA4BC%2CeA6BC%2CcACC%2CYCzJL%2CUAUI%2CmBAKF%2CsBACC%3BIAIK%2CmBAAA%3B%3B%3BADrBT%2CgBACC%2CWACC%2CiBA8FC%2CqBA4BC%2CeA6BC%2CcACC%2CYCzJL%2CUAUI%2CmBAKF%2CsBACC%2CmBAMI%3BEACC%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CqBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3B%3BAAKA%2CQAJ0C%3BEAI1C%2CgBDlCR%2CWACC%2CiBA8FC%2CqBA4BC%2CeA6BC%2CcACC%2CYCzJL%2CUAUI%2CmBAKF%2CsBACC%2CmBAMI%3BIASE%2CgBAAA%3B%3B%3BAAQJ%2CQAL6C%3BEAK7C%2CgBDvCL%2CWACC%2CiBA8FC%2CqBA4BC%2CeA6BC%2CcACC%2CYCzJL%2CUAUI%2CmBAKF%2CsBACC%2CmBAMI%3BIAaE%2CeAAA%3BIACH%2CiBAAA%3BIACA%2CYAAA%3B%3B%3BAAOD%2CQALsC%2CuBAAsC%3BEAK5E%2CgBD5CL%2CWACC%2CiBA8FC%2CqBA4BC%2CeA6BC%2CcACC%2CYCzJL%2CUAUI%2CmBAKF%2CsBACC%2CmBAMI%3BIAkBD%2CeAAA%3BIACG%2CiBAAA%3BIACA%2CgBAAA%3B%3B%3BAAKL%2CQAH0B%3BEAG1B%2CgBD%5C%2FCJ%2CWACC%2CiBA8FC%2CqBA4BC%2CeA6BC%2CcACC%2CYCzJL%2CUAUI%2CmBAKF%2CsBACC%2CmBAMI%3BIAuBD%2CgBAAA%3B%3B%3BAD9CP%2CgBACC%2CWACC%2CiBA8FC%2CqBA4BC%2CeA6BC%2CcACC%2CYCzJL%2CUAUI%2CmBAKF%2CsBAkCC%3BEACI%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CaAAA%3BEACH%2CmBAAA%3BEACA%2CYAAA%3B%3BAAIA%2CQAH0C%3BEAG1C%2CgBD1DJ%2CWACC%2CiBA8FC%2CqBA4BC%2CeA6BC%2CcACC%2CYCzJL%2CUAUI%2CmBAKF%2CsBAkCC%3BIAOK%2CmBAAA%3B%3B%3BAAKJ%2CQAHsC%2CuBAAsC%3BEAG5E%2CgBD7DJ%2CWACC%2CiBA8FC%2CqBA4BC%2CeA6BC%2CcACC%2CYCzJL%2CUAUI%2CmBAKF%2CsBAkCC%3BIAUE%2CmBAAA%3B%3B%3BAD5DN%2CgBACC%2CWACC%2CiBA8FC%2CqBA4BC%2CeA6BC%2CcACC%2CYCzJL%2CUAUI%2CmBAKF%2CsBAkCC%2CWAYC%3BEACI%2CQAAA%3B%3BAAIJ%2CQAH8C%3BEAG9C%2CgBDlEJ%2CWACC%2CiBA8FC%2CqBA4BC%2CeA6BC%2CcACC%2CYCzJL%2CUAUI%2CmBAKF%2CsBAkCC%2CWAYC%3BIAGK%2CaAAA%3B%3B%3BADjEV%2CgBACC%2CWACC%2CiBA8FC%2CqBA4BC%2CeA6BC%2CcACC%2CYCzJL%2CUAUI%2CmBAKF%2CsBAkCC%2CWAkBC%3BEACI%2CQAAA%3B%3BADrET%2CgBACC%2CWACC%2CiBA8FC%2CqBA4BC%2CeA6BC%2CcACC%2CYCzJL%2CUAUI%2CmBAKF%2CsBAkCC%2CWAkBC%2CWAEI%3BEACC%2CaAAA%3B%3BADvEV%2CgBACC%2CWACC%2CiBA8FC%2CqBA4BC%2CeA6BC%2CcACC%2CYCzJL%2CUAUI%2CmBAKF%2CsBAkCC%2CWAkBC%2CWAKC%3BEACI%2CcAAA%3BEACA%2CqBAAA%3BEACA%2C6BAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3B%3BAAMJ%2CQAL6C%3BEAK7C%2CgBDrFL%2CWACC%2CiBA8FC%2CqBA4BC%2CeA6BC%2CcACC%2CYCzJL%2CUAUI%2CmBAKF%2CsBAkCC%2CWAkBC%2CWAKC%3BIASK%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CiBAAA%3B%3B%3BADpFX%2CgBACC%2CWACC%2CiBA8FC%2CqBA4BC%2CeA6BC%2CcACC%2CYCzJL%2CUAUI%2CmBAKF%2CsBAkCC%2CWAsCI%2CKAAI%3BEACH%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3B%3BAAMJ%2CQAL6C%3BEAK7C%2CgBDjGJ%2CWACC%2CiBA8FC%2CqBA4BC%2CeA6BC%2CcACC%2CYCzJL%2CUAUI%2CmBAKF%2CsBAkCC%2CWAsCI%2CKAAI%3BIAMF%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CSAAA%3B%3B%3BADhGV%2CgBACC%2CWACC%2CiBA8FC%2CqBA4BC%2CeA6BC%2CcACC%2CYCzJL%2CUAUI%2CmBA0FF%3BEACI%2CaAAA%3BEACA%2CuBAAA%3BEACA%2CmBAAA%3B%3BEAEA%2CSAAA%3B%3BAD1GP%2CgBACC%2CWACC%2CiBA8FC%2CqBA4BC%2CeA6BC%2CcACC%2CYCzJL%2CUAUI%2CmBA0FF%2CsBAMI%3B%3BEAEC%2CWAAA%3B%3BAD7GR%2CgBACC%2CWACC%2CiBA8FC%2CqBA4BC%2CeA6BC%2CcACC%2CYCzJL%2CUAUI%2CmBA0FF%2CsBAMI%2CiBAGC%2COAAM%3BEACL%2CYAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3B%3BADpHT%2CgBACC%2CWACC%2CiBA8FC%2CqBA4BC%2CeA6BC%2CcACC%2CYCzJL%2CUAUI%2CmBA0FF%2CsBAMI%2CiBAWC%2COAAM%3BEACL%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CaAAa%2CSAAb%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3B%3BAAIA%2CQAHyC%2CwBAAsC%3BEAG%5C%2FE%2CgBDnIR%2CWACC%2CiBA8FC%2CqBA4BC%2CeA6BC%2CcACC%2CYCzJL%2CUAUI%2CmBA0FF%2CsBAMI%2CiBAWC%2COAAM%3BIAYJ%2CkBAAA%3B%3B%3BAAMJ%2CQAJ6B%2CuBAAuB%3BEAIpD%2CgBDvIL%2CWACC%2CiBA8FC%2CqBA4BC%2CeA6BC%2CcACC%2CYCzJL%2CUAUI%2CmBA0FF%2CsBAMI%2CiBAWC%2COAAM%3BIAeN%2CiBAAA%3B%3B%3BAAGF%2CgBDvIL%2CWACC%2CiBA8FC%2CqBA4BC%2CeA6BC%2CcACC%2CYCzJL%2CUAUI%2CmBA0FF%2CsBAMI%2CiBAWC%2COAAM%2COAkBP%3BEACG%2CmBAAA%3B%3BADzIV%2CgBACC%2CWACC%2CiBA8FC%2CqBA4BC%2CeA6BC%2CcACC%2CYCzJL%2CUAUI%2CmBA0FF%2CsBAMI%2CiBAWC%2COAAM%2COAqBL%3BEACC%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CuBAAA%3B%3BAACA%2CgBD%5C%2FIT%2CWACC%2CiBA8FC%2CqBA4BC%2CeA6BC%2CcACC%2CYCzJL%2CUAUI%2CmBA0FF%2CsBAMI%2CiBAWC%2COAAM%2COAqBL%2CKAKE%3BEACA%2CSAAQ%2CEAAR%3BEACA%2CqBAAA%3BEACA%2CyDAAA%3BEACA%2C4BAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CqBAAA%3B%3BAAUD%2CQAHwB%2CwBAAuB%3BEAG%5C%2FC%2CgBDlKT%2CWACC%2CiBA8FC%2CqBA4BC%2CeA6BC%2CcACC%2CYCzJL%2CUAUI%2CmBA0FF%2CsBAMI%2CiBAWC%2COAAM%2COAqBL%2CKAKE%3BIAiBC%2CiBAAA%3B%3B%3BAAIH%2CgBDpKR%2CWACC%2CiBA8FC%2CqBA4BC%2CeA6BC%2CcACC%2CYCzJL%2CUAUI%2CmBA0FF%2CsBAMI%2CiBAWC%2COAAM%2COA%2BCJ%3BEACA%2CkBAAA%3B%3BAAIA%2CQAH0B%2CuBAAuB%3BEAGjD%2CgBDzKT%2CWACC%2CiBA8FC%2CqBA4BC%2CeA6BC%2CcACC%2CYCzJL%2CUAUI%2CmBA0FF%2CsBAMI%2CiBAWC%2COAAM%2COA%2BCJ%3BIAGD%2CiBAAA%3B%3B%3BAAHA%2CgBDpKR%2CWACC%2CiBA8FC%2CqBA4BC%2CeA6BC%2CcACC%2CYCzJL%2CUAUI%2CmBA0FF%2CsBAMI%2CiBAWC%2COAAM%2COA%2BCJ%2CSAKA%3BEACC%2C0BAAA%3B%3BAACA%2CgBD3KV%2CWACC%2CiBA8FC%2CqBA4BC%2CeA6BC%2CcACC%2CYCzJL%2CUAUI%2CmBA0FF%2CsBAMI%2CiBAWC%2COAAM%2COA%2BCJ%2CSAKA%2CKAEE%3BEACA%2C8CAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3B%3BADhLZ%2CgBACC%2CWACC%2CiBA8FC%2CqBA4BC%2CeA6BC%2CcACC%2CYCzJL%2CUAUI%2CmBA0FF%2CsBAiFC%2CmBACC%3BEACC%2CkBAAA%3BEACG%2CUAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BAAWA%2CgBDrMR%2CWACC%2CiBA8FC%2CqBA4BC%2CeA6BC%2CcACC%2CYCzJL%2CUAUI%2CmBA0FF%2CsBAiFC%2CmBACC%2CYAeK%3BEACA%2CSAAQ%2CEAAR%3BEACA%2CqBAAA%3BEACA%2CkDAAA%3BEACA%2C4BAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3B%3BAD5MV%2CgBACC%2CWACC%2CiBA8FC%2CqBA4BC%2CeA6BC%2CcACC%2CYCzJL%2CUAUI%2CmBA0FF%2CsBAiFC%2CmBAyBC%3BEACC%2CkBAAA%3BEACG%2CQAAA%3BEACA%2CMAAA%3BEACA%2CqCAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3B%3BAAKA%2CQAJ0C%3BEAI1C%2CgBD5NR%2CWACC%2CiBA8FC%2CqBA4BC%2CeA6BC%2CcACC%2CYCzJL%2CUAUI%2CmBA0FF%2CsBAiFC%2CmBAyBC%3BIAWK%2CWAAA%3BIACA%2CYAAA%3B%3B%3BAAED%2CgBD5NR%2CWACC%2CiBA8FC%2CqBA4BC%2CeA6BC%2CcACC%2CYCzJL%2CUAUI%2CmBA0FF%2CsBAiFC%2CmBAyBC%2CWAcK%3BEACA%2CSAAQ%2CEAAR%3BEACA%2CqBAAA%3BEACA%2CiDAAA%3BEACA%2C4BAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3B%3BADnOV%2CgBACC%2CWACC%2CiBA8FC%2CqBA4BC%2CeA6BC%2CcACC%2CYAGI%3BEACC%2CmBAAA%3B%3BAA9JX%2CgBACC%2CWACC%2CiBA8FC%2CqBA4BC%2CeA6BC%2CcACC%2CYAGI%2CUAEC%3BEACF%2CgBAAA%3B%3BAAhKT%2CgBACC%2CWACC%2CiBA8FC%2CqBA4BC%2CeA6BC%2CcACC%2CYAGI%2CUAEC%2CoBAED%3BEACA%2CeAAA%3BEACA%2CUAAA%3B%3BAAnKV%2CgBACC%2CWACC%2CiBA8FC%2CqBA4BC%2CeA6BC%2CcAeC%3BEACI%2CSAAA%3B%3BAAzKV%2CgBACC%2CWACC%2CiBA8FC%2CqBA4BC%2CeA6BC%2CcAeC%2CSAEC%3BEACI%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CyBAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CQAAA%3BEACA%2CWAAW%2CgBAAX%3BEACA%2CmBAAmB%2CgBAAnB%3BEACA%2CgBAAgB%2CgBAAhB%3B%3BAAMA%2CQALsC%3BEAKtC%2CgBAxLV%2CWACC%2CiBA8FC%2CqBA4BC%2CeA6BC%2CcAeC%2CSAEC%3BIAWK%2CWAAA%3BIACA%2CYAAA%3B%3B%3BAAGD%2CgBAxLV%2CWACC%2CiBA8FC%2CqBA4BC%2CeA6BC%2CcAeC%2CSAEC%2COAeK%3BEACA%2COAAA%3B%3BAADD%2CgBAxLV%2CWACC%2CiBA8FC%2CqBA4BC%2CeA6BC%2CcAeC%2CSAEC%2COAeK%2CSAEA%2CEAAC%3BEACA%2CSAAQ%2CEAAR%3BEACA%2CqBAAA%3BEACA%2C%2BCAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2C4BAAA%3BEACA%2C2BAAA%3B%3BAAMD%2CQALuC%3BEAKvC%2CgBAvMX%2CWACC%2CiBA8FC%2CqBA4BC%2CeA6BC%2CcAeC%2CSAEC%2COAeK%2CSAEA%2CEAAC%3BIASC%2CYAAA%3BIACA%2CWAAA%3BIACA%2CqBAAA%3B%3B%3BAAIN%2CgBAzMP%2CWACC%2CiBA8FC%2CqBA4BC%2CeA6BC%2CcAeC%2CSAEC%2COAgCE%3BEACA%2CQAAA%3B%3BAADD%2CgBAzMP%2CWACC%2CiBA8FC%2CqBA4BC%2CeA6BC%2CcAeC%2CSAEC%2COAgCE%2CSAEG%2CEAAC%3BEACA%2CSAAQ%2CEAAR%3BEACA%2CqBAAA%3BEACA%2CgDAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2C4BAAA%3BEACA%2C2BAAA%3B%3BAAMD%2CQALuC%3BEAKvC%2CgBAxNX%2CWACC%2CiBA8FC%2CqBA4BC%2CeA6BC%2CcAeC%2CSAEC%2COAgCE%2CSAEG%2CEAAC%3BIASC%2CYAAA%3BIACA%2CWAAA%3BIACA%2CqBAAA%3B%3B%3BAAKN%2CgBA3NP%2CWACC%2CiBA8FC%2CqBA4BC%2CeA6BC%2CcAeC%2CSAEC%2COAkDE%3BEACA%2CoBAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3B%3BAA%5C%2FNT%2CgBACC%2CWACC%2CiBA8FC%2CqBA4BC%2CeA6BC%2CcA0EC%3BEACC%2CgBAAA%3B%3BAAIA%2CQAH0C%3BEAG1C%2CgBAvON%2CWACC%2CiBA8FC%2CqBA4BC%2CeA6BC%2CcA0EC%3BIAGE%2CgBAAA%3B%3B%3BAAtOR%2CgBACC%2CWACC%2CiBA8FC%2CqBA4BC%2CeA6BC%2CcA0EC%2CUAKC%2COACC%3BEACI%2CaAAA%3BEACA%2CmBAAA%3B%3BAAEJ%2CgBA5OP%2CWACC%2CiBA8FC%2CqBA4BC%2CeA6BC%2CcA0EC%2CUAKC%2COAKE%2COACA%3BEACC%2CgBAAA%3B%3BAAON%2CgBArPH%2CWACC%2CiBA8FC%2CqBAsJE%3BEACA%2CoBAAA%3B%3BAAIG%2CQAHuC%3BEAGvC%2CgBA1PP%2CWACC%2CiBA8FC%2CqBAsJE%3BIAGI%2CeAAA%3B%3B%3BAAKL%2CQAH0C%2CuBAAsC%3BEAGhF%2CgBA7PH%2CWACC%2CiBA8FC%2CqBAsJE%3BIAMC%2CsBAAA%3B%3B%3BAA5PN%2CgBACC%2CWACC%2CiBA8PC%3BEACI%2CmBAAA%3BEACA%2CoBAAA%3B%3BAAIA%2CQAH0C%3BEAG1C%2CgBArQN%2CWACC%2CiBA8PC%3BIAIK%2CmBAAA%3B%3B%3BAAKD%2CQAHsC%2CuBAAsC%3BEAG5E%2CgBAxQN%2CWACC%2CiBA8PC%3BIAOE%2CmBAAA%3B%3B%3BAAvQL%2CgBACC%2CWACC%2CiBA8PC%2CoBASI%3BEACC%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3B%3BAAIA%2CQAH0C%3BEAG1C%2CgBA%5C%2FQP%2CWACC%2CiBA8PC%2CoBASI%3BIAKE%2CeAAA%3B%3B%3BAA9QT%2CgBACC%2CWACC%2CiBA8PC%2CoBASI%2CeAOC%3BEACC%2CmBAAA%3B%3BAAKJ%2CQAJ8C%3BEAI9C%2CgBArRJ%2CWACC%2CiBA8PC%2CoBASI%2CeAOC%3BIAGE%2CUAAA%3BIACA%2CmBAAA%3B%3B%3BAApRV%2CgBACC%2CWACC%2CiBA8PC%2CoBASI%2CeAcF%3BEACC%2CkBAAA%3B%3BAAID%2CQAH6C%3BEAG7C%2CgBA3RJ%2CWACC%2CiBA8PC%2CoBASI%2CeAcF%3BIAGK%2CUAAA%3B%3B%3BAA1RV%2CgBACC%2CWACC%2CiBA8PC%2CoBASI%2CeAoBF%3BEACI%2CcAAA%3B%3BAA9RT%2CgBACC%2CWACC%2CiBA8PC%2CoBASI%2CeAoBF%2C0BAEI%3BEACC%2CWAAA%3B%3BAAhSV%2CgBACC%2CWACC%2CiBAmSC%3BEACI%2CgBAAA%3BEACA%2CeAAA%3B%3BAAIA%2CQAH0C%3BEAG1C%2CgBA1SN%2CWACC%2CiBAmSC%3BIAIK%2CeAAA%3B%3B%3BAAzSR%2CgBACC%2CWACC%2CiBAmSC%2CoBAMI%3BEACC%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3B%3BAAKA%2CQAJ0C%3BEAI1C%2CgBApTP%2CWACC%2CiBAmSC%2CoBAMI%3BIAOE%2CeAAA%3BIACA%2CuBAAA%3B%3B%3BAAnTT%2CgBACC%2CWACC%2CiBAmSC%2CoBAMI%2CeAUC%3BEACC%2CcAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3B%3BAACA%2CgBAxTR%2CWACC%2CiBAmSC%2CoBAMI%2CeAUC%2CoBAIE%3BEACD%2CyCAAA%3BEACC%2C0CAAA%3B%3BAA3TV%2CgBACC%2CWACC%2CiBAmSC%2CoBAMI%2CeAUC%2CoBAQF%2CmBAAmB%3BEACf%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3B%3BAAIA%2CQAH0C%3BEAG1C%2CgBAnUT%2CWACC%2CiBAmSC%2CoBAMI%2CeAUC%2CoBAQF%2CmBAAmB%3BIAKd%2CsBAAA%3B%3B%3BAAlUX%2CgBACC%2CWACC%2CiBAmSC%2CoBAMI%2CeAUC%2CoBAQF%2CmBAAmB%2CEAOf%3BEACC%2CqBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3B%3BAAOH%2CQAN6C%3BEAM7C%2CgBAjVP%2CWACC%2CiBAmSC%2CoBAMI%2CeAUC%2CoBAQF%2CmBAAmB%2CEAOf%3BIASE%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CgBAAA%3BIACA%2CkBAAA%3B%3B%3BAAOJ%2CQALsC%2CuBAAmC%3BEAKzE%2CgBAtVP%2CWACC%2CiBAmSC%2CoBAMI%2CeAUC%2CoBAQF%2CmBAAmB%2CEAOf%3BIAeD%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CiBAAA%3B%3B%3BAAMF%2CQAJ0C%2CwBAAsC%3BEAIhF%2CgBA1VN%2CWACC%2CiBAmSC%2CoBAMI%2CeAUC%2CoBAQF%2CmBAAmB%2CEAOf%3BIAoBD%2CeAAA%3BIACA%2CiBAAA%3B%3B%3BAAzVT%2CgBACC%2CWACC%2CiBA8VC%3BEACC%2CeAAA%3B%3BAAKA%2CQAJ0C%3BEAI1C%2CgBArWH%2CWACC%2CiBA8VC%3BIAGE%2CeAAA%3B%3B%3BAAMD%2CQAHsC%2CuBAAsC%3BEAG5E%2CgBAxWH%2CWACC%2CiBA8VC%3BIAOE%2CeAAA%3B%3B%3BAAvWL%2CgBACC%2CWACC%2CiBA8VC%2CwBASC%3BEACI%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3B%3BAAIA%2CQAH0C%3BEAG1C%2CgBA%5C%2FWP%2CWACC%2CiBA8VC%2CwBASC%3BIAKK%2CeAAA%3B%3B%3BAA9WT%2CgBACC%2CWACC%2CiBA8VC%2CwBASC%2CeAOI%2C2BACC%3BEACC%2CkBAAA%3BEACA%2CkBAAA%3B%3BAACA%2CgBAnXT%2CWACC%2CiBA8VC%2CwBASC%2CeAOI%2C2BACC%2CeAGE%3BEACA%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2COAAA%3BEACA%2CgBAAA%3BEACA%2CQAAA%3BEACA%2CUAAA%3BEACA%2CoBAAA%3B%3BAAIJ%2CQAH0C%2CuBAAmC%3BEAG7E%2CgBAhYN%2CWACC%2CiBA8VC%2CwBASC%2CeAOI%2C2BACC%2CeAGE%3BIAWC%2CiBAAA%3B%3B%3BAA%5C%2FXZ%2CgBACC%2CWACC%2CiBA8VC%2CwBASC%2CeAOI%2C2BACC%2CeAiBC%3BEC6HN%2CaAAA%3BEACA%2C4BAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CsBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CuBAAA%3BEACA%2CUAAA%3B%3BAAQA%2CQAP0C%3BEAO1C%2CgBDphBH%2CWACC%2CiBA8VC%2CwBASC%2CeAOI%2C2BACC%2CeAiBC%3BIC6IL%2CeAAA%3BIACA%2CiBAAA%3BIACA%2C0BAAA%3BIACA%2CYAAA%3BIACH%2CYAAA%3B%3B%3BAASD%2CQAPyC%2CuBAAmC%3BEAO5E%2CgBD3hBA%2CWACC%2CiBA8VC%2CwBASC%2CeAOI%2C2BACC%2CeAiBC%3BICoJL%2C0BAAA%3BIACA%2CmBAAA%3BIACA%2CeAAA%3BIACA%2CgBAAA%3BIACA%2CiBAAA%3B%3B%3BAAMD%2CQAJuB%3BEAIvB%2CgBD%5C%2FhBH%2CWACC%2CiBA8VC%2CwBASC%2CeAOI%2C2BACC%2CeAiBC%3BIC2JR%2CYAAA%3BIACG%2CYAAA%3B%3B%3BAAED%2CgBD%5C%2FhBH%2CWACC%2CiBA8VC%2CwBASC%2CeAOI%2C2BACC%2CeAiBC%2CGC8JL%3BEACA%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CQAAA%3BEACA%2CgBAAA%3BEACA%2CWAAW%2CiBAAiB%2CcAA5B%3BEACA%2CmBAAmB%2CiBAAiB%2CcAApC%3B%3BAAKH%2CQAJ6C%3BEAI7C%2CgBD%5C%2FiBD%2CWACC%2CiBA8VC%2CwBASC%2CeAOI%2C2BACC%2CeAiBC%2CGC8JL%3BIAaC%2CaAAA%3BIACH%2CYAAA%3B%3B%3BAAMF%2CQAJuC%2CuBAAmC%3BEAI1E%2CgBDnjBA%2CWACC%2CiBA8VC%2CwBASC%2CeAOI%2C2BACC%2CeAiBC%2CGC8JL%3BIAiBF%2CaAAA%3BIACA%2CYAAA%3B%3B%3BAAGC%2CgBDpjBH%2CWACC%2CiBA8VC%2CwBASC%2CeAOI%2C2BACC%2CeAiBC%2CGCmLL%3BEACA%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CQAAA%3BEACA%2CgBAAA%3BEACA%2CWAAW%2CiBAAiB%2CcAA5B%3BEACA%2CmBAAmB%2CiBAAiB%2CcAApC%3B%3BAAMH%2CQAJ6C%3BEAI7C%2CgBDrkBD%2CWACC%2CiBA8VC%2CwBASC%2CeAOI%2C2BACC%2CeAiBC%2CGCmLL%3BIAcC%2CaAAA%3BIACH%2CWAAA%3B%3B%3BAAMF%2CQAJuC%2CuBAAmC%3BEAI1E%2CgBDzkBA%2CWACC%2CiBA8VC%2CwBASC%2CeAOI%2C2BACC%2CeAiBC%2CGCmLL%3BIAkBF%2CaAAA%3BIACA%2CWAAA%3B%3B%3BADxkBH%2CgBACC%2CWACC%2CiBA8VC%2CwBASC%2CeAOI%2C2BAuBF%2CgBACC%3BEACI%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CSAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAAMA%2CQAL0C%3BEAK1C%2CgBApZV%2CWACC%2CiBA8VC%2CwBASC%2CeAOI%2C2BAuBF%2CgBACC%3BIASK%2CeAAA%3BIACA%2CuBAAA%3BIACA%2C8BAAA%3B%3B%3BAAnZZ%2CgBACC%2CWACC%2CiBA8VC%2CwBASC%2CeAOI%2C2BAuBF%2CgBACC%2CGAaI%3BEACC%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3B%3BAAKA%2CQAJ0C%3BEAI1C%2CgBA5ZX%2CWACC%2CiBA8VC%2CwBASC%2CeAOI%2C2BAuBF%2CgBACC%2CGAaI%3BIAKE%2CUAAA%3BIACA%2CSAAA%3B%3B%3BAAED%2CgBA5ZX%2CWACC%2CiBA8VC%2CwBASC%2CeAOI%2C2BAuBF%2CgBACC%2CGAaI%2CGAQK%3BAA7ZhB%2CgBACC%2CWACC%2CiBA8VC%2CwBASC%2CeAOI%2C2BAuBF%2CgBACC%2CGAaI%2CGAkMV%2CCA1LyB%3BEACb%2CkBAAA%3B%3BAADD%2CgBA5ZX%2CWACC%2CiBA8VC%2CwBASC%2CeAOI%2C2BAuBF%2CgBACC%2CGAaI%2CGAQK%2CYAEH%3BAA%5C%2FZb%2CgBACC%2CWACC%2CiBA8VC%2CwBASC%2CeAOI%2C2BAuBF%2CgBACC%2CGAaI%2CGAkMV%2CCA1LyB%2CgBAEb%3BEACC%2CcAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CYAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3B%3BAAOH%2CQAN6C%3BEAM7C%2CgBA%5C%2FaV%2CWACC%2CiBA8VC%2CwBASC%2CeAOI%2C2BAuBF%2CgBACC%2CGAaI%2CGAQK%2CYAEH%3BEAiBF%2CgBA%5C%2FaV%2CWACC%2CiBA8VC%2CwBASC%2CeAOI%2C2BAuBF%2CgBACC%2CGAaI%2CGAkMV%2CCA1LyB%2CgBAEb%3BIAYE%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CYAAA%3BIACA%2CkBAAA%3B%3B%3BAAQD%2CQANmC%2CuBAAsC%3BEAMzE%2CgBArbb%2CWACC%2CiBA8VC%2CwBASC%2CeAOI%2C2BAuBF%2CgBACC%2CGAaI%2CGAQK%2CYAEH%3BEAuBC%2CgBArbb%2CWACC%2CiBA8VC%2CwBASC%2CeAOI%2C2BAuBF%2CgBACC%2CGAaI%2CGAkMV%2CCA1LyB%2CgBAEb%3BIAkBD%2CeAAA%3BIACG%2CiBAAA%3BIACA%2CYAAA%3BIACA%2CkBAAA%3B%3B%3BAAED%2CgBArbb%2CWACC%2CiBA8VC%2CwBASC%2CeAOI%2C2BAuBF%2CgBACC%2CGAaI%2CGAQK%2CYAEH%2CKAuBE%3BAAAD%2CgBArbb%2CWACC%2CiBA8VC%2CwBASC%2CeAOI%2C2BAuBF%2CgBACC%2CGAaI%2CGAkMV%2CCA1LyB%2CgBAEb%2CKAuBE%3BEACA%2CSAAQ%2CEAAR%3BEACA%2C%2BCAAA%3BEACA%2C4BAAA%3BEACA%2CiCAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2C4BAAA%3BEACA%2CoCAAA%3BEACA%2CiCAAA%3B%3BAAKA%2CQAJ0C%3BEAI1C%2CgBAtcd%2CWACC%2CiBA8VC%2CwBASC%2CeAOI%2C2BAuBF%2CgBACC%2CGAaI%2CGAQK%2CYAEH%2CKAuBE%3BEAiBA%2CgBAtcd%2CWACC%2CiBA8VC%2CwBASC%2CeAOI%2C2BAuBF%2CgBACC%2CGAaI%2CGAkMV%2CCA1LyB%2CgBAEb%2CKAuBE%3BIAcC%2CWAAA%3BIACA%2CSAAA%3B%3B%3BAAMF%2CQAJuC%2CuBAAsC%3BEAI7E%2CgBA1cb%2CWACC%2CiBA8VC%2CwBASC%2CeAOI%2C2BAuBF%2CgBACC%2CGAaI%2CGAQK%2CYAEH%2CKAuBE%3BEAqBD%2CgBA1cb%2CWACC%2CiBA8VC%2CwBASC%2CeAOI%2C2BAuBF%2CgBACC%2CGAaI%2CGAkMV%2CCA1LyB%2CgBAEb%2CKAuBE%3BIAkBC%2CSAAA%3BIACA%2CWAAA%3B%3B%3BAA5CJ%2CgBA5ZX%2CWACC%2CiBA8VC%2CwBASC%2CeAOI%2C2BAuBF%2CgBACC%2CGAaI%2CGAQK%2CYAgDN%3BAA7cV%2CgBACC%2CWACC%2CiBA8VC%2CwBASC%2CeAOI%2C2BAuBF%2CgBACC%2CGAaI%2CGAkMV%2CCA1LyB%2CgBAgDhB%3BEACI%2CaAAA%3BEACA%2CWAAA%3BEACA%2CsBAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3BEACA%2COAAA%3BEACA%2C4CAAA%3BEACA%2CoDAAA%3BEACA%2CiDAAA%3B%3BAAIA%2CQAH0C%3BEAG1C%2CgBA5db%2CWACC%2CiBA8VC%2CwBASC%2CeAOI%2C2BAuBF%2CgBACC%2CGAaI%2CGAQK%2CYAgDN%3BEAgBI%2CgBA5db%2CWACC%2CiBA8VC%2CwBASC%2CeAOI%2C2BAuBF%2CgBACC%2CGAaI%2CGAkMV%2CCA1LyB%2CgBAgDhB%3BIAcK%2CSAAA%3B%3B%3BAAKD%2CQAHsC%2CuBAAsC%3BEAG5E%2CgBA%5C%2Fdb%2CWACC%2CiBA8VC%2CwBASC%2CeAOI%2C2BAuBF%2CgBACC%2CGAaI%2CGAQK%2CYAgDN%3BEAmBI%2CgBA%5C%2Fdb%2CWACC%2CiBA8VC%2CwBASC%2CeAOI%2C2BAuBF%2CgBACC%2CGAaI%2CGAkMV%2CCA1LyB%2CgBAgDhB%3BIAiBK%2CSAAA%3B%3B%3BAAED%2CgBA%5C%2Fdb%2CWACC%2CiBA8VC%2CwBASC%2CeAOI%2C2BAuBF%2CgBACC%2CGAaI%2CGAQK%2CYAgDN%2CGAmBQ%3BAAAJ%2CgBA%5C%2Fdb%2CWACC%2CiBA8VC%2CwBASC%2CeAOI%2C2BAuBF%2CgBACC%2CGAaI%2CGAkMV%2CCA1LyB%2CgBAgDhB%2CGAmBQ%3BAACJ%2CgBAheb%2CWACC%2CiBA8VC%2CwBASC%2CeAOI%2C2BAuBF%2CgBACC%2CGAaI%2CGAQK%2CYAgDN%2CGAoBQ%3BAAAJ%2CgBAheb%2CWACC%2CiBA8VC%2CwBASC%2CeAOI%2C2BAuBF%2CgBACC%2CGAaI%2CGAkMV%2CCA1LyB%2CgBAgDhB%2CGAoBQ%3BEACH%2CkBAAA%3BEACA%2C6BAAA%3BEACA%2CsBAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CSAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2C4BAAA%3BEACA%2CoCAAA%3BEACA%2CiCAAA%3B%3BAAMH%2CQAL6C%3BEAK7C%2CgBApfX%2CWACC%2CiBA8VC%2CwBASC%2CeAOI%2C2BAuBF%2CgBACC%2CGAaI%2CGAQK%2CYAgDN%2CGAmBQ%3BEAqBN%2CgBApfX%2CWACC%2CiBA8VC%2CwBASC%2CeAOI%2C2BAuBF%2CgBACC%2CGAaI%2CGAkMV%2CCA1LyB%2CgBAgDhB%2CGAmBQ%3BEAqBN%2CgBApfX%2CWACC%2CiBA8VC%2CwBASC%2CeAOI%2C2BAuBF%2CgBACC%2CGAaI%2CGAQK%2CYAgDN%2CGAoBQ%3BEAoBN%2CgBApfX%2CWACC%2CiBA8VC%2CwBASC%2CeAOI%2C2BAuBF%2CgBACC%2CGAaI%2CGAkMV%2CCA1LyB%2CgBAgDhB%2CGAoBQ%3BIAgBF%2CiBAAA%3BIACA%2CeAAA%3BIACA%2CiBAAA%3B%3B%3BAAOD%2CQALmC%2CuBAAsC%3BEAKzE%2CgBAzfd%2CWACC%2CiBA8VC%2CwBASC%2CeAOI%2C2BAuBF%2CgBACC%2CGAaI%2CGAQK%2CYAgDN%2CGAmBQ%3BEA0BH%2CgBAzfd%2CWACC%2CiBA8VC%2CwBASC%2CeAOI%2C2BAuBF%2CgBACC%2CGAaI%2CGAkMV%2CCA1LyB%2CgBAgDhB%2CGAmBQ%3BEA0BH%2CgBAzfd%2CWACC%2CiBA8VC%2CwBASC%2CeAOI%2C2BAuBF%2CgBACC%2CGAaI%2CGAQK%2CYAgDN%2CGAoBQ%3BEAyBH%2CgBAzfd%2CWACC%2CiBA8VC%2CwBASC%2CeAOI%2C2BAuBF%2CgBACC%2CGAaI%2CGAkMV%2CCA1LyB%2CgBAgDhB%2CGAoBQ%3BIAqBL%2CeAAA%3BIACG%2CiBAAA%3BIACA%2CkBAAA%3B%3B%3BAAED%2CgBAzfd%2CWACC%2CiBA8VC%2CwBASC%2CeAOI%2C2BAuBF%2CgBACC%2CGAaI%2CGAQK%2CYAgDN%2CGAmBQ%2CKA0BF%3BAAAD%2CgBAzfd%2CWACC%2CiBA8VC%2CwBASC%2CeAOI%2C2BAuBF%2CgBACC%2CGAaI%2CGAkMV%2CCA1LyB%2CgBAgDhB%2CGAmBQ%2CKA0BF%3BAAAD%2CgBAzfd%2CWACC%2CiBA8VC%2CwBASC%2CeAOI%2C2BAuBF%2CgBACC%2CGAaI%2CGAQK%2CYAgDN%2CGAoBQ%2CSAyBF%3BAAAD%2CgBAzfd%2CWACC%2CiBA8VC%2CwBASC%2CeAOI%2C2BAuBF%2CgBACC%2CGAaI%2CGAkMV%2CCA1LyB%2CgBAgDhB%2CGAoBQ%2CSAyBF%3BEACA%2CyBAAA%3B%3BAAED%2CgBA5fd%2CWACC%2CiBA8VC%2CwBASC%2CeAOI%2C2BAuBF%2CgBACC%2CGAaI%2CGAQK%2CYAgDN%2CGAmBQ%2CKA6BF%3BAAAD%2CgBA5fd%2CWACC%2CiBA8VC%2CwBASC%2CeAOI%2C2BAuBF%2CgBACC%2CGAaI%2CGAkMV%2CCA1LyB%2CgBAgDhB%2CGAmBQ%2CKA6BF%3BAAAD%2CgBA5fd%2CWACC%2CiBA8VC%2CwBASC%2CeAOI%2C2BAuBF%2CgBACC%2CGAaI%2CGAQK%2CYAgDN%2CGAoBQ%2CSA4BF%3BAAAD%2CgBA5fd%2CWACC%2CiBA8VC%2CwBASC%2CeAOI%2C2BAuBF%2CgBACC%2CGAaI%2CGAkMV%2CCA1LyB%2CgBAgDhB%2CGAoBQ%2CSA4BF%3BEACA%2CeAAA%3BEACA%2CmBAAA%3B%3BAAIN%2CgBAlgBT%2CWACC%2CiBA8VC%2CwBASC%2CeAOI%2C2BAuBF%2CgBACC%2CGAaI%2CGAQK%2CYAsGL%2COACA%2CKAAI%3BAADL%2CgBAlgBT%2CWACC%2CiBA8VC%2CwBASC%2CeAOI%2C2BAuBF%2CgBACC%2CGAaI%2CGAkMV%2CCA1LyB%2CgBAsGf%2COACA%2CKAAI%3BEACA%2CWAAW%2CcAAX%3BEACA%2CgBAAgB%2CcAAhB%3BEACA%2CmBAAmB%2CcAAnB%3B%3BAAJL%2CgBAlgBT%2CWACC%2CiBA8VC%2CwBASC%2CeAOI%2C2BAuBF%2CgBACC%2CGAaI%2CGAQK%2CYAsGL%2COAMA%3BAAND%2CgBAlgBT%2CWACC%2CiBA8VC%2CwBASC%2CeAOI%2C2BAuBF%2CgBACC%2CGAaI%2CGAkMV%2CCA1LyB%2CgBAsGf%2COAMA%3BEACI%2CcAAA%3B%3BAA0BN%2CgBAniBR%2CWACC%2CiBA8VC%2CwBASC%2CeAOI%2C2BAuBF%2CgBACC%2CGAaI%2CGA%2BID%3BEACG%2CeAAA%3BEACA%2CgBAAA%3B%3BAAMA%2CQAL0C%3BEAK1C%2CgBA3iBZ%2CWACC%2CiBA8VC%2CwBASC%2CeAOI%2C2BAuBF%2CgBACC%2CGAaI%2CGA%2BID%3BIAII%2CwBAAA%3BIACA%2CeAAA%3BIACA%2CWAAA%3B%3B%3BAANL%2CgBAniBR%2CWACC%2CiBA8VC%2CwBASC%2CeAOI%2C2BAuBF%2CgBACC%2CGAaI%2CGA%2BID%2CWAQG%2CMAAK%3BEACJ%2CWAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CYAAA%3BEACA%2C4BAAA%3BEACG%2CoCAAA%3BEACA%2CiCAAA%3B%3BAAMN%2CQAL6C%3BEAK7C%2CgBA5jBV%2CWACC%2CiBA8VC%2CwBASC%2CeAOI%2C2BAuBF%2CgBACC%2CGAaI%2CGA%2BID%2CWAQG%2CMAAK%3BIAaH%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CYAAA%3B%3B%3BAAOD%2CQALmC%2CuBAAsC%3BEAKzE%2CgBAjkBb%2CWACC%2CiBA8VC%2CwBASC%2CeAOI%2C2BAuBF%2CgBACC%2CGAaI%2CGA%2BID%2CWAQG%2CMAAK%3BIAkBN%2CeAAA%3BIACG%2CiBAAA%3BIACA%2CYAAA%3B%3B%3BAAED%2CgBAjkBb%2CWACC%2CiBA8VC%2CwBASC%2CeAOI%2C2BAuBF%2CgBACC%2CGAaI%2CGA%2BID%2CWAQG%2CMAAK%2CIAsBH%3BEACA%2CgBAAA%3B%3BAAED%2CgBApkBb%2CWACC%2CiBA8VC%2CwBASC%2CeAOI%2C2BAuBF%2CgBACC%2CGAaI%2CGA%2BID%2CWAQG%2CMAAK%2CIAyBH%3BEACA%2CmBAAA%3B%3BAAtkBf%2CgBAklBC%2CqBACC%3BEACC%2C2BAAA%3B%3B%3BAEplBH%2CsBACC%2CQAAO%2CKACN%3BEACI%2CiBAAA%3B%3BAAIJ%2CQAH8C%3BEAG9C%2CsBAND%2CQAAO%2CKACN%3BIAGM%2CiBAAA%3B%3B%3BAALR%2CsBACC%2CQAAO%2CKAON%2CGAAE%3BEACD%2CmBAAA%3B%3BAAKA%2CQAJ0C%3BEAI1C%2CsBAbF%2CQAAO%2CKAON%2CGAAE%3BIAGA%2CgBAAA%3BIACA%2CgBAAA%3B%3B%3BAAED%2CsBAbF%2CQAAO%2CKAON%2CGAAE%2CwBAMG%3BEACA%2C8BAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAYA%2CQAX0C%3BEAW1C%2CsBA5BN%2CQAAO%2CKAON%2CGAAE%2CwBAMG%3BIAKC%2CYAAA%3BIACA%2CqBAAA%3BIACA%2CaAAA%3BIACH%2CsBAAA%3BIACA%2CeAAA%3BIACA%2CuBAAA%3B%3BEACG%2CsBAxBP%2CQAAO%2CKAON%2CGAAE%2CwBAMG%2CKAWE%2CUAAU%3BIACV%2CeAAA%3B%3B%3BAAUF%2CQAP4C%2CuBAAuC%3BEAOnF%2CsBAnCN%2CQAAO%2CKAON%2CGAAE%2CwBAMG%3BIAgBC%2CUAAA%3BIACA%2CiBAAA%3B%3BEACC%2CsBA%5C%2FBR%2CQAAO%2CKAON%2CGAAE%2CwBAMG%2CKAkBG%2CUAAU%3BIACX%2CeAAA%3B%3B%3BAAQF%2CQALyC%2CwBAAsC%3BEAK%5C%2FE%2CsBAxCN%2CQAAO%2CKAON%2CGAAE%2CwBAMG%3BIAuBC%2C8BAAA%3BIACA%2CkBAAA%3BIACA%2CmBAAA%3B%3B%3BAAED%2CsBAxCN%2CQAAO%2CKAON%2CGAAE%2CwBAMG%2CKA2BC%2CUAAU%3BEACV%2CeAAA%3B%3BAAID%2CQAHuC%2CuBAAmC%3BEAG1E%2CsBA7CN%2CQAAO%2CKAON%2CGAAE%2CwBAMG%2CKA2BC%2CUAAU%3BIAGT%2C4BAAA%3B%3B%3BAAWF%2CQARsC%2CuBAAmC%3BEAQzE%2CsBAtDN%2CQAAO%2CKAON%2CGAAE%2CwBAMG%3BIAkCC%2C8BAAA%3BIACA%2CkBAAA%3BIACA%2CmBAAA%3B%3BEACA%2CsBAlDP%2CQAAO%2CKAON%2CGAAE%2CwBAMG%2CKAqCE%2CUAAU%3BIACV%2CyBAAA%3B%3B%3BAAGF%2CsBAtDN%2CQAAO%2CKAON%2CGAAE%2CwBAMG%2CKAyCC%2CUAAU%3BEACV%2CeAAA%3B%3BAA1CL%2CsBAbF%2CQAAO%2CKAON%2CGAAE%2CwBAMG%2CKA4CH%3BEACC%2CgBAAA%3BEACG%2CaAAA%3BEACA%2CyBAAA%3BEACA%2CmBAAA%3B%3BAAMH%2CQAL6C%3BEAK7C%2CsBAnEJ%2CQAAO%2CKAON%2CGAAE%2CwBAMG%2CKA4CH%3BIAMK%2CYAAA%3BIACA%2CUAAA%3BIACA%2CmBAAA%3B%3B%3BAApDN%2CsBAbF%2CQAAO%2CKAON%2CGAAE%2CwBAMG%2CKA4CH%2CkCAUC%3BEACI%2CSAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CqBAAA%3B%3BAAiBH%2CQAf8C%3BEAe9C%2CsBA1FL%2CQAAO%2CKAON%2CGAAE%2CwBAMG%2CKA4CH%2CkCAUC%2CEAOK%3BIAEC%2CaAAA%3B%3BEACA%2CsBA7EV%2CQAAO%2CKAON%2CGAAE%2CwBAMG%2CKA4CH%2CkCAUC%2CEAOK%2C4BAGE%3BIACA%2CyBAAA%3BIACH%2CsBAAA%3BIACA%2CkBAAA%3BIACA%2CyBAAA%3BIACA%2C0BAAA%3BIACA%2C4BAAA%3BIACA%2C%2BBAAA%3BIACA%2CyBAAA%3BIACA%2CeAAA%3BIACA%2CmBAAA%3B%3B%3BAA1EN%2CsBAbF%2CQAAO%2CKAON%2CGAAE%2CwBAMG%2CKA4CH%2CkCAUC%2CEAwBI%3BEACC%2CgBAAA%3B%3BAAID%2CQAH2C%3BEAG3C%2CsBAhGR%2CQAAO%2CKAON%2CGAAE%2CwBAMG%2CKA4CH%2CkCAUC%2CEAwBI%3BIAGE%2CgBAAA%3B%3B%3BAAUJ%2CQAL8C%3BEAK9C%2CsBAxGN%2CQAAO%2CKAON%2CGAAE%2CwBAMG%2CKA4CH%2CkCAUC%2CEA8BI%2CmCACC%3BIAED%2CeAAA%3BIACA%2CcAAA%3BIACA%2CcAAA%3B%3B%3BAAUT%2C8BACC%2CcACC%2CQAAO%3BEACN%2CmBAAA%3BEACA%2CcAAA%3B%3BAAJH%2C8BACC%2CcAKC%3BEACC%2CsBAAA%3BEACA%2C0BAAA%3B%3BAARH%2C8BACC%2CcAKC%2COAGC%2CGACC%3BEACC%2CsBAAA%3BEACA%2CeAAA%3BEACA%2CqBAAA%3BEACA%2CsBAAA%3B%3BAACA%2C8BAdJ%2CcAKC%2COAGC%2CGACC%2CGAKE%2CKAAK%2COAAO%3BEACZ%2CYAAA%3BEACA%2CkBAAA%3B%3BAAFD%2C8BAdJ%2CcAKC%2COAGC%2CGACC%2CGAKE%2CKAAK%2COAAO%2CQAGZ%2CQAAO%3BEACN%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3B%3BAAvBP%2C8BACC%2CcA4BC%3BEACC%2CcAAA%3B%3BAA9BH%2C8BACC%2CcA4BC%2CkBAEC%2CMAAK%3BEACJ%2CYAAA%3BEACA%2CsBAAA%3B%3BAAjCJ%2C8BACC%2CcA4BC%2CkBAMC%3BEACC%2CkBAAA%3B%3BAApCJ%2C8BACC%2CcA4BC%2CkBASC%2CMAAK%2CQAAQ%3BEACZ%2CkBAAA%3B%3BAAvCJ%2C8BACC%2CcA4BC%2CkBASC%2CMAAK%2CQAAQ%2CKAEZ%3BEACE%2CcAAA%3BEACA%2CmBAAA%3B%3BAA1CN%2C8BACC%2CcA4BC%2CkBAgBC%2CmBAAkB%3BEACjB%2CUAAA%3B%3BAAmCJ%3B%3BEA1BI%3BEAEA%3BEAEA%3BEAEA%3BEAEA%2CSAAS%3BEAET%2CMAAM%3BEAEN%3BEAEA%3BEAEA%3BEAEA%3BIAEI%2CwBAAA%3B%3B%3BAAmCP%3BEA5BA%2CIAAI%3BIACE%2CyBAAA%3B%3B%3BEAGH%3BEACA%3BEACA%3BEACA%3BEACA%2CSAAS%3BEACT%2CMAAM%3BEACN%3BEACA%3BEACA%3BEACA%3BEAAc%3BEAAsB%3BEAAc%2CoBAAoB%3BEAAQ%3BIAC1E%2CwBAAA%3B%3B%3B%3BEAMJ%3BIACI%2CwBAAA%3BIACA%2C0BAAA%3B%3B%3B%3B%3BACzNR%3BEACC%2CmBAAA%3B%3BAADD%2CsBAEC%2CQAAO%2CMAAM%3BEACZ%2CgBAAA%3B%3BAAkBE%2CQAZ8B%3BEAY9B%2CsBAhBH%2C8BACC%2CcACC%2CWACC%3BIAEM%2CqBAAA%3B%3BEAWN%2CsBAhBH%2C8BACC%2CcACC%2CWACC%2CUAGK%3BIACE%2CkBAAA%3BIACA%2CMAAA%3BIACA%2COAAA%3BIACA%2CuBAAA%3BIACA%2CWAAA%3BIACA%2CqBAAA%3BIACA%2CwBAAA%3B%3B%3BAAlBX%2CsBAyBC%2CaACC%3BEACI%2CaAAA%3B%3BAA3BN%2CsBAyBC%2CaAIC%2CaACC%3BEACC%2CiBAAA%3B%3BAAOD%2CQAH0C%3BEAG1C%2CsBAbF%2CaASC%3BIAEK%2CcAAA%3B%3B%3BAApCP%2CsBAyBC%2CaASC%2CSAIC%2CQAAO%3BEACN%2CUAAA%3B%3BAAvCJ%2CsBAyBC%2CaAiBC%2CeACC%3BEACC%2CaAAA%3B%3BAA5CJ%2CsBAyBC%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%3BEACxB%2CiBAAA%3BEACA%2CeAAA%3B%3BAAIA%2CQAH0C%3BEAG1C%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%3BIAIvB%2CeAAA%3B%3B%3BAAED%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%3BEACH%2CoBAAA%3B%3BAADD%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%3B%3B%3B%3B%3B%3B%3B%3B%3BAAFE%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBACC%3BEACC%2CWAAA%3B%3BAAJA%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBACC%2CeAEC%2CoBAAsB%3BEAClB%2CUAAA%3B%3BAANJ%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAQC%2CsBACC%2CeACC%2CqBAAqB%3BEACpB%2CcAAA%3B%3BAAbF%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAQC%2CsBACC%2CeACC%2CqBAAqB%2C0BAEpB%3BEACI%2CWAAA%3B%3BAAfN%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAQC%2CsBACC%2CeAOC%3BEACC%2CeAAA%3BEACG%2C6BAAA%3BEACA%2CmBAAA%3B%3BAArBL%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAQC%2CsBACC%2CeAOC%2C0BAIC%2CqBAAqB%3BEACjB%2CSAAA%3B%3BAACA%2CsBArDZ%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAQC%2CsBACC%2CeAOC%2C0BAIC%2CqBAAqB%2CmBAEb%3BEACH%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3B%3BAAMA%2CQAL0C%3BEAK1C%2CsBAhEb%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAQC%2CsBACC%2CeAOC%2C0BAIC%2CqBAAqB%2CmBAEb%3BIAOF%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CSAAA%3B%3B%3BAAKL%2CQAH0C%2CuBAAmC%3BEAG7E%2CsBAnET%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAQC%2CsBACC%2CeAOC%2C0BAIC%2CqBAAqB%2CmBAEb%3BIAYF%2CeAAA%3B%3B%3BAAKL%2CsBAtET%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAQC%2CsBACC%2CeAOC%2C0BAsBC%2CkBAAkB%2CmBACb%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3B%3BAA7CP%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAQC%2CsBACC%2CeAsCC%3BEACI%2C4BAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3B%3BAAIA%2CQAH0C%3BEAG1C%2CsBArFX%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAQC%2CsBACC%2CeAsCC%3BIAKK%2CkBAAA%3B%3B%3BAAKD%2CQAHsC%2CuBAAmC%3BEAGzE%2CsBAxFX%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAQC%2CsBACC%2CeAsCC%3BIAQK%2CaAAA%3B%3B%3BAAzDN%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAQC%2CsBACC%2CeAsCC%2CyBAUI%2CqBAAqB%3BEACpB%2CyBAAA%3BEACA%2CSAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3B%3BAAKA%2CQAJ0C%3BEAI1C%2CsBAnGZ%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAQC%2CsBACC%2CeAsCC%2CyBAUI%2CqBAAqB%3BIAQnB%2CeAAA%3BIACA%2CiBAAA%3B%3B%3BAAKL%2CQAH0C%2CuBAAmC%3BEAG7E%2CsBAtGR%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAQC%2CsBACC%2CeAsCC%2CyBAUI%2CqBAAqB%3BIAYnB%2CeAAA%3B%3B%3BAAvEP%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAQC%2CsBACC%2CeAgEC%3BEACC%2CmBAAA%3BEACA%2CoBAAA%3BEACA%2C6BAAA%3B%3BAA9EF%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAQC%2CsBACC%2CeAgEC%2CsBAIC%3BEACI%2CaAAA%3BEACA%2C8BAAA%3B%3BAAKA%2CQAJ0C%3BEAI1C%2CsBAnHZ%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAQC%2CsBACC%2CeAgEC%2CsBAIC%3BIAIK%2CeAAA%3BIACA%2CuBAAA%3B%3B%3BAAED%2CsBAnHZ%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAQC%2CsBACC%2CeAgEC%2CsBAIC%2CeAOK%3BEACA%2CaAAA%3B%3BAAED%2CsBAtHZ%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAQC%2CsBACC%2CeAgEC%2CsBAIC%2CeAUK%3BEACA%2CaAAA%3B%3BAAED%2CsBAzHZ%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAQC%2CsBACC%2CeAgEC%2CsBAIC%2CeAaQ%3BEACH%2CYAAA%3B%3BAAIA%2CQAH0C%3BEAG1C%2CsBA9Hb%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAQC%2CsBACC%2CeAgEC%2CsBAIC%2CeAaQ%3BIAGF%2CWAAA%3B%3B%3BAAMD%2CQAH2C%3BEAG3C%2CsBAlIb%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAQC%2CsBACC%2CeAgEC%2CsBAIC%2CeAaQ%2CsBAKF%3BIAEC%2CmBAAA%3B%3B%3BAAGF%2CsBAnIb%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAQC%2CsBACC%2CeAgEC%2CsBAIC%2CeAaQ%2CsBAUF%3BEACA%2CaAAA%3BEACA%2CmBAAA%3B%3BAAEC%2CsBAvIf%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAQC%2CsBACC%2CeAgEC%2CsBAIC%2CeAaQ%2CsBAUF%2CgBAGA%2CkBACK%2CqBAAqB%3BEACxB%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3B%3BAAPH%2CsBAnIb%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAQC%2CsBACC%2CeAgEC%2CsBAIC%2CeAaQ%2CsBAUF%2CgBAUH%2CsBAAsB%3BEAClB%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CqBAAA%3B%3BAApHT%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAQC%2CsBACC%2CeA%2BGC%2CsBACC%3BEACC%2CcAAA%3B%3BAA5HH%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAQC%2CsBACC%2CeA%2BGC%2CsBACC%2C0BAEC%2CwBAA0B%3BEACtB%2CWAAA%3B%3BAA9HP%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAQC%2CsBACC%2CeAuHC%3BEACI%2CcAAA%3BEACA%2CoBAAA%3BEACA%2C6BAAA%3B%3BAACA%2CsBAnKX%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAQC%2CsBACC%2CeAuHC%2C0BAIQ%2CqBACN%3BEACI%2CuBAAA%3B%3BAAFF%2CsBAnKX%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAQC%2CsBACC%2CeAuHC%2C0BAIQ%2CqBFgDf%2CmBACC%3BEACI%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CaAAA%3BEACA%2C8BAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CqBAAA%3B%3BAAMA%2CQAJyB%3BEAIzB%2CsBElOL%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAQC%2CsBACC%2CeAuHC%2C0BAIQ%2CqBFgDf%2CmBACC%3BIAWK%2CWAAA%3BIACA%2CeAAA%3B%3B%3BAAKD%2CQAHyB%2CuBAAmC%3BEAG5D%2CsBErOL%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAQC%2CsBACC%2CeAuHC%2C0BAIQ%2CqBFgDf%2CmBACC%3BIAeK%2C8BAAA%3B%3B%3BAAKD%2CQAH0C%2CuBAAmC%3BEAG7E%2CsBExOL%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAQC%2CsBACC%2CeAuHC%2C0BAIQ%2CqBFgDf%2CmBACC%3BIAkBK%2C8BAAA%3B%3B%3BAAKD%2CQAHyC%2CwBAAsC%3BEAG%5C%2FE%2CsBE3OL%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAQC%2CsBACC%2CeAuHC%2C0BAIQ%2CqBFgDf%2CmBACC%3BIAqBK%2C8BAAA%3B%3B%3BAAED%2CsBE3OL%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAQC%2CsBACC%2CeAuHC%2C0BAIQ%2CqBFgDf%2CmBACC%2CcAuBK%2CUAAU%3BEACV%2CeAAA%3B%3BAAUJ%2CQAR4B%2CuBAAmC%3BEAC3D%2CsBE%5C%2FON%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAQC%2CsBACC%2CeAuHC%2C0BAIQ%2CqBFgDf%2CmBACC%2CcA2BM%2CUAAU%3BIACV%2CyBAAA%3B%3BEAED%2CsBElPN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAQC%2CsBACC%2CeAuHC%2C0BAIQ%2CqBFgDf%2CmBACC%2CcA8BM%2CUAAU%3BIACV%2CkBAAA%3B%3B%3BAAWL%2CQAR0C%2CuBAAmC%3BEAC5E%2CsBEvPH%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAQC%2CsBACC%2CeAuHC%2C0BAIQ%2CqBFgDf%2CmBACC%2CcAmCG%2CUAAU%3BIACP%2CyBAAA%3B%3BEAED%2CsBE1PN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAQC%2CsBACC%2CeAuHC%2C0BAIQ%2CqBFgDf%2CmBACC%2CcAsCM%2CUAAU%3BIACV%2CkBAAA%3B%3B%3BAAWF%2CQARsC%2CwBAAsC%3BEAC3E%2CsBE%5C%2FPN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAQC%2CsBACC%2CeAuHC%2C0BAIQ%2CqBFgDf%2CmBACC%2CcA2CM%2CUAAU%3BIACV%2CyBAAA%3B%3BEAED%2CsBElQN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAQC%2CsBACC%2CeAuHC%2C0BAIQ%2CqBFgDf%2CmBACC%2CcA8CM%2CUAAU%3BIACV%2CkBAAA%3B%3B%3BAAML%2CQAH6C%3BEAG7C%2CsBEzQF%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAQC%2CsBACC%2CeAuHC%2C0BAIQ%2CqBFgDf%2CmBACC%3BIAmDK%2CuBAAA%3B%3B%3BAAKD%2CQAHsC%2CwBAAsC%3BEAG5E%2CsBE5QL%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAQC%2CsBACC%2CeAuHC%2C0BAIQ%2CqBFgDf%2CmBACC%3BIAsDE%2CaAAA%3B%3B%3BAEvGQ%2CsBAnKX%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAQC%2CsBACC%2CeAuHC%2C0BAIQ%2CqBFgDf%2CmBACC%2CcAwDI%3BEACC%2CUAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3B%3BAE5GK%2CsBAnKX%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAQC%2CsBACC%2CeAuHC%2C0BAIQ%2CqBFgDf%2CmBACC%2CcAwDI%2CmBAIC%3BEACC%2CcAAA%3B%3BAE9GI%2CsBAnKX%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAQC%2CsBACC%2CeAuHC%2C0BAIQ%2CqBFgDf%2CmBACC%2CcAwDI%2CmBAQF%2CsBACC%3BEACI%2CgBAAA%3BEACA%2CmBAAA%3B%3BAEpHG%2CsBAnKX%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAQC%2CsBACC%2CeAuHC%2C0BAIQ%2CqBFgDf%2CmBACC%2CcAwDI%2CmBAQF%2CsBACC%2CmBAGI%3BEACC%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CqBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3B%3BAAOH%2CQAL6C%3BEAK7C%2CsBEtSN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAQC%2CsBACC%2CeAuHC%2C0BAIQ%2CqBFgDf%2CmBACC%2CcAwDI%2CmBAQF%2CsBACC%2CmBAGI%3BIAUE%2CeAAA%3BIACH%2CiBAAA%3BIACA%2CYAAA%3B%3B%3BAAOD%2CQALsC%2CuBAAsC%3BEAK5E%2CsBE3SN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAQC%2CsBACC%2CeAuHC%2C0BAIQ%2CqBFgDf%2CmBACC%2CcAwDI%2CmBAQF%2CsBACC%2CmBAGI%3BIAeD%2CeAAA%3BIACG%2CiBAAA%3BIACA%2CgBAAA%3B%3B%3BAAKL%2CQAH0B%3BEAG1B%2CsBE9SL%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAQC%2CsBACC%2CeAuHC%2C0BAIQ%2CqBFgDf%2CmBACC%2CcAwDI%2CmBAQF%2CsBACC%2CmBAGI%3BIAoBD%2CgBAAA%3B%3B%3BAEzII%2CsBAnKX%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAQC%2CsBACC%2CeAuHC%2C0BAIQ%2CqBFgDf%2CmBACC%2CcAwDI%2CmBAQF%2CsBA4BC%3BEACI%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CaAAA%3BEACH%2CmBAAA%3BEACA%2CYAAA%3B%3BAAIA%2CQAH0C%3BEAG1C%2CsBEzTL%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAQC%2CsBACC%2CeAuHC%2C0BAIQ%2CqBFgDf%2CmBACC%2CcAwDI%2CmBAQF%2CsBA4BC%3BIAOK%2CmBAAA%3B%3B%3BAAKJ%2CQAHsC%2CuBAAsC%3BEAG5E%2CsBE5TL%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAQC%2CsBACC%2CeAuHC%2C0BAIQ%2CqBFgDf%2CmBACC%2CcAwDI%2CmBAQF%2CsBA4BC%3BIAUE%2CmBAAA%3B%3B%3BAEvJK%2CsBAnKX%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAQC%2CsBACC%2CeAuHC%2C0BAIQ%2CqBFgDf%2CmBACC%2CcAwDI%2CmBAQF%2CsBA4BC%2CWAYC%3BEACI%2CQAAA%3B%3BAAIJ%2CQAH8C%3BEAG9C%2CsBEjUL%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAQC%2CsBACC%2CeAuHC%2C0BAIQ%2CqBFgDf%2CmBACC%2CcAwDI%2CmBAQF%2CsBA4BC%2CWAYC%3BIAGK%2CaAAA%3B%3B%3BAE5JC%2CsBAnKX%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAQC%2CsBACC%2CeAuHC%2C0BAIQ%2CqBFgDf%2CmBACC%2CcAwDI%2CmBAQF%2CsBA4BC%2CWAkBC%3BEACI%2CQAAA%3B%3BAEhKE%2CsBAnKX%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAQC%2CsBACC%2CeAuHC%2C0BAIQ%2CqBFgDf%2CmBACC%2CcAwDI%2CmBAQF%2CsBA4BC%2CWAkBC%2CWAEI%3BEACC%2CaAAA%3B%3BAElKC%2CsBAnKX%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAQC%2CsBACC%2CeAuHC%2C0BAIQ%2CqBFgDf%2CmBACC%2CcAwDI%2CmBAQF%2CsBA4BC%2CWAkBC%2CWAKC%3BEACI%2CcAAA%3BEACA%2CqBAAA%3BEACA%2C6BAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3B%3BAAMJ%2CQAL6C%3BEAK7C%2CsBEpVN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAQC%2CsBACC%2CeAuHC%2C0BAIQ%2CqBFgDf%2CmBACC%2CcAwDI%2CmBAQF%2CsBA4BC%2CWAkBC%2CWAKC%3BIASK%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CiBAAA%3B%3B%3BAE%5C%2FKA%2CsBAnKX%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAQC%2CsBACC%2CeAuHC%2C0BAIQ%2CqBFgDf%2CmBACC%2CcAwDI%2CmBAQF%2CsBA4BC%2CWAsCI%2CKAAI%3BEACH%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3B%3BAAMJ%2CQAL6C%3BEAK7C%2CsBEhWL%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAQC%2CsBACC%2CeAuHC%2C0BAIQ%2CqBFgDf%2CmBACC%2CcAwDI%2CmBAQF%2CsBA4BC%2CWAsCI%2CKAAI%3BIAMF%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CSAAA%3B%3B%3BAE3LC%2CsBAnKX%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAQC%2CsBACC%2CeAuHC%2C0BAIQ%2CqBFgDf%2CmBACC%2CcAwDI%2CmBAuFF%3B%3B%3B%3B%3B%3BAEhMQ%2CsBAnKX%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAQC%2CsBACC%2CeAuHC%2C0BAIQ%2CqBFgDf%2CmBACC%2CcAwDI%2CmBAuFF%2CsBAKI%3B%3BEAEC%2CWAAA%3B%3BAEvMG%2CsBAnKX%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAQC%2CsBACC%2CeAuHC%2C0BAIQ%2CqBFgDf%2CmBACC%2CcAwDI%2CmBAuFF%2CsBAKI%2CiBAGC%2COAAM%3BEACL%2CYAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3B%3BAE9ME%2CsBAnKX%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAQC%2CsBACC%2CeAuHC%2C0BAIQ%2CqBFgDf%2CmBACC%2CcAwDI%2CmBAuFF%2CsBAKI%2CiBAWC%2COAAM%3BEACL%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CaAAa%2CSAAb%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3B%3BAAIA%2CQAHyC%2CwBAAsC%3BEAG%5C%2FE%2CsBEjYT%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAQC%2CsBACC%2CeAuHC%2C0BAIQ%2CqBFgDf%2CmBACC%2CcAwDI%2CmBAuFF%2CsBAKI%2CiBAWC%2COAAM%3BIAYJ%2CkBAAA%3B%3B%3BAAKD%2CQAH0B%2CuBAAuB%3BEAGjD%2CsBEpYT%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAQC%2CsBACC%2CeAuHC%2C0BAIQ%2CqBFgDf%2CmBACC%2CcAwDI%2CmBAuFF%2CsBAKI%2CiBAWC%2COAAM%3BIAeN%2CiBAAA%3B%3B%3BAAMC%2CQAJ0B%2CwBAAuB%3BEAIjD%2CsBExYT%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAQC%2CsBACC%2CeAuHC%2C0BAIQ%2CqBFgDf%2CmBACC%2CcAwDI%2CmBAuFF%2CsBAKI%2CiBAWC%2COAAM%3BIAkBJ%2CYAAA%3BIACA%2CYAAA%3B%3B%3BAAED%2CsBExYT%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAQC%2CsBACC%2CeAuHC%2C0BAIQ%2CqBFgDf%2CmBACC%2CcAwDI%2CmBAuFF%2CsBAKI%2CiBAWC%2COAAM%2COAqBJ%3BEACA%2CmBAAA%3B%3BAEtOC%2CsBAnKX%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAQC%2CsBACC%2CeAuHC%2C0BAIQ%2CqBFgDf%2CmBACC%2CcAwDI%2CmBAuFF%2CsBAKI%2CiBAWC%2COAAM%2COAwBL%3BEACC%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CuBAAA%3B%3BAACA%2CsBEhZV%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAQC%2CsBACC%2CeAuHC%2C0BAIQ%2CqBFgDf%2CmBACC%2CcAwDI%2CmBAuFF%2CsBAKI%2CiBAWC%2COAAM%2COAwBL%2CKAKE%3BEACA%2CSAAQ%2CEAAR%3BEACA%2CqBAAA%3BEACA%2CyDAAA%3BEACA%2C4BAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CqBAAA%3B%3BAAKD%2CQAHwB%2CwBAAuB%3BEAG%5C%2FC%2CsBE9ZV%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAQC%2CsBACC%2CeAuHC%2C0BAIQ%2CqBFgDf%2CmBACC%2CcAwDI%2CmBAuFF%2CsBAKI%2CiBAWC%2COAAM%2COAwBL%2CKAKE%3BIAYC%2CiBAAA%3B%3B%3BAAKH%2CsBEjaT%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAQC%2CsBACC%2CeAuHC%2C0BAIQ%2CqBFgDf%2CmBACC%2CcAwDI%2CmBAuFF%2CsBAKI%2CiBAWC%2COAAM%2COA8CJ%3BEACA%2CkBAAA%3B%3BAAIA%2CQAH0B%2CuBAAuB%3BEAGjD%2CsBEtaV%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAQC%2CsBACC%2CeAuHC%2C0BAIQ%2CqBFgDf%2CmBACC%2CcAwDI%2CmBAuFF%2CsBAKI%2CiBAWC%2COAAM%2COA8CJ%3BIAGD%2CiBAAA%3B%3B%3BAAHA%2CsBEjaT%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAQC%2CsBACC%2CeAuHC%2C0BAIQ%2CqBFgDf%2CmBACC%2CcAwDI%2CmBAuFF%2CsBAKI%2CiBAWC%2COAAM%2COA8CJ%2CSAKA%3BEACC%2C0BAAA%3B%3BAACA%2CsBExaX%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAQC%2CsBACC%2CeAuHC%2C0BAIQ%2CqBFgDf%2CmBACC%2CcAwDI%2CmBAuFF%2CsBAKI%2CiBAWC%2COAAM%2COA8CJ%2CSAKA%2CKAEE%3BEACA%2C8CAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3B%3BAEzQD%2CsBAnKX%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAQC%2CsBACC%2CeAuHC%2C0BAIQ%2CqBFgDf%2CmBACC%2CcAwDI%2CmBAuFF%2CsBA%2BEC%2CmBACC%3BEACC%2CkBAAA%3BEACG%2CUAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3B%3B%3B%3B%3B%3B%3B%3BAAQA%2CsBE%5C%2FbT%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAQC%2CsBACC%2CeAuHC%2C0BAIQ%2CqBFgDf%2CmBACC%2CcAwDI%2CmBAuFF%2CsBA%2BEC%2CmBACC%2CYAYK%3BEACA%2CSAAQ%2CEAAR%3BEACA%2CqBAAA%3BEACA%2CkDAAA%3BEACA%2C4BAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3B%3BAElSC%2CsBAnKX%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAQC%2CsBACC%2CeAuHC%2C0BAIQ%2CqBFgDf%2CmBACC%2CcAwDI%2CmBAuFF%2CsBA%2BEC%2CmBAsBC%3BEACC%2CkBAAA%3BEACG%2CQAAA%3BEACA%2CMAAA%3BEACA%2CqCAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3B%3BAAKA%2CQAJ0C%3BEAI1C%2CsBEtdT%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAQC%2CsBACC%2CeAuHC%2C0BAIQ%2CqBFgDf%2CmBACC%2CcAwDI%2CmBAuFF%2CsBA%2BEC%2CmBAsBC%3BIAWK%2CWAAA%3BIACA%2CYAAA%3B%3B%3BAAED%2CsBEtdT%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAQC%2CsBACC%2CeAuHC%2C0BAIQ%2CqBFgDf%2CmBACC%2CcAwDI%2CmBAuFF%2CsBA%2BEC%2CmBAsBC%2CWAcK%3BEACA%2CSAAQ%2CEAAR%3BEACA%2CqBAAA%3BEACA%2CiDAAA%3BEACA%2C4BAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3B%3BAE%5C%2FbJ%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAQC%2CsBACC%2CeAkIC%3BEACI%2C4BAAA%3BEACA%2CmBAAA%3B%3BAAIA%2CQAH0C%3BEAG1C%2CsBAhLX%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAQC%2CsBACC%2CeAkIC%3BIAIK%2CkBAAA%3B%3B%3BAAKD%2CQAHsC%2CuBAAmC%3BEAGzE%2CsBAnLX%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAQC%2CsBACC%2CeAkIC%3BIAOK%2CaAAA%3B%3B%3BAApJN%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAQC%2CsBACC%2CeAkIC%2C0BASI%2CqBAAqB%3BEACpB%2CyBAAA%3BEACA%2CSAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3B%3BAAMA%2CQAJ0C%3BEAI1C%2CsBA%5C%2FLZ%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAQC%2CsBACC%2CeAkIC%2C0BASI%2CqBAAqB%3BIASnB%2CeAAA%3BIACA%2CiBAAA%3B%3B%3BAAKL%2CQAH0C%2CuBAAmC%3BEAG7E%2CsBAlMR%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAQC%2CsBACC%2CeAkIC%2C0BASI%2CqBAAqB%3BIAanB%2CeAAA%3B%3B%3BAAnKP%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAQC%2CsBACC%2CeA4JC%3BEACC%2CmBAAA%3BEACG%2CuBAAA%3B%3BAAIA%2CQAH0C%3BEAG1C%2CsBA1MX%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAQC%2CsBACC%2CeA4JC%3BIAIK%2CuBAAA%3B%3B%3BAAKJ%2CQAHyC%2CuBAAmC%3BEAG5E%2CsBA7MR%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAQC%2CsBACC%2CeA4JC%3BIAOK%2CaAAA%3B%3B%3BAAGH%2CsBA9MT%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAQC%2CsBACC%2CeA4JC%2CuBASC%2CsBACK%2CqBACH%3BEACI%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3B%3BAAJL%2CsBA9MT%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAQC%2CsBACC%2CeA4JC%2CuBASC%2CsBACK%2CqBAMF%3BEACG%2CaAAA%3BEACA%2CeAAA%3B%3BAARL%2CsBA9MT%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAQC%2CsBACC%2CeA4JC%2CuBASC%2CsBACK%2CqBAMF%2CGAGG%3BEACC%2CUAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3B%3BAAQA%2CQAP0C%3BEAO1C%2CsBAlOf%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAQC%2CsBACC%2CeA4JC%2CuBASC%2CsBACK%2CqBAMF%2CGAGG%3BIAKE%2CYAAA%3BIACH%2CmBAAA%3B%3BEACA%2CsBA9Nb%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAQC%2CsBACC%2CeA4JC%2CuBASC%2CsBACK%2CqBAMF%2CGAGG%2CGAOA%2CUAAU%3BIACP%2CeAAA%3B%3B%3BAAGF%2CsBAlOf%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAQC%2CsBACC%2CeA4JC%2CuBASC%2CsBACK%2CqBAMF%2CGAGG%2CGAWE%3BEACA%2CeAAA%3B%3BAArBP%2CsBA9MT%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAQC%2CsBACC%2CeA4JC%2CuBASC%2CsBACK%2CqBAMF%2CGAGG%2CGAcF%3BEACI%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3B%3BAA%5C%2FMV%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAQC%2CsBACC%2CeA2MC%3BEACI%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2C0BAAA%3B%3BAAzNL%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAQC%2CsBACC%2CeA2MC%2CuBAII%2CqBACC%2CGAAE%3BEACD%2CSAAA%3B%3BAA5NP%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAQC%2CsBACC%2CeA2MC%2CuBAII%2CqBAIC%3BEACC%2CyBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3B%3BAAMA%2CQAL0C%3BEAK1C%2CsBAvQb%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAQC%2CsBACC%2CeA2MC%2CuBAII%2CqBAIC%3BIAQE%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CSAAA%3B%3B%3BAAKL%2CQAH0C%2CuBAAmC%3BEAG7E%2CsBA1QT%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAQC%2CsBACC%2CeA2MC%2CuBAII%2CqBAIC%3BIAaE%2CeAAA%3B%3B%3BAA3OR%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAQC%2CsBACC%2CeAqOC%3BEACC%2CmBAAA%3BEACG%2CmBAAA%3BEACA%2C6BAAA%3B%3BAAEF%2CsBAlRT%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAQC%2CsBACC%2CeAqOC%2CuBAIC%2CkBACK%3BEACA%2CkBAAA%3B%3BAACA%2CsBApRb%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAQC%2CsBACC%2CeAqOC%2CuBAIC%2CkBACK%2CqBAEI%2CIAAC%3BEACJ%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3B%3BAA3PR%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAQC%2CsBACC%2CeAqPC%2CwBACC%3BEACI%2CmBAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3B%3BAAIA%2CQAH0C%3BEAG1C%2CsBArSZ%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAQC%2CsBACC%2CeAqPC%2CwBACC%3BIAKK%2CkBAAA%3B%3B%3BAAtQP%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAQC%2CsBACC%2CeAqPC%2CwBACC%2CmBAOI%2CEAAC%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3B%3BAA3QP%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAQC%2CsBACC%2CeAqPC%2CwBACC%2CmBAYC%3BEACI%2CsBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3B%3BAAMA%2CQAL0C%3BEAK1C%2CsBAnTb%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAQC%2CsBACC%2CeAqPC%2CwBACC%2CmBAYC%3BIAKK%2CkBAAA%3BIACA%2CaAAA%3BIACA%2CuBAAA%3B%3B%3BAApRR%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAQC%2CsBACC%2CeAqPC%2CwBACC%2CmBAYC%2CcASI%3BEACC%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CsBAAA%3B%3BAAzRR%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAQC%2CsBACC%2CeAqPC%2CwBA6BC%2CkBACC%3BEACI%2CWAAA%3B%3BAA%5C%2FRP%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAQC%2CsBACC%2CeAqPC%2CwBAkCC%3BEACC%2CeAAA%3BEACG%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3B%3BAAvSN%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBA0SC%2C0BACC%2CeACC%3BEACC%2CgBAAA%3B%3BAA%5C%2FSF%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBA0SC%2C0BACC%2CeAIC%3BEACC%2C6BAAA%3B%3BAAlTF%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAqTC%2C8BACC%2CyBACC%3BEACC%2CcAAA%3B%3BAA1TF%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAqTC%2C8BACC%2CyBACC%2C0BAEC%3BEACI%2CWAAA%3B%3BAA5TN%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAqTC%2C8BASC%3BEACC%2CeAAA%3BEACG%2CmBAAA%3BEACA%2C6BAAA%3B%3BAAnUJ%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAqTC%2C8BASC%2C0BAIC%2CqBAAqB%3BEACjB%2CSAAA%3B%3BAACA%2CsBAnWX%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAqTC%2C8BASC%2C0BAIC%2CqBAAqB%2CmBAEb%3BEACH%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3B%3BAAKA%2CQAJ0C%3BEAI1C%2CsBA7WZ%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAqTC%2C8BASC%2C0BAIC%2CqBAAqB%2CmBAEb%3BIAOF%2CeAAA%3BIACA%2CiBAAA%3B%3B%3BAAKL%2CQAH0C%2CuBAAmC%3BEAG7E%2CsBAhXR%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAqTC%2C8BASC%2C0BAIC%2CqBAAqB%2CmBAEb%3BIAWF%2CeAAA%3B%3B%3BAAjVP%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAqTC%2C8BASC%2C0BAqBC%2CkBAAkB%2CmBACjB%3BEACI%2CmBAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3B%3BAACA%2CsBAzXZ%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAqTC%2C8BASC%2C0BAqBC%2CkBAAkB%2CmBACjB%2CEAMK%3BEACA%2CgBAAA%3B%3BAA7VP%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAqTC%2C8BA2CC%3BEACI%2CmBAAA%3B%3BAAKA%2CQAJ0C%3BEAI1C%2CsBArYV%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAqTC%2C8BA2CC%3BIAGK%2CUAAA%3BIACA%2CWAAA%3B%3B%3BAAtWL%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAqTC%2C8BA2CC%2CuBAMI%3BEACC%2CcAAA%3B%3BAAzWL%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAqTC%2C8BA2CC%2CuBAMI%2C0BAEC%3BEACC%2CWAAA%3B%3BAA3WN%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAqTC%2C8BA2CC%2CuBAYI%2CqBAAqB%3BEACpB%2CgBAAA%3BEACA%2C0BAAA%3BEACA%2CeAAA%3BEACA%2CaAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3B%3BAApXL%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAqTC%2C8BA2CC%2CuBAoBC%2CkBAAkB%3BEACd%2CeAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3B%3BAAzXL%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAqTC%2C8BAqEC%3BEACI%2CmBAAA%3B%3BAAMJ%2CQAL8C%3BEAK9C%2CsBAhaN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAqTC%2C8BAqEC%3BIAGK%2CUAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3B%3B%3BAAjYL%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAqTC%2C8BA6EC%3BEACC%2CgBAAA%3B%3BAAID%2CQAH2C%3BEAG3C%2CsBAtaN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAqTC%2C8BA6EC%3BIAGK%2CWAAA%3B%3B%3BAAvYL%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAqTC%2C8BAmFC%3BEACC%2CcAAA%3B%3BAA3YD%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAqTC%2C8BAmFC%2CsBAEC%3BEACC%2CcAAA%3B%3BAA7YF%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAqTC%2C8BAmFC%2CsBAEC%2C0BAEC%3BEACI%2CWAAA%3B%3BAA%5C%2FYN%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAqTC%2C8BA4FC%3BEACC%2CmBAAA%3B%3BAApZD%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAqTC%2C8BA4FC%2CkBAEC%3BEACC%2CcAAA%3B%3BAAtZF%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAqTC%2C8BA4FC%2CkBAEC%2C0BAEC%3BEACI%2CWAAA%3B%3BAAxZN%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAqTC%2C8BAqGC%3BEACI%2CmBAAA%3B%3BAAKA%2CQAJ0C%3BEAI1C%2CsBA%5C%2FbV%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAqTC%2C8BAqGC%3BIAGK%2CUAAA%3BIACA%2CWAAA%3B%3B%3BAAhaL%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAqTC%2C8BAqGC%2CiBAMI%3BEACC%2CcAAA%3B%3BAAnaL%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAqTC%2C8BAqGC%2CiBAMI%2C0BAEC%3BEACC%2CWAAA%3B%3BAAraN%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAqTC%2C8BAqGC%2CiBAYI%2CqBAAqB%3BEACpB%2CgBAAA%3BEACA%2C0BAAA%3BEACA%2CeAAA%3BEACA%2CaAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3B%3BAA9aL%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAqTC%2C8BAqGC%2CiBAoBC%2CkBAAkB%3BEACd%2CeAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3B%3BAAnbL%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAqTC%2C8BAqGC%2CiBAyBC%2CsBAAsB%2CEAAC%3BEACnB%2CqBAAA%3BEACA%2CqBAAA%3BEACA%2CyBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3B%3BAA3bL%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAqTC%2C8BAuIC%3BEACI%2CmBAAA%3B%3BAAKJ%2CQAJ8C%3BEAI9C%2CsBAjeN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAqTC%2C8BAuIC%3BIAGK%2CUAAA%3BIACA%2CgBAAA%3B%3B%3BAAlcL%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAqTC%2C8BA8IC%3BEACI%2CSAAA%3B%3BAAtcJ%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAqTC%2C8BA8IC%2C0BF%5C%2FQN%2CmBACC%3BEACI%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CaAAA%3BEACA%2C8BAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CqBAAA%3B%3BAAMA%2CQAJyB%3BEAIzB%2CsBElOL%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAqTC%2C8BA8IC%2C0BF%5C%2FQN%2CmBACC%3BIAWK%2CWAAA%3BIACA%2CeAAA%3B%3B%3BAAKD%2CQAHyB%2CuBAAmC%3BEAG5D%2CsBErOL%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAqTC%2C8BA8IC%2C0BF%5C%2FQN%2CmBACC%3BIAeK%2C8BAAA%3B%3B%3BAAKD%2CQAH0C%2CuBAAmC%3BEAG7E%2CsBExOL%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAqTC%2C8BA8IC%2C0BF%5C%2FQN%2CmBACC%3BIAkBK%2C8BAAA%3B%3B%3BAAKD%2CQAHyC%2CwBAAsC%3BEAG%5C%2FE%2CsBE3OL%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAqTC%2C8BA8IC%2C0BF%5C%2FQN%2CmBACC%3BIAqBK%2C8BAAA%3B%3B%3BAAED%2CsBE3OL%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAqTC%2C8BA8IC%2C0BF%5C%2FQN%2CmBACC%2CcAuBK%2CUAAU%3BEACV%2CeAAA%3B%3BAAUJ%2CQAR4B%2CuBAAmC%3BEAC3D%2CsBE%5C%2FON%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAqTC%2C8BA8IC%2C0BF%5C%2FQN%2CmBACC%2CcA2BM%2CUAAU%3BIACV%2CyBAAA%3B%3BEAED%2CsBElPN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAqTC%2C8BA8IC%2C0BF%5C%2FQN%2CmBACC%2CcA8BM%2CUAAU%3BIACV%2CkBAAA%3B%3B%3BAAWL%2CQAR0C%2CuBAAmC%3BEAC5E%2CsBEvPH%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAqTC%2C8BA8IC%2C0BF%5C%2FQN%2CmBACC%2CcAmCG%2CUAAU%3BIACP%2CyBAAA%3B%3BEAED%2CsBE1PN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAqTC%2C8BA8IC%2C0BF%5C%2FQN%2CmBACC%2CcAsCM%2CUAAU%3BIACV%2CkBAAA%3B%3B%3BAAWF%2CQARsC%2CwBAAsC%3BEAC3E%2CsBE%5C%2FPN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAqTC%2C8BA8IC%2C0BF%5C%2FQN%2CmBACC%2CcA2CM%2CUAAU%3BIACV%2CyBAAA%3B%3BEAED%2CsBElQN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAqTC%2C8BA8IC%2C0BF%5C%2FQN%2CmBACC%2CcA8CM%2CUAAU%3BIACV%2CkBAAA%3B%3B%3BAAML%2CQAH6C%3BEAG7C%2CsBEzQF%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAqTC%2C8BA8IC%2C0BF%5C%2FQN%2CmBACC%3BIAmDK%2CuBAAA%3B%3B%3BAAKD%2CQAHsC%2CwBAAsC%3BEAG5E%2CsBE5QL%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAqTC%2C8BA8IC%2C0BF%5C%2FQN%2CmBACC%3BIAsDE%2CaAAA%3B%3B%3BAE7OG%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAqTC%2C8BA8IC%2C0BF%5C%2FQN%2CmBACC%2CcAwDI%3BEACC%2CUAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3B%3BAElPA%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAqTC%2C8BA8IC%2C0BF%5C%2FQN%2CmBACC%2CcAwDI%2CmBAIC%3BEACC%2CcAAA%3B%3BAEpPD%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAqTC%2C8BA8IC%2C0BF%5C%2FQN%2CmBACC%2CcAwDI%2CmBAQF%2CsBACC%3BEACI%2CgBAAA%3BEACA%2CmBAAA%3B%3BAE1PF%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAqTC%2C8BA8IC%2C0BF%5C%2FQN%2CmBACC%2CcAwDI%2CmBAQF%2CsBACC%2CmBAGI%3BEACC%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CqBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3B%3BAAOH%2CQAL6C%3BEAK7C%2CsBEtSN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAqTC%2C8BA8IC%2C0BF%5C%2FQN%2CmBACC%2CcAwDI%2CmBAQF%2CsBACC%2CmBAGI%3BIAUE%2CeAAA%3BIACH%2CiBAAA%3BIACA%2CYAAA%3B%3B%3BAAOD%2CQALsC%2CuBAAsC%3BEAK5E%2CsBE3SN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAqTC%2C8BA8IC%2C0BF%5C%2FQN%2CmBACC%2CcAwDI%2CmBAQF%2CsBACC%2CmBAGI%3BIAeD%2CeAAA%3BIACG%2CiBAAA%3BIACA%2CgBAAA%3B%3B%3BAAKL%2CQAH0B%3BEAG1B%2CsBE9SL%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAqTC%2C8BA8IC%2C0BF%5C%2FQN%2CmBACC%2CcAwDI%2CmBAQF%2CsBACC%2CmBAGI%3BIAoBD%2CgBAAA%3B%3B%3BAE%5C%2FQD%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAqTC%2C8BA8IC%2C0BF%5C%2FQN%2CmBACC%2CcAwDI%2CmBAQF%2CsBA4BC%3BEACI%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CaAAA%3BEACH%2CmBAAA%3BEACA%2CYAAA%3B%3BAAIA%2CQAH0C%3BEAG1C%2CsBEzTL%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAqTC%2C8BA8IC%2C0BF%5C%2FQN%2CmBACC%2CcAwDI%2CmBAQF%2CsBA4BC%3BIAOK%2CmBAAA%3B%3B%3BAAKJ%2CQAHsC%2CuBAAsC%3BEAG5E%2CsBE5TL%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAqTC%2C8BA8IC%2C0BF%5C%2FQN%2CmBACC%2CcAwDI%2CmBAQF%2CsBA4BC%3BIAUE%2CmBAAA%3B%3B%3BAE7RA%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAqTC%2C8BA8IC%2C0BF%5C%2FQN%2CmBACC%2CcAwDI%2CmBAQF%2CsBA4BC%2CWAYC%3BEACI%2CQAAA%3B%3BAAIJ%2CQAH8C%3BEAG9C%2CsBEjUL%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAqTC%2C8BA8IC%2C0BF%5C%2FQN%2CmBACC%2CcAwDI%2CmBAQF%2CsBA4BC%2CWAYC%3BIAGK%2CaAAA%3B%3B%3BAElSJ%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAqTC%2C8BA8IC%2C0BF%5C%2FQN%2CmBACC%2CcAwDI%2CmBAQF%2CsBA4BC%2CWAkBC%3BEACI%2CQAAA%3B%3BAEtSH%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAqTC%2C8BA8IC%2C0BF%5C%2FQN%2CmBACC%2CcAwDI%2CmBAQF%2CsBA4BC%2CWAkBC%2CWAEI%3BEACC%2CaAAA%3B%3BAExSJ%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAqTC%2C8BA8IC%2C0BF%5C%2FQN%2CmBACC%2CcAwDI%2CmBAQF%2CsBA4BC%2CWAkBC%2CWAKC%3BEACI%2CcAAA%3BEACA%2CqBAAA%3BEACA%2C6BAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3B%3BAAMJ%2CQAL6C%3BEAK7C%2CsBEpVN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAqTC%2C8BA8IC%2C0BF%5C%2FQN%2CmBACC%2CcAwDI%2CmBAQF%2CsBA4BC%2CWAkBC%2CWAKC%3BIASK%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CiBAAA%3B%3B%3BAErTL%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAqTC%2C8BA8IC%2C0BF%5C%2FQN%2CmBACC%2CcAwDI%2CmBAQF%2CsBA4BC%2CWAsCI%2CKAAI%3BEACH%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3B%3BAAMJ%2CQAL6C%3BEAK7C%2CsBEhWL%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAqTC%2C8BA8IC%2C0BF%5C%2FQN%2CmBACC%2CcAwDI%2CmBAQF%2CsBA4BC%2CWAsCI%2CKAAI%3BIAMF%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CSAAA%3B%3B%3BAEjUJ%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAqTC%2C8BA8IC%2C0BF%5C%2FQN%2CmBACC%2CcAwDI%2CmBAuFF%3B%3B%3B%3B%3B%3BAEtUG%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAqTC%2C8BA8IC%2C0BF%5C%2FQN%2CmBACC%2CcAwDI%2CmBAuFF%2CsBAKI%3B%3BEAEC%2CWAAA%3B%3BAE7UF%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAqTC%2C8BA8IC%2C0BF%5C%2FQN%2CmBACC%2CcAwDI%2CmBAuFF%2CsBAKI%2CiBAGC%2COAAM%3BEACL%2CYAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3B%3BAEpVH%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAqTC%2C8BA8IC%2C0BF%5C%2FQN%2CmBACC%2CcAwDI%2CmBAuFF%2CsBAKI%2CiBAWC%2COAAM%3BEACL%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CaAAa%2CSAAb%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3B%3BAAIA%2CQAHyC%2CwBAAsC%3BEAG%5C%2FE%2CsBEjYT%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAqTC%2C8BA8IC%2C0BF%5C%2FQN%2CmBACC%2CcAwDI%2CmBAuFF%2CsBAKI%2CiBAWC%2COAAM%3BIAYJ%2CkBAAA%3B%3B%3BAAKD%2CQAH0B%2CuBAAuB%3BEAGjD%2CsBEpYT%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAqTC%2C8BA8IC%2C0BF%5C%2FQN%2CmBACC%2CcAwDI%2CmBAuFF%2CsBAKI%2CiBAWC%2COAAM%3BIAeN%2CiBAAA%3B%3B%3BAAMC%2CQAJ0B%2CwBAAuB%3BEAIjD%2CsBExYT%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAqTC%2C8BA8IC%2C0BF%5C%2FQN%2CmBACC%2CcAwDI%2CmBAuFF%2CsBAKI%2CiBAWC%2COAAM%3BIAkBJ%2CYAAA%3BIACA%2CYAAA%3B%3B%3BAAED%2CsBExYT%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAqTC%2C8BA8IC%2C0BF%5C%2FQN%2CmBACC%2CcAwDI%2CmBAuFF%2CsBAKI%2CiBAWC%2COAAM%2COAqBJ%3BEACA%2CmBAAA%3B%3BAE5WJ%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAqTC%2C8BA8IC%2C0BF%5C%2FQN%2CmBACC%2CcAwDI%2CmBAuFF%2CsBAKI%2CiBAWC%2COAAM%2COAwBL%3BEACC%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CuBAAA%3B%3BAACA%2CsBEhZV%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAqTC%2C8BA8IC%2C0BF%5C%2FQN%2CmBACC%2CcAwDI%2CmBAuFF%2CsBAKI%2CiBAWC%2COAAM%2COAwBL%2CKAKE%3BEACA%2CSAAQ%2CEAAR%3BEACA%2CqBAAA%3BEACA%2CyDAAA%3BEACA%2C4BAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CqBAAA%3B%3BAAKD%2CQAHwB%2CwBAAuB%3BEAG%5C%2FC%2CsBE9ZV%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAqTC%2C8BA8IC%2C0BF%5C%2FQN%2CmBACC%2CcAwDI%2CmBAuFF%2CsBAKI%2CiBAWC%2COAAM%2COAwBL%2CKAKE%3BIAYC%2CiBAAA%3B%3B%3BAAKH%2CsBEjaT%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAqTC%2C8BA8IC%2C0BF%5C%2FQN%2CmBACC%2CcAwDI%2CmBAuFF%2CsBAKI%2CiBAWC%2COAAM%2COA8CJ%3BEACA%2CkBAAA%3B%3BAAIA%2CQAH0B%2CuBAAuB%3BEAGjD%2CsBEtaV%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAqTC%2C8BA8IC%2C0BF%5C%2FQN%2CmBACC%2CcAwDI%2CmBAuFF%2CsBAKI%2CiBAWC%2COAAM%2COA8CJ%3BIAGD%2CiBAAA%3B%3B%3BAAHA%2CsBEjaT%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAqTC%2C8BA8IC%2C0BF%5C%2FQN%2CmBACC%2CcAwDI%2CmBAuFF%2CsBAKI%2CiBAWC%2COAAM%2COA8CJ%2CSAKA%3BEACC%2C0BAAA%3B%3BAACA%2CsBExaX%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAqTC%2C8BA8IC%2C0BF%5C%2FQN%2CmBACC%2CcAwDI%2CmBAuFF%2CsBAKI%2CiBAWC%2COAAM%2COA8CJ%2CSAKA%2CKAEE%3BEACA%2C8CAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3B%3BAE%5C%2FYN%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAqTC%2C8BA8IC%2C0BF%5C%2FQN%2CmBACC%2CcAwDI%2CmBAuFF%2CsBA%2BEC%2CmBACC%3BEACC%2CkBAAA%3BEACG%2CUAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3B%3B%3B%3B%3B%3B%3B%3BAAQA%2CsBE%5C%2FbT%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAqTC%2C8BA8IC%2C0BF%5C%2FQN%2CmBACC%2CcAwDI%2CmBAuFF%2CsBA%2BEC%2CmBACC%2CYAYK%3BEACA%2CSAAQ%2CEAAR%3BEACA%2CqBAAA%3BEACA%2CkDAAA%3BEACA%2C4BAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3B%3BAExaJ%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAqTC%2C8BA8IC%2C0BF%5C%2FQN%2CmBACC%2CcAwDI%2CmBAuFF%2CsBA%2BEC%2CmBAsBC%3BEACC%2CkBAAA%3BEACG%2CQAAA%3BEACA%2CMAAA%3BEACA%2CqCAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3B%3BAAKA%2CQAJ0C%3BEAI1C%2CsBEtdT%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAqTC%2C8BA8IC%2C0BF%5C%2FQN%2CmBACC%2CcAwDI%2CmBAuFF%2CsBA%2BEC%2CmBAsBC%3BIAWK%2CWAAA%3BIACA%2CYAAA%3B%3B%3BAAED%2CsBEtdT%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAqTC%2C8BA8IC%2C0BF%5C%2FQN%2CmBACC%2CcAwDI%2CmBAuFF%2CsBA%2BEC%2CmBAsBC%2CWAcK%3BEACA%2CSAAQ%2CEAAR%3BEACA%2CqBAAA%3BEACA%2CiDAAA%3BEACA%2C4BAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3B%3BAE%5C%2FbJ%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAycC%2C0BACC%2CmBACC%3BEACC%2CUAAA%3B%3BAA9cF%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAycC%2C0BACC%2CmBACC%2CWAEC%3BEACI%2CgBAAA%3B%3BAAhdN%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAycC%2C0BASC%3BEACC%2CeAAA%3BEACG%2CmBAAA%3BEACA%2C6BAAA%3B%3BAAvdJ%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAycC%2C0BASC%2C0BAIC%2CqBAAqB%3BEACjB%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CWAAA%3B%3BAAKA%2CQAJ0C%3BEAI1C%2CsBA%5C%2FfX%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAycC%2C0BASC%2C0BAIC%2CqBAAqB%3BIAOhB%2CeAAA%3BIACA%2CiBAAA%3B%3B%3BAAKL%2CQAH0C%2CuBAAmC%3BEAG7E%2CsBAlgBP%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAycC%2C0BASC%2C0BAIC%2CqBAAqB%3BIAWhB%2CeAAA%3B%3B%3BAAneN%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAycC%2C0BASC%2C0BAkBC%2CkBAAkB%3BEACd%2CmBAAA%3B%3BAAveL%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAycC%2C0BA%2BBC%3BEACC%2CmBAAA%3B%3BAAKA%2CQAJsC%3BEAItC%2CsBA7gBP%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAycC%2C0BA%2BBC%3BIAGE%2CUAAA%3BIACG%2CWAAA%3B%3B%3BAAEJ%2CsBA7gBP%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAycC%2C0BA%2BBC%2CsBAMK%3BEACA%2CaAAA%3BEACA%2CeAAA%3BEACA%2CuBAAA%3B%3BAAHJ%2CsBA7gBP%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAycC%2C0BA%2BBC%2CsBAMK%2CqBAIA%3BEACC%2CUAAA%3B%3BAAIA%2CQAH4C%3BEAG5C%2CsBAthBZ%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAycC%2C0BA%2BBC%2CsBAMK%2CqBAIA%3BIAGE%2CWAAA%3B%3B%3BAAPN%2CsBA7gBP%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAycC%2C0BA%2BBC%2CsBAMK%2CqBAIA%2C0BAKC%3BEACC%2CSAAA%3B%3BAAVN%2CsBA7gBP%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAycC%2C0BA%2BBC%2CsBAMK%2CqBAIA%2C0BAKC%2CmBAEC%3BEACC%2CcAAA%3B%3BAAZP%2CsBA7gBP%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAycC%2C0BA%2BBC%2CsBAMK%2CqBAIA%2C0BAKC%2CmBAEC%2C0BAEC%3BEACC%2CWAAA%3B%3BAAdR%2CsBA7gBP%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAycC%2C0BA%2BBC%2CsBAMK%2CqBAmBH%3BEACI%2CUAAA%3BEACA%2CkBAAA%3B%3BAAKA%2CQAJ4C%3BEAI5C%2CsBAviBZ%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAycC%2C0BA%2BBC%2CsBAMK%2CqBAmBH%3BIAIK%2CWAAA%3BIACA%2CmBAAA%3B%3B%3BAAxBN%2CsBA7gBP%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAycC%2C0BA%2BBC%2CsBAMK%2CqBAmBH%2C4BAOI%2CkBACC%3BEACC%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAA%5C%2FBP%2CsBA7gBP%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAycC%2C0BA%2BBC%2CsBAMK%2CqBAmBH%2C4BAOI%2CkBAOF%2CUAAU%3BEACN%2CqBAAA%3BEACA%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CqBAAA%3B%3BAAvhBR%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAycC%2C0BAkFC%3BEACC%2CmBAAA%3B%3BAAKD%2CQAJuC%3BEAIvC%2CsBAhkBN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAycC%2C0BAkFC%3BIAGE%2CUAAA%3BIACG%2CgBAAA%3B%3B%3BAAjiBL%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAycC%2C0BAyFC%3BEACC%2CgBAAA%3B%3BAAriBD%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAycC%2C0BA4FC%3BEACC%2CgBAAA%3B%3BAACA%2CsBAtkBP%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAycC%2C0BA4FC%2C0BAEK%3BEACA%2CUAAA%3B%3BAADJ%2CsBAtkBP%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAycC%2C0BA4FC%2C0BAEK%2CqBFnXX%2CmBACC%3BEACI%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CaAAA%3BEACA%2C8BAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CqBAAA%3B%3BAAMA%2CQAJyB%3BEAIzB%2CsBElOL%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAycC%2C0BA4FC%2C0BAEK%2CqBFnXX%2CmBACC%3BIAWK%2CWAAA%3BIACA%2CeAAA%3B%3B%3BAAKD%2CQAHyB%2CuBAAmC%3BEAG5D%2CsBErOL%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAycC%2C0BA4FC%2C0BAEK%2CqBFnXX%2CmBACC%3BIAeK%2C8BAAA%3B%3B%3BAAKD%2CQAH0C%2CuBAAmC%3BEAG7E%2CsBExOL%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAycC%2C0BA4FC%2C0BAEK%2CqBFnXX%2CmBACC%3BIAkBK%2C8BAAA%3B%3B%3BAAKD%2CQAHyC%2CwBAAsC%3BEAG%5C%2FE%2CsBE3OL%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAycC%2C0BA4FC%2C0BAEK%2CqBFnXX%2CmBACC%3BIAqBK%2C8BAAA%3B%3B%3BAAED%2CsBE3OL%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAycC%2C0BA4FC%2C0BAEK%2CqBFnXX%2CmBACC%2CcAuBK%2CUAAU%3BEACV%2CeAAA%3B%3BAAUJ%2CQAR4B%2CuBAAmC%3BEAC3D%2CsBE%5C%2FON%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAycC%2C0BA4FC%2C0BAEK%2CqBFnXX%2CmBACC%2CcA2BM%2CUAAU%3BIACV%2CyBAAA%3B%3BEAED%2CsBElPN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAycC%2C0BA4FC%2C0BAEK%2CqBFnXX%2CmBACC%2CcA8BM%2CUAAU%3BIACV%2CkBAAA%3B%3B%3BAAWL%2CQAR0C%2CuBAAmC%3BEAC5E%2CsBEvPH%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAycC%2C0BA4FC%2C0BAEK%2CqBFnXX%2CmBACC%2CcAmCG%2CUAAU%3BIACP%2CyBAAA%3B%3BEAED%2CsBE1PN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAycC%2C0BA4FC%2C0BAEK%2CqBFnXX%2CmBACC%2CcAsCM%2CUAAU%3BIACV%2CkBAAA%3B%3B%3BAAWF%2CQARsC%2CwBAAsC%3BEAC3E%2CsBE%5C%2FPN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAycC%2C0BA4FC%2C0BAEK%2CqBFnXX%2CmBACC%2CcA2CM%2CUAAU%3BIACV%2CyBAAA%3B%3BEAED%2CsBElQN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAycC%2C0BA4FC%2C0BAEK%2CqBFnXX%2CmBACC%2CcA8CM%2CUAAU%3BIACV%2CkBAAA%3B%3B%3BAAML%2CQAH6C%3BEAG7C%2CsBEzQF%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAycC%2C0BA4FC%2C0BAEK%2CqBFnXX%2CmBACC%3BIAmDK%2CuBAAA%3B%3B%3BAAKD%2CQAHsC%2CwBAAsC%3BEAG5E%2CsBE5QL%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAycC%2C0BA4FC%2C0BAEK%2CqBFnXX%2CmBACC%3BIAsDE%2CaAAA%3B%3B%3BAE4TI%2CsBAtkBP%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAycC%2C0BA4FC%2C0BAEK%2CqBFnXX%2CmBACC%2CcAwDI%3BEACC%2CUAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3B%3BAEuTC%2CsBAtkBP%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAycC%2C0BA4FC%2C0BAEK%2CqBFnXX%2CmBACC%2CcAwDI%2CmBAIC%3BEACC%2CcAAA%3B%3BAEqTA%2CsBAtkBP%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAycC%2C0BA4FC%2C0BAEK%2CqBFnXX%2CmBACC%2CcAwDI%2CmBAQF%2CsBACC%3BEACI%2CgBAAA%3BEACA%2CmBAAA%3B%3BAE%2BSD%2CsBAtkBP%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAycC%2C0BA4FC%2C0BAEK%2CqBFnXX%2CmBACC%2CcAwDI%2CmBAQF%2CsBACC%2CmBAGI%3BEACC%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CqBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3B%3BAAOH%2CQAL6C%3BEAK7C%2CsBEtSN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAycC%2C0BA4FC%2C0BAEK%2CqBFnXX%2CmBACC%2CcAwDI%2CmBAQF%2CsBACC%2CmBAGI%3BIAUE%2CeAAA%3BIACH%2CiBAAA%3BIACA%2CYAAA%3B%3B%3BAAOD%2CQALsC%2CuBAAsC%3BEAK5E%2CsBE3SN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAycC%2C0BA4FC%2C0BAEK%2CqBFnXX%2CmBACC%2CcAwDI%2CmBAQF%2CsBACC%2CmBAGI%3BIAeD%2CeAAA%3BIACG%2CiBAAA%3BIACA%2CgBAAA%3B%3B%3BAAKL%2CQAH0B%3BEAG1B%2CsBE9SL%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAycC%2C0BA4FC%2C0BAEK%2CqBFnXX%2CmBACC%2CcAwDI%2CmBAQF%2CsBACC%2CmBAGI%3BIAoBD%2CgBAAA%3B%3B%3BAE0RA%2CsBAtkBP%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAycC%2C0BA4FC%2C0BAEK%2CqBFnXX%2CmBACC%2CcAwDI%2CmBAQF%2CsBA4BC%3BEACI%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CaAAA%3BEACH%2CmBAAA%3BEACA%2CYAAA%3B%3BAAIA%2CQAH0C%3BEAG1C%2CsBEzTL%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAycC%2C0BA4FC%2C0BAEK%2CqBFnXX%2CmBACC%2CcAwDI%2CmBAQF%2CsBA4BC%3BIAOK%2CmBAAA%3B%3B%3BAAKJ%2CQAHsC%2CuBAAsC%3BEAG5E%2CsBE5TL%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAycC%2C0BA4FC%2C0BAEK%2CqBFnXX%2CmBACC%2CcAwDI%2CmBAQF%2CsBA4BC%3BIAUE%2CmBAAA%3B%3B%3BAE4QC%2CsBAtkBP%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAycC%2C0BA4FC%2C0BAEK%2CqBFnXX%2CmBACC%2CcAwDI%2CmBAQF%2CsBA4BC%2CWAYC%3BEACI%2CQAAA%3B%3BAAIJ%2CQAH8C%3BEAG9C%2CsBEjUL%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAycC%2C0BA4FC%2C0BAEK%2CqBFnXX%2CmBACC%2CcAwDI%2CmBAQF%2CsBA4BC%2CWAYC%3BIAGK%2CaAAA%3B%3B%3BAEuQH%2CsBAtkBP%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAycC%2C0BA4FC%2C0BAEK%2CqBFnXX%2CmBACC%2CcAwDI%2CmBAQF%2CsBA4BC%2CWAkBC%3BEACI%2CQAAA%3B%3BAEmQF%2CsBAtkBP%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAycC%2C0BA4FC%2C0BAEK%2CqBFnXX%2CmBACC%2CcAwDI%2CmBAQF%2CsBA4BC%2CWAkBC%2CWAEI%3BEACC%2CaAAA%3B%3BAEiQH%2CsBAtkBP%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAycC%2C0BA4FC%2C0BAEK%2CqBFnXX%2CmBACC%2CcAwDI%2CmBAQF%2CsBA4BC%2CWAkBC%2CWAKC%3BEACI%2CcAAA%3BEACA%2CqBAAA%3BEACA%2C6BAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3B%3BAAMJ%2CQAL6C%3BEAK7C%2CsBEpVN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAycC%2C0BA4FC%2C0BAEK%2CqBFnXX%2CmBACC%2CcAwDI%2CmBAQF%2CsBA4BC%2CWAkBC%2CWAKC%3BIASK%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CiBAAA%3B%3B%3BAEoPJ%2CsBAtkBP%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAycC%2C0BA4FC%2C0BAEK%2CqBFnXX%2CmBACC%2CcAwDI%2CmBAQF%2CsBA4BC%2CWAsCI%2CKAAI%3BEACH%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3B%3BAAMJ%2CQAL6C%3BEAK7C%2CsBEhWL%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAycC%2C0BA4FC%2C0BAEK%2CqBFnXX%2CmBACC%2CcAwDI%2CmBAQF%2CsBA4BC%2CWAsCI%2CKAAI%3BIAMF%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CSAAA%3B%3B%3BAEwOH%2CsBAtkBP%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAycC%2C0BA4FC%2C0BAEK%2CqBFnXX%2CmBACC%2CcAwDI%2CmBAuFF%3B%3B%3B%3B%3B%3BAEmOI%2CsBAtkBP%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAycC%2C0BA4FC%2C0BAEK%2CqBFnXX%2CmBACC%2CcAwDI%2CmBAuFF%2CsBAKI%3B%3BEAEC%2CWAAA%3B%3BAE4ND%2CsBAtkBP%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAycC%2C0BA4FC%2C0BAEK%2CqBFnXX%2CmBACC%2CcAwDI%2CmBAuFF%2CsBAKI%2CiBAGC%2COAAM%3BEACL%2CYAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3B%3BAEqNF%2CsBAtkBP%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAycC%2C0BA4FC%2C0BAEK%2CqBFnXX%2CmBACC%2CcAwDI%2CmBAuFF%2CsBAKI%2CiBAWC%2COAAM%3BEACL%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CaAAa%2CSAAb%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3B%3BAAIA%2CQAHyC%2CwBAAsC%3BEAG%5C%2FE%2CsBEjYT%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAycC%2C0BA4FC%2C0BAEK%2CqBFnXX%2CmBACC%2CcAwDI%2CmBAuFF%2CsBAKI%2CiBAWC%2COAAM%3BIAYJ%2CkBAAA%3B%3B%3BAAKD%2CQAH0B%2CuBAAuB%3BEAGjD%2CsBEpYT%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAycC%2C0BA4FC%2C0BAEK%2CqBFnXX%2CmBACC%2CcAwDI%2CmBAuFF%2CsBAKI%2CiBAWC%2COAAM%3BIAeN%2CiBAAA%3B%3B%3BAAMC%2CQAJ0B%2CwBAAuB%3BEAIjD%2CsBExYT%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAycC%2C0BA4FC%2C0BAEK%2CqBFnXX%2CmBACC%2CcAwDI%2CmBAuFF%2CsBAKI%2CiBAWC%2COAAM%3BIAkBJ%2CYAAA%3BIACA%2CYAAA%3B%3B%3BAAED%2CsBExYT%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAycC%2C0BA4FC%2C0BAEK%2CqBFnXX%2CmBACC%2CcAwDI%2CmBAuFF%2CsBAKI%2CiBAWC%2COAAM%2COAqBJ%3BEACA%2CmBAAA%3B%3BAE6LH%2CsBAtkBP%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAycC%2C0BA4FC%2C0BAEK%2CqBFnXX%2CmBACC%2CcAwDI%2CmBAuFF%2CsBAKI%2CiBAWC%2COAAM%2COAwBL%3BEACC%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CuBAAA%3B%3BAACA%2CsBEhZV%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAycC%2C0BA4FC%2C0BAEK%2CqBFnXX%2CmBACC%2CcAwDI%2CmBAuFF%2CsBAKI%2CiBAWC%2COAAM%2COAwBL%2CKAKE%3BEACA%2CSAAQ%2CEAAR%3BEACA%2CqBAAA%3BEACA%2CyDAAA%3BEACA%2C4BAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CqBAAA%3B%3BAAKD%2CQAHwB%2CwBAAuB%3BEAG%5C%2FC%2CsBE9ZV%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAycC%2C0BA4FC%2C0BAEK%2CqBFnXX%2CmBACC%2CcAwDI%2CmBAuFF%2CsBAKI%2CiBAWC%2COAAM%2COAwBL%2CKAKE%3BIAYC%2CiBAAA%3B%3B%3BAAKH%2CsBEjaT%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAycC%2C0BA4FC%2C0BAEK%2CqBFnXX%2CmBACC%2CcAwDI%2CmBAuFF%2CsBAKI%2CiBAWC%2COAAM%2COA8CJ%3BEACA%2CkBAAA%3B%3BAAIA%2CQAH0B%2CuBAAuB%3BEAGjD%2CsBEtaV%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAycC%2C0BA4FC%2C0BAEK%2CqBFnXX%2CmBACC%2CcAwDI%2CmBAuFF%2CsBAKI%2CiBAWC%2COAAM%2COA8CJ%3BIAGD%2CiBAAA%3B%3B%3BAAHA%2CsBEjaT%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAycC%2C0BA4FC%2C0BAEK%2CqBFnXX%2CmBACC%2CcAwDI%2CmBAuFF%2CsBAKI%2CiBAWC%2COAAM%2COA8CJ%2CSAKA%3BEACC%2C0BAAA%3B%3BAACA%2CsBExaX%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAycC%2C0BA4FC%2C0BAEK%2CqBFnXX%2CmBACC%2CcAwDI%2CmBAuFF%2CsBAKI%2CiBAWC%2COAAM%2COA8CJ%2CSAKA%2CKAEE%3BEACA%2C8CAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3B%3BAE0JL%2CsBAtkBP%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAycC%2C0BA4FC%2C0BAEK%2CqBFnXX%2CmBACC%2CcAwDI%2CmBAuFF%2CsBA%2BEC%2CmBACC%3BEACC%2CkBAAA%3BEACG%2CUAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3B%3B%3B%3B%3B%3B%3B%3BAAQA%2CsBE%5C%2FbT%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAycC%2C0BA4FC%2C0BAEK%2CqBFnXX%2CmBACC%2CcAwDI%2CmBAuFF%2CsBA%2BEC%2CmBACC%2CYAYK%3BEACA%2CSAAQ%2CEAAR%3BEACA%2CqBAAA%3BEACA%2CkDAAA%3BEACA%2C4BAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3B%3BAEiIH%2CsBAtkBP%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAycC%2C0BA4FC%2C0BAEK%2CqBFnXX%2CmBACC%2CcAwDI%2CmBAuFF%2CsBA%2BEC%2CmBAsBC%3BEACC%2CkBAAA%3BEACG%2CQAAA%3BEACA%2CMAAA%3BEACA%2CqCAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3B%3BAAKA%2CQAJ0C%3BEAI1C%2CsBEtdT%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAycC%2C0BA4FC%2C0BAEK%2CqBFnXX%2CmBACC%2CcAwDI%2CmBAuFF%2CsBA%2BEC%2CmBAsBC%3BIAWK%2CWAAA%3BIACA%2CYAAA%3B%3B%3BAAED%2CsBEtdT%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAycC%2C0BA4FC%2C0BAEK%2CqBFnXX%2CmBACC%2CcAwDI%2CmBAuFF%2CsBA%2BEC%2CmBAsBC%2CWAcK%3BEACA%2CSAAQ%2CEAAR%3BEACA%2CqBAAA%3BEACA%2CiDAAA%3BEACA%2C4BAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3B%3BAE%5C%2FbJ%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAycC%2C0BAmGC%3BEACI%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2C0BAAA%3B%3BAAjjBJ%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAycC%2C0BAmGC%2C4BAII%3BEACC%2CUAAA%3B%3BAAnjBL%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAycC%2C0BAmGC%2C4BAII%2CmBAEC%3BEACC%2CWAAA%3BEACA%2CaAAA%3BEACA%2CeAAA%3BEACA%2CuBAAA%3B%3BAAxjBN%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAycC%2C0BAmGC%2C4BAII%2CmBAEC%2CeAKC%3BEACC%2C8BAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CqBAAA%3B%3BAAMA%2CQAL0C%3BEAK1C%2CsBAhmBb%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAycC%2C0BAmGC%2C4BAII%2CmBAEC%2CeAKC%3BIAME%2CWAAA%3BIACA%2CkBAAA%3BIACA%2CcAAA%3B%3B%3BAAED%2CsBAhmBb%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAycC%2C0BAmGC%2C4BAII%2CmBAEC%2CeAKC%2CoBAUE%3BEACA%2CeAAA%3B%3BAAIJ%2CQAH8C%3BEAG9C%2CsBArmBV%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAycC%2C0BAmGC%2C4BAII%2CmBAEC%2CeAKC%2CoBAUE%3BIAGC%2CSAAA%3B%3B%3BAAtkBT%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAycC%2C0BAmGC%2C4BAII%2CmBAEC%2CeAKC%2CoBAgBF%2CqBAAqB%3BEACjB%2CeAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAA7kBR%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAycC%2C0BAwIC%3BAAnlBA%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAycC%2C0BAqwCL%2CCA7nCoB%3BEACV%2CcAAA%3BEACA%2CiBAAA%3BEACA%2C0BAAA%3B%3BAACA%2CsBApnBV%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAycC%2C0BAwIC%2CcAIQ%3BAAAJ%2CsBApnBV%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAycC%2C0BAqwCL%2CCA7nCoB%2CaAIN%3BEACH%2CUAAA%3B%3BAAIJ%2CsBAznBP%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAycC%2C0BAgJC%2CiBACK%3BAAAJ%2CsBAznBP%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAycC%2C0BAqwCL%2CCArnCuB%2CgBACZ%3BEACA%2CUAAA%3B%3BAADJ%2CsBAznBP%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAycC%2C0BAgJC%2CiBACK%2CqBFtaX%2CmBACC%3BAEqaM%2CsBAznBP%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAycC%2C0BAqwCL%2CCArnCuB%2CgBACZ%2CqBFtaX%2CmBACC%3BEACI%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CaAAA%3BEACA%2C8BAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CqBAAA%3B%3BAAMA%2CQAJyB%3BEAIzB%2CsBElOL%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAycC%2C0BAgJC%2CiBACK%2CqBFtaX%2CmBACC%3BEAcI%2CsBElOL%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAycC%2C0BAqwCL%2CCArnCuB%2CgBACZ%2CqBFtaX%2CmBACC%3BIAWK%2CWAAA%3BIACA%2CeAAA%3B%3B%3BAAKD%2CQAHyB%2CuBAAmC%3BEAG5D%2CsBErOL%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAycC%2C0BAgJC%2CiBACK%2CqBFtaX%2CmBACC%3BEAiBI%2CsBErOL%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAycC%2C0BAqwCL%2CCArnCuB%2CgBACZ%2CqBFtaX%2CmBACC%3BIAeK%2C8BAAA%3B%3B%3BAAKD%2CQAH0C%2CuBAAmC%3BEAG7E%2CsBExOL%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAycC%2C0BAgJC%2CiBACK%2CqBFtaX%2CmBACC%3BEAoBI%2CsBExOL%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAycC%2C0BAqwCL%2CCArnCuB%2CgBACZ%2CqBFtaX%2CmBACC%3BIAkBK%2C8BAAA%3B%3B%3BAAKD%2CQAHyC%2CwBAAsC%3BEAG%5C%2FE%2CsBE3OL%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAycC%2C0BAgJC%2CiBACK%2CqBFtaX%2CmBACC%3BEAuBI%2CsBE3OL%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAycC%2C0BAqwCL%2CCArnCuB%2CgBACZ%2CqBFtaX%2CmBACC%3BIAqBK%2C8BAAA%3B%3B%3BAAED%2CsBE3OL%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAycC%2C0BAgJC%2CiBACK%2CqBFtaX%2CmBACC%2CcAuBK%2CUAAU%3BAAAX%2CsBE3OL%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAycC%2C0BAqwCL%2CCArnCuB%2CgBACZ%2CqBFtaX%2CmBACC%2CcAuBK%2CUAAU%3BEACV%2CeAAA%3B%3BAAUJ%2CQAR4B%2CuBAAmC%3BEAC3D%2CsBE%5C%2FON%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAycC%2C0BAgJC%2CiBACK%2CqBFtaX%2CmBACC%2CcA2BM%2CUAAU%3BEAAX%2CsBE%5C%2FON%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAycC%2C0BAqwCL%2CCArnCuB%2CgBACZ%2CqBFtaX%2CmBACC%2CcA2BM%2CUAAU%3BIACV%2CyBAAA%3B%3BEAED%2CsBElPN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAycC%2C0BAgJC%2CiBACK%2CqBFtaX%2CmBACC%2CcA8BM%2CUAAU%3BEAAX%2CsBElPN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAycC%2C0BAqwCL%2CCArnCuB%2CgBACZ%2CqBFtaX%2CmBACC%2CcA8BM%2CUAAU%3BIACV%2CkBAAA%3B%3B%3BAAWL%2CQAR0C%2CuBAAmC%3BEAC5E%2CsBEvPH%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAycC%2C0BAgJC%2CiBACK%2CqBFtaX%2CmBACC%2CcAmCG%2CUAAU%3BEAAX%2CsBEvPH%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAycC%2C0BAqwCL%2CCArnCuB%2CgBACZ%2CqBFtaX%2CmBACC%2CcAmCG%2CUAAU%3BIACP%2CyBAAA%3B%3BEAED%2CsBE1PN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAycC%2C0BAgJC%2CiBACK%2CqBFtaX%2CmBACC%2CcAsCM%2CUAAU%3BEAAX%2CsBE1PN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAycC%2C0BAqwCL%2CCArnCuB%2CgBACZ%2CqBFtaX%2CmBACC%2CcAsCM%2CUAAU%3BIACV%2CkBAAA%3B%3B%3BAAWF%2CQARsC%2CwBAAsC%3BEAC3E%2CsBE%5C%2FPN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAycC%2C0BAgJC%2CiBACK%2CqBFtaX%2CmBACC%2CcA2CM%2CUAAU%3BEAAX%2CsBE%5C%2FPN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAycC%2C0BAqwCL%2CCArnCuB%2CgBACZ%2CqBFtaX%2CmBACC%2CcA2CM%2CUAAU%3BIACV%2CyBAAA%3B%3BEAED%2CsBElQN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAycC%2C0BAgJC%2CiBACK%2CqBFtaX%2CmBACC%2CcA8CM%2CUAAU%3BEAAX%2CsBElQN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAycC%2C0BAqwCL%2CCArnCuB%2CgBACZ%2CqBFtaX%2CmBACC%2CcA8CM%2CUAAU%3BIACV%2CkBAAA%3B%3B%3BAAML%2CQAH6C%3BEAG7C%2CsBEzQF%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAycC%2C0BAgJC%2CiBACK%2CqBFtaX%2CmBACC%3BEAqDC%2CsBEzQF%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAycC%2C0BAqwCL%2CCArnCuB%2CgBACZ%2CqBFtaX%2CmBACC%3BIAmDK%2CuBAAA%3B%3B%3BAAKD%2CQAHsC%2CwBAAsC%3BEAG5E%2CsBE5QL%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAycC%2C0BAgJC%2CiBACK%2CqBFtaX%2CmBACC%3BEAwDI%2CsBE5QL%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAycC%2C0BAqwCL%2CCArnCuB%2CgBACZ%2CqBFtaX%2CmBACC%3BIAsDE%2CaAAA%3B%3B%3BAE%2BWI%2CsBAznBP%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAycC%2C0BAgJC%2CiBACK%2CqBFtaX%2CmBACC%2CcAwDI%3BAE6WE%2CsBAznBP%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAycC%2C0BAqwCL%2CCArnCuB%2CgBACZ%2CqBFtaX%2CmBACC%2CcAwDI%3BEACC%2CUAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3B%3BAE0WC%2CsBAznBP%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAycC%2C0BAgJC%2CiBACK%2CqBFtaX%2CmBACC%2CcAwDI%2CmBAIC%3BAEyWC%2CsBAznBP%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAycC%2C0BAqwCL%2CCArnCuB%2CgBACZ%2CqBFtaX%2CmBACC%2CcAwDI%2CmBAIC%3BEACC%2CcAAA%3B%3BAEwWA%2CsBAznBP%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAycC%2C0BAgJC%2CiBACK%2CqBFtaX%2CmBACC%2CcAwDI%2CmBAQF%2CsBACC%3BAEoWG%2CsBAznBP%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAycC%2C0BAqwCL%2CCArnCuB%2CgBACZ%2CqBFtaX%2CmBACC%2CcAwDI%2CmBAQF%2CsBACC%3BEACI%2CgBAAA%3BEACA%2CmBAAA%3B%3BAEkWD%2CsBAznBP%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAycC%2C0BAgJC%2CiBACK%2CqBFtaX%2CmBACC%2CcAwDI%2CmBAQF%2CsBACC%2CmBAGI%3BAEiWD%2CsBAznBP%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAycC%2C0BAqwCL%2CCArnCuB%2CgBACZ%2CqBFtaX%2CmBACC%2CcAwDI%2CmBAQF%2CsBACC%2CmBAGI%3BEACC%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CqBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3B%3BAAOH%2CQAL6C%3BEAK7C%2CsBEtSN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAycC%2C0BAgJC%2CiBACK%2CqBFtaX%2CmBACC%2CcAwDI%2CmBAQF%2CsBACC%2CmBAGI%3BEAcF%2CsBEtSN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAycC%2C0BAqwCL%2CCArnCuB%2CgBACZ%2CqBFtaX%2CmBACC%2CcAwDI%2CmBAQF%2CsBACC%2CmBAGI%3BIAUE%2CeAAA%3BIACH%2CiBAAA%3BIACA%2CYAAA%3B%3B%3BAAOD%2CQALsC%2CuBAAsC%3BEAK5E%2CsBE3SN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAycC%2C0BAgJC%2CiBACK%2CqBFtaX%2CmBACC%2CcAwDI%2CmBAQF%2CsBACC%2CmBAGI%3BEAmBF%2CsBE3SN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAycC%2C0BAqwCL%2CCArnCuB%2CgBACZ%2CqBFtaX%2CmBACC%2CcAwDI%2CmBAQF%2CsBACC%2CmBAGI%3BIAeD%2CeAAA%3BIACG%2CiBAAA%3BIACA%2CgBAAA%3B%3B%3BAAKL%2CQAH0B%3BEAG1B%2CsBE9SL%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAycC%2C0BAgJC%2CiBACK%2CqBFtaX%2CmBACC%2CcAwDI%2CmBAQF%2CsBACC%2CmBAGI%3BEAsBH%2CsBE9SL%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAycC%2C0BAqwCL%2CCArnCuB%2CgBACZ%2CqBFtaX%2CmBACC%2CcAwDI%2CmBAQF%2CsBACC%2CmBAGI%3BIAoBD%2CgBAAA%3B%3B%3BAE6UA%2CsBAznBP%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAycC%2C0BAgJC%2CiBACK%2CqBFtaX%2CmBACC%2CcAwDI%2CmBAQF%2CsBA4BC%3BAEyUG%2CsBAznBP%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAycC%2C0BAqwCL%2CCArnCuB%2CgBACZ%2CqBFtaX%2CmBACC%2CcAwDI%2CmBAQF%2CsBA4BC%3BEACI%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CaAAA%3BEACH%2CmBAAA%3BEACA%2CYAAA%3B%3BAAIA%2CQAH0C%3BEAG1C%2CsBEzTL%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAycC%2C0BAgJC%2CiBACK%2CqBFtaX%2CmBACC%2CcAwDI%2CmBAQF%2CsBA4BC%3BEASC%2CsBEzTL%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAycC%2C0BAqwCL%2CCArnCuB%2CgBACZ%2CqBFtaX%2CmBACC%2CcAwDI%2CmBAQF%2CsBA4BC%3BIAOK%2CmBAAA%3B%3B%3BAAKJ%2CQAHsC%2CuBAAsC%3BEAG5E%2CsBE5TL%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAycC%2C0BAgJC%2CiBACK%2CqBFtaX%2CmBACC%2CcAwDI%2CmBAQF%2CsBA4BC%3BEAYC%2CsBE5TL%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAycC%2C0BAqwCL%2CCArnCuB%2CgBACZ%2CqBFtaX%2CmBACC%2CcAwDI%2CmBAQF%2CsBA4BC%3BIAUE%2CmBAAA%3B%3B%3BAE%2BTC%2CsBAznBP%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAycC%2C0BAgJC%2CiBACK%2CqBFtaX%2CmBACC%2CcAwDI%2CmBAQF%2CsBA4BC%2CWAYC%3BAE6TE%2CsBAznBP%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAycC%2C0BAqwCL%2CCArnCuB%2CgBACZ%2CqBFtaX%2CmBACC%2CcAwDI%2CmBAQF%2CsBA4BC%2CWAYC%3BEACI%2CQAAA%3B%3BAAIJ%2CQAH8C%3BEAG9C%2CsBEjUL%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAycC%2C0BAgJC%2CiBACK%2CqBFtaX%2CmBACC%2CcAwDI%2CmBAQF%2CsBA4BC%2CWAYC%3BEAKA%2CsBEjUL%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAycC%2C0BAqwCL%2CCArnCuB%2CgBACZ%2CqBFtaX%2CmBACC%2CcAwDI%2CmBAQF%2CsBA4BC%2CWAYC%3BIAGK%2CaAAA%3B%3B%3BAE0TH%2CsBAznBP%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAycC%2C0BAgJC%2CiBACK%2CqBFtaX%2CmBACC%2CcAwDI%2CmBAQF%2CsBA4BC%2CWAkBC%3BAEuTE%2CsBAznBP%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAycC%2C0BAqwCL%2CCArnCuB%2CgBACZ%2CqBFtaX%2CmBACC%2CcAwDI%2CmBAQF%2CsBA4BC%2CWAkBC%3BEACI%2CQAAA%3B%3BAEsTF%2CsBAznBP%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAycC%2C0BAgJC%2CiBACK%2CqBFtaX%2CmBACC%2CcAwDI%2CmBAQF%2CsBA4BC%2CWAkBC%2CWAEI%3BAEqTF%2CsBAznBP%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAycC%2C0BAqwCL%2CCArnCuB%2CgBACZ%2CqBFtaX%2CmBACC%2CcAwDI%2CmBAQF%2CsBA4BC%2CWAkBC%2CWAEI%3BEACC%2CaAAA%3B%3BAEoTH%2CsBAznBP%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAycC%2C0BAgJC%2CiBACK%2CqBFtaX%2CmBACC%2CcAwDI%2CmBAQF%2CsBA4BC%2CWAkBC%2CWAKC%3BAEkTC%2CsBAznBP%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAycC%2C0BAqwCL%2CCArnCuB%2CgBACZ%2CqBFtaX%2CmBACC%2CcAwDI%2CmBAQF%2CsBA4BC%2CWAkBC%2CWAKC%3BEACI%2CcAAA%3BEACA%2CqBAAA%3BEACA%2C6BAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3B%3BAAMJ%2CQAL6C%3BEAK7C%2CsBEpVN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAycC%2C0BAgJC%2CiBACK%2CqBFtaX%2CmBACC%2CcAwDI%2CmBAQF%2CsBA4BC%2CWAkBC%2CWAKC%3BEAaA%2CsBEpVN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAycC%2C0BAqwCL%2CCArnCuB%2CgBACZ%2CqBFtaX%2CmBACC%2CcAwDI%2CmBAQF%2CsBA4BC%2CWAkBC%2CWAKC%3BIASK%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CiBAAA%3B%3B%3BAEuSJ%2CsBAznBP%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAycC%2C0BAgJC%2CiBACK%2CqBFtaX%2CmBACC%2CcAwDI%2CmBAQF%2CsBA4BC%2CWAsCI%2CKAAI%3BAEmSL%2CsBAznBP%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAycC%2C0BAqwCL%2CCArnCuB%2CgBACZ%2CqBFtaX%2CmBACC%2CcAwDI%2CmBAQF%2CsBA4BC%2CWAsCI%2CKAAI%3BEACH%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3B%3BAAMJ%2CQAL6C%3BEAK7C%2CsBEhWL%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAycC%2C0BAgJC%2CiBACK%2CqBFtaX%2CmBACC%2CcAwDI%2CmBAQF%2CsBA4BC%2CWAsCI%2CKAAI%3BEAUP%2CsBEhWL%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAycC%2C0BAqwCL%2CCArnCuB%2CgBACZ%2CqBFtaX%2CmBACC%2CcAwDI%2CmBAQF%2CsBA4BC%2CWAsCI%2CKAAI%3BIAMF%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CSAAA%3B%3B%3BAE2RH%2CsBAznBP%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAycC%2C0BAgJC%2CiBACK%2CqBFtaX%2CmBACC%2CcAwDI%2CmBAuFF%3BAEsRI%2CsBAznBP%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAycC%2C0BAqwCL%2CCArnCuB%2CgBACZ%2CqBFtaX%2CmBACC%2CcAwDI%2CmBAuFF%3B%3B%3B%3B%3B%3BAEsRI%2CsBAznBP%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAycC%2C0BAgJC%2CiBACK%2CqBFtaX%2CmBACC%2CcAwDI%2CmBAuFF%2CsBAKI%3BAEiRA%2CsBAznBP%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAycC%2C0BAqwCL%2CCArnCuB%2CgBACZ%2CqBFtaX%2CmBACC%2CcAwDI%2CmBAuFF%2CsBAKI%3B%3BEAEC%2CWAAA%3B%3BAE%2BQD%2CsBAznBP%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAycC%2C0BAgJC%2CiBACK%2CqBFtaX%2CmBACC%2CcAwDI%2CmBAuFF%2CsBAKI%2CiBAGC%2COAAM%3BAE8QP%2CsBAznBP%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAycC%2C0BAqwCL%2CCArnCuB%2CgBACZ%2CqBFtaX%2CmBACC%2CcAwDI%2CmBAuFF%2CsBAKI%2CiBAGC%2COAAM%3BEACL%2CYAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3B%3BAEwQF%2CsBAznBP%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAycC%2C0BAgJC%2CiBACK%2CqBFtaX%2CmBACC%2CcAwDI%2CmBAuFF%2CsBAKI%2CiBAWC%2COAAM%3BAEsQP%2CsBAznBP%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAycC%2C0BAqwCL%2CCArnCuB%2CgBACZ%2CqBFtaX%2CmBACC%2CcAwDI%2CmBAuFF%2CsBAKI%2CiBAWC%2COAAM%3BEACL%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CaAAa%2CSAAb%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3B%3BAAIA%2CQAHyC%2CwBAAsC%3BEAG%5C%2FE%2CsBEjYT%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAycC%2C0BAgJC%2CiBACK%2CqBFtaX%2CmBACC%2CcAwDI%2CmBAuFF%2CsBAKI%2CiBAWC%2COAAM%3BEAcL%2CsBEjYT%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAycC%2C0BAqwCL%2CCArnCuB%2CgBACZ%2CqBFtaX%2CmBACC%2CcAwDI%2CmBAuFF%2CsBAKI%2CiBAWC%2COAAM%3BIAYJ%2CkBAAA%3B%3B%3BAAKD%2CQAH0B%2CuBAAuB%3BEAGjD%2CsBEpYT%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAycC%2C0BAgJC%2CiBACK%2CqBFtaX%2CmBACC%2CcAwDI%2CmBAuFF%2CsBAKI%2CiBAWC%2COAAM%3BEAiBL%2CsBEpYT%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAycC%2C0BAqwCL%2CCArnCuB%2CgBACZ%2CqBFtaX%2CmBACC%2CcAwDI%2CmBAuFF%2CsBAKI%2CiBAWC%2COAAM%3BIAeN%2CiBAAA%3B%3B%3BAAMC%2CQAJ0B%2CwBAAuB%3BEAIjD%2CsBExYT%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAycC%2C0BAgJC%2CiBACK%2CqBFtaX%2CmBACC%2CcAwDI%2CmBAuFF%2CsBAKI%2CiBAWC%2COAAM%3BEAqBL%2CsBExYT%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAycC%2C0BAqwCL%2CCArnCuB%2CgBACZ%2CqBFtaX%2CmBACC%2CcAwDI%2CmBAuFF%2CsBAKI%2CiBAWC%2COAAM%3BIAkBJ%2CYAAA%3BIACA%2CYAAA%3B%3B%3BAAED%2CsBExYT%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAycC%2C0BAgJC%2CiBACK%2CqBFtaX%2CmBACC%2CcAwDI%2CmBAuFF%2CsBAKI%2CiBAWC%2COAAM%2COAqBJ%3BAAAD%2CsBExYT%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAycC%2C0BAqwCL%2CCArnCuB%2CgBACZ%2CqBFtaX%2CmBACC%2CcAwDI%2CmBAuFF%2CsBAKI%2CiBAWC%2COAAM%2COAqBJ%3BEACA%2CmBAAA%3B%3BAEgPH%2CsBAznBP%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAycC%2C0BAgJC%2CiBACK%2CqBFtaX%2CmBACC%2CcAwDI%2CmBAuFF%2CsBAKI%2CiBAWC%2COAAM%2COAwBL%3BAE8OF%2CsBAznBP%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAycC%2C0BAqwCL%2CCArnCuB%2CgBACZ%2CqBFtaX%2CmBACC%2CcAwDI%2CmBAuFF%2CsBAKI%2CiBAWC%2COAAM%2COAwBL%3BEACC%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CuBAAA%3B%3BAACA%2CsBEhZV%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAycC%2C0BAgJC%2CiBACK%2CqBFtaX%2CmBACC%2CcAwDI%2CmBAuFF%2CsBAKI%2CiBAWC%2COAAM%2COAwBL%2CKAKE%3BAAAD%2CsBEhZV%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAycC%2C0BAqwCL%2CCArnCuB%2CgBACZ%2CqBFtaX%2CmBACC%2CcAwDI%2CmBAuFF%2CsBAKI%2CiBAWC%2COAAM%2COAwBL%2CKAKE%3BEACA%2CSAAQ%2CEAAR%3BEACA%2CqBAAA%3BEACA%2CyDAAA%3BEACA%2C4BAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CqBAAA%3B%3BAAKD%2CQAHwB%2CwBAAuB%3BEAG%5C%2FC%2CsBE9ZV%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAycC%2C0BAgJC%2CiBACK%2CqBFtaX%2CmBACC%2CcAwDI%2CmBAuFF%2CsBAKI%2CiBAWC%2COAAM%2COAwBL%2CKAKE%3BEAcD%2CsBE9ZV%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAycC%2C0BAqwCL%2CCArnCuB%2CgBACZ%2CqBFtaX%2CmBACC%2CcAwDI%2CmBAuFF%2CsBAKI%2CiBAWC%2COAAM%2COAwBL%2CKAKE%3BIAYC%2CiBAAA%3B%3B%3BAAKH%2CsBEjaT%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAycC%2C0BAgJC%2CiBACK%2CqBFtaX%2CmBACC%2CcAwDI%2CmBAuFF%2CsBAKI%2CiBAWC%2COAAM%2COA8CJ%3BAAAD%2CsBEjaT%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAycC%2C0BAqwCL%2CCArnCuB%2CgBACZ%2CqBFtaX%2CmBACC%2CcAwDI%2CmBAuFF%2CsBAKI%2CiBAWC%2COAAM%2COA8CJ%3BEACA%2CkBAAA%3B%3BAAIA%2CQAH0B%2CuBAAuB%3BEAGjD%2CsBEtaV%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAycC%2C0BAgJC%2CiBACK%2CqBFtaX%2CmBACC%2CcAwDI%2CmBAuFF%2CsBAKI%2CiBAWC%2COAAM%2COA8CJ%3BEAKA%2CsBEtaV%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAycC%2C0BAqwCL%2CCArnCuB%2CgBACZ%2CqBFtaX%2CmBACC%2CcAwDI%2CmBAuFF%2CsBAKI%2CiBAWC%2COAAM%2COA8CJ%3BIAGD%2CiBAAA%3B%3B%3BAAHA%2CsBEjaT%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAycC%2C0BAgJC%2CiBACK%2CqBFtaX%2CmBACC%2CcAwDI%2CmBAuFF%2CsBAKI%2CiBAWC%2COAAM%2COA8CJ%2CSAKA%3BAALD%2CsBEjaT%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAycC%2C0BAqwCL%2CCArnCuB%2CgBACZ%2CqBFtaX%2CmBACC%2CcAwDI%2CmBAuFF%2CsBAKI%2CiBAWC%2COAAM%2COA8CJ%2CSAKA%3BEACC%2C0BAAA%3B%3BAACA%2CsBExaX%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAycC%2C0BAgJC%2CiBACK%2CqBFtaX%2CmBACC%2CcAwDI%2CmBAuFF%2CsBAKI%2CiBAWC%2COAAM%2COA8CJ%2CSAKA%2CKAEE%3BAAAD%2CsBExaX%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAycC%2C0BAqwCL%2CCArnCuB%2CgBACZ%2CqBFtaX%2CmBACC%2CcAwDI%2CmBAuFF%2CsBAKI%2CiBAWC%2COAAM%2COA8CJ%2CSAKA%2CKAEE%3BEACA%2C8CAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3B%3BAE6ML%2CsBAznBP%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAycC%2C0BAgJC%2CiBACK%2CqBFtaX%2CmBACC%2CcAwDI%2CmBAuFF%2CsBA%2BEC%2CmBACC%3BAEsME%2CsBAznBP%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAycC%2C0BAqwCL%2CCArnCuB%2CgBACZ%2CqBFtaX%2CmBACC%2CcAwDI%2CmBAuFF%2CsBA%2BEC%2CmBACC%3BEACC%2CkBAAA%3BEACG%2CUAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3B%3B%3B%3B%3B%3B%3B%3BAAQA%2CsBE%5C%2FbT%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAycC%2C0BAgJC%2CiBACK%2CqBFtaX%2CmBACC%2CcAwDI%2CmBAuFF%2CsBA%2BEC%2CmBACC%2CYAYK%3BAAAD%2CsBE%5C%2FbT%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAycC%2C0BAqwCL%2CCArnCuB%2CgBACZ%2CqBFtaX%2CmBACC%2CcAwDI%2CmBAuFF%2CsBA%2BEC%2CmBACC%2CYAYK%3BEACA%2CSAAQ%2CEAAR%3BEACA%2CqBAAA%3BEACA%2CkDAAA%3BEACA%2C4BAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3B%3BAEoLH%2CsBAznBP%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAycC%2C0BAgJC%2CiBACK%2CqBFtaX%2CmBACC%2CcAwDI%2CmBAuFF%2CsBA%2BEC%2CmBAsBC%3BAEiLE%2CsBAznBP%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAycC%2C0BAqwCL%2CCArnCuB%2CgBACZ%2CqBFtaX%2CmBACC%2CcAwDI%2CmBAuFF%2CsBA%2BEC%2CmBAsBC%3BEACC%2CkBAAA%3BEACG%2CQAAA%3BEACA%2CMAAA%3BEACA%2CqCAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3B%3BAAKA%2CQAJ0C%3BEAI1C%2CsBEtdT%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAycC%2C0BAgJC%2CiBACK%2CqBFtaX%2CmBACC%2CcAwDI%2CmBAuFF%2CsBA%2BEC%2CmBAsBC%3BEAcI%2CsBEtdT%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAycC%2C0BAqwCL%2CCArnCuB%2CgBACZ%2CqBFtaX%2CmBACC%2CcAwDI%2CmBAuFF%2CsBA%2BEC%2CmBAsBC%3BIAWK%2CWAAA%3BIACA%2CYAAA%3B%3B%3BAAED%2CsBEtdT%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAycC%2C0BAgJC%2CiBACK%2CqBFtaX%2CmBACC%2CcAwDI%2CmBAuFF%2CsBA%2BEC%2CmBAsBC%2CWAcK%3BAAAD%2CsBEtdT%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAycC%2C0BAqwCL%2CCArnCuB%2CgBACZ%2CqBFtaX%2CmBACC%2CcAwDI%2CmBAuFF%2CsBA%2BEC%2CmBAsBC%2CWAcK%3BEACA%2CSAAQ%2CEAAR%3BEACA%2CqBAAA%3BEACA%2CiDAAA%3BEACA%2C4BAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3B%3BAE%5C%2FbJ%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAimBC%2CuBACC%2CyBACC%3BEACC%2CcAAA%3B%3BAAtmBF%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAimBC%2CuBACC%2CyBACC%2C0BAEC%3BEACI%2CWAAA%3B%3BAAxmBN%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAimBC%2CuBASC%3BEACC%2CcAAA%3BEACA%2CoBAAA%3BEACA%2C6BAAA%3B%3BAA%5C%2FmBD%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAimBC%2CuBASC%2CuBAIC%2CqBAAqB%3BEACjB%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CWAAA%3B%3BAAKA%2CQAJ0C%3BEAI1C%2CsBAvpBX%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAimBC%2CuBASC%2CuBAIC%2CqBAAqB%3BIAOhB%2CeAAA%3BIACA%2CiBAAA%3B%3B%3BAAKL%2CQAH0C%2CuBAAmC%3BEAG7E%2CsBA1pBP%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAimBC%2CuBASC%2CuBAIC%2CqBAAqB%3BIAWhB%2CeAAA%3B%3B%3BAA3nBN%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAimBC%2CuBASC%2CuBAkBC%2CkBAAkB%3BEACd%2CmBAAA%3B%3BAA%5C%2FnBL%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAimBC%2CuBA%2BBC%3BEACI%2C4BAAA%3BEAIA%2CmBAAA%3BEACA%2CmBAAA%3B%3BAADA%2CQAH0C%3BEAG1C%2CsBApqBV%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAimBC%2CuBA%2BBC%3BIAGK%2CkBAAA%3B%3B%3BAAroBL%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAimBC%2CuBA%2BBC%2CoBAOI%2CqBAAqB%3BEACpB%2CyBAAA%3BEACA%2CSAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3B%3BAAKA%2CQAJ0C%3BEAI1C%2CsBAjrBX%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAimBC%2CuBA%2BBC%2CoBAOI%2CqBAAqB%3BIAQnB%2CeAAA%3BIACA%2CiBAAA%3B%3B%3BAAKL%2CQAH0C%2CuBAAmC%3BEAG7E%2CsBAprBP%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAimBC%2CuBA%2BBC%2CoBAOI%2CqBAAqB%3BIAYnB%2CeAAA%3B%3B%3BAArpBN%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAimBC%2CuBAsDC%3BEACC%2CoBAAA%3BEACA%2C6BAAA%3B%3BAA3pBD%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAimBC%2CuBAsDC%2CmBAGC%3BEACC%2CcAAA%3B%3BAA7pBF%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAimBC%2CuBAsDC%2CmBAGC%2C0BAEC%3BEACI%2CWAAA%3B%3BAA%5C%2FpBN%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAimBC%2CuBAgEC%3BEACI%2CmBAAA%3BEACA%2CaAAA%3BEACA%2CcAAA%3B%3BAAIA%2CQAH0C%3BEAG1C%2CsBAvsBV%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAimBC%2CuBAgEC%3BIAKK%2CkBAAA%3B%3B%3BAAxqBL%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAimBC%2CuBAgEC%2CyBAOI%2CyBACC%2CqBAAqB%3BEACpB%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3B%3BAAKA%2CQAJ0C%3BEAI1C%2CsBAptBZ%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAimBC%2CuBAgEC%2CyBAOI%2CyBACC%2CqBAAqB%3BIASnB%2CeAAA%3BIACA%2CiBAAA%3B%3B%3BAAKL%2CQAH0C%2CuBAAmC%3BEAG7E%2CsBAvtBR%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAimBC%2CuBAgEC%2CyBAOI%2CyBACC%2CqBAAqB%3BIAanB%2CeAAA%3B%3B%3BAAxrBP%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAimBC%2CuBAgEC%2CyBAyBC%3BEACC%2CmBAAA%3B%3BAAKD%2CQAJ2C%3BEAI3C%2CsBA%5C%2FtBP%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAimBC%2CuBAgEC%2CyBAyBC%3BIAGE%2CUAAA%3BIACA%2CWAAA%3B%3B%3BAAhsBH%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAimBC%2CuBAgEC%2CyBAgCC%3BEACC%2CkBAAA%3B%3BAAKA%2CQAJ0C%3BEAI1C%2CsBAtuBR%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAimBC%2CuBAgEC%2CyBAgCC%3BIAGE%2CmBAAA%3BIACA%2CWAAA%3B%3B%3BAAvsBH%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAimBC%2CuBAgEC%2CyBAgCC%2CwBAMC%2CqBACC%3BAA1sBH%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAimBC%2CuBAgEC%2CyBAgCC%2CwBAMC%2CqBAugCR%2CCAtgCY%3BEACC%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3B%3BAA7sBP%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAimBC%2CuBA%2BGC%3BEACC%2CmBAAA%3BEACG%2CaAAA%3BEACA%2CcAAA%3B%3BAAIH%2CQAH6C%3BEAG7C%2CsBAtvBP%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAimBC%2CuBA%2BGC%3BIAKK%2CkBAAA%3B%3B%3BAAvtBL%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAimBC%2CuBA%2BGC%2CwBAOC%2CwBACI%2CqBAAqB%3BEACpB%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3B%3BAAKA%2CQAJ0C%3BEAI1C%2CsBAnwBZ%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAimBC%2CuBA%2BGC%2CwBAOC%2CwBACI%2CqBAAqB%3BIASnB%2CeAAA%3BIACA%2CiBAAA%3B%3B%3BAAKL%2CQAH0C%2CuBAAmC%3BEAG7E%2CsBAtwBR%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAimBC%2CuBA%2BGC%2CwBAOC%2CwBACI%2CqBAAqB%3BIAanB%2CeAAA%3B%3B%3BAAvuBP%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAimBC%2CuBA%2BGC%2CwBAyBC%3BEACC%2CmBAAA%3B%3BAAKD%2CQAJ2C%3BEAI3C%2CsBA9wBP%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAimBC%2CuBA%2BGC%2CwBAyBC%3BIAGE%2CUAAA%3BIACA%2CWAAA%3B%3B%3BAA%5C%2FuBH%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAimBC%2CuBA%2BGC%2CwBAgCC%3BEACC%2CkBAAA%3B%3BAAKA%2CQAJ0C%3BEAI1C%2CsBArxBR%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAimBC%2CuBA%2BGC%2CwBAgCC%3BIAGE%2CmBAAA%3BIACA%2CWAAA%3B%3B%3BAAtvBH%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAimBC%2CuBA%2BGC%2CwBAgCC%2CuBAMC%2CqBACC%3BAAzvBH%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAimBC%2CuBA%2BGC%2CwBAgCC%2CuBAMC%2CqBAw9BR%2CCAv9BY%3BEACC%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3B%3BAA5vBP%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAimBC%2CuBA8JC%3BAAjwBA%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAimBC%2CuBA6mCL%2CCA%5C%2F8B8B%3BEACvB%2CoBAAA%3BEACA%2C6BAAA%3B%3BAAnwBD%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAimBC%2CuBA8JC%2CwBAGC%3BAApwBD%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAimBC%2CuBA6mCL%2CCA%5C%2F8B8B%2CsBAGvB%3BEACC%2CcAAA%3B%3BAArwBF%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAimBC%2CuBA8JC%2CwBAGC%2C0BAEC%3BAAtwBF%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAimBC%2CuBA6mCL%2CCA%5C%2F8B8B%2CsBAGvB%2C0BAEC%3BEACI%2CWAAA%3B%3BAAvwBN%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAimBC%2CuBAwKC%3BEACC%2CmBAAA%3B%3BAA5wBD%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAimBC%2CuBA2KC%3BEACC%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2C6BAAA%3B%3BAAjxBD%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAimBC%2CuBA2KC%2CuBFxlBN%2CmBACC%3BEACI%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CaAAA%3BEACA%2C8BAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CqBAAA%3B%3BAAMA%2CQAJyB%3BEAIzB%2CsBElOL%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAimBC%2CuBA2KC%2CuBFxlBN%2CmBACC%3BIAWK%2CWAAA%3BIACA%2CeAAA%3B%3B%3BAAKD%2CQAHyB%2CuBAAmC%3BEAG5D%2CsBErOL%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAimBC%2CuBA2KC%2CuBFxlBN%2CmBACC%3BIAeK%2C8BAAA%3B%3B%3BAAKD%2CQAH0C%2CuBAAmC%3BEAG7E%2CsBExOL%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAimBC%2CuBA2KC%2CuBFxlBN%2CmBACC%3BIAkBK%2C8BAAA%3B%3B%3BAAKD%2CQAHyC%2CwBAAsC%3BEAG%5C%2FE%2CsBE3OL%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAimBC%2CuBA2KC%2CuBFxlBN%2CmBACC%3BIAqBK%2C8BAAA%3B%3B%3BAAED%2CsBE3OL%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAimBC%2CuBA2KC%2CuBFxlBN%2CmBACC%2CcAuBK%2CUAAU%3BEACV%2CeAAA%3B%3BAAUJ%2CQAR4B%2CuBAAmC%3BEAC3D%2CsBE%5C%2FON%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAimBC%2CuBA2KC%2CuBFxlBN%2CmBACC%2CcA2BM%2CUAAU%3BIACV%2CyBAAA%3B%3BEAED%2CsBElPN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAimBC%2CuBA2KC%2CuBFxlBN%2CmBACC%2CcA8BM%2CUAAU%3BIACV%2CkBAAA%3B%3B%3BAAWL%2CQAR0C%2CuBAAmC%3BEAC5E%2CsBEvPH%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAimBC%2CuBA2KC%2CuBFxlBN%2CmBACC%2CcAmCG%2CUAAU%3BIACP%2CyBAAA%3B%3BEAED%2CsBE1PN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAimBC%2CuBA2KC%2CuBFxlBN%2CmBACC%2CcAsCM%2CUAAU%3BIACV%2CkBAAA%3B%3B%3BAAWF%2CQARsC%2CwBAAsC%3BEAC3E%2CsBE%5C%2FPN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAimBC%2CuBA2KC%2CuBFxlBN%2CmBACC%2CcA2CM%2CUAAU%3BIACV%2CyBAAA%3B%3BEAED%2CsBElQN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAimBC%2CuBA2KC%2CuBFxlBN%2CmBACC%2CcA8CM%2CUAAU%3BIACV%2CkBAAA%3B%3B%3BAAML%2CQAH6C%3BEAG7C%2CsBEzQF%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAimBC%2CuBA2KC%2CuBFxlBN%2CmBACC%3BIAmDK%2CuBAAA%3B%3B%3BAAKD%2CQAHsC%2CwBAAsC%3BEAG5E%2CsBE5QL%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAimBC%2CuBA2KC%2CuBFxlBN%2CmBACC%3BIAsDE%2CaAAA%3B%3B%3BAE7OG%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAimBC%2CuBA2KC%2CuBFxlBN%2CmBACC%2CcAwDI%3BEACC%2CUAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3B%3BAElPA%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAimBC%2CuBA2KC%2CuBFxlBN%2CmBACC%2CcAwDI%2CmBAIC%3BEACC%2CcAAA%3B%3BAEpPD%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAimBC%2CuBA2KC%2CuBFxlBN%2CmBACC%2CcAwDI%2CmBAQF%2CsBACC%3BEACI%2CgBAAA%3BEACA%2CmBAAA%3B%3BAE1PF%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAimBC%2CuBA2KC%2CuBFxlBN%2CmBACC%2CcAwDI%2CmBAQF%2CsBACC%2CmBAGI%3BEACC%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CqBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3B%3BAAOH%2CQAL6C%3BEAK7C%2CsBEtSN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAimBC%2CuBA2KC%2CuBFxlBN%2CmBACC%2CcAwDI%2CmBAQF%2CsBACC%2CmBAGI%3BIAUE%2CeAAA%3BIACH%2CiBAAA%3BIACA%2CYAAA%3B%3B%3BAAOD%2CQALsC%2CuBAAsC%3BEAK5E%2CsBE3SN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAimBC%2CuBA2KC%2CuBFxlBN%2CmBACC%2CcAwDI%2CmBAQF%2CsBACC%2CmBAGI%3BIAeD%2CeAAA%3BIACG%2CiBAAA%3BIACA%2CgBAAA%3B%3B%3BAAKL%2CQAH0B%3BEAG1B%2CsBE9SL%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAimBC%2CuBA2KC%2CuBFxlBN%2CmBACC%2CcAwDI%2CmBAQF%2CsBACC%2CmBAGI%3BIAoBD%2CgBAAA%3B%3B%3BAE%5C%2FQD%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAimBC%2CuBA2KC%2CuBFxlBN%2CmBACC%2CcAwDI%2CmBAQF%2CsBA4BC%3BEACI%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CaAAA%3BEACH%2CmBAAA%3BEACA%2CYAAA%3B%3BAAIA%2CQAH0C%3BEAG1C%2CsBEzTL%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAimBC%2CuBA2KC%2CuBFxlBN%2CmBACC%2CcAwDI%2CmBAQF%2CsBA4BC%3BIAOK%2CmBAAA%3B%3B%3BAAKJ%2CQAHsC%2CuBAAsC%3BEAG5E%2CsBE5TL%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAimBC%2CuBA2KC%2CuBFxlBN%2CmBACC%2CcAwDI%2CmBAQF%2CsBA4BC%3BIAUE%2CmBAAA%3B%3B%3BAE7RA%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAimBC%2CuBA2KC%2CuBFxlBN%2CmBACC%2CcAwDI%2CmBAQF%2CsBA4BC%2CWAYC%3BEACI%2CQAAA%3B%3BAAIJ%2CQAH8C%3BEAG9C%2CsBEjUL%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAimBC%2CuBA2KC%2CuBFxlBN%2CmBACC%2CcAwDI%2CmBAQF%2CsBA4BC%2CWAYC%3BIAGK%2CaAAA%3B%3B%3BAElSJ%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAimBC%2CuBA2KC%2CuBFxlBN%2CmBACC%2CcAwDI%2CmBAQF%2CsBA4BC%2CWAkBC%3BEACI%2CQAAA%3B%3BAEtSH%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAimBC%2CuBA2KC%2CuBFxlBN%2CmBACC%2CcAwDI%2CmBAQF%2CsBA4BC%2CWAkBC%2CWAEI%3BEACC%2CaAAA%3B%3BAExSJ%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAimBC%2CuBA2KC%2CuBFxlBN%2CmBACC%2CcAwDI%2CmBAQF%2CsBA4BC%2CWAkBC%2CWAKC%3BEACI%2CcAAA%3BEACA%2CqBAAA%3BEACA%2C6BAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3B%3BAAMJ%2CQAL6C%3BEAK7C%2CsBEpVN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAimBC%2CuBA2KC%2CuBFxlBN%2CmBACC%2CcAwDI%2CmBAQF%2CsBA4BC%2CWAkBC%2CWAKC%3BIASK%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CiBAAA%3B%3B%3BAErTL%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAimBC%2CuBA2KC%2CuBFxlBN%2CmBACC%2CcAwDI%2CmBAQF%2CsBA4BC%2CWAsCI%2CKAAI%3BEACH%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3B%3BAAMJ%2CQAL6C%3BEAK7C%2CsBEhWL%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAimBC%2CuBA2KC%2CuBFxlBN%2CmBACC%2CcAwDI%2CmBAQF%2CsBA4BC%2CWAsCI%2CKAAI%3BIAMF%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CSAAA%3B%3B%3BAEjUJ%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAimBC%2CuBA2KC%2CuBFxlBN%2CmBACC%2CcAwDI%2CmBAuFF%3B%3B%3B%3B%3B%3BAEtUG%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAimBC%2CuBA2KC%2CuBFxlBN%2CmBACC%2CcAwDI%2CmBAuFF%2CsBAKI%3B%3BEAEC%2CWAAA%3B%3BAE7UF%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAimBC%2CuBA2KC%2CuBFxlBN%2CmBACC%2CcAwDI%2CmBAuFF%2CsBAKI%2CiBAGC%2COAAM%3BEACL%2CYAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3B%3BAEpVH%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAimBC%2CuBA2KC%2CuBFxlBN%2CmBACC%2CcAwDI%2CmBAuFF%2CsBAKI%2CiBAWC%2COAAM%3BEACL%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CaAAa%2CSAAb%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3B%3BAAIA%2CQAHyC%2CwBAAsC%3BEAG%5C%2FE%2CsBEjYT%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAimBC%2CuBA2KC%2CuBFxlBN%2CmBACC%2CcAwDI%2CmBAuFF%2CsBAKI%2CiBAWC%2COAAM%3BIAYJ%2CkBAAA%3B%3B%3BAAKD%2CQAH0B%2CuBAAuB%3BEAGjD%2CsBEpYT%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAimBC%2CuBA2KC%2CuBFxlBN%2CmBACC%2CcAwDI%2CmBAuFF%2CsBAKI%2CiBAWC%2COAAM%3BIAeN%2CiBAAA%3B%3B%3BAAMC%2CQAJ0B%2CwBAAuB%3BEAIjD%2CsBExYT%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAimBC%2CuBA2KC%2CuBFxlBN%2CmBACC%2CcAwDI%2CmBAuFF%2CsBAKI%2CiBAWC%2COAAM%3BIAkBJ%2CYAAA%3BIACA%2CYAAA%3B%3B%3BAAED%2CsBExYT%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAimBC%2CuBA2KC%2CuBFxlBN%2CmBACC%2CcAwDI%2CmBAuFF%2CsBAKI%2CiBAWC%2COAAM%2COAqBJ%3BEACA%2CmBAAA%3B%3BAE5WJ%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAimBC%2CuBA2KC%2CuBFxlBN%2CmBACC%2CcAwDI%2CmBAuFF%2CsBAKI%2CiBAWC%2COAAM%2COAwBL%3BEACC%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CuBAAA%3B%3BAACA%2CsBEhZV%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAimBC%2CuBA2KC%2CuBFxlBN%2CmBACC%2CcAwDI%2CmBAuFF%2CsBAKI%2CiBAWC%2COAAM%2COAwBL%2CKAKE%3BEACA%2CSAAQ%2CEAAR%3BEACA%2CqBAAA%3BEACA%2CyDAAA%3BEACA%2C4BAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CqBAAA%3B%3BAAKD%2CQAHwB%2CwBAAuB%3BEAG%5C%2FC%2CsBE9ZV%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAimBC%2CuBA2KC%2CuBFxlBN%2CmBACC%2CcAwDI%2CmBAuFF%2CsBAKI%2CiBAWC%2COAAM%2COAwBL%2CKAKE%3BIAYC%2CiBAAA%3B%3B%3BAAKH%2CsBEjaT%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAimBC%2CuBA2KC%2CuBFxlBN%2CmBACC%2CcAwDI%2CmBAuFF%2CsBAKI%2CiBAWC%2COAAM%2COA8CJ%3BEACA%2CkBAAA%3B%3BAAIA%2CQAH0B%2CuBAAuB%3BEAGjD%2CsBEtaV%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAimBC%2CuBA2KC%2CuBFxlBN%2CmBACC%2CcAwDI%2CmBAuFF%2CsBAKI%2CiBAWC%2COAAM%2COA8CJ%3BIAGD%2CiBAAA%3B%3B%3BAAHA%2CsBEjaT%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAimBC%2CuBA2KC%2CuBFxlBN%2CmBACC%2CcAwDI%2CmBAuFF%2CsBAKI%2CiBAWC%2COAAM%2COA8CJ%2CSAKA%3BEACC%2C0BAAA%3B%3BAACA%2CsBExaX%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAimBC%2CuBA2KC%2CuBFxlBN%2CmBACC%2CcAwDI%2CmBAuFF%2CsBAKI%2CiBAWC%2COAAM%2COA8CJ%2CSAKA%2CKAEE%3BEACA%2C8CAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3B%3BAE%5C%2FYN%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAimBC%2CuBA2KC%2CuBFxlBN%2CmBACC%2CcAwDI%2CmBAuFF%2CsBA%2BEC%2CmBACC%3BEACC%2CkBAAA%3BEACG%2CUAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3B%3B%3B%3B%3B%3B%3B%3BAAQA%2CsBE%5C%2FbT%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAimBC%2CuBA2KC%2CuBFxlBN%2CmBACC%2CcAwDI%2CmBAuFF%2CsBA%2BEC%2CmBACC%2CYAYK%3BEACA%2CSAAQ%2CEAAR%3BEACA%2CqBAAA%3BEACA%2CkDAAA%3BEACA%2C4BAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3B%3BAExaJ%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAimBC%2CuBA2KC%2CuBFxlBN%2CmBACC%2CcAwDI%2CmBAuFF%2CsBA%2BEC%2CmBAsBC%3BEACC%2CkBAAA%3BEACG%2CQAAA%3BEACA%2CMAAA%3BEACA%2CqCAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3B%3BAAKA%2CQAJ0C%3BEAI1C%2CsBEtdT%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAimBC%2CuBA2KC%2CuBFxlBN%2CmBACC%2CcAwDI%2CmBAuFF%2CsBA%2BEC%2CmBAsBC%3BIAWK%2CWAAA%3BIACA%2CYAAA%3B%3B%3BAAED%2CsBEtdT%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAimBC%2CuBA2KC%2CuBFxlBN%2CmBACC%2CcAwDI%2CmBAuFF%2CsBA%2BEC%2CmBAsBC%2CWAcK%3BEACA%2CSAAQ%2CEAAR%3BEACA%2CqBAAA%3BEACA%2CiDAAA%3BEACA%2C4BAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3B%3BAE%5C%2FbJ%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAimBC%2CuBAiLC%2CmBAAmB%3BEACf%2CaAAA%3BEACA%2CeAAA%3BEACA%2CuBAAA%3BEACA%2CuBAAA%3BEACA%2CuBAAA%3B%3BAASA%2CQAP0C%3BEAO1C%2CsBA%5C%2FzBV%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAimBC%2CuBAiLC%2CmBAAmB%3BIAQd%2C8BAAA%3B%3BEACA%2CsBA1zBX%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAimBC%2CuBAiLC%2CmBAAmB%2CeASb%3BEACD%2CsBA3zBX%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAimBC%2CuBAiLC%2CmBAAmB%2CeAUb%3BIACA%2CaAAA%3B%3B%3BAA%5C%2FxBN%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAimBC%2CuBAiLC%2CmBAAmB%2CeAcf%3BEACC%2CWAAA%3BEACA%2CgBAAA%3B%3BAAKA%2CQAJ0C%3BEAI1C%2CsBAt0BX%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAimBC%2CuBAiLC%2CmBAAmB%2CeAcf%3BIAIE%2CUAAA%3BIACA%2CeAAA%3B%3B%3BAAvyBN%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAimBC%2CuBAiLC%2CmBAAmB%2CeAcf%2CoBAOC%2C0BAA0B%3BEACzB%2CgBAAA%3B%3BAAIJ%2CQAH8C%3BEAG9C%2CsBA30BR%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAimBC%2CuBAiLC%2CmBAAmB%2CeAcf%2CoBAOC%2C0BAA0B%3BIAGxB%2CgBAAA%3B%3B%3BAA5yBP%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAimBC%2CuBAiLC%2CmBAAmB%2CeAcf%2CoBAaC%2CmBACC%3BEACC%2CkBAAA%3B%3BAACA%2CsBA%5C%2F0Bb%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAimBC%2CuBAiLC%2CmBAAmB%2CeAcf%2CoBAaC%2CmBACC%2CaAEK%3BEACH%2CSAAA%3B%3BAADD%2CsBA%5C%2F0Bb%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAimBC%2CuBAiLC%2CmBAAmB%2CeAcf%2CoBAaC%2CmBACC%2CaAEK%2CqBAEH%3BEACC%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAIJ%2CQAH8C%3BEAG9C%2CsBA11BX%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAimBC%2CuBAiLC%2CmBAAmB%2CeAcf%2CoBAaC%2CmBACC%2CaAEK%2CqBAEH%3BIAOE%2CeAAA%3B%3B%3BAATH%2CsBA%5C%2F0Bb%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAimBC%2CuBAiLC%2CmBAAmB%2CeAcf%2CoBAaC%2CmBACC%2CaAEK%2CqBAYN%2CEACC%3BEACC%2CqBAAA%3BEACA%2CqBAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3B%3BAAQD%2CQAP2C%3BEAO3C%2CsBAx2BZ%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAimBC%2CuBAiLC%2CmBAAmB%2CeAcf%2CoBAaC%2CmBACC%2CaAEK%2CqBAYN%2CEACC%3BIAME%2CmBAAA%3BIACA%2CgBAAA%3BIACG%2CeAAA%3BIACA%2CsBAAA%3BIACA%2CgBAAA%3B%3B%3BAAz0BX%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAk1BC%2CyBACC%2C4BACC%3BEACC%2CcAAA%3B%3BAAv1BF%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAk1BC%2CyBACC%2C4BACC%2C0BAEC%3BEACI%2CWAAA%3B%3BAAz1BN%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAk1BC%2CyBASC%3BEACC%2CeAAA%3BEACG%2CmBAAA%3BEACA%2C6BAAA%3B%3BAAh2BJ%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAk1BC%2CyBASC%2CyBAIC%2CqBAAqB%3BEACjB%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CWAAA%3B%3BAAKA%2CQAJ0C%3BEAI1C%2CsBAx4BX%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAk1BC%2CyBASC%2CyBAIC%2CqBAAqB%3BIAOhB%2CeAAA%3BIACA%2CiBAAA%3B%3B%3BAAKL%2CQAH0C%2CuBAAmC%3BEAG7E%2CsBA34BP%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAk1BC%2CyBASC%2CyBAIC%2CqBAAqB%3BIAWhB%2CeAAA%3B%3B%3BAA52BN%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAk1BC%2CyBASC%2CyBAkBC%2CkBAAkB%3BEACd%2CmBAAA%3B%3BAAh3BL%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAk1BC%2CyBA%2BBC%2CkBACC%3BEACC%2CaAAA%3B%3BAAKA%2CQAJ0C%3BEAI1C%2CsBAv5BR%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAk1BC%2CyBA%2BBC%2CkBACC%3BIAGE%2CeAAA%3BIACA%2CuBAAA%3B%3B%3BAAx3BH%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAk1BC%2CyBA%2BBC%2CkBACC%2CeAMC%3BEACI%2CgBAAA%3B%3BAAKA%2CQAJ0C%3BEAI1C%2CsBA75BZ%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAk1BC%2CyBA%2BBC%2CkBACC%2CeAMC%3BIAGK%2CUAAA%3BIACA%2CWAAA%3B%3B%3BAA93BP%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAk1BC%2CyBA%2BBC%2CkBACC%2CeAMC%2CmBAMI%3BEACF%2CcAAA%3B%3BAAj4BJ%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAk1BC%2CyBA%2BBC%2CkBACC%2CeAMC%2CmBAMI%2C0BAEF%3BEACI%2CWAAA%3B%3BAAn4BR%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAk1BC%2CyBA%2BBC%2CkBACC%2CeAmBC%3BEACI%2CaAAA%3BEACA%2CgBAAA%3B%3BAAKA%2CQAJ0C%3BEAI1C%2CsBA36BZ%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAk1BC%2CyBA%2BBC%2CkBACC%2CeAmBC%3BIAIK%2CkBAAA%3BIACA%2CWAAA%3B%3B%3BAAED%2CsBA36BZ%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAk1BC%2CyBA%2BBC%2CkBACC%2CeAmBC%2CoBAOQ%3BEACH%2CaAAA%3BEACA%2CsBAAA%3BEACA%2CuBAAA%3B%3BAAHD%2CsBA36BZ%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAk1BC%2CyBA%2BBC%2CkBACC%2CeAmBC%2CoBAOQ%2CqBAIH%2CqBAAqB%3BEACpB%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CyBAAA%3B%3BAAt5BR%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAk1BC%2CyBAwEC%3BEACC%2CcAAA%3BEACA%2CmBAAA%3BEACA%2C6BAAA%3B%3BAA%5C%2F5BD%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAk1BC%2CyBAwEC%2CoBFtuBN%2CmBACC%3BEACI%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CaAAA%3BEACA%2C8BAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CqBAAA%3B%3BAAMA%2CQAJyB%3BEAIzB%2CsBElOL%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAk1BC%2CyBAwEC%2CoBFtuBN%2CmBACC%3BIAWK%2CWAAA%3BIACA%2CeAAA%3B%3B%3BAAKD%2CQAHyB%2CuBAAmC%3BEAG5D%2CsBErOL%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAk1BC%2CyBAwEC%2CoBFtuBN%2CmBACC%3BIAeK%2C8BAAA%3B%3B%3BAAKD%2CQAH0C%2CuBAAmC%3BEAG7E%2CsBExOL%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAk1BC%2CyBAwEC%2CoBFtuBN%2CmBACC%3BIAkBK%2C8BAAA%3B%3B%3BAAKD%2CQAHyC%2CwBAAsC%3BEAG%5C%2FE%2CsBE3OL%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAk1BC%2CyBAwEC%2CoBFtuBN%2CmBACC%3BIAqBK%2C8BAAA%3B%3B%3BAAED%2CsBE3OL%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAk1BC%2CyBAwEC%2CoBFtuBN%2CmBACC%2CcAuBK%2CUAAU%3BEACV%2CeAAA%3B%3BAAUJ%2CQAR4B%2CuBAAmC%3BEAC3D%2CsBE%5C%2FON%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAk1BC%2CyBAwEC%2CoBFtuBN%2CmBACC%2CcA2BM%2CUAAU%3BIACV%2CyBAAA%3B%3BEAED%2CsBElPN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAk1BC%2CyBAwEC%2CoBFtuBN%2CmBACC%2CcA8BM%2CUAAU%3BIACV%2CkBAAA%3B%3B%3BAAWL%2CQAR0C%2CuBAAmC%3BEAC5E%2CsBEvPH%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAk1BC%2CyBAwEC%2CoBFtuBN%2CmBACC%2CcAmCG%2CUAAU%3BIACP%2CyBAAA%3B%3BEAED%2CsBE1PN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAk1BC%2CyBAwEC%2CoBFtuBN%2CmBACC%2CcAsCM%2CUAAU%3BIACV%2CkBAAA%3B%3B%3BAAWF%2CQARsC%2CwBAAsC%3BEAC3E%2CsBE%5C%2FPN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAk1BC%2CyBAwEC%2CoBFtuBN%2CmBACC%2CcA2CM%2CUAAU%3BIACV%2CyBAAA%3B%3BEAED%2CsBElQN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAk1BC%2CyBAwEC%2CoBFtuBN%2CmBACC%2CcA8CM%2CUAAU%3BIACV%2CkBAAA%3B%3B%3BAAML%2CQAH6C%3BEAG7C%2CsBEzQF%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAk1BC%2CyBAwEC%2CoBFtuBN%2CmBACC%3BIAmDK%2CuBAAA%3B%3B%3BAAKD%2CQAHsC%2CwBAAsC%3BEAG5E%2CsBE5QL%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAk1BC%2CyBAwEC%2CoBFtuBN%2CmBACC%3BIAsDE%2CaAAA%3B%3B%3BAE7OG%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAk1BC%2CyBAwEC%2CoBFtuBN%2CmBACC%2CcAwDI%3BEACC%2CUAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3B%3BAElPA%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAk1BC%2CyBAwEC%2CoBFtuBN%2CmBACC%2CcAwDI%2CmBAIC%3BEACC%2CcAAA%3B%3BAEpPD%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAk1BC%2CyBAwEC%2CoBFtuBN%2CmBACC%2CcAwDI%2CmBAQF%2CsBACC%3BEACI%2CgBAAA%3BEACA%2CmBAAA%3B%3BAE1PF%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAk1BC%2CyBAwEC%2CoBFtuBN%2CmBACC%2CcAwDI%2CmBAQF%2CsBACC%2CmBAGI%3BEACC%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CqBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3B%3BAAOH%2CQAL6C%3BEAK7C%2CsBEtSN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAk1BC%2CyBAwEC%2CoBFtuBN%2CmBACC%2CcAwDI%2CmBAQF%2CsBACC%2CmBAGI%3BIAUE%2CeAAA%3BIACH%2CiBAAA%3BIACA%2CYAAA%3B%3B%3BAAOD%2CQALsC%2CuBAAsC%3BEAK5E%2CsBE3SN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAk1BC%2CyBAwEC%2CoBFtuBN%2CmBACC%2CcAwDI%2CmBAQF%2CsBACC%2CmBAGI%3BIAeD%2CeAAA%3BIACG%2CiBAAA%3BIACA%2CgBAAA%3B%3B%3BAAKL%2CQAH0B%3BEAG1B%2CsBE9SL%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAk1BC%2CyBAwEC%2CoBFtuBN%2CmBACC%2CcAwDI%2CmBAQF%2CsBACC%2CmBAGI%3BIAoBD%2CgBAAA%3B%3B%3BAE%5C%2FQD%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAk1BC%2CyBAwEC%2CoBFtuBN%2CmBACC%2CcAwDI%2CmBAQF%2CsBA4BC%3BEACI%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CaAAA%3BEACH%2CmBAAA%3BEACA%2CYAAA%3B%3BAAIA%2CQAH0C%3BEAG1C%2CsBEzTL%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAk1BC%2CyBAwEC%2CoBFtuBN%2CmBACC%2CcAwDI%2CmBAQF%2CsBA4BC%3BIAOK%2CmBAAA%3B%3B%3BAAKJ%2CQAHsC%2CuBAAsC%3BEAG5E%2CsBE5TL%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAk1BC%2CyBAwEC%2CoBFtuBN%2CmBACC%2CcAwDI%2CmBAQF%2CsBA4BC%3BIAUE%2CmBAAA%3B%3B%3BAE7RA%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAk1BC%2CyBAwEC%2CoBFtuBN%2CmBACC%2CcAwDI%2CmBAQF%2CsBA4BC%2CWAYC%3BEACI%2CQAAA%3B%3BAAIJ%2CQAH8C%3BEAG9C%2CsBEjUL%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAk1BC%2CyBAwEC%2CoBFtuBN%2CmBACC%2CcAwDI%2CmBAQF%2CsBA4BC%2CWAYC%3BIAGK%2CaAAA%3B%3B%3BAElSJ%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAk1BC%2CyBAwEC%2CoBFtuBN%2CmBACC%2CcAwDI%2CmBAQF%2CsBA4BC%2CWAkBC%3BEACI%2CQAAA%3B%3BAEtSH%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAk1BC%2CyBAwEC%2CoBFtuBN%2CmBACC%2CcAwDI%2CmBAQF%2CsBA4BC%2CWAkBC%2CWAEI%3BEACC%2CaAAA%3B%3BAExSJ%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAk1BC%2CyBAwEC%2CoBFtuBN%2CmBACC%2CcAwDI%2CmBAQF%2CsBA4BC%2CWAkBC%2CWAKC%3BEACI%2CcAAA%3BEACA%2CqBAAA%3BEACA%2C6BAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3B%3BAAMJ%2CQAL6C%3BEAK7C%2CsBEpVN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAk1BC%2CyBAwEC%2CoBFtuBN%2CmBACC%2CcAwDI%2CmBAQF%2CsBA4BC%2CWAkBC%2CWAKC%3BIASK%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CiBAAA%3B%3B%3BAErTL%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAk1BC%2CyBAwEC%2CoBFtuBN%2CmBACC%2CcAwDI%2CmBAQF%2CsBA4BC%2CWAsCI%2CKAAI%3BEACH%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3B%3BAAMJ%2CQAL6C%3BEAK7C%2CsBEhWL%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAk1BC%2CyBAwEC%2CoBFtuBN%2CmBACC%2CcAwDI%2CmBAQF%2CsBA4BC%2CWAsCI%2CKAAI%3BIAMF%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CSAAA%3B%3B%3BAEjUJ%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAk1BC%2CyBAwEC%2CoBFtuBN%2CmBACC%2CcAwDI%2CmBAuFF%3B%3B%3B%3B%3B%3BAEtUG%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAk1BC%2CyBAwEC%2CoBFtuBN%2CmBACC%2CcAwDI%2CmBAuFF%2CsBAKI%3B%3BEAEC%2CWAAA%3B%3BAE7UF%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAk1BC%2CyBAwEC%2CoBFtuBN%2CmBACC%2CcAwDI%2CmBAuFF%2CsBAKI%2CiBAGC%2COAAM%3BEACL%2CYAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3B%3BAEpVH%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAk1BC%2CyBAwEC%2CoBFtuBN%2CmBACC%2CcAwDI%2CmBAuFF%2CsBAKI%2CiBAWC%2COAAM%3BEACL%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CaAAa%2CSAAb%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3B%3BAAIA%2CQAHyC%2CwBAAsC%3BEAG%5C%2FE%2CsBEjYT%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAk1BC%2CyBAwEC%2CoBFtuBN%2CmBACC%2CcAwDI%2CmBAuFF%2CsBAKI%2CiBAWC%2COAAM%3BIAYJ%2CkBAAA%3B%3B%3BAAKD%2CQAH0B%2CuBAAuB%3BEAGjD%2CsBEpYT%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAk1BC%2CyBAwEC%2CoBFtuBN%2CmBACC%2CcAwDI%2CmBAuFF%2CsBAKI%2CiBAWC%2COAAM%3BIAeN%2CiBAAA%3B%3B%3BAAMC%2CQAJ0B%2CwBAAuB%3BEAIjD%2CsBExYT%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAk1BC%2CyBAwEC%2CoBFtuBN%2CmBACC%2CcAwDI%2CmBAuFF%2CsBAKI%2CiBAWC%2COAAM%3BIAkBJ%2CYAAA%3BIACA%2CYAAA%3B%3B%3BAAED%2CsBExYT%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAk1BC%2CyBAwEC%2CoBFtuBN%2CmBACC%2CcAwDI%2CmBAuFF%2CsBAKI%2CiBAWC%2COAAM%2COAqBJ%3BEACA%2CmBAAA%3B%3BAE5WJ%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAk1BC%2CyBAwEC%2CoBFtuBN%2CmBACC%2CcAwDI%2CmBAuFF%2CsBAKI%2CiBAWC%2COAAM%2COAwBL%3BEACC%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CuBAAA%3B%3BAACA%2CsBEhZV%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAk1BC%2CyBAwEC%2CoBFtuBN%2CmBACC%2CcAwDI%2CmBAuFF%2CsBAKI%2CiBAWC%2COAAM%2COAwBL%2CKAKE%3BEACA%2CSAAQ%2CEAAR%3BEACA%2CqBAAA%3BEACA%2CyDAAA%3BEACA%2C4BAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CqBAAA%3B%3BAAKD%2CQAHwB%2CwBAAuB%3BEAG%5C%2FC%2CsBE9ZV%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAk1BC%2CyBAwEC%2CoBFtuBN%2CmBACC%2CcAwDI%2CmBAuFF%2CsBAKI%2CiBAWC%2COAAM%2COAwBL%2CKAKE%3BIAYC%2CiBAAA%3B%3B%3BAAKH%2CsBEjaT%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAk1BC%2CyBAwEC%2CoBFtuBN%2CmBACC%2CcAwDI%2CmBAuFF%2CsBAKI%2CiBAWC%2COAAM%2COA8CJ%3BEACA%2CkBAAA%3B%3BAAIA%2CQAH0B%2CuBAAuB%3BEAGjD%2CsBEtaV%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAk1BC%2CyBAwEC%2CoBFtuBN%2CmBACC%2CcAwDI%2CmBAuFF%2CsBAKI%2CiBAWC%2COAAM%2COA8CJ%3BIAGD%2CiBAAA%3B%3B%3BAAHA%2CsBEjaT%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAk1BC%2CyBAwEC%2CoBFtuBN%2CmBACC%2CcAwDI%2CmBAuFF%2CsBAKI%2CiBAWC%2COAAM%2COA8CJ%2CSAKA%3BEACC%2C0BAAA%3B%3BAACA%2CsBExaX%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAk1BC%2CyBAwEC%2CoBFtuBN%2CmBACC%2CcAwDI%2CmBAuFF%2CsBAKI%2CiBAWC%2COAAM%2COA8CJ%2CSAKA%2CKAEE%3BEACA%2C8CAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3B%3BAE%5C%2FYN%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAk1BC%2CyBAwEC%2CoBFtuBN%2CmBACC%2CcAwDI%2CmBAuFF%2CsBA%2BEC%2CmBACC%3BEACC%2CkBAAA%3BEACG%2CUAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3B%3B%3B%3B%3B%3B%3B%3BAAQA%2CsBE%5C%2FbT%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAk1BC%2CyBAwEC%2CoBFtuBN%2CmBACC%2CcAwDI%2CmBAuFF%2CsBA%2BEC%2CmBACC%2CYAYK%3BEACA%2CSAAQ%2CEAAR%3BEACA%2CqBAAA%3BEACA%2CkDAAA%3BEACA%2C4BAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3B%3BAExaJ%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAk1BC%2CyBAwEC%2CoBFtuBN%2CmBACC%2CcAwDI%2CmBAuFF%2CsBA%2BEC%2CmBAsBC%3BEACC%2CkBAAA%3BEACG%2CQAAA%3BEACA%2CMAAA%3BEACA%2CqCAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3B%3BAAKA%2CQAJ0C%3BEAI1C%2CsBEtdT%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAk1BC%2CyBAwEC%2CoBFtuBN%2CmBACC%2CcAwDI%2CmBAuFF%2CsBA%2BEC%2CmBAsBC%3BIAWK%2CWAAA%3BIACA%2CYAAA%3B%3B%3BAAED%2CsBEtdT%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAk1BC%2CyBAwEC%2CoBFtuBN%2CmBACC%2CcAwDI%2CmBAuFF%2CsBA%2BEC%2CmBAsBC%2CWAcK%3BEACA%2CSAAQ%2CEAAR%3BEACA%2CqBAAA%3BEACA%2CiDAAA%3BEACA%2C4BAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3B%3BAE%5C%2FbJ%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAk1BC%2CyBA8EC%2CgBACC%3BEACC%2CaAAA%3B%3BAAKA%2CQAJ0C%3BEAI1C%2CsBAt8BR%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAk1BC%2CyBA8EC%2CgBACC%3BIAGE%2CeAAA%3BIACA%2CuBAAA%3B%3B%3BAAv6BH%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAk1BC%2CyBA8EC%2CgBACC%2CeAMC%3BEACI%2CeAAA%3B%3BAAMA%2CQAL0C%3BEAK1C%2CsBA78BZ%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAk1BC%2CyBA8EC%2CgBACC%2CeAMC%3BIAGK%2CUAAA%3BIACA%2CQAAA%3BIACA%2CWAAA%3B%3B%3BAA96BP%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAk1BC%2CyBA8EC%2CgBACC%2CeAMC%2CiBAOI%3BEACF%2CcAAA%3B%3BAAj7BJ%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAk1BC%2CyBA8EC%2CgBACC%2CeAMC%2CiBAOI%2C0BAEF%3BEACI%2CWAAA%3B%3BAAn7BR%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAk1BC%2CyBA8EC%2CgBACC%2CeAoBC%3BEACI%2CaAAA%3BEACA%2CgBAAA%3B%3BAAMA%2CQAL0C%3BEAK1C%2CsBA59BZ%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAk1BC%2CyBA8EC%2CgBACC%2CeAoBC%3BIAIK%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CQAAA%3B%3B%3BAAED%2CsBA59BZ%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAk1BC%2CyBA8EC%2CgBACC%2CeAoBC%2CkBAQQ%3BEACH%2CaAAA%3BEACA%2CsBAAA%3BEACA%2CuBAAA%3B%3BAAHD%2CsBA59BZ%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAk1BC%2CyBA8EC%2CgBACC%2CeAoBC%2CkBAQQ%2CqBAIH%2CqBAAqB%3BEACpB%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CyBAAA%3B%3BAAv8BR%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAk1BC%2CyBAyHC%3BEACC%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3B%3BAAh9BD%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAk1BC%2CyBAyHC%2CkBFvxBN%2CmBACC%3BEACI%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CaAAA%3BEACA%2C8BAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CqBAAA%3B%3BAAMA%2CQAJyB%3BEAIzB%2CsBElOL%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAk1BC%2CyBAyHC%2CkBFvxBN%2CmBACC%3BIAWK%2CWAAA%3BIACA%2CeAAA%3B%3B%3BAAKD%2CQAHyB%2CuBAAmC%3BEAG5D%2CsBErOL%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAk1BC%2CyBAyHC%2CkBFvxBN%2CmBACC%3BIAeK%2C8BAAA%3B%3B%3BAAKD%2CQAH0C%2CuBAAmC%3BEAG7E%2CsBExOL%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAk1BC%2CyBAyHC%2CkBFvxBN%2CmBACC%3BIAkBK%2C8BAAA%3B%3B%3BAAKD%2CQAHyC%2CwBAAsC%3BEAG%5C%2FE%2CsBE3OL%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAk1BC%2CyBAyHC%2CkBFvxBN%2CmBACC%3BIAqBK%2C8BAAA%3B%3B%3BAAED%2CsBE3OL%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAk1BC%2CyBAyHC%2CkBFvxBN%2CmBACC%2CcAuBK%2CUAAU%3BEACV%2CeAAA%3B%3BAAUJ%2CQAR4B%2CuBAAmC%3BEAC3D%2CsBE%5C%2FON%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAk1BC%2CyBAyHC%2CkBFvxBN%2CmBACC%2CcA2BM%2CUAAU%3BIACV%2CyBAAA%3B%3BEAED%2CsBElPN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAk1BC%2CyBAyHC%2CkBFvxBN%2CmBACC%2CcA8BM%2CUAAU%3BIACV%2CkBAAA%3B%3B%3BAAWL%2CQAR0C%2CuBAAmC%3BEAC5E%2CsBEvPH%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAk1BC%2CyBAyHC%2CkBFvxBN%2CmBACC%2CcAmCG%2CUAAU%3BIACP%2CyBAAA%3B%3BEAED%2CsBE1PN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAk1BC%2CyBAyHC%2CkBFvxBN%2CmBACC%2CcAsCM%2CUAAU%3BIACV%2CkBAAA%3B%3B%3BAAWF%2CQARsC%2CwBAAsC%3BEAC3E%2CsBE%5C%2FPN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAk1BC%2CyBAyHC%2CkBFvxBN%2CmBACC%2CcA2CM%2CUAAU%3BIACV%2CyBAAA%3B%3BEAED%2CsBElQN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAk1BC%2CyBAyHC%2CkBFvxBN%2CmBACC%2CcA8CM%2CUAAU%3BIACV%2CkBAAA%3B%3B%3BAAML%2CQAH6C%3BEAG7C%2CsBEzQF%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAk1BC%2CyBAyHC%2CkBFvxBN%2CmBACC%3BIAmDK%2CuBAAA%3B%3B%3BAAKD%2CQAHsC%2CwBAAsC%3BEAG5E%2CsBE5QL%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAk1BC%2CyBAyHC%2CkBFvxBN%2CmBACC%3BIAsDE%2CaAAA%3B%3B%3BAE7OG%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAk1BC%2CyBAyHC%2CkBFvxBN%2CmBACC%2CcAwDI%3BEACC%2CUAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3B%3BAElPA%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAk1BC%2CyBAyHC%2CkBFvxBN%2CmBACC%2CcAwDI%2CmBAIC%3BEACC%2CcAAA%3B%3BAEpPD%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAk1BC%2CyBAyHC%2CkBFvxBN%2CmBACC%2CcAwDI%2CmBAQF%2CsBACC%3BEACI%2CgBAAA%3BEACA%2CmBAAA%3B%3BAE1PF%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAk1BC%2CyBAyHC%2CkBFvxBN%2CmBACC%2CcAwDI%2CmBAQF%2CsBACC%2CmBAGI%3BEACC%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CqBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3B%3BAAOH%2CQAL6C%3BEAK7C%2CsBEtSN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAk1BC%2CyBAyHC%2CkBFvxBN%2CmBACC%2CcAwDI%2CmBAQF%2CsBACC%2CmBAGI%3BIAUE%2CeAAA%3BIACH%2CiBAAA%3BIACA%2CYAAA%3B%3B%3BAAOD%2CQALsC%2CuBAAsC%3BEAK5E%2CsBE3SN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAk1BC%2CyBAyHC%2CkBFvxBN%2CmBACC%2CcAwDI%2CmBAQF%2CsBACC%2CmBAGI%3BIAeD%2CeAAA%3BIACG%2CiBAAA%3BIACA%2CgBAAA%3B%3B%3BAAKL%2CQAH0B%3BEAG1B%2CsBE9SL%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAk1BC%2CyBAyHC%2CkBFvxBN%2CmBACC%2CcAwDI%2CmBAQF%2CsBACC%2CmBAGI%3BIAoBD%2CgBAAA%3B%3B%3BAE%5C%2FQD%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAk1BC%2CyBAyHC%2CkBFvxBN%2CmBACC%2CcAwDI%2CmBAQF%2CsBA4BC%3BEACI%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CaAAA%3BEACH%2CmBAAA%3BEACA%2CYAAA%3B%3BAAIA%2CQAH0C%3BEAG1C%2CsBEzTL%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAk1BC%2CyBAyHC%2CkBFvxBN%2CmBACC%2CcAwDI%2CmBAQF%2CsBA4BC%3BIAOK%2CmBAAA%3B%3B%3BAAKJ%2CQAHsC%2CuBAAsC%3BEAG5E%2CsBE5TL%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAk1BC%2CyBAyHC%2CkBFvxBN%2CmBACC%2CcAwDI%2CmBAQF%2CsBA4BC%3BIAUE%2CmBAAA%3B%3B%3BAE7RA%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAk1BC%2CyBAyHC%2CkBFvxBN%2CmBACC%2CcAwDI%2CmBAQF%2CsBA4BC%2CWAYC%3BEACI%2CQAAA%3B%3BAAIJ%2CQAH8C%3BEAG9C%2CsBEjUL%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAk1BC%2CyBAyHC%2CkBFvxBN%2CmBACC%2CcAwDI%2CmBAQF%2CsBA4BC%2CWAYC%3BIAGK%2CaAAA%3B%3B%3BAElSJ%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAk1BC%2CyBAyHC%2CkBFvxBN%2CmBACC%2CcAwDI%2CmBAQF%2CsBA4BC%2CWAkBC%3BEACI%2CQAAA%3B%3BAEtSH%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAk1BC%2CyBAyHC%2CkBFvxBN%2CmBACC%2CcAwDI%2CmBAQF%2CsBA4BC%2CWAkBC%2CWAEI%3BEACC%2CaAAA%3B%3BAExSJ%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAk1BC%2CyBAyHC%2CkBFvxBN%2CmBACC%2CcAwDI%2CmBAQF%2CsBA4BC%2CWAkBC%2CWAKC%3BEACI%2CcAAA%3BEACA%2CqBAAA%3BEACA%2C6BAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3B%3BAAMJ%2CQAL6C%3BEAK7C%2CsBEpVN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAk1BC%2CyBAyHC%2CkBFvxBN%2CmBACC%2CcAwDI%2CmBAQF%2CsBA4BC%2CWAkBC%2CWAKC%3BIASK%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CiBAAA%3B%3B%3BAErTL%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAk1BC%2CyBAyHC%2CkBFvxBN%2CmBACC%2CcAwDI%2CmBAQF%2CsBA4BC%2CWAsCI%2CKAAI%3BEACH%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3B%3BAAMJ%2CQAL6C%3BEAK7C%2CsBEhWL%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAk1BC%2CyBAyHC%2CkBFvxBN%2CmBACC%2CcAwDI%2CmBAQF%2CsBA4BC%2CWAsCI%2CKAAI%3BIAMF%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CSAAA%3B%3B%3BAEjUJ%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAk1BC%2CyBAyHC%2CkBFvxBN%2CmBACC%2CcAwDI%2CmBAuFF%3B%3B%3B%3B%3B%3BAEtUG%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAk1BC%2CyBAyHC%2CkBFvxBN%2CmBACC%2CcAwDI%2CmBAuFF%2CsBAKI%3B%3BEAEC%2CWAAA%3B%3BAE7UF%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAk1BC%2CyBAyHC%2CkBFvxBN%2CmBACC%2CcAwDI%2CmBAuFF%2CsBAKI%2CiBAGC%2COAAM%3BEACL%2CYAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3B%3BAEpVH%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAk1BC%2CyBAyHC%2CkBFvxBN%2CmBACC%2CcAwDI%2CmBAuFF%2CsBAKI%2CiBAWC%2COAAM%3BEACL%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CaAAa%2CSAAb%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3B%3BAAIA%2CQAHyC%2CwBAAsC%3BEAG%5C%2FE%2CsBEjYT%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAk1BC%2CyBAyHC%2CkBFvxBN%2CmBACC%2CcAwDI%2CmBAuFF%2CsBAKI%2CiBAWC%2COAAM%3BIAYJ%2CkBAAA%3B%3B%3BAAKD%2CQAH0B%2CuBAAuB%3BEAGjD%2CsBEpYT%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAk1BC%2CyBAyHC%2CkBFvxBN%2CmBACC%2CcAwDI%2CmBAuFF%2CsBAKI%2CiBAWC%2COAAM%3BIAeN%2CiBAAA%3B%3B%3BAAMC%2CQAJ0B%2CwBAAuB%3BEAIjD%2CsBExYT%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAk1BC%2CyBAyHC%2CkBFvxBN%2CmBACC%2CcAwDI%2CmBAuFF%2CsBAKI%2CiBAWC%2COAAM%3BIAkBJ%2CYAAA%3BIACA%2CYAAA%3B%3B%3BAAED%2CsBExYT%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAk1BC%2CyBAyHC%2CkBFvxBN%2CmBACC%2CcAwDI%2CmBAuFF%2CsBAKI%2CiBAWC%2COAAM%2COAqBJ%3BEACA%2CmBAAA%3B%3BAE5WJ%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAk1BC%2CyBAyHC%2CkBFvxBN%2CmBACC%2CcAwDI%2CmBAuFF%2CsBAKI%2CiBAWC%2COAAM%2COAwBL%3BEACC%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CuBAAA%3B%3BAACA%2CsBEhZV%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAk1BC%2CyBAyHC%2CkBFvxBN%2CmBACC%2CcAwDI%2CmBAuFF%2CsBAKI%2CiBAWC%2COAAM%2COAwBL%2CKAKE%3BEACA%2CSAAQ%2CEAAR%3BEACA%2CqBAAA%3BEACA%2CyDAAA%3BEACA%2C4BAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CqBAAA%3B%3BAAKD%2CQAHwB%2CwBAAuB%3BEAG%5C%2FC%2CsBE9ZV%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAk1BC%2CyBAyHC%2CkBFvxBN%2CmBACC%2CcAwDI%2CmBAuFF%2CsBAKI%2CiBAWC%2COAAM%2COAwBL%2CKAKE%3BIAYC%2CiBAAA%3B%3B%3BAAKH%2CsBEjaT%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAk1BC%2CyBAyHC%2CkBFvxBN%2CmBACC%2CcAwDI%2CmBAuFF%2CsBAKI%2CiBAWC%2COAAM%2COA8CJ%3BEACA%2CkBAAA%3B%3BAAIA%2CQAH0B%2CuBAAuB%3BEAGjD%2CsBEtaV%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAk1BC%2CyBAyHC%2CkBFvxBN%2CmBACC%2CcAwDI%2CmBAuFF%2CsBAKI%2CiBAWC%2COAAM%2COA8CJ%3BIAGD%2CiBAAA%3B%3B%3BAAHA%2CsBEjaT%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAk1BC%2CyBAyHC%2CkBFvxBN%2CmBACC%2CcAwDI%2CmBAuFF%2CsBAKI%2CiBAWC%2COAAM%2COA8CJ%2CSAKA%3BEACC%2C0BAAA%3B%3BAACA%2CsBExaX%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAk1BC%2CyBAyHC%2CkBFvxBN%2CmBACC%2CcAwDI%2CmBAuFF%2CsBAKI%2CiBAWC%2COAAM%2COA8CJ%2CSAKA%2CKAEE%3BEACA%2C8CAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3B%3BAE%5C%2FYN%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAk1BC%2CyBAyHC%2CkBFvxBN%2CmBACC%2CcAwDI%2CmBAuFF%2CsBA%2BEC%2CmBACC%3BEACC%2CkBAAA%3BEACG%2CUAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3B%3B%3B%3B%3B%3B%3B%3BAAQA%2CsBE%5C%2FbT%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAk1BC%2CyBAyHC%2CkBFvxBN%2CmBACC%2CcAwDI%2CmBAuFF%2CsBA%2BEC%2CmBACC%2CYAYK%3BEACA%2CSAAQ%2CEAAR%3BEACA%2CqBAAA%3BEACA%2CkDAAA%3BEACA%2C4BAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3B%3BAExaJ%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAk1BC%2CyBAyHC%2CkBFvxBN%2CmBACC%2CcAwDI%2CmBAuFF%2CsBA%2BEC%2CmBAsBC%3BEACC%2CkBAAA%3BEACG%2CQAAA%3BEACA%2CMAAA%3BEACA%2CqCAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3B%3BAAKA%2CQAJ0C%3BEAI1C%2CsBEtdT%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAk1BC%2CyBAyHC%2CkBFvxBN%2CmBACC%2CcAwDI%2CmBAuFF%2CsBA%2BEC%2CmBAsBC%3BIAWK%2CWAAA%3BIACA%2CYAAA%3B%3B%3BAAED%2CsBEtdT%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAk1BC%2CyBAyHC%2CkBFvxBN%2CmBACC%2CcAwDI%2CmBAuFF%2CsBA%2BEC%2CmBAsBC%2CWAcK%3BEACA%2CSAAQ%2CEAAR%3BEACA%2CqBAAA%3BEACA%2CiDAAA%3BEACA%2C4BAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3B%3BAE%5C%2FbJ%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAk1BC%2CyBA%2BHC%2CyBACC%3BEACC%2CaAAA%3B%3BAAKA%2CQAJ0C%3BEAI1C%2CsBAv%5C%2FBR%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAk1BC%2CyBA%2BHC%2CyBACC%3BIAGE%2CeAAA%3BIACA%2CuBAAA%3B%3B%3BAAx9BH%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAk1BC%2CyBA%2BHC%2CyBACC%2CeAMC%2CwBACI%3BEACF%2CcAAA%3B%3BAA59BJ%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAk1BC%2CyBA%2BHC%2CyBACC%2CeAMC%2CwBACI%2C0BAEF%3BEACI%2CWAAA%3B%3BAA99BR%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAk1BC%2CyBA%2BHC%2CyBACC%2CeAcC%3BEACC%2CmBAAA%3BEACA%2CaAAA%3B%3BAAIA%2CQAH0C%3BEAG1C%2CsBArgCT%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAk1BC%2CyBA%2BHC%2CyBACC%2CeAcC%3BIAIK%2CkBAAA%3B%3B%3BAAEJ%2CsBArgCT%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAk1BC%2CyBA%2BHC%2CyBACC%2CeAcC%2CyBAMK%3BEACA%2CaAAA%3BEACA%2CsBAAA%3BEACA%2CuBAAA%3B%3BAAHJ%2CsBArgCT%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAk1BC%2CyBA%2BHC%2CyBACC%2CeAcC%2CyBAMK%2CqBAIA%2CqBAAqB%3BEACpB%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CyBAAA%3B%3BAAh%5C%2FBR%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAk1BC%2CyBAkKC%3BEACC%2CcAAA%3BEACA%2CmBAAA%3BEACA%2C6BAAA%3B%3BAAz%5C%2FBD%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAk1BC%2CyBAkKC%2CyBFh0BN%2CmBACC%3BEACI%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CaAAA%3BEACA%2C8BAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CqBAAA%3B%3BAAMA%2CQAJyB%3BEAIzB%2CsBElOL%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAk1BC%2CyBAkKC%2CyBFh0BN%2CmBACC%3BIAWK%2CWAAA%3BIACA%2CeAAA%3B%3B%3BAAKD%2CQAHyB%2CuBAAmC%3BEAG5D%2CsBErOL%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAk1BC%2CyBAkKC%2CyBFh0BN%2CmBACC%3BIAeK%2C8BAAA%3B%3B%3BAAKD%2CQAH0C%2CuBAAmC%3BEAG7E%2CsBExOL%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAk1BC%2CyBAkKC%2CyBFh0BN%2CmBACC%3BIAkBK%2C8BAAA%3B%3B%3BAAKD%2CQAHyC%2CwBAAsC%3BEAG%5C%2FE%2CsBE3OL%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAk1BC%2CyBAkKC%2CyBFh0BN%2CmBACC%3BIAqBK%2C8BAAA%3B%3B%3BAAED%2CsBE3OL%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAk1BC%2CyBAkKC%2CyBFh0BN%2CmBACC%2CcAuBK%2CUAAU%3BEACV%2CeAAA%3B%3BAAUJ%2CQAR4B%2CuBAAmC%3BEAC3D%2CsBE%5C%2FON%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAk1BC%2CyBAkKC%2CyBFh0BN%2CmBACC%2CcA2BM%2CUAAU%3BIACV%2CyBAAA%3B%3BEAED%2CsBElPN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAk1BC%2CyBAkKC%2CyBFh0BN%2CmBACC%2CcA8BM%2CUAAU%3BIACV%2CkBAAA%3B%3B%3BAAWL%2CQAR0C%2CuBAAmC%3BEAC5E%2CsBEvPH%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAk1BC%2CyBAkKC%2CyBFh0BN%2CmBACC%2CcAmCG%2CUAAU%3BIACP%2CyBAAA%3B%3BEAED%2CsBE1PN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAk1BC%2CyBAkKC%2CyBFh0BN%2CmBACC%2CcAsCM%2CUAAU%3BIACV%2CkBAAA%3B%3B%3BAAWF%2CQARsC%2CwBAAsC%3BEAC3E%2CsBE%5C%2FPN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAk1BC%2CyBAkKC%2CyBFh0BN%2CmBACC%2CcA2CM%2CUAAU%3BIACV%2CyBAAA%3B%3BEAED%2CsBElQN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAk1BC%2CyBAkKC%2CyBFh0BN%2CmBACC%2CcA8CM%2CUAAU%3BIACV%2CkBAAA%3B%3B%3BAAML%2CQAH6C%3BEAG7C%2CsBEzQF%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAk1BC%2CyBAkKC%2CyBFh0BN%2CmBACC%3BIAmDK%2CuBAAA%3B%3B%3BAAKD%2CQAHsC%2CwBAAsC%3BEAG5E%2CsBE5QL%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAk1BC%2CyBAkKC%2CyBFh0BN%2CmBACC%3BIAsDE%2CaAAA%3B%3B%3BAE7OG%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAk1BC%2CyBAkKC%2CyBFh0BN%2CmBACC%2CcAwDI%3BEACC%2CUAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3B%3BAElPA%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAk1BC%2CyBAkKC%2CyBFh0BN%2CmBACC%2CcAwDI%2CmBAIC%3BEACC%2CcAAA%3B%3BAEpPD%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAk1BC%2CyBAkKC%2CyBFh0BN%2CmBACC%2CcAwDI%2CmBAQF%2CsBACC%3BEACI%2CgBAAA%3BEACA%2CmBAAA%3B%3BAE1PF%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAk1BC%2CyBAkKC%2CyBFh0BN%2CmBACC%2CcAwDI%2CmBAQF%2CsBACC%2CmBAGI%3BEACC%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CqBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3B%3BAAOH%2CQAL6C%3BEAK7C%2CsBEtSN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAk1BC%2CyBAkKC%2CyBFh0BN%2CmBACC%2CcAwDI%2CmBAQF%2CsBACC%2CmBAGI%3BIAUE%2CeAAA%3BIACH%2CiBAAA%3BIACA%2CYAAA%3B%3B%3BAAOD%2CQALsC%2CuBAAsC%3BEAK5E%2CsBE3SN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAk1BC%2CyBAkKC%2CyBFh0BN%2CmBACC%2CcAwDI%2CmBAQF%2CsBACC%2CmBAGI%3BIAeD%2CeAAA%3BIACG%2CiBAAA%3BIACA%2CgBAAA%3B%3B%3BAAKL%2CQAH0B%3BEAG1B%2CsBE9SL%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAk1BC%2CyBAkKC%2CyBFh0BN%2CmBACC%2CcAwDI%2CmBAQF%2CsBACC%2CmBAGI%3BIAoBD%2CgBAAA%3B%3B%3BAE%5C%2FQD%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAk1BC%2CyBAkKC%2CyBFh0BN%2CmBACC%2CcAwDI%2CmBAQF%2CsBA4BC%3BEACI%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CaAAA%3BEACH%2CmBAAA%3BEACA%2CYAAA%3B%3BAAIA%2CQAH0C%3BEAG1C%2CsBEzTL%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAk1BC%2CyBAkKC%2CyBFh0BN%2CmBACC%2CcAwDI%2CmBAQF%2CsBA4BC%3BIAOK%2CmBAAA%3B%3B%3BAAKJ%2CQAHsC%2CuBAAsC%3BEAG5E%2CsBE5TL%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAk1BC%2CyBAkKC%2CyBFh0BN%2CmBACC%2CcAwDI%2CmBAQF%2CsBA4BC%3BIAUE%2CmBAAA%3B%3B%3BAE7RA%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAk1BC%2CyBAkKC%2CyBFh0BN%2CmBACC%2CcAwDI%2CmBAQF%2CsBA4BC%2CWAYC%3BEACI%2CQAAA%3B%3BAAIJ%2CQAH8C%3BEAG9C%2CsBEjUL%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAk1BC%2CyBAkKC%2CyBFh0BN%2CmBACC%2CcAwDI%2CmBAQF%2CsBA4BC%2CWAYC%3BIAGK%2CaAAA%3B%3B%3BAElSJ%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAk1BC%2CyBAkKC%2CyBFh0BN%2CmBACC%2CcAwDI%2CmBAQF%2CsBA4BC%2CWAkBC%3BEACI%2CQAAA%3B%3BAEtSH%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAk1BC%2CyBAkKC%2CyBFh0BN%2CmBACC%2CcAwDI%2CmBAQF%2CsBA4BC%2CWAkBC%2CWAEI%3BEACC%2CaAAA%3B%3BAExSJ%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAk1BC%2CyBAkKC%2CyBFh0BN%2CmBACC%2CcAwDI%2CmBAQF%2CsBA4BC%2CWAkBC%2CWAKC%3BEACI%2CcAAA%3BEACA%2CqBAAA%3BEACA%2C6BAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3B%3BAAMJ%2CQAL6C%3BEAK7C%2CsBEpVN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAk1BC%2CyBAkKC%2CyBFh0BN%2CmBACC%2CcAwDI%2CmBAQF%2CsBA4BC%2CWAkBC%2CWAKC%3BIASK%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CiBAAA%3B%3B%3BAErTL%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAk1BC%2CyBAkKC%2CyBFh0BN%2CmBACC%2CcAwDI%2CmBAQF%2CsBA4BC%2CWAsCI%2CKAAI%3BEACH%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3B%3BAAMJ%2CQAL6C%3BEAK7C%2CsBEhWL%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAk1BC%2CyBAkKC%2CyBFh0BN%2CmBACC%2CcAwDI%2CmBAQF%2CsBA4BC%2CWAsCI%2CKAAI%3BIAMF%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CSAAA%3B%3B%3BAEjUJ%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAk1BC%2CyBAkKC%2CyBFh0BN%2CmBACC%2CcAwDI%2CmBAuFF%3B%3B%3B%3B%3B%3BAEtUG%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAk1BC%2CyBAkKC%2CyBFh0BN%2CmBACC%2CcAwDI%2CmBAuFF%2CsBAKI%3B%3BEAEC%2CWAAA%3B%3BAE7UF%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAk1BC%2CyBAkKC%2CyBFh0BN%2CmBACC%2CcAwDI%2CmBAuFF%2CsBAKI%2CiBAGC%2COAAM%3BEACL%2CYAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3B%3BAEpVH%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAk1BC%2CyBAkKC%2CyBFh0BN%2CmBACC%2CcAwDI%2CmBAuFF%2CsBAKI%2CiBAWC%2COAAM%3BEACL%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CaAAa%2CSAAb%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3B%3BAAIA%2CQAHyC%2CwBAAsC%3BEAG%5C%2FE%2CsBEjYT%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAk1BC%2CyBAkKC%2CyBFh0BN%2CmBACC%2CcAwDI%2CmBAuFF%2CsBAKI%2CiBAWC%2COAAM%3BIAYJ%2CkBAAA%3B%3B%3BAAKD%2CQAH0B%2CuBAAuB%3BEAGjD%2CsBEpYT%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAk1BC%2CyBAkKC%2CyBFh0BN%2CmBACC%2CcAwDI%2CmBAuFF%2CsBAKI%2CiBAWC%2COAAM%3BIAeN%2CiBAAA%3B%3B%3BAAMC%2CQAJ0B%2CwBAAuB%3BEAIjD%2CsBExYT%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAk1BC%2CyBAkKC%2CyBFh0BN%2CmBACC%2CcAwDI%2CmBAuFF%2CsBAKI%2CiBAWC%2COAAM%3BIAkBJ%2CYAAA%3BIACA%2CYAAA%3B%3B%3BAAED%2CsBExYT%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAk1BC%2CyBAkKC%2CyBFh0BN%2CmBACC%2CcAwDI%2CmBAuFF%2CsBAKI%2CiBAWC%2COAAM%2COAqBJ%3BEACA%2CmBAAA%3B%3BAE5WJ%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAk1BC%2CyBAkKC%2CyBFh0BN%2CmBACC%2CcAwDI%2CmBAuFF%2CsBAKI%2CiBAWC%2COAAM%2COAwBL%3BEACC%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CuBAAA%3B%3BAACA%2CsBEhZV%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAk1BC%2CyBAkKC%2CyBFh0BN%2CmBACC%2CcAwDI%2CmBAuFF%2CsBAKI%2CiBAWC%2COAAM%2COAwBL%2CKAKE%3BEACA%2CSAAQ%2CEAAR%3BEACA%2CqBAAA%3BEACA%2CyDAAA%3BEACA%2C4BAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CqBAAA%3B%3BAAKD%2CQAHwB%2CwBAAuB%3BEAG%5C%2FC%2CsBE9ZV%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAk1BC%2CyBAkKC%2CyBFh0BN%2CmBACC%2CcAwDI%2CmBAuFF%2CsBAKI%2CiBAWC%2COAAM%2COAwBL%2CKAKE%3BIAYC%2CiBAAA%3B%3B%3BAAKH%2CsBEjaT%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAk1BC%2CyBAkKC%2CyBFh0BN%2CmBACC%2CcAwDI%2CmBAuFF%2CsBAKI%2CiBAWC%2COAAM%2COA8CJ%3BEACA%2CkBAAA%3B%3BAAIA%2CQAH0B%2CuBAAuB%3BEAGjD%2CsBEtaV%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAk1BC%2CyBAkKC%2CyBFh0BN%2CmBACC%2CcAwDI%2CmBAuFF%2CsBAKI%2CiBAWC%2COAAM%2COA8CJ%3BIAGD%2CiBAAA%3B%3B%3BAAHA%2CsBEjaT%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAk1BC%2CyBAkKC%2CyBFh0BN%2CmBACC%2CcAwDI%2CmBAuFF%2CsBAKI%2CiBAWC%2COAAM%2COA8CJ%2CSAKA%3BEACC%2C0BAAA%3B%3BAACA%2CsBExaX%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAk1BC%2CyBAkKC%2CyBFh0BN%2CmBACC%2CcAwDI%2CmBAuFF%2CsBAKI%2CiBAWC%2COAAM%2COA8CJ%2CSAKA%2CKAEE%3BEACA%2C8CAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3B%3BAE%5C%2FYN%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAk1BC%2CyBAkKC%2CyBFh0BN%2CmBACC%2CcAwDI%2CmBAuFF%2CsBA%2BEC%2CmBACC%3BEACC%2CkBAAA%3BEACG%2CUAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3B%3B%3B%3B%3B%3B%3B%3BAAQA%2CsBE%5C%2FbT%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAk1BC%2CyBAkKC%2CyBFh0BN%2CmBACC%2CcAwDI%2CmBAuFF%2CsBA%2BEC%2CmBACC%2CYAYK%3BEACA%2CSAAQ%2CEAAR%3BEACA%2CqBAAA%3BEACA%2CkDAAA%3BEACA%2C4BAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3B%3BAExaJ%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAk1BC%2CyBAkKC%2CyBFh0BN%2CmBACC%2CcAwDI%2CmBAuFF%2CsBA%2BEC%2CmBAsBC%3BEACC%2CkBAAA%3BEACG%2CQAAA%3BEACA%2CMAAA%3BEACA%2CqCAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3B%3BAAKA%2CQAJ0C%3BEAI1C%2CsBEtdT%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAk1BC%2CyBAkKC%2CyBFh0BN%2CmBACC%2CcAwDI%2CmBAuFF%2CsBA%2BEC%2CmBAsBC%3BIAWK%2CWAAA%3BIACA%2CYAAA%3B%3B%3BAAED%2CsBEtdT%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAk1BC%2CyBAkKC%2CyBFh0BN%2CmBACC%2CcAwDI%2CmBAuFF%2CsBA%2BEC%2CmBAsBC%2CWAcK%3BEACA%2CSAAQ%2CEAAR%3BEACA%2CqBAAA%3BEACA%2CiDAAA%3BEACA%2C4BAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3B%3BAE%5C%2FbJ%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAk1BC%2CyBAwKC%3BEACC%2CmBAAA%3B%3BAA7%5C%2FBD%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAk1BC%2CyBAwKC%2C4BAEC%3BEACC%2CaAAA%3B%3BAAKA%2CQAJ0C%3BEAI1C%2CsBAjiCR%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAk1BC%2CyBAwKC%2C4BAEC%3BIAGE%2CeAAA%3BIACA%2CuBAAA%3B%3B%3BAAlgCH%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAk1BC%2CyBAwKC%2C4BAEC%2CeAMC%2C2BACI%3BEACF%2CcAAA%3B%3BAAtgCJ%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAk1BC%2CyBAwKC%2C4BAEC%2CeAMC%2C2BACI%2C0BAEF%3BEACI%2CWAAA%3B%3BAAxgCR%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAk1BC%2CyBAwKC%2C4BAEC%2CeAcC%3BEACC%2CmBAAA%3BEACA%2CaAAA%3B%3BAAIA%2CQAH0C%3BEAG1C%2CsBA%5C%2FiCT%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAk1BC%2CyBAwKC%2C4BAEC%2CeAcC%3BIAIK%2CkBAAA%3B%3B%3BAAEJ%2CsBA%5C%2FiCT%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAk1BC%2CyBAwKC%2C4BAEC%2CeAcC%2C4BAMK%3BEACA%2CaAAA%3BEACA%2CsBAAA%3BEACA%2CuBAAA%3B%3BAAHJ%2CsBA%5C%2FiCT%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAk1BC%2CyBAwKC%2C4BAEC%2CeAcC%2C4BAMK%2CqBAIA%2CqBAAqB%3BEACpB%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CyBAAA%3B%3BAA1hCR%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAk1BC%2CyBA4MC%3BEACC%2CmBAAA%3B%3BAAjiCD%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAk1BC%2CyBA4MC%2C4BF12BN%2CmBACC%3BEACI%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CaAAA%3BEACA%2C8BAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CqBAAA%3B%3BAAMA%2CQAJyB%3BEAIzB%2CsBElOL%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAk1BC%2CyBA4MC%2C4BF12BN%2CmBACC%3BIAWK%2CWAAA%3BIACA%2CeAAA%3B%3B%3BAAKD%2CQAHyB%2CuBAAmC%3BEAG5D%2CsBErOL%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAk1BC%2CyBA4MC%2C4BF12BN%2CmBACC%3BIAeK%2C8BAAA%3B%3B%3BAAKD%2CQAH0C%2CuBAAmC%3BEAG7E%2CsBExOL%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAk1BC%2CyBA4MC%2C4BF12BN%2CmBACC%3BIAkBK%2C8BAAA%3B%3B%3BAAKD%2CQAHyC%2CwBAAsC%3BEAG%5C%2FE%2CsBE3OL%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAk1BC%2CyBA4MC%2C4BF12BN%2CmBACC%3BIAqBK%2C8BAAA%3B%3B%3BAAED%2CsBE3OL%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAk1BC%2CyBA4MC%2C4BF12BN%2CmBACC%2CcAuBK%2CUAAU%3BEACV%2CeAAA%3B%3BAAUJ%2CQAR4B%2CuBAAmC%3BEAC3D%2CsBE%5C%2FON%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAk1BC%2CyBA4MC%2C4BF12BN%2CmBACC%2CcA2BM%2CUAAU%3BIACV%2CyBAAA%3B%3BEAED%2CsBElPN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAk1BC%2CyBA4MC%2C4BF12BN%2CmBACC%2CcA8BM%2CUAAU%3BIACV%2CkBAAA%3B%3B%3BAAWL%2CQAR0C%2CuBAAmC%3BEAC5E%2CsBEvPH%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAk1BC%2CyBA4MC%2C4BF12BN%2CmBACC%2CcAmCG%2CUAAU%3BIACP%2CyBAAA%3B%3BEAED%2CsBE1PN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAk1BC%2CyBA4MC%2C4BF12BN%2CmBACC%2CcAsCM%2CUAAU%3BIACV%2CkBAAA%3B%3B%3BAAWF%2CQARsC%2CwBAAsC%3BEAC3E%2CsBE%5C%2FPN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAk1BC%2CyBA4MC%2C4BF12BN%2CmBACC%2CcA2CM%2CUAAU%3BIACV%2CyBAAA%3B%3BEAED%2CsBElQN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAk1BC%2CyBA4MC%2C4BF12BN%2CmBACC%2CcA8CM%2CUAAU%3BIACV%2CkBAAA%3B%3B%3BAAML%2CQAH6C%3BEAG7C%2CsBEzQF%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAk1BC%2CyBA4MC%2C4BF12BN%2CmBACC%3BIAmDK%2CuBAAA%3B%3B%3BAAKD%2CQAHsC%2CwBAAsC%3BEAG5E%2CsBE5QL%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAk1BC%2CyBA4MC%2C4BF12BN%2CmBACC%3BIAsDE%2CaAAA%3B%3B%3BAE7OG%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAk1BC%2CyBA4MC%2C4BF12BN%2CmBACC%2CcAwDI%3BEACC%2CUAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3B%3BAElPA%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAk1BC%2CyBA4MC%2C4BF12BN%2CmBACC%2CcAwDI%2CmBAIC%3BEACC%2CcAAA%3B%3BAEpPD%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAk1BC%2CyBA4MC%2C4BF12BN%2CmBACC%2CcAwDI%2CmBAQF%2CsBACC%3BEACI%2CgBAAA%3BEACA%2CmBAAA%3B%3BAE1PF%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAk1BC%2CyBA4MC%2C4BF12BN%2CmBACC%2CcAwDI%2CmBAQF%2CsBACC%2CmBAGI%3BEACC%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CqBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3B%3BAAOH%2CQAL6C%3BEAK7C%2CsBEtSN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAk1BC%2CyBA4MC%2C4BF12BN%2CmBACC%2CcAwDI%2CmBAQF%2CsBACC%2CmBAGI%3BIAUE%2CeAAA%3BIACH%2CiBAAA%3BIACA%2CYAAA%3B%3B%3BAAOD%2CQALsC%2CuBAAsC%3BEAK5E%2CsBE3SN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAk1BC%2CyBA4MC%2C4BF12BN%2CmBACC%2CcAwDI%2CmBAQF%2CsBACC%2CmBAGI%3BIAeD%2CeAAA%3BIACG%2CiBAAA%3BIACA%2CgBAAA%3B%3B%3BAAKL%2CQAH0B%3BEAG1B%2CsBE9SL%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAk1BC%2CyBA4MC%2C4BF12BN%2CmBACC%2CcAwDI%2CmBAQF%2CsBACC%2CmBAGI%3BIAoBD%2CgBAAA%3B%3B%3BAE%5C%2FQD%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAk1BC%2CyBA4MC%2C4BF12BN%2CmBACC%2CcAwDI%2CmBAQF%2CsBA4BC%3BEACI%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CaAAA%3BEACH%2CmBAAA%3BEACA%2CYAAA%3B%3BAAIA%2CQAH0C%3BEAG1C%2CsBEzTL%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAk1BC%2CyBA4MC%2C4BF12BN%2CmBACC%2CcAwDI%2CmBAQF%2CsBA4BC%3BIAOK%2CmBAAA%3B%3B%3BAAKJ%2CQAHsC%2CuBAAsC%3BEAG5E%2CsBE5TL%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAk1BC%2CyBA4MC%2C4BF12BN%2CmBACC%2CcAwDI%2CmBAQF%2CsBA4BC%3BIAUE%2CmBAAA%3B%3B%3BAE7RA%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAk1BC%2CyBA4MC%2C4BF12BN%2CmBACC%2CcAwDI%2CmBAQF%2CsBA4BC%2CWAYC%3BEACI%2CQAAA%3B%3BAAIJ%2CQAH8C%3BEAG9C%2CsBEjUL%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAk1BC%2CyBA4MC%2C4BF12BN%2CmBACC%2CcAwDI%2CmBAQF%2CsBA4BC%2CWAYC%3BIAGK%2CaAAA%3B%3B%3BAElSJ%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAk1BC%2CyBA4MC%2C4BF12BN%2CmBACC%2CcAwDI%2CmBAQF%2CsBA4BC%2CWAkBC%3BEACI%2CQAAA%3B%3BAEtSH%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAk1BC%2CyBA4MC%2C4BF12BN%2CmBACC%2CcAwDI%2CmBAQF%2CsBA4BC%2CWAkBC%2CWAEI%3BEACC%2CaAAA%3B%3BAExSJ%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAk1BC%2CyBA4MC%2C4BF12BN%2CmBACC%2CcAwDI%2CmBAQF%2CsBA4BC%2CWAkBC%2CWAKC%3BEACI%2CcAAA%3BEACA%2CqBAAA%3BEACA%2C6BAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3B%3BAAMJ%2CQAL6C%3BEAK7C%2CsBEpVN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAk1BC%2CyBA4MC%2C4BF12BN%2CmBACC%2CcAwDI%2CmBAQF%2CsBA4BC%2CWAkBC%2CWAKC%3BIASK%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CiBAAA%3B%3B%3BAErTL%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAk1BC%2CyBA4MC%2C4BF12BN%2CmBACC%2CcAwDI%2CmBAQF%2CsBA4BC%2CWAsCI%2CKAAI%3BEACH%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3B%3BAAMJ%2CQAL6C%3BEAK7C%2CsBEhWL%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAk1BC%2CyBA4MC%2C4BF12BN%2CmBACC%2CcAwDI%2CmBAQF%2CsBA4BC%2CWAsCI%2CKAAI%3BIAMF%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CSAAA%3B%3B%3BAEjUJ%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAk1BC%2CyBA4MC%2C4BF12BN%2CmBACC%2CcAwDI%2CmBAuFF%3B%3B%3B%3B%3B%3BAEtUG%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAk1BC%2CyBA4MC%2C4BF12BN%2CmBACC%2CcAwDI%2CmBAuFF%2CsBAKI%3B%3BEAEC%2CWAAA%3B%3BAE7UF%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAk1BC%2CyBA4MC%2C4BF12BN%2CmBACC%2CcAwDI%2CmBAuFF%2CsBAKI%2CiBAGC%2COAAM%3BEACL%2CYAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3B%3BAEpVH%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAk1BC%2CyBA4MC%2C4BF12BN%2CmBACC%2CcAwDI%2CmBAuFF%2CsBAKI%2CiBAWC%2COAAM%3BEACL%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CaAAa%2CSAAb%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3B%3BAAIA%2CQAHyC%2CwBAAsC%3BEAG%5C%2FE%2CsBEjYT%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAk1BC%2CyBA4MC%2C4BF12BN%2CmBACC%2CcAwDI%2CmBAuFF%2CsBAKI%2CiBAWC%2COAAM%3BIAYJ%2CkBAAA%3B%3B%3BAAKD%2CQAH0B%2CuBAAuB%3BEAGjD%2CsBEpYT%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAk1BC%2CyBA4MC%2C4BF12BN%2CmBACC%2CcAwDI%2CmBAuFF%2CsBAKI%2CiBAWC%2COAAM%3BIAeN%2CiBAAA%3B%3B%3BAAMC%2CQAJ0B%2CwBAAuB%3BEAIjD%2CsBExYT%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAk1BC%2CyBA4MC%2C4BF12BN%2CmBACC%2CcAwDI%2CmBAuFF%2CsBAKI%2CiBAWC%2COAAM%3BIAkBJ%2CYAAA%3BIACA%2CYAAA%3B%3B%3BAAED%2CsBExYT%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAk1BC%2CyBA4MC%2C4BF12BN%2CmBACC%2CcAwDI%2CmBAuFF%2CsBAKI%2CiBAWC%2COAAM%2COAqBJ%3BEACA%2CmBAAA%3B%3BAE5WJ%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAk1BC%2CyBA4MC%2C4BF12BN%2CmBACC%2CcAwDI%2CmBAuFF%2CsBAKI%2CiBAWC%2COAAM%2COAwBL%3BEACC%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CuBAAA%3B%3BAACA%2CsBEhZV%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAk1BC%2CyBA4MC%2C4BF12BN%2CmBACC%2CcAwDI%2CmBAuFF%2CsBAKI%2CiBAWC%2COAAM%2COAwBL%2CKAKE%3BEACA%2CSAAQ%2CEAAR%3BEACA%2CqBAAA%3BEACA%2CyDAAA%3BEACA%2C4BAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CqBAAA%3B%3BAAKD%2CQAHwB%2CwBAAuB%3BEAG%5C%2FC%2CsBE9ZV%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAk1BC%2CyBA4MC%2C4BF12BN%2CmBACC%2CcAwDI%2CmBAuFF%2CsBAKI%2CiBAWC%2COAAM%2COAwBL%2CKAKE%3BIAYC%2CiBAAA%3B%3B%3BAAKH%2CsBEjaT%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAk1BC%2CyBA4MC%2C4BF12BN%2CmBACC%2CcAwDI%2CmBAuFF%2CsBAKI%2CiBAWC%2COAAM%2COA8CJ%3BEACA%2CkBAAA%3B%3BAAIA%2CQAH0B%2CuBAAuB%3BEAGjD%2CsBEtaV%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAk1BC%2CyBA4MC%2C4BF12BN%2CmBACC%2CcAwDI%2CmBAuFF%2CsBAKI%2CiBAWC%2COAAM%2COA8CJ%3BIAGD%2CiBAAA%3B%3B%3BAAHA%2CsBEjaT%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAk1BC%2CyBA4MC%2C4BF12BN%2CmBACC%2CcAwDI%2CmBAuFF%2CsBAKI%2CiBAWC%2COAAM%2COA8CJ%2CSAKA%3BEACC%2C0BAAA%3B%3BAACA%2CsBExaX%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAk1BC%2CyBA4MC%2C4BF12BN%2CmBACC%2CcAwDI%2CmBAuFF%2CsBAKI%2CiBAWC%2COAAM%2COA8CJ%2CSAKA%2CKAEE%3BEACA%2C8CAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3B%3BAE%5C%2FYN%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAk1BC%2CyBA4MC%2C4BF12BN%2CmBACC%2CcAwDI%2CmBAuFF%2CsBA%2BEC%2CmBACC%3BEACC%2CkBAAA%3BEACG%2CUAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3B%3B%3B%3B%3B%3B%3B%3BAAQA%2CsBE%5C%2FbT%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAk1BC%2CyBA4MC%2C4BF12BN%2CmBACC%2CcAwDI%2CmBAuFF%2CsBA%2BEC%2CmBACC%2CYAYK%3BEACA%2CSAAQ%2CEAAR%3BEACA%2CqBAAA%3BEACA%2CkDAAA%3BEACA%2C4BAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3B%3BAExaJ%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAk1BC%2CyBA4MC%2C4BF12BN%2CmBACC%2CcAwDI%2CmBAuFF%2CsBA%2BEC%2CmBAsBC%3BEACC%2CkBAAA%3BEACG%2CQAAA%3BEACA%2CMAAA%3BEACA%2CqCAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3B%3BAAKA%2CQAJ0C%3BEAI1C%2CsBEtdT%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAk1BC%2CyBA4MC%2C4BF12BN%2CmBACC%2CcAwDI%2CmBAuFF%2CsBA%2BEC%2CmBAsBC%3BIAWK%2CWAAA%3BIACA%2CYAAA%3B%3B%3BAAED%2CsBEtdT%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAk1BC%2CyBA4MC%2C4BF12BN%2CmBACC%2CcAwDI%2CmBAuFF%2CsBA%2BEC%2CmBAsBC%2CWAcK%3BEACA%2CSAAQ%2CEAAR%3BEACA%2CqBAAA%3BEACA%2CiDAAA%3BEACA%2C4BAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3B%3BAE%5C%2FbJ%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBACC%2CuBACC%2CoBACC%3BEACC%2CqBAAA%3B%3BAA1iCH%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBACC%2CuBAMC%2CcACC%2CSACC%3BAA%5C%2FiCH%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBACC%2CuBAMC%2CcACC%2CSACY%3BEACV%2CmBAAA%3BEACA%2CUAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3B%3BAAnjCJ%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBACC%2CuBAMC%2CcACC%2CSACC%2CUAKC%3BAApjCJ%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBACC%2CuBAMC%2CcACC%2CSACY%2CUAKV%3BEACC%2CeAAA%3B%3BAAED%2CsBAplCV%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBACC%2CuBAMC%2CcACC%2CSACC%2CUAQE%3BAAAD%2CsBAplCV%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBACC%2CuBAMC%2CcACC%2CSACY%2CUAQT%3BEACA%2CgBAAA%3B%3BAADD%2CsBAplCV%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBACC%2CuBAMC%2CcACC%2CSACC%2CUAQE%2CMAEA%3BAAFD%2CsBAplCV%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBACC%2CuBAMC%2CcACC%2CSACY%2CUAQT%2CMAEA%3BEACC%2CcAAA%3B%3BAA1jCN%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBACC%2CuBAyBC%3BEACC%2CcAAA%3B%3BAAjkCF%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBACC%2CuBAyBC%2C0BAEC%3BEACI%2CWAAA%3B%3BAAnkCN%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBAiCC%3BEACC%2CeAAA%3BEACG%2CmBAAA%3BEACA%2C6BAAA%3B%3BAA1kCJ%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBAiCC%2CqBAIC%2CqBAAqB%3BEACjB%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CWAAA%3B%3BAAKA%2CQAJ0C%3BEAI1C%2CsBAlnCX%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBAiCC%2CqBAIC%2CqBAAqB%3BIAOhB%2CeAAA%3BIACA%2CiBAAA%3B%3B%3BAAKL%2CQAH0C%2CuBAAmC%3BEAG7E%2CsBArnCP%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBAiCC%2CqBAIC%2CqBAAqB%3BIAWhB%2CeAAA%3B%3B%3BAAtlCN%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBAiCC%2CqBAkBC%2CkBAAkB%3BEACd%2CmBAAA%3B%3BAA1lCL%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBAwDC%3BEACC%2CmBAAA%3B%3BAA%5C%2FlCD%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBAwDC%2CoBAEC%2CGAAE%3BEACD%2CgBAAA%3BEACG%2CUAAA%3BEACA%2CSAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3B%3BAAvmCL%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBAwDC%2CoBAEC%2CGAAE%2CWAQG%3BEACA%2CkBAAA%3BEACA%2COAAA%3BEACA%2CSAAA%3B%3BAACA%2CsBAzoCZ%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBAwDC%2CoBAEC%2CGAAE%2CWAQG%2CGAIC%3BEACA%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3BEACA%2CmBAAA%3BEACA%2CQAAA%3BEACA%2CQAAA%3BEACA%2CWAAW%2CgBAAX%3BEACA%2CgBAAgB%2CgBAAhB%3BEACA%2CmBAAmB%2CgBAAnB%3B%3BAAtnCP%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBAwDC%2CoBAEC%2CGAAE%2CWAQG%2CGAgBA%3BEACC%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CqBAAA%3BEACA%2CcAAA%3B%3BAAEJ%2CsBAhqCT%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBAwDC%2CoBAEC%2CGAAE%2CWAQG%2CGA2BF%2COACA%3BEACI%2CmBAAA%3BEACA%2CcAAA%3B%3BAAIJ%2CsBAvqCV%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBAwDC%2CoBAEC%2CGAAE%2CWAQG%2CGAiCF%2CWACC%3BEACA%2CaAAA%3B%3BAAIH%2CsBA5qCR%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBAwDC%2CoBAEC%2CGAAE%2CWA%2BCA%3BEACG%2CeAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3BEACA%2CsBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3BEACA%2COAAA%3BEACA%2CQAAA%3BEACA%2CYAAA%3B%3BAAIA%2CQAHyB%3BEAGzB%2CsBA3rCZ%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBAwDC%2CoBAEC%2CGAAE%2CWA%2BCA%3BIAaI%2CUAAA%3B%3B%3BAAKD%2CQAH0C%3BEAG1C%2CsBA9rCZ%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBAwDC%2CoBAEC%2CGAAE%2CWA%2BCA%3BIAgBI%2CUAAA%3B%3B%3BAAmCL%2CQAjC8B%3BEACzB%2CsBA%5C%2FrCb%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBAwDC%2CoBAEC%2CGAAE%2CWA%2BCA%2COAmBK%3BIACA%2CgBAAA%3BIACH%2CoBAAA%3B%3BEAFE%2CsBA%5C%2FrCb%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBAwDC%2CoBAEC%2CGAAE%2CWA%2BCA%2COAmBK%2CaAMH%2CUACC%2CGAAE%2CUAAW%3BIACT%2CmBAAA%3BIACA%2CcAAA%3B%3BEAKH%2CsBA7sCb%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBAwDC%2CoBAEC%2CGAAE%2CWA%2BCA%2COAmBK%2CaAYH%2CSACC%2COACE%3BIACG%2CQAAA%3BIACA%2CUAAA%3B%3BEAKJ%2CsBAptCb%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBAwDC%2CoBAEC%2CGAAE%2CWA%2BCA%2COAmBK%2CaAYH%2CSACC%2COAQE%3BIACG%2CWAAA%3BIACA%2CQAAA%3B%3B%3BAAjBN%2CQAP2B%2CwBAIe%3BEAG1C%2CsBArsCX%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBAwDC%2CoBAEC%2CGAAE%2CWA%2BCA%2COAmBK%3BIAIF%2CoBAAA%3B%3B%3BAAgBC%2CQArByB%2CwBAkBqB%3BEAG9C%2CsBAntCb%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBAwDC%2CoBAEC%2CGAAE%2CWA%2BCA%2COAmBK%2CaAYH%2CSACC%2COACE%3BIAII%2CSAAA%3B%3B%3BAASL%2CQA5ByB%2CwBAyBqB%3BEAG9C%2CsBA1tCb%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBAwDC%2CoBAEC%2CGAAE%2CWA%2BCA%2COAmBK%2CaAYH%2CSACC%2COAQE%3BIAII%2CUAAA%3B%3B%3BAAmFX%2CQA3E2B%3BEA2E3B%2CsBA3yCP%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBAwDC%2CoBAEC%2CGAAE%3BIAoGA%2CmBAAA%3B%3BEACG%2CsBAluCZ%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBAwDC%2CoBAEC%2CGAAE%2CWAqGI%3BIACH%2CcAAA%3BIACA%2CYAAA%3BIACA%2CoBAAA%3B%3BEAHE%2CsBAluCZ%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBAwDC%2CoBAEC%2CGAAE%2CWAqGI%2CaAOH%2CUACC%2CGAAG%3BIACF%2CeAAA%3BIACG%2CgBAAA%3BIACA%2CmBAAA%3BIACA%2CsBAAA%3BIACA%2CcAAA%3BIACA%2CkBAAA%3BIACA%2CiBAAA%3BIACA%2CiBAAA%3BIACA%2CqBAAA%3BIACA%2CWAAA%3B%3BEACA%2CsBArvCf%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBAwDC%2CoBAEC%2CGAAE%2CWAqGI%2CaAOH%2CUACC%2CGAAG%2CEAWE%3BIACA%2CmBAAA%3BIACA%2CcAAA%3B%3BEArBJ%2CsBAluCZ%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBAwDC%2CoBAEC%2CGAAE%2CWAqGI%2CaAyBH%3BIACC%2CYAAA%3BIACA%2CSAAA%3B%3BEA3BC%2CsBAluCZ%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBAwDC%2CoBAEC%2CGAAE%2CWAqGI%2CaAyBH%2CSAGC%3BIACC%2CWAAA%3BIACG%2CYAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3B%3BEACA%2CsBAnwCf%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBAwDC%2CoBAEC%2CGAAE%2CWAqGI%2CaAyBH%2CSAGC%2COAKK%3BIACA%2CuBAAA%3B%3BEAlCJ%2CsBAluCZ%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBAwDC%2CoBAEC%2CGAAE%2CWAqGI%2CaAyBH%2CSAGC%2COAQI%3BIACC%2CYAAA%3B%3BEAEJ%2CsBAzwCZ%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBAwDC%2CoBAEC%2CGAAE%2CWAqGI%2CaAyBH%2CSAGC%2COAWE%3BIACG%2CQAAA%3BIACA%2CWAAA%3B%3BEAFJ%2CsBAzwCZ%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBAwDC%2CoBAEC%2CGAAE%2CWAqGI%2CaAyBH%2CSAGC%2COAWE%2CSAMG%3BIACC%2CQAAA%3BIACA%2CSAAA%3BIACA%2CkCAAA%3BIACA%2CqCAAA%3BIACA%2C6BAAA%3BIACA%2CqBAAA%3B%3BEAGL%2CsBAxxCZ%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBAwDC%2CoBAEC%2CGAAE%2CWAqGI%2CaAyBH%2CSAGC%2COA0BE%3BIACG%2CYAAA%3BIACA%2CQAAA%3B%3BEAFJ%2CsBAxxCZ%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBAwDC%2CoBAEC%2CGAAE%2CWAqGI%2CaAyBH%2CSAGC%2COA0BE%2CSAMG%3BIACC%2CQAAA%3BIACA%2CSAAA%3BIACA%2CkCAAA%3BIACA%2CqCAAA%3BIACA%2C4BAAA%3BIACA%2CqBAAA%3B%3B%3BAA3DP%2CQATwB%2CwBAMkB%3BEAG1C%2CsBAzuCV%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBAwDC%2CoBAEC%2CGAAE%2CWAqGI%3BIAKF%2CoBAAA%3B%3B%3BAAwCK%2CQA%5C%2FCkB%2CwBA4CwB%3BEAG1C%2CsBA%5C%2FwChB%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBAwDC%2CoBAEC%2CGAAE%2CWAqGI%2CaAyBH%2CSAGC%2COAWE%3BIAII%2COAAA%3B%3B%3BAAiBD%2CQA9DkB%2CwBA2DwB%3BEAG1C%2CsBA9xChB%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBAwDC%2CoBAEC%2CGAAE%2CWAqGI%2CaAyBH%2CSAGC%2COA0BE%3BIAII%2CQAAA%3B%3B%3BAA%5C%2FvCX%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBA0OC%2CsBACC%3BEACC%2CaAAA%3B%3BAAKA%2CQAJ0C%3BEAI1C%2CsBApzCR%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBA0OC%2CsBACC%3BIAGE%2CeAAA%3BIACA%2CuBAAA%3B%3B%3BAArxCH%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBA0OC%2CsBACC%2CeAMC%2CwBACI%3BEACF%2CcAAA%3B%3BAAzxCJ%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBA0OC%2CsBACC%2CeAMC%2CwBACI%2C0BAEF%3BEACI%2CWAAA%3B%3BAA3xCR%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBA0OC%2CsBACC%2CeAcC%3BEACC%2CmBAAA%3BEACA%2CaAAA%3B%3BAAIA%2CQAH0C%3BEAG1C%2CsBAl0CT%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBA0OC%2CsBACC%2CeAcC%3BIAIE%2CkBAAA%3B%3B%3BAAED%2CsBAl0CT%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBA0OC%2CsBACC%2CeAcC%2CwBAMK%3BEACA%2CaAAA%3BEACA%2CsBAAA%3BEACA%2CuBAAA%3B%3BAAHJ%2CsBAl0CT%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBA0OC%2CsBACC%2CeAcC%2CwBAMK%2CqBAIA%2CqBAAqB%3BEACpB%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CyBAAA%3B%3BAA7yCR%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBA6QC%2CyBF7nCN%2CmBACC%3BEACI%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CaAAA%3BEACA%2C8BAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CqBAAA%3B%3BAAMA%2CQAJyB%3BEAIzB%2CsBElOL%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBA6QC%2CyBF7nCN%2CmBACC%3BIAWK%2CWAAA%3BIACA%2CeAAA%3B%3B%3BAAKD%2CQAHyB%2CuBAAmC%3BEAG5D%2CsBErOL%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBA6QC%2CyBF7nCN%2CmBACC%3BIAeK%2C8BAAA%3B%3B%3BAAKD%2CQAH0C%2CuBAAmC%3BEAG7E%2CsBExOL%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBA6QC%2CyBF7nCN%2CmBACC%3BIAkBK%2C8BAAA%3B%3B%3BAAKD%2CQAHyC%2CwBAAsC%3BEAG%5C%2FE%2CsBE3OL%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBA6QC%2CyBF7nCN%2CmBACC%3BIAqBK%2C8BAAA%3B%3B%3BAAED%2CsBE3OL%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBA6QC%2CyBF7nCN%2CmBACC%2CcAuBK%2CUAAU%3BEACV%2CeAAA%3B%3BAAUJ%2CQAR4B%2CuBAAmC%3BEAC3D%2CsBE%5C%2FON%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBA6QC%2CyBF7nCN%2CmBACC%2CcA2BM%2CUAAU%3BIACV%2CyBAAA%3B%3BEAED%2CsBElPN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBA6QC%2CyBF7nCN%2CmBACC%2CcA8BM%2CUAAU%3BIACV%2CkBAAA%3B%3B%3BAAWL%2CQAR0C%2CuBAAmC%3BEAC5E%2CsBEvPH%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBA6QC%2CyBF7nCN%2CmBACC%2CcAmCG%2CUAAU%3BIACP%2CyBAAA%3B%3BEAED%2CsBE1PN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBA6QC%2CyBF7nCN%2CmBACC%2CcAsCM%2CUAAU%3BIACV%2CkBAAA%3B%3B%3BAAWF%2CQARsC%2CwBAAsC%3BEAC3E%2CsBE%5C%2FPN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBA6QC%2CyBF7nCN%2CmBACC%2CcA2CM%2CUAAU%3BIACV%2CyBAAA%3B%3BEAED%2CsBElQN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBA6QC%2CyBF7nCN%2CmBACC%2CcA8CM%2CUAAU%3BIACV%2CkBAAA%3B%3B%3BAAML%2CQAH6C%3BEAG7C%2CsBEzQF%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBA6QC%2CyBF7nCN%2CmBACC%3BIAmDK%2CuBAAA%3B%3B%3BAAKD%2CQAHsC%2CwBAAsC%3BEAG5E%2CsBE5QL%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBA6QC%2CyBF7nCN%2CmBACC%3BIAsDE%2CaAAA%3B%3B%3BAE7OG%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBA6QC%2CyBF7nCN%2CmBACC%2CcAwDI%3BEACC%2CUAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3B%3BAElPA%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBA6QC%2CyBF7nCN%2CmBACC%2CcAwDI%2CmBAIC%3BEACC%2CcAAA%3B%3BAEpPD%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBA6QC%2CyBF7nCN%2CmBACC%2CcAwDI%2CmBAQF%2CsBACC%3BEACI%2CgBAAA%3BEACA%2CmBAAA%3B%3BAE1PF%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBA6QC%2CyBF7nCN%2CmBACC%2CcAwDI%2CmBAQF%2CsBACC%2CmBAGI%3BEACC%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CqBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3B%3BAAOH%2CQAL6C%3BEAK7C%2CsBEtSN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBA6QC%2CyBF7nCN%2CmBACC%2CcAwDI%2CmBAQF%2CsBACC%2CmBAGI%3BIAUE%2CeAAA%3BIACH%2CiBAAA%3BIACA%2CYAAA%3B%3B%3BAAOD%2CQALsC%2CuBAAsC%3BEAK5E%2CsBE3SN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBA6QC%2CyBF7nCN%2CmBACC%2CcAwDI%2CmBAQF%2CsBACC%2CmBAGI%3BIAeD%2CeAAA%3BIACG%2CiBAAA%3BIACA%2CgBAAA%3B%3B%3BAAKL%2CQAH0B%3BEAG1B%2CsBE9SL%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBA6QC%2CyBF7nCN%2CmBACC%2CcAwDI%2CmBAQF%2CsBACC%2CmBAGI%3BIAoBD%2CgBAAA%3B%3B%3BAE%5C%2FQD%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBA6QC%2CyBF7nCN%2CmBACC%2CcAwDI%2CmBAQF%2CsBA4BC%3BEACI%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CaAAA%3BEACH%2CmBAAA%3BEACA%2CYAAA%3B%3BAAIA%2CQAH0C%3BEAG1C%2CsBEzTL%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBA6QC%2CyBF7nCN%2CmBACC%2CcAwDI%2CmBAQF%2CsBA4BC%3BIAOK%2CmBAAA%3B%3B%3BAAKJ%2CQAHsC%2CuBAAsC%3BEAG5E%2CsBE5TL%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBA6QC%2CyBF7nCN%2CmBACC%2CcAwDI%2CmBAQF%2CsBA4BC%3BIAUE%2CmBAAA%3B%3B%3BAE7RA%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBA6QC%2CyBF7nCN%2CmBACC%2CcAwDI%2CmBAQF%2CsBA4BC%2CWAYC%3BEACI%2CQAAA%3B%3BAAIJ%2CQAH8C%3BEAG9C%2CsBEjUL%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBA6QC%2CyBF7nCN%2CmBACC%2CcAwDI%2CmBAQF%2CsBA4BC%2CWAYC%3BIAGK%2CaAAA%3B%3B%3BAElSJ%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBA6QC%2CyBF7nCN%2CmBACC%2CcAwDI%2CmBAQF%2CsBA4BC%2CWAkBC%3BEACI%2CQAAA%3B%3BAEtSH%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBA6QC%2CyBF7nCN%2CmBACC%2CcAwDI%2CmBAQF%2CsBA4BC%2CWAkBC%2CWAEI%3BEACC%2CaAAA%3B%3BAExSJ%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBA6QC%2CyBF7nCN%2CmBACC%2CcAwDI%2CmBAQF%2CsBA4BC%2CWAkBC%2CWAKC%3BEACI%2CcAAA%3BEACA%2CqBAAA%3BEACA%2C6BAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3B%3BAAMJ%2CQAL6C%3BEAK7C%2CsBEpVN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBA6QC%2CyBF7nCN%2CmBACC%2CcAwDI%2CmBAQF%2CsBA4BC%2CWAkBC%2CWAKC%3BIASK%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CiBAAA%3B%3B%3BAErTL%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBA6QC%2CyBF7nCN%2CmBACC%2CcAwDI%2CmBAQF%2CsBA4BC%2CWAsCI%2CKAAI%3BEACH%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3B%3BAAMJ%2CQAL6C%3BEAK7C%2CsBEhWL%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBA6QC%2CyBF7nCN%2CmBACC%2CcAwDI%2CmBAQF%2CsBA4BC%2CWAsCI%2CKAAI%3BIAMF%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CSAAA%3B%3B%3BAEjUJ%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBA6QC%2CyBF7nCN%2CmBACC%2CcAwDI%2CmBAuFF%3B%3B%3B%3B%3B%3BAEtUG%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBA6QC%2CyBF7nCN%2CmBACC%2CcAwDI%2CmBAuFF%2CsBAKI%3B%3BEAEC%2CWAAA%3B%3BAE7UF%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBA6QC%2CyBF7nCN%2CmBACC%2CcAwDI%2CmBAuFF%2CsBAKI%2CiBAGC%2COAAM%3BEACL%2CYAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3B%3BAEpVH%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBA6QC%2CyBF7nCN%2CmBACC%2CcAwDI%2CmBAuFF%2CsBAKI%2CiBAWC%2COAAM%3BEACL%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CaAAa%2CSAAb%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3B%3BAAIA%2CQAHyC%2CwBAAsC%3BEAG%5C%2FE%2CsBEjYT%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBA6QC%2CyBF7nCN%2CmBACC%2CcAwDI%2CmBAuFF%2CsBAKI%2CiBAWC%2COAAM%3BIAYJ%2CkBAAA%3B%3B%3BAAKD%2CQAH0B%2CuBAAuB%3BEAGjD%2CsBEpYT%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBA6QC%2CyBF7nCN%2CmBACC%2CcAwDI%2CmBAuFF%2CsBAKI%2CiBAWC%2COAAM%3BIAeN%2CiBAAA%3B%3B%3BAAMC%2CQAJ0B%2CwBAAuB%3BEAIjD%2CsBExYT%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBA6QC%2CyBF7nCN%2CmBACC%2CcAwDI%2CmBAuFF%2CsBAKI%2CiBAWC%2COAAM%3BIAkBJ%2CYAAA%3BIACA%2CYAAA%3B%3B%3BAAED%2CsBExYT%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBA6QC%2CyBF7nCN%2CmBACC%2CcAwDI%2CmBAuFF%2CsBAKI%2CiBAWC%2COAAM%2COAqBJ%3BEACA%2CmBAAA%3B%3BAE5WJ%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBA6QC%2CyBF7nCN%2CmBACC%2CcAwDI%2CmBAuFF%2CsBAKI%2CiBAWC%2COAAM%2COAwBL%3BEACC%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CuBAAA%3B%3BAACA%2CsBEhZV%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBA6QC%2CyBF7nCN%2CmBACC%2CcAwDI%2CmBAuFF%2CsBAKI%2CiBAWC%2COAAM%2COAwBL%2CKAKE%3BEACA%2CSAAQ%2CEAAR%3BEACA%2CqBAAA%3BEACA%2CyDAAA%3BEACA%2C4BAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CqBAAA%3B%3BAAKD%2CQAHwB%2CwBAAuB%3BEAG%5C%2FC%2CsBE9ZV%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBA6QC%2CyBF7nCN%2CmBACC%2CcAwDI%2CmBAuFF%2CsBAKI%2CiBAWC%2COAAM%2COAwBL%2CKAKE%3BIAYC%2CiBAAA%3B%3B%3BAAKH%2CsBEjaT%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBA6QC%2CyBF7nCN%2CmBACC%2CcAwDI%2CmBAuFF%2CsBAKI%2CiBAWC%2COAAM%2COA8CJ%3BEACA%2CkBAAA%3B%3BAAIA%2CQAH0B%2CuBAAuB%3BEAGjD%2CsBEtaV%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBA6QC%2CyBF7nCN%2CmBACC%2CcAwDI%2CmBAuFF%2CsBAKI%2CiBAWC%2COAAM%2COA8CJ%3BIAGD%2CiBAAA%3B%3B%3BAAHA%2CsBEjaT%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBA6QC%2CyBF7nCN%2CmBACC%2CcAwDI%2CmBAuFF%2CsBAKI%2CiBAWC%2COAAM%2COA8CJ%2CSAKA%3BEACC%2C0BAAA%3B%3BAACA%2CsBExaX%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBA6QC%2CyBF7nCN%2CmBACC%2CcAwDI%2CmBAuFF%2CsBAKI%2CiBAWC%2COAAM%2COA8CJ%2CSAKA%2CKAEE%3BEACA%2C8CAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3B%3BAE%5C%2FYN%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBA6QC%2CyBF7nCN%2CmBACC%2CcAwDI%2CmBAuFF%2CsBA%2BEC%2CmBACC%3BEACC%2CkBAAA%3BEACG%2CUAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3B%3B%3B%3B%3B%3B%3B%3BAAQA%2CsBE%5C%2FbT%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBA6QC%2CyBF7nCN%2CmBACC%2CcAwDI%2CmBAuFF%2CsBA%2BEC%2CmBACC%2CYAYK%3BEACA%2CSAAQ%2CEAAR%3BEACA%2CqBAAA%3BEACA%2CkDAAA%3BEACA%2C4BAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3B%3BAExaJ%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBA6QC%2CyBF7nCN%2CmBACC%2CcAwDI%2CmBAuFF%2CsBA%2BEC%2CmBAsBC%3BEACC%2CkBAAA%3BEACG%2CQAAA%3BEACA%2CMAAA%3BEACA%2CqCAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3B%3BAAKA%2CQAJ0C%3BEAI1C%2CsBEtdT%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBA6QC%2CyBF7nCN%2CmBACC%2CcAwDI%2CmBAuFF%2CsBA%2BEC%2CmBAsBC%3BIAWK%2CWAAA%3BIACA%2CYAAA%3B%3B%3BAAED%2CsBEtdT%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBA6QC%2CyBF7nCN%2CmBACC%2CcAwDI%2CmBAuFF%2CsBA%2BEC%2CmBAsBC%2CWAcK%3BEACA%2CSAAQ%2CEAAR%3BEACA%2CqBAAA%3BEACA%2CiDAAA%3BEACA%2C4BAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3B%3BAE%5C%2FbJ%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBAgRC%2CoBACC%3BEACC%2CaAAA%3B%3BAAKA%2CQAJ0C%3BEAI1C%2CsBA11CR%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBAgRC%2CoBACC%3BIAGE%2CeAAA%3BIACA%2CuBAAA%3B%3B%3BAA3zCH%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBAgRC%2CoBACC%2CeAMC%2CmBACI%3BEACF%2CcAAA%3B%3BAA%5C%2FzCJ%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBAgRC%2CoBACC%2CeAMC%2CmBACI%2C0BAEF%3BEACI%2CWAAA%3B%3BAAj0CR%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBAgRC%2CoBACC%2CeAcC%3BEACC%2CmBAAA%3BEACA%2CaAAA%3B%3BAAIA%2CQAH0C%3BEAG1C%2CsBAx2CT%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBAgRC%2CoBACC%2CeAcC%3BIAIE%2CkBAAA%3B%3B%3BAAED%2CsBAx2CT%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBAgRC%2CoBACC%2CeAcC%2CmBAMK%3BEACA%2CaAAA%3BEACA%2CsBAAA%3BEACA%2CuBAAA%3B%3BAAHJ%2CsBAx2CT%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBAgRC%2CoBACC%2CeAcC%2CmBAMK%2CqBAIA%2CqBAAqB%3BEACpB%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CyBAAA%3B%3BAAn1CR%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBAmTC%3BEACC%2CcAAA%3BEACA%2CmBAAA%3BEACA%2C6BAAA%3B%3BAA51CD%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBAmTC%2CoBFnqCN%2CmBACC%3BEACI%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CaAAA%3BEACA%2C8BAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CqBAAA%3B%3BAAMA%2CQAJyB%3BEAIzB%2CsBElOL%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBAmTC%2CoBFnqCN%2CmBACC%3BIAWK%2CWAAA%3BIACA%2CeAAA%3B%3B%3BAAKD%2CQAHyB%2CuBAAmC%3BEAG5D%2CsBErOL%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBAmTC%2CoBFnqCN%2CmBACC%3BIAeK%2C8BAAA%3B%3B%3BAAKD%2CQAH0C%2CuBAAmC%3BEAG7E%2CsBExOL%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBAmTC%2CoBFnqCN%2CmBACC%3BIAkBK%2C8BAAA%3B%3B%3BAAKD%2CQAHyC%2CwBAAsC%3BEAG%5C%2FE%2CsBE3OL%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBAmTC%2CoBFnqCN%2CmBACC%3BIAqBK%2C8BAAA%3B%3B%3BAAED%2CsBE3OL%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBAmTC%2CoBFnqCN%2CmBACC%2CcAuBK%2CUAAU%3BEACV%2CeAAA%3B%3BAAUJ%2CQAR4B%2CuBAAmC%3BEAC3D%2CsBE%5C%2FON%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBAmTC%2CoBFnqCN%2CmBACC%2CcA2BM%2CUAAU%3BIACV%2CyBAAA%3B%3BEAED%2CsBElPN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBAmTC%2CoBFnqCN%2CmBACC%2CcA8BM%2CUAAU%3BIACV%2CkBAAA%3B%3B%3BAAWL%2CQAR0C%2CuBAAmC%3BEAC5E%2CsBEvPH%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBAmTC%2CoBFnqCN%2CmBACC%2CcAmCG%2CUAAU%3BIACP%2CyBAAA%3B%3BEAED%2CsBE1PN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBAmTC%2CoBFnqCN%2CmBACC%2CcAsCM%2CUAAU%3BIACV%2CkBAAA%3B%3B%3BAAWF%2CQARsC%2CwBAAsC%3BEAC3E%2CsBE%5C%2FPN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBAmTC%2CoBFnqCN%2CmBACC%2CcA2CM%2CUAAU%3BIACV%2CyBAAA%3B%3BEAED%2CsBElQN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBAmTC%2CoBFnqCN%2CmBACC%2CcA8CM%2CUAAU%3BIACV%2CkBAAA%3B%3B%3BAAML%2CQAH6C%3BEAG7C%2CsBEzQF%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBAmTC%2CoBFnqCN%2CmBACC%3BIAmDK%2CuBAAA%3B%3B%3BAAKD%2CQAHsC%2CwBAAsC%3BEAG5E%2CsBE5QL%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBAmTC%2CoBFnqCN%2CmBACC%3BIAsDE%2CaAAA%3B%3B%3BAE7OG%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBAmTC%2CoBFnqCN%2CmBACC%2CcAwDI%3BEACC%2CUAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3B%3BAElPA%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBAmTC%2CoBFnqCN%2CmBACC%2CcAwDI%2CmBAIC%3BEACC%2CcAAA%3B%3BAEpPD%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBAmTC%2CoBFnqCN%2CmBACC%2CcAwDI%2CmBAQF%2CsBACC%3BEACI%2CgBAAA%3BEACA%2CmBAAA%3B%3BAE1PF%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBAmTC%2CoBFnqCN%2CmBACC%2CcAwDI%2CmBAQF%2CsBACC%2CmBAGI%3BEACC%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CqBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3B%3BAAOH%2CQAL6C%3BEAK7C%2CsBEtSN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBAmTC%2CoBFnqCN%2CmBACC%2CcAwDI%2CmBAQF%2CsBACC%2CmBAGI%3BIAUE%2CeAAA%3BIACH%2CiBAAA%3BIACA%2CYAAA%3B%3B%3BAAOD%2CQALsC%2CuBAAsC%3BEAK5E%2CsBE3SN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBAmTC%2CoBFnqCN%2CmBACC%2CcAwDI%2CmBAQF%2CsBACC%2CmBAGI%3BIAeD%2CeAAA%3BIACG%2CiBAAA%3BIACA%2CgBAAA%3B%3B%3BAAKL%2CQAH0B%3BEAG1B%2CsBE9SL%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBAmTC%2CoBFnqCN%2CmBACC%2CcAwDI%2CmBAQF%2CsBACC%2CmBAGI%3BIAoBD%2CgBAAA%3B%3B%3BAE%5C%2FQD%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBAmTC%2CoBFnqCN%2CmBACC%2CcAwDI%2CmBAQF%2CsBA4BC%3BEACI%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CaAAA%3BEACH%2CmBAAA%3BEACA%2CYAAA%3B%3BAAIA%2CQAH0C%3BEAG1C%2CsBEzTL%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBAmTC%2CoBFnqCN%2CmBACC%2CcAwDI%2CmBAQF%2CsBA4BC%3BIAOK%2CmBAAA%3B%3B%3BAAKJ%2CQAHsC%2CuBAAsC%3BEAG5E%2CsBE5TL%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBAmTC%2CoBFnqCN%2CmBACC%2CcAwDI%2CmBAQF%2CsBA4BC%3BIAUE%2CmBAAA%3B%3B%3BAE7RA%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBAmTC%2CoBFnqCN%2CmBACC%2CcAwDI%2CmBAQF%2CsBA4BC%2CWAYC%3BEACI%2CQAAA%3B%3BAAIJ%2CQAH8C%3BEAG9C%2CsBEjUL%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBAmTC%2CoBFnqCN%2CmBACC%2CcAwDI%2CmBAQF%2CsBA4BC%2CWAYC%3BIAGK%2CaAAA%3B%3B%3BAElSJ%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBAmTC%2CoBFnqCN%2CmBACC%2CcAwDI%2CmBAQF%2CsBA4BC%2CWAkBC%3BEACI%2CQAAA%3B%3BAEtSH%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBAmTC%2CoBFnqCN%2CmBACC%2CcAwDI%2CmBAQF%2CsBA4BC%2CWAkBC%2CWAEI%3BEACC%2CaAAA%3B%3BAExSJ%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBAmTC%2CoBFnqCN%2CmBACC%2CcAwDI%2CmBAQF%2CsBA4BC%2CWAkBC%2CWAKC%3BEACI%2CcAAA%3BEACA%2CqBAAA%3BEACA%2C6BAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3B%3BAAMJ%2CQAL6C%3BEAK7C%2CsBEpVN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBAmTC%2CoBFnqCN%2CmBACC%2CcAwDI%2CmBAQF%2CsBA4BC%2CWAkBC%2CWAKC%3BIASK%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CiBAAA%3B%3B%3BAErTL%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBAmTC%2CoBFnqCN%2CmBACC%2CcAwDI%2CmBAQF%2CsBA4BC%2CWAsCI%2CKAAI%3BEACH%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3B%3BAAMJ%2CQAL6C%3BEAK7C%2CsBEhWL%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBAmTC%2CoBFnqCN%2CmBACC%2CcAwDI%2CmBAQF%2CsBA4BC%2CWAsCI%2CKAAI%3BIAMF%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CSAAA%3B%3B%3BAEjUJ%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBAmTC%2CoBFnqCN%2CmBACC%2CcAwDI%2CmBAuFF%3B%3B%3B%3B%3B%3BAEtUG%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBAmTC%2CoBFnqCN%2CmBACC%2CcAwDI%2CmBAuFF%2CsBAKI%3B%3BEAEC%2CWAAA%3B%3BAE7UF%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBAmTC%2CoBFnqCN%2CmBACC%2CcAwDI%2CmBAuFF%2CsBAKI%2CiBAGC%2COAAM%3BEACL%2CYAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3B%3BAEpVH%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBAmTC%2CoBFnqCN%2CmBACC%2CcAwDI%2CmBAuFF%2CsBAKI%2CiBAWC%2COAAM%3BEACL%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CaAAa%2CSAAb%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3B%3BAAIA%2CQAHyC%2CwBAAsC%3BEAG%5C%2FE%2CsBEjYT%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBAmTC%2CoBFnqCN%2CmBACC%2CcAwDI%2CmBAuFF%2CsBAKI%2CiBAWC%2COAAM%3BIAYJ%2CkBAAA%3B%3B%3BAAKD%2CQAH0B%2CuBAAuB%3BEAGjD%2CsBEpYT%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBAmTC%2CoBFnqCN%2CmBACC%2CcAwDI%2CmBAuFF%2CsBAKI%2CiBAWC%2COAAM%3BIAeN%2CiBAAA%3B%3B%3BAAMC%2CQAJ0B%2CwBAAuB%3BEAIjD%2CsBExYT%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBAmTC%2CoBFnqCN%2CmBACC%2CcAwDI%2CmBAuFF%2CsBAKI%2CiBAWC%2COAAM%3BIAkBJ%2CYAAA%3BIACA%2CYAAA%3B%3B%3BAAED%2CsBExYT%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBAmTC%2CoBFnqCN%2CmBACC%2CcAwDI%2CmBAuFF%2CsBAKI%2CiBAWC%2COAAM%2COAqBJ%3BEACA%2CmBAAA%3B%3BAE5WJ%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBAmTC%2CoBFnqCN%2CmBACC%2CcAwDI%2CmBAuFF%2CsBAKI%2CiBAWC%2COAAM%2COAwBL%3BEACC%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CuBAAA%3B%3BAACA%2CsBEhZV%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBAmTC%2CoBFnqCN%2CmBACC%2CcAwDI%2CmBAuFF%2CsBAKI%2CiBAWC%2COAAM%2COAwBL%2CKAKE%3BEACA%2CSAAQ%2CEAAR%3BEACA%2CqBAAA%3BEACA%2CyDAAA%3BEACA%2C4BAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CqBAAA%3B%3BAAKD%2CQAHwB%2CwBAAuB%3BEAG%5C%2FC%2CsBE9ZV%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBAmTC%2CoBFnqCN%2CmBACC%2CcAwDI%2CmBAuFF%2CsBAKI%2CiBAWC%2COAAM%2COAwBL%2CKAKE%3BIAYC%2CiBAAA%3B%3B%3BAAKH%2CsBEjaT%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBAmTC%2CoBFnqCN%2CmBACC%2CcAwDI%2CmBAuFF%2CsBAKI%2CiBAWC%2COAAM%2COA8CJ%3BEACA%2CkBAAA%3B%3BAAIA%2CQAH0B%2CuBAAuB%3BEAGjD%2CsBEtaV%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBAmTC%2CoBFnqCN%2CmBACC%2CcAwDI%2CmBAuFF%2CsBAKI%2CiBAWC%2COAAM%2COA8CJ%3BIAGD%2CiBAAA%3B%3B%3BAAHA%2CsBEjaT%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBAmTC%2CoBFnqCN%2CmBACC%2CcAwDI%2CmBAuFF%2CsBAKI%2CiBAWC%2COAAM%2COA8CJ%2CSAKA%3BEACC%2C0BAAA%3B%3BAACA%2CsBExaX%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBAmTC%2CoBFnqCN%2CmBACC%2CcAwDI%2CmBAuFF%2CsBAKI%2CiBAWC%2COAAM%2COA8CJ%2CSAKA%2CKAEE%3BEACA%2C8CAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3B%3BAE%5C%2FYN%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBAmTC%2CoBFnqCN%2CmBACC%2CcAwDI%2CmBAuFF%2CsBA%2BEC%2CmBACC%3BEACC%2CkBAAA%3BEACG%2CUAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3B%3B%3B%3B%3B%3B%3B%3BAAQA%2CsBE%5C%2FbT%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBAmTC%2CoBFnqCN%2CmBACC%2CcAwDI%2CmBAuFF%2CsBA%2BEC%2CmBACC%2CYAYK%3BEACA%2CSAAQ%2CEAAR%3BEACA%2CqBAAA%3BEACA%2CkDAAA%3BEACA%2C4BAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3B%3BAExaJ%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBAmTC%2CoBFnqCN%2CmBACC%2CcAwDI%2CmBAuFF%2CsBA%2BEC%2CmBAsBC%3BEACC%2CkBAAA%3BEACG%2CQAAA%3BEACA%2CMAAA%3BEACA%2CqCAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3B%3BAAKA%2CQAJ0C%3BEAI1C%2CsBEtdT%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBAmTC%2CoBFnqCN%2CmBACC%2CcAwDI%2CmBAuFF%2CsBA%2BEC%2CmBAsBC%3BIAWK%2CWAAA%3BIACA%2CYAAA%3B%3B%3BAAED%2CsBEtdT%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBAmTC%2CoBFnqCN%2CmBACC%2CcAwDI%2CmBAuFF%2CsBA%2BEC%2CmBAsBC%2CWAcK%3BEACA%2CSAAQ%2CEAAR%3BEACA%2CqBAAA%3BEACA%2CiDAAA%3BEACA%2C4BAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3B%3BAE%5C%2FbJ%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBAyTC%2CsBACC%3BEACC%2CaAAA%3B%3BAAKA%2CQAJ0C%3BEAI1C%2CsBAn4CR%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBAyTC%2CsBACC%3BIAGE%2CeAAA%3BIACA%2CuBAAA%3B%3B%3BAAp2CH%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBAyTC%2CsBACC%2CeAMC%2CqBACI%3BEACF%2CcAAA%3B%3BAAx2CJ%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBAyTC%2CsBACC%2CeAMC%2CqBACI%2C0BAEF%3BEACI%2CWAAA%3B%3BAA12CR%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBAyTC%2CsBACC%2CeAcC%3BEACC%2CmBAAA%3BEACA%2CaAAA%3B%3BAAIA%2CQAH0C%3BEAG1C%2CsBAj5CT%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBAyTC%2CsBACC%2CeAcC%3BIAIE%2CkBAAA%3B%3B%3BAAED%2CsBAj5CT%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBAyTC%2CsBACC%2CeAcC%2CqBAMK%3BEACA%2CaAAA%3BEACA%2CsBAAA%3BEACA%2CuBAAA%3B%3BAAHJ%2CsBAj5CT%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBAyTC%2CsBACC%2CeAcC%2CqBAMK%2CqBAIA%2CqBAAqB%3BEACpB%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CyBAAA%3B%3BAA53CR%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBA4VC%3BEACC%2CcAAA%3BEACA%2CmBAAA%3BEACA%2C6BAAA%3B%3BAAr4CD%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBA4VC%2CsBF5sCN%2CmBACC%3BEACI%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CaAAA%3BEACA%2C8BAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CqBAAA%3B%3BAAMA%2CQAJyB%3BEAIzB%2CsBElOL%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBA4VC%2CsBF5sCN%2CmBACC%3BIAWK%2CWAAA%3BIACA%2CeAAA%3B%3B%3BAAKD%2CQAHyB%2CuBAAmC%3BEAG5D%2CsBErOL%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBA4VC%2CsBF5sCN%2CmBACC%3BIAeK%2C8BAAA%3B%3B%3BAAKD%2CQAH0C%2CuBAAmC%3BEAG7E%2CsBExOL%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBA4VC%2CsBF5sCN%2CmBACC%3BIAkBK%2C8BAAA%3B%3B%3BAAKD%2CQAHyC%2CwBAAsC%3BEAG%5C%2FE%2CsBE3OL%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBA4VC%2CsBF5sCN%2CmBACC%3BIAqBK%2C8BAAA%3B%3B%3BAAED%2CsBE3OL%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBA4VC%2CsBF5sCN%2CmBACC%2CcAuBK%2CUAAU%3BEACV%2CeAAA%3B%3BAAUJ%2CQAR4B%2CuBAAmC%3BEAC3D%2CsBE%5C%2FON%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBA4VC%2CsBF5sCN%2CmBACC%2CcA2BM%2CUAAU%3BIACV%2CyBAAA%3B%3BEAED%2CsBElPN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBA4VC%2CsBF5sCN%2CmBACC%2CcA8BM%2CUAAU%3BIACV%2CkBAAA%3B%3B%3BAAWL%2CQAR0C%2CuBAAmC%3BEAC5E%2CsBEvPH%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBA4VC%2CsBF5sCN%2CmBACC%2CcAmCG%2CUAAU%3BIACP%2CyBAAA%3B%3BEAED%2CsBE1PN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBA4VC%2CsBF5sCN%2CmBACC%2CcAsCM%2CUAAU%3BIACV%2CkBAAA%3B%3B%3BAAWF%2CQARsC%2CwBAAsC%3BEAC3E%2CsBE%5C%2FPN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBA4VC%2CsBF5sCN%2CmBACC%2CcA2CM%2CUAAU%3BIACV%2CyBAAA%3B%3BEAED%2CsBElQN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBA4VC%2CsBF5sCN%2CmBACC%2CcA8CM%2CUAAU%3BIACV%2CkBAAA%3B%3B%3BAAML%2CQAH6C%3BEAG7C%2CsBEzQF%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBA4VC%2CsBF5sCN%2CmBACC%3BIAmDK%2CuBAAA%3B%3B%3BAAKD%2CQAHsC%2CwBAAsC%3BEAG5E%2CsBE5QL%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBA4VC%2CsBF5sCN%2CmBACC%3BIAsDE%2CaAAA%3B%3B%3BAE7OG%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBA4VC%2CsBF5sCN%2CmBACC%2CcAwDI%3BEACC%2CUAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3B%3BAElPA%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBA4VC%2CsBF5sCN%2CmBACC%2CcAwDI%2CmBAIC%3BEACC%2CcAAA%3B%3BAEpPD%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBA4VC%2CsBF5sCN%2CmBACC%2CcAwDI%2CmBAQF%2CsBACC%3BEACI%2CgBAAA%3BEACA%2CmBAAA%3B%3BAE1PF%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBA4VC%2CsBF5sCN%2CmBACC%2CcAwDI%2CmBAQF%2CsBACC%2CmBAGI%3BEACC%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CqBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3B%3BAAOH%2CQAL6C%3BEAK7C%2CsBEtSN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBA4VC%2CsBF5sCN%2CmBACC%2CcAwDI%2CmBAQF%2CsBACC%2CmBAGI%3BIAUE%2CeAAA%3BIACH%2CiBAAA%3BIACA%2CYAAA%3B%3B%3BAAOD%2CQALsC%2CuBAAsC%3BEAK5E%2CsBE3SN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBA4VC%2CsBF5sCN%2CmBACC%2CcAwDI%2CmBAQF%2CsBACC%2CmBAGI%3BIAeD%2CeAAA%3BIACG%2CiBAAA%3BIACA%2CgBAAA%3B%3B%3BAAKL%2CQAH0B%3BEAG1B%2CsBE9SL%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBA4VC%2CsBF5sCN%2CmBACC%2CcAwDI%2CmBAQF%2CsBACC%2CmBAGI%3BIAoBD%2CgBAAA%3B%3B%3BAE%5C%2FQD%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBA4VC%2CsBF5sCN%2CmBACC%2CcAwDI%2CmBAQF%2CsBA4BC%3BEACI%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CaAAA%3BEACH%2CmBAAA%3BEACA%2CYAAA%3B%3BAAIA%2CQAH0C%3BEAG1C%2CsBEzTL%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBA4VC%2CsBF5sCN%2CmBACC%2CcAwDI%2CmBAQF%2CsBA4BC%3BIAOK%2CmBAAA%3B%3B%3BAAKJ%2CQAHsC%2CuBAAsC%3BEAG5E%2CsBE5TL%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBA4VC%2CsBF5sCN%2CmBACC%2CcAwDI%2CmBAQF%2CsBA4BC%3BIAUE%2CmBAAA%3B%3B%3BAE7RA%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBA4VC%2CsBF5sCN%2CmBACC%2CcAwDI%2CmBAQF%2CsBA4BC%2CWAYC%3BEACI%2CQAAA%3B%3BAAIJ%2CQAH8C%3BEAG9C%2CsBEjUL%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBA4VC%2CsBF5sCN%2CmBACC%2CcAwDI%2CmBAQF%2CsBA4BC%2CWAYC%3BIAGK%2CaAAA%3B%3B%3BAElSJ%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBA4VC%2CsBF5sCN%2CmBACC%2CcAwDI%2CmBAQF%2CsBA4BC%2CWAkBC%3BEACI%2CQAAA%3B%3BAEtSH%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBA4VC%2CsBF5sCN%2CmBACC%2CcAwDI%2CmBAQF%2CsBA4BC%2CWAkBC%2CWAEI%3BEACC%2CaAAA%3B%3BAExSJ%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBA4VC%2CsBF5sCN%2CmBACC%2CcAwDI%2CmBAQF%2CsBA4BC%2CWAkBC%2CWAKC%3BEACI%2CcAAA%3BEACA%2CqBAAA%3BEACA%2C6BAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3B%3BAAMJ%2CQAL6C%3BEAK7C%2CsBEpVN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBA4VC%2CsBF5sCN%2CmBACC%2CcAwDI%2CmBAQF%2CsBA4BC%2CWAkBC%2CWAKC%3BIASK%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CiBAAA%3B%3B%3BAErTL%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBA4VC%2CsBF5sCN%2CmBACC%2CcAwDI%2CmBAQF%2CsBA4BC%2CWAsCI%2CKAAI%3BEACH%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3B%3BAAMJ%2CQAL6C%3BEAK7C%2CsBEhWL%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBA4VC%2CsBF5sCN%2CmBACC%2CcAwDI%2CmBAQF%2CsBA4BC%2CWAsCI%2CKAAI%3BIAMF%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CSAAA%3B%3B%3BAEjUJ%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBA4VC%2CsBF5sCN%2CmBACC%2CcAwDI%2CmBAuFF%3B%3B%3B%3B%3B%3BAEtUG%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBA4VC%2CsBF5sCN%2CmBACC%2CcAwDI%2CmBAuFF%2CsBAKI%3B%3BEAEC%2CWAAA%3B%3BAE7UF%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBA4VC%2CsBF5sCN%2CmBACC%2CcAwDI%2CmBAuFF%2CsBAKI%2CiBAGC%2COAAM%3BEACL%2CYAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3B%3BAEpVH%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBA4VC%2CsBF5sCN%2CmBACC%2CcAwDI%2CmBAuFF%2CsBAKI%2CiBAWC%2COAAM%3BEACL%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CaAAa%2CSAAb%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3B%3BAAIA%2CQAHyC%2CwBAAsC%3BEAG%5C%2FE%2CsBEjYT%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBA4VC%2CsBF5sCN%2CmBACC%2CcAwDI%2CmBAuFF%2CsBAKI%2CiBAWC%2COAAM%3BIAYJ%2CkBAAA%3B%3B%3BAAKD%2CQAH0B%2CuBAAuB%3BEAGjD%2CsBEpYT%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBA4VC%2CsBF5sCN%2CmBACC%2CcAwDI%2CmBAuFF%2CsBAKI%2CiBAWC%2COAAM%3BIAeN%2CiBAAA%3B%3B%3BAAMC%2CQAJ0B%2CwBAAuB%3BEAIjD%2CsBExYT%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBA4VC%2CsBF5sCN%2CmBACC%2CcAwDI%2CmBAuFF%2CsBAKI%2CiBAWC%2COAAM%3BIAkBJ%2CYAAA%3BIACA%2CYAAA%3B%3B%3BAAED%2CsBExYT%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBA4VC%2CsBF5sCN%2CmBACC%2CcAwDI%2CmBAuFF%2CsBAKI%2CiBAWC%2COAAM%2COAqBJ%3BEACA%2CmBAAA%3B%3BAE5WJ%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBA4VC%2CsBF5sCN%2CmBACC%2CcAwDI%2CmBAuFF%2CsBAKI%2CiBAWC%2COAAM%2COAwBL%3BEACC%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CuBAAA%3B%3BAACA%2CsBEhZV%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBA4VC%2CsBF5sCN%2CmBACC%2CcAwDI%2CmBAuFF%2CsBAKI%2CiBAWC%2COAAM%2COAwBL%2CKAKE%3BEACA%2CSAAQ%2CEAAR%3BEACA%2CqBAAA%3BEACA%2CyDAAA%3BEACA%2C4BAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CqBAAA%3B%3BAAKD%2CQAHwB%2CwBAAuB%3BEAG%5C%2FC%2CsBE9ZV%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBA4VC%2CsBF5sCN%2CmBACC%2CcAwDI%2CmBAuFF%2CsBAKI%2CiBAWC%2COAAM%2COAwBL%2CKAKE%3BIAYC%2CiBAAA%3B%3B%3BAAKH%2CsBEjaT%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBA4VC%2CsBF5sCN%2CmBACC%2CcAwDI%2CmBAuFF%2CsBAKI%2CiBAWC%2COAAM%2COA8CJ%3BEACA%2CkBAAA%3B%3BAAIA%2CQAH0B%2CuBAAuB%3BEAGjD%2CsBEtaV%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBA4VC%2CsBF5sCN%2CmBACC%2CcAwDI%2CmBAuFF%2CsBAKI%2CiBAWC%2COAAM%2COA8CJ%3BIAGD%2CiBAAA%3B%3B%3BAAHA%2CsBEjaT%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBA4VC%2CsBF5sCN%2CmBACC%2CcAwDI%2CmBAuFF%2CsBAKI%2CiBAWC%2COAAM%2COA8CJ%2CSAKA%3BEACC%2C0BAAA%3B%3BAACA%2CsBExaX%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBA4VC%2CsBF5sCN%2CmBACC%2CcAwDI%2CmBAuFF%2CsBAKI%2CiBAWC%2COAAM%2COA8CJ%2CSAKA%2CKAEE%3BEACA%2C8CAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3B%3BAE%5C%2FYN%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBA4VC%2CsBF5sCN%2CmBACC%2CcAwDI%2CmBAuFF%2CsBA%2BEC%2CmBACC%3BEACC%2CkBAAA%3BEACG%2CUAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3B%3B%3B%3B%3B%3B%3B%3BAAQA%2CsBE%5C%2FbT%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBA4VC%2CsBF5sCN%2CmBACC%2CcAwDI%2CmBAuFF%2CsBA%2BEC%2CmBACC%2CYAYK%3BEACA%2CSAAQ%2CEAAR%3BEACA%2CqBAAA%3BEACA%2CkDAAA%3BEACA%2C4BAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3B%3BAExaJ%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBA4VC%2CsBF5sCN%2CmBACC%2CcAwDI%2CmBAuFF%2CsBA%2BEC%2CmBAsBC%3BEACC%2CkBAAA%3BEACG%2CQAAA%3BEACA%2CMAAA%3BEACA%2CqCAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3B%3BAAKA%2CQAJ0C%3BEAI1C%2CsBEtdT%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBA4VC%2CsBF5sCN%2CmBACC%2CcAwDI%2CmBAuFF%2CsBA%2BEC%2CmBAsBC%3BIAWK%2CWAAA%3BIACA%2CYAAA%3B%3B%3BAAED%2CsBEtdT%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBA4VC%2CsBF5sCN%2CmBACC%2CcAwDI%2CmBAuFF%2CsBA%2BEC%2CmBAsBC%2CWAcK%3BEACA%2CSAAQ%2CEAAR%3BEACA%2CqBAAA%3BEACA%2CiDAAA%3BEACA%2C4BAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3B%3BAE%5C%2FbJ%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBAkWC%2C2BACC%3BEACC%2CaAAA%3B%3BAAKA%2CQAJ0C%3BEAI1C%2CsBA56CR%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBAkWC%2C2BACC%3BIAGE%2CeAAA%3BIACA%2CuBAAA%3B%3B%3BAA74CH%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBAkWC%2C2BACC%2CeAMC%2C0BACI%3BEACF%2CcAAA%3B%3BAAj5CJ%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBAkWC%2C2BACC%2CeAMC%2C0BACI%2C0BAEF%3BEACI%2CWAAA%3B%3BAAn5CR%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBAkWC%2C2BACC%2CeAcC%3BEACC%2CmBAAA%3BEACA%2CaAAA%3B%3BAAIA%2CQAH0C%3BEAG1C%2CsBA17CT%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBAkWC%2C2BACC%2CeAcC%3BIAIE%2CkBAAA%3B%3B%3BAAED%2CsBA17CT%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBAkWC%2C2BACC%2CeAcC%2C0BAMK%3BEACA%2CaAAA%3BEACA%2CsBAAA%3BEACA%2CuBAAA%3B%3BAAHJ%2CsBA17CT%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBAkWC%2C2BACC%2CeAcC%2C0BAMK%2CqBAIA%2CqBAAqB%3BEACpB%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CyBAAA%3B%3BAAr6CR%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBAqYC%3BEACC%2CcAAA%3BEACA%2CmBAAA%3BEACA%2C6BAAA%3B%3BAA96CD%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBAqYC%2C2BFrvCN%2CmBACC%3BEACI%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CaAAA%3BEACA%2C8BAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CqBAAA%3B%3BAAMA%2CQAJyB%3BEAIzB%2CsBElOL%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBAqYC%2C2BFrvCN%2CmBACC%3BIAWK%2CWAAA%3BIACA%2CeAAA%3B%3B%3BAAKD%2CQAHyB%2CuBAAmC%3BEAG5D%2CsBErOL%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBAqYC%2C2BFrvCN%2CmBACC%3BIAeK%2C8BAAA%3B%3B%3BAAKD%2CQAH0C%2CuBAAmC%3BEAG7E%2CsBExOL%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBAqYC%2C2BFrvCN%2CmBACC%3BIAkBK%2C8BAAA%3B%3B%3BAAKD%2CQAHyC%2CwBAAsC%3BEAG%5C%2FE%2CsBE3OL%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBAqYC%2C2BFrvCN%2CmBACC%3BIAqBK%2C8BAAA%3B%3B%3BAAED%2CsBE3OL%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBAqYC%2C2BFrvCN%2CmBACC%2CcAuBK%2CUAAU%3BEACV%2CeAAA%3B%3BAAUJ%2CQAR4B%2CuBAAmC%3BEAC3D%2CsBE%5C%2FON%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBAqYC%2C2BFrvCN%2CmBACC%2CcA2BM%2CUAAU%3BIACV%2CyBAAA%3B%3BEAED%2CsBElPN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBAqYC%2C2BFrvCN%2CmBACC%2CcA8BM%2CUAAU%3BIACV%2CkBAAA%3B%3B%3BAAWL%2CQAR0C%2CuBAAmC%3BEAC5E%2CsBEvPH%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBAqYC%2C2BFrvCN%2CmBACC%2CcAmCG%2CUAAU%3BIACP%2CyBAAA%3B%3BEAED%2CsBE1PN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBAqYC%2C2BFrvCN%2CmBACC%2CcAsCM%2CUAAU%3BIACV%2CkBAAA%3B%3B%3BAAWF%2CQARsC%2CwBAAsC%3BEAC3E%2CsBE%5C%2FPN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBAqYC%2C2BFrvCN%2CmBACC%2CcA2CM%2CUAAU%3BIACV%2CyBAAA%3B%3BEAED%2CsBElQN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBAqYC%2C2BFrvCN%2CmBACC%2CcA8CM%2CUAAU%3BIACV%2CkBAAA%3B%3B%3BAAML%2CQAH6C%3BEAG7C%2CsBEzQF%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBAqYC%2C2BFrvCN%2CmBACC%3BIAmDK%2CuBAAA%3B%3B%3BAAKD%2CQAHsC%2CwBAAsC%3BEAG5E%2CsBE5QL%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBAqYC%2C2BFrvCN%2CmBACC%3BIAsDE%2CaAAA%3B%3B%3BAE7OG%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBAqYC%2C2BFrvCN%2CmBACC%2CcAwDI%3BEACC%2CUAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3B%3BAElPA%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBAqYC%2C2BFrvCN%2CmBACC%2CcAwDI%2CmBAIC%3BEACC%2CcAAA%3B%3BAEpPD%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBAqYC%2C2BFrvCN%2CmBACC%2CcAwDI%2CmBAQF%2CsBACC%3BEACI%2CgBAAA%3BEACA%2CmBAAA%3B%3BAE1PF%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBAqYC%2C2BFrvCN%2CmBACC%2CcAwDI%2CmBAQF%2CsBACC%2CmBAGI%3BEACC%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CqBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3B%3BAAOH%2CQAL6C%3BEAK7C%2CsBEtSN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBAqYC%2C2BFrvCN%2CmBACC%2CcAwDI%2CmBAQF%2CsBACC%2CmBAGI%3BIAUE%2CeAAA%3BIACH%2CiBAAA%3BIACA%2CYAAA%3B%3B%3BAAOD%2CQALsC%2CuBAAsC%3BEAK5E%2CsBE3SN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBAqYC%2C2BFrvCN%2CmBACC%2CcAwDI%2CmBAQF%2CsBACC%2CmBAGI%3BIAeD%2CeAAA%3BIACG%2CiBAAA%3BIACA%2CgBAAA%3B%3B%3BAAKL%2CQAH0B%3BEAG1B%2CsBE9SL%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBAqYC%2C2BFrvCN%2CmBACC%2CcAwDI%2CmBAQF%2CsBACC%2CmBAGI%3BIAoBD%2CgBAAA%3B%3B%3BAE%5C%2FQD%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBAqYC%2C2BFrvCN%2CmBACC%2CcAwDI%2CmBAQF%2CsBA4BC%3BEACI%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CaAAA%3BEACH%2CmBAAA%3BEACA%2CYAAA%3B%3BAAIA%2CQAH0C%3BEAG1C%2CsBEzTL%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBAqYC%2C2BFrvCN%2CmBACC%2CcAwDI%2CmBAQF%2CsBA4BC%3BIAOK%2CmBAAA%3B%3B%3BAAKJ%2CQAHsC%2CuBAAsC%3BEAG5E%2CsBE5TL%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBAqYC%2C2BFrvCN%2CmBACC%2CcAwDI%2CmBAQF%2CsBA4BC%3BIAUE%2CmBAAA%3B%3B%3BAE7RA%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBAqYC%2C2BFrvCN%2CmBACC%2CcAwDI%2CmBAQF%2CsBA4BC%2CWAYC%3BEACI%2CQAAA%3B%3BAAIJ%2CQAH8C%3BEAG9C%2CsBEjUL%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBAqYC%2C2BFrvCN%2CmBACC%2CcAwDI%2CmBAQF%2CsBA4BC%2CWAYC%3BIAGK%2CaAAA%3B%3B%3BAElSJ%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBAqYC%2C2BFrvCN%2CmBACC%2CcAwDI%2CmBAQF%2CsBA4BC%2CWAkBC%3BEACI%2CQAAA%3B%3BAEtSH%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBAqYC%2C2BFrvCN%2CmBACC%2CcAwDI%2CmBAQF%2CsBA4BC%2CWAkBC%2CWAEI%3BEACC%2CaAAA%3B%3BAExSJ%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBAqYC%2C2BFrvCN%2CmBACC%2CcAwDI%2CmBAQF%2CsBA4BC%2CWAkBC%2CWAKC%3BEACI%2CcAAA%3BEACA%2CqBAAA%3BEACA%2C6BAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3B%3BAAMJ%2CQAL6C%3BEAK7C%2CsBEpVN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBAqYC%2C2BFrvCN%2CmBACC%2CcAwDI%2CmBAQF%2CsBA4BC%2CWAkBC%2CWAKC%3BIASK%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CiBAAA%3B%3B%3BAErTL%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBAqYC%2C2BFrvCN%2CmBACC%2CcAwDI%2CmBAQF%2CsBA4BC%2CWAsCI%2CKAAI%3BEACH%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3B%3BAAMJ%2CQAL6C%3BEAK7C%2CsBEhWL%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBAqYC%2C2BFrvCN%2CmBACC%2CcAwDI%2CmBAQF%2CsBA4BC%2CWAsCI%2CKAAI%3BIAMF%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CSAAA%3B%3B%3BAEjUJ%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBAqYC%2C2BFrvCN%2CmBACC%2CcAwDI%2CmBAuFF%3B%3B%3B%3B%3B%3BAEtUG%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBAqYC%2C2BFrvCN%2CmBACC%2CcAwDI%2CmBAuFF%2CsBAKI%3B%3BEAEC%2CWAAA%3B%3BAE7UF%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBAqYC%2C2BFrvCN%2CmBACC%2CcAwDI%2CmBAuFF%2CsBAKI%2CiBAGC%2COAAM%3BEACL%2CYAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3B%3BAEpVH%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBAqYC%2C2BFrvCN%2CmBACC%2CcAwDI%2CmBAuFF%2CsBAKI%2CiBAWC%2COAAM%3BEACL%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CaAAa%2CSAAb%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3B%3BAAIA%2CQAHyC%2CwBAAsC%3BEAG%5C%2FE%2CsBEjYT%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBAqYC%2C2BFrvCN%2CmBACC%2CcAwDI%2CmBAuFF%2CsBAKI%2CiBAWC%2COAAM%3BIAYJ%2CkBAAA%3B%3B%3BAAKD%2CQAH0B%2CuBAAuB%3BEAGjD%2CsBEpYT%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBAqYC%2C2BFrvCN%2CmBACC%2CcAwDI%2CmBAuFF%2CsBAKI%2CiBAWC%2COAAM%3BIAeN%2CiBAAA%3B%3B%3BAAMC%2CQAJ0B%2CwBAAuB%3BEAIjD%2CsBExYT%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBAqYC%2C2BFrvCN%2CmBACC%2CcAwDI%2CmBAuFF%2CsBAKI%2CiBAWC%2COAAM%3BIAkBJ%2CYAAA%3BIACA%2CYAAA%3B%3B%3BAAED%2CsBExYT%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBAqYC%2C2BFrvCN%2CmBACC%2CcAwDI%2CmBAuFF%2CsBAKI%2CiBAWC%2COAAM%2COAqBJ%3BEACA%2CmBAAA%3B%3BAE5WJ%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBAqYC%2C2BFrvCN%2CmBACC%2CcAwDI%2CmBAuFF%2CsBAKI%2CiBAWC%2COAAM%2COAwBL%3BEACC%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CuBAAA%3B%3BAACA%2CsBEhZV%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBAqYC%2C2BFrvCN%2CmBACC%2CcAwDI%2CmBAuFF%2CsBAKI%2CiBAWC%2COAAM%2COAwBL%2CKAKE%3BEACA%2CSAAQ%2CEAAR%3BEACA%2CqBAAA%3BEACA%2CyDAAA%3BEACA%2C4BAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CqBAAA%3B%3BAAKD%2CQAHwB%2CwBAAuB%3BEAG%5C%2FC%2CsBE9ZV%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBAqYC%2C2BFrvCN%2CmBACC%2CcAwDI%2CmBAuFF%2CsBAKI%2CiBAWC%2COAAM%2COAwBL%2CKAKE%3BIAYC%2CiBAAA%3B%3B%3BAAKH%2CsBEjaT%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBAqYC%2C2BFrvCN%2CmBACC%2CcAwDI%2CmBAuFF%2CsBAKI%2CiBAWC%2COAAM%2COA8CJ%3BEACA%2CkBAAA%3B%3BAAIA%2CQAH0B%2CuBAAuB%3BEAGjD%2CsBEtaV%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBAqYC%2C2BFrvCN%2CmBACC%2CcAwDI%2CmBAuFF%2CsBAKI%2CiBAWC%2COAAM%2COA8CJ%3BIAGD%2CiBAAA%3B%3B%3BAAHA%2CsBEjaT%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBAqYC%2C2BFrvCN%2CmBACC%2CcAwDI%2CmBAuFF%2CsBAKI%2CiBAWC%2COAAM%2COA8CJ%2CSAKA%3BEACC%2C0BAAA%3B%3BAACA%2CsBExaX%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBAqYC%2C2BFrvCN%2CmBACC%2CcAwDI%2CmBAuFF%2CsBAKI%2CiBAWC%2COAAM%2COA8CJ%2CSAKA%2CKAEE%3BEACA%2C8CAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3B%3BAE%5C%2FYN%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBAqYC%2C2BFrvCN%2CmBACC%2CcAwDI%2CmBAuFF%2CsBA%2BEC%2CmBACC%3BEACC%2CkBAAA%3BEACG%2CUAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3B%3B%3B%3B%3B%3B%3B%3BAAQA%2CsBE%5C%2FbT%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBAqYC%2C2BFrvCN%2CmBACC%2CcAwDI%2CmBAuFF%2CsBA%2BEC%2CmBACC%2CYAYK%3BEACA%2CSAAQ%2CEAAR%3BEACA%2CqBAAA%3BEACA%2CkDAAA%3BEACA%2C4BAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3B%3BAExaJ%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBAqYC%2C2BFrvCN%2CmBACC%2CcAwDI%2CmBAuFF%2CsBA%2BEC%2CmBAsBC%3BEACC%2CkBAAA%3BEACG%2CQAAA%3BEACA%2CMAAA%3BEACA%2CqCAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3B%3BAAKA%2CQAJ0C%3BEAI1C%2CsBEtdT%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBAqYC%2C2BFrvCN%2CmBACC%2CcAwDI%2CmBAuFF%2CsBA%2BEC%2CmBAsBC%3BIAWK%2CWAAA%3BIACA%2CYAAA%3B%3B%3BAAED%2CsBEtdT%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBAqYC%2C2BFrvCN%2CmBACC%2CcAwDI%2CmBAuFF%2CsBA%2BEC%2CmBAsBC%2CWAcK%3BEACA%2CSAAQ%2CEAAR%3BEACA%2CqBAAA%3BEACA%2CiDAAA%3BEACA%2C4BAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3B%3BAE%5C%2FbJ%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBA2YC%2CsBACC%3BEACC%2CaAAA%3B%3BAAKA%2CQAJ0C%3BEAI1C%2CsBAr9CR%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBA2YC%2CsBACC%3BIAGE%2CeAAA%3BIACA%2CuBAAA%3B%3B%3BAAt7CH%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBA2YC%2CsBACC%2CeAMC%2CqBACI%3BEACF%2CcAAA%3B%3BAA17CJ%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBA2YC%2CsBACC%2CeAMC%2CqBACI%2C0BAEF%3BEACI%2CWAAA%3B%3BAA57CR%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBA2YC%2CsBACC%2CeAcC%3BEACC%2CmBAAA%3BEACA%2CaAAA%3B%3BAAIA%2CQAH0C%3BEAG1C%2CsBAn%2BCT%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBA2YC%2CsBACC%2CeAcC%3BIAIE%2CkBAAA%3B%3B%3BAAED%2CsBAn%2BCT%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBA2YC%2CsBACC%2CeAcC%2CqBAMK%3BEACA%2CaAAA%3BEACA%2CsBAAA%3BEACA%2CuBAAA%3B%3BAAHJ%2CsBAn%2BCT%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBA2YC%2CsBACC%2CeAcC%2CqBAMK%2CqBAIA%2CqBAAqB%3BEACpB%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CyBAAA%3B%3BAA98CR%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBA8aC%3BEACC%2CcAAA%3BEACA%2CmBAAA%3BEACA%2C6BAAA%3B%3BAAv9CD%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBA8aC%2CsBF9xCN%2CmBACC%3BEACI%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CaAAA%3BEACA%2C8BAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CqBAAA%3B%3BAAMA%2CQAJyB%3BEAIzB%2CsBElOL%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBA8aC%2CsBF9xCN%2CmBACC%3BIAWK%2CWAAA%3BIACA%2CeAAA%3B%3B%3BAAKD%2CQAHyB%2CuBAAmC%3BEAG5D%2CsBErOL%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBA8aC%2CsBF9xCN%2CmBACC%3BIAeK%2C8BAAA%3B%3B%3BAAKD%2CQAH0C%2CuBAAmC%3BEAG7E%2CsBExOL%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBA8aC%2CsBF9xCN%2CmBACC%3BIAkBK%2C8BAAA%3B%3B%3BAAKD%2CQAHyC%2CwBAAsC%3BEAG%5C%2FE%2CsBE3OL%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBA8aC%2CsBF9xCN%2CmBACC%3BIAqBK%2C8BAAA%3B%3B%3BAAED%2CsBE3OL%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBA8aC%2CsBF9xCN%2CmBACC%2CcAuBK%2CUAAU%3BEACV%2CeAAA%3B%3BAAUJ%2CQAR4B%2CuBAAmC%3BEAC3D%2CsBE%5C%2FON%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBA8aC%2CsBF9xCN%2CmBACC%2CcA2BM%2CUAAU%3BIACV%2CyBAAA%3B%3BEAED%2CsBElPN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBA8aC%2CsBF9xCN%2CmBACC%2CcA8BM%2CUAAU%3BIACV%2CkBAAA%3B%3B%3BAAWL%2CQAR0C%2CuBAAmC%3BEAC5E%2CsBEvPH%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBA8aC%2CsBF9xCN%2CmBACC%2CcAmCG%2CUAAU%3BIACP%2CyBAAA%3B%3BEAED%2CsBE1PN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBA8aC%2CsBF9xCN%2CmBACC%2CcAsCM%2CUAAU%3BIACV%2CkBAAA%3B%3B%3BAAWF%2CQARsC%2CwBAAsC%3BEAC3E%2CsBE%5C%2FPN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBA8aC%2CsBF9xCN%2CmBACC%2CcA2CM%2CUAAU%3BIACV%2CyBAAA%3B%3BEAED%2CsBElQN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBA8aC%2CsBF9xCN%2CmBACC%2CcA8CM%2CUAAU%3BIACV%2CkBAAA%3B%3B%3BAAML%2CQAH6C%3BEAG7C%2CsBEzQF%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBA8aC%2CsBF9xCN%2CmBACC%3BIAmDK%2CuBAAA%3B%3B%3BAAKD%2CQAHsC%2CwBAAsC%3BEAG5E%2CsBE5QL%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBA8aC%2CsBF9xCN%2CmBACC%3BIAsDE%2CaAAA%3B%3B%3BAE7OG%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBA8aC%2CsBF9xCN%2CmBACC%2CcAwDI%3BEACC%2CUAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3B%3BAElPA%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBA8aC%2CsBF9xCN%2CmBACC%2CcAwDI%2CmBAIC%3BEACC%2CcAAA%3B%3BAEpPD%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBA8aC%2CsBF9xCN%2CmBACC%2CcAwDI%2CmBAQF%2CsBACC%3BEACI%2CgBAAA%3BEACA%2CmBAAA%3B%3BAE1PF%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBA8aC%2CsBF9xCN%2CmBACC%2CcAwDI%2CmBAQF%2CsBACC%2CmBAGI%3BEACC%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CqBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3B%3BAAOH%2CQAL6C%3BEAK7C%2CsBEtSN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBA8aC%2CsBF9xCN%2CmBACC%2CcAwDI%2CmBAQF%2CsBACC%2CmBAGI%3BIAUE%2CeAAA%3BIACH%2CiBAAA%3BIACA%2CYAAA%3B%3B%3BAAOD%2CQALsC%2CuBAAsC%3BEAK5E%2CsBE3SN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBA8aC%2CsBF9xCN%2CmBACC%2CcAwDI%2CmBAQF%2CsBACC%2CmBAGI%3BIAeD%2CeAAA%3BIACG%2CiBAAA%3BIACA%2CgBAAA%3B%3B%3BAAKL%2CQAH0B%3BEAG1B%2CsBE9SL%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBA8aC%2CsBF9xCN%2CmBACC%2CcAwDI%2CmBAQF%2CsBACC%2CmBAGI%3BIAoBD%2CgBAAA%3B%3B%3BAE%5C%2FQD%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBA8aC%2CsBF9xCN%2CmBACC%2CcAwDI%2CmBAQF%2CsBA4BC%3BEACI%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CaAAA%3BEACH%2CmBAAA%3BEACA%2CYAAA%3B%3BAAIA%2CQAH0C%3BEAG1C%2CsBEzTL%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBA8aC%2CsBF9xCN%2CmBACC%2CcAwDI%2CmBAQF%2CsBA4BC%3BIAOK%2CmBAAA%3B%3B%3BAAKJ%2CQAHsC%2CuBAAsC%3BEAG5E%2CsBE5TL%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBA8aC%2CsBF9xCN%2CmBACC%2CcAwDI%2CmBAQF%2CsBA4BC%3BIAUE%2CmBAAA%3B%3B%3BAE7RA%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBA8aC%2CsBF9xCN%2CmBACC%2CcAwDI%2CmBAQF%2CsBA4BC%2CWAYC%3BEACI%2CQAAA%3B%3BAAIJ%2CQAH8C%3BEAG9C%2CsBEjUL%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBA8aC%2CsBF9xCN%2CmBACC%2CcAwDI%2CmBAQF%2CsBA4BC%2CWAYC%3BIAGK%2CaAAA%3B%3B%3BAElSJ%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBA8aC%2CsBF9xCN%2CmBACC%2CcAwDI%2CmBAQF%2CsBA4BC%2CWAkBC%3BEACI%2CQAAA%3B%3BAEtSH%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBA8aC%2CsBF9xCN%2CmBACC%2CcAwDI%2CmBAQF%2CsBA4BC%2CWAkBC%2CWAEI%3BEACC%2CaAAA%3B%3BAExSJ%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBA8aC%2CsBF9xCN%2CmBACC%2CcAwDI%2CmBAQF%2CsBA4BC%2CWAkBC%2CWAKC%3BEACI%2CcAAA%3BEACA%2CqBAAA%3BEACA%2C6BAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3B%3BAAMJ%2CQAL6C%3BEAK7C%2CsBEpVN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBA8aC%2CsBF9xCN%2CmBACC%2CcAwDI%2CmBAQF%2CsBA4BC%2CWAkBC%2CWAKC%3BIASK%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CiBAAA%3B%3B%3BAErTL%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBA8aC%2CsBF9xCN%2CmBACC%2CcAwDI%2CmBAQF%2CsBA4BC%2CWAsCI%2CKAAI%3BEACH%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3B%3BAAMJ%2CQAL6C%3BEAK7C%2CsBEhWL%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBA8aC%2CsBF9xCN%2CmBACC%2CcAwDI%2CmBAQF%2CsBA4BC%2CWAsCI%2CKAAI%3BIAMF%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CSAAA%3B%3B%3BAEjUJ%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBA8aC%2CsBF9xCN%2CmBACC%2CcAwDI%2CmBAuFF%3B%3B%3B%3B%3B%3BAEtUG%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBA8aC%2CsBF9xCN%2CmBACC%2CcAwDI%2CmBAuFF%2CsBAKI%3B%3BEAEC%2CWAAA%3B%3BAE7UF%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBA8aC%2CsBF9xCN%2CmBACC%2CcAwDI%2CmBAuFF%2CsBAKI%2CiBAGC%2COAAM%3BEACL%2CYAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3B%3BAEpVH%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBA8aC%2CsBF9xCN%2CmBACC%2CcAwDI%2CmBAuFF%2CsBAKI%2CiBAWC%2COAAM%3BEACL%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CaAAa%2CSAAb%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3B%3BAAIA%2CQAHyC%2CwBAAsC%3BEAG%5C%2FE%2CsBEjYT%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBA8aC%2CsBF9xCN%2CmBACC%2CcAwDI%2CmBAuFF%2CsBAKI%2CiBAWC%2COAAM%3BIAYJ%2CkBAAA%3B%3B%3BAAKD%2CQAH0B%2CuBAAuB%3BEAGjD%2CsBEpYT%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBA8aC%2CsBF9xCN%2CmBACC%2CcAwDI%2CmBAuFF%2CsBAKI%2CiBAWC%2COAAM%3BIAeN%2CiBAAA%3B%3B%3BAAMC%2CQAJ0B%2CwBAAuB%3BEAIjD%2CsBExYT%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBA8aC%2CsBF9xCN%2CmBACC%2CcAwDI%2CmBAuFF%2CsBAKI%2CiBAWC%2COAAM%3BIAkBJ%2CYAAA%3BIACA%2CYAAA%3B%3B%3BAAED%2CsBExYT%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBA8aC%2CsBF9xCN%2CmBACC%2CcAwDI%2CmBAuFF%2CsBAKI%2CiBAWC%2COAAM%2COAqBJ%3BEACA%2CmBAAA%3B%3BAE5WJ%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBA8aC%2CsBF9xCN%2CmBACC%2CcAwDI%2CmBAuFF%2CsBAKI%2CiBAWC%2COAAM%2COAwBL%3BEACC%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CuBAAA%3B%3BAACA%2CsBEhZV%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBA8aC%2CsBF9xCN%2CmBACC%2CcAwDI%2CmBAuFF%2CsBAKI%2CiBAWC%2COAAM%2COAwBL%2CKAKE%3BEACA%2CSAAQ%2CEAAR%3BEACA%2CqBAAA%3BEACA%2CyDAAA%3BEACA%2C4BAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CqBAAA%3B%3BAAKD%2CQAHwB%2CwBAAuB%3BEAG%5C%2FC%2CsBE9ZV%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBA8aC%2CsBF9xCN%2CmBACC%2CcAwDI%2CmBAuFF%2CsBAKI%2CiBAWC%2COAAM%2COAwBL%2CKAKE%3BIAYC%2CiBAAA%3B%3B%3BAAKH%2CsBEjaT%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBA8aC%2CsBF9xCN%2CmBACC%2CcAwDI%2CmBAuFF%2CsBAKI%2CiBAWC%2COAAM%2COA8CJ%3BEACA%2CkBAAA%3B%3BAAIA%2CQAH0B%2CuBAAuB%3BEAGjD%2CsBEtaV%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBA8aC%2CsBF9xCN%2CmBACC%2CcAwDI%2CmBAuFF%2CsBAKI%2CiBAWC%2COAAM%2COA8CJ%3BIAGD%2CiBAAA%3B%3B%3BAAHA%2CsBEjaT%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBA8aC%2CsBF9xCN%2CmBACC%2CcAwDI%2CmBAuFF%2CsBAKI%2CiBAWC%2COAAM%2COA8CJ%2CSAKA%3BEACC%2C0BAAA%3B%3BAACA%2CsBExaX%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBA8aC%2CsBF9xCN%2CmBACC%2CcAwDI%2CmBAuFF%2CsBAKI%2CiBAWC%2COAAM%2COA8CJ%2CSAKA%2CKAEE%3BEACA%2C8CAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3B%3BAE%5C%2FYN%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBA8aC%2CsBF9xCN%2CmBACC%2CcAwDI%2CmBAuFF%2CsBA%2BEC%2CmBACC%3BEACC%2CkBAAA%3BEACG%2CUAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3B%3B%3B%3B%3B%3B%3B%3BAAQA%2CsBE%5C%2FbT%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBA8aC%2CsBF9xCN%2CmBACC%2CcAwDI%2CmBAuFF%2CsBA%2BEC%2CmBACC%2CYAYK%3BEACA%2CSAAQ%2CEAAR%3BEACA%2CqBAAA%3BEACA%2CkDAAA%3BEACA%2C4BAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3B%3BAExaJ%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBA8aC%2CsBF9xCN%2CmBACC%2CcAwDI%2CmBAuFF%2CsBA%2BEC%2CmBAsBC%3BEACC%2CkBAAA%3BEACG%2CQAAA%3BEACA%2CMAAA%3BEACA%2CqCAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3B%3BAAKA%2CQAJ0C%3BEAI1C%2CsBEtdT%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBA8aC%2CsBF9xCN%2CmBACC%2CcAwDI%2CmBAuFF%2CsBA%2BEC%2CmBAsBC%3BIAWK%2CWAAA%3BIACA%2CYAAA%3B%3B%3BAAED%2CsBEtdT%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBA8aC%2CsBF9xCN%2CmBACC%2CcAwDI%2CmBAuFF%2CsBA%2BEC%2CmBAsBC%2CWAcK%3BEACA%2CSAAQ%2CEAAR%3BEACA%2CqBAAA%3BEACA%2CiDAAA%3BEACA%2C4BAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3B%3BAE%5C%2FbJ%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBAobC%2CyBACC%3BEACC%2CaAAA%3B%3BAAKA%2CQAJ0C%3BEAI1C%2CsBA9%5C%2FCR%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBAobC%2CyBACC%3BIAGE%2CeAAA%3BIACA%2CuBAAA%3B%3B%3BAA%5C%2F9CH%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBAobC%2CyBACC%2CeAMC%2CwBACI%3BEACF%2CcAAA%3B%3BAAn%2BCJ%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBAobC%2CyBACC%2CeAMC%2CwBACI%2C0BAEF%3BEACI%2CWAAA%3B%3BAAr%2BCR%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBAobC%2CyBACC%2CeAcC%3BEACC%2CmBAAA%3BEACA%2CaAAA%3B%3BAAIA%2CQAH0C%3BEAG1C%2CsBA5gDT%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBAobC%2CyBACC%2CeAcC%3BIAIE%2CkBAAA%3B%3B%3BAAED%2CsBA5gDT%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBAobC%2CyBACC%2CeAcC%2CwBAMK%3BEACA%2CaAAA%3BEACA%2CsBAAA%3BEACA%2CuBAAA%3B%3BAAHJ%2CsBA5gDT%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBAobC%2CyBACC%2CeAcC%2CwBAMK%2CqBAIA%2CqBAAqB%3BEACpB%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CyBAAA%3B%3BAAv%5C%2FCR%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBAudC%3BEACC%2CqBAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3B%3BAAhgDD%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBAudC%2CyBFv0CN%2CmBACC%3BEACI%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CaAAA%3BEACA%2C8BAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CqBAAA%3B%3BAAMA%2CQAJyB%3BEAIzB%2CsBElOL%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBAudC%2CyBFv0CN%2CmBACC%3BIAWK%2CWAAA%3BIACA%2CeAAA%3B%3B%3BAAKD%2CQAHyB%2CuBAAmC%3BEAG5D%2CsBErOL%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBAudC%2CyBFv0CN%2CmBACC%3BIAeK%2C8BAAA%3B%3B%3BAAKD%2CQAH0C%2CuBAAmC%3BEAG7E%2CsBExOL%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBAudC%2CyBFv0CN%2CmBACC%3BIAkBK%2C8BAAA%3B%3B%3BAAKD%2CQAHyC%2CwBAAsC%3BEAG%5C%2FE%2CsBE3OL%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBAudC%2CyBFv0CN%2CmBACC%3BIAqBK%2C8BAAA%3B%3B%3BAAED%2CsBE3OL%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBAudC%2CyBFv0CN%2CmBACC%2CcAuBK%2CUAAU%3BEACV%2CeAAA%3B%3BAAUJ%2CQAR4B%2CuBAAmC%3BEAC3D%2CsBE%5C%2FON%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBAudC%2CyBFv0CN%2CmBACC%2CcA2BM%2CUAAU%3BIACV%2CyBAAA%3B%3BEAED%2CsBElPN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBAudC%2CyBFv0CN%2CmBACC%2CcA8BM%2CUAAU%3BIACV%2CkBAAA%3B%3B%3BAAWL%2CQAR0C%2CuBAAmC%3BEAC5E%2CsBEvPH%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBAudC%2CyBFv0CN%2CmBACC%2CcAmCG%2CUAAU%3BIACP%2CyBAAA%3B%3BEAED%2CsBE1PN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBAudC%2CyBFv0CN%2CmBACC%2CcAsCM%2CUAAU%3BIACV%2CkBAAA%3B%3B%3BAAWF%2CQARsC%2CwBAAsC%3BEAC3E%2CsBE%5C%2FPN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBAudC%2CyBFv0CN%2CmBACC%2CcA2CM%2CUAAU%3BIACV%2CyBAAA%3B%3BEAED%2CsBElQN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBAudC%2CyBFv0CN%2CmBACC%2CcA8CM%2CUAAU%3BIACV%2CkBAAA%3B%3B%3BAAML%2CQAH6C%3BEAG7C%2CsBEzQF%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBAudC%2CyBFv0CN%2CmBACC%3BIAmDK%2CuBAAA%3B%3B%3BAAKD%2CQAHsC%2CwBAAsC%3BEAG5E%2CsBE5QL%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBAudC%2CyBFv0CN%2CmBACC%3BIAsDE%2CaAAA%3B%3B%3BAE7OG%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBAudC%2CyBFv0CN%2CmBACC%2CcAwDI%3BEACC%2CUAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3B%3BAElPA%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBAudC%2CyBFv0CN%2CmBACC%2CcAwDI%2CmBAIC%3BEACC%2CcAAA%3B%3BAEpPD%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBAudC%2CyBFv0CN%2CmBACC%2CcAwDI%2CmBAQF%2CsBACC%3BEACI%2CgBAAA%3BEACA%2CmBAAA%3B%3BAE1PF%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBAudC%2CyBFv0CN%2CmBACC%2CcAwDI%2CmBAQF%2CsBACC%2CmBAGI%3BEACC%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CqBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3B%3BAAOH%2CQAL6C%3BEAK7C%2CsBEtSN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBAudC%2CyBFv0CN%2CmBACC%2CcAwDI%2CmBAQF%2CsBACC%2CmBAGI%3BIAUE%2CeAAA%3BIACH%2CiBAAA%3BIACA%2CYAAA%3B%3B%3BAAOD%2CQALsC%2CuBAAsC%3BEAK5E%2CsBE3SN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBAudC%2CyBFv0CN%2CmBACC%2CcAwDI%2CmBAQF%2CsBACC%2CmBAGI%3BIAeD%2CeAAA%3BIACG%2CiBAAA%3BIACA%2CgBAAA%3B%3B%3BAAKL%2CQAH0B%3BEAG1B%2CsBE9SL%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBAudC%2CyBFv0CN%2CmBACC%2CcAwDI%2CmBAQF%2CsBACC%2CmBAGI%3BIAoBD%2CgBAAA%3B%3B%3BAE%5C%2FQD%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBAudC%2CyBFv0CN%2CmBACC%2CcAwDI%2CmBAQF%2CsBA4BC%3BEACI%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CaAAA%3BEACH%2CmBAAA%3BEACA%2CYAAA%3B%3BAAIA%2CQAH0C%3BEAG1C%2CsBEzTL%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBAudC%2CyBFv0CN%2CmBACC%2CcAwDI%2CmBAQF%2CsBA4BC%3BIAOK%2CmBAAA%3B%3B%3BAAKJ%2CQAHsC%2CuBAAsC%3BEAG5E%2CsBE5TL%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBAudC%2CyBFv0CN%2CmBACC%2CcAwDI%2CmBAQF%2CsBA4BC%3BIAUE%2CmBAAA%3B%3B%3BAE7RA%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBAudC%2CyBFv0CN%2CmBACC%2CcAwDI%2CmBAQF%2CsBA4BC%2CWAYC%3BEACI%2CQAAA%3B%3BAAIJ%2CQAH8C%3BEAG9C%2CsBEjUL%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBAudC%2CyBFv0CN%2CmBACC%2CcAwDI%2CmBAQF%2CsBA4BC%2CWAYC%3BIAGK%2CaAAA%3B%3B%3BAElSJ%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBAudC%2CyBFv0CN%2CmBACC%2CcAwDI%2CmBAQF%2CsBA4BC%2CWAkBC%3BEACI%2CQAAA%3B%3BAEtSH%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBAudC%2CyBFv0CN%2CmBACC%2CcAwDI%2CmBAQF%2CsBA4BC%2CWAkBC%2CWAEI%3BEACC%2CaAAA%3B%3BAExSJ%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBAudC%2CyBFv0CN%2CmBACC%2CcAwDI%2CmBAQF%2CsBA4BC%2CWAkBC%2CWAKC%3BEACI%2CcAAA%3BEACA%2CqBAAA%3BEACA%2C6BAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3B%3BAAMJ%2CQAL6C%3BEAK7C%2CsBEpVN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBAudC%2CyBFv0CN%2CmBACC%2CcAwDI%2CmBAQF%2CsBA4BC%2CWAkBC%2CWAKC%3BIASK%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CiBAAA%3B%3B%3BAErTL%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBAudC%2CyBFv0CN%2CmBACC%2CcAwDI%2CmBAQF%2CsBA4BC%2CWAsCI%2CKAAI%3BEACH%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3B%3BAAMJ%2CQAL6C%3BEAK7C%2CsBEhWL%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBAudC%2CyBFv0CN%2CmBACC%2CcAwDI%2CmBAQF%2CsBA4BC%2CWAsCI%2CKAAI%3BIAMF%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CSAAA%3B%3B%3BAEjUJ%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBAudC%2CyBFv0CN%2CmBACC%2CcAwDI%2CmBAuFF%3B%3B%3B%3B%3B%3BAEtUG%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBAudC%2CyBFv0CN%2CmBACC%2CcAwDI%2CmBAuFF%2CsBAKI%3B%3BEAEC%2CWAAA%3B%3BAE7UF%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBAudC%2CyBFv0CN%2CmBACC%2CcAwDI%2CmBAuFF%2CsBAKI%2CiBAGC%2COAAM%3BEACL%2CYAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3B%3BAEpVH%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBAudC%2CyBFv0CN%2CmBACC%2CcAwDI%2CmBAuFF%2CsBAKI%2CiBAWC%2COAAM%3BEACL%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CaAAa%2CSAAb%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3B%3BAAIA%2CQAHyC%2CwBAAsC%3BEAG%5C%2FE%2CsBEjYT%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBAudC%2CyBFv0CN%2CmBACC%2CcAwDI%2CmBAuFF%2CsBAKI%2CiBAWC%2COAAM%3BIAYJ%2CkBAAA%3B%3B%3BAAKD%2CQAH0B%2CuBAAuB%3BEAGjD%2CsBEpYT%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBAudC%2CyBFv0CN%2CmBACC%2CcAwDI%2CmBAuFF%2CsBAKI%2CiBAWC%2COAAM%3BIAeN%2CiBAAA%3B%3B%3BAAMC%2CQAJ0B%2CwBAAuB%3BEAIjD%2CsBExYT%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBAudC%2CyBFv0CN%2CmBACC%2CcAwDI%2CmBAuFF%2CsBAKI%2CiBAWC%2COAAM%3BIAkBJ%2CYAAA%3BIACA%2CYAAA%3B%3B%3BAAED%2CsBExYT%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBAudC%2CyBFv0CN%2CmBACC%2CcAwDI%2CmBAuFF%2CsBAKI%2CiBAWC%2COAAM%2COAqBJ%3BEACA%2CmBAAA%3B%3BAE5WJ%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBAudC%2CyBFv0CN%2CmBACC%2CcAwDI%2CmBAuFF%2CsBAKI%2CiBAWC%2COAAM%2COAwBL%3BEACC%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CuBAAA%3B%3BAACA%2CsBEhZV%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBAudC%2CyBFv0CN%2CmBACC%2CcAwDI%2CmBAuFF%2CsBAKI%2CiBAWC%2COAAM%2COAwBL%2CKAKE%3BEACA%2CSAAQ%2CEAAR%3BEACA%2CqBAAA%3BEACA%2CyDAAA%3BEACA%2C4BAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CqBAAA%3B%3BAAKD%2CQAHwB%2CwBAAuB%3BEAG%5C%2FC%2CsBE9ZV%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBAudC%2CyBFv0CN%2CmBACC%2CcAwDI%2CmBAuFF%2CsBAKI%2CiBAWC%2COAAM%2COAwBL%2CKAKE%3BIAYC%2CiBAAA%3B%3B%3BAAKH%2CsBEjaT%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBAudC%2CyBFv0CN%2CmBACC%2CcAwDI%2CmBAuFF%2CsBAKI%2CiBAWC%2COAAM%2COA8CJ%3BEACA%2CkBAAA%3B%3BAAIA%2CQAH0B%2CuBAAuB%3BEAGjD%2CsBEtaV%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBAudC%2CyBFv0CN%2CmBACC%2CcAwDI%2CmBAuFF%2CsBAKI%2CiBAWC%2COAAM%2COA8CJ%3BIAGD%2CiBAAA%3B%3B%3BAAHA%2CsBEjaT%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBAudC%2CyBFv0CN%2CmBACC%2CcAwDI%2CmBAuFF%2CsBAKI%2CiBAWC%2COAAM%2COA8CJ%2CSAKA%3BEACC%2C0BAAA%3B%3BAACA%2CsBExaX%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBAudC%2CyBFv0CN%2CmBACC%2CcAwDI%2CmBAuFF%2CsBAKI%2CiBAWC%2COAAM%2COA8CJ%2CSAKA%2CKAEE%3BEACA%2C8CAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3B%3BAE%5C%2FYN%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBAudC%2CyBFv0CN%2CmBACC%2CcAwDI%2CmBAuFF%2CsBA%2BEC%2CmBACC%3BEACC%2CkBAAA%3BEACG%2CUAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3B%3B%3B%3B%3B%3B%3B%3BAAQA%2CsBE%5C%2FbT%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBAudC%2CyBFv0CN%2CmBACC%2CcAwDI%2CmBAuFF%2CsBA%2BEC%2CmBACC%2CYAYK%3BEACA%2CSAAQ%2CEAAR%3BEACA%2CqBAAA%3BEACA%2CkDAAA%3BEACA%2C4BAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3B%3BAExaJ%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBAudC%2CyBFv0CN%2CmBACC%2CcAwDI%2CmBAuFF%2CsBA%2BEC%2CmBAsBC%3BEACC%2CkBAAA%3BEACG%2CQAAA%3BEACA%2CMAAA%3BEACA%2CqCAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3B%3BAAKA%2CQAJ0C%3BEAI1C%2CsBEtdT%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBAudC%2CyBFv0CN%2CmBACC%2CcAwDI%2CmBAuFF%2CsBA%2BEC%2CmBAsBC%3BIAWK%2CWAAA%3BIACA%2CYAAA%3B%3B%3BAAED%2CsBEtdT%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBAudC%2CyBFv0CN%2CmBACC%2CcAwDI%2CmBAuFF%2CsBA%2BEC%2CmBAsBC%2CWAcK%3BEACA%2CSAAQ%2CEAAR%3BEACA%2CqBAAA%3BEACA%2CiDAAA%3BEACA%2C4BAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3B%3BAE%5C%2FbJ%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBA6dC%2CiBACC%3BEACC%2CaAAA%3B%3BAAKA%2CQAJ0C%3BEAI1C%2CsBAviDR%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBA6dC%2CiBACC%3BIAGE%2CeAAA%3BIACA%2CuBAAA%3B%3B%3BAAxgDH%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBA6dC%2CiBACC%2CeAMC%2CgBACI%3BEACF%2CcAAA%3B%3BAA5gDJ%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBA6dC%2CiBACC%2CeAMC%2CgBACI%2C0BAEF%3BEACI%2CWAAA%3B%3BAA9gDR%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBA6dC%2CiBACC%2CeAcC%3BEACC%2CmBAAA%3BEACA%2CaAAA%3B%3BAAIA%2CQAH0C%3BEAG1C%2CsBArjDT%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBA6dC%2CiBACC%2CeAcC%3BIAIE%2CkBAAA%3B%3B%3BAAED%2CsBArjDT%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBA6dC%2CiBACC%2CeAcC%2CgBAMK%3BEACA%2CaAAA%3BEACA%2CsBAAA%3BEACA%2CuBAAA%3B%3BAAHJ%2CsBArjDT%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBA6dC%2CiBACC%2CeAcC%2CgBAMK%2CqBAIA%2CqBAAqB%3BEACpB%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CyBAAA%3B%3BAAhiDR%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBAggBC%3BEACC%2CcAAA%3BEACA%2CmBAAA%3BEACA%2C6BAAA%3B%3BAAziDD%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBAggBC%2CiBFh3CN%2CmBACC%3BEACI%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CaAAA%3BEACA%2C8BAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CqBAAA%3B%3BAAMA%2CQAJyB%3BEAIzB%2CsBElOL%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBAggBC%2CiBFh3CN%2CmBACC%3BIAWK%2CWAAA%3BIACA%2CeAAA%3B%3B%3BAAKD%2CQAHyB%2CuBAAmC%3BEAG5D%2CsBErOL%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBAggBC%2CiBFh3CN%2CmBACC%3BIAeK%2C8BAAA%3B%3B%3BAAKD%2CQAH0C%2CuBAAmC%3BEAG7E%2CsBExOL%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBAggBC%2CiBFh3CN%2CmBACC%3BIAkBK%2C8BAAA%3B%3B%3BAAKD%2CQAHyC%2CwBAAsC%3BEAG%5C%2FE%2CsBE3OL%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBAggBC%2CiBFh3CN%2CmBACC%3BIAqBK%2C8BAAA%3B%3B%3BAAED%2CsBE3OL%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBAggBC%2CiBFh3CN%2CmBACC%2CcAuBK%2CUAAU%3BEACV%2CeAAA%3B%3BAAUJ%2CQAR4B%2CuBAAmC%3BEAC3D%2CsBE%5C%2FON%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBAggBC%2CiBFh3CN%2CmBACC%2CcA2BM%2CUAAU%3BIACV%2CyBAAA%3B%3BEAED%2CsBElPN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBAggBC%2CiBFh3CN%2CmBACC%2CcA8BM%2CUAAU%3BIACV%2CkBAAA%3B%3B%3BAAWL%2CQAR0C%2CuBAAmC%3BEAC5E%2CsBEvPH%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBAggBC%2CiBFh3CN%2CmBACC%2CcAmCG%2CUAAU%3BIACP%2CyBAAA%3B%3BEAED%2CsBE1PN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBAggBC%2CiBFh3CN%2CmBACC%2CcAsCM%2CUAAU%3BIACV%2CkBAAA%3B%3B%3BAAWF%2CQARsC%2CwBAAsC%3BEAC3E%2CsBE%5C%2FPN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBAggBC%2CiBFh3CN%2CmBACC%2CcA2CM%2CUAAU%3BIACV%2CyBAAA%3B%3BEAED%2CsBElQN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBAggBC%2CiBFh3CN%2CmBACC%2CcA8CM%2CUAAU%3BIACV%2CkBAAA%3B%3B%3BAAML%2CQAH6C%3BEAG7C%2CsBEzQF%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBAggBC%2CiBFh3CN%2CmBACC%3BIAmDK%2CuBAAA%3B%3B%3BAAKD%2CQAHsC%2CwBAAsC%3BEAG5E%2CsBE5QL%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBAggBC%2CiBFh3CN%2CmBACC%3BIAsDE%2CaAAA%3B%3B%3BAE7OG%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBAggBC%2CiBFh3CN%2CmBACC%2CcAwDI%3BEACC%2CUAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3B%3BAElPA%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBAggBC%2CiBFh3CN%2CmBACC%2CcAwDI%2CmBAIC%3BEACC%2CcAAA%3B%3BAEpPD%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBAggBC%2CiBFh3CN%2CmBACC%2CcAwDI%2CmBAQF%2CsBACC%3BEACI%2CgBAAA%3BEACA%2CmBAAA%3B%3BAE1PF%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBAggBC%2CiBFh3CN%2CmBACC%2CcAwDI%2CmBAQF%2CsBACC%2CmBAGI%3BEACC%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CqBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3B%3BAAOH%2CQAL6C%3BEAK7C%2CsBEtSN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBAggBC%2CiBFh3CN%2CmBACC%2CcAwDI%2CmBAQF%2CsBACC%2CmBAGI%3BIAUE%2CeAAA%3BIACH%2CiBAAA%3BIACA%2CYAAA%3B%3B%3BAAOD%2CQALsC%2CuBAAsC%3BEAK5E%2CsBE3SN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBAggBC%2CiBFh3CN%2CmBACC%2CcAwDI%2CmBAQF%2CsBACC%2CmBAGI%3BIAeD%2CeAAA%3BIACG%2CiBAAA%3BIACA%2CgBAAA%3B%3B%3BAAKL%2CQAH0B%3BEAG1B%2CsBE9SL%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBAggBC%2CiBFh3CN%2CmBACC%2CcAwDI%2CmBAQF%2CsBACC%2CmBAGI%3BIAoBD%2CgBAAA%3B%3B%3BAE%5C%2FQD%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBAggBC%2CiBFh3CN%2CmBACC%2CcAwDI%2CmBAQF%2CsBA4BC%3BEACI%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CaAAA%3BEACH%2CmBAAA%3BEACA%2CYAAA%3B%3BAAIA%2CQAH0C%3BEAG1C%2CsBEzTL%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBAggBC%2CiBFh3CN%2CmBACC%2CcAwDI%2CmBAQF%2CsBA4BC%3BIAOK%2CmBAAA%3B%3B%3BAAKJ%2CQAHsC%2CuBAAsC%3BEAG5E%2CsBE5TL%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBAggBC%2CiBFh3CN%2CmBACC%2CcAwDI%2CmBAQF%2CsBA4BC%3BIAUE%2CmBAAA%3B%3B%3BAE7RA%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBAggBC%2CiBFh3CN%2CmBACC%2CcAwDI%2CmBAQF%2CsBA4BC%2CWAYC%3BEACI%2CQAAA%3B%3BAAIJ%2CQAH8C%3BEAG9C%2CsBEjUL%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBAggBC%2CiBFh3CN%2CmBACC%2CcAwDI%2CmBAQF%2CsBA4BC%2CWAYC%3BIAGK%2CaAAA%3B%3B%3BAElSJ%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBAggBC%2CiBFh3CN%2CmBACC%2CcAwDI%2CmBAQF%2CsBA4BC%2CWAkBC%3BEACI%2CQAAA%3B%3BAEtSH%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBAggBC%2CiBFh3CN%2CmBACC%2CcAwDI%2CmBAQF%2CsBA4BC%2CWAkBC%2CWAEI%3BEACC%2CaAAA%3B%3BAExSJ%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBAggBC%2CiBFh3CN%2CmBACC%2CcAwDI%2CmBAQF%2CsBA4BC%2CWAkBC%2CWAKC%3BEACI%2CcAAA%3BEACA%2CqBAAA%3BEACA%2C6BAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3B%3BAAMJ%2CQAL6C%3BEAK7C%2CsBEpVN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBAggBC%2CiBFh3CN%2CmBACC%2CcAwDI%2CmBAQF%2CsBA4BC%2CWAkBC%2CWAKC%3BIASK%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CiBAAA%3B%3B%3BAErTL%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBAggBC%2CiBFh3CN%2CmBACC%2CcAwDI%2CmBAQF%2CsBA4BC%2CWAsCI%2CKAAI%3BEACH%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3B%3BAAMJ%2CQAL6C%3BEAK7C%2CsBEhWL%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBAggBC%2CiBFh3CN%2CmBACC%2CcAwDI%2CmBAQF%2CsBA4BC%2CWAsCI%2CKAAI%3BIAMF%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CSAAA%3B%3B%3BAEjUJ%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBAggBC%2CiBFh3CN%2CmBACC%2CcAwDI%2CmBAuFF%3B%3B%3B%3B%3B%3BAEtUG%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBAggBC%2CiBFh3CN%2CmBACC%2CcAwDI%2CmBAuFF%2CsBAKI%3B%3BEAEC%2CWAAA%3B%3BAE7UF%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBAggBC%2CiBFh3CN%2CmBACC%2CcAwDI%2CmBAuFF%2CsBAKI%2CiBAGC%2COAAM%3BEACL%2CYAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3B%3BAEpVH%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBAggBC%2CiBFh3CN%2CmBACC%2CcAwDI%2CmBAuFF%2CsBAKI%2CiBAWC%2COAAM%3BEACL%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CaAAa%2CSAAb%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3B%3BAAIA%2CQAHyC%2CwBAAsC%3BEAG%5C%2FE%2CsBEjYT%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBAggBC%2CiBFh3CN%2CmBACC%2CcAwDI%2CmBAuFF%2CsBAKI%2CiBAWC%2COAAM%3BIAYJ%2CkBAAA%3B%3B%3BAAKD%2CQAH0B%2CuBAAuB%3BEAGjD%2CsBEpYT%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBAggBC%2CiBFh3CN%2CmBACC%2CcAwDI%2CmBAuFF%2CsBAKI%2CiBAWC%2COAAM%3BIAeN%2CiBAAA%3B%3B%3BAAMC%2CQAJ0B%2CwBAAuB%3BEAIjD%2CsBExYT%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBAggBC%2CiBFh3CN%2CmBACC%2CcAwDI%2CmBAuFF%2CsBAKI%2CiBAWC%2COAAM%3BIAkBJ%2CYAAA%3BIACA%2CYAAA%3B%3B%3BAAED%2CsBExYT%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBAggBC%2CiBFh3CN%2CmBACC%2CcAwDI%2CmBAuFF%2CsBAKI%2CiBAWC%2COAAM%2COAqBJ%3BEACA%2CmBAAA%3B%3BAE5WJ%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBAggBC%2CiBFh3CN%2CmBACC%2CcAwDI%2CmBAuFF%2CsBAKI%2CiBAWC%2COAAM%2COAwBL%3BEACC%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CuBAAA%3B%3BAACA%2CsBEhZV%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBAggBC%2CiBFh3CN%2CmBACC%2CcAwDI%2CmBAuFF%2CsBAKI%2CiBAWC%2COAAM%2COAwBL%2CKAKE%3BEACA%2CSAAQ%2CEAAR%3BEACA%2CqBAAA%3BEACA%2CyDAAA%3BEACA%2C4BAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CqBAAA%3B%3BAAKD%2CQAHwB%2CwBAAuB%3BEAG%5C%2FC%2CsBE9ZV%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBAggBC%2CiBFh3CN%2CmBACC%2CcAwDI%2CmBAuFF%2CsBAKI%2CiBAWC%2COAAM%2COAwBL%2CKAKE%3BIAYC%2CiBAAA%3B%3B%3BAAKH%2CsBEjaT%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBAggBC%2CiBFh3CN%2CmBACC%2CcAwDI%2CmBAuFF%2CsBAKI%2CiBAWC%2COAAM%2COA8CJ%3BEACA%2CkBAAA%3B%3BAAIA%2CQAH0B%2CuBAAuB%3BEAGjD%2CsBEtaV%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBAggBC%2CiBFh3CN%2CmBACC%2CcAwDI%2CmBAuFF%2CsBAKI%2CiBAWC%2COAAM%2COA8CJ%3BIAGD%2CiBAAA%3B%3B%3BAAHA%2CsBEjaT%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBAggBC%2CiBFh3CN%2CmBACC%2CcAwDI%2CmBAuFF%2CsBAKI%2CiBAWC%2COAAM%2COA8CJ%2CSAKA%3BEACC%2C0BAAA%3B%3BAACA%2CsBExaX%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBAggBC%2CiBFh3CN%2CmBACC%2CcAwDI%2CmBAuFF%2CsBAKI%2CiBAWC%2COAAM%2COA8CJ%2CSAKA%2CKAEE%3BEACA%2C8CAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3B%3BAE%5C%2FYN%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBAggBC%2CiBFh3CN%2CmBACC%2CcAwDI%2CmBAuFF%2CsBA%2BEC%2CmBACC%3BEACC%2CkBAAA%3BEACG%2CUAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3B%3B%3B%3B%3B%3B%3B%3BAAQA%2CsBE%5C%2FbT%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBAggBC%2CiBFh3CN%2CmBACC%2CcAwDI%2CmBAuFF%2CsBA%2BEC%2CmBACC%2CYAYK%3BEACA%2CSAAQ%2CEAAR%3BEACA%2CqBAAA%3BEACA%2CkDAAA%3BEACA%2C4BAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3B%3BAExaJ%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBAggBC%2CiBFh3CN%2CmBACC%2CcAwDI%2CmBAuFF%2CsBA%2BEC%2CmBAsBC%3BEACC%2CkBAAA%3BEACG%2CQAAA%3BEACA%2CMAAA%3BEACA%2CqCAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3B%3BAAKA%2CQAJ0C%3BEAI1C%2CsBEtdT%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBAggBC%2CiBFh3CN%2CmBACC%2CcAwDI%2CmBAuFF%2CsBA%2BEC%2CmBAsBC%3BIAWK%2CWAAA%3BIACA%2CYAAA%3B%3B%3BAAED%2CsBEtdT%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBAggBC%2CiBFh3CN%2CmBACC%2CcAwDI%2CmBAuFF%2CsBA%2BEC%2CmBAsBC%2CWAcK%3BEACA%2CSAAQ%2CEAAR%3BEACA%2CqBAAA%3BEACA%2CiDAAA%3BEACA%2C4BAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3B%3BAE%5C%2FbJ%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBAsgBC%2CuBACC%3BEACC%2CaAAA%3B%3BAAKA%2CQAJ0C%3BEAI1C%2CsBAhlDR%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBAsgBC%2CuBACC%3BIAGE%2CeAAA%3BIACA%2CuBAAA%3B%3B%3BAAjjDH%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBAsgBC%2CuBACC%2CeAMC%2CsBACI%3BEACF%2CcAAA%3B%3BAArjDJ%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBAsgBC%2CuBACC%2CeAMC%2CsBACI%2C0BAEF%3BEACI%2CWAAA%3B%3BAAvjDR%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBAsgBC%2CuBACC%2CeAcC%3BEACC%2CmBAAA%3BEACA%2CaAAA%3B%3BAAIA%2CQAH0C%3BEAG1C%2CsBA9lDT%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBAsgBC%2CuBACC%2CeAcC%3BIAIE%2CkBAAA%3B%3B%3BAAED%2CsBA9lDT%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBAsgBC%2CuBACC%2CeAcC%2CsBAMK%3BEACA%2CaAAA%3BEACA%2CsBAAA%3BEACA%2CuBAAA%3B%3BAAHJ%2CsBA9lDT%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBAsgBC%2CuBACC%2CeAcC%2CsBAMK%2CqBAIA%2CqBAAqB%3BEACpB%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CyBAAA%3B%3BAAzkDR%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBAyiBC%3BEACC%2CmBAAA%3B%3BAAhlDD%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBAyiBC%2CuBFz5CN%2CmBACC%3BEACI%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CaAAA%3BEACA%2C8BAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CqBAAA%3B%3BAAMA%2CQAJyB%3BEAIzB%2CsBElOL%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBAyiBC%2CuBFz5CN%2CmBACC%3BIAWK%2CWAAA%3BIACA%2CeAAA%3B%3B%3BAAKD%2CQAHyB%2CuBAAmC%3BEAG5D%2CsBErOL%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBAyiBC%2CuBFz5CN%2CmBACC%3BIAeK%2C8BAAA%3B%3B%3BAAKD%2CQAH0C%2CuBAAmC%3BEAG7E%2CsBExOL%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBAyiBC%2CuBFz5CN%2CmBACC%3BIAkBK%2C8BAAA%3B%3B%3BAAKD%2CQAHyC%2CwBAAsC%3BEAG%5C%2FE%2CsBE3OL%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBAyiBC%2CuBFz5CN%2CmBACC%3BIAqBK%2C8BAAA%3B%3B%3BAAED%2CsBE3OL%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBAyiBC%2CuBFz5CN%2CmBACC%2CcAuBK%2CUAAU%3BEACV%2CeAAA%3B%3BAAUJ%2CQAR4B%2CuBAAmC%3BEAC3D%2CsBE%5C%2FON%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBAyiBC%2CuBFz5CN%2CmBACC%2CcA2BM%2CUAAU%3BIACV%2CyBAAA%3B%3BEAED%2CsBElPN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBAyiBC%2CuBFz5CN%2CmBACC%2CcA8BM%2CUAAU%3BIACV%2CkBAAA%3B%3B%3BAAWL%2CQAR0C%2CuBAAmC%3BEAC5E%2CsBEvPH%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBAyiBC%2CuBFz5CN%2CmBACC%2CcAmCG%2CUAAU%3BIACP%2CyBAAA%3B%3BEAED%2CsBE1PN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBAyiBC%2CuBFz5CN%2CmBACC%2CcAsCM%2CUAAU%3BIACV%2CkBAAA%3B%3B%3BAAWF%2CQARsC%2CwBAAsC%3BEAC3E%2CsBE%5C%2FPN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBAyiBC%2CuBFz5CN%2CmBACC%2CcA2CM%2CUAAU%3BIACV%2CyBAAA%3B%3BEAED%2CsBElQN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBAyiBC%2CuBFz5CN%2CmBACC%2CcA8CM%2CUAAU%3BIACV%2CkBAAA%3B%3B%3BAAML%2CQAH6C%3BEAG7C%2CsBEzQF%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBAyiBC%2CuBFz5CN%2CmBACC%3BIAmDK%2CuBAAA%3B%3B%3BAAKD%2CQAHsC%2CwBAAsC%3BEAG5E%2CsBE5QL%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBAyiBC%2CuBFz5CN%2CmBACC%3BIAsDE%2CaAAA%3B%3B%3BAE7OG%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBAyiBC%2CuBFz5CN%2CmBACC%2CcAwDI%3BEACC%2CUAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3B%3BAElPA%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBAyiBC%2CuBFz5CN%2CmBACC%2CcAwDI%2CmBAIC%3BEACC%2CcAAA%3B%3BAEpPD%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBAyiBC%2CuBFz5CN%2CmBACC%2CcAwDI%2CmBAQF%2CsBACC%3BEACI%2CgBAAA%3BEACA%2CmBAAA%3B%3BAE1PF%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBAyiBC%2CuBFz5CN%2CmBACC%2CcAwDI%2CmBAQF%2CsBACC%2CmBAGI%3BEACC%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CqBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3B%3BAAOH%2CQAL6C%3BEAK7C%2CsBEtSN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBAyiBC%2CuBFz5CN%2CmBACC%2CcAwDI%2CmBAQF%2CsBACC%2CmBAGI%3BIAUE%2CeAAA%3BIACH%2CiBAAA%3BIACA%2CYAAA%3B%3B%3BAAOD%2CQALsC%2CuBAAsC%3BEAK5E%2CsBE3SN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBAyiBC%2CuBFz5CN%2CmBACC%2CcAwDI%2CmBAQF%2CsBACC%2CmBAGI%3BIAeD%2CeAAA%3BIACG%2CiBAAA%3BIACA%2CgBAAA%3B%3B%3BAAKL%2CQAH0B%3BEAG1B%2CsBE9SL%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBAyiBC%2CuBFz5CN%2CmBACC%2CcAwDI%2CmBAQF%2CsBACC%2CmBAGI%3BIAoBD%2CgBAAA%3B%3B%3BAE%5C%2FQD%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBAyiBC%2CuBFz5CN%2CmBACC%2CcAwDI%2CmBAQF%2CsBA4BC%3BEACI%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CaAAA%3BEACH%2CmBAAA%3BEACA%2CYAAA%3B%3BAAIA%2CQAH0C%3BEAG1C%2CsBEzTL%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBAyiBC%2CuBFz5CN%2CmBACC%2CcAwDI%2CmBAQF%2CsBA4BC%3BIAOK%2CmBAAA%3B%3B%3BAAKJ%2CQAHsC%2CuBAAsC%3BEAG5E%2CsBE5TL%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBAyiBC%2CuBFz5CN%2CmBACC%2CcAwDI%2CmBAQF%2CsBA4BC%3BIAUE%2CmBAAA%3B%3B%3BAE7RA%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBAyiBC%2CuBFz5CN%2CmBACC%2CcAwDI%2CmBAQF%2CsBA4BC%2CWAYC%3BEACI%2CQAAA%3B%3BAAIJ%2CQAH8C%3BEAG9C%2CsBEjUL%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBAyiBC%2CuBFz5CN%2CmBACC%2CcAwDI%2CmBAQF%2CsBA4BC%2CWAYC%3BIAGK%2CaAAA%3B%3B%3BAElSJ%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBAyiBC%2CuBFz5CN%2CmBACC%2CcAwDI%2CmBAQF%2CsBA4BC%2CWAkBC%3BEACI%2CQAAA%3B%3BAEtSH%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBAyiBC%2CuBFz5CN%2CmBACC%2CcAwDI%2CmBAQF%2CsBA4BC%2CWAkBC%2CWAEI%3BEACC%2CaAAA%3B%3BAExSJ%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBAyiBC%2CuBFz5CN%2CmBACC%2CcAwDI%2CmBAQF%2CsBA4BC%2CWAkBC%2CWAKC%3BEACI%2CcAAA%3BEACA%2CqBAAA%3BEACA%2C6BAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3B%3BAAMJ%2CQAL6C%3BEAK7C%2CsBEpVN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBAyiBC%2CuBFz5CN%2CmBACC%2CcAwDI%2CmBAQF%2CsBA4BC%2CWAkBC%2CWAKC%3BIASK%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CiBAAA%3B%3B%3BAErTL%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBAyiBC%2CuBFz5CN%2CmBACC%2CcAwDI%2CmBAQF%2CsBA4BC%2CWAsCI%2CKAAI%3BEACH%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3B%3BAAMJ%2CQAL6C%3BEAK7C%2CsBEhWL%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBAyiBC%2CuBFz5CN%2CmBACC%2CcAwDI%2CmBAQF%2CsBA4BC%2CWAsCI%2CKAAI%3BIAMF%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CSAAA%3B%3B%3BAEjUJ%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBAyiBC%2CuBFz5CN%2CmBACC%2CcAwDI%2CmBAuFF%3B%3B%3B%3B%3B%3BAEtUG%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBAyiBC%2CuBFz5CN%2CmBACC%2CcAwDI%2CmBAuFF%2CsBAKI%3B%3BEAEC%2CWAAA%3B%3BAE7UF%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBAyiBC%2CuBFz5CN%2CmBACC%2CcAwDI%2CmBAuFF%2CsBAKI%2CiBAGC%2COAAM%3BEACL%2CYAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3B%3BAEpVH%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBAyiBC%2CuBFz5CN%2CmBACC%2CcAwDI%2CmBAuFF%2CsBAKI%2CiBAWC%2COAAM%3BEACL%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CaAAa%2CSAAb%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3B%3BAAIA%2CQAHyC%2CwBAAsC%3BEAG%5C%2FE%2CsBEjYT%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBAyiBC%2CuBFz5CN%2CmBACC%2CcAwDI%2CmBAuFF%2CsBAKI%2CiBAWC%2COAAM%3BIAYJ%2CkBAAA%3B%3B%3BAAKD%2CQAH0B%2CuBAAuB%3BEAGjD%2CsBEpYT%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBAyiBC%2CuBFz5CN%2CmBACC%2CcAwDI%2CmBAuFF%2CsBAKI%2CiBAWC%2COAAM%3BIAeN%2CiBAAA%3B%3B%3BAAMC%2CQAJ0B%2CwBAAuB%3BEAIjD%2CsBExYT%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBAyiBC%2CuBFz5CN%2CmBACC%2CcAwDI%2CmBAuFF%2CsBAKI%2CiBAWC%2COAAM%3BIAkBJ%2CYAAA%3BIACA%2CYAAA%3B%3B%3BAAED%2CsBExYT%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBAyiBC%2CuBFz5CN%2CmBACC%2CcAwDI%2CmBAuFF%2CsBAKI%2CiBAWC%2COAAM%2COAqBJ%3BEACA%2CmBAAA%3B%3BAE5WJ%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBAyiBC%2CuBFz5CN%2CmBACC%2CcAwDI%2CmBAuFF%2CsBAKI%2CiBAWC%2COAAM%2COAwBL%3BEACC%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CuBAAA%3B%3BAACA%2CsBEhZV%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBAyiBC%2CuBFz5CN%2CmBACC%2CcAwDI%2CmBAuFF%2CsBAKI%2CiBAWC%2COAAM%2COAwBL%2CKAKE%3BEACA%2CSAAQ%2CEAAR%3BEACA%2CqBAAA%3BEACA%2CyDAAA%3BEACA%2C4BAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CqBAAA%3B%3BAAKD%2CQAHwB%2CwBAAuB%3BEAG%5C%2FC%2CsBE9ZV%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBAyiBC%2CuBFz5CN%2CmBACC%2CcAwDI%2CmBAuFF%2CsBAKI%2CiBAWC%2COAAM%2COAwBL%2CKAKE%3BIAYC%2CiBAAA%3B%3B%3BAAKH%2CsBEjaT%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBAyiBC%2CuBFz5CN%2CmBACC%2CcAwDI%2CmBAuFF%2CsBAKI%2CiBAWC%2COAAM%2COA8CJ%3BEACA%2CkBAAA%3B%3BAAIA%2CQAH0B%2CuBAAuB%3BEAGjD%2CsBEtaV%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBAyiBC%2CuBFz5CN%2CmBACC%2CcAwDI%2CmBAuFF%2CsBAKI%2CiBAWC%2COAAM%2COA8CJ%3BIAGD%2CiBAAA%3B%3B%3BAAHA%2CsBEjaT%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBAyiBC%2CuBFz5CN%2CmBACC%2CcAwDI%2CmBAuFF%2CsBAKI%2CiBAWC%2COAAM%2COA8CJ%2CSAKA%3BEACC%2C0BAAA%3B%3BAACA%2CsBExaX%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBAyiBC%2CuBFz5CN%2CmBACC%2CcAwDI%2CmBAuFF%2CsBAKI%2CiBAWC%2COAAM%2COA8CJ%2CSAKA%2CKAEE%3BEACA%2C8CAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3B%3BAE%5C%2FYN%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBAyiBC%2CuBFz5CN%2CmBACC%2CcAwDI%2CmBAuFF%2CsBA%2BEC%2CmBACC%3BEACC%2CkBAAA%3BEACG%2CUAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3B%3B%3B%3B%3B%3B%3B%3BAAQA%2CsBE%5C%2FbT%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBAyiBC%2CuBFz5CN%2CmBACC%2CcAwDI%2CmBAuFF%2CsBA%2BEC%2CmBACC%2CYAYK%3BEACA%2CSAAQ%2CEAAR%3BEACA%2CqBAAA%3BEACA%2CkDAAA%3BEACA%2C4BAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3B%3BAExaJ%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBAyiBC%2CuBFz5CN%2CmBACC%2CcAwDI%2CmBAuFF%2CsBA%2BEC%2CmBAsBC%3BEACC%2CkBAAA%3BEACG%2CQAAA%3BEACA%2CMAAA%3BEACA%2CqCAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3B%3BAAKA%2CQAJ0C%3BEAI1C%2CsBEtdT%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBAyiBC%2CuBFz5CN%2CmBACC%2CcAwDI%2CmBAuFF%2CsBA%2BEC%2CmBAsBC%3BIAWK%2CWAAA%3BIACA%2CYAAA%3B%3B%3BAAED%2CsBEtdT%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAoiCC%2CqBAyiBC%2CuBFz5CN%2CmBACC%2CcAwDI%2CmBAuFF%2CsBA%2BEC%2CmBAsBC%2CWAcK%3BEACA%2CSAAQ%2CEAAR%3BEACA%2CqBAAA%3BEACA%2CiDAAA%3BEACA%2C4BAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3B%3BAE%5C%2FbJ%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAmlDC%2CwBACC%2CeACC%2CuBAAuB%3BEACtB%2CcAAA%3B%3BAAxlDF%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAmlDC%2CwBACC%2CeACC%2CuBAAuB%2C0BAEtB%3BEACI%2CWAAA%3B%3BAA1lDN%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAmlDC%2CwBACC%2CeAOC%3BEACC%2CeAAA%3BEACA%2C6BAAA%3BEACG%2CmBAAA%3B%3BAAhmDL%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAmlDC%2CwBACC%2CeAOC%2CwBAIC%2CqBAAqB%3BEACjB%2CSAAA%3B%3BAACA%2CsBAhoDZ%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAmlDC%2CwBACC%2CeAOC%2CwBAIC%2CqBAAqB%2CmBAEb%3BEACH%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3B%3BAAKA%2CQAJ0C%3BEAI1C%2CsBA1oDb%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAmlDC%2CwBACC%2CeAOC%2CwBAIC%2CqBAAqB%2CmBAEb%3BIAOF%2CeAAA%3BIACA%2CiBAAA%3B%3B%3BAAKL%2CQAH0C%2CuBAAmC%3BEAG7E%2CsBA7oDT%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAmlDC%2CwBACC%2CeAOC%2CwBAIC%2CqBAAqB%2CmBAEb%3BIAWF%2CeAAA%3B%3B%3BAAKL%2CsBAhpDT%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAmlDC%2CwBACC%2CeAOC%2CwBAqBC%2CkBAAkB%2CmBACb%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3B%3BAAKL%2CsBAzpDR%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAmlDC%2CwBACC%2CeAqCC%2CmBACE%3BEACG%2CmBAAA%3B%3BAAMJ%2CQAL8C%3BEAK9C%2CsBAhqDR%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAmlDC%2CwBACC%2CeAqCC%2CmBACE%3BIAGI%2CUAAA%3BIACA%2CmBAAA%3BIACA%2CWAAA%3B%3B%3BAAGL%2CsBAjqDR%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAmlDC%2CwBACC%2CeAqCC%2CmBASE%3BEACG%2CkBAAA%3B%3BAAKJ%2CQAJ8C%3BEAI9C%2CsBAvqDR%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAmlDC%2CwBACC%2CeAqCC%2CmBASE%3BIAGI%2CUAAA%3BIACA%2CWAAA%3B%3B%3BAAGL%2CsBAxqDR%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAmlDC%2CwBACC%2CeAqCC%2CmBAgBK%3BEACA%2CaAAA%3BEACA%2CeAAA%3B%3BAAFJ%2CsBAxqDR%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAmlDC%2CwBACC%2CeAqCC%2CmBAgBK%2CqBAGA%3BEACC%2CUAAA%3B%3BAAIA%2CQAH0C%3BEAG1C%2CsBAhrDb%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAmlDC%2CwBACC%2CeAqCC%2CmBAgBK%2CqBAGA%3BIAGE%2CWAAA%3B%3B%3BAAED%2CsBAhrDb%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAmlDC%2CwBACC%2CeAqCC%2CmBAgBK%2CqBAGA%2C0BAKK%3BEACH%2CSAAA%3B%3BAADD%2CsBAhrDb%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAmlDC%2CwBACC%2CeAqCC%2CmBAgBK%2CqBAGA%2C0BAKK%2CqBAEH%3BEACC%2CcAAA%3B%3BAAHF%2CsBAhrDb%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAmlDC%2CwBACC%2CeAqCC%2CmBAgBK%2CqBAGA%2C0BAKK%2CqBAEH%2C0BAEE%3BEACA%2CWAAA%3B%3BAAbR%2CsBAxqDR%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAmlDC%2CwBACC%2CeAqCC%2CmBAgBK%2CqBAkBH%3BEACI%2CUAAA%3BEACA%2CkBAAA%3B%3BAAKA%2CQAJ0C%3BEAI1C%2CsBAjsDb%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAmlDC%2CwBACC%2CeAqCC%2CmBAgBK%2CqBAkBH%3BIAIK%2CWAAA%3BIACA%2CmBAAA%3B%3B%3BAAvBN%2CsBAxqDR%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAmlDC%2CwBACC%2CeAqCC%2CmBAgBK%2CqBAkBH%2CsBAOI%3BEACC%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAIJ%2CQAH8C%3BEAG9C%2CsBAzsDV%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAmlDC%2CwBACC%2CeAqCC%2CmBAgBK%2CqBAkBH%2CsBAOI%3BIAME%2CeAAA%3B%3B%3BAA%5C%2FBP%2CsBAxqDR%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAmlDC%2CwBACC%2CeAqCC%2CmBAgBK%2CqBAkBH%2CsBAgBC%2CUAAU%3BEACN%2CqBAAA%3BEACA%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CqBAAA%3B%3BAAnrDR%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAmlDC%2CwBACC%2CeAkGC%3BAAxrDD%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAmlDC%2CwBACC%2CeA0HN%2CCAxB6B%3BAAxrDvB%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAmlDC%2CwBACC%2CeA0HN%2CCAxBsD%3BEAC9C%2CcAAA%3B%3BAAzrDF%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAmlDC%2CwBACC%2CeAkGC%2CsBAEC%3BAA1rDF%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAmlDC%2CwBACC%2CeA0HN%2CCAxB6B%2CwBAErB%3BAA1rDF%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAmlDC%2CwBACC%2CeA0HN%2CCAxBsD%2CwBAE9C%3BEACC%2CcAAA%3B%3BAA3rDH%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAmlDC%2CwBACC%2CeAkGC%2CsBAEC%2C0BAEC%3BAA5rDH%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAmlDC%2CwBACC%2CeA0HN%2CCAxB6B%2CwBAErB%2C0BAEC%3BAA5rDH%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAmlDC%2CwBACC%2CeA0HN%2CCAxBsD%2CwBAE9C%2C0BAEC%3BEACI%2CWAAA%3B%3BAA7rDP%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAmlDC%2CwBACC%2CeA2GC%2C8BF3gDP%2CmBACC%3BAEvLK%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAmlDC%2CwBACC%2CeA0HN%2CCAfqC%2CgCF3gDrC%2CmBACC%3BAEvLK%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAmlDC%2CwBACC%2CeA0HN%2CCAfsE%2CgCF3gDtE%2CmBACC%3BEACI%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CaAAA%3BEACA%2C8BAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CqBAAA%3B%3BAAMA%2CQAJyB%3BEAIzB%2CsBElOL%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAmlDC%2CwBACC%2CeA2GC%2C8BF3gDP%2CmBACC%3BEAcI%2CsBElOL%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAmlDC%2CwBACC%2CeA0HN%2CCAfqC%2CgCF3gDrC%2CmBACC%3BEAcI%2CsBElOL%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAmlDC%2CwBACC%2CeA0HN%2CCAfsE%2CgCF3gDtE%2CmBACC%3BIAWK%2CWAAA%3BIACA%2CeAAA%3B%3B%3BAAKD%2CQAHyB%2CuBAAmC%3BEAG5D%2CsBErOL%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAmlDC%2CwBACC%2CeA2GC%2C8BF3gDP%2CmBACC%3BEAiBI%2CsBErOL%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAmlDC%2CwBACC%2CeA0HN%2CCAfqC%2CgCF3gDrC%2CmBACC%3BEAiBI%2CsBErOL%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAmlDC%2CwBACC%2CeA0HN%2CCAfsE%2CgCF3gDtE%2CmBACC%3BIAeK%2C8BAAA%3B%3B%3BAAKD%2CQAH0C%2CuBAAmC%3BEAG7E%2CsBExOL%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAmlDC%2CwBACC%2CeA2GC%2C8BF3gDP%2CmBACC%3BEAoBI%2CsBExOL%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAmlDC%2CwBACC%2CeA0HN%2CCAfqC%2CgCF3gDrC%2CmBACC%3BEAoBI%2CsBExOL%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAmlDC%2CwBACC%2CeA0HN%2CCAfsE%2CgCF3gDtE%2CmBACC%3BIAkBK%2C8BAAA%3B%3B%3BAAKD%2CQAHyC%2CwBAAsC%3BEAG%5C%2FE%2CsBE3OL%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAmlDC%2CwBACC%2CeA2GC%2C8BF3gDP%2CmBACC%3BEAuBI%2CsBE3OL%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAmlDC%2CwBACC%2CeA0HN%2CCAfqC%2CgCF3gDrC%2CmBACC%3BEAuBI%2CsBE3OL%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAmlDC%2CwBACC%2CeA0HN%2CCAfsE%2CgCF3gDtE%2CmBACC%3BIAqBK%2C8BAAA%3B%3B%3BAAED%2CsBE3OL%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAmlDC%2CwBACC%2CeA2GC%2C8BF3gDP%2CmBACC%2CcAuBK%2CUAAU%3BAAAX%2CsBE3OL%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAmlDC%2CwBACC%2CeA0HN%2CCAfqC%2CgCF3gDrC%2CmBACC%2CcAuBK%2CUAAU%3BAAAX%2CsBE3OL%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAmlDC%2CwBACC%2CeA0HN%2CCAfsE%2CgCF3gDtE%2CmBACC%2CcAuBK%2CUAAU%3BEACV%2CeAAA%3B%3BAAUJ%2CQAR4B%2CuBAAmC%3BEAC3D%2CsBE%5C%2FON%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAmlDC%2CwBACC%2CeA2GC%2C8BF3gDP%2CmBACC%2CcA2BM%2CUAAU%3BEAAX%2CsBE%5C%2FON%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAmlDC%2CwBACC%2CeA0HN%2CCAfqC%2CgCF3gDrC%2CmBACC%2CcA2BM%2CUAAU%3BEAAX%2CsBE%5C%2FON%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAmlDC%2CwBACC%2CeA0HN%2CCAfsE%2CgCF3gDtE%2CmBACC%2CcA2BM%2CUAAU%3BIACV%2CyBAAA%3B%3BEAED%2CsBElPN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAmlDC%2CwBACC%2CeA2GC%2C8BF3gDP%2CmBACC%2CcA8BM%2CUAAU%3BEAAX%2CsBElPN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAmlDC%2CwBACC%2CeA0HN%2CCAfqC%2CgCF3gDrC%2CmBACC%2CcA8BM%2CUAAU%3BEAAX%2CsBElPN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAmlDC%2CwBACC%2CeA0HN%2CCAfsE%2CgCF3gDtE%2CmBACC%2CcA8BM%2CUAAU%3BIACV%2CkBAAA%3B%3B%3BAAWL%2CQAR0C%2CuBAAmC%3BEAC5E%2CsBEvPH%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAmlDC%2CwBACC%2CeA2GC%2C8BF3gDP%2CmBACC%2CcAmCG%2CUAAU%3BEAAX%2CsBEvPH%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAmlDC%2CwBACC%2CeA0HN%2CCAfqC%2CgCF3gDrC%2CmBACC%2CcAmCG%2CUAAU%3BEAAX%2CsBEvPH%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAmlDC%2CwBACC%2CeA0HN%2CCAfsE%2CgCF3gDtE%2CmBACC%2CcAmCG%2CUAAU%3BIACP%2CyBAAA%3B%3BEAED%2CsBE1PN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAmlDC%2CwBACC%2CeA2GC%2C8BF3gDP%2CmBACC%2CcAsCM%2CUAAU%3BEAAX%2CsBE1PN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAmlDC%2CwBACC%2CeA0HN%2CCAfqC%2CgCF3gDrC%2CmBACC%2CcAsCM%2CUAAU%3BEAAX%2CsBE1PN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAmlDC%2CwBACC%2CeA0HN%2CCAfsE%2CgCF3gDtE%2CmBACC%2CcAsCM%2CUAAU%3BIACV%2CkBAAA%3B%3B%3BAAWF%2CQARsC%2CwBAAsC%3BEAC3E%2CsBE%5C%2FPN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAmlDC%2CwBACC%2CeA2GC%2C8BF3gDP%2CmBACC%2CcA2CM%2CUAAU%3BEAAX%2CsBE%5C%2FPN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAmlDC%2CwBACC%2CeA0HN%2CCAfqC%2CgCF3gDrC%2CmBACC%2CcA2CM%2CUAAU%3BEAAX%2CsBE%5C%2FPN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAmlDC%2CwBACC%2CeA0HN%2CCAfsE%2CgCF3gDtE%2CmBACC%2CcA2CM%2CUAAU%3BIACV%2CyBAAA%3B%3BEAED%2CsBElQN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAmlDC%2CwBACC%2CeA2GC%2C8BF3gDP%2CmBACC%2CcA8CM%2CUAAU%3BEAAX%2CsBElQN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAmlDC%2CwBACC%2CeA0HN%2CCAfqC%2CgCF3gDrC%2CmBACC%2CcA8CM%2CUAAU%3BEAAX%2CsBElQN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAmlDC%2CwBACC%2CeA0HN%2CCAfsE%2CgCF3gDtE%2CmBACC%2CcA8CM%2CUAAU%3BIACV%2CkBAAA%3B%3B%3BAAML%2CQAH6C%3BEAG7C%2CsBEzQF%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAmlDC%2CwBACC%2CeA2GC%2C8BF3gDP%2CmBACC%3BEAqDC%2CsBEzQF%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAmlDC%2CwBACC%2CeA0HN%2CCAfqC%2CgCF3gDrC%2CmBACC%3BEAqDC%2CsBEzQF%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAmlDC%2CwBACC%2CeA0HN%2CCAfsE%2CgCF3gDtE%2CmBACC%3BIAmDK%2CuBAAA%3B%3B%3BAAKD%2CQAHsC%2CwBAAsC%3BEAG5E%2CsBE5QL%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAmlDC%2CwBACC%2CeA2GC%2C8BF3gDP%2CmBACC%3BEAwDI%2CsBE5QL%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAmlDC%2CwBACC%2CeA0HN%2CCAfqC%2CgCF3gDrC%2CmBACC%3BEAwDI%2CsBE5QL%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAmlDC%2CwBACC%2CeA0HN%2CCAfsE%2CgCF3gDtE%2CmBACC%3BIAsDE%2CaAAA%3B%3B%3BAE7OG%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAmlDC%2CwBACC%2CeA2GC%2C8BF3gDP%2CmBACC%2CcAwDI%3BAE%5C%2FOC%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAmlDC%2CwBACC%2CeA0HN%2CCAfqC%2CgCF3gDrC%2CmBACC%2CcAwDI%3BAE%5C%2FOC%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAmlDC%2CwBACC%2CeA0HN%2CCAfsE%2CgCF3gDtE%2CmBACC%2CcAwDI%3BEACC%2CUAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3B%3BAElPA%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAmlDC%2CwBACC%2CeA2GC%2C8BF3gDP%2CmBACC%2CcAwDI%2CmBAIC%3BAEnPA%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAmlDC%2CwBACC%2CeA0HN%2CCAfqC%2CgCF3gDrC%2CmBACC%2CcAwDI%2CmBAIC%3BAEnPA%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAmlDC%2CwBACC%2CeA0HN%2CCAfsE%2CgCF3gDtE%2CmBACC%2CcAwDI%2CmBAIC%3BEACC%2CcAAA%3B%3BAEpPD%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAmlDC%2CwBACC%2CeA2GC%2C8BF3gDP%2CmBACC%2CcAwDI%2CmBAQF%2CsBACC%3BAExPE%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAmlDC%2CwBACC%2CeA0HN%2CCAfqC%2CgCF3gDrC%2CmBACC%2CcAwDI%2CmBAQF%2CsBACC%3BAExPE%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAmlDC%2CwBACC%2CeA0HN%2CCAfsE%2CgCF3gDtE%2CmBACC%2CcAwDI%2CmBAQF%2CsBACC%3BEACI%2CgBAAA%3BEACA%2CmBAAA%3B%3BAE1PF%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAmlDC%2CwBACC%2CeA2GC%2C8BF3gDP%2CmBACC%2CcAwDI%2CmBAQF%2CsBACC%2CmBAGI%3BAE3PF%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAmlDC%2CwBACC%2CeA0HN%2CCAfqC%2CgCF3gDrC%2CmBACC%2CcAwDI%2CmBAQF%2CsBACC%2CmBAGI%3BAE3PF%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAmlDC%2CwBACC%2CeA0HN%2CCAfsE%2CgCF3gDtE%2CmBACC%2CcAwDI%2CmBAQF%2CsBACC%2CmBAGI%3BEACC%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CqBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3B%3BAAOH%2CQAL6C%3BEAK7C%2CsBEtSN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAmlDC%2CwBACC%2CeA2GC%2C8BF3gDP%2CmBACC%2CcAwDI%2CmBAQF%2CsBACC%2CmBAGI%3BEAcF%2CsBEtSN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAmlDC%2CwBACC%2CeA0HN%2CCAfqC%2CgCF3gDrC%2CmBACC%2CcAwDI%2CmBAQF%2CsBACC%2CmBAGI%3BEAcF%2CsBEtSN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAmlDC%2CwBACC%2CeA0HN%2CCAfsE%2CgCF3gDtE%2CmBACC%2CcAwDI%2CmBAQF%2CsBACC%2CmBAGI%3BIAUE%2CeAAA%3BIACH%2CiBAAA%3BIACA%2CYAAA%3B%3B%3BAAOD%2CQALsC%2CuBAAsC%3BEAK5E%2CsBE3SN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAmlDC%2CwBACC%2CeA2GC%2C8BF3gDP%2CmBACC%2CcAwDI%2CmBAQF%2CsBACC%2CmBAGI%3BEAmBF%2CsBE3SN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAmlDC%2CwBACC%2CeA0HN%2CCAfqC%2CgCF3gDrC%2CmBACC%2CcAwDI%2CmBAQF%2CsBACC%2CmBAGI%3BEAmBF%2CsBE3SN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAmlDC%2CwBACC%2CeA0HN%2CCAfsE%2CgCF3gDtE%2CmBACC%2CcAwDI%2CmBAQF%2CsBACC%2CmBAGI%3BIAeD%2CeAAA%3BIACG%2CiBAAA%3BIACA%2CgBAAA%3B%3B%3BAAKL%2CQAH0B%3BEAG1B%2CsBE9SL%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAmlDC%2CwBACC%2CeA2GC%2C8BF3gDP%2CmBACC%2CcAwDI%2CmBAQF%2CsBACC%2CmBAGI%3BEAsBH%2CsBE9SL%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAmlDC%2CwBACC%2CeA0HN%2CCAfqC%2CgCF3gDrC%2CmBACC%2CcAwDI%2CmBAQF%2CsBACC%2CmBAGI%3BEAsBH%2CsBE9SL%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAmlDC%2CwBACC%2CeA0HN%2CCAfsE%2CgCF3gDtE%2CmBACC%2CcAwDI%2CmBAQF%2CsBACC%2CmBAGI%3BIAoBD%2CgBAAA%3B%3B%3BAE%5C%2FQD%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAmlDC%2CwBACC%2CeA2GC%2C8BF3gDP%2CmBACC%2CcAwDI%2CmBAQF%2CsBA4BC%3BAEnRE%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAmlDC%2CwBACC%2CeA0HN%2CCAfqC%2CgCF3gDrC%2CmBACC%2CcAwDI%2CmBAQF%2CsBA4BC%3BAEnRE%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAmlDC%2CwBACC%2CeA0HN%2CCAfsE%2CgCF3gDtE%2CmBACC%2CcAwDI%2CmBAQF%2CsBA4BC%3BEACI%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CaAAA%3BEACH%2CmBAAA%3BEACA%2CYAAA%3B%3BAAIA%2CQAH0C%3BEAG1C%2CsBEzTL%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAmlDC%2CwBACC%2CeA2GC%2C8BF3gDP%2CmBACC%2CcAwDI%2CmBAQF%2CsBA4BC%3BEASC%2CsBEzTL%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAmlDC%2CwBACC%2CeA0HN%2CCAfqC%2CgCF3gDrC%2CmBACC%2CcAwDI%2CmBAQF%2CsBA4BC%3BEASC%2CsBEzTL%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAmlDC%2CwBACC%2CeA0HN%2CCAfsE%2CgCF3gDtE%2CmBACC%2CcAwDI%2CmBAQF%2CsBA4BC%3BIAOK%2CmBAAA%3B%3B%3BAAKJ%2CQAHsC%2CuBAAsC%3BEAG5E%2CsBE5TL%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAmlDC%2CwBACC%2CeA2GC%2C8BF3gDP%2CmBACC%2CcAwDI%2CmBAQF%2CsBA4BC%3BEAYC%2CsBE5TL%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAmlDC%2CwBACC%2CeA0HN%2CCAfqC%2CgCF3gDrC%2CmBACC%2CcAwDI%2CmBAQF%2CsBA4BC%3BEAYC%2CsBE5TL%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAmlDC%2CwBACC%2CeA0HN%2CCAfsE%2CgCF3gDtE%2CmBACC%2CcAwDI%2CmBAQF%2CsBA4BC%3BIAUE%2CmBAAA%3B%3B%3BAE7RA%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAmlDC%2CwBACC%2CeA2GC%2C8BF3gDP%2CmBACC%2CcAwDI%2CmBAQF%2CsBA4BC%2CWAYC%3BAE%5C%2FRC%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAmlDC%2CwBACC%2CeA0HN%2CCAfqC%2CgCF3gDrC%2CmBACC%2CcAwDI%2CmBAQF%2CsBA4BC%2CWAYC%3BAE%5C%2FRC%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAmlDC%2CwBACC%2CeA0HN%2CCAfsE%2CgCF3gDtE%2CmBACC%2CcAwDI%2CmBAQF%2CsBA4BC%2CWAYC%3BEACI%2CQAAA%3B%3BAAIJ%2CQAH8C%3BEAG9C%2CsBEjUL%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAmlDC%2CwBACC%2CeA2GC%2C8BF3gDP%2CmBACC%2CcAwDI%2CmBAQF%2CsBA4BC%2CWAYC%3BEAKA%2CsBEjUL%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAmlDC%2CwBACC%2CeA0HN%2CCAfqC%2CgCF3gDrC%2CmBACC%2CcAwDI%2CmBAQF%2CsBA4BC%2CWAYC%3BEAKA%2CsBEjUL%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAmlDC%2CwBACC%2CeA0HN%2CCAfsE%2CgCF3gDtE%2CmBACC%2CcAwDI%2CmBAQF%2CsBA4BC%2CWAYC%3BIAGK%2CaAAA%3B%3B%3BAElSJ%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAmlDC%2CwBACC%2CeA2GC%2C8BF3gDP%2CmBACC%2CcAwDI%2CmBAQF%2CsBA4BC%2CWAkBC%3BAErSC%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAmlDC%2CwBACC%2CeA0HN%2CCAfqC%2CgCF3gDrC%2CmBACC%2CcAwDI%2CmBAQF%2CsBA4BC%2CWAkBC%3BAErSC%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAmlDC%2CwBACC%2CeA0HN%2CCAfsE%2CgCF3gDtE%2CmBACC%2CcAwDI%2CmBAQF%2CsBA4BC%2CWAkBC%3BEACI%2CQAAA%3B%3BAEtSH%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAmlDC%2CwBACC%2CeA2GC%2C8BF3gDP%2CmBACC%2CcAwDI%2CmBAQF%2CsBA4BC%2CWAkBC%2CWAEI%3BAEvSH%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAmlDC%2CwBACC%2CeA0HN%2CCAfqC%2CgCF3gDrC%2CmBACC%2CcAwDI%2CmBAQF%2CsBA4BC%2CWAkBC%2CWAEI%3BAEvSH%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAmlDC%2CwBACC%2CeA0HN%2CCAfsE%2CgCF3gDtE%2CmBACC%2CcAwDI%2CmBAQF%2CsBA4BC%2CWAkBC%2CWAEI%3BEACC%2CaAAA%3B%3BAExSJ%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAmlDC%2CwBACC%2CeA2GC%2C8BF3gDP%2CmBACC%2CcAwDI%2CmBAQF%2CsBA4BC%2CWAkBC%2CWAKC%3BAE1SA%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAmlDC%2CwBACC%2CeA0HN%2CCAfqC%2CgCF3gDrC%2CmBACC%2CcAwDI%2CmBAQF%2CsBA4BC%2CWAkBC%2CWAKC%3BAE1SA%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAmlDC%2CwBACC%2CeA0HN%2CCAfsE%2CgCF3gDtE%2CmBACC%2CcAwDI%2CmBAQF%2CsBA4BC%2CWAkBC%2CWAKC%3BEACI%2CcAAA%3BEACA%2CqBAAA%3BEACA%2C6BAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3B%3BAAMJ%2CQAL6C%3BEAK7C%2CsBEpVN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAmlDC%2CwBACC%2CeA2GC%2C8BF3gDP%2CmBACC%2CcAwDI%2CmBAQF%2CsBA4BC%2CWAkBC%2CWAKC%3BEAaA%2CsBEpVN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAmlDC%2CwBACC%2CeA0HN%2CCAfqC%2CgCF3gDrC%2CmBACC%2CcAwDI%2CmBAQF%2CsBA4BC%2CWAkBC%2CWAKC%3BEAaA%2CsBEpVN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAmlDC%2CwBACC%2CeA0HN%2CCAfsE%2CgCF3gDtE%2CmBACC%2CcAwDI%2CmBAQF%2CsBA4BC%2CWAkBC%2CWAKC%3BIASK%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CiBAAA%3B%3B%3BAErTL%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAmlDC%2CwBACC%2CeA2GC%2C8BF3gDP%2CmBACC%2CcAwDI%2CmBAQF%2CsBA4BC%2CWAsCI%2CKAAI%3BAEzTN%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAmlDC%2CwBACC%2CeA0HN%2CCAfqC%2CgCF3gDrC%2CmBACC%2CcAwDI%2CmBAQF%2CsBA4BC%2CWAsCI%2CKAAI%3BAEzTN%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAmlDC%2CwBACC%2CeA0HN%2CCAfsE%2CgCF3gDtE%2CmBACC%2CcAwDI%2CmBAQF%2CsBA4BC%2CWAsCI%2CKAAI%3BEACH%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3B%3BAAMJ%2CQAL6C%3BEAK7C%2CsBEhWL%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAmlDC%2CwBACC%2CeA2GC%2C8BF3gDP%2CmBACC%2CcAwDI%2CmBAQF%2CsBA4BC%2CWAsCI%2CKAAI%3BEAUP%2CsBEhWL%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAmlDC%2CwBACC%2CeA0HN%2CCAfqC%2CgCF3gDrC%2CmBACC%2CcAwDI%2CmBAQF%2CsBA4BC%2CWAsCI%2CKAAI%3BEAUP%2CsBEhWL%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAmlDC%2CwBACC%2CeA0HN%2CCAfsE%2CgCF3gDtE%2CmBACC%2CcAwDI%2CmBAQF%2CsBA4BC%2CWAsCI%2CKAAI%3BIAMF%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CSAAA%3B%3B%3BAEjUJ%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAmlDC%2CwBACC%2CeA2GC%2C8BF3gDP%2CmBACC%2CcAwDI%2CmBAuFF%3BAEtUG%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAmlDC%2CwBACC%2CeA0HN%2CCAfqC%2CgCF3gDrC%2CmBACC%2CcAwDI%2CmBAuFF%3BAEtUG%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAmlDC%2CwBACC%2CeA0HN%2CCAfsE%2CgCF3gDtE%2CmBACC%2CcAwDI%2CmBAuFF%3B%3B%3B%3B%3B%3BAEtUG%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAmlDC%2CwBACC%2CeA2GC%2C8BF3gDP%2CmBACC%2CcAwDI%2CmBAuFF%2CsBAKI%3BAE3UD%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAmlDC%2CwBACC%2CeA0HN%2CCAfqC%2CgCF3gDrC%2CmBACC%2CcAwDI%2CmBAuFF%2CsBAKI%3BAE3UD%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAmlDC%2CwBACC%2CeA0HN%2CCAfsE%2CgCF3gDtE%2CmBACC%2CcAwDI%2CmBAuFF%2CsBAKI%3B%3BEAEC%2CWAAA%3B%3BAE7UF%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAmlDC%2CwBACC%2CeA2GC%2C8BF3gDP%2CmBACC%2CcAwDI%2CmBAuFF%2CsBAKI%2CiBAGC%2COAAM%3BAE9UR%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAmlDC%2CwBACC%2CeA0HN%2CCAfqC%2CgCF3gDrC%2CmBACC%2CcAwDI%2CmBAuFF%2CsBAKI%2CiBAGC%2COAAM%3BAE9UR%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAmlDC%2CwBACC%2CeA0HN%2CCAfsE%2CgCF3gDtE%2CmBACC%2CcAwDI%2CmBAuFF%2CsBAKI%2CiBAGC%2COAAM%3BEACL%2CYAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3B%3BAEpVH%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAmlDC%2CwBACC%2CeA2GC%2C8BF3gDP%2CmBACC%2CcAwDI%2CmBAuFF%2CsBAKI%2CiBAWC%2COAAM%3BAEtVR%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAmlDC%2CwBACC%2CeA0HN%2CCAfqC%2CgCF3gDrC%2CmBACC%2CcAwDI%2CmBAuFF%2CsBAKI%2CiBAWC%2COAAM%3BAEtVR%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAmlDC%2CwBACC%2CeA0HN%2CCAfsE%2CgCF3gDtE%2CmBACC%2CcAwDI%2CmBAuFF%2CsBAKI%2CiBAWC%2COAAM%3BEACL%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CaAAa%2CSAAb%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3B%3BAAIA%2CQAHyC%2CwBAAsC%3BEAG%5C%2FE%2CsBEjYT%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAmlDC%2CwBACC%2CeA2GC%2C8BF3gDP%2CmBACC%2CcAwDI%2CmBAuFF%2CsBAKI%2CiBAWC%2COAAM%3BEAcL%2CsBEjYT%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAmlDC%2CwBACC%2CeA0HN%2CCAfqC%2CgCF3gDrC%2CmBACC%2CcAwDI%2CmBAuFF%2CsBAKI%2CiBAWC%2COAAM%3BEAcL%2CsBEjYT%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAmlDC%2CwBACC%2CeA0HN%2CCAfsE%2CgCF3gDtE%2CmBACC%2CcAwDI%2CmBAuFF%2CsBAKI%2CiBAWC%2COAAM%3BIAYJ%2CkBAAA%3B%3B%3BAAKD%2CQAH0B%2CuBAAuB%3BEAGjD%2CsBEpYT%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAmlDC%2CwBACC%2CeA2GC%2C8BF3gDP%2CmBACC%2CcAwDI%2CmBAuFF%2CsBAKI%2CiBAWC%2COAAM%3BEAiBL%2CsBEpYT%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAmlDC%2CwBACC%2CeA0HN%2CCAfqC%2CgCF3gDrC%2CmBACC%2CcAwDI%2CmBAuFF%2CsBAKI%2CiBAWC%2COAAM%3BEAiBL%2CsBEpYT%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAmlDC%2CwBACC%2CeA0HN%2CCAfsE%2CgCF3gDtE%2CmBACC%2CcAwDI%2CmBAuFF%2CsBAKI%2CiBAWC%2COAAM%3BIAeN%2CiBAAA%3B%3B%3BAAMC%2CQAJ0B%2CwBAAuB%3BEAIjD%2CsBExYT%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAmlDC%2CwBACC%2CeA2GC%2C8BF3gDP%2CmBACC%2CcAwDI%2CmBAuFF%2CsBAKI%2CiBAWC%2COAAM%3BEAqBL%2CsBExYT%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAmlDC%2CwBACC%2CeA0HN%2CCAfqC%2CgCF3gDrC%2CmBACC%2CcAwDI%2CmBAuFF%2CsBAKI%2CiBAWC%2COAAM%3BEAqBL%2CsBExYT%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAmlDC%2CwBACC%2CeA0HN%2CCAfsE%2CgCF3gDtE%2CmBACC%2CcAwDI%2CmBAuFF%2CsBAKI%2CiBAWC%2COAAM%3BIAkBJ%2CYAAA%3BIACA%2CYAAA%3B%3B%3BAAED%2CsBExYT%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAmlDC%2CwBACC%2CeA2GC%2C8BF3gDP%2CmBACC%2CcAwDI%2CmBAuFF%2CsBAKI%2CiBAWC%2COAAM%2COAqBJ%3BAAAD%2CsBExYT%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAmlDC%2CwBACC%2CeA0HN%2CCAfqC%2CgCF3gDrC%2CmBACC%2CcAwDI%2CmBAuFF%2CsBAKI%2CiBAWC%2COAAM%2COAqBJ%3BAAAD%2CsBExYT%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAmlDC%2CwBACC%2CeA0HN%2CCAfsE%2CgCF3gDtE%2CmBACC%2CcAwDI%2CmBAuFF%2CsBAKI%2CiBAWC%2COAAM%2COAqBJ%3BEACA%2CmBAAA%3B%3BAE5WJ%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAmlDC%2CwBACC%2CeA2GC%2C8BF3gDP%2CmBACC%2CcAwDI%2CmBAuFF%2CsBAKI%2CiBAWC%2COAAM%2COAwBL%3BAE9WH%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAmlDC%2CwBACC%2CeA0HN%2CCAfqC%2CgCF3gDrC%2CmBACC%2CcAwDI%2CmBAuFF%2CsBAKI%2CiBAWC%2COAAM%2COAwBL%3BAE9WH%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAmlDC%2CwBACC%2CeA0HN%2CCAfsE%2CgCF3gDtE%2CmBACC%2CcAwDI%2CmBAuFF%2CsBAKI%2CiBAWC%2COAAM%2COAwBL%3BEACC%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CuBAAA%3B%3BAACA%2CsBEhZV%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAmlDC%2CwBACC%2CeA2GC%2C8BF3gDP%2CmBACC%2CcAwDI%2CmBAuFF%2CsBAKI%2CiBAWC%2COAAM%2COAwBL%2CKAKE%3BAAAD%2CsBEhZV%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAmlDC%2CwBACC%2CeA0HN%2CCAfqC%2CgCF3gDrC%2CmBACC%2CcAwDI%2CmBAuFF%2CsBAKI%2CiBAWC%2COAAM%2COAwBL%2CKAKE%3BAAAD%2CsBEhZV%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAmlDC%2CwBACC%2CeA0HN%2CCAfsE%2CgCF3gDtE%2CmBACC%2CcAwDI%2CmBAuFF%2CsBAKI%2CiBAWC%2COAAM%2COAwBL%2CKAKE%3BEACA%2CSAAQ%2CEAAR%3BEACA%2CqBAAA%3BEACA%2CyDAAA%3BEACA%2C4BAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CqBAAA%3B%3BAAKD%2CQAHwB%2CwBAAuB%3BEAG%5C%2FC%2CsBE9ZV%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAmlDC%2CwBACC%2CeA2GC%2C8BF3gDP%2CmBACC%2CcAwDI%2CmBAuFF%2CsBAKI%2CiBAWC%2COAAM%2COAwBL%2CKAKE%3BEAcD%2CsBE9ZV%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAmlDC%2CwBACC%2CeA0HN%2CCAfqC%2CgCF3gDrC%2CmBACC%2CcAwDI%2CmBAuFF%2CsBAKI%2CiBAWC%2COAAM%2COAwBL%2CKAKE%3BEAcD%2CsBE9ZV%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAmlDC%2CwBACC%2CeA0HN%2CCAfsE%2CgCF3gDtE%2CmBACC%2CcAwDI%2CmBAuFF%2CsBAKI%2CiBAWC%2COAAM%2COAwBL%2CKAKE%3BIAYC%2CiBAAA%3B%3B%3BAAKH%2CsBEjaT%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAmlDC%2CwBACC%2CeA2GC%2C8BF3gDP%2CmBACC%2CcAwDI%2CmBAuFF%2CsBAKI%2CiBAWC%2COAAM%2COA8CJ%3BAAAD%2CsBEjaT%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAmlDC%2CwBACC%2CeA0HN%2CCAfqC%2CgCF3gDrC%2CmBACC%2CcAwDI%2CmBAuFF%2CsBAKI%2CiBAWC%2COAAM%2COA8CJ%3BAAAD%2CsBEjaT%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAmlDC%2CwBACC%2CeA0HN%2CCAfsE%2CgCF3gDtE%2CmBACC%2CcAwDI%2CmBAuFF%2CsBAKI%2CiBAWC%2COAAM%2COA8CJ%3BEACA%2CkBAAA%3B%3BAAIA%2CQAH0B%2CuBAAuB%3BEAGjD%2CsBEtaV%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAmlDC%2CwBACC%2CeA2GC%2C8BF3gDP%2CmBACC%2CcAwDI%2CmBAuFF%2CsBAKI%2CiBAWC%2COAAM%2COA8CJ%3BEAKA%2CsBEtaV%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAmlDC%2CwBACC%2CeA0HN%2CCAfqC%2CgCF3gDrC%2CmBACC%2CcAwDI%2CmBAuFF%2CsBAKI%2CiBAWC%2COAAM%2COA8CJ%3BEAKA%2CsBEtaV%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAmlDC%2CwBACC%2CeA0HN%2CCAfsE%2CgCF3gDtE%2CmBACC%2CcAwDI%2CmBAuFF%2CsBAKI%2CiBAWC%2COAAM%2COA8CJ%3BIAGD%2CiBAAA%3B%3B%3BAAHA%2CsBEjaT%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAmlDC%2CwBACC%2CeA2GC%2C8BF3gDP%2CmBACC%2CcAwDI%2CmBAuFF%2CsBAKI%2CiBAWC%2COAAM%2COA8CJ%2CSAKA%3BAALD%2CsBEjaT%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAmlDC%2CwBACC%2CeA0HN%2CCAfqC%2CgCF3gDrC%2CmBACC%2CcAwDI%2CmBAuFF%2CsBAKI%2CiBAWC%2COAAM%2COA8CJ%2CSAKA%3BAALD%2CsBEjaT%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAmlDC%2CwBACC%2CeA0HN%2CCAfsE%2CgCF3gDtE%2CmBACC%2CcAwDI%2CmBAuFF%2CsBAKI%2CiBAWC%2COAAM%2COA8CJ%2CSAKA%3BEACC%2C0BAAA%3B%3BAACA%2CsBExaX%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAmlDC%2CwBACC%2CeA2GC%2C8BF3gDP%2CmBACC%2CcAwDI%2CmBAuFF%2CsBAKI%2CiBAWC%2COAAM%2COA8CJ%2CSAKA%2CKAEE%3BAAAD%2CsBExaX%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAmlDC%2CwBACC%2CeA0HN%2CCAfqC%2CgCF3gDrC%2CmBACC%2CcAwDI%2CmBAuFF%2CsBAKI%2CiBAWC%2COAAM%2COA8CJ%2CSAKA%2CKAEE%3BAAAD%2CsBExaX%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAmlDC%2CwBACC%2CeA0HN%2CCAfsE%2CgCF3gDtE%2CmBACC%2CcAwDI%2CmBAuFF%2CsBAKI%2CiBAWC%2COAAM%2COA8CJ%2CSAKA%2CKAEE%3BEACA%2C8CAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3B%3BAE%5C%2FYN%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAmlDC%2CwBACC%2CeA2GC%2C8BF3gDP%2CmBACC%2CcAwDI%2CmBAuFF%2CsBA%2BEC%2CmBACC%3BAEtZC%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAmlDC%2CwBACC%2CeA0HN%2CCAfqC%2CgCF3gDrC%2CmBACC%2CcAwDI%2CmBAuFF%2CsBA%2BEC%2CmBACC%3BAEtZC%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAmlDC%2CwBACC%2CeA0HN%2CCAfsE%2CgCF3gDtE%2CmBACC%2CcAwDI%2CmBAuFF%2CsBA%2BEC%2CmBACC%3BEACC%2CkBAAA%3BEACG%2CUAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3B%3B%3B%3B%3B%3B%3B%3BAAQA%2CsBE%5C%2FbT%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAmlDC%2CwBACC%2CeA2GC%2C8BF3gDP%2CmBACC%2CcAwDI%2CmBAuFF%2CsBA%2BEC%2CmBACC%2CYAYK%3BAAAD%2CsBE%5C%2FbT%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAmlDC%2CwBACC%2CeA0HN%2CCAfqC%2CgCF3gDrC%2CmBACC%2CcAwDI%2CmBAuFF%2CsBA%2BEC%2CmBACC%2CYAYK%3BAAAD%2CsBE%5C%2FbT%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAmlDC%2CwBACC%2CeA0HN%2CCAfsE%2CgCF3gDtE%2CmBACC%2CcAwDI%2CmBAuFF%2CsBA%2BEC%2CmBACC%2CYAYK%3BEACA%2CSAAQ%2CEAAR%3BEACA%2CqBAAA%3BEACA%2CkDAAA%3BEACA%2C4BAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3B%3BAExaJ%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAmlDC%2CwBACC%2CeA2GC%2C8BF3gDP%2CmBACC%2CcAwDI%2CmBAuFF%2CsBA%2BEC%2CmBAsBC%3BAE3aC%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAmlDC%2CwBACC%2CeA0HN%2CCAfqC%2CgCF3gDrC%2CmBACC%2CcAwDI%2CmBAuFF%2CsBA%2BEC%2CmBAsBC%3BAE3aC%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAmlDC%2CwBACC%2CeA0HN%2CCAfsE%2CgCF3gDtE%2CmBACC%2CcAwDI%2CmBAuFF%2CsBA%2BEC%2CmBAsBC%3BEACC%2CkBAAA%3BEACG%2CQAAA%3BEACA%2CMAAA%3BEACA%2CqCAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3B%3BAAKA%2CQAJ0C%3BEAI1C%2CsBEtdT%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAmlDC%2CwBACC%2CeA2GC%2C8BF3gDP%2CmBACC%2CcAwDI%2CmBAuFF%2CsBA%2BEC%2CmBAsBC%3BEAcI%2CsBEtdT%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAmlDC%2CwBACC%2CeA0HN%2CCAfqC%2CgCF3gDrC%2CmBACC%2CcAwDI%2CmBAuFF%2CsBA%2BEC%2CmBAsBC%3BEAcI%2CsBEtdT%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAmlDC%2CwBACC%2CeA0HN%2CCAfsE%2CgCF3gDtE%2CmBACC%2CcAwDI%2CmBAuFF%2CsBA%2BEC%2CmBAsBC%3BIAWK%2CWAAA%3BIACA%2CYAAA%3B%3B%3BAAED%2CsBEtdT%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAmlDC%2CwBACC%2CeA2GC%2C8BF3gDP%2CmBACC%2CcAwDI%2CmBAuFF%2CsBA%2BEC%2CmBAsBC%2CWAcK%3BAAAD%2CsBEtdT%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAmlDC%2CwBACC%2CeA0HN%2CCAfqC%2CgCF3gDrC%2CmBACC%2CcAwDI%2CmBAuFF%2CsBA%2BEC%2CmBAsBC%2CWAcK%3BAAAD%2CsBEtdT%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAmlDC%2CwBACC%2CeA0HN%2CCAfsE%2CgCF3gDtE%2CmBACC%2CcAwDI%2CmBAuFF%2CsBA%2BEC%2CmBAsBC%2CWAcK%3BEACA%2CSAAQ%2CEAAR%3BEACA%2CqBAAA%3BEACA%2CiDAAA%3BEACA%2C4BAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3B%3BAE%5C%2FbJ%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAmlDC%2CwBACC%2CeA8GC%3BAApsDD%2CsBA7BN%2CaAsBC%2CsBACC%2CIAAG%2CyBAAyB%2C6BAMpB%2CMAEN%2CiBAmlDC%2CwBACC%2CeA0HN%2CCAZgC%3BEACrB%2CiBAAA%3BEACA%2CeAAA%3BEACA%2C0BAAA%3B%3B%3BAC7vDZ%3BAAAuB%3BEACnB%2CmBAAA%3B%3BAAKC%2CQAH0C%3BEAG1C%2CsBAJD%3BEAIC%2C2BAJD%3BIAEE%2CgBAAA%3B%3B%3BAAJN%2CsBAEI%2CWAIC%2CGAAE%3BAANgB%2C2BAEnB%2CWAIC%2CGAAE%3BEACD%2CeAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3B%3BAAXN%2CsBAEI%2CWAWC%3BAAbkB%2C2BAEnB%2CWAWC%3BEACC%2CmBAAA%3BEACA%2CoBAAA%3BEACA%2C2CAAA%3B%3BAAhBN%2CsBAEI%2CWAWC%2CeAIC%3BAAjBiB%2C2BAEnB%2CWAWC%2CeAIC%3BEACC%2CaAAA%3B%3BAAlBP%2CsBAEI%2CWAWC%2CeAOF%3BAApBoB%2C2BAEnB%2CWAWC%2CeAOF%3BEACC%2CgBAAA%3B%3BAArBJ%2CsBAEI%2CWAWC%2CeAOF%2CsBAEC%2CIAAG%3BAAtBgB%2C2BAEnB%2CWAWC%2CeAOF%2CsBAEC%2CIAAG%3BEACC%2CeAAA%3B%3BAAvBR%2CsBAEI%2CWAWC%2CeAOF%2CsBAEC%2CIAAG%2CyBAEC%2CIAAG%3BAAxBY%2C2BAEnB%2CWAWC%2CeAOF%2CsBAEC%2CIAAG%2CyBAEC%2CIAAG%3BEACF%2CoBAAA%3BEACA%2CmBAAA%3B%3BAA1BT%2CsBAEI%2CWAWC%2CeAOF%2CsBAEC%2CIAAG%2CyBAEC%2CIAAG%2CsBAGF%2CiBAAiB%3BAA3BH%2C2BAEnB%2CWAWC%2CeAOF%2CsBAEC%2CIAAG%2CyBAEC%2CIAAG%2CsBAGF%2CiBAAiB%3BEAChB%2CWAAA%3B%3BAA5BV%2CsBAEI%2CWAWC%2CeAOF%2CsBAEC%2CIAAG%2CyBAEC%2CIAAG%2CsBAGF%2CiBAAiB%2CeAEhB%3BAA7Ba%2C2BAEnB%2CWAWC%2CeAOF%2CsBAEC%2CIAAG%2CyBAEC%2CIAAG%2CsBAGF%2CiBAAiB%2CeAEhB%3BEACC%2CUAAA%3B%3BAA9BX%2CsBAEI%2CWAWC%2CeAOF%2CsBAEC%2CIAAG%2CyBAEC%2CIAAG%2CsBAGF%2CiBAAiB%2CeAEhB%2CmBAEC%3BAA%5C%2FBY%2C2BAEnB%2CWAWC%2CeAOF%2CsBAEC%2CIAAG%2CyBAEC%2CIAAG%2CsBAGF%2CiBAAiB%2CeAEhB%2CmBAEC%3BEACC%2CeAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3B%3BAAYT%2CQAH0C%3BEAG1C%2CsBA9CC%2CWA0CF%3BEAIC%2C2BA9CC%2CWA0CF%3BIAEE%2CcAAA%3B%3B%3BAA9CJ%2CsBAEI%2CWA0CF%2CSAIC%2CQAAO%3BAAhDa%2C2BAEnB%2CWA0CF%2CSAIC%2CQAAO%3BEACN%2CUAAA%3B%3BAAjDJ%2CsBAEI%2CWA0CF%2CSAIC%2CQAAO%2CKAEN%3BAAlDmB%2C2BAEnB%2CWA0CF%2CSAIC%2CQAAO%2CKAEN%3BEACI%2CWAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CaAAA%3BEACA%2CyBAAA%3BEACA%2CmBAAA%3B%3BAAIA%2CQAH2C%3BEAG3C%2CsBA1DJ%2CWA0CF%2CSAIC%2CQAAO%2CKAEN%3BEAUI%2C2BA1DJ%2CWA0CF%2CSAIC%2CQAAO%2CKAEN%3BIAQM%2CgBAAA%3B%3B%3BAA1DV%2CsBAEI%2CWA0CF%2CSAIC%2CQAAO%2CKAEN%2CkBAUI%3BAA5De%2C2BAEnB%2CWA0CF%2CSAIC%2CQAAO%2CKAEN%2CkBAUI%3BEACC%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEAAY%2CeAAA%3B%3BAAOhB%2CQAN8C%3BEAM9C%2CsBArED%2CWA0CF%2CSAIC%2CQAAO%2CKAEN%2CkBAUI%3BEAWH%2C2BArED%2CWA0CF%2CSAIC%2CQAAO%2CKAEN%2CkBAUI%3BIAME%2CUAAA%3BIACA%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CeAAA%3B%3B%3BAArEV%2CsBAEI%2CWA0CF%2CSAIC%2CQAAO%2CKAEN%2CkBAsBC%3BAAxEkB%2C2BAEnB%2CWA0CF%2CSAIC%2CQAAO%2CKAEN%2CkBAsBC%3BEACC%2CkBAAA%3B%3BAAIA%2CQAH0C%3BEAG1C%2CsBA3EF%2CWA0CF%2CSAIC%2CQAAO%2CKAEN%2CkBAsBC%3BEAKC%2C2BA3EF%2CWA0CF%2CSAIC%2CQAAO%2CKAEN%2CkBAsBC%3BIAGE%2CgBAAA%3B%3B%3BAA3EP%2CsBAEI%2CWA0CF%2CSAIC%2CQAAO%2CKAEN%2CkBAsBC%2CgBAKC%3BAA7EiB%2C2BAEnB%2CWA0CF%2CSAIC%2CQAAO%2CKAEN%2CkBAsBC%2CgBAKC%3BEACC%2CeAAA%3BEACG%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3B%3BAAKJ%2CQAJ8C%3BEAI9C%2CsBApFF%2CWA0CF%2CSAIC%2CQAAO%2CKAEN%2CkBAsBC%2CgBAKC%3BEASA%2C2BApFF%2CWA0CF%2CSAIC%2CQAAO%2CKAEN%2CkBAsBC%2CgBAKC%3BIAMK%2CeAAA%3BIACA%2CiBAAA%3B%3B%3BAApFX%2CsBAEI%2CWA0CF%2CSAIC%2CQAAO%2CKAEN%2CkBAsBC%2CgBAeC%3BAAvFiB%2C2BAEnB%2CWA0CF%2CSAIC%2CQAAO%2CKAEN%2CkBAsBC%2CgBAeC%3BEACI%2CgBAAA%3BEACA%2CqCAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3BEACA%2CoBAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3BEACA%2CiFAAA%3B%3BAAOJ%2CQAN8C%3BEAM9C%2CsBAxGF%2CWA0CF%2CSAIC%2CQAAO%2CKAEN%2CkBAsBC%2CgBAeC%3BEAmBA%2C2BAxGF%2CWA0CF%2CSAIC%2CQAAO%2CKAEN%2CkBAsBC%2CgBAeC%3BIAcK%2CiBAAA%3BIACA%2CYAAA%3BIACA%2CYAAA%3BIACA%2CqCAAA%3B%3B%3BAAIJ%2CsBA1GH%2CWA0CF%2CSAIC%2CQAAO%2CKAEN%2CkBAsBC%2CgBAmCC%2CEAAC%2CcACC%3BAAAD%2C2BA1GH%2CWA0CF%2CSAIC%2CQAAO%2CKAEN%2CkBAsBC%2CgBAmCC%2CEAAC%2CcACC%3BEACG%2CWAAA%3BEACA%2CeAAA%3B%3BAASN%2CQAH2C%3BEAG3C%2CsBArHD%2CWA0CF%2CSAIC%2CQAAO%2CKAmEN%3BEAIC%2C2BArHD%2CWA0CF%2CSAIC%2CQAAO%2CKAmEN%3BIAEG%2CaAAA%3B%3B%3BAAQD%2CQAL2C%3BEAK3C%2CsBA3HF%2CWA0CF%2CSAIC%2CQAAO%2CKAmEN%2CUAIC%2CGAAE%3BEAMD%2C2BA3HF%2CWA0CF%2CSAIC%2CQAAO%2CKAmEN%2CUAIC%2CGAAE%3BIAEG%2CaAAA%3BIACA%2CeAAA%3BIACA%2CcAAA%3B%3B%3BAA3HV%2CsBAEI%2CWA0CF%2CSAIC%2CQAAO%2CKAmEN%2CUAIC%2CGAAE%2CSAMD%3BAA7HiB%2C2BAEnB%2CWA0CF%2CSAIC%2CQAAO%2CKAmEN%2CUAIC%2CGAAE%2CSAMD%3BEACI%2CUAAA%3BEACA%2C8BAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAUA%2CQAT0C%3BEAS1C%2CsBAzIN%2CWA0CF%2CSAIC%2CQAAO%2CKAmEN%2CUAIC%2CGAAE%2CSAMD%3BEAcI%2C2BAzIN%2CWA0CF%2CSAIC%2CQAAO%2CKAmEN%2CUAIC%2CGAAE%2CSAMD%3BIAMK%2CYAAA%3BIACA%2CqBAAA%3BIACA%2CaAAA%3BIACA%2CeAAA%3B%3BEACA%2CsBArIP%2CWA0CF%2CSAIC%2CQAAO%2CKAmEN%2CUAIC%2CGAAE%2CSAMD%2CGAUM%2CUAAU%3BEAAX%2C2BArIP%2CWA0CF%2CSAIC%2CQAAO%2CKAmEN%2CUAIC%2CGAAE%2CSAMD%2CGAUM%2CUAAU%3BIACV%2CeAAA%3B%3B%3BAAUF%2CQAP4C%2CuBAAuC%3BEAOnF%2CsBAhJN%2CWA0CF%2CSAIC%2CQAAO%2CKAmEN%2CUAIC%2CGAAE%2CSAMD%3BEAqBI%2C2BAhJN%2CWA0CF%2CSAIC%2CQAAO%2CKAmEN%2CUAIC%2CGAAE%2CSAMD%3BIAeK%2CUAAA%3BIACA%2CiBAAA%3B%3BEACC%2CsBA5IR%2CWA0CF%2CSAIC%2CQAAO%2CKAmEN%2CUAIC%2CGAAE%2CSAMD%2CGAiBO%2CUAAU%3BEAAX%2C2BA5IR%2CWA0CF%2CSAIC%2CQAAO%2CKAmEN%2CUAIC%2CGAAE%2CSAMD%2CGAiBO%2CUAAU%3BIACX%2CeAAA%3B%3B%3BAAQF%2CQALyC%2CwBAAsC%3BEAK%5C%2FE%2CsBArJN%2CWA0CF%2CSAIC%2CQAAO%2CKAmEN%2CUAIC%2CGAAE%2CSAMD%3BEA0BI%2C2BArJN%2CWA0CF%2CSAIC%2CQAAO%2CKAmEN%2CUAIC%2CGAAE%2CSAMD%3BIAsBK%2C8BAAA%3BIACA%2CkBAAA%3BIACA%2CmBAAA%3B%3B%3BAAED%2CsBArJN%2CWA0CF%2CSAIC%2CQAAO%2CKAmEN%2CUAIC%2CGAAE%2CSAMD%2CGA0BK%2CUAAU%3BAAAX%2C2BArJN%2CWA0CF%2CSAIC%2CQAAO%2CKAmEN%2CUAIC%2CGAAE%2CSAMD%2CGA0BK%2CUAAU%3BEACV%2CeAAA%3B%3BAAID%2CQAHuC%2CuBAAmC%3BEAG1E%2CsBA1JN%2CWA0CF%2CSAIC%2CQAAO%2CKAmEN%2CUAIC%2CGAAE%2CSAMD%2CGA0BK%2CUAAU%3BEAKX%2C2BA1JN%2CWA0CF%2CSAIC%2CQAAO%2CKAmEN%2CUAIC%2CGAAE%2CSAMD%2CGA0BK%2CUAAU%3BIAGT%2CkBAAA%3B%3B%3BAAWF%2CQARsC%2CuBAAmC%3BEAQzE%2CsBAnKN%2CWA0CF%2CSAIC%2CQAAO%2CKAmEN%2CUAIC%2CGAAE%2CSAMD%3BEAwCI%2C2BAnKN%2CWA0CF%2CSAIC%2CQAAO%2CKAmEN%2CUAIC%2CGAAE%2CSAMD%3BIAiCK%2C8BAAA%3BIACA%2CkBAAA%3BIACA%2CmBAAA%3B%3BEACA%2CsBA%5C%2FJP%2CWA0CF%2CSAIC%2CQAAO%2CKAmEN%2CUAIC%2CGAAE%2CSAMD%2CGAoCM%2CUAAU%3BEAAX%2C2BA%5C%2FJP%2CWA0CF%2CSAIC%2CQAAO%2CKAmEN%2CUAIC%2CGAAE%2CSAMD%2CGAoCM%2CUAAU%3BIACV%2CeAAA%3B%3B%3BAAWF%2CQAR0C%2CuBAAmC%3BEAQ7E%2CsBA3KN%2CWA0CF%2CSAIC%2CQAAO%2CKAmEN%2CUAIC%2CGAAE%2CSAMD%3BEAgDI%2C2BA3KN%2CWA0CF%2CSAIC%2CQAAO%2CKAmEN%2CUAIC%2CGAAE%2CSAMD%3BIAyCK%2C8BAAA%3BIACA%2CkBAAA%3BIACA%2CmBAAA%3B%3BEACA%2CsBAvKP%2CWA0CF%2CSAIC%2CQAAO%2CKAmEN%2CUAIC%2CGAAE%2CSAMD%2CGA4CM%2CUAAU%3BEAAX%2C2BAvKP%2CWA0CF%2CSAIC%2CQAAO%2CKAmEN%2CUAIC%2CGAAE%2CSAMD%2CGA4CM%2CUAAU%3BIACV%2CeAAA%3B%3B%3BAA1KZ%2CsBAEI%2CWA0CF%2CSAIC%2CQAAO%2CKAmEN%2CUAIC%2CGAAE%2CSAMD%2CGAgDI%3BAA7Ka%2C2BAEnB%2CWA0CF%2CSAIC%2CQAAO%2CKAmEN%2CUAIC%2CGAAE%2CSAMD%2CGAgDI%3BEACC%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3B%3BAAIA%2CQAHsC%3BEAGtC%2CsBAnLP%2CWA0CF%2CSAIC%2CQAAO%2CKAmEN%2CUAIC%2CGAAE%2CSAMD%2CGAgDI%3BEAQC%2C2BAnLP%2CWA0CF%2CSAIC%2CQAAO%2CKAmEN%2CUAIC%2CGAAE%2CSAMD%2CGAgDI%3BIAME%2CaAAA%3B%3B%3BAAKD%2CQAHyC%2CwBAAsC%3BEAG%5C%2FE%2CsBAtLP%2CWA0CF%2CSAIC%2CQAAO%2CKAmEN%2CUAIC%2CGAAE%2CSAMD%2CGAgDI%3BEAWC%2C2BAtLP%2CWA0CF%2CSAIC%2CQAAO%2CKAmEN%2CUAIC%2CGAAE%2CSAMD%2CGAgDI%3BIASE%2CaAAA%3B%3B%3BAAKD%2CQAH0C%3BEAG1C%2CsBAzLP%2CWA0CF%2CSAIC%2CQAAO%2CKAmEN%2CUAIC%2CGAAE%2CSAMD%2CGAgDI%3BEAcC%2C2BAzLP%2CWA0CF%2CSAIC%2CQAAO%2CKAmEN%2CUAIC%2CGAAE%2CSAMD%2CGAgDI%3BIAYE%2CYAAA%3B%3B%3BAAED%2CsBAzLP%2CWA0CF%2CSAIC%2CQAAO%2CKAmEN%2CUAIC%2CGAAE%2CSAMD%2CGAgDI%2CmBAcE%3BAAAD%2C2BAzLP%2CWA0CF%2CSAIC%2CQAAO%2CKAmEN%2CUAIC%2CGAAE%2CSAMD%2CGAgDI%2CmBAcE%3BEACA%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3BEACA%2CgBAAA%3B%3BAAIJ%2CQAH0C%3BEAG1C%2CsBAlMJ%2CWA0CF%2CSAIC%2CQAAO%2CKAmEN%2CUAIC%2CGAAE%2CSAMD%2CGAgDI%2CmBAcE%3BEASJ%2C2BAlMJ%2CWA0CF%2CSAIC%2CQAAO%2CKAmEN%2CUAIC%2CGAAE%2CSAMD%2CGAgDI%2CmBAcE%3BIAOC%2CaAAA%3B%3B%3BAAlMb%2CsBAEI%2CWA0CF%2CSAIC%2CQAAO%2CKAmEN%2CUAIC%2CGAAE%2CSAMD%2CGAgDI%2CmBAwBF%3BAArMe%2C2BAEnB%2CWA0CF%2CSAIC%2CQAAO%2CKAmEN%2CUAIC%2CGAAE%2CSAMD%2CGAgDI%2CmBAwBF%3BEACC%2CcAAA%3B%3BAAtMT%2CsBAEI%2CWA0CF%2CSAIC%2CQAAO%2CKAmEN%2CUAIC%2CGAAE%2CSAMD%2CGAgDI%2CmBAwBF%2CoBAEC%3BAAvMc%2C2BAEnB%2CWA0CF%2CSAIC%2CQAAO%2CKAmEN%2CUAIC%2CGAAE%2CSAMD%2CGAgDI%2CmBAwBF%2CoBAEC%3BEACI%2CsBAAA%3B%3BAAxMb%2CsBAEI%2CWA0CF%2CSAIC%2CQAAO%2CKAmEN%2CUAIC%2CGAAE%2CSAMD%2CGAgDI%2CmBAwBF%2CoBAEC%2CyBAEI%3BAAzMU%2C2BAEnB%2CWA0CF%2CSAIC%2CQAAO%2CKAmEN%2CUAIC%2CGAAE%2CSAMD%2CGAgDI%2CmBAwBF%2CoBAEC%2CyBAEI%3BEACC%2C%2BBAAA%3B%3BAA1Md%2CsBAEI%2CWA0CF%2CSAIC%2CQAAO%2CKAmEN%2CUAIC%2CGAAE%2CSAMD%2CGAgDI%2CmBAiCF%2CsBACC%3BAA%5C%2FMc%2C2BAEnB%2CWA0CF%2CSAIC%2CQAAO%2CKAmEN%2CUAIC%2CGAAE%2CSAMD%2CGAgDI%2CmBAiCF%2CsBACC%3BEACI%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAIA%2CQAH2C%3BEAG3C%2CsBAnNT%2CWA0CF%2CSAIC%2CQAAO%2CKAmEN%2CUAIC%2CGAAE%2CSAMD%2CGAgDI%2CmBAiCF%2CsBACC%3BEAMI%2C2BAnNT%2CWA0CF%2CSAIC%2CQAAO%2CKAmEN%2CUAIC%2CGAAE%2CSAMD%2CGAgDI%2CmBAiCF%2CsBACC%3BIAIM%2CmBAAA%3B%3B%3BAAnNf%2CsBAEI%2CWA0CF%2CSAIC%2CQAAO%2CKAmEN%2CUAIC%2CGAAE%2CSAMD%2CGAgDI%2CmBAiCF%2CsBACC%2CmBAMI%3BAArNU%2C2BAEnB%2CWA0CF%2CSAIC%2CQAAO%2CKAmEN%2CUAIC%2CGAAE%2CSAMD%2CGAgDI%2CmBAiCF%2CsBACC%2CmBAMI%3BEACC%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CqBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3B%3BAAMH%2CQAL6C%3BEAK7C%2CsBAhOP%2CWA0CF%2CSAIC%2CQAAO%2CKAmEN%2CUAIC%2CGAAE%2CSAMD%2CGAgDI%2CmBAiCF%2CsBACC%2CmBAMI%3BEAaF%2C2BAhOP%2CWA0CF%2CSAIC%2CQAAO%2CKAmEN%2CUAIC%2CGAAE%2CSAMD%2CGAgDI%2CmBAiCF%2CsBACC%2CmBAMI%3BIASE%2CeAAA%3BIACH%2CiBAAA%3BIACA%2CgBAAA%3B%3B%3BAAKD%2CQAH4C%2CuBAAuC%3BEAGnF%2CsBAnOP%2CWA0CF%2CSAIC%2CQAAO%2CKAmEN%2CUAIC%2CGAAE%2CSAMD%2CGAgDI%2CmBAiCF%2CsBACC%2CmBAMI%3BEAgBF%2C2BAnOP%2CWA0CF%2CSAIC%2CQAAO%2CKAmEN%2CUAIC%2CGAAE%2CSAMD%2CGAgDI%2CmBAiCF%2CsBACC%2CmBAMI%3BIAcD%2CgBAAA%3B%3B%3BAAOD%2CQALyC%2CwBAAsC%3BEAK%5C%2FE%2CsBAxOP%2CWA0CF%2CSAIC%2CQAAO%2CKAmEN%2CUAIC%2CGAAE%2CSAMD%2CGAgDI%2CmBAiCF%2CsBACC%2CmBAMI%3BEAqBF%2C2BAxOP%2CWA0CF%2CSAIC%2CQAAO%2CKAmEN%2CUAIC%2CGAAE%2CSAMD%2CGAgDI%2CmBAiCF%2CsBACC%2CmBAMI%3BIAiBD%2CeAAA%3BIACG%2CiBAAA%3BIACA%2CgBAAA%3B%3B%3BAAOL%2CQAL6C%2CuBAAmC%3BEAKhF%2CsBA7ON%2CWA0CF%2CSAIC%2CQAAO%2CKAmEN%2CUAIC%2CGAAE%2CSAMD%2CGAgDI%2CmBAiCF%2CsBACC%2CmBAMI%3BEA0BH%2C2BA7ON%2CWA0CF%2CSAIC%2CQAAO%2CKAmEN%2CUAIC%2CGAAE%2CSAMD%2CGAgDI%2CmBAiCF%2CsBACC%2CmBAMI%3BIAsBD%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CgBAAA%3B%3B%3BAA7OZ%2CsBAEI%2CWA0CF%2CSAIC%2CQAAO%2CKAmEN%2CUAIC%2CGAAE%2CSAMD%2CGAgDI%2CmBAiCF%2CsBAmCC%3BAAjPc%2C2BAEnB%2CWA0CF%2CSAIC%2CQAAO%2CKAmEN%2CUAIC%2CGAAE%2CSAMD%2CGAgDI%2CmBAiCF%2CsBAmCC%3BEACI%2CYAAA%3BEACA%2CmBAAA%3B%3BAAIH%2CQAH6C%3BEAG7C%2CsBArPN%2CWA0CF%2CSAIC%2CQAAO%2CKAmEN%2CUAIC%2CGAAE%2CSAMD%2CGAgDI%2CmBAiCF%2CsBAmCC%3BEAMC%2C2BArPN%2CWA0CF%2CSAIC%2CQAAO%2CKAmEN%2CUAIC%2CGAAE%2CSAMD%2CGAgDI%2CmBAiCF%2CsBAmCC%3BIAIK%2CmBAAA%3B%3B%3BAAKJ%2CQAHyC%2CwBAAsC%3BEAG%5C%2FE%2CsBAxPN%2CWA0CF%2CSAIC%2CQAAO%2CKAmEN%2CUAIC%2CGAAE%2CSAMD%2CGAgDI%2CmBAiCF%2CsBAmCC%3BEASC%2C2BAxPN%2CWA0CF%2CSAIC%2CQAAO%2CKAmEN%2CUAIC%2CGAAE%2CSAMD%2CGAgDI%2CmBAiCF%2CsBAmCC%3BIAOE%2CmBAAA%3B%3B%3BAAKF%2CQAH6C%2CuBAAmC%3BEAGhF%2CsBA3PL%2CWA0CF%2CSAIC%2CQAAO%2CKAmEN%2CUAIC%2CGAAE%2CSAMD%2CGAgDI%2CmBAiCF%2CsBAmCC%3BEAYA%2C2BA3PL%2CWA0CF%2CSAIC%2CQAAO%2CKAmEN%2CUAIC%2CGAAE%2CSAMD%2CGAgDI%2CmBAiCF%2CsBAmCC%3BIAUE%2CmBAAA%3B%3B%3BAA3PX%2CsBAEI%2CWA0CF%2CSAIC%2CQAAO%2CKAmEN%2CUAIC%2CGAAE%2CSAMD%2CGAgDI%2CmBAiCF%2CsBAgDC%3BAA9Pc%2C2BAEnB%2CWA0CF%2CSAIC%2CQAAO%2CKAmEN%2CUAIC%2CGAAE%2CSAMD%2CGAgDI%2CmBAiCF%2CsBAgDC%3BEACI%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CaAAA%3BEACH%2CmBAAA%3BEACA%2CYAAA%3B%3BAAKA%2CQAJ0C%3BEAI1C%2CsBAtQN%2CWA0CF%2CSAIC%2CQAAO%2CKAmEN%2CUAIC%2CGAAE%2CSAMD%2CGAgDI%2CmBAiCF%2CsBAgDC%3BEAUC%2C2BAtQN%2CWA0CF%2CSAIC%2CQAAO%2CKAmEN%2CUAIC%2CGAAE%2CSAMD%2CGAgDI%2CmBAiCF%2CsBAgDC%3BIAOK%2CmBAAA%3BIACA%2CcAAA%3B%3B%3BAAKJ%2CQAHyC%2CwBAAsC%3BEAG%5C%2FE%2CsBAzQN%2CWA0CF%2CSAIC%2CQAAO%2CKAmEN%2CUAIC%2CGAAE%2CSAMD%2CGAgDI%2CmBAiCF%2CsBAgDC%3BEAaC%2C2BAzQN%2CWA0CF%2CSAIC%2CQAAO%2CKAmEN%2CUAIC%2CGAAE%2CSAMD%2CGAgDI%2CmBAiCF%2CsBAgDC%3BIAWE%2CmBAAA%3B%3B%3BAAKD%2CQAH4C%2CuBAAmC%3BEAG%5C%2FE%2CsBA5QN%2CWA0CF%2CSAIC%2CQAAO%2CKAmEN%2CUAIC%2CGAAE%2CSAMD%2CGAgDI%2CmBAiCF%2CsBAgDC%3BEAgBC%2C2BA5QN%2CWA0CF%2CSAIC%2CQAAO%2CKAmEN%2CUAIC%2CGAAE%2CSAMD%2CGAgDI%2CmBAiCF%2CsBAgDC%3BIAcE%2CmBAAA%3B%3B%3BAA5QX%2CsBAEI%2CWA0CF%2CSAIC%2CQAAO%2CKAmEN%2CUAIC%2CGAAE%2CSAMD%2CGAgDI%2CmBAiCF%2CsBAgDC%2CWAgBC%3BAA9Qa%2C2BAEnB%2CWA0CF%2CSAIC%2CQAAO%2CKAmEN%2CUAIC%2CGAAE%2CSAMD%2CGAgDI%2CmBAiCF%2CsBAgDC%2CWAgBC%3BEACI%2CQAAA%3B%3BAAIJ%2CQAH8C%3BEAG9C%2CsBAjRN%2CWA0CF%2CSAIC%2CQAAO%2CKAmEN%2CUAIC%2CGAAE%2CSAMD%2CGAgDI%2CmBAiCF%2CsBAgDC%2CWAgBC%3BEAKA%2C2BAjRN%2CWA0CF%2CSAIC%2CQAAO%2CKAmEN%2CUAIC%2CGAAE%2CSAMD%2CGAgDI%2CmBAiCF%2CsBAgDC%2CWAgBC%3BIAGK%2CaAAA%3B%3B%3BAAjRf%2CsBAEI%2CWA0CF%2CSAIC%2CQAAO%2CKAmEN%2CUAIC%2CGAAE%2CSAMD%2CGAgDI%2CmBAiCF%2CsBAgDC%2CWAsBC%3BAApRa%2C2BAEnB%2CWA0CF%2CSAIC%2CQAAO%2CKAmEN%2CUAIC%2CGAAE%2CSAMD%2CGAgDI%2CmBAiCF%2CsBAgDC%2CWAsBC%3BEACI%2CQAAA%3B%3BAArRd%2CsBAEI%2CWA0CF%2CSAIC%2CQAAO%2CKAmEN%2CUAIC%2CGAAE%2CSAMD%2CGAgDI%2CmBAiCF%2CsBAgDC%2CWAsBC%2CWAEI%3BAAtRS%2C2BAEnB%2CWA0CF%2CSAIC%2CQAAO%2CKAmEN%2CUAIC%2CGAAE%2CSAMD%2CGAgDI%2CmBAiCF%2CsBAgDC%2CWAsBC%2CWAEI%3BEACC%2CaAAA%3B%3BAAvRf%2CsBAEI%2CWA0CF%2CSAIC%2CQAAO%2CKAmEN%2CUAIC%2CGAAE%2CSAMD%2CGAgDI%2CmBAiCF%2CsBAgDC%2CWAsBC%2CWAKC%3BAAzRY%2C2BAEnB%2CWA0CF%2CSAIC%2CQAAO%2CKAmEN%2CUAIC%2CGAAE%2CSAMD%2CGAgDI%2CmBAiCF%2CsBAgDC%2CWAsBC%2CWAKC%3BEACI%2CcAAA%3BEACA%2CqBAAA%3BEACA%2C6BAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3B%3BAAMH%2CQAL6C%3BEAK7C%2CsBApSR%2CWA0CF%2CSAIC%2CQAAO%2CKAmEN%2CUAIC%2CGAAE%2CSAMD%2CGAgDI%2CmBAiCF%2CsBAgDC%2CWAsBC%2CWAKC%3BEAaC%2C2BApSR%2CWA0CF%2CSAIC%2CQAAO%2CKAmEN%2CUAIC%2CGAAE%2CSAMD%2CGAgDI%2CmBAiCF%2CsBAgDC%2CWAsBC%2CWAKC%3BIASK%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CiBAAA%3B%3B%3BAAML%2CQAJ6C%2CuBAAmC%3BEAIhF%2CsBAxSP%2CWA0CF%2CSAIC%2CQAAO%2CKAmEN%2CUAIC%2CGAAE%2CSAMD%2CGAgDI%2CmBAiCF%2CsBAgDC%2CWAsBC%2CWAKC%3BEAiBA%2C2BAxSP%2CWA0CF%2CSAIC%2CQAAO%2CKAmEN%2CUAIC%2CGAAE%2CSAMD%2CGAgDI%2CmBAiCF%2CsBAgDC%2CWAsBC%2CWAKC%3BIAcE%2CeAAA%3BIACA%2CiBAAA%3B%3B%3BAAxSb%2CsBAEI%2CWA0CF%2CSAIC%2CQAAO%2CKAmEN%2CUAIC%2CGAAE%2CSAMD%2CGAgDI%2CmBAiCF%2CsBAgDC%2CWA8CI%2CKAAI%3BAA5SM%2C2BAEnB%2CWA0CF%2CSAIC%2CQAAO%2CKAmEN%2CUAIC%2CGAAE%2CSAMD%2CGAgDI%2CmBAiCF%2CsBAgDC%2CWA8CI%2CKAAI%3BEACH%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3B%3BAAMA%2CQAL0C%3BEAK1C%2CsBApTV%2CWA0CF%2CSAIC%2CQAAO%2CKAmEN%2CUAIC%2CGAAE%2CSAMD%2CGAgDI%2CmBAiCF%2CsBAgDC%2CWA8CI%2CKAAI%3BEAUH%2C2BApTV%2CWA0CF%2CSAIC%2CQAAO%2CKAmEN%2CUAIC%2CGAAE%2CSAMD%2CGAgDI%2CmBAiCF%2CsBAgDC%2CWA8CI%2CKAAI%3BIAMF%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CSAAA%3B%3B%3BAAML%2CQAJgD%2CuBAAmC%3BEAInF%2CsBAxTN%2CWA0CF%2CSAIC%2CQAAO%2CKAmEN%2CUAIC%2CGAAE%2CSAMD%2CGAgDI%2CmBAiCF%2CsBAgDC%2CWA8CI%2CKAAI%3BEAcP%2C2BAxTN%2CWA0CF%2CSAIC%2CQAAO%2CKAmEN%2CUAIC%2CGAAE%2CSAMD%2CGAgDI%2CmBAiCF%2CsBAgDC%2CWA8CI%2CKAAI%3BIAWF%2CeAAA%3BIACA%2CiBAAA%3B%3B%3BAAxTf%2CsBAEI%2CWA0CF%2CSAIC%2CQAAO%2CKAmEN%2CUAIC%2CGAAE%2CSAMD%2CGAgDI%2CmBAgJF%3BAA7Te%2C2BAEnB%2CWA0CF%2CSAIC%2CQAAO%2CKAmEN%2CUAIC%2CGAAE%2CSAMD%2CGAgDI%2CmBAgJF%3BEACI%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CYAAA%3B%3BAACA%2CsBAnUR%2CWA0CF%2CSAIC%2CQAAO%2CKAmEN%2CUAIC%2CGAAE%2CSAMD%2CGAgDI%2CmBAgJF%2CoBAQK%3BAAAD%2C2BAnUR%2CWA0CF%2CSAIC%2CQAAO%2CKAmEN%2CUAIC%2CGAAE%2CSAMD%2CGAgDI%2CmBAgJF%2CoBAQK%3BEACA%2CaAAA%3B%3BAAtUb%2CsBAEI%2CWA0CF%2CSAIC%2CQAAO%2CKAmEN%2CUAIC%2CGAAE%2CSAMD%2CGAgDI%2CmBAgJF%2CoBAWI%2COAAM%2CgBAAiB%3BAAxUZ%2C2BAEnB%2CWA0CF%2CSAIC%2CQAAO%2CKAmEN%2CUAIC%2CGAAE%2CSAMD%2CGAgDI%2CmBAgJF%2CoBAWI%2COAAM%2CgBAAiB%3BEACtB%2CWAAA%3BEACA%2CqBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACH%2CcAAA%3BEACA%2CgBAAA%3B%3BAACG%2CsBA7UT%2CWA0CF%2CSAIC%2CQAAO%2CKAmEN%2CUAIC%2CGAAE%2CSAMD%2CGAgDI%2CmBAgJF%2CoBAWI%2COAAM%2CgBAAiB%2CEAOrB%3BAAAD%2C2BA7UT%2CWA0CF%2CSAIC%2CQAAO%2CKAmEN%2CUAIC%2CGAAE%2CSAMD%2CGAgDI%2CmBAgJF%2CoBAWI%2COAAM%2CgBAAiB%2CEAOrB%3BEACA%2CmBAAA%3BEACA%2CWAAA%3B%3BAAjVd%2CsBAEI%2CWA0CF%2CSAIC%2CQAAO%2CKAmEN%2CUAIC%2CGAAE%2CSAMD%2CGAgDI%2CmBAgJF%2CoBAuBI%3BAApVW%2C2BAEnB%2CWA0CF%2CSAIC%2CQAAO%2CKAmEN%2CUAIC%2CGAAE%2CSAMD%2CGAgDI%2CmBAgJF%2CoBAuBI%3BEACC%2CaAAA%3BEACA%2CuBAAA%3BEACA%2CmBAAA%3B%3BEAEA%2CSAAA%3B%3BAAIA%2CQAH0C%3BEAG1C%2CsBA3VT%2CWA0CF%2CSAIC%2CQAAO%2CKAmEN%2CUAIC%2CGAAE%2CSAMD%2CGAgDI%2CmBAgJF%2CoBAuBI%3BEASC%2C2BA3VT%2CWA0CF%2CSAIC%2CQAAO%2CKAmEN%2CUAIC%2CGAAE%2CSAMD%2CGAgDI%2CmBAgJF%2CoBAuBI%3BIAOE%2CiBAAA%3B%3B%3BAA3Vd%2CsBAEI%2CWA0CF%2CSAIC%2CQAAO%2CKAmEN%2CUAIC%2CGAAE%2CSAMD%2CGAgDI%2CmBAgJF%2CoBAuBI%2CsBASC%3BAA7VU%2C2BAEnB%2CWA0CF%2CSAIC%2CQAAO%2CKAmEN%2CUAIC%2CGAAE%2CSAMD%2CGAgDI%2CmBAgJF%2CoBAuBI%2CsBASC%3B%3BEAEC%2CWAAA%3B%3BAAKA%2CQAJ0C%3BEAI1C%2CsBAlWV%2CWA0CF%2CSAIC%2CQAAO%2CKAmEN%2CUAIC%2CGAAE%2CSAMD%2CGAgDI%2CmBAgJF%2CoBAuBI%2CsBASC%3BEAOC%2C2BAlWV%2CWA0CF%2CSAIC%2CQAAO%2CKAmEN%2CUAIC%2CGAAE%2CSAMD%2CGAgDI%2CmBAgJF%2CoBAuBI%2CsBASC%3BIAKD%2CWAAA%3B%3B%3BAAlWZ%2CsBAEI%2CWA0CF%2CSAIC%2CQAAO%2CKAmEN%2CUAIC%2CGAAE%2CSAMD%2CGAgDI%2CmBAgJF%2CoBAuBI%2CsBASC%2CiBAOC%2COAAM%3BAApWG%2C2BAEnB%2CWA0CF%2CSAIC%2CQAAO%2CKAmEN%2CUAIC%2CGAAE%2CSAMD%2CGAgDI%2CmBAgJF%2CoBAuBI%2CsBASC%2CiBAOC%2COAAM%3BEACL%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CaAAa%2CSAAb%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3B%3BAAIA%2CQAHyC%2CwBAAsC%3BEAG%5C%2FE%2CsBAhXX%2CWA0CF%2CSAIC%2CQAAO%2CKAmEN%2CUAIC%2CGAAE%2CSAMD%2CGAgDI%2CmBAgJF%2CoBAuBI%2CsBASC%2CiBAOC%2COAAM%3BEAcL%2C2BAhXX%2CWA0CF%2CSAIC%2CQAAO%2CKAmEN%2CUAIC%2CGAAE%2CSAMD%2CGAgDI%2CmBAgJF%2CoBAuBI%2CsBASC%2CiBAOC%2COAAM%3BIAYJ%2CkBAAA%3B%3B%3BAAKD%2CQAHsC%2CuBAAmC%3BEAGzE%2CsBAnXX%2CWA0CF%2CSAIC%2CQAAO%2CKAmEN%2CUAIC%2CGAAE%2CSAMD%2CGAgDI%2CmBAgJF%2CoBAuBI%2CsBASC%2CiBAOC%2COAAM%3BEAiBL%2C2BAnXX%2CWA0CF%2CSAIC%2CQAAO%2CKAmEN%2CUAIC%2CGAAE%2CSAMD%2CGAgDI%2CmBAgJF%2CoBAuBI%2CsBASC%2CiBAOC%2COAAM%3BIAeJ%2CiBAAA%3B%3B%3BAAKJ%2CQAH6B%2CuBAAuB%3BEAGpD%2CsBAtXR%2CWA0CF%2CSAIC%2CQAAO%2CKAmEN%2CUAIC%2CGAAE%2CSAMD%2CGAgDI%2CmBAgJF%2CoBAuBI%2CsBASC%2CiBAOC%2COAAM%3BEAoBR%2C2BAtXR%2CWA0CF%2CSAIC%2CQAAO%2CKAmEN%2CUAIC%2CGAAE%2CSAMD%2CGAgDI%2CmBAgJF%2CoBAuBI%2CsBASC%2CiBAOC%2COAAM%3BIAkBN%2CiBAAA%3B%3B%3BAAEF%2CsBAtXR%2CWA0CF%2CSAIC%2CQAAO%2CKAmEN%2CUAIC%2CGAAE%2CSAMD%2CGAgDI%2CmBAgJF%2CoBAuBI%2CsBASC%2CiBAOC%2COAAM%2COAoBP%3BAAAD%2C2BAtXR%2CWA0CF%2CSAIC%2CQAAO%2CKAmEN%2CUAIC%2CGAAE%2CSAMD%2CGAgDI%2CmBAgJF%2CoBAuBI%2CsBASC%2CiBAOC%2COAAM%2COAoBP%3BEACG%2CmBAAA%3B%3BAAzXhB%2CsBAEI%2CWA0CF%2CSAIC%2CQAAO%2CKAmEN%2CUAIC%2CGAAE%2CSAMD%2CGAgDI%2CmBAgJF%2CoBAuBI%2CsBASC%2CiBAOC%2COAAM%2COAuBL%3BAA3XQ%2C2BAEnB%2CWA0CF%2CSAIC%2CQAAO%2CKAmEN%2CUAIC%2CGAAE%2CSAMD%2CGAgDI%2CmBAgJF%2CoBAuBI%2CsBASC%2CiBAOC%2COAAM%2COAuBL%3BEACC%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CuBAAA%3B%3BAACA%2CsBA9XZ%2CWA0CF%2CSAIC%2CQAAO%2CKAmEN%2CUAIC%2CGAAE%2CSAMD%2CGAgDI%2CmBAgJF%2CoBAuBI%2CsBASC%2CiBAOC%2COAAM%2COAuBL%2CKAKE%3BAAAD%2C2BA9XZ%2CWA0CF%2CSAIC%2CQAAO%2CKAmEN%2CUAIC%2CGAAE%2CSAMD%2CGAgDI%2CmBAgJF%2CoBAuBI%2CsBASC%2CiBAOC%2COAAM%2COAuBL%2CKAKE%3BEACA%2CSAAQ%2CEAAR%3BEACA%2CqBAAA%3BEACA%2CyDAAA%3BEACA%2C4BAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CqBAAA%3B%3BAAUH%2CQAH0B%2CwBAAuB%3BEAGjD%2CsBAjZV%2CWA0CF%2CSAIC%2CQAAO%2CKAmEN%2CUAIC%2CGAAE%2CSAMD%2CGAgDI%2CmBAgJF%2CoBAuBI%2CsBASC%2CiBAOC%2COAAM%2COAuBL%2CKAKE%3BEAmBH%2C2BAjZV%2CWA0CF%2CSAIC%2CQAAO%2CKAmEN%2CUAIC%2CGAAE%2CSAMD%2CGAgDI%2CmBAgJF%2CoBAuBI%2CsBASC%2CiBAOC%2COAAM%2COAuBL%2CKAKE%3BIAiBC%2CiBAAA%3B%3B%3BAAOF%2CQALwC%3BEAKxC%2CsBAtZZ%2CWA0CF%2CSAIC%2CQAAO%2CKAmEN%2CUAIC%2CGAAE%2CSAMD%2CGAgDI%2CmBAgJF%2CoBAuBI%2CsBASC%2CiBAOC%2COAAM%2COAuBL%2CKAKE%3BEAwBD%2C2BAtZZ%2CWA0CF%2CSAIC%2CQAAO%2CKAmEN%2CUAIC%2CGAAE%2CSAMD%2CGAgDI%2CmBAgJF%2CoBAuBI%2CsBASC%2CiBAOC%2COAAM%2COAuBL%2CKAKE%3BIAoBF%2CYAAA%3BIACA%2CWAAA%3BIACA%2CiBAAA%3B%3B%3BAAIA%2CsBAxZX%2CWA0CF%2CSAIC%2CQAAO%2CKAmEN%2CUAIC%2CGAAE%2CSAMD%2CGAgDI%2CmBAgJF%2CoBAuBI%2CsBASC%2CiBAOC%2COAAM%2COAsDJ%3BAAAD%2C2BAxZX%2CWA0CF%2CSAIC%2CQAAO%2CKAmEN%2CUAIC%2CGAAE%2CSAMD%2CGAgDI%2CmBAgJF%2CoBAuBI%2CsBASC%2CiBAOC%2COAAM%2COAsDJ%3BEACA%2CkBAAA%3B%3BAAIH%2CQAH%2BC%2CuBAAmC%3BEAGlF%2CsBA7ZT%2CWA0CF%2CSAIC%2CQAAO%2CKAmEN%2CUAIC%2CGAAE%2CSAMD%2CGAgDI%2CmBAgJF%2CoBAuBI%2CsBASC%2CiBAOC%2COAAM%2COAsDJ%3BEAKH%2C2BA7ZT%2CWA0CF%2CSAIC%2CQAAO%2CKAmEN%2CUAIC%2CGAAE%2CSAMD%2CGAgDI%2CmBAgJF%2CoBAuBI%2CsBASC%2CiBAOC%2COAAM%2COAsDJ%3BIAGF%2CkBAAA%3B%3B%3BAAKE%2CQAHuB%2CuBAAuB%3BEAG9C%2CsBAhaZ%2CWA0CF%2CSAIC%2CQAAO%2CKAmEN%2CUAIC%2CGAAE%2CSAMD%2CGAgDI%2CmBAgJF%2CoBAuBI%2CsBASC%2CiBAOC%2COAAM%2COAsDJ%3BEAQA%2C2BAhaZ%2CWA0CF%2CSAIC%2CQAAO%2CKAmEN%2CUAIC%2CGAAE%2CSAMD%2CGAgDI%2CmBAgJF%2CoBAuBI%2CsBASC%2CiBAOC%2COAAM%2COAsDJ%3BIAMD%2CiBAAA%3B%3B%3BAANA%2CsBAxZX%2CWA0CF%2CSAIC%2CQAAO%2CKAmEN%2CUAIC%2CGAAE%2CSAMD%2CGAgDI%2CmBAgJF%2CoBAuBI%2CsBASC%2CiBAOC%2COAAM%2COAsDJ%2CSAQA%3BAARD%2C2BAxZX%2CWA0CF%2CSAIC%2CQAAO%2CKAmEN%2CUAIC%2CGAAE%2CSAMD%2CGAgDI%2CmBAgJF%2CoBAuBI%2CsBASC%2CiBAOC%2COAAM%2COAsDJ%2CSAQA%3BEACC%2C0BAAA%3B%3BAACA%2CsBAlab%2CWA0CF%2CSAIC%2CQAAO%2CKAmEN%2CUAIC%2CGAAE%2CSAMD%2CGAgDI%2CmBAgJF%2CoBAuBI%2CsBASC%2CiBAOC%2COAAM%2COAsDJ%2CSAQA%2CKAEE%3BAAAD%2C2BAlab%2CWA0CF%2CSAIC%2CQAAO%2CKAmEN%2CUAIC%2CGAAE%2CSAMD%2CGAgDI%2CmBAgJF%2CoBAuBI%2CsBASC%2CiBAOC%2COAAM%2COAsDJ%2CSAQA%2CKAEE%3BEACA%2C8CAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3B%3BAAxalB%2CsBAEI%2CWA0CF%2CSAIC%2CQAAO%2CKAmEN%2CUAIC%2CGAAE%2CSAMD%2CGAgDI%2CmBAgJF%2CoBAuBI%2CsBASC%2CiBAgFF%2COAAM%3BAA7aM%2C2BAEnB%2CWA0CF%2CSAIC%2CQAAO%2CKAmEN%2CUAIC%2CGAAE%2CSAMD%2CGAgDI%2CmBAgJF%2CoBAuBI%2CsBASC%2CiBAgFF%2COAAM%3BEACF%2CYAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3B%3BAAUJ%2CQAN0C%3BEAM1C%2CsBA3bP%2CWA0CF%2CSAIC%2CQAAO%2CKAmEN%2CUAIC%2CGAAE%2CSAMD%2CGAgDI%2CmBAgJF%2CoBAuBI%2CsBAkGF%3BEAOC%2C2BA3bP%2CWA0CF%2CSAIC%2CQAAO%2CKAmEN%2CUAIC%2CGAAE%2CSAMD%2CGAgDI%2CmBAgJF%2CoBAuBI%2CsBAkGF%3BIAEE%2CkBAAA%3BIACA%2CSAAA%3BIACA%2CUAAA%3BIACA%2CUAAA%3B%3B%3BAA3bZ%2CsBAEI%2CWA0CF%2CSAIC%2CQAAO%2CKAmEN%2CUAIC%2CGAAE%2CSAMD%2CGAgDI%2CmBAgJF%2CoBAuBI%2CsBAkGF%2CmBAOC%3BAA7bY%2C2BAEnB%2CWA0CF%2CSAIC%2CQAAO%2CKAmEN%2CUAIC%2CGAAE%2CSAMD%2CGAgDI%2CmBAgJF%2CoBAuBI%2CsBAkGF%2CmBAOC%3BEACC%2CkBAAA%3BEACG%2CUAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3B%3B%3B%3B%3B%3B%3B%3BAAOA%2CsBAtcX%2CWA0CF%2CSAIC%2CQAAO%2CKAmEN%2CUAIC%2CGAAE%2CSAMD%2CGAgDI%2CmBAgJF%2CoBAuBI%2CsBAkGF%2CmBAOC%2CYAWK%3BAAAD%2C2BAtcX%2CWA0CF%2CSAIC%2CQAAO%2CKAmEN%2CUAIC%2CGAAE%2CSAMD%2CGAgDI%2CmBAgJF%2CoBAuBI%2CsBAkGF%2CmBAOC%2CYAWK%3BEACA%2CSAAQ%2CEAAR%3BEACA%2CqBAAA%3BEACA%2CkDAAA%3BEACA%2C4BAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3B%3BAAOL%2CQAL8C%3BEAK9C%2CsBAndP%2CWA0CF%2CSAIC%2CQAAO%2CKAmEN%2CUAIC%2CGAAE%2CSAMD%2CGAgDI%2CmBAgJF%2CoBAuBI%2CsBAkGF%2CmBAOC%3BEAwBA%2C2BAndP%2CWA0CF%2CSAIC%2CQAAO%2CKAmEN%2CUAIC%2CGAAE%2CSAMD%2CGAgDI%2CmBAgJF%2CoBAuBI%2CsBAkGF%2CmBAOC%3BIAoBK%2CWAAA%3BIACA%2CMAAA%3BIACA%2COAAA%3B%3B%3BAAndhB%2CsBAEI%2CWA0CF%2CSAIC%2CQAAO%2CKAmEN%2CUAIC%2CGAAE%2CSAMD%2CGAgDI%2CmBAgJF%2CoBAuBI%2CsBAkGF%2CmBAgCC%3BAAtdY%2C2BAEnB%2CWA0CF%2CSAIC%2CQAAO%2CKAmEN%2CUAIC%2CGAAE%2CSAMD%2CGAgDI%2CmBAgJF%2CoBAuBI%2CsBAkGF%2CmBAgCC%3BEACC%2CkBAAA%3BEACG%2CQAAA%3BEACA%2CMAAA%3BEACA%2CqCAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3B%3BAAIA%2CQAH0C%3BEAG1C%2CsBAjeX%2CWA0CF%2CSAIC%2CQAAO%2CKAmEN%2CUAIC%2CGAAE%2CSAMD%2CGAgDI%2CmBAgJF%2CoBAuBI%2CsBAkGF%2CmBAgCC%3BEAaI%2C2BAjeX%2CWA0CF%2CSAIC%2CQAAO%2CKAmEN%2CUAIC%2CGAAE%2CSAMD%2CGAgDI%2CmBAgJF%2CoBAuBI%2CsBAkGF%2CmBAgCC%3BIAWK%2CaAAA%3B%3B%3BAAED%2CsBAjeX%2CWA0CF%2CSAIC%2CQAAO%2CKAmEN%2CUAIC%2CGAAE%2CSAMD%2CGAgDI%2CmBAgJF%2CoBAuBI%2CsBAkGF%2CmBAgCC%2CWAaK%3BAAAD%2C2BAjeX%2CWA0CF%2CSAIC%2CQAAO%2CKAmEN%2CUAIC%2CGAAE%2CSAMD%2CGAgDI%2CmBAgJF%2CoBAuBI%2CsBAkGF%2CmBAgCC%2CWAaK%3BEACA%2CSAAQ%2CEAAR%3BEACA%2CqBAAA%3BEACA%2CiDAAA%3BEACA%2C4BAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3B%3BAASX%2CsBAhfD%2CWA0CF%2CSAIC%2CQAAO%2CKAmEN%2CUA%2BXK%3BAAAJ%2C2BAhfD%2CWA0CF%2CSAIC%2CQAAO%2CKAmEN%2CUA%2BXK%3BEACA%2CaAAA%3B%3BAAQT%2C2BACC%2CcACC%2CQAAO%3BEACN%2CWAAA%3B%3BAAKC%2CQAH0C%3BEAG1C%2C2BAPH%2CcACC%2CQAAO%2CKAEN%3BIAEE%2CcAAA%3B%3B%3BAANL%2C2BACC%2CcACC%2CQAAO%2CKAEN%2CUAIC%2CGAAE%2CSACD%3BEACI%2CUAAA%3BEACA%2C8BAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3B%3BAACA%2C2BAdR%2CcACC%2CQAAO%2CKAEN%2CUAIC%2CGAAE%2CSACD%2CGAMK%2CUAAU%3BEACV%2CeAAA%3B%3BAAML%2CQAJ8C%3BEAI9C%2C2BArBJ%2CcACC%2CQAAO%2CKAEN%2CUAIC%2CGAAE%2CSACD%3BIAUK%2CWAAA%3BIACA%2CkBAAA%3B%3B%3BAAeR%2CQAV2C%3BEAU3C%2C2BAlCD%2CcACC%2CQAAO%2CKAwBL%3BIACI%2CcAAA%3B%3BEAQN%2C2BAlCD%2CcACC%2CQAAO%2CKAwBL%2CkBAEI%3BIACC%2CkBAAA%3BIACA%2CSAAA%3BIACA%2COAAA%3B%3B%3BAAaR%2CQAH2C%3BEAG3C%2CsBAJA%2CQAAO%2CMAAM%3BIAEX%2CgBAAA%3B%3B%3BAAHH%2CsBAMC%3BEACC%2CkBAAA%3B%3BAAPF%2CsBAMC%2CcAEC%2CmBAAmB%3BEACf%2CWAAA%3BEACA%2CaAAA%3B%3BAAKA%2CQAH4C%3BEAG5C%2CsBATL%2CcAEC%2CmBAAmB%3BIAKd%2CsBAAA%3B%3B%3BAAMA%2CQAH4C%3BEAG5C%2CsBAbN%2CcAEC%2CmBAAmB%2CeAOf%3BIAEE%2CWAAA%3B%3B%3BAAED%2CsBAbN%2CcAEC%2CmBAAmB%2CeAOf%2CoBAIK%3BEACH%2CUAAA%3B%3BAAGH%2CsBAjBJ%2CcAEC%2CmBAAmB%2CeAOf%2CoBAOD%2CaACI%3BEACA%2CaAAA%3B%3BAAIJ%2CQAH6B%2CuBAAuC%3BEAGpE%2CsBAtBJ%2CcAEC%2CmBAAmB%2CeAOf%2CoBAOD%2CaACI%3BIAGC%2CaAAA%3B%3B%3BAAIH%2CsBAxBN%2CcAEC%2CmBAAmB%2CeAOf%2CoBAeE%3BEACA%2CqEAAA%3BEACA%2CaAAA%3B%3BAAIA%2CQAH0B%3BEAG1B%2CsBA9BP%2CcAEC%2CmBAAmB%2CeAOf%2CoBAeE%3BIAIC%2CUAAA%3B%3B%3BAAKD%2CQAH4C%3BEAG5C%2CsBAjCP%2CcAEC%2CmBAAmB%2CeAOf%2CoBAeE%3BIAOC%2CeAAA%3B%3B%3BAAPF%2CsBAxBN%2CcAEC%2CmBAAmB%2CeAOf%2CoBAeE%2CoBASA%3BEACC%2CaAAA%3BEACA%2CYAAA%3B%3BAACA%2CsBApCR%2CcAEC%2CmBAAmB%2CeAOf%2CoBAeE%2CoBASA%2CuBAGK%3BEACH%2CaAAA%3BEACA%2CsBAAA%3BEACA%2CYAAA%3BEACA%2CuBAAA%3B%3BAAJD%2CsBApCR%2CcAEC%2CmBAAmB%2CeAOf%2CoBAeE%2CoBASA%2CuBAGK%2CqBAKH%3BEACC%2CmBAAA%3B%3BAAIA%2CQAH0C%3BEAG1C%2CsBA9CV%2CcAEC%2CmBAAmB%2CeAOf%2CoBAeE%2CoBASA%2CuBAGK%2CqBAKH%3BIAGE%2CmBAAA%3B%3B%3BAARH%2CsBApCR%2CcAEC%2CmBAAmB%2CeAOf%2CoBAeE%2CoBASA%2CuBAGK%2CqBAKH%2CqBAKC%3BEACC%2CSAAA%3B%3BAAXH%2CsBApCR%2CcAEC%2CmBAAmB%2CeAOf%2CoBAeE%2CoBASA%2CuBAGK%2CqBAKH%2CqBAKC%2CmBAEC%3BEACC%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CyBAAA%3B%3BAAKA%2CQAJ0C%3BEAI1C%2CsBA1DZ%2CcAEC%2CmBAAmB%2CeAOf%2CoBAeE%2CoBASA%2CuBAGK%2CqBAKH%2CqBAKC%2CmBAEC%3BIAOE%2CeAAA%3BIACA%2CiBAAA%3B%3B%3BAAMD%2CQAJsC%2CuBAAmC%3BEAIzE%2CsBA9DZ%2CcAEC%2CmBAAmB%2CeAOf%2CoBAeE%2CoBASA%2CuBAGK%2CqBAKH%2CqBAKC%2CmBAEC%3BIAWE%2CeAAA%3BIACA%2CiBAAA%3B%3B%3BAAML%2CQAJ6C%2CwBAAsC%3BEAInF%2CsBAlER%2CcAEC%2CmBAAmB%2CeAOf%2CoBAeE%2CoBASA%2CuBAGK%2CqBAKH%2CqBAKC%2CmBAEC%3BIAeE%2CeAAA%3BIACA%2CiBAAA%3B%3B%3BAA5BL%2CsBApCR%2CcAEC%2CmBAAmB%2CeAOf%2CoBAeE%2CoBASA%2CuBAGK%2CqBAiCN%3BEACC%2CmBAAA%3B%3BAAIA%2CQAH0C%3BEAG1C%2CsBA1EP%2CcAEC%2CmBAAmB%2CeAOf%2CoBAeE%2CoBASA%2CuBAGK%2CqBAiCN%3BIAGK%2CmBAAA%3B%3B%3BAApCH%2CsBApCR%2CcAEC%2CmBAAmB%2CeAOf%2CoBAeE%2CoBASA%2CuBAGK%2CqBAiCN%2CkBAKC%3BEACC%2CSAAA%3B%3BAAvCA%2CsBApCR%2CcAEC%2CmBAAmB%2CeAOf%2CoBAeE%2CoBASA%2CuBAGK%2CqBAiCN%2CkBAKC%2CmBAEC%3BEACI%2CeAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3B%3BAAKH%2CQAJ6C%3BEAI7C%2CsBArFT%2CcAEC%2CmBAAmB%2CeAOf%2CoBAeE%2CoBASA%2CuBAGK%2CqBAiCN%2CkBAKC%2CmBAEC%3BIAME%2CeAAA%3BIACA%2CiBAAA%3B%3B%3BAAMD%2CQAJsC%2CuBAAmC%3BEAIzE%2CsBAzFT%2CcAEC%2CmBAAmB%2CeAOf%2CoBAeE%2CoBASA%2CuBAGK%2CqBAiCN%2CkBAKC%2CmBAEC%3BIAUE%2CeAAA%3BIACA%2CiBAAA%3B%3B%3BAAMF%2CQAJ0C%2CwBAAsC%3BEAIhF%2CsBA7FR%2CcAEC%2CmBAAmB%2CeAOf%2CoBAeE%2CoBASA%2CuBAGK%2CqBAiCN%2CkBAKC%2CmBAEC%3BIAcE%2CeAAA%3BIACA%2CiBAAA%3B%3B%3BAAvDF%2CsBApCR%2CcAEC%2CmBAAmB%2CeAOf%2CoBAeE%2CoBASA%2CuBAGK%2CqBA4DN%2CoBACC%2CmBAAmB%3BEACf%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CqBAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAQJ%2CQAN8C%3BEAM9C%2CsBAnHP%2CcAEC%2CmBAAmB%2CeAOf%2CoBAeE%2CoBASA%2CuBAGK%2CqBA4DN%2CoBACC%2CmBAAmB%3BIAad%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CgBAAA%3BIACA%2CkBAAA%3B%3B%3BAAOT%2CsBAxHH%2CcAEC%2CmBAAmB%2CeAOf%2CoBA%2BGD%3BEACG%2CmBAAA%3B%3BAADJ%2CsBAxHH%2CcAEC%2CmBAAmB%2CeAOf%2CoBA%2BGD%2CoBAEG%3BEACC%2CaAAA%3BEACA%2CYAAA%3B%3BAACA%2CsBA7HR%2CcAEC%2CmBAAmB%2CeAOf%2CoBA%2BGD%2CoBAEG%2C0BAGK%3BEACH%2CWAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3BEACA%2CYAAA%3B%3BAALD%2CsBA7HR%2CcAEC%2CmBAAmB%2CeAOf%2CoBA%2BGD%2CoBAEG%2C0BAGK%2CqBAMH%3BEACC%2CaAAA%3BEACA%2CgBAAA%3B%3BAARF%2CsBA7HR%2CcAEC%2CmBAAmB%2CeAOf%2CoBA%2BGD%2CoBAEG%2C0BAGK%2CqBAMH%2C0BAGC%3BEACC%2CkBAAA%3B%3BAAVH%2CsBA7HR%2CcAEC%2CmBAAmB%2CeAOf%2CoBA%2BGD%2CoBAEG%2C0BAGK%2CqBAMH%2C0BAGC%2CwBAEC%3BEACC%2CgBAAA%3B%3BAA%5C%2FIb%2CsBAyJC%3BEACC%2CaAAA%3BEACG%2CeAAA%3BEACA%2CUAAA%3B%3BAA5JL%2CsBAyJC%2CWAIC%3BEACC%2CeAAA%3B%3BAA9JH%2CsBAyJC%2CWAOC%3BEACC%2CgBAAA%3B%3BAAjKH%2CsBAyJC%2CWAOC%2CsBAEC%2C0BAAyB%3BEACrB%2CeAAA%3B%3BAAnKP%2CsBAyJC%2CWAOC%2CsBAEC%2C0BAAyB%2C6BAErB%3BEACC%2CqBAAA%3BEAAsB%2C0BAAA%3B%3BAArK9B%2CsBAyJC%2CWAOC%2CsBAEC%2C0BAAyB%2C6BAErB%2CuBAEC%2CiBACC%3BEACC%2CWAAA%3B%3BAACA%2CsBAhBT%2CWAOC%2CsBAEC%2C0BAAyB%2C6BAErB%2CuBAEC%2CiBACC%2CeAEK%2CsBAAsB%3BEACzB%2CUAAA%3B%3BAADD%2CsBAhBT%2CWAOC%2CsBAEC%2C0BAAyB%2C6BAErB%2CuBAEC%2CiBACC%2CeAEK%2CsBAAsB%2CqBAEzB%3BAAFD%2CsBAhBT%2CWAOC%2CsBAEC%2C0BAAyB%2C6BAErB%2CuBAEC%2CiBACC%2CeAEK%2CsBAAsB%2CqBAEH%3BEACrB%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3B%3BAAIJ%2CQAH8C%3BEAG9C%2CsBAzBP%2CWAOC%2CsBAEC%2C0BAAyB%2C6BAErB%2CuBAEC%2CiBACC%2CeAEK%2CsBAAsB%2CqBAEzB%3BEAOH%2CsBAzBP%2CWAOC%2CsBAEC%2C0BAAyB%2C6BAErB%2CuBAEC%2CiBACC%2CeAEK%2CsBAAsB%2CqBAEH%3BIAKpB%2CeAAA%3B%3B%3BAAPH%2CsBAhBT%2CWAOC%2CsBAEC%2C0BAAyB%2C6BAErB%2CuBAEC%2CiBACC%2CeAEK%2CsBAAsB%2CqBAU5B%2CqBACC%3BEACC%2CeAAA%3BEACG%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3B%3BAAzLb%2CsBAyJC%2CWAOC%2CsBAEC%2C0BAAyB%2C6BAErB%2CuBAEC%2CiBACC%2CeAsBF%2CsBACC%3BEACC%2CcAAA%3B%3BAA%5C%2FLT%2CsBAyJC%2CWAOC%2CsBAEC%2C0BAAyB%2C6BAErB%2CuBAEC%2CiBACC%2CeAsBF%2CsBACC%2C0BAEC%3BEACI%2CWAAA%3B%3BAAjMb%2CsBAyJC%2CWAiDC%2CSAAS%2CQAAO%3BEACf%2CiBAAA%3BEACG%2CeAAA%3BEACA%2CcAAA%3B%3BAAIJ%2CQAH8C%3BEAG9C%2CsBAxDD%2CWAiDC%2CSAAS%2CQAAO%3BIAKX%2CeAAA%3B%3B%3BAAMP%2CsBACC%2CQAAO%2CKACN%2CgBACC%2CgBACC%3BEACI%2CWAAA%3BEACA%2CgBAAA%3B%3BAANR%2CsBACC%2CQAAO%2CKACN%2CgBACC%2CgBAKC%2CGAAG%3BEACC%2CaAAA%3BEACA%2CSAAA%3B%3BAAVR%2CsBACC%2CQAAO%2CKACN%2CgBACC%2CgBAKC%2CGAAG%2CGAGC%2CEAAC%3BEACA%2CSAAA%3B%3BAACA%2CsBAZR%2CQAAO%2CKACN%2CgBACC%2CgBAKC%2CGAAG%2CGAGC%2CEAAC%2CgBAEC%3BEACA%2CsBAAA%3B%3BAAEJ%2CsBAfL%2CQAAO%2CKACN%2CgBACC%2CgBAKC%2CGAAG%2CGAGC%2CEAAC%2CgBAKF%3BEACG%2CsBAAA%3B%3BAAjBV%2CsBACC%2CQAAO%2CKACN%2CgBAoBC%2CgBAAgB%2CEAAC%3BEACb%2CcAAA%3BEACA%2CgBAAA%3BEACA%2C0BAAA%3B%3BAAIN%2CsBAAC%2C0BACA%3BEACI%2CiBAAA%3BEACA%2CyBAAA%3BEACA%2CcAAA%3B%3BAAIA%2CQAH0B%3BEAG1B%2CsBARJ%2C0BACA%3BIAKK%2CyBAAA%3B%3B%3BAANN%2CsBAAC%2C0BACA%2CSAOI%2CQAAO%3BEACN%2CeAAA%3BEACA%2CUAAA%3B%3BAAIA%2CQAHyB%3BEAGzB%2CsBAdL%2C0BACA%2CSAOI%2CQAAO%3BIAIL%2CiBAAA%3B%3B%3BAAKD%2CQAHyB%2CuBAAsB%3BEAG%5C%2FC%2CsBAjBL%2C0BACA%2CSAOI%2CQAAO%3BIAOR%2CiBAAA%3B%3B%3BAAQE%2CQAN0B%3BEAM1B%2CsBAvBL%2C0BACA%2CSAOI%2CQAAO%3BIAUL%2CUAAA%3B%3BEAKD%2CsBAvBL%2C0BACA%2CSAOI%2CQAAO%2CKAWL%2CkBAAkB%3BIACjB%2CaAAA%3B%3B%3BAApBR%2CsBAAC%2C0BACA%2CSAOI%2CQAAO%2CKAeN%2CUACC%2CGAAE%2CSAAU%3BEACX%2CcAAA%3B%3BAAgBL%2CQAVwB%3BEAUxB%2CsBAzCF%2C0BACA%2CSA6BC%3BIAEE%2CgBAAA%3BIACA%2CiBAAA%3BIACM%2CgBAAA%3BIACA%2CgBAAA%3B%3BEAMP%2CsBAzCF%2C0BACA%2CSA6BC%2CSAMQ%2COAAM%3BIACL%2CgBAAA%3BIACA%2CiBAAA%3B%3B%3BAAMR%2CQAHyB%2CuBAAsB%3BEAG%5C%2FC%2CsBA5CF%2C0BACA%2CSA6BC%3BIAYE%2CiBAAA%3B%3B%3BAA1CJ%2CsBAAC%2C0BACA%2CSA6BC%2CSAcC%2COAAM%3BEACF%2CgBAAA%3B%3BAAmCA%2CQAlCyB%3BEAC3B%2CsBA%5C%2FCJ%2C0BACA%2CSA6BC%2CSAcC%2COAAM%2COAGH%2COACA%3BIACC%2CmBAAA%3B%3BEAFF%2CsBA%5C%2FCJ%2C0BACA%2CSA6BC%2CSAcC%2COAAM%2COAGH%2COACA%2CcAEC%3BIACI%2CYAAA%3BIACA%2CaAAA%3BIACA%2CYAAA%3B%3BEACA%2CsBAtDV%2C0BACA%2CSA6BC%2CSAcC%2COAAM%2COAGH%2COACA%2CcAEC%2COAIK%3BIACG%2CeAAA%3BIACA%2CWAAA%3BIACA%2CgBAAA%3BIACA%2CQAAA%3BIACA%2CkBAAA%3BIACA%2CWAAA%3B%3BEAoBR%2CsBAhFN%2C0BACA%2CSA6BC%2CSAcC%2COAAM%2COAqBJ%2CcAAc%3BIACV%2C6BAAA%3BIACA%2CgBAAA%3BIACA%2CqCAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CiBAAA%3BIACA%2CkBAAA%3BIACA%2CeAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CSAAA%3BIACA%2CeAAA%3B%3B%3BAA7ET%2CsBAAC%2C0BACA%2CSA6BC%2CSAcC%2COAAM%2COAoCF%2CgBACC%2CgBACC%2CqBACC%3BEACC%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3B%3BAAtFX%2CsBAAC%2C0BACA%2CSA6BC%2CSAcC%2COAAM%2COAoCF%2CgBACC%2CgBACC%2CqBAMF%2CwBACI%3BAAzFX%2CsBAAC%2C0BACA%2CSA6BC%2CSAcC%2COAAM%2COAoCF%2CgBACC%2CgBACC%2CqBAMF%2CwBAkWR%2CCAjWe%3BEACF%2CiBAAA%3B%3BAA1FZ%2CsBAAC%2C0BACA%2CSA6BC%2CSAcC%2COAAM%2COAoCF%2CgBACC%2CgBACC%2CqBAMF%2CwBACI%2CGAEI%3BAA3Ff%2CsBAAC%2C0BACA%2CSA6BC%2CSAcC%2COAAM%2COAoCF%2CgBACC%2CgBACC%2CqBAMF%2CwBAkWR%2CCAjWe%2CEAEC%3BEACC%2CSAAA%3B%3BAA5FhB%2CsBAAC%2C0BACA%2CSA6BC%2CSAcC%2COAAM%2COAoCF%2CgBACC%2CgBACC%2CqBAMF%2CwBACI%2CGAEI%2CGAEC%3BAA7FhB%2CsBAAC%2C0BACA%2CSA6BC%2CSAcC%2COAAM%2COAoCF%2CgBACC%2CgBACC%2CqBAMF%2CwBAkWR%2CCAjWe%2CEAEC%2CGAEC%3BEACC%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3B%3BAAxGjB%2CsBAAC%2C0BACA%2CSA6BC%2CSAcC%2COAAM%2COAoCF%2CgBACC%2CgBACC%2CqBAMF%2CwBACI%2CGAEI%2CGAEC%2CEAYC%3BAAzGjB%2CsBAAC%2C0BACA%2CSA6BC%2CSAcC%2COAAM%2COAoCF%2CgBACC%2CgBACC%2CqBAMF%2CwBAkWR%2CCAjWe%2CEAEC%2CGAEC%2CEAYC%3BEACC%2CcAAA%3B%3BAAED%2CsBA5GhB%2C0BACA%2CSA6BC%2CSAcC%2COAAM%2COAoCF%2CgBACC%2CgBACC%2CqBAMF%2CwBACI%2CGAEI%2CGAEC%2CEAeE%2CMAAO%3BAAAR%2CsBA5GhB%2C0BACA%2CSA6BC%2CSAcC%2COAAM%2COAoCF%2CgBACC%2CgBACC%2CqBAMF%2CwBAkWR%2CCAjWe%2CEAEC%2CGAEC%2CEAeE%2CMAAO%3BEACP%2CcAAA%3B%3BAAwBZ%2CQAN2C%3BEAM3C%2CsBArIL%2C0BAyHC%2CqBACA%2CSACC%2CSACC%2COAAM%2COACL%2CcACC%3BEAOA%2CsBArIL%2C0BAyHyB%2CsBACxB%2CSACC%2CSACC%2COAAM%2COACL%2CcACC%3BIAEE%2CMAAA%3B%3BEACA%2CsBAjIP%2C0BAyHC%2CqBACA%2CSACC%2CSACC%2COAAM%2COACL%2CcACC%2COAGG%3BEAAD%2CsBAjIP%2C0BAyHyB%2CsBACxB%2CSACC%2CSACC%2COAAM%2COACL%2CcACC%2COAGG%3BIACA%2CSAAA%3B%3B%3BAAYL%2CQAH2C%3BEAG3C%2CsBA9IH%2C0BAyHC%2CqBACA%2CSAeC%2CQAAO%2CKACN%3BEAIA%2CsBA9IH%2C0BAyHyB%2CsBACxB%2CSAeC%2CQAAO%2CKACN%3BIAEE%2CaAAA%3B%3B%3BAA6FH%2CQAjF4B%3BEAiF5B%2CsBApFF%2CoBACA%2CQAAO%2CKACH%2COAAM%3BIAEJ%2CgBAAA%3B%3BEAgFJ%2CsBApFF%2CoBACA%2CQAAO%2CKACH%2COAAM%2COAGJ%2CgBACC%3BIACC%2CaAAA%3B%3BEA6EN%2CsBApFF%2CoBACA%2CQAAO%2CKACH%2COAAM%2COAGJ%2CgBACC%2CgBAEC%3BIACC%2CUAAA%3BIACA%2CSAAA%3BIACA%2CWAAA%3BIACA%2CgCAAA%3BIACA%2CYAAA%3BIACA%2CaAAA%3BIACA%2COAAA%3BIACA%2CmBAAA%3BIACA%2CkBAAA%3BIACA%2CkBAAA%3BIACA%2CkBAAA%3B%3BEAEC%2CsBArBV%2CoBACA%2CQAAO%2CKACH%2COAAM%2COAGJ%2CgBACC%2CgBAEC%2CqBAYE%2COACC%3BIACA%2CaAAA%3B%3BEAED%2CsBAxBV%2CoBACA%2CQAAO%2CKACH%2COAAM%2COAGJ%2CgBACC%2CgBAEC%2CqBAYE%2COAIC%3BIACA%2CaAAA%3B%3BEAGF%2CsBA5BT%2CoBACA%2CQAAO%2CKACH%2COAAM%2COAGJ%2CgBACC%2CgBAEC%2CqBAoBE%3BIACA%2CeAAA%3B%3BEAuDR%2CsBApFF%2CoBACA%2CQAAO%2CKACH%2COAAM%2COAGJ%2CgBACC%2CgBAEC%2CqBAuBC%3BIACC%2CcAAA%3BIACA%2CeAAA%3BIACA%2CyBAAA%3BIACA%2CiBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3BIACA%2CgBAAA%3B%3BEA4CR%2CsBApFF%2CoBACA%2CQAAO%2CKACH%2COAAM%2COAGJ%2CgBACC%2CgBAEC%2CqBAkCF%3BIACI%2CsBAAA%3BIACA%2CWAAA%3BIACA%2CUAAA%3BIACA%2COAAA%3B%3BEAsCR%2CsBApFF%2CoBACA%2CQAAO%2CKACH%2COAAM%2COAGJ%2CgBACC%2CgBAEC%2CqBAkCF%2CwBAKI%2CKACC%3BEAoCT%2CsBApFF%2CoBACA%2CQAAO%2CKACH%2COAAM%2COAGJ%2CgBACC%2CgBAEC%2CqBAkCF%2CwBAKI%2CKAsPZ%2CCArPgB%3BIACF%2CSAAA%3BIACG%2CiBAAA%3BIACA%2CgBAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEA%2BBb%2CsBApFF%2CoBACA%2CQAAO%2CKACH%2COAAM%2COAGJ%2CgBACC%2CgBAEC%2CqBAkCF%2CwBAKI%2CKACC%2CGAMI%3BEA8Bb%2CsBApFF%2CoBACA%2CQAAO%2CKACH%2COAAM%2COAGJ%2CgBACC%2CgBAEC%2CqBAkCF%2CwBAKI%2CKAsPZ%2CCArPgB%2CEAMC%3BIACC%2CSAAA%3B%3BEA6Bd%2CsBApFF%2CoBACA%2CQAAO%2CKACH%2COAAM%2COAGJ%2CgBACC%2CgBAEC%2CqBAkCF%2CwBAKI%2CKACC%2CGAMI%2CGAEC%3BEA4Bd%2CsBApFF%2CoBACA%2CQAAO%2CKACH%2COAAM%2COAGJ%2CgBACC%2CgBAEC%2CqBAkCF%2CwBAKI%2CKAsPZ%2CCArPgB%2CEAMC%2CGAEC%3BIACC%2CcAAA%3BIACA%2CgBAAA%3BIACA%2CiBAAA%3BIACA%2CcAAA%3BIACA%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CsBAAA%3BIACA%2CmBAAA%3BIACA%2CyBAAA%3BIACA%2CkBAAA%3BIACA%2CgBAAA%3BIACA%2CYAAA%3B%3BEAgBf%2CsBApFF%2CoBACA%2CQAAO%2CKACH%2COAAM%2COAGJ%2CgBACC%2CgBAEC%2CqBAkCF%2CwBAKI%2CKACC%2CGAMI%2CGAEC%2CEAaC%3BEAef%2CsBApFF%2CoBACA%2CQAAO%2CKACH%2COAAM%2COAGJ%2CgBACC%2CgBAEC%2CqBAkCF%2CwBAKI%2CKAsPZ%2CCArPgB%2CEAMC%2CGAEC%2CEAaC%3BIACC%2CcAAA%3B%3BEAED%2CsBAxEjB%2CoBACA%2CQAAO%2CKACH%2COAAM%2COAGJ%2CgBACC%2CgBAEC%2CqBAkCF%2CwBAKI%2CKACC%2CGAMI%2CGAEC%2CEAgBE%2CMAAO%3BEAAR%2CsBAxEjB%2CoBACA%2CQAAO%2CKACH%2COAAM%2COAGJ%2CgBACC%2CgBAEC%2CqBAkCF%2CwBAKI%2CKAsPZ%2CCArPgB%2CEAMC%2CGAEC%2CEAgBE%2CMAAO%3BIACP%2CcAAA%3B%3B%3BAA4EjB%2CQAjE0B%3BEACxB%2CsBArFH%2CoBACA%2CQAAO%2CKACH%2COAAM%2COAmFN%2COACA%3BIACC%2CmBAAA%3B%3BEAFF%2CsBArFH%2CoBACA%2CQAAO%2CKACH%2COAAM%2COAmFN%2COACA%2CcAEC%3BIACI%2CYAAA%3BIACA%2CaAAA%3B%3BEACA%2CsBA3FT%2CoBACA%2CQAAO%2CKACH%2COAAM%2COAmFN%2COACA%2CcAEC%2COAGK%3BIACG%2CeAAA%3BIACA%2CWAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CWAAA%3B%3BEAoDZ%2CsBArJD%2CoBACA%2CQAAO%2CKACH%2COAAM%2COAoGP%2CcAAc%3BIACV%2C6BAAA%3BIACA%2CgBAAA%3BIACA%2CqCAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CiBAAA%3BIACA%2CkBAAA%3BIACA%2CeAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CSAAA%3B%3BEAoCN%2CsBArJD%2CoBACA%2CQAAO%2CKACH%2COAAM%2COAiHP%2CgBACC%2CqBACC%3BIACI%2CcAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3B%3BEA6BR%2CsBArJD%2CoBACA%2CQAAO%2CKACH%2COAAM%2COAiHP%2CgBAQC%3BEA0BH%2CsBArJD%2CoBACA%2CQAAO%2CKACH%2COAAM%2COAiHP%2CgBAkLL%2CCA1KS%3BIACF%2CiBAAA%3B%3BEAyBJ%2CsBArJD%2CoBACA%2CQAAO%2CKACH%2COAAM%2COAiHP%2CgBAQC%2CGAEC%2CGACE%3BEAuBN%2CsBArJD%2CoBACA%2CQAAO%2CKACH%2COAAM%2COAiHP%2CgBAkLL%2CCA1KS%2CEAEF%2CGACE%3BIACG%2CcAAA%3BIACA%2CgBAAA%3BIACA%2CiBAAA%3BIACA%2CcAAA%3BIACA%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CmBAAA%3BIACA%2CyBAAA%3BIACA%2CkBAAA%3BIACA%2CgBAAA%3BIACA%2CYAAA%3B%3BEAYT%2CsBArJD%2CoBACA%2CQAAO%2CKACH%2COAAM%2COAiHP%2CgBAQC%2CGAEC%2CGACE%2CEAYG%3BEAWT%2CsBArJD%2CoBACA%2CQAAO%2CKACH%2COAAM%2COAiHP%2CgBAkLL%2CCA1KS%2CEAEF%2CGACE%2CEAYG%3BIACC%2CcAAA%3B%3BEAEJ%2CsBA7IP%2CoBACA%2CQAAO%2CKACH%2COAAM%2COAiHP%2CgBAQC%2CGAEC%2CGACE%2CEAeC%2CMAAO%3BEAAR%2CsBA7IP%2CoBACA%2CQAAO%2CKACH%2COAAM%2COAiHP%2CgBAkLL%2CCA1KS%2CEAEF%2CGACE%2CEAeC%2CMAAO%3BIACJ%2CcAAA%3B%3B%3BAAaX%2CQAL0B%3BEAK1B%2CsBA3JA%2CoBACA%2CQAAO%2CKAsJL%2CkBAAkB%3BIACd%2CuBAAA%3B%3B%3BAAOR%2CsBACC%2CcACC%2CmBACC%3BEACC%2CqBAAA%3B%3BAAJJ%2CsBACC%2CcACC%2CmBACC%2CWAEC%2COAAM%2CgBAAiB%3BEACnB%2CWAAA%3BEACA%2CqBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACH%2CcAAA%3BEACA%2CgBAAA%3B%3BAACG%2CsBAXP%2CcACC%2CmBACC%2CWAEC%2COAAM%2CgBAAiB%2CEAOlB%3BEACA%2CmBAAA%3BEACA%2CWAAA%3B%3BAAQT%2C6BACC%2CcACC%2CUACC%3BEACC%2CgBAAA%3BEACA%2CkBAAA%3B%3BAALJ%2C6BACC%2CcACC%2CUACC%2COAGC%3BEACC%2CQAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3B%3BAAVL%2C6BACC%2CcACC%2CUACC%2COASC%3BEACC%2CUAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3B%3BAAfL%2C6BACC%2CcACC%2CUACC%2COAcC%3BEACC%2CSAAA%3BEACA%2CuBAAA%3BEACA%2CSAAA%3B%3BAAED%2C6BArBH%2CcACC%2CUACC%2COAmBE%2COACA%3BEACC%2CgBAAA%3B%3BAAON%2CsBAAsB%2C0BACrB%2CcACC%2CWACC%2CSACC%2CQAAO%3BEACN%2C0BAAA%3B%3BAAID%2CQAH4C%3BEAG5C%2CsBATkB%2C0BACrB%2CcACC%2CWACC%2CSACC%2CQAAO%3BIAGJ%2CqBAAA%3B%3B%3BAAOP%2CYAAY%2CgCACX%3BEACC%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CUAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3B%3BAANF%2CYAAY%2CgCACX%2CkBAMC%3BEACC%2C6BAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3B%3BAAVH%2CYAAY%2CgCACX%2CkBAMC%2CcAIC%2COAAM%3BEACL%2CSAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3B%3BAAfJ%2CYAAY%2CgCACX%2CkBAMC%2CcAUC%3BEACE%2CSAAA%3BEACA%2CeAAA%3BEACA%2CUAAA%3BEACA%2CmBAAA%3B%3BAArBL%2CYAAY%2CgCACX%2CkBAuBC%3BEACC%2CoBAAA%3B%3BAAzBH%2CYAAY%2CgCACX%2CkBAuBC%2CeAEC%2CoBACC%2CSAAQ%2CMAAM%3BEACb%2CWAAA%3BEACA%2CUAAA%3B%3BAA7BL%2CYAAY%2CgCACX%2CkBAuBC%2CeAEC%2CoBAKC%3BEACC%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3B%3BAAlCL%2CYAAY%2CgCACX%2CkBAuBC%2CeAEC%2CoBAUC%3BEACC%2CgBAAA%3B%3BAArCL%2CYAAY%2CgCACX%2CkBAuBC%2CeAgBC%3BEACC%2CaAAA%3BEACA%2C8BAAA%3BEACA%2CWAAA%3B%3BAA3CJ%2CYAAY%2CgCACX%2CkBAuBC%2CeAgBC%2CqBAIC%2CQAAO%3BEACN%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CyBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3B%3BAAIA%2CQAHyB%3BEAGzB%2CYAzDO%2CgCACX%2CkBAuBC%2CeAgBC%2CqBAIC%2CQAAO%3BIAWL%2CkBAAA%3B%3B%3BAAED%2CYAzDO%2CgCACX%2CkBAuBC%2CeAgBC%2CqBAIC%2CQAAO%2CQAaL%2COAAO%2CQAAQ%3BEACf%2CmBAAA%3BEACA%2CqBAAA%3BEACA%2CcAAA%3B%3B%3BACvsCN%2CkBACC%3BEACC%2CmBAAA%3B%3BAAFF%2CkBACC%2CcAGC%3BEACC%2CgBAAA%3B%3BAAIA%2CQAH0C%3BEAG1C%2CkBARF%2CcAGC%3BIAGE%2CgBAAA%3B%3B%3BAAPJ%2CkBACC%2CcAGC%2CWAKC%3BEACC%2CcAAA%3B%3BAAVJ%2CkBACC%2CcAGC%2CWAKC%2CSAEC%2COAAM%3BEACL%2CaAAA%3B%3BAAZL%2CkBACC%2CcAGC%2CWAKC%2CSAKC%3BEACI%2CWAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CaAAA%3BEACA%2CyBAAA%3BEACA%2CmBAAA%3B%3BAApBR%2CkBACC%2CcAGC%2CWAKC%2CSAKC%2CkBAOI%3BEACC%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEAAY%2CeAAA%3B%3BAAOhB%2CQAN8C%3BEAM9C%2CkBA%5C%2FBJ%2CcAGC%2CWAKC%2CSAKC%2CkBAOI%3BIAME%2CUAAA%3BIACA%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CeAAA%3B%3B%3BAA9BV%2CkBACC%2CcAGC%2CWAKC%2CSAKC%2CkBAmBC%3BEACC%2CkBAAA%3B%3BAAIA%2CQAH0C%3BEAG1C%2CkBArCL%2CcAGC%2CWAKC%2CSAKC%2CkBAmBC%3BIAGE%2CgBAAA%3B%3B%3BAApCP%2CkBACC%2CcAGC%2CWAKC%2CSAKC%2CkBAmBC%2CgBAKC%3BEACC%2CeAAA%3BEACG%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3B%3BAAKJ%2CQAJ8C%3BEAI9C%2CkBA9CL%2CcAGC%2CWAKC%2CSAKC%2CkBAmBC%2CgBAKC%3BIAMK%2CeAAA%3BIACA%2CiBAAA%3B%3B%3BAA7CX%2CkBACC%2CcAGC%2CWAKC%2CSAKC%2CkBAmBC%2CgBAeC%3BEACI%2CgBAAA%3BEACA%2CqCAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3BEACA%2CoBAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3BEACA%2CiFAAA%3B%3BAAOJ%2CQAN8C%3BEAM9C%2CkBAlEL%2CcAGC%2CWAKC%2CSAKC%2CkBAmBC%2CgBAeC%3BIAcK%2CiBAAA%3BIACA%2CYAAA%3BIACA%2CYAAA%3BIACA%2CqCAAA%3B%3B%3BAASN%2CQAH0C%3BEAG1C%2CkBAzEJ%2CcAGC%2CWAKC%2CSA6DC%3BIAEE%2CgBAAA%3B%3B%3BAAQA%2CQAL0C%3BEAK1C%2CkBA%5C%2FEL%2CcAGC%2CWAKC%2CSA6DC%2CUAIC%2CGAAE%3BIAEA%2CaAAA%3BIACA%2CeAAA%3BIACA%2CaAAA%3B%3B%3BAA9EP%2CkBACC%2CcAGC%2CWAKC%2CSA6DC%2CUAIC%2CGAAE%2CSAMD%3BEACI%2CUAAA%3BEACA%2C8BAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAYA%2CQAX0C%3BEAW1C%2CkBA%5C%2FFT%2CcAGC%2CWAKC%2CSA6DC%2CUAIC%2CGAAE%2CSAMD%3BIAMK%2CYAAA%3BIACH%2CqBAAA%3BIACA%2CkBAAA%3BIACA%2CaAAA%3BIACA%2CeAAA%3BIACA%2CsBAAA%3B%3BEACA%2CkBA3FP%2CcAGC%2CWAKC%2CSA6DC%2CUAIC%2CGAAE%2CSAMD%2CGAYG%2CUAAU%3BIACT%2CeAAA%3B%3B%3BAAUA%2CQAP4C%2CuBAAuC%3BEAOnF%2CkBAtGT%2CcAGC%2CWAKC%2CSA6DC%2CUAIC%2CGAAE%2CSAMD%3BIAiBK%2CUAAA%3BIACA%2CiBAAA%3B%3BEACC%2CkBAlGX%2CcAGC%2CWAKC%2CSA6DC%2CUAIC%2CGAAE%2CSAMD%2CGAmBO%2CUAAU%3BIACX%2CeAAA%3B%3B%3BAAQF%2CQALyC%2CwBAAsC%3BEAK%5C%2FE%2CkBA3GT%2CcAGC%2CWAKC%2CSA6DC%2CUAIC%2CGAAE%2CSAMD%3BIAwBK%2C8BAAA%3BIACA%2CkBAAA%3BIACA%2CmBAAA%3B%3B%3BAAED%2CkBA3GT%2CcAGC%2CWAKC%2CSA6DC%2CUAIC%2CGAAE%2CSAMD%2CGA4BK%2CUAAU%3BEACV%2CeAAA%3B%3BAAID%2CQAHuC%2CuBAAmC%3BEAG1E%2CkBAhHT%2CcAGC%2CWAKC%2CSA6DC%2CUAIC%2CGAAE%2CSAMD%2CGA4BK%2CUAAU%3BIAGT%2CkBAAA%3B%3B%3BAAWF%2CQARsC%2CuBAAmC%3BEAQzE%2CkBAzHT%2CcAGC%2CWAKC%2CSA6DC%2CUAIC%2CGAAE%2CSAMD%3BIAmCK%2C8BAAA%3BIACA%2CkBAAA%3BIACA%2CmBAAA%3B%3BEACA%2CkBArHV%2CcAGC%2CWAKC%2CSA6DC%2CUAIC%2CGAAE%2CSAMD%2CGAsCM%2CUAAU%3BIACV%2CeAAA%3B%3B%3BAAvHZ%2CkBACC%2CcAGC%2CWAKC%2CSA6DC%2CUAIC%2CGAAE%2CSAMD%2CGA0CI%3BEACC%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3B%3BAAKA%2CQAJsC%3BEAItC%2CkBAlIV%2CcAGC%2CWAKC%2CSA6DC%2CUAIC%2CGAAE%2CSAMD%2CGA0CI%3BIAME%2CaAAA%3BIACA%2CYAAA%3B%3B%3BAAKD%2CQAHyC%2CwBAAsC%3BEAG%5C%2FE%2CkBArIV%2CcAGC%2CWAKC%2CSA6DC%2CUAIC%2CGAAE%2CSAMD%2CGA0CI%3BIAUE%2CaAAA%3B%3B%3BAAED%2CkBArIV%2CcAGC%2CWAKC%2CSA6DC%2CUAIC%2CGAAE%2CSAMD%2CGA0CI%2CmBAYE%3BEACA%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3B%3B%3BAA1IZ%2CkBACC%2CcAGC%2CWAKC%2CSA6DC%2CUAIC%2CGAAE%2CSAMD%2CGA0CI%2CmBAmBF%3BEACC%2CcAAA%3B%3BAA9IT%2CkBACC%2CcAGC%2CWAKC%2CSA6DC%2CUAIC%2CGAAE%2CSAMD%2CGA0CI%2CmBAmBF%2CoBAEC%3BEACI%2CsBAAA%3B%3BAAhJb%2CkBACC%2CcAGC%2CWAKC%2CSA6DC%2CUAIC%2CGAAE%2CSAMD%2CGA0CI%2CmBAmBF%2CoBAEC%2CyBAEI%3BEACC%2C%2BBAAA%3B%3BAAlJd%2CkBACC%2CcAGC%2CWAKC%2CSA6DC%2CUAIC%2CGAAE%2CSAMD%2CGA0CI%2CmBA4BF%2CsBACC%3BEACI%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAzJb%2CkBACC%2CcAGC%2CWAKC%2CSA6DC%2CUAIC%2CGAAE%2CSAMD%2CGA0CI%2CmBA4BF%2CsBACC%2CmBAGI%3BEACC%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CqBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3B%3BAAOH%2CQAL6C%3BEAK7C%2CkBAvKV%2CcAGC%2CWAKC%2CSA6DC%2CUAIC%2CGAAE%2CSAMD%2CGA0CI%2CmBA4BF%2CsBACC%2CmBAGI%3BIAUE%2CeAAA%3BIACH%2CiBAAA%3BIACA%2CgBAAA%3B%3B%3BAAKD%2CQAH4C%2CuBAAuC%3BEAGnF%2CkBA1KV%2CcAGC%2CWAKC%2CSA6DC%2CUAIC%2CGAAE%2CSAMD%2CGA0CI%2CmBA4BF%2CsBACC%2CmBAGI%3BIAeD%2CgBAAA%3B%3B%3BAAOD%2CQALyC%2CwBAAsC%3BEAK%5C%2FE%2CkBA%5C%2FKV%2CcAGC%2CWAKC%2CSA6DC%2CUAIC%2CGAAE%2CSAMD%2CGA0CI%2CmBA4BF%2CsBACC%2CmBAGI%3BIAkBD%2CeAAA%3BIACG%2CiBAAA%3BIACA%2CgBAAA%3B%3B%3BAAOL%2CQAL6C%2CuBAAmC%3BEAKhF%2CkBApLT%2CcAGC%2CWAKC%2CSA6DC%2CUAIC%2CGAAE%2CSAMD%2CGA0CI%2CmBA4BF%2CsBACC%2CmBAGI%3BIAuBD%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CgBAAA%3B%3B%3BAAnLZ%2CkBACC%2CcAGC%2CWAKC%2CSA6DC%2CUAIC%2CGAAE%2CSAMD%2CGA0CI%2CmBA4BF%2CsBAiCC%3BEACI%2CYAAA%3BEACA%2CmBAAA%3B%3BAAIH%2CQAH6C%3BEAG7C%2CkBA5LT%2CcAGC%2CWAKC%2CSA6DC%2CUAIC%2CGAAE%2CSAMD%2CGA0CI%2CmBA4BF%2CsBAiCC%3BIAIK%2CmBAAA%3B%3B%3BAAKJ%2CQAHyC%2CwBAAsC%3BEAG%5C%2FE%2CkBA%5C%2FLT%2CcAGC%2CWAKC%2CSA6DC%2CUAIC%2CGAAE%2CSAMD%2CGA0CI%2CmBA4BF%2CsBAiCC%3BIAOE%2CmBAAA%3B%3B%3BAAKF%2CQAH6C%2CuBAAmC%3BEAGhF%2CkBAlMR%2CcAGC%2CWAKC%2CSA6DC%2CUAIC%2CGAAE%2CSAMD%2CGA0CI%2CmBA4BF%2CsBAiCC%3BIAUE%2CmBAAA%3B%3B%3BAAjMX%2CkBACC%2CcAGC%2CWAKC%2CSA6DC%2CUAIC%2CGAAE%2CSAMD%2CGA0CI%2CmBA4BF%2CsBA8CC%3BEACI%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CaAAA%3BEACH%2CmBAAA%3BEACA%2CYAAA%3B%3BAAKA%2CQAJ0C%3BEAI1C%2CkBA7MT%2CcAGC%2CWAKC%2CSA6DC%2CUAIC%2CGAAE%2CSAMD%2CGA0CI%2CmBA4BF%2CsBA8CC%3BIAOK%2CmBAAA%3BIACA%2CcAAA%3B%3B%3BAAKJ%2CQAHyC%2CwBAAsC%3BEAG%5C%2FE%2CkBAhNT%2CcAGC%2CWAKC%2CSA6DC%2CUAIC%2CGAAE%2CSAMD%2CGA0CI%2CmBA4BF%2CsBA8CC%3BIAWE%2CmBAAA%3B%3B%3BAAKD%2CQAH4C%2CuBAAmC%3BEAG%5C%2FE%2CkBAnNT%2CcAGC%2CWAKC%2CSA6DC%2CUAIC%2CGAAE%2CSAMD%2CGA0CI%2CmBA4BF%2CsBA8CC%3BIAcE%2CmBAAA%3B%3B%3BAAlNX%2CkBACC%2CcAGC%2CWAKC%2CSA6DC%2CUAIC%2CGAAE%2CSAMD%2CGA0CI%2CmBA4BF%2CsBA8CC%2CWAgBC%3BEACI%2CQAAA%3B%3BAAIJ%2CQAH8C%3BEAG9C%2CkBAxNT%2CcAGC%2CWAKC%2CSA6DC%2CUAIC%2CGAAE%2CSAMD%2CGA0CI%2CmBA4BF%2CsBA8CC%2CWAgBC%3BIAGK%2CaAAA%3B%3B%3BAAvNf%2CkBACC%2CcAGC%2CWAKC%2CSA6DC%2CUAIC%2CGAAE%2CSAMD%2CGA0CI%2CmBA4BF%2CsBA8CC%2CWAsBC%3BEACI%2CQAAA%3B%3BAA3Nd%2CkBACC%2CcAGC%2CWAKC%2CSA6DC%2CUAIC%2CGAAE%2CSAMD%2CGA0CI%2CmBA4BF%2CsBA8CC%2CWAsBC%2CWAEI%3BEACC%2CaAAA%3B%3BAA7Nf%2CkBACC%2CcAGC%2CWAKC%2CSA6DC%2CUAIC%2CGAAE%2CSAMD%2CGA0CI%2CmBA4BF%2CsBA8CC%2CWAsBC%2CWAKC%3BEACI%2CcAAA%3BEACA%2CqBAAA%3BEACA%2C6BAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3B%3BAAMH%2CQAL6C%3BEAK7C%2CkBA3OX%2CcAGC%2CWAKC%2CSA6DC%2CUAIC%2CGAAE%2CSAMD%2CGA0CI%2CmBA4BF%2CsBA8CC%2CWAsBC%2CWAKC%3BIASK%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CiBAAA%3B%3B%3BAAML%2CQAJ6C%2CuBAAmC%3BEAIhF%2CkBA%5C%2FOV%2CcAGC%2CWAKC%2CSA6DC%2CUAIC%2CGAAE%2CSAMD%2CGA0CI%2CmBA4BF%2CsBA8CC%2CWAsBC%2CWAKC%3BIAcE%2CeAAA%3BIACA%2CiBAAA%3B%3B%3BAA9Ob%2CkBACC%2CcAGC%2CWAKC%2CSA6DC%2CUAIC%2CGAAE%2CSAMD%2CGA0CI%2CmBA4BF%2CsBA8CC%2CWA8CI%2CKAAI%3BEACH%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3B%3BAAMA%2CQAL0C%3BEAK1C%2CkBA3Pb%2CcAGC%2CWAKC%2CSA6DC%2CUAIC%2CGAAE%2CSAMD%2CGA0CI%2CmBA4BF%2CsBA8CC%2CWA8CI%2CKAAI%3BIAMF%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CSAAA%3B%3B%3BAAML%2CQAJgD%2CuBAAmC%3BEAInF%2CkBA%5C%2FPT%2CcAGC%2CWAKC%2CSA6DC%2CUAIC%2CGAAE%2CSAMD%2CGA0CI%2CmBA4BF%2CsBA8CC%2CWA8CI%2CKAAI%3BIAWF%2CeAAA%3BIACA%2CiBAAA%3B%3B%3BAA9Pf%2CkBACC%2CcAGC%2CWAKC%2CSA6DC%2CUAIC%2CGAAE%2CSAMD%2CGA0CI%2CmBA4BF%2CsBA6GC%2CQAAO%3BEACH%2CaAAA%3B%3BAApQb%2CkBACC%2CcAGC%2CWAKC%2CSA6DC%2CUAIC%2CGAAE%2CSAMD%2CGA0CI%2CmBA6IF%3BEACI%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CYAAA%3BEACA%2CoBAAA%3B%3BAACA%2CkBA%5C%2FQX%2CcAGC%2CWAKC%2CSA6DC%2CUAIC%2CGAAE%2CSAMD%2CGA0CI%2CmBA6IF%2CoBASK%3BEACA%2CaAAA%3B%3BAAjRb%2CkBACC%2CcAGC%2CWAKC%2CSA6DC%2CUAIC%2CGAAE%2CSAMD%2CGA0CI%2CmBA6IF%2CoBAYI%3BEACC%2CSAAA%3B%3BAAIA%2CQAH0C%3BEAG1C%2CkBAvRZ%2CcAGC%2CWAKC%2CSA6DC%2CUAIC%2CGAAE%2CSAMD%2CGA0CI%2CmBA6IF%2CoBAYI%3BIAGG%2CgBAAA%3B%3B%3BAAtRf%2CkBACC%2CcAGC%2CWAKC%2CSA6DC%2CUAIC%2CGAAE%2CSAMD%2CGA0CI%2CmBA6IF%2CoBAYI%2CsBAKC%3B%3BEAEC%2CWAAA%3B%3B%3B%3B%3BAAUA%2CQAN2C%3BEAM3C%2CkBAnSb%2CcAGC%2CWAKC%2CSA6DC%2CUAIC%2CGAAE%2CSAMD%2CGA0CI%2CmBA6IF%2CoBAYI%2CsBAKC%3B%3B%3BIASG%2CcAAA%3BIACA%2CWAAA%3B%3B%3BAAlShB%2CkBACC%2CcAGC%2CWAKC%2CSA6DC%2CUAIC%2CGAAE%2CSAMD%2CGA0CI%2CmBA6IF%2CoBAYI%2CsBAKC%2CiBAYC%2COAAM%3BEACL%2CYAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3B%3BAA1Sf%2CkBACC%2CcAGC%2CWAKC%2CSA6DC%2CUAIC%2CGAAE%2CSAMD%2CGA0CI%2CmBA6IF%2CoBAYI%2CsBAKC%2CiBAYC%2COAAM%2CYAOL%2CiBACC%3BEAEC%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CaAAa%2CSAAb%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2CqBAAA%3B%3BAAIA%2CQAH0B%2CuBAAwB%3BEAGlD%2CkBA7ThB%2CcAGC%2CWAKC%2CSA6DC%2CUAIC%2CGAAE%2CSAMD%2CGA0CI%2CmBA6IF%2CoBAYI%2CsBAKC%2CiBAYC%2COAAM%2CYAOL%2CiBACC%3BIAgBE%2CYAAA%3B%3B%3BAAKD%2CQAHyC%2CwBAAsC%3BEAG%5C%2FE%2CkBAhUhB%2CcAGC%2CWAKC%2CSA6DC%2CUAIC%2CGAAE%2CSAMD%2CGA0CI%2CmBA6IF%2CoBAYI%2CsBAKC%2CiBAYC%2COAAM%2CYAOL%2CiBACC%3BIAmBE%2CkBAAA%3B%3B%3BAAKD%2CQAHsC%2CuBAAmC%3BEAGzE%2CkBAnUhB%2CcAGC%2CWAKC%2CSA6DC%2CUAIC%2CGAAE%2CSAMD%2CGA0CI%2CmBA6IF%2CoBAYI%2CsBAKC%2CiBAYC%2COAAM%2CYAOL%2CiBACC%3BIAsBE%2CiBAAA%3B%3B%3BAAED%2CkBAnUhB%2CcAGC%2CWAKC%2CSA6DC%2CUAIC%2CGAAE%2CSAMD%2CGA0CI%2CmBA6IF%2CoBAYI%2CsBAKC%2CiBAYC%2COAAM%2CYAOL%2CiBACC%2CEAwBE%3BEACA%2CmBAAA%3B%3BAArUlB%2CkBACC%2CcAGC%2CWAKC%2CSA6DC%2CUAIC%2CGAAE%2CSAMD%2CGA0CI%2CmBA6IF%2CoBAYI%2CsBAKC%2CiBAkDC%2COAAM%3BEACL%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CaAAa%2CSAAb%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3B%3BAAIA%2CQAH0B%2CuBAAwB%3BEAGlD%2CkBAvVd%2CcAGC%2CWAKC%2CSA6DC%2CUAIC%2CGAAE%2CSAMD%2CGA0CI%2CmBA6IF%2CoBAYI%2CsBAKC%2CiBAkDC%2COAAM%3BIAYJ%2CYAAA%3B%3B%3BAAKD%2CQAHyC%2CwBAAsC%3BEAG%5C%2FE%2CkBA1Vd%2CcAGC%2CWAKC%2CSA6DC%2CUAIC%2CGAAE%2CSAMD%2CGA0CI%2CmBA6IF%2CoBAYI%2CsBAKC%2CiBAkDC%2COAAM%3BIAeJ%2CkBAAA%3B%3B%3BAAKD%2CQAHsC%2CuBAAmC%3BEAGzE%2CkBA7Vd%2CcAGC%2CWAKC%2CSA6DC%2CUAIC%2CGAAE%2CSAMD%2CGA0CI%2CmBA6IF%2CoBAYI%2CsBAKC%2CiBAkDC%2COAAM%3BIAkBJ%2CiBAAA%3B%3B%3BAAED%2CkBA7Vd%2CcAGC%2CWAKC%2CSA6DC%2CUAIC%2CGAAE%2CSAMD%2CGA0CI%2CmBA6IF%2CoBAYI%2CsBAKC%2CiBAkDC%2COAAM%2COAoBJ%3BEACA%2CmBAAA%3B%3BAA%5C%2FVhB%2CkBACC%2CcAGC%2CWAKC%2CSA6DC%2CUAIC%2CGAAE%2CSAMD%2CGA0CI%2CmBA6IF%2CoBAYI%2CsBAKC%2CiBAkDC%2COAAM%2COAuBL%3BEACC%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CuBAAA%3B%3BAACA%2CkBArWf%2CcAGC%2CWAKC%2CSA6DC%2CUAIC%2CGAAE%2CSAMD%2CGA0CI%2CmBA6IF%2CoBAYI%2CsBAKC%2CiBAkDC%2COAAM%2COAuBL%2CKAKE%3BEACA%2CSAAQ%2CEAAR%3BEACA%2CqBAAA%3BEACA%2CyDAAA%3BEACA%2C4BAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CqBAAA%3B%3BAAID%2CQAHwB%2CwBAAuB%3BEAG%5C%2FC%2CkBAlXf%2CcAGC%2CWAKC%2CSA6DC%2CUAIC%2CGAAE%2CSAMD%2CGA0CI%2CmBA6IF%2CoBAYI%2CsBAKC%2CiBAkDC%2COAAM%2COAuBL%2CKAKE%3BIAWC%2CiBAAA%3B%3B%3BAAIH%2CkBApXd%2CcAGC%2CWAKC%2CSA6DC%2CUAIC%2CGAAE%2CSAMD%2CGA0CI%2CmBA6IF%2CoBAYI%2CsBAKC%2CiBAkDC%2COAAM%2COA2CJ%3BEACA%2CkBAAA%3B%3BAAIA%2CQAH4C%2CuBAAmC%3BEAG%5C%2FE%2CkBAzXf%2CcAGC%2CWAKC%2CSA6DC%2CUAIC%2CGAAE%2CSAMD%2CGA0CI%2CmBA6IF%2CoBAYI%2CsBAKC%2CiBAkDC%2COAAM%2COA2CJ%3BIAGF%2CkBAAA%3B%3B%3BAAHC%2CkBApXd%2CcAGC%2CWAKC%2CSA6DC%2CUAIC%2CGAAE%2CSAMD%2CGA0CI%2CmBA6IF%2CoBAYI%2CsBAKC%2CiBAkDC%2COAAM%2COA2CJ%2CSAKA%3BEACC%2C0BAAA%3B%3BAACA%2CkBA3XhB%2CcAGC%2CWAKC%2CSA6DC%2CUAIC%2CGAAE%2CSAMD%2CGA0CI%2CmBA6IF%2CoBAYI%2CsBAKC%2CiBAkDC%2COAAM%2COA2CJ%2CSAKA%2CKAEE%3BEACA%2C8CAAA%3BEACA%2CYAAA%3BEACH%2CWAAA%3B%3BAAYJ%2CQAL2C%3BEAK3C%2CkBA1YV%2CcAGC%2CWAKC%2CSA6DC%2CUAIC%2CGAAE%2CSAMD%2CGA0CI%2CmBA6IF%2CoBAYI%2CsBAkHF%3BIAEG%2CkBAAA%3BIACD%2CSAAA%3BIACA%2CUAAA%3B%3B%3BAAzYZ%2CkBACC%2CcAGC%2CWAKC%2CSA6DC%2CUAIC%2CGAAE%2CSAMD%2CGA0CI%2CmBA6IF%2CoBAYI%2CsBAkHF%2CmBAMC%3BEACC%2CkBAAA%3BEACG%2CUAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3B%3B%3B%3B%3B%3BAAUA%2CQAT0C%3BEAS1C%2CkBAxZd%2CcAGC%2CWAKC%2CSA6DC%2CUAIC%2CGAAE%2CSAMD%2CGA0CI%2CmBA6IF%2CoBAYI%2CsBAkHF%2CmBAMC%3BIAMK%2CWAAA%3BIACA%2CMAAA%3BIACA%2COAAA%3B%3B%3BAAMD%2CkBAxZd%2CcAGC%2CWAKC%2CSA6DC%2CUAIC%2CGAAE%2CSAMD%2CGA0CI%2CmBA6IF%2CoBAYI%2CsBAkHF%2CmBAMC%2CYAcK%3BEACA%2CSAAQ%2CEAAR%3BEACA%2CqBAAA%3BEACA%2CkDAAA%3BEACA%2C4BAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3B%3BAA%5C%2FZhB%2CkBACC%2CcAGC%2CWAKC%2CSA6DC%2CUAIC%2CGAAE%2CSAMD%2CGA0CI%2CmBA6IF%2CoBAYI%2CsBAkHF%2CmBA6BC%3BEACC%2CkBAAA%3BEACG%2CQAAA%3BEACA%2CMAAA%3BEACA%2CqCAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3B%3BAAMH%2CQAL6C%3BEAK7C%2CkBAhbX%2CcAGC%2CWAKC%2CSA6DC%2CUAIC%2CGAAE%2CSAMD%2CGA0CI%2CmBA6IF%2CoBAYI%2CsBAkHF%2CmBA6BC%3BIAWK%2CWAAA%3BIACA%2CYAAA%3BIACA%2CaAAA%3B%3B%3BAAMD%2CQAJyC%2CuBAAmC%3BEAI5E%2CkBApbd%2CcAGC%2CWAKC%2CSA6DC%2CUAIC%2CGAAE%2CSAMD%2CGA0CI%2CmBA6IF%2CoBAYI%2CsBAkHF%2CmBA6BC%3BIAgBE%2CWAAA%3BIACA%2CYAAA%3B%3B%3BAAEE%2CkBApbd%2CcAGC%2CWAKC%2CSA6DC%2CUAIC%2CGAAE%2CSAMD%2CGA0CI%2CmBA6IF%2CoBAYI%2CsBAkHF%2CmBA6BC%2CWAmBK%3BEACA%2CSAAQ%2CEAAR%3BEACA%2CqBAAA%3BEACA%2CiDAAA%3BEACA%2C4BAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3B%3BAASX%2CkBAncJ%2CcAGC%2CWAKC%2CSA6DC%2CUA8XM%3BEACD%2CaAAA%3B%3B%3BAChcR%2CQAH4C%3BEAG5C%2CqBAJA%3BIAEE%2CqBAAA%3B%3B%3BAAHH%2CqBAMC%3BEACC%2CgBAAA%3B%3BAAPF%2CqBAMC%2CWAEC%2CSAAQ%3BEACP%2CYAAA%3BEACA%2CyBAAA%3BEACG%2CaAAA%3B%3BAAIH%2CQAH6C%3BEAG7C%2CqBATF%2CWAEC%2CSAAQ%3BIAKH%2CaAAA%3B%3B%3BAAbP%2CqBAMC%2CWAEC%2CSAAQ%2CMAOP%2CqBACC%2CIAAG%3BEACC%2CaAAA%3B%3BAAmDL%2CQAhD6C%3BEAgD7C%2CqBA9DF%2CWAEC%2CSAAQ%3BIAaH%2CWAAA%3B%3BEA%2BCJ%2CqBA9DF%2CWAEC%2CSAAQ%2CMAcH%3BIACC%2CmBAAA%3B%3BEAGE%2CqBApBT%2CWAEC%2CSAAQ%2CMAcH%2CqBAEC%2CoBACC%2CsBACE%2CiBAAkB%3BIAClB%2CsBAAA%3BIACA%2CYAAA%3B%3BEAwCR%2CqBA9DF%2CWAEC%2CSAAQ%2CMAcH%2CqBAEC%2CoBACC%2CsBAKF%3BIACC%2CWAAA%3BIACA%2CYAAA%3BIACA%2CmBAAA%3BIACG%2CYAAA%3B%3BEAkCR%2CqBA9DF%2CWAEC%2CSAAQ%2CMAcH%2CqBAgBF%2CgBACC%2CiBACC%3BIACI%2C0BAAA%3BIACA%2CUAAA%3BIACA%2CuBAAA%3BIACA%2CWAAA%3BIACA%2CyBAAA%3B%3BEACA%2CqBAxCV%2CWAEC%2CSAAQ%2CMAcH%2CqBAgBF%2CgBACC%2CiBACC%2CeAMK%3BIACA%2CmBAAA%3B%3BEADD%2CqBAxCV%2CWAEC%2CSAAQ%2CMAcH%2CqBAgBF%2CgBACC%2CiBACC%2CeAMK%2CoBAEA%3BIACC%2CwDAAA%3B%3BEAGL%2CqBA9CP%2CWAEC%2CSAAQ%2CMAcH%2CqBAgBF%2CgBACC%2CiBACC%2CeAYE%2CoBACA%3BIACI%2CuDAAA%3B%3BEAcV%2CqBA9DF%2CWAEC%2CSAAQ%2CMAcH%2CqBAgBF%2CgBACC%2CiBACC%2CeAiBC%3BIACI%2CkCAAA%3BIACA%2C4BAAA%3BIACA%2CYAAA%3BIACA%2CWAAA%3B%3B%3BAA6HV%2CQAtHuC%3BEAsHvC%2CqBApLD%2CWAEC%2CSAAQ%2CMA6DP%2CqBAAqB%3BIAOhB%2CaAAA%3BIACG%2CsBAAA%3B%3BEA6GT%2CqBApLD%2CWAEC%2CSAAQ%2CMA6DP%2CqBAAqB%2CgBAShB%3BIAOC%2CkBAAA%3BIACG%2CgBAAA%3BIACA%2CuBAAA%3B%3BEAmGV%2CqBApLD%2CWAEC%2CSAAQ%2CMA6DP%2CqBAAqB%2CgBAShB%2CiBAUC%2CwBAAwB%3BIACvB%2CiBAAA%3BIACA%2CkBAAA%3BIACA%2CWAAW%2CoBAAX%3BIACA%2CmBAAA%3BIACA%2CcAAA%3B%3BEA6FR%2CqBApLD%2CWAEC%2CSAAQ%2CMA6DP%2CqBAAqB%2CgBAShB%2CiBAkBF%3BIACI%2C0BAAA%3BIACA%2CkBAAA%3BIACG%2CMAAA%3BIACA%2CYAAA%3B%3BEAsFX%2CqBApLD%2CWAEC%2CSAAQ%2CMA6DP%2CqBAAqB%2CgBAShB%2CiBAwBF%3BIACI%2C0BAAA%3BIACA%2CUAAA%3BIACA%2CuBAAA%3BIACA%2CYAAA%3B%3BEACA%2CqBArGT%2CWAEC%2CSAAQ%2CMA6DP%2CqBAAqB%2CgBAShB%2CiBAwBF%2CeAKK%3BIACA%2CmBAAA%3B%3BEADD%2CqBArGT%2CWAEC%2CSAAQ%2CMA6DP%2CqBAAqB%2CgBAShB%2CiBAwBF%2CeAKK%2CoBAEA%3BIACC%2CwDAAA%3B%3BEAGL%2CqBA3GN%2CWAEC%2CSAAQ%2CMA6DP%2CqBAAqB%2CgBAShB%2CiBAwBF%2CeAWE%2CoBACA%3BIACI%2CuDAAA%3B%3BEAuEV%2CqBApLD%2CWAEC%2CSAAQ%2CMA6DP%2CqBAAqB%2CgBAShB%2CiBAwBF%2CeAgBC%3BIACI%2CkCAAA%3BIACA%2C4BAAA%3B%3BEAkET%2CqBApLD%2CWAEC%2CSAAQ%2CMA6DP%2CqBAAqB%2CgBAuDnB%3BIAEI%2CQAAA%3BIAEA%2C4BAAA%3BIACH%2C2BAAA%3BIACA%2CeAAA%3B%3BEAwDJ%2CqBApLD%2CWAEC%2CSAAQ%2CMA6DP%2CqBAAqB%2CgBAuDnB%2CoBAOI%3BIAGC%2CsBAAA%3B%3BEACA%2CqBAjIT%2CWAEC%2CSAAQ%2CMA6DP%2CqBAAqB%2CgBAuDnB%2CoBAOI%2CeAIE%3BEAAO%2CqBAjIjB%2CWAEC%2CSAAQ%2CMA6DP%2CqBAAqB%2CgBAuDnB%2CoBAOI%2CeAIU%3BIACR%2CwBAAA%3B%3BEAkDT%2CqBApLD%2CWAEC%2CSAAQ%2CMA6DP%2CqBAAqB%2CgBAuDnB%2CoBAOI%2CeAOC%3BEAgDR%2CqBApLD%2CWAEC%2CSAAQ%2CMA6DP%2CqBAAqB%2CgBAuDnB%2CoBAOI%2CeAOiB%3BIACf%2C0CAAA%3B%3BEAIA%2CqBAzIV%2CWAEC%2CSAAQ%2CMA6DP%2CqBAAqB%2CgBAuDnB%2CoBAOI%2CeAUC%2CsBAEE%3BIACA%2CkBAAA%3B%3BEA0CV%2CqBApLD%2CWAEC%2CSAAQ%2CMA6DP%2CqBAAqB%2CgBAuDnB%2CoBAOI%2CeAgBC%3BIAEC%2CkBAAA%3BIACG%2CuBAAA%3BIACA%2CSAAA%3B%3BEAmCZ%2CqBApLD%2CWAEC%2CSAAQ%2CMA6DP%2CqBAAqB%2CgBAuDnB%2CoBAOI%2CeAsBD%3BIACC%2C0BAAA%3BIACE%2C8BAAA%3BIACA%2CaAAA%3BIACA%2CQAAA%3BIACA%2CuBAAA%3BIACA%2CeAAA%3B%3BEA2BT%2CqBApLD%2CWAEC%2CSAAQ%2CMA6DP%2CqBAAqB%2CgBAuDnB%2CoBAOI%2CeAsBD%2CsBAOG%3BIACC%2CaAAA%3B%3BEAyBV%2CqBApLD%2CWAEC%2CSAAQ%2CMA6DP%2CqBAAqB%2CgBAuDnB%2CoBAOI%2CeAsBD%2CsBAUC%3BIACG%2CgBAAA%3BIACA%2CYAAA%3BIACA%2CqBAAA%3BIACA%2CyBAAA%3BIACA%2CSAAA%3BIACA%2CUAAA%3B%3BEAiBV%2CqBApLD%2CWAEC%2CSAAQ%2CMA6DP%2CqBAAqB%2CgBAuDnB%2CoBAOI%2CeAsBD%2CsBAUC%2CsBAWG%3BIACC%2CuBAAA%3B%3BEAWX%2CqBApLD%2CWAEC%2CSAAQ%2CMA6DP%2CqBAAqB%2CgBAuDnB%2CoBAOI%2CeAsBD%2CsBAUC%2CsBAWG%2CiBAEC%3BIACC%2CYAAA%3B%3B%3BAAHF%2CQA1G6B%2CuBAsGH%2CuBAAuB%3BEAIjD%2CqBAxKX%2CWAEC%2CSAAQ%2CMA6DP%2CqBAAqB%2CgBAuDnB%2CoBAOI%2CeAsBD%2CsBAUC%3BIAQI%2CYAAA%3BIACA%2CsBAAA%3B%3B%3BAA5Kb%2CqBAMC%2CWAqLC%3BEACI%2CYAAA%3BEACA%2CkBAAA%3B%3BAAMA%2CQAL0C%3BEAK1C%2CqBA7LL%2CWAqLC%3BIAIK%2CWAAA%3BIACA%2CcAAA%3BIACA%2CeAAA%3B%3B%3BAAKD%2CQAHsC%3BEAGtC%2CqBAhML%2CWAqLC%3BIASK%2CmBAAA%3B%3B%3BAApMP%2CqBAMC%2CWAqLC%2CmBAWI%2CoBACC%2CGAAE%3BEACD%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3B%3BAAMJ%2CQAL0C%3BEAK1C%2CqBA5MH%2CWAqLC%2CmBAWI%2CoBACC%2CGAAE%3BIAOA%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CmBAAA%3B%3B%3BAAhNT%2CqBAMC%2CWAqLC%2CmBAyBC%2CaAAY%2CWACX%3BEACC%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3B%3BAA5NL%2CqBAMC%2CWAqLC%2CmBAoCC%2CSAAQ%2CUAAU%3BEACd%2CkBAAA%3BEACA%2CgCAAA%3BEACA%2CoBAAA%3B%3BAAKA%2CQAJsC%3BEAItC%2CqBAjON%2CWAqLC%2CmBAoCC%2CSAAQ%2CUAAU%3BIAKb%2CkBAAA%3BIACA%2CmBAAA%3B%3B%3BAAMD%2CQAJ0C%3BEAI1C%2CqBArON%2CWAqLC%2CmBAoCC%2CSAAQ%2CUAAU%3BIASb%2CiBAAA%3BIACA%2CgBAAA%3B%3B%3BAAzOR%2CqBAMC%2CWAqLC%2CmBAoCC%2CSAAQ%2CUAAU%2CSAYd%3BEACC%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3B%3BAAMA%2CQALsC%3BEAKtC%2CqBA9OP%2CWAqLC%2CmBAoCC%2CSAAQ%2CUAAU%2CSAYd%3BIAKE%2CeAAA%3BIACA%2CiBAAA%3B%3B%3BAAjPT%2CqBAMC%2CWAqLC%2CmBAoCC%2CSAAQ%2CUAAU%2CSAYd%2COASC%3BEACC%2CSAAA%3B%3BAArPT%2CqBAMC%2CWAqLC%2CmBA8DC%3BEACI%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAIA%2CQAHyB%3BEAGzB%2CqBA1PN%2CWAqLC%2CmBA8DC%3BIAKK%2CqBAAA%3B%3B%3BAAMD%2CQAJsC%3BEAItC%2CqBA9PN%2CWAqLC%2CmBA8DC%3BIAQK%2CkBAAA%3BIACA%2CmBAAA%3B%3B%3BAAMD%2CQAJ0C%3BEAI1C%2CqBAlQN%2CWAqLC%2CmBA8DC%3BIAYK%2CSAAA%3BIACA%2CkBAAA%3B%3B%3BAAtQR%2CqBAMC%2CWAqLC%2CmBA8DC%2CoBAeI%3BEACC%2CcAAA%3BEACA%2CUAAA%3BEACA%2CmBAAA%3B%3BAAIA%2CQAH0C%3BEAG1C%2CqBAzQP%2CWAqLC%2CmBA8DC%2CoBAeI%3BIAKE%2CgBAAA%3B%3B%3BAAED%2CqBAzQP%2CWAqLC%2CmBA8DC%2CoBAeI%2CWAOE%3BEACA%2CgBAAA%3B%3BAAED%2CqBA5QP%2CWAqLC%2CmBA8DC%2CoBAeI%2CWAUK%3BEACH%2CqBAAA%3B%3BAAnRT%2CqBAMC%2CWAqLC%2CmBA8DC%2CoBAeI%2CWAaC%2CKAAI%3BEACH%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3B%3BAAKJ%2CQAJ0C%3BEAI1C%2CqBAxRJ%2CWAqLC%2CmBA8DC%2CoBAeI%2CWAaC%2CKAAI%3BIAMF%2CyBAAA%3BIACA%2CiBAAA%3B%3B%3BAA5RV%2CqBAMC%2CWAqLC%2CmBA8DC%2CoBAeI%2CWAuBF%3BEACI%2CiBAAA%3B%3BAAhST%2CqBAMC%2CWAqLC%2CmBA8DC%2CoBAeI%2CWAuBF%2CWAEI%3BEACC%2CaAAA%3B%3BAAlSV%2CqBAMC%2CWAqLC%2CmBA8DC%2CoBAeI%2CWAuBF%2CWAKC%2CKAAI%3BEACA%2CWAAA%3BEACA%2CyBAAA%3BEACA%2C6BAAA%3BEACA%2CiBAAA%3B%3BAAKJ%2CQAJ0C%3BEAI1C%2CqBAvSL%2CWAqLC%2CmBA8DC%2CoBAeI%2CWAuBF%2CWAKC%2CKAAI%3BIAMC%2CyBAAA%3BIACA%2CiBAAA%3B%3B%3BAA3SX%2CqBAMC%2CWAqLC%2CmBA8DC%2CoBAuDC%3BEACI%2CWAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3B%3BAAnTR%2CqBAMC%2CWAqLC%2CmBA8DC%2CoBAuDC%2CwBAIK%3BEACC%2CeAAA%3BEACA%2CqBAAA%3BEACA%2CqBAAA%3B%3BAAvTV%2CqBAMC%2CWAqLC%2CmBA8DC%2CoBAuDC%2CwBASI%2COAAM%3BEACL%2CaAAA%3B%3BAA1TT%2CqBAMC%2CWAqLC%2CmBA8DC%2CoBAuDC%2CwBAYC%2COAAM%3BEACF%2CWAAA%3B%3BAA7TT%2CqBAMC%2CWAqLC%2CmBA8DC%2CoBAuDC%2CwBAeC%2CSAAQ%2CUAAU%3BEACd%2CeAAA%3BEACA%2C0BAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3B%3BAAnUT%2CqBAMC%2CWAqLC%2CmBA4IC%2CkBACC%2CIAAI%3BEACA%2CeAAA%3BEACA%2CqBAAA%3BEACA%2CcAAA%3B%3BAA3UR%2CqBAMC%2CWAqLC%2CmBAmJC%3BEACI%2CmBAAA%3B%3BAAIA%2CQAH0C%3BEAG1C%2CqBA7UN%2CWAqLC%2CmBAmJC%3BIAGK%2CiBAAA%3B%3B%3BAAMA%2CQAH2C%3BEAG3C%2CqBAjVP%2CWAqLC%2CmBAmJC%2CkBAKI%2CKAAK%3BIAEF%2CmBAAA%3B%3B%3BAArVV%2CqBAMC%2CWAqLC%2CmBAmJC%2CkBAKI%2CKAAK%2CYAIJ%3BEACC%2CaAAA%3BEACA%2CWAAA%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3B%3BAA3VT%2CqBAMC%2CWAqLC%2CmBAmJC%2CkBAKI%2CKAAK%2CYAIJ%2CUAKC%2COAAM%3BEACL%2CkBAAA%3B%3BAAIA%2CQAH0C%3BEAG1C%2CqBA3VT%2CWAqLC%2CmBAmJC%2CkBAKI%2CKAAK%2CYAIJ%2CUAKC%2COAAM%3BIAGJ%2CaAAA%3B%3B%3BAA%5C%2FVX%2CqBAMC%2CWAqLC%2CmBAmJC%2CkBAKI%2CKAAK%2CYAIJ%2CUAKC%2COAAM%2CIAKL%3BEACC%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3B%3BAArWX%2CqBAMC%2CWAqLC%2CmBAmJC%2CkBAKI%2CKAAK%2CYAIJ%2CUAKC%2COAAM%2CIAWR%2CSACC%3BEACI%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3B%3BAACA%2CqBAxWX%2CWAqLC%2CmBAmJC%2CkBAKI%2CKAAK%2CYAIJ%2CUAKC%2COAAM%2CIAWR%2CSACC%2CMAMQ%3BEACH%2CkBAAA%3BEACA%2COAAA%3B%3BAAhXb%2CqBAMC%2CWAqLC%2CmBAmJC%2CkBAKI%2CKAAK%2CYAIJ%2CUA8BF%3BEACC%2CWAAA%3B%3BAAtXP%2CqBAMC%2CWAqLC%2CmBAmJC%2CkBAKI%2CKAAK%2CYAIJ%2CUA8BF%2CSAEC%2COAAM%3BEACF%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3B%3BAAoBA%2CQAnB0C%3BEAmB1C%2CqBAjZV%2CWAqLC%2CmBAmJC%2CkBAKI%2CKAAK%2CYAIJ%2CUA8BF%2CSAEC%2COAAM%3BIAcD%2CeAAA%3BIACA%2CeAAA%3BIACH%2CYAAA%3BIACA%2CeAAA%3BIACA%2COAAA%3BIACA%2CUAAA%3BIACA%2CWAAA%3BIACA%2CiBAAA%3BIACG%2CYAAA%3BIACH%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CkBAAA%3BIACA%2CcAAA%3B%3B%3BAAjZT%2CqBAMC%2CWAqLC%2CmBAmJC%2CkBAKI%2CKAAK%2CYAIJ%2CUA8BF%2CSAEC%2COAAM%2COAgCF%3BEACC%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CuBAAA%3BEACA%2CqBAAA%3B%3BAACA%2CqBAvZX%2CWAqLC%2CmBAmJC%2CkBAKI%2CKAAK%2CYAIJ%2CUA8BF%2CSAEC%2COAAM%2COAgCF%2CKAME%3BEACA%2CSAAQ%2CEAAR%3BEACA%2CqBAAA%3BEACA%2C0DAAA%3BEACA%2C4BAAA%3BEACA%2CYAAA%3BEACH%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CqBAAA%3B%3BAAraV%2CqBAMC%2CWAqLC%2CmBAmJC%2CkBAKI%2CKAAK%2CYAwFP%2COAAM%2COAAO%3BEACT%2CmBAAA%3BEACA%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACH%2CgBAAA%3B%3BAAvbN%2CqBAMC%2CWAqLC%2CmBAmJC%2CkBAKI%2CKAAK%2CYAwFP%2COAAM%2COAAO%2CSAaT%3BEACC%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CuBAAA%3B%3BAACA%2CqBAvbT%2CWAqLC%2CmBAmJC%2CkBAKI%2CKAAK%2CYAwFP%2COAAM%2COAAO%2CSAaT%2CKAKE%3BEACA%2CSAAQ%2CEAAR%3BEACA%2CqBAAA%3BEACA%2C8CAAA%3BEACA%2C4BAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAGA%2CqBAjcV%2CWAqLC%2CmBAmJC%2CkBAKI%2CKAAK%2CYAwFP%2COAAM%2COAAO%2CSAaT%2CKAcK%2COACF%3BEAAS%2CaAAA%3B%3BAAKjB%2CqBAtcH%2CWAqLC%2CmBAmJC%2CkBA8HK%2CMAAI%3BEACJ%2CkCAAA%3BEACA%2C2BAAA%3BEACA%2C0BAAA%3BEACA%2CqBAAA%3BEACA%2C2BAAA%3B%3BAAEC%2CqBA7cR%2CWAqLC%2CmBAmJC%2CkBA8HK%2CMAAI%2CuCAMJ%2CyCACK%3BEACH%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CaAAa%2CSAAb%3B%3BAACA%2CqBAldT%2CWAqLC%2CmBAmJC%2CkBA8HK%2CMAAI%2CuCAMJ%2CyCACK%2COAKF%2CoCAAuC%3BEACvC%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CaAAa%2CSAAb%3B%3BAACA%2CqBAtdV%2CWAqLC%2CmBAmJC%2CkBA8HK%2CMAAI%2CuCAMJ%2CyCACK%2COAKF%2CoCAAuC%2COAInC%3BEACH%2CaAAa%2CSAAb%3B%3BAADD%2CqBAtdV%2CWAqLC%2CmBAmJC%2CkBA8HK%2CMAAI%2CuCAMJ%2CyCACK%2COAKF%2CoCAAuC%2COAInC%2CsCAEH%3BEACC%2CaAAa%2CSAAb%3B%3BAAnBT%2CqBAtcH%2CWAqLC%2CmBAmJC%2CkBA8HK%2CMAAI%2CuCAMJ%2CyCAkBF%2CcAAc%3BEACV%2CsBAAA%3BEACA%2CuBAAA%3B%3BAASN%2CQAHsC%3BEAGtC%2CqBAzeH%2CWAqLC%2CmBAgTC%3BIAEG%2CaAAA%3B%3B%3BAAKF%2CQAH0C%3BEAG1C%2CqBA5eH%2CWAqLC%2CmBAgTC%3BIAKE%2CgBAAA%3B%3B%3BAAhfL%2CqBAMC%2CWAqLC%2CmBAgTC%2CsBAOC%2CQAAO%3BEACN%2CaAAA%3B%3BAAnfL%2CqBAMC%2CWAqLC%2CmBAgTC%2CsBAUC%2CQAAO%3BEACN%2CsBAAA%3BEACA%2CaAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3B%3BAACA%2CqBArfJ%2CWAqLC%2CmBAgTC%2CsBAUC%2CQAAO%2CWAML%3BEACA%2CaAAA%3B%3BAAGA%2CqBAzfL%2CWAqLC%2CmBAgTC%2CsBAUC%2CQAAO%2CWASN%2CKACE%3BEACA%2CqBAAA%3BEACA%2CkDAAA%3BEACA%2C4BAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CiBAAA%3BEACA%2CsBAAA%3B%3BAAvgBP%2CqBAMC%2CWAqLC%2CmBAiVC%2CSAAQ%3BEACJ%2CSAAA%3B%3BAA7gBP%2CqBAMC%2CWAqLC%2CmBAiVC%2CSAAQ%2CMAEJ%3BEACC%2CcAAA%3BEACA%2C0BAAA%3BEACA%2CqBAAA%3B%3BAAjhBR%2CqBAMC%2CWAqLC%2CmBAyVC%3BEACC%2CqBAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3B%3BAAvhBJ%2CqBAMC%2CWAqLC%2CmBAyVC%2CoBAIC%2CiBACC%3BEACC%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CqBAAA%3B%3BAACA%2CqBA5hBL%2CWAqLC%2CmBAyVC%2CoBAIC%2CiBACC%2CkBASE%3BEACA%2CmCAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CqBAAA%3BEACA%2CqBAAA%3BEACA%2C4BAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3B%3BAA3iBP%2CqBAMC%2CWAqLC%2CmBAyVC%2CoBAIC%2CiBAsBC%3BEACC%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CcAAA%3B%3BAASH%2CQAH0C%3BEAG1C%2CqBArjBF%2CWAijBC%2CSAAQ%2CKAAK%3BIAEX%2CgBAAA%3B%3B%3BAAGA%2CqBAtjBH%2CWAijBC%2CSAAQ%2CKAAK%2CSAIZ%2CIACE%3BEACG%2CeAAA%3BEACA%2CUAAA%3BEACA%2COAAA%3BEACA%2CQAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3B%3BAAKA%2CQAJ0C%3BEAI1C%2CqBApkBP%2CWAijBC%2CSAAQ%2CKAAK%2CSAIZ%2CIACE%3BIAWI%2CUAAA%3BIACA%2CeAAA%3B%3B%3BAAKD%2CQAHsC%2CuBAAmC%3BEAGzE%2CqBAvkBP%2CWAijBC%2CSAAQ%2CKAAK%2CSAIZ%2CIACE%3BIAeI%2CUAAA%3B%3B%3BAAfL%2CqBAtjBH%2CWAijBC%2CSAAQ%2CKAAK%2CSAIZ%2CIACE%2COAiBG%2CGAAE%3BEACD%2CmBAAA%3BEACA%2CgBAAA%3B%3BAA%5C%2FkBT%2CqBAMC%2CWAijBC%2CSAAQ%2CKAAK%2CSAIZ%2CIAuBC%2CGAAE%3BEACE%2CaAAA%3BEACA%2C2BAAA%3BEACA%2CmBAAA%3BEACA%2CgCAAA%3BEACA%2CmBAAA%3B%3BAA2EA%2CQA1EyB%3BEACxB%2CqBAnlBR%2CWAijBC%2CSAAQ%2CKAAK%2CSAIZ%2CIAuBC%2CGAAE%2CIAOI%3BIACH%2CcAAA%3BIACA%2CYAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3B%3BEAJE%2CqBAnlBR%2CWAijBC%2CSAAQ%2CKAAK%2CSAIZ%2CIAuBC%2CGAAE%2CIAOI%2CaAKH%2CUACC%2CGACC%3BIACC%2CeAAA%3BIACG%2CgBAAA%3BIACA%2CmBAAA%3BIACA%2CcAAA%3BIACA%2CkBAAA%3BIACA%2CiBAAA%3BIACA%2CmBAAA%3BIACA%2CqBAAA%3BIACA%2CWAAA%3BIACA%2CiBAAA%3B%3BEACA%2CqBArmBZ%2CWAijBC%2CSAAQ%2CKAAK%2CSAIZ%2CIAuBC%2CGAAE%2CIAOI%2CaAKH%2CUACC%2CGACC%2CEAWK%3BIACA%2CmBAAA%3BIACA%2CcAAA%3B%3BEAGL%2CqBA1mBR%2CWAijBC%2CSAAQ%2CKAAK%2CSAIZ%2CIAuBC%2CGAAE%2CIAOI%2CaAKH%2CUACC%2CGAiBE%2CWACA%3BIACC%2CmBAAA%3BIACA%2CcAAA%3B%3BEA1BF%2CqBAnlBR%2CWAijBC%2CSAAQ%2CKAAK%2CSAIZ%2CIAuBC%2CGAAE%2CIAOI%2CaA%2BBH%3BIACC%2CYAAA%3BIACA%2CSAAA%3B%3BEAjCC%2CqBAnlBR%2CWAijBC%2CSAAQ%2CKAAK%2CSAIZ%2CIAuBC%2CGAAE%2CIAOI%2CaA%2BBH%2CSAGC%3BIACC%2CWAAA%3BIACG%2CYAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3B%3BEAtCH%2CqBAnlBR%2CWAijBC%2CSAAQ%2CKAAK%2CSAIZ%2CIAuBC%2CGAAE%2CIAOI%2CaA%2BBH%2CSAGC%2COAKI%3BIACC%2CYAAA%3B%3BEAED%2CqBA7nBX%2CWAijBC%2CSAAQ%2CKAAK%2CSAIZ%2CIAuBC%2CGAAE%2CIAOI%2CaA%2BBH%2CSAGC%2COAQK%3BIACA%2CuBAAA%3B%3BEAEJ%2CqBAhoBR%2CWAijBC%2CSAAQ%2CKAAK%2CSAIZ%2CIAuBC%2CGAAE%2CIAOI%2CaA%2BBH%2CSAGC%2COAWE%3BIACG%2CQAAA%3BIACA%2CUAAA%3B%3BEAFJ%2CqBAhoBR%2CWAijBC%2CSAAQ%2CKAAK%2CSAIZ%2CIAuBC%2CGAAE%2CIAOI%2CaA%2BBH%2CSAGC%2COAWE%2CSAGG%3BIACC%2CQAAA%3BIACA%2CSAAA%3BIACA%2CkCAAA%3BIACA%2CqCAAA%3BIACA%2C6BAAA%3BIACA%2CqBAAA%3B%3BEAGL%2CqBA5oBR%2CWAijBC%2CSAAQ%2CKAAK%2CSAIZ%2CIAuBC%2CGAAE%2CIAOI%2CaA%2BBH%2CSAGC%2COAuBE%3BIACG%2CWAAA%3BIACA%2CQAAA%3B%3BEAFJ%2CqBA5oBR%2CWAijBC%2CSAAQ%2CKAAK%2CSAIZ%2CIAuBC%2CGAAE%2CIAOI%2CaA%2BBH%2CSAGC%2COAuBE%2CSAGG%3BIACC%2CQAAA%3BIACA%2CSAAA%3BIACA%2CkCAAA%3BIACA%2CqCAAA%3BIACA%2C4BAAA%3BIACA%2CqBAAA%3B%3B%3BAAON%2CqBA5pBP%2CWAijBC%2CSAAQ%2CKAAK%2CSAIZ%2CIAuBC%2CGAAE%2CIAgFM%3BEACH%2CiBAAA%3B%3BAAIA%2CQAH0C%3BEAG1C%2CqBAjqBR%2CWAijBC%2CSAAQ%2CKAAK%2CSAIZ%2CIAuBC%2CGAAE%2CIAgFM%3BIAGF%2CiBAAA%3B%3B%3BAAED%2CqBAjqBR%2CWAijBC%2CSAAQ%2CKAAK%2CSAIZ%2CIAuBC%2CGAAE%2CIAgFM%2CKAKC%3BEACH%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CqBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAKA%2CQAJ0C%3BEAI1C%2CqBA7qBT%2CWAijBC%2CSAAQ%2CKAAK%2CSAIZ%2CIAuBC%2CGAAE%2CIAgFM%2CKAKC%3BIASF%2CeAAA%3BIACA%2CkBAAA%3B%3B%3BAAML%2CQAJ0C%2CuBAAmC%3BEAI7E%2CqBAjrBL%2CWAijBC%2CSAAQ%2CKAAK%2CSAIZ%2CIAuBC%2CGAAE%2CIAgFM%2CKAKC%3BIAaF%2CeAAA%3BIACA%2CkBAAA%3B%3B%3BAAIJ%2CqBAnrBN%2CWAijBC%2CSAAQ%2CKAAK%2CSAIZ%2CIAuBC%2CGAAE%2CIAgFM%2CKAsBL%2COACI%3BEACH%2CmBAAA%3B%3BAA1rBR%2CqBAMC%2CWAijBC%2CSAAQ%2CKAAK%2CSA0IZ%2CqBACC%3BEACC%2CmBAAA%3B%3BAAIA%2CQAH0C%3BEAG1C%2CqBAjsBJ%2CWAijBC%2CSAAQ%2CKAAK%2CSA0IZ%2CqBACC%3BIAGE%2CmBAAA%3B%3B%3BAArsBN%2CqBAMC%2CWAijBC%2CSAAQ%2CKAAK%2CSA0IZ%2CqBACC%2CiBAKC%2CkBAAkB%3BEACd%2CSAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3B%3BAA3sBT%2CqBAMC%2CWAijBC%2CSAAQ%2CKAAK%2CSA0IZ%2CqBAaC%3BEACI%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3BEACA%2C2CAAA%3BEACA%2CgBAAA%3B%3BAAKJ%2CQAJ8C%3BEAI9C%2CqBAptBH%2CWAijBC%2CSAAQ%2CKAAK%2CSA0IZ%2CqBAaC%3BIASK%2CmBAAA%3BIACA%2CmBAAA%3B%3B%3BAAxtBT%2CqBAMC%2CWAijBC%2CSAAQ%2CKAAK%2CSA0IZ%2CqBA0BC%2CwBACC%2CuBACC%3BEACC%2CaAAA%3BEACA%2CeAAA%3B%3BAA%5C%2FtBP%2CqBAMC%2CWAijBC%2CSAAQ%2CKAAK%2CSA0IZ%2CqBA0BC%2CwBACC%2CuBACC%2CeAGC%3BEACI%2CaAAA%3BEACA%2CkBAAA%3B%3BAAKA%2CQAJ0C%3BEAI1C%2CqBAjuBV%2CWAijBC%2CSAAQ%2CKAAK%2CSA0IZ%2CqBA0BC%2CwBACC%2CuBACC%2CeAGC%3BIAIK%2CWAAA%3BIACA%2CkBAAA%3B%3B%3BAAED%2CqBAjuBV%2CWAijBC%2CSAAQ%2CKAAK%2CSA0IZ%2CqBA0BC%2CwBACC%2CuBACC%2CeAGC%2CoBAOK%3BEACA%2CeAAA%3B%3BAAEJ%2CqBApuBP%2CWAijBC%2CSAAQ%2CKAAK%2CSA0IZ%2CqBA0BC%2CwBACC%2CuBACC%2CeAGC%2CoBAUK%3BEACA%2CyBAAA%3BEACA%2CYAAA%3B%3BAAFJ%2CqBApuBP%2CWAijBC%2CSAAQ%2CKAAK%2CSA0IZ%2CqBA0BC%2CwBACC%2CuBACC%2CeAGC%2CoBAUK%2CqBAGA%2C0BACC%3BEACF%2CSAAA%3B%3BAALH%2CqBApuBP%2CWAijBC%2CSAAQ%2CKAAK%2CSA0IZ%2CqBA0BC%2CwBACC%2CuBACC%2CeAGC%2CoBAUK%2CqBAGA%2C0BACC%2CmBAEF%3BEACC%2CcAAA%3B%3BAAPJ%2CqBApuBP%2CWAijBC%2CSAAQ%2CKAAK%2CSA0IZ%2CqBA0BC%2CwBACC%2CuBACC%2CeAGC%2CoBAUK%2CqBAGA%2C0BACC%2CmBAEF%2C0BAEC%3BEACI%2CWAAA%3B%3BAATR%2CqBApuBP%2CWAijBC%2CSAAQ%2CKAAK%2CSA0IZ%2CqBA0BC%2CwBACC%2CuBACC%2CeAGC%2CoBAUK%2CqBAcH%3BEACC%2CcAAA%3B%3BAAfF%2CqBApuBP%2CWAijBC%2CSAAQ%2CKAAK%2CSA0IZ%2CqBA0BC%2CwBACC%2CuBACC%2CeAGC%2CoBAUK%2CqBAcH%2CqBAEC%3BEACC%2CSAAA%3B%3BAAjBH%2CqBApuBP%2CWAijBC%2CSAAQ%2CKAAK%2CSA0IZ%2CqBA0BC%2CwBACC%2CuBACC%2CeAGC%2CoBAUK%2CqBAcH%2CqBAEC%2CmBAEC%3BEACC%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CqBAAA%3B%3BAAvBJ%2CqBApuBP%2CWAijBC%2CSAAQ%2CKAAK%2CSA0IZ%2CqBA0BC%2CwBACC%2CuBACC%2CeAGC%2CoBAUK%2CqBA2BH%3BEACC%2CcAAA%3B%3BAA5BF%2CqBApuBP%2CWAijBC%2CSAAQ%2CKAAK%2CSA0IZ%2CqBA0BC%2CwBACC%2CuBACC%2CeAGC%2CoBAUK%2CqBA2BH%2CkBAEC%3BEACC%2CSAAA%3B%3BAA9BH%2CqBApuBP%2CWAijBC%2CSAAQ%2CKAAK%2CSA0IZ%2CqBA0BC%2CwBACC%2CuBACC%2CeAGC%2CoBAUK%2CqBA2BH%2CkBAEC%2CmBAEC%3BEACC%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3B%3BAA7wBZ%2CqBAMC%2CWAijBC%2CSAAQ%2CKAAK%2CSA0IZ%2CqBA0BC%2CwBA0DC%2CuBACC%3BEACI%2CeAAA%3BEACA%2C8BAAA%3B%3BAAIA%2CQAH0C%3BEAG1C%2CqBAtxBT%2CWAijBC%2CSAAQ%2CKAAK%2CSA0IZ%2CqBA0BC%2CwBA0DC%2CuBACC%3BIAIK%2CgBAAA%3B%3B%3BAAED%2CqBAtxBT%2CWAijBC%2CSAAQ%2CKAAK%2CSA0IZ%2CqBA0BC%2CwBA0DC%2CuBACC%2C2BAMK%3BEACA%2CaAAA%3B%3BAAED%2CqBAzxBT%2CWAijBC%2CSAAQ%2CKAAK%2CSA0IZ%2CqBA0BC%2CwBA0DC%2CuBACC%2C2BASK%3BEACA%2CaAAA%3B%3BAAhyBX%2CqBAMC%2CWAijBC%2CSAAQ%2CKAAK%2CSA0IZ%2CqBA0BC%2CwBA0DC%2CuBACC%2C2BAYC%3BEACC%2CaAAA%3BEACG%2CYAAA%3B%3BAAIH%2CQAH6C%3BEAG7C%2CqBAlyBP%2CWAijBC%2CSAAQ%2CKAAK%2CSA0IZ%2CqBA0BC%2CwBA0DC%2CuBACC%2C2BAYC%3BIAIK%2CWAAA%3B%3B%3BAAtyBZ%2CqBAMC%2CWAijBC%2CSAAQ%2CKAAK%2CSA0IZ%2CqBA0BC%2CwBA0DC%2CuBACC%2C2BAYC%2CmBAMC%3BEACC%2CYAAA%3BEACG%2CmBAAA%3B%3BAA1yBZ%2CqBAMC%2CWAijBC%2CSAAQ%2CKAAK%2CSA0IZ%2CqBA0BC%2CwBA0DC%2CuBACC%2C2BAYC%2CmBAMC%2CmCAGC%2CGACC%3BEACI%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CgCAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3B%3BAApzBd%2CqBAMC%2CWAijBC%2CSAAQ%2CKAAK%2CSA0IZ%2CqBA2HC%3BEACC%2CgBAAA%3BEACA%2CyBAAA%3B%3BAA9zBL%2CqBAMC%2CWAijBC%2CSAAQ%2CKAAK%2CSA0IZ%2CqBA2HC%2CqBAGC%2CKAAI%3BEACH%2C6BAAA%3BEACA%2CaAAA%3BEACA%2CaAAA%3BEACA%2CeAAA%3BEACA%2C8BAAA%3B%3BAAp0BN%2CqBAMC%2CWAijBC%2CSAAQ%2CKAAK%2CSA0IZ%2CqBA2HC%2CqBAGC%2CKAAI%2CuBAMH%3BEACC%2CmBAAA%3B%3BAAIA%2CQAH0C%3BEAG1C%2CqBAp0BN%2CWAijBC%2CSAAQ%2CKAAK%2CSA0IZ%2CqBA2HC%2CqBAGC%2CKAAI%2CuBAMH%3BIAGE%2CWAAA%3B%3B%3BAAx0BR%2CqBAMC%2CWAijBC%2CSAAQ%2CKAAK%2CSA0IZ%2CqBA2HC%2CqBAGC%2CKAAI%2CuBAMH%2CUAKC%3BEACC%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CSAAA%3B%3BAA70BR%2CqBAMC%2CWAijBC%2CSAAQ%2CKAAK%2CSA0IZ%2CqBA2HC%2CqBAGC%2CKAAI%2CuBAiBH%2CUAAS%3BEACR%2CmBAAA%3B%3BAAIA%2CQAH0C%3BEAG1C%2CqBA%5C%2F0BN%2CWAijBC%2CSAAQ%2CKAAK%2CSA0IZ%2CqBA2HC%2CqBAGC%2CKAAI%2CuBAiBH%2CUAAS%3BIAGP%2CWAAA%3B%3B%3BAAn1BR%2CqBAMC%2CWAijBC%2CSAAQ%2CKAAK%2CSA0IZ%2CqBA2HC%2CqBAGC%2CKAAI%2CuBAiBH%2CUAAS%2CeAKR%3BEACG%2CuBAAA%3BEACF%2C2BAAA%3BEACA%2C4BAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3B%3BAAOH%2CQAH0C%3BEAG1C%2CqBA51BJ%2CWAijBC%2CSAAQ%2CKAAK%2CSA0IZ%2CqBA2HC%3BIAoCE%2CgBAAA%3B%3B%3BAAh2BN%2CqBAMC%2CWAijBC%2CSAAQ%2CKAAK%2CSA0IZ%2CqBA2HC%2CqBAsCC%2CmBAAqB%3BEACjB%2CWAAA%3B%3BAAn2BT%2CqBAMC%2CWAijBC%2CSAAQ%2CKAAK%2CSA0IZ%2CqBA2HC%2CqBAsCC%2CmBAAqB%2CiBAEjB%3BEACC%2CUAAA%3B%3BAAr2BV%2CqBAMC%2CWAijBC%2CSAAQ%2CKAAK%2CSA0IZ%2CqBA2HC%2CqBA4CC%3BEACC%2CmBAAA%3BEACA%2CsBAAA%3B%3BAA12BN%2CqBAMC%2CWAijBC%2CSAAQ%2CKAAK%2CSA0IZ%2CqBA2HC%2CqBA4CC%2CMAGC%3BEACC%2CsBAAA%3B%3BAA52BP%2CqBAMC%2CWAijBC%2CSAAQ%2CKAAK%2CSA0IZ%2CqBA2HC%2CqBA4CC%2CMAGC%2CGAEC%3BEACI%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CgCAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CsBAAA%3BEACA%2CsBAAA%3B%3BAAv3BX%2CqBAMC%2CWAijBC%2CSAAQ%2CKAAK%2CSA0IZ%2CqBA2HC%2CqBA4CC%2CMAGC%2CGAEC%2CGAWI%3BEACC%2CSAAA%3B%3BAAED%2CqBAr3BV%2CWAijBC%2CSAAQ%2CKAAK%2CSA0IZ%2CqBA2HC%2CqBA4CC%2CMAGC%2CGAEC%2CGAcK%3BEACA%2C8BAAA%3B%3BAA53BZ%2CqBAMC%2CWAijBC%2CSAAQ%2CKAAK%2CSA0IZ%2CqBAiMC%2C0BACC%2CkBAAkB%3BEACd%2CaAAA%3BEACA%2CeAAA%3BEACA%2CuBAAA%3BEACA%2CuBAAA%3B%3BAAv4BT%2CqBAMC%2CWAijBC%2CSAAQ%2CKAAK%2CSA0IZ%2CqBAiMC%2C0BACC%2CkBAAkB%2CKAKd%3BEACC%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAQA%2CQAP0C%3BEAO1C%2CqBA74BT%2CWAijBC%2CSAAQ%2CKAAK%2CSA0IZ%2CqBAiMC%2C0BACC%2CkBAAkB%2CKAKd%3BIAKE%2CWAAA%3BIACA%2CeAAA%3B%3BEACA%2CqBAz4BV%2CWAijBC%2CSAAQ%2CKAAK%2CSA0IZ%2CqBAiMC%2C0BACC%2CkBAAkB%2CKAKd%2CUAOG%3BIACA%2CmBAAA%3B%3B%3BAAGF%2CqBA74BT%2CWAijBC%2CSAAQ%2CKAAK%2CSA0IZ%2CqBAiMC%2C0BACC%2CkBAAkB%2CKAKd%2CUAWE%3BEACA%2CeAAA%3B%3BAAEJ%2CqBAh5BN%2CWAijBC%2CSAAQ%2CKAAK%2CSA0IZ%2CqBAiMC%2C0BACC%2CkBAAkB%2CKAKd%2CUAcD%2CUAAU%3BEACT%2CeAAA%3B%3BAAv5BT%2CqBAMC%2CWAijBC%2CSAAQ%2CKAAK%2CSA0IZ%2CqBAiMC%2C0BACC%2CkBAAkB%2CKAKd%2CUAiBF%3BEACI%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CSAAA%3BEACA%2CoBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3B%3BAAj6BX%2CqBAMC%2CWAijBC%2CSAAQ%2CKAAK%2CSA0IZ%2CqBAiMC%2C0BACC%2CkBAAkB%2CKAKd%2CUA2BF%2CMAAM%2CGACL%3BEACI%2CgBAAA%3BEACA%2CgCAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3B%3BAACA%2CqBAt6BX%2CWAijBC%2CSAAQ%2CKAAK%2CSA0IZ%2CqBAiMC%2C0BACC%2CkBAAkB%2CKAKd%2CUA2BF%2CMAAM%2CGACL%2CGAQK%3BEACA%2CgBAAA%3B%3BAAGL%2CqBA16BP%2CWAijBC%2CSAAQ%2CKAAK%2CSA0IZ%2CqBAiMC%2C0BACC%2CkBAAkB%2CKAKd%2CUA2BF%2CMAAM%2CGAaJ%2CWACA%3BEACC%2CYAAA%3B%3BAAIH%2CqBAh7BN%2CWAijBC%2CSAAQ%2CKAAK%2CSA0IZ%2CqBAiMC%2C0BACC%2CkBAAkB%2CKAKd%2CUA8CD%2CUACA%3BEACI%2CUAAA%3BEACA%2CSAAA%3B%3BAAHL%2CqBAh7BN%2CWAijBC%2CSAAQ%2CKAAK%2CSA0IZ%2CqBAiMC%2C0BACC%2CkBAAkB%2CKAKd%2CUA8CD%2CUACA%2CGAGI%3BEACC%2CgCAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3B%3BAACA%2CqBA37BZ%2CWAijBC%2CSAAQ%2CKAAK%2CSA0IZ%2CqBAiMC%2C0BACC%2CkBAAkB%2CKAKd%2CUA8CD%2CUACA%2CGAGI%2CGAOE%3BEACA%2CgBAAA%3B%3BAAZP%2CqBAh7BN%2CWAijBC%2CSAAQ%2CKAAK%2CSA0IZ%2CqBAiMC%2C0BACC%2CkBAAkB%2CKAKd%2CUA8CD%2CUAgBA%2CMACC%2CGACC%2CGAAG%3BEACC%2CUAAA%3B%3BAAKP%2CqBAx8BN%2CWAijBC%2CSAAQ%2CKAAK%2CSA0IZ%2CqBAiMC%2C0BACC%2CkBAAkB%2CKAKd%2CUAsED%3BEACA%2CWAAA%3B%3BAA%5C%2F8BR%2CqBAMC%2CWAijBC%2CSAAQ%2CKAAK%2CSA0IZ%2CqBAiMC%2C0BACC%2CkBAAkB%2CKA%2BEjB%2CIAAI%3BEACA%2CsBAAA%3B%3BAAn9BV%2CqBAMC%2CWAm9BC%3BEACE%2CaAAA%3BEACG%2CWAAA%3BEACA%2CeAAA%3B%3BAAIA%2CQAH2C%3BEAG3C%2CqBA19BN%2CWAm9BC%3BIAKO%2CgBAAA%3B%3B%3BAAEF%2CqBA19BN%2CWAm9BC%2CwBAOS%3BEACH%2CWAAA%3BEACA%2CqBAAA%3B%3BAAFD%2CqBA19BN%2CWAm9BC%2CwBAOS%2CIAGN%3BEACC%2CWAAA%3BEACG%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3BEACA%2C2CAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3B%3BAAKJ%2CQAJ8C%3BEAI9C%2CqBA3%2BBJ%2CWAm9BC%2CwBAOS%2CIAGN%3BIAWK%2CgBAAA%3BIACA%2CgBAAA%3B%3B%3BAA%5C%2F%2BBV%2CqBAMC%2CWAm9BC%2CwBA0BE%3BEACC%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3B%3BAAIA%2CQAH0C%3BEAG1C%2CqBAp%5C%2FBJ%2CWAm9BC%2CwBA0BE%3BIAKE%2CaAAA%3B%3B%3BAAx%5C%2FBN%2CqBAMC%2CWAm9BC%2CwBA0BE%2C2BAOC%3BEACU%2CcAAA%3BEACA%2CkBAAA%3B%3BAA5%5C%2FBf%2CqBAMC%2CWAm9BC%2CwBA0BE%2C2BAWC%3BEACI%2CeAAA%3BEACA%2CyBAAA%3BEACA%2CmBAAA%3BEACA%2C8BAAA%3B%3BAAIA%2CQAH0C%3BEAG1C%2CqBAhgCR%2CWAm9BC%2CwBA0BE%2C2BAWC%3BIAMK%2CWAAA%3B%3B%3BAApgCV%2CqBAMC%2CWAm9BC%2CwBA0BE%2C2BAWC%2CqBAQI%3BEACC%2CgBAAA%3BEACG%2CeAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3B%3BAA1gCb%2CqBAMC%2CWAm9BC%2CwBA0BE%2C2BAWC%2CqBAcI%3BEACC%2CkBAAA%3BEACA%2CWAAA%3B%3BAAOA%2CQAN0C%3BEAM1C%2CqBA%5C%2FgCT%2CWAm9BC%2CwBA0BE%2C2BAWC%2CqBAcI%3BIAIE%2CUAAA%3BIACA%2CaAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3B%3B%3BAAnhCX%2CqBAMC%2CWAm9BC%2CwBA0BE%2C2BAWC%2CqBAcI%2CqBASC%3BEACC%2CWAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3B%3BAAxhCX%2CqBAMC%2CWAm9BC%2CwBA0BE%2C2BAWC%2CqBAcI%2CqBAcF%3BEACC%2CgBAAA%3B%3BAA3hCR%2CqBAMC%2CWAm9BC%2CwBA0BE%2C2BAWC%2CqBAcI%2CqBAcF%2CmBAEC%3BEACI%2CmBAAA%3B%3BAA7hCZ%2CqBAMC%2CWAm9BC%2CwBA0BE%2C2BAWC%2CqBAcI%2CqBAcF%2CmBAEC%2CgBAEI%2CEAAC%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CqBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3B%3BAAriCb%2CqBAMC%2CWAm9BC%2CwBA0BE%2C2BAWC%2CqBAcI%2CqBAcF%2CmBAcC%3BEACI%2CcAAA%3B%3BAAziCZ%2CqBAMC%2CWAm9BC%2CwBA0BE%2C2BAWC%2CqBAcI%2CqBAcF%2CmBAcC%2CWAEI%2CKAAI%3BEACH%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3B%3BAA9iCb%2CqBAMC%2CWAm9BC%2CwBA0BE%2C2BAWC%2CqBAqDC%2CSACC%3BAApjCP%2CqBAMC%2CWAm9BC%2CwBA0BE%2C2BAWC%2CqBAqDC%2CSACY%3BEACV%2CkCAAA%3BEACA%2C4BAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CWAAW%2CgBAAX%3BEACA%2COAAA%3B%3BAA5jCR%2CqBAMC%2CWAm9BC%2CwBA0BE%2C2BAWC%2CqBAqDC%2CSACC%2CUASC%3BAA7jCR%2CqBAMC%2CWAm9BC%2CwBA0BE%2C2BAWC%2CqBAqDC%2CSACY%2CUASV%3BEACC%2CYAAA%3B%3BAA9jCT%2CqBAMC%2CWAm9BC%2CwBA0BE%2C2BAWC%2CqBAqDC%2CSAcC%3BEACC%2CuDAAA%3B%3BAAlkCR%2CqBAMC%2CWAm9BC%2CwBA0BE%2C2BAWC%2CqBAqDC%2CSAiBC%3BEACC%2CwDAAA%3BEACA%2CQAAA%3BEACA%2CUAAA%3B%3BAAvkCR%2CqBAMC%2CWAm9BC%2CwBA0BE%2C2BAwFC%3BEACI%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3BEACA%2CsBAAA%3BEACA%2CuBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3B%3BAAOA%2CQAN0C%3BEAM1C%2CqBAplCR%2CWAm9BC%2CwBA0BE%2C2BAwFC%3BIAUK%2CeAAA%3BIACA%2CeAAA%3BIACA%2CYAAA%3BIACA%2CcAAA%3B%3B%3BAAxlCV%2CqBAMC%2CWAm9BC%2CwBA0BE%2C2BAwFC%2C2BAeI%3BEACO%2CeAAA%3BEACA%2CYAAA%3BEACT%2C2BAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3B%3BAAhmCP%2CqBAMC%2CWAm9BC%2CwBA0BE%2C2BAwFC%2C2BAeI%2CyBAOF%3BEACC%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3B%3BAAtmCR%2CqBAMC%2CWAm9BC%2CwBA0BE%2C2BAwFC%2C2BAeI%2CyBAcO%2CMAAK%3BEACJ%2CeAAA%3BEACT%2CmBAAA%3BEACA%2CmBAAA%3B%3BAA3mCR%2CqBAMC%2CWAm9BC%2CwBA0BE%2C2BAwFC%2C2BAeI%2CyBAcO%2CMAAK%2CMAIb%3BEACC%2CgBAAA%3B%3BAA7mCT%2CqBAMC%2CWAm9BC%2CwBA0BE%2C2BAwFC%2C2BAsCO%3BEACC%2CWAAA%3B%3BAAlnCb%2CqBAMC%2CWAm9BC%2CwBA0BE%2C2BAwFC%2C2BAsCO%2C0BAEC%3BEACF%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CaAAa%2CSAAb%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3B%3BAA9nCX%2CqBAMC%2CWAm9BC%2CwBA0KE%2CgBAAe%3BEACd%2CWAAA%3B%3BAApoCL%2CqBAMC%2CWAm9BC%2CwBA0KE%2CgBAAe%2COAEd%3BEACI%2CaAAA%3BEACA%2CeAAA%3B%3BAAvoCT%2CqBAMC%2CWAm9BC%2CwBA0KE%2CgBAAe%2COAEd%2CiCAGI%3BEACC%2CaAAA%3BEACA%2CmBAAA%3B%3BAA1oCV%2CqBAMC%2CWAm9BC%2CwBA0KE%2CgBAAe%2COAEd%2CiCAGI%2CmBAGC%2CgBAAgB%3BEACf%2CWAAA%3BEACA%2CeAAA%3BEACA%2CqBAAA%3B%3BAA9oCX%2CqBAMC%2CWAm9BC%2CwBA0KE%2CgBAAe%2COAEd%2CiCAGI%2CmBAQF%2CWACC%2CKAAI%3BEACA%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3B%3BAAppCZ%2CqBAMC%2CWAqpCC%2CwBACC%3BEACI%2CmBAAA%3B%3BAAIJ%2CQAH8C%3BEAG9C%2CqBA3pCF%2CWAqpCC%2CwBACC%3BIAGK%2CaAAA%3B%3B%3BAAqEN%2CQAlE2C%3BEAkE3C%2CqBA9tCD%2CWAqpCC%2CwBAQE%3BIACC%2CWAAA%3BIACG%2CeAAA%3BIACA%2CgBAAA%3BIACA%2CiBAAA%3BIACA%2CWAAA%3BIACA%2CsBAAA%3BIACA%2C2CAAA%3BIACA%2CSAAA%3B%3BEAyDN%2CqBA9tCD%2CWAqpCC%2CwBAkBE%2C2BACC%3BIACU%2CcAAA%3B%3BEAqDb%2CqBA9tCD%2CWAqpCC%2CwBAkBE%2C2BAIC%2CqBACI%3BIACC%2CWAAA%3B%3BEAiDR%2CqBA9tCD%2CWAqpCC%2CwBAkBE%2C2BAIC%2CqBAII%2CqBACF%3BIACC%2CgBAAA%3B%3BEA6CN%2CqBA9tCD%2CWAqpCC%2CwBAkBE%2C2BAIC%2CqBAII%2CqBACF%2CmBAEC%3BIACI%2CmBAAA%3B%3BEA2CV%2CqBA9tCD%2CWAqpCC%2CwBAkBE%2C2BAIC%2CqBAII%2CqBACF%2CmBAEC%2CgBAEI%2CEAAC%3BIACA%2CeAAA%3BIACA%2CgBAAA%3BIACA%2CiBAAA%3BIACA%2CWAAA%3BIACA%2CqBAAA%3BIACA%2CcAAA%3BIACA%2CgBAAA%3B%3BEAmCX%2CqBA9tCD%2CWAqpCC%2CwBAkBE%2C2BAIC%2CqBAII%2CqBACF%2CmBAcC%3BIACI%2CcAAA%3B%3BEA%2BBV%2CqBA9tCD%2CWAqpCC%2CwBAkBE%2C2BAIC%2CqBAII%2CqBACF%2CmBAcC%2CWAEI%2CKAAI%3BIACH%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CWAAA%3BIACA%2CgBAAA%3B%3BEA0BX%2CqBA9tCD%2CWAqpCC%2CwBAkBE%2C2BAmCC%2C2BACO%2C0BACC%3BIACF%2CmBAAA%3BIACA%2CYAAA%3BIACA%2CWAAA%3BIACA%2CeAAA%3BIACA%2CgBAAA%3BIACA%2CaAAa%2CSAAb%3BIACA%2CiBAAA%3BIACA%2CiBAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CgBAAA%3B%3B%3BAAWR%2CQAH0C%3BEAG1C%2CqBAnuCF%2CWA%2BtCC%2COAAM%3BIAEJ%2CmBAAA%3B%3B%3BAAvuCJ%2CqBAMC%2CWA%2BtCC%2COAAM%2CQAIL%3BEACC%2CmBAAA%3BEACG%2C2CAAA%3BEACA%2CgBAAA%3B%3BAA5uCP%2CqBAMC%2CWA%2BtCC%2COAAM%2CQAIL%2CaAIC%3BEACC%2CeAAA%3BEACG%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3B%3BAAjvCR%2CqBAMC%2CWA%2BtCC%2COAAM%2CQAeL%2CUACC%2CGAAE%3BEACD%2CkBAAA%3B%3BAAtvCL%2CqBAMC%2CWA%2BtCC%2COAAM%2CQAeL%2CUACC%2CGAAE%2CSAED%3BEACC%2CmBAAA%3B%3BAAxvCN%2CqBAMC%2CWA%2BtCC%2COAAM%2CQAeL%2CUACC%2CGAAE%2CSAED%2CUAEC%3BEACG%2CWAAA%3BEACA%2CSAAA%3B%3BAA3vCT%2CqBAMC%2CWA%2BtCC%2COAAM%2CQAeL%2CUACC%2CGAAE%2CSAED%2CUAEC%2CGAGG%3BEACC%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CaAAA%3B%3BAAIA%2CQAHsC%3BEAGtC%2CqBA9vCT%2CWA%2BtCC%2COAAM%2CQAeL%2CUACC%2CGAAE%2CSAED%2CUAEC%2CGAGG%3BIAME%2CaAAA%3B%3B%3BAAKD%2CQAHyC%2CwBAAsC%3BEAG%5C%2FE%2CqBAjwCT%2CWA%2BtCC%2COAAM%2CQAeL%2CUACC%2CGAAE%2CSAED%2CUAEC%2CGAGG%3BIASE%2CaAAA%3B%3B%3BAAED%2CqBAjwCT%2CWA%2BtCC%2COAAM%2CQAeL%2CUACC%2CGAAE%2CSAED%2CUAEC%2CGAGG%2CmBAWE%3BEACA%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CaAAA%3BEACA%2CgBAAA%3B%3BAA3wCX%2CqBAMC%2CWA%2BtCC%2COAAM%2CQAeL%2CUACC%2CGAAE%2CSAED%2CUAEC%2CGAGG%2CmBAiBF%3BEACC%2CcAAA%3B%3BAA9wCR%2CqBAMC%2CWA%2BtCC%2COAAM%2CQAeL%2CUACC%2CGAAE%2CSAED%2CUAEC%2CGAGG%2CmBAiBF%2CoBAEC%3BEACI%2CsBAAA%3B%3BAAhxCZ%2CqBAMC%2CWA%2BtCC%2COAAM%2CQAeL%2CUACC%2CGAAE%2CSAED%2CUAEC%2CGAGG%2CmBAiBF%2CoBAEC%2CyBAEI%3BEACC%2C%2BBAAA%3B%3BAAlxCb%2CqBAMC%2CWA%2BtCC%2COAAM%2CQAeL%2CUACC%2CGAAE%2CSAED%2CUAEC%2CGAGG%2CmBAiBF%2CoBAEC%2CyBAEI%2CuBAEC%3BEACC%2CWAAA%3B%3BAApxCd%2CqBAMC%2CWA%2BtCC%2COAAM%2CQAeL%2CUACC%2CGAAE%2CSAED%2CUAEC%2CGAGG%2CmBA6BF%2CsBACC%3BEACI%2CgBAAA%3BEACA%2CkBAAA%3B%3BAA5xCZ%2CqBAMC%2CWA%2BtCC%2COAAM%2CQAeL%2CUACC%2CGAAE%2CSAED%2CUAEC%2CGAGG%2CmBA6BF%2CsBAKC%3BEACI%2CgBAAA%3BEACA%2CYAAA%3B%3BAAhyCZ%2CqBAMC%2CWA%2BtCC%2COAAM%2CQAeL%2CUACC%2CGAAE%2CSAED%2CUAEC%2CGAGG%2CmBA6BF%2CsBAKC%2CWAGI%2CKAAI%3BEACH%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3B%3BAAMA%2CQAL0C%3BEAK1C%2CqBAryCZ%2CWA%2BtCC%2COAAM%2CQAeL%2CUACC%2CGAAE%2CSAED%2CUAEC%2CGAGG%2CmBA6BF%2CsBAKC%2CWAGI%2CKAAI%3BIAMF%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CSAAA%3B%3B%3BAAML%2CQAJgD%2CuBAAmC%3BEAInF%2CqBAzyCR%2CWA%2BtCC%2COAAM%2CQAeL%2CUACC%2CGAAE%2CSAED%2CUAEC%2CGAGG%2CmBA6BF%2CsBAKC%2CWAGI%2CKAAI%3BIAWF%2CeAAA%3BIACA%2CiBAAA%3B%3B%3BAA7yCd%2CqBAMC%2CWA%2BtCC%2COAAM%2CQAeL%2CUACC%2CGAAE%2CSAED%2CUAEC%2CGAGG%2CmBA6BF%2CsBAKC%2CWAkBC%3BEACI%2CiBAAA%3B%3BAAjzCb%2CqBAMC%2CWA%2BtCC%2COAAM%2CQAeL%2CUACC%2CGAAE%2CSAED%2CUAEC%2CGAGG%2CmBA6BF%2CsBAKC%2CWAkBC%2CWAEI%3BEACC%2CaAAA%3B%3BAAnzCd%2CqBAMC%2CWA%2BtCC%2COAAM%2CQAeL%2CUACC%2CGAAE%2CSAED%2CUAEC%2CGAGG%2CmBA6BF%2CsBAKC%2CWAkBC%2CWAKC%2CKAAI%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2C6BAAA%3B%3BAAKJ%2CQAJ0C%3BEAI1C%2CqBAvzCT%2CWA%2BtCC%2COAAM%2CQAeL%2CUACC%2CGAAE%2CSAED%2CUAEC%2CGAGG%2CmBA6BF%2CsBAKC%2CWAkBC%2CWAKC%2CKAAI%3BIAKC%2CeAAA%3BIACA%2CiBAAA%3B%3B%3BAAQN%2CQAH0B%3BEAG1B%2CqBA7zCR%2CWA%2BtCC%2COAAM%2CQAeL%2CUACC%2CGAAE%2CSAED%2CUAEC%2CGAGG%2CmBA6BF%2CsBAKC%2CWAiCC%3BIAEE%2CqBAAA%3B%3B%3BAAj0CX%2CqBAMC%2CWA%2BtCC%2COAAM%2CQAeL%2CUACC%2CGAAE%2CSAoHD%3BEACI%2CSAAA%3B%3BAA12CT%2CqBAMC%2CWA%2BtCC%2COAAM%2CQAeL%2CUACC%2CGAAE%2CSAoHD%2CSAEC%3BEACI%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CyBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CQAAA%3BEACA%2CWAAW%2CgBAAX%3BEACA%2CmBAAmB%2CgBAAnB%3BEACA%2CgBAAgB%2CgBAAhB%3B%3BAAMA%2CQALsC%3BEAKtC%2CqBAr3CT%2CWA%2BtCC%2COAAM%2CQAeL%2CUACC%2CGAAE%2CSAoHD%2CSAEC%3BIAYK%2CWAAA%3BIACA%2CYAAA%3B%3B%3BAAGD%2CqBAr3CT%2CWA%2BtCC%2COAAM%2CQAeL%2CUACC%2CGAAE%2CSAoHD%2CSAEC%2COAgBK%3BEACA%2COAAA%3B%3BAADD%2CqBAr3CT%2CWA%2BtCC%2COAAM%2CQAeL%2CUACC%2CGAAE%2CSAoHD%2CSAEC%2COAgBK%2CSAEA%3BEACC%2CqBAAA%3BEACA%2C%2BCAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2C4BAAA%3BEACA%2C2BAAA%3B%3BAAMD%2CQALuC%3BEAKvC%2CqBAn4CV%2CWA%2BtCC%2COAAM%2CQAeL%2CUACC%2CGAAE%2CSAoHD%2CSAEC%2COAgBK%2CSAEA%3BIAQE%2CYAAA%3BIACA%2CWAAA%3BIACA%2CqBAAA%3B%3B%3BAAIN%2CqBAr4CN%2CWA%2BtCC%2COAAM%2CQAeL%2CUACC%2CGAAE%2CSAoHD%2CSAEC%2COAgCE%3BEACA%2CQAAA%3B%3BAADD%2CqBAr4CN%2CWA%2BtCC%2COAAM%2CQAeL%2CUACC%2CGAAE%2CSAoHD%2CSAEC%2COAgCE%2CSAEG%3BEACC%2CqBAAA%3BEACA%2CgDAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2C4BAAA%3BEACA%2C2BAAA%3B%3BAAMD%2CQALuC%3BEAKvC%2CqBAn5CV%2CWA%2BtCC%2COAAM%2CQAeL%2CUACC%2CGAAE%2CSAoHD%2CSAEC%2COAgCE%2CSAEG%3BIAQE%2CYAAA%3BIACA%2CWAAA%3BIACA%2CqBAAA%3B%3B%3BAAKN%2CqBAt5CN%2CWA%2BtCC%2COAAM%2CQAeL%2CUACC%2CGAAE%2CSAoHD%2CSAEC%2COAiDE%3BEACA%2CoBAAA%3BEACA%2CYAAA%3B%3BAA95CR%2CqBAMC%2CWA%2B5CC%2COAAM%3BEACL%2CWAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3B%3BAAx6CH%2CqBAMC%2CWAo6CC%2COAAM%2COACL%3BEACC%2CmBAAA%3BEACG%2C2CAAA%3BEACA%2CgBAAA%3B%3BAA96CP%2CqBAMC%2CWAo6CC%2COAAM%2COACL%2CaAIC%3BEACC%2CeAAA%3BEACG%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3B%3BAAn7CR%2CqBAMC%2CWAo6CC%2COAAM%2COAYL%2CUACC%2CGAAE%3BEACD%2CkBAAA%3B%3BAAx7CL%2CqBAMC%2CWAo6CC%2COAAM%2COAYL%2CUACC%2CGAAE%2CSAED%3BEACC%2CmBAAA%3B%3BAA17CN%2CqBAMC%2CWAo6CC%2COAAM%2COAYL%2CUACC%2CGAAE%2CSAED%2CUAEC%3BEACG%2CWAAA%3BEACA%2CSAAA%3B%3BAA77CT%2CqBAMC%2CWAo6CC%2COAAM%2COAYL%2CUACC%2CGAAE%2CSAED%2CUAEC%2CGAGG%3BEACC%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CaAAA%3B%3BAAIA%2CQAHsC%3BEAGtC%2CqBAh8CT%2CWAo6CC%2COAAM%2COAYL%2CUACC%2CGAAE%2CSAED%2CUAEC%2CGAGG%3BIAME%2CaAAA%3B%3B%3BAAKD%2CQAHyC%2CwBAAsC%3BEAG%5C%2FE%2CqBAn8CT%2CWAo6CC%2COAAM%2COAYL%2CUACC%2CGAAE%2CSAED%2CUAEC%2CGAGG%3BIASE%2CaAAA%3B%3B%3BAAED%2CqBAn8CT%2CWAo6CC%2COAAM%2COAYL%2CUACC%2CGAAE%2CSAED%2CUAEC%2CGAGG%2CmBAWE%3BEACA%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CaAAA%3BEACA%2CgBAAA%3B%3BAA78CX%2CqBAMC%2CWAo6CC%2COAAM%2COAYL%2CUACC%2CGAAE%2CSAED%2CUAEC%2CGAGG%2CmBAiBF%3BEACC%2CcAAA%3B%3BAAh9CR%2CqBAMC%2CWAo6CC%2COAAM%2COAYL%2CUACC%2CGAAE%2CSAED%2CUAEC%2CGAGG%2CmBAiBF%2CoBAEC%3BEACI%2CsBAAA%3B%3BAAl9CZ%2CqBAMC%2CWAo6CC%2COAAM%2COAYL%2CUACC%2CGAAE%2CSAED%2CUAEC%2CGAGG%2CmBAiBF%2CoBAEC%2CyBAEI%3BEACC%2C%2BBAAA%3B%3BAAp9Cb%2CqBAMC%2CWAo6CC%2COAAM%2COAYL%2CUACC%2CGAAE%2CSAED%2CUAEC%2CGAGG%2CmBAiBF%2CoBAEC%2CyBAEI%2CuBAEC%3BEACC%2CWAAA%3B%3BAAt9Cd%2CqBAMC%2CWAo6CC%2COAAM%2COAYL%2CUACC%2CGAAE%2CSAED%2CUAEC%2CGAGG%2CmBA6BF%2CsBACC%3BEACI%2CgBAAA%3BEACA%2CkBAAA%3B%3BAA99CZ%2CqBAMC%2CWAo6CC%2COAAM%2COAYL%2CUACC%2CGAAE%2CSAED%2CUAEC%2CGAGG%2CmBA6BF%2CsBAKC%3BEACI%2CgBAAA%3BEACA%2CYAAA%3B%3BAAl%2BCZ%2CqBAMC%2CWAo6CC%2COAAM%2COAYL%2CUACC%2CGAAE%2CSAED%2CUAEC%2CGAGG%2CmBA6BF%2CsBAKC%2CWAGI%2CKAAI%3BEACH%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3B%3BAAMA%2CQAL0C%3BEAK1C%2CqBAv%2BCZ%2CWAo6CC%2COAAM%2COAYL%2CUACC%2CGAAE%2CSAED%2CUAEC%2CGAGG%2CmBA6BF%2CsBAKC%2CWAGI%2CKAAI%3BIAMF%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CSAAA%3B%3B%3BAAML%2CQAJgD%2CuBAAmC%3BEAInF%2CqBA3%2BCR%2CWAo6CC%2COAAM%2COAYL%2CUACC%2CGAAE%2CSAED%2CUAEC%2CGAGG%2CmBA6BF%2CsBAKC%2CWAGI%2CKAAI%3BIAWF%2CeAAA%3BIACA%2CiBAAA%3B%3B%3BAA%5C%2F%2BCd%2CqBAMC%2CWAo6CC%2COAAM%2COAYL%2CUACC%2CGAAE%2CSAED%2CUAEC%2CGAGG%2CmBA6BF%2CsBAKC%2CWAkBC%3BEACI%2CiBAAA%3B%3BAAn%5C%2FCb%2CqBAMC%2CWAo6CC%2COAAM%2COAYL%2CUACC%2CGAAE%2CSAED%2CUAEC%2CGAGG%2CmBA6BF%2CsBAKC%2CWAkBC%2CWAEI%3BEACC%2CaAAA%3B%3BAAr%5C%2FCd%2CqBAMC%2CWAo6CC%2COAAM%2COAYL%2CUACC%2CGAAE%2CSAED%2CUAEC%2CGAGG%2CmBA6BF%2CsBAKC%2CWAkBC%2CWAKC%2CKAAI%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2C6BAAA%3B%3BAAKJ%2CQAJ0C%3BEAI1C%2CqBAz%5C%2FCT%2CWAo6CC%2COAAM%2COAYL%2CUACC%2CGAAE%2CSAED%2CUAEC%2CGAGG%2CmBA6BF%2CsBAKC%2CWAkBC%2CWAKC%2CKAAI%3BIAKC%2CeAAA%3BIACA%2CiBAAA%3B%3B%3BAAQN%2CQAH0B%3BEAG1B%2CqBA%5C%2F%5C%2FCR%2CWAo6CC%2COAAM%2COAYL%2CUACC%2CGAAE%2CSAED%2CUAEC%2CGAGG%2CmBA6BF%2CsBAKC%2CWAiCC%3BIAEE%2CqBAAA%3B%3B%3BAAngDX%2CqBAMC%2CWAo6CC%2COAAM%2COAYL%2CUACC%2CGAAE%2CSAoFD%3BEACI%2CSAAA%3B%3BAA5gDT%2CqBAMC%2CWAo6CC%2COAAM%2COAYL%2CUACC%2CGAAE%2CSAoFD%2CSAEC%3BEACI%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CyBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CQAAA%3BEACA%2CWAAW%2CgBAAX%3BEACA%2CmBAAmB%2CgBAAnB%3BEACA%2CgBAAgB%2CgBAAhB%3B%3BAAMA%2CQALsC%3BEAKtC%2CqBAvhDT%2CWAo6CC%2COAAM%2COAYL%2CUACC%2CGAAE%2CSAoFD%2CSAEC%3BIAYK%2CWAAA%3BIACA%2CYAAA%3B%3B%3BAAGD%2CqBAvhDT%2CWAo6CC%2COAAM%2COAYL%2CUACC%2CGAAE%2CSAoFD%2CSAEC%2COAgBK%3BEACA%2COAAA%3B%3BAADD%2CqBAvhDT%2CWAo6CC%2COAAM%2COAYL%2CUACC%2CGAAE%2CSAoFD%2CSAEC%2COAgBK%2CSAEA%3BEACC%2CqBAAA%3BEACA%2C%2BCAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2C4BAAA%3BEACA%2C2BAAA%3B%3BAAMD%2CQALuC%3BEAKvC%2CqBAriDV%2CWAo6CC%2COAAM%2COAYL%2CUACC%2CGAAE%2CSAoFD%2CSAEC%2COAgBK%2CSAEA%3BIAQE%2CYAAA%3BIACA%2CWAAA%3BIACA%2CqBAAA%3B%3B%3BAAIN%2CqBAviDN%2CWAo6CC%2COAAM%2COAYL%2CUACC%2CGAAE%2CSAoFD%2CSAEC%2COAgCE%3BEACA%2CQAAA%3B%3BAADD%2CqBAviDN%2CWAo6CC%2COAAM%2COAYL%2CUACC%2CGAAE%2CSAoFD%2CSAEC%2COAgCE%2CSAEG%3BEACC%2CqBAAA%3BEACA%2CgDAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2C4BAAA%3BEACA%2C2BAAA%3B%3BAAMD%2CQALuC%3BEAKvC%2CqBArjDV%2CWAo6CC%2COAAM%2COAYL%2CUACC%2CGAAE%2CSAoFD%2CSAEC%2COAgCE%2CSAEG%3BIAQE%2CYAAA%3BIACA%2CWAAA%3BIACA%2CqBAAA%3B%3B%3BAAKN%2CqBAxjDN%2CWAo6CC%2COAAM%2COAYL%2CUACC%2CGAAE%2CSAoFD%2CSAEC%2COAiDE%3BEACA%2CoBAAA%3BEACA%2CYAAA%3BEAAY%2CeAAA%3B%3BAASpB%2CqBACC%2CwBACC%3BEACC%2CeAAA%3B%3BAAHH%2CqBACC%2CwBAIC%3BEACC%2CkBAAA%3B%3BAANH%2CqBASC%2CgBACE%3BEACC%2CkBAAA%3B%3BAAXJ%2CqBASC%2CgBAIC%3BEACC%2CeAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3B%3BAAIA%2CQAH0C%3BEAG1C%2CqBAZF%2CgBAIC%3BIAME%2CeAAA%3B%3B%3BAAnBJ%2CqBASC%2CgBAIC%2CiBAQC%3BEACC%2CgBAAA%3B%3BAAED%2CqBAfF%2CgBAIC%2CiBAWE%3BEACA%2CuDAAA%3BEACA%2CqBAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2C4BAAA%3BEACA%2CoBAAA%3B%3BAAID%2CQAH2C%3BEAG3C%2CqBA1BF%2CgBAIC%2CiBAWE%3BIASC%2CiBAAA%3B%3B%3BAAjCL%2CqBASC%2CgBA4BC%2CMAAK%3BEACJ%2CUAAA%3BEACA%2CQAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3B%3BAA3CH%2CqBASC%2CgBAoCC%2CMAAK%2CiBAAiB%2CQACnB%2CQAAK%3BEACN%2CqDAAA%3BEACA%2C4BAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CqBAAA%3BEACA%2CoBAAA%3B%3BAArDJ%2CqBAyDC%2CgBAAe%2CoBACd%3BEACC%2CgBAAA%3BEACA%2C6BAAA%3B%3BAAQA%2CQAP0C%3BEAO1C%2CqBAXF%2CgBAAe%2CoBACd%3BIAIE%2CQAAA%3BIACA%2CUAAA%3BIACA%2COAAA%3BIACA%2CQAAA%3BIACA%2CcAAA%3B%3B%3BAAlEJ%2CqBAyDC%2CgBAAe%2CoBACd%2CiBAUC%3BEACC%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3B%3BAAzEJ%2CqBAyDC%2CgBAAe%2CoBACd%2CiBAiBC%3BEAMC%2CWAAA%3B%3BAAjFJ%2CqBAyDC%2CgBAAe%2CoBACd%2CiBAiBC%2CwBACC%3BEACC%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3B%3BAA%5C%2FEL%2CqBAyDC%2CgBAAe%2CoBACd%2CiBAiBC%2CwBAOC%2CcAAa%3BEACZ%2CWAAA%3B%3BAAnFL%2CqBAyDC%2CgBAAe%2CoBACd%2CiBAiBC%2CwBAOC%2CcAAa%2CSAEZ%3BEACC%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3B%3BAAvFN%2CqBAyDC%2CgBAAe%2CoBACd%2CiBAiBC%2CwBAOC%2CcAAa%2CSAEZ%2CWAIC%3BEACC%2CYAAA%3BEACA%2CcAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3B%3BAAKA%2CQAJ0C%3BEAI1C%2CqBA%5C%2FCN%2CgBAAe%2CoBACd%2CiBAiBC%2CwBAOC%2CcAAa%2CSAEZ%2CWAIC%3BIAaE%2CcAAA%3BIACA%2CaAAA%3B%3B%3BAAtGR%2CqBAyDC%2CgBAAe%2CoBACd%2CiBAiBC%2CwBAOC%2CcAAa%2CSAEZ%2CWAIC%2CeAgBC%3BEACC%2CeAAA%3BEACA%2CWAAA%3B%3BAAGA%2CqBApDP%2CgBAAe%2CoBACd%2CiBAiBC%2CwBAOC%2CcAAa%2CSAEZ%2CWAIC%2CeAoBC%2CUAAS%2CGACP%3BEACA%2CuCAAA%3BEACA%2CqBAAA%3BEACA%2C4BAAA%3BEACA%2CqBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CSAAA%3B%3BAAID%2CqBAlEP%2CgBAAe%2CoBACd%2CiBAiBC%2CwBAOC%2CcAAa%2CSAEZ%2CWAIC%2CeAkCC%2CUAAS%2CGACP%3BEACA%2CuCAAA%3BEACA%2CqBAAA%3BEACA%2C4BAAA%3BEACA%2CqBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CSAAA%3B%3BAAID%2CqBAhFP%2CgBAAe%2CoBACd%2CiBAiBC%2CwBAOC%2CcAAa%2CSAEZ%2CWAIC%2CeAgDC%2CUAAS%2CGACP%3BEACA%2CuCAAA%3BEACA%2CqBAAA%3BEACA%2C4BAAA%3BEACA%2CqBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CSAAA%3B%3BAAnJT%2CqBAyDC%2CgBAAe%2CoBACd%2CiBAiBC%2CwBAOC%2CcAAa%2CSAEZ%2CWAmEC%2CMAAK%3BEACJ%2CaAAA%3BEACA%2CcAAA%3B%3BAAKD%2CQAJ2C%3BEAI3C%2CqBArGL%2CgBAAe%2CoBACd%2CiBAiBC%2CwBAOC%2CcAAa%2CSAEZ%2CWAmEC%2CMAAK%3BIAIH%2CcAAA%3BIACA%2CaAAA%3B%3B%3BAA5JR%2CqBAyDC%2CgBAAe%2CoBACd%2CiBAiBC%2CwBAOC%2CcAAa%2CSA8EZ%2CMAAK%3BEACJ%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CsBAAA%3BEACA%2CmBAAA%3B%3BAApKN%2CqBAyDC%2CgBAAe%2CoBACd%2CiBAiBC%2CwBAOC%2CcAAa%2CSAoFZ%3BEACC%2CsBAAA%3B%3BAAvKN%2CqBAyDC%2CgBAAe%2CoBACd%2CiBAiBC%2CwBAOC%2CcAAa%2CSAuFZ%2CIAAG%3BEACD%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3B%3BAA7KP%2CqBAyDC%2CgBAAe%2CoBACd%2CiBAiBC%2CwBAqGC%2CiBAAgB%3BEACf%2CWAAA%3B%3BAAjLL%2CqBAyDC%2CgBAAe%2CoBACd%2CiBAiBC%2CwBAqGC%2CiBAAgB%2CsBAEf%2CSACC%2CQAAO%2COAAO%3BEACb%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CuBAAA%3B%3BAAtLP%2CqBAyDC%2CgBAAe%2CoBACd%2CiBAiBC%2CwBA%2BGC%2C0BACC%3BEACC%2CWAAA%3BEACA%2CqBAAA%3BEACA%2CsBAAA%3B%3BAA9LN%2CqBAyDC%2CgBAAe%2CoBACd%2CiBAiBC%2CwBAsHC%2CSAAQ%3BEACP%2CcAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3B%3BAAtML%2CqBAyDC%2CgBAAe%2CoBACd%2CiBAiBC%2CwBA6HC%2CSAAQ%3BEACP%2CUAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3B%3BAA7ML%2CqBAkNC%2CQAAO%2CeAAe%3BEACrB%2CaAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3B%3BAAtNF%2CqBAkNC%2CQAAO%2CeAAe%2CmBAKrB%3BEACC%2CsBAAA%3BEACA%2CaAAA%3BEACA%2CYAAA%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3B%3BAAIA%2CQAHyB%2CuBAAuB%3BEAGhD%2CqBAdF%2CQAAO%2CeAAe%2CmBAKrB%3BIAOE%2CYAAA%3B%3B%3BAAMD%2CQAJ0C%3BEAI1C%2CqBAlBF%2CQAAO%2CeAAe%2CmBAKrB%3BIAUE%2CUAAA%3BIACA%2CmBAAA%3B%3B%3BAAlOJ%2CqBAkNC%2CQAAO%2CeAAe%2CmBAKrB%2CeAaC%3BEACC%2CWAAA%3BEACA%2CmBAAA%3B%3BAAtOJ%2CqBA0OC%2CWACC%2CUACC%2CGAAE%2CSACD%3BEACC%2CaAAA%3B%3BAA9OL%2CqBA0OC%2CWACC%2CUACC%2CGAAE%2CSACD%2CiBAEC%3BEACC%2CaAAA%3B%3BAAhPN%2CqBA0OC%2CWACC%2CUACC%2CGAAE%2CSAOD%2CUACC%3BEACC%2CYAAA%3B%3BAArPN%2CqBA0OC%2CWACC%2CUACC%2CGAAE%2CSAOD%2CUACC%2CGAEC%2CmBACC%3BEACC%2CiBAAA%3B%3BAAxPR%2CqBA0OC%2CWACC%2CUACC%2CGAAE%2CSAOD%2CUACC%2CGAEC%2CmBACC%2CsBAEC%2CmBACI%3BEACC%2CeAAA%3BEACH%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CqBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3B%3BAAjQV%2CqBA0OC%2CWACC%2CUACC%2CGAAE%2CSAOD%2CUACC%2CGAEC%2CmBACC%2CsBAaC%3BEACC%2CcAAA%3BEACA%2COAAA%3B%3BAAtQT%2CqBA0OC%2CWACC%2CUACC%2CGAAE%2CSAOD%2CUACC%2CGAEC%2CmBAmBC%2CSAAQ%2CqBACP%2CQAAO%3BEACN%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3B%3BAA9QT%2CqBA0OC%2CWACC%2CUACC%2CGAAE%2CSAOD%2CUACC%2CGAEC%2CmBAmBC%2CSAAQ%2CqBACP%2CQAAO%2CWAKN%3BEACC%2CYAAA%3B%3BAAED%2CqBAxCR%2CWACC%2CUACC%2CGAAE%2CSAOD%2CUACC%2CGAEC%2CmBAmBC%2CSAAQ%2CqBACP%2CQAAO%2CWAQL%3BEACA%2CSAAS%2CEAAT%3BEACA%2CqBAAA%3BEACA%2CkDAAA%3BEACA%2C4BAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3B%3BAAxRV%2CqBA0OC%2CWACC%2CUACC%2CGAAE%2CSAOD%2CUACC%2CGAEC%2CmBAsCC%3BEACI%2CSAAA%3BEACA%2CgBAAA%3B%3BAA9RX%2CqBA0OC%2CWACC%2CUACC%2CGAAE%2CSAOD%2CUACC%2CGAEC%2CmBAsCC%2CsBAGC%3BEACC%2CWAAA%3B%3BAAhST%2CqBA0OC%2CWACC%2CUACC%2CGAAE%2CSAOD%2CUACC%2CGAEC%2CmBAsCC%2CsBAGC%2CiBAEC%2CQAAO%2COAAO%3BEACb%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CaAAa%2CSAAb%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3B%3BAACA%2CqBAlET%2CWACC%2CUACC%2CGAAE%2CSAOD%2CUACC%2CGAEC%2CmBAsCC%2CsBAGC%2CiBAEC%2CQAAO%2COAAO%2CQAWZ%3BEACA%2CmBAAA%3B%3BAA7SX%2CqBA0OC%2CWACC%2CUACC%2CGAAE%2CSAOD%2CUACC%2CGAEC%2CmBAsCC%2CsBAGC%2CiBAEC%2CQAAO%2COAAO%2CQAcb%3BEACC%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CuBAAA%3B%3BAACA%2CqBA1EV%2CWACC%2CUACC%2CGAAE%2CSAOD%2CUACC%2CGAEC%2CmBAsCC%2CsBAGC%2CiBAEC%2CQAAO%2COAAO%2CQAcb%2CKAKE%3BEACA%2CSAAS%2CEAAT%3BEACA%2CqBAAA%3BEACA%2CyDAAA%3BEACA%2C4BAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CqBAAA%3B%3B%3BACt4DZ%2CoBACC%2CWACC%3BEACI%2CaAAA%3B%3BAAHN%2CoBACC%2CWAIC%2CQAAO%3BEACH%2CgBAAA%3B%3BAANN%2CoBASC%3BEACI%2CiBAAA%3B%3BAAKA%2CQAJyC%3BEAIzC%2CoBANJ%3BIAGK%2CiBAAA%3B%3B%3BAAZN%2CoBASC%2CcAMI%2CGAAE%3BEACD%2CeAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3B%3BAAIA%2CQAH0C%3BEAG1C%2CoBAbL%2CcAMI%2CGAAE%3BIAKA%2CeAAA%3B%3B%3BAAML%2CQAJ0C%2CuBAAsC%3BEAIhF%2CoBAjBD%2CcAMI%2CGAAE%3BIAQA%2CeAAA%3BIACA%2CmBAAA%3B%3B%3BAAUJ%2CQAL0C%3BEAK1C%2CoBAzBF%2CcAmBC%3BIAEE%2CaAAA%3BIACA%2CsBAAA%3BIACA%2CeAAA%3B%3B%3BAAOA%2CQAJ0C%3BEAI1C%2CoBA9BH%2CcAmBC%2CgBAMC%3BIAEE%2CgBAAA%3BIACA%2CQAAA%3B%3B%3BAAMD%2CQAJsC%2CuBAAmC%3BEAIzE%2CoBAlCH%2CcAmBC%2CgBAMC%3BIAMK%2CWAAA%3BIACA%2CgBAAA%3B%3B%3BAAMH%2CQAH0C%3BEAG1C%2CoBAtCJ%2CcAmBC%2CgBAMC%2CWASC%3BIAEE%2CgBAAA%3B%3B%3BAA7CN%2CoBASC%2CcAmBC%2CgBAMC%2CWASC%2CeAIC%2CMAAM%2CGACL%2CGAAE%2CIAAI%3BEACF%2C4BAAA%3B%3BAAID%2CQAH2C%3BEAG3C%2CoBA5CR%2CcAmBC%2CgBAMC%2CWASC%2CeAIC%2CMAAM%2CGACL%2CGAAE%2CIAAI%3BIAGD%2CaAAA%3B%3B%3BAAoBJ%2CQAhB6C%3BEAgB7C%2CoBA9DN%2CcAmBC%2CgBAMC%2CWASC%2CeAIC%2CMAAM%2CGAOL%3BIAEK%2C2BAAA%3BIACA%2CcAAA%3BIACA%2CWAAA%3BIACA%2CWAAA%3B%3BEACA%2CoBAnDV%2CcAmBC%2CgBAMC%2CWASC%2CeAIC%2CMAAM%2CGAOL%2CGAMM%3BIACA%2CqBAAA%3BIACA%2CmBAAA%3B%3BEAED%2CoBAvDV%2CcAmBC%2CgBAMC%2CWASC%2CeAIC%2CMAAM%2CGAOL%2CGAUS%3BIACH%2CqBAAA%3B%3BEAML%2CoBA9DN%2CcAmBC%2CgBAMC%2CWASC%2CeAIC%2CMAAM%2CGAOL%2CGAaK%2COAAM%3BIACL%2CqBAAA%3B%3B%3BAAQL%2CQAL0C%3BEACzC%2CoBA%5C%2FDP%2CcAmBC%2CgBAMC%2CWASC%2CeAIC%2CMAAM%2CGAOL%2CGAkBG%2CIAAI%3BIACJ%2CgBAAA%3B%3B%3BAAYF%2CQATsC%2CuBAAmC%3BEACxE%2CoBApEP%2CcAmBC%2CgBAMC%2CWASC%2CeAIC%2CMAAM%2CGAOL%2CGAuBG%2CIAAI%2CKACJ%2CoBACC%3BIACC%2CqBAAA%3B%3B%3BAAKJ%2CoBA5EN%2CcAmBC%2CgBAMC%2CWASC%2CeAIC%2CMAAM%2CGAOL%2CGA%2BBE%2CIAAK%2CSAAQ%3BEACb%2CaAAA%3BEACA%2CyBAAA%3B%3BAAIA%2CQAH0C%3BEAG1C%2CoBAlFP%2CcAmBC%2CgBAMC%2CWASC%2CeAIC%2CMAAM%2CGAOL%2CGA%2BBE%2CIAAK%2CSAAQ%3BIAIZ%2C2BAAA%3B%3B%3BAAJF%2CoBA5EN%2CcAmBC%2CgBAMC%2CWASC%2CeAIC%2CMAAM%2CGAOL%2CGA%2BBE%2CIAAK%2CSAAQ%2CIAMb%3BEACI%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CsBAAA%3BEACA%2CUAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3B%3BAAZL%2CoBA5EN%2CcAmBC%2CgBAMC%2CWASC%2CeAIC%2CMAAM%2CGAOL%2CGA%2BBE%2CIAAK%2CSAAQ%2CIAMb%2CMAOI%3BEACC%2CSAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3B%3BAAhBN%2CoBA5EN%2CcAmBC%2CgBAMC%2CWASC%2CeAIC%2CMAAM%2CGAOL%2CGA%2BBE%2CIAAK%2CSAAQ%2CIAMb%2CMAYC%3BEACC%2CeAAA%3BEACG%2CYAAA%3BEACA%2CiBAAA%3B%3BAACH%2CoBAlGT%2CcAmBC%2CgBAMC%2CWASC%2CeAIC%2CMAAM%2CGAOL%2CGA%2BBE%2CIAAK%2CSAAQ%2CIAMb%2CMAYC%2CIAIE%3BEACG%2C4BAAA%3B%3BAAEJ%2CoBArGT%2CcAmBC%2CgBAMC%2CWASC%2CeAIC%2CMAAM%2CGAOL%2CGA%2BBE%2CIAAK%2CSAAQ%2CIAMb%2CMAYC%2CIAOE%3BEACG%2C2BAAA%3B%3BAAKP%2CoBA3GN%2CcAmBC%2CgBAMC%2CWASC%2CeAIC%2CMAAM%2CGAOL%2CGA8DE%2CIAAI%3BEACD%2CiBAAA%3B%3BAAIA%2CQAH0C%3BEAG1C%2CoBAhHV%2CcAmBC%2CgBAMC%2CWASC%2CeAIC%2CMAAM%2CGAOL%2CGA8DE%2CIAAI%3BIAGA%2CiBAAA%3B%3B%3BAAHL%2CoBA3GN%2CcAmBC%2CgBAMC%2CWASC%2CeAIC%2CMAAM%2CGAOL%2CGA8DE%2CIAAI%2CMAKD%2CKAAI%3BEACH%2CWAAA%3BEACA%2C2BAAA%3BEACA%2CeAAA%3B%3BAAIJ%2CQAH0C%2CuBAAmC%3BEAG7E%2CoBAvHP%2CcAmBC%2CgBAMC%2CWASC%2CeAIC%2CMAAM%2CGAOL%2CGA8DE%2CIAAI%2CMAKD%2CKAAI%3BIAKF%2CeAAA%3B%3B%3BAAKN%2CoBA1HN%2CcAmBC%2CgBAMC%2CWASC%2CeAIC%2CMAAM%2CGAOL%2CGA6EE%2CIAAI%3BEACD%2CiBAAA%3B%3BAAIA%2CQAH0C%3BEAG1C%2CoBA%5C%2FHV%2CcAmBC%2CgBAMC%2CWASC%2CeAIC%2CMAAM%2CGAOL%2CGA6EE%2CIAAI%3BIAGA%2CiBAAA%3B%3B%3BAAHL%2CoBA1HN%2CcAmBC%2CgBAMC%2CWASC%2CeAIC%2CMAAM%2CGAOL%2CGA6EE%2CIAAI%2CSAKD%2CKAAI%3BEACH%2CWAAA%3BEACA%2C2BAAA%3BEACA%2CeAAA%3B%3BAAIJ%2CQAH0C%2CuBAAmC%3BEAG7E%2CoBAtIP%2CcAmBC%2CgBAMC%2CWASC%2CeAIC%2CMAAM%2CGAOL%2CGA6EE%2CIAAI%2CSAKD%2CKAAI%3BIAKF%2CeAAA%3B%3B%3BAAIN%2CoBAxIN%2CcAmBC%2CgBAMC%2CWASC%2CeAIC%2CMAAM%2CGAOL%2CGA2FE%2CIAAI%2CKACJ%3BEACC%2CiBAAA%3B%3BAAFF%2CoBAxIN%2CcAmBC%2CgBAMC%2CWASC%2CeAIC%2CMAAM%2CGAOL%2CGA2FE%2CIAAI%2CKACJ%2CsBAEC%3BEACI%2CgBAAA%3BEACA%2CeAAA%3B%3BAAIA%2CQAHsC%2CuBAAmC%3BEAGzE%2CoBAjJZ%2CcAmBC%2CgBAMC%2CWASC%2CeAIC%2CMAAM%2CGAOL%2CGA2FE%2CIAAI%2CKACJ%2CsBAEC%3BIAIK%2CeAAA%3B%3B%3BAAPP%2CoBAxIN%2CcAmBC%2CgBAMC%2CWASC%2CeAIC%2CMAAM%2CGAOL%2CGA2FE%2CIAAI%2CKACJ%2CsBAEC%2CmBAMI%3BEACC%2CWAAA%3B%3BAAKP%2CoBAvJN%2CcAmBC%2CgBAMC%2CWASC%2CeAIC%2CMAAM%2CGAOL%2CGA0GE%3BEACA%2CeAAA%3BEACA%2CgBAAA%3B%3BAAIA%2CQAH0C%3BEAG1C%2CoBA7JP%2CcAmBC%2CgBAMC%2CWASC%2CeAIC%2CMAAM%2CGAOL%2CGA0GE%3BIAIC%2CkBAAA%3B%3B%3BAAJF%2CoBAvJN%2CcAmBC%2CgBAMC%2CWASC%2CeAIC%2CMAAM%2CGAOL%2CGA0GE%2CgBAMA%3BEACC%2CiBAAA%3BEACA%2CgBAAA%3B%3BAAMA%2CQAJ0C%3BEAI1C%2CoBArKR%2CcAmBC%2CgBAMC%2CWASC%2CeAIC%2CMAAM%2CGAOL%2CGA0GE%2CgBAMA%3BIAKE%2CaAAA%3BIACA%2CgBAAA%3B%3B%3BAAZH%2CoBAvJN%2CcAmBC%2CgBAMC%2CWASC%2CeAIC%2CMAAM%2CGAOL%2CGA0GE%2CgBAMA%2CiBAQC%3BEACC%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAIA%2CQAH0C%2CuBAAsC%3BEAGhF%2CoBA3KT%2CcAmBC%2CgBAMC%2CWASC%2CeAIC%2CMAAM%2CGAOL%2CGA0GE%2CgBAMA%2CiBAQC%3BIAIE%2CiBAAA%3B%3B%3BAAED%2CoBA3KT%2CcAmBC%2CgBAMC%2CWASC%2CeAIC%2CMAAM%2CGAOL%2CGA0GE%2CgBAMA%2CiBAQC%2CEAME%3BEACG%2CeAAA%3B%3BAAEJ%2CoBA9KT%2CcAmBC%2CgBAMC%2CWASC%2CeAIC%2CMAAM%2CGAOL%2CGA0GE%2CgBAMA%2CiBAQC%2CEASE%3BEACG%2CWAAA%3B%3BAAQH%2CQAL0C%3BEAK1C%2CoBAvLV%2CcAmBC%2CgBAMC%2CWASC%2CeAIC%2CMAAM%2CGAOL%2CGA0GE%2CgBAMA%2CiBAQC%2CEAYE%3BIAEC%2CWAAA%3BIACG%2CQAAA%3BIACA%2CaAAA%3B%3B%3BAAEJ%2CoBAvLV%2CcAmBC%2CgBAMC%2CWASC%2CeAIC%2CMAAM%2CGAOL%2CGA0GE%2CgBAMA%2CiBAQC%2CEAYE%2CWAMC%3BEACG%2CmCAAA%3BEACA%2CkCAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CSAAS%2COAAT%3BEACA%2CaAAa%2CYAAb%3BEACA%2CsBAAA%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApBL%2CoBAjLT%2CcAmBC%2CgBAMC%2CWASC%2CeAIC%2CMAAM%2CGAOL%2CGA0GE%2CgBAMA%2CiBAQC%2CEAYE%2CWAsBA%3BEACC%2CYAAA%3B%3BAAjNZ%2CoBASC%2CcAmBC%2CgBA%2BLC%3BEACI%2CuBAAA%3BEACA%2CWAAA%3B%3BAAKA%2CQAJ0C%3BEAI1C%2CoBAzNN%2CcAmBC%2CgBA%2BLC%3BIAIK%2CuBAAA%3BIACA%2CQAAA%3B%3B%3BAAMD%2CQAJsC%2CuBAAmC%3BEAIzE%2CoBA7NN%2CcAmBC%2CgBA%2BLC%3BIAQK%2CWAAA%3BIACA%2CWAAA%3B%3B%3BAApOR%2CoBASC%2CcAmBC%2CgBA%2BLC%2CcAWI%2COAAM%2CSACL%2COAAM%3BEACL%2CWAAA%3B%3BAAIH%2CoBAnOL%2CcAmBC%2CgBA%2BLC%2CcAWI%2COAAM%2CSAKR%2CKAAK%2CUACH%3BEACG%2CaAAA%3BEACA%2CqBAAA%3BEACA%2C8BAAA%3BEACA%2CeAAA%3BEACA%2CuBAAA%3B%3BAAIA%2CQAH0C%2CuBAAmC%3BEAG7E%2CoBA5OT%2CcAmBC%2CgBA%2BLC%2CcAWI%2COAAM%2CSAKR%2CKAAK%2CUACH%3BIAOI%2CsBAAA%3B%3B%3BAAPL%2CoBAnOL%2CcAmBC%2CgBA%2BLC%2CcAWI%2COAAM%2CSAKR%2CKAAK%2CUACH%2COASG%3BEACC%2CSAAA%3BEACA%2CUAAA%3B%3BAAIA%2CQAH0C%2CuBAAmC%3BEAG7E%2CoBAlPV%2CcAmBC%2CgBA%2BLC%2CcAWI%2COAAM%2CSAKR%2CKAAK%2CUACH%2COASG%3BIAIE%2CWAAA%3B%3B%3BAAMD%2CQAJyC%2CwBAAsC%3BEAI%5C%2FE%2CoBAtPV%2CcAmBC%2CgBA%2BLC%2CcAWI%2COAAM%2CSAKR%2CKAAK%2CUACH%2COASG%3BIAOE%2CUAAA%3B%3B%3BAAMD%2CQAHyB%3BEAGzB%2CoBAzPV%2CcAmBC%2CgBA%2BLC%2CcAWI%2COAAM%2CSAKR%2CKAAK%2CUACH%2COASG%3BIAWE%2CUAAA%3B%3B%3BAApBN%2CoBAnOL%2CcAmBC%2CgBA%2BLC%2CcAWI%2COAAM%2CSAKR%2CKAAK%2CUACH%2COASG%2COAaC%2CSAAS%3BEACR%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3B%3BAA1BN%2CoBAnOL%2CcAmBC%2CgBA%2BLC%2CcAWI%2COAAM%2CSAKR%2CKAAK%2CUACH%2COA6BA%3BEACI%2CUAAA%3B%3BAAIA%2CQAH0C%2CuBAAmC%3BEAG7E%2CoBArQV%2CcAmBC%2CgBA%2BLC%2CcAWI%2COAAM%2CSAKR%2CKAAK%2CUACH%2COA6BA%3BIAGK%2CWAAA%3B%3B%3BAAKD%2CQAHyC%2CwBAAsC%3BEAG%5C%2FE%2CoBAxQV%2CcAmBC%2CgBA%2BLC%2CcAWI%2COAAM%2CSAKR%2CKAAK%2CUACH%2COA6BA%3BIAMK%2CUAAA%3B%3B%3BAAKD%2CQAHyB%3BEAGzB%2CoBA3QV%2CcAmBC%2CgBA%2BLC%2CcAWI%2COAAM%2CSAKR%2CKAAK%2CUACH%2COA6BA%3BIASK%2CUAAA%3B%3B%3BAAtCN%2CoBAnOL%2CcAmBC%2CgBA%2BLC%2CcAWI%2COAAM%2CSAKR%2CKAAK%2CUACH%2COA6BA%2CiBAWI%3BEACC%2CWAAA%3BEACA%2CkBAAA%3B%3BAA1CN%2CoBAnOL%2CcAmBC%2CgBA%2BLC%2CcAWI%2COAAM%2CSAKR%2CKAAK%2CUACH%2COA6BA%2CiBAWI%2CSAGC%3BEACC%2CSAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CqBAAA%3B%3BAAIJ%2CQAH6C%2CwBAAsC%3BEAGnF%2CoBA5RR%2CcAmBC%2CgBA%2BLC%2CcAWI%2COAAM%2CSAKR%2CKAAK%2CUACH%2COA6BA%2CiBAWI%2CSAGC%3BIAYE%2CsBAAA%3B%3B%3BAAnSd%2CoBASC%2CcAmBC%2CgBA%2BLC%2CcAgFI%2COAAM%3BEACL%2CaAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3B%3BAAMJ%2CQAL8C%3BEAK9C%2CoBA5SH%2CcAmBC%2CgBA%2BLC%2CcAgFI%2COAAM%3BIAMJ%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CcAAA%3B%3B%3BAAQH%2CQAH0C%3BEAG1C%2CoBAlTL%2CcAmBC%2CgBA%2BLC%2CcA2FC%2CUACC%3BIAEK%2CyBAAA%3B%3B%3BAAEJ%2CoBAlTL%2CcAmBC%2CgBA%2BLC%2CcA2FC%2CUACC%2COAIE%3BEACA%2CWAAA%3B%3BAA5TP%2CoBASC%2CcAmBC%2CgBA%2BLC%2CcA2FC%2CUACC%2COAOC%3BEACI%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3B%3BAAUL%2CQAJ0C%3BEAI1C%2CoBAlUJ%2CcAmBC%2CgBA%2BLC%2CcA2GC%3BIAEK%2CeAAA%3BIACA%2CgBAAA%3B%3B%3BAAGH%2CoBAnUL%2CcAmBC%2CgBA%2BLC%2CcA2GC%2CaAKC%2CMAAM%2CGACJ%2COAAO%2CIAAK%2CGAAG%2CKAAI%3BEAChB%2CgBAAA%3B%3BAAEJ%2CoBAtUL%2CcAmBC%2CgBA%2BLC%2CcA2GC%2CaAKC%2CMAAM%2CGAIJ%2COAAO%2CSAAU%2CGAAG%2CKAAI%3BEACrB%2CgBAAA%3B%3BAAQH%2CQAL0C%3BEAK1C%2CoBA%5C%2FUN%2CcAmBC%2CgBA%2BLC%2CcA2GC%2CaAKC%2CMAAM%2CGAOJ%2CmBAEC%3BIACC%2CYAAA%3B%3B%3BAAHH%2CoBAzUL%2CcAmBC%2CgBA%2BLC%2CcA2GC%2CaAKC%2CMAAM%2CGAOJ%2CmBAMA%2CGAAG%2CKAAI%3BEACH%2CgBAAA%3B%3BAAGL%2CoBAnVL%2CcAmBC%2CgBA%2BLC%2CcA2GC%2CaAKC%2CMAAM%2CGAiBJ%2CmBAAoB%2CGAAG%2CKAAI%3BEACxB%2CgBAAA%3B%3BAAEJ%2CoBAtVL%2CcAmBC%2CgBA%2BLC%2CcA2GC%2CaAKC%2CMAAM%2CGAoBJ%2CMACA%3BAADD%2CoBAtVL%2CcAmBC%2CgBA%2BLC%2CcA2GC%2CaAKC%2CMAAM%2CGAoBJ%2CMAqJN%2CCApJS%3BEACC%2CeAAA%3B%3BAAIA%2CQAH0C%3BEAG1C%2CoBA5VV%2CcAmBC%2CgBA%2BLC%2CcA2GC%2CaAKC%2CMAAM%2CGAoBJ%2CMACA%3BEAKI%2CoBA5VV%2CcAmBC%2CgBA%2BLC%2CcA2GC%2CaAKC%2CMAAM%2CGAoBJ%2CMAqJN%2CCApJS%3BIAGE%2CYAAA%3B%3B%3BAAKL%2CQAH8C%2CuBAAmC%3BEAGjF%2CoBA%5C%2FVN%2CcAmBC%2CgBA%2BLC%2CcA2GC%2CaAKC%2CMAAM%2CGAoBJ%2CMACA%3BEAQA%2CoBA%5C%2FVN%2CcAmBC%2CgBA%2BLC%2CcA2GC%2CaAKC%2CMAAM%2CGAoBJ%2CMAqJN%2CCApJS%3BIAME%2CeAAA%3B%3B%3BAAUP%2CQAH0C%3BEAG1C%2CoBAvWJ%2CcAmBC%2CgBA%2BLC%2CcAiJC%2CGAAE%3BIAEA%2CUAAA%3B%3B%3BAA9WN%2CoBASC%2CcAmBC%2CgBA%2BLC%2CcAiJC%2CGAAE%2CuBAID%2CGACC%3BEACI%2CmBAAA%3BEACA%2CqBAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CaAAa%2CSAAb%3BEACA%2CgBAAA%3B%3BAACA%2CoBA%5C%2FWT%2CcAmBC%2CgBA%2BLC%2CcAiJC%2CGAAE%2CuBAID%2CGACC%2CUAOK%3BEACA%2CmBAAA%3BEACA%2CqBAAA%3BEACA%2CWAAA%3B%3BAAKL%2CQAH8C%2CuBAAmC%3BEAGjF%2CoBAvXL%2CcAmBC%2CgBA%2BLC%2CcAiJC%2CGAAE%2CuBAID%2CGACC%3BIAaK%2CeAAA%3B%3B%3BAAWR%2CQAH0C%3BEAG1C%2CoBAhYF%2CcA4XC%3BIAEE%2CmBAAA%3B%3B%3BAAOD%2CQALsC%2CuBAAmC%3BEAKzE%2CoBArYF%2CcA4XC%3BIAKE%2CWAAA%3BIACA%2CgBAAA%3BIACA%2CmBAAA%3B%3B%3BAAMD%2CQAJsC%2CuBAAmC%3BEAIzE%2CoBAzYF%2CcA4XC%3BIAUE%2CmBAAA%3B%3B%3BAAQC%2CQAH0C%3BEAG1C%2CoBA9YJ%2CcA4XC%2CeAaC%2CUACC%3BIAEE%2CgBAAA%3B%3B%3BAArZN%2CoBASC%2CcA4XC%2CeAaC%2CUACC%2COAIC%3BEACI%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3B%3BAAEJ%2CoBApZJ%2CcA4XC%2CeAaC%2CUACC%2COAUE%3BEACA%2CWAAA%3B%3BAA9ZN%2CoBASC%2CcA4XC%2CeAaC%2CUAeC%2CSAAS%2CKACR%2CUAAS%2COACR%2COAAO%2CSAAS%3BEACZ%2CeAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CaAAA%3BEACA%2CeAAA%3B%3BAAzaV%2CoBASC%2CcA4XC%2CeAaC%2CUAeC%2CSAAS%2CKACR%2CUAAS%2COASR%2CiBAAiB%2COAAM%3BEACnB%2CYAAA%3BEACA%2CYAAA%3BEACA%2CsBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3B%3BAApbV%2CoBASC%2CcAkbC%2COAAM%3BEACL%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3B%3BAAIA%2CQAH0C%3BEAG1C%2CoBAzbF%2CcAkbC%2COAAM%3BIAKJ%2CQAAA%3B%3B%3BAAhcJ%2CoBASC%2CcAkbC%2COAAM%2CUN1bP%3BEACI%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CaAAA%3B%3BAAIH%2CQAH6C%3BEAG7C%2CoBMCD%2CcAkbC%2COAAM%2CUN1bP%3BIAKK%2CuBAAA%3B%3B%3BAAKD%2CQAHsC%2CwBAAsC%3BEAG5E%2CoBMFJ%2CcAkbC%2COAAM%2CUN1bP%3BIAQE%2CaAAA%3B%3B%3BAMTH%2CoBASC%2CcAkbC%2COAAM%2CUN1bP%2CUAUI%2CmBACC%3BEACC%2CcAAA%3B%3BAMbP%2CoBASC%2CcAkbC%2COAAM%2CUN1bP%2CUAUI%2CmBAKF%2CsBACC%3BEACI%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAIA%2CQAH0C%3BEAG1C%2CoBMdP%2CcAkbC%2COAAM%2CUN1bP%2CUAUI%2CmBAKF%2CsBACC%3BIAIK%2CmBAAA%3B%3B%3BAMrBT%2CoBASC%2CcAkbC%2COAAM%2CUN1bP%2CUAUI%2CmBAKF%2CsBACC%2CmBAMI%3BEACC%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CqBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3B%3BAAKA%2CQAJ0C%3BEAI1C%2CoBM1BR%2CcAkbC%2COAAM%2CUN1bP%2CUAUI%2CmBAKF%2CsBACC%2CmBAMI%3BIASE%2CgBAAA%3B%3B%3BAAQJ%2CQAL6C%3BEAK7C%2CoBM%5C%2FBL%2CcAkbC%2COAAM%2CUN1bP%2CUAUI%2CmBAKF%2CsBACC%2CmBAMI%3BIAaE%2CeAAA%3BIACH%2CiBAAA%3BIACA%2CYAAA%3B%3B%3BAAOD%2CQALsC%2CuBAAsC%3BEAK5E%2CoBMpCL%2CcAkbC%2COAAM%2CUN1bP%2CUAUI%2CmBAKF%2CsBACC%2CmBAMI%3BIAkBD%2CeAAA%3BIACG%2CiBAAA%3BIACA%2CgBAAA%3B%3B%3BAAKL%2CQAH0B%3BEAG1B%2CoBMvCJ%2CcAkbC%2COAAM%2CUN1bP%2CUAUI%2CmBAKF%2CsBACC%2CmBAMI%3BIAuBD%2CgBAAA%3B%3B%3BAM9CP%2CoBASC%2CcAkbC%2COAAM%2CUN1bP%2CUAUI%2CmBAKF%2CsBAkCC%3BEACI%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CaAAA%3BEACH%2CmBAAA%3BEACA%2CYAAA%3B%3BAAIA%2CQAH0C%3BEAG1C%2CoBMlDJ%2CcAkbC%2COAAM%2CUN1bP%2CUAUI%2CmBAKF%2CsBAkCC%3BIAOK%2CmBAAA%3B%3B%3BAAKJ%2CQAHsC%2CuBAAsC%3BEAG5E%2CoBMrDJ%2CcAkbC%2COAAM%2CUN1bP%2CUAUI%2CmBAKF%2CsBAkCC%3BIAUE%2CmBAAA%3B%3B%3BAM5DN%2CoBASC%2CcAkbC%2COAAM%2CUN1bP%2CUAUI%2CmBAKF%2CsBAkCC%2CWAYC%3BEACI%2CQAAA%3B%3BAAIJ%2CQAH8C%3BEAG9C%2CoBM1DJ%2CcAkbC%2COAAM%2CUN1bP%2CUAUI%2CmBAKF%2CsBAkCC%2CWAYC%3BIAGK%2CaAAA%3B%3B%3BAMjEV%2CoBASC%2CcAkbC%2COAAM%2CUN1bP%2CUAUI%2CmBAKF%2CsBAkCC%2CWAkBC%3BEACI%2CQAAA%3B%3BAMrET%2CoBASC%2CcAkbC%2COAAM%2CUN1bP%2CUAUI%2CmBAKF%2CsBAkCC%2CWAkBC%2CWAEI%3BEACC%2CaAAA%3B%3BAMvEV%2CoBASC%2CcAkbC%2COAAM%2CUN1bP%2CUAUI%2CmBAKF%2CsBAkCC%2CWAkBC%2CWAKC%3BEACI%2CcAAA%3BEACA%2CqBAAA%3BEACA%2C6BAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3B%3BAAMJ%2CQAL6C%3BEAK7C%2CoBM7EL%2CcAkbC%2COAAM%2CUN1bP%2CUAUI%2CmBAKF%2CsBAkCC%2CWAkBC%2CWAKC%3BIASK%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CiBAAA%3B%3B%3BAMpFX%2CoBASC%2CcAkbC%2COAAM%2CUN1bP%2CUAUI%2CmBAKF%2CsBAkCC%2CWAsCI%2CKAAI%3BEACH%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3B%3BAAMJ%2CQAL6C%3BEAK7C%2CoBMzFJ%2CcAkbC%2COAAM%2CUN1bP%2CUAUI%2CmBAKF%2CsBAkCC%2CWAsCI%2CKAAI%3BIAMF%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CSAAA%3B%3B%3BAMhGV%2CoBASC%2CcAkbC%2COAAM%2CUN1bP%2CUAUI%2CmBA0FF%3BEACI%2CaAAA%3BEACA%2CuBAAA%3BEACA%2CmBAAA%3B%3BEAEA%2CSAAA%3B%3BAM1GP%2CoBASC%2CcAkbC%2COAAM%2CUN1bP%2CUAUI%2CmBA0FF%2CsBAMI%3B%3BEAEC%2CWAAA%3B%3BAM7GR%2CoBASC%2CcAkbC%2COAAM%2CUN1bP%2CUAUI%2CmBA0FF%2CsBAMI%2CiBAGC%2COAAM%3BEACL%2CYAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3B%3BAMpHT%2CoBASC%2CcAkbC%2COAAM%2CUN1bP%2CUAUI%2CmBA0FF%2CsBAMI%2CiBAWC%2COAAM%3BEACL%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CaAAa%2CSAAb%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3B%3BAAIA%2CQAHyC%2CwBAAsC%3BEAG%5C%2FE%2CoBM3HR%2CcAkbC%2COAAM%2CUN1bP%2CUAUI%2CmBA0FF%2CsBAMI%2CiBAWC%2COAAM%3BIAYJ%2CkBAAA%3B%3B%3BAAMJ%2CQAJ6B%2CuBAAuB%3BEAIpD%2CoBM%5C%2FHL%2CcAkbC%2COAAM%2CUN1bP%2CUAUI%2CmBA0FF%2CsBAMI%2CiBAWC%2COAAM%3BIAeN%2CiBAAA%3B%3B%3BAAGF%2CoBM%5C%2FHL%2CcAkbC%2COAAM%2CUN1bP%2CUAUI%2CmBA0FF%2CsBAMI%2CiBAWC%2COAAM%2COAkBP%3BEACG%2CmBAAA%3B%3BAMzIV%2CoBASC%2CcAkbC%2COAAM%2CUN1bP%2CUAUI%2CmBA0FF%2CsBAMI%2CiBAWC%2COAAM%2COAqBL%3BEACC%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CuBAAA%3B%3BAACA%2CoBMvIT%2CcAkbC%2COAAM%2CUN1bP%2CUAUI%2CmBA0FF%2CsBAMI%2CiBAWC%2COAAM%2COAqBL%2CKAKE%3BEACA%2CSAAQ%2CEAAR%3BEACA%2CqBAAA%3BEACA%2CyDAAA%3BEACA%2C4BAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CqBAAA%3B%3BAAUD%2CQAHwB%2CwBAAuB%3BEAG%5C%2FC%2CoBM1JT%2CcAkbC%2COAAM%2CUN1bP%2CUAUI%2CmBA0FF%2CsBAMI%2CiBAWC%2COAAM%2COAqBL%2CKAKE%3BIAiBC%2CiBAAA%3B%3B%3BAAIH%2CoBM5JR%2CcAkbC%2COAAM%2CUN1bP%2CUAUI%2CmBA0FF%2CsBAMI%2CiBAWC%2COAAM%2COA%2BCJ%3BEACA%2CkBAAA%3B%3BAAIA%2CQAH0B%2CuBAAuB%3BEAGjD%2CoBMjKT%2CcAkbC%2COAAM%2CUN1bP%2CUAUI%2CmBA0FF%2CsBAMI%2CiBAWC%2COAAM%2COA%2BCJ%3BIAGD%2CiBAAA%3B%3B%3BAAHA%2CoBM5JR%2CcAkbC%2COAAM%2CUN1bP%2CUAUI%2CmBA0FF%2CsBAMI%2CiBAWC%2COAAM%2COA%2BCJ%2CSAKA%3BEACC%2C0BAAA%3B%3BAACA%2CoBMnKV%2CcAkbC%2COAAM%2CUN1bP%2CUAUI%2CmBA0FF%2CsBAMI%2CiBAWC%2COAAM%2COA%2BCJ%2CSAKA%2CKAEE%3BEACA%2C8CAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3B%3BAMhLZ%2CoBASC%2CcAkbC%2COAAM%2CUN1bP%2CUAUI%2CmBA0FF%2CsBAiFC%2CmBACC%3BEACC%2CkBAAA%3BEACG%2CUAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BAAWA%2CoBM7LR%2CcAkbC%2COAAM%2CUN1bP%2CUAUI%2CmBA0FF%2CsBAiFC%2CmBACC%2CYAeK%3BEACA%2CSAAQ%2CEAAR%3BEACA%2CqBAAA%3BEACA%2CkDAAA%3BEACA%2C4BAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3B%3BAM5MV%2CoBASC%2CcAkbC%2COAAM%2CUN1bP%2CUAUI%2CmBA0FF%2CsBAiFC%2CmBAyBC%3BEACC%2CkBAAA%3BEACG%2CQAAA%3BEACA%2CMAAA%3BEACA%2CqCAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3B%3BAAKA%2CQAJ0C%3BEAI1C%2CoBMpNR%2CcAkbC%2COAAM%2CUN1bP%2CUAUI%2CmBA0FF%2CsBAiFC%2CmBAyBC%3BIAWK%2CWAAA%3BIACA%2CYAAA%3B%3B%3BAAED%2CoBMpNR%2CcAkbC%2COAAM%2CUN1bP%2CUAUI%2CmBA0FF%2CsBAiFC%2CmBAyBC%2CWAcK%3BEACA%2CSAAQ%2CEAAR%3BEACA%2CqBAAA%3BEACA%2CiDAAA%3BEACA%2C4BAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3B%3BAMnOV%2CoBASC%2CcAkbC%2COAAM%2CUAQL%2CeACC%3BEACC%2CWAAA%3B%3BAArcL%2CoBASC%2CcAkbC%2COAAM%2CUAQL%2CeACC%2CcAEC%3BEACI%2CWAAA%3B%3BAACA%2CoBA%5C%2FbR%2CcAkbC%2COAAM%2CUAQL%2CeACC%2CcAEC%2CmBAEK%3BEACA%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3B%3BAA5cV%2CoBASC%2CcAkbC%2COAAM%2CUAQL%2CeACC%2CcAEC%2CmBAQI%2CsBAAsB%3BEACrB%2C2BAAA%3B%3BAA%5C%2FcV%2CoBASC%2CcAkbC%2COAAM%2CUAQL%2CeACC%2CcAEC%2CmBAQI%2CsBAAsB%2CWAErB%2CKAAI%3BEACH%2CmBAAA%3B%3BAAjdX%2CoBASC%2CcAkbC%2COAAM%2CUA4BL%2CUAAU%2CmBACT%2CsBACC%2CiBAAiB%2COAAM%3BEACnB%2CiBAAA%3BEACA%2CYAAA%3B%3BAAaF%2CoBA%5C%2FdN%2CcAkbC%2COAAM%2CUA4BL%2CUAAU%2CmBACT%2CsBACC%2CiBAAiB%2COAAM%2COAGnB%2CKAYD%3BEACA%2CYAAA%3BEACG%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CqBAAA%3B%3B%3BAC5eX%2CeACC%2CmBAAkB%3BEACjB%2CyBAAA%3BEACA%2CgCAAA%3B%3BAAGF%2CqBACC%2CaAAa%2CQAAO%3BEAChB%2CkCAAA%3B%3BAAKJ%2CQAH8C%3BEAG9C%2CqBANA%2CaAAa%2CQAAO%3BIAIf%2CmBAAA%3B%3B%3BAAQJ%2CQAH4C%3BEAG5C%2CqBALD%2CoBACC%3BIAEG%2CaAAA%3B%3B%3BAAXL%2CqBAQC%2CoBAMC%2CqBACC%2CaACC%2CgCACC%2CsBACC%3BEACC%2CaAAA%3B%3BAA8CL%2CQAtC0C%3BEAsC1C%2CqBAvCD%3BIAEE%2CgBAAA%3B%3BEAqCD%2CqBAvCD%2CWAGE%3BIACC%2CgBAAA%3BIACA%2CiBAAA%3B%3BEAkCF%2CqBAvCD%2CWAGE%2CuBAGC%2CiBACC%3BIACI%2CeAAA%3B%3BEA%2BBP%2CqBAvCD%2CWAGE%2CuBAGC%2CiBAIC%3BIACC%2CeAAA%3B%3BEA4BJ%2CqBAvCD%2CWAGE%2CuBAWC%2CkBACC%2COAAM%3BIACL%2CYAAA%3BIACG%2CkBAAA%3B%3BEACH%2CqBAlBL%2CWAGE%2CuBAWC%2CkBACC%2COAAM%2CSAGJ%3BIACA%2CSAAS%2CEAAT%3BIACG%2CqBAAA%3BIACA%2CyDAAA%3BIACA%2CYAAA%3BIACA%2CWAAA%3B%3BEAgBR%2CqBAvCD%2CWAGE%2CuBAWC%2CkBACC%2COAAM%2CSAUL%2CSAAQ%3BIACJ%2CkBAAA%3BIACA%2CSAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3BIACA%2CsBAAA%3BIACA%2CSAAA%3BIACA%2CeAAA%3BIACA%2CYAAA%3B%3B%3BAA3DV%2CqBA0BC%2CWAuCC%3BEACI%2C8BAAA%3B%3BAAlEN%2CqBA0BC%2CWA0CC%3BEACI%2CaAAA%3B%3BAArEN%2CqBA0BC%2CWA6CC%2CQAAO%3BEACH%2CgBAAA%3B%3BAAxEN%2CqBA0BC%2CWAgDC%3BEACC%2CoBAAA%3BEACA%2CmBAAA%3B%3BAA5EH%2CqBA0BC%2CWAgDC%2CoBAGC%3BEACI%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3B%3BAAKJ%2CQAJ8C%3BEAI9C%2CqBA5DF%2CWAgDC%2CoBAGC%3BIAMK%2CeAAA%3BIACA%2CmBAAA%3B%3B%3BAApFR%2CqBA0BC%2CWAgDC%2CoBAaC%3BEACI%2CWAAA%3B%3BAAxFP%2CqBA0BC%2CWAkEE%3BEACI%2CSAAA%3B%3BAA7FP%2CqBA0BC%2CWAqEE%2CaACC%3BEACI%2C2BAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3B%3BAAnGR%2CqBA0BC%2CWAqEE%2CaAMC%2C2BACC%2CMAAK%3BEACJ%2CWAAA%3BEACA%2CqBAAA%3BEACA%2CeAAA%3B%3BAAKA%2CQAJyB%3BEAIzB%2CqBApFL%2CWAqEE%2CaAMC%2C2BACC%2CMAAK%3BIAKH%2CaAAA%3BIACA%2CeAAA%3B%3B%3BAASD%2CQAN2C%3BEAM3C%2CqBA3FL%2CWAqEE%2CaAMC%2C2BACC%2CMAAK%2CWAQJ%3BIAEE%2CgBAAA%3B%3BEAKF%2CqBA3FL%2CWAqEE%2CaAMC%2C2BACC%2CMAAK%2CWAQJ%2CyBAGE%2COAAM%3BIACL%2CgBAAA%3B%3B%3BAAlHT%2CqBA0BC%2CWAqEE%2CaAMC%2C2BAkBC%2CcACC%2COAAM%3BEACF%2C0BAAA%3B%3BAAzHV%2CqBA0BC%2CWAqEE%2CaAMC%2C2BAuBC%3BEACC%2CgBAAA%3B%3BAA7HN%2CqBA0BC%2CWAqEE%2CaAMC%2C2BA0BC%3BEACC%2CaAAA%3BEACA%2CeAAA%3B%3BAAIA%2CQAHsC%2CuBAAmC%3BEAGzE%2CqBA3GL%2CWAqEE%2CaAMC%2C2BA0BC%3BIAIE%2CeAAA%3B%3B%3BAAMD%2CQAJ0B%3BEAI1B%2CqBA%5C%2FGL%2CWAqEE%2CaAMC%2C2BA0BC%3BIAOE%2CaAAA%3BIACA%2CcAAA%3B%3B%3BAAvIP%2CqBA0BC%2CWAqEE%2CaAMC%2C2BA0BC%2CuBAUC%2CUAAS%3BEACR%2CgBAAA%3B%3BAA1IP%2CqBA0BC%2CWAqEE%2CaAMC%2C2BA0BC%2CuBAUC%2CUAAS%2CQAER%3BEACC%2CmBAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BAAKA%2CQAJsC%2CuBAAmC%3BEAIzE%2CqBAvHP%2CWAqEE%2CaAMC%2C2BA0BC%2CuBAUC%2CUAAS%2CQAER%3BIAGE%2CyBAAA%3BIACA%2CUAAA%3B%3B%3BAA%5C%2FIT%2CqBA0BC%2CWAqEE%2CaAMC%2C2BA0BC%2CuBAUC%2CUAAS%2CQAER%2COAMC%3BEACI%2CeAAA%3BEACA%2CiBAAA%3BEACA%2C6BAAA%3B%3BAAIJ%2CQAH8C%3BEAG9C%2CqBA9HP%2CWAqEE%2CaAMC%2C2BA0BC%2CuBAUC%2CUAAS%2CQAER%2COAMC%3BIAKK%2CUAAA%3B%3B%3BAAtJb%2CqBA0BC%2CWAqEE%2CaAMC%2C2BA0BC%2CuBAUC%2CUAAS%2CQAER%2COAcC%2CSACC%3BAA1JT%2CqBA0BC%2CWAqEE%2CaAMC%2C2BA0BC%2CuBAUC%2CUAAS%2CQAER%2COAcC%2CSA%2BjCU%2CCA9jCH%3BEACF%2CYAAA%3B%3BAAIJ%2CQAH8C%3BEAG9C%2CqBArIR%2CWAqEE%2CaAMC%2C2BA0BC%2CuBAUC%2CUAAS%2CQAER%2COAcC%2CSACC%3BEAKA%2CqBArIR%2CWAqEE%2CaAMC%2C2BA0BC%2CuBAUC%2CUAAS%2CQAER%2COAcC%2CSA%2BjCU%2CCA9jCH%3BIAGD%2CWAAA%3B%3B%3BAAQJ%2CQAH4C%3BEAG5C%2CqBA3IT%2CWAqEE%2CaAMC%2C2BA0BC%2CuBAUC%2CUAAS%2CQAER%2COAcC%2CSAOE%2CcACA%3BIAEG%2CUAAA%3B%3B%3BAAHJ%2CqBAtIR%2CWAqEE%2CaAMC%2C2BA0BC%2CuBAUC%2CUAAS%2CQAER%2COAcC%2CSAOE%2CcAMA%2CeAAc%3BEACb%2CQAAA%3BEACA%2CgBAAA%3B%3BAAQF%2CQAH2C%3BEAG3C%2CqBAtJR%2CWAqEE%2CaAMC%2C2BA0BC%2CuBAUC%2CUAAS%2CQAER%2COAiCE%3BIAEI%2CqBAAA%3B%3B%3BAAeL%2CQAbuC%2CuBAAmC%3BEAa1E%2CqBAnKP%2CWAqEE%2CaAMC%2C2BA0BC%2CuBAUC%2CUAAS%2CQAER%2COAiCE%3BIAKC%2CWAAA%3BIACA%2CoBAAA%3B%3BEAWF%2CqBAnKP%2CWAqEE%2CaAMC%2C2BA0BC%2CuBAUC%2CUAAS%2CQAER%2COAiCE%2COAOC%2COAAM%3BIACL%2C4BAAA%3B%3BEASH%2CqBAnKP%2CWAqEE%2CaAMC%2C2BA0BC%2CuBAUC%2CUAAS%2CQAER%2COAiCE%2COAUC%3BIACI%2CWAAA%3B%3BEACA%2CqBA9Jb%2CWAqEE%2CaAMC%2C2BA0BC%2CuBAUC%2CUAAS%2CQAER%2COAiCE%2COAUC%2COAEK%3BIACA%2CaAAA%3B%3B%3BAASP%2CQAH2C%3BEAG3C%2CqBAxKP%2CWAqEE%2CaAMC%2C2BA0BC%2CuBAUC%2CUAAS%2CQAER%2COAmDE%3BIAEC%2CWAAA%3B%3B%3BAAhMV%2CqBA0BC%2CWAqEE%2CaAgHC%3BEACI%2CuBAAA%3BEACA%2CUAAA%3B%3BAAjNR%2CqBA0BC%2CWAqEE%2CaAgHC%2CwBAGI%2CuBAAsB%3BEACrB%2CkBAAA%3B%3BAACA%2CqBA1LR%2CWAqEE%2CaAgHC%2CwBAGI%2CuBAAsB%2CcAEpB%3BEACA%2CgBAAA%3B%3BAArNV%2CqBA0BC%2CWAqEE%2CaA0HC%2CyBAAyB%2CcACxB%2CeACC%2COAAM%3BEACL%2CgBAAA%3B%3BAAOD%2CQAH2C%3BEAG3C%2CqBAzML%2CWAqEE%2CaA0HC%2CyBAAyB%2CcAMxB%3BIAEK%2CSAAA%3B%3B%3BAAjOV%2CqBA0BC%2CWAqEE%2CaA0HC%2CyBAAyB%2CcAMxB%2CiBAIC%3BEACC%2CaAAA%3BEACG%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CuBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAzOV%2CqBA0BC%2CWAqEE%2CaA0HC%2CyBAAyB%2CcAMxB%2CiBAIC%2CeAOI%3BEACC%2CUAAA%3BEACH%2CsBAAA%3BEACA%2C8BAAA%3BEACA%2C2BAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3B%3B%3B%3B%3BAAIG%2CQAHuC%3BEAGvC%2CqBA5NV%2CWAqEE%2CaA0HC%2CyBAAyB%2CcAMxB%2CiBAIC%2CeAOI%3BIAUD%2CeAAA%3B%3B%3BAAEE%2CqBA5NV%2CWAqEE%2CaA0HC%2CyBAAyB%2CcAMxB%2CiBAIC%2CeAOI%2CgBAYE%2CQACE%3BEACJ%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3B%3BAAKE%2CQAJwC%3BEAIxC%2CqBArOX%2CWAqEE%2CaA0HC%2CyBAAyB%2CcAMxB%2CiBAIC%2CeAOI%2CgBAYE%2CQACE%3BIAKH%2CiBAAA%3BIACA%2CWAAA%3B%3B%3BAAPA%2CqBA5NV%2CWAqEE%2CaA0HC%2CyBAAyB%2CcAMxB%2CiBAIC%2CeAOI%2CgBAYE%2CQACE%2C0BAQF%2CgCACC%2COAAM%3BEACL%2CWAAA%3BEACA%2CaAAA%3BEACA%2C2BAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3B%3BAAfH%2CqBA5NV%2CWAqEE%2CaA0HC%2CyBAAyB%2CcAMxB%2CiBAIC%2CeAOI%2CgBAYE%2CQACE%2C0BAQF%2CgCACC%2COAAM%2COAMJ%2CMAAK%3BEACJ%2CMAAA%3BEACA%2CaAAA%3B%3BAAlBL%2CqBA5NV%2CWAqEE%2CaA0HC%2CyBAAyB%2CcAMxB%2CiBAIC%2CeAOI%2CgBAYE%2CQACE%2C0BAqBJ%2CiBACC%3BEACC%2CWAAA%3B%3BAAxBD%2CqBA5NV%2CWAqEE%2CaA0HC%2CyBAAyB%2CcAMxB%2CiBAIC%2CeAOI%2CgBAYE%2CQACE%2C0BAqBJ%2CiBACC%2CSAEC%2CQAAO%2CQAAQ%3BEACd%2CmBAAA%3BEACA%2CqBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAA7BF%2CqBA5NV%2CWAqEE%2CaA0HC%2CyBAAyB%2CcAMxB%2CiBAIC%2CeAOI%2CgBAYE%2CQAkCA%2COAAM%3BEACL%2CyBAAA%3B%3BAAKJ%2CqBApQR%2CWAqEE%2CaA0HC%2CyBAAyB%2CcAMxB%2CiBAIC%2CeAOI%2CgBAkDD%2CSAEC%2CQACC%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2COAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2C0BAAA%3BEACA%2CkCAAA%3B%3BAAIA%2CQAH0C%3BEAG1C%2CqBAtRV%2CWAqEE%2CaA0HC%2CyBAAyB%2CcAMxB%2CiBAIC%2CeAOI%2CgBAkDD%2CSAEC%2CQACC%3BIAeC%2CSAAA%3B%3B%3BAAhBH%2CqBApQR%2CWAqEE%2CaA0HC%2CyBAAyB%2CcAMxB%2CiBAIC%2CeAOI%2CgBAkDD%2CSAEC%2CQACC%2CwBAiBA%3BEACC%2CeAAA%3B%3BAAjTZ%2CqBA0BC%2CWAqEE%2CaA0HC%2CyBAAyB%2CcAMxB%2CiBAIC%2CeAOI%2CgBA4EF%2COAAM%3BEACL%2CkBAAA%3BEACA%2CgCAAA%3BEACA%2CgBAAA%3BEACA%2CaAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2C8BAAA%3BEACA%2CgBAAA%3B%3BAAIA%2CQAH0C%3BEAG1C%2CqBA3SR%2CWAqEE%2CaA0HC%2CyBAAyB%2CcAMxB%2CiBAIC%2CeAOI%2CgBA4EF%2COAAM%3BIAaJ%2CWAAA%3B%3B%3BAAnUV%2CqBA0BC%2CWAqEE%2CaA0HC%2CyBAAyB%2CcAMxB%2CiBAIC%2CeAOI%2CgBA4EF%2COAAM%2COAeL%3BEACC%2CWAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3B%3BAA1UV%2CqBA0BC%2CWAqEE%2CaA0HC%2CyBAAyB%2CcAMxB%2CiBAIC%2CeAOI%2CgBA4EF%2COAAM%2COAsBF%2CMAAK%3BEACJ%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CUAAA%3BEACA%2CSAAA%3B%3BAACA%2CqBAvTZ%2CWAqEE%2CaA0HC%2CyBAAyB%2CcAMxB%2CiBAIC%2CeAOI%2CgBA4EF%2COAAM%2COAsBF%2CMAAK%2CcAKA%2CSACH%3BEACE%2CcAAA%3BEACA%2CeAAA%3B%3BAAEF%2CqBA5Tb%2CWAqEE%2CaA0HC%2CyBAAyB%2CcAMxB%2CiBAIC%2CeAOI%2CgBA4EF%2COAAM%2COAsBF%2CMAAK%2CcAKA%2CSAKF%3BEACA%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2C0BAAA%3BEACA%2CuBAAA%3BEACA%2CUAAA%3BEACA%2CQAAA%3BEACA%2CWAAW%2CgBAAX%3BEACA%2CmBAAmB%2CgBAAnB%3BEACA%2CgBAAgB%2CgBAAhB%3B%3BAAGL%2CqBA5UT%2CWAqEE%2CaA0HC%2CyBAAyB%2CcAMxB%2CiBAIC%2CeAOI%2CgBA4EF%2COAAM%2COAsBF%2CMAAK%2CcA0BN%2CQAAW%2CSAAM%3BEACd%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2C0BAAA%3BEACA%2CuBAAA%3BEACA%2CUAAA%3BEACA%2CQAAA%3BEACH%2CWAAW%2CgBAAX%3BEACA%2CmBAAmB%2CgBAAnB%3BEACA%2CgBAAgB%2CgBAAhB%3B%3BAAnXX%2CqBA0BC%2CWAqEE%2CaA0HC%2CyBAAyB%2CcAMxB%2CiBAIC%2CeAOI%2CgBA4EF%2COAAM%2COAgEL%2CIAAG%3BEACF%2CSAAA%3BEACA%2C2BAAA%3BEACA%2CsBAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3B%3BAA5XV%2CqBA0BC%2CWAqEE%2CaA0HC%2CyBAAyB%2CcAMxB%2CiBAIC%2CeAOI%2CgBA4EF%2COAAM%2COAwEL%2CIAAG%3BEACC%2CaAAA%3B%3BAAcN%2CQAH2C%3BEAG3C%2CqBAnXN%2CWAqEE%2CaA0HC%2CyBAAyB%2CcA%2BKxB%2C2BACC%3BIAEE%2CSAAA%3B%3B%3BAA3YR%2CqBA0BC%2CWAqEE%2CaA0HC%2CyBAAyB%2CcA%2BKxB%2C2BACC%2CeAIC%3BEACI%2CeAAA%3B%3BAAEC%2CqBAtXX%2CWAqEE%2CaA0HC%2CyBAAyB%2CcA%2BKxB%2C2BACC%2CeAIC%2CsBAEI%2CeACK%3BEACH%2CWAAA%3BEACA%2CgBAAA%3B%3BAAEJ%2CqBA1XR%2CWAqEE%2CaA0HC%2CyBAAyB%2CcA%2BKxB%2C2BACC%2CeAIC%2CsBAEI%2CeAKD%3BEACA%2CWAAA%3B%3BAACA%2CqBA5XT%2CWAqEE%2CaA0HC%2CyBAAyB%2CcA%2BKxB%2C2BACC%2CeAIC%2CsBAEI%2CeAKD%2CMAEC%3BEACA%2CUAAA%3B%3BAAvZX%2CqBA0BC%2CWAqEE%2CaA0HC%2CyBAAyB%2CcA%2BKxB%2C2BACC%2CeAmBC%3BEACC%2CmBAAA%3BEACA%2CeAAA%3B%3BAAIA%2CQAH2C%3BEAG3C%2CqBAxYP%2CWAqEE%2CaA0HC%2CyBAAyB%2CcA%2BKxB%2C2BACC%2CeAmBC%3BIAIG%2CeAAA%3B%3B%3BAAhaV%2CqBA0BC%2CWAqEE%2CaA0HC%2CyBAAyB%2CcA%2BKxB%2C2BACC%2CeAmBC%2CwBAMC%2COAAO%2CSACN%3BEACC%2C0BAAA%3B%3BAApaV%2CqBA0BC%2CWAqEE%2CaA0HC%2CyBAAyB%2CcA%2BKxB%2C2BACC%2CeAmBC%2CwBAWC%3BEACC%2CaAAA%3B%3BAAxaT%2CqBA0BC%2CWAqEE%2CaA0HC%2CyBAAyB%2CcA%2BKxB%2C2BACC%2CeAmBC%2CwBAWC%2CiBAEC%2CSACC%3BEACC%2C0BAAA%3B%3BAA3aX%2CqBA0BC%2CWAqEE%2CaAoVC%2C0BACC%3BEACC%2CmBAAA%3BEACA%2CaAAA%3B%3BAAQC%2CQAJ0C%3BEAI1C%2CqBApaN%2CWAqEE%2CaAoVC%2C0BAKC%2CcACC%3BIAEE%2CSAAA%3BIACG%2CaAAA%3B%3B%3BAA5bX%2CqBA0BC%2CWAqEE%2CaAoVC%2C0BAKC%2CcACC%2CKAKC%3BEACC%2CaAAA%3B%3BAA%5C%2FbR%2CqBA0BC%2CWAqEE%2CaAoVC%2C0BAKC%2CcACC%2CKAQC%3BEACC%2CYAAA%3BEACA%2CqBAAA%3B%3BAAncR%2CqBA0BC%2CWAqEE%2CaAoVC%2C0BAKC%2CcACC%2CKAQC%2CuBAGC%2CWAAW%3BEACP%2C2BAAA%3B%3BAArcZ%2CqBA0BC%2CWAqEE%2CaA4WC%2CaACC%2CeACC%3BEACC%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CsBAAA%3BEACA%2C6BAAA%3BEACA%2C4BAAA%3B%3BAAIA%2CQAH0C%3BEAG1C%2CqBA5bN%2CWAqEE%2CaA4WC%2CaACC%2CeACC%3BIAOE%2CUAAA%3B%3B%3BAApdR%2CqBA0BC%2CWAqEE%2CaA4WC%2CaACC%2CeACC%2CcASC%2CeAAe%3BEACd%2CcAAA%3BEACA%2CaAAA%3B%3BAAxdR%2CqBA0BC%2CWAqEE%2CaA4WC%2CaACC%2CeACC%2CcASC%2CeAAe%2COAGd%3BEACI%2CeAAA%3B%3BAAEJ%2CqBAlcP%2CWAqEE%2CaA4WC%2CaACC%2CeACC%2CcASC%2CeAAe%2COAMb%3BEACA%2CMAAA%3B%3BAA7dT%2CqBA0BC%2CWAqEE%2CaA4WC%2CaACC%2CeACC%2CcAmBC%2CMAAK%2CMAAM%2CaACV%2CoBACC%3BEACC%2CmBAAA%3B%3BAAneV%2CqBA0BC%2CWAqEE%2CaA4WC%2CaACC%2CeACC%2CcAmBC%2CMAAK%2CMAAM%2CaACV%2CoBAIC%3BEACC%2CmBAAA%3B%3BAAUA%2CQAH4C%3BEAG5C%2CqBAtdT%2CWAqEE%2CaA4WC%2CaACC%2CeACC%2CcA6BC%2CgBACC%2CMACC%3BIAEE%2CaAAA%3B%3B%3BAAKF%2CQAHuC%2CuBAAuB%3BEAG9D%2CqBAzdR%2CWAqEE%2CaA4WC%2CaACC%2CeACC%2CcA6BC%2CgBACC%2CMACC%3BIAKE%2CaAAA%3B%3B%3BAA0CD%2CQAtC4C%3BEAsC5C%2CqBAjgBT%2CWAqEE%2CaA4WC%2CaACC%2CeACC%2CcA6BC%2CgBACC%2CMASC%3BIAEE%2CaAAA%3BIACG%2CsBAAA%3BIACA%2C2BAAA%3BIACA%2CuBAAA%3BIACA%2CUAAA%3B%3BEACA%2CqBAjeb%2CWAqEE%2CaA4WC%2CaACC%2CeACC%2CcA6BC%2CgBACC%2CMASC%2CGAOS%3BIACH%2CYAAA%3BIACA%2CaAAA%3BIACA%2CWAAA%3BIACA%2CuBAAA%3BIACA%2CiBAAA%3BIACA%2CoBAAA%3B%3BEAND%2CqBAjeb%2CWAqEE%2CaA4WC%2CaACC%2CeACC%2CcA6BC%2CgBACC%2CMASC%2CGAOS%2CKAOH%3BIACC%2COAAA%3B%3BEARF%2CqBAjeb%2CWAqEE%2CaA4WC%2CaACC%2CeACC%2CcA6BC%2CgBACC%2CMASC%2CGAOS%2CKAOH%2CqBAEC%3BIACC%2CgBAAA%3B%3BEAVH%2CqBAjeb%2CWAqEE%2CaA4WC%2CaACC%2CeACC%2CcA6BC%2CgBACC%2CMASC%2CGAOS%2CKAOH%2CqBAEC%2CoBAEC%3BIACC%2CgBAAA%3B%3BEAZJ%2CqBAjeb%2CWAqEE%2CaA4WC%2CaACC%2CeACC%2CcA6BC%2CgBACC%2CMASC%2CGAOS%2CKAOH%2CqBAEC%2CoBAEC%2CyBAEC%3BIACC%2CgBAAA%3B%3BEAKP%2CqBApfX%2CWAqEE%2CaA4WC%2CaACC%2CeACC%2CcA6BC%2CgBACC%2CMASC%2CGAOS%2CKAmBL%2CcACA%2CEAAC%2COACA%3BIACC%2CeAAA%3BIACA%2CWAAA%3B%3BEAIA%2CqBA5fd%2CWAqEE%2CaA4WC%2CaACC%2CeACC%2CcA6BC%2CgBACC%2CMASC%2CGAOS%2CKA2BF%2CIAAI%3BIACJ%2C4BAAA%3B%3B%3BAA0CN%2CQAtCsC%2CuBAAuB%3BEAsC7D%2CqBAviBT%2CWAqEE%2CaA4WC%2CaACC%2CeACC%2CcA6BC%2CgBACC%2CMASC%3BIAwCE%2CaAAA%3BIACG%2CsBAAA%3BIACA%2C2BAAA%3BIACA%2CuBAAA%3BIACA%2CUAAA%3B%3BEACA%2CqBAvgBb%2CWAqEE%2CaA4WC%2CaACC%2CeACC%2CcA6BC%2CgBACC%2CMASC%2CGA6CS%3BIACH%2CYAAA%3BIACA%2CaAAA%3BIACA%2CWAAA%3BIACA%2CuBAAA%3BIACA%2CiBAAA%3BIACA%2CoBAAA%3B%3BEAND%2CqBAvgBb%2CWAqEE%2CaA4WC%2CaACC%2CeACC%2CcA6BC%2CgBACC%2CMASC%2CGA6CS%2CKAOH%3BIACC%2COAAA%3B%3BEARF%2CqBAvgBb%2CWAqEE%2CaA4WC%2CaACC%2CeACC%2CcA6BC%2CgBACC%2CMASC%2CGA6CS%2CKAOH%2CqBAEC%3BIACC%2CgBAAA%3B%3BEAVH%2CqBAvgBb%2CWAqEE%2CaA4WC%2CaACC%2CeACC%2CcA6BC%2CgBACC%2CMASC%2CGA6CS%2CKAOH%2CqBAEC%2CoBAEC%3BIACC%2CgBAAA%3B%3BEAZJ%2CqBAvgBb%2CWAqEE%2CaA4WC%2CaACC%2CeACC%2CcA6BC%2CgBACC%2CMASC%2CGA6CS%2CKAOH%2CqBAEC%2CoBAEC%2CyBAEC%3BIACC%2CgBAAA%3B%3BEAKP%2CqBA1hBX%2CWAqEE%2CaA4WC%2CaACC%2CeACC%2CcA6BC%2CgBACC%2CMASC%2CGA6CS%2CKAmBL%2CcACA%2CEAAC%2COACA%3BIACC%2CeAAA%3BIACA%2CWAAA%3B%3BEAIA%2CqBAliBd%2CWAqEE%2CaA4WC%2CaACC%2CeACC%2CcA6BC%2CgBACC%2CMASC%2CGA6CS%2CKA2BF%2CIAAI%3BIACJ%2C4BAAA%3B%3B%3BAAKL%2CqBAxiBV%2CWAqEE%2CaA4WC%2CaACC%2CeACC%2CcA6BC%2CgBACC%2CMASC%2CGA6EC%2CGACE%2CQACA%2CqBACC%2CyBAAyB%3BEACrB%2CWAAA%3BEACA%2CqBAAA%3B%3BAAJN%2CqBAxiBV%2CWAqEE%2CaA4WC%2CaACC%2CeACC%2CcA6BC%2CgBACC%2CMASC%2CGA6EC%2CGACE%2CQACA%2CqBACC%2CyBAAyB%2CEAGrB%3BEACC%2C0BAAA%3BEACA%2CiBAAA%3BEACA%2CqBAAA%3B%3BAAKP%2CqBArjBV%2CWAqEE%2CaA4WC%2CaACC%2CeACC%2CcA6BC%2CgBACC%2CMASC%2CGA6EC%2CGAcE%2CYACA%3BEACI%2CUAAA%3BEACA%2CYAAA%3BEACA%2CsBAAA%3B%3BAAJL%2CqBArjBV%2CWAqEE%2CaA4WC%2CaACC%2CeACC%2CcA6BC%2CgBACC%2CMASC%2CGA6EC%2CGAcE%2CYACA%2CaAII%2CEAAC%3BEACA%2C2BAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3B%3BAAVN%2CqBArjBV%2CWAqEE%2CaA4WC%2CaACC%2CeACC%2CcA6BC%2CgBACC%2CMASC%2CGA6EC%2CGAcE%2CYACA%2CaAII%2CEAAC%2CcAMC%3BEACA%2CiBAAA%3B%3BAAZP%2CqBArjBV%2CWAqEE%2CaA4WC%2CaACC%2CeACC%2CcA6BC%2CgBACC%2CMASC%2CGA6EC%2CGAcE%2CYACA%2CaAcC%3BEACI%2CWAAA%3BEACA%2CYAAA%3BEACA%2CuBAAA%3B%3BAAlBN%2CqBArjBV%2CWAqEE%2CaA4WC%2CaACC%2CeACC%2CcA6BC%2CgBACC%2CMASC%2CGA6EC%2CGAcE%2CYACA%2CaAcC%2CUAII%3BEACC%2C2BAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CsBAAA%3BEACA%2CaAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CSAAA%3B%3BAAKP%2CqBArlBV%2CWAqEE%2CaA4WC%2CaACC%2CeACC%2CcA6BC%2CgBACC%2CMASC%2CGA6EC%2CGA8CE%2CcACA%2CgBACC%2CEAAC%3BEACA%2CWAAA%3B%3BAAlnBd%2CqBA0BC%2CWAqEE%2CaA4WC%2CaACC%2CeACC%2CcA6BC%2CgBA%2BIC%3BEACC%2CaAAA%3B%3BAA1nBT%2CqBA0BC%2CWAqEE%2CaA4WC%2CaACC%2CeACC%2CcAgLC%2CcACC%3BEACC%2CgBAAA%3B%3BAACA%2CqBAtmBR%2CWAqEE%2CaA4WC%2CaACC%2CeACC%2CcAgLC%2CcACC%2CGAEE%2COAAO%2CSACP%2CGAAE%2CKAAM%2CKAAI%3BEACR%2CaAAA%3B%3BAAGL%2CqBA3mBR%2CWAqEE%2CaA4WC%2CaACC%2CeACC%2CcAgLC%2CcACC%2CGAOE%2CMAAM%2COAAO%2CKACb%3BEACC%2CeAAA%3B%3BAAFF%2CqBA3mBR%2CWAqEE%2CaA4WC%2CaACC%2CeACC%2CcAgLC%2CcACC%2CGAOE%2CMAAM%2COAAO%2CKAIb%2CGAAE%3BEACE%2CkBAAA%3BEACA%2CeAAA%3B%3BAA3oBd%2CqBA0BC%2CWAqEE%2CaA4WC%2CaAuMC%2CyBACC%2COAAM%2COAAO%2CQAAQ%3BEACpB%2C0BAAA%3B%3BAAppBP%2CqBA0BC%2CWAqEE%2CaA4WC%2CaAuMC%2CyBACC%2COAAM%2COAAO%2CQAAQ%2CSAEpB%3BEACI%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3B%3BAAxpBX%2CqBA0BC%2CWAqEE%2CaA4WC%2CaAuMC%2CyBASC%2C4BACC%2CQAAO%3BEACN%2CWAAA%3BEACG%2CgBAAA%3BEACA%2C0BAAA%3BEACA%2CqBAAA%3B%3BAAhqBX%2CqBA0BC%2CWAqEE%2CaAskBC%2C6BACC%3BEACC%2CUAAA%3B%3BAAvqBN%2CqBA0BC%2CWAqEE%2CaAskBC%2C6BACC%2CQAEC%3BEACC%2CSAAA%3B%3BAAmBJ%2CQAfuC%2CuBAAmC%3BEAGtE%2CqBAtpBN%2CWAqEE%2CaA%2BkBE%2C6BACC%2CQACE%3BIACA%2CUAAA%3BIACA%2CWAAA%3B%3BEAFD%2CqBAtpBN%2CWAqEE%2CaA%2BkBE%2C6BACC%2CQACE%2CYAGA%2CQACC%3BIACI%2CUAAA%3B%3B%3BAArrBb%2CqBA0BC%2CWAmqBC%2CaAAY%2CsBACX%3BEACI%2CmBAAA%3B%3BAA%5C%2FrBP%2CqBA0BC%2CWAmqBC%2CaAAY%2CsBACX%2CeAEI%3BEACC%2CeAAA%3B%3BAAjsBR%2CqBA0BC%2CWAmqBC%2CaAAY%2CsBACX%2CeAEI%2CKAEC%2CUAAU%2COAAO%2CSAChB%3BAAnsBT%2CqBA0BC%2CWAmqBC%2CaAAY%2CsBACX%2CeAEI%2CKAEC%2CUAAU%2COAAO%2CSAshBP%2CCArhBH%3BEACL%2C2BAAA%3BEACA%2CYAAA%3B%3BAArsBV%2CqBA4sBC%2CaACC%3BEACI%2CqBAAA%3BEACA%2C2BAAA%3B%3BAA%5C%2FsBN%2CqBA4sBC%2CaACC%2CkBAGI%3BEACC%2CcAAA%3B%3B%3BAAcJ%2CQAH0C%3BEAG1C%2CyBALF%2CWACC%3BIAEE%2CeAAA%3B%3B%3BAAJJ%2CyBACC%2CWACC%2CoBAIC%3BEACI%2CaAAA%3B%3BAAPP%2CyBACC%2CWACC%2CoBAOC%2CEAAC%2COAAO%3BEACJ%2CWAAA%3BEACA%2CqBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2C0BAAA%3B%3BAAdP%2CyBACC%2CWAgBC%2CQAAO%2CKAAM%3BEACT%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CaAAA%3BEACA%2CiBAAA%3BEACA%2C8CAAA%3BEACA%2CsDAAA%3BEACA%2CmDAAA%3B%3BAAIA%2CQAH4C%3BEAG5C%2CyBA7BL%2CWAgBC%2CQAAO%2CKAAM%3BIAWR%2CkBAAA%3B%3B%3BAAKD%2CQAH0C%3BEAG1C%2CyBAhCL%2CWAgBC%2CQAAO%2CKAAM%3BIAcX%2CaAAA%3B%3B%3BAA%5C%2FBJ%2CyBACC%2CWAgBC%2CQAAO%2CKAAM%2CkBAgBT%3BEACC%2CkBAAA%3BEACA%2CgBAAA%3B%3BAACA%2CyBAnCN%2CWAgBC%2CQAAO%2CKAAM%2CkBAgBT%2CiBAGK%3BEACH%2CWAAA%3BEACA%2CSAAA%3B%3BAAFD%2CyBAnCN%2CWAgBC%2CQAAO%2CKAAM%2CkBAgBT%2CiBAGK%2CWAGH%2CEAAC%3BEACA%2CmBAAA%3BEACA%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CaAAa%2CSAAb%3BEACA%2CSAAA%3B%3BAA9CT%2CyBACC%2CWAgBC%2CQAAO%2CKAAM%2CkBAiCZ%3BEACI%2CgBAAA%3BEACA%2CaAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3B%3BAAKJ%2CQAJgD%3BEAIhD%2CyBA1DF%2CWAgBC%2CQAAO%2CKAAM%2CkBAiCZ%3BIAMK%2CeAAA%3BIACA%2CgBAAA%3B%3B%3BAAzDR%2CyBACC%2CWAgBC%2CQAAO%2CKAAM%2CkBA2CZ%3BEACI%2CeAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3B%3BAACA%2CyBA%5C%2FDN%2CWAgBC%2CQAAO%2CKAAM%2CkBA2CZ%2CEAIQ%3BEACH%2CWAAA%3BEACA%2C0BAAA%3BEACA%2CqBAAA%3B%3B%3BAAQR%2CqBACC%3BEACC%2CmBAAA%3B%3BAAIA%2CQAH2C%3BEAG3C%2CqBALD%3BIAGG%2CgBAAA%3B%3B%3BAAJJ%2CqBACC%2CkBAKC%3BEACC%2CUAAA%3B%3BAACA%2CqBAPF%2CkBAKC%2CuBAEE%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAKD%2CQAJ2C%3BEAI3C%2CqBAdF%2CkBAKC%2CuBAEE%3BIAIC%2CWAAA%3BIACA%2CSAAA%3B%3B%3BAAbL%2CqBACC%2CkBAKC%2CuBAUC%3BEACC%2CWAAA%3BEACA%2CgBAAA%3B%3BAAKA%2CQAJ0C%3BEAI1C%2CqBAtBH%2CkBAKC%2CuBAUC%3BIAIE%2CeAAA%3BIACA%2CiBAAA%3B%3B%3BAAED%2CqBAtBH%2CkBAKC%2CuBAUC%2CKAOE%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAASD%2CQAR2C%3BEAQ3C%2CqBAlCH%2CkBAKC%2CuBAUC%2CKAOE%3BIAKC%2CYAAA%3BIACA%2CWAAA%3BIACA%2CeAAA%3BIACA%2CkBAAA%3BIACA%2CQAAA%3BIACA%2CiBAAA%3B%3B%3BAASF%2CQAL2C%3BEAK3C%2CqBAzCH%2CkBAKC%2CuBAUC%2CKAoBE%3BIAEC%2CYAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3B%3BAAKF%2CqBA5CH%2CkBAKC%2CuBAsCE%2CQACC%3BAAAD%2CqBA5CH%2CkBAKC%2CuBAsCa%2CUACV%3BEACA%2CmBAAA%3BEACA%2CqBAAA%3BEACA%2CWAAA%3B%3BAAGA%2CqBAlDJ%2CkBAKC%2CuBAsCE%2CQAMA%2CKACE%3BAAAD%2CqBAlDJ%2CkBAKC%2CuBAsCa%2CUAMX%2CKACE%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CqBAAA%3B%3BAAED%2CqBAvDJ%2CkBAKC%2CuBAsCE%2CQAMA%2CKAME%3BAAAD%2CqBAvDJ%2CkBAKC%2CuBAsCa%2CUAMX%2CKAME%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAgBJ%2CQAR2C%3BEAQ3C%2CqBAVD%2CoBACC%3BIAEE%2CiBAAA%3B%3BEAOF%2CqBAVD%2CoBACC%2CwBAGE%2CQAAO%3BIACN%2CWAAA%3BIACA%2CgBAAA%3BIACA%2C0BAAA%3B%3B%3BAAvEL%2CqBAgEC%2CoBAWC%3BEACC%2CWAAA%3BEACA%2CUAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3B%3BAAOA%2CQAN0C%3BEAM1C%2CqBAtBF%2CoBAWC%3BIAME%2CgBAAA%3BIACA%2CQAAA%3BIACA%2CWAAA%3BIACA%2CgBAAA%3B%3B%3BAAMD%2CQAJsC%2CuBAAmC%3BEAIzE%2CqBA1BF%2CoBAWC%3BIAYK%2CWAAA%3BIACA%2CgBAAA%3B%3B%3BAAMH%2CQAH0C%3BEAG1C%2CqBA9BH%2CoBAWC%2CWAeC%3BIAEE%2CgBAAA%3B%3B%3BAA5FL%2CqBAgEC%2CoBAWC%2CWAeC%2CeAIC%2CMAAM%2CGACL%2CGAAE%2CIAAI%3BEACL%2C4BAAA%3B%3BAAID%2CQAH2C%3BEAG3C%2CqBApCJ%2CoBAWC%2CWAeC%2CeAIC%2CMAAM%2CGACL%2CGAAE%2CIAAI%3BIAGJ%2CaAAA%3B%3B%3BAAqBD%2CQAjB6C%3BEAiB7C%2CqBAvDL%2CoBAWC%2CWAeC%2CeAIC%2CMAAM%2CGAOL%3BIAEK%2C2BAAA%3BIACA%2CcAAA%3BIACA%2CUAAA%3BIACA%2CeAAA%3B%3BEACA%2CqBA3CT%2CoBAWC%2CWAeC%2CeAIC%2CMAAM%2CGAOL%2CGAMM%3BIACA%2CqBAAA%3BIACA%2CmBAAA%3B%3BEAED%2CqBA%5C%2FCT%2CoBAWC%2CWAeC%2CeAIC%2CMAAM%2CGAOL%2CGAUS%3BIACH%2CqBAAA%3B%3BEAOL%2CqBAvDL%2CoBAWC%2CWAeC%2CeAIC%2CMAAM%2CGAOL%2CGAaK%2COAAM%3BIACL%2CqBAAA%3BIACA%2CWAAA%3B%3B%3BAAoBL%2CQAjB0C%3BEACzC%2CqBAxDN%2CoBAWC%2CWAeC%2CeAIC%2CMAAM%2CGAOL%2CGAmBG%2CIAAI%3BIACJ%2CgBAAA%3BIACA%2CkBAAA%3BIACA%2CmBAAA%3BIACA%2CUAAA%3B%3BEAED%2CqBA9DN%2CoBAWC%2CWAeC%2CeAIC%2CMAAM%2CGAOL%2CGAyBG%3BIACC%2CeAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3B%3BEAEF%2CqBApEN%2CoBAWC%2CWAeC%2CeAIC%2CMAAM%2CGAOL%2CGA%2BBG%2CIAAI%3BIACJ%2CWAAA%3B%3B%3BAAYF%2CQATsC%2CuBAAmC%3BEACxE%2CqBAzEN%2CoBAWC%2CWAeC%2CeAIC%2CMAAM%2CGAOL%2CGAoCG%2CIAAI%2CKACJ%2CoBACC%3BIACC%2CqBAAA%3B%3B%3BAAKJ%2CqBAjFL%2CoBAWC%2CWAeC%2CeAIC%2CMAAM%2CGAOL%2CGA4CE%2CIAAK%2CSAAQ%3BEACb%2CaAAA%3BEACA%2CyBAAA%3B%3BAAIA%2CQAH0C%3BEAG1C%2CqBAvFN%2CoBAWC%2CWAeC%2CeAIC%2CMAAM%2CGAOL%2CGA4CE%2CIAAK%2CSAAQ%3BIAIZ%2C2BAAA%3B%3B%3BAAJF%2CqBAjFL%2CoBAWC%2CWAeC%2CeAIC%2CMAAM%2CGAOL%2CGA4CE%2CIAAK%2CSAAQ%2CIAMb%3BEACI%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CsBAAA%3BEACA%2CUAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3B%3BAAZL%2CqBAjFL%2CoBAWC%2CWAeC%2CeAIC%2CMAAM%2CGAOL%2CGA4CE%2CIAAK%2CSAAQ%2CIAMb%2CMAOI%3BEACC%2CSAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3B%3BAAhBN%2CqBAjFL%2CoBAWC%2CWAeC%2CeAIC%2CMAAM%2CGAOL%2CGA4CE%2CIAAK%2CSAAQ%2CIAMb%2CMAYC%3BEACC%2CeAAA%3BEACG%2CYAAA%3BEACA%2CiBAAA%3B%3BAACH%2CqBAvGR%2CoBAWC%2CWAeC%2CeAIC%2CMAAM%2CGAOL%2CGA4CE%2CIAAK%2CSAAQ%2CIAMb%2CMAYC%2CIAIE%3BEACG%2C4BAAA%3B%3BAAEJ%2CqBA1GR%2CoBAWC%2CWAeC%2CeAIC%2CMAAM%2CGAOL%2CGA4CE%2CIAAK%2CSAAQ%2CIAMb%2CMAYC%2CIAOE%3BEACG%2C2BAAA%3B%3BAAKP%2CqBAhHL%2CoBAWC%2CWAeC%2CeAIC%2CMAAM%2CGAOL%2CGA2EE%2CIAAI%3BEACD%2CiBAAA%3B%3BAAIA%2CQAH0C%3BEAG1C%2CqBArHT%2CoBAWC%2CWAeC%2CeAIC%2CMAAM%2CGAOL%2CGA2EE%2CIAAI%3BIAGA%2CiBAAA%3B%3B%3BAAHL%2CqBAhHL%2CoBAWC%2CWAeC%2CeAIC%2CMAAM%2CGAOL%2CGA2EE%2CIAAI%2CMAKD%2CKAAI%3BEACH%2CWAAA%3BEACA%2C2BAAA%3BEACA%2CeAAA%3B%3BAAIJ%2CQAH0C%2CuBAAmC%3BEAG7E%2CqBA5HN%2CoBAWC%2CWAeC%2CeAIC%2CMAAM%2CGAOL%2CGA2EE%2CIAAI%2CMAKD%2CKAAI%3BIAKF%2CeAAA%3B%3B%3BAAKN%2CqBA%5C%2FHL%2CoBAWC%2CWAeC%2CeAIC%2CMAAM%2CGAOL%2CGA0FE%2CIAAI%3BEACD%2CiBAAA%3B%3BAAOA%2CQAN0C%3BEAM1C%2CqBAvIT%2CoBAWC%2CWAeC%2CeAIC%2CMAAM%2CGAOL%2CGA0FE%2CIAAI%3BIAGA%2CiBAAA%3B%3BEACA%2CqBAnIV%2CoBAWC%2CWAeC%2CeAIC%2CMAAM%2CGAOL%2CGA0FE%2CIAAI%2CSAIC%3BIACA%2CmBAAA%3B%3B%3BAALN%2CqBA%5C%2FHL%2CoBAWC%2CWAeC%2CeAIC%2CMAAM%2CGAOL%2CGA0FE%2CIAAI%2CSAQD%2CKAAI%3BEACH%2CWAAA%3BEACA%2C2BAAA%3BEACA%2CeAAA%3B%3BAAIJ%2CQAH0C%2CuBAAmC%3BEAG7E%2CqBA9IN%2CoBAWC%2CWAeC%2CeAIC%2CMAAM%2CGAOL%2CGA0FE%2CIAAI%2CSAQD%2CKAAI%3BIAKF%2CeAAA%3B%3B%3BAAIN%2CqBAhJL%2CoBAWC%2CWAeC%2CeAIC%2CMAAM%2CGAOL%2CGA2GE%2CIAAI%2CKACJ%3BEACC%2CiBAAA%3B%3BAAFF%2CqBAhJL%2CoBAWC%2CWAeC%2CeAIC%2CMAAM%2CGAOL%2CGA2GE%2CIAAI%2CKACJ%2CsBAEC%3BEACI%2CgBAAA%3BEACA%2CeAAA%3B%3BAAIA%2CQAH0C%3BEAG1C%2CqBAzJX%2CoBAWC%2CWAeC%2CeAIC%2CMAAM%2CGAOL%2CGA2GE%2CIAAI%2CKACJ%2CsBAEC%3BIAIK%2CeAAA%3B%3B%3BAAKD%2CQAHsC%2CuBAAmC%3BEAGzE%2CqBA5JX%2CoBAWC%2CWAeC%2CeAIC%2CMAAM%2CGAOL%2CGA2GE%2CIAAI%2CKACJ%2CsBAEC%3BIAOK%2CeAAA%3B%3B%3BAAVP%2CqBAhJL%2CoBAWC%2CWAeC%2CeAIC%2CMAAM%2CGAOL%2CGA2GE%2CIAAI%2CKACJ%2CsBAEC%2CmBASI%3BEACC%2CWAAA%3B%3BAAKP%2CqBAlKL%2CoBAWC%2CWAeC%2CeAIC%2CMAAM%2CGAOL%2CGA6HE%3BEACA%2CeAAA%3BEACA%2CgBAAA%3B%3BAAFD%2CqBAlKL%2CoBAWC%2CWAeC%2CeAIC%2CMAAM%2CGAOL%2CGA6HE%2CgBAGA%3BEACC%2CiBAAA%3BEACA%2CgBAAA%3B%3BAAKA%2CQAJ0C%3BEAI1C%2CqBA5KP%2CoBAWC%2CWAeC%2CeAIC%2CMAAM%2CGAOL%2CGA6HE%2CgBAGA%3BIAIE%2CaAAA%3BIACA%2CiBAAA%3B%3B%3BAARH%2CqBAlKL%2CoBAWC%2CWAeC%2CeAIC%2CMAAM%2CGAOL%2CGA6HE%2CgBAGA%2CiBAOC%3BEACC%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAIA%2CQAH0C%2CuBAAsC%3BEAGhF%2CqBAlLR%2CoBAWC%2CWAeC%2CeAIC%2CMAAM%2CGAOL%2CGA6HE%2CgBAGA%2CiBAOC%3BIAIE%2CiBAAA%3B%3B%3BAAED%2CqBAlLR%2CoBAWC%2CWAeC%2CeAIC%2CMAAM%2CGAOL%2CGA6HE%2CgBAGA%2CiBAOC%2CEAME%3BEACG%2CeAAA%3B%3BAAEJ%2CqBArLR%2CoBAWC%2CWAeC%2CeAIC%2CMAAM%2CGAOL%2CGA6HE%2CgBAGA%2CiBAOC%2CEASE%3BEACG%2CWAAA%3B%3BAAQH%2CQAL0C%3BEAK1C%2CqBA9LT%2CoBAWC%2CWAeC%2CeAIC%2CMAAM%2CGAOL%2CGA6HE%2CgBAGA%2CiBAOC%2CEAYE%3BIAEC%2CWAAA%3BIACG%2CQAAA%3BIACA%2CaAAA%3B%3B%3BAAEJ%2CqBA9LT%2CoBAWC%2CWAeC%2CeAIC%2CMAAM%2CGAOL%2CGA6HE%2CgBAGA%2CiBAOC%2CEAYE%2CWAMC%3BEACG%2CmCAAA%3BEACA%2CkCAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CSAAS%2COAAT%3BEACA%2CaAAa%2CYAAb%3BEACA%2CsBAAA%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApBL%2CqBAxLR%2CoBAWC%2CWAeC%2CeAIC%2CMAAM%2CGAOL%2CGA6HE%2CgBAGA%2CiBAOC%2CEAYE%2CWAsBA%3BEACC%2CYAAA%3B%3BAA%5C%2FQX%2CqBAgEC%2CoBAyNC%3BEACC%2CgBAAA%3B%3BAAaI%2CQAP2C%3BEAO3C%2CqBAvON%2CoBAyNC%2CcAEC%2CaACC%2CeACC%2CMAAK%2CMAAM%2COACV%2CGACC%3BEAQA%2CqBAvON%2CoBAyNC%2CcAEC%2CaACC%2CeACC%2CMAAK%2CMAAM%2COACV%2CGACK%3BIAEF%2CeAAA%3BIACA%2C6BAAA%3B%3BEACA%2CqBAnOR%2CoBAyNC%2CcAEC%2CaACC%2CeACC%2CMAAK%2CMAAM%2COACV%2CGACC%2CGAIG%3BEAAD%2CqBAnOR%2CoBAyNC%2CcAEC%2CaACC%2CeACC%2CMAAK%2CMAAM%2COACV%2CGACK%2CGAID%3BIACA%2C8BAAA%3B%3B%3BAASF%2CQAH2C%3BEAG3C%2CqBA7OP%2CoBAyNC%2CcAEC%2CaACC%2CeACC%2CMAAK%2CMAAM%2COACV%2CGAUE%2CMAAM%2COAAO%2CKACb%3BEAIA%2CqBA7OP%2CoBAyNC%2CcAEC%2CaACC%2CeACC%2CMAAK%2CMAAM%2COACV%2CGAUE%2CMAAM%2COAAO%2CKACT%3BIAEF%2C8BAAA%3B%3B%3BAA3SV%2CqBAgEC%2CoBAoPC%3BEACC%2CkBAAA%3BEACA%2CgBAAA%3B%3BAAIA%2CQAH0C%3BEAG1C%2CqBA1PF%2CoBAoPC%3BIAIE%2CaAAA%3B%3B%3BAAxTJ%2CqBAgEC%2CoBAoPC%2CsBAMC%3BEACC%2CWAAA%3BEACA%2CWAAA%3B%3BAA5TJ%2CqBAgEC%2CoBAoPC%2CsBAMC%2CSAGC%2CQAAO%2COAAO%2CSAAS%3BEACtB%2CmBAAA%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3B%3BAApUL%2CqBAgEC%2CoBAwQC%2CKACC%2C2BACC%2CcACC%2CUAAS%3BEACR%2CaAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3B%3BAAIA%2CQAH0C%3BEAG1C%2CqBAlRL%2CoBAwQC%2CKACC%2C2BACC%2CcACC%2CUAAS%3BIAKP%2CgBAAA%3B%3B%3BAAhVP%2CqBAgEC%2CoBAwQC%2CKACC%2C2BACC%2CcACC%2CUAAS%2CQAOR%3BEACC%2CUAAA%3B%3BAAKA%2CQAJ0C%3BEAI1C%2CqBAxRN%2CoBAwQC%2CKACC%2C2BACC%2CcACC%2CUAAS%2CQAOR%3BIAGE%2CWAAA%3BIACA%2CmBAAA%3B%3B%3BAAED%2CqBAxRN%2CoBAwQC%2CKACC%2C2BACC%2CcACC%2CUAAS%2CQAOR%2COAME%2CsBAAsB%2CSACtB%2CSACC%2COAAM%3BEACL%2CWAAA%3B%3BAA3VV%2CqBAgEC%2CoBAwQC%2CKACC%2C2BACC%2CcACC%2CUAAS%2CQAOR%2COAaC%2CSACC%3BEACE%2CsBAAA%3B%3BAAjWV%2CqBAgEC%2CoBAwQC%2CKACC%2C2BACC%2CcACC%2CUAAS%2CQA0BR%2CwBACC%3BEACI%2CmBAAA%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3B%3BAA5WX%2CqBAgEC%2CoBAwQC%2CKACC%2C2BAwCC%2CmBACC%2COAAM%2COAAO%3BEACT%2CmBAAA%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3B%3BAAQL%2CQAH0C%3BEAG1C%2CqBAhUH%2CoBAwQC%2CKAoDC%3BIAEE%2CaAAA%3B%3B%3BAA9XL%2CqBAgEC%2CoBAwQC%2CKAoDC%2CiBAIC%2CSACC%2CQAAO%2COAAO%2CSAAS%3BEACtB%2CmBAAA%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3B%3BAAID%2CQAH2C%3BEAG3C%2CqBA3UJ%2CoBAwQC%2CKAoDC%2CiBAIC%2CSACC%2CQAAO%2COAAO%2CSAAS%3BIAQrB%2CaAAA%3B%3B%3BAAzYP%2CqBAgEC%2CoBA%2BUC%2C4BACC%3BEACI%2CgBAAA%3B%3BAAjZP%2CqBAgEC%2CoBA%2BUC%2C4BACC%2CkBAEI%2CeACC%2CKAAI%3BEACH%2CeAAA%3B%3BAApZT%2CqBAgEC%2CoBA%2BUC%2C4BACC%2CkBAEI%2CeACC%2CKAAI%2CsBAEH%2CUAAS%3BEACR%2CaAAA%3BEACH%2CeAAA%3BEACA%2CWAAA%3B%3BAAxZP%2CqBAgEC%2CoBA%2BUC%2C4BACC%2CkBAEI%2CeACC%2CKAAI%2CsBAEH%2CUAAS%2CQAIX%3BEACI%2CUAAA%3B%3BAASX%2C0BACC%2CcAAa%2CYAAY%2CoBAAoB%3BEAC5C%2CwBAAA%3B%3BAAFF%2C0BAIC%2CoBACC%3BEACC%2CWAAA%3BEACA%2CqBAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3B%3BAATH%2C0BAIC%2CoBACC%2CaAKC%3BEACC%2CqBAAA%3BEACA%2CWAAA%3B%3B%3B%3BACztCJ%2CIAAI%2CoBACH%3BEACI%2CWAAA%3BEACA%2CUAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3B%3BAALL%2CIAAI%2CoBACH%2CWAKI%3BEACC%2CaAAA%3B%3BAAPN%2CIAAI%2CoBACH%2CWAQI%3BEACC%2CmBAAA%3B%3BAAIA%2CQAHsC%3BEAGtC%2CIAdF%2CoBACH%2CWAQI%3BIAGE%2CmBAAA%3B%3B%3BAAZP%2CIAAI%2CoBACH%2CWAQI%2CaAKC%3BEACC%2CWAAA%3B%3BAAfP%2CIAAI%2CoBACH%2CWAQI%2CaAKC%2CeAEC%2CoBAAsB%3BEACrB%2CUAAA%3B%3BAAjBR%2CIAAI%2CoBACH%2CWAQI%2CaAKC%2CeAEC%2CoBAAsB%2CqBAErB%2CYAAY%3BEACX%2CcAAA%3B%3BAAnBT%2CIAAI%2CoBACH%2CWAuBE%3BEACG%2CaAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CyBAAA%3BEACA%2CeAAA%3B%3BAAMA%2CQAL0C%3BEAK1C%2CIApCF%2CoBACH%2CWAuBE%3BIAQI%2CmBAAA%3BIACA%2CeAAA%3BIACA%2CsBAAA%3B%3B%3BAAKD%2CQAHsC%2CuBAAmC%3BEAGzE%2CIAvCF%2CoBACH%2CWAuBE%3BIAaI%2CmBAAA%3B%3B%3BAArCP%2CIAAI%2CoBACH%2CWAuBE%2CqBAeG%2CMAAK%3BEACJ%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAKA%2CQAJ0C%3BEAI1C%2CIAhDH%2CoBACH%2CWAuBE%2CqBAeG%2CMAAK%3BIAMH%2CWAAA%3BIACA%2CkBAAA%3B%3B%3BAAMD%2CQAJsC%2CuBAAmC%3BEAIzE%2CIApDH%2CoBACH%2CWAuBE%2CqBAeG%2CMAAK%3BIAUH%2CUAAA%3BIACA%2CkBAAA%3B%3B%3BAAlDR%2CIAAI%2CoBACH%2CWAuBE%2CqBAeG%2CMAAK%2CQAaJ%3BEACC%2CmBAAA%3B%3BAArDR%2CIAAI%2CoBACH%2CWAuBE%2CqBAeG%2CMAAK%2CQAaJ%2CSAEC%3BEACC%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3B%3BAAKA%2CQAJ0C%3BEAI1C%2CIAnEL%2CoBACH%2CWAuBE%2CqBAeG%2CMAAK%2CQAaJ%2CSAEC%3BIAUE%2CeAAA%3BIACA%2CiBAAA%3B%3B%3BAAMD%2CQAJsC%2CuBAAmC%3BEAIzE%2CIAvEL%2CoBACH%2CWAuBE%2CqBAeG%2CMAAK%2CQAaJ%2CSAEC%3BIAcE%2CeAAA%3BIACA%2CiBAAA%3B%3B%3BAAED%2CIAvEL%2CoBACH%2CWAuBE%2CqBAeG%2CMAAK%2CQAaJ%2CSAEC%2COAiBE%3BEACA%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CaAAA%3B%3BAAIJ%2CQAH0C%3BEAG1C%2CIAjFF%2CoBACH%2CWAuBE%2CqBAeG%2CMAAK%2CQAaJ%2CSAEC%2COAiBE%3BIAQC%2CYAAA%3B%3B%3BAAKL%2CIApFF%2CoBACH%2CWAuBE%2CqBAeG%2CMAAK%2CQAaJ%2CSA%2BBF%2COACE%3BEACG%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3B%3BAAKA%2CQAJ0C%3BEAI1C%2CIA9FN%2CoBACH%2CWAuBE%2CqBAeG%2CMAAK%2CQAaJ%2CSA%2BBF%2COACE%3BIAOI%2CeAAA%3BIACA%2CiBAAA%3B%3B%3BAAOL%2CQAL0C%2CuBAAmC%3BEAK7E%2CIAnGF%2CoBACH%2CWAuBE%2CqBAeG%2CMAAK%2CQAaJ%2CSA%2BBF%2COACE%3BIAWI%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CmBAAA%3B%3B%3BAAjGX%2CIAAI%2CoBACH%2CWAuBE%2CqBAeG%2CMAAK%2CQAaJ%2CSA%2BBF%2COAkBC%3BEACC%2CaAAA%3B%3BAAtGP%2CIAAI%2CoBACH%2CWAuBE%2CqBAeG%2CMAAK%2CQAaJ%2CSA%2BBF%2COAqBC%2CSACC%3BEACI%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CUAAA%3B%3BAAOJ%2CQAN0C%3BEAM1C%2CIAxHH%2CoBACH%2CWAuBE%2CqBAeG%2CMAAK%2CQAaJ%2CSA%2BBF%2COAqBC%2CSACC%3BIAUK%2CYAAA%3BIACA%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CaAAA%3B%3B%3BAAtHZ%2CIAAI%2CoBACH%2CWAuBE%2CqBAeG%2CMAAK%2CQAaJ%2CSA%2BBF%2COAqBC%2CSAiBC%2CMAAK%3BEACH%2CUAAA%3BEACA%2CWAAA%3B%3BAA3HT%2CIAAI%2CoBACH%2CWAuBE%2CqBAeG%2CMAAK%2CQAaJ%2CSA%2BBF%2COAqBC%2CSAqBC%2CMAAK%3BEACH%2CUAAA%3BEACA%2CWAAA%3B%3BAA%5C%2FHT%2CIAAI%2CoBACH%2CWAuBE%2CqBAeG%2CMAAK%2CQAaJ%2CSA%2BBF%2COAqBC%2CSAyBC%2CMAAK%3BEACH%2CUAAA%3BEACA%2CWAAA%3B%3BAAnIT%2CIAAI%2CoBACH%2CWAuBE%2CqBAeG%2CMAAK%2CQAaJ%2CSA%2BBF%2COAqBC%2CSA6BC%2CMAAK%3BEACH%2CUAAA%3BEACA%2CWAAA%3B%3BAAvIT%2CIAAI%2CoBACH%2CWAuBE%2CqBAeG%2CMAAK%2CQAaJ%2CSA%2BBF%2COAqBC%2CSAiCC%2CMAAK%3BEACH%2CUAAA%3BEACA%2CWAAA%3B%3BAA3IT%2CIAAI%2CoBACH%2CWAuBE%2CqBAeG%2CMAAK%2CQAaJ%2CSA%2BBF%2COAqBC%2CSAqCC%3BEACC%2CkBAAA%3BEACG%2CWAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CaAAA%3BEACA%2CUAAA%3BEACA%2CmBAAA%3B%3BAAMJ%2CQAL0C%3BEAK1C%2CIA1JH%2CoBACH%2CWAuBE%2CqBAeG%2CMAAK%2CQAaJ%2CSA%2BBF%2COAqBC%2CSAqCC%3BIASK%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CaAAA%3B%3B%3BAAxJZ%2CIAAI%2CoBACH%2CWAuBE%2CqBAeG%2CMAAK%2CQAaJ%2CSA%2BBF%2COAqBC%2CSAmDC%2CSAAQ%3BEACN%2CUAAA%3BEACA%2CWAAA%3B%3BAA7JT%2CIAAI%2CoBACH%2CWAuBE%2CqBAeG%2CMAAK%2CQAaJ%2CSA%2BBF%2COAqBC%2CSAuDC%2CSAAQ%3BEACN%2CUAAA%3BEACA%2CWAAA%3B%3BAAjKT%2CIAAI%2CoBACH%2CWAuBE%2CqBAeG%2CMAAK%2CQAaJ%2CSA%2BBF%2COAqBC%2CSA2DC%2CSAAQ%3BEACN%2CUAAA%3BEACA%2CWAAA%3B%3BAArKT%2CIAAI%2CoBACH%2CWAuBE%2CqBAeG%2CMAAK%2CQAaJ%2CSA%2BBF%2COAqBC%2CSA%2BDC%2CSAAQ%3BEACN%2CUAAA%3BEACA%2CWAAA%3B%3BAAzKT%2CIAAI%2CoBACH%2CWAuBE%2CqBAeG%2CMAAK%2CQAaJ%2CSA%2BBF%2COAqBC%2CSAmEC%2CSAAQ%3BEACN%2CUAAA%3BEACA%2CWAAA%3B%3BAA7KT%2CIAAI%2CoBACH%2CWAuBE%2CqBAeG%2CMAAK%2CQA2IP%3BEACC%2CSAAA%3B%3BAAnLL%2CIAAI%2CoBACH%2CWAuBE%2CqBAeG%2CMAAK%2CQA2IP%2CiBAEC%2COAAM%3BEACF%2CmBAAA%3BEACA%2CqBAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3B%3BAAMA%2CQAL0C%3BEAK1C%2CIAlML%2CoBACH%2CWAuBE%2CqBAeG%2CMAAK%2CQA2IP%2CiBAEC%2COAAM%3BIAUD%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CWAAA%3B%3B%3BAAED%2CIAlML%2CoBACH%2CWAuBE%2CqBAeG%2CMAAK%2CQA2IP%2CiBAEC%2COAAM%2COAcD%3BEACA%2CmBAAA%3BEACA%2CqBAAA%3B%3BAApMV%2CIAAI%2CoBACH%2CWAuBE%2CqBAiLA%3BEACI%2CUAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3B%3BAAKA%2CQAJ0C%3BEAI1C%2CIAjNH%2CoBACH%2CWAuBE%2CqBAiLA%3BIAKK%2CWAAA%3BIACA%2CkBAAA%3B%3B%3BAAMD%2CQAJsC%2CuBAAmC%3BEAIzE%2CIArNH%2CoBACH%2CWAuBE%2CqBAiLA%3BIASK%2CUAAA%3BIACA%2CkBAAA%3B%3B%3BAAnNR%2CIAAI%2CoBACH%2CWAuBE%2CqBAiLA%2CkBAYI%2CsBAAsB%3BEACrB%2CWAAA%3B%3BAAtNR%2CIAAI%2CoBACH%2CWAuBE%2CqBAiLA%2CkBAYI%2CsBAAsB%2CeAErB%2CoBAAsB%3BEACrB%2CUAAA%3B%3BAAxNT%2CIAAI%2CoBACH%2CWAuBE%2CqBAiLA%2CkBAYI%2CsBAAsB%2CeAErB%2CoBAAsB%2CqBAErB%2CqBACC%3BEACC%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3B%3BAAMJ%2CQAL0C%3BEAK1C%2CIArOH%2CoBACH%2CWAuBE%2CqBAiLA%2CkBAYI%2CsBAAsB%2CeAErB%2CoBAAsB%2CqBAErB%2CqBACC%3BIAOE%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CgBAAA%3B%3B%3BAAnOZ%2CIAAI%2CoBACH%2CWAuBE%2CqBAiLA%2CkBAYI%2CsBAAsB%2CeAErB%2CoBAAsB%2CqBAgBxB%3BEACC%2CmBAAA%3B%3BAAKA%2CQAJsC%3BEAItC%2CIA7OH%2CoBACH%2CWAuBE%2CqBAiLA%2CkBAYI%2CsBAAsB%2CeAErB%2CoBAAsB%2CqBAgBxB%3BIAGE%2CmBAAA%3B%3B%3BAA1OR%2CIAAI%2CoBACH%2CWAuBE%2CqBAiLA%2CkBAYI%2CsBAAsB%2CeAErB%2CoBAAsB%2CqBAgBxB%2CkBAMC%3BEACC%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3B%3BAAIA%2CQAHsC%3BEAGtC%2CIArPJ%2CoBACH%2CWAuBE%2CqBAiLA%2CkBAYI%2CsBAAsB%2CeAErB%2CoBAAsB%2CqBAgBxB%2CkBAMC%3BIAME%2CeAAA%3B%3B%3BAAMD%2CQAJsC%2CuBAAmC%3BEAIzE%2CIAzPJ%2CoBACH%2CWAuBE%2CqBAiLA%2CkBAYI%2CsBAAsB%2CeAErB%2CoBAAsB%2CqBAgBxB%2CkBAMC%3BIASE%2CeAAA%3BIACA%2CiBAAA%3B%3B%3BAAvPT%2CIAAI%2CoBACH%2CWAuBE%2CqBAiLA%2CkBAYI%2CsBAAsB%2CeAErB%2CoBAAsB%2CqBAgBxB%2CkBAMC%2CEAYC%3BEACC%2C0BAAA%3BEACA%2CqBAAA%3BEACA%2CWAAA%3B%3BAA5PT%2CIAAI%2CoBACH%2CWAuBE%2CqBAiLA%2CkBAYI%2CsBAAsB%2CeAErB%2CoBAAsB%2CqBAyCxB%2CsBAAsB%2C2BACrB%3BEACI%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BAACA%2CIAzQP%2CoBACH%2CWAuBE%2CqBAiLA%2CkBAYI%2CsBAAsB%2CeAErB%2CoBAAsB%2CqBAyCxB%2CsBAAsB%2C2BACrB%2CoBAQK%3BEACA%2CgBAAA%3B%3BAAMD%2CQAJ0C%3BEAI1C%2CIAhRP%2CoBACH%2CWAuBE%2CqBAiLA%2CkBAYI%2CsBAAsB%2CeAErB%2CoBAAsB%2CqBAyCxB%2CsBAAsB%2C2BACrB%3BIAYK%2CeAAA%3BIACA%2CiBAAA%3B%3B%3BAAMD%2CQAJsC%2CuBAAmC%3BEAIzE%2CIApRP%2CoBACH%2CWAuBE%2CqBAiLA%2CkBAYI%2CsBAAsB%2CeAErB%2CoBAAsB%2CqBAyCxB%2CsBAAsB%2C2BACrB%3BIAgBE%2CeAAA%3BIACA%2CiBAAA%3B%3B%3BAAlRT%2CIAAI%2CoBACH%2CWAuBE%2CqBAiLA%2CkBAYI%2CsBAAsB%2CeAErB%2CoBAAsB%2CqBAyCxB%2CsBAAsB%2C2BACrB%2CoBAmBI%3BEACC%2CkBAAA%3BEACA%2COAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3BEACA%2CuBAAA%3BEACA%2C0BAAA%3BEACA%2C4BAAA%3BEACA%2CkCAAA%3B%3BAACA%2CIAhSR%2CoBACH%2CWAuBE%2CqBAiLA%2CkBAYI%2CsBAAsB%2CeAErB%2CoBAAsB%2CqBAyCxB%2CsBAAsB%2C2BACrB%2CoBAmBI%2CEAYE%3BEACA%2CaAAA%3B%3BAAED%2CIAnSR%2CoBACH%2CWAuBE%2CqBAiLA%2CkBAYI%2CsBAAsB%2CeAErB%2CoBAAsB%2CqBAyCxB%2CsBAAsB%2C2BACrB%2CoBAmBI%2CEAeE%3BEACA%2CuDAAA%3B%3BAAED%2CIAtSR%2CoBACH%2CWAuBE%2CqBAiLA%2CkBAYI%2CsBAAsB%2CeAErB%2CoBAAsB%2CqBAyCxB%2CsBAAsB%2C2BACrB%2CoBAmBI%2CEAkBE%3BEACA%2CsDAAA%3B%3BAAED%2CIAzSR%2CoBACH%2CWAuBE%2CqBAiLA%2CkBAYI%2CsBAAsB%2CeAErB%2CoBAAsB%2CqBAyCxB%2CsBAAsB%2C2BACrB%2CoBAmBI%2CEAqBE%3BEACA%2C0DAAA%3B%3BAAWb%3BAAAuB%3BEACtB%2CcAAA%3B%3BAAUC%2CQAR0C%3BEAQ1C%2CqBATD%2CaAAY%3BEASX%2CwBATD%2CaAAY%3BIAEV%2COAAA%3BIACA%2CQAAA%3BIACA%2CcAAA%3BIACA%2CSAAA%3BIACA%2C4BAAA%3BIACA%2CgBAAA%3B%3B%3BAATH%2CqBAEC%2CaAAY%2CYASX%3BAAXqB%2CwBAEtB%2CaAAY%2CYASX%3BEACC%2CgBAAA%3BEACA%2CaAAA%3B%3BAAOA%2CQAN0C%3BEAM1C%2CqBAlBF%2CaAAY%2CYASX%3BEASC%2CwBAlBF%2CaAAY%2CYASX%3BIAIE%2CaAAA%3BIACA%2CgBAAA%3BIACA%2CmBAAA%3BIACA%2CiBAAA%3B%3B%3BAAlBJ%2CqBAEC%2CaAAY%2CYASX%2CkBASC%3BAApBoB%2CwBAEtB%2CaAAY%2CYASX%2CkBASC%3BEACC%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3B%3BAAvBJ%2CqBAEC%2CaAAY%2CYASX%2CkBAcC%3BAAzBoB%2CwBAEtB%2CaAAY%2CYASX%2CkBAcC%3BEACC%2CcAAA%3B%3BAA1BJ%2CqBAEC%2CaAAY%2CYASX%2CkBAcC%2CcAEC%3BAA3BmB%2CwBAEtB%2CaAAY%2CYASX%2CkBAcC%2CcAEC%3BEACC%2CYAAA%3BEACA%2CaAAA%3B%3BAAGA%2CqBA9BJ%2CaAAY%2CYASX%2CkBAcC%2CcAMC%2CcACE%3BAAAD%2CwBA9BJ%2CaAAY%2CYASX%2CkBAcC%2CcAMC%2CcACE%3BEACA%2CeAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3B%3BAAnCN%2CqBAEC%2CaAAY%2CYAsCX%3BAAxCqB%2CwBAEtB%2CaAAY%2CYAsCX%3BEACC%2CmBAAA%3BEACA%2CcAAA%3B%3BAA1CH%2CqBAEC%2CaAAY%2CYAsCX%2CcAGE%3BAA3CmB%2CwBAEtB%2CaAAY%2CYAsCX%2CcAGE%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3B%3BAA%5C%2FCJ%2CqBAEC%2CaAAY%2CYAgDX%3BAAlDqB%2CwBAEtB%2CaAAY%2CYAgDX%3BEACC%2CaAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3B%3BAArDH%2CqBAEC%2CaAAY%2CYAgDX%2CqBAIC%3BAAtDoB%2CwBAEtB%2CaAAY%2CYAgDX%2CqBAIC%3BEACC%2CkBAAA%3BEACA%2CcAAA%3B%3BAAxDJ%2CqBAEC%2CaAAY%2CYAgDX%2CqBAQC%3BAA1DoB%2CwBAEtB%2CaAAY%2CYAgDX%2CqBAQC%3BEACC%2CeAAA%3BEACA%2CgBAAA%3B%3BAAKA%2CQAJ0C%3BEAI1C%2CqBA%5C%2FDH%2CaAAY%2CYAgDX%2CqBAQC%3BEAOC%2CwBA%5C%2FDH%2CaAAY%2CYAgDX%2CqBAQC%3BIAIE%2CUAAA%3BIACA%2CeAAA%3B%3B%3BAA%5C%2FDL%2CqBAEC%2CaAAY%2CYAgDX%2CqBAQC%2CiBAOC%3BAAjEmB%2CwBAEtB%2CaAAY%2CYAgDX%2CqBAQC%2CiBAOC%3BEACC%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3B%3BAArEL%2CqBAEC%2CaAAY%2CYAgDX%2CqBAsBC%3BAAxEoB%2CwBAEtB%2CaAAY%2CYAgDX%2CqBAsBC%3BEACC%2CWAAA%3B%3BAAzEJ%2CqBAEC%2CaAAY%2CYAgDX%2CqBAsBC%2CkBAEC%2CMAAK%3BAA1Ec%2CwBAEtB%2CaAAY%2CYAgDX%2CqBAsBC%2CkBAEC%2CMAAK%3BEACH%2CYAAA%3BEACA%2CUAAA%3B%3BAA5EN%2CqBAEC%2CaAAY%2CYAgDX%2CqBAsBC%2CkBAMC%2CMAAK%3BAA9Ec%2CwBAEtB%2CaAAY%2CYAgDX%2CqBAsBC%2CkBAMC%2CMAAK%3BEACH%2CWAAA%3BEACA%2CUAAA%3B%3BAAhFN%2CqBAEC%2CaAAY%2CYAgDX%2CqBAiCC%3BAAnFoB%2CwBAEtB%2CaAAY%2CYAgDX%2CqBAiCC%3BEACC%2CWAAA%3BEACA%2CcAAA%3B%3BAArFJ%2CqBAEC%2CaAAY%2CYAgDX%2CqBAiCC%2CoBAGC%3BAAtFmB%2CwBAEtB%2CaAAY%2CYAgDX%2CqBAiCC%2CoBAGC%3BEACC%2CWAAA%3BEACA%2C0BAAA%3B%3BAAxFL%2CqBAEC%2CaAAY%2CYAgDX%2CqBAyCC%3BAA3FoB%2CwBAEtB%2CaAAY%2CYAgDX%2CqBAyCC%3BEACC%2CWAAA%3B%3BAA5FJ%2CqBAEC%2CaAAY%2CYAgDX%2CqBAyCC%2CeAEC%3BAA7FmB%2CwBAEtB%2CaAAY%2CYAgDX%2CqBAyCC%2CeAEC%3BEACC%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3B%3BAAYH%2CQAJ0C%3BEAI1C%2CqBALD%2CaAAY%2CYAAY%3BEAKvB%2CwBALD%2CaAAY%2CYAAY%3BEAKvB%2CqBAL4C%2CaAAY%2CYAAY%3BEAKpE%2CwBAL4C%2CaAAY%2CYAAY%3BIAEnE%2CQAAA%3BIACA%2CWAAW%2CgBAAX%3B%3B%3BAAJH%2CqBACC%2CaAAY%2CYAAY%2CmBAKvB%3BAANqB%2CwBACtB%2CaAAY%2CYAAY%2CmBAKvB%3BAANF%2CqBAC8C%2CaAAY%2CYAAY%2CkBAKpE%3BAANqB%2CwBACuB%2CaAAY%2CYAAY%2CkBAKpE%3BEACC%2CgBAAA%3BEACA%2CcAAA%3B%3BAARH%2CqBACC%2CaAAY%2CYAAY%2CmBASvB%3BAAVqB%2CwBACtB%2CaAAY%2CYAAY%2CmBASvB%3BAAVF%2CqBAC8C%2CaAAY%2CYAAY%2CkBASpE%3BAAVqB%2CwBACuB%2CaAAY%2CYAAY%2CkBASpE%3BEACC%2CmBAAA%3BEACA%2CaAAA%3BEACA%2CcAAA%3B%3BAAbH%2CqBACC%2CaAAY%2CYAAY%2CmBASvB%2CkBAIC%3BAAdoB%2CwBACtB%2CaAAY%2CYAAY%2CmBASvB%2CkBAIC%3BAAdH%2CqBAC8C%2CaAAY%2CYAAY%2CkBASpE%2CkBAIC%3BAAdoB%2CwBACuB%2CaAAY%2CYAAY%2CkBASpE%2CkBAIC%3BEACC%2CUAAA%3B%3BAAfJ%2CqBACC%2CaAAY%2CYAAY%2CmBASvB%2CkBAIC%2CcAEC%3BAAhBmB%2CwBACtB%2CaAAY%2CYAAY%2CmBASvB%2CkBAIC%2CcAEC%3BAAhBJ%2CqBAC8C%2CaAAY%2CYAAY%2CkBASpE%2CkBAIC%2CcAEC%3BAAhBmB%2CwBACuB%2CaAAY%2CYAAY%2CkBASpE%2CkBAIC%2CcAEC%3BEACC%2CSAAA%3BEACA%2CUAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3B%3BAArBL%2CqBACC%2CaAAY%2CYAAY%2CmBASvB%2CkBAcC%3BAAxBoB%2CwBACtB%2CaAAY%2CYAAY%2CmBASvB%2CkBAcC%3BAAxBH%2CqBAC8C%2CaAAY%2CYAAY%2CkBASpE%2CkBAcC%3BAAxBoB%2CwBACuB%2CaAAY%2CYAAY%2CkBASpE%2CkBAcC%3BEACC%2CUAAA%3B%3BAAKA%2CQAJ0C%3BEAI1C%2CqBA7BH%2CaAAY%2CYAAY%2CmBASvB%2CkBAcC%3BEAMC%2CwBA7BH%2CaAAY%2CYAAY%2CmBASvB%2CkBAcC%3BEAMC%2CqBA7B0C%2CaAAY%2CYAAY%2CkBASpE%2CkBAcC%3BEAMC%2CwBA7B0C%2CaAAY%2CYAAY%2CkBASpE%2CkBAcC%3BIAGG%2CiBAAA%3BIACA%2CUAAA%3B%3B%3BAA5BN%2CqBACC%2CaAAY%2CYAAY%2CmBASvB%2CkBAcC%2CeAMC%3BAA9BmB%2CwBACtB%2CaAAY%2CYAAY%2CmBASvB%2CkBAcC%2CeAMC%3BAA9BJ%2CqBAC8C%2CaAAY%2CYAAY%2CkBASpE%2CkBAcC%2CeAMC%3BAA9BmB%2CwBACuB%2CaAAY%2CYAAY%2CkBASpE%2CkBAcC%2CeAMC%3BEACC%2CiBAAA%3B%3BAAWA%2CqBAJJ%2CaAAY%2CYAAY%2CkBACvB%2CkBACC%2CcACC%2CcACE%3BAAAD%2CwBAJJ%2CaAAY%2CYAAY%2CkBACvB%2CkBACC%2CcACC%2CcACE%3BEACA%2CWAAA%3B%3BAAON%3BEACC%2CkBAAA%3B%3BAADD%2C4BAEC%3BEACC%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACE%2CUAAA%3B%3BAAOF%2CQAN4C%3BEAM5C%2C4BAZD%3BIAOI%2CgBAAA%3BIACF%2CUAAA%3BIACA%2CSAAA%3BIACA%2CiBAAA%3B%3B%3BAAZH%2C4BAEC%2CcAYC%3BEACC%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3B%3BAAKD%2CQAJ2C%3BEAI3C%2C4BApBD%2CcAYC%3BIAKE%2CeAAA%3BIACA%2CmBAAA%3B%3B%3BAAKJ%3BEACC%2CkBAAA%3B%3BAADD%2CkCAEC%3BEACC%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACE%2CUAAA%3B%3BAAOF%2CQAN4C%3BEAM5C%2CkCAZD%3BIAOI%2CgBAAA%3BIACF%2CUAAA%3BIACA%2CSAAA%3BIACA%2CiBAAA%3B%3B%3BAAZH%2CkCAEC%2CcAYC%3BEACC%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3B%3BAAKD%2CQAJ2C%3BEAI3C%2CkCApBD%2CcAYC%3BIAKE%2CeAAA%3BIACA%2CmBAAA%3B%3B%3BAAMJ%2CiBACC%2CIAAG%2C8BACF%3BEACC%2CsBAAA%3B%3BAAHH%2CiBAMC%2CeAAc%3BEAIb%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3B%3BAAZF%2CiBAMC%2CeAAc%2CcACb%3BEACC%2CUAAA%3B%3BAAOH%2CqBACC%2CQAAO%3BAADe%2CwBACtB%2CQAAO%3BEACN%2CiBAAA%3B%3BAAFF%2CqBAIC%3BAAJsB%2CwBAItB%3BEACC%2CeAAA%3BEACA%2CUAAA%3B%3BAANF%2CqBAIC%2CaAGC%3BAAPqB%2CwBAItB%2CaAGC%3BEACC%2CgBAAA%3B%3BAAIH%3BEACC%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3B%3BAAED%2CcACC%3BEACC%2CkBAAA%3B%3BAAFF%2CcACC%2CYAEC%3BEACC%2CWAAA%3B%3BAAJH%2CcACC%2CYAKC%3BEACC%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3BEACA%2CWAAW%2CgBAAX%3B%3BAAXH%2CcACC%2CYAKC%2CaAMC%3BEACC%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3B%3BAAfJ%2CcACC%2CYAKC%2CaAWC%3BEACC%2CeAAA%3B%3BAAlBJ%2CcAsBC%3BEACC%2CaAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3B%3BAAzBF%2CcAsBC%2CWAIC%3BEACC%2CaAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3B%3BAA7BH%2CcAsBC%2CWAIC%2CcAIC%3BEACC%2CcAAA%3BEACA%2CcAAA%3B%3BAAhCJ%2CcAsBC%2CWAIC%2CcAQC%3BEACC%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CqBAAA%3B%3BAAvCJ%2CcA2CC%3BEACC%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CaAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3B%3BAAjDF%2CcA2CC%2CYAOC%3BEACC%2CkBAAA%3B%3BAACA%2CcATF%2CYAOC%2CKAEE%3BEACA%2CSAAS%2CEAAT%3BEACA%2CqBAAA%3BEACA%2CwBAAA%3BEACA%2C0BAAA%3BEACA%2C2BAAA%3BEACA%2CyBAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CQAAA%3BEACA%2CWAAW%2CiBAAiB%2CcAA5B%3BEACA%2CmBAAmB%2CiBAAiB%2CcAApC%3B%3BAAlEJ%2CcAsEC%3BEACC%2CaAAA%3BEACA%2CcAAA%3B%3BAAxEF%2CcAsEC%2CgBAGC%3BEACC%2CkBAAA%3B%3BAA1EH%2CcAsEC%2CgBAGC%2CcAEC%3BEACC%2CUAAA%3BEACA%2CWAAA%3B%3BAA7EJ%2CcAsEC%2CgBAUC%3BEACC%2CkBAAA%3B%3BAAjFH%2CcAoFC%3BEACC%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CUAAA%3B%3BAAvFF%2CcAoFC%2CgBAIC%3BEACC%2CgBAAA%3BEACA%2CeAAA%3B%3BAAIH%3BEACC%2CaAAA%3BEACA%2CeAAA%3BEACA%2CMAAA%3BEACA%2COAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2C8BAAA%3BEACA%2CuBAAA%3BEACA%2CmBAAA%3BEACA%2CaAAA%3B%3BAAVD%2CaAWC%3BEACC%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CaAAA%3BEACA%2CgBAAA%3B%3BAAhBF%2CaAWC%2CeAMC%3BEACC%2CYAAA%3BEACA%2CaAAA%3B%3BAAnBH%2CaAsBC%3BEACC%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CeAAA%3BEACA%2CaAAA%3B%3BAAGF%3BEACC%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CsBAAA%3B%3BAAJD%2CWAKC%3BEACC%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CyCAAA%3B%3BAAiBF%2CQAd4B%2CwBAAyB%3BEACpD%2CcACC%2CgBACC%2CcACC%3BIACC%2CUAAA%3B%3BEAJJ%2CcAQC%3BIACC%2CUAAA%3B%3B%3BAAyDH%2CQArD2B%3BEAC1B%2CqBAAqB%2CcACpB%3BIACC%2CaAAA%3B%3BEAGF%2CcACC%2CWACC%3BIACC%2CaAAA%3BIACA%2CcAAA%3B%3BEAJH%2CcACC%2CWACC%2CcAGC%3BIACC%2CeAAA%3B%3BEANJ%2CcAUC%2CYACC%2CaACC%3BIACC%2CeAAA%3B%3BEAbJ%2CcAiBC%3BIACC%2CeAAA%3B%3BEAlBF%2CcAoBC%3BIACC%2CeAAA%3B%3BEArBF%2CcAoBC%2CgBAEC%2CcACC%3BIACC%2CUAAA%3B%3BEAxBJ%2CcA4BC%3BIAIC%2CSAAA%3BIACA%2CUAAA%3B%3BEAjCF%2CcA4BC%2CgBACC%3BIACC%2CeAAA%3B%3BEAMH%2CqBACC%2CaAAY%2CYACX%2CqBACC%3BIACC%2CUAAA%3BIACA%2CeAAA%3B%3B%3B%3BAC3uBL%3BEACI%2CyBAAA%3BEACA%2CoBAAA%3BEACA%2CSAAA%3B%3BAAKH%2CQAJ6C%3BEAI7C%3BIAHI%2CiBAAA%3B%3B%3BAALL%2CYAQC%2CQAAO%3BEACH%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CsBAAA%3BEACA%2C2BAAA%3BEACA%2C8BAAA%3B%3BAAMA%2CQAJ0C%3BEAI1C%2CYAZJ%2CQAAO%3BIASF%2CeAAA%3BIACA%2CYAAA%3B%3B%3BAAlBN%2CYAQC%2CQAAO%2CQAYH%3BEACC%2CSAAA%3BEACA%2CWAAA%3B%3BAAtBN%2CYAQC%2CQAAO%2CQAYH%2CoBAGC%3BEACF%2CgBAAA%3B%3BAAxBJ%2CYAQC%2CQAAO%2CQAYH%2CoBAGC%2CiBAEC%3BEACC%2CWAAA%3B%3BAA1BR%2CYAQC%2CQAAO%2CQAYH%2CoBAGC%2CiBAEC%2CeAEC%3BEACC%2CmBAAA%3B%3BAAIA%2CQAH0C%3BEAG1C%2CYAxBR%2CQAAO%2CQAYH%2CoBAGC%2CiBAEC%2CeAEC%3BIAGE%2CgBAAA%3B%3B%3BAAED%2CYAxBR%2CQAAO%2CQAYH%2CoBAGC%2CiBAEC%2CeAEC%2CoBAKK%3BEACH%2CUAAA%3BEACA%2CgBAAA%3B%3BAAFD%2CYAxBR%2CQAAO%2CQAYH%2CoBAGC%2CiBAEC%2CeAEC%2CoBAKK%2CqBAGH%2CqBACC%3BEACC%2CmBAAA%3B%3BAALH%2CYAxBR%2CQAAO%2CQAYH%2CoBAGC%2CiBAEC%2CeAEC%2CoBAKK%2CqBAGH%2CqBACC%2CmBAEC%3BEACC%2CyBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3B%3BAAXJ%2CYAxBR%2CQAAO%2CQAYH%2CoBAGC%2CiBAEC%2CeAEC%2CoBAKK%2CqBAeN%2CkBACC%3BEACC%2CkBAAA%3B%3BAAjBA%2CYAxBR%2CQAAO%2CQAYH%2CoBAGC%2CiBAEC%2CeAEC%2CoBAKK%2CqBAeN%2CkBACC%2CEAEC%3BEACI%2CWAAA%3BEACA%2CqBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CqBAAA%3B%3BAAEJ%2CYAjDR%2CQAAO%2CQAYH%2CoBAGC%2CiBAEC%2CeAEC%2CoBAKK%2CqBAeN%2CkBACC%2CEASK%3BEACA%2CyBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CqBAAA%3B%3BAAMN%2CYA7DN%2CQAAO%2CQAYH%2CoBAGC%2CiBAEC%2CeAEC%2CoBAyCD%2CuBACI%2CqBAAmB%2CkBAAkB%2CEAAI%3BEACzC%2CeAAA%3B%3BAADJ%2CYA7DN%2CQAAO%2CQAYH%2CoBAGC%2CiBAEC%2CeAEC%2CoBAyCD%2CuBACI%2CqBAAmB%2CkBAAkB%2CEAAI%2CKAEzC%3BEACC%2CgBAAA%3B%3BAAQN%2CQAH2C%3BEAG3C%2CYAxEL%2CQAAO%2CQAYH%2CoBAGC%2CiBAEC%2CeAEC%2CoBAiDD%3BIAEC%2CcAAA%3B%3B%3BAAOD%2CQAH0C%3BEAG1C%2CYA7EN%2CQAAO%2CQAYH%2CoBAGC%2CiBAEC%2CeAEC%2CoBAsDD%3BIAEC%2CgBAAA%3B%3B%3BAAFF%2CYAzEL%2CQAAO%2CQAYH%2CoBAGC%2CiBAEC%2CeAEC%2CoBAsDD%2CmBAIA%3BEACI%2CqBAAA%3BEACA%2CgBAAA%3B%3BAACA%2CYAhFV%2CQAAO%2CQAYH%2CoBAGC%2CiBAEC%2CeAEC%2CoBAsDD%2CmBAIA%2CkBAGQ%3BEACH%2CgBAAA%3B%3BAARN%2CYAzEL%2CQAAO%2CQAYH%2CoBAGC%2CiBAEC%2CeAEC%2CoBAsDD%2CmBAIA%2CkBAMC%3BEACI%2CWAAA%3BEACA%2CYAAA%3B%3BAAZN%2CYAzEL%2CQAAO%2CQAYH%2CoBAGC%2CiBAEC%2CeAEC%2CoBAsDD%2CmBAIA%2CkBAMC%2CkBAGI%3BEACC%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3B%3BAAhBP%2CYAzEL%2CQAAO%2CQAYH%2CoBAGC%2CiBAEC%2CeAEC%2CoBAsDD%2CmBAIA%2CkBAMC%2CkBAGI%2CEAIC%3BEACC%2CgBAAA%3BEACA%2CeAAA%3B%3B%3BAC%5C%2FFZ%2CQAH0C%3BEAG1C%2CcAJD%3BIAEE%2CgBAAA%3B%3B%3BAAHH%2CcACC%2CWAIC%3BEACI%2CmBAAA%3B%3BAANN%2CcACC%2CWAOC%2CoBAAoB%3BEAChB%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CyBAAA%3B%3BAAKJ%2CQAJ8C%3BEAI9C%2CcAhBD%2CWAOC%2CoBAAoB%3BIAMf%2CeAAA%3BIACA%2CiBAAA%3B%3B%3BAAfP%2CcACC%2CWAiBC%3BEACI%2CqBAAA%3B%3BAACA%2CcAnBL%2CWAiBC%2CeAEQ%2CeAAe%3BEAClB%2CUAAA%3B%3BAArBP%2CcACC%2CWAuBC%3B%3B%3BAAEC%2CcAzBF%2CWAuBC%2CuBAEE%2CiBACA%3BEACC%2CcAAA%3B%3BAAFF%2CcAzBF%2CWAuBC%2CuBAEE%2CiBACA%2C0BAEC%3BEACI%2CWAAA%3B%3BAAJN%2CcAzBF%2CWAuBC%2CuBAEE%2CiBAOA%3BEACC%2CgBAAA%3B%3BAARF%2CcAzBF%2CWAuBC%2CuBAEE%2CiBAOA%2CeAEC%3BEACI%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CyBAAA%3B%3BAAKJ%2CQAJ8C%3BEAI9C%2CcA3CJ%2CWAuBC%2CuBAEE%2CiBAOA%2CeAEC%3BIAMK%2CeAAA%3BIACA%2CiBAAA%3B%3B%3BAAhBP%2CcAzBF%2CWAuBC%2CuBAEE%2CiBAoBA%3BEACI%2CmBAAA%3B%3BAArBL%2CcAzBF%2CWAuBC%2CuBAEE%2CiBAuBA%3BAAvBD%2CcAzBF%2CWAuBC%2CuBAEE%2CiBAyQH%2CCAlP2B%3BAAvBzB%2CcAzBF%2CWAuBC%2CuBAEE%2CiBAyQH%2CCAlPmD%3BAAvBjD%2CcAzBF%2CWAuBC%2CuBAEE%2CiBAyQH%2CCAlPkE%3BEAAe%2CmBAAA%3B%3BAAvB%5C%2FE%2CcAzBF%2CWAuBC%2CuBAEE%2CiBAwBA%2CwBACC%3BAAzBF%2CcAzBF%2CWAuBC%2CuBAEE%2CiBAyQH%2CCAjP2B%2C6BACvB%3BEACI%2CaAAA%3BEACA%2CeAAA%3B%3BAACA%2CcArDR%2CWAuBC%2CuBAEE%2CiBAwBA%2CwBACC%2CeAGK%3BAAAD%2CcArDR%2CWAuBC%2CuBAEE%2CiBAyQH%2CCAjP2B%2C6BACvB%2CeAGK%3BAAAQ%2CcArDjB%2CWAuBC%2CuBAEE%2CiBAwBA%2CwBACC%2CeAGc%3BAAAD%2CcArDjB%2CWAuBC%2CuBAEE%2CiBAyQH%2CCAjP2B%2C6BACvB%2CeAGc%3BEACT%2CaAAA%3B%3BAA7BP%2CcAzBF%2CWAuBC%2CuBAEE%2CiBAwBA%2CwBACC%2CeAMI%3BAA%5C%2FBN%2CcAzBF%2CWAuBC%2CuBAEE%2CiBAyQH%2CCAjP2B%2C6BACvB%2CeAMI%3BEACC%2CcAAA%3BEACA%2CkBAAA%3B%3BAAKA%2CQAJ0C%3BEAI1C%2CcA%5C%2FDT%2CWAuBC%2CuBAEE%2CiBAwBA%2CwBACC%2CeAMI%3BEAOC%2CcA%5C%2FDT%2CWAuBC%2CuBAEE%2CiBAyQH%2CCAjP2B%2C6BACvB%2CeAMI%3BIAIE%2CWAAA%3BIACA%2CeAAA%3B%3B%3BAAED%2CcA%5C%2FDT%2CWAuBC%2CuBAEE%2CiBAwBA%2CwBACC%2CeAMI%2CoBAOE%3BAAAD%2CcA%5C%2FDT%2CWAuBC%2CuBAEE%2CiBAyQH%2CCAjP2B%2C6BACvB%2CeAMI%2CoBAOE%3BEACA%2CeAAA%3B%3BAAQV%2CcAAC%2CiBACA%3BEACC%2CaAAA%3B%3BAAFF%2CcAAC%2CiBAIA%2CSACC%3BEACC%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3B%3BAAIA%2CQAHyB%3BEAGzB%2CcAZF%2CiBAIA%2CSACC%3BIAKE%2CyBAAA%3B%3B%3BAAVJ%2CcAAC%2CiBAIA%2CSACC%2CeAOC%3BEACC%2CUAAA%3B%3BAAbJ%2CcAAC%2CiBAIA%2CSAYC%2CoBACC%3BEACI%2CeAAA%3BEACA%2CoBAAA%3B%3BAAnBP%2CcAAC%2CiBAIA%2CSAkBC%3BEACC%2CmBAAA%3BEACG%2CeAAA%3BEACA%2CcAAA%3B%3BAAzBN%2CcAAC%2CiBAIA%2CSAkBC%2CwBAIC%3BEACI%2CeAAA%3BEACA%2CUAAA%3B%3BAACA%2CcA7BN%2CiBAIA%2CSAkBC%2CwBAIC%2CeAGQ%3BEACH%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3B%3BAAIA%2CQAHyB%3BEAGzB%2CcArCP%2CiBAIA%2CSAkBC%2CwBAIC%2CeAGQ%3BIAMF%2CUAAA%3B%3B%3BAANF%2CcA7BN%2CiBAIA%2CSAkBC%2CwBAIC%2CeAGQ%2CsBAQH%2CoBACA%2CkBAAoB%3BEACnB%2CmBAAA%3B%3BAAVF%2CcA7BN%2CiBAIA%2CSAkBC%2CwBAIC%2CeAGQ%2CsBAQH%2CoBACA%2CkBAAoB%2CqBAEnB%3BEACC%2CeAAA%3BEACA%2CgBAAA%3B%3BAAbH%2CcA7BN%2CiBAIA%2CSAkBC%2CwBAIC%2CeAGQ%2CsBAQH%2CoBAQH%3BEACI%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CWAAA%3B%3BAAIA%2CQAH0B%2CuBAAwB%3BEAGlD%2CcAtDR%2CiBAIA%2CSAkBC%2CwBAIC%2CeAGQ%2CsBAQH%2CoBAQH%3BIAOK%2CeAAA%3B%3B%3BAAML%2CQAJ6B%3BEAI7B%2CcA1DJ%2CiBAIA%2CSAkBC%2CwBAIC%2CeAGQ%2CsBAQH%2CoBAQH%3BIAUK%2CeAAA%3BIACA%2CiBAAA%3B%3B%3BAAxDV%2CcAAC%2CiBAIA%2CSA2DC%2CoBACC%3BEACI%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CaAAA%3BEACA%2CeAAA%3B%3BAApEP%2CcAAC%2CiBAIA%2CSA2DC%2CoBACC%2CeAMI%2CoBACC%3BEACC%2CaAAA%3BEACA%2CsBAAA%3B%3BAAKH%2CQAJ6B%3BEAI7B%2CcA9EL%2CiBAIA%2CSA2DC%2CoBACC%2CeAMI%2CoBACC%3BIAIE%2CoBAAA%3BIACA%2C%2BBAAA%3B%3B%3BAA5EV%2CcAAC%2CiBAIA%2CSA2DC%2CoBACC%2CeAMI%2CoBACC%2CmBAOF%2CqBACC%3BEACI%2CeAAA%3B%3BAAhFX%2CcAAC%2CiBAIA%2CSA2DC%2CoBACC%2CeAMI%2CoBACC%2CmBAYF%2CkBACC%2CEACC%3BEACC%2CqBAAA%3BEACG%2C0BAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3B%3BAAzFZ%2CcAAC%2CiBAIA%2CSA2DC%2CoBACC%2CeAMI%2CoBACC%2CmBAsBC%3BEACC%2CgBAAA%3B%3BAA9FV%2CcAAC%2CiBAIA%2CSA2DC%2CoBACC%2CeAMI%2CoBACC%2CmBAsBC%2CoBAEF%2CEAAC%3BEACG%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CaAAa%2CSAAb%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CYAAA%3BEACA%2CoBAAA%3BEACA%2CmBAAA%3BEACA%2CyBAAA%3B%3BAA5GX%2CcAAC%2CiBAIA%2CSA%2BGC%2C0BACC%3BEACI%2CiBAAA%3BEACA%2CeAAA%3B%3BAAtHP%2CcAAC%2CiBAIA%2CSA%2BGC%2C0BACC%2CeAGI%3BEACC%2CeAAA%3BEACA%2CiBAAA%3BEACA%2C0BAAA%3B%3BAAKA%2CQAJ2B%3BEAI3B%2CcA%5C%2FHP%2CiBAIA%2CSA%2BGC%2C0BACC%2CeAGI%3BIAKE%2CiBAAA%3BIACA%2CaAAA%3B%3B%3BAA7HT%2CcAAC%2CiBAIA%2CSA%2BGC%2C0BACC%2CeAGI%2CoBAQC%3BEACC%2CeAAA%3B%3BAAYP%2CmBAFF%2CwBACC%2CoBACK%3BAAAJ%2CmBAFF%2CwBAgFA%2CCA%5C%2FEqB%2CoBACf%3BEACH%2C0BAAA%3B%3BAAIA%2CQAHyB%3BEAGzB%2CmBAPH%2CwBACC%2CoBACK%3BEAKH%2CmBAPH%2CwBAgFA%2CCA%5C%2FEqB%2CoBACf%3BIAGF%2C0BAAA%3B%3B%3BAAHF%2CmBAFF%2CwBACC%2CoBACK%2CqBAKH%2C0BACC%3BAANF%2CmBAFF%2CwBAgFA%2CCA%5C%2FEqB%2CoBACf%2CqBAKH%2C0BACC%3BEACC%2C0BAAA%3B%3BAAPH%2CmBAFF%2CwBACC%2CoBACK%2CqBAKH%2C0BACC%2CmBAEC%3BAARH%2CmBAFF%2CwBAgFA%2CCA%5C%2FEqB%2CoBACf%2CqBAKH%2C0BACC%2CmBAEC%3BEACI%2CcAAA%3B%3BAATP%2CmBAFF%2CwBACC%2CoBACK%2CqBAKH%2C0BACC%2CmBAEC%2C0BAEI%2CIAAG%3BAAVV%2CmBAFF%2CwBAgFA%2CCA%5C%2FEqB%2CoBACf%2CqBAKH%2C0BACC%2CmBAEC%2C0BAEI%2CIAAG%3BEACF%2CWAAA%3B%3BAAXR%2CmBAFF%2CwBACC%2CoBACK%2CqBAgBH%3BAAhBD%2CmBAFF%2CwBAgFA%2CCA%5C%2FEqB%2CoBACf%2CqBAgBH%3BEACI%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CaAAA%3BEACA%2CiBAAA%3B%3BAAIA%2CQAH0B%3BEAG1B%2CmBA1BP%2CwBACC%2CoBACK%2CqBAgBH%3BEAQI%2CmBA1BP%2CwBAgFA%2CCA%5C%2FEqB%2CoBACf%2CqBAgBH%3BIAMK%2CkBAAA%3B%3B%3BAAKD%2CQAHyB%3BEAGzB%2CmBA7BP%2CwBACC%2CoBACK%2CqBAgBH%3BEAWI%2CmBA7BP%2CwBAgFA%2CCA%5C%2FEqB%2CoBACf%2CqBAgBH%3BIASK%2CgBAAA%3B%3B%3BAAzBN%2CmBAFF%2CwBACC%2CoBACK%2CqBAgBH%2CsBAWI%3BAA3BL%2CmBAFF%2CwBAgFA%2CCA%5C%2FEqB%2CoBACf%2CqBAgBH%2CsBAWI%3BEACC%2CaAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3B%3BAAKA%2CQAJ0B%3BEAI1B%2CmBArCR%2CwBACC%2CoBACK%2CqBAgBH%2CsBAWI%3BEAQC%2CmBArCR%2CwBAgFA%2CCA%5C%2FEqB%2CoBACf%2CqBAgBH%2CsBAWI%3BIAKE%2CeAAA%3BIACA%2CiBAAA%3B%3B%3BAAKL%2CQAH6B%3BEAG7B%2CmBAxCJ%2CwBACC%2CoBACK%2CqBAgBH%2CsBAWI%3BEAWH%2CmBAxCJ%2CwBAgFA%2CCA%5C%2FEqB%2CoBACf%2CqBAgBH%2CsBAWI%3BIASE%2CgBAAA%3B%3B%3BAAvCV%2CmBACC%2CwBA4CC%3BEACI%2CmBAAA%3B%3BAAIA%2CQAHyB%3BEAGzB%2CmBAjDL%2CwBA4CC%3BIAGK%2CmBAAA%3B%3B%3BAAhDP%2CmBACC%2CwBA4CC%2CmBAKI%3BEACC%2C8BAAA%3B%3BAAnDP%2CmBACC%2CwBA4CC%2CmBAKI%2CWAEC%3BEACC%2CuBAAA%3BEACA%2CkBAAA%3B%3BAAtDR%2CmBACC%2CwBA4CC%2CmBAKI%2CWAEC%2CmBAGC%2CGACC%2CUAAU%3BEACT%2CWAAA%3B%3BAAzDV%2CmBACC%2CwBA4CC%2CmBAKI%2CWAWF%3BEACI%2CuBAAA%3BEACA%2CYAAA%3BEACA%2C0BAAA%3B%3BAAhER%2CmBACC%2CwBA4CC%2CmBAKI%2CWAWF%2CgBAII%3BEACC%2CeAAA%3B%3BAAlET%2CmBACC%2CwBAsEC%3BEACI%2CaAAA%3B%3BAAxEN%2CmBACC%2CwBAyEC%2CwBACC%3BEACI%2CgBAAA%3BEACA%2CYAAA%3B%3B%3BAC%5C%2FRP%3BEACC%2CgBAAA%3B%3BAAIA%2CQAH0C%3BEAG1C%3BIAFC%2CgBAAA%3B%3B%3BAAHF%2CqBAKC%2CoBACC%3BEACC%2CWAAA%3BEACG%2CgBAAA%3BEACA%2CmBAAA%3B%3BAATN%2CqBAYC%2CaACC%2CaACC%2CmBACC%3BEACC%2CcAAA%3B%3BAAhBL%2CqBAYC%2CaACC%2CaACC%2CmBACC%2CoBAEC%3BEACO%2CWAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CSAAA%3B%3BAAtBZ%2CqBAYC%2CaACC%2CaAaC%2CUACC%2CGAAG%2CGAAE%2CSACJ%3BEACI%2CuBAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2C4BAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3BEACA%2CgBAAA%3BEACA%2C4BAAA%3BEACA%2CoCAAA%3BEACA%2CiCAAA%3B%3BAAIA%2CQAH0C%3BEAG1C%2CqBAlCR%2CaACC%2CaAaC%2CUACC%2CGAAG%2CGAAE%2CSACJ%3BIAgBK%2C4BAAA%3B%3B%3BAAED%2CqBAlCR%2CaACC%2CaAaC%2CUACC%2CGAAG%2CGAAE%2CSACJ%2COAkBK%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3BEACA%2CSAAS%2CGAAT%3BEACA%2CkBAAA%3BEACA%2COAAA%3BEACA%2CQAAA%3BEACA%2CWAAU%2CgBAAV%3BEACA%2CmBAAkB%2CgBAAlB%3BEACA%2CgBAAe%2CgBAAf%3B%3BAAGL%2CqBAhDJ%2CaACC%2CaAaC%2CUACC%2CGAAG%2CGAAE%2CSAiCH%2COAAQ%2COAAM%3BEACX%2CSAAS%2CGAAT%3B%3BAA7DT%2CqBAYC%2CaACC%2CaAaC%2CUACC%2CGAAG%2CGAAE%2CSAoCJ%3BEACO%2C4BAAA%3BEACA%2CgBAAA%3B%3BAACA%2CqBAtDX%2CaACC%2CaAaC%2CUACC%2CGAAG%2CGAAE%2CSAoCJ%2COAGQ%3BEACA%2CyBAAA%3BEACA%2CaAAA%3B%3BAAFD%2CqBAtDX%2CaACC%2CaAaC%2CUACC%2CGAAG%2CGAAE%2CSAoCJ%2COAGQ%2CWAGA%2CEAAC%3BEACH%2CgBAAA%22%7D */