@charset "UTF-8";
/* Fonts */
/* dm-serif-display-regular - latin */
@font-face {
  font-family: "DM Serif Display";
  font-style: normal;
  font-weight: 400;
  src: url("./fonts/dm-serif-display-v10-latin-regular.eot"); /* IE9 Compat Modes */
  src: local(""), url("./fonts/dm-serif-display-v10-latin-regular.eot?#iefix") format("embedded-opentype"), url("./fonts/dm-serif-display-v10-latin-regular.woff2") format("woff2"), url("./fonts/dm-serif-display-v10-latin-regular.woff") format("woff"), url("./fonts/dm-serif-display-v10-latin-regular.ttf") format("truetype"), url("./fonts/dm-serif-display-v10-latin-regular.svg#DMSerifDisplay") format("svg"); /* Legacy iOS */
  font-display: swap; /* for pagespeed */
}
/* open-sans-300 - latin */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 300;
  src: url("./fonts/open-sans-v28-latin-300.eot"); /* IE9 Compat Modes */
  src: local(""), url("./fonts/open-sans-v28-latin-300.eot?#iefix") format("embedded-opentype"), url("./fonts/open-sans-v28-latin-300.woff2") format("woff2"), url("./fonts/open-sans-v28-latin-300.woff") format("woff"), url("./fonts/open-sans-v28-latin-300.ttf") format("truetype"), url("./fonts/open-sans-v28-latin-300.svg#OpenSans") format("svg"); /* Legacy iOS */
  font-display: swap; /* for pagespeed */
}
/* open-sans-regular - latin */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  src: url("./fonts/open-sans-v28-latin-regular.eot"); /* IE9 Compat Modes */
  src: local(""), url("./fonts/open-sans-v28-latin-regular.eot?#iefix") format("embedded-opentype"), url("./fonts/open-sans-v28-latin-regular.woff2") format("woff2"), url("./fonts/open-sans-v28-latin-regular.woff") format("woff"), url("./fonts/open-sans-v28-latin-regular.ttf") format("truetype"), url("./fonts/open-sans-v28-latin-regular.svg#OpenSans") format("svg"); /* Legacy iOS */
  font-display: swap; /* for pagespeed */
}
/* open-sans-600 - latin */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  src: url("./fonts/open-sans-v28-latin-600.eot"); /* IE9 Compat Modes */
  src: local(""), url("./fonts/open-sans-v28-latin-600.eot?#iefix") format("embedded-opentype"), url("./fonts/open-sans-v28-latin-600.woff2") format("woff2"), url("./fonts/open-sans-v28-latin-600.woff") format("woff"), url("./fonts/open-sans-v28-latin-600.ttf") format("truetype"), url("./fonts/open-sans-v28-latin-600.svg#OpenSans") format("svg"); /* Legacy iOS */
  font-display: swap; /* for pagespeed */
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

/*------------------------------------*\
  #PAGE
\*------------------------------------*/
/**
 * Page-level styling (e.g. HTML and BODY elements).
 */
html, body {
  height: var(--inner-height, 100%);
  font-size: 16px;
  line-height: 18px;
  font-family: "Open Sans", Arial, sans-serif;
  background-color: #ffffff;
  color: #000000;
  font-weight: 300;
}

html {
  scroll-behavior: smooth;
}

/*------------------------------------*\
  #HEADINGS
\*------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  font-family: "DM Serif Display", Baskerville, Garamond, Palatino, "Palatino Linotype", "Hoefler Text", "Times New Roman", serif;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}
@media (min-width: 768px) {
  h1, h2, h3, h4, h5, h6 {
    -webkit-hyphens: manual;
        -ms-hyphens: manual;
            hyphens: manual;
  }
}

h1 {
  font-size: 2rem;
  line-height: 38px;
  margin-bottom: 0.5rem;
  color: #000000;
}
@media (min-width: 1200px) {
  h1 {
    font-size: 3.5rem;
    line-height: 62px;
    margin-bottom: 1rem;
  }
}

h2 {
  font-size: 1.75rem;
  line-height: 36px;
  margin-bottom: 0.5rem;
  color: #000000;
}
@media (min-width: 1200px) {
  h2 {
    font-size: 2.5rem;
    line-height: 46px;
    margin-bottom: 1rem;
  }
}

h3 {
  font-size: 1.5rem;
  line-height: 30px;
  margin-bottom: 0.5rem;
  color: #000000;
}
@media (min-width: 1200px) {
  h3 {
    font-size: 2rem;
    line-height: 38px;
    margin-bottom: 0.5rem;
  }
}

h4 {
  font-size: 1.25rem;
  line-height: 24px;
  margin-bottom: 0.5rem;
  color: #000000;
}
@media (min-width: 1200px) {
  h4 {
    font-size: 1.5rem;
    line-height: 30px;
    margin-bottom: 0.5rem;
  }
}

h5 {
  font-size: 1.125rem;
  line-height: 24px;
  margin-bottom: 0;
  color: #000000;
}
@media (min-width: 1200px) {
  h5 {
    font-size: 1.25rem;
    line-height: 28px;
    margin-bottom: 0.5rem;
  }
}

h6 {
  font-size: 1rem;
  line-height: 24px;
  margin-bottom: 0;
  color: #000000;
}
@media (min-width: 1200px) {
  h6 {
    font-size: 1.125rem;
    line-height: 24px;
    margin-bottom: 0.5rem;
  }
}

a {
  color: #000000;
  text-decoration: none;
  border: 0;
  border-bottom: 1px solid transparent;
  transition: border-color 0.25s ease-in-out, color 0.25s ease-in-out, background-color 0.25s ease-in-out;
  outline: 0;
  cursor: pointer;
}
a:visited, a:active {
  border-color: transparent;
  color: #000000;
}
a:hover, a:focus {
  border-color: transparent;
  color: #000000;
}

button {
  font-family: "Open Sans", Arial, sans-serif;
  outline: none;
}

code {
  background-color: #212529;
  color: #f8f8f2;
  font-size: 87.5%;
  border-radius: 0.3em;
  padding: 4px 5px 6px;
  white-space: nowrap;
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

var {
  font-style: italic;
}

small {
  font-size: 82.5%;
}

p {
  font-size: 0.75rem;
  line-height: 18px;
  font-weight: 300;
}
@media (min-width: 992px) {
  p {
    font-size: 0.75rem;
    line-height: 18px;
  }
}

blockquote {
  font-family: "DM Serif Display", Baskerville, Garamond, Palatino, "Palatino Linotype", "Hoefler Text", "Times New Roman", serif;
  font-size: 0.75rem;
  line-height: 18px;
  quotes: "“" "”" "‘" "’";
}
@media (min-width: 992px) {
  blockquote {
    font-size: 0.75rem;
    line-height: 18px;
  }
}
blockquote:before {
  content: open-quote;
}
blockquote p {
  display: inline;
}

sub, sup {
  /* Specified in % so that the sup/sup is the
     right size relative to the surrounding text */
  font-size: 75%;
  /* Zero out the line-height so that it doesn't
     interfere with the positioning that follows */
  line-height: 0;
  /* Where the magic happens: makes all browsers position
     the sup/sup properly, relative to the surrounding text */
  position: relative;
  /* Note that if you're using Eric Meyer's reset.css, this
     is already set and you can remove this rule */
  vertical-align: baseline;
}

sup {
  /* Move the superscripted text up */
  top: -0.5em;
}

sub {
  /* Move the subscripted text down, but only
     half as far down as the superscript moved up */
  bottom: -0.25em;
}

em {
  font-style: italic;
}

i {
  font-style: italic;
  color: #000000;
}

b, strong {
  font-weight: 700;
}

cite, q {
  display: block;
  font-weight: 500;
  text-transform: uppercase;
  font-family: "Open Sans", Arial, sans-serif;
  margin-top: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
@media (min-width: 992px) {
  cite, q {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

kbd, samp {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}

ul, ol, dl {
  font-size: 0.75rem;
  line-height: 18px;
}
@media (min-width: 992px) {
  ul, ol, dl {
    font-size: 0.75rem;
    line-height: 18px;
  }
}

ol {
  list-style: none;
}

ul {
  list-style: none;
}

table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
  vertical-align: top;
  border-color: #dee2e6;
  caption-side: bottom;
  border-collapse: collapse;
  text-align: left;
}
table th, table td {
  padding: 0.5rem 0.5rem;
}
table tbody td, table tbody th {
  border-bottom: 1px solid #eaeaea;
}
table th {
  text-align: left;
  font-weight: 700;
}
table thead th {
  border-bottom: 1px solid #000000;
}
table caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #6c757d;
  text-align: left;
}

::-moz-selection {
  background: #000000; /* WebKit/Blink Browsers */
  color: #ffffff;
}

::selection {
  background: #000000; /* WebKit/Blink Browsers */
  color: #ffffff;
}

::-moz-selection {
  background: #000000; /* Gecko Browsers */
  color: #ffffff;
}

.u-text--left {
  text-align: left !important;
}

.u-text--right {
  text-align: right !important;
}

.u-text--center {
  text-align: center !important;
}

@media (min-width: 576px) {
  .u-text-sm--left {
    text-align: left !important;
  }
  .u-text-sm--right {
    text-align: right !important;
  }
  .u-text-sm--center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .u-text-md--left {
    text-align: left !important;
  }
  .u-text-md--right {
    text-align: right !important;
  }
  .u-text-md--center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .u-text-lg--left {
    text-align: left !important;
  }
  .u-text-lg--right {
    text-align: right !important;
  }
  .u-text-lg--center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .u-text-xl--left {
    text-align: left !important;
  }
  .u-text-xl--right {
    text-align: right !important;
  }
  .u-text-xl--center {
    text-align: center !important;
  }
}
@media (min-width: 1400px) {
  .u-text-xxl--left {
    text-align: left !important;
  }
  .u-text-xxl--right {
    text-align: right !important;
  }
  .u-text-xxl--center {
    text-align: center !important;
  }
}
.u-no-link {
  text-decoration: none;
}

.u-d-none {
  display: none !important;
}

.u-d-inline {
  display: inline !important;
}

.u-d-inline-block {
  display: inline-block !important;
}

.u-d-block {
  display: block !important;
}

.u-d-table {
  display: table !important;
}

.u-d-table-row {
  display: table-row !important;
}

.u-d-table-cell {
  display: table-cell !important;
}

.u-d-flex {
  display: flex !important;
}

.u-d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .u-d-sm-none {
    display: none !important;
  }
  .u-d-sm-inline {
    display: inline !important;
  }
  .u-d-sm-inline-block {
    display: inline-block !important;
  }
  .u-d-sm-block {
    display: block !important;
  }
  .u-d-sm-table {
    display: table !important;
  }
  .u-d-sm-table-row {
    display: table-row !important;
  }
  .u-d-sm-table-cell {
    display: table-cell !important;
  }
  .u-d-sm-flex {
    display: flex !important;
  }
  .u-d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .u-d-md-none {
    display: none !important;
  }
  .u-d-md-inline {
    display: inline !important;
  }
  .u-d-md-inline-block {
    display: inline-block !important;
  }
  .u-d-md-block {
    display: block !important;
  }
  .u-d-md-table {
    display: table !important;
  }
  .u-d-md-table-row {
    display: table-row !important;
  }
  .u-d-md-table-cell {
    display: table-cell !important;
  }
  .u-d-md-flex {
    display: flex !important;
  }
  .u-d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .u-d-lg-none {
    display: none !important;
  }
  .u-d-lg-inline {
    display: inline !important;
  }
  .u-d-lg-inline-block {
    display: inline-block !important;
  }
  .u-d-lg-block {
    display: block !important;
  }
  .u-d-lg-table {
    display: table !important;
  }
  .u-d-lg-table-row {
    display: table-row !important;
  }
  .u-d-lg-table-cell {
    display: table-cell !important;
  }
  .u-d-lg-flex {
    display: flex !important;
  }
  .u-d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .u-d-xl-none {
    display: none !important;
  }
  .u-d-xl-inline {
    display: inline !important;
  }
  .u-d-xl-inline-block {
    display: inline-block !important;
  }
  .u-d-xl-block {
    display: block !important;
  }
  .u-d-xl-table {
    display: table !important;
  }
  .u-d-xl-table-row {
    display: table-row !important;
  }
  .u-d-xl-table-cell {
    display: table-cell !important;
  }
  .u-d-xl-flex {
    display: flex !important;
  }
  .u-d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1400px) {
  .u-d-xxl-none {
    display: none !important;
  }
  .u-d-xxl-inline {
    display: inline !important;
  }
  .u-d-xxl-inline-block {
    display: inline-block !important;
  }
  .u-d-xxl-block {
    display: block !important;
  }
  .u-d-xxl-table {
    display: table !important;
  }
  .u-d-xxl-table-row {
    display: table-row !important;
  }
  .u-d-xxl-table-cell {
    display: table-cell !important;
  }
  .u-d-xxl-flex {
    display: flex !important;
  }
  .u-d-xxl-inline-flex {
    display: inline-flex !important;
  }
}
.u-d-flex--space-between {
  justify-content: space-between;
}
.u-d-flex--center {
  justify-content: center;
}

.u-w-25 {
  width: 25% !important;
}

.u-w-50 {
  width: 50% !important;
}

.u-w-75 {
  width: 75% !important;
}

.u-w-100 {
  width: 100% !important;
}

.u-w-auto {
  width: auto !important;
}

.u-h-25 {
  height: 25% !important;
}

.u-h-50 {
  height: 50% !important;
}

.u-h-75 {
  height: 75% !important;
}

.u-h-100 {
  height: 100% !important;
}

.u-h-auto {
  height: auto !important;
}

.u-mw-100 {
  max-width: 100% !important;
}

.u-mh-100 {
  max-height: 100% !important;
}

/* Text meant only for screen readers. */
.u-screenReaderOnly {
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  margin: -1px;
}

.u-mt--1-5 {
  margin-top: 1.5rem;
}
.u-mt--2 {
  margin-top: 2rem;
}
.u-mt--3 {
  margin-top: 3rem;
}

.u-mb--0 {
  margin-bottom: 0;
}
.u-mb--0-5 {
  margin-bottom: 0.5rem;
}
.u-mb--1 {
  margin-bottom: 1rem;
}
.u-mb--1-5 {
  margin-bottom: 1.5rem;
}
.u-mb--2 {
  margin-bottom: 2rem;
}
.u-mb--3 {
  margin-bottom: 3rem;
}

.u-pt--1 {
  padding-top: 1rem;
}
.u-pt--1-5 {
  padding-top: 1.5rem;
}

.u-pb--1 {
  padding-bottom: 1rem;
}
.u-pb--1-5 {
  padding-bottom: 1.5rem;
}

@media (min-width: 576px) {
  .u-mt-sm--1-5 {
    margin-top: 1.5rem;
  }
  .u-mt-sm--2 {
    margin-top: 2rem;
  }
  .u-mt-sm--3 {
    margin-top: 3rem;
  }
  .u-mb-sm--0 {
    margin-bottom: 0;
  }
  .u-mb-sm--0-5 {
    margin-bottom: 0.5rem;
  }
  .u-mb-sm--1 {
    margin-bottom: 1rem;
  }
  .u-mb-sm--1-5 {
    margin-bottom: 1.5rem;
  }
  .u-mb-sm--2 {
    margin-bottom: 2rem;
  }
  .u-mb-sm--3 {
    margin-bottom: 3rem;
  }
  .u-pt-sm--1 {
    padding-top: 1rem;
  }
  .u-pt-sm--1-5 {
    padding-top: 1.5rem;
  }
  .u-pb-sm--1 {
    padding-bottom: 1rem;
  }
  .u-pb-sm--1-5 {
    padding-bottom: 1.5rem;
  }
}
@media (min-width: 768px) {
  .u-mt-md--1-5 {
    margin-top: 1.5rem;
  }
  .u-mt-md--2 {
    margin-top: 2rem;
  }
  .u-mt-md--3 {
    margin-top: 3rem;
  }
  .u-mb-md--0 {
    margin-bottom: 0;
  }
  .u-mb-md--0-5 {
    margin-bottom: 0.5rem;
  }
  .u-mb-md--1 {
    margin-bottom: 1rem;
  }
  .u-mb-md--1-5 {
    margin-bottom: 1.5rem;
  }
  .u-mb-md--2 {
    margin-bottom: 2rem;
  }
  .u-mb-md--3 {
    margin-bottom: 3rem;
  }
  .u-pt-md--1 {
    padding-top: 1rem;
  }
  .u-pt-md--1-5 {
    padding-top: 1.5rem;
  }
  .u-pb-md--1 {
    padding-bottom: 1rem;
  }
  .u-pb-md--1-5 {
    padding-bottom: 1.5rem;
  }
}
@media (min-width: 992px) {
  .u-mt-lg--1-5 {
    margin-top: 1.5rem;
  }
  .u-mt-lg--2 {
    margin-top: 2rem;
  }
  .u-mt-lg--3 {
    margin-top: 3rem;
  }
  .u-mb-lg--0 {
    margin-bottom: 0;
  }
  .u-mb-lg--0-5 {
    margin-bottom: 0.5rem;
  }
  .u-mb-lg--1 {
    margin-bottom: 1rem;
  }
  .u-mb-lg--1-5 {
    margin-bottom: 1.5rem;
  }
  .u-mb-lg--2 {
    margin-bottom: 2rem;
  }
  .u-mb-lg--3 {
    margin-bottom: 3rem;
  }
  .u-pt-lg--1 {
    padding-top: 1rem;
  }
  .u-pt-lg--1-5 {
    padding-top: 1.5rem;
  }
  .u-pb-lg--1 {
    padding-bottom: 1rem;
  }
  .u-pb-lg--1-5 {
    padding-bottom: 1.5rem;
  }
}
@media (min-width: 1200px) {
  .u-mt-xl--1-5 {
    margin-top: 1.5rem;
  }
  .u-mt-xl--2 {
    margin-top: 2rem;
  }
  .u-mt-xl--3 {
    margin-top: 3rem;
  }
  .u-mb-xl--0 {
    margin-bottom: 0;
  }
  .u-mb-xl--0-5 {
    margin-bottom: 0.5rem;
  }
  .u-mb-xl--1 {
    margin-bottom: 1rem;
  }
  .u-mb-xl--1-5 {
    margin-bottom: 1.5rem;
  }
  .u-mb-xl--2 {
    margin-bottom: 2rem;
  }
  .u-mb-xl--3 {
    margin-bottom: 3rem;
  }
  .u-pt-xl--1 {
    padding-top: 1rem;
  }
  .u-pt-xl--1-5 {
    padding-top: 1.5rem;
  }
  .u-pb-xl--1 {
    padding-bottom: 1rem;
  }
  .u-pb-xl--1-5 {
    padding-bottom: 1.5rem;
  }
}
@media (min-width: 1400px) {
  .u-mt-xxl--1-5 {
    margin-top: 1.5rem;
  }
  .u-mt-xxl--2 {
    margin-top: 2rem;
  }
  .u-mt-xxl--3 {
    margin-top: 3rem;
  }
  .u-mb-xxl--0 {
    margin-bottom: 0;
  }
  .u-mb-xxl--0-5 {
    margin-bottom: 0.5rem;
  }
  .u-mb-xxl--1 {
    margin-bottom: 1rem;
  }
  .u-mb-xxl--1-5 {
    margin-bottom: 1.5rem;
  }
  .u-mb-xxl--2 {
    margin-bottom: 2rem;
  }
  .u-mb-xxl--3 {
    margin-bottom: 3rem;
  }
  .u-pt-xxl--1 {
    padding-top: 1rem;
  }
  .u-pt-xxl--1-5 {
    padding-top: 1.5rem;
  }
  .u-pb-xxl--1 {
    padding-bottom: 1rem;
  }
  .u-pb-xxl--1-5 {
    padding-bottom: 1.5rem;
  }
}
.c-header,
.c-footer,
.c-banner,
.c-breadcrumb,
.c-forms,
.c-back,
.c-estateEnergy,
.c-accordionCard--icon,
.c-button,
.c-form,
.c-pagination,
._parallax picture,
.c-estateDetail--gallery:not(._isEstateGallery),
.c-estateDetail--thumbs,
.c-postDetail--sidebar,
.c-posts._isSimilar,
.c-posts._isTeaser,
.c-estateListing-sort,
.c-reviews,
[class$="--iframe"],
.slick-dots,
#confettiCanvas {
  display: none !important;
}

._bgWhite,
._bgDarkgrey,
._bgLightgrey {
  color: #000 !important;
  background: none !important;
}

[class^=o-col-] {
  width: 100% !important;
  max-width: 100% !important;
  flex: 0 0 100% !important;
}

.aos-init {
  display: block !important;
  opacity: 1 !important;
  transform: translateZ(0) !important;
}

h1 {
  color: #000 !important;
}

h2, h3, h4, h5 {
  margin-top: 2rem;
  color: #000 !important;
}

.o-text ul {
  list-style: disc;
  list-style-position: inside;
  padding: 0;
}

.o-text ol {
  list-style: decimal;
  list-style-position: inside;
  padding: 0;
}

.o-image {
  margin-top: 2rem;
  width: 50%;
  height: auto;
}

._isEstateGallery .c-estateDetail--gallery-link {
  width: auto !important;
  height: auto !important;
}

._isEstateGallery .c-estateDetail--gallery-picture {
  width: var(--inner-width, 100vw);
  height: auto;
}

._isEstateGallery .c-estateDetail--gallery-image {
  -o-object-fit: none;
     object-fit: none;
  width: 100%;
  height: auto;
}

.c-estateDetail--copyright {
  margin-top: 1rem;
}

.c-map {
  margin-top: 2rem;
  width: 50%;
  aspect-ratio: 2/1;
}

.c-estateFacts > :nth-child(even) {
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-print-color-adjust: exact;
     color-adjust: exact;
          print-color-adjust: exact;
}
.c-estateFacts--list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 0 1rem;
  gap: 0 1rem;
}
.c-estateFacts--value {
  font-weight: 600;
}

.c-estateFeatures--criteria {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 0 1rem;
  gap: 0 1rem;
}
.c-estateFeatures--value {
  font-weight: 600;
}/*# sourceMappingURL=print.css.map */