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

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

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

.section {
  background-image: url('../images/zminiony-kolor-foto.jpg');
  background-position: 50%;
  background-size: cover;
  height: 100vh;
  padding: 20px;
}

.container {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1300px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-19 {
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
}

.flex-block {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: flex-start;
  align-items: flex-start;
  padding-bottom: 85px;
}

.heading-2 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.2;
}

.div-block-14 {
  width: 60%;
}

.paragraph {
  color: #fff;
  text-align: left;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
}

.div-block-11 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  display: flex;
}

.button-primary {
  color: #000;
  letter-spacing: .5px;
  text-transform: none;
  cursor: pointer;
  background-color: #fff;
  border-radius: 20px;
  padding: 10px 20px;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #00b793;
}

.button-primary:active {
  background-color: #00b793;
}

.button-secondary {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: #fff;
  text-align: center;
  letter-spacing: .5px;
  cursor: pointer;
  background-color: #000000a3;
  border: .125rem #386eec;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  font-size: 12px;
  font-weight: 400;
  transition: background-color .2s;
}

.button-secondary:hover {
  color: #fff;
  background-color: #00b793;
}

.heading-3 {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-weight: 400;
}

.div-block-20 {
  width: 60%;
}

.paragraph-2 {
  color: #fff;
  text-align: left;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
}

.div-block-21 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  display: flex;
}

.button-primary-2 {
  color: #000;
  letter-spacing: .5px;
  text-transform: none;
  cursor: pointer;
  background-color: #fff;
  border-radius: 20px;
  padding: 10px 20px;
  font-family: Poppins, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-2:hover {
  color: #fff;
  background-color: #00b793;
}

.button-primary-2:active {
  background-color: #00b793;
}

.button-secondary-2 {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: #fff;
  text-align: center;
  letter-spacing: .5px;
  cursor: pointer;
  background-color: #000000a3;
  border: .125rem #386eec;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  font-family: Poppins, sans-serif;
  font-size: 12px;
  font-weight: 400;
  transition: background-color .2s;
}

.button-secondary-2:hover {
  color: #fff;
  background-color: #00b793;
}

.nav-link-2 {
  color: #858585;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  transition: color .2s;
}

.nav-link-2:hover {
  color: #fff;
  font-family: Poppins, sans-serif;
}

.nav-link-2:focus-visible, .nav-link-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #fff;
  border-radius: 4px;
  outline: 2px #0050bd;
  font-family: Poppins, sans-serif;
}

.nav-link-2.w--current:lang(pl) {
  color: #fff;
}

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

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

.navbar-no-shadow-container {
  z-index: 5;
  background-color: #0000;
  width: 100%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 0;
  top: auto;
}

.nav-button-wrapper {
  margin-left: 120px;
}

.nav-button-wrapper-copy {
  margin-left: 120px;
  display: block;
}

.container-regular {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.image-6 {
  height: 30px;
  display: inline-block;
}

.mobile-margin-top-10 {
  display: none;
}

.navbar-no-shadow {
  z-index: 999999;
  pointer-events: auto;
  justify-content: center;
  align-items: center;
  height: 70px;
  margin-bottom: -70px;
  display: flex;
  position: sticky;
  top: 0%;
}

.navbar-no-shadow.scrolled {
  padding-left: 20px;
  padding-right: 20px;
}

.heading {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 4rem;
  font-weight: 400;
  line-height: 1.1;
}

.section-11 {
  background-color: #131313;
  height: 100ch;
  padding: 20px;
}

.container-6 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1300px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-13 {
  grid-column-gap: 55px;
  grid-row-gap: 55px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.div-block-12 {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  text-align: center;
  flex-flow: column;
  width: 100%;
  max-width: 700px;
  display: flex;
}

.text-block-13 {
  color: #00b793;
  text-transform: uppercase;
  margin-top: 63px;
  font-family: Poppins, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.paragraph-gray {
  color: #858585;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
}

.div-block-23 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  max-width: 700px;
  display: flex;
}

.rt-agent-collection-grid-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-rows: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 100%;
}

.rt-agent-collection-grid-2.rt-agent-one-grid {
  grid-column-gap: 23px;
  grid-row-gap: 23px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-26 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  display: flex;
}

.rt-component-section-2 {
  color: #6d6d6d;
  background-color: #fff;
  width: 100%;
  padding: 0;
  font-size: 17px;
  font-weight: 300;
  line-height: 29px;
  position: relative;
}

.heading-2-copy {
  color: #000;
  font-family: Poppins, sans-serif;
  font-weight: 400;
}

.footer-social-link {
  border: 2px #db9393;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  display: flex;
}

.heading3 {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.rt-component-container-2 {
  width: 100%;
  max-width: 1290px;
  position: relative;
}

.rt-agent-collection-2 {
  justify-content: center;
  width: 100%;
  display: flex;
}

.rt-agent-collection-2.rt-agent-one {
  border-radius: 10px;
  overflow: hidden;
}

.rt-agent-collection-2.rt-agent-one.rt-background-dark-2 {
  border-radius: 0;
}

.div-block-29 {
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.rt-agent-mask-2 {
  border-radius: 11px;
  position: relative;
  overflow: hidden;
}

.image-7 {
  pointer-events: auto;
  color: #fff;
  -webkit-text-stroke-width: 0px;
  border: 1px #000;
}

.rt-agent-text-wrap-2 {
  text-align: center;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.rt-image-cover-2 {
  aspect-ratio: 2 / 2.9;
  object-fit: cover;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.rt-agent-overlay-2 {
  z-index: 1;
  background-color: #131313;
  justify-content: center;
  padding: 23px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.div-block-30 {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  text-align: center;
  flex-flow: column;
  width: 100%;
  max-width: 700px;
  display: flex;
}

.div-block-24 {
  justify-content: space-between;
  align-self: stretch;
  align-items: flex-end;
  display: flex;
}

.rt-agent-collection-card-2 {
  flex-direction: column;
  display: flex;
}

.div-block-31 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  max-width: 700px;
  display: flex;
}

.container-9 {
  grid-column-gap: 62px;
  grid-row-gap: 62px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.div-block-32 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  display: flex;
}

.div-block-33 {
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.section-13 {
  padding: 20px;
}

.div-block-34 {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  text-align: center;
  flex-flow: column;
  width: 100%;
  max-width: 700px;
  display: flex;
}

.div-block-35 {
  justify-content: space-between;
  align-self: stretch;
  align-items: flex-end;
  display: flex;
}

.heading-4 {
  font-family: Poppins, sans-serif;
  font-size: 19px;
  font-weight: 400;
}

.div-block-18 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: #fff;
  border-radius: 11px;
  flex-flow: column;
  width: 100%;
  height: 100%;
  padding: 20px;
  display: flex;
}

.quick-stack-8 {
  margin-top: 0;
  padding: 0;
}

.div-block-15 {
  width: 60%;
}

.div-block-16 {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.container-10 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1300px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.block-text-left {
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  flex-flow: column;
  display: flex;
}

.section-14 {
  background-color: #f7f7f7;
  height: auto;
  padding: 20px;
}

.div-block-36 {
  padding-top: 63px;
  padding-bottom: 63px;
}

.section-12 {
  background-image: linear-gradient(43deg, #00000040, #0000), url('../images/headway-F2KRf_QfCqw-unsplash-2.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  height: 500px;
  padding: 20px;
}

.div-block-37 {
  width: 60%;
}

.div-block-38 {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.div-block-39 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  display: flex;
}

.div-block-40 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  display: flex;
}

.footer-link-two {
  color: #858585;
  margin-top: 0;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 300;
  text-decoration: none;
  transition: color .2s;
}

.footer-link-two:hover {
  color: #fff;
}

.circleicon {
  background-color: #222;
  border-radius: 20px;
  padding: 11px;
}

.footer-bottom-2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-title {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
}

.div-block-25 {
  grid-column-gap: 33px;
  grid-row-gap: 33px;
  flex-flow: column;
  display: flex;
}

.footer-divider-two {
  background-color: #2e2e2e;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.footer-wrapper-two {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding-top: 58px;
  display: flex;
}

.footer-block-two {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.textinfo {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 16px;
}

.footer-copyright {
  color: #858585;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.footer {
  background-color: #131313;
  padding: 20px;
}

.section-11-copy {
  background-color: #131313;
  padding: 129px 20px;
}

.div-block-41 {
  grid-column-gap: 55px;
  grid-row-gap: 55px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.div-block-42 {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  text-align: center;
  flex-flow: column;
  width: 100%;
  max-width: 700px;
  display: flex;
}

.section-15 {
  padding: 20px;
}

.container-11 {
  grid-column-gap: 62px;
  grid-row-gap: 62px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.div-block-43 {
  grid-column-gap: 55px;
  grid-row-gap: 55px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.paragraph-gray-copy {
  color: #858585;
  text-align: left;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.section-11-nbjbcopy {
  background-color: #131313;
  background-image: linear-gradient(#00000059, #00000059), url('../images/headway-F2KRf_QfCqw-unsplash-2.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  height: 100vh;
  padding: 20px;
}

.div-block-44 {
  grid-column-gap: 55px;
  grid-row-gap: 55px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.heading-2-black {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.2;
}

@media screen and (min-width: 1920px) {
  .navbar-no-shadow-container, .container-6 {
    max-width: 1400px;
  }

  .rt-agent-overlay-2 {
    display: flex;
  }

  .container-10 {
    max-width: 1400px;
  }

  .section-12, .footer {
    padding: 20px;
  }
}

@media screen and (max-width: 991px) {
  .nav-link-2 {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 20px;
  }

  .nav-link-2.w--current {
    font-size: 20px;
  }

  .nav-menu-2 {
    grid-column-gap: 23px;
    grid-row-gap: 23px;
    background-color: #fff0;
    flex-flow: column;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .navbar-no-shadow-container {
    max-width: 700px;
    position: sticky;
  }

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

  .nav-menu-wrapper {
    background-color: #0000;
    flex: 0 auto;
    align-self: stretch;
    width: 100%;
    position: fixed;
    inset: 0%;
  }

  .menu-button-2 {
    z-index: 99999999;
    padding: 12px 0 12px 12px;
  }

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

  .div-block-22 {
    background-color: #131313;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 100%;
    padding-top: 118px;
    display: flex;
  }

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

  .mobile-margin-top-10 {
    justify-content: center;
    align-items: center;
    display: block;
  }

  .hamburger-lottie {
    width: 35px;
    height: 35px;
  }

  .heading {
    font-weight: 400;
  }

  .container-6 {
    max-width: 700px;
  }

  .div-block-12, .div-block-30 {
    width: 100%;
  }

  .container-9 {
    max-width: 700px;
  }

  .div-block-34 {
    width: 100%;
  }

  .container-10 {
    max-width: 700px;
  }

  .section-12 {
    height: 500px;
  }

  .footer-wrapper-two {
    flex-wrap: wrap;
  }

  .footer {
    text-align: left;
  }

  .div-block-42 {
    width: 100%;
  }

  .container-11 {
    max-width: 700px;
  }
}

@media screen and (max-width: 767px) {
  .section {
    background-position: 100%;
  }

  .heading-2 {
    font-size: 2rem;
  }

  .div-block-14, .div-block-20 {
    width: 100%;
  }

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

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

  .navbar-no-shadow-container {
    max-width: 550px;
  }

  .navbar-brand {
    padding-left: 0;
  }

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

  .heading {
    font-size: 2.5rem;
  }

  .container-6 {
    max-width: 550px;
  }

  .rt-agent-collection-grid-2, .rt-agent-collection-grid-2.rt-agent-one-grid {
    grid-template-columns: 1fr;
  }

  .footer-social-link {
    margin-left: 0;
  }

  .container-9 {
    max-width: 550px;
  }

  .div-block-15 {
    width: 100%;
  }

  .container-10 {
    max-width: 550px;
  }

  .div-block-37 {
    width: 100%;
  }

  .footer-bottom-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .div-block-25 {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
  }

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .container-11 {
    max-width: 550px;
  }

  .heading-2-black {
    font-size: 2rem;
  }
}

@media screen and (max-width: 479px) {
  .section {
    background-position: 70%;
  }

  .flex-block {
    justify-content: flex-start;
    align-items: stretch;
  }

  .div-block-11 {
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .button-primary {
    text-align: center;
    border-radius: 30px;
    padding-top: 14px;
    padding-bottom: 14px;
    font-size: 16px;
  }

  .button-secondary {
    border-width: 0;
    border-radius: 30px;
    padding-top: 14px;
    padding-bottom: 14px;
    font-size: 16px;
    line-height: 20px;
  }

  .button-secondary:hover {
    color: #fff;
    background-color: #00b793;
    border-radius: 30px;
  }

  .div-block-21 {
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .button-primary-2 {
    text-align: center;
    border-radius: 30px;
    padding-top: 14px;
    padding-bottom: 14px;
    font-size: 16px;
  }

  .button-secondary-2 {
    border-width: 0;
    border-radius: 30px;
    padding-top: 14px;
    padding-bottom: 14px;
    font-size: 16px;
    line-height: 20px;
  }

  .button-secondary-2:hover {
    color: #fff;
    background-color: #00b793;
    border-radius: 30px;
  }

  .nav-menu-2 {
    flex-direction: column;
  }

  .navbar-no-shadow-container {
    max-width: none;
  }

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

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

  .footer-social-link {
    margin-left: 0;
  }

  .div-block-15 {
    width: 100%;
  }

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

  .block-text-left {
    text-align: left;
  }

  .section-12 {
    height: 500px;
  }

  .div-block-37 {
    width: 100%;
  }

  .div-block-39 {
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-bottom-2 {
    flex-flow: column-reverse;
    justify-content: flex-start;
    align-items: center;
  }

  .div-block-25 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .footer-wrapper-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-block-two {
    margin-top: 40px;
  }

  .footer-copyright {
    text-align: center;
    margin-top: 20px;
  }
}

#w-node-dc9272e9-8db3-027e-2d19-303c52358bca-da714b05 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

@media screen and (max-width: 991px) {
  #w-node-dc9272e9-8db3-027e-2d19-303c52358bca-da714b05 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  #w-node-dc9272e9-8db3-027e-2d19-303c52358bca-da714b05 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}


