:root {
  --sheet-border: #424242;
  --accent: #1b91ff;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

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

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

.body {
  background-color: #000;
}

.div-block {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  width: 100%;
  height: 100vh;
}

.div-block-2 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
}

.div-block-3 {
  aspect-ratio: 16 / 9;
  background-color: #0e0e0e;
  width: 700px;
}

.height {
  width: 100%;
  height: 400dvh;
}

.sticky {
  width: 100%;
  height: 100dvh;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.quick-stack {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  width: 100%;
  height: 100%;
  padding: 0;
  position: relative;
}

.image {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: relative;
}

.body-2 {
  background-color: #050506;
}

.aliens-call-us-containers {
  aspect-ratio: 1;
  width: 100%;
}

.aliens-call-us-containers.free-size {
  aspect-ratio: auto;
  height: 100%;
}

.quick-stack-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.cell {
  outline-color: var(--sheet-border);
  outline-offset: 0px;
  outline-width: 1px;
  outline-style: solid;
}

.header-frost {
  background-image: none;
  background-position: 0 0;
  border-radius: 120px 120px 0 0;
  width: 100%;
  height: 100%;
}

.hero-video {
  object-fit: cover;
  background-image: none;
  background-position: 0 0;
  border-radius: 40px;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 20px 6px #0000007a, 0 0 20px 9px #0000003b;
}

.image-2 {
  border-radius: 40px;
}

.dark-frost {
  -webkit-backdrop-filter: saturate(65%) blur(100px);
  backdrop-filter: saturate(65%) blur(100px);
  outline-offset: -1px;
  background-image: linear-gradient(#000000f0, #000000f0);
  outline: 3px #111110;
  width: 100%;
  height: 100%;
}

.nav {
  z-index: 100;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  background-color: #52525200;
  border-bottom: 1px #ffffff1a;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.header-placements {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 80px;
  display: flex;
  position: absolute;
}

.quick-stack-3 {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  width: 100%;
  padding: 0;
  position: relative;
}

.firstvue-logo {
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.firstvue-logo.small.hide {
  display: none;
}

.logotype {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: tt-commons-pro, sans-serif;
  font-size: 70px;
  font-weight: 500;
  line-height: 52px;
}

.logotype.small-nav {
  font-size: 26px;
}

.logotype.black {
  color: #000;
  font-size: 30px;
}

.text-span {
  font-weight: 100;
}

.logomark {
  width: 90px;
  margin-left: 20px;
}

.logomark.small-nav {
  filter: brightness(105%);
  width: 34px;
  margin-top: -3px;
  margin-left: 10px;
}

.logomark.booking {
  width: 33px;
  margin-left: 10px;
}

.main-statement {
  color: #fff;
  width: 20ch;
  margin-top: 0;
  margin-bottom: 0;
  font-family: tt-commons-pro, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 32px;
}

.main-statement.t-60 {
  width: 20ch;
  margin-top: 34px;
  font-size: 42px;
  line-height: 49px;
}

.main-statement.t-60.c-title.t-x {
  margin-top: 55px;
}

.main-statement.t-60.inc {
  margin-top: 26px;
  font-size: 42px;
  line-height: 46px;
}

.main-statement.t-60.inc.hide {
  font-size: 36px;
  line-height: 37px;
}

.main-statement.realtime3d {
  color: #000;
  width: 11ch;
  margin-bottom: 20px;
  font-size: 40px;
  line-height: 44px;
}

.main-statement.c-title {
  width: 450px;
  font-size: 42px;
  line-height: 46px;
}

.main-statement.c-title.black {
  color: #000;
  margin-top: -4px;
  font-weight: 500;
}

.main-statement.c-title.auto-width {
  width: auto;
  font-size: 22px;
  line-height: 28px;
}

.main-statement.c-title.auto-width.centred {
  text-align: center;
  width: 20ch;
  margin-top: 20px;
  font-weight: 300;
}

.main-statement.c-title.auto-width.centred.footer-title {
  color: #fff;
  text-align: left;
  width: auto;
  margin-right: 60px;
}

.main-statement.c-title.auto-width.centred.cost {
  width: auto;
  margin-bottom: 0;
  font-size: 23px;
}

.main-statement.c-title.auto-width.centred.cost.info {
  color: #ffffff80;
  text-align: left;
  font-size: 16px;
  line-height: 20px;
}

.main-statement.c-title.final {
  width: 21ch;
  margin-top: -6px;
  line-height: 46px;
}

.main-statement.realtime-tours {
  width: 11ch;
  margin-top: 20px;
  margin-bottom: 20px;
}

.main-statement.virtual-tours {
  width: 19ch;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 42px;
  line-height: 46px;
}

.image-3 {
  margin: 293px;
}

._100-vh {
  width: 100%;
  height: 100vh;
  margin-bottom: -60px;
  padding: 30px;
}

.hr {
  background-color: #ffffff1a;
  border-radius: 50px;
  width: 100%;
  height: 6px;
  margin-left: auto;
  margin-right: auto;
}

.section {
  padding-left: 60px;
  padding-right: 60px;
  overflow: hidden;
}

.section.tip100 {
  padding-top: 100px;
}

.section.final {
  z-index: 100;
  position: relative;
}

._w-980 {
  z-index: 100;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 40px;
  padding-right: 40px;
  display: flex;
  position: relative;
}

.nav-items {
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  display: flex;
}

.nav-link {
  color: #fff;
  font-family: tt-commons-pro, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.nav-link.black {
  color: #000;
}

.nav-link.accent {
  color: var(--accent);
}

.nav-item-continer {
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  margin-left: 30px;
  text-decoration: none;
  display: flex;
}

.nav-item-continer.m-hide {
  margin-left: 30px;
}

.blue-dot {
  background-color: #1b91ff;
  border-radius: 20px;
  width: 11px;
  height: 11px;
  margin-top: -1px;
  margin-right: 16px;
}

.blue-btn {
  background-color: var(--accent);
  border-radius: 50px;
  padding: 4px 12px 4px 13px;
  text-decoration: none;
}

.blue-btn:hover {
  background-color: #000;
}

.blue-btn.white:hover {
  background-color: #1a62a5;
}

.header-features-animation {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 430px;
  height: 100%;
  display: flex;
  position: relative;
}

.cell-2 {
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
}

.white-circle {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  border-radius: 200px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 125px;
  height: 125px;
  display: flex;
}

.frosted-circle {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #ffffff40;
  border-radius: 200px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 85px;
  height: 85px;
  display: flex;
}

.centred {
  justify-content: center;
  align-items: center;
}

.features-stack {
  padding: 0;
}

.header-features-label {
  color: #fff;
  text-align: center;
  margin-top: 26px;
  margin-bottom: 0;
  font-family: tt-commons-pro, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 22px;
}

.header-features-label.t-60 {
  margin-top: 50px;
  line-height: 36px;
}

.header-features-label.sub-label {
  color: #fff;
  margin-top: 8px;
  font-size: 16px;
  font-weight: 400;
}

.header-features-label.learn-more {
  color: #ffffffbf;
  margin-top: 8px;
  font-size: 12px;
  font-weight: 400;
  line-height: 19px;
}

.section-frame {
  padding-top: 200px;
  padding-bottom: 200px;
  position: relative;
}

.section-frame._200b {
  padding-bottom: 0;
}

.section-frame.ftr {
  padding-top: 0;
  padding-bottom: 0;
}

.section-frame.ftr.booking {
  background-color: #d8d8d8;
}

.section-frame._0below {
  padding-bottom: 0;
}

.section-frame._0below.end {
  padding-bottom: 220px;
}

.section-frame.c {
  flex-flow: column;
  align-items: center;
  display: flex;
}

.grid-text {
  aspect-ratio: 812 / 345;
  opacity: 1;
  background-color: #fff0;
  width: 710px;
  padding: 33px 44px 44px;
  position: relative;
}

.grid-text.absolute {
  background-color: #ffffff12;
  position: absolute;
  inset: 0% auto auto 0%;
}

.grid-text.absolute.dip {
  background-color: #fff0;
  margin-top: 200px;
}

.grid-text.absolute.dip.mm {
  z-index: 1;
}

.label-border {
  border: 2px solid #fff;
  border-radius: 20px;
  margin-bottom: -20px;
  padding: 2px 12px;
  display: inline-block;
  overflow: hidden;
}

.label-border.absolute {
  position: absolute;
  inset: 0% auto auto 0%;
}

.label-border.absolute._60p {
  z-index: 10;
  border-color: #fff;
  margin-top: 80px;
  margin-left: 80px;
}

.label-border.absolute.black {
  border-color: #000000bf;
}

.label-border.absolute.dip {
  border-color: #fff;
  margin-top: 200px;
}

.label-border.sbelow {
  margin-bottom: 20px;
}

.intro-video-frame {
  cursor: pointer;
  background-color: #fff;
  border-radius: 14px;
  width: 980px;
  padding: 7px;
}

.intro-video-container {
  flex-flow: column;
  align-items: center;
  margin-top: -20px;
  display: flex;
}

.intro-video-window {
  aspect-ratio: 16 / 9;
  background-color: #e9e9e9;
  border-radius: 14px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.play-frosted-circle {
  z-index: 1000;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #ffffff80;
  border-radius: 200px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 75px;
  height: 75px;
  display: flex;
  position: absolute;
}

.body-copy-container {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 80px;
  display: flex;
}

.body-copy-container.left-10 {
  padding-right: 18%;
}

.paragraph {
  color: #ffffff80;
  width: 700px;
  margin-bottom: 0;
  font-family: tt-commons-pro, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 28px;
}

.paragraph.virtual-tours {
  width: 38ch;
  margin-top: 20px;
  margin-bottom: 6px;
}

.paragraph.auto-width {
  opacity: .5;
  color: #fff;
  width: auto;
  font-weight: 300;
}

.paragraph.footer-info {
  color: #ffffff40;
  width: auto;
  font-size: 13px;
  line-height: 24px;
}

.paragraph.mm {
  width: 500px;
  margin-right: 200px;
}

.paragraph.black {
  color: #00000080;
}

.book-a-demo {
  align-items: center;
  width: 700px;
  margin-top: 80px;
  text-decoration: none;
  display: flex;
}

.book-a-demo-with-bachir.virtual-tours {
  width: auto;
  margin-top: 40px;
}

.book-a-demo-with-bachir.not-fixed {
  width: auto;
  margin-top: 37px;
}

.small-text {
  color: #ffffff80;
  font-family: tt-commons-pro, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.small-text.animated {
  opacity: 0;
  margin-left: 53px;
  position: absolute;
}

.small-profile {
  background-color: #fff;
  background-image: url('../images/Calendar.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 50px;
  width: 40px;
  height: 40px;
  margin-right: 20px;
}

.solid-white {
  color: #fff;
}

.intro-video-button {
  background-color: var(--accent);
  border-radius: 14px;
  justify-content: center;
  align-items: center;
  height: 40px;
  margin-top: 7px;
  display: flex;
}

.button-text, .btn-text {
  color: #fff;
  margin-bottom: 0;
  font-family: tt-commons-pro, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
}

.realtime3d-container {
  z-index: 10;
  flex-flow: column;
  align-items: center;
  margin-top: 0;
  display: flex;
  position: relative;
}

.realtime3d-stack {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-radius: 14px;
  width: 80%;
  padding: 0;
  overflow: hidden;
}

.cell-3 {
  background-color: #fff;
  background-image: radial-gradient(circle at 100% 100%, #fff, #fff0), linear-gradient(#fffffff0, #fffffff0), url('../images/Iso-Grid.png');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, 680px;
  justify-content: center;
  padding: 100px 40px;
}

.cell-4 {
  background-color: #fff;
  background-image: url('../images/Image.jpg');
  background-position: 50%;
  background-size: cover;
  flex-flow: row;
  justify-content: center;
  align-items: center;
}

.info-1-label {
  align-items: center;
  margin-bottom: 30px;
  display: flex;
}

.info-1 {
  opacity: .25;
  filter: invert();
  width: 20px;
  margin-right: 12px;
}

.info-1-text {
  color: #00000080;
  font-family: tt-commons-pro, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 22px;
}

.paragraph-copy {
  color: #ffffff80;
  margin-bottom: 30px;
  font-family: tt-commons-pro, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
}

.paragraph-copy.rt3 {
  color: #00000080;
  width: 26ch;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
}

.blue-btn---nav {
  background-color: #1b91ff;
  border-radius: 50px;
  padding: 4px 12px 4px 13px;
  text-decoration: none;
  transition: box-shadow .2s cubic-bezier(.455, .03, .515, .955);
  box-shadow: 0 0 #0000;
}

.blue-btn---nav:hover {
  box-shadow: 2px 3px 6px 1px #00000040;
}

.div-block-4 {
  opacity: .5;
  border: 2px solid #fff;
  border-radius: 20px;
  width: 20px;
  height: 20px;
}

.start-frosted-circle {
  background-color: var(--accent);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  border-radius: 200px;
  width: 30px;
  height: 30px;
  text-decoration: underline;
}

.c-title-with-info {
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 60px;
  margin-right: -190px;
  display: flex;
}

.c-title-with-info.t44 {
  margin-top: 44px;
}

.c-title-with-info.t44.lp {
  margin-right: 160px;
}

.c-title-with-info.t44.lp.cc {
  margin-top: 0;
}

.c-title-with-info.alternate {
  align-items: center;
  margin-bottom: 100px;
  margin-right: 0;
}

.c-title-with-info.alternate.end {
  margin-bottom: 120px;
}

.info-2 {
  opacity: .5;
  width: 54px;
}

.tiny-text {
  color: #fff;
  width: 22ch;
  margin-bottom: 0;
  font-family: tt-commons-pro, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 15px;
}

.tiny-text.black {
  color: #000000bf;
}

.tiny-text.fw {
  color: #fff;
}

.info-2-container {
  align-items: flex-start;
  margin-left: 40px;
  display: flex;
}

.amenities-container {
  flex-flow: column;
  align-items: center;
  padding-bottom: 100px;
  display: flex;
}

.amenities-frame {
  background-color: #0000000d;
  border-radius: 7px;
  width: 980px;
  height: 400px;
  padding: 7px;
}

.content-white {
  background-color: #fff;
  border-radius: 90px;
  width: 100%;
  height: 100%;
}

.white-noise {
  width: 100%;
  height: 100%;
}

.amenities-map {
  object-fit: cover;
  background-image: linear-gradient(#000000c4, #0000 74%);
  background-position: 0 0;
  border-radius: 40px;
  flex-flow: column;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 2px 20px 6px #00000026;
}

.map-height {
  width: 100%;
  height: 75vh;
  margin-bottom: 100px;
  padding: 59px;
}

.content-dark {
  background-image: linear-gradient(#0000 73%, #000000bf);
  border-radius: 120px;
  width: 100%;
  height: 100%;
}

.title-spacer {
  width: 360px;
  height: 90px;
}

.balcony-views-frame {
  border-radius: 14px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 400px;
  padding: 7px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.balcony-views-window {
  background-color: #e9e9e9;
  background-image: url('../images/Video-Placeholder.jpeg');
  background-position: 50%;
  background-size: cover;
  border-radius: 7px;
  justify-content: center;
  align-items: center;
  height: 400px;
  display: flex;
}

.floor-plans-frame {
  width: 700px;
  position: relative;
}

.left-arrow {
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.arrow {
  opacity: .5;
  width: 40px;
  margin-left: 44px;
  margin-right: 44px;
}

.right-arrow {
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.virtual-tour-stack {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  border-radius: 7px;
  width: 95%;
  padding: 0;
  overflow: visible;
}

.cell-4-copy {
  justify-content: center;
  align-items: flex-start;
}

.cell-3-copy {
  justify-content: center;
  padding: 0;
}

.virtual-tours-window {
  cursor: pointer;
  border-radius: 14px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.virtual-tours-container {
  flex-flow: column;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.multi-media-frame {
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 980px;
  height: 200px;
  margin-top: 0;
  padding: 0;
  display: flex;
}

.multi-media-container {
  flex-flow: column;
  align-items: center;
  margin-top: 160px;
  display: flex;
}

.timelapse-container {
  flex-flow: column;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.timelapse-frame {
  border-radius: 20px;
  width: 100%;
}

.stacked-label {
  flex-flow: column;
  align-items: center;
  margin-right: 60px;
  display: flex;
}

.stacked-icon {
  background-image: url('../images/Close-Deals.png');
  background-position: 50%;
  background-size: cover;
  width: 50px;
  height: 50px;
  margin-bottom: 10px;
}

.multi-platform-stack {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  width: 90%;
  padding: 0;
}

.multi-plaform-graphic {
  aspect-ratio: 16 / 9;
  border-radius: 7px;
  width: 100%;
  margin-bottom: 40px;
}

.multi-platform-title {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 30px;
  display: flex;
}

.multi-platform-sub-title {
  color: #ffffff80;
  width: auto;
  margin-bottom: 0;
  font-family: tt-commons-pro, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
}

.multi-platform-sub-title.virtual-tours {
  width: auto;
}

.icon {
  width: 60px;
  margin-bottom: 1px;
}

.icon.smaller {
  width: 44px;
  margin-bottom: -2px;
}

.icon.d-2 {
  margin-bottom: -2px;
}

.icon._4 {
  width: 23px;
  margin-bottom: 2px;
}

.icon._2 {
  width: 30px;
  margin-bottom: 2px;
}

.icon._3 {
  width: 32px;
  margin-bottom: 0;
  margin-left: 2px;
}

.icon._1 {
  width: 36px;
  margin-top: -4px;
}

.circle-stroke {
  border: 2px solid #666;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  margin-bottom: 20px;
  display: flex;
}

.circle-stroke.blue {
  border-color: var(--accent);
  width: 80px;
  height: 80px;
}

.circle-stroke._75-white {
  border-color: #ffffff40;
}

.cell-5 {
  align-items: center;
}

.cta {
  border-radius: 14px;
  justify-content: space-between;
  align-items: center;
  width: 800px;
  padding: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.final-words {
  color: #fff;
  width: auto;
  margin-bottom: 0;
  padding-left: 6px;
  font-family: tt-commons-pro, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 22px;
}

.final-words.virtual-tours {
  width: auto;
}

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

.stroke-btn {
  border: 1px solid #ffffff80;
  border-radius: 50px;
  margin-left: 16px;
  padding: 4px 12px 4px 13px;
  text-decoration: none;
}

.footer-container {
  background-image: radial-gradient(circle at 50% 97%, #000000c2, #000 71%), url('../images/0_0-8_1.avif');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 1700px;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.footer-container.booking {
  border-top-left-radius: 60px;
  border-top-right-radius: 60px;
}

.footer {
  background-image: linear-gradient(#1d1d1ded, #1d1d1ded), url('../images/0_0-8_1.avif');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  flex-flow: column;
  align-items: center;
  width: 100%;
  padding: 40px 60px 0;
  display: flex;
  overflow: hidden;
}

.footer-stack {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  width: 730px;
  margin-top: 20px;
  margin-bottom: 50px;
  padding: 0;
}

.small-text-animated {
  opacity: 0;
  color: #ffffff80;
  margin-left: 74px;
  font-family: tt-commons-pro, sans-serif;
  font-size: 14px;
  line-height: 20px;
  position: absolute;
}

.small-text-animated.animated {
  opacity: 0;
  margin-left: 53px;
  position: absolute;
}

.floorplans-container {
  flex-flow: column;
  align-items: center;
  margin-top: -200px;
  display: flex;
}

.sticky-nav {
  position: absolute;
  inset: 0% auto 0% 0%;
}

.slider {
  background-color: #ddd0;
  width: 100%;
  height: auto;
}

.slide-nav {
  opacity: 0;
}

.right-arrow-2, .left-arrow-2 {
  opacity: 0;
  width: 120px;
}

.cell-6 {
  align-items: center;
}

.feature-icon-m {
  width: 90px;
}

.feature-icon-m.s-up {
  transform-style: preserve-3d;
  margin-top: -4px;
  transform: translate3d(0, 0, 50px);
}

.feature-icon-s {
  z-index: 1000;
  transform-style: preserve-3d;
  width: 60px;
  transform: translate3d(0, 0, 50px);
}

.frosted-right {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  transform-style: preserve-3d;
  background-color: #fff0;
  border-radius: 200px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 90px;
  display: flex;
  transform: translate3d(0, 0, 50px);
}

.frosted-right.fr {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #ffffff59;
  width: 100px;
  height: 100px;
  margin-top: 12px;
  margin-right: 15px;
}

.frosted-left {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  transform-style: preserve-3d;
  background-color: #fff0;
  border-radius: 200px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 90px;
  display: flex;
  transform: translate3d(0, 0, 50px);
}

.frosted-left.fl {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #ffffff59;
  width: 100px;
  height: 100px;
  margin-top: 12px;
  margin-left: 15px;
}

.frosted-left.fr {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #ffffff26;
  margin-top: 15px;
  margin-right: 18px;
}

.feature-icon-link {
  flex-flow: column;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.mask {
  overflow: visible;
}

.map-info-stack {
  width: 1000px;
  margin-top: 60px;
  padding: 0;
}

.pin {
  border-radius: 200px;
  width: 60px;
  margin-right: 14px;
  overflow: hidden;
  box-shadow: 0 12px 7px #0000000d;
}

.map-info-label {
  flex-flow: column;
  align-items: flex-start;
  padding-top: 28px;
  display: flex;
}

.pin-container-1 {
  align-items: center;
  display: flex;
}

.map-info-sup {
  color: #fff;
  margin-top: 7px;
  padding-left: 7px;
  font-family: tt-commons-pro, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
}

.map-info-sup.black {
  color: #000;
}

.map-labels {
  background-color: #00000080;
  border-radius: 50px;
  padding: 4px 12px 4px 13px;
}

.film-thumbnail {
  perspective: 1000px;
  transform-style: preserve-3d;
  border-radius: 12px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.film-thumbnail:hover {
  outline-offset: 2px;
  outline: 2px #20201f;
  transform: scale3d(1, 1, 1.7);
}

.cover-composition {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.shiny {
  z-index: 1000;
  aspect-ratio: 1;
  opacity: .06;
  transform-style: preserve-3d;
  background-image: radial-gradient(circle farthest-side, #fff, #fff0);
  width: 60%;
  position: absolute;
  transform: translate3d(0, 0, 25px);
}

.film-image {
  filter: invert();
  border-radius: 10px;
  width: 100%;
  transform: translate(0);
}

.film-a-title {
  transform-style: preserve-3d;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
  transform: translate3d(0, 0, 10px);
}

.film-1-logo {
  transform-style: preserve-3d;
  width: 77%;
  transform: translate3d(0, 0, 25px);
}

.test {
  width: 300px;
}

.film-b-title {
  z-index: 100;
  transform-style: preserve-3d;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
  transform: translate3d(0, 0, 20px);
}

.g3 {
  transform-style: preserve-3d;
  width: 100%;
  transform: translate3d(0, 0, 75px);
}

.g3.left {
  margin-left: 10px;
}

.g2 {
  opacity: 1;
  transform-style: preserve-3d;
  width: 100%;
  transform: translate3d(0, 0, 25px);
}

.g1 {
  opacity: .33;
  border-radius: 10px;
  width: 100%;
  transform: translate(0);
}

.mp-graphics {
  perspective: 1000px;
  cursor: default;
  transform-style: preserve-3d;
  border-radius: 12px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.mp-graphics:hover {
  outline-offset: 2px;
  outline: 2px #20201f;
  transform: scale3d(1, 1, 1.7);
}

.highlight-interaction {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.text-reveal {
  opacity: 0;
  color: #ffffff80;
  text-align: center;
  width: 26ch;
  margin-top: 20px;
  margin-bottom: -100px;
  font-family: tt-commons-pro, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
}

.text-reveal.virtual-tours, .text-reveal.auto-width {
  width: auto;
}

.text-reveal.footer-info {
  color: #ffffff40;
  width: auto;
  font-size: 12px;
  line-height: 18px;
}

.close-deals-container {
  flex-flow: column;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.image-5 {
  position: absolute;
  inset: 0% 0% 0% auto;
}

.quick-stack-4 {
  width: 600px;
  height: 140px;
  padding: 0;
}

.fv-3d {
  aspect-ratio: 1;
  mix-blend-mode: screen;
  height: 950px;
  margin-top: 161px;
  margin-right: -400px;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.intro-interaction {
  perspective: 1000px;
  cursor: default;
  transform-style: preserve-3d;
  border-radius: 12px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 980px;
  display: flex;
  position: relative;
}

.intro-interaction:hover {
  outline-offset: 2px;
  outline: 2px #20201f;
  transform: scale3d(1, 1, 1.7);
}

.g1-copy {
  filter: invert();
  border-radius: 10px;
  width: 100%;
  transform: translate(0);
}

.div-block-7 {
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  background-color: #ffffff1a;
  border-radius: 20px;
  flex-flow: column;
  align-items: center;
  width: 100%;
  margin-top: 60px;
  padding-top: 20px;
  padding-bottom: 6px;
  display: flex;
  box-shadow: 0 2px 15px 5px #0000001f;
}

.quick-stack-5 {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  margin-top: 25px;
  margin-bottom: 50px;
  padding: 0;
}

.link-block {
  background-color: #ffffff26;
  border-radius: 0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100px;
  padding: 14px 16px;
  text-decoration: none;
  display: flex;
}

.link-block:hover {
  background-color: #ffffff40;
}

.link-block.r {
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
}

.link-block.l {
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
}

.option-text {
  opacity: .5;
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: tt-commons-pro, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 12px;
  text-decoration: none;
}

.option-text.t-60 {
  width: 20ch;
  margin-top: 50px;
  line-height: 36px;
}

.option-text.realtime3d {
  width: 11ch;
  margin-bottom: 20px;
}

.option-text.c-title {
  width: 360px;
}

.option-text.c-title.black {
  color: #000;
}

.option-text.c-title.auto-width {
  width: auto;
  font-size: 22px;
  line-height: 28px;
}

.option-text.c-title.auto-width.centred {
  text-align: center;
  width: 20ch;
  margin-top: 20px;
  font-weight: 300;
}

.option-text.c-title.auto-width.centred.footer-title {
  color: #ffffff80;
}

.option-text.c-title.auto-width.centred.cost {
  width: 33ch;
  font-size: 23px;
}

.option-text.c-title.auto-width.centred.cost.info {
  color: #ffffff80;
  font-size: 16px;
  line-height: 20px;
}

.option-text.c-title.final {
  width: 28ch;
  margin-top: -6px;
  line-height: 36px;
}

.option-text.realtime-tours {
  width: 11ch;
  margin-top: 20px;
  margin-bottom: 20px;
}

.option-text.virtual-tours {
  width: 19ch;
  margin-top: 20px;
  margin-bottom: 20px;
}

.option-text.large {
  opacity: 100;
  color: var(--accent);
  font-size: 15px;
  font-weight: 500;
  line-height: 21px;
}

.text-reveal-copy {
  color: #ffffff80;
  text-align: center;
  width: 46ch;
  margin-top: 20px;
  margin-bottom: 0;
  font-family: tt-commons-pro, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
}

.text-reveal-copy.virtual-tours, .text-reveal-copy.auto-width {
  width: auto;
}

.text-reveal-copy.footer-info {
  color: #ffffff40;
  width: auto;
  font-size: 12px;
  line-height: 18px;
}

.image-7 {
  z-index: 100;
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: visible;
}

.white-grid {
  z-index: -1;
  opacity: .12;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.play-icon {
  width: 20px;
  margin-right: -6px;
}

.info-3 {
  z-index: 1;
  width: 4px;
  margin-left: -16px;
  position: relative;
}

.info-animation {
  align-items: center;
  margin-right: 20px;
  display: flex;
}

.info-animation.inverted {
  filter: invert();
}

.hero-video-1 {
  background-image: linear-gradient(#00000040, #00000040), linear-gradient(51deg, #00000080, #00000080 22%, #0000 50%);
  width: 100%;
  height: 100%;
}

.background-video-copy {
  z-index: -1;
  border-radius: 60px;
  width: 100%;
  height: 150vh;
  position: absolute;
  inset: 0%;
}

.superscript, .superscript-2 {
  font-size: 8px;
  font-weight: 400;
}

.intro-loop {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.floorplan {
  width: 100%;
}

.furniture-1, .furniture-2, .furniture-3, .furniture-4, .furniture-5, .furniture-6, .furniture-7, .furniture-8, .furniture-9 {
  width: 100%;
  position: absolute;
  inset: 0%;
}

.t-block {
  border-radius: 14px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.timelapse-stack {
  padding: 0;
}

.timelapse-still-1 {
  opacity: .35;
  filter: saturate(0%);
}

.dates-1 {
  border: 2px solid #ffffff80;
  border-radius: 14px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
  position: absolute;
}

.date {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: tt-commons-pro, sans-serif;
  font-size: 29px;
  font-weight: 500;
  line-height: 24px;
}

.date.t-60 {
  width: 20ch;
  margin-top: 50px;
  line-height: 36px;
}

.date.realtime3d {
  color: #000;
  width: 11ch;
  margin-bottom: 20px;
}

.date.c-title {
  width: 360px;
}

.date.c-title.black {
  color: #000;
}

.date.c-title.auto-width {
  width: auto;
  font-size: 22px;
  line-height: 28px;
}

.date.c-title.auto-width.centred {
  text-align: center;
  width: 20ch;
  margin-top: 20px;
  font-weight: 300;
}

.date.c-title.auto-width.centred.footer-title {
  color: #fff;
}

.date.c-title.auto-width.centred.cost {
  width: 33ch;
  font-size: 23px;
}

.date.c-title.auto-width.centred.cost.info {
  color: #ffffff80;
  font-size: 16px;
  line-height: 20px;
}

.date.c-title.final {
  width: 22ch;
  margin-top: -6px;
  line-height: 36px;
}

.date.realtime-tours {
  width: 11ch;
  margin-top: 20px;
  margin-bottom: 20px;
}

.date.virtual-tours {
  width: 19ch;
  margin-top: 20px;
  margin-bottom: 20px;
}

.date.month {
  color: #ffffff80;
  margin-top: 2px;
  font-size: 14px;
  font-weight: 500;
  line-height: 12px;
}

.dates-2, .dates-3, .dates-4, .dates-5 {
  border: 2px solid #ffffff80;
  border-radius: 14px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
  position: absolute;
}

.timelapse-still-2, .timelapse-still-3, .timelapse-still-4, .timelapse-still-5 {
  opacity: .35;
  filter: saturate(0%);
}

.film-c-title {
  z-index: 100;
  transform-style: preserve-3d;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
  transform: translate3d(0, 0, 30px);
}

.g4 {
  transform-style: preserve-3d;
  width: 100%;
  transform: translate3d(0, 0, 100px);
}

.film-a-title-vid {
  transform-style: preserve-3d;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
  transform: translate3d(0, 0, 25px);
}

.background-video-2 {
  transform-style: preserve-3d;
  border-radius: 7px;
  width: 190px;
  height: 130px;
  margin-top: 21px;
  margin-left: -120px;
  position: absolute;
  transform: translate3d(0, 0, 25px);
}

.mp-video-1 {
  transform-style: preserve-3d;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
  transform: translate3d(0, 0, 25px);
}

.balcony-continaer {
  flex-flow: column;
  align-items: center;
  width: 100%;
  margin-top: 160px;
  display: flex;
}

.bc {
  justify-content: center;
  width: 100%;
  display: flex;
}

.amenities-map-video {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
}

.div-block-9 {
  background-color: #00000080;
  border-radius: 100px;
  height: 30px;
  margin-left: 10px;
  margin-right: -110px;
  padding: 8px;
}

.c-d {
  color: #fff;
  font-family: tt-commons-pro, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
}

.quick-stack-6 {
  width: 100%;
}

.cc {
  justify-content: center;
  align-items: center;
}

.image-8 {
  width: 150px;
}

.balcony-view {
  width: 150%;
  max-width: 150%;
  position: absolute;
}

.balcony-views-container {
  z-index: 10;
  flex-flow: column;
  align-items: center;
  margin-top: 0;
  display: flex;
  position: relative;
}

.virtual-tour {
  object-fit: cover;
  width: 100%;
  max-width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
}

.mm-cc {
  justify-content: center;
  align-items: center;
}

.div-block-10 {
  background-color: #0f0f0f;
  border-radius: 100px;
}

.div-block-11 {
  width: 700px;
  margin-top: 40px;
  display: flex;
}

.timelapse-2-container, .mp-container {
  z-index: 10;
  flex-flow: column;
  align-items: center;
  margin-top: 0;
  display: flex;
  position: relative;
}

.mp-video-2 {
  transform-style: preserve-3d;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
  transform: translate3d(0, 0, 25px);
}

.mpv2 {
  transform-style: preserve-3d;
  border-radius: 7px;
  width: 320px;
  height: 150px;
  margin-top: 4px;
  position: absolute;
  transform: translate3d(0, 0, 25px);
}

.background-video-3 {
  z-index: -10;
  filter: blur(10px);
  width: 100%;
  height: 100%;
  position: absolute;
}

.div-block-12 {
  background-color: #164775bf;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 30px;
  display: flex;
}

.frosted-circle-placement {
  z-index: -1;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.booking-frame {
  background-color: #fff;
  justify-content: center;
  align-items: flex-start;
  padding: 60px;
  display: flex;
}

.div-block-13 {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-top: -11px;
  display: flex;
}

.solid-black {
  color: #000;
}

.div-block-14 {
  background-color: #fff;
  background-image: linear-gradient(#fff, #dbdbdb);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: -160px;
  padding: 0 30px 30px;
  display: flex;
}

.text-span-7 {
  color: #000;
  font-weight: 400;
}

.shiny-2 {
  z-index: 1000;
  aspect-ratio: 1;
  opacity: .1;
  transform-style: preserve-3d;
  background-image: radial-gradient(circle farthest-side, #fff, #fff0);
  width: 80%;
  position: absolute;
  transform: translate3d(0, 0, 25px);
}

.page-heading {
  z-index: 10000;
  color: #b8a88f;
  margin-top: -4px;
  margin-bottom: 40px;
  font-family: tt-commons-pro, sans-serif;
  font-size: 52px;
  font-weight: 600;
  line-height: 52px;
  position: relative;
}

.page-heading.wb {
  margin-top: 18px;
  margin-bottom: 56px;
  font-size: 60px;
  font-weight: 100;
  line-height: 60px;
}

.page-heading.wb.top {
  margin-top: 50px;
  margin-bottom: 0;
  font-size: 50px;
  line-height: 50px;
}

.page-heading.wb.top.novideo {
  margin-top: 100px;
}

.page-heading.wb.top.novideo.typewriter-text {
  height: 1ch;
}

.page-heading.wb.top.novideo.typewriter-text.profile {
  margin-top: 0;
}

.gold-link {
  color: #686868;
  font-weight: 500;
  text-decoration: none;
}

.gold-link:hover {
  color: var(--accent);
  text-decoration: none;
}

.people-card {
  perspective: 1000px;
  transform-style: preserve-3d;
  border-radius: 12px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
  display: flex;
  position: relative;
}

.people-card:hover {
  outline-offset: 2px;
  outline: 2px #20201f;
  transform: scale3d(1, 1, 1.7);
}

.partners-stack {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  width: 100%;
  padding: 0;
}

.people-title {
  z-index: 10;
  transform-style: preserve-3d;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding-bottom: 12px;
  padding-left: 14px;
  display: flex;
  position: absolute;
  inset: 0%;
  transform: translate3d(0, 0, 25px);
}

.cell-b.right {
  justify-content: center;
}

.heading-6 {
  z-index: 2;
  color: #fff;
  margin-top: 0;
  margin-bottom: 60px;
  font-family: tt-commons-pro, sans-serif;
  font-size: 28px;
  font-weight: 300;
  line-height: 28px;
  position: relative;
}

.heading-6.gold {
  color: #fff;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 300;
  line-height: 16px;
}

.card-comp {
  aspect-ratio: 3 / 5;
  border-radius: 12px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.page-label {
  background-color: var(--accent);
  border-radius: 50px;
  margin-top: 60px;
  margin-bottom: 30px;
  padding: 7px 11px 7px 12px;
  display: inline-block;
}

.art-on-white {
  color: #686868;
  width: 60ch;
  margin-bottom: 60px;
  font-size: 12px;
  font-weight: 400;
  line-height: 19px;
}

.art-on-white.reduced {
  opacity: .72;
  width: 100%;
  font-family: tt-commons-pro, sans-serif;
  font-size: 14px;
}

.people-image {
  filter: saturate(15%);
  border-radius: 10px;
  width: 100%;
  transform: translate(0);
}

.profile-info {
  color: #736e64;
  font-family: inter-variable, sans-serif;
  font-size: 11px;
  line-height: 15px;
}

.profile-info.exception {
  color: #00000080;
}

.profile-info.extra {
  display: none;
}

._w-page-700px {
  width: 700px;
}

._w-page-700px.inner-pad {
  padding-top: 140px;
}

._w-page-700px.inner-pad.reduced {
  width: 680px;
}

.button-composition {
  justify-content: flex-end;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.button-composition.profile {
  width: 700px;
  margin-top: 60px;
  margin-bottom: 100px;
}

.button-label {
  opacity: .5;
  color: #000;
  margin-right: 20px;
  font-family: tt-commons-pro, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.button {
  background-color: #b8a88f;
  border-radius: 50px;
  justify-content: flex-end;
  align-items: center;
  width: 56px;
  height: 30px;
  padding-right: 11px;
  display: flex;
}

.button.lighter {
  background-color: #f8f8f9;
}

.arrow-2 {
  filter: saturate(0%);
  width: 20px;
}

.image-9 {
  border-radius: 14px;
  width: 679px;
  margin-top: 60px;
}

.wl {
  color: #ffffff40;
  text-decoration: none;
}

.wl:hover {
  color: #ffffffbf;
}

.black-pill {
  background-color: #000c;
  border-radius: 100px;
  height: 30px;
  margin-left: 10px;
  margin-right: -110px;
  padding: 8px 11px 8px 12px;
}

.am-textblock {
  z-index: 10;
  flex-flow: column;
  align-items: center;
  margin-top: 80px;
  display: flex;
  position: relative;
}

.multi-platform-container {
  flex-flow: column;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.book-a-demo-btn {
  color: #fff;
  font-family: tt-commons-pro, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.book-a-demo-btn.black {
  color: #000;
}

.book-a-demo-btn.accent {
  color: var(--accent);
}

.div-block-15 {
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  background-color: #ffffff05;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  flex-flow: column;
  align-items: center;
  width: 100%;
  margin-top: 70px;
  padding-top: 40px;
  display: flex;
}

.sky-frame {
  position: relative;
  overflow: hidden;
}

.black-fade {
  z-index: -1;
  opacity: .75;
  background-image: url('../images/FV-Sky.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.inner-padding-60px {
  padding-left: 60px;
  padding-right: 60px;
  position: relative;
}

.div-block-16 {
  flex-flow: row;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.cell-7 {
  padding-top: 10px;
}

.realtime3d-container-actual {
  z-index: 10;
  flex-flow: column;
  align-items: center;
  margin-top: 0;
  display: flex;
  position: relative;
}

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

.floorplans-container-2 {
  flex-flow: column;
  align-items: center;
  padding-bottom: 100px;
  display: flex;
}

.extras-stack {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  width: 80%;
  padding: 0;
}

.mm-labels {
  color: #fff;
  font-family: tt-commons-pro, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.mm-labels.black {
  color: #000;
}

.mm-labels.accent {
  color: var(--accent);
}

.frosted-centre {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  transform-style: preserve-3d;
  background-color: #fff0;
  border-radius: 200px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 90px;
  display: none;
  transform: translate3d(0, 0, 50px);
}

.frosted-centre.fr {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #80808059;
  width: 100px;
  height: 100px;
  margin-top: 12px;
  margin-right: 15px;
}

.form-block {
  width: 100%;
  height: 200px;
}

.slider-2 {
  background-color: #ddd0;
  height: 200px;
}

.form-slide {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.radio-button-label {
  color: var(--accent);
  font-family: tt-commons-pro, sans-serif;
  font-size: 16px;
}

.radio-button-field {
  margin-bottom: 0;
}

.div-block-18 {
  background-color: #ffffff26;
  border-radius: 12px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 50px;
  padding: 20px;
  display: flex;
}

.text-field {
  border-radius: 10px;
  margin-bottom: 0;
  margin-right: 10px;
  font-family: tt-commons-pro, sans-serif;
}

.submit-button {
  background-color: var(--accent);
  border-radius: 10px;
}

.right-arrow-3 {
  opacity: .5;
}

.slide-nav-2 {
  opacity: .15;
}

.left-arrow-3 {
  opacity: .5;
}

.code-embed {
  width: 640px;
  height: 1440px;
}

.text-span-8 {
  opacity: .75;
}

.div-block-19 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.div-block-20 {
  position: absolute;
  inset: 0%;
}

.code-embed-2 {
  width: 100%;
  height: 100%;
  position: relative;
  inset: 0%;
}

.div-block-21 {
  position: relative;
}

.code-embed-3 {
  z-index: -2;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.div-block-22 {
  z-index: -1;
  background-image: linear-gradient(#000, #00000080 50%, #000);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.white-circle-bg {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  border-radius: 200px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 125px;
  height: 125px;
  display: flex;
}

.fv-booking-spacer {
  width: 700px;
  height: 60px;
}

.fv-booking-spacer.inner-pad {
  padding-top: 140px;
}

.fv-booking-spacer.inner-pad.reduced {
  width: 680px;
}

@media screen and (min-width: 1920px) {
  .page-heading {
    font-size: 77px;
    line-height: 77px;
  }

  .heading-6.gold {
    font-size: 16px;
  }

  .art-on-white.reduced {
    font-size: 16px;
    line-height: 20px;
  }

  ._w-page-700px.inner-pad.reduced, .fv-booking-spacer.inner-pad.reduced {
    width: 1000px;
  }
}

@media screen and (max-width: 991px) {
  .header-placements {
    align-items: flex-end;
    padding-left: 30px;
    padding-right: 30px;
  }

  .main-statement.t-60.inc.hide {
    display: none;
  }

  .main-statement.realtime3d {
    width: 18ch;
  }

  .main-statement.c-title.auto-width.centred {
    width: 20ch;
    font-size: 18px;
  }

  .section {
    padding-left: 30px;
    padding-right: 30px;
  }

  ._w-980 {
    width: 90%;
  }

  .cell-2 {
    justify-content: center;
  }

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

  .section-frame._200b {
    padding-top: 60px;
  }

  .section-frame.placeholder {
    width: 100%;
  }

  .section-frame._0below.end {
    padding-bottom: 140px;
  }

  .grid-text {
    width: auto;
    margin-bottom: 60px;
  }

  .grid-text.absolute.dip {
    width: 100%;
    margin-top: 100px;
  }

  .grid-text.absolute.dip.mm {
    z-index: 1;
  }

  .label-border.absolute._60p {
    margin-top: 60px;
    margin-left: 60px;
  }

  .label-border.absolute.dip {
    margin-top: 100px;
  }

  .label-border.absolute.dip.hide {
    display: none;
  }

  .intro-video-frame {
    width: 100%;
  }

  .body-copy-container.left-10 {
    align-items: flex-start;
    padding-right: 0%;
  }

  .paragraph {
    width: 100%;
  }

  .paragraph.mm {
    width: 420px;
    margin-right: 0;
  }

  .book-a-demo-with-bachir, .realtime3d-stack {
    width: 100%;
  }

  .cell-3 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .c-title-with-info {
    margin-top: 60px;
    margin-right: 0;
  }

  .c-title-with-info.t44.hide {
    margin-top: 40px;
  }

  .c-title-with-info.alternate, .c-title-with-info._0above.floorplans, .c-title-with-info._0a {
    margin-top: 0;
  }

  .info-2-container.hide {
    display: none;
  }

  .content-white {
    border-radius: 50px;
  }

  .amenities-map {
    border-radius: 40px;
    align-items: flex-start;
  }

  .map-height {
    margin-bottom: 40px;
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .balcony-views-frame {
    height: 360px;
  }

  .virtual-tour-stack {
    width: 100%;
  }

  .virtual-tours-window {
    height: 360px;
  }

  .multi-media-frame {
    width: auto;
  }

  .multi-media-container {
    align-items: flex-start;
  }

  .multi-platform-stack {
    width: 100%;
  }

  .multi-plaform-graphic {
    width: 50%;
  }

  .multi-platform-title {
    margin-bottom: 10px;
  }

  .circle-stroke._75-white {
    width: 80px;
    height: 80px;
  }

  .cta {
    width: 100%;
  }

  .footer {
    padding-left: 50px;
    padding-right: 50px;
  }

  .footer-stack {
    width: auto;
  }

  .floorplans-container {
    align-items: flex-start;
    margin-top: 0;
  }

  .film-thumbnail.w--current, .mp-graphics.w--current {
    border-radius: 20px;
  }

  .quick-stack-4 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 540px;
  }

  .fv-3d {
    height: auto;
    margin-right: -510px;
  }

  .intro-interaction.w--current {
    border-radius: 20px;
  }

  .div-block-7 {
    height: 300px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .link-block.r.br {
    border-top-right-radius: 0;
  }

  .link-block.l.tl {
    border-bottom-left-radius: 0;
  }

  .link-block.tr {
    border-top-right-radius: 12px;
  }

  .link-block.bl {
    border-bottom-left-radius: 12px;
  }

  .hero-video-1 {
    background-image: linear-gradient(#00000080, #00000080);
  }

  .balcony-continaer {
    margin-top: 140px;
  }

  .page-heading {
    font-size: 44px;
  }

  .page-heading.wb {
    margin-top: 0;
    margin-bottom: 40px;
    padding-right: 100px;
    font-size: 48px;
    line-height: 48px;
  }

  .people-card {
    margin-bottom: 0;
  }

  .people-card.w--current {
    border-radius: 20px;
  }

  .partners-stack {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    margin-bottom: 40px;
  }

  .heading-6 {
    font-size: 22px;
    line-height: 23px;
  }

  .heading-6.gold {
    font-size: 15px;
    line-height: 16px;
  }

  .page-label {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .profile-info {
    margin-bottom: 0;
  }

  ._w-page-700px {
    width: auto;
    padding-left: 24px;
    padding-right: 24px;
  }

  .am-textblock {
    margin-top: 60px;
    padding-left: 60px;
  }

  .multi-platform-container {
    margin-top: 0;
  }

  .inner-padding-60px {
    padding-left: 30px;
    padding-right: 30px;
  }

  .cell-7 {
    align-items: center;
    padding-bottom: 220px;
  }

  .realtime3d-container-actual {
    margin-top: 10px;
  }

  .div-block-17 {
    align-items: center;
    height: 400px;
    display: flex;
  }

  .floorplans-container-2 {
    margin-top: -60px;
    padding-bottom: 10px;
  }

  .cell-8 {
    align-items: center;
    padding-bottom: 40px;
  }

  .cell-9, .cell-10 {
    align-items: center;
  }

  .extras-stack {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 100%;
  }

  .slider-2 {
    height: 300px;
  }

  .div-block-18 {
    background-color: #fff0;
    flex-flow: column;
    margin-bottom: 40px;
    padding: 0;
  }

  .text-field {
    width: 270px;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .fv-booking-spacer {
    width: auto;
    padding-left: 24px;
    padding-right: 24px;
  }
}

@media screen and (max-width: 767px) {
  .main-statement.t-60 {
    font-size: 36px;
    line-height: 39px;
  }

  .main-statement.c-title {
    text-align: left;
    font-size: 36px;
    line-height: 39px;
  }

  .main-statement.c-title.auto-width.centred.cost {
    width: 26ch;
  }

  .main-statement.c-title.ctr {
    text-align: center;
  }

  .grid-text {
    padding-left: 30px;
  }

  .grid-text.absolute.dip {
    width: 100%;
  }

  .label-border.absolute._60p {
    margin-top: 40px;
    margin-left: 30px;
  }

  .body-copy-container {
    align-items: flex-start;
    padding-top: 60px;
  }

  .paragraph.auto-width.mp {
    text-align: center;
    width: 40ch;
  }

  .c-title-with-info.alternate {
    flex-flow: column;
  }

  .c-title-with-info._0above {
    margin-top: 0;
  }

  .c-title-with-info._0a.timlapse {
    margin-top: 60px;
    margin-bottom: 40px;
  }

  .map-height {
    height: 64vh;
  }

  .balcony-views-frame {
    height: 250px;
  }

  .floor-plans-frame {
    width: 510px;
  }

  .virtual-tours-window {
    height: 300px;
  }

  .stacked-label {
    margin-bottom: 40px;
    margin-right: 0;
  }

  .multi-platform-stack {
    width: 100%;
  }

  .floorplans-container {
    align-items: flex-start;
  }

  .film-thumbnail {
    margin-bottom: 0;
  }

  .shiny {
    width: 60%;
  }

  .mp-graphics {
    margin-bottom: 0;
  }

  .quick-stack-4 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    width: 310px;
    height: auto;
    margin-bottom: 70px;
  }

  .fv-3d {
    width: 400px;
    margin-top: 299px;
    margin-right: -228px;
  }

  .intro-interaction {
    margin-bottom: 0;
  }

  .div-block-7 {
    padding-left: 0;
    padding-right: 0;
  }

  .dates-1, .dates-2, .dates-3, .dates-4, .dates-5 {
    border-style: none;
  }

  .background-video-2 {
    width: 130px;
    height: 80px;
    margin-left: -87px;
  }

  .balcony-continaer {
    margin-top: 60px;
  }

  .quick-stack-6 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .cc {
    display: none;
  }

  .div-block-11 {
    width: auto;
  }

  .timelapse-2-container {
    align-items: flex-start;
  }

  .mpv2 {
    width: 220px;
    height: 120px;
  }

  .shiny-2 {
    width: 60%;
  }

  .page-heading.wb {
    padding-right: 0;
  }

  .people-card {
    margin-bottom: 0;
  }

  .partners-stack {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-bottom: 40px;
  }

  .heading-6 {
    margin-top: 16px;
    margin-bottom: 40px;
  }

  .heading-6.gold {
    margin-top: 0;
  }

  ._w-page-700px {
    padding-left: 18px;
    padding-right: 18px;
  }

  ._w-page-700px.inner-pad.reduced {
    width: 570px;
  }

  .am-textblock {
    margin-top: 30px;
    padding-left: 30px;
  }

  .floorplans-container-2 {
    margin-top: -40px;
  }

  .extras-stack {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .cell-11 {
    align-items: center;
  }

  .fv-booking-spacer {
    padding-left: 18px;
    padding-right: 18px;
  }

  .fv-booking-spacer.inner-pad.reduced {
    width: 570px;
  }
}

@media screen and (max-width: 479px) {
  .hero-video {
    border-radius: 30px;
  }

  .dark-frost {
    border-radius: 50px;
  }

  .nav {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    background-color: #52525200;
  }

  .header-placements {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .quick-stack-3 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    height: 100%;
  }

  .firstvue-logo {
    margin-bottom: -8%;
    display: flex;
  }

  .firstvue-logo.small {
    display: none;
  }

  .logotype {
    font-size: 60px;
  }

  .logomark {
    width: 78px;
    margin-left: 14px;
  }

  .main-statement.t-60 {
    width: auto;
    font-size: 28px;
    line-height: 30px;
  }

  .main-statement.realtime3d {
    width: 11ch;
    font-size: 28px;
    line-height: 30px;
  }

  .main-statement.c-title {
    width: auto;
    font-size: 28px;
    line-height: 30px;
  }

  .main-statement.c-title.black {
    width: 14ch;
    padding-left: 12px;
  }

  .main-statement.c-title.auto-width.centred {
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
  }

  .main-statement.c-title.auto-width.centred.cost {
    width: 22ch;
    font-size: 20px;
    font-weight: 400;
  }

  .main-statement.c-title.auto-width.centred.cost.info {
    width: 29ch;
    font-size: 14px;
    font-weight: 400;
  }

  .main-statement.c-title.final.ctr {
    width: 21ch;
    font-size: 20px;
    line-height: 26px;
  }

  .main-statement.c-title.ctr {
    line-height: 32px;
  }

  .main-statement.c-title._14ch {
    width: 14ch;
  }

  .main-statement.virtual-tours {
    width: auto;
    font-size: 28px;
    line-height: 30px;
  }

  ._100-vh {
    height: 100svh;
    margin-bottom: 0;
    padding: 0;
  }

  .hr {
    background-color: #ffffff1a;
  }

  .section {
    padding-left: 0;
    padding-right: 0;
  }

  ._w-980 {
    justify-content: flex-end;
    padding-left: 4px;
  }

  .nav-item-continer.m-hide {
    display: none;
  }

  .header-features-animation {
    justify-content: flex-end;
  }

  .cell-2 {
    align-items: flex-end;
  }

  .white-circle {
    background-color: #fff0;
    width: 80px;
    height: 80px;
  }

  .header-features-label.sub-label {
    width: 30ch;
    font-size: 14px;
  }

  .grid-text {
    margin-bottom: 56px;
    padding-left: 0;
    padding-right: 0;
  }

  .grid-text.absolute.dip {
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .label-border.absolute._60p {
    margin-left: 20px;
  }

  .label-border.absolute.black.floorplans {
    margin-left: 12px;
  }

  .play-frosted-circle {
    width: 60px;
    height: 60px;
  }

  .paragraph.virtual-tours {
    width: auto;
  }

  .paragraph.auto-width.mp {
    width: 29ch;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 20px;
  }

  .paragraph.mm {
    width: auto;
  }

  .book-a-demo {
    margin-top: 54px;
  }

  .cell-3 {
    padding: 60px 20px;
  }

  .blue-btn---nav {
    margin-top: 14px;
    margin-right: 0;
  }

  .c-title-with-info.alternate.end {
    margin-bottom: 60px;
  }

  .content-white {
    border-radius: 36px;
  }

  .amenities-map {
    border-radius: 30px;
  }

  .map-height {
    height: 60vh;
    margin-bottom: 60px;
    padding: 10px;
  }

  .balcony-views-frame {
    height: 150px;
  }

  .floor-plans-frame {
    width: 100vw;
    min-width: 100vw;
  }

  .virtual-tours-window {
    height: 170px;
  }

  .multi-media-frame {
    height: auto;
  }

  .multi-media-container {
    margin-top: 40px;
    padding-left: 20px;
  }

  .multi-plaform-graphic {
    width: 90%;
    margin-bottom: 20px;
  }

  .icon._4 {
    width: 16px;
  }

  .icon._2 {
    width: 20px;
  }

  .icon._3 {
    width: 22px;
  }

  .icon._1 {
    width: 26px;
  }

  .circle-stroke._75-white {
    width: 60px;
    height: 60px;
    margin-bottom: 12px;
  }

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

  .footer {
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .footer-stack {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-top: 40px;
    margin-bottom: 30px;
  }

  .feature-icon-m {
    width: 60px;
  }

  .feature-icon-m.s-up {
    margin-top: 0;
  }

  .frosted-right, .frosted-left {
    display: none;
  }

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

  .film-thumbnail.w--current {
    margin-bottom: 0;
  }

  .shiny {
    display: none;
  }

  .film-a-title, .film-b-title {
    z-index: 100;
    transform: translate3d(0, 0, 75px);
  }

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

  .mp-graphics.w--current {
    margin-bottom: 0;
  }

  .quick-stack-4 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    width: auto;
    margin-bottom: 0;
  }

  .fv-3d {
    width: 500px;
    margin-top: 388px;
    margin-right: -144px;
  }

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

  .intro-interaction.w--current {
    margin-bottom: 0;
  }

  .div-block-7 {
    height: 360px;
    margin-top: 40px;
  }

  .quick-stack-5 {
    width: 80%;
  }

  .link-block.r {
    border-top-right-radius: 0;
  }

  .link-block.r.br {
    width: 100%;
  }

  .link-block.l {
    border-bottom-left-radius: 0;
  }

  .link-block.l.tl {
    width: 100%;
  }

  .link-block.m-tr {
    border-top-right-radius: 12px;
    width: 100%;
  }

  .link-block.m-bl {
    border-bottom-left-radius: 12px;
    width: 100%;
  }

  .link-block.tr.ml {
    border-top-right-radius: 0;
    width: 100%;
  }

  .link-block.bl.mr {
    border-bottom-left-radius: 0;
    width: 100%;
  }

  .white-grid {
    display: none;
  }

  .timelapse-stack {
    padding-left: 20px;
    padding-right: 20px;
  }

  .dates-1, .dates-2, .dates-3, .dates-4, .dates-5 {
    border-style: solid;
  }

  .film-c-title, .film-a-title-vid {
    z-index: 100;
    transform: translate3d(0, 0, 75px);
  }

  .background-video-2 {
    width: 150px;
    height: 90px;
    margin-top: 14px;
    margin-left: -95px;
  }

  .balcony-continaer {
    margin-top: 0;
  }

  .quick-stack-6 {
    padding: 0 0 60px;
  }

  .div-block-12 {
    flex-flow: column;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .frosted-circle-placement {
    justify-content: center;
    align-items: flex-end;
  }

  .shiny-2 {
    display: none;
  }

  .page-heading {
    font-size: 39px;
    line-height: 41px;
  }

  .page-heading.wb {
    margin-top: -4px;
    padding-right: 0;
    font-size: 36px;
    font-weight: 200;
    line-height: 36px;
  }

  .people-card {
    border-radius: 20px;
    margin-bottom: 0;
  }

  .people-card.w--current {
    margin-bottom: 0;
  }

  .partners-stack {
    margin-top: 60px;
    margin-bottom: -30px;
  }

  .cell-b.right {
    display: none;
  }

  .heading-6 {
    margin-top: 6px;
    margin-bottom: 40px;
    margin-left: 1px;
    font-size: 22px;
  }

  .card-comp {
    border-radius: 20px;
  }

  .art-on-white {
    width: 100%;
  }

  .profile-info {
    font-size: 10px;
    line-height: 15px;
    display: block;
  }

  .profile-info.exception {
    display: none;
  }

  .profile-info.extra {
    font-size: 13px;
    display: block;
  }

  ._w-page-700px {
    padding-left: 14px;
    padding-right: 14px;
  }

  ._w-page-700px.inner-pad.reduced {
    width: 100%;
    padding-top: 80px;
    padding-left: 0;
    padding-right: 0;
  }

  .button-composition {
    display: flex;
  }

  .am-textblock {
    margin-top: 40px;
    padding-left: 20px;
  }

  .book-a-demo-btn {
    line-height: 24px;
  }

  .div-block-15 {
    background-color: #ffffff08;
    align-items: flex-start;
    margin-top: 60px;
    padding-top: 15px;
    padding-left: 30px;
  }

  .black-fade {
    background-position: 50% 30%;
    background-size: 250%;
  }

  .inner-padding-60px {
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .cell-7 {
    justify-content: flex-end;
    padding-bottom: 0;
  }

  .cell-9 {
    padding-bottom: 40px;
  }

  .cell-11 {
    align-items: center;
  }

  .mm-labels {
    color: #fff;
    text-align: center;
    font-size: 11px;
    line-height: 14px;
  }

  .cell-12, .cell-13 {
    display: none;
  }

  .frosted-centre {
    z-index: 1;
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    background-color: #fff3;
    width: 80px;
    height: 80px;
    margin-bottom: 105px;
    display: block;
    position: relative;
    transform: none;
  }

  .slider-2 {
    align-items: flex-end;
    height: 360px;
  }

  .text-field {
    width: 210px;
  }

  .right-arrow-3 {
    background-image: url('../images/R-Arrow.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 24px;
    height: 70px;
    inset: auto 0% 0% auto;
  }

  .icon-2 {
    opacity: 0;
  }

  .slide-nav-2 {
    opacity: .5;
    margin-bottom: 12px;
  }

  .left-arrow-3 {
    background-image: url('../images/L--Arrow.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 24px;
    height: 70px;
    inset: auto auto 0% 0%;
  }

  .icon-3 {
    opacity: 0;
  }

  .white-circle-bg {
    background-color: #fff0;
    width: 80px;
    height: 80px;
  }

  .fv-booking-spacer {
    padding-left: 14px;
    padding-right: 14px;
  }

  .fv-booking-spacer.inner-pad.reduced {
    width: 100%;
    padding-top: 80px;
    padding-left: 0;
    padding-right: 0;
  }
}

#w-node-_80591a83-7fb8-e214-d91d-eb87b7764526-36bd9dff {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-f120bdcf-ead0-f07e-8e1a-25fda9fe8f4a-36bd9dff, #w-node-a8abe458-3202-0e7b-2994-eb8a71280d20-36bd9dff, #w-node-_96fa0b19-ff36-7429-7601-4920994c0747-36bd9dff, #w-node-eea9c54b-20ad-3f0b-0264-9ae867cb28f7-36bd9dff, #w-node-c802788a-be33-c1fe-1065-589a5a656328-36bd9dff, #w-node-_3fe5a890-75e3-02c9-e07c-25bf36143422-36bd9dff, #w-node-d0b65d67-1811-ca1c-0a06-4e82a759d79c-36bd9dff, #w-node-b5b04287-e878-fa3d-cf02-0f9117eb6d6a-36bd9dff, #w-node-c0ba2939-0c3d-6f1f-178c-04ae5cdcc215-36bd9dff, #w-node-_788810bb-d994-a4dd-56d0-b149d1376be9-36bd9dff, #w-node-_71ffc237-16fc-24df-d281-af6ea2333b3b-36bd9dff {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_1a48819d-1a4a-3f8f-6bf4-62af6f7b7796-36bd9dff {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
}

#w-node-cafa0dba-926b-d7be-f5c7-fbdec46393aa-36bd9dff {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-e6d00f5a-7789-720b-f2fa-7e1f71c06342-36bd9dff {
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
}

#w-node-_25c16d93-b3e9-7757-48ee-474ab2204100-36bd9dff {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_134c488b-ed5f-b0ea-3532-e20fce69054f-36bd9dff {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_134c488b-ed5f-b0ea-3532-e20fce690591-36bd9dff, #w-node-_134c488b-ed5f-b0ea-3532-e20fce6905cd-36bd9dff {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-eb35e228-df59-c358-485e-d39a1e15c239-1e15c228 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-eb35e228-df59-c358-485e-d39a1e15c285-1e15c228 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

@media screen and (max-width: 991px) {
  #w-node-_80591a83-7fb8-e214-d91d-eb87b7764526-36bd9dff, #w-node-_1a48819d-1a4a-3f8f-6bf4-62af6f7b7796-36bd9dff {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-e6d00f5a-7789-720b-f2fa-7e1f71c06342-36bd9dff {
    grid-template-rows: auto;
    grid-template-columns: 1.5fr;
  }

  #w-node-_134c488b-ed5f-b0ea-3532-e20fce690591-36bd9dff {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-eb35e228-df59-c358-485e-d39a1e15c239-1e15c228 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_25c16d93-b3e9-7757-48ee-474ab2204100-36bd9dff {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_134c488b-ed5f-b0ea-3532-e20fce6905cd-36bd9dff {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-eb35e228-df59-c358-485e-d39a1e15c239-1e15c228 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  #w-node-eb35e228-df59-c358-485e-d39a1e15c285-1e15c228 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_25c16d93-b3e9-7757-48ee-474ab2204100-36bd9dff, #w-node-_134c488b-ed5f-b0ea-3532-e20fce69054f-36bd9dff {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-eb35e228-df59-c358-485e-d39a1e15c239-1e15c228 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-eb35e228-df59-c358-485e-d39a1e15c285-1e15c228 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}


