@charset "UTF-8";
/*
Theme Name: Beltom
*/
:root {
  --white: #fff;
  --black: #171717;
  --red: #EE3232;
  --text: #222526;
  --gray-bg: #DBE0E3;
  --gray-button: rgba(219, 224, 227, 0.2);
  --cold-gray: #354047;
  --transparent: transparent;
  --spacing-small: 8px;
  --spacing-regular: 16px;
  --spacing-large: 24px;
  --spacing-xlarge: 32px;
  --spacing-2xlarge: 40px;
  --spacing-3xlarge: 48px;
  --spacing-4xlarge: 70px;
  --spacing-5xlarge: 100px;
}
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
body {
  font-family: "Instrument Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  padding: 0;
  margin: 0;
  font-size: clamp(16px, 1.4vw, 18px);
  font-weight: 400;
  color: var(--black);
  line-height: 1.5;
}
h1, h2, h3, h4, h5 {
  font-weight: 700;
  font-family: "Instrument Sans", sans-serif;
  color: var(--cold-gray);
}
p {
  font-family: "Instrument Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: var(--text);
  line-height: 18px;
}
@media (min-width: 767px) {
  p {
    font-size: 16px;
    line-height: 20px;
  }
}
h1, h2, h3, h4, h5 {
  color: var(--cold-gray);
}
h1 {
  font-size: 48px;
  line-height: 64px;
}
@media (min-width: 767px) {
  h1 {
    font-size: 72px;
    line-height: 72px;
  }
}
h2 {
  font-size: 36px;
  line-height: 40px;
}
@media (min-width: 767px) {
  h2 {
    font-size: 48px;
    line-height: 52px;
  }
}
h3 {
  font-size: 24px;
  line-height: 28px;
}
@media (min-width: 767px) {
  h3 {
    font-size: 32px;
    line-height: 36px;
  }
}
h4 {
  font-size: 20px;
  line-height: 24px;
}
@media (min-width: 767px) {
  h4 {
    font-size: 24px;
    line-height: 28px;
  }
}
h1, h2 {
  margin-bottom: var(--spacing-xlarge) !important;
}
@media (min-width: 767px) {
  h1, h2 {
    margin-bottom: var(--spacing-2xlarge) !important;
  }
}
.max-width {
  max-width: 1240px;
  margin-inline: auto;
}
.max-width-840 {
  max-width: 840px;
  margin-inline: auto;
}
@media (max-width: 1247px) {
  .mobile-padding {
    padding-inline: 20px;
    width: 100%;
  }
}
.margin-section {
  margin-block: var(--spacing-4xlarge);
}
@media (max-width: 767px) {
  .margin-section {
    margin-block: var(--spacing-2xlarge);
  }
}
#wpadminbar {
  display: block !important;
  background-color: #23282d !important;
  /* standardowy ciemny kolor WP */
  color: #fff !important;
  /* biały tekst */
}
.bg-gray {
  background-color: var(--cold-gray);
}
.bg-cold-gray {
  background-color: var(--cold-gray);
}
.bg-light-grey {
  background-color: var(--gray-bg);
}
header {
  position: relative;
}
header .navigation {
  position: absolute;
  width: 100%;
  overflow: hidden;
  height: auto;
  z-index: 10;
}
header .navigation .navigation-container {
  margin: 0;
  background-color: #fff;
}
@media (min-width: 766px) {
  header .navigation .navigation-container {
    padding-inline: 32px;
    border-radius: 0 0 12px 12px;
    background-color: #fff;
  }
}
header .navigation .wrapper {
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0;
}
header .navigation .wrapper .menu-main-menu-container {
  display: flex;
}
@media (max-width: 766px) {
  header .navigation .wrapper {
    padding: 15px 0 15px;
  }
}
header .navigation .wrapper > img {
  width: 100%;
}
@media (max-width: 767px) {
  header .navigation .wrapper > img {
    width: 60%;
  }
}
header .navigation .wrapper .nav ul {
  margin: 0 !important;
  margin-bottom: 0;
}
header .navigation .wrapper .nav .menu-mobile {
  display: flex;
  padding-inline: 30px;
}
header .navigation .wrapper .nav .menu-mobile ul {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
header .navigation .wrapper .nav .menu-mobile ul li {
  list-style: none;
  text-transform: uppercase;
  text-align: left;
  width: 100%;
  margin-left: auto;
}
header .navigation .wrapper .nav .menu-mobile ul li a {
  text-decoration: none;
  color: var(--cold-gray);
  transition: 0.2s ease;
  font-size: 19px;
  font-weight: 700;
  position: relative;
}
header .navigation .wrapper .nav .menu-mobile ul li a::after {
  content: "";
  width: 60px;
  height: 2px;
  background-color: var(--grey-100);
  position: absolute;
  left: 0;
  bottom: 0;
  display: none;
  transition: 0.7s ease-in-out;
}
header .navigation .wrapper .nav .menu-mobile ul li a:hover::after {
  display: block;
}
@media (max-width: 766px) {
  header .navigation .wrapper .nav .menu-mobile ul li {
    width: 100%;
  }
}
header .navigation .wrapper .nav .menu-mobile .centering-logo {
  display: none;
}
@media (max-width: 766px) {
  header .navigation .wrapper .nav .menu-mobile.active .centering-logo {
    display: block;
    padding-left: 30px;
  }
  header .navigation .wrapper .nav .menu-mobile.active .centering-logo .img-size img {
    width: 135px !important;
  }
  header .navigation .wrapper .nav .menu-mobile.active .menu-main-menu-container ul li a {
    color: var(--white);
  }
}
header .navigation .wrapper .nav nav {
  display: flex;
  justify-content: center;
  align-items: center;
}
header .navigation .wrapper .nav nav .burger {
  cursor: pointer;
  background-color: transparent;
  outline: none;
  border: none;
  position: relative;
  z-index: 3;
}
header .navigation .wrapper .nav nav .burger .line {
  width: 30px;
  height: 3px;
  background: var(--cold-gray);
  margin: 6px;
  transition: 0.3s ease-in-out;
  border-radius: 20px;
}
header .navigation .wrapper .nav nav > ul {
  position: absolute;
  top: 0px;
  left: 0;
  padding: 30px 0;
  width: 100vw;
  height: 100vh;
  transform: translateX(100%);
  transition: 0.3s ease-in-out;
  background: #171717;
  background: linear-gradient(90deg, #171717 60%, rgba(23, 23, 23, 0.6979166667) 60%);
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
header .navigation .wrapper .nav nav > ul li a {
  color: var(--white);
}
@media (max-width: 500px) {
  header .navigation .wrapper .nav nav > ul {
    background: linear-gradient(90deg, #171717 80%, rgba(23, 23, 23, 0.6979166667) 80%);
  }
}
@media (max-width: 766px) {
  header .navigation .wrapper .nav nav > ul {
    width: 100%;
    height: 100vh;
    justify-content: flex-start;
    gap: 40px !important;
  }
}
header .navigation .wrapper .nav nav > ul .menu-mobile {
  flex-direction: column;
  width: 40%;
  padding-top: 7%;
}
@media (max-width: 766px) {
  header .navigation .wrapper .nav nav > ul .menu-mobile {
    width: 100%;
    padding-top: 0;
    gap: 20px;
  }
}
header .navigation .wrapper .nav nav > ul .info {
  display: flex;
  justify-content: flex-end;
}
header .navigation .wrapper .nav nav > ul .info .info-wrapper {
  flex-direction: column;
  width: 40%;
  padding-left: 2em;
}
header .navigation .wrapper .nav nav > ul .info .info-wrapper p {
  color: #fff;
}
header .navigation .wrapper .nav nav > ul .info .info-wrapper .social {
  display: flex;
  gap: 18px;
}
header .navigation .wrapper .nav nav > ul .info .info-wrapper .social img {
  width: 80%;
}
@media (max-width: 766px) {
  header .navigation .wrapper .nav nav > ul .info .info-wrapper .social img {
    width: 120%;
  }
}
@media (max-width: 766px) {
  header .navigation .wrapper .nav nav > ul .info-wrapper {
    width: 100% !important;
  }
}
header .navigation .wrapper .nav nav ul.menu-mobile.active {
  transform: translate(0%);
}
header .navigation .wrapper .nav nav .burger {
  display: block;
  transition: 0.3s ease-in-out;
}
header .navigation .wrapper .nav nav .burger.active .line {
  background: var(--white);
}
header .navigation .wrapper .nav nav .burger.active .line:first-child {
  transform: translateY(10px) rotate(-220deg);
}
header .navigation .wrapper .nav nav .burger.active .line:nth-child(2) {
  transform: translateY(-100px);
}
header .navigation .wrapper .nav nav .burger.active .line:nth-child(3) {
  transform: translateY(-8px) rotate(-320deg);
}
header .navigation .wrapper .image-desktop {
  width: 70% !important;
}
@media (min-width: 766px) {
  header .navigation .wrapper .image-desktop {
    width: 100% !important;
  }
}
header .navigation .wrapper .menu-desktop a.linked-contact {
  margin-bottom: 16px;
  font-size: 13px;
  justify-content: end;
  text-decoration: none;
  display: flex;
  color: var(--text);
  gap: 3px;
}
header .navigation .wrapper .menu-desktop a.linked-contact .linked {
  color: var(--red);
}
header .navigation .wrapper .menu-desktop a.linked-contact img {
  padding-left: 5px;
  width: auto;
  height: 17px;
}
header .navigation .wrapper .menu-desktop .menu-desktop-wrapper {
  padding: 0;
  margin: 0;
}
header .navigation .wrapper .menu-desktop .menu-desktop-wrapper #menu-main-menu {
  display: flex;
  gap: 35px;
  list-style: none;
}
header .navigation .wrapper .menu-desktop .menu-desktop-wrapper #menu-main-menu li {
  border-bottom: 2px solid var(--gray-bg);
}
header .navigation .wrapper .menu-desktop .menu-desktop-wrapper #menu-main-menu li.current-menu-item {
  border-bottom: 2px solid var(--red);
}
header .navigation .wrapper .menu-desktop .menu-desktop-wrapper #menu-main-menu a {
  text-decoration: none;
  color: var(--cold-gray);
  font-size: 16px;
  font-weight: 700;
}
header .navigation .wrapper .menu-desktop .menu-desktop-wrapper #menu-main-menu li:hover a {
  color: var(--red);
}
@media (max-width: 766px) {
  header .navigation .wrapper .menu-desktop {
    display: none;
  }
}
@media (min-width: 766px) {
  header .navigation .wrapper .nav.btn-small {
    display: none;
  }
}
header .navigation .log-on {
  display: none;
  font-size: 19px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 1.9px;
  text-decoration: none;
}
@media (min-width: 767px) {
  header .navigation .log-on {
    display: block;
    visibility: hidden;
  }
}
.header-section {
  height: 100vh;
}
.header-section .hero-section {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  position: relative;
  overflow: hidden;
  height: 100%;
}
.header-section .background-video {
  grid-column: 1 / 1;
  grid-row: 1 / 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
.header-section .content-overlay {
  grid-column: 1 / 1;
  grid-row: 1 / 1;
  z-index: 2;
  align-items: center;
  justify-content: flex-start;
  background: rgba(0, 0, 0, 0.3);
}
.header-section .max-width {
  height: 100%;
  display: grid;
}
.header-section .hero-text {
  color: #fff;
  text-align: left;
  max-width: 800px;
  margin-top: auto;
  margin-bottom: auto;
}
.header-section .hero-text p {
  color: #fff;
}
.header-section .hero-text p:first-child {
  font-size: 16px;
  letter-spacing: 0.5px;
  margin-bottom: 24px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  display: inline-block;
  padding: 4px 8px;
  border-radius: 4px;
  background-color: rgba(255, 255, 255, 0.2);
  font-weight: 700;
}
.header-section .hero-text h1 {
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 24px !important;
  color: #fff !important;
}
.header-section .hero-text p:last-of-type {
  font-size: 16px;
  line-height: 1.6;
  font-weight: 300;
  margin-bottom: 32px;
  max-width: 600px;
}
.header-section .hero-text a, .header-section .hero-text button, .header-section .hero-text .cta {
  padding: 12px 16px;
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  border-radius: 8px;
  transition: all 0.3s;
  font-size: 14px;
}
.header-section .hero-text a:hover, .header-section .hero-text button:hover, .header-section .hero-text .cta:hover {
  color: var(--red);
}
.header-section .hero-text a::after, .header-section .hero-text button::after, .header-section .hero-text .cta::after {
  content: url(img/arrow_button.png);
  padding-left: 24px;
  display: inline-flex;
  align-items: center;
  padding-left: 14px;
  transform: translatey(2px);
}
footer .navigation {
  width: 100%;
  overflow: hidden;
  height: auto;
  padding-block: 24px;
}
footer .navigation .navigation-container {
  margin: 0;
}
@media (min-width: 766px) {
  footer .navigation .navigation-container {
    padding-inline: 32px;
    border-radius: 0 0 12px 12px;
  }
}
footer .navigation .wrapper {
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0;
}
footer .navigation .wrapper .menu-main-menu-container {
  display: flex;
}
@media (max-width: 766px) {
  footer .navigation .wrapper {
    padding: 15px 0 7px;
  }
}
footer .navigation .wrapper > img {
  width: 100%;
}
@media (max-width: 767px) {
  footer .navigation .wrapper > img {
    width: 60%;
  }
}
footer .navigation .wrapper .nav ul {
  margin: 0 !important;
  margin-bottom: 0;
}
footer .navigation .wrapper .nav .menu-mobile {
  display: flex;
  padding-inline: 30px;
}
footer .navigation .wrapper .nav .menu-mobile ul {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
footer .navigation .wrapper .nav .menu-mobile ul li {
  list-style: none;
  text-transform: uppercase;
  text-align: left;
  width: 100%;
  margin-left: auto;
}
footer .navigation .wrapper .nav .menu-mobile ul li a {
  text-decoration: none;
  color: var(--cold-gray);
  transition: 0.2s ease;
  font-size: 19px;
  font-weight: 700;
  position: relative;
}
footer .navigation .wrapper .nav .menu-mobile ul li a:hover::after {
  display: block;
}
@media (max-width: 766px) {
  footer .navigation .wrapper .nav .menu-mobile ul li {
    width: 100%;
  }
}
footer .navigation .wrapper .nav .menu-mobile .centering-logo {
  display: none;
}
@media (max-width: 766px) {
  footer .navigation .wrapper .nav .menu-mobile.active .centering-logo {
    display: block;
    padding-left: 30px;
  }
  footer .navigation .wrapper .nav .menu-mobile.active .centering-logo .img-size img {
    width: 135px !important;
  }
}
footer .navigation .wrapper .nav nav {
  display: flex;
  justify-content: center;
  align-items: center;
}
footer .navigation .wrapper .nav nav > ul {
  top: 0px;
  left: 0;
  padding: 30px 0;
  width: 100vw;
  height: 100vh;
  transform: translateX(100%);
  transition: 0.3s ease-in-out;
  background: #171717;
  background: linear-gradient(90deg, #171717 60%, rgba(23, 23, 23, 0.6979166667) 60%);
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 766px) {
  footer .navigation .wrapper .nav nav > ul {
    width: 100%;
    height: 100vh;
    justify-content: flex-start;
    gap: 40px !important;
  }
}
footer .navigation .wrapper .nav nav > ul .menu-mobile {
  flex-direction: column;
  width: 40%;
  padding-top: 7%;
}
@media (max-width: 766px) {
  footer .navigation .wrapper .nav nav > ul .menu-mobile {
    width: 100%;
    padding-top: 0;
    gap: 20px;
  }
}
footer .navigation .wrapper .nav nav > ul .info {
  display: flex;
  justify-content: flex-end;
}
footer .navigation .wrapper .nav nav > ul .info .info-wrapper {
  flex-direction: column;
  width: 40%;
  padding-left: 2em;
}
footer .navigation .wrapper .nav nav > ul .info .info-wrapper p {
  color: #fff;
}
footer .navigation .wrapper .nav nav > ul .info .info-wrapper .social {
  display: flex;
  gap: 18px;
}
footer .navigation .wrapper .nav nav > ul .info .info-wrapper .social img {
  width: 80%;
}
@media (max-width: 766px) {
  footer .navigation .wrapper .nav nav > ul .info .info-wrapper .social img {
    width: 120%;
  }
}
@media (max-width: 766px) {
  footer .navigation .wrapper .nav nav > ul .info-wrapper {
    width: 100% !important;
  }
}
footer .navigation .wrapper .nav nav ul.menu-mobile.active {
  transform: translate(0%);
}
footer .navigation .wrapper .image-desktop {
  width: 70% !important;
}
@media (min-width: 766px) {
  footer .navigation .wrapper .image-desktop {
    width: 100% !important;
  }
}
footer .navigation .wrapper .menu-desktop .linked-contact {
  margin-bottom: 16px;
  font-size: 13px;
  text-align: end;
}
footer .navigation .wrapper .menu-desktop .linked-contact .linked {
  color: var(--red);
}
footer .navigation .wrapper .menu-desktop .menu-desktop-wrapper {
  padding: 0;
  margin: 0;
}
footer .navigation .wrapper .menu-desktop .menu-desktop-wrapper #menu-main-menu-2 {
  display: flex;
  gap: 35px;
  list-style: none;
  flex-wrap: wrap;
}
footer .navigation .wrapper .menu-desktop .menu-desktop-wrapper #menu-main-menu-2 li {
  border-bottom: 2px solid var(--gray-bg);
}
footer .navigation .wrapper .menu-desktop .menu-desktop-wrapper #menu-main-menu-2 li:hover {
  color: var(--red);
}
footer .navigation .wrapper .menu-desktop .menu-desktop-wrapper #menu-main-menu-2 a {
  text-decoration: none;
  color: var(--cold-gray);
  font-size: 16px;
  font-weight: 700;
}
@media (max-width: 600px) {
  footer .navigation .wrapper .menu-desktop .menu-desktop-wrapper #menu-main-menu-2 {
    flex-direction: column;
    gap: 15px;
  }
}
@media (min-width: 766px) {
  footer .navigation .wrapper .nav.btn-small {
    display: none;
  }
}
footer .navigation .log-on {
  display: none;
  font-size: 19px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 1.9px;
  text-decoration: none;
}
@media (min-width: 767px) {
  footer .navigation .log-on {
    display: block;
    visibility: hidden;
  }
}
.how-we-help-section .title-row {
  margin-bottom: 50px;
}
.how-we-help-section h2 {
  color: var(--cold-gray);
}
.how-we-help-section .col-md-7 p {
  margin-bottom: 25px;
}
@media (max-width: 766px) {
  .how-we-help-section .row {
    --bs-gutter-x: 10px;
  }
}
.how-we-help-section button, .how-we-help-section .cta {
  padding: 12px 16px;
  background: transparent;
  border: 1px solid var(--red);
  color: var(--white);
  text-decoration: none;
  font-weight: 700;
  border-radius: 8px;
  transition: all 0.3s;
  font-size: 14px;
  background-color: var(--red);
  text-transform: uppercase;
}
.how-we-help-section button:hover, .how-we-help-section .cta:hover {
  background: var(--cold-gray);
  border: 1px solid var(--cold-gray);
}
.how-we-help-section button:hover::after, .how-we-help-section .cta:hover::after {
  content: url(img/arrow_button.png);
}
.how-we-help-section button::after, .how-we-help-section .cta::after {
  content: url(img/arrow_button_black.png);
  padding-left: 24px;
  display: inline-flex;
  align-items: center;
  padding-left: 14px;
  transform: translatey(3px);
}
.how-we-help-section .margin-bottom {
  margin-bottom: 10px;
}
@media (min-width: 766px) {
  .how-we-help-section .margin-bottom {
    margin-bottom: 50px;
  }
}
.how-we-help-section .item-box {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  position: relative;
  overflow: hidden;
  border-radius: 12px;
}
.how-we-help-section .bgi-image, .how-we-help-section .bgi-hover {
  grid-column: 1 / 1;
  grid-row: 1 / 1;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: 0.2s ease-in-out;
}
.how-we-help-section .bgi-image img, .how-we-help-section .bgi-image .background-image, .how-we-help-section .bgi-image .background-image-hover, .how-we-help-section .bgi-hover img, .how-we-help-section .bgi-hover .background-image, .how-we-help-section .bgi-hover .background-image-hover {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.how-we-help-section .bgi-image {
  transition: 0.4s ease-in-out;
}
.how-we-help-section .bgi-hover {
  opacity: 0;
  background: rgba(0, 0, 0, 0.3);
}
.how-we-help-section .content-overlay {
  grid-column: 1 / 1;
  grid-row: 1 / 1;
  z-index: 2;
  align-items: center;
  justify-content: flex-start;
  color: var(--white);
  padding: 32px 24px;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: 0.7s ease-in-out;
}
@media (max-width: 766px) {
  .how-we-help-section .content-overlay {
    padding: 16px 12px;
  }
}
.how-we-help-section .content-overlay .description {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  color: var(--white);
  transition: 0.7s ease-in-out;
  margin-bottom: 0;
}
@media (max-width: 766px) {
  .how-we-help-section .content-overlay .description {
    font-size: 16px;
  }
}
.how-we-help-section .content-overlay .description-hidden {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  color: var(--white);
  opacity: 0;
  transition: max-height 0.7s ease-in-out, opacity 0s;
  max-height: 0;
  margin: 0;
  margin-top: 10px;
}
.how-we-help-section .item-box:hover .bgi-image {
  filter: brightness(50%);
}
.how-we-help-section .item-box:hover .content-overlay {
  bottom: 0;
}
.how-we-help-section .item-box:hover .content-overlay .description {
  color: var(--red);
}
.how-we-help-section .item-box:hover .content-overlay .description-hidden {
  opacity: 1;
  max-height: 200px;
  transition: max-height 0.7s ease-in-out, opacity 0.7s ease-in-out;
}
.how-we-help-section .item-box::after {
  content: url(img/big_white_arrow.png);
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 1;
  transition: 0.7s ease-in-out;
}
.how-we-help-section .item-box:hover::after {
  content: url(img/big_red_arrow.png);
}
.jak-pracujemy-section .row {
  align-items: center;
  min-height: 600px;
}
.jak-pracujemy-section .col-lg-6 {
  border-radius: 0 12px 12px 0;
}
.jak-pracujemy-section .image-wrapper {
  height: 100%;
  min-height: 600px;
}
.jak-pracujemy-section .image-wrapper .worker-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.jak-pracujemy-section .content-wrapper {
  max-width: 625px;
  margin-left: 0;
  margin-right: auto;
  padding: 60px 80px 60px 60px;
}
.jak-pracujemy-section .content-wrapper h2 {
  font-size: 36px;
  font-weight: bold;
}
.jak-pracujemy-section .content-wrapper p {
  color: var(--text);
  line-height: 1.6;
  margin-bottom: 30px;
}
.jak-pracujemy-section .content-wrapper button, .jak-pracujemy-section .content-wrapper .cta.red-border {
  padding: 12px 16px;
  background: transparent;
  border: 2px solid var(--red);
  color: var(--cold-gray);
  text-decoration: none;
  font-weight: 700;
  border-radius: 8px;
  transition: all 0.15s;
  font-size: 14px;
  background-color: var(--white);
  text-transform: uppercase;
}
.jak-pracujemy-section .content-wrapper button:hover, .jak-pracujemy-section .content-wrapper .cta.red-border:hover {
  color: var(--red);
}
.jak-pracujemy-section .content-wrapper button::after, .jak-pracujemy-section .content-wrapper .cta.red-border::after {
  content: url(img/arrow_button_red.png);
  padding-left: 24px;
  display: inline-flex;
  align-items: center;
  padding-left: 14px;
  transform: translatey(3px);
}
.jak-pracujemy-section .steps-list {
  margin: 40px 0;
}
.jak-pracujemy-section .steps-list .step-item {
  display: flex;
  align-items: center;
  padding: 10px 0;
  gap: 20px;
  position: relative;
}
.jak-pracujemy-section .steps-list .step-item .step-number {
  font-size: 24px;
  font-weight: bold;
  color: #333;
  width: 50px;
  height: 50px;
  padding: 30px;
  border: 1px solid var(--gray-bg);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.jak-pracujemy-section .steps-list .step-item .step-text {
  font-size: 20px;
  color: var(--text);
}
.jak-pracujemy-section .steps-list .step-item .step-text p {
  margin: 0;
}
.jak-pracujemy-section .steps-list .step-item::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 30px;
  color: var(--gray-bg);
  height: 14px;
  width: 2px;
  background: var(--gray-bg);
}
.jak-pracujemy-section .steps-list .step-item:last-child::after {
  display: none;
}
@media (max-width: 991px) {
  .jak-pracujemy-section .content-wrapper {
    max-width: 100%;
    padding: 40px 20px;
  }
  .jak-pracujemy-section .image-wrapper {
    min-height: 400px;
  }
}
.benefits-section .title-row {
  margin-bottom: 50px;
}
.benefits-section .title-row h2 {
  text-align: center;
  margin: 0;
}
.benefits-section .margin-bottom {
  margin-bottom: 30px;
}
.benefits-section .benefit-item {
  background-color: #DBE0E3;
  border-radius: 12px;
  display: grid;
  padding: 25px;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.benefits-section .benefit-item .text {
  font-size: 48px;
  font-weight: 700;
  color: var(--cold-gray);
}
.benefits-section .benefit-item .icon {
  display: flex;
  gap: 30px;
  align-items: center;
}
.benefits-section .benefit-item .icon img {
  width: 32px;
  height: 32px;
}
.benefits-section .benefit-item .content p {
  margin: 0;
}
@media (min-width: 1090px) {
  .benefits-section .benefit-item {
    grid-template-columns: 1fr 1fr;
    padding: 32px;
    justify-content: start;
  }
}
.benefits-section .benefit-item:not(:has(.icon .text)) {
  display: flex;
  gap: 25px;
}
.homepage-clients {
  overflow: hidden;
}
.homepage-clients .center {
  text-align: center;
}
@media (min-width: 767px) {
  .homepage-clients .marquee {
    overflow: hidden;
    display: flex;
    margin-top: 32px;
  }
  .homepage-clients .marquee div {
    display: Flex;
  }
  .homepage-clients .marquee div img {
    min-width: 216px;
    opacity: 0.5;
    margin-inline: 20px;
  }
}
@media (max-width: 766px) {
  .homepage-clients .mobile-marquee {
    overflow: hidden;
    display: flex;
    margin-top: 32px;
  }
  .homepage-clients .mobile-marquee div {
    display: Flex;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 18px;
  }
  .homepage-clients .mobile-marquee div img {
    flex-basis: 40%;
    opacity: 0.5;
    height: auto;
  }
}
@media (min-width: 767px) {
  .homepage-clients .mobile-only {
    display: none;
  }
}
@media (max-width: 766px) {
  .homepage-clients .desktop-only {
    display: none;
  }
}
.more-information-section {
  padding-block: 50px;
}
.more-information-section .top-text > * {
  text-align: center;
  color: var(--white);
}
.more-information-section .top-text h4 {
  margin-bottom: 24px;
}
.more-information-section .cta-wrapper {
  display: flex;
  justify-content: center;
  gap: 10px;
}
@media (max-width: 575px) {
  .more-information-section .cta-wrapper {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
}
.more-information-section button, .more-information-section .cta.red {
  padding: 12px 16px;
  background: transparent;
  border: 1px solid var(--red);
  color: var(--white);
  text-decoration: none;
  font-weight: 700;
  border-radius: 8px;
  transition: all 0.3s;
  font-size: 14px;
  background-color: var(--red);
  text-transform: uppercase;
}
.more-information-section button:hover, .more-information-section .cta.red:hover {
  background: var(--cold-gray);
  border: 1px solid var(--white);
}
.more-information-section button:hover::after, .more-information-section .cta.red:hover::after {
  content: url(img/arrow_button.png);
}
.more-information-section button::after, .more-information-section .cta.red::after {
  content: url(img/arrow_button_black.png);
  padding-left: 24px;
  display: inline-flex;
  align-items: center;
  padding-left: 14px;
  transform: translatey(3px);
}
.more-information-section button, .more-information-section .cta.gray {
  padding: 12px 16px;
  background: transparent;
  border: 1px solid var(--white);
  color: var(--white);
  text-decoration: none;
  font-weight: 700;
  border-radius: 8px;
  transition: all 0.3s;
  font-size: 14px;
  background-color: var(--cold-gray);
  text-transform: uppercase;
}
.more-information-section button:hover, .more-information-section .cta.gray:hover {
  background: var(--gray-button);
}
.more-information-section button::after, .more-information-section .cta.gray::after {
  content: url(img/arrow_button.png);
  padding-left: 24px;
  display: inline-flex;
  align-items: center;
  padding-left: 14px;
  transform: translatey(3px);
}
.sekcja-referencje h2 {
  text-align: center;
}
.sekcja-referencje .kafelek-referencja {
  background-color: var(--gray-bg);
  padding: 24px;
  border-radius: 12px;
}
@media (min-width: 600px) {
  .sekcja-referencje .kafelek-referencja {
    padding: 48px 32px;
  }
}
.sekcja-referencje .opis-projektu p {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 30px;
  line-height: 26px;
}
@media (min-width: 766px) {
  .sekcja-referencje .opis-projektu p {
    font-size: 32px;
    line-height: 36px;
  }
}
.sekcja-referencje .info-klienta {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 500px) {
  .sekcja-referencje .info-klienta {
    flex-direction: row;
    gap: 0;
    justify-content: space-between;
  }
}
.sekcja-referencje .dane-wrapper {
  display: flex;
  align-items: center;
  gap: 15px;
}
.sekcja-referencje .dane-wrapper .dane {
  display: grid;
}
.sekcja-referencje .dane-wrapper .dane strong {
  font-size: 24px;
}
.sekcja-referencje .dane-wrapper .dane span {
  font-size: 16px;
}
.sekcja-referencje .button {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
.sekcja-referencje button, .sekcja-referencje .cta.red {
  padding: 12px 16px;
  background: transparent;
  border: 1px solid var(--red);
  color: var(--white);
  text-decoration: none;
  font-weight: 700;
  border-radius: 8px;
  transition: all 0.3s;
  font-size: 14px;
  background-color: var(--red);
  text-transform: uppercase;
}
.sekcja-referencje button:hover, .sekcja-referencje .cta.red:hover {
  background: var(--cold-gray);
  border: 1px solid var(--white);
}
.sekcja-referencje button:hover::after, .sekcja-referencje .cta.red:hover::after {
  content: url(img/arrow_button.png);
}
.sekcja-referencje button::after, .sekcja-referencje .cta.red::after {
  content: url(img/arrow_button_black.png);
  padding-left: 24px;
  display: inline-flex;
  align-items: center;
  padding-left: 14px;
  transform: translatey(3px);
}
.header-section-subpage .hero-section {
  height: 500px;
}
.header-section-subpage .content-overlay {
  height: 100%;
  display: flex;
  align-items: center;
}
.header-section-subpage .hero-text {
  padding-top: 95px;
  margin-top: auto;
  margin-bottom: auto;
}
.header-section-subpage .hero-text h1 {
  color: var(--white);
  text-align: left;
}
.proces-section .row {
  align-items: center;
}
.proces-section .row .col-lg-6, .proces-section .row .col-2 {
  border-radius: 12px 0 0 12px;
}
.proces-section .image-wrapper {
  height: 100%;
}
.proces-section .image-wrapper .worker-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.proces-section .bg-image {
  background-size: cover;
  background-position: center;
  content: url(img/proces.png);
}
.proces-section .content-wrapper {
  max-width: 625px;
  margin-left: 0;
  margin-left: auto;
  padding-right: 80px;
  margin-top: 40px;
  margin-bottom: 40px;
}
.proces-section .content-wrapper h2 {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 20px;
}
.proces-section .content-wrapper p {
  color: var(--text);
  line-height: 1.6;
  margin-bottom: 30px;
}
.proces-section .content-wrapper button, .proces-section .content-wrapper .cta.red-border {
  padding: 12px 16px;
  background: transparent;
  border: 2px solid var(--red);
  color: var(--cold-gray);
  text-decoration: none;
  font-weight: 700;
  border-radius: 8px;
  transition: all 0.15s;
  font-size: 14px;
  background-color: var(--white);
  text-transform: uppercase;
}
.proces-section .content-wrapper button:hover, .proces-section .content-wrapper .cta.red-border:hover {
  color: var(--red);
}
.proces-section .content-wrapper button::after, .proces-section .content-wrapper .cta.red-border::after {
  content: url(img/arrow_button_red.png);
  padding-left: 24px;
  display: inline-flex;
  align-items: center;
  padding-left: 14px;
  transform: translatey(3px);
}
.proces-section .steps-list .step-item {
  display: flex;
  align-items: center;
  padding: 10px 0;
  gap: 20px;
}
.proces-section .steps-list .step-item:last-child {
  border-bottom: none;
}
.proces-section .steps-list .step-item .step-number {
  font-size: 24px;
  font-weight: bold;
  color: #333;
  width: 50px;
  height: 50px;
  padding: 30px;
  border: 1px solid var(--gray-bg);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.proces-section .steps-list .step-item .step-number::after {
  content: "";
  position: absolute;
  bottom: -18px;
  color: var(--gray-bg);
  height: 14px;
  width: 2px;
  background: var(--gray-bg);
}
.proces-section .steps-list .step-item:last-child .step-number::after {
  display: none;
}
.proces-section .steps-list .step-item .step-text {
  font-size: 20px;
  color: var(--red);
}
@media (max-width: 991px) {
  .proces-section .order-2 {
    order: 1 !important;
    padding-bottom: 20px;
  }
  .proces-section .content-wrapper {
    max-width: 100%;
    padding: 40px 20px;
  }
  .proces-section .image-wrapper {
    height: 100%;
  }
}
@media (max-width: 1300px) {
  .proces-section .container-fluid.image-right .content-wrapper {
    padding: 0px 30px;
  }
}
.proces-discription-section .container-fluid.image-left .row {
  align-items: center;
}
.proces-discription-section .container-fluid.image-left .image-wrapper {
  height: 100%;
}
.proces-discription-section .container-fluid.image-left .image-wrapper .worker-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.proces-discription-section .container-fluid.image-left .col-2 {
  border-radius: 0 12px 12px 0;
}
.proces-discription-section .container-fluid.image-left .content-wrapper {
  max-width: 625px;
  margin-left: 0;
  margin-right: auto;
  padding: 0px 80px 0px 40px;
}
@media (max-width: 766px) {
  .proces-discription-section .container-fluid.image-left .content-wrapper {
    padding: 0px 20px 0px 20px;
  }
}
.proces-discription-section .container-fluid.image-left .content-wrapper h2 {
  font-weight: bold;
  margin-bottom: 20px;
}
.proces-discription-section .container-fluid.image-left .content-wrapper p {
  color: var(--text);
  line-height: 1.6;
  margin-bottom: 30px;
}
.proces-discription-section .container-fluid.image-left .content-wrapper button, .proces-discription-section .container-fluid.image-left .content-wrapper .cta.red-border {
  padding: 12px 16px;
  background: transparent;
  border: 2px solid var(--red);
  color: var(--cold-gray);
  text-decoration: none;
  font-weight: 700;
  border-radius: 8px;
  transition: all 0.15s;
  font-size: 14px;
  background-color: var(--white);
  text-transform: uppercase;
}
.proces-discription-section .container-fluid.image-left .content-wrapper button:hover, .proces-discription-section .container-fluid.image-left .content-wrapper .cta.red-border:hover {
  color: var(--red);
}
.proces-discription-section .container-fluid.image-left .content-wrapper button::after, .proces-discription-section .container-fluid.image-left .content-wrapper .cta.red-border::after {
  content: url(img/arrow_button_red.png);
  padding-left: 24px;
  display: inline-flex;
  align-items: center;
  padding-left: 14px;
  transform: translatey(3px);
}
.proces-discription-section .container-fluid.image-left .steps-list {
  margin: 40px 0;
}
.proces-discription-section .container-fluid.image-left .steps-list .step-item {
  display: flex;
  flex-direction: column;
  padding: 10px 0;
  gap: 20px;
}
.proces-discription-section .container-fluid.image-left .steps-list .step-item:last-child {
  border-bottom: none;
}
.proces-discription-section .container-fluid.image-left .steps-list .step-item .step-number {
  font-size: 24px;
  font-weight: bold;
  color: #333;
  width: 50px;
  height: 50px;
  padding: 30px;
  border: 1px solid var(--gray-bg);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.proces-discription-section .container-fluid.image-left .steps-list .step-item .step-number::after {
  content: "";
  position: absolute;
  bottom: -20px;
  color: var(--gray-bg);
  height: 18px;
  width: 2px;
  background: var(--gray-bg);
}
.proces-discription-section .container-fluid.image-left .steps-list .step-item:last-child .step-number::after {
  display: none;
}
.proces-discription-section .container-fluid.image-left .steps-list .step-item .step-text {
  color: var(--text);
}
.proces-discription-section .container-fluid.image-left .steps-list .step-item .step-text h2 {
  margin-bottom: 20px;
}
.proces-discription-section .container-fluid.image-left .steps-list .step-item .step-text p {
  margin: 0;
}
.proces-discription-section .container-fluid.image-left .steps-list .step-item button, .proces-discription-section .container-fluid.image-left .steps-list .step-item .cta.red {
  padding: 12px 16px;
  background: transparent;
  border: 1px solid var(--red);
  color: var(--white);
  text-decoration: none;
  font-weight: 700;
  border-radius: 8px;
  transition: all 0.3s;
  font-size: 14px;
  background-color: var(--red);
  text-transform: uppercase;
}
.proces-discription-section .container-fluid.image-left .steps-list .step-item button:hover, .proces-discription-section .container-fluid.image-left .steps-list .step-item .cta.red:hover {
  background: var(--cold-gray);
  border: 1px solid var(--white);
}
.proces-discription-section .container-fluid.image-left .steps-list .step-item button:hover::after, .proces-discription-section .container-fluid.image-left .steps-list .step-item .cta.red:hover::after {
  content: url(img/arrow_button.png);
}
.proces-discription-section .container-fluid.image-left .steps-list .step-item button::after, .proces-discription-section .container-fluid.image-left .steps-list .step-item .cta.red::after {
  content: url(img/arrow_button_black.png);
  padding-left: 24px;
  display: inline-flex;
  align-items: center;
  padding-left: 14px;
  transform: translatey(3px);
}
.proces-discription-section .container-fluid.image-left .steps-list .step-item .view-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
  background-color: var(--gray-bg);
  padding: 22px 24px;
  border-radius: 12px;
}
.proces-discription-section .container-fluid.image-left .steps-list .step-item .view-wrapper .view {
  color: var(--red);
  font-size: 20px;
  font-weight: 700;
  display: flex;
  padding: 0;
}
@media (max-width: 991px) {
  .proces-discription-section .content-wrapper {
    max-width: 100%;
    padding: 0px 30px;
  }
  .proces-discription-section .content-wrapper .steps-list {
    padding-top: 20px;
  }
  .proces-discription-section .image-wrapper {
    height: 100%;
  }
}
.proces-discription-section .container-fluid.image-right .row {
  align-items: center;
}
.proces-discription-section .container-fluid.image-right .image-wrapper {
  height: 100%;
}
.proces-discription-section .container-fluid.image-right .image-wrapper .worker-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.proces-discription-section .container-fluid.image-right .col-2 {
  border-radius: 12px 0 0 12px;
}
.proces-discription-section .container-fluid.image-right .content-wrapper {
  max-width: 625px;
  margin-right: 0;
  margin-left: auto;
  padding: 0px 40px 0px 0px;
}
.proces-discription-section .container-fluid.image-right .content-wrapper h2 {
  font-weight: bold;
  margin-bottom: 20px;
}
.proces-discription-section .container-fluid.image-right .content-wrapper p {
  color: var(--text);
  line-height: 1.6;
  margin-bottom: 30px;
}
.proces-discription-section .container-fluid.image-right .content-wrapper button, .proces-discription-section .container-fluid.image-right .content-wrapper .cta.red-border {
  padding: 12px 16px;
  background: transparent;
  border: 2px solid var(--red);
  color: var(--cold-gray);
  text-decoration: none;
  font-weight: 700;
  border-radius: 8px;
  transition: all 0.15s;
  font-size: 14px;
  background-color: var(--white);
  text-transform: uppercase;
}
.proces-discription-section .container-fluid.image-right .content-wrapper button:hover, .proces-discription-section .container-fluid.image-right .content-wrapper .cta.red-border:hover {
  color: var(--red);
}
.proces-discription-section .container-fluid.image-right .content-wrapper button::after, .proces-discription-section .container-fluid.image-right .content-wrapper .cta.red-border::after {
  content: url(img/arrow_button_red.png);
  padding-left: 24px;
  display: inline-flex;
  align-items: center;
  padding-left: 14px;
  transform: translatey(3px);
}
.proces-discription-section .container-fluid.image-right .steps-list {
  margin: 40px 0;
}
.proces-discription-section .container-fluid.image-right .steps-list .step-item {
  display: flex;
  flex-direction: column;
  padding: 10px 0;
  gap: 20px;
}
.proces-discription-section .container-fluid.image-right .steps-list .step-item:last-child {
  border-bottom: none;
}
.proces-discription-section .container-fluid.image-right .steps-list .step-item .step-number {
  font-size: 24px;
  font-weight: bold;
  color: #333;
  width: 50px;
  height: 50px;
  padding: 30px;
  border: 1px solid var(--gray-bg);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.proces-discription-section .container-fluid.image-right .steps-list .step-item .step-number::after {
  content: "";
  position: absolute;
  bottom: -20px;
  color: var(--gray-bg);
  height: 18px;
  width: 2px;
  background: var(--gray-bg);
}
.proces-discription-section .container-fluid.image-right .steps-list .step-item:last-child .step-number::after {
  display: none;
}
.proces-discription-section .container-fluid.image-right .steps-list .step-item .step-text {
  color: var(--text);
}
.proces-discription-section .container-fluid.image-right .steps-list .step-item .step-text h2 {
  margin-bottom: 20px;
}
.proces-discription-section .container-fluid.image-right .margin-section {
  margin-block: 0px;
}
@media (min-width: 991px) {
  .proces-discription-section .margin-section {
    margin-block: 50px;
  }
}
@media (max-width: 991px) {
  .proces-discription-section .container-fluid.image-right .content-wrapper {
    max-width: 100%;
    padding: 0px 30px;
    padding-top: 20px;
  }
  .proces-discription-section .container-fluid.image-right .image-wrapper {
    height: 100%;
  }
}
@media (max-width: 1300px) {
  .proces-discription-section .container-fluid.image-right .content-wrapper {
    padding: 0px 30px;
  }
}
.offer .title-row {
  margin-bottom: 50px;
}
.offer h2 {
  color: var(--cold-gray);
}
.offer .col-md-7 p {
  margin-bottom: 25px;
  font-size: 20px;
  line-height: 24px;
}
.offer .margin-bottom {
  margin-bottom: 50px;
}
@media (max-width: 575px) {
  .offer .margin-bottom {
    margin-bottom: 20px;
  }
}
.offer .item-box {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  position: relative;
  overflow: hidden;
  border-radius: 12px;
}
.offer .bgi-image, .offer .bgi-hover {
  grid-column: 1 / 1;
  grid-row: 1 / 1;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: 0.2s ease-in-out;
}
.offer .bgi-image img, .offer .bgi-image .background-image, .offer .bgi-image .background-image-hover, .offer .bgi-hover img, .offer .bgi-hover .background-image, .offer .bgi-hover .background-image-hover {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.offer .bgi-image {
  transition: 0.4s ease-in-out;
}
.offer .bgi-hover {
  opacity: 0;
  background: rgba(0, 0, 0, 0.3);
}
.offer .content-overlay {
  grid-column: 1 / 1;
  grid-row: 1 / 1;
  z-index: 2;
  align-items: center;
  justify-content: flex-start;
  color: var(--white);
  padding: 32px 24px;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: 0.7s ease-in-out;
}
.offer .content-overlay .description {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  color: var(--white);
  transition: 0.7s ease-in-out;
}
.offer .content-overlay p {
  margin-bottom: 0;
}
.offer .content-overlay .description-hidden {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  color: var(--white);
  opacity: 0;
  transition: max-height 0.7s ease-in-out, opacity 0s;
  max-height: 0;
  margin: 0;
}
.offer .item-box:hover .bgi-image {
  filter: brightness(50%);
}
.offer .item-box:hover .content-overlay {
  bottom: 0;
}
.offer .item-box:hover .content-overlay .description {
  color: var(--red);
}
.offer .item-box:hover .content-overlay .description-hidden {
  opacity: 1;
  max-height: 200px;
  transition: max-height 0.7s ease-in-out, opacity 0.7s ease-in-out;
}
.offer .button button, .offer .button .cta {
  padding: 12px 16px;
  background: transparent;
  border: 1px solid var(--red);
  color: var(--white);
  text-decoration: none;
  font-weight: 700;
  border-radius: 8px;
  transition: all 0.3s;
  font-size: 14px;
  background-color: var(--red);
  text-transform: uppercase;
}
.offer .button button:hover, .offer .button .cta:hover {
  background: var(--cold-gray);
  border: 1px solid var(--cold-gray);
}
.offer .button button:hover::after, .offer .button .cta:hover::after {
  content: url(img/arrow_button.png);
}
.offer .button button::after, .offer .button .cta::after {
  content: url(img/arrow_button_black.png);
  padding-left: 24px;
  display: inline-flex;
  align-items: center;
  padding-left: 14px;
  transform: translatey(3px);
}
.posts .margin-bottom {
  margin-bottom: 50px;
}
.posts .item-box {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  position: relative;
  overflow: hidden;
  border-radius: 12px;
}
.posts .bgi-image, .posts .bgi-hover {
  grid-column: 1 / 1;
  grid-row: 1 / 1;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: 0.2s ease-in-out;
}
.posts .bgi-image img, .posts .bgi-image .background-image, .posts .bgi-image .background-image-hover, .posts .bgi-hover img, .posts .bgi-hover .background-image, .posts .bgi-hover .background-image-hover {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.posts .bgi-image {
  transition: 0.4s ease-in-out;
}
.posts .bgi-hover {
  opacity: 0;
  background: rgba(0, 0, 0, 0.3);
}
.posts .categories {
  padding-bottom: 40px;
}
.posts .categories ul {
  display: flex;
  gap: 35px;
  list-style: none;
  padding: 0;
}
.posts .categories ul li {
  border-bottom: 2px solid var(--gray-bg);
}
.posts .categories ul li.active {
  border-bottom: 2px solid var(--red);
}
.posts .categories ul a {
  text-decoration: none;
  color: var(--cold-gray);
  font-size: 16px;
  font-weight: 700;
}
.posts .categories ul li:hover a {
  color: var(--red);
}
@media (min-width: 767px) {
  .posts .categories {
    padding-top: 80px;
  }
}
.posts .post-category {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  margin-top: 32px;
  margin-left: 24px;
  font-size: 10px;
  letter-spacing: 0.5px;
  margin-bottom: 24px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  display: inline-block;
  padding: 4px 8px;
  border-radius: 4px;
  background-color: rgba(255, 255, 255, 0.2);
  font-weight: 700;
  color: var(--white);
  text-transform: uppercase;
}
@media (min-width: 767px) {
  .posts .post-category {
    font-size: 16px;
  }
}
.posts .content-overlay {
  grid-column: 1 / 1;
  grid-row: 1 / 1;
  z-index: 2;
  align-items: center;
  justify-content: flex-start;
  color: var(--white);
  padding: 20px 24px;
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0;
  transition: 0.7s ease-in-out;
}
.posts .content-overlay .description {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  color: var(--white);
  transition: 0.7s ease-in-out;
}
.posts .content-overlay .description-hidden {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  color: var(--white);
  opacity: 0;
  transition: max-height 0.7s ease-in-out, opacity 0s;
  max-height: 0;
  margin: 0;
}
@media (min-width: 600px) {
  .posts .content-overlay {
    padding: 32px 24px;
  }
  .posts .content-overlay .description {
    font-size: 20px;
  }
}
@media (min-width: 1000px) {
  .posts .content-overlay .description {
    font-size: 32px;
  }
}
.posts .content-overlay .company-logo-wrapper {
  width: 130px;
  height: 48px;
  border-radius: 12px;
  display: flex;
  margin-top: 10px;
}
.posts .content-overlay .company-logo-wrapper img {
  max-width: 50%;
  margin-inline: auto;
}
.posts .item-box:hover .bgi-image {
  filter: brightness(50%);
}
.posts .item-box:hover .content-overlay {
  bottom: 0;
}
.posts .item-box:hover .content-overlay .description {
  color: var(--red);
}
.posts .item-box:hover .content-overlay .description-hidden {
  opacity: 1;
  max-height: 200px;
  transition: max-height 0.7s ease-in-out, opacity 0.7s ease-in-out;
}
.posts .item-box::after {
  content: url(img/big_white_arrow.png);
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 1;
  transition: 0.7s ease-in-out;
}
.posts .item-box:hover::after {
  content: url(img/big_red_arrow.png);
}
.header-single-section {
  height: 100vh;
}
.header-single-section .hero-section {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  position: relative;
  overflow: hidden;
  height: 100%;
}
.header-single-section .background-video {
  grid-column: 1 / 1;
  grid-row: 1 / 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
.header-single-section .content-overlay {
  grid-column: 1 / 1;
  grid-row: 1 / 1;
  z-index: 2;
  align-items: center;
  justify-content: flex-start;
  background: rgba(0, 0, 0, 0.3);
}
.header-single-section .max-width {
  height: 100%;
  display: grid;
}
.header-single-section .hero-text {
  color: #fff;
  text-align: left;
  max-width: 800px;
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 95px;
}
.header-single-section .hero-text p {
  color: #fff;
}
.header-single-section .hero-text ul {
  padding: 0;
}
.header-single-section .hero-text .post-category {
  font-size: 16px;
  letter-spacing: 0.5px;
  margin-bottom: 24px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  display: inline-block;
  padding: 4px 8px;
  border-radius: 4px;
  background-color: rgba(255, 255, 255, 0.2);
  font-weight: 700;
}
.header-single-section .hero-text .post-category a {
  text-decoration: none;
  color: #fff;
}
.header-single-section .hero-text h1 {
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 24px !important;
  color: #fff !important;
}
.header-single-section .hero-text p:last-of-type {
  font-size: 16px;
  line-height: 1.6;
  font-weight: 300;
  margin-bottom: 32px;
  max-width: 600px;
}
.for-who-section .container-fluid.image-left .row {
  align-items: center;
}
.for-who-section .container-fluid.image-left .image-wrapper {
  height: 100%;
}
.for-who-section .container-fluid.image-left .image-wrapper .worker-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.for-who-section .container-fluid.image-left .content-wrapper {
  max-width: 834px;
  margin-left: 0;
  margin-right: auto;
  padding: 0px 0px 0px 40px;
}
.for-who-section .container-fluid.image-left .content-wrapper h2 {
  font-weight: bold;
  margin-bottom: 20px;
  color: var(--white);
}
.for-who-section .container-fluid.image-left .content-wrapper p {
  color: var(--white);
  line-height: 1.6;
  margin-bottom: 30px;
}
.for-who-section .container-fluid.image-left .content-wrapper button, .for-who-section .container-fluid.image-left .content-wrapper .cta.red-border {
  padding: 12px 16px;
  background: transparent;
  border: 2px solid var(--red);
  color: var(--cold-gray);
  text-decoration: none;
  font-weight: 700;
  border-radius: 8px;
  transition: all 0.15s;
  font-size: 14px;
  background-color: var(--white);
  text-transform: uppercase;
}
.for-who-section .container-fluid.image-left .content-wrapper button:hover, .for-who-section .container-fluid.image-left .content-wrapper .cta.red-border:hover {
  color: var(--red);
}
.for-who-section .container-fluid.image-left .content-wrapper button::after, .for-who-section .container-fluid.image-left .content-wrapper .cta.red-border::after {
  content: url(img/arrow_button_red.png);
  padding-left: 24px;
  display: inline-flex;
  align-items: center;
  padding-left: 14px;
  transform: translatey(3px);
}
.for-who-section .container-fluid.image-left .steps-list .step-item {
  display: flex;
  flex-direction: column;
  padding: 10px 0;
}
.for-who-section .container-fluid.image-left .steps-list .step-item:last-child {
  border-bottom: none;
}
.for-who-section .container-fluid.image-left .steps-list .step-item .step-number {
  font-size: 24px;
  font-weight: bold;
  color: #333;
  width: 50px;
  height: 50px;
  padding: 30px;
  border: 1px solid var(--gray-bg);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.for-who-section .container-fluid.image-left .steps-list .step-item .step-number::after {
  content: "";
  position: absolute;
  bottom: -20px;
  color: var(--gray-bg);
  height: 18px;
  width: 2px;
  background: var(--gray-bg);
}
.for-who-section .container-fluid.image-left .steps-list .step-item:last-child .step-number::after {
  display: none;
}
.for-who-section .container-fluid.image-left .steps-list .step-item .step-text {
  color: var(--text);
}
.for-who-section .container-fluid.image-left .steps-list .step-item .step-text h2 {
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .for-who-section .content-wrapper {
    max-width: 100%;
    padding: 0px 30px;
  }
  .for-who-section .content-wrapper .steps-list {
    padding-top: 20px;
  }
}
.for-who-section .container-fluid.image-right .row {
  align-items: center;
}
.for-who-section .container-fluid.image-right .image-wrapper {
  height: 100%;
}
.for-who-section .container-fluid.image-right .image-wrapper .worker-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.for-who-section .container-fluid.image-right .content-wrapper {
  max-width: 834px;
  margin-right: 0;
  margin-left: auto;
  padding: 0px 40px 0px 0px;
}
.for-who-section .container-fluid.image-right .content-wrapper h2 {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 20px;
  color: var(--white);
}
.for-who-section .container-fluid.image-right .content-wrapper p {
  color: var(--white);
  line-height: 1.6;
  margin-bottom: 30px;
}
.for-who-section .container-fluid.image-right .content-wrapper button, .for-who-section .container-fluid.image-right .content-wrapper .cta.red-border {
  padding: 12px 16px;
  background: transparent;
  border: 2px solid var(--red);
  color: var(--cold-gray);
  text-decoration: none;
  font-weight: 700;
  border-radius: 8px;
  transition: all 0.15s;
  font-size: 14px;
  background-color: var(--white);
  text-transform: uppercase;
}
.for-who-section .container-fluid.image-right .content-wrapper button:hover, .for-who-section .container-fluid.image-right .content-wrapper .cta.red-border:hover {
  color: var(--red);
}
.for-who-section .container-fluid.image-right .content-wrapper button::after, .for-who-section .container-fluid.image-right .content-wrapper .cta.red-border::after {
  content: url(img/arrow_button_red.png);
  padding-left: 24px;
  display: inline-flex;
  align-items: center;
  padding-left: 14px;
  transform: translatey(3px);
}
.for-who-section .container-fluid.image-right .steps-list .step-item {
  display: flex;
  flex-direction: column;
  padding: 10px 0;
  gap: 20px;
}
.for-who-section .container-fluid.image-right .steps-list .step-item:last-child {
  border-bottom: none;
}
.for-who-section .container-fluid.image-right .steps-list .step-item .step-number {
  font-size: 24px;
  font-weight: bold;
  color: #333;
  width: 50px;
  height: 50px;
  padding: 30px;
  border: 1px solid var(--gray-bg);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.for-who-section .container-fluid.image-right .steps-list .step-item .step-number::after {
  content: "";
  position: absolute;
  bottom: -20px;
  color: var(--gray-bg);
  height: 18px;
  width: 2px;
  background: var(--gray-bg);
}
.for-who-section .container-fluid.image-right .steps-list .step-item:last-child .step-number::after {
  display: none;
}
.for-who-section .container-fluid.image-right .steps-list .step-item .step-text {
  color: var(--text);
}
.for-who-section .container-fluid.image-right .steps-list .step-item .step-text h2 {
  margin-bottom: 20px;
}
.for-who-section .container-fluid.image-right .margin-section {
  margin-block: 0px;
}
@media (min-width: 991px) {
  .for-who-section .margin-section {
    margin-block: 50px;
  }
}
@media (max-width: 991px) {
  .for-who-section.container-fluid.image-right .content-wrapper {
    max-width: 100%;
    padding: 0px 30px;
    padding-top: 20px;
  }
}
@media (max-width: 1300px) {
  .for-who-section.container-fluid.image-right .content-wrapper {
    padding: 0px 30px;
  }
}
.posts-content-section .container-fluid.image-left .row {
  align-items: center;
}
.posts-content-section .container-fluid.image-left .image-wrapper {
  height: 100%;
  display: flex;
  border-radius: 0 12px 12px 0;
}
.posts-content-section .container-fluid.image-left .image-wrapper .worker-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.posts-content-section .container-fluid.image-left .image-wrapper img {
  width: 50%;
  margin-inline: auto;
  margin-block: auto;
}
.posts-content-section .container-fluid.image-left .content-wrapper {
  max-width: 625px;
  margin-left: 0;
  margin-right: auto;
  padding: 0px 80px 0px 40px;
  display: flex;
  align-items: center;
  height: 100%;
}
.posts-content-section .container-fluid.image-left .content-wrapper h2 {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 20px;
}
.posts-content-section .container-fluid.image-left .content-wrapper p {
  color: var(--text);
  line-height: 1.6;
  margin-bottom: 30px;
}
.posts-content-section .container-fluid.image-left .content-wrapper button, .posts-content-section .container-fluid.image-left .content-wrapper .cta.red-border {
  padding: 12px 16px;
  background: transparent;
  border: 2px solid var(--red);
  color: var(--cold-gray);
  text-decoration: none;
  font-weight: 700;
  border-radius: 8px;
  transition: all 0.15s;
  font-size: 14px;
  background-color: var(--white);
  text-transform: uppercase;
}
.posts-content-section .container-fluid.image-left .content-wrapper button:hover, .posts-content-section .container-fluid.image-left .content-wrapper .cta.red-border:hover {
  color: var(--red);
}
.posts-content-section .container-fluid.image-left .content-wrapper button::after, .posts-content-section .container-fluid.image-left .content-wrapper .cta.red-border::after {
  content: url(img/arrow_button_red.png);
  padding-left: 24px;
  display: inline-flex;
  align-items: center;
  padding-left: 14px;
  transform: translatey(3px);
}
.posts-content-section .container-fluid.image-left .steps-list .step-item {
  display: flex;
  flex-direction: column;
  padding: 10px 0;
  gap: 20px;
}
.posts-content-section .container-fluid.image-left .steps-list .step-item:last-child {
  border-bottom: none;
}
.posts-content-section .container-fluid.image-left .steps-list .step-item .step-number {
  font-size: 24px;
  font-weight: bold;
  color: #333;
  width: 50px;
  height: 50px;
  padding: 30px;
  border: 1px solid var(--gray-bg);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.posts-content-section .container-fluid.image-left .steps-list .step-item .step-number::after {
  content: "";
  position: absolute;
  bottom: -20px;
  color: var(--gray-bg);
  height: 18px;
  width: 2px;
  background: var(--gray-bg);
}
.posts-content-section .container-fluid.image-left .steps-list .step-item:last-child .step-number::after {
  display: none;
}
.posts-content-section .container-fluid.image-left .steps-list .step-item .step-text {
  color: var(--text);
}
.posts-content-section .container-fluid.image-left .steps-list .step-item .step-text h2 {
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .posts-content-section .content-wrapper {
    max-width: 100%;
    padding: 0px 30px;
  }
  .posts-content-section .content-wrapper .steps-list {
    padding-top: 20px;
  }
  .posts-content-section .image-wrapper {
    height: 100%;
  }
}
.posts-content-section .container-fluid.image-right .row {
  align-items: center;
}
.posts-content-section .container-fluid.image-right .image-wrapper {
  height: 100%;
  border-radius: 12px 0px 0px 12px;
}
.posts-content-section .container-fluid.image-right .image-wrapper .worker-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.posts-content-section .container-fluid.image-right .content-wrapper {
  max-width: 625px;
  margin-right: 0;
  margin-left: auto;
  padding: 0px 40px 0px 0px;
  display: flex;
  align-items: center;
  height: 100%;
}
.posts-content-section .container-fluid.image-right .content-wrapper h2 {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 20px;
}
.posts-content-section .container-fluid.image-right .content-wrapper p {
  color: var(--text);
  line-height: 1.6;
  margin-bottom: 30px;
}
.posts-content-section .container-fluid.image-right .content-wrapper button, .posts-content-section .container-fluid.image-right .content-wrapper .cta.red-border {
  padding: 12px 16px;
  background: transparent;
  border: 2px solid var(--red);
  color: var(--cold-gray);
  text-decoration: none;
  font-weight: 700;
  border-radius: 8px;
  transition: all 0.15s;
  font-size: 14px;
  background-color: var(--white);
  text-transform: uppercase;
}
.posts-content-section .container-fluid.image-right .content-wrapper button:hover, .posts-content-section .container-fluid.image-right .content-wrapper .cta.red-border:hover {
  color: var(--red);
}
.posts-content-section .container-fluid.image-right .content-wrapper button::after, .posts-content-section .container-fluid.image-right .content-wrapper .cta.red-border::after {
  content: url(img/arrow_button_red.png);
  padding-left: 24px;
  display: inline-flex;
  align-items: center;
  padding-left: 14px;
  transform: translatey(3px);
}
.posts-content-section .container-fluid.image-right .steps-list {
  margin-block: 40px;
}
.posts-content-section .container-fluid.image-right .steps-list .step-item {
  display: flex;
  flex-direction: column;
  padding: 10px 0;
  gap: 20px;
}
.posts-content-section .container-fluid.image-right .steps-list .step-item:last-child {
  border-bottom: none;
}
.posts-content-section .container-fluid.image-right .steps-list .step-item .step-number {
  font-size: 24px;
  font-weight: bold;
  color: #333;
  width: 50px;
  height: 50px;
  padding: 30px;
  border: 1px solid var(--gray-bg);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.posts-content-section .container-fluid.image-right .steps-list .step-item .step-number::after {
  content: "";
  position: absolute;
  bottom: -20px;
  color: var(--gray-bg);
  height: 18px;
  width: 2px;
  background: var(--gray-bg);
}
.posts-content-section .container-fluid.image-right .steps-list .step-item:last-child .step-number::after {
  display: none;
}
.posts-content-section .container-fluid.image-right .steps-list .step-item .step-text {
  color: var(--text);
}
.posts-content-section .container-fluid.image-right .steps-list .step-item .step-text h2 {
  margin-bottom: 20px;
}
.posts-content-section .container-fluid.image-right .margin-section {
  margin-block: 0px;
}
@media (min-width: 991px) {
  .posts-content-section .margin-section {
    margin-block: 50px;
  }
}
@media (max-width: 991px) {
  .posts-content-section .container-fluid.image-right .content-wrapper {
    max-width: 100%;
    padding: 0px 30px;
    padding-top: 20px;
  }
  .posts-content-section .container-fluid.image-right .image-wrapper {
    height: 100%;
  }
}
@media (max-width: 1300px) {
  .posts-content-section .container-fluid.image-right .content-wrapper {
    padding: 0px 30px;
  }
}
.posts h2 {
  color: var(--cold-gray);
  text-align: center;
}
.posts .margin-bottom {
  margin-bottom: 50px;
}
.posts .item-box {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  position: relative;
  overflow: hidden;
  border-radius: 12px;
}
.posts .bgi-image, .posts .bgi-hover {
  grid-column: 1 / 1;
  grid-row: 1 / 1;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: 0.2s ease-in-out;
}
.posts .bgi-image img, .posts .bgi-image .background-image, .posts .bgi-image .background-image-hover, .posts .bgi-hover img, .posts .bgi-hover .background-image, .posts .bgi-hover .background-image-hover {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.posts .bgi-image {
  transition: 0.4s ease-in-out;
}
.posts .bgi-hover {
  opacity: 0;
  background: rgba(0, 0, 0, 0.3);
}
.posts .post-category {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  margin-top: 32px;
  margin-left: 24px;
  font-size: 10px;
  letter-spacing: 0.5px;
  margin-bottom: 24px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  display: inline-block;
  padding: 4px 8px;
  border-radius: 4px;
  background-color: rgba(255, 255, 255, 0.2);
  font-weight: 700;
  color: var(--white);
  text-transform: uppercase;
}
@media (min-width: 767px) {
  .posts .post-category {
    font-size: 16px;
  }
}
.posts .content-overlay {
  grid-column: 1 / 1;
  grid-row: 1 / 1;
  z-index: 2;
  align-items: center;
  justify-content: flex-start;
  color: var(--white);
  padding: 20px 24px;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: 0.7s ease-in-out;
}
.posts .content-overlay .description {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  color: var(--white);
  transition: 0.7s ease-in-out;
  margin: 0;
}
.posts .content-overlay .description-hidden {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  color: var(--white);
  opacity: 0;
  transition: max-height 0.7s ease-in-out, opacity 0s;
  max-height: 0;
  margin: 0;
}
@media (min-width: 600px) {
  .posts .content-overlay {
    padding: 32px 24px;
  }
  .posts .content-overlay .description {
    font-size: 20px;
  }
}
@media (min-width: 1000px) {
  .posts .content-overlay .description {
    font-size: 32px;
  }
}
.posts .item-box:hover .bgi-image {
  filter: brightness(50%);
}
.posts .item-box:hover .content-overlay {
  bottom: 0;
}
.posts .item-box:hover .content-overlay .description {
  color: var(--red);
}
.posts .item-box:hover .content-overlay .description-hidden {
  opacity: 1;
  max-height: 200px;
  transition: max-height 0.7s ease-in-out, opacity 0.7s ease-in-out;
}
.posts .item-box::after {
  content: url(img/big_white_arrow.png);
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 1;
  transition: 0.7s ease-in-out;
}
.posts .item-box:hover::after {
  content: url(img/big_red_arrow.png);
}
.contact-section {
  padding-block: var(--spacing-4xlarge);
}
.contact-section .phone a {
  font-size: 48px;
  line-height: 52px;
  color: var(--cold-gray);
  font-weight: 700;
  text-decoration: none;
}
.contact-section .content {
  margin-bottom: 40px;
}
.contact-section .email a {
  font-size: 48px;
  line-height: 52px;
  color: var(--red);
  font-weight: 700;
  text-decoration: none;
}
.contact-section .linked-wrapper {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 40px;
}
.contact-section .linked {
  font-size: 24px;
  line-height: 32px;
  color: var(--red);
  font-weight: 700;
}
@media (max-width: 767px) {
  .contact-section {
    padding-block: var(--spacing-2xlarge);
  }
  .contact-section .phone a {
    font-size: 20px;
  }
  .contact-section .email a {
    font-size: 20px;
  }
  .contact-section .linked {
    font-size: 12px;
  }
  .contact-section .linked-wrapper {
    margin-top: 20px;
  }
}
.contact-adress .wrapper-adress {
  display: flex;
  gap: 10px;
}
.contact-adress .wrapper-adress .data {
  font-size: 24px;
  font-weight: 700;
}
.contact-adress .wrapper-adress p {
  font-size: 20px;
  margin-top: 10px;
}
@media (max-width: 767px) {
  .contact-adress .wrapper-adress {
    flex-direction: column;
    gap: 5px;
  }
  .contact-adress .wrapper-adress .data {
    font-size: 16px;
  }
  .contact-adress .wrapper-adress p {
    font-size: 14px;
    margin-top: 5px;
  }
}
.help-section h2 {
  display: none;
}
@media (max-width: 766px) {
  .help-section h2 {
    display: block;
  }
}
.help-section .content-wrapper {
  display: grid;
  padding-block: 40px;
}
@media (min-width: 766px) {
  .help-section .content-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
.help-section .step-item {
  background-color: var(--white);
  padding: 32px 23px 32px 0;
  border-radius: 0 8px 8px 0;
  margin-bottom: 20px;
}
.help-section .info-box {
  border-left: 2px solid #8d8d8d;
  padding-block: 20px;
  padding-left: 23px;
}
.help-section .steps-list h2 {
  width: 60%;
  display: block;
}
@media (max-width: 766px) {
  .help-section .steps-list h2 {
    display: none;
  }
}
.help-section .grid-overlayer-wrapper {
  background-image: linear-gradient(to right, #fff 0%, #fff 33.5%, transparent 33.5%), var(--bg-image);
  background-attachment: fixed;
  background-size: cover;
  background-position: right center;
  background-repeat: no-repeat;
}
@media (max-width: 766px) {
  .help-section .grid-overlayer-wrapper {
    background-image: linear-gradient(to right, #fff 0%, #fff 13.5%, transparent 13.5%), var(--bg-image);
  }
}
html {
  margin-top: 0 !important;
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sourceRoot%22%3A%22https%3A%2F%2Fbeltom.com.pl%2F%22%2C%22sources%22%3A%5B%22wp-content%2Fthemes%2Fbeltom%2Fstyle.scss%22%2C%22wp-content%2Fthemes%2Fbeltom%2Fsass%2F_common.scss%22%2C%22wp-content%2Fthemes%2Fbeltom%2Fsass%2F_nav.scss%22%2C%22wp-content%2Fthemes%2Fbeltom%2Fsass%2Fblocks%2F_header-section.scss%22%2C%22wp-content%2Fthemes%2Fbeltom%2Fsass%2F_footer.scss%22%2C%22wp-content%2Fthemes%2Fbeltom%2Fsass%2Fblocks%2F_how-we-help-section.scss%22%2C%22wp-content%2Fthemes%2Fbeltom%2Fsass%2Fblocks%2F_how-we-work-section.scss%22%2C%22wp-content%2Fthemes%2Fbeltom%2Fsass%2Fblocks%2F_benefits-section.scss%22%2C%22wp-content%2Fthemes%2Fbeltom%2Fsass%2Fblocks%2F_homepage-clients.scss%22%2C%22wp-content%2Fthemes%2Fbeltom%2Fsass%2Fblocks%2F_more-information-section.scss%22%2C%22wp-content%2Fthemes%2Fbeltom%2Fsass%2Fblocks%2F_client-section.scss%22%2C%22wp-content%2Fthemes%2Fbeltom%2Fsass%2Fblocks%2F_header-section-subpage.scss%22%2C%22wp-content%2Fthemes%2Fbeltom%2Fsass%2Fblocks%2F_proces-section.scss%22%2C%22wp-content%2Fthemes%2Fbeltom%2Fsass%2Fblocks%2F_proces-discription-section.scss%22%2C%22wp-content%2Fthemes%2Fbeltom%2Fsass%2Fblocks%2F_offer.scss%22%2C%22wp-content%2Fthemes%2Fbeltom%2Fsass%2F_home.scss%22%2C%22wp-content%2Fthemes%2Fbeltom%2Fsass%2Fblocks%2F_header-single-section.scss%22%2C%22wp-content%2Fthemes%2Fbeltom%2Fsass%2Fblocks%2F_for-who-section.scss%22%2C%22wp-content%2Fthemes%2Fbeltom%2Fsass%2Fblocks%2F_posts-content-section.scss%22%2C%22wp-content%2Fthemes%2Fbeltom%2Fsass%2Fblocks%2F_effect-our-work.scss%22%2C%22wp-content%2Fthemes%2Fbeltom%2Fsass%2Fblocks%2F_contact-section.scss%22%2C%22wp-content%2Fthemes%2Fbeltom%2Fsass%2Fblocks%2F_contact-adress.scss%22%2C%22wp-content%2Fthemes%2Fbeltom%2Fsass%2Fblocks%2F_how-we-can-help.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22%3BAAAA%3BAAAA%3BAAAA%3BACEA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAsBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASJ%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAC3KA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOR%3BAAAA%3BAAAA%3BAAMA%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAAKQ%3BAAAA%3BAAAA%3BAAKR%3BAAAA%3BAAAA%3BAAAA%3BAAMR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBQ%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQhB%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAAMR%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKQ%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAUhB%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAQhB%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAAQR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACrWZ%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYI%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC5FR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOR%3BAAAA%3BAAAA%3BAAMA%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAAKQ%3BAAAA%3BAAAA%3BAAAA%3BAAQhB%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQhB%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAAMR%3BAAAA%3BAAAA%3BAAOR%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeZ%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAAQR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACjRR%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeI%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWJ%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWJ%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAmBA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BACvLA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeI%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBR%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAIJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWJ%3BAAAA%3BAAAA%3BAAwBR%3BAAEQ%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BACpKJ%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAC9CJ%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAIA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOZ%3BAAGQ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACzDR%3BAAAA%3BAAAA%3BAAIQ%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeI%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeI%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACtFJ%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIK%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAMR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeI%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC1FJ%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BACPJ%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAASJ%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeI%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAoBJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAsBZ%3BAAEQ%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAOR%3BAAEQ%3BAAAA%3BAAAA%3BAAAA%3BACrLA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeI%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBR%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAACI%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeI%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcpB%3BAAEQ%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeI%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBR%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAACI%3BAAAA%3BAAAA%3BAASZ%3BAAAA%3BAAAA%3BAAKJ%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAAOR%3BAAEQ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAOR%3BAAEQ%3BAAAA%3BAAAA%3BAAAA%3BAC7YJ%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAEQ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUJ%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAmBA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAuBJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeI%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACrKR%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWJ%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAAKR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAkBI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaC%3BAAAA%3BAAAA%3BAAAA%3BAAEG%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAYJ%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAC1MJ%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUI%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACtEA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeI%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAmBJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAACG%3BAAAA%3BAAAA%3BAAYnB%3BAAEQ%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAgBJ%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeI%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAqBJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAACI%3BAAAA%3BAAAA%3BAAOZ%3BAAAA%3BAAAA%3BAAIJ%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAAOR%3BAAEQ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYR%3BAAEQ%3BAAAA%3BAAAA%3BAAAA%3BAC1TA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeI%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAmBJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAACG%3BAAAA%3BAAAA%3BAAYnB%3BAAEQ%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeI%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAkBR%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAACI%3BAAAA%3BAAAA%3BAAOZ%3BAAAA%3BAAAA%3BAAIJ%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAAOR%3BAAEQ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAOR%3BAAEQ%3BAAAA%3BAAAA%3BAAAA%3BAC7UJ%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWJ%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAkBI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAWJ%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAClKJ%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAEK%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAC1CN%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACnBR%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAAMR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAtB9BR%3BAAAA%3BAAAA%22%7D */