/* assets/scss/style.scss */
:root {
  --font-primary:
    "Montserrat",
    -apple-system,
    blinkmacsystemfont,
    "Segoe UI",
    sans-serif;
  --font-secondary:
    "Montserrat",
    -apple-system,
    blinkmacsystemfont,
    "Segoe UI",
    sans-serif;
  --font-mono:
    "JetBrains Mono",
    "Fira Code",
    "Source Code Pro",
    monaco,
    consolas,
    "Courier New",
    monospace;
}
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
body {
  margin: 0;
}
main {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bold;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
}
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}
[type=search] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
  outline-offset: -2px;
}
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
  appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16px;
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
body {
  font-family: var(--font-primary);
  font-weight: var(--font-weight-regular);
  font-size: var(--font-size-base);
  line-height: var(--line-height-normal);
  color: #00205B;
  background-color: #FFF;
  margin: 0;
  padding: 0;
}
:root {
  --font-primary:
    "Montserrat",
    -apple-system,
    blinkmacsystemfont,
    "Segoe UI",
    sans-serif;
  --font-secondary:
    "Montserrat",
    -apple-system,
    blinkmacsystemfont,
    "Segoe UI",
    sans-serif;
  --font-mono:
    "JetBrains Mono",
    "Fira Code",
    "Source Code Pro",
    monaco,
    consolas,
    "Courier New",
    monospace;
}
h1,
h2,
h3,
h4,
h5,
h6,
.is-style-header1,
.is-style-header2,
.is-style-header3,
.is-style-header4,
.is-style-header5,
.is-style-header6 {
  color: #203E5A;
  clear: both;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 16px;
}
h1,
.is-style-header1 {
  font-weight: 800;
  line-height: 1;
}
h1,
.is-style-header1 {
  font-size: 32px;
}
@media screen and (min-width: 450px) {
  h1,
  .is-style-header1 {
    font-size: calc(32px + 16 * (100vw - 450px) / 1130);
  }
}
@media screen and (min-width: 1580px) {
  h1,
  .is-style-header1 {
    font-size: 48px;
  }
}
h2,
.is-style-header2 {
  font-weight: 800;
  line-height: 1.28;
}
h2,
.is-style-header2 {
  font-size: 28px;
}
@media screen and (min-width: 450px) {
  h2,
  .is-style-header2 {
    font-size: calc(28px + 4 * (100vw - 450px) / 1130);
  }
}
@media screen and (min-width: 1580px) {
  h2,
  .is-style-header2 {
    font-size: 32px;
  }
}
@media screen and (min-width: 992px) {
  h2,
  .is-style-header2 {
    line-height: 1.25;
  }
}
h3,
.is-style-header3 {
  font-weight: 800;
  line-height: 1.28;
}
h3,
.is-style-header3 {
  font-size: 28px;
}
@media screen and (min-width: 450px) {
  h3,
  .is-style-header3 {
    font-size: calc(28px + 4 * (100vw - 450px) / 1130);
  }
}
@media screen and (min-width: 1580px) {
  h3,
  .is-style-header3 {
    font-size: 32px;
  }
}
@media screen and (min-width: 992px) {
  h3,
  .is-style-header3 {
    line-height: 1.25;
  }
}
h4,
.is-style-header4 {
  font-size: 24px;
}
@media screen and (min-width: 450px) {
  h4,
  .is-style-header4 {
    font-size: calc(24px + 4 * (100vw - 450px) / 1130);
  }
}
@media screen and (min-width: 1580px) {
  h4,
  .is-style-header4 {
    font-size: 28px;
  }
}
h5,
.is-style-header5 {
  font-size: 22px;
}
@media screen and (min-width: 450px) {
  h5,
  .is-style-header5 {
    font-size: calc(22px + 4 * (100vw - 450px) / 1130);
  }
}
@media screen and (min-width: 1580px) {
  h5,
  .is-style-header5 {
    font-size: 26px;
  }
}
h6,
.is-style-header6 {
  font-size: 20px;
}
@media screen and (min-width: 450px) {
  h6,
  .is-style-header6 {
    font-size: calc(20px + 4 * (100vw - 450px) / 1130);
  }
}
@media screen and (min-width: 1580px) {
  h6,
  .is-style-header6 {
    font-size: 24px;
  }
}
p {
  font-weight: 300;
  line-height: 1.44;
  margin-top: 0;
  font-size: 1.125rem;
  margin-bottom: calc(1.325rem + 0.6923076923vw);
}
@media (min-width: 1560px) {
  p {
    margin-bottom: 2rem;
  }
}
dfn,
cite,
em,
i {
  font-style: italic;
}
blockquote {
  margin: 0 1.5em;
}
address {
  margin: 0 0 1.5em;
}
pre {
  background: #f8f9fa;
  font-family: var(--font-mono);
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}
code,
kbd,
tt,
var {
  font-family: var(--font-mono);
}
abbr,
acronym {
  border-bottom: 1px dotted #1D2939;
  cursor: help;
}
mark,
ins {
  background: #CFD1FF;
  text-decoration: none;
}
big {
  font-size: 125%;
}
body,
button,
input,
select,
optgroup,
textarea {
  font-family: var(--font-primary);
  font-size: 1rem;
  color: #494D50;
  line-height: 1.5;
}
.label {
  font-weight: 700;
  font-size: 1rem;
  color: var(--color-label);
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 100%;
}
ul,
ol {
  margin: 0 0 1.5em 3em;
}
ul {
  list-style: none;
}
ol {
  list-style: none;
}
li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}
dt {
  font-weight: 700;
}
dd {
  margin: 0 1.5em 1.5em;
}
.entry-content ul {
  list-style-type: disc;
}
.entry-content ol {
  list-style-type: decimal;
}
.entry-content ul,
.entry-content ol {
  margin: 0;
  padding: 0 30px;
}
.entry-content ul li,
.entry-content ol li {
  font-weight: 300;
  line-height: 1.44;
  font-size: 1.125rem;
}
embed,
iframe,
object {
  max-width: 100%;
}
img {
  height: auto;
  max-width: 100%;
}
figure {
  margin: 1em 0;
}
a {
  color: #00205B;
}
a:hover,
a:focus,
a:active {
  color: #0096DB;
}
a:hover,
a:focus,
a:active {
  outline: 0;
}
:root {
  --font-primary:
    "Montserrat",
    -apple-system,
    blinkmacsystemfont,
    "Segoe UI",
    sans-serif;
  --font-secondary:
    "Montserrat",
    -apple-system,
    blinkmacsystemfont,
    "Segoe UI",
    sans-serif;
  --font-mono:
    "JetBrains Mono",
    "Fira Code",
    "Source Code Pro",
    monaco,
    consolas,
    "Courier New",
    monospace;
}
.btn {
  display: inline-block;
  padding: 10px;
  font-family: var(--font-primary);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.22;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  white-space: nowrap;
}
.btn:hover,
.btn:focus {
  text-decoration: none;
  -webkit-transform: translateY(-1px);
  transform: translateY(-1px);
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}
.btn:active {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 992px) {
  .btn {
    padding: 10px 47px;
  }
}
.btn--primary,
button.btn--primary,
input[type=submit].btn--primary {
  background: -webkit-gradient(linear, left bottom, left top, from(#F2C44A), to(#F9DD9D));
  background:
    linear-gradient(
      0deg,
      #F2C44A 0%,
      #F9DD9D 100%);
  border: 1px solid #CC9400;
  color: #000;
  font-weight: 700;
}
.btn--primary:hover,
.btn--primary:focus,
button.btn--primary:hover,
button.btn--primary:focus,
input[type=submit].btn--primary:hover,
input[type=submit].btn--primary:focus {
  background: -webkit-gradient(linear, left bottom, left top, from(#F5CE5A), to(#FAE3AD));
  background:
    linear-gradient(
      0deg,
      #F5CE5A 0%,
      #FAE3AD 100%);
  border-color: #D9A500;
  color: #000;
}
.btn--primary:active,
button.btn--primary:active,
input[type=submit].btn--primary:active {
  background: -webkit-gradient(linear, left bottom, left top, from(#EFBE3A), to(#F7D78D));
  background:
    linear-gradient(
      0deg,
      #EFBE3A 0%,
      #F7D78D 100%);
  border-color: #BF8300;
}
.btn--secondary {
  background-color: #fff;
  color: #1D2939;
  border: 2px solid #1D2939;
}
.btn--secondary:hover,
.btn--secondary:focus {
  background-color: #1D2939;
  color: #fff;
}
.btn--main {
  padding: 1rem;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.22;
  width: 100%;
}
.btn--small {
  padding: 10px 24px;
  font-size: 14px;
}
.btn--large {
  padding: 18px 40px;
  font-size: 18px;
}
.btn--full {
  width: 100%;
  display: block;
}
.btn--arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0.5rem;
}
.btn--arrow .btn__arrow-icon {
  width: 32px;
  height: 18px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: inline-block;
}
.btn--arrow .btn__arrow-icon svg {
  width: 100%;
  height: 100%;
  display: block;
}
input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  outline: none;
}
select {
  border: 1px solid #D9D9D9;
}
textarea {
  width: 100%;
}
.updated:not(.published) {
  display: none;
}
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
html {
  scroll-behavior: smooth;
}
.header {
  background-color: #00205B;
  padding: 0;
  height: 64px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (min-width: 992px) {
  .header {
    height: 84px;
  }
}
.header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 0 1.5rem;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 992px) {
  .header .container {
    padding: 0 1rem;
  }
}
.header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header__logo-image {
  max-width: 211px;
  height: auto;
  display: block;
}
@media screen and (min-width: 992px) {
  .header__logo-image {
    max-width: 282px;
  }
}
.header-nav {
  margin-left: auto;
}
.footer {
  background-color: #000;
  color: #fff;
  padding: 32px 20px;
  text-align: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.footer__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2rem;
}
.footer__logo img {
  width: 100px;
  height: 100px;
  -o-object-fit: contain;
  object-fit: contain;
  display: block;
}
.footer__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1rem;
  width: 100%;
}
.footer__contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.75rem;
}
.footer__phone,
.footer__email {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.footer__phone:hover,
.footer__phone:focus,
.footer__email:hover,
.footer__email:focus {
  opacity: 0.8;
  text-decoration: underline;
}
.footer__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.5rem;
}
.footer__link {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.footer__link:hover,
.footer__link:focus {
  opacity: 0.8;
  text-decoration: underline;
}
.footer__separator {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  margin: 0 0.5rem;
}
.footer__copyright {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
}
.home .footer {
  padding-bottom: 124px;
}
@media screen and (min-width: 992px) {
  .home .footer {
    padding-bottom: 104px;
  }
}
#page.site {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
#primary.site-main {
  display: block;
}
.container {
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 1rem;
}
.error-404 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: calc(100vh - 370px);
}
@media screen and (min-width: 992px) {
  .error-404 {
    min-height: calc(100vh - 390px);
  }
}
.updated:not(.published) {
  display: none;
}
.property-record-card {
  background-color: #ffffff;
  border-radius: 10px;
  -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.25);
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}
.property-record-card__header {
  background-color: #00205B;
  padding: 10px;
  border-radius: 10px 10px 0 0;
}
.property-record-card__title {
  color: #ffffff;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.11;
  margin: 0;
  font-size: 18px;
  text-align: center;
}
.property-record-card__content {
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
}
.property-record-card__field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  gap: 10px;
  font-size: 1rem;
  line-height: 1.5;
}
.property-record-card__label {
  color: #000000;
  font-weight: 700;
}
.property-record-card__value {
  color: #000000;
  font-weight: 500;
}
.property-record-card__value--blurred {
  color: #000000;
  -webkit-filter: blur(4px);
  filter: blur(4px);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
}
.property-record-card__value--amount {
  color: #008E21;
  font-weight: 500;
  -webkit-filter: blur(3px);
  filter: blur(3px);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
}
.property-record-card__value--green {
  color: #008E21;
  font-weight: 500;
}
.property-record-card__value--green-blurred {
  color: #008E21;
  font-weight: 500;
  -webkit-filter: blur(4px);
  filter: blur(4px);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
}
.property-record-card__status {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.5rem;
  padding: 6px 10px;
  border-radius: 50px;
  white-space: nowrap;
}
.property-record-card__status--green {
  background-color: #E8FFED;
  border: 1px solid #008E21;
}
.property-record-card__status--red {
  background-color: #FA8080;
  border: 1px solid #D70000;
}
.property-record-card__status-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: inline-block;
}
.property-record-card__status--green .property-record-card__status-dot {
  background: -webkit-gradient(linear, left top, left bottom, from(#018E22), to(#17B63C));
  background:
    linear-gradient(
      180deg,
      #018E22 0%,
      #17B63C 100%);
}
.property-record-card__status--red .property-record-card__status-dot {
  background-color: #D70000;
}
.property-record-card__status-icon {
  width: 10px;
  height: 10px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: inline-block;
}
.property-record-card__status-icon svg {
  width: 100%;
  height: 100%;
  display: block;
}
.property-record-card__status-text {
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
}
.property-record-card__status--green .property-record-card__status-text {
  color: #000000;
}
.property-record-card__status--red .property-record-card__status-text {
  color: #000;
}
.property-record-card__footer {
  background: -webkit-gradient(linear, left top, right top, from(#00420F), to(#008E21));
  background:
    linear-gradient(
      90deg,
      #00420F 0%,
      #008E21 100%);
  padding: 10px;
  border-radius: 0 0 10px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0.25rem;
}
.property-record-card__footer-icon {
  width: 24px;
  height: 24px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: inline-block;
}
.property-record-card__footer-icon svg {
  width: 100%;
  height: 100%;
  display: block;
}
.property-record-card__footer-text {
  color: #ffffff;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.5;
  white-space: nowrap;
}
.testimonial-card {
  background-color: #EAF1FF;
  border-radius: 10px;
  padding: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
}
@media screen and (min-width: 992px) {
  .testimonial-card {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
.testimonial-card__quote {
  color: #000000;
  font-weight: 500;
  line-height: 1.33;
  margin: 0;
  text-align: center;
  font-size: 18px;
}
.testimonial-card__attribution {
  color: #000000;
  font-weight: 600;
  line-height: 1.5;
  margin: 0;
  text-align: center;
  font-size: 16px;
}
.page-id-151 #primary.site-main {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.page-id-151 #primary.site-main .email-subscribe-block {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.page-id-151 #primary.site-main .email-subscribe-block__subscribe-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
