<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.market-dropdown-options[data-v-b4e67132] {
  display: none;
  position: relative !important;
  height: 300px;
  min-width: 300px;
  margin-top: 10px;
  background-color: white;
  border: 1px solid black;
  text-align: left;
  overflow-y: scroll;
  cursor: pointer;
}
.market-dropdown-options.open[data-v-b4e67132] {
  display: block;
}
@media (max-width: 799px) {
.market-dropdown-options.open[data-v-b4e67132] {
    margin-left: -12px;
    max-width: 100%;
}
}
.market-dropdown-options .market-dropdown-option[data-v-b4e67132] {
  font-size: 16px;
  line-height: 40px;
  padding-left: 10px;
  margin: 0 2px;
}
.market-dropdown-options .market-dropdown-option[data-v-b4e67132]:hover,
.market-dropdown-options .market-dropdown-option[data-v-b4e67132]:focus-visible {
  font-weight: bold;
}
.market-dropdown-options .market-dropdown-option[data-v-b4e67132]:first-of-type {
  margin-top: 2px;
}
.market-dropdown-options .selected-market-icon[data-v-b4e67132] {
  float: right;
  padding-right: 10px;
}

.market-selector-container[data-v-7877e8a9] {
  position: absolute;
  top: calc(65% - 50px);
  width: calc(100% - 50px);
  min-height: 100px;
  background-color: #fff;
  margin-left: 20px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-left: 15px solid #fa8854;
  z-index: 10;
}
@media (max-width: 799px) {
.market-selector-container[data-v-7877e8a9] {
    flex-direction: column;
    top: 55%;
    bottom: unset;
}
}
.market-selector-container.disabled[data-v-7877e8a9] {
  pointer-events: none;
}
.market-selector-container.disabled .market-search-button[data-v-7877e8a9] {
  opacity: 0.4;
}
.market-selector-container .market-search-label-container[data-v-7877e8a9] {
  display: flex;
  margin-left: 20px;
  width: 50%;
}
@media (max-width: 799px) {
.market-selector-container .market-search-label-container[data-v-7877e8a9] {
    width: 100%;
    text-align: center;
    padding-top: 1rem;
    padding-bottom: 1rem;
}
}
@media (max-width: 1149px) {
.market-selector-container .market-search-label-container[data-v-7877e8a9] {
    flex-direction: column;
}
}
.market-selector-container .market-search-label-container .market-search-label[data-v-7877e8a9] {
  font-family: "museo-slab";
  font-weight: 900;
  font-size: 25px;
  color: #3d3c37;
  display: inline-block;
  white-space: pre;
}
@media (max-width: 799px) {
.market-selector-container .market-search-label-container .market-search-label[data-v-7877e8a9] {
    line-height: 30px;
    margin: 0;
}
}
.market-selector-container .market-search-label-container .market-search-label.orange[data-v-7877e8a9] {
  color: #f2894f;
}
.market-selector-container .market-selector[data-v-7877e8a9] {
  width: 50%;
  height: 55px;
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 1149px) {
.market-selector-container .market-selector[data-v-7877e8a9] {
    position: relative;
    width: 100%;
}
}
@media (max-width: 799px) {
.market-selector-container .market-selector[data-v-7877e8a9] {
    flex-direction: column;
    height: 75% !important;
}
}
.market-selector-container .market-selector .market-selector-first-item[data-v-7877e8a9] {
  width: 75%;
  height: 100%;
}
@media (max-width: 799px) {
.market-selector-container .market-selector .market-selector-first-item[data-v-7877e8a9] {
    margin-left: 25px;
    width: 90% !important;
}
}
.market-selector-container .market-selector .market-selector-first-item .market-dropdown[data-v-7877e8a9] {
  width: calc(100% - 22px);
  height: 60%;
  border-radius: 5px;
  border: 1px solid #ddd;
  padding: 11px;
  display: inline-flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
  cursor: pointer;
}
@media (max-width: 799px) {
.market-selector-container .market-selector .market-selector-first-item .market-dropdown[data-v-7877e8a9] {
    margin-left: -12px;
}
}
.market-selector-container .market-selector .market-selector-first-item .market-dropdown .market-dropdown-label[data-v-7877e8a9] {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.market-selector-container .market-selector .market-selector-first-item .market-dropdown .market-dropdown-label .market-label[data-v-7877e8a9] {
  font-weight: bold;
}
.market-selector-container .market-selector .market-selector-first-item .market-dropdown .market-dropdown-label .icon-location-pin[data-v-7877e8a9] {
  stroke: #f2894f;
  fill: none;
  width: 2.2em;
  margin-right: 5px;
}
.market-selector-container .market-selector .market-selector-first-item .market-dropdown .dropdown-icon[data-v-7877e8a9] {
  float: right;
  padding-right: 10px;
}
.market-selector-container .market-selector .market-selector-first-item .market-dropdown .dropdown-icon i[data-v-7877e8a9] {
  font-size: 22px !important;
  color: #3d3c37;
}
.market-selector-container .market-selector .market-selector-second-item[data-v-7877e8a9] {
  width: 25%;
  height: 100%;
}
@media (max-width: 799px) {
.market-selector-container .market-selector .market-selector-second-item[data-v-7877e8a9] {
    margin-top: 10px;
    margin-bottom: 15px;
    width: 90% !important;
}
}
.market-selector-container .market-selector .market-selector-second-item .market-search-button[data-v-7877e8a9] {
  color: #fff;
  background: #f2894f;
  border-radius: 5px;
  width: calc(90% - 10px);
  min-width: 100px !important;
  margin-left: 10px;
  height: 100%;
  text-transform: uppercase;
}
.market-selector-container .market-selector .market-selector-second-item .market-search-button[data-v-7877e8a9]:hover {
  opacity: 0.8;
}
@media (max-width: 799px) {
.market-selector-container .market-selector .market-selector-second-item .market-search-button[data-v-7877e8a9] {
    width: 100% !important;
    min-height: 60px;
    margin-top: 10px;
    margin-left: 0;
}
}

.hero-image[data-v-5b2b1930] {
  position: relative;
  background-size: cover !important;
  min-height: 90vh;
}
@media (max-width: 799px) {
.hero-image[data-v-5b2b1930] {
    background-position: center center !important;
}
}
.hero-image img[data-v-5b2b1930] {
  max-width: 100%;
  height: auto;
}

.david-weekley-difference-container[data-v-5abdff88] {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 60px 10px 40px 10px;
  background-color: #fff;
}
@media (min-width: 800px) {
.david-weekley-difference-container[data-v-5abdff88] {
    flex-direction: row;
}
}
@media (min-width: 480px) {
.david-weekley-difference-container[data-v-5abdff88] {
    padding: 40px;
}
}
.david-weekley-difference-container .image-group-container[data-v-5abdff88] {
  position: relative;
}
@media (min-width: 800px) {
.david-weekley-difference-container .image-group-container[data-v-5abdff88] {
    width: 50%;
}
}
.david-weekley-difference-container .image-group-container .david-weekley-difference-main-image[data-v-5abdff88] {
  width: 90%;
  height: auto;
  margin-bottom: 100px;
}
@media (min-width: 800px) {
.david-weekley-difference-container .image-group-container .david-weekley-difference-main-image[data-v-5abdff88] {
    width: 75%;
}
}
.david-weekley-difference-container .image-group-container .david-weekley-difference-sub-image[data-v-5abdff88] {
  position: absolute;
  right: 0;
  width: 40%;
  bottom: 30px;
}
@media (min-width: 800px) {
.david-weekley-difference-container .image-group-container .david-weekley-difference-sub-image[data-v-5abdff88] {
    right: 15%;
    width: 35%;
}
}
@media (min-width: 480px) {
.david-weekley-difference-container .image-group-container .david-weekley-difference-sub-image[data-v-5abdff88] {
    bottom: 0;
}
}
.david-weekley-difference-container .david-weekley-difference-content[data-v-5abdff88] {
  padding: 0px 5px;
}
@media (min-width: 800px) {
.david-weekley-difference-container .david-weekley-difference-content[data-v-5abdff88] {
    width: 50%;
}
}
@media (min-width: 480px) {
.david-weekley-difference-container .david-weekley-difference-content[data-v-5abdff88] {
    padding: 40px 5px;
}
}
.david-weekley-difference-container .david-weekley-difference-content .david-weekley-difference-subtitle[data-v-5abdff88] {
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  color: #888;
  font-family: revert;
  padding-bottom: 10px;
}
.david-weekley-difference-container .david-weekley-difference-content .david-weekley-difference-title[data-v-5abdff88] {
  font-family: "museo-slab";
  font-size: 32px;
  font-weight: 800;
  margin: 0;
  color: #f2894f;
  line-height: normal;
}
.david-weekley-difference-container .david-weekley-difference-content .david-weekley-difference-title span[data-v-5abdff88] {
  color: #3d3c37;
}
@media (min-width: 480px) {
.david-weekley-difference-container .david-weekley-difference-content .david-weekley-difference-title[data-v-5abdff88] {
    font-size: 36px;
    margin: 10px 0;
}
}
.david-weekley-difference-container .david-weekley-difference-content .david-weekley-difference-text[data-v-5abdff88] {
  font-size: 16px;
  color: #666;
  line-height: 1.6;
  margin-top: 40px;
  font-weight: 400;
}
@media (min-width: 800px) {
.david-weekley-difference-container .david-weekley-difference-content .david-weekley-difference-text[data-v-5abdff88] {
    width: 75%;
    font-weight: 300;
}
}
.david-weekley-difference-container .david-weekley-difference-content hr[data-v-5abdff88] {
  color: brown;
  width: 90%;
  border: black;
  background: #eee;
  margin-top: 42px;
}
.david-weekley-difference-container .david-weekley-difference-content .reviews-container[data-v-5abdff88] {
  margin-top: 20px;
  text-align: left;
}
.david-weekley-difference-container .david-weekley-difference-content .reviews-container .david-weekley-difference-reviews[data-v-5abdff88] {
  cursor: pointer;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 40px;
}
@media (max-width: 1149px) {
.david-weekley-difference-container .david-weekley-difference-content .reviews-container .david-weekley-difference-reviews[data-v-5abdff88] {
    flex-direction: column;
}
}
.david-weekley-difference-container .david-weekley-difference-content .reviews-container .david-weekley-difference-reviews .david-weekley-difference-reviews-left[data-v-5abdff88] {
  width: 250px;
}
@media (max-width: 1149px) {
.david-weekley-difference-container .david-weekley-difference-content .reviews-container .david-weekley-difference-reviews .david-weekley-difference-reviews-left[data-v-5abdff88] {
    width: 70%;
}
}
@media (max-width: 799px) {
.david-weekley-difference-container .david-weekley-difference-content .reviews-container .david-weekley-difference-reviews .david-weekley-difference-reviews-left[data-v-5abdff88] {
    width: 95%;
}
}
.david-weekley-difference-container .david-weekley-difference-content .reviews-container .david-weekley-difference-reviews .david-weekley-difference-link[data-v-5abdff88] {
  color: #f2894f;
  text-decoration: underline;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 800;
}
.david-weekley-difference-container .david-weekley-difference-content .reviews-container .david-weekley-difference-first-row[data-v-5abdff88] {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  justify-content: space-between;
}
.david-weekley-difference-container .david-weekley-difference-content .reviews-container .david-weekley-difference-first-row .stars-container[data-v-5abdff88] {
  position: relative;
}
.david-weekley-difference-container .david-weekley-difference-content .reviews-container .david-weekley-difference-first-row .stars-container .stars[data-v-5abdff88] {
  font-size: 30px;
}
@media (min-width: 800px) {
.david-weekley-difference-container .david-weekley-difference-content .reviews-container .david-weekley-difference-first-row .stars-container .stars[data-v-5abdff88] {
    font-size: 18px;
}
}
.david-weekley-difference-container .david-weekley-difference-content .reviews-container .david-weekley-difference-first-row .stars-container .stars.background[data-v-5abdff88] {
  color: #ccc;
  position: relative;
}
.david-weekley-difference-container .david-weekley-difference-content .reviews-container .david-weekley-difference-first-row .stars-container .stars.rating[data-v-5abdff88] {
  color: #f2894f;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: block;
  overflow: hidden;
}
.david-weekley-difference-container .david-weekley-difference-content .reviews-container .david-weekley-difference-first-row .stars-container .stars i[data-v-5abdff88] {
  display: inline;
}
.david-weekley-difference-container .david-weekley-difference-content .reviews-container .david-weekley-difference-first-row .david-weekley-difference-review-count[data-v-5abdff88] {
  font-size: 16px;
  color: #888;
  font-weight: 700;
  text-transform: uppercase;
}
@media (min-width: 800px) {
.david-weekley-difference-container .david-weekley-difference-content .reviews-container .david-weekley-difference-first-row .david-weekley-difference-review-count[data-v-5abdff88] {
    font-size: 14px;
}
}
.david-weekley-difference-container .david-weekley-difference-content .reviews-container .david-weekley-difference-second-row[data-v-5abdff88] {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.david-weekley-difference-container .david-weekley-difference-content .reviews-container .david-weekley-difference-second-row .david-weekley-difference-rating-score[data-v-5abdff88] {
  font-size: 50px;
  font-weight: 900;
  line-height: 1;
}
@media (min-width: 800px) {
.david-weekley-difference-container .david-weekley-difference-content .reviews-container .david-weekley-difference-second-row .david-weekley-difference-rating-score[data-v-5abdff88] {
    font-size: 36px;
}
}
.david-weekley-difference-container .david-weekley-difference-content .reviews-container .david-weekley-difference-second-row .david-weekley-difference-reviewers[data-v-5abdff88] {
  text-align: center;
  margin-left: 5%;
}
.david-weekley-difference-container .david-weekley-difference-content .reviews-container .david-weekley-difference-second-row .david-weekley-difference-reviewers .reviewers-image[data-v-5abdff88] {
  width: 100%;
  max-width: 500px;
}
.david-weekley-difference-container .david-weekley-difference-content .reviews-container .david-weekley-difference-button[data-v-5abdff88] {
  margin-top: 40px;
  background-color: #f2894f;
  color: #fff;
  padding: 10px 20px;
  text-transform: uppercase;
  font-weight: bold;
  border-radius: 5px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  width: 275px;
}
.david-weekley-difference-container .david-weekley-difference-content .reviews-container .david-weekley-difference-button[data-v-5abdff88]:hover {
  opacity: 0.8;
}
@media (max-width: 1149px) {
.david-weekley-difference-container .david-weekley-difference-content .reviews-container .david-weekley-difference-button[data-v-5abdff88] {
    width: auto;
}
}

.video-container[data-v-9ac3a87a] {
  position: relative;
  min-height: 90vh;
  display: block;
  background-position: -360px center;
  background-size: auto;
  background-repeat: no-repeat;
}
@media (min-width: 600px) {
.video-container[data-v-9ac3a87a] {
    background-position: center center !important;
    background-size: cover !important;
}
}
.video-container .video-image .play-button[data-v-9ac3a87a] {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: transparent;
  border: 15px solid #f2894f80;
  transition: all 0.3s ease-in-out;
  display: flex;
  justify-content: center;
  align-items: center;
}
.video-container .video-image .play-button[data-v-9ac3a87a]:hover,
.video-container .video-image .play-button[data-v-9ac3a87a]:focus-visible {
  border-color: #f2894f;
  cursor: pointer;
}
.video-container .video-image .play-button i[data-v-9ac3a87a] {
  background-color: #f2894f;
  border-radius: 50%;
  border: 20px solid #f2894f;
  font-size: 20px;
  color: white;
}
.video-container .video-modal[data-v-9ac3a87a] {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.6);
  display: none;
}
.video-container .video-modal .video-wrapper[data-v-9ac3a87a] {
  width: 75%;
  height: 80%;
}
.video-container .video-modal.video-modal-visible[data-v-9ac3a87a] {
  display: flex;
}
.video-container .video-title-container[data-v-9ac3a87a] {
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: white;
  z-index: 5;
  display: flex;
  flex-direction: column;
}
.video-container .video-title-container .video-title[data-v-9ac3a87a] {
  display: block;
  font-weight: bold;
  line-height: 1.2;
  font-family: "museo-slab";
  font-size: 36px;
  font-weight: 800;
  margin: 0;
  color: #f2894f;
}
.video-container .video-title-container .video-title.primary[data-v-9ac3a87a] {
  margin-bottom: 0.5rem;
}
.video-container .video-title-container .video-title.secondary[data-v-9ac3a87a] {
  margin-left: 10px;
  color: #fff;
}
@media screen and (min-width: 1150px) {
.video-container .video-title-container[data-v-9ac3a87a] {
    flex-direction: row;
}
}
@media screen and (min-width: 800px) {
.video-container .video-title-container[data-v-9ac3a87a] {
    top: 37%;
}
}

.home-buying-help-container[data-v-5d5da72d] {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  padding: 10px;
  text-align: left;
  background-color: #f4f4f4;
  margin-top: 40px;
}
.home-buying-help-container .home-buying-help-content[data-v-5d5da72d] {
  text-align: left;
  width: 50%;
  margin-left: 60px;
  margin-top: 100px;
}
@media screen and (max-width: 479px) {
.home-buying-help-container .home-buying-help-content[data-v-5d5da72d] {
    width: 100%;
    flex-direction: row;
    margin-left: 0;
    margin-top: 20px;
}
}
@media screen and (max-width: 799px) {
.home-buying-help-container .home-buying-help-content[data-v-5d5da72d] {
    width: 100%;
    flex-direction: row;
    margin-left: 0;
    margin-top: 20px;
}
}
@media screen and (max-width: 1149px) {
.home-buying-help-container .home-buying-help-content[data-v-5d5da72d] {
    width: 100%;
    flex-direction: row;
    margin-left: 0;
    margin-top: 20px;
}
}
.home-buying-help-container .home-buying-help-content .home-buying-subtitle[data-v-5d5da72d] {
  font-size: 14px;
  color: #888888;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: revert;
}
.home-buying-help-container .home-buying-help-content .home-buying-help-header .title[data-v-5d5da72d] {
  font-size: 27px;
  font-family: "museo-slab";
  font-weight: 800;
  margin-bottom: 15px;
  color: #333333;
  line-height: 1.2;
}
.home-buying-help-container .home-buying-help-content .home-buying-help-header .title span[data-v-5d5da72d] {
  color: #f2894f;
}
@media (min-width: 1149px) {
.home-buying-help-container .home-buying-help-content .home-buying-help-header .title[data-v-5d5da72d] {
    font-size: 36px;
    font-weight: 800;
}
}
.home-buying-help-container .home-buying-help-content .home-buying-help-cards[data-v-5d5da72d] {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-top: 60px;
}
@media (max-width: 479px) {
.home-buying-help-container .home-buying-help-content .home-buying-help-cards[data-v-5d5da72d] {
    flex-direction: column;
    margin-top: 0;
}
}
@media screen and (max-width: 599px) {
.home-buying-help-container .home-buying-help-content .home-buying-help-cards[data-v-5d5da72d] {
    width: auto;
    flex-direction: column;
    margin-top: 0;
}
}
@media (max-width: 1149px) {
.home-buying-help-container .home-buying-help-content .home-buying-help-cards[data-v-5d5da72d] {
    flex-direction: column;
    width: 100%;
    margin-top: 0;
}
}
.home-buying-help-container .home-buying-help-content .home-buying-help-cards .home-buying-help-card[data-v-5d5da72d] {
  border-radius: 12px;
  border: 2px solid #e3e3e3;
  background-color: #fff;
  width: 50%;
}
@media (max-width: 479px) {
.home-buying-help-container .home-buying-help-content .home-buying-help-cards .home-buying-help-card[data-v-5d5da72d] {
    flex-direction: column;
    margin-top: 40px;
    margin-left: 40px;
    margin-right: 40px;
    margin-bottom: 20px;
}
}
@media screen and (max-width: 599px) {
.home-buying-help-container .home-buying-help-content .home-buying-help-cards .home-buying-help-card[data-v-5d5da72d] {
    width: 100%;
    margin-bottom: 20px;
}
}
@media (max-width: 1149px) {
.home-buying-help-container .home-buying-help-content .home-buying-help-cards .home-buying-help-card[data-v-5d5da72d] {
    flex-direction: column;
    margin-top: 40px;
    margin-left: 40px;
    margin-right: 40px;
    margin-bottom: 20px;
    width: 100%;
}
}
.home-buying-help-container .home-buying-help-content .home-buying-help-cards .home-buying-help-card .home-buying-help-card-header[data-v-5d5da72d] {
  width: 90%;
  height: 40px;
  margin-top: 50px;
  margin-bottom: 10px;
  margin-left: 20px;
}
.home-buying-help-container .home-buying-help-content .home-buying-help-cards .home-buying-help-card .home-buying-help-card-header span[data-v-5d5da72d] {
  font-family: "museo-slab";
  font-size: 28px;
  font-weight: 900;
  color: #333333;
}
.home-buying-help-container .home-buying-help-content .home-buying-help-cards .home-buying-help-card .home-buying-help-card-content[data-v-5d5da72d] {
  width: 90%;
  margin: 10px;
  margin-left: 30px;
  margin-right: 30px;
  margin-bottom: 40px;
  color: #f2894f;
}
.home-buying-help-container .home-buying-help-content .home-buying-help-cards .home-buying-help-card .home-buying-help-card-content i[data-v-5d5da72d] {
  margin-right: 20px;
  color: #f2894f;
}
.home-buying-help-container .home-buying-help-content .home-buying-help-cards .home-buying-help-card .home-buying-help-card-content a[data-v-5d5da72d] {
  color: #f2894f;
  text-decoration: none;
  font-weight: bolder;
}
.home-buying-help-container .home-buying-help-content .home-buying-help-cards .home-buying-help-card .home-buying-help-card-content ul[data-v-5d5da72d] {
  margin-top: 40px;
  margin-bottom: 60px;
}
.home-buying-help-container .home-buying-help-content .home-buying-help-cards .home-buying-help-card .home-buying-help-card-content li[data-v-5d5da72d] {
  font-size: 16px;
  color: #555555;
  margin-bottom: 20px;
  font-weight: 600;
  margin-bottom: 30px;
}
.home-buying-help-container .home-buying-help-content .home-buying-help-cards .resources-card[data-v-5d5da72d] {
  margin-left: 20px;
}
@media (max-width: 479px) {
.home-buying-help-container .home-buying-help-content .home-buying-help-cards .resources-card[data-v-5d5da72d] {
    margin-left: 40px;
}
}
@media screen and (max-width: 599px) {
.home-buying-help-container .home-buying-help-content .home-buying-help-cards .resources-card[data-v-5d5da72d] {
    margin-left: auto;
}
}
@media (max-width: 1149px) {
.home-buying-help-container .home-buying-help-content .home-buying-help-cards .resources-card[data-v-5d5da72d] {
    margin-left: 40px;
}
}
.home-buying-help-container .home-buying-help-image[data-v-5d5da72d] {
  margin-top: 20px;
  width: 50%;
  text-align: center;
  margin-top: 100px;
}
@media (max-width: 479px) {
.home-buying-help-container .home-buying-help-image[data-v-5d5da72d] {
    width: 100%;
    margin-top: 20px;
}
}
@media screen and (max-width: 799px) {
.home-buying-help-container .home-buying-help-image[data-v-5d5da72d] {
    width: 100%;
    margin-top: 20px;
}
}
@media (max-width: 1149px) {
.home-buying-help-container .home-buying-help-image[data-v-5d5da72d] {
    width: 100%;
    margin-top: 20px;
}
}
.home-buying-help-container .home-buying-help-image img[data-v-5d5da72d] {
  width: 75%;
  height: 50%;
  margin-bottom: -100px;
  margin-left: 40px;
}
@media (max-width: 479px) {
.home-buying-help-container .home-buying-help-image img[data-v-5d5da72d] {
    width: 100%;
    height: auto;
    margin-left: 0;
}
}
@media (max-width: 1149px) {
.home-buying-help-container .home-buying-help-image img[data-v-5d5da72d] {
    width: 75%;
    border-radius: 5px;
    margin-left: 0;
}
}
@media screen and (max-width: 599px) {
.home-buying-help-container .home-buying-help-image img[data-v-5d5da72d] {
    width: auto;
    border-radius: 5px;
    margin-left: 0;
}
}
@media screen and (max-width: 799px) {
.home-buying-help-container .home-buying-help-image img[data-v-5d5da72d] {
    width: 100%;
    height: 100%;
    border-radius: 5px;
    margin-left: 0;
}
}
@media screen and (max-width: 1149px) {
.home-buying-help-container .home-buying-help-image img[data-v-5d5da72d] {
    width: 100%;
    height: 100%;
    border-radius: 5px;
    margin-left: 0;
}
}
@media (max-width: 1149px) {
.home-buying-help-container .home-buying-help-image[data-v-5d5da72d] {
    flex: 1;
}
}
@media (max-width: 1149px) {
.home-buying-help-container[data-v-5d5da72d] {
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    text-align: left;
    padding: 40px;
}
}

.about-us-container[data-v-80041a2c] {
  display: flex;
  flex-direction: column;
  padding: 20px;
  text-align: left;
  margin-top: 100px;
}
.about-us-container .about-us-content[data-v-80041a2c] {
  text-align: left;
}
.about-us-container .about-us-content .about-us-header .about-us-subtitle[data-v-80041a2c] {
  font-size: 14px;
  color: #888888;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: revert;
}
.about-us-container .about-us-content .about-us-header .title[data-v-80041a2c] {
  font-family: "museo-slab";
  font-size: 32px;
  font-weight: 800;
  margin: 0;
  color: #3d3c37;
  margin-bottom: 15px;
  line-height: 1.2;
}
.about-us-container .about-us-content .about-us-header .title span[data-v-80041a2c] {
  color: #f2894f;
}
@media (min-width: 600px) {
.about-us-container .about-us-content .about-us-header .title[data-v-80041a2c] {
    font-size: 36px;
    margin: 10px 0;
}
}
.about-us-container .about-us-content .description[data-v-80041a2c] {
  font-size: 16px;
  color: #555555;
  margin-bottom: 20px;
  font-weight: 400;
  line-height: 1.6;
}
@media (min-width: 800px) {
.about-us-container .about-us-content .description[data-v-80041a2c] {
    font-size: 16px;
    font-weight: 300;
}
}
@media (min-width: 800px) {
.about-us-container .about-us-content[data-v-80041a2c] {
    flex: 1;
    order: 2;
    margin-right: 100px;
}
}
.about-us-container .button-group[data-v-80041a2c] {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 15px;
}
.about-us-container .button-group .dw-button[data-v-80041a2c],
.about-us-container .button-group .dw-link[data-v-80041a2c] {
  width: 100%;
  text-align: center;
  font-weight: bold;
}
.about-us-container .button-group .dw-button[data-v-80041a2c] {
  background-color: #f2894f;
  color: #fff;
  padding: 20px 30px;
  text-transform: uppercase;
  font-weight: bold;
  border-radius: 5px;
  text-decoration: none;
  white-space: break-spaces;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-us-container .button-group .dw-button[data-v-80041a2c]:hover {
  opacity: 0.8;
}
@media (min-width: 800px) {
.about-us-container .button-group .dw-button[data-v-80041a2c] {
    width: auto;
}
}
.about-us-container .button-group .dw-link[data-v-80041a2c] {
  color: #f2894f;
  text-decoration: underline;
  border-bottom: 2px solid transparent;
  white-space: break-spaces;
  padding: 0;
  text-transform: uppercase;
}
@media (min-width: 800px) {
.about-us-container .button-group .dw-link[data-v-80041a2c] {
    width: auto;
}
}
@media (min-width: 800px) {
.about-us-container .button-group[data-v-80041a2c] {
    justify-content: flex-start;
    gap: 20px;
}
}
@media (min-width: 1150px) {
.about-us-container .button-group[data-v-80041a2c] {
    gap: 30px;
}
}
.about-us-container .about-us-image[data-v-80041a2c] {
  margin-top: 20px;
}
.about-us-container .about-us-image img[data-v-80041a2c] {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}
@media (min-width: 800px) {
.about-us-container .about-us-image img[data-v-80041a2c] {
    width: 80%;
    border-radius: 5px;
}
}
@media (min-width: 800px) {
.about-us-container .about-us-image[data-v-80041a2c] {
    flex: 1;
    margin-left: 60px;
}
}
@media (min-width: 800px) {
.about-us-container[data-v-80041a2c] {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    text-align: left;
    padding: 40px;
}
}

.carousel-container[data-v-71db3d53] {
  position: relative;
}
.card-wrapper[data-v-71db3d53] {
  display: flex;
  gap: 30px;
  overflow: hidden;
  scroll-behavior: smooth;
  padding: 10px;
  scroll-snap-type: x mandatory;
  transition: transform 0.3s ease-out;
  border-radius: 12px;
}
@media (max-width: 799px) {
.card-wrapper[data-v-71db3d53] {
    gap: 10px;
    padding: 10px 45px;
}
}
.card[data-v-71db3d53] {
  display: flex;
  flex-direction: column;
  flex: 0 0 calc((100% - 300px) / 3);
  background: #fff;
  border-radius: 12px;
  outline: 1px solid lightgrey;
  padding: 40px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  position: relative;
  scroll-snap-align: center;
}
@media (min-width: 830px) and (max-width: 834px) {
.card[data-v-71db3d53] {
    padding: 30px;
}
}
@media (min-width: 820px) and (max-width: 825px) {
.card[data-v-71db3d53] {
    padding: 29px;
}
}
@media (min-width: 800px) and (max-width: 810px) {
.card[data-v-71db3d53] {
    padding: 27.5px;
}
}
@media (max-width: 799px) {
.card[data-v-71db3d53] {
    flex: 0 0 100%;
    width: 100%;
    margin: 0;
    scroll-snap-align: center;
    outline: 1px solid #f2894f;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}
}
.card[data-v-71db3d53]::before {
  content: "\f10e";
  position: absolute;
  top: 45px;
  font-size: 45px;
  color: lightgrey;
  font-family: "FontAwesome";
  line-height: 0;
  padding: 5px;
}
.card[data-v-71db3d53]:hover {
  outline: 1px solid #f2894f;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}
@media (max-width: 1149px) {
.card[data-v-71db3d53]:nth-child(3n-1) {
    outline: 1px solid #f2894f;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}
}
.rating[data-v-71db3d53] {
  color: #f2894f;
  font-size: 25px;
  padding: 55px 5px 5px;
}
.rating .fa-star.empty[data-v-71db3d53] {
  color: #ccc;
}
.review-title[data-v-71db3d53] {
  font-size: 25px;
  font-weight: 900;
  color: #3d3c37;
  padding: 5px 5px 25px;
  min-width: 150px;
}
.review-content[data-v-71db3d53] {
  color: #888;
  padding: 5px;
  flex-grow: 1;
  max-height: 250px;
  overflow: hidden;
  line-height: 20px;
}
.customer-info[data-v-71db3d53] {
  margin-top: auto;
  font-family: "museo-sans";
  padding: 5px;
}
.customer-info .customer-name[data-v-71db3d53] {
  font-size: 20px;
  font-weight: 800;
  color: #3d3c37;
}
.customer-info .community-info[data-v-71db3d53] {
  font-size: 14px;
  color: #888;
  font-weight: 600;
  text-transform: uppercase;
  border: none;
  padding-top: 10px;
  overflow: hidden;
}
.customer-info .community-info .community-text[data-v-71db3d53] {
  color: #888;
}
.customer-info .community-info .community-link[data-v-71db3d53] {
  color: #888;
  text-decoration: underline;
}
.arrow[data-v-71db3d53] {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  color: #f2894f;
  font-size: 24px;
  border: none;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
@media (max-width: 799px) {
.arrow[data-v-71db3d53] {
    display: none;
}
}
.arrow.left[data-v-71db3d53] {
  left: 0;
}
.arrow.right[data-v-71db3d53] {
  right: 0;
}
.dots-container[data-v-71db3d53] {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 30px;
}
.dot[data-v-71db3d53] {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  cursor: pointer;
}
.dot.active[data-v-71db3d53] {
  background: #fff;
}

.ratings-and-reviews-container[data-v-4bbf04c0] {
  background: linear-gradient(to bottom, white 0%, white 50%, #f2894f 50%, #f2894f 100%);
  padding: 0 20px;
  width: calc(100% - 40px);
  position: relative;
  overflow: hidden;
}
@media (max-width: 599px) {
.ratings-and-reviews-container[data-v-4bbf04c0] {
    display: flex;
    flex-direction: column;
    padding: 0;
    width: 100%;
}
}
.ratings-and-reviews-container .carousel-container[data-v-4bbf04c0] {
  padding: 60px;
  margin: 0 10px;
}
@media (max-width: 1149px) {
.ratings-and-reviews-container .carousel-container[data-v-4bbf04c0] {
    padding: 30px;
}
}
@media (max-width: 799px) {
.ratings-and-reviews-container .carousel-container[data-v-4bbf04c0] {
    padding: 20px;
}
}
.ratings-and-reviews-container.hidden[data-v-4bbf04c0] {
  display: none;
}
.ratings-and-reviews-container hr[data-v-4bbf04c0] {
  width: 98%;
  border: black;
  background: #eee;
  margin-bottom: 40px;
}
@media (max-width: 599px) {
.ratings-and-reviews-container hr[data-v-4bbf04c0] {
    width: 94%;
}
}
.ratings-and-reviews-container .ratings-and-reviews-count[data-v-4bbf04c0] {
  padding: 5px;
}
.ratings-and-reviews-container .ratings-and-reviews-count p[data-v-4bbf04c0] {
  text-align: center;
  color: #888;
  font-weight: 800;
  font-size: 13px;
  text-transform: uppercase;
}
.ratings-and-reviews-container .ratings-and-reviews-title[data-v-4bbf04c0] {
  padding: 10px;
}
.ratings-and-reviews-container .ratings-and-reviews-title p[data-v-4bbf04c0] {
  font-family: "museo-slab";
  font-size: 36px;
  font-weight: 800;
  text-align: center;
  color: #3d3c37;
  margin-bottom: 30px;
  line-height: 45px;
}
@media (max-width: 799px) {
.ratings-and-reviews-container .ratings-and-reviews-title p[data-v-4bbf04c0] {
    line-height: unset;
}
}
.ratings-and-reviews-container .ratings-and-reviews-title span[data-v-4bbf04c0] {
  color: #f2894f;
}
.ratings-and-reviews-container .ratings-and-reviews-button[data-v-4bbf04c0] {
  text-align: center;
}
.ratings-and-reviews-container .ratings-and-reviews-link[data-v-4bbf04c0] {
  display: inline-block;
  padding: 20px;
  background-color: #f2894f;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
  font-weight: bold;
  transition: background-color 0.3s ease;
}

</pre></body></html>