html,
body {
  overflow-x: hidden;
  max-width: 100vw;
}
.page-wrapper {
  max-width: 100vw;
  overflow-x: hidden;
}
.header-placeholder {
  width: 100%;
  transition: height 0.3s ease;
}
.page-header {
  position: sticky !important;
  top: 0 !important;
  z-index: 1001 !important;
  background: #ffffff !important;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1) !important;
  width: 100%;
}
.page-header.scrolled {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15) !important;
}
.page-header.scrolled .logo img {
  max-height: 35px;
  transition: max-height 0.3s ease;
}
.page-header .header.content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 15px;
  max-width: 1440px;
  margin: 0 auto;
  transition: padding 0.3s ease;
  width: 100%;
  box-sizing: border-box;
}
.page-header .logo {
  flex-shrink: 0;
}
.page-header .logo img {
  max-height: 40px;
  width: auto;
  transition: max-height 0.3s ease;
  display: block;
}
@media (min-width: 768px) {
  .page-header .header.content {
    padding: 15px 40px;
    flex-wrap: nowrap;
  }
}
@media (min-width: 1024px) {
  .page-header .header.content {
    padding: 20px 60px;
  }
}
.navigation ul,
.nav-sections ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.navigation a,
.nav-sections a {
  text-decoration: none;
  color: #333333;
  transition: color 0.3s ease;
}
.navigation a:hover,
.nav-sections a:hover {
  color: #8b7355;
}
.mobile-menu-extras {
  display: none !important;
}
@media (max-width: 767px) {
  .nav-toggle {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 30px;
    height: 22px;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    z-index: 1002;
    position: relative;
  }
  .nav-toggle span {
    display: block;
    width: 100%;
    height: 2px;
    background: #333333;
    transition: all 0.3s ease;
  }
  .nav-toggle.active span:nth-child(1) {
    transform: rotate(45deg) translate(7px, 7px);
  }
  .nav-toggle.active span:nth-child(2) {
    opacity: 0;
  }
  .nav-toggle.active span:nth-child(3) {
    transform: rotate(-45deg) translate(7px, -7px);
  }
  .nav-sections {
    position: fixed !important;
    top: 0 !important;
    left: -100% !important;
    width: 100% !important;
    height: 100vh !important;
    background: #ffffff !important;
    z-index: 1000 !important;
    transition: left 0.3s ease !important;
    overflow-y: auto !important;
    padding: 20px !important;
  }
  .nav-sections.active {
    left: 0 !important;
  }
  .nav-sections .logo {
    text-align: center !important;
    padding: 15px 0 20px !important;
    border-bottom: 1px solid #eeeeee !important;
    margin-bottom: 15px !important;
  }
  .nav-sections .logo img {
    max-height: 40px !important;
    width: auto !important;
  }
  .nav-sections .mobile-menu-search,
  .nav-sections .block-search {
    margin-bottom: 20px !important;
    padding-bottom: 15px !important;
    border-bottom: 1px solid #eeeeee !important;
  }
  .nav-sections .mobile-menu-search .block-content,
  .nav-sections .block-search .block-content {
    margin: 0 !important;
  }
  .nav-sections .mobile-menu-search .control,
  .nav-sections .block-search .control {
    border: 1px solid #dddddd !important;
    border-radius: 4px !important;
    overflow: hidden !important;
    position: relative !important;
  }
  .nav-sections .mobile-menu-search input[type="text"],
  .nav-sections .block-search input[type="text"],
  .nav-sections .mobile-menu-search #search,
  .nav-sections .block-search #search {
    width: 100% !important;
    padding: 12px 40px 12px 15px !important;
    font-size: 14px !important;
    border: none !important;
    background: #ffffff !important;
    box-sizing: border-box !important;
  }
  .nav-sections .mobile-menu-search .action.search,
  .nav-sections .block-search .action.search,
  .nav-sections .mobile-menu-search button[type="submit"],
  .nav-sections .block-search button[type="submit"] {
    position: absolute !important;
    right: 10px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    background: transparent !important;
    border: none !important;
    padding: 5px !important;
  }
  .nav-sections .navigation ul {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  .nav-sections .navigation > ul > li {
    border-bottom: 1px solid #eeeeee !important;
  }
  .nav-sections .navigation > ul > li > a,
  .nav-sections .navigation > ul > li > strong {
    display: block !important;
    padding: 15px 0 !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    color: #333333 !important;
    text-decoration: none !important;
  }
  .nav-sections .navigation > ul > li ul.submenu,
  .nav-sections .navigation > ul > li ul.level0 {
    max-height: 0 !important;
    overflow: hidden !important;
    transition: max-height 0.3s ease !important;
    padding-left: 15px !important;
  }
  .nav-sections .navigation > ul > li ul.submenu.active,
  .nav-sections .navigation > ul > li ul.level0.active {
    max-height: 500px !important;
  }
  .nav-sections .navigation > ul > li ul.submenu li,
  .nav-sections .navigation > ul > li ul.level0 li {
    border-bottom: none !important;
  }
  .nav-sections .navigation > ul > li ul.submenu li a,
  .nav-sections .navigation > ul > li ul.level0 li a {
    display: block !important;
    padding: 10px 0 !important;
    font-size: 14px !important;
    text-transform: none !important;
  }
  .nav-sections .navigation > ul > li.has-submenu > a::after,
  .nav-sections .navigation > ul > li.has-submenu > strong::after {
    content: '+';
    float: right;
  }
  .nav-sections .navigation > ul > li.has-submenu.active > a::after,
  .nav-sections .navigation > ul > li.has-submenu.active > strong::after {
    content: '-';
  }
  .nav-sections .mobile-language-switcher {
    margin: 20px 0 !important;
    padding: 20px 0 !important;
    border-top: 1px solid #eeeeee !important;
    border-bottom: 1px solid #eeeeee !important;
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 10px !important;
    justify-content: center !important;
  }
  .nav-sections .mobile-language-switcher .language-option {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    padding: 10px 20px !important;
    border: 1px solid #dddddd !important;
    border-radius: 4px !important;
    text-decoration: none !important;
    color: #333333 !important;
    font-size: 14px !important;
    transition: all 0.3s ease !important;
    background: #ffffff !important;
  }
  .nav-sections .mobile-language-switcher .language-option:hover {
    background: #f5f5f5 !important;
    border-color: #8b7355 !important;
    color: #8b7355 !important;
  }
  .nav-sections .mobile-language-switcher .language-option.active {
    background: #8b7355 !important;
    border-color: #8b7355 !important;
    color: #ffffff !important;
    font-weight: 600 !important;
  }
  .nav-sections .mobile-language-switcher .language-option .language-code {
    font-weight: 600 !important;
    font-size: 12px !important;
  }
  .nav-sections .mobile-language-switcher .language-option .language-name {
    font-size: 14px !important;
  }
  .nav-sections .social-links {
    margin-top: 20px !important;
    padding-top: 20px !important;
    text-align: center !important;
  }
  .nav-sections .social-links .social-title {
    font-size: 14px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    color: #666666 !important;
    margin-bottom: 15px !important;
  }
  .nav-sections .social-links .social-icons {
    display: flex !important;
    justify-content: center !important;
    gap: 15px !important;
    flex-wrap: wrap !important;
  }
  .nav-sections .social-links .social-icons .social-icon {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 44px !important;
    height: 44px !important;
    border-radius: 50% !important;
    background: #f5f5f5 !important;
    color: #333333 !important;
    transition: all 0.3s ease !important;
    text-decoration: none !important;
  }
  .nav-sections .social-links .social-icons .social-icon svg {
    width: 20px !important;
    height: 20px !important;
    fill: currentColor !important;
  }
  .nav-sections .social-links .social-icons .social-icon:hover {
    background: #8b7355 !important;
    color: #ffffff !important;
    transform: translateY(-2px) !important;
  }
  .nav-sections .social-links .social-icons .social-icon.facebook:hover {
    background: #1877f2 !important;
  }
  .nav-sections .social-links .social-icons .social-icon.instagram:hover {
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%) !important;
  }
  .nav-sections .social-links .social-icons .social-icon.youtube:hover {
    background: #ff0000 !important;
  }
  .nav-sections .social-links .social-icons .social-icon.pinterest:hover {
    background: #e60023 !important;
  }
  body.nav-open {
    overflow: hidden;
  }
  body.nav-open::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
  }
  body.nav-before-open,
  body.nav-open {
    position: static !important;
    height: auto !important;
  }
  body.nav-before-open .page-wrapper,
  body.nav-open .page-wrapper {
    position: static !important;
    overflow: visible !important;
    left: 0 !important;
    transform: none !important;
    transition: none !important;
    height: auto !important;
  }
}
@media (min-width: 768px) {
  .nav-toggle {
    display: none !important;
  }
  .nav-sections {
    position: relative !important;
    background: #ffffff;
    border-bottom: 1px solid #eeeeee;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  }
  .nav-sections .logo,
  .nav-sections .mobile-menu-search,
  .nav-sections .block-search,
  .nav-sections .mobile-language-switcher,
  .nav-sections .social-links {
    display: none !important;
  }
  .nav-sections .navigation {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 40px;
  }
  .nav-sections .navigation > ul {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 30px !important;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
  }
  .nav-sections .navigation > ul > li {
    position: relative !important;
    display: inline-block !important;
  }
  .nav-sections .navigation > ul > li > a,
  .nav-sections .navigation > ul > li > strong {
    display: block !important;
    padding: 15px 10px !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    color: #333333 !important;
    transition: color 0.3s ease !important;
    text-decoration: none !important;
    white-space: nowrap !important;
    background: none !important;
  }
  .nav-sections .navigation > ul > li > a:hover,
  .nav-sections .navigation > ul > li > strong:hover {
    color: #8b7355 !important;
  }
  .nav-sections .navigation > ul > li ul.submenu,
  .nav-sections .navigation > ul > li ul.level0 {
    position: absolute !important;
    top: 100% !important;
    left: 0 !important;
    min-width: 200px !important;
    display: block !important;
    background: #ffffff !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1) !important;
    opacity: 0 !important;
    visibility: hidden !important;
    transform: translateY(-10px) !important;
    transition: all 0.3s ease !important;
    z-index: 100 !important;
    padding: 0 !important;
    margin: 0 !important;
  }
  .nav-sections .navigation > ul > li ul.submenu li,
  .nav-sections .navigation > ul > li ul.level0 li {
    border-bottom: 1px solid #eeeeee;
  }
  .nav-sections .navigation > ul > li ul.submenu li:last-child,
  .nav-sections .navigation > ul > li ul.level0 li:last-child {
    border-bottom: none;
  }
  .nav-sections .navigation > ul > li ul.submenu li a,
  .nav-sections .navigation > ul > li ul.level0 li a {
    display: block;
    padding: 12px 20px;
    font-size: 14px;
    white-space: nowrap;
    color: #333333;
  }
  .nav-sections .navigation > ul > li ul.submenu li a:hover,
  .nav-sections .navigation > ul > li ul.level0 li a:hover {
    background: #f5f5f5;
    color: #8b7355;
  }
  .nav-sections .navigation > ul > li:hover > ul.submenu,
  .nav-sections .navigation > ul > li:hover > ul.level0 {
    opacity: 1 !important;
    visibility: visible !important;
    transform: translateY(0) !important;
  }
}
.product-media-gallery {
  width: 100%;
  margin-bottom: 30px;
}
.product-media-gallery .gallery-container {
  display: flex;
  gap: 20px;
}
@media (max-width: 767px) {
  .product-media-gallery .gallery-container {
    flex-direction: column-reverse;
    gap: 15px;
  }
}
.product-media-gallery .gallery-thumbnails {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex-shrink: 0;
  max-height: 600px;
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-width: thin;
}
.product-media-gallery .gallery-thumbnails::-webkit-scrollbar {
  width: 4px;
}
.product-media-gallery .gallery-thumbnails::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.product-media-gallery .gallery-thumbnails::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 2px;
}
@media (max-width: 767px) {
  .product-media-gallery .gallery-thumbnails {
    flex-direction: row;
    width: 100%;
    max-height: none;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 5px;
  }
  .product-media-gallery .gallery-thumbnails::-webkit-scrollbar {
    height: 4px;
    width: auto;
  }
}
.product-media-gallery .gallery-thumbnails .thumbnail-item {
  cursor: pointer;
  border: 2px solid transparent;
  transition: all 0.3s ease;
  flex-shrink: 0;
  background: #fff;
  position: relative;
  overflow: hidden;
}
.product-media-gallery .gallery-thumbnails .thumbnail-item:hover,
.product-media-gallery .gallery-thumbnails .thumbnail-item.active {
  border-color: #8b7355;
}
.product-media-gallery .gallery-thumbnails .thumbnail-item:focus {
  outline: 2px solid #8b7355;
  outline-offset: 2px;
}
.product-media-gallery .gallery-thumbnails .thumbnail-item img {
  display: block;
  width: 81px;
  height: 108px;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 767px) {
  .product-media-gallery .gallery-thumbnails .thumbnail-item img {
    width: 60px;
    height: 80px;
  }
}
.product-media-gallery .gallery-main-image {
  flex: 1;
  position: relative;
  background: #f9f9f9;
  min-height: 400px;
}
@media (max-width: 767px) {
  .product-media-gallery .gallery-main-image {
    min-height: 300px;
  }
}
.product-media-gallery .gallery-main-image .main-image-item {
  display: none;
  position: relative;
}
.product-media-gallery .gallery-main-image .main-image-item.active {
  display: block;
}
.product-media-gallery .gallery-main-image .main-image-item img {
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform 0.3s ease;
}
@media (min-width: 1025px) {
  .product-media-gallery .gallery-main-image .main-image-item img {
    cursor: zoom-in;
  }
}
.product-media-gallery .gallery-main-image .gallery-fullscreen {
  position: absolute;
  top: 20px;
  right: 20px;
  background: rgba(255, 255, 255, 0.9);
  border: none;
  padding: 10px;
  cursor: pointer;
  border-radius: 4px;
  transition: all 0.3s ease;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.product-media-gallery .gallery-main-image .gallery-fullscreen:hover {
  background: #ffffff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.product-media-gallery .gallery-main-image .gallery-fullscreen:focus {
  outline: 2px solid #8b7355;
  outline-offset: 2px;
}
.product-media-gallery .gallery-main-image .gallery-fullscreen svg {
  width: 20px;
  height: 20px;
  color: #333;
}
@media (max-width: 767px) {
  .product-media-gallery .gallery-main-image .gallery-fullscreen {
    top: 10px;
    right: 10px;
    padding: 8px;
  }
  .product-media-gallery .gallery-main-image .gallery-fullscreen svg {
    width: 16px;
    height: 16px;
  }
}
.product-media-gallery .gallery-placeholder {
  width: 100%;
  background: #f9f9f9;
}
.product-media-gallery .gallery-placeholder img {
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  display: block;
}
@media (min-width: 1025px) {
  .catalog-product-view .product-info-main {
    display: grid;
    grid-template-columns: 60% 40%;
    gap: 40px;
    align-items: start;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .catalog-product-view .product-info-main {
    display: grid;
    grid-template-columns: 55% 45%;
    gap: 30px;
  }
}
@media (min-width: 1025px) {
  .catalog-product-view .product.media {
    grid-column: 1;
  }
}
@media (min-width: 1025px) {
  .catalog-product-view .product-info-main {
    grid-column: 2;
  }
}
.product-media-gallery.loading .main-image-item::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  border: 3px solid #f3f3f3;
  border-top: 3px solid #8b7355;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}
@keyframes spin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.gallery-lightbox {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.gallery-lightbox.active {
  opacity: 1;
  visibility: visible;
}
.gallery-lightbox .lightbox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.92);
  cursor: pointer;
}
.gallery-lightbox .lightbox-content {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px 20px;
  z-index: 1;
}
@media (max-width: 767px) {
  .gallery-lightbox .lightbox-content {
    padding: 40px 10px;
  }
}
.gallery-lightbox .lightbox-content img {
  max-width: 90%;
  max-height: 90%;
  object-fit: contain;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
}
@media (max-width: 767px) {
  .gallery-lightbox .lightbox-content img {
    max-width: 95%;
    max-height: 85%;
  }
}
.gallery-lightbox .lightbox-content .lightbox-close {
  position: absolute;
  top: 20px;
  right: 20px;
  background: none;
  border: none;
  color: #fff;
  font-size: 42px;
  cursor: pointer;
  padding: 10px;
  line-height: 1;
  transition: opacity 0.3s ease;
  z-index: 10;
  font-weight: 300;
}
.gallery-lightbox .lightbox-content .lightbox-close:hover {
  opacity: 0.7;
}
@media (max-width: 767px) {
  .gallery-lightbox .lightbox-content .lightbox-close {
    top: 10px;
    right: 10px;
    font-size: 36px;
  }
}
.gallery-lightbox .lightbox-content .lightbox-prev,
.gallery-lightbox .lightbox-content .lightbox-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.1);
  border: none;
  color: #fff;
  font-size: 48px;
  padding: 20px 15px;
  cursor: pointer;
  transition: background 0.3s ease;
  z-index: 10;
  line-height: 1;
  font-weight: 300;
}
.gallery-lightbox .lightbox-content .lightbox-prev:hover,
.gallery-lightbox .lightbox-content .lightbox-next:hover {
  background: rgba(255, 255, 255, 0.2);
}
@media (max-width: 767px) {
  .gallery-lightbox .lightbox-content .lightbox-prev,
  .gallery-lightbox .lightbox-content .lightbox-next {
    font-size: 36px;
    padding: 15px 10px;
  }
}
.gallery-lightbox .lightbox-content .lightbox-prev {
  left: 20px;
}
@media (max-width: 767px) {
  .gallery-lightbox .lightbox-content .lightbox-prev {
    left: 5px;
  }
}
.gallery-lightbox .lightbox-content .lightbox-next {
  right: 20px;
}
@media (max-width: 767px) {
  .gallery-lightbox .lightbox-content .lightbox-next {
    right: 5px;
  }
}
.gallery-lightbox .lightbox-content .lightbox-counter {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  font-size: 16px;
  padding: 8px 16px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 20px;
  z-index: 10;
}
@media (max-width: 767px) {
  .gallery-lightbox .lightbox-content .lightbox-counter {
    bottom: 15px;
    font-size: 14px;
    padding: 6px 12px;
  }
}
body.lightbox-open {
  overflow: hidden;
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sources%22%3A%5B%22%5C%2Fstatic%5C%2Ffrontend%5C%2FCustom%5C%2Fdruidpro%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_header.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FCustom%5C%2Fdruidpro%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_navigation.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FCustom%5C%2Fdruidpro%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_product-gallery.less%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22AAMA%3BAAAM%3BEACF%2CkBAAA%3BEACA%2CgBAAA%3B%3BAAGJ%3BEACI%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAIJ%3BEACI%2CWAAA%3BEACA%2C4BAAA%3B%3BAAGJ%3BEACI%2C2BAAA%3BEACA%2CiBAAA%3BEACA%2CwBAAA%3BEACA%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CwCAAA%3BEACA%2CWAAA%3B%3BAAGA%2CYAAC%3BEACG%2C0CAAA%3B%3BAADJ%2CYAAC%2CSAGG%2CMAAM%3BEACF%2CgBAAA%3BEACA%2CgCAAA%3B%3BAAfZ%2CYAoBI%2CQAAO%3BEACH%2CaAAA%3BEACA%2CmBAAA%3BEACA%2C8BAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BEACA%2C6BAAA%3BEACA%2CWAAA%3BEACA%2CsBAAA%3B%3BAA7BR%2CYAiCI%3BEACI%2CcAAA%3B%3BAAlCR%2CYAiCI%2CMAGI%3BEACI%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CgCAAA%3BEACA%2CcAAA%3B%3BAAgBZ%2CQAP0B%3BEACtB%2CYAAa%2CQAAO%3BIAChB%2CkBAAA%3BIACA%2CiBAAA%3B%3B%3BAASR%2CQAL2B%3BEACvB%2CYAAa%2CQAAO%3BIAChB%2CkBAAA%3B%3B%3BACvER%2CWAEI%3BAADJ%2CaACI%3BEACI%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3B%3BAALR%2CWAQI%3BAAPJ%2CaAOI%3BEACI%2CqBAAA%3BEACA%2CcAAA%3BEACA%2C2BAAA%3B%3BAAEA%2CWALJ%2CEAKK%3BAAAD%2CaALJ%2CEAKK%3BEACG%2CcAAA%3B%3BAAMZ%3BEACI%2CwBAAA%3B%3BAAwUJ%2CQAjU0B%3BEAEtB%3BIACI%2CaAAA%3BIACA%2CsBAAA%3BIACA%2C8BAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CuBAAA%3BIACA%2CYAAA%3BIACA%2CeAAA%3BIACA%2CUAAA%3BIACA%2CaAAA%3BIACA%2CkBAAA%3B%3BEAXJ%2CWAaI%3BIACI%2CcAAA%3BIACA%2CWAAA%3BIACA%2CWAAA%3BIACA%2CmBAAA%3BIACA%2CyBAAA%3B%3BEAGJ%2CWAAC%2COACG%2CKAAI%2CUAAU%3BIACV%2CWAAW%2CcAAc%2CmBAAzB%3B%3BEAFR%2CWAAC%2COAKG%2CKAAI%2CUAAU%3BIACV%2CUAAA%3B%3BEANR%2CWAAC%2COASG%2CKAAI%2CUAAU%3BIACV%2CWAAW%2CeAAe%2CoBAA1B%3B%3BEAMZ%3BIACI%2C0BAAA%3BIACA%2CiBAAA%3BIACA%2CWAAA%3BIACA%2CsBAAA%3BIACA%2CwBAAA%3BIACA%2CmBAAA%3BIACA%2CwBAAA%3BIACA%2C0BAAA%3BIACA%2C2BAAA%3BIACA%2CwBAAA%3B%3BEAEA%2CaAAC%3BIACG%2CkBAAA%3B%3BEAbR%2CaAiBI%3BIACI%2C6BAAA%3BIACA%2C%2BBAAA%3BIACA%2CgCAAA%3BIACA%2C8BAAA%3B%3BEArBR%2CaAiBI%2CMAMI%3BIACI%2C2BAAA%3BIACA%2CsBAAA%3B%3BEAzBZ%2CaA8BI%3BEA9BJ%2CaA%2BBI%3BIACI%2C8BAAA%3BIACA%2C%2BBAAA%3BIACA%2CgCAAA%3B%3BEAlCR%2CaA8BI%2CoBAMI%3BEApCR%2CaA%2BBI%2CcAKI%3BIACI%2CoBAAA%3B%3BEArCZ%2CaA8BI%2CoBAUI%3BEAxCR%2CaA%2BBI%2CcASI%3BIACI%2CyBAAA%3BIACA%2C6BAAA%3BIACA%2C2BAAA%3BIACA%2C6BAAA%3B%3BEA5CZ%2CaA8BI%2CoBAiBI%2CMAAK%3BEA%5C%2FCb%2CaA%2BBI%2CcAgBI%2CMAAK%3BEA%5C%2FCb%2CaA8BI%2CoBAkBI%3BEAhDR%2CaA%2BBI%2CcAiBI%3BIACI%2CsBAAA%3BIACA%2CuCAAA%3BIACA%2C0BAAA%3BIACA%2CuBAAA%3BIACA%2CmBAAA%3BIACA%2CsBAAA%3B%3BEAtDZ%2CaA8BI%2CoBA2BI%2CQAAO%3BEAzDf%2CaA%2BBI%2CcA0BI%2CQAAO%3BEAzDf%2CaA8BI%2CoBA4BI%2COAAM%3BEA1Dd%2CaA%2BBI%2CcA2BI%2COAAM%3BIACF%2C6BAAA%3BIACA%2CsBAAA%3BIACA%2CmBAAA%3BIACA%2CWAAW%2CgBAAX%3BIACA%2CkCAAA%3BIACA%2CuBAAA%3BIACA%2CuBAAA%3B%3BEAjEZ%2CaAsEI%2CYACI%3BIACI%2C2BAAA%3BIACA%2CoBAAA%3BIACA%2CqBAAA%3B%3BEA1EZ%2CaAsEI%2CYAOM%2CKAAK%3BIACH%2CgCAAA%3B%3BEA9EZ%2CaAsEI%2CYAOM%2CKAAK%2CKAGD%3BEAhFd%2CaAsEI%2CYAOM%2CKAAK%2CKAID%3BIACE%2CyBAAA%3BIACA%2C0BAAA%3BIACA%2C0BAAA%3BIACA%2C2BAAA%3BIACA%2CoCAAA%3BIACA%2C8BAAA%3BIACA%2CcAAA%3BIACA%2CgCAAA%3B%3BEAzFhB%2CaAsEI%2CYAOM%2CKAAK%2CKAgBH%2CGAAE%3BEA7Fd%2CaAsEI%2CYAOM%2CKAAK%2CKAiBH%2CGAAE%3BIACE%2CwBAAA%3BIACA%2C2BAAA%3BIACA%2CgCAAA%3BIACA%2C6BAAA%3B%3BEAEA%2CaA9BZ%2CYAOM%2CKAAK%2CKAgBH%2CGAAE%2CQAOG%3BEAAD%2CaA9BZ%2CYAOM%2CKAAK%2CKAiBH%2CGAAE%2COAMG%3BIACG%2C4BAAA%3B%3BEArGpB%2CaAsEI%2CYAOM%2CKAAK%2CKAgBH%2CGAAE%2CQAWE%3BEAxGhB%2CaAsEI%2CYAOM%2CKAAK%2CKAiBH%2CGAAE%2COAUE%3BIACI%2C8BAAA%3B%3BEAzGpB%2CaAsEI%2CYAOM%2CKAAK%2CKAgBH%2CGAAE%2CQAWE%2CGAGI%3BEA3GpB%2CaAsEI%2CYAOM%2CKAAK%2CKAiBH%2CGAAE%2COAUE%2CGAGI%3BIACI%2CyBAAA%3BIACA%2C0BAAA%3BIACA%2C0BAAA%3BIACA%2C%2BBAAA%3B%3BEAKZ%2CaA9CR%2CYAOM%2CKAAK%2CKAuCF%2CYACK%2CIAAC%3BEADP%2CaA9CR%2CYAOM%2CKAAK%2CKAuCF%2CYAEK%2CSAAM%3BIACJ%2CSAAS%2CGAAT%3BIACA%2CYAAA%3B%3BEAGJ%2CaArDZ%2CYAOM%2CKAAK%2CKAuCF%2CYAOI%2COAAU%2CIAAC%3BEACZ%2CaAtDZ%2CYAOM%2CKAAK%2CKAuCF%2CYAQI%2COAAU%2CSAAM%3BIACb%2CSAAS%2CGAAT%3B%3BEA7HpB%2CaAoII%3BIACI%2CyBAAA%3BIACA%2C0BAAA%3BIACA%2C6BAAA%3BIACA%2CgCAAA%3BIACA%2CwBAAA%3BIACA%2C0BAAA%3BIACA%2CoBAAA%3BIACA%2CkCAAA%3B%3BEA5IR%2CaAoII%2C0BAUI%3BIACI%2CwBAAA%3BIACA%2C8BAAA%3BIACA%2CmBAAA%3BIACA%2C6BAAA%3BIACA%2CyBAAA%3BIACA%2C6BAAA%3BIACA%2CgCAAA%3BIACA%2CcAAA%3BIACA%2C0BAAA%3BIACA%2CyBAAA%3BIACA%2CmBAAA%3B%3BEAEA%2CaAvBR%2C0BAUI%2CiBAaK%3BIACG%2CmBAAA%3BIACA%2CqBAAA%3BIACA%2CcAAA%3B%3BEAGJ%2CaA7BR%2C0BAUI%2CiBAmBK%3BIACG%2CmBAAA%3BIACA%2CqBAAA%3BIACA%2CcAAA%3BIACA%2C2BAAA%3B%3BEArKhB%2CaAoII%2C0BAUI%2CiBA0BI%3BIACI%2C2BAAA%3BIACA%2C0BAAA%3B%3BEA1KhB%2CaAoII%2C0BAUI%2CiBA%2BBI%3BIACI%2C0BAAA%3B%3BEA9KhB%2CaAoLI%3BIACI%2C2BAAA%3BIACA%2C4BAAA%3BIACA%2C6BAAA%3B%3BEAvLR%2CaAoLI%2CcAKI%3BIACI%2C0BAAA%3BIACA%2C2BAAA%3BIACA%2CoCAAA%3BIACA%2C8BAAA%3BIACA%2CcAAA%3BIACA%2C8BAAA%3B%3BEA%5C%2FLZ%2CaAoLI%2CcAcI%3BIACI%2CwBAAA%3BIACA%2CkCAAA%3BIACA%2CoBAAA%3BIACA%2C0BAAA%3B%3BEAtMZ%2CaAoLI%2CcAcI%2CcAMI%3BIACI%2CwBAAA%3BIACA%2C8BAAA%3BIACA%2CkCAAA%3BIACA%2CsBAAA%3BIACA%2CuBAAA%3BIACA%2C6BAAA%3BIACA%2CmBAAA%3BIACA%2CcAAA%3BIACA%2CyBAAA%3BIACA%2CgCAAA%3B%3BEAlNhB%2CaAoLI%2CcAcI%2CcAMI%2CaAYI%3BIACI%2CsBAAA%3BIACA%2CuBAAA%3BIACA%2C6BAAA%3B%3BEAGJ%2CaAtCZ%2CcAcI%2CcAMI%2CaAkBK%3BIACG%2CmBAAA%3BIACA%2CcAAA%3BIACA%2CWAAW%2CgBAAX%3B%3BEAGJ%2CaA5CZ%2CcAcI%2CcAMI%2CaAwBK%2CSAAS%3BIACN%2CmBAAA%3B%3BEAGJ%2CaAhDZ%2CcAcI%2CcAMI%2CaA4BK%2CUAAU%3BIACP%2CYAAY%2CuFAAZ%3B%3BEAGJ%2CaApDZ%2CcAcI%2CcAMI%2CaAgCK%2CQAAQ%3BIACL%2CmBAAA%3B%3BEAGJ%2CaAxDZ%2CcAcI%2CcAMI%2CaAoCK%2CUAAU%3BIACP%2CmBAAA%3B%3BEAQpB%2CIAAI%3BIACA%2CgBAAA%3B%3BEAEA%2CIAHA%2CSAGC%3BIACG%2CSAAS%2CEAAT%3BIACA%2CeAAA%3BIACA%2CMAAA%3BIACA%2COAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2C8BAAA%3BIACA%2CYAAA%3B%3BEAMR%2CIAAI%3BEACJ%2CIAAI%3BIACA%2C2BAAA%3BIACA%2CuBAAA%3B%3BEAHJ%2CIAAI%2CgBAKA%3BEAJJ%2CIAAI%2CSAIA%3BIACI%2C2BAAA%3BIACA%2C4BAAA%3BIACA%2CkBAAA%3BIACA%2C0BAAA%3BIACA%2C2BAAA%3BIACA%2CuBAAA%3B%3B%3BAA4HZ%2CQAnH0B%3BEAEtB%3BIACI%2CwBAAA%3B%3BEAIJ%3BIACI%2C6BAAA%3BIACA%2CmBAAA%3BIACA%2CgCAAA%3BIACA%2CyCAAA%3B%3BEAJJ%2CaAOI%3BEAPJ%2CaAQI%3BEARJ%2CaASI%3BEATJ%2CaAUI%3BEAVJ%2CaAWI%3BIACI%2CwBAAA%3B%3BEAZR%2CaAeI%3BIACI%2CiBAAA%3BIACA%2CcAAA%3BIACA%2CeAAA%3B%3BEAlBR%2CaAeI%2CYAMM%3BIACE%2CwBAAA%3BIACA%2C8BAAA%3BIACA%2C8BAAA%3BIACA%2CkCAAA%3BIACA%2CoBAAA%3BIACA%2CoBAAA%3BIACA%2CqBAAA%3BIACA%2C2BAAA%3B%3BEA7BZ%2CaAeI%2CYAMM%2CKAWI%3BIACE%2C6BAAA%3BIACA%2CqBAAA%3B%3BEAlChB%2CaAeI%2CYAMM%2CKAWI%2CKAKI%3BEArClB%2CaAeI%2CYAMM%2CKAWI%2CKAMI%3BIACE%2CyBAAA%3BIACA%2C6BAAA%3BIACA%2C0BAAA%3BIACA%2C2BAAA%3BIACA%2CoCAAA%3BIACA%2C8BAAA%3BIACA%2CcAAA%3BIACA%2C2BAAA%3BIACA%2CgCAAA%3BIACA%2C8BAAA%3BIACA%2C2BAAA%3B%3BEAEA%2CaApChB%2CYAMM%2CKAWI%2CKAKI%2CIAcG%3BEAAD%2CaApChB%2CYAMM%2CKAWI%2CKAMI%2CSAaG%3BIACG%2CcAAA%3B%3BEApDxB%2CaAeI%2CYAMM%2CKAWI%2CKAyBE%2CGAAE%3BEAzDlB%2CaAeI%2CYAMM%2CKAWI%2CKA0BE%2CGAAE%3BIACE%2C6BAAA%3BIACA%2CoBAAA%3BIACA%2CkBAAA%3BIACA%2C2BAAA%3BIACA%2CyBAAA%3BIACA%2CmBAAA%3BIACA%2CyCAAA%3BIACA%2CqBAAA%3BIACA%2C6BAAA%3BIACA%2CWAAW%2CiBAAX%3BIACA%2CyBAAA%3BIACA%2CuBAAA%3BIACA%2CqBAAA%3BIACA%2CoBAAA%3B%3BEAxEpB%2CaAeI%2CYAMM%2CKAWI%2CKAyBE%2CGAAE%2CQAiBE%3BEA1EpB%2CaAeI%2CYAMM%2CKAWI%2CKA0BE%2CGAAE%2COAgBE%3BIACI%2CgCAAA%3B%3BEAEA%2CaA9DpB%2CYAMM%2CKAWI%2CKAyBE%2CGAAE%2CQAiBE%2CGAGK%3BEAAD%2CaA9DpB%2CYAMM%2CKAWI%2CKA0BE%2CGAAE%2COAgBE%2CGAGK%3BIACG%2CmBAAA%3B%3BEA9E5B%2CaAeI%2CYAMM%2CKAWI%2CKAyBE%2CGAAE%2CQAiBE%2CGAOI%3BEAjFxB%2CaAeI%2CYAMM%2CKAWI%2CKA0BE%2CGAAE%2COAgBE%2CGAOI%3BIACI%2CcAAA%3BIACA%2CkBAAA%3BIACA%2CeAAA%3BIACA%2CmBAAA%3BIACA%2CcAAA%3B%3BEAEA%2CaAzExB%2CYAMM%2CKAWI%2CKAyBE%2CGAAE%2CQAiBE%2CGAOI%2CEAOK%3BEAAD%2CaAzExB%2CYAMM%2CKAWI%2CKA0BE%2CGAAE%2COAgBE%2CGAOI%2CEAOK%3BIACG%2CmBAAA%3BIACA%2CcAAA%3B%3BEAOhB%2CaAlFZ%2CYAMM%2CKAWI%2CKAiEG%2CMAAS%2CKAAE%3BEACZ%2CaAnFZ%2CYAMM%2CKAWI%2CKAkEG%2CMAAS%2CKAAE%3BIACR%2CqBAAA%3BIACA%2C8BAAA%3BIACA%2CWAAW%2CaAAX%3B%3B%3BAC9bxB%3BEACI%2CWAAA%3BEACA%2CmBAAA%3B%3BAAFJ%2CsBAII%3BEACI%2CaAAA%3BEACA%2CSAAA%3B%3BAAMJ%2CQAJ2C%3BEAI3C%2CsBARA%3BIAKQ%2C8BAAA%3BIACA%2CSAAA%3B%3B%3BAAVZ%2CsBAeI%3BEACI%2CaAAA%3BEACA%2CsBAAA%3BEACA%2CSAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CqBAAA%3B%3BAAEA%2CsBAVJ%2CoBAUK%3BEACG%2CUAAA%3B%3BAAGJ%2CsBAdJ%2CoBAcK%3BEACG%2CmBAAA%3B%3BAAGJ%2CsBAlBJ%2CoBAkBK%3BEACG%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAkBJ%2CQAfuC%3BEAevC%2CsBAtCJ%3BIAwBQ%2CmBAAA%3BIACA%2CWAAA%3BIACA%2CgBAAA%3BIACA%2CgBAAA%3BIACA%2CkBAAA%3BIACA%2CiCAAA%3BIACA%2CmBAAA%3B%3BEAEA%2CsBAhCR%2CoBAgCS%3BIACG%2CWAAA%3BIACA%2CWAAA%3B%3B%3BAAjDhB%2CsBAeI%2CoBAsCI%3BEACI%2CeAAA%3BEACA%2C6BAAA%3BEACA%2CyBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3B%3BAAEA%2CsBA%5C%2FCR%2CoBAsCI%2CgBASK%3BAACD%2CsBAhDR%2CoBAsCI%2CgBAUK%3BEACG%2CqBAAA%3B%3BAAGJ%2CsBApDR%2CoBAsCI%2CgBAcK%3BEACG%2C0BAAA%3BEACA%2CmBAAA%3B%3BAArEhB%2CsBAeI%2CoBAsCI%2CgBAmBI%3BEACI%2CcAAA%3BEACA%2CWAAA%3BEACA%2CaAAA%3BEACA%2CiBAAA%3BEACA%2CuBAAA%3B%3BAAMJ%2CQAJ2C%3BEAI3C%2CsBApER%2CoBAsCI%2CgBAmBI%3BIAQQ%2CWAAA%3BIACA%2CYAAA%3B%3B%3BAAjFpB%2CsBAwFI%3BEACI%2COAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3B%3BAAMA%2CQAJuC%3BEAIvC%2CsBAVJ%3BIAOQ%2CiBAAA%3B%3B%3BAA%5C%2FFZ%2CsBAwFI%2CoBAUI%3BEACI%2CaAAA%3BEACA%2CkBAAA%3B%3BAAEA%2CsBAdR%2CoBAUI%2CiBAIK%3BEACG%2CcAAA%3B%3BAAvGhB%2CsBAwFI%2CoBAUI%2CiBAQI%3BEACI%2CWAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3BEACA%2CuBAAA%3BEACA%2CcAAA%3BEACA%2C%2BBAAA%3B%3BAASJ%2CQAP4C%3BEAO5C%2CsBAlCR%2CoBAUI%2CiBAQI%3BIAUQ%2CeAAA%3B%3B%3BAApHpB%2CsBAwFI%2CoBAsCI%3BEACI%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3BEACA%2CoCAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CyBAAA%3BEACA%2CWAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3BEACA%2CwCAAA%3B%3BAAEA%2CsBAtDR%2CoBAsCI%2CoBAgBK%3BEACG%2CmBAAA%3BEACA%2C0CAAA%3B%3BAAGJ%2CsBA3DR%2CoBAsCI%2CoBAqBK%3BEACG%2C0BAAA%3BEACA%2CmBAAA%3B%3BAArJhB%2CsBAwFI%2CoBAsCI%2CoBA0BI%3BEACI%2CWAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3B%3BAAaR%2CQAV2C%3BEAU3C%2CsBAhFJ%2CoBAsCI%3BIAiCQ%2CSAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3B%3BEAOR%2CsBAhFJ%2CoBAsCI%2CoBAqCQ%3BIACI%2CWAAA%3BIACA%2CYAAA%3B%3B%3BAArKpB%2CsBA4KI%3BEACI%2CWAAA%3BEACA%2CmBAAA%3B%3BAA9KR%2CsBA4KI%2CqBAII%3BEACI%2CWAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3B%3BAAeJ%2CQAPwC%3BEAOxC%2CqBARJ%3BIAEQ%2CaAAA%3BIACA%2C8BAAA%3BIACA%2CSAAA%3BIACA%2CkBAAA%3B%3B%3BAAQR%2CQAL2C%2CuBAAoC%3BEAK%5C%2FE%2CqBAbA%3BIASQ%2CaAAA%3BIACA%2C8BAAA%3BIACA%2CSAAA%3B%3B%3BAAQR%2CQAH4C%3BEAG5C%2CqBAJA%2CSAAQ%3BIAEA%2CcAAA%3B%3B%3BAAQR%2CQAH4C%3BEAG5C%2CqBAJA%3BIAEQ%2CcAAA%3B%3B%3BAASA%2CsBAFP%2CQACG%2CiBACK%3BEACG%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CWAAW%2CqBAAX%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CyBAAA%3BEACA%2C6BAAA%3BEACA%2CkBAAA%3BEACA%2CkCAAA%3B%3BAAMhB%3BEACI%3BIAAK%2CWAAW%2CsBAAsB%2CYAAjC%3B%3BEACL%3BIAAO%2CWAAW%2CsBAAsB%2CcAAjC%3B%3B%3BAAOX%3BEACI%2CeAAA%3BEACA%2CMAAA%3BEACA%2COAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CaAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CmDAAA%3B%3BAAEA%2CiBAAC%3BEACG%2CUAAA%3BEACA%2CmBAAA%3B%3BAAbR%2CiBAgBI%3BEACI%2CkBAAA%3BEACA%2CMAAA%3BEACA%2COAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2C%2BBAAA%3BEACA%2CeAAA%3B%3BAAvBR%2CiBA0BI%3BEACI%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAAMA%2CQAJuC%3BEAIvC%2CiBAbJ%3BIAUQ%2CkBAAA%3B%3B%3BAApCZ%2CiBA0BI%2CkBAaI%3BEACI%2CcAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CyCAAA%3B%3BAAMJ%2CQAJ2C%3BEAI3C%2CiBAvBJ%2CkBAaI%3BIAOQ%2CcAAA%3BIACA%2CeAAA%3B%3B%3BAA%5C%2FChB%2CiBA0BI%2CkBAyBI%3BEACI%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CeAAA%3BEACA%2CaAAA%3BEACA%2CcAAA%3BEACA%2C6BAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3B%3BAAEA%2CiBAxCR%2CkBAyBI%2CgBAeK%3BEACG%2CYAAA%3B%3BAAQR%2CQAL2C%3BEAK3C%2CiBAjDJ%2CkBAyBI%3BIAoBQ%2CSAAA%3BIACA%2CWAAA%3BIACA%2CeAAA%3B%3B%3BAAzEhB%2CiBA0BI%2CkBAmDI%3BAA7ER%2CiBA0BI%2CkBAoDI%3BEACI%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CWAAW%2CgBAAX%3BEACA%2CoCAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CgCAAA%3BEACA%2CWAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3B%3BAAEA%2CiBAnER%2CkBAmDI%2CeAgBK%3BAAAD%2CiBAnER%2CkBAoDI%2CeAeK%3BEACG%2CoCAAA%3B%3BAAOR%2CQAJ2C%3BEAI3C%2CiBA3EJ%2CkBAmDI%3BEAwBA%2CiBA3EJ%2CkBAoDI%3BIAoBQ%2CeAAA%3BIACA%2CkBAAA%3B%3B%3BAAnGhB%2CiBA0BI%2CkBA6EI%3BEACI%2CUAAA%3B%3BAAKJ%2CQAH2C%3BEAG3C%2CiBAnFJ%2CkBA6EI%3BIAIQ%2CSAAA%3B%3B%3BAA3GhB%2CiBA0BI%2CkBAqFI%3BEACI%2CWAAA%3B%3BAAKJ%2CQAH2C%3BEAG3C%2CiBA3FJ%2CkBAqFI%3BIAIQ%2CUAAA%3B%3B%3BAAnHhB%2CiBA0BI%2CkBA6FI%3BEACI%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3BEACA%2CWAAW%2CgBAAX%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2C8BAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3B%3BAAOJ%2CQAL2C%3BEAK3C%2CiBA9GJ%2CkBA6FI%3BIAaQ%2CYAAA%3BIACA%2CeAAA%3BIACA%2CiBAAA%3B%3B%3BAAOhB%2CIAAI%3BEACA%2CgBAAA%22%7D */