/* xl - DESKTOP STYLES */
/*===============================================================================================*/
/*V A R I O S*/
#header .header-main .header-left {
  padding: 0;
}
.box-up-call ul.list-unstyled {
  display: flex;
  width: 100%;
  flex-direction: row;
  padding: 0;
  margin: 0;
}
.box-up-call img {
  width: 22px;
  margin-right: 5px;
}
.box-up-call li {
  padding-left: 15px;
}
/*================================================================*/
/**/
/*===============================================================================================*/
/*H O M E*/
/*================================================================*/
/**/
.content-pestanas-all {
  background: #fff;
  border-radius: 10px;
  padding: 20px 0 !important;
  box-shadow: 10px 10px 20px #bebebe7a, -5px -5px 20px #ffffff;
  margin: 0px 20px 20px 0 !important;
  border: solid 1px #f4f4f4;
}
.content-seguros-pestana {
  border-right: solid 1px rgba(0, 0, 0, 0.3);
  padding: 5px;
}
.content-seguros-pestana:nth-child(5) {
  border-right: none;
}
.estrella, .price-seguro, .btn-comprar-ya {
  text-align: center;
}
li.titulo {
  font-weight: 500;
}
.icono-estrella img {
  width: 140px;
  padding: 5px;
  border-bottom: solid 1px rgba(0, 0, 0, 0.3);
}
li.number {
  padding: 10px 0;
}
.number span {
  background: #ffd665;
  border-radius: 50%;
  color: #fff;
  font-weight: 500;
  width: 25px;
  height: 25px;
  line-height: 25px;
  display: block;
  margin: auto;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
li.price-titulo {
  font-size: 25px;
  font-weight: 700;
  font-style: italic;
  color: #991b1f;
  padding-bottom: 10px;
}
li.btn-titulo a {
  color: #fff;
  text-transform: uppercase;
  transition: 0.4s ease;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.btn-titulo {
  display: block;
  width: 100%;
  max-width: 200px;
  font-size: 12px;
  background: #991b1f;
  margin: auto;
  padding: 5px;
  border-radius: 25px;
  font-style: italic;
  font-weight: 700;
  margin-top: 10px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 0px 3px #fff, 0 0 0px 5px rgba(0, 0, 0, 0);
  transition: 0.3s all ease;
}
.btn-titulo:hover {
  display: block;
  width: 100%;
  max-width: 200px;
  font-size: 12px;
  background: #605c5c;
  margin: auto;
  padding: 5px;
  border-radius: 25px;
  font-style: italic;
  font-weight: 700;
  margin-top: 10px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 0px 3px #fff, 0 0 0px 5px rgba(0, 0, 0, 0);
  transition: 0.3s all ease;
}
.vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab.vc_active > a {
  border-color: #f0f0f0;
  background-color: #f8f8f8;
  color: #991b1f !important;
}
span.vc_tta-title-text {
  font-size: 20px;
  font-weight: 600;
}
li.sub-price {
  font-size: 20px;
  font-weight: 700;
  color: #991b1f;
  padding-bottom: 5px;
}
.btn-seguro-box {
  margin: 0;
}
a.btn-sin-fondo {
  padding-left: 40px !important;
  padding-right: 40px !important;
}
.content-titulo-home {
  background: #991b1f;
}
.box-img-slidert-right {
  position: relative;
  /*right: -106px;*/
}
.img-slidert-right.vida, .img-slidert-right.incendio, .img-slidert-right.auto, .img-slidert-right.viajero {
  position: relative;
}
.img-slidert-right img {
  margin-bottom: 0;
  position: relative;
  min-height: 350px;
  width: 100%;
  object-fit: cover;
}
.content-titulo-home .wpb_wrapper.vc_column-inner {
  max-width: 700px;
  margin: auto;
  padding: 35px !important;
}
.img-slidert-right.auto::after {
  /* -webkit-text-fill-color: transparent; */
  /* -webkit-text-stroke-width: 1px; */
  /* -webkit-text-stroke-color: #fff; */
  color: #fff;
  content: 'AUTO';
  display: inline-block;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 0.2px;
  line-height: 74px;
  opacity: 0.4;
  position: absolute;
  left: -220px;
  text-align: center;
  text-transform: uppercase;
  top: 50%;
  transform: translate(calc(50% - 24px), -50%) rotate(-90deg);
  width: 300px;
  z-index: 100;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.89);
}
.img-slidert-right.incendio::after {
  /* -webkit-text-fill-color: transparent; */
  /* -webkit-text-stroke-width: 1px; */
  /* -webkit-text-stroke-color: #fff; */
  color: #fff;
  content: 'INCENDIO';
  display: inline-block;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 0.2px;
  line-height: 74px;
  opacity: 0.4;
  position: absolute;
  left: -220px;
  text-align: center;
  text-transform: uppercase;
  top: 50%;
  transform: translate(calc(50% - 24px), -50%) rotate(-90deg);
  width: 300px;
  z-index: 100;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.89);
}
.img-slidert-right.vida::after {
  /* -webkit-text-fill-color: transparent; */
  /* -webkit-text-stroke-width: 1px; */
  /* -webkit-text-stroke-color: #fff; */
  color: #fff;
  content: 'VIDA';
  display: inline-block;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 0.2px;
  line-height: 74px;
  opacity: 0.4;
  position: absolute;
  left: -220px;
  text-align: center;
  text-transform: uppercase;
  top: 50%;
  transform: translate(calc(50% - 24px), -50%) rotate(-90deg);
  width: 300px;
  z-index: 100;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.89);
}
.img-slidert-right.viajero::after {
  /* -webkit-text-fill-color: transparent; */
  /* -webkit-text-stroke-width: 1px; */
  /* -webkit-text-stroke-color: #fff; */
  color: #fff;
  content: 'VIAJERO';
  display: inline-block;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 0.2px;
  line-height: 74px;
  opacity: 0.4;
  position: absolute;
  left: -220px;
  text-align: center;
  text-transform: uppercase;
  top: 50%;
  transform: translate(calc(50% - 24px), -50%) rotate(-90deg);
  width: 300px;
  z-index: 100;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.89);
}
.img-slidert-right.casco::after {
  /* -webkit-text-fill-color: transparent; */
  /* -webkit-text-stroke-width: 1px; */
  /* -webkit-text-stroke-color: #fff; */
  color: #fff;
  content: 'CASCO';
  display: inline-block;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 0.2px;
  line-height: 74px;
  opacity: 0.4;
  position: absolute;
  left: -220px;
  text-align: center;
  text-transform: uppercase;
  top: 50%;
  transform: translate(calc(50% - 24px), -50%) rotate(-90deg);
  width: 300px;
  z-index: 100;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.89);
}
.box-titulo-seguros-all.vc_column_container.col-md-6 {
  background: #777272;
  border-radius: 0 10px 10px 0;
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.box-titulo-seguros-all h1 {
  text-align: center;
  padding-right: 150px;
  padding-bottom: 0;
  margin-bottom: 0 !important;
}
.carruse-seguros img {
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  margin: 5px;
  border-radius: 10px;
}
.contetn-all-logos {
  position: relative;
}
.content-logos {
  position: absolute;
  right: 0;
  top: 45px;
  border: 0;
}
.img-nosotros-home img {
  border-radius: 10px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  position: relative;
}
.img-nosotros-home {
  padding-right: 35px;
}
.img-nosotros-home:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 90%;
  background: #991b1f;
  left: 0;
  top: 150px;
  margin: -100px;
  border-radius: 10px;
}
.home-slider img {
  border-radius: 0 0 150px 0;
}
.vc_tta-color-white.vc_tta-style-flat .vc_tta-tab.vc_active > a {
  color: #ffffff !important;
  background: #991b1f !important;
}
h2.text-titulo-form {
  text-align: center;
  margin: 0 auto;
}
h2.text-titulo-form-2 {
  text-align: center;
  margin: 0 auto;
  font-size: 18px;
  padding-bottom: 25px;
}
.box-asociados .wpb_wrapper.vc_column-inner {
  border: solid 1px #222529;
  border-radius: 10px;
  padding: 25px !important;
}
.box-asociados img.vc_single_image-img.attachment-full {
  max-width: 150px;
  box-shadow: 0 0 0px 5px white, 0 0 0px 7px #a22e32;
  border-radius: 50%;
}
.box-asociados .porto-u-sub-heading {
  height: 100px;
}
/*===============================================================================================*/
/*C O N T A C T*/
.box-soluciones {
  padding: 20px 35px;
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.08);
}
i.porto-info-icon.fas.fa-check-circle.pr-2 {
  color: #991b1f;
  font-size: 20px;
}
li.vc_tta-tab a {
  padding: 25px !important;
}
i.Simple-Line-Icons-phone.icon-llamar, i.fab.fa-whatsapp.icon-llamar {
  padding-right: 10px;
  padding-left: 10px;
}
.box-parallax a {
  color: #fff;
}
/*===============================================================================================*/
/*N O S O T R O S*/
i.fa.fa-spinner {
  animation: arrow-move 1s infinite linear;
  font-size: 15px;
  color: #7bdd2c;
  transform-origin: center;
  margin-right: 10px !important;
}
@keyframes arrow-move {
  0% {
    transform: rotate(0deg);
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    opacity: 0.7;
  }
}
.porto-sicon-box.bos-mvv {
  padding: 40px 30px;
  background: #fff;
  height: 425px;
  box-shadow: 6px 6px 5px 0 rgba(0, 0, 0, 0.16), -5px -3px 9px 3px rgba(255, 255, 255, 0.4);
  border-radius: 10px;
}
.porto-sicon-box.bos-mvv i:before {
  margin-left: 0;
  margin-right: 0;
}
.porto-sicon-box.bos-mvv .porto-just-icon-wrapper {
  text-align: left !important;
}
.porto-sicon-box.bos-mvv.top-icon, .page-content .top-icon .porto-sicon-header, .page-content .top-icon .porto-sicon-description {
  text-align: left;
}
i.fas.fa-check.mr-2 {
  color: #991b1f;
}
h1.page-title {
  font-size: 40px !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
}
.reverse .row {
  flex-direction: row-reverse;
}
.img-nosotros-right img {
  border-radius: 10px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  position: relative;
  height: 400px;
  object-fit: cover;
}
.img-nosotros-right {
  padding-left: 35px;
}
.img-nosotros-right:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 90%;
  background: #777272;
  right: 0;
  top: 150px;
  margin: -100px;
  border-radius: 10px;
}
.img-nosotros-home img {
  border-radius: 10px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  position: relative;
  height: 400px;
  object-fit: cover;
}
.img-nosotros-home {
  padding-right: 35px;
}
.img-nosotros-home:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 90%;
  background: #991b1f;
  left: 0;
  top: 150px;
  margin: -100px;
  border-radius: 10px;
}
img.img-svg-w {
  width: 35px;
  margin: 0 10px 0 20px;
  filter: invert(1);
}
/*===============================================================================*/
/*C O N T A C T O */
.custom-info-1 {
  padding: 40px 30px;
  border: solid 1px #f4f4f4;
  box-shadow: 6px 6px 5px 0 rgba(0, 0, 0, 0.16), -5px -3px 9px 3px rgba(255, 255, 255, 0.4);
  border-radius: 10px;
  background: #f4f4f4;
  margin-bottom: 50px;
}
.conten-contact .wpb_wrapper.vc_column-inner {
  border: solid 1px #f4f4f4;
  padding: 35px 30px !important;
  box-shadow: 6px 6px 5px 0 rgba(0, 0, 0, 0.16), -5px -3px 9px 3px rgba(255, 255, 255, 0.4);
  border-radius: 10px;
}
textarea#contact-message {
  resize: none;
  height: 120px;
}
/*===============================================================================*/
/*F O O T E R */
.icon-footer {
  color: #991b1f;
  padding-right: 10px;
  font-size: 16px;
}
.icon-footer {
  color: #605c5c;
  padding-right: 10px;
  font-size: 16px;
}
#footer .footer-main > .container {
  padding-top: 4rem;
  padding-bottom: 0;
}
/*=============================================================================*/
/*C O T I Z A R*/
.row.contact-form input {
  width: 100%;
}
.contact-form .row {
  width: 100%;
  margin: 0;
  padding: 0;
}
.row.contact-form {
  display: block;
}
#footer .footer-bottom .container {
  border-top: solid 1px #383838;
}
#footer .footer-bottom {
  padding: 0;
}
#footer .footer-bottom .container {
  border-top: none;
}
img.img-navegacion-s {
  padding-left: 20px;
  width: 150px;
}
img.img-navegacion-garantia {
  padding-left: 20px;
  width: 90px;
}
/* lg - TABLET LANDSCAPE STYLES */
@media (max-width: 1199px) {
  .porto-sicon-box.bos-mvv {
    padding: 40px 30px;
    background: #fff;
    height: inherit;
  }
  .vc_row.wpb_row.vc_inner.row.home-slider.reverse {
    flex-direction: column-reverse;
  }
}
/* md - TABLET PORTRAIT STYLES */
@media (max-width: 991px) {
  .content-seguros-pestana {
    border-right: none;
    border-bottom: solid 1px rgba(0, 0, 0, 0.3);
    padding: 15px;
  }
  .content-seguros-pestana:nth-child(5) {
    border-bottom: none;
  }
  .btn-seguro-box {
    margin: 20px;
  }
  .box-img-slidert-right {
    position: inherit;
    right: 0;
  }
  .img-slidert-right img {
    margin-bottom: 35;
  }
  .home-slider .row.align-items-center {
    height: inherit;
  }
  .content-titulo-home .wpb_wrapper.vc_column-inner {
    max-width: 100%;
    margin: auto;
    padding: 60px 25px !important;
  }
  .img-nosotros-home:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 90%;
    background: #991b1f;
    left: 0;
    top: 125px;
    margin: -100px;
    border-radius: 10px;
  }
  .img-nosotros-right, .img-nosotros-home {
    padding-left: inherit;
    padding-right: inherit;
  }
  .img-nosotros-home img, .img-nosotros-right img {
    height: inherit;
    object-fit: cover;
  }
  .vc_tta-color-white.vc_tta-style-flat .vc_tta-panel.vc_active .vc_tta-panel-title > a {
    color: #fff !important;
    background: #991b1f !important;
  }
  .content-pestanas-all {
    background: #fff;
    border-radius: 10px;
    padding: 20px 0 !important;
    box-shadow: 10px 10px 20px #bebebe7a, -5px -5px 20px #ffffff;
    margin: 20px 0px !important;
    border: solid 1px #f4f4f4;
  }
  #footer .footer-bottom .container > div {
    padding: 10px 0;
    text-align: center;
  }
  .box-asociados .porto-u-sub-heading {
    height: inherit;
  }
}
/* sm - SMARTPHONE LANDSCAPE STYLES */
@media (max-width: 767px) {
  .content-logos {
    position: relative;
    right: 0;
    top: -90px;
    border: 0;
    margin: 5px;
    margin-bottom: -200px;
  }
  .box-titulo-seguros-all h1 {
    text-align: center;
    padding-right: 0;
    padding-bottom: 0;
    margin-bottom: 0 !important;
  }
  .img-nosotros-home {
    padding-right: inherit;
  }
}
/* xs - SMARTPHONE PORTRAIT STYLES */
@media (max-width: 479px) {
  .img-slidert-right.casco::after {
    /* -webkit-text-fill-color: transparent; */
    /* -webkit-text-stroke-width: 1px; */
    /* -webkit-text-stroke-color: #fff; */
    color: #fff;
    content: 'CASCO';
    display: inline-block;
    font-size: 30px;
    font-weight: 500;
    letter-spacing: 0.2px;
    line-height: 74px;
    opacity: 0.4;
    position: absolute;
    left: -220px;
    text-align: center;
    text-transform: uppercase;
    top: 200px;
    transform: translate(calc(50% - 24px), -50%) rotate(-90deg);
    width: 300px;
    z-index: 100;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.89);
  }
}
/*# 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%2F4060-scss-desktop.scss%22%2C%22wp-content%2Fcustom_codes%2F4060-scss-tablet-l.scss%22%2C%22wp-content%2Fcustom_codes%2F4060-scss-tablet-p.scss%22%2C%22wp-content%2Fcustom_codes%2F4060-scss-mobile-l.scss%22%2C%22wp-content%2Fcustom_codes%2F4060-scss-mobile-p.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22AAAA%3BAAAA%3BAAAA%3BACCA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BADfA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACsBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAsBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAsBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAsBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAuBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAwBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAD7VA%3BAAAA%3BACiWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BADlXA%3BAAAA%3BACuXA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAACG%3BAAAA%3BAAAA%3BAAAA%3BAACF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADtcA%3BAAAA%3BAC6cA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAD3dA%3BAAAA%3BACkeA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAD5eA%3BAAAA%3BACmfA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAD7gBA%3BAAIA%3BAEJA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAFLA%3BAASA%3BAGTA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAHpEA%3BAAcA%3BAIdA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAJdA%3BAAmBA%3BAKnBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%22%7D */