:root {
  --text-color: #000929;
  --white: #f7f6f2;
  --primary: #000;
  --white-smoke: #fff;
  --white-smoke-2: #f6f6f6;
  --secondary: #004313;
  --grey: #818181;
}

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

body {
  color: #25272a;
  font-family: Inter, sans-serif;
  font-size: 18px;
  line-height: 26px;
}

h1 {
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Rubik, sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 1.2;
}

h2 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.3;
}

h3 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 40px;
  font-weight: 600;
  line-height: 48px;
}

h4 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 400;
  line-height: 40px;
}

h5 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}

h6 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
}

p {
  max-width: 900px;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 28px;
}

a {
  color: #25272a;
  font-size: 18px;
  text-decoration: none;
}

img {
  max-width: 100%;
  display: inline-block;
}

form {
  font-size: 18px;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

figcaption {
  text-align: center;
  margin-top: 20px;
}

.button-secondary {
  background-color: var(--text-color);
  color: #fff;
  letter-spacing: -.8px;
  padding: 12px 32px;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  transition: background-color .3s ease-in-out;
}

.button-secondary:hover {
  color: #fff;
  background-color: #949494;
}

.button-secondary:active {
  color: #fff;
}

.button-secondary.small {
  background-color: var(--text-color);
  letter-spacing: -.2px;
  padding: 8px 24px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

._3-col-grid {
  grid-column-gap: 49px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

._3-col-grid.services {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  margin-top: 50px;
}

._3-col-grid.featured-properties {
  grid-column-gap: 51px;
  grid-row-gap: 49px;
  margin-top: 60px;
}

._2-col-grid {
  grid-column-gap: 124px;
  flex: 1;
  grid-template-rows: auto;
  align-self: stretch;
  max-width: 1280px;
  min-height: auto;
  margin-left: auto;
  margin-right: auto;
}

._2-col-grid.reviews {
  grid-column-gap: 51px;
  max-width: 1200px;
  margin-top: 50px;
}

._4-col-grid {
  grid-column-gap: 50px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

._4-col-grid.footer {
  grid-column-gap: 50px;
  grid-template-columns: 1fr 1fr;
  max-width: 1280px;
}

._4-col-grid.team {
  align-items: baseline;
  justify-items: stretch;
  margin-top: 50px;
}

.container {
  flex: 1;
  align-self: stretch;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.container.sg {
  max-width: none;
  margin-left: 0;
  margin-right: 0;
}

.container.centered {
  text-align: center;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-self: center;
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.container.centered.top-marg {
  margin-top: 80px;
}

.container.nav {
  justify-content: space-between;
  align-items: center;
  max-width: 1280px;
  display: flex;
}

.container.featured-properties {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.section {
  background-color: var(--white);
  padding: 120px 3%;
}

.section.style-hero {
  background-color: var(--primary);
  justify-content: center;
  align-items: center;
  min-height: 50vh;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

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

.section.home-hero {
  background-color: var(--primary);
  color: var(--white-smoke);
  background-image: linear-gradient(261deg, rgba(0, 0, 0, 0) 51%, #000), url('../images/3D-Model_more_Plants.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  overflow: hidden;
}

.section.home-features {
  background-color: var(--white);
  overflow: hidden;
}

.section.home-services {
  background-color: #f7f6f2;
  padding-top: 60px;
  padding-bottom: 60px;
  overflow: hidden;
}

.section.home-video {
  background-color: var(--white-smoke-2);
  margin-top: 0;
  padding-top: 60px;
  overflow: hidden;
}

.section.cta, .section.footer {
  background-color: var(--white);
  overflow: hidden;
}

.section.faq {
  padding-top: 60px;
  padding-bottom: 60px;
  overflow: hidden;
}

.section.home-team {
  background-color: #f6f6f6;
  overflow: hidden;
}

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

.grid-block.left {
  background-color: #e5e4dd;
  border-radius: 18px;
  height: 550px;
  padding: 50px;
  position: relative;
}

.grid-block.services-card-wrapper {
  text-align: center;
  border: 1px solid rgba(0, 0, 0, .08);
  border-radius: 18px;
  height: auto;
  padding: 50px 25px;
}

.grid-block.nav {
  text-align: left;
  justify-content: center;
  align-items: flex-start;
  padding: 10px;
  display: block;
}

.grid-block.features {
  background-color: #e4e3dd;
  border-radius: 18px;
  flex-direction: column;
  justify-content: space-around;
  padding: 50px 25px;
  display: flex;
}

.grid-block.green {
  background-color: var(--primary);
  color: var(--white-smoke);
  border-radius: 18px;
  flex-direction: column;
  justify-content: space-around;
  padding: 50px 25px;
  display: flex;
}

.grid-block.properties-card {
  background-color: #fff;
  border-radius: 18px;
  width: 100%;
  height: auto;
  min-height: auto;
  padding: 10px 15px 20px;
  transition: all .4s;
}

.grid-block.properties-card:hover {
  box-shadow: 0 2px 10px 5px rgba(0, 0, 0, .2);
}

.grid-block.review-card-wrapper {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.grid-block.review-card-wrapper.one {
  border-right: 1px solid var(--primary);
  padding: 16px;
}

.centered-container {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

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

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

.sg-sticky-nav {
  flex-direction: column;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
}

.button-item {
  width: 180px;
  margin-right: 48px;
}

.button-item.style-guide-spacer {
  margin-bottom: 0;
}

.margin-bottom-large {
  margin-bottom: 80px;
}

.input {
  color: #686d76;
  letter-spacing: 0;
  background-color: #fff;
  height: 52px;
  margin-bottom: 24px;
  padding: 12px 24px;
  font-size: 16px;
  line-height: 28px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, .04);
}

.input:focus {
  color: #25272a;
  border: 1px solid #5853ec;
}

.style-guide-wrapper {
  margin-top: 50px;
}

.content-wrapper.sg-content {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.margin-bottom-xxl {
  margin-bottom: 120px;
}

.max-width-large {
  max-width: 800px;
}

.checkbox {
  background-color: rgba(0, 0, 0, 0);
  width: 20px;
  height: 20px;
  margin-right: 8px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, .04);
}

.checkbox:hover {
  border-color: #9a9ea5;
}

.checkbox.w--redirected-checked {
  box-shadow: none;
  background-color: #25272a;
  background-image: url('../images/check-16px.svg');
  background-position: 50%;
  background-size: auto;
  border-color: #5853ec;
}

.checkbox.w--redirected-focus {
  border-color: #5853ec;
}

.max-width-medium {
  max-width: 500px;
  line-height: 1.4;
}

.max-width-small {
  max-width: 400px;
}

.bold {
  margin-bottom: 10px;
  font-weight: 600;
}

.style-guide-block {
  align-self: stretch;
}

.style-guide-block.icons, .style-guide-block.structure, .style-guide-block.buttons, .style-guide-block.rich-text, .style-guide-block.forms {
  margin-top: 128px;
}

.style-guide-block.global-classes {
  margin-top: 99px;
}

.style-guide-block.typography {
  object-fit: fill;
  margin-top: 128px;
}

.color-item {
  border: 1px solid #e6e7e8;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, .04);
}

.paragraph-small {
  letter-spacing: 0;
  max-width: 900px;
  font-size: 14px;
  line-height: 24px;
}

.max-width-ml {
  max-width: 600px;
}

.hidden {
  display: none;
}

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

.margin-top-large {
  margin-top: 80px;
}

.max-width-xxl {
  max-width: 1000px;
}

.margin-top-small {
  margin-top: 20px;
}

.style-wrapper {
  padding-top: 0;
  padding-bottom: 0;
}

.text-area {
  color: #686d76;
  letter-spacing: 0;
  background-color: #fff;
  min-height: 200px;
  margin-bottom: 24px;
  padding: 12px 24px;
  font-size: 16px;
  line-height: 28px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, .04);
}

.text-area:focus {
  color: #25272a;
  border: 1px solid #5853ec;
}

.margin-top-ml {
  margin-top: 50px;
}

.grid-style-guide {
  grid-column-gap: 51px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.radio-button {
  border-style: solid;
  border-color: #25272a;
  width: 20px;
  height: 20px;
  margin-right: 8px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, .04);
}

.radio-button:hover {
  border-color: #9a9ea5;
}

.radio-button.w--redirected-checked {
  box-shadow: none;
  background-color: #25272a;
  border: 5px #25272a;
  border-radius: 50%;
}

.radio-button.w--redirected-focus {
  border-color: #5853ec;
}

.max-width-xl {
  max-width: 900px;
}

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

.max-width-tiny {
  max-width: 300px;
}

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

.color-item-fill {
  background-color: rgba(0, 0, 0, 0);
  height: 150px;
}

.color-item-fill.green {
  background-color: rgba(0, 0, 0, 0);
}

.color-item-fill.primary {
  background-color: var(--primary);
}

.color-item-fill.secondary {
  background-color: var(--secondary);
}

.color-item-fill.text-color {
  background-color: var(--text-color);
}

.color-item-fill.background {
  background-color: #f7f6f2;
}

.margin-top-xxl {
  margin-top: 120px;
}

.paragraph-large {
  letter-spacing: 0;
  font-size: 22px;
  line-height: 32px;
}

.margin-bottom-ml {
  margin-bottom: 50px;
}

.success-message {
  color: #fff;
  background-color: #5853ec;
}

.style-guide-button-wrapper {
  align-items: flex-end;
  display: flex;
}

.style-guide-button-wrapper.margin-bottom-32 {
  margin-bottom: 32px;
}

.sg-description {
  letter-spacing: .6px;
  text-transform: uppercase;
  margin-top: 12px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.sg-description.no-margin {
  background-color: #fff;
  margin-top: 0;
}

.menu-block {
  background-color: var(--primary);
  width: 300px;
  padding: 50px;
}

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

.light-text {
  color: #f8f8f8;
}

.style-guide-display {
  margin-bottom: 50px;
  padding: 25px;
}

.button-tertiary {
  color: #25272a;
  letter-spacing: -.8px;
  background-color: #fff;
  border: 1px solid #ccced2;
  align-self: flex-start;
  padding: 12px 32px;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  transition: background-color .3s ease-in-out;
}

.button-tertiary:hover {
  color: #25272a;
  background-color: #e6e7e8;
}

.button-tertiary:active {
  color: #25272a;
}

.button-tertiary.small {
  letter-spacing: -.2px;
  padding: 8px 24px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.button-tertiary.sg {
  background-color: var(--white);
  color: #000;
  border-style: none;
  margin-top: 20px;
}

.margin-bottom-medium {
  margin-bottom: 40px;
}

.select-field {
  color: #9a9ea5;
  letter-spacing: 0;
  background-color: #fff;
  height: 52px;
  margin-bottom: 24px;
  padding: 0 24px;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, .04);
}

.select-field:focus {
  color: #25272a;
  border: 1px solid #5853ec;
}

.margin-bottom-tiny {
  margin-bottom: 10px;
}

.radio-button-field {
  display: flex;
}

.block-quote {
  color: #080808;
  max-width: 900px;
}

.margin-top-tiny {
  margin-top: 10px;
}

.visual-sg-block {
  background-color: rgba(0, 0, 0, 0);
  padding: 25px;
  box-shadow: 4px 4px 18px -6px rgba(0, 0, 0, .2);
}

.visual-sg-block.dark {
  background-color: #25272a;
  margin-bottom: 50px;
  padding-bottom: 10px;
}

.margin-bottom-xl {
  margin-bottom: 100px;
}

.text-span {
  color: #f8f8f8;
  font-weight: 600;
}

.sg-nav-link {
  color: #dadada;
  align-self: flex-start;
  margin-bottom: 5px;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
  transition: transform .3s;
}

.sg-nav-link:hover {
  color: #fff;
  transform: translate(5px);
}

.sg-nav-link.w--current, .sg-nav-link.w--current:hover {
  color: #fff;
}

.box-shadow-block {
  background-color: rgba(0, 0, 0, 0);
  align-self: stretch;
  height: auto;
  min-height: 50px;
  box-shadow: 0 5px 18px -6px rgba(0, 0, 0, .32);
}

.sg-content-block {
  margin-top: 64px;
}

.margin-top-xl {
  margin-top: 100px;
}

.checkbox-field {
  align-self: flex-start;
  align-items: center;
  display: flex;
}

.field-buttons-wrapper {
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 24px;
  display: flex;
}

.button-primary {
  background-color: var(--secondary);
  color: #fff;
  letter-spacing: -.8px;
  border-radius: 18px;
  padding: 12px 32px;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  transition: background-color .3s ease-in-out;
}

.button-primary:hover {
  background-color: var(--primary);
  color: #fff;
}

.button-primary:active {
  color: #fff;
}

.button-primary.w--current {
  background-color: var(--secondary);
}

.button-primary.small {
  letter-spacing: -.2px;
  border-radius: 20px;
  padding: 8px 24px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.button-primary.small:hover {
  background-color: #979797;
}

.button-primary.white {
  color: var(--text-color);
  background-color: #fff;
  margin-left: 15px;
  font-weight: 400;
}

.button-primary.green {
  background-color: var(--primary);
  border-radius: 18px;
  font-weight: 400;
}

.button-primary.green.large {
  border-radius: 8px;
  padding: 15px 50px;
}

.wrapper-sg {
  margin-top: 50px;
}

.error-message {
  color: #25272a;
  background-color: #fdcfce;
  margin-top: 32px;
  padding: 24px;
}

.divider {
  background-color: #e6e7e8;
  width: 100%;
  height: 1px;
}

.guide-dark {
  background-color: #000;
  height: 50px;
}

.extentroom-logo {
  object-fit: contain;
  width: 100%;
  height: 40px;
  margin-bottom: 20px;
}

.h1-style {
  font-size: 72px;
  line-height: 80px;
}

.h2-style {
  font-size: 56px;
  line-height: 64px;
}

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

.h4-style {
  font-family: Playfair Display, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 40px;
}

.h5-style {
  font-size: 24px;
  line-height: 32px;
}

.h6-style {
  font-size: 20px;
  line-height: 28px;
}

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

.body {
  font-family: Rubik, sans-serif;
}

.page-wrapper {
  overflow: hidden;
}

.navbar {
  background-color: var(--primary);
  color: var(--primary);
  padding: 10px 3%;
  font-family: Rubik, sans-serif;
  position: relative;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

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

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

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

.nav-link-text {
  color: var(--white-smoke);
  margin-right: 15px;
  text-decoration: underline;
}

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

.home-hero-img {
  object-fit: cover;
  border-radius: 35px;
  width: 100%;
  height: 550px;
}

.heading {
  font-weight: 700;
  line-height: 1.3;
}

.heading-2 {
  font-size: 68px;
}

.home {
  background-color: var(--white);
  font-family: Rubik, sans-serif;
}

.heading-3 {
  font-weight: 700;
}

.paragraph {
  margin-bottom: 30px;
  font-family: Ubuntu, Helvetica, sans-serif;
  line-height: 1.4;
}

.image {
  width: 330px;
  max-width: none;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: -10%;
}

.heading-4 {
  font-weight: 400;
}

.feature-wrapper-content {
  width: auto;
  padding-top: 12px;
  padding-bottom: 12px;
}

.features-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  display: grid;
}

.features-paragraph {
  color: #4d5461;
  width: 95%;
  max-width: none;
  margin-bottom: 0;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 16px;
}

.features-text {
  margin-top: 30px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
}

.image-icon {
  width: 70px;
}

.features-text-light {
  margin-top: 30px;
  margin-bottom: 10px;
  font-family: Rubik, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.2;
}

.features-paragraph-services {
  color: #4d5461;
  width: 95%;
  max-width: none;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 16px;
}

.heading-style-h3 {
  font-family: Playfair Display, sans-serif;
  font-size: 40px;
  font-weight: 400;
}

.heading-style-h3.smaller {
  font-size: 28px;
}

.play-state {
  flex-direction: row;
  align-items: center;
  display: block;
}

.play-pause-button, .background-video {
  flex-direction: row;
  display: block;
}

.video {
  border-radius: 9px;
  max-width: 1300px;
  margin-top: 48px;
  margin-left: auto;
  margin-right: auto;
}

.section-2 {
  padding: 0;
}

.section-2.cta {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.container-2 {
  flex: 1;
  align-self: stretch;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.container-2.cta {
  border-radius: .625rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.cta-flex {
  background-color: var(--primary);
  color: #fbfcff;
  border-radius: 18px;
  justify-content: space-between;
  align-items: center;
  padding: 5rem 2rem 5rem 4rem;
  display: flex;
  position: relative;
}

.cta-text {
  order: 0;
  align-self: auto;
  margin-left: 100px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.2;
}

.button-secondary-2 {
  color: #303139;
  letter-spacing: -.05rem;
  background-color: #fbfcff;
  padding: .75rem 2rem;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.75rem;
  transition: background-color .3s ease-in-out;
}

.button-secondary-2:hover {
  color: #fff;
  background-color: #253a34;
}

.button-secondary-2:active {
  color: #fff;
}

.section-cta {
  padding: 0;
}

.section-cta.cta {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.cta-img {
  width: 230px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 1%;
  right: auto;
}

.button-secondary-2-copy {
  color: #303139;
  letter-spacing: -.05rem;
  background-color: #fbfcff;
  padding: .75rem 2rem;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.75rem;
  transition: background-color .3s ease-in-out;
}

.button-secondary-2-copy:hover {
  color: #fff;
  background-color: #253a34;
}

.button-secondary-2-copy:active {
  color: #fff;
}

.paragraph-regular {
  max-width: 700px;
  font-family: Ubuntu, Helvetica, sans-serif;
}

.ideapeel-link {
  background-color: var(--primary);
  position: absolute;
  top: 8px;
  bottom: 8%;
  left: auto;
  right: 21%;
}

.build-by-link {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 8px;
  padding: 8px 16px;
  font-weight: 500;
  text-decoration: none;
  position: fixed;
  top: auto;
  bottom: 2em;
  left: auto;
  right: 2em;
}

.made-by-text {
  font-size: 17px;
}

.heading-6 {
  font-size: 40px;
  font-weight: 700;
}

.announcement-block {
  background-color: var(--secondary);
  text-align: center;
  border-radius: 18px;
  width: 250px;
  margin-bottom: 20px;
  padding: 5px 10px;
  font-size: 18px;
}

.footer-text-header {
  text-align: left;
  font-weight: 700;
}

.footer-text-p {
  font-weight: 400;
}

.footer-text-p.grey {
  color: var(--grey);
  display: block;
}

.footer-text-p.grey.footer {
  margin-bottom: 30px;
}

.footer-c-wrapper-icon {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.image-2 {
  width: 40px;
}

.image-icon-footer {
  width: 30px;
}

.footer-link-list {
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}

.form {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.text-field {
  border-radius: 4px;
  height: 50px;
  margin-bottom: 0;
}

.accordian-wrapper {
  text-align: center;
  border: 1px #000;
  justify-content: center;
  align-items: center;
  max-width: 800px;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.dropdown {
  justify-content: space-between;
  width: 100%;
  display: block;
}

.dropdown-toggle {
  justify-content: space-between;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.dropdown-toggle.w--open {
  flex-direction: row;
  justify-content: space-around;
  align-items: flex-start;
  display: block;
}

.faq-ans.w--open {
  background-color: var(--white);
  max-width: none;
}

.faq-qs {
  font-size: 25px;
}

.paragraph-2 {
  max-width: 565px;
  margin-left: auto;
  margin-right: auto;
}

.accordian {
  width: 100%;
  margin-bottom: 30px;
  overflow: hidden;
}

.accordian-toggle {
  width: 100%;
  height: 60px;
}

.accordian-icon {
  color: var(--text-color);
  margin-top: 22px;
  margin-bottom: 22px;
}

.accordian-text-qs {
  font-size: 20px;
}

.accordian-list {
  background-color: rgba(0, 0, 0, 0);
  display: block;
  position: static;
}

.paragraph-3, .paragraph-3-copy {
  max-width: none;
  padding: 10px 20px;
}

.accordian-text-ans {
  max-width: none;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Ubuntu, Helvetica, sans-serif;
  line-height: 1.5;
}

.feature-card-img {
  margin-bottom: 35px;
}

.features-card-content-text {
  margin-bottom: 8px;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.3;
}

.features-card-content-p {
  margin-bottom: 20px;
  font-family: Ubuntu, Helvetica, sans-serif;
}

.features-text-link {
  color: var(--secondary);
  text-decoration: underline;
}

.features-text-link.white {
  color: var(--white-smoke);
}

.features-card-img {
  width: 80px;
}

.team-img-wrapper {
  margin-bottom: 30px;
}

.team-img {
  object-fit: cover;
  object-position: 50% 0%;
  border-radius: 18px;
  width: 100%;
  height: 300px;
}

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

.team-tittle {
  margin-bottom: 5px;
  font-size: 22px;
  font-weight: 700;
}

.team-bio {
  font-family: Ubuntu, Helvetica, sans-serif;
}

.team-social {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: center;
  align-items: center;
  margin-top: 12px;
  display: flex;
}

.social-link {
  width: 30px;
}

.sign-up-text {
  margin-bottom: 1.3rem;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 18px;
}

.form-2 {
  align-items: flex-start;
  display: flex;
}

.form-2.home-hero {
  background-color: rgba(0, 0, 0, 0);
  border: .0625rem solid rgba(248, 248, 248, .36);
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text-field-home {
  color: #f8f8f8;
  background-color: rgba(0, 0, 0, 0);
  border: .0625rem #000;
  height: 3rem;
  margin-bottom: 0;
  padding: 10px;
}

.button-primary-2 {
  color: #fff;
  letter-spacing: -.05rem;
  background-color: #000dff;
  padding: .75rem 2rem;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.75rem;
  transition: background-color .3s ease-in-out;
}

.button-primary-2:hover {
  color: #fff;
  background-color: #131313;
}

.button-primary-2:active {
  color: #fff;
}

.success-message-2 {
  background-color: #131313;
  border: .0625rem solid rgba(248, 248, 248, .36);
}

.error-message-2 {
  background-color: #ae2012;
}

.home-form {
  border: 1px solid var(--secondary);
  border-radius: 18px;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.home-form.home-hero {
  background-color: rgba(0, 0, 0, 0);
  border: .0625rem solid rgba(248, 248, 248, .36);
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.properties-image {
  border-radius: 18px;
  width: 100%;
  margin-bottom: 0;
  padding: 0;
}

.properties-tittle {
  font-family: Rubik, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.properties-location {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.properties-icon {
  width: 20px;
}

.properties-features-card-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.features-one {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  align-items: center;
  display: flex;
}

.features-icon-img {
  width: 25px;
}

.features-icon-img.small {
  width: 20px;
}

.properties-card-price-wrapper {
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
  display: flex;
}

.properties-button {
  border: 1px solid var(--primary);
  color: var(--primary);
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
}

.properties-feature-text {
  padding-left: 10px;
  font-size: 14px;
}

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

.properties-pricing {
  font-size: 20px;
  font-weight: 700;
}

.properties-pricing-grey {
  padding-left: 5px;
  font-size: 14px;
  font-weight: 400;
}

.properties-image-wrapper {
  border-radius: 12px;
  width: 100%;
  margin-bottom: 30px;
  padding: 0;
}

.featured-project-text {
  font-size: 38px;
  line-height: 1.2;
}

.social-icons {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin-top: 15px;
  display: flex;
}

.social-icon {
  width: 40px;
}

.button {
  text-align: left;
}

.property-button {
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  display: flex;
}

.review-card-persona {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.persona-img {
  object-fit: contain;
  border-radius: 100%;
  width: auto;
  height: 100px;
}

.persona-name {
  margin-bottom: 10px;
  font-size: 24px;
}

.persona-tittle {
  color: rgba(57, 57, 34, .7);
  font-size: 18px;
}

.quote-icon {
  width: 30px;
}

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

.review-top-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.heading-10 {
  font-weight: 400;
}

.review-card-content {
  margin-top: 30px;
}

.html-embed {
  margin-top: 80px;
}

.slider {
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  height: 500px;
  margin-top: 20px;
}

.lightbox-link {
  width: 100%;
  height: 100%;
}

.image-3 {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.left-arrow, .right-arrow {
  color: #000;
}

.image-4 {
  width: 100px;
}

.fs-cc-prefs_form {
  background-color: #fff;
  border-radius: 12px;
  width: 100%;
  max-width: 576px;
  height: 100%;
  max-height: 70vh;
  margin-bottom: 0;
  position: relative;
}

.fs-cc-banner_component {
  z-index: 998;
  background-color: #fff;
  border-top: 1px solid rgba(67, 83, 255, .16);
  padding: 24px 32px;
  display: none;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.fs-cc-prefs_title {
  color: #021a69;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2em;
}

.fs-cc-banner_close-icon {
  width: 24px;
  height: 24px;
}

.fs-cc-manager_trigger {
  display: none;
}

.fs-cc-prefs_toggle {
  background-color: #fff;
  border-radius: 999px;
  width: 20px;
  height: 20px;
}

.fs-cc-prefs_checkbox {
  z-index: 1;
  opacity: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.fs-cc-prefs_button {
  background-color: #004313;
  border: 2px solid #004313;
  border-radius: 500px;
  margin-right: 8px;
  padding: 10px 20px;
  font-size: 15px;
  font-weight: 700;
}

.fs-cc-prefs_button.fs-cc-button-alt {
  color: #004313;
  background-color: #fff;
  border-color: #004313;
}

.fs-cc-banner_container {
  align-items: center;
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.fs-cc-prefs_space-small {
  margin-bottom: 12px;
}

.fs-cc-prefs_close {
  z-index: 1;
  color: #333;
  cursor: pointer;
  background-color: #f5f6ff;
  border-radius: 100%;
  padding: 10px;
  font-size: 20px;
  text-decoration: none;
  position: absolute;
  top: -12px;
  bottom: auto;
  left: auto;
  right: -12px;
  box-shadow: -1px 1px 12px rgba(51, 51, 51, .1);
}

.fs-cc-banner_close {
  opacity: 1;
  cursor: pointer;
  background-color: #fff;
  border-radius: 500px;
  margin-left: 12px;
  padding: 10px;
  box-shadow: 1px 1px 12px rgba(0, 0, 0, .1);
}

.fs-cc-manager_icon {
  width: 32px;
  height: 32px;
}

.fs-cc-banner_buttons-wrapper {
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.fs-cc-prefs_component {
  z-index: 997;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding: 32px;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.fs-cc-prefs_close-icon {
  color: #021a7c;
  width: 16px;
  height: 16px;
}

.fs-cc-prefs_toggle-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
  display: flex;
}

.fs-cc-manager_component {
  z-index: 999;
  display: none;
  position: fixed;
  top: auto;
  bottom: 20px;
  left: 20px;
  right: auto;
}

.fs-cc-banner_text-link {
  color: #004313;
  border-bottom: 2px solid #4353ff;
  font-weight: 400;
  text-decoration: none;
}

.fs-cc-prefs_submit-hide {
  display: none;
}

.fs-cc-prefs_space-medium {
  margin-bottom: 40px;
}

.fs-cc-prefs_option {
  border-bottom: 1px solid rgba(51, 51, 51, .15);
  padding-top: 16px;
  padding-bottom: 16px;
}

.fs-cc-prefs_content {
  height: 100%;
  padding: 40px 32px;
  overflow: scroll;
}

.fs-cc-prefs_checkbox-label {
  display: none;
}

.fs-cc-prefs_label {
  color: #004313;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 32px;
  font-size: 16px;
  font-weight: 700;
}

.fs-cc-prefs_text {
  color: #021a69;
  font-size: 12px;
}

.fs-cc-banner_trigger {
  display: none;
}

.fs-cc-prefs_buttons-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  margin-top: 32px;
  margin-right: -8px;
  display: flex;
}

.fs-cc-manager_button {
  color: #333;
  cursor: pointer;
  background-color: #fff;
  border-radius: 500px;
  flex-direction: column;
  padding: 10px;
  transition: color .2s;
  display: flex;
}

.fs-cc-manager_button:hover {
  color: #4353ff;
}

.fs-cc-prefs_overlay {
  z-index: -1;
  background-color: rgba(3, 5, 36, .6);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.fs-cc-prefs_checkbox-field {
  background-color: #ccc;
  border-radius: 999px;
  width: 44px;
  height: 24px;
  margin-bottom: 0;
  padding: 2px;
  display: flex;
  position: relative;
}

.fs-cc-banner_button {
  color: #fff;
  text-align: center;
  background-color: #004313;
  border: 2px solid #004313;
  border-radius: 500px;
  min-width: 140px;
  margin-left: 16px;
  padding: 10px 20px;
  font-size: 16px;
}

.fs-cc-banner_button.fs-cc-button-alt {
  color: #004313;
  background-color: #f5f5f5;
  border-color: #004313;
}

.fs-cc-banner_text {
  color: #616161;
  margin-right: 24px;
}

.fs-cc-prefs_trigger, .image-5 {
  display: none;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 62px;
    line-height: 72px;
  }

  h2 {
    font-size: 44px;
    line-height: 56px;
  }

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

  h4 {
    font-size: 28px;
    line-height: 36px;
  }

  ._3-col-grid {
    grid-column-gap: 25px;
  }

  ._3-col-grid.services, ._3-col-grid.home-features, ._3-col-grid.featured-properties {
    grid-template-columns: 1fr 1fr;
  }

  ._2-col-grid {
    grid-column-gap: 50px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  ._2-col-grid.reviews {
    grid-row-gap: 49px;
  }

  ._4-col-grid {
    grid-column-gap: 26px;
  }

  ._4-col-grid.footer, ._4-col-grid.team {
    grid-template-columns: 1fr 1fr;
  }

  .container.nav {
    align-items: center;
  }

  .grid-block.left {
    height: 500px;
  }

  .grid-block.properties-card {
    height: auto;
  }

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

  .color-grid {
    grid-row-gap: 24px;
    grid-template-columns: 1fr 1fr;
  }

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

  .menu-block {
    display: none;
  }

  .button-primary {
    margin-left: 0;
  }

  .tablet-left-align {
    text-align: left;
  }

  .h1-style {
    font-size: 64px;
    line-height: 72px;
  }

  .h2-style {
    font-size: 48px;
    line-height: 56px;
  }

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

  .h4-style {
    font-size: 28px;
    line-height: 36px;
  }

  .h5-style {
    font-size: 24px;
    line-height: 32px;
  }

  .navbar {
    justify-content: space-between;
    align-items: center;
    padding-top: 0;
    display: flex;
    position: relative;
  }

  .nav-wrapper {
    background-color: var(--primary);
    position: absolute;
  }

  .nav-right {
    display: none;
  }

  .icon-2 {
    color: var(--white-smoke);
  }

  .image {
    width: 300px;
    right: -4%;
  }

  .features-wrapper {
    grid-template-rows: auto;
  }

  .cta-flex {
    padding-top: 2.7rem;
    padding-bottom: 2.7rem;
  }

  .cta-text {
    margin-left: 0;
    font-size: 1.5625rem;
  }

  .button-secondary-2 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    font-size: 1.2rem;
  }

  .cta-image-wrapper {
    display: none;
  }

  .button-secondary-2-copy {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    font-size: 1.2rem;
  }

  .properties-features-card-wrapper, .properties-card-price-wrapper {
    flex-direction: column;
  }

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

@media screen and (max-width: 767px) {
  h1 {
    margin-bottom: 15px;
    font-size: 54px;
    line-height: 64px;
  }

  h2 {
    font-size: 40px;
    line-height: 48px;
  }

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

  ._3-col-grid {
    grid-row-gap: 51px;
    grid-template-columns: 1fr;
  }

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

  ._3-col-grid.home-features, ._3-col-grid.featured-properties {
    grid-template-columns: 1fr;
  }

  ._2-col-grid {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-template-columns: 1fr;
  }

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

  ._4-col-grid.footer, ._4-col-grid.team {
    grid-template-columns: 1fr;
  }

  .container.featured-properties {
    align-items: flex-start;
  }

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

  .mobile-landscape-left-align {
    text-align: left;
  }

  .mobile-landscape-centered {
    text-align: center;
  }

  .sg-content-block.colour {
    margin-top: 40px;
  }

  .h1-style {
    font-size: 56px;
    line-height: 64px;
  }

  .h2-style {
    font-size: 40px;
    line-height: 48px;
  }

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

  .h5-style {
    font-size: 24px;
    line-height: 32px;
  }

  .image {
    width: 300px;
  }

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

  .section-2 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .cta-flex {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }

  .cta-text {
    margin-bottom: 1.875rem;
  }

  .section-cta {
    padding-top: 0;
    padding-bottom: 0;
  }

  .team-img {
    height: 500px;
  }

  .properties-features-card-wrapper, .properties-card-price-wrapper {
    flex-direction: row;
  }

  .fs-cc-prefs_title {
    font-size: 20px;
  }

  .fs-cc-banner_container {
    flex-direction: column;
    align-items: flex-start;
  }

  .fs-cc-banner_buttons-wrapper {
    margin-top: 12px;
  }

  .fs-cc-banner_text-link {
    margin-right: 8px;
  }

  .fs-cc-banner_button {
    margin-left: 0;
    margin-right: 8px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 35px;
    line-height: 56px;
  }

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

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

  h4 {
    font-size: 24px;
    line-height: 32px;
  }

  h5 {
    font-size: 20px;
    line-height: 28px;
  }

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

  p {
    font-size: 16px;
  }

  ._2-col-grid {
    grid-template-rows: auto;
  }

  .container.featured-properties {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
  }

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

  .section.home-hero {
    background-image: none;
    background-position: 0 0;
    padding-bottom: 20px;
  }

  .grid-block.left {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .button-item.style-guide-spacer {
    margin-bottom: 24px;
  }

  .mobile-left-align {
    text-align: left;
  }

  .style-guide-block.icons, .style-guide-block.buttons, .style-guide-block.rich-text, .style-guide-block.forms, .style-guide-block.typography {
    margin-top: 72px;
  }

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

  .icon-grid, .style-guide-button-wrapper, .style-guide-button-wrapper.margin-bottom-32 {
    flex-wrap: wrap;
  }

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

  .button-primary {
    text-align: left;
    padding-left: 16px;
    padding-right: 16px;
    font-weight: 700;
  }

  .h1-style {
    font-size: 48px;
    line-height: 56px;
  }

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

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

  .h4-style {
    font-size: 24px;
    line-height: 32px;
  }

  .h5-style {
    font-size: 20px;
    line-height: 28px;
  }

  .h6-style {
    font-size: 16px;
    line-height: 28px;
  }

  .navbar {
    padding-bottom: 0;
    position: fixed;
  }

  .nav-wrapper {
    flex-direction: row;
    align-items: flex-start;
    display: block;
    position: absolute;
  }

  .nav-right {
    display: none;
  }

  .menu-button {
    background-color: var(--primary);
  }

  .menu-button.w--open {
    background-color: var(--primary);
    color: var(--primary);
  }

  .paragraph {
    font-size: 18px;
  }

  .image {
    width: 100px;
    display: none;
  }

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

  .heading-style-h3.smaller {
    font-size: 20px;
  }

  .section-2 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .cta-flex {
    text-align: center;
    justify-content: center;
  }

  .section-cta {
    padding-top: 0;
    padding-bottom: 0;
  }

  .paragraph-4 {
    max-width: 500px;
  }

  .heading-7 {
    line-height: 1.3;
  }

  .heading-8 {
    font-size: 31px;
  }

  .properties-features-card-wrapper {
    flex-direction: column;
  }

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

  .slider {
    height: 300px;
  }

  .fs-cc-prefs_button {
    margin-bottom: 8px;
  }

  .fs-cc-banner_close {
    position: absolute;
    top: -22px;
    bottom: auto;
    left: auto;
    right: 10px;
  }

  .fs-cc-banner_buttons-wrapper {
    text-align: center;
    flex-direction: column-reverse;
    align-items: center;
    width: 100%;
  }

  .fs-cc-prefs_component, .fs-cc-prefs_content {
    padding: 24px;
  }

  .fs-cc-banner_button {
    width: 100%;
    margin-bottom: 10px;
  }

  .fs-cc-banner_text {
    margin-right: 0;
  }

  .image-5 {
    border-radius: 20px;
    width: 100%;
    margin-bottom: 20px;
    display: block;
  }
}

#w-node-_6e9d6cc3-1b48-7149-16b6-f6f619cb9ae9-e5520622 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-f080224c-306b-6919-37ee-e853173c54b2-e5520622 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f080224c-306b-6919-37ee-e853173c54b3-e5520622 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-cd71097f-1fa1-69df-833d-45ef8fefc8a5-e5520622, #w-node-_14c41014-892e-7551-d118-fe54600efce8-e5520622, #w-node-_89cb0eab-2327-e4fc-32f4-1d28eae950af-e5520622, #w-node-e18e4764-de41-4700-ba80-a40dd8cadd71-e5520622, #w-node-_2a7334ac-40a6-1770-0b98-101cc884774d-e5520622, #w-node-_7c4bb102-e0bb-b9da-5c7b-1b49f733f18b-e5520622, #w-node-c422b6b1-651b-f4aa-3b68-d620545aaaba-e5520622, #w-node-_17100ab6-f392-d55a-6b22-454d94c32992-e5520622, #w-node-dc7005ec-75f6-6371-e628-8b8da4b4dd0e-e5520622, #w-node-_253128a6-71e0-59ab-3347-f94de4c8fa7e-e5520622, #w-node-_1c87dd8f-bcbf-3896-a8bb-ac22c9ec6b16-e5520622, #w-node-b79bab9c-6456-ee34-1165-35e25d97cdea-e5520622, #w-node-_3bb9d169-fb0a-18ed-bc4b-e3b406a88218-e5520622 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dade8e77-d883-0d31-1144-591977902998-e5520622, #w-node-_2f0be99c-a9ad-863e-4093-5dae80526d2e-e5520622, #w-node-_1078acd3-b07f-a2d9-d22a-e70cf31a4c53-e5520622, #w-node-_2753577d-e94d-eaf0-fed0-b4c83637befb-e5520622, #w-node-_820ae720-50b3-55ef-163b-d368482be85d-e5520622, #w-node-_6369f7b6-3ac7-6912-4949-4253f1f7edd1-e5520622 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-_2d546852-ab4b-55a0-1a88-8cfdce136bfc-e5520622 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2d546852-ab4b-55a0-1a88-8cfdce136bfd-e5520622 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
  justify-self: auto;
}

#w-node-_6e9d6cc3-1b48-7149-16b6-f6f619cb9ae9-c9c5a44b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_6e9d6cc3-1b48-7149-16b6-f6f619cb9aea-c9c5a44b, #w-node-_2d546852-ab4b-55a0-1a88-8cfdce136bfc-c9c5a44b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2d546852-ab4b-55a0-1a88-8cfdce136bfd-c9c5a44b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
  justify-self: auto;
}


