:root {
  --main-font: #07343d;
  --dark-blue: #445c61;
  --blue: #3f7ceb;
  --light-gray: #43575c;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.main_section {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.main_section._100vh {
  height: auto;
  min-height: 80vh;
}

.main_container {
  width: 100%;
  max-width: 1400px;
  height: 100%;
  color: var(--main-font);
  justify-content: center;
  align-items: center;
  margin-left: 5vw;
  margin-right: 5vw;
  font-family: avenir-lt-pro, sans-serif;
  font-weight: 400;
  display: flex;
}

.navbar-no-shadow {
  margin-left: 0;
  margin-right: 0;
}

.navbar-no-shadow-container {
  z-index: 5;
  filter: drop-shadow(8px 8px 11px #e1e5eb);
  background-color: #f7f9fb00;
  border-radius: 20px;
  width: 100%;
  max-width: none;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.container-regular {
  width: 100%;
  max-width: none;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.navbar-brand {
  width: 140px;
  margin-left: 10px;
}

.nav-menu {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-link {
  color: var(--dark-blue);
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-family: avenir-lt-pro, sans-serif;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: #1a1b1fbf;
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  color: var(--dark-blue);
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-button-wrapper {
  margin-left: 0;
}

.button-primary {
  background-color: var(--blue);
  color: #fff;
  letter-spacing: 0;
  text-transform: none;
  border-radius: 10px;
  margin-left: 20px;
  padding: 12px 25px;
  font-family: avenir-lt-pro, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.hero_section {
  justify-content: center;
  align-items: flex-start;
  height: 85vh;
  display: flex;
}

.div-block {
  height: 100%;
  display: flex;
}

.div-block-2 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 50%;
  padding-top: 10px;
  display: flex;
  position: relative;
}

.div-block-3 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  padding-left: 100px;
  display: flex;
}

.div-block-3.strona-w-budowie {
  padding-left: 60px;
}

.image {
  box-sizing: border-box;
  aspect-ratio: auto;
  object-fit: contain;
  width: 100%;
  height: 100%;
  margin-right: 60px;
  position: static;
}

.body {
  background-color: #eff6f6;
}

.heading {
  color: var(--main-font);
  letter-spacing: -2px;
  margin-bottom: 0;
  font-family: avenir-lt-pro, sans-serif;
  font-size: 50px;
  font-weight: 300;
  line-height: 60px;
}

.heading.centered {
  text-align: center;
}

.heading.large {
  width: 100%;
  font-size: 65px;
  line-height: 70px;
}

.text-span {
  color: var(--blue);
  font-weight: 700;
}

.hero-bg-tile {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #ffffffbf;
  border-radius: 20px;
  padding: 24px 32px;
  position: absolute;
  bottom: 149px;
  left: -22px;
}

.div-block-4 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-block {
  color: var(--dark-blue);
  padding-bottom: 4px;
  font-family: avenir-lt-pro, sans-serif;
  font-size: 20px;
  font-weight: 800;
}

.div-block-5 {
  padding-left: 0;
}

.text-block-2 {
  color: var(--light-gray);
  letter-spacing: 0;
  text-transform: none;
  padding-bottom: 0;
  font-family: avenir-lt-pro, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.text-block-3 {
  opacity: .7;
  color: var(--light-gray);
  font-family: avenir-lt-pro, sans-serif;
  font-size: 12px;
  font-weight: 200;
}

.hero-bg-tile2 {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #ffffffbf;
  border-radius: 20px;
  padding: 24px 16px 24px 32px;
  position: absolute;
  inset: auto 6% 24% auto;
}

.herp-separator {
  background-color: var(--light-gray);
  opacity: .2;
  width: 100%;
  height: 1px;
  margin-top: 6px;
  margin-bottom: 2px;
  padding-top: 0;
  padding-bottom: 0;
}

.image-2 {
  width: 110%;
  margin-bottom: 20px;
}

.div-block-5-copy {
  padding-left: 14px;
}

.hero-bg-tile3 {
  z-index: -1;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #ffffffbf;
  border-radius: 20px;
  padding: 20px 24px 20px 20px;
  position: absolute;
  inset: 14% auto auto -10%;
}

.div-block-6-copy {
  background-color: var(--light-gray);
  opacity: .2;
  width: 220px;
  height: 1px;
  margin-top: 6px;
  margin-bottom: 2px;
  padding-top: 0;
  padding-bottom: 0;
}

.image-3 {
  width: 120px;
  margin-bottom: 10px;
}

.image-4 {
  position: absolute;
  inset: auto auto 0% 0%;
}

.image-5 {
  position: absolute;
  inset: 11% 14% auto auto;
}

.text-block-4 {
  color: var(--light-gray);
  margin-top: 40px;
  margin-bottom: 20px;
  padding-top: 0;
  padding-bottom: 0;
  font-family: avenir-lt-pro, sans-serif;
  font-size: 16px;
  font-weight: 200;
  line-height: 30px;
}

.cta_blue_primary {
  color: #fff;
  background-color: #3f7ceb;
  border-radius: 10px;
  justify-content: flex-start;
  align-items: center;
  padding: 14px 32px;
  text-decoration: none;
  display: flex;
}

.text-block-5 {
  color: #fff;
  padding-right: 8px;
  font-family: avenir-lt-pro, sans-serif;
  font-weight: 700;
}

.cta_blue_secondary {
  color: #fff;
  background-color: #3f7ceb00;
  border: 1px solid #3f7ceb;
  border-radius: 10px;
  padding: 14px 32px;
  text-decoration: none;
}

.cta_blue_secondary.left_padding {
  flex-flow: row;
  margin-top: 0;
  margin-left: 10px;
  display: flex;
}

.text_cta_secondary_blue {
  color: var(--blue);
  padding-right: 8px;
  font-family: avenir-lt-pro, sans-serif;
  font-weight: 700;
}

.div-block-6 {
  background-color: #3f7ceb00;
  background-image: linear-gradient(90deg, #00d7ff00, #00d7ff 54%, #00d7ff00);
  width: 100%;
  height: 1px;
  min-height: 1px;
}

.text-block-6 {
  color: var(--dark-blue);
  font-family: avenir-lt-pro, sans-serif;
}

.cta_holder {
  display: flex;
}

.cta_holder.vertical {
  flex-flow: column;
  margin-top: 0;
}

.code-embed {
  width: 6px;
}

.code-embed.blue {
  color: var(--blue);
}

.heading_wrapper {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.loop-steps-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 120%;
  margin-top: 40px;
  margin-left: 5vw;
  margin-right: 0;
  padding: 0;
  display: grid;
  position: static;
}

.full-width-container {
  width: 100%;
  max-width: none;
}

.div-block-7 {
  margin-top: 188px;
}

.div-block-8 {
  background-color: #fff;
  background-image: radial-gradient(circle at 50% 0, #00d7ff2e, #d756f803 36%, #fff 76% 103%);
  border: 1px solid #e9e9e9;
  border-radius: 16px;
  flex-flow: column;
  padding: 20px 40px 40px;
  display: flex;
}

.div-block-8.no-padding {
  background-image: radial-gradient(circle at 50% 0, #00d7ff2e, #d756f800 36%, #fff 76% 103%);
  padding-left: 0;
  padding-right: 0;
}

.vertical-images-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  min-height: 200px;
  max-height: 400px;
  margin-top: 10px;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  position: relative;
}

.vertical-images-wrapper.smaller {
  max-height: 400px;
  margin-bottom: 0;
  padding-left: 40px;
  padding-right: 40px;
}

.vertical-images-wrapper.align-bottom {
  justify-content: flex-end;
  align-items: center;
  min-height: 250px;
}

.image-6 {
  margin-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

.image-7 {
  filter: drop-shadow(8px 8px 7px #00000012);
  margin-bottom: 10px;
}

.image-8 {
  padding-left: 10px;
  padding-right: 10px;
}

.texts-wrapper {
  color: var(--main-font);
  margin-top: 30px;
  margin-bottom: 20px;
  font-family: avenir-lt-pro, sans-serif;
  font-size: 22px;
  font-weight: 700;
}

.text-block-7 {
  color: var(--light-gray);
  margin-top: 10px;
  font-family: avenir-lt-pro, sans-serif;
  line-height: 25px;
}

.div-block-9 {
  padding-left: 20px;
  padding-right: 20px;
}

.div-block-10 {
  padding-left: 60px;
  padding-right: 60px;
}

.div-block-11 {
  margin-right: 32px;
  position: absolute;
  inset: 15% 0% auto auto;
}

.image-9 {
  width: 250px;
}

.image-10 {
  width: 100%;
  padding-right: 41px;
}

.block-content-wrapper {
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.absolute-1 {
  z-index: 2;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.div-block-13 {
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  padding-left: 20px;
  padding-right: 0;
  display: flex;
}

.div-block-13.right {
  padding-left: 0;
  padding-right: 20px;
}

.div-block-14 {
  filter: drop-shadow(4px 4px 5px #0000001c);
  background-color: #fff;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
}

.code-embed-2 {
  width: 10px;
  height: 39.1094px;
  color: var(--blue);
  justify-content: center;
  align-items: center;
  display: flex;
  transform: rotate(180deg);
}

.code-embed-2.right {
  color: var(--blue);
  transform: none;
}

.absolute-2 {
  z-index: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.div-block-15 {
  background-color: #0000;
  background-image: linear-gradient(-90deg, #eff6f6, #eff6f600);
  width: 100px;
  height: 100%;
  display: block;
}

.div-block-15.left {
  background-image: linear-gradient(90deg, #eff6f6, #eff6f600);
}

.heading-wrapper {
  margin-top: 100px;
}

.logo-wrapper {
  width: 250px;
  margin-top: 10px;
}

.div-centered {
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-4-copy {
  color: var(--light-gray);
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-family: avenir-lt-pro, sans-serif;
  font-size: 16px;
  font-weight: 200;
  line-height: 30px;
}

.bold-text {
  color: var(--blue);
}

.body-2 {
  background-color: #eff6f6;
}

@media screen and (max-width: 991px) {
  .main_section {
    margin-top: 10px;
  }

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu {
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .hero_section {
    height: auto;
    min-height: 85px;
  }

  .div-block {
    flex-flow: column;
  }

  .div-block-2 {
    justify-content: center;
    align-items: center;
    width: 100%;
    max-height: 500px;
  }

  .div-block-3 {
    order: -9999;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .div-block-3.strona-w-budowie {
    padding-left: 0;
    padding-right: 0;
  }

  .image {
    object-fit: fill;
    width: auto;
    max-width: none;
    height: 500px;
    max-height: 100%;
    margin-right: 0;
  }

  .heading {
    text-align: center;
  }

  .hero-bg-tile {
    z-index: 2;
    display: none;
    bottom: 23px;
    left: 16px;
  }

  .hero-bg-tile2 {
    display: none;
    right: 9%;
  }

  .hero-bg-tile3 {
    display: none;
    top: 44%;
    left: 1%;
  }

  .image-4 {
    left: 12%;
  }

  .text-block-4, .text-block-4-copy {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .heading {
    font-size: 40px;
  }

  .heading.large {
    font-size: 55px;
  }
}

@media screen and (max-width: 479px) {
  .nav-menu {
    flex-direction: column;
  }

  .nav-button-wrapper {
    width: auto;
  }

  .hero_section {
    overflow: hidden;
  }

  .div-block-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading {
    font-size: 35px;
    line-height: 45px;
  }

  .heading.large {
    font-size: 45px;
    line-height: 55px;
  }

  .image-4 {
    left: -6%;
  }

  .image-5 {
    top: 7%;
    right: -2%;
  }

  .text-block-4 {
    font-size: 14px;
  }

  .cta_blue_primary {
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .cta_blue_secondary.left_padding {
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    margin-left: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .cta_holder {
    flex-flow: column;
    width: 100%;
  }

  .text-block-4-copy {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 24px;
  }
}


