html {
  overflow-x: hidden;
}
body {
  box-sizing: border-box;
}
/*** SCSS ***/
/* Reusable Components */
.text-hover-fill a {
  background-image: linear-gradient(to right, #2f66f5 50%, #2e2e2e 50%);
  background-size: 200% 100%;
  background-position: right;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: background-position 0.3s ease;
}
.text-hover-fill a:hover, .text-hover-fill a:focus {
  background-position: left;
}
.hover-fill-white-blue a {
  background-image: linear-gradient(to right, var(--base) 50%, var(--base-3) 50%);
}
.button-orange, .button-ghost-white, .button-ghost-grey, .button-ghost-orange {
  position: relative;
  overflow: hidden;
  z-index: 0;
  transition: color 0.3s ease;
}
.button-orange::before, .button-orange::after, .button-ghost-white::before, .button-ghost-white::after, .button-ghost-grey::before, .button-ghost-grey::after, .button-ghost-orange::before, .button-ghost-orange::after {
  content: "";
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
  z-index: -1;
  transition: transform 0.3s ease;
}
.button-orange::before, .button-ghost-white::before, .button-ghost-grey::before, .button-ghost-orange::before {
  left: 0;
  transform: translateX(-100%);
}
.button-orange::after, .button-ghost-white::after, .button-ghost-grey::after, .button-ghost-orange::after {
  right: 0;
  transform: translateX(100%);
}
.button-orange:hover::before, .button-orange:hover::after, .button-orange:focus::before, .button-orange:focus::after, .button-ghost-white:hover::before, .button-ghost-white:hover::after, .button-ghost-white:focus::before, .button-ghost-white:focus::after, .button-ghost-grey:hover::before, .button-ghost-grey:hover::after, .button-ghost-grey:focus::before, .button-ghost-grey:focus::after, .button-ghost-orange:hover::before, .button-ghost-orange:hover::after, .button-ghost-orange:focus::before, .button-ghost-orange:focus::after {
  transform: translateX(0);
}
.button-orange::before, .button-orange::after {
  background: var(--accent-2);
}
.button-orange:hover, .button-orange:focus {
  background: var(--accent);
}
.button-ghost-white::before, .button-ghost-white::after {
  background: var(--base-3);
}
.button-ghost-white:hover, .button-ghost-white:focus {
  border-color: var(--base-3);
}
.button-ghost-grey::before, .button-ghost-grey::after {
  background: var(--contrast-2);
}
.button-ghost-grey:hover, .button-ghost-grey:focus {
  color: var(--base-3);
  border-color: var(--contrast-2);
}
.button-ghost-orange::before, .button-ghost-orange::after {
  background: var(--accent);
}
.button-ghost-orange:hover, .button-ghost-orange:focus {
  color: var(--base-3);
  border-color: var(--accent);
}
/* Gradients */
/* top left */
.gradient-tl-sm {
  background-image: radial-gradient(circle at top left, #b2b1ed -10%, rgba(255, 255, 255, 0) 15%);
}
.gradient-tl-md {
  background-image: radial-gradient(circle at top left, #b2b1ed 0%, #b2b1ed 2%, rgba(255, 255, 255, 0) 30%);
}
@media (max-width: 1024px) {
  .gradient-tl-md {
    background-image: radial-gradient(circle at top left, #b2b1ed 0%, #b2b1ed 2%, rgba(255, 255, 255, 0) 23%);
  }
}
@media (max-width: 767px) {
  .gradient-tl-md {
    background-image: radial-gradient(circle at top left, #b2b1ed 0%, #b2b1ed 2%, rgba(255, 255, 255, 0) 13%);
  }
}
/* top right */
.gradient-tr-sm {
  background-image: radial-gradient(circle at top right, #b2b1ed -10%, rgba(255, 255, 255, 0) 15%);
}
.gradient-tr-md {
  background-image: radial-gradient(circle at top right, #b2b1ed 0%, #b2b1ed 2%, rgba(255, 255, 255, 0) 30%);
}
@media (max-width: 1024px) {
  .gradient-tr-md {
    background-image: radial-gradient(circle at top right, #b2b1ed 0%, #b2b1ed 2%, rgba(255, 255, 255, 0) 23%);
  }
}
@media (max-width: 767px) {
  .gradient-tr-md {
    background-image: radial-gradient(circle at top right, #b2b1ed 0%, #b2b1ed 2%, rgba(255, 255, 255, 0) 13%);
  }
}
.gradient-ellipse-tr-sm {
  background-image: radial-gradient(ellipse 45% 70% at 100% 0%, #b2b1ed 0%, #b2b1ed 25%, rgba(255, 255, 255, 0) 100%);
}
.gradient-ellipse-tr-md {
  background-image: radial-gradient(ellipse 70% 70% at 100% 0%, #b2b1ed 0%, #b2b1ed 25%, rgba(255, 255, 255, 0) 100%);
}
.gradient-ellipse-tr-lg {
  background-image: radial-gradient(ellipse 60% 110% at 90% 0%, #b2b1ed 0%, #b2b1ed 26%, rgba(255, 255, 255, 0) 100%);
}
/* bottom left */
.gradient-bl-sm {
  background-image: radial-gradient(circle at bottom left, #b2b1ed -10%, rgba(255, 255, 255, 0) 15%);
}
.gradient-bl-md {
  background-image: radial-gradient(circle at bottom left, #b2b1ed 0%, #b2b1ed 2%, rgba(255, 255, 255, 0) 30%);
  /*@media (max-width: 1024px) {
        background-image: radial-gradient(circle at bottom left, #b2b1ed 0%, #b2b1ed 2%, rgba(255, 255, 255, 0) 23%);
    }

    @media (max-width: 767px) {
        background-image: radial-gradient(circle at bottom left, #b2b1ed 0%, #b2b1ed 2%, rgba(255, 255, 255, 0) 13%);
    }*/
}
/* bottom right */
.gradient-br-sm {
  background-image: radial-gradient(circle at bottom right, #b2b1ed -10%, rgba(255, 255, 255, 0) 15%);
}
.gradient-br-md {
  background-image: radial-gradient(circle at bottom right, #b2b1ed 0%, #b2b1ed 2%, rgba(255, 255, 255, 0) 30%);
  /*@media (max-width: 1024px) {
        background-image: radial-gradient(circle at bottom right, #b2b1ed 0%, #b2b1ed 2%, rgba(255, 255, 255, 0) 23%);
    }

    @media (max-width: 767px) {
        background-image: radial-gradient(circle at bottom right, #b2b1ed 0%, #b2b1ed 2%, rgba(255, 255, 255, 0) 13%);
    }*/
}
/* Header */
.header {
  /* Logo */
  /* Menu hover effect */
  /* add for classic menu */
  /* disable for burger */
  /* Last main menu item aligned to right */
  /* Submenu on desktop */
  /* Offer */
}
@media (max-width: 767px) {
  .header .wp-block-site-logo {
    margin-bottom: 11px;
  }
}
@media (max-width: 767px) {
  .header .wp-block-site-logo img.custom-logo {
    width: 128px;
  }
}
@media (min-width: 1153px) {
  .header .text-hover-fill a {
    background-image: linear-gradient(to right, var(--accent-2) 50%, var(--contrast) 50%);
  }
  .header .mega-menu a, .header .sub-menu a {
    background-image: linear-gradient(to right, #f2d900 50%, var(--base-3) 50%);
  }
  .header .menu-item-start {
    display: none;
  }
}
@media (max-width: 1152px) {
  .header .text-hover-fill a {
    background-image: none;
    background-size: auto;
    background-position: initial;
    -webkit-background-clip: border-box;
    -webkit-text-fill-color: currentColor;
    transition: none;
  }
  .header .text-hover-fill a:hover, .header .text-hover-fill a:focus {
    background-position: initial;
  }
  .header .gb-menu > .menu-item > .gb-menu-link, .header .gb-menu > .menu-item-offer > .sub-menu > .menu-item > .gb-menu-link {
    max-width: 170px;
    width: 100%;
  }
  .header .menu-item-offer.gb-sub-menu--open {
    color: #f2d900;
  }
}
.header #menu-main-menu > li:last-child > a {
  padding-right: 0;
}
@media (min-width: 1153px) {
  .header {
    /*.menu-item-offer .sub-menu .sub-menu {
            width: 225px;
            left: 100%;
            right: 0;
        }*/
  }
  .header #menu-main-menu > li > a > .gb-submenu-toggle svg {
    fill: var(--accent);
  }
  .header .menu-item-technology .sub-menu {
    width: 300px;
  }
}
.header .menu-item-mobile {
  display: none;
}
.header .gb-navigation--mobile .menu-item-mega-menu {
  display: none !important;
}
.header .gb-navigation--mobile .menu-item-mobile {
  display: block;
}
/* Hero */
.hero-video__awb {
  padding: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .hero-video__awb {
    height: 600px;
  }
}
@media (max-width: 598px) {
  .hero-video__awb {
    height: 510px;
  }
}
@media (max-width: 430px) {
  .hero-video__awb {
    height: 415px;
  }
}
@media (max-width: 390px) {
  .hero-video__awb {
    height: 390px;
  }
}
@media (max-width: 370px) {
  .hero-video__awb {
    height: 375px;
  }
}
.hero-video__awb .nk-awb-wrap-content {
  width: 100%;
  height: 100%;
}
@media (max-width: 1700px) {
  .hero-video__content-wrapper {
    margin-bottom: 100px;
  }
}
@media (max-width: 1550px) {
  .hero-video__content-wrapper {
    margin-bottom: 72px;
  }
}
@media (max-width: 1400px) {
  .hero-video__content-wrapper {
    margin-bottom: 43px;
  }
}
@media (max-width: 1280px) {
  .hero-video__content-wrapper {
    margin-bottom: 40px;
  }
}
@media (max-width: 1152px) {
  .hero-video__content-wrapper {
    margin-bottom: 35px;
  }
}
@media (max-width: 896px) {
  .hero-video__content-wrapper {
    margin-bottom: 25px;
  }
}
@media (max-width: 767px) {
  .hero-video__content-wrapper {
    margin-bottom: 118px;
  }
}
@media (max-width: 598px) {
  .hero-video__content-wrapper {
    margin-bottom: 80px;
  }
}
@media (max-width: 430px) {
  .hero-video__content-wrapper {
    margin-bottom: 45px;
  }
}
@media (max-width: 370px) {
  .hero-video__content-wrapper {
    margin-bottom: 30px;
  }
}
@media (max-width: 1280px) {
  .hero-video .divider-blue {
    margin-bottom: 35px;
  }
}
@media (max-width: 1152px) {
  .hero-video .divider-blue {
    margin-bottom: 30px;
  }
}
@media (max-width: 896px) {
  .hero-video .divider-blue {
    margin-bottom: 20px;
  }
}
/*@import "_navigation";*/
/* Footer */
.footer .wp-block-site-logo {
  margin-bottom: 1.5em;
}
.footer .text-hover-fill a {
  background-image: linear-gradient(to right, var(--base) 50%, var(--base-3) 50%);
}
/* Socket */
/* Form */
.form {
  /* contact form */
  /* submit btn spinner */
  /* Messages - centered text & filled background with small border radius */
}
.form input[type="text"], .form input[type="email"], .form input[type="url"], .form input[type="password"], .form input[type="search"], .form input[type="tel"], .form input[type="number"], .form textarea, .form select {
  width: 100%;
  padding: 13px 20px;
}
.form label {
  font-size: 15px;
  letter-spacing: 0.03em;
}
.form__acceptance a {
  color: var(--base-3);
}
.form__acceptance a:hover {
  color: var(--accent-2);
}
.form__acceptance .wpcf7-list-item {
  margin: 0;
}
.form__acceptance label {
  position: relative;
  display: flex;
  font-size: 13px;
  font-family: "aktiv-grotesk-thin";
  letter-spacing: 0.05em;
}
.form__acceptance input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.form__acceptance .wpcf7-list-item-label {
  padding-left: 38px;
}
.form__acceptance .wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.45em;
  width: 22px;
  height: 22px;
  border: 1px solid rgba(255, 255, 255, 0.65);
  border-radius: 6px;
  background: transparent;
  transition: all 0.2s ease;
  box-sizing: border-box;
}
.form__acceptance .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  left: 8px;
  top: 0.75em;
  width: 6px;
  height: 11px;
  border-right: 2px solid var(--accent-2);
  border-bottom: 2px solid var(--accent-2);
  transform: rotate(45deg) scale(0);
  transform-origin: center;
  transition: transform 0.2s ease;
}
.form__acceptance input[type="checkbox"]:checked + .wpcf7-list-item-label::before {
  background: var(--base);
  border-color: var(--base);
  box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.08);
}
.form__acceptance input[type="checkbox"]:checked + .wpcf7-list-item-label::after {
  transform: rotate(45deg) scale(1);
}
.form__acceptance input[type="checkbox"]:focus-visible + .wpcf7-list-item-label::before {
  outline: 2px solid #fff;
  outline-offset: 3px;
}
.form__acceptance label:hover .wpcf7-list-item-label::before {
  border-color: #fff;
  background: rgba(255, 255, 255, 0.06);
}
.form__submit {
  /*@include mobile {
            text-align: center;
        }*/
  /* disable default spinner */
}
.form__submit input[type="submit"] {
  background: var(--accent-2);
  padding: 14px 35px 13px;
  letter-spacing: 0.05em;
  line-height: 1;
  text-transform: uppercase;
}
.form__submit input[type="submit"]:hover {
  background: var(--base);
}
.form__submit .wpcf7-spinner {
  display: none !important;
}
.form .wpcf7-form.submitting input[type="submit"] {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="white"><style>.spinner_I8Q1{animation:spinner_qhi1 .8s linear infinite}.spinner_vrS7{animation-delay:-.375s}@keyframes spinner_qhi1{0%,100%{r:1.5px}50%{r:3px}}</style><circle class="spinner_I8Q1" cx="4" cy="12" r="1.5"/><circle class="spinner_I8Q1 spinner_vrS7" cx="12" cy="12" r="3"/><circle class="spinner_I8Q1" cx="20" cy="12" r="1.5"/></svg>');
  background-size: 32px;
  background-repeat: no-repeat;
  background-position: center;
  color: transparent;
}
.form .wpcf7-not-valid-tip {
  color: yellow;
  text-transform: none;
  margin-bottom: -18px;
}
.form .wpcf7 form .wpcf7-response-output {
  text-align: center;
  line-height: 1.5;
  padding: 1em 1.5em;
  border-width: 2px;
  border-radius: 8px;
  width: 100%;
  font-size: 15px;
  letter-spacing: 0.01em;
}
.form .wpcf7 form.invalid .wpcf7-response-output, .form .wpcf7 form.unaccepted .wpcf7-response-output {
  background-color: #c28b12;
  color: #ffffff;
}
.form .wpcf7 form.failed .wpcf7-response-output, .form .wpcf7 form.aborted .wpcf7-response-output {
  border-color: #9a0404;
  background-color: #b93737;
  color: #ffffff;
}
.form .wpcf7 form.sent .wpcf7-response-output {
  border-color: #0d7600;
  color: #ffffff;
  background-color: #3d8143;
}
/* Front page */
.utilization .grid-col__left {
  padding-left: max(0px, calc(100% - 630px));
  padding-right: 0;
}
@media (max-width: 767px) {
  .utilization .grid-col__left {
    padding-left: 0;
  }
}
.utilization .grid-col__left .grid-col__content {
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 767px) {
  .utilization .grid-col__left .grid-col__content {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.utilization .grid-col__right {
  padding-left: 0;
  padding-right: max(0px, calc(100% - 630px));
}
@media (max-width: 767px) {
  .utilization .grid-col__right {
    padding-right: 0;
  }
}
.utilization .grid-col__right .grid-col__content {
  padding-left: 30px;
  padding-right: 30px;
  margin-left: auto;
}
@media (max-width: 767px) {
  .utilization .grid-col__right .grid-col__content {
    margin-left: 0;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.utilization .grid-col__content {
  padding-top: 50px;
  padding-bottom: 50px;
  max-width: 455px;
  width: 100%;
}
@media (max-width: 767px) {
  .utilization .grid-col__content {
    max-width: 100%;
  }
}
.offer {
  /*.grid-col__img-wrapper a:has(img.tile-hover) {
        position: relative;
        overflow: hidden;
        display: block;
    }

    .grid-col__img-wrapper a:has(img.tile-hover) img.tile-hover {
        display: block;
        width: 100%;
        height: auto;
    }

    .grid-col__img-wrapper a:has(img.tile-hover)::after {
        content: "";
        position: absolute;
        top: 0;
        left: -160%;
        width: 80%;
        height: 100%;
        pointer-events: none;
        z-index: 2;

        background: linear-gradient(
            120deg,
            transparent 0%,
            rgba(255, 255, 255, 0.08) 35%,
            rgba(255, 255, 255, 0.85) 50%,
            rgba(190, 190, 190, 0.4) 60%,
            transparent 100%
        );

        transform: skewX(-20deg);
        animation: tile-shine 4s ease-in-out infinite;
    }

    @keyframes tile-shine {
        0% {
            left: -160%;
            opacity: 0;
        }

        12% {
            opacity: 0.75;
        }

        35% {
            left: 140%;
            opacity: 0.75;
        }

        45%,
        100% {
            left: 140%;
            opacity: 0;
        }
    }*/
}
.offer__bg-1 {
  background-image: radial-gradient(ellipse 60% 110% at 90% 0%, #899afc 0%, #899afc 26%, rgba(255, 255, 255, 0) 100%);
}
.offer__bg-2 {
  background-image: radial-gradient(circle at top right, #899afc 0%, #899afc 2%, rgba(255, 255, 255, 0) 30%), radial-gradient(circle at bottom left, #899afc -10%, rgba(255, 255, 255, 0) 15%);
}
.industry .bg-container {
  background-image: radial-gradient(circle at top right, #899afc 0%, #899afc 2%, rgba(255, 255, 255, 0) 30%), radial-gradient(circle at bottom left, #899afc -10%, rgba(255, 255, 255, 0) 15%);
}
@media (max-width: 767px) {
  .industry .grid-col__img-container {
    background-size: 100% 40px;
    margin-left: -20px;
    margin-right: -20px;
  }
}
/* Zastosowanie */
.summary-table {
  font-size: 14px;
  border-bottom: 1px solid #f0f0f0;
}
@media (max-width: 1024px) {
  .summary-table {
    font-size: 12px;
  }
}
.summary-table thead {
  border-bottom: 3px solid;
}
.summary-table tbody tr:nth-child(odd) {
  background-color: #0000001f;
}
.summary-table td, .summary-table th {
  border-width: 0;
  padding: 1.75em 0.75em;
}
@media (max-width: 767px) {
  .summary-table td, .summary-table th {
    width: 180px;
  }
}
.summary-table th {
  font-size: 16px;
  font-weight: 400;
}
@media (max-width: 1024px) {
  .summary-table th {
    font-size: 14px;
    padding: 1em 0.75em;
  }
}
/* FAQ */
.faq .gb-loop-item:nth-of-type(odd) .subsection {
  color: var(--base-3);
  background-image: url("/wp-content/uploads/2026/04/bg-service-universal-blue-v3.jpg");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
.faq .gb-loop-item:nth-of-type(even) .subsection {
  background-image: radial-gradient(circle at top left, #899afc -10%, rgba(255, 255, 255, 0) 15%);
}
.faq .gb-loop-item:nth-of-type(even) .header-divider-orange::after {
  background-image: linear-gradient(to right, #5b2bd7 0%, var(--contrast-3) 100%);
}
/* Downloads */
.implementation-docs .text-hover-fill a {
  background-image: linear-gradient(to right, #2f66f5 50%, var(--base-3) 50%);
}
/* Articles */
.posts-list .subsection {
  background-image: radial-gradient(circle at top left, #b2b1ed -10%, rgba(255, 255, 255, 0) 15%);
}
.posts-list .gb-loop-item:nth-of-type(even) .background {
  background-image: radial-gradient(ellipse 45% 70% at 100% 0%, #b2b1ed 0%, #b2b1ed 25%, rgba(255, 255, 255, 0) 100%);
}
.posts-list .gb-loop-item:nth-of-type(odd) .background {
  background-image: radial-gradient(circle at top right, #b2b1ed -10%, rgba(255, 255, 255, 0) 15%);
}
.posts-list .gb-loop-item:first-child .background {
  background-image: none;
}
/* Single Post */
.post-content {
  background-image: radial-gradient(circle at bottom left, #b2b1ed 0%, #b2b1ed 2%, rgba(255, 255, 255, 0) 700px);
}
.post-content h2 {
  font-size: 32px;
}
@media (max-width: 1200px) {
  .post-content h2 {
    font-size: 29px;
  }
}
@media (max-width: 1024px) {
  .post-content h2 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .post-content h2 {
    font-size: 28px;
  }
}
@media (max-width: 430px) {
  .post-content h2 {
    font-size: 25px;
  }
}
.post-content h3 {
  font-size: 26px;
}
@media (max-width: 1200px) {
  .post-content h3 {
    font-size: 25px;
  }
}
@media (max-width: 1024px) {
  .post-content h3 {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .post-content h3 {
    font-size: 23px;
  }
}
@media (max-width: 430px) {
  .post-content h3 {
    font-size: 22px;
  }
}
.post-content h4 {
  font-size: 25px;
}
@media (max-width: 1200px) {
  .post-content h4 {
    font-size: 23px;
  }
}
@media (max-width: 1024px) {
  .post-content h4 {
    font-size: 23px;
  }
}
@media (max-width: 767px) {
  .post-content h4 {
    font-size: 22px;
  }
}
@media (max-width: 430px) {
  .post-content h4 {
    font-size: 20px;
  }
}
/* Contact */
.contact-departments .text-hover-fill a {
  background-image: linear-gradient(to right, var(--accent) 50%, var(--contrast) 50%);
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sourceRoot%22%3A%22https%3A%2F%2Fecltech.devmode.co.pl%2F%22%2C%22sources%22%3A%5B%22wp-content%2Fthemes%2Fgeneratepress_child%2Fscss%2Fstyle.scss%22%2C%22wp-content%2Fthemes%2Fgeneratepress_child%2Fscss%2F_components.scss%22%2C%22wp-content%2Fthemes%2Fgeneratepress_child%2Fscss%2F_gradients.scss%22%2C%22wp-content%2Fthemes%2Fgeneratepress_child%2Fscss%2F_header.scss%22%2C%22wp-content%2Fthemes%2Fgeneratepress_child%2Fscss%2F_footer.scss%22%2C%22wp-content%2Fthemes%2Fgeneratepress_child%2Fscss%2F_form.scss%22%2C%22wp-content%2Fthemes%2Fgeneratepress_child%2Fscss%2F_pages.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22AAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAJA%3BAAAA%3BACEA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BADtGJ%3BAAAA%3BAEIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAFfJ%3BAEsBA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAF9CA%3BAEoDA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3B%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAFxDA%3BAEsEA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3B%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAF1EA%3BAGEA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGQ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQJ%3BAACI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACI%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAH%2FFR%3BAGwGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAH1LR%3BAAAA%3BAIGI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAJPJ%3BAAAA%3BAKEA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAUJ%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaI%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAL7KZ%3BAMIQ%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOR%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOZ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3B%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3B%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3B%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3B%3BAAAA%3BAAAA%3BAAAA%3B%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3B%3BAAAA%3BAAAA%3BAAAA%3B%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3B%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACI%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAgEA%3BAAAA%3BAAAA%3BAAOQ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BANzIZ%3BAMoJA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BANlLR%3BAM4LI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BANvMJ%3BAM%2BMI%3BAAAA%3BAAAA%3BAN%2FMJ%3BAMuNI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BANxOJ%3BAM%2BOA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BANzSR%3BAMkTI%3BAAAA%3BAAAA%22%7D */