:root {
  --dark-blue: #111b37;
  --secondary: white;
  --primary: #dfb187;
  --slate-grey: #9c9ca7;
  --dark-card: #2b333d;
  --blue-gray: #1c2745;
  --black-footer-bottom: #111521;
  --black-footer: #161b2b;
  --blue: #101d41;
}

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

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.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-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-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  background-color: var(--dark-blue);
  color: var(--secondary);
  letter-spacing: .6px;
  flex-direction: column;
  font-family: Barlow, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  list-style: none;
  display: flex;
}

h1 {
  letter-spacing: 0;
  min-height: 32px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gilda Display, sans-serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 1.15em;
}

h2 {
  letter-spacing: 0;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gilda Display, sans-serif;
  font-size: 45px;
  font-weight: 400;
  line-height: 1.5em;
}

h3 {
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gilda Display, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.4em;
}

h4 {
  text-align: left;
  letter-spacing: 0;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gilda Display, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5em;
}

h5 {
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gilda Display, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.55em;
}

h6 {
  color: var(--primary);
  letter-spacing: 6px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Barlow Condensed, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5em;
}

p {
  color: var(--slate-grey);
  letter-spacing: 0;
  margin-bottom: 0;
  font-family: Barlow, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.7em;
}

a {
  color: var(--secondary);
  cursor: pointer;
  font-family: Barlow, sans-serif;
  font-size: 1.1rem;
  font-weight: 300;
  line-height: 1.7em;
  text-decoration: none;
  transition: color .4s;
}

a:hover {
  color: var(--primary);
}

ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

li {
  color: var(--slate-grey);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Barlow, sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.5em;
  list-style: none;
}

img {
  display: inline-block;
}

label {
  color: var(--primary);
  letter-spacing: 6px;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-family: Barlow Condensed, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.7;
  display: block;
}

strong {
  font-weight: 700;
}

blockquote {
  border-left: 5px solid var(--primary);
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 1.1rem;
  line-height: 22px;
}

figure {
  margin-bottom: 10px;
}

figcaption {
  color: var(--slate-grey);
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Roboto;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5em;
}

.sg-left-top-wrapper {
  flex-direction: column;
  align-items: flex-start;
  width: 300px;
  min-height: 100vh;
  display: flex;
  position: fixed;
  inset: 0% auto 0% 0%;
}

.sg-right-bottom-wrapper {
  flex-direction: column;
  width: auto;
  min-height: 100vh;
  margin-left: 300px;
  display: flex;
  position: relative;
}

.sg-outer-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 100%;
}

.sg-outer-wrapper.max-width-1440px {
  overflow: visible;
}

.return-to-top-lb {
  z-index: 100;
  background-color: var(--primary);
  color: #eee;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  transition: background-color .4s;
  display: flex;
  position: fixed;
  inset: auto 16px 16px auto;
  box-shadow: 6px 6px 16px #33333326;
}

.return-to-top-lb:hover {
  background-color: var(--dark-card);
  color: #eeeeeebf;
}

.sg-brand-wrapper {
  border-bottom: .5px solid var(--primary);
  background-color: var(--blue-gray);
  color: #0000;
  text-align: center;
  width: 100%;
  padding: 32px;
  transition: background-color .25s;
}

.sg-anchor-links-wrapper {
  background-color: var(--blue-gray);
  flex-direction: column;
  width: 100%;
  display: flex;
  overflow: auto;
}

.sg-return-to-home-lb {
  background-color: var(--blue-gray);
  color: #eee;
  border-top: .5px solid #eeeeee80;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: auto;
  padding: 32px;
  text-decoration: none;
  transition: background-color .4s;
  display: flex;
}

.sg-return-to-home-lb.mobile-only {
  border-top-style: none;
  height: 0;
  padding: 0;
}

.sg-anchor-lb {
  background-color: var(--blue-gray);
  color: #eee;
  align-items: center;
  padding: 16px 32px;
  text-decoration: none;
  transition: background-color .4s;
  display: flex;
}

.sg-anchor-lb:hover {
  color: var(--primary);
}

.sg-anchor-lb.w--current {
  background-color: var(--primary);
  box-shadow: inset 3px 0 0 0 var(--dark-blue);
  color: var(--black-footer-bottom);
}

.sg-divider {
  background-color: #eeeeee40;
  width: 100%;
  height: .5px;
  min-height: .5px;
  margin-top: 32px;
  margin-bottom: 32px;
}

.sg-divider.typography {
  background-color: #0000;
  width: 32px;
  margin-top: 16px;
  margin-bottom: 16px;
}

.global-section {
  width: 100%;
  max-width: 100%;
  padding: 128px 64px 0;
}

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

.logo-lb {
  justify-content: center;
  align-items: center;
  max-width: 100%;
  display: flex;
}

.logo-img {
  width: 50%;
}

.sg-typography-block {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Barlow, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.313rem;
}

.text.centred {
  text-align: center;
}

.text.mobile-only {
  display: none;
}

.top {
  width: 100%;
  height: 0;
}

.sg-heading-wrapper {
  max-width: 550px;
  margin-bottom: -16px;
}

.sg-colours-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  max-width: 575px;
  margin-left: -16px;
  margin-right: -16px;
}

.sg-colour-wrapper {
  border-radius: 5px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 16px;
  display: flex;
}

.sg-colour-swatch {
  background-color: #3c4958;
  border-radius: 50%;
  width: 100%;
  margin-bottom: 16px;
  padding-top: 100%;
}

.sg-colour-swatch.black {
  background-color: var(--black-footer);
}

.sg-colour-swatch.primary {
  background-color: var(--primary);
}

.sg-colour-swatch.secondary {
  background-color: var(--secondary);
}

.sg-colour-swatch.light-slate-grey {
  background-color: var(--dark-blue);
}

.sg-colour-swatch.slate-grey {
  background-color: var(--slate-grey);
  background-color: var(--slate-grey);
}

.sg-colour-swatch.black-darker {
  background-color: var(--black-footer-bottom);
}

.sg-colour-swatch.dark-card {
  background-color: var(--dark-card);
}

.sg-colour-swatch.black-lighter {
  background-color: var(--black-footer);
}

.sg-colour-label-wrapper {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.sg-logos-grid {
  grid-row-gap: 48px;
  grid-template-rows: auto;
}

.rtb p {
  margin-bottom: 16px;
}

.rtb h3, .rtb h4, .rtb h5, .rtb h6 {
  margin-bottom: 8px;
}

.rtb img {
  border-radius: 5px;
  width: 100%;
}

.rtb figure {
  margin-bottom: 16px;
}

.rtb ol {
  margin-bottom: 0;
  padding-left: 40px;
  list-style-type: decimal;
}

.rtb ul {
  margin-bottom: 0;
  padding-left: 40px;
  list-style-type: disc;
}

.blog-post-first-letter {
  float: left;
  color: var(--primary);
  margin-top: 4px;
  margin-right: 8px;
  font-size: 2.8em;
  font-weight: 700;
  line-height: 1;
}

.sg-buttons-grid {
  grid-row-gap: 48px;
  grid-template-rows: auto auto auto;
}

.sg-button-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.sg-button-block {
  border: .5px solid #eeeeee80;
  border-radius: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 16px;
  padding: 64px 32px;
  display: flex;
}

.button-secondary {
  background-color: var(--blue-gray);
  color: var(--primary);
  text-align: center;
  letter-spacing: 0;
  text-transform: uppercase;
  white-space: nowrap;
  justify-content: center;
  align-items: center;
  margin: .3125rem 1px;
  padding: 12px 30px;
  font-family: Barlow Condensed, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.42857;
  transition: color .3s, background-color .3s;
  display: inline-block;
}

.button-secondary:hover {
  background-color: var(--primary);
  color: var(--black-footer-bottom);
}

.button-secondary.background-primary {
  transition: background-color .2s, background-color .2s;
}

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

.button-secondary.background-white.color-dark-blue {
  color: var(--dark-blue);
}

.sg-logo-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.sg-logo-block {
  border: .5px solid #eeeeee80;
  border-radius: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 16px;
  padding: 64px 32px;
  display: flex;
}

.favicon {
  width: 32px;
  height: 32px;
}

.webclip {
  object-fit: contain;
  width: 256px;
  height: 256px;
}

.section {
  width: 100%;
}

.section.max-width-1440px {
  max-width: none;
  margin-bottom: 40px;
}

.container {
  max-width: 90%;
  padding-left: 15px;
  padding-right: 15px;
}

.row {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
  overflow: hidden;
}

.row.centered {
  justify-content: center;
}

.wrapper-thirds {
  min-width: 33.3333%;
  max-width: 33.3333%;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.centered {
  text-align: center;
  list-style: none;
}

.row-utilities {
  flex-wrap: wrap;
  width: 89%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.card-wrapper {
  flex-direction: column;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.card-wrapper.padding-left-15px {
  padding-left: 15px;
}

.row-content {
  grid-column-gap: 45px;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.row-content.row-gap-on-tab {
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}

.row-content.row-gap-on-tab._90-width {
  width: 90%;
}

.color-red {
  color: #f44336;
}

.wrapper-full {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.social-icon {
  object-fit: contain;
  max-height: 100%;
}

.space {
  min-height: 150px;
}

.space.show-on-tab {
  display: none;
}

.background-dark {
  background-color: var(--blue-gray);
}

.container-full {
  max-width: 100%;
}

.container-full.max-width-1440px.relative {
  max-width: none;
  position: relative;
}

.color-white {
  color: var(--secondary);
}

.space-small {
  min-height: 30px;
}

.content-icon {
  max-height: 30px;
}

.space-semi {
  min-height: 60px;
}

.nav-menu-link {
  color: #eee;
  text-transform: uppercase;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
}

.nav-menu-link:hover {
  color: var(--primary);
}

.nav-menu-link:focus-visible, .nav-menu-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-bar-container {
  background-color: var(--dark-blue);
  width: 100%;
  max-width: 1440px;
  min-height: 100px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
}

.nav-bar-container.home-about-desktop {
  background-color: #0000;
}

.nav-menu {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-bar-wrapper {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  margin-top: 75px;
  padding-right: 12%;
  display: flex;
}

.nav-bar-wrapper.margin-top-30px {
  margin-top: 30px;
  display: flex;
}

.card-body-contact {
  border-radius: 6px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: -50px;
  padding: 80px 5px 20px;
  display: flex;
}

.checkbox-label {
  color: #8090a7;
}

.button-submit {
  border: 1px solid var(--primary);
  background-color: var(--primary);
  color: var(--blue-gray);
  text-align: center;
  letter-spacing: 0;
  text-transform: uppercase;
  white-space: nowrap;
  border-radius: .2rem;
  padding: 12px 30px;
  font-family: Roboto;
  font-size: .75rem;
  font-weight: 400;
  line-height: 1.42857;
  text-decoration: none;
  transition: box-shadow .4s, transform .4s, border-color .4s, background-color .4s;
  position: relative;
  box-shadow: 0 1px 5px #e3af5a1f, 0 3px 1px -2px #e3af5a33, 0 2px 2px 2px #e3af5a24;
}

.button-submit:hover {
  background-color: var(--secondary);
  color: var(--blue-gray);
  box-shadow: 0 3px 1px -2px #9c27b024, 0 10px 10px #9c27b033;
}

.button-submit.w--current {
  color: #eee;
  background-color: #e91e63;
}

.contact-form-block {
  align-self: flex-start;
  width: 100%;
  margin-bottom: 0;
}

.contact-form-wrapper {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.background-primary {
  background-color: var(--primary);
  color: var(--black-footer-bottom);
}

.background-primary:hover {
  background-color: var(--secondary);
  color: var(--black-footer-bottom);
}

.text-weight-bold {
  font-weight: 700;
}

.text-weight-medium {
  font-weight: 500;
}

.text-weight-normal {
  font-weight: 400;
}

.text-weight-light {
  font-weight: 300;
}

.webflow-block {
  border: .5px solid #eeeeee80;
  border-radius: 5px;
  margin-top: 32px;
  padding: 32px;
}

.button-wrapper {
  overflow: hidden;
}

.text-field-name {
  background-color: #0000;
  border: 0 #0000;
  border-bottom: 1px solid #0000;
  align-self: flex-start;
  margin-bottom: 0;
  padding: .4375rem 0;
}

.check-box-product-page {
  color: var(--blue-gray);
  text-align: center;
  background-color: #0000;
  border: 1px solid #3c49584d;
  align-self: center;
  margin-bottom: 10px;
  padding: .4375rem 0;
}

.text-field-cart-page {
  color: var(--slate-grey);
  background-color: #0000;
  border: 0 #0000;
  border-bottom: 1px solid #0000;
  align-self: flex-start;
  margin-bottom: 0;
  padding: .4375rem 0;
}

.page-wrapper {
  width: 100%;
  overflow: hidden;
}

.gallery-list-wrapper {
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  flex-flow: wrap;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  overflow: hidden;
}

.gallery-item {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.success-text {
  color: var(--dark-blue);
  font-size: 16px;
}

.heading-large {
  color: #181717;
  text-align: center;
  letter-spacing: 3px;
  white-space: nowrap;
  margin-top: 0;
  margin-bottom: 1%;
  font-size: 2em;
  line-height: 1;
}

.text-large {
  color: #181717;
  text-align: center;
  margin-top: 0%;
  margin-bottom: 0;
  font-size: 1.2em;
  font-weight: 400;
  line-height: 2;
}

.text-large.padding-bottom-md {
  width: 40%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 4%;
}

.separator {
  object-fit: contain;
  width: 15%;
  margin: 0% auto 1.8%;
  display: block;
}

.spa-form-wrapper {
  background-color: #fff;
  border-radius: 5px;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  padding: 4%;
}

.margin-right {
  margin-right: 15px;
}

.space-large {
  min-height: 130px;
}

.invert {
  filter: invert();
}

.fix-scroll-container {
  z-index: 1;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.main-wrapper {
  flex-direction: column;
  display: flex;
  overflow: hidden;
}

.book-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 1px;
  display: flex;
  position: relative;
}

.wrapper-center {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 60%;
  min-height: 1px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.image-small-circle {
  border-radius: 100%;
  width: 60px;
  max-width: 60px;
  height: 60px;
  max-height: 60px;
}

.main-wrapper-no-overflow {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.blog-single-wrapper {
  background-color: #0000;
  width: 100%;
}

.blog-single-page {
  z-index: 3;
  border-radius: 6px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.footer-bottom-text-link {
  white-space: nowrap;
  width: 100%;
  font-size: .9rem;
  text-decoration: underline;
}

.footer-bottom-text-link:hover {
  color: var(--primary);
}

.footer-social-link {
  width: 1.2em;
}

.footer-bottom-text {
  color: var(--secondary);
  white-space: nowrap;
  font-size: .9rem;
}

.footer-link {
  letter-spacing: 0;
  cursor: pointer;
  font-size: 17px;
  text-decoration: none;
}

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

.footer-links-title {
  font-family: Barlow Condensed, sans-serif;
  font-size: 1.188rem;
  font-weight: 700;
  line-height: 2;
}

.footer-bottom-wrapper {
  background-color: var(--black-footer-bottom);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-social-links-wrapper {
  grid-column-gap: 15px;
  justify-content: flex-start;
  align-items: center;
  width: 110px;
  display: flex;
}

.blog-single-image-wrapper {
  z-index: 4;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-height: 80vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.blog-single-image {
  object-fit: cover;
  width: 80%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0%;
}

.footer-flex-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.margin-left {
  margin-left: 15px;
}

.footer-links-text {
  grid-row-gap: 9px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 240px;
  display: flex;
}

.footer-text-wrapper {
  background-color: #0000;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.footer-content-wrapper {
  flex-direction: column;
  width: 40%;
  display: flex;
}

.footer-paragraph {
  width: 75%;
  padding-bottom: 10px;
}

.footer-logo-link {
  position: relative;
}

.footer-logo-link.w--current {
  padding-top: 3%;
}

.card-icon {
  max-width: 70px;
  max-height: 70px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 32%;
}

.sg-buttons-grid-icons {
  grid-row-gap: 48px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  padding-bottom: 40px;
}

.social-media-icon {
  max-height: 2.2rem;
}

.row-tab {
  flex-wrap: nowrap;
  margin-bottom: 60px;
  display: flex;
}

.nav-tab {
  flex-wrap: wrap;
  place-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.licenses-wrapper {
  text-align: center;
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
}

.image-licenses {
  cursor: pointer;
  object-fit: cover;
  width: 100%;
  height: 100%;
  min-height: 300px;
  transition: filter .2s;
}

.image-licenses:hover {
  filter: brightness(50%);
}

.image-wrapper {
  object-fit: cover;
  background-color: #0006;
  border-radius: 5px;
  flex-direction: column;
  width: 100%;
  min-height: 300px;
  max-height: 300px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image-wrapper:hover {
  background-color: #00000080;
}

.gallery-grid-list {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  place-items: center;
  display: grid;
}

.gallery {
  text-align: center;
  padding-top: 0;
  padding-bottom: 0;
}

.button-ghost {
  box-shadow: none;
  color: #5c4e3d;
  text-align: center;
  letter-spacing: 0;
  text-transform: uppercase;
  white-space: nowrap;
  background-color: #f5f5f5;
  border: 1px solid #0000;
  flex-direction: row;
  justify-content: center;
  min-width: 100px;
  margin-top: 20px;
  padding: 1.125rem 2.25rem;
  font-size: .875rem;
  font-weight: 300;
  line-height: 1.33;
  text-decoration: none;
  transition: box-shadow .4s, transform .4s, border-color .4s, background-color .4s;
  display: inline-block;
}

.button-ghost:hover {
  box-shadow: none;
  background-color: #f5f5f5;
}

.button-ghost.w--current {
  color: #eee;
  background-color: #ab8421;
}

.changelog-wrapper {
  text-align: center;
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
}

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

.wrapper-full-1140px {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.image-overlay {
  z-index: 100;
  background-color: var(--primary);
  display: none;
  position: absolute;
  inset: 0%;
}

.contact-text-field {
  color: #9c9ca7;
  background-color: #0000;
  border: 0 #0000;
  border-bottom: 1px solid #e3af5a80;
  margin-bottom: 0;
  padding: .4375rem 0;
  font-size: .95rem;
}

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

.contact-text-area {
  color: #9c9ca7;
  background-color: #0000;
  border: 0 #0000;
  border-bottom: 1px solid #e3af5a80;
  align-self: center;
  min-height: 130px;
  margin-bottom: 0;
  padding: .4375rem 0;
  font-size: .95rem;
}

.contact-text-area:hover {
  border-bottom-color: var(--primary);
}

.space-mid {
  min-height: 90px;
}

.listings-image {
  cursor: pointer;
  object-fit: cover;
  width: 100%;
  min-width: 100%;
  min-height: 320px;
  transition: transform .2s ease-in;
}

.listings-image:hover {
  transform: scale(1.1);
}

.flex {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

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

.flex.align-center-justify-center.gap-15px {
  grid-column-gap: 15px;
  grid-column-gap: 15px;
}

.wrapper-left {
  width: 70%;
  max-width: 70%;
  min-height: 1px;
}

.listing-title {
  text-align: left;
}

.listing-subheading {
  color: var(--primary);
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 8px;
  font-size: 15px;
  line-height: 1em;
}

.listing-subheading.margin-left-3px {
  margin-left: 3px;
}

.listing-subheading.margin-left-2px {
  margin-left: 2px;
}

.faq-content-wrapper {
  text-align: center;
  width: 60%;
  min-height: 1px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.description-max-width {
  text-align: center;
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
}

.space-text {
  min-height: 15px;
}

.icon {
  color: var(--primary);
  max-width: 60px;
  max-height: 60px;
  margin-bottom: 20px;
  font-family: Material Symbols Outlined, sans-serif;
  font-weight: 100;
  position: static;
  top: -10px;
}

.button-secondary-wrapper {
  grid-row-gap: 15px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.booking-form {
  grid-row-gap: 15px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.booking-form-block {
  width: 90%;
  margin-bottom: 0;
}

.content-block-centered {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.booking-text-field-ghost {
  color: #fff;
  background-color: #0000;
  border: 1px solid #eee;
  border-radius: 12.5rem;
  min-height: 50px;
  max-height: 50px;
  margin-bottom: 0;
  padding-left: 60px;
}

.input-wrapper {
  width: 100%;
  max-width: 300px;
  min-height: 50px;
  max-height: 50px;
}

.title-field-wrapper {
  color: #eee;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.social-link-booking {
  justify-content: center;
  align-items: center;
  width: 15px;
  min-width: 15px;
  height: 100%;
  margin-left: 30px;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.faq-dropdown-title {
  text-align: left;
  white-space: pre-wrap;
  max-width: 90%;
  padding-right: 60px;
  font-size: 1.2rem;
  font-weight: 300;
}

.faq-dropdown-accordion {
  min-width: 100%;
}

.faq-plus-icon {
  max-width: 30px;
  max-height: 30px;
  margin-left: 0;
  position: relative;
  top: -1px;
  transform: rotate(45deg);
}

.faq-row {
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  width: 90%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.dropdown-description-wrapper {
  margin-top: 0;
  overflow: hidden;
}

.dropdown-toggle {
  background-color: var(--blue-gray);
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  min-width: 100%;
  margin-top: 15px;
  padding: 30px 45px;
}

.dropdown-description {
  text-align: left;
}

.faq-title {
  text-align: center;
}

.faq-flex {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.faq-title-wrapper {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 60%;
  min-height: 1px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.faq-wrapper {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.cta-text-wrapper {
  z-index: 100;
  grid-row-gap: 15px;
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding-left: 90px;
  display: flex;
  position: relative;
  bottom: 30px;
  left: 30px;
}

.cta-text-wrapper.fade-in-animation {
  justify-content: center;
  align-items: flex-start;
}

.cta-paragraph {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}

.testimonials-wrapper {
  border-radius: 25px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 4rem;
  padding-left: 15%;
  padding-right: 15%;
  display: flex;
}

.office-tabs-grid {
  grid-column-gap: 30px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .3fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  align-self: center;
  justify-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.tabs-menu {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.tabs-content {
  width: 100%;
  display: flex;
}

.testimonial-tab {
  border: 1px solid var(--blue-gray);
  background-color: var(--blue-gray);
  box-shadow: none;
  color: var(--secondary);
  text-align: center;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  transition: box-shadow .2s;
  display: flex;
}

.testimonial-tab:hover {
  box-shadow: none;
  color: var(--secondary);
  border-bottom: 1px solid #e3af5a80;
}

.testimonial-tab.w--current {
  border-bottom-color: var(--primary);
  background-color: var(--blue-gray);
  box-shadow: none;
}

.fix-scroll-container-listing {
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.fix-scroll-wrapper-lisitng {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5%;
  padding-right: 5%;
  position: relative;
}

.box-lisiting {
  flex-direction: column;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 60px 30px;
  display: flex;
}

.lisitngs-side-bar-left {
  background-color: var(--blue-gray);
  position: sticky;
  top: 30px;
}

.page-grid-lisiting {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  align-items: start;
}

.wrapper-bottom {
  align-self: flex-end;
}

.listings-title-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  min-height: 1px;
  padding-right: 30px;
  display: flex;
}

.icon-listing-wrapper {
  width: 20px;
  min-width: 20px;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.icon-listing {
  opacity: .7;
  object-fit: contain;
}

.listing-type-title {
  text-align: left;
}

.listing-type-wrapper {
  grid-row-gap: 15px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.wrapper-content {
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 80%;
  min-height: 1px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.team-card {
  grid-row-gap: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.author-blog-wrapper {
  background-image: linear-gradient(#000000bf, #000000bf), url('../images/grayscale-photo-of-woman-using-laptop-near-three-salon-chairs_1grayscale-photo-of-woman-using-laptop-near-three-salon-chairs.webp');
  background-position: 0 0, 100% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 8px;
  width: 90%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 80px;
}

.agent-wrapper {
  border-radius: 8px;
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

.agent-single-image {
  max-height: 250px;
}

.agent-single-image.relative-down {
  position: relative;
  top: 14px;
}

.agent-image-wrapper {
  border-radius: 200px;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 22%;
  max-width: 200px;
  margin-bottom: 0;
  margin-right: 15px;
  display: flex;
  overflow: hidden;
  box-shadow: 0 16px 38px 12px #0003;
}

.agent-info {
  grid-column-gap: 15px;
  text-align: left;
  align-items: center;
  display: flex;
}

.locations-left-arrow {
  z-index: 99;
  max-width: 50px;
  max-height: 90px;
  position: absolute;
  top: 80%;
  left: 0;
}

.locations-right-arrow {
  max-width: 30px;
  max-height: 90px;
  position: absolute;
  top: 80%;
  right: 88%;
}

.social-link-wrapper-small {
  height: 15px;
  max-height: 15px;
}

.locations-slider {
  background-color: #0000;
  width: 640px;
  max-width: 640px;
  height: 400px;
  max-height: 400px;
  position: relative;
}

.locations-mask {
  overflow: visible;
}

.locations-slide {
  margin-right: 30px;
  overflow: hidden;
}

.image-locations {
  object-fit: cover;
  width: 50%;
  max-height: 400px;
  position: relative;
  overflow: hidden;
}

.icon-arrow-left {
  margin-right: 0;
  font-family: Roboto Slab;
  font-size: 25px;
  font-weight: 900;
}

.locations-title {
  z-index: 2;
  color: var(--secondary);
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #fff, #313953);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 36px;
}

.testimonial-client-wrapper {
  text-align: left;
  flex-wrap: nowrap;
  display: flex;
}

.testimonial-info-wrapper {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: 20px;
  display: flex;
}

.hero-content-wrapper {
  z-index: 99;
  grid-row-gap: 15px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 60%;
  max-width: 750px;
  margin-top: 60px;
  padding-left: 15%;
  padding-right: 0;
  display: flex;
  position: relative;
}

.hero-content-wrapper.align-center {
  align-items: center;
}

.steps-real-estate-wrapper {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}

.title-wrapper {
  grid-row-gap: 15px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.image-steps {
  object-fit: cover;
  max-width: 120%;
  min-height: 100%;
}

.steps-text-wrapper {
  grid-column-gap: 30px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  left: 133px;
}

.steps-text-wrapper.opposite {
  flex-direction: row-reverse;
  left: -150px;
}

.features-main-wrapper {
  grid-column-gap: 135px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.features-image-wrapper {
  z-index: 1;
  align-self: flex-start;
  position: relative;
  overflow: hidden;
}

.features-image-1 {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
  min-height: 600px;
  max-height: 600px;
  box-shadow: 0 8px 10px -5px #0003, 0 5px 15px -8px #0000003d;
}

.seperator-wrapper {
  grid-column-gap: 15px;
  text-align: center;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 60%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.listings-cms-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  place-items: start center;
  width: 81%;
  max-width: 1168px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.listings-cms-wrapper._100 {
  width: 100%;
}

.badge-card-type {
  background-color: var(--dark-blue);
  color: var(--secondary);
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  justify-content: center;
  align-self: center;
  align-items: center;
  padding: 10px 12px;
  font-family: Roboto;
  font-size: .6rem;
  font-weight: 300;
  line-height: 1;
  transition: transform .4s, border-color .4s, background-color .4s;
  display: flex;
  position: absolute;
  inset: 3% 3% auto auto;
  box-shadow: 0 2px 5px #0003;
}

.badge-card-type:hover {
  color: #eee;
}

.listing-text-wrapper {
  grid-row-gap: 3px;
  background-image: linear-gradient(to bottom, transparent 50%, #111b37b3 75%, var(--dark-blue));
  color: var(--secondary);
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  min-height: 100%;
  padding-bottom: 30px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
  overflow: hidden;
}

.blog-row {
  background-color: var(--blue-gray);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.blog-features-image {
  object-fit: cover;
  min-width: 100%;
  max-width: 100%;
  min-height: 360px;
  max-height: 360px;
  box-shadow: 0 8px 10px -5px #0003, 0 5px 15px -8px #0000003d;
}

.blog-image-wrapper {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  max-width: 100%;
  max-height: 360px;
  position: relative;
  overflow: hidden;
}

.listing-card-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 320px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.card-listing-content {
  flex-direction: column;
  min-width: 39.5%;
  max-width: 569px;
  max-height: 320px;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.space-listings-card {
  min-height: 30px;
}

.badge-card-square {
  z-index: 99;
  grid-column-gap: 16px;
  background-color: var(--blue-gray);
  color: var(--primary);
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 9px 10px 15px;
  font-family: Barlow, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  transition: transform .4s, border-color .4s, background-color .4s;
  display: flex;
  position: absolute;
  inset: 15px 30px auto auto;
  box-shadow: 0 2px 5px #0003;
}

.badge-card-square.not-absolute {
  position: static;
}

.blog-text-wrapper {
  grid-row-gap: 15px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  padding: 30px 30px 45px;
  display: flex;
}

.line-separator {
  background-color: #dfb18780;
  width: 50%;
  min-width: 135px;
  max-width: 135px;
  min-height: 1px;
}

.separator-icon {
  max-width: 45px;
  max-height: 45px;
}

.flex-footer {
  grid-column-gap: 15px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.teams-image-wrapper {
  z-index: 2;
  object-fit: fill;
  min-height: 300px;
  max-height: 300px;
  position: relative;
  left: -60px;
  overflow: hidden;
  box-shadow: 0 10px 15px -5px #0000003d;
}

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

.teams-card {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  right: -30px;
}

.teams-card:hover {
  color: var(--secondary);
}

.teams-text-wrapper {
  z-index: 1;
  background-color: var(--blue-gray);
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  min-height: 300px;
  max-height: 300px;
  padding-bottom: 15px;
  padding-left: 30px;
  display: flex;
  position: absolute;
  top: 80px;
}

.realtors-wrapper {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.footer-wrapper {
  background-color: var(--black-footer);
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.locations-text-wrapper {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 800px;
  min-height: 1px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.footer-bottom-flex {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 80%;
  display: flex;
}

.hero-main-wrapper {
  background-image: none;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  min-height: 100vh;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.line-bottom {
  z-index: 9;
  border-bottom: 1px solid #dfb18780;
  width: 100%;
  position: absolute;
  inset: auto 0% 0%;
}

.button-overlay {
  z-index: 1;
  background-color: var(--blue-gray);
  max-width: 100%;
  position: absolute;
  inset: 0% 0% 0% -100%;
}

.button-overlay:hover {
  border-color: #0000;
}

.locations-wrapper {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
}

.locations-nav {
  display: none;
}

.testimonial-icon {
  opacity: .05;
  align-self: flex-start;
  max-height: 120px;
  position: relative;
  top: 16px;
}

.testimonial-text-wrapper {
  width: 100%;
}

.testimonial-image-wrapper {
  background-color: #0000;
  border-radius: 8px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.features-description {
  text-align: left;
  max-width: 550px;
}

.margin-right-text {
  margin-right: 4px;
}

.listing-price {
  opacity: 0;
  color: var(--primary);
  display: none;
}

.contact-wrapper {
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-height: 100vh;
  margin-top: 5px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  display: flex;
  overflow: hidden;
}

.cta-large-card {
  grid-row-gap: 7.5px;
  box-shadow: none;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  padding-left: 45px;
  padding-right: 45px;
  display: flex;
}

.cta-large-card.background-dark.centered {
  justify-content: flex-start;
  align-items: center;
}

.cta-large-card.bagckground-image-1 {
  background-image: url('../images/brown-wooden-cabinet-near-green-and-white-table.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.cta-large-card.background-image-2 {
  background-image: url('../images/living-room-with-brown-wooden-table-and-chairs.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.cta-large-card.background-image-3 {
  background-image: url('../images/Hero-Image-2.jpg');
  background-position: 68%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
}

.contact-right-wrapper {
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  max-width: 50%;
  min-height: 100%;
  padding-top: 90px;
  padding-left: 0;
  padding-right: 60px;
  position: relative;
}

.contact-left-wrapper {
  background-image: linear-gradient(-45deg, var(--dark-blue) 5%, transparent 50%), linear-gradient(45deg, transparent 50%, var(--dark-blue) 95%), linear-gradient(to bottom, transparent 50%, var(--dark-blue) 95%), linear-gradient(to bottom, var(--dark-blue) 5%, transparent 49%), linear-gradient(to right, transparent 30%, var(--dark-blue) 95%), url('../images/a-modern-living-room-with-a-large-window.jpg');
  background-position: 0 0, 0 0, 0 0, 0 0, 0 0, 70% 0;
  background-size: auto, auto, auto, auto, auto, cover;
  width: 50%;
  max-width: 50%;
  height: 100%;
  min-height: 100vh;
  max-height: 100%;
}

.contact-title-wrapper {
  padding-left: 30px;
  padding-right: 30px;
}

.single-listing-title {
  justify-content: space-between;
  align-items: center;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.listings-menu-link {
  color: var(--slate-grey);
  letter-spacing: .3px;
  text-transform: uppercase;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: .9rem;
  font-weight: 300;
  text-decoration: none;
  transition: color .3s;
}

.listings-menu-link:hover {
  color: var(--primary);
}

.listings-menu-link:focus-visible, .listings-menu-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.collection-item {
  cursor: pointer;
  min-width: 100%;
  max-width: 100%;
  min-height: 100%;
  max-height: 100%;
  overflow: hidden;
}

.listing-image-quarter {
  object-fit: cover;
  min-width: 300px;
  max-width: 300px;
  min-height: 250px;
  transition: transform .2s ease-in;
}

.listing-image-quarter:hover {
  transform: scale(1.05);
}

.breadcrumbs {
  align-items: center;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.grid-quarter {
  grid-column-gap: 7.5px;
  grid-row-gap: 7.5px;
  flex-flow: column wrap;
  grid-template-rows: repeat(auto-fit, minmax(0, 1fr));
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  min-width: 100%;
  max-width: 100%;
  min-height: 500px;
  max-height: 500px;
  display: grid;
  overflow: visible;
}

.single-listing-images {
  min-width: 90%;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.image-light-box-link {
  width: 55%;
  max-height: 500px;
  overflow: hidden;
}

.listing-images {
  grid-column-gap: 7.5px;
  grid-row-gap: 7.5px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-content: center;
  justify-items: center;
  max-width: 100%;
  display: flex;
  overflow: hidden;
}

.left-image {
  object-fit: cover;
  min-width: 100%;
  min-height: 750px;
  margin-top: -200px;
  transition: transform .2s ease-in;
}

.left-image:hover {
  transform: scale(1.05);
}

.listings-wrapper-full {
  object-fit: fill;
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.listings-badge {
  background-color: var(--blue-gray);
  color: var(--primary);
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 9px 10px 15px;
  font-family: Barlow, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  transition: transform .4s, border-color .4s, background-color .4s;
  display: inline-block;
  box-shadow: 0 2px 5px #0003;
}

.blog-wrapper {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.agent-socials-wrapper {
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 100px 5px auto auto;
}

.agent-socials-wrapper.invert {
  z-index: 2;
}

.body-styleguide {
  background-color: var(--blue-gray);
}

.locations-card {
  justify-content: flex-start;
  align-items: center;
  max-width: 100%;
  max-height: 400px;
  display: flex;
  overflow: hidden;
}

.logo {
  color: var(--secondary);
  max-height: 60px;
  font-family: Allura;
  font-size: 24px;
}

.single-listing-card-body {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 80px 5px 20px;
  display: flex;
}

.single-listing-card {
  background-color: var(--blue-gray);
  width: 100%;
  height: 100%;
  padding-left: 40px;
  padding-right: 40px;
}

.blog-rich-text {
  width: 58%;
  margin-left: auto;
  margin-right: auto;
}

.property-details {
  grid-column-gap: 30px;
  justify-content: flex-start;
  width: 50%;
  display: flex;
}

.space-fill {
  min-height: 70px;
}

.utility-page-wrap {
  background-image: linear-gradient(#000c, #000c), url('../images/Hero-Image-2.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  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;
  max-width: 260px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

._404-title {
  font-size: 10rem;
}

._404-image {
  max-width: 120px;
  margin-left: auto;
  margin-right: auto;
}

.agent-card {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.quantity-field {
  color: var(--blue-gray);
  border-radius: 0;
  align-self: center;
  margin-bottom: 0;
  padding-left: 20px;
}

.cart-container {
  color: var(--blue-gray);
}

.button-checkout {
  background-color: var(--primary);
  color: var(--dark-blue);
  text-align: center;
  letter-spacing: 0;
  text-transform: uppercase;
  white-space: nowrap;
  justify-content: center;
  align-items: center;
  margin: .3125rem 1px;
  padding: 12px 30px;
  font-family: Barlow Condensed, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.42857;
  text-decoration: none;
  display: flex;
}

.button-checkout:hover {
  color: var(--blue-gray);
}

.icon-cart {
  color: var(--primary);
  width: .9rem;
}

.icon-cart.color-dark-blue {
  color: var(--dark-blue);
}

.success-message {
  background-color: var(--primary);
  color: var(--dark-blue);
  text-align: center;
}

.cart-quantity {
  background-color: var(--blue-gray);
  color: var(--secondary);
  font-size: 10px;
  display: none;
  position: absolute;
  inset: auto -6% -3% auto;
}

.stars-wrapper {
  grid-column-gap: 5px;
  flex-wrap: nowrap;
  display: flex;
}

.star {
  filter: sepia(50%);
  max-height: 15px;
}

.footer-icon {
  max-height: 15px;
  position: relative;
  top: 2px;
}

.values-description {
  max-width: 300px;
}

.space-text-half {
  min-height: 7.5px;
}

.featured {
  background-color: var(--primary);
  color: var(--blue-gray);
  text-align: center;
  letter-spacing: 0;
  text-transform: uppercase;
  white-space: nowrap;
  justify-content: center;
  align-items: center;
  padding: 7.5px 15px;
  font-family: Barlow Condensed, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.42857;
  text-decoration: none;
  display: inline-block;
}

.letter-spacing-small {
  letter-spacing: .6px;
  cursor: pointer;
}

.add-to-cart-wrapper {
  grid-column-gap: 15px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.agent-details-wrapper {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 550px;
  height: 100%;
  margin-left: 15px;
  display: flex;
}

.agent-details-wrapper.row-gap {
  grid-row-gap: 15px;
}

.blog-agent-wrapper {
  border-radius: 100%;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 120px;
  max-width: 120px;
  height: 120px;
  max-height: 120px;
  margin-bottom: 0;
  margin-right: 15px;
  display: flex;
  overflow: hidden;
  box-shadow: 0 16px 38px 12px #0003;
}

.border-bottom {
  border-bottom: 1px solid var(--primary);
  opacity: .5;
  max-width: 700px;
  height: 60px;
  max-height: 60px;
  margin-left: auto;
  margin-right: auto;
}

.listing-agent-details {
  grid-row-gap: 15px;
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.icon-main {
  max-width: 60px;
  max-height: 60px;
  margin-bottom: 7.5px;
  position: static;
  top: -10px;
}

.cart {
  background-color: var(--dark-blue);
  color: var(--blue-gray);
  text-align: center;
  letter-spacing: 0;
  text-transform: uppercase;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  min-width: 45px;
  max-width: 45px;
  min-height: 45px;
  max-height: 45px;
  padding: 15px 7.5px 15px 15px;
  font-size: .7rem;
  text-decoration: none;
  transition: box-shadow .3s ease-in-out, transform .4s, border-color .4s, background-color .4s;
  display: flex;
  position: relative;
  box-shadow: 0 2px 5px #0003;
}

.cart:hover {
  background-color: var(--blue-gray);
  color: var(--blue-gray);
  box-shadow: 0 8px 10px #3c495866, 0 2px 5px #0003;
}

.cart.w--current {
  background-color: #ab8421;
}

.cart.gold-background {
  background-color: var(--primary);
}

.show-on-tab {
  display: block;
}

.listing-wrapper {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .6fr;
  align-items: start;
}

.listing-left {
  margin-top: 20px;
}

.blog-wrapper-full {
  text-align: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 100px;
  padding-right: 100px;
}

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

.reach-out-wrapper {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}

.listing-title-wrapper {
  flex-wrap: nowrap;
  display: flex;
}

.button-text {
  z-index: 2;
  color: var(--secondary);
  position: relative;
}

.button {
  background-color: var(--dark-blue);
  color: var(--dark-blue);
  text-align: center;
  letter-spacing: 0;
  text-transform: uppercase;
  white-space: nowrap;
  border: 1px solid #dfb18780;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  padding: 15px 30px;
  font-family: Barlow Condensed, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.42857;
  text-decoration: none;
  transition-property: background-color;
  display: block;
  position: relative;
  overflow: hidden;
  box-shadow: 0 10px 20px -10px #0003;
}

.button:hover {
  color: var(--black-footer-bottom);
}

.button.align-left {
  align-self: flex-start;
}

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

.button-text-with-overlay {
  z-index: 2;
  color: var(--secondary);
  position: relative;
}

.tab-panel {
  border: 1px solid var(--blue-gray);
  background-color: var(--blue-gray);
  width: 100%;
  padding: 30px 60px 60px;
}

.max-width-1440px {
  align-self: center;
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.hero-image-slide-1 {
  z-index: -1;
  background-color: #000;
  background-image: url('../images/1.jpg'), url('../images/Hero-Image-Overlay.png');
  background-position: 100%, 50%;
  background-repeat: no-repeat, no-repeat;
  background-size: 50%, cover;
  background-attachment: scroll, scroll;
  flex-direction: column;
  justify-content: center;
  min-width: 100%;
  min-height: 100vh;
  position: absolute;
}

.features-text-wrapper {
  grid-row-gap: 15px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  max-width: 57.5%;
  display: flex;
}

.features-text-wrapper.align-right {
  align-items: flex-end;
}

.features-text-wrapper.align-right.fade-in-animation {
  justify-content: center;
  align-items: flex-start;
}

.sg-buttons-social-icons {
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  padding-top: 40px;
  padding-bottom: 40px;
}

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

.paypal-checkout-form, .order-confirmation, .checkout-form {
  color: var(--blue-gray);
}

.footer-text {
  letter-spacing: 0;
  cursor: pointer;
  font-size: 17px;
  text-decoration: none;
}

.footer-text-flex {
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.rich-text {
  text-align: left;
  width: 100%;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.utilities-title-wrapper, .utilities-rtb-wrapper {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 80%;
  min-height: 1px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.description-max-width-small {
  text-align: left;
  align-self: flex-start;
  max-width: 200px;
}

.about-us-agents-stack {
  border-radius: 8px;
  align-self: flex-start;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.about-us-icon {
  max-width: 45px;
  max-height: 45px;
  margin-right: 5px;
  position: static;
  top: -10px;
}

.listing-agent-wrapper {
  border-radius: 100%;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 120px;
  max-width: 120px;
  height: 120px;
  max-height: 120px;
  margin-bottom: 0;
  display: flex;
  overflow: hidden;
  box-shadow: 0 16px 38px 12px #0003;
}

.hero-description {
  text-align: left;
  max-width: 750px;
  font-size: 18px;
  line-height: 1.4em;
}

.hero-description.centered {
  text-align: center;
}

._404-page-wrap {
  background-image: linear-gradient(#000c, #000c), url('../images/Hero-Image-2.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.about-us-stack {
  border-radius: 8px;
  align-self: flex-start;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.teams-button-wrapper {
  grid-row-gap: 15px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.error-message {
  color: var(--dark-blue);
  text-align: center;
  background-color: #e35a5a;
}

.single-listing-wrapper {
  z-index: 3;
  border-radius: 6px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.months {
  margin-bottom: 0;
}

.instructions-wrapper {
  text-align: left;
  flex-direction: column;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.instructions-link {
  color: var(--primary);
}

.instructions-link:hover {
  color: var(--slate-grey);
}

.dash-line {
  background-color: var(--primary);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 1px;
  display: flex;
}

.dash-line.longer {
  width: 70px;
}

.hero-sidebar {
  z-index: 4;
  background-image: linear-gradient(to bottom, var(--blue) 40%, var(--dark-blue) 90%);
  flex-direction: column;
  justify-content: flex-start;
  width: 143px;
  height: 100vh;
  margin-bottom: 1px;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.button-icon-wrapper {
  z-index: 2;
  justify-content: center;
  align-items: center;
  min-width: 30px;
  min-height: 30px;
  max-height: 30px;
  font-family: Material Symbols Outlined, sans-serif;
  display: flex;
  position: relative;
  overflow: hidden;
}

.logo-wrapper {
  background-color: var(--blue);
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 250px;
  min-height: 203px;
  display: flex;
}

.logo-wrapper.shadow {
  position: absolute;
  inset: 0% auto auto 0%;
}

.hero-sidebar-icons-wrapper {
  grid-row-gap: 24px;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  padding-bottom: 30px;
}

.slider {
  background-color: #0000;
  min-height: 100vh;
  margin-left: 143px;
}

.circle-left-arrow {
  border: .5px solid #ffffff80;
  border-radius: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 160px;
  min-height: 160px;
  max-height: 160px;
  display: flex;
  left: -30px;
}

.icon-2 {
  display: none;
}

.circle-right-arrow {
  border: .5px solid #ffffff80;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  min-width: 160px;
  min-height: 160px;
  max-height: 160px;
  display: flex;
  inset: 0% -30px 0% auto;
}

.icon-3, .slide-nav {
  display: none;
}

.nav-social-link {
  background-color: var(--black-footer);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  max-width: 45px;
  max-height: 45px;
  padding: 15px;
  display: flex;
}

.button-icon {
  color: var(--primary);
  max-width: 40px;
  max-height: 40px;
  font-family: Material Symbols Outlined, sans-serif;
  font-size: 15px;
  position: relative;
  left: -1px;
  transform: rotate(90deg);
}

.button-icon.dark {
  color: var(--secondary);
}

.flex-features-image {
  grid-column-gap: 30px;
  justify-content: center;
}

.features-image-2 {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
  min-height: 600px;
  max-height: 600px;
  box-shadow: 0 8px 10px -5px #0003, 0 5px 15px -8px #0000003d;
}

.features-image-wrapper-1 {
  min-width: 260px;
  max-width: 260px;
}

.features-image-wrapper-2 {
  min-width: 300px;
  max-width: 300px;
  overflow: visible;
}

.nav-dash-line {
  background-color: var(--primary);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 1px;
  margin-top: 5px;
  margin-left: 15px;
  margin-right: 30px;
  display: flex;
}

.numbers-card-body {
  z-index: 2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.wrapper-quarter {
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  max-width: 25%;
  display: flex;
}

.numbers-card {
  border-right: 1px solid #4a3f351a;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 60px;
  margin-bottom: 60px;
  display: flex;
  position: relative;
}

.numbers-description {
  color: #d7d7d8;
  text-align: center;
  justify-content: center;
  align-items: center;
  line-height: 1.8;
  display: flex;
}

.numbers-wrapper {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.count-flex-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
}

.numbers-row-count {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: hidden;
}

.icon-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 70px;
  display: flex;
  position: relative;
}

.semicircle {
  z-index: -1;
  background-color: var(--blue-gray);
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  justify-content: center;
  align-items: center;
  min-width: 70px;
  max-width: 70px;
  max-height: 30px;
  margin-top: auto;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 21%;
}

.video-background-wrapper {
  background-image: url('../images/black-and-brown-leather-padded-tub-sofa-Square.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  width: 100%;
  min-height: 100vh;
  max-height: 100vh;
  margin-left: auto;
  margin-right: auto;
}

.play-wrapper {
  border: 1px solid var(--secondary);
  background-color: #ffffff1a;
  border-radius: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 150px;
  max-width: 150px;
  min-height: 150px;
  max-height: 150px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: static;
}

.play-button-icon {
  color: var(--secondary);
  text-align: center;
  font-family: Material Symbols Outlined, sans-serif;
  font-size: 100px;
  font-weight: 100;
  line-height: 1;
  position: static;
  top: -10px;
}

.play-button-icon-wrapper {
  background-color: #ffffff4d;
  border-radius: 100%;
}

.background-video {
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  max-height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.features-card-wrapper {
  grid-row-gap: 64px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 100%;
  display: flex;
  position: relative;
}

.features-wrapper {
  grid-row-gap: 64px;
  flex-direction: column;
  max-width: 80%;
  display: flex;
}

.steps-feature-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 30%;
  height: 100%;
  display: flex;
  position: relative;
  top: -95px;
}

.circle-steps-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 100px;
  max-width: 100px;
  min-height: 100px;
  max-height: 100px;
  display: flex;
  position: relative;
}

.vertical-steps-line {
  background-color: #dfb18740;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1px;
  height: 330px;
  display: flex;
}

.line-vertical-separator {
  background-color: var(--primary);
  width: 1px;
  height: 60px;
}

.listing-icon {
  color: var(--primary);
  text-align: center;
  font-family: Material Symbols Outlined, sans-serif;
  font-size: 24px;
  font-weight: 100;
  line-height: 1;
}

.logo-image {
  object-fit: cover;
  max-width: 84px;
  max-height: 84px;
  margin-bottom: 7.5px;
}

.logo-image.half-size {
  max-width: 42px;
  max-height: 42px;
  margin-bottom: 0;
}

.logo-text {
  background-image: linear-gradient(to right, var(--primary), #ffddb5);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-weight: 400;
}

.logo-text-small {
  color: var(--slate-grey);
  font-size: 12px;
}

.logo-text-small.shift-right {
  margin-left: 4px;
}

.hero-image-slide-2 {
  z-index: -1;
  background-color: #000;
  background-image: url('../images/Hero-Image-Overlay.png'), url('../images/2.jpg');
  background-position: 50%, 100% 100%;
  background-repeat: no-repeat, no-repeat;
  background-size: cover, 50%;
  background-attachment: scroll, scroll;
  flex-direction: column;
  justify-content: center;
  min-width: 100%;
  min-height: 100vh;
  position: absolute;
}

.button-image {
  object-fit: cover;
  max-height: 30px;
  position: absolute;
}

.hero-arrows {
  max-height: 20px;
}

.shadow {
  box-shadow: 0 10px 20px -10px #0003;
}

.absolute {
  position: absolute;
}

.button-flex {
  grid-column-gap: 15px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-steps-wrapper {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  min-width: 740px;
  max-width: 740px;
  min-height: 250px;
  max-height: 250px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.max-width-450px {
  max-width: 450px;
}

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

.listing-name {
  text-transform: uppercase;
  font-size: 21px;
  position: absolute;
  top: 230px;
}

.align-right {
  text-align: right;
}

.gradient-overlay {
  z-index: 99;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.locations-amount {
  z-index: 100;
  color: var(--secondary);
  text-align: center;
  position: relative;
}

.locations-title-wrapper {
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  padding-left: 60px;
  display: flex;
}

.locations-overlay-half {
  z-index: 99;
  background-image: linear-gradient(to right, #111b37e6, #0000 50%);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% 0% auto auto;
}

.subheading-flex {
  z-index: 100;
  grid-column-gap: 15px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.subheading-flex.gap-7-5px {
  grid-column-gap: 7.5px;
}

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

.min-width-101 {
  min-width: 101%;
}

.agent-name {
  font-size: 21px;
}

.faded-line {
  background-image: linear-gradient(to right, #0000, #27201d);
  width: 100%;
  min-height: 1px;
  max-height: 1px;
}

.facilities-flex-box {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-content: center start;
  place-items: center start;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: relative;
}

.facilities-box {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 30px;
  display: flex;
  position: relative;
}

.single-listing-amenities {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.amenities-flex {
  grid-column-gap: 15px;
  border-left: 3px solid var(--primary);
  background-color: var(--blue-gray);
  flex-direction: row;
  align-items: center;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 30px;
  display: flex;
}

.facilities-wrapper {
  width: 100%;
}

.circle-border {
  background-color: var(--dark-blue);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  min-width: 80px;
  max-width: 80px;
  min-height: 80px;
  max-height: 80px;
  display: flex;
  overflow: hidden;
}

.amenitties-icon {
  color: var(--primary);
  max-width: 60px;
  max-height: 60px;
  margin-bottom: 0;
  font-family: Material Symbols Outlined, sans-serif;
  font-size: 37px;
  font-weight: 100;
  line-height: 1.5;
  position: static;
  top: -10px;
}

.values-image-photo {
  object-fit: cover;
  max-width: 100%;
  height: 100%;
  box-shadow: 0 8px 10px -5px #0003, 0 5px 15px -8px #0000003d;
}

.values-image-photo-wrapper {
  z-index: 10;
  width: 100%;
  height: 750px;
  overflow: hidden;
}

.values-image-and-image-overlay-wrapper {
  z-index: 1;
  align-self: flex-start;
  width: 50%;
  position: relative;
  overflow: hidden;
}

.values-text-wrapper {
  grid-row-gap: 15px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.values-stack {
  grid-column-gap: 60px;
  border-radius: 8px;
  align-self: flex-start;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.office-left-arrow {
  background-color: var(--blue-gray);
  border-radius: 4px;
  max-width: 60px;
  max-height: 60px;
  position: absolute;
  top: 0%;
  left: -120px;
}

.office-slide {
  min-width: 600px;
  max-width: 600px;
  position: relative;
  overflow: hidden;
}

.office-slider {
  background-color: #0000;
  min-width: 600px;
  max-width: 600px;
  min-height: 520px;
  max-height: 520px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.office-right-arrow {
  background-color: var(--blue-gray);
  border-radius: 4px;
  max-width: 60px;
  max-height: 60px;
  position: absolute;
  top: 0%;
  right: -120px;
}

.office-image {
  z-index: -1;
  object-fit: cover;
  min-width: 100%;
  min-height: 100%;
}

.office-row {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.office-card-wrapper {
  justify-content: center;
  align-items: flex-end;
  min-width: 600px;
  max-width: 600px;
  min-height: 480px;
  max-height: 480px;
  display: flex;
  position: relative;
}

.office-mask {
  min-width: 100%;
  max-width: 100%;
  overflow: hidden;
}

.office-nav {
  display: none;
  position: absolute;
}

.about-hero-wrapper {
  background-image: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 485px;
  max-height: 485px;
  margin-left: 143px;
  margin-right: auto;
  padding-right: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.about-content-wrapper {
  z-index: 99;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 750px;
  margin-top: 90px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.about-image {
  z-index: -1;
  background-image: url('../images/About-Image-Overlay.png'), url('../images/About-Image.jpg');
  background-position: 100%, 100%;
  background-repeat: no-repeat, no-repeat;
  background-size: cover, cover;
  background-attachment: scroll, scroll;
  flex-direction: column;
  justify-content: center;
  min-width: 100%;
  min-height: 100%;
  position: absolute;
}

.about-sidebar {
  z-index: 4;
  background-image: linear-gradient(to bottom, var(--blue) 40%, var(--dark-blue) 90%);
  flex-direction: column;
  justify-content: flex-start;
  width: 143px;
  min-height: 485px;
  max-height: 485px;
  margin-bottom: 1px;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.about-main-wrapper {
  position: relative;
}

.logo-wrapper-alt {
  z-index: 4;
  grid-column-gap: 15px;
  background-color: var(--dark-blue);
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 30px auto auto 5%;
}

.logo-wrapper-alt.hide-on-home-about-desktop {
  display: none;
}

.nav-space {
  min-height: 175px;
}

.icon-arrow-right {
  font-family: Roboto Slab;
  font-size: 25px;
  font-weight: 900;
}

.cta-wrapper {
  grid-row-gap: 0px;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  display: grid;
}

.cta-image-wrapper {
  height: 100%;
  position: relative;
}

.cta-image {
  object-fit: cover;
  object-position: 100% 50%;
  min-height: 100%;
}

.gradient-overlay-top {
  z-index: 99;
  background-image: linear-gradient(to top, #0000 50%, #111b37e6);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.gradient-overlay-bottom {
  z-index: 99;
  background-image: linear-gradient(to top, #111b37e6, #0000 50%);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.blog-card-wrapper {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.office-text-wrapper {
  z-index: 99;
  border-bottom: 1px solid var(--primary);
  background-color: var(--blue-gray);
  text-align: center;
  max-width: 50%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 30px;
  position: relative;
  top: -60px;
}

.testimonial-flex {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 15px;
  display: flex;
}

.pause-button-icon-wrapper {
  background-color: #ffffff4d;
  border-radius: 100%;
}

.logo-footer-wrapper {
  z-index: 4;
  grid-column-gap: 15px;
  background-color: #0000;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: static;
  inset: 30px auto auto 5%;
}

.logo-link {
  z-index: 5;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 203px;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.logo-link.w--current {
  inset: 0%;
}

.single-lisitng-badge-card-square {
  z-index: 99;
  grid-column-gap: 16px;
  background-color: var(--blue-gray);
  color: var(--primary);
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 9px 10px 15px;
  font-family: Barlow, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  transition: transform .4s, border-color .4s, background-color .4s;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.agents-row {
  grid-column-gap: 64px;
  flex-wrap: nowrap;
  justify-content: center;
  display: flex;
  overflow: visible;
}

.vertical-steps-line-wrapper {
  position: relative;
  overflow: hidden;
}

.image-scroll-movement.move-up {
  margin-top: -20%;
}

.relative {
  max-width: 1440px;
  position: relative;
}

.preloader-wrapper {
  z-index: 999999;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

.preloader-right {
  background-color: var(--blue);
  width: 50%;
  min-height: 100vh;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.preloader-left {
  background-color: var(--blue);
  width: 50%;
  min-height: 100vh;
  display: block;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.prelaoder-logo-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.preloader-logo {
  background-color: var(--blue);
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 250px;
  min-height: 203px;
  display: flex;
}

.preloader-logo-icon {
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 203px;
  display: flex;
}

.preloader-logo-image {
  object-fit: cover;
  max-width: 84px;
  max-height: 84px;
  margin-bottom: 7.5px;
}

.preloader-logo-text {
  background-image: linear-gradient(to right, var(--primary), #ffddb5);
  text-align: center;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.preloader-logo-text-small {
  color: var(--slate-grey);
  text-align: center;
  font-size: 12px;
}

.preloader-logo-text-small.shift-right {
  margin-left: 4px;
}

.about-title-wrapper {
  padding-left: 30px;
}

.about-row-content {
  grid-column-gap: 30px;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.heading-2 {
  text-align: left;
}

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

.btn_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.icon-arrow-left-2 {
  margin-right: 0;
  font-size: 25px;
  font-weight: 900;
}

.locations-title-2 {
  z-index: 2;
  color: #fff;
  letter-spacing: 0;
  text-transform: none;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #fff, #313953);
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Gilda Display, sans-serif;
  font-size: 36px;
}

.locations-amount-2 {
  z-index: 100;
  color: #fff;
  text-align: center;
  position: relative;
}

.icon-arrow-right-2 {
  font-size: 25px;
  font-weight: 900;
}

.color-white-2 {
  color: #fff;
}

.dash-line-2 {
  background-color: #dfb187;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 1px;
  display: flex;
}

.dash-line-2.longer {
  width: 70px;
}

.div-block-5 {
  color: #b69d74;
  margin-bottom: 10px;
  display: flex;
}

.image-4 {
  flex: 0 auto;
  width: 25px;
  height: 25px;
  margin-right: 5px;
  display: block;
}

.text-span-2 {
  color: #b69d74;
  font-weight: 400;
}

.text-span-3, .text-span-4 {
  font-weight: 400;
}

.video-background-wrapper-2 {
  background-image: none;
  width: 100%;
  min-height: 100vh;
  max-height: 100vh;
  margin-left: auto;
  margin-right: auto;
}

.button-2 {
  color: #0b2d46;
  text-align: center;
  letter-spacing: 0;
  text-transform: uppercase;
  white-space: nowrap;
  background-color: #2b333d;
  border: 1px solid #dfb18780;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  padding: 15px 30px;
  font-family: Barlow Condensed, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.42857;
  text-decoration: none;
  transition-property: background-color;
  display: block;
  position: relative;
  overflow: hidden;
  box-shadow: 0 10px 20px -10px #0003;
}

.button-2:hover {
  color: #111521;
}

.centered-on-mobile-small-2 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.button-icon-2 {
  color: #dfb187;
  max-width: 40px;
  max-height: 40px;
  font-family: Material Symbols Outlined, sans-serif;
  font-size: 15px;
  position: relative;
  left: -1px;
  transform: rotate(90deg);
}

.background-video-2 {
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  max-height: 100vh;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  display: flex;
}

.button-overlay-2 {
  z-index: 1;
  background-color: #124f7a;
  max-width: 100%;
  position: absolute;
  inset: 0% 0% 0% -100%;
}

.button-overlay-2:hover {
  border-color: #0000;
}

.overaly-dark {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  background-color: #0b2d4680;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: -20px;
  display: flex;
  position: absolute;
}

.div-block {
  grid-column-gap: 20%;
  grid-row-gap: 20%;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.button-text-2 {
  z-index: 2;
  color: #dfb187;
  font-family: Bitter, serif;
  position: relative;
}

.faq-dropdown-title-2 {
  text-align: left;
  white-space: pre-wrap;
  max-width: 90%;
  padding-right: 60px;
  font-size: 1.2rem;
  font-weight: 300;
}

.dropdown-toggle-2 {
  cursor: pointer;
  background-color: #124f7a;
  justify-content: space-between;
  align-items: center;
  min-width: 100%;
  margin-top: 15px;
  padding: 30px 45px;
}

.checkbox {
  flex: none;
  width: 16px;
  height: 16px;
}

.error-message-2 {
  color: #0b2d46;
  text-align: center;
  background-color: #e35a5a;
}

.success-message-2 {
  color: #0b2d46;
  text-align: center;
  background-color: #dfb187;
}

.checkbox-field {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.contact-text-field-2 {
  color: #9c9ca7;
  background-color: #0000;
  border: 0 #0000;
  border-bottom: 1px solid #e3af5a80;
  margin-bottom: 0;
  padding: .4375rem 0;
  font-size: .95rem;
}

.contact-text-field-2:hover {
  border-bottom-color: #dfb187;
}

.contact-wrapper-2 {
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-height: none;
  margin: 5px auto 20px;
  padding-left: 0;
  display: flex;
  overflow: hidden;
}

.button-secondary-2 {
  color: #dfb187;
  text-align: center;
  letter-spacing: 0;
  text-transform: uppercase;
  white-space: nowrap;
  background-color: #124f7a;
  justify-content: center;
  align-items: center;
  margin: .3125rem 1px;
  padding: 12px 30px;
  font-family: Barlow Condensed, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.42857;
  transition: color .3s, background-color .3s;
  display: inline-block;
}

.button-secondary-2:hover {
  color: #111521;
  background-color: #dfb187;
}

.button-secondary-2.background-primary {
  transition: background-color .2s, background-color .2s;
}

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

.checkbox-label-2 {
  letter-spacing: 0;
  text-transform: none;
  font-family: Barlow, sans-serif;
  font-size: 12px;
  line-height: 1.5;
}

.contact-text-area-2 {
  color: #9c9ca7;
  background-color: #0000;
  border: 0 #0000;
  border-bottom: 1px solid #e3af5a80;
  align-self: center;
  min-height: 130px;
  margin-bottom: 0;
  padding: .4375rem 0;
  font-size: .95rem;
}

.contact-text-area-2:hover {
  border-bottom-color: #dfb187;
}

.contact-left-wrapper-2 {
  background-image: linear-gradient(-45deg, #0b2d46 5%, #0000 50%), linear-gradient(45deg, #0000 50%, #0b2d46 95%), linear-gradient(#0000 50%, #0b2d46 95%), linear-gradient(#0b2d46 5%, #0000 49%), linear-gradient(to right, #0000 30%, #0b2d46 95%), url('../images/a-modern-living-room-with-a-large-window_1a-modern-living-room-with-a-large-window.avif');
  background-position: 0 0, 0 0, 0 0, 0 0, 0 0, 70% 0;
  background-size: auto, auto, auto, auto, auto, cover;
  width: 50%;
  max-width: 50%;
  height: 100%;
  min-height: 100vh;
  max-height: 100%;
}

.contact-left-wrapper-2.hide-on-tab {
  background-image: url('../images/tomasz-kramarczyk-2.jpg');
  background-position: 70% 0;
  background-size: cover;
}

.legal-txt {
  margin-top: 15px;
  font-size: 10px;
  line-height: 15px;
}

.contact-wrapper-2-copy {
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-height: none;
  margin: 5px auto 20px;
  padding-left: 0;
  display: flex;
  overflow: hidden;
}

.container-2 {
  padding-top: 20rem;
  padding-bottom: 5rem;
}

.clone-me-2 {
  z-index: 99999;
  display: none;
  position: fixed;
  inset: auto 20px 20px auto;
}

.button_call-2 {
  color: #fff;
  background-color: #f66a18;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  display: flex;
  box-shadow: 0 10px 30px -10px #00000026;
}

.icon-embed-small {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  display: flex;
}

.testimonials-image {
  border-radius: 50%;
}

@media screen and (max-width: 991px) {
  h3 {
    font-size: 1.5625rem;
  }

  .sg-left-top-wrapper {
    z-index: 5;
    width: 100%;
    min-height: auto;
    position: sticky;
    top: -150px;
  }

  .sg-right-bottom-wrapper {
    width: 100%;
    min-height: auto;
    margin-left: 0;
  }

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

  .return-to-top-lb {
    width: 56px;
    height: 56px;
  }

  .sg-brand-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 150px;
    padding-left: 64px;
    padding-right: 64px;
    display: flex;
  }

  .sg-anchor-links-wrapper {
    z-index: 1;
    background-color: var(--blue-gray);
    flex-flow: wrap;
    justify-content: flex-start;
    display: flex;
  }

  .sg-return-to-home-lb.desktop-only {
    display: none;
  }

  .sg-return-to-home-lb.mobile-only {
    border: 1px solid var(--blue-gray);
    height: auto;
    padding: 32px;
    display: flex;
  }

  .sg-anchor-lb {
    flex: none;
  }

  .sg-anchor-lb.w--current {
    background-color: var(--primary);
    box-shadow: inset 0 -3px #dc7d3c;
  }

  .text.mobile-only {
    display: block;
  }

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

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

  .wrapper-thirds {
    min-width: 50%;
    max-width: 50%;
  }

  .row-utilities {
    width: 100%;
  }

  .row-content {
    flex-direction: column;
    justify-content: center;
  }

  .space {
    min-height: 30px;
  }

  .space.show-on-tab {
    display: flex;
  }

  .nav-menu-icon {
    color: #f8f8f8;
    font-size: 30px;
  }

  .nav-menu-button {
    z-index: 5;
    padding: 12px;
  }

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

  .list-item-wrapper {
    padding-top: 2%;
    padding-bottom: 2%;
  }

  .nav-menu-link {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 16px;
  }

  .nav-menu-link.w--current {
    font-size: 16px;
  }

  .nav-bar-container {
    align-items: center;
    display: flex;
  }

  .nav-bar-container.home-about-desktop {
    background-color: var(--dark-blue);
  }

  .nav-menu-wrapper {
    background-color: var(--dark-blue);
    padding-top: 5%;
    position: fixed;
    inset: 0%;
  }

  .nav-menu {
    flex-flow: column wrap;
    justify-content: space-between;
    align-items: center;
    padding-top: 10%;
    padding-bottom: 4%;
    padding-left: 0;
    display: flex;
  }

  .nav-bar-wrapper {
    margin-top: 0;
    padding-right: 30px;
  }

  .nav-bar-wrapper.margin-top-30px {
    margin-top: 0;
    padding-right: 30px;
    display: flex;
  }

  .heading-large {
    margin-bottom: 2%;
    font-size: 2.1em;
  }

  .text-large {
    margin-top: 2%;
  }

  .separator {
    width: 20%;
    margin-bottom: 2%;
  }

  .spa-form-wrapper {
    width: 80%;
  }

  .space-large {
    min-height: 120px;
  }

  .wrapper-center {
    width: 90%;
  }

  .blog-single-page {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-bottom-text-link {
    font-size: 1rem;
  }

  .footer-social-link {
    margin-left: 0;
  }

  .footer-bottom-text {
    font-size: 1rem;
  }

  .footer-link {
    padding-top: 0%;
  }

  .footer-upper {
    max-width: 728px;
  }

  .footer-bottom-wrapper {
    flex-wrap: wrap;
    align-items: flex-start;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .footer-social-links-wrapper {
    display: flex;
  }

  .blog-single-image-wrapper {
    height: auto;
  }

  .blog-single-image {
    width: 100%;
  }

  .footer-flex-wrapper {
    flex-flow: column wrap;
    padding-bottom: 8%;
  }

  .footer-text-wrapper {
    max-width: 728px;
  }

  .footer-content-wrapper {
    width: 100%;
    padding-bottom: 15%;
  }

  .row-tab {
    flex-wrap: wrap;
  }

  .image-licenses {
    min-height: 400px;
  }

  .image-wrapper {
    min-height: 400px;
    max-height: 400px;
  }

  .gallery-grid-list {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    margin-top: .5em;
    margin-bottom: .5em;
    padding-left: 0;
    padding-right: 0;
  }

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

  .faq-content-wrapper {
    width: 90%;
  }

  .button-secondary-wrapper {
    width: 70%;
  }

  .booking-form-block {
    width: 100%;
  }

  .faq-dropdown-title {
    max-width: 400px;
    padding-right: 0;
  }

  .faq-row {
    width: 100%;
    max-width: 100%;
  }

  .faq-title-wrapper {
    width: 90%;
  }

  .cta-text-wrapper {
    padding-left: 60px;
    bottom: 0;
    left: 0;
  }

  .office-tabs-grid {
    flex-direction: column-reverse;
    width: 80%;
    display: flex;
  }

  .tabs-menu {
    margin-top: 15px;
  }

  .page-grid-lisiting {
    grid-template-columns: .5fr 1fr;
  }

  .listings-title-wrapper {
    max-width: 100%;
    margin-left: 0;
  }

  .team-card {
    flex-direction: column;
    align-self: center;
    align-items: center;
  }

  .author-blog-wrapper, .agent-wrapper {
    padding-left: 0;
  }

  .agent-image-wrapper {
    align-self: center;
    width: 60%;
  }

  .social-link-wrapper-small {
    margin-left: 0;
  }

  .locations-slider {
    width: 600px;
    max-width: 600px;
    height: 380px;
    max-height: 380px;
  }

  .image-locations {
    max-height: 380px;
  }

  .testimonial-client-wrapper {
    grid-column-gap: 15px;
  }

  .hero-content-wrapper {
    text-align: center;
    justify-content: center;
    align-self: center;
    align-items: flex-start;
    width: 100%;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0%;
    top: 0;
  }

  .title-wrapper {
    width: 90%;
  }

  .steps-text-wrapper, .steps-text-wrapper.opposite {
    left: auto;
  }

  .features-main-wrapper {
    grid-column-gap: 60px;
  }

  .features-image-wrapper {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .seperator-wrapper {
    width: 90%;
  }

  .listings-cms-wrapper {
    grid-template-columns: 1fr;
    justify-content: center;
  }

  .blog-row {
    flex-direction: column;
    justify-content: center;
  }

  .blog-image-wrapper, .blog-text-wrapper {
    width: 100%;
    max-width: 100%;
  }

  .locations-text-wrapper {
    max-width: 80%;
  }

  .footer-bottom-flex {
    grid-column-gap: 16px;
    grid-row-gap: 10px;
    flex-flow: column wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    place-items: center;
    display: grid;
  }

  .locations-wrapper {
    flex-direction: column;
    justify-content: center;
    padding-left: 0;
  }

  .contact-right-wrapper {
    width: 100%;
    max-width: 100%;
    padding-left: 60px;
  }

  .contact-left-wrapper {
    max-width: 50%;
  }

  .single-listing-title {
    grid-column-gap: 30px;
  }

  .listings-menu-link {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 16px;
  }

  .listings-menu-link.w--current {
    font-size: 16px;
  }

  .breadcrumbs {
    text-align: center;
  }

  .listings-wrapper-full {
    flex-direction: column;
    display: flex;
  }

  .body-styleguide {
    background-color: var(--blue-gray);
  }

  .locations-card {
    max-height: 380px;
  }

  .blog-rich-text {
    width: 80%;
  }

  .property-details {
    width: 100%;
  }

  .space-fill {
    min-height: 60px;
  }

  .agent-card {
    flex-direction: column;
    align-self: center;
    align-items: center;
  }

  .icon-cart.color-dark-blue-on-tab {
    color: var(--dark-blue);
  }

  .agent-details-wrapper {
    align-items: center;
    margin-top: 30px;
    margin-left: 0;
  }

  .blog-agent-wrapper {
    align-self: center;
    width: 60%;
  }

  .border-bottom {
    max-width: 600px;
  }

  .hide-on-tab {
    display: none;
  }

  .cart-nav-wrapper {
    align-items: center;
    display: flex;
  }

  .cart {
    z-index: 5;
    box-shadow: none;
    background-color: #0000;
    border-radius: 100%;
    padding-left: 14px;
    padding-right: 8px;
    transition: none;
  }

  .cart:hover {
    box-shadow: none;
    background-color: #0000;
  }

  .cart.gold-background:hover {
    background-color: var(--secondary);
  }

  .cart.gold-background-on-tab {
    background-color: var(--primary);
  }

  .cart.gold-background-on-tab:hover {
    background-color: var(--secondary);
  }

  .row-gap-on-tab {
    grid-row-gap: 60px;
    display: flex;
  }

  .show-on-tab {
    display: block;
  }

  .reverse-on-tab {
    flex-direction: column-reverse;
    display: flex;
  }

  .centered-on-tab {
    text-align: center;
  }

  .listing-wrapper {
    flex-direction: column;
    display: flex;
  }

  .listing-right {
    align-self: center;
    width: 50%;
  }

  .listing-left {
    align-self: center;
    width: 90%;
  }

  .listing-title-wrapper {
    flex-direction: row;
    align-items: center;
  }

  .hero-image-slide-1 {
    min-height: 100vh;
    padding-left: 15px;
    padding-right: 15px;
  }

  .features-text-wrapper {
    width: 90%;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .footer-text {
    padding-top: 0%;
  }

  .utilities-title-wrapper, .utilities-rtb-wrapper {
    width: 90%;
  }

  .about-us-agents-stack {
    padding-left: 0;
  }

  .listing-agent-wrapper {
    align-self: center;
    width: 60%;
    margin-right: 0;
  }

  .hero-description {
    text-align: left;
    max-width: 500px;
    font-size: 21px;
  }

  .about-us-stack {
    padding-left: 0;
  }

  .teams-button-wrapper {
    width: 90%;
  }

  .single-listing-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .instructions-wrapper {
    max-width: 567px;
  }

  .hero-sidebar {
    display: none;
  }

  .slider {
    margin-left: 0;
  }

  .circle-left-arrow {
    min-width: 120px;
    min-height: 120px;
    max-height: 120px;
    left: -10px;
  }

  .circle-right-arrow {
    min-width: 120px;
    min-height: 120px;
    max-height: 120px;
    right: -10px;
  }

  .nav-social-link {
    margin-left: 0;
  }

  .flex-features-image.reverse-images-on-tab {
    flex-direction: row-reverse;
  }

  .nav-dash-line {
    display: none;
  }

  .wrapper-quarter {
    max-width: 50%;
  }

  .numbers-card {
    margin-top: 30px;
    margin-bottom: 0;
  }

  .count-flex-block {
    align-self: flex-start;
    padding-top: 0;
  }

  .numbers-row-count {
    flex-wrap: wrap;
    justify-content: center;
  }

  .video-background-wrapper {
    padding-left: 60px;
    padding-right: 60px;
  }

  .features-card-wrapper {
    max-width: 100%;
  }

  .logo-text {
    font-size: 20px;
  }

  .hero-image-slide-2 {
    min-height: 100vh;
    padding-left: 15px;
    padding-right: 15px;
  }

  .hero-arrows {
    max-height: 15px;
  }

  .image-steps-wrapper {
    min-width: 480px;
    max-width: 480px;
  }

  .facilities-flex-box {
    grid-template-columns: 1fr;
    align-items: start;
    width: 100%;
  }

  .facilities-box {
    padding-right: 0;
  }

  .single-listing-amenities {
    width: 100%;
  }

  .values-image-photo {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .values-image-photo-wrapper {
    margin-bottom: 0;
  }

  .values-image-and-image-overlay-wrapper {
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .values-text-wrapper {
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .values-stack {
    padding-left: 0;
  }

  .office-left-arrow {
    left: -60px;
  }

  .office-right-arrow {
    right: -60px;
  }

  .office-row {
    flex-direction: column;
    justify-content: center;
  }

  .about-hero-wrapper {
    margin-left: 0;
  }

  .about-content-wrapper {
    z-index: 5;
    align-self: center;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
    top: 0;
  }

  .about-image {
    min-height: 100vh;
    padding-left: 15px;
    padding-right: 15px;
  }

  .about-sidebar {
    display: none;
  }

  .logo-wrapper-alt {
    background-color: #0000;
    top: 21px;
  }

  .logo-wrapper-alt.hide-on-home-about-desktop, .logo-wrapper-alt.hide-on-home-about-desktop.w--current {
    display: flex;
  }

  .nav-space {
    min-height: 150px;
  }

  .cta-wrapper {
    grid-column-gap: 15px;
  }

  .blog-card-wrapper {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .agents-row {
    grid-row-gap: 128px;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .preloader-wrapper {
    display: none;
  }

  .about-row-content {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }

  .video-background-wrapper-2 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .faq-dropdown-title-2 {
    max-width: 400px;
    padding-right: 0;
  }

  .contact-left-wrapper-2 {
    max-width: 50%;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 45px;
  }

  .sg-brand-wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }

  .global-section {
    padding: 64px 40px;
  }

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

  .sg-colour-wrapper {
    flex-direction: row;
  }

  .sg-colour-swatch {
    width: 25%;
    margin-bottom: 0;
    margin-right: 16px;
    padding-top: 25%;
  }

  .sg-colour-label-wrapper {
    align-items: flex-start;
  }

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

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

  .space.hide-on-mobile {
    display: none;
  }

  .nav-menu-icon {
    font-size: 28px;
  }

  .list-item-wrapper {
    padding-top: 0%;
    padding-bottom: 0%;
  }

  .nav-menu-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-menu-wrapper {
    padding-top: 2%;
  }

  .nav-menu {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .gallery-item {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .heading-large {
    white-space: normal;
    font-size: 2em;
  }

  .text-large {
    margin-bottom: 0;
  }

  .separator {
    width: 45%;
  }

  .spa-form-wrapper {
    width: 90%;
  }

  .footer-bottom-wrapper {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }

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

  .footer-links-text {
    flex-wrap: wrap;
  }

  .footer-logo-link {
    padding-top: 0%;
  }

  .sg-buttons-grid-icons {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }

  .row-tab {
    justify-content: center;
    align-items: stretch;
  }

  .gallery-grid-list {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
    flex-wrap: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: .5fr .5fr;
    grid-auto-columns: 1fr;
    align-items: center;
  }

  .wrapper-left {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 100%;
    padding-left: 0;
    display: flex;
  }

  .button-secondary-wrapper {
    width: 90%;
  }

  .title-field-wrapper {
    margin-bottom: 15px;
  }

  .faq-dropdown-title {
    max-width: 275px;
  }

  .cta-text-wrapper {
    text-align: center;
    align-items: center;
    padding-left: 60px;
    padding-right: 60px;
  }

  .office-tabs-grid {
    width: 100%;
  }

  .box-lisiting {
    align-items: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .lisitngs-side-bar-left {
    margin-bottom: 30px;
    position: static;
  }

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

  .wrapper-bottom {
    align-self: center;
  }

  .listings-title-wrapper {
    text-align: center;
    flex-direction: column;
    align-items: center;
    padding-left: 30px;
    padding-right: 30px;
  }

  .listings-title-wrapper.row-gap-on-mobile {
    grid-row-gap: 30px;
  }

  .listing-type-title {
    text-align: center;
  }

  .listing-type-wrapper {
    grid-column-gap: 60px;
    flex-direction: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    width: 60%;
  }

  .locations-right-arrow {
    right: 86%;
  }

  .locations-slider {
    width: 520px;
    max-width: 520px;
    height: 330px;
    max-height: 330px;
    margin-left: auto;
    margin-right: auto;
  }

  .image-locations {
    max-height: 330px;
  }

  .hero-content-wrapper {
    text-align: center;
    justify-content: center;
    align-items: flex-start;
    max-width: 85%;
    top: -30px;
  }

  .title-wrapper {
    text-align: center;
  }

  .steps-text-wrapper {
    grid-row-gap: 15px;
    flex-direction: column;
  }

  .steps-text-wrapper.opposite {
    flex-direction: column;
  }

  .features-image-wrapper {
    margin-left: 0;
    margin-right: 0;
  }

  .seperator-wrapper {
    width: 100%;
  }

  .listings-cms-wrapper {
    justify-content: center;
  }

  .realtors-wrapper {
    width: 100%;
  }

  .footer-bottom-flex {
    justify-items: start;
  }

  .locations-wrapper {
    width: 100%;
  }

  .locations-nav {
    z-index: 99;
    width: 100%;
    height: 100px;
    inset: auto auto 0% 0%;
  }

  .contact-left-wrapper {
    max-width: 100%;
  }

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

  .listings-menu-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .image-light-box-link {
    width: 100%;
  }

  .listing-images {
    flex-direction: column;
  }

  .locations-card {
    max-height: 330px;
  }

  .property-details {
    grid-row-gap: 15px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .agent-details-wrapper {
    max-width: 380px;
  }

  .border-bottom {
    max-width: 450px;
  }

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

  .listing-right {
    width: 70%;
  }

  .listing-left {
    position: static;
  }

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

  .blog-wrapper-full {
    padding-left: 60px;
    padding-right: 60px;
  }

  .button.align-left {
    align-self: center;
  }

  .sg-buttons-social-icons {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }

  .instructions-wrapper {
    max-width: 477px;
  }

  .circle-left-arrow, .circle-right-arrow {
    display: none;
  }

  .numbers-card-body {
    margin-left: auto;
  }

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

  .numbers-row-count {
    flex-direction: column;
    width: 100%;
  }

  .video-background-wrapper, .background-video {
    min-height: 50vh;
    max-height: 50vh;
  }

  .image-steps-wrapper {
    min-width: 300px;
    max-width: 300px;
  }

  .locations-title-wrapper {
    padding-left: 45px;
  }

  .facilities-flex-box {
    grid-template-columns: 1fr;
  }

  .values-image-photo-wrapper {
    max-width: 100%;
    height: 450px;
    min-height: 450px;
  }

  .values-image-and-image-overlay-wrapper {
    margin-left: 0;
    margin-right: 0;
  }

  .values-stack {
    grid-row-gap: 30px;
    text-align: center;
  }

  .office-left-arrow {
    display: none;
  }

  .office-slide, .office-slider {
    min-width: 480px;
    max-width: 480px;
  }

  .office-right-arrow {
    display: none;
  }

  .office-row {
    width: 100%;
  }

  .office-card-wrapper {
    min-width: 480px;
    max-width: 480px;
  }

  .office-nav {
    display: block;
    top: 550px;
  }

  .about-content-wrapper {
    text-align: center;
    align-items: center;
    max-width: 85%;
    top: -30px;
  }

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

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

  .about-row-content {
    width: 100%;
  }

  .video-background-wrapper-2, .background-video-2 {
    min-height: 70vh;
    max-height: 70vh;
  }

  .faq-dropdown-title-2 {
    max-width: 275px;
  }

  .contact-left-wrapper-2 {
    max-width: 100%;
  }

  .clone-me-2 {
    z-index: 9000;
    display: block;
    bottom: 70px;
    right: 15px;
  }

  .button_call-2 {
    background-color: #ffbf41;
    width: 45px;
    height: 45px;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    font-size: 36px;
  }

  h5 {
    font-size: 18px;
  }

  .sg-left-top-wrapper {
    overflow: hidden;
  }

  .sg-brand-wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }

  .global-section {
    padding-left: 32px;
    padding-right: 32px;
  }

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

  .sg-colour-swatch {
    margin-bottom: 0;
  }

  .sg-button-block {
    padding: 16px;
  }

  .sg-logo-block {
    padding-left: 16px;
    padding-right: 16px;
  }

  .section {
    overflow: hidden;
  }

  .wrapper-thirds {
    min-width: 80%;
    max-width: 80%;
    padding-left: 0;
    padding-right: 0;
  }

  .row-utilities {
    align-items: center;
  }

  .card-wrapper.padding-left-15px {
    padding-left: 0;
  }

  .wrapper-full {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-menu-icon {
    font-size: 30px;
  }

  .nav-menu-button {
    margin-right: 15px;
  }

  .list-item-wrapper {
    padding-top: 2%;
    padding-bottom: 2%;
  }

  .nav-bar-container {
    min-height: 80px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .nav-menu-wrapper {
    padding-top: 15%;
  }

  .nav-menu {
    flex-direction: column;
    padding-top: 15%;
    position: relative;
  }

  .nav-bar-wrapper, .nav-bar-wrapper.margin-top-30px {
    padding-right: 0;
  }

  .contact-form-wrapper {
    overflow: hidden;
  }

  .webflow-block {
    margin-top: 16px;
    padding: 16px;
  }

  .success-text {
    color: #fff;
  }

  .heading-large {
    white-space: normal;
    width: 80%;
    margin-bottom: 4%;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.7em;
  }

  .text-large.padding-bottom-md {
    width: 60%;
  }

  .separator {
    width: 60%;
    margin-top: 4%;
    margin-bottom: 4%;
  }

  .spa-form-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
    overflow: hidden;
  }

  .space-large {
    min-height: 90px;
  }

  .fix-scroll-container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    display: flex;
  }

  .main-wrapper {
    width: 100%;
  }

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

  .wrapper-center {
    padding-left: 0;
    padding-right: 0;
  }

  .fix-scroll-wrapper-full {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    padding-left: 5%;
    padding-right: 5%;
    display: flex;
  }

  .blog-single-page {
    width: 100%;
  }

  .footer-bottom-text-link {
    text-align: center;
  }

  .footer-bottom-text {
    white-space: normal;
    flex-flow: column wrap;
    place-content: center;
    align-items: center;
    width: 80%;
    display: flex;
  }

  .footer-link {
    text-align: center;
    font-size: 1em;
  }

  .footer-links-title {
    text-align: center;
    font-size: 1.2rem;
  }

  .footer-upper {
    max-width: none;
  }

  .footer-bottom-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .footer-social-links-wrapper {
    justify-content: space-between;
  }

  .blog-single-image-wrapper {
    min-height: 50vh;
  }

  .footer-flex-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

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

  .footer-links-text {
    text-align: center;
    place-content: flex-start space-around;
    align-items: center;
  }

  .footer-text-wrapper {
    max-width: none;
  }

  .footer-content-wrapper {
    justify-content: center;
    align-items: center;
  }

  .footer-paragraph {
    text-align: center;
  }

  .footer-logo-link {
    justify-content: center;
    display: flex;
  }

  .footer-logo-link.w--current {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .sg-buttons-grid-icons {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .nav-tab {
    padding-left: 0;
    padding-right: 0;
  }

  .image-wrapper {
    min-height: 400px;
  }

  .gallery-grid-list {
    grid-template-columns: 1fr 1fr;
    padding-left: 0;
    padding-right: 0;
  }

  .button-ghost {
    white-space: normal;
    align-items: center;
    display: flex;
  }

  .h1-mobile {
    font-size: 2.2rem;
  }

  .wrapper-full-1140px {
    padding-left: 0;
    padding-right: 0;
  }

  .contact-text-field {
    margin-bottom: 10px;
  }

  .space-mid {
    min-height: 60px;
  }

  .flex {
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding-bottom: 10px;
  }

  .flex.align-center-justify-center {
    grid-row-gap: 3px;
    margin-top: 0;
    padding-bottom: 0;
  }

  .flex.align-center-justify-center.gap-15px {
    flex-flow: row;
  }

  .listing-title {
    text-align: center;
  }

  .faq-content-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .space-text {
    text-align: center;
  }

  .button-secondary-wrapper {
    flex-direction: column;
    justify-content: center;
    align-self: flex-start;
    align-items: center;
    width: 100%;
  }

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

  .booking-form-block {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .booking-text-field-ghost {
    align-self: center;
  }

  .title-field-wrapper {
    flex-direction: column;
    justify-content: center;
    align-self: flex-start;
    align-items: flex-start;
    width: 100%;
  }

  .faq-dropdown-title {
    max-width: 115px;
  }

  .faq-row {
    width: 90%;
    max-width: 90%;
  }

  .faq-flex {
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding-bottom: 10px;
  }

  .faq-title-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .cta-text-wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }

  .cta-text-wrapper.fade-in-animation {
    justify-content: center;
    align-items: center;
  }

  .testimonials-wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }

  .testimonial-tab {
    flex-direction: column;
  }

  .fix-scroll-container-listing {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    display: flex;
  }

  .fix-scroll-wrapper-lisitng {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    padding-left: 30px;
    padding-right: 30px;
    display: flex;
  }

  .box-lisiting {
    width: 100%;
  }

  .lisitngs-side-bar-left {
    width: 100%;
    max-width: 100%;
  }

  .listings-side-bar-right {
    width: 90%;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .listings-title-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .listing-type-title {
    text-align: center;
  }

  .listing-type-wrapper {
    grid-column-gap: 30px;
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }

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

  .team-card {
    flex-direction: column;
  }

  .author-blog-wrapper, .agent-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .agent-image-wrapper {
    width: 100%;
  }

  .locations-left-arrow, .locations-right-arrow {
    display: none;
  }

  .locations-slider {
    width: 100%;
    max-width: 100%;
    height: 620px;
    max-height: 620px;
  }

  .image-locations {
    width: 90%;
  }

  .locations-title {
    align-self: center;
  }

  .testimonial-client-wrapper {
    grid-row-gap: 15px;
    flex-flow: column wrap;
    justify-content: center;
    align-self: center;
    align-items: center;
  }

  .testimonial-info-wrapper {
    margin-left: 0;
  }

  .hero-content-wrapper {
    justify-content: flex-end;
    align-items: flex-start;
    max-width: 100%;
    margin-top: 120px;
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .steps-real-estate-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .title-wrapper {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .features-image-wrapper {
    margin-left: auto;
    margin-right: auto;
  }

  .features-image-1 {
    min-width: 260px;
    max-width: 260px;
    min-height: 260px;
    max-height: 260px;
  }

  .seperator-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .listing-text-wrapper {
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .blog-features-image {
    min-height: 300px;
    max-height: 300px;
  }

  .line-separator {
    min-width: 200px;
    max-width: 200px;
    display: none;
  }

  .flex-footer {
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding-bottom: 10px;
  }

  .teams-image-wrapper {
    min-height: 290px;
    max-height: 290px;
    left: auto;
  }

  .teams-card {
    right: 0;
  }

  .teams-text-wrapper {
    text-align: center;
    align-items: center;
    min-height: 75px;
    max-height: 230px;
    padding-left: 0;
    position: static;
    top: 30px;
  }

  .realtors-wrapper {
    padding-left: 5%;
    padding-right: 5%;
  }

  .locations-text-wrapper {
    grid-row-gap: 15px;
    text-align: center;
    align-items: center;
    max-width: 100%;
    padding-left: 5%;
    padding-right: 5%;
  }

  .footer-bottom-flex {
    grid-row-gap: 15px;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .hero-main-wrapper {
    min-height: 110vh;
  }

  .blog-title-wrapper {
    text-align: center;
  }

  .locations-nav {
    display: block;
    position: relative;
    top: 15px;
    bottom: auto;
    left: auto;
  }

  .testimonial-icon.invert {
    display: none;
  }

  .testimonial-text-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .testimonial-image-wrapper {
    flex-direction: column;
    justify-content: center;
    width: 100%;
  }

  .features-description {
    text-align: center;
  }

  .contact-wrapper {
    min-height: auto;
    max-height: none;
    margin-top: 50px;
    padding-left: 0;
  }

  .cta-large-card {
    flex-direction: column;
    align-items: center;
    padding-left: 30px;
    padding-right: 30px;
  }

  .contact-right-wrapper {
    min-height: auto;
    max-height: none;
    margin-top: 0;
    padding: 60px 30px 30px;
  }

  .contact-title-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .single-listing-title {
    grid-column-gap: 0px;
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
  }

  .breadcrumbs {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }

  .single-listing-images, .listings-wrapper-full {
    padding-left: 0;
    padding-right: 0;
  }

  .agent-socials-wrapper {
    grid-column-gap: 32px;
    flex-direction: row;
    margin-top: 7.5px;
    position: static;
    top: 340px;
  }

  .locations-card {
    flex-direction: column;
    max-height: 620px;
  }

  .property-details {
    grid-row-gap: 15px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }

  .space-fill {
    min-height: 30px;
  }

  ._404-title {
    font-size: 8rem;
  }

  .agent-card {
    flex-direction: column;
  }

  .stars-wrapper {
    margin-left: auto;
    margin-right: auto;
  }

  .agent-details-wrapper {
    width: 90%;
  }

  .blog-agent-wrapper {
    width: 100%;
    margin-right: 0;
  }

  .border-bottom {
    max-width: 250px;
  }

  .listing-agent-details {
    width: 90%;
  }

  .listing-right {
    width: 100%;
    max-width: 100%;
  }

  .listing-left {
    max-width: 100%;
  }

  .blog-wrapper-full {
    width: 90%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-links-wrapper {
    flex-direction: column;
    grid-template: "."
    / 1fr 1fr;
    align-items: center;
    display: flex;
  }

  .reach-out-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .listing-title-wrapper {
    flex-direction: column;
  }

  .tab-panel {
    text-align: center;
    padding-left: 30px;
    padding-right: 30px;
  }

  .hero-image-slide-1 {
    background-position: 0%, 50%;
    background-size: cover, cover;
    min-height: 110vh;
    padding-left: 30px;
    padding-right: 30px;
  }

  .features-text-wrapper {
    text-align: center;
    align-items: center;
  }

  .features-text-wrapper.align-right {
    align-items: center;
  }

  .sg-buttons-social-icons {
    grid-template-columns: 1fr 1fr;
  }

  .footer-text {
    text-align: center;
    font-size: 1em;
  }

  .footer-text-flex {
    text-align: center;
    flex-flow: column wrap;
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .utilities-title-wrapper, .utilities-rtb-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .about-us-agents-stack {
    padding-left: 15px;
    padding-right: 15px;
  }

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

  .listing-agent-wrapper {
    width: 100%;
    margin-right: 0;
  }

  .about-us-stack {
    padding-left: 15px;
    padding-right: 15px;
  }

  .teams-button-wrapper, .single-listing-wrapper {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .instructions-wrapper {
    max-width: 300px;
  }

  .features-image-2 {
    min-width: 260px;
    max-width: 260px;
    min-height: 260px;
    max-height: 260px;
  }

  .numbers-wrapper {
    padding-bottom: 50px;
  }

  .video-background-wrapper, .features-card-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .steps-feature-wrapper {
    display: none;
  }

  .logo-image.half-size {
    max-width: 30px;
    max-height: 30px;
  }

  .logo-text {
    font-size: 16px;
    font-weight: 400;
  }

  .logo-text-small {
    font-size: 11px;
  }

  .hero-image-slide-2 {
    min-height: 110vh;
    padding-left: 30px;
    padding-right: 30px;
  }

  .button-flex {
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding-bottom: 10px;
  }

  .listing-flex {
    justify-content: space-around;
    align-items: center;
  }

  .listing-name {
    font-size: 16px;
  }

  .locations-amount {
    align-self: flex-start;
  }

  .locations-title-wrapper {
    text-align: center;
    align-items: center;
    padding-top: 30px;
    padding-left: 0;
  }

  .subheading-flex {
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding-bottom: 10px;
  }

  .agent-name {
    font-size: 18px;
  }

  .single-listing-amenities {
    text-align: center;
    width: 90%;
  }

  .amenities-flex {
    padding-left: 15px;
  }

  .facilities-wrapper {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .circle-border {
    min-width: 50px;
    max-width: 50px;
    min-height: 50px;
    max-height: 50px;
  }

  .values-image-photo {
    min-width: 260px;
    max-width: 260px;
    min-height: 260px;
    max-height: 260px;
  }

  .values-image-photo-wrapper {
    height: 260px;
    min-height: 260px;
  }

  .values-image-and-image-overlay-wrapper {
    margin-left: auto;
    margin-right: auto;
  }

  .values-text-wrapper {
    align-items: center;
  }

  .values-stack {
    padding-left: 15px;
    padding-right: 15px;
  }

  .office-slide {
    min-width: 100%;
    max-width: 100%;
  }

  .office-slider {
    min-width: 240px;
    max-width: 240px;
    min-height: 400px;
    max-height: 400px;
  }

  .office-card-wrapper {
    align-items: flex-start;
    min-width: 240px;
    max-width: 240px;
    min-height: 240px;
    max-height: 240px;
  }

  .office-nav {
    top: 340px;
  }

  .about-content-wrapper {
    align-items: center;
    max-width: 100%;
    margin-top: 120px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .about-image {
    min-height: 110vh;
    padding-left: 30px;
    padding-right: 30px;
  }

  .logo-wrapper-alt {
    top: 26px;
    left: 10%;
  }

  .cta-wrapper {
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding-bottom: 10px;
  }

  .office-text-wrapper {
    max-width: 100%;
    top: 0;
  }

  .testimonial-flex {
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding-bottom: 10px;
  }

  .hide-on-mobile {
    display: block;
  }

  .agents-row {
    grid-row-gap: 64px;
  }

  .preloader-logo-text {
    font-size: 16px;
    font-weight: 400;
  }

  .preloader-logo-text-small {
    font-size: 11px;
  }

  .about-title-wrapper {
    text-align: center;
    padding-left: 0;
  }

  .about-agents-title-wrapper {
    text-align: center;
  }

  .locations-title-2 {
    align-self: center;
  }

  .locations-amount-2 {
    align-self: flex-start;
  }

  .video-background-wrapper-2 {
    min-height: 80vh;
    max-height: 80vh;
    padding-left: 0;
    padding-right: 0;
  }

  .button-2._100 {
    width: 250px;
  }

  .centered-on-mobile-small-2 {
    text-align: center;
  }

  .background-video-2 {
    min-height: 80vh;
    max-height: 80vh;
  }

  .overaly-dark {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .div-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    width: 100%;
  }

  .faq-dropdown-title-2 {
    max-width: 200px;
  }

  .dropdown-toggle-2 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .contact-text-field-2 {
    margin-bottom: 10px;
  }

  .contact-wrapper-2 {
    min-height: auto;
    max-height: none;
    margin-top: 50px;
    padding-left: 0;
  }

  .contact-left-wrapper-2.hide-on-tab {
    width: 100%;
    display: block;
  }

  .contact-wrapper-2-copy {
    flex-flow: column;
    min-height: auto;
    max-height: none;
    margin-top: 50px;
    padding-left: 0;
  }

  .clone-me-2 {
    bottom: 70px;
    right: 13px;
  }

  .button_call-2 {
    background-color: var(--slate-grey);
    border: .5px solid #9c9c9c;
    width: 45px;
    height: 45px;
  }
}

#w-node-_82a5fce7-5cda-2ab8-d3ab-c444d62804ba-f8ed48ae {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: start;
}

#w-node-_82a5fce7-5cda-2ab8-d3ab-c444d62804ca-f8ed48ae {
  grid-area: 1 / 2 / 2 / 3;
}


