.btn_wr a.btn {
  white-space: pre;
}
.js_copy input {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
  background: transparent;
  border: none;
  outline: none !important;
  padding: 0;
  margin: 0;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-user-select: text;
  -moz-user-select: text;
  user-select: text;
  cursor: pointer;
  width: 160px;
  text-align: center;
  border: 2px dashed #ff4747;
  line-height: 30px;
  line-height: 28px;
}
.js_copy input:hover {
  opacity: 0.7;
}
.js_copy input:active, .js_copy input:hover, .js_copy input:focus {
  outline: none !important;
  box-shadow: none;
}
.js_copy.done input {
  border-color: #18AA88;
}
.coupons_listing .offer {
  overflow: hidden;
}
.coupons_listing .offer + .offer {
  margin-top: 30px;
}
.coupons_listing .offer .item_top {
  justify-content: space-between;
}
.coupons_listing .offer .item_top .item_top_left {
  align-items: center;
}
.coupons_listing .offer .item_top .item_top_left .img_wr {
  width: 50px;
}
.coupons_listing .offer .item_top .item_top_left .img_wr + .h4 {
  padding-left: 20px;
  width: calc(100% - 50px);
}
.coupons_listing .offer .item_top .item_top_left .h4 {
  width: 100%;
  padding-bottom: 0;
}
.coupons_listing .offer .article {
  padding-top: 20px;
}
.coupons_listing .offer .item_center {
  padding-top: 20px;
  flex-wrap: wrap;
}
.coupons_listing .offer .item_center li {
  font-size: 14px;
  align-items: center;
}
.coupons_listing .offer .item_center li span {
  padding-left: 5px;
}
.coupons_listing .offer .item_center li + li {
  margin-left: 20px;
}
.coupons_listing .offer .item_bottom {
  padding-top: 20px;
}
.coupons_listing .offer .item_bottom .item-product__coupon_wr {
  padding: 10px;
  background: #f7f9fb;
  justify-content: space-between;
  align-items: center;
}
.coupons_listing .offer .item_bottom .item-product__coupon_wr .item-product__rate {
  align-items: center;
}
.coupons_listing .offer .item_bottom .item-product__coupon_wr .item-product__rate .title {
  padding-right: 20px;
}
.coupons_listing .offer .item_bottom .item-product__coupon_wr .item-product__rate .likes {
  align-items: center;
  cursor: pointer;
}
.coupons_listing .offer .item_bottom .item-product__coupon_wr .item-product__rate .likes span {
  padding-left: 5px;
}
.coupons_listing .offer .item_bottom .item-product__coupon_wr .item-product__rate .likes + .likes {
  margin-left: 20px;
}
.coupons_listing .offer .item_bottom .item-product__coupon_wr .item-product__rate .likes svg {
  transition: All 0.3s ease-in-out;
  -webkit-transition: All 0.3s ease-in-out;
  -moz-transition: All 0.3s ease-in-out;
  -o-transition: All 0.3s ease-in-out;
}
.coupons_listing .offer .item_bottom .item-product__coupon_wr .item-product__rate .likes:hover.js_like svg {
  color: #36c27f;
}
.coupons_listing .offer .item_bottom .item-product__coupon_wr .item-product__rate .likes:hover.js_dislike svg {
  color: #ff523a;
}
.coupons_listing .offer .item_bottom .bottom_info {
  padding-top: 20px;
  justify-content: space-between;
  align-items: center;
}
.coupons_listing .offer .item_bottom .bottom_info .bottom_info_item {
  align-items: center;
}
.coupons_listing .offer .item_bottom .bottom_info .bottom_info_item svg {
  color: #536d82;
}
.coupons_listing .offer .item_bottom .bottom_info .bottom_info_item span {
  font-size: 14px;
  color: #536d82;
  padding-left: 5px;
}
.coupons_listing .offer .item_bottom .bottom_info .bottom_info_item span {
  padding-left: 10px;
}
.coupons_listing .item-product__content {
  position: relative;
}
.coupons_listing .item-product__content--sticker {
  padding-top: 25px;
}
.coupons_listing .status-product {
  font-size: 14px;
  line-height: 30px;
  height: 30px;
  width: 200px;
  position: absolute;
  top: 0;
  left: 0;
  display: inline-flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  background: #eef2f4;
  color: #2b3b47;
  border-radius: 15px 0 15px;
}
.coupons_listing .status-product_orange {
  background: orange;
  color: #fff;
}
.coupons_listing .status-product_green {
  background: #36c27f;
  color: #fff;
}
.coupons_listing .status-product_red {
  background: #ff523a;
  color: #fff;
}
.coupons_listing .status-product_violet {
  background: #8ba1b1;
  color: #fff;
}
.coupons_listing .status-product_blue {
  color: #fff;
  background: #036fc9;
}
.coupons_listing .item-product__top .img_wr {
  width: 80px;
}
.df-alc {
  align-items: center;
}
.howto {
  margin-top: 30px;
}
.howto .row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}
.howto [class*="col-"] {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  flex: 1 0 0;
}
.howto .col-12 {
  flex-basis: 100%;
  max-width: 100%;
}
.howto .col-6 {
  flex-basis: 50%;
  max-width: 50%;
}
.howto .col-md-4, .howto .col-md-6, .howto .col-md-8, .howto .col-md-10, .howto .col-md-2 {
  flex: 1 0 100%;
  max-width: 100%;
}
@media (min-width: 768px) {
  .howto .col-md-2 {
    flex: 0 0 16.666%;
    max-width: 16.666%;
  }
  .howto .col-md-4 {
    flex: 0 0 33.333%;
    max-width: 33.333%;
  }
  .howto .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .howto .col-md-8 {
    flex: 0 0 66.666%;
    max-width: 66.666%;
  }
  .howto .col-md-10 {
    flex: 0 0 83.333%;
    max-width: 83.333%;
  }
  .howto .text-md-right {
    text-align: right;
  }
  .howto .mt-md-0 {
    margin-top: 0 !important;
  }
}
.howto .align-items-center {
  align-items: center;
}
.howto .align-items-baseline {
  align-items: baseline;
}
.howto .mb-0 {
  margin-bottom: 0 !important;
}
.howto .mb-1 {
  margin-bottom: 0.25rem !important;
}
.howto .mb-2 {
  margin-bottom: 0.5rem !important;
}
.howto .mb-3 {
  margin-bottom: 1rem !important;
}
.howto .mb-4 {
  margin-bottom: 1.5rem !important;
}
.howto .mt-3 {
  margin-top: 1rem !important;
}
.howto .mt-4 {
  margin-top: 1.5rem !important;
}
.howto .mr-2 {
  margin-right: 0.5rem !important;
}
.howto .mr-3 {
  margin-right: 1rem !important;
}
.howto .d-flex {
  display: flex !important;
}
.howto .flex-wrap {
  flex-wrap: wrap;
}
.howto .list-inline {
  padding: 0;
  margin: 0;
  list-style: none;
}
.howto .list-inline-item {
  display: inline-block;
  margin-right: 0.5rem;
}
.howto .list-unstyled {
  list-style: none;
  padding-left: 0;
}
.howto .badge {
  display: inline-block;
  padding: 0.35em 0.6em;
  font-size: 0.875em;
  font-weight: 600;
  border-radius: 0.25rem;
  white-space: nowrap;
}
.howto .badge.badge-primary {
  background: #0d6efd;
  color: #fff;
}
.howto .badge.badge-success {
  background: #198754;
  color: #fff;
}
.howto .badge.badge-warning {
  background: #ffc107;
  color: #212529;
}
.howto .badge.badge-info {
  background: #0dcaf0;
  color: #fff;
}
.howto .badge.badge-secondary {
  background: #6c757d;
  color: #fff;
}
.howto .card {
  border: 1px solid #eef2f4;
  border-radius: 15px;
  background-color: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}
.howto .card .card-body {
  padding: 20px;
}
.howto .img-fluid {
  max-width: 100%;
  height: auto;
  display: block;
}
.howto .rounded {
  border-radius: 10px;
}
.howto .text-muted {
  color: #6c757d !important;
}
.howto .text-danger {
  color: #dc3545 !important;
}
.howto .text-success {
  color: #198754 !important;
}
.howto .text-primary {
  color: #0d6efd !important;
}
.howto .small {
  font-size: 0.875rem;
}
.howto .img_wr {
  display: flex;
  justify-content: center;
  align-items: center;
}
.howto .img_wr img {
  max-width: 100%;
  height: auto;
  border-radius: 0.5rem;
}
@media (max-width: 575px) {
  .howto {
    padding: 1.5rem 0.5rem;
  }
  .howto h2.h2 {
    font-size: 1.5rem;
  }
  .howto .badge {
    font-size: 0.8em;
  }
  .howto .card .card-body {
    padding: 1rem;
  }
}
.top_promocodes_table_wr {
  margin-top: 30px;
}
.top_promocodes_table_wr .top_promocodes_table .head-page__title {
  margin-bottom: 20px;
}
.top_promocodes_table_wr .top_promocodes_table > .df {
  justify-content: space-between;
  padding-top: 10px;
  align-items: center;
}
.top_promocodes_table_wr .top_promocodes_table > .df > .left {
  align-items: center;
  width: calc(50% - 15px);
}
.top_promocodes_table_wr .top_promocodes_table > .df > .right {
  align-items: center;
  width: calc(50% - 15px);
  justify-content: space-between;
}
.top_promocodes_table_wr .top_promocodes_table > .df > .right .likes {
  align-items: center;
  cursor: pointer;
}
.top_promocodes_table_wr .top_promocodes_table > .df > .right .likes .like_icn {
  margin-right: 5px;
}
.top_promocodes_table_wr .top_promocodes_table > .df > .right .likes svg {
  transition: All 0.3s ease-in-out;
  -webkit-transition: All 0.3s ease-in-out;
  -moz-transition: All 0.3s ease-in-out;
  -o-transition: All 0.3s ease-in-out;
}
.top_promocodes_table_wr .top_promocodes_table > .df > .right .likes:hover svg {
  color: #36c27f;
}
.top_promocodes_table_wr .top_promocodes_table > .df + .df {
  border-top: 1px solid #E5F8FA;
  margin-top: 10px;
}
.top_promocodes_table_wr .top_promocodes_table > .df .title {
  width: 100%;
  font-weight: 600;
  line-height: 1.2em;
  font-size: 16px;
}
.top_promocodes_table_wr .top_promocodes_table > .df .img_wr + .title {
  padding-left: 10px;
  width: calc(100% - 50px);
}
.top_promocodes_table_wr .top_promocodes_table > .df .img_wr {
  width: 50px;
  background: #ccc;
}
.top_promocodes_table_wr .top_promocodes_table > .btn_wr {
  margin-top: 20px;
}
.top_promocodes_table_wr .js_copy input {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
  background: transparent;
  border: none;
  outline: none !important;
  padding: 0;
  margin: 0;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-user-select: text;
  -moz-user-select: text;
  user-select: text;
  cursor: pointer;
  width: 160px;
  text-align: center;
  border: 2px dashed #ff4747;
  line-height: 30px;
  line-height: 28px;
}
.top_promocodes_table_wr .js_copy input:hover {
  opacity: 0.7;
}
.top_promocodes_table_wr .js_copy input:active, .top_promocodes_table_wr .js_copy input:hover, .top_promocodes_table_wr .js_copy input:focus {
  outline: none !important;
  box-shadow: none;
}
.top_promocodes_table_wr .js_copy.done input {
  border-color: #18AA88;
}
.review-block .review-block__image img {
  border-radius: 10px;
}
.review-block .review-block__content {
  margin-top: 20px;
}
.review-block .review-block__bottom {
  margin-top: 10px;
}
.sidebar-block__main .item a {
  align-items: center;
}
.sidebar-block__main .item a .img_wr {
  width: 50px;
}
.sidebar-block__main .item a .img_wr img {
  border-radius: 3px;
}
.sidebar-block__main .item a .img_wr + span {
  padding-left: 15px;
  width: calc(100% - 50px);
}
.sidebar-block__main .item a .img_wr > span {
  width: 100%;
}
.sidebar-block__main .item + .item {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #eef2f4;
}
.coupons_listing_expired {
  margin-top: 50px;
}
.coupons_listing_expired .title_df {
  padding-bottom: 30px;
}
.coupons_listing_expired .title_df .head-offers__features {
  align-items: center;
}
.coupons_listing_expired .title_df .head-offers__features .head-offers__feature {
  align-items: center;
}
.coupons_listing_expired .title_df .head-offers__features .head-offers__feature + .head-offers__feature {
  margin-left: 20px;
}
.coupons_listing_expired .title_df .head-offers__features .head-offers__feature span {
  margin-left: 5px;
}
.coupons_listing_expired .offer:before {
  display: none;
}
.coupons_listing_expired .offer.item-offer_promocod {
  border: 1px solid #536d82;
}
.coupons_listing_expired .offer.item-offer_promocod .h3, .coupons_listing_expired .offer.item-offer_promocod .item-offer__value {
  color: #536d82;
}
.coupons_listing_expired .offer.item-offer_discount {
  border: 1px solid #ff523a;
}
.coupons_listing_expired .offer.item-offer_discount .h3, .coupons_listing_expired .offer.item-offer_discount .item-offer__value {
  color: #ff523a;
}
.coupons_listing_expired .offer.item-offer_promocod {
  border: 1px solid #36c27f;
}
.coupons_listing_expired .offer.item-offer_promocod .h3, .coupons_listing_expired .offer.item-offer_promocod .item-offer__value {
  color: #36c27f;
}
.coupons_listing_expired .offer.item-offer_sale {
  border: 1px solid #036fc9;
}
.coupons_listing_expired .offer.item-offer_sale .h3, .coupons_listing_expired .offer.item-offer_sale .item-offer__value {
  color: #036fc9;
}
.coupons_listing_expired .offer .item-offer__value small {
  font-size: 0.5em;
}
.coupons_listing_expired .offer .h4 {
  margin-top: 20px;
  padding-bottom: 0;
}
.coupons_listing_expired .offer .btn_wr {
  margin-top: 20px;
}
.coupons_listing_expired .offer .item-offer__bottom {
  margin-top: 20px;
}
.coupons_listing_expired .offer .item-offer__bottom .item-offer__feature {
  align-items: center;
}
.coupons_listing_expired .offer .item-offer__bottom .item-offer__feature + .item-offer__feature {
  margin-top: 5px;
}
.coupons_listing_expired .offer .item-offer__bottom .item-offer__feature svg {
  color: #536d82;
}
.coupons_listing_expired .offer .item-offer__bottom .item-offer__feature span {
  font-size: 14px;
  color: #536d82;
  padding-left: 5px;
}
.related_coupons {
  margin-top: 30px;
}
.related_coupons .related_coupons_listing {
  margin-bottom: -20px;
  flex-wrap: wrap;
}
.related_coupons .related_coupons_listing .item-coupon {
  width: calc(25% - 15px);
  margin-right: 20px;
  text-align: center;
  margin-bottom: 20px;
}
.related_coupons .related_coupons_listing .item-coupon:nth-child(4n) {
  margin-right: 0;
}
.related_coupons .related_coupons_listing .item-coupon .img_wr {
  margin: 0 auto;
  height: 100px;
}
.related_coupons .related_coupons_listing .item-coupon .img_wr img {
  margin: 0 auto;
}
.related_coupons .related_coupons_listing .item-coupon .h4 {
  margin-top: 10px;
}
.coupon_show_popup {
  padding-top: 30px;
  max-width: 500px;
  height: auto;
  background: #fff;
}
.coupon_show_popup .h4 {
  text-align: center;
}
.coupon_show_popup .box {
  background: #f0f0f0;
  padding: 20px;
  text-align: center;
}
.coupon_show_popu .code {
  text-align: center;
  color: #999;
  font-size: 12px;
  border: 1px dashed #c00;
  display: inline-block;
  margin: 0 auto;
  padding: 5px;
}
.coupon_show_popup .btn_wr {
  margin-top: 20px;
}
@media screen and (max-width: 1024px) {
  .top_promocodes_table > .df .img_wr {
    width: 50px;
  }
  .top_promocodes_table .js_copy input {
    font-size: 12px;
    width: 80px;
  }
  .top_promocodes_table > .btn_wr .btn-main {
    width: 100%;
  }
  .top_promocodes_table > .df > .left {
    width: 40%;
    display: block;
  }
  .top_promocodes_table > .df > .left .title {
    padding-left: 0;
  }
  .top_promocodes_table > .df > .right {
    width: calc(60% - 30px);
  }
  .related_coupons .related_coupons_listing .item-coupon {
    width: calc(50% - 10px);
    margin-right: 0;
  }
  .related_coupons .related_coupons_listing .item-coupon:nth-child(2n) {
    margin-left: 20px;
  }
}
@media screen and (max-width: 768px) {
  .coupons_listing .offer .item_top {
    display: block;
  }
  .coupons_listing .offer .item_top .btn_wr {
    margin-top: 10px;
  }
  .top_promocodes_table_wr .top_promocodes_table > .df {
    display: block;
  }
  .top_promocodes_table_wr .top_promocodes_table > .df > .left {
    width: 100%;
  }
  .top_promocodes_table_wr .top_promocodes_table > .df > .right {
    width: 100%;
    margin-top: 10px;
  }
  .coupons_listing .offer .btn_wr a.btn {
    width: 100%;
  }
  .coupons_listing .offer .item_center li {
    display: block;
    width: 100%;
  }
  .coupons_listing .offer .item_center li + li {
    margin-left: 0;
    margin-top: 5px;
  }
  .coupons_listing .offer .item_bottom .bottom_info {
    display: block;
  }
  .coupons_listing .offer .item_bottom .bottom_info .bottom_info_item + .bottom_info_item {
    margin-top: 5px;
  }
  .coupons_listing .offer .item_bottom .item-product__coupon_wr {
    display: block;
  }
  .coupons_listing .offer .item_bottom .item-product__coupon_wr .js_copy input {
    width: 100%;
  }
  .coupons_listing .offer .item_bottom .item-product__coupon_wr .item-product__rate {
    margin-top: 10px;
    justify-content: space-between;
  }
  .coupons_listing_expired .title_df {
    display: block;
  }
  .coupons_listing_expired .title_df .h3 {
    padding-bottom: 0;
  }
  .coupons_listing_expired .title_df .head-offers__features {
    margin-top: 10px;
  }
  .howto > .howto_header {
    flex-direction: column-reverse;
  }
  .howto > .howto_header .col-md-8 {
    display: block;
    max-width: 100%;
    margin-top: 20px;
  }
  .howto > .howto_header .img_wr {
    width: 100%;
  }
  .howto_bottom .card .card-body .row {
    display: block;
  }
  .howto_bottom .card .card-body .row .col-md-2 {
    max-width: 50%;
    margin: 0 auto 10px;
  }
  .howto_bottom .card .card-body .row .col-md-10 {
    max-width: 100%;
  }
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sourceRoot%22%3A%22https%3A%2F%2Fmoney-peak.com%2F%22%2C%22sources%22%3A%5B%22wp-content%2Fthemes%2Fmoney2%2Fscss%2Fpromocodes.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22AAiEC%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAyBA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAYF%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAQL%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAACC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAiBA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAACD%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAED%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAOH%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAyBA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUJ%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAUH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAIA%3BAACC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGG%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGH%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAACC%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%22%7D */