/* compiled by scssphp v1.0.5 on Mon, 15 Feb 2021 23:05:35 +0000 (0.3919s) */

/* Image Boxes SCSS Document */
.imageboxes {
  display: block;
}
.imageboxes.owl-carousel .imagebox-item {
  display: block !important;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.imageboxes .module-image {
  display: block;
  width: 100%;
}
.imageboxes .module-image img {
  vertical-align: middle;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  transform: rotate(0);
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.imageboxes a.imagebox-item:hover .module-image img {
  opacity: 0.7;
}
.imageboxes .module-text p {
  display: block;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
}
/* Grid of images next to text */
.imageboxes.imageside .imagebox-item {
  display: inline-block;
  position: relative;
}
.imageboxes.imageside .module-image {
  float: left;
  width: 40%;
  display: block;
}
.imageboxes.imageside.grid.one-column .module-image {
  width: 20%;
}
.imageboxes.imageside.grid.seven-column .module-image, .imageboxes.imageside.grid.six-column .module-image, .imageboxes.imageside.grid.five-column .module-image {
  width: 100%;
  padding-bottom: 5px;
}
.imageboxes.imageside .module-text {
  float: right;
  width: 100%;
  display: block;
  text-align: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
/* If image shown */
.imageboxes.imageside .module-image + .module-text {
  width: 60%;
  padding-left: 20px;
}
.imageboxes.imageside.grid.one-column .module-text {
  width: 80%;
}
.imageboxes.imageside.grid.seven-column .module-text, .imageboxes.imageside.grid.six-column .module-text, .imageboxes.imageside.grid.five-column .module-text {
  width: 100%;
  padding-left: 0px;
}
/* Grid of image next to text with the title above */
.imageboxes.imagesidetitleabove .imagebox-item {
  display: inline-block;
  position: relative;
}
.imageboxes.imagesidetitleabove .module-image {
  float: left;
  width: 40%;
  display: block;
}
.imageboxes.imagesidetitleabove .module-title {
  display: block;
  text-align: left;
  padding-bottom: 10px;
}
.imageboxes.imagesidetitleabove .module-title h4 {
  /*color:#000;*/
  padding-bottom: 2px;
}
.imageboxes.imagesidetitleabove .module-title h5 {
  /*color:#000;*/
  padding-top: 2px;
  padding-bottom: 2px;
}
.imageboxes.imagesidetitleabove.grid.one-column .module-image {
  width: 20%;
}
.imageboxes.imagesidetitleabove.grid.seven-column .module-image, .imageboxes.imagesidetitleabove.grid.six-column .module-image, .imageboxes.imagesidetitleabove.grid.five-column .module-image {
  width: 100%;
  padding-bottom: 5px;
}
.imageboxes.imagesidetitleabove .module-text {
  float: right;
  width: 100%;
  display: block;
  text-align: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding-bottom: 20px;
}
/* If image shown */
.imageboxes.imagesidetitleabove .module-image + .module-text {
  width: 60%;
  padding-left: 20px;
}
.imageboxes.imagesidetitleabove.grid.one-column .module-text {
  width: 80%;
}
.imageboxes.imagesidetitleabove.grid.seven-column .module-text, .imageboxes.imagesidetitleabove.grid.six-column .module-text, .imageboxes.imagesidetitleabove.grid.five-column .module-text {
  width: 100%;
  padding-left: 0px;
}
.imageboxes.imagesidetitleabove .readmore {
  padding-top: 10px;
}
/* Grid of images with text under */
.imageboxes.textunder .imagebox-item {
  display: inline-block;
  position: relative;
}
.imageboxes.textunder .module-image {
  width: 100%;
  display: block;
}
.imageboxes.textunder .module-text {
  width: 100%;
  display: block;
  padding-top: 5px;
}
/* Grid of images with text above */
.imageboxes.textabove .imagebox-item {
  display: inline-block;
  position: relative;
}
.imageboxes.textabove .module-image {
  width: 100%;
  display: block;
  position: relative;
}
.imageboxes.textabove .module-image .view {
  color: #ffffff;
  opacity: 0;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: 600;
}
.imageboxes.textabove a.imagebox-item:hover .module-image .view {
  opacity: 1;
}
.imageboxes.textabove .module-text {
  width: 100%;
  display: block;
  padding-bottom: 20px;
}
/* Grid of images with title above and text below */
.imageboxes.titleabove .imagebox-item {
  display: inline-block;
  position: relative;
}
.imageboxes.titleabove .module-title {
  width: 100%;
  display: block;
}
.imageboxes.titleabove .module-image {
  width: 100%;
  display: block;
  position: relative;
}
.imageboxes.titleabove .module-image .view {
  color: #ffffff;
  opacity: 0;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: 600;
}
.imageboxes.titleabove a.imagebox-item:hover .module-image .view {
  opacity: 1;
}
.imageboxes.titleabove .module-text {
  width: 100%;
  display: block;
  padding-top: 10px;
  padding-bottom: 20px;
}
/* Grid of icons with text under */
.imageboxes.iconover .imagebox-item {
  display: inline-block;
  position: relative;
  text-align: center;
}
.imageboxes.iconover .imagebox-item-icon {
  width: 100%;
  display: block;
  font-size: 60px;
  line-height: 1;
}
.imageboxes.iconover .imagebox-item-icon [class^="icon-"], .imageboxes.iconover .imagebox-item-icon [class*=" icon-"], .imageboxes.iconover .imagebox-item-icon .material-icons {
  font-size: 60px;
  line-height: 1;
}
.imageboxes.iconover .module-text {
  width: 100%;
  display: block;
}
/* Grid of image with text over the image */
.imageboxes.textover .imagebox-item {
  display: inline-block;
  position: relative;
  overflow: hidden;
}
.imageboxes.textover .module-image {
  float: none;
  width: 101%;
}
.imageboxes.textover .module-image img {
  width: 100%;
}
.imageboxes.textover a.imagebox-item:hover .module-image img {
  opacity: 1;
}
/* Waypoint animations if turned on */
.waypoints-active .imageboxes.textover.waypoints .imagebox-item .module-image {
  opacity: 0;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.waypoints-active .imageboxes.textover.waypoints .imagebox-item.waypoint-on .module-image {
  opacity: 1;
}
.imageboxes.textover .module-text {
  float: none;
  width: auto;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  padding: 0 0 0 0;
  background-color: rgba(0, 0, 0, 0.25);
  z-index: 500;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.imageboxes.textover .module-text > span {
  position: absolute;
  left: 0px;
  right: 0px;
  text-align: center;
  padding: 15px 20px;
}
/* Waypoint animations if turned on */
.waypoints-active .imageboxes.textover.waypoints .module-text {
  opacity: 0;
  -moz-transition: all 0.4s ease, opacity 2s ease;
  -webkit-transition: all 0.4s ease, opacity 2s ease;
  transition: all 0.4s ease, opacity 2s ease;
}
.waypoints-active .imageboxes.textover.waypoints .imagebox-item.waypoint-on .module-text {
  opacity: 1;
}
.imageboxes.textover a.imagebox-item:hover .module-text {
  background-color: rgba(0, 0, 0, 0.4);
}
.imageboxes.textover .module-text, .imageboxes.textover .module-text .silent {
  color: #ffffff;
}
/* Grid of image with title over the image and text to the side */
.imageboxes.textoveruneven .imagebox-item {
  display: inline-block;
  position: relative;
  overflow: hidden;
  background-color: #333333;
}
.imageboxes.textoveruneven .module-image {
  float: none;
  width: 60.5%;
  display: block;
}
.imageboxes.textoveruneven .imagebox-item:nth-child(2n+2) .module-image {
  float: right;
  text-align: right;
  position: relative;
  right: -1px;
}
.imageboxes.textoveruneven .module-image img {
  display: block;
  width: 101%;
}
.imageboxes.textoveruneven a.imagebox-item:hover .module-image img {
  opacity: 1;
}
/* Waypoint animations if turned on */
.waypoints-active .imageboxes.textoveruneven.waypoints .imagebox-item .module-image {
  opacity: 0;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.waypoints-active .imageboxes.textoveruneven.waypoints .imagebox-item.waypoint-on .module-image {
  opacity: 1;
}
.imageboxes.textoveruneven .module-title {
  float: none;
  width: auto;
  position: absolute;
  top: 0px;
  left: 0;
  right: 39.5%;
  bottom: 0px;
  display: block;
  padding: 0 0 0 0;
  background-color: rgba(0, 0, 0, 0.25);
  z-index: 500;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.imageboxes.textoveruneven .imagebox-item:nth-child(2n+2) .module-title {
  left: 39.5%;
  right: -1px;
}
.imageboxes.textoveruneven .module-title > span {
  position: absolute;
  left: 0px;
  right: 0px;
  text-align: center;
  padding: 15px 10%;
}
/* Waypoint animations if turned on */
.waypoints-active .imageboxes.textoveruneven.waypoints .module-title {
  opacity: 0;
  -moz-transition: all 0.4s ease, opacity 2s ease;
  -webkit-transition: all 0.4s ease, opacity 2s ease;
  transition: all 0.4s ease, opacity 2s ease;
}
.waypoints-active .imageboxes.textoveruneven.waypoints .imagebox-item.waypoint-on .module-title {
  opacity: 1;
}
.imageboxes.textoveruneven .module-title, .imageboxes.textoveruneven .module-title .silent {
  color: #ffffff;
}
.imageboxes.textoveruneven .module-text {
  float: none;
  width: auto;
  position: absolute;
  top: 0px;
  left: 60.5%;
  right: 0px;
  bottom: 0px;
  display: block;
  padding: 0 0 0 0;
  z-index: 500;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.imageboxes.textoveruneven .imagebox-item:nth-child(2n+2) .module-text {
  left: 0;
  right: 60.5%;
}
.imageboxes.textoveruneven .module-text > span {
  position: absolute;
  left: 0px;
  right: 0px;
  text-align: center;
  padding: 15px 10%;
}
/* Waypoint animations if turned on */
.waypoints-active .imageboxes.textoveruneven.waypoints .module-text {
  opacity: 0;
  -moz-transition: all 0.4s ease, opacity 2s ease;
  -webkit-transition: all 0.4s ease, opacity 2s ease;
  transition: all 0.4s ease, opacity 2s ease;
}
.waypoints-active .imageboxes.textoveruneven.waypoints .imagebox-item.waypoint-on .module-text {
  opacity: 1;
}
.imageboxes.textoveruneven .module-text, .imageboxes.textoveruneven .module-text .silent {
  color: #ffffff;
}
/* Grid of text over a background color */
.imageboxes.textbg .imagebox-item {
  display: inline-block;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.imageboxes.textbg .module-image {
  display: none;
}
.imageboxes.textbg .module-text {
  float: none;
  width: auto;
  height: 100%;
  display: block;
  text-align: center;
  padding: 15px 20px 20px 20px;
  background-color: rgba(0, 0, 0, 0.25);
  position: relative;
  z-index: 510;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.imageboxes.textbg .imagebox-item:hover .module-text {
  background-color: rgba(0, 0, 0, 0.4);
}
.imageboxes.textbg .module-text, .imageboxes.textbg .module-text .silent {
  color: #ffffff;
}
/* Image with rollover text popup */
.imageboxes.rollover .imagebox-item {
  position: relative;
  text-align: center;
  overflow: hidden;
}
.imageboxes.rollover .imagebox-item:hover .module-image img {
  opacity: 1;
}
.imageboxes.rollover .module-text {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 0 0 0 0;
  background-color: rgba(0, 0, 0, 0);
  z-index: 500;
  -moz-transition: background-color 0.2s ease, opacity 0.6s ease;
  -webkit-transition: background-color 0.2s ease, opacity 0.6s ease;
  transition: background-color 0.2s ease, opacity 0.6s ease;
  opacity: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.imageboxes.rollover .imagebox-item:hover .module-text {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.4);
}
.imageboxes.rollover .module-text > span {
  position: absolute;
  left: 0;
  right: 0;
  padding: 15px 20px;
}
.imageboxes.rollover .module-text, .imageboxes.rollover .module-text .silent {
  color: #ffffff;
}
/* Icon side */
.imageboxes.iconside .imagebox-item {
  position: relative;
}
.imageboxes.iconside .imagebox-item-icon {
  position: absolute;
  left: 0;
  top: 0;
  width: 60px;
  height: 60px;
  border-radius: 50px;
  color: #000;
  line-height: 73px;
  text-align: center;
}
.imageboxes.iconside .module-text {
  display: block;
  text-align: left;
  padding-left: 80px;
}
/* Owl Carousel */
.owl-carousel-next, .owl-carousel-prev {
  display: none;
}
.imageboxes.owl-carousel {
  margin-bottom: 20px;
}
.imageboxes.owl-carousel .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.imageboxes.owl-carousel .owl-nav [class*='owl-'] {
  position: absolute;
  top: 0px;
  width: 50px;
  height: 50px;
  margin-top: -25px;
  line-height: 50px;
  font-size: 50px;
  text-align: center;
  padding: 0 0 0 0;
  color: #cccccc;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}
.imageboxes.owl-carousel .owl-nav [class*='owl-'] .material-icons {
  line-height: 50px;
  font-size: 50px;
}
.imageboxes.owl-carousel .owl-nav [class*='owl-']:hover {
  color: #666666;
  text-decoration: none;
}
.imageboxes.owl-carousel .owl-nav .owl-prev {
  right: 100%;
  margin-right: 20px;
}
.imageboxes.owl-carousel .owl-nav .owl-next {
  left: 100%;
  margin-left: 20px;
}
.imageboxes.owl-carousel .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}
.imageboxes.owl-carousel .owl-dots {
  position: absolute;
  top: 100%;
  width: 100%;
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.imageboxes.owl-carousel .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.imageboxes.owl-carousel .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  margin: 5px 3px;
  background: #cccccc;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;
}
.imageboxes.owl-carousel .owl-dots .owl-dot.active span, .imageboxes.owl-carousel .owl-dots .owl-dot:hover span {
  background: #666666;
}
/* Media Queries */
@media screen and (max-width: 480px) {
  /* Image boxes */
  .imageboxes {
    display: block;
    /* Grid - 1 column */
  }
  .imageboxes.imglefttitleabove .imagebox-item, .imageboxes.imageside .imagebox-item {
    width: 100% !important;
    margin-right: 0% !important;
    margin-bottom: 30px;
  }
  .imageboxes.imglefttitleabove .module-image, .imageboxes.imageside .module-image {
    float: none;
    width: 100% !important;
  }
  .imageboxes.imglefttitleabove .module-text, .imageboxes.imageside .module-text {
    float: none;
    width: 100% !important;
    display: block;
    padding-bottom: 5px;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .imageboxes.imglefttitleabove .readmore {
    position: relative;
    margin-top: 20px;
    /* Grid of image with title over the image and text to the side */
  }
  .imageboxes.textoveruneven .module-image {
    float: none !important;
    width: 100%;
    display: block;
    text-align: center !important;
    right: auto !important;
  }
  .imageboxes.textoveruneven .module-title {
    position: relative;
    width: 100%;
    top: auto;
    left: auto !important;
    right: auto !important;
    bottom: auto;
    background: none;
    padding: 15px 20px 0 20px;
  }
  .imageboxes.textoveruneven .module-title > span {
    position: relative;
    padding: 0 0 0 0;
    top: auto;
    transform: none;
  }
  .imageboxes.textoveruneven .module-text {
    position: relative;
    width: 100%;
    top: auto;
    left: auto !important;
    right: auto !important;
    bottom: auto;
    background: none;
    padding: 0 20px 25px 20px;
  }
  .imageboxes.textoveruneven .module-text > span {
    position: relative;
    padding: 0 0 0 0;
    top: auto;
    transform: none;
  }
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sourceRoot%22%3A%22%2F%22%2C%22sources%22%3A%5B%22edit%2Fmodules%2Fimageboxes%2Fimageboxes.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22AAAA%2C%2BBAAA%3BAAgBC%3BAAAA%2CiBAAA%3BAAAA%3BAAKE%3BAAAA%3B%3B8BAAA%3BAAAA%3BAAMA%3BAAAA%3BcAAA%3BAAAA%3BAAKC%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B4BAAA%3BAAAA%3BAAUA%3BAAAA%2CeAAA%3BAAAA%3BAAQA%3BAAAA%3B%3B0BAAA%3BAAAA%3BAAlDJ%2CiCAAA%3BAA%2BDE%3BAAAA%3BqBAAA%3BAAAA%3BAAKC%3BAAAA%3B%3BiBAAA%3BAAAA%3BAAMC%3BAAAA%2CaAAA%3BAAAA%3BAAIA%3BAAAA%3BsBAAA%3BAAAA%3BAAOD%3BAAAA%3B%3B%3B%3B%3B%3B%3ByBAAA%3BAAAA%3BAArFH%2CoBAAA%3BAA6FI%3BAAAA%3BqBAAA%3BAAAA%3BAAKA%3BAAAA%2CaAAA%3BAAAA%3BAAIA%3BAAAA%3BoBAAA%3BAAAA%3BAAtGJ%2CqDAAA%3BAAkHE%3BAAAA%3BqBAAA%3BAAAA%3BAAKC%3BAAAA%3B%3BiBAAA%3BAAAA%3BAAMA%3BAAAA%3B%3BuBAAA%3BAAAA%3BAAKC%3BAAAA%3BsBAAA%3BAAAA%3BAAKA%3BAAAA%3B%3BsBAAA%3BAAAA%3BAAMA%3BAAAA%2CaAAA%3BAAAA%3BAAIA%3BAAAA%3BsBAAA%3BAAAA%3BAAOD%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3BuBAAA%3BAAAA%3BAAxJH%2CoBAAA%3BAAiKI%3BAAAA%3BqBAAA%3BAAAA%3BAAKA%3BAAAA%2CaAAA%3BAAAA%3BAAIA%3BAAAA%3BoBAAA%3BAAAA%3BAAOA%3BAAAA%2CoBAAA%3BAAAA%3BAAjLJ%2CoCAAA%3BAA0LE%3BAAAA%3BqBAAA%3BAAAA%3BAAIC%3BAAAA%3BiBAAA%3BAAAA%3BAAKA%3BAAAA%3B%3BmBAAA%3BAAAA%3BAAnMH%2CoCAAA%3BAA8ME%3BAAAA%3BqBAAA%3BAAAA%3BAAIC%3BAAAA%3B%3BqBAAA%3BAAAA%3BAAKC%3BAAAA%3B%3B%3B%3B%3BeAAA%3BAAAA%3BAAMC%3BAAAA%2CaAAA%3BAAAA%3BAAIF%3BAAAA%3B%3BuBAAA%3BAAAA%3BAAjOH%2CoDAAA%3BAA4OE%3BAAAA%3BqBAAA%3BAAAA%3BAAIC%3BAAAA%3BiBAAA%3BAAAA%3BAAKA%3BAAAA%3B%3BqBAAA%3BAAAA%3BAAKC%3BAAAA%3B%3B%3B%3B%3BeAAA%3BAAAA%3BAAMC%3BAAAA%2CaAAA%3BAAAA%3BAAIF%3BAAAA%3B%3B%3BuBAAA%3BAAAA%3BAApQH%2CmCAAA%3BAAgRE%3BAAAA%3B%3BqBAAA%3BAAAA%3BAAKC%3BAAAA%3B%3B%3BiBAAA%3BAAAA%3BAAMC%3BAAAA%3BiBAAA%3BAAAA%3BAAOD%3BAAAA%3BiBAAA%3BAAAA%3BAAlSH%2C4CAAA%3BAA2SE%3BAAAA%3B%3BmBAAA%3BAAAA%3BAAKC%3BAAAA%3BcAAA%3BAAAA%3BAAIC%3BAAAA%2CcAAA%3BAAAA%3BAAIA%3BAAAA%2CaAAA%3BAAAA%3BAAxTJ%2CsCAAA%3BAA6TI%3BAAAA%3B%3B%3B4BAAA%3BAAAA%3BAAOC%3BAAAA%2CaAAA%3BAAAA%3BAAEF%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3ByBAAA%3BAAAA%3BAAeC%3BAAAA%3B%3B%3B%3BqBAAA%3BAAAA%3BAArVJ%2CsCAAA%3BAA8VI%3BAAAA%3B%3B%3B6CAAA%3BAAAA%3BAAMC%3BAAAA%2CaAAA%3BAAAA%3BAAED%3BAAAA%2CuCAAA%3BAAAA%3BAAIA%3BAAAA%2CiBAAA%3BAAAA%3BAA1WJ%2CkEAAA%3BAAkXE%3BAAAA%3B%3B%3B4BAAA%3BAAAA%3BAAOC%3BAAAA%3B%3BiBAAA%3BAAAA%3BAAMC%3BAAAA%3B%3B%3BcAAA%3BAAAA%3BAAOA%3BAAAA%3BcAAA%3BAAAA%3BAAKA%3BAAAA%2CaAAA%3BAAAA%3BAA3YJ%2CsCAAA%3BAAgZI%3BAAAA%3B%3B%3B4BAAA%3BAAAA%3BAAOC%3BAAAA%2CaAAA%3BAAAA%3BAAEF%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3ByBAAA%3BAAAA%3BAAgBC%3BAAAA%3BcAAA%3BAAAA%3BAAKA%3BAAAA%3B%3B%3B%3BoBAAA%3BAAAA%3BAA9aJ%2CsCAAA%3BAAubI%3BAAAA%3B%3B%3B6CAAA%3BAAAA%3BAAMC%3BAAAA%2CaAAA%3BAAAA%3BAAED%3BAAAA%2CiBAAA%3BAAAA%3BAAID%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3ByBAAA%3BAAAA%3BAAeC%3BAAAA%3BeAAA%3BAAAA%3BAAKA%3BAAAA%3B%3B%3B%3BoBAAA%3BAAAA%3BAAvdJ%2CsCAAA%3BAAgeI%3BAAAA%3B%3B%3B6CAAA%3BAAAA%3BAAMC%3BAAAA%2CaAAA%3BAAAA%3BAAKD%3BAAAA%2CiBAAA%3BAAAA%3BAA3eJ%2C0CAAA%3BAAmfE%3BAAAA%3B%3B%3B%3B%3BmBAAA%3BAAAA%3BAAQC%3BAAAA%2CgBAAA%3BAAAA%3BAAEA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3ByBAAA%3BAAAA%3BAAcC%3BAAAA%2CuCAAA%3BAAAA%3BAAIA%3BAAAA%2CiBAAA%3BAAAA%3BAA%2FgBJ%2CoCAAA%3BAAuhBE%3BAAAA%3B%3BmBAAA%3BAAAA%3BAAQE%3BAAAA%2CaAAA%3BAAAA%3BAAID%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3ByBAAA%3BAAAA%3BAAeC%3BAAAA%3BuCAAA%3BAAAA%3BAAKA%3BAAAA%3B%3B%3BqBAAA%3BAAAA%3BAAOA%3BAAAA%2CiBAAA%3BAAAA%3BAA9jBJ%2CeAAA%3BAAskBE%3BAAAA%2CqBAAA%3BAAAA%3BAAIC%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3BqBAAA%3BAAAA%3BAAYA%3BAAAA%3B%3BqBAAA%3BAAAA%3BAAtlBH%2CkBAAA%3BAA%2BlBC%3BAAAA%2CgBAAA%3BAAAA%3BAAGA%3BAAAA%2CsBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3B%3B2CAAA%3BAAAA%3BAAQC%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BqBAAA%3BAAAA%3BAAeC%3BAAAA%3BkBAAA%3BAAAA%3BAAKA%3BAAAA%3BwBAAA%3BAAAA%3BAAKA%3BAAAA%3BqBAAA%3BAAAA%3BAAKA%3BAAAA%3BoBAAA%3BAAAA%3BAAKA%3BAAAA%3BkBAAA%3BAAAA%3BAAKF%3BAAAA%3B%3B%3B%3B%3B2CAAA%3BAAAA%3BAAQC%3BAAAA%3B%3BmBAAA%3BAAAA%3BAAMC%3BAAAA%3B%3B%3B%3B%3B%3B%3BsBAAA%3BAAAA%3BAAWD%3BAAAA%2CsBAAA%3BAAAA%3BAA%2FqBF%2CmBAAA%3BAA0rBA%3BAAAA%2CmBAAA%3BAAGC%3BAAAA%3ByBAAA%3BAAAA%3BAAKC%3BAAAA%3B%3BwBAAA%3BAAAA%3BAAOC%3BAAAA%3B2BAAA%3BAAAA%3BAAMA%3BAAAA%3B%3B%3B%3B%3BkCAAA%3BAAAA%3BAAUA%3BAAAA%3B%3BsEAAA%3BAAAA%3BAAUD%3BAAAA%3B%3B%3B%3B2BAAA%3BAAAA%3BAAQA%3BAAAA%3B%3B%3B%3B%3B%3B%3B8BAAA%3BAAAA%3BAAUC%3BAAAA%3B%3B%3BoBAAA%3BAAAA%3BAAOD%3BAAAA%3B%3B%3B%3B%3B%3B%3B8BAAA%3BAAAA%3BAAUC%3BAAAA%3B%3B%3BoBAAA%3BAAAA%3BAAAA%22%7D */