@charset "UTF-8";
/* All Variables should be declared here which makes it easier to update if something changes globally */
/*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
/*---------------------------------------------------------
  LAYOUT MIXINS
---------------------------------------------------------*/
/*---------------------------------------------------------
  MISC MIXINS
---------------------------------------------------------*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/***
    The new CSS reset - version 1.8.2 (last updated 23.12.2022)
    GitHub page: https://github.com/elad2412/the-new-css-reset
***/
/*
    Remove all the styles of the "User-Agent-Stylesheet", except for the 'display' property
    - The "symbol *" part is to solve Firefox SVG sprite bug
 */
*:where(:not(html, iframe, canvas, img, svg, video, audio):not(svg *, symbol *)) {
  all: unset;
  display: revert;
}

/* Preferred box-sizing value */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Reapply the pointer cursor for anchor tags */
a, button {
  cursor: pointer;
}

/* Remove list styles (bullets/numbers) */
ol, ul, menu {
  list-style: none;
}

/* For images to not be able to exceed their container */
img {
  display: block;
  max-inline-size: 100%;
  max-block-size: 100%;
  height: auto;
}

/* removes spacing between cells in tables */
table {
  border-collapse: collapse;
}

/* Safari - solving issue when using user-select:none on the <body> text input doesn't working */
input, textarea {
  -webkit-user-select: auto;
}

/* revert the 'white-space' property for textarea elements on Safari */
textarea {
  white-space: revert;
}

/* minimum style to allow to style meter element */
meter {
  -webkit-appearance: revert;
  appearance: revert;
}

/* preformatted text - use only for this feature */
pre {
  all: revert;
}

/* reset default text opacity of input placeholder */
::placeholder {
  color: unset;
}

/* remove default dot (•) sign */
::marker {
  content: "";
}

/* fix the feature of 'hidden' attribute.
   display:revert; revert to element instead of attribute */
:where([hidden]) {
  display: none;
}

/* revert for bug in Chromium browsers
   - fix for the content editable attribute will work properly.
   - webkit-user-select: auto; added for Safari in case of using user-select:none on wrapper element*/
:where([contenteditable]:not([contenteditable=false])) {
  -moz-user-modify: read-write;
  -webkit-user-modify: read-write;
  overflow-wrap: break-word;
  -webkit-line-break: after-white-space;
  -webkit-user-select: auto;
}

/* apply back the draggable feature - exist only in Chromium and Safari */
:where([draggable=true]) {
  -webkit-user-drag: element;
}

/* Revert Modal native behavior */
:where(dialog:modal) {
  all: revert;
}

.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
a img.alignnone {
  margin: 5px 20px 20px 0;
}
a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%; /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}
.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}
.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}

/**
100    Extra Light or Ultra Light
200    Light or Thin
300    Book or Demi
400    Normal or Regular
500    Medium
600    Semibold, Demibold
700    Bold
800    Black, Extra Bold or Heavy
900    Extra Black, Fat, Poster or Ultra Black
**/
@font-face {
  font-family: "Gotham";
  src: url("../fonts/GothamThin.woff2") format("woff2"), url("../fonts/GothamThin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gotham";
  src: url("../fonts/GothamLight.woff2") format("woff2"), url("../fonts/GothamLight.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gotham";
  src: url("../fonts/GothamBook.woff2") format("woff2"), url("../fonts/GothamBook.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gotham";
  src: url("../fonts/GothamMedium.woff2") format("woff2"), url("../fonts/GothamMedium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gotham";
  src: url("../fonts/GothamBold.woff2") format("woff2"), url("../fonts/GothamBold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gotham";
  src: url("../fonts/GothamUltra.woff2") format("woff2"), url("../fonts/GothamUltra.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gotham";
  src: url("../fonts/GothamBlack.woff2") format("woff2"), url("../fonts/GothamBlack.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
body {
  color: #3d3d3d;
  font-family: "Gotham", sans-serif;
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.75;
  letter-spacing: -0.004em;
}
@media (min-width: 768px) {
  body {
    font-size: 1.125rem;
    line-height: 1.67;
  }
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  margin: 0;
  font-weight: normal;
}
h1:first-child, .h1:first-child, h2:first-child, .h2:first-child, h3:first-child, .h3:first-child, h4:first-child, .h4:first-child, h5:first-child, .h5:first-child, h6:first-child, .h6:first-child {
  margin-top: 0;
}
h1:last-child, .h1:last-child, h2:last-child, .h2:last-child, h3:last-child, .h3:last-child, h4:last-child, .h4:last-child, h5:last-child, .h5:last-child, h6:last-child, .h6:last-child {
  margin-bottom: 0;
}

h1, .h1 {
  font-size: 1.625rem;
  line-height: 1.23;
  letter-spacing: 0.01em;
}
@media (min-width: 768px) {
  h1, .h1 {
    font-size: 2.25rem;
    line-height: 1.25;
  }
}
@media (min-width: 1600px) {
  h1, .h1 {
    font-size: 2.8125rem;
  }
}
h1 em, .h1 em {
  white-space: nowrap;
}

h2, .h2 {
  font-size: 1.3125rem;
  line-height: 1.43;
  letter-spacing: 0.01em;
}
@media (min-width: 768px) {
  h2, .h2 {
    font-size: 1.625rem;
    line-height: 1.23;
  }
}
@media (min-width: 1260px) {
  h2, .h2 {
    font-size: 1.875rem;
  }
}

h3, .h3 {
  font-size: 1.125rem;
  line-height: 1.33;
  letter-spacing: 0.01em;
}
@media (min-width: 768px) {
  h3, .h3 {
    font-size: 1.375rem;
  }
}

a {
  text-decoration: none;
  color: currentColor;
}

p {
  margin: 0 0 0.8em;
}

b, strong {
  font-weight: 500;
}

em {
  font-family: "Noto Serif", serif;
  font-style: italic;
}

blockquote {
  padding: 0;
  margin: 0;
}

address {
  font-style: normal;
}

.more-link, .less-link {
  position: relative;
  font-size: 0.8125rem;
  text-transform: uppercase;
  text-decoration: underline;
  font-weight: 400;
  display: table;
  margin-top: 5px;
}
@media (min-width: 768px) {
  .more-link, .less-link {
    font-size: 1rem;
  }
}
.more-link:after, .less-link:after {
  position: absolute;
  top: 50%;
  right: -15px;
  transform: translateY(-50%);
}

.more-link:after {
  content: "+";
}

.less-link:after {
  content: "-";
}

.lnk {
  font-family: "Noto Serif", serif;
  font-style: italic;
  font-weight: 400;
  display: inline-flex;
  align-items: center;
  letter-spacing: 0.01em;
}
.lnk svg {
  margin-right: 14px;
}

.wysiwyg {
  box-sizing: border-box;
}
.wysiwyg > *:last-child {
  margin-bottom: 0;
}
.wysiwyg a:not(.btn) {
  text-decoration: underline;
  /*&[href^="mailto:"] {
    display: inline-block;
    text-indent: -9999px;

    &:before {
      content: "Send an email";
    }
  }*/
}
.wysiwyg ul {
  margin: 0 0 0.8em;
}
.wysiwyg ul li {
  position: relative;
  padding-left: 30px;
}
.wysiwyg ul li:before {
  content: "";
  position: absolute;
  left: 15px;
  top: 14px;
  transform: translate(-50%, -50%);
  background: currentColor;
  border-radius: 100%;
  width: 4px;
  height: 4px;
}
.wysiwyg ol {
  counter-reset: index;
}
.wysiwyg ol li {
  counter-increment: index;
}
.wysiwyg ol li:before {
  content: counters(index, ".") ".";
}
.wysiwyg h2 {
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .wysiwyg h2 {
    margin-bottom: 15px;
  }
}
.wysiwyg h3 {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .wysiwyg h3 {
    margin-bottom: 16px;
  }
}
.wysiwyg p:not(:first-child) .btn {
  margin-top: 10px;
}
.wysiwyg .btn {
  background: transparent;
}
.wysiwyg .btn:before {
  content: "";
  z-index: -1;
  width: 100%;
  background: #000000;
  position: absolute;
  top: 0;
  right: 0;
  left: auto;
  height: 100%;
}
.wysiwyg .btn:after {
  content: "";
  z-index: -1;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  transition: width 0.3s;
  width: 0;
  background: #be302b;
}
@media (min-width: 1260px) {
  .wysiwyg .btn:hover:before {
    width: 0;
  }
  .wysiwyg .btn:hover:after {
    width: 100%;
  }
}

input[type=text],
input[type=number],
input[type=tel],
input[type=email],
input[type=date],
input[type=search],
input[type=url],
input[type=password],
textarea,
select {
  display: block;
  border: none;
  padding: 0;
  width: 100%;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  margin: 0;
  height: 36px;
  border-bottom: 2px solid #bdbdbd;
}

textarea {
  display: block;
  border: 2px solid #bdbdbd;
  padding: 5px 10px;
  height: auto;
}

select {
  background: #252525;
  color: #ffffff;
  height: 40px;
}

.select {
  height: 40px;
  padding: 5px 0;
  -webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto;
}
.select--light {
  background: transparent;
  border-bottom: 2px solid #bdbdbd;
  color: #252525;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=checkbox] + *,
input[type=radio] + * {
  position: relative;
  padding-left: 25px;
  cursor: pointer;
}

input[type=checkbox] + *:before,
input[type=radio] + *:before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background: transparent no-repeat center;
  background-size: 80%;
  position: absolute;
  left: 0;
  top: 2px;
  border: 1px solid #aaaaaa;
}

input[type=radio] + *:before {
  border-radius: 100px;
  box-shadow: 0 0 0 1px #aaaaaa;
  width: 13px;
  height: 13px;
  border: 2px solid #ebebeb;
}

input[type=checkbox]:checked + *:before {
  background-image: url("data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAALCAQAAAAOu8/qAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QA/4ePzL8AAAAHdElNRQfnBwsPHABPn8DrAAABEUlEQVQY00XDzyuDcRzA8ffz7Lt5poetpkkNsyWl5ESOak7SEoaDNIo/wGlH4aB2EzEph7UkcrKlnTgQufjRDlPmNjXKYX7Efnyc5FUvbR3Bj0EDADkc9VczR+O51sEdBYIG6IDw5UtEkyOf+J+Hk0rQEIQiZWq88e1UANpeV+bNawVgoMjw4cwupgLgKYYi1uMqumGx+R7731wGhYW9KXCXIquNuwJYvD3nm+mwTdUZsWi+1s5kbGLpvuTEgPZZBOnI92UQu4QPTtwXHJLmFH3oyVWBbNNlJ3TfhpYdhQoeTBR68MGXBYDm94E1610ZjRJVBN3+MhYHMGVuw0hUgb9Kfnr3g103LaNn01uVb8W/X397XqCmzSCVAAAAAElFTkSuQmCC");
}

input[type=radio]:checked + *:before {
  background: #3d3d3d;
}

.fieldBlock {
  position: relative;
  margin-bottom: 18px;
}
@media (min-width: 768px) {
  .fieldBlock {
    margin-bottom: 20px;
  }
}
.fieldBlock:last-child {
  margin-bottom: 0;
}
.fieldBlock__label {
  display: block;
}
.fieldBlock__title {
  display: block;
  font-weight: 500;
  margin-bottom: 10px;
}
.fieldBlock span.error {
  display: block;
  color: red;
  font-size: 0.875rem;
  position: absolute;
  top: 100%;
  right: 0;
}
.fieldBlock--inline .fieldBlock__label {
  display: flex;
  align-items: center;
}
.fieldBlock--inline .fieldBlock__title {
  white-space: nowrap;
  font-weight: 700;
  margin: 0 20px 0 0;
}
.fieldBlock:last-child {
  margin-bottom: 0;
}

.checkboxGroup {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .checkboxGroup {
    margin-top: 30px;
  }
}
@media (min-width: 1600px) {
  .checkboxGroup {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

.checkboxBlock {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .checkboxBlock {
    margin-bottom: 15px;
  }
}
@media (min-width: 1600px) {
  .checkboxBlock {
    width: 45%;
  }
}
.checkboxBlock:last-child {
  margin-bottom: 0;
}
.checkboxBlock__label {
  display: block;
}
.checkboxBlock__text {
  position: relative;
}
.checkboxBlock--fullWidth {
  width: 100%;
}

.formButtons {
  margin-top: 35px;
}
@media (min-width: 1600px) {
  .formButtons {
    margin-top: 40px;
  }
}

.newsletterForm__btnRow {
  margin-top: 35px;
}
@media (min-width: 1600px) {
  .newsletterForm__btnRow {
    margin-top: 40px;
  }
}

.btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  background: #000000;
  border: none;
  color: #ffffff;
  outline: none;
  margin: 0 0 15px 0;
  padding: 5px 20px;
  font-family: "Noto Serif", serif;
  font-style: italic;
  font-weight: 400;
  text-decoration: none;
  text-transform: lowercase;
  letter-spacing: 0.01em;
  line-height: 1;
  transition: background-color 0.3s, border-color 0.3s, color 0.3s;
}
@media (min-width: 768px) {
  .btn {
    min-height: 50px;
    padding: 5px 25px;
    letter-spacing: 0.015em;
    font-size: 1.1875rem;
    margin-right: 20px;
  }
}
@media (min-width: 1260px) {
  .btn {
    padding: 5px 30px;
  }
}
.btn:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  transition: width 0.3s;
  background: #be302b;
}
.btn__inner {
  position: relative;
  z-index: 10;
  display: flex;
  align-items: center;
}
.btn__inner svg {
  margin-right: 15px;
}
@media (min-width: 1260px) {
  .btn:hover:before {
    width: 100%;
  }
}
.btn:last-child {
  margin: 0;
}
.btn--white {
  background: #ffffff;
  color: #222222;
}
@media (min-width: 1260px) {
  .btn--white:hover {
    color: #ffffff;
  }
}
.btn--border {
  border: 1px solid #252525;
  background: transparent;
  color: #252525;
}
@media (min-width: 1260px) {
  .btn--border:hover {
    color: #ffffff;
    border-color: #be302b;
  }
}

table {
  width: 100%;
  max-width: 100%;
}
table th,
table td {
  vertical-align: top;
}
table thead th {
  vertical-align: bottom;
}

@media (min-width: 1260px) {
  .animate {
    transition: 1s all;
  }
  .animate.from-left {
    transform: translateX(-20px);
  }
  .animate.from-left.animated {
    transform: translateX(0);
  }
  .animate.from-opacity0 {
    opacity: 0;
  }
  .animate.from-opacity0.animated {
    opacity: 1;
  }
  .animate.from-bottom {
    transform: translateY(40px);
  }
  .animate.from-bottom.animated {
    transform: translateY(0);
  }
  .animate.from-right {
    transform: translateX(20px);
  }
  .animate.from-right.animated {
    transform: translateX(0);
  }
}
body {
  min-width: 360px;
  position: relative;
  padding: 0;
  display: flex;
  flex-direction: column;
}

#main {
  flex: 1;
  overflow: hidden;
}

.container {
  margin: 0 auto;
  max-width: 1600px;
  padding: 0 30px;
  width: 100%;
}
@media (min-width: 768px) {
  .container {
    padding: 0 50px;
  }
}

.siteHeader {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background: transparent;
  z-index: 3000;
  transition: opacity 0.3s;
}
@media (min-width: 1260px) {
  .siteHeader {
    display: none;
  }
}
.siteHeader .container {
  max-width: 1660px;
}
.siteHeader__inner {
  position: relative;
  height: 125px;
}
@media (min-width: 768px) {
  .siteHeader__inner {
    height: 150px;
  }
}
@media (min-width: 1260px) {
  .siteHeader__inner {
    height: 205px;
  }
}
.siteHeader__lnkHome {
  display: none;
}
@media (min-width: 768px) {
  .siteHeader__lnkHome {
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #ffffff;
  }
}
.siteHeader__lnkHome svg {
  display: block;
}
.siteHeader__logoContainer {
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media (min-width: 768px) {
  .siteHeader__logoContainer {
    left: 50%;
    transform: translateX(-50%);
    top: 25px;
  }
}
.siteHeader__logoImage {
  width: 200px;
}
@media (min-width: 768px) {
  .siteHeader__logoImage {
    width: 215px;
  }
}
@media (min-width: 1260px) {
  .siteHeader__logoImage {
    width: 280px;
  }
}
.siteHeader--navVisible {
  opacity: 0;
}
.btnMenu {
  position: absolute;
  top: 60px;
  right: -30px;
  padding: 0 25px;
  z-index: 1000;
  background: #252525;
  color: #ffffff;
  outline: none;
  border: none;
  display: flex;
  align-items: center;
  height: 40px;
}
@media (min-width: 768px) {
  .btnMenu {
    height: 60px;
    top: 50%;
    transform: translateY(-50%);
    right: -50px;
    font-size: 1.1875rem;
    padding: 0 28px;
  }
}
@media (min-width: 1260px) {
  .btnMenu {
    display: none;
  }
}
.btnMenu__hamburger {
  display: none;
  position: relative;
  width: 50px;
  height: 50px;
}
.btnMenu__hamburger span {
  display: block;
  border-radius: 0;
  background: #be302b;
  width: 40px;
  height: 4px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s;
}
.btnMenu__hamburger span:nth-child(1) {
  margin-top: -9px;
}
.btnMenu__hamburger span:nth-child(3) {
  margin-top: 9px;
}
.btnMenu.close .btnMenu__hamburger span:nth-child(1) {
  margin-top: 0;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.btnMenu.close .btnMenu__hamburger span:nth-child(2) {
  background: transparent;
}
.btnMenu.close .btnMenu__hamburger span:nth-child(3) {
  margin-top: 0;
  transform: translate(-50%, -50%) rotate(45deg);
}
.btnMenu--sticky {
  position: fixed;
  top: 0;
  right: 0;
  transform: none;
}
.siteFooter {
  margin: 42px 0 0;
  padding: 60px 0 40px;
  background: #000000 url("../images/footer-mobile.jpg") no-repeat center;
  background-size: cover;
  color: #ffffff;
}
@media (min-width: 768px) {
  .siteFooter {
    margin-top: 55px;
    padding: 55px 0 40px;
    background-image: url("../images/footer-tablet.jpg");
  }
}
@media (min-width: 1260px) {
  .siteFooter {
    margin-top: 15px;
    padding: 150px 0 40px;
    background-image: url("../images/footer-desktop.jpg");
  }
}
.siteFooter .container {
  max-width: 1660px;
}
.siteFooter__row1 {
  position: relative;
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .siteFooter__row1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 70px;
  }
}
@media (min-width: 1260px) {
  .siteFooter__row1 {
    margin-bottom: 100px;
  }
}
@media (min-width: 768px) {
  .siteFooter__row2 {
    display: flex;
  }
}
@media (min-width: 1260px) {
  .siteFooter__row2 {
    align-items: center;
    justify-content: space-between;
  }
}
.siteFooter__logoContainer {
  display: block;
  width: 200px;
}
@media (min-width: 768px) {
  .siteFooter__logoContainer {
    width: 213px;
  }
}
@media (min-width: 1260px) {
  .siteFooter__logoContainer {
    width: 230px;
  }
}
.siteFooter__logoContainer img {
  width: 100%;
}
.siteFooter .btn {
  padding-left: 15px;
  padding-right: 15px;
  border: 2px solid #ffffff;
  background: transparent;
}
@media (min-width: 768px) {
  .siteFooter .btn {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.siteFooter .btn:before {
  background: #ffffff;
  width: 100%;
  right: 0;
  left: auto;
}
.siteFooter .btn__inner {
  background: transparent;
}
@media (min-width: 1260px) {
  .siteFooter .btn:hover:before {
    width: 0;
  }
}
.siteFooter__logos {
  display: flex;
  align-items: center;
}
@media (min-width: 768px) {
  .siteFooter__logos {
    margin-right: 110px;
  }
}
.siteFooter__logos img {
  margin-right: 30px;
  width: auto;
}
@media (min-width: 768px) {
  .siteFooter__logos img {
    margin-right: 40px;
  }
}
.siteFooter__logos img:nth-child(1) {
  height: 60px;
}
@media (min-width: 1260px) {
  .siteFooter__logos img:nth-child(1) {
    height: 70px;
  }
}
.siteFooter__logos img:nth-child(2) {
  height: 48px;
}
@media (min-width: 1260px) {
  .siteFooter__logos img:nth-child(2) {
    height: 54px;
  }
}
.siteFooter__copyright {
  color: #97999b;
  font-size: 0.875rem;
  line-height: 1.7;
  margin-top: 15px;
}
@media (min-width: 1260px) {
  .siteFooter__copyright {
    margin-top: 35px;
  }
}
.siteFooter__copyright a {
  text-decoration: underline;
}

.footerBlock {
  margin-top: 40px;
}
@media (min-width: 768px) {
  .footerBlock {
    width: 48%;
    margin-top: 70px;
  }
}
.footerBlock:first-child {
  margin-top: 0;
}
@media (min-width: 1260px) {
  .footerBlock:first-child {
    width: 285px;
    margin-top: -60px !important;
    margin-bottom: 120px;
  }
}
@media (min-width: 768px) {
  .footerBlock:nth-child(-n+2) {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .footerBlock:nth-child(2) {
    margin-top: 50px;
  }
}
@media (min-width: 1260px) {
  .footerBlock:nth-child(2) {
    position: absolute;
    left: 795px;
    right: 0;
    margin: 0;
    width: auto;
    top: 120px;
  }
}
@media (min-width: 1600px) {
  .footerBlock:nth-child(2) {
    top: 0;
    left: 1170px;
  }
}
@media (min-width: 1260px) {
  .footerBlock:nth-child(3) {
    width: 460px;
    position: absolute;
    left: 285px;
    top: 0;
    margin: 0;
  }
}
@media (min-width: 1260px) {
  .footerBlock:nth-child(4) {
    position: absolute;
    left: 795px;
    top: 0;
    margin: 0;
    width: 380px;
  }
}
.footerBlock__title {
  font-size: 1.375rem;
  line-height: 1.25;
  letter-spacing: 0.01em;
  margin-bottom: 20px;
  font-weight: 400;
}

.footerMenu {
  font-size: 1.125rem;
  font-weight: 300;
  column-count: 2;
  margin-top: -5px;
}
@media (min-width: 1260px) {
  .footerMenu {
    column-count: 3;
  }
}
@media (min-width: 1260px) {
  .footerMenu a:hover {
    text-decoration: underline;
  }
}

.footerSocials {
  display: flex;
  align-items: center;
}
@media (min-width: 768px) {
  .footerSocials {
    flex: 1;
  }
}
.footerSocials a {
  display: block;
  margin-right: 25px;
}

.mainNav {
  visibility: hidden;
  opacity: 0;
  padding: 40px 30px;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: 4000;
  overflow: scroll;
  transition: visibility 0.3s, opacity 0.3s;
  background-size: auto;
}
@media (min-width: 768px) {
  .mainNav {
    padding: 65px 50px;
  }
}
@media (min-width: 1260px) {
  .mainNav {
    overflow: visible;
    visibility: visible;
    position: absolute;
    left: 0;
    top: 105px;
    transform: translateY(-50%);
    width: 100%;
    opacity: 1;
    height: auto;
    padding: 0 30px 0 100px;
    background: none;
    z-index: 4000;
    display: flex;
    justify-content: flex-end;
  }
}
.mainNav__lnkHome {
  color: #252525;
}
@media (min-width: 1260px) {
  .mainNav__lnkHome {
    display: flex;
    color: #ffffff;
    position: absolute;
    top: 50%;
    left: 50px;
    transform: translateY(-50%);
  }
}
@media (min-width: 1650px) {
  .mainNav__lnkHome {
    left: 50%;
    transform: translate(-775px, -50%);
  }
}
.mainNav__lnkHome svg {
  display: block;
}
.mainNav__logoImage {
  display: none;
}
@media (min-width: 1260px) {
  .mainNav__logoImage {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-45%, -52px);
    width: 180px;
    max-block-size: none;
  }
}
@media (min-width: 1600px) {
  .mainNav__logoImage {
    width: 280px;
    transform: translate(-50%, -80px);
  }
}
@media (min-width: 768px) {
  .mainNav .btn {
    min-height: 60px;
  }
}
@media (min-width: 1260px) {
  .mainNav .btn {
    position: absolute;
    top: -75px;
    right: 0;
  }
}
@media (min-width: 1900px) {
  .mainNav .btn {
    top: 50%;
    transform: translateY(-50%);
  }
}
.mainNav--visible {
  visibility: visible;
  opacity: 1;
}

.mainMenu {
  list-style-type: none;
  padding: 0;
  margin: 30px 0 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (min-width: 768px) {
  .mainMenu {
    margin-top: 45px;
    margin-bottom: 5px;
    max-width: 450px;
  }
}
@media (min-width: 1260px) {
  .mainMenu {
    flex-direction: row;
    align-items: center;
    margin: 0 auto;
    width: 100%;
    max-width: 1500px;
  }
}
.mainMenu > li {
  position: relative;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 0;
  margin: 0 0 25px;
}
@media (min-width: 768px) {
  .mainMenu > li {
    margin-bottom: 39px;
  }
}
@media (min-width: 1260px) {
  .mainMenu > li {
    align-items: center;
    margin-right: 20px;
    margin-bottom: 0;
  }
}
@media (min-width: 1600px) {
  .mainMenu > li {
    margin-right: 30px;
  }
}
.mainMenu > li:nth-child(4) {
  margin-left: auto;
}
.mainMenu > li > a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  white-space: nowrap;
  font-style: italic;
  font-family: "Noto Serif", serif;
  text-transform: lowercase;
  color: #252525;
  transition: color 0.3s, background-color 0.3s, padding 0.3s;
}
@media (min-width: 768px) {
  .mainMenu > li > a {
    font-size: 1.25rem;
    letter-spacing: 0.01em;
  }
}
@media (min-width: 1260px) {
  .mainMenu > li > a {
    font-size: 0.9375rem;
    line-height: 60px;
    font-family: "Gotham", sans-serif;
    font-style: normal;
    color: #ffffff;
    text-transform: uppercase;
  }
}
@media (min-width: 1600px) {
  .mainMenu > li > a {
    font-size: 1rem;
  }
}
@media (min-width: 1260px) {
  .mainMenu > li.menu-item-has-children > a {
    padding-right: 20px;
  }
}
@media (min-width: 1260px) {
  .mainMenu > li.menu-item-has-children > a:before, .mainMenu > li.menu-item-has-children > a:after {
    content: "";
    background: currentColor;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translate(50%, -50%);
  }
}
.mainMenu > li.menu-item-has-children > a:before {
  width: 8px;
  height: 1px;
}
.mainMenu > li.menu-item-has-children > a:after {
  width: 1px;
  height: 8px;
}
@media (min-width: 1260px) {
  .mainMenu > li.menu-item-has-children:last-child {
    margin-right: 0;
    position: absolute;
    top: -74px;
    right: 166px;
  }
}
@media (min-width: 1900px) {
  .mainMenu > li.menu-item-has-children:last-child {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
  }
}
.mainMenu > li.menu-item-has-children:last-child > a {
  display: none;
}
@media (min-width: 1260px) {
  .mainMenu > li.menu-item-has-children:last-child > a {
    display: block;
    position: relative;
    padding-right: 0 !important;
    width: 30px;
    height: 60px;
  }
}
.mainMenu > li.menu-item-has-children:last-child > a:before, .mainMenu > li.menu-item-has-children:last-child > a:after {
  display: none;
}
@media (min-width: 1260px) {
  .mainMenu > li.menu-item-has-children:last-child > a span {
    display: block;
    width: 25px;
    height: 2px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #ffffff;
    transition: background-color 0.3s;
  }
}
@media (min-width: 1260px) {
  .mainMenu > li.menu-item-has-children:last-child > a span:before, .mainMenu > li.menu-item-has-children:last-child > a span:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 25px;
    height: 2px;
    background: #ffffff no-repeat center;
    transition: opacity 0.3s, margin-top 0.3s, transform 0.3s;
    transform: translate(-50%, -50%);
  }
}
@media (min-width: 1260px) {
  .mainMenu > li.menu-item-has-children:last-child > a span:before {
    margin-top: -6px;
  }
}
@media (min-width: 1260px) {
  .mainMenu > li.menu-item-has-children:last-child > a span:after {
    margin-top: 6px;
  }
}
.mainMenu > li.menu-item-has-children:last-child > ul {
  column-count: auto;
  margin: 0;
}
@media (min-width: 1260px) {
  .mainMenu > li.menu-item-has-children:last-child > ul {
    left: auto;
    right: 0;
    transform: none;
  }
}
@media (min-width: 1850px) {
  .mainMenu > li.menu-item-has-children:last-child > ul {
    left: 50%;
    transform: translateX(-50%);
    right: auto;
  }
}
.mainMenu > li.menu-item-has-children:last-child > ul:before {
  display: none;
}
@media (min-width: 1260px) {
  .mainMenu > li.menu-item-has-children:last-child > ul:before {
    display: block;
    left: calc(100% - 15px);
  }
}
@media (min-width: 1850px) {
  .mainMenu > li.menu-item-has-children:last-child > ul:before {
    left: 50%;
  }
}
.mainMenu > li.menu-item-has-children:last-child > ul > li {
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .mainMenu > li.menu-item-has-children:last-child > ul > li {
    margin-bottom: 39px;
  }
}
@media (min-width: 1260px) {
  .mainMenu > li.menu-item-has-children:last-child > ul > li {
    margin-bottom: 13px;
  }
}
.mainMenu > li.menu-item-has-children:last-child > ul > li:last-child {
  margin-bottom: 0;
}
.mainMenu > li.menu-item-has-children:last-child > ul > li > a {
  font-style: italic;
  font-family: "Noto Serif", serif;
  text-transform: lowercase;
  font-size: 1rem;
}
@media (min-width: 768px) {
  .mainMenu > li.menu-item-has-children:last-child > ul > li > a {
    font-size: 1.25rem;
  }
}
@media (min-width: 1260px) {
  .mainMenu > li.menu-item-has-children:last-child > ul > li > a {
    font-style: normal;
    font-family: "Gotham", sans-serif;
    text-transform: uppercase;
    font-size: 1rem;
  }
}
@media (min-width: 1260px) {
  .mainMenu > li.menu-item-has-children:last-child:hover > a span:before {
    margin-top: -9px;
  }
}
@media (min-width: 1260px) {
  .mainMenu > li.menu-item-has-children:last-child:hover > a span:after {
    margin-top: 9px;
  }
}
@media (min-width: 1260px) {
  .mainMenu > li.menu-item-has-children:last-child:hover > ul {
    visibility: hidden;
    opacity: 0;
  }
}
@media (min-width: 1260px) {
  .mainMenu > li.menu-item-has-children:last-child.open > a span {
    background: transparent;
  }
}
@media (min-width: 1260px) {
  .mainMenu > li.menu-item-has-children:last-child.open > a span:before, .mainMenu > li.menu-item-has-children:last-child.open > a span:after {
    margin-top: 0;
  }
}
@media (min-width: 1260px) {
  .mainMenu > li.menu-item-has-children:last-child.open > a span:before {
    transform: translate(-50%, -50%) rotate(45deg);
  }
}
@media (min-width: 1260px) {
  .mainMenu > li.menu-item-has-children:last-child.open > a span:after {
    transform: translate(-50%, -50%) rotate(-45deg);
  }
}
@media (min-width: 1260px) {
  .mainMenu > li.menu-item-has-children:last-child.open > ul {
    visibility: visible !important;
    opacity: 1 !important;
  }
}
@media (min-width: 1260px) {
  .mainMenu > li.menu-item-has-children:last-child:after {
    display: none;
  }
}
@media (min-width: 1260px) {
  .mainMenu > li.menu-item-has-children:hover > a:after {
    opacity: 0;
  }
}
@media (min-width: 1260px) {
  .mainMenu > li.menu-item-has-children:hover > ul {
    visibility: visible;
    opacity: 1;
  }
}
.mainMenu > li.current-menu-ancestor > ul {
  display: block;
}
@media (min-width: 1260px) {
  .mainMenu > li.current-menu-ancestor > ul {
    visibility: hidden;
    opacity: 0;
  }
}
@media (min-width: 1260px) {
  .mainMenu > li.current_page_item:after, .mainMenu > li.current-menu-item:after, .mainMenu > li.current-menu-ancestor:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 10px;
    width: 25px;
    height: 2px;
    background: #be302b;
  }
}
@media (min-width: 1260px) {
  .mainMenu > li:not(.menu-item-has-children):hover:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 10px;
    width: 25px;
    height: 2px;
    background: #be302b;
  }
}
.mainMenu > li > ul {
  position: relative;
  list-style-type: none;
  padding: 0;
  margin: 24px 0 -10px;
  width: 100%;
  column-count: 2;
  column-gap: 25px;
}
@media (min-width: 768px) {
  .mainMenu > li > ul {
    margin: 30px 0 -10px;
  }
}
@media (min-width: 1260px) {
  .mainMenu > li > ul {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    left: 50%;
    top: 100%;
    background: #ffffff;
    border-radius: 5px;
    transition: opacity 0.3s, visibility 0.3s;
    width: 240px;
    text-align: center;
    transform: translateX(-50%);
    column-count: auto;
    margin: 0;
    padding: 25px 20px;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.15);
  }
}
.mainMenu > li > ul:before {
  content: "";
  position: absolute;
  left: 0;
  top: -15px;
  width: 40px;
  height: 2px;
  background: #be302b;
}
@media (min-width: 768px) {
  .mainMenu > li > ul:before {
    margin-top: -10px;
  }
}
@media (min-width: 1260px) {
  .mainMenu > li > ul:before {
    left: 50%;
    bottom: calc(100% - 1px);
    top: auto;
    width: 0;
    height: 0;
    background: transparent;
    transform: translateX(-50%);
    border: solid transparent;
    border-width: 0 10px 10px 10px;
    border-bottom-color: #ffffff;
  }
}
.mainMenu > li > ul > li {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .mainMenu > li > ul > li {
    margin-bottom: 13px;
  }
}
@media (min-width: 1260px) {
  .mainMenu > li > ul > li:last-child {
    margin-bottom: 0;
  }
}
.mainMenu > li > ul > li > a {
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0em;
  color: #252525;
}
@media (min-width: 768px) {
  .mainMenu > li > ul > li > a {
    font-size: 1rem;
    letter-spacing: 0.01em;
  }
}
@media (min-width: 1260px) {
  .mainMenu > li > ul > li > a {
    font-weight: 400;
    width: 100%;
    transition: color 0.3s;
  }
}
@media (min-width: 1260px) {
  .mainMenu > li > ul > li > a:hover {
    color: #777777;
  }
}
.mainMenu > li > ul > li > ul {
  display: none;
  list-style-type: none;
  padding: 0;
  margin: 0;
  width: 100%;
}
.mainMenu > li > ul > li > ul > li {
  display: flex;
  flex-wrap: wrap;
}
.btnMenuClose {
  position: absolute;
  top: 30px;
  right: 20px;
}
@media (min-width: 768px) {
  .btnMenuClose {
    top: 55px;
    right: 40px;
  }
}
@media (min-width: 1260px) {
  .btnMenuClose {
    display: none;
  }
}
.btnMenuClose__hamburger {
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
}
.btnMenuClose__hamburger span {
  display: block;
  border-radius: 0;
  background: currentColor;
  width: 25px;
  height: 2px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s;
}
.btnMenuClose__hamburger span:nth-child(1) {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.btnMenuClose__hamburger span:nth-child(2) {
  transform: translate(-50%, -50%) rotate(45deg);
}

.menuArrow {
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 15px;
  transition: color 0.3s;
}
@media (min-width: 1260px) {
  .menuArrow {
    display: none;
  }
}
.menuArrow svg {
  height: 20px;
  transform: rotate(90deg);
  transition: transform 0.3s;
}
.menuArrow.open svg {
  transform: rotate(270deg);
}

.navOverlay {
  visibility: hidden;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  background: rgba(255, 255, 255, 0.95);
  z-index: 3500;
  transition: visibility 0.3s, opacity 0.3s;
}
.navOverlay--visible {
  opacity: 1;
  visibility: visible;
}

.section {
  margin: 75px 0;
}
@media (min-width: 1600px) {
  .section {
    margin: 110px 0;
  }
}
@media (min-width: 1900px) {
  .section {
    margin: 190px 0;
  }
}

.heroSection {
  position: relative;
  margin: 0;
}
.heroSection__imageContainer {
  position: relative;
  padding-bottom: 350px;
}
@media (min-width: 1600px) {
  .heroSection__imageContainer {
    padding-bottom: 400px;
  }
}
@media (min-width: 1900px) {
  .heroSection__imageContainer {
    padding-bottom: 600px;
  }
}
.heroSection__image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.heroSection__overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: flex-end;
  padding: 74px 0;
}
@media (min-width: 1600px) {
  .heroSection__overlay {
    padding: 105px 0;
  }
}
.heroSection__textContainer {
  color: #ffffff;
  text-align: right;
}
@media (min-width: 1260px) {
  .heroSection__textContainer {
    max-width: 50%;
    margin-left: auto;
  }
}
.heroSection__textContainer h1 .word {
  display: inline-block;
  white-space: nowrap;
  margin: 0 0 0 10px;
}
.heroSection__textContainer h1 .char {
  display: inline-block;
  -webkit-transform: translate3d(0, -20px, 0) !important;
  transform: translate3d(0, -20px, 0) !important;
}
.heroSection__textContainer h1 .char.aos-animate {
  -webkit-transform: none !important;
  transform: none !important;
}

@media (min-width: 1600px) {
  .introSection {
    margin: 110px 0;
  }
}

.ctaSection {
  position: relative;
  padding-top: 65px;
}
@media (min-width: 1260px) {
  .ctaSection {
    padding-top: 115px;
  }
}
.ctaSection:before {
  content: "";
  background: #e9e5e1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  bottom: 147px;
}
@media (min-width: 768px) {
  .ctaSection:before {
    bottom: 202px;
  }
}
@media (min-width: 1260px) {
  .ctaSection:before {
    bottom: 302px;
  }
}

.postsListing__pagination {
  display: flex;
  justify-content: center;
  margin: 30px 0 0;
}
.postsListing__nothingFound {
  text-align: center;
}

.teaser__imageContainer {
  position: relative;
  padding-bottom: 80%;
}
.teaser__image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.teaser__lnkOverlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

@media (min-width: 768px) {
  .introBlock__textContainer {
    text-align: right;
    margin-left: auto;
    max-width: 450px;
  }
}
@media (min-width: 1260px) {
  .introBlock__textContainer {
    max-width: 550px;
  }
}
@media (min-width: 768px) {
  .introBlock__textContainer--left {
    text-align: left;
    margin: 0 auto 0 0;
    max-width: 480px;
  }
}
.introBlock--narrow {
  max-width: 1300px;
  margin: 0 auto;
}

.mapContainer {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

@media (min-width: 768px) {
  .imageTextBlock {
    display: flex;
    flex-direction: column-reverse;
  }
}
@media (min-width: 1260px) {
  .imageTextBlock {
    flex-direction: row-reverse;
    align-items: center;
  }
}
.imageTextBlock__col1 {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .imageTextBlock__col1 {
    width: 65%;
    margin-left: auto;
    margin-right: -50px;
    margin-bottom: 0;
  }
}
@media (min-width: 1260px) {
  .imageTextBlock__col1 {
    width: 47%;
    margin-right: 0;
  }
}
@media (min-width: 768px) {
  .imageTextBlock__col2 {
    width: 65%;
    margin-right: auto;
    margin-bottom: 30px;
  }
}
@media (min-width: 1260px) {
  .imageTextBlock__col2 {
    width: 52%;
    padding: 0 100px;
    margin: 0;
  }
}
.imageTextBlock__imageContainer {
  position: relative;
  padding-bottom: 80%;
}
@media (min-width: 768px) {
  .imageTextBlock__imageContainer {
    padding-bottom: 69%;
  }
}
@media (min-width: 1260px) {
  .imageTextBlock__imageContainer {
    padding-bottom: 126%;
  }
}
.imageTextBlock__imageContainer img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.imageTextBlock__imageContainer--original {
  padding-bottom: 0;
}
.imageTextBlock__imageContainer--original img {
  position: static;
}
@media (min-width: 768px) {
  .imageTextBlock--reverse {
    flex-direction: column;
  }
}
@media (min-width: 1260px) {
  .imageTextBlock--reverse {
    flex-direction: row;
  }
}
@media (min-width: 1600px) {
  .imageTextBlock--reverse {
    margin-top: -75px;
  }
}
@media (min-width: 768px) {
  .imageTextBlock--reverse .imageTextBlock__col1 {
    margin: 0 auto 35px 0;
  }
}
@media (min-width: 1260px) {
  .imageTextBlock--reverse .imageTextBlock__col1 {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .imageTextBlock--reverse .imageTextBlock__col2 {
    margin: 0 0 0 auto;
  }
}
@media (min-width: 1260px) {
  .imageTextBlock--reverse .imageTextBlock__col2 {
    padding: 0;
    width: 47%;
    max-width: 610px;
  }
}

.communityTeaser {
  position: relative;
  width: 100%;
}
.communityTeaser__imageContainer {
  position: relative;
  padding-bottom: 128%;
}
@media (min-width: 768px) {
  .communityTeaser__imageContainer {
    padding-bottom: 125%;
  }
}
.communityTeaser__imageContainer img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 1260px) {
  .communityTeaser__imageContainer:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0.3s, opacity 0.3s;
    background: rgba(0, 0, 0, 0.3);
  }
}
.communityTeaser__overlay {
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  color: #ffffff;
  padding: 15px 15px;
  background: rgba(0, 0, 0, 0.35);
}
@media (min-width: 768px) {
  .communityTeaser__overlay {
    padding: 25px 15px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 35%, rgba(0, 0, 0, 0.3) 100%);
  }
}
@media (min-width: 1260px) {
  .communityTeaser__overlay {
    padding: 30px 50px 45px;
  }
}
.communityTeaser__overlay img {
  max-width: 280px;
  max-height: 120px;
  width: 100%;
}
@media (min-width: 768px) {
  .communityTeaser__overlay img {
    max-height: 200px;
  }
}
.communityTeaser__comingSoon {
  display: inline-block;
  position: relative;
  font-family: "Noto Serif", serif;
  font-style: italic;
  font-weight: 400;
  margin-bottom: auto;
}
.communityTeaser__comingSoon:before, .communityTeaser__comingSoon:after {
  content: "";
  width: 30px;
  height: 2px;
  background: currentColor;
  position: absolute;
  top: 55%;
  transform: translateY(-55%);
}
.communityTeaser__comingSoon:before {
  right: calc(100% + 10px);
}
.communityTeaser__comingSoon:after {
  left: calc(100% + 10px);
}
.communityTeaser__soldOut {
  text-transform: uppercase;
  font-weight: 500;
  color: #ffffff;
  font-size: 20px;
  line-height: 55px;
  background: #b7a99a;
  position: absolute;
  left: 90px;
  top: 12px;
  transform-origin: 25% 25%;
  transform: rotate(-30deg) translate(-50%, -50%);
  padding: 0 100px;
  text-align: center;
  white-space: nowrap;
  z-index: 100;
}
.communityTeaser__subtitle {
  font-weight: 400;
  font-size: 0.75rem;
  text-transform: uppercase;
  margin-top: 16px;
}
@media (min-width: 768px) {
  .communityTeaser__subtitle {
    font-size: 1rem;
    margin-top: 35px;
  }
}
.communityTeaser__linkOverlay {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
@media (min-width: 1260px) {
  .communityTeaser:hover .communityTeaser__imageContainer:after {
    visibility: visible;
    opacity: 1;
  }
}

.communityListingTeaser {
  position: relative;
  width: 100%;
  margin-top: 60px;
}
@media (min-width: 768px) {
  .communityListingTeaser {
    width: calc(50% - 15px);
    margin-top: 120px;
  }
}
@media (min-width: 1260px) {
  .communityListingTeaser {
    width: 43%;
    margin-top: 140px;
  }
}
@media (min-width: 1600px) {
  .communityListingTeaser {
    margin-top: 180px;
  }
}
.communityListingTeaser:first-child {
  margin-top: 0;
}
@media (min-width: 768px) {
  .communityListingTeaser:nth-child(2) {
    margin-top: 285px;
  }
}
@media (min-width: 1260px) {
  .communityListingTeaser:nth-child(2) {
    margin-top: 410px;
  }
}
.communityListingTeaser__imageContainer {
  overflow: hidden;
  position: relative;
  padding-bottom: 80%;
}
@media (min-width: 768px) {
  .communityListingTeaser__imageContainer {
    padding-bottom: 125%;
  }
}
@media (min-width: 1260px) {
  .communityListingTeaser__imageContainer:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0.3s, opacity 0.3s;
    background: rgba(0, 0, 0, 0.3);
  }
}
.communityListingTeaser__image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.communityListingTeaser__overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  color: #ffffff;
  padding: 25px 15px;
  background: rgba(0, 0, 0, 0.35);
  z-index: 10;
}
@media (min-width: 768px) {
  .communityListingTeaser__overlay {
    padding: 25px 15px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 35%, rgba(0, 0, 0, 0.3) 100%);
  }
}
@media (min-width: 1260px) {
  .communityListingTeaser__overlay {
    padding: 45px 50px;
  }
}
.communityListingTeaser__overlay img {
  max-width: 250px;
  max-height: 125px;
  width: 100%;
  object-fit: contain;
}
@media (min-width: 768px) {
  .communityListingTeaser__overlay img {
    max-width: 280px;
    max-height: 200px;
  }
}
.communityListingTeaser__comingSoon {
  display: inline-block;
  position: relative;
  font-family: "Noto Serif", serif;
  font-style: italic;
  font-weight: 400;
  margin-bottom: auto;
}
.communityListingTeaser__comingSoon:before, .communityListingTeaser__comingSoon:after {
  content: "";
  width: 30px;
  height: 2px;
  background: currentColor;
  position: absolute;
  top: 55%;
  transform: translateY(-50%);
}
.communityListingTeaser__comingSoon:before {
  right: calc(100% + 10px);
}
.communityListingTeaser__comingSoon:after {
  left: calc(100% + 10px);
}
.communityListingTeaser__soldOut {
  text-transform: uppercase;
  font-weight: 500;
  color: #ffffff;
  font-size: 20px;
  line-height: 55px;
  background: #b7a99a;
  position: absolute;
  left: 90px;
  top: 12px;
  transform-origin: 25% 25%;
  transform: rotate(-30deg) translate(-50%, -50%);
  padding: 0 100px;
  text-align: center;
  white-space: nowrap;
  z-index: 100;
}
.communityListingTeaser__subtitle {
  font-weight: 400;
  font-size: 0.75rem;
  text-transform: uppercase;
  margin-top: 16px;
}
@media (min-width: 768px) {
  .communityListingTeaser__subtitle {
    font-size: 1rem;
    margin-top: 35px;
  }
}
.communityListingTeaser__textContainer {
  padding: 20px 20px 0;
}
@media (min-width: 768px) {
  .communityListingTeaser__textContainer {
    padding-top: 35px;
  }
}
@media (min-width: 1260px) {
  .communityListingTeaser__textContainer {
    padding: 45px 35px 0;
  }
}
.communityListingTeaser__title {
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .communityListingTeaser__title {
    margin-bottom: 15px;
  }
}
.communityListingTeaser__excerpt {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .communityListingTeaser__excerpt {
    margin-bottom: 25px;
  }
}
@media (min-width: 1260px) {
  .communityListingTeaser__excerpt {
    margin-bottom: 35px;
  }
}
.communityListingTeaser__linkOverlay {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 20;
}
@media (min-width: 1260px) {
  .communityListingTeaser:hover .communityListingTeaser__imageContainer:after {
    visibility: visible;
    opacity: 1;
  }
}

.ctaBlock {
  position: relative;
}
@media (min-width: 1260px) {
  .ctaBlock {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
  }
}
@media (min-width: 1260px) {
  .ctaBlock__col1 {
    width: calc(43% - 50px);
    margin-bottom: 302px;
    display: flex;
    align-items: center;
    padding-bottom: 30px;
    max-width: 480px;
  }
}
.ctaBlock__col2 {
  position: relative;
  margin-right: 147px;
  margin-top: 40px;
}
@media (min-width: 768px) {
  .ctaBlock__col2 {
    margin-right: 265px;
    margin-top: 60px;
  }
}
@media (min-width: 1260px) {
  .ctaBlock__col2 {
    width: 57%;
    margin: 0;
  }
}
.ctaBlock__textContainer {
  max-width: 440px;
}
@media (min-width: 1260px) {
  .ctaBlock__textContainer {
    max-width: none;
  }
}
.ctaBlock__imageContainer {
  position: relative;
  padding-bottom: 137%;
}
@media (min-width: 768px) {
  .ctaBlock__imageContainer {
    padding-bottom: 100%;
  }
}
@media (min-width: 1260px) {
  .ctaBlock__imageContainer {
    padding-bottom: 103%;
  }
}
.ctaBlock__imageContainer img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ctaBlock__link {
  display: block;
  width: 145px;
  height: 145px;
  color: #ffffff;
  position: absolute;
  left: calc(100% + 2px);
  bottom: 0;
}
@media (min-width: 768px) {
  .ctaBlock__link {
    width: 263px;
    height: 200px;
  }
}
@media (min-width: 1260px) {
  .ctaBlock__link {
    width: 380px;
    height: 300px;
  }
}
.ctaBlock__link img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ctaBlock__linkText {
  display: flex;
  align-items: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  transition: background-color 0.3s;
  padding: 14px;
  font-weight: 400;
  line-height: 1.375;
}
@media (min-width: 768px) {
  .ctaBlock__linkText {
    padding: 50px;
  }
}
@media (min-width: 1260px) {
  .ctaBlock__linkText {
    justify-content: center;
  }
}
.ctaBlock__link svg {
  position: absolute;
  width: 20px;
  right: 10px;
  bottom: 10px;
  transform: rotate(90deg);
  transition: right 0.3s, bottom 0.3s, color 0.3s;
}
@media (min-width: 768px) {
  .ctaBlock__link svg {
    right: 20px;
    bottom: 20px;
  }
}
@media (min-width: 1260px) {
  .ctaBlock__link:hover .ctaBlock__linkText {
    background: rgba(0, 0, 0, 0.8);
  }
}
@media (min-width: 1260px) {
  .ctaBlock__link:hover svg {
    color: #be302b;
    right: 30px;
    bottom: 30px;
  }
}

.textSliderBlock {
  position: relative;
  margin: 0 -30px;
  overflow: hidden;
  padding-bottom: 25px;
}
@media (min-width: 768px) {
  .textSliderBlock {
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-end;
    margin: 0;
    overflow: visible;
    padding-bottom: 0;
  }
}
.textSliderBlock__col1 {
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .textSliderBlock__col1 {
    width: calc(100% - 215px);
    overflow: hidden;
    padding-bottom: 95px;
    margin-right: -50px;
    margin-bottom: 0;
  }
}
@media (min-width: 1260px) {
  .textSliderBlock__col1 {
    width: calc(100% - 480px);
    padding-bottom: 120px;
    margin: 0;
  }
}
.textSliderBlock__col1 .tns-ovh {
  overflow: visible;
}
.textSliderBlock__col1 .tns-nav {
  display: flex;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media (min-width: 768px) {
  .textSliderBlock__col1 .tns-nav {
    bottom: 50px;
  }
}
@media (min-width: 1260px) {
  .textSliderBlock__col1 .tns-nav {
    bottom: 80px;
  }
}
.textSliderBlock__col1 .tns-nav button {
  width: 40px;
  height: 3px;
  background: #97999b;
  margin-left: 10px;
  transition: background-color 0.3s, width 0.3s;
}
.textSliderBlock__col1 .tns-nav button.tns-nav-active {
  background: #be302b;
  width: 80px;
}
.textSliderBlock__col2 {
  width: calc(50% - 15px);
}
@media (min-width: 768px) {
  .textSliderBlock__col2 {
    width: 265px;
  }
}
@media (min-width: 1260px) {
  .textSliderBlock__col2 {
    width: 480px;
  }
}
.textSliderBlock__slide {
  position: relative;
  background: #ebebeb;
  padding: 40px 30px;
}
@media (min-width: 768px) {
  .textSliderBlock__slide {
    padding: 85px 55px;
  }
}
@media (min-width: 1260px) {
  .textSliderBlock__slide {
    padding: 140px 55px;
  }
}
@media (min-width: 1260px) {
  .textSliderBlock__slideText {
    max-width: 480px;
    margin: 0 auto;
  }
}
.textSliderBlock__slide .btn {
  position: absolute;
  left: calc(50% + 15px);
  bottom: -70px;
}
@media (min-width: 768px) {
  .textSliderBlock__slide .btn {
    left: 30px;
    bottom: -93px;
  }
}
.textSliderBlock__imageContainer {
  position: relative;
  padding-bottom: 78%;
}
@media (min-width: 1260px) {
  .textSliderBlock__imageContainer {
    padding-bottom: 84%;
  }
}
.textSliderBlock__imageContainer img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (min-width: 1260px) {
  .twoColsTextBlock {
    display: flex;
    justify-content: space-between;
  }
}
.twoColsTextBlock__col1 {
  margin: 0 0 0.8em;
}
@media (min-width: 1260px) {
  .twoColsTextBlock__col1 {
    width: calc(50% - 50px);
    margin: 0;
  }
}
@media (min-width: 1260px) {
  .twoColsTextBlock__col2 {
    width: calc(50% - 50px);
  }
}

.homesListing {
  margin: 35px 0 0;
}
@media (min-width: 768px) {
  .homesListing {
    margin: 60px 0 0;
  }
}
@media (min-width: 1600px) {
  .homesListing {
    margin: 90px -25px -60px;
  }
}
.homesListing__filter {
  margin-bottom: 40px;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .homesListing__filter {
    margin-bottom: 50px;
  }
}
@media (min-width: 1260px) {
  .homesListing__filter {
    margin-bottom: 60px;
  }
}
.homesListing__filterDropdown {
  position: relative;
  max-width: 200px;
}
@media (min-width: 768px) {
  .homesListing__filterDropdown {
    display: none;
  }
}
.homesListing__filterDropdown select {
  background: #f1f1f1;
  color: #3d3d3d;
}
.homesListing__filterDropdown .select2-container--default .select2-selection--single .select2-selection__rendered {
  background: #f1f1f1;
  color: #3d3d3d;
}
.homesListing__filterDropdown .select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #3d3d3d;
}
.homesListing__filterDropdown .select2-container--default .select2-selection--single .select2-selection__arrow b:before,
.homesListing__filterDropdown .select2-container--default .select2-selection--single .select2-selection__arrow b:after {
  background: #3d3d3d;
}
.homesListing__filterLinks {
  display: none;
}
@media (min-width: 768px) {
  .homesListing__filterLinks {
    display: inline-flex;
    text-transform: lowercase;
    border-bottom: 1px solid #97999b;
  }
}
@media (min-width: 1260px) {
  .homesListing__filterLinks {
    margin: 0 25px;
  }
}
.homesListing__filterLinks a {
  position: relative;
  display: block;
  margin-right: 40px;
  line-height: 44px;
  font-family: "Noto Serif", serif;
  font-style: italic;
  font-size: 1.1875rem;
  letter-spacing: 0.01em;
  font-weight: 400;
}
.homesListing__filterLinks a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #97999b;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.3s, opacity 0.3s;
}
@media (min-width: 768px) {
  .homesListing__filterLinks a.active:after {
    visibility: visible;
    opacity: 1;
  }
}
@media (min-width: 1260px) {
  .homesListing__filterLinks a:hover:after {
    visibility: visible;
    opacity: 1;
  }
}
.homesListing__filterLinks a:last-child {
  margin-right: 0;
}
.homesListing__teasers {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .homesListing__teasers {
    justify-content: space-between;
    margin: 0 -15px;
  }
}
@media (min-width: 1260px) {
  .homesListing__teasers {
    justify-content: flex-start;
  }
}
@media (min-width: 1600px) {
  .homesListing__teasers {
    margin: 0 -30px;
  }
}
.homesListing__teasers .propertyTeaser {
  width: 100%;
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .homesListing__teasers .propertyTeaser {
    width: calc(50% - 30px);
    margin: 0 15px 60px;
  }
}
@media (min-width: 1260px) {
  .homesListing__teasers .propertyTeaser {
    width: calc((100% - 90px) / 3);
    margin: 0 15px 30px;
  }
}
@media (min-width: 1600px) {
  .homesListing__teasers .propertyTeaser {
    margin: 0 30px 100px;
    width: calc((100% - 180px) / 3);
  }
}
.homesListing__pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
}
@media (min-width: 1600px) {
  .homesListing__pagination {
    margin: -20px 0 0;
  }
}
.homesListing__nothingFound {
  text-align: center;
}
@media (min-width: 768px) {
  .homesListing__nothingFound {
    padding: 0 15px;
  }
}
@media (min-width: 1600px) {
  .homesListing__nothingFound {
    padding: 0 30px;
  }
}

.propertyTeaser__inner {
  position: relative;
  width: 100%;
}
.propertyTeaser__imageContainer {
  position: relative;
  padding-bottom: 65%;
  overflow: hidden;
}
.propertyTeaser__imageContainer.sold a {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.propertyTeaser__imageContainer.sold a:before {
  content: attr(data-sold-out);
  background: #ffffff;
  position: absolute;
  left: 50%;
  top: 15px;
  transform: translateX(-50%);
  line-height: 38px;
  padding: 0 15px;
  color: #4d4e55;
  z-index: 30;
  letter-spacing: 0.015em;
  font-family: "Noto Serif", serif;
  font-style: italic;
  white-space: nowrap;
  text-transform: lowercase;
}
@media (min-width: 768px) {
  .propertyTeaser__imageContainer.sold a:before {
    top: 29px;
  }
}
.propertyTeaser__imageContainer.sold a:after {
  content: "";
  position: absolute;
  top: 14px;
  left: 17px;
  right: 17px;
  bottom: 14px;
  border: 2px solid #ffffff;
  z-index: 20;
}
@media (min-width: 768px) {
  .propertyTeaser__imageContainer.sold a:after {
    top: 28px;
    left: 28px;
    right: 28px;
    bottom: 28px;
  }
}
.propertyTeaser__image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 10;
}
.propertyTeaser__textContainer {
  padding: 20px 20px 0;
}
@media (min-width: 768px) {
  .propertyTeaser__textContainer {
    padding: 35px 20px 0;
  }
}
@media (min-width: 1260px) {
  .propertyTeaser__textContainer {
    padding: 35px 40px 0;
  }
}
.propertyTeaser__title {
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .propertyTeaser__title {
    margin-bottom: 15px;
  }
}
@media (min-width: 1260px) {
  .propertyTeaser__title {
    margin-bottom: 10px;
  }
}
.propertyTeaser__categories {
  display: flex;
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .propertyTeaser__categories {
    margin-bottom: 10px;
  }
}
.propertyTeaser__price {
  font-weight: 500;
}
.propertyTeaser__meta {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 13px;
}
@media (min-width: 768px) {
  .propertyTeaser__meta {
    margin-bottom: 10px;
  }
}
@media (min-width: 1260px) {
  .propertyTeaser__meta {
    margin-bottom: 15px;
  }
}
.propertyTeaser__metaItem {
  display: flex;
  align-items: center;
  margin-right: 25px;
}
.propertyTeaser__metaItem:first-child {
  width: 100%;
  margin-bottom: 15px;
}
@media (min-width: 1600px) {
  .propertyTeaser__metaItem:first-child {
    width: auto;
    margin-bottom: 0;
  }
}
.propertyTeaser__metaItem:last-child {
  margin-right: 0;
}
.propertyTeaser__metaItem svg {
  margin-right: 8px;
}
.propertyTeaser__btnRow {
  margin-top: 25px;
}
@media (min-width: 1260px) {
  .propertyTeaser__btnRow {
    margin-top: 35px;
  }
}
.propertyTeaser.hidden {
  display: none;
}

.ctaTextBlock {
  position: relative;
}
@media (min-width: 768px) {
  .ctaTextBlock {
    display: flex;
    align-items: flex-end;
  }
}
.ctaTextBlock__col1 {
  background: #ebebeb;
  margin: 0 -30px 2px;
  padding: 45px 30px;
}
@media (min-width: 768px) {
  .ctaTextBlock__col1 {
    margin: 0 0 0 -50px;
    padding: 65px 50px;
    flex: 1;
  }
}
@media (min-width: 1260px) {
  .ctaTextBlock__col1 {
    width: calc(49% + 50px);
    display: flex;
    align-items: center;
    flex: none;
    padding: 140px 50px;
  }
}
@media (min-width: 1260px) {
  .ctaTextBlock__col1:before {
    content: "";
    position: absolute;
    top: 0;
    right: calc(100% - 1px);
    bottom: 0;
    background: #ebebeb;
    width: 100vw;
  }
}
.ctaTextBlock__col2 {
  position: relative;
  margin: 0 0 0 -30px;
}
@media (min-width: 768px) {
  .ctaTextBlock__col2 {
    width: 265px;
    margin: 0 0 0 2px;
  }
}
@media (min-width: 1260px) {
  .ctaTextBlock__col2 {
    flex: 1;
    width: auto;
  }
}
.ctaTextBlock__textContainer {
  max-width: 440px;
}
@media (min-width: 1260px) {
  .ctaTextBlock__textContainer {
    max-width: 500px;
  }
}
.ctaTextBlock__link {
  position: relative;
  display: block;
  width: 175px;
  height: 135px;
  color: #ffffff;
}
@media (min-width: 768px) {
  .ctaTextBlock__link {
    width: 263px;
    height: 200px;
  }
}
@media (min-width: 1260px) {
  .ctaTextBlock__link {
    width: 380px;
    height: 300px;
  }
}
.ctaTextBlock__link img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ctaTextBlock__linkText {
  display: flex;
  align-items: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  transition: background-color 0.3s;
  padding: 14px 45px;
  font-weight: 400;
  line-height: 1.375;
}
@media (min-width: 768px) {
  .ctaTextBlock__linkText {
    padding: 40px;
  }
}
@media (min-width: 1260px) {
  .ctaTextBlock__linkText {
    justify-content: center;
  }
}
.ctaTextBlock__link svg {
  position: absolute;
  width: 20px;
  right: 10px;
  bottom: 10px;
  transform: rotate(90deg);
  transition: right 0.3s, bottom 0.3s, color 0.3s;
}
@media (min-width: 768px) {
  .ctaTextBlock__link svg {
    right: 20px;
    bottom: 20px;
  }
}
@media (min-width: 1260px) {
  .ctaTextBlock__link:hover .ctaTextBlock__linkText {
    background: rgba(0, 0, 0, 0.8);
  }
}
@media (min-width: 1260px) {
  .ctaTextBlock__link:hover svg {
    color: #be302b;
    right: 30px;
    bottom: 30px;
  }
}

@media (min-width: 768px) {
  .ctaLinks {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media (min-width: 1260px) {
  .ctaLinks {
    margin: 0 -15px;
    justify-content: flex-start;
  }
}
.ctaLinks__link {
  position: relative;
  display: flex;
  border: 1px solid #b7a99a;
  height: 120px;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
  font-weight: 400;
  letter-spacing: 0.01em;
  transition: background-color 0.3s, color 0.3s;
}
@media (min-width: 768px) {
  .ctaLinks__link {
    height: 255px;
    width: calc(50% - 15px);
  }
}
@media (min-width: 1260px) {
  .ctaLinks__link {
    width: 25%;
    margin: 0 15px;
  }
}
@media (min-width: 1600px) {
  .ctaLinks__link {
    height: 300px;
  }
}
@media (min-width: 768px) {
  .ctaLinks__link:nth-child(2) {
    margin-top: 145px;
  }
}
@media (min-width: 1260px) {
  .ctaLinks__link:nth-child(2) {
    margin-top: 0;
  }
}
.ctaLinks__link:last-child {
  margin-bottom: 0;
}
.ctaLinks__link svg {
  position: absolute;
  width: 20px;
  right: 10px;
  bottom: 10px;
  transform: rotate(90deg);
  transition: right 0.3s, bottom 0.3s;
}
@media (min-width: 768px) {
  .ctaLinks__link svg {
    right: 20px;
    bottom: 20px;
  }
}
@media (min-width: 1260px) {
  .ctaLinks__link:hover {
    background: #b7a99a;
    color: #ffffff;
  }
}

@media (min-width: 1260px) {
  .textImagesBlock {
    display: flex;
    justify-content: space-between;
  }
}
@media (min-width: 1600px) {
  .textImagesBlock {
    margin-top: -70px;
  }
}
.textImagesBlock__col1 {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .textImagesBlock__col1 {
    margin-bottom: 35px;
  }
}
@media (min-width: 1260px) {
  .textImagesBlock__col1 {
    width: 53%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .textImagesBlock__col2 {
    width: 65%;
  }
}
@media (min-width: 1260px) {
  .textImagesBlock__col2 {
    width: 47%;
    margin: 80px 0 100px;
  }
}
.textImagesBlock__textContainer {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .textImagesBlock__textContainer {
    width: 65%;
    margin-bottom: 35px;
  }
}
@media (min-width: 1260px) {
  .textImagesBlock__textContainer {
    margin: 0 50px 50px;
    width: auto;
  }
}
@media (min-width: 1600px) {
  .textImagesBlock__textContainer {
    margin: 0 100px;
  }
}
.textImagesBlock__imageContainer {
  position: relative;
  padding-bottom: 80%;
}
@media (min-width: 768px) {
  .textImagesBlock__imageContainer {
    width: 65%;
    margin-left: auto;
    padding-bottom: 55%;
  }
}
@media (min-width: 1260px) {
  .textImagesBlock__imageContainer {
    padding-bottom: 50%;
    width: 60%;
  }
}
.textImagesBlock__imageContainer img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.textImagesBlock__imageContainer2 {
  position: relative;
  padding-bottom: 80%;
}
@media (min-width: 1260px) {
  .textImagesBlock__imageContainer2 {
    padding-bottom: 125%;
  }
}
.textImagesBlock__imageContainer2 img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.popup {
  padding: 0;
  max-width: 750px;
  overflow: visible;
}
.popup .fancybox-close-small {
  position: absolute;
  opacity: 1;
  width: 40px;
  height: 40px;
  translate: 0 -50%;
  padding: 0;
  right: -5px;
  top: -30px;
}
@media (min-width: 1260px) {
  .popup .fancybox-close-small {
    right: -50px;
    top: -20px;
    translate: 50% -50%;
  }
}
.popup .fancybox-close-small:before, .popup .fancybox-close-small:after {
  content: "";
  background: #fff;
  width: 38px;
  height: 2px;
  position: absolute;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
}
.popup .fancybox-close-small:before {
  rotate: 45deg;
}
.popup .fancybox-close-small:after {
  rotate: -45deg;
}
.popup__content {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 25px 35px;
}
@media (min-width: 768px) {
  .popup__content {
    padding: 50px 16%;
  }
}
body.single-blog .textImagesBlock__imageContainer {
  padding: 0;
}
body.single-blog .textImagesBlock__imageContainer img {
  position: static;
}
body.single-blog .imageTextBlock__imageContainer {
  padding: 0;
}
body.single-blog .imageTextBlock__imageContainer img {
  position: static;
}

.communityHeader {
  position: relative;
  margin-top: -20px;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .communityHeader {
    display: flex;
    justify-content: space-between;
    margin-top: -40px;
  }
}
.communityHeader__logo {
  width: 150px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .communityHeader__logo {
    width: 205px;
    margin: 0;
  }
}
@media (min-width: 1260px) {
  .communityHeader__logo {
    width: 225px;
  }
}
@media (min-width: 1260px) {
  .communityHeader__nav {
    display: flex;
  }
}
.communityHeader__navDropdown {
  display: inline-block;
}
@media (min-width: 1260px) {
  .communityHeader__navDropdown {
    display: none;
  }
}
.communityHeader__navList {
  display: none;
}
@media (min-width: 1260px) {
  .communityHeader__navList {
    display: flex;
    background: #252525;
    padding: 0 15px;
    margin-left: -25px;
  }
}
.communityHeader__navList li {
  position: relative;
}
.communityHeader__navList li a {
  display: flex;
  align-items: center;
  position: relative;
  color: #ffffff;
  height: 80px;
  padding: 0 25px;
  font-size: 1.1875rem;
  font-weight: 400;
  letter-spacing: 0.01em;
  font-family: "Noto Serif", serif;
  font-style: italic;
  text-transform: lowercase;
}
.communityHeader__navList li a:after {
  content: "";
  position: absolute;
  left: 25px;
  bottom: 20px;
  width: 25px;
  height: 3px;
  background: #be302b;
  opacity: 0;
  visibility: hidden;
  transition: visibility 0.3s, opacity 0.3s;
}
@media (min-width: 1260px) {
  .communityHeader__navList li a:hover:after {
    opacity: 1;
    visibility: visible;
  }
}
.communityHeader__navList li a.active:after {
  opacity: 1;
  visibility: visible;
}

.communityIntroBlock {
  margin-top: -45px;
}
@media (min-width: 768px) {
  .communityIntroBlock {
    margin-top: -85px;
  }
}
@media (min-width: 1260px) {
  .communityIntroBlock {
    margin-top: -40px;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    margin-top: 0;
  }
}
@media (min-width: 1600px) {
  .communityIntroBlock {
    margin-top: -50px;
  }
}
.communityIntroBlock__logoContainer {
  width: 250px;
  margin-left: auto;
  margin-bottom: 45px;
  display: flex;
  justify-content: flex-end;
}
@media (min-width: 768px) {
  .communityIntroBlock__logoContainer {
    width: 350px;
    margin-bottom: 45px;
  }
}
@media (min-width: 1260px) {
  .communityIntroBlock__logoContainer {
    margin-top: 40px;
    margin-bottom: 0;
  }
}
.communityIntroBlock__logoContainer img {
  width: auto;
  max-width: 180px;
  max-height: 100px;
}
@media (min-width: 768px) {
  .communityIntroBlock__logoContainer img {
    max-height: 150px;
    max-width: 250px;
  }
}
.communityIntroBlock__textContainer {
  max-width: 435px;
}
@media (min-width: 1260px) {
  .communityIntroBlock__textContainer {
    max-width: 515px;
  }
}
@media (min-width: 1260px) {
  .communityIntroBlock__textContainer .btn {
    margin-top: 20px;
  }
}
.communityIntroBlock--comingSoon {
  margin-top: -30px;
}
@media (min-width: 768px) {
  .communityIntroBlock--comingSoon {
    margin-top: -45px;
  }
}
@media (min-width: 1260px) {
  .communityIntroBlock--comingSoon {
    margin-top: 0;
  }
}
@media (min-width: 1600px) {
  .communityIntroBlock--comingSoon {
    margin-top: -45px;
  }
}

.communityGalleryMap {
  margin-top: 35px;
}
@media (min-width: 768px) {
  .communityGalleryMap {
    margin-top: 55px;
  }
}
@media (min-width: 1260px) {
  .communityGalleryMap {
    display: flex;
    justify-content: space-between;
    margin-top: 95px;
  }
}
.communityGalleryMap__col1 {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .communityGalleryMap__col1 {
    width: 65%;
    margin-bottom: 55px;
  }
}
@media (min-width: 1260px) {
  .communityGalleryMap__col1 {
    width: calc(50% - 15px);
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .communityGalleryMap__col2 {
    width: 65%;
    margin-left: auto;
  }
}
@media (min-width: 1260px) {
  .communityGalleryMap__col2 {
    width: calc(50% - 15px);
  }
}
.communityGalleryMap__col2 .communityMapContainer img {
  width: 100%;
}

.communityMapContainer .gm-style-iw {
  background: #252525;
}
.communityMapContainer .gm-style-iw button {
  display: none !important;
}
.communityMapContainer .gm-style .gm-style-iw-d {
  overflow: visible !important;
}
.communityMapContainer .gm-style .gm-style-iw-c {
  padding: 12px !important;
}
.communityMapContainer .gm-style .gm-style-iw-tc::after {
  background: #252525;
}

.communityGallery {
  position: relative;
  padding-bottom: 25px;
}
@media (min-width: 768px) {
  .communityGallery {
    padding-bottom: 43px;
  }
}
@media (min-width: 1260px) {
  .communityGallery {
    padding-bottom: 0;
  }
}
.communityGallery .tns-nav {
  display: flex;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media (min-width: 1260px) {
  .communityGallery .tns-nav {
    bottom: -40px;
  }
}
.communityGallery .tns-nav button {
  width: 40px;
  height: 3px;
  background: #97999b;
  margin-right: 10px;
  transition: background-color 0.3s, width 0.3s;
}
.communityGallery .tns-nav button.tns-nav-active {
  background: #be302b;
  width: 80px;
}
.communityGallery__slideContainer {
  position: relative;
  padding-bottom: 79%;
}
@media (min-width: 768px) {
  .communityGallery__slideContainer {
    padding-bottom: 69%;
  }
}
@media (min-width: 1260px) {
  .communityGallery__slideContainer {
    padding-bottom: 67%;
  }
}
.communityGallery__slideContainer a:before {
  content: "";
  position: absolute;
  left: 20px;
  top: 20px;
  border: solid transparent;
  border-width: 16px 0 16px 26px;
  border-left-color: #ffffff;
  z-index: 20;
}
.communityGallery__slideContainer img, .communityGallery__slideContainer video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.communityMapContainer {
  position: relative;
  padding-bottom: 79%;
}
@media (min-width: 768px) {
  .communityMapContainer {
    padding-bottom: 69%;
  }
}
@media (min-width: 1260px) {
  .communityMapContainer {
    padding-bottom: 67%;
  }
}
.communityMapContainer img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.communityContactsSection {
  position: relative;
  padding-top: 40px;
}
@media (min-width: 768px) {
  .communityContactsSection {
    padding-top: 60px;
  }
}
@media (min-width: 1260px) {
  .communityContactsSection {
    padding-top: 100px;
  }
}
@media (min-width: 1600px) {
  .communityContactsSection {
    padding-top: 145px;
  }
}
.communityContactsSection:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 67px;
  width: 100%;
  background: #e9e5e1;
}
@media (min-width: 768px) {
  .communityContactsSection:before {
    bottom: calc((100vw - 100px) * 0.6 * 0.575);
  }
}
@media (min-width: 1260px) {
  .communityContactsSection:before {
    bottom: 145px;
  }
}
.communityContactsSection__inner {
  position: relative;
}
@media (min-width: 1260px) {
  .communityContactsSection__inner {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
  }
}
.communityContactsSection__col1 {
  margin-bottom: 35px;
}
@media (min-width: 768px) {
  .communityContactsSection__col1 {
    margin-bottom: 60px;
  }
}
@media (min-width: 1260px) {
  .communityContactsSection__col1 {
    width: 38%;
    max-width: 480px;
    margin-bottom: 200px;
  }
}
.communityContactsSection__col2 {
  width: 54%;
}
@media (min-width: 768px) {
  .communityContactsSection__col2 {
    margin-left: auto;
    width: 57.5%;
  }
}
@media (min-width: 1260px) {
  .communityContactsSection__col2 {
    margin: 0;
  }
}
.communityContactsSection__textContainer p {
  margin: 0 0 1em;
}
@media (min-width: 768px) {
  .communityContactsSection__textContainer p {
    margin-bottom: 1.5em;
  }
}
.communityContactsSection__textContainer p:last-child {
  margin-bottom: 0;
}
.communityContactsSection__imageContainer {
  position: relative;
  padding-bottom: 78%;
}
@media (min-width: 768px) {
  .communityContactsSection__imageContainer {
    padding-bottom: 100%;
  }
}
@media (min-width: 1260px) {
  .communityContactsSection__imageContainer {
    padding-bottom: 70%;
  }
}
.communityContactsSection__imageContainer img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.communityAmenities {
  margin-top: 35px;
}
@media (min-width: 768px) {
  .communityAmenities {
    margin-top: 55px;
    margin-left: auto;
  }
}
@media (min-width: 1260px) {
  .communityAmenities {
    margin-right: -25px;
    width: 72%;
  }
}
@media (min-width: 1260px) {
  .communityAmenities {
    margin-top: 10px;
  }
}

.communityModel__title {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .communityModel__title {
    margin-bottom: 20px;
  }
}
@media (min-width: 1260px) {
  .communityModel__title {
    margin-bottom: 25px;
  }
}
.communityModel__availability {
  display: inline-flex;
  background: #b7a99a;
  color: #ffffff;
  font-family: "Noto Serif", serif;
  font-style: italic;
  font-weight: 400;
  padding: 0 15px;
  line-height: 38px;
  letter-spacing: 0.015em;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .communityModel__availability {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 20px;
    font-size: 1.1875rem;
  }
}
.communityModel__community {
  margin-bottom: 10px;
}
.communityModel__categories {
  display: flex;
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .communityModel__categories {
    margin-bottom: 10px;
  }
}
.communityModel__price {
  font-weight: 500;
}
.communityModel__meta {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 13px;
}
@media (min-width: 768px) {
  .communityModel__meta {
    margin-bottom: 15px;
  }
}
@media (min-width: 1260px) {
  .communityModel__meta {
    margin-bottom: 15px;
  }
}
.communityModel__metaItem {
  display: flex;
  align-items: center;
  margin-right: 25px;
}
@media (min-width: 768px) {
  .communityModel__metaItem {
    margin-right: 35px;
  }
}
.communityModel__metaItem:first-child {
  width: 100%;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .communityModel__metaItem:first-child {
    width: auto;
    margin-bottom: 0;
  }
}
.communityModel__metaItem:last-child {
  margin-right: 0;
}
.communityModel__metaItem svg {
  margin-right: 8px;
}
.communityModel__description {
  margin-top: 15px;
}
@media (min-width: 768px) {
  .communityModel__description {
    margin-top: 25px;
  }
}
.communityModel__btnRow {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .communityModel__btnRow {
    margin-top: 30px;
  }
}
@media (min-width: 1260px) {
  .communityModel__btnRow {
    margin-top: 20px;
  }
}
.communityModel__communities {
  margin-top: 15px;
}
.communityModel__communitiesTitle {
  font-weight: 500;
  margin-bottom: 25px;
}
@media (min-width: 1260px) {
  .communityModel__communitiesTitle {
    margin-bottom: 0;
  }
}

.communityModelGalleryContainer {
  margin-top: 50px;
}
@media (min-width: 768px) {
  .communityModelGalleryContainer {
    margin-top: 60px;
  }
}
@media (min-width: 1024px) {
  .communityModelGalleryContainer {
    margin-left: 480px;
    margin-top: 0;
    overflow: hidden;
    margin-right: -50px;
    padding-right: 50px;
  }
}
@media (min-width: 1260px) {
  .communityModelGalleryContainer {
    margin-left: 45%;
  }
}
@media (min-width: 1600px) {
  .communityModelGalleryContainer {
    margin-right: -100vw;
    margin-left: 42.5%;
  }
}

.communityModelGallery {
  position: relative;
  padding-bottom: 15px;
}
@media (min-width: 768px) {
  .communityModelGallery {
    padding-bottom: 0;
    width: 65%;
  }
}
@media (min-width: 1024px) {
  .communityModelGallery {
    max-width: 730px;
    width: auto;
  }
}
.communityModelGallery:before {
  content: "";
  position: absolute;
  top: -1px;
  right: 100%;
  bottom: 1px;
  width: 100vw;
  background: #ffffff;
  z-index: 10;
}
@media (min-width: 1260px) {
  .communityModelGallery:before {
    display: none;
  }
}
.communityModelGallery .tns-ovh {
  overflow: visible;
}
.communityModelGallery .tns-nav {
  display: flex;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
}
@media (min-width: 768px) {
  .communityModelGallery .tns-nav {
    bottom: 7px;
  }
}
@media (min-width: 1260px) {
  .communityModelGallery .tns-nav {
    bottom: 10px;
  }
}
.communityModelGallery .tns-nav button {
  width: 40px;
  height: 3px;
  background: #97999b;
  margin-right: 10px;
  transition: background-color 0.3s, width 0.3s;
}
.communityModelGallery .tns-nav button.tns-nav-active {
  background: #be302b;
  width: 80px;
}
.communityModelGallery__slideContainer {
  position: relative;
  padding-bottom: 79%;
}
@media (min-width: 768px) {
  .communityModelGallery__slideContainer {
    padding-bottom: 69%;
  }
}
@media (min-width: 1260px) {
  .communityModelGallery__slideContainer {
    padding-bottom: 67%;
  }
}
.communityModelGallery__slideContainer a:before {
  content: "";
  position: absolute;
  left: 20px;
  top: 20px;
  border: solid transparent;
  border-width: 16px 0 16px 26px;
  border-left-color: #ffffff;
  z-index: 20;
}
.communityModelGallery__slideContainer img, .communityModelGallery__slideContainer video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.communityModelGallery__slideCaption {
  text-transform: uppercase;
  margin-top: 12px;
  font-size: 1rem;
  min-height: 27px;
}
@media (min-width: 768px) {
  .communityModelGallery__slideCaption {
    margin-left: 200px;
    text-align: right;
  }
}
@media (min-width: 1260px) {
  .communityModelGallery__slideCaption {
    margin-top: 20px;
  }
}

@media (min-width: 1600px) {
  .floorPlans {
    margin-top: -20px;
  }
}
.floorPlans__cols {
  margin-top: 20px;
}
@media (min-width: 1260px) {
  .floorPlans__cols {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    margin-top: 30px;
  }
}
.floorPlans__col1 {
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .floorPlans__col1 {
    display: flex;
    justify-content: space-between;
    margin-bottom: 70px;
  }
}
@media (min-width: 1260px) {
  .floorPlans__col1 {
    width: 34%;
    display: flex;
    flex-direction: column-reverse;
    justify-content: flex-end;
  }
}
@media (min-width: 1260px) {
  .floorPlans__col2 {
    width: 53%;
  }
}

.floorPlansNav {
  margin-top: 30px;
  max-width: 155px;
}
@media (min-width: 768px) {
  .floorPlansNav {
    max-width: none;
    width: 42%;
    margin: -35px 0 0;
  }
}
@media (min-width: 1260px) {
  .floorPlansNav {
    margin: 0 0 50px;
  }
}
.floorPlansNav__title {
  display: none;
}
@media (min-width: 768px) {
  .floorPlansNav__title {
    display: block;
    font-size: 1.375rem;
    letter-spacing: 0.01em;
    font-weight: 400;
  }
}
@media (min-width: 1260px) {
  .floorPlansNav__title {
    margin-bottom: 15px;
  }
}
@media (min-width: 768px) {
  .floorPlansNav__dropdown {
    display: none;
  }
}
.floorPlansNav__dropdown select {
  background: #f1f1f1;
  color: #3d3d3d;
}
.floorPlansNav__dropdown .select2-container--default .select2-selection--single .select2-selection__rendered {
  background: #f1f1f1;
  color: #3d3d3d;
}
.floorPlansNav__dropdown .select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #3d3d3d;
}
.floorPlansNav__dropdown .select2-container--default .select2-selection--single .select2-selection__arrow b:before,
.floorPlansNav__dropdown .select2-container--default .select2-selection--single .select2-selection__arrow b:after {
  background: #3d3d3d;
}
.floorPlansNav__list {
  display: none;
}
@media (min-width: 768px) {
  .floorPlansNav__list {
    display: flex;
    font-family: "Noto Serif", serif;
    font-style: italic;
    font-weight: 400;
    letter-spacing: 0.01em;
    font-size: 1.1875rem;
    border-bottom: 1px solid #97999b;
  }
}
@media (min-width: 1260px) {
  .floorPlansNav__list {
    display: block;
    border-bottom: none;
    border-left: 1px solid #97999b;
  }
}
.floorPlansNav__list li {
  position: relative;
  margin-right: 30px;
  display: block;
  line-height: 44px;
  cursor: pointer;
}
@media (min-width: 1260px) {
  .floorPlansNav__list li {
    margin: 0;
  }
}
@media (min-width: 1260px) {
  .floorPlansNav__list li {
    padding: 0 30px;
    line-height: 43px;
  }
}
@media (min-width: 768px) {
  .floorPlansNav__list li:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: #97999b;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0.3s, opacity 0.3s;
  }
}
@media (min-width: 1260px) {
  .floorPlansNav__list li:before {
    top: 0;
    width: 2px;
    height: auto;
  }
}
@media (min-width: 768px) {
  .floorPlansNav__list li.active:before {
    visibility: visible;
    opacity: 1;
  }
}
.floorPlansNav__list li:last-child {
  margin-right: 0;
}

@media (min-width: 768px) {
  .floorPlansTabs__tab {
    display: flex;
    justify-content: space-between;
  }
}

.floorPlan {
  text-align: center;
  margin-bottom: 45px;
}
@media (min-width: 768px) {
  .floorPlan {
    padding: 0 20px;
    margin: 0 3% 0 0;
    flex: 1;
  }
}
@media (min-width: 1260px) {
  .floorPlan {
    padding: 0;
    margin: 0 20% 0 0;
  }
}
.floorPlan:last-child {
  margin-bottom: 0;
  margin-right: 0;
}
.floorPlan__title {
  text-transform: uppercase;
  text-align: center;
  font-size: 0.8125rem;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .floorPlan__title {
    font-size: 1rem;
    margin-bottom: 30px;
  }
}
.floorPlan__image {
  max-height: 420px;
  margin: 0 auto;
  object-fit: contain;
}
@media (min-width: 768px) {
  .floorPlan__image {
    max-height: 680px;
  }
}
@media (min-width: 1600px) {
  .floorPlan__image {
    max-height: 780px;
  }
}

@media (min-width: 1600px) {
  .communityModelBackSection {
    margin-top: -55px;
    margin-bottom: 60px;
  }
}
.communityModelBackSection .container {
  max-width: 1900px;
}

.communitySitePlan {
  margin-top: 35px;
}
@media (min-width: 768px) {
  .communitySitePlan {
    margin-top: 55px;
    margin-left: auto;
  }
}
@media (min-width: 1260px) {
  .communitySitePlan {
    margin-right: -25px;
    width: 87.5%;
  }
}
@media (min-width: 1260px) {
  .communitySitePlan {
    margin-top: 65px;
  }
}

@media (min-width: 1260px) {
  .mapTextBlock {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
  }
}
@media (min-width: 768px) {
  .mapTextBlock__col1 {
    width: 65%;
    margin-bottom: 40px;
  }
}
@media (min-width: 1260px) {
  .mapTextBlock__col1 {
    width: 53%;
    padding: 0 90px;
    margin: 0;
  }
}
@media (min-width: 768px) {
  .mapTextBlock__col2 {
    width: 65%;
    margin-left: auto;
  }
}
@media (min-width: 1260px) {
  .mapTextBlock__col2 {
    width: 47%;
    margin: 0;
  }
}
.mapTextBlock .communityMapContainer {
  margin-top: 35px;
  padding-bottom: 80%;
}
@media (min-width: 768px) {
  .mapTextBlock .communityMapContainer {
    padding-bottom: 69%;
  }
}
@media (min-width: 1260px) {
  .mapTextBlock .communityMapContainer {
    padding-bottom: 126%;
  }
}
.mapTextBlock .communityMapContainer__linkOverlay {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1000000;
}

.newsletterFormBlock {
  background: #ebebeb;
  margin-top: 35px;
  padding: 35px 30px 50px;
}
@media (min-width: 768px) {
  .newsletterFormBlock {
    margin-top: 55px;
    margin-left: 35%;
    padding: 60px 40px;
  }
}
@media (min-width: 1260px) {
  .newsletterFormBlock {
    padding: 120px 170px 135px;
  }
}
@media (min-width: 1600px) {
  .newsletterFormBlock {
    margin-left: 42.5%;
  }
}
.newsletterFormBlock__textContainer {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .newsletterFormBlock__textContainer {
    margin-bottom: 30px;
  }
}
@media (min-width: 1260px) {
  .newsletterFormBlock__textContainer {
    margin-bottom: 45px;
  }
}
@media (min-width: 768px) {
  .newsletterFormBlock .fieldBlock {
    margin-bottom: 53px;
  }
}
.newsletterFormBlock .fieldBlock:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .newsletterFormBlock .fieldBlock__label {
    display: flex;
    align-items: flex-end;
  }
}
.newsletterFormBlock .fieldBlock__title {
  margin-right: 5px;
}
@media (min-width: 768px) {
  .newsletterFormBlock .fieldBlock__title {
    margin-bottom: 0;
    line-height: 1;
  }
}
@media (min-width: 768px) {
  .newsletterFormBlock .fieldBlock input {
    flex: 1;
    height: 20px;
  }
}

.pastCommunityIntroBlock {
  margin-top: -30px;
}
@media (min-width: 768px) {
  .pastCommunityIntroBlock {
    margin-top: -45px;
  }
}
@media (min-width: 1260px) {
  .pastCommunityIntroBlock {
    margin-top: 0;
    max-width: 420px;
    margin-left: auto;
    text-align: right;
  }
}
@media (min-width: 1600px) {
  .pastCommunityIntroBlock {
    margin-top: -70px;
  }
}
.pastCommunityIntroBlock__logoContainer {
  width: 250px;
  margin-left: auto;
  margin-bottom: 45px;
}
@media (min-width: 768px) {
  .pastCommunityIntroBlock__logoContainer {
    width: 350px;
    margin-bottom: 35px;
  }
}
.pastCommunityIntroBlock__logoContainer img {
  margin-left: auto;
  max-height: 100px;
  width: auto;
}
@media (min-width: 768px) {
  .pastCommunityIntroBlock__logoContainer img {
    max-height: 140px;
  }
}
.pastCommunityIntroBlock__location {
  text-transform: uppercase;
  margin-bottom: 15px;
}
.pastCommunityIntroBlock__textContainer {
  max-width: 435px;
}
@media (min-width: 1260px) {
  .pastCommunityIntroBlock__textContainer {
    max-width: 480px;
    text-align: right;
  }
}

.masonryGallery {
  margin-top: 35px;
}
@media (min-width: 768px) {
  .masonryGallery {
    margin-top: 70px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media (min-width: 1260px) {
  .masonryGallery {
    margin-top: -115px;
  }
}
.masonryGallery__item {
  width: 100%;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .masonryGallery__item {
    width: calc(50% - 15px);
    margin-bottom: 30px;
  }
}
@media (min-width: 1260px) {
  .masonryGallery__item {
    width: calc((100% - 60px) / 3);
  }
}
@media (min-width: 768px) {
  .masonryGallery__item:nth-child(2) {
    margin-top: 21%;
  }
}
@media (min-width: 1260px) {
  .masonryGallery__item:nth-child(2) {
    margin-top: 13.5%;
  }
}
@media (min-width: 1260px) {
  .masonryGallery__item:nth-child(3) {
    margin-top: 32%;
  }
}
.masonryGallery__item img {
  width: 100%;
}
.masonryGallery__columnWidth {
  width: 100%;
}
@media (min-width: 768px) {
  .masonryGallery__columnWidth {
    width: calc(50% - 15px);
  }
}
@media (min-width: 1260px) {
  .masonryGallery__columnWidth {
    width: calc((100% - 60px) / 3);
  }
}

body.single-model-home .communityIntroBlock {
  margin-top: -20px;
}
@media (min-width: 768px) {
  body.single-model-home .communityIntroBlock {
    margin-top: 0;
  }
}
@media (min-width: 1260px) {
  body.single-model-home .communityIntroBlock {
    flex-direction: row;
  }
}
body.single-model-home .communityIntroBlock__logoContainer {
  margin-bottom: 0;
  display: none;
}
@media (min-width: 1260px) {
  body.single-model-home .communityModel__title {
    margin-bottom: 20px;
  }
}
body.single-model-home .communityModel__metaItem {
  margin-bottom: 10px;
}
@media (min-width: 1024px) {
  body.single-model-home .communityModelGalleryContainer {
    margin-top: 0;
    margin-left: 0;
  }
}

@media (min-width: 1024px) {
  .communityIntroSection__cols {
    display: flex;
    justify-content: space-between;
  }
}
@media (min-width: 1024px) {
  .communityIntroSection__col1 {
    width: calc(50% - 50px);
  }
}
@media (min-width: 1260px) {
  .communityIntroSection__col1 {
    width: calc(43% - 50px);
  }
}
@media (min-width: 1024px) {
  .communityIntroSection__col2 {
    width: 50%;
    margin-top: 105px;
  }
}
@media (min-width: 1260px) {
  .communityIntroSection__col2 {
    width: 57%;
  }
}

.modelHomeGallery {
  margin: 30px 0 0;
}
@media (min-width: 1260px) {
  .modelHomeGallery {
    margin: 35px -25px 0;
  }
}
@media (min-width: 768px) {
  .modelHomeGallery__teasers {
    margin: 0 -15px;
    display: flex;
    flex-wrap: wrap;
  }
}
@media (min-width: 1260px) {
  .modelHomeGallery__teasers {
    margin: 0 -30px;
  }
}
.modelHomeGallery__item {
  position: relative;
  margin: 30px 0 0;
}
@media (min-width: 768px) {
  .modelHomeGallery__item {
    margin: 30px 15px 0;
    width: calc((100% - 60px) / 2);
  }
}
@media (min-width: 1260px) {
  .modelHomeGallery__item {
    margin: 60px 30px 0;
    width: calc((100% - 180px) / 3);
  }
}
.modelHomeGallery__item:nth-child(-n+1) {
  margin-top: 0;
}
@media (min-width: 768px) {
  .modelHomeGallery__item:nth-child(-n+2) {
    margin-top: 0;
  }
}
@media (min-width: 1260px) {
  .modelHomeGallery__item:nth-child(-n+3) {
    margin-top: 0;
  }
}
.modelHomeGallery__imageContainer {
  position: relative;
  padding-bottom: 80%;
}
.modelHomeGallery__imageContainer a[data-type=iframe]:before {
  content: "";
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 20;
}
.modelHomeGallery__imageContainer a[data-type=iframe]:after {
  content: "";
  background: url("../images/360-icon.svg") no-repeat center;
  background-size: 100% auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 41%;
  height: 100%;
  z-index: 30;
}
.modelHomeGallery__imageContainer img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.modelHomeGallery__pagination {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .modelHomeGallery__pagination {
    margin-top: 40px;
  }
}
@media (min-width: 1260px) {
  .modelHomeGallery__pagination {
    margin-top: 50px;
  }
}

body.single-move-in-ready-home .communityIntroBlock {
  margin-top: 0;
  position: relative;
}
@media (min-width: 1600px) {
  body.single-move-in-ready-home .communityIntroBlock {
    margin-top: -60px;
  }
}
body.single-move-in-ready-home .communityIntroBlock__logoContainer {
  margin-bottom: 0;
}
body.single-move-in-ready-home .communityModel__availability {
  text-transform: lowercase;
}
@media (min-width: 1260px) {
  body.single-move-in-ready-home .communityModelGalleryContainer {
    margin-top: -95px;
  }
}

@media (min-width: 1260px) {
  body.page-template-home .introSection {
    position: relative;
    z-index: 100;
    margin-left: 51%;
  }
}
@media (min-width: 1600px) {
  body.page-template-home .introSection {
    max-width: 784px;
  }
}
@media (min-width: 1260px) {
  body.page-template-home .carouselSection {
    margin-top: 130px;
  }
}

.homeHeroSection {
  margin: 0;
}
@media (min-width: 1260px) {
  .homeHeroSection {
    margin-bottom: -200px;
  }
}
@media (min-width: 1600px) {
  .homeHeroSection {
    margin-bottom: -300px;
  }
}
.homeHeroSection__inner {
  position: relative;
  min-height: 600px;
  height: calc(100vh + 220px);
}
@media (min-width: 1260px) {
  .homeHeroSection__inner {
    height: calc(100vh + 200px);
  }
}
@media (min-width: 1600px) {
  .homeHeroSection__inner {
    height: calc(100vh + 300px);
  }
}
.homeHeroSection__video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.homeHeroSection__slider {
  height: 100%;
}
.homeHeroSection__slider .tns-outer,
.homeHeroSection__slider .tns-inner {
  height: 100%;
}
.homeHeroSection__slides {
  height: 100%;
  display: flex;
}
.homeHeroSection__slide {
  position: relative;
  height: 100%;
}
.homeHeroSection__slide img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.homeHeroSection__overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  color: #ffffff;
  padding-top: 205px;
  text-align: right;
  z-index: 10;
}
@media (min-width: 768px) {
  .homeHeroSection__overlay {
    padding-top: 320px;
  }
}
@media (min-width: 1260px) {
  .homeHeroSection__overlay {
    padding: 320px 0;
    display: flex;
    align-items: center;
  }
}
.homeHeroSection__textContainer {
  max-width: 410px;
  margin-left: auto;
}
@media (min-width: 1600px) {
  .homeHeroSection__textContainer {
    max-width: 500px;
  }
}
.homeHeroSection__textContainer h1 .word {
  display: inline-block;
  white-space: nowrap;
  margin: 0 0 0 10px;
}
.homeHeroSection__textContainer h1 .char {
  display: inline-block;
  -webkit-transform: translate3d(0, -20px, 0) !important;
  transform: translate3d(0, -20px, 0) !important;
}
.homeHeroSection__textContainer h1 .char.aos-animate {
  -webkit-transform: none !important;
  transform: none !important;
}
.homeHeroSection__links {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 20;
}
@media (min-width: 768px) {
  .homeHeroSection__links:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 251px;
    height: 201px;
    background: #ffffff;
  }
}
@media (min-width: 1260px) {
  .homeHeroSection__links:before {
    width: 320px;
  }
}
@media (min-width: 1600px) {
  .homeHeroSection__links:before {
    height: 301px;
    width: 382px;
  }
}
.homeHeroSection__links:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -1px;
  width: calc(100vw - 227px);
  height: 221px;
  background: #ffffff;
}
@media (min-width: 768px) {
  .homeHeroSection__links:after {
    width: calc(100% - 506px);
    height: 201px;
  }
}
@media (min-width: 1260px) {
  .homeHeroSection__links:after {
    width: calc(100% - 640px);
  }
}
@media (min-width: 1600px) {
  .homeHeroSection__links:after {
    width: calc(100% - 764px);
    height: 301px;
  }
}
.homeHeroSection__link {
  position: relative;
  border: 0 solid #ffffff;
  border-right-width: 2px;
  border-top-width: 2px;
  width: 227px;
  height: 110px;
  display: block;
  color: #ffffff;
  font-weight: 400;
}
@media (min-width: 768px) {
  .homeHeroSection__link {
    position: absolute;
    width: 253px;
    height: 200px;
    bottom: 200px;
  }
}
@media (min-width: 1260px) {
  .homeHeroSection__link {
    bottom: 200px;
    width: 320px;
  }
}
@media (min-width: 1600px) {
  .homeHeroSection__link {
    height: 300px;
    width: 382px;
    bottom: 300px;
  }
}
.homeHeroSection__linkOverlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-start;
  padding: 0 20px 0 30px;
  align-items: center;
  background: rgba(0, 0, 0, 0.3);
  transition: background-color 0.3s;
}
@media (min-width: 768px) {
  .homeHeroSection__linkOverlay {
    justify-content: center;
    padding: 0 20px;
  }
}
.homeHeroSection__linkOverlay svg {
  position: absolute;
  width: 20px;
  right: 10px;
  bottom: 10px;
  transform: rotate(90deg);
  transition: right 0.3s, bottom 0.3s, color 0.3s;
}
@media (min-width: 768px) {
  .homeHeroSection__linkOverlay svg {
    right: 20px;
    bottom: 20px;
  }
}
.homeHeroSection__link:first-child {
  border-top-width: 2px;
}
@media (min-width: 768px) {
  .homeHeroSection__link:first-child {
    position: absolute;
    left: 0;
    bottom: 400px;
  }
}
@media (min-width: 1260px) {
  .homeHeroSection__link:first-child {
    bottom: 400px;
  }
}
@media (min-width: 1600px) {
  .homeHeroSection__link:first-child {
    bottom: 600px;
  }
}
@media (min-width: 768px) {
  .homeHeroSection__link:nth-child(3) {
    left: 253px;
  }
}
@media (min-width: 1260px) {
  .homeHeroSection__link:nth-child(3) {
    left: 320px;
  }
}
@media (min-width: 1600px) {
  .homeHeroSection__link:nth-child(3) {
    left: 382px;
  }
}
.homeHeroSection__link:last-child {
  border-color: #e1e1e1;
  border-bottom-width: 2px;
}
@media (min-width: 768px) {
  .homeHeroSection__link:last-child {
    position: absolute;
    left: 251px;
    bottom: 0;
    width: 255px;
    border: 2px solid #e1e1e1;
  }
}
@media (min-width: 1260px) {
  .homeHeroSection__link:last-child {
    left: 318px;
    bottom: 0;
    width: 322px;
  }
}
@media (min-width: 1600px) {
  .homeHeroSection__link:last-child {
    left: 381px;
    width: 383px;
  }
}
@media (min-width: 1260px) {
  .homeHeroSection__link:hover .homeHeroSection__linkOverlay {
    background: rgba(0, 0, 0, 0.4);
  }
}
@media (min-width: 1260px) {
  .homeHeroSection__link:hover .homeHeroSection__linkOverlay svg {
    color: #be302b;
    right: 30px;
    bottom: 30px;
  }
}

.carouselBlock__textContainer {
  margin-bottom: 35px;
  max-width: 440px;
}
@media (min-width: 768px) {
  .carouselBlock__textContainer {
    margin-bottom: 80px;
  }
}
@media (min-width: 1260px) {
  .carouselBlock__textContainer {
    max-width: 580px;
  }
}
.carouselBlock__carousel {
  position: relative;
}
.carouselBlock__carousel .tns-nav {
  position: absolute;
  top: -47px;
  right: 0;
  display: flex;
  justify-content: flex-end;
}
@media (min-width: 1260px) {
  .carouselBlock__carousel .tns-nav {
    top: -90px;
  }
}
.carouselBlock__carousel .tns-nav button {
  width: 40px;
  height: 3px;
  margin-left: 10px;
  background: #97999b;
  transition: width 0.3s, background-color 0.3s;
}
.carouselBlock__carousel .tns-nav button.tns-nav-active {
  width: 80px;
  background-color: #be302b;
}
.carouselBlock__carousel .tns-ovh {
  overflow: visible;
}
.carouselBlock__carouselSlides {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.carouselBlock__carouselSlide {
  width: calc(50% - 15px);
  margin-top: 30px;
}
@media (min-width: 768px) {
  .carouselBlock__carouselSlide {
    margin-top: 0;
  }
}
.carouselBlock__carouselSlide:nth-child(-n+2) {
  margin-top: 0;
}
.carouselBlock__carouselSlide:nth-child(2) {
  margin-top: 120px;
}
@media (min-width: 768px) {
  .carouselBlock__carouselSlide:nth-child(2) {
    margin-top: 0;
  }
}
.carouselBlock .grid-sizer {
  width: calc(50% - 15px);
}
.carouselBlock .gutter-sizer {
  width: 30px;
}

@media (min-width: 1260px) {
  .designCenterContactsSection {
    margin: 110px 0;
  }
}

.contactsBlock {
  margin: 0 -30px;
}
@media (min-width: 768px) {
  .contactsBlock {
    margin: 0;
    display: flex;
    flex-direction: row-reverse;
  }
}
.contactsBlock__col1 {
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .contactsBlock__col1 {
    width: 60.5%;
    position: relative;
  }
}
@media (min-width: 1260px) {
  .contactsBlock__col1 {
    width: 51%;
  }
}
.contactsBlock__col2 {
  padding-left: 30px;
}
@media (min-width: 768px) {
  .contactsBlock__col2 {
    width: 39.5%;
    position: relative;
    padding-top: 30.5%;
    padding-left: 0;
  }
}
@media (min-width: 1260px) {
  .contactsBlock__col2 {
    width: 49%;
    padding-top: 140px;
  }
}
.contactsBlock__imageContainer {
  position: relative;
  width: 46%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .contactsBlock__imageContainer {
    position: absolute;
    right: 100%;
    width: 264px;
  }
}
@media (min-width: 1260px) {
  .contactsBlock__imageContainer {
    width: 300px;
    bottom: calc(100% - 140px);
  }
}
.contactsBlock__imageContainer:before {
  content: "";
  display: block;
  padding-bottom: 77%;
}
@media (min-width: 1260px) {
  .contactsBlock__imageContainer:before {
    padding-bottom: 100%;
  }
}
.contactsBlock__imageContainer img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.contactsBlock__contacts {
  background: #ebebeb;
  padding: 40px 30px;
}
@media (min-width: 768px) {
  .contactsBlock__contacts {
    margin-right: -50px;
    margin-top: 15%;
    margin-left: 2px;
    padding: 50px 20px 50px 40px;
    margin-bottom: 115px;
  }
}
@media (min-width: 1260px) {
  .contactsBlock__contacts {
    margin-top: 0;
    padding: 140px 50px 140px 190px;
    margin-right: -50px;
    margin-bottom: 140px;
  }
}
@media (min-width: 1600px) {
  .contactsBlock__contacts {
    margin-right: -125px;
    padding-left: 280px;
  }
}
.contactsBlock__contacts h2 {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .contactsBlock__contacts p {
    margin-bottom: 1.6em;
  }
}
.contactsBlock__contacts p:last-child {
  margin-bottom: 0;
}
.contactsBlock__mapContainer {
  position: relative;
  padding-bottom: 74%;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .contactsBlock__mapContainer {
    margin-left: -50px;
    padding: 0;
    min-height: 100%;
    margin-bottom: 0;
  }
}
@media (min-width: 1260px) {
  .contactsBlock__mapContainer {
    margin-left: 0;
    padding-bottom: 82%;
    margin-right: -125px;
  }
}
@media (min-width: 768px) {
  .contactsBlock .btn {
    position: absolute;
    left: calc(100% + 32px);
    white-space: nowrap;
    bottom: 32px;
  }
}
@media (min-width: 1260px) {
  .contactsBlock .btn {
    left: calc(100% + 160px);
    bottom: 50px;
  }
}

.sliderBlock {
  position: relative;
}
@media (min-width: 768px) {
  .sliderBlock .tns-inner {
    overflow: hidden;
  }
}
.sliderBlock__header {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .sliderBlock__header {
    position: absolute;
    left: 35%;
    top: calc((100vw - 100px) * 0.69 * 0.65 + 55px);
  }
}
@media (min-width: 1260px) {
  .sliderBlock__header {
    left: calc(47% + 135px);
    top: 125px;
  }
}
@media (min-width: 1600px) {
  .sliderBlock__header {
    top: 240px;
    left: calc(47% + 185px);
  }
}
.sliderBlock__slide {
  margin-bottom: 45px;
}
@media (min-width: 768px) {
  .sliderBlock__slide {
    margin-bottom: 0;
  }
}
@media (min-width: 1260px) {
  .sliderBlock__slide {
    display: flex !important;
    align-items: center;
  }
}
.sliderBlock__slideCol1 {
  position: relative;
  margin-bottom: 70px;
}
@media (min-width: 768px) {
  .sliderBlock__slideCol1 {
    width: 65%;
    margin-bottom: 115px;
  }
}
@media (min-width: 1260px) {
  .sliderBlock__slideCol1 {
    width: 47%;
    margin: 0;
  }
}
@media (min-width: 768px) {
  .sliderBlock__slideCol2 {
    width: 65%;
    margin-left: auto;
  }
}
@media (min-width: 1260px) {
  .sliderBlock__slideCol2 {
    width: 52%;
    padding: 0 0 0 120px;
  }
}
@media (min-width: 1600px) {
  .sliderBlock__slideCol2 {
    padding: 0 0 0 170px;
  }
}
.sliderBlock__slideIndex {
  color: #ffffff;
  position: absolute;
  bottom: 0;
  left: 30px;
  transform: translateY(50%);
  background: #b7a99a;
  width: 90px;
  height: 90px;
  text-align: right;
  padding: 11px 15px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  font-weight: 500;
  font-size: 1.3125rem;
  z-index: 10;
}
@media (min-width: 768px) {
  .sliderBlock__slideIndex {
    width: 110px;
    height: 110px;
    font-size: 1.625rem;
    padding: 8px 20px;
  }
}
@media (min-width: 1260px) {
  .sliderBlock__slideIndex {
    left: auto;
    right: -80px;
    top: 80px;
  }
}
@media (min-width: 1600px) {
  .sliderBlock__slideIndex {
    top: 195px;
  }
}
.sliderBlock__slideImageContainer {
  position: relative;
  padding-bottom: 80%;
}
@media (min-width: 768px) {
  .sliderBlock__slideImageContainer {
    padding-bottom: 69%;
  }
}
@media (min-width: 1260px) {
  .sliderBlock__slideImageContainer {
    padding-bottom: 126%;
  }
}
.sliderBlock__slideImageContainer img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sliderBlock__slide:last-child {
  margin-bottom: 0;
}
.sliderBlock .tns-ovh {
  overflow: visible;
}
.sliderBlock .tns-nav {
  display: flex;
  margin-top: 40px;
}
.sliderBlock .tns-nav button {
  width: 40px;
  height: 3px;
  background: #97999b;
  margin-left: 10px;
  transition: background-color 0.3s, width 0.3s;
}
.sliderBlock .tns-nav button.tns-nav-active {
  background: #be302b;
  width: 80px;
}

.communitiesBlock {
  margin-top: 35px;
}
@media (min-width: 768px) {
  .communitiesBlock {
    margin-top: 105px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1110px;
  }
}
@media (min-width: 1260px) {
  .communitiesBlock {
    margin-top: 0;
  }
}
.communitiesBlock__gutter {
  width: 30px;
}
@media (min-width: 1260px) {
  .communitiesBlock__gutter {
    width: 14%;
  }
}

.communitiesMapSection {
  position: relative;
  padding-top: 45px;
}
@media (min-width: 768px) {
  .communitiesMapSection {
    padding-top: 60px;
  }
}
@media (min-width: 1600px) {
  .communitiesMapSection {
    padding-top: 120px;
  }
}
.communitiesMapSection:before {
  content: "";
  background: #e9e5e1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  bottom: calc((100vw - 60px) * 0.68);
}
@media (min-width: 768px) {
  .communitiesMapSection:before {
    bottom: calc((100vw - 60px) * 0.5);
  }
}
@media (min-width: 1600px) {
  .communitiesMapSection:before {
    bottom: 390px;
  }
}

.communitiesMapBlock {
  position: relative;
}
.communitiesMapBlock__textContainer {
  margin-bottom: 35px;
  max-width: 480px;
}
@media (min-width: 768px) {
  .communitiesMapBlock__textContainer {
    margin-bottom: 50px;
  }
}
@media (min-width: 1260px) {
  .communitiesMapBlock__textContainer {
    margin-bottom: 80px;
  }
}
.communitiesMapBlock__mapContainer {
  position: relative;
  padding-bottom: 134%;
}
@media (min-width: 768px) {
  .communitiesMapBlock__mapContainer {
    padding-bottom: 100%;
  }
}
@media (min-width: 1260px) {
  .communitiesMapBlock__mapContainer {
    padding-bottom: 780px;
  }
}
.communitiesMapBlock__mapContainer .communitiesMapContainer {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.communitiesMapBlock__mapContainer .gm-style-iw button {
  display: none !important;
}
.communitiesMapBlock__mapContainer .gm-style .gm-style-iw-c {
  overflow: visible !important;
  padding: 0 !important;
}
.communitiesMapBlock__mapContainer .gm-style .gm-style-iw-d {
  padding: 12px !important;
  overflow: visible !important;
}

.communityInfoWindow {
  padding: 8px;
}
.communityInfoWindow__comingSoon {
  display: flex;
  justify-content: center;
  margin: -40px auto 20px;
}
@media (min-width: 1260px) {
  .communityInfoWindow__comingSoon {
    margin: -52px auto 20px;
  }
}
.communityInfoWindow__comingSoonLabel {
  display: flex;
  background: #b7a99a;
  font-family: "Noto Serif", serif;
  font-style: italic;
  padding: 0 20px;
  line-height: 38px;
  font-size: 1rem;
  letter-spacing: 0.015em;
  color: #ffffff;
}
@media (min-width: 768px) {
  .communityInfoWindow__comingSoonLabel {
    font-size: 1.1875rem;
  }
}
.communityInfoWindow img {
  max-width: 140px;
  max-height: 100px;
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 1260px) {
  .communityInfoWindow img {
    max-width: 220px;
    max-height: 110px;
    transition: transform 0.3s;
  }
}
@media (min-width: 1260px) {
  .communityInfoWindow:hover img {
    transform: scale(0.9);
  }
}

@media (min-width: 1260px) {
  .page-template-past-communities .introBlock__textContainer {
    margin-bottom: -100px;
  }
}

@media (min-width: 1260px) {
  .page-template-explore-communities .introBlock__textContainer {
    margin-bottom: -100px;
  }
}

@media (min-width: 1260px) {
  body.page-template-move-in-ready-homes .introBlock__textContainer {
    max-width: 800px;
  }
}
@media (min-width: 768px) {
  body.page-template-move-in-ready-homes .homesListing {
    margin-top: 45px;
  }
}
@media (min-width: 768px) {
  body.page-template-move-in-ready-homes .homesListing__filter {
    margin-bottom: 60px;
  }
}
@media (min-width: 1260px) {
  body.page-template-move-in-ready-homes .homesListing__filter {
    margin-top: -40px;
  }
}
@media (min-width: 1600px) {
  body.page-template-move-in-ready-homes .homesListing__filter {
    margin-bottom: 85px;
  }
}
@media (min-width: 768px) {
  body.page-template-move-in-ready-homes .homesListing__filterDropdown {
    display: none;
  }
}
@media (min-width: 768px) {
  body.page-template-move-in-ready-homes .homesListing__filterLinks {
    display: inline-flex;
  }
}
body.page-template-move-in-ready-homes .homesListing__filterLinks a:last-child {
  margin-right: 0;
}

.page-template-why-uniform h1 {
  max-width: 300px;
}
@media (min-width: 768px) {
  .page-template-why-uniform h1 {
    max-width: none;
  }
}
@media (min-width: 768px) {
  .page-template-why-uniform .sliderBlock__header {
    left: 0;
  }
}
@media (min-width: 1260px) {
  .page-template-why-uniform .sliderBlock__header {
    left: 50px;
  }
}
@media (min-width: 1600px) {
  .page-template-why-uniform .sliderBlock__header {
    left: 100px;
  }
}
@media (min-width: 1260px) {
  .page-template-why-uniform .sliderBlock__slide {
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
  }
}
@media (min-width: 768px) {
  .page-template-why-uniform .sliderBlock__slideCol1 {
    margin-left: auto;
  }
}
@media (min-width: 768px) {
  .page-template-why-uniform .sliderBlock__slideCol2 {
    margin-left: 0;
    margin-right: auto;
  }
}
@media (min-width: 1260px) {
  .page-template-why-uniform .sliderBlock__slideCol2 {
    padding: 0 50px 0;
    width: 48%;
  }
}
@media (min-width: 1600px) {
  .page-template-why-uniform .sliderBlock__slideCol2 {
    padding: 0 100px 0;
  }
}
.page-template-why-uniform .sliderBlock__slideIndex {
  background: #4d4e55;
}
@media (min-width: 768px) {
  .page-template-why-uniform .sliderBlock__slideIndex {
    left: auto;
    right: 30px;
  }
}
@media (min-width: 1260px) {
  .page-template-why-uniform .sliderBlock__slideIndex {
    left: -80px;
    right: auto;
  }
}
.page-template-why-uniform .sliderBlock .tns-ovh {
  overflow: visible;
}
.page-template-why-uniform .sliderBlock .tns-nav {
  display: flex;
  justify-content: flex-end;
  margin-top: 40px;
}
.page-template-why-uniform .sliderBlock .tns-nav button {
  width: 40px;
  height: 3px;
  background: #97999b;
  margin-left: 10px;
  transition: background-color 0.3s, width 0.3s;
}
.page-template-why-uniform .sliderBlock .tns-nav button.tns-nav-active {
  background: #be302b;
  width: 80px;
}
@media (min-width: 1260px) {
  .page-template-why-uniform .sliderBlock--reverse .tns-nav {
    justify-content: flex-start;
  }
}
@media (min-width: 768px) {
  .page-template-why-uniform .sliderBlock--reverse .sliderBlock__header {
    left: 35%;
  }
}
@media (min-width: 1260px) {
  .page-template-why-uniform .sliderBlock--reverse .sliderBlock__header {
    left: calc(52% + 50px);
  }
}
@media (min-width: 1600px) {
  .page-template-why-uniform .sliderBlock--reverse .sliderBlock__header {
    left: calc(52% + 100px);
  }
}
@media (min-width: 1260px) {
  .page-template-why-uniform .sliderBlock--reverse .sliderBlock__slide {
    flex-direction: row;
  }
}
@media (min-width: 768px) {
  .page-template-why-uniform .sliderBlock--reverse .sliderBlock__slideCol1 {
    margin-left: 0;
    margin-right: auto;
  }
}
@media (min-width: 768px) {
  .page-template-why-uniform .sliderBlock--reverse .sliderBlock__slideCol2 {
    margin-right: 0;
    margin-left: auto;
  }
}
@media (min-width: 768px) {
  .page-template-why-uniform .sliderBlock--reverse .sliderBlock__slideIndex {
    right: auto;
    left: 30px;
  }
}
@media (min-width: 1260px) {
  .page-template-why-uniform .sliderBlock--reverse .sliderBlock__slideIndex {
    right: -80px;
    left: auto;
  }
}

@media (min-width: 1260px) {
  .page-template-home-designs .communitiesBlock {
    margin-top: -95px;
  }
}
@media (min-width: 1600px) {
  .page-template-home-designs .communityListingTeaser:nth-child(n+3) {
    margin-top: 260px;
  }
}
.page-template-home-designs .communityListingTeaser__imageContainer:after {
  display: none;
}

.awardsListing {
  margin: 35px 0 0;
}
@media (min-width: 768px) {
  .awardsListing {
    margin: 65px 0 0;
  }
}
@media (min-width: 1260px) {
  .awardsListing {
    margin: -90px 0 0;
  }
}
.awardsListing__teasers {
  display: flex;
  flex-wrap: wrap;
  max-width: 1080px;
}
@media (min-width: 768px) {
  .awardsListing__teasers {
    justify-content: space-between;
  }
}
.awardsListing__pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 35px 0 0;
}
@media (min-width: 768px) {
  .awardsListing__pagination {
    margin: 70px 0 0;
  }
}
@media (min-width: 1600px) {
  .awardsListing__pagination {
    margin: 90px 0 0;
  }
}
.awardsListing__sizer {
  width: 100%;
}
@media (min-width: 768px) {
  .awardsListing__sizer {
    width: calc(50% - 15px);
  }
}
@media (min-width: 1260px) {
  .awardsListing__sizer {
    width: 44%;
  }
}
@media (min-width: 768px) {
  .awardsListing__gutter {
    width: 30px;
  }
}
@media (min-width: 1260px) {
  .awardsListing__gutter {
    width: 12%;
  }
}

.awardTeaser {
  position: relative;
  padding: 135px 30px 30px;
  background: #ebebeb;
  width: 100%;
}
@media (min-width: 768px) {
  .awardTeaser {
    width: calc(50% - 15px);
  }
}
@media (min-width: 1260px) {
  .awardTeaser {
    width: 44%;
    padding-top: 160px;
    padding-bottom: 40px;
    min-height: 400px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
}
.awardTeaser:nth-child(2) {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .awardTeaser:nth-child(2) {
    margin-top: 265px;
  }
}
.awardTeaser:nth-child(n+3) {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .awardTeaser:nth-child(n+3) {
    margin-top: 30px;
  }
}
@media (min-width: 1260px) {
  .awardTeaser:nth-child(n+3) {
    margin-top: 120px;
  }
}
.awardTeaser__icon {
  position: absolute;
  left: 30px;
  top: 30px;
}
.awardTeaser__title {
  margin-bottom: 15px;
}
@media (min-width: 1260px) {
  .awardTeaser__title {
    font-size: 1.875rem;
  }
}
.awardTeaser.hidden {
  display: none;
}

.galleryListing {
  margin: 35px 0 0;
}
@media (min-width: 1260px) {
  .galleryListing {
    margin: -60px 0 0;
  }
}
.galleryListing__filter {
  margin-bottom: 40px;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .galleryListing__filter {
    margin-bottom: 50px;
  }
}
@media (min-width: 1260px) {
  .galleryListing__filter {
    margin-bottom: 60px;
  }
}
.galleryListing__filterDropdown {
  position: relative;
  max-width: 200px;
}
@media (min-width: 768px) {
  .galleryListing__filterDropdown {
    display: none;
  }
}
.galleryListing__filterDropdown select {
  background: #f1f1f1;
  color: #3d3d3d;
}
.galleryListing__filterDropdown .select2-container--default .select2-selection--single .select2-selection__rendered {
  background: #f1f1f1;
  color: #3d3d3d;
}
.galleryListing__filterDropdown .select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #3d3d3d;
}
.galleryListing__filterDropdown .select2-container--default .select2-selection--single .select2-selection__arrow b:before,
.galleryListing__filterDropdown .select2-container--default .select2-selection--single .select2-selection__arrow b:after {
  background: #3d3d3d;
}
.galleryListing__filterLinks {
  display: none;
}
@media (min-width: 768px) {
  .galleryListing__filterLinks {
    display: inline-flex;
    text-transform: lowercase;
    border-bottom: 1px solid #97999b;
    margin: 0;
  }
}
.galleryListing__filterLinks a {
  position: relative;
  display: block;
  margin-right: 40px;
  line-height: 44px;
  font-family: "Noto Serif", serif;
  font-style: italic;
  font-size: 1.1875rem;
  letter-spacing: 0.01em;
  font-weight: 400;
}
.galleryListing__filterLinks a:last-child {
  margin-right: 0;
}
.galleryListing__filterLinks a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #97999b;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.3s, opacity 0.3s;
}
@media (min-width: 768px) {
  .galleryListing__filterLinks a.active:after {
    visibility: visible;
    opacity: 1;
  }
}
@media (min-width: 1260px) {
  .galleryListing__filterLinks a:hover:after {
    visibility: visible;
    opacity: 1;
  }
}
.galleryListing__teasers {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .galleryListing__teasers {
    justify-content: space-between;
    align-items: flex-start;
  }
}
@media (min-width: 1260px) {
  .galleryListing__teasers {
    justify-content: flex-start;
  }
}
.galleryListing__teasers .galleryTeaser {
  width: 100%;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .galleryListing__teasers .galleryTeaser {
    width: calc(50% - 30px);
    margin: 0 0 30px;
  }
}
@media (min-width: 1260px) {
  .galleryListing__teasers .galleryTeaser {
    width: calc((100% - 90px) / 3);
  }
}
.galleryListing__pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 15px 0 0;
}
@media (min-width: 768px) {
  .galleryListing__pagination {
    margin: 35px 0 0;
  }
}
@media (min-width: 1600px) {
  .galleryListing__pagination {
    margin: 80px 0 0;
  }
}
.galleryListing__sizer {
  width: 100%;
}
@media (min-width: 768px) {
  .galleryListing__sizer {
    width: calc(50% - 30px);
  }
}
@media (min-width: 1260px) {
  .galleryListing__sizer {
    width: calc((100% - 90px) / 3);
  }
}
@media (min-width: 768px) {
  .galleryListing__gutter {
    width: 30px;
  }
}

.galleryTeaser:nth-child(-n+3) {
  display: none;
  margin-bottom: 0;
}
@media (min-width: 1260px) {
  .galleryTeaser:nth-child(-n+3) {
    display: block;
  }
}
@media (min-width: 1260px) {
  .galleryTeaser:nth-child(1) {
    height: 1px;
  }
}
@media (min-width: 1260px) {
  .galleryTeaser:nth-child(2):before {
    content: "";
    display: block;
    padding-bottom: 41.67%;
  }
}
@media (min-width: 1260px) {
  .galleryTeaser:nth-child(3):before {
    content: "";
    display: block;
    padding-bottom: 100%;
  }
}
.galleryTeaser__imageContainer {
  position: relative;
}
.galleryTeaser__imageContainer:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 20;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  transition: opacity 0.3s;
}
.galleryTeaser__imageContainer img {
  width: 100%;
}
.galleryTeaser__imageContainer svg {
  position: absolute;
  width: 20px;
  right: 20px;
  top: 20px;
  color: #be302b;
  opacity: 0;
  transition: opacity 0.3s;
  z-index: 30;
}
@media (min-width: 1260px) {
  .galleryTeaser__imageContainer:hover:before,
  .galleryTeaser__imageContainer:hover svg {
    opacity: 1;
  }
}
.galleryTeaser.hidden {
  display: none;
}

@media (min-width: 1260px) {
  .page-template-urban-rentals .communitiesBlock {
    margin-top: -95px;
  }
}

.blogListing {
  margin: 35px 0 0;
}
@media (min-width: 768px) {
  .blogListing {
    margin: 65px 0 0;
  }
}
@media (min-width: 1260px) {
  .blogListing {
    margin: -90px 0 0;
  }
}
.blogListing__teasers {
  display: flex;
  flex-wrap: wrap;
  max-width: 1110px;
}
@media (min-width: 768px) {
  .blogListing__teasers {
    justify-content: space-between;
  }
}
.blogListing__pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 35px 0 0;
}
@media (min-width: 768px) {
  .blogListing__pagination {
    margin: 70px 0 0;
  }
}
@media (min-width: 1600px) {
  .blogListing__pagination {
    margin: 90px 0 0;
  }
}
.blogListing__sizer {
  width: 100%;
}
@media (min-width: 768px) {
  .blogListing__sizer {
    width: calc(50% - 15px);
  }
}
@media (min-width: 1260px) {
  .blogListing__sizer {
    width: 43%;
  }
}
@media (min-width: 768px) {
  .blogListing__gutter {
    width: 30px;
  }
}
@media (min-width: 1260px) {
  .blogListing__gutter {
    width: 14%;
  }
}

.blogTeaser {
  position: relative;
  width: 100%;
}
@media (min-width: 768px) {
  .blogTeaser {
    width: calc(50% - 15px);
  }
}
@media (min-width: 1260px) {
  .blogTeaser {
    width: 43%;
  }
}
.blogTeaser:nth-child(2) {
  margin-top: 50px;
}
@media (min-width: 768px) {
  .blogTeaser:nth-child(2) {
    margin-top: 180px;
  }
}
@media (min-width: 1600px) {
  .blogTeaser:nth-child(2) {
    margin-top: 300px;
  }
}
.blogTeaser:nth-child(n+3) {
  margin-top: 50px;
}
@media (min-width: 768px) {
  .blogTeaser:nth-child(n+3) {
    margin-top: 90px;
  }
}
@media (min-width: 1260px) {
  .blogTeaser:nth-child(n+3) {
    margin-top: 120px;
  }
}
@media (min-width: 1600px) {
  .blogTeaser:nth-child(n+3) {
    margin-top: 250px;
  }
}
.blogTeaser__imageContainer {
  position: relative;
  padding-bottom: 80%;
}
@media (min-width: 1260px) {
  .blogTeaser__imageContainer:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0.3s, opacity 0.3s;
    background: rgba(0, 0, 0, 0.3);
  }
}
.blogTeaser__image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blogTeaser__textContainer {
  padding: 20px 20px 0;
}
@media (min-width: 768px) {
  .blogTeaser__textContainer {
    padding-top: 35px;
  }
}
@media (min-width: 1260px) {
  .blogTeaser__textContainer {
    padding: 35px 35px 0;
  }
}
.blogTeaser__title {
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .blogTeaser__title {
    margin-bottom: 15px;
  }
}
.blogTeaser__excerpt {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .blogTeaser__excerpt {
    margin-bottom: 25px;
  }
}
@media (min-width: 1260px) {
  .blogTeaser__excerpt {
    margin-bottom: 35px;
  }
}
.blogTeaser__linkOverlay {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 20;
}
@media (min-width: 1260px) {
  .blogTeaser:hover .blogTeaser__imageContainer:after {
    visibility: visible;
    opacity: 1;
  }
}
.blogTeaser.hidden {
  display: none;
}

@media (min-width: 1600px) {
  .page-template-homeowners .ctaBlock {
    margin-top: -90px;
  }
}
@media (min-width: 1260px) {
  .page-template-homeowners .ctaBlock__col1 {
    align-items: flex-start;
    padding-top: 30px;
  }
}
@media (min-width: 1260px) {
  .page-template-homeowners .ctaBlock__imageContainer {
    padding-bottom: 117%;
  }
}
@media (min-width: 1260px) {
  .page-template-homeowners .ctaBlock__linkText {
    padding: 0 85px;
  }
}

@media (min-width: 1260px) {
  .contactsListingBlock {
    display: flex;
    justify-content: space-between;
  }
}
@media (min-width: 1260px) {
  .contactsListingBlock__col1 {
    width: 700px;
  }
}
@media (min-width: 1600px) {
  .contactsListingBlock__col1 {
    width: 66.6%;
  }
}
.contactsListingBlock__col2 {
  display: none;
}
@media (min-width: 1260px) {
  .contactsListingBlock__col2 {
    display: block;
    flex: 1;
    max-width: 600px;
  }
}
@media (min-width: 1600px) {
  .contactsListingBlock__col2 {
    width: 33.3%;
  }
}
@media (min-width: 1260px) {
  .contactsListingBlock__items {
    display: flex;
    flex-wrap: wrap;
  }
}
.contactsListingBlock__imageContainer {
  position: relative;
  padding-bottom: 125%;
}
@media (min-width: 1260px) {
  .contactsListingBlock__imageContainer {
    margin-top: -50px;
  }
}
@media (min-width: 1600px) {
  .contactsListingBlock__imageContainer {
    margin-top: -100px;
  }
}
.contactsListingBlock__imageContainer img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.contactTeaser {
  position: relative;
}
@media (min-width: 1600px) {
  .contactTeaser {
    width: 50%;
    padding-right: 10%;
  }
}
.contactTeaser:nth-child(n+2) {
  margin-top: 76px;
}
@media (min-width: 768px) {
  .contactTeaser:nth-child(n+2) {
    margin-top: 112px;
  }
}
@media (min-width: 1260px) {
  .contactTeaser:nth-child(n+2) {
    margin-top: 105px;
  }
}
.contactTeaser:nth-child(n+2):before {
  content: "";
  position: absolute;
  left: 0;
  top: -35px;
  width: 100%;
  height: 2px;
  background: #dddddd;
}
@media (min-width: 768px) {
  .contactTeaser:nth-child(n+2):before {
    top: -56px;
  }
}
@media (min-width: 1260px) {
  .contactTeaser:nth-child(n+2):before {
    display: none;
  }
}
@media (min-width: 1600px) {
  .contactTeaser:nth-child(-n+2) {
    margin-top: 0;
  }
}
@media (min-width: 1600px) {
  .contactTeaser:nth-child(-n+2):before {
    display: none;
  }
}
.contactTeaser__title {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .contactTeaser__title {
    margin-bottom: 15px;
  }
}
@media (min-width: 768px) {
  .contactTeaser__cols {
    display: flex;
  }
}
@media (min-width: 1600px) {
  .contactTeaser__cols {
    display: block;
  }
}
.contactTeaser__col1 {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .contactTeaser__col1 {
    margin: 0;
    padding-right: 35px;
    width: 235px;
  }
}
@media (min-width: 1600px) {
  .contactTeaser__col1 {
    width: auto;
    margin-bottom: 15px;
  }
}
.contactTeaser__col1 .btn {
  display: none;
}
@media (min-width: 768px) {
  .contactTeaser__col1 .btn {
    display: inline-flex;
  }
}
@media (min-width: 1600px) {
  .contactTeaser__col1 .btn {
    display: none;
  }
}
@media (min-width: 768px) {
  .contactTeaser__col2 {
    flex: 1;
  }
}
@media (min-width: 768px) {
  .contactTeaser__col2 .btn {
    display: none;
  }
}
@media (min-width: 1600px) {
  .contactTeaser__col2 .btn {
    display: inline-flex;
  }
}
.contactTeaser .btn {
  margin-top: 30px;
}

@media (min-width: 768px) {
  .page-template-updates .newsletterFormBlock {
    margin-right: 35%;
    margin-left: 0;
  }
}
@media (min-width: 1260px) {
  .page-template-updates .newsletterFormBlock {
    margin-top: -50px;
  }
}
@media (min-width: 1260px) {
  .page-template-updates .newsletterFormBlock {
    margin-right: 42.5%;
  }
}

@media (min-width: 768px) {
  .page-template-landlord-survey .newsletterFormBlock {
    margin-right: 35%;
    margin-left: 0;
  }
}
@media (min-width: 1260px) {
  .page-template-landlord-survey .newsletterFormBlock {
    margin-top: -50px;
  }
}
@media (min-width: 1260px) {
  .page-template-landlord-survey .newsletterFormBlock {
    margin-right: 42.5%;
  }
}

.owl-carousel .owl-item {
  -webkit-backface-visibility: visible;
  -moz-backface-visibility: visible;
  backface-visibility: visible;
}

.fancybox-slide--html {
  padding: 60px 20px 20px;
}
@media (min-width: 768px) {
  .fancybox-slide--html {
    padding: 60px 50px 50px;
  }
}

.fancybox-slide--image,
.fancybox-slide--iframe {
  padding: 60px 30px 90px;
}
@media (min-width: 768px) {
  .fancybox-slide--image,
  .fancybox-slide--iframe {
    padding: 90px 90px;
  }
}

.fancybox-button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  background: transparent;
}
.fancybox-button--close {
  color: currentColor !important;
  background-color: #ffffff;
  width: 30px;
  height: 30px;
  transition: background-color 0.3s, color 0.3s;
}
@media (min-width: 768px) {
  .fancybox-button--close {
    width: 50px;
    height: 50px;
  }
}
.fancybox-button--close svg {
  width: 18px;
  height: auto;
}
@media (min-width: 1260px) {
  .fancybox-button--close:hover {
    background-color: #be302b;
    color: #ffffff !important;
  }
}

.fancybox-navigation .fancybox-button {
  padding: 0;
}
.fancybox-navigation .fancybox-button--arrow_left, .fancybox-navigation .fancybox-button--arrow_right {
  width: 60px;
  height: 90px;
  top: auto;
  bottom: 0;
  color: #ffffff !important;
}
@media (min-width: 768px) {
  .fancybox-navigation .fancybox-button--arrow_left, .fancybox-navigation .fancybox-button--arrow_right {
    width: 90px;
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
  }
}
.fancybox-navigation .fancybox-button--arrow_left svg, .fancybox-navigation .fancybox-button--arrow_right svg {
  width: 32px;
  height: auto;
}
.fancybox-navigation .fancybox-button--arrow_left[disabled], .fancybox-navigation .fancybox-button--arrow_right[disabled] {
  opacity: 0.5;
}
.fancybox-navigation .fancybox-button--arrow_left {
  right: 50%;
  left: auto;
}
@media (min-width: 768px) {
  .fancybox-navigation .fancybox-button--arrow_left {
    right: auto;
    left: 0;
  }
}
.fancybox-navigation .fancybox-button--arrow_right {
  left: 50%;
  right: auto;
}
@media (min-width: 768px) {
  .fancybox-navigation .fancybox-button--arrow_right {
    left: auto;
    right: 0;
  }
}

.select2-container .select2-selection--single {
  height: 40px;
  border-radius: 0;
  border: none;
  background: transparent;
  margin: 0;
}
@media (min-width: 768px) {
  .select2-container .select2-selection--single {
    height: 80px;
  }
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  color: #ffffff;
  font-weight: 400;
  font-family: "Noto Serif", serif;
  font-style: italic;
  background: #252525;
  padding: 5px 35px 5px 20px;
  text-transform: lowercase;
  height: 40px;
  width: 100%;
}
@media (min-width: 768px) {
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding: 5px 40px 5px 30px;
    height: 80px;
    font-size: 1.1875rem;
    letter-spacing: 0.01em;
  }
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  padding: 0;
  color: #ffffff;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  position: absolute;
  top: 0;
  right: 0;
  height: 40px;
  width: 35px;
}
@media (min-width: 768px) {
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 80px;
    width: 40px;
  }
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  position: absolute;
  left: 12px;
  top: 50%;
  width: 9px;
  height: 9px;
  transform: translate(-50%, -50%);
  border: none;
  margin: 0;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b:before, .select2-container--default .select2-selection--single .select2-selection__arrow b:after {
  content: "";
  background: #ffffff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.select2-container--default .select2-selection--single .select2-selection__arrow b:before {
  width: 9px;
  height: 1px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b:after {
  width: 1px;
  height: 9px;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b:after {
  opacity: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-radius: 0;
}

.select2-dropdown {
  border-radius: 0;
  background: #252525;
  border: none;
  padding: 0;
  overflow: hidden;
}
@media (min-width: 768px) {
  .select2-dropdown {
    padding-bottom: 10px;
  }
}

.select2-container--open .select2-dropdown--above {
  border-radius: 0;
  border: none;
  margin-bottom: 0;
}

.select2-container--open .select2-dropdown--below {
  border-radius: 0;
  border: none;
  margin-top: 0;
}

.select2-results__option {
  padding: 6px 20px;
  min-height: 36px;
  display: flex;
  align-items: center;
  color: #ffffff;
  letter-spacing: 0.01em;
  font-weight: 400;
}
@media (min-width: 768px) {
  .select2-results__option {
    padding: 6px 30px;
    font-size: 1rem;
    min-height: 48px;
  }
}
.select2-results__option--highlighted {
  background: #2f2f2f;
}

.select2-container--default .select2-results__option--selected {
  background: transparent;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: none;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background: #2f2f2f;
}

.select2-dropdown--light .select2-dropdown {
  background: #f1f1f1 !important;
}
.select2-dropdown--light .select2-results__option {
  background: #f1f1f1 !important;
  color: #3d3d3d !important;
}

.select2-hidden-accessible {
  visibility: hidden;
}

.wpcf7 form .wpcf7-form-control-wrap {
  display: block;
}
.wpcf7 form span.wpcf7-not-valid-tip {
  text-align: right;
  font-size: 14px;
  color: red;
}
.wpcf7 form .wpcf7-response-output {
  text-align: center;
  margin: 30px 0 0;
  padding: 10px 20px;
}
.wpcf7 form div.wpcf7-validation-errors,
.wpcf7 form div.wpcf7-mail-sent-ok {
  border: none;
}
.wpcf7 form div.wpcf7-validation-errors {
  color: red;
}
.wpcf7 form .btnWrap {
  position: relative;
}
.wpcf7 form .btnWrap .ajax-loader {
  position: absolute;
  top: 50%;
  right: -50px;
  transform: translateY(-50%);
  margin: 0;
}

.wpcf7-checkbox {
  display: block;
}
.wpcf7-checkbox .wpcf7-list-item {
  display: flex;
  margin: 0;
}
.wpcf7-checkbox .wpcf7-list-item label {
  display: block;
}

/*# sourceMappingURL=styles.css.map */
