.estates-container .container:not(.no-border) {
  border-bottom: solid 1px #E2E6F0;
}
.estates-container .view-more-container {
  position: absolute;
  z-index: 99;
  bottom: 0;
  width: 100%;
  display: grid;
  place-content: center;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 40%, #FFFFFF 75%);
  padding: 60px 0 0px 0;
  display: none;
}
@media (max-width: 1199.98px) {
  .estates-container .view-more-container.m-trim {
    display: grid;
    margin-left: -15px;
    width: 100vw;
  }
}
.estates-container .view-more-container.trim {
  display: grid;
}
.estates-container .view-more-container button {
  position: relative;
  z-index: 99;
  margin-bottom: 25px;
}
.estates-container .estates {
  margin-bottom: 40px;
}
@media (max-width: 575.98px) {
  .estates-container .estates.m-trim {
    max-height: 760px !important;
    overflow: hidden;
  }
}
.estates-container .estates.trim {
  max-height: 520px;
  overflow: hidden;
}

.estate-wrapper-state {
  margin-bottom: 20px;
}
@media (max-width: 575.98px) {
  .estate-wrapper-state {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .estate-wrapper-state {
    margin-bottom: 30px;
  }
}
.estate-wrapper-state .opendisplay-wrapper {
  border-radius: 15px;
  border: solid 1px #E3E6F0;
  overflow: hidden;
  height: 230px;
  display: flex;
  flex-direction: column;
}
.estate-wrapper-state .opendisplay-wrapper:hover .opendisplay-background:after {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
}
.estate-wrapper-state .opendisplay-wrapper:hover .logo-3d img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.estate-wrapper-state .thumbnail {
  width: 100%;
  margin-bottom: 0px;
  transition: 0.2s ease-out;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 575.98px) {
  .estate-wrapper-state .thumbnail {
    border-radius: 0px;
  }
}
.estate-wrapper-state .thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  display: block;
}
.estate-wrapper-state .thumbnail .presented-by-area {
  font-weight: 400;
  font-size: 12px;
  color: #646f79 !important;
  padding: 10px;
  background: #F6F8FB;
  text-align: center;
}
.estate-wrapper-state .thumbnail .presented-by-area img {
  width: auto;
  display: inline-block;
  height: 30px;
  margin-left: 5px;
}
.estate-wrapper-state .thumbnail .presented-by-area.community-tile {
  padding: 7.5px;
}
.estate-wrapper-state .thumbnail .presented-by-area.community-tile img {
  height: 25px;
}
.estate-wrapper-state .thumbnail.has_project_logo img {
  height: 85%;
}
.estate-wrapper-state .title {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 0px;
  color: #FFFFFF;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.estate-wrapper-state .info {
  font-size: 14px;
  padding: 0 10px;
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 10px;
}
.estate-wrapper-state .opendisplay-background {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.estate-wrapper-state .opendisplay-background.has_project_logo {
  height: calc(100% - 40px);
}
.estate-wrapper-state .opendisplay-background:after {
  content: "";
  height: 100%;
  width: 100%;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 0;
  transition: all 200ms linear;
}
.estate-wrapper-state .opendisplay-background img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.estate-wrapper-state .logo-3d {
  position: absolute;
  z-index: 10;
  top: 0;
  width: 100%;
  height: 100%;
  display: grid;
  place-content: center;
}
.estate-wrapper-state .logo-3d img {
  transition: all 200ms linear;
}

.state-filter-container {
  display: grid;
  place-content: center;
  margin: 0px auto 12px auto;
}
.state-filter-container a {
  text-decoration: underline;
}
.state-filter-container a.active {
  text-decoration: none;
  color: #212529;
  font-weight: bold;
}