@charset "UTF-8";
/* xl - DESKTOP STYLES */
html {
  scroll-behavior: smooth !important;
}
#header .logo a, #header .logo .standard-logo {
  width: 100%;
}
#header .logoWrap {
  height: 84px;
  width: auto;
  flex: 0 0 130px;
  background: #fff;
  display: flex;
  align-items: center;
  padding-left: 18px;
  clip-path: polygon(0 0, 78% 0, 100% 100%, 0 100%);
  padding-right: 24px !important;
}
/*#header .header-searchform {
    flex: 1;
    max-width: 625px;
    border-radius: 7px;
    overflow: hidden;
}*/
#header .with-bg-cart {
  /*padding: 21px 19px 21px 18px;*/
  /*background-color: #ffff0024;*/
}
#header .gradient-overlay.marquee:before {
  background: radial-gradient(circle at 100%, transparent, var(--porto-secondary-color) 100%);
  left: 0%;
}
#header .gradient-overlay.marquee:after {
  background: radial-gradient(circle at 100%, var(--porto-secondary-color), transparent 100%) !important;
  right: 0%;
}
#header .header-main {
  border-bottom: 3px solid;
  justify-content: space-between;
}
.dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
  border-radius: 25px;
}
.dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit, .dgwt-wcas-om-bar .dgwt-wcas-om-return {
  border-radius: 0 25px 25px 0;
  border-top: solid 1px #ffff00;
  border-right: solid 1px #ffff00;
  border-bottom: solid 1px #ffff00;
}
.fibo-menu-destop {
  width: calc(100% - 100px);
  margin-right: 0px !important;
}
.box-flex-header {
  display: grid !important;
  grid-template-columns: 1fr auto;
  grid-auto-flow: column;
  align-items: center;
}
#header .align-content-right {
  width: calc(100% - 140px);
}
.logoWrap {
  max-width: 140px;
}
.btn-primary-reverse button {
  background: transparent;
  border: 2px solid #fff !important;
  font-size: 16px !important;
  color: #fff !important;
  font-weight: 500 !important;
}
.btn-primary-reverse button:hover {
  background: var(--porto-secondary-color) !important;
  color: var(--porto-primary-color) !important;
  border: 2px solid var(--porto-secondary-color) !important;
}
.vc_row.wpb_row.row.top-row.reverse, .reverse .row {
  flex-direction: row-reverse;
}
.max-widt_box {
  max-width: 350px;
}
.porto-sicon-box.box-compromisos {
  padding: 35px 15px 35px 15px;
  border-top: solid 5px var(--porto-primary-color);
  transition: 0.3s ease all;
  /*box-shadow: 5px 5px 7px 2px rgba(0, 0, 0, 0.05);*/
  transform: translateY(0px);
  margin-bottom: 25px;
}
.porto-sicon-box.box-compromisos:hover {
  background: #f5f5f5;
  box-shadow: 5px 5px 7px 2px rgba(0, 0, 0, 0.01);
  transition: 0.3s ease all;
  transform: translateY(-5px);
}
.porto-sicon-box.box-clientes_page {
  padding: 35px 25px;
  border: solid 1px #fff;
  border-radius: 10px;
  /*box-shadow: 5px 5px 7px 2px rgba(0, 0, 0, 0.05);*/
  transition: 0.3s ease all;
  transform: translateY(0px);
  margin-bottom: 25px;
}
.porto-sicon-box.box-clientes_page:hover {
  background: #f5f5f5;
  border: solid 1px #ccc;
  border-radius: 10px;
  box-shadow: 5px 5px 7px 2px rgba(0, 0, 0, 0.01);
  transition: 0.3s ease all;
  transform: translateY(-5px);
}
.box-page_calidad {
  overflow: hidden;
  /*background: #f5f5f5;*/
  border-radius: 10px;
  /*box-shadow: 5px 5px 7px 2px rgba(0, 0, 0, 0.01);*/
  padding: 0;
  width: calc(100% - 20px);
  transition: 0.4s ease all;
  margin-bottom: 25px;
}
.img_box-page_calidad img {
  transition: 0.4s ease all;
}
.box-page_calidad:hover .img_box-page_calidad img {
  transition: 0.4s ease all;
  transform: scale(1.1);
}
.img_box-page_calidad .wpb_wrapper {
  overflow: hidden;
}
.porto-sicon-box.box-page_estrategia {
  border: solid 1px #ccc;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 2px 4px 9px 0px rgba(0, 0, 0, 0.1);
  transition: 0.4s ease all;
  position: relative;
}
.porto-sicon-box.box-page_estrategia:hover {
  border: solid 1px var(--porto-primary-color);
  box-shadow: 1px 1px 9px 0px rgba(0, 0, 0, 0.1);
  transition: 0.4s ease all;
}
i.ico-move {
  position: absolute;
  right: 20px;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.porto-sicon-box.box-page_estrategia:hover i.ico-move {
  animation: move-arrow 0.5s linear infinite;
}
@keyframes move-arrow {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(10px);
  }
  100% {
    transform: translateX(0);
  }
}
/*============================================================================*/
/*H I S T O R Y*/
.timeline .timeline-item-title {
  font-size: 20px;
  line-height: 1.25em;
  margin: 25px 0px 0px !important;
  font-weight: 700;
  padding-bottom: 10px;
  padding-top: 10px;
}
article.timeline-box.left {
  position: relative;
  /*text-align: right;*/
}
article.timeline-box.left .timeline-item-content strong {
  position: absolute;
  top: 0;
  padding: 15px 25px 15px 20px;
  color: var(--porto-primary-color);
  font-size: 25px;
  line-height: 1.25em;
  font-style: italic;
  /*font-weight:500 !important;*/
  right: 0;
}
article.timeline-box.right .timeline-item-content strong {
  position: absolute;
  top: 0;
  padding: 15px 25px 15px 20px;
  color: var(--porto-primary-color);
  font-size: 25px;
  line-height: 1.25em;
  font-style: italic;
  /*font-weight:500 !important;*/
  left: 0;
}
section.timeline .timeline-date {
  visibility: collapse;
  height: 0;
  padding: 0;
  border: 0px;
  margin: 0;
}
section.timeline .timeline-box {
  margin-bottom: 0px !important;
  margin-top: 0px !important;
  max-width: 100% !important;
}
.text-justify {
  text-align: justify;
}
.titulo-all-page h1 {
  /*color: var(--porto-primary-color);*/
  color: #fff;
  font-size: 50px;
  line-height: 1.35em !important;
  font-weight: 700;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.15);
}
.banner-all-page {
  min-height: 300px;
  position: relative;
}
.maxw-content_header-page {
  width: 100%;
}
.maxw-content_header-page .porto-u-heading.titulo-all-page {
  max-width: 1440px;
  margin: 0 auto;
  padding-left: 25px;
}
.slider-marcas {
  background: #fff;
  width: 100%;
  padding: 20px 0;
  overflow: hidden;
}
.slider-row {
  white-space: nowrap;
  overflow: hidden;
  margin-bottom: 20px;
}
.slider-track {
  display: inline-flex;
  animation: scroll-left 30s linear infinite;
}
.slider-track img {
  height: 100px;
  margin: 0 30px;
  filter: none;
  opacity: 1;
  transition: all 0.3s ease;
}
.slider-track img:hover {
  filter: grayscale(100%);
  opacity: 0.6;
  transform: scale(0.95);
}
@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
/*========================================================================================*/
/*B O X Y E A R*/
.box-year-float {
  position: absolute;
  top: -10px;
  background: var(--porto-primary-color);
  z-index: 100;
  padding: 10px 15px;
  right: 2px;
  border-radius: 10px 10px 0 10px;
  display: flex;
  flex-direction: column;
  margin: 0;
  max-width: 170px;
}
.box-year-float .porto-u-sub-heading {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  justify-content: center;
}
.box-year-float:before {
  content: "";
  position: absolute;
  bottom: -10px;
  right: 0px;
  width: 0;
  height: 0;
  border-right: 10px solid transparent;
  border-left: 0px solid transparent;
  border-top: 10px solid #b33941;
}
strong.box-year-float_years {
  font-size: 25px;
  line-height: 1em;
  color: #fff;
}
.box-year-float h4 {
  font-size: 14px;
  line-height: 1.2em;
  font-weight: 400;
  color: #fff;
  margin: 0 !important;
  padding-top: 0px;
}
.box-year-float .porto-u-sub-heading p {
  display: none;
}
.img-efecto img {
  border-radius: 15px;
  position: relative;
  z-index: 1;
}
.titulo-page_format .porto-u-sub-heading {
  font-size: 25px;
  font-weight: 600;
  line-height: 1.35em;
}
.titulo-page_format strong {
  color: var(--porto-primary-color);
  font-weight: 700;
}
.titulo-page_format h1 {
  /*background: var(--porto-primary-color);*/
  font-size: 35px;
  letter-spacing: 0.5px;
  font-weight: 700;
  line-height: 1.35em;
  text-transform: uppercase;
  /*display: inline-block;
    padding: 7px 20px !important;
    border-radius: 25px;*/
  margin-bottom: 10px !important;
}
.btn-leer-mas a {
  background: var(--porto-primary-color);
  padding: 12px 25px;
  font-weight: 500;
  border-radius: 7px;
  color: #fff;
  border: solid 2px var(--porto-primary-color);
  /*font-family: "Ubuntu";*/
  font-size: 15px;
  text-transform: uppercase;
  transition: 0.3s ease all;
}
.btn-leer-mas a:hover {
  background: var(--porto-tertiary-color);
  border: solid 2px var(--porto-tertiary-color);
  color: #fff;
  transition: 0.3s ease all;
}
.btn-leer-mas.light a {
  background: transparent;
  padding: 12px 25px;
  font-weight: 500;
  border-radius: 7px;
  color: #fff;
  border: solid 2px #fff;
  /*font-family: "Ubuntu";*/
  font-size: 15px;
  text-transform: uppercase;
  transition: 0.3s ease all;
}
.btn-leer-mas.light a:hover {
  background: #fff;
  color: var(--porto-primary-color);
  border: solid 2px #fff;
  transition: 0.3s ease all;
}
.btn-leer-mas i.porto-icon-long-arrow-alt {
  margin-left: 5px;
  position: relative !important;
  transform: translateX(0px);
  transition: 0.3s ease all !important;
  display: inline-block;
}
.btn-leer-mas:hover i.porto-icon-long-arrow-alt {
  margin-left: 5px;
  transform: translateX(7px);
  transition: 0.3s ease all !important;
}
.btn-rear-more i.fas.fa-arrow-right {
  transition: 0.3s ease all;
  transform: rotate(0deg);
  background: #f0f0f0;
  color: var(--porto-primary-color);
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 25px;
  border-radius: 50px;
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
}
.inner_carrusel_banners_custome:hover i.fas.fa-arrow-right {
  transition: 0.3s ease all;
  transform: rotate(-45deg);
}
.inner_carrusel_banners_custome {
  transition: 0.3s ease all;
  margin: 15px 0;
  border-radius: 7px;
  overflow: hidden;
}
.inner_carrusel_banners_custome img {
  border-radius: 10px;
  margin-bottom: 10px;
  border: 1px solid #f0f0f0;
}
.btn-rear-more {
  margin-bottom: 5px;
}
.btn-rear-more a {
  color: var(--porto-dark-color);
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 7px;
}
.ser_banner_home {
  border-radius: 15px;
  box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.1);
}
.ser_banner_home img.porto-ibanner-img {
  min-height: 400px;
}
.contact-form_contacto input {
  padding: 12px 12px 12px 40px;
}
.form-group {
  margin-bottom: 0;
  padding-bottom: 10px;
}
i.footer-form_ico {
  color: #f58220;
  padding-right: 5px;
}
.form-group.align-ico {
  position: relative;
}
span.align-ico_icono {
  position: absolute;
  left: 0px;
  top: 0;
  width: 40px;
  height: 45px;
  /* background: #dddddd; */
  text-align: center !important;
  line-height: 50px !important;
  color: #9d9d9d;
  font-size: 18px;
}
.contact-form_contacto textarea {
  resize: none;
  height: 120px;
}
.contact-form_contacto input.wpcf7-form-control.has-spinner.wpcf7-submit.btn-form-home {
  background: var(--porto-primary-color);
  font-weight: 700;
  transition: 0.3s ease all;
  color: #ffffff;
  font-size: 14px;
  padding: 12px 25px;
  border: none;
  border-radius: 5px;
  width: 100%;
  max-width: 250px;
  text-align: center;
  text-align: center !important;
}
.contact-form_contacto input.wpcf7-form-control.has-spinner.wpcf7-submit.btn-form-home:hover {
  background: var(--porto-dark-color);
  transition: 0.3s ease all;
}
.form-group.adjuntar_cv input {
  padding: 0;
  border-radius: 0;
}
i.icon-footer {
  font-size: 15px;
  padding-right: 8px;
  color: var(--porto-primary-color);
}
#footer ul li a {
  color: var(--porto-dark-color);
  transition: 0.3s ease all;
}
#footer ul li a:hover {
  color: var(--porto-primary-color);
  transition: 0.3s ease all;
}
.social-link-form {
  text-align: right;
}
h2.titulo_footer-links {
  color: var(--porto-dark-color);
  margin: 0px;
  font-size: 14px;
  line-height: 1.8em;
  font-weight: 400;
  font-family: "Poppins";
  transition: 0.3s ease all;
}
h2.titulo_footer-links:hover {
  color: var(--porto-primary-color);
  transition: 0.3s ease all;
}
h2.titulo_footer-links.active {
  color: var(--porto-primary-color);
  transition: 0.3s ease all;
}
.btn_desplegar {
  display: none;
  margin: 0;
  padding-bottom: 10px;
}
.btn_desplegar.active {
  display: block;
  /* visible cuando está activo */
}
.titulo_footer-links {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  /*padding-bottom: 10px;*/
  /*padding-top: 10px;*/
}
i.fas.ico_desplegar {
  background: var(--porto-primary-color);
  border-radius: 50%;
  color: #fff;
  font-size: 12px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
}
.custom-box-asi .wpb_wrapper.vc_column-inner {
  box-shadow: 0 0 5px;
  border-radius: 14px;
  transition: 0.3s ease-in-out;
}
.custom-box-asi .wpb_wrapper.vc_column-inner:hover {
  box-shadow: 0 0 2px;
}
.titulo-footer .porto-u-sub-heading p {
  display: none;
}
.content_btn-desplegar .footer-links li {
  font-size: 14px;
  margin-bottom: 0px !important;
}
li.bottom-f_link:not(:last-child) {
  margin-bottom: 10px !important;
  padding-bottom: 10px;
  border-bottom: solid 1px #222;
}
.content_btn-desplegar {
  border-bottom: dashed 1px var(--porto-primary-color);
}
.content_btn-desplegar.not_line {
  border-bottom: dashed 0px #f4f4f4;
}
.custom-box-ficha a.porto-sicon-box-link {
  box-shadow: 0 0 10px #ccc;
  padding: 20px;
  border-radius: 14px;
  transition: 0.3s ease-in-out;
}
.custom-box-ficha a.porto-sicon-box-link:hover {
  box-shadow: 0 0 5px #ccc;
}
.custom-box-ficha .vc_column_container.col-md-3 {
  margin-bottom: 20px;
}
.custom-box-asi iframe {
  border-radius: 7px;
}
@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 1440px;
    /*padding-left:25px;
    padding-right:25px;*/
  }
}
.cat-item a {
  text-transform: uppercase;
}
.w-image-100 {
  align-items: center;
  border-radius: 14px;
  overflow: hidden;
  border: 2px solid var(--porto-primary-color);
  padding-top: 14px;
  padding-bottom: 14px;
}
.w-image-100 img, .w-image-100 .porto-just-icon-wrapper {
  width: 100% !important;
  max-width: 225px !important;
}
.w-image-100 img {
  padding: 20px;
}
.w-image-100 .porto-sicon-body {
  border-left: 2px solid var(--porto-primary-color);
  padding-left: 24px;
}
#mini-cart {
  displat: none !important;
}
/* lg - TABLET LANDSCAPE STYLES */
/* md - TABLET PORTRAIT STYLES */
@media (max-width: 991px) {
  .btn-center {
    text-align: center;
  }
  #header .mobile-toggle {
    background: transparent !important;
  }
  .fibo-menu-destop {
    width: auto;
    margin-right: 20px !important;
    /*margin-left: 10px !important;*/
  }
  .dgwt-wcas-search-icon {
    background: #fff;
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    padding: 6px !important;
  }
  -svg.dgwt-wcas-ico-magnifier-handler {
    fill: #fff;
  }
  .titulo-all-page h1 {
    font-size: 35px;
  }
  .banner-all-page {
    min-height: 150px;
  }
  .maxw-content_header-page .porto-u-heading.titulo-all-page {
    padding-left: 0px;
  }
  .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
    border-radius: 0px;
  }
  .dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit, .dgwt-wcas-om-bar .dgwt-wcas-om-return {
    border-radius: 0 0px 0px 0;
    border-top: solid 1px transparent;
    border-right: solid 1px transparent;
    border-bottom: solid 1px transparent;
  }
  .social-link-form {
    text-align: center;
  }
}
/* sm - SMARTPHONE LANDSCAPE STYLES */
@media (max-width: 767px) {
  .titulo-page_format .porto-u-sub-heading {
    font-size: 22px;
  }
  .titulo-page_format h1 {
    font-size: 30px;
  }
  .porto-sicon-box.box-clientes_page {
    padding: 35px 25px;
    border: solid 1px #ccc;
    transition: 0.3s ease all;
    /*box-shadow: 5px 5px 7px 2px rgba(0, 0, 0, 0.05);*/
    transform: translateY(0px);
    margin-bottom: 25px;
  }
  /*============================================================*/
  /*H I S T O R Y*/
  article.timeline-box.left .timeline-item-content strong, article.timeline-box.right .timeline-item-content strong {
    font-size: 20px;
    left: 0;
    right: 0;
    text-align: center;
  }
  section.timeline .timeline-box.left {
    clear: both;
    opacity: 1 !important;
  }
  section.timeline .timeline-box {
    margin-bottom: 5px !important;
    margin-top: 5px !important;
  }
  .timeline .timeline-item-title {
    font-size: 20px;
    padding-bottom: 10px;
    padding-top: 10px;
    text-align: center;
  }
  .ser_banner_home img.porto-ibanner-img {
    min-height: 500px;
  }
  .w-image-100 {
    flex-direction: column;
    text-align: center;
    gap: 20px;
  }
  .w-image-100 .porto-sicon-body {
    border-left: none;
    padding-left: 0;
    padding: 12px;
  }
}
/* xs - SMARTPHONE PORTRAIT STYLES */
/*# 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%2F3761-scss-desktop.scss%22%2C%22wp-content%2Fcustom_codes%2F3761-scss-tablet-p.scss%22%2C%22wp-content%2Fcustom_codes%2F3761-scss-mobile-l.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22%3BAAAA%3BACEA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADbA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACgCA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAIA%3BAACE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BADzNF%3BAAAA%3BACgOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAACE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BADpVF%3BAAAA%3BACiWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAASD%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAMA%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BADxwBA%3BAAAA%3BAASA%3BAERA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAFrDA%3BAAcA%3BAGZA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAHAA%3BAAAA%3BAGWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAHrEA%22%7D */