<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* ---------------------------------- */
/*
 * Five Star
 *
 */
/*
 * Setup / Libs
 */
/*
 * Plugins / Includes
 */
/*! Flickity v2.3.0
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus {
  outline: 0;
}

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

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.flickity-button {
  position: absolute;
  background: hsla(0, 0%, 100%, 0.75);
  border: none;
  color: #333;
}

.flickity-button:hover {
  background: #fff;
  cursor: pointer;
}

.flickity-button:focus {
  outline: 0;
  box-shadow: 0 0 0 5px #19f;
}

.flickity-button:active {
  opacity: 0.6;
}

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  pointer-events: none;
}

.flickity-button-icon {
  fill: currentColor;
}

.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  transform: translateY(-50%);
}

.flickity-prev-next-button.previous {
  left: 10px;
}

.flickity-prev-next-button.next {
  right: 10px;
}

.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots {
  direction: rtl;
}

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
}

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Reset box-sizing for all elements.
 * Remove excess height in iOS 5 devices.
 */
*,
*:after,
*::before {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox &lt; 22.
 */
[hidden],
template {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/**
* Improve readability when focused and also mouse hovered in all browsers.
*/
@media (min-width: 768px) {
  a:active,
  a:hover {
    outline: 0;
  }
}
/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  grid-column: 1/-1;
  white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */
q {
  quotes: "“" "”" "‘" "’";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto; /* 1 */
  vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

@font-face {
  font-family: "gt-flexa";
  src: url("/wp-content/themes/houzez-child/template-parts/home/fonts/gt-flexa/GT-Flexa-Extended-Regular.woff2") format("woff2"), url("/wp-content/themes/houzez-child/template-parts/home/fonts/gt-flexa/GT-Flexa-Extended-Regular.woff") format("woff"), url("/wp-content/themes/houzez-child/template-parts/home/onts/gt-flexa/GT-Flexa-Extended-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "gt-flexa";
  src: url("/wp-content/themes/houzez-child/template-parts/home/fonts/gt-flexa/GT-Flexa-Extended-Bold.woff2") format("woff2"), url("/wp-content/themes/houzez-child/template-parts/home/onts/gt-flexa/GT-Flexa-Extended-Bold.woff") format("woff"), url("/wp-content/themes/houzez-child/template-parts/home/fonts/gt-flexa/GT-Flexa-Extended-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
    font-family: "gt-flexa-std";
    src: url("/wp-content/themes/houzez-child/template-parts/home/fonts/gt-flexa/GT-Flexa-Standard-Light.woff2") format("woff2"), url("/wp-content/themes/houzez-child/template-parts/home/fonts/gt-flexa/GT-Flexa-Standard-Light.woff") format("woff"), url("/wp-content/themes/houzez-child/template-parts/home/fonts/gt-flexa/GT-Flexa-Standard-Light.ttf") format("truetype");
    font-weight: 100;
    font-style: normal;
}
@font-face {
    font-family: "gt-flexa-std";
    src: url("/wp-content/themes/houzez-child/template-parts/home/fonts/gt-flexa/GT-Flexa-Standard-Regular.woff2") format("woff2"), url("/wp-content/themes/houzez-child/template-parts/home/fonts/gt-flexa/GT-Flexa-Standard-Regular.woff") format("woff"), url("/wp-content/themes/houzez-child/template-parts/home/fonts/gt-flexa/GT-Flexa-Standard-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: "gt-flexa-std";
    src: url("/wp-content/themes/houzez-child/template-parts/home/fonts/gt-flexa/GT-Flexa-Standard-Medium.woff2") format("woff2"), url("/wp-content/themes/houzez-child/template-parts/home/fonts/gt-flexa/GT-Flexa-Standard-Medium.woff") format("woff"), url("/wp-content/themes/houzez-child/template-parts/home/fonts/gt-flexa/GT-Flexa-Standard-Medium.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: "gt-flexa-std-thin";
    src: url("/wp-content/themes/houzez-child/template-parts/home/fonts/gt-flexa/GT-Flexa-Standard-Thin.woff2") format("woff2"), url("/wp-content/themes/houzez-child/template-parts/home/fonts/gt-flexa/GT-Flexa-Standard-Thin.woff") format("woff"), url("/wp-content/themes/houzez-child/template-parts/home/fonts/gt-flexa/GT-Flexa-Standard-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
}


@font-face {
  font-family: "nib";
  src: url("/wp-content/themes/houzez-child/template-parts/home/fonts/nib/nib-light.woff2") format("woff2"), url("/wp-content/themes/houzez-child/template-parts/home/fonts/nib/nib-light.woff") format("woff"), url("/wp-content/themes/houzez-child/template-parts/home/fonts/nib/nib-light.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "nib";
  src: url("/wp-content/themes/houzez-child/template-parts/home/fonts/nib/nib-light-italic.woff2") format("woff2"), url("/wp-content/themes/houzez-child/template-parts/home/fonts/nib/nib-light-italic.woff") format("woff"), url("/wp-content/themes/houzez-child/template-parts/home/fonts/nib/nib-light-italic.ttf") format("truetype");
  font-weight: 100;
  font-style: italic;
}
@font-face {
  font-family: "nib";
  src: url("/wp-content/themes/houzez-child/template-parts/home/fonts/nib/nib-regular.woff2") format("woff2"), url("/wp-content/themes/houzez-child/template-parts/home/fonts/nib/nib-regular.woff") format("woff"), url("/wp-content/themes/houzez-child/template-parts/home/fonts/nib/nib-regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "nib";
  src: url("/wp-content/themes/houzez-child/template-parts/home/fonts/nib/nib-italic.woff2") format("woff2"), url("/wp-content/themes/houzez-child/template-parts/home/fonts/nib/nib-italic.woff") format("woff"), url("/wp-content/themes/houzez-child/template-parts/home/fonts/nib/nib-italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
}
:root {
  --top-of-screen: 0px;
  --header-offset-height: 100px;
  --alert-bar-height: 0px;
  --action-bar-height: 0px;
}

* {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body.admin-bar {
  --top-of-screen: 46px;
}
@media (min-width: 783px) {
  body.admin-bar {
    --top-of-screen: 32px;
  }
}

body, main {
  background: #F2EEE7 !important;
  color: #000 !important;
  font-family: "gt-flexa", arial, sans-serif !important;
  font-size: 15px !important;
  margin: 0 !important;
  padding: 0 !important;
  -webkit-font-smoothing: subpixel-antialiased !important;
  /* line-height: calc(1vw * 2.5) !important; */
}

@media (max-width: 1200px){
  body, main {
    line-height: calc(1vw * 3) !important;
  }
}

.footer-wrap .main{
  line-height: calc(1vw * 2.5) !important;
}

@media(max-width: 875px){
  .footer-wrap .main{
    line-height: 20px !important;
  }
}

@media(min-width: 1550px){
  .footer-wrap .main{
    line-height: 28px !important;
  }
}

.homeText{
  font-family: "gt-flexa", arial, sans-serif !important;
}

a {
  text-decoration: underline;
}
@media (min-width: 768px) {
  a:focus, a:hover {
    outline: none;
    text-decoration: none;
  }
}

.header-v4 a:hover{
  background-color: transparent !important;
}

a.top-level-contact:hover{
  color: #42A64E;
}

/* Focusing the button with a keyboard will show a dashed black line. */
a:focus-visible {
  outline: 4px solid lightcoral;
}

/* Focusing the button with a mouse, touch, or stylus will show a subtle drop shadow. */
a:focus:not(:focus-visible) {
  outline: none;
}

.button {
  background: #DFE333;
  color: #163230;
  font-family: "gt-flexa", arial, sans-serif;
  font-size: clamp(0.625rem, 0.9146341463vw, 0.9375rem);
  font-weight: bold;
  border: 0;
  border-radius: 2.25rem;
  display: inline-block;
  line-height: 1em;
  padding: 12px 40px;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: background 0.25s;
  transition-timing-function: ease-in-out;
}
@media (min-width: 768px) and (pointer: fine) {
  .button:hover {
    background: #42A64E;
    color: #163230 !important;
  }
}

.container {
  padding-left: 30px;
  padding-right: 30px;
}
@media (min-width: 375px) {
  .container {
    padding-left: 37px;
    padding-right: 37px;
  }
}
@media (min-width: 768px) {
  .container {
    padding-left: 46px;
    padding-right: 46px;
  }
}
@media (min-width: 992px) {
  .container {
    padding-left: 54px;
    padding-right: 54px;
  }
}
@media (min-width: 1200px) {
  .container {
    padding-left: 80px;
    padding-right: 80px;
  }
}
.container {
  max-width: 1640px;
  margin: 0 auto;
}

.sr-only:not(:focus):not(:active) {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.chat {
  align-items: center;
  background: #42A64E;
  border-radius: 50%;
  bottom: 1.25rem;
  display: grid;
  height: 3.125rem;
  justify-items: center;
  position: fixed;
  right: 1.25rem;
  width: 3.125rem;
}
.chat::after {
  background: url(/wp-content/themes/houzez-child/template-parts/home//wp-content/themes/houzez-child/template-parts/home/img/chat-icon.svg);
  background-size: 100%;
  content: "";
  display: block;
  height: 20px;
  width: 20px;
}

#houzez_advanced_search-2{
  grid-column: 1 / -1;
  background: transparent;
  margin-bottom: -30px;
  margin-top: -30px;
}

#houzez_advanced_search-2 input[type=text]{
  background: white !important;
  border-radius: 0 !important;
}

#auto_complete_ajax{
  width: 100% !important;
}

#responsive-detection *:not(.mobile) {
  display: none;
}
@media (min-width: 576px) {
  #responsive-detection .mobile {
    display: none;
  }
  #responsive-detection .large-mobile {
    display: block;
  }
}
@media (min-width: 768px) {
  #responsive-detection .large-mobile {
    display: none;
  }
  #responsive-detection .handheld {
    display: block;
  }
}
@media (min-width: 783px) {
  #responsive-detection .handheld {
    display: none;
  }
  #responsive-detection .wordpress {
    display: block;
  }
}
@media (min-width: 992px) {
  #responsive-detection .wordpress {
    display: block;
  }
  #responsive-detection .desktop {
    display: block;
  }
}
@media (min-width: 1200px) {
  #responsive-detection .desktop {
    display: block;
  }
  #responsive-detection .large-desktop {
    display: block;
  }
}
@media (min-width: 1640px) {
  #responsive-detection .large-desktop {
    display: block;
  }
  #responsive-detection .full {
    display: block;
  }
}

body .space-a-default {
  padding-top: clamp(5.875rem, 12.1951219512vw, 12.5rem);
}
body .space-a-small {
  padding-top: clamp(3.5rem, 7.3170731707vw, 7.5rem);
}
body .space-b-default {
  padding-bottom: clamp(5.875rem, 12.1951219512vw, 12.5rem);
}
body .space-b-small {
  padding-bottom: clamp(3.5rem, 7.3170731707vw, 7.5rem);
}

/*
 * Template Parts
 */
@media screen and (max-width: 768px) {
  html, body {
    overflow-x: hidden;
  }
}
.h-main-nav {
  overflow-y: hidden;
}

.header-v4{
  background: #F2EEE7 !important;
}
header {
  background: #F2EEE7 !important;
  position: fixed !important;
  top: 0px !important;
  width: 100% !important;
  z-index: 7 !important;
  height: 3.75rem !important;
}
.x-brand-bar-container{
  display: none !important;
}
@media (min-width: 1200px) {
  header {
    height: 5rem;
  }
}

main {
  margin-top: 3.75rem;
}
@media (min-width: 1200px) {
  main {
    margin-top: 5rem;
  }
}

header a {
  font-weight: 700;
  text-decoration: none;
}
header .container {
  align-items: center;
  padding: 14px;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-column-gap: 20px;
}
@media (min-width: 768px) {
  header .container {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-column-gap: 20px;
  }
}
header .container {
  max-width: 1640px;
  margin: 0 auto;
}
header .container {
  padding-left: 30px;
  padding-right: 30px;
}
@media (min-width: 375px) {
  header .container {
    padding-left: 37px;
    padding-right: 37px;
  }
}
@media (min-width: 768px) {
  header .container {
    padding-left: 46px;
    padding-right: 46px;
  }
}
@media (min-width: 992px) {
  header .container {
    padding-left: 54px;
    padding-right: 54px;
  }
}
@media (min-width: 1200px) {
  header .container {
    padding-left: 80px;
    padding-right: 80px;
  }
}
header .top-level-contact {
  font-size: clamp(0.625rem, 0.7317073171vw, 0.75rem);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #42A64E;
  display: none;
  grid-column: 1/span 4;
  position: relative;
  z-index: 12;
}
@media (min-width: 768px) {
  header .top-level-contact {
    display: block;
  }
}
header .logo {
  display: block;
  grid-column: span 4;
  margin: 0;
  position: relative;
  z-index: 12;
}
@media (min-width: 768px) {
  header .logo {
    text-align: center;
  }
}
header .logo a {
  display: inline-block;
  height: 33px;
  width: 115px;
}
@media (min-width: 1200px) {
  header .logo a {
    height: 43px;
    width: 150px;
  }
}
header .logo a::after {
  content: "";
  background: url("/wp-content/uploads/2022/02/fivestar-logo-green-No-bckgrnd-e1574431482678.png");
  background-size: 100%;
  display: inline-block;
  height: 33px;
  width: 115px;
}
@media (min-width: 1200px) {
  header .logo a::after {
    height: 43px;
    width: 150px;
  }
}
header nav {
  align-self: center;
  display: grid;
  grid-column: 9/-1;
  justify-self: end;
  pointer-events: none;
  position: relative;
  z-index: 11;
}
@media (min-width: 880px) {
  header nav {
    text-align: right;
  }
}
header nav &gt; * {
  pointer-events: auto;
}
header .main-nav-trigger {
  font-size: clamp(0.625rem, 0.7317073171vw, 0.75rem);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #42A64E !important;
  z-index: 2;
  text-decoration: none;
  background-color: transparent !important;
}
header .main-nav-trigger:hover {
  text-decoration: none;
}
@media (min-width: 768px) and (pointer: fine) {
  header .main-nav-trigger:hover {
    color: #D0DDBA;
  }
}
header nav &gt; .menu {
  background: #163230;
  display: grid;
  align-content: center;
  font-size: 0.875rem;
  list-style-type: none;
  margin: 0;
  padding: 80px 20px 20px;
  pointer-events: none;
  position: fixed;
  inset: var(--top-of-screen) 0 0 0;
  text-align: center;
  transform: translateY(-100%);
  transition: transform 0.5s;
  z-index: 1;
}
.h-main-nav header nav &gt; .menu {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(0);
}
header nav &gt; .menu ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
header nav &gt; .menu ul li {
  margin: 0;
}
header nav &gt; .menu li {
  margin-bottom: 10px;
}
header nav &gt; .menu a {
  color: #163230;
  font-weight: 700;
  font-size: clamp(1.75rem, 2.9268292683vw, 3rem);
  line-height: 1.6em;
  text-decoration: none;
  transition: color 0.5s;
}
.h-main-nav header nav &gt; .menu a {
  color: #42A64E;
}
header nav &gt; .menu a:hover {
  color: #D0DDBA;
}
header nav &gt; .menu .current-menu-item a {
  color: white;
}

footer, footer #wrapper-footer {
  background: #163230;
  color: #42A64E;
}
footer .container {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-column-gap: 20px;
}
@media (min-width: 768px) {
  footer .container {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-column-gap: 20px;
  }
}
footer .container {
  max-width: 1640px;
  margin: 0 auto;
}
footer .container {
  padding-left: 30px;
  padding-right: 30px;
}
@media (min-width: 375px) {
  footer .container {
    padding-left: 37px;
    padding-right: 37px;
  }
}
@media (min-width: 768px) {
  footer .container {
    padding-left: 46px;
    padding-right: 46px;
  }
}
@media (min-width: 992px) {
  footer .container {
    padding-left: 54px;
    padding-right: 54px;
  }
}
@media (min-width: 1200px) {
  footer .container {
    padding-left: 80px;
    padding-right: 80px;
  }
}
footer .container {
  padding-bottom: 3.75rem;
  padding-top: 1.75rem;
}
footer .top {
  grid-column: 1/-1;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 20px;
}
footer .logo-holder {
  display: none;
}
@media (min-width: 576px) {
  footer .logo-holder {
    display: block;
  }
}
footer .logo-holder .logo::after {
  content: "";
  background: url("/wp-content/uploads/2022/02/fivestar-logo-green-No-bckgrnd-e1574431482678.png");
  background-size: 100%;
  display: inline-block;
  height: clamp(2.25rem, 3.0487804878vw, 3.125rem);
  width: clamp(7.8125rem, 10.5487804878vw, 10.8125rem);
}
footer .actions {
  display: flex;
  gap: clamp(0.75rem, 2.012195122vw, 2.0625rem);
  justify-content: end;
  text-align: right;
  grid-column: 1/-1;
}
@media (min-width: 576px) {
  footer .actions {
    grid-column: 2/span 1;
  }
}
footer .actions .instagram, footer .actions .facebook, footer .actions .youtube {
  border: 2px solid #42A64E;
  border-radius: 50%;
  color: #42A64E;
  display: inline-block;
  line-height: 1em;
  padding: 12px;
  height: clamp(2.25rem, 3.0487804878vw, 3.125rem);
  position: relative;
  width: clamp(2.25rem, 3.0487804878vw, 3.125rem);
}
footer .actions .instagram::after, footer .actions .facebook::after, footer .actions .youtube::after {
  background-repeat: no-repeat;
  background-position: center;
  content: "";
  position: absolute;
  inset: 0;
  text-align: center;
}
footer .actions .instagram:hover, footer .actions .facebook:hover, footer .actions .youtube:hover {
  background: #D0DDBA;
  border-color: #D0DDBA;
  color: #163230;
}
footer .actions .instagram::after {
  background-image: url(/wp-content/uploads/2025/01/social-instagram.svg);
}
footer .actions .facebook::after {
  background-image: url(/wp-content/uploads/2025/01/social-facebook.svg);
}
footer .actions .youtube::after {
  background-image: url(/wp-content/uploads/2025/01/social-youtube.svg);
}
footer .actions .login {
  background: none;
  border: 2px solid #42A64E;
  color: #42A64E !important;
  display: inline-block;
  padding-top: clamp(0.75rem, 1.0365853659vw, 1.0625rem);
  width: 11.25rem;
  margin-left: auto;
  transition: none;
}
footer .actions .login:hover {
  background: #D0DDBA;
  border-color: #D0DDBA;
  color: #163230;
}
@media (min-width: 576px) {
  footer .actions .login {
    margin-left: initial;
  }
}
@media (min-width: 992px) {
  footer .actions .login {
    padding-left: 10px;
    padding-right: 10px;
  }
}
footer .hr {
  border-bottom: 2px solid #42A64E;
  grid-column: 1/-1;
  margin: clamp(0.875rem, 1.8292682927vw, 1.875rem) 0;
}
footer .main {
  grid-column: 1/-1;
}
@media (min-width: 576px) {
  footer .main {
    display: grid;
    grid-template-columns: 1fr 11.25rem;
  }
}
footer h5 {
  font-size: clamp(0.625rem, 0.9146341463vw, 0.9375rem);
  margin: 0.1875rem 0 0.8125rem;
  text-transform: uppercase;
  color: #42A64E;
  font-family: "gt-flexa", arial, sans-serif;
}
footer address, footer address a {
  color: #42A64E !important;
  font-family: "nib", georgia, serif;
  font-size: clamp(1.09375rem, 1.4634146341vw, 1.5rem);
  font-style: normal;
}
footer .right {
  display: none;
}
@media (min-width: 576px) {
  footer .right {
    display: block;
  }
}
footer li a {
  color: #42A64E !important;
  font-family: "gt-flexa", arial, sans-serif;
  font-size: clamp(0.625rem, 0.9146341463vw, 0.9375rem);
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
}
footer .footer-nav {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
footer .footer-nav li {
  margin: 0;
}
footer .footer-nav li {
  margin-bottom: 0;
}
footer .footer-nav a:hover {
  color: #D0DDBA;
}
footer .utils {
  font-size: clamp(0.625rem, 0.7317073171vw, 0.75rem);
  grid-column: 1/-1;
  text-transform: uppercase;
}
footer .utils a {
  color: #42A64E;
  text-decoration: none;
}

.grecaptcha-badge {
  display: none;
}

/*
 * Components
 */
.c-browser-notice {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.375em;
  background: #163230;
  inset: auto 0 0 0;
  margin: 0;
  min-height: 50px;
  padding: 17px 20px;
  position: fixed;
  text-align: center;
  z-index: 10;
}
.c-browser-notice a {
  color: #000;
}

.c-skip-to-content-link {
  background: #e77e23;
  height: 30px;
  left: 0%;
  padding: 8px;
  position: absolute;
  top: 0;
  transform: translateX(-100%);
  transition: transform 0.3s;
  z-index: 90;
}

.c-skip-to-content-link:focus {
  transform: translateX(0%);
}

/*
 * Blocks
 */
.cs-block.agents {
  text-align: center;
}
.cs-block.agents h3 {
  font-size: clamp(0.875rem, 1.4634146341vw, 1.5rem);
  margin: 0;
  margin-bottom: clamp(1.875rem, 3.6585365854vw, 3.75rem);
}
.cs-block.agents .main-carousel {
  height: clamp(18.75rem, 29.756097561vw, 30.5rem);
  margin-bottom: clamp(0.625rem, 1.8292682927vw, 1.875rem);
  width: 100%;
}
.cs-block.agents .carousel-cell {
  background: #fff;
  height: clamp(19.0625rem, 29.756097561vw, 30.5rem);
  margin: 0 10px;
  width: 200px;
}
@media (min-width: 992px) {
  /* .cs-block.agents .main-carousel {
    width: 100%;
  } */
  .cs-block.agents .carousel-cell {
    /* margin: 0 10px; */
    width: 19.3292682927vw;
  }
}
@media (min-width: 1200px) {
  .cs-block.agents .carousel-cell {
    width: 20.8536585366vw;
  }
  
}


@media (min-width: 1640px) {
  .cs-block.agents .carousel-cell {
    width: 342px;
  }
}
.cs-block.agents .img {
  display: block;
  position: relative;
  overflow: hidden;
}
.cs-block.agents .img:before {
  display: block;
  content: "";
  padding-top: 100%;
  width: 100%;
}
.cs-block.agents .img &gt; img, .cs-block.agents .img &gt; video {
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
  top: 0;
  object-fit: cover;
}
.cs-block.agents .img img {
  transition: transform 0.5s;
}
.cs-block.agents .img:hover img {
  transform: scale(1.1);
}
.cs-block.agents .vcard {
  font-size: clamp(0.625rem, 1.0975609756vw, 1.125rem);
  margin: 20px;
  text-align: left;
}
.cs-block.agents .vcard h4 {
  color: #163230;
  margin: 0 0 4px;
  font-size: clamp(0.625rem, 1.0975609756vw, 1.125rem);
  font-family: "gt-flexa", arial, sans-serif !important;
}
.cs-block.agents .vcard a {
  color: #163230;
  display: block;
  line-height: normal;
}
.cs-block.agents .vcard .email, .cs-block.agents .vcard .tel {
  font-family: "nib", georgia, serif;
}
.cs-block.agents .vcard .tel, .cs-block.agents .vcard .view-more {
  text-decoration: none;
}
.cs-block.agents .vcard .tel:hover, .cs-block.agents .vcard .view-more:hover {
  color: #D0DDBA;
}
.cs-block.agents .vcard .email {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.cs-block.agents .vcard .tel {
  margin-bottom: 10px;
}
.cs-block.agents .vcard .view-more {
  font-weight: bold;
  text-transform: uppercase;
  font-size: clamp(0.625rem, 0.7317073171vw, 0.75rem);
  font-family: "gt-flexa", arial, sans-serif !important;
}

@media (min-width: 768px) {
  .cs-block.badges .container {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-column-gap: 20px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .cs-block.badges .container {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-column-gap: 20px;
  }
}
@media (min-width: 768px) {
  .cs-block.badges .container {
    max-width: 1640px;
    margin: 0 auto;
  }
  .cs-block.badges .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 768px) and (min-width: 375px) {
  .cs-block.badges .container {
    padding-left: 37px;
    padding-right: 37px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .cs-block.badges .container {
    padding-left: 46px;
    padding-right: 46px;
  }
}
@media (min-width: 768px) and (min-width: 992px) {
  .cs-block.badges .container {
    padding-left: 54px;
    padding-right: 54px;
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .cs-block.badges .container {
    padding-left: 80px;
    padding-right: 80px;
  }
}
.cs-block.badges h2 {
  letter-spacing: -0.02em;
  line-height: 1.05em;
  font-size: clamp(2.1875rem, 4.5731707317vw, 4.6875rem);
  color: #163230;
  line-height: 1.35em;
  text-align: center;
  margin: 0 0 0.625rem;
  padding-top: 6.5625rem;
  text-align: center;
}
@media (min-width: 576px) {
  .cs-block.badges h2 {
    padding-top: 5.625rem;
  }
}
@media (min-width: 768px) {
  .cs-block.badges h2 {
    grid-column: 1/-1;
    margin-bottom: 0.8125rem;
  }
}
@media (min-width: 992px) {
  .cs-block.badges h2 {
    padding-top: 4.6875rem;
  }
}
@media (min-width: 1200px) {
  .cs-block.badges h2 {
    padding-top: 5.625rem;
  }
}
@media (min-width: 1640px) {
  .cs-block.badges h2 {
    margin: 0 0 1rem;
    padding-top: 7.8125rem;
  }
}
.cs-block.badges form {
  position: relative;
  margin-bottom: 0.875rem;
}
@media (min-width: 768px) {
  .cs-block.badges form {
    grid-column: 2/-2;
  }
}
.cs-block.badges input {
  appearance: none;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  color: #163230;
  font-family: "nib", georgia, serif;
  font-weight: 300;
  font-size: clamp(1.0625rem, 1.8292682927vw, 1.875rem);
  height: clamp(3.375rem, 5.487804878vw, 5.625rem);
  padding: 0 clamp(0.625rem, 1.8292682927vw, 1.875rem);
  width: 100%;
}
.cs-block.badges input::placeholder {
  color: #163230;
}
.cs-block.badges button {
  background: #DFE333;
  color: #163230;
  font-family: "gt-flexa", arial, sans-serif;
  font-size: clamp(0.625rem, 0.9146341463vw, 0.9375rem);
  font-weight: bold;
  border: 0;
  border-radius: 2.25rem;
  display: inline-block;
  line-height: 1em;
  padding: 12px 40px !important;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: background 0.25s;
  transition-timing-function: ease-in-out;
  height: 40px;
  overflow: hidden;
  padding: 12px;
  position: absolute;
  right: clamp(0.625rem, 1.8292682927vw, 1.875rem);
  text-indent: -9990px;
  transform: translateY(-50%);
  top: 50%;
  width: 40px;
}
.cs-block.badges button::after {
  content: "";
  background-image: url("/wp-content/uploads/2025/01/arrow-right.svg");
  background-repeat: no-repeat;
  background-position: center;
  inset: 0;
  position: absolute;
}
@media (min-width: 768px) {
  .cs-block.badges button {
    height: auto;
    padding: clamp(0.75rem, 0.9756097561vw, 1rem) 40px;
    text-indent: 0;
    width: auto;
  }
  .cs-block.badges button::after {
    display: none;
  }
}
@media (min-width: 768px) and (pointer: fine) {
  .cs-block.badges button:hover {
    background: #42A64E;
  }
}
.cs-block.badges .text {
  letter-spacing: -0.02em;
  line-height: 1.05em;
  font-size: clamp(2.1875rem, 4.5731707317vw, 4.6875rem);
  color: #163230;
  font-family: "nib", georgia, serif;
  letter-spacing: -0.02em;
  position: relative;
  text-align: center;
}
@media (min-width: 768px) {
  .cs-block.badges .text {
    grid-column: 1/-1;
  }
}
@media screen and (max-width: 766px) {
  .cs-block.badges .text br {
    display: none;
  }
}
.cs-block.badges .text a {
  text-decoration: none;
  color: #163230;
  transition: color 0.25s;
}
@media (min-width: 768px) {
  .cs-block.badges .text a {
    position: relative;
  }
}
.cs-block.badges .text a.italic {
  font-style: italic;
}
.cs-block.badges .text a:not(.italic) {
  font-family: "gt-flexa", arial, sans-serif;
  font-weight: bold;
}
.cs-block.badges .text a::after {
  background-repeat: no-repeat;
  background-size: 100%;
  content: "";
  left: 50%;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: scale(1.12);
  transition: opacity 0.25s, transform 0.25s;
  z-index: 3;
}
@media (min-width: 768px) {
  .cs-block.badges .text a::after {
    transform: translate(-50%, -50%) scale(1.12);
  }
}
.cs-block.badges .text a.mobile-in::after {
  opacity: 1;
  transform: scale(1);
}
@media (min-width: 768px) {
  .cs-block.badges .text a.mobile-in::after {
    transform: translate(-50%, -50%) scale(1.12);
  }
}
@media (min-width: 768px) {
  .cs-block.badges .text a.mobile-in::after {
    opacity: 0;
    transform: translate(-50%, -50%) scale(1.12);
  }
  .cs-block.badges .text a:hover {
    color: #D0DDBA;
    text-decoration: none;
  }
  .cs-block.badges .text a:hover::after {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
}
.cs-block.badges .text .searching::after {
  background-image: url(/wp-content/uploads/2025/01/badge-view-listings.svg);
  height: 76px;
  width: 126px;
}
@media screen and (max-width: 767px) {
  .cs-block.badges .text .searching::after {
    left: auto;
    right: -70px;
    top: 13px;
  }
  .cs-block.badges button{
    padding: 12px !important;
  }
}
@media (min-width: 768px) {
  .cs-block.badges .text .searching::after {
    height: 10.1219512195vw;
    width: 17.3170731707vw;
  }
}
@media (min-width: 1640px) {
  .cs-block.badges .text .searching::after {
    height: 10.375rem;
    width: 17.75rem;
  }
}
.cs-block.badges .text .looking::after {
  background-image: url(/wp-content/uploads/2025/01/badge-list-your-home.svg);
  height: 84px;
  width: 84px;
}
@media screen and (max-width: 767px) {
  .cs-block.badges .text .looking::after {
    left: -50px;
    top: 70px;
  }
}
@media (min-width: 768px) {
  .cs-block.badges .text .looking::after {
    height: 10.5487804878vw;
    width: 10.5487804878vw;
  }
}
@media (min-width: 1640px) {
  .cs-block.badges .text .looking::after {
    height: 10.8125rem;
    width: 10.8125rem;
  }
}
.cs-block.badges .text .agents::after {
  background-image: url(/wp-content/uploads/2025/01/badge-find-an-agent.svg);
  height: 108px;
  width: 108px;
}
@media screen and (max-width: 767px) {
  .cs-block.badges .text .agents::after {
    left: auto;
    right: -10px;
    top: auto;
    bottom: -70px;
  }
}
@media screen and (max-width: 576px) {
  .cs-block.badges .text .agents::after {
    bottom: -30px;
    right: -50px;
  }
}
@media (min-width: 768px) {
  .cs-block.badges .text .agents::after {
    height: 10.7317073171vw;
    width: 10.7317073171vw;
  }
}
@media (min-width: 1640px) {
  .cs-block.badges .text .agents::after {
    height: 11rem;
    width: 11rem;
  }
}

.cs-block.full-screen .img {
  position: relative;
  height: 21rem;
}
.cs-block.full-screen .img:before {
  display: block;
  content: "";
  padding-top: 100%;
  width: 100%;
}
.cs-block.full-screen .img &gt; img, .cs-block.full-screen .img &gt; video {
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
  top: 0;
  object-fit: cover;
}
@media (min-width: 768px) {
  .cs-block.full-screen .img {
    position: relative;
    height: auto;
  }
  .cs-block.full-screen .img:before {
    display: block;
    content: "";
    padding-top: 43.75%;
    width: 100%;
  }
  .cs-block.full-screen .img &gt; img, .cs-block.full-screen .img &gt; video {
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
    top: 0;
    object-fit: cover;
  }
}
@media (min-width: 992px) {
  .cs-block.full-screen .img {
    position: relative;
  }
  .cs-block.full-screen .img:before {
    display: block;
    content: "";
    padding-top: 43.75%;
    width: 100%;
  }
  .cs-block.full-screen .img &gt; img, .cs-block.full-screen .img &gt; video {
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
    top: 0;
    object-fit: cover;
  }
}
.cs-block.full-screen .container {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-column-gap: 20px;
}
@media (min-width: 768px) {
  .cs-block.full-screen .container {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-column-gap: 20px;
  }
}
.cs-block.full-screen .container {
  max-width: 1640px;
  margin: 0 auto;
}
.cs-block.full-screen .container {
  padding-left: 30px;
  padding-right: 30px;
}
@media (min-width: 375px) {
  .cs-block.full-screen .container {
    padding-left: 37px;
    padding-right: 37px;
  }
}
@media (min-width: 768px) {
  .cs-block.full-screen .container {
    padding-left: 46px;
    padding-right: 46px;
  }
}
@media (min-width: 992px) {
  .cs-block.full-screen .container {
    padding-left: 54px;
    padding-right: 54px;
  }
}
@media (min-width: 1200px) {
  .cs-block.full-screen .container {
    padding-left: 80px;
    padding-right: 80px;
  }
}
.cs-block.full-screen .title-cta, .cs-block.full-screen .content {
  grid-column: 1/-1;
}
@media (min-width: 576px) {
  .cs-block.full-screen .title-cta, .cs-block.full-screen .content {
    grid-column: span 3;
  }
}
@media (min-width: 768px) {
  .cs-block.full-screen .title-cta, .cs-block.full-screen .content {
    grid-column: span 6;
  }
}
.cs-block.full-screen h3 {
  font-size: clamp(1.375rem, 2.9268292683vw, 3rem);
  letter-spacing: -0.02em;
  line-height: 1.05em;
  margin-bottom: clamp(0.875rem, 1.8292682927vw, 1.875rem);
}
.cs-block.full-screen .content {
  font-family: "nib", georgia, serif;
  font-size: clamp(0.9375rem, 2.1951219512vw, 2.25rem);
}
@media (min-width: 992px) {
  .cs-block.full-screen .content {
    font-weight: 300;
  }
}

.cs-block.split-content .img {
  margin-bottom: 1.75rem;
}
.cs-block.split-content img {
  display: block;
  width: 100%;
}
.cs-block.split-content .full-container .content {
  padding-left: 30px;
  padding-right: 30px;
}
@media (min-width: 375px) {
  .cs-block.split-content .full-container .content {
    padding-left: 37px !important;
    padding-right: 37px !important;
  }
}
@media (min-width: 768px) {
  .cs-block.split-content .full-container .content {
    padding-left: 46px;
    padding-right: 46px;
  }
}
@media (min-width: 992px) {
  .cs-block.split-content .full-container .content {
    padding-left: 54px;
    padding-right: 54px;
  }
}
@media (min-width: 1200px) {
  .cs-block.split-content .full-container .content {
    padding-left: 80px;
    padding-right: 80px;
  }
}
.cs-block.split-content .full-container .content {
  padding-left: 0;
  margin-bottom: 1.875rem;
}
.cs-block.split-content .full-container h3 {
  color: #163230;
  letter-spacing: -0.04em;
  line-height: 1.01em;
  font-size: 21px;
}
@media (min-width: 768px) {
  .cs-block.split-content .full-container h3 {
    font-size: 2.6829268293vw;
  }
}
@media (min-width: 1640px) {
  .cs-block.split-content .full-container h3 {
    font-size: 44px;
  }
}
@media (min-width: 576px) {
  .cs-block.split-content .full-container {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-column-gap: 20px;
  }
  .cs-block.split-content .full-container .img {
    grid-column: 1/span 6;
    margin-bottom: 0;
  }
  .cs-block.split-content .full-container .content {
    align-self: center;
    grid-column: 7/-1;
    padding-left: 1.875rem;
  }
}
@media (min-width: 768px) {
  .cs-block.split-content .full-container .img {
    grid-column: 1/span 7;
  }
  .cs-block.split-content .full-container .content {
    grid-column: 9/-1;
    padding-left: 0;
  }
}

/*
 * Templates
 */
</pre></body></html>