/* xl - DESKTOP STYLES */
/*==========================================================================*/
/*H E A D E R*/
.porto-tooltip-wrap.empty-tooltip .tooltip-inner {
  display: none;
}
html {
  scroll-behavior: smooth !important;
}
/*[lang="en-US"] .content-top-es{
    display:none;
}
[lang="es-ES"] .content-top-en{
    display:none;
}*/
/*========*/
/*H E A D E R*/
img.img-responsive.standard-logo.retina-logo {
  width: 180px;
  padding: 10px 0;
}
.btn-top a {
  color: #fff !important;
  background: #93d500;
  border: solid 2px #93d500;
  border-radius: 25px !important;
  padding-left: 25px !important;
  padding-right: 25px !important;
}
.btn-top a:hover {
  color: #93d500 !important;
  background: #fff;
}
.titulo-home {
  height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.titulo-home h1 {
  font-size: 70px;
  line-height: 75px !important;
  max-width: 700px;
  letter-spacing: 0.5px;
}
.titulo-home .porto-u-sub-heading {
  font-size: 20px;
}
.1header-main.header-has-center.header-has-center-sm {
  border-bottom: solid 1px #f4f4f4;
}
#header.sticky-header .logo .sticky-logo {
  padding: 10px 0;
}
.section-arrow-white .box-histori h3.porto-sicon-title:before {
  background: #c2c2c2;
}
.section-arrow-white .box-histori h3.porto-sicon-title:after {
  border-bottom: 14px solid #c2c2c2;
}
.bg-color-transparent {
  position: relative;
}
.inner-section-arrow-white {
  position: relative;
  z-index: 10;
}
.operadores-boxes {
  position: relative;
  z-index: 100;
}
/*.bg-color-transparent:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
	z-index:1;
    background: rgb(0 0 0 / 30%);
    -webkit-backface-visibility: hidden;
}*/
/*=======*/
/*T O P C O N T E N T*/
.contact-top {
  display: flex;
}
.contact-top_inner a {
  display: flex;
}
.contact-top_inner {
  display: flex;
  flex-direction: column;
  width: 50%;
}
.contact-top_inner.correo {
  width: 250px;
}
.contact-top_box-text {
  width: 70%;
  display: flex;
  flex-direction: column;
  padding-left: 10px;
}
.contact-top_box-ico {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30%;
  max-width: 40px;
  max-height: 40px;
  background: #93d500;
  border-radius: 50%;
  border: solid 2px #ffffff;
  transition: 0.3s ease all;
}
.contact-top_inner:hover .contact-top_box-ico {
  background: transparent;
  border-radius: 50%;
  border: solid 2px #93d500;
  transition: 0.3s ease all;
}
span.contact-top_box-up {
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
  color: #93d500;
  text-align: left;
  transition: 0.3s ease all;
}
span.contact-top_box-bt {
  color: #fff;
  text-align: left;
  transition: 0.3s ease all;
}
i.fa.ico-top {
  color: #fff;
  font-size: 20px;
  transition: 0.3s ease all;
}
.contact-top_inner:hover i.fa.ico-top {
  color: #93d500;
  font-size: 20px;
  transition: 0.3s ease all;
}
.header-builder .share-links a {
  width: 40px;
  height: 40px;
  border-radius: 28px;
  margin: 0 1px;
  overflow: hidden;
  background: #93d500 !important;
  color: #fff !important;
  font-size: 18px;
  border: solid 2px #fff;
}
.header-builder .share-links a:hover {
  width: 40px;
  height: 40px;
  border-radius: 28px;
  margin: 0 1px;
  overflow: hidden;
  background: transparent !important;
  color: #93d500 !important;
  font-size: 18px;
  border: solid 2px #93d500;
}
.flipbook-main-wrapper {
  background: #fff !important;
}
.flipbook-menu svg, .flipbook-nav svg {
  box-sizing: content-box;
  fill: #154976 !important;
}
/*==============================================================================*/
/*H E R O  H O M E*/
.header-video {
  position: relative;
  z-index: 1;
  text-align: center;
  background: #111;
}
.header-video video {
  z-index: 1;
  position: relative;
  width: 1920px;
  height: 700px;
  object-fit: cover;
}
.header-video:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  -webkit-backface-visibility: hidden;
}
.hero-box {
  padding: 0 20px;
  top: 0;
  left: 0;
  height: 700px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: absolute;
  z-index: 10;
  margin: 0 auto;
}
/*.content-text-hero {
    width: 100%;
    max-width: 1140px;
}*/
.content-text-hero h3 {
  font-size: 35px;
  line-height: 40px !important;
  letter-spacing: 0px;
  color: #fff;
  margin-bottom: 25px;
  max-width: 800px;
}
h1.content-text-hero_titulo {
  color: #fff;
  font-size: 80px;
}
a.btn-hero {
  color: #fff;
  padding: 10px 30px;
  background: #217bc7;
  border-radius: 25px;
  position: relative;
  font-weight: 700;
  transition: 0.3s ease all;
}
a.btn-hero:hover {
  color: #fff;
  padding: 10px 30px;
  background: #00c1de;
  position: relative;
  transition: 0.3s ease all;
}
a.btn-hero.light {
  background: #ffffff;
  color: #217bc7;
}
a.btn-hero.light:hover {
  background: #222;
  color: #fff;
}
.content-btn i.fas.fa-file-pdf {
  padding-left: 5px;
}
.content-btn-hero {
  padding-top: 10px;
  transition: 0.3s ease all;
  display: inline-block;
}
/*.text-justify p{
    text-align:justify;
}*/
/*=============================*/
/*B O X S H A D O W */
.iconos-apps_box {
  border: solid 1px #f4f4f4;
  border-radius: 10px;
  max-width: 250px;
  margin: 0 auto;
  padding: 10px;
  transition: 0.3s ease all;
  box-shadow: 5px 5px 5px 2px rgba(0, 0, 0, 0.2);
}
.iconos-apps_box:hover {
  padding: 10px;
  transition: 0.3s ease all;
  transform: translateY(-10px);
}
.vc_row.wpb_row.top-row.iconos-apps.porto-inner-container {
  position: absolute;
  bottom: -115px;
  width: 100%;
}
.img-doctor-home {
  position: relative;
}
.img-doctor-home img {
  position: relative;
  z-index: 100;
  max-width: 380px;
}
.img-doctor-home:after {
  content: "";
  position: absolute;
  background: #955af6;
  width: 400px;
  height: 90%;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 1;
  border-radius: 200px 200px 10px 10px;
  margin: 0 auto;
  box-shadow: 10px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
.alinear-btn_center {
  text-align: center;
}
.blog-noticias p.post-excerpt {
  display: none;
}
/*======================================================================================*/
/*B O X S E R V I C I O S*/
.box-servicios-home {
  position: relative;
  transition: 0.4s ease all;
  box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 10px 10px;
  padding: 45px 15px 20px 15px !important;
  /*overflow: hidden;*/
  z-index: 10;
  background: rgba(255, 255, 255, 0.75);
}
.box-servicios-home h3.porto-sicon-title {
  height: 100%;
  min-height: 75px;
}
.box-servicios-home:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 5px;
  left: 0px;
  top: 0px;
  background: #217bc7;
  transition: 0.4s ease all;
  border-radius: 0px;
  z-index: -1;
}
.box-servicios-home:hover:before {
  height: 100%;
  transition: 0.4s ease all;
  border-radius: 0 0 10px 10px;
}
.box-servicios-home:hover h3, .box-servicios-home:hover i {
  color: #fff !important;
  transition: 0.4s ease all;
}
.box-servicios-home i {
  transition: 0.3s ease all;
}
.box-servicios-home:hover {
  box-shadow: 5px 25px 30px 0px rgba(0, 0, 0, 0.1);
  transition: 0.4s ease all;
}
/*======================================================================================*/
/**/
.content-us-bullet_inner h2 {
  margin-bottom: 15px;
}
.content-us-bullet_inner {
  padding-bottom: 20px;
  position: relative;
  padding-left: 50px;
}
.content-us-bullet_inner:before {
  content: '';
  position: absolute;
  width: 12px;
  height: 12px;
  background: #ffffff;
  border-radius: 50%;
  left: 9px;
  top: 5px;
  z-index: 10;
  box-shadow: 0px 0px 0px 7px #955af6;
}
.content-us-bullet_inner:not(:last-child):after {
  content: '';
  position: absolute;
  width: 1px;
  height: 100%;
  left: 14px;
  top: 5px;
  border: dashed 1px #333;
}
.img-efecto, .img-efecto-left {
  position: relative;
}
.img-efecto img, .img-efecto-left img {
  border-radius: 20px;
  position: relative;
  z-index: 10;
  max-height: 450px;
  object-fit: cover;
  border: solid 10px #fff;
  /*box-shadow: 10px 0px 10px 0px rgba(0, 0, 0, 0.1);*/
}
.img-efecto :after {
  content: "";
  position: absolute;
  background: #217bc7;
  width: 50%;
  height: 90%;
  left: -20px;
  top: -20px;
  /*box-shadow: 10px 0px 10px 0px rgba(0, 0, 0, 0.1);*/
  z-index: 1;
  border-radius: 35px 0;
}
.img-efecto-left :after {
  content: "";
  position: absolute;
  background: #217bc7;
  width: 50%;
  height: 90%;
  right: -20px;
  top: -20px;
  /*box-shadow: 10px 0px 10px 0px rgba(0, 0, 0, 0.1);*/
  z-index: 1;
  border-radius: 0px 35px;
}
.titulo-page strong {
  font-weight: 900;
  color: #217bc7;
}
.titulo-page.white strong {
  font-weight: 900;
  color: #fff;
}
.titulo-page-block strong {
  display: block;
  font-weight: 900;
  font-size: 65px;
}
.titulo-page-block.custom strong {
  display: block;
  font-weight: 900;
  font-size: 50px;
}
.alinear-btn {
  text-align: right;
}
.img-efecto-flor .vc_column_container {
  padding: 0 2.5px;
}
.img-efecto-flor .wpb_single_image.wpb_content_element.vc_align_center {
  margin-bottom: 5px;
}
.img-efecto-flor_uno img {
  border-radius: 0 125px;
}
.img-efecto-flor_dos img {
  border-radius: 125px 0;
}
.img-efecto-flor_tres img {
  border-radius: 125px 0 125px 0;
}
.img-efecto-flor_cuatro img {
  border-radius: 0 125px 0 125px;
}
.reverse .row {
  flex-direction: row-reverse;
}
.vc_row.wpb_row.vc_inner.row.no-reverse {
  flex-direction: row;
}
div#acordion-plano .vc_tta-color-grey.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-body, div#acordion-plano .vc_tta-color-grey.vc_tta-style-flat .vc_tta-panel.vc_active .vc_tta-panel-heading {
  background-color: transparent;
}
div#acordion-plano .vc_tta-color-grey.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-heading {
  background-color: transparent;
}
div#acordion-plano .vc_tta-color-grey.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-title > a {
  color: #ffffff;
  border-bottom: solid 0px #333;
}
div#acordion-plano .vc_tta-color-grey.vc_tta-style-flat .vc_tta-panel.vc_active .vc_tta-panel-title > a {
  color: #217bc7;
}
/*====================================================================================*/
/*N O S O T R O S*/
.box-crecimiento {
  padding: 10px 30px 0 30px;
}
.porto-sicon-box.box-ms {
  box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.1);
  border: solid 1px #f4f4f4;
  border-radius: 10px;
  transition: 0.4s ease all;
  background: #fff;
}
.box-ms .porto-just-icon-wrapper.porto-icon.none {
  background: #217bc7;
  margin: 0;
  padding: 15px;
  border-radius: 10px 0 0 10px;
}
.box-ms h3.porto-sicon-title {
  padding-left: 15px;
}
.porto-sicon-box.box-ms:hover {
  transition: 0.4s ease all;
  transform: translateY(-10px);
}
.porto-sicon-box.box-ms.fondo {
  background: #172a7b;
  position: relative;
  margin-left: 35px;
  width: 100%;
}
.box-ms .porto-sicon-left {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
}
.box-ms.fondo .porto-sicon-left {
  border-right: solid 2px #fff;
}
.porto-sicon-box.box-ms-page {
  border: solid 1px #edeff2;
  background: #fff;
  border-radius: 10px;
  padding: 35px 20px;
  box-shadow: 0px 35px 50px 0px rgba(0, 0, 0, 0.07);
  transition: 0.3s ease all;
  height: 100%;
  min-height: 260px;
}
.porto-sicon-box.box-ms-page:hover {
  border: solid 1px #edeff2;
  border-radius: 10px;
  padding: 35px 20px;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.07);
  transition: 0.3s ease all;
}
.parallax-efecto {
  background-attachment: fixed !important;
}
/*===============================================================================================*/
/*H I S T O R I*/
.box-histori img.img-icon {
  /* padding: 7px; */
  /*background: #217bc7;*/
  transition: 0.5s ease all;
  width: 150px;
  height: 150px;
  object-fit: cover;
}
.box-histori:hover img.img-icon {
  /*background: #c2c2c2;*/
  transition: 0.5s ease all;
}
.box-histori .porto-just-icon-wrapper.porto-sicon-img {
  border-radius: 50%;
  transition: 0.5s ease all;
  box-shadow: 0 0 0 5px #217bc7, 0 0 0 10px #c2c2c2, 0 0 10px 40px rgba(14, 66, 149, 0);
}
.box-histori:hover .porto-just-icon-wrapper.porto-sicon-img {
  border-radius: 50%;
  transition: 0.5s ease all;
  box-shadow: 0 0 0 5px #c2c2c200, 0 0 0 10px #217bc721, 0 0 10px 0px #217bc7;
}
.box-histori {
  position: relative;
  margin-top: 35px;
  padding: 0 10px;
}
.box-histori p {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  color: #1b1b1b;
}
.box-histori h3.porto-sicon-title:before {
  content: '';
  position: absolute;
  width: 4px;
  Height: 40px;
  left: 0;
  top: 150px;
  right: 0;
  margin: 0 auto;
  background: #217bc7;
  z-index: -1;
}
.box-histori h3.porto-sicon-title:after {
  content: '';
  position: absolute;
  left: 0px;
  top: 190px;
  right: 0;
  margin: 0 auto;
  transform: rotate(180deg);
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 14px solid #217bc7;
}
.box-histori .porto-sicon-header {
  padding-top: 50px;
}
.box-enfoque_carrusel {
  width: 810px !important;
  position: relative;
  left: -250px;
  z-index: 100;
}
.box-enfoque_carrusel .porto-sicon-box.default-icon {
  display: block;
  align-items: center;
  /* width: 400px; */
  background: #fffcfc;
  padding: 30px 25px;
  border-radius: 10px;
  border: solid 1px #f4f4f4;
  box-shadow: 0 5px 5px 0px rgba(0, 0, 0, 0.1);
  height: 285px;
}
.box-enfoque_carrusel .owl-stage {
  display: flex;
  flex-wrap: nowrap;
}
/*======================================================================================*/
/*P R O Y E C T O S H O M E*/
/*.box-why, .box-why_inner {
    position: relative;
    overflow: hidden;
}
.box-why_inner .vc_column_container {
    max-width: 750px;
    margin: 0 auto;
}
.box-why_inner_texto {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    width: calc(100% - 25px);
    background: #fff;
    border-radius: 10px 10px 0 0;
    margin: 0 auto;
	transition: .6s .2s ease all;
	border-bottom: solid 1px #f4f4f4;
}
.box-why:hover .box-why_inner_texto {
    opacity:0;
	transition: .6s .2s ease all;
}
.box-why_inner_texto .porto-sicon-top {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    width: 100%;
    top: -30px;
}
.box-why_inner_texto .porto-sicon-header {
    padding-top: 35px;
}
.box-why img{
    border-radius: 10px;
}

.box-why_btn {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 100;
    background: -webkit-linear-gradient(90deg, rgb(0 96 152 / 80%) 0%, rgb(0 96 152 / 80%) 100%);
    border-radius: 10px;
	transform: scaleY(0);
    transform-origin: top;
    transform-style: preserve-3d;
    transition: .6s ease all;
}
.box-why:hover .box-why_btn {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 100;
    background: -webkit-linear-gradient(90deg, rgb(0 96 152 / 80%) 0%, rgb(0 96 152 / 80%) 100%);
    border-radius: 10px;
    transform: scaleY(1);
    transform-origin: top;
    transform-style: preserve-3d;
    transition: .6s ease all;
}


.lista-why i.fas.fa-dot-circle {
    color: #93d500;
    padding-right: 10px;
}

.lista-why ul li{
    padding-bottom: 5px;
}
*/
/*====================================================================================*/
/*O P E R A D O R E S*/
.box-operadores-numbers strong {
  background: #217bc7;
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  margin-right: 10px;
  text-align: center;
  font-size: 34px;
  transition: 0.3s ease all;
}
.box-operadores-numbers:hover strong {
  background: #fff;
  color: #217bc7;
  display: inline-block;
  transition: 0.3s ease all;
}
.porto-u-heading.box-operadores-numbers {
  padding: 0 25px;
  margin-bottom: 35px;
}
/*====================================================================================*/
/*N E W - B L O G*/
.blog-full-widh article.post .post-image.single {
  margin-bottom: 0;
}
.blog-full-widh article.post .post-image.single {
  padding-top: 0;
}
.blog-full-widh article.post.post-modern.hide-post-date.post.type-post.status-publish.format-standard.has-post-thumbnail.hentry.category-destacados.category-noticias {
  position: relative;
  height: 527px;
}
.blog-full-widh .owl-stage-outer.owl-height {
  height: 527px !important;
}
.blog-full-widh .clearfix {
  display: none;
}
.blog-list .blog-post-item .post-item-title > a {
  transition: 0.4s ease;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  font-size: 18px;
  line-height: 25px;
  color: #fff;
}
.blog-full-widh .post-content a {
  color: #fff !important;
  margin-bottom: 0;
  transition: 0.4s ease;
  overflow: hidden;
  display: -webkit-box;
  /*-webkit-line-clamp: 1;*/
  -webkit-box-orient: vertical;
}
.blog-full-widh h2.entry-title {
  margin-bottom: 0 !important;
}
.blog-full-widh span.meta-date {
  color: #ffffff;
  font-weight: 700;
}
.blog-full-widh .post-meta {
  margin-bottom: 0 !important;
}
.blog-full-widh p.post-excerpt {
  color: #fff;
  transition: 0.4s ease;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: none;
}
.blog-full-widh .post-content {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 100;
  padding-left: 20px;
  width: 100%;
  padding-bottom: 15px;
  padding-right: 10px;
}
.blog-full-widh .post-content:after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  bottom: 0;
  height: 150%;
  transition: opacity 0.2s;
  background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.95));
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  /*border-radius: 5px;*/
}
.blog-full-widh img.owl-lazy.img-responsive {
  height: 527px;
  object-fit: cover;
  box-shadow: 10px 10px 10px 0px rgba(0, 0, 0, 0.2);
  /*border-radius: 5px;*/
}
.blog-list img {
  height: calc(105px - 0px);
  object-fit: cover;
  /* box-shadow: 10px 10px 10px 0px rgba(0, 0, 0, 0.2); */
  /*border-radius: 3px;*/
}
.blog-list .owl-item.active {
  overflow: hidden;
  /*max-height: 515px;*/
  /*border-radius: 5px;*/
}
.blog-list .blog-posts .post-item-list {
  display: flex;
  align-items: center;
  /* flex-direction: row-reverse; */
  border-bottom: solid 1px #333;
  padding-bottom: 15px;
  padding-right: 15px;
}
.blog-list span.post-date {
  color: #fff !important;
}
.custom-dot-type-1 .owl-nav.disabled + .owl-dots {
  display: none;
}
/*====================================================================================*/
/* S C R O L*/
.blog-list {
  max-height: 525px;
  overflow-x: hidden;
}
/*.content-preguntas_scrool.vc_column_container{
    height: 370px;
    overflow-x: hidden;
}*/
.blog-list::-webkit-scrollbar-thumb {
  background-color: #217bc7;
  border-radius: 0px;
  border: 0px solid #333;
  cursor: pointer;
}
.blog-list::-webkit-scrollbar-track {
  border-radius: 5px;
}
.blog-list::-webkit-scrollbar {
  -webkit-appearance: none;
}
.blog-list::-webkit-scrollbar:vertical {
  width: 5px;
}
.blog-list::-webkit-scrollbar {
  background-color: #333;
}
/*.content-galeria-home img{
    object-fit: cover;
    height: 300px !important;
}
.content-galeria-home{
    margin-bottom:25px;
}

img.mfp-img {
    width: auto;
    max-height: none !important;
    height: auto;
    display: block;
    line-height: 0;
    padding: 40px 0 40px;
    margin: 0 auto;
    max-width: 800px !important;
}

.galeria-inner-page img.attachment-full.size-full {
    height: 230px;
    object-fit: cover;
}*/
/*======================================================================================*/
/*S E R V I C I O S*/
.container-ventajas {
  position: relative;
  transition: 0.3s ease all;
}
.container-ventajas .porto-u-sub-heading {
  transition: 0.4s ease;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.container-ventajas_box {
  border-bottom: solid 3px #c2c2c2;
  margin-bottom: 10px;
  opacity: 0.5;
  transition: 0.3s ease all;
  /*padding-bottom: 10px;*/
  margin-bottom: 15px;
}
.porto-u-heading.container-ventajas {
  margin-bottom: 5px;
}
.container-ventajas .porto-u-main-heading {
  position: absolute;
  right: -10px;
  top: 0;
  transition: 0.3s ease all;
}
.container-ventajas -:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  z-index: -1;
  background: #c2c2c2;
  transition: 0.3s ease all;
}
.container-ventajas .porto-u-sub-heading {
  max-width: calc(100% - 70px);
  margin: 0;
  transition: 0.3s ease all;
}
.container-ventajas_right {
  position: relative;
  min-height: 470px;
}
.btn-plano-ventajas {
  display: flex;
  position: absolute;
  left: -50px;
}
.btn-plano-ventajas a {
  font-size: 35px;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 0.2px;
  transition: 0.3s ease all;
  background: #c2c2c2;
  color: #fff;
  width: 60px;
  padding: 0px 15px 0px 15px;
}
.btn-plano-ventajas i.porto-icon-long-arrow-alt {
  position: absolute;
  transition: 0.3s ease all;
  font-size: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 8px;
  right: 30px;
  z-index: 10;
  opacity: 0;
}
.porto-u-heading.container-ventajas h2 p {
  display: none;
}
.container-ventajas_box.active i.porto-icon-long-arrow-alt {
  animation: arrow-move 0.3s infinite alternate;
  opacity: 1;
}
@keyframes arrow-move {
  0% {
    transform: translateX(0px);
  }
  100% {
    transform: translateX(5px);
  }
}
.container-ventajas_img {
  display: none;
}
.container-ventajas_img:first-child {
  display: block;
}
.container-ventajas_img img {
  min-height: 500px;
  object-fit: cover;
}
.container-ventajas strong {
  font-size: 20px;
  transition: 0.3s ease all;
}
.btn-plano-servicios {
  transform: scaleY(0);
  transition: 0.4s ease;
}
.btn-plano-servicios a {
  font-weight: 900;
}
/*.btn-plano-servicios a:hover {
    color: #fff;
    padding: 10px 30px;
    background: #00c1de;
    position: relative;
    transition: 0.3s ease all;
}*/
.porto-info-list li {
  align-items: flex-start;
}
i.porto-info-icon.fas.fa-dot-circle {
  position: relative;
  top: 6px;
}
/*======================================================================================*/
/* A C T I V E*/
.container-ventajas_box.active .btn-plano-servicios {
  transform: scaleY(1);
  transition: 0.4s ease;
}
.container-ventajas_box.active .container-ventajas strong {
  font-size: 20px;
  color: #217bc7;
  transition: 0.3s ease all;
}
.container-ventajas_box.active {
  border-bottom: solid 3px #217bc7;
  opacity: 1;
  transition: 0.3s ease all;
}
.container-ventajas_box.active .btn-plano-ventajas a {
  font-size: 35px;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 0.2px;
  transition: 0.3s ease all;
  background: #217bc7;
  color: #fff;
  width: 100%;
  padding: 0px 85px 0 15px;
}
/*===============================================================*/
/*N O T I C I A S*/
a.btn.btn-xs.btn-default.text-xs.text-uppercase.btn-readmore {
  color: #fff;
  font-size: 15px !important;
  font-weight: 600;
  background: #217bc7;
  padding: 12px 25px;
  border-radius: 5px;
  border: none;
}
.descargas-imagen-portadas a {
  position: relative;
  display: block;
}
.descargas-imagen-portadas a:after {
  content: "";
  position: absolute;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  left: 0px;
  right: 0;
  top: 0px;
  bottom: 10px;
  border: solid 2px #fff;
  transition: 0.3s ease all;
  z-index: 10;
  margin: 10px auto;
}
/*===============================================================================================*/
/*P R O Y E C T O S*/
.content-galeria-proyectos {
  padding-bottom: 15px;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  max-width: 800px;
}
/*==========================================================================*/
/*E Q U I P O*/
.content-equipo .wpb_wrapper.vc_column-inner {
  background: rgba(51, 51, 51, 0.8);
  border-radius: 20px;
  max-width: 322px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  box-shadow: 5px 0px 10px 2px rgba(0, 0, 0, 0.2);
  margin-bottom: 25px;
}
.content-equipo .wpb_wrapper.vc_column-inner:after {
  content: "";
  position: absolute;
  background: #217bc7;
  width: 100%;
  height: 120px;
  left: 0;
  top: 0;
  z-index: 1;
}
.img-equipo img {
  max-width: 180px;
  margin-top: 35px;
  margin-bottom: 25px;
  border: solid 5px #fff;
  border-radius: 50%;
  position: relative;
  z-index: 10;
}
.btn-center {
  text-align: center;
}
.content-equipo_textos {
  margin-bottom: 30px;
}
.content-equipo_textos h2 {
  font-size: 25px;
  line-height: 30px !important;
}
/*==========================================================================*/
/*P A G E*/
.content-equipo_page_img img {
  max-width: 180px;
  margin-top: 35px;
  margin-bottom: 25px;
  border: solid 5px #217bc7;
  border-radius: 50%;
  position: relative;
  z-index: 10;
}
.content-equipo_page .wpb_wrapper.vc_column-inner {
  box-shadow: 0 10px 10px 5px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  padding: 0 25px;
  max-width: 435px;
  margin: 35px auto 0;
  background: #f4f4f4;
  min-height: 500px;
}
/*.content-equipo_page p {
    height: 230px;
}*/
.logos-aliados img {
  padding: 0 20px;
}
.alto-carrusel .owl-stage-outer.owl-height {
  height: 335px !important;
}
hr.tall {
  margin: 0;
  display: none;
}
.vc_custom_1737398271608::before {
  background: black;
  position: absolute;
  left: 0;
  top: 0;
}
/*==============================================================================*/
/* SECCION DESCARGAS */
.custom-hover-card h4 {
  margin-bottom: 0;
}
.custom-hover-card h4 a {
  color: inherit;
  transition: color 0.3s ease;
}
.custom-hover-card:hover h4 a {
  color: #217bc7;
}
.custom-hover-card {
  transition: 0.3s all;
}
.custom-hover-card .separator-line {
  width: 100%;
  transition: width 0.3s ease;
}
.custom-hover-card:hover .separator-line {
  width: 75%;
}
/*==============================================================================*/
/* SECCION DESCARGAS END */
/*==============================================================================*/
/* L E E R - M A S*/
.setSeeToggle {
  display: none;
  padding-top: 10px;
}
.btn-content-all button {
  background: no-repeat;
  border: none;
  font-weight: 700;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
  padding: 0;
}
.ico-arrow {
  /*font-size: 20px;*/
  padding-left: 5px;
}
p.texto-leermas {
  margin-bottom: 0;
}
.box-transporte-mar {
  padding: 20px 10px 0 10px;
}
.wpb_single_image .vc_single_image-wrapper {
  display: inline-block;
  vertical-align: top;
  max-width: 100%;
  width: 100%;
}
/*.page-top:before {
    content: "";
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    -webkit-backface-visibility: hidden;
}*/
/*.page-top:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, #000000c7 0, rgba(0, 0, 0, 0.2) 30%, transparent 100%, transparent 100%);
    -webkit-backface-visibility: hidden;
}*/
.ser-operadores h4 {
  position: relative;
  z-index: 10;
}
.ser-operadores {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  display: flex;
  align-items: flex-end;
  /*justify-content: center;*/
  padding: 15px;
}
.ser-operadores:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, #000000c7 0, rgba(0, 0, 0, 0.2) 40%, transparent 100%, transparent 100%);
  -webkit-backface-visibility: hidden;
}
/*==========================================================================*/
/*P A R R A L L A X*/
.content-equipo-all {
  position: relative;
  z-index: 10;
  padding: 100px 0;
}
.content-from-text {
  position: relative;
  z-index: 10;
}
.parralax-fondo {
  background-attachment: fixed;
  position: relative;
}
.parralax-fondo:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  -webkit-backface-visibility: hidden;
}
/*==========================================================================*/
/*F O R M*/
.form-group p {
  margin: 0;
}
.form-group.campo input {
  border: none;
  border-bottom: solid 1px #217bc7;
  border-radius: 0;
  padding: 20px 0;
}
textarea.wpcf7-form-control.wpcf7-textarea.custom-contact-input {
  resize: none;
  height: 70px;
  border: none;
  border-bottom: solid 1px #217bc7;
  border-radius: 0;
  width: 100%;
  padding-left: 0;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner.btn.btn-primary.btn-home-form {
  background: #217bc7;
  color: #fff;
  padding: 12px 25px;
  border-radius: 5px;
  font-weight: 600;
  transition: 0.3s ease all;
  font-size: 16px;
  border: none;
  margin-top: 15px;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner.btn.btn-primary.btn-home-form:hover {
  background: #333;
  color: #fff;
  padding: 12px 25px;
  font-weight: 600;
  transition: 0.3s ease all;
}
label.font-weight-form {
  font-weight: 500;
}
.form-control:focus, select:focus {
  box-shadow: none;
}
/*======================================================================================*/
/*N E W S  L E T T E R*/
.contact-form-newsletter input {
  padding: 15px;
}
.content-fomr.col-lg-12 {
  display: flex;
  flex-direction: row;
  /*flex-wrap: wrap;*/
}
.contact-form-newsletter input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.form-control {
  margin: 0px;
  width: 100%;
  padding: 25px;
  font-size: 16px;
  border-radius: 25px 0 0 25px;
}
.contact-form-newsletter input.wpcf7-form-control.has-spinner.wpcf7-submit.btn-fomr {
  background: #222222;
  font-weight: 500;
  transition: 0.3s ease all;
  color: #fff;
  padding: 13px 25px;
  text-align: center;
  border: none;
  width: 100%;
  border-radius: 0 25px 25px 0;
}
.contact-form-newsletter input.wpcf7-form-control.has-spinner.wpcf7-submit.btn-fomr:hover {
  background: #333;
  font-weight: 500;
  transition: 0.3s ease all;
  color: #fff;
}
/*==========================================================================*/
/*C O N T A C T*/
.content-ico-contact .porto-sicon-description {
  margin-top: 0px;
}
.porto-sicon-description a {
  color: #333;
}
.wpb_gmaps_widget .wpb_wrapper {
  padding: 0;
}
/*==========================================================================*/
/*F O O T E R*/
aside#media_image-2 {
  text-align: center;
}
#footer img {
  width: 200px;
}
#footer .footer-main > .container {
  padding-top: 50px;
  padding-bottom: 25;
}
#footer .footer-bottom {
  padding: 10px 0px 10px 0;
  /*border-top: solid 1px #444;*/
}
#footer h3.widget-title {
  font-size: 20px !important;
  letter-spacing: 1px !important;
  color: #333 !important;
}
i.icon-footer {
  color: #217bc7;
  padding-right: 5px;
}
.social-contacto ul.list-unstyled {
  display: flex;
  align-items: center;
  padding-top: 15px;
  justify-content: space-between;
  max-width: 230px;
}
i.ico-social-new {
  color: #fff;
  background: #2789dc;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
}
.social-contacto ul.list-unstyled li a:hover i.ico-social-new {
  color: #fff;
  background: #2789dc;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  opacity: 0.8;
  transition: 0.3s ease all;
}
.porto-info-list li {
  list-style: none;
  line-height: 1.5;
  padding-top: 0;
  padding-bottom: 0;
}
.download-pdf .btn-grupo {
  position: unset;
}
#footer .footer-bottom {
  padding: 18px 0;
  font-size: 1em;
}
span.footer-copyright {
  line-height: 25px;
}
/*==============================================================================*/
/*Q U E R Y*/
@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 1370px;
    padding-left: 35px;
    padding-right: 35px;
  }
  .content-equipo_page .wpb_wrapper.vc_column-inner {
    min-height: 520px;
  }
}
.text-justify {
  text-align: justify;
}
.min-h-300 {
  min-height: 480px;
}
/*.vc_custom_1737399122914,
.vc_custom_1737398271608{
	position: relative;
	z-index: 1;
}

.vc_custom_1737399122914::after,
.vc_custom_1737398271608::after{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #00000080;
    z-index: -1;
}
*/
.box-transporte-mar.vc_column_container.col-md-6.col-lg-4 .wpb_wrapper.vc_column-inner, .box-transporte-mar .wpb_wrapper.vc_column-inner {
  background: #006dd27a;
  border-radius: 14px;
  text-align: center;
  margin: auto;
  padding: 14px;
}
.box-transporte-mar .wpb_wrapper.vc_column-inner {
  align-content: unset;
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}
/* lg - TABLET LANDSCAPE STYLES */
@media (max-width: 1199px) {
  .img-efecto :after {
    left: -15px;
    top: -15px;
  }
}
/* md - TABLET PORTRAIT STYLES */
@media (max-width: 991px) {
  #footer .footer-bottom .footer-center {
    padding: 10px 8px;
    text-align: center !important;
    line-height: 20px;
  }
  .vc_row.wpb_row.top-row.iconos-apps.porto-inner-container {
    position: inherit;
    bottom: 0;
    padding-top: 50px;
    width: inherit;
  }
  .img-efecto img, .img-efecto-conten-left img {
    border-radius: 20px;
    position: relative;
    z-index: 10;
    max-height: inherit;
    object-fit: cover;
  }
  .contact-top_box-text {
    display: none;
  }
  .contact-top_box-ico {
    width: 40px;
    height: 40px;
    max-width: 40px;
    max-height: 40px;
  }
  .contact-top_inner.correo {
    width: inherit;
    padding-left: 15px;
  }
  #header.sticky-header .header-main {
    background-color: white;
  }
  #header .header-main .header-center, #header .header-main .header-right {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  aside.widget.widget_media_image {
    text-align: center;
  }
  #header .header-main .header-left {
    padding: 0;
  }
  #header .mobile-toggle {
    color: #ffffff;
    font-size: 25px;
  }
  #header.sticky-header .mobile-toggle {
    color: #217bc7;
  }
  .img-efecto-flor.vc_column_container {
    padding-bottom: 25px;
  }
  img.img-responsive.standard-logo.retina-logo {
    width: 100px;
    padding: 5;
  }
  #header.sticky-header .logo .sticky-logo {
    padding: 5;
    width: 80px;
  }
  #header .header-main .header-left, #header .header-main .header-center, #header .header-main .header-right, .fixed-header #header .header-main .header-left, .fixed-header #header .header-main .header-right, .fixed-header #header .header-main .header-center, .header-builder-p .header-main:not(.e-con) {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .porto-sicon-box.box-ms-page {
    border: solid 1px #edeff2;
    background: #fff;
    border-radius: 10px;
    padding: 35px 20px;
    box-shadow: 0px 35px 50px 0px rgba(0, 0, 0, 0.07);
    transition: 0.3s ease all;
    height: 100%;
    min-height: inherit;
  }
  .container-ventajas .porto-u-sub-heading {
    max-width: calc(100% - 90px);
    margin: 0;
    transition: 0.3s ease all;
  }
  .btn-plano-ventajas {
    display: flex;
    position: absolute;
    left: -90px;
  }
  .container-ventajas_box.active .btn-plano-ventajas a {
    font-size: 35px;
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 0.2px;
    transition: 0.3s ease all;
    background: #217bc7;
    color: #fff;
    width: 50px;
    padding: 0px 70px 0 15px;
  }
  .btn-plano-ventajas i.porto-icon-long-arrow-alt {
    position: absolute;
    transition: 0.3s ease all;
    font-size: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 8px;
    right: 10px;
    z-index: 10;
    opacity: 0;
  }
  .container-ventajas .porto-u-sub-heading {
    transition: 0.4s ease;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  .btn-center-mobil {
    text-align: center;
  }
  /*====================================================================================*/
  /*N E W - B L O G*/
  .blog-full-widh img.owl-lazy.img-responsive {
    height: inherit;
  }
  .blog-full-widh article.post.post-modern.hide-post-date.post.type-post.status-publish.format-standard.has-post-thumbnail.hentry.category-destacados.category-noticias {
    position: relative;
    height: 100%;
  }
  .blog-list .blog-posts .post-item-list {
    display: flex;
    align-items: center;
    /* flex-direction: row-reverse; */
    border-bottom: solid 1px #f4f4f4;
    padding-bottom: 15px;
    padding-right: 15px;
    width: 50%;
  }
  .blog-full-widh .owl-stage-outer.owl-height {
    height: 100% !important;
  }
  .box-enfoque_carrusel {
    width: 100% !important;
    position: relative;
    left: 0px;
    z-index: 100;
  }
}
/* sm - SMARTPHONE LANDSCAPE STYLES */
@media (max-width: 767px) {
  .header-video video, .hero-box {
    height: 500px;
  }
  h1.content-text-hero_titulo {
    font-size: 60px;
    line-height: 65px !important;
  }
  .content-text-hero h3 {
    font-size: 25px;
    line-height: 30px !important;
    letter-spacing: 0px;
    margin-bottom: 25px;
  }
  .content-equipo_page .wpb_wrapper.vc_column-inner {
    min-height: inherit;
  }
  .container-ventajas_img img {
    min-height: inherit;
    object-fit: cover;
  }
  .container-ventajas_right {
    position: relative;
    min-height: 100%;
  }
  .box-servicios-home h3.porto-sicon-title {
    height: 100%;
    min-height: 100%;
  }
  .page-top > .container {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  /*======================================================================================*/
  /*N E W S  L E T T E R*/
  .contact-form-newsletter .col-lg-12 {
    flex-wrap: wrap;
    width: 100%;
  }
  .contact-form-newsletter input.wpcf7-form-control.has-spinner.wpcf7-submit.btn-fomr {
    width: 100%;
  }
  .box-servicios-home h3.porto-sicon-title {
    font-size: 23px;
    line-height: 30px;
  }
  .porto-sicon-box.box-valores {
    min-height: inherit;
  }
  h2.titulo-call-to-action {
    text-align: center !important;
  }
  .contact-form-newsletter input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.form-control {
    border-radius: 25px;
  }
  .contact-form-newsletter input.wpcf7-form-control.has-spinner.wpcf7-submit.btn-fomr {
    border-radius: 25px;
  }
  .box-enfoque_carrusel .porto-sicon-box.default-icon {
    /* width: 400px; */
    background: #fffcfc;
    padding: 30px 25px;
    border-radius: 10px;
    border: solid 1px #f4f4f4;
    box-shadow: 0 5px 5px 0px rgba(0, 0, 0, 0.1);
    height: inherit;
  }
  .porto-u-heading.box-operadores-numbers {
    padding: 0 0px;
    margin-bottom: 35px;
  }
}
/* xs - SMARTPHONE PORTRAIT STYLES */
@media (max-width: 479px) {
  .content-text-hero h3 {
    font-size: 20px;
    line-height: 25px !important;
    letter-spacing: 0px;
    margin-bottom: 25px;
  }
  .titulo-page h1 {
    font-size: 40px;
    line-height: 45px !important;
  }
  .header-col.visible-for-sm.header-left {
    max-width: 60px;
  }
  .content-equipo-all {
    position: relative;
    z-index: 10;
    padding: 50px 0;
  }
  /*====================================================================================*/
  /*N E W - B L O G*/
  .blog-list .blog-posts .post-item-list {
    display: flex;
    align-items: baseline;
    flex-direction: column;
    border-bottom: solid 1px #f4f4f4;
    padding-bottom: 15px;
    padding-right: 15px;
    width: 100%;
  }
  .blog-list img {
    height: 100%;
    object-fit: cover;
    /* box-shadow: 10px 10px 10px 0px rgba(0, 0, 0, 0.2); */
    border-radius: 3px;
  }
  .btn-grupo {
    position: relative;
    right: 0;
    top: 0;
    padding-top: 20px;
    padding-bottom: 5px;
    text-align: center;
  }
  #footer .footer-bottom .container > div {
    text-align: center;
  }
}
/*# 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%2F2358-scss-desktop.scss%22%2C%22wp-content%2Fcustom_codes%2F2358-scss-tablet-l.scss%22%2C%22wp-content%2Fcustom_codes%2F2358-scss-tablet-p.scss%22%2C%22wp-content%2Fcustom_codes%2F2358-scss-mobile-l.scss%22%2C%22wp-content%2Fcustom_codes%2F2358-scss-mobile-p.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22AAAA%3BAAAA%3BAAAA%3BACEA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BADNA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACoBA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BADlFA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACuGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%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%3BAAaA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BADlMA%3BAAAA%3BAC0MA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADvOA%3BAAAA%3BAAAA%3BAAAA%3BACyPA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADnSA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC8SA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAD%2FVA%3BAAAA%3BACuWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BADlZA%3BAAAA%3BACwZA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAD3hBA%3BAAAA%3BACkiBA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAD7lBA%3BAAAA%3BACmmBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BADrrBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3B%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3B%3B%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3B%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACsxBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BADvyBA%3BAAAA%3BAC8yBA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAD%2F5BA%3BAAAA%3BACo6BA%3BAAAA%3BAAAA%3BAAAA%3BADp6BA%3BAAAA%3BAAAA%3BAAAA%3BAC66BA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAD77BA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3B%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3B%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACm%2BBA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAACE%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAGF%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BADzlCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACmmCA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BADtmCA%3BAAAA%3BAC4mCA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD%2FnCA%3BAAAA%3BAC8oCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD9pCA%3BAAAA%3BACgrCA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BADnrCA%3BAAAA%3BACyrCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAD9tCA%3BAAAA%3BACquCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD9uCA%3BAAAA%3BAAAA%3BAC2vCA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADzwCA%3BAAAA%3BACkxCA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BADxyCA%3BAAAA%3BAAAA%3BAAAA%3BACmzCA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADh1CA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACg3CA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD%2F3CA%3BAAAA%3BAC44CA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADz5CA%3BAAAA%3BACu6CA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BADn9CA%3BAAAA%3BACy9CA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADp%2FCA%3BAAAA%3BAC6%2FCA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BADpgDA%3BAAAA%3BACygDA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BADplDA%3BAAAA%3BAC0lDA%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BADzmDA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3B%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACgoDA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADxoDA%3BAAIA%3BAEJA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAFAA%3BAASA%3BAGPA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAHnIA%3BAAAA%3BAGyIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAHxKA%3BAAcA%3BAIdA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAJlBA%3BAAAA%3BAIyBA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAJ1EA%3BAAmBA%3BAKnBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BALCA%3BAAAA%3BAKOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%22%7D */