<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">header {
  position: relative;
  min-height: 101px;
}

.main-container hr {
  width: 100%;
  height: 0;
  border: solid 1px #999;
}

.mobile-screen-header {
  display: none;
}

.header-container {
  width: 100%;
  padding-top: 18px;
  padding-bottom: 20px;
  padding-left: 12px;
  padding-right: 12px;
  display: flex;
  justify-content: space-between;
  position: fixed;
  top: 0;
  z-index: 11;
  background-color: #fff;
  border-bottom: 1px solid #e2dada;
}

.header-right {
  width: 942px;
  display: flex;
  justify-content: end;
  align-items: center;
  row-gap: 10px;
  column-gap: 12px;
  padding-left: 16px;
}

.header-right&gt;div:nth-child(1) {
  display: flex;
  column-gap: 16px;
  /* flex-wrap: wrap; */
  row-gap: 1vw;
}

.header-right&gt;div:nth-child(1) a {
  text-decoration: none;
  font-size: 11.5px;
  font-weight: 600;
  letter-spacing: 0.6px;
  color: #000;
  cursor: pointer;
}

.header-right&gt;div:nth-child(2) {
  display: flex;
  column-gap: 10px;
}

.building-name {
  font-family: Merriweather;
  font-size: 24px;
  font-weight: bold;
  color: #000;
}

.building-addr {
  font-size: 14px;
  font-weight: 400;
  color: #000;
}

.new-developments-slider {
  width: 100%;
  display: flex;
}

.new-developments-slider .slider-image {
  height: 500px;
  width: auto;
  position: relative;
}

.new-developments-slider .slider-image img {
  height: 500px;
  max-width: 100%;
}

.img-info-container {
  opacity: 0.5;
  background-color: #0f0b0b;
  padding: 4px;
  position: absolute;
  bottom: 0px;
}

.img-info span {
  word-spacing: 3px;
}

.center-container {
  width: 95%;
  max-width: 1300px;
  padding-top: 40px;
}

.center-container-content {
  padding-top: 39px;
  min-height: 507px;
  display: flex;
  padding-right: 12px;
}

.center-container-description {
  width: 65%;
  padding-right: 16px;
}

.agent-and-form-container {
  width: 32%;
  height: fit-content;
}

.center-container-form {
  border: solid 1px #000;
  padding: 20px;
}

.building-amenities {
  width: 95%;
  max-width: 1300px;
  padding-top: 60.5px;
}

.building-amenities .top-border {
  margin-top: 30.5px;
  margin-bottom: 20.5px;
}

.building-amenities .bottom-border {
  margin-top: 20.5px;
}

.amenities&gt;li {
  min-width: 300px;
  float: left;
}

.similar-buildings {
  width: 96%;
  max-width: 1300px;
  padding-top: 60px;
}

.similar-buildings .card {
  width: 315px;
  height: auto;
}

.similar-buildings .card img {
  object-fit: cover !important;
  height: 250px !important;
  width: 100% !important;
}

.similar-buildings .btn-container {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
}

.building-cards {
  padding-top: 30px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.similar-buildings-img-container {
  background: #e9e9e9;
  display: flex;
  justify-content: center;
}

.video-container {
  width: 100%;
  min-height: 86px;
  background-color: #e4eef2;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 64px;
  padding: 0px 12px;
  margin-bottom: 30px;
}

.video-container span {
  font-size: 16px;
  font-weight: bold;
}

.video-icon-container {
  border: solid 1px #000;
  background-color: #fff;
  width: 164px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  cursor: pointer;
}

.video-icon-container span {
  font-size: 16px;
  font-weight: normal;
}

.active-listings {
  width: 95%;
  max-width: 1300px;
  /* min-height: 800px; */
}

.active-listings-inner {
  width: 100%;
  margin-top: 60px;
}

.building-facts {
  width: 95%;
  max-width: 1300px;
  padding-top: 60px;
}

.building-facts .top-border {
  width: 100%;
  height: 0;
  margin-top: 30px;
  margin-bottom: 20.5px;
  border: solid 1px #999;
}

.building-facts .bottom-border {
  width: 100%;
  height: 0;
  margin-top: 20.5px;
  border: solid 1px #999;
}

.map-container {
  width: 95%;
  max-width: 1300px;
  padding-top: 60px;
}

@media screen and (max-width: 1415px) {
  .header-left {
    width: auto;
  }

  .header-right {
    width: 550px;
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 975px) {
  header {
    min-height: 56px;
  }

  .header-container {
    display: none;
  }

  .mobile-screen-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding-left: 14px;
    min-height: 42px;
    position: fixed;
    top: 0;
    z-index: 11;
    background-color: #fff;
    border-bottom: 1px solid #e2dada;
  }

  .mobile-screen-header .header-left-mobile {
    width: auto;
    padding-bottom: 8px;
  }

  .mobile-screen-header .header-right-mobile {
    width: 260px;
    display: flex;
    justify-content: right;
    height: 100%;
    position: relative;
  }

  .mobile-screen-header .building-name {
    font-family: Merriweather;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
    color: #000;
  }

  .mobile-screen-header .building-addr {
    font-size: 11px;
    color: #000;
  }

  .inquiry-btn-mobile {
    width: 100px;
    height: 100%;
    border-left: solid 1px #000;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .subscribe-btn-mobile {
    width: 106px;
    height: 100%;
    border: none;
    border-left: solid 1px #000;
    display: flex;
    justify-content: center;
    align-items: center;
    background: white;
  }

  .inquiry-btn-mobile a,
  .subscribe-btn-mobile span {
    font-size: 14px;
    font-weight: 500;
    color: #000;
    text-decoration: none;
  }

  .hamburger {
    width: 54px;
    height: 100%;
    border: none;
    border-left: solid 1px #000;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    row-gap: 3px;
    background-color: white;
  }

  .hamburger&gt;div {
    width: 14px;
    height: 0;
    border: solid 1.5px #000;
  }

  .mobile-screen-header ul {
    width: 200px;
    top: 42px;
  }

  .mobile-screen-header li a {
    padding: 8px 16px;
  }

  .mobile-screen-header .menuBar {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .mobile-screen-header .building-name {
    font-size: 16px;
  }

  .mobile-screen-header .building-addr {
    font-size: 11px;
  }

  .center-container-content {
    flex-direction: column;
    row-gap: 24px;
  }

  .center-container-description {
    width: 100%;
  }

  .agent-and-form-container {
    width: 100%;
  }

  .center-container-form {
    width: 100%;
    min-height: 300px;
  }

  .similar-buildings .card {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
  }
}

@media screen and (max-width: 500px) {
  .mobile-screen-header .building-name {
    font-size: 12px;
  }

  .mobile-screen-header .building-addr {
    font-size: 11px;
  }
}</pre></body></html>