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

@font-face {
  font-family: Lexend;
  src: url('../fonts/Lexend-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

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

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

.section {
  background-color: #29777c;
  background-image: url('../images/Mask-Group-42x.png');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: contain;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 70vh;
  display: flex;
  position: relative;
  box-shadow: 0 -18px 20px 20px #133b3d;
}

.section-2 {
  background-color: #29777c;
  justify-content: center;
  align-items: center;
  height: 25vh;
  display: flex;
}

.navbar {
  background-color: #fff;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: block;
}

.nav-menu {
  justify-content: center;
  align-items: center;
  font-family: Lexend, Impact, sans-serif;
  font-size: 14px;
  display: flex;
}

.link-block {
  margin-left: 19px;
}

.button {
  background-color: #2c3e50;
  border-radius: 20px;
  margin-top: 62px;
  margin-left: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Lexend, Impact, sans-serif;
  font-weight: 400;
}

.button.contact {
  background-color: #2c3e50;
  margin-top: 0;
  padding-left: 20px;
  padding-right: 20px;
}

.button.contact.white {
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 400;
}

.button.why-us {
  margin-left: 20px;
}

.button.why-us.white {
  color: #2c3e50;
  background-color: #fff;
  margin-left: 10px;
  font-family: Lexend, Impact, sans-serif;
  font-weight: 500;
}

.container {
  border-left: 3px solid #a7d6c4;
  border-radius: 2px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 70vw;
  max-width: none;
  height: auto;
  display: flex;
}

.heading {
  color: #fff;
  margin-top: 0;
  margin-left: 41px;
  font-family: Lexend, Impact, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 22px;
}

.heading.big {
  margin-top: 10px;
  font-size: 35px;
  font-weight: 700;
  line-height: 22px;
}

.container-2 {
  color: #fff;
  max-width: none;
}

.columns {
  width: 80vw;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.heading-2 {
  color: #fff;
  margin-top: 0;
  font-family: Lexend, Impact, sans-serif;
  font-size: 22px;
  font-weight: 500;
}

.column {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 38px;
  display: flex;
}

.paragraph {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-weight: 300;
}

.column-2 {
  background-color: #a7d6c4;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block {
  width: 70%;
}

.column-3 {
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-right: 20px;
  display: flex;
}

.heading-3 {
  color: #2c3e50;
  margin-top: 10px;
  font-family: Lexend, Impact, sans-serif;
  font-size: 22px;
}

.heading-3.solutions {
  border-left: 2px solid #a7d6c4;
  width: 90vw;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 44px;
  font-family: Lexend, Impact, sans-serif;
}

.heading-3.solutions.white {
  color: #fff;
  width: 85vw;
  font-weight: 500;
}

.heading-3.solutions.no-border {
  color: #29777c;
  border-left-style: none;
}

.columns-2 {
  display: flex;
}

.section-3 {
  background-color: #f5f5f5;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.div-block-2 {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 85vw;
  display: flex;
  overflow: visible;
}

.slider {
  background-color: #f5f5f5;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  height: auto;
  margin-top: 22px;
  padding-bottom: 10px;
  display: flex;
}

.slide {
  background-color: #f5f5f5;
}

.icon, .icon-2 {
  color: #29777c;
}

.div-block-3 {
  background-color: #a7d6c4;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.column-4 {
  flex-flow: column;
  align-items: stretch;
  padding-left: 0;
  display: flex;
}

.heading-4 {
  color: #2c3e50;
  text-align: center;
  border-bottom: 1px solid #a7d6c4;
  width: 90%;
  padding-bottom: 20px;
  font-family: Lexend, Impact, sans-serif;
  font-size: 16px;
}

.heading-4.left {
  color: #2c3e50;
  text-align: left;
  margin-top: 0;
}

.paragraph-2 {
  width: 90%;
  font-family: Montserrat, sans-serif;
  font-weight: 300;
}

.right-arrow {
  background-color: #f5f5f5;
}

.slide-nav {
  color: #696969;
  margin-bottom: 0;
  position: static;
}

.lightbox-link-2 {
  object-fit: cover;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
}

.lightbox-link-2:hover {
  opacity: .48;
  background-color: #9aa66bd1;
  background-image: url('../images/gellery.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.lightbox-link-2.pool-suite {
  position: absolute;
}

.text-block-26 {
  color: #fff;
  font-family: Lexend, Impact, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.text-block-26.sml {
  font-size: 11px;
  font-weight: 400;
}

.button-v11-cirlcle---brix {
  background-color: #9aa66b;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  margin-left: 24px;
  display: flex;
}

.column-6 {
  background-color: #fff;
  border-left: 4px solid #9aa66a;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 20px;
  display: flex;
}

.div-block-5 {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 23px;
  display: flex;
}

.div-block-5.flex {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
}

.text-block-3 {
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 500;
}

.text-block-28 {
  z-index: 99;
  background-color: #ffffff5c;
  border-radius: 6px;
  margin-bottom: 37px;
  padding: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 500;
  position: absolute;
}

.column-5 {
  justify-content: center;
  align-items: flex-end;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.column-5:hover {
  background-color: #9aa66b;
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
}

.image-6 {
  box-sizing: border-box;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  overflow: clip;
}

.image-6:hover {
  background-color: #9aa66b;
}

.image-6.kol-kol {
  margin-top: -167px;
}

.image-6.pool-suite {
  aspect-ratio: 16 / 9;
}

.image-6.balcony {
  flex: none;
  display: block;
}

.image-6.lux-king {
  width: auto;
}

.image-2 {
  width: 2vw;
  max-width: none;
  margin-right: 20px;
}

.image-2.guests, .image-2.fire {
  width: 2vw;
}

.columns-3 {
  align-items: stretch;
  display: flex;
}

.sample-2 {
  background-color: #2c3e50;
  margin-top: 0;
  padding-top: 21px;
  padding-bottom: 0;
}

.text-block-11 {
  font-family: Montserrat, sans-serif;
}

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

.image-7 {
  max-width: 90%;
}

.tabs-menu-3 {
  text-align: center;
  border-bottom: 1px solid #9aa66b;
  display: flex;
}

.tabs-menu-3.vertical {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  background-color: #2c3e50;
  border-bottom-style: none;
  flex-flow: column;
  flex: none;
  width: 40vh;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 33px;
}

.tab-system-3 {
  width: 85vw;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.tab-system-3.vertical {
  width: 85vw;
  margin-top: 0;
  display: flex;
}

.tabs-content-5 {
  text-align: left;
  background-color: #fff;
  border-radius: 0;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  padding: 40px;
  display: flex;
}

.tab-dropdown-2 {
  display: none;
}

.tab-link-2 {
  color: #8f928f;
  text-align: left;
  background-color: #3c5267;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  padding: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 500;
  display: flex;
}

.tab-link-2:hover {
  background-color: #ffffff40;
  border-top-left-radius: 12px;
  border-top-right-radius: 0;
}

.tab-link-2.w--current {
  color: #fff;
  background-color: #a7d6c4;
  border-radius: 15px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  padding: 10px 20px 10px 30px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 600;
  display: flex;
}

.button-v11---brix {
  color: #fff;
  text-align: center;
  background-color: #9aa66a;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  padding: 10px 10px 10px 24px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
  position: static;
  inset: 0% auto auto 0%;
}

.button-v11---brix:hover {
  background-color: #a3ad7a;
}

.button-v11---brix.not-fixed {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  position: static;
  box-shadow: 0 2px 5px #0003;
}

.text-block {
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  line-height: 16px;
}

.div-block-15 {
  width: auto;
  height: auto;
  margin-top: 10px;
  margin-left: 20px;
}

.image-8 {
  width: 10vw;
  margin-right: 21px;
}

.tab-link-tab-2 {
  background-color: #3c5267;
  border-radius: 15px;
  font-size: 12px;
}

.tab-link-tab-2.w--current {
  background-color: #a7d6c4;
}

.text-block-29 {
  color: #fff;
  font-family: Lexend, Impact, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.section-4 {
  background-color: #f5f5f5;
}

.section-4.testimonials {
  text-align: center;
  background-image: url('../images/Group-102x.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 20px;
  padding-bottom: 40px;
}

.slider-2 {
  width: 80vw;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.slide-2 {
  color: #29777c;
  background-color: #29777c;
  border-radius: 20px;
  height: auto;
  padding: 60px;
}

.section-5 {
  mix-blend-mode: normal;
  background-color: #2c3e50;
  height: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
  box-shadow: 1px 7px 15px 5px #0000005c;
}

.columns-4 {
  width: 80vw;
  margin-left: auto;
  margin-right: auto;
}

.text-field {
  color: #fff;
  background-color: #3a4e62;
  border: 1px solid #607080;
  border-radius: 5px;
  height: auto;
  margin-right: 24px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
}

.text-field-2 {
  background-color: #3a4e62;
  border: 1px solid #607080;
  height: 10vh;
}

.columns-5 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

.columns-6 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.text-field-3 {
  color: #fff;
  background-color: #3a4e62;
  border: 1px solid #607080;
  border-radius: 5px;
  height: 15vh;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
}

.column-7 {
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.text-field-4 {
  color: #fff;
  background-color: #3a4e62;
  border: 1px solid #607080;
  border-radius: 5px;
  height: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
}

.image-9 {
  width: 14vw;
}

.container-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  align-items: center;
  width: 100vw;
  min-width: 90vw;
  display: flex;
}

.image-10 {
  mix-blend-mode: screen;
  width: 70%;
  max-width: none;
}

.submit-button {
  background-color: #29777c;
  border-radius: 20px;
  font-family: Lexend, Impact, sans-serif;
}

.tab-link-tab-3 {
  background-color: #3c5267;
  border-radius: 15px;
  font-size: 12px;
}

.tab-link-tab-3.w--current {
  background-color: #a7d6c4;
}

.tab-link-tab-4 {
  background-color: #3c5267;
  border-radius: 15px;
}

.tab-link-tab-4.w--current {
  color: #2c3e50;
  background-color: #a7d6c4;
}

.text-block-30, .text-block-31 {
  color: #fff;
  font-family: Lexend, Impact, sans-serif;
  font-size: 14px;
}

.div-block-16 {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 18px;
  display: flex;
}

.paragraph-3, .paragraph-4 {
  font-family: Montserrat, sans-serif;
  font-weight: 300;
}

.column-9 {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 40px;
}

.columns-7 {
  background-color: #fff;
  border-radius: 20px;
  flex-flow: row;
  align-items: stretch;
  display: flex;
}

.nav-link, .nav-link-2 {
  font-family: Lexend, Impact, sans-serif;
  font-size: 14px;
}

.image-11 {
  overflow: clip;
}

.div-block-17 {
  background-image: url('../images/pexels-fauxels-31846692x.png');
  background-position: 30%;
  background-repeat: no-repeat;
  background-size: 373px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  height: 100%;
}

.div-block-17.workplaces.first {
  background-image: url('../images/pexels-kindelmedia-67751162x.png');
}

.div-block-17.teams {
  background-image: url('../images/pexels-kindelmedia-76881562x.png');
}

.div-block-17.employees {
  background-size: auto;
}

.icon-3, .icon-4 {
  font-size: 16px;
}

.div-block-18 {
  color: #93dfd3;
  background-color: #93dfd3;
  border-radius: 8px;
  margin-bottom: 12px;
  padding: 10px 20px;
}

.div-block-18.linkedin {
  color: #fff0;
  background-color: #fff0;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.paragraph-5 {
  color: #fff;
  width: 80%;
  margin-bottom: 0;
  padding-left: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 500;
}

.paragraph-5.follow {
  color: #fff;
  background-color: #2c3e50;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 18px;
  font-size: 9px;
  display: flex;
}

.paragraph-5.follow.footer {
  width: 100%;
}

.paragraph-5.form {
  width: auto;
  margin-bottom: 20px;
}

.text-block-32 {
  display: none;
}

.left-arrow {
  width: 3vw;
}

.mask-2 {
  background-color: #f5f5f5;
}

.paragraph-6 {
  color: #fff;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.slide-3 {
  background-color: #29777c;
  height: auto;
  padding: 60px;
}

.right-arrow-2 {
  width: 3vw;
}

.link {
  color: #2c3e50;
  padding-left: 21px;
  font-family: Lexend, Impact, sans-serif;
  text-decoration: none;
}

.image-12 {
  width: 2vw;
}

.slide-4 {
  background-color: #f5f5f5;
  padding-left: 80px;
  overflow: visible;
}

.slide-5 {
  padding-left: 66px;
}

.div-block-19 {
  width: 30vw;
}

.div-block-20 {
  width: 85vw;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.paragraph-7, .paragraph-8 {
  font-family: Montserrat, sans-serif;
}

.bold-text, .bold-text-2 {
  font-weight: 400;
}

@media screen and (min-width: 1440px) {
  .button {
    color: #2c3e50;
    background-color: #a7d6c4;
    font-weight: 500;
  }

  .button.contact {
    background-color: #29777c;
  }

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

  .heading-3 {
    color: #2c3e50;
  }

  .heading-3.solutions.white {
    width: 90vw;
  }

  .icon, .icon-2 {
    margin-top: 99px;
  }

  .div-block-3 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .heading-4 {
    color: #2c3e50;
  }

  .text-block-26 {
    font-family: Lexend, Impact, sans-serif;
    font-weight: 400;
  }

  .column-6 {
    padding-left: 30px;
  }

  .sample-2 {
    padding-bottom: 0;
  }

  .tab-dropdown-2 {
    display: none;
  }

  .tab-link-2.w--current {
    padding-left: 30px;
    font-weight: 600;
  }

  .section-4.testimonials {
    background-image: url('../images/Group-102x.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .slider-2 {
    justify-content: center;
    align-items: center;
    height: auto;
    display: flex;
  }

  .slide-2 {
    height: auto;
    padding: 40px 60px;
  }

  .section-5 {
    padding-bottom: 40px;
    position: relative;
    box-shadow: 0 3px 20px #000000c2;
  }

  .text-field {
    color: #fff;
  }

  .text-field-3, .text-field-4 {
    border: 1px solid #607080;
  }

  .container-3 {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    justify-content: center;
    align-items: center;
    min-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .submit-button {
    background-color: #29777c;
    font-family: Lexend, Impact, sans-serif;
  }

  .div-block-17 {
    background-image: url('../images/pexels-fauxels-31846692x.png');
    background-position: 50%;
    background-repeat: no-repeat;
  }

  .div-block-18 {
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 10px;
    display: flex;
  }

  .div-block-18.linkedin {
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .paragraph-5 {
    font-weight: 700;
  }

  .paragraph-5.follow {
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 31px;
    font-size: 11px;
    font-weight: 400;
    display: flex;
  }

  .text-block-32 {
    display: none;
  }

  .mask-2 {
    background-color: #f5f5f5;
    height: auto;
  }

  .paragraph-6 {
    color: #fff;
    text-align: center;
    font-family: Montserrat, sans-serif;
    font-weight: 400;
  }

  .slide-3 {
    background-color: #29777c;
    border-radius: 20px;
    height: auto;
    padding: 40px 60px;
  }

  .right-arrow-2 {
    height: auto;
  }

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

  .link {
    color: #2c3e50;
    padding-left: 16px;
    font-family: Lexend, Impact, sans-serif;
    font-size: 16px;
    text-decoration: none;
  }

  .image-12 {
    width: 2vw;
  }

  .section-7 {
    background-color: #2c3e50;
  }

  .section-7.footer {
    margin-left: auto;
    margin-right: auto;
  }

  .slide-4, .slide-5 {
    background-color: #f5f5f5;
    padding-left: 80px;
  }
}

@media screen and (max-width: 991px) {
  .section {
    height: auto;
    padding-top: 74px;
    padding-bottom: 60px;
  }

  .section-2 {
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .nav-menu {
    background-color: #fff;
    justify-content: center;
    align-items: center;
    padding-bottom: 20px;
  }

  .container {
    width: 90vw;
  }

  .heading {
    font-size: 18px;
  }

  .heading.big {
    line-height: 32px;
  }

  .columns {
    width: 90vw;
  }

  .paragraph {
    font-size: 13px;
  }

  .div-block {
    width: 80%;
  }

  .heading-3.solutions {
    padding-left: 20px;
  }

  .heading-3.solutions.white {
    width: 90vw;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .section-3 {
    height: auto;
  }

  .slider {
    height: 100%;
    overflow: visible;
  }

  .icon, .icon-2 {
    font-size: 35px;
  }

  .div-block-3 {
    border-radius: 0;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .column-4 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    padding-right: 0;
    display: flex;
  }

  .heading-4 {
    width: auto;
    margin-top: 10px;
    padding-bottom: 0;
  }

  .heading-4.left {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-bottom: 10px;
  }

  .paragraph-2 {
    width: 100%;
    margin-top: 13px;
    margin-bottom: 24px;
    font-size: 13px;
    overflow: visible;
  }

  .right-arrow {
    background-color: #f5f5f500;
  }

  .slide-nav {
    color: #000;
  }

  .lightbox-link-2, .lightbox-link-2.lux-king {
    flex-flow: row;
    justify-content: center;
    align-items: stretch;
  }

  .lightbox-link-2.pool-suite {
    max-width: 100%;
    display: flex;
  }

  .column-6 {
    grid-column-gap: 21px;
    grid-row-gap: 21px;
    flex-flow: wrap;
    justify-content: center;
    align-items: stretch;
    padding-left: 40px;
    padding-right: 40px;
  }

  .div-block-5 {
    flex-flow: column;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .column-5 {
    justify-content: center;
    align-items: flex-end;
    height: 45vh;
  }

  .image-6.kol-kol {
    width: 100%;
    margin-top: 0;
  }

  .image-6.pool-suite, .image-6.balcony, .image-6.lux-king, .image-6.executive {
    width: 100%;
  }

  .image-2 {
    align-self: center;
    width: 3vw;
    height: 4vh;
    margin-left: auto;
    margin-right: auto;
  }

  .image-2.guests, .image-2.fire {
    width: 2vw;
  }

  .columns-3 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
    max-width: 100%;
  }

  .sample-2 {
    height: 100%;
    padding-bottom: 20px;
  }

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

  .tabs-menu-3.vertical {
    grid-column-gap: 11px;
    grid-row-gap: 11px;
    width: 90vw;
    padding-right: 0;
  }

  .tab-system-3 {
    width: 90vw;
  }

  .tab-system-3.vertical {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 90vw;
  }

  .tabs-content-5 {
    margin-top: 0;
  }

  .tab-dropdown-2 {
    display: none;
  }

  .tab-link-2.w--current {
    margin-bottom: 0;
  }

  .button-v11---brix.not-fixed {
    margin-top: 0;
  }

  .text-block {
    text-align: left;
    margin-top: 10px;
    margin-bottom: 7px;
  }

  .div-block-15 {
    width: auto;
    height: auto;
    margin-bottom: 20px;
    margin-left: 20px;
    margin-right: 0;
    padding-right: 10px;
  }

  .image-8 {
    width: 22vw;
  }

  .slider-2 {
    width: 90vw;
  }

  .columns-4 {
    flex-flow: column;
    width: 90vw;
    display: flex;
  }

  .columns-6 {
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
  }

  .text-field-3 {
    width: 87vw;
    margin-bottom: 16px;
  }

  .image-9 {
    width: 35vw;
  }

  .container-3 {
    flex-flow: row;
    justify-content: space-around;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 24px;
    display: block;
  }

  .image-10 {
    width: 90%;
  }

  .text-block-31 {
    color: #fff;
  }

  .div-block-16 {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .paragraph-3, .paragraph-4 {
    font-size: 13px;
  }

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

  .column-9 {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 40px;
  }

  .columns-7 {
    flex-flow: column;
    width: 90%;
    padding-top: 0;
    padding-bottom: 20px;
  }

  .mask {
    overflow: hidden;
  }

  .section-6 {
    height: 100%;
  }

  .nav-link, .nav-link-2 {
    text-align: center;
  }

  .div-block-17 {
    background-image: url('../images/pexels-kindelmedia-67751162x.png');
    background-position: 50%;
    background-repeat: repeat-y;
    background-size: cover;
    background-attachment: scroll;
    width: 100%;
    height: 35vh;
  }

  .div-block-18 {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: auto;
    padding-right: 20px;
    display: flex;
  }

  .div-block-18.linkedin {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
  }

  .paragraph-5 {
    width: auto;
    margin-top: 0;
    margin-bottom: 0;
  }

  .paragraph-5.follow {
    margin-top: 0;
  }

  .text-block-32 {
    display: none;
  }

  .left-arrow {
    width: 5vw;
  }

  .right-arrow-2 {
    width: 5vw;
    padding-right: 20px;
  }

  .link {
    color: #2c3e50;
  }

  .image-12 {
    width: 3vw;
  }

  .div-block-19 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: flex-start;
    align-items: stretch;
    width: auto;
    margin-bottom: 16px;
    display: flex;
  }

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

  .column-12, .column-13, .column-14 {
    padding-left: 0;
  }

  .nav-link-3, .nav-link-4 {
    text-align: center;
  }

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

  .icon-5 {
    color: #29777c;
  }

  .success-message {
    background-color: #2c3e50;
  }

  .text-block-33 {
    color: #f5f5f5;
    font-family: Montserrat, sans-serif;
  }
}

@media screen and (max-width: 767px) {
  .section {
    background-position: 100%;
    background-size: auto 45vh;
    height: 45vh;
    padding-top: 60px;
  }

  .columns {
    flex-flow: column;
    width: 90%;
  }

  .column {
    padding-left: 0;
  }

  .column-2 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .div-block {
    width: 90%;
  }

  .column-3 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .heading-3.solutions.white {
    display: none;
  }

  .columns-2 {
    flex-flow: column;
  }

  .div-block-2 {
    justify-content: center;
  }

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

  .icon, .icon-2 {
    font-size: 30px;
  }

  .heading-4.left {
    padding-bottom: 20px;
    line-height: 22px;
  }

  .paragraph-2 {
    width: auto;
  }

  .right-arrow {
    width: 5vw;
    overflow: hidden;
  }

  .slide-nav {
    margin-bottom: 0;
  }

  .lightbox-link-2.lux-king {
    flex: none;
    justify-content: center;
    align-items: stretch;
  }

  .lightbox-link-2.lux-king:hover {
    opacity: 100;
  }

  .lightbox-link-2.pool-suite {
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
    inset: 0% auto 0% 0%;
  }

  .lightbox-link-2.pool-suite:hover {
    opacity: 100;
    background-color: #9aa66b00;
    background-image: none;
  }

  .lightbox-link-2.kol-kol:hover, .lightbox-link-2.balcony:hover {
    opacity: 100;
  }

  .lightbox-link-2.executive {
    align-items: stretch;
  }

  .lightbox-link-2.executive:hover {
    opacity: 100;
  }

  .text-block-26 {
    font-size: 14px;
  }

  .text-block-26.sml {
    color: #fff;
  }

  .column-6 {
    grid-column-gap: 27px;
    grid-row-gap: 27px;
    flex-flow: wrap;
    justify-content: center;
    align-items: stretch;
  }

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

  .div-block-5.flex {
    justify-content: center;
    align-self: center;
    align-items: center;
    margin-top: 0;
  }

  .text-block-3 {
    font-size: 14px;
  }

  .text-block-28 {
    text-align: center;
    margin-bottom: auto;
    margin-left: auto;
    margin-right: auto;
    inset: auto 0% 0%;
  }

  .column-5 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    display: flex;
    position: relative;
  }

  .column-5:hover {
    background-color: #fff0;
    background-image: none;
  }

  .image-6.kol-kol {
    width: 100%;
    margin-top: 0;
  }

  .image-6.pool-suite {
    height: 45vh;
    overflow: clip;
  }

  .image-6.pool-suite:hover {
    opacity: 1;
    background-color: #9aa66b00;
    overflow: clip;
  }

  .image-6.balcony, .image-6.lux-king, .image-6.executive {
    width: 100%;
  }

  .image-6.executive:hover {
    opacity: 1;
  }

  .image-2 {
    width: 5vw;
  }

  .image-2.guests, .image-2.fire {
    width: 8vw;
  }

  .columns-3 {
    flex-flow: column;
  }

  .sample-2 {
    padding-bottom: 0;
  }

  .text-block-11 {
    color: #a7d6c4;
    width: 80vw;
    margin-bottom: 17px;
    font-family: Lexend, Impact, sans-serif;
    font-size: 16px;
    font-weight: 400;
  }

  .text-block-11.tab-headline {
    color: #a7d6c4;
  }

  .text-block-11.dropdown {
    color: #fff;
  }

  .div-block-14 {
    z-index: 30;
    background-color: #9aa66b;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-bottom: 10px;
    font-family: Montserrat, sans-serif;
    font-weight: 400;
    display: flex;
    position: absolute;
  }

  .text-block-22 {
    font-size: 14px;
  }

  .heading-5 {
    color: #fff;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 0;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    font-weight: 500;
  }

  .tabs-menu-3 {
    z-index: 50;
    cursor: pointer;
    border-style: none;
    border-right-width: 1px;
    border-right-color: #000;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    margin-top: -50px;
    margin-bottom: 0;
    padding-top: 48px;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    box-shadow: 0 28px 28px #00000014;
  }

  .tabs-menu-3.vertical {
    display: none;
  }

  .tab-system-3.vertical {
    width: 100vw;
  }

  .tabs-content-5 {
    margin-top: 25px;
    padding: 24px 20px 25px;
  }

  .tab-dropdown-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    color: #fff;
    text-align: left;
    letter-spacing: .2px;
    cursor: pointer;
    background-color: #a7d6c4;
    background-image: url('../images/dropdown-icon.svg');
    background-position: 95%;
    background-repeat: no-repeat;
    background-size: 20px;
    border-radius: 0;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    height: auto;
    padding: 20px 40px 10px;
    font-size: 18px;
    font-weight: 800;
    display: block;
  }

  .tab-dropdown-2:hover {
    background-color: #57b3a7;
  }

  .tab-link-2 {
    text-align: left;
    background-color: #fff;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    width: 100%;
    height: 50px;
    padding-top: 13px;
    padding-left: 20px;
    font-size: 18px;
    display: block;
  }

  .tab-link-2:hover {
    background-color: #fff;
  }

  .tab-link-2.w--current {
    color: #9aa66b;
    background-color: #e6ebd3;
    border-radius: 0;
    font-weight: 600;
  }

  .button-v11---brix {
    margin-top: 18px;
  }

  .text-block-25 {
    font-size: 14px;
  }

  .text-block {
    text-align: center;
    margin-top: 5px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 22px;
  }

  .div-block-15 {
    margin-left: 0;
  }

  .text-field {
    padding-left: 10px;
  }

  .columns-5 {
    justify-content: space-around;
    align-items: stretch;
    padding-left: 0;
  }

  .container-3 {
    padding-top: 16px;
    display: block;
  }

  .image-10 {
    width: 20%;
  }

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

  .column-9 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .columns-7 {
    width: 90%;
  }

  .div-block-18 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .div-block-18.linkedin {
    justify-content: center;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
  }

  .paragraph-5.form {
    padding-left: 10px;
  }

  .column-10 {
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-32 {
    color: #a7d6c4;
    margin-bottom: 8px;
    font-family: Lexend, Impact, sans-serif;
    font-size: 16px;
  }

  .left-arrow {
    width: 6vw;
  }

  .right-arrow-2 {
    justify-content: space-between;
    align-items: center;
    width: 6vw;
    display: flex;
  }

  .slide-5 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .div-block-19 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .left-arrow-2 {
    width: 5vw;
  }
}

@media screen and (max-width: 479px) {
  .section {
    background-image: linear-gradient(90deg, #2c3e50cf, #2c3e5000), url('../images/Mask-Group-42x.png');
    background-position: 0 0, 100%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    height: auto;
  }

  .section-2 {
    padding-top: 32px;
    padding-left: 10px;
  }

  .button {
    margin-top: 40px;
  }

  .button.why-us.white {
    margin-top: 11px;
    margin-left: 0;
  }

  .heading.big {
    margin-top: 0;
  }

  .container-2 {
    width: 90vw;
  }

  .column-2 {
    padding-top: 20px;
    padding-left: 20px;
  }

  .column-3 {
    padding-left: 20px;
  }

  .heading-3 {
    margin-top: 20px;
    line-height: 22px;
  }

  .heading-3.solutions {
    margin-bottom: -9px;
    line-height: 22px;
  }

  .heading-3.solutions.white {
    margin-bottom: 27px;
    display: none;
  }

  .heading-3.solutions.no-border {
    margin-bottom: 20px;
  }

  .icon, .icon-2 {
    font-size: 20px;
  }

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

  .column-4 {
    padding-right: 0;
  }

  .right-arrow {
    background-color: #f5f5f500;
    width: 5vw;
    display: block;
  }

  .lightbox-link-2 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .lightbox-link-2:hover {
    background-image: none;
  }

  .lightbox-link-2.lux-king {
    opacity: 1;
  }

  .lightbox-link-2.pool-suite {
    align-items: stretch;
    display: flex;
  }

  .lightbox-link-2.pool-suite:hover {
    opacity: 100;
  }

  .lightbox-link-2.kol-kol:hover {
    opacity: 1;
  }

  .lightbox-link-2.balcony:hover {
    opacity: 100;
  }

  .lightbox-link-2.executive {
    justify-content: flex-start;
    align-items: stretch;
  }

  .lightbox-link-2.executive:hover {
    opacity: 100;
  }

  .text-block-26 {
    color: #fff;
    font-family: Lexend, Impact, sans-serif;
    font-weight: 400;
  }

  .text-block-26.sml {
    color: #fff;
    text-align: center;
  }

  .button-v11-cirlcle---brix {
    margin-left: 12px;
  }

  .column-6 {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    flex-flow: wrap;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-5.flex {
    justify-content: center;
    align-items: center;
  }

  .text-block-3 {
    font-size: 14px;
  }

  .text-block-28 {
    text-align: center;
    inset: auto 0% 0%;
  }

  .column-5 {
    flex-flow: column;
    flex: 0 auto;
    justify-content: flex-start;
    align-items: center;
  }

  .image-6 {
    background-color: #fff;
  }

  .image-6.kol-kol {
    height: 45vh;
    margin-top: 0;
  }

  .image-6.pool-suite {
    height: 45vh;
    overflow: clip;
  }

  .image-6.balcony {
    height: 45vh;
  }

  .image-6.lux-king {
    opacity: 1;
  }

  .image-6.executive {
    height: 45vh;
  }

  .image-2, .image-2.guests {
    width: 8vw;
  }

  .image-2.fire {
    width: 6vw;
  }

  .columns-3 {
    flex-flow: column;
  }

  .sample-2 {
    height: auto;
  }

  .text-block-11 {
    margin-bottom: 12px;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    font-weight: 700;
  }

  .text-block-11.tab-headline {
    color: #29777c;
  }

  .div-block-14 {
    z-index: 20;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-bottom: 10px;
    display: block;
    position: absolute;
  }

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

  .tabs-menu-3 {
    display: none;
  }

  .tabs-menu-3.vertical {
    z-index: 99;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    background-color: #2c3e50;
    flex: none;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-left: 10px;
    padding-right: 10px;
    display: none;
    overflow: visible;
  }

  .tab-system-3 {
    width: auto;
    margin-top: 0;
  }

  .tab-system-3.vertical {
    width: 90vw;
    display: block;
  }

  .tabs-content-5 {
    margin-top: 0;
    padding: 20px;
  }

  .tab-dropdown-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-color: #a7d6c4;
    background-position: 94%;
    border-radius: 0;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
    display: block;
  }

  .tab-dropdown-2:hover {
    background-color: #9aa66b;
  }

  .tab-link-2 {
    background-color: #3c5267;
    border-radius: 15px;
    height: auto;
    margin-bottom: 10px;
    padding: 10px 0 10px 15px;
    font-size: 16px;
  }

  .tab-link-2:hover {
    background-color: #fff;
  }

  .tab-link-2.w--current {
    color: #3c5267;
    background-color: #3c5267;
    border-radius: 15px;
    margin-top: 14px;
    margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .button-v11---brix {
    padding-left: 16px;
    padding-right: 16px;
  }

  .button-v11---brix.not-fixed {
    margin-top: 18px;
    position: static;
  }

  .text-block {
    text-align: center;
    margin-top: 12px;
    margin-left: 0;
    font-size: 14px;
  }

  .div-block-15 {
    margin-left: 0;
  }

  .image-8 {
    width: 45vw;
  }

  .tab-link-tab-2 {
    margin-bottom: 10px;
  }

  .slider-2 {
    width: 90vw;
  }

  .slide-2 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .columns-5, .columns-6 {
    flex-flow: column;
  }

  .column-7 {
    justify-content: flex-start;
    align-items: center;
    padding-left: 0;
  }

  .image-9 {
    width: 50vw;
    margin-top: 5px;
    margin-left: 0;
  }

  .container-3 {
    background-color: #fff;
    display: block;
  }

  .image-10 {
    width: 45%;
    margin-bottom: 19px;
    margin-left: auto;
    margin-right: auto;
  }

  .tab-link-tab-3 {
    margin-bottom: 10px;
  }

  .column-9 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .columns-7 {
    flex-flow: column;
    width: auto;
    padding-left: 0;
    display: flex;
  }

  .section-6 {
    height: auto;
  }

  .form {
    flex-flow: column;
    display: flex;
  }

  .div-block-17 {
    background-position: 50% 100%;
    width: auto;
  }

  .div-block-17.teams {
    background-position: 50%;
  }

  .div-block-18, .div-block-18.linkedin {
    justify-content: flex-start;
    align-items: center;
  }

  .text-block-32 {
    margin-bottom: 27px;
    font-family: Lexend, Impact, sans-serif;
  }

  .slide-3 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .column-11 {
    padding-left: 0;
  }

  .image-12 {
    width: 9vw;
  }

  .slide-4 {
    padding-left: 40px;
  }

  .slide-5 {
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .column-13, .column-14 {
    padding-left: 0;
  }
}


@font-face {
  font-family: 'Lexend';
  src: url('../fonts/Lexend-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lexend';
  src: url('../fonts/Lexend-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lexend';
  src: url('../fonts/Lexend-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}