@charset "UTF-8";
.flex {
  display: flex; }

.section-padding {
  padding-top: 30px;
  padding-bottom: 30px; }

.inner-content-padding {
  padding-top: 25px;
  padding-bottom: 10px; }

.app-container {
  min-height: 100%;
  margin-bottom: -150px; }
  @media screen and (min-width: 736px) {
    .app-container {
      margin-bottom: -80px; } }

.header-white {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  color: #fff;
  text-shadow: 0 2px 3px rgba(0, 0, 0, 0.16); }

.text-white {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  color: #fff; }

.text-centered {
  text-align: center; }

.card-aspect {
  padding: 15px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); }

.border-top {
  padding-top: 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.12); }

.hidden-absolute {
  position: absolute;
  top: -9999px;
  left: -9999px; }

.hide-on-large {
  display: block; }
  @media screen and (min-width: 1200px) {
    .hide-on-large {
      display: none; } }

.hide-on-small {
  display: block; }
  @media screen and (min-width: 736px) {
    .hide-on-small {
      display: none; } }

.hide-on-mobile {
  display: none; }
  @media screen and (min-width: 736px) {
    .hide-on-mobile {
      display: block; } }

.show-on-desktop {
  display: none; }
  @media screen and (min-width: 1200px) {
    .show-on-desktop {
      display: block; } }

html {
  height: 100%;
  overflow: auto;
  outline: none; }

*,
*::before,
*::after {
  box-sizing: border-box;
  padding: 0;
  margin: 0; }

body {
  height: 100%;
  background-color: #f6f5f1; }

ul {
  padding: 0;
  margin: 0; }

li {
  list-style: none; }

a {
  text-decoration: none; }

fieldset {
  border: none; }

input,
select {
  width: 100%; }

img {
  width: 100%; }

svg {
  height: auto;
  position: relative;
  transform: none; }

html {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 10px; }

input,
textarea {
  font-family: "Source Sans Pro", sans-serif; }

body {
  font-size: 1.6rem; }

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  color: rgba(0, 0, 0, 0.8);
  font-family: "Source Sans Pro", sans-serif;
  line-height: 1.3; }

h1 {
  font-size: 3.2rem; }
  @media screen and (min-width: 736px) {
    h1 {
      font-size: 3.9rem; } }

h2 {
  font-size: 2.7rem; }
  @media screen and (min-width: 736px) {
    h2 {
      font-size: 3.2rem; } }

h3 {
  font-size: 2.7rem; }

h4 {
  font-size: 2.2rem; }

h5 {
  font-size: 1.9rem; }

h6 {
  font-size: 1.6rem; }

p {
  color: rgba(0, 0, 0, 0.8);
  font-size: 1.6rem;
  line-height: 1.5; }

a {
  color: #d30011;
  text-decoration: none; }

.rich-text strong {
  font-size: 1.9rem; }

.rich-text p {
  margin-bottom: 15px;
  line-height: 1.7; }

.rich-text ul,
.rich-text ol {
  margin-top: 25px;
  margin-bottom: 25px; }

.rich-text li {
  margin-bottom: 12px;
  color: rgba(0, 0, 0, 0.8); }
  .rich-text li:before {
    content: "•";
    display: inline-block;
    margin-right: 12px; }

.rich-text a:before {
  content: url("img/external-link.svg");
  display: inline-block;
  margin-right: 6px;
  transform: translateY(4px); }

.site-header {
  color: rgba(0, 0, 0, 0.6);
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.8px;
  text-transform: uppercase; }

.site-header--fill {
  width: 100%; }

.site-subheader {
  margin-bottom: 10px;
  font-size: 1.4rem;
  color: #d30011;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.6px; }

.site-subheader--border {
  margin-top: 15px;
  padding-bottom: 5px;
  margin-bottom: 10px;
  border-bottom: 1px solid #d30011;
  font-size: 1.5rem;
  color: #d30011;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.6px; }

.site-subheader-form {
  margin-bottom: 20px; }

.site-text {
  color: rgba(0, 0, 0, 0.8);
  font-size: 1.6rem; }

.container {
  width: 90%;
  margin: auto; }
  @media screen and (min-width: 736px) {
    .container {
      width: 85%; } }
  @media screen and (min-width: 1200px) {
    .container {
      width: 75%; } }
  @media screen and (min-width: 2500px) {
    .container {
      width: 60%; } }

.content-container {
  width: 90%;
  margin: auto; }
  @media screen and (min-width: 2500px) {
    .content-container {
      width: 60%; } }

.button {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  display: block;
  padding: 14px 0;
  margin-top: 20px;
  border: none;
  border-radius: 5px;
  background-color: #d30011;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.16);
  color: #fff;
  font-size: 1.7rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.4px;
  z-index: 2;
  cursor: pointer; }

.header {
  width: 100%;
  height: 80px;
  background-color: #d30011;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  z-index: 3; }

.header > .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: inherit; }

.header-logo {
  width: 210px;
  margin-top: 3px; }
  .header-logo img {
    width: inherit; }

.nav {
  display: none; }
  @media screen and (min-width: 736px) {
    .nav {
      display: block;
      margin-right: -25px; } }
  .nav li {
    display: block; }
    @media screen and (min-width: 736px) {
      .nav li {
        display: inline-block; } }

.nav-mobile {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: 220px;
  background-color: #fff;
  z-index: 5;
  transform: translateX(220px);
  opacity: 0;
  transition: transform 120ms ease-in-out;
  -webkit-overflow-scrolling: touch; }

.nav-mobile--is-visible {
  opacity: 1;
  transform: translateX(0); }

.nav__link {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  display: block;
  padding: 15px;
  color: rgba(0, 0, 0, 0.8);
  font-size: 1.8rem; }
  @media screen and (min-width: 736px) {
    .nav__link {
      display: inline-block;
      padding: 27px 25px;
      color: rgba(255, 255, 255, 0.8); } }
  .nav__link:hover {
    color: rgba(0, 0, 0, 0.8); }
    @media screen and (min-width: 736px) {
      .nav__link:hover {
        color: rgba(255, 255, 255, 0.8); } }

.nav__link--is-active {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  color: #fff;
  font-weight: 600;
  background: #d30011; }
  .nav__link--is-active:hover {
    color: #fff; }
  @media screen and (min-width: 736px) {
    .nav__link--is-active {
      border-bottom: 3px solid #fff;
      color: #fff; } }

.header__icon {
  margin-right: -5px;
  padding: 5px;
  cursor: pointer; }
  @media screen and (min-width: 736px) {
    .header__icon {
      display: none; } }
  .header__icon svg {
    display: block;
    fill: #fff; }

.logo {
  width: 130px;
  margin: auto;
  transform: translateX(24px); }
  @media screen and (min-width: 980px) {
    .logo {
      margin: initial;
      transform: none; } }
  .logo img {
    width: 100%; }

.banner {
  width: 100%;
  max-width: 960px;
  max-height: 90px;
  margin: auto;
  margin-bottom: 25px; }
  @media screen and (min-width: 736px) {
    .banner {
      max-height: 200px;
      margin-bottom: 30px; } }

.banner__img {
  display: block;
  width: 100%;
  max-width: 960px;
  max-height: 90px;
  margin: auto;
  object-fit: cover;
  object-position: center; }
  @media screen and (min-width: 736px) {
    .banner__img {
      max-height: 200px; } }

.properties-actions {
  position: relative;
  display: flex;
  align-content: center;
  justify-content: space-between;
  margin-top: 20px;
  margin-bottom: 5px;
  margin-right: -2%;
  margin-left: -2%; }
  @media screen and (min-width: 736px) {
    .properties-actions {
      margin-top: initial;
      margin-right: initial;
      margin-left: initial;
      margin-bottom: 25px; } }
  .properties-actions > * {
    flex: 0 0 48%; }

.properties-action {
  display: flex;
  align-items: center;
  height: 54px;
  padding: 0 15px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  background-color: #fff;
  color: rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  outline: none;
  cursor: pointer; }
  .properties-action:focus {
    border: 1px solid #d30011; }
  @media screen and (min-width: 1200px) {
    .properties-action {
      height: 44px; } }

.properties-action__label {
  font-size: 1.5rem;
  line-height: 1.2;
  color: rgba(0, 0, 0, 0.5); }

.properties-action__icon {
  width: 40px;
  border: none;
  background-color: transparent; }
  .properties-action__icon svg {
    display: block;
    width: 20px;
    height: 20px;
    fill: #d30011; }
    @media screen and (min-width: 1200px) {
      .properties-action__icon svg {
        width: 22px;
        height: 22px; } }

.properties-action-wrapper {
  position: relative;
  margin-bottom: 20px; }
  @media screen and (min-width: 1200px) {
    .properties-action-wrapper {
      max-width: 280px;
      margin-bottom: 0; } }

.sort {
  padding: 0 20px;
  padding-right: 25px;
  white-space: normal;
  font-size: 14px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.sort__icon {
  position: absolute;
  top: 17px;
  right: 0;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px; }
  @media screen and (min-width: 1200px) {
    .sort__icon {
      top: 11px;
      border-top-right-radius: 0;
      border-bottom-right-radius: 0;
      border-top-left-radius: 5px;
      border-bottom-left-radius: 5px; } }

.empty {
  max-width: 600px;
  margin: auto;
  margin-top: 20px;
  text-align: center; }
  @media screen and (min-width: 736px) {
    .empty {
      margin-top: 30px; } }

.empty__icon {
  width: 26px;
  height: 26px;
  fill: #e20f20; }
  @media screen and (min-width: 736px) {
    .empty__icon {
      width: 30px;
      height: 30px; } }

.empty__message {
  width: 90%;
  margin: auto;
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 1.8rem; }
  @media screen and (min-width: 736px) {
    .empty__message {
      width: 60%;
      font-size: 1.9rem; } }

.empty__button {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  display: inline-block;
  padding: 10px 16px;
  color: #fff;
  font-weight: 700;
  border-radius: 5px;
  background-color: #d30011; }
  @media screen and (min-width: 736px) {
    .empty__button {
      padding: 12px 20px; } }

.properties {
  overflow: auto; }

@supports (display: grid) {
  .properties {
    display: grid;
    grid-gap: 25px;
    grid-template-columns: 1fr; }
    @media screen and (min-width: 736px) {
      .properties {
        grid-template-columns: 1fr 1fr; } }
    @media screen and (min-width: 1200px) {
      .properties {
        grid-template-columns: 1fr 1fr 1fr; } } }

.property {
  position: relative;
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.16);
  cursor: pointer; }

@supports not (display: grid) {
  .property {
    float: left;
    width: 100%;
    margin-bottom: 20px; }
    @media screen and (min-width: 736px) {
      .property {
        width: 48%;
        margin-right: 2%; } }
    @media screen and (min-width: 980px) {
      .property {
        width: 31%;
        margin-right: 2%; } } }

.property-content {
  display: flex;
  flex-direction: column;
  padding: 10px 15px; }
  @media screen and (min-width: 736px) {
    .property-content {
      min-height: 200px; } }

.property-featured {
  display: none;
  justify-content: center;
  align-items: center;
  margin-top: 8px; }

.property-featured__icon {
  width: 18px;
  height: 18px;
  fill: #e20f20; }

.property-featured__label {
  margin-top: 2px;
  margin-left: 6px;
  font-size: 1.3rem;
  color: #d30011;
  letter-spacing: 0.4px;
  text-transform: uppercase; }

.property-cta {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }

.property__image {
  height: 180px;
  object-fit: cover; }

.property-card__title {
  color: rgba(0, 0, 0, 0.6);
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.6px;
  text-transform: uppercase; }

.property-card__price {
  margin-top: 2px;
  color: rgba(0, 0, 0, 0.8);
  font-size: 2.6rem; }

.property-card__address {
  margin-top: 5px;
  color: rgba(0, 0, 0, 0.5);
  font-size: 1.5rem;
  line-height: 1.4; }

.property-details-flex {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between; }

.property-details-content {
  flex: 0 0 100%;
  padding: 25px;
  order: 2; }
  @media screen and (min-width: 736px) {
    .property-details-content {
      flex: 0 0 42%;
      order: 1; } }

.property-details-media {
  flex: 0 0 100%;
  overflow: hidden;
  order: 1; }
  @media screen and (min-width: 736px) {
    .property-details-media {
      flex: 0 0 55%;
      margin-top: initial;
      overflow: initial;
      order: 2; } }

.property-details__image {
  margin-top: 20px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  cursor: pointer; }
  @media screen and (min-width: 736px) {
    .property-details__image {
      margin-top: 0; } }

.gallery {
  margin-top: 8px;
  margin-bottom: 10px;
  overflow: auto; }

@supports (display: grid) {
  .gallery {
    display: grid;
    grid-gap: 10px;
    grid-template-columns: 1fr 1fr; }
    @media screen and (min-width: 736px) {
      .gallery {
        grid-template-columns: 1fr 1fr 1fr; } } }

@supports not (display: grid) {
  .gallery__picture {
    float: left;
    width: 48%;
    margin-right: 2%;
    margin-bottom: 5px; }
    @media screen and (min-width: 736px) {
      .gallery__picture {
        width: 31%;
        margin-right: 2%; } } }

.gallery__image {
  width: 100%;
  height: 100px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  object-fit: cover;
  cursor: pointer; }
  @media screen and (min-width: 736px) {
    .gallery__image {
      height: 130px; } }

.property-info {
  margin-top: 15px; }

.property-info__price {
  margin-top: 10px;
  color: rgba(0, 0, 0, 0.8);
  font-size: 2.6rem; }

.property-info__item {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
  margin-top: 3px;
  margin-bottom: 6px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12); }

.property-info__label {
  margin-bottom: 5px;
  color: rgba(0, 0, 0, 0.5);
  font-size: 1.5rem; }

.property-info__text {
  color: rgba(0, 0, 0, 0.65);
  font-size: 1.6rem; }

.property-video {
  width: 100%;
  height: 200px; }
  @media screen and (min-width: 736px) {
    .property-video {
      height: 400px; } }

.property-map {
  display: none;
  position: relative;
  width: 100%;
  height: 300px;
  margin-top: 15px;
  text-align: center;
  background-color: #fff; }
  @media screen and (min-width: 736px) {
    .property-map {
      display: block; } }
  .property-map iframe {
    width: 100% !important;
    height: inherit !important;
    border: 1px solid rgba(0, 0, 0, 0.15) !important; }

.dropdown-bar {
  width: 100%;
  height: 60px;
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  -webkit-overflow-scrolling: touch; }
  .dropdown-bar::-webkit-scrollbar {
    display: none; }

.dropdown-bar > .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: inherit; }

.filter {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
  background-color: #fff;
  width: 100%;
  height: auto;
  padding: 10px 20px;
  margin: auto;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.16);
  z-index: 2;
  transition: all 200ms cubic-bezier(0.65, 0.05, 0.36, 1);
  transform-origin: top left;
  opacity: 0;
  visibility: hidden;
  transform: scale(0); }
  @media screen and (min-width: 736px) {
    .filter {
      width: 400px;
      margin-top: -1px;
      margin-left: -1px;
      box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.16); } }

.filter--is-visible {
  opacity: 1;
  visibility: visible;
  transform: scale(1); }

.filter-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 10px;
  margin-bottom: 10px; }

.filter__label {
  font-size: 1.6rem;
  color: #d30011; }

.filter__icon {
  padding: 5px;
  cursor: pointer; }
  .filter__icon svg {
    width: 22px;
    height: 22px;
    fill: #d30011; }

.filter-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); }

.filter-wrapper__label {
  color: rgba(0, 0, 0, 0.8);
  font-size: 1.6rem; }

.filter-button {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  display: inline-block;
  height: 30px;
  padding: 0 10px;
  padding-top: 4px;
  border-radius: 5px;
  background-color: #d30011;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 600;
  cursor: pointer; }

.filter-button--is-hidden {
  display: none; }

.filter-reset {
  font-size: 1.4rem;
  cursor: pointer; }

.dropdown {
  padding: 17px 0;
  cursor: pointer; }
  @media screen and (min-width: 736px) {
    .dropdown {
      position: relative;
      margin-right: 40px; } }

.dropdown-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: 0 0 100%; }
  @media screen and (min-width: 736px) {
    .dropdown-wrapper {
      flex: 0 0 60%; } }
  @media screen and (min-width: 1200px) {
    .dropdown-wrapper {
      flex: 0 0 70%;
      justify-content: flex-start; } }

.dropdown__label {
  display: flex;
  user-select: none; }
  .dropdown__label:after {
    content: url("img/dropdown.svg");
    margin-left: 5px;
    opacity: 0.6;
    transform: translateY(4px); }

.dropdown__list {
  position: absolute;
  top: 141px;
  right: 0;
  left: 0;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-top: none;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  background-color: #fff;
  width: 94%;
  height: 260px;
  padding: 10px 15px;
  padding-top: 0;
  margin: auto;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.16);
  opacity: 0;
  visibility: hidden;
  z-index: 2;
  overflow-y: scroll; }
  @media screen and (min-width: 736px) {
    .dropdown__list {
      position: absolute;
      top: 61px;
      left: -2px;
      width: 280px;
      height: 320px;
      box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.16);
      transform-origin: top left;
      transform: scale(0);
      transition: all 100ms cubic-bezier(0.65, 0.05, 0.36, 1); } }

.dropdown__list--is-visible {
  opacity: 1;
  visibility: visible; }
  @media screen and (min-width: 736px) {
    .dropdown__list--is-visible {
      transform: scale(1); } }

.search {
  position: relative;
  margin-right: -2%;
  margin-left: -2%; }
  @media screen and (min-width: 736px) {
    .search {
      flex: 0 0 40%;
      max-width: 280px;
      margin-right: initial;
      margin-left: initial; } }
  @media screen and (min-width: 1200px) {
    .search {
      flex: 0 0 30%; } }

@media screen and (min-width: 736px) {
  .search-mobile {
    position: absolute;
    top: -9999px;
    left: -9999px;
    visibility: hidden; } }

.search-desktop {
  position: absolute;
  top: -9999px;
  left: -9999px;
  visibility: hidden; }
  @media screen and (min-width: 736px) {
    .search-desktop {
      position: initial;
      top: initial;
      left: initial;
      visibility: initial; } }

.search__input {
  padding-right: 55px;
  border-radius: 5px;
  font-size: 1.3rem;
  letter-spacing: 0.2px;
  cursor: text; }
  @media screen and (min-width: 1200px) {
    .search__input {
      font-size: 1.4rem; } }

.search__icon {
  position: absolute;
  top: 17px;
  right: 0; }
  @media screen and (min-width: 1200px) {
    .search__icon {
      top: 11px; } }

[type="radio"]:checked,
[type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px; }

[type="radio"] + label {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  position: relative;
  display: inline-block;
  width: 45px;
  padding: 4px 0;
  margin-left: 10px;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.4);
  color: rgba(0, 0, 0, 0.8);
  font-size: 1.5rem;
  text-align: center;
  z-index: 2;
  cursor: pointer; }

[type="radio"]:checked + label {
  color: #fff;
  border: 1px solid rgba(211, 0, 17, 0.6);
  background: #d30011; }

/* Base for label styling */
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
  position: absolute;
  left: -9999px; }

[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label {
  position: relative;
  display: block;
  padding: 18px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  font-size: 15px;
  color: rgba(0, 0, 0, 0.8);
  user-select: none;
  cursor: pointer; }
  @media screen and (min-width: 736px) {
    [type="checkbox"]:not(:checked) + label,
    [type="checkbox"]:checked + label {
      padding: 15px 0; } }

/* checkbox aspect */
[type="checkbox"]:not(:checked) + label:before {
  content: '';
  position: absolute;
  top: 15px;
  right: 0;
  width: 20px;
  height: 20px;
  background: #fff;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.4); }

[type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  top: 15px;
  right: 0;
  width: 20px;
  height: 20px;
  background: #d30011;
  border-radius: 5px; }

/* checked mark aspect */
[type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after {
  content: url("icons/check.svg");
  position: absolute;
  top: 15px;
  right: 1px;
  transition: all 200ms ease; }

/* checked mark aspect changes */
[type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0); }

[type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1); }

.modal {
  position: fixed;
  z-index: 99;
  top: 50%;
  left: 50%;
  width: 90%;
  max-width: 600px;
  max-height: 600px;
  padding: 25px 0;
  background-color: #f6f5f1;
  transition: all 200ms ease-in-out;
  transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
  overflow-y: scroll; }

.modal--is-visible {
  opacity: 1;
  visibility: visible; }

.empreendimento {
  padding-top: 80px; }

.empreendimento-banner {
  position: relative;
  height: 250px; }
  @media screen and (min-width: 736px) {
    .empreendimento-banner {
      height: 350px; } }

.empreendimento__image {
  height: 100%;
  object-fit: cover;
  z-index: 1;
  cursor: pointer; }

.empreendimento-overlay-mask {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(33, 33, 33, 0.4);
  background: linear-gradient(to bottom, rgba(33, 33, 33, 0.2), rgba(33, 33, 33, 0.5));
  z-index: 1; }

.empreendimento__title {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90%;
  font-size: 3.2rem;
  text-align: center;
  z-index: 2;
  transform: translate(-50%, -50%);
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); }
  @media screen and (min-width: 736px) {
    .empreendimento__title {
      width: 55%;
      font-size: 4.2rem; } }

.blog-posts {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between; }

.blog-card {
  position: relative;
  flex: 0 0 100%;
  height: 200px;
  margin-bottom: 25px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.22); }
  @media screen and (min-width: 736px) {
    .blog-card {
      flex: 0 0 49%;
      height: 300px; } }

.blog-card-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(33, 33, 33, 0.4);
  background: linear-gradient(to bottom, transparent, rgba(33, 33, 33, 0.4));
  z-index: 1; }

.blog-card__img {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; }

.blog-card__title {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 15px 25px;
  z-index: 2;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); }

.lightbox {
  position: relative;
  display: none; }

.lightbox--visible {
  display: block; }

.lightbox__overlay {
  position: fixed;
  z-index: 9;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7); }

.lightbox__loading {
  position: fixed;
  top: 50%;
  left: 50%;
  border: 6px solid white;
  border-left-color: #d30011;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  margin: auto;
  z-index: 99;
  transform: translate(-50%, -50%);
  animation: donut-spin 800ms linear infinite; }

.lightbox__content {
  position: fixed;
  top: 50%;
  left: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 90%;
  max-width: 800px;
  min-height: 380px;
  max-height: 380px;
  border-radius: 5px;
  background-color: #000;
  z-index: 99;
  transform: translate(-50%, -50%); }
  @media screen and (min-width: 736px) {
    .lightbox__content {
      min-height: 600px;
      max-height: 600px; } }

.lightbox__content--is-hidden {
  opacity: 0;
  visibility: hidden; }

.lightbox__controls {
  position: absolute;
  bottom: 20px;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  padding: 0 15px; }

.lightbox-close {
  position: absolute;
  top: 15px;
  right: 15px; }

.lightbox-download {
  position: absolute;
  top: 15px;
  left: 15px; }

.lightbox-control {
  padding: 2px 6px;
  border-radius: 5px;
  background-color: rgba(211, 0, 17, 0.9);
  cursor: pointer; }

.lightbox-control__icon {
  width: 24px;
  height: 24px;
  fill: #fff;
  transform: translateY(3px); }

.lightbox__image {
  width: 100%;
  object-fit: cover;
  object-position: top;
  user-select: none;
  max-width: inherit;
  max-height: inherit; }

@keyframes donut-spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.contact-header {
  text-align: center;
  line-height: 1.6; }
  @media screen and (min-width: 736px) {
    .contact-header {
      width: 60%;
      margin: auto; } }

.contact-wrapper {
  margin-top: 20px; }
  @media screen and (min-width: 736px) {
    .contact-wrapper {
      width: 80%;
      margin: auto; } }

.contact-options__header {
  color: #d30011; }

.contact-options {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-top: 20px;
  margin-bottom: 20px; }
  @media screen and (min-width: 736px) {
    .contact-options {
      justify-content: center; } }
  .contact-options > * {
    flex: 0 0 100%; }
    @media screen and (min-width: 736px) {
      .contact-options > * {
        flex: 0 0 30%;
        margin-right: 20px; } }

.contact-options-subheader {
  margin-bottom: 20px;
  color: #d30011;
  font-size: 1.4rem;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  text-align: center; }

.contact-option {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  height: 100px;
  padding: 14px 10px;
  margin-bottom: 20px;
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  cursor: pointer;
  text-align: center; }
  @media screen and (min-width: 736px) {
    .contact-option {
      height: 110px;
      margin-bottom: 0; } }

.contact-option-smaller {
  height: 80px; }

.contact-option--is-active {
  color: #fff;
  background-color: #d30011;
  border: 1px solid #d30011; }
  .contact-option--is-active .contact-option__icon {
    fill: #fff; }
  .contact-option--is-active .contact-option__title {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    color: #fff;
    font-weight: 600; }

.contact-option__icon {
  display: inline-block;
  flex-shrink: 0;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  fill: rgba(0, 0, 0, 0.4); }

.contact-option__title {
  display: inline-block;
  color: rgba(0, 0, 0, 0.8);
  font-size: 1.6rem;
  font-weight: 400; }

.contact-option__text {
  display: block;
  width: 100%;
  margin-top: 3px;
  color: rgba(0, 0, 0, 0.6);
  font-size: 1.5rem;
  line-height: 1.1; }

.icon-whatsapp {
  fill: #25d366; }

.icon-phone {
  fill: #34b7f1; }

.icon-location {
  fill: #e20f20; }

::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
  font-size: 1.4rem; }

::-moz-placeholder {
  color: rgba(0, 0, 0, 0.4);
  font-size: 1.4rem; }

:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
  font-size: 1.4rem; }

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 30px white inset;
  -webkit-text-fill-color: rgba(0, 0, 0, 0.8) !important; }

.form-flex-three-columns {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between; }
  .form-flex-three-columns > * {
    flex: 0 0 100%; }
    @media screen and (min-width: 736px) {
      .form-flex-three-columns > * {
        flex: 0 0 32%; } }

.form-flex-two-columns {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between; }
  .form-flex-two-columns > * {
    flex: 0 0 100%; }
    @media screen and (min-width: 736px) {
      .form-flex-two-columns > * {
        flex: 0 0 48%; } }

.form label {
  display: block;
  margin-bottom: 15px;
  color: rgba(0, 0, 0, 0.8);
  font-size: 1.5rem; }

.form label,
.form input,
.form textarea,
.form select {
  width: 100%; }

.form input,
.form textarea,
.form select {
  padding-right: 12px;
  padding-left: 12px;
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  color: rgba(0, 0, 0, 0.7);
  font-size: 1.5rem;
  outline: none; }
  .form input:focus,
  .form textarea:focus,
  .form select:focus {
    border: 1px solid rgba(0, 0, 0, 0.35);
    color: rgba(0, 0, 0, 0.8); }

.form input,
.form select {
  height: 50px; }

.form input:disabled {
  background-color: rgba(0, 0, 0, 0.1);
  cursor: not-allowed; }

.form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.form textarea {
  height: 160px;
  padding-top: 12px;
  line-height: 1.4;
  resize: none; }

.form input[type="submit"] {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  height: 54px;
  line-height: 53px;
  margin-top: 5px;
  margin-bottom: 0;
  border: 1px solid #d30011;
  background-color: #d30011;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.4px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.16);
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: transform 60ms linear; }
  .form input[type="submit"]:focus {
    transform: translateY(-3px);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.16); }

.footer {
  position: relative;
  height: 150px;
  background-color: #d30011; }
  @media screen and (min-width: 736px) {
    .footer {
      height: 80px;
      padding-top: 0;
      padding-bottom: 0;
      align-items: center;
      justify-content: space-between; } }

.push {
  height: 172px; }
  @media screen and (min-width: 736px) {
    .push {
      height: 80px; } }

.footer > .container {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  height: inherit; }
  @media screen and (min-width: 736px) {
    .footer > .container {
      align-items: center;
      justify-content: space-between; } }

.footer-logo {
  display: flex;
  align-items: center; }

.footer-logo__img {
  display: block;
  width: 160px;
  margin-right: 20px; }

.footer-credits {
  font-size: 1.5rem;
  text-align: center; }
  @media screen and (min-width: 736px) {
    .footer-credits {
      margin-top: 0;
      text-align: right; } }

.footer-copyright {
  display: block;
  font-size: 1.4rem;
  font-weight: 400; }

.footer-credits-developer {
  font-weight: 700; }

.product-buy {
  margin-top: 40px;
  display: none; }

.product-buy--visible {
  display: block; }

.product-form {
  margin-top: 18px; }

.product-buy-option {
  position: relative;
  display: flex;
  align-items: center;
  padding: 12px 20px;
  margin-top: 18px;
  margin-right: 18px;
  border-radius: 5px; }
  @media screen and (min-width: 736px) {
    .product-buy-option {
      display: inline-flex; } }
  .product-buy-option.-green {
    background-color: #25d366; }
  .product-buy-option.-red {
    background-color: #ea4335; }
  .product-buy-option.-blue {
    background-color: #0689d8; }
  .product-buy-option a {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
  .product-buy-option svg {
    fill: #fff; }
  .product-buy-option p {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    margin-left: 15px;
    color: #fff;
    font-size: 1.4rem;
    line-height: 1.4;
    font-weight: 500;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); }

.wpp-desktop {
  display: none; }
  @media screen and (min-width: 980px) {
    .wpp-desktop {
      display: initial; } }

.wpp-mobile {
  display: block; }
  @media screen and (min-width: 980px) {
    .wpp-mobile {
      display: none; } }

.drawer-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0;
  transition: all 100ms linear;
  visibility: hidden;
  z-index: 4; }

.drawer-overlay--is-visible {
  opacity: 1;
  visibility: visible; }

.pagination {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 20px;
  margin-top: 3.1rem;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background-color: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); }

.pagination__arrow:active .pagination__icon, .pagination__arrow:hover .pagination__icon {
  stroke: rgba(211, 0, 17, 0.6); }

.pagination__icon {
  width: 22px;
  height: 22px;
  stroke: rgba(0, 0, 0, 0.4);
  transform: translateY(2px); }

.pagination__number {
  display: inline-block;
  padding: 5px;
  margin-right: 25px;
  color: rgba(0, 0, 0, 0.4);
  font-size: 16px; }
  .pagination__number:last-child {
    margin-right: 0; }
  .pagination__number:hover, .pagination__number:active {
    color: rgba(211, 0, 17, 0.6); }

.pagination__number--active {
  color: #d30011; }
  .pagination__number--active:hover {
    color: #d30011; }
