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

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

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

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

:root {
  --bg: #fff;
  --font-color: #004171;
  --bg-3: #ffdd7f0f;
  --lines: #b6b9af;
  --dropdown-bg-button: #d4d5cf;
  --link: #555e59;
  --white: white;
  --bg-2: #8a968f;
  --button-hover-2: #7d8a83;
  --link-hover: #6c7a72;
  --lines-2: #71847b;
  --button-hover: #c8cabe;
  --field-hover: #3e87e7;
  --font: #0f0e0f;
  --accessible-components--dark-grey: #9b9b9b;
  --text-white: #e8e9e4;
  --slide-bg: #f7f6f4;
  --color: #292929;
  --accessible-components--dodger-blue: #1378d1;
}

body {
  background-color: var(--bg);
  color: var(--font-color);
  letter-spacing: -.5px;
  font-family: Karla, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 24px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Leira Lite, sans-serif;
  font-size: 38px;
  font-weight: 400;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Leira Lite, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 40px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Leira Lite, sans-serif;
  font-size: 34px;
  font-weight: 400;
  line-height: 38px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Leira Lite, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 36px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Leira Lite, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 32px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Leira Lite, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;
}

p {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 25px;
}

a {
  color: var(--font-color);
  cursor: pointer;
  text-decoration: underline;
}

.dark-gray {
  background-color: #8e9194;
  width: 40px;
  height: 40px;
  margin-right: 10px;
}

.gray-color {
  -webkit-text-fill-color: inherit;
  background-color: #e9f2f5;
  background-clip: border-box;
  width: 40px;
  height: 40px;
  margin-right: 10px;
}

.social-links-mobile {
  margin-top: 10px;
}

.color-box {
  margin-bottom: 10px;
  margin-right: 20px;
}

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

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

.hero-subtitle {
  color: var(--font-color);
  margin-top: 5px;
  margin-bottom: 10px;
  font-size: 19px;
  font-weight: 300;
  line-height: 27px;
}

.hero-subtitle.white.semi-opaque {
  color: #fdfbf3cc;
}

.paragraph.medium {
  font-size: 16px;
  line-height: 26px;
}

.hero-inner-padding {
  position: relative;
}

.max-540-pixels {
  text-align: center;
  width: 100%;
  max-width: 570px;
  margin-left: auto;
  margin-right: auto;
}

.mini-title {
  color: #819296;
  letter-spacing: 0;
  font-size: 13.5px;
  font-weight: 500;
  line-height: 16px;
}

.title-small {
  font-size: 15px;
  font-weight: 400;
  line-height: 15px;
}

.title-small.regular {
  font-size: 14px;
  font-weight: 300;
  line-height: 16px;
}

.top-margin {
  margin-top: 10px;
  position: relative;
}

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

.top-margin.skill {
  margin-top: 40px;
}

.flex-style {
  flex-wrap: wrap;
  display: flex;
}

.content-section {
  width: 100%;
  max-width: 100%;
  padding-top: 100px;
  position: relative;
}

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

.content-section.shadow {
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  padding-bottom: 90px;
  overflow: visible;
}

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

.content-section.double.hide-temp {
  padding-bottom: 20px;
}

.content-section.colored {
  background-color: var(--bg-3);
  padding-top: 80px;
  padding-bottom: 80px;
}

.content-section.overflow {
  overflow: hidden;
}

.content-section.overflow.less {
  padding-top: 80px;
}

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

.content-section.blog-post {
  padding-top: 40px;
  padding-bottom: 40px;
}

.content-section.blog-page {
  background-color: var(--bg-3);
  padding-top: 60px;
  padding-bottom: 60px;
}

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

.content-section.blog {
  background-color: var(--bg-3);
  padding-top: 80px;
  padding-bottom: 80px;
}

.black {
  background-color: #060606;
  width: 40px;
  height: 40px;
  margin-right: 10px;
}

.top-border {
  border-top: 1px solid var(--lines);
  margin-top: 5px;
  padding-top: 7px;
}

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

.content-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  max-width: 1225px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 25px;
  padding-right: 25px;
  position: relative;
}

.go-up-button {
  z-index: 5;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #004171cc;
  background-image: url('../images/proximo.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 18px;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  margin-bottom: 13px;
  margin-right: 15px;
  text-decoration: none;
  transition: opacity .2s;
  display: flex;
  position: fixed;
  bottom: 0;
  right: 0;
}

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

.hero-inner-text {
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 3px;
  font-size: 54px;
  font-weight: 400;
  line-height: 58px;
}

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

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

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

.social-mini-icon.instagram:hover {
  background-color: #fc6739;
}

.social-mini-icon.linkedin {
  background-color: #3271ac;
  background-image: url('../images/Linkedin-2_1Linkedin (2).png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 12px;
  border-color: #1da1f2;
}

.social-mini-icon.linkedin:hover {
  background-color: #2b659c;
}

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

.social-mini-icon.twittter:hover {
  background-color: #1e96e0;
}

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

.social-mini-icon.facebook:hover {
  background-color: #026bd1;
}

.inner-hero-section {
  background-color: var(--dropdown-bg-button);
  align-items: center;
  width: 100%;
  max-width: 1440px;
  min-height: 350px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-inner-box {
  z-index: 6;
  color: #fff;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1228px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 6%;
  padding-right: 6%;
  display: flex;
  position: relative;
}

.preloader {
  z-index: 2147483647;
  background-image: linear-gradient(to bottom, var(--bg), var(--bg));
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  font-size: 14px;
  display: none;
  position: fixed;
  inset: 0;
}

.flex-licensing {
  flex-wrap: wrap;
  margin-top: 40px;
  display: flex;
}

.licensing {
  width: 31%;
  margin-right: 2%;
  position: relative;
}

.change-this-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%;
  overflow: hidden;
}

.change-this-image.licensing-1 {
  background-image: url('../images/Insta-1.jpg');
  background-position: 0 0;
  background-size: cover;
}

.change-this-image.licensing-2 {
  background-image: url('../images/Copia-de-vertical-shot-apartment-beach-shore-beautiful-sky-great-background-1.jpg');
  background-position: 50%;
  background-size: cover;
}

.change-this-image.licensing-3 {
  background-image: url('../images/alona-gross-kN0PaaDkzQ8-unsplash-1.jpg');
  background-position: 0 0;
  background-size: cover;
}

.change-this-image.team-4 {
  background-image: url('../images/Team-4.jpg');
  background-size: cover;
}

.change-this-image.team-3 {
  background-image: url('../images/Team-3.jpg');
  background-size: cover;
}

.change-this-image.team-6 {
  background-image: url('../images/Team-6.jpg');
  background-size: cover;
}

.change-this-image.team {
  background-image: url('../images/Team.jpg');
  background-size: cover;
}

.change-this-image.team-5 {
  background-image: url('../images/Team-5.jpg');
  background-size: cover;
}

.change-this-image.team-2 {
  background-image: url('../images/Team-2.jpg');
  background-size: cover;
}

.change-this-image.map {
  background-image: linear-gradient(#d6d6d6, #d6d6d6), url('../images/Map.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.change-this-image.login-page {
  background-image: url('../images/Copia-de-vertical-shot-apartment-beach-shore-beautiful-sky-great-background-1.jpg');
}

.underline {
  background-color: #00417154;
  width: 101%;
  height: 1.5px;
}

.nav-menu {
  display: flex;
}

.navbar {
  background-color: var(--bg);
  height: 80px;
  position: fixed;
  inset: 0% 0% auto;
}

.phone {
  flex-wrap: wrap;
  display: flex;
  position: relative;
  top: 19px;
}

.call-us {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--font-color);
  color: var(--bg);
  -webkit-text-stroke-color: var(--font-color);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 80px;
  padding-top: 8px;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 16px;
  text-decoration: none;
  transition: background-color .2s;
  display: inline-block;
  position: relative;
}

.call-us:hover {
  background-color: #0a4e81;
}

.navlink {
  color: #004171bf;
  height: 80px;
  margin-right: 20px;
  padding-top: 29px;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
  transition: color .2s;
  overflow: hidden;
}

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

.navlink.w--current {
  color: var(--font-color);
  font-weight: 400;
}

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

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

.negative-margin {
  height: 100%;
  position: relative;
  top: -5px;
}

.login-box {
  letter-spacing: -.3px;
  height: 80px;
  margin-right: 20px;
  padding-top: 22px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
  text-decoration: none;
  transition: color .2s;
  overflow: hidden;
}

.login-box:hover {
  color: #5d6363;
  text-decoration: none;
}

.login-box.w--current {
  color: #98a0a5;
}

.login {
  background-color: var(--dropdown-bg-button);
  color: var(--font-color);
  background-image: url('../images/User_1User.png');
  background-position: 21%;
  background-repeat: no-repeat;
  background-size: 13px;
  border-radius: 90px;
  height: 35px;
  padding: 8px 22px 8px 36px;
  font-family: Karla, sans-serif;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
  transition: background-color .2s;
}

.login:hover {
  background-color: #caccc1;
}

.nav-dropdown {
  height: 80px;
  margin-right: 3px;
}

.dropdown-toggle {
  color: var(--link);
  height: 80px;
  margin-right: 5px;
  padding-top: 25px;
  padding-left: 0;
  padding-right: 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
}

.mini-arrow {
  color: var(--font-color);
  margin-top: 33px;
  margin-right: 15px;
  font-size: 13px;
  right: -7px;
}

.dropdown-inline {
  margin-right: 3px;
  display: inline-block;
}

.dropdown-list {
  background-color: #c9c9c9;
}

.dropdown-list.w--open {
  background-color: #f2f0e6;
}

.dropdown-link {
  background-color: #cccec5;
  padding-left: 20px;
  font-size: 14px;
  transition: background-color .2s, padding .2s;
}

.dropdown-link:hover {
  background-color: #8a968f99;
  padding-left: 23px;
}

.dropdown-link.w--current {
  background-color: var(--lines);
  color: var(--link);
}

.nav-content-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  max-width: 100%;
  padding-left: 25px;
  position: relative;
}

.hero-section {
  z-index: 0;
  background-color: var(--dropdown-bg-button);
  align-items: center;
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

.hero-slider {
  z-index: 1;
  width: 100%;
  height: 750px;
}

.display-none {
  display: none;
}

.parallax-bg {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 120%;
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  inset: 0;
}

.parallax-bg.hero {
  background-image: url('../images/DJI_0461-Large.jpeg');
}

.parallax-bg._1 {
  background-image: url('../images/1e92878f-ed94-490e-b93a-2264047118d2.webp');
}

.parallax-bg.amenity {
  background-image: url('../images/b81e208c-8584-4ddd-807c-c4cca58fa982.webp');
}

.parallax-bg.amenity-2 {
  background-image: url('../images/ba2149e9-7d9f-4c7b-9317-213fa0914f2f.webp');
}

.parallax-bg.amenity-3 {
  background-image: url('../images/85f4c033-947d-4cbe-beb2-25ad9b4676ef-Large.jpeg');
}

.parallax-bg._2 {
  background-image: url('../images/d1eb54a2-5003-49be-8ebc-0104f4f774c5.webp');
}

.parallax-bg.gallery, .parallax-bg.gallery-2, .parallax-bg.gallery-3, .parallax-bg.gallery-4, .parallax-bg.gallery-5, .parallax-bg.gallery-6, .parallax-bg.gallery-7, .parallax-bg.gallery-8 {
  background-image: none;
}

.parallax-bg.review {
  background-image: url('../images/85f4c033-947d-4cbe-beb2-25ad9b4676ef.webp');
}

.parallax-bg.review-2 {
  background-image: url('../images/c24ef6f5-6da3-44c8-a2fd-f605be67f0d6.webp');
}

.parallax-bg.review-3 {
  background-image: url('../images/381a7d89-33de-40c5-b2e4-611e79ea0d76.webp');
}

.parallax-bg.review-4 {
  background-image: url('../images/48c3da09-f136-473a-8c79-18a7e3f1430d.webp');
}

.parallax-bg.review-5 {
  background-image: url('../images/20bc3fa4-1659-41ef-a7e8-85d10287cbd1.webp');
}

.parallax-bg.review-6 {
  background-image: url('../images/a7b25e38-6fe9-4c4c-a494-cbccfe614de5.webp');
}

.parallax-bg.about-us {
  background-image: url('../images/edvin-johansson-rlwE8f8anOc-unsplash-1.jpg');
}

.parallax-bg.hero-about-image {
  background-image: url('../images/pexels-thanhhoa-tran-1488327.jpg');
  background-size: contain;
}

.parallax-bg.about-intro-2 {
  background-image: url('../images/DJI_0468-Large.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.parallax-bg.about-intro {
  background-image: url('../images/DJI_0474-Large.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.parallax-bg.about-intro-3 {
  background-image: url('../images/DJI_0489-Large.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.parallax-bg._3 {
  background-image: url('../images/DJI_0496-Large.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.parallax-bg.slide-1, .parallax-bg.slide-2, .parallax-bg.slide-3 {
  background-image: none;
}

.parallax-bg.hero-2 {
  background-image: url('../images/alona-gross-kN0PaaDkzQ8-unsplash-1.jpg');
}

.parallax-bg._4 {
  background-image: url('../images/spacejoy-g3KbcDWrBUM-unsplash.jpg');
}

.parallax-bg._5, .parallax-bg._6, .parallax-bg._7 {
  background-image: none;
}

.parallax-bg.pricing {
  background-image: url('../images/pexels-pixabay-258154.jpg');
}

.parallax-bg.pricing-2 {
  background-image: url('../images/pexels-pixabay-237272.jpg');
}

.parallax-bg.pricing-3 {
  background-image: url('../images/roberto-nickson-tleCJiDOri0-unsplash.jpg');
}

.parallax-bg.grid-1 {
  background-image: url('../images/pexels-asad-photo-maldives-11434425.jpg');
}

.parallax-bg.grid-2 {
  background-image: url('../images/alex-azabache-V83v-MYB_Z8-unsplash.jpg');
}

.parallax-bg.side-image {
  background-image: url('../images/rayyu-maldives-HSC5IoMxBpg-unsplash.jpg');
}

.parallax-bg.side-image-2 {
  background-image: url('../images/0e207f05-ccbf-45c2-bdab-5725697a52c5.webp');
}

.parallax-bg.side-image-3 {
  background-image: url('../images/0d5d1b8c-423d-46c5-a5b3-cd62ecdbda73.webp');
}

.parallax-bg.inner-hero {
  background-image: linear-gradient(#00000080, #00000080), url('../images/de38bc83-eb99-452e-999c-9cd1fe04a87d.webp');
  background-position: 0 0, 50% 30%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.parallax-bg.hero-3 {
  background-image: url('../images/alona-gross-B0IODAGH1Kk-unsplash-1.jpg');
}

.parallax-bg.hero-4 {
  background-image: url('../images/alona-gross-Coj5dSxgh0Y-unsplash-1.jpg');
}

.parallax-bg.palm {
  background-image: url('../images/Palm-1.png');
  background-size: cover;
}

.on-scroll-1 {
  background-color: var(--dropdown-bg-button);
  display: none;
  position: absolute;
  inset: 0%;
}

.circle-green {
  z-index: 1;
  filter: blur(80px);
  background-color: #0c3653;
  border-radius: 50%;
  width: 40vw;
  height: 40vh;
  position: absolute;
  top: 67%;
  left: -74px;
}

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

.hero-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  align-items: flex-end;
  width: 100%;
  max-width: 1210px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
  position: relative;
}

.hero-flex {
  width: 60%;
  padding-bottom: 30px;
}

.hero-absolute-bg {
  z-index: 1;
  align-items: flex-end;
  display: flex;
  position: absolute;
  inset: 0%;
}

.hero-title {
  color: var(--bg);
  font-family: Leira Lite, sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 58px;
}

.price-container {
  margin-right: 20px;
}

.price {
  color: var(--bg);
  margin-right: 10px;
  font-family: Cormorant Upright, sans-serif;
  font-size: 50px;
  line-height: 50px;
  display: inline-block;
}

.price.green {
  color: var(--font-color);
  margin-bottom: 15px;
  font-size: 44px;
  line-height: 44px;
}

.currency {
  color: var(--bg);
  font-family: Cormorant Upright, sans-serif;
  font-size: 40px;
  line-height: 40px;
  display: inline-block;
  position: relative;
  top: -8px;
}

.currency.green {
  color: var(--font-color);
  top: 0;
}

.button-fill {
  border: 1px solid var(--bg);
  background-color: var(--bg);
  color: var(--link);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 19px;
  height: 38.5px;
  padding-top: 10px;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  transition: color .2s, background-color .2s;
}

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

.hero-subtile-box {
  margin-top: 15px;
  margin-bottom: 20px;
}

.hero-item-2 {
  border-right: 1px solid var(--bg);
  width: 24%;
  margin-right: 20px;
  padding-top: 13px;
  padding-bottom: 13px;
  padding-right: 10px;
  display: flex;
}

.hero-mini-text {
  color: var(--bg);
  font-size: 14.5px;
  font-weight: 300;
  line-height: 17px;
}

.hero-icon {
  margin-right: 12px;
}

.hero-item-3 {
  width: 29%;
  padding-top: 13px;
  padding-bottom: 13px;
  padding-right: 10px;
  display: flex;
}

.hero-item {
  border-right: 1px solid var(--bg);
  width: 24%;
  margin-right: 20px;
  padding-top: 13px;
  padding-bottom: 13px;
  padding-right: 10px;
  display: flex;
}

.hero-price-row {
  align-items: center;
  display: flex;
}

.circle-green-3 {
  z-index: 1;
  filter: blur(80px);
  background-color: #153147;
  border-radius: 50%;
  width: 60vw;
  height: 40vh;
  position: absolute;
  top: 63%;
  left: 10%;
}

.circle-green-3.mobile {
  background-color: #000;
  display: none;
}

.circle-green-2 {
  z-index: 1;
  filter: blur(80px);
  background-color: #102436;
  border-radius: 50%;
  width: 40vw;
  height: 40vh;
  position: absolute;
  top: 69%;
}

.circle-green-2.mobile {
  background-color: #153246;
}

.intro-item {
  text-align: center;
  width: 33.333%;
  padding-left: 4%;
  padding-right: 4%;
}

.intro-item.padding-top-10 {
  padding-top: 10px;
}

.title-big {
  color: var(--white);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Leira Lite, sans-serif;
  font-size: 29px;
  line-height: 29px;
}

.title-big.dark-title {
  color: var(--font-color);
}

.button-box {
  margin-top: 20px;
}

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

.button {
  border: 1px solid var(--font-color);
  color: var(--font-color);
  text-align: center;
  letter-spacing: .5px;
  text-transform: uppercase;
  background-color: #0000;
  border-radius: 19px;
  height: 38.5px;
  padding-top: 10px;
  padding-left: 30px;
  padding-right: 30px;
  font-family: Karla, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  text-decoration: none;
  transition: color .2s, background-color .2s;
  position: relative;
}

.button:hover {
  background-color: var(--font-color);
  color: #fdfbf3;
}

.button.wide {
  width: 100%;
}

.heading-center {
  text-align: center;
  width: 100%;
  max-width: 420px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.heading-center.less-margin {
  margin-bottom: 10px;
}

.h2 {
  margin-top: 8px;
  font-family: Leira Lite, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 42px;
}

.title-all-caps {
  letter-spacing: .5px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
  line-height: 15px;
  display: inline-block;
}

.title-all-caps.white {
  color: var(--bg);
}

.column-center-flex {
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
  position: relative;
}

.pictures-frame-container {
  text-align: center;
  width: 100%;
  height: 280px;
  margin-top: -80px;
  padding-top: 20px;
  display: block;
  position: relative;
}

.picture-3-container {
  width: 74%;
  max-width: 403px;
  height: 260px;
  margin-top: 36px;
  display: inline-block;
  position: absolute;
  inset: 0% auto auto 6%;
  transform: rotate(-4deg);
}

.picture-frame-3 {
  background-color: #fff;
  background-image: url('../images/f57efb52-697a-44f3-bcaf-9921abd9d73c.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 13px solid #fff;
  width: 100%;
  height: 280px;
  margin-top: 10px;
  display: inline-block;
  position: relative;
  left: -2%;
  overflow: hidden;
  box-shadow: 1px 1px 34px 1px #00000021;
}

.picture-2-container {
  width: 74%;
  max-width: 403px;
  height: 260px;
  margin-top: 30px;
  display: inline-block;
  position: absolute;
  inset: 0% 6% auto 27%;
  transform: rotate(4deg);
}

.picture-frame-2 {
  background-color: #fff;
  background-image: url('../images/a7b25e38-6fe9-4c4c-a494-cbccfe614de5.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 13px solid #fff;
  width: 100%;
  height: 280px;
  margin-top: 10px;
  display: inline-block;
  overflow: hidden;
  box-shadow: 2px 0 34px 1px #0000001a;
}

.picture-frame-1 {
  background-image: url('../images/Trish-Beynon-LAMAR-DIGITAL-POSTER-Revised.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 13px solid #fff;
  width: auto;
  max-width: 403px;
  height: 290px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  overflow: hidden;
  box-shadow: 3px 1px 34px 1px #00000026;
}

.picture-frame {
  background-image: url('../images/0e207f05-ccbf-45c2-bdab-5725697a52c5.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.text-column {
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
}

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

.signature-box {
  margin-top: 20px;
}

.content-section-colored {
  background-color: #004171;
  width: 100%;
  max-width: 100%;
  position: relative;
  overflow: hidden;
}

.content-section-colored.green {
  background-color: var(--bg-3);
}

.text-column-padding {
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  padding-top: 7%;
  padding-bottom: 7%;
  display: flex;
}

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

.text-white.les-top-margin {
  margin-top: 10px;
}

.text-white.small {
  font-size: 16px;
  font-weight: 300;
}

.checkbox {
  margin-right: 8px;
}

.big-link {
  color: var(--bg);
  font-family: Cormorant Upright, sans-serif;
  font-size: 20px;
  font-weight: 400;
  text-decoration: none;
  transition: opacity .2s;
}

.big-link:hover {
  opacity: .85;
}

.relative {
  position: relative;
  overflow: hidden;
}

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

.divider-line {
  background-color: #0041711a;
  width: 100%;
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

.divider-line.top {
  inset: 0% 0% auto;
}

.divider-line.white {
  background-color: var(--bg);
}

.text-column-center {
  text-align: right;
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  display: flex;
}

.text-column-center.left {
  text-align: left;
  justify-content: flex-start;
}

.unit-heading-box {
  width: 100%;
  margin-bottom: 20px;
  padding-bottom: 10px;
  position: relative;
  overflow: hidden;
}

.unit-title {
  margin-bottom: 5px;
  font-family: Cormorant Upright, sans-serif;
  font-size: 40px;
  line-height: 44px;
}

.text {
  margin-bottom: 5px;
  font-family: Leira Lite, sans-serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 32px;
}

.text.small {
  font-size: 24px;
}

.text.big {
  font-size: 32px;
  line-height: 32px;
}

.unit-row {
  margin-bottom: 40px;
  display: flex;
}

.unit-bottom-box {
  padding-top: 10px;
  position: relative;
  overflow: hidden;
}

.amenity-box {
  background-color: var(--dropdown-bg-button);
  justify-content: center;
  align-items: center;
  width: 33.33%;
  position: relative;
  overflow: hidden;
}

.amenity-text-container {
  color: var(--white);
  text-align: center;
  background-color: #0041717a;
  justify-content: center;
  align-items: center;
  padding: 12% 15%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.amenity-image {
  margin-bottom: 10px;
}

.amenities-flex {
  flex-wrap: wrap;
  display: flex;
}

.image-column {
  width: 50%;
  min-height: 200px;
  position: relative;
  overflow: hidden;
}

.text-column-right {
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  padding: 7% 3%;
  display: flex;
}

.icon-box {
  border-right: 1px solid var(--bg);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding-top: 10px;
  display: flex;
  overflow: hidden;
}

.icon-box.last {
  border-right-style: none;
}

.icons-flex {
  margin-top: 20px;
  display: flex;
  position: relative;
}

.gallery-column {
  width: 25%;
  margin-right: 1%;
}

.lightbox-link {
  margin-bottom: 3%;
  position: relative;
  overflow: hidden;
}

.gallery-column-4 {
  width: 25%;
  margin-right: 0%;
}

.price-block {
  padding: 10px 20px;
}

.pricing-button {
  background-color: var(--bg-2);
  color: var(--white);
  text-align: center;
  letter-spacing: .5px;
  text-transform: uppercase;
  height: 38.5px;
  margin-top: 20px;
  margin-left: 20px;
  margin-right: 20px;
  padding-top: 10px;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Karla, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  text-decoration: none;
  transition: background-color .2s;
}

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

.pricing-description-wrapper {
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
}

.pricing-description-wrapper.no-included {
  cursor: not-allowed;
}

.pricing-description {
  flex: 1;
}

.pricing-table-wrapper {
  background-color: #fff;
  border-radius: 7.5px;
  flex-direction: column;
  width: 30%;
  margin-right: 3%;
  padding-bottom: 30px;
  display: flex;
  position: relative;
}

.pricing-table-wrapper.third {
  top: -30%;
}

.pricing-table-wrapper.second {
  background-color: var(--white);
  top: -15%;
}

.plan-points-title {
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.checkmark {
  width: 20px;
}

.plans-inclusions-list {
  padding-left: 20px;
  padding-right: 20px;
}

.separator {
  background-color: #022646;
  width: 100%;
  max-width: 100px;
  height: 1px;
  margin-left: 20px;
  margin-right: 20px;
}

.separator.pricing {
  background-color: var(--bg-2);
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.checkmark-wrapper {
  border: 1px solid var(--bg-2);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  display: flex;
}

.checkmark-wrapper.dark {
  border-color: var(--bg-2);
}

.pricing-image {
  border-bottom: 1px solid #0003;
  border-radius: 7.5px 7.5px 0 0;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.points-title {
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-right: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 25px;
}

.slide {
  box-sizing: border-box;
  background-color: var(--white);
  border-radius: 7.5px;
  width: 30.33%;
  margin-right: 3%;
  padding: 2%;
  overflow: hidden;
}

.slide-nav {
  height: 20px;
  margin-top: 10px;
  padding-top: 0;
  font-size: 13px;
  position: relative;
}

.slider-reviews {
  background-color: #0000;
  height: 100%;
}

.review-bg {
  border-radius: 7.5px;
  margin-bottom: 15px;
  position: relative;
  overflow: hidden;
}

.paragraph-box {
  margin-top: 8px;
}

.pic {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  margin-right: 8px;
}

.pic._1 {
  background-image: url('../images/Review-1_1Review-1.jpg');
}

.pic._2 {
  background-image: url('../images/Review-3_1Review-3.jpg');
}

.pic._3 {
  background-image: url('../images/4_14.jpg');
}

.pic._5 {
  background-image: url('../images/3_13.jpg');
}

.pic._6 {
  background-image: url('../images/6_26.jpg');
}

.star {
  margin-right: 3px;
}

.review-pic-container {
  align-items: center;
  margin-top: 15px;
  margin-bottom: 15px;
  display: flex;
  position: relative;
}

.stars {
  margin-right: 5px;
}

.review-icons-container {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  position: relative;
}

.review-icon-left {
  border-right: 1px solid var(--bg-2);
  justify-content: space-between;
  width: 50%;
  padding-top: 6px;
  padding-bottom: 6px;
  display: flex;
}

.review-icon-right {
  width: 50%;
}

.review-icon {
  text-align: center;
  width: 50%;
}

.review-icon-box {
  justify-content: space-between;
  width: 50%;
  padding-top: 6px;
  padding-bottom: 6px;
  display: flex;
}

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

.empty-state {
  background-color: #0000;
  font-size: 16px;
}

.link-block {
  display: flex;
  position: relative;
  overflow: hidden;
}

.link-block.full-height {
  height: 100%;
}

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

.preview-link {
  color: var(--link);
  font-family: Cormorant Upright, sans-serif;
  font-size: 27px;
  font-weight: 400;
  line-height: 34px;
  text-decoration: none;
  transition: color .2s;
}

.preview-link:hover {
  color: var(--link-hover);
}

.category-link {
  border: 1px solid var(--link);
  color: var(--link);
  letter-spacing: .5px;
  text-transform: uppercase;
  border-radius: 80px;
  padding: 4px 10px;
  font-size: 12.5px;
  font-weight: 500;
  line-height: 13px;
  text-decoration: none;
  transition: color .2s, background-color .2s;
  display: inline-block;
}

.category-link:hover {
  background-color: var(--link);
  color: #fff;
}

.preview-link-box {
  margin-top: 8px;
  margin-bottom: 3px;
}

.preview-text-container {
  margin-top: 15px;
}

.divider-box {
  margin-bottom: 40px;
  padding-bottom: 1px;
  position: relative;
  overflow: hidden;
}

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

.link-block-underline {
  color: #004171cc;
  letter-spacing: -.5px;
  margin-bottom: 20px;
  margin-right: 20px;
  font-weight: 400;
  text-decoration: none;
  transition: color .2s;
  position: relative;
  overflow: hidden;
}

.link-block-underline:hover {
  color: #586063;
  text-decoration: none;
}

.link-block-underline.w--current {
  color: var(--font-color);
  font-weight: 500;
}

.link-block-underline.bold {
  color: var(--bg-2);
  font-weight: 500;
}

.link-block-underline.bold:hover {
  color: var(--link-hover);
}

.social-icon-down {
  width: 35px;
  height: 35px;
  margin-top: 35px;
  position: absolute;
  inset: 0%;
}

.social-icon-down.facebook {
  background-image: url('../images/logo-de-facebook.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 13px;
}

.social-icon-down.twitter {
  background-image: url('../images/gorjeo.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 13px;
}

.social-icon-down.instagram {
  background-image: url('../images/instagram-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 13px;
}

.footer-links {
  flex-wrap: wrap;
  margin-top: 10px;
  display: flex;
}

.social-icons-container {
  width: 35px;
  height: 35px;
  position: relative;
}

.social-icon-rounded {
  background-color: var(--font-color);
  border-radius: 50px;
  width: 35px;
  height: 35px;
  margin-right: 7px;
  overflow: hidden;
}

.social-icon-up {
  width: 35px;
  height: 35px;
  position: absolute;
  inset: 0%;
}

.social-icon-up.twitter {
  background-image: url('../images/gorjeo.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 13px;
}

.social-icon-up.facebook {
  color: var(--font-color);
  background-image: url('../images/logo-de-facebook.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 13px;
}

.social-icon-up.instagram {
  background-image: url('../images/instagram-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 13px;
}

.footer-logo-link {
  margin-bottom: 20px;
}

.footer-flex {
  justify-content: space-between;
  display: flex;
}

.notice {
  min-height: 50px;
  margin-top: 20px;
  padding-top: 15px;
  font-size: 13px;
}

.notice-text {
  font-family: Inter, sans-serif;
  font-size: 12px;
  line-height: 21px;
}

.footer-notice-link {
  color: #004171cc;
  font-weight: 500;
  text-decoration: underline;
  transition: color .2s;
}

.footer-notice-link:hover {
  color: var(--link);
}

.footer-notice-link.w--current {
  color: #48a9b5;
}

.hover-insta-overlay {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #0f0e0f40;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.hover-icon {
  color: #69707b;
}

.flex-instagram {
  flex-wrap: wrap;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.change-insta-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%;
  overflow: hidden;
}

.change-insta-image.insta-4 {
  background-image: url('../images/c0bc26ca-7782-4765-aa24-f1f0e7396658.webp');
}

.change-insta-image.insta {
  background-image: url('../images/85f4c033-947d-4cbe-beb2-25ad9b4676ef.webp');
}

.change-insta-image.insta-2 {
  background-image: url('../images/228f5636-bbbb-42d9-997e-a3f31f24eb93.webp');
}

.change-insta-image.insta-3 {
  background-image: url('../images/17fc8269-9ee7-4dc1-bec5-99f2cca6d595.webp');
}

.heading-full {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  margin-bottom: 30px;
  display: flex;
}

.h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 44px;
  line-height: 44px;
}

.insta-handle {
  color: var(--link);
  margin-bottom: 5px;
  font-weight: 500;
  text-decoration: none;
  transition: color .2s;
}

.insta-handle:hover {
  color: var(--link-hover);
}

.flex-logos {
  margin-top: 20px;
  padding-bottom: 30px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.logos-left-box {
  justify-content: flex-start;
  align-items: center;
  width: 33.33%;
  padding-left: 5%;
  display: flex;
}

.logos-flex {
  flex: 1;
  display: flex;
}

.logo-item {
  border: 1px solid var(--lines-2);
  border-radius: 7.5px;
  justify-content: center;
  align-items: center;
  width: 30%;
  margin-right: 2.5%;
  padding: 3%;
  display: flex;
}

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

.collection-item-grid {
  width: 48%;
  margin-bottom: 40px;
  margin-right: 2%;
}

.footer {
  width: 100%;
  max-width: 100%;
  padding-top: 100px;
  position: relative;
}

.hero-section-about {
  background-color: var(--dropdown-bg-button);
  align-items: center;
  width: 100%;
  max-width: 1440px;
  min-height: 750px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 120px;
  padding-bottom: 60px;
  position: relative;
  overflow: hidden;
}

.hero-wrapper-about {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-width: 1210px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
  position: relative;
}

.hero-form {
  z-index: 1;
  background-color: var(--white);
  border-radius: 7.5px;
  width: 30.33%;
  margin-right: 3%;
  padding: 2%;
  position: relative;
  overflow: hidden;
}

.hero-about-title {
  font-size: 32px;
  line-height: 34px;
}

.field-label {
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

.field-label.adj {
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 16px;
}

.text-field {
  border: 1px solid var(--button-hover);
  min-height: 48px;
  transition: border .2s;
}

.text-field:hover {
  border-color: var(--field-hover);
}

.text-field.message {
  padding-bottom: 34px;
}

.text-field.utility {
  margin-top: 24px;
}

.text-field.centered {
  text-align: center;
}

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

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

.form-button {
  background-color: var(--font-color);
  letter-spacing: .5px;
  text-transform: uppercase;
  width: 100%;
  height: 38.5px;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  transition: background-color .2s;
}

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

.success-message {
  background-color: #0000;
  font-size: 15px;
  line-height: 19px;
}

.error-message {
  font-size: 15px;
  line-height: 20px;
}

.error-message.margins {
  margin-left: 6%;
  margin-right: 6%;
}

.intro-image {
  width: 508px;
  margin-right: 1.5%;
  position: relative;
  overflow: hidden;
}

.intro-image.last {
  margin-right: 0%;
}

.intro-flex-box {
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.mini-pic {
  background-image: url('../images/Pic_1Pic.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 3px solid #99ada3;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  margin-right: 10px;
}

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

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

.slider {
  background-color: #000;
  height: auto;
  margin-bottom: 20px;
  overflow: hidden;
}

.slide-nav-2 {
  height: 20px;
  padding-top: 0;
  font-size: 13px;
  line-height: 13px;
}

.right-arrow {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #6c7a72b3;
  border-top-left-radius: 7.5px;
  border-bottom-left-radius: 7.5px;
  width: 50px;
  height: 94px;
  margin-top: auto;
  margin-bottom: auto;
  font-size: 30px;
  transition: background-color .2s;
}

.right-arrow:hover {
  background-color: #6c7a7280;
}

.left-arrow {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #6c7a72b3;
  border-radius: 0 7.5px 7.5px 0;
  width: 50px;
  height: 94px;
  margin-top: auto;
  margin-bottom: auto;
  font-size: 30px;
  transition: background-color .2s;
}

.left-arrow:hover {
  background-color: #6c7a7280;
}

.half-bg {
  background-color: var(--bg-3);
  width: 100%;
  height: 36%;
  position: absolute;
  inset: auto 0% 0%;
}

._50-percent-column {
  width: 50%;
  position: relative;
  overflow: hidden;
}

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

.slide-text {
  justify-content: flex-end;
  width: 50%;
  display: flex;
}

.subtitle-box {
  max-width: 410px;
  margin-left: auto;
  margin-right: auto;
}

.feature {
  border-right: 1px solid var(--bg-2);
  border-bottom: 1px solid var(--bg-2);
  text-align: center;
  width: 33.333%;
  padding: 20px 5% 10px;
}

.feature-3 {
  border-bottom: 1px solid var(--bg-2);
  text-align: center;
  width: 33.333%;
  padding: 20px 5% 10px;
}

.features-flex {
  flex-wrap: wrap;
  max-width: 990px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.feature-6 {
  text-align: center;
  width: 33.333%;
  padding: 20px 5% 10px;
}

.feature-4, .feature-5 {
  border-right: 1px solid var(--bg-2);
  text-align: center;
  width: 33.333%;
  padding: 20px 5% 10px;
}

.text-column-left {
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  padding: 7% 3%;
  display: flex;
}

.feature-2 {
  border-right: 1px solid var(--bg-2);
  border-bottom: 1px solid var(--bg-2);
  text-align: center;
  width: 33.333%;
  padding: 20px 5% 10px;
}

.social-icon {
  background-color: var(--font-color);
  border-radius: 50px;
  width: 35px;
  height: 35px;
  margin-right: 5px;
  overflow: hidden;
}

.social-icon.rounded {
  border-radius: 5px;
}

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

.social-icons-team {
  display: flex;
}

.hover-bg {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  text-align: center;
  background-color: #d4d6cee6;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: none;
  position: absolute;
  inset: 0%;
}

.team-item {
  width: 27%;
  margin-bottom: 40px;
  margin-right: 2.5%;
  display: inline-block;
}

.team-item:last-child {
  margin-right: 0%;
}

.team-item._5 {
  margin-bottom: 0;
}

.team-item._6 {
  margin-bottom: 0;
  margin-right: 0%;
}

.team-item._4 {
  margin-bottom: 0;
}

.team-item._3 {
  margin-right: 0%;
}

.team-flex {
  z-index: 5;
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
  position: relative;
}

.team-title {
  text-transform: uppercase;
  font-size: 14.5px;
  font-weight: 600;
}

.link-preview-hidden {
  border-radius: 7.5px;
  position: relative;
  overflow: hidden;
}

.team-text-box {
  text-align: center;
  margin-top: 15px;
}

.team-name {
  margin-bottom: 3px;
  font-size: 24px;
  font-weight: 500;
  line-height: 26px;
}

.frame {
  background-image: url('../images/LivingRm1_6000x4000.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 14px solid #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 500px;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 3px 1px 34px 1px #00000026;
}

.waves {
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  inset: 0% auto 0% -6%;
}

.text-align-left {
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  padding-left: 3%;
  display: flex;
}

.flex-row {
  margin-bottom: 40px;
  display: flex;
}

.text-align-right {
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  padding-right: 3%;
  display: flex;
}

.play {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #8a968fcc;
  background-image: url('../images/Play_1Play.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 22px;
  width: 100px;
  height: 65px;
}

.play-container {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.map-icon {
  margin-right: 20px;
}

.map-title {
  margin-right: 10px;
}

.map-row {
  align-items: center;
  margin-bottom: 15px;
  padding-bottom: 5px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.close-contact-form {
  background-color: var(--bg-2);
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  transition: background-color .2s;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
}

.close-contact-form:hover {
  background-color: var(--lines-2);
}

.side-contact-tab {
  z-index: 100;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: var(--white);
  text-align: center;
  letter-spacing: .5px;
  text-transform: uppercase;
  background-color: #004171d9;
  border-radius: 5px 5px 0 0;
  min-width: 110px;
  height: 42px;
  margin-top: 498px;
  padding-top: 7.5px;
  font-size: 11px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .2s, left .2s;
  position: fixed;
  top: 0;
  bottom: 0;
  left: -38px;
  transform: rotate(90deg);
}

.side-contact-tab:hover {
  background-color: var(--link-hover);
  left: -36px;
}

.side-contact-box {
  z-index: 10000;
  background-color: var(--white);
  border-radius: 0 7.5px 7.5px 0;
  width: 310px;
  padding: 20px 2% 10px;
  display: none;
  position: fixed;
  top: 248px;
}

.side-form {
  width: 100%;
  height: 100%;
}

.contact-heading {
  text-align: center;
  margin-bottom: 10px;
}

.text-block {
  font-family: Cormorant Upright, sans-serif;
  font-size: 34px;
  line-height: 38px;
}

.done-icon {
  margin-bottom: 10px;
}

.background-video-mini {
  z-index: 1;
  border: 6px solid var(--white);
  width: 110px;
  height: 76px;
  margin-bottom: 9px;
}

.link {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: var(--bg);
  text-align: center;
  background-color: #6c7a72d9;
  border-radius: 5px 5px 0 0;
  min-width: 100px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px 12px 8px;
  text-decoration: none;
  transition: transform .2s;
  position: absolute;
  inset: auto 0% 0% auto;
}

.link:hover {
  background-color: #6c7a72b3;
  transform: translate(0, 3px);
}

.title-inline {
  color: var(--font-color);
  margin-right: 5px;
  font-weight: 500;
  line-height: 25px;
  transition: color .2s;
  display: inline-block;
}

.title-inline:hover {
  color: var(--lines-2);
}

.side-bar-text {
  color: #004171;
  font-size: 15px;
  line-height: 21px;
}

.side-bar-top {
  background-color: var(--font-color);
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 32px;
}

.negatilve-margin {
  position: relative;
  top: -2px;
}

.contact-form {
  flex-direction: column;
  padding-top: 30px;
  padding-left: 6%;
  padding-right: 6%;
  display: flex;
}

.form-block {
  margin-bottom: 0;
}

.left-side-form {
  z-index: 10;
  width: 72.3%;
  position: fixed;
  inset: 0%;
}

.side-more-options {
  border-bottom: 1px solid #bfcdd8;
  padding: 25px 32px 20px;
}

.side-more-options.less-top-padding {
  border-bottom-color: #bfcdd8;
  padding-top: 10px;
}

.book-form {
  z-index: 1000;
  background-color: #000000b3;
  display: none;
  position: fixed;
  inset: 0%;
}

.close-button {
  background-color: #034b80;
  border-radius: 2.5px;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  margin-top: 20px;
  margin-right: 25px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.link-green {
  color: var(--font-color);
  -webkit-text-stroke-color: var(--font-color);
  text-decoration: none;
  transition: opacity .2s;
}

.link-green:hover {
  opacity: .85;
}

.contact-box {
  border-bottom: 1px solid #bfcdd8;
  padding-bottom: 30px;
}

.side-bar {
  z-index: 10000;
  background-color: var(--bg);
  width: 100%;
  max-width: 420px;
  height: 100%;
  padding-bottom: 100px;
  display: block;
  position: fixed;
  inset: 0% 0% 0% auto;
  overflow: auto;
}

.align-center {
  text-align: center;
  height: 142px;
}

.item-right {
  flex: 1;
}

.sticky-3 {
  position: sticky;
  top: 90px;
}

.flex-wrap {
  display: flex;
}

.top-link-margin {
  margin-top: 3px;
}

.item-left {
  width: 14%;
  padding-right: 5%;
  position: relative;
}

.title {
  margin-top: 0;
  margin-bottom: 5px;
  font-weight: 500;
  line-height: 17px;
  display: inline-block;
}

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

.grid-container {
  background-color: var(--bg-3);
  padding: 4%;
}

.h4-regular {
  margin-top: 8px;
  font-family: Cormorant Upright, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 42px;
}

.hover-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.hover-overlay {
  background-color: #1a1a1a66;
  display: flex;
  position: absolute;
  inset: 0%;
}

.full-width {
  width: 100%;
}

.hero-preview-link {
  z-index: 14;
  font-family: Cormorant Upright, sans-serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 40px;
  text-decoration: none;
  transition: opacity .2s;
  display: inline-block;
  position: relative;
}

.hero-preview-link:hover {
  opacity: .85;
}

.hidden {
  display: inline;
  overflow: hidden;
}

.max-450-pixels {
  width: 100%;
  max-width: 450px;
  position: relative;
}

.preview-box-item {
  background-color: var(--bg-3);
  align-items: center;
  width: 50%;
  padding-left: 3%;
  display: flex;
}

.pagination {
  justify-content: flex-end;
}

.error-message-2 {
  padding-bottom: 8px;
  font-size: 14px;
  line-height: 18px;
}

.heading-subtitle {
  width: 100%;
  max-width: 412px;
}

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

.submit-button {
  background-color: var(--bg-2);
  color: #fdfbf3;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  width: 100%;
  height: 44px;
  font-size: 15px;
  font-weight: 500;
  transition: background-color .2s;
}

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

.all-caps-title {
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 700;
  line-height: 17px;
  display: inline-block;
}

.white {
  color: #fdfbf3;
}

.input {
  border: 1px solid #b6b9af;
  border-bottom-style: none;
  border-radius: 5px 0 0;
  width: 50%;
  height: 44px;
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 400;
  transition: opacity .2s;
}

.input:hover {
  border-top-color: var(--field-hover);
  border-right-color: var(--field-hover);
  border-left-color: var(--field-hover);
}

.input.email {
  border-style: solid solid none none;
  border-color: #b6b9af #b6b9af #93978e #93978e;
  border-top-left-radius: 0;
  border-top-right-radius: 5px;
}

.input.email:hover {
  border-top-color: var(--field-hover);
  border-right-color: var(--field-hover);
  border-left-style: solid;
  border-left-color: var(--field-hover);
  padding-left: 11px;
}

.newsletter-form {
  margin-bottom: 0;
}

.h3 {
  margin-top: 10px;
  font-size: 40px;
  font-weight: 400;
  line-height: 46px;
}

.success-message-2 {
  text-align: center;
  background-color: #0000;
  padding-left: 0;
  padding-right: 0;
}

.form {
  flex-wrap: wrap;
  max-width: 434px;
  display: flex;
}

.post-hero {
  height: 600px;
  position: relative;
  overflow: hidden;
}

.hero-post-section {
  width: 100%;
  max-width: 100%;
  padding-top: 100px;
  position: relative;
}

.heading-center-post {
  text-align: center;
  width: 100%;
  max-width: 620px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
}

.h1 {
  margin-top: 10px;
  font-family: Cormorant Upright, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 42px;
}

.social-container {
  margin-top: 58px;
  display: flex;
}

.right-sticky-item {
  margin-bottom: 80px;
}

.right-sticky-item.last {
  margin-bottom: 0;
}

.sticky {
  position: sticky;
  top: 80px;
}

.mini-play {
  border: 1px solid var(--bg-2);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  margin-right: 5px;
  padding-left: 2px;
  transition: transform .2s;
  display: flex;
}

.mini-play:hover {
  transform: scale(1.03);
}

.sitcky-menu {
  width: 52%;
}

.max-320-pixels {
  width: 100%;
  max-width: 320px;
  margin-top: 20px;
}

.sticky-content {
  width: 100%;
  max-width: 1000px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
}

.max-564-pixels {
  max-width: 564px;
  margin-right: 3%;
}

.inline-block {
  display: inline-block;
}

.sticky-right {
  flex: 1;
  width: 50%;
}

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

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

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

._404 {
  font-size: 60px;
  font-weight: 600;
  line-height: 60px;
}

.checkbox-container {
  width: 100%;
  margin-top: 20px;
}

.checkbox-2 {
  background-color: #0000;
  border: 1px solid #b6b9af;
  border-radius: 0;
  margin-top: 0;
  margin-right: 5px;
}

.sticky-contact-us {
  position: sticky;
  top: 95px;
}

.contact-right-side {
  flex: 1;
  padding-right: 5%;
  position: relative;
}

.contact-details-box {
  margin-top: 6px;
  position: relative;
}

.contact-details-box._30-pixels {
  margin-top: 30px;
}

.contact-details-box.no-top-margin {
  margin-top: 0;
}

.flex-checkbox {
  flex-wrap: wrap;
  display: flex;
}

.full-heading {
  margin-bottom: 30px;
  padding-bottom: 5px;
  position: relative;
  overflow: hidden;
}

.text-link {
  color: var(--font-color);
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: color .2s;
}

.text-link:hover {
  color: #000b13;
}

.field {
  color: #abb5b8;
  background-color: #0000;
  border: 1px solid #b6b9af;
  border-radius: 0;
  width: 49%;
  height: 40px;
  margin-bottom: 0;
  font-size: 13px;
  transition: border .2s;
}

.field:hover {
  background-color: #0000;
  border-color: #3e87e7;
}

.field:active, .field:focus {
  color: var(--font);
  background-color: #0000;
}

.field::placeholder {
  background-color: #0000;
}

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

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

.contact-form-flex {
  flex-wrap: wrap;
  display: flex;
}

.form-block-box {
  font-family: Inter, sans-serif;
}

.flex-space-full {
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  margin-top: 10px;
  display: flex;
}

.flex-space-full.no-top-margin {
  margin-top: 0;
}

.side-contact {
  padding-bottom: 10px;
  position: relative;
  overflow: hidden;
}

.link-box {
  margin-top: 10px;
  position: relative;
}

.checkbox-label {
  color: #898989;
  font-size: 13px;
  font-weight: 400;
}

.contact-right {
  width: 70%;
}

.checkbox-field {
  justify-content: center;
  align-items: center;
  margin-right: 40px;
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-weight: 400;
  display: flex;
}

.checkbox-field:focus {
  font-size: 15px;
}

.textarea {
  color: #131313;
  background-color: #0000;
  border: 1px solid #b6b9af;
  border-radius: 0;
  margin-top: 20px;
  padding-top: 20px;
  padding-bottom: 110px;
  font-size: 13px;
  line-height: 15px;
}

.textarea:hover {
  border-color: #3e87e7;
}

.textarea:active, .textarea:focus-visible, .textarea[data-wf-focus-visible] {
  color: var(--font);
}

.textarea::placeholder {
  color: #898989;
}

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

.error-message-contact {
  color: #000;
  text-align: left;
  width: 100%;
  font-size: 12px;
  line-height: 18px;
}

.flex-social {
  margin-top: 5px;
  display: flex;
  position: relative;
}

.question {
  color: #004171;
  font-family: Leira Lite, sans-serif;
  font-size: 19px;
  font-weight: 400;
}

.accordion-item-content {
  margin-top: 0;
  overflow: hidden;
}

.full-width-item {
  flex: 1;
}

.faq-arrow {
  position: relative;
}

.faq-set {
  width: 100%;
  max-width: 720px;
  margin-bottom: 20px;
}

.faq-right {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 3%;
  display: flex;
}

.accordion-wrapper {
  flex: 1;
  width: 100%;
  margin-bottom: 25px;
  padding-bottom: 10px;
  padding-left: 15px;
  padding-right: 0;
  position: relative;
  overflow: hidden;
}

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

.accordion-item-trigger {
  align-items: flex-start;
  width: 100%;
  padding-bottom: 5px;
  text-decoration: none;
  display: flex;
}

.accordion-item-trigger:hover {
  text-decoration: none;
}

.faq-left {
  width: 33%;
}

.flex-no-wrap {
  flex-wrap: nowrap;
  display: flex;
}

.open-close-box {
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  height: 28px;
  margin-left: 10px;
  display: flex;
  position: relative;
}

.flex-faq {
  justify-content: space-between;
  display: flex;
}

.title-faq {
  margin-bottom: 31px;
}

.hero-right-arrow {
  color: var(--white);
  display: none;
}

.hero-pricing-subtitle {
  color: var(--bg);
  font-weight: 300;
}

.hero-left-arrow {
  color: var(--white);
  display: none;
}

.popular {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: var(--bg);
  text-align: center;
  background-color: #6c7a72a6;
  border-radius: 5px 5px 0 0;
  min-width: 100px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px 12px;
  text-decoration: none;
  transition: transform .2s;
  position: absolute;
  inset: auto 0% 0% auto;
}

.popular:hover {
  transform: translate(0, 3px);
}

.location-text {
  margin-bottom: -5px;
  line-height: 17px;
}

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

.scroll-video {
  z-index: 5;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

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

.relative-full-height {
  height: 100%;
  position: relative;
  overflow: hidden;
}

.div-block {
  color: var(--white);
}

.amenity-text {
  margin-bottom: 5px;
  padding-top: 12px;
  font-family: Leira Lite, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
}

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

.hero-price {
  color: var(--bg);
  margin-right: 10px;
  font-family: Cormorant Upright, sans-serif;
  font-size: 50px;
  line-height: 50px;
  display: inline-block;
  position: relative;
  top: -8px;
}

.pricing-flex {
  display: flex;
}

.column-left-align {
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
  position: relative;
}

.flex-main-post {
  align-items: stretch;
  display: flex;
}

.blog-left {
  position: relative;
  overflow: hidden;
}

.palm-container {
  width: 550px;
  height: 430px;
  position: absolute;
  inset: 0% 0% auto auto;
  overflow: hidden;
}

.flex-hidden {
  display: flex;
  position: relative;
  overflow: hidden;
}

.dot {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #6e7a73cc;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  position: absolute;
}

.dot._1 {
  background-color: #6e7a73e6;
  background-image: url('../images/Airplane_1Airplane.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 21px;
  inset: auto 31% 63% auto;
}

.dot._2 {
  background-color: #6e7a73e6;
  background-image: url('../images/Waves_2Waves.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 23px;
  inset: auto 3% 6% auto;
}

.dot._3 {
  background-color: #6e7a73e6;
  background-image: url('../images/Directions_1Directions.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 27px;
  inset: 49% auto 0% 33%;
}

.dot._4 {
  background-color: #6e7a73e6;
  background-image: url('../images/Coco_1Coco.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 27px;
  inset: 26% auto 0% 11%;
}

.dot._5 {
  background-color: #6e7a73e6;
  background-image: url('../images/Map_1Map.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 27px;
  inset: 47% auto 0% 12%;
}

.display-none-copy {
  display: none;
}

.scroll-down {
  z-index: 500;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #004171cc;
  border-radius: 26.5px;
  justify-content: center;
  align-items: center;
  width: 47px;
  height: 66px;
  margin-right: 2%;
  transition: background-color .5s;
  display: flex;
  position: absolute;
  inset: -8% 0% auto auto;
}

.scroll-down:hover, .scroll-down:active {
  background-color: #004171;
}

.scroll-down.w--current {
  background-color: #00417103;
}

.scroll-arrow {
  width: 17px;
}

.sign-in {
  background-color: #0000;
  border-radius: 20px;
  width: 100%;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.login-icon {
  margin-right: 10px;
}

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

.flex-login {
  display: flex;
  overflow: hidden;
}

.login-link {
  transition: color .2s;
}

.login-link:hover {
  color: #7f8893;
}

.sing-in-field {
  border: 1px solid #b6b9af;
  width: 100%;
  height: 43px;
  margin-bottom: 12px;
  transition: border .2s;
}

.sing-in-field:hover {
  border-color: var(--field-hover);
}

.hero-text {
  letter-spacing: -1.5px;
  margin-top: 15px;
  font-size: 3.65vw;
  font-weight: 400;
  line-height: 3.8vw;
}

.hero-text.log-in {
  margin-top: 0;
  font-size: 40px;
  line-height: 40px;
}

.sign-in-text {
  text-align: center;
  font-size: 15px;
  line-height: 21px;
}

.login-left {
  width: 55%;
  min-height: 800px;
  position: relative;
  overflow: hidden;
}

.sign-in-button {
  background-color: var(--bg-2);
  width: 100%;
  height: 43px;
  padding-top: 11px;
  font-size: 15px;
  transition: background-color .2s;
}

.sign-in-button:hover {
  background-color: var(--button-hover-2);
}

.log-in-button {
  background-color: #fff;
  border: 1px solid #b6b9af;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 43px;
  font-size: 15px;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
  overflow: hidden;
}

.log-in-button:hover {
  background-color: var(--bg-2);
  color: #fff;
}

.login-right {
  background-color: var(--bg-3);
  justify-content: center;
  align-items: center;
  width: 50%;
  padding: 110px 3%;
  display: flex;
  overflow: hidden;
}

.hero-sign-in {
  position: relative;
}

.field-label-2 {
  text-align: left;
  font-size: 15px;
}

.more-buttons, .hero-button {
  margin-top: 20px;
}

.bottom-last {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}

.desaturate {
  opacity: .63;
  filter: saturate(0%);
}

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

.input-field-wrap {
  margin-bottom: 0;
}

.field-label-3 {
  color: #160042;
  letter-spacing: -.02em;
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 20px;
}

.field-wrap {
  align-items: center;
  margin-bottom: 10px;
  display: flex;
  position: relative;
}

.field-wrap.remove-padd {
  margin-bottom: 0;
}

.date-field {
  border: 1px solid var(--button-hover);
  color: #151e24;
  border-radius: 0;
  width: 100%;
  min-height: 48px;
  margin-bottom: 0;
  padding: 12px 16px 12px 52px;
  font-size: 14px;
  transition: all .25s;
  box-shadow: 1px 1px 2px #7281a70a;
}

.date-field:hover {
  border-color: #ccd5e0;
}

.date-field:focus {
  border-color: var(--field-hover);
}

.date-field::placeholder {
  color: #a0a6b0;
}

.field-icon {
  position: absolute;
  inset: auto auto auto 16px;
}

.div-block-2 {
  display: flex;
}

.div-block-3 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

.div-block-4 {
  flex: 1;
}

.fs_inputcounter-1_message {
  color: var(--accessible-components--dark-grey);
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 16px;
}

.fs_inputcounter-1_message._10-adjust {
  margin-top: 10px;
  margin-bottom: 4px;
}

.fs_inputcounter-1_button {
  background-color: var(--font-color);
  color: #fff;
  cursor: pointer;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  font-size: 1.5rem;
  display: flex;
}

.fs_inputcounter-1_button:focus-visible, .fs_inputcounter-1_button[data-wf-focus-visible] {
  outline-offset: 4px;
  outline: 2px solid #9b9b9b;
}

.fs_inputcounter-1_input {
  text-align: center;
  background-color: #f5f5f5;
  border: 1px #000;
  min-height: 3rem;
  margin-bottom: 0;
  font-size: 1rem;
}

.fs_inputcounter-1_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: start;
  justify-items: stretch;
  display: block;
}

.fs_inputcounter-1_embed {
  margin-bottom: 0;
}

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

.div-block-5 {
  width: 100%;
  display: flex;
}

.div-block-6 {
  justify-content: space-between;
  display: flex;
}

.div-block-6.top-line {
  border-top: 1px dashed #bfcdd8;
  padding-top: 0;
}

.div-block-6.padding-bottom {
  margin-bottom: 20px;
}

.lighter {
  color: #004171b8;
}

.heading-2 {
  margin-bottom: 30px;
}

.image-2, .image-3 {
  max-height: 400px;
}

@media screen and (min-width: 1280px) {
  .title-small {
    color: #69707b;
  }

  .inner-hero-section {
    max-width: 100%;
  }

  .hero-inner-box {
    margin-left: auto;
    margin-right: auto;
  }

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

  .hero-item-2, .hero-item {
    width: 26%;
  }

  .hero-section-about {
    max-width: 100%;
  }

  .question {
    transition: color .2s;
  }

  .question:hover, .accordion-item-trigger:hover {
    color: #060606;
  }

  .hero-text {
    font-size: 46px;
    line-height: 50px;
  }
}

@media screen and (min-width: 1440px) {
  .on-scroll-1 {
    background-color: #e0e7e9;
  }

  .social-icon-rounded {
    background-color: var(--bg-2);
  }

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

  .footer-logo-link:hover {
    opacity: .9;
    transform: scale(1.04);
  }

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

  .hover-bg {
    display: flex;
  }

  .book-form {
    display: none;
  }

  .input {
    transition: opacity .2s;
  }

  .login-right {
    justify-content: flex-start;
  }
}

@media screen and (max-width: 991px) {
  .social-links-mobile {
    justify-content: flex-start;
    margin-top: 15px;
    display: block;
  }

  .hero-inner-padding {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .title-small.regular {
    font-size: 13px;
    line-height: 15px;
  }

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

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

  .content-section.shadow, .content-section.double {
    padding-bottom: 80px;
  }

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

  .content-section.blog-post, .content-section.top-padding {
    padding-top: 50px;
    padding-bottom: 50px;
  }

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

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

  .go-up-button {
    background-size: 20px;
    width: 45px;
    height: 45px;
  }

  .hero-inner-text {
    margin-bottom: 0;
    font-size: 42px;
    line-height: 50px;
  }

  .social-mini-icon {
    background-color: #0f0f0f;
    margin-bottom: 5px;
    margin-right: 7px;
  }

  .social-mini-icon:hover {
    background-color: #2c2c2c;
  }

  .social-mini-icon.instagram {
    margin-right: 0;
  }

  .social-mini-icon.instagram:hover, .social-mini-icon.linkedin:hover, .social-mini-icon.twittter:hover {
    background-color: #2c2c2c;
  }

  .social-mini-icon.facebook {
    background-color: #3880da;
  }

  .social-mini-icon.facebook:hover {
    background-color: #2c2c2c;
  }

  .inner-hero-section {
    max-width: 100%;
    min-height: 300px;
  }

  .hero-inner-box {
    max-width: 100%;
    padding-bottom: 30px;
  }

  .menu-button {
    color: var(--font-color);
    height: 80px;
    padding-top: 30px;
  }

  .menu-button.w--open {
    color: var(--font-color);
    background-color: #fff;
  }

  .underline {
    display: none;
  }

  .nav-menu {
    text-align: center;
    background-color: #fff;
    height: 100vh;
    padding-bottom: 140px;
    overflow: auto;
  }

  .phone {
    top: 7px;
  }

  .call-us {
    width: 100%;
    height: 50px;
    padding-left: 20px;
    display: block;
  }

  .navlink {
    text-align: left;
    width: 100%;
    height: 50px;
    padding-top: 15px;
    padding-bottom: 4px;
    padding-left: 20px;
    display: block;
  }

  .navlink:hover {
    background-color: #e6ebef;
  }

  .login-box {
    color: #0f0f0f;
    text-align: left;
    align-items: center;
    width: 100%;
    height: 65px;
    margin-right: 0;
    padding-top: 0;
    padding-left: 20px;
    font-size: 16px;
    transition: background-color .2s;
    display: flex;
  }

  .login-box.w--current {
    color: #98a0a5;
  }

  .login {
    padding-top: 1px;
  }

  .nav-dropdown {
    width: 100%;
    height: 60px;
    margin-right: 0;
  }

  .dropdown-toggle {
    justify-content: flex-start;
    width: 100%;
    height: 60px;
    padding-top: 16px;
    padding-bottom: 0;
    padding-left: 20px;
  }

  .mini-arrow {
    margin-top: 20px;
  }

  .dropdown-list, .dropdown-list.w--open {
    background-color: #d4e0e9;
  }

  .dropdown-link {
    padding-left: 30px;
  }

  .nav-content-wrapper, .hero-section {
    max-width: 100%;
  }

  .hero-slider {
    height: 600px;
  }

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

  .hero-flex {
    width: 100%;
  }

  .hero-title {
    font-size: 46px;
    line-height: 54px;
  }

  .price {
    font-size: 46px;
    line-height: 46px;
  }

  .price.green {
    font-size: 40px;
    line-height: 40px;
  }

  .currency {
    font-size: 37px;
    line-height: 37px;
  }

  .currency.green {
    font-size: 34px;
    line-height: 34px;
  }

  .hero-item-2, .hero-item-3, .hero-item {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .title-big {
    font-size: 28px;
    line-height: 28px;
  }

  .button {
    height: 37px;
    padding-left: 25px;
    padding-right: 25px;
    font-size: 11px;
  }

  .h2 {
    font-size: 34px;
    line-height: 36px;
  }

  .title-all-caps.white {
    font-size: 13px;
    line-height: 16px;
  }

  .picture-frame-3 {
    height: 200px;
  }

  .picture-2-container {
    max-width: 310px;
    height: 200px;
  }

  .picture-frame-2 {
    height: 200px;
  }

  .picture-frame-1 {
    max-width: 310px;
    height: 200px;
  }

  .text-column {
    padding-left: 3%;
  }

  .text-column-padding {
    padding-right: 3%;
  }

  .text-white.les-top-margin {
    font-size: 30px;
    line-height: 34px;
  }

  .unit-title {
    font-size: 36px;
    line-height: 40px;
  }

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

  .text.big {
    font-size: 28px;
    line-height: 28px;
  }

  .amenity-box {
    width: 100%;
    max-height: 400px;
  }

  .amenities-flex {
    flex-flow: column;
  }

  .pricing-table-wrapper.third, .pricing-table-wrapper.second {
    top: 0%;
  }

  .link-block-underline {
    transition: background-color .2s;
    display: flex;
  }

  .social-icons {
    margin-top: 20px;
  }

  .footer-left {
    width: 82%;
  }

  .footer-logo-link {
    margin-bottom: 30px;
  }

  .heading-full {
    margin-bottom: 10px;
  }

  .h4 {
    font-size: 40px;
    line-height: 40px;
  }

  .insta-handle {
    margin-bottom: 5px;
  }

  .logos-left-box {
    padding-left: 2%;
  }

  .logo-item {
    padding: 3% 6%;
  }

  .footer {
    padding-top: 80px;
  }

  .hero-wrapper-about {
    max-width: 100%;
  }

  .hero-form {
    width: 45%;
  }

  .hero-about-title {
    font-size: 30px;
    line-height: 32px;
  }

  .intro-image {
    width: 382px;
  }

  .no-top-margin {
    font-size: 30px;
    line-height: 34px;
  }

  .h5 {
    font-size: 27px;
    line-height: 30px;
  }

  .social-icons-team {
    margin-top: 20px;
  }

  .team-item {
    margin-bottom: 30px;
  }

  .team-name {
    font-size: 22px;
    line-height: 24px;
  }

  .frame {
    max-width: 310px;
  }

  .play {
    background-size: 19px;
    width: 80px;
    height: 55px;
  }

  .map-title {
    font-size: 26px;
    line-height: 30px;
  }

  .item-left {
    width: 16%;
  }

  .title {
    margin-bottom: 3px;
    font-size: 16px;
    line-height: 16px;
  }

  .h4-regular {
    font-size: 34px;
    line-height: 40px;
  }

  .hero-preview-link {
    font-size: 32px;
    line-height: 36px;
  }

  .preview-box-item {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .h3 {
    font-size: 34px;
    line-height: 40px;
  }

  .post-hero {
    height: 450px;
  }

  .h1 {
    font-size: 34px;
    line-height: 40px;
  }

  .social-container {
    margin-top: 20px;
  }

  .right-sticky-item {
    margin-bottom: 60px;
  }

  .sticky-content {
    margin-bottom: 50px;
  }

  .full-heading {
    padding-bottom: 0;
  }

  .accordion-wrapper {
    margin-bottom: 15px;
    padding-bottom: 5px;
    padding-left: 10px;
  }

  .faq-left {
    width: 56%;
  }

  .title-faq {
    margin-bottom: 20px;
    font-size: 32px;
    line-height: 36px;
  }

  .amenity-text {
    font-size: 24px;
    line-height: 30px;
  }

  .hero-price {
    font-size: 46px;
    line-height: 46px;
  }

  .heading {
    font-size: 32px;
    line-height: 36px;
  }

  .dot {
    width: 37px;
    height: 37px;
  }

  .scroll-down {
    margin-right: 2%;
  }

  .hero-text {
    margin-bottom: 5px;
    font-size: 5vw;
    line-height: 5.5vw;
  }

  .hero-text.log-in {
    font-size: 36px;
    line-height: 36px;
  }

  .login-left {
    min-height: 500px;
  }

  .login-right {
    padding: 70px 5%;
  }
}

@media screen and (max-width: 767px) {
  .hero-subtitle {
    font-size: 18px;
    line-height: 24px;
  }

  .hero-inner-padding {
    margin-top: 20px;
    margin-bottom: 10px;
  }

  .title-small {
    font-size: 14px;
    line-height: 14px;
  }

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

  .content-section.inner-pages {
    margin-top: 0;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .content-section.shadow, .content-section.double {
    padding-bottom: 50px;
  }

  .content-section.colored {
    padding-top: 49px;
    padding-bottom: 49px;
  }

  .content-section.blog-post, .content-section.top-padding {
    margin-top: 0;
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

  .go-up-button {
    background-size: 18px;
    width: 40px;
    height: 40px;
  }

  .hero-inner-text {
    font-size: 40px;
    line-height: 48px;
  }

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

  .inner-hero-section {
    min-height: 280px;
    padding-top: 100px;
    position: relative;
  }

  .hero-inner-box {
    padding-bottom: 50px;
  }

  .brand.w--current {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
  }

  .nav-dropdown {
    transition: background-color .2s;
  }

  .nav-dropdown:hover {
    background-color: #e6e3d9;
  }

  .dropdown-list.w--open, .dropdown-link {
    width: 100%;
  }

  .hero-section {
    position: relative;
  }

  .hero-slider {
    height: 550px;
  }

  .hero-title {
    font-size: 44px;
    line-height: 52px;
  }

  .price.green {
    font-size: 38px;
  }

  .currency.green {
    font-size: 32px;
    line-height: 32px;
  }

  .hero-item-2, .hero-item-3, .hero-item {
    flex-direction: column;
  }

  .title-big {
    font-size: 27px;
    line-height: 27px;
  }

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

  .h2 {
    font-size: 32px;
    line-height: 34px;
  }

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

  .pictures-frame-container {
    margin-top: 0;
    padding-top: 0;
  }

  .picture-3-container {
    width: 100%;
    max-width: 300px;
    height: 240px;
  }

  .picture-2-container {
    width: 100%;
    height: 230px;
    left: 26%;
  }

  .picture-frame-1 {
    max-width: 310px;
    margin-top: 12px;
    margin-left: 35px;
    left: 39px;
  }

  .text-column {
    width: 100%;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0%;
  }

  .text-column.left-padding {
    padding-left: 3%;
  }

  .text-column-padding {
    width: 77%;
    margin-left: auto;
    margin-right: auto;
    padding-right: 3%;
  }

  .text-column-center {
    width: 77%;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .unit-title {
    font-size: 32px;
    line-height: 36px;
  }

  .text {
    font-size: 22px;
    line-height: 28px;
  }

  .amenity-box {
    width: 100%;
    max-height: 300px;
  }

  .amenity-text-container {
    padding-left: 3%;
    padding-right: 3%;
  }

  .amenity-image {
    width: 38px;
    margin-bottom: 3px;
  }

  .amenities-flex {
    flex-flow: column;
  }

  .text-column-right {
    width: 77%;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .price-block {
    padding-left: 10px;
    padding-right: 10px;
  }

  .pricing-button {
    padding-left: 20px;
    padding-right: 20px;
  }

  .pricing-description-wrapper {
    padding-bottom: 0;
  }

  .pricing-description {
    font-size: 15px;
    line-height: 20px;
  }

  .pricing-table-wrapper {
    width: 32%;
    margin-right: 2%;
  }

  .plans-inclusions-list {
    padding-left: 10px;
    padding-right: 10px;
  }

  .review-icons-container {
    flex-wrap: wrap;
    padding-top: 8px;
  }

  .review-icon-left {
    border-bottom: 1px solid var(--bg-2);
    border-right-style: none;
    width: 100%;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .review-icon-box {
    width: 100%;
    margin-top: 6px;
    padding-top: 8px;
    padding-bottom: 4px;
  }

  .footer-left {
    flex: 1;
  }

  .footer-links {
    margin-top: 0;
  }

  .social-icon-rounded.twittter {
    background-size: 12px;
  }

  .notice {
    margin-top: 0;
  }

  .hover-icon {
    width: 30px;
  }

  .h4 {
    font-size: 38px;
    line-height: 38px;
  }

  .footer {
    padding-top: 60px;
  }

  .hero-section-about {
    min-height: 280px;
    padding-top: 120px;
    position: relative;
  }

  .hero-form {
    width: 55%;
    margin-right: 0%;
  }

  .hero-about-title {
    font-size: 28px;
    line-height: 30px;
  }

  .intro-image {
    width: 280px;
  }

  .no-top-margin {
    font-size: 28px;
    line-height: 32px;
  }

  .feature {
    padding-left: 3%;
    padding-right: 3%;
  }

  .h5 {
    font-size: 26px;
    line-height: 29px;
  }

  .feature-3, .feature-2 {
    padding-left: 3%;
    padding-right: 3%;
  }

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

  .team-item {
    width: 46%;
  }

  .team-item._4 {
    margin-right: 0%;
  }

  .team-item._3 {
    margin-right: 4%;
  }

  .team-item._2 {
    margin-right: 0%;
  }

  .frame {
    border-width: 13px;
    max-width: 310px;
    margin-top: 12px;
  }

  .text-align-left, .text-align-right {
    width: 77%;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .play {
    width: 95px;
    height: 60px;
  }

  .map-icon {
    margin-right: 10px;
  }

  .close-contact-form {
    right: -1px;
  }

  .link {
    min-width: 80px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
    line-height: 23px;
  }

  .item-left {
    width: 21%;
  }

  .h4-regular {
    font-size: 30px;
    line-height: 36px;
  }

  .hero-preview-link {
    font-size: 32px;
    line-height: 38px;
  }

  .h3 {
    font-size: 30px;
    line-height: 36px;
  }

  .post-hero {
    height: 350px;
  }

  .h1 {
    font-size: 30px;
    line-height: 36px;
  }

  .right-sticky-item {
    margin-bottom: 40px;
  }

  .contact-details-box {
    margin-top: 10px;
  }

  .faq-arrow {
    top: -4px;
  }

  .accordion-wrapper {
    margin-bottom: 20px;
  }

  .faq-left {
    width: 100%;
  }

  .flex-faq {
    flex-wrap: wrap;
  }

  .title-faq {
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 34px;
  }

  .hero-right-arrow, .hero-left-arrow {
    width: 44px;
  }

  .location-text {
    font-size: 15px;
    line-height: 15px;
  }

  .hero-icons {
    margin-bottom: 5px;
  }

  .flex-copy {
    flex-wrap: wrap;
  }

  .amenity-text {
    font-size: 24px;
    line-height: 26px;
  }

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

  .column-left-align {
    width: 100%;
  }

  .scroll-down {
    z-index: 2;
  }

  .hero-text {
    font-size: 5.8vw;
    line-height: 7vw;
  }

  .hero-text.log-in {
    font-size: 34px;
    line-height: 34px;
  }
}

@media screen and (max-width: 479px) {
  .hero-subtitle {
    margin-top: 5px;
    font-size: 17px;
  }

  .hero-inner-padding {
    margin-top: 30px;
  }

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

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

  .content-section.inner-pages, .content-section.blog-post, .content-section.blog-page, .content-section.top-padding {
    padding-bottom: 20px;
  }

  .content-section.blog {
    padding-bottom: 10px;
  }

  .go-up-button {
    background-size: 16px, auto;
  }

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

  .hero-inner-text {
    font-size: 38px;
    line-height: 46px;
  }

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

  .hero-inner-box {
    padding-left: 3%;
    padding-right: 3%;
  }

  .login-box {
    color: #0f0f0f;
  }

  .mini-arrow {
    display: inline-block;
  }

  .hero-slider {
    height: 600px;
  }

  .parallax-bg.palm {
    background-size: cover;
    inset: 0% 0% auto auto;
  }

  .circle-green {
    top: 11%;
  }

  .hero-wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }

  .hero-title {
    font-size: 46px;
    line-height: 40px;
  }

  .hero-item-2 {
    width: 33.333%;
    margin-right: 0;
    padding-left: 4%;
    padding-right: 5px;
  }

  .hero-mini-text {
    flex: 1;
    font-size: 14px;
    line-height: 16px;
  }

  .hero-icon {
    flex: 1;
    margin-right: 5px;
  }

  .hero-item-3 {
    width: 33.333%;
    padding-left: 4%;
    padding-right: 0;
  }

  .hero-item {
    width: 33.33%;
    margin-right: 0;
    padding-right: 5px;
  }

  .hero-price-row {
    flex-direction: column;
    align-items: flex-start;
  }

  .circle-green-3 {
    top: 36%;
  }

  .circle-green-3.mobile {
    display: block;
  }

  .circle-green-2 {
    top: 58%;
  }

  .intro-item {
    width: 100%;
    margin-bottom: 30px;
  }

  .title-big {
    font-size: 26px;
    line-height: 26px;
  }

  .button-box._15-pixels {
    margin-top: 12px;
  }

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

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

  .pictures-frame-container {
    text-align: center;
    position: relative;
  }

  .picture-frame-3 {
    width: 90%;
    height: 180px;
    left: -11%;
  }

  .picture-2-container {
    width: 90%;
    height: 180px;
    left: 14%;
  }

  .picture-frame-1 {
    width: 90%;
    height: 180px;
    margin-top: 30px;
    margin-left: auto;
    left: 0;
  }

  .text-column {
    width: 100%;
  }

  .content-section-colored {
    overflow: hidden;
  }

  .text-column-padding {
    width: 100%;
    padding-top: 13%;
    padding-bottom: 13%;
  }

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

  .text {
    font-size: 23px;
    line-height: 29px;
  }

  .unit-row {
    flex-wrap: wrap;
    margin-bottom: 20px;
  }

  .amenity-box {
    width: 100%;
    max-height: 400px;
  }

  .amenity-image {
    width: 44px;
    margin-bottom: 5px;
  }

  .image-column {
    width: 100%;
  }

  .text-column-right {
    width: 100%;
    margin-top: 0;
    padding-top: 13%;
    padding-bottom: 13%;
  }

  .icon-box {
    border-bottom: 1px solid var(--bg);
    border-right-style: none;
    width: 100%;
    margin-bottom: 10px;
  }

  .icon-box.last {
    border-bottom-style: none;
    margin-bottom: 0;
  }

  .icons-flex {
    flex-wrap: wrap;
  }

  .gallery-column {
    width: 48%;
    margin-right: 3%;
  }

  .gallery-column._2 {
    margin-right: 0%;
  }

  .gallery-column-4 {
    width: 48%;
  }

  .price-block {
    padding: 10px 20px;
  }

  .pricing-button {
    margin-left: 20px;
    margin-right: 20px;
  }

  .pricing-table-wrapper {
    width: 100%;
    margin-bottom: 30px;
    margin-right: 0%;
  }

  .pricing-table-wrapper.third {
    margin-bottom: 0;
  }

  .plans-inclusions-list {
    padding-left: 20px;
    padding-right: 20px;
  }

  .separator {
    max-width: 80px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .pricing-image {
    padding: 20px;
  }

  .slide {
    width: 100%;
    padding: 5%;
  }

  .collection-item {
    width: 100%;
    margin-bottom: 40px;
    margin-right: 0%;
  }

  .link-block-underline {
    margin-bottom: 10px;
    margin-right: 15px;
  }

  .link-block-underline.w--current {
    font-weight: 500;
  }

  .social-icons.flex {
    margin-top: 5px;
  }

  .footer-left {
    flex: 0 auto;
    width: 100%;
  }

  .footer-links {
    margin-bottom: 0;
  }

  .footer-logo-link {
    margin-bottom: 20px;
  }

  .footer-flex {
    flex-wrap: wrap;
  }

  .notice-text {
    line-height: 30px;
  }

  .insta-pic {
    width: 50%;
  }

  .heading-full {
    flex-direction: row;
    align-items: flex-end;
  }

  .h4 {
    font-size: 34px;
    line-height: 34px;
  }

  .insta-handle {
    margin-bottom: 0;
  }

  .flex-logos {
    flex-wrap: wrap;
    padding-bottom: 20px;
  }

  .logos-left-box {
    width: 100%;
    margin-bottom: 10px;
  }

  .logos-flex {
    flex-wrap: wrap;
    flex: 0 auto;
    width: 100%;
  }

  .logo-item {
    width: 100%;
    min-height: 70px;
    margin-bottom: 10px;
    padding-left: 31%;
    padding-right: 31%;
  }

  .logo-item.last {
    margin-bottom: 0;
  }

  .collection-item-grid {
    width: 100%;
    margin-right: 0%;
  }

  .footer {
    padding-top: 60px;
    overflow: hidden;
  }

  .hero-section-about {
    min-height: 298px;
  }

  .hero-form {
    width: 100%;
    padding: 4%;
  }

  .intro-image {
    width: 152px;
  }

  .right-arrow, .left-arrow {
    width: 45px;
    height: 80px;
  }

  ._50-percent-column {
    width: 100%;
  }

  .slide-text {
    width: 100%;
    margin-top: 10px;
  }

  .feature {
    border-right-style: none;
    width: 100%;
  }

  .h5 {
    font-size: 25px;
    line-height: 27px;
  }

  .feature-3 {
    width: 1003%;
  }

  .feature-6 {
    width: 100%;
  }

  .feature-4, .feature-5 {
    border-bottom: 1px solid var(--bg-2);
    border-right-style: none;
    width: 100%;
  }

  .text-column-left {
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
  }

  .feature-2 {
    border-right-style: none;
    width: 100%;
  }

  .team-item {
    width: 100%;
    max-width: 300px;
    margin-bottom: 30px;
    margin-right: 0%;
  }

  .team-item._5, .team-item._4 {
    margin-bottom: 30px;
  }

  .team-item._3 {
    margin-right: 0%;
  }

  .frame {
    width: 90%;
    left: 0;
  }

  .text-align-left {
    width: 100%;
  }

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

  .flex-row.mobile-reverse {
    flex-wrap: wrap-reverse;
  }

  .text-align-right {
    width: 100%;
  }

  .play {
    background-size: 18px;
    width: 80px;
    height: 50px;
  }

  .item-right {
    width: 100%;
  }

  .flex-wrap {
    flex-wrap: wrap;
  }

  .item-left {
    flex: 0 auto;
    width: 100%;
    margin-bottom: 30px;
    padding-right: 0%;
  }

  .h4-regular {
    font-size: 26px;
    line-height: 32px;
  }

  .hero-preview-link {
    font-size: 30px;
    line-height: 36px;
  }

  .hidden {
    display: inline;
  }

  .preview-box-item {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 0%;
  }

  .newsletter-flex {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .h3 {
    line-height: 34px;
  }

  .form {
    max-width: 350px;
  }

  .hero-post-section {
    overflow: hidden;
  }

  .h1 {
    font-size: 26px;
    line-height: 32px;
  }

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

  .sticky-content.mobile-no-margin {
    margin-bottom: 0;
  }

  .sticky-right {
    width: 100%;
    margin-top: 20px;
    margin-right: 0%;
  }

  .contact-right-side {
    flex: 0 auto;
    width: 100%;
    margin-bottom: 40px;
    padding-right: 0%;
  }

  .contact-details-box {
    margin-top: 0;
  }

  .contact-right {
    width: 100%;
  }

  .checkbox-field {
    margin-right: 25px;
  }

  .faq-arrow {
    margin-top: 10px;
  }

  .accordion-wrapper {
    margin-bottom: 20px;
    padding-bottom: 5px;
    padding-right: 15px;
  }

  .faq-left {
    width: 100%;
    margin-bottom: 30px;
  }

  .open-close-box {
    height: 100%;
  }

  .title-faq {
    font-size: 28px;
    line-height: 32px;
  }

  .hero-right-arrow, .hero-left-arrow {
    display: none;
  }

  .hero-icons {
    width: 40px;
    margin-bottom: 8px;
  }

  .amenity-text {
    font-size: 24px;
    line-height: 28px;
  }

  .intro-wrap {
    flex-wrap: wrap;
  }

  .hero-price {
    margin-bottom: 16px;
  }

  .pricing-flex {
    flex-wrap: wrap;
    display: flex;
  }

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

  .column-left-align {
    justify-content: flex-start;
    width: 100%;
  }

  .flex-main-post {
    flex-wrap: wrap;
  }

  .blog-left, .palm-container {
    width: 100%;
  }

  .display-none-copy {
    height: 30px;
    font-size: 10px;
    display: none;
  }

  .scroll-down {
    display: none;
  }

  .scroll-arrow {
    width: 18px;
  }

  .sign-in {
    padding-left: 7%;
    padding-right: 7%;
  }

  .flex-login {
    flex-wrap: wrap-reverse;
  }

  .hero-text {
    font-size: 11vw;
    line-height: 12.3vw;
  }

  .hero-text.log-in {
    font-size: 32px;
    line-height: 32px;
  }

  .login-left {
    width: 100%;
    min-height: 100px;
  }

  .login-right {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 50px;
  }
}

#w-node-_9d5b35d2-33fc-0ec1-d0e7-439465893c8a-4b1820aa {
  place-self: stretch stretch;
}

#w-node-_75824761-4021-1cb3-719b-61ab0326b8ec-4b1820aa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Leira Lite';
  src: url('../fonts/Leira-Lite.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'PP Neue Montreal';
  src: url('../fonts/PPNeueMontreal-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}