/* xs - SMARTPHONE PORTRAIT STYLES */
.navbar {
  padding: 0.5rem 0rem;
}
header nav ul.navbar-nav > li {
  width: 100%;
  margin-right: 0;
}
.menu-item-link-mob {
  margin-left: -10px;
}
nav ul li {
  margin-right: 2px;
  padding-right: 15px;
  padding-left: 15px;
}
header nav ul li {
  padding: 7px 25px;
  font-weight: bold;
  font-size: 16px;
}
header nav ul li a:hover {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.7);
}
header nav ul.navbar-nav > li:nth-child(6):after {
  content: url(data:image/svg+xml,%3Csvg%20id%3D%22Layer%5f1%22%20height%3D%2220%22%20width%3D%2210%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2014.99%208.98%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%232a9fe8%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M2.15%2C3.51A1.67%2C1.67%2C0%2C0%2C0%2C1%2C4%2C1.59%2C1.59%2C0%2C0%2C0%2C1%2C6.26L6.86%2C12a1.72%2C1.72%2C0%2C0%2C0%2C2.32%2C0L15%2C6.3A1.59%2C1.59%2C0%2C0%2C0%2C15%2C4a1.67%2C1.67%2C0%2C0%2C0-2.33%2C0L8%2C8.61%2C3.31%2C4A1.67%2C1.67%2C0%2C0%2C0%2C2.15%2C3.51Z%22%20transform%3D%22translate%28-0.5%20-3.51%29%22%2F%3E%3C%2Fsvg%3E);
  width: 20px;
  height: 20px;
  margin-top: 5px;
  margin-left: 300px;
  position: absolute;
}
.share-btn {
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 6px;
}
.fl-box {
  display: flex;
  flex-wrap: wrap;
}
.fl-push {
  margin-left: auto;
}
/*home page listing*/
.info {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-top: 8px;
}
.info-caption {
  width: 20px;
  height: 17px;
  margin-left: 10px;
}
.info-count {
  margin-left: 6px;
  font-weight: 300;
}
.navbar-nav {
  margin: auto;
  width: 100%;
}
header nav li.menu-item-has-children .sub-menu {
  display: none;
}
header nav li.menu-item-has-children:hover ul.sub-menu {
  display: grid;
}
header nav ul.sub-menu {
  list-style: none;
  display: none;
  grid-template-columns: 20% 20% 20% 20% 20%;
  position: absolute;
  background: #fff;
  top: 50px;
  left: -200px;
  right: 0;
  padding: 2rem;
  padding-left: 0;
}
header nav ul.navbar-nav > .menu-item-has-children {
  display: flex;
  justify-content: space-between;
}
header nav ul.navbar-nav > .menu-item-has-children {
  padding-right: 10px;
  font-size: 17px;
}
/**gdb**/
.sub-menu-mobile-wrap {
  position: absolute;
  background: white;
  top: 55px;
  left: 0px;
  right: 0;
  border-top: 1px solid #e0e0e0;
  display: none;
  height: 100%;
}
.close-submenu {
  padding: 1rem;
  display: flex;
  font-size: 1.4rem;
  align-items: center;
  font-weight: bold;
  border-bottom: 1px solid #e0e0e0;
}
.non-list {
  padding-left: 0;
  list-style: none;
}
.sub-menu-mobile-wrap {
  z-index: 9;
}
header nav .submenu-content ul.menu-list {
  column-count: 2;
}
.non-list {
  list-style: none;
  padding: 0 6%;
}
.non-list li {
  padding-bottom: 10px;
  white-space: nowrap;
}
#stickyunit {
  display: none;
}
#stickyunit2 {
  display: none;
}
/*modal*/
.modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
  align-items: center;
  justify-content: center;
  display: flex;
  display: flex;
}
.modal-content {
  position: relative;
  width: 90%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1pxsolidrgba 0, 0, 0, 0.2;
  border-radius: 0rem;
  outline: 0;
}
/*modal btn*/
/*Keyword @udeshika on 2022-aug-26*/
.wpg-popup-primary {
  background-color: #04a3db;
  border-radius: 0px;
  border: 0px;
  margin: 5px 1px 0px;
  padding: 10px 40px;
  width: 80%;
  color: #fff;
}
.wpg-primary {
  background-color: #04a3db;
  border-radius: 0px;
  border: 0px;
  margin: -3px 1px 0px;
  padding: 10px 40px;
  color: #fff;
}
.wpg-primary:active, .wpg-primary:hover, .wpg-primary:focus {
  background-color: #04a3db !important;
}
.gadd {
  width: 150px;
}
img {
  vertical-align: middle;
}
::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
.card-img-top {
  width: 100%;
}
.card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.card-columns {
  -webkit-column-count: 1;
  flex-direction: column;
  -moz-column-count: 1;
  column-count: 1;
}
.content-div {
  height: 250px;
  background: #808080;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
* {
  box-sizing: border-box;
}
.card-columns .card {
  display: inline-block;
  min-width: 0;
}
.card-columns .card {
  margin-bottom: 0.75rem;
  display: inline-block;
  border: none;
}
.card.content img {
  height: auto;
  width: 100%;
}
.single-content-div {
  background: #808080;
  overflow: hidden;
}
.card a {
  z-index: 10;
}
.content-div a::after {
  content: " ";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: inline;
}
.faq-a {
  display: flex;
  padding: 10px 0px;
  cursor: pointer;
}
.faq-svg {
  margin-left: 5px;
}
.share-tw {
  background-color: #fff;
}
.search-wrapper-box {
  display: flex;
}
form > div {
  margin-bottom: 0px;
}
.wrapper {
  padding: 9px;
}
header nav ul.navbar-nav > li {
  border-right: 3px solid;
  border-bottom: 1px solid #ededed;
  margin-right: 0;
}
.sub-menu-mobile-wrap::after {
  content: " ";
  position: absolute;
  top: 0px;
  height: 100%;
  display: inline;
  left: -19px;
  width: 108%;
  z-index: -10;
  background-color: #fff;
}
/* md - TABLET PORTRAIT STYLES */
@media (min-width: 768px) {
  /* bottom menu */
  .category__title {
    font-size: 1rem;
  }
  .footer-section-column, .footer-section-column:last-child {
    border: 0;
  }
  /* download page */
  .d-none.d-sm-block .favorite-btn {
    font-size: 1.3rem;
    margin-top: 10px;
    width: 100%;
  }
  .user-block {
    display: flex;
  }
  .share-icn-tab-desk {
    display: flex;
    margin-left: 25px;
  }
  .share-icn-tab-desk a {
    margin: 0 5px;
  }
  /* login pop-up */
  .background-blur {
    filter: blur(4px);
  }
  /* front page section-title + card */
  h2 {
    font-size: 1.8rem;
    max-width: 300px;
  }
  .top-trending-btn, .popular-wallpaper-btn {
    width: 50%;
    margin: auto;
  }
  /* front page background-image + header */
  h1.search-form-title {
    font-size: 26px;
    width: 600px;
  }
  h2 {
    font-size: 14px;
    margin-bottom: 18px;
  }
  .wrapper {
    width: 400px;
    height: 30px;
  }
  .search-icon {
    width: 30px;
    height: 20px;
  }
  .search-form {
    height: 280px;
    background-image: url(/wp-content/themes/mwpcom/src/search-bg.jpg);
  }
  .small-text {
    font-size: 12px;
  }
  .top-search-list {
    justify-content: space-evenly;
    font-size: 12px;
  }
  /* front page (wallpaper by)*/
  .main-section-ul {
    height: 80px;
    font-size: 11px;
  }
  h2.main-section-title {
    font-size: 1rem;
  }
  /* keyword page (bottom part) */
  .card-columns {
    column-count: 2;
    padding: 0;
  }
  /* contact page */
  .container form input, .container form textarea, .container form button {
    margin: auto;
    width: 60%;
  }
  .menu-item-desktop {
    display: flex;
    flex-direction: column;
    align-items: left;
    justify-content: left;
  }
}
/* lg - TABLET LANDSCAPE STYLES */
@media (min-width: 992px) {
  .menu-item-desktop {
    display: flex;
    flex-direction: column;
    align-items: normal;
    justify-content: left;
  }
}
/* xl - DESKTOP STYLES */
@media (min-width: 1200px) {
  header nav ul li {
    padding: 7px 25px;
    font-weight: bold;
    font-size: 16px;
  }
  header nav ul.navbar-nav > li:nth-child(6):after {
    content: url(data:image/svg+xml,%3Csvg%20id%3D%22Layer%5f1%22%20height%3D%2220%22%20width%3D%2210%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2014.99%208.98%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%232a9fe8%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M2.15%2C3.51A1.67%2C1.67%2C0%2C0%2C0%2C1%2C4%2C1.59%2C1.59%2C0%2C0%2C0%2C1%2C6.26L6.86%2C12a1.72%2C1.72%2C0%2C0%2C0%2C2.32%2C0L15%2C6.3A1.59%2C1.59%2C0%2C0%2C0%2C15%2C4a1.67%2C1.67%2C0%2C0%2C0-2.33%2C0L8%2C8.61%2C3.31%2C4A1.67%2C1.67%2C0%2C0%2C0%2C2.15%2C3.51Z%22%20transform%3D%22translate%28-0.5%20-3.51%29%22%2F%3E%3C%2Fsvg%3E);
    width: 20px;
    height: 20px;
    margin-right: 180px;
  }
  .container {
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
    max-width: 75rem;
  }
  /* contact page */
  .container form input, .container form textarea, .container form button {
    margin: auto;
    width: 40%;
  }
  /* keyword page (bottom part) */
  .card-columns {
    column-count: 4;
    padding: 0;
  }
  /* ----- keyword page: Title ----- */
  .container h1 {
    font-size: 1.8rem;
    font-weight: 700;
  }
  /* download page */
  .d-none.d-sm-block .favorite-btn {
    font-size: 1.3rem;
    margin-top: 10px;
    width: 100%;
  }
  .user-block {
    display: flex;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 20px;
  }
  .share-icn-tab-desk {
    display: flex;
    margin-left: 20px;
  }
  .share-icn-tab-desk a {
    margin: 0 5px;
  }
  /* bottom menu */
  .container.mt-5 .row {
    background-color: #f2f2f2;
  }
  .category__title {
    font-size: 1rem;
  }
  .footer-section-column {
    border-top: 0;
    border-left: 1px solid #e0e0e0;
    padding-left: 28px;
  }
  .footer-section-column:first-child {
    border-left: 0;
  }
  .footer-section-column:last-child {
    border-bottom: 0;
  }
  .non-list li, footer .container {
    /* padding: 0;*/
  }
  .non-list li a {
    font-size: 0.85rem;
  }
  /* footer */
  .footer-menu {
    margin: 15px 0 50px;
  }
  .footer-menu nav ul {
    display: flex;
    font-size: 0.9rem;
    justify-content: flex-start;
    margin-top: 0;
  }
  .footer-menu ul li {
    margin: 0px 5px;
  }
  .footer-copyright {
    display: inline-flex;
    justify-content: flex-end;
  }
  .footer-copyright p {
    display: flex;
    font-size: 0.9rem;
  }
  .filter-menu-item button span {
    align-items: center;
    display: flex;
    font-weight: 700;
  }
  /* login pop-up */
  .background-blur {
    filter: blur(4px);
  }
  .mwp-modal .apple {
    padding: 13px 38px;
  }
  .mwp-modal .facebook {
    padding: 13px 30px;
  }
  /* front page (top trending wallpaper categories) + (popular wallpaper categories) */
  h2 {
    font-size: 2rem;
    max-width: 100%;
  }
  .title {
    text-align: center;
    display: flex;
  }
  .title:before, .title:after {
    content: "";
    flex: 1 1;
    border-bottom: 2px solid #000;
    margin: auto;
  }
  .title h2:before, .title h2:after {
    content: "";
    flex: 1 1;
    margin-left: 10px;
    margin-right: 10px;
  }
  /* front page (top trending wallpaper categories) */
  .section-title-top-trending {
    justify-content: space-between;
    margin-bottom: 20px;
    font-weight: 700;
  }
  /* front page (popular wallpaper categories) */
  /* front page background-image + header */
  h1.search-form-title {
    font-size: 34px;
    width: 700px;
    margin-bottom: 18px;
  }
  h1 {
    font-size: 36px;
    margin-bottom: 0px;
  }
  h2 {
    font-size: 20px;
    margin-bottom: 30px;
  }
  .small-text {
    font-size: 14px;
  }
  .wrapper {
    width: 230px;
    height: 40px;
    margin-left: 30px;
    display: table-row-group;
  }
  .search-icon {
    width: 60px;
    height: 20px;
  }
  .search-form {
    height: 330px;
    background-image: url(/wp-content/themes/mwpcom/src/search-bg.jpg);
  }
  .search-wrapper {
    background-color: white;
    width: 800px;
    height: 50px;
  }
  .search-input {
    font-size: 18px;
    margin-left: 10px;
  }
  .top-search-list {
    font-size: 14px;
    justify-content: space-evenly;
  }
  .navbar-collapse {
    width: 18%;
  }
  /* front page (wallpaper by) */
  .main-section-ul {
    height: 100px;
    font-size: 14px;
  }
  /* Top Trending Wallpaper Categories + Popular Wallpaper Categories (front-page)*/
  /* section title styling */
  .section-title-top-trending {
    justify-content: space-between;
    margin-bottom: 20px;
    font-weight: 700;
  }
  h2.main-section-title {
    font-size: 1.3rem;
  }
  .title {
    text-align: center;
    display: flex;
  }
  .title:before, .title:after {
    content: "";
    flex: 1 1;
    border-bottom: 1px solid #e0e0e0;
    margin: auto;
  }
  .title h2 {
    font-size: 1.3rem;
    max-width: 400px;
    font-weight: 600;
  }
  .title h2:before, .title h2:after {
    content: "";
    flex: 1 1;
  }
  /* card styling */
  .categories-card .card {
    background-color: white;
    border-radius: 0rem;
    border: 0;
  }
  .card-title {
    text-align: center;
    font-weight: bold;
    margin-top: 0.75rem;
  }
  .top-trending-btn {
    border: 1px solid;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    margin: auto;
    padding: 1em 0;
    width: 30%;
  }
  .badge {
    font-size: 100%;
  }
  /* Popular Wallpaper Categories (front-page) */
  .section-title-popular {
    justify-content: space-between;
    margin-bottom: 20px;
    font-weight: 700;
  }
  .section-title-popular .title h2 {
    font-size: 1.3rem;
    max-width: 400px;
    font-weight: 600;
    margin: auto;
  }
  .popular-wallpaper-btn {
    border: 1px solid;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1em 0;
    width: 30%;
    margin: auto;
  }
  /* ----------------- Abrial's code----------------- */
  /* ----- keyword page: Title ----- */
  h1.keyword-page-title {
    font-size: 1.8rem;
    font-weight: 700;
  }
  .static-content {
    margin-right: 60px;
  }
  .static-ad img {
    margin-bottom: 30px;
  }
  .category-div {
    width: 250px;
    height: 240px;
    background: #808080;
  }
  .custom-div {
    width: 250px;
    height: 240px;
    background: #808080;
  }
  .tax-div {
    width: 255px;
    background: #808080;
  }
  .menu-item-desktop {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .keyword-list-box:not(:first-child) {
    margin-top: 15px;
  }
  .keyword-list-img {
    width: 100%;
  }
  .popup-link {
    color: #04a3db;
  }
  .fl-box {
    display: flex;
  }
  .fl-push {
    margin-left: auto;
    display: flex;
    align-items: center;
  }
  nav ul li {
    margin-right: 2px;
    padding-right: 15px;
    padding-left: 15px;
  }
  nav > .wrapper {
    order: 2;
  }
  header nav li.menu-item-has-children:hover ul.sub-menu {
    display: grid;
  }
  header nav ul.sub-menu {
    grid-template-columns: 20% 20% 20% 20% 20%;
    position: absolute;
    background: #fff;
    top: 60px;
    left: 0px;
    padding: 2rem;
    padding-left: 0;
    border-top: 1px solid #d3d3d3;
  }
  #stickyunit {
    position: fixed;
    display: block;
  }
  #stickyunit2 {
    display: block;
    position: fixed;
    left: 0px;
    top: 20%;
  }
  main {
    min-height: 55vh;
  }
  .card-columns {
    -webkit-column-count: 4;
    flex-direction: row;
    -moz-column-count: 4;
    column-count: 4;
  }
  header nav ul.navbar-nav > li {
    border-right: 0;
    border-bottom: 1px solid #ededed;
    margin-right: 0;
  }
  .sub-menu::after {
    content: " ";
    position: absolute;
    top: -10px;
    height: 100%;
    display: inline;
    left: 0px;
    width: 108%;
    z-index: -1;
    background-color: #fff;
  }
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sourceRoot%22%3A%22%2F%22%2C%22sources%22%3A%5B%22(stdin)%22%2C%22wp-content%2Fcustom_codes%2F20-scss-mobile-p.scss%22%2C%22wp-content%2Fcustom_codes%2F20-scss-tablet-p.scss%22%2C%22wp-content%2Fcustom_codes%2F20-scss-tablet-l.scss%22%2C%22wp-content%2Fcustom_codes%2F20-scss-desktop.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22AAAA%3BACAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAD9CA%3BACmDA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BADhGA%3BACuGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BADnJA%3BACwJA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADjKA%3BAAAA%3BACmLA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADvTA%3BAAIA%3BAAAA%3BAEHE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAFDF%3BAEOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAFtBF%3BAE2BE%3BAAAA%3BAAAA%3BAF3BF%3BAEgCE%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAFpCF%3BAE2CE%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAFrEF%3BAE2EE%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAFhFF%3BAEqFE%3BAAAA%3BAAAA%3BAAAA%3BAFrFF%3BAE2FE%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAFtGA%3BAASA%3BAGTA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAHAA%3BAAcA%3BAIdA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAJCA%3BAIOA%3BAAAA%3BAAAA%3BAAAA%3BAJPA%3BAIeA%3BAAAA%3BAAAA%3BAAAA%3BAJfA%3BAIqBA%3BAAAA%3BAAAA%3BAAAA%3BAJrBA%3BAI2BA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAJ5CA%3BAIiDA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAJ5EA%3BAIiFA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAJ1GA%3BAIiHA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAJzHA%3BAI8HA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAJ7IA%3BAIsJA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAJtJA%3BAAAA%3BAI%2BJA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAJhNA%3BAIqNA%3BAAAA%3BAAAA%3BAAAA%3BAJrNA%3BAAAA%3BAI6NA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAJtPA%3BAI6PA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAJlRA%3BAIwRA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAJrSA%3BAAAA%3BAIiTA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%22%7D */