:root {
  --waves-library--white: #f6f9ff;
  --waves-library--black: #131313;
  --prime: #15509c;
  --elements-webflow-library--neutral--800: #040d1a;
  --relume-library-lite--rl-black: black;
  --relume-library-lite--rl-white: white;
  --elements-webflow-library--neutral--100: white;
  --elements-webflow-library--neutral--300: #eff0f6;
  --elements-webflow-library--general--shadow-02: rgba(20, 20, 43, .08);
  --elements-webflow-library--accent--primary-1: #4a3aff;
  --elements-webflow-library--neutral--600: #6e7191;
  --elements-webflow-library--general--shadow-03: rgba(20, 20, 43, .1);
  --elements-webflow-library--general--shadow-01: rgba(20, 20, 43, .06);
  --elements-webflow-library--secondary--color-1: #281ca5;
}

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

.waves---cta-white {
  height: 52px;
  background-color: var(--waves-library--white);
  color: var(--waves-library--black);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 700;
  display: flex;
}

.waves---cta-white.wide-cta {
  min-width: 200px;
  background-color: var(--prime);
  color: var(--waves-library--white);
  border: 2px solid #f1f1e6;
  font-family: Montserrat, sans-serif;
  transition: all .35s;
}

.waves---cta-white.wide-cta:hover {
  background-color: #040d1a;
  transform: translate(0, -8px);
}

.waves---cta-white.wide-cta.ghost {
  background-color: rgba(4, 13, 26, .2);
  font-family: Montserrat, sans-serif;
}

.waves---cta-white.wide-cta.ghost:hover {
  background-color: #040d1a;
}

.waves---cta-white.wide-cta.ghost.dark {
  border-color: var(--elements-webflow-library--neutral--800);
  background-color: var(--waves-library--white);
  color: var(--elements-webflow-library--neutral--800);
}

.waves---cta-white.wide-cta.ghost.dark:hover {
  background-color: var(--elements-webflow-library--neutral--800);
  color: var(--waves-library--white);
}

.waves---mg-top-16 {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  margin-top: 16px;
  display: flex;
}

.waves---mg-top-16.centered {
  justify-content: center;
  align-items: center;
  margin-top: 32px;
}

.waves---subtitle {
  font-size: 24px;
  line-height: 40px;
}

.waves---limit-480 {
  width: 100%;
  max-width: 480px;
}

.head1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4rem;
  font-weight: 700;
  line-height: 115%;
}

.waves-title-wrap-hero-5 {
  z-index: 1;
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.waves---main-container {
  max-width: 1260px;
  -webkit-backdrop-filter: brightness(44%);
  backdrop-filter: brightness(44%);
  border-radius: 8px;
  padding: 16px 32px;
}

.waves-gradient-hero-5 {
  background-image: linear-gradient(rgba(19, 19, 19, .1) 22%, rgba(19, 19, 19, .66) 77%, rgba(19, 19, 19, .8));
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.waves-section-hero-5 {
  color: var(--waves-library--white);
  background-image: url('../images/nierozpoznany-mezczyzna-wykonawczy-branzy-budowlanej-w-kamizelce-ochronnej-z-kask-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  padding-top: 20vh;
  padding-bottom: 88px;
  position: relative;
}

.head2 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 115%;
}

.head2.white {
  color: var(--waves-library--white);
}

.head3 {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 115%;
}

.head3.white {
  color: var(--waves-library--white);
}

.head3.main {
  line-height: 150%;
}

.rl_navbar2_menu-button {
  padding: 0;
}

.rl_navbar2_button {
  border: 1px solid var(--relume-library-lite--rl-black);
  background-color: var(--relume-library-lite--rl-black);
  color: var(--relume-library-lite--rl-white);
  text-align: center;
  padding: .5rem 1.25rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
}

.rl_navbar2_button-wrapper {
  grid-column-gap: 1rem;
  margin-left: 1rem;
  display: flex;
}

.rl_navbar2_dropdown-link {
  color: #000;
  padding: .5rem 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl_navbar2_dropdown-link.w--current {
  color: #000;
}

.rl_navbar2_dropdown-list.w--open {
  background-color: #fff;
  border: 1px solid #000;
  padding: .5rem;
  position: absolute;
}

.rl-dropdown-icon {
  width: 1rem;
  height: 1rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 1rem;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  right: 0%;
}

.rl_navbar2_dropdwn-toggle {
  color: var(--relume-library-lite--rl-black);
  padding: .5rem 2.5rem .5rem 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl_navbar2_link {
  color: var(--relume-library-lite--rl-black);
  padding: .5rem 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl_navbar2_link.w--current {
  color: #000;
}

.rl_navbar2_menu {
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
}

.rl_navbar2_logo-link {
  padding-left: 0;
}

.rl_navbar2_container {
  width: 100%;
  height: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr .25fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.rl_navbar2_component {
  width: 100%;
  height: auto;
  min-height: 4.5rem;
  border-bottom: 1px solid var(--relume-library-lite--rl-black);
  background-color: var(--relume-library-lite--rl-white);
  align-items: center;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.brix---btn-primary-small {
  background-color: var(--prime);
  color: var(--waves-library--white);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 8px;
  justify-content: center;
  padding: 18px 24px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary-small:hover {
  background-color: var(--elements-webflow-library--neutral--800);
  color: var(--elements-webflow-library--neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.brix---btn-header-hidden-on-mbl {
  margin-left: 24px;
}

.brix---hamburger-menu-bar-bottom, .brix---hamburger-menu-bar-top {
  width: 52px;
  height: 4px;
  background-color: var(--elements-webflow-library--neutral--800);
  border-radius: 20px;
  margin-top: 12px;
  margin-bottom: 12px;
}

.brix---hamburger-menu-wrapper {
  padding: 0;
  transition: transform .3s;
}

.brix---hamburger-menu-wrapper:hover {
  transform: scale(.96);
}

.brix---hamburger-menu-wrapper.w--open {
  background-color: rgba(0, 0, 0, 0);
}

.brix---header-nav-list-item-show-in-mbl {
  margin-bottom: 0;
  padding-left: 32px;
  display: none;
}

.brix---header-nav-link {
  color: #197cfc;
  padding: 0;
  font-size: 1rem;
  font-weight: 500;
  line-height: 20px;
  transition: color .3s;
}

.brix---header-nav-link:hover {
  color: var(--waves-library--white);
}

.brix---header-nav-link.w--current {
  color: var(--waves-library--white);
  font-weight: 500;
}

.brix---header-nav-link.w--current:hover {
  color: var(--waves-library--white);
}

.brix---header-nav-list-item {
  margin-bottom: 0;
  padding-left: 32px;
}

.brix---dropdown-link {
  width: 100%;
  color: #197cfc;
  align-items: center;
  padding: 0;
  font-size: 1rem;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.brix---dropdown-link:hover, .brix---dropdown-link.w--current {
  color: var(--waves-library--white);
}

.brix---dropdown-links-grid {
  grid-column-gap: 0px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---dropdown-pd {
  padding: 40px;
}

.brix---dropdown-card {
  min-width: 280px;
  border: 1px none var(--elements-webflow-library--neutral--300);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library--general--shadow-02);
  background-color: #0d0d0d;
  border-radius: 8px;
  top: 32px;
  overflow: hidden;
}

.brix---dropdown-column-wrapper {
  background-color: rgba(0, 0, 0, 0);
  padding-top: 32px;
  transform: translate(0);
}

.brix---dropdown-column-wrapper.w--open {
  transform: translate(-50%);
}

.brix---dropdown-chevron {
  width: 14px;
  margin-left: 6px;
}

.brix---dropdown-toggle {
  color: var(--elements-webflow-library--neutral--800);
  align-items: center;
  padding: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 18px;
  line-height: 20px;
  transition: color .3s;
  display: flex;
}

.brix---dropdown-toggle:hover {
  color: var(--elements-webflow-library--accent--primary-1);
}

.brix---header-nav-menu-list {
  z-index: 1;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.brix---header-right-col {
  justify-content: flex-end;
  align-items: center;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.brix---header-logo {
  max-width: 250px;
}

.brix---header-logo-link {
  transform-style: preserve-3d;
  padding-left: 0;
  transition: transform .3s, color .3s;
}

.brix---header-logo-link:hover {
  transform: scale3d(.96, .96, 1.01);
}

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

.brix---container-default {
  max-width: 1260px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---header-wrapper {
  max-height: 100px;
  max-width: none;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: rgba(0, 0, 0, .95);
  padding-top: 16px;
  padding-bottom: 16px;
  font-family: Montserrat, sans-serif;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .3);
}

.body {
  font-family: Montserrat, sans-serif;
}

.text-block {
  color: #197cfc;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 500;
}

.brix---bg-overlay-gradient {
  z-index: -1;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(rgba(0, 0, 0, 0) 15%, rgba(0, 0, 0, .56) 61%, #000);
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.brix---card-image {
  z-index: -1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.brix---link-icon-right {
  margin-left: 6px;
}

.brix---text-200-bold {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

.brix---color-neutral-100 {
  color: var(--elements-webflow-library--neutral--100);
}

.brix---link-wrapper {
  color: var(--elements-webflow-library--neutral--800);
  align-items: center;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.brix---link-wrapper:hover {
  color: var(--elements-webflow-library--accent--primary-1);
}

.brix---paragraph-default {
  color: var(--waves-library--white);
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---paragraph-default.black {
  color: var(--elements-webflow-library--neutral--800);
}

.brix---paragraph-default.black._2 {
  text-align: left;
  font-family: Montserrat, sans-serif;
}

.brix---paragraph-default.black._2.white {
  color: var(--waves-library--white);
  font-style: normal;
}

.brix---color-neutral-300 {
  color: var(--elements-webflow-library--neutral--300);
}

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

.brix---heading-h3-size {
  margin-top: 0;
  margin-bottom: 12px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
}

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

.brix---card-link-img-bg {
  min-height: 500px;
  border-radius: 8px;
  align-items: flex-end;
  padding: 48px;
  text-decoration: none;
  transition: transform .3s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.brix---card-link-img-bg:hover {
  transform: scale(.96);
}

.brix---grid-2-columns---gap-row-72px {
  z-index: 4;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
  position: relative;
}

.brix---color-neutral-600 {
  color: var(--elements-webflow-library--neutral--600);
}

.brix---heading-h2-size {
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
}

.brix---color-neutral-800 {
  color: var(--elements-webflow-library--neutral--800);
}

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

.brix---text-center {
  text-align: center;
}

.brix---inner-container-600px---center {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.brix---mg-bottom-48px {
  -webkit-backdrop-filter: brightness(20%);
  backdrop-filter: brightness(20%);
  color: var(--waves-library--white);
  border-radius: 8px;
  margin-bottom: 32px;
  padding: 8px 8px 16px;
}

.brix---container-default-2 {
  max-width: 1260px;
  padding-left: 32px;
  padding-right: 32px;
}

.brix---section {
  background-color: var(--waves-library--white);
  color: var(--elements-webflow-library--neutral--100);
  background-image: url('../images/pattern-randomized-1.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom: 2px solid rgba(4, 13, 26, .9);
  padding-top: 32px;
  padding-bottom: 32px;
}

.bold-text {
  color: var(--waves-library--white);
}

.button-unlinked {
  height: 52px;
  min-width: 200px;
  border: 2px solid var(--waves-library--white);
  color: var(--waves-library--white);
  text-align: center;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 8px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
  transition: all .35s;
  display: flex;
}

.button-unlinked:hover {
  background-color: var(--elements-webflow-library--neutral--800);
  transform: translate(0, -8px);
}

.contentc-holder {
  -webkit-backdrop-filter: brightness(50%);
  backdrop-filter: brightness(50%);
  border-radius: 8px;
  padding: 16px;
}

.brix---hidden-desktop {
  display: none;
}

.brix---btn-slider-arrow-right---testimonial-v6 {
  width: 64px;
  height: 64px;
  min-height: 64px;
  min-width: 64px;
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--800);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library--general--shadow-02);
  color: var(--elements-webflow-library--neutral--800);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 26px;
  text-decoration: none;
  transition: transform .3s;
  display: flex;
  top: 50%;
  bottom: 0;
  right: -10px;
  transform: translate(0, -50%);
}

.brix---btn-slider-arrow-right---testimonial-v6:hover {
  transform: scale(.94)translate(0, -50%);
}

.brix---btn-slider-arrow-left---testimonial-v6 {
  width: 64px;
  height: 64px;
  min-height: 64px;
  min-width: 64px;
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--800);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library--general--shadow-02);
  color: var(--elements-webflow-library--neutral--800);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 26px;
  text-decoration: none;
  transition: transform .3s;
  display: flex;
  top: 50%;
  transform: translate(0, -50%);
}

.brix---btn-slider-arrow-left---testimonial-v6:hover {
  transform: scale(.94)translate(0, -50%);
}

.brix---text-200-medium {
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
}

.brix---color-accent-1 {
  color: var(--elements-webflow-library--accent--primary-1);
}

.brix---text-uppercase {
  letter-spacing: .1em;
  text-transform: uppercase;
}

.brix---text-300-bold {
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
}

.brix---color-neutral-801 {
  color: var(--elements-webflow-library--neutral--800);
}

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

.brix---paragraph-default-2 {
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---color-neutral-802 {
  color: var(--elements-webflow-library--neutral--600);
}

.brix---mg-top-16px {
  margin-top: 16px;
}

.brix---avatar-circle-05-border {
  width: 120px;
  height: 120px;
  max-height: 120px;
  max-width: 120px;
  border: 6px solid var(--elements-webflow-library--neutral--100);
  box-shadow: 0 8px 28px 0 var(--elements-webflow-library--general--shadow-03);
  border-radius: 50%;
  overflow: hidden;
  transform: translate(0);
}

.brix---card-testimonial-v6 {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library--general--shadow-01);
  text-align: center;
  border-radius: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 64px;
  display: flex;
}

.brix---inner-container-800px---center {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.brix---slider-item-pd {
  padding: 15px;
}

.brix---slider-mask {
  height: 100%;
}

.brix---slider-wrapper {
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
}

.brix---mg-bottom-40px {
  -webkit-backdrop-filter: brightness(20%);
  backdrop-filter: brightness(20%);
  border-radius: 8px;
  margin-bottom: 8px;
  padding: 16px;
  transition: all .35s;
}

.brix---mg-bottom-40px.feature {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-style: normal;
}

.brix---inner-container-574px---center {
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.brix---container-default-3 {
  max-width: 1260px;
  padding-left: 32px;
  padding-right: 32px;
}

.brix---section-2 {
  color: var(--elements-webflow-library--neutral--100);
  background-image: url('../images/pattern-randomized-1.svg');
  background-position: 100%;
  background-repeat: repeat-x;
  background-size: cover;
  border-bottom: 2px solid rgba(4, 13, 26, .9);
  padding-top: 32px;
  padding-bottom: 32px;
}

.icon {
  width: 100%;
  height: 24px;
  color: var(--waves-library--white);
  justify-content: center;
  align-items: center;
  display: flex;
}

.icon.left {
  transform: rotate(180deg);
}

.f-margin-bottom-49 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.icon-4 {
  width: 56px;
  height: 56px;
  color: #f9f9f9;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  transition: color .35s;
  display: flex;
}

.icon-4:hover {
  color: #09e888;
}

.f-feature-icon-wrapper-white {
  width: 72px;
  height: 72px;
  min-height: 72px;
  min-width: 72px;
  background-color: var(--waves-library--white);
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  padding: 16px;
  display: flex;
}

.buton_holder-contact {
  margin-top: auto;
}

.brix---heading-h2-size-2 {
  color: #f8f8f8;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 3rem;
  font-style: normal;
  font-weight: 700;
  line-height: 50px;
}

.brix---heading-h2-size-2.contact {
  color: var(--waves-library--white);
  font-family: Montserrat, sans-serif;
  font-size: 2rem;
}

.f-margin-bottom-12 {
  margin-bottom: 12px;
}

.icon-3 {
  width: 48px;
  height: 48px;
  color: var(--elements-webflow-library--neutral--800);
  justify-content: center;
  align-items: center;
  display: flex;
}

.f-feature-card-filled {
  border: 1px #eff0f6;
  border-radius: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 32px;
  display: flex;
}

.icon-holder {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: space-around;
  margin-top: 16px;
  display: flex;
  overflow: hidden;
}

.icon-5 {
  width: 56px;
  height: 56px;
  color: #f9f9f9;
  justify-content: center;
  align-items: center;
  transition: color .35s;
  display: flex;
}

.icon-5:hover {
  color: #09e888;
}

.f-button-secondary {
  min-height: 48px;
  color: #f8f8f8;
  letter-spacing: -.02em;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #e4e6f1;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: 24px 64px;
  font-size: 1.2rem;
  font-weight: 500;
  text-decoration: none;
  transition: all .5s, border-color .3s, background-color .3s;
  display: none;
}

.f-button-secondary:hover {
  background-color: #00c87a;
  background-image: linear-gradient(33deg, #00ff90, rgba(255, 255, 255, 0) 78%);
  border-color: rgba(0, 0, 0, 0);
  box-shadow: 0 0 10px 2px rgba(0, 238, 137, .4);
}

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

.brix---paragraph-default-3 {
  color: var(--waves-library--white);
  margin-bottom: 0;
  padding: 8px 8px 16px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 18px;
  font-style: normal;
  line-height: 30px;
}

.brix---paragraph-default-3._18px {
  padding: 0;
  font-family: Montserrat, sans-serif;
}

.icon-link {
  background-color: rgba(171, 171, 171, .05);
  border-radius: 24px;
  padding: 8px;
  transition: color .35s;
}

.icon-link:hover {
  color: #09e888;
}

.f-grid-three-column {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.f-header-grid-asymmetrical {
  grid-column-gap: 40px;
  border-style: none none solid;
  border-width: 1px 1px 2px;
  border-color: #eff0f6 #eff0f6 var(--waves-library--white);
  border-radius: 0;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding: 32px;
  display: flex;
}

.f-header-button-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 64px;
  display: flex;
}

.f-paragraph-large-2 {
  color: var(--waves-library--white);
  letter-spacing: -.02em;
  margin-bottom: 32px;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
}

.kontakt {
  z-index: 4;
  background-color: var(--elements-webflow-library--neutral--800);
  border: 1px #000;
  padding: 16px 32px 92px;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  position: relative;
}

.f-margin-bottom-64 {
  margin-bottom: 64px;
}

.f-container-regular-2 {
  width: 100%;
  max-width: 1260px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.moj_nr {
  color: #eff0f6;
  font-size: 18px;
  font-style: normal;
  text-decoration: underline;
}

.moj_nr._2 {
  color: var(--waves-library--white);
  text-decoration: none;
}

.f-button-neutral {
  min-height: 48px;
  min-width: 120px;
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #0bf99c;
  background-image: linear-gradient(114deg, rgba(0, 0, 0, 0), #00a738);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: 24px 64px;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 500;
  text-decoration: none;
  transition: filter .5s, box-shadow .85s, background-color .5s;
  display: flex;
}

.f-button-neutral:hover {
  filter: brightness(200%);
  background-color: #00653e;
  background-image: linear-gradient(114deg, rgba(0, 0, 0, 0), #00a738);
  box-shadow: 0 0 15px 3px #00653e;
}

.f-button-neutral.ghost {
  background-color: rgba(0, 200, 122, 0);
  background-image: none;
  border: 1px solid #f8f8f8;
  position: relative;
}

.f-button-neutral.ghost:hover {
  background-color: #00653e;
  background-image: linear-gradient(306deg, rgba(0, 0, 0, 0), #00a738);
}

.f-button-neutral.ghost.w--current {
  font-style: normal;
}

.f-max-width-large {
  max-width: 610px;
  padding: 8px;
}

.icon-6 {
  width: 24px;
  height: 24px;
  color: #160042;
  justify-content: center;
  align-items: center;
  display: flex;
}

.waves---expand-line {
  width: 16px;
  height: 2px;
  background-color: var(--waves-library--black);
}

.waves---expand-line.vertical {
  width: 2px;
  height: 16px;
  position: absolute;
}

.waves---expand-icon-wrap {
  width: 16px;
  height: 16px;
  justify-content: center;
  align-items: center;
  margin-top: 2px;
  display: flex;
}

.waves-expanded-text {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
}

.waves---expand-space {
  height: 24px;
}

.waves---expandable-open {
  transform-origin: 50% 0;
}

.waves---paragraph-regular {
  font-size: 18px;
  font-weight: 600;
  line-height: 130%;
}

.waves---expandable-content {
  width: 100%;
  height: auto;
  margin-right: 24px;
}

.waves---expandable-item {
  height: auto;
  border-top: 1px solid var(--waves-library--black);
  cursor: pointer;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 32px;
  padding-bottom: 32px;
  display: flex;
}

.waves---expandable-wrap {
  width: 100%;
  flex-direction: column;
  display: flex;
}

.waves-expandable-master-faq-1 {
  max-width: 545px;
  margin-left: auto;
  margin-right: auto;
}

.waves---cta-dark {
  height: 52px;
  background-color: var(--waves-library--black);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 700;
  transition: background-color .2s;
  display: flex;
}

.waves---cta-dark:hover {
  background-color: rgba(19, 19, 19, .9);
}

.waves---mg-top-17 {
  margin-top: 16px;
}

.waves---paragraph-big {
  font-size: 20px;
  line-height: 130%;
}

.waves---limit-481 {
  width: 100%;
  max-width: 480px;
}

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

.waves-left-faq-1 {
  width: 100%;
  max-width: 520px;
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.waves-grid-faq-1 {
  grid-column-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  align-items: center;
  justify-items: center;
}

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

.waves---section-medium {
  background-color: var(--waves-library--white);
  padding-top: 16px;
  padding-bottom: 16px;
}

.body-2 {
  font-family: Montserrat, sans-serif;
}

.brix---btn-secondary {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  color: var(--elements-webflow-library--neutral--800);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  padding: 26px 38px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 18px;
  line-height: 20px;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
  box-shadow: 0 4px 10px rgba(20, 20, 43, .04);
}

.brix---btn-secondary:hover {
  border-color: var(--elements-webflow-library--accent--primary-1);
  background-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--elements-webflow-library--neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.brix---btn-primary {
  background-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--elements-webflow-library--neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  padding: 26px 38px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary:hover {
  background-color: var(--elements-webflow-library--secondary--color-1);
  color: var(--elements-webflow-library--neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.brix---button-row-left {
  margin-right: 24px;
}

.brix---buttons-row {
  align-items: center;
  display: flex;
}

.brix---paragraph-default-4 {
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---color-neutral-803 {
  color: var(--elements-webflow-library--neutral--600);
}

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

.brix---heading-h2-size-3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
}

.brix---color-neutral-804 {
  color: var(--elements-webflow-library--neutral--800);
}

.brix---mg-bottom-16px-2 {
  margin-bottom: 16px;
}

.brix---grid-2-columns-text-left {
  grid-column-gap: 120px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.brix---container-default-4 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---section-3 {
  color: var(--elements-webflow-library--neutral--100);
  padding-top: 32px;
  padding-bottom: 32px;
}

.image, .image-2 {
  width: 100%;
  border-radius: 8px;
}

.italic-text, .italic-text-2, .italic-text-3, .italic-text-4, .bold-text-2 {
  font-style: normal;
}

.rl_footer4_legal-link {
  color: #197cfc;
  font-family: Montserrat, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
}

.rl_footer4_credit-text {
  color: #197cfc;
  font-family: Montserrat, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl_footer4_bottom-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  display: grid;
}

.rl_footer4_spacing-block2 {
  width: 100%;
  padding-bottom: 2rem;
}

.rl_footer4_line-divider {
  width: 100%;
  height: 1px;
  background-color: var(--relume-library-lite--rl-black);
}

.rl_footer4_spacing-block1 {
  width: 100%;
  border-bottom: 1px solid var(--prime);
  padding-bottom: 3rem;
}

.rl-social-icon {
  width: 1.5rem;
  height: 1.5rem;
  color: var(--prime);
}

.rl_footer4_social-link {
  color: var(--relume-library-lite--rl-black);
  align-items: center;
  text-decoration: none;
  display: flex;
}

.rl_footer4_social-list {
  grid-column-gap: .75rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  align-items: start;
  justify-items: start;
  display: grid;
}

.rl_footer4_link {
  color: #197cfc;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
}

.rl_footer4_link:hover {
  color: var(--waves-library--white);
}

.rl_footer4_link-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0px;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  justify-items: start;
  display: grid;
}

.rl_footer4_logo-link {
  padding-left: 0;
}

.rl_footer4_top-wrapper {
  grid-column-gap: 4vw;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr .25fr;
  justify-content: space-between;
  align-items: center;
}

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

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

.rl-padding-global {
  background-color: rgba(0, 1, 1, .95);
  padding-left: 5%;
  padding-right: 5%;
}

.rl_footer4_component {
  background-color: var(--relume-library-lite--rl-white);
  font-family: Montserrat, sans-serif;
}

.waves---cta-white-2 {
  height: 52px;
  color: #131313;
  background-color: #f6f9ff;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 700;
  display: flex;
}

.waves---cta-white-2.wide-cta {
  min-width: 200px;
  color: #f6f9ff;
  background-color: #15509c;
  border: 2px solid #f1f1e6;
  font-family: Montserrat, sans-serif;
  transition: all .35s;
}

.waves---cta-white-2.wide-cta:hover {
  background-color: #040d1a;
  transform: translate(0, -8px);
}

.waves---cta-white-2.wide-cta.bigger {
  background-color: #00c4e0;
  border-radius: 18px;
}

.waves---cta-white-2.wide-cta.bigger.green {
  color: var(--waves-library--white);
  background-color: #49c559;
  border-width: 2px;
  border-radius: 12px;
  margin-top: 32px;
  margin-bottom: 32px;
}

@media screen and (max-width: 991px) {
  .head1 {
    font-size: 3rem;
    line-height: 110%;
  }

  .waves-section-hero-5 {
    padding-top: 30vh;
  }

  .rl_menu-icon2_line-bottom {
    width: 24px;
    height: 2px;
    background-color: #000;
    padding-bottom: 0;
    padding-right: 0;
  }

  .rl_menu-icon_line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .rl_menu-icon2_line-middle {
    width: 24px;
    height: 2px;
    background-color: #000;
    justify-content: center;
    align-items: center;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .rl_menu-icon2_line-top {
    width: 24px;
    height: 2px;
    background-color: #000;
    padding-bottom: 0;
    padding-right: 0;
  }

  .rl_menu-icon2 {
    width: 48px;
    height: 48px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .rl_navbar2_menu-button {
    padding: 0;
  }

  .rl_navbar2_menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .rl_navbar2_button-wrapper {
    align-items: center;
  }

  .rl_navbar2_dropdown-link {
    width: auto;
    text-align: center;
    padding: .75rem 0;
    font-size: 16px;
  }

  .rl_navbar2_dropdown-list {
    position: static;
    overflow: hidden;
  }

  .rl_navbar2_dropdown-list.w--open {
    border-style: none;
    padding: 0;
    position: static;
  }

  .rl-dropdown-icon {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    top: auto;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .rl_navbar2_dropdwn-toggle {
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding: 1rem 2rem 1rem 0;
    display: flex;
  }

  .rl_navbar2_menu-dropdown {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 1.125rem;
    display: flex;
  }

  .rl_navbar2_link {
    text-align: center;
    padding: 1rem 0;
    font-size: 1.125rem;
  }

  .rl_navbar2_menu {
    -webkit-text-fill-color: inherit;
    background-color: #fff;
    background-clip: border-box;
    border-bottom: 1px solid #000;
    justify-content: center;
    padding: 1rem 5% 2.5rem;
    display: flex;
    position: absolute;
    overflow: auto;
  }

  .rl_navbar2_menu.is-page-height-tablet {
    height: 100vh;
    padding-bottom: 15rem;
  }

  .rl_navbar2_container {
    grid-template-columns: .25fr 1fr;
    display: flex;
  }

  .brix---hamburger-menu-bar-bottom {
    width: 44px;
    height: 3px;
    background-color: var(--prime);
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .brix---hamburger-menu-bar-top {
    width: 44px;
    height: 3px;
    background-color: var(--prime);
  }

  .brix---hamburger-menu-wrapper {
    order: -1;
    transition: transform .3s;
  }

  .brix---hamburger-menu-wrapper:hover {
    transform: scale(.96);
  }

  .brix---hamburger-menu-wrapper.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .brix---header-nav-list-item-show-in-mbl, .brix---header-nav-list-item {
    margin-bottom: 16px;
    padding-left: 0;
  }

  .brix---dropdown-pd {
    padding: 20px 0 14px;
  }

  .brix---dropdown-card {
    min-width: auto;
    box-shadow: none;
    background-color: rgba(0, 0, 0, 0);
    border-width: 0;
    border-radius: 0;
  }

  .brix---dropdown-card.w--open {
    position: static;
  }

  .brix---dropdown-column-wrapper {
    padding-top: 0;
    position: static;
  }

  .brix---dropdown-column-wrapper.w--open {
    transform: none;
  }

  .brix---header-nav-menu-list {
    flex-direction: column;
    align-items: flex-start;
  }

  .brix---header-menu-wrapper {
    background-color: #0d0d0d;
    border: 1px #000;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    padding: 24px;
  }

  .brix---header-logo {
    max-width: 232px;
  }

  .brix---header-wrapper {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---mg-bottom-32px {
    margin-bottom: 24px;
  }

  .brix---heading-h3-size {
    font-size: 22px;
    line-height: 32px;
  }

  .brix---card-link-img-bg {
    padding-bottom: 40px;
    padding-left: 36px;
    padding-right: 36px;
  }

  .brix---heading-h2-size {
    font-size: 30px;
    line-height: 46px;
  }

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

  .brix---section {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .brix---card-testimonial-v6 {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .brix---slider-mask {
    position: static;
  }

  .brix---section-2 {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .brix---heading-h2-size-2 {
    font-size: 30px;
    line-height: 46px;
  }

  .f-grid-three-column {
    grid-template-columns: 1fr 1fr;
  }

  .f-header-grid-asymmetrical {
    grid-template-columns: 1fr;
  }

  .f-header-button-wrapper {
    margin-top: auto;
  }

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

  .waves-grid-faq-1 {
    grid-row-gap: 64px;
    grid-template-columns: 1fr;
  }

  .brix---btn-primary {
    padding-top: 24px;
    padding-bottom: 24px;
  }

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

  .brix---heading-h2-size-3 {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---grid-2-columns-text-left {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .brix---section-3 {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .rl_footer4_spacing-block1 {
    padding-bottom: 4.5rem;
  }

  .rl_footer4_top-wrapper {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
    justify-content: center;
    justify-items: center;
  }

  .rl-padding-section-medium {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }
}

@media screen and (max-width: 767px) {
  .waves---subtitle {
    font-size: 22px;
    line-height: 34px;
  }

  .head1 {
    text-align: left;
    font-size: 3rem;
  }

  .waves-title-wrap-hero-5 {
    text-align: center;
    align-items: center;
  }

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

  .waves-section-hero-5 {
    padding-top: 160px;
  }

  .head2 {
    text-align: left;
    font-size: 2rem;
  }

  .head2.white {
    text-align: center;
  }

  .head3.main {
    text-align: left;
  }

  .rl_navbar2_button {
    padding: .25rem 1rem;
  }

  .rl_navbar2_component {
    min-height: 4rem;
  }

  .brix---btn-primary-small {
    margin-top: 16px;
    padding: 8px 16px;
    font-size: 12px;
  }

  .brix---btn-header-hidden-on-mbl {
    display: none;
  }

  .brix---header-nav-list-item-show-in-mbl {
    display: block;
  }

  .brix---header-nav-menu-list {
    align-items: flex-start;
  }

  .brix---header-menu-wrapper {
    background-color: #0d0d0d;
    border: 1px #000;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
  }

  .brix---header-logo {
    max-width: 90%;
  }

  .brix---link-icon-right {
    width: 20px;
    margin-left: 8px;
  }

  .brix---text-200-bold {
    font-size: 16px;
    line-height: 18px;
  }

  .brix---grid-2-columns---gap-row-72px {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .brix---heading-h2-size {
    font-size: 28px;
    line-height: 40px;
  }

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

  .brix---section {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .brix---btn-slider-arrow-right---testimonial-v6 {
    width: 56px;
    height: 56px;
    min-height: 56px;
    min-width: 56px;
    font-size: 22px;
    line-height: 24px;
    top: auto;
    bottom: -86px;
    left: auto;
    right: 36%;
  }

  .brix---btn-slider-arrow-left---testimonial-v6 {
    width: 56px;
    height: 56px;
    min-height: 56px;
    min-width: 56px;
    font-size: 22px;
    line-height: 24px;
    top: auto;
    bottom: -86px;
    left: 36%;
    right: auto;
  }

  .brix---text-200-medium {
    font-size: 16px;
    line-height: 18px;
  }

  .brix---text-300-bold {
    font-size: 18px;
    line-height: 22px;
  }

  .brix---mg-bottom-16px {
    margin-bottom: 8px;
  }

  .brix---avatar-circle-05-border {
    width: 80px;
    height: 80px;
    max-height: 80px;
    max-width: 80px;
  }

  .brix---card-testimonial-v6 {
    padding: 8px 32px;
  }

  .brix---mg-bottom-40px {
    margin-bottom: 0;
  }

  .brix---section-2 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---heading-h2-size-2 {
    font-size: 28px;
    line-height: 40px;
  }

  .f-grid-three-column {
    grid-template-columns: 1fr;
  }

  .kontakt {
    padding-top: 16px;
    padding-bottom: 16px;
  }

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

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

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

  .brix---btn-secondary {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .brix---btn-primary {
    padding: 20px 32px;
  }

  .brix---button-row-left {
    margin-right: 16px;
  }

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

  .brix---heading-h2-size-3 {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---mg-bottom-16px-2 {
    margin-bottom: 8px;
  }

  .brix---grid-2-columns-text-left {
    grid-template-columns: 1fr;
  }

  .brix---section-3 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .rl_footer4_credit-text {
    margin-top: 1rem;
  }

  .rl_footer4_bottom-wrapper {
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
    grid-auto-flow: row;
    justify-items: center;
  }

  .rl_footer4_spacing-block2 {
    padding-bottom: 1.5rem;
  }

  .rl_footer4_spacing-block1 {
    padding-bottom: 3rem;
  }

  .rl_footer4_link-list {
    grid-column-gap: 0px;
    grid-row-gap: 1.5rem;
    grid-auto-flow: row;
    justify-items: center;
  }

  .rl-padding-section-medium {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

@media screen and (max-width: 479px) {
  .waves---cta-white.wide-cta {
    height: auto;
    min-width: 100px;
    padding: 8px;
    font-size: 10px;
  }

  .waves---cta-white.wide-cta.ghost {
    min-width: 100px;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .waves---cta-white.wide-cta.bigger {
    min-width: 200px;
    margin-top: 16px;
    font-size: .9rem;
  }

  .waves---mg-top-16 {
    width: 100%;
    grid-row-gap: 0px;
    margin-top: 0;
    overflow: visible;
  }

  .waves---mg-top-16.spacing {
    margin-top: 24px;
  }

  .waves---mg-top-16.centered {
    grid-column-gap: 32px;
  }

  .waves---subtitle {
    font-size: 20px;
  }

  .head1 {
    text-align: left;
    font-size: 2rem;
  }

  .waves-title-wrap-hero-5 {
    grid-row-gap: 16px;
  }

  .waves-section-hero-5 {
    padding-top: 64px;
    padding-bottom: 48px;
  }

  .head2 {
    text-align: left;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1.2rem;
  }

  .head2.white._2rem {
    font-size: 2rem;
  }

  .head2.white.left {
    text-align: left;
  }

  .head2.bigger {
    font-size: 2rem;
  }

  .head3 {
    text-align: left;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 12px;
  }

  .head3.white.spacing {
    margin-top: 16px;
    font-weight: 500;
    line-height: 120%;
  }

  .brix---btn-primary-small {
    width: auto;
    margin-top: 8px;
    padding: 8px 16px;
  }

  .brix---header-nav-list-item-show-in-mbl {
    width: 100%;
    text-align: left;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .brix---header-nav-list-item {
    width: 100%;
    text-align: left;
  }

  .brix---header-nav-menu-list {
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .brix---header-menu-wrapper {
    background-color: #0d0d0d;
    border-style: none;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .brix---header-logo {
    max-width: 84%;
  }

  .brix---container-default {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---link-icon-right {
    width: 18px;
  }

  .brix---text-200-bold {
    font-size: 15px;
    line-height: 16px;
  }

  .brix---paragraph-default {
    font-size: 1rem;
    line-height: 18px;
  }

  .brix---paragraph-default.black {
    text-align: left;
  }

  .brix---paragraph-default.black._2.white {
    line-height: 130%;
  }

  .brix---heading-h3-size {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
  }

  .brix---mg-bottom-8px {
    margin-bottom: 6px;
  }

  .brix---card-link-img-bg {
    min-height: 440px;
    border-radius: 8px;
    padding-left: 28px;
    padding-right: 28px;
  }

  .brix---grid-2-columns---gap-row-72px {
    grid-column-gap: 8px;
    grid-row-gap: 16px;
  }

  .brix---heading-h2-size {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---inner-container-600px---center {
    max-width: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

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

  .brix---mg-bottom-48px.centered {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 16px;
    padding-bottom: 8px;
    display: flex;
  }

  .brix---container-default-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---section {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .bold-text {
    font-size: 1rem;
  }

  .button-unlinked {
    height: auto;
    min-width: 100px;
    padding: 8px 16px;
    font-size: 12px;
  }

  .contentc-holder {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    border-radius: 8px;
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .brix---btn-slider-arrow-right---testimonial-v6 {
    right: 26%;
  }

  .brix---btn-slider-arrow-left---testimonial-v6 {
    left: 26%;
  }

  .brix---text-300-bold {
    font-size: 17px;
    line-height: 21px;
  }

  .brix---mg-bottom-16px {
    margin-bottom: 15px;
  }

  .brix---paragraph-default-2 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---mg-top-16px {
    margin-top: 12px;
  }

  .brix---avatar-image {
    width: 100%;
  }

  .brix---avatar-circle-05-border {
    border-width: 3px;
  }

  .brix---card-testimonial-v6 {
    padding-left: 22px;
    padding-right: 22px;
  }

  .brix---mg-bottom-40px {
    border-radius: 8px;
  }

  .brix---container-default-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---section-2 {
    padding-top: 48px;
    padding-bottom: 72px;
  }

  .brix---heading-h2-size-2 {
    font-size: 24px;
    line-height: 34px;
  }

  .f-feature-card-filled {
    padding: 16px;
  }

  .f-button-secondary {
    padding-left: 12px;
    padding-right: 12px;
    font-size: .8rem;
  }

  .brix---paragraph-default-3 {
    font-size: 1rem;
    line-height: 28px;
  }

  .brix---paragraph-default-3._18px {
    font-size: 18px;
  }

  .f-header-button-wrapper {
    justify-content: flex-start;
    margin-top: 0;
    padding-top: 0;
  }

  .f-header-button-wrapper.podstrona {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }

  .f-paragraph-large-2, .moj_nr {
    font-style: normal;
  }

  .f-button-neutral {
    min-width: 100px;
    padding: 12px;
    font-size: .7rem;
  }

  .f-max-width-large {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .waves---expand-line {
    flex: none;
  }

  .waves---expand-line.vertical {
    transform-origin: 50%;
    flex: none;
  }

  .waves---expand-icon-wrap {
    flex: none;
  }

  .waves-expanded-text {
    font-size: 16px;
    line-height: 24px;
  }

  .waves---expandable-content {
    max-width: none;
    flex: 0 auto;
  }

  .waves---paragraph-big {
    text-align: left;
    font-size: 1.25rem;
  }

  .waves---heading-2-no-margins {
    font-size: 34px;
  }

  .waves-grid-faq-1 {
    grid-row-gap: 16px;
  }

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

  .brix---btn-secondary, .brix---btn-primary {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 17px;
    line-height: 19px;
  }

  .brix---button-row-left {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .brix---buttons-row {
    flex-direction: column;
    align-items: stretch;
  }

  .brix---paragraph-default-4 {
    font-size: 17px;
    line-height: 28px;
  }

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

  .brix---heading-h2-size-3 {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---mg-bottom-16px-2 {
    margin-bottom: 15px;
  }

  .brix---container-default-4 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-3 {
    max-width: 75%;
  }

  .waves---cta-white-2.wide-cta {
    height: auto;
    min-width: 100px;
    padding: 8px;
    font-size: 10px;
  }

  .waves---cta-white-2.wide-cta.bigger {
    min-width: 200px;
    margin-top: 16px;
    font-size: .9rem;
    font-weight: 500;
  }

  .waves---cta-white-2.wide-cta.bigger.green {
    font-weight: 700;
  }
}

#w-node-_17eaaf9c-4e8e-afd6-cba2-bdb042479553-455c1456, #w-node-_2e9c64e6-dcb0-4678-c245-080809c589d8-455c1456, #w-node-d8a62d62-7569-c143-6cd0-10989161f9e5-455c1456, #w-node-_46a73177-d1f0-e226-33b8-a978429c1745-455c1456 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4efc65f1-7b01-24ef-3e8d-9e5f483afc30-483afc2b {
  justify-self: start;
}

#w-node-_4efc65f1-7b01-24ef-3e8d-9e5f483afc3d-483afc2b {
  justify-self: end;
}

#w-node-_14a71999-fadd-c967-5bee-12c7c201a153-c201a14f, #w-node-a8a7e7bc-51c7-a4b5-7752-32f530c0c7c7-0da6222b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a8a7e7bc-51c7-a4b5-7752-32f530c0c7d0-0da6222b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_5b01ab10-e5b7-427a-f126-cb2a29b53b4b-ac09b0ca, #w-node-_5b01ab10-e5b7-427a-f126-cb2a29b53b57-ac09b0ca, #w-node-_5b01ab10-e5b7-427a-f126-cb2a29b53b63-ac09b0ca, #w-node-_5b01ab10-e5b7-427a-f126-cb2a29b53b6f-ac09b0ca {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_4efc65f1-7b01-24ef-3e8d-9e5f483afc30-483afc2b, #w-node-_4efc65f1-7b01-24ef-3e8d-9e5f483afc3d-483afc2b, #w-node-a8a7e7bc-51c7-a4b5-7752-32f530c0c7c7-0da6222b, #w-node-a8a7e7bc-51c7-a4b5-7752-32f530c0c7d0-0da6222b {
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_4efc65f1-7b01-24ef-3e8d-9e5f483afc46-483afc2b {
    grid-area: 4 / 1 / 5 / 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_4efc65f1-7b01-24ef-3e8d-9e5f483afc30-483afc2b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}
