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

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

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

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

:root {
  --grey: #b0b0b0;
  --orange-secondary: #d9742e;
  --darkest-grey: #1b2025;
  --orange-sec: #ff9d59;
  --darker-grey: #262d34;
  --white-smoke: whitesmoke;
  --orange: #fdc530;
}

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

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

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

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

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

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

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

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

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

body {
  color: #333;
  font-family: DM Sans, sans-serif;
  font-size: .875rem;
  line-height: 1.25rem;
}

h1 {
  margin-top: 1.25rem;
  margin-bottom: .625rem;
  font-size: 3.25rem;
  font-weight: 700;
  line-height: 2.75rem;
}

h2 {
  color: #000;
  letter-spacing: -.04em;
  margin-top: 1.25rem;
  margin-bottom: .625rem;
  font-size: 3.125rem;
  font-weight: 700;
  line-height: 1;
}

h3 {
  margin-top: 1.25rem;
  margin-bottom: .625rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.875rem;
}

h5 {
  color: #000;
  letter-spacing: -.04em;
  margin-top: .625rem;
  margin-bottom: .625rem;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.25rem;
}

p {
  color: #000;
  margin-bottom: .625rem;
  font-size: 1rem;
  line-height: 1.5;
}

a {
  color: #000;
  text-decoration: none;
}

.container {
  flex: 0 auto;
  width: 90%;
  max-width: 71.25rem;
  margin-top: 10vh;
  margin-left: auto;
  margin-right: auto;
}

.display-heading {
  color: #fff;
  letter-spacing: -.15625rem;
  -webkit-text-stroke-width: .125rem;
  max-width: 70%;
  margin-top: 0;
  margin-bottom: 2.5rem;
  font-family: DM Sans, sans-serif;
  font-size: 5.625rem;
  font-weight: 700;
  line-height: 110%;
}

.hero-paragraph {
  color: var(--grey);
  -webkit-text-stroke-width: .0125rem;
  max-width: 55%;
  font-family: Varela, sans-serif;
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 160%;
}

.hero-block {
  color: #000;
  background-color: #fff;
  border-top-right-radius: 2.1875rem;
  align-items: center;
  max-width: 71.25rem;
  margin-left: auto;
  margin-right: auto;
  padding: 3rem;
  font-size: 1.25rem;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.navigation-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 71.25rem;
  height: 100%;
  min-height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.button {
  background-color: var(--orange-secondary);
  color: #fff;
  border-top-right-radius: 1.25rem;
  align-items: center;
  padding: 1.25rem 2rem;
  font-weight: 700;
  text-decoration: none;
  transition: all .35s;
  display: flex;
}

.button.button-space {
  margin-top: 2rem;
  padding-left: 1.625rem;
  padding-right: 2.375rem;
  display: flex;
}

.button.button-space.cta {
  border: .125rem solid var(--orange-secondary);
  padding-top: .875rem;
  padding-bottom: .875rem;
  padding-left: 1.875rem;
}

.button.button-space.cta:hover {
  border: .125rem solid #ff8836;
  border-top-right-radius: 1.25rem;
  border-bottom-left-radius: 1.25rem;
  padding-right: 1.875rem;
  box-shadow: 0 0 .4375rem #f58334cc;
}

.button.nav {
  border: .125rem solid var(--orange-secondary);
  background-color: #f5833442;
  padding: .625rem 1.5rem;
}

.button.nav:hover {
  background-color: #f5833480;
}

.button.contact.w--current {
  justify-content: center;
  align-items: center;
}

.button.contact.top {
  justify-content: center;
  align-items: center;
  margin-top: 2.5rem;
}

.button.contact.top:hover {
  background-color: #c67740;
}

.button.max {
  width: 100%;
  font-size: 1.1rem;
}

.button.max:hover {
  background-color: #d9742e;
  transform: scale(.98);
}

.logo {
  width: 18.75rem;
  position: relative;
  top: -.25rem;
}

.nav-menu {
  color: #3f0a3d;
  order: 1;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: 100%;
  display: flex;
}

.navigation {
  z-index: 999;
  -webkit-backdrop-filter: blur(1.25rem);
  backdrop-filter: blur(1.25rem);
  background-color: #1d212585;
  align-items: center;
  min-height: 7.8125rem;
  padding: 1.375rem 4%;
  display: flex;
  position: sticky;
  inset: 0% 0% 0;
}

.brand {
  margin-right: 1.25rem;
}

.brand.w--current {
  transition: all .2s;
}

.brand.w--current:hover {
  transform: scale(.98);
}

.line-break {
  background-color: #dddddd73;
  width: .0625rem;
  min-height: 1.5625rem;
  margin-left: .875rem;
  margin-right: 2rem;
}

.nav-link-plain {
  color: #fff;
  text-transform: uppercase;
  margin-left: 0;
  margin-right: 0;
  padding: 1.875rem 1rem 1.25rem;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  transition: all .35s;
}

.nav-link-plain:hover {
  color: var(--orange-sec);
}

.nav-link-plain.w--current {
  color: var(--orange-sec);
  text-transform: uppercase;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 700;
}

.social-link {
  justify-content: center;
  align-items: center;
  width: 3.4375rem;
  height: 3.4375rem;
  padding: .625rem;
  transition: all .2s;
  display: flex;
}

.social-link:hover {
  opacity: .8;
  transform: scale(.98);
}

.footer-link {
  color: #fff;
  padding-top: .625rem;
  padding-bottom: .625rem;
  font-size: 1rem;
  font-weight: 400;
  text-decoration: none;
  transition: all .2s, opacity .2s;
  display: block;
}

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

.footer-bottom {
  border-bottom: .0625rem solid #ffffff1a;
  justify-content: space-between;
  margin-top: 4rem;
  display: flex;
}

.footer-grid-01 {
  grid-column-gap: 45px;
  grid-row-gap: 45px;
  grid-template-rows: auto;
  grid-template-columns: .5fr .75fr;
  place-items: start stretch;
}

.footer-wrapper {
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.footer-title {
  color: var(--orange-secondary);
  margin-bottom: 1.375rem;
  font-size: 1.0625rem;
}

.secondary-link {
  color: #fff;
  margin-right: 2rem;
  padding-top: .625rem;
  padding-bottom: .625rem;
  font-size: 1rem;
  font-weight: 400;
  text-decoration: none;
  display: block;
}

.footer {
  background-color: #271a00;
  background-image: linear-gradient(61deg, #000, #271a00);
  padding: 6.25rem 3%;
}

.footer-top {
  border-bottom: .0625rem solid #ffffff1a;
  justify-content: space-between;
  margin-bottom: 2.5rem;
  padding-bottom: 3.75rem;
  display: flex;
}

.footer-column {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  padding-right: 2.5rem;
  display: flex;
  position: relative;
}

.footer-column._2 {
  justify-content: flex-start;
  align-items: flex-start;
  padding-right: 0;
}

.content-section-second {
  background-color: var(--white-smoke);
  padding: 8.875rem 4%;
  position: relative;
}

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

.property-section {
  background-color: #fff;
  padding: 6.25rem 4%;
}

.title-wrap {
  margin-bottom: 3.75rem;
}

.title-line {
  background-color: var(--orange);
  background-image: none;
  border-radius: 1.25rem;
  width: 100%;
  max-width: 10.625rem;
  min-height: .25rem;
  margin-bottom: .75rem;
}

.filter-block {
  background-color: var(--white-smoke);
  border-radius: 1.25rem;
  margin-bottom: 3rem;
  padding: 2.625rem;
  display: none;
  box-shadow: 8px 80px 3.4375rem -3.125rem #00000021;
}

.grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
}

.property-card {
  background-color: #fff;
  border-radius: .9375rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  box-shadow: 18px 18px 2.8125rem #0000001a;
}

.property-image-wrap {
  height: 14.375rem;
  overflow: hidden;
}

.property-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.property-content {
  border-bottom: .0625rem solid #0000001a;
  padding: 2rem 1.5rem;
}

.room-feature-grid {
  grid-column-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.feature {
  color: #000;
  justify-content: center;
  align-items: center;
  padding: 1.25rem;
  font-size: 1.0625rem;
  font-weight: 700;
  display: flex;
}

.feature.centre-lines {
  border-left: .0625rem solid #0000001a;
  border-right: .0625rem solid #0000001a;
}

.feature-icon {
  margin-right: .375rem;
}

.content-grid {
  grid-column-gap: 4.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1.1fr 1fr;
}

.paragraph-large {
  max-width: 32.5rem;
  font-size: 1.125rem;
}

.content-h2 {
  margin-bottom: 2rem;
}

.button-dark {
  color: #fff;
  background-color: #000;
  border-top-right-radius: 1.25rem;
  align-items: center;
  margin-top: 2rem;
  padding: 1.25rem 2rem;
  font-weight: 500;
  text-decoration: none;
  transition: all .35s;
  display: flex;
}

.button-dark:hover {
  background-color: var(--darkest-grey);
}

.button-dark.center {
  text-align: center;
  justify-content: center;
  align-items: center;
}

.button-dark.center:hover {
  background-color: var(--darkest-grey);
}

.button-dark.center.w--current {
  justify-content: center;
  align-items: center;
}

.button-dark.center.w--current:hover {
  background-color: #323232;
}

.content-wrap {
  flex-direction: column;
  align-items: flex-start;
  padding-top: 20%;
  display: flex;
}

.content-wrap.section {
  justify-content: center;
  align-items: flex-start;
  padding-top: 0%;
}

.content-image {
  border-radius: 16px;
  width: 100%;
  box-shadow: 0 62px 3.375rem #00000040;
}

.content-image._2 {
  border-top-left-radius: 0%;
}

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

.container-large.slide {
  justify-content: center;
  align-items: center;
  max-width: none;
  display: flex;
}

.plain-link-wrap {
  align-items: center;
  display: flex;
}

.text-block {
  margin-right: .5rem;
}

.button-text {
  letter-spacing: .03125rem;
  margin-right: .5rem;
  font-size: 1rem;
}

.button-text.nav {
  letter-spacing: .0625rem;
  -webkit-text-stroke-width: .03125rem;
}

.button-text.cta {
  font-size: 1.0625rem;
}

.bg-block-grey {
  z-index: -1;
  background-color: var(--white-smoke);
  min-height: 25%;
  position: absolute;
  inset: auto 0% 0%;
}

.collection-item {
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 1.25rem;
  display: flex;
}

.content-grid-reverse {
  grid-column-gap: 4.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.1fr;
  justify-items: end;
}

.bg-block-top-grey {
  z-index: -1;
  background-color: var(--white-smoke);
  min-height: 25%;
  position: absolute;
  inset: 0% 0% auto;
}

.content-section-dark {
  background-color: #000;
  padding: 8.875rem 3%;
  position: relative;
}

.content-centre-wrap {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  max-width: 50rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.heading {
  color: #fff;
  text-align: left;
  margin-bottom: 2rem;
}

.heading-2 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
}

.text-span {
  color: var(--orange);
}

.tabs {
  flex-direction: column-reverse;
  display: flex;
}

.avatar {
  margin-right: .625rem;
}

.tab-button {
  background-color: #fff;
  justify-content: flex-start;
  width: 100%;
  padding: 2.5rem;
  display: flex;
}

.tab-button.w--current {
  color: #fff;
  background-color: #000;
}

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

.avatar-type {
  color: #979797;
  font-size: .9375rem;
  font-weight: 400;
}

.avatar-name {
  letter-spacing: -.04em;
  margin-bottom: .125rem;
  font-size: 1rem;
  font-weight: 700;
}

.author-wrap {
  align-items: center;
  display: flex;
}

.quote-grid {
  grid-column-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.quote-wrap {
  padding-bottom: 4.5rem;
}

.title-line-full {
  background-image: linear-gradient(275deg, black, var(--orange));
  border-radius: 1.25rem;
  width: 100%;
  min-height: .25rem;
  margin-bottom: 2.75rem;
}

.quote-text {
  color: #000;
  letter-spacing: -.04em;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.notice {
  z-index: 9999;
  background-color: var(--darkest-grey);
  justify-content: center;
  align-items: center;
  padding: 1.125rem 3%;
  display: flex;
  position: relative;
  box-shadow: 0 2px .375rem #000;
}

.notice-wrap {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 71.25rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.notice-text {
  color: #fff;
  text-align: center;
  cursor: default;
  margin-right: .625rem;
  font-size: .9375rem;
  font-weight: 700;
}

.notice-text.link {
  cursor: pointer;
}

.div-block {
  background-color: var(--orange);
  color: #000;
  border-top-right-radius: .75rem;
  margin-right: .5rem;
  padding: .25rem .625rem;
  font-weight: 500;
}

.header-dark {
  background-color: #000;
  padding: 9.5rem 4% 3.75rem;
  position: relative;
}

.property-title-wrap {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.property-text-light {
  color: #ffffff94;
}

.grid-3 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
}

.property-detail {
  background-color: var(--white-smoke);
  padding: 8.875rem 3%;
  position: relative;
}

.image-2 {
  width: 100%;
  height: 100%;
}

.property-detail-text {
  color: var(--white-smoke);
  margin-bottom: .625rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
}

.div-block-2 {
  background-color: #fff;
  border-radius: 1.25rem;
  padding: 1.25rem;
  position: sticky;
  top: 2rem;
  box-shadow: 23px 23px 2.125rem #0000001a;
}

.property-list {
  flex-wrap: wrap;
  display: flex;
}

.clear-filters {
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  min-height: 1.875rem;
  padding-left: .625rem;
  padding-right: .625rem;
  display: flex;
}

.clear-filter {
  color: #f48f0b;
}

.clear-filter.jetboost-filter-none-ev8m {
  color: #f48f0b;
  padding-top: .125rem;
  padding-bottom: .125rem;
}

.checkbox-filter {
  white-space: nowrap;
  align-items: center;
  width: 100%;
  padding-top: .25rem;
  padding-bottom: .25rem;
  display: flex;
}

.dropdown-list {
  padding-top: .25rem;
}

.dropdown-list.w--open {
  z-index: 99;
  background-color: #0000;
  min-width: 25.625rem;
  padding-top: .9375rem;
  box-shadow: 0 35px 3.4375rem #00000014;
}

.checkbox-wrap {
  padding: .9375rem;
}

.dropdown {
  background-color: #fff;
  border-radius: 3.125rem;
  margin: .75rem 0;
}

.filter-form {
  justify-content: flex-start;
  display: flex;
}

.dropdown-toggle {
  width: 100%;
  min-height: 3.25rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1.875rem;
}

.checkbox-filters {
  width: 1.25rem;
  min-width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  margin-top: 0;
  margin-right: .625rem;
}

.checkbox-filters.w--redirected-checked {
  background-color: #f48f0b;
  background-size: .8125rem;
}

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

.dropdown-base {
  background-color: #fff;
  border-radius: .9375rem;
  overflow: auto;
}

.gallery-wrapper {
  flex-wrap: wrap;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.collection-item-2 {
  padding-top: .625rem;
  padding-bottom: .625rem;
}

.gallery-item {
  border-radius: .9375rem;
  justify-content: center;
  align-items: center;
  height: 6.875rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.view {
  background-color: var(--orange);
  border-radius: 6.25rem;
  justify-content: center;
  align-items: center;
  width: 3.4375rem;
  min-width: 3.4375rem;
  height: 3.4375rem;
  min-height: 3.4375rem;
  display: flex;
  position: relative;
  inset: 0%;
}

.image-37 {
  width: 1.5625rem;
}

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

.paragraph-large-white {
  color: #ffffffa1;
  text-align: justify;
  align-self: center;
  font-size: 1.25rem;
}

.hero {
  background-color: var(--darkest-grey);
  height: 100vh;
  margin-top: 11.8125rem;
  position: relative;
}

.slider-wrapper {
  width: 100%;
  height: 100vh;
}

.slide-image {
  z-index: 3;
  filter: saturate(200%);
  background-image: linear-gradient(#26160b66, #26160b66), linear-gradient(0deg, #262d34 3%, #1c2f41d1 49%, #25354596 86%), url('../images/hero-bg.jpg');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
  justify-content: center;
  align-items: flex-end;
  height: 100%;
  padding-bottom: 9.375rem;
  display: flex;
  position: relative;
}

.slide-image.slide-image-two {
  background-image: url('../images/Hero-Image-01-1.png');
  background-position: 50%;
  background-size: cover;
}

.slide-image._2 {
  filter: contrast(105%) saturate(150%);
  background-image: linear-gradient(#26160b66, #26160b66), linear-gradient(0deg, #262d34 3%, #1c2f41d1 46%, #2535458f 86%), url('../images/Hero-Image-01-1.png');
  background-size: auto, auto, cover;
}

.left-arrow {
  opacity: 0;
  display: none;
}

.slider {
  background-color: var(--darker-grey);
  height: 100vh;
  min-height: 46.875rem;
}

.slide-content-wrap {
  z-index: 9;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.slide {
  overflow: hidden;
}

.slider-content {
  z-index: 99;
  height: 100vh;
  display: block;
  position: absolute;
  inset: 0%;
  box-shadow: inset 0 .125rem .3125rem .0625rem #0003;
}

.slide-nav {
  justify-content: flex-end;
  margin-bottom: 2.1875rem;
  padding-right: 6.625rem;
  display: none;
}

.right-arrow {
  opacity: 0;
  display: none;
}

.avatar-base {
  background-color: #f5f5f5;
  border-radius: .9375rem;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 2rem;
  padding: 1.375rem 1.5625rem;
  display: flex;
}

.avatar-wrap {
  border-radius: 6.25rem;
  width: 3.4375rem;
  height: 3.4375rem;
  margin-right: 1.25rem;
  overflow: hidden;
}

.avatar-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.agent-link {
  color: #ffac12;
}

.agent-name {
  font-size: .9375rem;
  font-weight: 700;
}

.white-block {
  background-color: #fff;
  border-radius: 1.25rem;
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  box-shadow: 23px 23px 2.125rem #0000001a;
}

.title-block {
  border-bottom: .0625rem solid #0000001a;
  padding: 1.25rem;
}

.content-wrapper {
  padding: 1.5rem;
}

.collection-list-wrapper {
  width: 100%;
}

.image-38 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.div-block-56 {
  margin-bottom: 1.25rem;
  padding-left: .625rem;
  padding-right: .625rem;
}

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

.feature-wrap {
  align-items: center;
  font-size: 1rem;
  display: flex;
}

.filter-icon {
  margin-right: .375rem;
}

.text-field {
  border: .0625rem solid #ebebeb;
  border-radius: .625rem;
  min-height: 3.75rem;
  margin-bottom: .875rem;
}

.button-submit {
  color: #fff;
  text-align: center;
  background-color: #000;
  border-top-right-radius: 1.25rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 2rem;
  padding: 1.25rem 2rem;
  font-weight: 500;
  text-decoration: none;
  transition: all .35s;
  display: flex;
}

.text-field-large {
  border: .0625rem solid #ebebeb;
  border-radius: .625rem;
  min-height: 8.125rem;
  margin-bottom: .875rem;
}

.room-features {
  grid-column-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.flowbase-close {
  background-color: #fff;
  border-radius: 6.25rem;
  justify-content: center;
  align-items: center;
  width: 2.1875rem;
  height: 2.1875rem;
  transition: all .5s;
  display: flex;
  position: absolute;
  inset: .9375rem .9375rem auto auto;
}

.flowbase-close:hover {
  transform: scale(.85);
}

.global-component-banner {
  height: 3.125rem;
  display: flex;
}

.global-component-footer {
  border-top: .0625rem solid #122b6914;
  display: flex;
}

.global-fixed {
  z-index: 9999;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  text-align: center;
  background-color: #fff;
  background-image: url('../images/CTA-Chalk-Dot.svg'), linear-gradient(166deg, #fff0 50%, #fff6), linear-gradient(#f3f0ff, #f0f6ff);
  background-position: 50%, 0 0, 0 0;
  background-repeat: no-repeat, repeat, repeat;
  background-size: auto, auto, auto;
  border: .0625rem solid #212a780a;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 6.25rem;
  padding: 1rem 3%;
  display: flex;
  position: fixed;
  inset: auto 0% 0%;
}

.global-canner-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 67.5rem;
  display: flex;
}

.div-block-771 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 31.875rem;
  display: flex;
}

.global-fixed-banner-text {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  align-items: center;
  display: flex;
}

.global-fixed-logo {
  width: 2.75rem;
}

.global-banner-title {
  color: #11023b;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(167deg, #11023b, #11023bdb 60%, #311572);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.5rem;
}

.global-paragraph {
  color: #262556;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5rem;
}

.global-button-primary {
  grid-column-gap: .375rem;
  grid-row-gap: .375rem;
  color: #fff;
  white-space: nowrap;
  background-color: #6f5cff;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  height: 2rem;
  padding: .375rem .75rem;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.25rem;
  text-decoration: none;
  transition: color .3s ease-out, background-color .3s ease-out;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: inset 0 .25rem .75rem #9b8eff4d, inset 0 .0625rem #9b8eff99, 0 -.0625rem .0625rem #5b29ffcc, 0 0 0 .0625rem #6e5bff;
}

.global-button-primary:hover {
  background-color: #7f6fff;
}

.global-button-primary:active {
  background-color: #705cfa;
}

.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: 16.25rem;
  display: flex;
}

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

.notice-div {
  background-color: var(--darker-grey);
  color: #000;
  cursor: help;
  border-top-right-radius: .75rem;
  margin-right: 1.25rem;
  padding: .25rem .875rem;
  font-weight: 500;
  transition: all .2s;
  box-shadow: 0 2px .3125rem #eb7d325c;
}

.notice-div:hover {
  background-color: #272a2e;
  justify-content: center;
  align-items: center;
  display: flex;
  transform: translate(0, -.125rem);
}

.text-block-3 {
  color: #fff;
  letter-spacing: .06875rem;
  -webkit-text-stroke-width: .01875rem;
  font-family: Open Sans, sans-serif;
  font-size: .875rem;
  font-weight: 400;
}

.text-separator {
  color: #fff3;
}

.notice-contact-link {
  color: var(--orange-secondary);
  letter-spacing: .05rem;
  -webkit-text-stroke-width: .0125rem;
  cursor: pointer;
}

.link-block {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  transition: all .2s;
  display: flex;
}

.link-block:hover {
  filter: brightness(130%);
  text-shadow: 0 0 .4375rem #692b00;
  justify-content: space-between;
  align-items: center;
}

.notice-feature-text {
  color: var(--grey);
  cursor: default;
  transition: all .2s;
}

.notice-feature-text:hover {
  color: #c7c7c7;
}

.notice-feature-text.link {
  cursor: pointer;
}

.image-39 {
  filter: brightness(75%);
}

.container-copy {
  width: 100%;
  max-width: 71.25rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.div-block-773 {
  margin-top: -7.8125rem;
}

.nav {
  z-index: 100;
  position: fixed;
  inset: 0% 0% auto;
}

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

.quick-stack {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  max-width: 71.25rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.contact-text {
  color: #fff;
  text-align: center;
  cursor: pointer;
  min-width: 50%;
  margin-right: .625rem;
  padding-top: .625rem;
  font-size: .9375rem;
  font-weight: 700;
}

.contact-text.link {
  cursor: pointer;
}

.notice-feature-text-copy {
  color: var(--grey);
  cursor: default;
  transition: all .2s;
}

.notice-feature-text-copy:hover {
  color: #c7c7c7;
}

.notice-feature-text-copy-copy {
  color: var(--grey);
  cursor: default;
  transition: all .2s;
}

.notice-feature-text-copy-copy:hover {
  color: #c7c7c7;
}

.div-block-774 {
  justify-content: space-between;
  align-items: flex-end;
  min-width: 320px;
  display: flex;
}

.text-span-2 {
  filter: brightness(200%) brightness(200%) grayscale();
}

.text-span-3 {
  color: var(--white-smoke);
  font-size: 1rem;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.contact6-1_form {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.error-text {
  color: #e23939;
}

.form-radio-icon {
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #d0d5dd;
  border-radius: 100px;
  width: 1.25rem;
  min-width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  margin-top: 0;
  margin-left: -1.125rem;
  margin-right: .75rem;
  transition: all .3s;
}

.form-radio-icon:hover {
  background-color: #f9f5ff;
  border-color: #7f56d9;
}

.form-radio-icon.w--redirected-checked {
  background-color: #f9f5ff;
  background-image: url('../images/check-circle.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-width: 1px;
  border-color: #7f56d9;
}

.form-radio-icon.w--redirected-focus {
  background-color: #f9f5ff;
  border-color: #7f56d9;
  margin-top: 0;
  box-shadow: 0 0 0 4px #f4ebff;
}

.form-radio-icon.tick-icon {
  border-color: var(--white-smoke);
  background-color: var(--white-smoke);
  color: var(--orange-secondary);
}

.form-radio-icon.tick-icon.w--redirected-checked {
  background-color: #7f56d9;
  background-image: none;
}

.success-message {
  background-color: #f4f4f4;
  padding: 1.5rem;
}

.contact6-1_form-wrapper {
  color: var(--white-smoke);
  background-color: #262d34e8;
  background-image: radial-gradient(circle, #ee844621, #fff0 26%);
  border-radius: 8px;
  flex-direction: column;
  align-items: stretch;
  padding: 32px 20px;
  box-shadow: -2px 8px 8px #00000012;
}

.form-radio {
  align-items: center;
  margin-bottom: 0;
  padding-left: 1.125rem;
  display: flex;
}

.form-radio-label {
  color: var(--white-smoke);
  margin-bottom: 0;
  font-weight: 500;
}

.button-2 {
  grid-column-gap: .5rem;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #7f56d9;
  border: 1px solid #7f56d9;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-weight: 500;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.button-2:hover {
  background-color: #6941c6;
  border-color: #6941c6;
}

.button-2:focus {
  background-color: #7f56d9;
  box-shadow: 0 1px 2px #1018280d, 0 0 0 4px #f4ebff;
}

.form-input {
  color: #101828;
  background-color: #fff;
  border: 1px solid #d0d5dd;
  border-radius: .5rem;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .875rem;
  font-size: 1rem;
  line-height: 1.5;
  transition: all .3s;
  box-shadow: 0 1px 2px #1018280d;
}

.form-input:focus {
  border-width: .2px;
  border-color: var(--grey);
  color: #101828;
  border-radius: .2rem;
  box-shadow: 0 1px 2px #1018280d, 0 0 5px 1px #ff8000;
}

.form-input::placeholder {
  color: #667085;
}

.form-input.text-area {
  min-width: 100%;
  max-width: 100%;
  height: auto;
  min-height: 6.3rem;
  margin-bottom: .5rem;
  padding-top: .75rem;
  padding-bottom: .75rem;
  overflow: auto;
}

.form-input.dropdown {
  color: #667085;
  width: 100%;
  min-height: 2.75rem;
  padding-left: .87rem;
}

.success-text {
  font-weight: 600;
}

.form-field-2col {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.field-label {
  color: var(--white-smoke);
  margin-bottom: .5rem;
  font-size: .875rem;
  font-weight: 500;
}

.form-field-wrapper {
  position: relative;
}

.error-message {
  margin-top: 1.5rem;
  padding: .875rem 1rem;
}

.form-radio-2col {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 1rem;
  display: grid;
}

.h5.form {
  color: var(--orange-secondary);
  margin-top: 0;
  margin-bottom: 2rem;
  font-size: 1.9rem;
}

.brand-mobile {
  margin-right: 1.25rem;
}

.brand-mobile.w--current {
  transition: all .2s;
  display: none;
}

.brand-mobile.w--current:hover {
  transform: scale(.98);
}

.dropdown-2 {
  width: 100%;
}

.dropdown-toggle-2 {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0;
}

.dropdown-toggle-2.w--open {
  width: 100%;
}

.text-block-4 {
  color: #667085;
  padding-left: .87rem;
}

.icon-2 {
  color: #667085;
  margin-top: 15.5px;
}

.dropdown-list-2 {
  background-color: var(--orange);
}

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

.image-41 {
  flex: 1;
}

.social-wrapper {
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.slider-2 {
  text-align: center;
  border-radius: 16px;
  width: 75vw;
  min-width: auto;
  height: 85vh;
  min-height: 85vh;
  display: block;
}

.image-42, .image-43 {
  border-radius: 16px;
}

.hero-heading-center {
  background-color: #3d3d3d;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

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

.centered-heading.margin-bottom-32px {
  margin-bottom: 32px;
}

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

.hero-split {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

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

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

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

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

.shadow-two {
  box-shadow: 0 4px 24px #96a3b514;
}

.html-embed {
  color: #ccc;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}

.brand-link.w--current {
  display: none;
}

@media screen and (max-width: 991px) {
  .container {
    padding-left: 2.2rem;
    padding-right: 2.2rem;
  }

  .display-heading {
    max-width: 80%;
    font-size: 5rem;
  }

  .hero-paragraph {
    max-width: 80%;
  }

  .navigation-container {
    min-height: auto;
    padding-top: 0;
    padding-left: 1rem;
    padding-right: 1rem;
    position: relative;
  }

  .logo {
    width: 13.5rem;
  }

  .nav-menu {
    color: #fff;
    height: auto;
  }

  .brand {
    margin-right: .625rem;
    padding: 0;
  }

  .line-break {
    display: none;
  }

  .nav-link-plain {
    color: #fff;
    width: 100%;
    padding-top: 1.85rem;
    font-size: .75rem;
  }

  .nav-link-plain:hover {
    color: #fff;
  }

  .nav-link-plain.w--current {
    padding-top: 1.85rem;
    font-size: .75rem;
  }

  .menu-button-green {
    color: #fff;
    border: .0625rem #ffffff1a;
    order: 1;
    padding-bottom: 8px;
    display: none;
    right: 2%;
  }

  .menu-button-green.w--open {
    background-color: #000;
  }

  .social-link {
    position: relative;
  }

  .footer-bottom {
    flex-direction: column;
  }

  .footer-grid-01 {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    grid-template-columns: .5fr 1.25fr;
  }

  .footer-top {
    flex-direction: column;
    padding-bottom: 0;
  }

  .footer-column {
    justify-content: space-between;
    align-items: flex-start;
    padding-right: 1.25rem;
  }

  .footer-column._2 {
    width: 100%;
    height: auto;
    padding-top: 1rem;
  }

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

  .content-grid {
    grid-column-gap: 1.5rem;
    grid-row-gap: 2.75rem;
    grid-template-columns: 1fr;
  }

  .content-wrap {
    padding-top: 0%;
  }

  .collection-item {
    width: 50%;
  }

  .content-grid-reverse {
    grid-row-gap: 2.75rem;
    grid-template-columns: 1fr;
    justify-items: start;
  }

  .heading-2 {
    margin-bottom: 2rem;
  }

  .notice {
    font-size: .9rem;
  }

  .notice-text {
    font-size: .8rem;
  }

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

  .property-detail {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }

  .slider {
    height: 100vh;
  }

  .text-block-3 {
    font-size: .7rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .contact6-1_form-wrapper {
    justify-content: center;
    align-items: stretch;
    height: 100%;
    display: flex;
  }

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

  .brand-mobile {
    margin-right: .625rem;
    padding: 0;
  }

  .image-41 {
    min-width: 100%;
  }

  .social-wrapper {
    order: 1;
    position: relative;
    inset: auto auto 0% 0%;
  }

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

  .image-43 {
    min-height: 100%;
  }

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

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .html-embed {
    padding-left: 20px;
    padding-right: 20px;
  }

  .slide-nav-2 {
    background-color: var(--darker-grey);
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
  }

  .mask {
    max-height: 500px;
  }

  .left-arrow-2 {
    inset: 0% auto 0% 0%;
  }
}

@media screen and (max-width: 767px) {
  .container {
    padding-left: .6rem;
    padding-right: .6rem;
  }

  .display-heading {
    max-width: 90%;
    font-size: 3.875rem;
  }

  .hero-paragraph {
    max-width: 90%;
  }

  .navigation-container {
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    padding-top: 0;
  }

  .logo {
    width: 12rem;
    margin-bottom: 5px;
  }

  .nav-menu {
    background-color: var(--darkest-grey);
  }

  .brand.w--current {
    display: none;
  }

  .menu-button-green {
    border-style: none;
    transition: all .2s;
    display: block;
    position: absolute;
    inset: 0% 0% 0% auto;
  }

  .menu-button-green:hover {
    color: #cbcbcb;
  }

  .menu-button-green.w--open {
    background-color: var(--darker-grey);
    border-style: none;
    display: block;
    position: absolute;
    inset: 0% 0% 0% auto;
  }

  .social-link {
    justify-content: flex-end;
    align-items: flex-end;
    padding: 0;
  }

  .footer-bottom {
    flex-wrap: wrap;
    margin-top: 2.5rem;
  }

  .footer-grid-01 {
    flex-flow: row;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: stretch;
    display: flex;
    position: relative;
  }

  .footer-wrapper {
    justify-content: flex-start;
    align-items: center;
    position: absolute;
    inset: auto 0% 0% auto;
  }

  .footer-top {
    padding-bottom: 3.75rem;
  }

  .footer-column {
    flex: 0 auto;
    height: auto;
    min-height: 100%;
    padding-right: 0;
    display: flex;
    position: relative;
  }

  .footer-column._2 {
    justify-content: flex-start;
    align-items: flex-start;
    min-height: auto;
  }

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

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

  .button-dark:hover {
    background-color: #2a2a2a;
  }

  .collection-item {
    width: 100%;
  }

  .tabs-menu {
    flex-direction: column;
  }

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

  .notice {
    display: flex;
  }

  .notice-text {
    font-size: .7rem;
  }

  .dropdown-list.w--open {
    min-width: 15.625rem;
  }

  .dropdown-base {
    max-height: 21.875rem;
  }

  .collection-item-2 {
    width: 50%;
  }

  .slider {
    min-height: 47.5rem;
  }

  .slide-content-wrap {
    background-image: none;
    background-position: 0 100%;
    background-repeat: repeat;
    background-size: 7.8125rem;
  }

  .notice-div {
    margin-right: 0;
  }

  .link-block {
    display: none;
  }

  .contact-text {
    font-size: .9rem;
  }

  .div-block-774 {
    justify-content: space-between;
    align-items: center;
    min-width: auto;
    margin-left: auto;
    margin-right: auto;
    padding-right: 10%;
    display: block;
    position: relative;
  }

  .image-40 {
    display: block;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .contact6-1_form-wrapper {
    margin-bottom: 0;
  }

  .button-2 {
    padding: .75rem 1.25rem;
    font-size: 1rem;
  }

  .button-2:hover {
    background-color: #7f56d9;
    border-color: #7f56d9;
  }

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

  .icon {
    justify-content: center;
    align-items: center;
    height: 100%;
    font-size: 3rem;
    display: flex;
  }

  .image-41 {
    min-width: auto;
    max-width: none;
    display: inline-block;
  }

  .social-wrapper {
    justify-content: flex-start;
    align-items: center;
    position: relative;
    inset: auto 0% 0% auto;
  }

  .hero-heading-center {
    padding: 60px 15px;
  }

  .brand-link.w--current {
    display: block;
    position: relative;
  }
}

@media screen and (max-width: 479px) {
  .container {
    width: 100%;
    max-width: 90rem;
    padding-left: 1.2rem;
    padding-right: 1.2rem;
  }

  .display-heading {
    letter-spacing: 0;
    max-width: 100%;
    font-size: 3rem;
    font-weight: 700;
  }

  .navigation-container {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    padding-top: .8rem;
    padding-bottom: .8rem;
  }

  .nav-menu {
    background-color: var(--darkest-grey);
  }

  .brand.w--current {
    margin-bottom: 1rem;
    display: none;
  }

  .menu-button-green {
    z-index: 500;
    border-style: none;
    flex-flow: row;
    flex: 1;
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 80px;
    height: 100%;
    padding: 1rem;
    display: flex;
    position: absolute;
    inset: 0% 0% 0% auto;
  }

  .menu-button-green.w--open {
    background-color: #0000;
    transition: all .3s;
  }

  .menu-button-green.w--open:hover {
    color: #bfbfbf;
  }

  .social-link {
    justify-content: center;
    align-items: center;
    width: 2.5rem;
    height: 2.5rem;
    margin-right: 20px;
  }

  .footer-bottom {
    text-align: center;
    flex-direction: column;
  }

  .footer-grid-01 {
    grid-template-rows: auto auto;
    grid-template-columns: 2fr;
    justify-content: space-between;
    align-items: center;
  }

  .footer-wrapper {
    flex-wrap: wrap;
    justify-content: flex-start;
    height: 0;
  }

  .footer-top {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-column {
    flex-flow: row;
    order: 1;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .footer-column._2 {
    flex-flow: column;
    order: -1;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .content-section-second.center {
    padding-left: 0%;
    padding-right: 0%;
  }

  .filter-block {
    padding: 1.25rem;
  }

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

  .feature.centre-lines {
    border: .0625rem #000;
  }

  .content-h2 {
    font-size: 2.5rem;
    line-height: 1.4;
  }

  .heading {
    font-size: 2.5rem;
    line-height: 1.5;
  }

  .heading-2 {
    font-size: 2rem;
    line-height: 1.4;
  }

  .notice-wrap {
    justify-content: space-between;
    align-items: center;
  }

  .notice-text {
    display: none;
  }

  .notice-text.link {
    display: block;
  }

  .header-content-left {
    margin-bottom: 1.25rem;
  }

  .property-title-wrap {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .dropdown-list.w--open {
    width: 100%;
    min-width: auto;
    padding-top: .625rem;
  }

  .dropdown {
    margin-bottom: 0;
    margin-left: 0;
  }

  .filter-form {
    flex-flow: column wrap-reverse;
    justify-content: flex-start;
    display: flex;
  }

  .dropdown-toggle {
    width: 100%;
  }

  .paragraph-large-white {
    text-align: left;
  }

  .slide-content-wrap {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }

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

  .room-features {
    grid-template-columns: 1fr 1fr;
  }

  .global-component-banner {
    display: none;
  }

  .link-block {
    display: flex;
  }

  .notice-feature-text.link {
    display: none;
  }

  .contact-text {
    padding-top: 0;
    font-size: 1.4rem;
  }

  .contact-text._2 {
    margin-right: 0;
    padding-left: .5rem;
  }

  .div-block-774 {
    justify-content: flex-start;
    align-items: center;
    padding-right: 15%;
    font-size: 1rem;
  }

  .heading-3 {
    margin-bottom: -3rem;
    font-size: 2.5rem;
    line-height: 1.4;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .contact6-1_form-wrapper {
    width: 100%;
  }

  .form-field-2col {
    grid-template-columns: 1fr;
  }

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

  .form-radio-2col {
    grid-template-columns: 1fr;
  }

  .brand-mobile.w--current {
    margin-bottom: 1rem;
  }

  .icon {
    flex: 1;
    justify-content: center;
    align-self: center;
    align-items: center;
    height: 100%;
    font-size: 3rem;
    display: flex;
  }

  .social-wrapper {
    flex-wrap: wrap;
    justify-content: flex-start;
    height: 0;
    inset: 0% 0% auto auto;
  }

  .slider-2 {
    background-color: #ddd0;
    width: 90%;
    height: auto;
    min-height: auto;
  }

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

  .centered-heading {
    margin-bottom: 24px;
  }

  .html-embed {
    padding-left: 20px;
  }

  .slide-nav-2 {
    background-color: var(--darkest-grey);
    color: #ff5454;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
  }

  .brand-link {
    max-width: 40%;
    min-height: 5rem;
  }
}

#w-node-_22a0bfba-17ff-e217-ee32-ea72be10dbe7-7769544b {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-caa44d0c-2e0a-105d-67ac-65e77db33bb7-ff546687 {
  justify-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-_22a0bfba-17ff-e217-ee32-ea72be10dbe7-7769544b {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_22a0bfba-17ff-e217-ee32-ea72be10dbe7-7769544b {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }
}


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