@font-face {
  font-family: Syncopate;
  src: url('../fonts/Syncopate-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Brooklyn 1";
  src: url('../fonts/Brooklyn-Normal-1.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

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

.sectionheader {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 15vh;
  min-height: 15vh;
  max-height: 15vh;
  position: static;
  inset: 0% 0% auto;
}

.headernavbar, .navbar-logo-left {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  max-width: 1140px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

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

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  display: flex;
}

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

.nav-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  position: static;
}

.nav-link:hover {
  color: #1a1b1fbf;
}

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

.nav-link.white {
  color: #fff;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

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

.nav-dropdown-icon {
  color: #fff;
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-list.shadow-three.mobile-shadow-hide {
  border-radius: 0;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
}

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

.nav-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: #1a1b1fbf;
}

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

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

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

.button-primary.whitebtn {
  color: #000;
  background-color: #fff;
}

.image {
  max-width: 375px;
}

.text-block {
  font-family: Montserrat, sans-serif;
  font-size: 12px;
}

.text-block.white {
  color: #fff;
}

.sectionhero {
  width: 85%;
  min-width: 85%;
  max-width: 85%;
  height: 85vh;
  min-height: 85vh;
  max-height: 85vh;
  margin-left: auto;
  margin-right: auto;
}

.sectionhero.general {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 100vh;
  min-height: 100vh;
  max-height: 100vh;
  position: relative;
}

.containerhero {
  background-image: url('../images/sample1.webp');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  margin-top: auto;
  padding-bottom: 75px;
  display: flex;
}

.containerhero.about {
  z-index: -1;
  filter: blur(5px);
  background-image: linear-gradient(#00000040, #00000040), url('../images/about-bg-5.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  position: relative;
}

.containerhero.about.active {
  background-image: linear-gradient(#0000, #0000), url('../images/sold-listings.webp');
  background-position: 0 0, 50%;
}

.containerhero.about.active.buyersguide {
  background-image: linear-gradient(#0000, #0000), url('../images/buyers-guide.webp');
  background-position: 0 0, 50%;
}

.containerhero.about.active.buyersguide.sellersguide {
  background-image: linear-gradient(#0000, #0000), url('../images/sellers-guide-bg-4.webp');
  background-position: 0 0, 50%;
}

.containerhero.about.active.activelistibgs {
  background-image: linear-gradient(#0000, #0000), url('../images/sample.webp');
  background-position: 0 0, 50%;
}

.containerhero.about.active.activelistibgs.mortgage {
  background-image: linear-gradient(#0000, #0000), url('../images/Screenshot-2026-02-25-at-8.56.06-AM.webp');
  background-position: 0 0, 50%;
}

.containerhero.about.aboutphoto {
  background-image: linear-gradient(#0000, #0000), url('../images/Screenshot-2026-02-23-at-10.21.26-AM.webp');
  background-position: 0 0, 50%;
}

.containerhero.about.aboutphoto.darker {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Screenshot-2026-02-23-at-10.21.26-AM.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.containerhero.teampicture {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Screenshot-2026-02-23-at-10.19.13-AM.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
}

.headinglargewhite {
  text-transform: uppercase;
}

.headinglargewhite.left {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 68px;
  font-weight: 200;
  line-height: 100%;
}

.headlinesmallwhite.left {
  color: #fff;
  text-transform: uppercase;
  padding-left: 0;
  font-family: "Brooklyn 1", Impact, sans-serif;
  font-size: 15px;
}

.headlinesmallwhite.left.black {
  color: #000;
  border-left: .5px solid #000;
  justify-content: flex-start;
  align-items: center;
  height: 50px;
  padding-left: 20px;
  font-size: 12px;
  display: flex;
}

.headlinesmallwhite.left.black.white {
  color: #fff;
  border-left-color: #fff;
}

.headlinesmallwhite.left.black.white.none {
  border-left-style: none;
}

.headlinesmallwhite.left.black.center {
  justify-content: center;
  align-items: center;
}

.headlinesmallwhite.left.black.center.none {
  border-left-style: none;
}

.headlinesmallwhite.left.black.paddingleft {
  margin-left: 0;
}

.headlinesmallwhite.left.black.paddingleft.noborderright {
  border-left-style: none;
  margin-right: auto;
  padding-left: 20px;
}

.headlinesmallwhite.left._25small {
  padding-left: 25px;
  font-size: 12px;
}

.headlinesmallwhite.left._25small.margintop {
  margin-top: 25px;
}

.headlinesmallwhite.left._25small.margintop.black.noneborder {
  border-left-style: none;
  border-left-width: 0;
  padding-left: 0;
}

.headlinesmallwhite.left._25small.margintop.black.noneborder.white._0 {
  color: #fff;
  letter-spacing: 5px;
  height: 30px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  text-decoration: none;
}

.sectionhomesearch {
  padding-top: 45px;
  padding-bottom: 45px;
  position: relative;
}

.dividerrighttext {
  width: 85%;
  min-width: 85%;
  max-width: 85%;
}

.dividerrighttext._0 {
  margin-left: 0;
}

.dividerrighttext._0.margin {
  padding-bottom: 35px;
}

.dividerrighttext.margintop {
  padding-bottom: 75px;
}

.dividerrighttext.margintop._100 {
  background-color: #0000;
}

.dividerrighttext._100 {
  background-color: #fff;
}

.headinglargeblack.left {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 200;
}

.headinglargeblack.left.white {
  color: #fff;
}

.headinglargeblack.left.big {
  color: #000;
  text-align: left;
  font-size: 60px;
  line-height: 100%;
}

.headinglargeblack.left.big.center {
  text-align: center;
}

.headinglargeblack.left.big.center.smaller {
  color: #000;
  font-size: 45px;
  font-weight: 200;
}

.headinglargeblack.left.big.white {
  color: #fff;
}

.headinglargeblack.left.big.smaller {
  font-size: 45px;
}

.headinglargeblack.left.big.black {
  color: #000;
}

.homesearchtool {
  background-color: #1d1d1d;
  width: 75%;
  margin-top: 50px;
  padding-top: 75px;
  padding-bottom: 75px;
}

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

.form-block {
  width: 80%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.text-field {
  margin-bottom: 0;
  padding-top: 25px;
  padding-bottom: 25px;
  font-family: Montserrat, sans-serif;
}

.submit-button {
  padding: 20px 60px;
}

.submit-button.transparent {
  color: #fff;
  text-transform: uppercase;
  background-color: #3898ec00;
  border: 1px solid #fff;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 400;
}

.image-2 {
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  inset: 0% 3% 0% auto;
}

.sectionmeettheteam {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 100px 5vw;
  display: flex;
  position: relative;
}

.sectionmeettheteam.home-hero-section {
  justify-content: space-between;
  align-items: stretch;
  min-height: 100vh;
  padding: 0 0;
  display: none;
  overflow: hidden;
}

.speaker-info {
  max-width: 500px;
  margin-bottom: 36px;
}

.body-display {
  color: #8a94a6;
  line-height: 1.55em;
}

.body-display.large {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 1.6em;
}

.body-display.large.white {
  color: #fff;
  text-align: left;
}

.body-display.large.white.margintop {
  padding-top: 20px;
}

.body-display.large.white._0 {
  letter-spacing: 0;
}

.body-display.large.white._0.black {
  color: #000;
}

.body-display.large.white._0.black.center.left {
  text-align: left;
}

.body-display.large.center, .body-display.large.right {
  text-align: center;
}

.body-display.large._85 {
  width: 85%;
  margin-left: auto;
  margin-right: auto;
}

.body-display.large.margintop {
  margin-top: 50px;
}

.body-display.large.margintop.none {
  margin-top: 0;
}

.body-display.large.margintop.none.center {
  text-align: center;
}

.speaker-slide-mask {
  width: 33.33%;
  overflow: visible;
}

.speaker-slider-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  height: 100%;
  display: flex;
}

.slide-nav {
  display: none;
}

.speaker-slider {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #0000;
  justify-content: center;
  align-items: stretch;
  height: 100%;
  display: flex;
  overflow: auto;
}

.slide-arrow {
  width: 100%;
}

.button {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  border: 1px solid #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 14px 32px;
  font-size: 12px;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}

.clip-text {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 25px;
  padding-bottom: 25px;
  display: flex;
  overflow: hidden;
}

.clip-text.speaker-headding {
  margin-top: 0;
  margin-bottom: 36px;
}

.clip-text.flex {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

.speaker-name {
  z-index: 10;
  color: #000;
  font-size: 64px;
  line-height: 1;
  position: relative;
}

.speaker-name.center {
  text-align: center;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 45px;
  font-weight: 100;
}

.speaker-name.center.right {
  text-align: right;
}

.slide-image {
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 65vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.speakers-hero-wrapper {
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.speaker-arrow {
  background-color: #1e202900;
  border: 1px #ffffff0a;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 90px;
  padding: 0;
  display: flex;
  inset: auto 5vw 2vw auto;
}

.speaker-arrow.left {
  background-color: #1e202900;
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 90px;
  margin-right: 100px;
  bottom: 2vw;
  left: auto;
  right: 5vw;
}

.speaker-slide-content {
  z-index: 100;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.member-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 101%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0%;
}

.member-image.two {
  background-image: url('../images/Portrait-of-an-owl.jpg');
}

.member-image.five {
  background-image: url('../images/steampunk-pikachu.jpg');
  background-position: 0 0;
  width: 101%;
}

.member-image.six {
  background-image: url('../images/a-cut-cat-soldier-wearing-a-camo-uniform.jpg');
  background-position: 50% 0;
}

.member-image.six.kendrick {
  background-image: url('../images/kendrick-davis.webp');
}

.member-image.six.katie {
  background-image: url('../images/katie-padden.webp');
}

.member-image.six.paige {
  background-image: url('../images/paige-corbett.webp');
}

.member-image.six.casey {
  background-image: url('../images/casey-price.webp');
}

.member-image.one {
  background-image: url('../images/full-bodied-portrait.jpg');
}

.member-image.three {
  background-image: url('../images/a-cut-cat-soldier-wearing-a-camo-uniform-1.jpg');
  background-position: 100% 0;
  margin-right: 0;
}

.member-image.four {
  background-image: url('../images/A-cute-adorable-baby-owl-made-of-crystal-ball-with.jpg');
  background-position: 50% 0;
}

.speaker-image-cover {
  z-index: 10;
  opacity: 1;
  cursor: pointer;
  background-image: url('../images/kendrick-davis.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 101%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.speaker-image-cover.paige {
  background-image: url('../images/paige-corbett.webp');
}

.speaker-image-cover.katie {
  background-image: url('../images/katie-padden.webp');
  background-position: 50%;
}

.speaker-image-cover.casey {
  background-image: url('../images/casey-price.webp');
}

.heading {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  font-family: "Brooklyn 1", Impact, sans-serif;
  font-size: 12px;
  font-weight: 400;
}

.button-2 {
  color: #000;
  text-align: center;
  background-color: #3898ec00;
  border: 1px solid #000;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 60px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  display: block;
}

.button-2._0 {
  margin-left: 0;
}

.button-2._0._100, .button-2._0.normal {
  width: 100%;
}

.button-2.whote {
  color: #fff;
  border-color: #fff;
  margin-top: 50px;
  margin-left: 0;
}

.button-2.whote.center {
  margin-left: auto;
}

.button-2.whote.center.flex {
  margin-top: 0;
}

.button-2.white {
  color: #fff;
  border-color: #fff;
  width: auto;
  margin-left: auto;
}

.button-2.white._2 {
  color: #000;
  text-transform: uppercase;
  background-color: #fff;
}

.button-2.white._0 {
  margin-left: 0;
}

.sectionaboutthe-group {
  padding-top: 50px;
}

.containerabout {
  background-color: #d5d5d53d;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  padding-top: 80px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
}

.leftabout {
  width: 50%;
  min-width: 50%;
  max-width: 50%;
}

.rightabout {
  width: 40%;
  min-width: 40%;
  max-width: 40%;
}

.rightabout._100 {
  background-color: #a8a8a8;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 50%;
  min-width: 50%;
  max-width: 50%;
  height: 100%;
  margin-left: 20px;
  margin-right: 20px;
  display: block;
}

.rightabout._100.none {
  background-color: #a8a8a800;
}

.ctacontainer {
  justify-content: center;
  align-items: center;
  width: 50%;
  min-width: 50%;
  max-width: 50%;
  margin-left: auto;
  display: flex;
}

.ctacontainer.margin {
  padding-top: 30px;
}

.communitiescontainer {
  background-color: #000;
  background-image: url('../images/white-filigran.png');
  background-position: 100% 5%;
  background-repeat: no-repeat;
  background-size: 30%;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
}

.containercommuntiescards {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  padding-top: 40px;
  display: flex;
}

.leftcard {
  justify-content: center;
  align-items: center;
  width: 50%;
  min-width: 50%;
  max-width: 50%;
  height: 40vh;
  display: block;
}

.rightcard {
  width: 45%;
  min-width: 45%;
  max-width: 45%;
  height: 40vh;
}

.div-block {
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  display: flex;
}

.link-block-15 {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 60rem;
  text-decoration: none;
}

.link-block-15._100 {
  height: 100%;
}

.layout77_content-left {
  grid-row-gap: 5rem;
  flex-direction: column;
  display: flex;
  overflow: hidden;
}

.layout77_content-left._50size {
  justify-content: center;
  align-items: center;
  width: 50%;
  min-width: 50%;
  max-width: 50%;
  height: 24.6rem;
  min-height: 24.6rem;
  padding: 1.5rem .5rem;
  position: relative;
}

.layout77_content-left._50size.buyersleads {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 100%;
  min-height: 100%;
}

.layout77_content-left._50size.buyersleads._0 {
  height: 100%;
  min-height: 100%;
}

.card-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  position: absolute;
  inset: 0%;
}

.overlay-card {
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0%;
}

.overlay-card:hover {
  background-image: url('../images/white-filigran-1.png'), linear-gradient(#000000bf, #000000bf);
  background-position: 50%, 0 0;
  background-size: contain, auto;
}

.heading-2 {
  z-index: 99;
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  font-weight: 100;
  display: block;
  position: relative;
}

.heading-2.rel {
  position: static;
}

.heading-2.rel.leftseparator {
  border-left: .5px solid #fff;
  padding-left: 25px;
}

.heading-2.rel.leftseparator.none {
  border-left-width: 0;
  font-size: 50px;
  font-weight: 300;
}

.heading-2.rel.leftseparator.small {
  font-size: 30px;
  font-weight: 100;
}

.heading-2.rel.leftseparator._0 {
  margin-left: 0;
}

.heading-2.center, .heading-2.center.center2 {
  text-align: center;
}

.absolute {
  position: relative;
  bottom: -30px;
}

.container-2 {
  max-width: 100%;
  padding-top: 5vw;
  padding-bottom: 5vw;
}

.container-3 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/indianapolis.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  display: flex;
}

.leftbuyers {
  border-right: 1px solid #fff;
  justify-content: center;
  align-items: center;
  width: 50%;
  min-width: 50%;
  max-width: 50%;
  height: 50vh;
  padding-top: 100px;
  padding-left: 30px;
  padding-right: 30px;
  display: block;
}

.leftbuyers.none:hover {
  background-image: url('../images/white-filigran-1.png'), linear-gradient(#00000080, #00000080);
  background-position: 50%, 0 0;
  background-size: contain, auto;
}

.rightsellers {
  width: 50%;
  min-width: 50%;
  max-width: 50%;
  height: 50vh;
  padding-top: 100px;
  padding-left: 30px;
  padding-right: 30px;
}

.rightsellers:hover {
  background-image: url('../images/white-filigran-1.png'), linear-gradient(#00000080, #00000080);
  background-position: 50%, 0 0;
  background-size: contain, auto;
}

.what-outer {
  width: 100%;
}

.golddividertitle {
  color: #ba9765;
  text-align: center;
  width: 30%;
  min-width: 30%;
  max-width: 30%;
  font-size: 82px;
  font-weight: 400;
}

.golddividertitle._40 {
  width: 40%;
  min-width: 40%;
  max-width: 40%;
  line-height: 44px;
}

.golddividertitle._40.whitecolor {
  color: #fff;
}

.faqcontainer {
  width: 90%;
  min-width: 90%;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 150px;
}

.what-i-do {
  border-bottom: 1px solid #000;
  flex-direction: column;
  width: 100%;
  padding-bottom: 30px;
  display: flex;
}

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

.sectionfaq-2 {
  background-color: #fff;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  padding-top: 75px;
  padding-bottom: 75px;
}

.link-8 {
  color: #fff;
}

.headingwhitetitle {
  z-index: 9;
  color: #fff;
  text-align: center;
  letter-spacing: 5px;
  font-size: 25px;
  font-weight: 400;
  line-height: 31px;
  position: relative;
}

.headingwhitetitle.small {
  margin-left: 30px;
  font-size: 19px;
}

.headingwhitetitle.small.xs {
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
}

.headingwhitetitle.small.xs._0 {
  letter-spacing: 0;
  text-transform: uppercase;
  margin-left: 0;
  font-family: Montserrat, sans-serif;
  font-size: 27px;
  font-weight: 100;
}

.headingwhitetitle.small.xs._0.black {
  color: #000;
}

.goldline {
  background-color: #ba9765;
  width: 70%;
  min-width: 70%;
  max-width: 70%;
  height: 1px;
}

.goldline._60 {
  width: 60%;
  min-width: 60%;
  max-width: 60%;
}

.goldline._60.whitecolor {
  background-color: #fff;
}

.goldline._60.whitecolor._40 {
  width: 40%;
  min-width: 40%;
  max-width: 40%;
}

.question-inner {
  grid-column-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-4 {
  width: 95%;
  min-width: 95%;
  max-width: 95%;
  margin-left: auto;
  margin-right: auto;
}

.div-block-4._0 {
  margin-left: 0;
}

.what-answer-block {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 26px;
  padding-bottom: 0;
  display: flex;
}

.paragraph-5 {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 30px;
}

.paragraph-5.paragraph {
  z-index: 9;
  color: #fff;
  text-transform: none;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 15px;
  font-weight: 300;
  position: relative;
}

.paragraph-5.paragraph._0 {
  padding-left: 0;
}

.paragraph-5.paragraph._0.left {
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6em;
}

.paragraph-5.paragraph._0.left.flex {
  flex-flow: row;
  display: block;
}

.paragraph-5.paragraph._0.left.black {
  color: #000;
}

.plus-icon {
  width: 100%;
  max-width: 24px;
  height: 24px;
  margin-top: 0;
}

.question-block {
  grid-column-gap: 12px;
  white-space: pre-wrap;
  width: 100%;
  padding: 30px 0 0;
  display: flex;
}

.question-block.top {
  justify-content: flex-start;
  align-items: center;
  padding-top: 0;
}

.answer-block {
  background-color: #0000;
  display: block;
  position: relative;
  overflow: hidden;
}

.sectionwhiteheader {
  position: absolute;
  inset: 0% 0% auto;
}

.containerintrotitle {
  z-index: 9999;
  background-image: url('../images/about-bg-5.webp');
  background-position: 0 0;
  background-size: cover;
  justify-content: center;
  align-items: flex-end;
  width: 90%;
  min-width: 90%;
  max-width: 90%;
  height: 70%;
  display: flex;
  position: absolute;
  inset: auto 0% 5%;
}

.containerintrotitle.active {
  background-image: url('../images/active.webp');
}

.containerintrotitle.active.sold {
  background-image: url('../images/sold-listings.webp');
}

.containerintrotitle.active.sold.buyersguide {
  background-image: url('../images/buyers-guide.webp');
}

.containerintrotitle.active.sold.buyersguide.sellersguide {
  background-image: url('../images/sellers-guide-bg-4.webp');
}

.containerintrotitle.active.act {
  background-image: url('../images/sold-listings.webp');
}

.containerintrotitle.active.act.activelistings {
  background-image: url('../images/sample.webp');
}

.containerintrotitle.active.act.activelistings.mortgage {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Screenshot-2026-02-25-at-8.56.06-AM.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.containerintrotitle.teamphoto {
  background-image: url('../images/Screenshot-2026-02-23-at-10.21.26-AM.webp');
}

.container-4 {
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  padding-top: 5rem;
  padding-bottom: 5rem;
  display: flex;
  position: relative;
}

.leftintro, .rightintro {
  justify-content: center;
  align-items: center;
  width: 50%;
  max-width: 50%;
  display: flex;
}

.container-5 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  background-color: #ffffffe3;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 70%;
  height: 50vh;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.container-5._100.trans {
  background-color: #fff;
}

.sectionaboutbanner {
  background-image: linear-gradient(#00000040, #00000040), url('../images/Screenshot-2026-02-23-at-10.19.22-AM.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  height: 100%;
  margin-top: 5rem;
  margin-bottom: 5rem;
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.container-6 {
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  margin-top: auto;
  padding-bottom: 70px;
  display: flex;
}

.containerindividuals {
  max-width: 100%;
}

.individual1 {
  width: 45%;
  min-width: 45%;
  max-width: 45%;
  height: 100%;
}

.div-block-5 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  justify-content: center;
  align-items: center;
  padding-bottom: 25px;
  display: flex;
}

.overlay-card-2 {
  background-image: linear-gradient(0deg, #020c0ee3 18%, #0000 58%);
  position: absolute;
  inset: 0%;
}

.div-block-6 {
  z-index: 99;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  margin-left: 20px;
  display: block;
  position: absolute;
  inset: auto 0% 5%;
}

.sectionactivelistings {
  margin-top: 5rem;
  margin-bottom: 0;
  display: block;
}

.sectionactivelistings.block {
  display: block;
}

.containerheadlinelistings {
  margin-bottom: 3rem;
}

.slide_content-wrapper {
  width: 100%;
  margin-left: 0%;
  position: relative;
}

.left-arrow {
  margin-left: 7.5%;
}

.section-slider {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 5rem;
  padding-bottom: 5rem;
  display: none;
  overflow: hidden;
}

.mask {
  width: 65vw;
  overflow: visible;
}

.slide {
  margin-right: 12.5%;
}

.slider_container {
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: auto;
  display: flex;
}

.image-ratio_container {
  padding-top: 52.65%;
  position: relative;
}

.right-arrow {
  margin-right: 7.5%;
}

.slide-nav-2 {
  transform: translate(0, 100%);
}

.slide-nav-2.none {
  display: none;
}

.slide_container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.slider-image {
  object-fit: cover;
  object-position: 100% 50%;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.container-7 {
  background-color: #000;
  justify-content: center;
  align-items: center;
  max-width: 70%;
  height: 100px;
  margin-left: 0;
  display: flex;
  position: relative;
}

.div-block-7 {
  justify-content: flex-start;
  align-items: center;
  width: 40%;
  height: 100%;
  display: flex;
}

.div-block-7._60 {
  justify-content: space-around;
  align-items: center;
  width: 60%;
}

.heading-3 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-weight: 300;
}

.heading-3.small {
  font-size: 14px;
}

.heading-3.small.center {
  text-align: center;
}

.div-block-8 {
  border-right: .5px solid #fff;
  width: 100%;
  margin-left: 20px;
}

.container-8 {
  margin-top: 100px;
}

.sectionaboutagent {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 85vh;
  min-height: 85vh;
  max-height: 85vh;
}

.agentcontainer {
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  display: flex;
}

.agentdescription {
  width: 55%;
  min-width: 55%;
  max-width: 55%;
}

.agentpicture {
  width: 45%;
  min-width: 45%;
  max-width: 45%;
}

.list {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  list-style-type: none;
  display: flex;
}

.list._0 {
  padding-left: 0;
}

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

.image-25 {
  max-width: 100%;
}

.aboutmecontainer {
  justify-content: center;
  align-items: center;
  width: 90%;
  min-width: 90%;
  max-width: 90%;
  display: block;
}

.leftaboutme {
  width: 40%;
  min-width: 40%;
  max-width: 40%;
}

.rightaboutme {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 60%;
  min-width: 60%;
  max-width: 60%;
  display: flex;
}

.div-block-9 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-10 {
  margin-top: 50px;
}

.sectionlistingsagent {
  margin-top: 5rem;
}

.container-9 {
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 45vh;
  min-height: 45vh;
  max-height: 45vh;
  display: flex;
}

.div-block-11 {
  background-image: url('../images/active-listings.png');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 50%;
  min-width: 50%;
  max-width: 50%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  display: flex;
}

.div-block-12 {
  background-image: url('../images/sold-listings.png');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 50%;
  min-width: 50%;
  max-width: 50%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  display: flex;
}

.div-block-13 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-left: 45px;
  margin-right: 45px;
  display: flex;
}

.sectionsoldlistings {
  margin-top: 5rem;
  display: none;
}

.sectionactivelistingsshowing {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.sectionactivelistingsshowing.none {
  display: none;
}

.div-block-14 {
  background-color: #000;
  width: 1px;
  height: 50px;
  margin-left: auto;
  margin-right: auto;
}

.sectiondynamiclistings {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  padding-top: 30px;
}

.listingaddress {
  margin-top: 10%;
}

.listingaddress.auto {
  justify-content: center;
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
  display: block;
}

.regulartitle {
  color: #292121;
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 31px;
  font-weight: 400;
}

.regulartitle.whitetext {
  color: #fff;
  text-align: center;
  line-height: 30px;
}

.regulartitle.whitetext.leftalign {
  text-align: left;
  font-family: "Brooklyn 1", Impact, sans-serif;
  font-size: 22px;
}

.regulartitle.whitetext.leftalign.center {
  text-align: center;
}

.listingprice-2 {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  position: absolute;
  inset: auto auto 5% 0%;
}

.listingprice-2.price {
  margin-left: 0%;
  padding-left: 0;
}

.headlineblack {
  color: #000;
  font-size: 50px;
  font-weight: 300;
  line-height: 60px;
}

.subheadlineblack {
  color: #3a3a3a;
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
  font-family: "Brooklyn 1", Impact, sans-serif;
  font-size: 12px;
}

.code-embed-2 {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
}

.transparentbtn {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #ffffff7d;
  border-bottom: .5px solid #fff;
  width: 300px;
  padding-top: 18px;
  padding-bottom: 18px;
  font-family: "Brooklyn 1", Impact, sans-serif;
}

.bold-text-2 {
  letter-spacing: 5px;
  font-size: 28px;
  font-weight: 400;
}

.bold-text-2.bigger {
  font-family: Montserrat, sans-serif;
  font-size: 38px;
  font-weight: 300;
}

.bold-text-2.bigger.center {
  text-align: center;
}

.text-box {
  z-index: 1;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.propertypreview2 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-link-2 {
  color: #fff;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-family: "Brooklyn 1", Impact, sans-serif;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
}

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

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

.nav-link-2.underlined {
  margin-right: 0;
  padding-right: 0;
  text-decoration: underline;
}

.nav-link-2.underlined.black {
  color: #000;
  text-align: right;
  margin-left: 0;
  margin-right: 5%;
  display: block;
}

.nav-link-2.underlined.black._0 {
  margin-right: 0%;
  padding-right: 0%;
}

.listingcontainer {
  background-image: linear-gradient(#00000040, #00000040), url('../images/sample.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 70vh;
  min-height: 70vh;
  max-height: 70vh;
  position: relative;
}

.listingcontainer.rental {
  background-image: linear-gradient(#00000040, #00000040), url('../images/Screenshot-2025-05-23-at-6.23.00-AM.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.listingcontainer.rental.prop1 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Screenshot-2026-02-19-at-1.14.37-PM.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.listingcontainer.rental.prop2 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Screenshot-2026-02-19-at-1.15.46-PM.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.listingcontainer.rental.prop3 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Screenshot-2026-02-19-at-1.17.39-PM.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.listingcontainer.rental.prop4, .listingcontainer.rental.prop4.view-all-sold-listings {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Screenshot-2026-02-19-at-1.17.26-PM.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.listingcontainer.rental.prop4.view-all-sold-listings.flex {
  background-image: linear-gradient(#00000080, #00000080);
  justify-content: center;
  align-items: center;
  display: flex;
}

.listingcontainer.rental.prop4.view-all-sold-listings.flex.fullheight {
  background-image: linear-gradient(#00000080, #00000080), url('../images/owen-rupp-IA9cYlHaiw0-unsplash.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  margin-bottom: 15px;
  padding-top: 15rem;
  padding-bottom: 15rem;
  display: flex;
}

.listingcontainer.rental.prop4.view-all-sold-listings.flex.fullheight.paddingtop {
  background-image: linear-gradient(to bottom, null, null), url('../images/owen-rupp-IA9cYlHaiw0-unsplash.webp');
  background-attachment: scroll, fixed;
  margin-top: 5rem;
}

.listingcontainer.rental.prop5 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Screenshot-2026-02-19-at-1.22.37-PM.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.listingcontainer.rental.prop6 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Screenshot-2026-02-19-at-1.34.16-PM.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.listingcontainer.rental.prop7 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Screenshot-2026-02-19-at-1.35.14-PM.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.listingcontainer.rental.prop8 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Screenshot-2026-02-19-at-1.36.16-PM.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.listingcontainer.rental.prop9 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Screenshot-2026-02-19-at-1.40.10-PM.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.listingcontainer.rental.prop10 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Screenshot-2026-02-19-at-1.41.03-PM.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.listingcontainer.rental.prop11 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Screenshot-2026-02-19-at-1.41.48-PM.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.listingcontainer.rental.prop12 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Screenshot-2026-02-19-at-1.43.04-PM.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.listingcontainer.rental.prop13 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Screenshot-2026-02-19-at-1.48.44-PM.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.listingcontainer.rental.prop14 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Screenshot-2026-02-19-at-1.51.05-PM.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.listingcontainer.rental.prop15 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Screenshot-2026-02-19-at-1.51.24-PM.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.listingcontainer.rental.prop16 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Screenshot-2026-02-19-at-1.52.17-PM.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.listingcontainer.rental.forsale1 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Screenshot-2026-02-19-at-2.18.28-PM.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.listingcontainer.rental.forsale2 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Screenshot-2026-02-19-at-2.20.36-PM.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.listingcontainer.rental.forsale3 {
  background-image: linear-gradient(#00000080, #00000080);
}

.listingcontainer.rental.forsale4 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Screenshot-2026-02-19-at-2.23.35-PM.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.subheadlinewhite {
  color: #fff;
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-bottom: 0;
  margin-left: 50px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 200;
  line-height: 25px;
}

.listingcta {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto 0% 20%;
}

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

.featuredleftblock {
  text-align: center;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  margin-bottom: auto;
  padding-left: 0%;
  position: sticky;
  top: 0;
}

.contactpopup {
  z-index: 2147483647;
  background-image: url('../images/contact-bg-3.webp');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 100vh;
  min-height: 100vh;
  max-height: 100vh;
  display: none;
  position: fixed;
  inset: 0% 0% auto;
}

.containercontact {
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 85%;
  min-height: 85%;
  max-height: 85%;
  margin-top: auto;
  display: flex;
  position: relative;
}

.contactmethods {
  border-right: .5px solid #fff;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  min-width: 50%;
  max-width: 50%;
  height: 80%;
  min-height: 80%;
  max-height: 80%;
  margin-top: auto;
  margin-bottom: 0;
  display: flex;
}

.contactform {
  justify-content: center;
  align-items: flex-end;
  width: 50%;
  min-width: 50%;
  max-width: 50%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  display: flex;
}

.containerphone {
  justify-content: flex-start;
  align-items: center;
  width: 85%;
  min-width: 85%;
  max-width: 85%;
  display: flex;
}

.containerphone.marginbottom {
  margin-bottom: 15px;
}

.containeremail {
  justify-content: flex-start;
  align-items: center;
  width: 85%;
  min-width: 85%;
  max-width: 85%;
  margin-left: auto;
  display: flex;
}

.phonedetails {
  margin-left: 45px;
}

.link-block-16 {
  text-decoration: none;
}

.small, .image-27 {
  max-width: 100%;
}

.div-block-15, .div-block-16 {
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
}

.text-field-2, .text-field-3 {
  color: #fff;
  background-color: #fff0;
  border-top: 0 solid #000;
  border-left: 0 solid #000;
  border-right: 0 solid #000;
  font-family: Montserrat, sans-serif;
}

.form-2 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 50px;
  display: flex;
}

.div-block-17 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 400px;
  display: flex;
}

.div-block-18 {
  width: 100%;
  height: 400px;
}

.closecontainer {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 100px;
  min-width: 100px;
  max-width: 100px;
  display: flex;
  position: absolute;
  inset: 15% 6% auto auto;
}

.sectionbuyersguideintro {
  background-image: url('../images/filigran.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.leftguideintro {
  justify-content: center;
  align-items: center;
  width: 40%;
  min-width: 40%;
  max-width: 40%;
  display: flex;
}

.containerguideintro {
  justify-content: center;
  align-items: center;
  width: 90%;
  min-width: 90%;
  max-width: 90%;
  margin-bottom: 0%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  top: 20%;
  bottom: 0%;
}

.sectionguidesintro {
  background-color: #f5f5f5;
  height: 70vh;
  min-height: 70vh;
  max-height: 70vh;
  margin-bottom: 15%;
}

.sectionguidesintro._100 {
  background-color: #fff;
}

.regularbodytext {
  color: #000;
  letter-spacing: 3px;
  text-transform: uppercase;
  align-self: auto;
  margin-bottom: 20px;
  font-size: 13px;
  font-weight: 500;
  line-height: 22px;
}

.regularbodytext.centeredtext {
  text-align: center;
}

.rightguideintro {
  width: 60%;
  min-width: 60%;
  max-width: 60%;
}

.introtextimageguide {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  top: 0%;
}

.leftimageintro {
  max-width: 90%;
}

.containersteppers {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  padding-top: 3vw;
}

.containersteppers.paddingbottom {
  padding-bottom: 7vw;
}

.imagestep {
  width: 50%;
  min-width: 50%;
  max-width: 50%;
}

.textstep {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  background-image: url('../images/6.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 15%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  min-width: 50%;
  max-width: 50%;
  display: flex;
}

.textstep.step2 {
  background-image: url('../images/2.webp');
}

.textstep.step2._4 {
  background-image: url('../images/4.webp');
}

.textstep.step2._6 {
  background-image: url('../images/6.webp');
}

.textstep.step2._8 {
  background-image: url('../images/8.webp');
}

.textstep.step2._10 {
  background-image: url('../images/10.png');
  background-size: 25%;
}

.textstep._3 {
  background-image: url('../images/3.webp');
}

.textstep._4 {
  background-image: url('../images/5.webp');
}

.textstep.one {
  background-image: url('../images/1.png');
}

.textstep.one.small {
  background-size: 8%;
}

.textstep._7 {
  background-image: url('../images/7.webp');
}

.textstep._9 {
  background-image: url('../images/9.png');
}

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

.div-block-19 {
  width: 95%;
  min-width: 95%;
  max-width: 95%;
  margin-left: auto;
  margin-right: auto;
}

.div-block-19._0 {
  margin-left: 0;
}

.container-10 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.morgagecalculator {
  margin-top: 5rem;
}

.mortgagecalculatorcontainer {
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  margin-top: 5rem;
  display: flex;
}

.leftmortgagecalculator {
  width: 45%;
  min-width: 45%;
  max-width: 45%;
  margin-bottom: auto;
  margin-left: auto;
  margin-right: auto;
}

.rightmortgagecalculator {
  width: 45%;
  min-width: 45%;
  max-width: 45%;
  margin-left: auto;
  margin-right: auto;
}

.downpayment {
  justify-content: center;
  align-items: center;
  display: block;
}

.div-block-20 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.amotizationpayment.paddingtop {
  padding-top: 50px;
}

.paymentoptions {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 20px;
  padding-bottom: 50px;
  display: flex;
}

.option1, .option2 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

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

._33 {
  text-align: center;
  letter-spacing: 0;
  background-color: #000;
  width: 33%;
  padding: 20px 50px 20px 40px;
  font-family: Montserrat, sans-serif;
  font-size: 9px;
}

._100 {
  text-align: center;
  letter-spacing: 0;
  background-color: #000;
  width: 100%;
  padding: 20px 50px;
  font-family: Montserrat, sans-serif;
  font-size: 9px;
  font-weight: 400;
}

.div-block-21 {
  width: 50%;
  display: block;
}

._90 {
  width: 90%;
  margin-left: 0;
}

.div-block-22 {
  width: 50%;
}

.div-block-23 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: 0;
  display: flex;
}

.containermonthlypayment {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: block;
}

.div-block-24 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  margin-left: 30px;
  display: flex;
}

.div-block-24.none.center {
  text-align: center;
  justify-content: flex-start;
  align-items: center;
  margin-left: 30px;
}

.containertotal {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-top: .5px solid #949494;
  border-bottom: .5px #949494;
  justify-content: center;
  align-items: center;
  max-width: 90%;
  margin-top: 15px;
  margin-bottom: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
}

.containertotal.bigger {
  background-color: #ebebeb;
  border-top-style: none;
  padding-top: 50px;
  padding-bottom: 50px;
}

.containertotal._1000 {
  max-width: 100%;
}

.containertotal._1000._0 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: center;
  margin-left: 0;
}

.heading-4 {
  margin-top: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 21px;
  font-weight: 500;
}

.text-field-4 {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  font-family: Montserrat, sans-serif;
}

.text-field-5, .text-field-6, .text-field-7, .text-field-8, .text-field-9, .text-field-10 {
  font-family: Montserrat, sans-serif;
}

.calculate {
  color: #fff;
  background-color: #000;
  padding: 20px 80px;
  font-family: Montserrat, sans-serif;
}

._100per {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
}

.container-11 {
  width: 80%;
  min-width: 80%;
  max-width: 80%;
}

.dropdown {
  width: 100%;
}

.icon {
  color: #fff;
}

.text-block-2 {
  font-family: Montserrat, sans-serif;
}

.dropdown-toggle {
  color: #fff;
  padding-left: 0;
  font-family: Montserrat, sans-serif;
}

.dropdown-link {
  color: #fff;
  font-family: Montserrat, sans-serif;
}

.code-embed-3 {
  width: 100%;
}

.slider-container {
  width: 100vw;
  min-height: 300px;
  padding: 40px;
  overflow: hidden;
}

.slider-right-arrow {
  color: #444;
}

.slider-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.slide-content-wrapper {
  background-color: #e1e1e1;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.slide-content-wrapper.kendrick {
  background-image: url('../images/kendrick-davis.webp');
  background-size: contain;
}

.section {
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
}

.mask-2 {
  position: static;
  overflow: visible;
}

.slider-left-arrow {
  color: #444;
}

.slider-text {
  text-align: center;
  font-family: Oswald, sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 60px;
}

.slider {
  background-color: #0000;
  width: 400px;
  height: 400px;
  position: static;
}

.slide-2 {
  height: 500px;
  min-height: 500px;
  max-height: 500px;
}

.containerproject1 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #0000003d;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  padding: 30px 25px;
  display: flex;
  overflow: visible;
}

.madesaonara {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
}

.madesaonara.center {
  text-align: center;
  font-weight: 400;
}

.madesaonara.center.white {
  color: #fff;
  text-transform: capitalize;
}

.madesaonara.center.white.capitalized {
  color: #fff;
  letter-spacing: 7px;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 30px;
}

.teammembercard {
  background-color: #000;
  border: .5px solid #fff;
  width: 400px;
  min-width: 400px;
  max-width: 400px;
  height: 100%;
}

.teammembercard.realtor {
  background-color: #0000;
  min-height: 100%;
  max-height: 100%;
}

.overlay-card-3 {
  position: absolute;
  inset: 0%;
}

.overlay-card-3.project1 {
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 0;
  padding-bottom: 0;
  display: flex;
}

.theteamslider {
  width: 90%;
  min-width: 90%;
  max-width: 90%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
}

.theteamslider._100 {
  background-color: #0000;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  position: relative;
}

.link-block-17 {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 70vh;
  text-decoration: none;
}

.card-image-3 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.div-block-3337 {
  background-color: #fff;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.heading-medium {
  color: #fff;
  text-align: left;
  letter-spacing: 6px;
  text-transform: uppercase;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: auto;
  font-family: Syncopate, Impact, sans-serif;
  font-size: 21px;
  font-weight: 400;
  line-height: 36px;
}

.heading-medium.smallerheadline {
  text-align: center;
  letter-spacing: 7px;
  margin-top: 0;
  font-size: 11px;
}

.heading-medium.smallerheadline.center {
  margin-left: auto;
  font-family: "Brooklyn 1", Impact, sans-serif;
  overflow: visible;
}

.bigtitledivider {
  color: #fff;
  letter-spacing: 10px;
  text-transform: uppercase;
  margin-top: 0;
  font-family: Syncopate, Impact, sans-serif;
  font-size: 35px;
  font-weight: 400;
  line-height: 40px;
}

.bigtitledivider.centeraligned {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-family: Syncopate, Impact, sans-serif;
  font-weight: 400;
}

.bigtitledivider.centeraligned.black {
  color: #000;
}

.teamslider {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 100%;
  margin-top: 50px;
  display: flex;
  overflow: auto;
}

.containerdescription {
  height: 100%;
}

@media screen and (min-width: 1280px) {
  .paragraph-5.paragraph {
    font-size: 17px;
    line-height: 2em;
  }
}

@media screen and (min-width: 1440px) {
  .navbar-logo-left-container.shadow-three {
    max-width: 100%;
  }

  .sectionmeettheteam.home-hero-section {
    min-height: 60vh;
  }

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

  .rightabout._100 {
    margin-right: 60px;
  }

  .leftguideintro, .rightguideintro {
    width: 50%;
    min-width: 50%;
    max-width: 50%;
  }

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

@media screen and (min-width: 1920px) {
  .containerhero.teampicture {
    justify-content: flex-start;
    align-items: flex-end;
    padding-left: 75px;
  }

  .link-block-15 {
    justify-content: center;
    align-items: center;
    height: 100%;
    min-height: 100%;
    display: flex;
  }

  .layout77_content-left._50size.buyersleads {
    height: 45rem;
    min-height: 45rem;
  }

  .regulartitle.whitetext.leftalign, .bold-text-2 {
    font-size: 28px;
  }

  .rightguideintro {
    width: 50%;
    min-width: 50%;
    max-width: 50%;
  }

  .madesaonara.center {
    font-size: 58px;
  }

  .link-block-17 {
    justify-content: center;
    align-items: center;
    height: 100%;
    display: flex;
  }

  .teamslider {
    height: 40vh;
  }
}

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

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    padding: 12px;
  }

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

  .divheroheadline {
    width: 95%;
    min-width: 95%;
    max-width: 95%;
  }

  .headinglargewhite.left {
    font-size: 58px;
  }

  .homesearchtool {
    width: 90%;
  }

  .sectionmeettheteam {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .sectionmeettheteam.home-hero-section {
    min-height: auto;
    padding-top: 90px;
    padding-bottom: 60px;
  }

  .speaker-info {
    max-width: 470px;
  }

  .speaker-slide-mask {
    width: 65%;
  }

  .speaker-slider {
    overflow: auto;
  }

  .clip-text.speaker-headding {
    margin-top: -36px;
    margin-bottom: 24px;
  }

  .speaker-name {
    font-size: 52px;
  }

  .slide-image {
    height: 80vh;
    min-height: 80vh;
  }

  .speaker-image-cover.kendrick {
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    height: 100%;
  }

  .button-2.white, .button-2.white._2 {
    width: 300px;
  }

  .containerabout {
    flex-flow: column;
  }

  .leftabout {
    width: 80%;
    min-width: 80%;
    max-width: 80%;
  }

  .rightabout._100 {
    width: 90%;
    min-width: 90%;
    max-width: 90%;
    margin-bottom: 50px;
  }

  .ctacontainer {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .leftcard, .rightcard {
    width: 80%;
    min-width: 80%;
    max-width: 80%;
  }

  .div-block {
    flex-flow: column;
  }

  .link-block-15 {
    min-height: 100%;
    max-height: 100%;
    display: block;
  }

  .layout77_content-left {
    grid-row-gap: 2.5rem;
  }

  .layout77_content-left._50size.buyersleads {
    height: 100%;
    min-height: 100%;
  }

  .card-image {
    min-height: 100%;
    max-height: 100%;
  }

  .overlay-card {
    justify-content: center;
    align-items: center;
    height: 100%;
    min-height: 100%;
    max-height: 100%;
    display: block;
  }

  .absolute {
    bottom: 0;
  }

  .container-3 {
    flex-flow: column;
  }

  .leftbuyers, .rightsellers {
    width: 90%;
    min-width: 90%;
    max-width: 90%;
  }

  .headingwhitetitle.small {
    margin-left: 0;
  }

  .individual1 {
    width: 80%;
    min-width: 80%;
    max-width: 80%;
  }

  .div-block-5 {
    flex-flow: column;
  }

  .aboutmecontainer {
    min-width: 90%;
    max-width: 90%;
  }

  .leftaboutme {
    width: 80%;
    min-width: 80%;
    max-width: 80%;
    display: none;
  }

  .rightaboutme {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }

  .div-block-9 {
    flex-flow: column;
  }

  .container-9 {
    flex-flow: column;
    height: 100%;
    min-height: 100%;
    max-height: 100%;
  }

  .div-block-11 {
    flex-flow: column;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    padding-top: 60px;
    padding-bottom: 60px;
    display: flex;
  }

  .div-block-12 {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .image-26 {
    width: 100%;
    min-width: 100%;
    overflow: visible;
  }

  .regulartitle.whitetext.leftalign, .headlineblack {
    text-align: center;
  }

  .nav-link-2 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .featuredleftblock {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 5px;
    display: flex;
  }

  .regularbodytext {
    text-align: center;
  }

  .div-block-20 {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .option1, .option2 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: column;
  }

  .option3 {
    flex-flow: column;
  }

  ._33 {
    width: 100%;
  }

  .teammembercard.realtor {
    height: 60vh;
    min-height: 60vh;
    max-height: 60vh;
  }

  .overlay-card-3 {
    justify-content: center;
    align-items: center;
    height: 100%;
    min-height: 100%;
    max-height: 100%;
    display: block;
  }

  .link-block-17 {
    min-height: 100%;
    max-height: 100%;
    display: block;
  }

  .card-image-3 {
    min-height: 100%;
    max-height: 100%;
  }
}

@media screen and (max-width: 767px) {
  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

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

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

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

  .speaker-slide-mask {
    width: 90%;
  }

  .speaker-name {
    font-size: 48px;
  }

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

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

  .bigtitledivider.centeraligned.black {
    font-size: 30px;
  }
}

@media screen and (max-width: 479px) {
  .sectionheader {
    height: 10vh;
    min-height: 10vh;
    max-height: 10vh;
  }

  .container {
    max-width: none;
  }

  .nav-menu-two {
    flex-direction: column;
  }

  .image {
    max-width: 230px;
  }

  .sectionhero {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }

  .sectionhero.general {
    position: static;
  }

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

  .headinglargewhite.left {
    text-align: center;
    font-size: 48px;
  }

  .headlinesmallwhite.left {
    text-align: center;
  }

  .headlinesmallwhite.left.black {
    justify-content: center;
    align-items: center;
    padding-left: 0;
  }

  .headlinesmallwhite.left.black.white {
    border-left-style: none;
    flex-flow: row;
  }

  .headlinesmallwhite.left.black.center {
    border-left-style: none;
  }

  .headlinesmallwhite.left._25small.margintop {
    padding-left: 0;
  }

  .dividerrighttext._0.margin {
    margin-left: auto;
  }

  .dividerrighttext.margintop._100, .dividerrighttext._100 {
    width: 100%;
    min-width: 100%;
  }

  .headinglargeblack.left.white.big {
    text-align: center;
  }

  .headinglargeblack.left.big {
    text-align: center;
    font-size: 38px;
  }

  .headinglargeblack.left.big.center.smaller {
    font-size: 21px;
  }

  .headinglargeblack.left.big.smaller {
    font-size: 31px;
  }

  .homesearchtool {
    width: 100%;
  }

  .form {
    flex-flow: column;
  }

  .form-block {
    width: 90%;
  }

  .sectionmeettheteam {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .sectionmeettheteam.home-hero-section {
    padding-bottom: 36px;
  }

  .body-display.large {
    text-align: center;
  }

  .body-display.large.center {
    width: 100%;
    min-width: 100%;
  }

  .body-display.large._85 {
    width: 100%;
  }

  .clip-text.speaker-headding {
    margin-top: -30px;
  }

  .speaker-name {
    font-size: 42px;
  }

  .slide-image {
    height: 40vh;
    min-height: 300px;
  }

  .speaker-arrow {
    top: auto;
    bottom: 2vw;
    right: 5vw;
  }

  .speaker-arrow.left {
    margin-right: 84px;
    left: auto;
    right: 10vw;
  }

  .speaker-slide-content {
    padding-bottom: 6px;
  }

  .button-2 {
    width: 100%;
  }

  .rightabout._100 {
    text-align: center;
    display: block;
  }

  .rightabout._100.none {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .ctacontainer, .leftcard, .rightcard {
    width: 100%;
    min-width: 100%;
  }

  .link-block-15 {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: 100%;
  }

  .layout77_content-left._50size.buyersleads {
    justify-content: center;
    align-items: center;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: 25rem;
    min-height: 25rem;
  }

  .heading-2.rel.leftseparator.none {
    margin-top: 0;
    font-size: 23px;
  }

  .heading-2.rel.leftseparator.small {
    margin-bottom: 0;
    font-size: 18px;
  }

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

  .leftbuyers {
    height: 100%;
  }

  .leftbuyers.none {
    border-right-width: 0;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    margin-top: 15px;
  }

  .rightsellers {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: 100%;
    padding-bottom: 15px;
  }

  .golddividertitle, .golddividertitle._40 {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }

  .headlinedivider {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
  }

  .paragraph-5 {
    font-size: 16px;
    line-height: 23px;
  }

  .paragraph-5.paragraph {
    font-size: 13px;
    font-weight: 300;
    line-height: 18px;
  }

  .paragraph-5.paragraph._0 {
    text-align: center;
  }

  .question-block {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .question-block.top {
    flex-flow: column;
  }

  .containerintrotitle.teamphoto {
    background-position: 50%;
    background-size: cover;
  }

  .sectionaboutintro {
    height: 100%;
    min-height: 100%;
    max-height: 100%;
    display: none;
  }

  .container-4 {
    height: 100%;
    min-height: 100%;
    max-height: 100%;
  }

  .container-5._100 {
    width: 100%;
    min-width: 100%;
    height: 100%;
    min-height: 100%;
    max-height: 100%;
  }

  .sectionaboutbanner {
    background-image: linear-gradient(#0000, #0000), url('../images/Screenshot-2026-02-23-at-10.19.22-AM.webp');
    background-size: auto, cover;
    height: 100%;
  }

  .container-6 {
    justify-content: flex-end;
    align-items: center;
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .individual1 {
    width: 90%;
    min-width: 90%;
    max-width: 90%;
  }

  .div-block-6 {
    margin-left: 0;
  }

  .mask {
    width: 80vw;
  }

  .container-7 {
    width: 100%;
    min-width: 100%;
  }

  .heading-3 {
    font-size: 12px;
  }

  .heading-3.small {
    font-size: 9px;
    line-height: 13px;
  }

  .code-embed {
    display: block;
  }

  .agentcontainer {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .agentdescription, .agentpicture {
    width: 90%;
    min-width: 90%;
  }

  .image-25 {
    max-width: 80%;
  }

  .regulartitle {
    text-align: center;
    line-height: 35px;
  }

  .regulartitle.whitetext.leftalign {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .headlineblack {
    font-size: 31px;
    line-height: 40px;
  }

  .transparentbtn {
    width: 250px;
  }

  .text-box {
    text-align: center;
    width: 95%;
    min-width: 95%;
    max-width: 95%;
    margin-left: auto;
    margin-right: auto;
  }

  .nav-link-2.underlined.black._0.center {
    text-align: center;
  }

  .listingcontainer.rental {
    height: 100vh;
    min-height: 100vh;
    max-height: 100vh;
  }

  .subheadlinewhite {
    text-align: center;
    line-height: 26px;
  }

  .featuredleftblock {
    z-index: 0;
    flex-flow: column;
    position: static;
  }

  .containerguideintro {
    flex-flow: column;
    top: 0%;
  }

  .sectionguidesintro {
    height: 80vh;
    min-height: 80vh;
    max-height: 80vh;
  }

  .sectionguidesintro._100 {
    height: 100vh;
    min-height: 100vh;
    max-height: 100vh;
  }

  .rightguideintro {
    width: 100%;
    min-width: 100%;
  }

  .introtextimageguide {
    flex-flow: column;
    display: flex;
  }

  .leftimageintro {
    display: none;
  }

  .imagestep, .textstep.step2, .textstep._3, .textstep._4, .textstep.one.small, .textstep._7, .textstep._9 {
    width: 90%;
    min-width: 90%;
  }

  .stepcontainer, .mortgagecalculatorcontainer {
    flex-flow: column;
  }

  .leftmortgagecalculator, .rightmortgagecalculator {
    width: 95%;
    min-width: 95%;
    max-width: 95%;
  }

  .loanamount, .amotizationpayment, .payment, .rentalincome {
    max-width: 100%;
  }

  .div-block-21, .div-block-22 {
    width: 100%;
  }

  .div-block-24, .div-block-24.none.center {
    flex-flow: column;
    margin-left: 0;
  }

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

  .madesaonara {
    text-align: center;
    font-size: 52px;
  }

  .teammembercard.realtor {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }

  .theteamslider {
    width: 100%;
    min-width: 100%;
  }

  .link-block-17 {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }

  .bigtitledivider {
    font-size: 20px;
    line-height: 20px;
  }

  .bigtitledivider.centeraligned.black {
    font-size: 23px;
    line-height: 22px;
  }

  .teamslider {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    height: 100%;
  }
}


@font-face {
  font-family: 'Syncopate';
  src: url('../fonts/Syncopate-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Brooklyn 1';
  src: url('../fonts/Brooklyn-Normal-1.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}