@import url(https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.6.0/slick.min.css);
@import url(https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.6.0/slick-theme.min.css);
@import url(https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.6.0/slick.min.css);
@import url(https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.6.0/slick-theme.min.css);
.nearby-amenities-container {
  padding-left: 3%;
  padding-right: 3%;
  width: 100%;
  box-sizing: border-box; }

.nearby-amenities-map-container {
  position: relative;
  height: 400px;
  width: 100%;
  margin: 3% 0; }

.nearby-amenities-drawer {
  position: absolute;
  width: 95%;
  z-index: 1;
  border-bottom: none;
  border-right: none; }

.nearby-amenities-drawer-main {
  float: left;
  width: 90%;
  margin-right: 0;
  height: 400px;
  overflow-y: auto;
  box-sizing: border-box;
  background-color: #fff; }

.nearby-amenities-drawer-control {
  position: absolute;
  z-index: 1;
  float: left;
  width: 10%;
  cursor: pointer; }

.nearby-amenities-map {
  position: absolute;
  width: 100%;
  height: 400px; }

.auto-suggestion-container {
  width: 100%;
  float: left;
  padding: 15px 12px;
  box-sizing: border-box;
  text-overflow: ellipsis; }

.auto-suggestion-form {
  width: 100%;
  box-sizing: border-box;
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  border-radius: 4px;
  border: 1px solid #999999;
  float: left; }

.nearby-amenities-title {
  font-size: 26px;
  text-align: center;
  font-weight: normal;
  margin-bottom: 1%;
  -webkit-font-smoothing: antialiased; }

@media only screen and (min-width: 992px) {
  .nearby-amenities-drawer {
    width: 30%; }
  .nearby-amenities-drawer-main {
    display: block !important;
    width: 110%;
    border: 1px solid #e6e6e5; }
  .nearby-amenities-drawer-control {
    display: none; }
  .nearby-amenities-map {
    width: 66.667%;
    margin-left: 33.2%; }
  .auto-suggestion-container {
    padding: 10px 12px; } }

.search-destination-row {
  float: left;
  width: 100%; }

.travel-mode-row {
  width: 100%;
  float: left;
  box-sizing: border-box;
  background-color: #f1f1f1;
  padding-left: 15px;
  font-size: 14px; }

.travel-mode-title {
  float: left;
  padding: 7% 0;
  box-sizing: border-box;
  vertical-align: middle;
  color: #4a4a4a; }

.travel-mode-button-container {
  width: 200px;
  float: right;
  text-align: right;
  box-sizing: border-box;
  padding-right: 10px;
  vertical-align: middle;
  text-align: right; }

.travel-mode-button-group {
  float: left;
  padding: 10px 0; }

.travel-mode-button-text {
  float: right;
  width: 41%;
  padding: 10px 0;
  vertical-align: middle; }

.travel-mode-button {
  float: left;
  padding: 5px;
  background-color: #f1f1f1;
  border: 1px solid #e7e7e7;
  margin: 0;
  line-height: 0;
  box-sizing: border-box; }

.travel-mode-icon {
  height: 25px;
  box-sizing: border-box; }

.btn-driving {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px; }

.btn-walking {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px; }

.is-active {
  border: 1px solid #ff5122;
  background-color: #fff; }

.hyperlink {
  cursor: pointer; }

.nearby-amenities-button:hover {
  opacity: .7; }

.hide {
  display: none; }

.destination-row {
  width: 100%;
  float: left;
  box-sizing: border-box;
  background-color: #f8f8f8;
  padding-left: 15px; }

.destination-name {
  width: 146px;
  font-size: 14px;
  vertical-align: middle;
  color: #4a4a4a; }

.destination-details {
  float: right;
  padding-right: 10px;
  font-size: 13px;
  vertical-align: middle;
  text-align: right;
  color: #4a4a4a; }

.auto-suggestion-popup--autosuggestion {
  height: auto;
  box-sizing: border-box;
  overflow: scroll;
  background-color: white;
  position: relative;
  width: 100%;
  /* TODO change this width for tablet and desktop views */
  overflow-x: hidden;
  max-height: 400px;
  border: 1px solid #ccc;
  border-radius: 10px; }

.container--autosuggestion-field {
  padding-top: 4px;
  padding-right: 4px;
  color: #4a4a4a;
  display: inline-block;
  position: relative;
  width: 100%;
  -webkit-font-smoothing: antialiased; }

.field-value--autosuggestion-field {
  float: left;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap; }

.icon-container--autosuggestion-option {
  margin-right: 10px;
  width: 25px;
  float: left; }

.icon--autosuggestion-option {
  max-height: 25px;
  display: block;
  margin: 0 auto; }

.option--autosuggestion-option {
  width: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer; }

.option--autosuggestion-option:hover {
  background-color: #eee; }

.option-wrapper--autosuggestion-option {
  border-bottom: "solid 1px #e5e5e5"; }

.option-wrapper--autosuggestion-option:last-child(1) {
  border-bottom: none; }

.option-name--autosuggestion-option {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: auto;
  font-size: 15px;
  float: left; }

.option-group--autosuggestion-group {
  width: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-bottom: 1px solid #ccc; }

.group-name--autosuggestion-group {
  border-bottom: 1px solid #979797;
  padding-bottom: 10px; }

a, a:hover, a:visited {
  text-decoration: none; }

.clear {
  clear: both; }

.small-text {
  line-height: 1;
  min-height: 12px; }

.text-right {
  text-align: right; }

.icon {
  font-size: 14px;
  font-weight: 600;
  color: darkslategray;
  padding-right: 4px;
  vertical-align: middle; }

.property-image {
  object-fit: cover;
  height: 100%;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  margin: 0 auto; }

.property-content {
  background-color: #FFFFFF;
  padding: 12px 10px 18px 12px;
  border-radius: 0 0 4px 4px;
  height: fit-content; }

.property-desc-tag-wrapper {
  width: 100%;
  font-size: 10px;
  font-weight: 400;
  color: #000000; }

.property-price-url {
  font-size: 18px;
  color: #000000;
  font-weight: 600;
  font-style: normal;
  display: block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-decoration: none;
  cursor: pointer; }

.property-details-name {
  margin-top: 4px;
  font-size: 16px;
  color: #005C98;
  font-weight: 600;
  font-style: normal;
  display: block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.listing {
  height: auto;
  margin: 0px 7.5px 2px;
  background-color: #f3f6f9;
  box-sizing: border-box;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.25);
  border-radius: 4px; }

.listing-image-container {
  position: relative; }

.listing-imageslider-container {
  padding: 0;
  margin: 0;
  width: 100%;
  height: 190px;
  background: #fff;
  overflow: hidden;
  box-sizing: border-box;
  border-radius: 4px 4px 0 0;
  position: relative; }

.prop-desc-tag-item {
  display: inline-block;
  padding: 4px 7px 3px;
  border-radius: 4px;
  border: 0.75px solid #BFBFBF;
  margin: 3px 6px 3px 0;
  width: fit-content; }

.dashed-line {
  width: 100%;
  height: 0;
  border: none;
  border-bottom: 1px dashed #D9D9D9;
  margin: 8px 0 12px; }

.property-bedroom-bathroom-wrapper {
  width: 100%;
  display: block;
  font-weight: normal;
  font-size: 12px;
  color: #000000;
  margin: 0 0 5px; }

.property-bedroom, .property-bathroom, .circle-separator-bed-bath {
  display: inline-block;
  width: fit-content;
  vertical-align: middle; }

.circle-separator-bed-bath {
  font-size: 17px;
  line-height: 3px;
  margin: 0 8px; }

.agent-details-wrapper {
  margin: 11px 0 0;
  width: 100%; }

.agent-photo-wrapper {
  width: 26px;
  height: 26px;
  border: 1px solid #D4D4D4;
  border-radius: 50px;
  display: inline-block;
  vertical-align: middle; }

.agent-photo-wrapper img {
  display: block;
  width: 26px;
  height: 26px;
  border-radius: 50px; }

.agent-name-wrapper {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 35px);
  margin: 0 0 0 7px;
  color: #4A4A4A;
  font-weight: normal;
  font-size: 12px; }

.property-publicity {
  padding: 0 8px;
  width: fit-content;
  font-size: 11px;
  font-weight: 300;
  color: white;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #3496ee; }

@media only screen and (min-width: 0px) and (max-width: 340px) {
  .listing {
    padding-bottom: 10px; } }

@media only screen and (min-width: 0px) and (max-width: 991px) {
  .listing-imageslider-container {
    height: 160px; }
  .property-details-name {
    margin-top: 2px;
    font-size: 14px;
    font-weight: 600; }
  .property-content {
    padding: 12px 6px 13px 7px; } }

.toggle-button-container {
  text-align: center; }

.related-listings-container {
  width: 100%;
  box-sizing: border-box; }

h1, h2 {
  font-family: Poppins,sans-serif; }

.title--nearbyproperty {
  font-size: 26px;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  text-align: center; }

.related-listings-header {
  padding-top: 2px;
  box-sizing: border-box; }

.fadeInRight {
  position: relative;
  -webkit-animation: fadeIn 0.2s;
  /* Safari 4.0 - 8.0 */
  animation: fadeIn 0.2s; }

.hide {
  display: none; }

.related-listing-item-wrapper {
  max-width: 367px; }

@keyframes fadeIn {
  0% {
    left: 100px;
    opacity: 0;
    visibility: visible; }
  100% {
    left: 0px;
    opacity: 1;
    visibility: visible; } }

.listings-container {
  overflow-y: hidden;
  min-height: 300px; }

@media only screen and (min-width: 992px) {
  @keyframes fadeIn {
    0% {
      left: 500px;
      opacity: 0;
      visibility: visible; }
    100% {
      left: 0px;
      opacity: 1;
      visibility: visible; } } }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  @keyframes fadeIn {
    0% {
      left: 500px;
      opacity: 0;
      visibility: visible; }
    100% {
      left: 0px;
      opacity: 1;
      visibility: visible; } }
  .related-listings-container {
    margin-bottom: 25px; }
  .related-listings-item {
    padding-top: 50px; } }

.view-all {
  text-align: center;
  margin: 25px;
  font-size: 16px;
  font-weight: 600;
  color: #005C98;
  cursor: pointer; }

.btn-toggle--nearbyproperty {
  border: 1px solid #275075;
  background-color: white;
  color: #275075;
  padding: 6px 40px;
  font-size: 14px;
  cursor: pointer; }

button:focus {
  outline: 0; }

.active--nearbyproperty {
  background-color: #275075;
  color: white; }

.inactive--nearbyproperty {
  background-color: white;
  color: #275075; }

.btn--nearbyproperty:hover {
  background-color: #275075;
  color: white; }

.left--nearbyproperty {
  border-radius: 50px 0px 0px 50px; }

.right--nearbyproperty {
  border-radius: 0px 50px 50px 0px; }

.nolisting--nearbyproperty {
  text-align: center;
  padding-top: 75px;
  padding-bottom: 75px; }

.slider-slick {
  display: block; }

.slider-slick-mobile {
  display: none; }

@media only screen and (max-width: 960px) {
  .slider-slick {
    display: none; }
  .slider-slick-mobile {
    display: block;
    width: 100%;
    box-sizing: border-box;
    white-space: nowrap;
    overflow-x: auto;
    margin-top: 31px; }
  .related-listing-item-wrapper {
    height: auto;
    display: inline-block;
    width: 318px;
    box-sizing: border-box; }
  .first-card-wrapper, .last-card-wrapper {
    width: 321.5px; }
  .related-listing-item {
    white-space: normal; }
  .related-listing-item-first {
    margin: 0 0 0 3.5px; }
  .related-listing-item-last {
    margin: 0 3.5px 0 0; } }

.rediscover-article-content {
  background: #F3F6F9;
  width: 100%;
  height: auto;
  text-align: center;
  margin: 20px 0 30px;
  padding: 20px 0px; }

.rediscover-article-title {
  font-size: 26px;
  line-height: 39px;
  font-weight: normal; }

.article-grid {
  width: 90%;
  padding: 2% 5%;
  text-align: center; }

.first {
  width: 49%;
  height: 550px;
  display: inline-block;
  vertical-align: top;
  text-align: left; }

.left {
  margin-right: 10px;
  background: #FFFFFF; }
  .left img {
    width: 100%;
    height: 326px;
    object-fit: cover; }

.right {
  text-align: left; }

.double {
  width: 48.5%;
  height: 550px;
  display: inline-block;
  background: #FFFFFF;
  margin-right: 1.5%;
  vertical-align: top;
  overflow: hidden; }

.data-4 {
  height: 343px; }

.third {
  width: 98.5%;
  height: 197px;
  display: inline-block;
  background: #FFFFFF;
  margin-top: 10px;
  vertical-align: top; }

.double img {
  width: 100%;
  height: 180px;
  object-fit: cover; }

.double .article-title {
  font-size: 18px;
  line-height: 27px; }

.third .article-title {
  font-size: 18px;
  line-height: 27px; }

.double p {
  font-size: 14px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  padding-top: 10px; }

.full-article {
  font-size: 14px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  padding-top: 5px;
  line-height: 25px;
  font-family: "OpenSans"; }

.third p {
  font-size: 14px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical; }

.third img {
  width: 100%;
  height: 197px;
  object-fit: cover; }

.third .article-text {
  display: inline-block;
  width: 49%;
  vertical-align: top;
  padding-top: 10px; }

.third-image-article {
  width: 45%;
  display: inline-block;
  vertical-align: top; }

.article-title {
  font-weight: 600;
  font-size: 23px;
  line-height: 37px;
  color: #005C98; }

.article-text p {
  font-family: "OpenSans";
  font-size: 16px;
  line-height: 25px; }

.first .left p {
  font-size: 16px;
  line-height: 26px; }

.article-text {
  padding: 0 15px 5px 15px;
  text-overflow: ellipsis;
  overflow: hidden;
  word-wrap: break-word; }

.rediscover-article-view-all {
  font-size: 16px;
  font-weight: 600;
  color: #005C98;
  cursor: pointer; }

@media only screen and (max-width: 992px) {
  .rediscover-article-title {
    font-size: 26px; }
  .article-grid {
    width: 95%;
    padding: 1% 2% 0 2%; }
  .first, .double {
    width: 100%;
    height: auto;
    margin-top: 10px; }
  .third {
    width: 100%;
    height: auto;
    margin-top: 10px; }
    .third img {
      height: 180px; }
    .third .article-text {
      width: 93%; }
  .third-image-article {
    width: 100%; }
  .article-text {
    padding-top: 10px;
    line-height: 25px;
    font-size: 14px; }
  .right {
    margin-bottom: 20px; }
  .article-title {
    font-weight: 600;
    font-size: 18px;
    line-height: 29px; } }

@media only screen and (min-width: 993px) and (max-width: 1177px) {
  .third p {
    -webkit-line-clamp: 2; }
  .third .article-text {
    width: 48%; } }

.rediscover-newlaunches-content {
  background: #F3F6F9;
  width: 100%;
  height: auto;
  text-align: center;
  margin: 20px 0 30px;
  padding: 20px 0px; }

.rediscover-newlaunches-title {
  font-size: 26px; }

.nl-grid-2 {
  grid-template-columns: repeat(2, 1fr);
  width: 37%;
  height: auto; }

.nl-grid-3 {
  grid-template-columns: repeat(3, 1fr);
  width: 55%;
  height: auto; }

.nl-grid-4 {
  grid-template-columns: repeat(4, 1fr);
  width: 70%;
  height: auto; }

.nl-grid-5 {
  grid-template-columns: repeat(5, 1fr);
  width: 90%;
  height: auto; }

.new-launches-container {
  display: grid;
  display: -ms-grid;
  -ms-grid-columns: 1fr 1fr;
  -ms-grid-rows: 1fr;
  grid-gap: 20px;
  margin: auto;
  grid-gap: 8px;
  padding: 3% 0; }

.new-launches-wrapper {
  text-align: center;
  box-sizing: border-box;
  border-radius: 1px;
  margin-right: 20px;
  position: relative; }
  .new-launches-wrapper img {
    width: 100%;
    height: 100%;
    margin-bottom: -7px;
    object-fit: cover; }
  .new-launches-wrapper label {
    font-size: 12px;
    letter-spacing: 1px;
    font-weight: 500;
    background-color: #ffb810;
    padding: 2px 5px 2px 15px;
    position: absolute;
    bottom: 32%;
    left: 0; }

.new-launches-wrapper:nth-child(1) {
  -ms-grid-column: 1; }

.new-launches-wrapper:nth-child(2) {
  -ms-grid-column: 2; }

.new-launches-wrapper:nth-child(3) {
  -ms-grid-column: 3; }

.new-launches-wrapper:nth-child(4) {
  -ms-grid-column: 4; }

.new-launches-wrapper:nth-child(5) {
  -ms-grid-column: 5; }

.new-launches-border-grid {
  border: 1px solid #979797;
  height: 100%;
  text-align: center;
  position: relative;
  transition: 0.3s; }

.new-launches-view-all-container {
  text-align: center;
  color: #979797;
  position: relative;
  font-size: 14px;
  width: 100%;
  margin: 47% 0; }

.new-launches-border-grid:hover {
  border: 2px solid #265076;
  font-size: 14px; }
  .new-launches-border-grid:hover .new-launches-view-all-container {
    color: #265076;
    font-weight: 600; }

.new-launches-info-container {
  background: rgba(0, 0, 0, 0.5);
  background-blend-mode: multiply;
  height: 30%;
  width: 100%;
  position: absolute;
  bottom: 0;
  text-align: left;
  color: #FFFFFF; }
  .new-launches-info-container .info-content {
    margin-left: 10px;
    width: 93%;
    font-size: 12px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; }
    .new-launches-info-container .info-content div {
      font-size: 16px;
      font-weight: 500; }

.new-launches-hide {
  display: none; }

.new-launches-show {
  display: block; }

@media only screen and (max-width: 992px) {
  .new-launches-container {
    overflow-x: auto; }
  .nl-grid-5, .nl-grid-2, .nl-grid-3, .nl-grid-4, .nl-grid-5 {
    width: 90%; }
  .new-launches-wrapper, .new-launches-border-grid {
    width: 233px; } }

.snippet-main-text-container {
  width: 60%;
  margin-left: 20%;
  margin-bottom: 40px;
  font-size: 16px;
  line-height: 30px;
  font-family: "OpenSans"; }

.info-card-container {
  display: grid;
  display: -ms-grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  -ms-grid-rows: 1fr;
  grid-gap: 20px;
  height: auto;
  margin: 20px auto 50px auto; }

.grid-2 {
  grid-template-columns: repeat(2, 1fr);
  width: 38%;
  height: auto; }

.grid-3 {
  grid-template-columns: repeat(3, 1fr);
  width: 52%;
  height: auto; }

.grid-4 {
  grid-template-columns: repeat(4, 1fr);
  width: 64%;
  height: auto; }

.grid-5 {
  grid-template-columns: repeat(5, 1fr);
  width: 80%;
  height: auto; }

.snippet-main-title {
  text-align: center;
  font-size: 26px;
  line-height: 39px; }

.snippet-location-container {
  text-align: center;
  font-size: 14px;
  margin: 5px 0 50px 0; }

.paragraph-title {
  font-size: 20px; }

.image-title {
  font-size: 12px;
  line-height: 2px;
  margin-top: -50%; }

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

@media only screen and (min-width: 0px) and (max-width: 991px) {
  .info-card-container {
    height: auto;
    width: 90%;
    margin: 20px 0 30px 5%; }
  .snippet-main-text-container {
    width: 90%;
    margin-left: 5%; } }

@media only screen and (min-width: 992px) and (max-width: 1250px) {
  .info-card-container {
    height: 260px; } }

.container--rediscoverother {
  align-content: center;
  vertical-align: middle;
  padding-top: 50px;
  padding-bottom: 50px;
  width: 100%;
  height: auto;
  background-image: url("https://sg.tepcdn.com/public/usr/dluzx5/b82e78-Rectangle.png"); }

.left-container--rediscoverother {
  margin: 0 0 0 5%;
  display: inline-block;
  width: 20%;
  vertical-align: center; }

.right-container--rediscoverother {
  margin: 0 10% 0 5%;
  display: inline-block;
  width: 55%; }

.title--rediscoverother {
  display: inline-block;
  width: 75%;
  font-style: normal;
  font-weight: normal;
  font-size: 26px; }

.view-all-rediscoverother {
  font-size: 16px;
  font-weight: 600;
  color: #005C98; }

.item-title--rediscoverother {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  text-align: center; }

.item--rediscoverother {
  height: 100px;
  margin: 10px;
  border-radius: 10px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative; }

.slides .slide-prev:hover, .slides .slide-next:hover {
  background-color: red; }

.right-container--rediscoverother-mobile {
  margin: 0 0 0 5%;
  display: none;
  width: 20%;
  vertical-align: center; }

@media only screen and (max-width: 960px) {
  .left-container--rediscoverother {
    display: block;
    width: 90%;
    text-align: center; }
  .right-container--rediscoverother {
    display: none;
    text-align: center;
    width: 90%; }
  .view-all-rediscoverother {
    display: none; }
  .item--rediscoverother {
    height: 140px;
    display: inline-block;
    width: 200px; }
  .right-container--rediscoverother-mobile {
    display: block;
    width: 100%;
    box-sizing: border-box;
    white-space: nowrap;
    overflow-x: auto;
    text-align: center;
    margin: auto; }
  .container--rediscoverother {
    padding: 20px 0; } }

body {
  margin: 0;
  padding: 0;
  font-family: 'Poppins';
  margin: 0 auto;
  padding: 0;
  font-display: auto;
  position: initial !important; }

@font-face {
  font-family: "poppins";
  font-style: normal;
  font-weight: 400;
  font-display: auto;
  src: url("/rediscover/static-nextjs/fonts/poppins.eot");
  src: url("/rediscover/static-nextjs/fonts/poppins.eot?#iefix") format("embedded-opentype"), url("/rediscover/static-nextjs/fonts/poppins.woff2") format("woff2"), url("/rediscover/static-nextjs/fonts/poppins.woff") format("woff"), url("/rediscover/static-nextjs/fonts/poppins.ttf") format("truetype"), url("/rediscover/static-nextjs/fonts/poppins.svg") format("svg"); }

@font-face {
  font-family: "OpenSans";
  font-style: normal;
  font-weight: 400;
  font-display: auto;
  src: url("/rediscover/static-nextjs/fonts/OpenSans.eot");
  src: url("/rediscover/static-nextjs/fonts/OpenSans.eot?#iefix") format("embedded-opentype"), url("/rediscover/static-nextjs/fonts/OpenSans.woff2") format("woff2"), url("/rediscover/static-nextjs/fonts/OpenSans.woff") format("woff"), url("/rediscover/static-nextjs/fonts/OpenSans.ttf") format("truetype"), url("/rediscover/static-nextjs/fonts/OpenSans.svg") format("svg"); }

.navbar-container {
  text-align: center;
  margin: auto;
  border-bottom: 1px solid #E5E5E5;
  background-color: #FFFFFF;
  width: 100%;
  box-sizing: border-box;
  white-space: nowrap;
  display: block;
  position: sticky;
  z-index: 2;
  top: 50px; }

.banner-container {
  height: 250px;
  width: 100%; }

.main-page-ad {
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  margin-top: 30px;
  text-align: center;
  display: block; }

.separation-line {
  border: 0.5px solid #DDDDDD;
  width: 84%;
  margin: 0 0 30px 8%; }

.video-container {
  width: 100%;
  height: 32rem;
  text-align: center;
  margin: 2% 0 5% 0;
  padding: 20px 0px; }

.video-title {
  font-size: 26px;
  margin: 16px; }

.video-iframe {
  width: 768px;
  height: 480px; }

.price-trend-container {
  background: #F3F6F9;
  width: 100%;
  height: 100%;
  text-align: center;
  margin: 20px 0 30px;
  padding: 20px 0px;
  overflow: hidden; }

.price-trend-title {
  font-size: 26px;
  font-weight: normal;
  text-align: center; }

.price-trend-iframe {
  margin: 3%; }

.main-page-header-image {
  position: relative; }

.image-header-container {
  height: 300px;
  overflow: hidden;
  text-align: center;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding-top: 40px;
  z-index: 1; }

.image-header-icon {
  z-index: 2;
  margin-top: -0.1%;
  margin-left: 0.11%; }
  .image-header-icon img {
    width: 200px; }

.image-header-title {
  color: #FFFFFF;
  font-size: 18.5px;
  margin-top: 1.5%; }

.image-header-area-name {
  color: #FFFFFF;
  font-size: 40px;
  font-weight: 600;
  margin-top: -0.2%; }

.share-widget-top-container {
  position: absolute;
  bottom: 8px;
  right: 16px; }

#rediscover-nearbyamenities-section {
  height: 34rem; }

html {
  scroll-behavior: smooth; }

section {
  padding-top: 100px;
  margin-top: -100px; }

iframe {
  overflow: hidden !important; }

iframe #intercom-frame, #intercom-css-container, #intercom-container {
  display: none !important; }

@media only screen and (max-width: 992px) {
  .navbar-container {
    overflow-x: auto; }
  .navbar-container::-webkit-scrollbar {
    display: none; }
  .video-title {
    font-size: 26px; }
  .video-iframe {
    width: 90%; }
  .price-trend-iframe {
    width: 90%; }
  .image-header-icon img {
    width: 25%; }
  .image-header-title {
    margin-top: 20%; }
  .video-container {
    height: 37rem; } }

.slides .slick-next, .slides .slick-prev {
  background-repeat: no-repeat;
  background-size: contain;
  background-color: rgba(255, 255, 255, 0.85);
  border-radius: 50%;
  height: 50px;
  width: 50px;
  color: #4a4a4a;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2); }

.slides .slick-prev {
  z-index: 1;
  left: -0.5%; }

.slides .slick-next {
  right: -0.5%; }

.slides .slick-dots {
  display: none; }

.slides .slick-next:before, .slides .slick-prev:before {
  display: none; }

@media only screen and (max-width: 992px) {
  .slides .slides .slick-arrow {
    display: none; }
  .slides .slick-next:before, .slides .slick-prev:before {
    display: none; }
  .slides .slick-next, .slides .slick-prev {
    display: none; } }

.slider-slick {
  margin: 36px auto;
  width: 94%;
  max-width: 1404px; }

@media only screen and (max-width: 850px) {
  .share-widget-top-container {
    position: unset;
    margin-top: 16px; } }

@media only screen and (max-width: 550px) {
  .navbar-container {
    position: fixed; } }

.rediscover-sponsors-title {
  color: #222222;
  font-size: 32px;
  font-weight: 600;
  text-align: center;
  font-family: "OpenSans"; }

.rediscover-sponsors-content {
  width: calc(100% - 56px);
  height: 150px;
  margin: 24px 28px 0px; }

.rediscover-sponsors-item-wrapper {
  display: inline-block;
  vertical-align: middle;
  width: 100%; }

.rediscover-sponsors-item-image {
  max-height: 75.58px;
  max-width: 100%;
  height: auto;
  width: auto;
  margin: 0 auto; }

.rediscover-sponsors-content .slick-slide > div {
  padding: 0 12px; }

.rediscover-sponsors-content .slick-dots li button:before {
  opacity: 1;
  color: #DEDEDE; }

.rediscover-sponsors-content .slick-dots li.slick-active button:before {
  opacity: 1;
  color: #275075; }

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .rediscover-sponsors-content {
    height: fit-content;
    width: calc(100% - 16.6px);
    margin: 24px 8.3px 0px; }
  .rediscover-sponsors-content .slick-slide > div {
    padding: 0 8.3px; }
  .rediscover-sponsors-item-image {
    max-height: 46.05px; } }

.rediscover-newsletter-section {
  align-content: center;
  vertical-align: middle;
  padding-top: 50px;
  padding-bottom: 50px;
  width: 84%;
  margin: 0 0 30px 8%;
  height: auto;
  background-image: url("https://sg.tepcdn.com/public/usr/dluzx5/b82e78-Rectangle.png"); }

.newsletter-container {
  width: 85%;
  margin: auto;
  text-align: center;
  vertical-align: middle;
  position: relative; }

.newsletter-title {
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  color: #222222;
  width: 50%;
  display: inline-block;
  text-align: left;
  vertical-align: middle; }

.newsletter-subscribe-cb {
  width: 50%;
  display: inline-block; }
  .newsletter-subscribe-cb input {
    width: 65%;
    height: 36px;
    color: #999999;
    display: inline-block; }
  .newsletter-subscribe-cb ::placeholder {
    font-weight: bold;
    padding-left: 10px;
    font-size: 16px;
    color: #999999; }
  .newsletter-subscribe-cb .newsletter-subscribe-button {
    background: #FF5122;
    width: 25%;
    padding: 10px;
    color: #FFFFFF;
    font-weight: 500;
    font-size: 16px;
    display: inline-block;
    text-align: center;
    cursor: pointer; }
  .newsletter-subscribe-cb .newsletter-subscribe-button:hover {
    opacity: 0.8; }
  .newsletter-subscribe-cb .error-message {
    margin-top: 10px;
    position: absolute;
    width: 50%; }
  .newsletter-subscribe-cb .success-message {
    margin-top: 10px;
    color: #005C98;
    font-size: 12px;
    font-weight: 700;
    position: absolute;
    width: 50%; }

@media only screen and (max-width: 992px) {
  .rediscover-newsletter-section {
    width: 100%;
    margin: unset; }
  .newsletter-title {
    width: 100%; }
  .newsletter-subscribe-cb {
    width: 100%;
    text-align: left;
    padding-top: 17px; }
    .newsletter-subscribe-cb input {
      width: 100%; }
    .newsletter-subscribe-cb .newsletter-subscribe-button {
      width: 30%;
      margin-top: 15px; } }

.container--landing {
  margin: 3% 5% 3% 5%;
  width: 90%;
  float: left; }

.description-container--landing {
  margin: 2.5%; }

.description-image-container--landing {
  display: inline-block;
  margin: 2%;
  width: 45%; }

.description-text-container--landing {
  display: inline-block;
  margin: 2%;
  width: 45%;
  vertical-align: top; }

.description-image--landing {
  max-width: 100%;
  height: auto; }

.title--landing {
  font-size: 36px;
  margin-bottom: 16px; }

.clickhere--landing {
  margin-top: 50px;
  font-weight: 600;
  vertical-align: bottom;
  font-size: 18px; }

.description--landing {
  font-size: 18px;
  text-align: justify;
  font-family: "OpenSans"; }

.flex-direction-image-left--landing {
  display: flex;
  flex-direction: row; }

.flex-direction-image-right--landing {
  display: flex;
  flex-direction: row-reverse; }

.imagecollection-container--landing {
  margin: 3% 5% 5% 5%;
  width: 90%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  text-align: left;
  flex-direction: row; }

.image-text-container--landing {
  width: 24%;
  height: auto;
  margin-right: 1%;
  margin-bottom: 1%;
  position: relative;
  cursor: pointer; }

.image-item--landing {
  width: 100%;
  position: relative; }

/*.image-item-icon--landing img{
  position: absolute;
  left: 0;
  bottom: 20%;
  width: 100%;
  background: rgba(black, 0.5);
  top: 0;
  // padding: 13px 0;
  opacity: 1;
  transition: .5s ease;
  &:hover {
    background-color: $color;
  }
}*/
.image-item-tengah img {
  position: absolute;
  left: 0;
  bottom: 20%;
  width: 100%;
  background: rgba(0, 0, 0, 0.1);
  top: 0;
  opacity: 1;
  transition: .5s ease; }
  .image-item-tengah img:hover {
    background-color: #6dc6aa; }

.image-item-bukit-batok img {
  position: absolute;
  left: 0;
  bottom: 20%;
  width: 100%;
  background: rgba(0, 0, 0, 0.1);
  top: 0;
  opacity: 1;
  transition: .5s ease; }
  .image-item-bukit-batok img:hover {
    background-color: #fbd86a; }

.image-item-orchard img {
  position: absolute;
  left: 0;
  bottom: 20%;
  width: 100%;
  background: rgba(0, 0, 0, 0.1);
  top: 0;
  opacity: 1;
  transition: .5s ease; }
  .image-item-orchard img:hover {
    background-color: #fdd041; }

.image-item-tanglin img {
  position: absolute;
  left: 0;
  bottom: 20%;
  width: 100%;
  background: rgba(0, 0, 0, 0.1);
  top: 0;
  opacity: 1;
  transition: .5s ease; }
  .image-item-tanglin img:hover {
    background-color: #887c78; }

.image-item-holland-village img {
  position: absolute;
  left: 0;
  bottom: 20%;
  width: 100%;
  background: rgba(0, 0, 0, 0.1);
  top: 0;
  opacity: 1;
  transition: .5s ease; }
  .image-item-holland-village img:hover {
    background-color: #a57c3e; }

.image-item-bukit-timah img {
  position: absolute;
  left: 0;
  bottom: 20%;
  width: 100%;
  background: rgba(0, 0, 0, 0.1);
  top: 0;
  opacity: 1;
  transition: .5s ease; }
  .image-item-bukit-timah img:hover {
    background-color: #57704E; }

.image-item-marine-parade img {
  position: absolute;
  left: 0;
  bottom: 20%;
  width: 100%;
  background: rgba(0, 0, 0, 0.1);
  top: 0;
  opacity: 1;
  transition: .5s ease; }
  .image-item-marine-parade img:hover {
    background-color: #e2aeb1; }

.image-item-katong img {
  position: absolute;
  left: 0;
  bottom: 20%;
  width: 100%;
  background: rgba(0, 0, 0, 0.1);
  top: 0;
  opacity: 1;
  transition: .5s ease; }
  .image-item-katong img:hover {
    background-color: #f0542b; }

.image-item-bugis img {
  position: absolute;
  left: 0;
  bottom: 20%;
  width: 100%;
  background: rgba(0, 0, 0, 0.1);
  top: 0;
  opacity: 1;
  transition: .5s ease; }
  .image-item-bugis img:hover {
    background-color: #e37a6b; }

.image-item-bishan img {
  position: absolute;
  left: 0;
  bottom: 20%;
  width: 100%;
  background: rgba(0, 0, 0, 0.1);
  top: 0;
  opacity: 1;
  transition: .5s ease; }
  .image-item-bishan img:hover {
    background-color: #9f403c; }

.image-item-toa-payoh img {
  position: absolute;
  left: 0;
  bottom: 20%;
  width: 100%;
  background: rgba(0, 0, 0, 0.1);
  top: 0;
  opacity: 1;
  transition: .5s ease; }
  .image-item-toa-payoh img:hover {
    background-color: #cba899; }

.image-item-tanjong-pagar img {
  position: absolute;
  left: 0;
  bottom: 20%;
  width: 100%;
  background: rgba(0, 0, 0, 0.1);
  top: 0;
  opacity: 1;
  transition: .5s ease; }
  .image-item-tanjong-pagar img:hover {
    background-color: #393a57; }

.image-item-woodlands img {
  position: absolute;
  left: 0;
  bottom: 20%;
  width: 100%;
  background: rgba(0, 0, 0, 0.1);
  top: 0;
  opacity: 1;
  transition: .5s ease; }
  .image-item-woodlands img:hover {
    background-color: #c9ddba; }

.image-item-serangoon img {
  position: absolute;
  left: 0;
  bottom: 20%;
  width: 100%;
  background: rgba(0, 0, 0, 0.1);
  top: 0;
  opacity: 1;
  transition: .5s ease; }
  .image-item-serangoon img:hover {
    background-color: #3da548; }

.image-item-balestier img {
  position: absolute;
  left: 0;
  bottom: 20%;
  width: 100%;
  background: rgba(0, 0, 0, 0.1);
  top: 0;
  opacity: 1;
  transition: .5s ease; }
  .image-item-balestier img:hover {
    background-color: #f99f2d; }

.image-item-bukit-merah img {
  position: absolute;
  left: 0;
  bottom: 20%;
  width: 100%;
  background: rgba(0, 0, 0, 0.1);
  top: 0;
  opacity: 1;
  transition: .5s ease; }
  .image-item-bukit-merah img:hover {
    background-color: #c3daec; }

.image-item-jurong-east img {
  position: absolute;
  left: 0;
  bottom: 20%;
  width: 100%;
  background: rgba(0, 0, 0, 0.1);
  top: 0;
  opacity: 1;
  transition: .5s ease; }
  .image-item-jurong-east img:hover {
    background-color: #f4d5ba; }

.image-item-potong-pasir img {
  position: absolute;
  left: 0;
  bottom: 20%;
  width: 100%;
  background: rgba(0, 0, 0, 0.1);
  top: 0;
  opacity: 1;
  transition: .5s ease; }
  .image-item-potong-pasir img:hover {
    background-color: #bde6f6; }

.image-item-bukit-panjang img {
  position: absolute;
  left: 0;
  bottom: 20%;
  width: 100%;
  background: rgba(0, 0, 0, 0.1);
  top: 0;
  opacity: 1;
  transition: .5s ease; }
  .image-item-bukit-panjang img:hover {
    background-color: #b07fb8; }

.image-item-macpherson img {
  position: absolute;
  left: 0;
  bottom: 20%;
  width: 100%;
  background: rgba(0, 0, 0, 0.1);
  top: 0;
  opacity: 1;
  transition: .5s ease; }
  .image-item-macpherson img:hover {
    background-color: #79ceda; }

.image-item-choa-chu-kang img {
  position: absolute;
  left: 0;
  bottom: 20%;
  width: 100%;
  background: rgba(0, 0, 0, 0.1);
  top: 0;
  opacity: 1;
  transition: .5s ease; }
  .image-item-choa-chu-kang img:hover {
    background-color: #364b80; }

.image-item-yio-chu-kang img {
  position: absolute;
  left: 0;
  bottom: 20%;
  width: 100%;
  background: rgba(0, 0, 0, 0.1);
  top: 0;
  opacity: 1;
  transition: .5s ease; }
  .image-item-yio-chu-kang img:hover {
    background-color: #455eab; }

.image-item-dairy-farm img {
  position: absolute;
  left: 0;
  bottom: 20%;
  width: 100%;
  background: rgba(0, 0, 0, 0.1);
  top: 0;
  opacity: 1;
  transition: .5s ease; }
  .image-item-dairy-farm img:hover {
    background-color: #d12540; }

.image-item-pasir-ris img {
  position: absolute;
  left: 0;
  bottom: 20%;
  width: 100%;
  background: rgba(0, 0, 0, 0.1);
  top: 0;
  opacity: 1;
  transition: .5s ease; }
  .image-item-pasir-ris img:hover {
    background-color: #b3673c; }

.image-item-meyer img {
  position: absolute;
  left: 0;
  bottom: 20%;
  width: 100%;
  background: rgba(0, 0, 0, 0.1);
  top: 0;
  opacity: 1;
  transition: .5s ease; }
  .image-item-meyer img:hover {
    background-color: #87AB61; }

.image-item-paya-lebar img {
  position: absolute;
  left: 0;
  bottom: 20%;
  width: 100%;
  background: rgba(0, 0, 0, 0.1);
  top: 0;
  opacity: 1;
  transition: .5s ease; }
  .image-item-paya-lebar img:hover {
    background-color: #4E767A; }

.image-item-canberra img {
  position: absolute;
  left: 0;
  bottom: 20%;
  width: 100%;
  background: rgba(0, 0, 0, 0.1);
  top: 0;
  opacity: 1;
  transition: .5s ease; }
  .image-item-canberra img:hover {
    background-color: #B7ADAB; }

.text-item--landing {
  position: absolute;
  left: 5%;
  bottom: 20%;
  color: white;
  font-size: 20px;
  font-weight: 500; }

.image-overlay--landing {
  position: absolute;
  top: 4%;
  width: 38%;
  background: #F8F8F8;
  border-radius: 0 2px 2px 0; }

@media screen and (max-width: 992px) {
  .description-container--landing {
    margin: 1%; }
  .description-image-container--landing {
    display: block;
    margin: 2%;
    width: 100%; }
  .description-text-container--landing {
    display: block;
    margin: 2%;
    width: 100%; }
  .flex-direction-image-left--landing {
    display: block; }
  .flex-direction-image-right--landing {
    display: block; }
  .title--landing, .clickhere--landing, .description--landing {
    text-align: center; }
  .image-text-container--landing {
    width: 43%;
    margin: 5px;
    height: auto; }
  .imagecollection-container--landing {
    width: 100%; }
  .image-item--landing {
    width: 100%;
    height: 80%; }
  .text-item--landing {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: white;
    font-size: 22px; }
  .image-item-hover--landing img {
    opacity: 1; }
  .description--landing {
    font-size: 14px; } }

@media screen and (max-width: 480px) {
  .text-item--landing {
    font-size: 20px; } }

body {
  margin: 0;
  padding: 0;
  font-family: 'Poppins';
  margin: 0 auto;
  padding: 0;
  font-display: auto;
  position: initial !important; }

@font-face {
  font-family: "OpenSans";
  font-style: normal;
  font-weight: 400;
  font-display: auto;
  src: url("/rediscover/static-nextjs/fonts/OpenSans.eot");
  src: url("/rediscover/static-nextjs/fonts/OpenSans.eot?#iefix") format("embedded-opentype"), url("/rediscover/static-nextjs/fonts/OpenSans.woff2") format("woff2"), url("/rediscover/static-nextjs/fonts/OpenSans.woff") format("woff"), url("/rediscover/static-nextjs/fonts/OpenSans.ttf") format("truetype"), url("/rediscover/static-nextjs/fonts/OpenSans.svg") format("svg"); }

.navbar-container {
  text-align: center;
  margin: auto;
  border-bottom: 1px solid #E5E5E5;
  background-color: #FFFFFF;
  width: 100%;
  box-sizing: border-box;
  white-space: nowrap;
  display: block;
  position: sticky;
  z-index: 1;
  top: 50px; }

.banner-container {
  height: 250px;
  width: 100%; }

.main-page-ad {
  margin: 0 auto 10px auto;
  text-align: center;
  display: block;
  background-color: #FFFFFF;
  padding-top: 25px; }

.separation-line {
  border: 0.5px solid #DDDDDD;
  width: 84%;
  margin: 0 0 30px 8%; }

html {
  scroll-behavior: smooth; }

section {
  bottom: 0;
  top: 0;
  padding-top: 100px;
  margin-top: -100px; }

#rediscover-central-section {
  height: 64rem; }

#rediscover-north-section {
  height: 46rem; }

#rediscover-east-section {
  height: 57rem; }

#rediscover-north-east-section {
  height: 45rem; }

#rediscover-west-section {
  height: 62rem; }

.main-page-header-image {
  position: relative;
  padding-top: 50px; }

.image-header-container--landing {
  height: 213px;
  overflow: hidden;
  background-image: url("https://sg.tepcdn.com/public/usr/8op003/7fea66-LandingPage-Web.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding-top: 40px; }

.image-header-text--landing {
  position: absolute;
  color: white;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center; }

.image-header-text-rediscover--landing {
  font-size: 20px;
  font-weight: 600; }

.image-header-text-area--landing {
  font-size: 60px;
  font-weight: 600;
  line-height: 60px;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5); }

.share-widget-top-container-landing {
  position: absolute;
  bottom: 8px;
  right: 16px; }

.rediscover--landing-page-container {
  width: 90%;
  padding: 0 5%;
  background-image: url("https://sg.tepcdn.com/public/usr/8op003/1d26cb-Site-Background-small-1-.jpg");
  background-repeat: repeat;
  background-size: 40%;
  height: auto;
  background-color: #FFFFFF; }

.rediscover-main-content {
  background-color: #FFFFFF;
  padding-top: 30px; }

@media only screen and (max-width: 992px) {
  .navbar-container {
    overflow-x: auto; }
  .navbar-container::-webkit-scrollbar {
    display: none; }
  .rediscover--landing-page-container {
    width: 100%;
    padding: unset; }
  .image-header-text-area--landing {
    font-size: 36px;
    line-height: 43px; }
  .image-header-text-rediscover--landing {
    font-size: 16px;
    font-weight: 500; }
  .image-header-text--landing {
    width: 93%; } }

@media only screen and (min-width: 0px) and (max-width: 425px) {
  #rediscover-central-section {
    height: 73rem; }
  #rediscover-north-section {
    height: 47rem; }
  #rediscover-east-section {
    height: 63rem; }
  #rediscover-north-east-section {
    height: 47rem; }
  #rediscover-west-section {
    height: 67rem; } }

@media only screen and (min-width: 426px) and (max-width: 535px) {
  #rediscover-central-section {
    height: 80rem; }
  #rediscover-north-section {
    height: 49rem; }
  #rediscover-east-section {
    height: 66rem; }
  #rediscover-north-east-section {
    height: 48rem; }
  #rediscover-west-section {
    height: 72rem; } }

@media only screen and (min-width: 536px) and (max-width: 600px) {
  #rediscover-central-section {
    height: 88rem; }
  #rediscover-north-section {
    height: 53rem; }
  #rediscover-east-section {
    height: 70rem; }
  #rediscover-north-east-section {
    height: 53rem; }
  #rediscover-west-section {
    height: 76rem; } }

@media only screen and (max-width: 850px) {
  .share-widget-top-container {
    position: unset;
    margin-top: 16px; } }

@media only screen and (max-width: 550px) {
  .navbar-container {
    position: fixed; }
  .image-header-container--landing {
    background-image: url("https://sg.tepcdn.com/public/usr/8op003/0a9a19-LandingPage-Mobile.jpg");
    margin-top: 48px;
    padding: unset;
    height: 304px; } }

@media only screen and (min-width: 1550px) and (max-width: 2000px) {
  #rediscover-central-section {
    height: 75rem; }
  #rediscover-north-section {
    height: 50rem; }
  #rediscover-east-section {
    height: 63rem; }
  #rediscover-north-east-section {
    height: 49rem; }
  #rediscover-west-section {
    height: 65rem; } }

@media only screen and (min-width: 601px) and (max-width: 690px) {
  #rediscover-central-section {
    height: 100rem; }
  #rediscover-north-section {
    height: 57rem; }
  #rediscover-east-section {
    height: 78rem; }
  #rediscover-north-east-section {
    height: 55rem; }
  #rediscover-west-section {
    height: 82rem; } }

@media only screen and (min-width: 691px) and (max-width: 790px) {
  #rediscover-central-section {
    height: 103rem; }
  #rediscover-north-section {
    height: 60rem; }
  #rediscover-east-section {
    height: 83rem; }
  #rediscover-north-east-section {
    height: 60rem; }
  #rediscover-west-section {
    height: 88rem; } }

@media only screen and (min-width: 791px) and (max-width: 910px) {
  #rediscover-central-section {
    height: 117rem; }
  #rediscover-north-section {
    height: 70rem; }
  #rediscover-east-section {
    height: 95rem; }
  #rediscover-north-east-section {
    height: 68rem; }
  #rediscover-west-section {
    height: 100rem; } }

@media only screen and (min-width: 911px) and (max-width: 992px) {
  #rediscover-central-section {
    height: 120rem; }
  #rediscover-north-section {
    height: 64rem; }
  #rediscover-east-section {
    height: 94rem; }
  #rediscover-north-east-section {
    height: 64rem; }
  #rediscover-west-section {
    height: 94rem; } }

