:root {
  --primary: #3a3826;
  --white: white;
  --bg: #f4f4f4;
  --primary-1: #ebedf1;
  --mobile-margin: 8px;
  --elements-webflow-library-neutral--800: #202020;
  --space100: 200px;
  --space64: 64px;
  --max-with: 1440px;
  --elements-webflow-library-neutral--100: white;
  --primary-3: #e9a495;
  --primary-2: #bbddcb;
  --round32: 32px;
  --elements-webflow-library-neutral--600: #6e7191;
  --elements-webflow-library-secondary--color-2: #f2f1ff;
  --elements-webflow-library-general--shadow-01: rgba(20, 20, 43, .06);
  --elements-webflow-library-general--shadow-05: rgba(20, 20, 43, .16);
  --size: 150px;
}

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

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

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

body {
  color: #333;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1rem;
}

img {
  max-width: 100%;
  display: inline-block;
}

.social-link-box {
  margin-top: 0%;
  padding-left: 64px;
  padding-right: 32px;
  display: flex;
}

.social-link-box.nav-bar {
  margin-top: 50%;
}

.menu-button-3 {
  z-index: 601;
  padding: 8px;
  transition: all .3s;
}

.menu-button-3:hover {
  background-color: #fff;
  border-bottom-left-radius: 48px;
}

.menu-button-3.w--open {
  z-index: 20;
  background-color: rgba(237, 237, 237, 0);
}

.img-social {
  opacity: .6;
  border-radius: 12px;
  width: 32px;
  margin-top: 16px;
  margin-bottom: 16px;
  margin-right: 16px;
}

.menu-icon {
  margin: 16px;
}

.div-menu {
  z-index: 1;
  transition: all .3s;
}

.div-menu:hover {
  background-color: #fff;
}

.navbar-space {
  z-index: 600;
  background-color: rgba(221, 221, 221, 0);
  position: fixed;
  top: 0;
  left: auto;
  right: 0;
}

.nav-link-menu {
  opacity: .6;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 24px 32px;
  padding: 16px 32px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.333rem;
  transition-property: all;
}

.nav-link-menu:hover {
  opacity: 1;
  transform: translate(0, -4px);
}

.nav-link-menu:active {
  opacity: .8;
}

.nav-link-menu.w--current {
  opacity: 1;
  color: #1a1b1f;
  font-weight: 600;
}

.nav-link-menu.w--current:hover {
  opacity: .8;
  color: #32343a;
}

.nav-link-menu.w--current:active {
  opacity: .7;
  color: #32343a;
}

.nav-link-menu.bar {
  text-transform: none;
  margin-top: 12px;
  margin-bottom: 8px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-weight: 400;
  transition-duration: .3s;
}

.nav-link-menu.bar.language {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
}

.nav-menu-2 {
  z-index: 600;
  background-color: #eee;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  display: flex;
  position: fixed;
  top: 0;
  bottom: 0;
  left: auto;
  right: 0;
}

.footer {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  max-width: 1260px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-flex-container {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 8px;
  padding-right: 8px;
  display: flex;
}

.h4 {
  color: var(--primary);
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 300;
  line-height: 2.4rem;
}

.h4.space-down-small {
  margin-bottom: 8px;
}

.h4.bold-text {
  font-weight: 700;
}

.h4.title {
  font-weight: 600;
}

.h4.title.short {
  font-weight: 600;
  line-height: 2.6rem;
}

.h4.title.short.space {
  margin-bottom: 32px;
}

.h4.title.short.center {
  text-align: center;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 32px;
  display: flex;
}

.h4.title.short._50 {
  width: 50%;
}

.h4.title.short._70 {
  width: 70%;
}

.h4.white {
  color: var(--white);
}

.div-block-5 {
  flex-direction: row;
  align-items: center;
  display: flex;
}

.txt-link-footer {
  margin-right: 8px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-right: 8px;
  text-decoration: none;
}

.footer-copyright {
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 50px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.txt-footer {
  color: #a0a0a0;
  text-align: center;
  padding: 8px;
}

.link-block-spec {
  text-decoration: none;
}

.link-block-spec:hover {
  color: #080808;
  text-decoration: none;
}

.link-block-spec:focus {
  color: #141414;
}

.cont-center {
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-top: 16px;
  margin-bottom: 16px;
  display: flex;
}

.logo-link {
  z-index: 200;
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-direction: column;
  align-items: center;
  padding: 8px;
  display: flex;
  position: fixed;
  top: 0;
  left: 40%;
  right: 40%;
}

.logo-link:hover {
  opacity: .8;
}

.logo-link:active {
  opacity: .7;
}

.logo-link.w--current {
  flex-direction: column;
  align-items: center;
  padding-top: 0;
}

.ico-shop {
  width: 48px;
}

.ico-shop.special-offer {
  width: 32px;
}

.ico-shop.footer {
  width: 60px;
}

.social-link {
  justify-content: center;
}

.section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 200px;
  margin-bottom: 200px;
  display: flex;
}

.section.special-bg-01 {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, .3), var(--bg) 47%), url('../images/landscape-with-forest-Large.jpeg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, contain;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}

.section.special-bg-02 {
  background-image: linear-gradient(to bottom, var(--bg) 9%, rgba(242, 241, 255, .44) 48%, rgba(242, 241, 255, 0) 58%), url('../images/zdjęcie-wesela-w-górach---sesja-zdjęciowa.jpg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  justify-content: flex-start;
  height: 1200px;
}

.container-01 {
  align-items: center;
  height: 100%;
  display: flex;
}

.txt-body {
  width: 100%;
  font-size: 1rem;
  line-height: 1.3rem;
}

.txt-body._90-space {
  width: 90%;
}

.txt-body._80-space {
  width: 80%;
}

.txt-body._2-col {
  width: 50%;
}

.txt-body.space-down {
  padding-bottom: 32px;
}

.txt-body.center {
  text-align: center;
  align-self: center;
  width: auto;
  font-weight: 400;
}

.txt-body.center.zero-space {
  margin-top: 0;
}

.txt-body._70 {
  width: 70%;
}

.txt-body.bold {
  font-weight: 700;
}

.h6 {
  font-size: 1.3rem;
  line-height: 1.5rem;
}

.h6.center {
  text-align: center;
  width: 600px;
}

.h6.center.left {
  background-color: var(--primary-1);
  text-align: left;
  border-radius: 32px;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  padding: 24px;
  display: flex;
}

.h6.center.left.small {
  padding: 8px;
  font-size: 1.1rem;
}

.h6.center.left.other {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.h6.margin {
  margin-top: 32px;
  margin-bottom: 32px;
}

.h6.down {
  flex-direction: column;
  justify-content: flex-end;
  display: flex;
}

.h6.space-down {
  margin-bottom: 32px;
}

.h5 {
  font-size: 1.8rem;
  line-height: 2rem;
}

.h2 {
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.6rem;
  font-weight: 400;
  line-height: 3.5rem;
}

.h2.center {
  text-align: center;
  width: 100%;
}

.container---02 {
  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;
  justify-content: flex-end;
  align-items: flex-end;
  height: 100%;
  position: -webkit-sticky;
  position: sticky;
}

.hero {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 950px;
  margin-top: 200px;
  display: flex;
}

.body.space {
  margin-top: 32px;
  margin-bottom: 32px;
  display: inline-block;
}

.body.size {
  font-size: 1.4rem;
}

.body.size.left {
  text-align: left;
  margin-left: 64px;
}

.body.size.left.spec-space {
  padding-bottom: 16px;
}

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

.button-cta-primary {
  background-color: var(--primary);
  padding: 12px 24px;
  font-size: 1.1rem;
  line-height: 1.4rem;
  transition: all .3s;
}

.button-cta-primary:hover {
  background-color: var(--elements-webflow-library-neutral--800);
}

.p-xl-start {
  padding-top: 8.5em;
}

.overview-2-item-big {
  width: 50%;
  padding-bottom: 14em;
}

.overview-2-wrapper {
  z-index: 1;
  grid-column-gap: 8em;
  align-items: flex-end;
  width: 72%;
  margin-left: 7%;
  display: flex;
  position: relative;
}

.title3 {
  font-size: 2.25em;
  font-weight: 400;
  line-height: 1.2em;
}

.overview-1-wrapper {
  z-index: 1;
  grid-column-gap: 8em;
  align-items: center;
  width: 75%;
  margin-top: 0;
  margin-left: auto;
  padding-right: 3em;
  display: flex;
  position: relative;
}

.text-background-blur {
  z-index: 0;
  filter: blur(3.7em);
  background-color: #f4f4f4;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.p-xxs-end {
  padding-bottom: 1.1em;
}

.overview-1-item-big {
  flex: 1;
}

.title2 {
  font-size: 3.375em;
  font-weight: 500;
  line-height: 1.1em;
}

.container-w1 {
  width: 100%;
  max-width: 95em;
  margin-left: auto;
  margin-right: auto;
}

.container-w3 {
  width: 100%;
  max-width: 62em;
  margin-left: auto;
  margin-right: auto;
}

.container-w3.left-align {
  margin-left: 0;
}

.overview-2-item-small {
  flex: 1;
}

.overview-intro-text-wrapper {
  position: relative;
}

.fit-cover-absolute {
  object-fit: cover;
}

.overview-intro-text {
  position: relative;
}

.aspect-ratio-portrait {
  width: 100%;
  height: 0%;
  padding-top: 150%;
  position: relative;
}

.overview-1-item-small {
  width: 30%;
}

.section-txt-left {
  margin-top: var(--space100);
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

.section-txt-left.special-margin {
  margin-top: 100px;
}

.div-block-txt-left {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.div-block-txt-left.space {
  justify-content: space-between;
}

.div-block-txt-left.space.down {
  align-items: flex-start;
  width: 100%;
}

.div-block-8 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  align-items: flex-start;
  width: 40%;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 132px;
}

.img-about-us {
  border-radius: 32px;
  width: 60%;
}

.img-about-us._50 {
  width: 30%;
}

.cont-1440 {
  z-index: 100;
  margin-top: var(--space64);
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  align-items: flex-start;
  max-width: 1440px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
}

.cont-1440.right {
  justify-content: flex-end;
  display: flex;
}

.cont-1440.special-space {
  grid-column-gap: 96px;
  grid-row-gap: 96px;
  flex-direction: column;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.div-img-index {
  max-width: var(--max-with);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.link-button {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  border-bottom: 4px solid #965d00;
  justify-content: flex-start;
  font-size: 1.2rem;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.link-button.center {
  align-self: center;
}

.text-block {
  color: #202020;
  line-height: 1.6rem;
}

.image-3 {
  width: 24px;
  height: 24px;
}

.div-10 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.div-9 {
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  min-width: 397px;
  max-width: 397px;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 72px;
}

.button-4 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 2px solid #a66d02;
  border-radius: 8px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 8px 32px 10px;
  text-decoration: none;
  display: flex;
}

.button-3 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #a66d02;
  border-radius: 8px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 8px 32px 10px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.button-3:hover {
  background-color: #855700;
}

.div-8 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-end;
  align-items: flex-start;
  max-width: 100%;
  display: flex;
}

.txt-body-2 {
  color: #000;
  letter-spacing: 0;
  font-family: Lato, sans-serif;
  font-size: 1.15rem;
  font-weight: 400;
  line-height: 120%;
}

.img-hero {
  z-index: 10;
  border-radius: 32px;
  width: 70%;
  margin-left: -500px;
  position: relative;
}

.img-hero.ver {
  object-fit: cover;
  border-radius: 16px;
  width: 500px;
}

.img-hero.small {
  border-radius: 16px;
  max-width: 55%;
}

.img-hero.hor {
  border-radius: 16px;
  width: 700px;
}

.img-hero.subpage {
  width: 600px;
  margin-left: 0;
}

.img-hero.subpage-323 {
  width: auto;
  height: 450px;
  margin-left: 0;
}

.title-2 {
  color: #fff;
  letter-spacing: -.015em;
  font-size: 2.6rem;
  font-weight: 400;
  line-height: 110%;
}

.container-right {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  padding-right: 100px;
  display: flex;
}

.txt-button-2 {
  color: #505050;
  letter-spacing: .01em;
  font-size: 16px;
  font-weight: 600;
  line-height: 120%;
}

.txt-button {
  color: #fff;
  letter-spacing: .01em;
  font-size: 16px;
  font-weight: 600;
  line-height: 120%;
}

.div-11 {
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  min-width: 397px;
  max-width: 397px;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 72px;
}

.button-5 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #a66d02;
  border-radius: 8px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 8px 32px 10px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.button-5:hover {
  background-color: #855700;
}

.div-12 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-end;
  align-items: flex-start;
  max-width: 100%;
  display: flex;
}

.txt-body-3 {
  color: #000;
  letter-spacing: 0;
  font-family: Lato, sans-serif;
  font-size: 1.15rem;
  font-weight: 400;
  line-height: 120%;
}

.txt-button-3 {
  color: #fff;
  letter-spacing: .01em;
  font-size: 16px;
  font-weight: 600;
  line-height: 120%;
}

.div-16 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  min-width: 397px;
  max-width: 397px;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 72px;
}

.container-left {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-left: 100px;
  display: flex;
}

.button-6 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #a66d02;
  border-radius: 8px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 8px 32px 10px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.button-6:hover {
  background-color: #855700;
}

.div-15 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex: 0 auto;
  justify-content: flex-end;
  align-items: flex-start;
  max-width: 100%;
  margin-left: 100px;
  display: flex;
}

.txt-button-4 {
  color: #505050;
  letter-spacing: .01em;
  font-size: 16px;
  font-weight: 600;
  line-height: 120%;
}

.container-8 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  max-width: 1443px;
  padding: 25px 380px 25px 318px;
  display: flex;
  position: relative;
}

.container-8.spec2 {
  align-items: center;
  padding-left: 20%;
  padding-right: 20%;
}

.vectors-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 800px;
  padding-left: 72px;
  padding-right: 72px;
  display: flex;
}

.div-17 {
  object-fit: cover;
  position: absolute;
  top: 20%;
  left: 50%;
}

.div-18 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex: 0 auto;
  justify-content: flex-end;
  align-items: flex-start;
  max-width: 100%;
  margin-left: 100px;
  display: flex;
}

.div-19 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  min-width: 397px;
  max-width: 397px;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 72px;
}

.container {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1140px;
  display: flex;
}

.section-txt-huge-right {
  max-width: var(--max-with);
  margin-top: var(--space100);
  margin-left: auto;
  margin-right: auto;
}

.div-block-right-txt {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.section-center {
  margin-top: var(--space64);
  margin-left: 2rem;
  margin-right: auto;
}

.div-block-center {
  z-index: 10;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 448px;
}

.div-block-center.subpage-stick {
  width: 100%;
  top: 100px;
}

.h3 {
  font-size: 2rem;
  font-weight: 400;
  line-height: 2.6rem;
}

.h3.center {
  text-align: center;
  width: 700px;
}

.h3.box {
  width: 70%;
  font-weight: 400;
}

.h3.box.center {
  text-align: center;
  width: 100%;
}

.h3.box.title {
  font-weight: 600;
}

.h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 500;
  line-height: 3.5rem;
}

.h1.center {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
}

.h1.center.bold-text {
  font-weight: 500;
}

.h1.thin {
  font-weight: 400;
}

.content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50vh;
  display: flex;
}

.content.index-10 {
  z-index: 5;
  background-color: var(--white);
  border-radius: 32px;
  width: 700px;
  height: auto;
  margin-bottom: 100px;
  padding: 32px;
}

.content.bg-gray {
  z-index: 5;
  background-color: var(--bg);
  border-radius: 32px;
  width: 700px;
  height: auto;
  margin-bottom: 50px;
  padding: 32px;
}

.section-img {
  max-width: var(--max-with);
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
}

.section-img.special-space {
  margin-top: 100px;
  margin-bottom: 100px;
}

.div-block-img {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
}

.div-block-img.up {
  align-items: flex-start;
}

.div-block-img.bg {
  z-index: 100;
  background-color: rgba(244, 244, 244, .9);
}

.div-block-img.bg.more-img {
  justify-content: flex-end;
  align-items: flex-start;
}

.div-block-img.right {
  justify-content: flex-end;
}

.div-block-img.right.grid {
  flex-direction: column;
}

.div-block-img.more-img {
  align-items: flex-start;
}

.div-block-9 {
  margin-bottom: 100px;
}

.img-huge {
  border-radius: 32px;
  width: 747px;
}

.img-huge.small {
  width: 50%;
}

.img-small {
  width: 364px;
}

.section-only-txt {
  margin-top: var(--space100);
  margin-left: 2rem;
  margin-right: auto;
}

.div-block-only-txt {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.div-block-only-txt.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 128px;
}

.div-block-8-copy {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  align-items: flex-start;
  width: 60%;
  display: flex;
}

.body-home-page {
  background-color: var(--bg);
}

.cont-1440-img {
  z-index: 50;
  margin-top: var(--space64);
  max-width: 1440px;
  position: relative;
}

.cont-1440-img.bg {
  z-index: 110;
  background-color: var(--elements-webflow-library-neutral--100);
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.cont-1440-img.home-section {
  z-index: 100;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.div-img-description {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.div-block-right-txt-mix {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.div-block-right-txt-mix.center {
  justify-content: center;
  align-items: center;
}

.div-block-right-txt-mix.product-mode {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
}

.div-block-right-txt-mix.vertical {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-end;
}

.div-block-right-txt-mix.right-side, .div-block-right-txt-mix.new-vertical {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
}

.div-block-mod {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  align-items: flex-start;
  width: 70%;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 64px;
}

.div-block-mod.center {
  text-align: center;
}

.div-block-mod.product-mod.special-space {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
}

.div-block-mod.special-margin {
  margin-bottom: 120px;
}

.img-full-with {
  z-index: 100;
  border-radius: 32px;
  position: relative;
}

.img-full-with.index-1 {
  z-index: 1;
  border-radius: 32px;
}

.img-full-with.product-mode {
  margin-bottom: -200px;
}

.img-full-with.product-mode.left-side {
  margin-left: -150px;
}

.img-full-with.subpage-2 {
  z-index: 1;
  border-radius: 32px;
}

.img-full-with.secial-margin {
  margin-top: 100px;
}

.footer-subscribe {
  border-bottom: 1px solid #e4ebf3;
  justify-content: center;
  align-items: flex-start;
  margin-top: 100px;
  padding: 50px 40px 40px;
  display: flex;
  position: relative;
}

.container-9 {
  color: rgba(0, 0, 0, .7);
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.footer-form-two {
  background-color: #f5f7fa;
  margin-bottom: 40px;
  padding: 64px;
}

.footer-form-container-two {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-form-title {
  font-size: 24px;
  line-height: 32px;
}

.footer-form-block-two {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.footer-form-input {
  border: 1px #000;
  width: 460px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 180px 12px 20px;
}

.footer-form-input::placeholder {
  color: rgba(26, 27, 31, .8);
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

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

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

.button-primary.footer-form-button {
  padding: 8px 18px;
  position: absolute;
  right: 8px;
}

.footer-wrapper-three {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.footer-block-three {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.footer-link-three {
  color: rgba(0, 0, 0, .5);
  margin-left: 0;
  margin-right: 0;
  text-decoration: none;
  transition: all .3s;
}

.footer-link-three:hover {
  color: rgba(0, 0, 0, .9);
}

.footer-social-block-three {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

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

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

.footer-copyright-2 {
  color: #b6b6b6;
  font-size: .9rem;
  text-decoration: none;
}

.footer-legal-block {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-legal-link {
  color: rgba(0, 0, 0, .5);
  text-decoration: none;
}

.footer-legal-link:hover {
  color: #3a4554;
}

.image-caption-wrapper {
  width: 50%;
  margin-top: 1em;
}

.sauna-grid-right-inner {
  grid-column-gap: 10em;
  grid-row-gap: 10em;
  flex-direction: column;
  padding-top: 10em;
  display: flex;
}

.sauna-grid-item-right {
  flex: 1;
}

.aspec-ratio-landscape {
  width: 100%;
  height: 0%;
  padding-top: 67%;
  position: relative;
}

.sauna-grid-item-big {
  width: 45%;
}

.sauna-grid-wrapper {
  z-index: 1;
  grid-column-gap: 10em;
  grid-row-gap: 10em;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.copy-medium {
  font-size: 1.125em;
  font-weight: 400;
  line-height: 1.3;
}

.full-width {
  width: 100%;
}

.div-block-10 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: flex-end;
  align-items: flex-end;
  width: 90%;
  display: flex;
}

.div-block-10.div-full {
  width: 100%;
}

.div-block-11 {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 30%;
  display: flex;
}

.div-block-11.up {
  margin-top: 128px;
}

.section-img-hero {
  max-width: var(--max-with);
  margin-top: 120px;
  margin-left: auto;
  margin-right: auto;
}

.section-img-hero.special-space {
  margin-top: 200px;
}

.section-img-hero.header-margin {
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-img-hero.header-margin._50 {
  width: 50%;
}

.div-block-hero {
  z-index: 10;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: center;
  align-items: flex-start;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.div-block-hero.center-title {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

.div-block-hero.center-title._50 {
  width: 50%;
}

.content-hero {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50vh;
  display: flex;
}

.content-hero.index-10 {
  z-index: 5;
}

.content-hero.subpage {
  align-items: flex-start;
  width: 60%;
  height: auto;
  position: -webkit-sticky;
  position: sticky;
  top: 128px;
}

.div-block-12 {
  width: 90%;
}

.img-vertical-block {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.section-txt-right2, .section-txt-two-column {
  max-width: var(--max-with);
  margin-top: var(--space100);
  margin-left: auto;
  margin-right: auto;
}

.div-txt-two-column {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.div-txt-two-column.slide {
  justify-content: center;
  align-items: center;
}

.div-block-mod-two-column {
  grid-column-gap: 128px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  width: 90%;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
}

.div-block-13, .div-block-14 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.interior-grid-item-right {
  grid-column-gap: 8em;
  grid-row-gap: 8em;
  flex-flow: column wrap;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 8em;
  display: flex;
}

.div-img-1-col {
  grid-column-gap: 32px;
  grid-row-gap: 128px;
  flex-direction: column;
  align-items: flex-start;
  width: 70%;
  display: flex;
}

.div-img-1-col.home-section {
  justify-content: flex-end;
}

.div-img-1-col.home-section.custom {
  width: 70%;
}

.div-img-full-space {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  align-items: flex-start;
  display: flex;
}

.interior-grid-left-last-image {
  width: 65%;
}

.interior-grid-right-first-image {
  width: 50%;
}

.interior-grid-right-second-image {
  align-self: flex-end;
  width: 70%;
}

.div-img-2-col {
  grid-column-gap: 32px;
  grid-row-gap: 128px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 30%;
  height: 35rem;
  display: flex;
}

.div-img-2-col.home-page {
  grid-row-gap: 32px;
  flex-direction: column;
  align-items: flex-start;
  height: auto;
}

.img-40 {
  border-radius: 32px;
  max-width: 40%;
  display: block;
}

.link-titles {
  color: #000;
  cursor: pointer;
  text-decoration: none;
  transition: all .3s;
}

.link-titles:hover {
  pointer-events: auto;
  transform: translate(6px);
}

.text-field {
  border-radius: 8px;
}

.text-field-style {
  border-radius: 4px;
  height: 52px;
}

.label-txt {
  font-family: Lato, sans-serif;
  font-size: 1.1rem;
  font-style: italic;
  font-weight: 400;
}

.new-img-custom {
  width: 100%;
}

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

.div-video-block {
  z-index: 200;
  border-radius: 32px;
  flex-flow: column;
  width: 100%;
  margin-top: 100px;
  display: flex;
  position: relative;
}

.video {
  border-radius: 32px;
}

.bold-text {
  color: #000;
}

.text-logo {
  color: #000;
  letter-spacing: 1px;
  margin-top: -10px;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.4rem;
}

.dropdown {
  justify-content: flex-end;
  align-items: center;
  margin-right: 86px;
  padding-top: 35px;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.dropdown-toggle {
  align-items: center;
  padding: 0 8px 0 0;
  display: flex;
}

.image-11 {
  max-width: 90%;
  height: 16px;
  padding-right: 30px;
  display: inline-block;
}

.dropdown-list {
  border-radius: 8px;
  margin-top: 13px;
}

.dropdown-list.w--open {
  background-color: #fff;
  border-radius: 8px;
  margin-top: 114px;
}

.dropdown-link {
  border-radius: 8px;
  transition: all .3s;
}

.dropdown-link:hover {
  background-color: #a2e0df;
}

.nav-bar-space {
  flex-flow: row;
  display: flex;
}

.langugage-version {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: row;
  margin-left: 32px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 30px;
  display: flex;
}

.en-language {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #333;
  flex-flow: column;
  padding-top: 8px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.en-language:hover {
  transform: translate(0, -6px);
}

.image-12 {
  max-width: 90%;
  height: 16px;
  padding-right: 0;
  display: inline-block;
}

.img-flag {
  align-self: center;
  width: 32px;
}

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

.cont-content {
  text-align: center;
  max-width: 1000px;
}

.cont-content.term-iframe {
  margin-top: 61px;
  margin-bottom: 61px;
}

.div-full-contect {
  border-radius: 32px;
  height: 100vh;
  margin-top: 32px;
  margin-bottom: 32px;
  box-shadow: -10px 0 10px rgba(0, 0, 0, .15);
}

.html-embed-2 {
  height: 100%;
  padding: 8px;
}

.div-buttons-cta {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: center;
  align-self: center;
  align-items: center;
  display: flex;
}

.div-buttons-cta.new-style {
  align-self: flex-start;
}

.button-secondary {
  color: #000;
  cursor: pointer;
  background-color: rgba(56, 152, 236, 0);
  border: 2px solid #000;
  padding: 10px 22px;
  font-size: 1.1rem;
  line-height: 1.4rem;
}

.button-secondary.bg-white {
  background-color: rgba(255, 255, 255, .6);
  transition: all .3s;
}

.button-secondary.bg-white:hover {
  background-color: #fff;
}

.image-13.special-class {
  margin-bottom: -120px;
}

.div-grid-space {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  grid-template: "."
                 "."
                 / 100% 100% 100%;
  grid-auto-columns: 1fr;
  align-content: stretch;
  justify-content: stretch;
  justify-items: start;
  width: 100%;
  display: inline-grid;
}

.div-box {
  background-color: #e4e4e4;
  border-radius: 32px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-top: 32px;
  padding-bottom: 0;
  padding-right: 0;
  display: flex;
}

.div-box.box {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  align-items: center;
  padding: 16px;
}

.div-box.spec-menu {
  background-color: rgba(228, 228, 228, 0);
}

.img-svg-value {
  width: 64px;
}

.features-table {
  border-bottom: 1px solid #e4ebf3;
  width: 100%;
  margin-top: 200px;
  margin-bottom: 200px;
  padding: 80px 30px;
  position: relative;
}

.container-10 {
  background-color: #fff;
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px;
}

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

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

.comparison-table {
  flex-direction: column;
  margin-top: 50px;
  display: flex;
}

.comparison-row-main {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 24px;
  padding-bottom: 24px;
  display: grid;
}

.comparison-title {
  margin-bottom: 0;
  margin-left: 24px;
}

.comparison-row {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px solid #e4ebf3;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 24px;
  padding-bottom: 24px;
  display: grid;
}

.comparison-negative {
  background-image: url('../images/');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-left: 24px;
  padding-left: 40px;
}

.comparison-positive {
  background-image: none;
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-left: 24px;
  padding-top: 0;
  padding-left: 40px;
}

.div-block-17 {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.features-table-2 {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.comparison-positive-2 {
  background-image: url('../images/');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-left: 24px;
  padding-left: 40px;
}

.grid-space-value {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-left-txt-mix {
  grid-column-gap: 150px;
  grid-row-gap: 150px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.div-block-left-txt-mix.center {
  justify-content: center;
  align-items: center;
}

.div-block-left-txt-mix.product-mode {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
}

.image-14 {
  width: 32px;
}

.link-block {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #000;
  background-color: #fffdda;
  border: 2px solid #a7a7a7;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 8px 16px;
  text-decoration: none;
  display: flex;
}

.sec-clean {
  z-index: 10;
  background-image: url('../images/B.Tomasz_tło_1B.Tomasz_tło.webp'), linear-gradient(#eaeaea, #fff);
  background-position: 0 0, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 800px, auto;
  background-attachment: scroll, scroll;
  padding-top: 0;
  padding-bottom: 100px;
  position: relative;
}

.sec-clean.center-box {
  background-color: #fff;
  background-image: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 64px;
  margin-bottom: 82px;
  display: flex;
}

.sec-clean.center-box.special-space {
  padding-top: 100px;
}

.sec-clean.center-box.special-space.zero-space {
  margin-bottom: 0;
  padding-top: 150px;
  padding-bottom: 150px;
}

.div-sec-down {
  justify-content: space-between;
  padding-top: 32px;
  padding-bottom: 32px;
  display: flex;
}

.div-content-100 {
  flex-flow: column;
  align-items: center;
  width: 100%;
  padding-right: 8px;
  display: flex;
}

.h1-2 {
  color: rgba(39, 39, 39, .9);
  margin-top: 8px;
  margin-bottom: 8px;
  font-size: 3.157rem;
  font-weight: 300;
  line-height: 3.654rem;
}

.h4-2 {
  color: rgba(39, 39, 39, .9);
  margin-top: 8px;
  margin-bottom: 8px;
  font-size: 1.333rem;
  font-weight: 300;
  line-height: 1.777rem;
}

.btn-cta-huge {
  color: rgba(39, 39, 39, .9);
  cursor: pointer;
  background-color: #f2cb05;
  border-radius: 12px;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 12px 16px;
  font-size: 1.2rem;
  transition: all .3s;
}

.btn-cta-huge:hover {
  background-color: #dab601;
}

.nav-shop-ico {
  z-index: 600;
  background-color: rgba(0, 0, 0, 0);
  padding: 20px;
  transition: all .3s;
  position: fixed;
  top: 0;
  left: 0;
  right: auto;
}

.nav-shop-ico:hover {
  background-color: #a3a3a3;
  border-bottom-right-radius: 48px;
}

.nav-shop-ico.w--current {
  padding: 20px;
  transition: all .3s;
}

.nav-shop-ico.w--current:hover {
  background-color: var(--bg);
  mix-blend-mode: difference;
  border-bottom-right-radius: 48px;
}

.div-block-18 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 0;
  display: flex;
}

.img-socia {
  border-radius: 4px;
  width: 20px;
}

.link {
  color: #000;
  font-weight: 700;
  text-decoration: none;
}

.social-media-space {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  display: flex;
}

.div-block-19 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #e7e7e7;
  border-radius: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 12px 16px;
  display: flex;
}

.div-social {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: row;
  justify-content: space-between;
  display: flex;
}

.link-block-2 {
  border-radius: 2px;
}

.image-16, .image-17, .image-18 {
  border-radius: 6px;
}

.div-block-20 {
  flex-flow: column;
  padding-top: 40%;
}

.div-block-21 {
  flex-flow: column;
  justify-content: space-between;
  height: 100%;
  display: flex;
}

.space-between {
  grid-column-gap: 120px;
  grid-row-gap: 120px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.section-triggers {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.section-triggers.section-triggers__scroll-down {
  width: 1px;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: auto;
}

.dynamic-number__wrap {
  transform-origin: 50%;
  flex: none;
  height: 5vh;
  position: relative;
  top: 0;
  left: 0;
  overflow: hidden;
}

.dynamic-content__block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 70%;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

.wrap__sticky {
  z-index: 1;
  position: static;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}

.wrap__sticky.sticky {
  background-color: #d1d1d1;
  height: 100vh;
  position: relative;
}

.wrap__sticky.sticky.sticky-5 {
  background-color: #191919;
}

.section-sticky {
  width: 100vw;
  position: relative;
  overflow: visible;
}

.dynamic-number__inner-wrap {
  height: 20vh;
  transform: translate(0);
}

.dynamic-number__inner-wrap.dynamic-number__track {
  transform: none;
}

.section-sticky__outer-wrap {
  width: 100vw;
  position: relative;
}

.step-block__text-title {
  color: #fff;
  margin-bottom: 10px;
  font-size: 20px;
}

.step-block__text-title.text-title_1 {
  opacity: 1;
}

.stepper-wrap {
  height: 100%;
  padding-top: 20px;
  padding-bottom: 40px;
  display: flex;
}

.dynamic-text {
  color: #fff;
  text-align: left;
  letter-spacing: 2px;
  font-size: 30px;
  line-height: 5vh;
}

.dynamic-text.dt-number {
  color: rgba(255, 255, 255, .5);
  font-family: Inconsolata, monospace;
  font-size: 36px;
  line-height: 5vh;
}

.dynamic-text.dt-number.placeholder {
  z-index: 3;
  position: absolute;
  top: 0;
  left: 0;
}

.step-block__text-number {
  color: #7d8082;
  font-weight: 300;
}

.section-trigger {
  height: 1px;
  position: relative;
}

.section-trigger.section-trigger__2 {
  z-index: 999;
  background-color: rgba(0, 0, 0, 0);
  width: 1px;
  height: 1px;
  position: absolute;
  top: 40%;
}

.section-trigger.section-trigger__3 {
  z-index: 999;
  background-color: rgba(0, 0, 0, 0);
  width: 1px;
  height: 1px;
  position: absolute;
  top: 60%;
}

.section-trigger.section-trigger__1 {
  z-index: 999;
  background-color: rgba(0, 0, 0, 0);
  width: 1px;
  height: 1px;
  position: absolute;
  top: 20%;
}

.section-trigger.section-trigger__4 {
  z-index: 999;
  background-color: rgba(0, 0, 0, 0);
  width: 1px;
  position: absolute;
  top: 80%;
}

.step-block__progress-bar {
  background-color: #7d8082;
  width: 100%;
  height: 1px;
  margin-top: 8px;
  margin-bottom: 12px;
  overflow: hidden;
}

.wrap {
  width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.wrap._w-custom.w60-60 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.inner-fw__text-block {
  color: #fff;
  letter-spacing: .5px;
  font-size: 22px;
  line-height: 30px;
}

.div-block-2 {
  z-index: 2;
  background-color: #191919;
  width: 20px;
  height: 5vh;
  position: absolute;
  top: 0;
  left: 0;
}

.text-block-2 {
  font-family: Exo, sans-serif;
  font-size: 22px;
  font-weight: 500;
}

.div-block {
  filter: invert();
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 24px;
  height: 24px;
  margin-top: 0;
  margin-bottom: 10px;
  transform: rotate(-90deg);
}

.div-block._1 {
  margin-top: 10px;
  margin-bottom: 0;
  transform: rotate(90deg);
}

.dynamic-text__wrap {
  flex: none;
  height: 5vh;
  display: block;
  position: relative;
  overflow: hidden;
}

.wrap-block__inner-fw {
  flex: 0 auto;
  align-items: stretch;
  width: 100%;
  height: 50vh;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.wrap-block__inner-fw.inner-fw__bottom {
  flex-direction: column;
}

.step-block__progress-bar-inner {
  background-color: #fff;
  width: 100%;
  height: 1px;
  transform: translate(-100%);
}

.step-block__text-description {
  color: #d1d1d1;
  letter-spacing: .25px;
  font-weight: 300;
}

.step-block__text-description.text-description-2, .step-block__text-description.text-description-3, .step-block__text-description.text-description-4 {
  opacity: 1;
}

.dynamic-section__wrap {
  z-index: 2;
  transform-origin: 0% 100% 0px;
  flex-flow: column;
  flex: none;
  justify-content: flex-start;
  align-items: stretch;
  display: block;
  position: absolute;
  top: -76px;
  left: -5px;
  transform: rotate(90deg);
}

.section-sticky__wrap {
  z-index: 2;
  width: 100%;
  height: 300vh;
  display: block;
  position: relative;
}

.section-sticky__wrap.section-sticky__wrap-progress {
  z-index: 0;
  height: 500vh;
  overflow: visible;
}

.section-sticky__wrap.section-sticky__wrap-small {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  height: 120vh;
  padding-bottom: 30vh;
  display: flex;
  position: relative;
  overflow: visible;
}

.section-sticky__wrap.section-sticky__wrap-small.bottom {
  justify-content: flex-start;
  padding-top: 30vh;
  padding-bottom: 0;
}

.step-block {
  flex-direction: column;
  align-items: flex-start;
  width: 25%;
  height: 100%;
  margin-right: 20px;
  display: flex;
}

.step-block.step-block__4 {
  width: 15%;
  margin-right: 0%;
}

.step-block.step-block__2, .step-block.step-block__3 {
  width: 15%;
  margin-right: 2%;
}

.step-block.step-block__1 {
  width: 49%;
  margin-right: 2%;
}

.main-img {
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.slide-content {
  z-index: 2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.slide-overlay {
  z-index: 1;
  background-color: rgba(0, 0, 0, .45);
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.slide-overlay.extra-img-overlay {
  width: auto;
}

.extra-img-content {
  z-index: 2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.slider-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.slide-nav {
  display: none;
}

.extra-img {
  width: 95%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -97.5%;
}

.extra-img.last-slide {
  top: 0;
  bottom: 0;
  left: auto;
  right: -97.5%;
}

.slider-mask {
  width: 40%;
  margin-left: auto;
  display: block;
  overflow: visible;
}

.section-2 {
  background-color: #dbdbdb;
  flex-direction: column;
  justify-content: center;
  height: 100vh;
  display: flex;
}

.slider-arrow {
  background-color: #fff;
  width: 72px;
  height: 72px;
  top: 0;
  left: 0;
}

.slider-arrow.right {
  top: 0;
  left: auto;
  right: 0;
}

.slide {
  position: relative;
}

.slider {
  background-color: rgba(0, 0, 0, 0);
  height: 50vh;
  overflow: hidden;
}

.slider-arrow-icon {
  color: #000;
  font-size: 22px;
}

.slide-2 {
  text-align: center;
  background-color: #fdf8f7;
  padding: 16px 60px;
}

.slide-2.bg {
  background-color: #fef5e8;
}

.slide-2.bg-3 {
  background-color: #f4e4c9;
}

.section-slider {
  margin-top: 100px;
  margin-bottom: 100px;
}

.slider-2 {
  height: 100%;
}

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

.button-text-cta {
  font-size: 1.1rem;
  line-height: 1.4rem;
}

.icon, .icon-2 {
  color: #000;
}

.div-opinion {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: #f5f5f5;
  border-radius: 32px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 23px;
  display: flex;
}

.div-opinion.box {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  align-items: center;
  padding: 16px;
}

.div-footer-link {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.div-footer-link.logo {
  padding-left: 8px;
}

.nav-title {
  padding-bottom: 8px;
  font-size: 1.2rem;
  font-weight: 700;
}

.navbar-logo-left {
  z-index: 200;
  background-color: var(--white);
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: rgba(0, 0, 0, 0);
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  max-width: 1440px;
  margin-bottom: 0;
  margin-right: auto;
  padding: 8px 0;
}

.container-nav {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}

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

.navbar-brand {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

.nav-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  border-radius: 16px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: .9rem;
  line-height: 20px;
  text-decoration: none;
  transition: all .3s;
}

.nav-link:hover {
  color: rgba(26, 27, 31, .75);
  border-radius: 16px;
}

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

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

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

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

.nav-dropdown-toggle:hover {
  color: rgba(26, 27, 31, .75);
}

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

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

.nav-dropdown-icon {
  margin-right: 10px;
}

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

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

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

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

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

.nav-divider {
  background-color: #858585;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: .9rem;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: rgba(26, 27, 31, .75);
}

.btn-secondary {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: 4px solid var(--primary-3);
  color: #000;
  letter-spacing: 0;
  text-transform: none;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 500px;
  justify-content: center;
  align-items: center;
  padding: 8px 16px;
  font-size: .9rem;
  font-weight: 400;
  line-height: 1rem;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.btn-secondary:hover {
  border-color: var(--primary-3);
}

.btn-secondary:active {
  background-color: #43464d;
}

.btn-secondary.green {
  border-color: var(--primary-2);
}

.btn-secondary.green:hover {
  border-color: var(--primary-3);
}

.btn-secondary.white {
  border-color: var(--white);
}

.btn-secondary.white:hover {
  border-color: var(--primary-1);
}

.btn-secondary.white.txt-white {
  color: #fff;
}

.btn-secondary.white.bold {
  transition-duration: .3s;
}

.btn-secondary.white.bold:hover {
  border-color: var(--white);
  background-color: var(--white);
}

.btn-secondary.black {
  border-color: var(--primary);
}

.btn-secondary.bold {
  font-weight: 600;
}

.text-block-3 {
  color: #000;
}

.def-cont {
  max-width: 1440px;
  padding-left: 20px;
  padding-right: 20px;
}

.def-cont.hero {
  height: 100vh;
}

.def-cont.hero-page {
  justify-content: center;
  align-items: center;
  height: 90vh;
  display: flex;
}

.def-cont.small-space {
  max-width: 1200px;
}

.def-cont.second-page {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: auto;
  display: flex;
}

.def-cont.new-hero {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-2-col {
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  margin-top: 100px;
  margin-bottom: 100px;
  display: flex;
}

.div-2-col.hero {
  flex-flow: row;
  height: 90vh;
}

.div-2-col.hero.subpage {
  justify-content: space-between;
}

.div-2-col.hero.bg {
  background-image: url('../images/wedly-weselna-strona-internetowa-1920x1080.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 32px;
  justify-content: flex-start;
  align-items: center;
}

.div-2-col.second-page {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 0;
}

.div-hero-txt {
  z-index: 20;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #fff;
  border-radius: 32px;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 100px;
  padding: 32px;
  display: flex;
  position: relative;
}

.div-hero-txt.green {
  background-color: var(--primary-2);
  max-width: 700px;
}

.div-hero-txt.gray {
  background-color: var(--primary-1);
  max-width: 700px;
}

.div-hero-txt._50 {
  width: 50%;
}

.div-hero-txt.other-size {
  background-color: var(--white);
  width: 700px;
  margin-top: 200px;
  margin-left: 32px;
}

.div-hero-txt.other-size.center {
  justify-content: center;
  align-items: center;
}

.div-hero-txt.new-hero-section {
  background-color: var(--white);
  width: 600px;
  margin-top: 80px;
  padding: 0 32px 0 0;
}

.div-hero-txt.new-hero-section.center {
  justify-content: center;
  align-items: center;
}

.div-hero-txt._2-class {
  background-color: var(--white);
  width: 600px;
  margin-top: 430px;
  margin-left: 0;
  padding: 0;
}

.div-hero-txt._2-class.center {
  justify-content: center;
  align-items: center;
}

.div-hero-txt._3-class {
  background-color: var(--white);
  width: 600px;
  margin-top: 360px;
  margin-left: 0;
  padding: 0;
}

.div-hero-txt._3-class.center {
  justify-content: center;
  align-items: center;
}

.div-hero-txt._4-class {
  background-color: var(--white);
  width: 600px;
  margin-top: 650px;
  padding: 0;
}

.div-hero-txt._4-class.center {
  justify-content: center;
  align-items: center;
}

.h4-3 {
  color: #3a3826;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 2.6rem;
}

.txt-body-4 {
  font-size: 1.2rem;
  line-height: 1.6rem;
}

.txt-body-4.center {
  text-align: center;
}

.text-block-4 {
  color: #202020;
  line-height: 1.6rem;
}

.h1-hero {
  color: #3a3826;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 2.6rem;
}

.btn-primary {
  border: 4px solid var(--primary-3);
  background-color: var(--primary-3);
  color: #000;
  letter-spacing: 0;
  text-transform: none;
  border-radius: 500px;
  padding: 8px 16px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1rem;
  text-decoration: none;
  transition: all .2s;
}

.btn-primary:hover {
  border-color: var(--primary-2);
  background-color: var(--primary-2);
}

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

.btn-primary.green {
  border-color: var(--primary-2);
  background-color: var(--primary-2);
}

.btn-primary.green:hover {
  border-color: var(--primary-3);
  background-color: var(--primary-3);
}

.btn-primary.white {
  border-color: var(--white);
  background-color: var(--white);
}

.btn-primary.white:hover {
  border-color: var(--primary-1);
  background-color: var(--primary-1);
}

.div-btn-flex {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-btn-flex.cennter {
  justify-content: center;
  align-items: center;
}

.div {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 80%;
  display: flex;
}

.background-page {
  z-index: 20;
  opacity: 1;
  -webkit-text-stroke-color: var(--primary);
  font-size: 20rem;
  font-weight: 100;
  line-height: 5rem;
  position: relative;
  top: 10%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.background-page.white {
  opacity: 1;
  color: var(--primary);
  mix-blend-mode: normal;
  margin-top: 170px;
  margin-bottom: 250px;
  font-size: 25rem;
  font-weight: 100;
  line-height: 5rem;
  position: static;
}

.background-page.white-copy {
  opacity: 1;
  color: var(--primary);
  mix-blend-mode: normal;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14rem;
  font-weight: 100;
  line-height: 14rem;
  position: static;
}

.background-page.subpage {
  line-height: 12rem;
}

.section-brake {
  margin-top: 250px;
  margin-bottom: 250px;
}

.section-brake.zero-space {
  margin-top: 0;
}

.div-brake {
  background-color: var(--primary-1);
  background-image: url('../images/E.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 32px;
  padding: 60px 32px;
  display: flex;
}

.div-brake.prmary3 {
  background-color: var(--primary-3);
}

.div-brake.letters-space {
  background-color: var(--primary-2);
  background-image: none;
}

.div-brake-col {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.div-txt-2col {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 70%;
  display: flex;
}

.txt-body {
  margin-bottom: 0;
}

.txt-body.bold-text {
  margin-top: 0;
}

.txt-body.center {
  width: 600px;
}

.background-letter {
  z-index: 20;
  opacity: .38;
  color: #000;
  font-size: 400px;
  font-weight: 100;
  line-height: 50px;
  position: absolute;
  bottom: -135.594px;
  right: 50px;
}

.section-info {
  margin-top: 150px;
  margin-bottom: 150px;
}

.div-3-col-space {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: space-around;
  align-items: flex-start;
  display: flex;
}

.div-comment {
  background-color: var(--primary-2);
  border-radius: 24px;
  width: 400px;
  padding: 24px;
}

.column {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-space-col {
  border-radius: 24px;
  width: 100%;
  padding: 24px;
}

.div-space-col.spec {
  height: 400px;
}

.div-space-col._300 {
  height: 200px;
}

.div-space-col._100 {
  height: 100px;
}

.div-arrow {
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  margin-right: -32px;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
}

.div-arrow.right {
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: -32px;
  margin-right: 0;
}

.div-arrow.right.spec {
  margin-top: 100px;
  padding-bottom: 8px;
}

.div-arrow.space-down {
  margin-bottom: 150px;
}

.div-arrow.space-down._200 {
  margin-bottom: 200px;
}

.div-space-col-arrow {
  border-radius: 24px;
  width: 450px;
  padding: 8px 24px 24px;
}

.div-block-23 {
  width: 50%;
}

.div-flex-vert {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.div-block-25 {
  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-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.grid-info {
  border-left: 4px solid var(--primary-2);
  padding-left: 16px;
}

.grid-info.gray {
  height: 90px;
}

.grid-info.other {
  border-left-color: var(--primary-3);
  height: 90px;
}

.image-19 {
  width: 600px;
}

.div-2-col-center {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 100px;
  margin-bottom: 100px;
  display: flex;
}

.div-2-col-center.info-box {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: flex-start;
  align-items: flex-start;
}

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

.team-slider {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

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

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

.team-slider-wrapper {
  background-color: rgba(0, 0, 0, 0);
  height: auto;
  margin-top: 50px;
}

.team-slide-wrapper {
  width: 350px;
  margin-right: 32px;
}

.team-block {
  background-color: #fff;
  height: 100%;
}

.div-function {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: var(--primary-1);
  border-radius: 32px;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
  padding: 32px;
  display: flex;
}

.div-function.hover-01 {
  justify-content: center;
  align-items: flex-start;
  transition: all .3s;
}

.div-function.hover-01:hover {
  background-color: var(--primary-2);
}

.div-function.hover-02 {
  transition: all .3s;
}

.div-function.hover-02:hover {
  background-color: var(--primary-3);
}

.title {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
}

.team-member-text {
  margin-bottom: 20px;
}

.text-link-arrow {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed {
  margin-left: 2px;
  display: flex;
}

.team-slider-arrow {
  display: none;
}

.team-slider-nav {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.mask-2 {
  height: 350px;
}

.h2-2 {
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4rem;
  font-weight: 400;
  line-height: 4.5rem;
}

.section-img-hero-2 {
  max-width: 1200px;
  margin-top: 120px;
  margin-left: auto;
  margin-right: auto;
}

.button-cta-primary-2 {
  background-color: #3a3826;
  padding: 12px 24px;
  font-size: 1.1rem;
  line-height: 1.4rem;
  transition: all .3s;
}

.button-cta-primary-2:hover {
  background-color: #202020;
}

.div-left-scroll {
  z-index: 10;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.div-left-scroll.center-title {
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

.img-medium {
  border-radius: var(--round32);
  width: 500px;
}

.div-img-info-box {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: var(--primary-2);
  background-image: url('../images/img-svg-2.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 32px;
  flex-direction: column;
  align-items: flex-start;
  width: 500px;
  padding: 32px 32px 32px 100px;
  transition: all .3s;
  display: flex;
}

.div-img-info-box:hover {
  background-color: var(--primary-3);
}

.div-img-info-box.hover-01 {
  transition: all .3s;
}

.div-img-info-box.hover-01:hover {
  background-color: var(--primary-2);
}

.div-img-info-box.hover-02 {
  transition: all .3s;
}

.div-img-info-box.hover-02:hover {
  background-color: var(--primary-3);
}

.div-img-info-box.other-bg {
  background-image: url('../images/img-svg.svg');
  background-position: 0%;
  background-size: 120px;
}

.div-img-info-box.other-bg:hover {
  background-color: var(--primary-3);
}

.div-txt-box {
  z-index: 10;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.div-txt-box.center-title {
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

.div-txt-box.right {
  justify-content: flex-end;
  align-items: flex-start;
}

.div-content-txt {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50vh;
  display: flex;
}

.div-content-txt.index-10 {
  z-index: 5;
}

.div-content-txt.subpage {
  align-items: flex-start;
  width: 450px;
  height: auto;
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
}

.text-block-5 {
  color: #202020;
  line-height: 1.6rem;
}

.div-video {
  z-index: 200;
  border-radius: 32px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.div-box-txt {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  align-items: flex-start;
  width: 600px;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 128px;
}

.div-box-txt.center {
  text-align: center;
}

.div-box-txt.product-mod.special-space {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
}

.div-img-info-box-copy {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: var(--primary-2);
  background-image: url('../images/img-svg-2.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 32px;
  flex-direction: column;
  align-items: flex-start;
  width: 500px;
  padding: 32px 32px 32px 100px;
  transition: all .3s;
  display: flex;
}

.div-img-info-box-copy:hover {
  background-color: var(--primary-3);
}

.div-img-info-box-copy.hover-01 {
  transition: all .3s;
}

.div-img-info-box-copy.hover-01:hover {
  background-color: var(--primary-2);
}

.div-img-info-box-copy.hover-02 {
  transition: all .3s;
}

.div-img-info-box-copy.hover-02:hover {
  background-color: var(--primary-3);
}

.div-img-info-box-copy.other-bg {
  background-image: url('../images/img-svg.svg');
  background-position: 0%;
  background-size: 120px;
}

.div-img-info-box-copy.other-bg:hover {
  background-color: var(--primary-3);
}

.div-txt-spec-box {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: var(--primary-2);
  color: #004204;
  border-radius: 32px;
  flex-direction: column;
  align-items: flex-start;
  padding: 32px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.div-txt-spec-box:hover {
  background-color: var(--primary-3);
}

.div-txt-spec-box.hover-01 {
  background-color: var(--primary-3);
  transition: all .3s;
}

.div-txt-spec-box.hover-01:hover {
  background-color: var(--primary-2);
}

.div-txt-spec-box.hover-02 {
  transition: all .3s;
}

.div-txt-spec-box.hover-02:hover {
  background-color: var(--primary-3);
}

.div-txt-spec-box.other-bg {
  background-image: url('../images/img-svg.svg');
  background-position: 0%;
  background-size: 120px;
}

.div-txt-spec-box.other-bg:hover {
  background-color: var(--primary-3);
}

.div-txt-spec-box.bg-color {
  background-color: var(--primary-1);
  width: 100%;
}

.div-txt-spec-box.bg-black-colour {
  background-color: var(--primary);
  color: #fff;
}

.div-txt-spec-box.gray {
  background-color: var(--primary-1);
  color: var(--primary);
}

.div-txt-spec-box.gray.small {
  width: 450px;
}

.div-txt-spec-box.green {
  background-color: var(--primary-2);
  width: 650px;
}

.div-txt-spec-box.primary3 {
  background-color: var(--primary-3);
  width: 650px;
}

.div-txt-spec-box.black {
  background-color: var(--primary);
  color: #fff;
}

.div-txt {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.div-txt.subpage {
  justify-content: flex-start;
  align-items: flex-start;
}

.div-arrow-space {
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.div-2-col-inside {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.img-16px {
  border-radius: var(--mobile-margin);
  height: 300px;
}

.grid-block {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: row;
  grid-template: "."
                 "."
                 / 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  margin-top: 32px;
  display: grid;
}

.h2-3 {
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4rem;
  font-weight: 400;
  line-height: 4.5rem;
}

.h2-3.center {
  text-align: center;
  width: 800px;
}

.h2-4 {
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4rem;
  font-weight: 400;
  line-height: 4.5rem;
}

.h2-4.center {
  text-align: center;
  width: 800px;
}

.cont-1441 {
  z-index: 100;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  align-items: flex-start;
  max-width: 1400px;
  margin-top: 64px;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
}

.section-video {
  margin-top: 200px;
  margin-bottom: 200px;
}

.img-32px {
  border-radius: var(--round32);
  width: 800px;
}

.div-list-vertical {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.div-list-vertical.other {
  width: 30%;
}

.grid-space-value-vertical {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.div-pricing {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  max-width: 1400px;
  margin-top: 32px;
  display: flex;
}

.div-box-pricing {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.list-class {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  display: flex;
}

.btn-secondary-icons {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: 4px solid var(--elements-webflow-library-neutral--600);
  color: #000;
  letter-spacing: 0;
  text-transform: none;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 500px;
  justify-content: center;
  align-items: center;
  padding: 4px 4px 4px 16px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1rem;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.btn-secondary-icons:hover {
  border-color: var(--primary-3);
}

.btn-secondary-icons:active {
  background-color: #43464d;
}

.btn-secondary-icons.green {
  border-color: var(--primary-2);
  transition-duration: .3s;
}

.btn-secondary-icons.green:hover {
  border-color: var(--primary-3);
}

.btn-secondary-icons.white {
  border-color: var(--white);
}

.btn-secondary-icons.white:hover {
  border-color: var(--primary-1);
}

.btn-secondary-icons.white.txt-white {
  color: #fff;
}

.btn-secondary-icons.black {
  border-color: var(--primary);
}

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

.link-block-3 {
  text-decoration: none;
}

.div-link-page {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: var(--primary-1);
  color: #000;
  border-radius: 32px;
  justify-content: flex-start;
  align-items: center;
  width: 500px;
  padding: 24px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.div-link-page:hover {
  background-color: var(--primary-2);
  transform: translate(12px);
}

.div-block-mod-copy {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  align-items: flex-start;
  width: 70%;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 128px;
}

.div-block-mod-copy.center {
  text-align: center;
}

.div-block-mod-copy.product-mod.special-space {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
}

.txt-nav-button {
  font-size: .9rem;
  font-weight: 400;
}

.section-4 {
  background-image: url('../images/wedly-weselna-strona-internetowa-1920x1080.jpg');
  background-position: 0 0;
  background-size: auto;
}

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

.navbar-logo-left-container-2 {
  z-index: 5;
  background-color: rgba(0, 0, 0, 0);
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container-2.shadow-three {
  width: 100%;
  max-width: 1140px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

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

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

.nav-link-2 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-2:hover {
  color: rgba(26, 27, 31, .75);
}

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

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

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

.nav-link-dopdown {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: .9rem;
  line-height: 20px;
}

.nav-link-dopdown:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-link-dopdown:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

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

.nav-dropdown-icon-2 {
  margin-right: 10px;
}

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

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

.nav-dropdown-list-2.shadow-three.mobile-shadow-hide.w--open {
  background-color: var(--white);
}

.nav-dropdown-link-2 {
  padding: 5px 8px;
  font-size: 14px;
}

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

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

.nav-divider-2 {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent-2 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent-2:hover {
  color: rgba(26, 27, 31, .75);
}

.button-primary-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

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

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

.list-item {
  border-radius: 16px;
  display: block;
}

.image-21 {
  border-radius: 32px;
}

.hero-img-mobile {
  width: 600px;
}

.div-block-26 {
  display: none;
}

.img-full-space {
  border-radius: 32px;
  width: 100%;
}

.link-2 {
  color: #000;
  cursor: pointer;
  text-decoration: none;
}

.section-second-page {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: auto;
  display: flex;
}

.div-2-col---new-hero {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  overflow: clip;
}

.image-22 {
  width: 350px;
}

.cover {
  z-index: 50;
  object-fit: fill;
}

.to-slide {
  object-fit: fill;
  padding-left: 12px;
  padding-right: 10px;
}

.div-img-slider {
  z-index: 40;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 340px;
  display: flex;
  position: relative;
  top: -1180px;
}

.section-5 {
  flex-flow: row;
}

.test-sticky {
  z-index: 50;
  flex-flow: column;
  width: 350px;
  margin-top: -70px;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.second-div {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 350px;
  height: 3000px;
  display: flex;
}

.div-txt-hero-section {
  height: 100%;
}

.mouse-animation {
  z-index: 10;
  flex-direction: column;
  align-items: center;
  margin-bottom: 50px;
  display: none;
  position: relative;
}

.mouse-round {
  border: 3px solid rgba(39, 39, 39, .6);
  border-radius: 100px;
  justify-content: center;
  align-items: flex-start;
  width: 30px;
  height: 50px;
  display: flex;
}

.mouse-circle {
  background-color: rgba(39, 39, 39, .6);
  border-radius: 50%;
  width: 6px;
  height: 6px;
  margin-top: 8px;
}

.icon-3 {
  background-color: var(--primary-2);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 4px;
  display: flex;
}

.section-subhero {
  margin-top: 50px;
  margin-bottom: 250px;
}

.div-block-27 {
  background-color: #fff;
}

.div-flex {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 16px;
  display: grid;
}

.image-23 {
  border-radius: 16px;
}

@media screen and (min-width: 1920px) {
  .h4.title.short {
    font-size: 3rem;
    line-height: 3.5rem;
  }

  .h4.title.short._70 {
    width: 70%;
  }

  .txt-body {
    font-size: 1.2rem;
    line-height: 1.66rem;
  }

  .h2 {
    font-size: 3rem;
  }

  .div-block-txt-left.space.down {
    width: 100%;
  }

  .img-hero {
    width: 85%;
    margin-left: -700px;
  }

  .img-hero.subpage {
    width: 850px;
  }

  .img-hero.subpage-323 {
    height: 650px;
  }

  .container-right {
    max-width: 1440px;
  }

  .div-block-center {
    top: 800px;
  }

  .h1 {
    font-size: 4rem;
    line-height: 4.5rem;
  }

  .h1.thin {
    font-weight: 400;
  }

  .content.index-10 {
    width: 1000px;
  }

  .img-huge {
    width: 950px;
  }

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

  .img-vertical-block {
    width: 70%;
  }

  .nav-link, .btn-secondary {
    font-size: 1rem;
  }

  .def-cont.hero-page.bg {
    height: 100vh;
  }

  .def-cont.second-page {
    padding-left: 0;
    padding-right: 0;
  }

  .div-2-col.hero {
    margin-top: 0;
  }

  .div-2-col.hero.bg {
    height: 85vh;
  }

  .div-2-col.second-page {
    justify-content: space-between;
  }

  .div-hero-txt.gray {
    max-width: 600px;
  }

  .div-hero-txt.new-hero-section {
    margin-top: 120px;
  }

  .div-hero-txt._2-class {
    margin-top: 600px;
  }

  .div-hero-txt._3-class {
    margin-top: 520px;
  }

  .div-hero-txt._4-class {
    margin-top: 400px;
  }

  .txt-body-4 {
    font-size: 1.2rem;
    line-height: 1.6rem;
  }

  .div.subpage {
    width: 100%;
  }

  .background-page {
    left: 15%;
  }

  .background-page.white {
    opacity: .8;
    color: var(--primary);
    margin-top: 300px;
    margin-bottom: 300px;
    font-size: 30rem;
    left: 0%;
  }

  .background-page.white-copy {
    opacity: .8;
    color: var(--primary);
    font-size: 14rem;
    left: 0%;
  }

  .div-content-txt.subpage {
    width: 40%;
  }

  .div-txt-spec-box.green, .div-txt-spec-box.primary3 {
    width: auto;
  }

  .cont-1441 {
    max-width: 1440px;
  }

  .text-block---box {
    font-size: 1.2rem;
    line-height: 1.66rem;
  }

  .section-second-page {
    height: 70vh;
  }

  .section-second-page.special {
    height: 50vh;
  }

  .to-slide {
    width: 100%;
  }

  .div-img-slider {
    width: 440px;
    margin-top: -350px;
  }

  .test-sticky, .second-div {
    width: 450px;
  }

  .section-end {
    margin-top: 200px;
  }
}

@media screen and (max-width: 991px) {
  .menu-button-3 {
    padding: 8px;
  }

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

  .menu-icon {
    display: block;
  }

  .navbar-space {
    background-color: #fff;
    border: 2px solid rgba(30, 30, 31, .4);
  }

  .nav-link-menu {
    text-align: center;
    padding: 15px 30px;
    transition: background-color .4s, opacity .4s, color .4s;
  }

  .nav-link-menu:hover {
    background-color: #f7f8f9;
  }

  .nav-link-menu:active {
    background-color: #eef0f3;
  }

  .nav-link-menu.bar {
    text-align: left;
  }

  .h4.title.short {
    width: 100%;
  }

  .footer-copyright {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
  }

  .ico-shop {
    width: 60px;
  }

  .section, .h2.center, .hero {
    width: 100%;
  }

  .overview-2-item-big {
    padding-bottom: 0;
  }

  .overview-2-wrapper {
    grid-column-gap: 5em;
    grid-row-gap: 5em;
    align-items: center;
    width: 100%;
    margin-left: 0%;
  }

  .overview-1-wrapper {
    grid-column-gap: 6vw;
    width: 100%;
    margin-top: -30vw;
    padding-right: 0;
  }

  .overview-2-item-small {
    order: 1;
  }

  .div-block-txt-left.space.down {
    flex-flow: column;
  }

  .cont-1440 {
    padding-left: 8px;
    padding-right: 8px;
  }

  .cont-1440.special-space {
    width: 100%;
  }

  .div-9 {
    position: static;
  }

  .div-8 {
    flex-direction: column-reverse;
  }

  .img-hero {
    width: 50%;
  }

  .img-hero.small {
    width: 100%;
    max-width: 100%;
  }

  .container-right {
    flex-direction: column;
  }

  .div-11 {
    position: static;
  }

  .div-12 {
    flex-direction: column-reverse;
  }

  .div-16 {
    position: static;
  }

  .div-15 {
    flex-direction: column-reverse;
  }

  .container-8.spec2 {
    padding-left: 0;
    padding-right: 0;
  }

  .vectors-wrapper {
    padding-left: 129px;
    padding-right: 129px;
  }

  .div-17 {
    top: 39px;
    left: 316px;
  }

  .div-18 {
    flex-direction: column-reverse;
  }

  .div-19 {
    position: static;
  }

  .content, .content.index-10, .content.bg-gray {
    width: 100%;
  }

  .cont-1440-img.home-section {
    grid-row-gap: 32px;
    justify-content: flex-start;
    display: flex;
  }

  .div-block-right-txt-mix, .div-block-right-txt-mix.vertical, .div-block-right-txt-mix.new-vertical {
    flex-flow: column;
  }

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

  .footer-form-two {
    padding: 40px;
  }

  .footer-form-title {
    margin-right: 15px;
  }

  .footer-form-input {
    width: 400px;
    padding-right: 180px;
  }

  .footer-wrapper-three {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

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

  .image-caption-wrapper {
    width: 80%;
  }

  .sauna-grid-right-inner {
    grid-column-gap: 5em;
    grid-row-gap: 5em;
    flex-direction: row;
    width: 100%;
    padding-top: 0;
  }

  .sauna-grid-item-right, .sauna-grid-item-big {
    width: 100%;
  }

  .sauna-grid-wrapper {
    grid-column-gap: 5em;
    grid-row-gap: 5em;
    flex-direction: column;
  }

  .div-block-hero {
    padding-left: 8px;
    padding-right: 8px;
  }

  .content-hero {
    width: 100%;
  }

  .div-block-mod-two-column {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .interior-grid-item-right {
    grid-column-gap: 5em;
    grid-row-gap: 5em;
    width: 100%;
    padding-top: 0;
  }

  .div-img-1-col {
    grid-column-gap: 5em;
    grid-row-gap: 5em;
    width: 100%;
  }

  .div-img-full-space {
    grid-column-gap: 5em;
    grid-row-gap: 5em;
    flex-direction: column;
  }

  .interior-grid-left-last-image, .interior-grid-right-first-image, .interior-grid-right-second-image {
    width: 100%;
  }

  .div-img-2-col {
    grid-column-gap: 5em;
    grid-row-gap: 5em;
    width: 100%;
  }

  .cont-content {
    padding-left: 8px;
    padding-right: 8px;
  }

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

  .div-sec-down {
    background-color: rgba(0, 0, 0, 0);
    margin-top: 50px;
    margin-bottom: 50px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .h1-2 {
    font-size: 2.369rem;
    line-height: 3.157rem;
  }

  .btn-cta-huge {
    font-size: 1.1rem;
  }

  .nav-shop-ico {
    background-color: #fff;
    border: 2px solid rgba(30, 30, 31, .4);
  }

  .dynamic-number__wrap {
    height: 4vh;
    margin-bottom: 6px;
  }

  .section-sticky {
    overflow: visible;
  }

  .dynamic-number__inner-wrap {
    height: 16vh;
  }

  .dynamic-number__inner-wrap.dynamic-number__track {
    height: 20vh;
  }

  .dynamic-text {
    font-size: 24px;
    line-height: 4vh;
  }

  .dynamic-text.dt-number {
    font-size: 30px;
  }

  .wrap {
    width: 645px;
  }

  .wrap._w-custom.w60-60 {
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }

  .div-block-2 {
    width: 17px;
  }

  .dynamic-text__wrap {
    height: 4vh;
  }

  .dynamic-section__wrap {
    top: -57px;
    left: -3px;
  }

  .slider {
    height: 24vh;
  }

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

  .nav-menu-wrapper {
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

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

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

  .menu-button {
    padding: 12px;
  }

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

  .def-cont {
    width: 100%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .def-cont.hero-page {
    height: auto;
  }

  .def-cont.hero-page.bg {
    max-width: 100%;
    height: 80vh;
  }

  .div-2-col.hero {
    flex-flow: column;
    height: auto;
  }

  .div-2-col.hero.bg {
    justify-content: center;
    align-items: flex-start;
    height: 80vh;
  }

  .div-hero-txt {
    padding: 0;
  }

  .div-hero-txt.other-size {
    margin-left: 0;
    padding: 32px;
  }

  .div-hero-txt.new-hero-section {
    width: 100%;
    margin-left: 0;
    padding: 32px;
  }

  .div-hero-txt._2-class, .div-hero-txt._3-class, .div-hero-txt._4-class {
    margin-left: 0;
    padding: 32px;
  }

  .div {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .background-page {
    font-size: 200px;
    display: none;
  }

  .background-page.white {
    opacity: 1;
    color: var(--primary-3);
    display: none;
  }

  .background-page.white-copy {
    opacity: 1;
    color: var(--primary);
    font-size: 10rem;
    line-height: 10rem;
    display: block;
  }

  .txt-body.center {
    width: 100%;
  }

  .div-3-col-space {
    flex-flow: column;
    justify-content: space-around;
    align-items: center;
  }

  .div-comment {
    margin-bottom: 24px;
  }

  .div-space-col, .div-arrow {
    display: none;
  }

  .div-arrow.space-down {
    display: none;
    position: relative;
  }

  .div-block-23, .div-flex-vert {
    width: 100%;
  }

  .div-2-col-center {
    flex-flow: column;
  }

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

  .team-slide-wrapper {
    width: 47%;
    margin-right: 6%;
  }

  .div-txt-box {
    flex-flow: column;
    min-width: auto;
  }

  .div-content-txt {
    width: 100%;
  }

  .div-content-txt.subpage {
    position: static;
  }

  .div-txt-spec-box.gray, .div-txt-spec-box.black {
    width: 100%;
  }

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

  .h2-3.center, .h2-4.center, .div-list-vertical {
    width: 100%;
  }

  .div-pricing {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
  }

  .div-box-pricing {
    width: 100%;
  }

  .nav-menu-wrapper-2 {
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-menu-two-2 {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

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

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

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

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

  .div-block-26 {
    display: none;
  }

  .div-2-col---new-hero {
    flex-flow: column;
  }

  .div-txt-hero-section {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .menu-icon {
    margin: 8px;
  }

  .navbar-space {
    background-color: rgba(0, 0, 0, 0);
    border-width: 0;
    border-color: rgba(255, 255, 255, .4);
  }

  .logo-link {
    padding-top: 0;
    padding-bottom: 0;
  }

  .ico-shop {
    width: 40px;
  }

  .h6.center, .h2 {
    width: 100%;
  }

  .h2.center {
    font-size: 3rem;
    line-height: 3.5rem;
  }

  .hero {
    margin-right: var(--mobile-margin);
    margin-left: var(--mobile-margin);
  }

  .p-xl-start {
    padding-top: 6em;
  }

  .title3 {
    font-size: 2em;
  }

  .title2 {
    font-size: 2.7em;
  }

  .section-txt-left {
    margin-top: 50px;
    margin-right: var(--mobile-margin);
    margin-left: var(--mobile-margin);
  }

  .div-block-txt-left {
    flex-direction: column-reverse;
  }

  .div-block-8 {
    width: 100%;
    margin-bottom: 32px;
    position: static;
  }

  .img-about-us, .img-about-us._50 {
    width: 100%;
  }

  .cont-1440 {
    position: static;
  }

  .cont-1440.special-space {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-top: 0;
  }

  .div-9 {
    min-width: 0;
    max-width: 100%;
  }

  .txt-body-2 {
    font-size: 1rem;
  }

  .img-hero {
    width: 100%;
    margin-left: 0;
  }

  .img-hero.subpage-323 {
    height: auto;
  }

  .container-right {
    padding-right: 0;
  }

  .div-11 {
    min-width: 0;
    max-width: 100%;
  }

  .txt-body-3 {
    font-size: 1rem;
  }

  .div-16 {
    min-width: 0;
    max-width: none;
  }

  .container-left {
    padding-left: 0;
  }

  .div-15 {
    margin-left: 0;
  }

  .vectors-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .div-17 {
    top: 68px;
    left: 183px;
  }

  .div-18 {
    margin-left: 0;
  }

  .div-19 {
    min-width: 0;
    max-width: none;
  }

  .section-txt-huge-right {
    margin-top: 100px;
    margin-right: var(--mobile-margin);
    margin-left: var(--mobile-margin);
  }

  .div-block-center {
    position: static;
  }

  .h3, .h3.box {
    width: 100%;
  }

  .h1.center {
    font-size: 2.8rem;
    line-height: 3rem;
  }

  .content.index-10 {
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .section-img.special-space {
    margin-top: 100px;
    margin-right: var(--mobile-margin);
    margin-left: var(--mobile-margin);
  }

  .div-block-img.bg {
    z-index: 100;
    flex-direction: column;
    width: 100%;
  }

  .div-block-only-txt.sticky {
    position: static;
  }

  .div-block-8-copy {
    width: 100%;
  }

  .cont-1440-img.bg, .cont-1440-img.home-section {
    flex-direction: column;
  }

  .div-block-right-txt-mix {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .div-block-mod {
    width: 100%;
    position: static;
  }

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

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

  .footer-form-title {
    margin-right: 0;
  }

  .footer-form-block-two {
    width: 100%;
    margin-top: 20px;
  }

  .footer-form-input {
    width: 100%;
  }

  .footer-wrapper-three {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .footer-block-three {
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-link-three {
    margin-bottom: 10px;
  }

  .footer-social-block-three {
    margin-top: 10px;
  }

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

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

  .footer-legal-block {
    margin-top: 15px;
    margin-left: -24px;
  }

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

  .sauna-grid-right-inner {
    flex-direction: column;
  }

  .copy-medium {
    font-size: 1.3em;
    line-height: 1.4em;
  }

  .section-img-hero {
    margin-top: 100px;
    margin-left: 16px;
    margin-right: 16px;
  }

  .section-img-hero.header-margin {
    margin-left: 8px;
    margin-right: 8px;
  }

  .section-img-hero.hero-margin {
    margin-top: 100px;
  }

  .div-block-hero {
    flex-direction: column;
  }

  .content-hero.subpage {
    width: 100%;
    position: static;
  }

  .img-vertical-block {
    width: 100%;
  }

  .section-txt-right2 {
    margin-top: 100px;
    margin-right: var(--mobile-margin);
    margin-left: var(--mobile-margin);
    flex-direction: row;
  }

  .div-block-mod-two-column {
    flex-direction: column;
    width: 100%;
  }

  .div-block-13, .div-block-14, .div-img-1-col.home-section.custom, .img-40, .new-img-custom {
    width: 100%;
  }

  .text-logo {
    font-size: .8rem;
    overflow: hidden;
  }

  .div-full-contect {
    width: 100%;
  }

  .features-table, .features-table-2 {
    padding: 60px 15px;
  }

  .grid-space-value {
    grid-template-columns: 1fr;
  }

  .div-block-left-txt-mix {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .div-sec-down {
    flex-direction: column;
    margin-top: 16px;
    margin-bottom: 16px;
    display: flex;
  }

  .div-content-100 {
    width: 100%;
  }

  .h1-2 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .h4-2 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1rem;
    line-height: 1.333rem;
  }

  .nav-shop-ico {
    background-color: rgba(0, 0, 0, 0);
    border-width: 0;
    border-color: rgba(255, 255, 255, .4);
    padding: 14px;
  }

  .dynamic-content__block {
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }

  .step-block__text-title.text-title_1, .step-block__text-title.text-title_3, .step-block__text-title.text-title_4, .step-block__text-title.text-title_2 {
    font-size: 18px;
  }

  .dynamic-text {
    font-size: 22px;
  }

  .dynamic-text.dt-number {
    font-size: 28px;
  }

  .wrap {
    flex: 0 auto;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .wrap._w-custom.w60-60 {
    padding: 50px 20px 30px;
  }

  .inner-fw__text-block {
    font-size: 20px;
    line-height: 28px;
  }

  .wrap-block__inner-fw.inner-fw__bottom {
    margin-top: 20px;
  }

  .step-block__text-description.text-description-2, .step-block__text-description.text-description-1, .step-block__text-description.text-description-3, .step-block__text-description.text-description-4 {
    font-size: 12px;
  }

  .dynamic-section__wrap {
    display: none;
  }

  .div-footer-link {
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .navbar-logo-left-container {
    max-width: 100%;
  }

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

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

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

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

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

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

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

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

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

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

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

  .def-cont.hero-page, .def-cont.hero-page.bg {
    height: auto;
  }

  .div-2-col {
    flex-flow: column;
  }

  .div-2-col.hero {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    height: auto;
    margin-top: 20px;
  }

  .div-2-col.hero.bg {
    background-image: none;
    justify-content: center;
    align-items: center;
    height: auto;
  }

  .div-hero-txt {
    width: 100%;
    margin-bottom: 32px;
    position: static;
  }

  .div-hero-txt.green, .div-hero-txt.gray {
    padding: 16px;
  }

  .div-hero-txt.other-size, .div-hero-txt.new-hero-section, .div-hero-txt._2-class, .div-hero-txt._3-class, .div-hero-txt._4-class {
    width: 100%;
    margin-bottom: 0;
    padding: 16px 16px 16px 0;
  }

  .div-btn-flex {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

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

  .background-page, .background-page.white {
    display: none;
  }

  .section-brake {
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .div-brake {
    padding: 16px;
  }

  .div-brake-col {
    width: 100%;
  }

  .div-txt-2col {
    flex-flow: column;
    width: 100%;
  }

  .section-info {
    display: none;
  }

  .div-comment {
    width: 100%;
  }

  .grid-info.other {
    height: auto;
  }

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

  .mask-2 {
    height: auto;
  }

  .section-img-hero-2 {
    margin-top: 100px;
    margin-left: 16px;
    margin-right: 16px;
  }

  .section-img-hero-2.hero-margin {
    margin-top: 100px;
  }

  .div-left-scroll {
    flex-direction: column;
  }

  .img-medium, .div-img-info-box, .div-img-info-box.other-bg {
    width: 100%;
  }

  .div-txt-box {
    flex-direction: column;
  }

  .div-content-txt.subpage, .div-box-txt {
    width: 100%;
    position: static;
  }

  .div-txt-spec-box, .div-txt-spec-box.green, .div-txt-spec-box.primary3 {
    width: 100%;
  }

  .div-2-col-inside {
    flex-flow: column;
    width: 100%;
  }

  .h2-3.center, .h2-4.center {
    font-size: 3rem;
    line-height: 3.5rem;
  }

  .cont-1441 {
    position: static;
  }

  .div-list-vertical.other {
    width: 100%;
  }

  .grid-space-value-vertical {
    grid-template-columns: 1fr;
  }

  .div-block-mod-copy {
    width: 100%;
    position: static;
  }

  .navbar-logo-left-container-2 {
    max-width: 100%;
  }

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

  .nav-menu-two-2 {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

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

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

  .nav-link-dopdown {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list-2.shadow-three {
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

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

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

  .nav-divider-2 {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

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

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

  .hero-img-mobile {
    width: 70%;
  }

  .div-block-26 {
    display: block;
  }

  .img-full-space {
    width: 100%;
  }

  .div-2-col---new-hero {
    justify-content: space-between;
    align-items: center;
  }

  .section-subhero {
    margin-top: 100px;
    margin-bottom: 100px;
  }
}

@media screen and (max-width: 479px) {
  .nav-link-menu.bar {
    margin-left: 8px;
    margin-right: 8px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .nav-menu-2 {
    padding-top: 30%;
    padding-bottom: 0%;
  }

  .footer-flex-container {
    flex-direction: column;
  }

  .h4 {
    font-size: 1.6rem;
    line-height: 2rem;
  }

  .div-block-5 {
    flex-direction: column;
    align-items: center;
  }

  .txt-footer {
    font-size: .8rem;
  }

  .h2 {
    font-size: 2rem;
    line-height: 2.5rem;
  }

  .overview-2-wrapper {
    flex-wrap: wrap;
  }

  .overview-2-item-small {
    width: 100%;
  }

  .cont-1440 {
    max-width: 100%;
  }

  .txt-body-2 {
    font-size: 1rem;
  }

  .img-hero.ver {
    object-fit: cover;
  }

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

  .txt-body-3 {
    font-size: 1rem;
  }

  .div-17 {
    max-width: 60%;
    top: 37px;
    left: auto;
    right: 22px;
  }

  .h3, .h3.box, .h3.box.center {
    font-size: 2.5rem;
    line-height: 3rem;
  }

  .h3.offer {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .h3.title, .h1, .h1.center.bold-text {
    font-size: 2rem;
    line-height: 2.5rem;
  }

  .div-block-right-txt-mix.product-mode, .div-block-right-txt-mix.right-side {
    width: 100%;
  }

  .img-full-with.product-mode {
    margin-bottom: -59px;
  }

  .img-full-with.product-mode.left-side {
    margin-bottom: -50px;
    margin-left: 0;
  }

  .container-9 {
    max-width: none;
  }

  .footer-form-two {
    padding: 20px;
  }

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

  .footer-form-input {
    margin-bottom: 10px;
    padding-right: 20px;
  }

  .button-primary.footer-form-button {
    position: relative;
    right: 0;
  }

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

  .image-caption-wrapper {
    width: 100%;
  }

  .section-img-hero {
    flex-direction: column;
    display: flex;
  }

  .section-img-hero.hero-margin {
    margin-left: 8px;
    margin-right: 8px;
  }

  .div-buttons-cta {
    flex-flow: column;
  }

  .container-10 {
    max-width: none;
    padding: 0;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .comparison-row-main {
    grid-column-gap: 20px;
  }

  .comparison-title {
    margin-left: 10px;
  }

  .comparison-row {
    grid-column-gap: 20px;
  }

  .comparison-negative {
    background-position: 0 5px;
    background-size: 14px;
    margin-left: 10px;
    padding-left: 20px;
  }

  .comparison-positive, .comparison-positive-2 {
    background-position: 0 4px;
    background-size: 16px;
    margin-left: 10px;
    padding-left: 20px;
  }

  .grid-space-value {
    grid-template-columns: 1fr;
  }

  .link-block {
    padding: 8px;
  }

  .div-sec-down {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .h1-2 {
    font-size: 1.777rem;
    line-height: 2.369rem;
  }

  .btn-cta-huge {
    text-align: center;
    margin-top: 16px;
    margin-bottom: 16px;
    padding: 8px 12px;
    font-size: 1rem;
    line-height: 1.2rem;
  }

  .dynamic-content__block {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
  }

  .step-block__text-title.text-title_1, .step-block__text-title.text-title_3, .step-block__text-title.text-title_4, .step-block__text-title.text-title_2 {
    font-size: 16px;
  }

  .dynamic-text {
    font-size: 22px;
  }

  .wrap._w-custom.w60-60 {
    padding: 30px 16px 60px;
  }

  .wrap-block__inner-fw.inner-fw__bottom {
    margin-top: 0;
  }

  .step-block__text-description.text-description-2, .step-block__text-description.text-description-1, .step-block__text-description.text-description-3 {
    padding-right: 5px;
    font-size: 12px;
    line-height: 18px;
  }

  .step-block__text-description.text-description-4 {
    font-size: 12px;
    line-height: 18px;
  }

  .dynamic-section__wrap {
    display: none;
  }

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

  .container-nav {
    max-width: none;
  }

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

  .btn-secondary.green {
    width: 100%;
  }

  .div-2-col.hero.bg {
    margin-bottom: 0;
  }

  .div-hero-txt.green, .div-hero-txt.gray {
    padding: 16px;
  }

  .div-hero-txt.new-hero-section, .div-hero-txt._2-class, .div-hero-txt._3-class, .div-hero-txt._4-class {
    padding-left: 16px;
  }

  .btn-primary {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .btn-primary.green {
    width: 100%;
  }

  .div-btn-flex {
    flex-flow: column;
    align-items: stretch;
  }

  .background-page.white-copy {
    font-size: 6rem;
    line-height: 6rem;
  }

  .div-brake {
    padding: 16px;
  }

  .container-11 {
    max-width: none;
  }

  .centered-heading-2 {
    margin-bottom: 24px;
  }

  .team-slide-wrapper {
    width: 100%;
    margin-right: 0%;
  }

  .section-img-hero-2 {
    flex-direction: column;
    display: flex;
  }

  .div-img-info-box, .div-txt-spec-box, .div-txt-spec-box.bg-color {
    padding: 16px;
  }

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

  .cont-1441 {
    max-width: 100%;
  }

  .grid-space-value-vertical {
    grid-template-columns: 1fr;
  }

  .btn-secondary-icons.green {
    width: 100%;
  }

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

  .hero-img-mobile {
    width: 100%;
    margin-bottom: 32px;
  }

  .test-sticky, .second-div {
    width: 100%;
  }
}

#w-node-_018a654b-95bf-e21c-0652-9b4afc19b27b-4f6177a0, #w-node-_190361df-a62a-3220-ab55-28c9233950a1-4f6177a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_087cfa6b-f9b8-60cf-c974-72b59545be65-4f6177a0, #w-node-_087cfa6b-f9b8-60cf-c974-72b59545be67-4f6177a0, #w-node-_84492e31-8cc2-b028-ef05-423e78e87b61-4f6177a0, #w-node-_84492e31-8cc2-b028-ef05-423e78e87b63-4f6177a0, #w-node-_4072004b-5bfb-6422-805e-b16dd4d79ad4-4f6177a0, #w-node-_4072004b-5bfb-6422-805e-b16dd4d79ad8-4f6177a0, #w-node-d8400ce1-4988-2545-5cb7-6dba8c8ee06c-4f6177a0, #w-node-d8400ce1-4988-2545-5cb7-6dba8c8ee06e-4f6177a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_556b6105-d9eb-6743-90e1-21106e005be3-4f6177a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_556b6105-d9eb-6743-90e1-21106e005be8-4f6177a0 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_556b6105-d9eb-6743-90e1-21106e005bed-4f6177a0, #w-node-_556b6105-d9eb-6743-90e1-21106e005bf2-4f6177a0 {
  grid-area: span 3 / span 1 / span 3 / span 1;
}

#w-node-_556b6105-d9eb-6743-90e1-21106e005bf7-4f6177a0, #w-node-_556b6105-d9eb-6743-90e1-21106e005bfc-4f6177a0 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_556b6105-d9eb-6743-90e1-21106e005c01-4f6177a0, #w-node-_556b6105-d9eb-6743-90e1-21106e005c06-4f6177a0 {
  grid-area: span 3 / span 1 / span 3 / span 1;
}

#w-node-_018a654b-95bf-e21c-0652-9b4afc19b27b-4f6177a7, #w-node-_190361df-a62a-3220-ab55-28c9233950a1-4f6177a7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_087cfa6b-f9b8-60cf-c974-72b59545be65-4f6177a7, #w-node-_087cfa6b-f9b8-60cf-c974-72b59545be67-4f6177a7, #w-node-_84492e31-8cc2-b028-ef05-423e78e87b61-4f6177a7, #w-node-_84492e31-8cc2-b028-ef05-423e78e87b63-4f6177a7, #w-node-_4072004b-5bfb-6422-805e-b16dd4d79ad4-4f6177a7, #w-node-_4072004b-5bfb-6422-805e-b16dd4d79ad8-4f6177a7, #w-node-d8400ce1-4988-2545-5cb7-6dba8c8ee06c-4f6177a7, #w-node-d8400ce1-4988-2545-5cb7-6dba8c8ee06e-4f6177a7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_913035e8-c0bb-a99e-6864-a76a994b513c-4f6177a7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_913035e8-c0bb-a99e-6864-a76a994b5140-4f6177a7 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_37ad7b4c-a270-d943-877e-368bb4b18eba-4f6177a7, #w-node-_7a11a34e-38b1-3685-9b04-79db62e3e105-4f6177a7 {
  grid-area: span 3 / span 1 / span 3 / span 1;
}

#w-node-bf417bf2-fce8-5ec0-d9ac-f70f303df93a-4f6177a7, #w-node-bf7b7781-2c24-f285-2574-80aadb0a5c00-4f6177a7 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_7453b827-d27c-5520-ce9b-57e4298bfa32-4f6177a7, #w-node-_0b25939b-cd82-8380-9254-3fa4bb1c1fa5-4f6177a7 {
  grid-area: span 3 / span 1 / span 3 / span 1;
}

#w-node-a348c9fe-d5d2-aeba-70b0-c230e3135c66-721e4cd9, #w-node-a348c9fe-d5d2-aeba-70b0-c230e3135c66-a5d308ee, #w-node-a348c9fe-d5d2-aeba-70b0-c230e3135c66-d0998dac {
  align-self: center;
}


