@font-face {
  font-family: Inter;
  src: url('../fonts/Inter-Regular.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Inter;
  src: url('../fonts/Inter-Medium.woff') format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Inter;
  src: url('../fonts/Inter-SemiBold.woff') format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

:root {
  --block-bg: #e9eff4;
  --text: #333;
  --headings-buttons-bg: #2f455f;
  --secondary: #071658;
  --blue: #3b72b4;
  --main: #ffb603;
  --sprzedaz: #2ecc71;
  --dropdown-bg: #eaeaea;
  --bg: #eef0f2;
  --hover: #f5605d;
  --yellow: #ffbf41;
  --divider: #bdbdbd;
  --bg-blocks: #eaecef;
  --heading-bg: #e7ecf1;
  --text-2: #9b9b9b;
  --checkmark: #73cf11;
  --bg-dropdown-hover: #d7dee6;
  --yellow-2: #ffef41;
  --hover-outline: #1a8ef7;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

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

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

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

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

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

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

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

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

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

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

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

@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 {
  background-color: var(--block-bg);
  color: var(--text);
  letter-spacing: -.5px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 1.3;
}

h1 {
  color: var(--headings-buttons-bg);
  margin-top: 18px;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.4;
}

h2 {
  color: var(--secondary);
  margin-top: 18px;
  margin-bottom: 10px;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.4;
}

h3 {
  color: var(--headings-buttons-bg);
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.4;
}

h4 {
  color: var(--headings-buttons-bg);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
}

h5 {
  color: var(--headings-buttons-bg);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.4;
}

h6 {
  color: var(--headings-buttons-bg);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
}

p {
  color: var(--text);
  letter-spacing: 0;
  margin-bottom: 10px;
}

a {
  color: var(--blue);
  cursor: pointer;
  text-decoration: none;
}

ul {
  color: var(--headings-buttons-bg);
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
  font-weight: 500;
}

ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
  font-weight: 500;
}

li {
  color: var(--headings-buttons-bg);
  margin-bottom: 5px;
}

blockquote {
  color: var(--headings-buttons-bg);
  text-align: center;
  border-left: 5px #e2e2e2;
  width: 60%;
  margin: 50px auto;
  padding: 10px 20px;
  font-size: 32px;
  font-style: italic;
  font-weight: 500;
  line-height: 36px;
}

figcaption {
  text-align: right;
  margin-top: 5px;
  font-size: 12px;
}

.subtitle {
  font-size: 18px;
}

.content-section {
  background-color: #fff;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  position: relative;
  overflow: hidden;
}

.content-section.double {
  padding-bottom: 75px;
}

.content-section.padding {
  padding-top: 60px;
  padding-bottom: 30px;
}

.content-section.padding.big {
  padding-top: 8rem;
  padding-bottom: 4rem;
  overflow: visible;
}

.content-section.no-top-padding {
  padding-top: 0;
}

.content-section.other {
  padding-top: 30px;
}

.content-section.big-margin {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.footer-title {
  color: #fff;
  font-size: 17px;
  font-weight: 500;
}

.heading-box {
  text-align: center;
  width: 30%;
  max-width: 455px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}

.heading-box.large {
  width: 79%;
  max-width: 480px;
}

.heading-box.social-networks {
  width: 80%;
  max-width: 550px;
  margin-bottom: 0;
}

.footer-expand {
  flex-wrap: wrap;
  flex: 1;
  justify-content: flex-end;
  display: flex;
}

.menu {
  width: 30%;
}

.go-up-button {
  z-index: 20;
  background-color: var(--blue);
  color: #fff;
  background-image: url('../images/flecha-correcta.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 20px 100%;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  margin-bottom: 13px;
  margin-right: 15px;
  font-size: 25px;
  font-weight: 300;
  text-decoration: none;
  transition: opacity .2s;
  display: flex;
  position: fixed;
  bottom: 12%;
  right: 0;
}

.go-up-button.w--current {
  z-index: 100;
}

.text-big {
  color: var(--text);
  font-size: 16px;
}

.content-wrapper {
  z-index: 5;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  max-width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5%;
  padding-right: 5%;
  font-size: 14px;
  position: relative;
}

.content-wrapper._2 {
  padding-bottom: 5%;
}

.on-load {
  position: relative;
}

.flex {
  flex-wrap: wrap;
  display: flex;
  position: relative;
}

.content {
  padding-bottom: 0;
}

.footer {
  border-right: 1rem solid var(--main);
  border-bottom: 1rem solid var(--main);
  background-color: #fff;
  border-top-right-radius: 75px;
  border-bottom-left-radius: 75px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 70px;
  padding-bottom: 40px;
  position: relative;
  overflow: hidden;
}

.footer._2 {
  border-right-color: var(--sprzedaz);
  border-bottom-color: var(--sprzedaz);
}

.menu-link {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  text-decoration: none;
}

.menu-link.w--current {
  color: var(--main);
}

.footer-container {
  flex-wrap: wrap;
  justify-content: flex-start;
  display: flex;
}

.underline-hover {
  background-color: var(--main);
  height: 1px;
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
}

.footer-column {
  align-items: flex-start;
  width: 31%;
  display: flex;
}

.footer-logo {
  transition: transform .2s, opacity .2s;
}

.footer-logo:hover {
  opacity: .85;
  transform: scale(1.03);
}

.title {
  color: var(--dropdown-bg);
  font-weight: 600;
  line-height: 20px;
}

.footer-text {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
}

.button {
  border: 2px solid var(--main);
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  background-color: #007afe;
  border-radius: 25px;
  min-width: 120px;
  min-height: 40px;
  padding: 12px 25px 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  transition: background-color .2s;
}

.button:hover {
  color: var(--main);
  background-color: #0000;
}

.top-margin {
  position: relative;
}

.top-margin._10-pixels {
  margin-top: 10px;
}

.top-margin._20-pixels {
  margin-top: 20px;
}

.top-margin._15-pixels {
  margin-top: 15px;
}

.footer-left {
  margin-right: 20px;
  padding-right: 20px;
}

.navigation {
  position: relative;
}

.notice-box {
  color: #fff;
  text-align: center;
  padding-left: 12px;
  padding-right: 12px;
  font-size: 13px;
  position: relative;
}

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

.navlink {
  color: var(--text);
  height: 70px;
  margin-right: 13px;
  padding-top: 20px;
  padding-left: 6px;
  padding-right: 6px;
  font-size: 15px;
  font-weight: 500;
  line-height: 27px;
  text-decoration: none;
  overflow: hidden;
}

.navlink:hover {
  text-decoration: none;
}

.navlink.w--current, .navlink.phone {
  color: var(--main);
}

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

.nav-content-wrapper {
  z-index: 5;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  max-width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 25px;
  display: flex;
  position: relative;
}

.nav-flex {
  width: auto;
  display: flex;
}

.brand {
  justify-content: center;
  align-items: center;
  height: 70px;
  margin-right: 20px;
  transition: transform .2s, opacity .2s;
  display: flex;
}

.brand:hover {
  opacity: .85;
  transform: scale(1.03);
}

.brand.w--current {
  min-width: 150px;
  transition: transform .2s, opacity .2s;
}

.notice-text-box {
  display: inline-block;
}

.close-button {
  z-index: 5;
  background-color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  margin-top: 2px;
  margin-right: 20px;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.navbar {
  z-index: 1000;
  background-color: #fff;
  border-bottom-right-radius: 12.5px;
  border-bottom-left-radius: 12.5px;
  max-width: 100%;
  margin-left: 25px;
  margin-right: 25px;
}

.notice-box-container {
  background-color: #19171a;
  height: 33px;
  padding-top: 5px;
  padding-bottom: 5px;
  display: none;
}

.nav-menu {
  border-top-left-radius: 0;
  border-bottom-right-radius: 12.5px;
  border-bottom-left-radius: 12.5px;
  justify-content: flex-end;
  width: 100%;
  height: 70px;
  display: flex;
}

.book-button {
  background-color: #007afe;
  border-top-left-radius: 12.5px;
  border-bottom-right-radius: 12.5px;
  border-bottom-left-radius: 12.5px;
  align-items: center;
  height: 70px;
  padding-top: 8px;
  padding-left: 27px;
  padding-right: 27px;
  font-size: 15px;
  transition: background-color .2s;
  display: flex;
}

.book-button:hover {
  background-color: var(--hover);
}

.side-form-button {
  color: #000;
  background-image: url('../images/Email_1Email.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 20px;
  width: 60px;
  height: 70px;
  margin-right: 15px;
  padding-top: 16px;
  padding-left: 7px;
  padding-right: 7px;
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 27px;
  text-decoration: none;
  transition: opacity .2s;
  overflow: hidden;
}

.side-form-button:hover {
  opacity: .8;
  text-decoration: none;
}

.side-form-button.w--current {
  color: #737e7e;
}

.nav-container {
  z-index: 100;
  max-width: 100%;
  height: 70px;
  position: fixed;
  inset: 0% 0% auto;
}

.hero-left {
  border-style: solid none solid solid;
  border-width: 2rem;
  border-color: var(--yellow);
  background-color: var(--secondary);
  border-bottom-left-radius: 125px;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  padding: 40px 2% 40px 5%;
  display: flex;
  position: relative;
}

.hero-left._2 {
  border-top-color: var(--sprzedaz);
  border-bottom-color: var(--sprzedaz);
  border-left-color: var(--sprzedaz);
}

.hero {
  background-color: #fff;
  max-width: 100%;
  position: relative;
  overflow: visible;
}

.hero-h1 {
  color: #fff;
  font-size: 34px;
}

.white {
  color: #fff;
}

.text-white {
  color: #fff;
  font-weight: 500;
}

.text-white.right {
  text-align: right;
}

.text-white.higlight {
  color: var(--sprzedaz);
}

.underline {
  background-color: var(--main);
  border-radius: 2px;
  width: 56px;
  height: 4px;
  margin-top: 15px;
}

.underline.center {
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
}

.underline._2 {
  background-color: var(--sprzedaz);
}

.flex-column-center {
  justify-content: center;
  align-items: center;
  width: 50%;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.cover-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.cover-image.insta-1 {
  background-image: url('../images/Insta.jpg');
}

.cover-image.insta-2 {
  background-image: url('../images/Insta-2.jpg');
}

.cover-image.insta-3 {
  background-image: url('../images/Insta-3.jpg');
}

.cover-image.insta-4 {
  background-image: url('../images/Insta-4.jpg');
}

.rounded {
  border-radius: 25px;
  height: 100%;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.max-433-pixels {
  width: 100%;
  max-width: 433px;
}

.block-border-title {
  background-color: var(--secondary);
  color: #fff;
  text-align: center;
  background-image: url('../images/comprobado-1.svg');
  background-position: 10%;
  background-repeat: no-repeat;
  background-size: 20px;
  border: 4px solid #fff;
  border-radius: 25px;
  margin-left: auto;
  margin-right: auto;
  padding: 11px 20px 11px 42px;
  font-size: 14px;
  display: inline-block;
  position: relative;
}

.absolute-bottom {
  z-index: 10;
  text-align: center;
  position: absolute;
  inset: auto 0% -4%;
}

.horizontal-box {
  border: 1px solid var(--divider);
  text-align: left;
  border-radius: 10px;
  flex: 1;
  max-width: none;
  margin-right: 3%;
  display: flex;
}

.text-small {
  font-size: 13px;
  line-height: 16px;
}

.relative-full-height {
  height: 100%;
  font-size: 15px;
  display: inline-block;
  position: relative;
}

.title-box {
  width: 80%;
}

.title-box.small {
  width: 42%;
}

.title-box.medium {
  width: 100%;
}

.blue-container {
  background-color: var(--secondary);
  border-radius: 0 75px 75px 0;
  margin-right: 6%;
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
}

.max-1088-pixels {
  flex-wrap: wrap;
  max-width: 1088px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.arrow-3 {
  position: absolute;
  inset: 0% 0% auto auto;
}

.columng-grid {
  width: 50%;
  height: auto;
  display: flex;
}

.columng-grid._2 {
  width: 40%;
}

.grid-column {
  flex-direction: column;
  justify-content: center;
  width: 33%;
  margin-right: 2%;
  display: flex;
}

.grid-item {
  border-radius: 25px;
  height: auto;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
}

.grid-column-2 {
  flex-direction: column;
  justify-content: center;
  width: 33%;
  margin-top: 6%;
  margin-right: 2%;
  display: flex;
}

.grid-column-3 {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 33%;
  margin-top: 7%;
  margin-right: 0%;
  display: flex;
}

.center-flex-box {
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-left: 5%;
  padding-right: 3%;
  display: flex;
}

.center-flex-box._2 {
  padding-left: 4%;
  padding-right: 4%;
}

.expand {
  flex: 1;
}

.features-block {
  background-color: var(--secondary);
  background-image: linear-gradient(#071658cc, #071658cc), url('../images/shop-slo-VIVAQv23MNo-unsplash.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 5px 75px;
  padding-top: 60px;
  padding-bottom: 60px;
}

.narrow-wrapper {
  width: 87%;
  margin-left: auto;
  margin-right: auto;
}

.full-width {
  flex: 1;
}

.flex-start {
  flex-wrap: wrap;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.faq-arrow-box {
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 28px;
  display: flex;
  position: relative;
}

.faq-content {
  margin-top: 10px;
  overflow: hidden;
}

.faq-wrapper {
  background-color: #fff;
  border-radius: 5px;
  margin-bottom: 15px;
  padding: 20px 20px 5px;
}

.faq-wrapper.last {
  margin-bottom: 0;
}

.faq-trigger {
  color: #1c1a1a;
  flex-wrap: wrap;
  align-items: flex-start;
  width: 100%;
  font-size: 18px;
  text-decoration: none;
  display: flex;
}

.faq-trigger:hover {
  text-decoration: none;
}

.arrow {
  margin-top: 1px;
}

.question {
  color: var(--headings-buttons-bg);
  font-weight: 500;
}

.faq-wrap-text {
  flex-wrap: nowrap;
  align-items: center;
  display: flex;
}

.faq-block {
  background-color: var(--main);
  border-radius: 5px 75px 75px 5px;
  padding-top: 60px;
  padding-bottom: 60px;
}

.faq-block._2 {
  background-color: var(--sprzedaz);
}

.social-icon {
  background-color: #067aeb;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  margin-right: 10px;
  transition: background-color .2s;
}

.social-icon:hover {
  opacity: 1;
  background-color: #0970d4;
}

.social-icon.facebook {
  background-color: #067aeb;
  background-image: url('../images/logo-de-facebook-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 20px;
}

.social-icon.facebook:hover {
  background-color: #096ecf;
}

.social-icon.twittter {
  background-color: #1da1f2;
  background-image: url('../images/gorjeo.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 20px;
  border-color: #1da1f2;
}

.social-icon.twittter:hover {
  background-color: #188fd8;
}

.social-icon.instagram {
  background-color: #fb774e;
  background-image: url('../images/instagram.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 20px;
  border-color: #ff7e4f;
}

.social-icon.instagram:hover {
  opacity: 1;
  background-color: #e96b44;
}

.social-icon.email {
  background-color: #9137ee;
  background-image: url('../images/email-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 20px;
  border-color: #1da1f2;
}

.social-icon.email:hover {
  opacity: 1;
  background-color: #812cd8;
}

.hover-overlay {
  background-color: #fffc;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.insta-pic {
  width: 25%;
  position: relative;
  overflow: hidden;
}

.insta-pic._1 {
  border-radius: 2.5px 0 0 75px;
}

.insta-pic._4 {
  border-radius: 0 75px 2.5px 0;
}

.social-icon-mini {
  background-color: #067aeb;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  margin-right: 5px;
  transition: background-color .2s;
}

.social-icon-mini:hover {
  opacity: 1;
  background-color: #0970d4;
}

.social-icon-mini.facebook {
  background-color: #067aeb;
  background-image: url('../images/logo-de-facebook-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 14px;
}

.social-icon-mini.facebook:hover {
  background-color: #096ecf;
}

.social-icon-mini.instagram {
  background-color: #fb774e;
  background-image: url('../images/instagram.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 14px;
  border-color: #ff7e4f;
}

.social-icon-mini.instagram:hover {
  opacity: 1;
  background-color: #e96b44;
}

.vertical-icon {
  border-right: 1px solid var(--divider);
  flex: none;
  justify-content: center;
  align-items: center;
  width: auto;
  padding-left: 14px;
  padding-right: 14px;
  display: flex;
}

.flex-vertical-text {
  color: var(--headings-buttons-bg);
  flex: 1;
  padding: 5px 15px;
}

.footer-bg {
  background-color: var(--secondary);
  border-radius: 0 75px;
  position: absolute;
  inset: 0%;
}

.hero-bg {
  position: absolute;
  inset: 0%;
}

.vertical-grid-block {
  padding-top: 60px;
  position: relative;
}

.vertical-item-1 {
  border-radius: 25px;
  width: 18.4%;
  margin-top: 20px;
  margin-bottom: 10px;
  margin-right: 2%;
  position: relative;
  overflow: hidden;
}

.vertical-item-2 {
  border-radius: 25px;
  width: 18.4%;
  margin-top: 30px;
  margin-bottom: 10px;
  margin-right: 2%;
  position: relative;
  overflow: hidden;
}

.vertical-item-3 {
  border-radius: 25px;
  width: 18.4%;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 2%;
  position: relative;
  overflow: hidden;
}

.vertical-item-4 {
  border-radius: 25px;
  width: 18.4%;
  margin-bottom: 10px;
  margin-right: 2%;
  position: relative;
  overflow: hidden;
}

.vertical-item-5 {
  border-radius: 25px;
  width: 18.4%;
  max-height: 210px;
  margin-top: 20px;
  margin-bottom: 10px;
  display: flex;
  position: relative;
}

.link-block {
  background-color: var(--main);
  border: 4px solid #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 54px;
  height: 54px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  inset: auto 0% 0% auto;
}

.bottom-absolute {
  z-index: 10;
  text-align: center;
  margin-bottom: -27px;
  position: absolute;
  inset: auto 0% 0%;
}

.vertical-relative {
  border-radius: 25px;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.top-blue {
  background-color: var(--bg-blocks);
  border-radius: 5px 75px;
  width: 100%;
  height: 74%;
  position: absolute;
  inset: 0% 0% auto;
}

.newsletter-form-container {
  flex-direction: column;
  justify-content: center;
  width: 50%;
  padding-top: 110px;
  padding-bottom: 40px;
  padding-right: 3%;
  display: flex;
  position: relative;
}

.guy-column {
  justify-content: center;
  align-items: flex-end;
  width: 50%;
  padding-left: 2%;
  padding-right: 2%;
  display: flex;
}

.bottom-blue-block {
  margin-top: 40px;
  position: relative;
}

.cta-bg {
  background-color: var(--bg-blocks);
  border-radius: 0 75px;
  margin-top: 75px;
  position: absolute;
  inset: 0%;
}

.perk {
  z-index: 1;
  border-right: 1px solid var(--divider);
  flex-wrap: wrap;
  width: 33.2%;
  margin-right: 1px;
  padding-top: 3%;
  padding-bottom: 2%;
  padding-right: 3%;
  display: flex;
  position: relative;
}

.perk._3 {
  border-right-style: none;
  padding-left: 3%;
}

.perk._2, .perk._5 {
  padding-left: 3%;
}

.perk._6 {
  border-right-style: none;
  padding-left: 3%;
}

.perk-icon {
  margin-right: 15px;
}

.h6-small-blue {
  color: var(--headings-buttons-bg);
  margin-right: 5px;
  font-size: 19px;
  font-weight: 500;
  line-height: 25px;
  display: inline-block;
}

.divider {
  background-color: var(--divider);
  width: 1px;
  height: 45%;
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  inset: 20% 0% 0% auto;
}

.book-form-block {
  background-color: var(--secondary);
  background-image: linear-gradient(#071658b3, #071658b3), url('../images/r-architecture-KQgrVfR3r74-unsplash.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 5px 75px;
  padding: 60px 5% 100px;
  position: relative;
}

.max-433-full {
  width: 100%;
  max-width: 433px;
}

.max-433-full._2 {
  max-width: none;
}

.intro-image {
  justify-content: center;
  align-items: center;
  width: 50%;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.no-top-margin {
  margin-top: 0;
}

.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;
  justify-content: center;
  align-items: center;
  width: 260px;
  display: flex;
}

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

.login-button {
  background-color: var(--main);
  color: #fff;
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border-radius: 5px;
  width: 100%;
  height: 50px;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 14px;
  font-weight: 500;
  transition: background-color .2s;
}

.login-button:hover {
  background-color: var(--hover);
}

.login-input {
  border-radius: 5px;
  width: 100%;
  height: 50px;
}

._404 {
  font-size: 128px;
  line-height: 128px;
}

.preloader {
  z-index: 100000000;
  background-color: var(--block-bg);
  color: #69707b;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  display: none;
  position: fixed;
  inset: 0;
}

.image {
  flex: 1;
}

.text-block-2 {
  color: var(--text);
}

.yellow-bg {
  background-color: var(--main);
  color: #fff;
  border-radius: 5px;
  padding-left: 7px;
  padding-right: 7px;
}

.hero-right {
  background-color: var(--secondary);
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  min-height: 100vh;
  display: flex;
}

.div-block-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.div-block-3 {
  grid-column-gap: 10%;
  grid-row-gap: 10%;
  padding: 2%;
  display: flex;
}

.leftblock {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 35%;
  display: flex;
}

.rightblock {
  flex: 1;
}

.up-heading {
  color: var(--secondary);
  font-size: 16px;
  font-weight: 600;
}

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

.grid._3 {
  grid-column-gap: 32px;
  grid-template-columns: 1fr 1fr 1fr;
}

.card {
  grid-column-gap: 10%;
  grid-row-gap: 10%;
  border: 2px solid var(--dropdown-bg);
  background-color: #fff;
  border-radius: 5%;
  justify-content: flex-start;
  align-items: center;
  padding: 10px;
  display: flex;
}

.icon-card {
  width: 20%;
}

.bullet-list {
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
  flex-flow: column;
  display: flex;
}

.bullet {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.check {
  background-color: var(--main);
  border-radius: 10%;
  width: 30px;
  padding: 5px;
}

.image-2 {
  border-right: 1rem solid var(--main);
  border-bottom: 1rem solid var(--secondary);
}

.image-2._2 {
  border-right-color: var(--sprzedaz);
}

.heading-style-h1-2 {
  letter-spacing: .5px;
  font-size: 2.8rem;
  font-weight: 400;
  line-height: 3.2rem;
}

.wrapper-2 {
  overflow: hidden;
}

.slider-contain {
  flex: 0 auto;
  width: 100%;
  height: 90vh;
  overflow: hidden;
}

.slider-button-wrap {
  justify-content: space-between;
  margin-bottom: 2rem;
  padding: 15px 25px 15px 54px;
  display: flex;
}

.item {
  border: .3rem solid var(--main);
  border-radius: 15px;
  justify-content: center;
  align-items: flex-start;
  width: 30vw;
  min-width: 30vw;
  height: 60vh;
  margin-right: 3vw;
  padding-left: 1vw;
  padding-right: 1vw;
  display: flex;
  position: relative;
}

.item._2 {
  border-color: var(--sprzedaz);
}

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

.slider-button {
  margin-left: 4px;
  margin-right: 4px;
}

.list-2 {
  justify-content: flex-start;
  align-items: center;
  padding-left: 4vw;
  padding-right: 4vw;
  display: flex;
  overflow: scroll;
}

.section-27-other {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  background-color: #fff;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 5rem 5% 0 0%;
  display: flex;
  overflow: hidden;
}

.card-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 5%;
  display: flex;
  position: relative;
}

.call-us {
  z-index: 1000000000;
  justify-content: flex-start;
  align-items: center;
  max-width: none;
  display: flex;
  position: fixed;
  inset: auto auto 3% 2%;
}

.call-us-inner {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  background-color: var(--main);
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  color: #cfc6fd;
  border: 1px solid #bfc6ce;
  border-radius: 5px;
  justify-content: flex-start;
  align-items: center;
  padding: .5em;
  display: flex;
  box-shadow: -9px 8px 22px -5px #0f0d1a99;
}

.call-us-text {
  color: #fff;
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: .9em;
  font-weight: 500;
  line-height: 1.2em;
}

.text-span {
  font-size: 1.2em;
}

.bold-text {
  font-size: .8em;
}

.icon-2 {
  z-index: 10;
  object-fit: contain;
  flex: none;
  width: 1em;
  height: 1em;
  font-size: 1.3em;
  position: relative;
}

.icon-2.is-regular {
  filter: invert();
  font-size: 1.5em;
}

.heading-49 {
  color: #333;
  text-align: center;
  margin-top: 0;
  margin-bottom: 5px;
  padding-top: 10px;
  padding-left: 0;
  font-size: 18px;
  font-weight: 500;
}

.form-mieszkanie-2 {
  z-index: 20;
  transform-style: preserve-3d;
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin: 4% auto 0;
  display: flex;
  position: relative;
  overflow: visible;
}

.success-message-2 {
  z-index: 200;
  opacity: .9;
  background-color: #fff;
  border: 3px #00ac61;
  border-radius: 20px;
  width: auto;
  height: auto;
  margin-top: 25px;
  padding: 11px;
  position: absolute;
  inset: 0%;
}

.form-4 {
  z-index: 10;
  grid-column-gap: .4rem;
  grid-row-gap: .4rem;
  border-top: .5rem solid var(--main);
  background-color: #fff;
  border-radius: 10px;
  flex-flow: column;
  width: 500px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 15px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
  top: 74px;
  box-shadow: 0 1px 20px 4px #bbbbbb69;
}

.form-4._2 {
  border-top-color: var(--sprzedaz);
}

.checkbox-label-2 {
  color: #eef0f2;
  text-align: left;
  font-size: 12px;
  font-weight: 600;
}

.checkbox-label-2.pink {
  color: #9b9b9b;
  font-weight: 400;
  line-height: 14px;
}

.checkbox-label-2.pink.margin-top-5 {
  text-align: center;
  margin-top: 5px;
  font-size: 10px;
  line-height: 1.1;
}

.ipforminput {
  display: none;
}

.field-wrapper {
  grid-column-gap: 3%;
  grid-row-gap: 3%;
  justify-content: flex-start;
  align-self: stretch;
  align-items: center;
  width: 100%;
  display: flex;
}

.field-block {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  flex: 1;
  width: 45%;
  display: flex;
}

.field-block.full {
  width: 100%;
}

.field-block.long {
  flex: 0 auto;
  width: 100%;
}

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

.contact-field-label {
  color: #0e0f11;
  margin-bottom: 0;
  font-size: .8rem;
  font-weight: 400;
}

.red-highlight {
  color: red;
  padding-right: 2px;
}

.input-2 {
  color: #575c6b;
  background-color: #fff;
  border: 1px solid #dfe0e2;
  border-radius: .25rem;
  height: 3rem;
  margin-bottom: 0;
  padding: .625rem 1.5rem .625rem 1.25rem;
}

.input-2:focus-visible, .input-2[data-wf-focus-visible] {
  color: #222;
}

.input-3 {
  color: #575c6b;
  background-color: #fff;
  border: 1px solid #dfe0e2;
  border-radius: .25rem;
  height: 3rem;
  margin-bottom: 0;
  padding: .625rem 1.5rem .625rem 1.25rem;
}

.input-3:focus-visible, .input-3[data-wf-focus-visible] {
  color: #222;
}

.ms-radio-wrap {
  align-items: flex-start;
  padding-top: 8px;
  display: flex;
  position: relative;
}

.ms-radio-wrap.is-button {
  padding-left: 0;
}

.ms-hide {
  display: none;
}

.ms-radio-button-tab {
  color: #121331;
  cursor: pointer;
  border: 1px solid #12133140;
  border-radius: 6px;
  padding: 8px 16px;
  font-weight: 500;
}

.ms-radio-button-tab:hover {
  color: #fff;
  background-color: #ffcc01;
}

.ms-radio-row {
  grid-column-gap: 3%;
  grid-row-gap: 3%;
  flex-flow: row;
  justify-content: space-between;
  width: 100%;
  display: flex;
  position: relative;
}

.image-75 {
  filter: invert();
}

.lega-text {
  font-size: 10px;
  font-weight: 400;
  line-height: 1rem;
}

.text-area {
  color: #575c6b;
  background-color: #fff;
  border: 1px solid #dfe0e2;
  border-radius: .25rem;
  height: 10rem;
  min-height: 0;
  margin-bottom: 0;
  padding: .625rem 1.5rem .625rem 1.25rem;
}

.text-area:focus-visible, .text-area[data-wf-focus-visible] {
  color: #222;
}

.higlight-light {
  color: #a5a5a5;
  font-style: normal;
  font-weight: 400;
}

.checkbox {
  width: 16px;
  height: 16px;
}

.submit-button {
  background-color: #007afe;
  border-radius: 6px;
  width: 100%;
  font-weight: 600;
}

.form-mieszkanie-3 {
  z-index: 20;
  transform-style: preserve-3d;
  border-radius: 10px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  margin: 0% auto 0;
  display: flex;
  position: static;
  overflow: visible;
}

.form-4-copy {
  z-index: 10;
  grid-column-gap: .4rem;
  grid-row-gap: .4rem;
  border-top: .5rem solid var(--main);
  background-color: #fff;
  border-radius: 10px;
  flex-flow: column;
  width: 500px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
  top: 0;
  box-shadow: 0 1px 20px 4px #bbbbbb69;
}

.form-4-copy._2 {
  border-top-color: var(--sprzedaz);
}

._43-wrapper {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 182px;
  height: 51px;
  margin: 19px 35px 18px;
  display: flex;
  position: absolute;
  inset: auto auto 0% 0%;
}

._43-right {
  color: #625077;
  flex-direction: column;
  align-items: flex-start;
  margin: 0 0 0 20px;
  font-weight: 600;
  line-height: 140%;
}

._43-text-block-2 {
  color: #666;
  margin-top: 8px;
  margin-bottom: 0;
  font-size: 11px;
  font-weight: 500;
  line-height: 115%;
}

._43-right-bottom {
  grid-column-gap: 8px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-size-regular {
  color: #333;
  margin-bottom: 0;
  margin-left: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
}

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

.testimonial-top-content-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 5% 0%;
  display: flex;
}

.testimonial-icon {
  filter: grayscale();
}

.card-number {
  color: var(--main);
  font-size: 4rem;
  line-height: 5rem;
}

.text-wrappper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.card-txtg {
  color: var(--main);
  font-size: 15px;
  font-weight: 500;
}

.list-3 {
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
  color: var(--main);
  flex-flow: column;
  display: flex;
}

.list-item {
  color: var(--main);
}

.section {
  padding-left: 3%;
  padding-right: 3%;
  overflow: visible;
}

.section.pp {
  padding: 15% 5% 5%;
}

.success-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.text-white-copy {
  color: #fff;
  font-weight: 500;
}

.image-77 {
  border-right: 1rem solid var(--main);
  border-bottom: 1rem solid var(--secondary);
  border-radius: 100%;
  width: 180px;
  position: absolute;
  inset: 40% 0% 0% auto;
}

.client {
  padding-top: 70px;
  padding-bottom: 70px;
  overflow: hidden;
}

.client.bg-sky-blue {
  background-color: #fff;
  margin-top: 0;
  padding-top: 40px;
  padding-bottom: 40px;
}

.container-two {
  max-width: none;
}

.client-main-block {
  display: flex;
}

.client-image-category {
  grid-column-gap: 2.375rem;
  grid-row-gap: 2.375rem;
  grid-template-rows: auto;
  grid-template-columns: 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem;
  place-items: center;
  margin-right: 38px;
}

.yellow-bg-2 {
  background-color: var(--sprzedaz);
  color: #fff;
  border-radius: 5px;
  padding-left: 7px;
  padding-right: 7px;
}

.process-component {
  grid-column-gap: 3.75rem;
  grid-row-gap: 3.75rem;
  flex-flow: column;
  display: flex;
}

.div-block-59 {
  position: absolute;
  inset: 3% 5% auto auto;
}

.paragraph-27 {
  text-align: left;
  font-size: 15px;
}

.btn-txt {
  font-weight: 500;
}

.padding-section-large {
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
}

.features-card-img {
  border-radius: 10px;
  margin-bottom: 30px;
}

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

.text-block-5 {
  color: var(--sprzedaz);
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 35px;
}

.btn-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
  display: flex;
}

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

.heading-style-h2 {
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 3rem;
}

.features-card {
  transform-origin: 50% 0;
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-color: #fff;
  background-clip: border-box;
  border-radius: 15px;
  flex-direction: column;
  align-items: center;
  padding: 40px;
  display: flex;
  position: sticky;
  top: 150px;
}

.features-card.fourth {
  grid-column-gap: 1.8rem;
  grid-row-gap: 1.8rem;
  flex-flow: row;
  top: 195px;
}

.features-card.third {
  grid-column-gap: 1.8rem;
  grid-row-gap: 1.8rem;
  flex-flow: row;
  margin-bottom: 15px;
  top: 180px;
}

.features-card.second {
  grid-column-gap: 1.8rem;
  grid-row-gap: 1.8rem;
  flex-flow: row;
  margin-bottom: 30px;
  top: 165px;
}

.features-card.first {
  grid-column-gap: 1.8rem;
  grid-row-gap: 1.8rem;
  flex-flow: row;
  margin-bottom: 45px;
  box-shadow: 0 2px 9px 5px #c0c0c033;
}

.features-card-title {
  text-align: left;
  letter-spacing: -1px;
  margin-bottom: 12px;
  font-size: 23px;
  font-weight: 600;
  line-height: 32px;
}

.features-right {
  grid-row-gap: 200px;
  flex-direction: column;
  width: 70%;
  display: flex;
  position: relative;
}

.padding-global {
  width: 100%;
  padding-left: 2rem;
  padding-right: 2rem;
}

.caption-title-wrapper {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  color: #f1a81f;
  background-color: #fff;
  border: 1px solid #dfe0e2;
  border-radius: .25rem;
  justify-content: flex-start;
  align-items: center;
  padding: .25rem .75rem;
  font-size: .75rem;
  font-weight: 500;
  line-height: 1.25rem;
  display: flex;
}

.caption-title-wrapper.is-process {
  background-color: #f4f4f6;
}

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

.btn-cta {
  color: #fff;
  cursor: pointer;
  background-color: #0e0f11;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  min-height: 45px;
  padding-left: 30px;
  padding-right: 30px;
  text-decoration: none;
  display: flex;
}

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

.section-process {
  background-color: #fff;
}

.features-left {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  align-items: flex-start;
  width: 25%;
  max-width: 450px;
  display: flex;
  position: sticky;
  top: 150px;
}

.paragraph-28 {
  margin-top: 10px;
  font-size: 16px;
}

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

.text-size-regular-2 {
  color: #333;
  margin-bottom: 0;
  margin-left: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
}

.number-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-style-h4.blue {
  color: var(--sprzedaz);
}

.padding-bottom {
  padding: 0;
}

.padding-bottom.padding-large {
  padding-bottom: 3.125rem;
}

.number-card {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  background-color: #fff;
  border: 1px solid #dfe0e2;
  border-radius: .75rem;
  flex-flow: column;
  padding: 1.5rem;
  display: flex;
}

.number-component {
  background-color: #fff;
  background-image: linear-gradient(#126b0073, #126b0073), url('../images/r-architecture-T6d96Qrb5MY-unsplash.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 15px;
  padding: 25px;
  box-shadow: 0 2px 5px #0003;
}

.number-top-content {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 40rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-block-40 {
  color: #f1a81f;
}

.section-number {
  background-color: #fff;
}

.div-wrapper {
  display: flex;
}

.half-wrap {
  flex: 1;
}

.half-wrap._2 {
  flex: 0 auto;
}

.half-wrap.right {
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.div-block-60 {
  flex-flow: row;
  display: flex;
}

.div-block-61, .div-block-62 {
  flex: 1;
}

.image-78 {
  filter: invert();
  width: 20px;
}

.div-block-63 {
  grid-column-gap: 2.2rem;
  grid-row-gap: 2.2rem;
  flex-flow: column;
  display: flex;
}

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

@media screen and (min-width: 1280px) {
  blockquote {
    color: var(--text);
  }

  figcaption {
    text-align: right;
    font-size: 12px;
  }

  .go-up-button {
    background-image: url('../images/flecha-correcta.svg');
    background-size: 19px;
  }

  .content-wrapper {
    max-width: 12850%;
  }

  .features-block {
    border-right: 1rem solid var(--main);
    border-bottom: 1rem solid var(--main);
  }

  .hero-bg {
    background-color: #fff;
  }

  .newsletter-form-container {
    align-items: flex-end;
  }

  .div-block {
    width: 100%;
    max-width: 600px;
  }

  .narrow {
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
  }

  .grid._3 {
    grid-column-gap: 32px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .card {
    background-color: #fff;
  }

  .image-2 {
    border-bottom: 1rem solid var(--secondary);
    border-right-color: var(--main);
  }

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

  .form-mieszkanie-2 {
    z-index: 20;
  }

  .form-4 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    width: 580px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 20px;
    transform: scale(.95);
  }

  .form-mieszkanie-3 {
    z-index: 20;
  }

  .form-4-copy {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    width: 580px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 20px;
    transform: scale(.95);
  }
}

@media screen and (min-width: 1440px) {
  h2, h3 {
    font-size: 36px;
  }

  .hero-h1 {
    font-size: 37px;
  }

  .text-white {
    font-size: 34px;
  }

  .text-white.right._2, .text-white._2 {
    font-size: 20px;
  }

  .hero-right {
    justify-content: center;
    align-items: center;
  }

  .list-2 {
    padding-left: 2vw;
    padding-right: 2vw;
  }

  .section-27-other {
    margin-top: 2rem;
    padding: 5rem 0%;
  }

  .heading-49 {
    color: #23364f;
    margin-top: 0;
    margin-bottom: 5px;
    padding-top: 20px;
    padding-bottom: 0;
    padding-left: 0;
    font-size: 22px;
    font-weight: 500;
  }

  .form-mieszkanie-2 {
    background-color: #fff0;
    width: 100%;
    margin-top: 0%;
    margin-right: 100px;
    font-size: 16px;
    font-weight: 500;
    position: static;
  }

  .success-message-2 {
    z-index: 200;
    background-color: #d2ffe5;
    border-style: none;
    width: 600px;
    height: 50px;
    margin-top: 25px;
    padding-top: 15px;
    position: relative;
    inset: 0% auto auto 30%;
  }

  .form-4 {
    z-index: 5;
    width: 580px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 15px;
    top: 50px;
    transform: scale(.92);
  }

  .form-mieszkanie-3 {
    background-color: #fff0;
    width: 100%;
    margin-top: 0%;
    margin-right: 100px;
    font-size: 16px;
    font-weight: 500;
    position: static;
  }

  .form-4-copy {
    z-index: 5;
    width: 580px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 15px;
    top: 50px;
    transform: scale(.92);
  }

  .heading-50 {
    font-size: 36px;
  }

  .text-white-copy {
    font-size: 20px;
  }

  .client-main-block {
    display: flex;
  }
}

@media screen and (min-width: 1920px) {
  .form-mieszkanie-2 {
    margin-right: 30px;
  }

  .form-4 {
    width: 700px;
    padding-top: 20px;
    padding-bottom: 30px;
  }

  .form-mieszkanie-3 {
    margin-right: 30px;
  }

  .form-4-copy {
    width: 700px;
    padding-top: 20px;
    padding-bottom: 30px;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 28px;
  }

  h2 {
    font-size: 26px;
  }

  h3 {
    font-size: 24px;
  }

  h4 {
    font-size: 22px;
  }

  h5 {
    font-size: 20px;
  }

  h6 {
    font-size: 18px;
  }

  blockquote {
    font-size: 30px;
    line-height: 34px;
  }

  .subtitle {
    font-size: 18px;
    line-height: 26px;
  }

  .content-section {
    max-width: 100%;
  }

  .heading-box {
    width: 40%;
  }

  .menu {
    width: 33.33%;
  }

  .content-wrapper {
    max-width: 100%;
  }

  .flex {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: wrap;
  }

  .flex.hori {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: row;
  }

  .footer {
    padding-top: 50px;
  }

  .footer-container {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: column;
  }

  .underline-hover.mobile-hide {
    display: none;
  }

  .navlink {
    color: var(--bg);
    text-align: left;
    width: 100%;
    height: 50px;
    margin-right: 0;
    padding-top: 12px;
    padding-left: 20px;
    transition: opacity .2s;
  }

  .navlink:hover {
    opacity: .8;
  }

  .nav-align-center {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 20px;
    padding-right: 20px;
  }

  .menu-button {
    color: var(--text);
    height: 75px;
    margin-left: auto;
    padding-top: 29px;
  }

  .menu-button.w--open {
    background-color: var(--headings-buttons-bg);
  }

  .nav-flex {
    text-align: right;
    justify-content: flex-end;
    width: 100%;
    display: flex;
  }

  .nav-menu {
    background-color: var(--secondary);
    text-align: left;
    width: 100%;
    height: 100vh;
    padding-bottom: 100px;
    overflow: auto;
  }

  .book-button {
    border-radius: 10px;
    width: 100%;
    height: 60px;
  }

  .side-form-button {
    background-position: 20px;
    justify-content: flex-end;
    width: 100%;
    height: 60px;
    margin-right: 0;
    padding-top: 23px;
    padding-left: 20px;
  }

  .hero-left {
    width: 100%;
    min-height: 80vh;
  }

  .hero-h1 {
    font-size: 36px;
  }

  .flex-column-center {
    width: 100%;
    padding-left: 3%;
    padding-right: 3%;
  }

  .title-box.small {
    width: 60%;
  }

  .title-box.medium {
    width: 80%;
  }

  .blue-container {
    margin-right: 3%;
  }

  .columng-grid._2 {
    width: 100%;
  }

  .vertical-icon {
    width: 60px;
  }

  .flex-vertical-text {
    padding-left: 10px;
  }

  .vertical-item-5 {
    height: auto;
  }

  .bottom-absolute {
    margin-bottom: -13px;
  }

  .newsletter-form-container {
    padding-top: 20px;
  }

  .cta-bg {
    margin-top: 30px;
  }

  .perk {
    width: 100%;
  }

  .divider {
    display: none;
  }

  .intro-image {
    width: 100%;
    padding-left: 3%;
    padding-right: 3%;
  }

  .text-block-2 {
    color: var(--bg);
  }

  .hero-right {
    width: 100%;
  }

  .grid._3 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .heading-style-h1-2 {
    font-size: 2.4rem;
    line-height: 2.8rem;
  }

  .item {
    height: 70vh;
  }

  .call-us {
    font-size: .9em;
    bottom: 3em;
  }

  .form-mieszkanie-2 {
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: static;
  }

  .success-message-2 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .form-4 {
    width: 550px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    transform: scale(.9);
  }

  .contact-field-label {
    color: #222;
    font-weight: 500;
  }

  .form-mieszkanie-3 {
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: static;
  }

  .form-4-copy {
    width: 550px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    transform: scale(.9);
  }

  .text-size-regular {
    font-size: .9375rem;
    line-height: 1.4375rem;
  }

  .testimonial-top-content-wrapper {
    padding-left: 5%;
    padding-right: 5%;
  }

  .client {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .client-all-image-box {
    width: 100%;
    max-width: 250px;
  }

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

  .heading-style-h2 {
    padding-bottom: 0;
  }

  .padding-global {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }

  .container-large {
    max-width: 100%;
  }

  .text-size-regular-2 {
    font-size: .9375rem;
    line-height: 1.4375rem;
  }

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

@media screen and (max-width: 767px) {
  h1 {
    font-size: 26px;
    line-height: 1.3;
  }

  h2 {
    font-size: 24px;
    line-height: 1.3;
  }

  h3 {
    font-size: 22px;
    line-height: 1.3;
  }

  h4 {
    font-size: 20px;
    line-height: 1.3;
  }

  h5 {
    font-size: 18px;
    line-height: 1.3;
  }

  h6 {
    font-size: 16px;
    line-height: 1.3;
  }

  blockquote {
    font-size: 28px;
    line-height: 32px;
  }

  .content-section {
    padding-top: 65px;
  }

  .content-section.double {
    padding-bottom: 65px;
  }

  .heading-box {
    width: 60%;
    margin-bottom: 30px;
  }

  .footer-expand {
    flex-flow: column;
    justify-content: flex-start;
  }

  .menu {
    width: 50%;
    margin-bottom: 30px;
  }

  .text-big.white {
    font-size: 16px;
  }

  .content-wrapper {
    z-index: 5;
  }

  .flex {
    flex-flow: wrap;
  }

  .flex.small {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .flex.diferent {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .menu-link {
    font-size: 18px;
    line-height: 26px;
  }

  .footer-column {
    width: 39%;
  }

  .footer-text {
    font-size: 18px;
    line-height: 30px;
  }

  .button {
    padding-left: 22px;
    padding-right: 22px;
    font-size: 13px;
    line-height: 13px;
  }

  .top-margin._20-pixels {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    display: flex;
  }

  .nav-content-wrapper {
    z-index: 5;
  }

  .close-button {
    width: 17px;
    height: 16px;
    margin-top: 3px;
    padding-left: 4px;
    padding-right: 4px;
  }

  .nav-menu {
    padding-bottom: 220px;
  }

  .book-button {
    justify-content: center;
  }

  .hero-left {
    border-top-style: none;
    border-bottom-width: 1rem;
    border-left-width: 1rem;
    width: 100%;
    padding-top: 90px;
  }

  .hero-h1 {
    font-size: 34px;
  }

  .horizontal-box {
    margin-bottom: 10px;
  }

  .title-box.small {
    width: 70%;
  }

  .title-box.medium {
    width: 100%;
  }

  .blue-container {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .columng-grid {
    width: 100%;
    margin-left: 4%;
    margin-right: 4%;
  }

  .center-flex-box {
    justify-content: flex-start;
    padding-left: 4%;
  }

  .faq-content {
    margin-top: 5px;
  }

  .faq-trigger {
    padding-left: 2px;
    padding-right: 2px;
    font-size: 15px;
  }

  .arrow {
    width: 60%;
  }

  .question {
    font-size: 18px;
  }

  .hover-icon {
    width: 25px;
  }

  .insta-pic._1 {
    border-bottom-left-radius: 55px;
  }

  .insta-pic._4 {
    border-top-right-radius: 55px;
  }

  .social-icon-mini {
    width: 35px;
    height: 35px;
  }

  .social-icon-mini.facebook, .social-icon-mini.instagram {
    background-size: 12px;
  }

  .vertical-grid-block {
    padding-top: 40px;
  }

  .vertical-item-1, .vertical-item-2, .vertical-item-3, .vertical-item-4 {
    border-radius: 12.5px;
  }

  .vertical-item-5 {
    max-height: 190px;
  }

  .vertical-relative {
    border-radius: 12.5px;
  }

  .newsletter-form-container {
    padding-top: 30px;
  }

  .perk {
    flex-direction: column;
    width: 100%;
  }

  .perk-icon {
    margin-bottom: 20px;
  }

  .book-form-block {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .max-433-full {
    max-width: 100%;
  }

  .hero-right {
    border-right: 1rem solid var(--main);
    border-bottom: 1rem solid var(--main);
    border-bottom-right-radius: 10%;
    width: 100%;
  }

  .div-block-3 {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: column;
  }

  .leftblock {
    max-width: 100%;
  }

  .form-mieszkanie-2 {
    flex-direction: column;
    align-items: center;
    width: auto;
    margin: 0 0 100px;
    display: flex;
    transform: translate(0);
  }

  .success-message-2 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    transform: scale(.7);
  }

  .form-4 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    object-fit: fill;
    width: 100%;
    margin-right: 0;
    padding-bottom: 10px;
    padding-left: 2%;
    padding-right: 2%;
    display: flex;
    transform: none;
  }

  .field-block.long {
    flex: none;
  }

  .form-mieszkanie-3 {
    flex-direction: column;
    align-items: center;
    width: auto;
    margin: 0 0 100px;
    display: flex;
    transform: translate(0);
  }

  .form-4-copy {
    object-fit: fill;
    width: 100%;
    margin-right: 0;
    padding-bottom: 10px;
    padding-left: 2%;
    padding-right: 2%;
    transform: none;
  }

  .text-size-regular {
    font-size: .875rem;
  }

  .testimonial-top-content-wrapper {
    padding-left: 10%;
    padding-right: 10%;
  }

  .padding-section-large {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }

  .features-wrapper {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .features-right {
    width: 100%;
  }

  .padding-global {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .features-left {
    width: 100%;
    padding-bottom: 50px;
  }

  .text-size-regular-2 {
    font-size: .875rem;
  }

  .padding-bottom.padding-large {
    padding-bottom: 2.5rem;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 24px;
  }

  h2 {
    font-size: 22px;
  }

  h3 {
    font-size: 20px;
  }

  h4 {
    font-size: 18px;
  }

  h5 {
    font-size: 16px;
  }

  h6 {
    font-size: 14px;
  }

  blockquote {
    width: 90%;
    font-size: 26px;
    line-height: 30px;
  }

  .subtitle.white {
    font-size: 16px;
    line-height: 22px;
  }

  .content-section {
    padding-top: 50px;
  }

  .content-section.padding.big {
    padding-top: 4rem;
  }

  .heading-box {
    width: 90%;
    margin-bottom: 30px;
  }

  .heading-box.large, .heading-box.social-networks {
    width: 100%;
  }

  .footer-expand {
    margin-top: 30px;
  }

  .flex, .flex.hori {
    flex-flow: column;
  }

  .flex.small {
    flex-flow: row;
  }

  .flex.diferent {
    grid-template-columns: 1fr;
  }

  .flex.other {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .footer-column {
    width: 100%;
    margin-right: 0%;
    padding-bottom: 0;
  }

  .footer-left {
    max-width: 100%;
    margin-right: 0;
    padding-right: 0;
  }

  .nav-align-center {
    padding-left: 10px;
    padding-right: 10px;
  }

  .close-button {
    margin-right: 10px;
  }

  .hero-left {
    border-bottom-left-radius: 10%;
    width: 100%;
    padding-top: 95px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .hero-h1 {
    font-size: 26px;
  }

  .flex-column-center {
    width: 100%;
  }

  .block-border-title {
    top: -10px;
  }

  .absolute-bottom {
    bottom: -11%;
  }

  .horizontal-box {
    flex-direction: column;
    width: 80px;
    margin-bottom: 0;
  }

  .horizontal-box.last {
    margin-bottom: 0;
  }

  .title-box {
    width: 90%;
  }

  .title-box.small {
    width: 100%;
  }

  .arrow-3 {
    top: -3%;
  }

  .columng-grid._2 {
    width: 100%;
  }

  .features-block {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .faq-wrapper {
    padding-top: 10px;
  }

  .arrow {
    margin-top: -5px;
  }

  .question {
    font-size: 16px;
  }

  .faq-block {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .hover-icon {
    width: 30px;
  }

  .insta-pic {
    width: 50%;
  }

  .insta-pic._1 {
    border-top-right-radius: 2.5px;
    border-bottom-left-radius: 0;
  }

  .insta-pic._4 {
    border-top-right-radius: 0;
  }

  .insta-pic._2 {
    border-top-right-radius: 55px;
  }

  .insta-pic._3 {
    border-bottom-left-radius: 55px;
  }

  .vertical-icon {
    border-bottom: 1px solid var(--divider);
    text-align: center;
    border-right-style: none;
    width: 100%;
    height: 60px;
    padding-top: 13px;
    padding-bottom: 13px;
  }

  .flex-vertical-text {
    text-align: center;
  }

  .vertical-grid-block {
    padding-bottom: 15px;
  }

  .vertical-item-1 {
    width: 48%;
    margin-bottom: 0;
    margin-right: 4%;
  }

  .vertical-item-2 {
    width: 48%;
    margin-right: 0%;
  }

  .vertical-item-3 {
    width: 48%;
    margin-top: 0;
    margin-right: 4%;
  }

  .vertical-item-4 {
    width: 48%;
    margin-top: 20px;
    margin-right: 0%;
  }

  .vertical-item-5 {
    width: 48%;
    max-height: 180px;
    margin-top: 0;
  }

  .bottom-absolute {
    margin-bottom: -29px;
  }

  .top-blue {
    height: 90%;
  }

  .newsletter-form-container, .guy-column {
    width: 100%;
  }

  .cta-bg {
    border-bottom-left-radius: 30px;
    margin-top: 20px;
  }

  .perk {
    border-bottom: 1px solid var(--divider);
    text-align: center;
    border-right-style: none;
    width: 100%;
    max-width: 320px;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 3%;
  }

  .perk._6 {
    margin-bottom: 0;
  }

  .book-form-block {
    border-top-right-radius: 37.5px;
    border-bottom-left-radius: 37.5px;
    margin-top: 40px;
    padding-left: 0%;
    padding-right: 0%;
  }

  .intro-image {
    width: 100%;
    margin-bottom: 30px;
    padding-left: 0%;
    padding-right: 0%;
  }

  .hero-right {
    justify-content: center;
    align-items: center;
    padding-top: 5%;
    padding-bottom: 5%;
  }

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

  .grid, .grid._3 {
    grid-template-columns: 1fr;
  }

  .heading-style-h1-2 {
    letter-spacing: -.4px;
    font-size: 2rem;
    line-height: 2.4rem;
  }

  .slider-contain {
    height: auto;
  }

  .slider-button-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding-left: 5%;
    padding-right: 5%;
  }

  .item {
    min-width: 30vh;
  }

  .call-us {
    bottom: 1.5em;
  }

  .heading-49 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    font-size: 16.5px;
    line-height: 30px;
    display: block;
  }

  .form-mieszkanie-2 {
    transform: scale3d(1none, 1none, 1none);
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    margin: 0 -11px;
    display: flex;
  }

  .success-message-2 {
    width: 100%;
    padding: 100px 0;
    position: static;
    transform: none;
  }

  .form-4 {
    z-index: 100;
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    object-fit: fill;
    background-color: #fff;
    border-radius: 15px;
    width: 100%;
    margin-bottom: 5px;
    margin-left: 0;
    margin-right: -10px;
    padding-bottom: 20px;
    padding-left: 5%;
    padding-right: 5%;
    display: flex;
    top: 0;
    overflow: visible;
    transform: scale(1);
    box-shadow: 0 2px 5px #0003;
  }

  .checkbox-label-2 {
    margin-left: 2px;
    line-height: 1.6;
  }

  .checkbox-label-2.pink {
    font-size: 11px;
    line-height: 1.4;
  }

  .field-wrapper {
    grid-column-gap: 1.2rem;
    grid-row-gap: 1.2rem;
    flex-flow: column;
  }

  .field-block {
    width: 100%;
  }

  .ms-radio-wrap {
    align-items: flex-start;
    display: flex;
  }

  .ms-radio-button-tab {
    padding-left: 8px;
    padding-right: 8px;
    font-size: .8rem;
  }

  .form-mieszkanie-3 {
    transform: scale3d(1none, 1none, 1none);
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    margin: 0 -11px;
    display: flex;
  }

  .form-4-copy {
    z-index: 100;
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    object-fit: fill;
    background-color: #fff;
    border-radius: 15px;
    width: 100%;
    margin-bottom: 5px;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 20px;
    padding-left: 5%;
    padding-right: 5%;
    display: flex;
    top: 0;
    overflow: visible;
    transform: scale(1);
    box-shadow: 0 2px 5px #0003;
  }

  ._43-text-block-2 {
    font-size: 10px;
  }

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

  .testimonial-top-content-wrapper {
    padding-left: 5%;
    padding-right: 5%;
  }

  .image-76 {
    order: -1;
  }

  .section.pp {
    padding-top: 10rem;
  }

  .client-all-image-box {
    max-width: 120px;
  }

  .process-component {
    grid-row-gap: 2rem;
  }

  .paragraph-27 {
    font-size: 14px;
  }

  .btn-txt {
    text-align: center;
    font-size: .8rem;
  }

  .padding-section-large {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .heading-style-h2 {
    font-size: 1.6rem;
    line-height: 2rem;
  }

  .features-card.fourth, .features-card.third, .features-card.second, .features-card.first {
    flex-flow: column;
    padding: 15px;
  }

  .features-card-title {
    font-size: 1.2rem;
  }

  .padding-global {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .btn-cta.w--current, .features-left {
    padding-left: 15px;
    padding-right: 15px;
  }

  .text-size-regular-2 {
    font-size: .85rem;
  }

  .number-grid {
    flex-flow: column;
    grid-template-columns: 1fr;
  }

  .padding-bottom.padding-large {
    padding-bottom: 2rem;
    display: flex;
  }
}

#w-node-cd19425e-51df-aa3e-224e-6d0ff4b5cd48-54f294fe, #w-node-_769af3c4-b7a4-3d65-0b59-e15c98f97702-54f294fe, #w-node-_5afa312b-6707-61ad-6196-a8c0b287aeb7-54f294fe, #w-node-_89c1da70-4962-edda-0939-be675c180d48-54f294fe {
  justify-self: stretch;
}

#w-node-b28dadca-1a7d-f469-6358-ca0d6beed7a5-b2c826b4, #w-node-b28dadca-1a7d-f469-6358-ca0d6beed7a6-b2c826b4, #w-node-b28dadca-1a7d-f469-6358-ca0d6beed7a7-b2c826b4, #w-node-b28dadca-1a7d-f469-6358-ca0d6beed7a8-b2c826b4, #w-node-b28dadca-1a7d-f469-6358-ca0d6beed7a9-b2c826b4, #w-node-b28dadca-1a7d-f469-6358-ca0d6beed7aa-b2c826b4, #w-node-b28dadca-1a7d-f469-6358-ca0d6beed7ab-b2c826b4, #w-node-b28dadca-1a7d-f469-6358-ca0d6beed7ac-b2c826b4, #w-node-b28dadca-1a7d-f469-6358-ca0d6beed7ad-b2c826b4, #w-node-b28dadca-1a7d-f469-6358-ca0d6beed7ae-b2c826b4, #w-node-b28dadca-1a7d-f469-6358-ca0d6beed7af-b2c826b4, #w-node-b28dadca-1a7d-f469-6358-ca0d6beed7b0-b2c826b4, #w-node-b28dadca-1a7d-f469-6358-ca0d6beed7b2-b2c826b4, #w-node-b28dadca-1a7d-f469-6358-ca0d6beed7b3-b2c826b4, #w-node-b28dadca-1a7d-f469-6358-ca0d6beed7b4-b2c826b4, #w-node-b28dadca-1a7d-f469-6358-ca0d6beed7b5-b2c826b4, #w-node-b28dadca-1a7d-f469-6358-ca0d6beed7b6-b2c826b4, #w-node-b28dadca-1a7d-f469-6358-ca0d6beed7b7-b2c826b4, #w-node-b28dadca-1a7d-f469-6358-ca0d6beed7b8-b2c826b4, #w-node-b28dadca-1a7d-f469-6358-ca0d6beed7b9-b2c826b4, #w-node-b28dadca-1a7d-f469-6358-ca0d6beed7ba-b2c826b4, #w-node-b28dadca-1a7d-f469-6358-ca0d6beed7bb-b2c826b4, #w-node-b28dadca-1a7d-f469-6358-ca0d6beed7bc-b2c826b4, #w-node-b28dadca-1a7d-f469-6358-ca0d6beed7bd-b2c826b4, #w-node-b28dadca-1a7d-f469-6358-ca0d6beed7bf-b2c826b4, #w-node-b28dadca-1a7d-f469-6358-ca0d6beed7c0-b2c826b4, #w-node-b28dadca-1a7d-f469-6358-ca0d6beed7c1-b2c826b4, #w-node-b28dadca-1a7d-f469-6358-ca0d6beed7c2-b2c826b4, #w-node-b28dadca-1a7d-f469-6358-ca0d6beed7c3-b2c826b4, #w-node-b28dadca-1a7d-f469-6358-ca0d6beed7c4-b2c826b4, #w-node-b28dadca-1a7d-f469-6358-ca0d6beed7c5-b2c826b4, #w-node-b28dadca-1a7d-f469-6358-ca0d6beed7c6-b2c826b4, #w-node-b28dadca-1a7d-f469-6358-ca0d6beed7c7-b2c826b4, #w-node-b28dadca-1a7d-f469-6358-ca0d6beed7c8-b2c826b4, #w-node-b28dadca-1a7d-f469-6358-ca0d6beed7c9-b2c826b4, #w-node-b28dadca-1a7d-f469-6358-ca0d6beed7ca-b2c826b4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}