:root {
  --red: #c13d3e;
  --off_white: #f6f6f6;
  --black-2: #1b1b1b;
  --white: white;
  --flowstica-webflow-library--white-smoke: #f7f7f7;
  --flowstica-webflow-library--black: #010b15;
  --orange: #fc3a0a;
  --text_grey: #686868;
  --flowstica-webflow-library--white: white;
  --black: black;
  --blue-violet: #6e2ed8;
  --dim-grey: #6b6b6b;
  --663399: #602bb6;
  --deep-pink: #fc0a7e;
  --medium-violet-red: #b32e6e;
  --medium-slate-blue: #955df1;
  --flowstica-webflow-library--medium-sea-green: #08b54f;
  --flowstica-webflow-library--honeydew: #cef0dc;
  --waves-library--background: #faebe3;
  --waves-library--black: #131313;
  --waves-library--dark-elevation: #ede0d8;
  --flowstica-webflow-library--black-2: #333;
  --conversion-flow-library--light-coral: #ff5e69;
  --conversion-flow-library--medium-purple: #b16cea;
  --conversion-flow-library--sandy-brown: #ffa84b;
  --conversion-flow-library--coral: #ff8a56;
  --waves-library--white: white;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

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

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.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;
}

.w-users-userformpagewrap {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  max-width: 340px;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.w-users-userloginformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-userformbutton {
  text-align: center;
  width: 100%;
}

.w-users-userformerrorstate {
  margin-left: 20px;
  margin-right: 20px;
  position: absolute;
  top: 100%;
  left: 0%;
  right: 0%;
}

.w-users-usersignupformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-userformsuccessstate {
  display: none;
}

.w-users-userformheader {
  text-align: center;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-users-userformfooter {
  justify-content: space-between;
  margin-top: 12px;
  display: flex;
}

.w-users-usersignupverificationmessage {
  display: none;
}

.w-users-userresetpasswordformwrapper, .w-users-userupdatepasswordformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-useraccountwrapper {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-users-blockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

.w-users-blockcontent {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  margin-bottom: 20px;
  padding: 20px;
}

.w-users-useraccountformsavebutton {
  text-align: center;
  margin-right: 8px;
}

.w-users-useraccountformcancelbutton {
  text-align: center;
  color: #333;
  background-color: #d3d3d3;
}

.w-layout-vflex {
  flex-direction: column;
  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;
  }
}

h1 {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 10vh;
  font-weight: 700;
  line-height: 10vh;
}

h2 {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 38px;
  font-weight: 300;
  line-height: 48px;
}

h3 {
  color: #6b6b6b;
  margin-top: 10px;
  margin-bottom: 25px;
  font-size: 24px;
  font-weight: 400;
  line-height: 40px;
}

h4 {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

p {
  color: #6b6b6b;
  margin-bottom: 10px;
  margin-left: 100px;
  margin-right: 100px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 30px;
}

a {
  color: #000;
  text-decoration: underline;
}

strong {
  font-weight: bold;
}

.section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 60px;
  padding-top: 40px;
  padding-bottom: 20px;
  display: flex;
}

.section.wide {
  background-color: var(--red);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: 100px;
  padding-top: 10vh;
  padding-bottom: 10vh;
  display: flex;
}

.section.wide.img {
  background-color: var(--red);
  margin-bottom: 174px;
  padding-bottom: 0;
  display: none;
}

.section.wide.purple {
  background-color: var(--red);
  margin: 100px auto;
  padding-top: 60px;
  padding-bottom: 60px;
}

.section.api {
  padding-top: 0;
}

.section.aplikacja {
  margin-top: 100px;
  padding-top: 0;
}

.hero {
  z-index: 999999;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  box-shadow: 0 3px 10px -6px var(--red);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  outline-offset: 0px;
  -webkit-text-fill-color: inherit;
  background-color: #fff9;
  background-clip: border-box;
  border: 0 #000;
  border-radius: 60px;
  outline: 1px #333;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  width: auto;
  height: auto;
  margin-top: 10px;
  margin-left: 20px;
  margin-right: 20px;
  padding: 0 10px 0 0;
  transition: opacity .575s;
  display: flex;
  position: sticky;
  inset: 0% 0% auto;
}

.nav {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #0000;
  border-radius: 20px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.body {
  background-color: var(--off_white);
  color: var(--black-2);
  font-family: Gothic A1, sans-serif;
}

.feature-content {
  border: 1px #000;
  flex: none;
  width: 50vw;
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.feature-content.icons {
  text-align: center;
  flex-direction: column;
  flex: none;
  align-items: center;
  width: 33.33%;
  max-width: none;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.feature-content.icons.numbers {
  align-self: center;
  align-items: center;
  width: 25%;
  display: block;
}

.button_only_borders {
  color: var(--red);
  text-align: center;
  background-color: #f6f6f6;
  border-radius: 20px;
  margin-top: 39px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 20px 40px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  transition: background-color .5s cubic-bezier(.789, .159, .25, 1), color .2s cubic-bezier(.789, .159, .25, 1);
  display: inline-block;
}

.button_only_borders:hover {
  color: #6b6b6b;
  background-color: #fff;
}

.button_only_borders.contact {
  color: var(--white);
  background-color: #0000;
  border-radius: 100px;
  align-self: center;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  transition: transform .3s, background-color .5s cubic-bezier(.789, .159, .25, 1), color .2s cubic-bezier(.789, .159, .25, 1);
  box-shadow: inset 0 0 0 2px #fff3;
}

.button_only_borders.contact:hover {
  box-shadow: 0 3px 0 2px var(--off_white);
  outline-color: var(--off_white);
  outline-offset: 0px;
  color: #fff;
  border: 1px #000;
  outline-width: 1px;
  outline-style: solid;
  transform: translate(0, -3px);
}

.button_only_borders.contact_button {
  border: 1px solid var(--red);
  outline-offset: 0px;
  outline: 3px #6b6b6b;
  margin-left: auto;
}

.wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  max-width: 1200px;
  display: flex;
}

.wrap {
  text-align: center;
  max-width: 940px;
  padding-top: 20px;
  padding-bottom: 0;
}

.title {
  color: #f6f6f6;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-bottom: 1px #2e2e2e;
  justify-content: center;
  padding-bottom: 5px;
  font-size: 12px;
  display: flex;
  position: static;
}

.image-2 {
  flex: none;
}

.button-wrap {
  justify-content: center;
  align-items: center;
  width: auto;
  margin-top: 5px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.nav-link {
  color: var(--black-2);
  text-shadow: 0 1px #0003;
  flex: 0 auto;
  margin-bottom: 20px;
  margin-left: 15px;
  margin-right: 15px;
  padding-top: 40px;
  padding-left: 0;
  padding-right: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
  transition: transform .3s;
}

.nav-link:hover {
  color: var(--red);
  transform: scale(1.1);
}

.nav-link:active {
  color: var(--flowstica-webflow-library--white-smoke);
}

.nav-link.w--current {
  color: var(--red);
  font-weight: 700;
  text-decoration: none;
}

.hero-image {
  object-fit: fill;
  height: auto;
  margin: 0 auto 141px;
  display: block;
  position: absolute;
  bottom: -100px;
  left: auto;
  right: 140px;
}

.hero-image.osobowe {
  margin-top: 0;
  margin-bottom: -150px;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.hero-image.dostawcze {
  margin: 0 -184px -189px -134px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.hero-image.ciezarowe {
  margin-bottom: -165px;
  margin-right: 0;
}

.hero-image.rent {
  margin-top: -86px;
  margin-bottom: -192px;
}

.hero-image.budowlane {
  margin-bottom: -162px;
}

.black-text {
  color: var(--black-2);
  text-align: center;
  text-transform: none;
  margin: 20px auto;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 300;
  text-decoration: none;
}

.black-text.kontakt {
  color: #f6f6f6;
}

.feature-wrap {
  border: 1px #000;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  width: 90vw;
  max-width: 1200px;
  margin: 40px auto 0;
  padding-bottom: 20px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.feature-wrap.reverse {
  flex-direction: row-reverse;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.feature-wrap.icons {
  justify-content: space-around;
  margin-top: 60px;
  margin-bottom: 100px;
  padding-left: 8vw;
  padding-right: 0;
}

.feature-wrap.icons.numbers {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  margin: 60px auto;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 0;
  display: flex;
}

.feature-image {
  border: 1px #000;
  justify-content: center;
  align-items: center;
  width: 50vw;
  display: flex;
}

.black {
  color: #000;
}

.bottom-image-wrap {
  max-width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
}

.purple {
  color: #b32e6e;
}

.nav-menu-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 60px;
  padding-right: 0;
  display: flex;
  position: relative;
}

.heading-3 {
  color: var(--flowstica-webflow-library--black);
  align-self: center;
  max-width: 1200px;
  margin: 0 auto 0 0;
  padding: 40px 0;
  font-family: Montserrat, sans-serif;
  font-size: 70px;
  font-weight: 300;
}

.heading-4 {
  color: var(--black-2);
  text-align: center;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 0;
  padding-bottom: 10px;
  display: block;
}

.paragraph-2 {
  text-align: left;
  justify-content: flex-start;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  display: block;
}

.paragraph_white_on_red {
  color: var(--white);
  text-align: center;
  max-width: 1200px;
  margin: 10px auto;
  padding: 20px 10px;
  font-weight: 400;
}

.button_red_small {
  background-color: var(--red);
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  border: 1px solid #6b6b6b3d;
  border-radius: 20px;
  flex-direction: row;
  flex: 1;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin: 40px auto;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Montserrat, sans-serif;
  transition: transform .35s;
  display: inline-block;
}

.button_red_small:hover {
  background-color: var(--off_white);
  box-shadow: 0 4px 0 0 var(--red);
  outline-color: var(--red);
  outline-offset: 0px;
  color: var(--black-2);
  outline-width: 1px;
  outline-style: solid;
  transform: translate(0, -4px);
}

.button_red_small.w--current {
  margin-left: 0;
}

.button_red_small.promocja {
  flex: 0 auto;
  margin: 0;
}

.image-5 {
  margin-bottom: -83px;
  margin-left: 0;
  display: block;
  position: static;
}

.section-2 {
  background-color: #f6f6f6;
  margin-top: 100px;
  margin-bottom: 40px;
  padding-top: 20px;
  padding-bottom: 100px;
  display: none;
}

.body-2 {
  background-color: var(--off_white);
}

.container-2 {
  width: 100%;
  max-width: 1150px;
  margin: 20px auto;
  padding-top: 20px;
  padding-bottom: 20px;
}

.shadow-two {
  object-fit: fill;
  flex: none;
  display: block;
  box-shadow: 0 4px 24px #96a3b514;
}

.team-circles {
  border-bottom: 1px #e4ebf3;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 0;
  position: relative;
}

.centered-heading-2 {
  text-align: center;
  margin-bottom: 16px;
}

.centered-heading-2.black-text {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 40px;
  padding-bottom: 40px;
  font-size: 34px;
}

.centered-heading-2.black-text.left_side, .centered-heading-2.left_side {
  text-align: left;
}

.team-grid {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1150px;
  margin-top: 0;
  display: grid;
}

.team-card {
  text-align: center;
  cursor: auto;
  flex-direction: column;
  align-items: center;
  font-size: 14px;
  line-height: 22px;
  display: flex;
}

.team-member-image {
  object-fit: cover;
  border: 1px #000;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  margin-bottom: 24px;
  transition: transform .35s, background-color .325s;
}

.team-member-image:hover {
  border-style: solid;
  border-color: var(--red);
  box-shadow: 0 5px 0 0 var(--red);
  outline-offset: 0px;
  outline: 3px #000;
  transform: translate(0, -4px);
}

.team-member-name {
  color: var(--black-2);
  text-transform: none;
  margin-bottom: 6px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 32px;
}

.team-member-name.black-text {
  color: var(--black-2);
  text-align: center;
  text-transform: none;
  margin-top: 0;
  font-weight: 400;
  text-decoration: none;
}

.brix---color-neutral-813 {
  color: #6e7191;
}

.brix---grid-contact-v1 {
  grid-column-gap: 60px;
  grid-row-gap: 28px;
  background-color: #fff0;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.2fr;
  grid-auto-columns: 1fr;
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  display: grid;
}

.brix---color-neutral-805 {
  color: #211f54;
}

.brix---mg-bottom-64px {
  margin-bottom: 64px;
}

.heading-5 {
  color: var(--black-2);
  text-align: center;
}

.div-block-13 {
  padding-left: 47px;
}

.benefeits_2x3 {
  background-color: #0000;
  border-bottom: 1px #e4ebf3;
  max-width: 1150px;
  margin: 0 auto 60px;
  padding: 100px 30px 40px;
  position: relative;
  bottom: 0;
}

.pricing-comparison {
  background-color: #f6f6f6;
  border-bottom: 1px #e4ebf3;
  padding: 40px 30px;
  position: relative;
}

.pricing-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.pricing-card {
  background-color: var(--off_white);
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 32px 24px;
  display: flex;
  position: relative;
  box-shadow: 0 6px 17px 17px #96a3b51f;
}

.pricing-title {
  color: var(--red);
  text-align: center;
  margin-top: 10px;
  margin-bottom: 8px;
  font-size: 40px;
  font-weight: 500;
  line-height: 48px;
}

.pricing-price {
  margin-bottom: 8px;
  font-size: 30px;
  font-weight: 700;
  line-height: 32px;
}

.pricing-price.old {
  color: #8f8f8f;
  font-size: 24px;
  text-decoration: line-through;
}

.paragraph-regular {
  font-size: 14px;
  line-height: 20px;
}

.paragraph-regular.margin-bottom-20 {
  margin-bottom: 20px;
}

.pricing-divider {
  background-color: #76879d1a;
  align-self: stretch;
  height: 1px;
  margin: 0 -24px 10px;
}

.pricing-feature-list {
  align-self: stretch;
}

.pricing-feature {
  color: var(--black-2);
  align-self: stretch;
  margin-top: 16px;
  padding-left: 32px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 24px;
}

.pricing-feature.gray {
  color: #c3c3c3;
  text-decoration: line-through;
}

.section-6 {
  background-color: var(--red);
  opacity: 1;
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-top: 60px;
  padding-bottom: 100px;
}

.heading-6 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 40px 220px 20px;
}

.team-card-2 {
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
  line-height: 22px;
  display: flex;
}

.team-member-image-3 {
  object-fit: scale-down;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  margin-bottom: 10px;
}

.footer-dark {
  background-color: #e7e7e7;
  border-bottom: 1px solid #e4ebf3;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  margin-left: 20px;
  margin-right: 20px;
  padding: 50px 30px 15px;
  position: relative;
}

.footer-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-content {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.title-small {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link-2 {
  color: #1a1b1f;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

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

.footer-divider {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 70px;
  margin-bottom: 15px;
}

.footer-copyright-center {
  text-align: center;
  letter-spacing: 2px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  line-height: 16px;
}

.section-8 {
  background-color: var(--red);
  background-image: linear-gradient(88deg, var(--red) 27%, var(--orange));
  padding-left: 121px;
}

.section-8.abc {
  background-color: var(--off_white);
  background-image: none;
  margin-top: 0;
  padding-top: 60px;
  padding-bottom: 40px;
  padding-left: 0;
}

.pricing-comparison-2 {
  background-color: #f5f5f600;
  border-bottom: 1px solid #e4ebf3;
  margin-top: -200px;
  margin-bottom: 0;
  padding: 40px 30px 80px;
  position: relative;
}

.section-9 {
  padding-top: 100px;
}

.paragraph-4 {
  text-align: justify;
  margin: 0 auto 100px;
  padding-left: 100px;
  padding-right: 100px;
  font-weight: 300;
}

.section-11 {
  margin-top: 0;
}

.accordion-icon_vertical-line-2 {
  background-color: #98a2b3;
  border-radius: 1px;
  width: 2px;
  height: .75rem;
  display: block;
  position: absolute;
}

.uui-max-width-large-4 {
  width: 100%;
  max-width: 48rem;
}

.uui-max-width-large-4.align-center {
  margin-left: auto;
  margin-right: auto;
}

.uui-space-medium-3 {
  width: 100%;
  min-height: 2rem;
}

.uui-container-large-4 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.accordion-icon_component-2 {
  color: #98a2b3;
  text-align: right;
  border: 2px solid #98a2b3;
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: none;
  position: relative;
}

.uui-padding-vertical-xhuge-4 {
  margin-left: auto;
  margin-right: auto;
  padding-top: 4rem;
  padding-bottom: 0;
}

.uui-text-align-center-4 {
  text-align: center;
}

.uui-faq04_accordion-2 {
  border-bottom: 1px solid #eaecf0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.uui-faq04_accordion-2.last-item {
  border-bottom-color: #0000;
}

.uui-page-padding-4 {
  background-color: #f6f6f6;
  padding-left: 2rem;
  padding-right: 2rem;
}

.uui-faq04_question-2 {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: flex;
}

.uui-faq04_answer-2 {
  overflow: hidden;
}

.uui-faq04_icon-wrapper-2 {
  color: #7f56d9;
}

.accordion-icon_horizontal-line-2 {
  background-color: #98a2b3;
  border-radius: 1px;
  width: .75rem;
  height: 2px;
  position: absolute;
}

.uui-faq04_heading-2 {
  color: #101828;
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
}

.uui-text-size-medium-5 {
  color: #475467;
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.uui-faq04_layout-2 {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: none;
}

.uui-faq04_component-2 {
  margin-top: 4rem;
}

.link-block {
  cursor: pointer;
  text-decoration: none;
}

.testimonial-slide-nav {
  display: none;
}

.paragraph-5 {
  color: #fff;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.lynx-icon-check {
  width: 20px;
  height: 20px;
  margin-right: 12px;
}

.lynx-text-check {
  color: #797c83;
  font-family: Varela, sans-serif;
  font-size: 18px;
  line-height: 140%;
}

.container-3 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.team-circles-3 {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  display: none;
  position: relative;
}

.centered-heading-3 {
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading-4 {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.team-grid-2 {
  grid-column-gap: 64px;
  grid-row-gap: 56px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.team-card-3 {
  text-align: center;
  flex-direction: column;
  align-items: center;
  font-size: 14px;
  line-height: 22px;
  display: flex;
}

.team-member-image-4 {
  object-fit: cover;
  border-radius: 50%;
  width: 200px;
  height: 200px;
  margin-bottom: 24px;
}

.team-member-name-2 {
  margin-bottom: 6px;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
}

.team-member-position-2 {
  margin-bottom: 24px;
}

.paragraph-6 {
  text-align: center;
  margin-bottom: 60px;
}

.paragraph-6.opis_kontakt {
  text-align: left;
  max-width: 1350px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 60px;
  padding-right: 60px;
  line-height: 20px;
}

.paragraph-bigger {
  opacity: 1;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.contacts-section {
  text-align: center;
  margin-bottom: 100px;
}

.section-12 {
  background-color: var(--red);
  margin: 40px auto;
  padding-top: 10px;
  padding-bottom: 10px;
}

.grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template: ". . . ."
  / 1fr 1fr;
  grid-auto-flow: row;
  margin-top: 60px;
}

.paragraph-contact-text {
  margin-bottom: 10px;
}

.container-4 {
  color: #f6f6f6;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.image-11 {
  cursor: pointer;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
}

.paragraph-7 {
  color: var(--text_grey);
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  text-decoration: none;
}

.button-primary-2 {
  border: 1px solid var(--red);
  background-color: var(--white);
  color: var(--black-2);
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 20px;
  margin-left: auto;
  margin-right: auto;
  padding: 12px 25px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 20px;
  transition: all .2s;
}

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

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

.button-primary-2.poradnik {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: none;
}

.hero-heading-center-2 {
  background-color: #f5f7fa00;
  border-bottom: 1px #e4ebf3;
  padding: 80px 30px 40px;
  position: relative;
}

.container-6 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading-5 {
  text-align: center;
  margin-bottom: 16px;
}

.centered-heading-5.margin-bottom-32px {
  margin-bottom: 32px;
}

.centered-heading-5.margin-bottom-32px.black-text {
  float: none;
  clear: none;
  text-align: center;
  padding-left: 60px;
  padding-right: 60px;
  font-size: 28px;
}

.hero-wrapper-3 {
  grid-column-gap: 18px;
  grid-row-gap: 16px;
  grid-template: ". Area"
  / .5fr .5fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.button-primary-3 {
  background-color: var(--white);
  color: var(--black-2);
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 20px;
  margin-top: 40px;
  padding: 12px 25px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-3:hover {
  background-color: var(--red);
  color: #fff;
}

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

.paragraph-8 {
  color: var(--text_grey);
  text-align: left;
  overflow-wrap: normal;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0;
  font-size: 14px;
}

.heading-10 {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.heading-10.black-text {
  margin-top: 60px;
  margin-bottom: 60px;
  font-size: 46px;
}

.text-block-4 {
  padding-top: 40px;
  font-family: Montserrat, sans-serif;
}

.dropdown-toggle-2 {
  padding-top: 0;
}

.text-block-6 {
  font-style: normal;
}

.dropdown-link {
  color: var(--black-2);
  background-color: #0000;
}

.dropdown-list {
  color: var(--white);
  text-transform: uppercase;
  -webkit-text-fill-color: inherit;
  background-color: #1b1b1b8f;
  background-clip: border-box;
  font-family: Montserrat, sans-serif;
  box-shadow: 0 4px 20px -5px #0000001c;
}

.dropdown-list.w--open {
  background-color: var(--off_white);
  opacity: 1;
  color: var(--black-2);
  border-radius: 4px;
}

.lynx-process-number {
  color: #fff;
  font-family: PT Serif, serif;
  font-size: 30px;
  font-style: italic;
  line-height: 110%;
}

.lynx-content-5 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1080px;
  margin: 40px auto 100px;
  display: flex;
}

.lynx-grid-process {
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: start;
  width: 100%;
  margin-top: 14px;
}

.lynx-heading-process {
  color: #1f2022;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 128%;
}

.lynx-block-center-2 {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 100px;
  margin-bottom: 100px;
  display: flex;
}

.lynx-block-process-pink {
  background-color: #fd4b4e;
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  margin-bottom: 36px;
  display: flex;
  box-shadow: 0 0 0 15px #fd4b8b1a;
}

.lynx-block-process-green {
  background-color: #fd4b4e;
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  margin-bottom: 36px;
  display: flex;
  box-shadow: 0 0 0 15px #fd4b8b14;
}

.lynx-paragraph-process {
  color: #797c83;
  max-width: 294px;
  margin-bottom: 0;
  font-family: Varela, sans-serif;
  font-size: 16px;
  line-height: 165%;
}

.lynx-paragraph-process.paragraph-7 {
  font-family: Montserrat, sans-serif;
  font-size: 14px;
}

.lynx-block-process-purple {
  background-color: #fd4b4e;
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  margin-bottom: 36px;
  display: flex;
  box-shadow: 0 0 0 15px #fd4b8b14;
}

.lynx-process {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.body-3 {
  background-color: var(--off_white);
}

.body-4, .body-5 {
  background-color: #f6f6f6;
}

.section-14 {
  background-color: #df0e2c00;
  margin-top: -1px;
  padding-bottom: 40px;
}

.section-15 {
  margin-top: 0;
  padding-top: 60px;
}

.quick-stack-3 {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  margin-top: 60px;
  padding-top: 20px;
  padding-left: 100px;
  padding-right: 100px;
}

.paragraph-9 {
  color: var(--white);
  align-self: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-left: 40px;
  padding-right: 20px;
  position: static;
  inset: 0% auto 0% 0%;
}

.rac_cell {
  background-color: var(--red);
  border-radius: 40px;
  justify-content: flex-start;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  box-shadow: 0 2px 20px -2px #0000001c;
}

.rac_cell_green {
  text-align: left;
  background-color: #428418ad;
  border-radius: 40px;
  justify-content: flex-start;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  box-shadow: 0 2px 20px -2px #00000026;
}

.link-3 {
  color: var(--white);
}

.paragraph-14 {
  text-align: center;
  margin-bottom: -184px;
}

.paragraph-14.mobile {
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.paragraph-15, .paragraph-16 {
  margin-left: auto;
  margin-right: auto;
}

.quick-stack-5 {
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
}

.cell-26 {
  background-color: #fff;
  border-radius: 10px;
  align-items: center;
  box-shadow: 0 0 17px #0000001f;
}

.container-7 {
  margin-bottom: 100px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.container-8 {
  margin-top: 100px;
}

.image-17 {
  text-align: center;
  object-fit: fill;
  display: block;
  position: static;
}

.cell-36 {
  justify-content: flex-start;
  align-items: flex-start;
}

.paragraph-19 {
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
}

.accordion-item {
  opacity: 1;
  mix-blend-mode: normal;
  width: 100%;
  margin-bottom: 40px;
  overflow: hidden;
}

.accordion-toggle {
  justify-content: flex-start;
  align-items: center;
  height: 80px;
  display: flex;
  right: auto;
}

.dropdown-list-3 {
  background-color: var(--white);
  display: block;
  position: static;
}

.text-block-8, .text-block-9 {
  white-space: normal;
  word-break: break-all;
  align-self: center;
  font-size: 1.25rem;
}

.bold-text-8 {
  font-size: 1.25rem;
}

.bold-text-9 {
  word-break: keep-all;
  font-size: 1.25rem;
}

.bold-text-13 {
  font-size: 1.25rem;
}

.bold-text-14 {
  word-break: keep-all;
  font-size: 1.25rem;
}

.text-block-10 {
  clear: none;
  direction: ltr;
  text-align: left;
  white-space: normal;
  word-break: keep-all;
  align-self: center;
  font-size: 1.25rem;
  font-style: normal;
}

.text-block-11 {
  white-space: normal;
  word-break: break-all;
  align-self: center;
}

.text-block-12 {
  white-space: normal;
  word-break: keep-all;
  align-self: center;
}

.text-block-13 {
  white-space: normal;
  word-break: break-all;
  align-self: center;
  font-family: Montserrat, sans-serif;
  font-weight: 300;
}

.text-block-14 {
  white-space: normal;
  word-break: keep-all;
  align-self: center;
}

.text-block-15 {
  white-space: normal;
  word-break: break-all;
  align-self: center;
}

.text-block-16 {
  white-space: normal;
  word-break: keep-all;
  align-self: center;
}

.text-block-17 {
  white-space: normal;
  word-break: break-all;
  align-self: center;
}

.dropdown-link-10 {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: #6b6b6b;
  white-space: normal;
  word-break: normal;
  overflow-wrap: normal;
  background-color: #f6f6f6;
  font-family: Montserrat, sans-serif;
}

.dropdown-link-11 {
  color: #6b6b6b;
  white-space: normal;
  word-break: break-all;
  overflow-wrap: normal;
  background-color: #f6f6f6;
  font-family: Montserrat, sans-serif;
}

.dropdown-link-12, .dropdown-link-13, .dropdown-link-14, .dropdown-link-15, .dropdown-link-16 {
  color: #6b6b6b;
  white-space: normal;
  background-color: #f6f6f6;
  font-family: Montserrat, sans-serif;
}

.container-9 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper-two {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.hero-image-2 {
  width: 100%;
  margin-top: 50px;
}

.hero-image-2.shadow-two {
  box-shadow: none;
  margin-top: 0;
  margin-bottom: -182px;
}

.heading-13 {
  color: var(--black-2);
  text-align: center;
}

.heading-13.black-text {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.paragraph-21 {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.about_cell {
  text-align: center;
  justify-content: flex-start;
  align-items: center;
}

.image-21, .image-22, .image-23, .image-24, .image-25, .image-26 {
  margin-bottom: 10px;
}

.section-17 {
  margin-top: 100px;
  margin-bottom: 100px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.body-6 {
  background-image: url('../images/image-2_1.png');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: fixed;
}

.user-email-field {
  border-radius: 20px;
  margin-top: 0;
}

.user-password-field {
  outline-offset: 0px;
  border-radius: 20px;
  outline: 3px #e148c0;
  margin-top: 0;
}

.page-wrapper {
  background-color: #0000;
  margin-top: 0;
  margin-bottom: 0;
}

.paragraph_left_side {
  color: var(--black-2);
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.log-in-form-block {
  background-color: #f6f6f6;
  border-radius: 20px;
  margin-left: -60px;
  margin-right: -60px;
  box-shadow: 0 1px 12px 1px #1b1b1b33;
}

.image-27 {
  text-align: center;
  align-self: center;
  display: inline-block;
}

.container-10 {
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: -84px;
  display: flex;
}

.dropdown-link-17 {
  color: #6b6b6b;
  white-space: normal;
  word-break: keep-all;
  background-color: #f6f6f6;
  font-family: Montserrat, sans-serif;
}

.accordion-icon_component-2-close {
  color: #98a2b3;
  text-align: right;
  border: 2px solid #98a2b3;
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: none;
  position: relative;
}

.sign-up-form-block {
  background-color: #f6f6f6;
  border-radius: 20px;
  margin-left: -60px;
  margin-right: -60px;
  padding-bottom: 20px;
  padding-left: 20px;
  box-shadow: 0 1px 12px 1px #00000040;
}

.body-7 {
  background-image: url('../images/image-2_1.png');
  background-position: 0 0;
  background-size: cover;
  background-attachment: fixed;
}

.user-email-field-2, .text-field, .user-password-field-2 {
  border-radius: 20px;
}

.checkbox-field {
  margin-top: 30px;
}

.form-footer-2 {
  margin-top: 20px;
}

.body-8 {
  background-image: url('../images/image-2_1.png');
  background-position: 0 0;
  background-size: cover;
  background-attachment: fixed;
}

.reset-password-form-block {
  background-color: #f6f6f6;
  border-radius: 20px;
  margin-left: -60px;
  margin-right: -60px;
  padding-bottom: 40px;
  box-shadow: 0 1px 12px 1px #0003;
}

.user-email-field-3 {
  border-radius: 20px;
}

.text-block-19 {
  text-align: center;
  margin-top: 20px;
}

.paragraph-22 {
  margin-left: 0;
  margin-right: 0;
}

.update-password-block {
  background-color: #f6f6f6;
  border-radius: 20px;
  margin-bottom: 0;
  margin-left: -60px;
  margin-right: -60px;
  padding-bottom: 40px;
  box-shadow: 0 1px 12px 1px #0003;
}

.user-password-field-3 {
  border-radius: 20px;
}

.body-9 {
  background-image: url('../images/image-2_1.png');
  background-position: 0 0;
  background-size: cover;
  background-attachment: fixed;
}

.form-header {
  margin-left: -60px;
  margin-right: -60px;
}

.paragraph-23 {
  margin-left: 0;
  margin-right: 0;
}

.body-10 {
  background-image: url('../images/image-2_1.png');
  background-position: 0 0;
  background-size: cover;
  background-attachment: fixed;
}

.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;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.dropdown {
  text-align: left;
  align-self: flex-end;
}

.heading-14 {
  color: var(--black-2);
  order: 0;
  margin-top: 0;
}

.section-19 {
  margin-top: 100px;
  margin-bottom: 100px;
  padding-top: 40px;
  padding-bottom: 60px;
}

.quick-stack-7 {
  padding-left: 0;
  padding-right: 0;
}

.cell-45 {
  flex-direction: column;
  justify-content: center;
}

.quick-stack-8 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  text-align: left;
  padding-left: 0;
  padding-right: 0;
}

.section-20 {
  background-color: #c03d3e;
  margin-top: 10px;
  padding-top: 100px;
  padding-bottom: 100px;
}

.heading-15 {
  color: var(--white);
  font-family: Montserrat, sans-serif;
}

.cell-46 {
  justify-content: center;
  align-items: center;
}

.cell-47 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.image-30 {
  align-self: flex-start;
}

.solutions_heading {
  color: var(--black-2);
  text-align: center;
  text-transform: none;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.section-21 {
  margin-top: 0;
}

.solutions_cell {
  background-color: #f6f6f6;
  justify-content: center;
  align-items: flex-start;
  padding-top: 40px;
  padding-bottom: 40px;
  box-shadow: 0 2px 20px -8px #0003;
}

.quick-stack-9 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  margin-top: -200px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px;
}

.paragraph_very_small {
  text-transform: capitalize;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-left: 100px;
  padding-right: 100px;
  font-size: 12px;
}

.body-11 {
  background-color: #f6f6f6;
}

.paragraph_l-mod {
  color: var(--text_grey);
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 14px;
}

.menu-button-2 {
  border: 1px solid var(--black-2);
  background-color: var(--black-2);
  color: var(--off_white);
  text-align: center;
  text-transform: uppercase;
  overflow-wrap: normal;
  cursor: pointer;
  border-radius: 20px;
  align-self: center;
  margin-left: 5px;
  margin-right: 5px;
  font-family: Montserrat, sans-serif;
  transition: transform .425s;
}

.menu-button-2:hover {
  border-style: solid;
  border-color: var(--red);
  background-color: var(--off_white);
  box-shadow: 0 3px 0 0 var(--red);
  color: var(--black-2);
  -webkit-text-stroke-width: 1px;
  font-weight: 300;
  transform: translate(0, -2px);
}

.menu-button-2:active {
  box-shadow: inset 0 2px 0 0 var(--red);
  transform: translate(0, 2px);
}

.image-32 {
  align-self: center;
}

.cell-48 {
  justify-content: center;
}

.cell-49, .cell-50, .cell-51, .cell-52, .cell-53, .cell-54, .cell-55, .cell-56, .cell-57 {
  justify-content: center;
  align-items: center;
}

.container-13 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.logos-title-small-2 {
  background-color: var(--off_white);
  border: 1px #000;
  margin-top: 0;
  margin-bottom: 40px;
  padding: 40px 30px;
  position: relative;
}

.clients-wrapper-three-2 {
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  margin-bottom: -10px;
  display: flex;
}

.clients-image-three-2 {
  filter: grayscale();
  pointer-events: auto;
  cursor: auto;
  mix-blend-mode: normal;
  margin-bottom: 10px;
  margin-left: 15px;
  margin-right: 15px;
  transition: transform .275s;
}

.clients-image-three-2:hover {
  filter: none;
  pointer-events: auto;
  transform: scale(1.4);
}

.cell-58 {
  justify-content: center;
}

.cell-59 {
  justify-content: center;
  align-items: center;
}

.wbs-alert-bar-4-icon {
  height: 24px;
}

.wbs-alert-bar-4-title {
  color: #fff;
  font-family: Montserrat, sans-serif;
}

.wbs-alert-bar-4-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 40px auto;
  padding: 12px 0;
  font-size: 15px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.wbs-container {
  width: 100%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

.wbs-alert-bar {
  background-color: var(--red);
}

.wbs-section {
  padding: 0 0%;
}

.image-35 {
  filter: grayscale();
}

.heading-20 {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
}

.cell-61 {
  background-color: var(--off_white);
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
}

.cell-61.nowa_wersja {
  background-color: #fee0;
}

.form-5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: block;
}

.flex-block, .flex-block-2 {
  justify-content: space-between;
}

.button-9 {
  background-color: var(--red);
  text-align: center;
  text-transform: uppercase;
  border-radius: 20px;
  margin-top: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  display: block;
}

.quick-stack-12 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

.section-26 {
  margin-bottom: 60px;
}

.superscript {
  text-transform: lowercase;
}

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

.section-27 {
  background-color: var(--red);
  padding-top: 10px;
  padding-bottom: 10px;
}

.body-12, .body-13 {
  background-color: var(--off_white);
}

.hero_container {
  max-width: 1200px;
  margin-left: 20px;
}

.body-14 {
  background-color: var(--off_white);
}

.container-18 {
  max-width: 1200px;
  margin-top: 60px;
  margin-bottom: 60px;
}

.testimonial-stack {
  border-bottom: 1px solid #e4ebf3;
  padding: 60px 30px;
  position: relative;
}

.container-20 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.body-15 {
  background-color: var(--off_white);
}

.heading-21 {
  color: #000;
}

.wbs-hero-5-author-name {
  color: var(--flowstica-webflow-library--black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.section-29 {
  margin-top: 140px;
  margin-bottom: 100px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.container-23 {
  width: 90vw;
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
}

.timeline_centre {
  justify-content: center;
  display: flex;
}

.timeline-main_heading-wrapper {
  color: #fff;
  text-align: center;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

.timeline_date-text {
  color: var(--black-2);
  text-align: center;
  letter-spacing: -.03em;
  font-family: Montserrat, sans-serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.2;
  position: sticky;
  top: 50vh;
}

.timeline_date-text.funkcjonalnosci {
  text-align: left;
  letter-spacing: 0;
  padding: 10px 20px 20px 10px;
  font-size: 16px;
  font-weight: 300;
}

.timeline_image-wrapper {
  border-radius: 12px;
  overflow: hidden;
}

.timeline_image-wrapper.margin-bottom-medium {
  text-align: center;
  border-radius: 40px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.margin-bottom-medium {
  margin-bottom: 32px;
}

.timeline_text {
  color: var(--black-2);
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.3;
}

.text-colour-white {
  color: #fff;
  text-transform: none;
  display: block;
}

.timeline_component {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.page-wrapper-2 {
  z-index: 0;
  position: relative;
}

.timeline_left {
  text-align: center;
  justify-content: flex-end;
  align-items: stretch;
}

.margin-bottom-xlarge {
  margin-bottom: 56px;
}

.timeline_item {
  z-index: 2;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--off_white);
  grid-template-rows: auto;
  grid-template-columns: 1fr 9px 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  max-width: 1150px;
  margin-left: auto;
  margin-right: auto;
  padding: 80px 20px;
  display: grid;
  position: relative;
}

.timeline_progress {
  z-index: -2;
  background-color: #414141;
  width: 3px;
  height: 100%;
  position: absolute;
}

.section-timeline {
  z-index: -3;
  background-color: var(--off_white);
  position: relative;
}

.section-timeline-heading {
  background-color: #0a0a0a00;
}

.grid_2x3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.module_graphics {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-49 {
  text-align: center;
  display: block;
}

.section-31 {
  margin-top: 100px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.waves---paragraph-big {
  color: var(--off_white);
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  line-height: 130%;
}

.waves---left-cta-1 {
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.waves---master-cta-1 {
  justify-content: space-between;
  align-items: center;
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.waves---main-container {
  max-width: 1352px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.waves---section-medium {
  background-color: var(--red);
  margin-top: 100px;
  margin-bottom: 100px;
  padding-top: 100px;
  padding-bottom: 100px;
}

.heading-25 {
  margin-bottom: 0;
}

.waves---paragraph-regular {
  color: var(--black-2);
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 130%;
  display: block;
}

.waves---heading-3-no-margins {
  color: var(--black-2);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 120%;
}

.waves-icon-64 {
  width: 64px;
  height: 64px;
}

.waves---mg-bottom-16 {
  margin-bottom: 16px;
}

.waves-tile-contact-3 {
  grid-row-gap: 16px;
  background-color: var(--off_white);
  box-shadow: 1px 2px 10px 0 var(--text_grey);
  opacity: 1;
  border-radius: 40px;
  flex-direction: column;
  align-items: center;
  margin-top: 20px;
  padding: 40px 24px;
  display: flex;
}

.waves-tile-contact-3.faktura {
  box-shadow: 1px 2px 20px 0 var(--text_grey);
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.waves-grid-contact-3 {
  grid-column-gap: 32px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  justify-content: center;
  max-width: 1200px;
  margin-top: 64px;
  margin-left: auto;
  margin-right: auto;
}

.waves---heading-2-no-margins-2 {
  color: var(--off_white);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 130%;
}

.waves---center-heading {
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.waves---main-container-2 {
  background-color: var(--red);
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 24px;
}

.waves---section-medium-3 {
  padding-top: 100px;
  padding-bottom: 40px;
}

.map {
  margin-top: 20px;
  margin-bottom: 40px;
}

.cell-62 {
  text-align: left;
}

.cf-82px-heading---black {
  color: #000;
  text-align: left;
  max-width: 990px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 82px;
  font-style: normal;
  font-weight: 300;
  line-height: 100%;
}

.cf-heading-part-3 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.cf-heading-part-2 {
  justify-content: center;
  align-items: center;
  font-style: italic;
  display: flex;
}

.cf-call-arrow-down {
  margin-bottom: -18px;
  margin-left: -18px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.cf-call-arrow-contain {
  background-color: #0d0e10;
  border-top-right-radius: 16px;
  justify-content: flex-start;
  align-items: flex-end;
  width: 32px;
  height: 32px;
  margin-left: 12px;
  padding-bottom: 5px;
  padding-left: 5px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cf-call-arrow-contain.transparent {
  background-color: #0000;
  margin-left: 5px;
}

.cf-call-arrow-button {
  color: #0d0e10;
  letter-spacing: -.32px;
  border: 1px solid #0d0e10;
  border-radius: 60px;
  align-items: center;
  margin-left: 40px;
  padding: 18px 42px;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  transition: filter .2s;
  display: flex;
  overflow: visible;
}

.cf-call-arrow-button:hover {
  filter: invert();
  background-color: #fff;
}

.cf-call-arrow-button.header-4 {
  font-family: Montserrat, sans-serif;
  font-weight: 300;
}

.cf-gradient-span {
  background-image: linear-gradient(90deg, var(--red) 20%, var(--orange) 60%, #ff8a56 80%, var(--red));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Montserrat, sans-serif;
}

.cf-heading-part-1 {
  align-items: center;
  display: flex;
}

.cf-heading-wrapper {
  width: 100%;
}

.cf-1140px-wrapper---home-vertical-2 {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 180px;
  display: flex;
  position: relative;
}

.cf-hero-section-4 {
  background-color: var(--off_white);
  margin-bottom: 0;
  padding-bottom: 140px;
  overflow: hidden;
}

.cf-hero-section-4.zud {
  margin-bottom: 0;
  padding-bottom: 0;
}

.cf-hero-section-4.dostawcze {
  padding-bottom: 200px;
}

.cf-82px-heading---black-2 {
  color: #000;
  text-align: center;
  max-width: 990px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 82px;
  font-weight: 700;
  line-height: 100%;
}

.cf-82px-heading---black-3 {
  color: var(--black-2);
  text-align: left;
  max-width: 990px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 70px;
  font-weight: 400;
  line-height: 100%;
}

.cf-heading-part-6, .cf-heading-part-7 {
  justify-content: flex-start;
  align-items: center;
  font-style: italic;
  display: flex;
}

.cf-heading-part-8 {
  align-items: center;
  display: flex;
}

.cf-heading-part-8.header-4 {
  margin-bottom: 20px;
}

.cf-heading-wrapper-2 {
  width: 100%;
}

.cf-1140px-wrapper---home-vertical-3 {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
}

.cf-hero-section-6 {
  background-color: var(--off_white);
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 40px;
  overflow: hidden;
}

.cf-82px-heading---black-4 {
  color: var(--black-2);
  text-align: center;
  max-width: 990px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 82px;
  font-weight: 400;
  line-height: 100%;
}

.cf-heading-part-9 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.cf-heading-part-10 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.cf-heading-part-11 {
  align-items: center;
  display: flex;
}

.cf-1140px-wrapper---home-vertical-4 {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.cf-hero-section-7 {
  background-color: var(--off_white);
  overflow: hidden;
}

.section-34 {
  margin-top: -123px;
}

.wbs-spacing-42 {
  height: 1.875rem;
}

.wbs-feature-list-item {
  grid-column-gap: 10px;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.wbs-feature-list-items {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  display: flex;
}

.wbs-feature-split-3-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-top: 1px solid #010b151a;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 40px;
  display: grid;
}

.wbs-lead-text-2 {
  color: var(--black-2);
  margin-left: auto;
  margin-right: auto;
  font-size: 1.125rem;
  line-height: 1.6rem;
}

.wbs-spacing-43 {
  height: 1.25rem;
}

.wbs-feature-image {
  border-radius: 10px;
  flex: 0 auto;
  order: 0;
  max-width: 100%;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.wbs-feature-split-3 {
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .5fr .5fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  width: 85%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.wbs-container-5 {
  width: 100%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

.wbs-section-5 {
  margin: 20px auto;
  padding: 4.3rem 5% 3.2rem;
}

.wbs-feature-icon {
  flex: none;
  height: 40px;
}

.wbs-feature-icon-simple {
  margin-bottom: 20px;
}

.wbs-feature-5-item {
  border: 1px solid #010b151a;
  border-radius: 10px;
  padding: 30px;
}

.wbs-feature-split-right {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.wbs-spacing-44 {
  height: 1.875rem;
}

.wbs-feature-split-2 {
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: start stretch;
  max-width: 1150px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.paragraph-50 {
  color: var(--black-2);
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
}

.paragraph-51, .paragraph-52, .paragraph-53 {
  margin-left: auto;
  margin-right: auto;
}

.special_h4 {
  color: var(--flowstica-webflow-library--black);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.125rem;
  font-weight: 800;
  line-height: 1.3em;
}

.special_button {
  background-color: var(--red);
  text-transform: uppercase;
  border-radius: 20px;
  flex-flow: row;
  justify-content: space-around;
  align-items: center;
  margin: 40px auto;
  padding: 10px 40px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  transition: transform .325s;
  display: inline-flex;
}

.special_button:hover {
  background-color: var(--off_white);
  box-shadow: 0 5px 0 0 var(--red);
  outline-color: var(--red);
  outline-offset: 0px;
  color: #252525;
  outline-width: 1px;
  outline-style: solid;
  transform: translate(0, -4px);
}

.wbs-container-6 {
  width: 100%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

.wbs-section-6 {
  padding: 6.25rem 5%;
}

.div-block-28 {
  margin-left: auto;
  margin-right: auto;
  transition: transform .475s;
}

.wbs-step-3-arrow-image-last {
  opacity: .25;
  position: absolute;
  inset: auto 23% -20% auto;
}

.wbs-step-3-arrow-image-top {
  opacity: .25;
  position: absolute;
  inset: -20% 0% 0% 26%;
}

.wbs-step-3-arrow-image-bottom {
  opacity: .25;
  position: absolute;
  inset: auto 0% -20%;
}

.wbs-step-3-simple-number {
  color: var(--red);
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 26px;
}

.wbs-step-3-item-top {
  margin-top: 100px;
}

.wbs-step-3 {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.paragraph-58, .paragraph-59, .paragraph-60, .paragraph-61 {
  margin-left: auto;
  margin-right: auto;
}

.body-16 {
  background-color: var(--off_white);
}

.paragraph-64 {
  margin-left: auto;
  margin-right: auto;
  font-size: 8px;
}

.body-17 {
  background-color: var(--off_white);
}

.flex-block-3 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: center;
  align-items: center;
}

.cf-82px-heading---black-5 {
  color: var(--black-2);
  text-align: center;
  max-width: 990px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 82px;
  font-weight: 700;
  line-height: 100%;
}

.cf-heading-part-12 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.cf-heading-part-13 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.cf-call-arrow-down-3 {
  margin-bottom: -18px;
  margin-left: -18px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.cf-call-arrow-contain-3 {
  background-color: #0d0e10;
  border-top-right-radius: 16px;
  justify-content: flex-start;
  align-items: flex-end;
  width: 32px;
  height: 32px;
  margin-left: 12px;
  padding-bottom: 5px;
  padding-left: 5px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cf-call-arrow-contain-3.transparent {
  background-color: #0000;
  margin-left: 5px;
}

.cf-call-arrow-button-3 {
  color: #0d0e10;
  letter-spacing: -.32px;
  border: 1px solid #0d0e10;
  border-radius: 60px;
  align-items: center;
  margin-left: 40px;
  padding: 18px 42px;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  transition: filter .2s;
  display: flex;
  overflow: visible;
}

.cf-call-arrow-button-3:hover {
  filter: invert();
  background-color: #fff;
}

.cf-call-arrow-button-3.header-4 {
  font-family: Montserrat, sans-serif;
}

.cf-heading-part-14 {
  align-items: center;
  display: flex;
}

.cf-heading-wrapper-3 {
  width: 100%;
}

.cf-1140px-wrapper---home-vertical-5 {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 180px;
  display: flex;
  position: relative;
}

.cf-hero-section-8 {
  background-color: var(--off_white);
  overflow: hidden;
}

.cf-flex-1---text-contain {
  flex-direction: column;
  align-items: flex-start;
  width: 45%;
  display: flex;
}

.cf-flex-1---image-2 {
  object-fit: fill;
  border-radius: 16px;
  width: 80%;
  max-width: 435px;
  position: absolute;
  inset: auto -10% 5% auto;
  box-shadow: 0 24px 94px #00000014;
}

.cf-flex-1---image-1 {
  object-fit: contain;
  border-radius: 16px;
  width: 100%;
  max-width: 480px;
}

.cf-flex-1---image-contain {
  align-items: stretch;
  width: 45%;
  display: flex;
  position: relative;
}

.cf-flex-1---container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  display: flex;
}

.cf-flex-1---wrapper {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.cf-form-right-wrapper {
  width: 50%;
}

.cf-footer-headings-wrap {
  margin-left: 32px;
}

.cf-features-section-1-image-contai {
  mix-blend-mode: soft-light;
  object-fit: contain;
  border-radius: 0%;
}

.cf-form-icon {
  background-color: #0000;
  border-radius: 8px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
}

.cf-footer-info-contain {
  align-items: flex-start;
  margin-bottom: 32px;
  text-decoration: none;
  display: flex;
}

.cf-footer-divider {
  background-color: #fff3;
  width: 100%;
  height: 1px;
  margin-top: 48px;
  margin-bottom: 48px;
}

.cf-form-paragraph {
  color: #fffc;
  margin-bottom: 24px;
  margin-left: 0;
  margin-right: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 156%;
}

.cf-form-left-wrapper {
  width: 60%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.cf-form-main-wrapper {
  background-color: var(--red);
  border-radius: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1140px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 70px 70px 70px 80px;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.cf-form-section-1 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.body-18, .body-19 {
  background-color: var(--off_white);
}

.section-36 {
  background-color: var(--red);
  margin-top: 100px;
  margin-bottom: 100px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: none;
}

.container-24 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.section-37 {
  margin-top: 40px;
}

.body-20 {
  background-color: var(--off_white);
}

.image-52 {
  max-width: 20%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  display: block;
}

.paragraph-65 {
  color: var(--text_grey);
  justify-content: center;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  font-size: 12px;
  font-weight: 300;
  display: flex;
}

.italic-text {
  font-weight: 300;
}

.wbs-alert-bar-2-close-icon {
  height: 18px;
}

.wbs-alert-bar-2-close-link {
  flex: none;
  position: absolute;
  inset: auto 3% auto auto;
}

.wbs-alert-bar-2-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  padding: 12px 20px;
  font-size: 15px;
  display: flex;
  position: sticky;
}

.wbs-container-7 {
  width: 100%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

.wbs-alert-bar-2 {
  background-color: var(--black-2);
}

.wbs-section-7 {
  z-index: 2147483647;
  margin-top: -12px;
  margin-bottom: 10px;
  padding: 10px 0%;
  display: block;
  position: static;
  inset: 0% 0% auto;
}

.wbs-container-8 {
  width: 100%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

.wbs-section-8 {
  max-width: 1150px;
  margin-left: auto;
  margin-right: auto;
  padding: 6.25rem 5%;
}

.wbs-blog-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.wbs-blog-author-name {
  color: var(--flowstica-webflow-library--black);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
}

.wbs-blog-card-item {
  color: var(--flowstica-webflow-library--black);
  border: 1px solid #010b151f;
  border-radius: 10px;
  text-decoration: none;
}

.wbs-blog-card-info {
  flex-direction: column;
  align-items: flex-start;
  padding: 25px;
  display: flex;
}

.wbs-blog-card-author-image {
  border-radius: 100%;
  width: 30px;
  height: 30px;
}

.wbs-blog-card-author {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  display: flex;
}

.wbs-blog-card-date {
  margin-left: auto;
}

.wbs-blog-card-image {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.wbs-blog-card-title {
  color: var(--black-2);
  margin-top: 0;
  font-family: Montserrat, sans-serif;
}

.wbs-blog-card-author-wrap {
  align-items: center;
  width: 100%;
  margin-top: 30px;
  display: flex;
}

.wbs-blog-card-image-wrap {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  overflow: hidden;
}

.wbs-blog-card-author-name-wrap {
  text-align: left;
}

.wbs-blog-card-item-primary {
  border: 1px solid var(--red);
  background-color: var(--off_white);
  border-radius: 10px;
  flex-direction: column;
  align-items: flex-start;
  padding: 25px;
  text-decoration: none;
  display: flex;
}

.wbs-blog-card-info-primary {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.wbs-blog-card-author-wrap-primary {
  align-items: center;
  width: 100%;
  margin-top: auto;
  display: flex;
}

.wbs-blog-card-date-primary {
  color: var(--black-2);
  margin-left: auto;
}

.wbs-blog-author-name-primary {
  color: var(--black-2);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
}

.wbs-blog-card-primary {
  color: var(--black-2);
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
}

.wbs-blog-card-category-primary {
  border: 1px solid var(--red);
  background-color: var(--flowstica-webflow-library--white);
  color: var(--red);
  border-radius: 20px;
  margin-bottom: 20px;
  padding: 2px 10px;
  text-decoration: none;
}

.wbs-container-9 {
  width: 100%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

.wbs-heading-h1-3 {
  color: var(--flowstica-webflow-library--black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 42px;
  font-weight: 600;
  line-height: 1.3em;
}

.wbs-section-9 {
  padding: 6.25rem 5%;
}

.wbs-spacing-45 {
  height: 1.875rem;
}

.wbs-hero-component-4 {
  max-width: 1150px;
  margin-left: auto;
  margin-right: auto;
}

.wbs-hero-8 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  max-width: 1150px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.wbs-hero-5-content-3 {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.wbs-hero-5-image-wrap-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.wbs-hero-5-avatar-2 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  align-items: center;
  margin-top: 30px;
  display: flex;
}

.wbs-hero-5-avatar-image-2 {
  border-radius: 100%;
  width: 50px;
  height: 50px;
}

.wbs-hero-5-image-2 {
  width: 80%;
}

.paragraph-66 {
  color: var(--black-2);
  max-width: 950px;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
}

.cf-wrapper {
  z-index: 10;
  justify-content: space-between;
  align-items: center;
  width: 85%;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 90px;
  padding-bottom: 90px;
  display: flex;
  position: relative;
}

.cf-wrapper.cta-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  padding-top: 100px;
  padding-bottom: 200px;
}

.cf-cta-text {
  z-index: 1;
  max-width: 900px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  line-height: 140%;
  position: relative;
}

.cf-cta-image-bubbles {
  object-fit: cover;
  border-radius: 100%;
  width: 100%;
  height: 100%;
}

.cf-cta-image-bubbles.rounded-image {
  border-radius: 100px;
}

.cf-cta-circle {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.cf-cta-circle._1 {
  width: 52px;
  height: 52px;
  inset: 11% auto auto 3%;
}

.cf-cta-circle._3 {
  width: 76px;
  height: 76px;
  inset: auto auto 18% 8%;
}

.cf-cta-circle._5 {
  width: 120px;
  height: 120px;
  inset: auto 6% 15% auto;
}

.cf-cta-circle._2 {
  width: 60px;
  height: 60px;
  inset: 40% auto auto -1%;
}

.cf-cta-circle._4 {
  width: 76px;
  height: 76px;
  inset: 14% -2% auto auto;
}

.cf-display-heading {
  letter-spacing: -1.5px;
  font-family: Montserrat, sans-serif;
  font-size: 72px;
  font-weight: 700;
  line-height: 82px;
}

.cf-display-heading.heading-cta {
  z-index: 1;
  color: var(--black-2);
  max-width: 800px;
  margin-top: 0;
  margin-bottom: 24px;
  line-height: 110%;
  position: relative;
}

.blog_button {
  border: 1px solid var(--black-2);
  color: var(--black-2);
  border-radius: 100px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 20px 40px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  text-decoration: none;
  transition: all .2s;
}

.blog_button:hover {
  box-shadow: 1px 4px 0 0 var(--red);
  transform: translate(0, -2px);
}

.blog_button:active {
  box-shadow: inset 1px 2px 0 0 var(--red);
}

.blog_text_section {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.link-block-2, .link-block-3 {
  margin-left: auto;
  margin-right: auto;
}

.button_download {
  background-color: var(--red);
  border-radius: 20px;
  margin: 20px auto;
  padding: 10px 20px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.heading-27 {
  color: var(--black-2);
  text-align: center;
  margin-top: 10px;
  margin-bottom: 40px;
  padding-top: 40px;
  padding-bottom: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 46px;
  font-weight: 400;
  line-height: 46px;
}

.section-38 {
  margin-top: 60px;
  margin-bottom: 60px;
}

.paragraph-68 {
  color: var(--black-2);
  text-align: right;
  background-color: #c13d3e21;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.125rem;
  font-weight: 600;
}

.heading-28 {
  color: var(--black-2);
  text-align: right;
  background-color: #c13d3e1f;
  border-radius: 0;
  margin-top: 10px;
  margin-bottom: 0;
}

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

.image-54 {
  justify-content: center;
  align-items: center;
  transition: transform .5s;
  display: inline-flex;
}

.image-54:hover {
  mix-blend-mode: normal;
  transform: scale(1.1);
}

.flex-block-5 {
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 0;
}

.cf-visual-features-item {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.cf-visual-features-item.navbar {
  color: #0d0e10;
  background-color: #fff;
  border-radius: 0;
  padding: 40px;
  text-decoration: none;
}

.cf-visual-features-item.navbar:hover {
  background-color: #fafafa;
}

.cf-navigation-left-2 {
  justify-content: space-between;
  align-items: center;
  width: auto;
  display: flex;
}

.cf-navigation-3-container {
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1340px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.cf-navigation-right-2 {
  justify-content: flex-end;
  align-items: center;
  width: auto;
  display: flex;
}

.menu-button-mob {
  display: none;
}

.cf-navigation-3 {
  z-index: 9999999;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px none var(--text_grey);
  -webkit-backdrop-filter: blur(9px);
  backdrop-filter: blur(9px);
  background-color: #0000;
  border-radius: 90px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  margin-top: 10px;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 0;
  padding-left: 0;
  display: flex;
  position: sticky;
  inset: 0% 0% auto;
  box-shadow: 0 5px 11px -4px #0003;
}

.icon_nav_bar {
  margin-left: 10px;
  margin-right: 10px;
  transition: transform .45s;
}

.icon_nav_bar:hover {
  transform: scale(1.2);
}

.promo_section {
  margin-top: 100px;
  margin-bottom: 100px;
}

.body-21 {
  background-color: var(--off_white);
}

.kontakt-h2 {
  color: #f6f6f6;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
}

.text-block-20 {
  color: var(--text_grey);
  font-family: Montserrat, sans-serif;
}

.heading-29 {
  color: var(--black-2);
  font-family: Montserrat, sans-serif;
}

.div-block-29 {
  margin-bottom: 40px;
}

.heading-30 {
  color: var(--black);
}

@media screen and (min-width: 1440px) {
  .section {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }

  .section.wide.purple {
    max-width: none;
    margin-top: 40px;
    margin-bottom: 40px;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .hero {
    background-color: #ffffff8a;
  }

  .body, .feature-content {
    margin-left: auto;
    margin-right: auto;
  }

  .button_only_borders {
    text-transform: uppercase;
    margin-left: 0;
    margin-right: 50px;
  }

  .hero-image {
    margin-bottom: -30px;
  }

  .hero-image.rent {
    margin-top: 0;
    margin-bottom: -200px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .hero-image.budowlane {
    margin-top: 338px;
    margin-bottom: 338px;
  }

  .black-text {
    color: var(--black-2);
    text-align: center;
  }

  .feature-wrap {
    justify-content: space-between;
  }

  .feature-wrap.reverse {
    padding-left: 0;
    padding-right: 5vw;
  }

  .feature-image {
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
  }

  .black {
    color: var(--black-2);
  }

  .nav-menu-2 {
    padding-left: 220px;
  }

  .heading-3 {
    max-width: none;
    margin-left: auto;
    margin-right: auto;
  }

  .button_red_small {
    border-style: none;
    flex: 0 auto;
    align-self: center;
    margin-top: 20px;
  }

  .section-2 {
    margin-top: 0;
  }

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

  .container-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    max-width: 1200px;
    display: block;
  }

  .centered-heading-2.black-text {
    font-size: 34px;
  }

  .team-grid {
    grid-template-columns: 1fr 1fr 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .team-card {
    margin-top: 0;
  }

  .team-member-image {
    object-fit: contain;
    width: 100px;
    height: 100px;
    max-height: none;
  }

  .brix---grid-contact-v1 {
    grid-column-gap: 80px;
    background-color: #fff0;
    grid-template-columns: 1fr 1.2fr;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-13 {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
  }

  .pricing-comparison {
    margin-top: 60px;
  }

  .pricing-title {
    font-weight: 300;
  }

  .pricing-price {
    font-family: Montserrat, sans-serif;
    font-weight: 500;
  }

  .section-6 {
    background-color: var(--red);
  }

  .team-member-image-3 {
    width: 210px;
    height: 210px;
    max-height: none;
  }

  .section-8.abc {
    background-image: linear-gradient(#df0e2cc9, #df0e2cc9), url('../images/map_GG_wroclaw.webp');
    background-position: 0 0, 0 0;
    background-size: auto, auto;
  }

  .uui-padding-vertical-xhuge-4 {
    max-width: 1200px;
  }

  .uui-faq04_component-2 {
    display: none;
  }

  .team-member-image-4 {
    width: 270px;
    height: 270px;
    max-height: none;
  }

  .container-4 {
    max-width: 1200px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .paragraph-7 {
    font-size: 16px;
  }

  .button-primary-2.poradnik, .centered-heading-5.margin-bottom-32px.black-text {
    margin-left: auto;
    margin-right: auto;
  }

  .hero-wrapper-3 {
    max-width: 1200px;
  }

  .lynx-paragraph-process.paragraph-7 {
    margin-bottom: 20px;
  }

  .section-14 {
    background-color: #df0e2c00;
  }

  .quick-stack-3 {
    max-width: 1440px;
    margin-bottom: 100px;
    margin-left: auto;
    margin-right: auto;
  }

  .paragraph-9 {
    align-self: auto;
  }

  .rac_cell_green {
    justify-content: flex-start;
    align-items: center;
  }

  .container-7 {
    max-width: 1200px;
  }

  .cell-36 {
    text-align: left;
    justify-content: flex-start;
    align-items: stretch;
    font-family: Montserrat, sans-serif;
  }

  .accordion-toggle {
    justify-content: flex-start;
    align-items: center;
  }

  .hero-image-2.shadow-two {
    margin-top: 0;
  }

  .log-in-form-block {
    margin-left: -60px;
    margin-right: -60px;
    padding: 40px 20px;
  }

  .section-20 {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .section-21 {
    margin-top: 0;
  }

  .solutions_cell {
    box-shadow: 0 2px 20px -8px #0000004a;
  }

  .quick-stack-9 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .menu-button-2 {
    background-color: var(--black-2);
    align-self: center;
    margin-left: 10px;
  }

  .cell-48 {
    align-items: flex-end;
  }

  .cell-60 {
    justify-content: center;
    align-items: center;
  }

  .quick-stack-10 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    max-width: 1200px;
  }

  .image-33 {
    align-self: flex-start;
  }

  .flex-block, .flex-block-2 {
    justify-content: space-around;
  }

  .button-9 {
    margin-left: 60px;
    margin-right: 60px;
  }

  .quick-stack-12 {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .section-26 {
    margin-top: 60px;
  }

  .hero_container {
    max-width: 1200px;
    margin-left: 100px;
  }

  .cf-82px-heading---black-2 {
    margin-bottom: 39px;
  }

  .wbs-alert-bar-2 {
    background-color: var(--black-2);
  }

  .cf-wrapper.cta-wrapper {
    padding-bottom: 200px;
  }
}

@media screen and (max-width: 991px) {
  h2 {
    font-size: 34px;
    line-height: 44px;
  }

  h3 {
    font-size: 20px;
    line-height: 32px;
  }

  .hero {
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .nav {
    width: 100vw;
  }

  .nav-link {
    padding-top: 20px;
  }

  .nav-link:hover {
    box-shadow: none;
  }

  .hero-image {
    width: 70%;
    height: auto;
    margin-bottom: 7vw;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
    inset: auto 0 0;
  }

  .hero-image.osobowe {
    width: 100%;
  }

  .hero-image.budowlane {
    width: 100%;
    margin-bottom: 320px;
  }

  .feature-wrap {
    margin-top: 5vh;
    margin-bottom: 5vh;
    padding-left: 0;
    padding-right: 0;
  }

  .bottom-image-wrap {
    background-image: none;
    height: auto;
  }

  .menu-icon {
    color: #fff;
    font-size: 40px;
  }

  .nav-menu-2 {
    background-color: #000;
    min-width: 240px;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-3 {
    font-size: 8vw;
  }

  .container-2 {
    max-width: 728px;
  }

  .team-grid {
    grid-column-gap: 40px;
  }

  .team-member-image {
    width: 190px;
    height: 190px;
  }

  .brix---grid-contact-v1 {
    grid-row-gap: 80px;
    grid-template-columns: 1fr;
  }

  .pricing-wrapper {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .pricing-card {
    width: 350px;
  }

  .team-member-image-3 {
    width: 190px;
    height: 190px;
  }

  .footer-content {
    grid-column-gap: 60px;
  }

  .uui-padding-vertical-xhuge-4 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .uui-faq04_layout-2 {
    grid-column-gap: 3rem;
    grid-row-gap: 4rem;
  }

  .container-3 {
    max-width: 728px;
  }

  .team-grid-2 {
    grid-column-gap: 40px;
  }

  .team-member-image-4 {
    width: 190px;
    height: 190px;
  }

  .grid {
    grid-template: "."
                   "."
                   "."
                   "."
                   / 1fr;
  }

  .number-contact-wrap {
    margin-bottom: 20px;
  }

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

  .hero-wrapper-3 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .lynx-grid-process {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .lynx-heading-process {
    font-size: 22px;
  }

  .bold-text-9, .bold-text-13, .bold-text-14 {
    word-break: keep-all;
  }

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

  .menu-button-2 {
    padding: 12px;
  }

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

  .container-13 {
    max-width: 728px;
  }

  .clients-image-three-2 {
    margin-bottom: 30px;
  }

  .wbs-section {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .container-20 {
    max-width: 728px;
  }

  .waves---left-cta-1 {
    align-items: center;
  }

  .waves---master-cta-1 {
    flex-direction: column;
    justify-content: flex-start;
  }

  .waves-grid-contact-3 {
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }

  .cf-82px-heading---black {
    font-size: 65px;
  }

  .cf-call-arrow-button {
    flex: none;
  }

  .cf-call-arrow-button.header-4 {
    margin-left: auto;
    margin-right: auto;
  }

  .cf-heading-part-1.header-4 {
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .cf-1140px-wrapper---home-vertical-2 {
    flex-direction: column;
  }

  .cf-82px-heading---black-2, .cf-82px-heading---black-3 {
    font-size: 65px;
  }

  .cf-heading-part-8.header-4 {
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .cf-1140px-wrapper---home-vertical-3 {
    flex-direction: column;
  }

  .cf-82px-heading---black-4 {
    font-size: 65px;
  }

  .cf-heading-part-11.header-4 {
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .cf-1140px-wrapper---home-vertical-4 {
    flex-direction: column;
  }

  .wbs-feature-image {
    width: 100%;
  }

  .wbs-feature-split-3 {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .wbs-section-5 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .wbs-feature-split-right {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .wbs-feature-split-2 {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .wbs-section-6 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .wbs-step-3-arrow-image-last, .wbs-step-3-arrow-image-top, .wbs-step-3-arrow-image-bottom {
    display: none;
  }

  .wbs-step-3-item-top {
    text-align: center;
    width: 400px;
    margin-top: 0;
  }

  .wbs-step-3-item {
    text-align: center;
    width: 400px;
  }

  .wbs-step-3 {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-wrap: wrap;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .cf-82px-heading---black-5 {
    font-size: 65px;
  }

  .cf-call-arrow-button-3 {
    flex: none;
  }

  .cf-call-arrow-button-3.header-4 {
    margin-left: auto;
    margin-right: auto;
  }

  .cf-heading-part-14.header-4 {
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .cf-1140px-wrapper---home-vertical-5 {
    flex-direction: column;
  }

  .cf-flex-1---text-contain {
    width: 100%;
    max-width: 560px;
    margin-top: 100px;
  }

  .cf-flex-1---image-contain {
    width: 100%;
    max-width: 500px;
  }

  .cf-flex-1---container {
    flex-direction: column;
  }

  .cf-flex-1---wrapper {
    padding-top: 140px;
  }

  .cf-form-right-wrapper {
    width: 100%;
  }

  .cf-form-left-wrapper {
    width: 100%;
    max-width: 500px;
    margin-top: 0;
    margin-bottom: 60px;
  }

  .cf-form-main-wrapper {
    flex-direction: column;
    max-width: 700px;
    padding-left: 70px;
  }

  .wbs-section-7, .wbs-section-8 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .wbs-blog-grid {
    grid-template-columns: 1fr;
  }

  .wbs-blog-card-image {
    width: 100%;
  }

  .wbs-heading-h1-3 {
    font-size: 3.2rem;
    line-height: 1.2em;
  }

  .wbs-section-9 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .wbs-hero-8 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .cf-cta-text {
    font-size: 22px;
  }

  .cf-cta-circle._1 {
    width: 40px;
    height: 40px;
    top: 8%;
    left: -3%;
  }

  .cf-cta-circle._3 {
    width: 50px;
    height: 50px;
  }

  .cf-cta-circle._5 {
    width: 90px;
    height: 90px;
  }

  .cf-cta-circle._2 {
    width: 40px;
    height: 40px;
  }

  .cf-cta-circle._4 {
    width: 50px;
    height: 50px;
    right: -6%;
  }

  .cf-display-heading {
    font-size: 66px;
    line-height: 80px;
  }

  .cf-display-heading.heading-cta {
    font-size: 64px;
  }

  .cf-visual-features-item.navbar {
    padding: 25px;
  }

  .cf-navigation-left-2 {
    width: 20%;
  }

  .cf-navbar-3-brand {
    width: auto;
    margin-right: auto;
    padding-left: 0;
  }

  .cf-navigation-right-2 {
    width: 50%;
    margin-right: 0;
  }

  .menu-button-mob {
    color: #6b6768;
    flex: none;
    justify-content: center;
    align-items: center;
    width: 45px;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding: 11px;
    display: flex;
    position: relative;
    inset: 0% 0% 0% auto;
  }

  .menu-button-mob.w--open {
    color: #6b6768;
    background-color: #0000;
  }

  .cf-navigation-3 {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 28px;
    line-height: 38px;
  }

  .feature-content.icons {
    text-align: left;
    align-items: flex-start;
    width: auto;
    padding-bottom: 30px;
    padding-left: 0;
    padding-right: 0;
  }

  .feature-content.icons.numbers {
    flex: none;
    align-items: center;
    width: 50%;
  }

  .wrap {
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: none;
    padding-left: 15vw;
    padding-right: 15vw;
    display: flex;
  }

  .hero-image {
    margin-bottom: 10vw;
  }

  .feature-wrap {
    flex-direction: row;
  }

  .feature-wrap.icons {
    flex-flow: wrap;
    display: block;
  }

  .feature-wrap.icons.numbers {
    display: flex;
  }

  .menu-icon {
    font-size: 30px;
  }

  .team-circles {
    padding: 60px 15px;
  }

  .team-grid {
    grid-template-columns: 1fr 1fr;
  }

  .brix---grid-contact-v1 {
    grid-template-columns: 1fr;
  }

  .brix---mg-bottom-64px {
    margin-bottom: 48px;
  }

  .benefeits_2x3, .pricing-comparison {
    padding: 60px 15px;
  }

  .pricing-wrapper {
    justify-items: stretch;
  }

  .pricing-card {
    width: auto;
  }

  .pricing-title {
    font-size: 34px;
    line-height: 42px;
  }

  .footer-dark {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block {
    align-items: center;
  }

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

  .footer-divider {
    margin-top: 60px;
  }

  .pricing-comparison-2 {
    padding: 60px 15px;
  }

  .uui-space-medium-3 {
    min-height: 1.5rem;
  }

  .uui-padding-vertical-xhuge-4 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .uui-page-padding-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-faq04_question-2 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .uui-faq04_list-2.first-col {
    border-bottom: 1px solid #eaecf0;
  }

  .uui-faq04_layout-2 {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-columns: 1fr;
  }

  .uui-faq04_component-2 {
    margin-top: 3rem;
  }

  .team-circles-3 {
    padding: 60px 15px;
  }

  .team-grid-2 {
    grid-template-columns: 1fr 1fr;
  }

  .paragraph-bigger {
    font-size: 16px;
    line-height: 28px;
  }

  .section-12 {
    margin-left: 15px;
    margin-right: 15px;
  }

  .paragraph-contact-text {
    font-size: 16px;
    line-height: 28px;
  }

  .container-4 {
    text-align: center;
  }

  .hero-heading-center-2 {
    padding: 60px 15px;
  }

  .lynx-grid-process {
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }

  .lynx-heading-process {
    font-size: 20px;
  }

  .accordion-toggle {
    padding-bottom: 18px;
  }

  .logos-title-small-2 {
    padding: 60px 15px;
  }

  .clients-wrapper-three-2 {
    margin-bottom: -30px;
  }

  .clients-image-three-2 {
    margin-bottom: 30px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .wbs-alert-bar-4-wrap {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-direction: row;
    align-items: center;
  }

  .wbs-section {
    padding: 2rem 2%;
  }

  .testimonial-stack {
    padding: 60px 15px;
  }

  .timeline_centre {
    justify-content: flex-start;
  }

  .timeline_date-text {
    margin-bottom: 24px;
    font-size: 36px;
  }

  .timeline_text {
    font-size: 20px;
  }

  .timeline_left {
    text-align: left;
  }

  .margin-bottom-xlarge {
    margin-bottom: 48px;
  }

  .timeline_item {
    grid-template-columns: 64px 1fr;
    width: 100%;
  }

  .timeline_progress {
    left: 6px;
  }

  .waves---master-cta-1 {
    text-align: center;
  }

  .waves---main-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .waves---section-medium {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .waves---heading-2-no-margins-2 {
    font-size: 44px;
    line-height: 125%;
  }

  .waves---main-container-2 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .waves---section-medium-3 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .cf-82px-heading---black {
    font-size: 54px;
  }

  .cf-heading-part-3 {
    justify-content: center;
  }

  .cf-call-arrow-button {
    margin-bottom: 10px;
    margin-left: 0;
    padding-left: 36px;
    padding-right: 36px;
  }

  .cf-heading-part-1.header-4 {
    align-items: center;
  }

  .cf-1140px-wrapper---home-vertical-2 {
    width: 90%;
    padding-bottom: 90px;
  }

  .cf-hero-section-4 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
    overflow: hidden;
  }

  .cf-82px-heading---black-2, .cf-82px-heading---black-3 {
    font-size: 54px;
  }

  .cf-heading-part-6 {
    justify-content: center;
  }

  .cf-heading-part-8.header-4 {
    align-items: center;
  }

  .cf-1140px-wrapper---home-vertical-3 {
    width: 90%;
    padding-bottom: 90px;
  }

  .cf-82px-heading---black-4 {
    font-size: 54px;
  }

  .cf-heading-part-9 {
    justify-content: center;
  }

  .cf-heading-part-11.header-4 {
    align-items: center;
  }

  .cf-1140px-wrapper---home-vertical-4 {
    width: 90%;
    padding-bottom: 90px;
  }

  .wbs-section-5, .wbs-section-6 {
    padding: 2rem 2%;
  }

  .wbs-step-3-item-top, .wbs-step-3-item {
    width: 300px;
  }

  .wbs-step-3 {
    grid-template-columns: 1fr;
  }

  .cf-82px-heading---black-5 {
    font-size: 54px;
  }

  .cf-heading-part-12 {
    justify-content: center;
  }

  .cf-call-arrow-button-3 {
    margin-bottom: 10px;
    margin-left: 0;
    padding-left: 36px;
    padding-right: 36px;
  }

  .cf-heading-part-14.header-4 {
    align-items: center;
  }

  .cf-1140px-wrapper---home-vertical-5 {
    width: 90%;
    padding-bottom: 90px;
  }

  .cf-flex-1---image-2 {
    right: 0%;
  }

  .cf-flex-1---image-1 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .cf-flex-1---wrapper {
    width: 90%;
    padding-top: 90px;
  }

  .cf-form-main-wrapper {
    width: 90%;
    padding: 70px 40px 90px;
  }

  .wbs-alert-bar-2-wrap {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: center;
    padding-left: 12px;
  }

  .wbs-section-7, .wbs-section-8 {
    padding: 2rem 2%;
  }

  .wbs-blog-card-image {
    width: 100%;
  }

  .wbs-blog-card-author-wrap {
    margin-top: 10px;
  }

  .wbs-heading-h1-3 {
    font-size: 2.4rem;
    line-height: 1.1em;
  }

  .wbs-section-9 {
    padding: 2rem 2%;
  }

  .cf-wrapper {
    width: 90%;
  }

  .cf-wrapper.cta-wrapper {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .cf-cta-text {
    font-size: 20px;
  }

  .cf-cta-circle {
    display: none;
  }

  .cf-display-heading {
    font-size: 60px;
    line-height: 75px;
  }

  .cf-display-heading.heading-cta {
    font-size: 48px;
    line-height: 60px;
  }

  .cf-visual-features-item.navbar.w--current {
    padding: 14px;
  }

  .cf-navigation-left-2 {
    width: 26%;
  }

  .cf-navbar-3-brand {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .cf-navigation-right-2 {
    width: 60%;
  }

  .menu-button-mob {
    width: 40px;
    padding-right: 10px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 60px;
    line-height: 70px;
  }

  h3 {
    font-size: 16px;
  }

  .section {
    margin-top: 0;
  }

  .section.wide {
    margin-top: 60px;
  }

  .section.wide.img {
    background-color: #e23b26;
  }

  .section.wide.purple {
    text-align: center;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .hero {
    box-shadow: none;
    border-radius: 0;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .feature-content {
    width: auto;
  }

  .feature-content.icons.numbers {
    text-align: center;
    flex-flow: column;
    flex: 0 auto;
    justify-content: flex-start;
    align-items: center;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .button_only_borders {
    background-color: var(--red);
    outline-offset: 0px;
    color: var(--white);
    outline: 1px solid #fff;
    justify-content: center;
    align-items: center;
    margin-left: 15px;
    margin-right: 15px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .button_only_borders.contact {
    text-align: center;
    flex-direction: row;
    justify-content: center;
    width: 100%;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .button_only_borders.contact_button {
    margin-left: -22px;
    margin-right: auto;
  }

  .wrap {
    padding-top: 0;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .image-2 {
    width: 100%;
  }

  .button-wrap {
    flex-direction: row;
    width: 90vw;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .hero-image {
    object-fit: fill;
    width: 80%;
    display: none;
    overflow: hidden;
  }

  .hero-image.osobowe {
    width: auto;
    margin-top: -120px;
    margin-bottom: 0;
    display: none;
    overflow: hidden;
  }

  .hero-image.dostawcze {
    display: block;
    overflow: visible;
  }

  .hero-image.budowlane {
    margin-top: -102px;
    margin-bottom: -81px;
    display: none;
  }

  .black-text {
    text-align: center;
    justify-content: flex-start;
    align-self: flex-start;
    align-items: center;
    margin-top: 20px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
  }

  .feature-wrap, .feature-wrap.reverse {
    flex-direction: column;
  }

  .feature-wrap.icons {
    margin-top: 100px;
  }

  .feature-wrap.icons.numbers {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: center;
    flex-direction: column;
    place-content: stretch center;
    align-self: flex-start;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    padding-left: 5vw;
    padding-right: 5vw;
    display: flex;
  }

  .feature-image {
    width: auto;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .black {
    text-align: center;
  }

  .menu-icon {
    color: var(--black-2);
    margin: auto;
    display: block;
  }

  .nav-menu-2 {
    background-color: var(--white);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    cursor: pointer;
    padding-bottom: 20px;
  }

  .heading-3 {
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 32px;
    line-height: 56px;
  }

  .heading-4 {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .paragraph-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .paragraph_white_on_red {
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .button_red_small {
    margin-left: 10px;
    margin-right: 10px;
    display: flex;
  }

  .container-2 {
    max-width: none;
  }

  .team-circles {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .centered-heading-2 {
    margin-bottom: 24px;
  }

  .centered-heading-2.black-text {
    margin-top: 60px;
  }

  .team-grid {
    grid-column-gap: 40px;
    grid-row-gap: 56px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    display: inline;
  }

  .team-member-image {
    width: 80px;
    height: 80px;
  }

  .team-member-name {
    color: var(--off_white);
  }

  .team-member-name.black-text {
    display: block;
  }

  .brix---grid-contact-v1 {
    grid-row-gap: 50px;
    justify-items: stretch;
    margin-left: auto;
    margin-right: auto;
    padding-top: 40px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .brix---mg-bottom-64px {
    margin-bottom: 40px;
  }

  .div-block-13 {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
  }

  .benefeits_2x3 {
    border-bottom-style: none;
    margin-top: -162px;
    padding-top: 0;
  }

  .heading-6 {
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .team-member-image-3 {
    width: 100px;
    height: 100px;
  }

  .footer-dark {
    margin-left: auto;
    margin-right: auto;
  }

  .section-8 {
    padding-left: 20px;
  }

  .section-8.abc {
    padding-top: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .uui-faq04_layout-2 {
    grid-template-columns: 1fr;
  }

  .link-block {
    align-self: baseline;
    margin-left: auto;
    margin-right: auto;
    font-family: Montserrat, sans-serif;
    display: block;
  }

  .paragraph-5 {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .container-3 {
    max-width: none;
  }

  .centered-heading-3 {
    margin-bottom: 24px;
  }

  .team-grid-2 {
    grid-template-columns: 1fr;
  }

  .paragraph-6.opis_kontakt {
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-11 {
    margin-top: -12px;
    margin-left: 0;
    margin-right: auto;
    padding-top: 0;
  }

  .paragraph-7 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .hero-heading-center-2 {
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

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

  .centered-heading-5 {
    margin-bottom: 24px;
  }

  .centered-heading-5.margin-bottom-32px.black-text {
    padding-left: 0;
    padding-right: 0;
  }

  .hero-wrapper-3 {
    grid-column-gap: 0px;
    grid-auto-flow: row;
    justify-items: center;
    display: flex;
  }

  .button-primary-3 {
    margin-left: auto;
    margin-right: auto;
  }

  .heading-10.black-text {
    align-self: flex-start;
    align-items: flex-start;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    font-size: 32px;
    display: flex;
  }

  .lynx-heading-process {
    font-size: 19px;
  }

  .lynx-block-center-2 {
    align-items: center;
  }

  .section-15 {
    margin-left: auto;
    margin-right: auto;
  }

  .paragraph-14.mobile {
    margin-bottom: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .quick-stack-5 {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .cell-36 {
    align-items: flex-start;
  }

  .image-18, .image-19, .image-20 {
    margin-left: auto;
    margin-right: auto;
  }

  .accordion-toggle {
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    height: auto;
    margin-bottom: 10px;
    padding: 0;
    display: block;
  }

  .container-9 {
    max-width: none;
  }

  .section-17 {
    margin-left: auto;
    margin-right: auto;
  }

  .log-in-form-block {
    margin-left: auto;
    margin-right: auto;
    padding-left: 30px;
    padding-right: 30px;
  }

  .reset-password-form-block {
    margin-left: auto;
    margin-right: auto;
  }

  .dropdown {
    transition: opacity .2s;
    display: block;
  }

  .section-19 {
    margin-top: auto;
  }

  .quick-stack-8 {
    margin-left: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .solutions_heading {
    text-align: center;
    align-self: center;
    margin-left: 20px;
    margin-right: 0;
  }

  .solutions_cell {
    align-items: center;
    display: flex;
  }

  .quick-stack-9 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph_very_small {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph_l-mod {
    text-align: center;
    align-self: center;
    margin-left: 23px;
    margin-right: 25px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-32 {
    align-self: center;
    display: none;
  }

  .container-13 {
    text-align: center;
    max-width: none;
  }

  .clients-wrapper-three-2 {
    grid-column-gap: 20px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    margin-bottom: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    display: grid;
  }

  .clients-image-three-2 {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .image-33 {
    display: none;
  }

  .wbs-alert-bar-4-wrap {
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .wbs-section {
    padding-left: 0%;
    padding-right: 0%;
  }

  .cell-61 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .cell-61.nowa_wersja {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .form-5 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .flex-block {
    display: block;
  }

  .flex-block-2 {
    text-align: center;
    display: block;
  }

  .superscript {
    margin-left: auto;
    margin-right: auto;
  }

  .black-text {
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
  }

  .image-36, .image-37, .image-38, .image-39, .image-40, .image-41, .image-42, .image-43, .image-44, .image-45, .image-46 {
    display: none;
  }

  .body-13 {
    background-color: var(--off_white);
  }

  .section-28 {
    margin-left: auto;
    margin-right: auto;
  }

  .hero_container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .container-20 {
    max-width: none;
  }

  .margin-bottom-medium {
    margin-bottom: 24px;
  }

  .text-colour-white {
    text-align: left;
  }

  .timeline_item {
    grid-template-columns: 0 1fr;
  }

  .grid_2x3 {
    grid-template-columns: 1fr;
  }

  .waves---section-medium {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .waves---heading-3-no-margins {
    font-size: 22px;
  }

  .waves---heading-2-no-margins-2 {
    font-size: 34px;
  }

  .waves---section-medium-3 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .cf-82px-heading---black {
    text-align: left;
    justify-content: flex-start;
    align-self: auto;
    align-items: flex-start;
    margin-top: 0;
    margin-left: 0;
    margin-right: auto;
    font-size: 40px;
    display: block;
  }

  .cf-call-arrow-button {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .cf-gradient-span {
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    line-height: 110%;
    display: block;
  }

  .cf-heading-part-1 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .cf-heading-part-1.header-4 {
    grid-column-gap: 7px;
    grid-row-gap: 7px;
    justify-content: center;
    align-items: flex-start;
    margin-left: auto;
    margin-right: auto;
  }

  .cf-hero-section-4 {
    background-image: linear-gradient(180deg, #0000 21%, var(--off_white)), url('../images/image-2_1.png');
    background-position: 0 0, 0 0;
    background-size: auto, contain;
    margin-left: auto;
    margin-right: auto;
  }

  .cf-82px-heading---black-2, .cf-82px-heading---black-3 {
    font-size: 40px;
  }

  .cf-heading-part-6 {
    justify-content: flex-start;
    align-items: center;
  }

  .cf-heading-part-8 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .cf-hero-section-6 {
    padding-bottom: 0;
  }

  .cf-82px-heading---black-4 {
    font-size: 40px;
  }

  .cf-heading-part-11 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .cf-1140px-wrapper---home-vertical-4 {
    font-family: Montserrat, sans-serif;
  }

  .wbs-feature-split-3-list {
    grid-column-gap: 0px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr;
    padding-top: 30px;
  }

  .wbs-feature-split-3 {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .wbs-section-5 {
    margin-bottom: 40px;
  }

  .wbs-feature-split-right {
    grid-template-columns: 1fr;
  }

  .paragraph-50 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .special_h4 {
    font-size: 1.7rem;
  }

  .div-block-28 {
    margin-left: auto;
    margin-right: auto;
  }

  .wbs-step-3-item-top, .wbs-step-3-item {
    width: 100%;
  }

  .wbs-step-3 {
    grid-row-gap: 30px;
    width: 100%;
  }

  .menu-button-3 {
    margin-top: auto;
    margin-bottom: auto;
  }

  .cf-82px-heading---black-5 {
    font-size: 40px;
  }

  .cf-call-arrow-button-3 {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .cf-heading-part-14 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .cf-flex-1---text-contain {
    margin-top: 60px;
  }

  .cf-flex-1---image-2 {
    width: 90%;
  }

  .cf-flex-1---image-1 {
    width: 100%;
  }

  .cf-footer-headings-wrap {
    margin-left: 16px;
  }

  .cf-footer-info-contain {
    align-items: center;
  }

  .cf-form-main-wrapper {
    padding: 60px 20px;
  }

  .wbs-alert-bar-2-wrap {
    padding-right: 30px;
  }

  .wbs-alert-bar-2 {
    margin-left: 0;
  }

  .wbs-alert-bar-component-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-end;
    align-items: flex-start;
    display: block;
  }

  .wbs-blog-card-date {
    margin-left: 0;
  }

  .wbs-blog-card-author-wrap, .wbs-blog-card-author-wrap-primary {
    flex-direction: column;
    align-items: flex-start;
  }

  .wbs-blog-card-date-primary {
    margin-left: 0;
  }

  .wbs-heading-h1-3 {
    font-size: 2.3rem;
  }

  .wbs-hero-5-image-2 {
    margin-left: auto;
    margin-right: auto;
  }

  .paragraph-66 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .cf-cta-text {
    font-size: 18px;
  }

  .cf-display-heading {
    font-size: 55px;
    line-height: 70px;
  }

  .cf-display-heading.heading-cta {
    font-size: 40px;
    line-height: 44px;
  }

  .heading-28 {
    margin-left: auto;
    margin-right: auto;
  }

  .cf-visual-features-item.navbar {
    padding: 10px;
    font-size: 14px;
  }

  .cf-navigation-left-2 {
    width: 40%;
  }

  .cf-navbar-3-brand {
    width: 120px;
    height: 30px;
  }

  .cf-navigation-right-2 {
    width: 50%;
  }

  .menu-button-mob {
    flex: none;
    margin-left: 0;
  }

  .cf-navigation-3 {
    margin-top: 0;
  }

  .promo_section {
    padding-left: 10px;
    padding-right: 10px;
  }
}

#w-node-_39a42ab5-c1ea-756c-239d-fc6b47203530-4720352b, #w-node-_39a42ab5-c1ea-756c-239d-fc6b4720353b-4720352b, #w-node-_39a42ab5-c1ea-756c-239d-fc6b47203546-4720352b, #w-node-_291a6bd0-5509-346b-924e-3cc07cdd0a47-7cdd0a44, #w-node-_0780ea41-0f67-c185-38f4-0f9acd8569ec-7cdd0a44, #w-node-a09f21c9-49c9-97bb-823d-c67efae86d60-7cdd0a44, #w-node-_30de489c-9b2e-4405-9329-8fe198d6efab-98d6efa2, #w-node-_7169183d-7dab-6f93-241f-74c09e0dc4c7-98d6efa2, #w-node-_5e3fdb12-bc89-228d-73b4-d36b226a2a09-98d6efa2, #w-node-_98494931-f119-0421-85de-9e8c5fa08811-98d6efa2, #w-node-_11340f30-8764-b275-1846-c8a0e5a96fd9-98d6efa2, #w-node-_2939198d-2a2f-713f-3258-6f1c48fee457-98d6efa2, #w-node-c79cf1be-e2c7-ff9e-16cc-294059d29eba-b041dc06, #w-node-c79cf1be-e2c7-ff9e-16cc-294059d29ec4-b041dc06, #w-node-c79cf1be-e2c7-ff9e-16cc-294059d29ece-b041dc06, #w-node-c79cf1be-e2c7-ff9e-16cc-294059d29ed8-b041dc06, #w-node-e19a9a6e-bd93-7720-e5e0-2fb7839d36d8-b041dc06, #w-node-fde80061-0c97-c571-f025-e0b6cad6056e-b041dc06 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8422702d-1e49-febd-2e12-6968eee2bc34-eee2bc33 {
  align-self: start;
}

#w-node-_3a201b76-1a3b-a690-16b9-90bd3d30dbd1-3d30dbcf, #w-node-_3a201b76-1a3b-a690-16b9-90bd3d30dbee-3d30dbcf, #w-node-_3a201b76-1a3b-a690-16b9-90bd3d30dc07-3d30dbcf {
  align-self: auto;
}

#w-node-_3a201b76-1a3b-a690-16b9-90bd3d30dc17-3d30dbcf {
  justify-self: end;
}

#w-node-_3a201b76-1a3b-a690-16b9-90bd3d30dc22-3d30dbcf {
  align-self: auto;
}

#w-node-_808f391b-00a8-5d55-875d-329d1fa085bd-b041dc07, #w-node-d4d4963f-d239-382d-5166-f7b7049c8d7e-b041dc07, #w-node-df0178a8-de83-67fd-119c-7b5270fc5d22-b041dc07, #w-node-_1490df27-85cd-9147-36cc-2f07b24e360b-b041dc07, #w-node-_1490df27-85cd-9147-36cc-2f07b24e360d-b041dc07, #w-node-_74d84b38-51da-e244-52f6-ea7a0343cb4f-b041dc07, #w-node-_74d84b38-51da-e244-52f6-ea7a0343cb60-b041dc07 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1ac17abc-903f-dfbd-6a6e-80422ee54316-b041dc07 {
  place-self: center;
}

#w-node-_1ac17abc-903f-dfbd-6a6e-80422ee54311-b041dc07 {
  align-self: center;
}

#w-node-aae612bc-3605-429f-d0ed-1087a7c236ea-b041dc07 {
  grid-area: Area;
  place-self: center;
}

#w-node-aae612bc-3605-429f-d0ed-1087a7c236eb-b041dc07 {
  place-self: center;
}

#w-node-_001b8f92-4f2c-f1cf-35a0-9a4a8424b288-b041dc07 {
  place-self: center;
}

#w-node-_001b8f92-4f2c-f1cf-35a0-9a4a8424b289-b041dc07 {
  align-self: center;
}

#w-node-a4baca30-920d-9da2-6a0c-97b368aef3aa-b041dc07 {
  grid-area: Area;
  place-self: auto center;
}

#w-node-a4baca30-920d-9da2-6a0c-97b368aef3ab-b041dc07 {
  place-self: center;
}

#w-node-_8c9f7fc1-e58a-59ad-16b6-34c5c217e039-b041dc07 {
  grid-area: Area;
  place-self: center;
}

#w-node-_8c9f7fc1-e58a-59ad-16b6-34c5c217e03a-b041dc07 {
  place-self: center;
}

#w-node-_605af32f-516c-8f59-2c5a-d6bb68ad632c-b041dc0a, #w-node-_605af32f-516c-8f59-2c5a-d6bb68ad6337-b041dc0a, #w-node-_605af32f-516c-8f59-2c5a-d6bb68ad6341-b041dc0a, #w-node-_605af32f-516c-8f59-2c5a-d6bb68ad634b-b041dc0a, #w-node-_605af32f-516c-8f59-2c5a-d6bb68ad6355-b041dc0a, #w-node-_605af32f-516c-8f59-2c5a-d6bb68ad635f-b041dc0a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5b0cc8c5-3ada-3093-c7d8-f39fa61b9ecb-b041dc0a {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_5b0cc8c5-3ada-3093-c7d8-f39fa61b9ecc-b041dc0a, #w-node-_5b0cc8c5-3ada-3093-c7d8-f39fa61b9ecd-b041dc0a, #w-node-f5b92fd0-ddd4-68dd-fdbd-8fdfc4a6b376-b041dc0a, #w-node-_4573b201-7c1d-8320-97d9-45da4f815492-b041dc0a, #w-node-_95ba53b1-6552-d82a-57bc-9e870e0a57b3-b041dc0a, #w-node-_27edf748-c1e7-1322-4661-ca6f29e18804-b041dc0a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_23377a7a-fdcc-7428-f7a9-d64ef245e735-b041dc0a {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-d49b34fc-edbe-271e-8c67-a6cda2b02d22-b041dc0a {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-d49b34fc-edbe-271e-8c67-a6cda2b02d28-b041dc0a {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-d49b34fc-edbe-271e-8c67-a6cda2b02d2e-b041dc0a {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-d49b34fc-edbe-271e-8c67-a6cda2b02d34-b041dc0a {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-_691c8cb1-2f09-6473-cff7-83af9ca695a6-b041dc0b, #w-node-_691c8cb1-2f09-6473-cff7-83af9ca695ad-b041dc0b, #w-node-_691c8cb1-2f09-6473-cff7-83af9ca695b4-b041dc0b, #w-node-_801913df-1f29-3d14-7f41-75ceaef3e0b3-b041dc0d, #w-node-_801913df-1f29-3d14-7f41-75ceaef3e0b4-b041dc0d, #w-node-_801913df-1f29-3d14-7f41-75ceaef3e0b5-b041dc0d, #w-node-c79cf1be-e2c7-ff9e-16cc-294059d29ea5-b041dc0f, #w-node-c79cf1be-e2c7-ff9e-16cc-294059d29ec4-b041dc0f, #w-node-c79cf1be-e2c7-ff9e-16cc-294059d29ece-b041dc0f, #w-node-c79cf1be-e2c7-ff9e-16cc-294059d29ed8-b041dc0f, #w-node-_0368ec14-fa30-ccef-2450-d9818a05f0f2-b041dc0f, #w-node-fde80061-0c97-c571-f025-e0b6cad6056e-b041dc0f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_70bb14aa-ba4e-817a-ed00-62f4aca622a3-b041dc0f {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_70bb14aa-ba4e-817a-ed00-62f4aca622a4-b041dc0f, #w-node-_70bb14aa-ba4e-817a-ed00-62f4aca622a5-b041dc0f, #w-node-_3a9fdffb-d531-377a-ff8d-8fd0826cfa9d-b041dc0f, #w-node-_5c3a00ac-3c07-47ea-82f6-32b79a9a4e84-b041dc0f, #w-node-_538f07b5-f4d8-bfce-a984-7fc19d943ece-b041dc0f, #w-node-_2301e777-87a3-85d4-e284-fe527b2b4ac5-b041dc0f, #w-node-af0d2558-477d-4e38-6bef-8f82d002095c-b041dc0f, #w-node-_16a6c047-5e7e-d79c-1cd5-6d7e4904d2c7-b041dc0f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c79cf1be-e2c7-ff9e-16cc-294059d29ec4-b041dc10 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-c79cf1be-e2c7-ff9e-16cc-294059d29ece-b041dc10, #w-node-c79cf1be-e2c7-ff9e-16cc-294059d29ed8-b041dc10, #w-node-e19a9a6e-bd93-7720-e5e0-2fb7839d36d8-b041dc10, #w-node-_0368ec14-fa30-ccef-2450-d9818a05f0f2-b041dc10, #w-node-fde80061-0c97-c571-f025-e0b6cad6056e-b041dc10, #w-node-_5df2408b-d41e-f6ba-cdcf-919deb2a98f0-b041dc11, #w-node-_5df2408b-d41e-f6ba-cdcf-919deb2a98f6-b041dc11, #w-node-_5df2408b-d41e-f6ba-cdcf-919deb2a98fc-b041dc11, #w-node-_5df2408b-d41e-f6ba-cdcf-919deb2a9902-b041dc11, #w-node-_5df2408b-d41e-f6ba-cdcf-919deb2a9908-b041dc11, #w-node-_5df2408b-d41e-f6ba-cdcf-919deb2a9911-b041dc11, #w-node-_5df2408b-d41e-f6ba-cdcf-919deb2a98ea-b041dc13, #w-node-_5df2408b-d41e-f6ba-cdcf-919deb2a98f0-b041dc13, #w-node-_5df2408b-d41e-f6ba-cdcf-919deb2a98f6-b041dc13, #w-node-_5df2408b-d41e-f6ba-cdcf-919deb2a98fc-b041dc13, #w-node-_5df2408b-d41e-f6ba-cdcf-919deb2a9908-b041dc13, #w-node-_5df2408b-d41e-f6ba-cdcf-919deb2a9911-b041dc13, #w-node-c79cf1be-e2c7-ff9e-16cc-294059d29ea5-b041dc15, #w-node-c79cf1be-e2c7-ff9e-16cc-294059d29ec4-b041dc15, #w-node-c79cf1be-e2c7-ff9e-16cc-294059d29ece-b041dc15 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_70bb14aa-ba4e-817a-ed00-62f4aca622a3-b041dc15 {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_70bb14aa-ba4e-817a-ed00-62f4aca622a4-b041dc15, #w-node-_70bb14aa-ba4e-817a-ed00-62f4aca622a5-b041dc15, #w-node-_3a9fdffb-d531-377a-ff8d-8fd0826cfa9d-b041dc15, #w-node-_5c3a00ac-3c07-47ea-82f6-32b79a9a4e84-b041dc15, #w-node-_538f07b5-f4d8-bfce-a984-7fc19d943ece-b041dc15, #w-node-_2301e777-87a3-85d4-e284-fe527b2b4ac5-b041dc15, #w-node-af0d2558-477d-4e38-6bef-8f82d002095c-b041dc15, #w-node-_16a6c047-5e7e-d79c-1cd5-6d7e4904d2c7-b041dc15, #w-node-_5cc2de40-0afb-d381-453d-033591bfc454-b041dc16, #w-node-_5cc2de40-0afb-d381-453d-033591bfc47d-b041dc16, #w-node-_5cc2de40-0afb-d381-453d-033591bfc4a4-b041dc16 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_57ef8b3d-b3ff-22c1-3a9b-14da769016e5-b041dc16 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_57ef8b3d-b3ff-22c1-3a9b-14da769016e6-b041dc16, #w-node-_57ef8b3d-b3ff-22c1-3a9b-14da769016e7-b041dc16, #w-node-_393f4cd8-d484-a31c-89e5-9628a67c8c5b-b041dc16, #w-node-_393f4cd8-d484-a31c-89e5-9628a67c8c63-b041dc16, #w-node-_393f4cd8-d484-a31c-89e5-9628a67c8c6b-b041dc16 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1ac17abc-903f-dfbd-6a6e-80422ee54316-b041dc16 {
  place-self: center;
}

#w-node-aae612bc-3605-429f-d0ed-1087a7c236ea-b041dc16 {
  grid-area: Area;
  place-self: center;
}

#w-node-_001b8f92-4f2c-f1cf-35a0-9a4a8424b288-b041dc16 {
  place-self: center;
}

#w-node-a4baca30-920d-9da2-6a0c-97b368aef3aa-b041dc16 {
  grid-area: Area;
  place-self: center;
}

#w-node-_6db001a8-c19f-1cf7-ffbc-330d0d2d0615-b041dc16 {
  place-self: center;
}

#w-node-_8c9f7fc1-e58a-59ad-16b6-34c5c217e039-b041dc16 {
  grid-area: Area;
  place-self: center;
}

#w-node-bd7ef3f7-b4e7-88fb-2f52-4fc7cdddaff2-b041dc1f {
  grid-template-rows: auto;
  grid-template-columns: .75fr .75fr;
}

#w-node-b785a6ac-a8a4-787d-5687-ea783d91c7d8-b041dc1f {
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  display: grid;
}

#w-node-_7f62315d-bf54-3318-cb1c-33d17074aa00-b041dc20 {
  grid-template-rows: 1fr auto auto auto auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-d88b4875-b260-59c9-e18e-c29a8d537d9d-b041dc21 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-b83d0bfd-f2f4-2312-0b82-29e7dbd6b6c8-b041dc22 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_1d0b062b-56e4-a139-a802-b8cdcd1dc46b-b041dc67 {
  grid-template-rows: auto;
  grid-template-columns: .75fr .75fr;
}

#w-node-_4c26bc70-12b1-ecf5-72de-09f5c4b8ed69-b041dc67 {
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  display: grid;
}

#w-node-_1d0b062b-56e4-a139-a802-b8cdcd1dc46b-b041dc69 {
  grid-template-rows: auto;
  grid-template-columns: .75fr .75fr;
}

#w-node-_4c26bc70-12b1-ecf5-72de-09f5c4b8ed69-b041dc69 {
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  display: grid;
}

#w-node-_8cf87388-fd57-8964-2154-f5c3a488807d-b041dc69 {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_8cf87388-fd57-8964-2154-f5c3a488807e-b041dc69, #w-node-_8cf87388-fd57-8964-2154-f5c3a4888084-b041dc69, #w-node-_8cf87388-fd57-8964-2154-f5c3a488808a-b041dc69, #w-node-_8cf87388-fd57-8964-2154-f5c3a4888090-b041dc69, #w-node-_8cf87388-fd57-8964-2154-f5c3a4888098-b041dc69, #w-node-_8cf87388-fd57-8964-2154-f5c3a488809e-b041dc69, #w-node-_8cf87388-fd57-8964-2154-f5c3a48880a4-b041dc69, #w-node-_8cf87388-fd57-8964-2154-f5c3a48880aa-b041dc69, #w-node-c84d8b14-726c-0d8c-b46c-6bd3d6ee378e-b041dc6a, #w-node-c84d8b14-726c-0d8c-b46c-6bd3d6ee379e-b041dc6a, #w-node-c84d8b14-726c-0d8c-b46c-6bd3d6ee37ae-b041dc6a, #w-node-f0ab3c67-7534-174f-0b72-9547726c6e19-b041dc6a, #w-node-_70870997-cec0-d560-2567-7c78a40f2319-b041dc6a, #w-node-eb82205e-d5d0-3933-7afb-33e654dcd3e0-b041dc6a, #w-node-_6f06c161-42c2-4f2e-2808-3ff7e971d41b-b041dc6a, #w-node-_8953b47c-d6c5-4abd-a6ae-0fbe4f6c0ac5-b041dc6a, #w-node-_089fcaea-df92-66b9-9f01-7ce0b3b5ea2b-b041dc6a, #w-node-c79cf1be-e2c7-ff9e-16cc-294059d29ea5-389168fe, #w-node-c79cf1be-e2c7-ff9e-16cc-294059d29ec4-389168fe, #w-node-c79cf1be-e2c7-ff9e-16cc-294059d29ece-389168fe, #w-node-c79cf1be-e2c7-ff9e-16cc-294059d29ed8-389168fe, #w-node-_0368ec14-fa30-ccef-2450-d9818a05f0f2-389168fe, #w-node-fde80061-0c97-c571-f025-e0b6cad6056e-389168fe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_70bb14aa-ba4e-817a-ed00-62f4aca622a3-389168fe {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_70bb14aa-ba4e-817a-ed00-62f4aca622a4-389168fe, #w-node-_70bb14aa-ba4e-817a-ed00-62f4aca622a5-389168fe, #w-node-_3a9fdffb-d531-377a-ff8d-8fd0826cfa9d-389168fe, #w-node-_5c3a00ac-3c07-47ea-82f6-32b79a9a4e84-389168fe, #w-node-_538f07b5-f4d8-bfce-a984-7fc19d943ece-389168fe, #w-node-_2301e777-87a3-85d4-e284-fe527b2b4ac5-389168fe, #w-node-af0d2558-477d-4e38-6bef-8f82d002095c-389168fe, #w-node-_16a6c047-5e7e-d79c-1cd5-6d7e4904d2c7-389168fe, #w-node-_08c97fe7-b2c3-8418-f09f-256c208229c7-9ec2f52b, #w-node-_08c97fe7-b2c3-8418-f09f-256c208229c9-9ec2f52b, #w-node-_08c97fe7-b2c3-8418-f09f-256c208229d1-9ec2f52b, #w-node-_08c97fe7-b2c3-8418-f09f-256c208229d2-9ec2f52b, #w-node-_08c97fe7-b2c3-8418-f09f-256c208229e3-9ec2f52b, #w-node-_2bf024f4-8c64-6b47-e7ca-18fcc3d7ed41-9ec2f52b, #w-node-_2bf024f4-8c64-6b47-e7ca-18fcc3d7ed48-9ec2f52b, #w-node-_2bf024f4-8c64-6b47-e7ca-18fcc3d7ed49-9ec2f52b, #w-node-_2bf024f4-8c64-6b47-e7ca-18fcc3d7ed50-9ec2f52b, #w-node-_2bf024f4-8c64-6b47-e7ca-18fcc3d7ed57-9ec2f52b, #w-node-_2bf024f4-8c64-6b47-e7ca-18fcc3d7ed5e-9ec2f52b, #w-node-_057b9eb5-2aa3-ed36-0c75-6f05ea7ad94b-9ec2f52b, #w-node-_057b9eb5-2aa3-ed36-0c75-6f05ea7ad950-9ec2f52b, #w-node-_057b9eb5-2aa3-ed36-0c75-6f05ea7ad951-9ec2f52b, #w-node-_057b9eb5-2aa3-ed36-0c75-6f05ea7ad959-9ec2f52b, #w-node-_057b9eb5-2aa3-ed36-0c75-6f05ea7ad960-9ec2f52b, #w-node-_057b9eb5-2aa3-ed36-0c75-6f05ea7ad967-9ec2f52b, #w-node-fe69aa27-0229-7e8a-0e9a-4230b0ffb6ac-9ec2f52b, #w-node-fe69aa27-0229-7e8a-0e9a-4230b0ffb6b1-9ec2f52b, #w-node-fe69aa27-0229-7e8a-0e9a-4230b0ffb6b2-9ec2f52b, #w-node-fe69aa27-0229-7e8a-0e9a-4230b0ffb6bc-9ec2f52b, #w-node-fe69aa27-0229-7e8a-0e9a-4230b0ffb6c3-9ec2f52b, #w-node-fe69aa27-0229-7e8a-0e9a-4230b0ffb6ca-9ec2f52b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_073c919c-1eb3-1e41-fed9-c2742b40e8e9-8999983b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-_073c919c-1eb3-1e41-fed9-c2742b40e8ed-8999983b, #w-node-_073c919c-1eb3-1e41-fed9-c2742b40e8f1-8999983b, #w-node-_073c919c-1eb3-1e41-fed9-c2742b40e8f5-8999983b, #w-node-_073c919c-1eb3-1e41-fed9-c2742b40e8f9-8999983b, #w-node-_073c919c-1eb3-1e41-fed9-c2742b40e8fe-8999983b, #w-node-ede4f5cd-30a7-8499-4a0f-df6b7dcb1f9b-63b8cafa, #w-node-ede4f5cd-30a7-8499-4a0f-df6b7dcb1f9c-63b8cafa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bd7ef3f7-b4e7-88fb-2f52-4fc7cdddaff2-4c597574 {
  grid-template-rows: auto;
  grid-template-columns: .75fr .75fr;
}

#w-node-b785a6ac-a8a4-787d-5687-ea783d91c7d8-4c597574 {
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  display: grid;
}

#w-node-_5e6d8e6d-ac2b-2971-3d75-6497ad13c721-c6a7123c, #w-node-_5e6d8e6d-ac2b-2971-3d75-6497ad13c722-c6a7123c, #w-node-_5e6d8e6d-ac2b-2971-3d75-6497ad13c723-c6a7123c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1440px) {
  #w-node-_291a6bd0-5509-346b-924e-3cc07cdd0a47-7cdd0a44, #w-node-_0780ea41-0f67-c185-38f4-0f9acd8569ec-7cdd0a44, #w-node-a09f21c9-49c9-97bb-823d-c67efae86d60-7cdd0a44, #w-node-c79cf1be-e2c7-ff9e-16cc-294059d29eba-b041dc06, #w-node-_808f391b-00a8-5d55-875d-329d1fa085bd-b041dc07, #w-node-d4d4963f-d239-382d-5166-f7b7049c8d7e-b041dc07, #w-node-df0178a8-de83-67fd-119c-7b5270fc5d22-b041dc07 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_1ac17abc-903f-dfbd-6a6e-80422ee54311-b041dc07, #w-node-aae612bc-3605-429f-d0ed-1087a7c236eb-b041dc07, #w-node-_001b8f92-4f2c-f1cf-35a0-9a4a8424b289-b041dc07 {
    align-self: start;
  }

  #w-node-a4baca30-920d-9da2-6a0c-97b368aef3ab-b041dc07, #w-node-_8c9f7fc1-e58a-59ad-16b6-34c5c217e03a-b041dc07 {
    place-self: start;
  }

  #w-node-_605af32f-516c-8f59-2c5a-d6bb68ad6337-b041dc0a, #w-node-_605af32f-516c-8f59-2c5a-d6bb68ad6341-b041dc0a, #w-node-_5df2408b-d41e-f6ba-cdcf-919deb2a98ea-b041dc13 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d88b4875-b260-59c9-e18e-c29a8d537d9d-b041dc21 {
    grid-template-rows: auto;
    grid-template-columns: 1.5fr 1fr;
  }
}

@media screen and (max-width: 991px) {
  #w-node-d49b34fc-edbe-271e-8c67-a6cda2b02d28-b041dc0a {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-d49b34fc-edbe-271e-8c67-a6cda2b02d2e-b041dc0a {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-d49b34fc-edbe-271e-8c67-a6cda2b02d34-b041dc0a {
    grid-area: 4 / 1 / 5 / 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_3a201b76-1a3b-a690-16b9-90bd3d30dbd1-3d30dbcf {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_3a201b76-1a3b-a690-16b9-90bd3d30dbdb-3d30dbcf {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_3a201b76-1a3b-a690-16b9-90bd3d30dbe0-3d30dbcf {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_3a201b76-1a3b-a690-16b9-90bd3d30dbe3-3d30dbcf {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_3a201b76-1a3b-a690-16b9-90bd3d30dbee-3d30dbcf {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_3a201b76-1a3b-a690-16b9-90bd3d30dbf4-3d30dbcf {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_3a201b76-1a3b-a690-16b9-90bd3d30dbf9-3d30dbcf {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_3a201b76-1a3b-a690-16b9-90bd3d30dbfc-3d30dbcf {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_3a201b76-1a3b-a690-16b9-90bd3d30dc07-3d30dbcf {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_3a201b76-1a3b-a690-16b9-90bd3d30dc0e-3d30dbcf {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_3a201b76-1a3b-a690-16b9-90bd3d30dc13-3d30dbcf {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_3a201b76-1a3b-a690-16b9-90bd3d30dc16-3d30dbcf {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_3a201b76-1a3b-a690-16b9-90bd3d30dc22-3d30dbcf {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_3a201b76-1a3b-a690-16b9-90bd3d30dc2a-3d30dbcf {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_4b4447e8-65b6-7c01-7339-dbcc90f13958-b041dc0a {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_4b4447e8-65b6-7c01-7339-dbcc90f1395b-b041dc0a {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_4b4447e8-65b6-7c01-7339-dbcc90f1395d-b041dc0a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_4b4447e8-65b6-7c01-7339-dbcc90f13964-b041dc0a {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_4b4447e8-65b6-7c01-7339-dbcc90f13967-b041dc0a {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_4b4447e8-65b6-7c01-7339-dbcc90f13977-b041dc0a {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_4b4447e8-65b6-7c01-7339-dbcc90f1397a-b041dc0a {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_4b4447e8-65b6-7c01-7339-dbcc90f13991-b041dc0a {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_4b4447e8-65b6-7c01-7339-dbcc90f13994-b041dc0a {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_4b4447e8-65b6-7c01-7339-dbcc90f139ad-b041dc0a {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_4b4447e8-65b6-7c01-7339-dbcc90f139b0-b041dc0a {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_4b4447e8-65b6-7c01-7339-dbcc90f139ca-b041dc0a {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_4b4447e8-65b6-7c01-7339-dbcc90f139cd-b041dc0a {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_4b4447e8-65b6-7c01-7339-dbcc90f139fb-b041dc0a {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_4b4447e8-65b6-7c01-7339-dbcc90f139fe-b041dc0a {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_4b4447e8-65b6-7c01-7339-dbcc90f13a0f-b041dc0a {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_4b4447e8-65b6-7c01-7339-dbcc90f13a12-b041dc0a {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-b43dc57e-1a4d-ae66-cd1c-7716e61b4c8e-b041dc0a {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-b43dc57e-1a4d-ae66-cd1c-7716e61b4c91-b041dc0a {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-cde5a97b-c189-8a45-3cbb-e94088cc48b1-b041dc0a {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-cde5a97b-c189-8a45-3cbb-e94088cc48b4-b041dc0a {
    grid-area: 1 / 1 / 3 / 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_1ac17abc-903f-dfbd-6a6e-80422ee54311-b041dc07 {
    grid-area: Area;
  }

  #w-node-_5b0cc8c5-3ada-3093-c7d8-f39fa61b9ecb-b041dc0a {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_23377a7a-fdcc-7428-f7a9-d64ef245e735-b041dc0a {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_70bb14aa-ba4e-817a-ed00-62f4aca622a3-b041dc0f {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_70bb14aa-ba4e-817a-ed00-62f4aca622a4-b041dc0f, #w-node-_70bb14aa-ba4e-817a-ed00-62f4aca622a5-b041dc0f, #w-node-_3a9fdffb-d531-377a-ff8d-8fd0826cfa9d-b041dc0f, #w-node-_5c3a00ac-3c07-47ea-82f6-32b79a9a4e84-b041dc0f, #w-node-_538f07b5-f4d8-bfce-a984-7fc19d943ece-b041dc0f, #w-node-_2301e777-87a3-85d4-e284-fe527b2b4ac5-b041dc0f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_70bb14aa-ba4e-817a-ed00-62f4aca622a3-b041dc15 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_70bb14aa-ba4e-817a-ed00-62f4aca622a4-b041dc15, #w-node-_70bb14aa-ba4e-817a-ed00-62f4aca622a5-b041dc15, #w-node-_3a9fdffb-d531-377a-ff8d-8fd0826cfa9d-b041dc15, #w-node-_5c3a00ac-3c07-47ea-82f6-32b79a9a4e84-b041dc15, #w-node-_538f07b5-f4d8-bfce-a984-7fc19d943ece-b041dc15, #w-node-_2301e777-87a3-85d4-e284-fe527b2b4ac5-b041dc15 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_57ef8b3d-b3ff-22c1-3a9b-14da769016e5-b041dc16 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_1ac17abc-903f-dfbd-6a6e-80422ee54311-b041dc16 {
    grid-area: Area;
  }

  #w-node-bd7ef3f7-b4e7-88fb-2f52-4fc7cdddaff2-b041dc1f {
    grid-template-rows: auto;
    grid-template-columns: .75fr;
  }

  #w-node-b785a6ac-a8a4-787d-5687-ea783d91c7d8-b041dc1f {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_7f62315d-bf54-3318-cb1c-33d17074aa00-b041dc20 {
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-d88b4875-b260-59c9-e18e-c29a8d537d9d-b041dc21 {
    grid-template-rows: auto;
    grid-template-columns: 1.5fr;
  }

  #w-node-b83d0bfd-f2f4-2312-0b82-29e7dbd6b6c8-b041dc22 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_1d0b062b-56e4-a139-a802-b8cdcd1dc46b-b041dc67 {
    grid-template-rows: auto;
    grid-template-columns: .75fr;
  }

  #w-node-_4c26bc70-12b1-ecf5-72de-09f5c4b8ed69-b041dc67 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_1d0b062b-56e4-a139-a802-b8cdcd1dc46b-b041dc69 {
    grid-template-rows: auto;
    grid-template-columns: .75fr;
  }

  #w-node-_4c26bc70-12b1-ecf5-72de-09f5c4b8ed69-b041dc69 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_8cf87388-fd57-8964-2154-f5c3a488807d-b041dc69 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_8cf87388-fd57-8964-2154-f5c3a488807e-b041dc69, #w-node-_8cf87388-fd57-8964-2154-f5c3a4888084-b041dc69, #w-node-_8cf87388-fd57-8964-2154-f5c3a488808a-b041dc69, #w-node-_8cf87388-fd57-8964-2154-f5c3a4888090-b041dc69, #w-node-_8cf87388-fd57-8964-2154-f5c3a4888098-b041dc69, #w-node-_8cf87388-fd57-8964-2154-f5c3a488809e-b041dc69 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_70bb14aa-ba4e-817a-ed00-62f4aca622a3-389168fe {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_70bb14aa-ba4e-817a-ed00-62f4aca622a4-389168fe, #w-node-_70bb14aa-ba4e-817a-ed00-62f4aca622a5-389168fe, #w-node-_3a9fdffb-d531-377a-ff8d-8fd0826cfa9d-389168fe, #w-node-_5c3a00ac-3c07-47ea-82f6-32b79a9a4e84-389168fe, #w-node-_538f07b5-f4d8-bfce-a984-7fc19d943ece-389168fe, #w-node-_2301e777-87a3-85d4-e284-fe527b2b4ac5-389168fe {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-bd7ef3f7-b4e7-88fb-2f52-4fc7cdddaff2-4c597574 {
    grid-template-rows: auto;
    grid-template-columns: .75fr;
  }

  #w-node-b785a6ac-a8a4-787d-5687-ea783d91c7d8-4c597574 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}



  .cookie-consent-banner {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #f8f9fa;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
    color: black;
    padding: 15px;
    font-size: 14px;
    text-align: center;
    z-index: 1000;
  }

  .cookie-consent-button {
    border: none;
    padding: 8px 16px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 4px;
  }

  .cookie-consent-button:hover {
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.2);
  }

  .cookie-consent-button:active {
    opacity: .5;
  }

  .cookie-consent-button.btn-success {
    background-color: #34a853;
    color: white;
  }

  .cookie-consent-button.btn-grayscale {
    background-color: #dfe1e5;
    color: black;
  }

  .cookie-consent-button.btn-outline {
    background-color: #e6f4ea;
    color: #34a853;
  }

  .cookie-consent-options {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 10px;
    margin-top: 10px;
  }

  .cookie-consent-options label {
    margin: 0 10px;
    font-size: 14px;
  }

  .cookie-consent-options input {
    margin-right: 5px;
  }
  