@charset "UTF-8";
html {
  scroll-behavior: smooth;
  scroll-padding-top: 80px;
}
body {
  letter-spacing: -0.025em;
}
body a, body button {
  outline: none !important;
}
body.error404 #content .ast-container {
  max-width: 100%;
  width: 100%;
}
body .grayscale {
  filter: grayscale(1);
}
.site .site-content .uagb-container-inner-blocks-wrap {
  width: 90% !important;
}
/* =========================
   ANIMATION LINE
========================= */
.separator {
  position: relative;
  width: 320px !important;
  height: 7.67px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 980px) {
  .separator {
    width: 260px !important;
  }
}
.separator .dot {
  width: 7.67px;
  height: 7.67px;
  background: #b5b5b5;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
}
.separator .line {
  position: absolute;
  height: 2px;
  background: #b5b5b5;
  width: 0;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
}
.separator-white .dot {
  background: #fff;
}
.separator-white .line {
  background: #fff;
}
/* =========================
   DESKTOP ANIMATION
========================= */
.separator.is-animated .line {
  animation: line-reveal-desktop 0.8s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
.separator.is-animated .dot-left {
  animation: dot-left-desktop 0.8s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
.separator.is-animated .dot-right {
  animation: dot-right-desktop 0.8s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
/* =========================
   MOBILE OVERRIDE
========================= */
@media (max-width: 980px) {
  .separator.is-animated .line {
    animation-name: line-reveal-mobile;
  }
  .separator.is-animated .dot-left {
    animation-name: dot-left-mobile;
  }
  .separator.is-animated .dot-right {
    animation-name: dot-right-mobile;
  }
}
/* =========================
   KEYFRAMES — DESKTOP
========================= */
@keyframes line-reveal-desktop {
  from {
    width: 0;
  }
  to {
    width: 304.7px;
  }
}
@keyframes dot-left-desktop {
  from {
    transform: translate3d(-50%, 0, 0);
  }
  to {
    transform: translate3d(calc(-50% - 152.35px), 0, 0);
  }
}
@keyframes dot-right-desktop {
  from {
    transform: translate3d(-50%, 0, 0);
  }
  to {
    transform: translate3d(calc(-50% + 152.35px), 0, 0);
  }
}
/* =========================
   KEYFRAMES — MOBILE
========================= */
@keyframes line-reveal-mobile {
  from {
    width: 0;
  }
  to {
    width: 244.7px;
  }
}
@keyframes dot-left-mobile {
  from {
    transform: translate3d(-50%, 0, 0);
  }
  to {
    transform: translate3d(calc(-50% - 122.35px), 0, 0);
  }
}
@keyframes dot-right-mobile {
  from {
    transform: translate3d(-50%, 0, 0);
  }
  to {
    transform: translate3d(calc(-50% + 122.35px), 0, 0);
  }
}
#content #primary {
  margin: 0;
}
#content .ast-container {
  padding: 0;
  max-width: 1440px;
  width: 90%;
}
#content h1 {
  font-size: clamp(35px, 5.97vw, 86px);
  letter-spacing: -0.018em;
}
#content h2 {
  font-size: clamp(33px, 3.89vw, 56px);
}
#content h2, #content h3, #content h4, #content h5, #content div.uagb-heading-text {
  letter-spacing: -0.025em;
}
#content .uagb-buttons-repeater {
  position: relative;
  overflow: hidden;
  transition: all 0.35s;
  letter-spacing: 0;
  line-height: 140%;
}
#content .uagb-buttons-repeater .uagb-button__icon.uagb-button__icon-position-before:before {
  content: "";
  background: url("/wp-content/uploads/2025/12/button-arrow.png") no-repeat;
  background-size: 63px 16px;
  background-position: center right;
  width: 44px;
  height: 16px;
  transition: all 0.35s;
}
@media (min-width: 981px) {
  #content .uagb-buttons-repeater .uagb-button__icon.uagb-button__icon-position-before:before {
    background-size: 63px 16px;
    width: 44px;
    height: 16px;
  }
}
#content .uagb-buttons-repeater .uagb-button__icon.uagb-button__icon-position-before svg {
  display: none;
}
#content .uagb-buttons-repeater:hover .uagb-button__icon.uagb-button__icon-position-before:before {
  width: 63px;
}
#content .arrow-blue .uagb-buttons-repeater .uagb-button__icon.uagb-button__icon-position-before:before {
  background-image: url("/wp-content/uploads/2026/03/Arrow-blue-right.png");
}
#content .arrow-blue .uagb-buttons-repeater .uagb-button__link {
  color: #058D9C;
}
#content .uagb-container-inner-blocks-wrap {
  width: 90% !important;
}
@media (min-width: 981px) {
  #content .uagb-container-inner-blocks-wrap {
    width: 95% !important;
  }
}
@media (max-width: 767px) {
  #content .title-separator .icon-container {
    width: 232px !important;
  }
}
p:last-child, li:last-child {
  margin-bottom: 0;
}
@media (min-width: 981px) {
  body.ast-primary-sticky-header-active .site-primary-header-wrap {
    min-height: 80px;
  }
}
body.ast-primary-sticky-header-active .ast-primary-header-bar {
  background-color: transparent;
}
body.ast-primary-sticky-header-active .ast-primary-header-bar:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  background-color: rgba(53, 54, 54, 0.5);
  z-index: -1;
  pointer-events: none;
}
@media (min-width: 981px) {
  body.ast-primary-sticky-header-active .ast-primary-header-bar .main-header-menu > .menu-item {
    line-height: 80px;
  }
}
@media (min-width: 981px) {
  #masthead .ast-site-identity {
    padding: 0;
  }
}
@media (min-width: 981px) {
  #masthead .ast-builder-grid-row {
    display: flex;
    justify-content: space-between;
  }
}
@media (min-width: 981px) {
  #masthead .site-header-primary-section-left {
    max-width: 244px;
  }
}
@media (min-width: 981px) {
  #masthead .site-header-primary-section-right {
    width: 100%;
  }
}
@media (min-width: 981px) {
  #masthead .site-header-primary-section-right .ast-builder-menu, #masthead .site-header-primary-section-right .ast-main-header-bar-alignment, #masthead .site-header-primary-section-right .main-navigation, #masthead .site-header-primary-section-right .main-header-menu {
    width: 100%;
  }
}
@media (min-width: 981px) {
  #masthead .site-header-primary-section-right .main-header-menu {
    justify-content: flex-end;
    gap: 20px;
  }
}
@media (min-width: 1281px) {
  #masthead .site-header-primary-section-right .main-header-menu {
    gap: 8%;
  }
}
@media (min-width: 981px) {
  #masthead .site-header-primary-section-right .sub-menu li {
    position: relative;
  }
  #masthead .site-header-primary-section-right .sub-menu li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 0;
    transition: all 0.3s;
    background-color: var(--ast-global-color-0);
    z-index: -1;
    pointer-events: none;
  }
  #masthead .site-header-primary-section-right .sub-menu li:hover:before {
    width: 100%;
  }
  #masthead .site-header-primary-section-right .sub-menu li:hover > a {
    color: white;
  }
  #masthead .site-header-primary-section-right .sub-menu li a {
    color: var(--ast-global-color-0);
  }
}
#footer-main .uagb-container-inner-blocks-wrap {
  width: 90%;
}
@media (min-width: 981px) {
  #footer-main .uagb-container-inner-blocks-wrap {
    width: 95%;
  }
}
@media (max-width: 980px) {
  #footer-main .footer-logo .wp-block-uagb-image {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  #footer-main .footer-logo .wp-block-uagb-image img {
    max-width: 139px;
  }
}
@media (min-width: 981px) {
  #footer-main .footer-content {
    position: relative;
    top: -7px;
  }
}
#footer-main .footer-content .wp-block-navigation__container {
  letter-spacing: 0;
}
@media (min-width: 981px) {
  #footer-main .footer-content .wp-block-navigation__container {
    column-gap: 30px;
  }
}
@media (min-width: 1440px) {
  #footer-main .footer-content .wp-block-navigation__container {
    column-gap: 6%;
  }
}
@media (max-width: 980px) {
  #footer-main .footer-content .wp-block-navigation__container {
    justify-content: center;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  #footer-main .footer-content .wp-block-navigation__container {
    flex-direction: column;
    gap: 30px;
  }
}
#footer-main .footer-content .wp-block-navigation__container li:hover a {
  color: #248f9a;
}
@media (max-width: 1240px) {
  #footer-main .footer-content .wp-block-navigation__container a {
    font-size: 20px;
  }
}
#footer-main .footer-copyright {
  letter-spacing: 0;
}
@media (min-width: 981px) {
  #footer-main .footer-copyright {
    position: absolute;
    bottom: -44px;
  }
}
@media (max-width: 980px) {
  #footer-main .footer-copyright {
    text-align: center;
    line-height: 1.8;
  }
}
#footer-main .footer-copyright strong {
  font-weight: 500;
  margin: 0 8px;
}
@media (max-width: 767px) {
  #footer-main .footer-copyright strong {
    display: block;
    font-size: 0;
    line-height: 0;
  }
}
#footer-main .footer-copyright a:hover {
  color: #248f9a;
}
@media (max-width: 767px) {
  #content #why-valspec {
    scroll-margin-top: -85px;
  }
}
@media (min-width: 981px) and (max-width: 1440px) {
  #content .services-content {
    column-gap: 5.5%;
  }
}
#content .services-item .uagb-ifb-image-content {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 55px;
  width: 55px;
  border: 2px solid #b5b5b5;
  border-radius: 100%;
  margin-right: 16px;
}
@media (min-width: 981px) {
  #content .services-item .uagb-ifb-image-content {
    height: clamp(74px, 7.07vw, 86px);
    width: clamp(74px, 7.07vw, 86px);
    margin-right: 4.4%;
  }
}
#content .services-item .uagb-ifb-image-content img {
  max-width: 70%;
  max-height: 76%;
  width: 100%;
  object-fit: contain;
}
@media (min-width: 981px) {
  #content .services-item .uagb-ifb-content .uagb-ifb-title {
    max-width: 320px;
  }
}
#content .services-item .uagb-ifb-content p {
  line-height: 144%;
  margin-bottom: 0;
}
#content .services-item .left-3 img {
  position: relative;
  left: -3px;
}
#content .services-item .top-2 img {
  position: relative;
  top: -2px;
}
#content .services-item .top-3 img {
  position: relative;
  top: -3px;
}
#content .testimonial-section .wp-block-uagb-testimonial {
  padding: 0;
}
#content .testimonial-section .wp-block-uagb-testimonial .uagb-tm__desc {
  line-height: 192%;
}
#content .testimonial-section .slick-list {
  max-width: 750px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  #content .testimonial-section .slick-list {
    width: calc(100% - 180px);
  }
}
#content .testimonial-section .slick-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  border: 2px solid white !important;
  border-radius: 100% !important;
  top: 0;
  transform: translateY(-29px);
  padding: 12px;
  transition: all 0.3s;
}
@media (min-width: 981px) {
  #content .testimonial-section .slick-arrow {
    width: 66px;
    height: 66px;
  }
}
@media (max-width: 767px) {
  #content .testimonial-section .slick-arrow {
    top: auto;
    bottom: -80px;
    transform: none;
  }
}
#content .testimonial-section .slick-arrow:hover {
  border-color: #248f9a !important;
  background-color: #248f9a;
}
#content .testimonial-section .slick-arrow svg {
  display: none;
}
#content .testimonial-section .slick-arrow:after {
  content: "";
  display: block;
  width: 47px;
  height: 18px;
}
@media (min-width: 981px) {
  #content .testimonial-section .slick-arrow:after {
    width: 57px;
    height: 22px;
  }
}
#content .testimonial-section .slick-arrow.slick-prev {
  left: 0;
}
#content .testimonial-section .slick-arrow.slick-prev:after {
  background: url("/wp-content/uploads/2025/12/slider-left.png") no-repeat;
  background-size: contain;
  background-position: center;
}
@media (max-width: 767px) {
  #content .testimonial-section .slick-arrow.slick-prev {
    left: auto;
    right: 50%;
    transform: translateX(-20px);
  }
}
#content .testimonial-section .slick-arrow.slick-next {
  right: 0;
}
#content .testimonial-section .slick-arrow.slick-next:after {
  background: url("/wp-content/uploads/2025/12/slider-right.png") no-repeat;
  background-size: contain;
  background-position: center;
}
@media (max-width: 767px) {
  #content .testimonial-section .slick-arrow.slick-next {
    right: 0;
    left: 50%;
    transform: translateX(20px);
  }
}
@media (max-width: 767px) {
  #content .section-2-col-person__img {
    min-height: 77vw;
  }
}
#content .section-2сolumn p {
  letter-spacing: -0.75px;
}
#content .section-logo-slider {
  width: 100vw;
}
#content .section-logo-slider .swiper-wrapper {
  flex-wrap: unset;
}
#content .section-logo-slider .swiper-free-mode > .swiper-wrapper {
  transition-timing-function: linear !important;
  width: 100% !important;
}
#content .section-logo-slider__slide {
  width: max-content;
}
#content .section-logo-slider__slide img {
  max-height: 100px;
  width: auto;
  height: auto;
  object-fit: contain;
  filter: brightness(0) invert(18%) sepia(0%) saturate(0%) contrast(120%);
}
#content .section-team__item > .wp-block-uagb-container {
  height: 100%;
}
@media (max-width: 767px) {
  #content .section-team__item > .wp-block-uagb-container {
    flex-direction: row;
  }
}
#content .section-team__item > .wp-block-uagb-container > .uagb-container-inner-blocks-wrap {
  width: 100% !important;
  flex-wrap: unset;
}
@media (min-width: 1440px) {
  #content .section-team__item-img {
    min-height: 33vw;
  }
}
@media (max-width: 767px) {
  #content .section-team__item-img {
    min-height: 100vw;
  }
}
#content .section-team__item-content {
  height: 100%;
}
#content .section-team__item-content-title .uagb-heading-text {
  font-size: clamp(25px, 2.6612903226vw, 33px) !important;
}
#content .wpforms-container {
  margin-top: 0;
}
#content .wpforms-field-container input, #content .wpforms-field-container textarea {
  font-size: 17px;
  height: 88px;
  border-color: #ffffff;
  border-radius: 0;
  color: #ffffff;
  background-color: transparent;
  padding-left: 38px;
}
#content .wpforms-field-container input::placeholder, #content .wpforms-field-container textarea::placeholder {
  color: #b6b6b6;
  opacity: 1;
}
@media (max-width: 980px) {
  #content .wpforms-field-container input, #content .wpforms-field-container textarea {
    height: 60px;
  }
}
#content .wpforms-field-container textarea {
  height: 338px;
  padding-top: 28px;
}
#content .wpforms-field {
  padding: 0;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  #content .wpforms-field {
    width: 100%;
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  #content .wpforms-submit-container {
    margin-top: 40px;
    justify-content: center;
  }
}
#content .wpforms-submit {
  display: flex;
  background: transparent;
  padding: 0;
  height: max-content;
}
#content .wpforms-submit:before {
  content: "";
  display: block;
  background: url("/wp-content/uploads/2025/12/button-arrow.png") no-repeat;
  background-size: 63px 16px;
  background-position: center right;
  width: 44px;
  height: 16px;
  transition: all 0.35s;
  margin-right: 14px;
}
@media (min-width: 981px) {
  #content .wpforms-submit:before {
    background-size: 63px 16px;
    width: 44px;
    height: 16px;
  }
}
#content .wpforms-submit:hover:before {
  width: 63px;
}
#content .wpforms-submit svg {
  display: none;
}
#content .wpforms-confirmation-container-full {
  background-color: rgba(0, 33, 41, 0.7);
  border: none;
}
#content .wpforms-confirmation-container-full p {
  text-align: center;
  color: white;
}
#content .home-hero {
  z-index: 9 !important;
  mix-blend-mode: hard-light;
}
@media (max-width: 980px) {
  #content .home-hero {
    mix-blend-mode: darken;
  }
  #content .home-hero:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #00818c;
  }
}
#content .home-hero .uagb-container-inner-blocks-wrap {
  position: static;
}
#content .home-hero h1 {
  font-size: clamp(80px, 8.13vw, 117px);
  letter-spacing: -0.018em;
}
@media (max-width: 980px) {
  #content .home-hero > .uagb-container__video-wrap {
    opacity: 0.45;
    background: #000000;
  }
}
#content .home-hero .scroll-down {
  position: absolute;
  bottom: 24px;
}
#content .home-hero .scroll-down-icon {
  height: 53px;
  width: 53px;
  border: 2px solid #fff;
  border-radius: 100%;
  cursor: pointer;
}
@media (min-width: 981px) {
  #content .home-hero .scroll-down-icon {
    height: 65px;
    width: 65px;
  }
}
#content .home-hero .scroll-down-icon img {
  max-width: 70%;
  margin: 0 auto;
  animation: scrollDown 4s infinite;
}
#content .home-hero .scroll-down p {
  letter-spacing: 0;
}
@keyframes scrollDown {
  0% {
    transform: translateY(0);
  }
  30% {
    transform: translateY(-5px);
  }
  60% {
    transform: translateY(6px);
  }
  100% {
    transform: translateY(0px);
  }
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sourceRoot%22%3A%22https%3A%2F%2Fvalspec.net%2F%22%2C%22sources%22%3A%5B%22wp-content%2Fthemes%2Fvalspec%2Fscss%2Fglobal%2F_global.scss%22%2C%22wp-content%2Fthemes%2Fvalspec%2Fscss%2Findex.scss%22%2C%22wp-content%2Fthemes%2Fvalspec%2Fscss%2Fglobal%2F_header.scss%22%2C%22wp-content%2Fthemes%2Fvalspec%2Fscss%2Fglobal%2F_footer.scss%22%2C%22wp-content%2Fthemes%2Fvalspec%2Fscss%2Fglobal%2F_section.scss%22%2C%22wp-content%2Fthemes%2Fvalspec%2Fscss%2Fglobal%2F_forms.scss%22%2C%22wp-content%2Fthemes%2Fvalspec%2Fscss%2Fpages%2F_home.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAC3BR%3BAAAA%3BAAAA%3BADsCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACrBE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADiCE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAC1ER%3BAAAA%3BAAAA%3BADsFA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAC9FA%3BAAAA%3BAAAA%3BAAiBE%3BADsFE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAC%2FGJ%3BAAAA%3BAAAA%3BADwHA%3BAACI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAACI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAACI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BACjJJ%3BAAAA%3BAAAA%3BAD0JA%3BAACI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAACI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAACI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASY%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC1Nd%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD0Oc%3BAAAA%3BAAAA%3BAASI%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAMR%3BAAAA%3BAAAA%3BAAMR%3BAAAA%3BAAAA%3BAC5QF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADyRE%3BAAAA%3BAAAA%3BAC%2FRF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACGM%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADNV%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%3BACmEc%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADnEd%3BAC0EkB%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIJ%3BAAAA%3BAAAA%3BAAAA%3BACtGpB%3BAAAA%3BAAAA%3BAFIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAANA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAANA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAEuBU%3BAAAA%3BAAAA%3BAFvBV%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAE6Bc%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAFjBd%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAANA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAEoCsB%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMZ%3BAAAA%3BAAAA%3BAFtDN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAEuDU%3BAAAA%3BAAAA%3BAAAA%3BAF7DV%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAEyEc%3BAAAA%3BAAAA%3BAFzEd%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAGDc%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAHbd%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAGkCkB%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAHlClB%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAGiDkB%3BAAAA%3BAAAA%3BAAAA%3BAAUJ%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAASR%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAHlGV%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAGwHc%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAHvId%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAGmJc%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAHhJlB%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAG6Jc%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAHhKlB%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAGuLM%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAHvNV%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAG8Nc%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAHrOd%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAG8OU%3BAAAA%3BAAAA%3BAAIQ%3BAAAA%3BAAAA%3BAC3PZ%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUI%3BAAAA%3BAAAA%3BAAAA%3BAJDd%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAIWU%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAJvBN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAIwCM%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAJpDV%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAIuEc%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BACvFJ%3BAAAA%3BAAAA%3BAAAA%3BALeN%3BAAAA%3BAAAA%3BAAAA%3BAKRc%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWJ%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BALPV%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAKqBU%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BALrCd%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAKkDkB%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAQhB%3BAACI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%22%7D */