.page-home .taxonomy-list .nav-link {
  font-size: 18px;
  text-align: center;
  width: 50%;
}
@media (min-width: 992px) {
  .page-home .taxonomy-list .nav-link {
    width: 20%;
    min-width: auto;
  }
}
.page-home .taxonomy-list .taxonomy-terms {
  display: grid;
  grid-auto-flow: column;
  grid-template-rows: repeat(var(--item-row-2), 1fr);
  grid-template-columns: 50% 50%;
}
@media (min-width: 992px) {
  .page-home .taxonomy-list .taxonomy-terms {
    grid-template-rows: repeat(var(--item-row-4), 1fr);
    grid-template-columns: 25% 25% 25% 25%;
  }
}
.page-home .taxonomy-list .taxonomy-terms a {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.7);
  padding-left: 1.5rem;
  line-height: 1.25;
  margin-bottom: 10px;
  width: 100%;
}
.page-home .taxonomy-list .taxonomy-terms a:hover {
  color: rgb(255, 255, 255);
}
.page-home .suburb-list .list-group-item {
  font-size: 12px;
  line-height: 14px;
  padding: 0;
  margin-bottom: 10px;
}
.page-home .suburb-list .suburb-list__show-all {
  text-align: center;
  margin-top: 20px;
}
.page-home .suburb-list .suburb-list__show-all > a {
  padding: 14px 48.5px;
  border: 1px solid #C4C4C4;
  color: #C4C4C4;
  border-radius: 4px;
}
.page-home .livesearch-community {
  background-color: #ffffff;
  padding-left: 10px;
}
@media (max-width: 767.98px) {
  .page-home .livesearch-community {
    transition: unset;
  }
}
.page-home .section-hero {
  position: relative;
  flex-direction: column;
  max-width: 1440px;
  margin: 0 auto;
  height: 578px;
}
.page-home .section-hero.default {
  background-image: url("https://files.openlot.com.au/public/images/hero-480.jpeg");
}
@media (min-width: 768px) {
  .page-home .section-hero {
    height: 680px;
  }
  .page-home .section-hero.default {
    background-image: url("https://files.openlot.com.au/public/images/hero-680.jpeg");
  }
}
@media only screen and (min-width: 1400px) {
  .page-home .section-hero.default {
    background-image: url("https://files.openlot.com.au/public/images/hero-min.jpeg");
  }
}
@media (max-width: 767.98px) {
  .page-home .section-hero {
    padding-top: 57px;
  }
}
.page-home .section-hero__content {
  padding-top: 130px;
  padding-bottom: 250px;
  margin: 0 auto;
}
@media (max-width: 767.98px) {
  .page-home .section-hero__content {
    padding: 20px 10px 150px 10px;
  }
}
.page-home .section-hero__content > div {
  background: linear-gradient(180deg, rgba(100, 111, 121, 0.48) 0%, rgba(100, 111, 121, 0.8) 100%);
  border-radius: 15px;
  padding: 2.5rem 1.5rem;
}
@media (min-width: 992px) {
  .page-home .section-hero__content > div {
    padding: 2.5rem 2.8rem 0 2.8rem;
  }
}
@media (max-width: 767.98px) {
  .page-home .section-hero__content > div {
    padding: 0;
  }
}
.page-home .section-hero__content > div .title-container {
  max-width: 700px;
  margin-bottom: 2.5rem;
}
@media (min-width: 992px) {
  .page-home .section-hero__content > div .title-container {
    width: 750px;
    max-width: 750px;
  }
}
@media (max-width: 767.98px) {
  .page-home .section-hero__content > div .title-container {
    margin-bottom: 0;
    padding: 1.5rem 10px 0 10px;
  }
}
.page-home .section-hero__content > div .title-container h1 {
  font-size: 40px;
  line-height: 47px;
  min-width: 700px;
  min-height: 94px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  place-items: center;
}
@media (max-width: 767.98px) {
  .page-home .section-hero__content > div .title-container h1 {
    font-size: 26px;
    line-height: 32px;
    min-height: 64px;
    min-width: 300px;
  }
}
.page-home .section-hero__content > div .title-container h2 {
  font-size: 1rem;
  margin-bottom: 1rem;
}
@media (max-width: 767.98px) {
  .page-home .section-hero__content > div .title-container h2 {
    font-size: 14px;
    line-height: 20px;
  }
}
.page-home .section-hero__content > div .search-container-wraper {
  max-width: 800px;
  background: rgba(227, 230, 239, 0.5);
  padding: 19px;
  border-radius: 15px;
}
@media (max-width: 767.98px) {
  .page-home .section-hero__content > div .search-container-wraper {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
}
.page-home .section-hero__content > div .search-container-wraper .search-container {
  max-width: 665px;
  z-index: 2;
  background: #ffffff;
  border-radius: 15px;
}
.page-home .section-hero__content > div .search-container-wraper .search-container > .input-group {
  height: 50px;
  display: flex;
  align-items: center;
}
@media (max-width: 991.98px) {
  .page-home .section-hero__content > div .search-container-wraper .search-container {
    border-radius: 50px;
  }
}
.page-home .section-hero__content > div .search-container-wraper .page-filters {
  margin-bottom: 20px;
}
.page-home .section-hero__content > div .search-container-wraper .page-filters ul.home-filters-pages {
  list-style: none;
  margin: 0px auto;
  padding: 0px;
  display: flex;
  flex-wrap: wrap;
  place-content: center;
}
.page-home .section-hero__content > div .search-container-wraper .page-filters ul.home-filters-pages li {
  background: #ffffff;
  width: 150px;
  list-style: none;
  display: inline-block;
  padding: 0px;
  margin: 0px !important;
  border: solid 1px #E3E6EF;
  overflow: hidden;
}
.page-home .section-hero__content > div .search-container-wraper .page-filters ul.home-filters-pages li a {
  display: block;
  padding: 9px 7px;
  color: #646F79;
  font-size: 14px;
}
.page-home .section-hero__content > div .search-container-wraper .page-filters ul.home-filters-pages li a.active {
  color: #1CA766;
  font-weight: 700;
  background: #F5F8FB;
}
.page-home .section-hero__content > div .search-container-wraper .page-filters ul.home-filters-pages li a:hover {
  background: #F5F8FB;
}
.page-home .section-hero__content > div .search-container-wraper .page-filters ul.home-filters-pages li:nth-child(1) {
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}
.page-home .section-hero__content > div .search-container-wraper .page-filters ul.home-filters-pages li:nth-child(5) {
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}
@media (max-width: 991.98px) {
  .page-home .section-hero__content > div .search-container-wraper .page-filters ul.home-filters-pages {
    padding: 0px;
    width: calc(100% - 20px);
  }
  .page-home .section-hero__content > div .search-container-wraper .page-filters ul.home-filters-pages li {
    width: 50%;
  }
  .page-home .section-hero__content > div .search-container-wraper .page-filters ul.home-filters-pages li:nth-child(3) {
    border-bottom-left-radius: 15px;
  }
  .page-home .section-hero__content > div .search-container-wraper .page-filters ul.home-filters-pages li:nth-child(2) {
    border-top-right-radius: 15px;
  }
  .page-home .section-hero__content > div .search-container-wraper .page-filters ul.home-filters-pages li:nth-child(1) {
    border-bottom-left-radius: 0px;
  }
  .page-home .section-hero__content > div .search-container-wraper .page-filters ul.home-filters-pages li:nth-child(4) {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 15px;
  }
  .page-home .section-hero__content > div .search-container-wraper .page-filters ul.home-filters-pages li:nth-child(5) {
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
  }
}
.page-home .section-promoted {
  background: white;
  padding: 30px 0;
  margin-top: -1px;
}
@media (min-width: 992px) {
  .page-home .section-promoted {
    padding: 50px 0;
  }
}
.page-home .section-promoted h3 {
  font-size: 20px;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .page-home .section-promoted h3 {
    font-size: 26px;
    margin-bottom: 40px;
  }
}
.page-home .section-promoted h3 a {
  text-decoration: none;
}
.page-home .section-promoted h3 a:hover, .page-home .section-promoted h3 a:active {
  color: #1CA766;
}
.page-home .section-promoted section {
  margin-bottom: 30px;
  border-bottom: 1px solid #E2E6F0;
  position: relative;
}
.page-home .section-promoted section.home-articles-section {
  padding-bottom: 50px;
}
.page-home .section-promoted section:last-child {
  border-bottom: 0;
}
@media (min-width: 992px) {
  .page-home .section-promoted section {
    margin-bottom: 50px;
  }
}
.page-home .section-promoted .section-instagram {
  padding-bottom: 30px;
}
@media (min-width: 992px) {
  .page-home .section-promoted .section-instagram {
    padding-bottom: 50px;
  }
}
.page-home .section-promoted .divider-line {
  border: none;
  border-top: 1px solid #E2E6F0;
  margin: 60px 0;
}
.page-home .u-header {
  margin: 0 auto;
  padding: 0;
  background: linear-gradient(180deg, #646F79 0%, rgba(100, 111, 121, 0) 100%);
  position: fixed;
}
.page-home .u-header .u-header__navbar {
  padding-left: 0;
  padding-right: 0;
}
.page-home .section-hero-container {
  background-color: #fff;
  position: relative;
}
.page-home .section-hero-container > div {
  position: absolute;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.page-home .section-hero-container .hero-container-bg {
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  background: #fff;
  background-size: cover;
  background-position: center;
  -webkit-filter: blur(25px);
  filter: blur(25px);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.page-home .section-hero-container .hero-container-bg.default {
  background-image: url("https://files.openlot.com.au/public/images/hero-placeholder-1440.webp");
}
@media (min-width: 768px) {
  .page-home .section-hero-container .hero-container-bg {
    display: block;
  }
}
.page-home .campaign-logo {
  width: 143px;
  height: 60px;
  position: absolute;
  bottom: 20px;
  right: 0.5rem;
  padding: 12px;
  background: rgba(0, 0, 0, 0);
  border-radius: 4px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
@media (min-width: 768px) {
  .page-home .campaign-logo {
    width: 205px;
    height: 86px;
    bottom: 2rem;
    right: 4rem;
    padding: 20px;
  }
}
.page-home .campaign-logo img {
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
  height: 100%;
}
.page-home .campaign-info {
  background: #fff;
  border-radius: 15px;
  padding: 15px;
  width: 250px;
  min-height: 148px;
  flex-direction: column;
  position: absolute;
  top: 100%;
  -webkit-transform: translate(calc(1rem - 4px), calc(-100% - 1rem));
  transform: translate(calc(1rem - 4px), calc(-100% - 1rem));
  box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.08);
  z-index: 4;
}
@media (min-width: 768px) {
  .page-home .campaign-info {
    -webkit-transform: translate(0, calc(-100% - 1rem));
    transform: translate(0, calc(-100% - 1rem));
  }
}
.page-home .campaign-info .title {
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 10px;
}
.page-home .campaign-info .copy {
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 10px;
  color: #646F79;
}
.page-home .campaign-info .copy p {
  color: inherit;
}
.page-home .campaign-info .copy p:last-child {
  margin-bottom: 15px;
}
.page-home .campaign-info .learn-more {
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  margin-top: auto;
}
.page-home .campaign-indicator {
  width: 20px;
  height: 20px;
  background: #1CA766;
  border-radius: 100%;
  cursor: pointer;
  position: absolute;
  left: calc(50% - 9rem);
  top: calc(100% - 8rem);
  -webkit-animation: beat 0.5s infinite alternate;
  animation: beat 0.5s infinite alternate;
  border: 0;
  padding: 0;
}
@media (max-width: 991.98px) {
  .page-home .campaign-indicator {
    left: calc(50% - 9rem);
    top: calc(100% - 5rem);
  }
}
@media (min-width: 768px) {
  .page-home .campaign-indicator {
    left: calc(50% - 11rem + 20px);
    top: calc(100% - 8rem + 2px);
  }
}
.page-home .campaign-indicator:after {
  content: "";
  width: 40px;
  height: 40px;
  background: rgba(28, 167, 102, 0.5);
  position: absolute;
  border-radius: 100%;
  margin-left: -20px;
  top: -10px;
}
.page-home .campaign-info-arrow {
  width: 0;
  height: 0;
  border-top: 15px solid rgba(0, 0, 0, 0);
  border-bottom: 15px solid rgba(0, 0, 0, 0);
  border-right: 15px solid #fff;
  position: absolute;
  left: calc(50% - 139px + 12px);
  top: calc(100% - 8.2rem);
  z-index: 5;
}
@media (min-width: 768px) {
  .page-home .campaign-info-arrow {
    left: calc(50% - 140px);
    top: calc(100% - 8.2rem);
  }
}
@media (max-width: 991.98px) {
  .page-home .campaign-info-arrow {
    left: calc(50% - 139px + 12px);
    top: calc(100% - 5.2rem);
  }
}
.page-home .section-display-pic {
  border-bottom: none;
}
.page-home .feature-builders-section {
  margin: 60px 0;
  padding: 0;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 767.98px) {
  .page-home .feature-builders-section {
    margin: 40px 0;
    border-radius: 15px;
  }
}
.page-home .feature-builders-container {
  background-image: url("/themes/openspace/assets/img/openlot/feature-builders-bg.jpg");
  background-size: cover;
  background-position: center;
  padding: 40px;
  position: relative;
  min-height: 450px;
}
.page-home .feature-builders-container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
@media (max-width: 767.98px) {
  .page-home .feature-builders-container {
    padding: 20px;
    min-height: 300px;
  }
}
.page-home .feature-builders-states {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  gap: 0;
  margin-bottom: 40px;
  background: white;
  border-radius: 15px;
  padding: 0;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}
@media (max-width: 767.98px) {
  .page-home .feature-builders-states {
    margin-bottom: 30px;
    max-width: 100%;
    flex-wrap: wrap;
  }
}
.page-home .state-tab {
  background-color: #ffffff;
  border: solid 1px #E3E6EF;
  border-radius: 0;
  padding: 12px 30px;
  font-size: 14px;
  font-weight: 600;
  color: #6c757d;
  cursor: pointer;
  transition: all 0.3s ease;
  flex: 1;
  text-align: center;
}
.page-home .state-tab:hover {
  background: #F5F8FB;
}
.page-home .state-tab.active {
  background-color: #F5F8FB;
  color: #1CA766;
  font-weight: 700;
}
.page-home .state-tab:first-child {
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}
.page-home .state-tab:last-child {
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}
@media (max-width: 767.98px) {
  .page-home .state-tab {
    padding: 10px 15px;
    font-size: 13px;
    flex: auto;
    width: 50%;
  }
  .page-home .state-tab:first-child {
    border-bottom-left-radius: 0;
  }
  .page-home .state-tab:last-child {
    border-top-right-radius: 0;
  }
}
.page-home .feature-builders-content {
  position: relative;
  z-index: 1;
}
.page-home .feature-builders-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 30px;
  text-align: left;
  color: #fff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}
@media (max-width: 767.98px) {
  .page-home .feature-builders-title {
    font-size: 1.75rem;
    margin-bottom: 20px;
  }
}
.page-home .feature-builders-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 20px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  justify-content: center;
}
@media (max-width: 991.98px) {
  .page-home .feature-builders-grid {
    gap: 15px;
    max-width: 700px;
  }
}
@media (max-width: 767.98px) {
  .page-home .feature-builders-grid {
    gap: 15px;
    max-width: 100%;
  }
}
.page-home .builder-card {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 20px;
  border-radius: 15px;
  background-color: #fff;
  transition: box-shadow 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease, -webkit-transform 0.3s ease;
  text-decoration: none;
  min-height: 60px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  flex: 0 0 calc(25% - 15px);
  max-width: 200px;
}
.page-home .builder-card:hover {
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
  text-decoration: none;
}
@media (max-width: 991.98px) {
  .page-home .builder-card {
    flex: 0 0 calc(33.333% - 13px);
    max-width: 180px;
  }
}
@media (max-width: 767.98px) {
  .page-home .builder-card {
    flex: 0 0 calc(50% - 15px);
    max-width: none;
    padding: 12px 15px;
    min-height: 50px;
  }
}
.page-home .builder-logo {
  max-width: 100%;
  max-height: 40px;
  height: 27px;
  width: auto;
  -o-object-fit: contain;
  object-fit: contain;
}
@media (max-width: 767.98px) {
  .page-home .builder-logo {
    max-height: 30px;
  }
}
.page-home .builder-card-no-logo {
  background-color: #646F79 !important;
}
.page-home .builder-name-text {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  line-height: 1.3;
  padding: 5px;
}
@media (max-width: 767.98px) {
  .page-home .builder-name-text {
    font-size: 13px;
  }
}
.page-home .feature-builders-link {
  display: block;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
  float: right;
  margin-top: 10px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  transition: opacity 0.3s ease;
}
.page-home .feature-builders-link:hover {
  opacity: 0.8;
  color: #fff;
  text-decoration: none;
}
@media (max-width: 767.98px) {
  .page-home .feature-builders-link {
    float: none;
    text-align: right;
    margin-top: 15px;
  }
}
.page-home .builders-loading,
.page-home .no-builders {
  grid-column: 1/-1;
  text-align: center;
  padding: 40px 20px;
  color: #fff;
  font-size: 1.1rem;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}
.page-home .smart-search-entry-point .smart-search-link {
  color: #ffffff;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  padding: 1rem 0;
  justify-content: center;
}
.page-home .smart-search-entry-point .smart-search-link img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #fff;
  padding: 5px;
}
.page-home .smart-search-entry-point .smart-search-link span {
  font-weight: bold;
  text-decoration: underline;
}