/* ===== BASE ====== */
/* CONTAINER'S MAX WIDTH */
/* FONTS */
/* FONT-SIZE */
:root {
  --fontSize-regular: 1.125rem;
  --fontSize-xxlarge: 4.875rem;
  --fontSize-xxlarge-02: 4.25rem;
  --fontSize-xlarge: 3.625rem;
  --fontSize-xlarge-02: 2.375rem;
  --fontSize-large: 1.75rem;
  --fontSize-medium: 1.375rem;
  --fontSize-small: 0.875rem;
  --fontSize-xsmall: 0.5rem;
}
@media (max-width: 640px) {
  :root {
    --fontSize-regular: 0.875rem;
    --fontSize-xlarge: 2.375rem;
    --fontSize-large: 2rem;
    --fontSize-medium: 1.125rem;
    --fontSize-small: 0.875rem;
    --fontSize-xsmall: 0.5rem;
  }
}

/* LINE HEIGHT */
/* COLORS */
/* BRANDS COLOR */
/* STATUS COLOR */
/* FOR SPACING (MARGIN AND PADDING) */
/* IMAGE SPRITE */
/* ICONS */
/* ===== REAL ESTATE INNOVATION PAGE (rein) ===== */
@media (max-width: 991px) {
  .search-property-mob {
    margin: 50px 0 0;
  }
}
@media (max-width: 991px) {
  .search-property-mob.fixed-search {
    top: 0;
    margin: 0;
  }
}

.box-item.box-item--gradient .box-assets img {
  position: relative;
}
@media (min-width: 991px) {
  .box-item.box-item--gradient .box-assets img {
    right: 0;
    -webkit-transform: scale(1) translateX(10%);
    transform: scale(1) translateX(10%);
  }
}

@media (max-width: 991px) {
  .box-item.box-item--gradient .box-assets img {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

/* PAGE NAVIGATION */
.rein-page-nav {
  padding-top: 50px;
}
.rein-page-nav .sec-header {
  padding-bottom: 0;
}

.rein-sec {
  padding-top: 60px;
}
@media (max-width: 767px) {
  .rein-sec {
    padding-top: 45px;
  }
}

@media (max-width: 991px) {
  .rein-page-nav + .rein-sec {
    padding-top: 20px;
  }
}

.rein-sec .content--body *:last-child {
  margin-bottom: 0;
}
.rein-sec .content--body h2:first-child,
.rein-sec .content--body h3:first-child,
.rein-sec .content--body h4:first-child,
.rein-sec .content--body h5:first-child,
.rein-sec .content--body h6:first-child {
  margin-top: 0;
}

/* CONTACT */
.pl-contact {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (max-width: 767px) {
  .pl-contact {
    padding-top: 45px;
    padding-bottom: 45px;
  }
}