.page-wrapper .top-header {
  padding: 12px 48px;
  background: #EEE0DA !important;
}
@media (max-width: 767px) {
  .page-wrapper .top-header {
    padding: 12px 24px;
  }
}
.page-wrapper .top-header.top-header--sticky {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  z-index: 1000 !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  background: #EEE0DA !important;
}
@media (min-width: 768px) {
  .page-wrapper .top-header.top-header--sticky {
    padding: 8px 48px;
  }
  .page-wrapper .top-header.top-header--sticky .top-header__inner {
    justify-content: space-between;
    gap: 6px;
    align-items: center;
  }
  .page-wrapper .top-header.top-header--sticky .top-header__left {
    display: flex !important;
    width: auto;
    flex-shrink: 0;
  }
  .page-wrapper .top-header.top-header--sticky .top-header__center {
    flex: 1 1 auto;
    min-width: 0;
    margin: 0 6px;
  }
  .page-wrapper .top-header.top-header--sticky .top-header__right {
    margin-left: auto;
    width: auto;
    gap: 8px;
    flex-shrink: 0;
    display: flex !important;
  }
  .page-wrapper .top-header.top-header--sticky .top-header__auth {
    margin-right: 110px !important;
  }
}
@media (max-width: 767px) {
  .page-wrapper .top-header.top-header--sticky {
    padding: 8px 12px;
  }
  .page-wrapper .top-header.top-header--sticky .top-header__inner {
    justify-content: space-between;
    gap: 6px;
    align-items: center;
  }
  .page-wrapper .top-header.top-header--sticky .top-header__left {
    display: flex !important;
    width: auto;
    flex-shrink: 0;
  }
  .page-wrapper .top-header.top-header--sticky .top-header__center {
    margin: 0px;
  }
  .page-wrapper .top-header.top-header--sticky .top-header__right {
    padding-right: 25px;
  }
  .page-wrapper .top-header.top-header--sticky .top-header__auth {
    margin-right: 0 !important;
  }
}
.page-wrapper .top-header .top-header__inner {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .page-wrapper .top-header .top-header__inner {
    justify-content: space-between;
    gap: 8px;
    align-items: center;
    flex-wrap: nowrap;
  }
}
.page-wrapper .top-header .top-header__inner .top-header__left {
  display: flex;
  width: 40%;
  justify-content: flex-start;
  gap: 22px;
  align-items: center;
}
.page-wrapper .top-header .top-header__inner .top-header__left .top-header__card .top-header__card-content {
  display: flex;
  align-items: flex-end;
  gap: 12px;
  padding: 12px;
  border-radius: 22px;
  background: #FEAD11;
}
.page-wrapper .top-header .top-header__inner .top-header__left .top-header__card .top-header__card-content .top-header__card-title {
  font-size: 10px;
  color: black;
  font-weight: 600;
}
.page-wrapper .top-header .top-header__inner .top-header__left .top-header__card .top-header__telephone {
  display: flex;
  align-items: flex-end;
  gap: 12px;
  padding: 12px;
  border-radius: 22px;
  background: #FEAD11;
}
.page-wrapper .top-header .top-header__inner .top-header__left .top-header__card .top-header__telephone .top-header__telephone-title {
  font-size: 10px;
  color: black;
  font-weight: 600;
}
@media (max-width: 767px) {
  .page-wrapper .top-header .top-header__inner .top-header__left {
    display: flex !important;
    width: auto;
    gap: 8px;
    flex-shrink: 0;
  }
  .page-wrapper .top-header .top-header__inner .top-header__left .top-header__telephone {
    display: none !important;
  }
  .page-wrapper .top-header .top-header__inner .top-header__left .top-header__card-content {
    padding: 6px 10px !important;
    gap: 6px !important;
  }
  .page-wrapper .top-header .top-header__inner .top-header__left .top-header__card-content .top-header__card-title {
    font-size: 9px !important;
    line-height: 1.2;
  }
  .page-wrapper .top-header .top-header__inner .top-header__left .top-header__card-content .top-header__card-title div {
    font-size: 9px !important;
  }
  .page-wrapper .top-header .top-header__inner .top-header__left .top-header__card-content .top-header__card-title #display-zipcode {
    font-size: 8px !important;
    max-width: 80px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
.page-wrapper .top-header .top-header__inner .top-header__right {
  display: flex;
  width: 40%;
  justify-content: flex-end;
  gap: 20px;
  align-items: center;
}
.page-wrapper .top-header .top-header__inner .top-header__right .top-header__auth {
  position: relative;
  margin-right: 0;
}
@media (min-width: 768px) {
  .page-wrapper .top-header .top-header__inner .top-header__right .top-header__auth {
    margin-right: 60px;
  }
}
@media (min-width: 768px) {
  .top-header.top-header--sticky .page-wrapper .top-header .top-header__inner .top-header__right .top-header__auth {
    margin-right: 110px !important;
  }
}
.page-wrapper .top-header .top-header__inner .top-header__right .top-header__auth .top-header__auth-desktop {
  display: block;
  overflow: hidden;
}
.page-wrapper .top-header .top-header__inner .top-header__right .top-header__auth .top-header__auth-desktop .header.links {
  margin: 0 !important;
  list-style: none !important;
  padding: 0 !important;
  display: flex;
  gap: 22px;
  flex-wrap: nowrap;
  overflow: hidden;
}
.page-wrapper .top-header .top-header__inner .top-header__right .top-header__auth .top-header__auth-desktop .header.links li {
  padding: 10px;
  border-radius: 22px;
  background: #FEAD11;
  white-space: nowrap;
  flex-shrink: 0;
  margin-bottom: 0;
}
.page-wrapper .top-header .top-header__inner .top-header__right .top-header__auth .top-header__auth-desktop .header.links li a {
  font-size: 14px;
  color: black;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.page-wrapper .top-header .top-header__inner .top-header__right .top-header__auth .top-header__auth-mobile {
  display: none;
}
@media (max-width: 767px) {
  .page-wrapper .top-header .top-header__inner .top-header__right .top-header__auth .top-header__auth-desktop {
    display: none;
  }
  .page-wrapper .top-header .top-header__inner .top-header__right .top-header__auth .top-header__auth-mobile {
    display: block;
    position: relative;
  }
  .page-wrapper .top-header .top-header__inner .top-header__right .top-header__auth .top-header__auth-mobile .top-header__auth-icon-btn {
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    flex-shrink: 0;
  }
  .page-wrapper .top-header .top-header__inner .top-header__right .top-header__auth .top-header__auth-mobile .top-header__auth-icon-btn svg {
    width: 22px;
    height: 22px;
    fill: #000000;
  }
  .page-wrapper .top-header .top-header__inner .top-header__right .top-header__auth .top-header__auth-mobile .top-header__auth-icon-btn:hover,
  .page-wrapper .top-header .top-header__inner .top-header__right .top-header__auth .top-header__auth-mobile .top-header__auth-icon-btn:focus {
    outline: none;
    opacity: 0.8;
  }
  .page-wrapper .top-header .top-header__inner .top-header__right .top-header__auth .top-header__auth-mobile .top-header__auth-dropdown {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    margin-top: 8px;
    min-width: 200px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    z-index: 1000;
    padding: 8px 0;
  }
  .page-wrapper .top-header .top-header__inner .top-header__right .top-header__auth .top-header__auth-mobile .top-header__auth-dropdown.active {
    display: block;
  }
  .page-wrapper .top-header .top-header__inner .top-header__right .top-header__auth .top-header__auth-mobile .top-header__auth-dropdown .header.links {
    margin: 0 !important;
    list-style: none !important;
    padding: 0 !important;
    display: flex;
    flex-direction: column;
    gap: 0;
  }
  .page-wrapper .top-header .top-header__inner .top-header__right .top-header__auth .top-header__auth-mobile .top-header__auth-dropdown .header.links li {
    margin: 0 !important;
    padding: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
  }
  .page-wrapper .top-header .top-header__inner .top-header__right .top-header__auth .top-header__auth-mobile .top-header__auth-dropdown .header.links li a {
    display: block;
    padding: 12px 20px;
    font-size: 14px;
    color: black;
    font-weight: 600;
    text-decoration: none;
    border-radius: 0;
    background: transparent;
  }
  .page-wrapper .top-header .top-header__inner .top-header__right .top-header__auth .top-header__auth-mobile .top-header__auth-dropdown .header.links li a:hover {
    background: #f5f5f5;
  }
  .page-wrapper .top-header .top-header__inner .top-header__right .top-header__auth .top-header__auth-mobile .top-header__auth-dropdown .header.links li:first-child a {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
  }
  .page-wrapper .top-header .top-header__inner .top-header__right .top-header__auth .top-header__auth-mobile .top-header__auth-dropdown .header.links li:last-child a {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .page-wrapper .top-header .top-header__inner .top-header__right .top-header__auth .top-header__auth-mobile .top-header__auth-icon-btn {
    width: 32px;
    height: 32px;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .page-wrapper .top-header .top-header__inner .top-header__right .top-header__auth .top-header__auth-mobile .top-header__auth-icon-btn svg {
    width: 20px;
    height: 20px;
  }
}
.page-wrapper .top-header .top-header__inner .top-header__right .top-header__cart {
  display: flex !important;
  align-items: center;
  visibility: visible !important;
  opacity: 1 !important;
  background: transparent !important;
  width: auto !important;
  height: auto !important;
  min-width: 40px !important;
  min-height: 40px !important;
}
@media (max-width: 767px) {
  .page-wrapper .top-header .top-header__inner .top-header__right .top-header__cart {
    display: flex !important;
    flex-shrink: 0;
    visibility: visible !important;
    opacity: 1 !important;
    background: transparent !important;
    width: auto !important;
    height: auto !important;
    min-width: 32px !important;
    min-height: 32px !important;
  }
}
.page-wrapper .top-header .top-header__inner .top-header__right .top-header__cart .minicart-wrapper {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  background: transparent !important;
  margin-top: 0;
}
@media (max-width: 767px) {
  .page-wrapper .top-header .top-header__inner .top-header__right .top-header__cart .minicart-wrapper {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    background: transparent !important;
    width: auto !important;
    height: auto !important;
    min-width: 32px !important;
    min-height: 32px !important;
  }
}
.page-wrapper .top-header .top-header__inner .top-header__right .top-header__cart .minicart-wrapper .action.showcart {
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 40px !important;
  height: 40px !important;
  min-width: 40px !important;
  min-height: 40px !important;
  padding: 0 !important;
  visibility: visible !important;
  opacity: 1 !important;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  position: relative !important;
  z-index: 10 !important;
}
@media (max-width: 767px) {
  .page-wrapper .top-header .top-header__inner .top-header__right .top-header__cart .minicart-wrapper .action.showcart {
    width: 32px !important;
    height: 32px !important;
    min-width: 32px !important;
    min-height: 32px !important;
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    position: relative !important;
    z-index: 10 !important;
  }
}
.page-wrapper .top-header .top-header__inner .top-header__right .top-header__cart .minicart-wrapper .action.showcart::before {
  font-size: 42px !important;
  color: #000 !important;
  display: block !important;
  visibility: visible !important;
  background: transparent !important;
  overflow: unset;
  content: '\e611' !important;
  line-height: 1 !important;
}
@media (max-width: 767px) {
  .page-wrapper .top-header .top-header__inner .top-header__right .top-header__cart .minicart-wrapper .action.showcart::before {
    font-size: 28px !important;
    display: block !important;
    visibility: visible !important;
    background: transparent !important;
  }
}
@media (max-width: 767px) {
  .page-wrapper .top-header .top-header__inner .top-header__right .top-header__cart .minicart-wrapper .action.showcart::before {
    width: 32px !important;
    height: 32px !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='9' cy='21' r='1'/%3E%3Ccircle cx='20' cy='21' r='1'/%3E%3Cpath d='M1 1h4l2.68 13.39a2 2 0 0 0 2 1.61h9.72a2 2 0 0 0 2-1.61L23 6H6'/%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-color: transparent !important;
  }
}
.page-wrapper .top-header .top-header__inner .top-header__right .top-header__cart .minicart-wrapper .action.showcart .text {
  background: transparent !important;
}
@media (max-width: 767px) {
  .page-wrapper .top-header .top-header__inner .top-header__right .top-header__cart .minicart-wrapper .action.showcart .text {
    display: none !important;
    background: transparent !important;
  }
}
@media (max-width: 767px) {
  .page-wrapper .top-header .top-header__inner .top-header__right .top-header__cart .minicart-wrapper .action.showcart .counter {
    font-size: 10px !important;
    min-width: 16px !important;
    height: 16px !important;
    line-height: 16px !important;
    padding: 0 4px !important;
  }
}
.page-wrapper .top-header .top-header__inner .top-header__center {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20%;
}
@media (max-width: 767px) {
  .page-wrapper .top-header .top-header__inner .top-header__center {
    justify-content: flex-start;
    width: auto;
    flex: 1 1 auto;
    min-width: 0;
    margin: 0 8px;
  }
}
.page-wrapper .top-header .top-header__inner .top-header__center .logo {
  margin: 0 !important;
  max-width: 120px !important;
  float: unset !important;
}
.page-wrapper .top-header .top-header__inner .top-header__center .logo img {
  border-radius: 40px;
}
@media (max-width: 767px) {
  .page-wrapper .top-header .top-header__inner .top-header__center .logo img {
    max-width: 90px;
    height: auto;
  }
}
@media (max-width: 767px) {
  .page-wrapper .top-header .top-header__inner .top-header__center .action.nav-toggle {
    display: none;
  }
}
@media (max-width: 767px) {
  .page-wrapper .sections.nav-sections .action.nav-toggle {
    display: block !important;
    background: transparent !important;
    border: none !important;
    padding: 10px !important;
    cursor: pointer;
    color: #000 !important;
  }
  .page-wrapper .sections.nav-sections .action.nav-toggle::before {
    color: #000 !important;
    font-size: 28px !important;
    line-height: 1 !important;
    content: '\e609' !important;
  }
  .page-wrapper .sections.nav-sections .action.nav-toggle span {
    display: none !important;
  }
  .page-wrapper .sections.nav-sections .action.nav-toggle:hover,
  .page-wrapper .sections.nav-sections .action.nav-toggle:focus {
    background: transparent !important;
    color: #000 !important;
  }
  .page-wrapper .sections.nav-sections .action.nav-toggle:hover::before,
  .page-wrapper .sections.nav-sections .action.nav-toggle:focus::before {
    color: #000 !important;
    opacity: 0.8;
  }
  .page-wrapper .sections.nav-sections .action.nav-toggle:active {
    background: transparent !important;
    color: #000 !important;
  }
  .page-wrapper .sections.nav-sections .action.nav-toggle:active::before {
    color: #000 !important;
  }
}
@media (max-width: 767px) {
  .page-wrapper .action.nav-toggle::before {
    color: #000 !important;
  }
  .page-wrapper .action.nav-toggle:hover::before,
  .page-wrapper .action.nav-toggle:focus::before {
    color: #000 !important;
  }
}
@media (max-width: 767px) {
  .page-wrapper.header-has-sticky .page-main {
    padding-top: 80px !important;
  }
}
@media (min-width: 768px) {
  .page-wrapper.header-has-sticky .page-main {
    padding-top: 70px !important;
  }
}
.page-wrapper.header-has-sticky .sections.nav-sections {
  margin-top: 0;
}
.page-footer .block.newsletter .actions .action.subscribe.primary {
  background-color: #DC143C;
  border-color: #DC143C;
}
.page-footer .block.newsletter .newsletter-image {
  margin-top: 15px;
  align-items: center;
  gap: 8px;
  justify-content: center;
}
@media (max-width: 767px) {
  .page-footer .block.newsletter .newsletter-image {
    justify-content: center;
  }
}
.page-footer .block.newsletter .newsletter-image .newsletter-powered-by {
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 500;
  color: #000;
  white-space: nowrap;
}
.page-footer .block.newsletter .newsletter-image img {
  max-width: 40%;
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sources%22%3A%5B%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fasquaretec%5C%2Fdefault%5C%2Fen_US%5C%2FMagento_Theme%5C%2Fcss%5C%2Fheader.less%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22AAOA%2CaACI%3BEACI%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAOA%2CQAL0B%3BEAK1B%2CaATJ%3BIAKQ%2CkBAAA%3B%3B%3BAAIJ%2CaATJ%2CYASK%3BEACG%2C0BAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CsBAAA%3BEACA%2CwBAAA%3BEACA%2CwCAAA%3BEACA%2CmBAAA%3B%3BAAuCA%2CQApC0B%3BEAoC1B%2CaAxDR%2CYASK%3BIAYO%2CiBAAA%3B%3BEAmCJ%2CaAxDR%2CYASK%2CmBAcO%3BIACI%2C8BAAA%3BIACA%2CQAAA%3BIACA%2CmBAAA%3B%3BEA8BR%2CaAxDR%2CYASK%2CmBAoBO%3BIACI%2CwBAAA%3BIACA%2CWAAA%3BIACA%2CcAAA%3B%3BEAwBR%2CaAxDR%2CYASK%2CmBA0BO%3BIACI%2CcAAA%3BIACA%2CYAAA%3BIACA%2CaAAA%3B%3BEAkBR%2CaAxDR%2CYASK%2CmBAgCO%3BIACI%2CiBAAA%3BIACA%2CWAAA%3BIACA%2CQAAA%3BIACA%2CcAAA%3BIACA%2CwBAAA%3B%3BEAUR%2CaAxDR%2CYASK%2CmBAyCO%3BIACI%2C8BAAA%3B%3B%3BAA0CZ%2CQArC8B%3BEAqC9B%2CaA7FJ%2CYASK%3BIAgDO%2CiBAAA%3B%3BEAoCR%2CaA7FJ%2CYASK%2CmBAkDO%3BIACI%2C8BAAA%3BIACA%2CQAAA%3BIACA%2CmBAAA%3B%3BEA%2BBZ%2CaA7FJ%2CYASK%2CmBAwDO%3BIACI%2CwBAAA%3BIACA%2CWAAA%3BIACA%2CcAAA%3B%3BEAyBZ%2CaA7FJ%2CYASK%2CmBA8DO%3BIAGI%2CWAAA%3B%3BEAmBZ%2CaA7FJ%2CYASK%2CmBAqEO%3BIACI%2CmBAAA%3B%3BEAcZ%2CaA7FJ%2CYASK%2CmBAgFO%3BIACI%2C0BAAA%3B%3B%3BAA3FpB%2CaACI%2CYA8FI%3BEACI%2CaAAA%3BEACA%2CmBAAA%3B%3BAAQA%2CQAN0B%3BEAM1B%2CaAxGR%2CYA8FI%3BIAKQ%2C8BAAA%3BIACA%2CQAAA%3BIACA%2CmBAAA%3BIACA%2CiBAAA%3B%3B%3BAAvGhB%2CaACI%2CYA8FI%2CmBAUI%3BEACI%2CaAAA%3BEACA%2CUAAA%3BEACA%2C2BAAA%3BEACA%2CSAAA%3BEACA%2CmBAAA%3B%3BAA9GhB%2CaACI%2CYA8FI%2CmBAUI%2CkBAOI%2CkBACI%3BEACI%2CaAAA%3BEACA%2CqBAAA%3BEACA%2CSAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3B%3BAAvHxB%2CaACI%2CYA8FI%2CmBAUI%2CkBAOI%2CkBACI%2C0BAOI%3BEACI%2CeAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3B%3BAA3H5B%2CaACI%2CYA8FI%2CmBAUI%2CkBAOI%2CkBAcI%3BEACI%2CaAAA%3BEACA%2CqBAAA%3BEACA%2CSAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3B%3BAApIxB%2CaACI%2CYA8FI%2CmBAUI%2CkBAOI%2CkBAcI%2CuBAOI%3BEACI%2CeAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3B%3BAAuChB%2CQAlC8B%3BEAkC9B%2CaA9KR%2CYA8FI%2CmBAUI%3BIAqCQ%2CwBAAA%3BIACA%2CWAAA%3BIACA%2CQAAA%3BIACA%2CcAAA%3B%3BEA8BR%2CaA9KR%2CYA8FI%2CmBAUI%2CkBA2CQ%3BIACI%2CwBAAA%3B%3BEA0BZ%2CaA9KR%2CYA8FI%2CmBAUI%2CkBAgDQ%3BIACI%2C4BAAA%3BIACA%2CmBAAA%3B%3BEAoBZ%2CaA9KR%2CYA8FI%2CmBAUI%2CkBAgDQ%2C0BAII%3BIACI%2CyBAAA%3BIACA%2CgBAAA%3B%3BEAgBhB%2CaA9KR%2CYA8FI%2CmBAUI%2CkBAgDQ%2C0BAII%2CwBAII%3BIACI%2CyBAAA%3B%3BEAapB%2CaA9KR%2CYA8FI%2CmBAUI%2CkBAgDQ%2C0BAII%2CwBAQI%3BIACI%2CyBAAA%3BIACA%2CeAAA%3BIACA%2CgBAAA%3BIACA%2CuBAAA%3BIACA%2CmBAAA%3B%3B%3BAA1KhC%2CaACI%2CYA8FI%2CmBAiFI%3BEACI%2CaAAA%3BEACA%2CUAAA%3BEACA%2CyBAAA%3BEACA%2CSAAA%3BEACA%2CmBAAA%3B%3BAArLhB%2CaACI%2CYA8FI%2CmBAiFI%2CmBAaI%3BEACI%2CkBAAA%3BEACA%2CeAAA%3B%3BAAQA%2CQAL0B%3BEAK1B%2CaAtMhB%2CYA8FI%2CmBAiFI%2CmBAaI%3BIAMQ%2CkBAAA%3B%3B%3BAAWJ%2CQAP0B%3BEACtB%2CWAAW%2CmBAAoB%2CcAvMnD%2CYA8FI%2CmBAiFI%2CmBAaI%3BIAYY%2C8BAAA%3B%3B%3BAAzM5B%2CaACI%2CYA8FI%2CmBAiFI%2CmBAaI%2CkBAiBI%3BEACI%2CcAAA%3BEACA%2CgBAAA%3B%3BAAhNxB%2CaACI%2CYA8FI%2CmBAiFI%2CmBAaI%2CkBAiBI%2C0BAGI%2CQAAO%3BEACH%2CoBAAA%3BEACA%2C2BAAA%3BEACA%2CqBAAA%3BEACA%2CaAAA%3BEACA%2CSAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3B%3BAAxN5B%2CaACI%2CYA8FI%2CmBAiFI%2CmBAaI%2CkBAiBI%2C0BAGI%2CQAAO%2CMAQH%3BEACI%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3B%3BAA%5C%2FNhC%2CaACI%2CYA8FI%2CmBAiFI%2CmBAaI%2CkBAiBI%2C0BAGI%2CQAAO%2CMAQH%2CGAOI%3BEACI%2CeAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CuBAAA%3B%3BAAtOpC%2CaACI%2CYA8FI%2CmBAiFI%2CmBAaI%2CkBAgDI%3BEACI%2CaAAA%3B%3BAA6GR%2CQA1G8B%3BEA0G9B%2CaA1VZ%2CYA8FI%2CmBAiFI%2CmBAaI%2CkBAsDQ%3BIACI%2CaAAA%3B%3BEAuGZ%2CaA1VZ%2CYA8FI%2CmBAiFI%2CmBAaI%2CkBA2DQ%3BIACI%2CcAAA%3BIACA%2CkBAAA%3B%3BEAiGZ%2CaA1VZ%2CYA8FI%2CmBAiFI%2CmBAaI%2CkBA2DQ%2CyBAII%3BIACI%2CgBAAA%3BIACA%2CYAAA%3BIACA%2CUAAA%3BIACA%2CeAAA%3BIACA%2CaAAA%3BIACA%2CmBAAA%3BIACA%2CuBAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CcAAA%3B%3BEAqFhB%2CaA1VZ%2CYA8FI%2CmBAiFI%2CmBAaI%2CkBA2DQ%2CyBAII%2C2BAiBI%3BIACI%2CWAAA%3BIACA%2CYAAA%3BIACA%2CaAAA%3B%3BEAQJ%2CaAvR5B%2CYA8FI%2CmBAiFI%2CmBAaI%2CkBA2DQ%2CyBAII%2C2BA4BK%3BEACD%2CaAxR5B%2CYA8FI%2CmBAiFI%2CmBAaI%2CkBA2DQ%2CyBAII%2C2BA6BK%3BIACG%2CaAAA%3BIACA%2CYAAA%3B%3BEAgEpB%2CaA1VZ%2CYA8FI%2CmBAiFI%2CmBAaI%2CkBA2DQ%2CyBAuCI%3BIACI%2CaAAA%3BIACA%2CkBAAA%3BIACA%2CSAAA%3BIACA%2CQAAA%3BIACA%2CeAAA%3BIACA%2CgBAAA%3BIACA%2CgBAAA%3BIACA%2CkBAAA%3BIACA%2C0CAAA%3BIACA%2CaAAA%3BIACA%2CcAAA%3B%3BEAEA%2CaA3S5B%2CYA8FI%2CmBAiFI%2CmBAaI%2CkBA2DQ%2CyBAuCI%2C2BAaK%3BIACG%2CcAAA%3B%3BEA8CpB%2CaA1VZ%2CYA8FI%2CmBAiFI%2CmBAaI%2CkBA2DQ%2CyBAuCI%2C2BAiBI%2CQAAO%3BIACH%2CoBAAA%3BIACA%2C2BAAA%3BIACA%2CqBAAA%3BIACA%2CaAAA%3BIACA%2CsBAAA%3BIACA%2CMAAA%3B%3BEAqCpB%2CaA1VZ%2CYA8FI%2CmBAiFI%2CmBAaI%2CkBA2DQ%2CyBAuCI%2C2BAiBI%2CQAAO%2CMAQH%3BIACI%2CoBAAA%3BIACA%2CqBAAA%3BIACA%2C2BAAA%3BIACA%2CkCAAA%3B%3BEA%2BBxB%2CaA1VZ%2CYA8FI%2CmBAiFI%2CmBAaI%2CkBA2DQ%2CyBAuCI%2C2BAiBI%2CQAAO%2CMAQH%2CGAMI%3BIACI%2CcAAA%3BIACA%2CkBAAA%3BIACA%2CeAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CqBAAA%3BIACA%2CgBAAA%3BIACA%2CuBAAA%3B%3BEAEA%2CaAvUxC%2CYA8FI%2CmBAiFI%2CmBAaI%2CkBA2DQ%2CyBAuCI%2C2BAiBI%2CQAAO%2CMAQH%2CGAMI%2CEAUK%3BIACG%2CmBAAA%3B%3BEAIR%2CaA5UpC%2CYA8FI%2CmBAiFI%2CmBAaI%2CkBA2DQ%2CyBAuCI%2C2BAiBI%2CQAAO%2CMAQH%2CGAqBK%2CYAAa%3BIACV%2C2BAAA%3BIACA%2C4BAAA%3B%3BEAGJ%2CaAjVpC%2CYA8FI%2CmBAiFI%2CmBAaI%2CkBA2DQ%2CyBAuCI%2C2BAiBI%2CQAAO%2CMAQH%2CGA0BK%2CWAAY%3BIACT%2C8BAAA%3BIACA%2C%2BBAAA%3B%3B%3BAAvEZ%2CQA5Bc%2CuBAuBY%3BEAK1B%2CaA5Q5B%2CYA8FI%2CmBAiFI%2CmBAaI%2CkBA2DQ%2CyBAII%3BIAaQ%2CWAAA%3BIACA%2CYAAA%3B%3B%3BAAYJ%2CQArCc%2CuBAiCgB%3BEAI9B%2CaArR5B%2CYA8FI%2CmBAiFI%2CmBAaI%2CkBA2DQ%2CyBAII%2C2BAiBI%3BIAMQ%2CWAAA%3BIACA%2CYAAA%3B%3B%3BAApRxC%2CaACI%2CYA8FI%2CmBAiFI%2CmBA4KI%3BEACI%2CwBAAA%3BEACA%2CmBAAA%3BEACA%2C8BAAA%3BEACA%2CqBAAA%3BEACA%2CkCAAA%3BEACA%2CsBAAA%3BEACA%2CuBAAA%3BEACA%2C0BAAA%3BEACA%2C2BAAA%3B%3BAAcA%2CQAZ0B%3BEAY1B%2CaAlXhB%2CYA8FI%2CmBAiFI%2CmBA4KI%3BIAYQ%2CwBAAA%3BIACA%2CcAAA%3BIACA%2C8BAAA%3BIACA%2CqBAAA%3BIACA%2CkCAAA%3BIACA%2CsBAAA%3BIACA%2CuBAAA%3BIACA%2C0BAAA%3BIACA%2C2BAAA%3B%3B%3BAAhXxB%2CaACI%2CYA8FI%2CmBAiFI%2CmBA4KI%2CkBAuBI%3BEACI%2CyBAAA%3BEACA%2C8BAAA%3BEACA%2CqBAAA%3BEACA%2CkCAAA%3BEACA%2CaAAA%3B%3BAAgBA%2CQAb0B%3BEAa1B%2CaAvYpB%2CYA8FI%2CmBAiFI%2CmBA4KI%2CkBAuBI%3BIASQ%2CyBAAA%3BIACA%2C8BAAA%3BIACA%2CqBAAA%3BIACA%2CkCAAA%3BIACA%2CsBAAA%3BIACA%2CuBAAA%3BIACA%2C0BAAA%3BIACA%2C2BAAA%3B%3B%3BAAnY5B%2CaACI%2CYA8FI%2CmBAiFI%2CmBA4KI%2CkBAuBI%2CkBAqBI%2CQAAO%3BEACH%2CwBAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3BEACA%2CsBAAA%3BEACA%2CuBAAA%3BEACA%2C0BAAA%3BEACA%2C2BAAA%3BEACA%2CqBAAA%3BEACA%2C8BAAA%3BEACA%2CqBAAA%3BEACA%2CkCAAA%3BEACA%2CuBAAA%3BEACA%2C2BAAA%3BEACA%2C6BAAA%3BEACA%2CsBAAA%3B%3BAAqBA%2CQAjB0B%3BEAiB1B%2CaA3axB%2CYA8FI%2CmBAiFI%2CmBA4KI%2CkBAuBI%2CkBAqBI%2CQAAO%3BIAoBC%2CsBAAA%3BIACA%2CuBAAA%3BIACA%2C0BAAA%3BIACA%2C2BAAA%3BIACA%2CwBAAA%3BIACA%2C8BAAA%3BIACA%2CqBAAA%3BIACA%2CkCAAA%3BIACA%2CuBAAA%3BIACA%2C2BAAA%3BIACA%2C6BAAA%3BIACA%2CsBAAA%3B%3B%3BAAKJ%2CaA3axB%2CYA8FI%2CmBAiFI%2CmBA4KI%2CkBAuBI%2CkBAqBI%2CQAAO%2CSAoCF%3BEACG%2C0BAAA%3BEACA%2CWAAA%3BEACA%2CyBAAA%3BEACA%2C8BAAA%3BEACA%2CkCAAA%3BEACA%2CeAAA%3BEACA%2CSAAS%2COAAT%3BEAEA%2CyBAAA%3B%3BAAQJ%2CQAN8B%3BEAM9B%2CaA5bxB%2CYA8FI%2CmBAiFI%2CmBA4KI%2CkBAuBI%2CkBAqBI%2CQAAO%2CSAoCF%3BIAYO%2C0BAAA%3BIACA%2CyBAAA%3BIACA%2C8BAAA%3BIACA%2CkCAAA%3B%3B%3BAAeR%2CQAX0B%3BEACtB%2CaA%5C%2Fb5B%2CYA8FI%2CmBAiFI%2CmBA4KI%2CkBAuBI%2CkBAqBI%2CQAAO%2CSAwDE%3BIACG%2CsBAAA%3BIACA%2CuBAAA%3BIACA%2CsBAAsB%2CgVAAtB%3BIACA%2C4BAAA%3BIACA%2CsCAAA%3BIACA%2CwCAAA%3B%3B%3BAAtcpC%2CaACI%2CYA8FI%2CmBAiFI%2CmBA4KI%2CkBAuBI%2CkBAqBI%2CQAAO%2CSAkEH%3BEACI%2CkCAAA%3B%3BAAMJ%2CQAJ8B%3BEAI9B%2CaAhdxB%2CYA8FI%2CmBAiFI%2CmBA4KI%2CkBAuBI%2CkBAqBI%2CQAAO%2CSAkEH%3BIAIQ%2CwBAAA%3BIACA%2CkCAAA%3B%3B%3BAAeR%2CQAP8B%3BEAO9B%2CaA7dxB%2CYA8FI%2CmBAiFI%2CmBA4KI%2CkBAuBI%2CkBAqBI%2CQAAO%2CSA2EH%3BIAKQ%2C0BAAA%3BIACA%2C0BAAA%3BIACA%2CuBAAA%3BIACA%2C4BAAA%3BIACA%2CyBAAA%3B%3B%3BAA5dpC%2CaACI%2CYA8FI%2CmBAsYI%3BEACI%2CaAAA%3BEACA%2CuBAAA%3BEACA%2CmBAAA%3BEACA%2CUAAA%3B%3BAASA%2CQAP0B%3BEAO1B%2CaAjfZ%2CYA8FI%2CmBAsYI%3BIAOQ%2C2BAAA%3BIACA%2CWAAA%3BIACA%2CcAAA%3BIACA%2CYAAA%3BIACA%2CaAAA%3B%3B%3BAAhfpB%2CaACI%2CYA8FI%2CmBAsYI%2CoBAaI%3BEACI%2CoBAAA%3BEACA%2C2BAAA%3BEACA%2CuBAAA%3B%3BAArfpB%2CaACI%2CYA8FI%2CmBAsYI%2CoBAaI%2CMAII%3BEACI%2CmBAAA%3B%3BAAMJ%2CQAJ8B%3BEAI9B%2CaA5fhB%2CYA8FI%2CmBAsYI%2CoBAaI%2CMAII%3BIAIQ%2CeAAA%3BIACA%2CYAAA%3B%3B%3BAAShB%2CQAL8B%3BEAK9B%2CaAngBR%2CYA8FI%2CmBAsYI%2CoBA2BQ%2CQAAO%3BIACH%2CaAAA%3B%3B%3BAAiDhB%2CQAvC8B%3BEAuC9B%2CaAzCJ%2CUAAS%2CaACL%2CQAAO%3BIAEC%2CyBAAA%3BIACA%2CkCAAA%3BIACA%2CuBAAA%3BIACA%2CwBAAA%3BIACA%2CeAAA%3BIACA%2CWAAA%3B%3BEAEA%2CaAVZ%2CUAAS%2CaACL%2CQAAO%2CWASE%3BIACG%2CWAAA%3BIACA%2C0BAAA%3BIACA%2CyBAAA%3BIACA%2CSAAS%2COAAT%3B%3BEA2BZ%2CaAzCJ%2CUAAS%2CaACL%2CQAAO%2CWAgBC%3BIACI%2CwBAAA%3B%3BEAGJ%2CaArBZ%2CUAAS%2CaACL%2CQAAO%2CWAoBE%3BEACD%2CaAtBZ%2CUAAS%2CaACL%2CQAAO%2CWAqBE%3BIACG%2CkCAAA%3BIACA%2CWAAA%3B%3BEAEA%2CaA1BhB%2CUAAS%2CaACL%2CQAAO%2CWAoBE%2CMAKI%3BEAAD%2CaA1BhB%2CUAAS%2CaACL%2CQAAO%2CWAqBE%2CMAII%3BIACG%2CWAAA%3BIACA%2CYAAA%3B%3BEAIR%2CaAhCZ%2CUAAS%2CaACL%2CQAAO%2CWA%2BBE%3BIACG%2CkCAAA%3BIACA%2CWAAA%3B%3BEAEA%2CaApChB%2CUAAS%2CaACL%2CQAAO%2CWA%2BBE%2COAII%3BIACG%2CWAAA%3B%3B%3BAAmBpB%2CQAV8B%3BEACtB%2CaAFR%2CQAAO%2CWAEE%3BIACG%2CWAAA%3B%3BEAGJ%2CaANR%2CQAAO%2CWAME%2CMAAM%3BEACP%2CaAPR%2CQAAO%2CWAOE%2CMAAM%3BIACH%2CWAAA%3B%3B%3BAAWJ%2CQAH0B%3BEAG1B%2CaALP%2CkBACG%3BIAEQ%2C4BAAA%3B%3B%3BAAKR%2CQAH8B%3BEAG9B%2CaARH%2CkBACG%3BIAKQ%2C4BAAA%3B%3B%3BAANZ%2CaAAC%2CkBAWG%2CUAAS%3BEACL%2CaAAA%3B%3BAAMZ%2CYACI%2COAAM%2CWACF%2CSAAS%2CQAAO%2CUAAU%3BEACtB%2CyBAAA%3BEACA%2CqBAAA%3B%3BAAJZ%2CYACI%2COAAM%2CWAMF%3BEACI%2CgBAAA%3BEAEA%2CmBAAA%3BEACA%2CQAAA%3BEACA%2CuBAAA%3B%3BAAMA%2CQAJ0B%3BEAI1B%2CYAjBR%2COAAM%2CWAMF%3BIAQQ%2CuBAAA%3B%3B%3BAAfhB%2CYACI%2COAAM%2CWAMF%2CkBAWI%3BEACI%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3B%3BAAvBhB%2CYACI%2COAAM%2CWAMF%2CkBAmBI%3BEAEI%2CcAAA%22%7D */